diff --git a/assets/index-BzMvWS-j.css b/assets/index-BzMvWS-j.css deleted file mode 100644 index 9ecf4f8..0000000 --- a/assets/index-BzMvWS-j.css +++ /dev/null @@ -1 +0,0 @@ -.expander{display:block}.editable-panel{display:flex;align-items:center;justify-content:space-between;padding:6px 8px}.editable-panel.outlined{border:1px solid rgba(0,0,0,.23)}.editable-panel .editable-panel-content{width:100%}.editable-panel .editable-panel-actions{margin-left:5px}.info-panel{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:5px 0}.info-panel.outlined,.info-panel.clickable{border:1px solid rgba(0,0,0,.23);padding:5px 10px}.info-panel.clickable{cursor:pointer;border-color:#1976d280}.info-panel.clickable:hover,.info-panel.clickable:focus{border-color:#1976d2;background-color:#1976d20a}.info-panel.selected{background-color:#1976d2!important;color:#fff}.info-panel .info-panel-content{flex:1 1 auto}.info-panel .info-panel-info{flex:0 0 auto;padding-left:5px;text-align:right;font-size:13px;opacity:.6}.info-panel .info-panel-actions{flex:0 0 auto;margin-left:10px;margin-right:-5px;border-left:1px solid rgba(0,0,0,.23);padding-left:5px}.boolean-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400;min-height:32px}.enum-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400}.enum-field .enum-field-label{flex:1 1 0}.enum-field .enum-field-control{flex:2 2 0}.number-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400}.number-field .number-field-label{flex:1 1 0}.number-field .number-field-control{flex:2 2 0}.string-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400}.string-field .string-field-label{flex:1 1 0}.string-field .string-field-control{flex:2 2 0}.multiline-field{margin:5px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2px;font-size:14px;font-weight:400}.power-panel{display:block}.power-panel .top-line{display:flex;align-items:center}.power-panel .power-icon{height:16px;width:16px;margin-right:4px}.power-panel .power-icon img{width:100%;height:100%}.power-panel .description,.power-panel .content{padding-left:20px}.power-editor-panel,.aura-editor-panel,.regeneration-editor-panel{flex:1 1 0}.stat-block{background-color:#e7e4d1}.stat-block .row{display:flex;flex-direction:row}.stat-block .row.monster-top-section{background-color:#4a5231;color:#fff}.stat-block .row.subheading{background-color:#6a704f;color:#fff;padding:5px 10px;text-transform:uppercase;font-weight:700}.stat-block .row.dark{background-color:#c1c0ae}.stat-block .row.vcenter{align-items:center}.stat-block .row .cell{flex:1 1 0}.stat-block .row .cell.two{flex:2 2 0}.stat-block .row .cell.center{text-align:center}.stat-block .row .cell.right{text-align:right}.stat-block .row .cell.big{font-size:21px;font-weight:700}.stat-block .level-role-editor-panel,.stat-block .phenotype-editor-panel,.stat-block .damage-mods-editor-panel,.stat-block .defences-editor-panel{flex:1 1 0}.monster-editor{display:flex;height:100%}.monster-editor .stat-block-section,.monster-editor .editor-section{flex:1 1 0}.main{height:100%;display:flex;flex-direction:column}.main .main-header{flex:0 0 50px;display:flex;align-items:center;justify-content:center;background-color:#d3d3d3}.main .main-content{margin:10px;flex:1 1 0;display:flex;flex-direction:row;gap:10px;overflow:hidden}.main .main-content .main-content-column{height:100%;overflow-y:auto}.main .main-content .main-content-column.monster-filter{flex:0 0 250px;display:flex;flex-direction:column;gap:10px}.main .main-content .main-content-column.monster-list{flex:0 0 400px}.main .main-content .main-content-column.monster-list .list-item{width:100%;padding:5px;cursor:pointer}.main .main-content .main-content-column.monster-list .list-item:hover{border-color:var(--highlight)}.main .main-content .main-content-column.monster-list .list-item.selected{background-color:var(--highlight-light)}.main .main-content .main-content-column.monster-details{flex:1 1 0}.main .main-content .main-content-column.monster-details .monster-details-content{display:flex;flex-direction:column;gap:10px}.main .main-footer{flex:0 0 50px;display:flex;align-items:center;justify-content:center;background-color:#d3d3d3}:root{font-size:14px;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--highlight: #4096ff;--highlight-light: #91caff}html,body,#root{height:100%;margin:0} diff --git a/assets/index-DpVdYoTZ.css b/assets/index-DpVdYoTZ.css new file mode 100644 index 0000000..cd0bbe4 --- /dev/null +++ b/assets/index-DpVdYoTZ.css @@ -0,0 +1 @@ +.editable-panel{display:flex;align-items:center;gap:10px;padding:6px 8px}.editable-panel.highlighted{background-color:var(--highlight-light);color:#000}.editable-panel .editable-panel-content{flex:1 1 0}.editable-panel .editable-panel-actions{flex:0 0 auto;display:flex;flex-direction:column;gap:5px}.info-panel{margin:5px 0;display:flex;flex-direction:row;align-items:center;gap:5px}.info-panel .info-panel-content{flex:1 1 0}.info-panel .info-panel-info{flex:0 0 auto;text-align:right;font-size:13px;opacity:.6}.info-panel .info-panel-actions{flex:0 0 auto}.boolean-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400;text-align:left;min-height:32px}.enum-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400;text-align:left}.enum-field .enum-field-label{flex:0 0 110px}.enum-field .enum-field-control{flex:1 1 0}.number-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400;text-align:left}.number-field .number-field-label{flex:0 0 110px}.number-field .number-field-control{flex:1 1 0}.string-field{margin:5px 0;display:flex;align-items:center;justify-content:space-between;gap:5px;font-size:14px;font-weight:400;text-align:left}.string-field .string-field-label{flex:0 0 110px}.string-field .string-field-control{flex:1 1 0}.multiline-field{margin:5px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2px;font-size:14px;font-weight:400}.power-panel{display:block}.power-panel .top-line{display:flex;align-items:center}.power-panel .power-icon{height:16px;width:16px;margin-right:4px}.power-panel .power-icon img{width:100%;height:100%}.power-panel .description,.power-panel .content{padding-left:20px}.stat-block{background-color:#e7e4d1}.stat-block .row{display:flex;flex-direction:row}.stat-block .row.monster-top-section{background-color:#4a5231;color:#fff}.stat-block .row.subheading{background-color:#6a704f;color:#fff;padding:5px 10px;text-transform:uppercase;font-weight:700}.stat-block .row.dark{background-color:#c1c0ae}.stat-block .row.vcenter{align-items:center}.stat-block .row .cell{flex:1 1 0}.stat-block .row .cell.wide{flex:2 2 0}.stat-block .row .cell.right{text-align:right}.stat-block .row .cell.big{font-size:21px;font-weight:700}.stat-block .damage-mods-editor-panel .damage-mod,.stat-block .power-editor-panel{border:2px solid black;padding:0 8px;margin:10px 0}.monster-editor-page{height:100%;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.expander{display:block}.monsters-page{height:100%;display:flex;flex-direction:row;gap:10px}.monsters-page .monsters-page-column{height:100%;overflow-y:auto}.monsters-page .monsters-page-column.monster-filter{flex:0 0 280px;display:flex;flex-direction:column;gap:10px}.monsters-page .monsters-page-column.monster-list{flex:0 0 400px}.monsters-page .monsters-page-column.monster-list .list-item{width:100%;padding:5px;cursor:pointer}.monsters-page .monsters-page-column.monster-list .list-item:hover{border-color:var(--highlight)}.monsters-page .monsters-page-column.monster-list .list-item.selected{background-color:var(--highlight-light)}.monsters-page .monsters-page-column.monster-details{flex:1 1 0}.monsters-page .monsters-page-column.monster-details .monster-details-content{display:flex;flex-direction:column;gap:10px}.main{height:100%;display:flex;flex-direction:column}.main .main-header{flex:0 0 65px;display:flex;align-items:center;justify-content:flex-start;background-color:#d3d3d3;padding:0 20px;font-size:40px}.main .main-content{margin:10px;flex:1 1 0;overflow:hidden}.main .main-footer{flex:0 0 50px;display:flex;align-items:center;justify-content:flex-end;background-color:#d3d3d3;padding:0 20px;font-size:12px}:root{font-size:14px;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--highlight: #4096ff;--highlight-light: #91caff}html,body,#root{height:100%;margin:0;overflow:hidden}svg{stroke-width:1.2!important} diff --git a/assets/index-HnZqixtL.js b/assets/index-vFByyc2F.js similarity index 53% rename from assets/index-HnZqixtL.js rename to assets/index-vFByyc2F.js index 891392d..1742341 100644 --- a/assets/index-HnZqixtL.js +++ b/assets/index-vFByyc2F.js @@ -1,4 +1,4 @@ -var w3=Object.defineProperty;var v3=(e,a,t)=>a in e?w3(e,a,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[a]=t;var ka=(e,a,t)=>(v3(e,typeof a!="symbol"?a+"":a,t),t);function U0(e,a){for(var t=0;ti[n]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const a=document.createElement("link").relList;if(a&&a.supports&&a.supports("modulepreload"))return;for(const n of document.querySelectorAll('link[rel="modulepreload"]'))i(n);new MutationObserver(n=>{for(const r of n)if(r.type==="childList")for(const s of r.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&i(s)}).observe(document,{childList:!0,subtree:!0});function t(n){const r={};return n.integrity&&(r.integrity=n.integrity),n.referrerPolicy&&(r.referrerPolicy=n.referrerPolicy),n.crossOrigin==="use-credentials"?r.credentials="include":n.crossOrigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function i(n){if(n.ep)return;n.ep=!0;const r=t(n);fetch(n.href,r)}})();var kd=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function il(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var V0={exports:{}},nl={},_0={exports:{}},qa={};/** +var p3=Object.defineProperty;var y3=(e,a,t)=>a in e?p3(e,a,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[a]=t;var ka=(e,a,t)=>(y3(e,typeof a!="symbol"?a+"":a,t),t);function j0(e,a){for(var t=0;ti[n]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}(function(){const a=document.createElement("link").relList;if(a&&a.supports&&a.supports("modulepreload"))return;for(const n of document.querySelectorAll('link[rel="modulepreload"]'))i(n);new MutationObserver(n=>{for(const r of n)if(r.type==="childList")for(const s of r.addedNodes)s.tagName==="LINK"&&s.rel==="modulepreload"&&i(s)}).observe(document,{childList:!0,subtree:!0});function t(n){const r={};return n.integrity&&(r.integrity=n.integrity),n.referrerPolicy&&(r.referrerPolicy=n.referrerPolicy),n.crossOrigin==="use-credentials"?r.credentials="include":n.crossOrigin==="anonymous"?r.credentials="omit":r.credentials="same-origin",r}function i(n){if(n.ep)return;n.ep=!0;const r=t(n);fetch(n.href,r)}})();var pd=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function tl(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var L0={exports:{}},il={},O0={exports:{}},Ta={};/** * @license React * react.production.min.js * @@ -6,7 +6,7 @@ var w3=Object.defineProperty;var v3=(e,a,t)=>a in e?w3(e,a,{enumerable:!0,config * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var ed=Symbol.for("react.element"),A3=Symbol.for("react.portal"),x3=Symbol.for("react.fragment"),S3=Symbol.for("react.strict_mode"),C3=Symbol.for("react.profiler"),T3=Symbol.for("react.provider"),q3=Symbol.for("react.context"),R3=Symbol.for("react.forward_ref"),z3=Symbol.for("react.suspense"),M3=Symbol.for("react.memo"),P3=Symbol.for("react.lazy"),Dh=Symbol.iterator;function E3(e){return e===null||typeof e!="object"?null:(e=Dh&&e[Dh]||e["@@iterator"],typeof e=="function"?e:null)}var K0={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},Z0=Object.assign,J0={};function js(e,a,t){this.props=e,this.context=a,this.refs=J0,this.updater=t||K0}js.prototype.isReactComponent={};js.prototype.setState=function(e,a){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,a,"setState")};js.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function Y0(){}Y0.prototype=js.prototype;function Vm(e,a,t){this.props=e,this.context=a,this.refs=J0,this.updater=t||K0}var _m=Vm.prototype=new Y0;_m.constructor=Vm;Z0(_m,js.prototype);_m.isPureReactComponent=!0;var Nh=Array.isArray,Q0=Object.prototype.hasOwnProperty,Km={current:null},X0={key:!0,ref:!0,__self:!0,__source:!0};function eb(e,a,t){var i,n={},r=null,s=null;if(a!=null)for(i in a.ref!==void 0&&(s=a.ref),a.key!==void 0&&(r=""+a.key),a)Q0.call(a,i)&&!X0.hasOwnProperty(i)&&(n[i]=a[i]);var o=arguments.length-2;if(o===1)n.children=t;else if(1a in e?w3(e,a,{enumerable:!0,config * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var D3=c,N3=Symbol.for("react.element"),H3=Symbol.for("react.fragment"),j3=Object.prototype.hasOwnProperty,L3=D3.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,O3={key:!0,ref:!0,__self:!0,__source:!0};function ab(e,a,t){var i,n={},r=null,s=null;t!==void 0&&(r=""+t),a.key!==void 0&&(r=""+a.key),a.ref!==void 0&&(s=a.ref);for(i in a)j3.call(a,i)&&!O3.hasOwnProperty(i)&&(n[i]=a[i]);if(e&&e.defaultProps)for(i in a=e.defaultProps,a)n[i]===void 0&&(n[i]=a[i]);return{$$typeof:N3,type:e,key:r,ref:s,props:n,_owner:L3.current}}nl.Fragment=H3;nl.jsx=ab;nl.jsxs=ab;V0.exports=nl;var E=V0.exports;function vd(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var tb={exports:{}};/*! + */var I3=l,B3=Symbol.for("react.element"),F3=Symbol.for("react.fragment"),D3=Object.prototype.hasOwnProperty,N3=I3.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,H3={key:!0,ref:!0,__self:!0,__source:!0};function J0(e,a,t){var i,n={},r=null,s=null;t!==void 0&&(r=""+t),a.key!==void 0&&(r=""+a.key),a.ref!==void 0&&(s=a.ref);for(i in a)D3.call(a,i)&&!H3.hasOwnProperty(i)&&(n[i]=a[i]);if(e&&e.defaultProps)for(i in a=e.defaultProps,a)n[i]===void 0&&(n[i]=a[i]);return{$$typeof:B3,type:e,key:r,ref:s,props:n,_owner:N3.current}}il.Fragment=F3;il.jsx=J0;il.jsxs=J0;L0.exports=il;var M=L0.exports;function kd(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Y0={exports:{}};/*! localForage -- Offline Storage, Improved Version 1.10.0 https://localforage.github.io/localForage (c) 2013-2017 Mozilla, Apache License 2.0 -*/(function(e,a){(function(t){e.exports=t()})(function(){return function t(i,n,r){function s(l,g){if(!n[l]){if(!i[l]){var u=typeof vd=="function"&&vd;if(!g&&u)return u(l,!0);if(o)return o(l,!0);var m=new Error("Cannot find module '"+l+"'");throw m.code="MODULE_NOT_FOUND",m}var f=n[l]={exports:{}};i[l][0].call(f.exports,function(k){var y=i[l][1][k];return s(y||k)},f,f.exports,t,i,n,r)}return n[l].exports}for(var o=typeof vd=="function"&&vd,d=0;d"u"&&t(3);var u=Promise;function m(R,$){$&&R.then(function(I){$(null,I)},function(I){$(I)})}function f(R,$,I){typeof $=="function"&&R.then($),typeof I=="function"&&R.catch(I)}function k(R){return typeof R!="string"&&(console.warn(R+" used as a key, but it is not a string."),R=String(R)),R}function y(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var w="local-forage-detect-blob-support",b=void 0,h={},p=Object.prototype.toString,v="readonly",x="readwrite";function S(R){for(var $=R.length,I=new ArrayBuffer($),V=new Uint8Array(I),U=0;U<$;U++)V[U]=R.charCodeAt(U);return I}function A(R){return new u(function($){var I=R.transaction(w,x),V=g([""]);I.objectStore(w).put(V,"key"),I.onabort=function(U){U.preventDefault(),U.stopPropagation(),$(!1)},I.oncomplete=function(){var U=navigator.userAgent.match(/Chrome\/(\d+)/),O=navigator.userAgent.match(/Edge\//);$(O||!U||parseInt(U[1],10)>=43)}}).catch(function(){return!1})}function T(R){return typeof b=="boolean"?u.resolve(b):A(R).then(function($){return b=$,b})}function q(R){var $=h[R.name],I={};I.promise=new u(function(V,U){I.resolve=V,I.reject=U}),$.deferredOperations.push(I),$.dbReady?$.dbReady=$.dbReady.then(function(){return I.promise}):$.dbReady=I.promise}function z(R){var $=h[R.name],I=$.deferredOperations.pop();if(I)return I.resolve(),I.promise}function W(R,$){var I=h[R.name],V=I.deferredOperations.pop();if(V)return V.reject($),V.promise}function H(R,$){return new u(function(I,V){if(h[R.name]=h[R.name]||K(),R.db)if($)q(R),R.db.close();else return I(R.db);var U=[R.name];$&&U.push(R.version);var O=d.open.apply(d,U);$&&(O.onupgradeneeded=function(ne){var ge=O.result;try{ge.createObjectStore(R.storeName),ne.oldVersion<=1&&ge.createObjectStore(w)}catch(ue){if(ue.name==="ConstraintError")console.warn('The database "'+R.name+'" has been upgraded from version '+ne.oldVersion+" to version "+ne.newVersion+', but the storage "'+R.storeName+'" already exists.');else throw ue}}),O.onerror=function(ne){ne.preventDefault(),V(O.error)},O.onsuccess=function(){var ne=O.result;ne.onversionchange=function(ge){ge.target.close()},I(ne),z(R)}})}function D(R){return H(R,!1)}function M(R){return H(R,!0)}function B(R,$){if(!R.db)return!0;var I=!R.db.objectStoreNames.contains(R.storeName),V=R.versionR.db.version;if(V&&(R.version!==$&&console.warn('The database "'+R.name+`" can't be downgraded from version `+R.db.version+" to version "+R.version+"."),R.version=R.db.version),U||I){if(I){var O=R.db.version+1;O>R.version&&(R.version=O)}return!0}return!1}function F(R){return new u(function($,I){var V=new FileReader;V.onerror=I,V.onloadend=function(U){var O=btoa(U.target.result||"");$({__local_forage_encoded_blob:!0,data:O,type:R.type})},V.readAsBinaryString(R)})}function P(R){var $=S(atob(R.data));return g([$],{type:R.type})}function C(R){return R&&R.__local_forage_encoded_blob}function N(R){var $=this,I=$._initReady().then(function(){var V=h[$._dbInfo.name];if(V&&V.dbReady)return V.dbReady});return f(I,R,R),I}function j(R){q(R);for(var $=h[R.name],I=$.forages,V=0;V0&&(!R.db||O.name==="InvalidStateError"||O.name==="NotFoundError"))return u.resolve().then(function(){if(!R.db||O.name==="NotFoundError"&&!R.db.objectStoreNames.contains(R.storeName)&&R.version<=R.db.version)return R.db&&(R.version=R.db.version+1),M(R)}).then(function(){return j(R).then(function(){L(R,$,I,V-1)})}).catch(I);I(O)}}function K(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function X(R){var $=this,I={db:null};if(R)for(var V in R)I[V]=R[V];var U=h[I.name];U||(U=K(),h[I.name]=U),U.forages.push($),$._initReady||($._initReady=$.ready,$.ready=N);var O=[];function ne(){return u.resolve()}for(var ge=0;ge>4,xe[U++]=(ne&15)<<4|ge>>2,xe[U++]=(ge&3)<<6|ue&63;return he}function va(R){var $=new Uint8Array(R),I="",V;for(V=0;V<$.length;V+=3)I+=ie[$[V]>>2],I+=ie[($[V]&3)<<4|$[V+1]>>4],I+=ie[($[V+1]&15)<<2|$[V+2]>>6],I+=ie[$[V+2]&63];return $.length%3===2?I=I.substring(0,I.length-1)+"=":$.length%3===1&&(I=I.substring(0,I.length-2)+"=="),I}function za(R,$){var I="";if(R&&(I=Ra.call(R)),R&&(I==="[object ArrayBuffer]"||R.buffer&&Ra.call(R.buffer)==="[object ArrayBuffer]")){var V,U=Me;R instanceof ArrayBuffer?(V=R,U+=ae):(V=R.buffer,I==="[object Int8Array]"?U+=ye:I==="[object Uint8Array]"?U+=ke:I==="[object Uint8ClampedArray]"?U+=Pe:I==="[object Int16Array]"?U+=Xe:I==="[object Uint16Array]"?U+=ca:I==="[object Int32Array]"?U+=Je:I==="[object Uint32Array]"?U+=Qe:I==="[object Float32Array]"?U+=Ne:I==="[object Float64Array]"?U+=Ke:$(new Error("Failed to get type for BinaryArray"))),$(U+va(V))}else if(I==="[object Blob]"){var O=new FileReader;O.onload=function(){var ne=Re+R.type+"~"+va(this.result);$(Me+de+ne)},O.readAsArrayBuffer(R)}else try{$(JSON.stringify(R))}catch(ne){console.error("Couldn't convert value into a JSON string: ",R),$(null,ne)}}function la(R){if(R.substring(0,oe)!==Me)return JSON.parse(R);var $=R.substring(Fe),I=R.substring(oe,Fe),V;if(I===de&&Ie.test($)){var U=$.match(Ie);V=U[1],$=$.substring(U[0].length)}var O=na($);switch(I){case ae:return O;case de:return g([O],{type:V});case ye:return new Int8Array(O);case ke:return new Uint8Array(O);case Pe:return new Uint8ClampedArray(O);case Xe:return new Int16Array(O);case ca:return new Uint16Array(O);case Je:return new Int32Array(O);case Qe:return new Uint32Array(O);case Ne:return new Float32Array(O);case Ke:return new Float64Array(O);default:throw new Error("Unkown type: "+I)}}var ua={serialize:za,deserialize:la,stringToBuffer:na,bufferToString:va};function oa(R,$,I,V){R.executeSql("CREATE TABLE IF NOT EXISTS "+$.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],I,V)}function wa(R){var $=this,I={db:null};if(R)for(var V in R)I[V]=typeof R[V]!="string"?R[V].toString():R[V];var U=new u(function(O,ne){try{I.db=openDatabase(I.name,String(I.version),I.description,I.size)}catch(ge){return ne(ge)}I.db.transaction(function(ge){oa(ge,I,function(){$._dbInfo=I,O()},function(ue,he){ne(he)})},ne)});return I.serializer=ua,U}function ma(R,$,I,V,U,O){R.executeSql(I,V,U,function(ne,ge){ge.code===ge.SYNTAX_ERR?ne.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[$.storeName],function(ue,he){he.rows.length?O(ue,ge):oa(ue,$,function(){ue.executeSql(I,V,U,O)},O)},O):O(ne,ge)},O)}function Ia(R,$){var I=this;R=k(R);var V=new u(function(U,O){I.ready().then(function(){var ne=I._dbInfo;ne.db.transaction(function(ge){ma(ge,ne,"SELECT * FROM "+ne.storeName+" WHERE key = ? LIMIT 1",[R],function(ue,he){var xe=he.rows.length?he.rows.item(0).value:null;xe&&(xe=ne.serializer.deserialize(xe)),U(xe)},function(ue,he){O(he)})})}).catch(O)});return m(V,$),V}function Ba(R,$){var I=this,V=new u(function(U,O){I.ready().then(function(){var ne=I._dbInfo;ne.db.transaction(function(ge){ma(ge,ne,"SELECT * FROM "+ne.storeName,[],function(ue,he){for(var xe=he.rows,De=xe.length,ta=0;ta0){ne(Le.apply(U,[R,ue,I,V-1]));return}ge(ta)}})})}).catch(ge)});return m(O,I),O}function pe(R,$,I){return Le.apply(this,[R,$,I,1])}function Ee(R,$){var I=this;R=k(R);var V=new u(function(U,O){I.ready().then(function(){var ne=I._dbInfo;ne.db.transaction(function(ge){ma(ge,ne,"DELETE FROM "+ne.storeName+" WHERE key = ?",[R],function(){U()},function(ue,he){O(he)})})}).catch(O)});return m(V,$),V}function He(R){var $=this,I=new u(function(V,U){$.ready().then(function(){var O=$._dbInfo;O.db.transaction(function(ne){ma(ne,O,"DELETE FROM "+O.storeName,[],function(){V()},function(ge,ue){U(ue)})})}).catch(U)});return m(I,R),I}function Ce(R){var $=this,I=new u(function(V,U){$.ready().then(function(){var O=$._dbInfo;O.db.transaction(function(ne){ma(ne,O,"SELECT COUNT(key) as c FROM "+O.storeName,[],function(ge,ue){var he=ue.rows.item(0).c;V(he)},function(ge,ue){U(ue)})})}).catch(U)});return m(I,R),I}function ze(R,$){var I=this,V=new u(function(U,O){I.ready().then(function(){var ne=I._dbInfo;ne.db.transaction(function(ge){ma(ge,ne,"SELECT key FROM "+ne.storeName+" WHERE id = ? LIMIT 1",[R+1],function(ue,he){var xe=he.rows.length?he.rows.item(0).key:null;U(xe)},function(ue,he){O(he)})})}).catch(O)});return m(V,$),V}function ea(R){var $=this,I=new u(function(V,U){$.ready().then(function(){var O=$._dbInfo;O.db.transaction(function(ne){ma(ne,O,"SELECT key FROM "+O.storeName,[],function(ge,ue){for(var he=[],xe=0;xe '__WebKitDatabaseInfoTable__'",[],function(U,O){for(var ne=[],ge=0;ge0}function Oa(R){var $=this,I={};if(R)for(var V in R)I[V]=R[V];return I.keyPrefix=Ve(R,$._defaultConfig),da()?($._dbInfo=I,I.serializer=ua,u.resolve()):u.reject()}function Fa(R){var $=this,I=$.ready().then(function(){for(var V=$._dbInfo.keyPrefix,U=localStorage.length-1;U>=0;U--){var O=localStorage.key(U);O.indexOf(V)===0&&localStorage.removeItem(O)}});return m(I,R),I}function fa(R,$){var I=this;R=k(R);var V=I.ready().then(function(){var U=I._dbInfo,O=localStorage.getItem(U.keyPrefix+R);return O&&(O=U.serializer.deserialize(O)),O});return m(V,$),V}function Ye(R,$){var I=this,V=I.ready().then(function(){for(var U=I._dbInfo,O=U.keyPrefix,ne=O.length,ge=localStorage.length,ue=1,he=0;he=0;ne--){var ge=localStorage.key(ne);ge.indexOf(O)===0&&localStorage.removeItem(ge)}}):U=u.reject("Invalid arguments"),m(U,$),U}var xa={_driver:"localStorageWrapper",_initStorage:Oa,_support:Oe(),iterate:Ye,getItem:fa,setItem:ia,removeItem:$e,clear:Fa,length:Be,key:aa,keys:Ae,dropInstance:Ca},Da=function($,I){return $===I||typeof $=="number"&&typeof I=="number"&&isNaN($)&&isNaN(I)},It=function($,I){for(var V=$.length,U=0;U"u"?"undefined":r(I))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var V in I){if(V==="storeName"&&(I[V]=I[V].replace(/\W/g,"_")),V==="version"&&typeof I[V]!="number")return new Error("Database version must be a number.");this._config[V]=I[V]}return"driver"in I&&I.driver?this.setDriver(this._config.driver):!0}else return typeof I=="string"?this._config[I]:this._config},R.prototype.defineDriver=function(I,V,U){var O=new u(function(ne,ge){try{var ue=I._driver,he=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!I._driver){ge(he);return}for(var xe=ga.concat("_initStorage"),De=0,ta=xe.length;De"u"&&t(3);var u=Promise;function m(q,j){j&&q.then(function(E){j(null,E)},function(E){j(E)})}function b(q,j,E){typeof j=="function"&&q.then(j),typeof E=="function"&&q.catch(E)}function k(q){return typeof q!="string"&&(console.warn(q+" used as a key, but it is not a string."),q=String(q)),q}function y(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var w="local-forage-detect-blob-support",f=void 0,h={},p=Object.prototype.toString,A="readonly",S="readwrite";function x(q){for(var j=q.length,E=new ArrayBuffer(j),U=new Uint8Array(E),G=0;G=43)}}).catch(function(){return!1})}function C(q){return typeof f=="boolean"?u.resolve(f):v(q).then(function(j){return f=j,f})}function R(q){var j=h[q.name],E={};E.promise=new u(function(U,G){E.resolve=U,E.reject=G}),j.deferredOperations.push(E),j.dbReady?j.dbReady=j.dbReady.then(function(){return E.promise}):j.dbReady=E.promise}function z(q){var j=h[q.name],E=j.deferredOperations.pop();if(E)return E.resolve(),E.promise}function W(q,j){var E=h[q.name],U=E.deferredOperations.pop();if(U)return U.reject(j),U.promise}function F(q,j){return new u(function(E,U){if(h[q.name]=h[q.name]||Z(),q.db)if(j)R(q),q.db.close();else return E(q.db);var G=[q.name];j&&G.push(q.version);var N=d.open.apply(d,G);j&&(N.onupgradeneeded=function(ee){var ce=N.result;try{ce.createObjectStore(q.storeName),ee.oldVersion<=1&&ce.createObjectStore(w)}catch(ge){if(ge.name==="ConstraintError")console.warn('The database "'+q.name+'" has been upgraded from version '+ee.oldVersion+" to version "+ee.newVersion+', but the storage "'+q.storeName+'" already exists.');else throw ge}}),N.onerror=function(ee){ee.preventDefault(),U(N.error)},N.onsuccess=function(){var ee=N.result;ee.onversionchange=function(ce){ce.target.close()},E(ee),z(q)}})}function B(q){return F(q,!1)}function $(q){return F(q,!0)}function V(q,j){if(!q.db)return!0;var E=!q.db.objectStoreNames.contains(q.storeName),U=q.versionq.db.version;if(U&&(q.version!==j&&console.warn('The database "'+q.name+`" can't be downgraded from version `+q.db.version+" to version "+q.version+"."),q.version=q.db.version),G||E){if(E){var N=q.db.version+1;N>q.version&&(q.version=N)}return!0}return!1}function D(q){return new u(function(j,E){var U=new FileReader;U.onerror=E,U.onloadend=function(G){var N=btoa(G.target.result||"");j({__local_forage_encoded_blob:!0,data:N,type:q.type})},U.readAsBinaryString(q)})}function P(q){var j=x(atob(q.data));return g([j],{type:q.type})}function T(q){return q&&q.__local_forage_encoded_blob}function I(q){var j=this,E=j._initReady().then(function(){var U=h[j._dbInfo.name];if(U&&U.dbReady)return U.dbReady});return b(E,q,q),E}function H(q){R(q);for(var j=h[q.name],E=j.forages,U=0;U0&&(!q.db||N.name==="InvalidStateError"||N.name==="NotFoundError"))return u.resolve().then(function(){if(!q.db||N.name==="NotFoundError"&&!q.db.objectStoreNames.contains(q.storeName)&&q.version<=q.db.version)return q.db&&(q.version=q.db.version+1),$(q)}).then(function(){return H(q).then(function(){L(q,j,E,U-1)})}).catch(E);E(N)}}function Z(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function ae(q){var j=this,E={db:null};if(q)for(var U in q)E[U]=q[U];var G=h[E.name];G||(G=Z(),h[E.name]=G),G.forages.push(j),j._initReady||(j._initReady=j.ready,j.ready=I);var N=[];function ee(){return u.resolve()}for(var ce=0;ce>4,ve[G++]=(ee&15)<<4|ce>>2,ve[G++]=(ce&3)<<6|ge&63;return me}function va(q){var j=new Uint8Array(q),E="",U;for(U=0;U>2],E+=Q[(j[U]&3)<<4|j[U+1]>>4],E+=Q[(j[U+1]&15)<<2|j[U+2]>>6],E+=Q[j[U+2]&63];return j.length%3===2?E=E.substring(0,E.length-1)+"=":j.length%3===1&&(E=E.substring(0,E.length-2)+"=="),E}function za(q,j){var E="";if(q&&(E=qa.call(q)),q&&(E==="[object ArrayBuffer]"||q.buffer&&qa.call(q.buffer)==="[object ArrayBuffer]")){var U,G=ze;q instanceof ArrayBuffer?(U=q,G+=oe):(U=q.buffer,E==="[object Int8Array]"?G+=xe:E==="[object Uint8Array]"?G+=Se:E==="[object Uint8ClampedArray]"?G+=We:E==="[object Int16Array]"?G+=ea:E==="[object Uint16Array]"?G+=ca:E==="[object Int32Array]"?G+=Je:E==="[object Uint32Array]"?G+=Qe:E==="[object Float32Array]"?G+=Ne:E==="[object Float64Array]"?G+=Ke:j(new Error("Failed to get type for BinaryArray"))),j(G+va(U))}else if(E==="[object Blob]"){var N=new FileReader;N.onload=function(){var ee=Ee+q.type+"~"+va(this.result);j(ze+ue+ee)},N.readAsArrayBuffer(q)}else try{j(JSON.stringify(q))}catch(ee){console.error("Couldn't convert value into a JSON string: ",q),j(null,ee)}}function la(q){if(q.substring(0,re)!==ze)return JSON.parse(q);var j=q.substring(Fe),E=q.substring(re,Fe),U;if(E===ue&&Ie.test(j)){var G=j.match(Ie);U=G[1],j=j.substring(G[0].length)}var N=na(j);switch(E){case oe:return N;case ue:return g([N],{type:U});case xe:return new Int8Array(N);case Se:return new Uint8Array(N);case We:return new Uint8ClampedArray(N);case ea:return new Int16Array(N);case ca:return new Uint16Array(N);case Je:return new Int32Array(N);case Qe:return new Uint32Array(N);case Ne:return new Float32Array(N);case Ke:return new Float64Array(N);default:throw new Error("Unkown type: "+E)}}var ua={serialize:za,deserialize:la,stringToBuffer:na,bufferToString:va};function oa(q,j,E,U){q.executeSql("CREATE TABLE IF NOT EXISTS "+j.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],E,U)}function wa(q){var j=this,E={db:null};if(q)for(var U in q)E[U]=typeof q[U]!="string"?q[U].toString():q[U];var G=new u(function(N,ee){try{E.db=openDatabase(E.name,String(E.version),E.description,E.size)}catch(ce){return ee(ce)}E.db.transaction(function(ce){oa(ce,E,function(){j._dbInfo=E,N()},function(ge,me){ee(me)})},ee)});return E.serializer=ua,G}function ma(q,j,E,U,G,N){q.executeSql(E,U,G,function(ee,ce){ce.code===ce.SYNTAX_ERR?ee.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[j.storeName],function(ge,me){me.rows.length?N(ge,ce):oa(ge,j,function(){ge.executeSql(E,U,G,N)},N)},N):N(ee,ce)},N)}function Ia(q,j){var E=this;q=k(q);var U=new u(function(G,N){E.ready().then(function(){var ee=E._dbInfo;ee.db.transaction(function(ce){ma(ce,ee,"SELECT * FROM "+ee.storeName+" WHERE key = ? LIMIT 1",[q],function(ge,me){var ve=me.rows.length?me.rows.item(0).value:null;ve&&(ve=ee.serializer.deserialize(ve)),G(ve)},function(ge,me){N(me)})})}).catch(N)});return m(U,j),U}function Ba(q,j){var E=this,U=new u(function(G,N){E.ready().then(function(){var ee=E._dbInfo;ee.db.transaction(function(ce){ma(ce,ee,"SELECT * FROM "+ee.storeName,[],function(ge,me){for(var ve=me.rows,De=ve.length,ta=0;ta0){ee(je.apply(G,[q,ge,E,U-1]));return}ce(ta)}})})}).catch(ce)});return m(N,E),N}function he(q,j,E){return je.apply(this,[q,j,E,1])}function Me(q,j){var E=this;q=k(q);var U=new u(function(G,N){E.ready().then(function(){var ee=E._dbInfo;ee.db.transaction(function(ce){ma(ce,ee,"DELETE FROM "+ee.storeName+" WHERE key = ?",[q],function(){G()},function(ge,me){N(me)})})}).catch(N)});return m(U,j),U}function He(q){var j=this,E=new u(function(U,G){j.ready().then(function(){var N=j._dbInfo;N.db.transaction(function(ee){ma(ee,N,"DELETE FROM "+N.storeName,[],function(){U()},function(ce,ge){G(ge)})})}).catch(G)});return m(E,q),E}function Ae(q){var j=this,E=new u(function(U,G){j.ready().then(function(){var N=j._dbInfo;N.db.transaction(function(ee){ma(ee,N,"SELECT COUNT(key) as c FROM "+N.storeName,[],function(ce,ge){var me=ge.rows.item(0).c;U(me)},function(ce,ge){G(ge)})})}).catch(G)});return m(E,q),E}function Re(q,j){var E=this,U=new u(function(G,N){E.ready().then(function(){var ee=E._dbInfo;ee.db.transaction(function(ce){ma(ce,ee,"SELECT key FROM "+ee.storeName+" WHERE id = ? LIMIT 1",[q+1],function(ge,me){var ve=me.rows.length?me.rows.item(0).key:null;G(ve)},function(ge,me){N(me)})})}).catch(N)});return m(U,j),U}function Xe(q){var j=this,E=new u(function(U,G){j.ready().then(function(){var N=j._dbInfo;N.db.transaction(function(ee){ma(ee,N,"SELECT key FROM "+N.storeName,[],function(ce,ge){for(var me=[],ve=0;ve '__WebKitDatabaseInfoTable__'",[],function(G,N){for(var ee=[],ce=0;ce0}function Oa(q){var j=this,E={};if(q)for(var U in q)E[U]=q[U];return E.keyPrefix=Ue(q,j._defaultConfig),da()?(j._dbInfo=E,E.serializer=ua,u.resolve()):u.reject()}function Fa(q){var j=this,E=j.ready().then(function(){for(var U=j._dbInfo.keyPrefix,G=localStorage.length-1;G>=0;G--){var N=localStorage.key(G);N.indexOf(U)===0&&localStorage.removeItem(N)}});return m(E,q),E}function fa(q,j){var E=this;q=k(q);var U=E.ready().then(function(){var G=E._dbInfo,N=localStorage.getItem(G.keyPrefix+q);return N&&(N=G.serializer.deserialize(N)),N});return m(U,j),U}function Ye(q,j){var E=this,U=E.ready().then(function(){for(var G=E._dbInfo,N=G.keyPrefix,ee=N.length,ce=localStorage.length,ge=1,me=0;me=0;ee--){var ce=localStorage.key(ee);ce.indexOf(N)===0&&localStorage.removeItem(ce)}}):G=u.reject("Invalid arguments"),m(G,j),G}var xa={_driver:"localStorageWrapper",_initStorage:Oa,_support:Le(),iterate:Ye,getItem:fa,setItem:ia,removeItem:Ge,clear:Fa,length:Be,key:aa,keys:ke,dropInstance:Sa},Da=function(j,E){return j===E||typeof j=="number"&&typeof E=="number"&&isNaN(j)&&isNaN(E)},Wt=function(j,E){for(var U=j.length,G=0;G"u"?"undefined":r(E))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var U in E){if(U==="storeName"&&(E[U]=E[U].replace(/\W/g,"_")),U==="version"&&typeof E[U]!="number")return new Error("Database version must be a number.");this._config[U]=E[U]}return"driver"in E&&E.driver?this.setDriver(this._config.driver):!0}else return typeof E=="string"?this._config[E]:this._config},q.prototype.defineDriver=function(E,U,G){var N=new u(function(ee,ce){try{var ge=E._driver,me=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!E._driver){ce(me);return}for(var ve=ga.concat("_initStorage"),De=0,ta=ve.length;Dea in e?w3(e,a,{enumerable:!0,config * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */(function(e){function a(C,N){var j=C.length;C.push(N);e:for(;0>>1,K=C[L];if(0>>1;Ln(ee,j))wen(fe,ee)?(C[L]=fe,C[we]=j,L=we):(C[L]=ee,C[te]=j,L=te);else if(wen(fe,j))C[L]=fe,C[we]=j,L=we;else break e}}return N}function n(C,N){var j=C.sortIndex-N.sortIndex;return j!==0?j:C.id-N.id}if(typeof performance=="object"&&typeof performance.now=="function"){var r=performance;e.unstable_now=function(){return r.now()}}else{var s=Date,o=s.now();e.unstable_now=function(){return s.now()-o}}var d=[],l=[],g=1,u=null,m=3,f=!1,k=!1,y=!1,w=typeof setTimeout=="function"?setTimeout:null,b=typeof clearTimeout=="function"?clearTimeout:null,h=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function p(C){for(var N=t(l);N!==null;){if(N.callback===null)i(l);else if(N.startTime<=C)i(l),N.sortIndex=N.expirationTime,a(d,N);else break;N=t(l)}}function v(C){if(y=!1,p(C),!k)if(t(d)!==null)k=!0,F(x);else{var N=t(l);N!==null&&P(v,N.startTime-C)}}function x(C,N){k=!1,y&&(y=!1,b(T),T=-1),f=!0;var j=m;try{for(p(N),u=t(d);u!==null&&(!(u.expirationTime>N)||C&&!W());){var L=u.callback;if(typeof L=="function"){u.callback=null,m=u.priorityLevel;var K=L(u.expirationTime<=N);N=e.unstable_now(),typeof K=="function"?u.callback=K:u===t(d)&&i(d),p(N)}else i(d);u=t(d)}if(u!==null)var X=!0;else{var te=t(l);te!==null&&P(v,te.startTime-N),X=!1}return X}finally{u=null,m=j,f=!1}}var S=!1,A=null,T=-1,q=5,z=-1;function W(){return!(e.unstable_now()-zC||125L?(C.sortIndex=j,a(l,C),t(d)===null&&C===t(l)&&(y?(b(T),T=-1):y=!0,P(v,j-L))):(C.sortIndex=K,a(d,C),k||f||(k=!0,F(x))),C},e.unstable_shouldYield=W,e.unstable_wrapCallback=function(C){var N=m;return function(){var j=m;m=N;try{return C.apply(this,arguments)}finally{m=j}}}})(sb);rb.exports=sb;var $3=rb.exports;/** + */(function(e){function a(T,I){var H=T.length;T.push(I);e:for(;0>>1,Z=T[L];if(0>>1;Ln(X,H))wen(be,X)?(T[L]=be,T[we]=H,L=we):(T[L]=X,T[te]=H,L=te);else if(wen(be,H))T[L]=be,T[we]=H,L=we;else break e}}return I}function n(T,I){var H=T.sortIndex-I.sortIndex;return H!==0?H:T.id-I.id}if(typeof performance=="object"&&typeof performance.now=="function"){var r=performance;e.unstable_now=function(){return r.now()}}else{var s=Date,o=s.now();e.unstable_now=function(){return s.now()-o}}var d=[],c=[],g=1,u=null,m=3,b=!1,k=!1,y=!1,w=typeof setTimeout=="function"?setTimeout:null,f=typeof clearTimeout=="function"?clearTimeout:null,h=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function p(T){for(var I=t(c);I!==null;){if(I.callback===null)i(c);else if(I.startTime<=T)i(c),I.sortIndex=I.expirationTime,a(d,I);else break;I=t(c)}}function A(T){if(y=!1,p(T),!k)if(t(d)!==null)k=!0,D(S);else{var I=t(c);I!==null&&P(A,I.startTime-T)}}function S(T,I){k=!1,y&&(y=!1,f(C),C=-1),b=!0;var H=m;try{for(p(I),u=t(d);u!==null&&(!(u.expirationTime>I)||T&&!W());){var L=u.callback;if(typeof L=="function"){u.callback=null,m=u.priorityLevel;var Z=L(u.expirationTime<=I);I=e.unstable_now(),typeof Z=="function"?u.callback=Z:u===t(d)&&i(d),p(I)}else i(d);u=t(d)}if(u!==null)var ae=!0;else{var te=t(c);te!==null&&P(A,te.startTime-I),ae=!1}return ae}finally{u=null,m=H,b=!1}}var x=!1,v=null,C=-1,R=5,z=-1;function W(){return!(e.unstable_now()-zT||125L?(T.sortIndex=H,a(c,T),t(d)===null&&T===t(c)&&(y?(f(C),C=-1):y=!0,P(A,H-L))):(T.sortIndex=Z,a(d,T),k||b||(k=!0,D(S))),T},e.unstable_shouldYield=W,e.unstable_wrapCallback=function(T){var I=m;return function(){var H=m;m=I;try{return T.apply(this,arguments)}finally{m=H}}}})(ab);eb.exports=ab;var L3=eb.exports;/** * @license React * react-dom.production.min.js * @@ -35,18 +35,48 @@ var w3=Object.defineProperty;var v3=(e,a,t)=>a in e?w3(e,a,{enumerable:!0,config * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */var ob=c,Si=$3;function qe(e){for(var a="https://reactjs.org/docs/error-decoder.html?invariant="+e,t=1;t"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),au=Object.prototype.hasOwnProperty,U3=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,jh={},Lh={};function V3(e){return au.call(Lh,e)?!0:au.call(jh,e)?!1:U3.test(e)?Lh[e]=!0:(jh[e]=!0,!1)}function _3(e,a,t,i){if(t!==null&&t.type===0)return!1;switch(typeof a){case"function":case"symbol":return!0;case"boolean":return i?!1:t!==null?!t.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function K3(e,a,t,i){if(a===null||typeof a>"u"||_3(e,a,t,i))return!0;if(i)return!1;if(t!==null)switch(t.type){case 3:return!a;case 4:return a===!1;case 5:return isNaN(a);case 6:return isNaN(a)||1>a}return!1}function ri(e,a,t,i,n,r,s){this.acceptsBooleans=a===2||a===3||a===4,this.attributeName=i,this.attributeNamespace=n,this.mustUseProperty=t,this.propertyName=e,this.type=a,this.sanitizeURL=r,this.removeEmptyString=s}var jt={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){jt[e]=new ri(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var a=e[0];jt[a]=new ri(a,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){jt[e]=new ri(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){jt[e]=new ri(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){jt[e]=new ri(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){jt[e]=new ri(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){jt[e]=new ri(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){jt[e]=new ri(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){jt[e]=new ri(e,5,!1,e.toLowerCase(),null,!1,!1)});var Jm=/[\-:]([a-z])/g;function Ym(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var a=e.replace(Jm,Ym);jt[a]=new ri(a,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var a=e.replace(Jm,Ym);jt[a]=new ri(a,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var a=e.replace(Jm,Ym);jt[a]=new ri(a,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){jt[e]=new ri(e,1,!1,e.toLowerCase(),null,!1,!1)});jt.xlinkHref=new ri("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){jt[e]=new ri(e,1,!1,e.toLowerCase(),null,!0,!0)});function Qm(e,a,t,i){var n=jt.hasOwnProperty(a)?jt[a]:null;(n!==null?n.type!==0:i||!(2"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),tu=Object.prototype.hasOwnProperty,O3=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,Hh={},jh={};function G3(e){return tu.call(jh,e)?!0:tu.call(Hh,e)?!1:O3.test(e)?jh[e]=!0:(Hh[e]=!0,!1)}function $3(e,a,t,i){if(t!==null&&t.type===0)return!1;switch(typeof a){case"function":case"symbol":return!0;case"boolean":return i?!1:t!==null?!t.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function U3(e,a,t,i){if(a===null||typeof a>"u"||$3(e,a,t,i))return!0;if(i)return!1;if(t!==null)switch(t.type){case 3:return!a;case 4:return a===!1;case 5:return isNaN(a);case 6:return isNaN(a)||1>a}return!1}function ni(e,a,t,i,n,r,s){this.acceptsBooleans=a===2||a===3||a===4,this.attributeName=i,this.attributeNamespace=n,this.mustUseProperty=t,this.propertyName=e,this.type=a,this.sanitizeURL=r,this.removeEmptyString=s}var jt={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){jt[e]=new ni(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var a=e[0];jt[a]=new ni(a,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){jt[e]=new ni(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){jt[e]=new ni(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){jt[e]=new ni(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){jt[e]=new ni(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){jt[e]=new ni(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){jt[e]=new ni(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){jt[e]=new ni(e,5,!1,e.toLowerCase(),null,!1,!1)});var Ym=/[\-:]([a-z])/g;function Qm(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var a=e.replace(Ym,Qm);jt[a]=new ni(a,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var a=e.replace(Ym,Qm);jt[a]=new ni(a,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var a=e.replace(Ym,Qm);jt[a]=new ni(a,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){jt[e]=new ni(e,1,!1,e.toLowerCase(),null,!1,!1)});jt.xlinkHref=new ni("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){jt[e]=new ni(e,1,!1,e.toLowerCase(),null,!0,!0)});function Xm(e,a,t,i){var n=jt.hasOwnProperty(a)?jt[a]:null;(n!==null?n.type!==0:i||!(2o||n[s]!==r[o]){var d=` -`+n[s].replace(" at new "," at ");return e.displayName&&d.includes("")&&(d=d.replace("",e.displayName)),d}while(1<=s&&0<=o);break}}}finally{tg=!1,Error.prepareStackTrace=t}return(e=e?e.displayName||e.name:"")?so(e):""}function Z3(e){switch(e.tag){case 5:return so(e.type);case 16:return so("Lazy");case 13:return so("Suspense");case 19:return so("SuspenseList");case 0:case 2:case 15:return e=ig(e.type,!1),e;case 11:return e=ig(e.type.render,!1),e;case 1:return e=ig(e.type,!0),e;default:return""}}function ru(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case as:return"Fragment";case es:return"Portal";case tu:return"Profiler";case Xm:return"StrictMode";case iu:return"Suspense";case nu:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case lb:return(e.displayName||"Context")+".Consumer";case cb:return(e._context.displayName||"Context")+".Provider";case e1:var a=e.render;return e=e.displayName,e||(e=a.displayName||a.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case a1:return a=e.displayName||null,a!==null?a:ru(e.type)||"Memo";case In:a=e._payload,e=e._init;try{return ru(e(a))}catch{}}return null}function J3(e){var a=e.type;switch(e.tag){case 24:return"Cache";case 9:return(a.displayName||"Context")+".Consumer";case 10:return(a._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=a.render,e=e.displayName||e.name||"",a.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return a;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return ru(a);case 8:return a===Xm?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a}return null}function Qn(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function ub(e){var a=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(a==="checkbox"||a==="radio")}function Y3(e){var a=ub(e)?"checked":"value",t=Object.getOwnPropertyDescriptor(e.constructor.prototype,a),i=""+e[a];if(!e.hasOwnProperty(a)&&typeof t<"u"&&typeof t.get=="function"&&typeof t.set=="function"){var n=t.get,r=t.set;return Object.defineProperty(e,a,{configurable:!0,get:function(){return n.call(this)},set:function(s){i=""+s,r.call(this,s)}}),Object.defineProperty(e,a,{enumerable:t.enumerable}),{getValue:function(){return i},setValue:function(s){i=""+s},stopTracking:function(){e._valueTracker=null,delete e[a]}}}}function xd(e){e._valueTracker||(e._valueTracker=Y3(e))}function mb(e){if(!e)return!1;var a=e._valueTracker;if(!a)return!0;var t=a.getValue(),i="";return e&&(i=ub(e)?e.checked?"true":"false":e.value),e=i,e!==t?(a.setValue(e),!0):!1}function kc(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function su(e,a){var t=a.checked;return ut({},a,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:t??e._wrapperState.initialChecked})}function Gh(e,a){var t=a.defaultValue==null?"":a.defaultValue,i=a.checked!=null?a.checked:a.defaultChecked;t=Qn(a.value!=null?a.value:t),e._wrapperState={initialChecked:i,initialValue:t,controlled:a.type==="checkbox"||a.type==="radio"?a.checked!=null:a.value!=null}}function hb(e,a){a=a.checked,a!=null&&Qm(e,"checked",a,!1)}function ou(e,a){hb(e,a);var t=Qn(a.value),i=a.type;if(t!=null)i==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+t):e.value!==""+t&&(e.value=""+t);else if(i==="submit"||i==="reset"){e.removeAttribute("value");return}a.hasOwnProperty("value")?du(e,a.type,t):a.hasOwnProperty("defaultValue")&&du(e,a.type,Qn(a.defaultValue)),a.checked==null&&a.defaultChecked!=null&&(e.defaultChecked=!!a.defaultChecked)}function $h(e,a,t){if(a.hasOwnProperty("value")||a.hasOwnProperty("defaultValue")){var i=a.type;if(!(i!=="submit"&&i!=="reset"||a.value!==void 0&&a.value!==null))return;a=""+e._wrapperState.initialValue,t||a===e.value||(e.value=a),e.defaultValue=a}t=e.name,t!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,t!==""&&(e.name=t)}function du(e,a,t){(a!=="number"||kc(e.ownerDocument)!==e)&&(t==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+t&&(e.defaultValue=""+t))}var oo=Array.isArray;function bs(e,a,t,i){if(e=e.options,a){a={};for(var n=0;n"+a.valueOf().toString()+"",a=Sd.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild)}});function zo(e,a){if(a){var t=e.firstChild;if(t&&t===e.lastChild&&t.nodeType===3){t.nodeValue=a;return}}e.textContent=a}var uo={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Q3=["Webkit","ms","Moz","O"];Object.keys(uo).forEach(function(e){Q3.forEach(function(a){a=a+e.charAt(0).toUpperCase()+e.substring(1),uo[a]=uo[e]})});function yb(e,a,t){return a==null||typeof a=="boolean"||a===""?"":t||typeof a!="number"||a===0||uo.hasOwnProperty(e)&&uo[e]?(""+a).trim():a+"px"}function kb(e,a){e=e.style;for(var t in a)if(a.hasOwnProperty(t)){var i=t.indexOf("--")===0,n=yb(t,a[t],i);t==="float"&&(t="cssFloat"),i?e.setProperty(t,n):e[t]=n}}var X3=ut({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function gu(e,a){if(a){if(X3[e]&&(a.children!=null||a.dangerouslySetInnerHTML!=null))throw Error(qe(137,e));if(a.dangerouslySetInnerHTML!=null){if(a.children!=null)throw Error(qe(60));if(typeof a.dangerouslySetInnerHTML!="object"||!("__html"in a.dangerouslySetInnerHTML))throw Error(qe(61))}if(a.style!=null&&typeof a.style!="object")throw Error(qe(62))}}function uu(e,a){if(e.indexOf("-")===-1)return typeof a.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var mu=null;function t1(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var hu=null,ps=null,ys=null;function _h(e){if(e=id(e)){if(typeof hu!="function")throw Error(qe(280));var a=e.stateNode;a&&(a=ll(a),hu(e.stateNode,e.type,a))}}function wb(e){ps?ys?ys.push(e):ys=[e]:ps=e}function vb(){if(ps){var e=ps,a=ys;if(ys=ps=null,_h(e),a)for(e=0;e>>=0,e===0?32:31-(l6(e)/g6|0)|0}var Cd=64,Td=4194304;function co(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function xc(e,a){var t=e.pendingLanes;if(t===0)return 0;var i=0,n=e.suspendedLanes,r=e.pingedLanes,s=t&268435455;if(s!==0){var o=s&~n;o!==0?i=co(o):(r&=s,r!==0&&(i=co(r)))}else s=t&~n,s!==0?i=co(s):r!==0&&(i=co(r));if(i===0)return 0;if(a!==0&&a!==i&&!(a&n)&&(n=i&-i,r=a&-a,n>=r||n===16&&(r&4194240)!==0))return a;if(i&4&&(i|=t&16),a=e.entangledLanes,a!==0)for(e=e.entanglements,a&=i;0t;t++)a.push(e);return a}function ad(e,a,t){e.pendingLanes|=a,a!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,a=31-Ki(a),e[a]=t}function f6(e,a){var t=e.pendingLanes&~a;e.pendingLanes=a,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=a,e.mutableReadLanes&=a,e.entangledLanes&=a,a=e.entanglements;var i=e.eventTimes;for(e=e.expirationTimes;0=ho),tf=" ",nf=!1;function Lb(e,a){switch(e){case"keyup":return G6.indexOf(a.keyCode)!==-1;case"keydown":return a.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Ob(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var ts=!1;function U6(e,a){switch(e){case"compositionend":return Ob(a);case"keypress":return a.which!==32?null:(nf=!0,tf);case"textInput":return e=a.data,e===tf&&nf?null:e;default:return null}}function V6(e,a){if(ts)return e==="compositionend"||!l1&&Lb(e,a)?(e=Hb(),ec=o1=Nn=null,ts=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(a.ctrlKey||a.altKey||a.metaKey)||a.ctrlKey&&a.altKey){if(a.char&&1=a)return{node:t,offset:a-e};e=i}e:{for(;t;){if(t.nextSibling){t=t.nextSibling;break e}t=t.parentNode}t=void 0}t=df(t)}}function Vb(e,a){return e&&a?e===a?!0:e&&e.nodeType===3?!1:a&&a.nodeType===3?Vb(e,a.parentNode):"contains"in e?e.contains(a):e.compareDocumentPosition?!!(e.compareDocumentPosition(a)&16):!1:!1}function _b(){for(var e=window,a=kc();a instanceof e.HTMLIFrameElement;){try{var t=typeof a.contentWindow.location.href=="string"}catch{t=!1}if(t)e=a.contentWindow;else break;a=kc(e.document)}return a}function g1(e){var a=e&&e.nodeName&&e.nodeName.toLowerCase();return a&&(a==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||a==="textarea"||e.contentEditable==="true")}function aw(e){var a=_b(),t=e.focusedElem,i=e.selectionRange;if(a!==t&&t&&t.ownerDocument&&Vb(t.ownerDocument.documentElement,t)){if(i!==null&&g1(t)){if(a=i.start,e=i.end,e===void 0&&(e=a),"selectionStart"in t)t.selectionStart=a,t.selectionEnd=Math.min(e,t.value.length);else if(e=(a=t.ownerDocument||document)&&a.defaultView||window,e.getSelection){e=e.getSelection();var n=t.textContent.length,r=Math.min(i.start,n);i=i.end===void 0?r:Math.min(i.end,n),!e.extend&&r>i&&(n=i,i=r,r=n),n=cf(t,r);var s=cf(t,i);n&&s&&(e.rangeCount!==1||e.anchorNode!==n.node||e.anchorOffset!==n.offset||e.focusNode!==s.node||e.focusOffset!==s.offset)&&(a=a.createRange(),a.setStart(n.node,n.offset),e.removeAllRanges(),r>i?(e.addRange(a),e.extend(s.node,s.offset)):(a.setEnd(s.node,s.offset),e.addRange(a)))}}for(a=[],e=t;e=e.parentNode;)e.nodeType===1&&a.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof t.focus=="function"&&t.focus(),t=0;t=document.documentMode,is=null,wu=null,bo=null,vu=!1;function lf(e,a,t){var i=t.window===t?t.document:t.nodeType===9?t:t.ownerDocument;vu||is==null||is!==kc(i)||(i=is,"selectionStart"in i&&g1(i)?i={start:i.selectionStart,end:i.selectionEnd}:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection(),i={anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}),bo&&Bo(bo,i)||(bo=i,i=Tc(wu,"onSelect"),0ss||(e.current=qu[ss],qu[ss]=null,ss--)}function at(e,a){ss++,qu[ss]=e.current,e.current=a}var Xn={},Vt=nr(Xn),li=nr(!1),Rr=Xn;function Cs(e,a){var t=e.type.contextTypes;if(!t)return Xn;var i=e.stateNode;if(i&&i.__reactInternalMemoizedUnmaskedChildContext===a)return i.__reactInternalMemoizedMaskedChildContext;var n={},r;for(r in t)n[r]=a[r];return i&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=n),n}function gi(e){return e=e.childContextTypes,e!=null}function Rc(){it(li),it(Vt)}function pf(e,a,t){if(Vt.current!==Xn)throw Error(qe(168));at(Vt,a),at(li,t)}function tp(e,a,t){var i=e.stateNode;if(a=a.childContextTypes,typeof i.getChildContext!="function")return t;i=i.getChildContext();for(var n in i)if(!(n in a))throw Error(qe(108,J3(e)||"Unknown",n));return ut({},t,i)}function zc(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Xn,Rr=Vt.current,at(Vt,e),at(li,li.current),!0}function yf(e,a,t){var i=e.stateNode;if(!i)throw Error(qe(169));t?(e=tp(e,a,Rr),i.__reactInternalMemoizedMergedChildContext=e,it(li),it(Vt),at(Vt,e)):it(li),at(li,t)}var pn=null,gl=!1,pg=!1;function ip(e){pn===null?pn=[e]:pn.push(e)}function mw(e){gl=!0,ip(e)}function rr(){if(!pg&&pn!==null){pg=!0;var e=0,a=$a;try{var t=pn;for($a=1;e>=s,n-=s,kn=1<<32-Ki(a)+n|t<T?(q=A,A=null):q=A.sibling;var z=m(b,A,p[T],v);if(z===null){A===null&&(A=q);break}e&&A&&z.alternate===null&&a(b,A),h=r(z,h,T),S===null?x=z:S.sibling=z,S=z,A=q}if(T===p.length)return t(b,A),ot&&lr(b,T),x;if(A===null){for(;TT?(q=A,A=null):q=A.sibling;var W=m(b,A,z.value,v);if(W===null){A===null&&(A=q);break}e&&A&&W.alternate===null&&a(b,A),h=r(W,h,T),S===null?x=W:S.sibling=W,S=W,A=q}if(z.done)return t(b,A),ot&&lr(b,T),x;if(A===null){for(;!z.done;T++,z=p.next())z=u(b,z.value,v),z!==null&&(h=r(z,h,T),S===null?x=z:S.sibling=z,S=z);return ot&&lr(b,T),x}for(A=i(b,A);!z.done;T++,z=p.next())z=f(A,b,T,z.value,v),z!==null&&(e&&z.alternate!==null&&A.delete(z.key===null?T:z.key),h=r(z,h,T),S===null?x=z:S.sibling=z,S=z);return e&&A.forEach(function(H){return a(b,H)}),ot&&lr(b,T),x}function w(b,h,p,v){if(typeof p=="object"&&p!==null&&p.type===as&&p.key===null&&(p=p.props.children),typeof p=="object"&&p!==null){switch(p.$$typeof){case Ad:e:{for(var x=p.key,S=h;S!==null;){if(S.key===x){if(x=p.type,x===as){if(S.tag===7){t(b,S.sibling),h=n(S,p.props.children),h.return=b,b=h;break e}}else if(S.elementType===x||typeof x=="object"&&x!==null&&x.$$typeof===In&&Cf(x)===S.type){t(b,S.sibling),h=n(S,p.props),h.ref=Ys(b,S,p),h.return=b,b=h;break e}t(b,S);break}else a(b,S);S=S.sibling}p.type===as?(h=Sr(p.props.children,b.mode,v,p.key),h.return=b,b=h):(v=dc(p.type,p.key,p.props,null,b.mode,v),v.ref=Ys(b,h,p),v.return=b,b=v)}return s(b);case es:e:{for(S=p.key;h!==null;){if(h.key===S)if(h.tag===4&&h.stateNode.containerInfo===p.containerInfo&&h.stateNode.implementation===p.implementation){t(b,h.sibling),h=n(h,p.children||[]),h.return=b,b=h;break e}else{t(b,h);break}else a(b,h);h=h.sibling}h=Cg(p,b.mode,v),h.return=b,b=h}return s(b);case In:return S=p._init,w(b,h,S(p._payload),v)}if(oo(p))return k(b,h,p,v);if(Vs(p))return y(b,h,p,v);Wd(b,p)}return typeof p=="string"&&p!==""||typeof p=="number"?(p=""+p,h!==null&&h.tag===6?(t(b,h.sibling),h=n(h,p),h.return=b,b=h):(t(b,h),h=Sg(p,b.mode,v),h.return=b,b=h),s(b)):t(b,h)}return w}var qs=gp(!0),up=gp(!1),nd={},ln=nr(nd),Ho=nr(nd),jo=nr(nd);function pr(e){if(e===nd)throw Error(qe(174));return e}function w1(e,a){switch(at(jo,a),at(Ho,e),at(ln,nd),e=a.nodeType,e){case 9:case 11:a=(a=a.documentElement)?a.namespaceURI:lu(null,"");break;default:e=e===8?a.parentNode:a,a=e.namespaceURI||null,e=e.tagName,a=lu(a,e)}it(ln),at(ln,a)}function Rs(){it(ln),it(Ho),it(jo)}function mp(e){pr(jo.current);var a=pr(ln.current),t=lu(a,e.type);a!==t&&(at(Ho,e),at(ln,t))}function v1(e){Ho.current===e&&(it(ln),it(Ho))}var lt=nr(0);function Bc(e){for(var a=e;a!==null;){if(a.tag===13){var t=a.memoizedState;if(t!==null&&(t=t.dehydrated,t===null||t.data==="$?"||t.data==="$!"))return a}else if(a.tag===19&&a.memoizedProps.revealOrder!==void 0){if(a.flags&128)return a}else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===e)break;for(;a.sibling===null;){if(a.return===null||a.return===e)return null;a=a.return}a.sibling.return=a.return,a=a.sibling}return null}var yg=[];function A1(){for(var e=0;et?t:4,e(!0);var i=kg.transition;kg.transition={};try{e(!1),a()}finally{$a=t,kg.transition=i}}function zp(){return Bi().memoizedState}function pw(e,a,t){var i=Zn(e);if(t={lane:i,action:t,hasEagerState:!1,eagerState:null,next:null},Mp(e))Pp(a,t);else if(t=op(e,a,t,i),t!==null){var n=ei();Zi(t,e,i,n),Ep(t,a,i)}}function yw(e,a,t){var i=Zn(e),n={lane:i,action:t,hasEagerState:!1,eagerState:null,next:null};if(Mp(e))Pp(a,n);else{var r=e.alternate;if(e.lanes===0&&(r===null||r.lanes===0)&&(r=a.lastRenderedReducer,r!==null))try{var s=a.lastRenderedState,o=r(s,t);if(n.hasEagerState=!0,n.eagerState=o,Qi(o,s)){var d=a.interleaved;d===null?(n.next=n,y1(a)):(n.next=d.next,d.next=n),a.interleaved=n;return}}catch{}finally{}t=op(e,a,n,i),t!==null&&(n=ei(),Zi(t,e,i,n),Ep(t,a,i))}}function Mp(e){var a=e.alternate;return e===gt||a!==null&&a===gt}function Pp(e,a){po=Fc=!0;var t=e.pending;t===null?a.next=a:(a.next=t.next,t.next=a),e.pending=a}function Ep(e,a,t){if(t&4194240){var i=a.lanes;i&=e.pendingLanes,t|=i,a.lanes=t,n1(e,t)}}var Dc={readContext:Ii,useCallback:Lt,useContext:Lt,useEffect:Lt,useImperativeHandle:Lt,useInsertionEffect:Lt,useLayoutEffect:Lt,useMemo:Lt,useReducer:Lt,useRef:Lt,useState:Lt,useDebugValue:Lt,useDeferredValue:Lt,useTransition:Lt,useMutableSource:Lt,useSyncExternalStore:Lt,useId:Lt,unstable_isNewReconciler:!1},kw={readContext:Ii,useCallback:function(e,a){return rn().memoizedState=[e,a===void 0?null:a],e},useContext:Ii,useEffect:qf,useImperativeHandle:function(e,a,t){return t=t!=null?t.concat([e]):null,nc(4194308,4,Sp.bind(null,a,e),t)},useLayoutEffect:function(e,a){return nc(4194308,4,e,a)},useInsertionEffect:function(e,a){return nc(4,2,e,a)},useMemo:function(e,a){var t=rn();return a=a===void 0?null:a,e=e(),t.memoizedState=[e,a],e},useReducer:function(e,a,t){var i=rn();return a=t!==void 0?t(a):a,i.memoizedState=i.baseState=a,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:a},i.queue=e,e=e.dispatch=pw.bind(null,gt,e),[i.memoizedState,e]},useRef:function(e){var a=rn();return e={current:e},a.memoizedState=e},useState:Tf,useDebugValue:q1,useDeferredValue:function(e){return rn().memoizedState=e},useTransition:function(){var e=Tf(!1),a=e[0];return e=bw.bind(null,e[1]),rn().memoizedState=e,[a,e]},useMutableSource:function(){},useSyncExternalStore:function(e,a,t){var i=gt,n=rn();if(ot){if(t===void 0)throw Error(qe(407));t=t()}else{if(t=a(),Et===null)throw Error(qe(349));Mr&30||bp(i,a,t)}n.memoizedState=t;var r={value:t,getSnapshot:a};return n.queue=r,qf(yp.bind(null,i,r,e),[e]),i.flags|=2048,Go(9,pp.bind(null,i,r,t,a),void 0,null),t},useId:function(){var e=rn(),a=Et.identifierPrefix;if(ot){var t=wn,i=kn;t=(i&~(1<<32-Ki(i)-1)).toString(32)+t,a=":"+a+"R"+t,t=Lo++,0")&&(d=d.replace("",e.displayName)),d}while(1<=s&&0<=o);break}}}finally{ig=!1,Error.prepareStackTrace=t}return(e=e?e.displayName||e.name:"")?ro(e):""}function V3(e){switch(e.tag){case 5:return ro(e.type);case 16:return ro("Lazy");case 13:return ro("Suspense");case 19:return ro("SuspenseList");case 0:case 2:case 15:return e=ng(e.type,!1),e;case 11:return e=ng(e.type.render,!1),e;case 1:return e=ng(e.type,!0),e;default:return""}}function su(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Xr:return"Fragment";case Qr:return"Portal";case iu:return"Profiler";case e1:return"StrictMode";case nu:return"Suspense";case ru:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case rb:return(e.displayName||"Context")+".Consumer";case nb:return(e._context.displayName||"Context")+".Provider";case a1:var a=e.render;return e=e.displayName,e||(e=a.displayName||a.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case t1:return a=e.displayName||null,a!==null?a:su(e.type)||"Memo";case In:a=e._payload,e=e._init;try{return su(e(a))}catch{}}return null}function _3(e){var a=e.type;switch(e.tag){case 24:return"Cache";case 9:return(a.displayName||"Context")+".Consumer";case 10:return(a._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=a.render,e=e.displayName||e.name||"",a.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return a;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return su(a);case 8:return a===e1?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a}return null}function Qn(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function ob(e){var a=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(a==="checkbox"||a==="radio")}function K3(e){var a=ob(e)?"checked":"value",t=Object.getOwnPropertyDescriptor(e.constructor.prototype,a),i=""+e[a];if(!e.hasOwnProperty(a)&&typeof t<"u"&&typeof t.get=="function"&&typeof t.set=="function"){var n=t.get,r=t.set;return Object.defineProperty(e,a,{configurable:!0,get:function(){return n.call(this)},set:function(s){i=""+s,r.call(this,s)}}),Object.defineProperty(e,a,{enumerable:t.enumerable}),{getValue:function(){return i},setValue:function(s){i=""+s},stopTracking:function(){e._valueTracker=null,delete e[a]}}}}function vd(e){e._valueTracker||(e._valueTracker=K3(e))}function db(e){if(!e)return!1;var a=e._valueTracker;if(!a)return!0;var t=a.getValue(),i="";return e&&(i=ob(e)?e.checked?"true":"false":e.value),e=i,e!==t?(a.setValue(e),!0):!1}function pc(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function ou(e,a){var t=a.checked;return ut({},a,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:t??e._wrapperState.initialChecked})}function Oh(e,a){var t=a.defaultValue==null?"":a.defaultValue,i=a.checked!=null?a.checked:a.defaultChecked;t=Qn(a.value!=null?a.value:t),e._wrapperState={initialChecked:i,initialValue:t,controlled:a.type==="checkbox"||a.type==="radio"?a.checked!=null:a.value!=null}}function cb(e,a){a=a.checked,a!=null&&Xm(e,"checked",a,!1)}function du(e,a){cb(e,a);var t=Qn(a.value),i=a.type;if(t!=null)i==="number"?(t===0&&e.value===""||e.value!=t)&&(e.value=""+t):e.value!==""+t&&(e.value=""+t);else if(i==="submit"||i==="reset"){e.removeAttribute("value");return}a.hasOwnProperty("value")?cu(e,a.type,t):a.hasOwnProperty("defaultValue")&&cu(e,a.type,Qn(a.defaultValue)),a.checked==null&&a.defaultChecked!=null&&(e.defaultChecked=!!a.defaultChecked)}function Gh(e,a,t){if(a.hasOwnProperty("value")||a.hasOwnProperty("defaultValue")){var i=a.type;if(!(i!=="submit"&&i!=="reset"||a.value!==void 0&&a.value!==null))return;a=""+e._wrapperState.initialValue,t||a===e.value||(e.value=a),e.defaultValue=a}t=e.name,t!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,t!==""&&(e.name=t)}function cu(e,a,t){(a!=="number"||pc(e.ownerDocument)!==e)&&(t==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+t&&(e.defaultValue=""+t))}var so=Array.isArray;function hs(e,a,t,i){if(e=e.options,a){a={};for(var n=0;n"+a.valueOf().toString()+"",a=Ad.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild)}});function Ro(e,a){if(a){var t=e.firstChild;if(t&&t===e.lastChild&&t.nodeType===3){t.nodeValue=a;return}}e.textContent=a}var go={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Z3=["Webkit","ms","Moz","O"];Object.keys(go).forEach(function(e){Z3.forEach(function(a){a=a+e.charAt(0).toUpperCase()+e.substring(1),go[a]=go[e]})});function mb(e,a,t){return a==null||typeof a=="boolean"||a===""?"":t||typeof a!="number"||a===0||go.hasOwnProperty(e)&&go[e]?(""+a).trim():a+"px"}function hb(e,a){e=e.style;for(var t in a)if(a.hasOwnProperty(t)){var i=t.indexOf("--")===0,n=mb(t,a[t],i);t==="float"&&(t="cssFloat"),i?e.setProperty(t,n):e[t]=n}}var J3=ut({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function uu(e,a){if(a){if(J3[e]&&(a.children!=null||a.dangerouslySetInnerHTML!=null))throw Error(qe(137,e));if(a.dangerouslySetInnerHTML!=null){if(a.children!=null)throw Error(qe(60));if(typeof a.dangerouslySetInnerHTML!="object"||!("__html"in a.dangerouslySetInnerHTML))throw Error(qe(61))}if(a.style!=null&&typeof a.style!="object")throw Error(qe(62))}}function mu(e,a){if(e.indexOf("-")===-1)return typeof a.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var hu=null;function i1(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var fu=null,fs=null,bs=null;function Vh(e){if(e=td(e)){if(typeof fu!="function")throw Error(qe(280));var a=e.stateNode;a&&(a=cl(a),fu(e.stateNode,e.type,a))}}function fb(e){fs?bs?bs.push(e):bs=[e]:fs=e}function bb(){if(fs){var e=fs,a=bs;if(bs=fs=null,Vh(e),a)for(e=0;e>>=0,e===0?32:31-(o6(e)/d6|0)|0}var xd=64,Sd=4194304;function oo(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function vc(e,a){var t=e.pendingLanes;if(t===0)return 0;var i=0,n=e.suspendedLanes,r=e.pingedLanes,s=t&268435455;if(s!==0){var o=s&~n;o!==0?i=oo(o):(r&=s,r!==0&&(i=oo(r)))}else s=t&~n,s!==0?i=oo(s):r!==0&&(i=oo(r));if(i===0)return 0;if(a!==0&&a!==i&&!(a&n)&&(n=i&-i,r=a&-a,n>=r||n===16&&(r&4194240)!==0))return a;if(i&4&&(i|=t&16),a=e.entangledLanes,a!==0)for(e=e.entanglements,a&=i;0t;t++)a.push(e);return a}function ed(e,a,t){e.pendingLanes|=a,a!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,a=31-Ki(a),e[a]=t}function u6(e,a){var t=e.pendingLanes&~a;e.pendingLanes=a,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=a,e.mutableReadLanes&=a,e.entangledLanes&=a,a=e.entanglements;var i=e.eventTimes;for(e=e.expirationTimes;0=mo),af=" ",tf=!1;function Fb(e,a){switch(e){case"keyup":return j6.indexOf(a.keyCode)!==-1;case"keydown":return a.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function Db(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var es=!1;function O6(e,a){switch(e){case"compositionend":return Db(a);case"keypress":return a.which!==32?null:(tf=!0,af);case"textInput":return e=a.data,e===af&&tf?null:e;default:return null}}function G6(e,a){if(es)return e==="compositionend"||!g1&&Fb(e,a)?(e=Ib(),Qd=d1=Nn=null,es=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(a.ctrlKey||a.altKey||a.metaKey)||a.ctrlKey&&a.altKey){if(a.char&&1=a)return{node:t,offset:a-e};e=i}e:{for(;t;){if(t.nextSibling){t=t.nextSibling;break e}t=t.parentNode}t=void 0}t=of(t)}}function Lb(e,a){return e&&a?e===a?!0:e&&e.nodeType===3?!1:a&&a.nodeType===3?Lb(e,a.parentNode):"contains"in e?e.contains(a):e.compareDocumentPosition?!!(e.compareDocumentPosition(a)&16):!1:!1}function Ob(){for(var e=window,a=pc();a instanceof e.HTMLIFrameElement;){try{var t=typeof a.contentWindow.location.href=="string"}catch{t=!1}if(t)e=a.contentWindow;else break;a=pc(e.document)}return a}function u1(e){var a=e&&e.nodeName&&e.nodeName.toLowerCase();return a&&(a==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||a==="textarea"||e.contentEditable==="true")}function Q6(e){var a=Ob(),t=e.focusedElem,i=e.selectionRange;if(a!==t&&t&&t.ownerDocument&&Lb(t.ownerDocument.documentElement,t)){if(i!==null&&u1(t)){if(a=i.start,e=i.end,e===void 0&&(e=a),"selectionStart"in t)t.selectionStart=a,t.selectionEnd=Math.min(e,t.value.length);else if(e=(a=t.ownerDocument||document)&&a.defaultView||window,e.getSelection){e=e.getSelection();var n=t.textContent.length,r=Math.min(i.start,n);i=i.end===void 0?r:Math.min(i.end,n),!e.extend&&r>i&&(n=i,i=r,r=n),n=df(t,r);var s=df(t,i);n&&s&&(e.rangeCount!==1||e.anchorNode!==n.node||e.anchorOffset!==n.offset||e.focusNode!==s.node||e.focusOffset!==s.offset)&&(a=a.createRange(),a.setStart(n.node,n.offset),e.removeAllRanges(),r>i?(e.addRange(a),e.extend(s.node,s.offset)):(a.setEnd(s.node,s.offset),e.addRange(a)))}}for(a=[],e=t;e=e.parentNode;)e.nodeType===1&&a.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof t.focus=="function"&&t.focus(),t=0;t=document.documentMode,as=null,vu=null,fo=null,Au=!1;function cf(e,a,t){var i=t.window===t?t.document:t.nodeType===9?t:t.ownerDocument;Au||as==null||as!==pc(i)||(i=as,"selectionStart"in i&&u1(i)?i={start:i.selectionStart,end:i.selectionEnd}:(i=(i.ownerDocument&&i.ownerDocument.defaultView||window).getSelection(),i={anchorNode:i.anchorNode,anchorOffset:i.anchorOffset,focusNode:i.focusNode,focusOffset:i.focusOffset}),fo&&Io(fo,i)||(fo=i,i=Sc(vu,"onSelect"),0ns||(e.current=Ru[ns],Ru[ns]=null,ns--)}function et(e,a){ns++,Ru[ns]=e.current,e.current=a}var Xn={},Vt=tr(Xn),ci=tr(!1),Tr=Xn;function xs(e,a){var t=e.type.contextTypes;if(!t)return Xn;var i=e.stateNode;if(i&&i.__reactInternalMemoizedUnmaskedChildContext===a)return i.__reactInternalMemoizedMaskedChildContext;var n={},r;for(r in t)n[r]=a[r];return i&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=n),n}function li(e){return e=e.childContextTypes,e!=null}function Tc(){it(ci),it(Vt)}function bf(e,a,t){if(Vt.current!==Xn)throw Error(qe(168));et(Vt,a),et(ci,t)}function Yb(e,a,t){var i=e.stateNode;if(a=a.childContextTypes,typeof i.getChildContext!="function")return t;i=i.getChildContext();for(var n in i)if(!(n in a))throw Error(qe(108,_3(e)||"Unknown",n));return ut({},t,i)}function qc(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Xn,Tr=Vt.current,et(Vt,e),et(ci,ci.current),!0}function pf(e,a,t){var i=e.stateNode;if(!i)throw Error(qe(169));t?(e=Yb(e,a,Tr),i.__reactInternalMemoizedMergedChildContext=e,it(ci),it(Vt),et(Vt,e)):it(ci),et(ci,t)}var pn=null,ll=!1,yg=!1;function Qb(e){pn===null?pn=[e]:pn.push(e)}function lw(e){ll=!0,Qb(e)}function ir(){if(!yg&&pn!==null){yg=!0;var e=0,a=$a;try{var t=pn;for($a=1;e>=s,n-=s,kn=1<<32-Ki(a)+n|t<C?(R=v,v=null):R=v.sibling;var z=m(f,v,p[C],A);if(z===null){v===null&&(v=R);break}e&&v&&z.alternate===null&&a(f,v),h=r(z,h,C),x===null?S=z:x.sibling=z,x=z,v=R}if(C===p.length)return t(f,v),ot&&dr(f,C),S;if(v===null){for(;CC?(R=v,v=null):R=v.sibling;var W=m(f,v,z.value,A);if(W===null){v===null&&(v=R);break}e&&v&&W.alternate===null&&a(f,v),h=r(W,h,C),x===null?S=W:x.sibling=W,x=W,v=R}if(z.done)return t(f,v),ot&&dr(f,C),S;if(v===null){for(;!z.done;C++,z=p.next())z=u(f,z.value,A),z!==null&&(h=r(z,h,C),x===null?S=z:x.sibling=z,x=z);return ot&&dr(f,C),S}for(v=i(f,v);!z.done;C++,z=p.next())z=b(v,f,C,z.value,A),z!==null&&(e&&z.alternate!==null&&v.delete(z.key===null?C:z.key),h=r(z,h,C),x===null?S=z:x.sibling=z,x=z);return e&&v.forEach(function(F){return a(f,F)}),ot&&dr(f,C),S}function w(f,h,p,A){if(typeof p=="object"&&p!==null&&p.type===Xr&&p.key===null&&(p=p.props.children),typeof p=="object"&&p!==null){switch(p.$$typeof){case wd:e:{for(var S=p.key,x=h;x!==null;){if(x.key===S){if(S=p.type,S===Xr){if(x.tag===7){t(f,x.sibling),h=n(x,p.props.children),h.return=f,f=h;break e}}else if(x.elementType===S||typeof S=="object"&&S!==null&&S.$$typeof===In&&Sf(S)===x.type){t(f,x.sibling),h=n(x,p.props),h.ref=Js(f,x,p),h.return=f,f=h;break e}t(f,x);break}else a(f,x);x=x.sibling}p.type===Xr?(h=Ar(p.props.children,f.mode,A,p.key),h.return=f,f=h):(A=sc(p.type,p.key,p.props,null,f.mode,A),A.ref=Js(f,h,p),A.return=f,f=A)}return s(f);case Qr:e:{for(x=p.key;h!==null;){if(h.key===x)if(h.tag===4&&h.stateNode.containerInfo===p.containerInfo&&h.stateNode.implementation===p.implementation){t(f,h.sibling),h=n(h,p.children||[]),h.return=f,f=h;break e}else{t(f,h);break}else a(f,h);h=h.sibling}h=Tg(p,f.mode,A),h.return=f,f=h}return s(f);case In:return x=p._init,w(f,h,x(p._payload),A)}if(so(p))return k(f,h,p,A);if(Us(p))return y(f,h,p,A);Pd(f,p)}return typeof p=="string"&&p!==""||typeof p=="number"?(p=""+p,h!==null&&h.tag===6?(t(f,h.sibling),h=n(h,p),h.return=f,f=h):(t(f,h),h=Cg(p,f.mode,A),h.return=f,f=h),s(f)):t(f,h)}return w}var Cs=sp(!0),op=sp(!1),id={},ln=tr(id),No=tr(id),Ho=tr(id);function fr(e){if(e===id)throw Error(qe(174));return e}function v1(e,a){switch(et(Ho,a),et(No,e),et(ln,id),e=a.nodeType,e){case 9:case 11:a=(a=a.documentElement)?a.namespaceURI:gu(null,"");break;default:e=e===8?a.parentNode:a,a=e.namespaceURI||null,e=e.tagName,a=gu(a,e)}it(ln),et(ln,a)}function Ts(){it(ln),it(No),it(Ho)}function dp(e){fr(Ho.current);var a=fr(ln.current),t=gu(a,e.type);a!==t&&(et(No,e),et(ln,t))}function A1(e){No.current===e&&(it(ln),it(No))}var lt=tr(0);function Wc(e){for(var a=e;a!==null;){if(a.tag===13){var t=a.memoizedState;if(t!==null&&(t=t.dehydrated,t===null||t.data==="$?"||t.data==="$!"))return a}else if(a.tag===19&&a.memoizedProps.revealOrder!==void 0){if(a.flags&128)return a}else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===e)break;for(;a.sibling===null;){if(a.return===null||a.return===e)return null;a=a.return}a.sibling.return=a.return,a=a.sibling}return null}var kg=[];function x1(){for(var e=0;et?t:4,e(!0);var i=wg.transition;wg.transition={};try{e(!1),a()}finally{$a=t,wg.transition=i}}function Sp(){return Bi().memoizedState}function hw(e,a,t){var i=Zn(e);if(t={lane:i,action:t,hasEagerState:!1,eagerState:null,next:null},Cp(e))Tp(a,t);else if(t=tp(e,a,t,i),t!==null){var n=Xt();Zi(t,e,i,n),qp(t,a,i)}}function fw(e,a,t){var i=Zn(e),n={lane:i,action:t,hasEagerState:!1,eagerState:null,next:null};if(Cp(e))Tp(a,n);else{var r=e.alternate;if(e.lanes===0&&(r===null||r.lanes===0)&&(r=a.lastRenderedReducer,r!==null))try{var s=a.lastRenderedState,o=r(s,t);if(n.hasEagerState=!0,n.eagerState=o,Qi(o,s)){var d=a.interleaved;d===null?(n.next=n,k1(a)):(n.next=d.next,d.next=n),a.interleaved=n;return}}catch{}finally{}t=tp(e,a,n,i),t!==null&&(n=Xt(),Zi(t,e,i,n),qp(t,a,i))}}function Cp(e){var a=e.alternate;return e===gt||a!==null&&a===gt}function Tp(e,a){bo=Ic=!0;var t=e.pending;t===null?a.next=a:(a.next=t.next,t.next=a),e.pending=a}function qp(e,a,t){if(t&4194240){var i=a.lanes;i&=e.pendingLanes,t|=i,a.lanes=t,r1(e,t)}}var Bc={readContext:Ii,useCallback:Lt,useContext:Lt,useEffect:Lt,useImperativeHandle:Lt,useInsertionEffect:Lt,useLayoutEffect:Lt,useMemo:Lt,useReducer:Lt,useRef:Lt,useState:Lt,useDebugValue:Lt,useDeferredValue:Lt,useTransition:Lt,useMutableSource:Lt,useSyncExternalStore:Lt,useId:Lt,unstable_isNewReconciler:!1},bw={readContext:Ii,useCallback:function(e,a){return rn().memoizedState=[e,a===void 0?null:a],e},useContext:Ii,useEffect:Tf,useImperativeHandle:function(e,a,t){return t=t!=null?t.concat([e]):null,tc(4194308,4,kp.bind(null,a,e),t)},useLayoutEffect:function(e,a){return tc(4194308,4,e,a)},useInsertionEffect:function(e,a){return tc(4,2,e,a)},useMemo:function(e,a){var t=rn();return a=a===void 0?null:a,e=e(),t.memoizedState=[e,a],e},useReducer:function(e,a,t){var i=rn();return a=t!==void 0?t(a):a,i.memoizedState=i.baseState=a,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:a},i.queue=e,e=e.dispatch=hw.bind(null,gt,e),[i.memoizedState,e]},useRef:function(e){var a=rn();return e={current:e},a.memoizedState=e},useState:Cf,useDebugValue:R1,useDeferredValue:function(e){return rn().memoizedState=e},useTransition:function(){var e=Cf(!1),a=e[0];return e=mw.bind(null,e[1]),rn().memoizedState=e,[a,e]},useMutableSource:function(){},useSyncExternalStore:function(e,a,t){var i=gt,n=rn();if(ot){if(t===void 0)throw Error(qe(407));t=t()}else{if(t=a(),Et===null)throw Error(qe(349));Rr&30||gp(i,a,t)}n.memoizedState=t;var r={value:t,getSnapshot:a};return n.queue=r,Tf(mp.bind(null,i,r,e),[e]),i.flags|=2048,Oo(9,up.bind(null,i,r,t,a),void 0,null),t},useId:function(){var e=rn(),a=Et.identifierPrefix;if(ot){var t=wn,i=kn;t=(i&~(1<<32-Ki(i)-1)).toString(32)+t,a=":"+a+"R"+t,t=jo++,0<\/script>",e=e.removeChild(e.firstChild)):typeof i.is=="string"?e=s.createElement(t,{is:i.is}):(e=s.createElement(t),t==="select"&&(s=e,i.multiple?s.multiple=!0:i.size&&(s.size=i.size))):e=s.createElementNS(e,t),e[sn]=a,e[No]=i,Lp(e,a,!1,!1),a.stateNode=e;e:{switch(s=uu(t,i),t){case"dialog":tt("cancel",e),tt("close",e),n=i;break;case"iframe":case"object":case"embed":tt("load",e),n=i;break;case"video":case"audio":for(n=0;nMs&&(a.flags|=128,i=!0,Qs(r,!1),a.lanes=4194304)}else{if(!i)if(e=Bc(s),e!==null){if(a.flags|=128,i=!0,t=e.updateQueue,t!==null&&(a.updateQueue=t,a.flags|=4),Qs(r,!0),r.tail===null&&r.tailMode==="hidden"&&!s.alternate&&!ot)return Ot(a),null}else 2*vt()-r.renderingStartTime>Ms&&t!==1073741824&&(a.flags|=128,i=!0,Qs(r,!1),a.lanes=4194304);r.isBackwards?(s.sibling=a.child,a.child=s):(t=r.last,t!==null?t.sibling=s:a.child=s,r.last=s)}return r.tail!==null?(a=r.tail,r.rendering=a,r.tail=a.sibling,r.renderingStartTime=vt(),a.sibling=null,t=lt.current,at(lt,i?t&1|2:t&1),a):(Ot(a),null);case 22:case 23:return W1(),i=a.memoizedState!==null,e!==null&&e.memoizedState!==null!==i&&(a.flags|=8192),i&&a.mode&1?yi&1073741824&&(Ot(a),a.subtreeFlags&6&&(a.flags|=8192)):Ot(a),null;case 24:return null;case 25:return null}throw Error(qe(156,a.tag))}function qw(e,a){switch(m1(a),a.tag){case 1:return gi(a.type)&&Rc(),e=a.flags,e&65536?(a.flags=e&-65537|128,a):null;case 3:return Rs(),it(li),it(Vt),A1(),e=a.flags,e&65536&&!(e&128)?(a.flags=e&-65537|128,a):null;case 5:return v1(a),null;case 13:if(it(lt),e=a.memoizedState,e!==null&&e.dehydrated!==null){if(a.alternate===null)throw Error(qe(340));Ts()}return e=a.flags,e&65536?(a.flags=e&-65537|128,a):null;case 19:return it(lt),null;case 4:return Rs(),null;case 10:return p1(a.type._context),null;case 22:case 23:return W1(),null;case 24:return null;default:return null}}var Bd=!1,$t=!1,Rw=typeof WeakSet=="function"?WeakSet:Set,Ue=null;function ls(e,a){var t=e.ref;if(t!==null)if(typeof t=="function")try{t(null)}catch(i){pt(e,a,i)}else t.current=null}function Hu(e,a,t){try{t()}catch(i){pt(e,a,i)}}var Ff=!1;function zw(e,a){if(Au=Sc,e=_b(),g1(e)){if("selectionStart"in e)var t={start:e.selectionStart,end:e.selectionEnd};else e:{t=(t=e.ownerDocument)&&t.defaultView||window;var i=t.getSelection&&t.getSelection();if(i&&i.rangeCount!==0){t=i.anchorNode;var n=i.anchorOffset,r=i.focusNode;i=i.focusOffset;try{t.nodeType,r.nodeType}catch{t=null;break e}var s=0,o=-1,d=-1,l=0,g=0,u=e,m=null;a:for(;;){for(var f;u!==t||n!==0&&u.nodeType!==3||(o=s+n),u!==r||i!==0&&u.nodeType!==3||(d=s+i),u.nodeType===3&&(s+=u.nodeValue.length),(f=u.firstChild)!==null;)m=u,u=f;for(;;){if(u===e)break a;if(m===t&&++l===n&&(o=s),m===r&&++g===i&&(d=s),(f=u.nextSibling)!==null)break;u=m,m=u.parentNode}u=f}t=o===-1||d===-1?null:{start:o,end:d}}else t=null}t=t||{start:0,end:0}}else t=null;for(xu={focusedElem:e,selectionRange:t},Sc=!1,Ue=a;Ue!==null;)if(a=Ue,e=a.child,(a.subtreeFlags&1028)!==0&&e!==null)e.return=a,Ue=e;else for(;Ue!==null;){a=Ue;try{var k=a.alternate;if(a.flags&1024)switch(a.tag){case 0:case 11:case 15:break;case 1:if(k!==null){var y=k.memoizedProps,w=k.memoizedState,b=a.stateNode,h=b.getSnapshotBeforeUpdate(a.elementType===a.type?y:Gi(a.type,y),w);b.__reactInternalSnapshotBeforeUpdate=h}break;case 3:var p=a.stateNode.containerInfo;p.nodeType===1?p.textContent="":p.nodeType===9&&p.documentElement&&p.removeChild(p.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(qe(163))}}catch(v){pt(a,a.return,v)}if(e=a.sibling,e!==null){e.return=a.return,Ue=e;break}Ue=a.return}return k=Ff,Ff=!1,k}function yo(e,a,t){var i=a.updateQueue;if(i=i!==null?i.lastEffect:null,i!==null){var n=i=i.next;do{if((n.tag&e)===e){var r=n.destroy;n.destroy=void 0,r!==void 0&&Hu(a,t,r)}n=n.next}while(n!==i)}}function hl(e,a){if(a=a.updateQueue,a=a!==null?a.lastEffect:null,a!==null){var t=a=a.next;do{if((t.tag&e)===e){var i=t.create;t.destroy=i()}t=t.next}while(t!==a)}}function ju(e){var a=e.ref;if(a!==null){var t=e.stateNode;switch(e.tag){case 5:e=t;break;default:e=t}typeof a=="function"?a(e):a.current=e}}function $p(e){var a=e.alternate;a!==null&&(e.alternate=null,$p(a)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(a=e.stateNode,a!==null&&(delete a[sn],delete a[No],delete a[Tu],delete a[gw],delete a[uw])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function Up(e){return e.tag===5||e.tag===3||e.tag===4}function Df(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||Up(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Lu(e,a,t){var i=e.tag;if(i===5||i===6)e=e.stateNode,a?t.nodeType===8?t.parentNode.insertBefore(e,a):t.insertBefore(e,a):(t.nodeType===8?(a=t.parentNode,a.insertBefore(e,t)):(a=t,a.appendChild(e)),t=t._reactRootContainer,t!=null||a.onclick!==null||(a.onclick=qc));else if(i!==4&&(e=e.child,e!==null))for(Lu(e,a,t),e=e.sibling;e!==null;)Lu(e,a,t),e=e.sibling}function Ou(e,a,t){var i=e.tag;if(i===5||i===6)e=e.stateNode,a?t.insertBefore(e,a):t.appendChild(e);else if(i!==4&&(e=e.child,e!==null))for(Ou(e,a,t),e=e.sibling;e!==null;)Ou(e,a,t),e=e.sibling}var Ft=null,$i=!1;function En(e,a,t){for(t=t.child;t!==null;)Vp(e,a,t),t=t.sibling}function Vp(e,a,t){if(cn&&typeof cn.onCommitFiberUnmount=="function")try{cn.onCommitFiberUnmount(sl,t)}catch{}switch(t.tag){case 5:$t||ls(t,a);case 6:var i=Ft,n=$i;Ft=null,En(e,a,t),Ft=i,$i=n,Ft!==null&&($i?(e=Ft,t=t.stateNode,e.nodeType===8?e.parentNode.removeChild(t):e.removeChild(t)):Ft.removeChild(t.stateNode));break;case 18:Ft!==null&&($i?(e=Ft,t=t.stateNode,e.nodeType===8?bg(e.parentNode,t):e.nodeType===1&&bg(e,t),Wo(e)):bg(Ft,t.stateNode));break;case 4:i=Ft,n=$i,Ft=t.stateNode.containerInfo,$i=!0,En(e,a,t),Ft=i,$i=n;break;case 0:case 11:case 14:case 15:if(!$t&&(i=t.updateQueue,i!==null&&(i=i.lastEffect,i!==null))){n=i=i.next;do{var r=n,s=r.destroy;r=r.tag,s!==void 0&&(r&2||r&4)&&Hu(t,a,s),n=n.next}while(n!==i)}En(e,a,t);break;case 1:if(!$t&&(ls(t,a),i=t.stateNode,typeof i.componentWillUnmount=="function"))try{i.props=t.memoizedProps,i.state=t.memoizedState,i.componentWillUnmount()}catch(o){pt(t,a,o)}En(e,a,t);break;case 21:En(e,a,t);break;case 22:t.mode&1?($t=(i=$t)||t.memoizedState!==null,En(e,a,t),$t=i):En(e,a,t);break;default:En(e,a,t)}}function Nf(e){var a=e.updateQueue;if(a!==null){e.updateQueue=null;var t=e.stateNode;t===null&&(t=e.stateNode=new Rw),a.forEach(function(i){var n=Nw.bind(null,e,i);t.has(i)||(t.add(i),i.then(n,n))})}}function Hi(e,a){var t=a.deletions;if(t!==null)for(var i=0;in&&(n=s),i&=~r}if(i=n,i=vt()-i,i=(120>i?120:480>i?480:1080>i?1080:1920>i?1920:3e3>i?3e3:4320>i?4320:1960*Pw(i/1960))-i,10e?16:e,Hn===null)var i=!1;else{if(e=Hn,Hn=null,jc=0,Wa&6)throw Error(qe(331));var n=Wa;for(Wa|=4,Ue=e.current;Ue!==null;){var r=Ue,s=r.child;if(Ue.flags&16){var o=r.deletions;if(o!==null){for(var d=0;dvt()-P1?xr(e,0):M1|=t),ui(e,a)}function ey(e,a){a===0&&(e.mode&1?(a=Td,Td<<=1,!(Td&130023424)&&(Td=4194304)):a=1);var t=ei();e=Sn(e,a),e!==null&&(ad(e,a,t),ui(e,t))}function Dw(e){var a=e.memoizedState,t=0;a!==null&&(t=a.retryLane),ey(e,t)}function Nw(e,a){var t=0;switch(e.tag){case 13:var i=e.stateNode,n=e.memoizedState;n!==null&&(t=n.retryLane);break;case 19:i=e.stateNode;break;default:throw Error(qe(314))}i!==null&&i.delete(a),ey(e,t)}var ay;ay=function(e,a,t){if(e!==null)if(e.memoizedProps!==a.pendingProps||li.current)ci=!0;else{if(!(e.lanes&t)&&!(a.flags&128))return ci=!1,Cw(e,a,t);ci=!!(e.flags&131072)}else ci=!1,ot&&a.flags&1048576&&np(a,Pc,a.index);switch(a.lanes=0,a.tag){case 2:var i=a.type;rc(e,a),e=a.pendingProps;var n=Cs(a,Vt.current);ws(a,t),n=S1(null,a,i,e,n,t);var r=C1();return a.flags|=1,typeof n=="object"&&n!==null&&typeof n.render=="function"&&n.$$typeof===void 0?(a.tag=1,a.memoizedState=null,a.updateQueue=null,gi(i)?(r=!0,zc(a)):r=!1,a.memoizedState=n.state!==null&&n.state!==void 0?n.state:null,k1(a),n.updater=ul,a.stateNode=n,n._reactInternals=a,Eu(a,i,e,t),a=Bu(null,a,i,!0,r,t)):(a.tag=0,ot&&r&&u1(a),Qt(null,a,n,t),a=a.child),a;case 16:i=a.elementType;e:{switch(rc(e,a),e=a.pendingProps,n=i._init,i=n(i._payload),a.type=i,n=a.tag=jw(i),e=Gi(i,e),n){case 0:a=Iu(null,a,i,e,t);break e;case 1:a=Wf(null,a,i,e,t);break e;case 11:a=Pf(null,a,i,e,t);break e;case 14:a=Ef(null,a,i,Gi(i.type,e),t);break e}throw Error(qe(306,i,""))}return a;case 0:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),Iu(e,a,i,n,t);case 1:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),Wf(e,a,i,n,t);case 3:e:{if(Np(a),e===null)throw Error(qe(387));i=a.pendingProps,r=a.memoizedState,n=r.element,dp(e,a),Ic(a,i,null,t);var s=a.memoizedState;if(i=s.element,r.isDehydrated)if(r={element:i,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},a.updateQueue.baseState=r,a.memoizedState=r,a.flags&256){n=zs(Error(qe(423)),a),a=If(e,a,i,t,n);break e}else if(i!==n){n=zs(Error(qe(424)),a),a=If(e,a,i,t,n);break e}else for(wi=Vn(a.stateNode.containerInfo.firstChild),xi=a,ot=!0,_i=null,t=up(a,null,i,t),a.child=t;t;)t.flags=t.flags&-3|4096,t=t.sibling;else{if(Ts(),i===n){a=Cn(e,a,t);break e}Qt(e,a,i,t)}a=a.child}return a;case 5:return mp(a),e===null&&zu(a),i=a.type,n=a.pendingProps,r=e!==null?e.memoizedProps:null,s=n.children,Su(i,n)?s=null:r!==null&&Su(i,r)&&(a.flags|=32),Dp(e,a),Qt(e,a,s,t),a.child;case 6:return e===null&&zu(a),null;case 13:return Hp(e,a,t);case 4:return w1(a,a.stateNode.containerInfo),i=a.pendingProps,e===null?a.child=qs(a,null,i,t):Qt(e,a,i,t),a.child;case 11:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),Pf(e,a,i,n,t);case 7:return Qt(e,a,a.pendingProps,t),a.child;case 8:return Qt(e,a,a.pendingProps.children,t),a.child;case 12:return Qt(e,a,a.pendingProps.children,t),a.child;case 10:e:{if(i=a.type._context,n=a.pendingProps,r=a.memoizedProps,s=n.value,at(Ec,i._currentValue),i._currentValue=s,r!==null)if(Qi(r.value,s)){if(r.children===n.children&&!li.current){a=Cn(e,a,t);break e}}else for(r=a.child,r!==null&&(r.return=a);r!==null;){var o=r.dependencies;if(o!==null){s=r.child;for(var d=o.firstContext;d!==null;){if(d.context===i){if(r.tag===1){d=vn(-1,t&-t),d.tag=2;var l=r.updateQueue;if(l!==null){l=l.shared;var g=l.pending;g===null?d.next=d:(d.next=g.next,g.next=d),l.pending=d}}r.lanes|=t,d=r.alternate,d!==null&&(d.lanes|=t),Mu(r.return,t,a),o.lanes|=t;break}d=d.next}}else if(r.tag===10)s=r.type===a.type?null:r.child;else if(r.tag===18){if(s=r.return,s===null)throw Error(qe(341));s.lanes|=t,o=s.alternate,o!==null&&(o.lanes|=t),Mu(s,t,a),s=r.sibling}else s=r.child;if(s!==null)s.return=r;else for(s=r;s!==null;){if(s===a){s=null;break}if(r=s.sibling,r!==null){r.return=s.return,s=r;break}s=s.return}r=s}Qt(e,a,n.children,t),a=a.child}return a;case 9:return n=a.type,i=a.pendingProps.children,ws(a,t),n=Ii(n),i=i(n),a.flags|=1,Qt(e,a,i,t),a.child;case 14:return i=a.type,n=Gi(i,a.pendingProps),n=Gi(i.type,n),Ef(e,a,i,n,t);case 15:return Bp(e,a,a.type,a.pendingProps,t);case 17:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),rc(e,a),a.tag=1,gi(i)?(e=!0,zc(a)):e=!1,ws(a,t),lp(a,i,n),Eu(a,i,n,t),Bu(null,a,i,!0,e,t);case 19:return jp(e,a,t);case 22:return Fp(e,a,t)}throw Error(qe(156,a.tag))};function ty(e,a){return Rb(e,a)}function Hw(e,a,t,i){this.tag=e,this.key=t,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=a,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=i,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ei(e,a,t,i){return new Hw(e,a,t,i)}function B1(e){return e=e.prototype,!(!e||!e.isReactComponent)}function jw(e){if(typeof e=="function")return B1(e)?1:0;if(e!=null){if(e=e.$$typeof,e===e1)return 11;if(e===a1)return 14}return 2}function Jn(e,a){var t=e.alternate;return t===null?(t=Ei(e.tag,a,e.key,e.mode),t.elementType=e.elementType,t.type=e.type,t.stateNode=e.stateNode,t.alternate=e,e.alternate=t):(t.pendingProps=a,t.type=e.type,t.flags=0,t.subtreeFlags=0,t.deletions=null),t.flags=e.flags&14680064,t.childLanes=e.childLanes,t.lanes=e.lanes,t.child=e.child,t.memoizedProps=e.memoizedProps,t.memoizedState=e.memoizedState,t.updateQueue=e.updateQueue,a=e.dependencies,t.dependencies=a===null?null:{lanes:a.lanes,firstContext:a.firstContext},t.sibling=e.sibling,t.index=e.index,t.ref=e.ref,t}function dc(e,a,t,i,n,r){var s=2;if(i=e,typeof e=="function")B1(e)&&(s=1);else if(typeof e=="string")s=5;else e:switch(e){case as:return Sr(t.children,n,r,a);case Xm:s=8,n|=8;break;case tu:return e=Ei(12,t,a,n|2),e.elementType=tu,e.lanes=r,e;case iu:return e=Ei(13,t,a,n),e.elementType=iu,e.lanes=r,e;case nu:return e=Ei(19,t,a,n),e.elementType=nu,e.lanes=r,e;case gb:return bl(t,n,r,a);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case cb:s=10;break e;case lb:s=9;break e;case e1:s=11;break e;case a1:s=14;break e;case In:s=16,i=null;break e}throw Error(qe(130,e==null?e:typeof e,""))}return a=Ei(s,t,a,n),a.elementType=e,a.type=i,a.lanes=r,a}function Sr(e,a,t,i){return e=Ei(7,e,i,a),e.lanes=t,e}function bl(e,a,t,i){return e=Ei(22,e,i,a),e.elementType=gb,e.lanes=t,e.stateNode={isHidden:!1},e}function Sg(e,a,t){return e=Ei(6,e,null,a),e.lanes=t,e}function Cg(e,a,t){return a=Ei(4,e.children!==null?e.children:[],e.key,a),a.lanes=t,a.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},a}function Lw(e,a,t,i,n){this.tag=a,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=rg(0),this.expirationTimes=rg(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=rg(0),this.identifierPrefix=i,this.onRecoverableError=n,this.mutableSourceEagerHydrationData=null}function F1(e,a,t,i,n,r,s,o,d){return e=new Lw(e,a,t,o,d),a===1?(a=1,r===!0&&(a|=8)):a=0,r=Ei(3,null,null,a),e.current=r,r.stateNode=e,r.memoizedState={element:i,isDehydrated:t,cache:null,transitions:null,pendingSuspenseBoundaries:null},k1(r),e}function Ow(e,a,t){var i=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(sy)}catch(e){console.error(e)}}sy(),nb.exports=Ci;var Wr=nb.exports;const oy=il(Wr),_w=U0({__proto__:null,default:oy},[Wr]);var dy,Vf=Wr;dy=Vf.createRoot,Vf.hydrateRoot;var cy={exports:{}};/*! +`+r.stack}return{value:e,source:a,stack:n,digest:null}}function xg(e,a,t){return{value:e,source:null,stack:t??null,digest:a??null}}function Iu(e,a){try{console.error(a.value)}catch(t){setTimeout(function(){throw t})}}var kw=typeof WeakMap=="function"?WeakMap:Map;function Rp(e,a,t){t=vn(-1,t),t.tag=3,t.payload={element:null};var i=a.value;return t.callback=function(){Dc||(Dc=!0,$u=i),Iu(e,a)},t}function zp(e,a,t){t=vn(-1,t),t.tag=3;var i=e.type.getDerivedStateFromError;if(typeof i=="function"){var n=a.value;t.payload=function(){return i(n)},t.callback=function(){Iu(e,a)}}var r=e.stateNode;return r!==null&&typeof r.componentDidCatch=="function"&&(t.callback=function(){Iu(e,a),typeof i!="function"&&(Kn===null?Kn=new Set([this]):Kn.add(this));var s=a.stack;this.componentDidCatch(a.value,{componentStack:s!==null?s:""})}),t}function qf(e,a,t){var i=e.pingCache;if(i===null){i=e.pingCache=new kw;var n=new Set;i.set(a,n)}else n=i.get(a),n===void 0&&(n=new Set,i.set(a,n));n.has(t)||(n.add(t),e=Ww.bind(null,e,a,t),a.then(e,e))}function Rf(e){do{var a;if((a=e.tag===13)&&(a=e.memoizedState,a=a!==null?a.dehydrated!==null:!0),a)return e;e=e.return}while(e!==null);return null}function zf(e,a,t,i,n){return e.mode&1?(e.flags|=65536,e.lanes=n,e):(e===a?e.flags|=65536:(e.flags|=128,t.flags|=131072,t.flags&=-52805,t.tag===1&&(t.alternate===null?t.tag=17:(a=vn(-1,1),a.tag=2,_n(t,a,1))),t.lanes|=1),e)}var ww=zn.ReactCurrentOwner,oi=!1;function Yt(e,a,t,i){a.child=e===null?op(a,null,t,i):Cs(a,e.child,t,i)}function Mf(e,a,t,i,n){t=t.render;var r=a.ref;return ys(a,n),i=C1(e,a,t,i,r,n),t=T1(),e!==null&&!oi?(a.updateQueue=e.updateQueue,a.flags&=-2053,e.lanes&=~n,Cn(e,a,n)):(ot&&t&&m1(a),a.flags|=1,Yt(e,a,i,n),a.child)}function Pf(e,a,t,i,n){if(e===null){var r=t.type;return typeof r=="function"&&!F1(r)&&r.defaultProps===void 0&&t.compare===null&&t.defaultProps===void 0?(a.tag=15,a.type=r,Mp(e,a,r,i,n)):(e=sc(t.type,null,i,a,a.mode,n),e.ref=a.ref,e.return=a,a.child=e)}if(r=e.child,!(e.lanes&n)){var s=r.memoizedProps;if(t=t.compare,t=t!==null?t:Io,t(s,i)&&e.ref===a.ref)return Cn(e,a,n)}return a.flags|=1,e=Jn(r,i),e.ref=a.ref,e.return=a,a.child=e}function Mp(e,a,t,i,n){if(e!==null){var r=e.memoizedProps;if(Io(r,i)&&e.ref===a.ref)if(oi=!1,a.pendingProps=i=r,(e.lanes&n)!==0)e.flags&131072&&(oi=!0);else return a.lanes=e.lanes,Cn(e,a,n)}return Bu(e,a,t,i,n)}function Pp(e,a,t){var i=a.pendingProps,n=i.children,r=e!==null?e.memoizedState:null;if(i.mode==="hidden")if(!(a.mode&1))a.memoizedState={baseLanes:0,cachePool:null,transitions:null},et(cs,pi),pi|=t;else{if(!(t&1073741824))return e=r!==null?r.baseLanes|t:t,a.lanes=a.childLanes=1073741824,a.memoizedState={baseLanes:e,cachePool:null,transitions:null},a.updateQueue=null,et(cs,pi),pi|=e,null;a.memoizedState={baseLanes:0,cachePool:null,transitions:null},i=r!==null?r.baseLanes:t,et(cs,pi),pi|=i}else r!==null?(i=r.baseLanes|t,a.memoizedState=null):i=t,et(cs,pi),pi|=i;return Yt(e,a,n,t),a.child}function Ep(e,a){var t=a.ref;(e===null&&t!==null||e!==null&&e.ref!==t)&&(a.flags|=512,a.flags|=2097152)}function Bu(e,a,t,i,n){var r=li(t)?Tr:Vt.current;return r=xs(a,r),ys(a,n),t=C1(e,a,t,i,r,n),i=T1(),e!==null&&!oi?(a.updateQueue=e.updateQueue,a.flags&=-2053,e.lanes&=~n,Cn(e,a,n)):(ot&&i&&m1(a),a.flags|=1,Yt(e,a,t,n),a.child)}function Ef(e,a,t,i,n){if(li(t)){var r=!0;qc(a)}else r=!1;if(ys(a,n),a.stateNode===null)ic(e,a),rp(a,t,i),Wu(a,t,i,n),i=!0;else if(e===null){var s=a.stateNode,o=a.memoizedProps;s.props=o;var d=s.context,c=t.contextType;typeof c=="object"&&c!==null?c=Ii(c):(c=li(t)?Tr:Vt.current,c=xs(a,c));var g=t.getDerivedStateFromProps,u=typeof g=="function"||typeof s.getSnapshotBeforeUpdate=="function";u||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(o!==i||d!==c)&&xf(a,s,i,c),Bn=!1;var m=a.memoizedState;s.state=m,Ec(a,i,s,n),d=a.memoizedState,o!==i||m!==d||ci.current||Bn?(typeof g=="function"&&(Eu(a,t,g,i),d=a.memoizedState),(o=Bn||Af(a,t,o,i,m,d,c))?(u||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.componentWillMount=="function"&&s.componentWillMount(),typeof s.UNSAFE_componentWillMount=="function"&&s.UNSAFE_componentWillMount()),typeof s.componentDidMount=="function"&&(a.flags|=4194308)):(typeof s.componentDidMount=="function"&&(a.flags|=4194308),a.memoizedProps=i,a.memoizedState=d),s.props=i,s.state=d,s.context=c,i=o):(typeof s.componentDidMount=="function"&&(a.flags|=4194308),i=!1)}else{s=a.stateNode,ip(e,a),o=a.memoizedProps,c=a.type===a.elementType?o:Gi(a.type,o),s.props=c,u=a.pendingProps,m=s.context,d=t.contextType,typeof d=="object"&&d!==null?d=Ii(d):(d=li(t)?Tr:Vt.current,d=xs(a,d));var b=t.getDerivedStateFromProps;(g=typeof b=="function"||typeof s.getSnapshotBeforeUpdate=="function")||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(o!==u||m!==d)&&xf(a,s,i,d),Bn=!1,m=a.memoizedState,s.state=m,Ec(a,i,s,n);var k=a.memoizedState;o!==u||m!==k||ci.current||Bn?(typeof b=="function"&&(Eu(a,t,b,i),k=a.memoizedState),(c=Bn||Af(a,t,c,i,m,k,d)||!1)?(g||typeof s.UNSAFE_componentWillUpdate!="function"&&typeof s.componentWillUpdate!="function"||(typeof s.componentWillUpdate=="function"&&s.componentWillUpdate(i,k,d),typeof s.UNSAFE_componentWillUpdate=="function"&&s.UNSAFE_componentWillUpdate(i,k,d)),typeof s.componentDidUpdate=="function"&&(a.flags|=4),typeof s.getSnapshotBeforeUpdate=="function"&&(a.flags|=1024)):(typeof s.componentDidUpdate!="function"||o===e.memoizedProps&&m===e.memoizedState||(a.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||o===e.memoizedProps&&m===e.memoizedState||(a.flags|=1024),a.memoizedProps=i,a.memoizedState=k),s.props=i,s.state=k,s.context=d,i=c):(typeof s.componentDidUpdate!="function"||o===e.memoizedProps&&m===e.memoizedState||(a.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||o===e.memoizedProps&&m===e.memoizedState||(a.flags|=1024),i=!1)}return Fu(e,a,t,i,r,n)}function Fu(e,a,t,i,n,r){Ep(e,a);var s=(a.flags&128)!==0;if(!i&&!s)return n&&pf(a,t,!1),Cn(e,a,r);i=a.stateNode,ww.current=a;var o=s&&typeof t.getDerivedStateFromError!="function"?null:i.render();return a.flags|=1,e!==null&&s?(a.child=Cs(a,e.child,null,r),a.child=Cs(a,null,o,r)):Yt(e,a,o,r),a.memoizedState=i.state,n&&pf(a,t,!0),a.child}function Wp(e){var a=e.stateNode;a.pendingContext?bf(e,a.pendingContext,a.pendingContext!==a.context):a.context&&bf(e,a.context,!1),v1(e,a.containerInfo)}function Wf(e,a,t,i,n){return Ss(),f1(n),a.flags|=256,Yt(e,a,t,i),a.child}var Du={dehydrated:null,treeContext:null,retryLane:0};function Nu(e){return{baseLanes:e,cachePool:null,transitions:null}}function Ip(e,a,t){var i=a.pendingProps,n=lt.current,r=!1,s=(a.flags&128)!==0,o;if((o=s)||(o=e!==null&&e.memoizedState===null?!1:(n&2)!==0),o?(r=!0,a.flags&=-129):(e===null||e.memoizedState!==null)&&(n|=1),et(lt,n&1),e===null)return Mu(a),e=a.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(a.mode&1?e.data==="$!"?a.lanes=8:a.lanes=1073741824:a.lanes=1,null):(s=i.children,e=i.fallback,r?(i=a.mode,r=a.child,s={mode:"hidden",children:s},!(i&1)&&r!==null?(r.childLanes=0,r.pendingProps=s):r=fl(s,i,0,null),e=Ar(e,i,t,null),r.return=a,e.return=a,r.sibling=e,a.child=r,a.child.memoizedState=Nu(t),a.memoizedState=Du,e):z1(a,s));if(n=e.memoizedState,n!==null&&(o=n.dehydrated,o!==null))return vw(e,a,s,i,o,n,t);if(r){r=i.fallback,s=a.mode,n=e.child,o=n.sibling;var d={mode:"hidden",children:i.children};return!(s&1)&&a.child!==n?(i=a.child,i.childLanes=0,i.pendingProps=d,a.deletions=null):(i=Jn(n,d),i.subtreeFlags=n.subtreeFlags&14680064),o!==null?r=Jn(o,r):(r=Ar(r,s,t,null),r.flags|=2),r.return=a,i.return=a,i.sibling=r,a.child=i,i=r,r=a.child,s=e.child.memoizedState,s=s===null?Nu(t):{baseLanes:s.baseLanes|t,cachePool:null,transitions:s.transitions},r.memoizedState=s,r.childLanes=e.childLanes&~t,a.memoizedState=Du,i}return r=e.child,e=r.sibling,i=Jn(r,{mode:"visible",children:i.children}),!(a.mode&1)&&(i.lanes=t),i.return=a,i.sibling=null,e!==null&&(t=a.deletions,t===null?(a.deletions=[e],a.flags|=16):t.push(e)),a.child=i,a.memoizedState=null,i}function z1(e,a){return a=fl({mode:"visible",children:a},e.mode,0,null),a.return=e,e.child=a}function Ed(e,a,t,i){return i!==null&&f1(i),Cs(a,e.child,null,t),e=z1(a,a.pendingProps.children),e.flags|=2,a.memoizedState=null,e}function vw(e,a,t,i,n,r,s){if(t)return a.flags&256?(a.flags&=-257,i=xg(Error(qe(422))),Ed(e,a,s,i)):a.memoizedState!==null?(a.child=e.child,a.flags|=128,null):(r=i.fallback,n=a.mode,i=fl({mode:"visible",children:i.children},n,0,null),r=Ar(r,n,s,null),r.flags|=2,i.return=a,r.return=a,i.sibling=r,a.child=i,a.mode&1&&Cs(a,e.child,null,s),a.child.memoizedState=Nu(s),a.memoizedState=Du,r);if(!(a.mode&1))return Ed(e,a,s,null);if(n.data==="$!"){if(i=n.nextSibling&&n.nextSibling.dataset,i)var o=i.dgst;return i=o,r=Error(qe(419)),i=xg(r,i,void 0),Ed(e,a,s,i)}if(o=(s&e.childLanes)!==0,oi||o){if(i=Et,i!==null){switch(s&-s){case 4:n=2;break;case 16:n=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:n=32;break;case 536870912:n=268435456;break;default:n=0}n=n&(i.suspendedLanes|s)?0:n,n!==0&&n!==r.retryLane&&(r.retryLane=n,Sn(e,n),Zi(i,e,n,-1))}return B1(),i=xg(Error(qe(421))),Ed(e,a,s,i)}return n.data==="$?"?(a.flags|=128,a.child=e.child,a=Iw.bind(null,e),n._reactRetry=a,null):(e=r.treeContext,ki=Vn(n.nextSibling),Ai=a,ot=!0,_i=null,e!==null&&(Mi[Pi++]=kn,Mi[Pi++]=wn,Mi[Pi++]=qr,kn=e.id,wn=e.overflow,qr=a),a=z1(a,i.children),a.flags|=4096,a)}function If(e,a,t){e.lanes|=a;var i=e.alternate;i!==null&&(i.lanes|=a),Pu(e.return,a,t)}function Sg(e,a,t,i,n){var r=e.memoizedState;r===null?e.memoizedState={isBackwards:a,rendering:null,renderingStartTime:0,last:i,tail:t,tailMode:n}:(r.isBackwards=a,r.rendering=null,r.renderingStartTime=0,r.last=i,r.tail=t,r.tailMode=n)}function Bp(e,a,t){var i=a.pendingProps,n=i.revealOrder,r=i.tail;if(Yt(e,a,i.children,t),i=lt.current,i&2)i=i&1|2,a.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=a.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&If(e,t,a);else if(e.tag===19)If(e,t,a);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===a)break e;for(;e.sibling===null;){if(e.return===null||e.return===a)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}i&=1}if(et(lt,i),!(a.mode&1))a.memoizedState=null;else switch(n){case"forwards":for(t=a.child,n=null;t!==null;)e=t.alternate,e!==null&&Wc(e)===null&&(n=t),t=t.sibling;t=n,t===null?(n=a.child,a.child=null):(n=t.sibling,t.sibling=null),Sg(a,!1,n,t,r);break;case"backwards":for(t=null,n=a.child,a.child=null;n!==null;){if(e=n.alternate,e!==null&&Wc(e)===null){a.child=n;break}e=n.sibling,n.sibling=t,t=n,n=e}Sg(a,!0,t,null,r);break;case"together":Sg(a,!1,null,null,void 0);break;default:a.memoizedState=null}return a.child}function ic(e,a){!(a.mode&1)&&e!==null&&(e.alternate=null,a.alternate=null,a.flags|=2)}function Cn(e,a,t){if(e!==null&&(a.dependencies=e.dependencies),zr|=a.lanes,!(t&a.childLanes))return null;if(e!==null&&a.child!==e.child)throw Error(qe(153));if(a.child!==null){for(e=a.child,t=Jn(e,e.pendingProps),a.child=t,t.return=a;e.sibling!==null;)e=e.sibling,t=t.sibling=Jn(e,e.pendingProps),t.return=a;t.sibling=null}return a.child}function Aw(e,a,t){switch(a.tag){case 3:Wp(a),Ss();break;case 5:dp(a);break;case 1:li(a.type)&&qc(a);break;case 4:v1(a,a.stateNode.containerInfo);break;case 10:var i=a.type._context,n=a.memoizedProps.value;et(Mc,i._currentValue),i._currentValue=n;break;case 13:if(i=a.memoizedState,i!==null)return i.dehydrated!==null?(et(lt,lt.current&1),a.flags|=128,null):t&a.child.childLanes?Ip(e,a,t):(et(lt,lt.current&1),e=Cn(e,a,t),e!==null?e.sibling:null);et(lt,lt.current&1);break;case 19:if(i=(t&a.childLanes)!==0,e.flags&128){if(i)return Bp(e,a,t);a.flags|=128}if(n=a.memoizedState,n!==null&&(n.rendering=null,n.tail=null,n.lastEffect=null),et(lt,lt.current),i)break;return null;case 22:case 23:return a.lanes=0,Pp(e,a,t)}return Cn(e,a,t)}var Fp,Hu,Dp,Np;Fp=function(e,a){for(var t=a.child;t!==null;){if(t.tag===5||t.tag===6)e.appendChild(t.stateNode);else if(t.tag!==4&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===a)break;for(;t.sibling===null;){if(t.return===null||t.return===a)return;t=t.return}t.sibling.return=t.return,t=t.sibling}};Hu=function(){};Dp=function(e,a,t,i){var n=e.memoizedProps;if(n!==i){e=a.stateNode,fr(ln.current);var r=null;switch(t){case"input":n=ou(e,n),i=ou(e,i),r=[];break;case"select":n=ut({},n,{value:void 0}),i=ut({},i,{value:void 0}),r=[];break;case"textarea":n=lu(e,n),i=lu(e,i),r=[];break;default:typeof n.onClick!="function"&&typeof i.onClick=="function"&&(e.onclick=Cc)}uu(t,i);var s;t=null;for(c in n)if(!i.hasOwnProperty(c)&&n.hasOwnProperty(c)&&n[c]!=null)if(c==="style"){var o=n[c];for(s in o)o.hasOwnProperty(s)&&(t||(t={}),t[s]="")}else c!=="dangerouslySetInnerHTML"&&c!=="children"&&c!=="suppressContentEditableWarning"&&c!=="suppressHydrationWarning"&&c!=="autoFocus"&&(qo.hasOwnProperty(c)?r||(r=[]):(r=r||[]).push(c,null));for(c in i){var d=i[c];if(o=n!=null?n[c]:void 0,i.hasOwnProperty(c)&&d!==o&&(d!=null||o!=null))if(c==="style")if(o){for(s in o)!o.hasOwnProperty(s)||d&&d.hasOwnProperty(s)||(t||(t={}),t[s]="");for(s in d)d.hasOwnProperty(s)&&o[s]!==d[s]&&(t||(t={}),t[s]=d[s])}else t||(r||(r=[]),r.push(c,t)),t=d;else c==="dangerouslySetInnerHTML"?(d=d?d.__html:void 0,o=o?o.__html:void 0,d!=null&&o!==d&&(r=r||[]).push(c,d)):c==="children"?typeof d!="string"&&typeof d!="number"||(r=r||[]).push(c,""+d):c!=="suppressContentEditableWarning"&&c!=="suppressHydrationWarning"&&(qo.hasOwnProperty(c)?(d!=null&&c==="onScroll"&&tt("scroll",e),r||o===d||(r=[])):(r=r||[]).push(c,d))}t&&(r=r||[]).push("style",t);var c=r;(a.updateQueue=c)&&(a.flags|=4)}};Np=function(e,a,t,i){t!==i&&(a.flags|=4)};function Ys(e,a){if(!ot)switch(e.tailMode){case"hidden":a=e.tail;for(var t=null;a!==null;)a.alternate!==null&&(t=a),a=a.sibling;t===null?e.tail=null:t.sibling=null;break;case"collapsed":t=e.tail;for(var i=null;t!==null;)t.alternate!==null&&(i=t),t=t.sibling;i===null?a||e.tail===null?e.tail=null:e.tail.sibling=null:i.sibling=null}}function Ot(e){var a=e.alternate!==null&&e.alternate.child===e.child,t=0,i=0;if(a)for(var n=e.child;n!==null;)t|=n.lanes|n.childLanes,i|=n.subtreeFlags&14680064,i|=n.flags&14680064,n.return=e,n=n.sibling;else for(n=e.child;n!==null;)t|=n.lanes|n.childLanes,i|=n.subtreeFlags,i|=n.flags,n.return=e,n=n.sibling;return e.subtreeFlags|=i,e.childLanes=t,a}function xw(e,a,t){var i=a.pendingProps;switch(h1(a),a.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Ot(a),null;case 1:return li(a.type)&&Tc(),Ot(a),null;case 3:return i=a.stateNode,Ts(),it(ci),it(Vt),x1(),i.pendingContext&&(i.context=i.pendingContext,i.pendingContext=null),(e===null||e.child===null)&&(Md(a)?a.flags|=4:e===null||e.memoizedState.isDehydrated&&!(a.flags&256)||(a.flags|=1024,_i!==null&&(_u(_i),_i=null))),Hu(e,a),Ot(a),null;case 5:A1(a);var n=fr(Ho.current);if(t=a.type,e!==null&&a.stateNode!=null)Dp(e,a,t,i,n),e.ref!==a.ref&&(a.flags|=512,a.flags|=2097152);else{if(!i){if(a.stateNode===null)throw Error(qe(166));return Ot(a),null}if(e=fr(ln.current),Md(a)){i=a.stateNode,t=a.type;var r=a.memoizedProps;switch(i[sn]=a,i[Do]=r,e=(a.mode&1)!==0,t){case"dialog":tt("cancel",i),tt("close",i);break;case"iframe":case"object":case"embed":tt("load",i);break;case"video":case"audio":for(n=0;n<\/script>",e=e.removeChild(e.firstChild)):typeof i.is=="string"?e=s.createElement(t,{is:i.is}):(e=s.createElement(t),t==="select"&&(s=e,i.multiple?s.multiple=!0:i.size&&(s.size=i.size))):e=s.createElementNS(e,t),e[sn]=a,e[Do]=i,Fp(e,a,!1,!1),a.stateNode=e;e:{switch(s=mu(t,i),t){case"dialog":tt("cancel",e),tt("close",e),n=i;break;case"iframe":case"object":case"embed":tt("load",e),n=i;break;case"video":case"audio":for(n=0;nRs&&(a.flags|=128,i=!0,Ys(r,!1),a.lanes=4194304)}else{if(!i)if(e=Wc(s),e!==null){if(a.flags|=128,i=!0,t=e.updateQueue,t!==null&&(a.updateQueue=t,a.flags|=4),Ys(r,!0),r.tail===null&&r.tailMode==="hidden"&&!s.alternate&&!ot)return Ot(a),null}else 2*vt()-r.renderingStartTime>Rs&&t!==1073741824&&(a.flags|=128,i=!0,Ys(r,!1),a.lanes=4194304);r.isBackwards?(s.sibling=a.child,a.child=s):(t=r.last,t!==null?t.sibling=s:a.child=s,r.last=s)}return r.tail!==null?(a=r.tail,r.rendering=a,r.tail=a.sibling,r.renderingStartTime=vt(),a.sibling=null,t=lt.current,et(lt,i?t&1|2:t&1),a):(Ot(a),null);case 22:case 23:return I1(),i=a.memoizedState!==null,e!==null&&e.memoizedState!==null!==i&&(a.flags|=8192),i&&a.mode&1?pi&1073741824&&(Ot(a),a.subtreeFlags&6&&(a.flags|=8192)):Ot(a),null;case 24:return null;case 25:return null}throw Error(qe(156,a.tag))}function Sw(e,a){switch(h1(a),a.tag){case 1:return li(a.type)&&Tc(),e=a.flags,e&65536?(a.flags=e&-65537|128,a):null;case 3:return Ts(),it(ci),it(Vt),x1(),e=a.flags,e&65536&&!(e&128)?(a.flags=e&-65537|128,a):null;case 5:return A1(a),null;case 13:if(it(lt),e=a.memoizedState,e!==null&&e.dehydrated!==null){if(a.alternate===null)throw Error(qe(340));Ss()}return e=a.flags,e&65536?(a.flags=e&-65537|128,a):null;case 19:return it(lt),null;case 4:return Ts(),null;case 10:return y1(a.type._context),null;case 22:case 23:return I1(),null;case 24:return null;default:return null}}var Wd=!1,$t=!1,Cw=typeof WeakSet=="function"?WeakSet:Set,$e=null;function ds(e,a){var t=e.ref;if(t!==null)if(typeof t=="function")try{t(null)}catch(i){pt(e,a,i)}else t.current=null}function ju(e,a,t){try{t()}catch(i){pt(e,a,i)}}var Bf=!1;function Tw(e,a){if(xu=Ac,e=Ob(),u1(e)){if("selectionStart"in e)var t={start:e.selectionStart,end:e.selectionEnd};else e:{t=(t=e.ownerDocument)&&t.defaultView||window;var i=t.getSelection&&t.getSelection();if(i&&i.rangeCount!==0){t=i.anchorNode;var n=i.anchorOffset,r=i.focusNode;i=i.focusOffset;try{t.nodeType,r.nodeType}catch{t=null;break e}var s=0,o=-1,d=-1,c=0,g=0,u=e,m=null;a:for(;;){for(var b;u!==t||n!==0&&u.nodeType!==3||(o=s+n),u!==r||i!==0&&u.nodeType!==3||(d=s+i),u.nodeType===3&&(s+=u.nodeValue.length),(b=u.firstChild)!==null;)m=u,u=b;for(;;){if(u===e)break a;if(m===t&&++c===n&&(o=s),m===r&&++g===i&&(d=s),(b=u.nextSibling)!==null)break;u=m,m=u.parentNode}u=b}t=o===-1||d===-1?null:{start:o,end:d}}else t=null}t=t||{start:0,end:0}}else t=null;for(Su={focusedElem:e,selectionRange:t},Ac=!1,$e=a;$e!==null;)if(a=$e,e=a.child,(a.subtreeFlags&1028)!==0&&e!==null)e.return=a,$e=e;else for(;$e!==null;){a=$e;try{var k=a.alternate;if(a.flags&1024)switch(a.tag){case 0:case 11:case 15:break;case 1:if(k!==null){var y=k.memoizedProps,w=k.memoizedState,f=a.stateNode,h=f.getSnapshotBeforeUpdate(a.elementType===a.type?y:Gi(a.type,y),w);f.__reactInternalSnapshotBeforeUpdate=h}break;case 3:var p=a.stateNode.containerInfo;p.nodeType===1?p.textContent="":p.nodeType===9&&p.documentElement&&p.removeChild(p.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(qe(163))}}catch(A){pt(a,a.return,A)}if(e=a.sibling,e!==null){e.return=a.return,$e=e;break}$e=a.return}return k=Bf,Bf=!1,k}function po(e,a,t){var i=a.updateQueue;if(i=i!==null?i.lastEffect:null,i!==null){var n=i=i.next;do{if((n.tag&e)===e){var r=n.destroy;n.destroy=void 0,r!==void 0&&ju(a,t,r)}n=n.next}while(n!==i)}}function ml(e,a){if(a=a.updateQueue,a=a!==null?a.lastEffect:null,a!==null){var t=a=a.next;do{if((t.tag&e)===e){var i=t.create;t.destroy=i()}t=t.next}while(t!==a)}}function Lu(e){var a=e.ref;if(a!==null){var t=e.stateNode;switch(e.tag){case 5:e=t;break;default:e=t}typeof a=="function"?a(e):a.current=e}}function Hp(e){var a=e.alternate;a!==null&&(e.alternate=null,Hp(a)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(a=e.stateNode,a!==null&&(delete a[sn],delete a[Do],delete a[qu],delete a[dw],delete a[cw])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function jp(e){return e.tag===5||e.tag===3||e.tag===4}function Ff(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||jp(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Ou(e,a,t){var i=e.tag;if(i===5||i===6)e=e.stateNode,a?t.nodeType===8?t.parentNode.insertBefore(e,a):t.insertBefore(e,a):(t.nodeType===8?(a=t.parentNode,a.insertBefore(e,t)):(a=t,a.appendChild(e)),t=t._reactRootContainer,t!=null||a.onclick!==null||(a.onclick=Cc));else if(i!==4&&(e=e.child,e!==null))for(Ou(e,a,t),e=e.sibling;e!==null;)Ou(e,a,t),e=e.sibling}function Gu(e,a,t){var i=e.tag;if(i===5||i===6)e=e.stateNode,a?t.insertBefore(e,a):t.appendChild(e);else if(i!==4&&(e=e.child,e!==null))for(Gu(e,a,t),e=e.sibling;e!==null;)Gu(e,a,t),e=e.sibling}var Bt=null,$i=!1;function En(e,a,t){for(t=t.child;t!==null;)Lp(e,a,t),t=t.sibling}function Lp(e,a,t){if(cn&&typeof cn.onCommitFiberUnmount=="function")try{cn.onCommitFiberUnmount(rl,t)}catch{}switch(t.tag){case 5:$t||ds(t,a);case 6:var i=Bt,n=$i;Bt=null,En(e,a,t),Bt=i,$i=n,Bt!==null&&($i?(e=Bt,t=t.stateNode,e.nodeType===8?e.parentNode.removeChild(t):e.removeChild(t)):Bt.removeChild(t.stateNode));break;case 18:Bt!==null&&($i?(e=Bt,t=t.stateNode,e.nodeType===8?pg(e.parentNode,t):e.nodeType===1&&pg(e,t),Eo(e)):pg(Bt,t.stateNode));break;case 4:i=Bt,n=$i,Bt=t.stateNode.containerInfo,$i=!0,En(e,a,t),Bt=i,$i=n;break;case 0:case 11:case 14:case 15:if(!$t&&(i=t.updateQueue,i!==null&&(i=i.lastEffect,i!==null))){n=i=i.next;do{var r=n,s=r.destroy;r=r.tag,s!==void 0&&(r&2||r&4)&&ju(t,a,s),n=n.next}while(n!==i)}En(e,a,t);break;case 1:if(!$t&&(ds(t,a),i=t.stateNode,typeof i.componentWillUnmount=="function"))try{i.props=t.memoizedProps,i.state=t.memoizedState,i.componentWillUnmount()}catch(o){pt(t,a,o)}En(e,a,t);break;case 21:En(e,a,t);break;case 22:t.mode&1?($t=(i=$t)||t.memoizedState!==null,En(e,a,t),$t=i):En(e,a,t);break;default:En(e,a,t)}}function Df(e){var a=e.updateQueue;if(a!==null){e.updateQueue=null;var t=e.stateNode;t===null&&(t=e.stateNode=new Cw),a.forEach(function(i){var n=Bw.bind(null,e,i);t.has(i)||(t.add(i),i.then(n,n))})}}function Hi(e,a){var t=a.deletions;if(t!==null)for(var i=0;in&&(n=s),i&=~r}if(i=n,i=vt()-i,i=(120>i?120:480>i?480:1080>i?1080:1920>i?1920:3e3>i?3e3:4320>i?4320:1960*Rw(i/1960))-i,10e?16:e,Hn===null)var i=!1;else{if(e=Hn,Hn=null,Nc=0,Ea&6)throw Error(qe(331));var n=Ea;for(Ea|=4,$e=e.current;$e!==null;){var r=$e,s=r.child;if($e.flags&16){var o=r.deletions;if(o!==null){for(var d=0;dvt()-E1?vr(e,0):P1|=t),gi(e,a)}function Zp(e,a){a===0&&(e.mode&1?(a=Sd,Sd<<=1,!(Sd&130023424)&&(Sd=4194304)):a=1);var t=Xt();e=Sn(e,a),e!==null&&(ed(e,a,t),gi(e,t))}function Iw(e){var a=e.memoizedState,t=0;a!==null&&(t=a.retryLane),Zp(e,t)}function Bw(e,a){var t=0;switch(e.tag){case 13:var i=e.stateNode,n=e.memoizedState;n!==null&&(t=n.retryLane);break;case 19:i=e.stateNode;break;default:throw Error(qe(314))}i!==null&&i.delete(a),Zp(e,t)}var Jp;Jp=function(e,a,t){if(e!==null)if(e.memoizedProps!==a.pendingProps||ci.current)oi=!0;else{if(!(e.lanes&t)&&!(a.flags&128))return oi=!1,Aw(e,a,t);oi=!!(e.flags&131072)}else oi=!1,ot&&a.flags&1048576&&Xb(a,zc,a.index);switch(a.lanes=0,a.tag){case 2:var i=a.type;ic(e,a),e=a.pendingProps;var n=xs(a,Vt.current);ys(a,t),n=C1(null,a,i,e,n,t);var r=T1();return a.flags|=1,typeof n=="object"&&n!==null&&typeof n.render=="function"&&n.$$typeof===void 0?(a.tag=1,a.memoizedState=null,a.updateQueue=null,li(i)?(r=!0,qc(a)):r=!1,a.memoizedState=n.state!==null&&n.state!==void 0?n.state:null,w1(a),n.updater=gl,a.stateNode=n,n._reactInternals=a,Wu(a,i,e,t),a=Fu(null,a,i,!0,r,t)):(a.tag=0,ot&&r&&m1(a),Yt(null,a,n,t),a=a.child),a;case 16:i=a.elementType;e:{switch(ic(e,a),e=a.pendingProps,n=i._init,i=n(i._payload),a.type=i,n=a.tag=Dw(i),e=Gi(i,e),n){case 0:a=Bu(null,a,i,e,t);break e;case 1:a=Ef(null,a,i,e,t);break e;case 11:a=Mf(null,a,i,e,t);break e;case 14:a=Pf(null,a,i,Gi(i.type,e),t);break e}throw Error(qe(306,i,""))}return a;case 0:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),Bu(e,a,i,n,t);case 1:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),Ef(e,a,i,n,t);case 3:e:{if(Wp(a),e===null)throw Error(qe(387));i=a.pendingProps,r=a.memoizedState,n=r.element,ip(e,a),Ec(a,i,null,t);var s=a.memoizedState;if(i=s.element,r.isDehydrated)if(r={element:i,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},a.updateQueue.baseState=r,a.memoizedState=r,a.flags&256){n=qs(Error(qe(423)),a),a=Wf(e,a,i,t,n);break e}else if(i!==n){n=qs(Error(qe(424)),a),a=Wf(e,a,i,t,n);break e}else for(ki=Vn(a.stateNode.containerInfo.firstChild),Ai=a,ot=!0,_i=null,t=op(a,null,i,t),a.child=t;t;)t.flags=t.flags&-3|4096,t=t.sibling;else{if(Ss(),i===n){a=Cn(e,a,t);break e}Yt(e,a,i,t)}a=a.child}return a;case 5:return dp(a),e===null&&Mu(a),i=a.type,n=a.pendingProps,r=e!==null?e.memoizedProps:null,s=n.children,Cu(i,n)?s=null:r!==null&&Cu(i,r)&&(a.flags|=32),Ep(e,a),Yt(e,a,s,t),a.child;case 6:return e===null&&Mu(a),null;case 13:return Ip(e,a,t);case 4:return v1(a,a.stateNode.containerInfo),i=a.pendingProps,e===null?a.child=Cs(a,null,i,t):Yt(e,a,i,t),a.child;case 11:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),Mf(e,a,i,n,t);case 7:return Yt(e,a,a.pendingProps,t),a.child;case 8:return Yt(e,a,a.pendingProps.children,t),a.child;case 12:return Yt(e,a,a.pendingProps.children,t),a.child;case 10:e:{if(i=a.type._context,n=a.pendingProps,r=a.memoizedProps,s=n.value,et(Mc,i._currentValue),i._currentValue=s,r!==null)if(Qi(r.value,s)){if(r.children===n.children&&!ci.current){a=Cn(e,a,t);break e}}else for(r=a.child,r!==null&&(r.return=a);r!==null;){var o=r.dependencies;if(o!==null){s=r.child;for(var d=o.firstContext;d!==null;){if(d.context===i){if(r.tag===1){d=vn(-1,t&-t),d.tag=2;var c=r.updateQueue;if(c!==null){c=c.shared;var g=c.pending;g===null?d.next=d:(d.next=g.next,g.next=d),c.pending=d}}r.lanes|=t,d=r.alternate,d!==null&&(d.lanes|=t),Pu(r.return,t,a),o.lanes|=t;break}d=d.next}}else if(r.tag===10)s=r.type===a.type?null:r.child;else if(r.tag===18){if(s=r.return,s===null)throw Error(qe(341));s.lanes|=t,o=s.alternate,o!==null&&(o.lanes|=t),Pu(s,t,a),s=r.sibling}else s=r.child;if(s!==null)s.return=r;else for(s=r;s!==null;){if(s===a){s=null;break}if(r=s.sibling,r!==null){r.return=s.return,s=r;break}s=s.return}r=s}Yt(e,a,n.children,t),a=a.child}return a;case 9:return n=a.type,i=a.pendingProps.children,ys(a,t),n=Ii(n),i=i(n),a.flags|=1,Yt(e,a,i,t),a.child;case 14:return i=a.type,n=Gi(i,a.pendingProps),n=Gi(i.type,n),Pf(e,a,i,n,t);case 15:return Mp(e,a,a.type,a.pendingProps,t);case 17:return i=a.type,n=a.pendingProps,n=a.elementType===i?n:Gi(i,n),ic(e,a),a.tag=1,li(i)?(e=!0,qc(a)):e=!1,ys(a,t),rp(a,i,n),Wu(a,i,n,t),Fu(null,a,i,!0,e,t);case 19:return Bp(e,a,t);case 22:return Pp(e,a,t)}throw Error(qe(156,a.tag))};function Yp(e,a){return xb(e,a)}function Fw(e,a,t,i){this.tag=e,this.key=t,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=a,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=i,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Ei(e,a,t,i){return new Fw(e,a,t,i)}function F1(e){return e=e.prototype,!(!e||!e.isReactComponent)}function Dw(e){if(typeof e=="function")return F1(e)?1:0;if(e!=null){if(e=e.$$typeof,e===a1)return 11;if(e===t1)return 14}return 2}function Jn(e,a){var t=e.alternate;return t===null?(t=Ei(e.tag,a,e.key,e.mode),t.elementType=e.elementType,t.type=e.type,t.stateNode=e.stateNode,t.alternate=e,e.alternate=t):(t.pendingProps=a,t.type=e.type,t.flags=0,t.subtreeFlags=0,t.deletions=null),t.flags=e.flags&14680064,t.childLanes=e.childLanes,t.lanes=e.lanes,t.child=e.child,t.memoizedProps=e.memoizedProps,t.memoizedState=e.memoizedState,t.updateQueue=e.updateQueue,a=e.dependencies,t.dependencies=a===null?null:{lanes:a.lanes,firstContext:a.firstContext},t.sibling=e.sibling,t.index=e.index,t.ref=e.ref,t}function sc(e,a,t,i,n,r){var s=2;if(i=e,typeof e=="function")F1(e)&&(s=1);else if(typeof e=="string")s=5;else e:switch(e){case Xr:return Ar(t.children,n,r,a);case e1:s=8,n|=8;break;case iu:return e=Ei(12,t,a,n|2),e.elementType=iu,e.lanes=r,e;case nu:return e=Ei(13,t,a,n),e.elementType=nu,e.lanes=r,e;case ru:return e=Ei(19,t,a,n),e.elementType=ru,e.lanes=r,e;case sb:return fl(t,n,r,a);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case nb:s=10;break e;case rb:s=9;break e;case a1:s=11;break e;case t1:s=14;break e;case In:s=16,i=null;break e}throw Error(qe(130,e==null?e:typeof e,""))}return a=Ei(s,t,a,n),a.elementType=e,a.type=i,a.lanes=r,a}function Ar(e,a,t,i){return e=Ei(7,e,i,a),e.lanes=t,e}function fl(e,a,t,i){return e=Ei(22,e,i,a),e.elementType=sb,e.lanes=t,e.stateNode={isHidden:!1},e}function Cg(e,a,t){return e=Ei(6,e,null,a),e.lanes=t,e}function Tg(e,a,t){return a=Ei(4,e.children!==null?e.children:[],e.key,a),a.lanes=t,a.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},a}function Nw(e,a,t,i,n){this.tag=a,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=sg(0),this.expirationTimes=sg(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=sg(0),this.identifierPrefix=i,this.onRecoverableError=n,this.mutableSourceEagerHydrationData=null}function D1(e,a,t,i,n,r,s,o,d){return e=new Nw(e,a,t,o,d),a===1?(a=1,r===!0&&(a|=8)):a=0,r=Ei(3,null,null,a),e.current=r,r.stateNode=e,r.memoizedState={element:i,isDehydrated:t,cache:null,transitions:null,pendingSuspenseBoundaries:null},w1(r),e}function Hw(e,a,t){var i=3"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(ay)}catch(e){console.error(e)}}ay(),X0.exports=Si;var Pr=X0.exports;const ty=tl(Pr),$w=j0({__proto__:null,default:ty},[Pr]);var iy,Uf=Pr;iy=Uf.createRoot,Uf.hydrateRoot;const Gt=class Gt{};ka(Gt,"dice",(a,t=Math.random)=>{const i=[];for(;i.lengtha<=0?0:Math.floor(t()*a)),ka(Gt,"randomBoolean",(a=Math.random)=>Gt.randomNumber(2,a)===0),ka(Gt,"randomDecimal",(a=Math.random)=>Gt.randomNumber(100,a)/100),ka(Gt,"randomBonus",(a=Math.random)=>{switch(Gt.randomNumber(15,a)){case 0:case 1:case 2:case 3:case 4:return 1;case 5:case 6:case 7:case 8:return 2;case 9:case 10:case 11:return 3;case 12:case 13:return 4;case 14:return 5}return 1}),ka(Gt,"randomColor",(a=0,t=256,i=Math.random)=>{const n=Gt.randomNumber(t-a,i)+a,r=Gt.randomNumber(t-a,i)+a,s=Gt.randomNumber(t-a,i)+a;return{r:n,g:r,b:s}}),ka(Gt,"getSeededRNG",a=>{const t=r=>{let s=1779033703,o=3144134277,d=1013904242,c=2773480762;for(let g=0,u;g>>18,597399067),o=Math.imul(c^o>>>22,2869860233),d=Math.imul(s^d>>>17,951274213),c=Math.imul(o^c>>>19,2716044179),[(s^o^d^c)>>>0,(o^s)>>>0,(d^s)>>>0,(c^s)>>>0]},i=(r,s,o,d)=>()=>{r>>>=0,s>>>=0,o>>>=0,d>>>=0;let c=r+s|0;return r=(s^s)>>>9,s=o+(o<<3)|0,o=o<<21|o>>>11,d=d+1|0,c=c+d|0,o=o+c|0,(c>>>0)/4294967296},n=t(a);return i(n[0],n[1],n[2],n[3])});let $o=Gt;class si{}ka(si,"guid",()=>{const a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890";let t="";for(;t.length<16;){const i=$o.randomNumber(a.length);t+=a[i]}return t}),ka(si,"debounce",(a,t=500)=>{let i;return()=>{clearTimeout(i),i=setTimeout(a,t)}}),ka(si,"intersects",(a,t)=>{const i=(a.b.x-a.a.x)*(t.b.y-t.a.y)-(t.b.x-t.a.x)*(a.b.y-a.a.y);if(i===0)return!1;{const n=((t.b.y-t.a.y)*(t.b.x-a.a.x)+(t.a.x-t.b.x)*(t.b.y-a.a.y))/i,r=((a.a.y-a.b.y)*(t.b.x-a.a.x)+(a.b.x-a.a.x)*(t.b.y-a.a.y))/i;return 0<=n&&n<=1&&0<=r&&r<=1}});/** + * @license @tabler/icons-react v3.0.0 - MIT + * + * This source code is licensed under the MIT license. + * See the LICENSE file in the root directory of this source tree. + */var Uw={outline:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"},filled:{xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",stroke:"none"}};/** + * @license @tabler/icons-react v3.0.0 - MIT + * + * This source code is licensed under the MIT license. + * See the LICENSE file in the root directory of this source tree. + */const wl=(e,a,t,i)=>{const n=l.forwardRef(({color:r="currentColor",size:s=24,stroke:o=2,className:d="",children:c,...g},u)=>l.createElement("svg",{ref:u,...Uw[e],width:s,height:s,stroke:r,strokeWidth:o,className:["tabler-icon",`tabler-icon-${a}`,d].join(" "),...g},[...i.map(([m,b])=>l.createElement(m,b)),...Array.isArray(c)?c:[c]]));return n.displayName=`${t}`,n};/** + * @license @tabler/icons-react v3.0.0 - MIT + * + * This source code is licensed under the MIT license. + * See the LICENSE file in the root directory of this source tree. + */var ny=wl("outline","circle-check","IconCircleCheck",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M9 12l2 2l4 -4",key:"svg-1"}]]);/** + * @license @tabler/icons-react v3.0.0 - MIT + * + * This source code is licensed under the MIT license. + * See the LICENSE file in the root directory of this source tree. + */var Vw=wl("outline","circle-x","IconCircleX",[["path",{d:"M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0",key:"svg-0"}],["path",{d:"M10 10l4 4m0 -4l-4 4",key:"svg-1"}]]);/** + * @license @tabler/icons-react v3.0.0 - MIT + * + * This source code is licensed under the MIT license. + * See the LICENSE file in the root directory of this source tree. + */var ry=wl("outline","edit","IconEdit",[["path",{d:"M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1",key:"svg-0"}],["path",{d:"M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z",key:"svg-1"}],["path",{d:"M16 5l3 3",key:"svg-2"}]]);/** + * @license @tabler/icons-react v3.0.0 - MIT + * + * This source code is licensed under the MIT license. + * See the LICENSE file in the root directory of this source tree. + */var L1=wl("outline","trash","IconTrash",[["path",{d:"M4 7l16 0",key:"svg-0"}],["path",{d:"M10 11l0 6",key:"svg-1"}],["path",{d:"M14 11l0 6",key:"svg-2"}],["path",{d:"M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12",key:"svg-3"}],["path",{d:"M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3",key:"svg-4"}]]),sy={exports:{}};/*! Copyright (c) 2018 Jed Watson. Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames -*/(function(e){(function(){var a={}.hasOwnProperty;function t(){for(var r="",s=0;s1&&arguments[1]!==void 0?arguments[1]:{},t=[];return Z.Children.forEach(e,function(i){i==null&&!a.keepEmpty||(Array.isArray(i)?t=t.concat(Ir(i)):cc.isFragment(i)&&i.props?t=t.concat(Ir(i.props.children,a)):t.push(i))}),t}var _u={},Yw=function(a){};function Qw(e,a){}function Xw(e,a){}function e8(){_u={}}function uy(e,a,t){!a&&!_u[t]&&(e(!1,t),_u[t]=!0)}function Wt(e,a){uy(Qw,e,a)}function a8(e,a){uy(Xw,e,a)}Wt.preMessage=Yw;Wt.resetWarned=e8;Wt.noteOnce=a8;function pa(e){"@babel/helpers - typeof";return pa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},pa(e)}function t8(e,a){if(pa(e)!="object"||!e)return e;var t=e[Symbol.toPrimitive];if(t!==void 0){var i=t.call(e,a||"default");if(pa(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(e)}function my(e){var a=t8(e,"string");return pa(a)=="symbol"?a:String(a)}function G(e,a,t){return a=my(a),a in e?Object.defineProperty(e,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[a]=t,e}function _f(e,a){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);a&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,i)}return t}function _(e){for(var a=1;a0},e.prototype.connect_=function(){!Zu||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c8?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!Zu||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(a){var t=a.propertyName,i=t===void 0?"":t,n=d8.some(function(r){return!!~i.indexOf(r)});n&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),fy=function(e,a){for(var t=0,i=Object.keys(a);t"u"||!(Element instanceof Object))){if(!(a instanceof Ps(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(a)||(t.set(a,new y8(a)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(a){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(a instanceof Ps(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(a)&&(t.delete(a),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var a=this;this.clearActive(),this.observations_.forEach(function(t){t.isActive()&&a.activeObservations_.push(t)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var a=this.callbackCtx_,t=this.activeObservations_.map(function(i){return new k8(i.target,i.broadcastRect())});this.callback_.call(a,t,a),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),py=typeof WeakMap<"u"?new WeakMap:new hy,yy=function(){function e(a){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=l8.getInstance(),i=new w8(a,t,this);py.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach(function(e){yy.prototype[e]=function(){var a;return(a=py.get(this))[e].apply(a,arguments)}});var v8=function(){return typeof $c.ResizeObserver<"u"?$c.ResizeObserver:yy}(),jn=new Map;function A8(e){e.forEach(function(a){var t,i=a.target;(t=jn.get(i))===null||t===void 0||t.forEach(function(n){return n(i)})})}var ky=new v8(A8);function x8(e,a){jn.has(e)||(jn.set(e,new Set),ky.observe(e)),jn.get(e).add(a)}function S8(e,a){jn.has(e)&&(jn.get(e).delete(a),jn.get(e).size||(ky.unobserve(e),jn.delete(e)))}function _t(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}function Zf(e,a){for(var t=0;te.length)&&(a=e.length);for(var t=0,i=new Array(a);t1&&arguments[1]!==void 0?arguments[1]:1;Jf+=1;var i=Jf;function n(r){if(r===0)Sy(i),a();else{var s=Ay(function(){n(r-1)});U1.set(i,s)}}return n(t),i};Za.cancel=function(e){var a=U1.get(e);return Sy(e),xy(a)};function Cy(e){if(Array.isArray(e))return e}function E8(e,a){var t=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(t!=null){var i,n,r,s,o=[],d=!0,l=!1;try{if(r=(t=t.call(e)).next,a===0){if(Object(t)!==t)return;d=!1}else for(;!(d=(i=r.call(t)).done)&&(o.push(i.value),o.length!==a);d=!0);}catch(g){l=!0,n=g}finally{try{if(!d&&t.return!=null&&(s=t.return(),Object(s)!==s))return}finally{if(l)throw n}}return o}}function Ty(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. -In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Q(e,a){return Cy(e)||E8(e,a)||$1(e,a)||Ty()}function Vc(e){for(var a=0,t,i=0,n=e.length;n>=4;++i,n-=4)t=e.charCodeAt(i)&255|(e.charCodeAt(++i)&255)<<8|(e.charCodeAt(++i)&255)<<16|(e.charCodeAt(++i)&255)<<24,t=(t&65535)*1540483477+((t>>>16)*59797<<16),t^=t>>>24,a=(t&65535)*1540483477+((t>>>16)*59797<<16)^(a&65535)*1540483477+((a>>>16)*59797<<16);switch(n){case 3:a^=(e.charCodeAt(i+2)&255)<<16;case 2:a^=(e.charCodeAt(i+1)&255)<<8;case 1:a^=e.charCodeAt(i)&255,a=(a&65535)*1540483477+((a>>>16)*59797<<16)}return a^=a>>>13,a=(a&65535)*1540483477+((a>>>16)*59797<<16),((a^a>>>15)>>>0).toString(36)}function ai(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function W8(e,a){if(!e)return!1;if(e.contains)return e.contains(a);for(var t=a;t;){if(t===e)return!0;t=t.parentNode}return!1}var Yf="data-rc-order",Qf="data-rc-priority",I8="rc-util-key",Qu=new Map;function qy(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=e.mark;return a?a.startsWith("data-")?a:"data-".concat(a):I8}function Il(e){if(e.attachTo)return e.attachTo;var a=document.querySelector("head");return a||document.body}function B8(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function V1(e){return Array.from((Qu.get(e)||e).children).filter(function(a){return a.tagName==="STYLE"})}function Ry(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!ai())return null;var t=a.csp,i=a.prepend,n=a.priority,r=n===void 0?0:n,s=B8(i),o=s==="prependQueue",d=document.createElement("style");d.setAttribute(Yf,s),o&&r&&d.setAttribute(Qf,"".concat(r)),t!=null&&t.nonce&&(d.nonce=t==null?void 0:t.nonce),d.innerHTML=e;var l=Il(a),g=l.firstChild;if(i){if(o){var u=(a.styles||V1(l)).filter(function(m){if(!["prepend","prependQueue"].includes(m.getAttribute(Yf)))return!1;var f=Number(m.getAttribute(Qf)||0);return r>=f});if(u.length)return l.insertBefore(d,u[u.length-1].nextSibling),d}l.insertBefore(d,g)}else l.appendChild(d);return d}function zy(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=Il(a);return(a.styles||V1(t)).find(function(i){return i.getAttribute(qy(a))===e})}function Ws(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=zy(e,a);if(t){var i=Il(a);i.removeChild(t)}}function F8(e,a){var t=Qu.get(e);if(!t||!W8(document,t)){var i=Ry("",a),n=i.parentNode;Qu.set(e,n),e.removeChild(i)}}function Tn(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=Il(t),n=V1(i),r=_(_({},t),{},{styles:n});F8(i,r);var s=zy(a,r);if(s){var o,d;if((o=r.csp)!==null&&o!==void 0&&o.nonce&&s.nonce!==((d=r.csp)===null||d===void 0?void 0:d.nonce)){var l;s.nonce=(l=r.csp)===null||l===void 0?void 0:l.nonce}return s.innerHTML!==e&&(s.innerHTML=e),s}var g=Ry(e,r);return g.setAttribute(qy(r),a),g}function D8(e,a){if(e==null)return{};var t={},i=Object.keys(e),n,r;for(r=0;r=0)&&(t[n]=e[n]);return t}function Ma(e,a){if(e==null)return{};var t=D8(e,a),i,n;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n=0)&&Object.prototype.propertyIsEnumerable.call(e,i)&&(t[i]=e[i])}return t}function _1(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,i=new Set;function n(r,s){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,d=i.has(r);if(Wt(!d,"Warning: There may be circular references"),d)return!1;if(r===s)return!0;if(t&&o>1)return!1;i.add(r);var l=o+1;if(Array.isArray(r)){if(!Array.isArray(s)||r.length!==s.length)return!1;for(var g=0;g1&&arguments[1]!==void 0?arguments[1]:!1,s={map:this.cache};return t.forEach(function(o){if(!s)s=void 0;else{var d;s=(d=s)===null||d===void 0||(d=d.map)===null||d===void 0?void 0:d.get(o)}}),(i=s)!==null&&i!==void 0&&i.value&&r&&(s.value[1]=this.cacheCallTimes++),(n=s)===null||n===void 0?void 0:n.value}},{key:"get",value:function(t){var i;return(i=this.internalGet(t,!0))===null||i===void 0?void 0:i[0]}},{key:"has",value:function(t){return!!this.internalGet(t)}},{key:"set",value:function(t,i){var n=this;if(!this.has(t)){if(this.size()+1>e.MAX_CACHE_SIZE+e.MAX_CACHE_OFFSET){var r=this.keys.reduce(function(l,g){var u=Q(l,2),m=u[1];return n.internalGet(g)[1]0,void 0),Xf+=1}return Kt(e,[{key:"getDerivativeToken",value:function(t){return this.derivatives.reduce(function(i,n){return n(t,i)},void 0)}}]),e}(),Tg=new K1;function em(e){var a=Array.isArray(e)?e:[e];return Tg.has(a)||Tg.set(a,new My(a)),Tg.get(a)}var O8=new WeakMap,qg={};function G8(e,a){for(var t=O8,i=0;i3&&arguments[3]!==void 0?arguments[3]:{},r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(r)return e;var s=_(_({},n),{},(i={},G(i,Is,a),G(i,Ji,t),i)),o=Object.keys(s).map(function(d){var l=s[d];return l?"".concat(d,'="').concat(l,'"'):null}).filter(function(d){return d}).join(" ");return"")}var Ey=function(a){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return"--".concat(t?"".concat(t,"-"):"").concat(a).replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g,"$1-$2").replace(/([a-z])([A-Z0-9])/g,"$1-$2").toLowerCase()},V8=function(a,t,i){return Object.keys(a).length?".".concat(t).concat(i!=null&&i.scope?".".concat(i.scope):"","{").concat(Object.entries(a).map(function(n){var r=Q(n,2),s=r[0],o=r[1];return"".concat(s,":").concat(o,";")}).join(""),"}"):""},Wy=function(a,t,i){var n={},r={};return Object.entries(a).forEach(function(s){var o,d,l=Q(s,2),g=l[0],u=l[1];if(i!=null&&(o=i.preserve)!==null&&o!==void 0&&o[g])r[g]=u;else if((typeof u=="string"||typeof u=="number")&&!(i!=null&&(d=i.ignore)!==null&&d!==void 0&&d[g])){var m,f=Ey(g,i==null?void 0:i.prefix);n[f]=typeof u=="number"&&!(i!=null&&(m=i.unitless)!==null&&m!==void 0&&m[g])?"".concat(u,"px"):String(u),r[g]="var(".concat(f,")")}}),[r,V8(n,t,{scope:i==null?void 0:i.scope})]},t2=ai()?c.useLayoutEffect:c.useEffect,Ka=function(a,t){var i=c.useRef(!0);t2(function(){return a(i.current)},t),t2(function(){return i.current=!1,function(){i.current=!0}},[])},So=function(a,t){Ka(function(i){if(!i)return a()},t)},_8=_({},rl),i2=_8.useInsertionEffect,K8=function(a,t,i){c.useMemo(a,i),Ka(function(){return t(!0)},i)},Z8=i2?function(e,a,t){return i2(function(){return e(),a()},t)}:K8,J8=_({},rl),Y8=J8.useInsertionEffect,Q8=function(a){var t=[],i=!1;function n(r){i||t.push(r)}return c.useEffect(function(){return i=!1,function(){i=!0,t.length&&t.forEach(function(r){return r()})}},a),n},X8=function(){return function(a){a()}},e5=typeof Y8<"u"?Q8:X8;function Z1(e,a,t,i,n){var r=c.useContext(Bl),s=r.cache,o=[e].concat(Ge(a)),d=Xu(o),l=e5([d]),g=function(k){s.opUpdate(d,function(y){var w=y||[void 0,void 0],b=Q(w,2),h=b[0],p=h===void 0?0:h,v=b[1],x=v,S=x||t(),A=[p,S];return k?k(A):A})};c.useMemo(function(){g()},[d]);var u=s.opGet(d),m=u[1];return Z8(function(){n==null||n(m)},function(f){return g(function(k){var y=Q(k,2),w=y[0],b=y[1];return f&&w===0&&(n==null||n(m)),[w+1,b]}),function(){s.opUpdate(d,function(k){var y=k||[],w=Q(y,2),b=w[0],h=b===void 0?0:b,p=w[1],v=h-1;return v===0?(l(function(){(f||!s.opGet(d))&&(i==null||i(p,!1))}),null):[h-1,p]})}},[d]),m}var a5={},t5="css",hr=new Map;function i5(e){hr.set(e,(hr.get(e)||0)+1)}function n5(e,a){if(typeof document<"u"){var t=document.querySelectorAll("style[".concat(Is,'="').concat(e,'"]'));t.forEach(function(i){if(i[Ln]===a){var n;(n=i.parentNode)===null||n===void 0||n.removeChild(i)}})}}var r5=0;function s5(e,a){hr.set(e,(hr.get(e)||0)-1);var t=Array.from(hr.keys()),i=t.filter(function(n){var r=hr.get(n)||0;return r<=0});t.length-i.length>r5&&i.forEach(function(n){n5(n,a),hr.delete(n)})}var o5=function(a,t,i,n){var r=i.getDerivativeToken(a),s=_(_({},r),t);return n&&(s=n(s)),s},Iy="token";function d5(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=c.useContext(Bl),n=i.cache.instanceId,r=i.container,s=t.salt,o=s===void 0?"":s,d=t.override,l=d===void 0?a5:d,g=t.formatToken,u=t.getComputedToken,m=t.cssVar,f=G8(function(){return Object.assign.apply(Object,[{}].concat(Ge(a)))},a),k=Ao(f),y=Ao(l),w=m?Ao(m):"",b=Z1(Iy,[o,e.id,k,y,w],function(){var h,p=u?u(f,l,e):o5(f,l,e,g),v=_({},p),x="";if(m){var S=Wy(p,m.key,{prefix:m.prefix,ignore:m.ignore,unitless:m.unitless,preserve:m.preserve}),A=Q(S,2);p=A[0],x=A[1]}var T=a2(p,o);p._tokenKey=T,v._tokenKey=a2(v,o);var q=(h=m==null?void 0:m.key)!==null&&h!==void 0?h:T;p._themeKey=q,i5(q);var z="".concat(t5,"-").concat(Vc(T));return p._hashId=z,[p,z,v,x,(m==null?void 0:m.key)||""]},function(h){s5(h[0]._themeKey,n)},function(h){var p=Q(h,4),v=p[0],x=p[3];if(m&&x){var S=Tn(x,Vc("css-variables-".concat(v._themeKey)),{mark:Ji,prepend:"queue",attachTo:r,priority:-999});S[Ln]=n,S.setAttribute(Is,v._themeKey)}});return b}var c5=function(a,t,i){var n=Q(a,5),r=n[2],s=n[3],o=n[4],d=i||{},l=d.plain;if(!s)return null;var g=r._tokenKey,u=-999,m={"data-rc-order":"prependQueue","data-rc-priority":"".concat(u)},f=_c(s,o,g,m,l);return[u,g,f]},l5={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},By="comm",Fy="rule",Dy="decl",g5="@import",u5="@keyframes",m5="@layer",Ny=Math.abs,J1=String.fromCharCode;function Hy(e){return e.trim()}function lc(e,a,t){return e.replace(a,t)}function h5(e,a,t){return e.indexOf(a,t)}function Uo(e,a){return e.charCodeAt(a)|0}function Vo(e,a,t){return e.slice(a,t)}function yn(e){return e.length}function f5(e){return e.length}function Nd(e,a){return a.push(e),e}var Fl=1,Bs=1,jy=0,Fi=0,xt=0,$s="";function Y1(e,a,t,i,n,r,s,o){return{value:e,root:a,parent:t,type:i,props:n,children:r,line:Fl,column:Bs,length:s,return:"",siblings:o}}function b5(){return xt}function p5(){return xt=Fi>0?Uo($s,--Fi):0,Bs--,xt===10&&(Bs=1,Fl--),xt}function Yi(){return xt=Fi2||tm(xt)>3?"":" "}function v5(e,a){for(;--a&&Yi()&&!(xt<48||xt>102||xt>57&&xt<65||xt>70&&xt<97););return Dl(e,gc()+(a<6&&Cr()==32&&Yi()==32))}function im(e){for(;Yi();)switch(xt){case e:return Fi;case 34:case 39:e!==34&&e!==39&&im(xt);break;case 40:e===41&&im(e);break;case 92:Yi();break}return Fi}function A5(e,a){for(;Yi()&&e+xt!==57;)if(e+xt===84&&Cr()===47)break;return"/*"+Dl(a,Fi-1)+"*"+J1(e===47?e:Yi())}function x5(e){for(;!tm(Cr());)Yi();return Dl(e,Fi)}function S5(e){return k5(uc("",null,null,null,[""],e=y5(e),0,[0],e))}function uc(e,a,t,i,n,r,s,o,d){for(var l=0,g=0,u=s,m=0,f=0,k=0,y=1,w=1,b=1,h=0,p="",v=n,x=r,S=i,A=p;w;)switch(k=h,h=Yi()){case 40:if(k!=108&&Uo(A,u-1)==58){h5(A+=lc(zg(h),"&","&\f"),"&\f",Ny(l?o[l-1]:0))!=-1&&(b=-1);break}case 34:case 39:case 91:A+=zg(h);break;case 9:case 10:case 13:case 32:A+=w5(k);break;case 92:A+=v5(gc()-1,7);continue;case 47:switch(Cr()){case 42:case 47:Nd(C5(A5(Yi(),gc()),a,t,d),d);break;default:A+="/"}break;case 123*y:o[l++]=yn(A)*b;case 125*y:case 59:case 0:switch(h){case 0:case 125:w=0;case 59+g:b==-1&&(A=lc(A,/\f/g,"")),f>0&&yn(A)-u&&Nd(f>32?r2(A+";",i,t,u-1,d):r2(lc(A," ","")+";",i,t,u-2,d),d);break;case 59:A+=";";default:if(Nd(S=n2(A,a,t,l,g,n,o,p,v=[],x=[],u,r),r),h===123)if(g===0)uc(A,a,S,S,v,r,u,o,x);else switch(m===99&&Uo(A,3)===110?100:m){case 100:case 108:case 109:case 115:uc(e,S,S,i&&Nd(n2(e,S,S,0,0,n,o,p,n,v=[],u,x),x),n,x,u,o,i?v:x);break;default:uc(A,S,S,S,[""],x,0,o,x)}}l=g=f=0,y=b=1,p=A="",u=s;break;case 58:u=1+yn(A),f=k;default:if(y<1){if(h==123)--y;else if(h==125&&y++==0&&p5()==125)continue}switch(A+=J1(h),h*y){case 38:b=g>0?1:(A+="\f",-1);break;case 44:o[l++]=(yn(A)-1)*b,b=1;break;case 64:Cr()===45&&(A+=zg(Yi())),m=Cr(),g=u=yn(p=A+=x5(gc())),h++;break;case 45:k===45&&yn(A)==2&&(y=0)}}return r}function n2(e,a,t,i,n,r,s,o,d,l,g,u){for(var m=n-1,f=n===0?r:[""],k=f5(f),y=0,w=0,b=0;y0?f[h]+" "+p:lc(p,/&\f/g,f[h])))&&(d[b++]=v);return Y1(e,a,t,n===0?Fy:o,d,l,g,u)}function C5(e,a,t,i){return Y1(e,a,t,By,J1(b5()),Vo(e,2,-2),0,i)}function r2(e,a,t,i,n){return Y1(e,a,t,Dy,Vo(e,0,i),Vo(e,i+1,-1),i,n)}function nm(e,a){for(var t="",i=0;i1&&arguments[1]!==void 0?arguments[1]:{},i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]},n=i.root,r=i.injectHash,s=i.parentSelectors,o=t.hashId,d=t.layer;t.path;var l=t.hashPriority,g=t.transformers,u=g===void 0?[]:g;t.linters;var m="",f={};function k(p){var v=p.getName(o);if(!f[v]){var x=e(p.style,t,{root:!1,parentSelectors:s}),S=Q(x,1),A=S[0];f[v]="@keyframes ".concat(p.getName(o)).concat(A)}}function y(p){var v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return p.forEach(function(x){Array.isArray(x)?y(x,v):x&&v.push(x)}),v}var w=y(Array.isArray(a)?a:[a]);if(w.forEach(function(p){var v=typeof p=="string"&&!n?{}:p;if(typeof v=="string")m+="".concat(v,` -`);else if(v._keyframe)k(v);else{var x=u.reduce(function(S,A){var T;return(A==null||(T=A.visit)===null||T===void 0?void 0:T.call(A,S))||S},v);Object.keys(x).forEach(function(S){var A=x[S];if(pa(A)==="object"&&A&&(S!=="animationName"||!A._keyframe)&&!P5(A)){var T=!1,q=S.trim(),z=!1;(n||r)&&o?q.startsWith("@")?T=!0:q=E5(S,o,l):n&&!o&&(q==="&"||q==="")&&(q="",z=!0);var W=e(A,t,{root:z,injectHash:T,parentSelectors:[].concat(Ge(s),[q])}),H=Q(W,2),D=H[0],M=H[1];f=_(_({},f),M),m+="".concat(q).concat(D)}else{let P=function(C,N){var j=C.replace(/[A-Z]/g,function(K){return"-".concat(K.toLowerCase())}),L=N;!l5[C]&&typeof L=="number"&&L!==0&&(L="".concat(L,"px")),C==="animationName"&&N!==null&&N!==void 0&&N._keyframe&&(k(N),L=N.getName(o)),m+="".concat(j,":").concat(L,";")};var B,F=(B=A==null?void 0:A.value)!==null&&B!==void 0?B:A;pa(A)==="object"&&A!==null&&A!==void 0&&A[Gy]&&Array.isArray(F)?F.forEach(function(C){P(S,C)}):P(S,F)}})}}),!n)m="{".concat(m,"}");else if(d&&U8()){var b=d.split(","),h=b[b.length-1].trim();m="@layer ".concat(h," {").concat(m,"}"),b.length>1&&(m="@layer ".concat(d,"{%%%:%}").concat(m))}return[m,f]};function $y(e,a){return Vc("".concat(e.join("%")).concat(a))}function I5(){return null}var Uy="style";function sm(e,a){var t=e.token,i=e.path,n=e.hashId,r=e.layer,s=e.nonce,o=e.clientOnly,d=e.order,l=d===void 0?0:d,g=c.useContext(Bl),u=g.autoClear;g.mock;var m=g.defaultCache,f=g.hashPriority,k=g.container,y=g.ssrInline,w=g.transformers,b=g.linters,h=g.cache,p=t._tokenKey,v=[p].concat(Ge(i)),x=am,S=Z1(Uy,v,function(){var W=v.join("|");if(R5(W)){var H=z5(W),D=Q(H,2),M=D[0],B=D[1];if(M)return[M,p,B,{},o,l]}var F=a(),P=W5(F,{hashId:n,hashPriority:f,layer:r,path:i.join("-"),transformers:w,linters:b}),C=Q(P,2),N=C[0],j=C[1],L=rm(N),K=$y(v,L);return[L,p,K,j,o,l]},function(W,H){var D=Q(W,3),M=D[2];(H||u)&&am&&Ws(M,{mark:Ji})},function(W){var H=Q(W,4),D=H[0];H[1];var M=H[2],B=H[3];if(x&&D!==Ly){var F={mark:Ji,prepend:"queue",attachTo:k,priority:l},P=typeof s=="function"?s():s;P&&(F.csp={nonce:P});var C=Tn(D,M,F);C[Ln]=h.instanceId,C.setAttribute(Is,p),Object.keys(B).forEach(function(N){Tn(rm(B[N]),"_effect-".concat(N),F)})}}),A=Q(S,3),T=A[0],q=A[1],z=A[2];return function(W){var H;if(!y||x||!m)H=c.createElement(I5,null);else{var D;H=c.createElement("style",je({},(D={},G(D,Is,q),G(D,Ji,z),D),{dangerouslySetInnerHTML:{__html:T}}))}return c.createElement(c.Fragment,null,H,W)}}var B5=function(a,t,i){var n=Q(a,6),r=n[0],s=n[1],o=n[2],d=n[3],l=n[4],g=n[5],u=i||{},m=u.plain;if(l)return null;var f=r,k={"data-rc-order":"prependQueue","data-rc-priority":"".concat(g)};return f=_c(r,s,o,k,m),d&&Object.keys(d).forEach(function(y){if(!t[y]){t[y]=!0;var w=rm(d[y]);f+=_c(w,s,"_effect-".concat(y),k,m)}}),[g,o,f]},Vy="cssVar",F5=function(a,t){var i=a.key,n=a.prefix,r=a.unitless,s=a.ignore,o=a.token,d=a.scope,l=d===void 0?"":d,g=c.useContext(Bl),u=g.cache.instanceId,m=g.container,f=o._tokenKey,k=[].concat(Ge(a.path),[i,l,f]),y=Z1(Vy,k,function(){var w=t(),b=Wy(w,i,{prefix:n,unitless:r,ignore:s,scope:l}),h=Q(b,2),p=h[0],v=h[1],x=$y(k,v);return[p,v,x,i]},function(w){var b=Q(w,3),h=b[2];am&&Ws(h,{mark:Ji})},function(w){var b=Q(w,3),h=b[1],p=b[2];if(h){var v=Tn(h,p,{mark:Ji,prepend:"queue",attachTo:m,priority:-999});v[Ln]=u,v.setAttribute(Is,i)}});return y},D5=function(a,t,i){var n=Q(a,4),r=n[1],s=n[2],o=n[3],d=i||{},l=d.plain;if(!r)return null;var g=-999,u={"data-rc-order":"prependQueue","data-rc-priority":"".concat(g)},m=_c(r,o,s,u,l);return[g,s,m]},eo;eo={},G(eo,Uy,B5),G(eo,Iy,c5),G(eo,Vy,D5);var La=function(){function e(a,t){_t(this,e),G(this,"name",void 0),G(this,"style",void 0),G(this,"_keyframe",!0),this.name=a,this.style=t}return Kt(e,[{key:"getName",value:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return t?"".concat(t,"-").concat(this.name):this.name}}]),e}();function Ur(e){return e.notSplit=!0,e}Ur(["borderTop","borderBottom"]),Ur(["borderTop"]),Ur(["borderBottom"]),Ur(["borderLeft","borderRight"]),Ur(["borderLeft"]),Ur(["borderRight"]);var N5=c.createContext({});const Q1=N5;function _y(e){return Cy(e)||vy(e)||$1(e)||Ty()}function on(e,a){for(var t=e,i=0;i3&&arguments[3]!==void 0?arguments[3]:!1;return a.length&&i&&t===void 0&&!on(e,a.slice(0,-1))?e:Ky(e,a,t,i)}function H5(e){return pa(e)==="object"&&e!==null&&Object.getPrototypeOf(e)===Object.prototype}function o2(e){return Array.isArray(e)?[]:{}}var j5=typeof Reflect>"u"?Object.keys:Reflect.ownKeys;function us(){for(var e=arguments.length,a=new Array(e),t=0;t{const e=()=>{};return e.deprecated=L5,e},G5=c.createContext(void 0);var Jy={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"},$5={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"};const U5={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},Yy=U5,V5={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},$5),timePickerLocale:Object.assign({},Yy)},d2=V5,fi="${label} is not a valid ${type}",Fs={locale:"en",Pagination:Jy,DatePicker:d2,TimePicker:Yy,Calendar:d2,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:fi,method:fi,array:fi,object:fi,number:fi,date:fi,boolean:fi,integer:fi,float:fi,regexp:fi,email:fi,url:fi,hex:fi},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh",scanned:"Scanned"},ColorPicker:{presetEmpty:"Empty"}};Object.assign({},Fs.Modal);let mc=[];const c2=()=>mc.reduce((e,a)=>Object.assign(Object.assign({},e),a),Fs.Modal);function _5(e){if(e){const a=Object.assign({},e);return mc.push(a),c2(),()=>{mc=mc.filter(t=>t!==a),c2()}}Object.assign({},Fs.Modal)}const K5=c.createContext(void 0),X1=K5,Qy=(e,a)=>{const t=c.useContext(X1),i=c.useMemo(()=>{var r;const s=a||Fs[e],o=(r=t==null?void 0:t[e])!==null&&r!==void 0?r:{};return Object.assign(Object.assign({},typeof s=="function"?s():s),o||{})},[e,a,t]),n=c.useMemo(()=>{const r=t==null?void 0:t.locale;return t!=null&&t.exist&&!r?Fs.locale:r},[t]);return[i,n]},Z5="internalMark",J5=e=>{const{locale:a={},children:t,_ANT_MARK__:i}=e;c.useEffect(()=>_5(a&&a.Modal),[a]);const n=c.useMemo(()=>Object.assign(Object.assign({},a),{exist:!0}),[a]);return c.createElement(X1.Provider,{value:n},t)},Y5=J5;function Ht(e,a){Q5(e)&&(e="100%");var t=X5(e);return e=a===360?e:Math.min(a,Math.max(0,parseFloat(e))),t&&(e=parseInt(String(e*a),10)/100),Math.abs(e-a)<1e-6?1:(a===360?e=(e<0?e%a+a:e%a)/parseFloat(String(a)):e=e%a/parseFloat(String(a)),e)}function Hd(e){return Math.min(1,Math.max(0,e))}function Q5(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function X5(e){return typeof e=="string"&&e.indexOf("%")!==-1}function Xy(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function jd(e){return e<=1?"".concat(Number(e)*100,"%"):e}function yr(e){return e.length===1?"0"+e:String(e)}function e9(e,a,t){return{r:Ht(e,255)*255,g:Ht(a,255)*255,b:Ht(t,255)*255}}function l2(e,a,t){e=Ht(e,255),a=Ht(a,255),t=Ht(t,255);var i=Math.max(e,a,t),n=Math.min(e,a,t),r=0,s=0,o=(i+n)/2;if(i===n)s=0,r=0;else{var d=i-n;switch(s=o>.5?d/(2-i-n):d/(i+n),i){case e:r=(a-t)/d+(a1&&(t-=1),t<1/6?e+(a-e)*(6*t):t<1/2?a:t<2/3?e+(a-e)*(2/3-t)*6:e}function a9(e,a,t){var i,n,r;if(e=Ht(e,360),a=Ht(a,100),t=Ht(t,100),a===0)n=t,r=t,i=t;else{var s=t<.5?t*(1+a):t+a-t*a,o=2*t-s;i=Mg(o,s,e+1/3),n=Mg(o,s,e),r=Mg(o,s,e-1/3)}return{r:i*255,g:n*255,b:r*255}}function om(e,a,t){e=Ht(e,255),a=Ht(a,255),t=Ht(t,255);var i=Math.max(e,a,t),n=Math.min(e,a,t),r=0,s=i,o=i-n,d=i===0?0:o/i;if(i===n)r=0;else{switch(i){case e:r=(a-t)/o+(a>16,g:(e&65280)>>8,b:e&255}}var cm={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function Xr(e){var a={r:0,g:0,b:0},t=1,i=null,n=null,r=null,s=!1,o=!1;return typeof e=="string"&&(e=d9(e)),typeof e=="object"&&(hn(e.r)&&hn(e.g)&&hn(e.b)?(a=e9(e.r,e.g,e.b),s=!0,o=String(e.r).substr(-1)==="%"?"prgb":"rgb"):hn(e.h)&&hn(e.s)&&hn(e.v)?(i=jd(e.s),n=jd(e.v),a=t9(e.h,i,n),s=!0,o="hsv"):hn(e.h)&&hn(e.s)&&hn(e.l)&&(i=jd(e.s),r=jd(e.l),a=a9(e.h,i,r),s=!0,o="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(t=e.a)),t=Xy(t),{ok:s,format:e.format||o,r:Math.min(255,Math.max(a.r,0)),g:Math.min(255,Math.max(a.g,0)),b:Math.min(255,Math.max(a.b,0)),a:t}}var s9="[-\\+]?\\d+%?",o9="[-\\+]?\\d*\\.\\d+%?",On="(?:".concat(o9,")|(?:").concat(s9,")"),Pg="[\\s|\\(]+(".concat(On,")[,|\\s]+(").concat(On,")[,|\\s]+(").concat(On,")\\s*\\)?"),Eg="[\\s|\\(]+(".concat(On,")[,|\\s]+(").concat(On,")[,|\\s]+(").concat(On,")[,|\\s]+(").concat(On,")\\s*\\)?"),ji={CSS_UNIT:new RegExp(On),rgb:new RegExp("rgb"+Pg),rgba:new RegExp("rgba"+Eg),hsl:new RegExp("hsl"+Pg),hsla:new RegExp("hsla"+Eg),hsv:new RegExp("hsv"+Pg),hsva:new RegExp("hsva"+Eg),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function d9(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var a=!1;if(cm[e])e=cm[e],a=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var t=ji.rgb.exec(e);return t?{r:t[1],g:t[2],b:t[3]}:(t=ji.rgba.exec(e),t?{r:t[1],g:t[2],b:t[3],a:t[4]}:(t=ji.hsl.exec(e),t?{h:t[1],s:t[2],l:t[3]}:(t=ji.hsla.exec(e),t?{h:t[1],s:t[2],l:t[3],a:t[4]}:(t=ji.hsv.exec(e),t?{h:t[1],s:t[2],v:t[3]}:(t=ji.hsva.exec(e),t?{h:t[1],s:t[2],v:t[3],a:t[4]}:(t=ji.hex8.exec(e),t?{r:pi(t[1]),g:pi(t[2]),b:pi(t[3]),a:g2(t[4]),format:a?"name":"hex8"}:(t=ji.hex6.exec(e),t?{r:pi(t[1]),g:pi(t[2]),b:pi(t[3]),format:a?"name":"hex"}:(t=ji.hex4.exec(e),t?{r:pi(t[1]+t[1]),g:pi(t[2]+t[2]),b:pi(t[3]+t[3]),a:g2(t[4]+t[4]),format:a?"name":"hex8"}:(t=ji.hex3.exec(e),t?{r:pi(t[1]+t[1]),g:pi(t[2]+t[2]),b:pi(t[3]+t[3]),format:a?"name":"hex"}:!1)))))))))}function hn(e){return!!ji.CSS_UNIT.exec(String(e))}var At=function(){function e(a,t){a===void 0&&(a=""),t===void 0&&(t={});var i;if(a instanceof e)return a;typeof a=="number"&&(a=r9(a)),this.originalInput=a;var n=Xr(a);this.originalInput=a,this.r=n.r,this.g=n.g,this.b=n.b,this.a=n.a,this.roundA=Math.round(100*this.a)/100,this.format=(i=t.format)!==null&&i!==void 0?i:n.format,this.gradientType=t.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=n.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var a=this.toRgb();return(a.r*299+a.g*587+a.b*114)/1e3},e.prototype.getLuminance=function(){var a=this.toRgb(),t,i,n,r=a.r/255,s=a.g/255,o=a.b/255;return r<=.03928?t=r/12.92:t=Math.pow((r+.055)/1.055,2.4),s<=.03928?i=s/12.92:i=Math.pow((s+.055)/1.055,2.4),o<=.03928?n=o/12.92:n=Math.pow((o+.055)/1.055,2.4),.2126*t+.7152*i+.0722*n},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(a){return this.a=Xy(a),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var a=this.toHsl().s;return a===0},e.prototype.toHsv=function(){var a=om(this.r,this.g,this.b);return{h:a.h*360,s:a.s,v:a.v,a:this.a}},e.prototype.toHsvString=function(){var a=om(this.r,this.g,this.b),t=Math.round(a.h*360),i=Math.round(a.s*100),n=Math.round(a.v*100);return this.a===1?"hsv(".concat(t,", ").concat(i,"%, ").concat(n,"%)"):"hsva(".concat(t,", ").concat(i,"%, ").concat(n,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var a=l2(this.r,this.g,this.b);return{h:a.h*360,s:a.s,l:a.l,a:this.a}},e.prototype.toHslString=function(){var a=l2(this.r,this.g,this.b),t=Math.round(a.h*360),i=Math.round(a.s*100),n=Math.round(a.l*100);return this.a===1?"hsl(".concat(t,", ").concat(i,"%, ").concat(n,"%)"):"hsla(".concat(t,", ").concat(i,"%, ").concat(n,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(a){return a===void 0&&(a=!1),dm(this.r,this.g,this.b,a)},e.prototype.toHexString=function(a){return a===void 0&&(a=!1),"#"+this.toHex(a)},e.prototype.toHex8=function(a){return a===void 0&&(a=!1),i9(this.r,this.g,this.b,this.a,a)},e.prototype.toHex8String=function(a){return a===void 0&&(a=!1),"#"+this.toHex8(a)},e.prototype.toHexShortString=function(a){return a===void 0&&(a=!1),this.a===1?this.toHexString(a):this.toHex8String(a)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var a=Math.round(this.r),t=Math.round(this.g),i=Math.round(this.b);return this.a===1?"rgb(".concat(a,", ").concat(t,", ").concat(i,")"):"rgba(".concat(a,", ").concat(t,", ").concat(i,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var a=function(t){return"".concat(Math.round(Ht(t,255)*100),"%")};return{r:a(this.r),g:a(this.g),b:a(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var a=function(t){return Math.round(Ht(t,255)*100)};return this.a===1?"rgb(".concat(a(this.r),"%, ").concat(a(this.g),"%, ").concat(a(this.b),"%)"):"rgba(".concat(a(this.r),"%, ").concat(a(this.g),"%, ").concat(a(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var a="#"+dm(this.r,this.g,this.b,!1),t=0,i=Object.entries(cm);t=0,r=!t&&n&&(a.startsWith("hex")||a==="name");return r?a==="name"&&this.a===0?this.toName():this.toRgbString():(a==="rgb"&&(i=this.toRgbString()),a==="prgb"&&(i=this.toPercentageRgbString()),(a==="hex"||a==="hex6")&&(i=this.toHexString()),a==="hex3"&&(i=this.toHexString(!0)),a==="hex4"&&(i=this.toHex8String(!0)),a==="hex8"&&(i=this.toHex8String()),a==="name"&&(i=this.toName()),a==="hsl"&&(i=this.toHslString()),a==="hsv"&&(i=this.toHsvString()),i||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.l+=a/100,t.l=Hd(t.l),new e(t)},e.prototype.brighten=function(a){a===void 0&&(a=10);var t=this.toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(255*-(a/100)))),t.g=Math.max(0,Math.min(255,t.g-Math.round(255*-(a/100)))),t.b=Math.max(0,Math.min(255,t.b-Math.round(255*-(a/100)))),new e(t)},e.prototype.darken=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.l-=a/100,t.l=Hd(t.l),new e(t)},e.prototype.tint=function(a){return a===void 0&&(a=10),this.mix("white",a)},e.prototype.shade=function(a){return a===void 0&&(a=10),this.mix("black",a)},e.prototype.desaturate=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.s-=a/100,t.s=Hd(t.s),new e(t)},e.prototype.saturate=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.s+=a/100,t.s=Hd(t.s),new e(t)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(a){var t=this.toHsl(),i=(t.h+a)%360;return t.h=i<0?360+i:i,new e(t)},e.prototype.mix=function(a,t){t===void 0&&(t=50);var i=this.toRgb(),n=new e(a).toRgb(),r=t/100,s={r:(n.r-i.r)*r+i.r,g:(n.g-i.g)*r+i.g,b:(n.b-i.b)*r+i.b,a:(n.a-i.a)*r+i.a};return new e(s)},e.prototype.analogous=function(a,t){a===void 0&&(a=6),t===void 0&&(t=30);var i=this.toHsl(),n=360/t,r=[this];for(i.h=(i.h-(n*a>>1)+720)%360;--a;)i.h=(i.h+n)%360,r.push(new e(i));return r},e.prototype.complement=function(){var a=this.toHsl();return a.h=(a.h+180)%360,new e(a)},e.prototype.monochromatic=function(a){a===void 0&&(a=6);for(var t=this.toHsv(),i=t.h,n=t.s,r=t.v,s=[],o=1/a;a--;)s.push(new e({h:i,s:n,v:r})),r=(r+o)%1;return s},e.prototype.splitcomplement=function(){var a=this.toHsl(),t=a.h;return[this,new e({h:(t+72)%360,s:a.s,l:a.l}),new e({h:(t+216)%360,s:a.s,l:a.l})]},e.prototype.onBackground=function(a){var t=this.toRgb(),i=new e(a).toRgb(),n=t.a+i.a*(1-t.a);return new e({r:(t.r*t.a+i.r*i.a*(1-t.a))/n,g:(t.g*t.a+i.g*i.a*(1-t.a))/n,b:(t.b*t.a+i.b*i.a*(1-t.a))/n,a:n})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(a){for(var t=this.toHsl(),i=t.h,n=[this],r=360/a,s=1;s=60&&Math.round(e.h)<=240?i=t?Math.round(e.h)-Ld*a:Math.round(e.h)+Ld*a:i=t?Math.round(e.h)+Ld*a:Math.round(e.h)-Ld*a,i<0?i+=360:i>=360&&(i-=360),i}function f2(e,a,t){if(e.h===0&&e.s===0)return e.s;var i;return t?i=e.s-u2*a:a===a4?i=e.s+u2:i=e.s+c9*a,i>1&&(i=1),t&&a===e4&&i>.1&&(i=.1),i<.06&&(i=.06),Number(i.toFixed(2))}function b2(e,a,t){var i;return t?i=e.v+l9*a:i=e.v-g9*a,i>1&&(i=1),Number(i.toFixed(2))}function Br(e){for(var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=[],i=Xr(e),n=e4;n>0;n-=1){var r=m2(i),s=Od(Xr({h:h2(r,n,!0),s:f2(r,n,!0),v:b2(r,n,!0)}));t.push(s)}t.push(Od(i));for(var o=1;o<=a4;o+=1){var d=m2(i),l=Od(Xr({h:h2(d,o),s:f2(d,o),v:b2(d,o)}));t.push(l)}return a.theme==="dark"?u9.map(function(g){var u=g.index,m=g.opacity,f=Od(m9(Xr(a.backgroundColor||"#141414"),Xr(t[u]),m*100));return f}):t}var Wg={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},hc={},Ig={};Object.keys(Wg).forEach(function(e){hc[e]=Br(Wg[e]),hc[e].primary=hc[e][5],Ig[e]=Br(Wg[e],{theme:"dark",backgroundColor:"#141414"}),Ig[e].primary=Ig[e][5]});var h9=hc.blue;const f9=e=>{const{controlHeight:a}=e;return{controlHeightSM:a*.75,controlHeightXS:a*.5,controlHeightLG:a*1.25}};function b9(e){const{sizeUnit:a,sizeStep:t}=e;return{sizeXXL:a*(t+8),sizeXL:a*(t+4),sizeLG:a*(t+2),sizeMD:a*(t+1),sizeMS:a*t,size:a*t,sizeSM:a*(t-1),sizeXS:a*(t-2),sizeXXS:a*(t-3)}}const t4={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},p9=Object.assign(Object.assign({},t4),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorLink:"",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, + */var O1=Symbol.for("react.element"),G1=Symbol.for("react.portal"),vl=Symbol.for("react.fragment"),Al=Symbol.for("react.strict_mode"),xl=Symbol.for("react.profiler"),Sl=Symbol.for("react.provider"),Cl=Symbol.for("react.context"),Kw=Symbol.for("react.server_context"),Tl=Symbol.for("react.forward_ref"),ql=Symbol.for("react.suspense"),Rl=Symbol.for("react.suspense_list"),zl=Symbol.for("react.memo"),Ml=Symbol.for("react.lazy"),Zw=Symbol.for("react.offscreen"),dy;dy=Symbol.for("react.module.reference");function Di(e){if(typeof e=="object"&&e!==null){var a=e.$$typeof;switch(a){case O1:switch(e=e.type,e){case vl:case xl:case Al:case ql:case Rl:return e;default:switch(e=e&&e.$$typeof,e){case Kw:case Cl:case Tl:case Ml:case zl:case Sl:return e;default:return a}}case G1:return a}}}Ua.ContextConsumer=Cl;Ua.ContextProvider=Sl;Ua.Element=O1;Ua.ForwardRef=Tl;Ua.Fragment=vl;Ua.Lazy=Ml;Ua.Memo=zl;Ua.Portal=G1;Ua.Profiler=xl;Ua.StrictMode=Al;Ua.Suspense=ql;Ua.SuspenseList=Rl;Ua.isAsyncMode=function(){return!1};Ua.isConcurrentMode=function(){return!1};Ua.isContextConsumer=function(e){return Di(e)===Cl};Ua.isContextProvider=function(e){return Di(e)===Sl};Ua.isElement=function(e){return typeof e=="object"&&e!==null&&e.$$typeof===O1};Ua.isForwardRef=function(e){return Di(e)===Tl};Ua.isFragment=function(e){return Di(e)===vl};Ua.isLazy=function(e){return Di(e)===Ml};Ua.isMemo=function(e){return Di(e)===zl};Ua.isPortal=function(e){return Di(e)===G1};Ua.isProfiler=function(e){return Di(e)===xl};Ua.isStrictMode=function(e){return Di(e)===Al};Ua.isSuspense=function(e){return Di(e)===ql};Ua.isSuspenseList=function(e){return Di(e)===Rl};Ua.isValidElementType=function(e){return typeof e=="string"||typeof e=="function"||e===vl||e===xl||e===Al||e===ql||e===Rl||e===Zw||typeof e=="object"&&e!==null&&(e.$$typeof===Ml||e.$$typeof===zl||e.$$typeof===Sl||e.$$typeof===Cl||e.$$typeof===Tl||e.$$typeof===dy||e.getModuleId!==void 0)};Ua.typeOf=Di;oy.exports=Ua;var oc=oy.exports;function Er(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=[];return K.Children.forEach(e,function(i){i==null&&!a.keepEmpty||(Array.isArray(i)?t=t.concat(Er(i)):oc.isFragment(i)&&i.props?t=t.concat(Er(i.props.children,a)):t.push(i))}),t}var Ku={},Jw=function(a){};function Yw(e,a){}function Qw(e,a){}function Xw(){Ku={}}function cy(e,a,t){!a&&!Ku[t]&&(e(!1,t),Ku[t]=!0)}function Nt(e,a){cy(Yw,e,a)}function e8(e,a){cy(Qw,e,a)}Nt.preMessage=Jw;Nt.resetWarned=Xw;Nt.noteOnce=e8;function pa(e){"@babel/helpers - typeof";return pa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(a){return typeof a}:function(a){return a&&typeof Symbol=="function"&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},pa(e)}function a8(e,a){if(pa(e)!="object"||!e)return e;var t=e[Symbol.toPrimitive];if(t!==void 0){var i=t.call(e,a||"default");if(pa(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(a==="string"?String:Number)(e)}function ly(e){var a=a8(e,"string");return pa(a)=="symbol"?a:String(a)}function O(e,a,t){return a=ly(a),a in e?Object.defineProperty(e,a,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[a]=t,e}function Vf(e,a){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);a&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable})),t.push.apply(t,i)}return t}function _(e){for(var a=1;a0},e.prototype.connect_=function(){!Ju||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),d8?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){!Ju||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(a){var t=a.propertyName,i=t===void 0?"":t,n=o8.some(function(r){return!!~i.indexOf(r)});n&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),uy=function(e,a){for(var t=0,i=Object.keys(a);t"u"||!(Element instanceof Object))){if(!(a instanceof zs(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(a)||(t.set(a,new p8(a)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(a){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if(!(typeof Element>"u"||!(Element instanceof Object))){if(!(a instanceof zs(a).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(a)&&(t.delete(a),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var a=this;this.clearActive(),this.observations_.forEach(function(t){t.isActive()&&a.activeObservations_.push(t)})},e.prototype.broadcastActive=function(){if(this.hasActive()){var a=this.callbackCtx_,t=this.activeObservations_.map(function(i){return new y8(i.target,i.broadcastRect())});this.callback_.call(a,t,a),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),hy=typeof WeakMap<"u"?new WeakMap:new gy,fy=function(){function e(a){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=c8.getInstance(),i=new k8(a,t,this);hy.set(this,i)}return e}();["observe","unobserve","disconnect"].forEach(function(e){fy.prototype[e]=function(){var a;return(a=hy.get(this))[e].apply(a,arguments)}});var w8=function(){return typeof Oc.ResizeObserver<"u"?Oc.ResizeObserver:fy}(),jn=new Map;function v8(e){e.forEach(function(a){var t,i=a.target;(t=jn.get(i))===null||t===void 0||t.forEach(function(n){return n(i)})})}var by=new w8(v8);function A8(e,a){jn.has(e)||(jn.set(e,new Set),by.observe(e)),jn.get(e).add(a)}function x8(e,a){jn.has(e)&&(jn.get(e).delete(a),jn.get(e).size||(by.unobserve(e),jn.delete(e)))}function _t(e,a){if(!(e instanceof a))throw new TypeError("Cannot call a class as a function")}function Kf(e,a){for(var t=0;te.length)&&(a=e.length);for(var t=0,i=new Array(a);t1&&arguments[1]!==void 0?arguments[1]:1;Zf+=1;var i=Zf;function n(r){if(r===0)vy(i),a();else{var s=ky(function(){n(r-1)});_1.set(i,s)}}return n(t),i};at.cancel=function(e){var a=_1.get(e);return vy(e),wy(a)};function Ay(e){if(Array.isArray(e))return e}function P8(e,a){var t=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(t!=null){var i,n,r,s,o=[],d=!0,c=!1;try{if(r=(t=t.call(e)).next,a===0){if(Object(t)!==t)return;d=!1}else for(;!(d=(i=r.call(t)).done)&&(o.push(i.value),o.length!==a);d=!0);}catch(g){c=!0,n=g}finally{try{if(!d&&t.return!=null&&(s=t.return(),Object(s)!==s))return}finally{if(c)throw n}}return o}}function xy(){throw new TypeError(`Invalid attempt to destructure non-iterable instance. +In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Y(e,a){return Ay(e)||P8(e,a)||V1(e,a)||xy()}function $c(e){for(var a=0,t,i=0,n=e.length;n>=4;++i,n-=4)t=e.charCodeAt(i)&255|(e.charCodeAt(++i)&255)<<8|(e.charCodeAt(++i)&255)<<16|(e.charCodeAt(++i)&255)<<24,t=(t&65535)*1540483477+((t>>>16)*59797<<16),t^=t>>>24,a=(t&65535)*1540483477+((t>>>16)*59797<<16)^(a&65535)*1540483477+((a>>>16)*59797<<16);switch(n){case 3:a^=(e.charCodeAt(i+2)&255)<<16;case 2:a^=(e.charCodeAt(i+1)&255)<<8;case 1:a^=e.charCodeAt(i)&255,a=(a&65535)*1540483477+((a>>>16)*59797<<16)}return a^=a>>>13,a=(a&65535)*1540483477+((a>>>16)*59797<<16),((a^a>>>15)>>>0).toString(36)}function ei(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function E8(e,a){if(!e)return!1;if(e.contains)return e.contains(a);for(var t=a;t;){if(t===e)return!0;t=t.parentNode}return!1}var Jf="data-rc-order",Yf="data-rc-priority",W8="rc-util-key",Xu=new Map;function Sy(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},a=e.mark;return a?a.startsWith("data-")?a:"data-".concat(a):W8}function Bl(e){if(e.attachTo)return e.attachTo;var a=document.querySelector("head");return a||document.body}function I8(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function K1(e){return Array.from((Xu.get(e)||e).children).filter(function(a){return a.tagName==="STYLE"})}function Cy(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!ei())return null;var t=a.csp,i=a.prepend,n=a.priority,r=n===void 0?0:n,s=I8(i),o=s==="prependQueue",d=document.createElement("style");d.setAttribute(Jf,s),o&&r&&d.setAttribute(Yf,"".concat(r)),t!=null&&t.nonce&&(d.nonce=t==null?void 0:t.nonce),d.innerHTML=e;var c=Bl(a),g=c.firstChild;if(i){if(o){var u=(a.styles||K1(c)).filter(function(m){if(!["prepend","prependQueue"].includes(m.getAttribute(Jf)))return!1;var b=Number(m.getAttribute(Yf)||0);return r>=b});if(u.length)return c.insertBefore(d,u[u.length-1].nextSibling),d}c.insertBefore(d,g)}else c.appendChild(d);return d}function Ty(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=Bl(a);return(a.styles||K1(t)).find(function(i){return i.getAttribute(Sy(a))===e})}function Ps(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=Ty(e,a);if(t){var i=Bl(a);i.removeChild(t)}}function B8(e,a){var t=Xu.get(e);if(!t||!E8(document,t)){var i=Cy("",a),n=i.parentNode;Xu.set(e,n),e.removeChild(i)}}function qn(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=Bl(t),n=K1(i),r=_(_({},t),{},{styles:n});B8(i,r);var s=Ty(a,r);if(s){var o,d;if((o=r.csp)!==null&&o!==void 0&&o.nonce&&s.nonce!==((d=r.csp)===null||d===void 0?void 0:d.nonce)){var c;s.nonce=(c=r.csp)===null||c===void 0?void 0:c.nonce}return s.innerHTML!==e&&(s.innerHTML=e),s}var g=Cy(e,r);return g.setAttribute(Sy(r),a),g}function F8(e,a){if(e==null)return{};var t={},i=Object.keys(e),n,r;for(r=0;r=0)&&(t[n]=e[n]);return t}function Wa(e,a){if(e==null)return{};var t=F8(e,a),i,n;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(n=0;n=0)&&Object.prototype.propertyIsEnumerable.call(e,i)&&(t[i]=e[i])}return t}function Z1(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1,i=new Set;function n(r,s){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,d=i.has(r);if(Nt(!d,"Warning: There may be circular references"),d)return!1;if(r===s)return!0;if(t&&o>1)return!1;i.add(r);var c=o+1;if(Array.isArray(r)){if(!Array.isArray(s)||r.length!==s.length)return!1;for(var g=0;g1&&arguments[1]!==void 0?arguments[1]:!1,s={map:this.cache};return t.forEach(function(o){if(!s)s=void 0;else{var d;s=(d=s)===null||d===void 0||(d=d.map)===null||d===void 0?void 0:d.get(o)}}),(i=s)!==null&&i!==void 0&&i.value&&r&&(s.value[1]=this.cacheCallTimes++),(n=s)===null||n===void 0?void 0:n.value}},{key:"get",value:function(t){var i;return(i=this.internalGet(t,!0))===null||i===void 0?void 0:i[0]}},{key:"has",value:function(t){return!!this.internalGet(t)}},{key:"set",value:function(t,i){var n=this;if(!this.has(t)){if(this.size()+1>e.MAX_CACHE_SIZE+e.MAX_CACHE_OFFSET){var r=this.keys.reduce(function(c,g){var u=Y(c,2),m=u[1];return n.internalGet(g)[1]0,void 0),Qf+=1}return Kt(e,[{key:"getDerivativeToken",value:function(t){return this.derivatives.reduce(function(i,n){return n(t,i)},void 0)}}]),e}(),qg=new J1;function am(e){var a=Array.isArray(e)?e:[e];return qg.has(a)||qg.set(a,new qy(a)),qg.get(a)}var L8=new WeakMap,Rg={};function O8(e,a){for(var t=L8,i=0;i3&&arguments[3]!==void 0?arguments[3]:{},r=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(r)return e;var s=_(_({},n),{},(i={},O(i,Es,a),O(i,Ji,t),i)),o=Object.keys(s).map(function(d){var c=s[d];return c?"".concat(d,'="').concat(c,'"'):null}).filter(function(d){return d}).join(" ");return"")}var zy=function(a){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";return"--".concat(t?"".concat(t,"-"):"").concat(a).replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Z]+)([A-Z][a-z0-9]+)/g,"$1-$2").replace(/([a-z])([A-Z0-9])/g,"$1-$2").toLowerCase()},U8=function(a,t,i){return Object.keys(a).length?".".concat(t).concat(i!=null&&i.scope?".".concat(i.scope):"","{").concat(Object.entries(a).map(function(n){var r=Y(n,2),s=r[0],o=r[1];return"".concat(s,":").concat(o,";")}).join(""),"}"):""},My=function(a,t,i){var n={},r={};return Object.entries(a).forEach(function(s){var o,d,c=Y(s,2),g=c[0],u=c[1];if(i!=null&&(o=i.preserve)!==null&&o!==void 0&&o[g])r[g]=u;else if((typeof u=="string"||typeof u=="number")&&!(i!=null&&(d=i.ignore)!==null&&d!==void 0&&d[g])){var m,b=zy(g,i==null?void 0:i.prefix);n[b]=typeof u=="number"&&!(i!=null&&(m=i.unitless)!==null&&m!==void 0&&m[g])?"".concat(u,"px"):String(u),r[g]="var(".concat(b,")")}}),[r,U8(n,t,{scope:i==null?void 0:i.scope})]},a2=ei()?l.useLayoutEffect:l.useEffect,Xa=function(a,t){var i=l.useRef(!0);a2(function(){return a(i.current)},t),a2(function(){return i.current=!1,function(){i.current=!0}},[])},xo=function(a,t){Xa(function(i){if(!i)return a()},t)},V8=_({},nl),t2=V8.useInsertionEffect,_8=function(a,t,i){l.useMemo(a,i),Xa(function(){return t(!0)},i)},K8=t2?function(e,a,t){return t2(function(){return e(),a()},t)}:_8,Z8=_({},nl),J8=Z8.useInsertionEffect,Y8=function(a){var t=[],i=!1;function n(r){i||t.push(r)}return l.useEffect(function(){return i=!1,function(){i=!0,t.length&&t.forEach(function(r){return r()})}},a),n},Q8=function(){return function(a){a()}},X8=typeof J8<"u"?Y8:Q8;function Y1(e,a,t,i,n){var r=l.useContext(Fl),s=r.cache,o=[e].concat(Oe(a)),d=em(o),c=X8([d]),g=function(k){s.opUpdate(d,function(y){var w=y||[void 0,void 0],f=Y(w,2),h=f[0],p=h===void 0?0:h,A=f[1],S=A,x=S||t(),v=[p,x];return k?k(v):v})};l.useMemo(function(){g()},[d]);var u=s.opGet(d),m=u[1];return K8(function(){n==null||n(m)},function(b){return g(function(k){var y=Y(k,2),w=y[0],f=y[1];return b&&w===0&&(n==null||n(m)),[w+1,f]}),function(){s.opUpdate(d,function(k){var y=k||[],w=Y(y,2),f=w[0],h=f===void 0?0:f,p=w[1],A=h-1;return A===0?(c(function(){(b||!s.opGet(d))&&(i==null||i(p,!1))}),null):[h-1,p]})}},[d]),m}var e5={},a5="css",ur=new Map;function t5(e){ur.set(e,(ur.get(e)||0)+1)}function i5(e,a){if(typeof document<"u"){var t=document.querySelectorAll("style[".concat(Es,'="').concat(e,'"]'));t.forEach(function(i){if(i[Ln]===a){var n;(n=i.parentNode)===null||n===void 0||n.removeChild(i)}})}}var n5=0;function r5(e,a){ur.set(e,(ur.get(e)||0)-1);var t=Array.from(ur.keys()),i=t.filter(function(n){var r=ur.get(n)||0;return r<=0});t.length-i.length>n5&&i.forEach(function(n){i5(n,a),ur.delete(n)})}var s5=function(a,t,i,n){var r=i.getDerivativeToken(a),s=_(_({},r),t);return n&&(s=n(s)),s},Py="token";function o5(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},i=l.useContext(Fl),n=i.cache.instanceId,r=i.container,s=t.salt,o=s===void 0?"":s,d=t.override,c=d===void 0?e5:d,g=t.formatToken,u=t.getComputedToken,m=t.cssVar,b=O8(function(){return Object.assign.apply(Object,[{}].concat(Oe(a)))},a),k=vo(b),y=vo(c),w=m?vo(m):"",f=Y1(Py,[o,e.id,k,y,w],function(){var h,p=u?u(b,c,e):s5(b,c,e,g),A=_({},p),S="";if(m){var x=My(p,m.key,{prefix:m.prefix,ignore:m.ignore,unitless:m.unitless,preserve:m.preserve}),v=Y(x,2);p=v[0],S=v[1]}var C=e2(p,o);p._tokenKey=C,A._tokenKey=e2(A,o);var R=(h=m==null?void 0:m.key)!==null&&h!==void 0?h:C;p._themeKey=R,t5(R);var z="".concat(a5,"-").concat($c(C));return p._hashId=z,[p,z,A,S,(m==null?void 0:m.key)||""]},function(h){r5(h[0]._themeKey,n)},function(h){var p=Y(h,4),A=p[0],S=p[3];if(m&&S){var x=qn(S,$c("css-variables-".concat(A._themeKey)),{mark:Ji,prepend:"queue",attachTo:r,priority:-999});x[Ln]=n,x.setAttribute(Es,A._themeKey)}});return f}var d5=function(a,t,i){var n=Y(a,5),r=n[2],s=n[3],o=n[4],d=i||{},c=d.plain;if(!s)return null;var g=r._tokenKey,u=-999,m={"data-rc-order":"prependQueue","data-rc-priority":"".concat(u)},b=Uc(s,o,g,m,c);return[u,g,b]},c5={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Ey="comm",Wy="rule",Iy="decl",l5="@import",g5="@keyframes",u5="@layer",By=Math.abs,Q1=String.fromCharCode;function Fy(e){return e.trim()}function dc(e,a,t){return e.replace(a,t)}function m5(e,a,t){return e.indexOf(a,t)}function Uo(e,a){return e.charCodeAt(a)|0}function Vo(e,a,t){return e.slice(a,t)}function yn(e){return e.length}function h5(e){return e.length}function Fd(e,a){return a.push(e),e}var Dl=1,Ws=1,Dy=0,Fi=0,xt=0,Os="";function X1(e,a,t,i,n,r,s,o){return{value:e,root:a,parent:t,type:i,props:n,children:r,line:Dl,column:Ws,length:s,return:"",siblings:o}}function f5(){return xt}function b5(){return xt=Fi>0?Uo(Os,--Fi):0,Ws--,xt===10&&(Ws=1,Dl--),xt}function Yi(){return xt=Fi2||im(xt)>3?"":" "}function w5(e,a){for(;--a&&Yi()&&!(xt<48||xt>102||xt>57&&xt<65||xt>70&&xt<97););return Nl(e,cc()+(a<6&&xr()==32&&Yi()==32))}function nm(e){for(;Yi();)switch(xt){case e:return Fi;case 34:case 39:e!==34&&e!==39&&nm(xt);break;case 40:e===41&&nm(e);break;case 92:Yi();break}return Fi}function v5(e,a){for(;Yi()&&e+xt!==57;)if(e+xt===84&&xr()===47)break;return"/*"+Nl(a,Fi-1)+"*"+Q1(e===47?e:Yi())}function A5(e){for(;!im(xr());)Yi();return Nl(e,Fi)}function x5(e){return y5(lc("",null,null,null,[""],e=p5(e),0,[0],e))}function lc(e,a,t,i,n,r,s,o,d){for(var c=0,g=0,u=s,m=0,b=0,k=0,y=1,w=1,f=1,h=0,p="",A=n,S=r,x=i,v=p;w;)switch(k=h,h=Yi()){case 40:if(k!=108&&Uo(v,u-1)==58){m5(v+=dc(Mg(h),"&","&\f"),"&\f",By(c?o[c-1]:0))!=-1&&(f=-1);break}case 34:case 39:case 91:v+=Mg(h);break;case 9:case 10:case 13:case 32:v+=k5(k);break;case 92:v+=w5(cc()-1,7);continue;case 47:switch(xr()){case 42:case 47:Fd(S5(v5(Yi(),cc()),a,t,d),d);break;default:v+="/"}break;case 123*y:o[c++]=yn(v)*f;case 125*y:case 59:case 0:switch(h){case 0:case 125:w=0;case 59+g:f==-1&&(v=dc(v,/\f/g,"")),b>0&&yn(v)-u&&Fd(b>32?n2(v+";",i,t,u-1,d):n2(dc(v," ","")+";",i,t,u-2,d),d);break;case 59:v+=";";default:if(Fd(x=i2(v,a,t,c,g,n,o,p,A=[],S=[],u,r),r),h===123)if(g===0)lc(v,a,x,x,A,r,u,o,S);else switch(m===99&&Uo(v,3)===110?100:m){case 100:case 108:case 109:case 115:lc(e,x,x,i&&Fd(i2(e,x,x,0,0,n,o,p,n,A=[],u,S),S),n,S,u,o,i?A:S);break;default:lc(v,x,x,x,[""],S,0,o,S)}}c=g=b=0,y=f=1,p=v="",u=s;break;case 58:u=1+yn(v),b=k;default:if(y<1){if(h==123)--y;else if(h==125&&y++==0&&b5()==125)continue}switch(v+=Q1(h),h*y){case 38:f=g>0?1:(v+="\f",-1);break;case 44:o[c++]=(yn(v)-1)*f,f=1;break;case 64:xr()===45&&(v+=Mg(Yi())),m=xr(),g=u=yn(p=v+=A5(cc())),h++;break;case 45:k===45&&yn(v)==2&&(y=0)}}return r}function i2(e,a,t,i,n,r,s,o,d,c,g,u){for(var m=n-1,b=n===0?r:[""],k=h5(b),y=0,w=0,f=0;y0?b[h]+" "+p:dc(p,/&\f/g,b[h])))&&(d[f++]=A);return X1(e,a,t,n===0?Wy:o,d,c,g,u)}function S5(e,a,t,i){return X1(e,a,t,Ey,Q1(f5()),Vo(e,2,-2),0,i)}function n2(e,a,t,i,n){return X1(e,a,t,Iy,Vo(e,0,i),Vo(e,i+1,-1),i,n)}function rm(e,a){for(var t="",i=0;i1&&arguments[1]!==void 0?arguments[1]:{},i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{root:!0,parentSelectors:[]},n=i.root,r=i.injectHash,s=i.parentSelectors,o=t.hashId,d=t.layer;t.path;var c=t.hashPriority,g=t.transformers,u=g===void 0?[]:g;t.linters;var m="",b={};function k(p){var A=p.getName(o);if(!b[A]){var S=e(p.style,t,{root:!1,parentSelectors:s}),x=Y(S,1),v=x[0];b[A]="@keyframes ".concat(p.getName(o)).concat(v)}}function y(p){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];return p.forEach(function(S){Array.isArray(S)?y(S,A):S&&A.push(S)}),A}var w=y(Array.isArray(a)?a:[a]);if(w.forEach(function(p){var A=typeof p=="string"&&!n?{}:p;if(typeof A=="string")m+="".concat(A,` +`);else if(A._keyframe)k(A);else{var S=u.reduce(function(x,v){var C;return(v==null||(C=v.visit)===null||C===void 0?void 0:C.call(v,x))||x},A);Object.keys(S).forEach(function(x){var v=S[x];if(pa(v)==="object"&&v&&(x!=="animationName"||!v._keyframe)&&!M5(v)){var C=!1,R=x.trim(),z=!1;(n||r)&&o?R.startsWith("@")?C=!0:R=P5(x,o,c):n&&!o&&(R==="&"||R==="")&&(R="",z=!0);var W=e(v,t,{root:z,injectHash:C,parentSelectors:[].concat(Oe(s),[R])}),F=Y(W,2),B=F[0],$=F[1];b=_(_({},b),$),m+="".concat(R).concat(B)}else{let P=function(T,I){var H=T.replace(/[A-Z]/g,function(Z){return"-".concat(Z.toLowerCase())}),L=I;!c5[T]&&typeof L=="number"&&L!==0&&(L="".concat(L,"px")),T==="animationName"&&I!==null&&I!==void 0&&I._keyframe&&(k(I),L=I.getName(o)),m+="".concat(H,":").concat(L,";")};var V,D=(V=v==null?void 0:v.value)!==null&&V!==void 0?V:v;pa(v)==="object"&&v!==null&&v!==void 0&&v[jy]&&Array.isArray(D)?D.forEach(function(T){P(x,T)}):P(x,D)}})}}),!n)m="{".concat(m,"}");else if(d&&$8()){var f=d.split(","),h=f[f.length-1].trim();m="@layer ".concat(h," {").concat(m,"}"),f.length>1&&(m="@layer ".concat(d,"{%%%:%}").concat(m))}return[m,b]};function Ly(e,a){return $c("".concat(e.join("%")).concat(a))}function W5(){return null}var Oy="style";function om(e,a){var t=e.token,i=e.path,n=e.hashId,r=e.layer,s=e.nonce,o=e.clientOnly,d=e.order,c=d===void 0?0:d,g=l.useContext(Fl),u=g.autoClear;g.mock;var m=g.defaultCache,b=g.hashPriority,k=g.container,y=g.ssrInline,w=g.transformers,f=g.linters,h=g.cache,p=t._tokenKey,A=[p].concat(Oe(i)),S=tm,x=Y1(Oy,A,function(){var W=A.join("|");if(q5(W)){var F=R5(W),B=Y(F,2),$=B[0],V=B[1];if($)return[$,p,V,{},o,c]}var D=a(),P=E5(D,{hashId:n,hashPriority:b,layer:r,path:i.join("-"),transformers:w,linters:f}),T=Y(P,2),I=T[0],H=T[1],L=sm(I),Z=Ly(A,L);return[L,p,Z,H,o,c]},function(W,F){var B=Y(W,3),$=B[2];(F||u)&&tm&&Ps($,{mark:Ji})},function(W){var F=Y(W,4),B=F[0];F[1];var $=F[2],V=F[3];if(S&&B!==Ny){var D={mark:Ji,prepend:"queue",attachTo:k,priority:c},P=typeof s=="function"?s():s;P&&(D.csp={nonce:P});var T=qn(B,$,D);T[Ln]=h.instanceId,T.setAttribute(Es,p),Object.keys(V).forEach(function(I){qn(sm(V[I]),"_effect-".concat(I),D)})}}),v=Y(x,3),C=v[0],R=v[1],z=v[2];return function(W){var F;if(!y||S||!m)F=l.createElement(W5,null);else{var B;F=l.createElement("style",_e({},(B={},O(B,Es,R),O(B,Ji,z),B),{dangerouslySetInnerHTML:{__html:C}}))}return l.createElement(l.Fragment,null,F,W)}}var I5=function(a,t,i){var n=Y(a,6),r=n[0],s=n[1],o=n[2],d=n[3],c=n[4],g=n[5],u=i||{},m=u.plain;if(c)return null;var b=r,k={"data-rc-order":"prependQueue","data-rc-priority":"".concat(g)};return b=Uc(r,s,o,k,m),d&&Object.keys(d).forEach(function(y){if(!t[y]){t[y]=!0;var w=sm(d[y]);b+=Uc(w,s,"_effect-".concat(y),k,m)}}),[g,o,b]},Gy="cssVar",B5=function(a,t){var i=a.key,n=a.prefix,r=a.unitless,s=a.ignore,o=a.token,d=a.scope,c=d===void 0?"":d,g=l.useContext(Fl),u=g.cache.instanceId,m=g.container,b=o._tokenKey,k=[].concat(Oe(a.path),[i,c,b]),y=Y1(Gy,k,function(){var w=t(),f=My(w,i,{prefix:n,unitless:r,ignore:s,scope:c}),h=Y(f,2),p=h[0],A=h[1],S=Ly(k,A);return[p,A,S,i]},function(w){var f=Y(w,3),h=f[2];tm&&Ps(h,{mark:Ji})},function(w){var f=Y(w,3),h=f[1],p=f[2];if(h){var A=qn(h,p,{mark:Ji,prepend:"queue",attachTo:m,priority:-999});A[Ln]=u,A.setAttribute(Es,i)}});return y},F5=function(a,t,i){var n=Y(a,4),r=n[1],s=n[2],o=n[3],d=i||{},c=d.plain;if(!r)return null;var g=-999,u={"data-rc-order":"prependQueue","data-rc-priority":"".concat(g)},m=Uc(r,o,s,u,c);return[g,s,m]},Xs;Xs={},O(Xs,Oy,I5),O(Xs,Py,d5),O(Xs,Gy,F5);var La=function(){function e(a,t){_t(this,e),O(this,"name",void 0),O(this,"style",void 0),O(this,"_keyframe",!0),this.name=a,this.style=t}return Kt(e,[{key:"getName",value:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return t?"".concat(t,"-").concat(this.name):this.name}}]),e}();function Gr(e){return e.notSplit=!0,e}Gr(["borderTop","borderBottom"]),Gr(["borderTop"]),Gr(["borderBottom"]),Gr(["borderLeft","borderRight"]),Gr(["borderLeft"]),Gr(["borderRight"]);var D5=l.createContext({});const eh=D5;function $y(e){return Ay(e)||yy(e)||V1(e)||xy()}function on(e,a){for(var t=e,i=0;i3&&arguments[3]!==void 0?arguments[3]:!1;return a.length&&i&&t===void 0&&!on(e,a.slice(0,-1))?e:Uy(e,a,t,i)}function N5(e){return pa(e)==="object"&&e!==null&&Object.getPrototypeOf(e)===Object.prototype}function s2(e){return Array.isArray(e)?[]:{}}var H5=typeof Reflect>"u"?Object.keys:Reflect.ownKeys;function ls(){for(var e=arguments.length,a=new Array(e),t=0;t{const e=()=>{};return e.deprecated=j5,e},O5=l.createContext(void 0);var _y={items_per_page:"/ page",jump_to:"Go to",jump_to_confirm:"confirm",page:"Page",prev_page:"Previous Page",next_page:"Next Page",prev_5:"Previous 5 Pages",next_5:"Next 5 Pages",prev_3:"Previous 3 Pages",next_3:"Next 3 Pages",page_size:"Page Size"},G5={locale:"en_US",today:"Today",now:"Now",backToToday:"Back to today",ok:"OK",clear:"Clear",month:"Month",year:"Year",timeSelect:"select time",dateSelect:"select date",weekSelect:"Choose a week",monthSelect:"Choose a month",yearSelect:"Choose a year",decadeSelect:"Choose a decade",yearFormat:"YYYY",dateFormat:"M/D/YYYY",dayFormat:"D",dateTimeFormat:"M/D/YYYY HH:mm:ss",monthBeforeYear:!0,previousMonth:"Previous month (PageUp)",nextMonth:"Next month (PageDown)",previousYear:"Last year (Control + left)",nextYear:"Next year (Control + right)",previousDecade:"Last decade",nextDecade:"Next decade",previousCentury:"Last century",nextCentury:"Next century"};const $5={placeholder:"Select time",rangePlaceholder:["Start time","End time"]},Ky=$5,U5={lang:Object.assign({placeholder:"Select date",yearPlaceholder:"Select year",quarterPlaceholder:"Select quarter",monthPlaceholder:"Select month",weekPlaceholder:"Select week",rangePlaceholder:["Start date","End date"],rangeYearPlaceholder:["Start year","End year"],rangeQuarterPlaceholder:["Start quarter","End quarter"],rangeMonthPlaceholder:["Start month","End month"],rangeWeekPlaceholder:["Start week","End week"]},G5),timePickerLocale:Object.assign({},Ky)},o2=U5,hi="${label} is not a valid ${type}",Is={locale:"en",Pagination:_y,DatePicker:o2,TimePicker:Ky,Calendar:o2,global:{placeholder:"Please select"},Table:{filterTitle:"Filter menu",filterConfirm:"OK",filterReset:"Reset",filterEmptyText:"No filters",filterCheckall:"Select all items",filterSearchPlaceholder:"Search in filters",emptyText:"No data",selectAll:"Select current page",selectInvert:"Invert current page",selectNone:"Clear all data",selectionAll:"Select all data",sortTitle:"Sort",expand:"Expand row",collapse:"Collapse row",triggerDesc:"Click to sort descending",triggerAsc:"Click to sort ascending",cancelSort:"Click to cancel sorting"},Tour:{Next:"Next",Previous:"Previous",Finish:"Finish"},Modal:{okText:"OK",cancelText:"Cancel",justOkText:"OK"},Popconfirm:{okText:"OK",cancelText:"Cancel"},Transfer:{titles:["",""],searchPlaceholder:"Search here",itemUnit:"item",itemsUnit:"items",remove:"Remove",selectCurrent:"Select current page",removeCurrent:"Remove current page",selectAll:"Select all data",removeAll:"Remove all data",selectInvert:"Invert current page"},Upload:{uploading:"Uploading...",removeFile:"Remove file",uploadError:"Upload error",previewFile:"Preview file",downloadFile:"Download file"},Empty:{description:"No data"},Icon:{icon:"icon"},Text:{edit:"Edit",copy:"Copy",copied:"Copied",expand:"Expand"},Form:{optional:"(optional)",defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:hi,method:hi,array:hi,object:hi,number:hi,date:hi,boolean:hi,integer:hi,float:hi,regexp:hi,email:hi,url:hi,hex:hi},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}},Image:{preview:"Preview"},QRCode:{expired:"QR code expired",refresh:"Refresh",scanned:"Scanned"},ColorPicker:{presetEmpty:"Empty"}};Object.assign({},Is.Modal);let gc=[];const d2=()=>gc.reduce((e,a)=>Object.assign(Object.assign({},e),a),Is.Modal);function V5(e){if(e){const a=Object.assign({},e);return gc.push(a),d2(),()=>{gc=gc.filter(t=>t!==a),d2()}}Object.assign({},Is.Modal)}const _5=l.createContext(void 0),ah=_5,Zy=(e,a)=>{const t=l.useContext(ah),i=l.useMemo(()=>{var r;const s=a||Is[e],o=(r=t==null?void 0:t[e])!==null&&r!==void 0?r:{};return Object.assign(Object.assign({},typeof s=="function"?s():s),o||{})},[e,a,t]),n=l.useMemo(()=>{const r=t==null?void 0:t.locale;return t!=null&&t.exist&&!r?Is.locale:r},[t]);return[i,n]},K5="internalMark",Z5=e=>{const{locale:a={},children:t,_ANT_MARK__:i}=e;l.useEffect(()=>V5(a&&a.Modal),[a]);const n=l.useMemo(()=>Object.assign(Object.assign({},a),{exist:!0}),[a]);return l.createElement(ah.Provider,{value:n},t)},J5=Z5;function Ht(e,a){Y5(e)&&(e="100%");var t=Q5(e);return e=a===360?e:Math.min(a,Math.max(0,parseFloat(e))),t&&(e=parseInt(String(e*a),10)/100),Math.abs(e-a)<1e-6?1:(a===360?e=(e<0?e%a+a:e%a)/parseFloat(String(a)):e=e%a/parseFloat(String(a)),e)}function Dd(e){return Math.min(1,Math.max(0,e))}function Y5(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function Q5(e){return typeof e=="string"&&e.indexOf("%")!==-1}function Jy(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function Nd(e){return e<=1?"".concat(Number(e)*100,"%"):e}function br(e){return e.length===1?"0"+e:String(e)}function X5(e,a,t){return{r:Ht(e,255)*255,g:Ht(a,255)*255,b:Ht(t,255)*255}}function c2(e,a,t){e=Ht(e,255),a=Ht(a,255),t=Ht(t,255);var i=Math.max(e,a,t),n=Math.min(e,a,t),r=0,s=0,o=(i+n)/2;if(i===n)s=0,r=0;else{var d=i-n;switch(s=o>.5?d/(2-i-n):d/(i+n),i){case e:r=(a-t)/d+(a1&&(t-=1),t<1/6?e+(a-e)*(6*t):t<1/2?a:t<2/3?e+(a-e)*(2/3-t)*6:e}function e9(e,a,t){var i,n,r;if(e=Ht(e,360),a=Ht(a,100),t=Ht(t,100),a===0)n=t,r=t,i=t;else{var s=t<.5?t*(1+a):t+a-t*a,o=2*t-s;i=Pg(o,s,e+1/3),n=Pg(o,s,e),r=Pg(o,s,e-1/3)}return{r:i*255,g:n*255,b:r*255}}function dm(e,a,t){e=Ht(e,255),a=Ht(a,255),t=Ht(t,255);var i=Math.max(e,a,t),n=Math.min(e,a,t),r=0,s=i,o=i-n,d=i===0?0:o/i;if(i===n)r=0;else{switch(i){case e:r=(a-t)/o+(a>16,g:(e&65280)>>8,b:e&255}}var lm={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function Yr(e){var a={r:0,g:0,b:0},t=1,i=null,n=null,r=null,s=!1,o=!1;return typeof e=="string"&&(e=o9(e)),typeof e=="object"&&(hn(e.r)&&hn(e.g)&&hn(e.b)?(a=X5(e.r,e.g,e.b),s=!0,o=String(e.r).substr(-1)==="%"?"prgb":"rgb"):hn(e.h)&&hn(e.s)&&hn(e.v)?(i=Nd(e.s),n=Nd(e.v),a=a9(e.h,i,n),s=!0,o="hsv"):hn(e.h)&&hn(e.s)&&hn(e.l)&&(i=Nd(e.s),r=Nd(e.l),a=e9(e.h,i,r),s=!0,o="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(t=e.a)),t=Jy(t),{ok:s,format:e.format||o,r:Math.min(255,Math.max(a.r,0)),g:Math.min(255,Math.max(a.g,0)),b:Math.min(255,Math.max(a.b,0)),a:t}}var r9="[-\\+]?\\d+%?",s9="[-\\+]?\\d*\\.\\d+%?",On="(?:".concat(s9,")|(?:").concat(r9,")"),Eg="[\\s|\\(]+(".concat(On,")[,|\\s]+(").concat(On,")[,|\\s]+(").concat(On,")\\s*\\)?"),Wg="[\\s|\\(]+(".concat(On,")[,|\\s]+(").concat(On,")[,|\\s]+(").concat(On,")[,|\\s]+(").concat(On,")\\s*\\)?"),ji={CSS_UNIT:new RegExp(On),rgb:new RegExp("rgb"+Eg),rgba:new RegExp("rgba"+Wg),hsl:new RegExp("hsl"+Eg),hsla:new RegExp("hsla"+Wg),hsv:new RegExp("hsv"+Eg),hsva:new RegExp("hsva"+Wg),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function o9(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var a=!1;if(lm[e])e=lm[e],a=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var t=ji.rgb.exec(e);return t?{r:t[1],g:t[2],b:t[3]}:(t=ji.rgba.exec(e),t?{r:t[1],g:t[2],b:t[3],a:t[4]}:(t=ji.hsl.exec(e),t?{h:t[1],s:t[2],l:t[3]}:(t=ji.hsla.exec(e),t?{h:t[1],s:t[2],l:t[3],a:t[4]}:(t=ji.hsv.exec(e),t?{h:t[1],s:t[2],v:t[3]}:(t=ji.hsva.exec(e),t?{h:t[1],s:t[2],v:t[3],a:t[4]}:(t=ji.hex8.exec(e),t?{r:bi(t[1]),g:bi(t[2]),b:bi(t[3]),a:l2(t[4]),format:a?"name":"hex8"}:(t=ji.hex6.exec(e),t?{r:bi(t[1]),g:bi(t[2]),b:bi(t[3]),format:a?"name":"hex"}:(t=ji.hex4.exec(e),t?{r:bi(t[1]+t[1]),g:bi(t[2]+t[2]),b:bi(t[3]+t[3]),a:l2(t[4]+t[4]),format:a?"name":"hex8"}:(t=ji.hex3.exec(e),t?{r:bi(t[1]+t[1]),g:bi(t[2]+t[2]),b:bi(t[3]+t[3]),format:a?"name":"hex"}:!1)))))))))}function hn(e){return!!ji.CSS_UNIT.exec(String(e))}var At=function(){function e(a,t){a===void 0&&(a=""),t===void 0&&(t={});var i;if(a instanceof e)return a;typeof a=="number"&&(a=n9(a)),this.originalInput=a;var n=Yr(a);this.originalInput=a,this.r=n.r,this.g=n.g,this.b=n.b,this.a=n.a,this.roundA=Math.round(100*this.a)/100,this.format=(i=t.format)!==null&&i!==void 0?i:n.format,this.gradientType=t.gradientType,this.r<1&&(this.r=Math.round(this.r)),this.g<1&&(this.g=Math.round(this.g)),this.b<1&&(this.b=Math.round(this.b)),this.isValid=n.ok}return e.prototype.isDark=function(){return this.getBrightness()<128},e.prototype.isLight=function(){return!this.isDark()},e.prototype.getBrightness=function(){var a=this.toRgb();return(a.r*299+a.g*587+a.b*114)/1e3},e.prototype.getLuminance=function(){var a=this.toRgb(),t,i,n,r=a.r/255,s=a.g/255,o=a.b/255;return r<=.03928?t=r/12.92:t=Math.pow((r+.055)/1.055,2.4),s<=.03928?i=s/12.92:i=Math.pow((s+.055)/1.055,2.4),o<=.03928?n=o/12.92:n=Math.pow((o+.055)/1.055,2.4),.2126*t+.7152*i+.0722*n},e.prototype.getAlpha=function(){return this.a},e.prototype.setAlpha=function(a){return this.a=Jy(a),this.roundA=Math.round(100*this.a)/100,this},e.prototype.isMonochrome=function(){var a=this.toHsl().s;return a===0},e.prototype.toHsv=function(){var a=dm(this.r,this.g,this.b);return{h:a.h*360,s:a.s,v:a.v,a:this.a}},e.prototype.toHsvString=function(){var a=dm(this.r,this.g,this.b),t=Math.round(a.h*360),i=Math.round(a.s*100),n=Math.round(a.v*100);return this.a===1?"hsv(".concat(t,", ").concat(i,"%, ").concat(n,"%)"):"hsva(".concat(t,", ").concat(i,"%, ").concat(n,"%, ").concat(this.roundA,")")},e.prototype.toHsl=function(){var a=c2(this.r,this.g,this.b);return{h:a.h*360,s:a.s,l:a.l,a:this.a}},e.prototype.toHslString=function(){var a=c2(this.r,this.g,this.b),t=Math.round(a.h*360),i=Math.round(a.s*100),n=Math.round(a.l*100);return this.a===1?"hsl(".concat(t,", ").concat(i,"%, ").concat(n,"%)"):"hsla(".concat(t,", ").concat(i,"%, ").concat(n,"%, ").concat(this.roundA,")")},e.prototype.toHex=function(a){return a===void 0&&(a=!1),cm(this.r,this.g,this.b,a)},e.prototype.toHexString=function(a){return a===void 0&&(a=!1),"#"+this.toHex(a)},e.prototype.toHex8=function(a){return a===void 0&&(a=!1),t9(this.r,this.g,this.b,this.a,a)},e.prototype.toHex8String=function(a){return a===void 0&&(a=!1),"#"+this.toHex8(a)},e.prototype.toHexShortString=function(a){return a===void 0&&(a=!1),this.a===1?this.toHexString(a):this.toHex8String(a)},e.prototype.toRgb=function(){return{r:Math.round(this.r),g:Math.round(this.g),b:Math.round(this.b),a:this.a}},e.prototype.toRgbString=function(){var a=Math.round(this.r),t=Math.round(this.g),i=Math.round(this.b);return this.a===1?"rgb(".concat(a,", ").concat(t,", ").concat(i,")"):"rgba(".concat(a,", ").concat(t,", ").concat(i,", ").concat(this.roundA,")")},e.prototype.toPercentageRgb=function(){var a=function(t){return"".concat(Math.round(Ht(t,255)*100),"%")};return{r:a(this.r),g:a(this.g),b:a(this.b),a:this.a}},e.prototype.toPercentageRgbString=function(){var a=function(t){return Math.round(Ht(t,255)*100)};return this.a===1?"rgb(".concat(a(this.r),"%, ").concat(a(this.g),"%, ").concat(a(this.b),"%)"):"rgba(".concat(a(this.r),"%, ").concat(a(this.g),"%, ").concat(a(this.b),"%, ").concat(this.roundA,")")},e.prototype.toName=function(){if(this.a===0)return"transparent";if(this.a<1)return!1;for(var a="#"+cm(this.r,this.g,this.b,!1),t=0,i=Object.entries(lm);t=0,r=!t&&n&&(a.startsWith("hex")||a==="name");return r?a==="name"&&this.a===0?this.toName():this.toRgbString():(a==="rgb"&&(i=this.toRgbString()),a==="prgb"&&(i=this.toPercentageRgbString()),(a==="hex"||a==="hex6")&&(i=this.toHexString()),a==="hex3"&&(i=this.toHexString(!0)),a==="hex4"&&(i=this.toHex8String(!0)),a==="hex8"&&(i=this.toHex8String()),a==="name"&&(i=this.toName()),a==="hsl"&&(i=this.toHslString()),a==="hsv"&&(i=this.toHsvString()),i||this.toHexString())},e.prototype.toNumber=function(){return(Math.round(this.r)<<16)+(Math.round(this.g)<<8)+Math.round(this.b)},e.prototype.clone=function(){return new e(this.toString())},e.prototype.lighten=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.l+=a/100,t.l=Dd(t.l),new e(t)},e.prototype.brighten=function(a){a===void 0&&(a=10);var t=this.toRgb();return t.r=Math.max(0,Math.min(255,t.r-Math.round(255*-(a/100)))),t.g=Math.max(0,Math.min(255,t.g-Math.round(255*-(a/100)))),t.b=Math.max(0,Math.min(255,t.b-Math.round(255*-(a/100)))),new e(t)},e.prototype.darken=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.l-=a/100,t.l=Dd(t.l),new e(t)},e.prototype.tint=function(a){return a===void 0&&(a=10),this.mix("white",a)},e.prototype.shade=function(a){return a===void 0&&(a=10),this.mix("black",a)},e.prototype.desaturate=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.s-=a/100,t.s=Dd(t.s),new e(t)},e.prototype.saturate=function(a){a===void 0&&(a=10);var t=this.toHsl();return t.s+=a/100,t.s=Dd(t.s),new e(t)},e.prototype.greyscale=function(){return this.desaturate(100)},e.prototype.spin=function(a){var t=this.toHsl(),i=(t.h+a)%360;return t.h=i<0?360+i:i,new e(t)},e.prototype.mix=function(a,t){t===void 0&&(t=50);var i=this.toRgb(),n=new e(a).toRgb(),r=t/100,s={r:(n.r-i.r)*r+i.r,g:(n.g-i.g)*r+i.g,b:(n.b-i.b)*r+i.b,a:(n.a-i.a)*r+i.a};return new e(s)},e.prototype.analogous=function(a,t){a===void 0&&(a=6),t===void 0&&(t=30);var i=this.toHsl(),n=360/t,r=[this];for(i.h=(i.h-(n*a>>1)+720)%360;--a;)i.h=(i.h+n)%360,r.push(new e(i));return r},e.prototype.complement=function(){var a=this.toHsl();return a.h=(a.h+180)%360,new e(a)},e.prototype.monochromatic=function(a){a===void 0&&(a=6);for(var t=this.toHsv(),i=t.h,n=t.s,r=t.v,s=[],o=1/a;a--;)s.push(new e({h:i,s:n,v:r})),r=(r+o)%1;return s},e.prototype.splitcomplement=function(){var a=this.toHsl(),t=a.h;return[this,new e({h:(t+72)%360,s:a.s,l:a.l}),new e({h:(t+216)%360,s:a.s,l:a.l})]},e.prototype.onBackground=function(a){var t=this.toRgb(),i=new e(a).toRgb(),n=t.a+i.a*(1-t.a);return new e({r:(t.r*t.a+i.r*i.a*(1-t.a))/n,g:(t.g*t.a+i.g*i.a*(1-t.a))/n,b:(t.b*t.a+i.b*i.a*(1-t.a))/n,a:n})},e.prototype.triad=function(){return this.polyad(3)},e.prototype.tetrad=function(){return this.polyad(4)},e.prototype.polyad=function(a){for(var t=this.toHsl(),i=t.h,n=[this],r=360/a,s=1;s=60&&Math.round(e.h)<=240?i=t?Math.round(e.h)-Hd*a:Math.round(e.h)+Hd*a:i=t?Math.round(e.h)+Hd*a:Math.round(e.h)-Hd*a,i<0?i+=360:i>=360&&(i-=360),i}function h2(e,a,t){if(e.h===0&&e.s===0)return e.s;var i;return t?i=e.s-g2*a:a===Qy?i=e.s+g2:i=e.s+d9*a,i>1&&(i=1),t&&a===Yy&&i>.1&&(i=.1),i<.06&&(i=.06),Number(i.toFixed(2))}function f2(e,a,t){var i;return t?i=e.v+c9*a:i=e.v-l9*a,i>1&&(i=1),Number(i.toFixed(2))}function Wr(e){for(var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},t=[],i=Yr(e),n=Yy;n>0;n-=1){var r=u2(i),s=jd(Yr({h:m2(r,n,!0),s:h2(r,n,!0),v:f2(r,n,!0)}));t.push(s)}t.push(jd(i));for(var o=1;o<=Qy;o+=1){var d=u2(i),c=jd(Yr({h:m2(d,o),s:h2(d,o),v:f2(d,o)}));t.push(c)}return a.theme==="dark"?g9.map(function(g){var u=g.index,m=g.opacity,b=jd(u9(Yr(a.backgroundColor||"#141414"),Yr(t[u]),m*100));return b}):t}var Ig={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1677FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},uc={},Bg={};Object.keys(Ig).forEach(function(e){uc[e]=Wr(Ig[e]),uc[e].primary=uc[e][5],Bg[e]=Wr(Ig[e],{theme:"dark",backgroundColor:"#141414"}),Bg[e].primary=Bg[e][5]});var m9=uc.blue;const h9=e=>{const{controlHeight:a}=e;return{controlHeightSM:a*.75,controlHeightXS:a*.5,controlHeightLG:a*1.25}};function f9(e){const{sizeUnit:a,sizeStep:t}=e;return{sizeXXL:a*(t+8),sizeXL:a*(t+4),sizeLG:a*(t+2),sizeMD:a*(t+1),sizeMS:a*t,size:a*t,sizeSM:a*(t-1),sizeXS:a*(t-2),sizeXXS:a*(t-3)}}const Xy={blue:"#1677ff",purple:"#722ED1",cyan:"#13C2C2",green:"#52C41A",magenta:"#EB2F96",pink:"#eb2f96",red:"#F5222D",orange:"#FA8C16",yellow:"#FADB14",volcano:"#FA541C",geekblue:"#2F54EB",gold:"#FAAD14",lime:"#A0D911"},b9=Object.assign(Object.assign({},Xy),{colorPrimary:"#1677ff",colorSuccess:"#52c41a",colorWarning:"#faad14",colorError:"#ff4d4f",colorInfo:"#1677ff",colorLink:"",colorTextBase:"",colorBgBase:"",fontFamily:`-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', -'Noto Color Emoji'`,fontFamilyCode:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1,motion:!0}),_o=p9;function y9(e,a){let{generateColorPalettes:t,generateNeutralColorPalettes:i}=a;const{colorSuccess:n,colorWarning:r,colorError:s,colorInfo:o,colorPrimary:d,colorBgBase:l,colorTextBase:g}=e,u=t(d),m=t(n),f=t(r),k=t(s),y=t(o),w=i(l,g),b=e.colorLink||e.colorInfo,h=t(b);return Object.assign(Object.assign({},w),{colorPrimaryBg:u[1],colorPrimaryBgHover:u[2],colorPrimaryBorder:u[3],colorPrimaryBorderHover:u[4],colorPrimaryHover:u[5],colorPrimary:u[6],colorPrimaryActive:u[7],colorPrimaryTextHover:u[8],colorPrimaryText:u[9],colorPrimaryTextActive:u[10],colorSuccessBg:m[1],colorSuccessBgHover:m[2],colorSuccessBorder:m[3],colorSuccessBorderHover:m[4],colorSuccessHover:m[4],colorSuccess:m[6],colorSuccessActive:m[7],colorSuccessTextHover:m[8],colorSuccessText:m[9],colorSuccessTextActive:m[10],colorErrorBg:k[1],colorErrorBgHover:k[2],colorErrorBorder:k[3],colorErrorBorderHover:k[4],colorErrorHover:k[5],colorError:k[6],colorErrorActive:k[7],colorErrorTextHover:k[8],colorErrorText:k[9],colorErrorTextActive:k[10],colorWarningBg:f[1],colorWarningBgHover:f[2],colorWarningBorder:f[3],colorWarningBorderHover:f[4],colorWarningHover:f[4],colorWarning:f[6],colorWarningActive:f[7],colorWarningTextHover:f[8],colorWarningText:f[9],colorWarningTextActive:f[10],colorInfoBg:y[1],colorInfoBgHover:y[2],colorInfoBorder:y[3],colorInfoBorderHover:y[4],colorInfoHover:y[4],colorInfo:y[6],colorInfoActive:y[7],colorInfoTextHover:y[8],colorInfoText:y[9],colorInfoTextActive:y[10],colorLinkHover:h[4],colorLink:h[6],colorLinkActive:h[7],colorBgMask:new At("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}const k9=e=>{let a=e,t=e,i=e,n=e;return e<6&&e>=5?a=e+1:e<16&&e>=6?a=e+2:e>=16&&(a=16),e<7&&e>=5?t=4:e<8&&e>=7?t=5:e<14&&e>=8?t=6:e<16&&e>=14?t=7:e>=16&&(t=8),e<6&&e>=2?i=1:e>=6&&(i=2),e>4&&e<8?n=4:e>=8&&(n=6),{borderRadius:e,borderRadiusXS:i,borderRadiusSM:t,borderRadiusLG:a,borderRadiusOuter:n}};function w9(e){const{motionUnit:a,motionBase:t,borderRadius:i,lineWidth:n}=e;return Object.assign({motionDurationFast:`${(t+a).toFixed(1)}s`,motionDurationMid:`${(t+a*2).toFixed(1)}s`,motionDurationSlow:`${(t+a*3).toFixed(1)}s`,lineWidthBold:n+1},k9(i))}const fn=(e,a)=>new At(e).setAlpha(a).toRgbString(),ao=(e,a)=>new At(e).darken(a).toHexString(),v9=e=>{const a=Br(e);return{1:a[0],2:a[1],3:a[2],4:a[3],5:a[4],6:a[5],7:a[6],8:a[4],9:a[5],10:a[6]}},A9=(e,a)=>{const t=e||"#fff",i=a||"#000";return{colorBgBase:t,colorTextBase:i,colorText:fn(i,.88),colorTextSecondary:fn(i,.65),colorTextTertiary:fn(i,.45),colorTextQuaternary:fn(i,.25),colorFill:fn(i,.15),colorFillSecondary:fn(i,.06),colorFillTertiary:fn(i,.04),colorFillQuaternary:fn(i,.02),colorBgLayout:ao(t,4),colorBgContainer:ao(t,0),colorBgElevated:ao(t,0),colorBgSpotlight:fn(i,.85),colorBgBlur:"transparent",colorBorder:ao(t,15),colorBorderSecondary:ao(t,6)}};function fc(e){return(e+8)/e}function x9(e){const a=new Array(10).fill(null).map((t,i)=>{const n=i-1,r=e*Math.pow(2.71828,n/5),s=i>1?Math.floor(r):Math.ceil(r);return Math.floor(s/2)*2});return a[1]=e,a.map(t=>({size:t,lineHeight:fc(t)}))}const S9=e=>{const a=x9(e),t=a.map(g=>g.size),i=a.map(g=>g.lineHeight),n=t[1],r=t[0],s=t[2],o=i[1],d=i[0],l=i[2];return{fontSizeSM:r,fontSize:n,fontSizeLG:s,fontSizeXL:t[3],fontSizeHeading1:t[6],fontSizeHeading2:t[5],fontSizeHeading3:t[4],fontSizeHeading4:t[3],fontSizeHeading5:t[2],lineHeight:o,lineHeightLG:l,lineHeightSM:d,fontHeight:Math.round(o*n),fontHeightLG:Math.round(l*s),fontHeightSM:Math.round(d*r),lineHeightHeading1:i[6],lineHeightHeading2:i[5],lineHeightHeading3:i[4],lineHeightHeading4:i[3],lineHeightHeading5:i[2]}};function C9(e){const a=Object.keys(t4).map(t=>{const i=Br(e[t]);return new Array(10).fill(1).reduce((n,r,s)=>(n[`${t}-${s+1}`]=i[s],n[`${t}${s+1}`]=i[s],n),{})}).reduce((t,i)=>(t=Object.assign(Object.assign({},t),i),t),{});return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},e),a),y9(e,{generateColorPalettes:v9,generateNeutralColorPalettes:A9})),S9(e.fontSize)),b9(e)),f9(e)),w9(e))}const i4=em(C9),lm={token:_o,override:{override:_o},hashed:!0},n4=Z.createContext(lm),r4="anticon",T9=(e,a)=>a||(e?`ant-${e}`:"ant"),Sa=c.createContext({getPrefixCls:T9,iconPrefixCls:r4}),q9=`-ant-${Date.now()}-${Math.random()}`;function R9(e,a){const t={},i=(s,o)=>{let d=s.clone();return d=(o==null?void 0:o(d))||d,d.toRgbString()},n=(s,o)=>{const d=new At(s),l=Br(d.toRgbString());t[`${o}-color`]=i(d),t[`${o}-color-disabled`]=l[1],t[`${o}-color-hover`]=l[4],t[`${o}-color-active`]=l[6],t[`${o}-color-outline`]=d.clone().setAlpha(.2).toRgbString(),t[`${o}-color-deprecated-bg`]=l[0],t[`${o}-color-deprecated-border`]=l[2]};if(a.primaryColor){n(a.primaryColor,"primary");const s=new At(a.primaryColor),o=Br(s.toRgbString());o.forEach((l,g)=>{t[`primary-${g+1}`]=l}),t["primary-color-deprecated-l-35"]=i(s,l=>l.lighten(35)),t["primary-color-deprecated-l-20"]=i(s,l=>l.lighten(20)),t["primary-color-deprecated-t-20"]=i(s,l=>l.tint(20)),t["primary-color-deprecated-t-50"]=i(s,l=>l.tint(50)),t["primary-color-deprecated-f-12"]=i(s,l=>l.setAlpha(l.getAlpha()*.12));const d=new At(o[0]);t["primary-color-active-deprecated-f-30"]=i(d,l=>l.setAlpha(l.getAlpha()*.3)),t["primary-color-active-deprecated-d-02"]=i(d,l=>l.darken(2))}return a.successColor&&n(a.successColor,"success"),a.warningColor&&n(a.warningColor,"warning"),a.errorColor&&n(a.errorColor,"error"),a.infoColor&&n(a.infoColor,"info"),` +'Noto Color Emoji'`,fontFamilyCode:"'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace",fontSize:14,lineWidth:1,lineType:"solid",motionUnit:.1,motionBase:0,motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",borderRadius:6,sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,zIndexBase:0,zIndexPopupBase:1e3,opacityImage:1,wireframe:!1,motion:!0}),_o=b9;function p9(e,a){let{generateColorPalettes:t,generateNeutralColorPalettes:i}=a;const{colorSuccess:n,colorWarning:r,colorError:s,colorInfo:o,colorPrimary:d,colorBgBase:c,colorTextBase:g}=e,u=t(d),m=t(n),b=t(r),k=t(s),y=t(o),w=i(c,g),f=e.colorLink||e.colorInfo,h=t(f);return Object.assign(Object.assign({},w),{colorPrimaryBg:u[1],colorPrimaryBgHover:u[2],colorPrimaryBorder:u[3],colorPrimaryBorderHover:u[4],colorPrimaryHover:u[5],colorPrimary:u[6],colorPrimaryActive:u[7],colorPrimaryTextHover:u[8],colorPrimaryText:u[9],colorPrimaryTextActive:u[10],colorSuccessBg:m[1],colorSuccessBgHover:m[2],colorSuccessBorder:m[3],colorSuccessBorderHover:m[4],colorSuccessHover:m[4],colorSuccess:m[6],colorSuccessActive:m[7],colorSuccessTextHover:m[8],colorSuccessText:m[9],colorSuccessTextActive:m[10],colorErrorBg:k[1],colorErrorBgHover:k[2],colorErrorBorder:k[3],colorErrorBorderHover:k[4],colorErrorHover:k[5],colorError:k[6],colorErrorActive:k[7],colorErrorTextHover:k[8],colorErrorText:k[9],colorErrorTextActive:k[10],colorWarningBg:b[1],colorWarningBgHover:b[2],colorWarningBorder:b[3],colorWarningBorderHover:b[4],colorWarningHover:b[4],colorWarning:b[6],colorWarningActive:b[7],colorWarningTextHover:b[8],colorWarningText:b[9],colorWarningTextActive:b[10],colorInfoBg:y[1],colorInfoBgHover:y[2],colorInfoBorder:y[3],colorInfoBorderHover:y[4],colorInfoHover:y[4],colorInfo:y[6],colorInfoActive:y[7],colorInfoTextHover:y[8],colorInfoText:y[9],colorInfoTextActive:y[10],colorLinkHover:h[4],colorLink:h[6],colorLinkActive:h[7],colorBgMask:new At("#000").setAlpha(.45).toRgbString(),colorWhite:"#fff"})}const y9=e=>{let a=e,t=e,i=e,n=e;return e<6&&e>=5?a=e+1:e<16&&e>=6?a=e+2:e>=16&&(a=16),e<7&&e>=5?t=4:e<8&&e>=7?t=5:e<14&&e>=8?t=6:e<16&&e>=14?t=7:e>=16&&(t=8),e<6&&e>=2?i=1:e>=6&&(i=2),e>4&&e<8?n=4:e>=8&&(n=6),{borderRadius:e,borderRadiusXS:i,borderRadiusSM:t,borderRadiusLG:a,borderRadiusOuter:n}};function k9(e){const{motionUnit:a,motionBase:t,borderRadius:i,lineWidth:n}=e;return Object.assign({motionDurationFast:`${(t+a).toFixed(1)}s`,motionDurationMid:`${(t+a*2).toFixed(1)}s`,motionDurationSlow:`${(t+a*3).toFixed(1)}s`,lineWidthBold:n+1},y9(i))}const fn=(e,a)=>new At(e).setAlpha(a).toRgbString(),eo=(e,a)=>new At(e).darken(a).toHexString(),w9=e=>{const a=Wr(e);return{1:a[0],2:a[1],3:a[2],4:a[3],5:a[4],6:a[5],7:a[6],8:a[4],9:a[5],10:a[6]}},v9=(e,a)=>{const t=e||"#fff",i=a||"#000";return{colorBgBase:t,colorTextBase:i,colorText:fn(i,.88),colorTextSecondary:fn(i,.65),colorTextTertiary:fn(i,.45),colorTextQuaternary:fn(i,.25),colorFill:fn(i,.15),colorFillSecondary:fn(i,.06),colorFillTertiary:fn(i,.04),colorFillQuaternary:fn(i,.02),colorBgLayout:eo(t,4),colorBgContainer:eo(t,0),colorBgElevated:eo(t,0),colorBgSpotlight:fn(i,.85),colorBgBlur:"transparent",colorBorder:eo(t,15),colorBorderSecondary:eo(t,6)}};function mc(e){return(e+8)/e}function A9(e){const a=new Array(10).fill(null).map((t,i)=>{const n=i-1,r=e*Math.pow(2.71828,n/5),s=i>1?Math.floor(r):Math.ceil(r);return Math.floor(s/2)*2});return a[1]=e,a.map(t=>({size:t,lineHeight:mc(t)}))}const x9=e=>{const a=A9(e),t=a.map(g=>g.size),i=a.map(g=>g.lineHeight),n=t[1],r=t[0],s=t[2],o=i[1],d=i[0],c=i[2];return{fontSizeSM:r,fontSize:n,fontSizeLG:s,fontSizeXL:t[3],fontSizeHeading1:t[6],fontSizeHeading2:t[5],fontSizeHeading3:t[4],fontSizeHeading4:t[3],fontSizeHeading5:t[2],lineHeight:o,lineHeightLG:c,lineHeightSM:d,fontHeight:Math.round(o*n),fontHeightLG:Math.round(c*s),fontHeightSM:Math.round(d*r),lineHeightHeading1:i[6],lineHeightHeading2:i[5],lineHeightHeading3:i[4],lineHeightHeading4:i[3],lineHeightHeading5:i[2]}};function S9(e){const a=Object.keys(Xy).map(t=>{const i=Wr(e[t]);return new Array(10).fill(1).reduce((n,r,s)=>(n[`${t}-${s+1}`]=i[s],n[`${t}${s+1}`]=i[s],n),{})}).reduce((t,i)=>(t=Object.assign(Object.assign({},t),i),t),{});return Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},e),a),p9(e,{generateColorPalettes:w9,generateNeutralColorPalettes:v9})),x9(e.fontSize)),f9(e)),h9(e)),k9(e))}const e4=am(S9),gm={token:_o,override:{override:_o},hashed:!0},a4=K.createContext(gm),t4="anticon",C9=(e,a)=>a||(e?`ant-${e}`:"ant"),Ra=l.createContext({getPrefixCls:C9,iconPrefixCls:t4}),T9=`-ant-${Date.now()}-${Math.random()}`;function q9(e,a){const t={},i=(s,o)=>{let d=s.clone();return d=(o==null?void 0:o(d))||d,d.toRgbString()},n=(s,o)=>{const d=new At(s),c=Wr(d.toRgbString());t[`${o}-color`]=i(d),t[`${o}-color-disabled`]=c[1],t[`${o}-color-hover`]=c[4],t[`${o}-color-active`]=c[6],t[`${o}-color-outline`]=d.clone().setAlpha(.2).toRgbString(),t[`${o}-color-deprecated-bg`]=c[0],t[`${o}-color-deprecated-border`]=c[2]};if(a.primaryColor){n(a.primaryColor,"primary");const s=new At(a.primaryColor),o=Wr(s.toRgbString());o.forEach((c,g)=>{t[`primary-${g+1}`]=c}),t["primary-color-deprecated-l-35"]=i(s,c=>c.lighten(35)),t["primary-color-deprecated-l-20"]=i(s,c=>c.lighten(20)),t["primary-color-deprecated-t-20"]=i(s,c=>c.tint(20)),t["primary-color-deprecated-t-50"]=i(s,c=>c.tint(50)),t["primary-color-deprecated-f-12"]=i(s,c=>c.setAlpha(c.getAlpha()*.12));const d=new At(o[0]);t["primary-color-active-deprecated-f-30"]=i(d,c=>c.setAlpha(c.getAlpha()*.3)),t["primary-color-active-deprecated-d-02"]=i(d,c=>c.darken(2))}return a.successColor&&n(a.successColor,"success"),a.warningColor&&n(a.warningColor,"warning"),a.errorColor&&n(a.errorColor,"error"),a.infoColor&&n(a.infoColor,"info"),` :root { ${Object.keys(t).map(s=>`--${e}-${s}: ${t[s]};`).join(` `)} } - `.trim()}function z9(e,a){const t=R9(e,a);ai()&&Tn(t,`${q9}-dynamic-theme`)}const gm=c.createContext(!1),M9=e=>{let{children:a,disabled:t}=e;const i=c.useContext(gm);return c.createElement(gm.Provider,{value:t??i},a)},or=gm,um=c.createContext(void 0),P9=e=>{let{children:a,size:t}=e;const i=c.useContext(um);return c.createElement(um.Provider,{value:t||i},a)},Nl=um;function E9(){const e=c.useContext(or),a=c.useContext(Nl);return{componentDisabled:e,componentSize:a}}const Kc=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"],W9="5.15.1";function Bg(e){return e>=0&&e<=255}function Gd(e,a){const{r:t,g:i,b:n,a:r}=new At(e).toRgb();if(r<1)return e;const{r:s,g:o,b:d}=new At(a).toRgb();for(let l=.01;l<=1;l+=.01){const g=Math.round((t-s*(1-l))/l),u=Math.round((i-o*(1-l))/l),m=Math.round((n-d*(1-l))/l);if(Bg(g)&&Bg(u)&&Bg(m))return new At({r:g,g:u,b:m,a:Math.round(l*100)/100}).toRgbString()}return new At({r:t,g:i,b:n,a:1}).toRgbString()}var I9=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{delete i[m]});const n=Object.assign(Object.assign({},t),i),r=480,s=576,o=768,d=992,l=1200,g=1600;if(n.motion===!1){const m="0s";n.motionDurationFast=m,n.motionDurationMid=m,n.motionDurationSlow=m}return Object.assign(Object.assign(Object.assign({},n),{colorFillContent:n.colorFillSecondary,colorFillContentHover:n.colorFill,colorFillAlter:n.colorFillQuaternary,colorBgContainerDisabled:n.colorFillTertiary,colorBorderBg:n.colorBgContainer,colorSplit:Gd(n.colorBorderSecondary,n.colorBgContainer),colorTextPlaceholder:n.colorTextQuaternary,colorTextDisabled:n.colorTextQuaternary,colorTextHeading:n.colorText,colorTextLabel:n.colorTextSecondary,colorTextDescription:n.colorTextTertiary,colorTextLightSolid:n.colorWhite,colorHighlight:n.colorError,colorBgTextHover:n.colorFillSecondary,colorBgTextActive:n.colorFill,colorIcon:n.colorTextTertiary,colorIconHover:n.colorText,colorErrorOutline:Gd(n.colorErrorBg,n.colorBgContainer),colorWarningOutline:Gd(n.colorWarningBg,n.colorBgContainer),fontSizeIcon:n.fontSizeSM,lineWidthFocus:n.lineWidth*4,lineWidth:n.lineWidth,controlOutlineWidth:n.lineWidth*2,controlInteractiveSize:n.controlHeight/2,controlItemBgHover:n.colorFillTertiary,controlItemBgActive:n.colorPrimaryBg,controlItemBgActiveHover:n.colorPrimaryBgHover,controlItemBgActiveDisabled:n.colorFill,controlTmpOutline:n.colorFillQuaternary,controlOutline:Gd(n.colorPrimaryBg,n.colorBgContainer),lineType:n.lineType,borderRadius:n.borderRadius,borderRadiusXS:n.borderRadiusXS,borderRadiusSM:n.borderRadiusSM,borderRadiusLG:n.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:n.sizeXXS,paddingXS:n.sizeXS,paddingSM:n.sizeSM,padding:n.size,paddingMD:n.sizeMD,paddingLG:n.sizeLG,paddingXL:n.sizeXL,paddingContentHorizontalLG:n.sizeLG,paddingContentVerticalLG:n.sizeMS,paddingContentHorizontal:n.sizeMS,paddingContentVertical:n.sizeSM,paddingContentHorizontalSM:n.size,paddingContentVerticalSM:n.sizeXS,marginXXS:n.sizeXXS,marginXS:n.sizeXS,marginSM:n.sizeSM,margin:n.size,marginMD:n.sizeMD,marginLG:n.sizeLG,marginXL:n.sizeXL,marginXXL:n.sizeXXL,boxShadow:` + `.trim()}function R9(e,a){const t=q9(e,a);ei()&&qn(t,`${T9}-dynamic-theme`)}const um=l.createContext(!1),z9=e=>{let{children:a,disabled:t}=e;const i=l.useContext(um);return l.createElement(um.Provider,{value:t??i},a)},rr=um,mm=l.createContext(void 0),M9=e=>{let{children:a,size:t}=e;const i=l.useContext(mm);return l.createElement(mm.Provider,{value:t||i},a)},Hl=mm;function P9(){const e=l.useContext(rr),a=l.useContext(Hl);return{componentDisabled:e,componentSize:a}}const Vc=["blue","purple","cyan","green","magenta","pink","red","orange","yellow","volcano","geekblue","lime","gold"],E9="5.15.2";function Fg(e){return e>=0&&e<=255}function Ld(e,a){const{r:t,g:i,b:n,a:r}=new At(e).toRgb();if(r<1)return e;const{r:s,g:o,b:d}=new At(a).toRgb();for(let c=.01;c<=1;c+=.01){const g=Math.round((t-s*(1-c))/c),u=Math.round((i-o*(1-c))/c),m=Math.round((n-d*(1-c))/c);if(Fg(g)&&Fg(u)&&Fg(m))return new At({r:g,g:u,b:m,a:Math.round(c*100)/100}).toRgbString()}return new At({r:t,g:i,b:n,a:1}).toRgbString()}var W9=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{delete i[m]});const n=Object.assign(Object.assign({},t),i),r=480,s=576,o=768,d=992,c=1200,g=1600;if(n.motion===!1){const m="0s";n.motionDurationFast=m,n.motionDurationMid=m,n.motionDurationSlow=m}return Object.assign(Object.assign(Object.assign({},n),{colorFillContent:n.colorFillSecondary,colorFillContentHover:n.colorFill,colorFillAlter:n.colorFillQuaternary,colorBgContainerDisabled:n.colorFillTertiary,colorBorderBg:n.colorBgContainer,colorSplit:Ld(n.colorBorderSecondary,n.colorBgContainer),colorTextPlaceholder:n.colorTextQuaternary,colorTextDisabled:n.colorTextQuaternary,colorTextHeading:n.colorText,colorTextLabel:n.colorTextSecondary,colorTextDescription:n.colorTextTertiary,colorTextLightSolid:n.colorWhite,colorHighlight:n.colorError,colorBgTextHover:n.colorFillSecondary,colorBgTextActive:n.colorFill,colorIcon:n.colorTextTertiary,colorIconHover:n.colorText,colorErrorOutline:Ld(n.colorErrorBg,n.colorBgContainer),colorWarningOutline:Ld(n.colorWarningBg,n.colorBgContainer),fontSizeIcon:n.fontSizeSM,lineWidthFocus:n.lineWidth*4,lineWidth:n.lineWidth,controlOutlineWidth:n.lineWidth*2,controlInteractiveSize:n.controlHeight/2,controlItemBgHover:n.colorFillTertiary,controlItemBgActive:n.colorPrimaryBg,controlItemBgActiveHover:n.colorPrimaryBgHover,controlItemBgActiveDisabled:n.colorFill,controlTmpOutline:n.colorFillQuaternary,controlOutline:Ld(n.colorPrimaryBg,n.colorBgContainer),lineType:n.lineType,borderRadius:n.borderRadius,borderRadiusXS:n.borderRadiusXS,borderRadiusSM:n.borderRadiusSM,borderRadiusLG:n.borderRadiusLG,fontWeightStrong:600,opacityLoading:.65,linkDecoration:"none",linkHoverDecoration:"none",linkFocusDecoration:"none",controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingXXS:n.sizeXXS,paddingXS:n.sizeXS,paddingSM:n.sizeSM,padding:n.size,paddingMD:n.sizeMD,paddingLG:n.sizeLG,paddingXL:n.sizeXL,paddingContentHorizontalLG:n.sizeLG,paddingContentVerticalLG:n.sizeMS,paddingContentHorizontal:n.sizeMS,paddingContentVertical:n.sizeSM,paddingContentHorizontalSM:n.size,paddingContentVerticalSM:n.sizeXS,marginXXS:n.sizeXXS,marginXS:n.sizeXS,marginSM:n.sizeSM,margin:n.size,marginMD:n.sizeMD,marginLG:n.sizeLG,marginXL:n.sizeXL,marginXXL:n.sizeXXL,boxShadow:` 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05) @@ -76,7 +106,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02) - `,screenXS:r,screenXSMin:r,screenXSMax:s-1,screenSM:s,screenSMMin:s,screenSMMax:o-1,screenMD:o,screenMDMin:o,screenMDMax:d-1,screenLG:d,screenLGMin:d,screenLGMax:l-1,screenXL:l,screenXLMin:l,screenXLMax:g-1,screenXXL:g,screenXXLMin:g,boxShadowPopoverArrow:"2px 2px 5px rgba(0, 0, 0, 0.05)",boxShadowCard:` + `,screenXS:r,screenXSMin:r,screenXSMax:s-1,screenSM:s,screenSMMin:s,screenSMMax:o-1,screenMD:o,screenMDMin:o,screenMDMax:d-1,screenLG:d,screenLGMin:d,screenLGMax:c-1,screenXL:c,screenXLMin:c,screenXLMax:g-1,screenXXL:g,screenXXLMin:g,boxShadowPopoverArrow:"2px 2px 5px rgba(0, 0, 0, 0.05)",boxShadowCard:` 0 1px 2px -2px ${new At("rgba(0, 0, 0, 0.16)").toRgbString()}, 0 3px 6px 0 ${new At("rgba(0, 0, 0, 0.12)").toRgbString()}, 0 5px 12px 4px ${new At("rgba(0, 0, 0, 0.09)").toRgbString()} @@ -96,7 +126,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho 0 -6px 16px 0 rgba(0, 0, 0, 0.08), 0 -3px 6px -4px rgba(0, 0, 0, 0.12), 0 -9px 28px 8px rgba(0, 0, 0, 0.05) - `,boxShadowTabsOverflowLeft:"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowRight:"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowTop:"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowBottom:"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"}),i)}var p2=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const i=t.getDerivativeToken(e),{override:n}=a,r=p2(a,["override"]);let s=Object.assign(Object.assign({},i),{override:n});return s=s4(s),r&&Object.entries(r).forEach(o=>{let[d,l]=o;const{theme:g}=l,u=p2(l,["theme"]);let m=u;g&&(m=c4(Object.assign(Object.assign({},s),u),{override:u},g)),s[d]=m}),s};function ti(){const{token:e,hashed:a,theme:t,override:i,cssVar:n}=Z.useContext(n4),r=`${W9}-${a||""}`,s=t||i4,[o,d,l]=d5(s,[_o,e],{salt:r,override:i,getComputedToken:c4,formatToken:s4,cssVar:n&&{prefix:n.prefix,key:n.key,unitless:o4,ignore:d4,preserve:B9}});return[s,l,a?d:"",o,n]}function oi(e){var a=c.useRef();a.current=e;var t=c.useCallback(function(){for(var i,n=arguments.length,r=new Array(n),s=0;s1&&arguments[1]!==void 0?arguments[1]:!1;return{boxSizing:"border-box",margin:0,padding:0,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight,listStyle:"none",fontFamily:a?"inherit":e.fontFamily}},od=()=>({display:"inline-flex",alignItems:"center",color:"inherit",fontStyle:"normal",lineHeight:0,textAlign:"center",textTransform:"none",verticalAlign:"-0.125em",textRendering:"optimizeLegibility","-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","> *":{lineHeight:1},svg:{display:"inline-block"}}),F9=()=>({"&::before":{display:"table",content:'""'},"&::after":{display:"table",clear:"both",content:'""'}}),D9=e=>({a:{color:e.colorLink,textDecoration:e.linkDecoration,backgroundColor:"transparent",outline:"none",cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"-webkit-text-decoration-skip":"objects","&:hover":{color:e.colorLinkHover},"&:active":{color:e.colorLinkActive},"&:active,\n &:hover":{textDecoration:e.linkHoverDecoration,outline:0},"&:focus":{textDecoration:e.linkFocusDecoration,outline:0},"&[disabled]":{color:e.colorTextDisabled,cursor:"not-allowed"}}}),N9=(e,a,t)=>{const{fontFamily:i,fontSize:n}=e,r=`[class^="${a}"], [class*=" ${a}"]`;return{[t?`.${t}`:r]:{fontFamily:i,fontSize:n,boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"},[r]:{boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"}}}}},hm=e=>({outline:`${re(e.lineWidthFocus)} solid ${e.colorPrimaryBorder}`,outlineOffset:1,transition:"outline-offset 0s, outline 0s"}),eh=e=>({"&:focus-visible":Object.assign({},hm(e))});function l4(e,a,t){return a=Es(a),wy(e,G1()?Reflect.construct(a,t||[],Es(e).constructor):a.apply(e,t))}let H9=Kt(function e(){_t(this,e)});const g4=H9;let j9=function(e){Gs(a,e);function a(t){var i;return _t(this,a),i=l4(this,a),i.result=0,t instanceof a?i.result=t.result:typeof t=="number"&&(i.result=t),i}return Kt(a,[{key:"add",value:function(i){return i instanceof a?this.result+=i.result:typeof i=="number"&&(this.result+=i),this}},{key:"sub",value:function(i){return i instanceof a?this.result-=i.result:typeof i=="number"&&(this.result-=i),this}},{key:"mul",value:function(i){return i instanceof a?this.result*=i.result:typeof i=="number"&&(this.result*=i),this}},{key:"div",value:function(i){return i instanceof a?this.result/=i.result:typeof i=="number"&&(this.result/=i),this}},{key:"equal",value:function(){return this.result}}]),a}(g4);const u4="CALC_UNIT";function Dg(e){return typeof e=="number"?`${e}${u4}`:e}let L9=function(e){Gs(a,e);function a(t){var i;return _t(this,a),i=l4(this,a),i.result="",t instanceof a?i.result=`(${t.result})`:typeof t=="number"?i.result=Dg(t):typeof t=="string"&&(i.result=t),i}return Kt(a,[{key:"add",value:function(i){return i instanceof a?this.result=`${this.result} + ${i.getResult()}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} + ${Dg(i)}`),this.lowPriority=!0,this}},{key:"sub",value:function(i){return i instanceof a?this.result=`${this.result} - ${i.getResult()}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} - ${Dg(i)}`),this.lowPriority=!0,this}},{key:"mul",value:function(i){return this.lowPriority&&(this.result=`(${this.result})`),i instanceof a?this.result=`${this.result} * ${i.getResult(!0)}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} * ${i}`),this.lowPriority=!1,this}},{key:"div",value:function(i){return this.lowPriority&&(this.result=`(${this.result})`),i instanceof a?this.result=`${this.result} / ${i.getResult(!0)}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} / ${i}`),this.lowPriority=!1,this}},{key:"getResult",value:function(i){return this.lowPriority||i?`(${this.result})`:this.result}},{key:"equal",value:function(i){const{unit:n=!0}=i||{},r=new RegExp(`${u4}`,"g");return this.result=this.result.replace(r,n?"px":""),typeof this.lowPriority<"u"?`calc(${this.result})`:this.result}}]),a}(g4);const O9=e=>{const a=e==="css"?L9:j9;return t=>new a(t)};function G9(e){return e==="js"?{max:Math.max,min:Math.min}:{max:function(){for(var a=arguments.length,t=new Array(a),i=0;ire(n)).join(",")})`},min:function(){for(var a=arguments.length,t=new Array(a),i=0;ire(n)).join(",")})`}}}const m4=typeof CSSINJS_STATISTIC<"u";let fm=!0;function Xa(){for(var e=arguments.length,a=new Array(e),t=0;t{Object.keys(n).forEach(s=>{Object.defineProperty(i,s,{configurable:!0,enumerable:!0,get:()=>n[s]})})}),fm=!0,i}const y2={};function $9(){}const U9=e=>{let a,t=e,i=$9;return m4&&typeof Proxy<"u"&&(a=new Set,t=new Proxy(e,{get(n,r){return fm&&a.add(r),n[r]}}),i=(n,r)=>{var s;y2[n]={global:Array.from(a),component:Object.assign(Object.assign({},(s=y2[n])===null||s===void 0?void 0:s.component),r)}}),{token:t,keys:a,flush:i}},h4=(e,a)=>{const[t,i]=ti();return sm({theme:t,token:i,hashId:"",path:["ant-design-icons",e],nonce:()=>a==null?void 0:a.nonce},()=>[{[`.${e}`]:Object.assign(Object.assign({},od()),{[`.${e} .${e}-icon`]:{display:"block"}})}])},f4=(e,a,t)=>{var i;return typeof t=="function"?t(Xa(a,(i=a[e])!==null&&i!==void 0?i:{})):t??{}},b4=(e,a,t,i)=>{const n=Object.assign({},a[e]);if(i!=null&&i.deprecatedTokens){const{deprecatedTokens:s}=i;s.forEach(o=>{let[d,l]=o;var g;(n!=null&&n[d]||n!=null&&n[l])&&((g=n[l])!==null&&g!==void 0||(n[l]=n==null?void 0:n[d]))})}const r=Object.assign(Object.assign({},t),n);return Object.keys(r).forEach(s=>{r[s]===a[s]&&delete r[s]}),r},V9=(e,a)=>`${[a,e.replace(/([A-Z]+)([A-Z][a-z]+)/g,"$1-$2").replace(/([a-z])([A-Z])/g,"$1-$2")].filter(Boolean).join("-")}`;function ah(e,a,t){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const n=Array.isArray(e)?e:[e,e],[r]=n,s=n.join("-");return function(o){let d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:o;const[l,g,u,m,f]=ti(),{getPrefixCls:k,iconPrefixCls:y,csp:w}=c.useContext(Sa),b=k(),h=f?"css":"js",p=O9(h),{max:v,min:x}=G9(h),S={theme:l,token:m,hashId:u,nonce:()=>w==null?void 0:w.nonce,clientOnly:i.clientOnly,order:i.order||-999};return sm(Object.assign(Object.assign({},S),{clientOnly:!1,path:["Shared",b]}),()=>[{"&":D9(m)}]),h4(y,w),[sm(Object.assign(Object.assign({},S),{path:[s,o,y]}),()=>{if(i.injectStyle===!1)return[];const{token:T,flush:q}=U9(m),z=f4(r,g,t),W=`.${o}`,H=b4(r,g,z,{deprecatedTokens:i.deprecatedTokens});f&&Object.keys(z).forEach(B=>{z[B]=`var(${Ey(B,V9(r,f.prefix))})`});const D=Xa(T,{componentCls:W,prefixCls:o,iconCls:`.${y}`,antCls:`.${b}`,calc:p,max:v,min:x},f?z:H),M=a(D,{hashId:u,prefixCls:o,rootPrefixCls:b,iconPrefixCls:y});return q(r,H),[i.resetStyle===!1?null:N9(D,o,d),M]}),u]}}const Hl=(e,a,t,i)=>{const n=ah(e,a,t,Object.assign({resetStyle:!1,order:-998},i));return s=>{let{prefixCls:o,rootCls:d=o}=s;return n(o,d),null}},_9=(e,a,t)=>{function i(l){return`${e}${l.slice(0,1).toUpperCase()}${l.slice(1)}`}const{unitless:n={},injectStyle:r=!0}=t??{},s={[i("zIndexPopup")]:!0};Object.keys(n).forEach(l=>{s[i(l)]=n[l]});const o=l=>{let{rootCls:g,cssVar:u}=l;const[,m]=ti();return F5({path:[e],prefix:u.prefix,key:u==null?void 0:u.key,unitless:Object.assign(Object.assign({},o4),s),ignore:d4,token:m,scope:g},()=>{const f=f4(e,m,a),k=b4(e,m,f,{deprecatedTokens:t==null?void 0:t.deprecatedTokens});return Object.keys(f).forEach(y=>{k[i(y)]=k[y],delete k[y]}),k}),null};return l=>{const[,,,,g]=ti();return[u=>r&&g?Z.createElement(Z.Fragment,null,Z.createElement(o,{rootCls:l,cssVar:g,component:e}),u):u,g==null?void 0:g.key]}},Zt=(e,a,t,i)=>{const n=ah(e,a,t,i),r=_9(Array.isArray(e)?e[0]:e,t,i);return function(s){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:s;const[,d]=n(s,o),[l,g]=r(o);return[l,d,g]}};function p4(e,a){return Kc.reduce((t,i)=>{const n=e[`${i}1`],r=e[`${i}3`],s=e[`${i}6`],o=e[`${i}7`];return Object.assign(Object.assign({},t),a(i,{lightColor:n,lightBorderColor:r,darkColor:s,textColor:o}))},{})}const K9=Object.assign({},rl),{useId:k2}=K9,Z9=()=>"",J9=typeof k2>"u"?Z9:k2;function Y9(e,a,t){var i;Zy();const n=e||{},r=n.inherit===!1||!a?Object.assign(Object.assign({},lm),{hashed:(i=a==null?void 0:a.hashed)!==null&&i!==void 0?i:lm.hashed,cssVar:a==null?void 0:a.cssVar}):a,s=J9();return Pl(()=>{var o,d;if(!e)return a;const l=Object.assign({},r.components);Object.keys(e.components||{}).forEach(m=>{l[m]=Object.assign(Object.assign({},l[m]),e.components[m])});const g=`css-var-${s.replace(/:/g,"")}`,u=((o=n.cssVar)!==null&&o!==void 0?o:r.cssVar)&&Object.assign(Object.assign(Object.assign({prefix:t==null?void 0:t.prefixCls},typeof r.cssVar=="object"?r.cssVar:{}),typeof n.cssVar=="object"?n.cssVar:{}),{key:typeof n.cssVar=="object"&&((d=n.cssVar)===null||d===void 0?void 0:d.key)||g});return Object.assign(Object.assign(Object.assign({},r),n),{token:Object.assign(Object.assign({},r.token),n.token),components:l,cssVar:u})},[n,r],(o,d)=>o.some((l,g)=>{const u=d[g];return!_1(l,u,!0)}))}var Q9=["children"],y4=c.createContext({});function X9(e){var a=e.children,t=Ma(e,Q9);return c.createElement(y4.Provider,{value:t},a)}var e7=function(e){Gs(t,e);var a=Wl(t);function t(){return _t(this,t),a.apply(this,arguments)}return Kt(t,[{key:"render",value:function(){return this.props.children}}]),t}(c.Component),ur="none",$d="appear",Ud="enter",Vd="leave",w2="none",Vi="prepare",ms="start",hs="active",th="end",k4="prepared";function v2(e,a){var t={};return t[e.toLowerCase()]=a.toLowerCase(),t["Webkit".concat(e)]="webkit".concat(a),t["Moz".concat(e)]="moz".concat(a),t["ms".concat(e)]="MS".concat(a),t["O".concat(e)]="o".concat(a.toLowerCase()),t}function a7(e,a){var t={animationend:v2("Animation","AnimationEnd"),transitionend:v2("Transition","TransitionEnd")};return e&&("AnimationEvent"in a||delete t.animationend.animation,"TransitionEvent"in a||delete t.transitionend.transition),t}var t7=a7(ai(),typeof window<"u"?window:{}),w4={};if(ai()){var i7=document.createElement("div");w4=i7.style}var _d={};function v4(e){if(_d[e])return _d[e];var a=t7[e];if(a)for(var t=Object.keys(a),i=t.length,n=0;n1&&arguments[1]!==void 0?arguments[1]:2;a();var r=Za(function(){n<=1?i({isCanceled:function(){return r!==e.current}}):t(i,n-1)});e.current=r}return c.useEffect(function(){return function(){a()}},[]),[t,a]};var s7=[Vi,ms,hs,th],o7=[Vi,k4],T4=!1,d7=!0;function q4(e){return e===hs||e===th}const c7=function(e,a,t){var i=As(w2),n=Q(i,2),r=n[0],s=n[1],o=r7(),d=Q(o,2),l=d[0],g=d[1];function u(){s(Vi,!0)}var m=a?o7:s7;return C4(function(){if(r!==w2&&r!==th){var f=m.indexOf(r),k=m[f+1],y=t(r);y===T4?s(k,!0):k&&l(function(w){function b(){w.isCanceled()||s(k,!0)}y===!0?b():Promise.resolve(y).then(b)})}},[e,r]),c.useEffect(function(){return function(){g()}},[]),[u,r]};function l7(e,a,t,i){var n=i.motionEnter,r=n===void 0?!0:n,s=i.motionAppear,o=s===void 0?!0:s,d=i.motionLeave,l=d===void 0?!0:d,g=i.motionDeadline,u=i.motionLeaveImmediately,m=i.onAppearPrepare,f=i.onEnterPrepare,k=i.onLeavePrepare,y=i.onAppearStart,w=i.onEnterStart,b=i.onLeaveStart,h=i.onAppearActive,p=i.onEnterActive,v=i.onLeaveActive,x=i.onAppearEnd,S=i.onEnterEnd,A=i.onLeaveEnd,T=i.onVisibleChanged,q=As(),z=Q(q,2),W=z[0],H=z[1],D=As(ur),M=Q(D,2),B=M[0],F=M[1],P=As(null),C=Q(P,2),N=C[0],j=C[1],L=c.useRef(!1),K=c.useRef(null);function X(){return t()}var te=c.useRef(!1);function ee(){F(ur,!0),j(null,!0)}function we(oe){var ae=X();if(!(oe&&!oe.deadline&&oe.target!==ae)){var de=te.current,ye;B===$d&&de?ye=x==null?void 0:x(ae,oe):B===Ud&&de?ye=S==null?void 0:S(ae,oe):B===Vd&&de&&(ye=A==null?void 0:A(ae,oe)),B!==ur&&de&&ye!==!1&&ee()}}var fe=n7(we),ve=Q(fe,1),be=ve[0],Y=function(ae){var de,ye,ke;switch(ae){case $d:return de={},G(de,Vi,m),G(de,ms,y),G(de,hs,h),de;case Ud:return ye={},G(ye,Vi,f),G(ye,ms,w),G(ye,hs,p),ye;case Vd:return ke={},G(ke,Vi,k),G(ke,ms,b),G(ke,hs,v),ke;default:return{}}},J=c.useMemo(function(){return Y(B)},[B]),me=c7(B,!e,function(oe){if(oe===Vi){var ae=J[Vi];return ae?ae(X()):T4}if(ie in J){var de;j(((de=J[ie])===null||de===void 0?void 0:de.call(J,X(),null))||null)}return ie===hs&&(be(X()),g>0&&(clearTimeout(K.current),K.current=setTimeout(function(){we({deadline:!0})},g))),ie===k4&&ee(),d7}),Se=Q(me,2),ce=Se[0],ie=Se[1],Re=q4(ie);te.current=Re,C4(function(){H(a);var oe=L.current;L.current=!0;var ae;!oe&&a&&o&&(ae=$d),oe&&a&&r&&(ae=Ud),(oe&&!a&&l||!oe&&u&&!a&&l)&&(ae=Vd);var de=Y(ae);ae&&(e||de[Vi])?(F(ae),ce()):F(ur)},[a]),c.useEffect(function(){(B===$d&&!o||B===Ud&&!r||B===Vd&&!l)&&F(ur)},[o,r,l]),c.useEffect(function(){return function(){L.current=!1,clearTimeout(K.current)}},[]);var Ie=c.useRef(!1);c.useEffect(function(){W&&(Ie.current=!0),W!==void 0&&B===ur&&((Ie.current||W)&&(T==null||T(W)),Ie.current=!0)},[W,B]);var Me=N;return J[Vi]&&ie===ms&&(Me=_({transition:"none"},Me)),[B,ie,Me,W??a]}function g7(e){var a=e;pa(e)==="object"&&(a=e.transitionSupport);function t(n,r){return!!(n.motionName&&a&&r!==!1)}var i=c.forwardRef(function(n,r){var s=n.visible,o=s===void 0?!0:s,d=n.removeOnLeave,l=d===void 0?!0:d,g=n.forceRender,u=n.children,m=n.motionName,f=n.leavedClassName,k=n.eventProps,y=c.useContext(y4),w=y.motion,b=t(n,w),h=c.useRef(),p=c.useRef();function v(){try{return h.current instanceof HTMLElement?h.current:vo(p.current)}catch{return null}}var x=l7(b,o,v,n),S=Q(x,4),A=S[0],T=S[1],q=S[2],z=S[3],W=c.useRef(z);z&&(W.current=!0);var H=c.useCallback(function(j){h.current=j,O1(r,j)},[r]),D,M=_(_({},k),{},{visible:o});if(!u)D=null;else if(A===ur)z?D=u(_({},M),H):!l&&W.current&&f?D=u(_(_({},M),{},{className:f}),H):g||!l&&!f?D=u(_(_({},M),{},{style:{display:"none"}}),H):D=null;else{var B,F;T===Vi?F="prepare":q4(T)?F="active":T===ms&&(F="start");var P=S2(m,"".concat(A,"-").concat(F));D=u(_(_({},M),{},{className:se(S2(m,A),(B={},G(B,P,P&&F),G(B,m,typeof m=="string"),B)),style:q}),H)}if(c.isValidElement(D)&&sd(D)){var C=D,N=C.ref;N||(D=c.cloneElement(D,{ref:H}))}return c.createElement(e7,{ref:p},D)});return i.displayName="CSSMotion",i}const ar=g7(S4);var bm="add",pm="keep",ym="remove",Ng="removed";function u7(e){var a;return e&&pa(e)==="object"&&"key"in e?a=e:a={key:e},_(_({},a),{},{key:String(a.key)})}function km(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return e.map(u7)}function m7(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=[],i=0,n=a.length,r=km(e),s=km(a);r.forEach(function(l){for(var g=!1,u=i;u1});return d.forEach(function(l){t=t.filter(function(g){var u=g.key,m=g.status;return u!==l||m!==ym}),t.forEach(function(g){g.key===l&&(g.status=pm)})}),t}var h7=["component","children","onVisibleChanged","onAllRemoved"],f7=["status"],b7=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function p7(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:ar,t=function(i){Gs(r,i);var n=Wl(r);function r(){var s;_t(this,r);for(var o=arguments.length,d=new Array(o),l=0;lnull;var w7=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);na.endsWith("Color"))}const C7=e=>{const{prefixCls:a,iconPrefixCls:t,theme:i,holderRender:n}=e;a!==void 0&&(R4=a),i&&S7(i)&&z9(x7(),i)},T7=e=>{const{children:a,csp:t,autoInsertSpaceInButton:i,alert:n,anchor:r,form:s,locale:o,componentSize:d,direction:l,space:g,virtual:u,dropdownMatchSelectWidth:m,popupMatchSelectWidth:f,popupOverflow:k,legacyLocale:y,parentContext:w,iconPrefixCls:b,theme:h,componentDisabled:p,segmented:v,statistic:x,spin:S,calendar:A,carousel:T,cascader:q,collapse:z,typography:W,checkbox:H,descriptions:D,divider:M,drawer:B,skeleton:F,steps:P,image:C,layout:N,list:j,mentions:L,modal:K,progress:X,result:te,slider:ee,breadcrumb:we,menu:fe,pagination:ve,input:be,textArea:Y,empty:J,badge:me,radio:Se,rate:ce,switch:ie,transfer:Re,avatar:Ie,message:Me,tag:oe,table:ae,card:de,tabs:ye,timeline:ke,timePicker:Pe,upload:Xe,notification:Je,tree:ca,colorPicker:Qe,datePicker:Ne,rangePicker:Ke,flex:Fe,wave:Ra,dropdown:na,warning:va,tour:za}=e,la=c.useCallback((Ce,ze)=>{const{prefixCls:ea}=e;if(ze)return ze;const ha=ea||w.getPrefixCls("");return Ce?`${ha}-${Ce}`:ha},[w.getPrefixCls,e.prefixCls]),ua=b||w.iconPrefixCls||r4,oa=t||w.csp;h4(ua,oa);const wa=Y9(h,w.theme,{prefixCls:la("")}),ma={csp:oa,autoInsertSpaceInButton:i,alert:n,anchor:r,locale:o||y,direction:l,space:g,virtual:u,popupMatchSelectWidth:f??m,popupOverflow:k,getPrefixCls:la,iconPrefixCls:ua,theme:wa,segmented:v,statistic:x,spin:S,calendar:A,carousel:T,cascader:q,collapse:z,typography:W,checkbox:H,descriptions:D,divider:M,drawer:B,skeleton:F,steps:P,image:C,input:be,textArea:Y,layout:N,list:j,mentions:L,modal:K,progress:X,result:te,slider:ee,breadcrumb:we,menu:fe,pagination:ve,empty:J,badge:me,radio:Se,rate:ce,switch:ie,transfer:Re,avatar:Ie,message:Me,tag:oe,table:ae,card:de,tabs:ye,timeline:ke,timePicker:Pe,upload:Xe,notification:Je,tree:ca,colorPicker:Qe,datePicker:Ne,rangePicker:Ke,flex:Fe,wave:Ra,dropdown:na,warning:va,tour:za},Ia=Object.assign({},w);Object.keys(ma).forEach(Ce=>{ma[Ce]!==void 0&&(Ia[Ce]=ma[Ce])}),v7.forEach(Ce=>{const ze=e[Ce];ze&&(Ia[Ce]=ze)});const Ba=Pl(()=>Ia,Ia,(Ce,ze)=>{const ea=Object.keys(Ce),ha=Object.keys(ze);return ea.length!==ha.length||ea.some(Te=>Ce[Te]!==ze[Te])}),Le=c.useMemo(()=>({prefixCls:ua,csp:oa}),[ua,oa]);let pe=c.createElement(c.Fragment,null,c.createElement(k7,{dropdownMatchSelectWidth:m}),a);const Ee=c.useMemo(()=>{var Ce,ze,ea,ha;return us(((Ce=Fs.Form)===null||Ce===void 0?void 0:Ce.defaultValidateMessages)||{},((ea=(ze=Ba.locale)===null||ze===void 0?void 0:ze.Form)===null||ea===void 0?void 0:ea.defaultValidateMessages)||{},((ha=Ba.form)===null||ha===void 0?void 0:ha.validateMessages)||{},(s==null?void 0:s.validateMessages)||{})},[Ba,s==null?void 0:s.validateMessages]);Object.keys(Ee).length>0&&(pe=c.createElement(G5.Provider,{value:Ee},pe)),o&&(pe=c.createElement(Y5,{locale:o,_ANT_MARK__:Z5},pe)),(ua||oa)&&(pe=c.createElement(Q1.Provider,{value:Le},pe)),d&&(pe=c.createElement(P9,{size:d},pe)),pe=c.createElement(y7,null,pe);const He=c.useMemo(()=>{const Ce=wa||{},{algorithm:ze,token:ea,components:ha,cssVar:Te}=Ce,We=w7(Ce,["algorithm","token","components","cssVar"]),Oe=ze&&(!Array.isArray(ze)||ze.length>0)?em(ze):i4,Ve={};Object.entries(ha||{}).forEach(da=>{let[Oa,Fa]=da;const fa=Object.assign({},Fa);"algorithm"in fa&&(fa.algorithm===!0?fa.theme=Oe:(Array.isArray(fa.algorithm)||typeof fa.algorithm=="function")&&(fa.theme=em(fa.algorithm)),delete fa.algorithm),Ve[Oa]=fa});const ra=Object.assign(Object.assign({},_o),ea);return Object.assign(Object.assign({},We),{theme:Oe,token:ra,components:Ve,override:Object.assign({override:ra},Ve),cssVar:Te})},[wa]);return h&&(pe=c.createElement(n4.Provider,{value:He},pe)),Ba.warning&&(pe=c.createElement(O5.Provider,{value:Ba.warning},pe)),p!==void 0&&(pe=c.createElement(M9,{disabled:p},pe)),c.createElement(Sa.Provider,{value:Ba},pe)},Hr=e=>{const a=c.useContext(Sa),t=c.useContext(X1);return c.createElement(T7,Object.assign({parentContext:a,legacyLocale:t},e))};Hr.ConfigContext=Sa;Hr.SizeContext=Nl;Hr.config=C7;Hr.useConfig=E9;Object.defineProperty(Hr,"SizeContext",{get:()=>Nl});function z4(e){var a;return e==null||(a=e.getRootNode)===null||a===void 0?void 0:a.call(e)}function q7(e){return z4(e)instanceof ShadowRoot}function Zc(e){return q7(e)?z4(e):null}function R7(e){return e.replace(/-(.)/g,function(a,t){return t.toUpperCase()})}function z7(e,a){Wt(e,"[@ant-design/icons] ".concat(a))}function C2(e){return pa(e)==="object"&&typeof e.name=="string"&&typeof e.theme=="string"&&(pa(e.icon)==="object"||typeof e.icon=="function")}function T2(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Object.keys(e).reduce(function(a,t){var i=e[t];switch(t){case"class":a.className=i,delete a.class;break;default:delete a[t],a[R7(t)]=i}return a},{})}function wm(e,a,t){return t?Z.createElement(e.tag,_(_({key:a},T2(e.attrs)),t),(e.children||[]).map(function(i,n){return wm(i,"".concat(a,"-").concat(e.tag,"-").concat(n))})):Z.createElement(e.tag,_({key:a},T2(e.attrs)),(e.children||[]).map(function(i,n){return wm(i,"".concat(a,"-").concat(e.tag,"-").concat(n))}))}function M4(e){return Br(e)[0]}function P4(e){return e?Array.isArray(e)?e:[e]:[]}var M7=` + `,boxShadowTabsOverflowLeft:"inset 10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowRight:"inset -10px 0 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowTop:"inset 0 10px 8px -8px rgba(0, 0, 0, 0.08)",boxShadowTabsOverflowBottom:"inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08)"}),i)}var b2=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const i=t.getDerivativeToken(e),{override:n}=a,r=b2(a,["override"]);let s=Object.assign(Object.assign({},i),{override:n});return s=i4(s),r&&Object.entries(r).forEach(o=>{let[d,c]=o;const{theme:g}=c,u=b2(c,["theme"]);let m=u;g&&(m=s4(Object.assign(Object.assign({},s),u),{override:u},g)),s[d]=m}),s};function ai(){const{token:e,hashed:a,theme:t,override:i,cssVar:n}=K.useContext(a4),r=`${E9}-${a||""}`,s=t||e4,[o,d,c]=o5(s,[_o,e],{salt:r,override:i,getComputedToken:s4,formatToken:i4,cssVar:n&&{prefix:n.prefix,key:n.key,unitless:n4,ignore:r4,preserve:I9}});return[s,c,a?d:"",o,n]}function yi(e){var a=l.useRef();a.current=e;var t=l.useCallback(function(){for(var i,n=arguments.length,r=new Array(n),s=0;s1&&arguments[1]!==void 0?arguments[1]:!1;return{boxSizing:"border-box",margin:0,padding:0,color:e.colorText,fontSize:e.fontSize,lineHeight:e.lineHeight,listStyle:"none",fontFamily:a?"inherit":e.fontFamily}},rd=()=>({display:"inline-flex",alignItems:"center",color:"inherit",fontStyle:"normal",lineHeight:0,textAlign:"center",textTransform:"none",verticalAlign:"-0.125em",textRendering:"optimizeLegibility","-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","> *":{lineHeight:1},svg:{display:"inline-block"}}),B9=()=>({"&::before":{display:"table",content:'""'},"&::after":{display:"table",clear:"both",content:'""'}}),F9=e=>({a:{color:e.colorLink,textDecoration:e.linkDecoration,backgroundColor:"transparent",outline:"none",cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"-webkit-text-decoration-skip":"objects","&:hover":{color:e.colorLinkHover},"&:active":{color:e.colorLinkActive},"&:active,\n &:hover":{textDecoration:e.linkHoverDecoration,outline:0},"&:focus":{textDecoration:e.linkFocusDecoration,outline:0},"&[disabled]":{color:e.colorTextDisabled,cursor:"not-allowed"}}}),D9=(e,a,t)=>{const{fontFamily:i,fontSize:n}=e,r=`[class^="${a}"], [class*=" ${a}"]`;return{[t?`.${t}`:r]:{fontFamily:i,fontSize:n,boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"},[r]:{boxSizing:"border-box","&::before, &::after":{boxSizing:"border-box"}}}}},fm=e=>({outline:`${ie(e.lineWidthFocus)} solid ${e.colorPrimaryBorder}`,outlineOffset:1,transition:"outline-offset 0s, outline 0s"}),th=e=>({"&:focus-visible":Object.assign({},fm(e))});function o4(e,a,t){return a=Ms(a),py(e,U1()?Reflect.construct(a,t||[],Ms(e).constructor):a.apply(e,t))}let N9=Kt(function e(){_t(this,e)});const d4=N9;let H9=function(e){Ls(a,e);function a(t){var i;return _t(this,a),i=o4(this,a),i.result=0,t instanceof a?i.result=t.result:typeof t=="number"&&(i.result=t),i}return Kt(a,[{key:"add",value:function(i){return i instanceof a?this.result+=i.result:typeof i=="number"&&(this.result+=i),this}},{key:"sub",value:function(i){return i instanceof a?this.result-=i.result:typeof i=="number"&&(this.result-=i),this}},{key:"mul",value:function(i){return i instanceof a?this.result*=i.result:typeof i=="number"&&(this.result*=i),this}},{key:"div",value:function(i){return i instanceof a?this.result/=i.result:typeof i=="number"&&(this.result/=i),this}},{key:"equal",value:function(){return this.result}}]),a}(d4);const c4="CALC_UNIT";function Ng(e){return typeof e=="number"?`${e}${c4}`:e}let j9=function(e){Ls(a,e);function a(t){var i;return _t(this,a),i=o4(this,a),i.result="",t instanceof a?i.result=`(${t.result})`:typeof t=="number"?i.result=Ng(t):typeof t=="string"&&(i.result=t),i}return Kt(a,[{key:"add",value:function(i){return i instanceof a?this.result=`${this.result} + ${i.getResult()}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} + ${Ng(i)}`),this.lowPriority=!0,this}},{key:"sub",value:function(i){return i instanceof a?this.result=`${this.result} - ${i.getResult()}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} - ${Ng(i)}`),this.lowPriority=!0,this}},{key:"mul",value:function(i){return this.lowPriority&&(this.result=`(${this.result})`),i instanceof a?this.result=`${this.result} * ${i.getResult(!0)}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} * ${i}`),this.lowPriority=!1,this}},{key:"div",value:function(i){return this.lowPriority&&(this.result=`(${this.result})`),i instanceof a?this.result=`${this.result} / ${i.getResult(!0)}`:(typeof i=="number"||typeof i=="string")&&(this.result=`${this.result} / ${i}`),this.lowPriority=!1,this}},{key:"getResult",value:function(i){return this.lowPriority||i?`(${this.result})`:this.result}},{key:"equal",value:function(i){const{unit:n=!0}=i||{},r=new RegExp(`${c4}`,"g");return this.result=this.result.replace(r,n?"px":""),typeof this.lowPriority<"u"?`calc(${this.result})`:this.result}}]),a}(d4);const L9=e=>{const a=e==="css"?j9:H9;return t=>new a(t)};function O9(e){return e==="js"?{max:Math.max,min:Math.min}:{max:function(){for(var a=arguments.length,t=new Array(a),i=0;iie(n)).join(",")})`},min:function(){for(var a=arguments.length,t=new Array(a),i=0;iie(n)).join(",")})`}}}const l4=typeof CSSINJS_STATISTIC<"u";let bm=!0;function Ya(){for(var e=arguments.length,a=new Array(e),t=0;t{Object.keys(n).forEach(s=>{Object.defineProperty(i,s,{configurable:!0,enumerable:!0,get:()=>n[s]})})}),bm=!0,i}const p2={};function G9(){}const $9=e=>{let a,t=e,i=G9;return l4&&typeof Proxy<"u"&&(a=new Set,t=new Proxy(e,{get(n,r){return bm&&a.add(r),n[r]}}),i=(n,r)=>{var s;p2[n]={global:Array.from(a),component:Object.assign(Object.assign({},(s=p2[n])===null||s===void 0?void 0:s.component),r)}}),{token:t,keys:a,flush:i}},g4=(e,a)=>{const[t,i]=ai();return om({theme:t,token:i,hashId:"",path:["ant-design-icons",e],nonce:()=>a==null?void 0:a.nonce},()=>[{[`.${e}`]:Object.assign(Object.assign({},rd()),{[`.${e} .${e}-icon`]:{display:"block"}})}])},u4=(e,a,t)=>{var i;return typeof t=="function"?t(Ya(a,(i=a[e])!==null&&i!==void 0?i:{})):t??{}},m4=(e,a,t,i)=>{const n=Object.assign({},a[e]);if(i!=null&&i.deprecatedTokens){const{deprecatedTokens:s}=i;s.forEach(o=>{let[d,c]=o;var g;(n!=null&&n[d]||n!=null&&n[c])&&((g=n[c])!==null&&g!==void 0||(n[c]=n==null?void 0:n[d]))})}const r=Object.assign(Object.assign({},t),n);return Object.keys(r).forEach(s=>{r[s]===a[s]&&delete r[s]}),r},U9=(e,a)=>`${[a,e.replace(/([A-Z]+)([A-Z][a-z]+)/g,"$1-$2").replace(/([a-z])([A-Z])/g,"$1-$2")].filter(Boolean).join("-")}`;function ih(e,a,t){let i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};const n=Array.isArray(e)?e:[e,e],[r]=n,s=n.join("-");return function(o){let d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:o;const[c,g,u,m,b]=ai(),{getPrefixCls:k,iconPrefixCls:y,csp:w}=l.useContext(Ra),f=k(),h=b?"css":"js",p=L9(h),{max:A,min:S}=O9(h),x={theme:c,token:m,hashId:u,nonce:()=>w==null?void 0:w.nonce,clientOnly:i.clientOnly,order:i.order||-999};return om(Object.assign(Object.assign({},x),{clientOnly:!1,path:["Shared",f]}),()=>[{"&":F9(m)}]),g4(y,w),[om(Object.assign(Object.assign({},x),{path:[s,o,y]}),()=>{if(i.injectStyle===!1)return[];const{token:C,flush:R}=$9(m),z=u4(r,g,t),W=`.${o}`,F=m4(r,g,z,{deprecatedTokens:i.deprecatedTokens});b&&Object.keys(z).forEach(V=>{z[V]=`var(${zy(V,U9(r,b.prefix))})`});const B=Ya(C,{componentCls:W,prefixCls:o,iconCls:`.${y}`,antCls:`.${f}`,calc:p,max:A,min:S},b?z:F),$=a(B,{hashId:u,prefixCls:o,rootPrefixCls:f,iconPrefixCls:y});return R(r,F),[i.resetStyle===!1?null:D9(B,o,d),$]}),u]}}const jl=(e,a,t,i)=>{const n=ih(e,a,t,Object.assign({resetStyle:!1,order:-998},i));return s=>{let{prefixCls:o,rootCls:d=o}=s;return n(o,d),null}},V9=(e,a,t)=>{function i(c){return`${e}${c.slice(0,1).toUpperCase()}${c.slice(1)}`}const{unitless:n={},injectStyle:r=!0}=t??{},s={[i("zIndexPopup")]:!0};Object.keys(n).forEach(c=>{s[i(c)]=n[c]});const o=c=>{let{rootCls:g,cssVar:u}=c;const[,m]=ai();return B5({path:[e],prefix:u.prefix,key:u==null?void 0:u.key,unitless:Object.assign(Object.assign({},n4),s),ignore:r4,token:m,scope:g},()=>{const b=u4(e,m,a),k=m4(e,m,b,{deprecatedTokens:t==null?void 0:t.deprecatedTokens});return Object.keys(b).forEach(y=>{k[i(y)]=k[y],delete k[y]}),k}),null};return c=>{const[,,,,g]=ai();return[u=>r&&g?K.createElement(K.Fragment,null,K.createElement(o,{rootCls:c,cssVar:g,component:e}),u):u,g==null?void 0:g.key]}},Zt=(e,a,t,i)=>{const n=ih(e,a,t,i),r=V9(Array.isArray(e)?e[0]:e,t,i);return function(s){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:s;const[,d]=n(s,o),[c,g]=r(o);return[c,d,g]}};function h4(e,a){return Vc.reduce((t,i)=>{const n=e[`${i}1`],r=e[`${i}3`],s=e[`${i}6`],o=e[`${i}7`];return Object.assign(Object.assign({},t),a(i,{lightColor:n,lightBorderColor:r,darkColor:s,textColor:o}))},{})}const _9=Object.assign({},nl),{useId:y2}=_9,K9=()=>"",Z9=typeof y2>"u"?K9:y2;function J9(e,a,t){var i;Vy();const n=e||{},r=n.inherit===!1||!a?Object.assign(Object.assign({},gm),{hashed:(i=a==null?void 0:a.hashed)!==null&&i!==void 0?i:gm.hashed,cssVar:a==null?void 0:a.cssVar}):a,s=Z9();return Pl(()=>{var o,d;if(!e)return a;const c=Object.assign({},r.components);Object.keys(e.components||{}).forEach(m=>{c[m]=Object.assign(Object.assign({},c[m]),e.components[m])});const g=`css-var-${s.replace(/:/g,"")}`,u=((o=n.cssVar)!==null&&o!==void 0?o:r.cssVar)&&Object.assign(Object.assign(Object.assign({prefix:t==null?void 0:t.prefixCls},typeof r.cssVar=="object"?r.cssVar:{}),typeof n.cssVar=="object"?n.cssVar:{}),{key:typeof n.cssVar=="object"&&((d=n.cssVar)===null||d===void 0?void 0:d.key)||g});return Object.assign(Object.assign(Object.assign({},r),n),{token:Object.assign(Object.assign({},r.token),n.token),components:c,cssVar:u})},[n,r],(o,d)=>o.some((c,g)=>{const u=d[g];return!Z1(c,u,!0)}))}var Y9=["children"],f4=l.createContext({});function Q9(e){var a=e.children,t=Wa(e,Y9);return l.createElement(f4.Provider,{value:t},a)}var X9=function(e){Ls(t,e);var a=Il(t);function t(){return _t(this,t),a.apply(this,arguments)}return Kt(t,[{key:"render",value:function(){return this.props.children}}]),t}(l.Component),lr="none",Od="appear",Gd="enter",$d="leave",k2="none",Vi="prepare",gs="start",us="active",nh="end",b4="prepared";function w2(e,a){var t={};return t[e.toLowerCase()]=a.toLowerCase(),t["Webkit".concat(e)]="webkit".concat(a),t["Moz".concat(e)]="moz".concat(a),t["ms".concat(e)]="MS".concat(a),t["O".concat(e)]="o".concat(a.toLowerCase()),t}function e7(e,a){var t={animationend:w2("Animation","AnimationEnd"),transitionend:w2("Transition","TransitionEnd")};return e&&("AnimationEvent"in a||delete t.animationend.animation,"TransitionEvent"in a||delete t.transitionend.transition),t}var a7=e7(ei(),typeof window<"u"?window:{}),p4={};if(ei()){var t7=document.createElement("div");p4=t7.style}var Ud={};function y4(e){if(Ud[e])return Ud[e];var a=a7[e];if(a)for(var t=Object.keys(a),i=t.length,n=0;n1&&arguments[1]!==void 0?arguments[1]:2;a();var r=at(function(){n<=1?i({isCanceled:function(){return r!==e.current}}):t(i,n-1)});e.current=r}return l.useEffect(function(){return function(){a()}},[]),[t,a]};var r7=[Vi,gs,us,nh],s7=[Vi,b4],x4=!1,o7=!0;function S4(e){return e===us||e===nh}const d7=function(e,a,t){var i=ws(k2),n=Y(i,2),r=n[0],s=n[1],o=n7(),d=Y(o,2),c=d[0],g=d[1];function u(){s(Vi,!0)}var m=a?s7:r7;return A4(function(){if(r!==k2&&r!==nh){var b=m.indexOf(r),k=m[b+1],y=t(r);y===x4?s(k,!0):k&&c(function(w){function f(){w.isCanceled()||s(k,!0)}y===!0?f():Promise.resolve(y).then(f)})}},[e,r]),l.useEffect(function(){return function(){g()}},[]),[u,r]};function c7(e,a,t,i){var n=i.motionEnter,r=n===void 0?!0:n,s=i.motionAppear,o=s===void 0?!0:s,d=i.motionLeave,c=d===void 0?!0:d,g=i.motionDeadline,u=i.motionLeaveImmediately,m=i.onAppearPrepare,b=i.onEnterPrepare,k=i.onLeavePrepare,y=i.onAppearStart,w=i.onEnterStart,f=i.onLeaveStart,h=i.onAppearActive,p=i.onEnterActive,A=i.onLeaveActive,S=i.onAppearEnd,x=i.onEnterEnd,v=i.onLeaveEnd,C=i.onVisibleChanged,R=ws(),z=Y(R,2),W=z[0],F=z[1],B=ws(lr),$=Y(B,2),V=$[0],D=$[1],P=ws(null),T=Y(P,2),I=T[0],H=T[1],L=l.useRef(!1),Z=l.useRef(null);function ae(){return t()}var te=l.useRef(!1);function X(){D(lr,!0),H(null,!0)}function we(re){var oe=ae();if(!(re&&!re.deadline&&re.target!==oe)){var ue=te.current,xe;V===Od&&ue?xe=S==null?void 0:S(oe,re):V===Gd&&ue?xe=x==null?void 0:x(oe,re):V===$d&&ue&&(xe=v==null?void 0:v(oe,re)),V!==lr&&ue&&xe!==!1&&X()}}var be=i7(we),ye=Y(be,1),pe=ye[0],ne=function(oe){var ue,xe,Se;switch(oe){case Od:return ue={},O(ue,Vi,m),O(ue,gs,y),O(ue,us,h),ue;case Gd:return xe={},O(xe,Vi,b),O(xe,gs,w),O(xe,us,p),xe;case $d:return Se={},O(Se,Vi,k),O(Se,gs,f),O(Se,us,A),Se;default:return{}}},J=l.useMemo(function(){return ne(V)},[V]),fe=d7(V,!e,function(re){if(re===Vi){var oe=J[Vi];return oe?oe(ae()):x4}if(Q in J){var ue;H(((ue=J[Q])===null||ue===void 0?void 0:ue.call(J,ae(),null))||null)}return Q===us&&(pe(ae()),g>0&&(clearTimeout(Z.current),Z.current=setTimeout(function(){we({deadline:!0})},g))),Q===b4&&X(),o7}),Ce=Y(fe,2),se=Ce[0],Q=Ce[1],Ee=S4(Q);te.current=Ee,A4(function(){F(a);var re=L.current;L.current=!0;var oe;!re&&a&&o&&(oe=Od),re&&a&&r&&(oe=Gd),(re&&!a&&c||!re&&u&&!a&&c)&&(oe=$d);var ue=ne(oe);oe&&(e||ue[Vi])?(D(oe),se()):D(lr)},[a]),l.useEffect(function(){(V===Od&&!o||V===Gd&&!r||V===$d&&!c)&&D(lr)},[o,r,c]),l.useEffect(function(){return function(){L.current=!1,clearTimeout(Z.current)}},[]);var Ie=l.useRef(!1);l.useEffect(function(){W&&(Ie.current=!0),W!==void 0&&V===lr&&((Ie.current||W)&&(C==null||C(W)),Ie.current=!0)},[W,V]);var ze=I;return J[Vi]&&Q===gs&&(ze=_({transition:"none"},ze)),[V,Q,ze,W??a]}function l7(e){var a=e;pa(e)==="object"&&(a=e.transitionSupport);function t(n,r){return!!(n.motionName&&a&&r!==!1)}var i=l.forwardRef(function(n,r){var s=n.visible,o=s===void 0?!0:s,d=n.removeOnLeave,c=d===void 0?!0:d,g=n.forceRender,u=n.children,m=n.motionName,b=n.leavedClassName,k=n.eventProps,y=l.useContext(f4),w=y.motion,f=t(n,w),h=l.useRef(),p=l.useRef();function A(){try{return h.current instanceof HTMLElement?h.current:wo(p.current)}catch{return null}}var S=c7(f,o,A,n),x=Y(S,4),v=x[0],C=x[1],R=x[2],z=x[3],W=l.useRef(z);z&&(W.current=!0);var F=l.useCallback(function(H){h.current=H,$1(r,H)},[r]),B,$=_(_({},k),{},{visible:o});if(!u)B=null;else if(v===lr)z?B=u(_({},$),F):!c&&W.current&&b?B=u(_(_({},$),{},{className:b}),F):g||!c&&!b?B=u(_(_({},$),{},{style:{display:"none"}}),F):B=null;else{var V,D;C===Vi?D="prepare":S4(C)?D="active":C===gs&&(D="start");var P=x2(m,"".concat(v,"-").concat(D));B=u(_(_({},$),{},{className:de(x2(m,v),(V={},O(V,P,P&&D),O(V,m,typeof m=="string"),V)),style:R}),F)}if(l.isValidElement(B)&&nd(B)){var T=B,I=T.ref;I||(B=l.cloneElement(B,{ref:F}))}return l.createElement(X9,{ref:p},B)});return i.displayName="CSSMotion",i}const Gs=l7(v4);var pm="add",ym="keep",km="remove",Hg="removed";function g7(e){var a;return e&&pa(e)==="object"&&"key"in e?a=e:a={key:e},_(_({},a),{},{key:String(a.key)})}function wm(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];return e.map(g7)}function u7(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=[],i=0,n=a.length,r=wm(e),s=wm(a);r.forEach(function(c){for(var g=!1,u=i;u1});return d.forEach(function(c){t=t.filter(function(g){var u=g.key,m=g.status;return u!==c||m!==km}),t.forEach(function(g){g.key===c&&(g.status=ym)})}),t}var m7=["component","children","onVisibleChanged","onAllRemoved"],h7=["status"],f7=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function b7(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Gs,t=function(i){Ls(r,i);var n=Il(r);function r(){var s;_t(this,r);for(var o=arguments.length,d=new Array(o),c=0;cnull;var k7=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);na.endsWith("Color"))}const S7=e=>{const{prefixCls:a,iconPrefixCls:t,theme:i,holderRender:n}=e;a!==void 0&&(C4=a),i&&x7(i)&&R9(A7(),i)},C7=e=>{const{children:a,csp:t,autoInsertSpaceInButton:i,alert:n,anchor:r,form:s,locale:o,componentSize:d,direction:c,space:g,virtual:u,dropdownMatchSelectWidth:m,popupMatchSelectWidth:b,popupOverflow:k,legacyLocale:y,parentContext:w,iconPrefixCls:f,theme:h,componentDisabled:p,segmented:A,statistic:S,spin:x,calendar:v,carousel:C,cascader:R,collapse:z,typography:W,checkbox:F,descriptions:B,divider:$,drawer:V,skeleton:D,steps:P,image:T,layout:I,list:H,mentions:L,modal:Z,progress:ae,result:te,slider:X,breadcrumb:we,menu:be,pagination:ye,input:pe,textArea:ne,empty:J,badge:fe,radio:Ce,rate:se,switch:Q,transfer:Ee,avatar:Ie,message:ze,tag:re,table:oe,card:ue,tabs:xe,timeline:Se,timePicker:We,upload:ea,notification:Je,tree:ca,colorPicker:Qe,datePicker:Ne,rangePicker:Ke,flex:Fe,wave:qa,dropdown:na,warning:va,tour:za}=e,la=l.useCallback((Ae,Re)=>{const{prefixCls:Xe}=e;if(Re)return Re;const ha=Xe||w.getPrefixCls("");return Ae?`${ha}-${Ae}`:ha},[w.getPrefixCls,e.prefixCls]),ua=f||w.iconPrefixCls||t4,oa=t||w.csp;g4(ua,oa);const wa=J9(h,w.theme,{prefixCls:la("")}),ma={csp:oa,autoInsertSpaceInButton:i,alert:n,anchor:r,locale:o||y,direction:c,space:g,virtual:u,popupMatchSelectWidth:b??m,popupOverflow:k,getPrefixCls:la,iconPrefixCls:ua,theme:wa,segmented:A,statistic:S,spin:x,calendar:v,carousel:C,cascader:R,collapse:z,typography:W,checkbox:F,descriptions:B,divider:$,drawer:V,skeleton:D,steps:P,image:T,input:pe,textArea:ne,layout:I,list:H,mentions:L,modal:Z,progress:ae,result:te,slider:X,breadcrumb:we,menu:be,pagination:ye,empty:J,badge:fe,radio:Ce,rate:se,switch:Q,transfer:Ee,avatar:Ie,message:ze,tag:re,table:oe,card:ue,tabs:xe,timeline:Se,timePicker:We,upload:ea,notification:Je,tree:ca,colorPicker:Qe,datePicker:Ne,rangePicker:Ke,flex:Fe,wave:qa,dropdown:na,warning:va,tour:za},Ia=Object.assign({},w);Object.keys(ma).forEach(Ae=>{ma[Ae]!==void 0&&(Ia[Ae]=ma[Ae])}),w7.forEach(Ae=>{const Re=e[Ae];Re&&(Ia[Ae]=Re)});const Ba=Pl(()=>Ia,Ia,(Ae,Re)=>{const Xe=Object.keys(Ae),ha=Object.keys(Re);return Xe.length!==ha.length||Xe.some(Te=>Ae[Te]!==Re[Te])}),je=l.useMemo(()=>({prefixCls:ua,csp:oa}),[ua,oa]);let he=l.createElement(l.Fragment,null,l.createElement(y7,{dropdownMatchSelectWidth:m}),a);const Me=l.useMemo(()=>{var Ae,Re,Xe,ha;return ls(((Ae=Is.Form)===null||Ae===void 0?void 0:Ae.defaultValidateMessages)||{},((Xe=(Re=Ba.locale)===null||Re===void 0?void 0:Re.Form)===null||Xe===void 0?void 0:Xe.defaultValidateMessages)||{},((ha=Ba.form)===null||ha===void 0?void 0:ha.validateMessages)||{},(s==null?void 0:s.validateMessages)||{})},[Ba,s==null?void 0:s.validateMessages]);Object.keys(Me).length>0&&(he=l.createElement(O5.Provider,{value:Me},he)),o&&(he=l.createElement(J5,{locale:o,_ANT_MARK__:K5},he)),(ua||oa)&&(he=l.createElement(eh.Provider,{value:je},he)),d&&(he=l.createElement(M9,{size:d},he)),he=l.createElement(p7,null,he);const He=l.useMemo(()=>{const Ae=wa||{},{algorithm:Re,token:Xe,components:ha,cssVar:Te}=Ae,Pe=k7(Ae,["algorithm","token","components","cssVar"]),Le=Re&&(!Array.isArray(Re)||Re.length>0)?am(Re):e4,Ue={};Object.entries(ha||{}).forEach(da=>{let[Oa,Fa]=da;const fa=Object.assign({},Fa);"algorithm"in fa&&(fa.algorithm===!0?fa.theme=Le:(Array.isArray(fa.algorithm)||typeof fa.algorithm=="function")&&(fa.theme=am(fa.algorithm)),delete fa.algorithm),Ue[Oa]=fa});const ra=Object.assign(Object.assign({},_o),Xe);return Object.assign(Object.assign({},Pe),{theme:Le,token:ra,components:Ue,override:Object.assign({override:ra},Ue),cssVar:Te})},[wa]);return h&&(he=l.createElement(a4.Provider,{value:He},he)),Ba.warning&&(he=l.createElement(L5.Provider,{value:Ba.warning},he)),p!==void 0&&(he=l.createElement(z9,{disabled:p},he)),l.createElement(Ra.Provider,{value:Ba},he)},Dr=e=>{const a=l.useContext(Ra),t=l.useContext(ah);return l.createElement(C7,Object.assign({parentContext:a,legacyLocale:t},e))};Dr.ConfigContext=Ra;Dr.SizeContext=Hl;Dr.config=S7;Dr.useConfig=P9;Object.defineProperty(Dr,"SizeContext",{get:()=>Hl});function T4(e){var a;return e==null||(a=e.getRootNode)===null||a===void 0?void 0:a.call(e)}function T7(e){return T4(e)instanceof ShadowRoot}function _c(e){return T7(e)?T4(e):null}function q7(e){return e.replace(/-(.)/g,function(a,t){return t.toUpperCase()})}function R7(e,a){Nt(e,"[@ant-design/icons] ".concat(a))}function S2(e){return pa(e)==="object"&&typeof e.name=="string"&&typeof e.theme=="string"&&(pa(e.icon)==="object"||typeof e.icon=="function")}function C2(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Object.keys(e).reduce(function(a,t){var i=e[t];switch(t){case"class":a.className=i,delete a.class;break;default:delete a[t],a[q7(t)]=i}return a},{})}function vm(e,a,t){return t?K.createElement(e.tag,_(_({key:a},C2(e.attrs)),t),(e.children||[]).map(function(i,n){return vm(i,"".concat(a,"-").concat(e.tag,"-").concat(n))})):K.createElement(e.tag,_({key:a},C2(e.attrs)),(e.children||[]).map(function(i,n){return vm(i,"".concat(a,"-").concat(e.tag,"-").concat(n))}))}function q4(e){return Wr(e)[0]}function R4(e){return e?Array.isArray(e)?e:[e]:[]}var z7=` .anticon { display: inline-block; color: inherit; @@ -150,7 +180,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho transform: rotate(360deg); } } -`,P7=function(a){var t=c.useContext(Q1),i=t.csp,n=t.prefixCls,r=M7;n&&(r=r.replace(/anticon/g,n)),c.useEffect(function(){var s=a.current,o=Zc(s);Tn(r,"@ant-design-icons",{prepend:!0,csp:i,attachTo:o})},[])},E7=["icon","className","onClick","style","primaryColor","secondaryColor"],Co={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};function W7(e){var a=e.primaryColor,t=e.secondaryColor;Co.primaryColor=a,Co.secondaryColor=t||M4(a),Co.calculated=!!t}function I7(){return _({},Co)}var jl=function(a){var t=a.icon,i=a.className,n=a.onClick,r=a.style,s=a.primaryColor,o=a.secondaryColor,d=Ma(a,E7),l=c.useRef(),g=Co;if(s&&(g={primaryColor:s,secondaryColor:o||M4(s)}),P7(l),z7(C2(t),"icon should be icon definiton, but got ".concat(t)),!C2(t))return null;var u=t;return u&&typeof u.icon=="function"&&(u=_(_({},u),{},{icon:u.icon(g.primaryColor,g.secondaryColor)})),wm(u.icon,"svg-".concat(u.name),_(_({className:i,onClick:n,style:r,"data-icon":u.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},d),{},{ref:l}))};jl.displayName="IconReact";jl.getTwoToneColors=I7;jl.setTwoToneColors=W7;const ih=jl;function E4(e){var a=P4(e),t=Q(a,2),i=t[0],n=t[1];return ih.setTwoToneColors({primaryColor:i,secondaryColor:n})}function B7(){var e=ih.getTwoToneColors();return e.calculated?[e.primaryColor,e.secondaryColor]:e.primaryColor}var F7=["className","icon","spin","rotate","tabIndex","onClick","twoToneColor"];E4(h9.primary);var Ll=c.forwardRef(function(e,a){var t=e.className,i=e.icon,n=e.spin,r=e.rotate,s=e.tabIndex,o=e.onClick,d=e.twoToneColor,l=Ma(e,F7),g=c.useContext(Q1),u=g.prefixCls,m=u===void 0?"anticon":u,f=g.rootClassName,k=se(f,m,G(G({},"".concat(m,"-").concat(i.name),!!i.name),"".concat(m,"-spin"),!!n||i.name==="loading"),t),y=s;y===void 0&&o&&(y=-1);var w=r?{msTransform:"rotate(".concat(r,"deg)"),transform:"rotate(".concat(r,"deg)")}:void 0,b=P4(d),h=Q(b,2),p=h[0],v=h[1];return c.createElement("span",je({role:"img","aria-label":i.name},l,{ref:a,tabIndex:y,onClick:o,className:k}),c.createElement(ih,{icon:i,primaryColor:p,secondaryColor:v,style:w}))});Ll.displayName="AntdIcon";Ll.getTwoToneColor=B7;Ll.setTwoToneColor=E4;const Jt=Ll;var D7={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"}}]},name:"close-circle",theme:"filled"};const N7=D7;var H7=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:N7}))};const W4=c.forwardRef(H7);var j7={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z"}}]},name:"close",theme:"outlined"};const L7=j7;var O7=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:L7}))};const nh=c.forwardRef(O7);var G7=`accept acceptCharset accessKey action allowFullScreen allowTransparency +`,M7=function(a){var t=l.useContext(eh),i=t.csp,n=t.prefixCls,r=z7;n&&(r=r.replace(/anticon/g,n)),l.useEffect(function(){var s=a.current,o=_c(s);qn(r,"@ant-design-icons",{prepend:!0,csp:i,attachTo:o})},[])},P7=["icon","className","onClick","style","primaryColor","secondaryColor"],So={primaryColor:"#333",secondaryColor:"#E6E6E6",calculated:!1};function E7(e){var a=e.primaryColor,t=e.secondaryColor;So.primaryColor=a,So.secondaryColor=t||q4(a),So.calculated=!!t}function W7(){return _({},So)}var Ll=function(a){var t=a.icon,i=a.className,n=a.onClick,r=a.style,s=a.primaryColor,o=a.secondaryColor,d=Wa(a,P7),c=l.useRef(),g=So;if(s&&(g={primaryColor:s,secondaryColor:o||q4(s)}),M7(c),R7(S2(t),"icon should be icon definiton, but got ".concat(t)),!S2(t))return null;var u=t;return u&&typeof u.icon=="function"&&(u=_(_({},u),{},{icon:u.icon(g.primaryColor,g.secondaryColor)})),vm(u.icon,"svg-".concat(u.name),_(_({className:i,onClick:n,style:r,"data-icon":u.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true"},d),{},{ref:c}))};Ll.displayName="IconReact";Ll.getTwoToneColors=W7;Ll.setTwoToneColors=E7;const rh=Ll;function z4(e){var a=R4(e),t=Y(a,2),i=t[0],n=t[1];return rh.setTwoToneColors({primaryColor:i,secondaryColor:n})}function I7(){var e=rh.getTwoToneColors();return e.calculated?[e.primaryColor,e.secondaryColor]:e.primaryColor}var B7=["className","icon","spin","rotate","tabIndex","onClick","twoToneColor"];z4(m9.primary);var Ol=l.forwardRef(function(e,a){var t=e.className,i=e.icon,n=e.spin,r=e.rotate,s=e.tabIndex,o=e.onClick,d=e.twoToneColor,c=Wa(e,B7),g=l.useContext(eh),u=g.prefixCls,m=u===void 0?"anticon":u,b=g.rootClassName,k=de(b,m,O(O({},"".concat(m,"-").concat(i.name),!!i.name),"".concat(m,"-spin"),!!n||i.name==="loading"),t),y=s;y===void 0&&o&&(y=-1);var w=r?{msTransform:"rotate(".concat(r,"deg)"),transform:"rotate(".concat(r,"deg)")}:void 0,f=R4(d),h=Y(f,2),p=h[0],A=h[1];return l.createElement("span",_e({role:"img","aria-label":i.name},c,{ref:a,tabIndex:y,onClick:o,className:k}),l.createElement(rh,{icon:i,primaryColor:p,secondaryColor:A,style:w}))});Ol.displayName="AntdIcon";Ol.getTwoToneColor=I7;Ol.setTwoToneColor=z4;const Ti=Ol;var F7={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z"}}]},name:"close-circle",theme:"filled"};const D7=F7;var N7=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:D7}))};const M4=l.forwardRef(N7);var H7={icon:{tag:"svg",attrs:{"fill-rule":"evenodd",viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z"}}]},name:"close",theme:"outlined"};const j7=H7;var L7=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:j7}))};const sh=l.forwardRef(L7);var O7=`accept acceptCharset accessKey action allowFullScreen allowTransparency alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge charSet checked classID className colSpan cols content contentEditable contextMenu controls coords crossOrigin data dateTime default defer dir disabled download draggable @@ -161,21 +191,21 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho optimum pattern placeholder poster preload radioGroup readOnly rel required reversed role rowSpan rows sandbox scope scoped scrolling seamless selected shape size sizes span spellCheck src srcDoc srcLang srcSet start step style - summary tabIndex target title type useMap value width wmode wrap`,$7=`onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown + summary tabIndex target title type useMap value width wmode wrap`,G7=`onCopy onCut onPaste onCompositionEnd onCompositionStart onCompositionUpdate onKeyDown onKeyPress onKeyUp onFocus onBlur onChange onInput onSubmit onClick onContextMenu onDoubleClick onDrag onDragEnd onDragEnter onDragExit onDragLeave onDragOver onDragStart onDrop onMouseDown onMouseEnter onMouseLeave onMouseMove onMouseOut onMouseOver onMouseUp onSelect onTouchCancel onTouchEnd onTouchMove onTouchStart onScroll onWheel onAbort onCanPlay onCanPlayThrough onDurationChange onEmptied onEncrypted onEnded onError onLoadedData onLoadedMetadata - onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError`,U7="".concat(G7," ").concat($7).split(/[\s\n]+/),V7="aria-",_7="data-";function q2(e,a){return e.indexOf(a)===0}function qn(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,t;a===!1?t={aria:!0,data:!0,attr:!0}:a===!0?t={aria:!0}:t=_({},a);var i={};return Object.keys(e).forEach(function(n){(t.aria&&(n==="role"||q2(n,V7))||t.data&&q2(n,_7)||t.attr&&U7.includes(n))&&(i[n]=e[n])}),i}function I4(e){return e&&Z.isValidElement(e)&&e.type===Z.Fragment}const K7=(e,a,t)=>Z.isValidElement(e)?Z.cloneElement(e,typeof t=="function"?t(e.props||{}):t):a;function gn(e,a){return K7(e,e,a)}const Ol=e=>{const[,,,,a]=ti();return a?`${e}-css-var`:""};var le={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(a){var t=a.keyCode;if(a.altKey&&!a.ctrlKey||a.metaKey||t>=le.F1&&t<=le.F12)return!1;switch(t){case le.ALT:case le.CAPS_LOCK:case le.CONTEXT_MENU:case le.CTRL:case le.DOWN:case le.END:case le.ESC:case le.HOME:case le.INSERT:case le.LEFT:case le.MAC_FF_META:case le.META:case le.NUMLOCK:case le.NUM_CENTER:case le.PAGE_DOWN:case le.PAGE_UP:case le.PAUSE:case le.PRINT_SCREEN:case le.RIGHT:case le.SHIFT:case le.UP:case le.WIN_KEY:case le.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(a){if(a>=le.ZERO&&a<=le.NINE||a>=le.NUM_ZERO&&a<=le.NUM_MULTIPLY||a>=le.A&&a<=le.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&a===0)return!0;switch(a){case le.SPACE:case le.QUESTION_MARK:case le.NUM_PLUS:case le.NUM_MINUS:case le.NUM_PERIOD:case le.NUM_DIVISION:case le.SEMICOLON:case le.DASH:case le.EQUALS:case le.COMMA:case le.PERIOD:case le.SLASH:case le.APOSTROPHE:case le.SINGLE_QUOTE:case le.OPEN_SQUARE_BRACKET:case le.BACKSLASH:case le.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},Z7={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"};const J7=Z7;var Y7=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:J7}))};const rh=c.forwardRef(Y7),Q7=Z.createContext(void 0),sh=Q7,mr=100,X7=10,ev=mr*X7,B4={Modal:mr,Drawer:mr,Popover:mr,Popconfirm:mr,Tooltip:mr,Tour:mr},av={SelectLike:50,Dropdown:50,DatePicker:50,Menu:50,ImagePreview:1};function tv(e){return e in B4}function oh(e,a){const[,t]=ti(),i=Z.useContext(sh),n=tv(e);if(a!==void 0)return[a,a];let r=i??0;return n?(r+=(i?0:t.zIndexPopupBase)+B4[e],r=Math.min(r,t.zIndexPopupBase+ev)):r+=av[e],[i===void 0?a:r,r]}function ii(){ii=function(){return a};var e,a={},t=Object.prototype,i=t.hasOwnProperty,n=Object.defineProperty||function(F,P,C){F[P]=C.value},r=typeof Symbol=="function"?Symbol:{},s=r.iterator||"@@iterator",o=r.asyncIterator||"@@asyncIterator",d=r.toStringTag||"@@toStringTag";function l(F,P,C){return Object.defineProperty(F,P,{value:C,enumerable:!0,configurable:!0,writable:!0}),F[P]}try{l({},"")}catch{l=function(C,N,j){return C[N]=j}}function g(F,P,C,N){var j=P&&P.prototype instanceof b?P:b,L=Object.create(j.prototype),K=new M(N||[]);return n(L,"_invoke",{value:z(F,C,K)}),L}function u(F,P,C){try{return{type:"normal",arg:F.call(P,C)}}catch(N){return{type:"throw",arg:N}}}a.wrap=g;var m="suspendedStart",f="suspendedYield",k="executing",y="completed",w={};function b(){}function h(){}function p(){}var v={};l(v,s,function(){return this});var x=Object.getPrototypeOf,S=x&&x(x(B([])));S&&S!==t&&i.call(S,s)&&(v=S);var A=p.prototype=b.prototype=Object.create(v);function T(F){["next","throw","return"].forEach(function(P){l(F,P,function(C){return this._invoke(P,C)})})}function q(F,P){function C(j,L,K,X){var te=u(F[j],F,L);if(te.type!=="throw"){var ee=te.arg,we=ee.value;return we&&pa(we)=="object"&&i.call(we,"__await")?P.resolve(we.__await).then(function(fe){C("next",fe,K,X)},function(fe){C("throw",fe,K,X)}):P.resolve(we).then(function(fe){ee.value=fe,K(ee)},function(fe){return C("throw",fe,K,X)})}X(te.arg)}var N;n(this,"_invoke",{value:function(L,K){function X(){return new P(function(te,ee){C(L,K,te,ee)})}return N=N?N.then(X,X):X()}})}function z(F,P,C){var N=m;return function(j,L){if(N===k)throw new Error("Generator is already running");if(N===y){if(j==="throw")throw L;return{value:e,done:!0}}for(C.method=j,C.arg=L;;){var K=C.delegate;if(K){var X=W(K,C);if(X){if(X===w)continue;return X}}if(C.method==="next")C.sent=C._sent=C.arg;else if(C.method==="throw"){if(N===m)throw N=y,C.arg;C.dispatchException(C.arg)}else C.method==="return"&&C.abrupt("return",C.arg);N=k;var te=u(F,P,C);if(te.type==="normal"){if(N=C.done?y:f,te.arg===w)continue;return{value:te.arg,done:C.done}}te.type==="throw"&&(N=y,C.method="throw",C.arg=te.arg)}}}function W(F,P){var C=P.method,N=F.iterator[C];if(N===e)return P.delegate=null,C==="throw"&&F.iterator.return&&(P.method="return",P.arg=e,W(F,P),P.method==="throw")||C!=="return"&&(P.method="throw",P.arg=new TypeError("The iterator does not provide a '"+C+"' method")),w;var j=u(N,F.iterator,P.arg);if(j.type==="throw")return P.method="throw",P.arg=j.arg,P.delegate=null,w;var L=j.arg;return L?L.done?(P[F.resultName]=L.value,P.next=F.nextLoc,P.method!=="return"&&(P.method="next",P.arg=e),P.delegate=null,w):L:(P.method="throw",P.arg=new TypeError("iterator result is not an object"),P.delegate=null,w)}function H(F){var P={tryLoc:F[0]};1 in F&&(P.catchLoc=F[1]),2 in F&&(P.finallyLoc=F[2],P.afterLoc=F[3]),this.tryEntries.push(P)}function D(F){var P=F.completion||{};P.type="normal",delete P.arg,F.completion=P}function M(F){this.tryEntries=[{tryLoc:"root"}],F.forEach(H,this),this.reset(!0)}function B(F){if(F||F===""){var P=F[s];if(P)return P.call(F);if(typeof F.next=="function")return F;if(!isNaN(F.length)){var C=-1,N=function j(){for(;++C=0;--j){var L=this.tryEntries[j],K=L.completion;if(L.tryLoc==="root")return N("end");if(L.tryLoc<=this.prev){var X=i.call(L,"catchLoc"),te=i.call(L,"finallyLoc");if(X&&te){if(this.prev=0;--N){var j=this.tryEntries[N];if(j.tryLoc<=this.prev&&i.call(j,"finallyLoc")&&this.prev=0;--C){var N=this.tryEntries[C];if(N.finallyLoc===P)return this.complete(N.completion,N.afterLoc),D(N),w}},catch:function(P){for(var C=this.tryEntries.length-1;C>=0;--C){var N=this.tryEntries[C];if(N.tryLoc===P){var j=N.completion;if(j.type==="throw"){var L=j.arg;D(N)}return L}}throw new Error("illegal catch attempt")},delegateYield:function(P,C,N){return this.delegate={iterator:B(P),resultName:C,nextLoc:N},this.method==="next"&&(this.arg=e),w}},a}function R2(e,a,t,i,n,r,s){try{var o=e[r](s),d=o.value}catch(l){t(l);return}o.done?a(d):Promise.resolve(d).then(i,n)}function jr(e){return function(){var a=this,t=arguments;return new Promise(function(i,n){var r=e.apply(a,t);function s(d){R2(r,i,n,s,o,"next",d)}function o(d){R2(r,i,n,s,o,"throw",d)}s(void 0)})}}var dd=_({},_w),iv=dd.version,nv=dd.render,rv=dd.unmountComponentAtNode,Gl;try{var sv=Number((iv||"").split(".")[0]);sv>=18&&(Gl=dd.createRoot)}catch{}function z2(e){var a=dd.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;a&&pa(a)==="object"&&(a.usingClientEntryPoint=e)}var Jc="__rc_react_root__";function ov(e,a){z2(!0);var t=a[Jc]||Gl(a);z2(!1),t.render(e),a[Jc]=t}function dv(e,a){nv(e,a)}function cv(e,a){if(Gl){ov(e,a);return}dv(e,a)}function lv(e){return vm.apply(this,arguments)}function vm(){return vm=jr(ii().mark(function e(a){return ii().wrap(function(i){for(;;)switch(i.prev=i.next){case 0:return i.abrupt("return",Promise.resolve().then(function(){var n;(n=a[Jc])===null||n===void 0||n.unmount(),delete a[Jc]}));case 1:case"end":return i.stop()}},e)})),vm.apply(this,arguments)}function gv(e){rv(e)}function uv(e){return Am.apply(this,arguments)}function Am(){return Am=jr(ii().mark(function e(a){return ii().wrap(function(i){for(;;)switch(i.prev=i.next){case 0:if(Gl===void 0){i.next=2;break}return i.abrupt("return",lv(a));case 2:gv(a);case 3:case"end":return i.stop()}},e)})),Am.apply(this,arguments)}const Hg=()=>({height:0,opacity:0}),M2=e=>{const{scrollHeight:a}=e;return{height:a,opacity:1}},mv=e=>({height:e?e.offsetHeight:0}),jg=(e,a)=>(a==null?void 0:a.deadline)===!0||a.propertyName==="height",hv=function(){return{motionName:`${arguments.length>0&&arguments[0]!==void 0?arguments[0]:"ant"}-motion-collapse`,onAppearStart:Hg,onEnterStart:Hg,onAppearActive:M2,onEnterActive:M2,onLeaveStart:mv,onLeaveActive:Hg,onAppearEnd:jg,onEnterEnd:jg,onLeaveEnd:jg,motionDeadline:500}},Yc=(e,a,t)=>t!==void 0?t:`${e}-${a}`,F4=function(e){if(!e)return!1;if(e instanceof Element){if(e.offsetParent)return!0;if(e.getBBox){var a=e.getBBox(),t=a.width,i=a.height;if(t||i)return!0}if(e.getBoundingClientRect){var n=e.getBoundingClientRect(),r=n.width,s=n.height;if(r||s)return!0}}return!1},fv=e=>{const{componentCls:a,colorPrimary:t}=e;return{[a]:{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:`var(--wave-color, ${t})`,boxShadow:"0 0 0 0 currentcolor",opacity:.2,"&.wave-motion-appear":{transition:[`box-shadow 0.4s ${e.motionEaseOutCirc}`,`opacity 2s ${e.motionEaseOutCirc}`].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0},"&.wave-quick":{transition:[`box-shadow 0.3s ${e.motionEaseInOut}`,`opacity 0.35s ${e.motionEaseInOut}`].join(",")}}}}},bv=ah("Wave",e=>[fv(e)]);function pv(e){const a=(e||"").match(/rgba?\((\d*), (\d*), (\d*)(, [\d.]*)?\)/);return a&&a[1]&&a[2]&&a[3]?!(a[1]===a[2]&&a[2]===a[3]):!0}function Lg(e){return e&&e!=="#fff"&&e!=="#ffffff"&&e!=="rgb(255, 255, 255)"&&e!=="rgba(255, 255, 255, 1)"&&pv(e)&&!/rgba\((?:\d*, ){3}0\)/.test(e)&&e!=="transparent"}function yv(e){const{borderTopColor:a,borderColor:t,backgroundColor:i}=getComputedStyle(e);return Lg(a)?a:Lg(t)?t:Lg(i)?i:null}const D4="ant-wave-target";function Og(e){return Number.isNaN(e)?0:e}const kv=e=>{const{className:a,target:t,component:i}=e,n=c.useRef(null),[r,s]=c.useState(null),[o,d]=c.useState([]),[l,g]=c.useState(0),[u,m]=c.useState(0),[f,k]=c.useState(0),[y,w]=c.useState(0),[b,h]=c.useState(!1),p={left:l,top:u,width:f,height:y,borderRadius:o.map(S=>`${S}px`).join(" ")};r&&(p["--wave-color"]=r);function v(){const S=getComputedStyle(t);s(yv(t));const A=S.position==="static",{borderLeftWidth:T,borderTopWidth:q}=S;g(A?t.offsetLeft:Og(-parseFloat(T))),m(A?t.offsetTop:Og(-parseFloat(q))),k(t.offsetWidth),w(t.offsetHeight);const{borderTopLeftRadius:z,borderTopRightRadius:W,borderBottomLeftRadius:H,borderBottomRightRadius:D}=S;d([z,W,D,H].map(M=>Og(parseFloat(M))))}if(c.useEffect(()=>{if(t){const S=Za(()=>{v(),h(!0)});let A;return typeof ResizeObserver<"u"&&(A=new ResizeObserver(v),A.observe(t)),()=>{Za.cancel(S),A==null||A.disconnect()}}},[]),!b)return null;const x=(i==="Checkbox"||i==="Radio")&&(t==null?void 0:t.classList.contains(D4));return c.createElement(ar,{visible:!0,motionAppear:!0,motionName:"wave-motion",motionDeadline:5e3,onAppearEnd:(S,A)=>{var T;if(A.deadline||A.propertyName==="opacity"){const q=(T=n.current)===null||T===void 0?void 0:T.parentElement;uv(q).then(()=>{q==null||q.remove()})}return!1}},S=>{let{className:A}=S;return c.createElement("div",{ref:n,className:se(a,{"wave-quick":x},A),style:p})})},wv=(e,a)=>{var t;const{component:i}=a;if(i==="Checkbox"&&!(!((t=e.querySelector("input"))===null||t===void 0)&&t.checked))return;const n=document.createElement("div");n.style.position="absolute",n.style.left="0px",n.style.top="0px",e==null||e.insertBefore(n,e==null?void 0:e.firstChild),cv(c.createElement(kv,Object.assign({},a,{target:e})),n)},vv=wv;function Av(e,a,t){const{wave:i}=c.useContext(Sa),[,n,r]=ti(),s=oi(l=>{const g=e.current;if(i!=null&&i.disabled||!g)return;const u=g.querySelector(`.${D4}`)||g,{showEffect:m}=i||{};(m||vv)(u,{className:a,token:n,component:t,event:l,hashId:r})}),o=c.useRef();return l=>{Za.cancel(o.current),o.current=Za(()=>{s(l)})}}const xv=e=>{const{children:a,disabled:t,component:i}=e,{getPrefixCls:n}=c.useContext(Sa),r=c.useRef(null),s=n("wave"),[,o]=bv(s),d=Av(r,se(s,o),i);if(Z.useEffect(()=>{const g=r.current;if(!g||g.nodeType!==1||t)return;const u=m=>{!F4(m.target)||!g.getAttribute||g.getAttribute("disabled")||g.disabled||g.className.includes("disabled")||g.className.includes("-leave")||d(m)};return g.addEventListener("click",u,!0),()=>{g.removeEventListener("click",u,!0)}},[t]),!Z.isValidElement(a))return a??null;const l=sd(a)?Xi(a.ref,r):r;return gn(a,{ref:l})},dh=xv,un=e=>{const a=Z.useContext(Nl);return Z.useMemo(()=>e?typeof e=="string"?e??a:e instanceof Function?e(a):a:a,[e,a])},N4=c.createContext(null),cd=(e,a)=>{const t=c.useContext(N4),i=c.useMemo(()=>{if(!t)return"";const{compactDirection:n,isFirstItem:r,isLastItem:s}=t,o=n==="vertical"?"-vertical-":"-";return se(`${e}-compact${o}item`,{[`${e}-compact${o}first-item`]:r,[`${e}-compact${o}last-item`]:s,[`${e}-compact${o}item-rtl`]:a==="rtl"})},[e,a,t]);return{compactSize:t==null?void 0:t.compactSize,compactDirection:t==null?void 0:t.compactDirection,compactItemClassnames:i}},Ds=e=>{let{children:a}=e;return c.createElement(N4.Provider,{value:null},a)};var Sv=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{getPrefixCls:a,direction:t}=c.useContext(Sa),{prefixCls:i,size:n,className:r}=e,s=Sv(e,["prefixCls","size","className"]),o=a("btn-group",i),[,,d]=ti();let l="";switch(n){case"large":l="lg";break;case"small":l="sm";break}const g=se(o,{[`${o}-${l}`]:l,[`${o}-rtl`]:t==="rtl"},r,d);return c.createElement(H4.Provider,{value:n},c.createElement("div",Object.assign({},s,{className:g})))},Tv=Cv,P2=/^[\u4e00-\u9fa5]{2}$/,xm=P2.test.bind(P2);function E2(e){return typeof e=="string"}function Gg(e){return e==="text"||e==="link"}function qv(e,a){if(e==null)return;const t=a?" ":"";return typeof e!="string"&&typeof e!="number"&&E2(e.type)&&xm(e.props.children)?gn(e,{children:e.props.children.split("").join(t)}):E2(e)?xm(e)?Z.createElement("span",null,e.split("").join(t)):Z.createElement("span",null,e):I4(e)?Z.createElement("span",null,e):e}function Rv(e,a){let t=!1;const i=[];return Z.Children.forEach(e,n=>{const r=typeof n,s=r==="string"||r==="number";if(t&&s){const o=i.length-1,d=i[o];i[o]=`${d}${n}`}else i.push(n);t=s}),Z.Children.map(i,n=>qv(n,a))}const zv=c.forwardRef((e,a)=>{const{className:t,style:i,children:n,prefixCls:r}=e,s=se(`${r}-icon`,t);return Z.createElement("span",{ref:a,className:s,style:i},n)}),j4=zv,W2=c.forwardRef((e,a)=>{let{prefixCls:t,className:i,style:n,iconClassName:r}=e;const s=se(`${t}-loading-icon`,i);return Z.createElement(j4,{prefixCls:t,className:s,style:n,ref:a},Z.createElement(rh,{className:r}))}),$g=()=>({width:0,opacity:0,transform:"scale(0)"}),Ug=e=>({width:e.scrollWidth,opacity:1,transform:"scale(1)"}),Mv=e=>{const{prefixCls:a,loading:t,existIcon:i,className:n,style:r}=e,s=!!t;return i?Z.createElement(W2,{prefixCls:a,className:n,style:r}):Z.createElement(ar,{visible:s,motionName:`${a}-loading-icon-motion`,motionLeave:s,removeOnLeave:!0,onAppearStart:$g,onAppearActive:Ug,onEnterStart:$g,onEnterActive:Ug,onLeaveStart:Ug,onLeaveActive:$g},(o,d)=>{let{className:l,style:g}=o;return Z.createElement(W2,{prefixCls:a,className:n,style:Object.assign(Object.assign({},r),g),ref:d,iconClassName:l})})},Pv=Mv,I2=(e,a)=>({[`> span, > ${e}`]:{"&:not(:last-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineEndColor:a}}},"&:not(:first-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineStartColor:a}}}}}),Ev=e=>{const{componentCls:a,fontSize:t,lineWidth:i,groupBorderColor:n,colorErrorHover:r}=e;return{[`${a}-group`]:[{position:"relative",display:"inline-flex",[`> span, > ${a}`]:{"&:not(:last-child)":{[`&, & > ${a}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},"&:not(:first-child)":{marginInlineStart:e.calc(i).mul(-1).equal(),[`&, & > ${a}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}},[a]:{position:"relative",zIndex:1,"&:hover,\n &:focus,\n &:active":{zIndex:2},"&[disabled]":{zIndex:0}},[`${a}-icon-only`]:{fontSize:t}},I2(`${a}-primary`,n),I2(`${a}-danger`,r)]}},Wv=Ev,L4=e=>{const{paddingInline:a,onlyIconSize:t,paddingBlock:i}=e;return Xa(e,{buttonPaddingHorizontal:a,buttonPaddingVertical:i,buttonIconOnlyFontSize:t})},O4=e=>{var a,t,i,n,r,s;const o=(a=e.contentFontSize)!==null&&a!==void 0?a:e.fontSize,d=(t=e.contentFontSizeSM)!==null&&t!==void 0?t:e.fontSize,l=(i=e.contentFontSizeLG)!==null&&i!==void 0?i:e.fontSizeLG,g=(n=e.contentLineHeight)!==null&&n!==void 0?n:fc(o),u=(r=e.contentLineHeightSM)!==null&&r!==void 0?r:fc(d),m=(s=e.contentLineHeightLG)!==null&&s!==void 0?s:fc(l);return{fontWeight:400,defaultShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlTmpOutline}`,primaryShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlOutline}`,dangerShadow:`0 ${e.controlOutlineWidth}px 0 ${e.colorErrorOutline}`,primaryColor:e.colorTextLightSolid,dangerColor:e.colorTextLightSolid,borderColorDisabled:e.colorBorder,defaultGhostColor:e.colorBgContainer,ghostBg:"transparent",defaultGhostBorderColor:e.colorBgContainer,paddingInline:e.paddingContentHorizontal-e.lineWidth,paddingInlineLG:e.paddingContentHorizontal-e.lineWidth,paddingInlineSM:8-e.lineWidth,onlyIconSize:e.fontSizeLG,onlyIconSizeSM:e.fontSizeLG-2,onlyIconSizeLG:e.fontSizeLG+2,groupBorderColor:e.colorPrimaryHover,linkHoverBg:"transparent",textHoverBg:e.colorBgTextHover,defaultColor:e.colorText,defaultBg:e.colorBgContainer,defaultBorderColor:e.colorBorder,defaultBorderColorDisabled:e.colorBorder,defaultHoverBg:e.colorBgContainer,defaultHoverColor:e.colorPrimaryHover,defaultHoverBorderColor:e.colorPrimaryHover,defaultActiveBg:e.colorBgContainer,defaultActiveColor:e.colorPrimaryActive,defaultActiveBorderColor:e.colorPrimaryActive,contentFontSize:o,contentFontSizeSM:d,contentFontSizeLG:l,contentLineHeight:g,contentLineHeightSM:u,contentLineHeightLG:m,paddingBlock:Math.max((e.controlHeight-o*g)/2-e.lineWidth,0),paddingBlockSM:Math.max((e.controlHeightSM-d*u)/2-e.lineWidth,0),paddingBlockLG:Math.max((e.controlHeightLG-l*m)/2-e.lineWidth,0)}},Iv=e=>{const{componentCls:a,iconCls:t,fontWeight:i}=e;return{[a]:{outline:"none",position:"relative",display:"inline-block",fontWeight:i,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",background:"transparent",border:`${re(e.lineWidth)} ${e.lineType} transparent`,cursor:"pointer",transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",color:e.colorText,"&:disabled > *":{pointerEvents:"none"},"> span":{display:"inline-block"},[`${a}-icon`]:{lineHeight:0},[`> ${t} + span, > span + ${t}`]:{marginInlineStart:e.marginXS},[`&:not(${a}-icon-only) > ${a}-icon`]:{[`&${a}-loading-icon, &:not(:last-child)`]:{marginInlineEnd:e.marginXS}},"> a":{color:"currentColor"},"&:not(:disabled)":Object.assign({},eh(e)),[`&${a}-two-chinese-chars::first-letter`]:{letterSpacing:"0.34em"},[`&${a}-two-chinese-chars > *:not(${t})`]:{marginInlineEnd:"-0.34em",letterSpacing:"0.34em"},[`&-icon-only${a}-compact-item`]:{flex:"none"}}}},Rn=(e,a,t)=>({[`&:not(:disabled):not(${e}-disabled)`]:{"&:hover":a,"&:active":t}}),Bv=e=>({minWidth:e.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),Fv=e=>({borderRadius:e.controlHeight,paddingInlineStart:e.calc(e.controlHeight).div(2).equal(),paddingInlineEnd:e.calc(e.controlHeight).div(2).equal()}),Dv=e=>({cursor:"not-allowed",borderColor:e.borderColorDisabled,color:e.colorTextDisabled,background:e.colorBgContainerDisabled,boxShadow:"none"}),Ko=(e,a,t,i,n,r,s,o)=>({[`&${e}-background-ghost`]:Object.assign(Object.assign({color:t||void 0,background:a,borderColor:i||void 0,boxShadow:"none"},Rn(e,Object.assign({background:a},s),Object.assign({background:a},o))),{"&:disabled":{cursor:"not-allowed",color:n||void 0,borderColor:r||void 0}})}),ch=e=>({[`&:disabled, &${e.componentCls}-disabled`]:Object.assign({},Dv(e))}),G4=e=>Object.assign({},ch(e)),Qc=e=>({[`&:disabled, &${e.componentCls}-disabled`]:{cursor:"not-allowed",color:e.colorTextDisabled}}),$4=e=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},G4(e)),{background:e.defaultBg,borderColor:e.defaultBorderColor,color:e.defaultColor,boxShadow:e.defaultShadow}),Rn(e.componentCls,{color:e.defaultHoverColor,borderColor:e.defaultHoverBorderColor,background:e.defaultHoverBg},{color:e.defaultActiveColor,borderColor:e.defaultActiveBorderColor,background:e.defaultActiveBg})),Ko(e.componentCls,e.ghostBg,e.defaultGhostColor,e.defaultGhostBorderColor,e.colorTextDisabled,e.colorBorder)),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({color:e.colorError,borderColor:e.colorError},Rn(e.componentCls,{color:e.colorErrorHover,borderColor:e.colorErrorBorderHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),Ko(e.componentCls,e.ghostBg,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder)),ch(e))}),Nv=e=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},G4(e)),{color:e.primaryColor,background:e.colorPrimary,boxShadow:e.primaryShadow}),Rn(e.componentCls,{color:e.colorTextLightSolid,background:e.colorPrimaryHover},{color:e.colorTextLightSolid,background:e.colorPrimaryActive})),Ko(e.componentCls,e.ghostBg,e.colorPrimary,e.colorPrimary,e.colorTextDisabled,e.colorBorder,{color:e.colorPrimaryHover,borderColor:e.colorPrimaryHover},{color:e.colorPrimaryActive,borderColor:e.colorPrimaryActive})),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({background:e.colorError,boxShadow:e.dangerShadow,color:e.dangerColor},Rn(e.componentCls,{background:e.colorErrorHover},{background:e.colorErrorActive})),Ko(e.componentCls,e.ghostBg,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder,{color:e.colorErrorHover,borderColor:e.colorErrorHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),ch(e))}),Hv=e=>Object.assign(Object.assign({},$4(e)),{borderStyle:"dashed"}),jv=e=>Object.assign(Object.assign(Object.assign({color:e.colorLink},Rn(e.componentCls,{color:e.colorLinkHover,background:e.linkHoverBg},{color:e.colorLinkActive})),Qc(e)),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign({color:e.colorError},Rn(e.componentCls,{color:e.colorErrorHover},{color:e.colorErrorActive})),Qc(e))}),Lv=e=>Object.assign(Object.assign(Object.assign({},Rn(e.componentCls,{color:e.colorText,background:e.textHoverBg},{color:e.colorText,background:e.colorBgTextActive})),Qc(e)),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign({color:e.colorError},Qc(e)),Rn(e.componentCls,{color:e.colorErrorHover,background:e.colorErrorBg},{color:e.colorErrorHover,background:e.colorErrorBg}))}),Ov=e=>{const{componentCls:a}=e;return{[`${a}-default`]:$4(e),[`${a}-primary`]:Nv(e),[`${a}-dashed`]:Hv(e),[`${a}-link`]:jv(e),[`${a}-text`]:Lv(e),[`${a}-ghost`]:Ko(e.componentCls,e.ghostBg,e.colorBgContainer,e.colorBgContainer,e.colorTextDisabled,e.colorBorder)}},lh=function(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:t,controlHeight:i,fontSize:n,lineHeight:r,borderRadius:s,buttonPaddingHorizontal:o,iconCls:d,buttonPaddingVertical:l}=e,g=`${t}-icon-only`;return[{[`${a}`]:{fontSize:n,lineHeight:r,height:i,padding:`${re(l)} ${re(o)}`,borderRadius:s,[`&${g}`]:{width:i,paddingInlineStart:0,paddingInlineEnd:0,[`&${t}-round`]:{width:"auto"},[d]:{fontSize:e.buttonIconOnlyFontSize}},[`&${t}-loading`]:{opacity:e.opacityLoading,cursor:"default"},[`${t}-loading-icon`]:{transition:`width ${e.motionDurationSlow} ${e.motionEaseInOut}, opacity ${e.motionDurationSlow} ${e.motionEaseInOut}`}}},{[`${t}${t}-circle${a}`]:Bv(e)},{[`${t}${t}-round${a}`]:Fv(e)}]},Gv=e=>{const a=Xa(e,{fontSize:e.contentFontSize,lineHeight:e.contentLineHeight});return lh(a,e.componentCls)},$v=e=>{const a=Xa(e,{controlHeight:e.controlHeightSM,fontSize:e.contentFontSizeSM,lineHeight:e.contentLineHeightSM,padding:e.paddingXS,buttonPaddingHorizontal:e.paddingInlineSM,buttonPaddingVertical:e.paddingBlockSM,borderRadius:e.borderRadiusSM,buttonIconOnlyFontSize:e.onlyIconSizeSM});return lh(a,`${e.componentCls}-sm`)},Uv=e=>{const a=Xa(e,{controlHeight:e.controlHeightLG,fontSize:e.contentFontSizeLG,lineHeight:e.contentLineHeightLG,buttonPaddingHorizontal:e.paddingInlineLG,buttonPaddingVertical:e.paddingBlockLG,borderRadius:e.borderRadiusLG,buttonIconOnlyFontSize:e.onlyIconSizeLG});return lh(a,`${e.componentCls}-lg`)},Vv=e=>{const{componentCls:a}=e;return{[a]:{[`&${a}-block`]:{width:"100%"}}}},_v=Zt("Button",e=>{const a=L4(e);return[Iv(a),Gv(a),$v(a),Uv(a),Vv(a),Ov(a),Wv(a)]},O4,{unitless:{fontWeight:!0,contentLineHeight:!0,contentLineHeightSM:!0,contentLineHeightLG:!0}});function Kv(e,a,t){const{focusElCls:i,focus:n,borderElCls:r}=t,s=r?"> *":"",o=["hover",n?"focus":null,"active"].filter(Boolean).map(d=>`&:${d} ${s}`).join(",");return{[`&-item:not(${a}-last-item)`]:{marginInlineEnd:e.calc(e.lineWidth).mul(-1).equal()},"&-item":Object.assign(Object.assign({[o]:{zIndex:2}},i?{[`&${i}`]:{zIndex:2}}:{}),{[`&[disabled] ${s}`]:{zIndex:0}})}}function Zv(e,a,t){const{borderElCls:i}=t,n=i?`> ${i}`:"";return{[`&-item:not(${a}-first-item):not(${a}-last-item) ${n}`]:{borderRadius:0},[`&-item:not(${a}-last-item)${a}-first-item`]:{[`& ${n}, &${e}-sm ${n}, &${e}-lg ${n}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&-item:not(${a}-first-item)${a}-last-item`]:{[`& ${n}, &${e}-sm ${n}, &${e}-lg ${n}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}}}function $l(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{focus:!0};const{componentCls:t}=e,i=`${t}-compact`;return{[i]:Object.assign(Object.assign({},Kv(e,i,a)),Zv(t,i,a))}}function Jv(e,a){return{[`&-item:not(${a}-last-item)`]:{marginBottom:e.calc(e.lineWidth).mul(-1).equal()},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function Yv(e,a){return{[`&-item:not(${a}-first-item):not(${a}-last-item)`]:{borderRadius:0},[`&-item${a}-first-item:not(${a}-last-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${a}-last-item:not(${a}-first-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function Qv(e){const a=`${e.componentCls}-compact-vertical`;return{[a]:Object.assign(Object.assign({},Jv(e,a)),Yv(e.componentCls,a))}}const Xv=e=>{const{componentCls:a,calc:t}=e;return{[a]:{[`&-compact-item${a}-primary`]:{[`&:not([disabled]) + ${a}-compact-item${a}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:t(e.lineWidth).mul(-1).equal(),insetInlineStart:t(e.lineWidth).mul(-1).equal(),display:"inline-block",width:e.lineWidth,height:`calc(100% + ${re(e.lineWidth)} * 2)`,backgroundColor:e.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${a}-primary`]:{[`&:not([disabled]) + ${a}-compact-vertical-item${a}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:t(e.lineWidth).mul(-1).equal(),insetInlineStart:t(e.lineWidth).mul(-1).equal(),display:"inline-block",width:`calc(100% + ${re(e.lineWidth)} * 2)`,height:e.lineWidth,backgroundColor:e.colorPrimaryHover,content:'""'}}}}}}},eA=Hl(["Button","compact"],e=>{const a=L4(e);return[$l(a),Qv(a),Xv(a)]},O4);var aA=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t,i;const{loading:n=!1,prefixCls:r,type:s,danger:o,shape:d="default",size:l,styles:g,disabled:u,className:m,rootClassName:f,children:k,icon:y,ghost:w=!1,block:b=!1,htmlType:h="button",classNames:p,style:v={}}=e,x=aA(e,["loading","prefixCls","type","danger","shape","size","styles","disabled","className","rootClassName","children","icon","ghost","block","htmlType","classNames","style"]),S=s||"default",{getPrefixCls:A,autoInsertSpaceInButton:T,direction:q,button:z}=c.useContext(Sa),W=A("btn",r),[H,D,M]=_v(W),B=c.useContext(or),F=u??B,P=c.useContext(H4),C=c.useMemo(()=>tA(n),[n]),[N,j]=c.useState(C.loading),[L,K]=c.useState(!1),te=Xi(a,c.createRef()),ee=c.Children.count(k)===1&&!y&&!Gg(S);c.useEffect(()=>{let ye=null;C.delay>0?ye=setTimeout(()=>{ye=null,j(!0)},C.delay):j(C.loading);function ke(){ye&&(clearTimeout(ye),ye=null)}return ke},[C]),c.useEffect(()=>{if(!te||!te.current||T===!1)return;const ye=te.current.textContent;ee&&xm(ye)?L||K(!0):L&&K(!1)},[te]);const we=ye=>{const{onClick:ke}=e;if(N||F){ye.preventDefault();return}ke==null||ke(ye)},fe=T!==!1,{compactSize:ve,compactItemClassnames:be}=cd(W,q),Y={large:"lg",small:"sm",middle:void 0},J=un(ye=>{var ke,Pe;return(Pe=(ke=l??ve)!==null&&ke!==void 0?ke:P)!==null&&Pe!==void 0?Pe:ye}),me=J&&Y[J]||"",Se=N?"loading":y,ce=er(x,["navigate"]),ie=se(W,D,M,{[`${W}-${d}`]:d!=="default"&&d,[`${W}-${S}`]:S,[`${W}-${me}`]:me,[`${W}-icon-only`]:!k&&k!==0&&!!Se,[`${W}-background-ghost`]:w&&!Gg(S),[`${W}-loading`]:N,[`${W}-two-chinese-chars`]:L&&fe&&!N,[`${W}-block`]:b,[`${W}-dangerous`]:!!o,[`${W}-rtl`]:q==="rtl"},be,m,f,z==null?void 0:z.className),Re=Object.assign(Object.assign({},z==null?void 0:z.style),v),Ie=se(p==null?void 0:p.icon,(t=z==null?void 0:z.classNames)===null||t===void 0?void 0:t.icon),Me=Object.assign(Object.assign({},(g==null?void 0:g.icon)||{}),((i=z==null?void 0:z.styles)===null||i===void 0?void 0:i.icon)||{}),oe=y&&!N?Z.createElement(j4,{prefixCls:W,className:Ie,style:Me},y):Z.createElement(Pv,{existIcon:!!y,prefixCls:W,loading:!!N}),ae=k||k===0?Rv(k,ee&&fe):null;if(ce.href!==void 0)return H(Z.createElement("a",Object.assign({},ce,{className:se(ie,{[`${W}-disabled`]:F}),href:F?void 0:ce.href,style:Re,onClick:we,ref:te,tabIndex:F?-1:0}),oe,ae));let de=Z.createElement("button",Object.assign({},x,{type:h,className:ie,style:Re,onClick:we,disabled:F,ref:te}),oe,ae,!!be&&Z.createElement(eA,{key:"compact",prefixCls:W}));return Gg(S)||(de=Z.createElement(dh,{component:"Button",disabled:!!N},de)),H(de)},gh=c.forwardRef(iA);gh.Group=Tv;gh.__ANT_BUTTON=!0;const ki=gh;var U4=c.createContext(null),B2=[];function nA(e,a){var t=c.useState(function(){if(!ai())return null;var k=document.createElement("div");return k}),i=Q(t,1),n=i[0],r=c.useRef(!1),s=c.useContext(U4),o=c.useState(B2),d=Q(o,2),l=d[0],g=d[1],u=s||(r.current?void 0:function(k){g(function(y){var w=[k].concat(Ge(y));return w})});function m(){n.parentElement||document.body.appendChild(n),r.current=!0}function f(){var k;(k=n.parentElement)===null||k===void 0||k.removeChild(n),r.current=!1}return Ka(function(){return e?s?s(m):m():f(),f},[e]),Ka(function(){l.length&&(l.forEach(function(k){return k()}),g(B2))},[l]),[n,u]}function rA(e){var a="rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7)),t=document.createElement("div");t.id=a;var i=t.style;i.position="absolute",i.left="0",i.top="0",i.width="100px",i.height="100px",i.overflow="scroll";var n,r;if(e){var s=getComputedStyle(e);i.scrollbarColor=s.scrollbarColor,i.scrollbarWidth=s.scrollbarWidth;var o=getComputedStyle(e,"::-webkit-scrollbar"),d=parseInt(o.width,10),l=parseInt(o.height,10);try{var g=d?"width: ".concat(o.width,";"):"",u=l?"height: ".concat(o.height,";"):"";Tn(` + onLoadStart onPause onPlay onPlaying onProgress onRateChange onSeeked onSeeking onStalled onSuspend onTimeUpdate onVolumeChange onWaiting onLoad onError`,$7="".concat(O7," ").concat(G7).split(/[\s\n]+/),U7="aria-",V7="data-";function T2(e,a){return e.indexOf(a)===0}function Bs(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,t;a===!1?t={aria:!0,data:!0,attr:!0}:a===!0?t={aria:!0}:t=_({},a);var i={};return Object.keys(e).forEach(function(n){(t.aria&&(n==="role"||T2(n,U7))||t.data&&T2(n,V7)||t.attr&&$7.includes(n))&&(i[n]=e[n])}),i}function P4(e){return e&&K.isValidElement(e)&&e.type===K.Fragment}const _7=(e,a,t)=>K.isValidElement(e)?K.cloneElement(e,typeof t=="function"?t(e.props||{}):t):a;function gn(e,a){return _7(e,e,a)}const Gl=e=>{const[,,,,a]=ai();return a?`${e}-css-var`:""};var le={MAC_ENTER:3,BACKSPACE:8,TAB:9,NUM_CENTER:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:44,INSERT:45,DELETE:46,ZERO:48,ONE:49,TWO:50,THREE:51,FOUR:52,FIVE:53,SIX:54,SEVEN:55,EIGHT:56,NINE:57,QUESTION_MARK:63,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,META:91,WIN_KEY_RIGHT:92,CONTEXT_MENU:93,NUM_ZERO:96,NUM_ONE:97,NUM_TWO:98,NUM_THREE:99,NUM_FOUR:100,NUM_FIVE:101,NUM_SIX:102,NUM_SEVEN:103,NUM_EIGHT:104,NUM_NINE:105,NUM_MULTIPLY:106,NUM_PLUS:107,NUM_MINUS:109,NUM_PERIOD:110,NUM_DIVISION:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,NUMLOCK:144,SEMICOLON:186,DASH:189,EQUALS:187,COMMA:188,PERIOD:190,SLASH:191,APOSTROPHE:192,SINGLE_QUOTE:222,OPEN_SQUARE_BRACKET:219,BACKSLASH:220,CLOSE_SQUARE_BRACKET:221,WIN_KEY:224,MAC_FF_META:224,WIN_IME:229,isTextModifyingKeyEvent:function(a){var t=a.keyCode;if(a.altKey&&!a.ctrlKey||a.metaKey||t>=le.F1&&t<=le.F12)return!1;switch(t){case le.ALT:case le.CAPS_LOCK:case le.CONTEXT_MENU:case le.CTRL:case le.DOWN:case le.END:case le.ESC:case le.HOME:case le.INSERT:case le.LEFT:case le.MAC_FF_META:case le.META:case le.NUMLOCK:case le.NUM_CENTER:case le.PAGE_DOWN:case le.PAGE_UP:case le.PAUSE:case le.PRINT_SCREEN:case le.RIGHT:case le.SHIFT:case le.UP:case le.WIN_KEY:case le.WIN_KEY_RIGHT:return!1;default:return!0}},isCharacterKey:function(a){if(a>=le.ZERO&&a<=le.NINE||a>=le.NUM_ZERO&&a<=le.NUM_MULTIPLY||a>=le.A&&a<=le.Z||window.navigator.userAgent.indexOf("WebKit")!==-1&&a===0)return!0;switch(a){case le.SPACE:case le.QUESTION_MARK:case le.NUM_PLUS:case le.NUM_MINUS:case le.NUM_PERIOD:case le.NUM_DIVISION:case le.SEMICOLON:case le.DASH:case le.EQUALS:case le.COMMA:case le.PERIOD:case le.SLASH:case le.APOSTROPHE:case le.SINGLE_QUOTE:case le.OPEN_SQUARE_BRACKET:case le.BACKSLASH:case le.CLOSE_SQUARE_BRACKET:return!0;default:return!1}}},K7={icon:{tag:"svg",attrs:{viewBox:"0 0 1024 1024",focusable:"false"},children:[{tag:"path",attrs:{d:"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"}}]},name:"loading",theme:"outlined"};const Z7=K7;var J7=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:Z7}))};const oh=l.forwardRef(J7),Y7=K.createContext(void 0),E4=Y7,gr=100,Q7=10,X7=gr*Q7,W4={Modal:gr,Drawer:gr,Popover:gr,Popconfirm:gr,Tooltip:gr,Tour:gr},ev={SelectLike:50,Dropdown:50,DatePicker:50,Menu:50,ImagePreview:1};function av(e){return e in W4}function I4(e,a){const[,t]=ai(),i=K.useContext(E4),n=av(e);if(a!==void 0)return[a,a];let r=i??0;return n?(r+=(i?0:t.zIndexPopupBase)+W4[e],r=Math.min(r,t.zIndexPopupBase+X7)):r+=ev[e],[i===void 0?a:r,r]}function ti(){ti=function(){return a};var e,a={},t=Object.prototype,i=t.hasOwnProperty,n=Object.defineProperty||function(D,P,T){D[P]=T.value},r=typeof Symbol=="function"?Symbol:{},s=r.iterator||"@@iterator",o=r.asyncIterator||"@@asyncIterator",d=r.toStringTag||"@@toStringTag";function c(D,P,T){return Object.defineProperty(D,P,{value:T,enumerable:!0,configurable:!0,writable:!0}),D[P]}try{c({},"")}catch{c=function(T,I,H){return T[I]=H}}function g(D,P,T,I){var H=P&&P.prototype instanceof f?P:f,L=Object.create(H.prototype),Z=new $(I||[]);return n(L,"_invoke",{value:z(D,T,Z)}),L}function u(D,P,T){try{return{type:"normal",arg:D.call(P,T)}}catch(I){return{type:"throw",arg:I}}}a.wrap=g;var m="suspendedStart",b="suspendedYield",k="executing",y="completed",w={};function f(){}function h(){}function p(){}var A={};c(A,s,function(){return this});var S=Object.getPrototypeOf,x=S&&S(S(V([])));x&&x!==t&&i.call(x,s)&&(A=x);var v=p.prototype=f.prototype=Object.create(A);function C(D){["next","throw","return"].forEach(function(P){c(D,P,function(T){return this._invoke(P,T)})})}function R(D,P){function T(H,L,Z,ae){var te=u(D[H],D,L);if(te.type!=="throw"){var X=te.arg,we=X.value;return we&&pa(we)=="object"&&i.call(we,"__await")?P.resolve(we.__await).then(function(be){T("next",be,Z,ae)},function(be){T("throw",be,Z,ae)}):P.resolve(we).then(function(be){X.value=be,Z(X)},function(be){return T("throw",be,Z,ae)})}ae(te.arg)}var I;n(this,"_invoke",{value:function(L,Z){function ae(){return new P(function(te,X){T(L,Z,te,X)})}return I=I?I.then(ae,ae):ae()}})}function z(D,P,T){var I=m;return function(H,L){if(I===k)throw new Error("Generator is already running");if(I===y){if(H==="throw")throw L;return{value:e,done:!0}}for(T.method=H,T.arg=L;;){var Z=T.delegate;if(Z){var ae=W(Z,T);if(ae){if(ae===w)continue;return ae}}if(T.method==="next")T.sent=T._sent=T.arg;else if(T.method==="throw"){if(I===m)throw I=y,T.arg;T.dispatchException(T.arg)}else T.method==="return"&&T.abrupt("return",T.arg);I=k;var te=u(D,P,T);if(te.type==="normal"){if(I=T.done?y:b,te.arg===w)continue;return{value:te.arg,done:T.done}}te.type==="throw"&&(I=y,T.method="throw",T.arg=te.arg)}}}function W(D,P){var T=P.method,I=D.iterator[T];if(I===e)return P.delegate=null,T==="throw"&&D.iterator.return&&(P.method="return",P.arg=e,W(D,P),P.method==="throw")||T!=="return"&&(P.method="throw",P.arg=new TypeError("The iterator does not provide a '"+T+"' method")),w;var H=u(I,D.iterator,P.arg);if(H.type==="throw")return P.method="throw",P.arg=H.arg,P.delegate=null,w;var L=H.arg;return L?L.done?(P[D.resultName]=L.value,P.next=D.nextLoc,P.method!=="return"&&(P.method="next",P.arg=e),P.delegate=null,w):L:(P.method="throw",P.arg=new TypeError("iterator result is not an object"),P.delegate=null,w)}function F(D){var P={tryLoc:D[0]};1 in D&&(P.catchLoc=D[1]),2 in D&&(P.finallyLoc=D[2],P.afterLoc=D[3]),this.tryEntries.push(P)}function B(D){var P=D.completion||{};P.type="normal",delete P.arg,D.completion=P}function $(D){this.tryEntries=[{tryLoc:"root"}],D.forEach(F,this),this.reset(!0)}function V(D){if(D||D===""){var P=D[s];if(P)return P.call(D);if(typeof D.next=="function")return D;if(!isNaN(D.length)){var T=-1,I=function H(){for(;++T=0;--H){var L=this.tryEntries[H],Z=L.completion;if(L.tryLoc==="root")return I("end");if(L.tryLoc<=this.prev){var ae=i.call(L,"catchLoc"),te=i.call(L,"finallyLoc");if(ae&&te){if(this.prev=0;--I){var H=this.tryEntries[I];if(H.tryLoc<=this.prev&&i.call(H,"finallyLoc")&&this.prev=0;--T){var I=this.tryEntries[T];if(I.finallyLoc===P)return this.complete(I.completion,I.afterLoc),B(I),w}},catch:function(P){for(var T=this.tryEntries.length-1;T>=0;--T){var I=this.tryEntries[T];if(I.tryLoc===P){var H=I.completion;if(H.type==="throw"){var L=H.arg;B(I)}return L}}throw new Error("illegal catch attempt")},delegateYield:function(P,T,I){return this.delegate={iterator:V(P),resultName:T,nextLoc:I},this.method==="next"&&(this.arg=e),w}},a}function q2(e,a,t,i,n,r,s){try{var o=e[r](s),d=o.value}catch(c){t(c);return}o.done?a(d):Promise.resolve(d).then(i,n)}function Nr(e){return function(){var a=this,t=arguments;return new Promise(function(i,n){var r=e.apply(a,t);function s(d){q2(r,i,n,s,o,"next",d)}function o(d){q2(r,i,n,s,o,"throw",d)}s(void 0)})}}var sd=_({},$w),tv=sd.version,iv=sd.render,nv=sd.unmountComponentAtNode,$l;try{var rv=Number((tv||"").split(".")[0]);rv>=18&&($l=sd.createRoot)}catch{}function R2(e){var a=sd.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;a&&pa(a)==="object"&&(a.usingClientEntryPoint=e)}var Kc="__rc_react_root__";function sv(e,a){R2(!0);var t=a[Kc]||$l(a);R2(!1),t.render(e),a[Kc]=t}function ov(e,a){iv(e,a)}function dv(e,a){if($l){sv(e,a);return}ov(e,a)}function cv(e){return Am.apply(this,arguments)}function Am(){return Am=Nr(ti().mark(function e(a){return ti().wrap(function(i){for(;;)switch(i.prev=i.next){case 0:return i.abrupt("return",Promise.resolve().then(function(){var n;(n=a[Kc])===null||n===void 0||n.unmount(),delete a[Kc]}));case 1:case"end":return i.stop()}},e)})),Am.apply(this,arguments)}function lv(e){nv(e)}function gv(e){return xm.apply(this,arguments)}function xm(){return xm=Nr(ti().mark(function e(a){return ti().wrap(function(i){for(;;)switch(i.prev=i.next){case 0:if($l===void 0){i.next=2;break}return i.abrupt("return",cv(a));case 2:lv(a);case 3:case"end":return i.stop()}},e)})),xm.apply(this,arguments)}const jg=()=>({height:0,opacity:0}),z2=e=>{const{scrollHeight:a}=e;return{height:a,opacity:1}},uv=e=>({height:e?e.offsetHeight:0}),Lg=(e,a)=>(a==null?void 0:a.deadline)===!0||a.propertyName==="height",mv=function(){return{motionName:`${arguments.length>0&&arguments[0]!==void 0?arguments[0]:"ant"}-motion-collapse`,onAppearStart:jg,onEnterStart:jg,onAppearActive:z2,onEnterActive:z2,onLeaveStart:uv,onLeaveActive:jg,onAppearEnd:Lg,onEnterEnd:Lg,onLeaveEnd:Lg,motionDeadline:500}},B4=(e,a,t)=>t!==void 0?t:`${e}-${a}`,F4=function(e){if(!e)return!1;if(e instanceof Element){if(e.offsetParent)return!0;if(e.getBBox){var a=e.getBBox(),t=a.width,i=a.height;if(t||i)return!0}if(e.getBoundingClientRect){var n=e.getBoundingClientRect(),r=n.width,s=n.height;if(r||s)return!0}}return!1},hv=e=>{const{componentCls:a,colorPrimary:t}=e;return{[a]:{position:"absolute",background:"transparent",pointerEvents:"none",boxSizing:"border-box",color:`var(--wave-color, ${t})`,boxShadow:"0 0 0 0 currentcolor",opacity:.2,"&.wave-motion-appear":{transition:[`box-shadow 0.4s ${e.motionEaseOutCirc}`,`opacity 2s ${e.motionEaseOutCirc}`].join(","),"&-active":{boxShadow:"0 0 0 6px currentcolor",opacity:0},"&.wave-quick":{transition:[`box-shadow 0.3s ${e.motionEaseInOut}`,`opacity 0.35s ${e.motionEaseInOut}`].join(",")}}}}},fv=ih("Wave",e=>[hv(e)]);function bv(e){const a=(e||"").match(/rgba?\((\d*), (\d*), (\d*)(, [\d.]*)?\)/);return a&&a[1]&&a[2]&&a[3]?!(a[1]===a[2]&&a[2]===a[3]):!0}function Og(e){return e&&e!=="#fff"&&e!=="#ffffff"&&e!=="rgb(255, 255, 255)"&&e!=="rgba(255, 255, 255, 1)"&&bv(e)&&!/rgba\((?:\d*, ){3}0\)/.test(e)&&e!=="transparent"}function pv(e){const{borderTopColor:a,borderColor:t,backgroundColor:i}=getComputedStyle(e);return Og(a)?a:Og(t)?t:Og(i)?i:null}const D4="ant-wave-target";function Gg(e){return Number.isNaN(e)?0:e}const yv=e=>{const{className:a,target:t,component:i}=e,n=l.useRef(null),[r,s]=l.useState(null),[o,d]=l.useState([]),[c,g]=l.useState(0),[u,m]=l.useState(0),[b,k]=l.useState(0),[y,w]=l.useState(0),[f,h]=l.useState(!1),p={left:c,top:u,width:b,height:y,borderRadius:o.map(x=>`${x}px`).join(" ")};r&&(p["--wave-color"]=r);function A(){const x=getComputedStyle(t);s(pv(t));const v=x.position==="static",{borderLeftWidth:C,borderTopWidth:R}=x;g(v?t.offsetLeft:Gg(-parseFloat(C))),m(v?t.offsetTop:Gg(-parseFloat(R))),k(t.offsetWidth),w(t.offsetHeight);const{borderTopLeftRadius:z,borderTopRightRadius:W,borderBottomLeftRadius:F,borderBottomRightRadius:B}=x;d([z,W,B,F].map($=>Gg(parseFloat($))))}if(l.useEffect(()=>{if(t){const x=at(()=>{A(),h(!0)});let v;return typeof ResizeObserver<"u"&&(v=new ResizeObserver(A),v.observe(t)),()=>{at.cancel(x),v==null||v.disconnect()}}},[]),!f)return null;const S=(i==="Checkbox"||i==="Radio")&&(t==null?void 0:t.classList.contains(D4));return l.createElement(Gs,{visible:!0,motionAppear:!0,motionName:"wave-motion",motionDeadline:5e3,onAppearEnd:(x,v)=>{var C;if(v.deadline||v.propertyName==="opacity"){const R=(C=n.current)===null||C===void 0?void 0:C.parentElement;gv(R).then(()=>{R==null||R.remove()})}return!1}},x=>{let{className:v}=x;return l.createElement("div",{ref:n,className:de(a,{"wave-quick":S},v),style:p})})},kv=(e,a)=>{var t;const{component:i}=a;if(i==="Checkbox"&&!(!((t=e.querySelector("input"))===null||t===void 0)&&t.checked))return;const n=document.createElement("div");n.style.position="absolute",n.style.left="0px",n.style.top="0px",e==null||e.insertBefore(n,e==null?void 0:e.firstChild),dv(l.createElement(yv,Object.assign({},a,{target:e})),n)},wv=kv;function vv(e,a,t){const{wave:i}=l.useContext(Ra),[,n,r]=ai(),s=yi(c=>{const g=e.current;if(i!=null&&i.disabled||!g)return;const u=g.querySelector(`.${D4}`)||g,{showEffect:m}=i||{};(m||wv)(u,{className:a,token:n,component:t,event:c,hashId:r})}),o=l.useRef();return c=>{at.cancel(o.current),o.current=at(()=>{s(c)})}}const Av=e=>{const{children:a,disabled:t,component:i}=e,{getPrefixCls:n}=l.useContext(Ra),r=l.useRef(null),s=n("wave"),[,o]=fv(s),d=vv(r,de(s,o),i);if(K.useEffect(()=>{const g=r.current;if(!g||g.nodeType!==1||t)return;const u=m=>{!F4(m.target)||!g.getAttribute||g.getAttribute("disabled")||g.disabled||g.className.includes("disabled")||g.className.includes("-leave")||d(m)};return g.addEventListener("click",u,!0),()=>{g.removeEventListener("click",u,!0)}},[t]),!K.isValidElement(a))return a??null;const c=nd(a)?Xi(a.ref,r):r;return gn(a,{ref:c})},dh=Av,un=e=>{const a=K.useContext(Hl);return K.useMemo(()=>e?typeof e=="string"?e??a:e instanceof Function?e(a):a:a,[e,a])},N4=l.createContext(null),od=(e,a)=>{const t=l.useContext(N4),i=l.useMemo(()=>{if(!t)return"";const{compactDirection:n,isFirstItem:r,isLastItem:s}=t,o=n==="vertical"?"-vertical-":"-";return de(`${e}-compact${o}item`,{[`${e}-compact${o}first-item`]:r,[`${e}-compact${o}last-item`]:s,[`${e}-compact${o}item-rtl`]:a==="rtl"})},[e,a,t]);return{compactSize:t==null?void 0:t.compactSize,compactDirection:t==null?void 0:t.compactDirection,compactItemClassnames:i}},Ko=e=>{let{children:a}=e;return l.createElement(N4.Provider,{value:null},a)};var xv=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{getPrefixCls:a,direction:t}=l.useContext(Ra),{prefixCls:i,size:n,className:r}=e,s=xv(e,["prefixCls","size","className"]),o=a("btn-group",i),[,,d]=ai();let c="";switch(n){case"large":c="lg";break;case"small":c="sm";break}const g=de(o,{[`${o}-${c}`]:c,[`${o}-rtl`]:t==="rtl"},r,d);return l.createElement(H4.Provider,{value:n},l.createElement("div",Object.assign({},s,{className:g})))},Cv=Sv,M2=/^[\u4e00-\u9fa5]{2}$/,Sm=M2.test.bind(M2);function P2(e){return typeof e=="string"}function $g(e){return e==="text"||e==="link"}function Tv(e,a){if(e==null)return;const t=a?" ":"";return typeof e!="string"&&typeof e!="number"&&P2(e.type)&&Sm(e.props.children)?gn(e,{children:e.props.children.split("").join(t)}):P2(e)?Sm(e)?K.createElement("span",null,e.split("").join(t)):K.createElement("span",null,e):P4(e)?K.createElement("span",null,e):e}function qv(e,a){let t=!1;const i=[];return K.Children.forEach(e,n=>{const r=typeof n,s=r==="string"||r==="number";if(t&&s){const o=i.length-1,d=i[o];i[o]=`${d}${n}`}else i.push(n);t=s}),K.Children.map(i,n=>Tv(n,a))}const Rv=l.forwardRef((e,a)=>{const{className:t,style:i,children:n,prefixCls:r}=e,s=de(`${r}-icon`,t);return K.createElement("span",{ref:a,className:s,style:i},n)}),j4=Rv,E2=l.forwardRef((e,a)=>{let{prefixCls:t,className:i,style:n,iconClassName:r}=e;const s=de(`${t}-loading-icon`,i);return K.createElement(j4,{prefixCls:t,className:s,style:n,ref:a},K.createElement(oh,{className:r}))}),Ug=()=>({width:0,opacity:0,transform:"scale(0)"}),Vg=e=>({width:e.scrollWidth,opacity:1,transform:"scale(1)"}),zv=e=>{const{prefixCls:a,loading:t,existIcon:i,className:n,style:r}=e,s=!!t;return i?K.createElement(E2,{prefixCls:a,className:n,style:r}):K.createElement(Gs,{visible:s,motionName:`${a}-loading-icon-motion`,motionLeave:s,removeOnLeave:!0,onAppearStart:Ug,onAppearActive:Vg,onEnterStart:Ug,onEnterActive:Vg,onLeaveStart:Vg,onLeaveActive:Ug},(o,d)=>{let{className:c,style:g}=o;return K.createElement(E2,{prefixCls:a,className:n,style:Object.assign(Object.assign({},r),g),ref:d,iconClassName:c})})},Mv=zv,W2=(e,a)=>({[`> span, > ${e}`]:{"&:not(:last-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineEndColor:a}}},"&:not(:first-child)":{[`&, & > ${e}`]:{"&:not(:disabled)":{borderInlineStartColor:a}}}}}),Pv=e=>{const{componentCls:a,fontSize:t,lineWidth:i,groupBorderColor:n,colorErrorHover:r}=e;return{[`${a}-group`]:[{position:"relative",display:"inline-flex",[`> span, > ${a}`]:{"&:not(:last-child)":{[`&, & > ${a}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},"&:not(:first-child)":{marginInlineStart:e.calc(i).mul(-1).equal(),[`&, & > ${a}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}},[a]:{position:"relative",zIndex:1,"&:hover,\n &:focus,\n &:active":{zIndex:2},"&[disabled]":{zIndex:0}},[`${a}-icon-only`]:{fontSize:t}},W2(`${a}-primary`,n),W2(`${a}-danger`,r)]}},Ev=Pv,L4=e=>{const{paddingInline:a,onlyIconSize:t,paddingBlock:i}=e;return Ya(e,{buttonPaddingHorizontal:a,buttonPaddingVertical:i,buttonIconOnlyFontSize:t})},O4=e=>{var a,t,i,n,r,s;const o=(a=e.contentFontSize)!==null&&a!==void 0?a:e.fontSize,d=(t=e.contentFontSizeSM)!==null&&t!==void 0?t:e.fontSize,c=(i=e.contentFontSizeLG)!==null&&i!==void 0?i:e.fontSizeLG,g=(n=e.contentLineHeight)!==null&&n!==void 0?n:mc(o),u=(r=e.contentLineHeightSM)!==null&&r!==void 0?r:mc(d),m=(s=e.contentLineHeightLG)!==null&&s!==void 0?s:mc(c);return{fontWeight:400,defaultShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlTmpOutline}`,primaryShadow:`0 ${e.controlOutlineWidth}px 0 ${e.controlOutline}`,dangerShadow:`0 ${e.controlOutlineWidth}px 0 ${e.colorErrorOutline}`,primaryColor:e.colorTextLightSolid,dangerColor:e.colorTextLightSolid,borderColorDisabled:e.colorBorder,defaultGhostColor:e.colorBgContainer,ghostBg:"transparent",defaultGhostBorderColor:e.colorBgContainer,paddingInline:e.paddingContentHorizontal-e.lineWidth,paddingInlineLG:e.paddingContentHorizontal-e.lineWidth,paddingInlineSM:8-e.lineWidth,onlyIconSize:e.fontSizeLG,onlyIconSizeSM:e.fontSizeLG-2,onlyIconSizeLG:e.fontSizeLG+2,groupBorderColor:e.colorPrimaryHover,linkHoverBg:"transparent",textHoverBg:e.colorBgTextHover,defaultColor:e.colorText,defaultBg:e.colorBgContainer,defaultBorderColor:e.colorBorder,defaultBorderColorDisabled:e.colorBorder,defaultHoverBg:e.colorBgContainer,defaultHoverColor:e.colorPrimaryHover,defaultHoverBorderColor:e.colorPrimaryHover,defaultActiveBg:e.colorBgContainer,defaultActiveColor:e.colorPrimaryActive,defaultActiveBorderColor:e.colorPrimaryActive,contentFontSize:o,contentFontSizeSM:d,contentFontSizeLG:c,contentLineHeight:g,contentLineHeightSM:u,contentLineHeightLG:m,paddingBlock:Math.max((e.controlHeight-o*g)/2-e.lineWidth,0),paddingBlockSM:Math.max((e.controlHeightSM-d*u)/2-e.lineWidth,0),paddingBlockLG:Math.max((e.controlHeightLG-c*m)/2-e.lineWidth,0)}},Wv=e=>{const{componentCls:a,iconCls:t,fontWeight:i}=e;return{[a]:{outline:"none",position:"relative",display:"inline-block",fontWeight:i,whiteSpace:"nowrap",textAlign:"center",backgroundImage:"none",background:"transparent",border:`${ie(e.lineWidth)} ${e.lineType} transparent`,cursor:"pointer",transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,userSelect:"none",touchAction:"manipulation",color:e.colorText,"&:disabled > *":{pointerEvents:"none"},"> span":{display:"inline-block"},[`${a}-icon`]:{lineHeight:0},[`> ${t} + span, > span + ${t}`]:{marginInlineStart:e.marginXS},[`&:not(${a}-icon-only) > ${a}-icon`]:{[`&${a}-loading-icon, &:not(:last-child)`]:{marginInlineEnd:e.marginXS}},"> a":{color:"currentColor"},"&:not(:disabled)":Object.assign({},th(e)),[`&${a}-two-chinese-chars::first-letter`]:{letterSpacing:"0.34em"},[`&${a}-two-chinese-chars > *:not(${t})`]:{marginInlineEnd:"-0.34em",letterSpacing:"0.34em"},[`&-icon-only${a}-compact-item`]:{flex:"none"}}}},Rn=(e,a,t)=>({[`&:not(:disabled):not(${e}-disabled)`]:{"&:hover":a,"&:active":t}}),Iv=e=>({minWidth:e.controlHeight,paddingInlineStart:0,paddingInlineEnd:0,borderRadius:"50%"}),Bv=e=>({borderRadius:e.controlHeight,paddingInlineStart:e.calc(e.controlHeight).div(2).equal(),paddingInlineEnd:e.calc(e.controlHeight).div(2).equal()}),Fv=e=>({cursor:"not-allowed",borderColor:e.borderColorDisabled,color:e.colorTextDisabled,background:e.colorBgContainerDisabled,boxShadow:"none"}),Zo=(e,a,t,i,n,r,s,o)=>({[`&${e}-background-ghost`]:Object.assign(Object.assign({color:t||void 0,background:a,borderColor:i||void 0,boxShadow:"none"},Rn(e,Object.assign({background:a},s),Object.assign({background:a},o))),{"&:disabled":{cursor:"not-allowed",color:n||void 0,borderColor:r||void 0}})}),ch=e=>({[`&:disabled, &${e.componentCls}-disabled`]:Object.assign({},Fv(e))}),G4=e=>Object.assign({},ch(e)),Zc=e=>({[`&:disabled, &${e.componentCls}-disabled`]:{cursor:"not-allowed",color:e.colorTextDisabled}}),$4=e=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},G4(e)),{background:e.defaultBg,borderColor:e.defaultBorderColor,color:e.defaultColor,boxShadow:e.defaultShadow}),Rn(e.componentCls,{color:e.defaultHoverColor,borderColor:e.defaultHoverBorderColor,background:e.defaultHoverBg},{color:e.defaultActiveColor,borderColor:e.defaultActiveBorderColor,background:e.defaultActiveBg})),Zo(e.componentCls,e.ghostBg,e.defaultGhostColor,e.defaultGhostBorderColor,e.colorTextDisabled,e.colorBorder)),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({color:e.colorError,borderColor:e.colorError},Rn(e.componentCls,{color:e.colorErrorHover,borderColor:e.colorErrorBorderHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),Zo(e.componentCls,e.ghostBg,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder)),ch(e))}),Dv=e=>Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},G4(e)),{color:e.primaryColor,background:e.colorPrimary,boxShadow:e.primaryShadow}),Rn(e.componentCls,{color:e.colorTextLightSolid,background:e.colorPrimaryHover},{color:e.colorTextLightSolid,background:e.colorPrimaryActive})),Zo(e.componentCls,e.ghostBg,e.colorPrimary,e.colorPrimary,e.colorTextDisabled,e.colorBorder,{color:e.colorPrimaryHover,borderColor:e.colorPrimaryHover},{color:e.colorPrimaryActive,borderColor:e.colorPrimaryActive})),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign(Object.assign({background:e.colorError,boxShadow:e.dangerShadow,color:e.dangerColor},Rn(e.componentCls,{background:e.colorErrorHover},{background:e.colorErrorActive})),Zo(e.componentCls,e.ghostBg,e.colorError,e.colorError,e.colorTextDisabled,e.colorBorder,{color:e.colorErrorHover,borderColor:e.colorErrorHover},{color:e.colorErrorActive,borderColor:e.colorErrorActive})),ch(e))}),Nv=e=>Object.assign(Object.assign({},$4(e)),{borderStyle:"dashed"}),Hv=e=>Object.assign(Object.assign(Object.assign({color:e.colorLink},Rn(e.componentCls,{color:e.colorLinkHover,background:e.linkHoverBg},{color:e.colorLinkActive})),Zc(e)),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign({color:e.colorError},Rn(e.componentCls,{color:e.colorErrorHover},{color:e.colorErrorActive})),Zc(e))}),jv=e=>Object.assign(Object.assign(Object.assign({},Rn(e.componentCls,{color:e.colorText,background:e.textHoverBg},{color:e.colorText,background:e.colorBgTextActive})),Zc(e)),{[`&${e.componentCls}-dangerous`]:Object.assign(Object.assign({color:e.colorError},Zc(e)),Rn(e.componentCls,{color:e.colorErrorHover,background:e.colorErrorBg},{color:e.colorErrorHover,background:e.colorErrorBg}))}),Lv=e=>{const{componentCls:a}=e;return{[`${a}-default`]:$4(e),[`${a}-primary`]:Dv(e),[`${a}-dashed`]:Nv(e),[`${a}-link`]:Hv(e),[`${a}-text`]:jv(e),[`${a}-ghost`]:Zo(e.componentCls,e.ghostBg,e.colorBgContainer,e.colorBgContainer,e.colorTextDisabled,e.colorBorder)}},lh=function(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"";const{componentCls:t,controlHeight:i,fontSize:n,lineHeight:r,borderRadius:s,buttonPaddingHorizontal:o,iconCls:d,buttonPaddingVertical:c}=e,g=`${t}-icon-only`;return[{[`${a}`]:{fontSize:n,lineHeight:r,height:i,padding:`${ie(c)} ${ie(o)}`,borderRadius:s,[`&${g}`]:{width:i,paddingInlineStart:0,paddingInlineEnd:0,[`&${t}-round`]:{width:"auto"},[d]:{fontSize:e.buttonIconOnlyFontSize}},[`&${t}-loading`]:{opacity:e.opacityLoading,cursor:"default"},[`${t}-loading-icon`]:{transition:`width ${e.motionDurationSlow} ${e.motionEaseInOut}, opacity ${e.motionDurationSlow} ${e.motionEaseInOut}`}}},{[`${t}${t}-circle${a}`]:Iv(e)},{[`${t}${t}-round${a}`]:Bv(e)}]},Ov=e=>{const a=Ya(e,{fontSize:e.contentFontSize,lineHeight:e.contentLineHeight});return lh(a,e.componentCls)},Gv=e=>{const a=Ya(e,{controlHeight:e.controlHeightSM,fontSize:e.contentFontSizeSM,lineHeight:e.contentLineHeightSM,padding:e.paddingXS,buttonPaddingHorizontal:e.paddingInlineSM,buttonPaddingVertical:e.paddingBlockSM,borderRadius:e.borderRadiusSM,buttonIconOnlyFontSize:e.onlyIconSizeSM});return lh(a,`${e.componentCls}-sm`)},$v=e=>{const a=Ya(e,{controlHeight:e.controlHeightLG,fontSize:e.contentFontSizeLG,lineHeight:e.contentLineHeightLG,buttonPaddingHorizontal:e.paddingInlineLG,buttonPaddingVertical:e.paddingBlockLG,borderRadius:e.borderRadiusLG,buttonIconOnlyFontSize:e.onlyIconSizeLG});return lh(a,`${e.componentCls}-lg`)},Uv=e=>{const{componentCls:a}=e;return{[a]:{[`&${a}-block`]:{width:"100%"}}}},Vv=Zt("Button",e=>{const a=L4(e);return[Wv(a),Ov(a),Gv(a),$v(a),Uv(a),Lv(a),Ev(a)]},O4,{unitless:{fontWeight:!0,contentLineHeight:!0,contentLineHeightSM:!0,contentLineHeightLG:!0}});function _v(e,a,t){const{focusElCls:i,focus:n,borderElCls:r}=t,s=r?"> *":"",o=["hover",n?"focus":null,"active"].filter(Boolean).map(d=>`&:${d} ${s}`).join(",");return{[`&-item:not(${a}-last-item)`]:{marginInlineEnd:e.calc(e.lineWidth).mul(-1).equal()},"&-item":Object.assign(Object.assign({[o]:{zIndex:2}},i?{[`&${i}`]:{zIndex:2}}:{}),{[`&[disabled] ${s}`]:{zIndex:0}})}}function Kv(e,a,t){const{borderElCls:i}=t,n=i?`> ${i}`:"";return{[`&-item:not(${a}-first-item):not(${a}-last-item) ${n}`]:{borderRadius:0},[`&-item:not(${a}-last-item)${a}-first-item`]:{[`& ${n}, &${e}-sm ${n}, &${e}-lg ${n}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&-item:not(${a}-first-item)${a}-last-item`]:{[`& ${n}, &${e}-sm ${n}, &${e}-lg ${n}`]:{borderStartStartRadius:0,borderEndStartRadius:0}}}}function Ul(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{focus:!0};const{componentCls:t}=e,i=`${t}-compact`;return{[i]:Object.assign(Object.assign({},_v(e,i,a)),Kv(t,i,a))}}function Zv(e,a){return{[`&-item:not(${a}-last-item)`]:{marginBottom:e.calc(e.lineWidth).mul(-1).equal()},"&-item":{"&:hover,&:focus,&:active":{zIndex:2},"&[disabled]":{zIndex:0}}}}function Jv(e,a){return{[`&-item:not(${a}-first-item):not(${a}-last-item)`]:{borderRadius:0},[`&-item${a}-first-item:not(${a}-last-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderEndEndRadius:0,borderEndStartRadius:0}},[`&-item${a}-last-item:not(${a}-first-item)`]:{[`&, &${e}-sm, &${e}-lg`]:{borderStartStartRadius:0,borderStartEndRadius:0}}}}function Yv(e){const a=`${e.componentCls}-compact-vertical`;return{[a]:Object.assign(Object.assign({},Zv(e,a)),Jv(e.componentCls,a))}}const Qv=e=>{const{componentCls:a,calc:t}=e;return{[a]:{[`&-compact-item${a}-primary`]:{[`&:not([disabled]) + ${a}-compact-item${a}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:t(e.lineWidth).mul(-1).equal(),insetInlineStart:t(e.lineWidth).mul(-1).equal(),display:"inline-block",width:e.lineWidth,height:`calc(100% + ${ie(e.lineWidth)} * 2)`,backgroundColor:e.colorPrimaryHover,content:'""'}}},"&-compact-vertical-item":{[`&${a}-primary`]:{[`&:not([disabled]) + ${a}-compact-vertical-item${a}-primary:not([disabled])`]:{position:"relative","&:before":{position:"absolute",top:t(e.lineWidth).mul(-1).equal(),insetInlineStart:t(e.lineWidth).mul(-1).equal(),display:"inline-block",width:`calc(100% + ${ie(e.lineWidth)} * 2)`,height:e.lineWidth,backgroundColor:e.colorPrimaryHover,content:'""'}}}}}}},Xv=jl(["Button","compact"],e=>{const a=L4(e);return[Ul(a),Yv(a),Qv(a)]},O4);var eA=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t,i;const{loading:n=!1,prefixCls:r,type:s,danger:o,shape:d="default",size:c,styles:g,disabled:u,className:m,rootClassName:b,children:k,icon:y,ghost:w=!1,block:f=!1,htmlType:h="button",classNames:p,style:A={}}=e,S=eA(e,["loading","prefixCls","type","danger","shape","size","styles","disabled","className","rootClassName","children","icon","ghost","block","htmlType","classNames","style"]),x=s||"default",{getPrefixCls:v,autoInsertSpaceInButton:C,direction:R,button:z}=l.useContext(Ra),W=v("btn",r),[F,B,$]=Vv(W),V=l.useContext(rr),D=u??V,P=l.useContext(H4),T=l.useMemo(()=>aA(n),[n]),[I,H]=l.useState(T.loading),[L,Z]=l.useState(!1),te=Xi(a,l.createRef()),X=l.Children.count(k)===1&&!y&&!$g(x);l.useEffect(()=>{let xe=null;T.delay>0?xe=setTimeout(()=>{xe=null,H(!0)},T.delay):H(T.loading);function Se(){xe&&(clearTimeout(xe),xe=null)}return Se},[T]),l.useEffect(()=>{if(!te||!te.current||C===!1)return;const xe=te.current.textContent;X&&Sm(xe)?L||Z(!0):L&&Z(!1)},[te]);const we=xe=>{const{onClick:Se}=e;if(I||D){xe.preventDefault();return}Se==null||Se(xe)},be=C!==!1,{compactSize:ye,compactItemClassnames:pe}=od(W,R),ne={large:"lg",small:"sm",middle:void 0},J=un(xe=>{var Se,We;return(We=(Se=c??ye)!==null&&Se!==void 0?Se:P)!==null&&We!==void 0?We:xe}),fe=J&&ne[J]||"",Ce=I?"loading":y,se=Tn(S,["navigate"]),Q=de(W,B,$,{[`${W}-${d}`]:d!=="default"&&d,[`${W}-${x}`]:x,[`${W}-${fe}`]:fe,[`${W}-icon-only`]:!k&&k!==0&&!!Ce,[`${W}-background-ghost`]:w&&!$g(x),[`${W}-loading`]:I,[`${W}-two-chinese-chars`]:L&&be&&!I,[`${W}-block`]:f,[`${W}-dangerous`]:!!o,[`${W}-rtl`]:R==="rtl"},pe,m,b,z==null?void 0:z.className),Ee=Object.assign(Object.assign({},z==null?void 0:z.style),A),Ie=de(p==null?void 0:p.icon,(t=z==null?void 0:z.classNames)===null||t===void 0?void 0:t.icon),ze=Object.assign(Object.assign({},(g==null?void 0:g.icon)||{}),((i=z==null?void 0:z.styles)===null||i===void 0?void 0:i.icon)||{}),re=y&&!I?K.createElement(j4,{prefixCls:W,className:Ie,style:ze},y):K.createElement(Mv,{existIcon:!!y,prefixCls:W,loading:!!I}),oe=k||k===0?qv(k,X&&be):null;if(se.href!==void 0)return F(K.createElement("a",Object.assign({},se,{className:de(Q,{[`${W}-disabled`]:D}),href:D?void 0:se.href,style:Ee,onClick:we,ref:te,tabIndex:D?-1:0}),re,oe));let ue=K.createElement("button",Object.assign({},S,{type:h,className:Q,style:Ee,onClick:we,disabled:D,ref:te}),re,oe,!!pe&&K.createElement(Xv,{key:"compact",prefixCls:W}));return $g(x)||(ue=K.createElement(dh,{component:"Button",disabled:!!I},ue)),F(ue)},gh=l.forwardRef(tA);gh.Group=Cv;gh.__ANT_BUTTON=!0;const di=gh;var U4=l.createContext(null),I2=[];function iA(e,a){var t=l.useState(function(){if(!ei())return null;var k=document.createElement("div");return k}),i=Y(t,1),n=i[0],r=l.useRef(!1),s=l.useContext(U4),o=l.useState(I2),d=Y(o,2),c=d[0],g=d[1],u=s||(r.current?void 0:function(k){g(function(y){var w=[k].concat(Oe(y));return w})});function m(){n.parentElement||document.body.appendChild(n),r.current=!0}function b(){var k;(k=n.parentElement)===null||k===void 0||k.removeChild(n),r.current=!1}return Xa(function(){return e?s?s(m):m():b(),b},[e]),Xa(function(){c.length&&(c.forEach(function(k){return k()}),g(I2))},[c]),[n,u]}function nA(e){var a="rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7)),t=document.createElement("div");t.id=a;var i=t.style;i.position="absolute",i.left="0",i.top="0",i.width="100px",i.height="100px",i.overflow="scroll";var n,r;if(e){var s=getComputedStyle(e);i.scrollbarColor=s.scrollbarColor,i.scrollbarWidth=s.scrollbarWidth;var o=getComputedStyle(e,"::-webkit-scrollbar"),d=parseInt(o.width,10),c=parseInt(o.height,10);try{var g=d?"width: ".concat(o.width,";"):"",u=c?"height: ".concat(o.height,";"):"";qn(` #`.concat(a,`::-webkit-scrollbar { `).concat(g,` `).concat(u,` -}`),a)}catch(k){console.error(k),n=d,r=l}}document.body.appendChild(t);var m=e&&n&&!isNaN(n)?n:t.offsetWidth-t.clientWidth,f=e&&r&&!isNaN(r)?r:t.offsetHeight-t.clientHeight;return document.body.removeChild(t),Ws(a),{width:m,height:f}}function sA(e){return typeof document>"u"||!e||!(e instanceof Element)?{width:0,height:0}:rA(e)}function oA(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}var dA="rc-util-locker-".concat(Date.now()),F2=0;function cA(e){var a=!!e,t=c.useState(function(){return F2+=1,"".concat(dA,"_").concat(F2)}),i=Q(t,1),n=i[0];Ka(function(){if(a){var r=sA(document.body).width,s=oA();Tn(` +}`),a)}catch(k){console.error(k),n=d,r=c}}document.body.appendChild(t);var m=e&&n&&!isNaN(n)?n:t.offsetWidth-t.clientWidth,b=e&&r&&!isNaN(r)?r:t.offsetHeight-t.clientHeight;return document.body.removeChild(t),Ps(a),{width:m,height:b}}function rA(e){return typeof document>"u"||!e||!(e instanceof Element)?{width:0,height:0}:nA(e)}function sA(){return document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth}var oA="rc-util-locker-".concat(Date.now()),B2=0;function dA(e){var a=!!e,t=l.useState(function(){return B2+=1,"".concat(oA,"_").concat(B2)}),i=Y(t,1),n=i[0];Xa(function(){if(a){var r=rA(document.body).width,s=sA();qn(` html body { overflow-y: hidden; `.concat(s?"width: calc(100% - ".concat(r,"px);"):"",` -}`),n)}else Ws(n);return function(){Ws(n)}},[a,n])}var D2=!1;function lA(e){return typeof e=="boolean"&&(D2=e),D2}var N2=function(a){return a===!1?!1:!ai()||!a?null:typeof a=="string"?document.querySelector(a):typeof a=="function"?a():a},uh=c.forwardRef(function(e,a){var t=e.open,i=e.autoLock,n=e.getContainer;e.debug;var r=e.autoDestroy,s=r===void 0?!0:r,o=e.children,d=c.useState(t),l=Q(d,2),g=l[0],u=l[1],m=g||t;c.useEffect(function(){(s||t)&&u(t)},[t,s]);var f=c.useState(function(){return N2(n)}),k=Q(f,2),y=k[0],w=k[1];c.useEffect(function(){var W=N2(n);w(W??null)});var b=nA(m&&!y),h=Q(b,2),p=h[0],v=h[1],x=y??p;cA(i&&t&&ai()&&(x===p||x===document.body));var S=null;if(o&&sd(o)&&a){var A=o;S=A.ref}var T=rd(S,a);if(!m||!ai()||y===void 0)return null;var q=x===!1||lA(),z=o;return a&&(z=c.cloneElement(o,{ref:T})),c.createElement(U4.Provider,{value:v},q?z:Wr.createPortal(z,x))});function gA(){var e=_({},rl);return e.useId}var H2=0,j2=gA();const uA=j2?function(a){var t=j2();return a||t}:function(a){var t=c.useState("ssr-id"),i=Q(t,2),n=i[0],r=i[1];return c.useEffect(function(){var s=H2;H2+=1,r("rc_unique_".concat(s))},[]),a||n};var mA=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function bc(e,a,t){return pA()?bc=Reflect.construct.bind():bc=function(n,r,s){var o=[null];o.push.apply(o,r);var d=Function.bind.apply(n,o),l=new d;return s&&Zo(l,s.prototype),l},bc.apply(null,arguments)}function yA(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Tm(e){var a=typeof Map=="function"?new Map:void 0;return Tm=function(i){if(i===null||!yA(i))return i;if(typeof i!="function")throw new TypeError("Super expression must either be null or a function");if(typeof a<"u"){if(a.has(i))return a.get(i);a.set(i,n)}function n(){return bc(i,arguments,Cm(this).constructor)}return n.prototype=Object.create(i.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Zo(n,i)},Tm(e)}var kA=/%[sdj%]/g,wA=function(){};function qm(e){if(!e||!e.length)return null;var a={};return e.forEach(function(t){var i=t.field;a[i]=a[i]||[],a[i].push(t)}),a}function vi(e){for(var a=arguments.length,t=new Array(a>1?a-1:0),i=1;i=r)return o;switch(o){case"%s":return String(t[n++]);case"%d":return Number(t[n++]);case"%j":try{return JSON.stringify(t[n++])}catch{return"[Circular]"}break;default:return o}});return s}return e}function vA(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function zt(e,a){return!!(e==null||a==="array"&&Array.isArray(e)&&!e.length||vA(a)&&typeof e=="string"&&!e)}function AA(e,a,t){var i=[],n=0,r=e.length;function s(o){i.push.apply(i,o||[]),n++,n===r&&t(i)}e.forEach(function(o){a(o,s)})}function L2(e,a,t){var i=0,n=e.length;function r(s){if(s&&s.length){t(s);return}var o=i;i=i+1,o"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function hc(e,a,t){return pA()?hc=Reflect.construct.bind():hc=function(n,r,s){var o=[null];o.push.apply(o,r);var d=Function.bind.apply(n,o),c=new d;return s&&Jo(c,s.prototype),c},hc.apply(null,arguments)}function yA(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function qm(e){var a=typeof Map=="function"?new Map:void 0;return qm=function(i){if(i===null||!yA(i))return i;if(typeof i!="function")throw new TypeError("Super expression must either be null or a function");if(typeof a<"u"){if(a.has(i))return a.get(i);a.set(i,n)}function n(){return hc(i,arguments,Tm(this).constructor)}return n.prototype=Object.create(i.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Jo(n,i)},qm(e)}var kA=/%[sdj%]/g,wA=function(){};function Rm(e){if(!e||!e.length)return null;var a={};return e.forEach(function(t){var i=t.field;a[i]=a[i]||[],a[i].push(t)}),a}function wi(e){for(var a=arguments.length,t=new Array(a>1?a-1:0),i=1;i=r)return o;switch(o){case"%s":return String(t[n++]);case"%d":return Number(t[n++]);case"%j":try{return JSON.stringify(t[n++])}catch{return"[Circular]"}break;default:return o}});return s}return e}function vA(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function zt(e,a){return!!(e==null||a==="array"&&Array.isArray(e)&&!e.length||vA(a)&&typeof e=="string"&&!e)}function AA(e,a,t){var i=[],n=0,r=e.length;function s(o){i.push.apply(i,o||[]),n++,n===r&&t(i)}e.forEach(function(o){a(o,s)})}function j2(e,a,t){var i=0,n=e.length;function r(s){if(s&&s.length){t(s);return}var o=i;i=i+1,o()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},go={integer:function(a){return go.number(a)&&parseInt(a,10)===a},float:function(a){return go.number(a)&&!go.integer(a)},array:function(a){return Array.isArray(a)},regexp:function(a){if(a instanceof RegExp)return!0;try{return!!new RegExp(a)}catch{return!1}},date:function(a){return typeof a.getTime=="function"&&typeof a.getMonth=="function"&&typeof a.getYear=="function"&&!isNaN(a.getTime())},number:function(a){return isNaN(a)?!1:typeof a=="number"},object:function(a){return typeof a=="object"&&!go.array(a)},method:function(a){return typeof a=="function"},email:function(a){return typeof a=="string"&&a.length<=320&&!!a.match(U2.email)},url:function(a){return typeof a=="string"&&a.length<=2048&&!!a.match(RA())},hex:function(a){return typeof a=="string"&&!!a.match(U2.hex)}},zA=function(a,t,i,n,r){if(a.required&&t===void 0){_4(a,t,i,n,r);return}var s=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=a.type;s.indexOf(o)>-1?go[o](t)||n.push(vi(r.messages.types[o],a.fullField,a.type)):o&&typeof t!==a.type&&n.push(vi(r.messages.types[o],a.fullField,a.type))},MA=function(a,t,i,n,r){var s=typeof a.len=="number",o=typeof a.min=="number",d=typeof a.max=="number",l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,g=t,u=null,m=typeof t=="number",f=typeof t=="string",k=Array.isArray(t);if(m?u="number":f?u="string":k&&(u="array"),!u)return!1;k&&(g=t.length),f&&(g=t.replace(l,"_").length),s?g!==a.len&&n.push(vi(r.messages[u].len,a.fullField,a.len)):o&&!d&&ga.max?n.push(vi(r.messages[u].max,a.fullField,a.max)):o&&d&&(ga.max)&&n.push(vi(r.messages[u].range,a.fullField,a.min,a.max))},Vr="enum",PA=function(a,t,i,n,r){a[Vr]=Array.isArray(a[Vr])?a[Vr]:[],a[Vr].indexOf(t)===-1&&n.push(vi(r.messages[Vr],a.fullField,a[Vr].join(", ")))},EA=function(a,t,i,n,r){if(a.pattern){if(a.pattern instanceof RegExp)a.pattern.lastIndex=0,a.pattern.test(t)||n.push(vi(r.messages.pattern.mismatch,a.fullField,t,a.pattern));else if(typeof a.pattern=="string"){var s=new RegExp(a.pattern);s.test(t)||n.push(vi(r.messages.pattern.mismatch,a.fullField,t,a.pattern))}}},Ta={required:_4,whitespace:qA,type:zA,range:MA,enum:PA,pattern:EA},WA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t,"string")&&!a.required)return i();Ta.required(a,t,n,s,r,"string"),zt(t,"string")||(Ta.type(a,t,n,s,r),Ta.range(a,t,n,s,r),Ta.pattern(a,t,n,s,r),a.whitespace===!0&&Ta.whitespace(a,t,n,s,r))}i(s)},IA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),t!==void 0&&Ta.type(a,t,n,s,r)}i(s)},BA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(t===""&&(t=void 0),zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),t!==void 0&&(Ta.type(a,t,n,s,r),Ta.range(a,t,n,s,r))}i(s)},FA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),t!==void 0&&Ta.type(a,t,n,s,r)}i(s)},DA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),zt(t)||Ta.type(a,t,n,s,r)}i(s)},NA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),t!==void 0&&(Ta.type(a,t,n,s,r),Ta.range(a,t,n,s,r))}i(s)},HA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),t!==void 0&&(Ta.type(a,t,n,s,r),Ta.range(a,t,n,s,r))}i(s)},jA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(t==null&&!a.required)return i();Ta.required(a,t,n,s,r,"array"),t!=null&&(Ta.type(a,t,n,s,r),Ta.range(a,t,n,s,r))}i(s)},LA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),t!==void 0&&Ta.type(a,t,n,s,r)}i(s)},OA="enum",GA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r),t!==void 0&&Ta[OA](a,t,n,s,r)}i(s)},$A=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t,"string")&&!a.required)return i();Ta.required(a,t,n,s,r),zt(t,"string")||Ta.pattern(a,t,n,s,r)}i(s)},UA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t,"date")&&!a.required)return i();if(Ta.required(a,t,n,s,r),!zt(t,"date")){var d;t instanceof Date?d=t:d=new Date(t),Ta.type(a,d,n,s,r),d&&Ta.range(a,d.getTime(),n,s,r)}}i(s)},VA=function(a,t,i,n,r){var s=[],o=Array.isArray(t)?"array":typeof t;Ta.required(a,t,n,s,r,o),i(s)},Vg=function(a,t,i,n,r){var s=a.type,o=[],d=a.required||!a.required&&n.hasOwnProperty(a.field);if(d){if(zt(t,s)&&!a.required)return i();Ta.required(a,t,n,o,r,s),zt(t,s)||Ta.type(a,t,n,o,r)}i(o)},_A=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ta.required(a,t,n,s,r)}i(s)},To={string:WA,method:IA,number:BA,boolean:FA,regexp:DA,integer:NA,float:HA,array:jA,object:LA,enum:GA,pattern:$A,date:UA,url:Vg,hex:Vg,email:Vg,required:VA,any:_A};function Rm(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var a=JSON.parse(JSON.stringify(this));return a.clone=this.clone,a}}}var zm=Rm(),ld=function(){function e(t){this.rules=null,this._messages=zm,this.define(t)}var a=e.prototype;return a.define=function(i){var n=this;if(!i)throw new Error("Cannot configure a schema with no rules");if(typeof i!="object"||Array.isArray(i))throw new Error("Rules must be an object");this.rules={},Object.keys(i).forEach(function(r){var s=i[r];n.rules[r]=Array.isArray(s)?s:[s]})},a.messages=function(i){return i&&(this._messages=$2(Rm(),i)),this._messages},a.validate=function(i,n,r){var s=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var o=i,d=n,l=r;if(typeof d=="function"&&(l=d,d={}),!this.rules||Object.keys(this.rules).length===0)return l&&l(null,o),Promise.resolve(o);function g(y){var w=[],b={};function h(v){if(Array.isArray(v)){var x;w=(x=w).concat.apply(x,v)}else w.push(v)}for(var p=0;p2&&arguments[2]!==void 0?arguments[2]:!1;return e&&e.some(function(i){return Z4(a,i,t)})}function Z4(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return!e||!a||!t&&e.length!==a.length?!1:a.every(function(i,n){return e[n]===i})}function QA(e,a){if(e===a)return!0;if(!e&&a||e&&!a||!e||!a||pa(e)!=="object"||pa(a)!=="object")return!1;var t=Object.keys(e),i=Object.keys(a),n=new Set([].concat(t,i));return Ge(n).every(function(r){var s=e[r],o=a[r];return typeof s=="function"&&typeof o=="function"?!0:s===o})}function XA(e){var a=arguments.length<=1?void 0:arguments[1];return a&&a.target&&pa(a.target)==="object"&&e in a.target?a.target[e]:a}function Z2(e,a,t){var i=e.length;if(a<0||a>=i||t<0||t>=i)return e;var n=e[a],r=a-t;return r>0?[].concat(Ge(e.slice(0,t)),[n],Ge(e.slice(t,a)),Ge(e.slice(a+1,i))):r<0?[].concat(Ge(e.slice(0,a)),Ge(e.slice(a+1,t+1)),[n],Ge(e.slice(t+1,i))):e}var ex=["name"],qi=[];function J2(e,a,t,i,n,r){return typeof e=="function"?e(a,t,"source"in r?{source:r.source}:{}):i!==n}var mh=function(e){Gs(t,e);var a=Wl(t);function t(i){var n;if(_t(this,t),n=a.call(this,i),G(Ea(n),"state",{resetCount:0}),G(Ea(n),"cancelRegisterFunc",null),G(Ea(n),"mounted",!1),G(Ea(n),"touched",!1),G(Ea(n),"dirty",!1),G(Ea(n),"validatePromise",void 0),G(Ea(n),"prevValidating",void 0),G(Ea(n),"errors",qi),G(Ea(n),"warnings",qi),G(Ea(n),"cancelRegister",function(){var d=n.props,l=d.preserve,g=d.isListField,u=d.name;n.cancelRegisterFunc&&n.cancelRegisterFunc(g,l,kt(u)),n.cancelRegisterFunc=null}),G(Ea(n),"getNamePath",function(){var d=n.props,l=d.name,g=d.fieldContext,u=g.prefixName,m=u===void 0?[]:u;return l!==void 0?[].concat(Ge(m),Ge(l)):[]}),G(Ea(n),"getRules",function(){var d=n.props,l=d.rules,g=l===void 0?[]:l,u=d.fieldContext;return g.map(function(m){return typeof m=="function"?m(u):m})}),G(Ea(n),"refresh",function(){n.mounted&&n.setState(function(d){var l=d.resetCount;return{resetCount:l+1}})}),G(Ea(n),"metaCache",null),G(Ea(n),"triggerMetaEvent",function(d){var l=n.props.onMetaChange;if(l){var g=_(_({},n.getMeta()),{},{destroy:d});_1(n.metaCache,g)||l(g),n.metaCache=g}else n.metaCache=null}),G(Ea(n),"onStoreChange",function(d,l,g){var u=n.props,m=u.shouldUpdate,f=u.dependencies,k=f===void 0?[]:f,y=u.onReset,w=g.store,b=n.getNamePath(),h=n.getValue(d),p=n.getValue(w),v=l&&xs(l,b);switch(g.type==="valueUpdate"&&g.source==="external"&&h!==p&&(n.touched=!0,n.dirty=!0,n.validatePromise=null,n.errors=qi,n.warnings=qi,n.triggerMetaEvent()),g.type){case"reset":if(!l||v){n.touched=!1,n.dirty=!1,n.validatePromise=void 0,n.errors=qi,n.warnings=qi,n.triggerMetaEvent(),y==null||y(),n.refresh();return}break;case"remove":{if(m){n.reRender();return}break}case"setField":{var x=g.data;if(v){"touched"in x&&(n.touched=x.touched),"validating"in x&&!("originRCField"in x)&&(n.validatePromise=x.validating?Promise.resolve([]):null),"errors"in x&&(n.errors=x.errors||qi),"warnings"in x&&(n.warnings=x.warnings||qi),n.dirty=!0,n.triggerMetaEvent(),n.reRender();return}else if("value"in x&&xs(l,b,!0)){n.reRender();return}if(m&&!b.length&&J2(m,d,w,h,p,g)){n.reRender();return}break}case"dependenciesUpdate":{var S=k.map(kt);if(S.some(function(A){return xs(g.relatedFields,A)})){n.reRender();return}break}default:if(v||(!k.length||b.length||m)&&J2(m,d,w,h,p,g)){n.reRender();return}break}m===!0&&n.reRender()}),G(Ea(n),"validateRules",function(d){var l=n.getNamePath(),g=n.getValue(),u=d||{},m=u.triggerName,f=u.validateOnly,k=f===void 0?!1:f,y=Promise.resolve().then(jr(ii().mark(function w(){var b,h,p,v,x,S,A;return ii().wrap(function(q){for(;;)switch(q.prev=q.next){case 0:if(n.mounted){q.next=2;break}return q.abrupt("return",[]);case 2:if(b=n.props,h=b.validateFirst,p=h===void 0?!1:h,v=b.messageVariables,x=b.validateDebounce,S=n.getRules(),m&&(S=S.filter(function(z){return z}).filter(function(z){var W=z.validateTrigger;if(!W)return!0;var H=Sm(W);return H.includes(m)})),!(x&&m)){q.next=10;break}return q.next=8,new Promise(function(z){setTimeout(z,x)});case 8:if(n.validatePromise===y){q.next=10;break}return q.abrupt("return",[]);case 10:return A=ZA(l,g,S,d,p,v),A.catch(function(z){return z}).then(function(){var z=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qi;if(n.validatePromise===y){var W;n.validatePromise=null;var H=[],D=[];(W=z.forEach)===null||W===void 0||W.call(z,function(M){var B=M.rule.warningOnly,F=M.errors,P=F===void 0?qi:F;B?D.push.apply(D,Ge(P)):H.push.apply(H,Ge(P))}),n.errors=H,n.warnings=D,n.triggerMetaEvent(),n.reRender()}}),q.abrupt("return",A);case 13:case"end":return q.stop()}},w)})));return k||(n.validatePromise=y,n.dirty=!0,n.errors=qi,n.warnings=qi,n.triggerMetaEvent(),n.reRender()),y}),G(Ea(n),"isFieldValidating",function(){return!!n.validatePromise}),G(Ea(n),"isFieldTouched",function(){return n.touched}),G(Ea(n),"isFieldDirty",function(){if(n.dirty||n.props.initialValue!==void 0)return!0;var d=n.props.fieldContext,l=d.getInternalHooks(kr),g=l.getInitialValue;return g(n.getNamePath())!==void 0}),G(Ea(n),"getErrors",function(){return n.errors}),G(Ea(n),"getWarnings",function(){return n.warnings}),G(Ea(n),"isListField",function(){return n.props.isListField}),G(Ea(n),"isList",function(){return n.props.isList}),G(Ea(n),"isPreserve",function(){return n.props.preserve}),G(Ea(n),"getMeta",function(){n.prevValidating=n.isFieldValidating();var d={touched:n.isFieldTouched(),validating:n.prevValidating,errors:n.errors,warnings:n.warnings,name:n.getNamePath(),validated:n.validatePromise===null};return d}),G(Ea(n),"getOnlyChild",function(d){if(typeof d=="function"){var l=n.getMeta();return _(_({},n.getOnlyChild(d(n.getControlled(),l,n.props.fieldContext))),{},{isFunction:!0})}var g=Ir(d);return g.length!==1||!c.isValidElement(g[0])?{child:g,isFunction:!1}:{child:g[0],isFunction:!1}}),G(Ea(n),"getValue",function(d){var l=n.props.fieldContext.getFieldsValue,g=n.getNamePath();return on(d||l(!0),g)}),G(Ea(n),"getControlled",function(){var d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},l=n.props,g=l.trigger,u=l.validateTrigger,m=l.getValueFromEvent,f=l.normalize,k=l.valuePropName,y=l.getValueProps,w=l.fieldContext,b=u!==void 0?u:w.validateTrigger,h=n.getNamePath(),p=w.getInternalHooks,v=w.getFieldsValue,x=p(kr),S=x.dispatch,A=n.getValue(),T=y||function(D){return G({},k,D)},q=d[g],z=T(A),W=_(_({},d),z);W[g]=function(){n.touched=!0,n.dirty=!0,n.triggerMetaEvent();for(var D,M=arguments.length,B=new Array(M),F=0;F=0&&z<=W.length?(g.keys=[].concat(Ge(g.keys.slice(0,z)),[g.id],Ge(g.keys.slice(z))),p([].concat(Ge(W.slice(0,z)),[q],Ge(W.slice(z))))):(g.keys=[].concat(Ge(g.keys),[g.id]),p([].concat(Ge(W),[q]))),g.id+=1},remove:function(q){var z=x(),W=new Set(Array.isArray(q)?q:[q]);W.size<=0||(g.keys=g.keys.filter(function(H,D){return!W.has(D)}),p(z.filter(function(H,D){return!W.has(D)})))},move:function(q,z){if(q!==z){var W=x();q<0||q>=W.length||z<0||z>=W.length||(g.keys=Z2(g.keys,q,z),p(Z2(W,q,z)))}}},A=h||[];return Array.isArray(A)||(A=[]),i(A.map(function(T,q){var z=g.keys[q];return z===void 0&&(g.keys[q]=g.id,z=g.keys[q],g.id+=1),{name:q,key:z,isListField:!0}}),S,w)})))}function tx(e){var a=!1,t=e.length,i=[];return e.length?new Promise(function(n,r){e.forEach(function(s,o){s.catch(function(d){return a=!0,d}).then(function(d){t-=1,i[o]=d,!(t>0)&&(a&&r(i),n(i))})})}):Promise.resolve([])}var Y4="__@field_split__";function _g(e){return e.map(function(a){return"".concat(pa(a),":").concat(a)}).join(Y4)}var _r=function(){function e(){_t(this,e),G(this,"kvs",new Map)}return Kt(e,[{key:"set",value:function(t,i){this.kvs.set(_g(t),i)}},{key:"get",value:function(t){return this.kvs.get(_g(t))}},{key:"update",value:function(t,i){var n=this.get(t),r=i(n);r?this.set(t,r):this.delete(t)}},{key:"delete",value:function(t){this.kvs.delete(_g(t))}},{key:"map",value:function(t){return Ge(this.kvs.entries()).map(function(i){var n=Q(i,2),r=n[0],s=n[1],o=r.split(Y4);return t({key:o.map(function(d){var l=d.match(/^([^:]*):(.*)$/),g=Q(l,3),u=g[1],m=g[2];return u==="number"?Number(m):m}),value:s})})}},{key:"toJSON",value:function(){var t={};return this.map(function(i){var n=i.key,r=i.value;return t[n.join(".")]=r,null}),t}}]),e}(),ix=["name"],nx=Kt(function e(a){var t=this;_t(this,e),G(this,"formHooked",!1),G(this,"forceRootUpdate",void 0),G(this,"subscribable",!0),G(this,"store",{}),G(this,"fieldEntities",[]),G(this,"initialValues",{}),G(this,"callbacks",{}),G(this,"validateMessages",null),G(this,"preserve",null),G(this,"lastValidatePromise",null),G(this,"getForm",function(){return{getFieldValue:t.getFieldValue,getFieldsValue:t.getFieldsValue,getFieldError:t.getFieldError,getFieldWarning:t.getFieldWarning,getFieldsError:t.getFieldsError,isFieldsTouched:t.isFieldsTouched,isFieldTouched:t.isFieldTouched,isFieldValidating:t.isFieldValidating,isFieldsValidating:t.isFieldsValidating,resetFields:t.resetFields,setFields:t.setFields,setFieldValue:t.setFieldValue,setFieldsValue:t.setFieldsValue,validateFields:t.validateFields,submit:t.submit,_init:!0,getInternalHooks:t.getInternalHooks}}),G(this,"getInternalHooks",function(i){return i===kr?(t.formHooked=!0,{dispatch:t.dispatch,initEntityValue:t.initEntityValue,registerField:t.registerField,useSubscribe:t.useSubscribe,setInitialValues:t.setInitialValues,destroyForm:t.destroyForm,setCallbacks:t.setCallbacks,setValidateMessages:t.setValidateMessages,getFields:t.getFields,setPreserve:t.setPreserve,getInitialValue:t.getInitialValue,registerWatch:t.registerWatch}):(Wt(!1,"`getInternalHooks` is internal usage. Should not call directly."),null)}),G(this,"useSubscribe",function(i){t.subscribable=i}),G(this,"prevWithoutPreserves",null),G(this,"setInitialValues",function(i,n){if(t.initialValues=i||{},n){var r,s=us(i,t.store);(r=t.prevWithoutPreserves)===null||r===void 0||r.map(function(o){var d=o.key;s=Ui(s,d,on(i,d))}),t.prevWithoutPreserves=null,t.updateStore(s)}}),G(this,"destroyForm",function(){var i=new _r;t.getFieldEntities(!0).forEach(function(n){t.isMergedPreserve(n.isPreserve())||i.set(n.getNamePath(),!0)}),t.prevWithoutPreserves=i}),G(this,"getInitialValue",function(i){var n=on(t.initialValues,i);return i.length?us(n):n}),G(this,"setCallbacks",function(i){t.callbacks=i}),G(this,"setValidateMessages",function(i){t.validateMessages=i}),G(this,"setPreserve",function(i){t.preserve=i}),G(this,"watchList",[]),G(this,"registerWatch",function(i){return t.watchList.push(i),function(){t.watchList=t.watchList.filter(function(n){return n!==i})}}),G(this,"notifyWatch",function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];if(t.watchList.length){var n=t.getFieldsValue(),r=t.getFieldsValue(!0);t.watchList.forEach(function(s){s(n,r,i)})}}),G(this,"timeoutId",null),G(this,"warningUnhooked",function(){}),G(this,"updateStore",function(i){t.store=i}),G(this,"getFieldEntities",function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return i?t.fieldEntities.filter(function(n){return n.getNamePath().length}):t.fieldEntities}),G(this,"getFieldsMap",function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,n=new _r;return t.getFieldEntities(i).forEach(function(r){var s=r.getNamePath();n.set(s,r)}),n}),G(this,"getFieldEntitiesForNamePathList",function(i){if(!i)return t.getFieldEntities(!0);var n=t.getFieldsMap(!0);return i.map(function(r){var s=kt(r);return n.get(s)||{INVALIDATE_NAME_PATH:kt(r)}})}),G(this,"getFieldsValue",function(i,n){t.warningUnhooked();var r,s,o;if(i===!0||Array.isArray(i)?(r=i,s=n):i&&pa(i)==="object"&&(o=i.strict,s=i.filter),r===!0&&!s)return t.store;var d=t.getFieldEntitiesForNamePathList(Array.isArray(r)?r:null),l=[];return d.forEach(function(g){var u,m,f="INVALIDATE_NAME_PATH"in g?g.INVALIDATE_NAME_PATH:g.getNamePath();if(o){var k,y;if((k=(y=g).isList)!==null&&k!==void 0&&k.call(y))return}else if(!r&&(u=(m=g).isListField)!==null&&u!==void 0&&u.call(m))return;if(!s)l.push(f);else{var w="getMeta"in g?g.getMeta():null;s(w)&&l.push(f)}}),K2(t.store,l.map(kt))}),G(this,"getFieldValue",function(i){t.warningUnhooked();var n=kt(i);return on(t.store,n)}),G(this,"getFieldsError",function(i){t.warningUnhooked();var n=t.getFieldEntitiesForNamePathList(i);return n.map(function(r,s){return r&&!("INVALIDATE_NAME_PATH"in r)?{name:r.getNamePath(),errors:r.getErrors(),warnings:r.getWarnings()}:{name:kt(i[s]),errors:[],warnings:[]}})}),G(this,"getFieldError",function(i){t.warningUnhooked();var n=kt(i),r=t.getFieldsError([n])[0];return r.errors}),G(this,"getFieldWarning",function(i){t.warningUnhooked();var n=kt(i),r=t.getFieldsError([n])[0];return r.warnings}),G(this,"isFieldsTouched",function(){t.warningUnhooked();for(var i=arguments.length,n=new Array(i),r=0;r0&&arguments[0]!==void 0?arguments[0]:{},n=new _r,r=t.getFieldEntities(!0);r.forEach(function(d){var l=d.props.initialValue,g=d.getNamePath();if(l!==void 0){var u=n.get(g)||new Set;u.add({entity:d,value:l}),n.set(g,u)}});var s=function(l){l.forEach(function(g){var u=g.props.initialValue;if(u!==void 0){var m=g.getNamePath(),f=t.getInitialValue(m);if(f!==void 0)Wt(!1,"Form already set 'initialValues' with path '".concat(m.join("."),"'. Field can not overwrite it."));else{var k=n.get(m);if(k&&k.size>1)Wt(!1,"Multiple Field with path '".concat(m.join("."),"' set 'initialValue'. Can not decide which one to pick."));else if(k){var y=t.getFieldValue(m),w=g.isListField();!w&&(!i.skipExist||y===void 0)&&t.updateStore(Ui(t.store,m,Ge(k)[0].value))}}}})},o;i.entities?o=i.entities:i.namePathList?(o=[],i.namePathList.forEach(function(d){var l=n.get(d);if(l){var g;(g=o).push.apply(g,Ge(Ge(l).map(function(u){return u.entity})))}})):o=r,s(o)}),G(this,"resetFields",function(i){t.warningUnhooked();var n=t.store;if(!i){t.updateStore(us(t.initialValues)),t.resetWithFieldInitialValue(),t.notifyObservers(n,null,{type:"reset"}),t.notifyWatch();return}var r=i.map(kt);r.forEach(function(s){var o=t.getInitialValue(s);t.updateStore(Ui(t.store,s,o))}),t.resetWithFieldInitialValue({namePathList:r}),t.notifyObservers(n,r,{type:"reset"}),t.notifyWatch(r)}),G(this,"setFields",function(i){t.warningUnhooked();var n=t.store,r=[];i.forEach(function(s){var o=s.name,d=Ma(s,ix),l=kt(o);r.push(l),"value"in d&&t.updateStore(Ui(t.store,l,d.value)),t.notifyObservers(n,[l],{type:"setField",data:s})}),t.notifyWatch(r)}),G(this,"getFields",function(){var i=t.getFieldEntities(!0),n=i.map(function(r){var s=r.getNamePath(),o=r.getMeta(),d=_(_({},o),{},{name:s,value:t.getFieldValue(s)});return Object.defineProperty(d,"originRCField",{value:!0}),d});return n}),G(this,"initEntityValue",function(i){var n=i.props.initialValue;if(n!==void 0){var r=i.getNamePath(),s=on(t.store,r);s===void 0&&t.updateStore(Ui(t.store,r,n))}}),G(this,"isMergedPreserve",function(i){var n=i!==void 0?i:t.preserve;return n??!0}),G(this,"registerField",function(i){t.fieldEntities.push(i);var n=i.getNamePath();if(t.notifyWatch([n]),i.props.initialValue!==void 0){var r=t.store;t.resetWithFieldInitialValue({entities:[i],skipExist:!0}),t.notifyObservers(r,[i.getNamePath()],{type:"valueUpdate",source:"internal"})}return function(s,o){var d=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];if(t.fieldEntities=t.fieldEntities.filter(function(u){return u!==i}),!t.isMergedPreserve(o)&&(!s||d.length>1)){var l=s?void 0:t.getInitialValue(n);if(n.length&&t.getFieldValue(n)!==l&&t.fieldEntities.every(function(u){return!Z4(u.getNamePath(),n)})){var g=t.store;t.updateStore(Ui(g,n,l,!0)),t.notifyObservers(g,[n],{type:"remove"}),t.triggerDependenciesUpdate(g,n)}}t.notifyWatch([n])}}),G(this,"dispatch",function(i){switch(i.type){case"updateValue":{var n=i.namePath,r=i.value;t.updateValue(n,r);break}case"validateField":{var s=i.namePath,o=i.triggerName;t.validateFields([s],{triggerName:o});break}}}),G(this,"notifyObservers",function(i,n,r){if(t.subscribable){var s=_(_({},r),{},{store:t.getFieldsValue(!0)});t.getFieldEntities().forEach(function(o){var d=o.onStoreChange;d(i,n,s)})}else t.forceRootUpdate()}),G(this,"triggerDependenciesUpdate",function(i,n){var r=t.getDependencyChildrenFields(n);return r.length&&t.validateFields(r),t.notifyObservers(i,r,{type:"dependenciesUpdate",relatedFields:[n].concat(Ge(r))}),r}),G(this,"updateValue",function(i,n){var r=kt(i),s=t.store;t.updateStore(Ui(t.store,r,n)),t.notifyObservers(s,[r],{type:"valueUpdate",source:"internal"}),t.notifyWatch([r]);var o=t.triggerDependenciesUpdate(s,r),d=t.callbacks.onValuesChange;if(d){var l=K2(t.store,[r]);d(l,t.getFieldsValue())}t.triggerOnFieldsChange([r].concat(Ge(o)))}),G(this,"setFieldsValue",function(i){t.warningUnhooked();var n=t.store;if(i){var r=us(t.store,i);t.updateStore(r)}t.notifyObservers(n,null,{type:"valueUpdate",source:"external"}),t.notifyWatch()}),G(this,"setFieldValue",function(i,n){t.setFields([{name:i,value:n}])}),G(this,"getDependencyChildrenFields",function(i){var n=new Set,r=[],s=new _r;t.getFieldEntities().forEach(function(d){var l=d.props.dependencies;(l||[]).forEach(function(g){var u=kt(g);s.update(u,function(){var m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Set;return m.add(d),m})})});var o=function d(l){var g=s.get(l)||new Set;g.forEach(function(u){if(!n.has(u)){n.add(u);var m=u.getNamePath();u.isFieldDirty()&&m.length&&(r.push(m),d(m))}})};return o(i),r}),G(this,"triggerOnFieldsChange",function(i,n){var r=t.callbacks.onFieldsChange;if(r){var s=t.getFields();if(n){var o=new _r;n.forEach(function(l){var g=l.name,u=l.errors;o.set(g,u)}),s.forEach(function(l){l.errors=o.get(l.name)||l.errors})}var d=s.filter(function(l){var g=l.name;return xs(i,g)});d.length&&r(d,s)}}),G(this,"validateFields",function(i,n){t.warningUnhooked();var r,s;Array.isArray(i)||typeof i=="string"||typeof n=="string"?(r=i,s=n):s=i;var o=!!r,d=o?r.map(kt):[],l=[],g=String(Date.now()),u=new Set,m=s||{},f=m.recursive,k=m.dirty;t.getFieldEntities(!0).forEach(function(h){if(o||d.push(h.getNamePath()),!(!h.props.rules||!h.props.rules.length)&&!(k&&!h.isFieldDirty())){var p=h.getNamePath();if(u.add(p.join(g)),!o||xs(d,p,f)){var v=h.validateRules(_({validateMessages:_(_({},K4),t.validateMessages)},s));l.push(v.then(function(){return{name:p,errors:[],warnings:[]}}).catch(function(x){var S,A=[],T=[];return(S=x.forEach)===null||S===void 0||S.call(x,function(q){var z=q.rule.warningOnly,W=q.errors;z?T.push.apply(T,Ge(W)):A.push.apply(A,Ge(W))}),A.length?Promise.reject({name:p,errors:A,warnings:T}):{name:p,errors:A,warnings:T}}))}}});var y=tx(l);t.lastValidatePromise=y,y.catch(function(h){return h}).then(function(h){var p=h.map(function(v){var x=v.name;return x});t.notifyObservers(t.store,p,{type:"validateFinish"}),t.triggerOnFieldsChange(p,h)});var w=y.then(function(){return t.lastValidatePromise===y?Promise.resolve(t.getFieldsValue(d)):Promise.reject([])}).catch(function(h){var p=h.filter(function(v){return v&&v.errors.length});return Promise.reject({values:t.getFieldsValue(d),errorFields:p,outOfDate:t.lastValidatePromise!==y})});w.catch(function(h){return h});var b=d.filter(function(h){return u.has(h.join(g))});return t.triggerOnFieldsChange(b),w}),G(this,"submit",function(){t.warningUnhooked(),t.validateFields().then(function(i){var n=t.callbacks.onFinish;if(n)try{n(i)}catch(r){console.error(r)}}).catch(function(i){var n=t.callbacks.onFinishFailed;n&&n(i)})}),this.forceRootUpdate=a});function Q4(e){var a=c.useRef(),t=c.useState({}),i=Q(t,2),n=i[1];if(!a.current)if(e)a.current=e;else{var r=function(){n({})},s=new nx(r);a.current=s.getForm()}return[a.current]}var Im=c.createContext({triggerFormChange:function(){},triggerFormFinish:function(){},registerForm:function(){},unregisterForm:function(){}}),rx=function(a){var t=a.validateMessages,i=a.onFormChange,n=a.onFormFinish,r=a.children,s=c.useContext(Im),o=c.useRef({});return c.createElement(Im.Provider,{value:_(_({},s),{},{validateMessages:_(_({},s.validateMessages),t),triggerFormChange:function(l,g){i&&i(l,{changedFields:g,forms:o.current}),s.triggerFormChange(l,g)},triggerFormFinish:function(l,g){n&&n(l,{values:g,forms:o.current}),s.triggerFormFinish(l,g)},registerForm:function(l,g){l&&(o.current=_(_({},o.current),{},G({},l,g))),s.registerForm(l,g)},unregisterForm:function(l){var g=_({},o.current);delete g[l],o.current=g,s.unregisterForm(l)}})},r)},sx=["name","initialValues","fields","form","preserve","children","component","validateMessages","validateTrigger","onValuesChange","onFieldsChange","onFinish","onFinishFailed"],ox=function(a,t){var i=a.name,n=a.initialValues,r=a.fields,s=a.form,o=a.preserve,d=a.children,l=a.component,g=l===void 0?"form":l,u=a.validateMessages,m=a.validateTrigger,f=m===void 0?"onChange":m,k=a.onValuesChange,y=a.onFieldsChange,w=a.onFinish,b=a.onFinishFailed,h=Ma(a,sx),p=c.useContext(Im),v=Q4(s),x=Q(v,1),S=x[0],A=S.getInternalHooks(kr),T=A.useSubscribe,q=A.setInitialValues,z=A.setCallbacks,W=A.setValidateMessages,H=A.setPreserve,D=A.destroyForm;c.useImperativeHandle(t,function(){return S}),c.useEffect(function(){return p.registerForm(i,S),function(){p.unregisterForm(i)}},[p,S,i]),W(_(_({},p.validateMessages),u)),z({onValuesChange:k,onFieldsChange:function(K){if(p.triggerFormChange(i,K),y){for(var X=arguments.length,te=new Array(X>1?X-1:0),ee=1;ee{let{children:a,status:t,override:i}=e;const n=c.useContext(tr),r=c.useMemo(()=>{const s=Object.assign({},n);return i&&delete s.isFormItemInput,t&&(delete s.status,delete s.hasFeedback,delete s.feedbackIcon),s},[t,i,n]);return c.createElement(tr.Provider,{value:r},a)},lx=c.createContext(void 0);function Q2(){}const gx=c.createContext({add:Q2,remove:Q2});function ux(e){const a=c.useContext(gx),t=c.useRef();return oi(n=>{if(n){const r=e?n.querySelector(e):n;a.add(r),t.current=r}else a.remove(t.current)})}const mx=e=>({animationDuration:e,animationFillMode:"both"}),hx=e=>({animationDuration:e,animationFillMode:"both"}),hh=function(e,a,t,i){const r=(arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1)?"&":"";return{[` +`).replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),r=new RegExp("(?:^"+t+"$)|(?:^"+n+"$)"),s=new RegExp("^"+t+"$"),o=new RegExp("^"+n+"$"),d=function(A){return A&&A.exact?r:new RegExp("(?:"+a(A)+t+a(A)+")|(?:"+a(A)+n+a(A)+")","g")};d.v4=function(p){return p&&p.exact?s:new RegExp(""+a(p)+t+a(p),"g")},d.v6=function(p){return p&&p.exact?o:new RegExp(""+a(p)+n+a(p),"g")};var c="(?:(?:[a-z]+:)?//)",g="(?:\\S+(?::\\S*)?@)?",u=d.v4().source,m=d.v6().source,b="(?:(?:[a-z\\u00a1-\\uffff0-9][-_]*)*[a-z\\u00a1-\\uffff0-9]+)",k="(?:\\.(?:[a-z\\u00a1-\\uffff0-9]-*)*[a-z\\u00a1-\\uffff0-9]+)*",y="(?:\\.(?:[a-z\\u00a1-\\uffff]{2,}))",w="(?::\\d{2,5})?",f='(?:[/?#][^\\s"]*)?',h="(?:"+c+"|www\\.)"+g+"(?:localhost|"+u+"|"+m+"|"+b+k+y+")"+w+f;return Vd=new RegExp("(?:^"+h+"$)","i"),Vd},$2={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+\.)+[a-zA-Z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]{2,}))$/,hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},lo={integer:function(a){return lo.number(a)&&parseInt(a,10)===a},float:function(a){return lo.number(a)&&!lo.integer(a)},array:function(a){return Array.isArray(a)},regexp:function(a){if(a instanceof RegExp)return!0;try{return!!new RegExp(a)}catch{return!1}},date:function(a){return typeof a.getTime=="function"&&typeof a.getMonth=="function"&&typeof a.getYear=="function"&&!isNaN(a.getTime())},number:function(a){return isNaN(a)?!1:typeof a=="number"},object:function(a){return typeof a=="object"&&!lo.array(a)},method:function(a){return typeof a=="function"},email:function(a){return typeof a=="string"&&a.length<=320&&!!a.match($2.email)},url:function(a){return typeof a=="string"&&a.length<=2048&&!!a.match(RA())},hex:function(a){return typeof a=="string"&&!!a.match($2.hex)}},zA=function(a,t,i,n,r){if(a.required&&t===void 0){_4(a,t,i,n,r);return}var s=["integer","float","array","regexp","object","method","email","number","date","url","hex"],o=a.type;s.indexOf(o)>-1?lo[o](t)||n.push(wi(r.messages.types[o],a.fullField,a.type)):o&&typeof t!==a.type&&n.push(wi(r.messages.types[o],a.fullField,a.type))},MA=function(a,t,i,n,r){var s=typeof a.len=="number",o=typeof a.min=="number",d=typeof a.max=="number",c=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,g=t,u=null,m=typeof t=="number",b=typeof t=="string",k=Array.isArray(t);if(m?u="number":b?u="string":k&&(u="array"),!u)return!1;k&&(g=t.length),b&&(g=t.replace(c,"_").length),s?g!==a.len&&n.push(wi(r.messages[u].len,a.fullField,a.len)):o&&!d&&ga.max?n.push(wi(r.messages[u].max,a.fullField,a.max)):o&&d&&(ga.max)&&n.push(wi(r.messages[u].range,a.fullField,a.min,a.max))},$r="enum",PA=function(a,t,i,n,r){a[$r]=Array.isArray(a[$r])?a[$r]:[],a[$r].indexOf(t)===-1&&n.push(wi(r.messages[$r],a.fullField,a[$r].join(", ")))},EA=function(a,t,i,n,r){if(a.pattern){if(a.pattern instanceof RegExp)a.pattern.lastIndex=0,a.pattern.test(t)||n.push(wi(r.messages.pattern.mismatch,a.fullField,t,a.pattern));else if(typeof a.pattern=="string"){var s=new RegExp(a.pattern);s.test(t)||n.push(wi(r.messages.pattern.mismatch,a.fullField,t,a.pattern))}}},Ca={required:_4,whitespace:qA,type:zA,range:MA,enum:PA,pattern:EA},WA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t,"string")&&!a.required)return i();Ca.required(a,t,n,s,r,"string"),zt(t,"string")||(Ca.type(a,t,n,s,r),Ca.range(a,t,n,s,r),Ca.pattern(a,t,n,s,r),a.whitespace===!0&&Ca.whitespace(a,t,n,s,r))}i(s)},IA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),t!==void 0&&Ca.type(a,t,n,s,r)}i(s)},BA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(t===""&&(t=void 0),zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),t!==void 0&&(Ca.type(a,t,n,s,r),Ca.range(a,t,n,s,r))}i(s)},FA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),t!==void 0&&Ca.type(a,t,n,s,r)}i(s)},DA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),zt(t)||Ca.type(a,t,n,s,r)}i(s)},NA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),t!==void 0&&(Ca.type(a,t,n,s,r),Ca.range(a,t,n,s,r))}i(s)},HA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),t!==void 0&&(Ca.type(a,t,n,s,r),Ca.range(a,t,n,s,r))}i(s)},jA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(t==null&&!a.required)return i();Ca.required(a,t,n,s,r,"array"),t!=null&&(Ca.type(a,t,n,s,r),Ca.range(a,t,n,s,r))}i(s)},LA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),t!==void 0&&Ca.type(a,t,n,s,r)}i(s)},OA="enum",GA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r),t!==void 0&&Ca[OA](a,t,n,s,r)}i(s)},$A=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t,"string")&&!a.required)return i();Ca.required(a,t,n,s,r),zt(t,"string")||Ca.pattern(a,t,n,s,r)}i(s)},UA=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t,"date")&&!a.required)return i();if(Ca.required(a,t,n,s,r),!zt(t,"date")){var d;t instanceof Date?d=t:d=new Date(t),Ca.type(a,d,n,s,r),d&&Ca.range(a,d.getTime(),n,s,r)}}i(s)},VA=function(a,t,i,n,r){var s=[],o=Array.isArray(t)?"array":typeof t;Ca.required(a,t,n,s,r,o),i(s)},_g=function(a,t,i,n,r){var s=a.type,o=[],d=a.required||!a.required&&n.hasOwnProperty(a.field);if(d){if(zt(t,s)&&!a.required)return i();Ca.required(a,t,n,o,r,s),zt(t,s)||Ca.type(a,t,n,o,r)}i(o)},_A=function(a,t,i,n,r){var s=[],o=a.required||!a.required&&n.hasOwnProperty(a.field);if(o){if(zt(t)&&!a.required)return i();Ca.required(a,t,n,s,r)}i(s)},Co={string:WA,method:IA,number:BA,boolean:FA,regexp:DA,integer:NA,float:HA,array:jA,object:LA,enum:GA,pattern:$A,date:UA,url:_g,hex:_g,email:_g,required:VA,any:_A};function zm(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var a=JSON.parse(JSON.stringify(this));return a.clone=this.clone,a}}}var Mm=zm(),dd=function(){function e(t){this.rules=null,this._messages=Mm,this.define(t)}var a=e.prototype;return a.define=function(i){var n=this;if(!i)throw new Error("Cannot configure a schema with no rules");if(typeof i!="object"||Array.isArray(i))throw new Error("Rules must be an object");this.rules={},Object.keys(i).forEach(function(r){var s=i[r];n.rules[r]=Array.isArray(s)?s:[s]})},a.messages=function(i){return i&&(this._messages=G2(zm(),i)),this._messages},a.validate=function(i,n,r){var s=this;n===void 0&&(n={}),r===void 0&&(r=function(){});var o=i,d=n,c=r;if(typeof d=="function"&&(c=d,d={}),!this.rules||Object.keys(this.rules).length===0)return c&&c(null,o),Promise.resolve(o);function g(y){var w=[],f={};function h(A){if(Array.isArray(A)){var S;w=(S=w).concat.apply(S,A)}else w.push(A)}for(var p=0;p2&&arguments[2]!==void 0?arguments[2]:!1;return e&&e.some(function(i){return Z4(a,i,t)})}function Z4(e,a){var t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;return!e||!a||!t&&e.length!==a.length?!1:a.every(function(i,n){return e[n]===i})}function QA(e,a){if(e===a)return!0;if(!e&&a||e&&!a||!e||!a||pa(e)!=="object"||pa(a)!=="object")return!1;var t=Object.keys(e),i=Object.keys(a),n=new Set([].concat(t,i));return Oe(n).every(function(r){var s=e[r],o=a[r];return typeof s=="function"&&typeof o=="function"?!0:s===o})}function XA(e){var a=arguments.length<=1?void 0:arguments[1];return a&&a.target&&pa(a.target)==="object"&&e in a.target?a.target[e]:a}function K2(e,a,t){var i=e.length;if(a<0||a>=i||t<0||t>=i)return e;var n=e[a],r=a-t;return r>0?[].concat(Oe(e.slice(0,t)),[n],Oe(e.slice(t,a)),Oe(e.slice(a+1,i))):r<0?[].concat(Oe(e.slice(0,a)),Oe(e.slice(a+1,t+1)),[n],Oe(e.slice(t+1,i))):e}var ex=["name"],qi=[];function Z2(e,a,t,i,n,r){return typeof e=="function"?e(a,t,"source"in r?{source:r.source}:{}):i!==n}var uh=function(e){Ls(t,e);var a=Il(t);function t(i){var n;if(_t(this,t),n=a.call(this,i),O(Pa(n),"state",{resetCount:0}),O(Pa(n),"cancelRegisterFunc",null),O(Pa(n),"mounted",!1),O(Pa(n),"touched",!1),O(Pa(n),"dirty",!1),O(Pa(n),"validatePromise",void 0),O(Pa(n),"prevValidating",void 0),O(Pa(n),"errors",qi),O(Pa(n),"warnings",qi),O(Pa(n),"cancelRegister",function(){var d=n.props,c=d.preserve,g=d.isListField,u=d.name;n.cancelRegisterFunc&&n.cancelRegisterFunc(g,c,kt(u)),n.cancelRegisterFunc=null}),O(Pa(n),"getNamePath",function(){var d=n.props,c=d.name,g=d.fieldContext,u=g.prefixName,m=u===void 0?[]:u;return c!==void 0?[].concat(Oe(m),Oe(c)):[]}),O(Pa(n),"getRules",function(){var d=n.props,c=d.rules,g=c===void 0?[]:c,u=d.fieldContext;return g.map(function(m){return typeof m=="function"?m(u):m})}),O(Pa(n),"refresh",function(){n.mounted&&n.setState(function(d){var c=d.resetCount;return{resetCount:c+1}})}),O(Pa(n),"metaCache",null),O(Pa(n),"triggerMetaEvent",function(d){var c=n.props.onMetaChange;if(c){var g=_(_({},n.getMeta()),{},{destroy:d});Z1(n.metaCache,g)||c(g),n.metaCache=g}else n.metaCache=null}),O(Pa(n),"onStoreChange",function(d,c,g){var u=n.props,m=u.shouldUpdate,b=u.dependencies,k=b===void 0?[]:b,y=u.onReset,w=g.store,f=n.getNamePath(),h=n.getValue(d),p=n.getValue(w),A=c&&vs(c,f);switch(g.type==="valueUpdate"&&g.source==="external"&&h!==p&&(n.touched=!0,n.dirty=!0,n.validatePromise=null,n.errors=qi,n.warnings=qi,n.triggerMetaEvent()),g.type){case"reset":if(!c||A){n.touched=!1,n.dirty=!1,n.validatePromise=void 0,n.errors=qi,n.warnings=qi,n.triggerMetaEvent(),y==null||y(),n.refresh();return}break;case"remove":{if(m){n.reRender();return}break}case"setField":{var S=g.data;if(A){"touched"in S&&(n.touched=S.touched),"validating"in S&&!("originRCField"in S)&&(n.validatePromise=S.validating?Promise.resolve([]):null),"errors"in S&&(n.errors=S.errors||qi),"warnings"in S&&(n.warnings=S.warnings||qi),n.dirty=!0,n.triggerMetaEvent(),n.reRender();return}else if("value"in S&&vs(c,f,!0)){n.reRender();return}if(m&&!f.length&&Z2(m,d,w,h,p,g)){n.reRender();return}break}case"dependenciesUpdate":{var x=k.map(kt);if(x.some(function(v){return vs(g.relatedFields,v)})){n.reRender();return}break}default:if(A||(!k.length||f.length||m)&&Z2(m,d,w,h,p,g)){n.reRender();return}break}m===!0&&n.reRender()}),O(Pa(n),"validateRules",function(d){var c=n.getNamePath(),g=n.getValue(),u=d||{},m=u.triggerName,b=u.validateOnly,k=b===void 0?!1:b,y=Promise.resolve().then(Nr(ti().mark(function w(){var f,h,p,A,S,x,v;return ti().wrap(function(R){for(;;)switch(R.prev=R.next){case 0:if(n.mounted){R.next=2;break}return R.abrupt("return",[]);case 2:if(f=n.props,h=f.validateFirst,p=h===void 0?!1:h,A=f.messageVariables,S=f.validateDebounce,x=n.getRules(),m&&(x=x.filter(function(z){return z}).filter(function(z){var W=z.validateTrigger;if(!W)return!0;var F=Cm(W);return F.includes(m)})),!(S&&m)){R.next=10;break}return R.next=8,new Promise(function(z){setTimeout(z,S)});case 8:if(n.validatePromise===y){R.next=10;break}return R.abrupt("return",[]);case 10:return v=ZA(c,g,x,d,p,A),v.catch(function(z){return z}).then(function(){var z=arguments.length>0&&arguments[0]!==void 0?arguments[0]:qi;if(n.validatePromise===y){var W;n.validatePromise=null;var F=[],B=[];(W=z.forEach)===null||W===void 0||W.call(z,function($){var V=$.rule.warningOnly,D=$.errors,P=D===void 0?qi:D;V?B.push.apply(B,Oe(P)):F.push.apply(F,Oe(P))}),n.errors=F,n.warnings=B,n.triggerMetaEvent(),n.reRender()}}),R.abrupt("return",v);case 13:case"end":return R.stop()}},w)})));return k||(n.validatePromise=y,n.dirty=!0,n.errors=qi,n.warnings=qi,n.triggerMetaEvent(),n.reRender()),y}),O(Pa(n),"isFieldValidating",function(){return!!n.validatePromise}),O(Pa(n),"isFieldTouched",function(){return n.touched}),O(Pa(n),"isFieldDirty",function(){if(n.dirty||n.props.initialValue!==void 0)return!0;var d=n.props.fieldContext,c=d.getInternalHooks(pr),g=c.getInitialValue;return g(n.getNamePath())!==void 0}),O(Pa(n),"getErrors",function(){return n.errors}),O(Pa(n),"getWarnings",function(){return n.warnings}),O(Pa(n),"isListField",function(){return n.props.isListField}),O(Pa(n),"isList",function(){return n.props.isList}),O(Pa(n),"isPreserve",function(){return n.props.preserve}),O(Pa(n),"getMeta",function(){n.prevValidating=n.isFieldValidating();var d={touched:n.isFieldTouched(),validating:n.prevValidating,errors:n.errors,warnings:n.warnings,name:n.getNamePath(),validated:n.validatePromise===null};return d}),O(Pa(n),"getOnlyChild",function(d){if(typeof d=="function"){var c=n.getMeta();return _(_({},n.getOnlyChild(d(n.getControlled(),c,n.props.fieldContext))),{},{isFunction:!0})}var g=Er(d);return g.length!==1||!l.isValidElement(g[0])?{child:g,isFunction:!1}:{child:g[0],isFunction:!1}}),O(Pa(n),"getValue",function(d){var c=n.props.fieldContext.getFieldsValue,g=n.getNamePath();return on(d||c(!0),g)}),O(Pa(n),"getControlled",function(){var d=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},c=n.props,g=c.trigger,u=c.validateTrigger,m=c.getValueFromEvent,b=c.normalize,k=c.valuePropName,y=c.getValueProps,w=c.fieldContext,f=u!==void 0?u:w.validateTrigger,h=n.getNamePath(),p=w.getInternalHooks,A=w.getFieldsValue,S=p(pr),x=S.dispatch,v=n.getValue(),C=y||function(B){return O({},k,B)},R=d[g],z=C(v),W=_(_({},d),z);W[g]=function(){n.touched=!0,n.dirty=!0,n.triggerMetaEvent();for(var B,$=arguments.length,V=new Array($),D=0;D<$;D++)V[D]=arguments[D];m?B=m.apply(void 0,V):B=XA.apply(void 0,[k].concat(V)),b&&(B=b(B,v,A(!0))),x({type:"updateValue",namePath:h,value:B}),R&&R.apply(void 0,V)};var F=Cm(f||[]);return F.forEach(function(B){var $=W[B];W[B]=function(){$&&$.apply(void 0,arguments);var V=n.props.rules;V&&V.length&&x({type:"validateField",namePath:h,triggerName:B})}}),W}),i.fieldContext){var r=i.fieldContext.getInternalHooks,s=r(pr),o=s.initEntityValue;o(Pa(n))}return n}return Kt(t,[{key:"componentDidMount",value:function(){var n=this.props,r=n.shouldUpdate,s=n.fieldContext;if(this.mounted=!0,s){var o=s.getInternalHooks,d=o(pr),c=d.registerField;this.cancelRegisterFunc=c(this)}r===!0&&this.reRender()}},{key:"componentWillUnmount",value:function(){this.cancelRegister(),this.triggerMetaEvent(!0),this.mounted=!1}},{key:"reRender",value:function(){this.mounted&&this.forceUpdate()}},{key:"render",value:function(){var n=this.state.resetCount,r=this.props.children,s=this.getOnlyChild(r),o=s.child,d=s.isFunction,c;return d?c=o:l.isValidElement(o)?c=l.cloneElement(o,this.getControlled(o.props)):(Nt(!o,"`children` of Field is not validate ReactElement."),c=o),l.createElement(l.Fragment,{key:n},c)}}]),t}(l.Component);O(uh,"contextType",Fs);O(uh,"defaultProps",{trigger:"onChange",valuePropName:"value"});function J4(e){var a=e.name,t=Wa(e,ex),i=l.useContext(Fs),n=l.useContext(Jc),r=a!==void 0?kt(a):void 0,s="keep";return t.isListField||(s="_".concat((r||[]).join("_"))),l.createElement(uh,_e({key:s,name:r,isListField:!!n},t,{fieldContext:i}))}function ax(e){var a=e.name,t=e.initialValue,i=e.children,n=e.rules,r=e.validateTrigger,s=e.isListField,o=l.useContext(Fs),d=l.useContext(Jc),c=l.useRef({keys:[],id:0}),g=c.current,u=l.useMemo(function(){var y=kt(o.prefixName)||[];return[].concat(Oe(y),Oe(kt(a)))},[o.prefixName,a]),m=l.useMemo(function(){return _(_({},o),{},{prefixName:u})},[o,u]),b=l.useMemo(function(){return{getKey:function(w){var f=u.length,h=w[f];return[g.keys[h],w.slice(f+1)]}}},[u]);if(typeof i!="function")return Nt(!1,"Form.List only accepts function as children."),null;var k=function(w,f,h){var p=h.source;return p==="internal"?!1:w!==f};return l.createElement(Jc.Provider,{value:b},l.createElement(Fs.Provider,{value:m},l.createElement(J4,{name:[],shouldUpdate:k,rules:n,validateTrigger:r,initialValue:t,isList:!0,isListField:s??!!d},function(y,w){var f=y.value,h=f===void 0?[]:f,p=y.onChange,A=o.getFieldValue,S=function(){var R=A(u||[]);return R||[]},x={add:function(R,z){var W=S();z>=0&&z<=W.length?(g.keys=[].concat(Oe(g.keys.slice(0,z)),[g.id],Oe(g.keys.slice(z))),p([].concat(Oe(W.slice(0,z)),[R],Oe(W.slice(z))))):(g.keys=[].concat(Oe(g.keys),[g.id]),p([].concat(Oe(W),[R]))),g.id+=1},remove:function(R){var z=S(),W=new Set(Array.isArray(R)?R:[R]);W.size<=0||(g.keys=g.keys.filter(function(F,B){return!W.has(B)}),p(z.filter(function(F,B){return!W.has(B)})))},move:function(R,z){if(R!==z){var W=S();R<0||R>=W.length||z<0||z>=W.length||(g.keys=K2(g.keys,R,z),p(K2(W,R,z)))}}},v=h||[];return Array.isArray(v)||(v=[]),i(v.map(function(C,R){var z=g.keys[R];return z===void 0&&(g.keys[R]=g.id,z=g.keys[R],g.id+=1),{name:R,key:z,isListField:!0}}),x,w)})))}function tx(e){var a=!1,t=e.length,i=[];return e.length?new Promise(function(n,r){e.forEach(function(s,o){s.catch(function(d){return a=!0,d}).then(function(d){t-=1,i[o]=d,!(t>0)&&(a&&r(i),n(i))})})}):Promise.resolve([])}var Y4="__@field_split__";function Kg(e){return e.map(function(a){return"".concat(pa(a),":").concat(a)}).join(Y4)}var Ur=function(){function e(){_t(this,e),O(this,"kvs",new Map)}return Kt(e,[{key:"set",value:function(t,i){this.kvs.set(Kg(t),i)}},{key:"get",value:function(t){return this.kvs.get(Kg(t))}},{key:"update",value:function(t,i){var n=this.get(t),r=i(n);r?this.set(t,r):this.delete(t)}},{key:"delete",value:function(t){this.kvs.delete(Kg(t))}},{key:"map",value:function(t){return Oe(this.kvs.entries()).map(function(i){var n=Y(i,2),r=n[0],s=n[1],o=r.split(Y4);return t({key:o.map(function(d){var c=d.match(/^([^:]*):(.*)$/),g=Y(c,3),u=g[1],m=g[2];return u==="number"?Number(m):m}),value:s})})}},{key:"toJSON",value:function(){var t={};return this.map(function(i){var n=i.key,r=i.value;return t[n.join(".")]=r,null}),t}}]),e}(),ix=["name"],nx=Kt(function e(a){var t=this;_t(this,e),O(this,"formHooked",!1),O(this,"forceRootUpdate",void 0),O(this,"subscribable",!0),O(this,"store",{}),O(this,"fieldEntities",[]),O(this,"initialValues",{}),O(this,"callbacks",{}),O(this,"validateMessages",null),O(this,"preserve",null),O(this,"lastValidatePromise",null),O(this,"getForm",function(){return{getFieldValue:t.getFieldValue,getFieldsValue:t.getFieldsValue,getFieldError:t.getFieldError,getFieldWarning:t.getFieldWarning,getFieldsError:t.getFieldsError,isFieldsTouched:t.isFieldsTouched,isFieldTouched:t.isFieldTouched,isFieldValidating:t.isFieldValidating,isFieldsValidating:t.isFieldsValidating,resetFields:t.resetFields,setFields:t.setFields,setFieldValue:t.setFieldValue,setFieldsValue:t.setFieldsValue,validateFields:t.validateFields,submit:t.submit,_init:!0,getInternalHooks:t.getInternalHooks}}),O(this,"getInternalHooks",function(i){return i===pr?(t.formHooked=!0,{dispatch:t.dispatch,initEntityValue:t.initEntityValue,registerField:t.registerField,useSubscribe:t.useSubscribe,setInitialValues:t.setInitialValues,destroyForm:t.destroyForm,setCallbacks:t.setCallbacks,setValidateMessages:t.setValidateMessages,getFields:t.getFields,setPreserve:t.setPreserve,getInitialValue:t.getInitialValue,registerWatch:t.registerWatch}):(Nt(!1,"`getInternalHooks` is internal usage. Should not call directly."),null)}),O(this,"useSubscribe",function(i){t.subscribable=i}),O(this,"prevWithoutPreserves",null),O(this,"setInitialValues",function(i,n){if(t.initialValues=i||{},n){var r,s=ls(i,t.store);(r=t.prevWithoutPreserves)===null||r===void 0||r.map(function(o){var d=o.key;s=Ui(s,d,on(i,d))}),t.prevWithoutPreserves=null,t.updateStore(s)}}),O(this,"destroyForm",function(){var i=new Ur;t.getFieldEntities(!0).forEach(function(n){t.isMergedPreserve(n.isPreserve())||i.set(n.getNamePath(),!0)}),t.prevWithoutPreserves=i}),O(this,"getInitialValue",function(i){var n=on(t.initialValues,i);return i.length?ls(n):n}),O(this,"setCallbacks",function(i){t.callbacks=i}),O(this,"setValidateMessages",function(i){t.validateMessages=i}),O(this,"setPreserve",function(i){t.preserve=i}),O(this,"watchList",[]),O(this,"registerWatch",function(i){return t.watchList.push(i),function(){t.watchList=t.watchList.filter(function(n){return n!==i})}}),O(this,"notifyWatch",function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];if(t.watchList.length){var n=t.getFieldsValue(),r=t.getFieldsValue(!0);t.watchList.forEach(function(s){s(n,r,i)})}}),O(this,"timeoutId",null),O(this,"warningUnhooked",function(){}),O(this,"updateStore",function(i){t.store=i}),O(this,"getFieldEntities",function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return i?t.fieldEntities.filter(function(n){return n.getNamePath().length}):t.fieldEntities}),O(this,"getFieldsMap",function(){var i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1,n=new Ur;return t.getFieldEntities(i).forEach(function(r){var s=r.getNamePath();n.set(s,r)}),n}),O(this,"getFieldEntitiesForNamePathList",function(i){if(!i)return t.getFieldEntities(!0);var n=t.getFieldsMap(!0);return i.map(function(r){var s=kt(r);return n.get(s)||{INVALIDATE_NAME_PATH:kt(r)}})}),O(this,"getFieldsValue",function(i,n){t.warningUnhooked();var r,s,o;if(i===!0||Array.isArray(i)?(r=i,s=n):i&&pa(i)==="object"&&(o=i.strict,s=i.filter),r===!0&&!s)return t.store;var d=t.getFieldEntitiesForNamePathList(Array.isArray(r)?r:null),c=[];return d.forEach(function(g){var u,m,b="INVALIDATE_NAME_PATH"in g?g.INVALIDATE_NAME_PATH:g.getNamePath();if(o){var k,y;if((k=(y=g).isList)!==null&&k!==void 0&&k.call(y))return}else if(!r&&(u=(m=g).isListField)!==null&&u!==void 0&&u.call(m))return;if(!s)c.push(b);else{var w="getMeta"in g?g.getMeta():null;s(w)&&c.push(b)}}),_2(t.store,c.map(kt))}),O(this,"getFieldValue",function(i){t.warningUnhooked();var n=kt(i);return on(t.store,n)}),O(this,"getFieldsError",function(i){t.warningUnhooked();var n=t.getFieldEntitiesForNamePathList(i);return n.map(function(r,s){return r&&!("INVALIDATE_NAME_PATH"in r)?{name:r.getNamePath(),errors:r.getErrors(),warnings:r.getWarnings()}:{name:kt(i[s]),errors:[],warnings:[]}})}),O(this,"getFieldError",function(i){t.warningUnhooked();var n=kt(i),r=t.getFieldsError([n])[0];return r.errors}),O(this,"getFieldWarning",function(i){t.warningUnhooked();var n=kt(i),r=t.getFieldsError([n])[0];return r.warnings}),O(this,"isFieldsTouched",function(){t.warningUnhooked();for(var i=arguments.length,n=new Array(i),r=0;r0&&arguments[0]!==void 0?arguments[0]:{},n=new Ur,r=t.getFieldEntities(!0);r.forEach(function(d){var c=d.props.initialValue,g=d.getNamePath();if(c!==void 0){var u=n.get(g)||new Set;u.add({entity:d,value:c}),n.set(g,u)}});var s=function(c){c.forEach(function(g){var u=g.props.initialValue;if(u!==void 0){var m=g.getNamePath(),b=t.getInitialValue(m);if(b!==void 0)Nt(!1,"Form already set 'initialValues' with path '".concat(m.join("."),"'. Field can not overwrite it."));else{var k=n.get(m);if(k&&k.size>1)Nt(!1,"Multiple Field with path '".concat(m.join("."),"' set 'initialValue'. Can not decide which one to pick."));else if(k){var y=t.getFieldValue(m),w=g.isListField();!w&&(!i.skipExist||y===void 0)&&t.updateStore(Ui(t.store,m,Oe(k)[0].value))}}}})},o;i.entities?o=i.entities:i.namePathList?(o=[],i.namePathList.forEach(function(d){var c=n.get(d);if(c){var g;(g=o).push.apply(g,Oe(Oe(c).map(function(u){return u.entity})))}})):o=r,s(o)}),O(this,"resetFields",function(i){t.warningUnhooked();var n=t.store;if(!i){t.updateStore(ls(t.initialValues)),t.resetWithFieldInitialValue(),t.notifyObservers(n,null,{type:"reset"}),t.notifyWatch();return}var r=i.map(kt);r.forEach(function(s){var o=t.getInitialValue(s);t.updateStore(Ui(t.store,s,o))}),t.resetWithFieldInitialValue({namePathList:r}),t.notifyObservers(n,r,{type:"reset"}),t.notifyWatch(r)}),O(this,"setFields",function(i){t.warningUnhooked();var n=t.store,r=[];i.forEach(function(s){var o=s.name,d=Wa(s,ix),c=kt(o);r.push(c),"value"in d&&t.updateStore(Ui(t.store,c,d.value)),t.notifyObservers(n,[c],{type:"setField",data:s})}),t.notifyWatch(r)}),O(this,"getFields",function(){var i=t.getFieldEntities(!0),n=i.map(function(r){var s=r.getNamePath(),o=r.getMeta(),d=_(_({},o),{},{name:s,value:t.getFieldValue(s)});return Object.defineProperty(d,"originRCField",{value:!0}),d});return n}),O(this,"initEntityValue",function(i){var n=i.props.initialValue;if(n!==void 0){var r=i.getNamePath(),s=on(t.store,r);s===void 0&&t.updateStore(Ui(t.store,r,n))}}),O(this,"isMergedPreserve",function(i){var n=i!==void 0?i:t.preserve;return n??!0}),O(this,"registerField",function(i){t.fieldEntities.push(i);var n=i.getNamePath();if(t.notifyWatch([n]),i.props.initialValue!==void 0){var r=t.store;t.resetWithFieldInitialValue({entities:[i],skipExist:!0}),t.notifyObservers(r,[i.getNamePath()],{type:"valueUpdate",source:"internal"})}return function(s,o){var d=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];if(t.fieldEntities=t.fieldEntities.filter(function(u){return u!==i}),!t.isMergedPreserve(o)&&(!s||d.length>1)){var c=s?void 0:t.getInitialValue(n);if(n.length&&t.getFieldValue(n)!==c&&t.fieldEntities.every(function(u){return!Z4(u.getNamePath(),n)})){var g=t.store;t.updateStore(Ui(g,n,c,!0)),t.notifyObservers(g,[n],{type:"remove"}),t.triggerDependenciesUpdate(g,n)}}t.notifyWatch([n])}}),O(this,"dispatch",function(i){switch(i.type){case"updateValue":{var n=i.namePath,r=i.value;t.updateValue(n,r);break}case"validateField":{var s=i.namePath,o=i.triggerName;t.validateFields([s],{triggerName:o});break}}}),O(this,"notifyObservers",function(i,n,r){if(t.subscribable){var s=_(_({},r),{},{store:t.getFieldsValue(!0)});t.getFieldEntities().forEach(function(o){var d=o.onStoreChange;d(i,n,s)})}else t.forceRootUpdate()}),O(this,"triggerDependenciesUpdate",function(i,n){var r=t.getDependencyChildrenFields(n);return r.length&&t.validateFields(r),t.notifyObservers(i,r,{type:"dependenciesUpdate",relatedFields:[n].concat(Oe(r))}),r}),O(this,"updateValue",function(i,n){var r=kt(i),s=t.store;t.updateStore(Ui(t.store,r,n)),t.notifyObservers(s,[r],{type:"valueUpdate",source:"internal"}),t.notifyWatch([r]);var o=t.triggerDependenciesUpdate(s,r),d=t.callbacks.onValuesChange;if(d){var c=_2(t.store,[r]);d(c,t.getFieldsValue())}t.triggerOnFieldsChange([r].concat(Oe(o)))}),O(this,"setFieldsValue",function(i){t.warningUnhooked();var n=t.store;if(i){var r=ls(t.store,i);t.updateStore(r)}t.notifyObservers(n,null,{type:"valueUpdate",source:"external"}),t.notifyWatch()}),O(this,"setFieldValue",function(i,n){t.setFields([{name:i,value:n}])}),O(this,"getDependencyChildrenFields",function(i){var n=new Set,r=[],s=new Ur;t.getFieldEntities().forEach(function(d){var c=d.props.dependencies;(c||[]).forEach(function(g){var u=kt(g);s.update(u,function(){var m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Set;return m.add(d),m})})});var o=function d(c){var g=s.get(c)||new Set;g.forEach(function(u){if(!n.has(u)){n.add(u);var m=u.getNamePath();u.isFieldDirty()&&m.length&&(r.push(m),d(m))}})};return o(i),r}),O(this,"triggerOnFieldsChange",function(i,n){var r=t.callbacks.onFieldsChange;if(r){var s=t.getFields();if(n){var o=new Ur;n.forEach(function(c){var g=c.name,u=c.errors;o.set(g,u)}),s.forEach(function(c){c.errors=o.get(c.name)||c.errors})}var d=s.filter(function(c){var g=c.name;return vs(i,g)});d.length&&r(d,s)}}),O(this,"validateFields",function(i,n){t.warningUnhooked();var r,s;Array.isArray(i)||typeof i=="string"||typeof n=="string"?(r=i,s=n):s=i;var o=!!r,d=o?r.map(kt):[],c=[],g=String(Date.now()),u=new Set,m=s||{},b=m.recursive,k=m.dirty;t.getFieldEntities(!0).forEach(function(h){if(o||d.push(h.getNamePath()),!(!h.props.rules||!h.props.rules.length)&&!(k&&!h.isFieldDirty())){var p=h.getNamePath();if(u.add(p.join(g)),!o||vs(d,p,b)){var A=h.validateRules(_({validateMessages:_(_({},K4),t.validateMessages)},s));c.push(A.then(function(){return{name:p,errors:[],warnings:[]}}).catch(function(S){var x,v=[],C=[];return(x=S.forEach)===null||x===void 0||x.call(S,function(R){var z=R.rule.warningOnly,W=R.errors;z?C.push.apply(C,Oe(W)):v.push.apply(v,Oe(W))}),v.length?Promise.reject({name:p,errors:v,warnings:C}):{name:p,errors:v,warnings:C}}))}}});var y=tx(c);t.lastValidatePromise=y,y.catch(function(h){return h}).then(function(h){var p=h.map(function(A){var S=A.name;return S});t.notifyObservers(t.store,p,{type:"validateFinish"}),t.triggerOnFieldsChange(p,h)});var w=y.then(function(){return t.lastValidatePromise===y?Promise.resolve(t.getFieldsValue(d)):Promise.reject([])}).catch(function(h){var p=h.filter(function(A){return A&&A.errors.length});return Promise.reject({values:t.getFieldsValue(d),errorFields:p,outOfDate:t.lastValidatePromise!==y})});w.catch(function(h){return h});var f=d.filter(function(h){return u.has(h.join(g))});return t.triggerOnFieldsChange(f),w}),O(this,"submit",function(){t.warningUnhooked(),t.validateFields().then(function(i){var n=t.callbacks.onFinish;if(n)try{n(i)}catch(r){console.error(r)}}).catch(function(i){var n=t.callbacks.onFinishFailed;n&&n(i)})}),this.forceRootUpdate=a});function Q4(e){var a=l.useRef(),t=l.useState({}),i=Y(t,2),n=i[1];if(!a.current)if(e)a.current=e;else{var r=function(){n({})},s=new nx(r);a.current=s.getForm()}return[a.current]}var Bm=l.createContext({triggerFormChange:function(){},triggerFormFinish:function(){},registerForm:function(){},unregisterForm:function(){}}),rx=function(a){var t=a.validateMessages,i=a.onFormChange,n=a.onFormFinish,r=a.children,s=l.useContext(Bm),o=l.useRef({});return l.createElement(Bm.Provider,{value:_(_({},s),{},{validateMessages:_(_({},s.validateMessages),t),triggerFormChange:function(c,g){i&&i(c,{changedFields:g,forms:o.current}),s.triggerFormChange(c,g)},triggerFormFinish:function(c,g){n&&n(c,{values:g,forms:o.current}),s.triggerFormFinish(c,g)},registerForm:function(c,g){c&&(o.current=_(_({},o.current),{},O({},c,g))),s.registerForm(c,g)},unregisterForm:function(c){var g=_({},o.current);delete g[c],o.current=g,s.unregisterForm(c)}})},r)},sx=["name","initialValues","fields","form","preserve","children","component","validateMessages","validateTrigger","onValuesChange","onFieldsChange","onFinish","onFinishFailed"],ox=function(a,t){var i=a.name,n=a.initialValues,r=a.fields,s=a.form,o=a.preserve,d=a.children,c=a.component,g=c===void 0?"form":c,u=a.validateMessages,m=a.validateTrigger,b=m===void 0?"onChange":m,k=a.onValuesChange,y=a.onFieldsChange,w=a.onFinish,f=a.onFinishFailed,h=Wa(a,sx),p=l.useContext(Bm),A=Q4(s),S=Y(A,1),x=S[0],v=x.getInternalHooks(pr),C=v.useSubscribe,R=v.setInitialValues,z=v.setCallbacks,W=v.setValidateMessages,F=v.setPreserve,B=v.destroyForm;l.useImperativeHandle(t,function(){return x}),l.useEffect(function(){return p.registerForm(i,x),function(){p.unregisterForm(i)}},[p,x,i]),W(_(_({},p.validateMessages),u)),z({onValuesChange:k,onFieldsChange:function(Z){if(p.triggerFormChange(i,Z),y){for(var ae=arguments.length,te=new Array(ae>1?ae-1:0),X=1;X{let{children:a,status:t,override:i}=e;const n=l.useContext(er),r=l.useMemo(()=>{const s=Object.assign({},n);return i&&delete s.isFormItemInput,t&&(delete s.status,delete s.hasFeedback,delete s.feedbackIcon),s},[t,i,n]);return l.createElement(er.Provider,{value:r},a)},lx=l.createContext(void 0),gx=e=>({animationDuration:e,animationFillMode:"both"}),ux=e=>({animationDuration:e,animationFillMode:"both"}),mh=function(e,a,t,i){const r=(arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1)?"&":"";return{[` ${r}${e}-enter, ${r}${e}-appear - `]:Object.assign(Object.assign({},mx(i)),{animationPlayState:"paused"}),[`${r}${e}-leave`]:Object.assign(Object.assign({},hx(i)),{animationPlayState:"paused"}),[` + `]:Object.assign(Object.assign({},gx(i)),{animationPlayState:"paused"}),[`${r}${e}-leave`]:Object.assign(Object.assign({},ux(i)),{animationPlayState:"paused"}),[` ${r}${e}-enter${e}-enter-active, ${r}${e}-appear${e}-appear-active - `]:{animationName:a,animationPlayState:"running"},[`${r}${e}-leave${e}-leave-active`]:{animationName:t,animationPlayState:"running",pointerEvents:"none"}}},fx=new La("antMoveDownIn",{"0%":{transform:"translate3d(0, 100%, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),bx=new La("antMoveDownOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(0, 100%, 0)",transformOrigin:"0 0",opacity:0}}),px=new La("antMoveLeftIn",{"0%":{transform:"translate3d(-100%, 0, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),yx=new La("antMoveLeftOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(-100%, 0, 0)",transformOrigin:"0 0",opacity:0}}),kx=new La("antMoveRightIn",{"0%":{transform:"translate3d(100%, 0, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),wx=new La("antMoveRightOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(100%, 0, 0)",transformOrigin:"0 0",opacity:0}}),vx=new La("antMoveUpIn",{"0%":{transform:"translate3d(0, -100%, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),Ax=new La("antMoveUpOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(0, -100%, 0)",transformOrigin:"0 0",opacity:0}}),xx={"move-up":{inKeyframes:vx,outKeyframes:Ax},"move-down":{inKeyframes:fx,outKeyframes:bx},"move-left":{inKeyframes:px,outKeyframes:yx},"move-right":{inKeyframes:kx,outKeyframes:wx}},X2=(e,a)=>{const{antCls:t}=e,i=`${t}-${a}`,{inKeyframes:n,outKeyframes:r}=xx[a];return[hh(i,n,r,e.motionDurationMid),{[` + `]:{animationName:a,animationPlayState:"running"},[`${r}${e}-leave${e}-leave-active`]:{animationName:t,animationPlayState:"running",pointerEvents:"none"}}},mx=new La("antMoveDownIn",{"0%":{transform:"translate3d(0, 100%, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),hx=new La("antMoveDownOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(0, 100%, 0)",transformOrigin:"0 0",opacity:0}}),fx=new La("antMoveLeftIn",{"0%":{transform:"translate3d(-100%, 0, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),bx=new La("antMoveLeftOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(-100%, 0, 0)",transformOrigin:"0 0",opacity:0}}),px=new La("antMoveRightIn",{"0%":{transform:"translate3d(100%, 0, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),yx=new La("antMoveRightOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(100%, 0, 0)",transformOrigin:"0 0",opacity:0}}),kx=new La("antMoveUpIn",{"0%":{transform:"translate3d(0, -100%, 0)",transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),wx=new La("antMoveUpOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:"translate3d(0, -100%, 0)",transformOrigin:"0 0",opacity:0}}),vx={"move-up":{inKeyframes:kx,outKeyframes:wx},"move-down":{inKeyframes:mx,outKeyframes:hx},"move-left":{inKeyframes:fx,outKeyframes:bx},"move-right":{inKeyframes:px,outKeyframes:yx}},Y2=(e,a)=>{const{antCls:t}=e,i=`${t}-${a}`,{inKeyframes:n,outKeyframes:r}=vx[a];return[mh(i,n,r,e.motionDurationMid),{[` ${i}-enter, ${i}-appear - `]:{opacity:0,animationTimingFunction:e.motionEaseOutCirc},[`${i}-leave`]:{animationTimingFunction:e.motionEaseInOutCirc}}]},X4=new La("antSlideUpIn",{"0%":{transform:"scaleY(0.8)",transformOrigin:"0% 0%",opacity:0},"100%":{transform:"scaleY(1)",transformOrigin:"0% 0%",opacity:1}}),ek=new La("antSlideUpOut",{"0%":{transform:"scaleY(1)",transformOrigin:"0% 0%",opacity:1},"100%":{transform:"scaleY(0.8)",transformOrigin:"0% 0%",opacity:0}}),ak=new La("antSlideDownIn",{"0%":{transform:"scaleY(0.8)",transformOrigin:"100% 100%",opacity:0},"100%":{transform:"scaleY(1)",transformOrigin:"100% 100%",opacity:1}}),tk=new La("antSlideDownOut",{"0%":{transform:"scaleY(1)",transformOrigin:"100% 100%",opacity:1},"100%":{transform:"scaleY(0.8)",transformOrigin:"100% 100%",opacity:0}}),Sx=new La("antSlideLeftIn",{"0%":{transform:"scaleX(0.8)",transformOrigin:"0% 0%",opacity:0},"100%":{transform:"scaleX(1)",transformOrigin:"0% 0%",opacity:1}}),Cx=new La("antSlideLeftOut",{"0%":{transform:"scaleX(1)",transformOrigin:"0% 0%",opacity:1},"100%":{transform:"scaleX(0.8)",transformOrigin:"0% 0%",opacity:0}}),Tx=new La("antSlideRightIn",{"0%":{transform:"scaleX(0.8)",transformOrigin:"100% 0%",opacity:0},"100%":{transform:"scaleX(1)",transformOrigin:"100% 0%",opacity:1}}),qx=new La("antSlideRightOut",{"0%":{transform:"scaleX(1)",transformOrigin:"100% 0%",opacity:1},"100%":{transform:"scaleX(0.8)",transformOrigin:"100% 0%",opacity:0}}),Rx={"slide-up":{inKeyframes:X4,outKeyframes:ek},"slide-down":{inKeyframes:ak,outKeyframes:tk},"slide-left":{inKeyframes:Sx,outKeyframes:Cx},"slide-right":{inKeyframes:Tx,outKeyframes:qx}},e0=(e,a)=>{const{antCls:t}=e,i=`${t}-${a}`,{inKeyframes:n,outKeyframes:r}=Rx[a];return[hh(i,n,r,e.motionDurationMid),{[` + `]:{opacity:0,animationTimingFunction:e.motionEaseOutCirc},[`${i}-leave`]:{animationTimingFunction:e.motionEaseInOutCirc}}]},X4=new La("antSlideUpIn",{"0%":{transform:"scaleY(0.8)",transformOrigin:"0% 0%",opacity:0},"100%":{transform:"scaleY(1)",transformOrigin:"0% 0%",opacity:1}}),ek=new La("antSlideUpOut",{"0%":{transform:"scaleY(1)",transformOrigin:"0% 0%",opacity:1},"100%":{transform:"scaleY(0.8)",transformOrigin:"0% 0%",opacity:0}}),ak=new La("antSlideDownIn",{"0%":{transform:"scaleY(0.8)",transformOrigin:"100% 100%",opacity:0},"100%":{transform:"scaleY(1)",transformOrigin:"100% 100%",opacity:1}}),tk=new La("antSlideDownOut",{"0%":{transform:"scaleY(1)",transformOrigin:"100% 100%",opacity:1},"100%":{transform:"scaleY(0.8)",transformOrigin:"100% 100%",opacity:0}}),Ax=new La("antSlideLeftIn",{"0%":{transform:"scaleX(0.8)",transformOrigin:"0% 0%",opacity:0},"100%":{transform:"scaleX(1)",transformOrigin:"0% 0%",opacity:1}}),xx=new La("antSlideLeftOut",{"0%":{transform:"scaleX(1)",transformOrigin:"0% 0%",opacity:1},"100%":{transform:"scaleX(0.8)",transformOrigin:"0% 0%",opacity:0}}),Sx=new La("antSlideRightIn",{"0%":{transform:"scaleX(0.8)",transformOrigin:"100% 0%",opacity:0},"100%":{transform:"scaleX(1)",transformOrigin:"100% 0%",opacity:1}}),Cx=new La("antSlideRightOut",{"0%":{transform:"scaleX(1)",transformOrigin:"100% 0%",opacity:1},"100%":{transform:"scaleX(0.8)",transformOrigin:"100% 0%",opacity:0}}),Tx={"slide-up":{inKeyframes:X4,outKeyframes:ek},"slide-down":{inKeyframes:ak,outKeyframes:tk},"slide-left":{inKeyframes:Ax,outKeyframes:xx},"slide-right":{inKeyframes:Sx,outKeyframes:Cx}},Q2=(e,a)=>{const{antCls:t}=e,i=`${t}-${a}`,{inKeyframes:n,outKeyframes:r}=Tx[a];return[mh(i,n,r,e.motionDurationMid),{[` ${i}-enter, ${i}-appear - `]:{transform:"scale(0)",transformOrigin:"0% 0%",opacity:0,animationTimingFunction:e.motionEaseOutQuint,"&-prepare":{transform:"scale(1)"}},[`${i}-leave`]:{animationTimingFunction:e.motionEaseInQuint}}]},zx=new La("antZoomIn",{"0%":{transform:"scale(0.2)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),Mx=new La("antZoomOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.2)",opacity:0}}),a0=new La("antZoomBigIn",{"0%":{transform:"scale(0.8)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),t0=new La("antZoomBigOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.8)",opacity:0}}),Px=new La("antZoomUpIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 0%"}}),Ex=new La("antZoomUpOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 0%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0}}),Wx=new La("antZoomLeftIn",{"0%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"0% 50%"}}),Ix=new La("antZoomLeftOut",{"0%":{transform:"scale(1)",transformOrigin:"0% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0}}),Bx=new La("antZoomRightIn",{"0%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"100% 50%"}}),Fx=new La("antZoomRightOut",{"0%":{transform:"scale(1)",transformOrigin:"100% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0}}),Dx=new La("antZoomDownIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 100%"}}),Nx=new La("antZoomDownOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 100%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0}}),Hx={zoom:{inKeyframes:zx,outKeyframes:Mx},"zoom-big":{inKeyframes:a0,outKeyframes:t0},"zoom-big-fast":{inKeyframes:a0,outKeyframes:t0},"zoom-left":{inKeyframes:Wx,outKeyframes:Ix},"zoom-right":{inKeyframes:Bx,outKeyframes:Fx},"zoom-up":{inKeyframes:Px,outKeyframes:Ex},"zoom-down":{inKeyframes:Dx,outKeyframes:Nx}},jx=(e,a)=>{const{antCls:t}=e,i=`${t}-${a}`,{inKeyframes:n,outKeyframes:r}=Hx[a];return[hh(i,n,r,a==="zoom-big-fast"?e.motionDurationFast:e.motionDurationMid),{[` + `]:{transform:"scale(0)",transformOrigin:"0% 0%",opacity:0,animationTimingFunction:e.motionEaseOutQuint,"&-prepare":{transform:"scale(1)"}},[`${i}-leave`]:{animationTimingFunction:e.motionEaseInQuint}}]},qx=new La("antZoomIn",{"0%":{transform:"scale(0.2)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),Rx=new La("antZoomOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.2)",opacity:0}}),X2=new La("antZoomBigIn",{"0%":{transform:"scale(0.8)",opacity:0},"100%":{transform:"scale(1)",opacity:1}}),e0=new La("antZoomBigOut",{"0%":{transform:"scale(1)"},"100%":{transform:"scale(0.8)",opacity:0}}),zx=new La("antZoomUpIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 0%"}}),Mx=new La("antZoomUpOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 0%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 0%",opacity:0}}),Px=new La("antZoomLeftIn",{"0%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"0% 50%"}}),Ex=new La("antZoomLeftOut",{"0%":{transform:"scale(1)",transformOrigin:"0% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"0% 50%",opacity:0}}),Wx=new La("antZoomRightIn",{"0%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"100% 50%"}}),Ix=new La("antZoomRightOut",{"0%":{transform:"scale(1)",transformOrigin:"100% 50%"},"100%":{transform:"scale(0.8)",transformOrigin:"100% 50%",opacity:0}}),Bx=new La("antZoomDownIn",{"0%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0},"100%":{transform:"scale(1)",transformOrigin:"50% 100%"}}),Fx=new La("antZoomDownOut",{"0%":{transform:"scale(1)",transformOrigin:"50% 100%"},"100%":{transform:"scale(0.8)",transformOrigin:"50% 100%",opacity:0}}),Dx={zoom:{inKeyframes:qx,outKeyframes:Rx},"zoom-big":{inKeyframes:X2,outKeyframes:e0},"zoom-big-fast":{inKeyframes:X2,outKeyframes:e0},"zoom-left":{inKeyframes:Px,outKeyframes:Ex},"zoom-right":{inKeyframes:Wx,outKeyframes:Ix},"zoom-up":{inKeyframes:zx,outKeyframes:Mx},"zoom-down":{inKeyframes:Bx,outKeyframes:Fx}},Nx=(e,a)=>{const{antCls:t}=e,i=`${t}-${a}`,{inKeyframes:n,outKeyframes:r}=Dx[a];return[mh(i,n,r,a==="zoom-big-fast"?e.motionDurationFast:e.motionDurationMid),{[` ${i}-enter, ${i}-appear - `]:{transform:"scale(0)",opacity:0,animationTimingFunction:e.motionEaseOutCirc,"&-prepare":{transform:"none"}},[`${i}-leave`]:{animationTimingFunction:e.motionEaseInOutCirc}}]},Lx=e=>({[e.componentCls]:{[`${e.antCls}-motion-collapse-legacy`]:{overflow:"hidden","&-active":{transition:`height ${e.motionDurationMid} ${e.motionEaseInOut}, + `]:{transform:"scale(0)",opacity:0,animationTimingFunction:e.motionEaseOutCirc,"&-prepare":{transform:"none"}},[`${i}-leave`]:{animationTimingFunction:e.motionEaseInOutCirc}}]},Hx=e=>({[e.componentCls]:{[`${e.antCls}-motion-collapse-legacy`]:{overflow:"hidden","&-active":{transition:`height ${e.motionDurationMid} ${e.motionEaseInOut}, opacity ${e.motionDurationMid} ${e.motionEaseInOut} !important`}},[`${e.antCls}-motion-collapse`]:{overflow:"hidden",transition:`height ${e.motionDurationMid} ${e.motionEaseInOut}, - opacity ${e.motionDurationMid} ${e.motionEaseInOut} !important`}}}),Ox=Lx;function Gx(e){return a=>c.createElement(Hr,{theme:{token:{motion:!1,zIndexPopupBase:0}}},c.createElement(e,Object.assign({},a)))}const $x=(e,a,t,i)=>Gx(r=>{const{prefixCls:s,style:o}=r,d=c.useRef(null),[l,g]=c.useState(0),[u,m]=c.useState(0),[f,k]=mi(!1,{value:r.open}),{getPrefixCls:y}=c.useContext(Sa),w=y(a||"select",s);c.useEffect(()=>{if(k(!0),typeof ResizeObserver<"u"){const p=new ResizeObserver(x=>{const S=x[0].target;g(S.offsetHeight+8),m(S.offsetWidth)}),v=setInterval(()=>{var x;const S=t?`.${t(w)}`:`.${w}-dropdown`,A=(x=d.current)===null||x===void 0?void 0:x.querySelector(S);A&&(clearInterval(v),p.observe(A))},10);return()=>{clearInterval(v),p.disconnect()}}},[]);let b=Object.assign(Object.assign({},r),{style:Object.assign(Object.assign({},o),{margin:0}),open:f,visible:f,getPopupContainer:()=>d.current});i&&(b=i(b));const h={paddingBottom:l,position:"relative",minWidth:u};return c.createElement("div",{ref:d,style:h},c.createElement(e,Object.assign({},b)))}),fh=function(){if(typeof navigator>"u"||typeof window>"u")return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(e==null?void 0:e.substr(0,4))};var Ul=function(a){var t=a.className,i=a.customizeIcon,n=a.customizeIconProps,r=a.children,s=a.onMouseDown,o=a.onClick,d=typeof i=="function"?i(n):i;return c.createElement("span",{className:t,onMouseDown:function(g){g.preventDefault(),s==null||s(g)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:o,"aria-hidden":!0},d!==void 0?d:c.createElement("span",{className:se(t.split(/\s+/).map(function(l){return"".concat(l,"-icon")}))},r))},Ux=function(a,t,i,n,r){var s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!1,o=arguments.length>6?arguments[6]:void 0,d=arguments.length>7?arguments[7]:void 0,l=Z.useMemo(function(){if(pa(n)==="object")return n.clearIcon;if(r)return r},[n,r]),g=Z.useMemo(function(){return!!(!s&&n&&(i.length||o)&&!(d==="combobox"&&o===""))},[n,s,i.length,o,d]);return{allowClear:g,clearIcon:Z.createElement(Ul,{className:"".concat(a,"-clear"),onMouseDown:t,customizeIcon:l},"×")}},ik=c.createContext(null);function Vx(){return c.useContext(ik)}function _x(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,a=c.useState(!1),t=Q(a,2),i=t[0],n=t[1],r=c.useRef(null),s=function(){window.clearTimeout(r.current)};c.useEffect(function(){return s},[]);var o=function(l,g){s(),r.current=window.setTimeout(function(){n(l),g&&g()},e)};return[i,o,s]}function nk(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,a=c.useRef(null),t=c.useRef(null);c.useEffect(function(){return function(){window.clearTimeout(t.current)}},[]);function i(n){(n||a.current===null)&&(a.current=n),window.clearTimeout(t.current),t.current=window.setTimeout(function(){a.current=null},e)}return[function(){return a.current},i]}function Kx(e,a,t,i){var n=c.useRef(null);n.current={open:a,triggerOpen:t,customizedTrigger:i},c.useEffect(function(){function r(s){var o;if(!((o=n.current)!==null&&o!==void 0&&o.customizedTrigger)){var d=s.target;d.shadowRoot&&s.composed&&(d=s.composedPath()[0]||d),n.current.open&&e().filter(function(l){return l}).every(function(l){return!l.contains(d)&&l!==d})&&n.current.triggerOpen(!1)}}return window.addEventListener("mousedown",r),function(){return window.removeEventListener("mousedown",r)}},[])}function Zx(e){return![le.ESC,le.SHIFT,le.BACKSPACE,le.TAB,le.WIN_KEY,le.ALT,le.META,le.WIN_KEY_RIGHT,le.CTRL,le.SEMICOLON,le.EQUALS,le.CAPS_LOCK,le.CONTEXT_MENU,le.F1,le.F2,le.F3,le.F4,le.F5,le.F6,le.F7,le.F8,le.F9,le.F10,le.F11,le.F12].includes(e)}var Jx=["prefixCls","invalidate","item","renderItem","responsive","responsiveDisabled","registerSize","itemKey","className","style","children","display","order","component"],Kr=void 0;function Yx(e,a){var t=e.prefixCls,i=e.invalidate,n=e.item,r=e.renderItem,s=e.responsive,o=e.responsiveDisabled,d=e.registerSize,l=e.itemKey,g=e.className,u=e.style,m=e.children,f=e.display,k=e.order,y=e.component,w=y===void 0?"div":y,b=Ma(e,Jx),h=s&&!f;function p(T){d(l,T)}c.useEffect(function(){return function(){p(null)}},[]);var v=r&&n!==Kr?r(n):m,x;i||(x={opacity:h?0:1,height:h?0:Kr,overflowY:h?"hidden":Kr,order:s?k:Kr,pointerEvents:h?"none":Kr,position:h?"absolute":Kr});var S={};h&&(S["aria-hidden"]=!0);var A=c.createElement(w,je({className:se(!i&&t,g),style:_(_({},x),u)},S,b,{ref:a}),v);return s&&(A=c.createElement(sr,{onResize:function(q){var z=q.offsetWidth;p(z)},disabled:o},A)),A}var qo=c.forwardRef(Yx);qo.displayName="Item";function Qx(e){if(typeof MessageChannel>"u")Za(e);else{var a=new MessageChannel;a.port1.onmessage=function(){return e()},a.port2.postMessage(void 0)}}function Xx(){var e=c.useRef(null),a=function(i){e.current||(e.current=[],Qx(function(){Wr.unstable_batchedUpdates(function(){e.current.forEach(function(n){n()}),e.current=null})})),e.current.push(i)};return a}function to(e,a){var t=c.useState(a),i=Q(t,2),n=i[0],r=i[1],s=oi(function(o){e(function(){r(o)})});return[n,s]}var el=Z.createContext(null),eS=["component"],aS=["className"],tS=["className"],iS=function(a,t){var i=c.useContext(el);if(!i){var n=a.component,r=n===void 0?"div":n,s=Ma(a,eS);return c.createElement(r,je({},s,{ref:t}))}var o=i.className,d=Ma(i,aS),l=a.className,g=Ma(a,tS);return c.createElement(el.Provider,{value:null},c.createElement(qo,je({ref:t,className:se(o,l)},d,g)))},rk=c.forwardRef(iS);rk.displayName="RawItem";var nS=["prefixCls","data","renderItem","renderRawItem","itemKey","itemWidth","ssr","style","className","maxCount","renderRest","renderRawRest","suffix","component","itemComponent","onVisibleChange"],sk="responsive",ok="invalidate";function rS(e){return"+ ".concat(e.length," ...")}function sS(e,a){var t=e.prefixCls,i=t===void 0?"rc-overflow":t,n=e.data,r=n===void 0?[]:n,s=e.renderItem,o=e.renderRawItem,d=e.itemKey,l=e.itemWidth,g=l===void 0?10:l,u=e.ssr,m=e.style,f=e.className,k=e.maxCount,y=e.renderRest,w=e.renderRawRest,b=e.suffix,h=e.component,p=h===void 0?"div":h,v=e.itemComponent,x=e.onVisibleChange,S=Ma(e,nS),A=u==="full",T=Xx(),q=to(T,null),z=Q(q,2),W=z[0],H=z[1],D=W||0,M=to(T,new Map),B=Q(M,2),F=B[0],P=B[1],C=to(T,0),N=Q(C,2),j=N[0],L=N[1],K=to(T,0),X=Q(K,2),te=X[0],ee=X[1],we=to(T,0),fe=Q(we,2),ve=fe[0],be=fe[1],Y=c.useState(null),J=Q(Y,2),me=J[0],Se=J[1],ce=c.useState(null),ie=Q(ce,2),Re=ie[0],Ie=ie[1],Me=c.useMemo(function(){return Re===null&&A?Number.MAX_SAFE_INTEGER:Re||0},[Re,W]),oe=c.useState(!1),ae=Q(oe,2),de=ae[0],ye=ae[1],ke="".concat(i,"-item"),Pe=Math.max(j,te),Xe=k===sk,Je=r.length&&Xe,ca=k===ok,Qe=Je||typeof k=="number"&&r.length>k,Ne=c.useMemo(function(){var Ce=r;return Je?W===null&&A?Ce=r:Ce=r.slice(0,Math.min(r.length,D/g)):typeof k=="number"&&(Ce=r.slice(0,k)),Ce},[r,g,W,k,Je]),Ke=c.useMemo(function(){return Je?r.slice(Me+1):r.slice(Ne.length)},[r,Ne,Je,Me]),Fe=c.useCallback(function(Ce,ze){var ea;return typeof d=="function"?d(Ce):(ea=d&&(Ce==null?void 0:Ce[d]))!==null&&ea!==void 0?ea:ze},[d]),Ra=c.useCallback(s||function(Ce){return Ce},[s]);function na(Ce,ze,ea){Re===Ce&&(ze===void 0||ze===me)||(Ie(Ce),ea||(ye(CeD){na(ha-1,Ce-Te-ve+te);break}}b&&oa(0)+ve>D&&Se(null)}},[D,F,te,ve,Fe,Ne]);var wa=de&&!!Ke.length,ma={};me!==null&&Je&&(ma={position:"absolute",left:me,top:0});var Ia={prefixCls:ke,responsive:Je,component:v,invalidate:ca},Ba=o?function(Ce,ze){var ea=Fe(Ce,ze);return c.createElement(el.Provider,{key:ea,value:_(_({},Ia),{},{order:ze,item:Ce,itemKey:ea,registerSize:za,display:ze<=Me})},o(Ce,ze))}:function(Ce,ze){var ea=Fe(Ce,ze);return c.createElement(qo,je({},Ia,{order:ze,key:ea,item:Ce,renderItem:Ra,itemKey:ea,registerSize:za,display:ze<=Me}))},Le,pe={order:wa?Me:Number.MAX_SAFE_INTEGER,className:"".concat(ke,"-rest"),registerSize:la,display:wa};if(w)w&&(Le=c.createElement(el.Provider,{value:_(_({},Ia),pe)},w(Ke)));else{var Ee=y||rS;Le=c.createElement(qo,je({},Ia,pe),typeof Ee=="function"?Ee(Ke):Ee)}var He=c.createElement(p,je({className:se(!ca&&i,f),style:m,ref:a},S),Ne.map(Ba),Qe?Le:null,b&&c.createElement(qo,je({},Ia,{responsive:Xe,responsiveDisabled:!Je,order:Me,className:"".concat(ke,"-suffix"),registerSize:ua,display:!0,style:ma}),b));return Xe&&(He=c.createElement(sr,{onResize:va,disabled:!Je},He)),He}var ud=c.forwardRef(sS);ud.displayName="Overflow";ud.Item=rk;ud.RESPONSIVE=sk;ud.INVALIDATE=ok;var oS=function(a,t){var i,n=a.prefixCls,r=a.id,s=a.inputElement,o=a.disabled,d=a.tabIndex,l=a.autoFocus,g=a.autoComplete,u=a.editable,m=a.activeDescendantId,f=a.value,k=a.maxLength,y=a.onKeyDown,w=a.onMouseDown,b=a.onChange,h=a.onPaste,p=a.onCompositionStart,v=a.onCompositionEnd,x=a.open,S=a.attrs,A=s||c.createElement("input",null),T=A,q=T.ref,z=T.props,W=z.onKeyDown,H=z.onChange,D=z.onMouseDown,M=z.onCompositionStart,B=z.onCompositionEnd,F=z.style;return"maxLength"in A.props,A=c.cloneElement(A,_(_(_({type:"search"},z),{},{id:r,ref:Xi(t,q),disabled:o,tabIndex:d,autoComplete:g||"off",autoFocus:l,className:se("".concat(n,"-selection-search-input"),(i=A)===null||i===void 0||(i=i.props)===null||i===void 0?void 0:i.className),role:"combobox","aria-expanded":x||!1,"aria-haspopup":"listbox","aria-owns":"".concat(r,"_list"),"aria-autocomplete":"list","aria-controls":"".concat(r,"_list"),"aria-activedescendant":x?m:void 0},S),{},{value:u?f:"",maxLength:k,readOnly:!u,unselectable:u?null:"on",style:_(_({},F),{},{opacity:u?null:0}),onKeyDown:function(C){y(C),W&&W(C)},onMouseDown:function(C){w(C),D&&D(C)},onChange:function(C){b(C),H&&H(C)},onCompositionStart:function(C){p(C),M&&M(C)},onCompositionEnd:function(C){v(C),B&&B(C)},onPaste:h})),A},dk=c.forwardRef(oS);function ck(e){return Array.isArray(e)?e:e!==void 0?[e]:[]}var dS=typeof window<"u"&&window.document&&window.document.documentElement,cS=dS;function lS(e){return e!=null}function gS(e){return!e&&e!==0}function i0(e){return["string","number"].includes(pa(e))}function lk(e){var a=void 0;return e&&(i0(e.title)?a=e.title.toString():i0(e.label)&&(a=e.label.toString())),a}function uS(e,a){cS?c.useLayoutEffect(e,a):c.useEffect(e,a)}function mS(e){var a;return(a=e.key)!==null&&a!==void 0?a:e.value}var n0=function(a){a.preventDefault(),a.stopPropagation()},hS=function(a){var t=a.id,i=a.prefixCls,n=a.values,r=a.open,s=a.searchValue,o=a.autoClearSearchValue,d=a.inputRef,l=a.placeholder,g=a.disabled,u=a.mode,m=a.showSearch,f=a.autoFocus,k=a.autoComplete,y=a.activeDescendantId,w=a.tabIndex,b=a.removeIcon,h=a.maxTagCount,p=a.maxTagTextLength,v=a.maxTagPlaceholder,x=v===void 0?function(Se){return"+ ".concat(Se.length," ...")}:v,S=a.tagRender,A=a.onToggleOpen,T=a.onRemove,q=a.onInputChange,z=a.onInputPaste,W=a.onInputKeyDown,H=a.onInputMouseDown,D=a.onInputCompositionStart,M=a.onInputCompositionEnd,B=c.useRef(null),F=c.useState(0),P=Q(F,2),C=P[0],N=P[1],j=c.useState(!1),L=Q(j,2),K=L[0],X=L[1],te="".concat(i,"-selection"),ee=r||u==="multiple"&&o===!1||u==="tags"?s:"",we=u==="tags"||u==="multiple"&&o===!1||m&&(r||K);uS(function(){N(B.current.scrollWidth)},[ee]);var fe=function(ce,ie,Re,Ie,Me){return c.createElement("span",{title:lk(ce),className:se("".concat(te,"-item"),G({},"".concat(te,"-item-disabled"),Re))},c.createElement("span",{className:"".concat(te,"-item-content")},ie),Ie&&c.createElement(Ul,{className:"".concat(te,"-item-remove"),onMouseDown:n0,onClick:Me,customizeIcon:b},"×"))},ve=function(ce,ie,Re,Ie,Me){var oe=function(de){n0(de),A(!r)};return c.createElement("span",{onMouseDown:oe},S({label:ie,value:ce,disabled:Re,closable:Ie,onClose:Me}))},be=function(ce){var ie=ce.disabled,Re=ce.label,Ie=ce.value,Me=!g&&!ie,oe=Re;if(typeof p=="number"&&(typeof Re=="string"||typeof Re=="number")){var ae=String(oe);ae.length>p&&(oe="".concat(ae.slice(0,p),"..."))}var de=function(ke){ke&&ke.stopPropagation(),T(ce)};return typeof S=="function"?ve(Ie,oe,ie,Me,de):fe(ce,oe,ie,Me,de)},Y=function(ce){var ie=typeof x=="function"?x(ce):x;return fe({title:ie},ie,!1)},J=c.createElement("div",{className:"".concat(te,"-search"),style:{width:C},onFocus:function(){X(!0)},onBlur:function(){X(!1)}},c.createElement(dk,{ref:d,open:r,prefixCls:i,id:t,inputElement:null,disabled:g,autoFocus:f,autoComplete:k,editable:we,activeDescendantId:y,value:ee,onKeyDown:W,onMouseDown:H,onChange:q,onPaste:z,onCompositionStart:D,onCompositionEnd:M,tabIndex:w,attrs:qn(a,!0)}),c.createElement("span",{ref:B,className:"".concat(te,"-search-mirror"),"aria-hidden":!0},ee," ")),me=c.createElement(ud,{prefixCls:"".concat(te,"-overflow"),data:n,renderItem:be,renderRest:Y,suffix:J,itemKey:mS,maxCount:h});return c.createElement(c.Fragment,null,me,!n.length&&!ee&&c.createElement("span",{className:"".concat(te,"-placeholder")},l))},fS=function(a){var t=a.inputElement,i=a.prefixCls,n=a.id,r=a.inputRef,s=a.disabled,o=a.autoFocus,d=a.autoComplete,l=a.activeDescendantId,g=a.mode,u=a.open,m=a.values,f=a.placeholder,k=a.tabIndex,y=a.showSearch,w=a.searchValue,b=a.activeValue,h=a.maxLength,p=a.onInputKeyDown,v=a.onInputMouseDown,x=a.onInputChange,S=a.onInputPaste,A=a.onInputCompositionStart,T=a.onInputCompositionEnd,q=a.title,z=c.useState(!1),W=Q(z,2),H=W[0],D=W[1],M=g==="combobox",B=M||y,F=m[0],P=w||"";M&&b&&!H&&(P=b),c.useEffect(function(){M&&D(!1)},[M,b]);var C=g!=="combobox"&&!u&&!y?!1:!!P,N=q===void 0?lk(F):q,j=c.useMemo(function(){return F?null:c.createElement("span",{className:"".concat(i,"-selection-placeholder"),style:C?{visibility:"hidden"}:void 0},f)},[F,C,f,i]);return c.createElement(c.Fragment,null,c.createElement("span",{className:"".concat(i,"-selection-search")},c.createElement(dk,{ref:r,prefixCls:i,id:n,open:u,inputElement:t,disabled:s,autoFocus:o,autoComplete:d,editable:B,activeDescendantId:l,value:P,onKeyDown:p,onMouseDown:v,onChange:function(K){D(!0),x(K)},onPaste:S,onCompositionStart:A,onCompositionEnd:T,tabIndex:k,attrs:qn(a,!0),maxLength:M?h:void 0})),!M&&F?c.createElement("span",{className:"".concat(i,"-selection-item"),title:N,style:C?{visibility:"hidden"}:void 0},F.label):null,j)},bS=function(a,t){var i=c.useRef(null),n=c.useRef(!1),r=a.prefixCls,s=a.open,o=a.mode,d=a.showSearch,l=a.tokenWithEnter,g=a.autoClearSearchValue,u=a.onSearch,m=a.onSearchSubmit,f=a.onToggleOpen,k=a.onInputKeyDown,y=a.domRef;c.useImperativeHandle(t,function(){return{focus:function(P){i.current.focus(P)},blur:function(){i.current.blur()}}});var w=nk(0),b=Q(w,2),h=b[0],p=b[1],v=function(P){var C=P.which;(C===le.UP||C===le.DOWN)&&P.preventDefault(),k&&k(P),C===le.ENTER&&o==="tags"&&!n.current&&!s&&(m==null||m(P.target.value)),Zx(C)&&f(!0)},x=function(){p(!0)},S=c.useRef(null),A=function(P){u(P,!0,n.current)!==!1&&f(!0)},T=function(){n.current=!0},q=function(P){n.current=!1,o!=="combobox"&&A(P.target.value)},z=function(P){var C=P.target.value;if(l&&S.current&&/[\r\n]/.test(S.current)){var N=S.current.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");C=C.replace(N,S.current)}S.current=null,A(C)},W=function(P){var C=P.clipboardData,N=C==null?void 0:C.getData("text");S.current=N||""},H=function(P){var C=P.target;if(C!==i.current){var N=document.body.style.msTouchAction!==void 0;N?setTimeout(function(){i.current.focus()}):i.current.focus()}},D=function(P){var C=h();P.target!==i.current&&!C&&o!=="combobox"&&P.preventDefault(),(o!=="combobox"&&(!d||!C)||!s)&&(s&&g!==!1&&u("",!0,!1),f())},M={inputRef:i,onInputKeyDown:v,onInputMouseDown:x,onInputChange:z,onInputPaste:W,onInputCompositionStart:T,onInputCompositionEnd:q},B=o==="multiple"||o==="tags"?c.createElement(hS,je({},a,M)):c.createElement(fS,je({},a,M));return c.createElement("div",{ref:y,className:"".concat(r,"-selector"),onClick:H,onMouseDown:D},B)},pS=c.forwardRef(bS);function yS(e){var a=e.prefixCls,t=e.align,i=e.arrow,n=e.arrowPos,r=i||{},s=r.className,o=r.content,d=n.x,l=d===void 0?0:d,g=n.y,u=g===void 0?0:g,m=c.useRef();if(!t||!t.points)return null;var f={position:"absolute"};if(t.autoArrow!==!1){var k=t.points[0],y=t.points[1],w=k[0],b=k[1],h=y[0],p=y[1];w===h||!["t","b"].includes(w)?f.top=u:w==="t"?f.top=0:f.bottom=0,b===p||!["l","r"].includes(b)?f.left=l:b==="l"?f.left=0:f.right=0}return c.createElement("div",{ref:m,className:se("".concat(a,"-arrow"),s),style:f},o)}function kS(e){var a=e.prefixCls,t=e.open,i=e.zIndex,n=e.mask,r=e.motion;return n?c.createElement(ar,je({},r,{motionAppear:!0,visible:t,removeOnLeave:!0}),function(s){var o=s.className;return c.createElement("div",{style:{zIndex:i},className:se("".concat(a,"-mask"),o)})}):null}var wS=c.memo(function(e){var a=e.children;return a},function(e,a){return a.cache}),vS=c.forwardRef(function(e,a){var t=e.popup,i=e.className,n=e.prefixCls,r=e.style,s=e.target,o=e.onVisibleChanged,d=e.open,l=e.keepDom,g=e.fresh,u=e.onClick,m=e.mask,f=e.arrow,k=e.arrowPos,y=e.align,w=e.motion,b=e.maskMotion,h=e.forceRender,p=e.getPopupContainer,v=e.autoDestroy,x=e.portal,S=e.zIndex,A=e.onMouseEnter,T=e.onMouseLeave,q=e.onPointerEnter,z=e.ready,W=e.offsetX,H=e.offsetY,D=e.offsetR,M=e.offsetB,B=e.onAlign,F=e.onPrepare,P=e.stretch,C=e.targetWidth,N=e.targetHeight,j=typeof t=="function"?t():t,L=d||l,K=(p==null?void 0:p.length)>0,X=c.useState(!p||!K),te=Q(X,2),ee=te[0],we=te[1];if(Ka(function(){!ee&&K&&s&&we(!0)},[ee,K,s]),!ee)return null;var fe="auto",ve={left:"-1000vw",top:"-1000vh",right:fe,bottom:fe};if(z||!d){var be,Y=y.points,J=y.dynamicInset||((be=y._experimental)===null||be===void 0?void 0:be.dynamicInset),me=J&&Y[0][1]==="r",Se=J&&Y[0][0]==="b";me?(ve.right=D,ve.left=fe):(ve.left=W,ve.right=fe),Se?(ve.bottom=M,ve.top=fe):(ve.top=H,ve.bottom=fe)}var ce={};return P&&(P.includes("height")&&N?ce.height=N:P.includes("minHeight")&&N&&(ce.minHeight=N),P.includes("width")&&C?ce.width=C:P.includes("minWidth")&&C&&(ce.minWidth=C)),d||(ce.pointerEvents="none"),c.createElement(x,{open:h||L,getContainer:p&&function(){return p(s)},autoDestroy:v},c.createElement(kS,{prefixCls:n,open:d,zIndex:S,mask:m,motion:b}),c.createElement(sr,{onResize:B,disabled:!d},function(ie){return c.createElement(ar,je({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:h,leavedClassName:"".concat(n,"-hidden")},w,{onAppearPrepare:F,onEnterPrepare:F,visible:d,onVisibleChanged:function(Ie){var Me;w==null||(Me=w.onVisibleChanged)===null||Me===void 0||Me.call(w,Ie),o(Ie)}}),function(Re,Ie){var Me=Re.className,oe=Re.style,ae=se(n,Me,i);return c.createElement("div",{ref:Xi(ie,a,Ie),className:ae,style:_(_(_(_({"--arrow-x":"".concat(k.x||0,"px"),"--arrow-y":"".concat(k.y||0,"px")},ve),ce),oe),{},{boxSizing:"border-box",zIndex:S},r),onMouseEnter:A,onMouseLeave:T,onPointerEnter:q,onClick:u},f&&c.createElement(yS,{prefixCls:n,arrow:f,arrowPos:k,align:y}),c.createElement(wS,{cache:!d&&!g},j))})}))}),AS=c.forwardRef(function(e,a){var t=e.children,i=e.getTriggerDOMNode,n=sd(t),r=c.useCallback(function(o){O1(a,i?i(o):o)},[i]),s=rd(r,t.ref);return n?c.cloneElement(t,{ref:s}):t}),r0=c.createContext(null);function s0(e){return e?Array.isArray(e)?e:[e]:[]}function xS(e,a,t,i){return c.useMemo(function(){var n=s0(t??a),r=s0(i??a),s=new Set(n),o=new Set(r);return e&&(s.has("hover")&&(s.delete("hover"),s.add("click")),o.has("hover")&&(o.delete("hover"),o.add("click"))),[s,o]},[e,a,t,i])}function SS(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=arguments.length>2?arguments[2]:void 0;return t?e[0]===a[0]:e[0]===a[0]&&e[1]===a[1]}function CS(e,a,t,i){for(var n=t.points,r=Object.keys(e),s=0;s1&&arguments[1]!==void 0?arguments[1]:1;return Number.isNaN(e)?a:e}function io(e){return Yo(parseFloat(e),0)}function d0(e,a){var t=_({},e);return(a||[]).forEach(function(i){if(!(i instanceof HTMLBodyElement||i instanceof HTMLHtmlElement)){var n=md(i).getComputedStyle(i),r=n.overflow,s=n.overflowClipMargin,o=n.borderTopWidth,d=n.borderBottomWidth,l=n.borderLeftWidth,g=n.borderRightWidth,u=i.getBoundingClientRect(),m=i.offsetHeight,f=i.clientHeight,k=i.offsetWidth,y=i.clientWidth,w=io(o),b=io(d),h=io(l),p=io(g),v=Yo(Math.round(u.width/k*1e3)/1e3),x=Yo(Math.round(u.height/m*1e3)/1e3),S=(k-y-h-p)*v,A=(m-f-w-b)*x,T=w*x,q=b*x,z=h*v,W=p*v,H=0,D=0;if(r==="clip"){var M=io(s);H=M*v,D=M*x}var B=u.x+z-H,F=u.y+T-D,P=B+u.width+2*H-z-W-S,C=F+u.height+2*D-T-q-A;t.left=Math.max(t.left,B),t.top=Math.max(t.top,F),t.right=Math.min(t.right,P),t.bottom=Math.min(t.bottom,C)}}),t}function c0(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,t="".concat(a),i=t.match(/^(.*)\%$/);return i?e*(parseFloat(i[1])/100):parseFloat(t)}function l0(e,a){var t=a||[],i=Q(t,2),n=i[0],r=i[1];return[c0(e.width,n),c0(e.height,r)]}function g0(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return[e[0],e[1]]}function Zr(e,a){var t=a[0],i=a[1],n,r;return t==="t"?r=e.y:t==="b"?r=e.y+e.height:r=e.y+e.height/2,i==="l"?n=e.x:i==="r"?n=e.x+e.width:n=e.x+e.width/2,{x:n,y:r}}function Wn(e,a){var t={t:"b",b:"t",l:"r",r:"l"};return e.map(function(i,n){return n===a?t[i]||"c":i}).join("")}function TS(e,a,t,i,n,r,s){var o=c.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:n[i]||{}}),d=Q(o,2),l=d[0],g=d[1],u=c.useRef(0),m=c.useMemo(function(){return a?Bm(a):[]},[a]),f=c.useRef({}),k=function(){f.current={}};e||k();var y=oi(function(){if(a&&t&&e){let st=function(Or,hi){var Mn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ae,Pn=j.x+Or,dr=j.y+hi,Gr=Pn+be,Jl=dr+ve,Yl=Math.max(Pn,Mn.left),Ql=Math.max(dr,Mn.top),_e=Math.min(Gr,Mn.right),sa=Math.min(Jl,Mn.bottom);return Math.max(0,(_e-Yl)*(sa-Ql))},mn=function(){Fa=j.y+Ee,fa=Fa+ve,Ye=j.x+pe,aa=Ye+be};var rt=st,Yt=mn,h,p,v=a,x=v.ownerDocument,S=md(v),A=S.getComputedStyle(v),T=A.width,q=A.height,z=A.position,W=v.style.left,H=v.style.top,D=v.style.right,M=v.style.bottom,B=v.style.overflow,F=_(_({},n[i]),r),P=x.createElement("div");(h=v.parentElement)===null||h===void 0||h.appendChild(P),P.style.left="".concat(v.offsetLeft,"px"),P.style.top="".concat(v.offsetTop,"px"),P.style.position=z,P.style.height="".concat(v.offsetHeight,"px"),P.style.width="".concat(v.offsetWidth,"px"),v.style.left="0",v.style.top="0",v.style.right="auto",v.style.bottom="auto",v.style.overflow="hidden";var C;if(Array.isArray(t))C={x:t[0],y:t[1],width:0,height:0};else{var N=t.getBoundingClientRect();C={x:N.x,y:N.y,width:N.width,height:N.height}}var j=v.getBoundingClientRect(),L=x.documentElement,K=L.clientWidth,X=L.clientHeight,te=L.scrollWidth,ee=L.scrollHeight,we=L.scrollTop,fe=L.scrollLeft,ve=j.height,be=j.width,Y=C.height,J=C.width,me={left:0,top:0,right:K,bottom:X},Se={left:-fe,top:-we,right:te-fe,bottom:ee-we},ce=F.htmlRegion,ie="visible",Re="visibleFirst";ce!=="scroll"&&ce!==Re&&(ce=ie);var Ie=ce===Re,Me=d0(Se,m),oe=d0(me,m),ae=ce===ie?oe:Me,de=Ie?oe:ae;v.style.left="auto",v.style.top="auto",v.style.right="0",v.style.bottom="0";var ye=v.getBoundingClientRect();v.style.left=W,v.style.top=H,v.style.right=D,v.style.bottom=M,v.style.overflow=B,(p=v.parentElement)===null||p===void 0||p.removeChild(P);var ke=Yo(Math.round(be/parseFloat(T)*1e3)/1e3),Pe=Yo(Math.round(ve/parseFloat(q)*1e3)/1e3);if(ke===0||Pe===0||Gc(t)&&!F4(t))return;var Xe=F.offset,Je=F.targetOffset,ca=l0(j,Xe),Qe=Q(ca,2),Ne=Qe[0],Ke=Qe[1],Fe=l0(C,Je),Ra=Q(Fe,2),na=Ra[0],va=Ra[1];C.x-=na,C.y-=va;var za=F.points||[],la=Q(za,2),ua=la[0],oa=la[1],wa=g0(oa),ma=g0(ua),Ia=Zr(C,wa),Ba=Zr(j,ma),Le=_({},F),pe=Ia.x-Ba.x+Ne,Ee=Ia.y-Ba.y+Ke,He=st(pe,Ee),Ce=st(pe,Ee,oe),ze=Zr(C,["t","l"]),ea=Zr(j,["t","l"]),ha=Zr(C,["b","r"]),Te=Zr(j,["b","r"]),We=F.overflow||{},Oe=We.adjustX,Ve=We.adjustY,ra=We.shiftX,da=We.shiftY,Oa=function(hi){return typeof hi=="boolean"?hi:hi>=0},Fa,fa,Ye,aa;mn();var Ae=Oa(Ve),Be=ma[0]===wa[0];if(Ae&&ma[0]==="t"&&(fa>de.bottom||f.current.bt)){var $e=Ee;Be?$e-=ve-Y:$e=ze.y-Te.y-Ke;var ia=st(pe,$e),Ca=st(pe,$e,oe);ia>He||ia===He&&(!Ie||Ca>=Ce)?(f.current.bt=!0,Ee=$e,Ke=-Ke,Le.points=[Wn(ma,0),Wn(wa,0)]):f.current.bt=!1}if(Ae&&ma[0]==="b"&&(FaHe||Da===He&&(!Ie||It>=Ce)?(f.current.tb=!0,Ee=xa,Ke=-Ke,Le.points=[Wn(ma,0),Wn(wa,0)]):f.current.tb=!1}var Mt=Oa(Oe),et=ma[1]===wa[1];if(Mt&&ma[1]==="l"&&(aa>de.right||f.current.rl)){var nt=pe;et?nt-=be-J:nt=ze.x-Te.x-Ne;var Bt=st(nt,Ee),en=st(nt,Ee,oe);Bt>He||Bt===He&&(!Ie||en>=Ce)?(f.current.rl=!0,pe=nt,Ne=-Ne,Le.points=[Wn(ma,1),Wn(wa,1)]):f.current.rl=!1}if(Mt&&ma[1]==="r"&&(YeHe||ga===He&&(!Ie||Pa>=Ce)?(f.current.lr=!0,pe=Ze,Ne=-Ne,Le.points=[Wn(ma,1),Wn(wa,1)]):f.current.lr=!1}mn();var mt=ra===!0?0:ra;typeof mt=="number"&&(Yeoe.right&&(pe-=aa-oe.right-Ne,C.x>oe.right-mt&&(pe+=C.x-oe.right+mt)));var Ct=da===!0?0:da;typeof Ct=="number"&&(Faoe.bottom&&(Ee-=fa-oe.bottom-Ke,C.y>oe.bottom-Ct&&(Ee+=C.y-oe.bottom+Ct)));var an=j.x+pe,tn=an+be,R=j.y+Ee,$=R+ve,I=C.x,V=I+J,U=C.y,O=U+Y,ne=Math.max(an,I),ge=Math.min(tn,V),ue=(ne+ge)/2,he=ue-an,xe=Math.max(R,U),De=Math.min($,O),ta=(xe+De)/2,ya=ta-R;s==null||s(a,Le);var ba=ye.right-j.x-(pe+j.width),Ga=ye.bottom-j.y-(Ee+j.height);g({ready:!0,offsetX:pe/ke,offsetY:Ee/Pe,offsetR:ba/ke,offsetB:Ga/Pe,arrowX:he/ke,arrowY:ya/Pe,scaleX:ke,scaleY:Pe,align:Le})}}),w=function(){u.current+=1;var p=u.current;Promise.resolve().then(function(){u.current===p&&y()})},b=function(){g(function(p){return _(_({},p),{},{ready:!1})})};return Ka(b,[i]),Ka(function(){e||b()},[e]),[l.ready,l.offsetX,l.offsetY,l.offsetR,l.offsetB,l.arrowX,l.arrowY,l.scaleX,l.scaleY,l.align,w]}function qS(e,a,t,i,n){Ka(function(){if(e&&a&&t){let m=function(){i(),n()};var u=m,r=a,s=t,o=Bm(r),d=Bm(s),l=md(s),g=new Set([l].concat(Ge(o),Ge(d)));return g.forEach(function(f){f.addEventListener("scroll",m,{passive:!0})}),l.addEventListener("resize",m,{passive:!0}),i(),function(){g.forEach(function(f){f.removeEventListener("scroll",m),l.removeEventListener("resize",m)})}}},[e,a,t])}function RS(e,a,t,i,n,r,s,o){var d=c.useRef(e),l=c.useRef(!1);d.current!==e&&(l.current=!0,d.current=e),c.useEffect(function(){var g=Za(function(){l.current=!1});return function(){Za.cancel(g)}},[e]),c.useEffect(function(){if(a&&i&&(!n||r)){var g=function(){var S=!1,A=function(z){var W=z.target;S=s(W)},T=function(z){var W=z.target;!l.current&&d.current&&!S&&!s(W)&&o(!1)};return[A,T]},u=g(),m=Q(u,2),f=m[0],k=m[1],y=g(),w=Q(y,2),b=w[0],h=w[1],p=md(i);p.addEventListener("mousedown",f,!0),p.addEventListener("click",k,!0),p.addEventListener("contextmenu",k,!0);var v=Zc(t);return v&&(v.addEventListener("mousedown",b,!0),v.addEventListener("click",h,!0),v.addEventListener("contextmenu",h,!0)),function(){p.removeEventListener("mousedown",f,!0),p.removeEventListener("click",k,!0),p.removeEventListener("contextmenu",k,!0),v&&(v.removeEventListener("mousedown",b,!0),v.removeEventListener("click",h,!0),v.removeEventListener("contextmenu",h,!0))}}},[a,t,i,n,r])}var zS=["prefixCls","children","action","showAction","hideAction","popupVisible","defaultPopupVisible","onPopupVisibleChange","afterPopupVisibleChange","mouseEnterDelay","mouseLeaveDelay","focusDelay","blurDelay","mask","maskClosable","getPopupContainer","forceRender","autoDestroy","destroyPopupOnHide","popup","popupClassName","popupStyle","popupPlacement","builtinPlacements","popupAlign","zIndex","stretch","getPopupClassNameFromAlign","fresh","alignPoint","onPopupClick","onPopupAlign","arrow","popupMotion","maskMotion","popupTransitionName","popupAnimation","maskTransitionName","maskAnimation","className","getTriggerDOMNode"];function MS(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:uh,a=c.forwardRef(function(t,i){var n=t.prefixCls,r=n===void 0?"rc-trigger-popup":n,s=t.children,o=t.action,d=o===void 0?"hover":o,l=t.showAction,g=t.hideAction,u=t.popupVisible,m=t.defaultPopupVisible,f=t.onPopupVisibleChange,k=t.afterPopupVisibleChange,y=t.mouseEnterDelay,w=t.mouseLeaveDelay,b=w===void 0?.1:w,h=t.focusDelay,p=t.blurDelay,v=t.mask,x=t.maskClosable,S=x===void 0?!0:x,A=t.getPopupContainer,T=t.forceRender,q=t.autoDestroy,z=t.destroyPopupOnHide,W=t.popup,H=t.popupClassName,D=t.popupStyle,M=t.popupPlacement,B=t.builtinPlacements,F=B===void 0?{}:B,P=t.popupAlign,C=t.zIndex,N=t.stretch,j=t.getPopupClassNameFromAlign,L=t.fresh,K=t.alignPoint,X=t.onPopupClick,te=t.onPopupAlign,ee=t.arrow,we=t.popupMotion,fe=t.maskMotion,ve=t.popupTransitionName,be=t.popupAnimation,Y=t.maskTransitionName,J=t.maskAnimation,me=t.className,Se=t.getTriggerDOMNode,ce=Ma(t,zS),ie=q||z||!1,Re=c.useState(!1),Ie=Q(Re,2),Me=Ie[0],oe=Ie[1];Ka(function(){oe(fh())},[]);var ae=c.useRef({}),de=c.useContext(r0),ye=c.useMemo(function(){return{registerSubPopup:function(sa,ht){ae.current[sa]=ht,de==null||de.registerSubPopup(sa,ht)}}},[de]),ke=uA(),Pe=c.useState(null),Xe=Q(Pe,2),Je=Xe[0],ca=Xe[1],Qe=oi(function(_e){Gc(_e)&&Je!==_e&&ca(_e),de==null||de.registerSubPopup(ke,_e)}),Ne=c.useState(null),Ke=Q(Ne,2),Fe=Ke[0],Ra=Ke[1],na=c.useRef(null),va=oi(function(_e){Gc(_e)&&Fe!==_e&&(Ra(_e),na.current=_e)}),za=c.Children.only(s),la=(za==null?void 0:za.props)||{},ua={},oa=oi(function(_e){var sa,ht,Tt=Fe;return(Tt==null?void 0:Tt.contains(_e))||((sa=Zc(Tt))===null||sa===void 0?void 0:sa.host)===_e||_e===Tt||(Je==null?void 0:Je.contains(_e))||((ht=Zc(Je))===null||ht===void 0?void 0:ht.host)===_e||_e===Je||Object.values(ae.current).some(function(ft){return(ft==null?void 0:ft.contains(_e))||_e===ft})}),wa=o0(r,we,be,ve),ma=o0(r,fe,J,Y),Ia=c.useState(m||!1),Ba=Q(Ia,2),Le=Ba[0],pe=Ba[1],Ee=u??Le,He=oi(function(_e){u===void 0&&pe(_e)});Ka(function(){pe(u||!1)},[u]);var Ce=c.useRef(Ee);Ce.current=Ee;var ze=c.useRef([]);ze.current=[];var ea=oi(function(_e){var sa;He(_e),((sa=ze.current[ze.current.length-1])!==null&&sa!==void 0?sa:Ee)!==_e&&(ze.current.push(_e),f==null||f(_e))}),ha=c.useRef(),Te=function(){clearTimeout(ha.current)},We=function(sa){var ht=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;Te(),ht===0?ea(sa):ha.current=setTimeout(function(){ea(sa)},ht*1e3)};c.useEffect(function(){return Te},[]);var Oe=c.useState(!1),Ve=Q(Oe,2),ra=Ve[0],da=Ve[1];Ka(function(_e){(!_e||Ee)&&da(!0)},[Ee]);var Oa=c.useState(null),Fa=Q(Oa,2),fa=Fa[0],Ye=Fa[1],aa=c.useState([0,0]),Ae=Q(aa,2),Be=Ae[0],$e=Ae[1],ia=function(sa){$e([sa.clientX,sa.clientY])},Ca=TS(Ee,Je,K?Be:Fe,M,F,P,te),xa=Q(Ca,11),Da=xa[0],It=xa[1],Mt=xa[2],et=xa[3],nt=xa[4],Bt=xa[5],en=xa[6],Ze=xa[7],ga=xa[8],Pa=xa[9],mt=xa[10],Ct=xS(Me,d,l,g),an=Q(Ct,2),tn=an[0],R=an[1],$=tn.has("click"),I=R.has("click")||R.has("contextMenu"),V=oi(function(){ra||mt()}),U=function(){Ce.current&&K&&I&&We(!1)};qS(Ee,Fe,Je,V,U),Ka(function(){V()},[Be,M]),Ka(function(){Ee&&!(F!=null&&F[M])&&V()},[JSON.stringify(P)]);var O=c.useMemo(function(){var _e=CS(F,r,Pa,K);return se(_e,j==null?void 0:j(Pa))},[Pa,j,F,r,K]);c.useImperativeHandle(i,function(){return{nativeElement:na.current,forceAlign:V}});var ne=c.useState(0),ge=Q(ne,2),ue=ge[0],he=ge[1],xe=c.useState(0),De=Q(xe,2),ta=De[0],ya=De[1],ba=function(){if(N&&Fe){var sa=Fe.getBoundingClientRect();he(sa.width),ya(sa.height)}},Ga=function(){ba(),V()},rt=function(sa){da(!1),mt(),k==null||k(sa)},Yt=function(){return new Promise(function(sa){ba(),Ye(function(){return sa})})};Ka(function(){fa&&(mt(),fa(),Ye(null))},[fa]);function st(_e,sa,ht,Tt){ua[_e]=function(ft){var pd;Tt==null||Tt(ft),We(sa,ht);for(var Xl=arguments.length,Fh=new Array(Xl>1?Xl-1:0),yd=1;yd1?ht-1:0),ft=1;ft1?ht-1:0),ft=1;ft1&&arguments[1]!==void 0?arguments[1]:{},t=a.fieldNames,i=a.childrenAsData,n=[],r=uk(t,!1),s=r.label,o=r.value,d=r.options,l=r.groupLabel;function g(u,m){Array.isArray(u)&&u.forEach(function(f){if(m||!(d in f)){var k=f[o];n.push({key:u0(f,n.length),groupOption:m,data:f,label:f[s],value:k})}else{var y=f[l];y===void 0&&i&&(y=f.label),n.push({key:u0(f,n.length),group:!0,data:f,label:y}),g(f[d],!0)}})}return g(e,!1),n}function Dm(e){var a=_({},e);return"props"in a||Object.defineProperty(a,"props",{get:function(){return Wt(!1,"Return type is option instead of Option instance. Please read value directly instead of reading from `props`."),a}}),a}var FS=function(a,t,i){if(!t||!t.length)return null;var n=!1,r=function o(d,l){var g=_y(l),u=g[0],m=g.slice(1);if(!u)return[d];var f=d.split(u);return n=n||f.length>1,f.reduce(function(k,y){return[].concat(Ge(k),Ge(o(y,m)))},[]).filter(Boolean)},s=r(a,t);return n?typeof i<"u"?s.slice(0,i):s:null},bh=c.createContext(null),DS=["id","prefixCls","className","showSearch","tagRender","direction","omitDomProps","displayValues","onDisplayValuesChange","emptyOptions","notFoundContent","onClear","mode","disabled","loading","getInputElement","getRawInputElement","open","defaultOpen","onDropdownVisibleChange","activeValue","onActiveValueChange","activeDescendantId","searchValue","autoClearSearchValue","onSearch","onSearchSplit","tokenSeparators","allowClear","suffixIcon","clearIcon","OptionList","animation","transitionName","dropdownStyle","dropdownClassName","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","placement","builtinPlacements","getPopupContainer","showAction","onFocus","onBlur","onKeyUp","onKeyDown","onMouseDown"],NS=["value","onChange","removeIcon","placeholder","autoFocus","maxTagCount","maxTagTextLength","maxTagPlaceholder","choiceTransitionName","onInputKeyDown","onPopupScroll","tabIndex"],Nm=function(a){return a==="tags"||a==="multiple"},HS=c.forwardRef(function(e,a){var t,i=e.id,n=e.prefixCls,r=e.className,s=e.showSearch,o=e.tagRender,d=e.direction,l=e.omitDomProps,g=e.displayValues,u=e.onDisplayValuesChange,m=e.emptyOptions,f=e.notFoundContent,k=f===void 0?"Not Found":f,y=e.onClear,w=e.mode,b=e.disabled,h=e.loading,p=e.getInputElement,v=e.getRawInputElement,x=e.open,S=e.defaultOpen,A=e.onDropdownVisibleChange,T=e.activeValue,q=e.onActiveValueChange,z=e.activeDescendantId,W=e.searchValue,H=e.autoClearSearchValue,D=e.onSearch,M=e.onSearchSplit,B=e.tokenSeparators,F=e.allowClear,P=e.suffixIcon,C=e.clearIcon,N=e.OptionList,j=e.animation,L=e.transitionName,K=e.dropdownStyle,X=e.dropdownClassName,te=e.dropdownMatchSelectWidth,ee=e.dropdownRender,we=e.dropdownAlign,fe=e.placement,ve=e.builtinPlacements,be=e.getPopupContainer,Y=e.showAction,J=Y===void 0?[]:Y,me=e.onFocus,Se=e.onBlur,ce=e.onKeyUp,ie=e.onKeyDown,Re=e.onMouseDown,Ie=Ma(e,DS),Me=Nm(w),oe=(s!==void 0?s:Me)||w==="combobox",ae=_({},Ie);NS.forEach(function(U){delete ae[U]}),l==null||l.forEach(function(U){delete ae[U]});var de=c.useState(!1),ye=Q(de,2),ke=ye[0],Pe=ye[1];c.useEffect(function(){Pe(fh())},[]);var Xe=c.useRef(null),Je=c.useRef(null),ca=c.useRef(null),Qe=c.useRef(null),Ne=c.useRef(null),Ke=c.useRef(!1),Fe=_x(),Ra=Q(Fe,3),na=Ra[0],va=Ra[1],za=Ra[2];c.useImperativeHandle(a,function(){var U,O;return{focus:(U=Qe.current)===null||U===void 0?void 0:U.focus,blur:(O=Qe.current)===null||O===void 0?void 0:O.blur,scrollTo:function(ge){var ue;return(ue=Ne.current)===null||ue===void 0?void 0:ue.scrollTo(ge)}}});var la=c.useMemo(function(){var U;if(w!=="combobox")return W;var O=(U=g[0])===null||U===void 0?void 0:U.value;return typeof O=="string"||typeof O=="number"?String(O):""},[W,w,g]),ua=w==="combobox"&&typeof p=="function"&&p()||null,oa=typeof v=="function"&&v(),wa=rd(Je,oa==null||(t=oa.props)===null||t===void 0?void 0:t.ref),ma=c.useState(!1),Ia=Q(ma,2),Ba=Ia[0],Le=Ia[1];Ka(function(){Le(!0)},[]);var pe=mi(!1,{defaultValue:S,value:x}),Ee=Q(pe,2),He=Ee[0],Ce=Ee[1],ze=Ba?He:!1,ea=!k&&m;(b||ea&&ze&&w==="combobox")&&(ze=!1);var ha=ea?!1:ze,Te=c.useCallback(function(U){var O=U!==void 0?U:!ze;b||(Ce(O),ze!==O&&(A==null||A(O)))},[b,ze,Ce,A]),We=c.useMemo(function(){return(B||[]).some(function(U){return[` + opacity ${e.motionDurationMid} ${e.motionEaseInOut} !important`}}}),jx=Hx;function Lx(e){return a=>l.createElement(Dr,{theme:{token:{motion:!1,zIndexPopupBase:0}}},l.createElement(e,Object.assign({},a)))}const Ox=(e,a,t,i)=>Lx(r=>{const{prefixCls:s,style:o}=r,d=l.useRef(null),[c,g]=l.useState(0),[u,m]=l.useState(0),[b,k]=ui(!1,{value:r.open}),{getPrefixCls:y}=l.useContext(Ra),w=y(a||"select",s);l.useEffect(()=>{if(k(!0),typeof ResizeObserver<"u"){const p=new ResizeObserver(S=>{const x=S[0].target;g(x.offsetHeight+8),m(x.offsetWidth)}),A=setInterval(()=>{var S;const x=t?`.${t(w)}`:`.${w}-dropdown`,v=(S=d.current)===null||S===void 0?void 0:S.querySelector(x);v&&(clearInterval(A),p.observe(v))},10);return()=>{clearInterval(A),p.disconnect()}}},[]);let f=Object.assign(Object.assign({},r),{style:Object.assign(Object.assign({},o),{margin:0}),open:b,visible:b,getPopupContainer:()=>d.current});i&&(f=i(f));const h={paddingBottom:c,position:"relative",minWidth:u};return l.createElement("div",{ref:d,style:h},l.createElement(e,Object.assign({},f)))}),hh=function(){if(typeof navigator>"u"||typeof window>"u")return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(e==null?void 0:e.substr(0,4))};var Vl=function(a){var t=a.className,i=a.customizeIcon,n=a.customizeIconProps,r=a.children,s=a.onMouseDown,o=a.onClick,d=typeof i=="function"?i(n):i;return l.createElement("span",{className:t,onMouseDown:function(g){g.preventDefault(),s==null||s(g)},style:{userSelect:"none",WebkitUserSelect:"none"},unselectable:"on",onClick:o,"aria-hidden":!0},d!==void 0?d:l.createElement("span",{className:de(t.split(/\s+/).map(function(c){return"".concat(c,"-icon")}))},r))},Gx=function(a,t,i,n,r){var s=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!1,o=arguments.length>6?arguments[6]:void 0,d=arguments.length>7?arguments[7]:void 0,c=K.useMemo(function(){if(pa(n)==="object")return n.clearIcon;if(r)return r},[n,r]),g=K.useMemo(function(){return!!(!s&&n&&(i.length||o)&&!(d==="combobox"&&o===""))},[n,s,i.length,o,d]);return{allowClear:g,clearIcon:K.createElement(Vl,{className:"".concat(a,"-clear"),onMouseDown:t,customizeIcon:c},"×")}},ik=l.createContext(null);function $x(){return l.useContext(ik)}function Ux(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:10,a=l.useState(!1),t=Y(a,2),i=t[0],n=t[1],r=l.useRef(null),s=function(){window.clearTimeout(r.current)};l.useEffect(function(){return s},[]);var o=function(c,g){s(),r.current=window.setTimeout(function(){n(c),g&&g()},e)};return[i,o,s]}function nk(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:250,a=l.useRef(null),t=l.useRef(null);l.useEffect(function(){return function(){window.clearTimeout(t.current)}},[]);function i(n){(n||a.current===null)&&(a.current=n),window.clearTimeout(t.current),t.current=window.setTimeout(function(){a.current=null},e)}return[function(){return a.current},i]}function Vx(e,a,t,i){var n=l.useRef(null);n.current={open:a,triggerOpen:t,customizedTrigger:i},l.useEffect(function(){function r(s){var o;if(!((o=n.current)!==null&&o!==void 0&&o.customizedTrigger)){var d=s.target;d.shadowRoot&&s.composed&&(d=s.composedPath()[0]||d),n.current.open&&e().filter(function(c){return c}).every(function(c){return!c.contains(d)&&c!==d})&&n.current.triggerOpen(!1)}}return window.addEventListener("mousedown",r),function(){return window.removeEventListener("mousedown",r)}},[])}function _x(e){return![le.ESC,le.SHIFT,le.BACKSPACE,le.TAB,le.WIN_KEY,le.ALT,le.META,le.WIN_KEY_RIGHT,le.CTRL,le.SEMICOLON,le.EQUALS,le.CAPS_LOCK,le.CONTEXT_MENU,le.F1,le.F2,le.F3,le.F4,le.F5,le.F6,le.F7,le.F8,le.F9,le.F10,le.F11,le.F12].includes(e)}var Kx=["prefixCls","invalidate","item","renderItem","responsive","responsiveDisabled","registerSize","itemKey","className","style","children","display","order","component"],Vr=void 0;function Zx(e,a){var t=e.prefixCls,i=e.invalidate,n=e.item,r=e.renderItem,s=e.responsive,o=e.responsiveDisabled,d=e.registerSize,c=e.itemKey,g=e.className,u=e.style,m=e.children,b=e.display,k=e.order,y=e.component,w=y===void 0?"div":y,f=Wa(e,Kx),h=s&&!b;function p(C){d(c,C)}l.useEffect(function(){return function(){p(null)}},[]);var A=r&&n!==Vr?r(n):m,S;i||(S={opacity:h?0:1,height:h?0:Vr,overflowY:h?"hidden":Vr,order:s?k:Vr,pointerEvents:h?"none":Vr,position:h?"absolute":Vr});var x={};h&&(x["aria-hidden"]=!0);var v=l.createElement(w,_e({className:de(!i&&t,g),style:_(_({},S),u)},x,f,{ref:a}),A);return s&&(v=l.createElement(nr,{onResize:function(R){var z=R.offsetWidth;p(z)},disabled:o},v)),v}var To=l.forwardRef(Zx);To.displayName="Item";function Jx(e){if(typeof MessageChannel>"u")at(e);else{var a=new MessageChannel;a.port1.onmessage=function(){return e()},a.port2.postMessage(void 0)}}function Yx(){var e=l.useRef(null),a=function(i){e.current||(e.current=[],Jx(function(){Pr.unstable_batchedUpdates(function(){e.current.forEach(function(n){n()}),e.current=null})})),e.current.push(i)};return a}function ao(e,a){var t=l.useState(a),i=Y(t,2),n=i[0],r=i[1],s=yi(function(o){e(function(){r(o)})});return[n,s]}var Qc=K.createContext(null),Qx=["component"],Xx=["className"],eS=["className"],aS=function(a,t){var i=l.useContext(Qc);if(!i){var n=a.component,r=n===void 0?"div":n,s=Wa(a,Qx);return l.createElement(r,_e({},s,{ref:t}))}var o=i.className,d=Wa(i,Xx),c=a.className,g=Wa(a,eS);return l.createElement(Qc.Provider,{value:null},l.createElement(To,_e({ref:t,className:de(o,c)},d,g)))},rk=l.forwardRef(aS);rk.displayName="RawItem";var tS=["prefixCls","data","renderItem","renderRawItem","itemKey","itemWidth","ssr","style","className","maxCount","renderRest","renderRawRest","suffix","component","itemComponent","onVisibleChange"],sk="responsive",ok="invalidate";function iS(e){return"+ ".concat(e.length," ...")}function nS(e,a){var t=e.prefixCls,i=t===void 0?"rc-overflow":t,n=e.data,r=n===void 0?[]:n,s=e.renderItem,o=e.renderRawItem,d=e.itemKey,c=e.itemWidth,g=c===void 0?10:c,u=e.ssr,m=e.style,b=e.className,k=e.maxCount,y=e.renderRest,w=e.renderRawRest,f=e.suffix,h=e.component,p=h===void 0?"div":h,A=e.itemComponent,S=e.onVisibleChange,x=Wa(e,tS),v=u==="full",C=Yx(),R=ao(C,null),z=Y(R,2),W=z[0],F=z[1],B=W||0,$=ao(C,new Map),V=Y($,2),D=V[0],P=V[1],T=ao(C,0),I=Y(T,2),H=I[0],L=I[1],Z=ao(C,0),ae=Y(Z,2),te=ae[0],X=ae[1],we=ao(C,0),be=Y(we,2),ye=be[0],pe=be[1],ne=l.useState(null),J=Y(ne,2),fe=J[0],Ce=J[1],se=l.useState(null),Q=Y(se,2),Ee=Q[0],Ie=Q[1],ze=l.useMemo(function(){return Ee===null&&v?Number.MAX_SAFE_INTEGER:Ee||0},[Ee,W]),re=l.useState(!1),oe=Y(re,2),ue=oe[0],xe=oe[1],Se="".concat(i,"-item"),We=Math.max(H,te),ea=k===sk,Je=r.length&&ea,ca=k===ok,Qe=Je||typeof k=="number"&&r.length>k,Ne=l.useMemo(function(){var Ae=r;return Je?W===null&&v?Ae=r:Ae=r.slice(0,Math.min(r.length,B/g)):typeof k=="number"&&(Ae=r.slice(0,k)),Ae},[r,g,W,k,Je]),Ke=l.useMemo(function(){return Je?r.slice(ze+1):r.slice(Ne.length)},[r,Ne,Je,ze]),Fe=l.useCallback(function(Ae,Re){var Xe;return typeof d=="function"?d(Ae):(Xe=d&&(Ae==null?void 0:Ae[d]))!==null&&Xe!==void 0?Xe:Re},[d]),qa=l.useCallback(s||function(Ae){return Ae},[s]);function na(Ae,Re,Xe){Ee===Ae&&(Re===void 0||Re===fe)||(Ie(Ae),Xe||(xe(AeB){na(ha-1,Ae-Te-ye+te);break}}f&&oa(0)+ye>B&&Ce(null)}},[B,D,te,ye,Fe,Ne]);var wa=ue&&!!Ke.length,ma={};fe!==null&&Je&&(ma={position:"absolute",left:fe,top:0});var Ia={prefixCls:Se,responsive:Je,component:A,invalidate:ca},Ba=o?function(Ae,Re){var Xe=Fe(Ae,Re);return l.createElement(Qc.Provider,{key:Xe,value:_(_({},Ia),{},{order:Re,item:Ae,itemKey:Xe,registerSize:za,display:Re<=ze})},o(Ae,Re))}:function(Ae,Re){var Xe=Fe(Ae,Re);return l.createElement(To,_e({},Ia,{order:Re,key:Xe,item:Ae,renderItem:qa,itemKey:Xe,registerSize:za,display:Re<=ze}))},je,he={order:wa?ze:Number.MAX_SAFE_INTEGER,className:"".concat(Se,"-rest"),registerSize:la,display:wa};if(w)w&&(je=l.createElement(Qc.Provider,{value:_(_({},Ia),he)},w(Ke)));else{var Me=y||iS;je=l.createElement(To,_e({},Ia,he),typeof Me=="function"?Me(Ke):Me)}var He=l.createElement(p,_e({className:de(!ca&&i,b),style:m,ref:a},x),Ne.map(Ba),Qe?je:null,f&&l.createElement(To,_e({},Ia,{responsive:ea,responsiveDisabled:!Je,order:ze,className:"".concat(Se,"-suffix"),registerSize:ua,display:!0,style:ma}),f));return ea&&(He=l.createElement(nr,{onResize:va,disabled:!Je},He)),He}var ld=l.forwardRef(nS);ld.displayName="Overflow";ld.Item=rk;ld.RESPONSIVE=sk;ld.INVALIDATE=ok;var rS=function(a,t){var i,n=a.prefixCls,r=a.id,s=a.inputElement,o=a.disabled,d=a.tabIndex,c=a.autoFocus,g=a.autoComplete,u=a.editable,m=a.activeDescendantId,b=a.value,k=a.maxLength,y=a.onKeyDown,w=a.onMouseDown,f=a.onChange,h=a.onPaste,p=a.onCompositionStart,A=a.onCompositionEnd,S=a.open,x=a.attrs,v=s||l.createElement("input",null),C=v,R=C.ref,z=C.props,W=z.onKeyDown,F=z.onChange,B=z.onMouseDown,$=z.onCompositionStart,V=z.onCompositionEnd,D=z.style;return"maxLength"in v.props,v=l.cloneElement(v,_(_(_({type:"search"},z),{},{id:r,ref:Xi(t,R),disabled:o,tabIndex:d,autoComplete:g||"off",autoFocus:c,className:de("".concat(n,"-selection-search-input"),(i=v)===null||i===void 0||(i=i.props)===null||i===void 0?void 0:i.className),role:"combobox","aria-expanded":S||!1,"aria-haspopup":"listbox","aria-owns":"".concat(r,"_list"),"aria-autocomplete":"list","aria-controls":"".concat(r,"_list"),"aria-activedescendant":S?m:void 0},x),{},{value:u?b:"",maxLength:k,readOnly:!u,unselectable:u?null:"on",style:_(_({},D),{},{opacity:u?null:0}),onKeyDown:function(T){y(T),W&&W(T)},onMouseDown:function(T){w(T),B&&B(T)},onChange:function(T){f(T),F&&F(T)},onCompositionStart:function(T){p(T),$&&$(T)},onCompositionEnd:function(T){A(T),V&&V(T)},onPaste:h})),v},dk=l.forwardRef(rS);function ck(e){return Array.isArray(e)?e:e!==void 0?[e]:[]}var sS=typeof window<"u"&&window.document&&window.document.documentElement,oS=sS;function dS(e){return e!=null}function cS(e){return!e&&e!==0}function a0(e){return["string","number"].includes(pa(e))}function lk(e){var a=void 0;return e&&(a0(e.title)?a=e.title.toString():a0(e.label)&&(a=e.label.toString())),a}function lS(e,a){oS?l.useLayoutEffect(e,a):l.useEffect(e,a)}function gS(e){var a;return(a=e.key)!==null&&a!==void 0?a:e.value}var t0=function(a){a.preventDefault(),a.stopPropagation()},uS=function(a){var t=a.id,i=a.prefixCls,n=a.values,r=a.open,s=a.searchValue,o=a.autoClearSearchValue,d=a.inputRef,c=a.placeholder,g=a.disabled,u=a.mode,m=a.showSearch,b=a.autoFocus,k=a.autoComplete,y=a.activeDescendantId,w=a.tabIndex,f=a.removeIcon,h=a.maxTagCount,p=a.maxTagTextLength,A=a.maxTagPlaceholder,S=A===void 0?function(Ce){return"+ ".concat(Ce.length," ...")}:A,x=a.tagRender,v=a.onToggleOpen,C=a.onRemove,R=a.onInputChange,z=a.onInputPaste,W=a.onInputKeyDown,F=a.onInputMouseDown,B=a.onInputCompositionStart,$=a.onInputCompositionEnd,V=l.useRef(null),D=l.useState(0),P=Y(D,2),T=P[0],I=P[1],H=l.useState(!1),L=Y(H,2),Z=L[0],ae=L[1],te="".concat(i,"-selection"),X=r||u==="multiple"&&o===!1||u==="tags"?s:"",we=u==="tags"||u==="multiple"&&o===!1||m&&(r||Z);lS(function(){I(V.current.scrollWidth)},[X]);var be=function(se,Q,Ee,Ie,ze){return l.createElement("span",{title:lk(se),className:de("".concat(te,"-item"),O({},"".concat(te,"-item-disabled"),Ee))},l.createElement("span",{className:"".concat(te,"-item-content")},Q),Ie&&l.createElement(Vl,{className:"".concat(te,"-item-remove"),onMouseDown:t0,onClick:ze,customizeIcon:f},"×"))},ye=function(se,Q,Ee,Ie,ze){var re=function(ue){t0(ue),v(!r)};return l.createElement("span",{onMouseDown:re},x({label:Q,value:se,disabled:Ee,closable:Ie,onClose:ze}))},pe=function(se){var Q=se.disabled,Ee=se.label,Ie=se.value,ze=!g&&!Q,re=Ee;if(typeof p=="number"&&(typeof Ee=="string"||typeof Ee=="number")){var oe=String(re);oe.length>p&&(re="".concat(oe.slice(0,p),"..."))}var ue=function(Se){Se&&Se.stopPropagation(),C(se)};return typeof x=="function"?ye(Ie,re,Q,ze,ue):be(se,re,Q,ze,ue)},ne=function(se){var Q=typeof S=="function"?S(se):S;return be({title:Q},Q,!1)},J=l.createElement("div",{className:"".concat(te,"-search"),style:{width:T},onFocus:function(){ae(!0)},onBlur:function(){ae(!1)}},l.createElement(dk,{ref:d,open:r,prefixCls:i,id:t,inputElement:null,disabled:g,autoFocus:b,autoComplete:k,editable:we,activeDescendantId:y,value:X,onKeyDown:W,onMouseDown:F,onChange:R,onPaste:z,onCompositionStart:B,onCompositionEnd:$,tabIndex:w,attrs:Bs(a,!0)}),l.createElement("span",{ref:V,className:"".concat(te,"-search-mirror"),"aria-hidden":!0},X," ")),fe=l.createElement(ld,{prefixCls:"".concat(te,"-overflow"),data:n,renderItem:pe,renderRest:ne,suffix:J,itemKey:gS,maxCount:h});return l.createElement(l.Fragment,null,fe,!n.length&&!X&&l.createElement("span",{className:"".concat(te,"-placeholder")},c))},mS=function(a){var t=a.inputElement,i=a.prefixCls,n=a.id,r=a.inputRef,s=a.disabled,o=a.autoFocus,d=a.autoComplete,c=a.activeDescendantId,g=a.mode,u=a.open,m=a.values,b=a.placeholder,k=a.tabIndex,y=a.showSearch,w=a.searchValue,f=a.activeValue,h=a.maxLength,p=a.onInputKeyDown,A=a.onInputMouseDown,S=a.onInputChange,x=a.onInputPaste,v=a.onInputCompositionStart,C=a.onInputCompositionEnd,R=a.title,z=l.useState(!1),W=Y(z,2),F=W[0],B=W[1],$=g==="combobox",V=$||y,D=m[0],P=w||"";$&&f&&!F&&(P=f),l.useEffect(function(){$&&B(!1)},[$,f]);var T=g!=="combobox"&&!u&&!y?!1:!!P,I=R===void 0?lk(D):R,H=l.useMemo(function(){return D?null:l.createElement("span",{className:"".concat(i,"-selection-placeholder"),style:T?{visibility:"hidden"}:void 0},b)},[D,T,b,i]);return l.createElement(l.Fragment,null,l.createElement("span",{className:"".concat(i,"-selection-search")},l.createElement(dk,{ref:r,prefixCls:i,id:n,open:u,inputElement:t,disabled:s,autoFocus:o,autoComplete:d,editable:V,activeDescendantId:c,value:P,onKeyDown:p,onMouseDown:A,onChange:function(Z){B(!0),S(Z)},onPaste:x,onCompositionStart:v,onCompositionEnd:C,tabIndex:k,attrs:Bs(a,!0),maxLength:$?h:void 0})),!$&&D?l.createElement("span",{className:"".concat(i,"-selection-item"),title:I,style:T?{visibility:"hidden"}:void 0},D.label):null,H)},hS=function(a,t){var i=l.useRef(null),n=l.useRef(!1),r=a.prefixCls,s=a.open,o=a.mode,d=a.showSearch,c=a.tokenWithEnter,g=a.autoClearSearchValue,u=a.onSearch,m=a.onSearchSubmit,b=a.onToggleOpen,k=a.onInputKeyDown,y=a.domRef;l.useImperativeHandle(t,function(){return{focus:function(P){i.current.focus(P)},blur:function(){i.current.blur()}}});var w=nk(0),f=Y(w,2),h=f[0],p=f[1],A=function(P){var T=P.which;(T===le.UP||T===le.DOWN)&&P.preventDefault(),k&&k(P),T===le.ENTER&&o==="tags"&&!n.current&&!s&&(m==null||m(P.target.value)),_x(T)&&b(!0)},S=function(){p(!0)},x=l.useRef(null),v=function(P){u(P,!0,n.current)!==!1&&b(!0)},C=function(){n.current=!0},R=function(P){n.current=!1,o!=="combobox"&&v(P.target.value)},z=function(P){var T=P.target.value;if(c&&x.current&&/[\r\n]/.test(x.current)){var I=x.current.replace(/[\r\n]+$/,"").replace(/\r\n/g," ").replace(/[\r\n]/g," ");T=T.replace(I,x.current)}x.current=null,v(T)},W=function(P){var T=P.clipboardData,I=T==null?void 0:T.getData("text");x.current=I||""},F=function(P){var T=P.target;if(T!==i.current){var I=document.body.style.msTouchAction!==void 0;I?setTimeout(function(){i.current.focus()}):i.current.focus()}},B=function(P){var T=h();P.target!==i.current&&!T&&o!=="combobox"&&P.preventDefault(),(o!=="combobox"&&(!d||!T)||!s)&&(s&&g!==!1&&u("",!0,!1),b())},$={inputRef:i,onInputKeyDown:A,onInputMouseDown:S,onInputChange:z,onInputPaste:W,onInputCompositionStart:C,onInputCompositionEnd:R},V=o==="multiple"||o==="tags"?l.createElement(uS,_e({},a,$)):l.createElement(mS,_e({},a,$));return l.createElement("div",{ref:y,className:"".concat(r,"-selector"),onClick:F,onMouseDown:B},V)},fS=l.forwardRef(hS);function bS(e){var a=e.prefixCls,t=e.align,i=e.arrow,n=e.arrowPos,r=i||{},s=r.className,o=r.content,d=n.x,c=d===void 0?0:d,g=n.y,u=g===void 0?0:g,m=l.useRef();if(!t||!t.points)return null;var b={position:"absolute"};if(t.autoArrow!==!1){var k=t.points[0],y=t.points[1],w=k[0],f=k[1],h=y[0],p=y[1];w===h||!["t","b"].includes(w)?b.top=u:w==="t"?b.top=0:b.bottom=0,f===p||!["l","r"].includes(f)?b.left=c:f==="l"?b.left=0:b.right=0}return l.createElement("div",{ref:m,className:de("".concat(a,"-arrow"),s),style:b},o)}function pS(e){var a=e.prefixCls,t=e.open,i=e.zIndex,n=e.mask,r=e.motion;return n?l.createElement(Gs,_e({},r,{motionAppear:!0,visible:t,removeOnLeave:!0}),function(s){var o=s.className;return l.createElement("div",{style:{zIndex:i},className:de("".concat(a,"-mask"),o)})}):null}var yS=l.memo(function(e){var a=e.children;return a},function(e,a){return a.cache}),kS=l.forwardRef(function(e,a){var t=e.popup,i=e.className,n=e.prefixCls,r=e.style,s=e.target,o=e.onVisibleChanged,d=e.open,c=e.keepDom,g=e.fresh,u=e.onClick,m=e.mask,b=e.arrow,k=e.arrowPos,y=e.align,w=e.motion,f=e.maskMotion,h=e.forceRender,p=e.getPopupContainer,A=e.autoDestroy,S=e.portal,x=e.zIndex,v=e.onMouseEnter,C=e.onMouseLeave,R=e.onPointerEnter,z=e.ready,W=e.offsetX,F=e.offsetY,B=e.offsetR,$=e.offsetB,V=e.onAlign,D=e.onPrepare,P=e.stretch,T=e.targetWidth,I=e.targetHeight,H=typeof t=="function"?t():t,L=d||c,Z=(p==null?void 0:p.length)>0,ae=l.useState(!p||!Z),te=Y(ae,2),X=te[0],we=te[1];if(Xa(function(){!X&&Z&&s&&we(!0)},[X,Z,s]),!X)return null;var be="auto",ye={left:"-1000vw",top:"-1000vh",right:be,bottom:be};if(z||!d){var pe,ne=y.points,J=y.dynamicInset||((pe=y._experimental)===null||pe===void 0?void 0:pe.dynamicInset),fe=J&&ne[0][1]==="r",Ce=J&&ne[0][0]==="b";fe?(ye.right=B,ye.left=be):(ye.left=W,ye.right=be),Ce?(ye.bottom=$,ye.top=be):(ye.top=F,ye.bottom=be)}var se={};return P&&(P.includes("height")&&I?se.height=I:P.includes("minHeight")&&I&&(se.minHeight=I),P.includes("width")&&T?se.width=T:P.includes("minWidth")&&T&&(se.minWidth=T)),d||(se.pointerEvents="none"),l.createElement(S,{open:h||L,getContainer:p&&function(){return p(s)},autoDestroy:A},l.createElement(pS,{prefixCls:n,open:d,zIndex:x,mask:m,motion:f}),l.createElement(nr,{onResize:V,disabled:!d},function(Q){return l.createElement(Gs,_e({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:h,leavedClassName:"".concat(n,"-hidden")},w,{onAppearPrepare:D,onEnterPrepare:D,visible:d,onVisibleChanged:function(Ie){var ze;w==null||(ze=w.onVisibleChanged)===null||ze===void 0||ze.call(w,Ie),o(Ie)}}),function(Ee,Ie){var ze=Ee.className,re=Ee.style,oe=de(n,ze,i);return l.createElement("div",{ref:Xi(Q,a,Ie),className:oe,style:_(_(_(_({"--arrow-x":"".concat(k.x||0,"px"),"--arrow-y":"".concat(k.y||0,"px")},ye),se),re),{},{boxSizing:"border-box",zIndex:x},r),onMouseEnter:v,onMouseLeave:C,onPointerEnter:R,onClick:u},b&&l.createElement(bS,{prefixCls:n,arrow:b,arrowPos:k,align:y}),l.createElement(yS,{cache:!d&&!g},H))})}))}),wS=l.forwardRef(function(e,a){var t=e.children,i=e.getTriggerDOMNode,n=nd(t),r=l.useCallback(function(o){$1(a,i?i(o):o)},[i]),s=El(r,t.ref);return n?l.cloneElement(t,{ref:s}):t}),i0=l.createContext(null);function n0(e){return e?Array.isArray(e)?e:[e]:[]}function vS(e,a,t,i){return l.useMemo(function(){var n=n0(t??a),r=n0(i??a),s=new Set(n),o=new Set(r);return e&&(s.has("hover")&&(s.delete("hover"),s.add("click")),o.has("hover")&&(o.delete("hover"),o.add("click"))),[s,o]},[e,a,t,i])}function AS(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],t=arguments.length>2?arguments[2]:void 0;return t?e[0]===a[0]:e[0]===a[0]&&e[1]===a[1]}function xS(e,a,t,i){for(var n=t.points,r=Object.keys(e),s=0;s1&&arguments[1]!==void 0?arguments[1]:1;return Number.isNaN(e)?a:e}function to(e){return Yo(parseFloat(e),0)}function s0(e,a){var t=_({},e);return(a||[]).forEach(function(i){if(!(i instanceof HTMLBodyElement||i instanceof HTMLHtmlElement)){var n=gd(i).getComputedStyle(i),r=n.overflow,s=n.overflowClipMargin,o=n.borderTopWidth,d=n.borderBottomWidth,c=n.borderLeftWidth,g=n.borderRightWidth,u=i.getBoundingClientRect(),m=i.offsetHeight,b=i.clientHeight,k=i.offsetWidth,y=i.clientWidth,w=to(o),f=to(d),h=to(c),p=to(g),A=Yo(Math.round(u.width/k*1e3)/1e3),S=Yo(Math.round(u.height/m*1e3)/1e3),x=(k-y-h-p)*A,v=(m-b-w-f)*S,C=w*S,R=f*S,z=h*A,W=p*A,F=0,B=0;if(r==="clip"){var $=to(s);F=$*A,B=$*S}var V=u.x+z-F,D=u.y+C-B,P=V+u.width+2*F-z-W-x,T=D+u.height+2*B-C-R-v;t.left=Math.max(t.left,V),t.top=Math.max(t.top,D),t.right=Math.min(t.right,P),t.bottom=Math.min(t.bottom,T)}}),t}function o0(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,t="".concat(a),i=t.match(/^(.*)\%$/);return i?e*(parseFloat(i[1])/100):parseFloat(t)}function d0(e,a){var t=a||[],i=Y(t,2),n=i[0],r=i[1];return[o0(e.width,n),o0(e.height,r)]}function c0(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";return[e[0],e[1]]}function _r(e,a){var t=a[0],i=a[1],n,r;return t==="t"?r=e.y:t==="b"?r=e.y+e.height:r=e.y+e.height/2,i==="l"?n=e.x:i==="r"?n=e.x+e.width:n=e.x+e.width/2,{x:n,y:r}}function Wn(e,a){var t={t:"b",b:"t",l:"r",r:"l"};return e.map(function(i,n){return n===a?t[i]||"c":i}).join("")}function SS(e,a,t,i,n,r,s){var o=l.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:n[i]||{}}),d=Y(o,2),c=d[0],g=d[1],u=l.useRef(0),m=l.useMemo(function(){return a?Fm(a):[]},[a]),b=l.useRef({}),k=function(){b.current={}};e||k();var y=yi(function(){if(a&&t&&e){let st=function(jr,mi){var Mn=arguments.length>2&&arguments[2]!==void 0?arguments[2]:oe,Pn=H.x+jr,sr=H.y+mi,Lr=Pn+pe,Yl=sr+ye,Ql=Math.max(Pn,Mn.left),Xl=Math.max(sr,Mn.top),Ve=Math.min(Lr,Mn.right),sa=Math.min(Yl,Mn.bottom);return Math.max(0,(Ve-Ql)*(sa-Xl))},mn=function(){Fa=H.y+Me,fa=Fa+ye,Ye=H.x+he,aa=Ye+pe};var rt=st,Jt=mn,h,p,A=a,S=A.ownerDocument,x=gd(A),v=x.getComputedStyle(A),C=v.width,R=v.height,z=v.position,W=A.style.left,F=A.style.top,B=A.style.right,$=A.style.bottom,V=A.style.overflow,D=_(_({},n[i]),r),P=S.createElement("div");(h=A.parentElement)===null||h===void 0||h.appendChild(P),P.style.left="".concat(A.offsetLeft,"px"),P.style.top="".concat(A.offsetTop,"px"),P.style.position=z,P.style.height="".concat(A.offsetHeight,"px"),P.style.width="".concat(A.offsetWidth,"px"),A.style.left="0",A.style.top="0",A.style.right="auto",A.style.bottom="auto",A.style.overflow="hidden";var T;if(Array.isArray(t))T={x:t[0],y:t[1],width:0,height:0};else{var I=t.getBoundingClientRect();T={x:I.x,y:I.y,width:I.width,height:I.height}}var H=A.getBoundingClientRect(),L=S.documentElement,Z=L.clientWidth,ae=L.clientHeight,te=L.scrollWidth,X=L.scrollHeight,we=L.scrollTop,be=L.scrollLeft,ye=H.height,pe=H.width,ne=T.height,J=T.width,fe={left:0,top:0,right:Z,bottom:ae},Ce={left:-be,top:-we,right:te-be,bottom:X-we},se=D.htmlRegion,Q="visible",Ee="visibleFirst";se!=="scroll"&&se!==Ee&&(se=Q);var Ie=se===Ee,ze=s0(Ce,m),re=s0(fe,m),oe=se===Q?re:ze,ue=Ie?re:oe;A.style.left="auto",A.style.top="auto",A.style.right="0",A.style.bottom="0";var xe=A.getBoundingClientRect();A.style.left=W,A.style.top=F,A.style.right=B,A.style.bottom=$,A.style.overflow=V,(p=A.parentElement)===null||p===void 0||p.removeChild(P);var Se=Yo(Math.round(pe/parseFloat(C)*1e3)/1e3),We=Yo(Math.round(ye/parseFloat(R)*1e3)/1e3);if(Se===0||We===0||Lc(t)&&!F4(t))return;var ea=D.offset,Je=D.targetOffset,ca=d0(H,ea),Qe=Y(ca,2),Ne=Qe[0],Ke=Qe[1],Fe=d0(T,Je),qa=Y(Fe,2),na=qa[0],va=qa[1];T.x-=na,T.y-=va;var za=D.points||[],la=Y(za,2),ua=la[0],oa=la[1],wa=c0(oa),ma=c0(ua),Ia=_r(T,wa),Ba=_r(H,ma),je=_({},D),he=Ia.x-Ba.x+Ne,Me=Ia.y-Ba.y+Ke,He=st(he,Me),Ae=st(he,Me,re),Re=_r(T,["t","l"]),Xe=_r(H,["t","l"]),ha=_r(T,["b","r"]),Te=_r(H,["b","r"]),Pe=D.overflow||{},Le=Pe.adjustX,Ue=Pe.adjustY,ra=Pe.shiftX,da=Pe.shiftY,Oa=function(mi){return typeof mi=="boolean"?mi:mi>=0},Fa,fa,Ye,aa;mn();var ke=Oa(Ue),Be=ma[0]===wa[0];if(ke&&ma[0]==="t"&&(fa>ue.bottom||b.current.bt)){var Ge=Me;Be?Ge-=ye-ne:Ge=Re.y-Te.y-Ke;var ia=st(he,Ge),Sa=st(he,Ge,re);ia>He||ia===He&&(!Ie||Sa>=Ae)?(b.current.bt=!0,Me=Ge,Ke=-Ke,je.points=[Wn(ma,0),Wn(wa,0)]):b.current.bt=!1}if(ke&&ma[0]==="b"&&(FaHe||Da===He&&(!Ie||Wt>=Ae)?(b.current.tb=!0,Me=xa,Ke=-Ke,je.points=[Wn(ma,0),Wn(wa,0)]):b.current.tb=!1}var Mt=Oa(Le),Qa=ma[1]===wa[1];if(Mt&&ma[1]==="l"&&(aa>ue.right||b.current.rl)){var nt=he;Qa?nt-=pe-J:nt=Re.x-Te.x-Ne;var It=st(nt,Me),en=st(nt,Me,re);It>He||It===He&&(!Ie||en>=Ae)?(b.current.rl=!0,he=nt,Ne=-Ne,je.points=[Wn(ma,1),Wn(wa,1)]):b.current.rl=!1}if(Mt&&ma[1]==="r"&&(YeHe||ga===He&&(!Ie||Ma>=Ae)?(b.current.lr=!0,he=Ze,Ne=-Ne,je.points=[Wn(ma,1),Wn(wa,1)]):b.current.lr=!1}mn();var mt=ra===!0?0:ra;typeof mt=="number"&&(Yere.right&&(he-=aa-re.right-Ne,T.x>re.right-mt&&(he+=T.x-re.right+mt)));var Ct=da===!0?0:da;typeof Ct=="number"&&(Fare.bottom&&(Me-=fa-re.bottom-Ke,T.y>re.bottom-Ct&&(Me+=T.y-re.bottom+Ct)));var an=H.x+he,tn=an+pe,q=H.y+Me,j=q+ye,E=T.x,U=E+J,G=T.y,N=G+ne,ee=Math.max(an,E),ce=Math.min(tn,U),ge=(ee+ce)/2,me=ge-an,ve=Math.max(q,G),De=Math.min(j,N),ta=(ve+De)/2,ya=ta-q;s==null||s(a,je);var ba=xe.right-H.x-(he+H.width),Ga=xe.bottom-H.y-(Me+H.height);g({ready:!0,offsetX:he/Se,offsetY:Me/We,offsetR:ba/Se,offsetB:Ga/We,arrowX:me/Se,arrowY:ya/We,scaleX:Se,scaleY:We,align:je})}}),w=function(){u.current+=1;var p=u.current;Promise.resolve().then(function(){u.current===p&&y()})},f=function(){g(function(p){return _(_({},p),{},{ready:!1})})};return Xa(f,[i]),Xa(function(){e||f()},[e]),[c.ready,c.offsetX,c.offsetY,c.offsetR,c.offsetB,c.arrowX,c.arrowY,c.scaleX,c.scaleY,c.align,w]}function CS(e,a,t,i,n){Xa(function(){if(e&&a&&t){let m=function(){i(),n()};var u=m,r=a,s=t,o=Fm(r),d=Fm(s),c=gd(s),g=new Set([c].concat(Oe(o),Oe(d)));return g.forEach(function(b){b.addEventListener("scroll",m,{passive:!0})}),c.addEventListener("resize",m,{passive:!0}),i(),function(){g.forEach(function(b){b.removeEventListener("scroll",m),c.removeEventListener("resize",m)})}}},[e,a,t])}function TS(e,a,t,i,n,r,s,o){var d=l.useRef(e);d.current=e,l.useEffect(function(){if(a&&i&&(!n||r)){var c=function(b){var k=b.target;d.current&&!s(k)&&o(!1)},g=gd(i);g.addEventListener("mousedown",c,!0),g.addEventListener("contextmenu",c,!0);var u=_c(t);return u&&(u.addEventListener("mousedown",c,!0),u.addEventListener("contextmenu",c,!0)),function(){g.removeEventListener("mousedown",c,!0),g.removeEventListener("contextmenu",c,!0),u&&(u.removeEventListener("mousedown",c,!0),u.removeEventListener("contextmenu",c,!0))}}},[a,t,i,n,r])}var qS=["prefixCls","children","action","showAction","hideAction","popupVisible","defaultPopupVisible","onPopupVisibleChange","afterPopupVisibleChange","mouseEnterDelay","mouseLeaveDelay","focusDelay","blurDelay","mask","maskClosable","getPopupContainer","forceRender","autoDestroy","destroyPopupOnHide","popup","popupClassName","popupStyle","popupPlacement","builtinPlacements","popupAlign","zIndex","stretch","getPopupClassNameFromAlign","fresh","alignPoint","onPopupClick","onPopupAlign","arrow","popupMotion","maskMotion","popupTransitionName","popupAnimation","maskTransitionName","maskAnimation","className","getTriggerDOMNode"];function RS(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:V4,a=l.forwardRef(function(t,i){var n=t.prefixCls,r=n===void 0?"rc-trigger-popup":n,s=t.children,o=t.action,d=o===void 0?"hover":o,c=t.showAction,g=t.hideAction,u=t.popupVisible,m=t.defaultPopupVisible,b=t.onPopupVisibleChange,k=t.afterPopupVisibleChange,y=t.mouseEnterDelay,w=t.mouseLeaveDelay,f=w===void 0?.1:w,h=t.focusDelay,p=t.blurDelay,A=t.mask,S=t.maskClosable,x=S===void 0?!0:S,v=t.getPopupContainer,C=t.forceRender,R=t.autoDestroy,z=t.destroyPopupOnHide,W=t.popup,F=t.popupClassName,B=t.popupStyle,$=t.popupPlacement,V=t.builtinPlacements,D=V===void 0?{}:V,P=t.popupAlign,T=t.zIndex,I=t.stretch,H=t.getPopupClassNameFromAlign,L=t.fresh,Z=t.alignPoint,ae=t.onPopupClick,te=t.onPopupAlign,X=t.arrow,we=t.popupMotion,be=t.maskMotion,ye=t.popupTransitionName,pe=t.popupAnimation,ne=t.maskTransitionName,J=t.maskAnimation,fe=t.className,Ce=t.getTriggerDOMNode,se=Wa(t,qS),Q=R||z||!1,Ee=l.useState(!1),Ie=Y(Ee,2),ze=Ie[0],re=Ie[1];Xa(function(){re(hh())},[]);var oe=l.useRef({}),ue=l.useContext(i0),xe=l.useMemo(function(){return{registerSubPopup:function(sa,ht){oe.current[sa]=ht,ue==null||ue.registerSubPopup(sa,ht)}}},[ue]),Se=gA(),We=l.useState(null),ea=Y(We,2),Je=ea[0],ca=ea[1],Qe=yi(function(Ve){Lc(Ve)&&Je!==Ve&&ca(Ve),ue==null||ue.registerSubPopup(Se,Ve)}),Ne=l.useState(null),Ke=Y(Ne,2),Fe=Ke[0],qa=Ke[1],na=l.useRef(null),va=yi(function(Ve){Lc(Ve)&&Fe!==Ve&&(qa(Ve),na.current=Ve)}),za=l.Children.only(s),la=(za==null?void 0:za.props)||{},ua={},oa=yi(function(Ve){var sa,ht,Tt=Fe;return(Tt==null?void 0:Tt.contains(Ve))||((sa=_c(Tt))===null||sa===void 0?void 0:sa.host)===Ve||Ve===Tt||(Je==null?void 0:Je.contains(Ve))||((ht=_c(Je))===null||ht===void 0?void 0:ht.host)===Ve||Ve===Je||Object.values(oe.current).some(function(ft){return(ft==null?void 0:ft.contains(Ve))||Ve===ft})}),wa=r0(r,we,pe,ye),ma=r0(r,be,J,ne),Ia=l.useState(m||!1),Ba=Y(Ia,2),je=Ba[0],he=Ba[1],Me=u??je,He=yi(function(Ve){u===void 0&&he(Ve)});Xa(function(){he(u||!1)},[u]);var Ae=l.useRef(Me);Ae.current=Me;var Re=l.useRef([]);Re.current=[];var Xe=yi(function(Ve){var sa;He(Ve),((sa=Re.current[Re.current.length-1])!==null&&sa!==void 0?sa:Me)!==Ve&&(Re.current.push(Ve),b==null||b(Ve))}),ha=l.useRef(),Te=function(){clearTimeout(ha.current)},Pe=function(sa){var ht=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;Te(),ht===0?Xe(sa):ha.current=setTimeout(function(){Xe(sa)},ht*1e3)};l.useEffect(function(){return Te},[]);var Le=l.useState(!1),Ue=Y(Le,2),ra=Ue[0],da=Ue[1];Xa(function(Ve){(!Ve||Me)&&da(!0)},[Me]);var Oa=l.useState(null),Fa=Y(Oa,2),fa=Fa[0],Ye=Fa[1],aa=l.useState([0,0]),ke=Y(aa,2),Be=ke[0],Ge=ke[1],ia=function(sa){Ge([sa.clientX,sa.clientY])},Sa=SS(Me,Je,Z?Be:Fe,$,D,P,te),xa=Y(Sa,11),Da=xa[0],Wt=xa[1],Mt=xa[2],Qa=xa[3],nt=xa[4],It=xa[5],en=xa[6],Ze=xa[7],ga=xa[8],Ma=xa[9],mt=xa[10],Ct=vS(ze,d,c,g),an=Y(Ct,2),tn=an[0],q=an[1],j=tn.has("click"),E=q.has("click")||q.has("contextMenu"),U=yi(function(){ra||mt()}),G=function(){Ae.current&&Z&&E&&Pe(!1)};CS(Me,Fe,Je,U,G),Xa(function(){U()},[Be,$]),Xa(function(){Me&&!(D!=null&&D[$])&&U()},[JSON.stringify(P)]);var N=l.useMemo(function(){var Ve=xS(D,r,Ma,Z);return de(Ve,H==null?void 0:H(Ma))},[Ma,H,D,r,Z]);l.useImperativeHandle(i,function(){return{nativeElement:na.current,forceAlign:U}});var ee=l.useState(0),ce=Y(ee,2),ge=ce[0],me=ce[1],ve=l.useState(0),De=Y(ve,2),ta=De[0],ya=De[1],ba=function(){if(I&&Fe){var sa=Fe.getBoundingClientRect();me(sa.width),ya(sa.height)}},Ga=function(){ba(),U()},rt=function(sa){da(!1),mt(),k==null||k(sa)},Jt=function(){return new Promise(function(sa){ba(),Ye(function(){return sa})})};Xa(function(){fa&&(mt(),fa(),Ye(null))},[fa]);function st(Ve,sa,ht,Tt){ua[Ve]=function(ft){var fd;Tt==null||Tt(ft),Pe(sa,ht);for(var eg=arguments.length,Bh=new Array(eg>1?eg-1:0),bd=1;bd1?ht-1:0),ft=1;ft1?ht-1:0),ft=1;ft1&&arguments[1]!==void 0?arguments[1]:{},t=a.fieldNames,i=a.childrenAsData,n=[],r=uk(t,!1),s=r.label,o=r.value,d=r.options,c=r.groupLabel;function g(u,m){Array.isArray(u)&&u.forEach(function(b){if(m||!(d in b)){var k=b[o];n.push({key:l0(b,n.length),groupOption:m,data:b,label:b[s],value:k})}else{var y=b[c];y===void 0&&i&&(y=b.label),n.push({key:l0(b,n.length),group:!0,data:b,label:y}),g(b[d],!0)}})}return g(e,!1),n}function Nm(e){var a=_({},e);return"props"in a||Object.defineProperty(a,"props",{get:function(){return Nt(!1,"Return type is option instead of Option instance. Please read value directly instead of reading from `props`."),a}}),a}var IS=function(a,t,i){if(!t||!t.length)return null;var n=!1,r=function o(d,c){var g=$y(c),u=g[0],m=g.slice(1);if(!u)return[d];var b=d.split(u);return n=n||b.length>1,b.reduce(function(k,y){return[].concat(Oe(k),Oe(o(y,m)))},[]).filter(Boolean)},s=r(a,t);return n?typeof i<"u"?s.slice(0,i):s:null},fh=l.createContext(null),BS=["id","prefixCls","className","showSearch","tagRender","direction","omitDomProps","displayValues","onDisplayValuesChange","emptyOptions","notFoundContent","onClear","mode","disabled","loading","getInputElement","getRawInputElement","open","defaultOpen","onDropdownVisibleChange","activeValue","onActiveValueChange","activeDescendantId","searchValue","autoClearSearchValue","onSearch","onSearchSplit","tokenSeparators","allowClear","suffixIcon","clearIcon","OptionList","animation","transitionName","dropdownStyle","dropdownClassName","dropdownMatchSelectWidth","dropdownRender","dropdownAlign","placement","builtinPlacements","getPopupContainer","showAction","onFocus","onBlur","onKeyUp","onKeyDown","onMouseDown"],FS=["value","onChange","removeIcon","placeholder","autoFocus","maxTagCount","maxTagTextLength","maxTagPlaceholder","choiceTransitionName","onInputKeyDown","onPopupScroll","tabIndex"],Hm=function(a){return a==="tags"||a==="multiple"},DS=l.forwardRef(function(e,a){var t,i=e.id,n=e.prefixCls,r=e.className,s=e.showSearch,o=e.tagRender,d=e.direction,c=e.omitDomProps,g=e.displayValues,u=e.onDisplayValuesChange,m=e.emptyOptions,b=e.notFoundContent,k=b===void 0?"Not Found":b,y=e.onClear,w=e.mode,f=e.disabled,h=e.loading,p=e.getInputElement,A=e.getRawInputElement,S=e.open,x=e.defaultOpen,v=e.onDropdownVisibleChange,C=e.activeValue,R=e.onActiveValueChange,z=e.activeDescendantId,W=e.searchValue,F=e.autoClearSearchValue,B=e.onSearch,$=e.onSearchSplit,V=e.tokenSeparators,D=e.allowClear,P=e.suffixIcon,T=e.clearIcon,I=e.OptionList,H=e.animation,L=e.transitionName,Z=e.dropdownStyle,ae=e.dropdownClassName,te=e.dropdownMatchSelectWidth,X=e.dropdownRender,we=e.dropdownAlign,be=e.placement,ye=e.builtinPlacements,pe=e.getPopupContainer,ne=e.showAction,J=ne===void 0?[]:ne,fe=e.onFocus,Ce=e.onBlur,se=e.onKeyUp,Q=e.onKeyDown,Ee=e.onMouseDown,Ie=Wa(e,BS),ze=Hm(w),re=(s!==void 0?s:ze)||w==="combobox",oe=_({},Ie);FS.forEach(function(G){delete oe[G]}),c==null||c.forEach(function(G){delete oe[G]});var ue=l.useState(!1),xe=Y(ue,2),Se=xe[0],We=xe[1];l.useEffect(function(){We(hh())},[]);var ea=l.useRef(null),Je=l.useRef(null),ca=l.useRef(null),Qe=l.useRef(null),Ne=l.useRef(null),Ke=l.useRef(!1),Fe=Ux(),qa=Y(Fe,3),na=qa[0],va=qa[1],za=qa[2];l.useImperativeHandle(a,function(){var G,N;return{focus:(G=Qe.current)===null||G===void 0?void 0:G.focus,blur:(N=Qe.current)===null||N===void 0?void 0:N.blur,scrollTo:function(ce){var ge;return(ge=Ne.current)===null||ge===void 0?void 0:ge.scrollTo(ce)}}});var la=l.useMemo(function(){var G;if(w!=="combobox")return W;var N=(G=g[0])===null||G===void 0?void 0:G.value;return typeof N=="string"||typeof N=="number"?String(N):""},[W,w,g]),ua=w==="combobox"&&typeof p=="function"&&p()||null,oa=typeof A=="function"&&A(),wa=El(Je,oa==null||(t=oa.props)===null||t===void 0?void 0:t.ref),ma=l.useState(!1),Ia=Y(ma,2),Ba=Ia[0],je=Ia[1];Xa(function(){je(!0)},[]);var he=ui(!1,{defaultValue:x,value:S}),Me=Y(he,2),He=Me[0],Ae=Me[1],Re=Ba?He:!1,Xe=!k&&m;(f||Xe&&Re&&w==="combobox")&&(Re=!1);var ha=Xe?!1:Re,Te=l.useCallback(function(G){var N=G!==void 0?G:!Re;f||(Ae(N),Re!==N&&(v==null||v(N)))},[f,Re,Ae,v]),Pe=l.useMemo(function(){return(V||[]).some(function(G){return[` `,`\r -`].includes(U)})},[B]),Oe=c.useContext(bh)||{},Ve=Oe.maxCount,ra=Oe.rawValues,da=function(O,ne,ge){if(!(Me&&Fm(Ve)&&(ra==null?void 0:ra.size)>=Ve)){var ue=!0,he=O;q==null||q(null);var xe=FS(O,B,Fm(Ve)?Ve-ra.size:void 0),De=ge?null:xe;return w!=="combobox"&&De&&(he="",M==null||M(De),Te(!1),ue=!1),D&&la!==he&&D(he,{source:ne?"typing":"effect"}),ue}},Oa=function(O){!O||!O.trim()||D(O,{source:"submit"})};c.useEffect(function(){!ze&&!Me&&w!=="combobox"&&da("",!1,!1)},[ze]),c.useEffect(function(){He&&b&&Ce(!1),b&&!Ke.current&&va(!1)},[b]);var Fa=nk(),fa=Q(Fa,2),Ye=fa[0],aa=fa[1],Ae=function(O){var ne=Ye(),ge=O.which;if(ge===le.ENTER&&(w!=="combobox"&&O.preventDefault(),ze||Te(!0)),aa(!!la),ge===le.BACKSPACE&&!ne&&Me&&!la&&g.length){for(var ue=Ge(g),he=null,xe=ue.length-1;xe>=0;xe-=1){var De=ue[xe];if(!De.disabled){ue.splice(xe,1),he=De;break}}he&&u(ue,{type:"remove",values:[he]})}for(var ta=arguments.length,ya=new Array(ta>1?ta-1:0),ba=1;ba1?ne-1:0),ue=1;ue1?xe-1:0),ta=1;ta0&&arguments[0]!==void 0?arguments[0]:!1;g();var k=function(){o.current.forEach(function(w,b){if(w&&w.offsetParent){var h=vo(w),p=h.offsetHeight;d.current.get(b)!==p&&d.current.set(b,h.offsetHeight)}}),s(function(w){return w+1})};f?k():l.current=Za(k)}function m(f,k){var y=e(f),w=o.current.get(y);k?(o.current.set(y,k),u()):o.current.delete(y),!w!=!k&&(k?a==null||a(f):t==null||t(f))}return c.useEffect(function(){return g},[]),[m,u,d.current,r]}var $S=10;function US(e,a,t,i,n,r,s,o){var d=c.useRef(),l=c.useState(null),g=Q(l,2),u=g[0],m=g[1];return Ka(function(){if(u&&u.times<$S){if(!e.current){m(function(N){return _({},N)});return}r();var f=u.targetAlign,k=u.originAlign,y=u.index,w=u.offset,b=e.current.clientHeight,h=!1,p=f,v=null;if(b){for(var x=f||k,S=0,A=0,T=0,q=Math.min(a.length-1,y),z=0;z<=q;z+=1){var W=n(a[z]);A=S;var H=t.get(W);T=A+(H===void 0?i:H),S=T}for(var D=x==="top"?w:b-w,M=q;M>=0;M-=1){var B=n(a[M]),F=t.get(B);if(F===void 0){h=!0;break}if(D-=F,D<=0)break}switch(x){case"top":v=A-w;break;case"bottom":v=T-b+w;break;default:{var P=e.current.scrollTop,C=P+b;AC&&(p="bottom")}}v!==null&&s(v),v!==u.lastTop&&(h=!0)}h&&m(_(_({},u),{},{times:u.times+1,targetAlign:p,lastTop:v}))}},[u,e.current]),function(f){if(f==null){o();return}if(Za.cancel(d.current),typeof f=="number")s(f);else if(f&&pa(f)==="object"){var k,y=f.align;"index"in f?k=f.index:k=a.findIndex(function(h){return n(h)===f.key});var w=f.offset,b=w===void 0?0:w;m({times:0,index:k,offset:b,originAlign:y})}}}function VS(e,a,t){var i=e.length,n=a.length,r,s;if(i===0&&n===0)return null;i"u"?"undefined":pa(navigator))==="object"&&/Firefox/i.test(navigator.userAgent);const hk=function(e,a){var t=c.useRef(!1),i=c.useRef(null);function n(){clearTimeout(i.current),t.current=!0,i.current=setTimeout(function(){t.current=!1},50)}var r=c.useRef({top:e,bottom:a});return r.current.top=e,r.current.bottom=a,function(s){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,d=s<0&&r.current.top||s>0&&r.current.bottom;return o&&d?(clearTimeout(i.current),t.current=!1):(!d||t.current)&&n(),!t.current&&d}};function KS(e,a,t,i,n){var r=c.useRef(0),s=c.useRef(null),o=c.useRef(null),d=c.useRef(!1),l=hk(a,t);function g(w,b){Za.cancel(s.current),r.current+=b,o.current=b,!l(b)&&(f0||w.preventDefault(),s.current=Za(function(){var h=d.current?10:1;n(r.current*h),r.current=0}))}function u(w,b){n(b,!0),f0||w.preventDefault()}var m=c.useRef(null),f=c.useRef(null);function k(w){if(e){Za.cancel(f.current),f.current=Za(function(){m.current=null},2);var b=w.deltaX,h=w.deltaY,p=w.shiftKey,v=b,x=h;(m.current==="sx"||!m.current&&p&&h&&!b)&&(v=h,x=0,m.current="sx");var S=Math.abs(v),A=Math.abs(x);m.current===null&&(m.current=i&&S>A?"x":"y"),m.current==="y"?g(w,x):u(w,v)}}function y(w){e&&(d.current=w.detail===o.current)}return[k,y]}var ZS=14/15;function JS(e,a,t){var i=c.useRef(!1),n=c.useRef(0),r=c.useRef(null),s=c.useRef(null),o,d=function(m){if(i.current){var f=Math.ceil(m.touches[0].pageY),k=n.current-f;n.current=f,t(k)&&m.preventDefault(),clearInterval(s.current),s.current=setInterval(function(){k*=ZS,(!t(k,!0)||Math.abs(k)<=.1)&&clearInterval(s.current)},16)}},l=function(){i.current=!1,o()},g=function(m){o(),m.touches.length===1&&!i.current&&(i.current=!0,n.current=Math.ceil(m.touches[0].pageY),r.current=m.target,r.current.addEventListener("touchmove",d),r.current.addEventListener("touchend",l))};o=function(){r.current&&(r.current.removeEventListener("touchmove",d),r.current.removeEventListener("touchend",l))},Ka(function(){return e&&a.current.addEventListener("touchstart",g),function(){var u;(u=a.current)===null||u===void 0||u.removeEventListener("touchstart",g),o(),clearInterval(s.current)}},[e])}var YS=20;function b0(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,t=e/a*e;return isNaN(t)&&(t=0),t=Math.max(t,YS),Math.floor(t)}function QS(e,a,t,i){var n=c.useMemo(function(){return[new Map,[]]},[e,t.id,i]),r=Q(n,2),s=r[0],o=r[1],d=function(g){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:g,m=s.get(g),f=s.get(u);if(m===void 0||f===void 0)for(var k=e.length,y=o.length;yr||!!y),W=k==="rtl",H=se(i,G({},"".concat(i,"-rtl"),W),n),D=g||eC,M=c.useRef(),B=c.useRef(),F=c.useState(0),P=Q(F,2),C=P[0],N=P[1],j=c.useState(0),L=Q(j,2),K=L[0],X=L[1],te=c.useState(!1),ee=Q(te,2),we=ee[0],fe=ee[1],ve=function(){fe(!0)},be=function(){fe(!1)},Y=c.useCallback(function(Ae){return typeof m=="function"?m(Ae):Ae==null?void 0:Ae[m]},[m]),J={getKey:Y};function me(Ae){N(function(Be){var $e;typeof Ae=="function"?$e=Ae(Be):$e=Ae;var ia=ma($e);return M.current.scrollTop=ia,ia})}var Se=c.useRef({start:0,end:D.length}),ce=c.useRef(),ie=_S(D,Y),Re=Q(ie,1),Ie=Re[0];ce.current=Ie;var Me=GS(Y,null,null),oe=Q(Me,4),ae=oe[0],de=oe[1],ye=oe[2],ke=oe[3],Pe=c.useMemo(function(){if(!q)return{scrollHeight:void 0,start:0,end:D.length-1,offset:void 0};if(!z){var Ae;return{scrollHeight:((Ae=B.current)===null||Ae===void 0?void 0:Ae.offsetHeight)||0,start:0,end:D.length-1,offset:void 0}}for(var Be=0,$e,ia,Ca,xa=D.length,Da=0;Da=C&&$e===void 0&&($e=Da,ia=Be),nt>C+r&&Ca===void 0&&(Ca=Da),Be=nt}return $e===void 0&&($e=0,ia=0,Ca=Math.ceil(r/s)),Ca===void 0&&(Ca=D.length-1),Ca=Math.min(Ca+1,D.length-1),{scrollHeight:Be,start:$e,end:Ca,offset:ia}},[z,q,C,D,ke,r]),Xe=Pe.scrollHeight,Je=Pe.start,ca=Pe.end,Qe=Pe.offset;Se.current.start=Je,Se.current.end=ca;var Ne=c.useState({width:0,height:r}),Ke=Q(Ne,2),Fe=Ke[0],Ra=Ke[1],na=function(Be){Ra({width:Be.width||Be.offsetWidth,height:Be.height||Be.offsetHeight})},va=c.useRef(),za=c.useRef(),la=c.useMemo(function(){return b0(Fe.width,y)},[Fe.width,y]),ua=c.useMemo(function(){return b0(Fe.height,Xe)},[Fe.height,Xe]),oa=Xe-r,wa=c.useRef(oa);wa.current=oa;function ma(Ae){var Be=Ae;return Number.isNaN(wa.current)||(Be=Math.min(Be,wa.current)),Be=Math.max(Be,0),Be}var Ia=C<=0,Ba=C>=oa,Le=hk(Ia,Ba),pe=function(){return{x:W?-K:K,y:C}},Ee=c.useRef(pe()),He=oi(function(){if(p){var Ae=pe();(Ee.current.x!==Ae.x||Ee.current.y!==Ae.y)&&(p(Ae),Ee.current=Ae)}});function Ce(Ae,Be){var $e=Ae;Be?(Wr.flushSync(function(){X($e)}),He()):me($e)}function ze(Ae){var Be=Ae.currentTarget.scrollTop;Be!==C&&me(Be),h==null||h(Ae),He()}var ea=function(Be){var $e=Be,ia=y-Fe.width;return $e=Math.max($e,0),$e=Math.min($e,ia),$e},ha=oi(function(Ae,Be){Be?(Wr.flushSync(function(){X(function($e){var ia=$e+(W?-Ae:Ae);return ea(ia)})}),He()):me(function($e){var ia=$e+Ae;return ia})}),Te=KS(q,Ia,Ba,!!y,ha),We=Q(Te,2),Oe=We[0],Ve=We[1];JS(q,M,function(Ae,Be){return Le(Ae,Be)?!1:(Oe({preventDefault:function(){},deltaY:Ae}),!0)}),Ka(function(){function Ae($e){q&&$e.preventDefault()}var Be=M.current;return Be.addEventListener("wheel",Oe),Be.addEventListener("DOMMouseScroll",Ve),Be.addEventListener("MozMousePixelScroll",Ae),function(){Be.removeEventListener("wheel",Oe),Be.removeEventListener("DOMMouseScroll",Ve),Be.removeEventListener("MozMousePixelScroll",Ae)}},[q]),Ka(function(){y&&X(function(Ae){return ea(Ae)})},[Fe.width,y]);var ra=function(){var Be,$e;(Be=va.current)===null||Be===void 0||Be.delayHidden(),($e=za.current)===null||$e===void 0||$e.delayHidden()},da=US(M,D,ye,s,Y,function(){return de(!0)},me,ra);c.useImperativeHandle(a,function(){return{getScrollInfo:pe,scrollTo:function(Be){function $e(ia){return ia&&pa(ia)==="object"&&("left"in ia||"top"in ia)}$e(Be)?(Be.left!==void 0&&X(ea(Be.left)),da(Be.top)):da(Be)}}}),Ka(function(){if(v){var Ae=D.slice(Je,ca+1);v(Ae,D)}},[Je,ca,D]);var Oa=QS(D,Y,ye,s),Fa=S==null?void 0:S({start:Je,end:ca,virtual:z,offsetX:K,offsetY:Qe,rtl:W,getSize:Oa}),fa=LS(D,Je,ca,y,ae,u,J),Ye=null;r&&(Ye=_(G({},d?"height":"maxHeight",r),aC),q&&(Ye.overflowY="hidden",y&&(Ye.overflowX="hidden"),we&&(Ye.pointerEvents="none")));var aa={};return W&&(aa.dir="rtl"),c.createElement("div",je({style:_(_({},l),{},{position:"relative"}),className:H},aa,T),c.createElement(sr,{onResize:na},c.createElement(b,{className:"".concat(i,"-holder"),style:Ye,ref:M,onScroll:ze,onMouseEnter:ra},c.createElement(mk,{prefixCls:i,height:Xe,offsetX:K,offsetY:Qe,scrollWidth:y,onInnerResize:de,ref:B,innerProps:x,rtl:W,extra:Fa},fa))),z&&Xe>r&&c.createElement(h0,{ref:va,prefixCls:i,scrollOffset:C,scrollRange:Xe,rtl:W,onScroll:Ce,onStartMove:ve,onStopMove:be,spinSize:ua,containerSize:Fe.height,style:A==null?void 0:A.verticalScrollBar,thumbStyle:A==null?void 0:A.verticalScrollBarThumb}),z&&y>Fe.width&&c.createElement(h0,{ref:za,prefixCls:i,scrollOffset:K,scrollRange:y,rtl:W,onScroll:Ce,onStartMove:ve,onStopMove:be,spinSize:la,containerSize:Fe.width,horizontal:!0,style:A==null?void 0:A.horizontalScrollBar,thumbStyle:A==null?void 0:A.horizontalScrollBarThumb}))}var fk=c.forwardRef(tC);fk.displayName="List";function iC(){return/(mac\sos|macintosh)/i.test(navigator.appVersion)}var nC=["disabled","title","children","style","className"];function p0(e){return typeof e=="string"||typeof e=="number"}var rC=function(a,t){var i=Vx(),n=i.prefixCls,r=i.id,s=i.open,o=i.multiple,d=i.mode,l=i.searchValue,g=i.toggleOpen,u=i.notFoundContent,m=i.onPopupScroll,f=c.useContext(bh),k=f.maxCount,y=f.flattenOptions,w=f.onActiveValue,b=f.defaultActiveFirstOption,h=f.onSelect,p=f.menuItemSelectedIcon,v=f.rawValues,x=f.fieldNames,S=f.virtual,A=f.direction,T=f.listHeight,q=f.listItemHeight,z=f.optionRender,W="".concat(n,"-item"),H=Pl(function(){return y},[s,y],function(Y,J){return J[0]&&Y[1]!==J[1]}),D=c.useRef(null),M=c.useMemo(function(){return o&&Fm(k)&&(v==null?void 0:v.size)>=k},[o,k,v==null?void 0:v.size]),B=function(J){J.preventDefault()},F=function(J){var me;(me=D.current)===null||me===void 0||me.scrollTo(typeof J=="number"?{index:J}:J)},P=function(J){for(var me=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,Se=H.length,ce=0;ce1&&arguments[1]!==void 0?arguments[1]:!1;L(J);var Se={source:me?"keyboard":"mouse"},ce=H[J];if(!ce){w(null,-1,Se);return}w(ce.value,J,Se)};c.useEffect(function(){K(b!==!1?P(0):-1)},[H.length,l]);var X=c.useCallback(function(Y){return v.has(Y)&&d!=="combobox"},[d,Ge(v).toString(),v.size]);c.useEffect(function(){var Y=setTimeout(function(){if(!o&&s&&v.size===1){var me=Array.from(v)[0],Se=H.findIndex(function(ce){var ie=ce.data;return ie.value===me});Se!==-1&&(K(Se),F(Se))}});if(s){var J;(J=D.current)===null||J===void 0||J.scrollTo(void 0)}return function(){return clearTimeout(Y)}},[s,l]);var te=function(J){J!==void 0&&h(J,{selected:!v.has(J)}),o||g(!1)};if(c.useImperativeHandle(t,function(){return{onKeyDown:function(J){var me=J.which,Se=J.ctrlKey;switch(me){case le.N:case le.P:case le.UP:case le.DOWN:{var ce=0;if(me===le.UP?ce=-1:me===le.DOWN?ce=1:iC()&&Se&&(me===le.N?ce=1:me===le.P&&(ce=-1)),ce!==0){var ie=P(j+ce,ce);F(ie),K(ie,!0)}break}case le.ENTER:{var Re,Ie=H[j];Ie&&!(Ie!=null&&(Re=Ie.data)!==null&&Re!==void 0&&Re.disabled)&&!M?te(Ie.value):te(void 0),s&&J.preventDefault();break}case le.ESC:g(!1),s&&J.stopPropagation()}},onKeyUp:function(){},scrollTo:function(J){F(J)}}}),H.length===0)return c.createElement("div",{role:"listbox",id:"".concat(r,"_list"),className:"".concat(W,"-empty"),onMouseDown:B},u);var ee=Object.keys(x).map(function(Y){return x[Y]}),we=function(J){return J.label};function fe(Y,J){var me=Y.group;return{role:me?"presentation":"option",id:"".concat(r,"_list_").concat(J)}}var ve=function(J){var me=H[J];if(!me)return null;var Se=me.data||{},ce=Se.value,ie=me.group,Re=qn(Se,!0),Ie=we(me);return me?c.createElement("div",je({"aria-label":typeof Ie=="string"&&!ie?Ie:null},Re,{key:J},fe(me,J),{"aria-selected":X(ce)}),ce):null},be={role:"listbox",id:"".concat(r,"_list")};return c.createElement(c.Fragment,null,S&&c.createElement("div",je({},be,{style:{height:0,width:0,overflow:"hidden"}}),ve(j-1),ve(j),ve(j+1)),c.createElement(fk,{itemKey:"key",ref:D,data:H,height:T,itemHeight:q,fullHeight:!1,onMouseDown:B,onScroll:m,virtual:S,direction:A,innerProps:S?null:be},function(Y,J){var me=Y.group,Se=Y.groupOption,ce=Y.data,ie=Y.label,Re=Y.value,Ie=ce.key;if(me){var Me,oe=(Me=ce.title)!==null&&Me!==void 0?Me:p0(ie)?ie.toString():void 0;return c.createElement("div",{className:se(W,"".concat(W,"-group"),ce.className),title:oe},ie!==void 0?ie:Ie)}var ae=ce.disabled,de=ce.title;ce.children;var ye=ce.style,ke=ce.className,Pe=Ma(ce,nC),Xe=er(Pe,ee),Je=X(Re),ca=ae||!Je&&M,Qe="".concat(W,"-option"),Ne=se(W,Qe,ke,G(G(G(G({},"".concat(Qe,"-grouped"),Se),"".concat(Qe,"-active"),j===J&&!ca),"".concat(Qe,"-disabled"),ca),"".concat(Qe,"-selected"),Je)),Ke=we(Y),Fe=!p||typeof p=="function"||Je,Ra=typeof Ke=="number"?Ke:Ke||Re,na=p0(Ra)?Ra.toString():void 0;return de!==void 0&&(na=de),c.createElement("div",je({},qn(Xe),S?{}:fe(Y,J),{"aria-selected":Je,className:Ne,title:na,onMouseMove:function(){j===J||ca||K(J)},onClick:function(){ca||te(Re)},style:ye}),c.createElement("div",{className:"".concat(Qe,"-content")},typeof z=="function"?z(Y,{index:J}):Ra),c.isValidElement(p)||Je,Fe&&c.createElement(Ul,{className:"".concat(W,"-option-state"),customizeIcon:p,customizeIconProps:{value:Re,disabled:ca,isSelected:Je}},Je?"✓":null))}))},sC=c.forwardRef(rC);const oC=function(e,a){var t=c.useRef({values:new Map,options:new Map}),i=c.useMemo(function(){var r=t.current,s=r.values,o=r.options,d=e.map(function(u){if(u.label===void 0){var m;return _(_({},u),{},{label:(m=s.get(u.value))===null||m===void 0?void 0:m.label})}return u}),l=new Map,g=new Map;return d.forEach(function(u){l.set(u.value,u),g.set(u.value,a.get(u.value)||o.get(u.value))}),t.current.values=l,t.current.options=g,d},[e,a]),n=c.useCallback(function(r){return a.get(r)||t.current.options.get(r)},[a]);return[i,n]};function Kg(e,a){return ck(e).join("").toUpperCase().includes(a)}const dC=function(e,a,t,i,n){return c.useMemo(function(){if(!t||i===!1)return e;var r=a.options,s=a.label,o=a.value,d=[],l=typeof i=="function",g=t.toUpperCase(),u=l?i:function(f,k){return n?Kg(k[n],g):k[r]?Kg(k[s!=="children"?s:"label"],g):Kg(k[o],g)},m=l?function(f){return Dm(f)}:function(f){return f};return e.forEach(function(f){if(f[r]){var k=u(t,m(f));if(k)d.push(f);else{var y=f[r].filter(function(w){return u(t,m(w))});y.length&&d.push(_(_({},f),{},G({},r,y)))}return}u(t,m(f))&&d.push(f)}),d},[e,i,n,t,a])};var y0=0,cC=ai();function lC(){var e;return cC?(e=y0,y0+=1):e="TEST_OR_SSR",e}function gC(e){var a=c.useState(),t=Q(a,2),i=t[0],n=t[1];return c.useEffect(function(){n("rc_select_".concat(lC()))},[]),e||i}var uC=["children","value"],mC=["children"];function hC(e){var a=e,t=a.key,i=a.props,n=i.children,r=i.value,s=Ma(i,uC);return _({key:t,value:r!==void 0?r:t,children:n},s)}function bk(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return Ir(e).map(function(t,i){if(!c.isValidElement(t)||!t.type)return null;var n=t,r=n.type.isSelectOptGroup,s=n.key,o=n.props,d=o.children,l=Ma(o,mC);return a||!r?hC(t):_(_({key:"__RC_SELECT_GRP__".concat(s===null?i:s,"__"),label:s},l),{},{options:bk(d)})}).filter(function(t){return t})}var fC=function(a,t,i,n,r){return c.useMemo(function(){var s=a,o=!a;o&&(s=bk(t));var d=new Map,l=new Map,g=function(f,k,y){y&&typeof y=="string"&&f.set(k[y],k)},u=function m(f){for(var k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,y=0;y2&&arguments[2]!==void 0?arguments[2]:{},Ve=Oe.source,ra=Ve===void 0?"keyboard":Ve;Ba(We),s&&i==="combobox"&&Te!==null&&ra==="keyboard"&&oa(String(Te))},[s,i]),Ee=function(We,Oe,Ve){var ra=function(){var ia,Ca=Xe(We);return[N?{label:Ca==null?void 0:Ca[fe.label],value:We,key:(ia=Ca==null?void 0:Ca.key)!==null&&ia!==void 0?ia:We}:We,Dm(Ca)]};if(Oe&&f){var da=ra(),Oa=Q(da,2),Fa=Oa[0],fa=Oa[1];f(Fa,fa)}else if(!Oe&&k&&Ve!=="clear"){var Ye=ra(),aa=Q(Ye,2),Ae=aa[0],Be=aa[1];k(Ae,Be)}},He=k0(function(Te,We){var Oe,Ve=te?We.selected:!0;Ve?Oe=te?[].concat(Ge(Pe),[Te]):[Te]:Oe=Pe.filter(function(ra){return ra.value!==Te}),va(Oe),Ee(Te,Ve),i==="combobox"?oa(""):(!Nm||m)&&(J(""),oa(""))}),Ce=function(We,Oe){va(We);var Ve=Oe.type,ra=Oe.values;(Ve==="remove"||Ve==="clear")&&ra.forEach(function(da){Ee(da.value,!1,Ve)})},ze=function(We,Oe){if(J(We),oa(null),Oe.source==="submit"){var Ve=(We||"").trim();if(Ve){var ra=Array.from(new Set([].concat(Ge(ca),[Ve])));va(ra),Ee(Ve,!0),J("")}return}Oe.source!=="blur"&&(i==="combobox"&&va(We),g==null||g(We))},ea=function(We){var Oe=We;i!=="tags"&&(Oe=We.map(function(ra){var da=ce.get(ra);return da==null?void 0:da.value}).filter(function(ra){return ra!==void 0}));var Ve=Array.from(new Set([].concat(Ge(ca),Ge(Oe))));va(Ve),Ve.forEach(function(ra){Ee(ra,!0)})},ha=c.useMemo(function(){var Te=z!==!1&&w!==!1;return _(_({},me),{},{flattenOptions:na,onActiveValue:pe,defaultActiveFirstOption:Le,onSelect:He,menuItemSelectedIcon:q,rawValues:ca,fieldNames:fe,virtual:Te,direction:W,listHeight:D,listItemHeight:B,childrenAsData:ee,maxCount:L,optionRender:S})},[L,me,na,pe,Le,He,q,ca,fe,z,w,W,D,B,ee,S]);return c.createElement(bh.Provider,{value:ha},c.createElement(HS,je({},K,{id:X,prefixCls:r,ref:a,omitDomProps:pC,mode:i,displayValues:Je,onDisplayValuesChange:Ce,direction:W,searchValue:Y,onSearch:ze,autoClearSearchValue:m,onSearchSplit:ea,dropdownMatchSelectWidth:w,OptionList:sC,emptyOptions:!na.length,activeValue:ua,activeDescendantId:"".concat(X,"_list_").concat(Ia)})))}),kh=kC;kh.Option=yh;kh.OptGroup=ph;function Hs(e,a,t){return se({[`${e}-status-success`]:a==="success",[`${e}-status-warning`]:a==="warning",[`${e}-status-error`]:a==="error",[`${e}-status-validating`]:a==="validating",[`${e}-has-feedback`]:t})}const Vl=(e,a)=>a||e,wC=()=>{const[,e]=ti(),t=new At(e.colorBgBase).toHsl().l<.5?{opacity:.65}:{};return c.createElement("svg",{style:t,width:"184",height:"152",viewBox:"0 0 184 152",xmlns:"http://www.w3.org/2000/svg"},c.createElement("g",{fill:"none",fillRule:"evenodd"},c.createElement("g",{transform:"translate(24 31.67)"},c.createElement("ellipse",{fillOpacity:".8",fill:"#F5F5F7",cx:"67.797",cy:"106.89",rx:"67.797",ry:"12.668"}),c.createElement("path",{d:"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",fill:"#AEB8C2"}),c.createElement("path",{d:"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",fill:"url(#linearGradient-1)",transform:"translate(13.56)"}),c.createElement("path",{d:"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",fill:"#F5F5F7"}),c.createElement("path",{d:"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",fill:"#DCE0E6"})),c.createElement("path",{d:"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",fill:"#DCE0E6"}),c.createElement("g",{transform:"translate(149.65 15.383)",fill:"#FFF"},c.createElement("ellipse",{cx:"20.654",cy:"3.167",rx:"2.849",ry:"2.815"}),c.createElement("path",{d:"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z"}))))},vC=wC,AC=()=>{const[,e]=ti(),{colorFill:a,colorFillTertiary:t,colorFillQuaternary:i,colorBgContainer:n}=e,{borderColor:r,shadowColor:s,contentColor:o}=c.useMemo(()=>({borderColor:new At(a).onBackground(n).toHexShortString(),shadowColor:new At(t).onBackground(n).toHexShortString(),contentColor:new At(i).onBackground(n).toHexShortString()}),[a,t,i,n]);return c.createElement("svg",{width:"64",height:"41",viewBox:"0 0 64 41",xmlns:"http://www.w3.org/2000/svg"},c.createElement("g",{transform:"translate(0 1)",fill:"none",fillRule:"evenodd"},c.createElement("ellipse",{fill:s,cx:"32",cy:"33",rx:"32",ry:"7"}),c.createElement("g",{fillRule:"nonzero",stroke:r},c.createElement("path",{d:"M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"}),c.createElement("path",{d:"M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",fill:o}))))},xC=AC,SC=e=>{const{componentCls:a,margin:t,marginXS:i,marginXL:n,fontSize:r,lineHeight:s}=e;return{[a]:{marginInline:i,fontSize:r,lineHeight:s,textAlign:"center",[`${a}-image`]:{height:e.emptyImgHeight,marginBottom:i,opacity:e.opacityImage,img:{height:"100%"},svg:{maxWidth:"100%",height:"100%",margin:"auto"}},[`${a}-description`]:{color:e.colorText},[`${a}-footer`]:{marginTop:t},"&-normal":{marginBlock:n,color:e.colorTextDisabled,[`${a}-description`]:{color:e.colorTextDisabled},[`${a}-image`]:{height:e.emptyImgHeightMD}},"&-small":{marginBlock:i,color:e.colorTextDisabled,[`${a}-image`]:{height:e.emptyImgHeightSM}}}}},CC=Zt("Empty",e=>{const{componentCls:a,controlHeightLG:t,calc:i}=e,n=Xa(e,{emptyImgCls:`${a}-img`,emptyImgHeight:i(t).mul(2.5).equal(),emptyImgHeightMD:t,emptyImgHeightSM:i(t).mul(.875).equal()});return[SC(n)]});var TC=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var{className:a,rootClassName:t,prefixCls:i,image:n=pk,description:r,children:s,imageStyle:o,style:d}=e,l=TC(e,["className","rootClassName","prefixCls","image","description","children","imageStyle","style"]);const{getPrefixCls:g,direction:u,empty:m}=c.useContext(Sa),f=g("empty",i),[k,y,w]=CC(f),[b]=Qy("Empty"),h=typeof r<"u"?r:b==null?void 0:b.description,p=typeof h=="string"?h:"empty";let v=null;return typeof n=="string"?v=c.createElement("img",{alt:p,src:n}):v=n,k(c.createElement("div",Object.assign({className:se(y,w,f,m==null?void 0:m.className,{[`${f}-normal`]:n===yk,[`${f}-rtl`]:u==="rtl"},a,t),style:Object.assign(Object.assign({},m==null?void 0:m.style),d)},l),c.createElement("div",{className:`${f}-image`,style:o},v),h&&c.createElement("div",{className:`${f}-description`},h),s&&c.createElement("div",{className:`${f}-footer`},s)))};wh.PRESENTED_IMAGE_DEFAULT=pk;wh.PRESENTED_IMAGE_SIMPLE=yk;const no=wh,qC=e=>{const{componentName:a}=e,{getPrefixCls:t}=c.useContext(Sa),i=t("empty");switch(a){case"Table":case"List":return Z.createElement(no,{image:no.PRESENTED_IMAGE_SIMPLE});case"Select":case"TreeSelect":case"Cascader":case"Transfer":case"Mentions":return Z.createElement(no,{image:no.PRESENTED_IMAGE_SIMPLE,className:`${i}-small`});default:return Z.createElement(no,null)}},kk=qC,RC=["outlined","borderless","filled"],_l=function(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0;const t=c.useContext(lx);let i;typeof e<"u"?i=e:a===!1?i="borderless":i=t??"outlined";const n=RC.includes(i);return[i,n]},zC=e=>{const t={overflow:{adjustX:!0,adjustY:!0,shiftY:!0},htmlRegion:e==="scroll"?"scroll":"visible",dynamicInset:!0};return{bottomLeft:Object.assign(Object.assign({},t),{points:["tl","bl"],offset:[0,4]}),bottomRight:Object.assign(Object.assign({},t),{points:["tr","br"],offset:[0,4]}),topLeft:Object.assign(Object.assign({},t),{points:["bl","tl"],offset:[0,-4]}),topRight:Object.assign(Object.assign({},t),{points:["br","tr"],offset:[0,-4]})}};function MC(e,a){return e||zC(a)}const w0=e=>{const{optionHeight:a,optionFontSize:t,optionLineHeight:i,optionPadding:n}=e;return{position:"relative",display:"block",minHeight:a,padding:n,color:e.colorText,fontWeight:"normal",fontSize:t,lineHeight:i,boxSizing:"border-box"}},PC=e=>{const{antCls:a,componentCls:t}=e,i=`${t}-item`,n=`&${a}-slide-up-enter${a}-slide-up-enter-active`,r=`&${a}-slide-up-appear${a}-slide-up-appear-active`,s=`&${a}-slide-up-leave${a}-slide-up-leave-active`,o=`${t}-dropdown-placement-`;return[{[`${t}-dropdown`]:Object.assign(Object.assign({},Ut(e)),{position:"absolute",top:-9999,zIndex:e.zIndexPopup,boxSizing:"border-box",padding:e.paddingXXS,overflow:"hidden",fontSize:e.fontSize,fontVariant:"initial",backgroundColor:e.colorBgElevated,borderRadius:e.borderRadiusLG,outline:"none",boxShadow:e.boxShadowSecondary,[` +`].includes(G)})},[V]),Le=l.useContext(fh)||{},Ue=Le.maxCount,ra=Le.rawValues,da=function(N,ee,ce){if(!(ze&&Dm(Ue)&&(ra==null?void 0:ra.size)>=Ue)){var ge=!0,me=N;R==null||R(null);var ve=IS(N,V,Dm(Ue)?Ue-ra.size:void 0),De=ce?null:ve;return w!=="combobox"&&De&&(me="",$==null||$(De),Te(!1),ge=!1),B&&la!==me&&B(me,{source:ee?"typing":"effect"}),ge}},Oa=function(N){!N||!N.trim()||B(N,{source:"submit"})};l.useEffect(function(){!Re&&!ze&&w!=="combobox"&&da("",!1,!1)},[Re]),l.useEffect(function(){He&&f&&Ae(!1),f&&!Ke.current&&va(!1)},[f]);var Fa=nk(),fa=Y(Fa,2),Ye=fa[0],aa=fa[1],ke=function(N){var ee=Ye(),ce=N.which;if(ce===le.ENTER&&(w!=="combobox"&&N.preventDefault(),Re||Te(!0)),aa(!!la),ce===le.BACKSPACE&&!ee&&ze&&!la&&g.length){for(var ge=Oe(g),me=null,ve=ge.length-1;ve>=0;ve-=1){var De=ge[ve];if(!De.disabled){ge.splice(ve,1),me=De;break}}me&&u(ge,{type:"remove",values:[me]})}for(var ta=arguments.length,ya=new Array(ta>1?ta-1:0),ba=1;ba1?ee-1:0),ge=1;ge1?ve-1:0),ta=1;ta0&&arguments[0]!==void 0?arguments[0]:!1;g();var k=function(){o.current.forEach(function(w,f){if(w&&w.offsetParent){var h=wo(w),p=h.offsetHeight;d.current.get(f)!==p&&d.current.set(f,h.offsetHeight)}}),s(function(w){return w+1})};b?k():c.current=at(k)}function m(b,k){var y=e(b),w=o.current.get(y);k?(o.current.set(y,k),u()):o.current.delete(y),!w!=!k&&(k?a==null||a(b):t==null||t(b))}return l.useEffect(function(){return g},[]),[m,u,d.current,r]}var OS=10;function GS(e,a,t,i,n,r,s,o){var d=l.useRef(),c=l.useState(null),g=Y(c,2),u=g[0],m=g[1];return Xa(function(){if(u&&u.times=0;$-=1){var V=n(a[$]),D=t.get(V);if(D===void 0){h=!0;break}if(B-=D,B<=0)break}switch(S){case"top":A=v-w;break;case"bottom":A=C-f+w;break;default:{var P=e.current.scrollTop,T=P+f;vT&&(p="bottom")}}A!==null&&s(A),A!==u.lastTop&&(h=!0)}h&&m(_(_({},u),{},{times:u.times+1,targetAlign:p,lastTop:A}))}},[u,e.current]),function(b){if(b==null){o();return}if(at.cancel(d.current),typeof b=="number")s(b);else if(b&&pa(b)==="object"){var k,y=b.align;"index"in b?k=b.index:k=a.findIndex(function(h){return n(h)===b.key});var w=b.offset,f=w===void 0?0:w;m({times:0,index:k,offset:f,originAlign:y})}}}function $S(e,a,t){var i=e.length,n=a.length,r,s;if(i===0&&n===0)return null;i"u"?"undefined":pa(navigator))==="object"&&/Firefox/i.test(navigator.userAgent);const hk=function(e,a){var t=l.useRef(!1),i=l.useRef(null);function n(){clearTimeout(i.current),t.current=!0,i.current=setTimeout(function(){t.current=!1},50)}var r=l.useRef({top:e,bottom:a});return r.current.top=e,r.current.bottom=a,function(s){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,d=s<0&&r.current.top||s>0&&r.current.bottom;return o&&d?(clearTimeout(i.current),t.current=!1):(!d||t.current)&&n(),!t.current&&d}};function VS(e,a,t,i,n){var r=l.useRef(0),s=l.useRef(null),o=l.useRef(null),d=l.useRef(!1),c=hk(a,t);function g(w,f){at.cancel(s.current),r.current+=f,o.current=f,!c(f)&&(m0||w.preventDefault(),s.current=at(function(){var h=d.current?10:1;n(r.current*h),r.current=0}))}function u(w,f){n(f,!0),m0||w.preventDefault()}var m=l.useRef(null),b=l.useRef(null);function k(w){if(e){at.cancel(b.current),b.current=at(function(){m.current=null},2);var f=w.deltaX,h=w.deltaY,p=w.shiftKey,A=f,S=h;(m.current==="sx"||!m.current&&p&&h&&!f)&&(A=h,S=0,m.current="sx");var x=Math.abs(A),v=Math.abs(S);m.current===null&&(m.current=i&&x>v?"x":"y"),m.current==="y"?g(w,S):u(w,A)}}function y(w){e&&(d.current=w.detail===o.current)}return[k,y]}var _S=14/15;function KS(e,a,t){var i=l.useRef(!1),n=l.useRef(0),r=l.useRef(null),s=l.useRef(null),o,d=function(m){if(i.current){var b=Math.ceil(m.touches[0].pageY),k=n.current-b;n.current=b,t(k)&&m.preventDefault(),clearInterval(s.current),s.current=setInterval(function(){k*=_S,(!t(k,!0)||Math.abs(k)<=.1)&&clearInterval(s.current)},16)}},c=function(){i.current=!1,o()},g=function(m){o(),m.touches.length===1&&!i.current&&(i.current=!0,n.current=Math.ceil(m.touches[0].pageY),r.current=m.target,r.current.addEventListener("touchmove",d),r.current.addEventListener("touchend",c))};o=function(){r.current&&(r.current.removeEventListener("touchmove",d),r.current.removeEventListener("touchend",c))},Xa(function(){return e&&a.current.addEventListener("touchstart",g),function(){var u;(u=a.current)===null||u===void 0||u.removeEventListener("touchstart",g),o(),clearInterval(s.current)}},[e])}var ZS=20;function h0(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,t=e/a*e;return isNaN(t)&&(t=0),t=Math.max(t,ZS),Math.floor(t)}function JS(e,a,t,i){var n=l.useMemo(function(){return[new Map,[]]},[e,t.id,i]),r=Y(n,2),s=r[0],o=r[1],d=function(g){var u=arguments.length>1&&arguments[1]!==void 0?arguments[1]:g,m=s.get(g),b=s.get(u);if(m===void 0||b===void 0)for(var k=e.length,y=o.length;yr||!!y),W=k==="rtl",F=de(i,O({},"".concat(i,"-rtl"),W),n),B=g||QS,$=l.useRef(),V=l.useRef(),D=l.useState(0),P=Y(D,2),T=P[0],I=P[1],H=l.useState(0),L=Y(H,2),Z=L[0],ae=L[1],te=l.useState(!1),X=Y(te,2),we=X[0],be=X[1],ye=function(){be(!0)},pe=function(){be(!1)},ne=l.useCallback(function(ke){return typeof m=="function"?m(ke):ke==null?void 0:ke[m]},[m]),J={getKey:ne};function fe(ke){I(function(Be){var Ge;typeof ke=="function"?Ge=ke(Be):Ge=ke;var ia=ma(Ge);return $.current.scrollTop=ia,ia})}var Ce=l.useRef({start:0,end:B.length}),se=l.useRef(),Q=US(B,ne),Ee=Y(Q,1),Ie=Ee[0];se.current=Ie;var ze=LS(ne,null,null),re=Y(ze,4),oe=re[0],ue=re[1],xe=re[2],Se=re[3],We=l.useMemo(function(){if(!R)return{scrollHeight:void 0,start:0,end:B.length-1,offset:void 0};if(!z){var ke;return{scrollHeight:((ke=V.current)===null||ke===void 0?void 0:ke.offsetHeight)||0,start:0,end:B.length-1,offset:void 0}}for(var Be=0,Ge,ia,Sa,xa=B.length,Da=0;Da=T&&Ge===void 0&&(Ge=Da,ia=Be),nt>T+r&&Sa===void 0&&(Sa=Da),Be=nt}return Ge===void 0&&(Ge=0,ia=0,Sa=Math.ceil(r/s)),Sa===void 0&&(Sa=B.length-1),Sa=Math.min(Sa+1,B.length-1),{scrollHeight:Be,start:Ge,end:Sa,offset:ia}},[z,R,T,B,Se,r]),ea=We.scrollHeight,Je=We.start,ca=We.end,Qe=We.offset;Ce.current.start=Je,Ce.current.end=ca;var Ne=l.useState({width:0,height:r}),Ke=Y(Ne,2),Fe=Ke[0],qa=Ke[1],na=function(Be){qa({width:Be.width||Be.offsetWidth,height:Be.height||Be.offsetHeight})},va=l.useRef(),za=l.useRef(),la=l.useMemo(function(){return h0(Fe.width,y)},[Fe.width,y]),ua=l.useMemo(function(){return h0(Fe.height,ea)},[Fe.height,ea]),oa=ea-r,wa=l.useRef(oa);wa.current=oa;function ma(ke){var Be=ke;return Number.isNaN(wa.current)||(Be=Math.min(Be,wa.current)),Be=Math.max(Be,0),Be}var Ia=T<=0,Ba=T>=oa,je=hk(Ia,Ba),he=function(){return{x:W?-Z:Z,y:T}},Me=l.useRef(he()),He=yi(function(){if(p){var ke=he();(Me.current.x!==ke.x||Me.current.y!==ke.y)&&(p(ke),Me.current=ke)}});function Ae(ke,Be){var Ge=ke;Be?(Pr.flushSync(function(){ae(Ge)}),He()):fe(Ge)}function Re(ke){var Be=ke.currentTarget.scrollTop;Be!==T&&fe(Be),h==null||h(ke),He()}var Xe=function(Be){var Ge=Be,ia=y-Fe.width;return Ge=Math.max(Ge,0),Ge=Math.min(Ge,ia),Ge},ha=yi(function(ke,Be){Be?(Pr.flushSync(function(){ae(function(Ge){var ia=Ge+(W?-ke:ke);return Xe(ia)})}),He()):fe(function(Ge){var ia=Ge+ke;return ia})}),Te=VS(R,Ia,Ba,!!y,ha),Pe=Y(Te,2),Le=Pe[0],Ue=Pe[1];KS(R,$,function(ke,Be){return je(ke,Be)?!1:(Le({preventDefault:function(){},deltaY:ke}),!0)}),Xa(function(){function ke(Ge){R&&Ge.preventDefault()}var Be=$.current;return Be.addEventListener("wheel",Le),Be.addEventListener("DOMMouseScroll",Ue),Be.addEventListener("MozMousePixelScroll",ke),function(){Be.removeEventListener("wheel",Le),Be.removeEventListener("DOMMouseScroll",Ue),Be.removeEventListener("MozMousePixelScroll",ke)}},[R]),Xa(function(){y&&ae(function(ke){return Xe(ke)})},[Fe.width,y]);var ra=function(){var Be,Ge;(Be=va.current)===null||Be===void 0||Be.delayHidden(),(Ge=za.current)===null||Ge===void 0||Ge.delayHidden()},da=GS($,B,xe,s,ne,function(){return ue(!0)},fe,ra);l.useImperativeHandle(a,function(){return{getScrollInfo:he,scrollTo:function(Be){function Ge(ia){return ia&&pa(ia)==="object"&&("left"in ia||"top"in ia)}Ge(Be)?(Be.left!==void 0&&ae(Xe(Be.left)),da(Be.top)):da(Be)}}}),Xa(function(){if(A){var ke=B.slice(Je,ca+1);A(ke,B)}},[Je,ca,B]);var Oa=JS(B,ne,xe,s),Fa=x==null?void 0:x({start:Je,end:ca,virtual:z,offsetX:Z,offsetY:Qe,rtl:W,getSize:Oa}),fa=HS(B,Je,ca,y,oe,u,J),Ye=null;r&&(Ye=_(O({},d?"height":"maxHeight",r),XS),R&&(Ye.overflowY="hidden",y&&(Ye.overflowX="hidden"),we&&(Ye.pointerEvents="none")));var aa={};return W&&(aa.dir="rtl"),l.createElement("div",_e({style:_(_({},c),{},{position:"relative"}),className:F},aa,C),l.createElement(nr,{onResize:na},l.createElement(f,{className:"".concat(i,"-holder"),style:Ye,ref:$,onScroll:Re,onMouseEnter:ra},l.createElement(mk,{prefixCls:i,height:ea,offsetX:Z,offsetY:Qe,scrollWidth:y,onInnerResize:ue,ref:V,innerProps:S,rtl:W,extra:Fa},fa))),z&&ea>r&&l.createElement(u0,{ref:va,prefixCls:i,scrollOffset:T,scrollRange:ea,rtl:W,onScroll:Ae,onStartMove:ye,onStopMove:pe,spinSize:ua,containerSize:Fe.height,style:v==null?void 0:v.verticalScrollBar,thumbStyle:v==null?void 0:v.verticalScrollBarThumb}),z&&y>Fe.width&&l.createElement(u0,{ref:za,prefixCls:i,scrollOffset:Z,scrollRange:y,rtl:W,onScroll:Ae,onStartMove:ye,onStopMove:pe,spinSize:la,containerSize:Fe.width,horizontal:!0,style:v==null?void 0:v.horizontalScrollBar,thumbStyle:v==null?void 0:v.horizontalScrollBarThumb}))}var fk=l.forwardRef(eC);fk.displayName="List";function aC(){return/(mac\sos|macintosh)/i.test(navigator.appVersion)}var tC=["disabled","title","children","style","className"];function f0(e){return typeof e=="string"||typeof e=="number"}var iC=function(a,t){var i=$x(),n=i.prefixCls,r=i.id,s=i.open,o=i.multiple,d=i.mode,c=i.searchValue,g=i.toggleOpen,u=i.notFoundContent,m=i.onPopupScroll,b=l.useContext(fh),k=b.maxCount,y=b.flattenOptions,w=b.onActiveValue,f=b.defaultActiveFirstOption,h=b.onSelect,p=b.menuItemSelectedIcon,A=b.rawValues,S=b.fieldNames,x=b.virtual,v=b.direction,C=b.listHeight,R=b.listItemHeight,z=b.optionRender,W="".concat(n,"-item"),F=Pl(function(){return y},[s,y],function(ne,J){return J[0]&&ne[1]!==J[1]}),B=l.useRef(null),$=l.useMemo(function(){return o&&Dm(k)&&(A==null?void 0:A.size)>=k},[o,k,A==null?void 0:A.size]),V=function(J){J.preventDefault()},D=function(J){var fe;(fe=B.current)===null||fe===void 0||fe.scrollTo(typeof J=="number"?{index:J}:J)},P=function(J){for(var fe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1,Ce=F.length,se=0;se1&&arguments[1]!==void 0?arguments[1]:!1;L(J);var Ce={source:fe?"keyboard":"mouse"},se=F[J];if(!se){w(null,-1,Ce);return}w(se.value,J,Ce)};l.useEffect(function(){Z(f!==!1?P(0):-1)},[F.length,c]);var ae=l.useCallback(function(ne){return A.has(ne)&&d!=="combobox"},[d,Oe(A).toString(),A.size]);l.useEffect(function(){var ne=setTimeout(function(){if(!o&&s&&A.size===1){var fe=Array.from(A)[0],Ce=F.findIndex(function(se){var Q=se.data;return Q.value===fe});Ce!==-1&&(Z(Ce),D(Ce))}});if(s){var J;(J=B.current)===null||J===void 0||J.scrollTo(void 0)}return function(){return clearTimeout(ne)}},[s,c]);var te=function(J){J!==void 0&&h(J,{selected:!A.has(J)}),o||g(!1)};if(l.useImperativeHandle(t,function(){return{onKeyDown:function(J){var fe=J.which,Ce=J.ctrlKey;switch(fe){case le.N:case le.P:case le.UP:case le.DOWN:{var se=0;if(fe===le.UP?se=-1:fe===le.DOWN?se=1:aC()&&Ce&&(fe===le.N?se=1:fe===le.P&&(se=-1)),se!==0){var Q=P(H+se,se);D(Q),Z(Q,!0)}break}case le.ENTER:{var Ee,Ie=F[H];Ie&&!(Ie!=null&&(Ee=Ie.data)!==null&&Ee!==void 0&&Ee.disabled)&&!$?te(Ie.value):te(void 0),s&&J.preventDefault();break}case le.ESC:g(!1),s&&J.stopPropagation()}},onKeyUp:function(){},scrollTo:function(J){D(J)}}}),F.length===0)return l.createElement("div",{role:"listbox",id:"".concat(r,"_list"),className:"".concat(W,"-empty"),onMouseDown:V},u);var X=Object.keys(S).map(function(ne){return S[ne]}),we=function(J){return J.label};function be(ne,J){var fe=ne.group;return{role:fe?"presentation":"option",id:"".concat(r,"_list_").concat(J)}}var ye=function(J){var fe=F[J];if(!fe)return null;var Ce=fe.data||{},se=Ce.value,Q=fe.group,Ee=Bs(Ce,!0),Ie=we(fe);return fe?l.createElement("div",_e({"aria-label":typeof Ie=="string"&&!Q?Ie:null},Ee,{key:J},be(fe,J),{"aria-selected":ae(se)}),se):null},pe={role:"listbox",id:"".concat(r,"_list")};return l.createElement(l.Fragment,null,x&&l.createElement("div",_e({},pe,{style:{height:0,width:0,overflow:"hidden"}}),ye(H-1),ye(H),ye(H+1)),l.createElement(fk,{itemKey:"key",ref:B,data:F,height:C,itemHeight:R,fullHeight:!1,onMouseDown:V,onScroll:m,virtual:x,direction:v,innerProps:x?null:pe},function(ne,J){var fe=ne.group,Ce=ne.groupOption,se=ne.data,Q=ne.label,Ee=ne.value,Ie=se.key;if(fe){var ze,re=(ze=se.title)!==null&&ze!==void 0?ze:f0(Q)?Q.toString():void 0;return l.createElement("div",{className:de(W,"".concat(W,"-group"),se.className),title:re},Q!==void 0?Q:Ie)}var oe=se.disabled,ue=se.title;se.children;var xe=se.style,Se=se.className,We=Wa(se,tC),ea=Tn(We,X),Je=ae(Ee),ca=oe||!Je&&$,Qe="".concat(W,"-option"),Ne=de(W,Qe,Se,O(O(O(O({},"".concat(Qe,"-grouped"),Ce),"".concat(Qe,"-active"),H===J&&!ca),"".concat(Qe,"-disabled"),ca),"".concat(Qe,"-selected"),Je)),Ke=we(ne),Fe=!p||typeof p=="function"||Je,qa=typeof Ke=="number"?Ke:Ke||Ee,na=f0(qa)?qa.toString():void 0;return ue!==void 0&&(na=ue),l.createElement("div",_e({},Bs(ea),x?{}:be(ne,J),{"aria-selected":Je,className:Ne,title:na,onMouseMove:function(){H===J||ca||Z(J)},onClick:function(){ca||te(Ee)},style:xe}),l.createElement("div",{className:"".concat(Qe,"-content")},typeof z=="function"?z(ne,{index:J}):qa),l.isValidElement(p)||Je,Fe&&l.createElement(Vl,{className:"".concat(W,"-option-state"),customizeIcon:p,customizeIconProps:{value:Ee,disabled:ca,isSelected:Je}},Je?"✓":null))}))},nC=l.forwardRef(iC);const rC=function(e,a){var t=l.useRef({values:new Map,options:new Map}),i=l.useMemo(function(){var r=t.current,s=r.values,o=r.options,d=e.map(function(u){if(u.label===void 0){var m;return _(_({},u),{},{label:(m=s.get(u.value))===null||m===void 0?void 0:m.label})}return u}),c=new Map,g=new Map;return d.forEach(function(u){c.set(u.value,u),g.set(u.value,a.get(u.value)||o.get(u.value))}),t.current.values=c,t.current.options=g,d},[e,a]),n=l.useCallback(function(r){return a.get(r)||t.current.options.get(r)},[a]);return[i,n]};function Zg(e,a){return ck(e).join("").toUpperCase().includes(a)}const sC=function(e,a,t,i,n){return l.useMemo(function(){if(!t||i===!1)return e;var r=a.options,s=a.label,o=a.value,d=[],c=typeof i=="function",g=t.toUpperCase(),u=c?i:function(b,k){return n?Zg(k[n],g):k[r]?Zg(k[s!=="children"?s:"label"],g):Zg(k[o],g)},m=c?function(b){return Nm(b)}:function(b){return b};return e.forEach(function(b){if(b[r]){var k=u(t,m(b));if(k)d.push(b);else{var y=b[r].filter(function(w){return u(t,m(w))});y.length&&d.push(_(_({},b),{},O({},r,y)))}return}u(t,m(b))&&d.push(b)}),d},[e,i,n,t,a])};var b0=0,oC=ei();function dC(){var e;return oC?(e=b0,b0+=1):e="TEST_OR_SSR",e}function cC(e){var a=l.useState(),t=Y(a,2),i=t[0],n=t[1];return l.useEffect(function(){n("rc_select_".concat(dC()))},[]),e||i}var lC=["children","value"],gC=["children"];function uC(e){var a=e,t=a.key,i=a.props,n=i.children,r=i.value,s=Wa(i,lC);return _({key:t,value:r!==void 0?r:t,children:n},s)}function bk(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return Er(e).map(function(t,i){if(!l.isValidElement(t)||!t.type)return null;var n=t,r=n.type.isSelectOptGroup,s=n.key,o=n.props,d=o.children,c=Wa(o,gC);return a||!r?uC(t):_(_({key:"__RC_SELECT_GRP__".concat(s===null?i:s,"__"),label:s},c),{},{options:bk(d)})}).filter(function(t){return t})}var mC=function(a,t,i,n,r){return l.useMemo(function(){var s=a,o=!a;o&&(s=bk(t));var d=new Map,c=new Map,g=function(b,k,y){y&&typeof y=="string"&&b.set(k[y],k)},u=function m(b){for(var k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,y=0;y2&&arguments[2]!==void 0?arguments[2]:{},Ue=Le.source,ra=Ue===void 0?"keyboard":Ue;Ba(Pe),s&&i==="combobox"&&Te!==null&&ra==="keyboard"&&oa(String(Te))},[s,i]),Me=function(Pe,Le,Ue){var ra=function(){var ia,Sa=ea(Pe);return[I?{label:Sa==null?void 0:Sa[be.label],value:Pe,key:(ia=Sa==null?void 0:Sa.key)!==null&&ia!==void 0?ia:Pe}:Pe,Nm(Sa)]};if(Le&&b){var da=ra(),Oa=Y(da,2),Fa=Oa[0],fa=Oa[1];b(Fa,fa)}else if(!Le&&k&&Ue!=="clear"){var Ye=ra(),aa=Y(Ye,2),ke=aa[0],Be=aa[1];k(ke,Be)}},He=p0(function(Te,Pe){var Le,Ue=te?Pe.selected:!0;Ue?Le=te?[].concat(Oe(We),[Te]):[Te]:Le=We.filter(function(ra){return ra.value!==Te}),va(Le),Me(Te,Ue),i==="combobox"?oa(""):(!Hm||m)&&(J(""),oa(""))}),Ae=function(Pe,Le){va(Pe);var Ue=Le.type,ra=Le.values;(Ue==="remove"||Ue==="clear")&&ra.forEach(function(da){Me(da.value,!1,Ue)})},Re=function(Pe,Le){if(J(Pe),oa(null),Le.source==="submit"){var Ue=(Pe||"").trim();if(Ue){var ra=Array.from(new Set([].concat(Oe(ca),[Ue])));va(ra),Me(Ue,!0),J("")}return}Le.source!=="blur"&&(i==="combobox"&&va(Pe),g==null||g(Pe))},Xe=function(Pe){var Le=Pe;i!=="tags"&&(Le=Pe.map(function(ra){var da=se.get(ra);return da==null?void 0:da.value}).filter(function(ra){return ra!==void 0}));var Ue=Array.from(new Set([].concat(Oe(ca),Oe(Le))));va(Ue),Ue.forEach(function(ra){Me(ra,!0)})},ha=l.useMemo(function(){var Te=z!==!1&&w!==!1;return _(_({},fe),{},{flattenOptions:na,onActiveValue:he,defaultActiveFirstOption:je,onSelect:He,menuItemSelectedIcon:R,rawValues:ca,fieldNames:be,virtual:Te,direction:W,listHeight:B,listItemHeight:V,childrenAsData:X,maxCount:L,optionRender:x})},[L,fe,na,he,je,He,R,ca,be,z,w,W,B,V,X,x]);return l.createElement(fh.Provider,{value:ha},l.createElement(DS,_e({},Z,{id:ae,prefixCls:r,ref:a,omitDomProps:fC,mode:i,displayValues:Je,onDisplayValuesChange:Ae,direction:W,searchValue:ne,onSearch:Re,autoClearSearchValue:m,onSearchSplit:Xe,dropdownMatchSelectWidth:w,OptionList:nC,emptyOptions:!na.length,activeValue:ua,activeDescendantId:"".concat(ae,"_list_").concat(Ia)})))}),yh=pC;yh.Option=ph;yh.OptGroup=bh;function Ds(e,a,t){return de({[`${e}-status-success`]:a==="success",[`${e}-status-warning`]:a==="warning",[`${e}-status-error`]:a==="error",[`${e}-status-validating`]:a==="validating",[`${e}-has-feedback`]:t})}const _l=(e,a)=>a||e,yC=()=>{const[,e]=ai(),t=new At(e.colorBgBase).toHsl().l<.5?{opacity:.65}:{};return l.createElement("svg",{style:t,width:"184",height:"152",viewBox:"0 0 184 152",xmlns:"http://www.w3.org/2000/svg"},l.createElement("g",{fill:"none",fillRule:"evenodd"},l.createElement("g",{transform:"translate(24 31.67)"},l.createElement("ellipse",{fillOpacity:".8",fill:"#F5F5F7",cx:"67.797",cy:"106.89",rx:"67.797",ry:"12.668"}),l.createElement("path",{d:"M122.034 69.674L98.109 40.229c-1.148-1.386-2.826-2.225-4.593-2.225h-51.44c-1.766 0-3.444.839-4.592 2.225L13.56 69.674v15.383h108.475V69.674z",fill:"#AEB8C2"}),l.createElement("path",{d:"M101.537 86.214L80.63 61.102c-1.001-1.207-2.507-1.867-4.048-1.867H31.724c-1.54 0-3.047.66-4.048 1.867L6.769 86.214v13.792h94.768V86.214z",fill:"url(#linearGradient-1)",transform:"translate(13.56)"}),l.createElement("path",{d:"M33.83 0h67.933a4 4 0 0 1 4 4v93.344a4 4 0 0 1-4 4H33.83a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z",fill:"#F5F5F7"}),l.createElement("path",{d:"M42.678 9.953h50.237a2 2 0 0 1 2 2V36.91a2 2 0 0 1-2 2H42.678a2 2 0 0 1-2-2V11.953a2 2 0 0 1 2-2zM42.94 49.767h49.713a2.262 2.262 0 1 1 0 4.524H42.94a2.262 2.262 0 0 1 0-4.524zM42.94 61.53h49.713a2.262 2.262 0 1 1 0 4.525H42.94a2.262 2.262 0 0 1 0-4.525zM121.813 105.032c-.775 3.071-3.497 5.36-6.735 5.36H20.515c-3.238 0-5.96-2.29-6.734-5.36a7.309 7.309 0 0 1-.222-1.79V69.675h26.318c2.907 0 5.25 2.448 5.25 5.42v.04c0 2.971 2.37 5.37 5.277 5.37h34.785c2.907 0 5.277-2.421 5.277-5.393V75.1c0-2.972 2.343-5.426 5.25-5.426h26.318v33.569c0 .617-.077 1.216-.221 1.789z",fill:"#DCE0E6"})),l.createElement("path",{d:"M149.121 33.292l-6.83 2.65a1 1 0 0 1-1.317-1.23l1.937-6.207c-2.589-2.944-4.109-6.534-4.109-10.408C138.802 8.102 148.92 0 161.402 0 173.881 0 184 8.102 184 18.097c0 9.995-10.118 18.097-22.599 18.097-4.528 0-8.744-1.066-12.28-2.902z",fill:"#DCE0E6"}),l.createElement("g",{transform:"translate(149.65 15.383)",fill:"#FFF"},l.createElement("ellipse",{cx:"20.654",cy:"3.167",rx:"2.849",ry:"2.815"}),l.createElement("path",{d:"M5.698 5.63H0L2.898.704zM9.259.704h4.985V5.63H9.259z"}))))},kC=yC,wC=()=>{const[,e]=ai(),{colorFill:a,colorFillTertiary:t,colorFillQuaternary:i,colorBgContainer:n}=e,{borderColor:r,shadowColor:s,contentColor:o}=l.useMemo(()=>({borderColor:new At(a).onBackground(n).toHexShortString(),shadowColor:new At(t).onBackground(n).toHexShortString(),contentColor:new At(i).onBackground(n).toHexShortString()}),[a,t,i,n]);return l.createElement("svg",{width:"64",height:"41",viewBox:"0 0 64 41",xmlns:"http://www.w3.org/2000/svg"},l.createElement("g",{transform:"translate(0 1)",fill:"none",fillRule:"evenodd"},l.createElement("ellipse",{fill:s,cx:"32",cy:"33",rx:"32",ry:"7"}),l.createElement("g",{fillRule:"nonzero",stroke:r},l.createElement("path",{d:"M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"}),l.createElement("path",{d:"M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z",fill:o}))))},vC=wC,AC=e=>{const{componentCls:a,margin:t,marginXS:i,marginXL:n,fontSize:r,lineHeight:s}=e;return{[a]:{marginInline:i,fontSize:r,lineHeight:s,textAlign:"center",[`${a}-image`]:{height:e.emptyImgHeight,marginBottom:i,opacity:e.opacityImage,img:{height:"100%"},svg:{maxWidth:"100%",height:"100%",margin:"auto"}},[`${a}-description`]:{color:e.colorText},[`${a}-footer`]:{marginTop:t},"&-normal":{marginBlock:n,color:e.colorTextDisabled,[`${a}-description`]:{color:e.colorTextDisabled},[`${a}-image`]:{height:e.emptyImgHeightMD}},"&-small":{marginBlock:i,color:e.colorTextDisabled,[`${a}-image`]:{height:e.emptyImgHeightSM}}}}},xC=Zt("Empty",e=>{const{componentCls:a,controlHeightLG:t,calc:i}=e,n=Ya(e,{emptyImgCls:`${a}-img`,emptyImgHeight:i(t).mul(2.5).equal(),emptyImgHeightMD:t,emptyImgHeightSM:i(t).mul(.875).equal()});return[AC(n)]});var SC=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var{className:a,rootClassName:t,prefixCls:i,image:n=pk,description:r,children:s,imageStyle:o,style:d}=e,c=SC(e,["className","rootClassName","prefixCls","image","description","children","imageStyle","style"]);const{getPrefixCls:g,direction:u,empty:m}=l.useContext(Ra),b=g("empty",i),[k,y,w]=xC(b),[f]=Zy("Empty"),h=typeof r<"u"?r:f==null?void 0:f.description,p=typeof h=="string"?h:"empty";let A=null;return typeof n=="string"?A=l.createElement("img",{alt:p,src:n}):A=n,k(l.createElement("div",Object.assign({className:de(y,w,b,m==null?void 0:m.className,{[`${b}-normal`]:n===yk,[`${b}-rtl`]:u==="rtl"},a,t),style:Object.assign(Object.assign({},m==null?void 0:m.style),d)},c),l.createElement("div",{className:`${b}-image`,style:o},A),h&&l.createElement("div",{className:`${b}-description`},h),s&&l.createElement("div",{className:`${b}-footer`},s)))};kh.PRESENTED_IMAGE_DEFAULT=pk;kh.PRESENTED_IMAGE_SIMPLE=yk;const io=kh,CC=e=>{const{componentName:a}=e,{getPrefixCls:t}=l.useContext(Ra),i=t("empty");switch(a){case"Table":case"List":return K.createElement(io,{image:io.PRESENTED_IMAGE_SIMPLE});case"Select":case"TreeSelect":case"Cascader":case"Transfer":case"Mentions":return K.createElement(io,{image:io.PRESENTED_IMAGE_SIMPLE,className:`${i}-small`});default:return K.createElement(io,null)}},kk=CC,TC=["outlined","borderless","filled"],Kl=function(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:void 0;const t=l.useContext(lx);let i;typeof e<"u"?i=e:a===!1?i="borderless":i=t??"outlined";const n=TC.includes(i);return[i,n]},qC=e=>{const t={overflow:{adjustX:!0,adjustY:!0,shiftY:!0},htmlRegion:e==="scroll"?"scroll":"visible",dynamicInset:!0};return{bottomLeft:Object.assign(Object.assign({},t),{points:["tl","bl"],offset:[0,4]}),bottomRight:Object.assign(Object.assign({},t),{points:["tr","br"],offset:[0,4]}),topLeft:Object.assign(Object.assign({},t),{points:["bl","tl"],offset:[0,-4]}),topRight:Object.assign(Object.assign({},t),{points:["br","tr"],offset:[0,-4]})}};function RC(e,a){return e||qC(a)}const y0=e=>{const{optionHeight:a,optionFontSize:t,optionLineHeight:i,optionPadding:n}=e;return{position:"relative",display:"block",minHeight:a,padding:n,color:e.colorText,fontWeight:"normal",fontSize:t,lineHeight:i,boxSizing:"border-box"}},zC=e=>{const{antCls:a,componentCls:t}=e,i=`${t}-item`,n=`&${a}-slide-up-enter${a}-slide-up-enter-active`,r=`&${a}-slide-up-appear${a}-slide-up-appear-active`,s=`&${a}-slide-up-leave${a}-slide-up-leave-active`,o=`${t}-dropdown-placement-`;return[{[`${t}-dropdown`]:Object.assign(Object.assign({},Ut(e)),{position:"absolute",top:-9999,zIndex:e.zIndexPopup,boxSizing:"border-box",padding:e.paddingXXS,overflow:"hidden",fontSize:e.fontSize,fontVariant:"initial",backgroundColor:e.colorBgElevated,borderRadius:e.borderRadiusLG,outline:"none",boxShadow:e.boxShadowSecondary,[` ${n}${o}bottomLeft, ${r}${o}bottomLeft `]:{animationName:X4},[` @@ -216,19 +246,19 @@ html body { `]:{animationName:ak},[`${s}${o}bottomLeft`]:{animationName:ek},[` ${s}${o}topLeft, ${s}${o}topRight - `]:{animationName:tk},"&-hidden":{display:"none"},[`${i}`]:Object.assign(Object.assign({},w0(e)),{cursor:"pointer",transition:`background ${e.motionDurationSlow} ease`,borderRadius:e.borderRadiusSM,"&-group":{color:e.colorTextDescription,fontSize:e.fontSizeSM,cursor:"default"},"&-option":{display:"flex","&-content":Object.assign({flex:"auto"},mm),"&-state":{flex:"none",display:"flex",alignItems:"center"},[`&-active:not(${i}-option-disabled)`]:{backgroundColor:e.optionActiveBg},[`&-selected:not(${i}-option-disabled)`]:{color:e.optionSelectedColor,fontWeight:e.optionSelectedFontWeight,backgroundColor:e.optionSelectedBg,[`${i}-option-state`]:{color:e.colorPrimary},[`&:has(+ ${i}-option-selected:not(${i}-option-disabled))`]:{borderEndStartRadius:0,borderEndEndRadius:0,[`& + ${i}-option-selected:not(${i}-option-disabled)`]:{borderStartStartRadius:0,borderStartEndRadius:0}}},"&-disabled":{[`&${i}-option-selected`]:{backgroundColor:e.colorBgContainerDisabled},color:e.colorTextDisabled,cursor:"not-allowed"},"&-grouped":{paddingInlineStart:e.calc(e.controlPaddingHorizontal).mul(2).equal()}},"&-empty":Object.assign(Object.assign({},w0(e)),{color:e.colorTextDisabled})}),"&-rtl":{direction:"rtl"}})},e0(e,"slide-up"),e0(e,"slide-down"),X2(e,"move-up"),X2(e,"move-down")]},EC=PC,Jr=2,WC=e=>{const{multipleSelectItemHeight:a,selectHeight:t,lineWidth:i}=e;return e.calc(t).sub(a).div(2).sub(i).equal()},IC=(e,a)=>{const{componentCls:t,iconCls:i}=e,n=`${t}-selection-overflow`,r=e.multipleSelectItemHeight,s=WC(e),o=a?`${t}-${a}`:"";return{[`${t}-multiple${o}`]:{[n]:{position:"relative",display:"flex",flex:"auto",flexWrap:"wrap",maxWidth:"100%","&-item":{flex:"none",alignSelf:"center",maxWidth:"100%",display:"inline-flex"}},[`${t}-selector`]:{display:"flex",flexWrap:"wrap",alignItems:"center",height:"100%",paddingInline:e.calc(Jr).mul(2).equal(),paddingBlock:e.calc(s).sub(Jr).equal(),borderRadius:e.borderRadius,[`${t}-disabled&`]:{background:e.multipleSelectorBgDisabled,cursor:"not-allowed"},"&:after":{display:"inline-block",width:0,margin:`${re(Jr)} 0`,lineHeight:re(r),visibility:"hidden",content:'"\\a0"'}},[`${t}-selection-item`]:{display:"flex",alignSelf:"center",flex:"none",boxSizing:"border-box",maxWidth:"100%",height:r,marginTop:Jr,marginBottom:Jr,lineHeight:re(e.calc(r).sub(e.calc(e.lineWidth).mul(2)).equal()),borderRadius:e.borderRadiusSM,cursor:"default",transition:`font-size ${e.motionDurationSlow}, line-height ${e.motionDurationSlow}, height ${e.motionDurationSlow}`,marginInlineEnd:e.calc(Jr).mul(2).equal(),paddingInlineStart:e.paddingXS,paddingInlineEnd:e.calc(e.paddingXS).div(2).equal(),[`${t}-disabled&`]:{color:e.multipleItemColorDisabled,borderColor:e.multipleItemBorderColorDisabled,cursor:"not-allowed"},"&-content":{display:"inline-block",marginInlineEnd:e.calc(e.paddingXS).div(2).equal(),overflow:"hidden",whiteSpace:"pre",textOverflow:"ellipsis"},"&-remove":Object.assign(Object.assign({},od()),{display:"inline-flex",alignItems:"center",color:e.colorIcon,fontWeight:"bold",fontSize:10,lineHeight:"inherit",cursor:"pointer",[`> ${i}`]:{verticalAlign:"-0.2em"},"&:hover":{color:e.colorIconHover}})},[`${n}-item + ${n}-item`]:{[`${t}-selection-search`]:{marginInlineStart:0}},[`${n}-item-suffix`]:{height:"100%"},[`${t}-selection-search`]:{display:"inline-flex",position:"relative",maxWidth:"100%",marginInlineStart:e.calc(e.inputPaddingHorizontalBase).sub(s).equal(),"\n &-input,\n &-mirror\n ":{height:r,fontFamily:e.fontFamily,lineHeight:re(r),transition:`all ${e.motionDurationSlow}`},"&-input":{width:"100%",minWidth:4.1},"&-mirror":{position:"absolute",top:0,insetInlineStart:0,insetInlineEnd:"auto",zIndex:999,whiteSpace:"pre",visibility:"hidden"}},[`${t}-selection-placeholder`]:{position:"absolute",top:"50%",insetInlineStart:e.inputPaddingHorizontalBase,insetInlineEnd:e.inputPaddingHorizontalBase,transform:"translateY(-50%)",transition:`all ${e.motionDurationSlow}`}}}};function Zg(e,a){const{componentCls:t}=e,i=a?`${t}-${a}`:"",n={[`${t}-multiple${i}`]:{fontSize:e.fontSize,[`${t}-selector`]:{[`${t}-show-search&`]:{cursor:"text"}},[` + `]:{animationName:tk},"&-hidden":{display:"none"},[`${i}`]:Object.assign(Object.assign({},y0(e)),{cursor:"pointer",transition:`background ${e.motionDurationSlow} ease`,borderRadius:e.borderRadiusSM,"&-group":{color:e.colorTextDescription,fontSize:e.fontSizeSM,cursor:"default"},"&-option":{display:"flex","&-content":Object.assign({flex:"auto"},hm),"&-state":{flex:"none",display:"flex",alignItems:"center"},[`&-active:not(${i}-option-disabled)`]:{backgroundColor:e.optionActiveBg},[`&-selected:not(${i}-option-disabled)`]:{color:e.optionSelectedColor,fontWeight:e.optionSelectedFontWeight,backgroundColor:e.optionSelectedBg,[`${i}-option-state`]:{color:e.colorPrimary},[`&:has(+ ${i}-option-selected:not(${i}-option-disabled))`]:{borderEndStartRadius:0,borderEndEndRadius:0,[`& + ${i}-option-selected:not(${i}-option-disabled)`]:{borderStartStartRadius:0,borderStartEndRadius:0}}},"&-disabled":{[`&${i}-option-selected`]:{backgroundColor:e.colorBgContainerDisabled},color:e.colorTextDisabled,cursor:"not-allowed"},"&-grouped":{paddingInlineStart:e.calc(e.controlPaddingHorizontal).mul(2).equal()}},"&-empty":Object.assign(Object.assign({},y0(e)),{color:e.colorTextDisabled})}),"&-rtl":{direction:"rtl"}})},Q2(e,"slide-up"),Q2(e,"slide-down"),Y2(e,"move-up"),Y2(e,"move-down")]},MC=zC,Kr=2,PC=e=>{const{multipleSelectItemHeight:a,selectHeight:t,lineWidth:i}=e;return e.calc(t).sub(a).div(2).sub(i).equal()},EC=(e,a)=>{const{componentCls:t,iconCls:i}=e,n=`${t}-selection-overflow`,r=e.multipleSelectItemHeight,s=PC(e),o=a?`${t}-${a}`:"";return{[`${t}-multiple${o}`]:{[n]:{position:"relative",display:"flex",flex:"auto",flexWrap:"wrap",maxWidth:"100%","&-item":{flex:"none",alignSelf:"center",maxWidth:"100%",display:"inline-flex"}},[`${t}-selector`]:{display:"flex",flexWrap:"wrap",alignItems:"center",height:"100%",paddingInline:e.calc(Kr).mul(2).equal(),paddingBlock:e.calc(s).sub(Kr).equal(),borderRadius:e.borderRadius,[`${t}-disabled&`]:{background:e.multipleSelectorBgDisabled,cursor:"not-allowed"},"&:after":{display:"inline-block",width:0,margin:`${ie(Kr)} 0`,lineHeight:ie(r),visibility:"hidden",content:'"\\a0"'}},[`${t}-selection-item`]:{display:"flex",alignSelf:"center",flex:"none",boxSizing:"border-box",maxWidth:"100%",height:r,marginTop:Kr,marginBottom:Kr,lineHeight:ie(e.calc(r).sub(e.calc(e.lineWidth).mul(2)).equal()),borderRadius:e.borderRadiusSM,cursor:"default",transition:`font-size ${e.motionDurationSlow}, line-height ${e.motionDurationSlow}, height ${e.motionDurationSlow}`,marginInlineEnd:e.calc(Kr).mul(2).equal(),paddingInlineStart:e.paddingXS,paddingInlineEnd:e.calc(e.paddingXS).div(2).equal(),[`${t}-disabled&`]:{color:e.multipleItemColorDisabled,borderColor:e.multipleItemBorderColorDisabled,cursor:"not-allowed"},"&-content":{display:"inline-block",marginInlineEnd:e.calc(e.paddingXS).div(2).equal(),overflow:"hidden",whiteSpace:"pre",textOverflow:"ellipsis"},"&-remove":Object.assign(Object.assign({},rd()),{display:"inline-flex",alignItems:"center",color:e.colorIcon,fontWeight:"bold",fontSize:10,lineHeight:"inherit",cursor:"pointer",[`> ${i}`]:{verticalAlign:"-0.2em"},"&:hover":{color:e.colorIconHover}})},[`${n}-item + ${n}-item`]:{[`${t}-selection-search`]:{marginInlineStart:0}},[`${n}-item-suffix`]:{height:"100%"},[`${t}-selection-search`]:{display:"inline-flex",position:"relative",maxWidth:"100%",marginInlineStart:e.calc(e.inputPaddingHorizontalBase).sub(s).equal(),"\n &-input,\n &-mirror\n ":{height:r,fontFamily:e.fontFamily,lineHeight:ie(r),transition:`all ${e.motionDurationSlow}`},"&-input":{width:"100%",minWidth:4.1},"&-mirror":{position:"absolute",top:0,insetInlineStart:0,insetInlineEnd:"auto",zIndex:999,whiteSpace:"pre",visibility:"hidden"}},[`${t}-selection-placeholder`]:{position:"absolute",top:"50%",insetInlineStart:e.inputPaddingHorizontalBase,insetInlineEnd:e.inputPaddingHorizontalBase,transform:"translateY(-50%)",transition:`all ${e.motionDurationSlow}`}}}};function Jg(e,a){const{componentCls:t}=e,i=a?`${t}-${a}`:"",n={[`${t}-multiple${i}`]:{fontSize:e.fontSize,[`${t}-selector`]:{[`${t}-show-search&`]:{cursor:"text"}},[` &${t}-show-arrow ${t}-selector, &${t}-allow-clear ${t}-selector - `]:{paddingInlineEnd:e.calc(e.fontSizeIcon).add(e.controlPaddingHorizontal).equal()}}};return[IC(e,a),n]}const BC=e=>{const{componentCls:a}=e,t=Xa(e,{selectHeight:e.controlHeightSM,multipleSelectItemHeight:e.controlHeightXS,borderRadius:e.borderRadiusSM,borderRadiusSM:e.borderRadiusXS}),i=Xa(e,{fontSize:e.fontSizeLG,selectHeight:e.controlHeightLG,multipleSelectItemHeight:e.multipleItemHeightLG,borderRadius:e.borderRadiusLG,borderRadiusSM:e.borderRadius});return[Zg(e),Zg(t,"sm"),{[`${a}-multiple${a}-sm`]:{[`${a}-selection-placeholder`]:{insetInline:e.calc(e.controlPaddingHorizontalSM).sub(e.lineWidth).equal()},[`${a}-selection-search`]:{marginInlineStart:2}}},Zg(i,"lg")]},FC=BC;function Jg(e,a){const{componentCls:t,inputPaddingHorizontalBase:i,borderRadius:n}=e,r=e.calc(e.controlHeight).sub(e.calc(e.lineWidth).mul(2)).equal(),s=a?`${t}-${a}`:"";return{[`${t}-single${s}`]:{fontSize:e.fontSize,height:e.controlHeight,[`${t}-selector`]:Object.assign(Object.assign({},Ut(e,!0)),{display:"flex",borderRadius:n,[`${t}-selection-search`]:{position:"absolute",top:0,insetInlineStart:i,insetInlineEnd:i,bottom:0,"&-input":{width:"100%",WebkitAppearance:"textfield"}},[` + `]:{paddingInlineEnd:e.calc(e.fontSizeIcon).add(e.controlPaddingHorizontal).equal()}}};return[EC(e,a),n]}const WC=e=>{const{componentCls:a}=e,t=Ya(e,{selectHeight:e.controlHeightSM,multipleSelectItemHeight:e.controlHeightXS,borderRadius:e.borderRadiusSM,borderRadiusSM:e.borderRadiusXS}),i=Ya(e,{fontSize:e.fontSizeLG,selectHeight:e.controlHeightLG,multipleSelectItemHeight:e.multipleItemHeightLG,borderRadius:e.borderRadiusLG,borderRadiusSM:e.borderRadius});return[Jg(e),Jg(t,"sm"),{[`${a}-multiple${a}-sm`]:{[`${a}-selection-placeholder`]:{insetInline:e.calc(e.controlPaddingHorizontalSM).sub(e.lineWidth).equal()},[`${a}-selection-search`]:{marginInlineStart:2}}},Jg(i,"lg")]},IC=WC;function Yg(e,a){const{componentCls:t,inputPaddingHorizontalBase:i,borderRadius:n}=e,r=e.calc(e.controlHeight).sub(e.calc(e.lineWidth).mul(2)).equal(),s=a?`${t}-${a}`:"";return{[`${t}-single${s}`]:{fontSize:e.fontSize,height:e.controlHeight,[`${t}-selector`]:Object.assign(Object.assign({},Ut(e,!0)),{display:"flex",borderRadius:n,[`${t}-selection-search`]:{position:"absolute",top:0,insetInlineStart:i,insetInlineEnd:i,bottom:0,"&-input":{width:"100%",WebkitAppearance:"textfield"}},[` ${t}-selection-item, ${t}-selection-placeholder - `]:{padding:0,lineHeight:re(r),transition:`all ${e.motionDurationSlow}, visibility 0s`,alignSelf:"center"},[`${t}-selection-placeholder`]:{transition:"none",pointerEvents:"none"},[["&:after",`${t}-selection-item:empty:after`,`${t}-selection-placeholder:empty:after`].join(",")]:{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'}}),[` + `]:{padding:0,lineHeight:ie(r),transition:`all ${e.motionDurationSlow}, visibility 0s`,alignSelf:"center"},[`${t}-selection-placeholder`]:{transition:"none",pointerEvents:"none"},[["&:after",`${t}-selection-item:empty:after`,`${t}-selection-placeholder:empty:after`].join(",")]:{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'}}),[` &${t}-show-arrow ${t}-selection-item, &${t}-show-arrow ${t}-selection-placeholder - `]:{paddingInlineEnd:e.showArrowPaddingInlineEnd},[`&${t}-open ${t}-selection-item`]:{color:e.colorTextPlaceholder},[`&:not(${t}-customize-input)`]:{[`${t}-selector`]:{width:"100%",height:"100%",padding:`0 ${re(i)}`,[`${t}-selection-search-input`]:{height:r},"&:after":{lineHeight:re(r)}}},[`&${t}-customize-input`]:{[`${t}-selector`]:{"&:after":{display:"none"},[`${t}-selection-search`]:{position:"static",width:"100%"},[`${t}-selection-placeholder`]:{position:"absolute",insetInlineStart:0,insetInlineEnd:0,padding:`0 ${re(i)}`,"&:after":{display:"none"}}}}}}}function DC(e){const{componentCls:a}=e,t=e.calc(e.controlPaddingHorizontalSM).sub(e.lineWidth).equal();return[Jg(e),Jg(Xa(e,{controlHeight:e.controlHeightSM,borderRadius:e.borderRadiusSM}),"sm"),{[`${a}-single${a}-sm`]:{[`&:not(${a}-customize-input)`]:{[`${a}-selection-search`]:{insetInlineStart:t,insetInlineEnd:t},[`${a}-selector`]:{padding:`0 ${re(t)}`},[`&${a}-show-arrow ${a}-selection-search`]:{insetInlineEnd:e.calc(t).add(e.calc(e.fontSize).mul(1.5)).equal()},[` + `]:{paddingInlineEnd:e.showArrowPaddingInlineEnd},[`&${t}-open ${t}-selection-item`]:{color:e.colorTextPlaceholder},[`&:not(${t}-customize-input)`]:{[`${t}-selector`]:{width:"100%",height:"100%",padding:`0 ${ie(i)}`,[`${t}-selection-search-input`]:{height:r},"&:after":{lineHeight:ie(r)}}},[`&${t}-customize-input`]:{[`${t}-selector`]:{"&:after":{display:"none"},[`${t}-selection-search`]:{position:"static",width:"100%"},[`${t}-selection-placeholder`]:{position:"absolute",insetInlineStart:0,insetInlineEnd:0,padding:`0 ${ie(i)}`,"&:after":{display:"none"}}}}}}}function BC(e){const{componentCls:a}=e,t=e.calc(e.controlPaddingHorizontalSM).sub(e.lineWidth).equal();return[Yg(e),Yg(Ya(e,{controlHeight:e.controlHeightSM,borderRadius:e.borderRadiusSM}),"sm"),{[`${a}-single${a}-sm`]:{[`&:not(${a}-customize-input)`]:{[`${a}-selection-search`]:{insetInlineStart:t,insetInlineEnd:t},[`${a}-selector`]:{padding:`0 ${ie(t)}`},[`&${a}-show-arrow ${a}-selection-search`]:{insetInlineEnd:e.calc(t).add(e.calc(e.fontSize).mul(1.5)).equal()},[` &${a}-show-arrow ${a}-selection-item, &${a}-show-arrow ${a}-selection-placeholder - `]:{paddingInlineEnd:e.calc(e.fontSize).mul(1.5).equal()}}}},Jg(Xa(e,{controlHeight:e.singleItemHeightLG,fontSize:e.fontSizeLG,borderRadius:e.borderRadiusLG}),"lg")]}const NC=e=>{const{fontSize:a,lineHeight:t,controlHeight:i,controlPaddingHorizontal:n,zIndexPopupBase:r,colorText:s,fontWeightStrong:o,controlItemBgActive:d,controlItemBgHover:l,colorBgContainer:g,colorFillSecondary:u,controlHeightLG:m,controlHeightSM:f,colorBgContainerDisabled:k,colorTextDisabled:y}=e;return{zIndexPopup:r+50,optionSelectedColor:s,optionSelectedFontWeight:o,optionSelectedBg:d,optionActiveBg:l,optionPadding:`${(i-a*t)/2}px ${n}px`,optionFontSize:a,optionLineHeight:t,optionHeight:i,selectorBg:g,clearBg:g,singleItemHeightLG:m,multipleItemBg:u,multipleItemBorderColor:"transparent",multipleItemHeight:f,multipleItemHeightLG:i,multipleSelectorBgDisabled:k,multipleItemColorDisabled:y,multipleItemBorderColorDisabled:"transparent",showArrowPaddingInlineEnd:Math.ceil(e.fontSize*1.25)}},wk=(e,a)=>{const{componentCls:t,antCls:i,controlOutlineWidth:n}=e;return{[`&:not(${t}-customize-input) ${t}-selector`]:{border:`${re(e.lineWidth)} ${e.lineType} ${a.borderColor}`,background:e.selectorBg},[`&:not(${t}-disabled):not(${t}-customize-input):not(${i}-pagination-size-changer)`]:{[`&:hover ${t}-selector`]:{borderColor:a.hoverBorderHover},[`${t}-focused& ${t}-selector`]:{borderColor:a.activeBorderColor,boxShadow:`0 0 0 ${re(n)} ${a.activeShadowColor}`,outline:0}}}},v0=(e,a)=>({[`&${e.componentCls}-status-${a.status}`]:Object.assign({},wk(e,a))}),HC=e=>({"&-outlined":Object.assign(Object.assign(Object.assign(Object.assign({},wk(e,{borderColor:e.colorBorder,hoverBorderHover:e.colorPrimaryHover,activeBorderColor:e.colorPrimary,activeShadowColor:e.controlOutline})),v0(e,{status:"error",borderColor:e.colorError,hoverBorderHover:e.colorErrorHover,activeBorderColor:e.colorError,activeShadowColor:e.colorErrorOutline})),v0(e,{status:"warning",borderColor:e.colorWarning,hoverBorderHover:e.colorWarningHover,activeBorderColor:e.colorWarning,activeShadowColor:e.colorWarningOutline})),{[`&${e.componentCls}-disabled`]:{[`&:not(${e.componentCls}-customize-input) ${e.componentCls}-selector`]:{background:e.colorBgContainerDisabled,color:e.colorTextDisabled}},[`&${e.componentCls}-multiple ${e.componentCls}-selection-item`]:{background:e.multipleItemBg,border:`${re(e.lineWidth)} ${e.lineType} ${e.multipleItemBorderColor}`}})}),vk=(e,a)=>{const{componentCls:t,antCls:i}=e;return{[`&:not(${t}-customize-input) ${t}-selector`]:{background:a.bg,border:`${re(e.lineWidth)} ${e.lineType} transparent`,color:a.color},[`&:not(${t}-disabled):not(${t}-customize-input):not(${i}-pagination-size-changer)`]:{[`&:hover ${t}-selector`]:{background:a.hoverBg},[`${t}-focused& ${t}-selector`]:{background:e.selectorBg,borderColor:a.activeBorderColor,outline:0}}}},A0=(e,a)=>({[`&${e.componentCls}-status-${a.status}`]:Object.assign({},vk(e,a))}),jC=e=>({"&-filled":Object.assign(Object.assign(Object.assign(Object.assign({},vk(e,{bg:e.colorFillTertiary,hoverBg:e.colorFillSecondary,activeBorderColor:e.colorPrimary,color:e.colorText})),A0(e,{status:"error",bg:e.colorErrorBg,hoverBg:e.colorErrorBgHover,activeBorderColor:e.colorError,color:e.colorError})),A0(e,{status:"warning",bg:e.colorWarningBg,hoverBg:e.colorWarningBgHover,activeBorderColor:e.colorWarning,color:e.colorWarning})),{[`&${e.componentCls}-disabled`]:{[`&:not(${e.componentCls}-customize-input) ${e.componentCls}-selector`]:{borderColor:e.colorBorder,background:e.colorBgContainerDisabled,color:e.colorTextDisabled}},[`&${e.componentCls}-multiple ${e.componentCls}-selection-item`]:{background:e.colorBgContainer,border:`${re(e.lineWidth)} ${e.lineType} ${e.colorSplit}`}})}),LC=e=>({"&-borderless":{[`${e.componentCls}-selector`]:{background:"transparent",borderColor:"transparent"},[`&${e.componentCls}-disabled`]:{[`&:not(${e.componentCls}-customize-input) ${e.componentCls}-selector`]:{color:e.colorTextDisabled}},[`&${e.componentCls}-multiple ${e.componentCls}-selection-item`]:{background:e.multipleItemBg,border:`${re(e.lineWidth)} ${e.lineType} ${e.multipleItemBorderColor}`}}}),OC=e=>({[e.componentCls]:Object.assign(Object.assign(Object.assign({},HC(e)),jC(e)),LC(e))}),GC=OC,$C=e=>{const{componentCls:a}=e;return{position:"relative",transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,input:{cursor:"pointer"},[`${a}-show-search&`]:{cursor:"text",input:{cursor:"auto",color:"inherit",height:"100%"}},[`${a}-disabled&`]:{cursor:"not-allowed",input:{cursor:"not-allowed"}}}},UC=e=>{const{componentCls:a}=e;return{[`${a}-selection-search-input`]:{margin:0,padding:0,background:"transparent",border:"none",outline:"none",appearance:"none",fontFamily:"inherit","&::-webkit-search-cancel-button":{display:"none","-webkit-appearance":"none"}}}},VC=e=>{const{antCls:a,componentCls:t,inputPaddingHorizontalBase:i,iconCls:n}=e;return{[t]:Object.assign(Object.assign({},Ut(e)),{position:"relative",display:"inline-block",cursor:"pointer",[`&:not(${t}-customize-input) ${t}-selector`]:Object.assign(Object.assign({},$C(e)),UC(e)),[`${t}-selection-item`]:Object.assign(Object.assign({flex:1,fontWeight:"normal",position:"relative",userSelect:"none"},mm),{[`> ${a}-typography`]:{display:"inline"}}),[`${t}-selection-placeholder`]:Object.assign(Object.assign({},mm),{flex:1,color:e.colorTextPlaceholder,pointerEvents:"none"}),[`${t}-arrow`]:Object.assign(Object.assign({},od()),{position:"absolute",top:"50%",insetInlineStart:"auto",insetInlineEnd:i,height:e.fontSizeIcon,marginTop:e.calc(e.fontSizeIcon).mul(-1).div(2).equal(),color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,lineHeight:1,textAlign:"center",pointerEvents:"none",display:"flex",alignItems:"center",transition:`opacity ${e.motionDurationSlow} ease`,[n]:{verticalAlign:"top",transition:`transform ${e.motionDurationSlow}`,"> svg":{verticalAlign:"top"},[`&:not(${t}-suffix)`]:{pointerEvents:"auto"}},[`${t}-disabled &`]:{cursor:"not-allowed"},"> *:not(:last-child)":{marginInlineEnd:8}}),[`${t}-clear`]:{position:"absolute",top:"50%",insetInlineStart:"auto",insetInlineEnd:i,zIndex:1,display:"inline-block",width:e.fontSizeIcon,height:e.fontSizeIcon,marginTop:e.calc(e.fontSizeIcon).mul(-1).div(2).equal(),color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,fontStyle:"normal",lineHeight:1,textAlign:"center",textTransform:"none",cursor:"pointer",opacity:0,transition:`color ${e.motionDurationMid} ease, opacity ${e.motionDurationSlow} ease`,textRendering:"auto","&:before":{display:"block"},"&:hover":{color:e.colorTextTertiary}},"&:hover":{[`${t}-clear`]:{opacity:1},[`${t}-arrow:not(:last-child)`]:{opacity:0}}}),[`${t}-has-feedback`]:{[`${t}-clear`]:{insetInlineEnd:e.calc(i).add(e.fontSize).add(e.paddingXS).equal()}}}},_C=e=>{const{componentCls:a}=e;return[{[a]:{[`&${a}-in-form-item`]:{width:"100%"}}},VC(e),DC(e),FC(e),EC(e),{[`${a}-rtl`]:{direction:"rtl"}},$l(e,{borderElCls:`${a}-selector`,focusElCls:`${a}-focused`})]},KC=Zt("Select",(e,a)=>{let{rootPrefixCls:t}=a;const i=Xa(e,{rootPrefixCls:t,inputPaddingHorizontalBase:e.calc(e.paddingSM).sub(1).equal(),multipleSelectItemHeight:e.multipleItemHeight,selectHeight:e.controlHeight});return[_C(i),GC(i)]},NC,{unitless:{optionLineHeight:!0,optionSelectedFontWeight:!0}});var ZC={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"}}]},name:"check",theme:"outlined"};const JC=ZC;var YC=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:JC}))};const QC=c.forwardRef(YC);var XC={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"}}]},name:"down",theme:"outlined"};const eT=XC;var aT=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:eT}))};const Ak=c.forwardRef(aT);var tT={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"}}]},name:"search",theme:"outlined"};const iT=tT;var nT=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:iT}))};const xk=c.forwardRef(nT);function rT(e){let{suffixIcon:a,clearIcon:t,menuItemSelectedIcon:i,removeIcon:n,loading:r,multiple:s,hasFeedback:o,prefixCls:d,showSuffixIcon:l,feedbackIcon:g,showArrow:u,componentName:m}=e;const f=t??c.createElement(W4,null),k=h=>a===null&&!o&&!u?null:c.createElement(c.Fragment,null,l!==!1&&h,o&&g);let y=null;if(a!==void 0)y=k(a);else if(r)y=k(c.createElement(rh,{spin:!0}));else{const h=`${d}-suffix`;y=p=>{let{open:v,showSearch:x}=p;return k(v&&x?c.createElement(xk,{className:h}):c.createElement(Ak,{className:h}))}}let w=null;i!==void 0?w=i:s?w=c.createElement(QC,null):w=null;let b=null;return n!==void 0?b=n:b=c.createElement(nh,null),{clearIcon:f,suffixIcon:y,itemIcon:w,removeIcon:b}}function sT(e,a){return a!==void 0?a:e!==null}var oT=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t;const{prefixCls:i,bordered:n,className:r,rootClassName:s,getPopupContainer:o,popupClassName:d,dropdownClassName:l,listHeight:g=256,placement:u,listItemHeight:m,size:f,disabled:k,notFoundContent:y,status:w,builtinPlacements:b,dropdownMatchSelectWidth:h,popupMatchSelectWidth:p,direction:v,style:x,allowClear:S,variant:A,dropdownStyle:T,transitionName:q,tagRender:z,maxCount:W}=e,H=oT(e,["prefixCls","bordered","className","rootClassName","getPopupContainer","popupClassName","dropdownClassName","listHeight","placement","listItemHeight","size","disabled","notFoundContent","status","builtinPlacements","dropdownMatchSelectWidth","popupMatchSelectWidth","direction","style","allowClear","variant","dropdownStyle","transitionName","tagRender","maxCount"]),{getPopupContainer:D,getPrefixCls:M,renderEmpty:B,direction:F,virtual:P,popupMatchSelectWidth:C,popupOverflow:N,select:j}=c.useContext(Sa),[,L]=ti(),K=m??(L==null?void 0:L.controlHeight),X=M("select",i),te=M(),ee=v??F,{compactSize:we,compactItemClassnames:fe}=cd(X,ee),[ve,be]=_l(A,n),Y=Ol(X),[J,me,Se]=KC(X,Y),ce=c.useMemo(()=>{const{mode:ua}=e;if(ua!=="combobox")return ua===Sk?"combobox":ua},[e.mode]),ie=ce==="multiple"||ce==="tags",Re=sT(e.suffixIcon,e.showArrow),Ie=(t=p??h)!==null&&t!==void 0?t:C,{status:Me,hasFeedback:oe,isFormItemInput:ae,feedbackIcon:de}=c.useContext(tr),ye=Vl(Me,w);let ke;y!==void 0?ke=y:ce==="combobox"?ke=null:ke=(B==null?void 0:B("Select"))||c.createElement(kk,{componentName:"Select"});const{suffixIcon:Pe,itemIcon:Xe,removeIcon:Je,clearIcon:ca}=rT(Object.assign(Object.assign({},H),{multiple:ie,hasFeedback:oe,feedbackIcon:de,showSuffixIcon:Re,prefixCls:X,componentName:"Select"})),Qe=S===!0?{clearIcon:ca}:S,Ne=er(H,["suffixIcon","itemIcon"]),Ke=se(d||l,{[`${X}-dropdown-${ee}`]:ee==="rtl"},s,Se,Y,me),Fe=un(ua=>{var oa;return(oa=f??we)!==null&&oa!==void 0?oa:ua}),Ra=c.useContext(or),na=k??Ra,va=se({[`${X}-lg`]:Fe==="large",[`${X}-sm`]:Fe==="small",[`${X}-rtl`]:ee==="rtl",[`${X}-${ve}`]:be,[`${X}-in-form-item`]:ae},Hs(X,ye,oe),fe,j==null?void 0:j.className,r,s,Se,Y,me),za=c.useMemo(()=>u!==void 0?u:ee==="rtl"?"bottomRight":"bottomLeft",[u,ee]),[la]=oh("SelectLike",T==null?void 0:T.zIndex);return J(c.createElement(kh,Object.assign({ref:a,virtual:P,showSearch:j==null?void 0:j.showSearch},Ne,{style:Object.assign(Object.assign({},j==null?void 0:j.style),x),dropdownMatchSelectWidth:Ie,transitionName:Yc(te,"slide-up",q),builtinPlacements:MC(b,N),listHeight:g,listItemHeight:K,mode:ce,prefixCls:X,placement:za,direction:ee,suffixIcon:Pe,menuItemSelectedIcon:Xe,removeIcon:Je,allowClear:Qe,notFoundContent:ke,className:va,getPopupContainer:o||D,dropdownClassName:Ke,disabled:na,dropdownStyle:Object.assign(Object.assign({},T),{zIndex:la}),maxCount:ie?W:void 0,tagRender:ie?z:void 0})))},Us=c.forwardRef(dT),cT=$x(Us);Us.SECRET_COMBOBOX_MODE_DO_NOT_USE=Sk;Us.Option=yh;Us.OptGroup=ph;Us._InternalPanelDoNotUseOrYouWillBeFired=cT;const hd=Us,Fr=["xxl","xl","lg","md","sm","xs"],lT=e=>({xs:`(max-width: ${e.screenXSMax}px)`,sm:`(min-width: ${e.screenSM}px)`,md:`(min-width: ${e.screenMD}px)`,lg:`(min-width: ${e.screenLG}px)`,xl:`(min-width: ${e.screenXL}px)`,xxl:`(min-width: ${e.screenXXL}px)`}),gT=e=>{const a=e,t=[].concat(Fr).reverse();return t.forEach((i,n)=>{const r=i.toUpperCase(),s=`screen${r}Min`,o=`screen${r}`;if(!(a[s]<=a[o]))throw new Error(`${s}<=${o} fails : !(${a[s]}<=${a[o]})`);if(n{const t=new Map;let i=-1,n={};return{matchHandlers:{},dispatch(r){return n=r,t.forEach(s=>s(n)),t.size>=1},subscribe(r){return t.size||this.register(),i+=1,t.set(i,r),r(n),i},unsubscribe(r){t.delete(r),t.size||this.unregister()},unregister(){Object.keys(a).forEach(r=>{const s=a[r],o=this.matchHandlers[s];o==null||o.mql.removeListener(o==null?void 0:o.listener)}),t.clear()},register(){Object.keys(a).forEach(r=>{const s=a[r],o=l=>{let{matches:g}=l;this.dispatch(Object.assign(Object.assign({},n),{[r]:g}))},d=window.matchMedia(s);d.addListener(o),this.matchHandlers[s]={mql:d,listener:o},o(d)})},responsiveMap:a}},[e])}function uT(){const[,e]=c.useReducer(a=>a+1,0);return e}function Tk(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;const a=c.useRef({}),t=uT(),i=Ck();return Ka(()=>{const n=i.subscribe(r=>{a.current=r,e&&t()});return()=>i.unsubscribe(n)},[]),a.current}function qk(e){var a=e.children,t=e.prefixCls,i=e.id,n=e.overlayInnerStyle,r=e.className,s=e.style;return c.createElement("div",{className:se("".concat(t,"-content"),r),style:s},c.createElement("div",{className:"".concat(t,"-inner"),id:i,role:"tooltip",style:n},typeof a=="function"?a():a))}var Yr={shiftX:64,adjustY:1},Qr={adjustX:1,shiftY:!0},Ri=[0,0],mT={left:{points:["cr","cl"],overflow:Qr,offset:[-4,0],targetOffset:Ri},right:{points:["cl","cr"],overflow:Qr,offset:[4,0],targetOffset:Ri},top:{points:["bc","tc"],overflow:Yr,offset:[0,-4],targetOffset:Ri},bottom:{points:["tc","bc"],overflow:Yr,offset:[0,4],targetOffset:Ri},topLeft:{points:["bl","tl"],overflow:Yr,offset:[0,-4],targetOffset:Ri},leftTop:{points:["tr","tl"],overflow:Qr,offset:[-4,0],targetOffset:Ri},topRight:{points:["br","tr"],overflow:Yr,offset:[0,-4],targetOffset:Ri},rightTop:{points:["tl","tr"],overflow:Qr,offset:[4,0],targetOffset:Ri},bottomRight:{points:["tr","br"],overflow:Yr,offset:[0,4],targetOffset:Ri},rightBottom:{points:["bl","br"],overflow:Qr,offset:[4,0],targetOffset:Ri},bottomLeft:{points:["tl","bl"],overflow:Yr,offset:[0,4],targetOffset:Ri},leftBottom:{points:["br","bl"],overflow:Qr,offset:[-4,0],targetOffset:Ri}},hT=["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle","arrowContent","overlay","id","showArrow"],fT=function(a,t){var i=a.overlayClassName,n=a.trigger,r=n===void 0?["hover"]:n,s=a.mouseEnterDelay,o=s===void 0?0:s,d=a.mouseLeaveDelay,l=d===void 0?.1:d,g=a.overlayStyle,u=a.prefixCls,m=u===void 0?"rc-tooltip":u,f=a.children,k=a.onVisibleChange,y=a.afterVisibleChange,w=a.transitionName,b=a.animation,h=a.motion,p=a.placement,v=p===void 0?"right":p,x=a.align,S=x===void 0?{}:x,A=a.destroyTooltipOnHide,T=A===void 0?!1:A,q=a.defaultVisible,z=a.getTooltipContainer,W=a.overlayInnerStyle;a.arrowContent;var H=a.overlay,D=a.id,M=a.showArrow,B=M===void 0?!0:M,F=Ma(a,hT),P=c.useRef(null);c.useImperativeHandle(t,function(){return P.current});var C=_({},F);"visible"in a&&(C.popupVisible=a.visible);var N=function(){return c.createElement(qk,{key:"content",prefixCls:m,id:D,overlayInnerStyle:W},H)};return c.createElement(gk,je({popupClassName:i,prefixCls:m,popup:N,action:r,builtinPlacements:mT,popupPlacement:v,ref:P,popupAlign:S,getPopupContainer:z,onPopupVisibleChange:k,afterPopupVisibleChange:y,popupTransitionName:w,popupAnimation:b,popupMotion:h,defaultPopupVisible:q,autoDestroy:T,mouseLeaveDelay:l,popupStyle:g,mouseEnterDelay:o,arrow:B},C),f)};const bT=c.forwardRef(fT);function pT(e){const{sizePopupArrow:a,borderRadiusXS:t,borderRadiusOuter:i}=e,n=a/2,r=0,s=n,o=i*1/Math.sqrt(2),d=n-i*(1-1/Math.sqrt(2)),l=n-t*(1/Math.sqrt(2)),g=i*(Math.sqrt(2)-1)+t*(1/Math.sqrt(2)),u=2*n-l,m=g,f=2*n-o,k=d,y=2*n-r,w=s,b=n*Math.sqrt(2)+i*(Math.sqrt(2)-2),h=i*(Math.sqrt(2)-1),p=`polygon(${h}px 100%, 50% ${h}px, ${2*n-h}px 100%, ${h}px 100%)`,v=`path('M ${r} ${s} A ${i} ${i} 0 0 0 ${o} ${d} L ${l} ${g} A ${t} ${t} 0 0 1 ${u} ${m} L ${f} ${k} A ${i} ${i} 0 0 0 ${y} ${w} Z')`;return{arrowShadowWidth:b,arrowPath:v,arrowPolygon:p}}const yT=(e,a,t)=>{const{sizePopupArrow:i,arrowPolygon:n,arrowPath:r,arrowShadowWidth:s,borderRadiusXS:o,calc:d}=e;return{pointerEvents:"none",width:i,height:i,overflow:"hidden","&::before":{position:"absolute",bottom:0,insetInlineStart:0,width:i,height:d(i).div(2).equal(),background:a,clipPath:{_multi_value_:!0,value:[n,r]},content:'""'},"&::after":{content:'""',position:"absolute",width:s,height:s,bottom:0,insetInline:0,margin:"auto",borderRadius:{_skip_check_:!0,value:`0 0 ${re(o)} 0`},transform:"translateY(50%) rotate(-135deg)",boxShadow:t,zIndex:0,background:"transparent"}}},Rk=8;function zk(e){const{contentRadius:a,limitVerticalRadius:t}=e,i=a>12?a+2:12;return{arrowOffsetHorizontal:i,arrowOffsetVertical:t?Rk:i}}function Zd(e,a){return e?a:{}}function kT(e,a,t){const{componentCls:i,boxShadowPopoverArrow:n,arrowOffsetVertical:r,arrowOffsetHorizontal:s}=e,{arrowDistance:o=0,arrowPlacement:d={left:!0,right:!0,top:!0,bottom:!0}}=t||{};return{[i]:Object.assign(Object.assign(Object.assign(Object.assign({[`${i}-arrow`]:[Object.assign(Object.assign({position:"absolute",zIndex:1,display:"block"},yT(e,a,n)),{"&:before":{background:a}})]},Zd(!!d.top,{[[`&-placement-top > ${i}-arrow`,`&-placement-topLeft > ${i}-arrow`,`&-placement-topRight > ${i}-arrow`].join(",")]:{bottom:o,transform:"translateY(100%) rotate(180deg)"},[`&-placement-top > ${i}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(100%) rotate(180deg)"},[`&-placement-topLeft > ${i}-arrow`]:{left:{_skip_check_:!0,value:s}},[`&-placement-topRight > ${i}-arrow`]:{right:{_skip_check_:!0,value:s}}})),Zd(!!d.bottom,{[[`&-placement-bottom > ${i}-arrow`,`&-placement-bottomLeft > ${i}-arrow`,`&-placement-bottomRight > ${i}-arrow`].join(",")]:{top:o,transform:"translateY(-100%)"},[`&-placement-bottom > ${i}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(-100%)"},[`&-placement-bottomLeft > ${i}-arrow`]:{left:{_skip_check_:!0,value:s}},[`&-placement-bottomRight > ${i}-arrow`]:{right:{_skip_check_:!0,value:s}}})),Zd(!!d.left,{[[`&-placement-left > ${i}-arrow`,`&-placement-leftTop > ${i}-arrow`,`&-placement-leftBottom > ${i}-arrow`].join(",")]:{right:{_skip_check_:!0,value:o},transform:"translateX(100%) rotate(90deg)"},[`&-placement-left > ${i}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(100%) rotate(90deg)"},[`&-placement-leftTop > ${i}-arrow`]:{top:r},[`&-placement-leftBottom > ${i}-arrow`]:{bottom:r}})),Zd(!!d.right,{[[`&-placement-right > ${i}-arrow`,`&-placement-rightTop > ${i}-arrow`,`&-placement-rightBottom > ${i}-arrow`].join(",")]:{left:{_skip_check_:!0,value:o},transform:"translateX(-100%) rotate(-90deg)"},[`&-placement-right > ${i}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(-100%) rotate(-90deg)"},[`&-placement-rightTop > ${i}-arrow`]:{top:r},[`&-placement-rightBottom > ${i}-arrow`]:{bottom:r}}))}}function wT(e,a,t,i){if(i===!1)return{adjustX:!1,adjustY:!1};const n=i&&typeof i=="object"?i:{},r={};switch(e){case"top":case"bottom":r.shiftX=a.arrowOffsetHorizontal*2+t,r.shiftY=!0,r.adjustY=!0;break;case"left":case"right":r.shiftY=a.arrowOffsetVertical*2+t,r.shiftX=!0,r.adjustX=!0;break}const s=Object.assign(Object.assign({},r),n);return s.shiftX||(s.adjustX=!0),s.shiftY||(s.adjustY=!0),s}const x0={left:{points:["cr","cl"]},right:{points:["cl","cr"]},top:{points:["bc","tc"]},bottom:{points:["tc","bc"]},topLeft:{points:["bl","tl"]},leftTop:{points:["tr","tl"]},topRight:{points:["br","tr"]},rightTop:{points:["tl","tr"]},bottomRight:{points:["tr","br"]},rightBottom:{points:["bl","br"]},bottomLeft:{points:["tl","bl"]},leftBottom:{points:["br","bl"]}},vT={topLeft:{points:["bl","tc"]},leftTop:{points:["tr","cl"]},topRight:{points:["br","tc"]},rightTop:{points:["tl","cr"]},bottomRight:{points:["tr","bc"]},rightBottom:{points:["bl","cr"]},bottomLeft:{points:["tl","bc"]},leftBottom:{points:["br","cl"]}},AT=new Set(["topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"]);function xT(e){const{arrowWidth:a,autoAdjustOverflow:t,arrowPointAtCenter:i,offset:n,borderRadius:r,visibleFirst:s}=e,o=a/2,d={};return Object.keys(x0).forEach(l=>{const g=i&&vT[l]||x0[l],u=Object.assign(Object.assign({},g),{offset:[0,0],dynamicInset:!0});switch(d[l]=u,AT.has(l)&&(u.autoArrow=!1),l){case"top":case"topLeft":case"topRight":u.offset[1]=-o-n;break;case"bottom":case"bottomLeft":case"bottomRight":u.offset[1]=o+n;break;case"left":case"leftTop":case"leftBottom":u.offset[0]=-o-n;break;case"right":case"rightTop":case"rightBottom":u.offset[0]=o+n;break}const m=zk({contentRadius:r,limitVerticalRadius:!0});if(i)switch(l){case"topLeft":case"bottomLeft":u.offset[0]=-m.arrowOffsetHorizontal-o;break;case"topRight":case"bottomRight":u.offset[0]=m.arrowOffsetHorizontal+o;break;case"leftTop":case"rightTop":u.offset[1]=-m.arrowOffsetHorizontal-o;break;case"leftBottom":case"rightBottom":u.offset[1]=m.arrowOffsetHorizontal+o;break}u.overflow=wT(l,m,a,t),s&&(u.htmlRegion="visibleFirst")}),d}const ST=e=>{const{componentCls:a,tooltipMaxWidth:t,tooltipColor:i,tooltipBg:n,tooltipBorderRadius:r,zIndexPopup:s,controlHeight:o,boxShadowSecondary:d,paddingSM:l,paddingXS:g}=e;return[{[a]:Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{position:"absolute",zIndex:s,display:"block",width:"max-content",maxWidth:t,visibility:"visible",transformOrigin:"var(--arrow-x, 50%) var(--arrow-y, 50%)","&-hidden":{display:"none"},"--antd-arrow-background-color":n,[`${a}-inner`]:{minWidth:o,minHeight:o,padding:`${re(e.calc(l).div(2).equal())} ${re(g)}`,color:i,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:n,borderRadius:r,boxShadow:d,boxSizing:"border-box"},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${a}-inner`]:{borderRadius:e.min(r,Rk)}},[`${a}-content`]:{position:"relative"}}),p4(e,(u,m)=>{let{darkColor:f}=m;return{[`&${a}-${u}`]:{[`${a}-inner`]:{backgroundColor:f},[`${a}-arrow`]:{"--antd-arrow-background-color":f}}}})),{"&-rtl":{direction:"rtl"}})},kT(e,"var(--antd-arrow-background-color)"),{[`${a}-pure`]:{position:"relative",maxWidth:"none",margin:e.sizePopupArrow}}]},CT=e=>Object.assign(Object.assign({zIndexPopup:e.zIndexPopupBase+70},zk({contentRadius:e.borderRadius,limitVerticalRadius:!0})),pT(Xa(e,{borderRadiusOuter:Math.min(e.borderRadiusOuter,4)}))),Mk=function(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return Zt("Tooltip",i=>{const{borderRadius:n,colorTextLightSolid:r,colorBgSpotlight:s}=i,o=Xa(i,{tooltipMaxWidth:250,tooltipColor:r,tooltipBorderRadius:n,tooltipBg:s});return[ST(o),jx(i,"zoom-big-fast")]},CT,{resetStyle:!1,injectStyle:a})(e)},TT=Kc.map(e=>`${e}-inverse`),qT=["success","processing","error","default","warning"];function Pk(e){return(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0)?[].concat(Ge(TT),Ge(Kc)).includes(e):Kc.includes(e)}function RT(e){return qT.includes(e)}function Ek(e,a){const t=Pk(a),i=se({[`${e}-${a}`]:a&&t}),n={},r={};return a&&!t&&(n.background=a,r["--antd-arrow-background-color"]=a),{className:i,overlayStyle:n,arrowStyle:r}}const zT=e=>{const{prefixCls:a,className:t,placement:i="top",title:n,color:r,overlayInnerStyle:s}=e,{getPrefixCls:o}=c.useContext(Sa),d=o("tooltip",a),[l,g,u]=Mk(d),m=Ek(d,r),f=m.arrowStyle,k=Object.assign(Object.assign({},s),m.overlayStyle),y=se(g,u,d,`${d}-pure`,`${d}-placement-${i}`,t,m.className);return l(c.createElement("div",{className:y,style:f},c.createElement("div",{className:`${d}-arrow`}),c.createElement(qk,Object.assign({},e,{className:g,prefixCls:d,overlayInnerStyle:k}),n)))},MT=zT;var PT=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t,i;const{prefixCls:n,openClassName:r,getTooltipContainer:s,overlayClassName:o,color:d,overlayInnerStyle:l,children:g,afterOpenChange:u,afterVisibleChange:m,destroyTooltipOnHide:f,arrow:k=!0,title:y,overlay:w,builtinPlacements:b,arrowPointAtCenter:h=!1,autoAdjustOverflow:p=!0}=e,v=!!k,[,x]=ti(),{getPopupContainer:S,getPrefixCls:A,direction:T}=c.useContext(Sa),q=Zy(),z=c.useRef(null),W=()=>{var ke;(ke=z.current)===null||ke===void 0||ke.forceAlign()};c.useImperativeHandle(a,()=>({forceAlign:W,forcePopupAlign:()=>{q.deprecated(!1,"forcePopupAlign","forceAlign"),W()}}));const[H,D]=mi(!1,{value:(t=e.open)!==null&&t!==void 0?t:e.visible,defaultValue:(i=e.defaultOpen)!==null&&i!==void 0?i:e.defaultVisible}),M=!y&&!w&&y!==0,B=ke=>{var Pe,Xe;D(M?!1:ke),M||((Pe=e.onOpenChange)===null||Pe===void 0||Pe.call(e,ke),(Xe=e.onVisibleChange)===null||Xe===void 0||Xe.call(e,ke))},F=c.useMemo(()=>{var ke,Pe;let Xe=h;return typeof k=="object"&&(Xe=(Pe=(ke=k.pointAtCenter)!==null&&ke!==void 0?ke:k.arrowPointAtCenter)!==null&&Pe!==void 0?Pe:h),b||xT({arrowPointAtCenter:Xe,autoAdjustOverflow:p,arrowWidth:v?x.sizePopupArrow:0,borderRadius:x.borderRadius,offset:x.marginXXS,visibleFirst:!0})},[h,k,b,x]),P=c.useMemo(()=>y===0?y:w||y||"",[w,y]),C=c.createElement(Ds,null,typeof P=="function"?P():P),{getPopupContainer:N,placement:j="top",mouseEnterDelay:L=.1,mouseLeaveDelay:K=.1,overlayStyle:X,rootClassName:te}=e,ee=PT(e,["getPopupContainer","placement","mouseEnterDelay","mouseLeaveDelay","overlayStyle","rootClassName"]),we=A("tooltip",n),fe=A(),ve=e["data-popover-inject"];let be=H;!("open"in e)&&!("visible"in e)&&M&&(be=!1);const Y=c.isValidElement(g)&&!I4(g)?g:c.createElement("span",null,g),J=Y.props,me=!J.className||typeof J.className=="string"?se(J.className,r||`${we}-open`):J.className,[Se,ce,ie]=Mk(we,!ve),Re=Ek(we,d),Ie=Re.arrowStyle,Me=Object.assign(Object.assign({},l),Re.overlayStyle),oe=se(o,{[`${we}-rtl`]:T==="rtl"},Re.className,te,ce,ie),[ae,de]=oh("Tooltip",ee.zIndex),ye=c.createElement(bT,Object.assign({},ee,{zIndex:ae,showArrow:v,placement:j,mouseEnterDelay:L,mouseLeaveDelay:K,prefixCls:we,overlayClassName:oe,overlayStyle:Object.assign(Object.assign({},Ie),X),getTooltipContainer:N||s||S,ref:z,builtinPlacements:F,overlay:C,visible:be,onVisibleChange:B,afterVisibleChange:u??m,overlayInnerStyle:Me,arrowContent:c.createElement("span",{className:`${we}-arrow-content`}),motion:{motionName:Yc(fe,"zoom-big-fast",e.transitionName),motionDeadline:1e3},destroyTooltipOnHide:!!f}),be?gn(Y,{className:me}):Y);return Se(c.createElement(sh.Provider,{value:de},ye))});Wk._InternalPanelDoNotUseOrYouWillBeFired=MT;const ET=Wk;var WT={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"}}]},name:"right",theme:"outlined"};const IT=WT;var BT=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:IT}))};const Hm=c.forwardRef(BT);var FT={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"}}]},name:"left",theme:"outlined"};const DT=FT;var NT=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:DT}))};const S0=c.forwardRef(NT);function vh(e){return Xa(e,{inputAffixPadding:e.paddingXXS})}const Ah=e=>{const{controlHeight:a,fontSize:t,lineHeight:i,lineWidth:n,controlHeightSM:r,controlHeightLG:s,fontSizeLG:o,lineHeightLG:d,paddingSM:l,controlPaddingHorizontalSM:g,controlPaddingHorizontal:u,colorFillAlter:m,colorPrimaryHover:f,colorPrimary:k,controlOutlineWidth:y,controlOutline:w,colorErrorOutline:b,colorWarningOutline:h,colorBgContainer:p}=e;return{paddingBlock:Math.max(Math.round((a-t*i)/2*10)/10-n,0),paddingBlockSM:Math.max(Math.round((r-t*i)/2*10)/10-n,0),paddingBlockLG:Math.ceil((s-o*d)/2*10)/10-n,paddingInline:l-n,paddingInlineSM:g-n,paddingInlineLG:u-n,addonBg:m,activeBorderColor:k,hoverBorderColor:f,activeShadow:`0 0 0 ${y}px ${w}`,errorActiveShadow:`0 0 0 ${y}px ${b}`,warningActiveShadow:`0 0 0 ${y}px ${h}`,hoverBg:p,activeBg:p,inputFontSize:t,inputFontSizeLG:o,inputFontSizeSM:t}},HT=e=>({borderColor:e.hoverBorderColor,backgroundColor:e.hoverBg}),Kl=e=>({color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,boxShadow:"none",cursor:"not-allowed",opacity:1,"input[disabled]":{cursor:"not-allowed"},"&:hover:not([disabled])":Object.assign({},HT(Xa(e,{hoverBorderColor:e.colorBorder,hoverBg:e.colorBgContainerDisabled})))}),xh=(e,a)=>({background:e.colorBgContainer,borderWidth:e.lineWidth,borderStyle:e.lineType,borderColor:a.borderColor,"&:hover":{borderColor:a.hoverBorderColor,backgroundColor:e.hoverBg},"&:focus, &:focus-within":{borderColor:a.activeBorderColor,boxShadow:a.activeShadow,outline:0,backgroundColor:e.activeBg}}),C0=(e,a)=>({[`&${e.componentCls}-status-${a.status}:not(${e.componentCls}-disabled)`]:Object.assign(Object.assign({},xh(e,a)),{[`${e.componentCls}-prefix, ${e.componentCls}-suffix`]:{color:a.affixColor}})}),Ik=(e,a)=>({"&-outlined":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},xh(e,{borderColor:e.colorBorder,hoverBorderColor:e.hoverBorderColor,activeBorderColor:e.activeBorderColor,activeShadow:e.activeShadow})),{[`&${e.componentCls}-disabled, &[disabled]`]:Object.assign({},Kl(e))}),C0(e,{status:"error",borderColor:e.colorError,hoverBorderColor:e.colorErrorBorderHover,activeBorderColor:e.colorError,activeShadow:e.errorActiveShadow,affixColor:e.colorError})),C0(e,{status:"warning",borderColor:e.colorWarning,hoverBorderColor:e.colorWarningBorderHover,activeBorderColor:e.colorWarning,activeShadow:e.warningActiveShadow,affixColor:e.colorWarning})),a)}),T0=(e,a)=>({[`&${e.componentCls}-group-wrapper-status-${a.status}`]:{[`${e.componentCls}-group-addon`]:{borderColor:a.addonBorderColor,color:a.addonColor}}}),Bk=e=>({"&-outlined":Object.assign(Object.assign(Object.assign({[`${e.componentCls}-group`]:{"&-addon":{background:e.addonBg,border:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`},"&-addon:first-child":{borderInlineEnd:0},"&-addon:last-child":{borderInlineStart:0}}},T0(e,{status:"error",addonBorderColor:e.colorError,addonColor:e.colorErrorText})),T0(e,{status:"warning",addonBorderColor:e.colorWarning,addonColor:e.colorWarningText})),{[`&${e.componentCls}-group-wrapper-disabled`]:{[`${e.componentCls}-group-addon`]:Object.assign({},Kl(e))}})}),Fk=(e,a)=>({"&-borderless":Object.assign({background:"transparent",border:"none","&:focus, &:focus-within":{outline:"none"},[`&${e.componentCls}-disabled, &[disabled]`]:{color:e.colorTextDisabled}},a)}),Dk=(e,a)=>({background:a.bg,borderWidth:e.lineWidth,borderStyle:e.lineType,borderColor:"transparent","input&, & input, textarea&, & textarea":{color:a==null?void 0:a.inputColor},"&:hover":{background:a.hoverBg},"&:focus, &:focus-within":{outline:0,borderColor:a.activeBorderColor,backgroundColor:e.activeBg}}),q0=(e,a)=>({[`&${e.componentCls}-status-${a.status}:not(${e.componentCls}-disabled)`]:Object.assign(Object.assign({},Dk(e,a)),{[`${e.componentCls}-prefix, ${e.componentCls}-suffix`]:{color:a.affixColor}})}),Nk=(e,a)=>({"&-filled":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Dk(e,{bg:e.colorFillTertiary,hoverBg:e.colorFillSecondary,activeBorderColor:e.colorPrimary})),{[`&${e.componentCls}-disabled, &[disabled]`]:Object.assign({},Kl(e))}),q0(e,{status:"error",bg:e.colorErrorBg,hoverBg:e.colorErrorBgHover,activeBorderColor:e.colorError,inputColor:e.colorErrorText,affixColor:e.colorError})),q0(e,{status:"warning",bg:e.colorWarningBg,hoverBg:e.colorWarningBgHover,activeBorderColor:e.colorWarning,inputColor:e.colorWarningText,affixColor:e.colorWarning})),a)}),R0=(e,a)=>({[`&${e.componentCls}-group-wrapper-status-${a.status}`]:{[`${e.componentCls}-group-addon`]:{background:a.addonBg,color:a.addonColor}}}),Hk=e=>({"&-filled":Object.assign(Object.assign(Object.assign({[`${e.componentCls}-group`]:{"&-addon":{background:e.colorFillTertiary},[`${e.componentCls}-filled:not(:focus):not(:focus-within)`]:{"&:not(:first-child)":{borderInlineStart:`${re(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},"&:not(:last-child)":{borderInlineEnd:`${re(e.lineWidth)} ${e.lineType} ${e.colorSplit}`}}}},R0(e,{status:"error",addonBg:e.colorErrorBg,addonColor:e.colorErrorText})),R0(e,{status:"warning",addonBg:e.colorWarningBg,addonColor:e.colorWarningText})),{[`&${e.componentCls}-group-wrapper-disabled`]:{[`${e.componentCls}-group`]:{"&-addon":{background:e.colorFillTertiary,color:e.colorTextDisabled},"&-addon:first-child":{borderInlineStart:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderTop:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderBottom:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`},"&-addon:last-child":{borderInlineEnd:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderTop:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderBottom:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`}}}})}),jk=e=>({"&::-moz-placeholder":{opacity:1},"&::placeholder":{color:e,userSelect:"none"},"&:placeholder-shown":{textOverflow:"ellipsis"}}),Lk=e=>{const{paddingBlockLG:a,lineHeightLG:t,borderRadiusLG:i,paddingInlineLG:n}=e;return{padding:`${re(a)} ${re(n)}`,fontSize:e.inputFontSizeLG,lineHeight:t,borderRadius:i}},Sh=e=>({padding:`${re(e.paddingBlockSM)} ${re(e.paddingInlineSM)}`,fontSize:e.inputFontSizeSM,borderRadius:e.borderRadiusSM}),fd=e=>Object.assign(Object.assign({position:"relative",display:"inline-block",width:"100%",minWidth:0,padding:`${re(e.paddingBlock)} ${re(e.paddingInline)}`,color:e.colorText,fontSize:e.inputFontSize,lineHeight:e.lineHeight,borderRadius:e.borderRadius,transition:`all ${e.motionDurationMid}`},jk(e.colorTextPlaceholder)),{"textarea&":{maxWidth:"100%",height:"auto",minHeight:e.controlHeight,lineHeight:e.lineHeight,verticalAlign:"bottom",transition:`all ${e.motionDurationSlow}, height 0s`,resize:"vertical"},"&-lg":Object.assign({},Lk(e)),"&-sm":Object.assign({},Sh(e)),"&-rtl":{direction:"rtl"},"&-textarea-rtl":{direction:"rtl"}}),Ok=e=>{const{componentCls:a,antCls:t}=e;return{position:"relative",display:"table",width:"100%",borderCollapse:"separate",borderSpacing:0,"&[class*='col-']":{paddingInlineEnd:e.paddingXS,"&:last-child":{paddingInlineEnd:0}},[`&-lg ${a}, &-lg > ${a}-group-addon`]:Object.assign({},Lk(e)),[`&-sm ${a}, &-sm > ${a}-group-addon`]:Object.assign({},Sh(e)),[`&-lg ${t}-select-single ${t}-select-selector`]:{height:e.controlHeightLG},[`&-sm ${t}-select-single ${t}-select-selector`]:{height:e.controlHeightSM},[`> ${a}`]:{display:"table-cell","&:not(:first-child):not(:last-child)":{borderRadius:0}},[`${a}-group`]:{"&-addon, &-wrap":{display:"table-cell",width:1,whiteSpace:"nowrap",verticalAlign:"middle","&:not(:first-child):not(:last-child)":{borderRadius:0}},"&-wrap > *":{display:"block !important"},"&-addon":{position:"relative",padding:`0 ${re(e.paddingInline)}`,color:e.colorText,fontWeight:"normal",fontSize:e.inputFontSize,textAlign:"center",borderRadius:e.borderRadius,transition:`all ${e.motionDurationSlow}`,lineHeight:1,[`${t}-select`]:{margin:`${re(e.calc(e.paddingBlock).add(1).mul(-1).equal())} ${re(e.calc(e.paddingInline).mul(-1).equal())}`,[`&${t}-select-single:not(${t}-select-customize-input):not(${t}-pagination-size-changer)`]:{[`${t}-select-selector`]:{backgroundColor:"inherit",border:`${re(e.lineWidth)} ${e.lineType} transparent`,boxShadow:"none"}},"&-open, &-focused":{[`${t}-select-selector`]:{color:e.colorPrimary}}},[`${t}-cascader-picker`]:{margin:`-9px ${re(e.calc(e.paddingInline).mul(-1).equal())}`,backgroundColor:"transparent",[`${t}-cascader-input`]:{textAlign:"start",border:0,boxShadow:"none"}}}},[`${a}`]:{width:"100%",marginBottom:0,textAlign:"inherit","&:focus":{zIndex:1,borderInlineEndWidth:1},"&:hover":{zIndex:1,borderInlineEndWidth:1,[`${a}-search-with-button &`]:{zIndex:0}}},[`> ${a}:first-child, ${a}-group-addon:first-child`]:{borderStartEndRadius:0,borderEndEndRadius:0,[`${t}-select ${t}-select-selector`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`> ${a}-affix-wrapper`]:{[`&:not(:first-child) ${a}`]:{borderStartStartRadius:0,borderEndStartRadius:0},[`&:not(:last-child) ${a}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`> ${a}:last-child, ${a}-group-addon:last-child`]:{borderStartStartRadius:0,borderEndStartRadius:0,[`${t}-select ${t}-select-selector`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`${a}-affix-wrapper`]:{"&:not(:last-child)":{borderStartEndRadius:0,borderEndEndRadius:0,[`${a}-search &`]:{borderStartStartRadius:e.borderRadius,borderEndStartRadius:e.borderRadius}},[`&:not(:first-child), ${a}-search &:not(:first-child)`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`&${a}-group-compact`]:Object.assign(Object.assign({display:"block"},F9()),{[`${a}-group-addon, ${a}-group-wrap, > ${a}`]:{"&:not(:first-child):not(:last-child)":{borderInlineEndWidth:e.lineWidth,"&:hover":{zIndex:1},"&:focus":{zIndex:1}}},"& > *":{display:"inline-block",float:"none",verticalAlign:"top",borderRadius:0},[` + `]:{paddingInlineEnd:e.calc(e.fontSize).mul(1.5).equal()}}}},Yg(Ya(e,{controlHeight:e.singleItemHeightLG,fontSize:e.fontSizeLG,borderRadius:e.borderRadiusLG}),"lg")]}const FC=e=>{const{fontSize:a,lineHeight:t,controlHeight:i,controlPaddingHorizontal:n,zIndexPopupBase:r,colorText:s,fontWeightStrong:o,controlItemBgActive:d,controlItemBgHover:c,colorBgContainer:g,colorFillSecondary:u,controlHeightLG:m,controlHeightSM:b,colorBgContainerDisabled:k,colorTextDisabled:y}=e;return{zIndexPopup:r+50,optionSelectedColor:s,optionSelectedFontWeight:o,optionSelectedBg:d,optionActiveBg:c,optionPadding:`${(i-a*t)/2}px ${n}px`,optionFontSize:a,optionLineHeight:t,optionHeight:i,selectorBg:g,clearBg:g,singleItemHeightLG:m,multipleItemBg:u,multipleItemBorderColor:"transparent",multipleItemHeight:b,multipleItemHeightLG:i,multipleSelectorBgDisabled:k,multipleItemColorDisabled:y,multipleItemBorderColorDisabled:"transparent",showArrowPaddingInlineEnd:Math.ceil(e.fontSize*1.25)}},wk=(e,a)=>{const{componentCls:t,antCls:i,controlOutlineWidth:n}=e;return{[`&:not(${t}-customize-input) ${t}-selector`]:{border:`${ie(e.lineWidth)} ${e.lineType} ${a.borderColor}`,background:e.selectorBg},[`&:not(${t}-disabled):not(${t}-customize-input):not(${i}-pagination-size-changer)`]:{[`&:hover ${t}-selector`]:{borderColor:a.hoverBorderHover},[`${t}-focused& ${t}-selector`]:{borderColor:a.activeBorderColor,boxShadow:`0 0 0 ${ie(n)} ${a.activeShadowColor}`,outline:0}}}},k0=(e,a)=>({[`&${e.componentCls}-status-${a.status}`]:Object.assign({},wk(e,a))}),DC=e=>({"&-outlined":Object.assign(Object.assign(Object.assign(Object.assign({},wk(e,{borderColor:e.colorBorder,hoverBorderHover:e.colorPrimaryHover,activeBorderColor:e.colorPrimary,activeShadowColor:e.controlOutline})),k0(e,{status:"error",borderColor:e.colorError,hoverBorderHover:e.colorErrorHover,activeBorderColor:e.colorError,activeShadowColor:e.colorErrorOutline})),k0(e,{status:"warning",borderColor:e.colorWarning,hoverBorderHover:e.colorWarningHover,activeBorderColor:e.colorWarning,activeShadowColor:e.colorWarningOutline})),{[`&${e.componentCls}-disabled`]:{[`&:not(${e.componentCls}-customize-input) ${e.componentCls}-selector`]:{background:e.colorBgContainerDisabled,color:e.colorTextDisabled}},[`&${e.componentCls}-multiple ${e.componentCls}-selection-item`]:{background:e.multipleItemBg,border:`${ie(e.lineWidth)} ${e.lineType} ${e.multipleItemBorderColor}`}})}),vk=(e,a)=>{const{componentCls:t,antCls:i}=e;return{[`&:not(${t}-customize-input) ${t}-selector`]:{background:a.bg,border:`${ie(e.lineWidth)} ${e.lineType} transparent`,color:a.color},[`&:not(${t}-disabled):not(${t}-customize-input):not(${i}-pagination-size-changer)`]:{[`&:hover ${t}-selector`]:{background:a.hoverBg},[`${t}-focused& ${t}-selector`]:{background:e.selectorBg,borderColor:a.activeBorderColor,outline:0}}}},w0=(e,a)=>({[`&${e.componentCls}-status-${a.status}`]:Object.assign({},vk(e,a))}),NC=e=>({"&-filled":Object.assign(Object.assign(Object.assign(Object.assign({},vk(e,{bg:e.colorFillTertiary,hoverBg:e.colorFillSecondary,activeBorderColor:e.colorPrimary,color:e.colorText})),w0(e,{status:"error",bg:e.colorErrorBg,hoverBg:e.colorErrorBgHover,activeBorderColor:e.colorError,color:e.colorError})),w0(e,{status:"warning",bg:e.colorWarningBg,hoverBg:e.colorWarningBgHover,activeBorderColor:e.colorWarning,color:e.colorWarning})),{[`&${e.componentCls}-disabled`]:{[`&:not(${e.componentCls}-customize-input) ${e.componentCls}-selector`]:{borderColor:e.colorBorder,background:e.colorBgContainerDisabled,color:e.colorTextDisabled}},[`&${e.componentCls}-multiple ${e.componentCls}-selection-item`]:{background:e.colorBgContainer,border:`${ie(e.lineWidth)} ${e.lineType} ${e.colorSplit}`}})}),HC=e=>({"&-borderless":{[`${e.componentCls}-selector`]:{background:"transparent",borderColor:"transparent"},[`&${e.componentCls}-disabled`]:{[`&:not(${e.componentCls}-customize-input) ${e.componentCls}-selector`]:{color:e.colorTextDisabled}},[`&${e.componentCls}-multiple ${e.componentCls}-selection-item`]:{background:e.multipleItemBg,border:`${ie(e.lineWidth)} ${e.lineType} ${e.multipleItemBorderColor}`}}}),jC=e=>({[e.componentCls]:Object.assign(Object.assign(Object.assign({},DC(e)),NC(e)),HC(e))}),LC=jC,OC=e=>{const{componentCls:a}=e;return{position:"relative",transition:`all ${e.motionDurationMid} ${e.motionEaseInOut}`,input:{cursor:"pointer"},[`${a}-show-search&`]:{cursor:"text",input:{cursor:"auto",color:"inherit",height:"100%"}},[`${a}-disabled&`]:{cursor:"not-allowed",input:{cursor:"not-allowed"}}}},GC=e=>{const{componentCls:a}=e;return{[`${a}-selection-search-input`]:{margin:0,padding:0,background:"transparent",border:"none",outline:"none",appearance:"none",fontFamily:"inherit","&::-webkit-search-cancel-button":{display:"none","-webkit-appearance":"none"}}}},$C=e=>{const{antCls:a,componentCls:t,inputPaddingHorizontalBase:i,iconCls:n}=e;return{[t]:Object.assign(Object.assign({},Ut(e)),{position:"relative",display:"inline-block",cursor:"pointer",[`&:not(${t}-customize-input) ${t}-selector`]:Object.assign(Object.assign({},OC(e)),GC(e)),[`${t}-selection-item`]:Object.assign(Object.assign({flex:1,fontWeight:"normal",position:"relative",userSelect:"none"},hm),{[`> ${a}-typography`]:{display:"inline"}}),[`${t}-selection-placeholder`]:Object.assign(Object.assign({},hm),{flex:1,color:e.colorTextPlaceholder,pointerEvents:"none"}),[`${t}-arrow`]:Object.assign(Object.assign({},rd()),{position:"absolute",top:"50%",insetInlineStart:"auto",insetInlineEnd:i,height:e.fontSizeIcon,marginTop:e.calc(e.fontSizeIcon).mul(-1).div(2).equal(),color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,lineHeight:1,textAlign:"center",pointerEvents:"none",display:"flex",alignItems:"center",transition:`opacity ${e.motionDurationSlow} ease`,[n]:{verticalAlign:"top",transition:`transform ${e.motionDurationSlow}`,"> svg":{verticalAlign:"top"},[`&:not(${t}-suffix)`]:{pointerEvents:"auto"}},[`${t}-disabled &`]:{cursor:"not-allowed"},"> *:not(:last-child)":{marginInlineEnd:8}}),[`${t}-clear`]:{position:"absolute",top:"50%",insetInlineStart:"auto",insetInlineEnd:i,zIndex:1,display:"inline-block",width:e.fontSizeIcon,height:e.fontSizeIcon,marginTop:e.calc(e.fontSizeIcon).mul(-1).div(2).equal(),color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,fontStyle:"normal",lineHeight:1,textAlign:"center",textTransform:"none",cursor:"pointer",opacity:0,transition:`color ${e.motionDurationMid} ease, opacity ${e.motionDurationSlow} ease`,textRendering:"auto","&:before":{display:"block"},"&:hover":{color:e.colorTextTertiary}},"&:hover":{[`${t}-clear`]:{opacity:1},[`${t}-arrow:not(:last-child)`]:{opacity:0}}}),[`${t}-has-feedback`]:{[`${t}-clear`]:{insetInlineEnd:e.calc(i).add(e.fontSize).add(e.paddingXS).equal()}}}},UC=e=>{const{componentCls:a}=e;return[{[a]:{[`&${a}-in-form-item`]:{width:"100%"}}},$C(e),BC(e),IC(e),MC(e),{[`${a}-rtl`]:{direction:"rtl"}},Ul(e,{borderElCls:`${a}-selector`,focusElCls:`${a}-focused`})]},VC=Zt("Select",(e,a)=>{let{rootPrefixCls:t}=a;const i=Ya(e,{rootPrefixCls:t,inputPaddingHorizontalBase:e.calc(e.paddingSM).sub(1).equal(),multipleSelectItemHeight:e.multipleItemHeight,selectHeight:e.controlHeight});return[UC(i),LC(i)]},FC,{unitless:{optionLineHeight:!0,optionSelectedFontWeight:!0}});var _C={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M912 190h-69.9c-9.8 0-19.1 4.5-25.1 12.2L404.7 724.5 207 474a32 32 0 00-25.1-12.2H112c-6.7 0-10.4 7.7-6.3 12.9l273.9 347c12.8 16.2 37.4 16.2 50.3 0l488.4-618.9c4.1-5.1.4-12.8-6.3-12.8z"}}]},name:"check",theme:"outlined"};const KC=_C;var ZC=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:KC}))};const JC=l.forwardRef(ZC);var YC={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z"}}]},name:"down",theme:"outlined"};const QC=YC;var XC=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:QC}))};const Ak=l.forwardRef(XC);var eT={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0011.6 0l43.6-43.5a8.2 8.2 0 000-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"}}]},name:"search",theme:"outlined"};const aT=eT;var tT=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:aT}))};const xk=l.forwardRef(tT);function iT(e){let{suffixIcon:a,clearIcon:t,menuItemSelectedIcon:i,removeIcon:n,loading:r,multiple:s,hasFeedback:o,prefixCls:d,showSuffixIcon:c,feedbackIcon:g,showArrow:u,componentName:m}=e;const b=t??l.createElement(M4,null),k=h=>a===null&&!o&&!u?null:l.createElement(l.Fragment,null,c!==!1&&h,o&&g);let y=null;if(a!==void 0)y=k(a);else if(r)y=k(l.createElement(oh,{spin:!0}));else{const h=`${d}-suffix`;y=p=>{let{open:A,showSearch:S}=p;return k(A&&S?l.createElement(xk,{className:h}):l.createElement(Ak,{className:h}))}}let w=null;i!==void 0?w=i:s?w=l.createElement(JC,null):w=null;let f=null;return n!==void 0?f=n:f=l.createElement(sh,null),{clearIcon:b,suffixIcon:y,itemIcon:w,removeIcon:f}}function nT(e,a){return a!==void 0?a:e!==null}var rT=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t;const{prefixCls:i,bordered:n,className:r,rootClassName:s,getPopupContainer:o,popupClassName:d,dropdownClassName:c,listHeight:g=256,placement:u,listItemHeight:m,size:b,disabled:k,notFoundContent:y,status:w,builtinPlacements:f,dropdownMatchSelectWidth:h,popupMatchSelectWidth:p,direction:A,style:S,allowClear:x,variant:v,dropdownStyle:C,transitionName:R,tagRender:z,maxCount:W}=e,F=rT(e,["prefixCls","bordered","className","rootClassName","getPopupContainer","popupClassName","dropdownClassName","listHeight","placement","listItemHeight","size","disabled","notFoundContent","status","builtinPlacements","dropdownMatchSelectWidth","popupMatchSelectWidth","direction","style","allowClear","variant","dropdownStyle","transitionName","tagRender","maxCount"]),{getPopupContainer:B,getPrefixCls:$,renderEmpty:V,direction:D,virtual:P,popupMatchSelectWidth:T,popupOverflow:I,select:H}=l.useContext(Ra),[,L]=ai(),Z=m??(L==null?void 0:L.controlHeight),ae=$("select",i),te=$(),X=A??D,{compactSize:we,compactItemClassnames:be}=od(ae,X),[ye,pe]=Kl(v,n),ne=Gl(ae),[J,fe,Ce]=VC(ae,ne),se=l.useMemo(()=>{const{mode:ua}=e;if(ua!=="combobox")return ua===Sk?"combobox":ua},[e.mode]),Q=se==="multiple"||se==="tags",Ee=nT(e.suffixIcon,e.showArrow),Ie=(t=p??h)!==null&&t!==void 0?t:T,{status:ze,hasFeedback:re,isFormItemInput:oe,feedbackIcon:ue}=l.useContext(er),xe=_l(ze,w);let Se;y!==void 0?Se=y:se==="combobox"?Se=null:Se=(V==null?void 0:V("Select"))||l.createElement(kk,{componentName:"Select"});const{suffixIcon:We,itemIcon:ea,removeIcon:Je,clearIcon:ca}=iT(Object.assign(Object.assign({},F),{multiple:Q,hasFeedback:re,feedbackIcon:ue,showSuffixIcon:Ee,prefixCls:ae,componentName:"Select"})),Qe=x===!0?{clearIcon:ca}:x,Ne=Tn(F,["suffixIcon","itemIcon"]),Ke=de(d||c,{[`${ae}-dropdown-${X}`]:X==="rtl"},s,Ce,ne,fe),Fe=un(ua=>{var oa;return(oa=b??we)!==null&&oa!==void 0?oa:ua}),qa=l.useContext(rr),na=k??qa,va=de({[`${ae}-lg`]:Fe==="large",[`${ae}-sm`]:Fe==="small",[`${ae}-rtl`]:X==="rtl",[`${ae}-${ye}`]:pe,[`${ae}-in-form-item`]:oe},Ds(ae,xe,re),be,H==null?void 0:H.className,r,s,Ce,ne,fe),za=l.useMemo(()=>u!==void 0?u:X==="rtl"?"bottomRight":"bottomLeft",[u,X]),[la]=I4("SelectLike",C==null?void 0:C.zIndex);return J(l.createElement(yh,Object.assign({ref:a,virtual:P,showSearch:H==null?void 0:H.showSearch},Ne,{style:Object.assign(Object.assign({},H==null?void 0:H.style),S),dropdownMatchSelectWidth:Ie,transitionName:B4(te,"slide-up",R),builtinPlacements:RC(f,I),listHeight:g,listItemHeight:Z,mode:se,prefixCls:ae,placement:za,direction:X,suffixIcon:We,menuItemSelectedIcon:ea,removeIcon:Je,allowClear:Qe,notFoundContent:Se,className:va,getPopupContainer:o||B,dropdownClassName:Ke,disabled:na,dropdownStyle:Object.assign(Object.assign({},C),{zIndex:la}),maxCount:Q?W:void 0,tagRender:Q?z:void 0})))},$s=l.forwardRef(sT),oT=Ox($s);$s.SECRET_COMBOBOX_MODE_DO_NOT_USE=Sk;$s.Option=ph;$s.OptGroup=bh;$s._InternalPanelDoNotUseOrYouWillBeFired=oT;const ud=$s,Ir=["xxl","xl","lg","md","sm","xs"],dT=e=>({xs:`(max-width: ${e.screenXSMax}px)`,sm:`(min-width: ${e.screenSM}px)`,md:`(min-width: ${e.screenMD}px)`,lg:`(min-width: ${e.screenLG}px)`,xl:`(min-width: ${e.screenXL}px)`,xxl:`(min-width: ${e.screenXXL}px)`}),cT=e=>{const a=e,t=[].concat(Ir).reverse();return t.forEach((i,n)=>{const r=i.toUpperCase(),s=`screen${r}Min`,o=`screen${r}`;if(!(a[s]<=a[o]))throw new Error(`${s}<=${o} fails : !(${a[s]}<=${a[o]})`);if(n{const t=new Map;let i=-1,n={};return{matchHandlers:{},dispatch(r){return n=r,t.forEach(s=>s(n)),t.size>=1},subscribe(r){return t.size||this.register(),i+=1,t.set(i,r),r(n),i},unsubscribe(r){t.delete(r),t.size||this.unregister()},unregister(){Object.keys(a).forEach(r=>{const s=a[r],o=this.matchHandlers[s];o==null||o.mql.removeListener(o==null?void 0:o.listener)}),t.clear()},register(){Object.keys(a).forEach(r=>{const s=a[r],o=c=>{let{matches:g}=c;this.dispatch(Object.assign(Object.assign({},n),{[r]:g}))},d=window.matchMedia(s);d.addListener(o),this.matchHandlers[s]={mql:d,listener:o},o(d)})},responsiveMap:a}},[e])}function lT(){const[,e]=l.useReducer(a=>a+1,0);return e}function Tk(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;const a=l.useRef({}),t=lT(),i=Ck();return Xa(()=>{const n=i.subscribe(r=>{a.current=r,e&&t()});return()=>i.unsubscribe(n)},[]),a.current}function qk(e){var a=e.children,t=e.prefixCls,i=e.id,n=e.overlayInnerStyle,r=e.className,s=e.style;return l.createElement("div",{className:de("".concat(t,"-content"),r),style:s},l.createElement("div",{className:"".concat(t,"-inner"),id:i,role:"tooltip",style:n},typeof a=="function"?a():a))}var Zr={shiftX:64,adjustY:1},Jr={adjustX:1,shiftY:!0},Ri=[0,0],gT={left:{points:["cr","cl"],overflow:Jr,offset:[-4,0],targetOffset:Ri},right:{points:["cl","cr"],overflow:Jr,offset:[4,0],targetOffset:Ri},top:{points:["bc","tc"],overflow:Zr,offset:[0,-4],targetOffset:Ri},bottom:{points:["tc","bc"],overflow:Zr,offset:[0,4],targetOffset:Ri},topLeft:{points:["bl","tl"],overflow:Zr,offset:[0,-4],targetOffset:Ri},leftTop:{points:["tr","tl"],overflow:Jr,offset:[-4,0],targetOffset:Ri},topRight:{points:["br","tr"],overflow:Zr,offset:[0,-4],targetOffset:Ri},rightTop:{points:["tl","tr"],overflow:Jr,offset:[4,0],targetOffset:Ri},bottomRight:{points:["tr","br"],overflow:Zr,offset:[0,4],targetOffset:Ri},rightBottom:{points:["bl","br"],overflow:Jr,offset:[4,0],targetOffset:Ri},bottomLeft:{points:["tl","bl"],overflow:Zr,offset:[0,4],targetOffset:Ri},leftBottom:{points:["br","bl"],overflow:Jr,offset:[-4,0],targetOffset:Ri}},uT=["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle","arrowContent","overlay","id","showArrow"],mT=function(a,t){var i=a.overlayClassName,n=a.trigger,r=n===void 0?["hover"]:n,s=a.mouseEnterDelay,o=s===void 0?0:s,d=a.mouseLeaveDelay,c=d===void 0?.1:d,g=a.overlayStyle,u=a.prefixCls,m=u===void 0?"rc-tooltip":u,b=a.children,k=a.onVisibleChange,y=a.afterVisibleChange,w=a.transitionName,f=a.animation,h=a.motion,p=a.placement,A=p===void 0?"right":p,S=a.align,x=S===void 0?{}:S,v=a.destroyTooltipOnHide,C=v===void 0?!1:v,R=a.defaultVisible,z=a.getTooltipContainer,W=a.overlayInnerStyle;a.arrowContent;var F=a.overlay,B=a.id,$=a.showArrow,V=$===void 0?!0:$,D=Wa(a,uT),P=l.useRef(null);l.useImperativeHandle(t,function(){return P.current});var T=_({},D);"visible"in a&&(T.popupVisible=a.visible);var I=function(){return l.createElement(qk,{key:"content",prefixCls:m,id:B,overlayInnerStyle:W},F)};return l.createElement(gk,_e({popupClassName:i,prefixCls:m,popup:I,action:r,builtinPlacements:gT,popupPlacement:A,ref:P,popupAlign:x,getPopupContainer:z,onPopupVisibleChange:k,afterPopupVisibleChange:y,popupTransitionName:w,popupAnimation:f,popupMotion:h,defaultPopupVisible:R,autoDestroy:C,mouseLeaveDelay:c,popupStyle:g,mouseEnterDelay:o,arrow:V},T),b)};const hT=l.forwardRef(mT);function fT(e){const{sizePopupArrow:a,borderRadiusXS:t,borderRadiusOuter:i}=e,n=a/2,r=0,s=n,o=i*1/Math.sqrt(2),d=n-i*(1-1/Math.sqrt(2)),c=n-t*(1/Math.sqrt(2)),g=i*(Math.sqrt(2)-1)+t*(1/Math.sqrt(2)),u=2*n-c,m=g,b=2*n-o,k=d,y=2*n-r,w=s,f=n*Math.sqrt(2)+i*(Math.sqrt(2)-2),h=i*(Math.sqrt(2)-1),p=`polygon(${h}px 100%, 50% ${h}px, ${2*n-h}px 100%, ${h}px 100%)`,A=`path('M ${r} ${s} A ${i} ${i} 0 0 0 ${o} ${d} L ${c} ${g} A ${t} ${t} 0 0 1 ${u} ${m} L ${b} ${k} A ${i} ${i} 0 0 0 ${y} ${w} Z')`;return{arrowShadowWidth:f,arrowPath:A,arrowPolygon:p}}const bT=(e,a,t)=>{const{sizePopupArrow:i,arrowPolygon:n,arrowPath:r,arrowShadowWidth:s,borderRadiusXS:o,calc:d}=e;return{pointerEvents:"none",width:i,height:i,overflow:"hidden","&::before":{position:"absolute",bottom:0,insetInlineStart:0,width:i,height:d(i).div(2).equal(),background:a,clipPath:{_multi_value_:!0,value:[n,r]},content:'""'},"&::after":{content:'""',position:"absolute",width:s,height:s,bottom:0,insetInline:0,margin:"auto",borderRadius:{_skip_check_:!0,value:`0 0 ${ie(o)} 0`},transform:"translateY(50%) rotate(-135deg)",boxShadow:t,zIndex:0,background:"transparent"}}},Rk=8;function zk(e){const{contentRadius:a,limitVerticalRadius:t}=e,i=a>12?a+2:12;return{arrowOffsetHorizontal:i,arrowOffsetVertical:t?Rk:i}}function _d(e,a){return e?a:{}}function pT(e,a,t){const{componentCls:i,boxShadowPopoverArrow:n,arrowOffsetVertical:r,arrowOffsetHorizontal:s}=e,{arrowDistance:o=0,arrowPlacement:d={left:!0,right:!0,top:!0,bottom:!0}}=t||{};return{[i]:Object.assign(Object.assign(Object.assign(Object.assign({[`${i}-arrow`]:[Object.assign(Object.assign({position:"absolute",zIndex:1,display:"block"},bT(e,a,n)),{"&:before":{background:a}})]},_d(!!d.top,{[[`&-placement-top > ${i}-arrow`,`&-placement-topLeft > ${i}-arrow`,`&-placement-topRight > ${i}-arrow`].join(",")]:{bottom:o,transform:"translateY(100%) rotate(180deg)"},[`&-placement-top > ${i}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(100%) rotate(180deg)"},[`&-placement-topLeft > ${i}-arrow`]:{left:{_skip_check_:!0,value:s}},[`&-placement-topRight > ${i}-arrow`]:{right:{_skip_check_:!0,value:s}}})),_d(!!d.bottom,{[[`&-placement-bottom > ${i}-arrow`,`&-placement-bottomLeft > ${i}-arrow`,`&-placement-bottomRight > ${i}-arrow`].join(",")]:{top:o,transform:"translateY(-100%)"},[`&-placement-bottom > ${i}-arrow`]:{left:{_skip_check_:!0,value:"50%"},transform:"translateX(-50%) translateY(-100%)"},[`&-placement-bottomLeft > ${i}-arrow`]:{left:{_skip_check_:!0,value:s}},[`&-placement-bottomRight > ${i}-arrow`]:{right:{_skip_check_:!0,value:s}}})),_d(!!d.left,{[[`&-placement-left > ${i}-arrow`,`&-placement-leftTop > ${i}-arrow`,`&-placement-leftBottom > ${i}-arrow`].join(",")]:{right:{_skip_check_:!0,value:o},transform:"translateX(100%) rotate(90deg)"},[`&-placement-left > ${i}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(100%) rotate(90deg)"},[`&-placement-leftTop > ${i}-arrow`]:{top:r},[`&-placement-leftBottom > ${i}-arrow`]:{bottom:r}})),_d(!!d.right,{[[`&-placement-right > ${i}-arrow`,`&-placement-rightTop > ${i}-arrow`,`&-placement-rightBottom > ${i}-arrow`].join(",")]:{left:{_skip_check_:!0,value:o},transform:"translateX(-100%) rotate(-90deg)"},[`&-placement-right > ${i}-arrow`]:{top:{_skip_check_:!0,value:"50%"},transform:"translateY(-50%) translateX(-100%) rotate(-90deg)"},[`&-placement-rightTop > ${i}-arrow`]:{top:r},[`&-placement-rightBottom > ${i}-arrow`]:{bottom:r}}))}}function yT(e,a,t,i){if(i===!1)return{adjustX:!1,adjustY:!1};const n=i&&typeof i=="object"?i:{},r={};switch(e){case"top":case"bottom":r.shiftX=a.arrowOffsetHorizontal*2+t,r.shiftY=!0,r.adjustY=!0;break;case"left":case"right":r.shiftY=a.arrowOffsetVertical*2+t,r.shiftX=!0,r.adjustX=!0;break}const s=Object.assign(Object.assign({},r),n);return s.shiftX||(s.adjustX=!0),s.shiftY||(s.adjustY=!0),s}const v0={left:{points:["cr","cl"]},right:{points:["cl","cr"]},top:{points:["bc","tc"]},bottom:{points:["tc","bc"]},topLeft:{points:["bl","tl"]},leftTop:{points:["tr","tl"]},topRight:{points:["br","tr"]},rightTop:{points:["tl","tr"]},bottomRight:{points:["tr","br"]},rightBottom:{points:["bl","br"]},bottomLeft:{points:["tl","bl"]},leftBottom:{points:["br","bl"]}},kT={topLeft:{points:["bl","tc"]},leftTop:{points:["tr","cl"]},topRight:{points:["br","tc"]},rightTop:{points:["tl","cr"]},bottomRight:{points:["tr","bc"]},rightBottom:{points:["bl","cr"]},bottomLeft:{points:["tl","bc"]},leftBottom:{points:["br","cl"]}},wT=new Set(["topLeft","topRight","bottomLeft","bottomRight","leftTop","leftBottom","rightTop","rightBottom"]);function vT(e){const{arrowWidth:a,autoAdjustOverflow:t,arrowPointAtCenter:i,offset:n,borderRadius:r,visibleFirst:s}=e,o=a/2,d={};return Object.keys(v0).forEach(c=>{const g=i&&kT[c]||v0[c],u=Object.assign(Object.assign({},g),{offset:[0,0],dynamicInset:!0});switch(d[c]=u,wT.has(c)&&(u.autoArrow=!1),c){case"top":case"topLeft":case"topRight":u.offset[1]=-o-n;break;case"bottom":case"bottomLeft":case"bottomRight":u.offset[1]=o+n;break;case"left":case"leftTop":case"leftBottom":u.offset[0]=-o-n;break;case"right":case"rightTop":case"rightBottom":u.offset[0]=o+n;break}const m=zk({contentRadius:r,limitVerticalRadius:!0});if(i)switch(c){case"topLeft":case"bottomLeft":u.offset[0]=-m.arrowOffsetHorizontal-o;break;case"topRight":case"bottomRight":u.offset[0]=m.arrowOffsetHorizontal+o;break;case"leftTop":case"rightTop":u.offset[1]=-m.arrowOffsetHorizontal-o;break;case"leftBottom":case"rightBottom":u.offset[1]=m.arrowOffsetHorizontal+o;break}u.overflow=yT(c,m,a,t),s&&(u.htmlRegion="visibleFirst")}),d}const AT=e=>{const{componentCls:a,tooltipMaxWidth:t,tooltipColor:i,tooltipBg:n,tooltipBorderRadius:r,zIndexPopup:s,controlHeight:o,boxShadowSecondary:d,paddingSM:c,paddingXS:g}=e;return[{[a]:Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{position:"absolute",zIndex:s,display:"block",width:"max-content",maxWidth:t,visibility:"visible",transformOrigin:"var(--arrow-x, 50%) var(--arrow-y, 50%)","&-hidden":{display:"none"},"--antd-arrow-background-color":n,[`${a}-inner`]:{minWidth:o,minHeight:o,padding:`${ie(e.calc(c).div(2).equal())} ${ie(g)}`,color:i,textAlign:"start",textDecoration:"none",wordWrap:"break-word",backgroundColor:n,borderRadius:r,boxShadow:d,boxSizing:"border-box"},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${a}-inner`]:{borderRadius:e.min(r,Rk)}},[`${a}-content`]:{position:"relative"}}),h4(e,(u,m)=>{let{darkColor:b}=m;return{[`&${a}-${u}`]:{[`${a}-inner`]:{backgroundColor:b},[`${a}-arrow`]:{"--antd-arrow-background-color":b}}}})),{"&-rtl":{direction:"rtl"}})},pT(e,"var(--antd-arrow-background-color)"),{[`${a}-pure`]:{position:"relative",maxWidth:"none",margin:e.sizePopupArrow}}]},xT=e=>Object.assign(Object.assign({zIndexPopup:e.zIndexPopupBase+70},zk({contentRadius:e.borderRadius,limitVerticalRadius:!0})),fT(Ya(e,{borderRadiusOuter:Math.min(e.borderRadiusOuter,4)}))),Mk=function(e){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return Zt("Tooltip",i=>{const{borderRadius:n,colorTextLightSolid:r,colorBgSpotlight:s}=i,o=Ya(i,{tooltipMaxWidth:250,tooltipColor:r,tooltipBorderRadius:n,tooltipBg:s});return[AT(o),Nx(i,"zoom-big-fast")]},xT,{resetStyle:!1,injectStyle:a})(e)},ST=Vc.map(e=>`${e}-inverse`),CT=["success","processing","error","default","warning"];function Pk(e){return(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0)?[].concat(Oe(ST),Oe(Vc)).includes(e):Vc.includes(e)}function TT(e){return CT.includes(e)}function Ek(e,a){const t=Pk(a),i=de({[`${e}-${a}`]:a&&t}),n={},r={};return a&&!t&&(n.background=a,r["--antd-arrow-background-color"]=a),{className:i,overlayStyle:n,arrowStyle:r}}const qT=e=>{const{prefixCls:a,className:t,placement:i="top",title:n,color:r,overlayInnerStyle:s}=e,{getPrefixCls:o}=l.useContext(Ra),d=o("tooltip",a),[c,g,u]=Mk(d),m=Ek(d,r),b=m.arrowStyle,k=Object.assign(Object.assign({},s),m.overlayStyle),y=de(g,u,d,`${d}-pure`,`${d}-placement-${i}`,t,m.className);return c(l.createElement("div",{className:y,style:b},l.createElement("div",{className:`${d}-arrow`}),l.createElement(qk,Object.assign({},e,{className:g,prefixCls:d,overlayInnerStyle:k}),n)))},RT=qT;var zT=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t,i;const{prefixCls:n,openClassName:r,getTooltipContainer:s,overlayClassName:o,color:d,overlayInnerStyle:c,children:g,afterOpenChange:u,afterVisibleChange:m,destroyTooltipOnHide:b,arrow:k=!0,title:y,overlay:w,builtinPlacements:f,arrowPointAtCenter:h=!1,autoAdjustOverflow:p=!0}=e,A=!!k,[,S]=ai(),{getPopupContainer:x,getPrefixCls:v,direction:C}=l.useContext(Ra),R=Vy(),z=l.useRef(null),W=()=>{var Se;(Se=z.current)===null||Se===void 0||Se.forceAlign()};l.useImperativeHandle(a,()=>({forceAlign:W,forcePopupAlign:()=>{R.deprecated(!1,"forcePopupAlign","forceAlign"),W()}}));const[F,B]=ui(!1,{value:(t=e.open)!==null&&t!==void 0?t:e.visible,defaultValue:(i=e.defaultOpen)!==null&&i!==void 0?i:e.defaultVisible}),$=!y&&!w&&y!==0,V=Se=>{var We,ea;B($?!1:Se),$||((We=e.onOpenChange)===null||We===void 0||We.call(e,Se),(ea=e.onVisibleChange)===null||ea===void 0||ea.call(e,Se))},D=l.useMemo(()=>{var Se,We;let ea=h;return typeof k=="object"&&(ea=(We=(Se=k.pointAtCenter)!==null&&Se!==void 0?Se:k.arrowPointAtCenter)!==null&&We!==void 0?We:h),f||vT({arrowPointAtCenter:ea,autoAdjustOverflow:p,arrowWidth:A?S.sizePopupArrow:0,borderRadius:S.borderRadius,offset:S.marginXXS,visibleFirst:!0})},[h,k,f,S]),P=l.useMemo(()=>y===0?y:w||y||"",[w,y]),T=l.createElement(Ko,null,typeof P=="function"?P():P),{getPopupContainer:I,placement:H="top",mouseEnterDelay:L=.1,mouseLeaveDelay:Z=.1,overlayStyle:ae,rootClassName:te}=e,X=zT(e,["getPopupContainer","placement","mouseEnterDelay","mouseLeaveDelay","overlayStyle","rootClassName"]),we=v("tooltip",n),be=v(),ye=e["data-popover-inject"];let pe=F;!("open"in e)&&!("visible"in e)&&$&&(pe=!1);const ne=l.isValidElement(g)&&!P4(g)?g:l.createElement("span",null,g),J=ne.props,fe=!J.className||typeof J.className=="string"?de(J.className,r||`${we}-open`):J.className,[Ce,se,Q]=Mk(we,!ye),Ee=Ek(we,d),Ie=Ee.arrowStyle,ze=Object.assign(Object.assign({},c),Ee.overlayStyle),re=de(o,{[`${we}-rtl`]:C==="rtl"},Ee.className,te,se,Q),[oe,ue]=I4("Tooltip",X.zIndex),xe=l.createElement(hT,Object.assign({},X,{zIndex:oe,showArrow:A,placement:H,mouseEnterDelay:L,mouseLeaveDelay:Z,prefixCls:we,overlayClassName:re,overlayStyle:Object.assign(Object.assign({},Ie),ae),getTooltipContainer:I||s||x,ref:z,builtinPlacements:D,overlay:T,visible:pe,onVisibleChange:V,afterVisibleChange:u??m,overlayInnerStyle:ze,arrowContent:l.createElement("span",{className:`${we}-arrow-content`}),motion:{motionName:B4(be,"zoom-big-fast",e.transitionName),motionDeadline:1e3},destroyTooltipOnHide:!!b}),pe?gn(ne,{className:fe}):ne);return Ce(l.createElement(E4.Provider,{value:ue},xe))});Wk._InternalPanelDoNotUseOrYouWillBeFired=RT;const MT=Wk;var PT={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M765.7 486.8L314.9 134.7A7.97 7.97 0 00302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 000-50.4z"}}]},name:"right",theme:"outlined"};const ET=PT;var WT=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:ET}))};const jm=l.forwardRef(WT);var IT={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M724 218.3V141c0-6.7-7.7-10.4-12.9-6.3L260.3 486.8a31.86 31.86 0 000 50.3l450.8 352.1c5.3 4.1 12.9.4 12.9-6.3v-77.3c0-4.9-2.3-9.6-6.1-12.6l-360-281 360-281.1c3.8-3 6.1-7.7 6.1-12.6z"}}]},name:"left",theme:"outlined"};const BT=IT;var FT=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:BT}))};const A0=l.forwardRef(FT);function wh(e){return Ya(e,{inputAffixPadding:e.paddingXXS})}const vh=e=>{const{controlHeight:a,fontSize:t,lineHeight:i,lineWidth:n,controlHeightSM:r,controlHeightLG:s,fontSizeLG:o,lineHeightLG:d,paddingSM:c,controlPaddingHorizontalSM:g,controlPaddingHorizontal:u,colorFillAlter:m,colorPrimaryHover:b,colorPrimary:k,controlOutlineWidth:y,controlOutline:w,colorErrorOutline:f,colorWarningOutline:h,colorBgContainer:p}=e;return{paddingBlock:Math.max(Math.round((a-t*i)/2*10)/10-n,0),paddingBlockSM:Math.max(Math.round((r-t*i)/2*10)/10-n,0),paddingBlockLG:Math.ceil((s-o*d)/2*10)/10-n,paddingInline:c-n,paddingInlineSM:g-n,paddingInlineLG:u-n,addonBg:m,activeBorderColor:k,hoverBorderColor:b,activeShadow:`0 0 0 ${y}px ${w}`,errorActiveShadow:`0 0 0 ${y}px ${f}`,warningActiveShadow:`0 0 0 ${y}px ${h}`,hoverBg:p,activeBg:p,inputFontSize:t,inputFontSizeLG:o,inputFontSizeSM:t}},DT=e=>({borderColor:e.hoverBorderColor,backgroundColor:e.hoverBg}),Zl=e=>({color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,boxShadow:"none",cursor:"not-allowed",opacity:1,"input[disabled]":{cursor:"not-allowed"},"&:hover:not([disabled])":Object.assign({},DT(Ya(e,{hoverBorderColor:e.colorBorder,hoverBg:e.colorBgContainerDisabled})))}),Ah=(e,a)=>({background:e.colorBgContainer,borderWidth:e.lineWidth,borderStyle:e.lineType,borderColor:a.borderColor,"&:hover":{borderColor:a.hoverBorderColor,backgroundColor:e.hoverBg},"&:focus, &:focus-within":{borderColor:a.activeBorderColor,boxShadow:a.activeShadow,outline:0,backgroundColor:e.activeBg}}),x0=(e,a)=>({[`&${e.componentCls}-status-${a.status}:not(${e.componentCls}-disabled)`]:Object.assign(Object.assign({},Ah(e,a)),{[`${e.componentCls}-prefix, ${e.componentCls}-suffix`]:{color:a.affixColor}})}),Ik=(e,a)=>({"&-outlined":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ah(e,{borderColor:e.colorBorder,hoverBorderColor:e.hoverBorderColor,activeBorderColor:e.activeBorderColor,activeShadow:e.activeShadow})),{[`&${e.componentCls}-disabled, &[disabled]`]:Object.assign({},Zl(e))}),x0(e,{status:"error",borderColor:e.colorError,hoverBorderColor:e.colorErrorBorderHover,activeBorderColor:e.colorError,activeShadow:e.errorActiveShadow,affixColor:e.colorError})),x0(e,{status:"warning",borderColor:e.colorWarning,hoverBorderColor:e.colorWarningBorderHover,activeBorderColor:e.colorWarning,activeShadow:e.warningActiveShadow,affixColor:e.colorWarning})),a)}),S0=(e,a)=>({[`&${e.componentCls}-group-wrapper-status-${a.status}`]:{[`${e.componentCls}-group-addon`]:{borderColor:a.addonBorderColor,color:a.addonColor}}}),Bk=e=>({"&-outlined":Object.assign(Object.assign(Object.assign({[`${e.componentCls}-group`]:{"&-addon":{background:e.addonBg,border:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`},"&-addon:first-child":{borderInlineEnd:0},"&-addon:last-child":{borderInlineStart:0}}},S0(e,{status:"error",addonBorderColor:e.colorError,addonColor:e.colorErrorText})),S0(e,{status:"warning",addonBorderColor:e.colorWarning,addonColor:e.colorWarningText})),{[`&${e.componentCls}-group-wrapper-disabled`]:{[`${e.componentCls}-group-addon`]:Object.assign({},Zl(e))}})}),Fk=(e,a)=>({"&-borderless":Object.assign({background:"transparent",border:"none","&:focus, &:focus-within":{outline:"none"},[`&${e.componentCls}-disabled, &[disabled]`]:{color:e.colorTextDisabled}},a)}),Dk=(e,a)=>({background:a.bg,borderWidth:e.lineWidth,borderStyle:e.lineType,borderColor:"transparent","input&, & input, textarea&, & textarea":{color:a==null?void 0:a.inputColor},"&:hover":{background:a.hoverBg},"&:focus, &:focus-within":{outline:0,borderColor:a.activeBorderColor,backgroundColor:e.activeBg}}),C0=(e,a)=>({[`&${e.componentCls}-status-${a.status}:not(${e.componentCls}-disabled)`]:Object.assign(Object.assign({},Dk(e,a)),{[`${e.componentCls}-prefix, ${e.componentCls}-suffix`]:{color:a.affixColor}})}),Nk=(e,a)=>({"&-filled":Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Dk(e,{bg:e.colorFillTertiary,hoverBg:e.colorFillSecondary,activeBorderColor:e.colorPrimary})),{[`&${e.componentCls}-disabled, &[disabled]`]:Object.assign({},Zl(e))}),C0(e,{status:"error",bg:e.colorErrorBg,hoverBg:e.colorErrorBgHover,activeBorderColor:e.colorError,inputColor:e.colorErrorText,affixColor:e.colorError})),C0(e,{status:"warning",bg:e.colorWarningBg,hoverBg:e.colorWarningBgHover,activeBorderColor:e.colorWarning,inputColor:e.colorWarningText,affixColor:e.colorWarning})),a)}),T0=(e,a)=>({[`&${e.componentCls}-group-wrapper-status-${a.status}`]:{[`${e.componentCls}-group-addon`]:{background:a.addonBg,color:a.addonColor}}}),Hk=e=>({"&-filled":Object.assign(Object.assign(Object.assign({[`${e.componentCls}-group`]:{"&-addon":{background:e.colorFillTertiary},[`${e.componentCls}-filled:not(:focus):not(:focus-within)`]:{"&:not(:first-child)":{borderInlineStart:`${ie(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},"&:not(:last-child)":{borderInlineEnd:`${ie(e.lineWidth)} ${e.lineType} ${e.colorSplit}`}}}},T0(e,{status:"error",addonBg:e.colorErrorBg,addonColor:e.colorErrorText})),T0(e,{status:"warning",addonBg:e.colorWarningBg,addonColor:e.colorWarningText})),{[`&${e.componentCls}-group-wrapper-disabled`]:{[`${e.componentCls}-group`]:{"&-addon":{background:e.colorFillTertiary,color:e.colorTextDisabled},"&-addon:first-child":{borderInlineStart:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderTop:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderBottom:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`},"&-addon:last-child":{borderInlineEnd:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderTop:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderBottom:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`}}}})}),jk=e=>({"&::-moz-placeholder":{opacity:1},"&::placeholder":{color:e,userSelect:"none"},"&:placeholder-shown":{textOverflow:"ellipsis"}}),Lk=e=>{const{paddingBlockLG:a,lineHeightLG:t,borderRadiusLG:i,paddingInlineLG:n}=e;return{padding:`${ie(a)} ${ie(n)}`,fontSize:e.inputFontSizeLG,lineHeight:t,borderRadius:i}},xh=e=>({padding:`${ie(e.paddingBlockSM)} ${ie(e.paddingInlineSM)}`,fontSize:e.inputFontSizeSM,borderRadius:e.borderRadiusSM}),md=e=>Object.assign(Object.assign({position:"relative",display:"inline-block",width:"100%",minWidth:0,padding:`${ie(e.paddingBlock)} ${ie(e.paddingInline)}`,color:e.colorText,fontSize:e.inputFontSize,lineHeight:e.lineHeight,borderRadius:e.borderRadius,transition:`all ${e.motionDurationMid}`},jk(e.colorTextPlaceholder)),{"textarea&":{maxWidth:"100%",height:"auto",minHeight:e.controlHeight,lineHeight:e.lineHeight,verticalAlign:"bottom",transition:`all ${e.motionDurationSlow}, height 0s`,resize:"vertical"},"&-lg":Object.assign({},Lk(e)),"&-sm":Object.assign({},xh(e)),"&-rtl":{direction:"rtl"},"&-textarea-rtl":{direction:"rtl"}}),Ok=e=>{const{componentCls:a,antCls:t}=e;return{position:"relative",display:"table",width:"100%",borderCollapse:"separate",borderSpacing:0,"&[class*='col-']":{paddingInlineEnd:e.paddingXS,"&:last-child":{paddingInlineEnd:0}},[`&-lg ${a}, &-lg > ${a}-group-addon`]:Object.assign({},Lk(e)),[`&-sm ${a}, &-sm > ${a}-group-addon`]:Object.assign({},xh(e)),[`&-lg ${t}-select-single ${t}-select-selector`]:{height:e.controlHeightLG},[`&-sm ${t}-select-single ${t}-select-selector`]:{height:e.controlHeightSM},[`> ${a}`]:{display:"table-cell","&:not(:first-child):not(:last-child)":{borderRadius:0}},[`${a}-group`]:{"&-addon, &-wrap":{display:"table-cell",width:1,whiteSpace:"nowrap",verticalAlign:"middle","&:not(:first-child):not(:last-child)":{borderRadius:0}},"&-wrap > *":{display:"block !important"},"&-addon":{position:"relative",padding:`0 ${ie(e.paddingInline)}`,color:e.colorText,fontWeight:"normal",fontSize:e.inputFontSize,textAlign:"center",borderRadius:e.borderRadius,transition:`all ${e.motionDurationSlow}`,lineHeight:1,[`${t}-select`]:{margin:`${ie(e.calc(e.paddingBlock).add(1).mul(-1).equal())} ${ie(e.calc(e.paddingInline).mul(-1).equal())}`,[`&${t}-select-single:not(${t}-select-customize-input):not(${t}-pagination-size-changer)`]:{[`${t}-select-selector`]:{backgroundColor:"inherit",border:`${ie(e.lineWidth)} ${e.lineType} transparent`,boxShadow:"none"}},"&-open, &-focused":{[`${t}-select-selector`]:{color:e.colorPrimary}}},[`${t}-cascader-picker`]:{margin:`-9px ${ie(e.calc(e.paddingInline).mul(-1).equal())}`,backgroundColor:"transparent",[`${t}-cascader-input`]:{textAlign:"start",border:0,boxShadow:"none"}}}},[`${a}`]:{width:"100%",marginBottom:0,textAlign:"inherit","&:focus":{zIndex:1,borderInlineEndWidth:1},"&:hover":{zIndex:1,borderInlineEndWidth:1,[`${a}-search-with-button &`]:{zIndex:0}}},[`> ${a}:first-child, ${a}-group-addon:first-child`]:{borderStartEndRadius:0,borderEndEndRadius:0,[`${t}-select ${t}-select-selector`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`> ${a}-affix-wrapper`]:{[`&:not(:first-child) ${a}`]:{borderStartStartRadius:0,borderEndStartRadius:0},[`&:not(:last-child) ${a}`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`> ${a}:last-child, ${a}-group-addon:last-child`]:{borderStartStartRadius:0,borderEndStartRadius:0,[`${t}-select ${t}-select-selector`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`${a}-affix-wrapper`]:{"&:not(:last-child)":{borderStartEndRadius:0,borderEndEndRadius:0,[`${a}-search &`]:{borderStartStartRadius:e.borderRadius,borderEndStartRadius:e.borderRadius}},[`&:not(:first-child), ${a}-search &:not(:first-child)`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`&${a}-group-compact`]:Object.assign(Object.assign({display:"block"},B9()),{[`${a}-group-addon, ${a}-group-wrap, > ${a}`]:{"&:not(:first-child):not(:last-child)":{borderInlineEndWidth:e.lineWidth,"&:hover":{zIndex:1},"&:focus":{zIndex:1}}},"& > *":{display:"inline-block",float:"none",verticalAlign:"top",borderRadius:0},[` & > ${a}-affix-wrapper, & > ${a}-number-affix-wrapper, & > ${t}-picker-range @@ -241,26 +271,26 @@ html body { & > ${t}-cascader-picker:first-child ${a}`]:{borderStartStartRadius:e.borderRadius,borderEndStartRadius:e.borderRadius},[`& > *:last-child, & > ${t}-select:last-child > ${t}-select-selector, & > ${t}-cascader-picker:last-child ${a}, - & > ${t}-cascader-picker-focused:last-child ${a}`]:{borderInlineEndWidth:e.lineWidth,borderStartEndRadius:e.borderRadius,borderEndEndRadius:e.borderRadius},[`& > ${t}-select-auto-complete ${a}`]:{verticalAlign:"top"},[`${a}-group-wrapper + ${a}-group-wrapper`]:{marginInlineStart:e.calc(e.lineWidth).mul(-1).equal(),[`${a}-affix-wrapper`]:{borderRadius:0}},[`${a}-group-wrapper:not(:last-child)`]:{[`&${a}-search > ${a}-group`]:{[`& > ${a}-group-addon > ${a}-search-button`]:{borderRadius:0},[`& > ${a}`]:{borderStartStartRadius:e.borderRadius,borderStartEndRadius:0,borderEndEndRadius:0,borderEndStartRadius:e.borderRadius}}}})}},jT=e=>{const{componentCls:a,controlHeightSM:t,lineWidth:i,calc:n}=e,s=n(t).sub(n(i).mul(2)).sub(16).div(2).equal();return{[a]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),fd(e)),Ik(e)),Nk(e)),Fk(e)),{'&[type="color"]':{height:e.controlHeight,[`&${a}-lg`]:{height:e.controlHeightLG},[`&${a}-sm`]:{height:t,paddingTop:s,paddingBottom:s}},'&[type="search"]::-webkit-search-cancel-button, &[type="search"]::-webkit-search-decoration':{"-webkit-appearance":"none"}})}},LT=e=>{const{componentCls:a}=e;return{[`${a}-clear-icon`]:{margin:0,color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,verticalAlign:-1,cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"&:hover":{color:e.colorTextTertiary},"&:active":{color:e.colorText},"&-hidden":{visibility:"hidden"},"&-has-suffix":{margin:`0 ${re(e.inputAffixPadding)}`}}}},OT=e=>{const{componentCls:a,inputAffixPadding:t,colorTextDescription:i,motionDurationSlow:n,colorIcon:r,colorIconHover:s,iconCls:o}=e;return{[`${a}-affix-wrapper`]:Object.assign(Object.assign(Object.assign(Object.assign({},fd(e)),{display:"inline-flex",[`&:not(${a}-disabled):hover`]:{zIndex:1,[`${a}-search-with-button &`]:{zIndex:0}},"&-focused, &:focus":{zIndex:1},[`> input${a}`]:{padding:0,fontSize:"inherit",border:"none",borderRadius:0,outline:"none",background:"transparent",color:"inherit","&::-ms-reveal":{display:"none"},"&:focus":{boxShadow:"none !important"}},"&::before":{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'},[`${a}`]:{"&-prefix, &-suffix":{display:"flex",flex:"none",alignItems:"center","> *:not(:last-child)":{marginInlineEnd:e.paddingXS}},"&-show-count-suffix":{color:i},"&-show-count-has-suffix":{marginInlineEnd:e.paddingXXS},"&-prefix":{marginInlineEnd:t},"&-suffix":{marginInlineStart:t}}}),LT(e)),{[`${o}${a}-password-icon`]:{color:r,cursor:"pointer",transition:`all ${n}`,"&:hover":{color:s}}})}},GT=e=>{const{componentCls:a,borderRadiusLG:t,borderRadiusSM:i}=e;return{[`${a}-group`]:Object.assign(Object.assign(Object.assign({},Ut(e)),Ok(e)),{"&-rtl":{direction:"rtl"},"&-wrapper":Object.assign(Object.assign(Object.assign({display:"inline-block",width:"100%",textAlign:"start",verticalAlign:"top","&-rtl":{direction:"rtl"},"&-lg":{[`${a}-group-addon`]:{borderRadius:t,fontSize:e.inputFontSizeLG}},"&-sm":{[`${a}-group-addon`]:{borderRadius:i}}},Bk(e)),Hk(e)),{[`&:not(${a}-compact-first-item):not(${a}-compact-last-item)${a}-compact-item`]:{[`${a}, ${a}-group-addon`]:{borderRadius:0}},[`&:not(${a}-compact-last-item)${a}-compact-first-item`]:{[`${a}, ${a}-group-addon`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&:not(${a}-compact-first-item)${a}-compact-last-item`]:{[`${a}, ${a}-group-addon`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`&:not(${a}-compact-last-item)${a}-compact-item`]:{[`${a}-affix-wrapper`]:{borderStartEndRadius:0,borderEndEndRadius:0}}})})}},$T=e=>{const{componentCls:a,antCls:t}=e,i=`${a}-search`;return{[i]:{[`${a}`]:{"&:hover, &:focus":{borderColor:e.colorPrimaryHover,[`+ ${a}-group-addon ${i}-button:not(${t}-btn-primary)`]:{borderInlineStartColor:e.colorPrimaryHover}}},[`${a}-affix-wrapper`]:{borderRadius:0},[`${a}-lg`]:{lineHeight:e.calc(e.lineHeightLG).sub(2e-4).equal({unit:!1})},[`> ${a}-group`]:{[`> ${a}-group-addon:last-child`]:{insetInlineStart:-1,padding:0,border:0,[`${i}-button`]:{marginInlineEnd:-1,paddingTop:0,paddingBottom:0,borderStartStartRadius:0,borderStartEndRadius:e.borderRadius,borderEndEndRadius:e.borderRadius,borderEndStartRadius:0,boxShadow:"none"},[`${i}-button:not(${t}-btn-primary)`]:{color:e.colorTextDescription,"&:hover":{color:e.colorPrimaryHover},"&:active":{color:e.colorPrimaryActive},[`&${t}-btn-loading::before`]:{insetInlineStart:0,insetInlineEnd:0,insetBlockStart:0,insetBlockEnd:0}}}},[`${i}-button`]:{height:e.controlHeight,"&:hover, &:focus":{zIndex:1}},[`&-large ${i}-button`]:{height:e.controlHeightLG},[`&-small ${i}-button`]:{height:e.controlHeightSM},"&-rtl":{direction:"rtl"},[`&${a}-compact-item`]:{[`&:not(${a}-compact-last-item)`]:{[`${a}-group-addon`]:{[`${a}-search-button`]:{marginInlineEnd:e.calc(e.lineWidth).mul(-1).equal(),borderRadius:0}}},[`&:not(${a}-compact-first-item)`]:{[`${a},${a}-affix-wrapper`]:{borderRadius:0}},[`> ${a}-group-addon ${a}-search-button, + & > ${t}-cascader-picker-focused:last-child ${a}`]:{borderInlineEndWidth:e.lineWidth,borderStartEndRadius:e.borderRadius,borderEndEndRadius:e.borderRadius},[`& > ${t}-select-auto-complete ${a}`]:{verticalAlign:"top"},[`${a}-group-wrapper + ${a}-group-wrapper`]:{marginInlineStart:e.calc(e.lineWidth).mul(-1).equal(),[`${a}-affix-wrapper`]:{borderRadius:0}},[`${a}-group-wrapper:not(:last-child)`]:{[`&${a}-search > ${a}-group`]:{[`& > ${a}-group-addon > ${a}-search-button`]:{borderRadius:0},[`& > ${a}`]:{borderStartStartRadius:e.borderRadius,borderStartEndRadius:0,borderEndEndRadius:0,borderEndStartRadius:e.borderRadius}}}})}},NT=e=>{const{componentCls:a,controlHeightSM:t,lineWidth:i,calc:n}=e,s=n(t).sub(n(i).mul(2)).sub(16).div(2).equal();return{[a]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),md(e)),Ik(e)),Nk(e)),Fk(e)),{'&[type="color"]':{height:e.controlHeight,[`&${a}-lg`]:{height:e.controlHeightLG},[`&${a}-sm`]:{height:t,paddingTop:s,paddingBottom:s}},'&[type="search"]::-webkit-search-cancel-button, &[type="search"]::-webkit-search-decoration':{"-webkit-appearance":"none"}})}},HT=e=>{const{componentCls:a}=e;return{[`${a}-clear-icon`]:{margin:0,color:e.colorTextQuaternary,fontSize:e.fontSizeIcon,verticalAlign:-1,cursor:"pointer",transition:`color ${e.motionDurationSlow}`,"&:hover":{color:e.colorTextTertiary},"&:active":{color:e.colorText},"&-hidden":{visibility:"hidden"},"&-has-suffix":{margin:`0 ${ie(e.inputAffixPadding)}`}}}},jT=e=>{const{componentCls:a,inputAffixPadding:t,colorTextDescription:i,motionDurationSlow:n,colorIcon:r,colorIconHover:s,iconCls:o}=e;return{[`${a}-affix-wrapper`]:Object.assign(Object.assign(Object.assign(Object.assign({},md(e)),{display:"inline-flex",[`&:not(${a}-disabled):hover`]:{zIndex:1,[`${a}-search-with-button &`]:{zIndex:0}},"&-focused, &:focus":{zIndex:1},[`> input${a}`]:{padding:0,fontSize:"inherit",border:"none",borderRadius:0,outline:"none",background:"transparent",color:"inherit","&::-ms-reveal":{display:"none"},"&:focus":{boxShadow:"none !important"}},"&::before":{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'},[`${a}`]:{"&-prefix, &-suffix":{display:"flex",flex:"none",alignItems:"center","> *:not(:last-child)":{marginInlineEnd:e.paddingXS}},"&-show-count-suffix":{color:i},"&-show-count-has-suffix":{marginInlineEnd:e.paddingXXS},"&-prefix":{marginInlineEnd:t},"&-suffix":{marginInlineStart:t}}}),HT(e)),{[`${o}${a}-password-icon`]:{color:r,cursor:"pointer",transition:`all ${n}`,"&:hover":{color:s}}})}},LT=e=>{const{componentCls:a,borderRadiusLG:t,borderRadiusSM:i}=e;return{[`${a}-group`]:Object.assign(Object.assign(Object.assign({},Ut(e)),Ok(e)),{"&-rtl":{direction:"rtl"},"&-wrapper":Object.assign(Object.assign(Object.assign({display:"inline-block",width:"100%",textAlign:"start",verticalAlign:"top","&-rtl":{direction:"rtl"},"&-lg":{[`${a}-group-addon`]:{borderRadius:t,fontSize:e.inputFontSizeLG}},"&-sm":{[`${a}-group-addon`]:{borderRadius:i}}},Bk(e)),Hk(e)),{[`&:not(${a}-compact-first-item):not(${a}-compact-last-item)${a}-compact-item`]:{[`${a}, ${a}-group-addon`]:{borderRadius:0}},[`&:not(${a}-compact-last-item)${a}-compact-first-item`]:{[`${a}, ${a}-group-addon`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&:not(${a}-compact-first-item)${a}-compact-last-item`]:{[`${a}, ${a}-group-addon`]:{borderStartStartRadius:0,borderEndStartRadius:0}},[`&:not(${a}-compact-last-item)${a}-compact-item`]:{[`${a}-affix-wrapper`]:{borderStartEndRadius:0,borderEndEndRadius:0}}})})}},OT=e=>{const{componentCls:a,antCls:t}=e,i=`${a}-search`;return{[i]:{[`${a}`]:{"&:hover, &:focus":{borderColor:e.colorPrimaryHover,[`+ ${a}-group-addon ${i}-button:not(${t}-btn-primary)`]:{borderInlineStartColor:e.colorPrimaryHover}}},[`${a}-affix-wrapper`]:{borderRadius:0},[`${a}-lg`]:{lineHeight:e.calc(e.lineHeightLG).sub(2e-4).equal({unit:!1})},[`> ${a}-group`]:{[`> ${a}-group-addon:last-child`]:{insetInlineStart:-1,padding:0,border:0,[`${i}-button`]:{marginInlineEnd:-1,paddingTop:0,paddingBottom:0,borderStartStartRadius:0,borderStartEndRadius:e.borderRadius,borderEndEndRadius:e.borderRadius,borderEndStartRadius:0,boxShadow:"none"},[`${i}-button:not(${t}-btn-primary)`]:{color:e.colorTextDescription,"&:hover":{color:e.colorPrimaryHover},"&:active":{color:e.colorPrimaryActive},[`&${t}-btn-loading::before`]:{insetInlineStart:0,insetInlineEnd:0,insetBlockStart:0,insetBlockEnd:0}}}},[`${i}-button`]:{height:e.controlHeight,"&:hover, &:focus":{zIndex:1}},[`&-large ${i}-button`]:{height:e.controlHeightLG},[`&-small ${i}-button`]:{height:e.controlHeightSM},"&-rtl":{direction:"rtl"},[`&${a}-compact-item`]:{[`&:not(${a}-compact-last-item)`]:{[`${a}-group-addon`]:{[`${a}-search-button`]:{marginInlineEnd:e.calc(e.lineWidth).mul(-1).equal(),borderRadius:0}}},[`&:not(${a}-compact-first-item)`]:{[`${a},${a}-affix-wrapper`]:{borderRadius:0}},[`> ${a}-group-addon ${a}-search-button, > ${a}, - ${a}-affix-wrapper`]:{"&:hover,&:focus,&:active":{zIndex:2}},[`> ${a}-affix-wrapper-focused`]:{zIndex:2}}}}},UT=e=>{const{componentCls:a,paddingLG:t}=e,i=`${a}-textarea`;return{[i]:{position:"relative","&-show-count":{[`> ${a}`]:{height:"100%"},[`${a}-data-count`]:{position:"absolute",bottom:e.calc(e.fontSize).mul(e.lineHeight).mul(-1).equal(),insetInlineEnd:0,color:e.colorTextDescription,whiteSpace:"nowrap",pointerEvents:"none"}},"&-allow-clear":{[`> ${a}`]:{paddingInlineEnd:t}},[`&-affix-wrapper${i}-has-feedback`]:{[`${a}`]:{paddingInlineEnd:t}},[`&-affix-wrapper${a}-affix-wrapper`]:{padding:0,[`> textarea${a}`]:{fontSize:"inherit",border:"none",outline:"none",background:"transparent","&:focus":{boxShadow:"none !important"}},[`${a}-suffix`]:{margin:0,"> *:not(:last-child)":{marginInline:0},[`${a}-clear-icon`]:{position:"absolute",insetInlineEnd:e.paddingXS,insetBlockStart:e.paddingXS},[`${i}-suffix`]:{position:"absolute",top:0,insetInlineEnd:e.paddingInline,bottom:0,zIndex:1,display:"inline-flex",alignItems:"center",margin:"auto",pointerEvents:"none"}}}}}},VT=e=>{const{componentCls:a}=e;return{[`${a}-out-of-range`]:{[`&, & input, & textarea, ${a}-show-count-suffix, ${a}-data-count`]:{color:e.colorError}}}},Ch=Zt("Input",e=>{const a=Xa(e,vh(e));return[jT(a),UT(a),OT(a),GT(a),$T(a),VT(a),$l(a)]},Ah);function _T(e,a,t){var i=t||{},n=i.noTrailing,r=n===void 0?!1:n,s=i.noLeading,o=s===void 0?!1:s,d=i.debounceMode,l=d===void 0?void 0:d,g,u=!1,m=0;function f(){g&&clearTimeout(g)}function k(w){var b=w||{},h=b.upcomingOnly,p=h===void 0?!1:h;f(),u=!p}function y(){for(var w=arguments.length,b=new Array(w),h=0;he?o?(m=Date.now(),r||(g=setTimeout(l?S:x,e))):x():r!==!0&&(g=setTimeout(l?S:x,l===void 0?e-v:e))}return y.cancel=k,y}function KT(e,a,t){var i=t||{},n=i.atBegin,r=n===void 0?!1:n;return _T(e,a,{debounceMode:r!==!1})}const ZT=c.createContext({}),Gk=ZT,JT=e=>{const{componentCls:a}=e;return{[a]:{display:"flex",flexFlow:"row wrap",minWidth:0,"&::before, &::after":{display:"flex"},"&-no-wrap":{flexWrap:"nowrap"},"&-start":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-end":{justifyContent:"flex-end"},"&-space-between":{justifyContent:"space-between"},"&-space-around":{justifyContent:"space-around"},"&-space-evenly":{justifyContent:"space-evenly"},"&-top":{alignItems:"flex-start"},"&-middle":{alignItems:"center"},"&-bottom":{alignItems:"flex-end"}}}},YT=e=>{const{componentCls:a}=e;return{[a]:{position:"relative",maxWidth:"100%",minHeight:1}}},QT=(e,a)=>{const{prefixCls:t,componentCls:i,gridColumns:n}=e,r={};for(let s=n;s>=0;s--)s===0?(r[`${i}${a}-${s}`]={display:"none"},r[`${i}-push-${s}`]={insetInlineStart:"auto"},r[`${i}-pull-${s}`]={insetInlineEnd:"auto"},r[`${i}${a}-push-${s}`]={insetInlineStart:"auto"},r[`${i}${a}-pull-${s}`]={insetInlineEnd:"auto"},r[`${i}${a}-offset-${s}`]={marginInlineStart:0},r[`${i}${a}-order-${s}`]={order:0}):(r[`${i}${a}-${s}`]=[{"--ant-display":"block",display:"block"},{display:"var(--ant-display)",flex:`0 0 ${s/n*100}%`,maxWidth:`${s/n*100}%`}],r[`${i}${a}-push-${s}`]={insetInlineStart:`${s/n*100}%`},r[`${i}${a}-pull-${s}`]={insetInlineEnd:`${s/n*100}%`},r[`${i}${a}-offset-${s}`]={marginInlineStart:`${s/n*100}%`},r[`${i}${a}-order-${s}`]={order:s});return r[`${i}${a}-flex`]={flex:`var(--${t}${a}-flex)`},r},jm=(e,a)=>QT(e,a),XT=(e,a,t)=>({[`@media (min-width: ${re(a)})`]:Object.assign({},jm(e,t))}),eq=()=>({}),aq=()=>({}),tq=Zt("Grid",JT,eq),iq=Zt("Grid",e=>{const a=Xa(e,{gridColumns:24}),t={"-sm":a.screenSMMin,"-md":a.screenMDMin,"-lg":a.screenLGMin,"-xl":a.screenXLMin,"-xxl":a.screenXXLMin};return[YT(a),jm(a,""),jm(a,"-xs"),Object.keys(t).map(i=>XT(a,t[i],i)).reduce((i,n)=>Object.assign(Object.assign({},i),n),{})]},aq);var nq=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{getPrefixCls:t,direction:i}=c.useContext(Sa),{gutter:n,wrap:r}=c.useContext(Gk),{prefixCls:s,span:o,order:d,offset:l,push:g,pull:u,className:m,children:f,flex:k,style:y}=e,w=nq(e,["prefixCls","span","order","offset","push","pull","className","children","flex","style"]),b=t("col",s),[h,p,v]=iq(b),x={};let S={};rq.forEach(q=>{let z={};const W=e[q];typeof W=="number"?z.span=W:typeof W=="object"&&(z=W||{}),delete w[q],S=Object.assign(Object.assign({},S),{[`${b}-${q}-${z.span}`]:z.span!==void 0,[`${b}-${q}-order-${z.order}`]:z.order||z.order===0,[`${b}-${q}-offset-${z.offset}`]:z.offset||z.offset===0,[`${b}-${q}-push-${z.push}`]:z.push||z.push===0,[`${b}-${q}-pull-${z.pull}`]:z.pull||z.pull===0,[`${b}-rtl`]:i==="rtl"}),z.flex&&(S[`${b}-${q}-flex`]=!0,x[`--${b}-${q}-flex`]=z0(z.flex))});const A=se(b,{[`${b}-${o}`]:o!==void 0,[`${b}-order-${d}`]:d,[`${b}-offset-${l}`]:l,[`${b}-push-${g}`]:g,[`${b}-pull-${u}`]:u},m,S,p,v),T={};if(n&&n[0]>0){const q=n[0]/2;T.paddingLeft=q,T.paddingRight=q}return k&&(T.flex=z0(k),r===!1&&!T.minWidth&&(T.minWidth=0)),h(c.createElement("div",Object.assign({},w,{style:Object.assign(Object.assign(Object.assign({},T),y),x),className:A,ref:a}),f))}),oq=sq;var dq=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{if(typeof e=="string"&&i(e),typeof e=="object")for(let r=0;r{n()},[JSON.stringify(e),a]),t}const cq=c.forwardRef((e,a)=>{const{prefixCls:t,justify:i,align:n,className:r,style:s,children:o,gutter:d=0,wrap:l}=e,g=dq(e,["prefixCls","justify","align","className","style","children","gutter","wrap"]),{getPrefixCls:u,direction:m}=c.useContext(Sa),[f,k]=c.useState({xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0}),[y,w]=c.useState({xs:!1,sm:!1,md:!1,lg:!1,xl:!1,xxl:!1}),b=M0(n,y),h=M0(i,y),p=c.useRef(d),v=Ck();c.useEffect(()=>{const P=v.subscribe(C=>{w(C);const N=p.current||0;(!Array.isArray(N)&&typeof N=="object"||Array.isArray(N)&&(typeof N[0]=="object"||typeof N[1]=="object"))&&k(C)});return()=>v.unsubscribe(P)},[]);const x=()=>{const P=[void 0,void 0];return(Array.isArray(d)?d:[d,void 0]).forEach((N,j)=>{if(typeof N=="object")for(let L=0;L0?z[0]/-2:void 0;D&&(H.marginLeft=D,H.marginRight=D);const[M,B]=z;H.rowGap=B;const F=c.useMemo(()=>({gutter:[M,B],wrap:l}),[M,B,l]);return A(c.createElement(Gk.Provider,{value:F},c.createElement("div",Object.assign({},g,{className:W,style:Object.assign(Object.assign({},H),s),ref:a}),o)))}),lq=cq;var $k=Z.forwardRef(function(e,a){var t,i=e.prefixCls,n=e.forceRender,r=e.className,s=e.style,o=e.children,d=e.isActive,l=e.role,g=Z.useState(d||n),u=Q(g,2),m=u[0],f=u[1];return Z.useEffect(function(){(n||d)&&f(!0)},[n,d]),m?Z.createElement("div",{ref:a,className:se("".concat(i,"-content"),(t={},G(t,"".concat(i,"-content-active"),d),G(t,"".concat(i,"-content-inactive"),!d),t),r),style:s,role:l},Z.createElement("div",{className:"".concat(i,"-content-box")},o)):null});$k.displayName="PanelContent";var gq=["showArrow","headerClass","isActive","onItemClick","forceRender","className","prefixCls","collapsible","accordion","panelKey","extra","header","expandIcon","openMotion","destroyInactivePanel","children"],Uk=Z.forwardRef(function(e,a){var t,i,n=e.showArrow,r=n===void 0?!0:n,s=e.headerClass,o=e.isActive,d=e.onItemClick,l=e.forceRender,g=e.className,u=e.prefixCls,m=e.collapsible,f=e.accordion,k=e.panelKey,y=e.extra,w=e.header,b=e.expandIcon,h=e.openMotion,p=e.destroyInactivePanel,v=e.children,x=Ma(e,gq),S=m==="disabled",A=m==="header",T=m==="icon",q=y!=null&&typeof y!="boolean",z=function(){d==null||d(k)},W=function(P){(P.key==="Enter"||P.keyCode===le.ENTER||P.which===le.ENTER)&&z()},H=typeof b=="function"?b(e):Z.createElement("i",{className:"arrow"});H&&(H=Z.createElement("div",{className:"".concat(u,"-expand-icon"),onClick:["header","icon"].includes(m)?z:void 0},H));var D=se((t={},G(t,"".concat(u,"-item"),!0),G(t,"".concat(u,"-item-active"),o),G(t,"".concat(u,"-item-disabled"),S),t),g),M=se(s,(i={},G(i,"".concat(u,"-header"),!0),G(i,"".concat(u,"-header-collapsible-only"),A),G(i,"".concat(u,"-icon-collapsible-only"),T),i)),B={className:M,"aria-expanded":o,"aria-disabled":S,onKeyDown:W};return!A&&!T&&(B.onClick=z,B.role=f?"tab":"button",B.tabIndex=S?-1:0),Z.createElement("div",je({},x,{ref:a,className:D}),Z.createElement("div",B,r&&H,Z.createElement("span",{className:"".concat(u,"-header-text"),onClick:m==="header"?z:void 0},w),q&&Z.createElement("div",{className:"".concat(u,"-extra")},y)),Z.createElement(ar,je({visible:o,leavedClassName:"".concat(u,"-content-hidden")},h,{forceRender:l,removeOnLeave:p}),function(F,P){var C=F.className,N=F.style;return Z.createElement($k,{ref:P,prefixCls:u,className:C,style:N,isActive:o,forceRender:l,role:f?"tabpanel":void 0},v)}))}),uq=["children","label","key","collapsible","onItemClick","destroyInactivePanel"],mq=function(a,t){var i=t.prefixCls,n=t.accordion,r=t.collapsible,s=t.destroyInactivePanel,o=t.onItemClick,d=t.activeKey,l=t.openMotion,g=t.expandIcon;return a.map(function(u,m){var f=u.children,k=u.label,y=u.key,w=u.collapsible,b=u.onItemClick,h=u.destroyInactivePanel,p=Ma(u,uq),v=String(y??m),x=w??r,S=h??s,A=function(z){x!=="disabled"&&(o(z),b==null||b(z))},T=!1;return n?T=d[0]===v:T=d.indexOf(v)>-1,Z.createElement(Uk,je({},p,{prefixCls:i,key:v,panelKey:v,isActive:T,accordion:n,openMotion:l,expandIcon:g,header:k,collapsible:x,onItemClick:A,destroyInactivePanel:S}),f)})},hq=function(a,t,i){if(!a)return null;var n=i.prefixCls,r=i.accordion,s=i.collapsible,o=i.destroyInactivePanel,d=i.onItemClick,l=i.activeKey,g=i.openMotion,u=i.expandIcon,m=a.key||String(t),f=a.props,k=f.header,y=f.headerClass,w=f.destroyInactivePanel,b=f.collapsible,h=f.onItemClick,p=!1;r?p=l[0]===m:p=l.indexOf(m)>-1;var v=b??s,x=function(T){v!=="disabled"&&(d(T),h==null||h(T))},S={key:m,panelKey:m,header:k,headerClass:y,isActive:p,prefixCls:n,destroyInactivePanel:w??o,openMotion:g,accordion:r,children:a.props.children,onItemClick:x,expandIcon:u,collapsible:v};return typeof a.type=="string"?a:(Object.keys(S).forEach(function(A){typeof S[A]>"u"&&delete S[A]}),Z.cloneElement(a,S))};function fq(e,a,t){return Array.isArray(e)?mq(e,t):Ir(a).map(function(i,n){return hq(i,n,t)})}function bq(e){var a=e;if(!Array.isArray(a)){var t=pa(a);a=t==="number"||t==="string"?[a]:[]}return a.map(function(i){return String(i)})}var pq=Z.forwardRef(function(e,a){var t=e.prefixCls,i=t===void 0?"rc-collapse":t,n=e.destroyInactivePanel,r=n===void 0?!1:n,s=e.style,o=e.accordion,d=e.className,l=e.children,g=e.collapsible,u=e.openMotion,m=e.expandIcon,f=e.activeKey,k=e.defaultActiveKey,y=e.onChange,w=e.items,b=se(i,d),h=mi([],{value:f,onChange:function(q){return y==null?void 0:y(q)},defaultValue:k,postState:bq}),p=Q(h,2),v=p[0],x=p[1],S=function(q){return x(function(){if(o)return v[0]===q?[]:[q];var z=v.indexOf(q),W=z>-1;return W?v.filter(function(H){return H!==q}):[].concat(Ge(v),[q])})};Wt(!l,"[rc-collapse] `children` will be removed in next major version. Please use `items` instead.");var A=fq(w,l,{prefixCls:i,accordion:o,openMotion:u,expandIcon:m,collapsible:g,destroyInactivePanel:r,onItemClick:S,activeKey:v});return Z.createElement("div",{ref:a,className:b,style:s,role:o?"tablist":void 0},A)});const Th=Object.assign(pq,{Panel:Uk});Th.Panel;const yq=c.forwardRef((e,a)=>{const{getPrefixCls:t}=c.useContext(Sa),{prefixCls:i,className:n,showArrow:r=!0}=e,s=t("collapse",i),o=se({[`${s}-no-arrow`]:!r},n);return c.createElement(Th.Panel,Object.assign({ref:a},e,{prefixCls:s,className:o}))}),kq=yq,wq=e=>{const{componentCls:a,contentBg:t,padding:i,headerBg:n,headerPadding:r,collapseHeaderPaddingSM:s,collapseHeaderPaddingLG:o,collapsePanelBorderRadius:d,lineWidth:l,lineType:g,colorBorder:u,colorText:m,colorTextHeading:f,colorTextDisabled:k,fontSizeLG:y,lineHeight:w,lineHeightLG:b,marginSM:h,paddingSM:p,paddingLG:v,paddingXS:x,motionDurationSlow:S,fontSizeIcon:A,contentPadding:T,fontHeight:q,fontHeightLG:z}=e,W=`${re(l)} ${g} ${u}`;return{[a]:Object.assign(Object.assign({},Ut(e)),{backgroundColor:n,border:W,borderBottom:0,borderRadius:d,"&-rtl":{direction:"rtl"},[`& > ${a}-item`]:{borderBottom:W,"&:last-child":{[` + ${a}-affix-wrapper`]:{"&:hover,&:focus,&:active":{zIndex:2}},[`> ${a}-affix-wrapper-focused`]:{zIndex:2}}}}},GT=e=>{const{componentCls:a,paddingLG:t}=e,i=`${a}-textarea`;return{[i]:{position:"relative","&-show-count":{[`> ${a}`]:{height:"100%"},[`${a}-data-count`]:{position:"absolute",bottom:e.calc(e.fontSize).mul(e.lineHeight).mul(-1).equal(),insetInlineEnd:0,color:e.colorTextDescription,whiteSpace:"nowrap",pointerEvents:"none"}},"&-allow-clear":{[`> ${a}`]:{paddingInlineEnd:t}},[`&-affix-wrapper${i}-has-feedback`]:{[`${a}`]:{paddingInlineEnd:t}},[`&-affix-wrapper${a}-affix-wrapper`]:{padding:0,[`> textarea${a}`]:{fontSize:"inherit",border:"none",outline:"none",background:"transparent","&:focus":{boxShadow:"none !important"}},[`${a}-suffix`]:{margin:0,"> *:not(:last-child)":{marginInline:0},[`${a}-clear-icon`]:{position:"absolute",insetInlineEnd:e.paddingXS,insetBlockStart:e.paddingXS},[`${i}-suffix`]:{position:"absolute",top:0,insetInlineEnd:e.paddingInline,bottom:0,zIndex:1,display:"inline-flex",alignItems:"center",margin:"auto",pointerEvents:"none"}}}}}},$T=e=>{const{componentCls:a}=e;return{[`${a}-out-of-range`]:{[`&, & input, & textarea, ${a}-show-count-suffix, ${a}-data-count`]:{color:e.colorError}}}},Sh=Zt("Input",e=>{const a=Ya(e,wh(e));return[NT(a),GT(a),jT(a),LT(a),OT(a),$T(a),Ul(a)]},vh);function UT(e,a,t){var i=t||{},n=i.noTrailing,r=n===void 0?!1:n,s=i.noLeading,o=s===void 0?!1:s,d=i.debounceMode,c=d===void 0?void 0:d,g,u=!1,m=0;function b(){g&&clearTimeout(g)}function k(w){var f=w||{},h=f.upcomingOnly,p=h===void 0?!1:h;b(),u=!p}function y(){for(var w=arguments.length,f=new Array(w),h=0;he?o?(m=Date.now(),r||(g=setTimeout(c?x:S,e))):S():r!==!0&&(g=setTimeout(c?x:S,c===void 0?e-A:e))}return y.cancel=k,y}function VT(e,a,t){var i=t||{},n=i.atBegin,r=n===void 0?!1:n;return UT(e,a,{debounceMode:r!==!1})}const _T=l.createContext({}),Gk=_T,KT=e=>{const{componentCls:a}=e;return{[a]:{display:"flex",flexFlow:"row wrap",minWidth:0,"&::before, &::after":{display:"flex"},"&-no-wrap":{flexWrap:"nowrap"},"&-start":{justifyContent:"flex-start"},"&-center":{justifyContent:"center"},"&-end":{justifyContent:"flex-end"},"&-space-between":{justifyContent:"space-between"},"&-space-around":{justifyContent:"space-around"},"&-space-evenly":{justifyContent:"space-evenly"},"&-top":{alignItems:"flex-start"},"&-middle":{alignItems:"center"},"&-bottom":{alignItems:"flex-end"}}}},ZT=e=>{const{componentCls:a}=e;return{[a]:{position:"relative",maxWidth:"100%",minHeight:1}}},JT=(e,a)=>{const{prefixCls:t,componentCls:i,gridColumns:n}=e,r={};for(let s=n;s>=0;s--)s===0?(r[`${i}${a}-${s}`]={display:"none"},r[`${i}-push-${s}`]={insetInlineStart:"auto"},r[`${i}-pull-${s}`]={insetInlineEnd:"auto"},r[`${i}${a}-push-${s}`]={insetInlineStart:"auto"},r[`${i}${a}-pull-${s}`]={insetInlineEnd:"auto"},r[`${i}${a}-offset-${s}`]={marginInlineStart:0},r[`${i}${a}-order-${s}`]={order:0}):(r[`${i}${a}-${s}`]=[{"--ant-display":"block",display:"block"},{display:"var(--ant-display)",flex:`0 0 ${s/n*100}%`,maxWidth:`${s/n*100}%`}],r[`${i}${a}-push-${s}`]={insetInlineStart:`${s/n*100}%`},r[`${i}${a}-pull-${s}`]={insetInlineEnd:`${s/n*100}%`},r[`${i}${a}-offset-${s}`]={marginInlineStart:`${s/n*100}%`},r[`${i}${a}-order-${s}`]={order:s});return r[`${i}${a}-flex`]={flex:`var(--${t}${a}-flex)`},r},Lm=(e,a)=>JT(e,a),YT=(e,a,t)=>({[`@media (min-width: ${ie(a)})`]:Object.assign({},Lm(e,t))}),QT=()=>({}),XT=()=>({}),eq=Zt("Grid",KT,QT),aq=Zt("Grid",e=>{const a=Ya(e,{gridColumns:24}),t={"-sm":a.screenSMMin,"-md":a.screenMDMin,"-lg":a.screenLGMin,"-xl":a.screenXLMin,"-xxl":a.screenXXLMin};return[ZT(a),Lm(a,""),Lm(a,"-xs"),Object.keys(t).map(i=>YT(a,t[i],i)).reduce((i,n)=>Object.assign(Object.assign({},i),n),{})]},XT);var tq=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{getPrefixCls:t,direction:i}=l.useContext(Ra),{gutter:n,wrap:r}=l.useContext(Gk),{prefixCls:s,span:o,order:d,offset:c,push:g,pull:u,className:m,children:b,flex:k,style:y}=e,w=tq(e,["prefixCls","span","order","offset","push","pull","className","children","flex","style"]),f=t("col",s),[h,p,A]=aq(f),S={};let x={};iq.forEach(R=>{let z={};const W=e[R];typeof W=="number"?z.span=W:typeof W=="object"&&(z=W||{}),delete w[R],x=Object.assign(Object.assign({},x),{[`${f}-${R}-${z.span}`]:z.span!==void 0,[`${f}-${R}-order-${z.order}`]:z.order||z.order===0,[`${f}-${R}-offset-${z.offset}`]:z.offset||z.offset===0,[`${f}-${R}-push-${z.push}`]:z.push||z.push===0,[`${f}-${R}-pull-${z.pull}`]:z.pull||z.pull===0,[`${f}-rtl`]:i==="rtl"}),z.flex&&(x[`${f}-${R}-flex`]=!0,S[`--${f}-${R}-flex`]=q0(z.flex))});const v=de(f,{[`${f}-${o}`]:o!==void 0,[`${f}-order-${d}`]:d,[`${f}-offset-${c}`]:c,[`${f}-push-${g}`]:g,[`${f}-pull-${u}`]:u},m,x,p,A),C={};if(n&&n[0]>0){const R=n[0]/2;C.paddingLeft=R,C.paddingRight=R}return k&&(C.flex=q0(k),r===!1&&!C.minWidth&&(C.minWidth=0)),h(l.createElement("div",Object.assign({},w,{style:Object.assign(Object.assign(Object.assign({},C),y),S),className:v,ref:a}),b))}),rq=nq;var sq=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{if(typeof e=="string"&&i(e),typeof e=="object")for(let r=0;r{n()},[JSON.stringify(e),a]),t}const oq=l.forwardRef((e,a)=>{const{prefixCls:t,justify:i,align:n,className:r,style:s,children:o,gutter:d=0,wrap:c}=e,g=sq(e,["prefixCls","justify","align","className","style","children","gutter","wrap"]),{getPrefixCls:u,direction:m}=l.useContext(Ra),[b,k]=l.useState({xs:!0,sm:!0,md:!0,lg:!0,xl:!0,xxl:!0}),[y,w]=l.useState({xs:!1,sm:!1,md:!1,lg:!1,xl:!1,xxl:!1}),f=R0(n,y),h=R0(i,y),p=l.useRef(d),A=Ck();l.useEffect(()=>{const P=A.subscribe(T=>{w(T);const I=p.current||0;(!Array.isArray(I)&&typeof I=="object"||Array.isArray(I)&&(typeof I[0]=="object"||typeof I[1]=="object"))&&k(T)});return()=>A.unsubscribe(P)},[]);const S=()=>{const P=[void 0,void 0];return(Array.isArray(d)?d:[d,void 0]).forEach((I,H)=>{if(typeof I=="object")for(let L=0;L0?z[0]/-2:void 0;B&&(F.marginLeft=B,F.marginRight=B);const[$,V]=z;F.rowGap=V;const D=l.useMemo(()=>({gutter:[$,V],wrap:c}),[$,V,c]);return v(l.createElement(Gk.Provider,{value:D},l.createElement("div",Object.assign({},g,{className:W,style:Object.assign(Object.assign({},F),s),ref:a}),o)))}),dq=oq;var $k=K.forwardRef(function(e,a){var t,i=e.prefixCls,n=e.forceRender,r=e.className,s=e.style,o=e.children,d=e.isActive,c=e.role,g=K.useState(d||n),u=Y(g,2),m=u[0],b=u[1];return K.useEffect(function(){(n||d)&&b(!0)},[n,d]),m?K.createElement("div",{ref:a,className:de("".concat(i,"-content"),(t={},O(t,"".concat(i,"-content-active"),d),O(t,"".concat(i,"-content-inactive"),!d),t),r),style:s,role:c},K.createElement("div",{className:"".concat(i,"-content-box")},o)):null});$k.displayName="PanelContent";var cq=["showArrow","headerClass","isActive","onItemClick","forceRender","className","prefixCls","collapsible","accordion","panelKey","extra","header","expandIcon","openMotion","destroyInactivePanel","children"],Uk=K.forwardRef(function(e,a){var t,i,n=e.showArrow,r=n===void 0?!0:n,s=e.headerClass,o=e.isActive,d=e.onItemClick,c=e.forceRender,g=e.className,u=e.prefixCls,m=e.collapsible,b=e.accordion,k=e.panelKey,y=e.extra,w=e.header,f=e.expandIcon,h=e.openMotion,p=e.destroyInactivePanel,A=e.children,S=Wa(e,cq),x=m==="disabled",v=m==="header",C=m==="icon",R=y!=null&&typeof y!="boolean",z=function(){d==null||d(k)},W=function(P){(P.key==="Enter"||P.keyCode===le.ENTER||P.which===le.ENTER)&&z()},F=typeof f=="function"?f(e):K.createElement("i",{className:"arrow"});F&&(F=K.createElement("div",{className:"".concat(u,"-expand-icon"),onClick:["header","icon"].includes(m)?z:void 0},F));var B=de((t={},O(t,"".concat(u,"-item"),!0),O(t,"".concat(u,"-item-active"),o),O(t,"".concat(u,"-item-disabled"),x),t),g),$=de(s,(i={},O(i,"".concat(u,"-header"),!0),O(i,"".concat(u,"-header-collapsible-only"),v),O(i,"".concat(u,"-icon-collapsible-only"),C),i)),V={className:$,"aria-expanded":o,"aria-disabled":x,onKeyDown:W};return!v&&!C&&(V.onClick=z,V.role=b?"tab":"button",V.tabIndex=x?-1:0),K.createElement("div",_e({},S,{ref:a,className:B}),K.createElement("div",V,r&&F,K.createElement("span",{className:"".concat(u,"-header-text"),onClick:m==="header"?z:void 0},w),R&&K.createElement("div",{className:"".concat(u,"-extra")},y)),K.createElement(Gs,_e({visible:o,leavedClassName:"".concat(u,"-content-hidden")},h,{forceRender:c,removeOnLeave:p}),function(D,P){var T=D.className,I=D.style;return K.createElement($k,{ref:P,prefixCls:u,className:T,style:I,isActive:o,forceRender:c,role:b?"tabpanel":void 0},A)}))}),lq=["children","label","key","collapsible","onItemClick","destroyInactivePanel"],gq=function(a,t){var i=t.prefixCls,n=t.accordion,r=t.collapsible,s=t.destroyInactivePanel,o=t.onItemClick,d=t.activeKey,c=t.openMotion,g=t.expandIcon;return a.map(function(u,m){var b=u.children,k=u.label,y=u.key,w=u.collapsible,f=u.onItemClick,h=u.destroyInactivePanel,p=Wa(u,lq),A=String(y??m),S=w??r,x=h??s,v=function(z){S!=="disabled"&&(o(z),f==null||f(z))},C=!1;return n?C=d[0]===A:C=d.indexOf(A)>-1,K.createElement(Uk,_e({},p,{prefixCls:i,key:A,panelKey:A,isActive:C,accordion:n,openMotion:c,expandIcon:g,header:k,collapsible:S,onItemClick:v,destroyInactivePanel:x}),b)})},uq=function(a,t,i){if(!a)return null;var n=i.prefixCls,r=i.accordion,s=i.collapsible,o=i.destroyInactivePanel,d=i.onItemClick,c=i.activeKey,g=i.openMotion,u=i.expandIcon,m=a.key||String(t),b=a.props,k=b.header,y=b.headerClass,w=b.destroyInactivePanel,f=b.collapsible,h=b.onItemClick,p=!1;r?p=c[0]===m:p=c.indexOf(m)>-1;var A=f??s,S=function(C){A!=="disabled"&&(d(C),h==null||h(C))},x={key:m,panelKey:m,header:k,headerClass:y,isActive:p,prefixCls:n,destroyInactivePanel:w??o,openMotion:g,accordion:r,children:a.props.children,onItemClick:S,expandIcon:u,collapsible:A};return typeof a.type=="string"?a:(Object.keys(x).forEach(function(v){typeof x[v]>"u"&&delete x[v]}),K.cloneElement(a,x))};function mq(e,a,t){return Array.isArray(e)?gq(e,t):Er(a).map(function(i,n){return uq(i,n,t)})}function hq(e){var a=e;if(!Array.isArray(a)){var t=pa(a);a=t==="number"||t==="string"?[a]:[]}return a.map(function(i){return String(i)})}var fq=K.forwardRef(function(e,a){var t=e.prefixCls,i=t===void 0?"rc-collapse":t,n=e.destroyInactivePanel,r=n===void 0?!1:n,s=e.style,o=e.accordion,d=e.className,c=e.children,g=e.collapsible,u=e.openMotion,m=e.expandIcon,b=e.activeKey,k=e.defaultActiveKey,y=e.onChange,w=e.items,f=de(i,d),h=ui([],{value:b,onChange:function(R){return y==null?void 0:y(R)},defaultValue:k,postState:hq}),p=Y(h,2),A=p[0],S=p[1],x=function(R){return S(function(){if(o)return A[0]===R?[]:[R];var z=A.indexOf(R),W=z>-1;return W?A.filter(function(F){return F!==R}):[].concat(Oe(A),[R])})};Nt(!c,"[rc-collapse] `children` will be removed in next major version. Please use `items` instead.");var v=mq(w,c,{prefixCls:i,accordion:o,openMotion:u,expandIcon:m,collapsible:g,destroyInactivePanel:r,onItemClick:x,activeKey:A});return K.createElement("div",{ref:a,className:f,style:s,role:o?"tablist":void 0},v)});const Ch=Object.assign(fq,{Panel:Uk});Ch.Panel;const bq=l.forwardRef((e,a)=>{const{getPrefixCls:t}=l.useContext(Ra),{prefixCls:i,className:n,showArrow:r=!0}=e,s=t("collapse",i),o=de({[`${s}-no-arrow`]:!r},n);return l.createElement(Ch.Panel,Object.assign({ref:a},e,{prefixCls:s,className:o}))}),pq=bq,yq=e=>{const{componentCls:a,contentBg:t,padding:i,headerBg:n,headerPadding:r,collapseHeaderPaddingSM:s,collapseHeaderPaddingLG:o,collapsePanelBorderRadius:d,lineWidth:c,lineType:g,colorBorder:u,colorText:m,colorTextHeading:b,colorTextDisabled:k,fontSizeLG:y,lineHeight:w,lineHeightLG:f,marginSM:h,paddingSM:p,paddingLG:A,paddingXS:S,motionDurationSlow:x,fontSizeIcon:v,contentPadding:C,fontHeight:R,fontHeightLG:z}=e,W=`${ie(c)} ${g} ${u}`;return{[a]:Object.assign(Object.assign({},Ut(e)),{backgroundColor:n,border:W,borderBottom:0,borderRadius:d,"&-rtl":{direction:"rtl"},[`& > ${a}-item`]:{borderBottom:W,"&:last-child":{[` &, - & > ${a}-header`]:{borderRadius:`0 0 ${re(d)} ${re(d)}`}},[`> ${a}-header`]:{position:"relative",display:"flex",flexWrap:"nowrap",alignItems:"flex-start",padding:r,color:f,lineHeight:w,cursor:"pointer",transition:`all ${S}, visibility 0s`,[`> ${a}-header-text`]:{flex:"auto"},"&:focus":{outline:"none"},[`${a}-expand-icon`]:{height:q,display:"flex",alignItems:"center",paddingInlineEnd:h},[`${a}-arrow`]:Object.assign(Object.assign({},od()),{fontSize:A,svg:{transition:`transform ${S}`}}),[`${a}-header-text`]:{marginInlineEnd:"auto"}},[`${a}-icon-collapsible-only`]:{cursor:"unset",[`${a}-expand-icon`]:{cursor:"pointer"}}},[`${a}-content`]:{color:m,backgroundColor:t,borderTop:W,[`& > ${a}-content-box`]:{padding:T},"&-hidden":{display:"none"}},"&-small":{[`> ${a}-item`]:{[`> ${a}-header`]:{padding:s,paddingInlineStart:x,[`> ${a}-expand-icon`]:{marginInlineStart:e.calc(p).sub(x).equal()}},[`> ${a}-content > ${a}-content-box`]:{padding:p}}},"&-large":{[`> ${a}-item`]:{fontSize:y,lineHeight:b,[`> ${a}-header`]:{padding:o,paddingInlineStart:i,[`> ${a}-expand-icon`]:{height:z,marginInlineStart:e.calc(v).sub(i).equal()}},[`> ${a}-content > ${a}-content-box`]:{padding:v}}},[`${a}-item:last-child`]:{[`> ${a}-content`]:{borderRadius:`0 0 ${re(d)} ${re(d)}`}},[`& ${a}-item-disabled > ${a}-header`]:{"\n &,\n & > .arrow\n ":{color:k,cursor:"not-allowed"}},[`&${a}-icon-position-end`]:{[`& > ${a}-item`]:{[`> ${a}-header`]:{[`${a}-expand-icon`]:{order:1,paddingInlineEnd:0,paddingInlineStart:h}}}}})}},vq=e=>{const{componentCls:a}=e,t=`> ${a}-item > ${a}-header ${a}-arrow svg`;return{[`${a}-rtl`]:{[t]:{transform:"rotate(180deg)"}}}},Aq=e=>{const{componentCls:a,headerBg:t,paddingXXS:i,colorBorder:n}=e;return{[`${a}-borderless`]:{backgroundColor:t,border:0,[`> ${a}-item`]:{borderBottom:`1px solid ${n}`},[` + & > ${a}-header`]:{borderRadius:`0 0 ${ie(d)} ${ie(d)}`}},[`> ${a}-header`]:{position:"relative",display:"flex",flexWrap:"nowrap",alignItems:"flex-start",padding:r,color:b,lineHeight:w,cursor:"pointer",transition:`all ${x}, visibility 0s`,[`> ${a}-header-text`]:{flex:"auto"},"&:focus":{outline:"none"},[`${a}-expand-icon`]:{height:R,display:"flex",alignItems:"center",paddingInlineEnd:h},[`${a}-arrow`]:Object.assign(Object.assign({},rd()),{fontSize:v,svg:{transition:`transform ${x}`}}),[`${a}-header-text`]:{marginInlineEnd:"auto"}},[`${a}-icon-collapsible-only`]:{cursor:"unset",[`${a}-expand-icon`]:{cursor:"pointer"}}},[`${a}-content`]:{color:m,backgroundColor:t,borderTop:W,[`& > ${a}-content-box`]:{padding:C},"&-hidden":{display:"none"}},"&-small":{[`> ${a}-item`]:{[`> ${a}-header`]:{padding:s,paddingInlineStart:S,[`> ${a}-expand-icon`]:{marginInlineStart:e.calc(p).sub(S).equal()}},[`> ${a}-content > ${a}-content-box`]:{padding:p}}},"&-large":{[`> ${a}-item`]:{fontSize:y,lineHeight:f,[`> ${a}-header`]:{padding:o,paddingInlineStart:i,[`> ${a}-expand-icon`]:{height:z,marginInlineStart:e.calc(A).sub(i).equal()}},[`> ${a}-content > ${a}-content-box`]:{padding:A}}},[`${a}-item:last-child`]:{[`> ${a}-content`]:{borderRadius:`0 0 ${ie(d)} ${ie(d)}`}},[`& ${a}-item-disabled > ${a}-header`]:{"\n &,\n & > .arrow\n ":{color:k,cursor:"not-allowed"}},[`&${a}-icon-position-end`]:{[`& > ${a}-item`]:{[`> ${a}-header`]:{[`${a}-expand-icon`]:{order:1,paddingInlineEnd:0,paddingInlineStart:h}}}}})}},kq=e=>{const{componentCls:a}=e,t=`> ${a}-item > ${a}-header ${a}-arrow svg`;return{[`${a}-rtl`]:{[t]:{transform:"rotate(180deg)"}}}},wq=e=>{const{componentCls:a,headerBg:t,paddingXXS:i,colorBorder:n}=e;return{[`${a}-borderless`]:{backgroundColor:t,border:0,[`> ${a}-item`]:{borderBottom:`1px solid ${n}`},[` > ${a}-item:last-child, > ${a}-item:last-child ${a}-header - `]:{borderRadius:0},[`> ${a}-item:last-child`]:{borderBottom:0},[`> ${a}-item > ${a}-content`]:{backgroundColor:"transparent",borderTop:0},[`> ${a}-item > ${a}-content > ${a}-content-box`]:{paddingTop:i}}}},xq=e=>{const{componentCls:a,paddingSM:t}=e;return{[`${a}-ghost`]:{backgroundColor:"transparent",border:0,[`> ${a}-item`]:{borderBottom:0,[`> ${a}-content`]:{backgroundColor:"transparent",border:0,[`> ${a}-content-box`]:{paddingBlock:t}}}}}},Sq=e=>({headerPadding:`${e.paddingSM}px ${e.padding}px`,headerBg:e.colorFillAlter,contentPadding:`${e.padding}px 16px`,contentBg:e.colorBgContainer}),Cq=Zt("Collapse",e=>{const a=Xa(e,{collapseHeaderPaddingSM:`${re(e.paddingXS)} ${re(e.paddingSM)}`,collapseHeaderPaddingLG:`${re(e.padding)} ${re(e.paddingLG)}`,collapsePanelBorderRadius:e.borderRadiusLG});return[wq(a),Aq(a),xq(a),vq(a),Ox(a)]},Sq),Tq=c.forwardRef((e,a)=>{const{getPrefixCls:t,direction:i,collapse:n}=c.useContext(Sa),{prefixCls:r,className:s,rootClassName:o,style:d,bordered:l=!0,ghost:g,size:u,expandIconPosition:m="start",children:f,expandIcon:k}=e,y=un(W=>{var H;return(H=u??W)!==null&&H!==void 0?H:"middle"}),w=t("collapse",r),b=t(),[h,p,v]=Cq(w),x=c.useMemo(()=>m==="left"?"start":m==="right"?"end":m,[m]),S=k??(n==null?void 0:n.expandIcon),A=c.useCallback(function(){let W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const H=typeof S=="function"?S(W):c.createElement(Hm,{rotate:W.isActive?90:void 0});return gn(H,()=>{var D;return{className:se((D=H==null?void 0:H.props)===null||D===void 0?void 0:D.className,`${w}-arrow`)}})},[S,w]),T=se(`${w}-icon-position-${x}`,{[`${w}-borderless`]:!l,[`${w}-rtl`]:i==="rtl",[`${w}-ghost`]:!!g,[`${w}-${y}`]:y!=="middle"},n==null?void 0:n.className,s,o,p,v),q=Object.assign(Object.assign({},hv(b)),{motionAppear:!1,leavedClassName:`${w}-content-hidden`}),z=c.useMemo(()=>f?Ir(f).map((W,H)=>{var D,M;if(!((D=W.props)===null||D===void 0)&&D.disabled){const B=(M=W.key)!==null&&M!==void 0?M:String(H),{disabled:F,collapsible:P}=W.props,C=Object.assign(Object.assign({},er(W.props,["disabled"])),{key:B,collapsible:P??(F?"disabled":void 0)});return gn(W,C)}return W}):null,[f]);return h(c.createElement(Th,Object.assign({ref:a,openMotion:q},er(e,["rootClassName"]),{expandIcon:A,prefixCls:w,className:T,style:Object.assign(Object.assign({},n==null?void 0:n.style),d)}),z))}),qq=Object.assign(Tq,{Panel:kq});var Rq={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"}}]},name:"up",theme:"outlined"};const zq=Rq;var Mq=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:zq}))};const Pq=c.forwardRef(Mq);function Lm(){return typeof BigInt=="function"}function Vk(e){return!e&&e!==0&&!Number.isNaN(e)||!String(e).trim()}function qr(e){var a=e.trim(),t=a.startsWith("-");t&&(a=a.slice(1)),a=a.replace(/(\.\d*[^0])0*$/,"$1").replace(/\.0*$/,"").replace(/^0+/,""),a.startsWith(".")&&(a="0".concat(a));var i=a||"0",n=i.split("."),r=n[0]||"0",s=n[1]||"0";r==="0"&&s==="0"&&(t=!1);var o=t?"-":"";return{negative:t,negativeStr:o,trimStr:i,integerStr:r,decimalStr:s,fullStr:"".concat(o).concat(i)}}function qh(e){var a=String(e);return!Number.isNaN(Number(a))&&a.includes("e")}function vr(e){var a=String(e);if(qh(e)){var t=Number(a.slice(a.indexOf("e-")+2)),i=a.match(/\.(\d+)/);return i!=null&&i[1]&&(t+=i[1].length),t}return a.includes(".")&&Rh(a)?a.length-a.indexOf(".")-1:0}function Zl(e){var a=String(e);if(qh(e)){if(e>Number.MAX_SAFE_INTEGER)return String(Lm()?BigInt(e).toString():Number.MAX_SAFE_INTEGER);if(e0&&arguments[0]!==void 0?arguments[0]:!0;return t?this.isInvalidate()?"":qr("".concat(this.getMark()).concat(this.getIntegerStr(),".").concat(this.getDecimalStr())).fullStr:this.origin}}]),e}(),Wq=function(){function e(a){if(_t(this,e),G(this,"origin",""),G(this,"number",void 0),G(this,"empty",void 0),Vk(a)){this.empty=!0;return}this.origin=String(a),this.number=Number(a)}return Kt(e,[{key:"negate",value:function(){return new e(-this.toNumber())}},{key:"add",value:function(t){if(this.isInvalidate())return new e(t);var i=Number(t);if(Number.isNaN(i))return this;var n=this.number+i;if(n>Number.MAX_SAFE_INTEGER)return new e(Number.MAX_SAFE_INTEGER);if(nNumber.MAX_SAFE_INTEGER)return new e(Number.MAX_SAFE_INTEGER);if(n0&&arguments[0]!==void 0?arguments[0]:!0;return t?this.isInvalidate()?"":Zl(this.number):this.origin}}]),e}();function Li(e){return Lm()?new Eq(e):new Wq(e)}function pc(e,a,t){var i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(e==="")return"";var n=qr(e),r=n.negativeStr,s=n.integerStr,o=n.decimalStr,d="".concat(a).concat(o),l="".concat(r).concat(s);if(t>=0){var g=Number(o[t]);if(g>=5&&!i){var u=Li(e).add("".concat(r,"0.").concat("0".repeat(t)).concat(10-g));return pc(u.toString(),a,t,i)}return t===0?l:"".concat(l).concat(a).concat(o.padEnd(t,"0").slice(0,t))}return d===".0"?l:"".concat(l).concat(d)}function Iq(e){return!!(e.addonBefore||e.addonAfter)}function Bq(e){return!!(e.prefix||e.suffix||e.allowClear)}function al(e,a,t,i){if(t){var n=a;if(a.type==="click"){var r=e.cloneNode(!0);n=Object.create(a,{target:{value:r},currentTarget:{value:r}}),r.value="",t(n);return}if(e.type!=="file"&&i!==void 0){var s=e.cloneNode(!0);n=Object.create(a,{target:{value:s},currentTarget:{value:s}}),s.value=i,t(n);return}t(n)}}function _k(e,a){if(e){e.focus(a);var t=a||{},i=t.cursor;if(i){var n=e.value.length;switch(i){case"start":e.setSelectionRange(0,0);break;case"end":e.setSelectionRange(n,n);break;default:e.setSelectionRange(0,n)}}}}var zh=function(a){var t,i,n=a.inputElement,r=a.children,s=a.prefixCls,o=a.prefix,d=a.suffix,l=a.addonBefore,g=a.addonAfter,u=a.className,m=a.style,f=a.disabled,k=a.readOnly,y=a.focused,w=a.triggerFocus,b=a.allowClear,h=a.value,p=a.handleReset,v=a.hidden,x=a.classes,S=a.classNames,A=a.dataAttrs,T=a.styles,q=a.components,z=r??n,W=(q==null?void 0:q.affixWrapper)||"span",H=(q==null?void 0:q.groupWrapper)||"span",D=(q==null?void 0:q.wrapper)||"span",M=(q==null?void 0:q.groupAddon)||"span",B=c.useRef(null),F=function(ce){var ie;(ie=B.current)!==null&&ie!==void 0&&ie.contains(ce.target)&&(w==null||w())},P=Bq(a),C=c.cloneElement(z,{value:h,className:se(z.props.className,!P&&(S==null?void 0:S.variant))||null});if(P){var N,j=null;if(b){var L,K=!f&&!k&&h,X="".concat(s,"-clear-icon"),te=pa(b)==="object"&&b!==null&&b!==void 0&&b.clearIcon?b.clearIcon:"✖";j=Z.createElement("span",{onClick:p,onMouseDown:function(ce){return ce.preventDefault()},className:se(X,(L={},G(L,"".concat(X,"-hidden"),!K),G(L,"".concat(X,"-has-suffix"),!!d),L)),role:"button",tabIndex:-1},te)}var ee="".concat(s,"-affix-wrapper"),we=se(ee,(N={},G(N,"".concat(s,"-disabled"),f),G(N,"".concat(ee,"-disabled"),f),G(N,"".concat(ee,"-focused"),y),G(N,"".concat(ee,"-readonly"),k),G(N,"".concat(ee,"-input-with-clear-btn"),d&&b&&h),N),x==null?void 0:x.affixWrapper,S==null?void 0:S.affixWrapper,S==null?void 0:S.variant),fe=(d||b)&&Z.createElement("span",{className:se("".concat(s,"-suffix"),S==null?void 0:S.suffix),style:T==null?void 0:T.suffix},j,d);C=Z.createElement(W,je({className:we,style:T==null?void 0:T.affixWrapper,onClick:F},A==null?void 0:A.affixWrapper,{ref:B}),o&&Z.createElement("span",{className:se("".concat(s,"-prefix"),S==null?void 0:S.prefix),style:T==null?void 0:T.prefix},o),C,fe)}if(Iq(a)){var ve="".concat(s,"-group"),be="".concat(ve,"-addon"),Y="".concat(ve,"-wrapper"),J=se("".concat(s,"-wrapper"),ve,x==null?void 0:x.wrapper,S==null?void 0:S.wrapper),me=se(Y,G({},"".concat(Y,"-disabled"),f),x==null?void 0:x.group,S==null?void 0:S.groupWrapper);C=Z.createElement(H,{className:me},Z.createElement(D,{className:J},l&&Z.createElement(M,{className:be},l),C,g&&Z.createElement(M,{className:be},g)))}return Z.cloneElement(C,{className:se((t=C.props)===null||t===void 0?void 0:t.className,u)||null,style:_(_({},(i=C.props)===null||i===void 0?void 0:i.style),m),hidden:v})},Fq=["show"];function Kk(e,a){return c.useMemo(function(){var t={};a&&(t.show=pa(a)==="object"&&a.formatter?a.formatter:!!a),t=_(_({},t),e);var i=t,n=i.show,r=Ma(i,Fq);return _(_({},r),{},{show:!!n,showFormatter:typeof n=="function"?n:void 0,strategy:r.strategy||function(s){return s.length}})},[e,a])}var Dq=["autoComplete","onChange","onFocus","onBlur","onPressEnter","onKeyDown","prefixCls","disabled","htmlSize","className","maxLength","suffix","showCount","count","type","classes","classNames","styles","onCompositionStart","onCompositionEnd"],Nq=c.forwardRef(function(e,a){var t=e.autoComplete,i=e.onChange,n=e.onFocus,r=e.onBlur,s=e.onPressEnter,o=e.onKeyDown,d=e.prefixCls,l=d===void 0?"rc-input":d,g=e.disabled,u=e.htmlSize,m=e.className,f=e.maxLength,k=e.suffix,y=e.showCount,w=e.count,b=e.type,h=b===void 0?"text":b,p=e.classes,v=e.classNames,x=e.styles,S=e.onCompositionStart,A=e.onCompositionEnd,T=Ma(e,Dq),q=c.useState(!1),z=Q(q,2),W=z[0],H=z[1],D=c.useRef(!1),M=c.useRef(null),B=function(ae){M.current&&_k(M.current,ae)},F=mi(e.defaultValue,{value:e.value}),P=Q(F,2),C=P[0],N=P[1],j=C==null?"":String(C),L=c.useState(null),K=Q(L,2),X=K[0],te=K[1],ee=Kk(w,y),we=ee.max||f,fe=ee.strategy(j),ve=!!we&&fe>we;c.useImperativeHandle(a,function(){return{focus:B,blur:function(){var ae;(ae=M.current)===null||ae===void 0||ae.blur()},setSelectionRange:function(ae,de,ye){var ke;(ke=M.current)===null||ke===void 0||ke.setSelectionRange(ae,de,ye)},select:function(){var ae;(ae=M.current)===null||ae===void 0||ae.select()},input:M.current}}),c.useEffect(function(){H(function(oe){return oe&&g?!1:oe})},[g]);var be=function(ae,de,ye){var ke=de;if(!D.current&&ee.exceedFormatter&&ee.max&&ee.strategy(de)>ee.max){if(ke=ee.exceedFormatter(de,{max:ee.max}),de!==ke){var Pe,Xe;te([((Pe=M.current)===null||Pe===void 0?void 0:Pe.selectionStart)||0,((Xe=M.current)===null||Xe===void 0?void 0:Xe.selectionEnd)||0])}}else if(ye.source==="compositionEnd")return;N(ke),M.current&&al(M.current,ae,i,ke)};c.useEffect(function(){if(X){var oe;(oe=M.current)===null||oe===void 0||oe.setSelectionRange.apply(oe,Ge(X))}},[X]);var Y=function(ae){be(ae,ae.target.value,{source:"change"})},J=function(ae){D.current=!1,be(ae,ae.currentTarget.value,{source:"compositionEnd"}),A==null||A(ae)},me=function(ae){s&&ae.key==="Enter"&&s(ae),o==null||o(ae)},Se=function(ae){H(!0),n==null||n(ae)},ce=function(ae){H(!1),r==null||r(ae)},ie=function(ae){N(""),B(),M.current&&al(M.current,ae,i)},Re=ve&&"".concat(l,"-out-of-range"),Ie=function(){var ae=er(e,["prefixCls","onPressEnter","addonBefore","addonAfter","prefix","suffix","allowClear","defaultValue","showCount","count","classes","htmlSize","styles","classNames"]);return Z.createElement("input",je({autoComplete:t},ae,{onChange:Y,onFocus:Se,onBlur:ce,onKeyDown:me,className:se(l,G({},"".concat(l,"-disabled"),g),v==null?void 0:v.input),style:x==null?void 0:x.input,ref:M,size:u,type:h,onCompositionStart:function(ye){D.current=!0,S==null||S(ye)},onCompositionEnd:J}))},Me=function(){var ae=Number(we)>0;if(k||ee.show){var de=ee.showFormatter?ee.showFormatter({value:j,count:fe,maxLength:we}):"".concat(fe).concat(ae?" / ".concat(we):"");return Z.createElement(Z.Fragment,null,ee.show&&Z.createElement("span",{className:se("".concat(l,"-show-count-suffix"),G({},"".concat(l,"-show-count-has-suffix"),!!k),v==null?void 0:v.count),style:_({},x==null?void 0:x.count)},de),k)}return null};return Z.createElement(zh,je({},T,{prefixCls:l,className:se(m,Re),handleReset:ie,value:j,focused:W,triggerFocus:B,suffix:Me(),disabled:g,classes:p,classNames:v,styles:x}),Ie())});function Hq(e,a){var t=c.useRef(null);function i(){try{var r=e.selectionStart,s=e.selectionEnd,o=e.value,d=o.substring(0,r),l=o.substring(s);t.current={start:r,end:s,value:o,beforeTxt:d,afterTxt:l}}catch{}}function n(){if(e&&t.current&&a)try{var r=e.value,s=t.current,o=s.beforeTxt,d=s.afterTxt,l=s.start,g=r.length;if(r.endsWith(d))g=r.length-t.current.afterTxt.length;else if(r.startsWith(o))g=o.length;else{var u=o[l-1],m=r.indexOf(u,l-1);m!==-1&&(g=m+1)}e.setSelectionRange(g,g)}catch(f){Wt(!1,"Something warning of cursor restore. Please fire issue about this: ".concat(f.message))}}return[i,n]}var jq=function(){var a=c.useState(!1),t=Q(a,2),i=t[0],n=t[1];return Ka(function(){n(fh())},[]),i},Lq=200,Oq=600;function Gq(e){var a=e.prefixCls,t=e.upNode,i=e.downNode,n=e.upDisabled,r=e.downDisabled,s=e.onStep,o=c.useRef(),d=c.useRef([]),l=c.useRef();l.current=s;var g=function(){clearTimeout(o.current)},u=function(p,v){p.preventDefault(),g(),l.current(v);function x(){l.current(v),o.current=setTimeout(x,Lq)}o.current=setTimeout(x,Oq)};c.useEffect(function(){return function(){g(),d.current.forEach(function(h){return Za.cancel(h)})}},[]);var m=jq();if(m)return null;var f="".concat(a,"-handler"),k=se(f,"".concat(f,"-up"),G({},"".concat(f,"-up-disabled"),n)),y=se(f,"".concat(f,"-down"),G({},"".concat(f,"-down-disabled"),r)),w=function(){return d.current.push(Za(g))},b={unselectable:"on",role:"button",onMouseUp:w,onMouseLeave:w};return c.createElement("div",{className:"".concat(f,"-wrap")},c.createElement("span",je({},b,{onMouseDown:function(p){u(p,!0)},"aria-label":"Increase Value","aria-disabled":n,className:k}),t||c.createElement("span",{unselectable:"on",className:"".concat(a,"-handler-up-inner")})),c.createElement("span",je({},b,{onMouseDown:function(p){u(p,!1)},"aria-label":"Decrease Value","aria-disabled":r,className:y}),i||c.createElement("span",{unselectable:"on",className:"".concat(a,"-handler-down-inner")})))}function P0(e){var a=typeof e=="number"?Zl(e):qr(e).fullStr,t=a.includes(".");return t?qr(a.replace(/(\d)\.(\d)/g,"$1$2.")).fullStr:e+"0"}const $q=function(){var e=c.useRef(0),a=function(){Za.cancel(e.current)};return c.useEffect(function(){return a},[]),function(t){a(),e.current=Za(function(){t()})}};var Uq=["prefixCls","className","style","min","max","step","defaultValue","value","disabled","readOnly","upHandler","downHandler","keyboard","changeOnWheel","controls","classNames","stringMode","parser","formatter","precision","decimalSeparator","onChange","onInput","onPressEnter","onStep","changeOnBlur"],Vq=["disabled","style","prefixCls","value","prefix","suffix","addonBefore","addonAfter","className","classNames"],E0=function(a,t){return a||t.isEmpty()?t.toString():t.toNumber()},W0=function(a){var t=Li(a);return t.isInvalidate()?null:t},_q=c.forwardRef(function(e,a){var t,i=e.prefixCls,n=i===void 0?"rc-input-number":i,r=e.className,s=e.style,o=e.min,d=e.max,l=e.step,g=l===void 0?1:l,u=e.defaultValue,m=e.value,f=e.disabled,k=e.readOnly,y=e.upHandler,w=e.downHandler,b=e.keyboard,h=e.changeOnWheel,p=h===void 0?!1:h,v=e.controls,x=v===void 0?!0:v;e.classNames;var S=e.stringMode,A=e.parser,T=e.formatter,q=e.precision,z=e.decimalSeparator,W=e.onChange,H=e.onInput,D=e.onPressEnter,M=e.onStep,B=e.changeOnBlur,F=B===void 0?!0:B,P=Ma(e,Uq),C="".concat(n,"-input"),N=c.useRef(null),j=c.useState(!1),L=Q(j,2),K=L[0],X=L[1],te=c.useRef(!1),ee=c.useRef(!1),we=c.useRef(!1),fe=c.useState(function(){return Li(m??u)}),ve=Q(fe,2),be=ve[0],Y=ve[1];function J(Le){m===void 0&&Y(Le)}var me=c.useCallback(function(Le,pe){if(!pe)return q>=0?q:Math.max(vr(Le),vr(g))},[q,g]),Se=c.useCallback(function(Le){var pe=String(Le);if(A)return A(pe);var Ee=pe;return z&&(Ee=Ee.replace(z,".")),Ee.replace(/[^\w.-]+/g,"")},[A,z]),ce=c.useRef(""),ie=c.useCallback(function(Le,pe){if(T)return T(Le,{userTyping:pe,input:String(ce.current)});var Ee=typeof Le=="number"?Zl(Le):Le;if(!pe){var He=me(Ee,pe);if(Rh(Ee)&&(z||He>=0)){var Ce=z||".";Ee=pc(Ee,Ce,He)}}return Ee},[T,me,z]),Re=c.useState(function(){var Le=u??m;return be.isInvalidate()&&["string","number"].includes(pa(Le))?Number.isNaN(Le)?"":Le:ie(be.toString(),!1)}),Ie=Q(Re,2),Me=Ie[0],oe=Ie[1];ce.current=Me;function ae(Le,pe){oe(ie(Le.isInvalidate()?Le.toString(!1):Le.toString(!pe),pe))}var de=c.useMemo(function(){return W0(d)},[d,q]),ye=c.useMemo(function(){return W0(o)},[o,q]),ke=c.useMemo(function(){return!de||!be||be.isInvalidate()?!1:de.lessEquals(be)},[de,be]),Pe=c.useMemo(function(){return!ye||!be||be.isInvalidate()?!1:be.lessEquals(ye)},[ye,be]),Xe=Hq(N.current,K),Je=Q(Xe,2),ca=Je[0],Qe=Je[1],Ne=function(pe){return de&&!pe.lessEquals(de)?de:ye&&!ye.lessEquals(pe)?ye:null},Ke=function(pe){return!Ne(pe)},Fe=function(pe,Ee){var He=pe,Ce=Ke(He)||He.isEmpty();if(!He.isEmpty()&&!Ee&&(He=Ne(He)||He,Ce=!0),!k&&!f&&Ce){var ze=He.toString(),ea=me(ze,Ee);return ea>=0&&(He=Li(pc(ze,".",ea)),Ke(He)||(He=Li(pc(ze,".",ea,!0)))),He.equals(be)||(J(He),W==null||W(He.isEmpty()?null:E0(S,He)),m===void 0&&ae(He,Ee)),He}return be},Ra=$q(),na=function Le(pe){if(ca(),ce.current=pe,oe(pe),!ee.current){var Ee=Se(pe),He=Li(Ee);He.isNaN()||Fe(He,!0)}H==null||H(pe),Ra(function(){var Ce=pe;A||(Ce=pe.replace(/。/g,".")),Ce!==pe&&Le(Ce)})},va=function(){ee.current=!0},za=function(){ee.current=!1,na(N.current.value)},la=function(pe){na(pe.target.value)},ua=function(pe){var Ee;if(!(pe&&ke||!pe&&Pe)){te.current=!1;var He=Li(we.current?P0(g):g);pe||(He=He.negate());var Ce=(be||Li(0)).add(He.toString()),ze=Fe(Ce,!1);M==null||M(E0(S,ze),{offset:we.current?P0(g):g,type:pe?"up":"down"}),(Ee=N.current)===null||Ee===void 0||Ee.focus()}},oa=function(pe){var Ee=Li(Se(Me)),He=Ee;Ee.isNaN()?He=Fe(be,pe):He=Fe(Ee,pe),m!==void 0?ae(be,!1):He.isNaN()||ae(He,!1)},wa=function(){te.current=!0},ma=function(pe){var Ee=pe.key,He=pe.shiftKey;te.current=!0,we.current=He,Ee==="Enter"&&(ee.current||(te.current=!1),oa(!1),D==null||D(pe)),b!==!1&&!ee.current&&["Up","ArrowUp","Down","ArrowDown"].includes(Ee)&&(ua(Ee==="Up"||Ee==="ArrowUp"),pe.preventDefault())},Ia=function(){te.current=!1,we.current=!1};c.useEffect(function(){if(p&&K){var Le=function(He){ua(He.deltaY<0),He.preventDefault()},pe=N.current;if(pe)return pe.addEventListener("wheel",Le,{passive:!1}),function(){return pe.removeEventListener("wheel",Le)}}});var Ba=function(){F&&oa(!1),X(!1),te.current=!1};return So(function(){be.isInvalidate()||ae(be,!1)},[q,T]),So(function(){var Le=Li(m);Y(Le);var pe=Li(Se(Me));(!Le.equals(pe)||!te.current||T)&&ae(Le,te.current)},[m]),So(function(){T&&Qe()},[Me]),c.createElement("div",{className:se(n,r,(t={},G(t,"".concat(n,"-focused"),K),G(t,"".concat(n,"-disabled"),f),G(t,"".concat(n,"-readonly"),k),G(t,"".concat(n,"-not-a-number"),be.isNaN()),G(t,"".concat(n,"-out-of-range"),!be.isInvalidate()&&!Ke(be)),t)),style:s,onFocus:function(){X(!0)},onBlur:Ba,onKeyDown:ma,onKeyUp:Ia,onCompositionStart:va,onCompositionEnd:za,onBeforeInput:wa},x&&c.createElement(Gq,{prefixCls:n,upNode:y,downNode:w,upDisabled:ke,downDisabled:Pe,onStep:ua}),c.createElement("div",{className:"".concat(C,"-wrap")},c.createElement("input",je({autoComplete:"off",role:"spinbutton","aria-valuemin":o,"aria-valuemax":d,"aria-valuenow":be.isInvalidate()?null:be.toString(),step:g},P,{ref:Xi(N,a),className:C,value:Me,onChange:la,disabled:f,readOnly:k}))))}),Zk=c.forwardRef(function(e,a){var t=e.disabled,i=e.style,n=e.prefixCls,r=e.value,s=e.prefix,o=e.suffix,d=e.addonBefore,l=e.addonAfter,g=e.className,u=e.classNames,m=Ma(e,Vq),f=c.useRef(null),k=function(w){f.current&&_k(f.current,w)};return c.createElement(zh,{className:g,triggerFocus:k,prefixCls:n,value:r,disabled:t,style:i,prefix:s,suffix:o,addonAfter:l,addonBefore:d,classNames:u,components:{affixWrapper:"div",groupWrapper:"div",wrapper:"div",groupAddon:"div"}},c.createElement(_q,je({prefixCls:n,disabled:t,ref:Xi(f,a),className:u==null?void 0:u.input},m)))});Zk.displayName="InputNumber";const Kq=e=>{var a;const t=(a=e.handleVisible)!==null&&a!==void 0?a:"auto";return Object.assign(Object.assign({},Ah(e)),{controlWidth:90,handleWidth:e.controlHeightSM-e.lineWidth*2,handleFontSize:e.fontSize/2,handleVisible:t,handleActiveBg:e.colorFillAlter,handleBg:e.colorBgContainer,filledHandleBg:new At(e.colorFillSecondary).onBackground(e.colorBgContainer).toHexString(),handleHoverColor:e.colorPrimary,handleBorderColor:e.colorBorder,handleOpacity:t===!0?1:0})},I0=(e,a)=>{let{componentCls:t,borderRadiusSM:i,borderRadiusLG:n}=e;const r=a==="lg"?n:i;return{[`&-${a}`]:{[`${t}-handler-wrap`]:{borderStartEndRadius:r,borderEndEndRadius:r},[`${t}-handler-up`]:{borderStartEndRadius:r},[`${t}-handler-down`]:{borderEndEndRadius:r}}}},Zq=e=>{const{componentCls:a,lineWidth:t,lineType:i,borderRadius:n,fontSizeLG:r,controlHeightLG:s,controlHeightSM:o,colorError:d,paddingInlineSM:l,paddingBlockSM:g,paddingBlockLG:u,paddingInlineLG:m,colorTextDescription:f,motionDurationMid:k,handleHoverColor:y,paddingInline:w,paddingBlock:b,handleBg:h,handleActiveBg:p,colorTextDisabled:v,borderRadiusSM:x,borderRadiusLG:S,controlWidth:A,handleOpacity:T,handleBorderColor:q,filledHandleBg:z,lineHeightLG:W,calc:H}=e;return[{[a]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),fd(e)),{display:"inline-block",width:A,margin:0,padding:0,borderRadius:n}),Ik(e,{[`${a}-handler-wrap`]:{background:h,[`${a}-handler-down`]:{borderBlockStart:`${re(t)} ${i} ${q}`}}})),Nk(e,{[`${a}-handler-wrap`]:{background:z,[`${a}-handler-down`]:{borderBlockStart:`${re(t)} ${i} ${q}`}},"&:focus-within":{[`${a}-handler-wrap`]:{background:h}}})),Fk(e)),{"&-rtl":{direction:"rtl",[`${a}-input`]:{direction:"rtl"}},"&-lg":{padding:0,fontSize:r,lineHeight:W,borderRadius:S,[`input${a}-input`]:{height:H(s).sub(H(t).mul(2)).equal(),padding:`${re(u)} ${re(m)}`}},"&-sm":{padding:0,borderRadius:x,[`input${a}-input`]:{height:H(o).sub(H(t).mul(2)).equal(),padding:`${re(g)} ${re(l)}`}},"&-out-of-range":{[`${a}-input-wrap`]:{input:{color:d}}},"&-group":Object.assign(Object.assign(Object.assign({},Ut(e)),Ok(e)),{"&-wrapper":Object.assign(Object.assign(Object.assign({display:"inline-block",textAlign:"start",verticalAlign:"top",[`${a}-affix-wrapper`]:{width:"100%"},"&-lg":{[`${a}-group-addon`]:{borderRadius:S,fontSize:e.fontSizeLG}},"&-sm":{[`${a}-group-addon`]:{borderRadius:x}}},Bk(e)),Hk(e)),{[`&:not(${a}-compact-first-item):not(${a}-compact-last-item)${a}-compact-item`]:{[`${a}, ${a}-group-addon`]:{borderRadius:0}},[`&:not(${a}-compact-last-item)${a}-compact-first-item`]:{[`${a}, ${a}-group-addon`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&:not(${a}-compact-first-item)${a}-compact-last-item`]:{[`${a}, ${a}-group-addon`]:{borderStartStartRadius:0,borderEndStartRadius:0}}})}),[`&-disabled ${a}-input`]:{cursor:"not-allowed"},[a]:{"&-input":Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{width:"100%",padding:`${re(b)} ${re(w)}`,textAlign:"start",backgroundColor:"transparent",border:0,borderRadius:n,outline:0,transition:`all ${k} linear`,appearance:"textfield",fontSize:"inherit"}),jk(e.colorTextPlaceholder)),{'&[type="number"]::-webkit-inner-spin-button, &[type="number"]::-webkit-outer-spin-button':{margin:0,webkitAppearance:"none",appearance:"none"}})}})},{[a]:Object.assign(Object.assign(Object.assign({[`&:hover ${a}-handler-wrap, &-focused ${a}-handler-wrap`]:{opacity:1},[`${a}-handler-wrap`]:{position:"absolute",insetBlockStart:0,insetInlineEnd:0,width:e.handleWidth,height:"100%",borderStartStartRadius:0,borderStartEndRadius:n,borderEndEndRadius:n,borderEndStartRadius:0,opacity:T,display:"flex",flexDirection:"column",alignItems:"stretch",transition:`opacity ${k} linear ${k}`,[`${a}-handler`]:{display:"flex",alignItems:"center",justifyContent:"center",flex:"auto",height:"40%",[` + `]:{borderRadius:0},[`> ${a}-item:last-child`]:{borderBottom:0},[`> ${a}-item > ${a}-content`]:{backgroundColor:"transparent",borderTop:0},[`> ${a}-item > ${a}-content > ${a}-content-box`]:{paddingTop:i}}}},vq=e=>{const{componentCls:a,paddingSM:t}=e;return{[`${a}-ghost`]:{backgroundColor:"transparent",border:0,[`> ${a}-item`]:{borderBottom:0,[`> ${a}-content`]:{backgroundColor:"transparent",border:0,[`> ${a}-content-box`]:{paddingBlock:t}}}}}},Aq=e=>({headerPadding:`${e.paddingSM}px ${e.padding}px`,headerBg:e.colorFillAlter,contentPadding:`${e.padding}px 16px`,contentBg:e.colorBgContainer}),xq=Zt("Collapse",e=>{const a=Ya(e,{collapseHeaderPaddingSM:`${ie(e.paddingXS)} ${ie(e.paddingSM)}`,collapseHeaderPaddingLG:`${ie(e.padding)} ${ie(e.paddingLG)}`,collapsePanelBorderRadius:e.borderRadiusLG});return[yq(a),wq(a),vq(a),kq(a),jx(a)]},Aq),Sq=l.forwardRef((e,a)=>{const{getPrefixCls:t,direction:i,collapse:n}=l.useContext(Ra),{prefixCls:r,className:s,rootClassName:o,style:d,bordered:c=!0,ghost:g,size:u,expandIconPosition:m="start",children:b,expandIcon:k}=e,y=un(W=>{var F;return(F=u??W)!==null&&F!==void 0?F:"middle"}),w=t("collapse",r),f=t(),[h,p,A]=xq(w),S=l.useMemo(()=>m==="left"?"start":m==="right"?"end":m,[m]),x=k??(n==null?void 0:n.expandIcon),v=l.useCallback(function(){let W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const F=typeof x=="function"?x(W):l.createElement(jm,{rotate:W.isActive?90:void 0});return gn(F,()=>{var B;return{className:de((B=F==null?void 0:F.props)===null||B===void 0?void 0:B.className,`${w}-arrow`)}})},[x,w]),C=de(`${w}-icon-position-${S}`,{[`${w}-borderless`]:!c,[`${w}-rtl`]:i==="rtl",[`${w}-ghost`]:!!g,[`${w}-${y}`]:y!=="middle"},n==null?void 0:n.className,s,o,p,A),R=Object.assign(Object.assign({},mv(f)),{motionAppear:!1,leavedClassName:`${w}-content-hidden`}),z=l.useMemo(()=>b?Er(b).map((W,F)=>{var B,$;if(!((B=W.props)===null||B===void 0)&&B.disabled){const V=($=W.key)!==null&&$!==void 0?$:String(F),{disabled:D,collapsible:P}=W.props,T=Object.assign(Object.assign({},Tn(W.props,["disabled"])),{key:V,collapsible:P??(D?"disabled":void 0)});return gn(W,T)}return W}):null,[b]);return h(l.createElement(Ch,Object.assign({ref:a,openMotion:R},Tn(e,["rootClassName"]),{expandIcon:v,prefixCls:w,className:C,style:Object.assign(Object.assign({},n==null?void 0:n.style),d)}),z))}),Cq=Object.assign(Sq,{Panel:pq});var Tq={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"}}]},name:"up",theme:"outlined"};const qq=Tq;var Rq=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:qq}))};const zq=l.forwardRef(Rq);function Om(){return typeof BigInt=="function"}function Vk(e){return!e&&e!==0&&!Number.isNaN(e)||!String(e).trim()}function Cr(e){var a=e.trim(),t=a.startsWith("-");t&&(a=a.slice(1)),a=a.replace(/(\.\d*[^0])0*$/,"$1").replace(/\.0*$/,"").replace(/^0+/,""),a.startsWith(".")&&(a="0".concat(a));var i=a||"0",n=i.split("."),r=n[0]||"0",s=n[1]||"0";r==="0"&&s==="0"&&(t=!1);var o=t?"-":"";return{negative:t,negativeStr:o,trimStr:i,integerStr:r,decimalStr:s,fullStr:"".concat(o).concat(i)}}function Th(e){var a=String(e);return!Number.isNaN(Number(a))&&a.includes("e")}function kr(e){var a=String(e);if(Th(e)){var t=Number(a.slice(a.indexOf("e-")+2)),i=a.match(/\.(\d+)/);return i!=null&&i[1]&&(t+=i[1].length),t}return a.includes(".")&&qh(a)?a.length-a.indexOf(".")-1:0}function Jl(e){var a=String(e);if(Th(e)){if(e>Number.MAX_SAFE_INTEGER)return String(Om()?BigInt(e).toString():Number.MAX_SAFE_INTEGER);if(e0&&arguments[0]!==void 0?arguments[0]:!0;return t?this.isInvalidate()?"":Cr("".concat(this.getMark()).concat(this.getIntegerStr(),".").concat(this.getDecimalStr())).fullStr:this.origin}}]),e}(),Pq=function(){function e(a){if(_t(this,e),O(this,"origin",""),O(this,"number",void 0),O(this,"empty",void 0),Vk(a)){this.empty=!0;return}this.origin=String(a),this.number=Number(a)}return Kt(e,[{key:"negate",value:function(){return new e(-this.toNumber())}},{key:"add",value:function(t){if(this.isInvalidate())return new e(t);var i=Number(t);if(Number.isNaN(i))return this;var n=this.number+i;if(n>Number.MAX_SAFE_INTEGER)return new e(Number.MAX_SAFE_INTEGER);if(nNumber.MAX_SAFE_INTEGER)return new e(Number.MAX_SAFE_INTEGER);if(n0&&arguments[0]!==void 0?arguments[0]:!0;return t?this.isInvalidate()?"":Jl(this.number):this.origin}}]),e}();function Li(e){return Om()?new Mq(e):new Pq(e)}function fc(e,a,t){var i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(e==="")return"";var n=Cr(e),r=n.negativeStr,s=n.integerStr,o=n.decimalStr,d="".concat(a).concat(o),c="".concat(r).concat(s);if(t>=0){var g=Number(o[t]);if(g>=5&&!i){var u=Li(e).add("".concat(r,"0.").concat("0".repeat(t)).concat(10-g));return fc(u.toString(),a,t,i)}return t===0?c:"".concat(c).concat(a).concat(o.padEnd(t,"0").slice(0,t))}return d===".0"?c:"".concat(c).concat(d)}function Eq(e){return!!(e.addonBefore||e.addonAfter)}function Wq(e){return!!(e.prefix||e.suffix||e.allowClear)}function Xc(e,a,t,i){if(t){var n=a;if(a.type==="click"){var r=e.cloneNode(!0);n=Object.create(a,{target:{value:r},currentTarget:{value:r}}),r.value="",t(n);return}if(e.type!=="file"&&i!==void 0){var s=e.cloneNode(!0);n=Object.create(a,{target:{value:s},currentTarget:{value:s}}),s.value=i,t(n);return}t(n)}}function _k(e,a){if(e){e.focus(a);var t=a||{},i=t.cursor;if(i){var n=e.value.length;switch(i){case"start":e.setSelectionRange(0,0);break;case"end":e.setSelectionRange(n,n);break;default:e.setSelectionRange(0,n)}}}}var Rh=function(a){var t,i,n=a.inputElement,r=a.children,s=a.prefixCls,o=a.prefix,d=a.suffix,c=a.addonBefore,g=a.addonAfter,u=a.className,m=a.style,b=a.disabled,k=a.readOnly,y=a.focused,w=a.triggerFocus,f=a.allowClear,h=a.value,p=a.handleReset,A=a.hidden,S=a.classes,x=a.classNames,v=a.dataAttrs,C=a.styles,R=a.components,z=r??n,W=(R==null?void 0:R.affixWrapper)||"span",F=(R==null?void 0:R.groupWrapper)||"span",B=(R==null?void 0:R.wrapper)||"span",$=(R==null?void 0:R.groupAddon)||"span",V=l.useRef(null),D=function(se){var Q;(Q=V.current)!==null&&Q!==void 0&&Q.contains(se.target)&&(w==null||w())},P=Wq(a),T=l.cloneElement(z,{value:h,className:de(z.props.className,!P&&(x==null?void 0:x.variant))||null});if(P){var I,H=null;if(f){var L,Z=!b&&!k&&h,ae="".concat(s,"-clear-icon"),te=pa(f)==="object"&&f!==null&&f!==void 0&&f.clearIcon?f.clearIcon:"✖";H=K.createElement("span",{onClick:p,onMouseDown:function(se){return se.preventDefault()},className:de(ae,(L={},O(L,"".concat(ae,"-hidden"),!Z),O(L,"".concat(ae,"-has-suffix"),!!d),L)),role:"button",tabIndex:-1},te)}var X="".concat(s,"-affix-wrapper"),we=de(X,(I={},O(I,"".concat(s,"-disabled"),b),O(I,"".concat(X,"-disabled"),b),O(I,"".concat(X,"-focused"),y),O(I,"".concat(X,"-readonly"),k),O(I,"".concat(X,"-input-with-clear-btn"),d&&f&&h),I),S==null?void 0:S.affixWrapper,x==null?void 0:x.affixWrapper,x==null?void 0:x.variant),be=(d||f)&&K.createElement("span",{className:de("".concat(s,"-suffix"),x==null?void 0:x.suffix),style:C==null?void 0:C.suffix},H,d);T=K.createElement(W,_e({className:we,style:C==null?void 0:C.affixWrapper,onClick:D},v==null?void 0:v.affixWrapper,{ref:V}),o&&K.createElement("span",{className:de("".concat(s,"-prefix"),x==null?void 0:x.prefix),style:C==null?void 0:C.prefix},o),T,be)}if(Eq(a)){var ye="".concat(s,"-group"),pe="".concat(ye,"-addon"),ne="".concat(ye,"-wrapper"),J=de("".concat(s,"-wrapper"),ye,S==null?void 0:S.wrapper,x==null?void 0:x.wrapper),fe=de(ne,O({},"".concat(ne,"-disabled"),b),S==null?void 0:S.group,x==null?void 0:x.groupWrapper);T=K.createElement(F,{className:fe},K.createElement(B,{className:J},c&&K.createElement($,{className:pe},c),T,g&&K.createElement($,{className:pe},g)))}return K.cloneElement(T,{className:de((t=T.props)===null||t===void 0?void 0:t.className,u)||null,style:_(_({},(i=T.props)===null||i===void 0?void 0:i.style),m),hidden:A})},Iq=["show"];function Kk(e,a){return l.useMemo(function(){var t={};a&&(t.show=pa(a)==="object"&&a.formatter?a.formatter:!!a),t=_(_({},t),e);var i=t,n=i.show,r=Wa(i,Iq);return _(_({},r),{},{show:!!n,showFormatter:typeof n=="function"?n:void 0,strategy:r.strategy||function(s){return s.length}})},[e,a])}var Bq=["autoComplete","onChange","onFocus","onBlur","onPressEnter","onKeyDown","prefixCls","disabled","htmlSize","className","maxLength","suffix","showCount","count","type","classes","classNames","styles","onCompositionStart","onCompositionEnd"],Fq=l.forwardRef(function(e,a){var t=e.autoComplete,i=e.onChange,n=e.onFocus,r=e.onBlur,s=e.onPressEnter,o=e.onKeyDown,d=e.prefixCls,c=d===void 0?"rc-input":d,g=e.disabled,u=e.htmlSize,m=e.className,b=e.maxLength,k=e.suffix,y=e.showCount,w=e.count,f=e.type,h=f===void 0?"text":f,p=e.classes,A=e.classNames,S=e.styles,x=e.onCompositionStart,v=e.onCompositionEnd,C=Wa(e,Bq),R=l.useState(!1),z=Y(R,2),W=z[0],F=z[1],B=l.useRef(!1),$=l.useRef(null),V=function(oe){$.current&&_k($.current,oe)},D=ui(e.defaultValue,{value:e.value}),P=Y(D,2),T=P[0],I=P[1],H=T==null?"":String(T),L=l.useState(null),Z=Y(L,2),ae=Z[0],te=Z[1],X=Kk(w,y),we=X.max||b,be=X.strategy(H),ye=!!we&&be>we;l.useImperativeHandle(a,function(){return{focus:V,blur:function(){var oe;(oe=$.current)===null||oe===void 0||oe.blur()},setSelectionRange:function(oe,ue,xe){var Se;(Se=$.current)===null||Se===void 0||Se.setSelectionRange(oe,ue,xe)},select:function(){var oe;(oe=$.current)===null||oe===void 0||oe.select()},input:$.current}}),l.useEffect(function(){F(function(re){return re&&g?!1:re})},[g]);var pe=function(oe,ue,xe){var Se=ue;if(!B.current&&X.exceedFormatter&&X.max&&X.strategy(ue)>X.max){if(Se=X.exceedFormatter(ue,{max:X.max}),ue!==Se){var We,ea;te([((We=$.current)===null||We===void 0?void 0:We.selectionStart)||0,((ea=$.current)===null||ea===void 0?void 0:ea.selectionEnd)||0])}}else if(xe.source==="compositionEnd")return;I(Se),$.current&&Xc($.current,oe,i,Se)};l.useEffect(function(){if(ae){var re;(re=$.current)===null||re===void 0||re.setSelectionRange.apply(re,Oe(ae))}},[ae]);var ne=function(oe){pe(oe,oe.target.value,{source:"change"})},J=function(oe){B.current=!1,pe(oe,oe.currentTarget.value,{source:"compositionEnd"}),v==null||v(oe)},fe=function(oe){s&&oe.key==="Enter"&&s(oe),o==null||o(oe)},Ce=function(oe){F(!0),n==null||n(oe)},se=function(oe){F(!1),r==null||r(oe)},Q=function(oe){I(""),V(),$.current&&Xc($.current,oe,i)},Ee=ye&&"".concat(c,"-out-of-range"),Ie=function(){var oe=Tn(e,["prefixCls","onPressEnter","addonBefore","addonAfter","prefix","suffix","allowClear","defaultValue","showCount","count","classes","htmlSize","styles","classNames"]);return K.createElement("input",_e({autoComplete:t},oe,{onChange:ne,onFocus:Ce,onBlur:se,onKeyDown:fe,className:de(c,O({},"".concat(c,"-disabled"),g),A==null?void 0:A.input),style:S==null?void 0:S.input,ref:$,size:u,type:h,onCompositionStart:function(xe){B.current=!0,x==null||x(xe)},onCompositionEnd:J}))},ze=function(){var oe=Number(we)>0;if(k||X.show){var ue=X.showFormatter?X.showFormatter({value:H,count:be,maxLength:we}):"".concat(be).concat(oe?" / ".concat(we):"");return K.createElement(K.Fragment,null,X.show&&K.createElement("span",{className:de("".concat(c,"-show-count-suffix"),O({},"".concat(c,"-show-count-has-suffix"),!!k),A==null?void 0:A.count),style:_({},S==null?void 0:S.count)},ue),k)}return null};return K.createElement(Rh,_e({},C,{prefixCls:c,className:de(m,Ee),handleReset:Q,value:H,focused:W,triggerFocus:V,suffix:ze(),disabled:g,classes:p,classNames:A,styles:S}),Ie())});function Dq(e,a){var t=l.useRef(null);function i(){try{var r=e.selectionStart,s=e.selectionEnd,o=e.value,d=o.substring(0,r),c=o.substring(s);t.current={start:r,end:s,value:o,beforeTxt:d,afterTxt:c}}catch{}}function n(){if(e&&t.current&&a)try{var r=e.value,s=t.current,o=s.beforeTxt,d=s.afterTxt,c=s.start,g=r.length;if(r.endsWith(d))g=r.length-t.current.afterTxt.length;else if(r.startsWith(o))g=o.length;else{var u=o[c-1],m=r.indexOf(u,c-1);m!==-1&&(g=m+1)}e.setSelectionRange(g,g)}catch(b){Nt(!1,"Something warning of cursor restore. Please fire issue about this: ".concat(b.message))}}return[i,n]}var Nq=function(){var a=l.useState(!1),t=Y(a,2),i=t[0],n=t[1];return Xa(function(){n(hh())},[]),i},Hq=200,jq=600;function Lq(e){var a=e.prefixCls,t=e.upNode,i=e.downNode,n=e.upDisabled,r=e.downDisabled,s=e.onStep,o=l.useRef(),d=l.useRef([]),c=l.useRef();c.current=s;var g=function(){clearTimeout(o.current)},u=function(p,A){p.preventDefault(),g(),c.current(A);function S(){c.current(A),o.current=setTimeout(S,Hq)}o.current=setTimeout(S,jq)};l.useEffect(function(){return function(){g(),d.current.forEach(function(h){return at.cancel(h)})}},[]);var m=Nq();if(m)return null;var b="".concat(a,"-handler"),k=de(b,"".concat(b,"-up"),O({},"".concat(b,"-up-disabled"),n)),y=de(b,"".concat(b,"-down"),O({},"".concat(b,"-down-disabled"),r)),w=function(){return d.current.push(at(g))},f={unselectable:"on",role:"button",onMouseUp:w,onMouseLeave:w};return l.createElement("div",{className:"".concat(b,"-wrap")},l.createElement("span",_e({},f,{onMouseDown:function(p){u(p,!0)},"aria-label":"Increase Value","aria-disabled":n,className:k}),t||l.createElement("span",{unselectable:"on",className:"".concat(a,"-handler-up-inner")})),l.createElement("span",_e({},f,{onMouseDown:function(p){u(p,!1)},"aria-label":"Decrease Value","aria-disabled":r,className:y}),i||l.createElement("span",{unselectable:"on",className:"".concat(a,"-handler-down-inner")})))}function z0(e){var a=typeof e=="number"?Jl(e):Cr(e).fullStr,t=a.includes(".");return t?Cr(a.replace(/(\d)\.(\d)/g,"$1$2.")).fullStr:e+"0"}const Oq=function(){var e=l.useRef(0),a=function(){at.cancel(e.current)};return l.useEffect(function(){return a},[]),function(t){a(),e.current=at(function(){t()})}};var Gq=["prefixCls","className","style","min","max","step","defaultValue","value","disabled","readOnly","upHandler","downHandler","keyboard","changeOnWheel","controls","classNames","stringMode","parser","formatter","precision","decimalSeparator","onChange","onInput","onPressEnter","onStep","changeOnBlur"],$q=["disabled","style","prefixCls","value","prefix","suffix","addonBefore","addonAfter","className","classNames"],M0=function(a,t){return a||t.isEmpty()?t.toString():t.toNumber()},P0=function(a){var t=Li(a);return t.isInvalidate()?null:t},Uq=l.forwardRef(function(e,a){var t,i=e.prefixCls,n=i===void 0?"rc-input-number":i,r=e.className,s=e.style,o=e.min,d=e.max,c=e.step,g=c===void 0?1:c,u=e.defaultValue,m=e.value,b=e.disabled,k=e.readOnly,y=e.upHandler,w=e.downHandler,f=e.keyboard,h=e.changeOnWheel,p=h===void 0?!1:h,A=e.controls,S=A===void 0?!0:A;e.classNames;var x=e.stringMode,v=e.parser,C=e.formatter,R=e.precision,z=e.decimalSeparator,W=e.onChange,F=e.onInput,B=e.onPressEnter,$=e.onStep,V=e.changeOnBlur,D=V===void 0?!0:V,P=Wa(e,Gq),T="".concat(n,"-input"),I=l.useRef(null),H=l.useState(!1),L=Y(H,2),Z=L[0],ae=L[1],te=l.useRef(!1),X=l.useRef(!1),we=l.useRef(!1),be=l.useState(function(){return Li(m??u)}),ye=Y(be,2),pe=ye[0],ne=ye[1];function J(je){m===void 0&&ne(je)}var fe=l.useCallback(function(je,he){if(!he)return R>=0?R:Math.max(kr(je),kr(g))},[R,g]),Ce=l.useCallback(function(je){var he=String(je);if(v)return v(he);var Me=he;return z&&(Me=Me.replace(z,".")),Me.replace(/[^\w.-]+/g,"")},[v,z]),se=l.useRef(""),Q=l.useCallback(function(je,he){if(C)return C(je,{userTyping:he,input:String(se.current)});var Me=typeof je=="number"?Jl(je):je;if(!he){var He=fe(Me,he);if(qh(Me)&&(z||He>=0)){var Ae=z||".";Me=fc(Me,Ae,He)}}return Me},[C,fe,z]),Ee=l.useState(function(){var je=u??m;return pe.isInvalidate()&&["string","number"].includes(pa(je))?Number.isNaN(je)?"":je:Q(pe.toString(),!1)}),Ie=Y(Ee,2),ze=Ie[0],re=Ie[1];se.current=ze;function oe(je,he){re(Q(je.isInvalidate()?je.toString(!1):je.toString(!he),he))}var ue=l.useMemo(function(){return P0(d)},[d,R]),xe=l.useMemo(function(){return P0(o)},[o,R]),Se=l.useMemo(function(){return!ue||!pe||pe.isInvalidate()?!1:ue.lessEquals(pe)},[ue,pe]),We=l.useMemo(function(){return!xe||!pe||pe.isInvalidate()?!1:pe.lessEquals(xe)},[xe,pe]),ea=Dq(I.current,Z),Je=Y(ea,2),ca=Je[0],Qe=Je[1],Ne=function(he){return ue&&!he.lessEquals(ue)?ue:xe&&!xe.lessEquals(he)?xe:null},Ke=function(he){return!Ne(he)},Fe=function(he,Me){var He=he,Ae=Ke(He)||He.isEmpty();if(!He.isEmpty()&&!Me&&(He=Ne(He)||He,Ae=!0),!k&&!b&&Ae){var Re=He.toString(),Xe=fe(Re,Me);return Xe>=0&&(He=Li(fc(Re,".",Xe)),Ke(He)||(He=Li(fc(Re,".",Xe,!0)))),He.equals(pe)||(J(He),W==null||W(He.isEmpty()?null:M0(x,He)),m===void 0&&oe(He,Me)),He}return pe},qa=Oq(),na=function je(he){if(ca(),se.current=he,re(he),!X.current){var Me=Ce(he),He=Li(Me);He.isNaN()||Fe(He,!0)}F==null||F(he),qa(function(){var Ae=he;v||(Ae=he.replace(/。/g,".")),Ae!==he&&je(Ae)})},va=function(){X.current=!0},za=function(){X.current=!1,na(I.current.value)},la=function(he){na(he.target.value)},ua=function(he){var Me;if(!(he&&Se||!he&&We)){te.current=!1;var He=Li(we.current?z0(g):g);he||(He=He.negate());var Ae=(pe||Li(0)).add(He.toString()),Re=Fe(Ae,!1);$==null||$(M0(x,Re),{offset:we.current?z0(g):g,type:he?"up":"down"}),(Me=I.current)===null||Me===void 0||Me.focus()}},oa=function(he){var Me=Li(Ce(ze)),He=Me;Me.isNaN()?He=Fe(pe,he):He=Fe(Me,he),m!==void 0?oe(pe,!1):He.isNaN()||oe(He,!1)},wa=function(){te.current=!0},ma=function(he){var Me=he.key,He=he.shiftKey;te.current=!0,we.current=He,Me==="Enter"&&(X.current||(te.current=!1),oa(!1),B==null||B(he)),f!==!1&&!X.current&&["Up","ArrowUp","Down","ArrowDown"].includes(Me)&&(ua(Me==="Up"||Me==="ArrowUp"),he.preventDefault())},Ia=function(){te.current=!1,we.current=!1};l.useEffect(function(){if(p&&Z){var je=function(He){ua(He.deltaY<0),He.preventDefault()},he=I.current;if(he)return he.addEventListener("wheel",je,{passive:!1}),function(){return he.removeEventListener("wheel",je)}}});var Ba=function(){D&&oa(!1),ae(!1),te.current=!1};return xo(function(){pe.isInvalidate()||oe(pe,!1)},[R,C]),xo(function(){var je=Li(m);ne(je);var he=Li(Ce(ze));(!je.equals(he)||!te.current||C)&&oe(je,te.current)},[m]),xo(function(){C&&Qe()},[ze]),l.createElement("div",{className:de(n,r,(t={},O(t,"".concat(n,"-focused"),Z),O(t,"".concat(n,"-disabled"),b),O(t,"".concat(n,"-readonly"),k),O(t,"".concat(n,"-not-a-number"),pe.isNaN()),O(t,"".concat(n,"-out-of-range"),!pe.isInvalidate()&&!Ke(pe)),t)),style:s,onFocus:function(){ae(!0)},onBlur:Ba,onKeyDown:ma,onKeyUp:Ia,onCompositionStart:va,onCompositionEnd:za,onBeforeInput:wa},S&&l.createElement(Lq,{prefixCls:n,upNode:y,downNode:w,upDisabled:Se,downDisabled:We,onStep:ua}),l.createElement("div",{className:"".concat(T,"-wrap")},l.createElement("input",_e({autoComplete:"off",role:"spinbutton","aria-valuemin":o,"aria-valuemax":d,"aria-valuenow":pe.isInvalidate()?null:pe.toString(),step:g},P,{ref:Xi(I,a),className:T,value:ze,onChange:la,disabled:b,readOnly:k}))))}),Zk=l.forwardRef(function(e,a){var t=e.disabled,i=e.style,n=e.prefixCls,r=e.value,s=e.prefix,o=e.suffix,d=e.addonBefore,c=e.addonAfter,g=e.className,u=e.classNames,m=Wa(e,$q),b=l.useRef(null),k=function(w){b.current&&_k(b.current,w)};return l.createElement(Rh,{className:g,triggerFocus:k,prefixCls:n,value:r,disabled:t,style:i,prefix:s,suffix:o,addonAfter:c,addonBefore:d,classNames:u,components:{affixWrapper:"div",groupWrapper:"div",wrapper:"div",groupAddon:"div"}},l.createElement(Uq,_e({prefixCls:n,disabled:t,ref:Xi(b,a),className:u==null?void 0:u.input},m)))});Zk.displayName="InputNumber";const Vq=e=>{var a;const t=(a=e.handleVisible)!==null&&a!==void 0?a:"auto";return Object.assign(Object.assign({},vh(e)),{controlWidth:90,handleWidth:e.controlHeightSM-e.lineWidth*2,handleFontSize:e.fontSize/2,handleVisible:t,handleActiveBg:e.colorFillAlter,handleBg:e.colorBgContainer,filledHandleBg:new At(e.colorFillSecondary).onBackground(e.colorBgContainer).toHexString(),handleHoverColor:e.colorPrimary,handleBorderColor:e.colorBorder,handleOpacity:t===!0?1:0})},E0=(e,a)=>{let{componentCls:t,borderRadiusSM:i,borderRadiusLG:n}=e;const r=a==="lg"?n:i;return{[`&-${a}`]:{[`${t}-handler-wrap`]:{borderStartEndRadius:r,borderEndEndRadius:r},[`${t}-handler-up`]:{borderStartEndRadius:r},[`${t}-handler-down`]:{borderEndEndRadius:r}}}},_q=e=>{const{componentCls:a,lineWidth:t,lineType:i,borderRadius:n,fontSizeLG:r,controlHeightLG:s,controlHeightSM:o,colorError:d,paddingInlineSM:c,paddingBlockSM:g,paddingBlockLG:u,paddingInlineLG:m,colorTextDescription:b,motionDurationMid:k,handleHoverColor:y,paddingInline:w,paddingBlock:f,handleBg:h,handleActiveBg:p,colorTextDisabled:A,borderRadiusSM:S,borderRadiusLG:x,controlWidth:v,handleOpacity:C,handleBorderColor:R,filledHandleBg:z,lineHeightLG:W,calc:F}=e;return[{[a]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),md(e)),{display:"inline-block",width:v,margin:0,padding:0,borderRadius:n}),Ik(e,{[`${a}-handler-wrap`]:{background:h,[`${a}-handler-down`]:{borderBlockStart:`${ie(t)} ${i} ${R}`}}})),Nk(e,{[`${a}-handler-wrap`]:{background:z,[`${a}-handler-down`]:{borderBlockStart:`${ie(t)} ${i} ${R}`}},"&:focus-within":{[`${a}-handler-wrap`]:{background:h}}})),Fk(e)),{"&-rtl":{direction:"rtl",[`${a}-input`]:{direction:"rtl"}},"&-lg":{padding:0,fontSize:r,lineHeight:W,borderRadius:x,[`input${a}-input`]:{height:F(s).sub(F(t).mul(2)).equal(),padding:`${ie(u)} ${ie(m)}`}},"&-sm":{padding:0,borderRadius:S,[`input${a}-input`]:{height:F(o).sub(F(t).mul(2)).equal(),padding:`${ie(g)} ${ie(c)}`}},"&-out-of-range":{[`${a}-input-wrap`]:{input:{color:d}}},"&-group":Object.assign(Object.assign(Object.assign({},Ut(e)),Ok(e)),{"&-wrapper":Object.assign(Object.assign(Object.assign({display:"inline-block",textAlign:"start",verticalAlign:"top",[`${a}-affix-wrapper`]:{width:"100%"},"&-lg":{[`${a}-group-addon`]:{borderRadius:x,fontSize:e.fontSizeLG}},"&-sm":{[`${a}-group-addon`]:{borderRadius:S}}},Bk(e)),Hk(e)),{[`&:not(${a}-compact-first-item):not(${a}-compact-last-item)${a}-compact-item`]:{[`${a}, ${a}-group-addon`]:{borderRadius:0}},[`&:not(${a}-compact-last-item)${a}-compact-first-item`]:{[`${a}, ${a}-group-addon`]:{borderStartEndRadius:0,borderEndEndRadius:0}},[`&:not(${a}-compact-first-item)${a}-compact-last-item`]:{[`${a}, ${a}-group-addon`]:{borderStartStartRadius:0,borderEndStartRadius:0}}})}),[`&-disabled ${a}-input`]:{cursor:"not-allowed"},[a]:{"&-input":Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{width:"100%",padding:`${ie(f)} ${ie(w)}`,textAlign:"start",backgroundColor:"transparent",border:0,borderRadius:n,outline:0,transition:`all ${k} linear`,appearance:"textfield",fontSize:"inherit"}),jk(e.colorTextPlaceholder)),{'&[type="number"]::-webkit-inner-spin-button, &[type="number"]::-webkit-outer-spin-button':{margin:0,webkitAppearance:"none",appearance:"none"}})}})},{[a]:Object.assign(Object.assign(Object.assign({[`&:hover ${a}-handler-wrap, &-focused ${a}-handler-wrap`]:{opacity:1},[`${a}-handler-wrap`]:{position:"absolute",insetBlockStart:0,insetInlineEnd:0,width:e.handleWidth,height:"100%",borderStartStartRadius:0,borderStartEndRadius:n,borderEndEndRadius:n,borderEndStartRadius:0,opacity:C,display:"flex",flexDirection:"column",alignItems:"stretch",transition:`opacity ${k} linear ${k}`,[`${a}-handler`]:{display:"flex",alignItems:"center",justifyContent:"center",flex:"auto",height:"40%",[` ${a}-handler-up-inner, ${a}-handler-down-inner - `]:{marginInlineEnd:0,fontSize:e.handleFontSize}}},[`${a}-handler`]:{height:"50%",overflow:"hidden",color:f,fontWeight:"bold",lineHeight:0,textAlign:"center",cursor:"pointer",borderInlineStart:`${re(t)} ${i} ${q}`,transition:`all ${k} linear`,"&:active":{background:p},"&:hover":{height:"60%",[` + `]:{marginInlineEnd:0,fontSize:e.handleFontSize}}},[`${a}-handler`]:{height:"50%",overflow:"hidden",color:b,fontWeight:"bold",lineHeight:0,textAlign:"center",cursor:"pointer",borderInlineStart:`${ie(t)} ${i} ${R}`,transition:`all ${k} linear`,"&:active":{background:p},"&:hover":{height:"60%",[` ${a}-handler-up-inner, ${a}-handler-down-inner - `]:{color:y}},"&-up-inner, &-down-inner":Object.assign(Object.assign({},od()),{color:f,transition:`all ${k} linear`,userSelect:"none"})},[`${a}-handler-up`]:{borderStartEndRadius:n},[`${a}-handler-down`]:{borderEndEndRadius:n}},I0(e,"lg")),I0(e,"sm")),{"&-disabled, &-readonly":{[`${a}-handler-wrap`]:{display:"none"},[`${a}-input`]:{color:"inherit"}},[` + `]:{color:y}},"&-up-inner, &-down-inner":Object.assign(Object.assign({},rd()),{color:b,transition:`all ${k} linear`,userSelect:"none"})},[`${a}-handler-up`]:{borderStartEndRadius:n},[`${a}-handler-down`]:{borderEndEndRadius:n}},E0(e,"lg")),E0(e,"sm")),{"&-disabled, &-readonly":{[`${a}-handler-wrap`]:{display:"none"},[`${a}-input`]:{color:"inherit"}},[` ${a}-handler-up-disabled, ${a}-handler-down-disabled `]:{cursor:"not-allowed"},[` ${a}-handler-up-disabled:hover &-handler-up-inner, ${a}-handler-down-disabled:hover &-handler-down-inner - `]:{color:v}})}]},Jq=e=>{const{componentCls:a,paddingBlock:t,paddingInline:i,inputAffixPadding:n,controlWidth:r,borderRadiusLG:s,borderRadiusSM:o,paddingInlineLG:d,paddingInlineSM:l,paddingBlockLG:g,paddingBlockSM:u}=e;return{[`${a}-affix-wrapper`]:Object.assign(Object.assign({[`input${a}-input`]:{padding:`${re(t)} 0`}},fd(e)),{position:"relative",display:"inline-flex",width:r,padding:0,paddingInlineStart:i,"&-lg":{borderRadius:s,paddingInlineStart:d,[`input${a}-input`]:{padding:`${re(g)} 0`}},"&-sm":{borderRadius:o,paddingInlineStart:l,[`input${a}-input`]:{padding:`${re(u)} 0`}},[`&:not(${a}-disabled):hover`]:{zIndex:1},"&-focused, &:focus":{zIndex:1},[`&-disabled > ${a}-disabled`]:{background:"transparent"},[`> div${a}`]:{width:"100%",border:"none",outline:"none",[`&${a}-focused`]:{boxShadow:"none !important"}},"&::before":{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'},[`${a}-handler-wrap`]:{zIndex:2},[a]:{color:"inherit","&-prefix, &-suffix":{display:"flex",flex:"none",alignItems:"center",pointerEvents:"none"},"&-prefix":{marginInlineEnd:n},"&-suffix":{position:"absolute",insetBlockStart:0,insetInlineEnd:0,zIndex:1,height:"100%",marginInlineEnd:i,marginInlineStart:n}}})}},Yq=Zt("InputNumber",e=>{const a=Xa(e,vh(e));return[Zq(a),Jq(a),$l(a)]},Kq,{unitless:{handleOpacity:!0}});var Qq=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{getPrefixCls:t,direction:i}=c.useContext(Sa),n=c.useRef(null);c.useImperativeHandle(a,()=>n.current);const{className:r,rootClassName:s,size:o,disabled:d,prefixCls:l,addonBefore:g,addonAfter:u,prefix:m,bordered:f,readOnly:k,status:y,controls:w,variant:b}=e,h=Qq(e,["className","rootClassName","size","disabled","prefixCls","addonBefore","addonAfter","prefix","bordered","readOnly","status","controls","variant"]),p=t("input-number",l),v=Ol(p),[x,S,A]=Yq(p,v),{compactSize:T,compactItemClassnames:q}=cd(p,i);let z=c.createElement(Pq,{className:`${p}-handler-up-inner`}),W=c.createElement(Ak,{className:`${p}-handler-down-inner`});const H=typeof w=="boolean"?w:void 0;typeof w=="object"&&(z=typeof w.upIcon>"u"?z:c.createElement("span",{className:`${p}-handler-up-inner`},w.upIcon),W=typeof w.downIcon>"u"?W:c.createElement("span",{className:`${p}-handler-down-inner`},w.downIcon));const{hasFeedback:D,status:M,isFormItemInput:B,feedbackIcon:F}=c.useContext(tr),P=Vl(M,y),C=un(fe=>{var ve;return(ve=o??T)!==null&&ve!==void 0?ve:fe}),N=c.useContext(or),j=d??N,[L,K]=_l(b,f),X=D&&c.createElement(c.Fragment,null,F),te=se({[`${p}-lg`]:C==="large",[`${p}-sm`]:C==="small",[`${p}-rtl`]:i==="rtl",[`${p}-in-form-item`]:B},S),ee=`${p}-group`,we=c.createElement(Zk,Object.assign({ref:n,disabled:j,className:se(A,v,r,s,q),upHandler:z,downHandler:W,prefixCls:p,readOnly:k,controls:H,prefix:m,suffix:X,addonAfter:u&&c.createElement(Ds,null,c.createElement(Jo,{override:!0,status:!0},u)),addonBefore:g&&c.createElement(Ds,null,c.createElement(Jo,{override:!0,status:!0},g)),classNames:{input:te,variant:se({[`${p}-${L}`]:K},Hs(p,P,D)),affixWrapper:se({[`${p}-affix-wrapper-sm`]:C==="small",[`${p}-affix-wrapper-lg`]:C==="large",[`${p}-affix-wrapper-rtl`]:i==="rtl"},S),wrapper:se({[`${ee}-rtl`]:i==="rtl"},S),groupWrapper:se({[`${p}-group-wrapper-sm`]:C==="small",[`${p}-group-wrapper-lg`]:C==="large",[`${p}-group-wrapper-rtl`]:i==="rtl",[`${p}-group-wrapper-${L}`]:K},Hs(`${p}-group-wrapper`,P,D),S)}},h));return x(we)}),Yk=Jk,Xq=e=>c.createElement(Hr,{theme:{components:{InputNumber:{handleVisible:!0}}}},c.createElement(Jk,Object.assign({},e)));Yk._InternalPanelDoNotUseOrYouWillBeFired=Xq;const eR=Yk,aR=e=>{const{getPrefixCls:a,direction:t}=c.useContext(Sa),{prefixCls:i,className:n}=e,r=a("input-group",i),s=a("input"),[o,d]=Ch(s),l=se(r,{[`${r}-lg`]:e.size==="large",[`${r}-sm`]:e.size==="small",[`${r}-compact`]:e.compact,[`${r}-rtl`]:t==="rtl"},d,n),g=c.useContext(tr),u=c.useMemo(()=>Object.assign(Object.assign({},g),{isFormItemInput:!1}),[g]);return o(c.createElement("span",{className:l,style:e.style,onMouseEnter:e.onMouseEnter,onMouseLeave:e.onMouseLeave,onFocus:e.onFocus,onBlur:e.onBlur},c.createElement(tr.Provider,{value:u},e.children)))},tR=aR,iR=e=>{let a;return typeof e=="object"&&(e!=null&&e.clearIcon)?a=e:e&&(a={clearIcon:Z.createElement(W4,null)}),a},Qk=iR;function Xk(e,a){const t=c.useRef([]),i=()=>{t.current.push(setTimeout(()=>{var n,r,s,o;!((n=e.current)===null||n===void 0)&&n.input&&((r=e.current)===null||r===void 0?void 0:r.input.getAttribute("type"))==="password"&&(!((s=e.current)===null||s===void 0)&&s.input.hasAttribute("value"))&&((o=e.current)===null||o===void 0||o.input.removeAttribute("value"))}))};return c.useEffect(()=>(a&&i(),()=>t.current.forEach(n=>{n&&clearTimeout(n)})),[]),i}function nR(e){return!!(e.prefix||e.suffix||e.allowClear||e.showCount)}var rR=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t;const{prefixCls:i,bordered:n=!0,status:r,size:s,disabled:o,onBlur:d,onFocus:l,suffix:g,allowClear:u,addonAfter:m,addonBefore:f,className:k,style:y,styles:w,rootClassName:b,onChange:h,classNames:p,variant:v}=e,x=rR(e,["prefixCls","bordered","status","size","disabled","onBlur","onFocus","suffix","allowClear","addonAfter","addonBefore","className","style","styles","rootClassName","onChange","classNames","variant"]),{getPrefixCls:S,direction:A,input:T}=Z.useContext(Sa),q=S("input",i),z=c.useRef(null),W=Ol(q),[H,D,M]=Ch(q,W),{compactSize:B,compactItemClassnames:F}=cd(q,A),P=un(Se=>{var ce;return(ce=s??B)!==null&&ce!==void 0?ce:Se}),C=Z.useContext(or),N=o??C,{status:j,hasFeedback:L,feedbackIcon:K}=c.useContext(tr),X=Vl(j,r),te=nR(e)||!!L;c.useRef(te);const ee=Xk(z,!0),we=Se=>{ee(),d==null||d(Se)},fe=Se=>{ee(),l==null||l(Se)},ve=Se=>{ee(),h==null||h(Se)},be=(L||g)&&Z.createElement(Z.Fragment,null,g,L&&K),Y=Qk(u??(T==null?void 0:T.allowClear)),[J,me]=_l(v,n);return H(Z.createElement(Nq,Object.assign({ref:Xi(a,z),prefixCls:q,autoComplete:T==null?void 0:T.autoComplete},x,{disabled:N,onBlur:we,onFocus:fe,style:Object.assign(Object.assign({},T==null?void 0:T.style),y),styles:Object.assign(Object.assign({},T==null?void 0:T.styles),w),suffix:be,allowClear:Y,className:se(k,b,M,W,F,T==null?void 0:T.className),onChange:ve,addonAfter:m&&Z.createElement(Ds,null,Z.createElement(Jo,{override:!0,status:!0},m)),addonBefore:f&&Z.createElement(Ds,null,Z.createElement(Jo,{override:!0,status:!0},f)),classNames:Object.assign(Object.assign(Object.assign({},p),T==null?void 0:T.classNames),{input:se({[`${q}-sm`]:P==="small",[`${q}-lg`]:P==="large",[`${q}-rtl`]:A==="rtl"},p==null?void 0:p.input,(t=T==null?void 0:T.classNames)===null||t===void 0?void 0:t.input,D),variant:se({[`${q}-${J}`]:me},Hs(q,X)),affixWrapper:se({[`${q}-affix-wrapper-sm`]:P==="small",[`${q}-affix-wrapper-lg`]:P==="large",[`${q}-affix-wrapper-rtl`]:A==="rtl"},D),wrapper:se({[`${q}-group-rtl`]:A==="rtl"},D),groupWrapper:se({[`${q}-group-wrapper-sm`]:P==="small",[`${q}-group-wrapper-lg`]:P==="large",[`${q}-group-wrapper-rtl`]:A==="rtl",[`${q}-group-wrapper-${J}`]:me},Hs(`${q}-group-wrapper`,X,L),D)})})))}),Mh=oR;var dR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"}},{tag:"path",attrs:{d:"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"}}]},name:"eye-invisible",theme:"outlined"};const cR=dR;var lR=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:cR}))};const gR=c.forwardRef(lR);var uR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"}}]},name:"eye",theme:"outlined"};const mR=uR;var hR=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:mR}))};const fR=c.forwardRef(hR);var bR=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);ne?c.createElement(fR,null):c.createElement(gR,null),yR={click:"onClick",hover:"onMouseOver"},kR=c.forwardRef((e,a)=>{const{visibilityToggle:t=!0}=e,i=typeof t=="object"&&t.visible!==void 0,[n,r]=c.useState(()=>i?t.visible:!1),s=c.useRef(null);c.useEffect(()=>{i&&r(t.visible)},[i,t]);const o=Xk(s),d=()=>{const{disabled:x}=e;x||(n&&o(),r(S=>{var A;const T=!S;return typeof t=="object"&&((A=t.onVisibleChange)===null||A===void 0||A.call(t,T)),T}))},l=x=>{const{action:S="click",iconRender:A=pR}=e,T=yR[S]||"",q=A(n),z={[T]:d,className:`${x}-icon`,key:"passwordIcon",onMouseDown:W=>{W.preventDefault()},onMouseUp:W=>{W.preventDefault()}};return c.cloneElement(c.isValidElement(q)?q:c.createElement("span",null,q),z)},{className:g,prefixCls:u,inputPrefixCls:m,size:f}=e,k=bR(e,["className","prefixCls","inputPrefixCls","size"]),{getPrefixCls:y}=c.useContext(Sa),w=y("input",m),b=y("input-password",u),h=t&&l(b),p=se(b,g,{[`${b}-${f}`]:!!f}),v=Object.assign(Object.assign({},er(k,["suffix","iconRender","visibilityToggle"])),{type:n?"text":"password",className:p,prefixCls:w,suffix:h});return f&&(v.size=f),c.createElement(Mh,Object.assign({ref:Xi(a,s)},v))}),wR=kR;var vR=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,inputPrefixCls:i,className:n,size:r,suffix:s,enterButton:o=!1,addonAfter:d,loading:l,disabled:g,onSearch:u,onChange:m,onCompositionStart:f,onCompositionEnd:k}=e,y=vR(e,["prefixCls","inputPrefixCls","className","size","suffix","enterButton","addonAfter","loading","disabled","onSearch","onChange","onCompositionStart","onCompositionEnd"]),{getPrefixCls:w,direction:b}=c.useContext(Sa),h=c.useRef(!1),p=w("input-search",t),v=w("input",i),{compactSize:x}=cd(p,b),S=un(j=>{var L;return(L=r??x)!==null&&L!==void 0?L:j}),A=c.useRef(null),T=j=>{j&&j.target&&j.type==="click"&&u&&u(j.target.value,j,{source:"clear"}),m&&m(j)},q=j=>{var L;document.activeElement===((L=A.current)===null||L===void 0?void 0:L.input)&&j.preventDefault()},z=j=>{var L,K;u&&u((K=(L=A.current)===null||L===void 0?void 0:L.input)===null||K===void 0?void 0:K.value,j,{source:"input"})},W=j=>{h.current||l||z(j)},H=typeof o=="boolean"?c.createElement(xk,null):null,D=`${p}-button`;let M;const B=o||{},F=B.type&&B.type.__ANT_BUTTON===!0;F||B.type==="button"?M=gn(B,Object.assign({onMouseDown:q,onClick:j=>{var L,K;(K=(L=B==null?void 0:B.props)===null||L===void 0?void 0:L.onClick)===null||K===void 0||K.call(L,j),z(j)},key:"enterButton"},F?{className:D,size:S}:{})):M=c.createElement(ki,{className:D,type:o?"primary":void 0,size:S,disabled:g,key:"enterButton",onMouseDown:q,onClick:z,loading:l,icon:H},o),d&&(M=[M,gn(d,{key:"addonAfter"})]);const P=se(p,{[`${p}-rtl`]:b==="rtl",[`${p}-${S}`]:!!S,[`${p}-with-button`]:!!o},n),C=j=>{h.current=!0,f==null||f(j)},N=j=>{h.current=!1,k==null||k(j)};return c.createElement(Mh,Object.assign({ref:Xi(A,a),onPressEnter:W},y,{size:S,onCompositionStart:C,onCompositionEnd:N,prefixCls:v,addonAfter:M,suffix:s,onChange:T,className:P,disabled:g}))}),xR=AR;var SR=` + `]:{color:A}})}]},Kq=e=>{const{componentCls:a,paddingBlock:t,paddingInline:i,inputAffixPadding:n,controlWidth:r,borderRadiusLG:s,borderRadiusSM:o,paddingInlineLG:d,paddingInlineSM:c,paddingBlockLG:g,paddingBlockSM:u}=e;return{[`${a}-affix-wrapper`]:Object.assign(Object.assign({[`input${a}-input`]:{padding:`${ie(t)} 0`}},md(e)),{position:"relative",display:"inline-flex",width:r,padding:0,paddingInlineStart:i,"&-lg":{borderRadius:s,paddingInlineStart:d,[`input${a}-input`]:{padding:`${ie(g)} 0`}},"&-sm":{borderRadius:o,paddingInlineStart:c,[`input${a}-input`]:{padding:`${ie(u)} 0`}},[`&:not(${a}-disabled):hover`]:{zIndex:1},"&-focused, &:focus":{zIndex:1},[`&-disabled > ${a}-disabled`]:{background:"transparent"},[`> div${a}`]:{width:"100%",border:"none",outline:"none",[`&${a}-focused`]:{boxShadow:"none !important"}},"&::before":{display:"inline-block",width:0,visibility:"hidden",content:'"\\a0"'},[`${a}-handler-wrap`]:{zIndex:2},[a]:{color:"inherit","&-prefix, &-suffix":{display:"flex",flex:"none",alignItems:"center",pointerEvents:"none"},"&-prefix":{marginInlineEnd:n},"&-suffix":{position:"absolute",insetBlockStart:0,insetInlineEnd:0,zIndex:1,height:"100%",marginInlineEnd:i,marginInlineStart:n}}})}},Zq=Zt("InputNumber",e=>{const a=Ya(e,wh(e));return[_q(a),Kq(a),Ul(a)]},Vq,{unitless:{handleOpacity:!0}});var Jq=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{getPrefixCls:t,direction:i}=l.useContext(Ra),n=l.useRef(null);l.useImperativeHandle(a,()=>n.current);const{className:r,rootClassName:s,size:o,disabled:d,prefixCls:c,addonBefore:g,addonAfter:u,prefix:m,bordered:b,readOnly:k,status:y,controls:w,variant:f}=e,h=Jq(e,["className","rootClassName","size","disabled","prefixCls","addonBefore","addonAfter","prefix","bordered","readOnly","status","controls","variant"]),p=t("input-number",c),A=Gl(p),[S,x,v]=Zq(p,A),{compactSize:C,compactItemClassnames:R}=od(p,i);let z=l.createElement(zq,{className:`${p}-handler-up-inner`}),W=l.createElement(Ak,{className:`${p}-handler-down-inner`});const F=typeof w=="boolean"?w:void 0;typeof w=="object"&&(z=typeof w.upIcon>"u"?z:l.createElement("span",{className:`${p}-handler-up-inner`},w.upIcon),W=typeof w.downIcon>"u"?W:l.createElement("span",{className:`${p}-handler-down-inner`},w.downIcon));const{hasFeedback:B,status:$,isFormItemInput:V,feedbackIcon:D}=l.useContext(er),P=_l($,y),T=un(be=>{var ye;return(ye=o??C)!==null&&ye!==void 0?ye:be}),I=l.useContext(rr),H=d??I,[L,Z]=Kl(f,b),ae=B&&l.createElement(l.Fragment,null,D),te=de({[`${p}-lg`]:T==="large",[`${p}-sm`]:T==="small",[`${p}-rtl`]:i==="rtl",[`${p}-in-form-item`]:V},x),X=`${p}-group`,we=l.createElement(Zk,Object.assign({ref:n,disabled:H,className:de(v,A,r,s,R),upHandler:z,downHandler:W,prefixCls:p,readOnly:k,controls:F,prefix:m,suffix:ae,addonAfter:u&&l.createElement(Ko,null,l.createElement(Yc,{override:!0,status:!0},u)),addonBefore:g&&l.createElement(Ko,null,l.createElement(Yc,{override:!0,status:!0},g)),classNames:{input:te,variant:de({[`${p}-${L}`]:Z},Ds(p,P,B)),affixWrapper:de({[`${p}-affix-wrapper-sm`]:T==="small",[`${p}-affix-wrapper-lg`]:T==="large",[`${p}-affix-wrapper-rtl`]:i==="rtl"},x),wrapper:de({[`${X}-rtl`]:i==="rtl"},x),groupWrapper:de({[`${p}-group-wrapper-sm`]:T==="small",[`${p}-group-wrapper-lg`]:T==="large",[`${p}-group-wrapper-rtl`]:i==="rtl",[`${p}-group-wrapper-${L}`]:Z},Ds(`${p}-group-wrapper`,P,B),x)}},h));return S(we)}),Yk=Jk,Yq=e=>l.createElement(Dr,{theme:{components:{InputNumber:{handleVisible:!0}}}},l.createElement(Jk,Object.assign({},e)));Yk._InternalPanelDoNotUseOrYouWillBeFired=Yq;const Qq=Yk,Xq=e=>{const{getPrefixCls:a,direction:t}=l.useContext(Ra),{prefixCls:i,className:n}=e,r=a("input-group",i),s=a("input"),[o,d]=Sh(s),c=de(r,{[`${r}-lg`]:e.size==="large",[`${r}-sm`]:e.size==="small",[`${r}-compact`]:e.compact,[`${r}-rtl`]:t==="rtl"},d,n),g=l.useContext(er),u=l.useMemo(()=>Object.assign(Object.assign({},g),{isFormItemInput:!1}),[g]);return o(l.createElement("span",{className:c,style:e.style,onMouseEnter:e.onMouseEnter,onMouseLeave:e.onMouseLeave,onFocus:e.onFocus,onBlur:e.onBlur},l.createElement(er.Provider,{value:u},e.children)))},eR=Xq,aR=e=>{let a;return typeof e=="object"&&(e!=null&&e.clearIcon)?a=e:e&&(a={clearIcon:K.createElement(M4,null)}),a},Qk=aR;function Xk(e,a){const t=l.useRef([]),i=()=>{t.current.push(setTimeout(()=>{var n,r,s,o;!((n=e.current)===null||n===void 0)&&n.input&&((r=e.current)===null||r===void 0?void 0:r.input.getAttribute("type"))==="password"&&(!((s=e.current)===null||s===void 0)&&s.input.hasAttribute("value"))&&((o=e.current)===null||o===void 0||o.input.removeAttribute("value"))}))};return l.useEffect(()=>(a&&i(),()=>t.current.forEach(n=>{n&&clearTimeout(n)})),[]),i}function tR(e){return!!(e.prefix||e.suffix||e.allowClear||e.showCount)}var iR=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t;const{prefixCls:i,bordered:n=!0,status:r,size:s,disabled:o,onBlur:d,onFocus:c,suffix:g,allowClear:u,addonAfter:m,addonBefore:b,className:k,style:y,styles:w,rootClassName:f,onChange:h,classNames:p,variant:A}=e,S=iR(e,["prefixCls","bordered","status","size","disabled","onBlur","onFocus","suffix","allowClear","addonAfter","addonBefore","className","style","styles","rootClassName","onChange","classNames","variant"]),{getPrefixCls:x,direction:v,input:C}=K.useContext(Ra),R=x("input",i),z=l.useRef(null),W=Gl(R),[F,B,$]=Sh(R,W),{compactSize:V,compactItemClassnames:D}=od(R,v),P=un(Ce=>{var se;return(se=s??V)!==null&&se!==void 0?se:Ce}),T=K.useContext(rr),I=o??T,{status:H,hasFeedback:L,feedbackIcon:Z}=l.useContext(er),ae=_l(H,r),te=tR(e)||!!L;l.useRef(te);const X=Xk(z,!0),we=Ce=>{X(),d==null||d(Ce)},be=Ce=>{X(),c==null||c(Ce)},ye=Ce=>{X(),h==null||h(Ce)},pe=(L||g)&&K.createElement(K.Fragment,null,g,L&&Z),ne=Qk(u??(C==null?void 0:C.allowClear)),[J,fe]=Kl(A,n);return F(K.createElement(Fq,Object.assign({ref:Xi(a,z),prefixCls:R,autoComplete:C==null?void 0:C.autoComplete},S,{disabled:I,onBlur:we,onFocus:be,style:Object.assign(Object.assign({},C==null?void 0:C.style),y),styles:Object.assign(Object.assign({},C==null?void 0:C.styles),w),suffix:pe,allowClear:ne,className:de(k,f,$,W,D,C==null?void 0:C.className),onChange:ye,addonAfter:m&&K.createElement(Ko,null,K.createElement(Yc,{override:!0,status:!0},m)),addonBefore:b&&K.createElement(Ko,null,K.createElement(Yc,{override:!0,status:!0},b)),classNames:Object.assign(Object.assign(Object.assign({},p),C==null?void 0:C.classNames),{input:de({[`${R}-sm`]:P==="small",[`${R}-lg`]:P==="large",[`${R}-rtl`]:v==="rtl"},p==null?void 0:p.input,(t=C==null?void 0:C.classNames)===null||t===void 0?void 0:t.input,B),variant:de({[`${R}-${J}`]:fe},Ds(R,ae)),affixWrapper:de({[`${R}-affix-wrapper-sm`]:P==="small",[`${R}-affix-wrapper-lg`]:P==="large",[`${R}-affix-wrapper-rtl`]:v==="rtl"},B),wrapper:de({[`${R}-group-rtl`]:v==="rtl"},B),groupWrapper:de({[`${R}-group-wrapper-sm`]:P==="small",[`${R}-group-wrapper-lg`]:P==="large",[`${R}-group-wrapper-rtl`]:v==="rtl",[`${R}-group-wrapper-${J}`]:fe},Ds(`${R}-group-wrapper`,ae,L),B)})})))}),zh=rR;var sR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z"}},{tag:"path",attrs:{d:"M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z"}}]},name:"eye-invisible",theme:"outlined"};const oR=sR;var dR=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:oR}))};const cR=l.forwardRef(dR);var lR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z"}}]},name:"eye",theme:"outlined"};const gR=lR;var uR=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:gR}))};const mR=l.forwardRef(uR);var hR=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);ne?l.createElement(mR,null):l.createElement(cR,null),bR={click:"onClick",hover:"onMouseOver"},pR=l.forwardRef((e,a)=>{const{visibilityToggle:t=!0}=e,i=typeof t=="object"&&t.visible!==void 0,[n,r]=l.useState(()=>i?t.visible:!1),s=l.useRef(null);l.useEffect(()=>{i&&r(t.visible)},[i,t]);const o=Xk(s),d=()=>{const{disabled:S}=e;S||(n&&o(),r(x=>{var v;const C=!x;return typeof t=="object"&&((v=t.onVisibleChange)===null||v===void 0||v.call(t,C)),C}))},c=S=>{const{action:x="click",iconRender:v=fR}=e,C=bR[x]||"",R=v(n),z={[C]:d,className:`${S}-icon`,key:"passwordIcon",onMouseDown:W=>{W.preventDefault()},onMouseUp:W=>{W.preventDefault()}};return l.cloneElement(l.isValidElement(R)?R:l.createElement("span",null,R),z)},{className:g,prefixCls:u,inputPrefixCls:m,size:b}=e,k=hR(e,["className","prefixCls","inputPrefixCls","size"]),{getPrefixCls:y}=l.useContext(Ra),w=y("input",m),f=y("input-password",u),h=t&&c(f),p=de(f,g,{[`${f}-${b}`]:!!b}),A=Object.assign(Object.assign({},Tn(k,["suffix","iconRender","visibilityToggle"])),{type:n?"text":"password",className:p,prefixCls:w,suffix:h});return b&&(A.size=b),l.createElement(zh,Object.assign({ref:Xi(a,s)},A))}),yR=pR;var kR=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,inputPrefixCls:i,className:n,size:r,suffix:s,enterButton:o=!1,addonAfter:d,loading:c,disabled:g,onSearch:u,onChange:m,onCompositionStart:b,onCompositionEnd:k}=e,y=kR(e,["prefixCls","inputPrefixCls","className","size","suffix","enterButton","addonAfter","loading","disabled","onSearch","onChange","onCompositionStart","onCompositionEnd"]),{getPrefixCls:w,direction:f}=l.useContext(Ra),h=l.useRef(!1),p=w("input-search",t),A=w("input",i),{compactSize:S}=od(p,f),x=un(H=>{var L;return(L=r??S)!==null&&L!==void 0?L:H}),v=l.useRef(null),C=H=>{H&&H.target&&H.type==="click"&&u&&u(H.target.value,H,{source:"clear"}),m&&m(H)},R=H=>{var L;document.activeElement===((L=v.current)===null||L===void 0?void 0:L.input)&&H.preventDefault()},z=H=>{var L,Z;u&&u((Z=(L=v.current)===null||L===void 0?void 0:L.input)===null||Z===void 0?void 0:Z.value,H,{source:"input"})},W=H=>{h.current||c||z(H)},F=typeof o=="boolean"?l.createElement(xk,null):null,B=`${p}-button`;let $;const V=o||{},D=V.type&&V.type.__ANT_BUTTON===!0;D||V.type==="button"?$=gn(V,Object.assign({onMouseDown:R,onClick:H=>{var L,Z;(Z=(L=V==null?void 0:V.props)===null||L===void 0?void 0:L.onClick)===null||Z===void 0||Z.call(L,H),z(H)},key:"enterButton"},D?{className:B,size:x}:{})):$=l.createElement(di,{className:B,type:o?"primary":void 0,size:x,disabled:g,key:"enterButton",onMouseDown:R,onClick:z,loading:c,icon:F},o),d&&($=[$,gn(d,{key:"addonAfter"})]);const P=de(p,{[`${p}-rtl`]:f==="rtl",[`${p}-${x}`]:!!x,[`${p}-with-button`]:!!o},n),T=H=>{h.current=!0,b==null||b(H)},I=H=>{h.current=!1,k==null||k(H)};return l.createElement(zh,Object.assign({ref:Xi(v,a),onPressEnter:W},y,{size:x,onCompositionStart:T,onCompositionEnd:I,prefixCls:A,addonAfter:$,suffix:s,onChange:C,className:P,disabled:g}))}),vR=wR;var AR=` min-height:0 !important; max-height:none !important; height:0 !important; @@ -271,13 +301,13 @@ html body { top:0 !important; right:0 !important; pointer-events: none !important; -`,CR=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break","white-space"],Yg={},zi;function TR(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,t=e.getAttribute("id")||e.getAttribute("data-reactid")||e.getAttribute("name");if(a&&Yg[t])return Yg[t];var i=window.getComputedStyle(e),n=i.getPropertyValue("box-sizing")||i.getPropertyValue("-moz-box-sizing")||i.getPropertyValue("-webkit-box-sizing"),r=parseFloat(i.getPropertyValue("padding-bottom"))+parseFloat(i.getPropertyValue("padding-top")),s=parseFloat(i.getPropertyValue("border-bottom-width"))+parseFloat(i.getPropertyValue("border-top-width")),o=CR.map(function(l){return"".concat(l,":").concat(i.getPropertyValue(l))}).join(";"),d={sizingStyle:o,paddingSize:r,borderSize:s,boxSizing:n};return a&&t&&(Yg[t]=d),d}function qR(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;zi||(zi=document.createElement("textarea"),zi.setAttribute("tab-index","-1"),zi.setAttribute("aria-hidden","true"),document.body.appendChild(zi)),e.getAttribute("wrap")?zi.setAttribute("wrap",e.getAttribute("wrap")):zi.removeAttribute("wrap");var n=TR(e,a),r=n.paddingSize,s=n.borderSize,o=n.boxSizing,d=n.sizingStyle;zi.setAttribute("style","".concat(d,";").concat(SR)),zi.value=e.value||e.placeholder||"";var l=void 0,g=void 0,u,m=zi.scrollHeight;if(o==="border-box"?m+=s:o==="content-box"&&(m-=r),t!==null||i!==null){zi.value=" ";var f=zi.scrollHeight-r;t!==null&&(l=f*t,o==="border-box"&&(l=l+r+s),m=Math.max(l,m)),i!==null&&(g=f*i,o==="border-box"&&(g=g+r+s),u=m>g?"":"hidden",m=Math.min(g,m))}var k={height:m,overflowY:u,resize:"none"};return l&&(k.minHeight=l),g&&(k.maxHeight=g),k}var RR=["prefixCls","onPressEnter","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],Qg=0,Xg=1,eu=2,zR=c.forwardRef(function(e,a){var t=e,i=t.prefixCls;t.onPressEnter;var n=t.defaultValue,r=t.value,s=t.autoSize,o=t.onResize,d=t.className,l=t.style,g=t.disabled,u=t.onChange;t.onInternalAutoSize;var m=Ma(t,RR),f=mi(n,{value:r,postState:function(te){return te??""}}),k=Q(f,2),y=k[0],w=k[1],b=function(te){w(te.target.value),u==null||u(te)},h=c.useRef();c.useImperativeHandle(a,function(){return{textArea:h.current}});var p=c.useMemo(function(){return s&&pa(s)==="object"?[s.minRows,s.maxRows]:[]},[s]),v=Q(p,2),x=v[0],S=v[1],A=!!s,T=function(){try{if(document.activeElement===h.current){var te=h.current,ee=te.selectionStart,we=te.selectionEnd,fe=te.scrollTop;h.current.setSelectionRange(ee,we),h.current.scrollTop=fe}}catch{}},q=c.useState(eu),z=Q(q,2),W=z[0],H=z[1],D=c.useState(),M=Q(D,2),B=M[0],F=M[1],P=function(){H(Qg)};Ka(function(){A&&P()},[r,x,S,A]),Ka(function(){if(W===Qg)H(Xg);else if(W===Xg){var X=qR(h.current,!1,x,S);H(eu),F(X)}else T()},[W]);var C=c.useRef(),N=function(){Za.cancel(C.current)},j=function(te){W===eu&&(o==null||o(te),s&&(N(),C.current=Za(function(){P()})))};c.useEffect(function(){return N},[]);var L=A?B:null,K=_(_({},l),L);return(W===Qg||W===Xg)&&(K.overflowY="hidden",K.overflowX="hidden"),c.createElement(sr,{onResize:j,disabled:!(s||o)},c.createElement("textarea",je({},m,{ref:h,style:K,className:se(i,d,G({},"".concat(i,"-disabled"),g)),disabled:g,value:y,onChange:b})))}),MR=["defaultValue","value","onFocus","onBlur","onChange","allowClear","maxLength","onCompositionStart","onCompositionEnd","suffix","prefixCls","showCount","count","className","style","disabled","hidden","classNames","styles","onResize"],PR=Z.forwardRef(function(e,a){var t,i,n=e.defaultValue,r=e.value,s=e.onFocus,o=e.onBlur,d=e.onChange,l=e.allowClear,g=e.maxLength,u=e.onCompositionStart,m=e.onCompositionEnd,f=e.suffix,k=e.prefixCls,y=k===void 0?"rc-textarea":k,w=e.showCount,b=e.count,h=e.className,p=e.style,v=e.disabled,x=e.hidden,S=e.classNames,A=e.styles,T=e.onResize,q=Ma(e,MR),z=mi(n,{value:r,defaultValue:n}),W=Q(z,2),H=W[0],D=W[1],M=H==null?"":String(H),B=Z.useState(!1),F=Q(B,2),P=F[0],C=F[1],N=Z.useRef(!1),j=Z.useState(null),L=Q(j,2),K=L[0],X=L[1],te=c.useRef(null),ee=function(){var Ne;return(Ne=te.current)===null||Ne===void 0?void 0:Ne.textArea},we=function(){ee().focus()};c.useImperativeHandle(a,function(){return{resizableTextArea:te.current,focus:we,blur:function(){ee().blur()}}}),c.useEffect(function(){C(function(Qe){return!v&&Qe})},[v]);var fe=Z.useState(null),ve=Q(fe,2),be=ve[0],Y=ve[1];Z.useEffect(function(){if(be){var Qe;(Qe=ee()).setSelectionRange.apply(Qe,Ge(be))}},[be]);var J=Kk(b,w),me=(t=J.max)!==null&&t!==void 0?t:g,Se=Number(me)>0,ce=J.strategy(M),ie=!!me&&ce>me,Re=function(Ne,Ke){var Fe=Ke;!N.current&&J.exceedFormatter&&J.max&&J.strategy(Ke)>J.max&&(Fe=J.exceedFormatter(Ke,{max:J.max}),Ke!==Fe&&Y([ee().selectionStart||0,ee().selectionEnd||0])),D(Fe),al(Ne.currentTarget,Ne,d,Fe)},Ie=function(Ne){N.current=!0,u==null||u(Ne)},Me=function(Ne){N.current=!1,Re(Ne,Ne.currentTarget.value),m==null||m(Ne)},oe=function(Ne){Re(Ne,Ne.target.value)},ae=function(Ne){var Ke=q.onPressEnter,Fe=q.onKeyDown;Ne.key==="Enter"&&Ke&&Ke(Ne),Fe==null||Fe(Ne)},de=function(Ne){C(!0),s==null||s(Ne)},ye=function(Ne){C(!1),o==null||o(Ne)},ke=function(Ne){D(""),we(),al(ee(),Ne,d)},Pe=f,Xe;J.show&&(J.showFormatter?Xe=J.showFormatter({value:M,count:ce,maxLength:me}):Xe="".concat(ce).concat(Se?" / ".concat(me):""),Pe=Z.createElement(Z.Fragment,null,Pe,Z.createElement("span",{className:se("".concat(y,"-data-count"),S==null?void 0:S.count),style:A==null?void 0:A.count},Xe)));var Je=function(Ne){var Ke;T==null||T(Ne),(Ke=ee())!==null&&Ke!==void 0&&Ke.style.height&&X(!0)},ca=!q.autoSize&&!w&&!l;return Z.createElement(zh,{value:M,allowClear:l,handleReset:ke,suffix:Pe,prefixCls:y,classNames:_(_({},S),{},{affixWrapper:se(S==null?void 0:S.affixWrapper,(i={},G(i,"".concat(y,"-show-count"),w),G(i,"".concat(y,"-textarea-allow-clear"),l),i))}),disabled:v,focused:P,className:se(h,ie&&"".concat(y,"-out-of-range")),style:_(_({},p),K&&!ca?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":typeof Xe=="string"?Xe:void 0}},hidden:x},Z.createElement(zR,je({},q,{maxLength:g,onKeyDown:ae,onChange:oe,onFocus:de,onBlur:ye,onCompositionStart:Ie,onCompositionEnd:Me,className:se(S==null?void 0:S.textarea),style:_(_({},A==null?void 0:A.textarea),{},{resize:p==null?void 0:p.resize}),disabled:v,prefixCls:y,onResize:Je,ref:te})))}),ER=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t,i;const{prefixCls:n,bordered:r=!0,size:s,disabled:o,status:d,allowClear:l,classNames:g,rootClassName:u,className:m,style:f,styles:k,variant:y}=e,w=ER(e,["prefixCls","bordered","size","disabled","status","allowClear","classNames","rootClassName","className","style","styles","variant"]),{getPrefixCls:b,direction:h,textArea:p}=c.useContext(Sa),v=un(s),x=c.useContext(or),S=o??x,{status:A,hasFeedback:T,feedbackIcon:q}=c.useContext(tr),z=Vl(A,d),W=c.useRef(null);c.useImperativeHandle(a,()=>{var j;return{resizableTextArea:(j=W.current)===null||j===void 0?void 0:j.resizableTextArea,focus:L=>{var K,X;sR((X=(K=W.current)===null||K===void 0?void 0:K.resizableTextArea)===null||X===void 0?void 0:X.textArea,L)},blur:()=>{var L;return(L=W.current)===null||L===void 0?void 0:L.blur()}}});const H=b("input",n),D=Ol(H),[M,B,F]=Ch(H,D),[P,C]=_l(y,r),N=Qk(l??(p==null?void 0:p.allowClear));return M(c.createElement(PR,Object.assign({autoComplete:p==null?void 0:p.autoComplete},w,{style:Object.assign(Object.assign({},p==null?void 0:p.style),f),styles:Object.assign(Object.assign({},p==null?void 0:p.styles),k),disabled:S,allowClear:N,className:se(F,D,m,u,p==null?void 0:p.className),classNames:Object.assign(Object.assign(Object.assign({},g),p==null?void 0:p.classNames),{textarea:se({[`${H}-sm`]:v==="small",[`${H}-lg`]:v==="large"},B,g==null?void 0:g.textarea,(t=p==null?void 0:p.classNames)===null||t===void 0?void 0:t.textarea),variant:se({[`${H}-${P}`]:C},Hs(H,z)),affixWrapper:se(`${H}-textarea-affix-wrapper`,{[`${H}-affix-wrapper-rtl`]:h==="rtl",[`${H}-affix-wrapper-sm`]:v==="small",[`${H}-affix-wrapper-lg`]:v==="large",[`${H}-textarea-show-count`]:e.showCount||((i=e.count)===null||i===void 0?void 0:i.show)},B)}),prefixCls:H,suffix:T&&c.createElement("span",{className:`${H}-textarea-suffix`},q),ref:W})))}),IR=WR,bd=Mh;bd.Group=tR;bd.Search=xR;bd.TextArea=IR;bd.Password=wR;const e3=bd;var B0=c.createContext(null),a3=c.createContext({}),BR=["prefixCls","className","containerRef"],FR=function(a){var t=a.prefixCls,i=a.className,n=a.containerRef,r=Ma(a,BR),s=c.useContext(a3),o=s.panel,d=rd(o,n);return c.createElement("div",je({className:se("".concat(t,"-content"),i),role:"dialog",ref:d},qn(a,{aria:!0}),{"aria-modal":"true"},r))};function F0(e){return typeof e=="string"&&String(Number(e))===e?(Wt(!1,"Invalid value type of `width` or `height` which should be number type instead."),Number(e)):e}var D0={width:0,height:0,overflow:"hidden",outline:"none",position:"absolute"};function DR(e,a){var t,i,n,r=e.prefixCls,s=e.open,o=e.placement,d=e.inline,l=e.push,g=e.forceRender,u=e.autoFocus,m=e.keyboard,f=e.classNames,k=e.rootClassName,y=e.rootStyle,w=e.zIndex,b=e.className,h=e.id,p=e.style,v=e.motion,x=e.width,S=e.height,A=e.children,T=e.mask,q=e.maskClosable,z=e.maskMotion,W=e.maskClassName,H=e.maskStyle,D=e.afterOpenChange,M=e.onClose,B=e.onMouseEnter,F=e.onMouseOver,P=e.onMouseLeave,C=e.onClick,N=e.onKeyDown,j=e.onKeyUp,L=e.styles,K=c.useRef(),X=c.useRef(),te=c.useRef();c.useImperativeHandle(a,function(){return K.current});var ee=function(de){var ye=de.keyCode,ke=de.shiftKey;switch(ye){case le.TAB:{if(ye===le.TAB){if(!ke&&document.activeElement===te.current){var Pe;(Pe=X.current)===null||Pe===void 0||Pe.focus({preventScroll:!0})}else if(ke&&document.activeElement===X.current){var Xe;(Xe=te.current)===null||Xe===void 0||Xe.focus({preventScroll:!0})}}break}case le.ESC:{M&&m&&(de.stopPropagation(),M(de));break}}};c.useEffect(function(){if(s&&u){var ae;(ae=K.current)===null||ae===void 0||ae.focus({preventScroll:!0})}},[s]);var we=c.useState(!1),fe=Q(we,2),ve=fe[0],be=fe[1],Y=c.useContext(B0),J;typeof l=="boolean"?J=l?{}:{distance:0}:J=l||{};var me=(t=(i=(n=J)===null||n===void 0?void 0:n.distance)!==null&&i!==void 0?i:Y==null?void 0:Y.pushDistance)!==null&&t!==void 0?t:180,Se=c.useMemo(function(){return{pushDistance:me,push:function(){be(!0)},pull:function(){be(!1)}}},[me]);c.useEffect(function(){if(s){var ae;Y==null||(ae=Y.push)===null||ae===void 0||ae.call(Y)}else{var de;Y==null||(de=Y.pull)===null||de===void 0||de.call(Y)}},[s]),c.useEffect(function(){return function(){var ae;Y==null||(ae=Y.pull)===null||ae===void 0||ae.call(Y)}},[]);var ce=T&&c.createElement(ar,je({key:"mask"},z,{visible:s}),function(ae,de){var ye=ae.className,ke=ae.style;return c.createElement("div",{className:se("".concat(r,"-mask"),ye,f==null?void 0:f.mask,W),style:_(_(_({},ke),H),L==null?void 0:L.mask),onClick:q&&s?M:void 0,ref:de})}),ie=typeof v=="function"?v(o):v,Re={};if(ve&&me)switch(o){case"top":Re.transform="translateY(".concat(me,"px)");break;case"bottom":Re.transform="translateY(".concat(-me,"px)");break;case"left":Re.transform="translateX(".concat(me,"px)");break;default:Re.transform="translateX(".concat(-me,"px)");break}o==="left"||o==="right"?Re.width=F0(x):Re.height=F0(S);var Ie={onMouseEnter:B,onMouseOver:F,onMouseLeave:P,onClick:C,onKeyDown:N,onKeyUp:j},Me=c.createElement(ar,je({key:"panel"},ie,{visible:s,forceRender:g,onVisibleChanged:function(de){D==null||D(de)},removeOnLeave:!1,leavedClassName:"".concat(r,"-content-wrapper-hidden")}),function(ae,de){var ye=ae.className,ke=ae.style;return c.createElement("div",je({className:se("".concat(r,"-content-wrapper"),f==null?void 0:f.wrapper,ye),style:_(_(_({},Re),ke),L==null?void 0:L.wrapper)},qn(e,{data:!0})),c.createElement(FR,je({id:h,containerRef:de,prefixCls:r,className:se(b,f==null?void 0:f.content),style:_(_({},p),L==null?void 0:L.content)},qn(e,{aria:!0}),Ie),A))}),oe=_({},y);return w&&(oe.zIndex=w),c.createElement(B0.Provider,{value:Se},c.createElement("div",{className:se(r,"".concat(r,"-").concat(o),k,G(G({},"".concat(r,"-open"),s),"".concat(r,"-inline"),d)),style:oe,tabIndex:-1,ref:K,onKeyDown:ee},ce,c.createElement("div",{tabIndex:0,ref:X,style:D0,"aria-hidden":"true","data-sentinel":"start"}),Me,c.createElement("div",{tabIndex:0,ref:te,style:D0,"aria-hidden":"true","data-sentinel":"end"})))}var NR=c.forwardRef(DR),HR=function(a){var t=a.open,i=t===void 0?!1:t,n=a.prefixCls,r=n===void 0?"rc-drawer":n,s=a.placement,o=s===void 0?"right":s,d=a.autoFocus,l=d===void 0?!0:d,g=a.keyboard,u=g===void 0?!0:g,m=a.width,f=m===void 0?378:m,k=a.mask,y=k===void 0?!0:k,w=a.maskClosable,b=w===void 0?!0:w,h=a.getContainer,p=a.forceRender,v=a.afterOpenChange,x=a.destroyOnClose,S=a.onMouseEnter,A=a.onMouseOver,T=a.onMouseLeave,q=a.onClick,z=a.onKeyDown,W=a.onKeyUp,H=a.panelRef,D=c.useState(!1),M=Q(D,2),B=M[0],F=M[1],P=c.useState(!1),C=Q(P,2),N=C[0],j=C[1];Ka(function(){j(!0)},[]);var L=N?i:!1,K=c.useRef(),X=c.useRef();Ka(function(){L&&(X.current=document.activeElement)},[L]);var te=function(be){var Y;if(F(be),v==null||v(be),!be&&X.current&&!((Y=K.current)!==null&&Y!==void 0&&Y.contains(X.current))){var J;(J=X.current)===null||J===void 0||J.focus({preventScroll:!0})}},ee=c.useMemo(function(){return{panel:H}},[H]);if(!p&&!B&&!L&&x)return null;var we={onMouseEnter:S,onMouseOver:A,onMouseLeave:T,onClick:q,onKeyDown:z,onKeyUp:W},fe=_(_({},a),{},{open:L,prefixCls:r,placement:o,autoFocus:l,keyboard:u,width:f,mask:y,maskClosable:b,inline:h===!1,afterOpenChange:te,ref:K},we);return c.createElement(a3.Provider,{value:ee},c.createElement(uh,{open:L||p||B,autoDestroy:!1,getContainer:h,autoLock:y&&(L||B)},c.createElement(NR,fe)))};const jR=e=>{var a,t;const{prefixCls:i,title:n,footer:r,extra:s,closeIcon:o,closable:d,onClose:l,headerStyle:g,bodyStyle:u,footerStyle:m,children:f,classNames:k,styles:y}=e,{drawer:w}=c.useContext(Sa),b=c.useCallback(A=>c.createElement("button",{type:"button",onClick:l,"aria-label":"Close",className:`${i}-close`},A),[l]),h=c.useMemo(()=>typeof(w==null?void 0:w.closable)=="object"&&w.closable.closeIcon?w.closable.closeIcon:w==null?void 0:w.closeIcon,[w==null?void 0:w.closable,w==null?void 0:w.closeIcon]),[p,v]=V4({closable:d??(w==null?void 0:w.closable),closeIcon:typeof o<"u"?o:h,customCloseIconRender:b,defaultClosable:!0}),x=c.useMemo(()=>{var A,T;return!n&&!p?null:c.createElement("div",{style:Object.assign(Object.assign(Object.assign({},(A=w==null?void 0:w.styles)===null||A===void 0?void 0:A.header),g),y==null?void 0:y.header),className:se(`${i}-header`,{[`${i}-header-close-only`]:p&&!n&&!s},(T=w==null?void 0:w.classNames)===null||T===void 0?void 0:T.header,k==null?void 0:k.header)},c.createElement("div",{className:`${i}-header-title`},v,n&&c.createElement("div",{className:`${i}-title`},n)),s&&c.createElement("div",{className:`${i}-extra`},s))},[p,v,s,g,i,n]),S=c.useMemo(()=>{var A,T;if(!r)return null;const q=`${i}-footer`;return c.createElement("div",{className:se(q,(A=w==null?void 0:w.classNames)===null||A===void 0?void 0:A.footer,k==null?void 0:k.footer),style:Object.assign(Object.assign(Object.assign({},(T=w==null?void 0:w.styles)===null||T===void 0?void 0:T.footer),m),y==null?void 0:y.footer)},r)},[r,m,i]);return c.createElement(c.Fragment,null,x,c.createElement("div",{className:se(`${i}-body`,k==null?void 0:k.body,(a=w==null?void 0:w.classNames)===null||a===void 0?void 0:a.body),style:Object.assign(Object.assign(Object.assign({},(t=w==null?void 0:w.styles)===null||t===void 0?void 0:t.body),u),y==null?void 0:y.body)},f),S)},t3=jR,LR=e=>{const a="100%";return{left:`translateX(-${a})`,right:`translateX(${a})`,top:`translateY(-${a})`,bottom:`translateY(${a})`}[e]},i3=(e,a)=>({"&-enter, &-appear":Object.assign(Object.assign({},e),{"&-active":a}),"&-leave":Object.assign(Object.assign({},a),{"&-active":e})}),n3=(e,a)=>Object.assign({"&-enter, &-appear, &-leave":{"&-start":{transition:"none"},"&-active":{transition:`all ${a}`}}},i3({opacity:e},{opacity:1})),OR=(e,a)=>[n3(.7,a),i3({transform:LR(e)},{transform:"none"})],GR=e=>{const{componentCls:a,motionDurationSlow:t}=e;return{[a]:{[`${a}-mask-motion`]:n3(0,t),[`${a}-panel-motion`]:["left","right","top","bottom"].reduce((i,n)=>Object.assign(Object.assign({},i),{[`&-${n}`]:OR(n,t)}),{})}}},$R=GR,UR=e=>{const{componentCls:a,zIndexPopup:t,colorBgMask:i,colorBgElevated:n,motionDurationSlow:r,motionDurationMid:s,padding:o,paddingLG:d,fontSizeLG:l,lineHeightLG:g,lineWidth:u,lineType:m,colorSplit:f,marginSM:k,colorIcon:y,colorIconHover:w,colorText:b,fontWeightStrong:h,footerPaddingBlock:p,footerPaddingInline:v}=e,x=`${a}-content-wrapper`;return{[a]:{position:"fixed",inset:0,zIndex:t,pointerEvents:"none","&-pure":{position:"relative",background:n,display:"flex",flexDirection:"column",[`&${a}-left`]:{boxShadow:e.boxShadowDrawerLeft},[`&${a}-right`]:{boxShadow:e.boxShadowDrawerRight},[`&${a}-top`]:{boxShadow:e.boxShadowDrawerUp},[`&${a}-bottom`]:{boxShadow:e.boxShadowDrawerDown}},"&-inline":{position:"absolute"},[`${a}-mask`]:{position:"absolute",inset:0,zIndex:t,background:i,pointerEvents:"auto"},[x]:{position:"absolute",zIndex:t,maxWidth:"100vw",transition:`all ${r}`,"&-hidden":{display:"none"}},[`&-left > ${x}`]:{top:0,bottom:0,left:{_skip_check_:!0,value:0},boxShadow:e.boxShadowDrawerLeft},[`&-right > ${x}`]:{top:0,right:{_skip_check_:!0,value:0},bottom:0,boxShadow:e.boxShadowDrawerRight},[`&-top > ${x}`]:{top:0,insetInline:0,boxShadow:e.boxShadowDrawerUp},[`&-bottom > ${x}`]:{bottom:0,insetInline:0,boxShadow:e.boxShadowDrawerDown},[`${a}-content`]:{display:"flex",flexDirection:"column",width:"100%",height:"100%",overflow:"auto",background:n,pointerEvents:"auto"},[`${a}-header`]:{display:"flex",flex:0,alignItems:"center",padding:`${re(o)} ${re(d)}`,fontSize:l,lineHeight:g,borderBottom:`${re(u)} ${m} ${f}`,"&-title":{display:"flex",flex:1,alignItems:"center",minWidth:0,minHeight:0}},[`${a}-extra`]:{flex:"none"},[`${a}-close`]:{display:"inline-block",marginInlineEnd:k,color:y,fontWeight:h,fontSize:l,fontStyle:"normal",lineHeight:1,textAlign:"center",textTransform:"none",textDecoration:"none",background:"transparent",border:0,outline:0,cursor:"pointer",transition:`color ${s}`,textRendering:"auto","&:focus, &:hover":{color:w,textDecoration:"none"}},[`${a}-title`]:{flex:1,margin:0,color:b,fontWeight:e.fontWeightStrong,fontSize:l,lineHeight:g},[`${a}-body`]:{flex:1,minWidth:0,minHeight:0,padding:d,overflow:"auto"},[`${a}-footer`]:{flexShrink:0,padding:`${re(p)} ${re(v)}`,borderTop:`${re(u)} ${m} ${f}`},"&-rtl":{direction:"rtl"}}}},VR=e=>({zIndexPopup:e.zIndexPopupBase,footerPaddingBlock:e.paddingXS,footerPaddingInline:e.padding}),r3=Zt("Drawer",e=>{const a=Xa(e,{});return[UR(a),$R(a)]},VR);var s3=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{rootClassName:a,width:t,height:i,size:n="default",mask:r=!0,push:s=_R,open:o,afterOpenChange:d,onClose:l,prefixCls:g,getContainer:u,style:m,className:f,visible:k,afterVisibleChange:y,maskStyle:w,drawerStyle:b,contentWrapperStyle:h}=e,p=s3(e,["rootClassName","width","height","size","mask","push","open","afterOpenChange","onClose","prefixCls","getContainer","style","className","visible","afterVisibleChange","maskStyle","drawerStyle","contentWrapperStyle"]),{getPopupContainer:v,getPrefixCls:x,direction:S,drawer:A}=c.useContext(Sa),T=x("drawer",g),[q,z,W]=r3(T),H=u===void 0&&v?()=>v(document.body):u,D=se({"no-mask":!r,[`${T}-rtl`]:S==="rtl"},a,z,W),M=c.useMemo(()=>t??(n==="large"?736:378),[t,n]),B=c.useMemo(()=>i??(n==="large"?736:378),[i,n]),F={motionName:Yc(T,"mask-motion"),motionAppear:!0,motionEnter:!0,motionLeave:!0,motionDeadline:500},P=ee=>({motionName:Yc(T,`panel-motion-${ee}`),motionAppear:!0,motionEnter:!0,motionLeave:!0,motionDeadline:500}),C=ux(),[N,j]=oh("Drawer",p.zIndex),{classNames:L={},styles:K={}}=p,{classNames:X={},styles:te={}}=A||{};return q(c.createElement(Ds,null,c.createElement(Jo,{status:!0,override:!0},c.createElement(sh.Provider,{value:j},c.createElement(HR,Object.assign({prefixCls:T,onClose:l,maskMotion:F,motion:P},p,{classNames:{mask:se(L.mask,X.mask),content:se(L.content,X.content)},styles:{mask:Object.assign(Object.assign(Object.assign({},K.mask),w),te.mask),content:Object.assign(Object.assign(Object.assign({},K.content),b),te.content),wrapper:Object.assign(Object.assign(Object.assign({},K.wrapper),h),te.wrapper)},open:o??k,mask:r,push:s,width:M,height:B,style:Object.assign(Object.assign({},A==null?void 0:A.style),m),className:se(A==null?void 0:A.className,f),rootClassName:D,getContainer:H,afterOpenChange:d??y,panelRef:C,zIndex:N}),c.createElement(t3,Object.assign({prefixCls:T},p,{onClose:l})))))))},KR=e=>{const{prefixCls:a,style:t,className:i,placement:n="right"}=e,r=s3(e,["prefixCls","style","className","placement"]),{getPrefixCls:s}=c.useContext(Sa),o=s("drawer",a),[d,l,g]=r3(o),u=se(o,`${o}-pure`,`${o}-${n}`,l,g,i);return d(c.createElement("div",{className:u,style:t},c.createElement(t3,Object.assign({prefixCls:o},r))))};o3._InternalPanelDoNotUseOrYouWillBeFired=KR;const ZR=o3,JR=function(){const e=Object.assign({},arguments.length<=0?void 0:arguments[0]);for(let a=1;a{const n=t[i];n!==void 0&&(e[i]=n)})}return e},YR=JR;var QR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z"}}]},name:"double-left",theme:"outlined"};const XR=QR;var ez=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:XR}))};const N0=c.forwardRef(ez);var az={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 00188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 00492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z"}}]},name:"double-right",theme:"outlined"};const tz=az;var iz=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:tz}))};const H0=c.forwardRef(iz);var nz={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页",page_size:"页码"},rz=["10","20","50","100"],sz=function(a){var t=a.pageSizeOptions,i=t===void 0?rz:t,n=a.locale,r=a.changeSize,s=a.pageSize,o=a.goButton,d=a.quickGo,l=a.rootPrefixCls,g=a.selectComponentClass,u=a.selectPrefixCls,m=a.disabled,f=a.buildOptionText,k=Z.useState(""),y=Q(k,2),w=y[0],b=y[1],h=function(){return!w||Number.isNaN(w)?void 0:Number(w)},p=typeof f=="function"?f:function(M){return"".concat(M," ").concat(n.items_per_page)},v=function(B){r==null||r(Number(B))},x=function(B){b(B.target.value)},S=function(B){o||w===""||(b(""),!(B.relatedTarget&&(B.relatedTarget.className.indexOf("".concat(l,"-item-link"))>=0||B.relatedTarget.className.indexOf("".concat(l,"-item"))>=0))&&(d==null||d(h())))},A=function(B){w!==""&&(B.keyCode===le.ENTER||B.type==="click")&&(b(""),d==null||d(h()))},T=function(){return i.some(function(B){return B.toString()===s.toString()})?i:i.concat([s.toString()]).sort(function(B,F){var P=Number.isNaN(Number(B))?0:Number(B),C=Number.isNaN(Number(F))?0:Number(F);return P-C})},q="".concat(l,"-options");if(!r&&!d)return null;var z=null,W=null,H=null;if(r&&g){var D=T().map(function(M,B){return Z.createElement(g.Option,{key:B,value:M.toString()},p(M))});z=Z.createElement(g,{disabled:m,prefixCls:u,showSearch:!1,className:"".concat(q,"-size-changer"),optionLabelProp:"children",popupMatchSelectWidth:!1,value:(s||i[0]).toString(),onChange:v,getPopupContainer:function(B){return B.parentNode},"aria-label":n.page_size,defaultOpen:!1},D)}return d&&(o&&(H=typeof o=="boolean"?Z.createElement("button",{type:"button",onClick:A,onKeyUp:A,disabled:m,className:"".concat(q,"-quick-jumper-button")},n.jump_to_confirm):Z.createElement("span",{onClick:A,onKeyUp:A},o)),W=Z.createElement("div",{className:"".concat(q,"-quick-jumper")},n.jump_to,Z.createElement("input",{disabled:m,type:"text",value:w,onChange:x,onKeyUp:A,onBlur:S,"aria-label":n.page}),n.page,H)),Z.createElement("li",{className:q},z,W)},ro=function(a){var t,i=a.rootPrefixCls,n=a.page,r=a.active,s=a.className,o=a.showTitle,d=a.onClick,l=a.onKeyPress,g=a.itemRender,u="".concat(i,"-item"),m=se(u,"".concat(u,"-").concat(n),(t={},G(t,"".concat(u,"-active"),r),G(t,"".concat(u,"-disabled"),!n),t),s),f=function(){d(n)},k=function(b){l(b,d,n)},y=g(n,"page",Z.createElement("a",{rel:"nofollow"},n));return y?Z.createElement("li",{title:o?String(n):null,className:m,onClick:f,onKeyDown:k,tabIndex:0},y):null},oz=function(a,t,i){return i};function j0(){}function L0(e){var a=Number(e);return typeof a=="number"&&!Number.isNaN(a)&&isFinite(a)&&Math.floor(a)===a}function cr(e,a,t){var i=typeof e>"u"?a:e;return Math.floor((t-1)/i)+1}var dz=function(a){var t,i=a.prefixCls,n=i===void 0?"rc-pagination":i,r=a.selectPrefixCls,s=r===void 0?"rc-select":r,o=a.className,d=a.selectComponentClass,l=a.current,g=a.defaultCurrent,u=g===void 0?1:g,m=a.total,f=m===void 0?0:m,k=a.pageSize,y=a.defaultPageSize,w=y===void 0?10:y,b=a.onChange,h=b===void 0?j0:b,p=a.hideOnSinglePage,v=a.showPrevNextJumpers,x=v===void 0?!0:v,S=a.showQuickJumper,A=a.showLessItems,T=a.showTitle,q=T===void 0?!0:T,z=a.onShowSizeChange,W=z===void 0?j0:z,H=a.locale,D=H===void 0?nz:H,M=a.style,B=a.totalBoundaryShowSizeChanger,F=B===void 0?50:B,P=a.disabled,C=a.simple,N=a.showTotal,j=a.showSizeChanger,L=a.pageSizeOptions,K=a.itemRender,X=K===void 0?oz:K,te=a.jumpPrevIcon,ee=a.jumpNextIcon,we=a.prevIcon,fe=a.nextIcon,ve=Z.useRef(null),be=mi(10,{value:k,defaultValue:w}),Y=Q(be,2),J=Y[0],me=Y[1],Se=mi(1,{value:l,defaultValue:u,postState:function(ga){return Math.max(1,Math.min(ga,cr(void 0,J,f)))}}),ce=Q(Se,2),ie=ce[0],Re=ce[1],Ie=Z.useState(ie),Me=Q(Ie,2),oe=Me[0],ae=Me[1];c.useEffect(function(){ae(ie)},[ie]);var de=Math.max(1,ie-(A?3:5)),ye=Math.min(cr(void 0,J,f),ie+(A?3:5));function ke(Ze,ga){var Pa=Ze||Z.createElement("button",{type:"button","aria-label":ga,className:"".concat(n,"-item-link")});return typeof Ze=="function"&&(Pa=Z.createElement(Ze,_({},a))),Pa}function Pe(Ze){var ga=Ze.target.value,Pa=cr(void 0,J,f),mt;return ga===""?mt=ga:Number.isNaN(Number(ga))?mt=oe:ga>=Pa?mt=Pa:mt=Number(ga),mt}function Xe(Ze){return L0(Ze)&&Ze!==ie&&L0(f)&&f>0}var Je=f>J?S:!1;function ca(Ze){(Ze.keyCode===le.UP||Ze.keyCode===le.DOWN)&&Ze.preventDefault()}function Qe(Ze){var ga=Pe(Ze);switch(ga!==oe&&ae(ga),Ze.keyCode){case le.ENTER:Fe(ga);break;case le.UP:Fe(ga-1);break;case le.DOWN:Fe(ga+1);break}}function Ne(Ze){Fe(Pe(Ze))}function Ke(Ze){var ga=cr(Ze,J,f),Pa=ie>ga&&ga!==0?ga:ie;me(Ze),ae(Pa),W==null||W(ie,Ze),Re(Pa),h==null||h(Pa,Ze)}function Fe(Ze){if(Xe(Ze)&&!P){var ga=cr(void 0,J,f),Pa=Ze;return Ze>ga?Pa=ga:Ze<1&&(Pa=1),Pa!==oe&&ae(Pa),Re(Pa),h==null||h(Pa,J),Pa}return ie}var Ra=ie>1,na=ieF;function za(){Ra&&Fe(ie-1)}function la(){na&&Fe(ie+1)}function ua(){Fe(de)}function oa(){Fe(ye)}function wa(Ze,ga){if(Ze.key==="Enter"||Ze.charCode===le.ENTER||Ze.keyCode===le.ENTER){for(var Pa=arguments.length,mt=new Array(Pa>2?Pa-2:0),Ct=2;Ctf?f:ie*J])),ha=null,Te=cr(void 0,J,f);if(p&&f<=J)return null;var We=[],Oe={rootPrefixCls:n,onClick:Fe,onKeyPress:wa,showTitle:q,itemRender:X,page:-1},Ve=ie-1>0?ie-1:0,ra=ie+1=fa*2&&ie!==3&&(We[0]=Z.cloneElement(We[0],{className:se("".concat(n,"-item-after-jump-prev"),We[0].props.className)}),We.unshift(Ce)),Te-ie>=fa*2&&ie!==Te-2){var Da=We[We.length-1];We[We.length-1]=Z.cloneElement(Da,{className:se("".concat(n,"-item-before-jump-next"),Da.props.className)}),We.push(ha)}ia!==1&&We.unshift(Z.createElement(ro,je({},Oe,{key:1,page:1}))),Ca!==Te&&We.push(Z.createElement(ro,je({},Oe,{key:Te,page:Te})))}var It=pe(Ve);if(It){var Mt=!Ra||!Te;It=Z.createElement("li",{title:q?D.prev_page:null,onClick:za,tabIndex:Mt?null:0,onKeyDown:ma,className:se("".concat(n,"-prev"),G({},"".concat(n,"-disabled"),Mt)),"aria-disabled":Mt},It)}var et=Ee(ra);if(et){var nt,Bt;C?(nt=!na,Bt=Ra?0:null):(nt=!na||!Te,Bt=nt?null:0),et=Z.createElement("li",{title:q?D.next_page:null,onClick:la,tabIndex:Bt,onKeyDown:Ia,className:se("".concat(n,"-next"),G({},"".concat(n,"-disabled"),nt)),"aria-disabled":nt},et)}var en=se(n,o,(t={},G(t,"".concat(n,"-simple"),C),G(t,"".concat(n,"-disabled"),P),t));return Z.createElement("ul",je({className:en,style:M,ref:ve},ze),ea,It,C?Fa:We,et,Z.createElement(sz,{locale:D,rootPrefixCls:n,disabled:P,selectComponentClass:d,selectPrefixCls:s,changeSize:va?Ke:null,pageSize:J,pageSizeOptions:L,quickGo:Je?Fe:null,goButton:Oa}))};const d3=e=>c.createElement(hd,Object.assign({},e,{showSearch:!0,size:"small"})),c3=e=>c.createElement(hd,Object.assign({},e,{showSearch:!0,size:"middle"}));d3.Option=hd.Option;c3.Option=hd.Option;const cz=e=>{const{componentCls:a}=e;return{[`${a}-disabled`]:{"&, &:hover":{cursor:"not-allowed",[`${a}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed"}},"&:focus-visible":{cursor:"not-allowed",[`${a}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed"}}},[`&${a}-disabled`]:{cursor:"not-allowed",[`${a}-item`]:{cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},a:{color:e.colorTextDisabled,backgroundColor:"transparent",border:"none",cursor:"not-allowed"},"&-active":{borderColor:e.colorBorder,backgroundColor:e.itemActiveBgDisabled,"&:hover, &:active":{backgroundColor:e.itemActiveBgDisabled},a:{color:e.itemActiveColorDisabled}}},[`${a}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},[`${a}-simple&`]:{backgroundColor:"transparent","&:hover, &:active":{backgroundColor:"transparent"}}},[`${a}-simple-pager`]:{color:e.colorTextDisabled},[`${a}-jump-prev, ${a}-jump-next`]:{[`${a}-item-link-icon`]:{opacity:0},[`${a}-item-ellipsis`]:{opacity:1}}},[`&${a}-simple`]:{[`${a}-prev, ${a}-next`]:{[`&${a}-disabled ${a}-item-link`]:{"&:hover, &:active":{backgroundColor:"transparent"}}}}}},lz=e=>{const{componentCls:a}=e;return{[`&${a}-mini ${a}-total-text, &${a}-mini ${a}-simple-pager`]:{height:e.itemSizeSM,lineHeight:re(e.itemSizeSM)},[`&${a}-mini ${a}-item`]:{minWidth:e.itemSizeSM,height:e.itemSizeSM,margin:0,lineHeight:re(e.calc(e.itemSizeSM).sub(2).equal())},[`&${a}-mini:not(${a}-disabled) ${a}-item:not(${a}-item-active)`]:{backgroundColor:"transparent",borderColor:"transparent","&:hover":{backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive}},[`&${a}-mini ${a}-prev, &${a}-mini ${a}-next`]:{minWidth:e.itemSizeSM,height:e.itemSizeSM,margin:0,lineHeight:re(e.itemSizeSM)},[`&${a}-mini:not(${a}-disabled)`]:{[`${a}-prev, ${a}-next`]:{[`&:hover ${a}-item-link`]:{backgroundColor:e.colorBgTextHover},[`&:active ${a}-item-link`]:{backgroundColor:e.colorBgTextActive},[`&${a}-disabled:hover ${a}-item-link`]:{backgroundColor:"transparent"}}},[` +`,xR=["letter-spacing","line-height","padding-top","padding-bottom","font-family","font-weight","font-size","font-variant","text-rendering","text-transform","width","text-indent","padding-left","padding-right","border-width","box-sizing","word-break","white-space"],Qg={},zi;function SR(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,t=e.getAttribute("id")||e.getAttribute("data-reactid")||e.getAttribute("name");if(a&&Qg[t])return Qg[t];var i=window.getComputedStyle(e),n=i.getPropertyValue("box-sizing")||i.getPropertyValue("-moz-box-sizing")||i.getPropertyValue("-webkit-box-sizing"),r=parseFloat(i.getPropertyValue("padding-bottom"))+parseFloat(i.getPropertyValue("padding-top")),s=parseFloat(i.getPropertyValue("border-bottom-width"))+parseFloat(i.getPropertyValue("border-top-width")),o=xR.map(function(c){return"".concat(c,":").concat(i.getPropertyValue(c))}).join(";"),d={sizingStyle:o,paddingSize:r,borderSize:s,boxSizing:n};return a&&t&&(Qg[t]=d),d}function CR(e){var a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,i=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;zi||(zi=document.createElement("textarea"),zi.setAttribute("tab-index","-1"),zi.setAttribute("aria-hidden","true"),document.body.appendChild(zi)),e.getAttribute("wrap")?zi.setAttribute("wrap",e.getAttribute("wrap")):zi.removeAttribute("wrap");var n=SR(e,a),r=n.paddingSize,s=n.borderSize,o=n.boxSizing,d=n.sizingStyle;zi.setAttribute("style","".concat(d,";").concat(AR)),zi.value=e.value||e.placeholder||"";var c=void 0,g=void 0,u,m=zi.scrollHeight;if(o==="border-box"?m+=s:o==="content-box"&&(m-=r),t!==null||i!==null){zi.value=" ";var b=zi.scrollHeight-r;t!==null&&(c=b*t,o==="border-box"&&(c=c+r+s),m=Math.max(c,m)),i!==null&&(g=b*i,o==="border-box"&&(g=g+r+s),u=m>g?"":"hidden",m=Math.min(g,m))}var k={height:m,overflowY:u,resize:"none"};return c&&(k.minHeight=c),g&&(k.maxHeight=g),k}var TR=["prefixCls","onPressEnter","defaultValue","value","autoSize","onResize","className","style","disabled","onChange","onInternalAutoSize"],Xg=0,eu=1,au=2,qR=l.forwardRef(function(e,a){var t=e,i=t.prefixCls;t.onPressEnter;var n=t.defaultValue,r=t.value,s=t.autoSize,o=t.onResize,d=t.className,c=t.style,g=t.disabled,u=t.onChange;t.onInternalAutoSize;var m=Wa(t,TR),b=ui(n,{value:r,postState:function(te){return te??""}}),k=Y(b,2),y=k[0],w=k[1],f=function(te){w(te.target.value),u==null||u(te)},h=l.useRef();l.useImperativeHandle(a,function(){return{textArea:h.current}});var p=l.useMemo(function(){return s&&pa(s)==="object"?[s.minRows,s.maxRows]:[]},[s]),A=Y(p,2),S=A[0],x=A[1],v=!!s,C=function(){try{if(document.activeElement===h.current){var te=h.current,X=te.selectionStart,we=te.selectionEnd,be=te.scrollTop;h.current.setSelectionRange(X,we),h.current.scrollTop=be}}catch{}},R=l.useState(au),z=Y(R,2),W=z[0],F=z[1],B=l.useState(),$=Y(B,2),V=$[0],D=$[1],P=function(){F(Xg)};Xa(function(){v&&P()},[r,S,x,v]),Xa(function(){if(W===Xg)F(eu);else if(W===eu){var ae=CR(h.current,!1,S,x);F(au),D(ae)}else C()},[W]);var T=l.useRef(),I=function(){at.cancel(T.current)},H=function(te){W===au&&(o==null||o(te),s&&(I(),T.current=at(function(){P()})))};l.useEffect(function(){return I},[]);var L=v?V:null,Z=_(_({},c),L);return(W===Xg||W===eu)&&(Z.overflowY="hidden",Z.overflowX="hidden"),l.createElement(nr,{onResize:H,disabled:!(s||o)},l.createElement("textarea",_e({},m,{ref:h,style:Z,className:de(i,d,O({},"".concat(i,"-disabled"),g)),disabled:g,value:y,onChange:f})))}),RR=["defaultValue","value","onFocus","onBlur","onChange","allowClear","maxLength","onCompositionStart","onCompositionEnd","suffix","prefixCls","showCount","count","className","style","disabled","hidden","classNames","styles","onResize"],zR=K.forwardRef(function(e,a){var t,i,n=e.defaultValue,r=e.value,s=e.onFocus,o=e.onBlur,d=e.onChange,c=e.allowClear,g=e.maxLength,u=e.onCompositionStart,m=e.onCompositionEnd,b=e.suffix,k=e.prefixCls,y=k===void 0?"rc-textarea":k,w=e.showCount,f=e.count,h=e.className,p=e.style,A=e.disabled,S=e.hidden,x=e.classNames,v=e.styles,C=e.onResize,R=Wa(e,RR),z=ui(n,{value:r,defaultValue:n}),W=Y(z,2),F=W[0],B=W[1],$=F==null?"":String(F),V=K.useState(!1),D=Y(V,2),P=D[0],T=D[1],I=K.useRef(!1),H=K.useState(null),L=Y(H,2),Z=L[0],ae=L[1],te=l.useRef(null),X=function(){var Ne;return(Ne=te.current)===null||Ne===void 0?void 0:Ne.textArea},we=function(){X().focus()};l.useImperativeHandle(a,function(){return{resizableTextArea:te.current,focus:we,blur:function(){X().blur()}}}),l.useEffect(function(){T(function(Qe){return!A&&Qe})},[A]);var be=K.useState(null),ye=Y(be,2),pe=ye[0],ne=ye[1];K.useEffect(function(){if(pe){var Qe;(Qe=X()).setSelectionRange.apply(Qe,Oe(pe))}},[pe]);var J=Kk(f,w),fe=(t=J.max)!==null&&t!==void 0?t:g,Ce=Number(fe)>0,se=J.strategy($),Q=!!fe&&se>fe,Ee=function(Ne,Ke){var Fe=Ke;!I.current&&J.exceedFormatter&&J.max&&J.strategy(Ke)>J.max&&(Fe=J.exceedFormatter(Ke,{max:J.max}),Ke!==Fe&&ne([X().selectionStart||0,X().selectionEnd||0])),B(Fe),Xc(Ne.currentTarget,Ne,d,Fe)},Ie=function(Ne){I.current=!0,u==null||u(Ne)},ze=function(Ne){I.current=!1,Ee(Ne,Ne.currentTarget.value),m==null||m(Ne)},re=function(Ne){Ee(Ne,Ne.target.value)},oe=function(Ne){var Ke=R.onPressEnter,Fe=R.onKeyDown;Ne.key==="Enter"&&Ke&&Ke(Ne),Fe==null||Fe(Ne)},ue=function(Ne){T(!0),s==null||s(Ne)},xe=function(Ne){T(!1),o==null||o(Ne)},Se=function(Ne){B(""),we(),Xc(X(),Ne,d)},We=b,ea;J.show&&(J.showFormatter?ea=J.showFormatter({value:$,count:se,maxLength:fe}):ea="".concat(se).concat(Ce?" / ".concat(fe):""),We=K.createElement(K.Fragment,null,We,K.createElement("span",{className:de("".concat(y,"-data-count"),x==null?void 0:x.count),style:v==null?void 0:v.count},ea)));var Je=function(Ne){var Ke;C==null||C(Ne),(Ke=X())!==null&&Ke!==void 0&&Ke.style.height&&ae(!0)},ca=!R.autoSize&&!w&&!c;return K.createElement(Rh,{value:$,allowClear:c,handleReset:Se,suffix:We,prefixCls:y,classNames:_(_({},x),{},{affixWrapper:de(x==null?void 0:x.affixWrapper,(i={},O(i,"".concat(y,"-show-count"),w),O(i,"".concat(y,"-textarea-allow-clear"),c),i))}),disabled:A,focused:P,className:de(h,Q&&"".concat(y,"-out-of-range")),style:_(_({},p),Z&&!ca?{height:"auto"}:{}),dataAttrs:{affixWrapper:{"data-count":typeof ea=="string"?ea:void 0}},hidden:S},K.createElement(qR,_e({},R,{maxLength:g,onKeyDown:oe,onChange:re,onFocus:ue,onBlur:xe,onCompositionStart:Ie,onCompositionEnd:ze,className:de(x==null?void 0:x.textarea),style:_(_({},v==null?void 0:v.textarea),{},{resize:p==null?void 0:p.resize}),disabled:A,prefixCls:y,onResize:Je,ref:te})))}),MR=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var t,i;const{prefixCls:n,bordered:r=!0,size:s,disabled:o,status:d,allowClear:c,classNames:g,rootClassName:u,className:m,style:b,styles:k,variant:y}=e,w=MR(e,["prefixCls","bordered","size","disabled","status","allowClear","classNames","rootClassName","className","style","styles","variant"]),{getPrefixCls:f,direction:h,textArea:p}=l.useContext(Ra),A=un(s),S=l.useContext(rr),x=o??S,{status:v,hasFeedback:C,feedbackIcon:R}=l.useContext(er),z=_l(v,d),W=l.useRef(null);l.useImperativeHandle(a,()=>{var H;return{resizableTextArea:(H=W.current)===null||H===void 0?void 0:H.resizableTextArea,focus:L=>{var Z,ae;nR((ae=(Z=W.current)===null||Z===void 0?void 0:Z.resizableTextArea)===null||ae===void 0?void 0:ae.textArea,L)},blur:()=>{var L;return(L=W.current)===null||L===void 0?void 0:L.blur()}}});const F=f("input",n),B=Gl(F),[$,V,D]=Sh(F,B),[P,T]=Kl(y,r),I=Qk(c??(p==null?void 0:p.allowClear));return $(l.createElement(zR,Object.assign({autoComplete:p==null?void 0:p.autoComplete},w,{style:Object.assign(Object.assign({},p==null?void 0:p.style),b),styles:Object.assign(Object.assign({},p==null?void 0:p.styles),k),disabled:x,allowClear:I,className:de(D,B,m,u,p==null?void 0:p.className),classNames:Object.assign(Object.assign(Object.assign({},g),p==null?void 0:p.classNames),{textarea:de({[`${F}-sm`]:A==="small",[`${F}-lg`]:A==="large"},V,g==null?void 0:g.textarea,(t=p==null?void 0:p.classNames)===null||t===void 0?void 0:t.textarea),variant:de({[`${F}-${P}`]:T},Ds(F,z)),affixWrapper:de(`${F}-textarea-affix-wrapper`,{[`${F}-affix-wrapper-rtl`]:h==="rtl",[`${F}-affix-wrapper-sm`]:A==="small",[`${F}-affix-wrapper-lg`]:A==="large",[`${F}-textarea-show-count`]:e.showCount||((i=e.count)===null||i===void 0?void 0:i.show)},V)}),prefixCls:F,suffix:C&&l.createElement("span",{className:`${F}-textarea-suffix`},R),ref:W})))}),ER=PR,hd=zh;hd.Group=eR;hd.Search=vR;hd.TextArea=ER;hd.Password=yR;const e3=hd;function W0(e){return["small","middle","large"].includes(e)}const a3=["wrap","nowrap","wrap-reverse"],t3=["flex-start","flex-end","start","end","center","space-between","space-around","space-evenly","stretch","normal","left","right"],i3=["center","start","end","flex-start","flex-end","self-start","self-end","baseline","normal","stretch"],WR=(e,a)=>{const t={};return a3.forEach(i=>{t[`${e}-wrap-${i}`]=a.wrap===i}),t},IR=(e,a)=>{const t={};return i3.forEach(i=>{t[`${e}-align-${i}`]=a.align===i}),t[`${e}-align-stretch`]=!a.align&&!!a.vertical,t},BR=(e,a)=>{const t={};return t3.forEach(i=>{t[`${e}-justify-${i}`]=a.justify===i}),t};function FR(e,a){return de(Object.assign(Object.assign(Object.assign({},WR(e,a)),IR(e,a)),BR(e,a)))}const DR=e=>{const{componentCls:a}=e;return{[a]:{display:"flex","&-vertical":{flexDirection:"column"},"&-rtl":{direction:"rtl"},"&:empty":{display:"none"}}}},NR=e=>{const{componentCls:a}=e;return{[a]:{"&-gap-small":{gap:e.flexGapSM},"&-gap-middle":{gap:e.flexGap},"&-gap-large":{gap:e.flexGapLG}}}},HR=e=>{const{componentCls:a}=e,t={};return a3.forEach(i=>{t[`${a}-wrap-${i}`]={flexWrap:i}}),t},jR=e=>{const{componentCls:a}=e,t={};return i3.forEach(i=>{t[`${a}-align-${i}`]={alignItems:i}}),t},LR=e=>{const{componentCls:a}=e,t={};return t3.forEach(i=>{t[`${a}-justify-${i}`]={justifyContent:i}}),t},OR=()=>({}),GR=Zt("Flex",e=>{const{paddingXS:a,padding:t,paddingLG:i}=e,n=Ya(e,{flexGapSM:a,flexGap:t,flexGapLG:i});return[DR(n),NR(n),HR(n),jR(n),LR(n)]},OR,{resetStyle:!1});var $R=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,rootClassName:i,className:n,style:r,flex:s,gap:o,children:d,vertical:c=!1,component:g="div"}=e,u=$R(e,["prefixCls","rootClassName","className","style","flex","gap","children","vertical","component"]),{flex:m,direction:b,getPrefixCls:k}=K.useContext(Ra),y=k("flex",t),[w,f,h]=GR(y),p=c??(m==null?void 0:m.vertical),A=de(n,i,m==null?void 0:m.className,y,f,h,FR(y,e),{[`${y}-rtl`]:b==="rtl",[`${y}-gap-${o}`]:W0(o),[`${y}-vertical`]:p}),S=Object.assign(Object.assign({},m==null?void 0:m.style),r);return s&&(S.flex=s),o&&!W0(o)&&(S.gap=o),w(K.createElement(g,Object.assign({ref:a,className:A,style:S},Tn(u,["justify","wrap","align"])),d))}),el=UR,VR=function(){const e=Object.assign({},arguments.length<=0?void 0:arguments[0]);for(let a=1;a{const n=t[i];n!==void 0&&(e[i]=n)})}return e},_R=VR;var KR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M272.9 512l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L186.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H532c6.7 0 10.4-7.7 6.3-12.9L272.9 512zm304 0l265.4-339.1c4.1-5.2.4-12.9-6.3-12.9h-77.3c-4.9 0-9.6 2.3-12.6 6.1L490.8 492.3a31.99 31.99 0 000 39.5l255.3 326.1c3 3.9 7.7 6.1 12.6 6.1H836c6.7 0 10.4-7.7 6.3-12.9L576.9 512z"}}]},name:"double-left",theme:"outlined"};const ZR=KR;var JR=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:ZR}))};const I0=l.forwardRef(JR);var YR={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 00188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 00492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z"}}]},name:"double-right",theme:"outlined"};const QR=YR;var XR=function(a,t){return l.createElement(Ti,_e({},a,{ref:t,icon:QR}))};const B0=l.forwardRef(XR);var ez={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页",page_size:"页码"},az=["10","20","50","100"],tz=function(a){var t=a.pageSizeOptions,i=t===void 0?az:t,n=a.locale,r=a.changeSize,s=a.pageSize,o=a.goButton,d=a.quickGo,c=a.rootPrefixCls,g=a.selectComponentClass,u=a.selectPrefixCls,m=a.disabled,b=a.buildOptionText,k=K.useState(""),y=Y(k,2),w=y[0],f=y[1],h=function(){return!w||Number.isNaN(w)?void 0:Number(w)},p=typeof b=="function"?b:function($){return"".concat($," ").concat(n.items_per_page)},A=function(V){r==null||r(Number(V))},S=function(V){f(V.target.value)},x=function(V){o||w===""||(f(""),!(V.relatedTarget&&(V.relatedTarget.className.indexOf("".concat(c,"-item-link"))>=0||V.relatedTarget.className.indexOf("".concat(c,"-item"))>=0))&&(d==null||d(h())))},v=function(V){w!==""&&(V.keyCode===le.ENTER||V.type==="click")&&(f(""),d==null||d(h()))},C=function(){return i.some(function(V){return V.toString()===s.toString()})?i:i.concat([s.toString()]).sort(function(V,D){var P=Number.isNaN(Number(V))?0:Number(V),T=Number.isNaN(Number(D))?0:Number(D);return P-T})},R="".concat(c,"-options");if(!r&&!d)return null;var z=null,W=null,F=null;if(r&&g){var B=C().map(function($,V){return K.createElement(g.Option,{key:V,value:$.toString()},p($))});z=K.createElement(g,{disabled:m,prefixCls:u,showSearch:!1,className:"".concat(R,"-size-changer"),optionLabelProp:"children",popupMatchSelectWidth:!1,value:(s||i[0]).toString(),onChange:A,getPopupContainer:function(V){return V.parentNode},"aria-label":n.page_size,defaultOpen:!1},B)}return d&&(o&&(F=typeof o=="boolean"?K.createElement("button",{type:"button",onClick:v,onKeyUp:v,disabled:m,className:"".concat(R,"-quick-jumper-button")},n.jump_to_confirm):K.createElement("span",{onClick:v,onKeyUp:v},o)),W=K.createElement("div",{className:"".concat(R,"-quick-jumper")},n.jump_to,K.createElement("input",{disabled:m,type:"text",value:w,onChange:S,onKeyUp:v,onBlur:x,"aria-label":n.page}),n.page,F)),K.createElement("li",{className:R},z,W)},no=function(a){var t,i=a.rootPrefixCls,n=a.page,r=a.active,s=a.className,o=a.showTitle,d=a.onClick,c=a.onKeyPress,g=a.itemRender,u="".concat(i,"-item"),m=de(u,"".concat(u,"-").concat(n),(t={},O(t,"".concat(u,"-active"),r),O(t,"".concat(u,"-disabled"),!n),t),s),b=function(){d(n)},k=function(f){c(f,d,n)},y=g(n,"page",K.createElement("a",{rel:"nofollow"},n));return y?K.createElement("li",{title:o?String(n):null,className:m,onClick:b,onKeyDown:k,tabIndex:0},y):null},iz=function(a,t,i){return i};function F0(){}function D0(e){var a=Number(e);return typeof a=="number"&&!Number.isNaN(a)&&isFinite(a)&&Math.floor(a)===a}function or(e,a,t){var i=typeof e>"u"?a:e;return Math.floor((t-1)/i)+1}var nz=function(a){var t,i=a.prefixCls,n=i===void 0?"rc-pagination":i,r=a.selectPrefixCls,s=r===void 0?"rc-select":r,o=a.className,d=a.selectComponentClass,c=a.current,g=a.defaultCurrent,u=g===void 0?1:g,m=a.total,b=m===void 0?0:m,k=a.pageSize,y=a.defaultPageSize,w=y===void 0?10:y,f=a.onChange,h=f===void 0?F0:f,p=a.hideOnSinglePage,A=a.showPrevNextJumpers,S=A===void 0?!0:A,x=a.showQuickJumper,v=a.showLessItems,C=a.showTitle,R=C===void 0?!0:C,z=a.onShowSizeChange,W=z===void 0?F0:z,F=a.locale,B=F===void 0?ez:F,$=a.style,V=a.totalBoundaryShowSizeChanger,D=V===void 0?50:V,P=a.disabled,T=a.simple,I=a.showTotal,H=a.showSizeChanger,L=a.pageSizeOptions,Z=a.itemRender,ae=Z===void 0?iz:Z,te=a.jumpPrevIcon,X=a.jumpNextIcon,we=a.prevIcon,be=a.nextIcon,ye=K.useRef(null),pe=ui(10,{value:k,defaultValue:w}),ne=Y(pe,2),J=ne[0],fe=ne[1],Ce=ui(1,{value:c,defaultValue:u,postState:function(ga){return Math.max(1,Math.min(ga,or(void 0,J,b)))}}),se=Y(Ce,2),Q=se[0],Ee=se[1],Ie=K.useState(Q),ze=Y(Ie,2),re=ze[0],oe=ze[1];l.useEffect(function(){oe(Q)},[Q]);var ue=Math.max(1,Q-(v?3:5)),xe=Math.min(or(void 0,J,b),Q+(v?3:5));function Se(Ze,ga){var Ma=Ze||K.createElement("button",{type:"button","aria-label":ga,className:"".concat(n,"-item-link")});return typeof Ze=="function"&&(Ma=K.createElement(Ze,_({},a))),Ma}function We(Ze){var ga=Ze.target.value,Ma=or(void 0,J,b),mt;return ga===""?mt=ga:Number.isNaN(Number(ga))?mt=re:ga>=Ma?mt=Ma:mt=Number(ga),mt}function ea(Ze){return D0(Ze)&&Ze!==Q&&D0(b)&&b>0}var Je=b>J?x:!1;function ca(Ze){(Ze.keyCode===le.UP||Ze.keyCode===le.DOWN)&&Ze.preventDefault()}function Qe(Ze){var ga=We(Ze);switch(ga!==re&&oe(ga),Ze.keyCode){case le.ENTER:Fe(ga);break;case le.UP:Fe(ga-1);break;case le.DOWN:Fe(ga+1);break}}function Ne(Ze){Fe(We(Ze))}function Ke(Ze){var ga=or(Ze,J,b),Ma=Q>ga&&ga!==0?ga:Q;fe(Ze),oe(Ma),W==null||W(Q,Ze),Ee(Ma),h==null||h(Ma,Ze)}function Fe(Ze){if(ea(Ze)&&!P){var ga=or(void 0,J,b),Ma=Ze;return Ze>ga?Ma=ga:Ze<1&&(Ma=1),Ma!==re&&oe(Ma),Ee(Ma),h==null||h(Ma,J),Ma}return Q}var qa=Q>1,na=QD;function za(){qa&&Fe(Q-1)}function la(){na&&Fe(Q+1)}function ua(){Fe(ue)}function oa(){Fe(xe)}function wa(Ze,ga){if(Ze.key==="Enter"||Ze.charCode===le.ENTER||Ze.keyCode===le.ENTER){for(var Ma=arguments.length,mt=new Array(Ma>2?Ma-2:0),Ct=2;Ctb?b:Q*J])),ha=null,Te=or(void 0,J,b);if(p&&b<=J)return null;var Pe=[],Le={rootPrefixCls:n,onClick:Fe,onKeyPress:wa,showTitle:R,itemRender:ae,page:-1},Ue=Q-1>0?Q-1:0,ra=Q+1=fa*2&&Q!==3&&(Pe[0]=K.cloneElement(Pe[0],{className:de("".concat(n,"-item-after-jump-prev"),Pe[0].props.className)}),Pe.unshift(Ae)),Te-Q>=fa*2&&Q!==Te-2){var Da=Pe[Pe.length-1];Pe[Pe.length-1]=K.cloneElement(Da,{className:de("".concat(n,"-item-before-jump-next"),Da.props.className)}),Pe.push(ha)}ia!==1&&Pe.unshift(K.createElement(no,_e({},Le,{key:1,page:1}))),Sa!==Te&&Pe.push(K.createElement(no,_e({},Le,{key:Te,page:Te})))}var Wt=he(Ue);if(Wt){var Mt=!qa||!Te;Wt=K.createElement("li",{title:R?B.prev_page:null,onClick:za,tabIndex:Mt?null:0,onKeyDown:ma,className:de("".concat(n,"-prev"),O({},"".concat(n,"-disabled"),Mt)),"aria-disabled":Mt},Wt)}var Qa=Me(ra);if(Qa){var nt,It;T?(nt=!na,It=qa?0:null):(nt=!na||!Te,It=nt?null:0),Qa=K.createElement("li",{title:R?B.next_page:null,onClick:la,tabIndex:It,onKeyDown:Ia,className:de("".concat(n,"-next"),O({},"".concat(n,"-disabled"),nt)),"aria-disabled":nt},Qa)}var en=de(n,o,(t={},O(t,"".concat(n,"-simple"),T),O(t,"".concat(n,"-disabled"),P),t));return K.createElement("ul",_e({className:en,style:$,ref:ye},Re),Xe,Wt,T?Fa:Pe,Qa,K.createElement(tz,{locale:B,rootPrefixCls:n,disabled:P,selectComponentClass:d,selectPrefixCls:s,changeSize:va?Ke:null,pageSize:J,pageSizeOptions:L,quickGo:Je?Fe:null,goButton:Oa}))};const n3=e=>l.createElement(ud,Object.assign({},e,{showSearch:!0,size:"small"})),r3=e=>l.createElement(ud,Object.assign({},e,{showSearch:!0,size:"middle"}));n3.Option=ud.Option;r3.Option=ud.Option;const rz=e=>{const{componentCls:a}=e;return{[`${a}-disabled`]:{"&, &:hover":{cursor:"not-allowed",[`${a}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed"}},"&:focus-visible":{cursor:"not-allowed",[`${a}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed"}}},[`&${a}-disabled`]:{cursor:"not-allowed",[`${a}-item`]:{cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},a:{color:e.colorTextDisabled,backgroundColor:"transparent",border:"none",cursor:"not-allowed"},"&-active":{borderColor:e.colorBorder,backgroundColor:e.itemActiveBgDisabled,"&:hover, &:active":{backgroundColor:e.itemActiveBgDisabled},a:{color:e.itemActiveColorDisabled}}},[`${a}-item-link`]:{color:e.colorTextDisabled,cursor:"not-allowed","&:hover, &:active":{backgroundColor:"transparent"},[`${a}-simple&`]:{backgroundColor:"transparent","&:hover, &:active":{backgroundColor:"transparent"}}},[`${a}-simple-pager`]:{color:e.colorTextDisabled},[`${a}-jump-prev, ${a}-jump-next`]:{[`${a}-item-link-icon`]:{opacity:0},[`${a}-item-ellipsis`]:{opacity:1}}},[`&${a}-simple`]:{[`${a}-prev, ${a}-next`]:{[`&${a}-disabled ${a}-item-link`]:{"&:hover, &:active":{backgroundColor:"transparent"}}}}}},sz=e=>{const{componentCls:a}=e;return{[`&${a}-mini ${a}-total-text, &${a}-mini ${a}-simple-pager`]:{height:e.itemSizeSM,lineHeight:ie(e.itemSizeSM)},[`&${a}-mini ${a}-item`]:{minWidth:e.itemSizeSM,height:e.itemSizeSM,margin:0,lineHeight:ie(e.calc(e.itemSizeSM).sub(2).equal())},[`&${a}-mini:not(${a}-disabled) ${a}-item:not(${a}-item-active)`]:{backgroundColor:"transparent",borderColor:"transparent","&:hover":{backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive}},[`&${a}-mini ${a}-prev, &${a}-mini ${a}-next`]:{minWidth:e.itemSizeSM,height:e.itemSizeSM,margin:0,lineHeight:ie(e.itemSizeSM)},[`&${a}-mini:not(${a}-disabled)`]:{[`${a}-prev, ${a}-next`]:{[`&:hover ${a}-item-link`]:{backgroundColor:e.colorBgTextHover},[`&:active ${a}-item-link`]:{backgroundColor:e.colorBgTextActive},[`&${a}-disabled:hover ${a}-item-link`]:{backgroundColor:"transparent"}}},[` &${a}-mini ${a}-prev ${a}-item-link, &${a}-mini ${a}-next ${a}-item-link - `]:{backgroundColor:"transparent",borderColor:"transparent","&::after":{height:e.itemSizeSM,lineHeight:re(e.itemSizeSM)}},[`&${a}-mini ${a}-jump-prev, &${a}-mini ${a}-jump-next`]:{height:e.itemSizeSM,marginInlineEnd:0,lineHeight:re(e.itemSizeSM)},[`&${a}-mini ${a}-options`]:{marginInlineStart:e.paginationMiniOptionsMarginInlineStart,"&-size-changer":{top:e.miniOptionsSizeChangerTop},"&-quick-jumper":{height:e.itemSizeSM,lineHeight:re(e.itemSizeSM),input:Object.assign(Object.assign({},Sh(e)),{width:e.paginationMiniQuickJumperInputWidth,height:e.controlHeightSM})}}}},gz=e=>{const{componentCls:a}=e;return{[` + `]:{backgroundColor:"transparent",borderColor:"transparent","&::after":{height:e.itemSizeSM,lineHeight:ie(e.itemSizeSM)}},[`&${a}-mini ${a}-jump-prev, &${a}-mini ${a}-jump-next`]:{height:e.itemSizeSM,marginInlineEnd:0,lineHeight:ie(e.itemSizeSM)},[`&${a}-mini ${a}-options`]:{marginInlineStart:e.paginationMiniOptionsMarginInlineStart,"&-size-changer":{top:e.miniOptionsSizeChangerTop},"&-quick-jumper":{height:e.itemSizeSM,lineHeight:ie(e.itemSizeSM),input:Object.assign(Object.assign({},xh(e)),{width:e.paginationMiniQuickJumperInputWidth,height:e.controlHeightSM})}}}},oz=e=>{const{componentCls:a}=e;return{[` &${a}-simple ${a}-prev, &${a}-simple ${a}-next - `]:{height:e.itemSizeSM,lineHeight:re(e.itemSizeSM),verticalAlign:"top",[`${a}-item-link`]:{height:e.itemSizeSM,backgroundColor:"transparent",border:0,"&:hover":{backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive},"&::after":{height:e.itemSizeSM,lineHeight:re(e.itemSizeSM)}}},[`&${a}-simple ${a}-simple-pager`]:{display:"inline-block",height:e.itemSizeSM,marginInlineEnd:e.marginXS,input:{boxSizing:"border-box",height:"100%",marginInlineEnd:e.marginXS,padding:`0 ${re(e.paginationItemPaddingInline)}`,textAlign:"center",backgroundColor:e.itemInputBg,border:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadius,outline:"none",transition:`border-color ${e.motionDurationMid}`,color:"inherit","&:hover":{borderColor:e.colorPrimary},"&:focus":{borderColor:e.colorPrimaryHover,boxShadow:`${re(e.inputOutlineOffset)} 0 ${re(e.controlOutlineWidth)} ${e.controlOutline}`},"&[disabled]":{color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,cursor:"not-allowed"}}}}},uz=e=>{const{componentCls:a}=e;return{[`${a}-jump-prev, ${a}-jump-next`]:{outline:0,[`${a}-item-container`]:{position:"relative",[`${a}-item-link-icon`]:{color:e.colorPrimary,fontSize:e.fontSizeSM,opacity:0,transition:`all ${e.motionDurationMid}`,"&-svg":{top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,margin:"auto"}},[`${a}-item-ellipsis`]:{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,display:"block",margin:"auto",color:e.colorTextDisabled,fontFamily:"Arial, Helvetica, sans-serif",letterSpacing:e.paginationEllipsisLetterSpacing,textAlign:"center",textIndent:e.paginationEllipsisTextIndent,opacity:1,transition:`all ${e.motionDurationMid}`}},"&:hover":{[`${a}-item-link-icon`]:{opacity:1},[`${a}-item-ellipsis`]:{opacity:0}}},[` + `]:{height:e.itemSizeSM,lineHeight:ie(e.itemSizeSM),verticalAlign:"top",[`${a}-item-link`]:{height:e.itemSizeSM,backgroundColor:"transparent",border:0,"&:hover":{backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive},"&::after":{height:e.itemSizeSM,lineHeight:ie(e.itemSizeSM)}}},[`&${a}-simple ${a}-simple-pager`]:{display:"inline-block",height:e.itemSizeSM,marginInlineEnd:e.marginXS,input:{boxSizing:"border-box",height:"100%",marginInlineEnd:e.marginXS,padding:`0 ${ie(e.paginationItemPaddingInline)}`,textAlign:"center",backgroundColor:e.itemInputBg,border:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadius,outline:"none",transition:`border-color ${e.motionDurationMid}`,color:"inherit","&:hover":{borderColor:e.colorPrimary},"&:focus":{borderColor:e.colorPrimaryHover,boxShadow:`${ie(e.inputOutlineOffset)} 0 ${ie(e.controlOutlineWidth)} ${e.controlOutline}`},"&[disabled]":{color:e.colorTextDisabled,backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,cursor:"not-allowed"}}}}},dz=e=>{const{componentCls:a}=e;return{[`${a}-jump-prev, ${a}-jump-next`]:{outline:0,[`${a}-item-container`]:{position:"relative",[`${a}-item-link-icon`]:{color:e.colorPrimary,fontSize:e.fontSizeSM,opacity:0,transition:`all ${e.motionDurationMid}`,"&-svg":{top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,margin:"auto"}},[`${a}-item-ellipsis`]:{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,display:"block",margin:"auto",color:e.colorTextDisabled,fontFamily:"Arial, Helvetica, sans-serif",letterSpacing:e.paginationEllipsisLetterSpacing,textAlign:"center",textIndent:e.paginationEllipsisTextIndent,opacity:1,transition:`all ${e.motionDurationMid}`}},"&:hover":{[`${a}-item-link-icon`]:{opacity:1},[`${a}-item-ellipsis`]:{opacity:0}}},[` ${a}-prev, ${a}-jump-prev, ${a}-jump-next @@ -286,15 +316,15 @@ html body { ${a}-next, ${a}-jump-prev, ${a}-jump-next - `]:{display:"inline-block",minWidth:e.itemSize,height:e.itemSize,color:e.colorText,fontFamily:e.fontFamily,lineHeight:`${re(e.itemSize)}`,textAlign:"center",verticalAlign:"middle",listStyle:"none",borderRadius:e.borderRadius,cursor:"pointer",transition:`all ${e.motionDurationMid}`},[`${a}-prev, ${a}-next`]:{fontFamily:"Arial, Helvetica, sans-serif",outline:0,button:{color:e.colorText,cursor:"pointer",userSelect:"none"},[`${a}-item-link`]:{display:"block",width:"100%",height:"100%",padding:0,fontSize:e.fontSizeSM,textAlign:"center",backgroundColor:"transparent",border:`${re(e.lineWidth)} ${e.lineType} transparent`,borderRadius:e.borderRadius,outline:"none",transition:`all ${e.motionDurationMid}`},[`&:hover ${a}-item-link`]:{backgroundColor:e.colorBgTextHover},[`&:active ${a}-item-link`]:{backgroundColor:e.colorBgTextActive},[`&${a}-disabled:hover`]:{[`${a}-item-link`]:{backgroundColor:"transparent"}}},[`${a}-slash`]:{marginInlineEnd:e.paginationSlashMarginInlineEnd,marginInlineStart:e.paginationSlashMarginInlineStart},[`${a}-options`]:{display:"inline-block",marginInlineStart:e.margin,verticalAlign:"middle","&-size-changer.-select":{display:"inline-block",width:"auto"},"&-quick-jumper":{display:"inline-block",height:e.controlHeight,marginInlineStart:e.marginXS,lineHeight:re(e.controlHeight),verticalAlign:"top",input:Object.assign(Object.assign(Object.assign({},fd(e)),xh(e,{borderColor:e.colorBorder,hoverBorderColor:e.colorPrimaryHover,activeBorderColor:e.colorPrimary,activeShadow:e.activeShadow})),{"&[disabled]":Object.assign({},Kl(e)),width:e.calc(e.controlHeightLG).mul(1.25).equal(),height:e.controlHeight,boxSizing:"border-box",margin:0,marginInlineStart:e.marginXS,marginInlineEnd:e.marginXS})}}}},mz=e=>{const{componentCls:a}=e;return{[`${a}-item`]:{display:"inline-block",minWidth:e.itemSize,height:e.itemSize,marginInlineEnd:e.marginXS,fontFamily:e.fontFamily,lineHeight:re(e.calc(e.itemSize).sub(2).equal()),textAlign:"center",verticalAlign:"middle",listStyle:"none",backgroundColor:"transparent",border:`${re(e.lineWidth)} ${e.lineType} transparent`,borderRadius:e.borderRadius,outline:0,cursor:"pointer",userSelect:"none",a:{display:"block",padding:`0 ${re(e.paginationItemPaddingInline)}`,color:e.colorText,"&:hover":{textDecoration:"none"}},[`&:not(${a}-item-active)`]:{"&:hover":{transition:`all ${e.motionDurationMid}`,backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive}},"&-active":{fontWeight:e.fontWeightStrong,backgroundColor:e.itemActiveBg,borderColor:e.colorPrimary,a:{color:e.colorPrimary},"&:hover":{borderColor:e.colorPrimaryHover},"&:hover a":{color:e.colorPrimaryHover}}}}},hz=e=>{const{componentCls:a}=e;return{[a]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{"ul, ol":{margin:0,padding:0,listStyle:"none"},"&::after":{display:"block",clear:"both",height:0,overflow:"hidden",visibility:"hidden",content:'""'},[`${a}-total-text`]:{display:"inline-block",height:e.itemSize,marginInlineEnd:e.marginXS,lineHeight:re(e.calc(e.itemSize).sub(2).equal()),verticalAlign:"middle"}}),mz(e)),uz(e)),gz(e)),lz(e)),cz(e)),{[`@media only screen and (max-width: ${e.screenLG}px)`]:{[`${a}-item`]:{"&-after-jump-prev, &-before-jump-next":{display:"none"}}},[`@media only screen and (max-width: ${e.screenSM}px)`]:{[`${a}-options`]:{display:"none"}}}),[`&${e.componentCls}-rtl`]:{direction:"rtl"}}},fz=e=>{const{componentCls:a}=e;return{[`${a}:not(${a}-disabled)`]:{[`${a}-item`]:Object.assign({},eh(e)),[`${a}-jump-prev, ${a}-jump-next`]:{"&:focus-visible":Object.assign({[`${a}-item-link-icon`]:{opacity:1},[`${a}-item-ellipsis`]:{opacity:0}},hm(e))},[`${a}-prev, ${a}-next`]:{[`&:focus-visible ${a}-item-link`]:Object.assign({},hm(e))}}}},l3=e=>Object.assign({itemBg:e.colorBgContainer,itemSize:e.controlHeight,itemSizeSM:e.controlHeightSM,itemActiveBg:e.colorBgContainer,itemLinkBg:e.colorBgContainer,itemActiveColorDisabled:e.colorTextDisabled,itemActiveBgDisabled:e.controlItemBgActiveDisabled,itemInputBg:e.colorBgContainer,miniOptionsSizeChangerTop:0},Ah(e)),g3=e=>Xa(e,{inputOutlineOffset:0,paginationMiniOptionsMarginInlineStart:e.calc(e.marginXXS).div(2).equal(),paginationMiniQuickJumperInputWidth:e.calc(e.controlHeightLG).mul(1.1).equal(),paginationItemPaddingInline:e.calc(e.marginXXS).mul(1.5).equal(),paginationEllipsisLetterSpacing:e.calc(e.marginXXS).div(2).equal(),paginationSlashMarginInlineStart:e.marginXXS,paginationSlashMarginInlineEnd:e.marginSM,paginationEllipsisTextIndent:"0.13em"},vh(e)),bz=Zt("Pagination",e=>{const a=g3(e);return[hz(a),fz(a)]},l3),pz=e=>{const{componentCls:a}=e;return{[`${a}${a}-bordered${a}-disabled:not(${a}-mini)`]:{"&, &:hover":{[`${a}-item-link`]:{borderColor:e.colorBorder}},"&:focus-visible":{[`${a}-item-link`]:{borderColor:e.colorBorder}},[`${a}-item, ${a}-item-link`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,[`&:hover:not(${a}-item-active)`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,a:{color:e.colorTextDisabled}},[`&${a}-item-active`]:{backgroundColor:e.itemActiveBgDisabled}},[`${a}-prev, ${a}-next`]:{"&:hover button":{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,color:e.colorTextDisabled},[`${a}-item-link`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder}}},[`${a}${a}-bordered:not(${a}-mini)`]:{[`${a}-prev, ${a}-next`]:{"&:hover button":{borderColor:e.colorPrimaryHover,backgroundColor:e.itemBg},[`${a}-item-link`]:{backgroundColor:e.itemLinkBg,borderColor:e.colorBorder},[`&:hover ${a}-item-link`]:{borderColor:e.colorPrimary,backgroundColor:e.itemBg,color:e.colorPrimary},[`&${a}-disabled`]:{[`${a}-item-link`]:{borderColor:e.colorBorder,color:e.colorTextDisabled}}},[`${a}-item`]:{backgroundColor:e.itemBg,border:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,[`&:hover:not(${a}-item-active)`]:{borderColor:e.colorPrimary,backgroundColor:e.itemBg,a:{color:e.colorPrimary}},"&-active":{borderColor:e.colorPrimary}}}}},yz=Hl(["Pagination","bordered"],e=>{const a=g3(e);return[pz(a)]},l3);var kz=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:a,selectPrefixCls:t,className:i,rootClassName:n,style:r,size:s,locale:o,selectComponentClass:d,responsive:l,showSizeChanger:g}=e,u=kz(e,["prefixCls","selectPrefixCls","className","rootClassName","style","size","locale","selectComponentClass","responsive","showSizeChanger"]),{xs:m}=Tk(l),[,f]=ti(),{getPrefixCls:k,direction:y,pagination:w={}}=c.useContext(Sa),b=k("pagination",a),[h,p,v]=bz(b),x=g??w.showSizeChanger,S=c.useMemo(()=>{const M=c.createElement("span",{className:`${b}-item-ellipsis`},"•••"),B=c.createElement("button",{className:`${b}-item-link`,type:"button",tabIndex:-1},y==="rtl"?c.createElement(Hm,null):c.createElement(S0,null)),F=c.createElement("button",{className:`${b}-item-link`,type:"button",tabIndex:-1},y==="rtl"?c.createElement(S0,null):c.createElement(Hm,null)),P=c.createElement("a",{className:`${b}-item-link`},c.createElement("div",{className:`${b}-item-container`},y==="rtl"?c.createElement(H0,{className:`${b}-item-link-icon`}):c.createElement(N0,{className:`${b}-item-link-icon`}),M)),C=c.createElement("a",{className:`${b}-item-link`},c.createElement("div",{className:`${b}-item-container`},y==="rtl"?c.createElement(N0,{className:`${b}-item-link-icon`}):c.createElement(H0,{className:`${b}-item-link-icon`}),M));return{prevIcon:B,nextIcon:F,jumpPrevIcon:P,jumpNextIcon:C}},[y,b]),[A]=Qy("Pagination",Jy),T=Object.assign(Object.assign({},A),o),q=un(s),z=q==="small"||!!(m&&!q&&l),W=k("select",t),H=se({[`${b}-mini`]:z,[`${b}-rtl`]:y==="rtl",[`${b}-bordered`]:f.wireframe},w==null?void 0:w.className,i,n,p,v),D=Object.assign(Object.assign({},w==null?void 0:w.style),r);return h(c.createElement(c.Fragment,null,f.wireframe&&c.createElement(yz,{prefixCls:b}),c.createElement(dz,Object.assign({},S,u,{style:D,prefixCls:b,selectPrefixCls:W,className:H,selectComponentClass:d||(z?d3:c3),locale:T,showSizeChanger:x}))))},vz=wz,Az=new La("antSpinMove",{to:{opacity:1}}),xz=new La("antRotate",{to:{transform:"rotate(405deg)"}}),Sz=e=>{const{componentCls:a,calc:t}=e;return{[`${a}`]:Object.assign(Object.assign({},Ut(e)),{position:"absolute",display:"none",color:e.colorPrimary,fontSize:0,textAlign:"center",verticalAlign:"middle",opacity:0,transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOutCirc}`,"&-spinning":{position:"static",display:"inline-block",opacity:1},[`${a}-text`]:{fontSize:e.fontSize,paddingTop:t(t(e.dotSize).sub(e.fontSize)).div(2).add(2).equal()},"&-fullscreen":{position:"fixed",width:"100vw",height:"100vh",backgroundColor:e.colorBgMask,zIndex:e.zIndexPopupBase,inset:0,display:"flex",alignItems:"center",flexDirection:"column",justifyContent:"center",opacity:0,visibility:"hidden",transition:`all ${e.motionDurationMid}`,"&-show":{opacity:1,visibility:"visible"},[`${a}-dot ${a}-dot-item`]:{backgroundColor:e.colorWhite},[`${a}-text`]:{color:e.colorTextLightSolid}},"&-nested-loading":{position:"relative",[`> div > ${a}`]:{position:"absolute",top:0,insetInlineStart:0,zIndex:4,display:"block",width:"100%",height:"100%",maxHeight:e.contentHeight,[`${a}-dot`]:{position:"absolute",top:"50%",insetInlineStart:"50%",margin:t(e.dotSize).mul(-1).div(2).equal()},[`${a}-text`]:{position:"absolute",top:"50%",width:"100%",textShadow:`0 1px 2px ${e.colorBgContainer}`},[`&${a}-show-text ${a}-dot`]:{marginTop:t(e.dotSize).div(2).mul(-1).sub(10).equal()},"&-sm":{[`${a}-dot`]:{margin:t(e.dotSizeSM).mul(-1).div(2).equal()},[`${a}-text`]:{paddingTop:t(t(e.dotSizeSM).sub(e.fontSize)).div(2).add(2).equal()},[`&${a}-show-text ${a}-dot`]:{marginTop:t(e.dotSizeSM).div(2).mul(-1).sub(10).equal()}},"&-lg":{[`${a}-dot`]:{margin:t(e.dotSizeLG).mul(-1).div(2).equal()},[`${a}-text`]:{paddingTop:t(t(e.dotSizeLG).sub(e.fontSize)).div(2).add(2).equal()},[`&${a}-show-text ${a}-dot`]:{marginTop:t(e.dotSizeLG).div(2).mul(-1).sub(10).equal()}}},[`${a}-container`]:{position:"relative",transition:`opacity ${e.motionDurationSlow}`,"&::after":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:10,width:"100%",height:"100%",background:e.colorBgContainer,opacity:0,transition:`all ${e.motionDurationSlow}`,content:'""',pointerEvents:"none"}},[`${a}-blur`]:{clear:"both",opacity:.5,userSelect:"none",pointerEvents:"none","&::after":{opacity:.4,pointerEvents:"auto"}}},"&-tip":{color:e.spinDotDefault},[`${a}-dot`]:{position:"relative",display:"inline-block",fontSize:e.dotSize,width:"1em",height:"1em","&-item":{position:"absolute",display:"block",width:t(e.dotSize).sub(t(e.marginXXS).div(2)).div(2).equal(),height:t(e.dotSize).sub(t(e.marginXXS).div(2)).div(2).equal(),backgroundColor:e.colorPrimary,borderRadius:"100%",transform:"scale(0.75)",transformOrigin:"50% 50%",opacity:.3,animationName:Az,animationDuration:"1s",animationIterationCount:"infinite",animationTimingFunction:"linear",animationDirection:"alternate","&:nth-child(1)":{top:0,insetInlineStart:0,animationDelay:"0s"},"&:nth-child(2)":{top:0,insetInlineEnd:0,animationDelay:"0.4s"},"&:nth-child(3)":{insetInlineEnd:0,bottom:0,animationDelay:"0.8s"},"&:nth-child(4)":{bottom:0,insetInlineStart:0,animationDelay:"1.2s"}},"&-spin":{transform:"rotate(45deg)",animationName:xz,animationDuration:"1.2s",animationIterationCount:"infinite",animationTimingFunction:"linear"}},[`&-sm ${a}-dot`]:{fontSize:e.dotSizeSM,i:{width:t(t(e.dotSizeSM).sub(t(e.marginXXS).div(2))).div(2).equal(),height:t(t(e.dotSizeSM).sub(t(e.marginXXS).div(2))).div(2).equal()}},[`&-lg ${a}-dot`]:{fontSize:e.dotSizeLG,i:{width:t(t(e.dotSizeLG).sub(e.marginXXS)).div(2).equal(),height:t(t(e.dotSizeLG).sub(e.marginXXS)).div(2).equal()}},[`&${a}-show-text ${a}-text`]:{display:"block"}})}},Cz=e=>{const{controlHeightLG:a,controlHeight:t}=e;return{contentHeight:400,dotSize:a/2,dotSizeSM:a*.35,dotSizeLG:t}},Tz=Zt("Spin",e=>{const a=Xa(e,{spinDotDefault:e.colorTextDescription});return[Sz(a)]},Cz);var qz=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:a,spinning:t=!0,delay:i=0,className:n,rootClassName:r,size:s="default",tip:o,wrapperClassName:d,style:l,children:g,fullscreen:u=!1}=e,m=qz(e,["prefixCls","spinning","delay","className","rootClassName","size","tip","wrapperClassName","style","children","fullscreen"]),{getPrefixCls:f}=c.useContext(Sa),k=f("spin",a),[y,w,b]=Tz(k),[h,p]=c.useState(()=>t&&!zz(t,i));c.useEffect(()=>{if(t){const H=KT(i,()=>{p(!0)});return H(),()=>{var D;(D=H==null?void 0:H.cancel)===null||D===void 0||D.call(H)}}p(!1)},[i,t]);const v=c.useMemo(()=>typeof g<"u"&&!u,[g,u]),{direction:x,spin:S}=c.useContext(Sa),A=se(k,S==null?void 0:S.className,{[`${k}-sm`]:s==="small",[`${k}-lg`]:s==="large",[`${k}-spinning`]:h,[`${k}-show-text`]:!!o,[`${k}-fullscreen`]:u,[`${k}-fullscreen-show`]:u&&h,[`${k}-rtl`]:x==="rtl"},n,r,w,b),T=se(`${k}-container`,{[`${k}-blur`]:h}),q=er(m,["indicator"]),z=Object.assign(Object.assign({},S==null?void 0:S.style),l),W=c.createElement("div",Object.assign({},q,{style:z,className:A,"aria-live":"polite","aria-busy":h}),Rz(k,e),o&&(v||u)?c.createElement("div",{className:`${k}-text`},o):null);return y(v?c.createElement("div",Object.assign({},q,{className:se(`${k}-nested-loading`,d,w,b)}),h&&c.createElement("div",{key:"loading"},W),c.createElement("div",{className:T,key:"container"},g)):W)};u3.setDefaultIndicator=e=>{yc=e};const Mz=u3,Ph=Z.createContext({});Ph.Consumer;var m3=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var{prefixCls:a,className:t,avatar:i,title:n,description:r}=e,s=m3(e,["prefixCls","className","avatar","title","description"]);const{getPrefixCls:o}=c.useContext(Sa),d=o("list",a),l=se(`${d}-item-meta`,t),g=Z.createElement("div",{className:`${d}-item-meta-content`},n&&Z.createElement("h4",{className:`${d}-item-meta-title`},n),r&&Z.createElement("div",{className:`${d}-item-meta-description`},r));return Z.createElement("div",Object.assign({},s,{className:l}),i&&Z.createElement("div",{className:`${d}-item-meta-avatar`},i),(n||r)&&g)},Ez=(e,a)=>{var{prefixCls:t,children:i,actions:n,extra:r,className:s,colStyle:o}=e,d=m3(e,["prefixCls","children","actions","extra","className","colStyle"]);const{grid:l,itemLayout:g}=c.useContext(Ph),{getPrefixCls:u}=c.useContext(Sa),m=()=>{let h;return c.Children.forEach(i,p=>{typeof p=="string"&&(h=!0)}),h&&c.Children.count(i)>1},f=()=>g==="vertical"?!!r:!m(),k=u("list",t),y=n&&n.length>0&&Z.createElement("ul",{className:`${k}-item-action`,key:"actions"},n.map((h,p)=>Z.createElement("li",{key:`${k}-item-action-${p}`},h,p!==n.length-1&&Z.createElement("em",{className:`${k}-item-action-split`})))),w=l?"div":"li",b=Z.createElement(w,Object.assign({},d,l?{}:{ref:a},{className:se(`${k}-item`,{[`${k}-item-no-flex`]:!f()},s)}),g==="vertical"&&r?[Z.createElement("div",{className:`${k}-item-main`,key:"content"},i,y),Z.createElement("div",{className:`${k}-item-extra`,key:"extra"},r)]:[i,y,gn(r,{key:"extra"})]);return l?Z.createElement(oq,{ref:a,flex:1,style:o},b):b},h3=c.forwardRef(Ez);h3.Meta=Pz;const Wz=h3,Iz=e=>{const{listBorderedCls:a,componentCls:t,paddingLG:i,margin:n,itemPaddingSM:r,itemPaddingLG:s,marginLG:o,borderRadiusLG:d}=e;return{[`${a}`]:{border:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderRadius:d,[`${t}-header,${t}-footer,${t}-item`]:{paddingInline:i},[`${t}-pagination`]:{margin:`${re(n)} ${re(o)}`}},[`${a}${t}-sm`]:{[`${t}-item,${t}-header,${t}-footer`]:{padding:r}},[`${a}${t}-lg`]:{[`${t}-item,${t}-header,${t}-footer`]:{padding:s}}}},Bz=e=>{const{componentCls:a,screenSM:t,screenMD:i,marginLG:n,marginSM:r,margin:s}=e;return{[`@media screen and (max-width:${i}px)`]:{[`${a}`]:{[`${a}-item`]:{[`${a}-item-action`]:{marginInlineStart:n}}},[`${a}-vertical`]:{[`${a}-item`]:{[`${a}-item-extra`]:{marginInlineStart:n}}}},[`@media screen and (max-width: ${t}px)`]:{[`${a}`]:{[`${a}-item`]:{flexWrap:"wrap",[`${a}-action`]:{marginInlineStart:r}}},[`${a}-vertical`]:{[`${a}-item`]:{flexWrap:"wrap-reverse",[`${a}-item-main`]:{minWidth:e.contentWidth},[`${a}-item-extra`]:{margin:`auto auto ${re(s)}`}}}}}},Fz=e=>{const{componentCls:a,antCls:t,controlHeight:i,minHeight:n,paddingSM:r,marginLG:s,padding:o,itemPadding:d,colorPrimary:l,itemPaddingSM:g,itemPaddingLG:u,paddingXS:m,margin:f,colorText:k,colorTextDescription:y,motionDurationSlow:w,lineWidth:b,headerBg:h,footerBg:p,emptyTextPadding:v,metaMarginBottom:x,avatarMarginRight:S,titleMarginBottom:A,descriptionFontSize:T}=e,q={};return["start","center","end"].forEach(z=>{q[`&-align-${z}`]={textAlign:z}}),{[`${a}`]:Object.assign(Object.assign({},Ut(e)),{position:"relative","*":{outline:"none"},[`${a}-header`]:{background:h},[`${a}-footer`]:{background:p},[`${a}-header, ${a}-footer`]:{paddingBlock:r},[`${a}-pagination`]:Object.assign(Object.assign({marginBlockStart:s},q),{[`${t}-pagination-options`]:{textAlign:"start"}}),[`${a}-spin`]:{minHeight:n,textAlign:"center"},[`${a}-items`]:{margin:0,padding:0,listStyle:"none"},[`${a}-item`]:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:d,color:k,[`${a}-item-meta`]:{display:"flex",flex:1,alignItems:"flex-start",maxWidth:"100%",[`${a}-item-meta-avatar`]:{marginInlineEnd:S},[`${a}-item-meta-content`]:{flex:"1 0",width:0,color:k},[`${a}-item-meta-title`]:{margin:`0 0 ${re(e.marginXXS)} 0`,color:k,fontSize:e.fontSize,lineHeight:e.lineHeight,"> a":{color:k,transition:`all ${w}`,"&:hover":{color:l}}},[`${a}-item-meta-description`]:{color:y,fontSize:T,lineHeight:e.lineHeight}},[`${a}-item-action`]:{flex:"0 0 auto",marginInlineStart:e.marginXXL,padding:0,fontSize:0,listStyle:"none","& > li":{position:"relative",display:"inline-block",padding:`0 ${re(m)}`,color:y,fontSize:e.fontSize,lineHeight:e.lineHeight,textAlign:"center","&:first-child":{paddingInlineStart:0}},[`${a}-item-action-split`]:{position:"absolute",insetBlockStart:"50%",insetInlineEnd:0,width:b,height:e.calc(e.fontHeight).sub(e.calc(e.marginXXS).mul(2)).equal(),transform:"translateY(-50%)",backgroundColor:e.colorSplit}}},[`${a}-empty`]:{padding:`${re(o)} 0`,color:y,fontSize:e.fontSizeSM,textAlign:"center"},[`${a}-empty-text`]:{padding:v,color:e.colorTextDisabled,fontSize:e.fontSize,textAlign:"center"},[`${a}-item-no-flex`]:{display:"block"}}),[`${a}-grid ${t}-col > ${a}-item`]:{display:"block",maxWidth:"100%",marginBlockEnd:f,paddingBlock:0,borderBlockEnd:"none"},[`${a}-vertical ${a}-item`]:{alignItems:"initial",[`${a}-item-main`]:{display:"block",flex:1},[`${a}-item-extra`]:{marginInlineStart:s},[`${a}-item-meta`]:{marginBlockEnd:x,[`${a}-item-meta-title`]:{marginBlockStart:0,marginBlockEnd:A,color:k,fontSize:e.fontSizeLG,lineHeight:e.lineHeightLG}},[`${a}-item-action`]:{marginBlockStart:o,marginInlineStart:"auto","> li":{padding:`0 ${re(o)}`,"&:first-child":{paddingInlineStart:0}}}},[`${a}-split ${a}-item`]:{borderBlockEnd:`${re(e.lineWidth)} ${e.lineType} ${e.colorSplit}`,"&:last-child":{borderBlockEnd:"none"}},[`${a}-split ${a}-header`]:{borderBlockEnd:`${re(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},[`${a}-split${a}-empty ${a}-footer`]:{borderTop:`${re(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},[`${a}-loading ${a}-spin-nested-loading`]:{minHeight:i},[`${a}-split${a}-something-after-last-item ${t}-spin-container > ${a}-items > ${a}-item:last-child`]:{borderBlockEnd:`${re(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},[`${a}-lg ${a}-item`]:{padding:u},[`${a}-sm ${a}-item`]:{padding:g},[`${a}:not(${a}-vertical)`]:{[`${a}-item-no-flex`]:{[`${a}-item-action`]:{float:"right"}}}}},Dz=e=>({contentWidth:220,itemPadding:`${re(e.paddingContentVertical)} 0`,itemPaddingSM:`${re(e.paddingContentVerticalSM)} ${re(e.paddingContentHorizontal)}`,itemPaddingLG:`${re(e.paddingContentVerticalLG)} ${re(e.paddingContentHorizontalLG)}`,headerBg:"transparent",footerBg:"transparent",emptyTextPadding:e.padding,metaMarginBottom:e.padding,avatarMarginRight:e.padding,titleMarginBottom:e.paddingSM,descriptionFontSize:e.fontSize}),Nz=Zt("List",e=>{const a=Xa(e,{listBorderedCls:`${e.componentCls}-bordered`,minHeight:e.controlHeightLG});return[Fz(a),Iz(a),Bz(a)]},Dz);var Hz=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n(ye,ke)=>{var Pe;T(ye),z(ke),t&&t[de]&&((Pe=t==null?void 0:t[de])===null||Pe===void 0||Pe.call(t,ye,ke))},P=F("onChange"),C=F("onShowSizeChange"),N=(de,ye)=>{if(!p)return null;let ke;return typeof h=="function"?ke=h(de):h?ke=de[h]:ke=de.key,ke||(ke=`list-item-${ye}`),c.createElement(c.Fragment,{key:ke},p(de,ye))},j=()=>!!(u||t||w),L=W("list",i),[K,X,te]=Nz(L);let ee=b;typeof ee=="boolean"&&(ee={spinning:ee});const we=ee&&ee.spinning,fe=un(k);let ve="";switch(fe){case"large":ve="lg";break;case"small":ve="sm";break}const be=se(L,{[`${L}-vertical`]:g==="vertical",[`${L}-${ve}`]:ve,[`${L}-split`]:r,[`${L}-bordered`]:n,[`${L}-loading`]:we,[`${L}-grid`]:!!m,[`${L}-something-after-last-item`]:j(),[`${L}-rtl`]:D==="rtl"},M==null?void 0:M.className,s,o,X,te),Y=YR(B,{total:f.length,current:A,pageSize:q},t||{}),J=Math.ceil(Y.total/Y.pageSize);Y.current>J&&(Y.current=J);const me=t?c.createElement("div",{className:se(`${L}-pagination`,`${L}-pagination-align-${(a=Y==null?void 0:Y.align)!==null&&a!==void 0?a:"end"}`)},c.createElement(vz,Object.assign({},Y,{onChange:P,onShowSizeChange:C}))):null;let Se=Ge(f);t&&f.length>(Y.current-1)*Y.pageSize&&(Se=Ge(f).splice((Y.current-1)*Y.pageSize,Y.pageSize));const ce=Object.keys(m||{}).some(de=>["xs","sm","md","lg","xl","xxl"].includes(de)),ie=Tk(ce),Re=c.useMemo(()=>{for(let de=0;de{if(!m)return;const de=Re&&m[Re]?m[Re]:m.column;if(de)return{width:`${100/de}%`,maxWidth:`${100/de}%`}},[m==null?void 0:m.column,Re]);let Me=we&&c.createElement("div",{style:{minHeight:53}});if(Se.length>0){const de=Se.map((ye,ke)=>N(ye,ke));Me=m?c.createElement(lq,{gutter:m.gutter},c.Children.map(de,ye=>c.createElement("div",{key:ye==null?void 0:ye.key,style:Ie},ye))):c.createElement("ul",{className:`${L}-items`},de)}else!l&&!we&&(Me=c.createElement("div",{className:`${L}-empty-text`},v&&v.emptyText||(H==null?void 0:H("List"))||c.createElement(kk,{componentName:"List"})));const oe=Y.position||"bottom",ae=c.useMemo(()=>({grid:m,itemLayout:g}),[JSON.stringify(m),g]);return K(c.createElement(Ph.Provider,{value:ae},c.createElement("div",Object.assign({style:Object.assign(Object.assign({},M==null?void 0:M.style),d),className:be},x),(oe==="top"||oe==="both")&&me,y&&c.createElement("div",{className:`${L}-header`},y),c.createElement(Mz,Object.assign({},ee),Me,l),w&&c.createElement("div",{className:`${L}-footer`},w),u||(oe==="bottom"||oe==="both")&&me)))}Om.Item=Wz;var Lr=c.createContext({min:0,max:0,direction:"ltr",step:1,includedStart:0,includedEnd:0,tabIndex:0,keyboard:!0,styles:{},classNames:{}});function Gm(e,a,t){return(e-a)/(t-a)}function Eh(e,a,t,i){var n=Gm(a,t,i),r={};switch(e){case"rtl":r.right="".concat(n*100,"%"),r.transform="translateX(50%)";break;case"btt":r.bottom="".concat(n*100,"%"),r.transform="translateY(50%)";break;case"ttb":r.top="".concat(n*100,"%"),r.transform="translateY(-50%)";break;default:r.left="".concat(n*100,"%"),r.transform="translateX(-50%)";break}return r}function fs(e,a){return Array.isArray(e)?e[a]:e}var jz=["prefixCls","value","valueIndex","onStartMove","style","render","dragging","onOffsetChange","onChangeComplete"],Lz=c.forwardRef(function(e,a){var t,i,n=e.prefixCls,r=e.value,s=e.valueIndex,o=e.onStartMove,d=e.style,l=e.render,g=e.dragging,u=e.onOffsetChange,m=e.onChangeComplete,f=Ma(e,jz),k=c.useContext(Lr),y=k.min,w=k.max,b=k.direction,h=k.disabled,p=k.keyboard,v=k.range,x=k.tabIndex,S=k.ariaLabelForHandle,A=k.ariaLabelledByForHandle,T=k.ariaValueTextFormatterForHandle,q=k.styles,z=k.classNames,W="".concat(n,"-handle"),H=function(C){h||o(C,s)},D=function(C){if(!h&&p){var N=null;switch(C.which||C.keyCode){case le.LEFT:N=b==="ltr"||b==="btt"?-1:1;break;case le.RIGHT:N=b==="ltr"||b==="btt"?1:-1;break;case le.UP:N=b!=="ttb"?1:-1;break;case le.DOWN:N=b!=="ttb"?-1:1;break;case le.HOME:N="min";break;case le.END:N="max";break;case le.PAGE_UP:N=2;break;case le.PAGE_DOWN:N=-2;break}N!==null&&(C.preventDefault(),u(N,s))}},M=function(C){switch(C.which||C.keyCode){case le.LEFT:case le.RIGHT:case le.UP:case le.DOWN:case le.HOME:case le.END:case le.PAGE_UP:case le.PAGE_DOWN:m==null||m();break}},B=Eh(b,r,y,w),F=c.createElement("div",je({ref:a,className:se(W,(t={},G(t,"".concat(W,"-").concat(s+1),v),G(t,"".concat(W,"-dragging"),g),t),z.handle),style:_(_(_({},B),d),q.handle),onMouseDown:H,onTouchStart:H,onKeyDown:D,onKeyUp:M,tabIndex:h?null:fs(x,s),role:"slider","aria-valuemin":y,"aria-valuemax":w,"aria-valuenow":r,"aria-disabled":h,"aria-label":fs(S,s),"aria-labelledby":fs(A,s),"aria-valuetext":(i=fs(T,s))===null||i===void 0?void 0:i(r),"aria-orientation":b==="ltr"||b==="rtl"?"horizontal":"vertical"},f));return l&&(F=l(F,{index:s,prefixCls:n,value:r,dragging:g})),F}),Oz=["prefixCls","style","onStartMove","onOffsetChange","values","handleRender","draggingIndex"],Gz=c.forwardRef(function(e,a){var t=e.prefixCls,i=e.style,n=e.onStartMove,r=e.onOffsetChange,s=e.values,o=e.handleRender,d=e.draggingIndex,l=Ma(e,Oz),g=c.useRef({});return c.useImperativeHandle(a,function(){return{focus:function(m){var f;(f=g.current[m])===null||f===void 0||f.focus()}}}),c.createElement(c.Fragment,null,s.map(function(u,m){return c.createElement(Lz,je({ref:function(k){k?g.current[m]=k:delete g.current[m]},dragging:d===m,prefixCls:t,style:fs(i,m),key:m,value:u,valueIndex:m,onStartMove:n,onOffsetChange:r,render:o},l))}))});function O0(e){var a="touches"in e?e.touches[0]:e;return{pageX:a.pageX,pageY:a.pageY}}function $z(e,a,t,i,n,r,s,o,d){var l=c.useState(null),g=Q(l,2),u=g[0],m=g[1],f=c.useState(-1),k=Q(f,2),y=k[0],w=k[1],b=c.useState(t),h=Q(b,2),p=h[0],v=h[1],x=c.useState(t),S=Q(x,2),A=S[0],T=S[1],q=c.useRef(null),z=c.useRef(null);c.useEffect(function(){y===-1&&v(t)},[t,y]),c.useEffect(function(){return function(){document.removeEventListener("mousemove",q.current),document.removeEventListener("mouseup",z.current),document.removeEventListener("touchmove",q.current),document.removeEventListener("touchend",z.current)}},[]);var W=function(P,C){p.some(function(N,j){return N!==P[j]})&&(C!==void 0&&m(C),v(P),s(P))},H=function(P,C){if(P===-1){var N=A[0],j=A[A.length-1],L=i-N,K=n-j,X=C*(n-i);X=Math.max(X,L),X=Math.min(X,K);var te=r(N+X);X=te-N;var ee=A.map(function(be){return be+X});W(ee)}else{var we=(n-i)*C,fe=Ge(p);fe[P]=A[P];var ve=d(fe,we,P,"dist");W(ve.values,ve.value)}},D=c.useRef(H);D.current=H;var M=function(P,C,N){P.stopPropagation();var j=N||t,L=j[C];w(C),m(L),T(j);var K=O0(P),X=K.pageX,te=K.pageY,ee=function(ve){ve.preventDefault();var be=O0(ve),Y=be.pageX,J=be.pageY,me=Y-X,Se=J-te,ce=e.current.getBoundingClientRect(),ie=ce.width,Re=ce.height,Ie;switch(a){case"btt":Ie=-Se/Re;break;case"ttb":Ie=Se/Re;break;case"rtl":Ie=-me/ie;break;default:Ie=me/ie}D.current(C,Ie)},we=function fe(ve){ve.preventDefault(),document.removeEventListener("mouseup",fe),document.removeEventListener("mousemove",ee),document.removeEventListener("touchend",fe),document.removeEventListener("touchmove",ee),q.current=null,z.current=null,w(-1),o()};document.addEventListener("mouseup",we),document.addEventListener("mousemove",ee),document.addEventListener("touchend",we),document.addEventListener("touchmove",ee),q.current=ee,z.current=we},B=c.useMemo(function(){var F=Ge(t).sort(function(C,N){return C-N}),P=Ge(p).sort(function(C,N){return C-N});return F.every(function(C,N){return C===P[N]})?p:t},[t,p]);return[y,u,B,M]}function Uz(e,a,t,i,n,r){var s=c.useCallback(function(f){var k=isFinite(f)?f:e;return k=Math.min(a,f),k=Math.max(e,k),k},[e,a]),o=c.useCallback(function(f){if(t!==null){var k=e+Math.round((s(f)-e)/t)*t,y=function(p){return(String(p).split(".")[1]||"").length},w=Math.max(y(t),y(a),y(e)),b=Number(k.toFixed(w));return e<=b&&b<=a?b:null}return null},[t,e,a,s]),d=c.useCallback(function(f){var k=s(f),y=i.map(function(h){return h.value});t!==null&&y.push(o(f)),y.push(e,a);var w=y[0],b=a-e;return y.forEach(function(h){var p=Math.abs(k-h);p<=b&&(w=h,b=p)}),w},[e,a,i,t,s,o]),l=function f(k,y,w){var b=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"unit";if(typeof y=="number"){var h,p=k[w],v=p+y,x=[];i.forEach(function(z){x.push(z.value)}),x.push(e,a),x.push(o(p));var S=y>0?1:-1;b==="unit"?x.push(o(p+S*t)):x.push(o(v)),x=x.filter(function(z){return z!==null}).filter(function(z){return y<0?z<=p:z>=p}),b==="unit"&&(x=x.filter(function(z){return z!==p}));var A=b==="unit"?p:v;h=x[0];var T=Math.abs(h-A);if(x.forEach(function(z){var W=Math.abs(z-A);W1){var q=Ge(k);return q[w]=h,f(q,y-S,w,b)}return h}else{if(y==="min")return e;if(y==="max")return a}},g=function(k,y,w){var b=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"unit",h=k[w],p=l(k,y,w,b);return{value:p,changed:p!==h}},u=function(k){return r===null&&k===0||typeof r=="number"&&k3&&arguments[3]!==void 0?arguments[3]:"unit",h=k.map(d),p=h[w],v=l(h,y,w,b);if(h[w]=v,n===!1){var x=r||0;w>0&&h[w-1]!==p&&(h[w]=Math.max(h[w],h[w-1]+x)),w0;q-=1)for(var z=!0;u(h[q]-h[q-1])&&z;){var W=g(h,-1,q-1);h[q-1]=W.value,z=W.changed}for(var H=h.length-1;H>0;H-=1)for(var D=!0;u(h[H]-h[H-1])&&D;){var M=g(h,-1,H-1);h[H-1]=M.value,D=M.changed}for(var B=0;B=0?P:!1},[P,ye]),Pe=c.useMemo(function(){var Ye=Object.keys(be||{});return Ye.map(function(aa){var Ae=be[aa],Be={value:Number(aa)};return Ae&&pa(Ae)==="object"&&!c.isValidElement(Ae)&&("label"in Ae||"style"in Ae)?(Be.style=Ae.style,Be.label=Ae.label):Be.label=Ae,Be}).filter(function(aa){var Ae=aa.label;return Ae||typeof Ae=="number"}).sort(function(aa,Ae){return aa.value-Ae.value})},[be]),Xe=Uz(ae,de,ye,Pe,B,ke),Je=Q(Xe,2),ca=Je[0],Qe=Je[1],Ne=mi(A,{value:S}),Ke=Q(Ne,2),Fe=Ke[0],Ra=Ke[1],na=c.useMemo(function(){var Ye=Fe==null?[]:Array.isArray(Fe)?Fe:[Fe],aa=Q(Ye,1),Ae=aa[0],Be=Ae===void 0?ae:Ae,$e=Fe===null?[]:[Be];if(T){if($e=Ge(Ye),q||Fe===void 0){var ia=q>=0?q+1:2;for($e=$e.slice(0,ia);$e.length=0&&Ie.current.focus(Ye)}ea(null)},[ze]);var Te=c.useMemo(function(){return C&&ye===null?!1:C},[C,ye]),We=function(aa,Ae){Le(aa,Ae),W==null||W(za(va.current))},Oe=ma!==-1;c.useEffect(function(){if(!Oe){var Ye=na.lastIndexOf(Ia);Ie.current.focus(Ye)}},[Oe]);var Ve=c.useMemo(function(){return Ge(Ba).sort(function(Ye,aa){return Ye-aa})},[Ba]),ra=c.useMemo(function(){return T?[Ve[0],Ve[Ve.length-1]]:[ae,Ve[0]]},[Ve,T,ae]),da=Q(ra,2),Oa=da[0],Fa=da[1];c.useImperativeHandle(a,function(){return{focus:function(){Ie.current.focus(0)},blur:function(){var aa=document,Ae=aa.activeElement;Me.current.contains(Ae)&&(Ae==null||Ae.blur())}}}),c.useEffect(function(){f&&Ie.current.focus(0)},[]);var fa=c.useMemo(function(){return{min:ae,max:de,direction:oe,disabled:g,keyboard:m,step:ye,included:K,includedStart:Oa,includedEnd:Fa,range:T,tabIndex:Se,ariaLabelForHandle:ce,ariaLabelledByForHandle:ie,ariaValueTextFormatterForHandle:Re,styles:d||{},classNames:o||{}}},[ae,de,oe,g,m,ye,K,Oa,Fa,T,Se,ce,ie,Re,d,o]);return c.createElement(Lr.Provider,{value:fa},c.createElement("div",{ref:Me,className:se(n,r,(t={},G(t,"".concat(n,"-disabled"),g),G(t,"".concat(n,"-vertical"),j),G(t,"".concat(n,"-horizontal"),!j),G(t,"".concat(n,"-with-marks"),Pe.length),t)),style:s,onMouseDown:Ee},c.createElement("div",{className:se("".concat(n,"-rail"),o==null?void 0:o.rail),style:_(_({},we),d==null?void 0:d.rail)}),c.createElement(Jz,{prefixCls:n,style:te,values:Ve,startPoint:X,onStartMove:Te?We:null}),c.createElement(Zz,{prefixCls:n,marks:Pe,dots:Y,style:fe,activeStyle:ve}),c.createElement(Gz,{ref:Ie,prefixCls:n,style:ee,values:Ba,draggingIndex:ma,onStartMove:We,onOffsetChange:ha,onFocus:k,onBlur:y,handleRender:J,onChangeComplete:ua}),c.createElement(_z,{prefixCls:n,marks:Pe,onClick:pe})))});const Qz=c.forwardRef((e,a)=>{const{open:t}=e,i=c.useRef(null),n=c.useRef(null);function r(){Za.cancel(n.current),n.current=null}function s(){n.current=Za(()=>{var o;(o=i.current)===null||o===void 0||o.forceAlign(),n.current=null})}return c.useEffect(()=>(t?s():r(),r),[t,e.title]),c.createElement(ET,Object.assign({ref:Xi(i,a)},e))}),Xz=Qz,eM=e=>{const{componentCls:a,antCls:t,controlSize:i,dotSize:n,marginFull:r,marginPart:s,colorFillContentHover:o,handleColorDisabled:d,calc:l}=e;return{[a]:Object.assign(Object.assign({},Ut(e)),{position:"relative",height:i,margin:`${re(s)} ${re(r)}`,padding:0,cursor:"pointer",touchAction:"none","&-vertical":{margin:`${re(r)} ${re(s)}`},[`${a}-rail`]:{position:"absolute",backgroundColor:e.railBg,borderRadius:e.borderRadiusXS,transition:`background-color ${e.motionDurationMid}`},[`${a}-track,${a}-tracks`]:{position:"absolute",transition:`background-color ${e.motionDurationMid}`},[`${a}-track`]:{backgroundColor:e.trackBg,borderRadius:e.borderRadiusXS},[`${a}-track-draggable`]:{boxSizing:"content-box",backgroundClip:"content-box",border:"solid rgba(0,0,0,0)"},"&:hover":{[`${a}-rail`]:{backgroundColor:e.railHoverBg},[`${a}-track`]:{backgroundColor:e.trackHoverBg},[`${a}-dot`]:{borderColor:o},[`${a}-handle::after`]:{boxShadow:`0 0 0 ${re(e.handleLineWidth)} ${e.colorPrimaryBorderHover}`},[`${a}-dot-active`]:{borderColor:e.dotActiveBorderColor}},[`${a}-handle`]:{position:"absolute",width:e.handleSize,height:e.handleSize,outline:"none","&::before":{content:'""',position:"absolute",insetInlineStart:l(e.handleLineWidth).mul(-1).equal(),insetBlockStart:l(e.handleLineWidth).mul(-1).equal(),width:l(e.handleSize).add(l(e.handleLineWidth).mul(2)).equal(),height:l(e.handleSize).add(l(e.handleLineWidth).mul(2)).equal(),backgroundColor:"transparent"},"&::after":{content:'""',position:"absolute",insetBlockStart:0,insetInlineStart:0,width:e.handleSize,height:e.handleSize,backgroundColor:e.colorBgElevated,boxShadow:`0 0 0 ${re(e.handleLineWidth)} ${e.handleColor}`,borderRadius:"50%",cursor:"pointer",transition:` + `]:{display:"inline-block",minWidth:e.itemSize,height:e.itemSize,color:e.colorText,fontFamily:e.fontFamily,lineHeight:`${ie(e.itemSize)}`,textAlign:"center",verticalAlign:"middle",listStyle:"none",borderRadius:e.borderRadius,cursor:"pointer",transition:`all ${e.motionDurationMid}`},[`${a}-prev, ${a}-next`]:{fontFamily:"Arial, Helvetica, sans-serif",outline:0,button:{color:e.colorText,cursor:"pointer",userSelect:"none"},[`${a}-item-link`]:{display:"block",width:"100%",height:"100%",padding:0,fontSize:e.fontSizeSM,textAlign:"center",backgroundColor:"transparent",border:`${ie(e.lineWidth)} ${e.lineType} transparent`,borderRadius:e.borderRadius,outline:"none",transition:`all ${e.motionDurationMid}`},[`&:hover ${a}-item-link`]:{backgroundColor:e.colorBgTextHover},[`&:active ${a}-item-link`]:{backgroundColor:e.colorBgTextActive},[`&${a}-disabled:hover`]:{[`${a}-item-link`]:{backgroundColor:"transparent"}}},[`${a}-slash`]:{marginInlineEnd:e.paginationSlashMarginInlineEnd,marginInlineStart:e.paginationSlashMarginInlineStart},[`${a}-options`]:{display:"inline-block",marginInlineStart:e.margin,verticalAlign:"middle","&-size-changer.-select":{display:"inline-block",width:"auto"},"&-quick-jumper":{display:"inline-block",height:e.controlHeight,marginInlineStart:e.marginXS,lineHeight:ie(e.controlHeight),verticalAlign:"top",input:Object.assign(Object.assign(Object.assign({},md(e)),Ah(e,{borderColor:e.colorBorder,hoverBorderColor:e.colorPrimaryHover,activeBorderColor:e.colorPrimary,activeShadow:e.activeShadow})),{"&[disabled]":Object.assign({},Zl(e)),width:e.calc(e.controlHeightLG).mul(1.25).equal(),height:e.controlHeight,boxSizing:"border-box",margin:0,marginInlineStart:e.marginXS,marginInlineEnd:e.marginXS})}}}},cz=e=>{const{componentCls:a}=e;return{[`${a}-item`]:{display:"inline-block",minWidth:e.itemSize,height:e.itemSize,marginInlineEnd:e.marginXS,fontFamily:e.fontFamily,lineHeight:ie(e.calc(e.itemSize).sub(2).equal()),textAlign:"center",verticalAlign:"middle",listStyle:"none",backgroundColor:"transparent",border:`${ie(e.lineWidth)} ${e.lineType} transparent`,borderRadius:e.borderRadius,outline:0,cursor:"pointer",userSelect:"none",a:{display:"block",padding:`0 ${ie(e.paginationItemPaddingInline)}`,color:e.colorText,"&:hover":{textDecoration:"none"}},[`&:not(${a}-item-active)`]:{"&:hover":{transition:`all ${e.motionDurationMid}`,backgroundColor:e.colorBgTextHover},"&:active":{backgroundColor:e.colorBgTextActive}},"&-active":{fontWeight:e.fontWeightStrong,backgroundColor:e.itemActiveBg,borderColor:e.colorPrimary,a:{color:e.colorPrimary},"&:hover":{borderColor:e.colorPrimaryHover},"&:hover a":{color:e.colorPrimaryHover}}}}},lz=e=>{const{componentCls:a}=e;return{[a]:Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{"ul, ol":{margin:0,padding:0,listStyle:"none"},"&::after":{display:"block",clear:"both",height:0,overflow:"hidden",visibility:"hidden",content:'""'},[`${a}-total-text`]:{display:"inline-block",height:e.itemSize,marginInlineEnd:e.marginXS,lineHeight:ie(e.calc(e.itemSize).sub(2).equal()),verticalAlign:"middle"}}),cz(e)),dz(e)),oz(e)),sz(e)),rz(e)),{[`@media only screen and (max-width: ${e.screenLG}px)`]:{[`${a}-item`]:{"&-after-jump-prev, &-before-jump-next":{display:"none"}}},[`@media only screen and (max-width: ${e.screenSM}px)`]:{[`${a}-options`]:{display:"none"}}}),[`&${e.componentCls}-rtl`]:{direction:"rtl"}}},gz=e=>{const{componentCls:a}=e;return{[`${a}:not(${a}-disabled)`]:{[`${a}-item`]:Object.assign({},th(e)),[`${a}-jump-prev, ${a}-jump-next`]:{"&:focus-visible":Object.assign({[`${a}-item-link-icon`]:{opacity:1},[`${a}-item-ellipsis`]:{opacity:0}},fm(e))},[`${a}-prev, ${a}-next`]:{[`&:focus-visible ${a}-item-link`]:Object.assign({},fm(e))}}}},s3=e=>Object.assign({itemBg:e.colorBgContainer,itemSize:e.controlHeight,itemSizeSM:e.controlHeightSM,itemActiveBg:e.colorBgContainer,itemLinkBg:e.colorBgContainer,itemActiveColorDisabled:e.colorTextDisabled,itemActiveBgDisabled:e.controlItemBgActiveDisabled,itemInputBg:e.colorBgContainer,miniOptionsSizeChangerTop:0},vh(e)),o3=e=>Ya(e,{inputOutlineOffset:0,paginationMiniOptionsMarginInlineStart:e.calc(e.marginXXS).div(2).equal(),paginationMiniQuickJumperInputWidth:e.calc(e.controlHeightLG).mul(1.1).equal(),paginationItemPaddingInline:e.calc(e.marginXXS).mul(1.5).equal(),paginationEllipsisLetterSpacing:e.calc(e.marginXXS).div(2).equal(),paginationSlashMarginInlineStart:e.marginXXS,paginationSlashMarginInlineEnd:e.marginSM,paginationEllipsisTextIndent:"0.13em"},wh(e)),uz=Zt("Pagination",e=>{const a=o3(e);return[lz(a),gz(a)]},s3),mz=e=>{const{componentCls:a}=e;return{[`${a}${a}-bordered${a}-disabled:not(${a}-mini)`]:{"&, &:hover":{[`${a}-item-link`]:{borderColor:e.colorBorder}},"&:focus-visible":{[`${a}-item-link`]:{borderColor:e.colorBorder}},[`${a}-item, ${a}-item-link`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,[`&:hover:not(${a}-item-active)`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,a:{color:e.colorTextDisabled}},[`&${a}-item-active`]:{backgroundColor:e.itemActiveBgDisabled}},[`${a}-prev, ${a}-next`]:{"&:hover button":{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder,color:e.colorTextDisabled},[`${a}-item-link`]:{backgroundColor:e.colorBgContainerDisabled,borderColor:e.colorBorder}}},[`${a}${a}-bordered:not(${a}-mini)`]:{[`${a}-prev, ${a}-next`]:{"&:hover button":{borderColor:e.colorPrimaryHover,backgroundColor:e.itemBg},[`${a}-item-link`]:{backgroundColor:e.itemLinkBg,borderColor:e.colorBorder},[`&:hover ${a}-item-link`]:{borderColor:e.colorPrimary,backgroundColor:e.itemBg,color:e.colorPrimary},[`&${a}-disabled`]:{[`${a}-item-link`]:{borderColor:e.colorBorder,color:e.colorTextDisabled}}},[`${a}-item`]:{backgroundColor:e.itemBg,border:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,[`&:hover:not(${a}-item-active)`]:{borderColor:e.colorPrimary,backgroundColor:e.itemBg,a:{color:e.colorPrimary}},"&-active":{borderColor:e.colorPrimary}}}}},hz=jl(["Pagination","bordered"],e=>{const a=o3(e);return[mz(a)]},s3);var fz=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:a,selectPrefixCls:t,className:i,rootClassName:n,style:r,size:s,locale:o,selectComponentClass:d,responsive:c,showSizeChanger:g}=e,u=fz(e,["prefixCls","selectPrefixCls","className","rootClassName","style","size","locale","selectComponentClass","responsive","showSizeChanger"]),{xs:m}=Tk(c),[,b]=ai(),{getPrefixCls:k,direction:y,pagination:w={}}=l.useContext(Ra),f=k("pagination",a),[h,p,A]=uz(f),S=g??w.showSizeChanger,x=l.useMemo(()=>{const $=l.createElement("span",{className:`${f}-item-ellipsis`},"•••"),V=l.createElement("button",{className:`${f}-item-link`,type:"button",tabIndex:-1},y==="rtl"?l.createElement(jm,null):l.createElement(A0,null)),D=l.createElement("button",{className:`${f}-item-link`,type:"button",tabIndex:-1},y==="rtl"?l.createElement(A0,null):l.createElement(jm,null)),P=l.createElement("a",{className:`${f}-item-link`},l.createElement("div",{className:`${f}-item-container`},y==="rtl"?l.createElement(B0,{className:`${f}-item-link-icon`}):l.createElement(I0,{className:`${f}-item-link-icon`}),$)),T=l.createElement("a",{className:`${f}-item-link`},l.createElement("div",{className:`${f}-item-container`},y==="rtl"?l.createElement(I0,{className:`${f}-item-link-icon`}):l.createElement(B0,{className:`${f}-item-link-icon`}),$));return{prevIcon:V,nextIcon:D,jumpPrevIcon:P,jumpNextIcon:T}},[y,f]),[v]=Zy("Pagination",_y),C=Object.assign(Object.assign({},v),o),R=un(s),z=R==="small"||!!(m&&!R&&c),W=k("select",t),F=de({[`${f}-mini`]:z,[`${f}-rtl`]:y==="rtl",[`${f}-bordered`]:b.wireframe},w==null?void 0:w.className,i,n,p,A),B=Object.assign(Object.assign({},w==null?void 0:w.style),r);return h(l.createElement(l.Fragment,null,b.wireframe&&l.createElement(hz,{prefixCls:f}),l.createElement(nz,Object.assign({},x,u,{style:B,prefixCls:f,selectPrefixCls:W,className:F,selectComponentClass:d||(z?n3:r3),locale:C,showSizeChanger:S}))))},pz=bz,yz=new La("antSpinMove",{to:{opacity:1}}),kz=new La("antRotate",{to:{transform:"rotate(405deg)"}}),wz=e=>{const{componentCls:a,calc:t}=e;return{[`${a}`]:Object.assign(Object.assign({},Ut(e)),{position:"absolute",display:"none",color:e.colorPrimary,fontSize:0,textAlign:"center",verticalAlign:"middle",opacity:0,transition:`transform ${e.motionDurationSlow} ${e.motionEaseInOutCirc}`,"&-spinning":{position:"static",display:"inline-block",opacity:1},[`${a}-text`]:{fontSize:e.fontSize,paddingTop:t(t(e.dotSize).sub(e.fontSize)).div(2).add(2).equal()},"&-fullscreen":{position:"fixed",width:"100vw",height:"100vh",backgroundColor:e.colorBgMask,zIndex:e.zIndexPopupBase,inset:0,display:"flex",alignItems:"center",flexDirection:"column",justifyContent:"center",opacity:0,visibility:"hidden",transition:`all ${e.motionDurationMid}`,"&-show":{opacity:1,visibility:"visible"},[`${a}-dot ${a}-dot-item`]:{backgroundColor:e.colorWhite},[`${a}-text`]:{color:e.colorTextLightSolid}},"&-nested-loading":{position:"relative",[`> div > ${a}`]:{position:"absolute",top:0,insetInlineStart:0,zIndex:4,display:"block",width:"100%",height:"100%",maxHeight:e.contentHeight,[`${a}-dot`]:{position:"absolute",top:"50%",insetInlineStart:"50%",margin:t(e.dotSize).mul(-1).div(2).equal()},[`${a}-text`]:{position:"absolute",top:"50%",width:"100%",textShadow:`0 1px 2px ${e.colorBgContainer}`},[`&${a}-show-text ${a}-dot`]:{marginTop:t(e.dotSize).div(2).mul(-1).sub(10).equal()},"&-sm":{[`${a}-dot`]:{margin:t(e.dotSizeSM).mul(-1).div(2).equal()},[`${a}-text`]:{paddingTop:t(t(e.dotSizeSM).sub(e.fontSize)).div(2).add(2).equal()},[`&${a}-show-text ${a}-dot`]:{marginTop:t(e.dotSizeSM).div(2).mul(-1).sub(10).equal()}},"&-lg":{[`${a}-dot`]:{margin:t(e.dotSizeLG).mul(-1).div(2).equal()},[`${a}-text`]:{paddingTop:t(t(e.dotSizeLG).sub(e.fontSize)).div(2).add(2).equal()},[`&${a}-show-text ${a}-dot`]:{marginTop:t(e.dotSizeLG).div(2).mul(-1).sub(10).equal()}}},[`${a}-container`]:{position:"relative",transition:`opacity ${e.motionDurationSlow}`,"&::after":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:10,width:"100%",height:"100%",background:e.colorBgContainer,opacity:0,transition:`all ${e.motionDurationSlow}`,content:'""',pointerEvents:"none"}},[`${a}-blur`]:{clear:"both",opacity:.5,userSelect:"none",pointerEvents:"none","&::after":{opacity:.4,pointerEvents:"auto"}}},"&-tip":{color:e.spinDotDefault},[`${a}-dot`]:{position:"relative",display:"inline-block",fontSize:e.dotSize,width:"1em",height:"1em","&-item":{position:"absolute",display:"block",width:t(e.dotSize).sub(t(e.marginXXS).div(2)).div(2).equal(),height:t(e.dotSize).sub(t(e.marginXXS).div(2)).div(2).equal(),backgroundColor:e.colorPrimary,borderRadius:"100%",transform:"scale(0.75)",transformOrigin:"50% 50%",opacity:.3,animationName:yz,animationDuration:"1s",animationIterationCount:"infinite",animationTimingFunction:"linear",animationDirection:"alternate","&:nth-child(1)":{top:0,insetInlineStart:0,animationDelay:"0s"},"&:nth-child(2)":{top:0,insetInlineEnd:0,animationDelay:"0.4s"},"&:nth-child(3)":{insetInlineEnd:0,bottom:0,animationDelay:"0.8s"},"&:nth-child(4)":{bottom:0,insetInlineStart:0,animationDelay:"1.2s"}},"&-spin":{transform:"rotate(45deg)",animationName:kz,animationDuration:"1.2s",animationIterationCount:"infinite",animationTimingFunction:"linear"}},[`&-sm ${a}-dot`]:{fontSize:e.dotSizeSM,i:{width:t(t(e.dotSizeSM).sub(t(e.marginXXS).div(2))).div(2).equal(),height:t(t(e.dotSizeSM).sub(t(e.marginXXS).div(2))).div(2).equal()}},[`&-lg ${a}-dot`]:{fontSize:e.dotSizeLG,i:{width:t(t(e.dotSizeLG).sub(e.marginXXS)).div(2).equal(),height:t(t(e.dotSizeLG).sub(e.marginXXS)).div(2).equal()}},[`&${a}-show-text ${a}-text`]:{display:"block"}})}},vz=e=>{const{controlHeightLG:a,controlHeight:t}=e;return{contentHeight:400,dotSize:a/2,dotSizeSM:a*.35,dotSizeLG:t}},Az=Zt("Spin",e=>{const a=Ya(e,{spinDotDefault:e.colorTextDescription});return[wz(a)]},vz);var xz=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:a,spinning:t=!0,delay:i=0,className:n,rootClassName:r,size:s="default",tip:o,wrapperClassName:d,style:c,children:g,fullscreen:u=!1}=e,m=xz(e,["prefixCls","spinning","delay","className","rootClassName","size","tip","wrapperClassName","style","children","fullscreen"]),{getPrefixCls:b}=l.useContext(Ra),k=b("spin",a),[y,w,f]=Az(k),[h,p]=l.useState(()=>t&&!Cz(t,i));l.useEffect(()=>{if(t){const F=VT(i,()=>{p(!0)});return F(),()=>{var B;(B=F==null?void 0:F.cancel)===null||B===void 0||B.call(F)}}p(!1)},[i,t]);const A=l.useMemo(()=>typeof g<"u"&&!u,[g,u]),{direction:S,spin:x}=l.useContext(Ra),v=de(k,x==null?void 0:x.className,{[`${k}-sm`]:s==="small",[`${k}-lg`]:s==="large",[`${k}-spinning`]:h,[`${k}-show-text`]:!!o,[`${k}-fullscreen`]:u,[`${k}-fullscreen-show`]:u&&h,[`${k}-rtl`]:S==="rtl"},n,r,w,f),C=de(`${k}-container`,{[`${k}-blur`]:h}),R=Tn(m,["indicator"]),z=Object.assign(Object.assign({},x==null?void 0:x.style),c),W=l.createElement("div",Object.assign({},R,{style:z,className:v,"aria-live":"polite","aria-busy":h}),Sz(k,e),o&&(A||u)?l.createElement("div",{className:`${k}-text`},o):null);return y(A?l.createElement("div",Object.assign({},R,{className:de(`${k}-nested-loading`,d,w,f)}),h&&l.createElement("div",{key:"loading"},W),l.createElement("div",{className:C,key:"container"},g)):W)};d3.setDefaultIndicator=e=>{bc=e};const Tz=d3,Mh=K.createContext({});Mh.Consumer;var c3=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{var{prefixCls:a,className:t,avatar:i,title:n,description:r}=e,s=c3(e,["prefixCls","className","avatar","title","description"]);const{getPrefixCls:o}=l.useContext(Ra),d=o("list",a),c=de(`${d}-item-meta`,t),g=K.createElement("div",{className:`${d}-item-meta-content`},n&&K.createElement("h4",{className:`${d}-item-meta-title`},n),r&&K.createElement("div",{className:`${d}-item-meta-description`},r));return K.createElement("div",Object.assign({},s,{className:c}),i&&K.createElement("div",{className:`${d}-item-meta-avatar`},i),(n||r)&&g)},Rz=(e,a)=>{var{prefixCls:t,children:i,actions:n,extra:r,className:s,colStyle:o}=e,d=c3(e,["prefixCls","children","actions","extra","className","colStyle"]);const{grid:c,itemLayout:g}=l.useContext(Mh),{getPrefixCls:u}=l.useContext(Ra),m=()=>{let h;return l.Children.forEach(i,p=>{typeof p=="string"&&(h=!0)}),h&&l.Children.count(i)>1},b=()=>g==="vertical"?!!r:!m(),k=u("list",t),y=n&&n.length>0&&K.createElement("ul",{className:`${k}-item-action`,key:"actions"},n.map((h,p)=>K.createElement("li",{key:`${k}-item-action-${p}`},h,p!==n.length-1&&K.createElement("em",{className:`${k}-item-action-split`})))),w=c?"div":"li",f=K.createElement(w,Object.assign({},d,c?{}:{ref:a},{className:de(`${k}-item`,{[`${k}-item-no-flex`]:!b()},s)}),g==="vertical"&&r?[K.createElement("div",{className:`${k}-item-main`,key:"content"},i,y),K.createElement("div",{className:`${k}-item-extra`,key:"extra"},r)]:[i,y,gn(r,{key:"extra"})]);return c?K.createElement(rq,{ref:a,flex:1,style:o},f):f},l3=l.forwardRef(Rz);l3.Meta=qz;const zz=l3,Mz=e=>{const{listBorderedCls:a,componentCls:t,paddingLG:i,margin:n,itemPaddingSM:r,itemPaddingLG:s,marginLG:o,borderRadiusLG:d}=e;return{[`${a}`]:{border:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderRadius:d,[`${t}-header,${t}-footer,${t}-item`]:{paddingInline:i},[`${t}-pagination`]:{margin:`${ie(n)} ${ie(o)}`}},[`${a}${t}-sm`]:{[`${t}-item,${t}-header,${t}-footer`]:{padding:r}},[`${a}${t}-lg`]:{[`${t}-item,${t}-header,${t}-footer`]:{padding:s}}}},Pz=e=>{const{componentCls:a,screenSM:t,screenMD:i,marginLG:n,marginSM:r,margin:s}=e;return{[`@media screen and (max-width:${i}px)`]:{[`${a}`]:{[`${a}-item`]:{[`${a}-item-action`]:{marginInlineStart:n}}},[`${a}-vertical`]:{[`${a}-item`]:{[`${a}-item-extra`]:{marginInlineStart:n}}}},[`@media screen and (max-width: ${t}px)`]:{[`${a}`]:{[`${a}-item`]:{flexWrap:"wrap",[`${a}-action`]:{marginInlineStart:r}}},[`${a}-vertical`]:{[`${a}-item`]:{flexWrap:"wrap-reverse",[`${a}-item-main`]:{minWidth:e.contentWidth},[`${a}-item-extra`]:{margin:`auto auto ${ie(s)}`}}}}}},Ez=e=>{const{componentCls:a,antCls:t,controlHeight:i,minHeight:n,paddingSM:r,marginLG:s,padding:o,itemPadding:d,colorPrimary:c,itemPaddingSM:g,itemPaddingLG:u,paddingXS:m,margin:b,colorText:k,colorTextDescription:y,motionDurationSlow:w,lineWidth:f,headerBg:h,footerBg:p,emptyTextPadding:A,metaMarginBottom:S,avatarMarginRight:x,titleMarginBottom:v,descriptionFontSize:C}=e,R={};return["start","center","end"].forEach(z=>{R[`&-align-${z}`]={textAlign:z}}),{[`${a}`]:Object.assign(Object.assign({},Ut(e)),{position:"relative","*":{outline:"none"},[`${a}-header`]:{background:h},[`${a}-footer`]:{background:p},[`${a}-header, ${a}-footer`]:{paddingBlock:r},[`${a}-pagination`]:Object.assign(Object.assign({marginBlockStart:s},R),{[`${t}-pagination-options`]:{textAlign:"start"}}),[`${a}-spin`]:{minHeight:n,textAlign:"center"},[`${a}-items`]:{margin:0,padding:0,listStyle:"none"},[`${a}-item`]:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:d,color:k,[`${a}-item-meta`]:{display:"flex",flex:1,alignItems:"flex-start",maxWidth:"100%",[`${a}-item-meta-avatar`]:{marginInlineEnd:x},[`${a}-item-meta-content`]:{flex:"1 0",width:0,color:k},[`${a}-item-meta-title`]:{margin:`0 0 ${ie(e.marginXXS)} 0`,color:k,fontSize:e.fontSize,lineHeight:e.lineHeight,"> a":{color:k,transition:`all ${w}`,"&:hover":{color:c}}},[`${a}-item-meta-description`]:{color:y,fontSize:C,lineHeight:e.lineHeight}},[`${a}-item-action`]:{flex:"0 0 auto",marginInlineStart:e.marginXXL,padding:0,fontSize:0,listStyle:"none","& > li":{position:"relative",display:"inline-block",padding:`0 ${ie(m)}`,color:y,fontSize:e.fontSize,lineHeight:e.lineHeight,textAlign:"center","&:first-child":{paddingInlineStart:0}},[`${a}-item-action-split`]:{position:"absolute",insetBlockStart:"50%",insetInlineEnd:0,width:f,height:e.calc(e.fontHeight).sub(e.calc(e.marginXXS).mul(2)).equal(),transform:"translateY(-50%)",backgroundColor:e.colorSplit}}},[`${a}-empty`]:{padding:`${ie(o)} 0`,color:y,fontSize:e.fontSizeSM,textAlign:"center"},[`${a}-empty-text`]:{padding:A,color:e.colorTextDisabled,fontSize:e.fontSize,textAlign:"center"},[`${a}-item-no-flex`]:{display:"block"}}),[`${a}-grid ${t}-col > ${a}-item`]:{display:"block",maxWidth:"100%",marginBlockEnd:b,paddingBlock:0,borderBlockEnd:"none"},[`${a}-vertical ${a}-item`]:{alignItems:"initial",[`${a}-item-main`]:{display:"block",flex:1},[`${a}-item-extra`]:{marginInlineStart:s},[`${a}-item-meta`]:{marginBlockEnd:S,[`${a}-item-meta-title`]:{marginBlockStart:0,marginBlockEnd:v,color:k,fontSize:e.fontSizeLG,lineHeight:e.lineHeightLG}},[`${a}-item-action`]:{marginBlockStart:o,marginInlineStart:"auto","> li":{padding:`0 ${ie(o)}`,"&:first-child":{paddingInlineStart:0}}}},[`${a}-split ${a}-item`]:{borderBlockEnd:`${ie(e.lineWidth)} ${e.lineType} ${e.colorSplit}`,"&:last-child":{borderBlockEnd:"none"}},[`${a}-split ${a}-header`]:{borderBlockEnd:`${ie(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},[`${a}-split${a}-empty ${a}-footer`]:{borderTop:`${ie(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},[`${a}-loading ${a}-spin-nested-loading`]:{minHeight:i},[`${a}-split${a}-something-after-last-item ${t}-spin-container > ${a}-items > ${a}-item:last-child`]:{borderBlockEnd:`${ie(e.lineWidth)} ${e.lineType} ${e.colorSplit}`},[`${a}-lg ${a}-item`]:{padding:u},[`${a}-sm ${a}-item`]:{padding:g},[`${a}:not(${a}-vertical)`]:{[`${a}-item-no-flex`]:{[`${a}-item-action`]:{float:"right"}}}}},Wz=e=>({contentWidth:220,itemPadding:`${ie(e.paddingContentVertical)} 0`,itemPaddingSM:`${ie(e.paddingContentVerticalSM)} ${ie(e.paddingContentHorizontal)}`,itemPaddingLG:`${ie(e.paddingContentVerticalLG)} ${ie(e.paddingContentHorizontalLG)}`,headerBg:"transparent",footerBg:"transparent",emptyTextPadding:e.padding,metaMarginBottom:e.padding,avatarMarginRight:e.padding,titleMarginBottom:e.paddingSM,descriptionFontSize:e.fontSize}),Iz=Zt("List",e=>{const a=Ya(e,{listBorderedCls:`${e.componentCls}-bordered`,minHeight:e.controlHeightLG});return[Ez(a),Mz(a),Pz(a)]},Wz);var Bz=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n(xe,Se)=>{var We;C(xe),z(Se),t&&t[ue]&&((We=t==null?void 0:t[ue])===null||We===void 0||We.call(t,xe,Se))},P=D("onChange"),T=D("onShowSizeChange"),I=(ue,xe)=>{if(!p)return null;let Se;return typeof h=="function"?Se=h(ue):h?Se=ue[h]:Se=ue.key,Se||(Se=`list-item-${xe}`),l.createElement(l.Fragment,{key:Se},p(ue,xe))},H=()=>!!(u||t||w),L=W("list",i),[Z,ae,te]=Iz(L);let X=f;typeof X=="boolean"&&(X={spinning:X});const we=X&&X.spinning,be=un(k);let ye="";switch(be){case"large":ye="lg";break;case"small":ye="sm";break}const pe=de(L,{[`${L}-vertical`]:g==="vertical",[`${L}-${ye}`]:ye,[`${L}-split`]:r,[`${L}-bordered`]:n,[`${L}-loading`]:we,[`${L}-grid`]:!!m,[`${L}-something-after-last-item`]:H(),[`${L}-rtl`]:B==="rtl"},$==null?void 0:$.className,s,o,ae,te),ne=_R(V,{total:b.length,current:v,pageSize:R},t||{}),J=Math.ceil(ne.total/ne.pageSize);ne.current>J&&(ne.current=J);const fe=t?l.createElement("div",{className:de(`${L}-pagination`,`${L}-pagination-align-${(a=ne==null?void 0:ne.align)!==null&&a!==void 0?a:"end"}`)},l.createElement(pz,Object.assign({},ne,{onChange:P,onShowSizeChange:T}))):null;let Ce=Oe(b);t&&b.length>(ne.current-1)*ne.pageSize&&(Ce=Oe(b).splice((ne.current-1)*ne.pageSize,ne.pageSize));const se=Object.keys(m||{}).some(ue=>["xs","sm","md","lg","xl","xxl"].includes(ue)),Q=Tk(se),Ee=l.useMemo(()=>{for(let ue=0;ue{if(!m)return;const ue=Ee&&m[Ee]?m[Ee]:m.column;if(ue)return{width:`${100/ue}%`,maxWidth:`${100/ue}%`}},[m==null?void 0:m.column,Ee]);let ze=we&&l.createElement("div",{style:{minHeight:53}});if(Ce.length>0){const ue=Ce.map((xe,Se)=>I(xe,Se));ze=m?l.createElement(dq,{gutter:m.gutter},l.Children.map(ue,xe=>l.createElement("div",{key:xe==null?void 0:xe.key,style:Ie},xe))):l.createElement("ul",{className:`${L}-items`},ue)}else!c&&!we&&(ze=l.createElement("div",{className:`${L}-empty-text`},A&&A.emptyText||(F==null?void 0:F("List"))||l.createElement(kk,{componentName:"List"})));const re=ne.position||"bottom",oe=l.useMemo(()=>({grid:m,itemLayout:g}),[JSON.stringify(m),g]);return Z(l.createElement(Mh.Provider,{value:oe},l.createElement("div",Object.assign({style:Object.assign(Object.assign({},$==null?void 0:$.style),d),className:pe},S),(re==="top"||re==="both")&&fe,y&&l.createElement("div",{className:`${L}-header`},y),l.createElement(Tz,Object.assign({},X),ze,c),w&&l.createElement("div",{className:`${L}-footer`},w),u||(re==="bottom"||re==="both")&&fe)))}Gm.Item=zz;var Hr=l.createContext({min:0,max:0,direction:"ltr",step:1,includedStart:0,includedEnd:0,tabIndex:0,keyboard:!0,styles:{},classNames:{}});function $m(e,a,t){return(e-a)/(t-a)}function Ph(e,a,t,i){var n=$m(a,t,i),r={};switch(e){case"rtl":r.right="".concat(n*100,"%"),r.transform="translateX(50%)";break;case"btt":r.bottom="".concat(n*100,"%"),r.transform="translateY(50%)";break;case"ttb":r.top="".concat(n*100,"%"),r.transform="translateY(-50%)";break;default:r.left="".concat(n*100,"%"),r.transform="translateX(-50%)";break}return r}function ms(e,a){return Array.isArray(e)?e[a]:e}var Fz=["prefixCls","value","valueIndex","onStartMove","style","render","dragging","onOffsetChange","onChangeComplete"],Dz=l.forwardRef(function(e,a){var t,i,n=e.prefixCls,r=e.value,s=e.valueIndex,o=e.onStartMove,d=e.style,c=e.render,g=e.dragging,u=e.onOffsetChange,m=e.onChangeComplete,b=Wa(e,Fz),k=l.useContext(Hr),y=k.min,w=k.max,f=k.direction,h=k.disabled,p=k.keyboard,A=k.range,S=k.tabIndex,x=k.ariaLabelForHandle,v=k.ariaLabelledByForHandle,C=k.ariaValueTextFormatterForHandle,R=k.styles,z=k.classNames,W="".concat(n,"-handle"),F=function(T){h||o(T,s)},B=function(T){if(!h&&p){var I=null;switch(T.which||T.keyCode){case le.LEFT:I=f==="ltr"||f==="btt"?-1:1;break;case le.RIGHT:I=f==="ltr"||f==="btt"?1:-1;break;case le.UP:I=f!=="ttb"?1:-1;break;case le.DOWN:I=f!=="ttb"?-1:1;break;case le.HOME:I="min";break;case le.END:I="max";break;case le.PAGE_UP:I=2;break;case le.PAGE_DOWN:I=-2;break}I!==null&&(T.preventDefault(),u(I,s))}},$=function(T){switch(T.which||T.keyCode){case le.LEFT:case le.RIGHT:case le.UP:case le.DOWN:case le.HOME:case le.END:case le.PAGE_UP:case le.PAGE_DOWN:m==null||m();break}},V=Ph(f,r,y,w),D=l.createElement("div",_e({ref:a,className:de(W,(t={},O(t,"".concat(W,"-").concat(s+1),A),O(t,"".concat(W,"-dragging"),g),t),z.handle),style:_(_(_({},V),d),R.handle),onMouseDown:F,onTouchStart:F,onKeyDown:B,onKeyUp:$,tabIndex:h?null:ms(S,s),role:"slider","aria-valuemin":y,"aria-valuemax":w,"aria-valuenow":r,"aria-disabled":h,"aria-label":ms(x,s),"aria-labelledby":ms(v,s),"aria-valuetext":(i=ms(C,s))===null||i===void 0?void 0:i(r),"aria-orientation":f==="ltr"||f==="rtl"?"horizontal":"vertical"},b));return c&&(D=c(D,{index:s,prefixCls:n,value:r,dragging:g})),D}),Nz=["prefixCls","style","onStartMove","onOffsetChange","values","handleRender","draggingIndex"],Hz=l.forwardRef(function(e,a){var t=e.prefixCls,i=e.style,n=e.onStartMove,r=e.onOffsetChange,s=e.values,o=e.handleRender,d=e.draggingIndex,c=Wa(e,Nz),g=l.useRef({});return l.useImperativeHandle(a,function(){return{focus:function(m){var b;(b=g.current[m])===null||b===void 0||b.focus()}}}),l.createElement(l.Fragment,null,s.map(function(u,m){return l.createElement(Dz,_e({ref:function(k){k?g.current[m]=k:delete g.current[m]},dragging:d===m,prefixCls:t,style:ms(i,m),key:m,value:u,valueIndex:m,onStartMove:n,onOffsetChange:r,render:o},c))}))});function N0(e){var a="touches"in e?e.touches[0]:e;return{pageX:a.pageX,pageY:a.pageY}}function jz(e,a,t,i,n,r,s,o,d){var c=l.useState(null),g=Y(c,2),u=g[0],m=g[1],b=l.useState(-1),k=Y(b,2),y=k[0],w=k[1],f=l.useState(t),h=Y(f,2),p=h[0],A=h[1],S=l.useState(t),x=Y(S,2),v=x[0],C=x[1],R=l.useRef(null),z=l.useRef(null);l.useEffect(function(){y===-1&&A(t)},[t,y]),l.useEffect(function(){return function(){document.removeEventListener("mousemove",R.current),document.removeEventListener("mouseup",z.current),document.removeEventListener("touchmove",R.current),document.removeEventListener("touchend",z.current)}},[]);var W=function(P,T){p.some(function(I,H){return I!==P[H]})&&(T!==void 0&&m(T),A(P),s(P))},F=function(P,T){if(P===-1){var I=v[0],H=v[v.length-1],L=i-I,Z=n-H,ae=T*(n-i);ae=Math.max(ae,L),ae=Math.min(ae,Z);var te=r(I+ae);ae=te-I;var X=v.map(function(pe){return pe+ae});W(X)}else{var we=(n-i)*T,be=Oe(p);be[P]=v[P];var ye=d(be,we,P,"dist");W(ye.values,ye.value)}},B=l.useRef(F);B.current=F;var $=function(P,T,I){P.stopPropagation();var H=I||t,L=H[T];w(T),m(L),C(H);var Z=N0(P),ae=Z.pageX,te=Z.pageY,X=function(ye){ye.preventDefault();var pe=N0(ye),ne=pe.pageX,J=pe.pageY,fe=ne-ae,Ce=J-te,se=e.current.getBoundingClientRect(),Q=se.width,Ee=se.height,Ie;switch(a){case"btt":Ie=-Ce/Ee;break;case"ttb":Ie=Ce/Ee;break;case"rtl":Ie=-fe/Q;break;default:Ie=fe/Q}B.current(T,Ie)},we=function be(ye){ye.preventDefault(),document.removeEventListener("mouseup",be),document.removeEventListener("mousemove",X),document.removeEventListener("touchend",be),document.removeEventListener("touchmove",X),R.current=null,z.current=null,w(-1),o()};document.addEventListener("mouseup",we),document.addEventListener("mousemove",X),document.addEventListener("touchend",we),document.addEventListener("touchmove",X),R.current=X,z.current=we},V=l.useMemo(function(){var D=Oe(t).sort(function(T,I){return T-I}),P=Oe(p).sort(function(T,I){return T-I});return D.every(function(T,I){return T===P[I]})?p:t},[t,p]);return[y,u,V,$]}function Lz(e,a,t,i,n,r){var s=l.useCallback(function(b){var k=isFinite(b)?b:e;return k=Math.min(a,b),k=Math.max(e,k),k},[e,a]),o=l.useCallback(function(b){if(t!==null){var k=e+Math.round((s(b)-e)/t)*t,y=function(p){return(String(p).split(".")[1]||"").length},w=Math.max(y(t),y(a),y(e)),f=Number(k.toFixed(w));return e<=f&&f<=a?f:null}return null},[t,e,a,s]),d=l.useCallback(function(b){var k=s(b),y=i.map(function(h){return h.value});t!==null&&y.push(o(b)),y.push(e,a);var w=y[0],f=a-e;return y.forEach(function(h){var p=Math.abs(k-h);p<=f&&(w=h,f=p)}),w},[e,a,i,t,s,o]),c=function b(k,y,w){var f=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"unit";if(typeof y=="number"){var h,p=k[w],A=p+y,S=[];i.forEach(function(z){S.push(z.value)}),S.push(e,a),S.push(o(p));var x=y>0?1:-1;f==="unit"?S.push(o(p+x*t)):S.push(o(A)),S=S.filter(function(z){return z!==null}).filter(function(z){return y<0?z<=p:z>=p}),f==="unit"&&(S=S.filter(function(z){return z!==p}));var v=f==="unit"?p:A;h=S[0];var C=Math.abs(h-v);if(S.forEach(function(z){var W=Math.abs(z-v);W1){var R=Oe(k);return R[w]=h,b(R,y-x,w,f)}return h}else{if(y==="min")return e;if(y==="max")return a}},g=function(k,y,w){var f=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"unit",h=k[w],p=c(k,y,w,f);return{value:p,changed:p!==h}},u=function(k){return r===null&&k===0||typeof r=="number"&&k3&&arguments[3]!==void 0?arguments[3]:"unit",h=k.map(d),p=h[w],A=c(h,y,w,f);if(h[w]=A,n===!1){var S=r||0;w>0&&h[w-1]!==p&&(h[w]=Math.max(h[w],h[w-1]+S)),w0;R-=1)for(var z=!0;u(h[R]-h[R-1])&&z;){var W=g(h,-1,R-1);h[R-1]=W.value,z=W.changed}for(var F=h.length-1;F>0;F-=1)for(var B=!0;u(h[F]-h[F-1])&&B;){var $=g(h,-1,F-1);h[F-1]=$.value,B=$.changed}for(var V=0;V=0?P:!1},[P,xe]),We=l.useMemo(function(){var Ye=Object.keys(pe||{});return Ye.map(function(aa){var ke=pe[aa],Be={value:Number(aa)};return ke&&pa(ke)==="object"&&!l.isValidElement(ke)&&("label"in ke||"style"in ke)?(Be.style=ke.style,Be.label=ke.label):Be.label=ke,Be}).filter(function(aa){var ke=aa.label;return ke||typeof ke=="number"}).sort(function(aa,ke){return aa.value-ke.value})},[pe]),ea=Lz(oe,ue,xe,We,V,Se),Je=Y(ea,2),ca=Je[0],Qe=Je[1],Ne=ui(v,{value:x}),Ke=Y(Ne,2),Fe=Ke[0],qa=Ke[1],na=l.useMemo(function(){var Ye=Fe==null?[]:Array.isArray(Fe)?Fe:[Fe],aa=Y(Ye,1),ke=aa[0],Be=ke===void 0?oe:ke,Ge=Fe===null?[]:[Be];if(C){if(Ge=Oe(Ye),R||Fe===void 0){var ia=R>=0?R+1:2;for(Ge=Ge.slice(0,ia);Ge.length=0&&Ie.current.focus(Ye)}Xe(null)},[Re]);var Te=l.useMemo(function(){return T&&xe===null?!1:T},[T,xe]),Pe=function(aa,ke){je(aa,ke),W==null||W(za(va.current))},Le=ma!==-1;l.useEffect(function(){if(!Le){var Ye=na.lastIndexOf(Ia);Ie.current.focus(Ye)}},[Le]);var Ue=l.useMemo(function(){return Oe(Ba).sort(function(Ye,aa){return Ye-aa})},[Ba]),ra=l.useMemo(function(){return C?[Ue[0],Ue[Ue.length-1]]:[oe,Ue[0]]},[Ue,C,oe]),da=Y(ra,2),Oa=da[0],Fa=da[1];l.useImperativeHandle(a,function(){return{focus:function(){Ie.current.focus(0)},blur:function(){var aa=document,ke=aa.activeElement;ze.current.contains(ke)&&(ke==null||ke.blur())}}}),l.useEffect(function(){b&&Ie.current.focus(0)},[]);var fa=l.useMemo(function(){return{min:oe,max:ue,direction:re,disabled:g,keyboard:m,step:xe,included:Z,includedStart:Oa,includedEnd:Fa,range:C,tabIndex:Ce,ariaLabelForHandle:se,ariaLabelledByForHandle:Q,ariaValueTextFormatterForHandle:Ee,styles:d||{},classNames:o||{}}},[oe,ue,re,g,m,xe,Z,Oa,Fa,C,Ce,se,Q,Ee,d,o]);return l.createElement(Hr.Provider,{value:fa},l.createElement("div",{ref:ze,className:de(n,r,(t={},O(t,"".concat(n,"-disabled"),g),O(t,"".concat(n,"-vertical"),H),O(t,"".concat(n,"-horizontal"),!H),O(t,"".concat(n,"-with-marks"),We.length),t)),style:s,onMouseDown:Me},l.createElement("div",{className:de("".concat(n,"-rail"),o==null?void 0:o.rail),style:_(_({},we),d==null?void 0:d.rail)}),l.createElement(Vz,{prefixCls:n,style:te,values:Ue,startPoint:ae,onStartMove:Te?Pe:null}),l.createElement(Uz,{prefixCls:n,marks:We,dots:ne,style:be,activeStyle:ye}),l.createElement(Hz,{ref:Ie,prefixCls:n,style:X,values:Ba,draggingIndex:ma,onStartMove:Pe,onOffsetChange:ha,onFocus:k,onBlur:y,handleRender:J,onChangeComplete:ua}),l.createElement(Gz,{prefixCls:n,marks:We,onClick:he})))});const Kz=l.forwardRef((e,a)=>{const{open:t}=e,i=l.useRef(null),n=l.useRef(null);function r(){at.cancel(n.current),n.current=null}function s(){n.current=at(()=>{var o;(o=i.current)===null||o===void 0||o.forceAlign(),n.current=null})}return l.useEffect(()=>(t?s():r(),r),[t,e.title]),l.createElement(MT,Object.assign({ref:Xi(i,a)},e))}),Zz=Kz,Jz=e=>{const{componentCls:a,antCls:t,controlSize:i,dotSize:n,marginFull:r,marginPart:s,colorFillContentHover:o,handleColorDisabled:d,calc:c}=e;return{[a]:Object.assign(Object.assign({},Ut(e)),{position:"relative",height:i,margin:`${ie(s)} ${ie(r)}`,padding:0,cursor:"pointer",touchAction:"none","&-vertical":{margin:`${ie(r)} ${ie(s)}`},[`${a}-rail`]:{position:"absolute",backgroundColor:e.railBg,borderRadius:e.borderRadiusXS,transition:`background-color ${e.motionDurationMid}`},[`${a}-track,${a}-tracks`]:{position:"absolute",transition:`background-color ${e.motionDurationMid}`},[`${a}-track`]:{backgroundColor:e.trackBg,borderRadius:e.borderRadiusXS},[`${a}-track-draggable`]:{boxSizing:"content-box",backgroundClip:"content-box",border:"solid rgba(0,0,0,0)"},"&:hover":{[`${a}-rail`]:{backgroundColor:e.railHoverBg},[`${a}-track`]:{backgroundColor:e.trackHoverBg},[`${a}-dot`]:{borderColor:o},[`${a}-handle::after`]:{boxShadow:`0 0 0 ${ie(e.handleLineWidth)} ${e.colorPrimaryBorderHover}`},[`${a}-dot-active`]:{borderColor:e.dotActiveBorderColor}},[`${a}-handle`]:{position:"absolute",width:e.handleSize,height:e.handleSize,outline:"none","&::before":{content:'""',position:"absolute",insetInlineStart:c(e.handleLineWidth).mul(-1).equal(),insetBlockStart:c(e.handleLineWidth).mul(-1).equal(),width:c(e.handleSize).add(c(e.handleLineWidth).mul(2)).equal(),height:c(e.handleSize).add(c(e.handleLineWidth).mul(2)).equal(),backgroundColor:"transparent"},"&::after":{content:'""',position:"absolute",insetBlockStart:0,insetInlineStart:0,width:e.handleSize,height:e.handleSize,backgroundColor:e.colorBgElevated,boxShadow:`0 0 0 ${ie(e.handleLineWidth)} ${e.handleColor}`,borderRadius:"50%",cursor:"pointer",transition:` inset-inline-start ${e.motionDurationMid}, inset-block-start ${e.motionDurationMid}, width ${e.motionDurationMid}, height ${e.motionDurationMid}, box-shadow ${e.motionDurationMid} - `},"&:hover, &:active, &:focus":{"&::before":{insetInlineStart:l(e.handleSizeHover).sub(e.handleSize).div(2).add(e.handleLineWidthHover).mul(-1).equal(),insetBlockStart:l(e.handleSizeHover).sub(e.handleSize).div(2).add(e.handleLineWidthHover).mul(-1).equal(),width:l(e.handleSizeHover).add(l(e.handleLineWidthHover).mul(2)).equal(),height:l(e.handleSizeHover).add(l(e.handleLineWidthHover).mul(2)).equal()},"&::after":{boxShadow:`0 0 0 ${re(e.handleLineWidthHover)} ${e.handleActiveColor}`,width:e.handleSizeHover,height:e.handleSizeHover,insetInlineStart:e.calc(e.handleSize).sub(e.handleSizeHover).div(2).equal(),insetBlockStart:e.calc(e.handleSize).sub(e.handleSizeHover).div(2).equal()}}},[`${a}-mark`]:{position:"absolute",fontSize:e.fontSize},[`${a}-mark-text`]:{position:"absolute",display:"inline-block",color:e.colorTextDescription,textAlign:"center",wordBreak:"keep-all",cursor:"pointer",userSelect:"none","&-active":{color:e.colorText}},[`${a}-step`]:{position:"absolute",background:"transparent",pointerEvents:"none"},[`${a}-dot`]:{position:"absolute",width:n,height:n,backgroundColor:e.colorBgElevated,border:`${re(e.handleLineWidth)} solid ${e.dotBorderColor}`,borderRadius:"50%",cursor:"pointer",transition:`border-color ${e.motionDurationSlow}`,pointerEvents:"auto","&-active":{borderColor:e.dotActiveBorderColor}},[`&${a}-disabled`]:{cursor:"not-allowed",[`${a}-rail`]:{backgroundColor:`${e.railBg} !important`},[`${a}-track`]:{backgroundColor:`${e.trackBgDisabled} !important`},[` + `},"&:hover, &:active, &:focus":{"&::before":{insetInlineStart:c(e.handleSizeHover).sub(e.handleSize).div(2).add(e.handleLineWidthHover).mul(-1).equal(),insetBlockStart:c(e.handleSizeHover).sub(e.handleSize).div(2).add(e.handleLineWidthHover).mul(-1).equal(),width:c(e.handleSizeHover).add(c(e.handleLineWidthHover).mul(2)).equal(),height:c(e.handleSizeHover).add(c(e.handleLineWidthHover).mul(2)).equal()},"&::after":{boxShadow:`0 0 0 ${ie(e.handleLineWidthHover)} ${e.handleActiveColor}`,width:e.handleSizeHover,height:e.handleSizeHover,insetInlineStart:e.calc(e.handleSize).sub(e.handleSizeHover).div(2).equal(),insetBlockStart:e.calc(e.handleSize).sub(e.handleSizeHover).div(2).equal()}}},[`${a}-mark`]:{position:"absolute",fontSize:e.fontSize},[`${a}-mark-text`]:{position:"absolute",display:"inline-block",color:e.colorTextDescription,textAlign:"center",wordBreak:"keep-all",cursor:"pointer",userSelect:"none","&-active":{color:e.colorText}},[`${a}-step`]:{position:"absolute",background:"transparent",pointerEvents:"none"},[`${a}-dot`]:{position:"absolute",width:n,height:n,backgroundColor:e.colorBgElevated,border:`${ie(e.handleLineWidth)} solid ${e.dotBorderColor}`,borderRadius:"50%",cursor:"pointer",transition:`border-color ${e.motionDurationSlow}`,pointerEvents:"auto","&-active":{borderColor:e.dotActiveBorderColor}},[`&${a}-disabled`]:{cursor:"not-allowed",[`${a}-rail`]:{backgroundColor:`${e.railBg} !important`},[`${a}-track`]:{backgroundColor:`${e.trackBgDisabled} !important`},[` ${a}-dot - `]:{backgroundColor:e.colorBgElevated,borderColor:e.trackBgDisabled,boxShadow:"none",cursor:"not-allowed"},[`${a}-handle::after`]:{backgroundColor:e.colorBgElevated,cursor:"not-allowed",width:e.handleSize,height:e.handleSize,boxShadow:`0 0 0 ${re(e.handleLineWidth)} ${d}`,insetInlineStart:0,insetBlockStart:0},[` + `]:{backgroundColor:e.colorBgElevated,borderColor:e.trackBgDisabled,boxShadow:"none",cursor:"not-allowed"},[`${a}-handle::after`]:{backgroundColor:e.colorBgElevated,cursor:"not-allowed",width:e.handleSize,height:e.handleSize,boxShadow:`0 0 0 ${ie(e.handleLineWidth)} ${d}`,insetInlineStart:0,insetBlockStart:0},[` ${a}-mark-text, ${a}-dot - `]:{cursor:"not-allowed !important"}},[`&-tooltip ${t}-tooltip-inner`]:{minWidth:"unset"}})}},f3=(e,a)=>{const{componentCls:t,railSize:i,handleSize:n,dotSize:r,marginFull:s,calc:o}=e,d=a?"paddingBlock":"paddingInline",l=a?"width":"height",g=a?"height":"width",u=a?"insetBlockStart":"insetInlineStart",m=a?"top":"insetInlineStart",f=o(i).mul(3).sub(n).div(2).equal(),k=o(n).sub(i).div(2).equal(),y=a?{borderWidth:`${re(k)} 0`,transform:`translateY(${re(o(k).mul(-1).equal())})`}:{borderWidth:`0 ${re(k)}`,transform:`translateX(${re(e.calc(k).mul(-1).equal())})`};return{[d]:i,[g]:o(i).mul(3).equal(),[`${t}-rail`]:{[l]:"100%",[g]:i},[`${t}-track,${t}-tracks`]:{[g]:i},[`${t}-track-draggable`]:Object.assign({},y),[`${t}-handle`]:{[u]:f},[`${t}-mark`]:{insetInlineStart:0,top:0,[m]:o(i).mul(3).add(a?0:s).equal(),[l]:"100%"},[`${t}-step`]:{insetInlineStart:0,top:0,[m]:i,[l]:"100%",[g]:i},[`${t}-dot`]:{position:"absolute",[u]:o(i).sub(r).div(2).equal()}}},aM=e=>{const{componentCls:a,marginPartWithMark:t}=e;return{[`${a}-horizontal`]:Object.assign(Object.assign({},f3(e,!0)),{[`&${a}-with-marks`]:{marginBottom:t}})}},tM=e=>{const{componentCls:a}=e;return{[`${a}-vertical`]:Object.assign(Object.assign({},f3(e,!1)),{height:"100%"})}},iM=e=>{const t=e.controlHeightLG/4,i=e.controlHeightSM/2,n=e.lineWidth+1,r=e.lineWidth+1*3;return{controlSize:t,railSize:4,handleSize:t,handleSizeHover:i,dotSize:8,handleLineWidth:n,handleLineWidthHover:r,railBg:e.colorFillTertiary,railHoverBg:e.colorFillSecondary,trackBg:e.colorPrimaryBorder,trackHoverBg:e.colorPrimaryBorderHover,handleColor:e.colorPrimaryBorder,handleActiveColor:e.colorPrimary,handleColorDisabled:new At(e.colorTextDisabled).onBackground(e.colorBgContainer).toHexShortString(),dotBorderColor:e.colorBorderSecondary,dotActiveBorderColor:e.colorPrimaryBorder,trackBgDisabled:e.colorBgContainerDisabled}},nM=Zt("Slider",e=>{const a=Xa(e,{marginPart:e.calc(e.controlHeight).sub(e.controlSize).div(2).equal(),marginFull:e.calc(e.controlSize).div(2).equal(),marginPartWithMark:e.calc(e.controlHeightLG).sub(e.controlSize).equal()});return[eM(a),aM(a),tM(a)]},iM);var rM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);ntypeof t=="number"?t.toString():""}const oM=Z.forwardRef((e,a)=>{const{prefixCls:t,range:i,className:n,rootClassName:r,style:s,disabled:o,tooltipPrefixCls:d,tipFormatter:l,tooltipVisible:g,getTooltipPopupContainer:u,tooltipPlacement:m}=e,f=rM(e,["prefixCls","range","className","rootClassName","style","disabled","tooltipPrefixCls","tipFormatter","tooltipVisible","getTooltipPopupContainer","tooltipPlacement"]),{direction:k,slider:y,getPrefixCls:w,getPopupContainer:b}=Z.useContext(Sa),h=Z.useContext(or),p=o??h,[v,x]=Z.useState({}),S=(P,C)=>{x(N=>Object.assign(Object.assign({},N),{[P]:C}))},A=(P,C)=>P||(C?k==="rtl"?"left":"right":"top"),T=w("slider",t),[q,z,W]=nM(T),H=se(n,y==null?void 0:y.className,r,{[`${T}-rtl`]:k==="rtl"},z,W);k==="rtl"&&!f.vertical&&(f.reverse=!f.reverse);const[D,M]=Z.useMemo(()=>i?typeof i=="object"?[!0,i.draggableTrack]:[!0,!1]:[!1],[i]),B=(P,C)=>{var N;const{index:j,dragging:L}=C,{tooltip:K={},vertical:X}=e,te=Object.assign({},K),{open:ee,placement:we,getPopupContainer:fe,prefixCls:ve,formatter:be}=te,Y=sM(be,l),J=Y?v[j]||L:!1,me=(N=ee??g)!==null&&N!==void 0?N:ee===void 0&&J,Se=Object.assign(Object.assign({},P.props),{onMouseEnter:()=>S(j,!0),onMouseLeave:()=>S(j,!1),onFocus:ce=>{var ie;S(j,!0),(ie=f.onFocus)===null||ie===void 0||ie.call(f,ce)},onBlur:ce=>{var ie;S(j,!1),(ie=f.onBlur)===null||ie===void 0||ie.call(f,ce)}});return Z.createElement(Xz,Object.assign({},te,{prefixCls:w("tooltip",ve??d),title:Y?Y(C.value):"",open:me,placement:A(we??m,X),key:j,overlayClassName:`${T}-tooltip`,getPopupContainer:fe||u||b}),Z.cloneElement(P,Se))},F=Object.assign(Object.assign({},y==null?void 0:y.style),s);return q(Z.createElement(Yz,Object.assign({},f,{step:f.step,range:D,draggableTrack:M,className:H,style:F,disabled:p,ref:a,prefixCls:T,handleRender:B})))}),dM=oM;var cM=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],b3=c.forwardRef(function(e,a){var t,i=e.prefixCls,n=i===void 0?"rc-switch":i,r=e.className,s=e.checked,o=e.defaultChecked,d=e.disabled,l=e.loadingIcon,g=e.checkedChildren,u=e.unCheckedChildren,m=e.onClick,f=e.onChange,k=e.onKeyDown,y=Ma(e,cM),w=mi(!1,{value:s,defaultValue:o}),b=Q(w,2),h=b[0],p=b[1];function v(T,q){var z=h;return d||(z=T,p(z),f==null||f(z,q)),z}function x(T){T.which===le.LEFT?v(!1,T):T.which===le.RIGHT&&v(!0,T),k==null||k(T)}function S(T){var q=v(!h,T);m==null||m(q,T)}var A=se(n,r,(t={},G(t,"".concat(n,"-checked"),h),G(t,"".concat(n,"-disabled"),d),t));return c.createElement("button",je({},y,{type:"button",role:"switch","aria-checked":h,disabled:d,className:A,ref:a,onKeyDown:x,onClick:S}),l,c.createElement("span",{className:"".concat(n,"-inner")},c.createElement("span",{className:"".concat(n,"-inner-checked")},g),c.createElement("span",{className:"".concat(n,"-inner-unchecked")},u)))});b3.displayName="Switch";const lM=e=>{const{componentCls:a,trackHeightSM:t,trackPadding:i,trackMinWidthSM:n,innerMinMarginSM:r,innerMaxMarginSM:s,handleSizeSM:o,calc:d}=e,l=`${a}-inner`,g=re(d(o).add(d(i).mul(2)).equal()),u=re(d(s).mul(2).equal());return{[a]:{[`&${a}-small`]:{minWidth:n,height:t,lineHeight:re(t),[`${a}-inner`]:{paddingInlineStart:s,paddingInlineEnd:r,[`${l}-checked`]:{marginInlineStart:`calc(-100% + ${g} - ${u})`,marginInlineEnd:`calc(100% - ${g} + ${u})`},[`${l}-unchecked`]:{marginTop:d(t).mul(-1).equal(),marginInlineStart:0,marginInlineEnd:0}},[`${a}-handle`]:{width:o,height:o},[`${a}-loading-icon`]:{top:d(d(o).sub(e.switchLoadingIconSize)).div(2).equal(),fontSize:e.switchLoadingIconSize},[`&${a}-checked`]:{[`${a}-inner`]:{paddingInlineStart:r,paddingInlineEnd:s,[`${l}-checked`]:{marginInlineStart:0,marginInlineEnd:0},[`${l}-unchecked`]:{marginInlineStart:`calc(100% - ${g} + ${u})`,marginInlineEnd:`calc(-100% + ${g} - ${u})`}},[`${a}-handle`]:{insetInlineStart:`calc(100% - ${re(d(o).add(i).equal())})`}},[`&:not(${a}-disabled):active`]:{[`&:not(${a}-checked) ${l}`]:{[`${l}-unchecked`]:{marginInlineStart:d(e.marginXXS).div(2).equal(),marginInlineEnd:d(e.marginXXS).mul(-1).div(2).equal()}},[`&${a}-checked ${l}`]:{[`${l}-checked`]:{marginInlineStart:d(e.marginXXS).mul(-1).div(2).equal(),marginInlineEnd:d(e.marginXXS).div(2).equal()}}}}}}},gM=e=>{const{componentCls:a,handleSize:t,calc:i}=e;return{[a]:{[`${a}-loading-icon${e.iconCls}`]:{position:"relative",top:i(i(t).sub(e.fontSize)).div(2).equal(),color:e.switchLoadingIconColor,verticalAlign:"top"},[`&${a}-checked ${a}-loading-icon`]:{color:e.switchColor}}}},uM=e=>{const{componentCls:a,trackPadding:t,handleBg:i,handleShadow:n,handleSize:r,calc:s}=e,o=`${a}-handle`;return{[a]:{[o]:{position:"absolute",top:t,insetInlineStart:t,width:r,height:r,transition:`all ${e.switchDuration} ease-in-out`,"&::before":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,backgroundColor:i,borderRadius:s(r).div(2).equal(),boxShadow:n,transition:`all ${e.switchDuration} ease-in-out`,content:'""'}},[`&${a}-checked ${o}`]:{insetInlineStart:`calc(100% - ${re(s(r).add(t).equal())})`},[`&:not(${a}-disabled):active`]:{[`${o}::before`]:{insetInlineEnd:e.switchHandleActiveInset,insetInlineStart:0},[`&${a}-checked ${o}::before`]:{insetInlineEnd:0,insetInlineStart:e.switchHandleActiveInset}}}}},mM=e=>{const{componentCls:a,trackHeight:t,trackPadding:i,innerMinMargin:n,innerMaxMargin:r,handleSize:s,calc:o}=e,d=`${a}-inner`,l=re(o(s).add(o(i).mul(2)).equal()),g=re(o(r).mul(2).equal());return{[a]:{[d]:{display:"block",overflow:"hidden",borderRadius:100,height:"100%",paddingInlineStart:r,paddingInlineEnd:n,transition:`padding-inline-start ${e.switchDuration} ease-in-out, padding-inline-end ${e.switchDuration} ease-in-out`,[`${d}-checked, ${d}-unchecked`]:{display:"block",color:e.colorTextLightSolid,fontSize:e.fontSizeSM,transition:`margin-inline-start ${e.switchDuration} ease-in-out, margin-inline-end ${e.switchDuration} ease-in-out`,pointerEvents:"none"},[`${d}-checked`]:{marginInlineStart:`calc(-100% + ${l} - ${g})`,marginInlineEnd:`calc(100% - ${l} + ${g})`},[`${d}-unchecked`]:{marginTop:o(t).mul(-1).equal(),marginInlineStart:0,marginInlineEnd:0}},[`&${a}-checked ${d}`]:{paddingInlineStart:n,paddingInlineEnd:r,[`${d}-checked`]:{marginInlineStart:0,marginInlineEnd:0},[`${d}-unchecked`]:{marginInlineStart:`calc(100% - ${l} + ${g})`,marginInlineEnd:`calc(-100% + ${l} - ${g})`}},[`&:not(${a}-disabled):active`]:{[`&:not(${a}-checked) ${d}`]:{[`${d}-unchecked`]:{marginInlineStart:o(i).mul(2).equal(),marginInlineEnd:o(i).mul(-1).mul(2).equal()}},[`&${a}-checked ${d}`]:{[`${d}-checked`]:{marginInlineStart:o(i).mul(-1).mul(2).equal(),marginInlineEnd:o(i).mul(2).equal()}}}}}},hM=e=>{const{componentCls:a,trackHeight:t,trackMinWidth:i}=e;return{[a]:Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{position:"relative",display:"inline-block",boxSizing:"border-box",minWidth:i,height:t,lineHeight:`${re(t)}`,verticalAlign:"middle",background:e.colorTextQuaternary,border:"0",borderRadius:100,cursor:"pointer",transition:`all ${e.motionDurationMid}`,userSelect:"none",[`&:hover:not(${a}-disabled)`]:{background:e.colorTextTertiary}}),eh(e)),{[`&${a}-checked`]:{background:e.switchColor,[`&:hover:not(${a}-disabled)`]:{background:e.colorPrimaryHover}},[`&${a}-loading, &${a}-disabled`]:{cursor:"not-allowed",opacity:e.switchDisabledOpacity,"*":{boxShadow:"none",cursor:"not-allowed"}},[`&${a}-rtl`]:{direction:"rtl"}})}},fM=e=>{const{fontSize:a,lineHeight:t,controlHeight:i,colorWhite:n}=e,r=a*t,s=i/2,o=2,d=r-o*2,l=s-o*2;return{trackHeight:r,trackHeightSM:s,trackMinWidth:d*2+o*4,trackMinWidthSM:l*2+o*2,trackPadding:o,handleBg:n,handleSize:d,handleSizeSM:l,handleShadow:`0 2px 4px 0 ${new At("#00230b").setAlpha(.2).toRgbString()}`,innerMinMargin:d/2,innerMaxMargin:d+o+o*2,innerMinMarginSM:l/2,innerMaxMarginSM:l+o+o*2}},bM=Zt("Switch",e=>{const a=Xa(e,{switchDuration:e.motionDurationMid,switchColor:e.colorPrimary,switchDisabledOpacity:e.opacityLoading,switchLoadingIconSize:e.calc(e.fontSizeIcon).mul(.75).equal(),switchLoadingIconColor:`rgba(0, 0, 0, ${e.opacityLoading})`,switchHandleActiveInset:"-30%"});return[hM(a),mM(a),uM(a),gM(a),lM(a)]},fM);var pM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,size:i,disabled:n,loading:r,className:s,rootClassName:o,style:d,checked:l,value:g,defaultChecked:u,defaultValue:m,onChange:f}=e,k=pM(e,["prefixCls","size","disabled","loading","className","rootClassName","style","checked","value","defaultChecked","defaultValue","onChange"]),[y,w]=mi(!1,{value:l??g,defaultValue:u??m}),{getPrefixCls:b,direction:h,switch:p}=c.useContext(Sa),v=c.useContext(or),x=(n??v)||r,S=b("switch",t),A=c.createElement("div",{className:`${S}-handle`},r&&c.createElement(rh,{className:`${S}-loading-icon`})),[T,q,z]=bM(S),W=un(i),H=se(p==null?void 0:p.className,{[`${S}-small`]:W==="small",[`${S}-loading`]:r,[`${S}-rtl`]:h==="rtl"},s,o,q,z),D=Object.assign(Object.assign({},p==null?void 0:p.style),d),M=function(){w(arguments.length<=0?void 0:arguments[0]),f==null||f.apply(void 0,arguments)};return T(c.createElement(dh,{component:"Switch"},c.createElement(b3,Object.assign({},k,{checked:y,onChange:M,prefixCls:S,className:H,style:D,disabled:x,ref:a,loadingIcon:A}))))});p3.__ANT_SWITCH=!0;const yM=p3,kM=e=>{const{paddingXXS:a,lineWidth:t,tagPaddingHorizontal:i,componentCls:n,calc:r}=e,s=r(i).sub(t).equal(),o=r(a).sub(t).equal();return{[n]:Object.assign(Object.assign({},Ut(e)),{display:"inline-block",height:"auto",marginInlineEnd:e.marginXS,paddingInline:s,fontSize:e.tagFontSize,lineHeight:e.tagLineHeight,whiteSpace:"nowrap",background:e.defaultBg,border:`${re(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadiusSM,opacity:1,transition:`all ${e.motionDurationMid}`,textAlign:"start",position:"relative",[`&${n}-rtl`]:{direction:"rtl"},"&, a, a:hover":{color:e.defaultColor},[`${n}-close-icon`]:{marginInlineStart:o,fontSize:e.tagIconSize,color:e.colorTextDescription,cursor:"pointer",transition:`all ${e.motionDurationMid}`,"&:hover":{color:e.colorTextHeading}},[`&${n}-has-color`]:{borderColor:"transparent",[`&, a, a:hover, ${e.iconCls}-close, ${e.iconCls}-close:hover`]:{color:e.colorTextLightSolid}},"&-checkable":{backgroundColor:"transparent",borderColor:"transparent",cursor:"pointer",[`&:not(${n}-checkable-checked):hover`]:{color:e.colorPrimary,backgroundColor:e.colorFillSecondary},"&:active, &-checked":{color:e.colorTextLightSolid},"&-checked":{backgroundColor:e.colorPrimary,"&:hover":{backgroundColor:e.colorPrimaryHover}},"&:active":{backgroundColor:e.colorPrimaryActive}},"&-hidden":{display:"none"},[`> ${e.iconCls} + span, > span + ${e.iconCls}`]:{marginInlineStart:s}}),[`${n}-borderless`]:{borderColor:"transparent",background:e.tagBorderlessBg}}},Wh=e=>{const{lineWidth:a,fontSizeIcon:t,calc:i}=e,n=e.fontSizeSM;return Xa(e,{tagFontSize:n,tagLineHeight:re(i(e.lineHeightSM).mul(n).equal()),tagIconSize:i(t).sub(i(a).mul(2)).equal(),tagPaddingHorizontal:8,tagBorderlessBg:e.defaultBg})},Ih=e=>({defaultBg:new At(e.colorFillQuaternary).onBackground(e.colorBgContainer).toHexString(),defaultColor:e.colorText}),y3=Zt("Tag",e=>{const a=Wh(e);return kM(a)},Ih);var wM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,style:i,className:n,checked:r,onChange:s,onClick:o}=e,d=wM(e,["prefixCls","style","className","checked","onChange","onClick"]),{getPrefixCls:l,tag:g}=c.useContext(Sa),u=b=>{s==null||s(!r),o==null||o(b)},m=l("tag",t),[f,k,y]=y3(m),w=se(m,`${m}-checkable`,{[`${m}-checkable-checked`]:r},g==null?void 0:g.className,n,k,y);return f(c.createElement("span",Object.assign({},d,{ref:a,style:Object.assign(Object.assign({},i),g==null?void 0:g.style),className:w,onClick:u})))}),AM=vM,xM=e=>p4(e,(a,t)=>{let{textColor:i,lightBorderColor:n,lightColor:r,darkColor:s}=t;return{[`${e.componentCls}${e.componentCls}-${a}`]:{color:i,background:r,borderColor:n,"&-inverse":{color:e.colorTextLightSolid,background:s,borderColor:s},[`&${e.componentCls}-borderless`]:{borderColor:"transparent"}}}}),SM=Hl(["Tag","preset"],e=>{const a=Wh(e);return xM(a)},Ih);function CM(e){return typeof e!="string"?e:e.charAt(0).toUpperCase()+e.slice(1)}const Jd=(e,a,t)=>{const i=CM(t);return{[`${e.componentCls}${e.componentCls}-${a}`]:{color:e[`color${t}`],background:e[`color${i}Bg`],borderColor:e[`color${i}Border`],[`&${e.componentCls}-borderless`]:{borderColor:"transparent"}}}},TM=Hl(["Tag","status"],e=>{const a=Wh(e);return[Jd(a,"success","Success"),Jd(a,"processing","Info"),Jd(a,"error","Error"),Jd(a,"warning","Warning")]},Ih);var qM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,className:i,rootClassName:n,style:r,children:s,icon:o,color:d,onClose:l,closeIcon:g,closable:u,bordered:m=!0}=e,f=qM(e,["prefixCls","className","rootClassName","style","children","icon","color","onClose","closeIcon","closable","bordered"]),{getPrefixCls:k,direction:y,tag:w}=c.useContext(Sa),[b,h]=c.useState(!0);c.useEffect(()=>{"visible"in f&&h(f.visible)},[f.visible]);const p=Pk(d),v=RT(d),x=p||v,S=Object.assign(Object.assign({backgroundColor:d&&!x?d:void 0},w==null?void 0:w.style),r),A=k("tag",t),[T,q,z]=y3(A),W=se(A,w==null?void 0:w.className,{[`${A}-${d}`]:x,[`${A}-has-color`]:d&&!x,[`${A}-hidden`]:!b,[`${A}-rtl`]:y==="rtl",[`${A}-borderless`]:!m},i,n,q,z),H=C=>{C.stopPropagation(),l==null||l(C),!C.defaultPrevented&&h(!1)},[,D]=V4({closable:u,closeIcon:g??(w==null?void 0:w.closeIcon),customCloseIconRender:C=>C===null?c.createElement(nh,{className:`${A}-close-icon`,onClick:H}):c.createElement("span",{className:`${A}-close-icon`,onClick:H},C),defaultCloseIcon:null,defaultClosable:!1}),M=typeof f.onClick=="function"||s&&s.type==="a",B=o||null,F=B?c.createElement(c.Fragment,null,B,s&&c.createElement("span",null,s)):s,P=c.createElement("span",Object.assign({},f,{ref:a,className:W,style:S}),F,D,p&&c.createElement(SM,{key:"preset",prefixCls:A}),v&&c.createElement(TM,{key:"status",prefixCls:A}));return T(M?c.createElement(dh,{component:"Tag"},P):P)},k3=c.forwardRef(RM);k3.CheckableTag=AM;const zM=k3;var MM={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z"}}]},name:"delete",theme:"outlined"};const PM=MM;var EM=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:PM}))};const WM=c.forwardRef(EM);var IM={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z"}}]},name:"edit",theme:"outlined"};const BM=IM;var FM=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:BM}))};const DM=c.forwardRef(FM);var Ya=(e=>(e[e.Tiny=0]="Tiny",e[e.Small=1]="Small",e[e.Medium=2]="Medium",e[e.Large=3]="Large",e[e.Huge=4]="Huge",e[e.Gargantuan=5]="Gargantuan",e[e.None=6]="None",e[e.Any=7]="Any",e))(Ya||{}),Qa=(e=>(e[e.Aberrant=0]="Aberrant",e[e.Elemental=1]="Elemental",e[e.Fey=2]="Fey",e[e.Immortal=3]="Immortal",e[e.Natural=4]="Natural",e[e.Shadow=5]="Shadow",e[e.None=6]="None",e[e.Any=7]="Any",e))(Qa||{}),wt=(e=>(e[e.Animate=0]="Animate",e[e.Beast=1]="Beast",e[e.Humanoid=2]="Humanoid",e[e.MagicalBeast=3]="MagicalBeast",e[e.None=4]="None",e[e.Any=5]="Any",e))(wt||{}),Na=(e=>(e[e.Artillery=0]="Artillery",e[e.Blaster=1]="Blaster",e[e.Brute=2]="Brute",e[e.Controller=3]="Controller",e[e.Lurker=4]="Lurker",e[e.Obstacle=5]="Obstacle",e[e.Skirmisher=6]="Skirmisher",e[e.Soldier=7]="Soldier",e[e.Warder=8]="Warder",e[e.None=9]="None",e[e.Any=10]="Any",e))(Na||{}),Ha=(e=>(e[e.Standard=0]="Standard",e[e.Elite=1]="Elite",e[e.Solo=2]="Solo",e[e.Minion=3]="Minion",e[e.None=4]="None",e[e.Any=5]="Any",e))(Ha||{}),bt=(e=>(e[e.Trait=0]="Trait",e[e.Standard=1]="Standard",e[e.Move=2]="Move",e[e.Minor=3]="Minor",e[e.Free=4]="Free",e[e.Triggered=5]="Triggered",e))(bt||{}),dn=(e=>(e[e.AC=0]="AC",e[e.Fortitude=1]="Fortitude",e[e.Reflex=2]="Reflex",e[e.Will=3]="Will",e))(dn||{}),Aa=(e=>(e[e.None=0]="None",e[e.Standard=1]="Standard",e[e.Move=2]="Move",e[e.Minor=3]="Minor",e[e.Reaction=4]="Reaction",e[e.Interrupt=5]="Interrupt",e[e.Opportunity=6]="Opportunity",e[e.Free=7]="Free",e))(Aa||{}),Ai=(e=>(e[e.Encounter=0]="Encounter",e[e.AtWill=1]="AtWill",e[e.Basic=2]="Basic",e[e.Daily=3]="Daily",e))(Ai||{}),dt=(e=>(e[e.Untyped=0]="Untyped",e[e.Acid=1]="Acid",e[e.Cold=2]="Cold",e[e.Fire=3]="Fire",e[e.Force=4]="Force",e[e.Lightning=5]="Lightning",e[e.Necrotic=6]="Necrotic",e[e.Poison=7]="Poison",e[e.Psychic=8]="Psychic",e[e.Radiant=9]="Radiant",e[e.Thunder=10]="Thunder",e))(dt||{}),tl=(e=>(e[e.Monster=0]="Monster",e[e.Trap=1]="Trap",e))(tl||{});class ja{static monsterSize(a){switch(a){case Ya.Tiny:return"Tiny";case Ya.Small:return"Small";case Ya.Medium:return"Medium";case Ya.Large:return"Large";case Ya.Huge:return"Huge";case Ya.Gargantuan:return"Gargantuan";case Ya.None:return"None";case Ya.Any:return"Any Size"}}static monsterOrigin(a){switch(a){case Qa.Aberrant:return"Aberrant";case Qa.Elemental:return"Elemental";case Qa.Fey:return"Fey";case Qa.Immortal:return"Immortal";case Qa.Natural:return"Natural";case Qa.Shadow:return"Shadow";case Qa.None:return"None";case Qa.Any:return"Any Origin"}}static monsterType(a){switch(a){case wt.Animate:return"Animate";case wt.Beast:return"Beast";case wt.Humanoid:return"Humanoid";case wt.MagicalBeast:return"Magical Beast";case wt.None:return"None";case wt.Any:return"Any Type"}}static roleType(a){switch(a){case Na.Artillery:return"Artillery";case Na.Blaster:return"Blaster";case Na.Brute:return"Brute";case Na.Controller:return"Controller";case Na.Lurker:return"Lurker";case Na.Obstacle:return"Obstacle";case Na.Skirmisher:return"Skirmisher";case Na.Soldier:return"Soldier";case Na.Warder:return"Warder";case Na.None:return"None";case Na.Any:return"Any Role"}}static roleFlag(a){switch(a){case Ha.Standard:return"Standard";case Ha.Elite:return"Elite";case Ha.Solo:return"Solo";case Ha.Minion:return"Minion";case Ha.None:return"None";case Ha.Any:return"Any Modifier"}}static powerCategory(a){switch(a){case bt.Trait:return"Trait";case bt.Standard:return"Standard Action";case bt.Move:return"Move Action";case bt.Minor:return"Minor Action";case bt.Free:return"Free Action";case bt.Triggered:return"Triggered Action"}}static defenceType(a){switch(a){case dn.AC:return"AC";case dn.Fortitude:return"Fortitude";case dn.Reflex:return"Reflex";case dn.Will:return"Will"}}static actionType(a){switch(a){case Aa.None:return"None";case Aa.Standard:return"Standard Action";case Aa.Move:return"Move Action";case Aa.Minor:return"Minor Action";case Aa.Reaction:return"Reaction Action";case Aa.Interrupt:return"Interrupt Action";case Aa.Opportunity:return"Opportunity Action";case Aa.Free:return"Free Action"}}static usageType(a){switch(a){case Ai.Encounter:return"Encounter";case Ai.AtWill:return"At Will";case Ai.Basic:return"At Will (basic attack)";case Ai.Daily:return"Daily"}}static damageType(a){switch(a){case dt.Untyped:return"Untyped";case dt.Acid:return"Acid";case dt.Cold:return"Cold";case dt.Fire:return"Fire";case dt.Force:return"Force";case dt.Lightning:return"Lightning";case dt.Necrotic:return"Necrotic";case dt.Poison:return"Poison";case dt.Psychic:return"Psychic";case dt.Radiant:return"Radiant";case dt.Thunder:return"Thunder"}}static threatType(a){switch(a){case tl.Monster:return"Monster";case tl.Trap:return"Trap"}}}class Yn{}ka(Yn,"getRole",a=>{let t=ja.roleType(a.type);switch(a.flag){case Ha.Elite:case Ha.Solo:case Ha.Minion:a.type===Na.None?t=ja.roleFlag(a.flag):t=`${ja.roleFlag(a.flag)} ${ja.roleType(a.type)}`;break}return a.leader&&(t+=" (L)"),t}),ka(Yn,"getPhenotype",a=>{let t=`${ja.monsterSize(a.size)} ${ja.monsterOrigin(a.origin)} ${ja.monsterType(a.type)}`;return a.keywords&&(t+=` (${a.keywords})`),t}),ka(Yn,"getXP",(a,t)=>{let i=0;switch(a){case 1:i=100;break;case 2:i=125;break;case 3:i=150;break;case 4:i=175;break;case 5:i=200;break;case 6:i=250;break;case 7:i=300;break;case 8:i=350;break;case 9:i=400;break;case 10:i=500;break;case 11:i=600;break;case 12:i=700;break;case 13:i=800;break;case 14:i=1e3;break;case 15:i=1200;break;case 16:i=1400;break;case 17:i=1600;break;case 18:i=2e3;break;case 19:i=2400;break;case 20:i=2800;break;case 21:i=3200;break;case 22:i=4150;break;case 23:i=5100;break;case 24:i=6050;break;case 25:i=7e3;break;case 26:i=9e3;break;case 27:i=11e3;break;case 28:i=13e3;break;case 29:i=15e3;break;case 30:i=19e3;break;case 31:i=23e3;break;case 32:i=27e3;break;case 33:i=31e3;break;case 34:i=39e3;break;case 35:i=47e3;break;case 36:i=55e3;break;case 37:i=63e3;break;case 38:i=79e3;break;case 39:i=95e3;break;case 40:i=111e3;break}switch(t){case Ha.Elite:i*=2;break;case Ha.Solo:i*=5;break;case Ha.Minion:i*=.25;break}return i});const Gt=class Gt{};ka(Gt,"dice",(a,t=Math.random)=>{const i=[];for(;i.lengtha<=0?0:Math.floor(t()*a)),ka(Gt,"randomBoolean",(a=Math.random)=>Gt.randomNumber(2,a)===0),ka(Gt,"randomDecimal",(a=Math.random)=>Gt.randomNumber(100,a)/100),ka(Gt,"randomBonus",(a=Math.random)=>{switch(Gt.randomNumber(15,a)){case 0:case 1:case 2:case 3:case 4:return 1;case 5:case 6:case 7:case 8:return 2;case 9:case 10:case 11:return 3;case 12:case 13:return 4;case 14:return 5}return 1}),ka(Gt,"randomColor",(a=0,t=256,i=Math.random)=>{const n=Gt.randomNumber(t-a,i)+a,r=Gt.randomNumber(t-a,i)+a,s=Gt.randomNumber(t-a,i)+a;return{r:n,g:r,b:s}}),ka(Gt,"getSeededRNG",a=>{const t=r=>{let s=1779033703,o=3144134277,d=1013904242,l=2773480762;for(let g=0,u;g>>18,597399067),o=Math.imul(l^o>>>22,2869860233),d=Math.imul(s^d>>>17,951274213),l=Math.imul(o^l>>>19,2716044179),[(s^o^d^l)>>>0,(o^s)>>>0,(d^s)>>>0,(l^s)>>>0]},i=(r,s,o,d)=>()=>{r>>>=0,s>>>=0,o>>>=0,d>>>=0;let l=r+s|0;return r=(s^s)>>>9,s=o+(o<<3)|0,o=o<<21|o>>>11,d=d+1|0,l=l+d|0,o=o+l|0,(l>>>0)/4294967296},n=t(a);return i(n[0],n[1],n[2],n[3])});let Qo=Gt;const Oi=class Oi{};ka(Oi,"sort",(a,t)=>{const i=n=>{let r=t(n);return["a ","the "].forEach(o=>{r.toLowerCase().startsWith(o)&&(r=r.substring(o.length))}),r};return a.sort((n,r)=>{const s=i(n),o=i(r);return s.localeCompare(o)})}),ka(Oi,"shuffle",(a,t=Math.random)=>{let i=a.length;for(;i!==0;){const n=Qo.randomNumber(i,t);i-=1;const r=a[i];a[i]=a[n],a[n]=r}return a}),ka(Oi,"draw",(a,t=Math.random)=>{const i=Qo.randomNumber(a.length,t);return a[i]}),ka(Oi,"distinct",(a,t)=>{const i=new Set;return a.filter(n=>{const r=t(n);return i.has(r)?!1:i.add(r)})}),ka(Oi,"sum",(a,t)=>a.reduce((i,n)=>i+t(n),0)),ka(Oi,"mean",(a,t)=>a.length===0?0:Oi.sum(a,t)/a.length),ka(Oi,"min",(a,t)=>{let i=null,n=Number.MAX_VALUE;return a.forEach(r=>{const s=t(r);s{let i=null,n=Number.MIN_VALUE;return a.forEach(r=>{const s=t(r);s>n&&(i=r,n=s)}),i});let $m=Oi;class di{}ka(di,"guid",()=>{const a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890";let t="";for(;t.length<16;){const i=Qo.randomNumber(a.length);t+=a[i]}return t}),ka(di,"debounce",(a,t=500)=>{let i;return()=>{clearTimeout(i),i=setTimeout(a,t)}}),ka(di,"intersects",(a,t)=>{const i=(a.b.x-a.a.x)*(t.b.y-t.a.y)-(t.b.x-t.a.x)*(a.b.y-a.a.y);if(i===0)return!1;{const n=((t.b.y-t.a.y)*(t.b.x-a.a.x)+(t.a.x-t.b.x)*(t.b.y-a.a.y))/i,r=((a.a.y-a.b.y)*(t.b.x-a.a.x)+(a.b.x-a.a.x)*(t.b.y-a.a.y))/i;return 0<=n&&n<=1&&0<=r&&r<=1}});const NM=e=>{const a=[{key:"1",label:e.title,children:e.children}];return E.jsx(qq,{items:a})};var HM={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z"}},{tag:"path",attrs:{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}}]},name:"check-circle",theme:"outlined"};const jM=HM;var LM=function(a,t){return c.createElement(Jt,je({},a,{ref:t,icon:jM}))};const OM=c.forwardRef(LM),Ja=e=>{const[a,t]=c.useState(!1),i=()=>{t(!a)};let n="editable-panel";return a&&e.outlined&&(n+=" outlined"),E.jsxs("div",{className:n,children:[a?E.jsx("div",{className:"editable-panel-content",children:e.editor}):E.jsx("div",{className:"editable-panel-content",children:e.viewer}),e.editable?E.jsxs("div",{className:"editable-panel-actions",children:[a?null:E.jsx(ki,{onClick:()=>i(),children:E.jsx(DM,{})}),a?E.jsx(ki,{onClick:()=>i(),children:E.jsx(OM,{})}):null,a&&e.onDelete?E.jsx(ki,{onClick:()=>e.onDelete?e.onDelete():null,children:E.jsx(WM,{})}):null]}):null]})},Um=e=>{let a="info-panel";e.outlined&&(a+=" outlined"),e.selected&&(a+=" selected");let t=null;e.content&&(t=E.jsx("div",{className:"info-panel-content",children:e.content}));let i=null;e.info&&(i=E.jsx("div",{className:"info-panel-info",children:e.info}));let n=null;return e.actions&&(n=E.jsx("div",{className:"info-panel-actions",children:e.actions})),E.jsxs("div",{className:a,children:[t,i,n]})},yt=class yt{};ka(yt,"createMonster",()=>({id:di.guid(),name:"",details:"",size:Ya.Medium,origin:Qa.Natural,type:wt.Humanoid,keywords:"",category:"",level:1,role:yt.createRole(),senses:"",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",tactics:"",strength:yt.createAbility(),constitution:yt.createAbility(),dexterity:yt.createAbility(),intelligence:yt.createAbility(),wisdom:yt.createAbility(),charisma:yt.createAbility(),hp:1,initiative:0,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[],damageModifiers:[],resist:"",vulnerable:"",immune:"",info:"",phenotype:""})),ka(yt,"createRole",()=>({type:Na.Artillery,flag:Ha.Standard,leader:!1})),ka(yt,"createAbility",()=>({score:10,modifier:0,cost:0})),ka(yt,"createRegeneration",()=>({value:5,details:""})),ka(yt,"createAura",()=>({id:di.guid(),name:"",keywords:"",details:""})),ka(yt,"createDamageModifier",()=>({type:dt.Fire,value:0})),ka(yt,"createPower",()=>({id:di.guid(),name:"",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"",damage:"",category:bt.Standard})),ka(yt,"createPowerAction",()=>({action:Aa.Standard,trigger:"",sustainAction:Aa.None,use:Ai.AtWill,recharge:""})),ka(yt,"createPowerAttack",()=>({bonus:0,defence:dn.AC})),ka(yt,"createEncounter",()=>({id:di.guid(),name:"",waves:[]})),ka(yt,"createEncounterWave",()=>({id:di.guid(),name:"",slots:[]})),ka(yt,"createEncounterSlot",()=>({id:di.guid(),threatType:tl.Monster,threatID:"",count:1}));let Xo=yt;class _a{}ka(_a,"sanitize",a=>(a.length>0&&(a=a[0].toUpperCase()+a.substring(1)),(a.endsWith(";")||a.endsWith(":")||a.endsWith(","))&&(a=a.substring(0,a.length-1)+"."),a)),ka(_a,"capitalize",a=>a.split(" ").filter(t=>t.length>0).map(t=>`${t[0].toUpperCase()}${t.substring(1)}`).join(" ")),ka(_a,"toText",a=>a.toLocaleString()),ka(_a,"toSize",a=>{let t=`${a} B`;return a>1024&&(a/=1024,t=`${a.toFixed(2)} kB`),a>1024&&(a/=1024,t=`${a.toFixed(2)} MB`),a>1024&&(a/=1024,t=`${a.toFixed(2)} GB`),t}),ka(_a,"toCurrency",(a,t)=>a<=0?"FREE":`${t}${a.toFixed(2)}`),ka(_a,"toModifier",a=>Math.floor((a-10)/2)),ka(_a,"toSigned",a=>(a>=0?"+":"")+a);const Ar=e=>E.jsxs("div",{className:"boolean-field",children:[E.jsx("div",{className:"boolean-field-label",children:e.label}),E.jsx(yM,{className:"boolean-field-control",checked:e.value,onChange:e.onChange})]}),Xt=e=>{const a=e.options.map(t=>({value:t,label:e.format(t),disabled:e.isDisabled(t)}));return E.jsxs("div",{className:"enum-field",children:[E.jsx("div",{className:"enum-field-label",children:e.label}),E.jsx(hd,{className:"enum-field-control",defaultValue:"Select...",options:a,value:e.value,onChange:e.onChange})]})},Dt=e=>{const a=t=>{t!==null&&(!e.validate||e.validate(t))&&e.onChange(t)};return E.jsxs("div",{className:"number-field",children:[E.jsx("div",{className:"number-field-label",children:e.label}),E.jsx(eR,{className:"number-field-control",value:e.value,onChange:t=>a(t)})]})},ct=e=>E.jsxs("div",{className:"string-field",children:[e.label?E.jsx("div",{className:"string-field-label",children:e.label}):null,E.jsx(e3,{className:"string-field-control",placeholder:e.placeholder,value:e.value,allowClear:!0,onChange:a=>e.onChange(a.target.value)})]}),Bh=e=>E.jsxs("div",{className:"multiline-field",children:[e.label?E.jsx("div",{className:"multiline-field-label",children:e.label}):null,E.jsx(e3.TextArea,{className:"multiline-field-control",placeholder:e.placeholder,value:e.value,rows:5,onChange:a=>e.onChange(a.target.value)})]}),GM="/moreau/assets/melee-BvwFsZph.png",$M="/moreau/assets/melee-basic-DOPkYWkG.png",UM="/moreau/assets/ranged-CTdI-VTd.png",VM="/moreau/assets/ranged-basic-CVSlUjXy.png",_M="/moreau/assets/burst-BQC0R_bw.png",KM="/moreau/assets/burst-basic-BbL5pQ4E.png",ZM="/moreau/assets/blast-BHYi5yLi.png",JM="/moreau/assets/blast-basic-Dso16Rf2.png",YM=e=>{let a=null;if(e.power.attack){const d=e.power.action&&e.power.action.use===Ai.Basic;let l="",g="";e.power.range.toLowerCase().includes("blast")?(l=d?JM:ZM,g=d?"Blast Basic Attack":"Blast Attack"):e.power.range.toLowerCase().includes("burst")?(l=d?KM:_M,g=d?"Burst Basic Attack":"Burst Attack"):e.power.range.toLowerCase().includes("ranged")?(l=d?VM:UM,g=d?"Ranged Basic Attack":"Ranged Attack"):(l=d?$M:GM,g=d?"Melee Basic Attack":"Melee Attack"),a=E.jsx("img",{src:l,alt:g})}let t=null;e.power.keywords&&(t=E.jsxs("span",{children:["(",e.power.keywords,")"]}));let i=null,n=null;if(e.power.action){if(e.power.action.recharge)i=E.jsxs("span",{children:["◆ ",_a.sanitize(e.power.action.recharge)]});else switch(e.power.action.use){case Ai.Encounter:case Ai.Daily:i=E.jsxs("span",{children:["◆ ",ja.usageType(e.power.action.use)]});break}e.power.action.sustainAction!==Aa.None&&(n=E.jsxs("span",{children:["◆ Sustain: ",ja.actionType(e.power.action.sustainAction)]}))}let r=null;e.power.condition&&(r=E.jsxs("div",{children:[E.jsx("i",{children:"Requirement"}),": ",_a.sanitize(e.power.condition)]}));let s=null;e.power.action&&e.power.action.trigger&&(s=E.jsxs("div",{children:[E.jsx("i",{children:"Trigger"}),": ",_a.sanitize(e.power.action.trigger)]}));let o=null;if(e.power.attack){let d="Attack";e.power.action&&(e.power.action.action===Aa.Reaction||e.power.action.action===Aa.Interrupt||e.power.action.action===Aa.Opportunity)&&(d=`Attack (${ja.actionType(e.power.action.action)})`);let l=`${e.power.attack.bonus>=0?"+":""}${e.power.attack.bonus} vs ${ja.defenceType(e.power.attack.defence)}`;e.power.range&&(l=e.power.range+"; "+l),o=E.jsxs("div",{children:[E.jsx("i",{children:d}),": ",l]})}return E.jsxs("div",{className:"power-panel",children:[E.jsxs("div",{className:"top-line",children:[E.jsx("div",{className:"power-icon",children:a}),E.jsx("b",{children:e.power.name}),t,i,n]}),E.jsx("div",{className:"description",children:E.jsx("i",{children:_a.sanitize(e.power.description)})}),E.jsxs("div",{className:"content",children:[r,s,o,E.jsx("div",{children:_a.sanitize(e.power.details)})]})]})},QM=e=>E.jsxs("div",{className:"power-editor-panel",children:[E.jsx(ct,{label:"Name",value:e.power.name,onChange:a=>e.changeValue(e.power,"name",a)}),E.jsx(ct,{label:"Keywords",value:e.power.keywords,onChange:a=>e.changeValue(e.power,"keywords",a)}),E.jsx(ct,{label:"Description",value:e.power.description,onChange:a=>e.changeValue(e.power,"description",a)}),E.jsx(ct,{label:"Requirements",value:e.power.condition,onChange:a=>e.changeValue(e.power,"condition",a)}),E.jsx(Ar,{label:"Action",value:e.power.action!==null,onChange:a=>e.changeValue(e.power,"action",a?Xo.createPowerAction():null)}),e.power.action!==null?E.jsx(Xt,{label:"Action Type",options:[Aa.None,Aa.Standard,Aa.Move,Aa.Minor,Aa.Reaction,Aa.Interrupt,Aa.Opportunity,Aa.Free],value:e.power.action.action,format:a=>ja.actionType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.action,"action",a)}):null,e.power.action!==null?E.jsx(ct,{label:"Trigger",value:e.power.action.trigger,onChange:a=>e.changeValue(e.power.action,"trigger",a)}):null,e.power.action!==null?E.jsx(Xt,{label:"Sustain Action",options:[Aa.None,Aa.Standard,Aa.Move,Aa.Minor,Aa.Reaction,Aa.Interrupt,Aa.Opportunity,Aa.Free],value:e.power.action.sustainAction,format:a=>ja.actionType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.action,"sustainAction",a)}):null,e.power.action!==null?E.jsx(Xt,{label:"Use",options:[Ai.Encounter,Ai.AtWill,Ai.Basic,Ai.Daily],value:e.power.action.use,format:a=>ja.usageType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.action,"use",a)}):null,e.power.action!==null?E.jsx(ct,{label:"Recharge",value:e.power.action.recharge,onChange:a=>e.changeValue(e.power.attack,"recharge",a)}):null,E.jsx(Ar,{label:"Attack",value:e.power.attack!==null,onChange:a=>e.changeValue(e.power,"attack",a?Xo.createPowerAttack():null)}),e.power.attack!==null?E.jsx(ct,{label:"Range",value:e.power.range,onChange:a=>e.changeValue(e.power,"range",a)}):null,e.power.attack!==null?E.jsx(Dt,{label:"Bonus",value:e.power.attack.bonus,onChange:a=>e.changeValue(e.power.attack,"bonus",a)}):null,e.power.attack!==null?E.jsx(Xt,{label:"Defence",options:[dn.AC,dn.Fortitude,dn.Reflex,dn.Will],value:e.power.attack.defence,format:a=>ja.defenceType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.attack,"defence",a)}):null,E.jsx(Bh,{label:"Details",value:e.power.details,onChange:a=>e.changeValue(e.power,"details",a)})]}),XM=e=>{let t="";e.aura.keywords&&(t=`(${e.aura.keywords})`);let i=_a.sanitize(e.aura.details);return i.toLowerCase().startsWith("aura")||(i="Aura "+i),E.jsxs("div",{className:"power-panel",children:[E.jsxs("div",{className:"top-line",children:[E.jsx("div",{className:"power-icon",children:null}),E.jsx("b",{children:e.aura.name})," ",t]}),E.jsx("div",{className:"content",children:E.jsx("div",{children:i})})]})},eP=e=>E.jsxs("div",{className:"aura-editor-panel",children:[E.jsx(ct,{label:"Name",value:e.aura.name,onChange:a=>e.changeValue(e.aura,"name",a)}),E.jsx(ct,{label:"Keywords",value:e.aura.keywords,onChange:a=>e.changeValue(e.aura,"keywords",a)}),E.jsx(Bh,{label:"Details",value:e.aura.details,onChange:a=>e.changeValue(e.aura,"details",a)})]}),aP=e=>E.jsxs("div",{className:"power-panel",children:[E.jsxs("div",{className:"top-line",children:[E.jsx("div",{className:"power-icon"}),E.jsxs("b",{children:["Regeneration ",e.regeneration.value]}),E.jsx("span",{children:"(Healing)"})]}),E.jsx("div",{className:"content",children:E.jsx("div",{children:_a.sanitize(e.regeneration.details)})})]}),tP=e=>E.jsxs("div",{className:"regeneration-editor-panel",children:[E.jsx(Dt,{label:"Value",value:e.regeneration.value,validate:a=>a>=0,onChange:a=>e.changeValue(e.regeneration,"value",a)}),E.jsx(Bh,{label:"Details",value:e.regeneration.details,onChange:a=>e.changeValue(e.regeneration,"details",a)})]}),$0=e=>{const a=()=>{let o=null;e.monster.role.flag===Ha.Minion?o=E.jsx(Ja,{editable:!1,outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"HP"})," 1; a missed attack never damages a minion."]}),editor:null,onDelete:null}):o=E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"HP"})," ",e.monster.hp,", ",E.jsx("b",{children:"bloodied"})," ",Math.floor(e.monster.hp/2)]}),editor:E.jsx(Dt,{label:"HP",value:e.monster.hp,validate:u=>u>0,onChange:u=>e.changeValue(e.monster,"hp",u)}),onDelete:null});let d=null;if(e.mode==="edit"||e.monster.damageModifiers.length>0||e.monster.immune||e.monster.resist||e.monster.vulnerable){const u=e.monster.damageModifiers.filter(b=>b.value===0).map(b=>`${ja.damageType(b.type)}`);e.monster.immune&&u.push(e.monster.immune);const m=e.mode==="edit"||u.length>0?E.jsxs("span",{children:[E.jsx("b",{children:"Immune"})," ",u.join(", ")||"none"]}):null,f=e.monster.damageModifiers.filter(b=>b.value<0).map(b=>`${ja.damageType(b.type)} ${Math.abs(b.value)}`);e.monster.resist&&f.push(e.monster.resist);const k=e.mode==="edit"||f.length>0?E.jsxs("span",{children:[E.jsx("b",{children:"Resist"})," ",f.join(", ")||"none"]}):null,y=e.monster.damageModifiers.filter(b=>b.value>0).map(b=>`${ja.damageType(b.type)} ${Math.abs(b.value)}`);e.monster.vulnerable&&y.push(e.monster.vulnerable);const w=e.mode==="edit"||y.length>0?E.jsxs("span",{children:[E.jsx("b",{children:"Vulnerable"})," ",y.join(", ")||"none"]}):null;d=E.jsx(Ja,{editable:e.mode==="edit",outlined:!0,viewer:E.jsxs("div",{children:[m," ",k," ",w]}),editor:E.jsx(rP,{monster:e.monster,changeValue:(b,h,p)=>e.changeValue(b,h,p)}),onDelete:null})}let l=0,g=0;switch(e.monster.role.flag){case Ha.Elite:l=2,g=1;break;case Ha.Solo:l=5,g=2;break}return E.jsxs("div",{className:"row",children:[E.jsxs("div",{className:"cell two",children:[o,E.jsx(Ja,{editable:e.mode==="edit",outlined:!0,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"AC"})," ",e.monster.ac,", ",E.jsx("b",{children:"Fortitude"})," ",e.monster.fortitude,", ",E.jsx("b",{children:"Reflex"})," ",e.monster.reflex,", ",E.jsx("b",{children:"Will"})," ",e.monster.will]}),editor:E.jsx(sP,{monster:e.monster,changeValue:(u,m,f)=>e.changeValue(u,m,f)}),onDelete:null}),E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Speed"})," ",e.monster.movement||"0"]}),editor:E.jsx(ct,{label:"Speed",value:e.monster.movement,onChange:u=>e.changeValue(e.monster,"movement",u)}),onDelete:null}),d,E.jsx("div",{className:l>0?"":"hidden",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Saving Throws"})," ",_a.toSigned(l),", ",E.jsx("b",{children:"Action Points"})," ",g]}),editor:E.jsx("div",{children:"Saving throws and action points are set by the monster's role."}),onDelete:null})})]}),E.jsxs("div",{className:"cell right",children:[E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Initiative"})," ",_a.toSigned(e.monster.initiative)]}),editor:E.jsx(Dt,{label:"Initiative",value:e.monster.initiative,onChange:u=>e.changeValue(e.monster,"initiative",u)}),onDelete:null}),E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:e.monster.senses,editor:E.jsx(ct,{label:"Senses",value:e.monster.senses,onChange:u=>e.changeValue(e.monster,"senses",u)}),onDelete:null})]})]})},t=o=>{let d=[];if(o===bt.Trait)d=e.monster.powers.filter(f=>!f.action);else{let f=[];switch(o){case bt.Standard:f=[Aa.Standard];break;case bt.Move:f=[Aa.Move];break;case bt.Minor:f=[Aa.Minor];break;case bt.Free:f=[Aa.Free];break;case bt.Triggered:f=[Aa.Reaction,Aa.Interrupt,Aa.Opportunity];break}d=e.monster.powers.filter(k=>k.action&&f.includes(k.action.action))}let l=d.length;if(o===bt.Trait&&(l+=e.monster.auras.length,e.monster.regeneration&&(l+=1)),l===0)return null;let g=null,u=null;o===bt.Trait&&(g=e.monster.auras.map(f=>E.jsx(Ja,{editable:e.mode==="edit",outlined:!0,viewer:E.jsx(XM,{aura:f}),editor:E.jsx(eP,{aura:f,changeValue:(k,y,w)=>e.changeValue(k,y,w)}),onDelete:()=>e.changeValue(e.monster,"auras",e.monster.auras.filter(k=>k.id!==f.id))},f.id)),e.monster.regeneration&&(u=E.jsx(Ja,{editable:e.mode==="edit",outlined:!0,viewer:E.jsx(aP,{regeneration:e.monster.regeneration}),editor:E.jsx(tP,{regeneration:e.monster.regeneration,changeValue:(f,k,y)=>e.changeValue(f,k,y)}),onDelete:()=>e.changeValue(e.monster,"regeneration",null)})));const m=d.map(f=>E.jsx(Ja,{editable:e.mode==="edit",outlined:!0,viewer:E.jsx(YM,{power:f}),editor:E.jsx(QM,{power:f,changeValue:(k,y,w)=>e.changeValue(k,y,w)}),onDelete:()=>e.changeValue(e.monster,"powers",e.monster.powers.filter(k=>k.id!==f.id))},f.id));return E.jsxs("div",{children:[E.jsxs("div",{className:"row subheading",children:[ja.powerCategory(o),"s"]}),g,m,u]})},i=()=>e.mode==="view"&&!e.monster.skills?null:E.jsx("div",{className:"row dark",children:E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Skills"})," ",e.monster.skills]}),editor:E.jsx(ct,{label:"Skills",value:e.monster.skills,onChange:o=>e.changeValue(e.monster,"skills",o)}),onDelete:null})})}),n=()=>e.mode==="view"&&!e.monster.equipment?null:E.jsx("div",{className:"row",children:E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Equipment"})," ",e.monster.equipment]}),editor:E.jsx(ct,{label:"Equipment",value:e.monster.equipment,onChange:o=>e.changeValue(e.monster,"equipment",o)}),onDelete:null})})}),r=()=>e.mode==="view"&&!e.monster.details?null:E.jsx("div",{className:"row",children:E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Details"})," ",e.monster.details]}),editor:E.jsx(ct,{label:"Details",value:e.monster.details,onChange:o=>e.changeValue(e.monster,"details",o)}),onDelete:null})})}),s=()=>e.mode==="view"&&!e.monster.tactics?null:E.jsx("div",{className:"row",children:E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Tactics"})," ",e.monster.tactics]}),editor:E.jsx(ct,{label:"Tactics",value:e.monster.tactics,onChange:o=>e.changeValue(e.monster,"tactics",o)}),onDelete:null})})});return E.jsxs("div",{className:"stat-block",children:[E.jsxs("div",{className:"row monster-top-section",children:[E.jsx("div",{className:"cell two big",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:e.monster.name||"Unnamed Monster",editor:E.jsx(ct,{label:"Name",value:e.monster.name,onChange:o=>e.changeValue(e.monster,"name",o)}),onDelete:null})}),E.jsx("div",{className:"cell right big",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!0,viewer:E.jsxs("div",{children:["Level ",e.monster.level," ",Yn.getRole(e.monster.role)]}),editor:E.jsx(iP,{monster:e.monster,changeValue:(o,d,l)=>e.changeValue(o,d,l)}),onDelete:null})})]}),E.jsxs("div",{className:"row monster-top-section",children:[E.jsx("div",{className:"cell two",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!0,viewer:Yn.getPhenotype(e.monster),editor:E.jsx(nP,{monster:e.monster,changeValue:(o,d,l)=>e.changeValue(o,d,l)}),onDelete:null})}),E.jsx("div",{className:"cell right",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"XP "})," ",Yn.getXP(e.monster.level,e.monster.role.flag)]}),onDelete:null,editor:E.jsx("div",{children:"XP is set by the monster's level."})})})]}),a(),t(bt.Trait),t(bt.Standard),t(bt.Move),t(bt.Minor),t(bt.Free),t(bt.Triggered),i(),E.jsxs("div",{className:"row dark vcenter",children:[E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Str"})," ",e.monster.strength.score," (",_a.toSigned(_a.toModifier(e.monster.strength.score)),")"]}),editor:E.jsx(Dt,{label:"Str",value:e.monster.strength.score,onChange:o=>e.changeValue(e.monster.strength,"score",o)}),onDelete:null})}),E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Dex"})," ",e.monster.dexterity.score," (",_a.toSigned(_a.toModifier(e.monster.dexterity.score)),")"]}),editor:E.jsx(Dt,{label:"Dex",value:e.monster.dexterity.score,onChange:o=>e.changeValue(e.monster.dexterity,"score",o)}),onDelete:null})}),E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Wis"})," ",e.monster.wisdom.score," (",_a.toSigned(_a.toModifier(e.monster.wisdom.score)),")"]}),editor:E.jsx(Dt,{label:"Wis",value:e.monster.wisdom.score,onChange:o=>e.changeValue(e.monster.wisdom,"score",o)}),onDelete:null})})]}),E.jsxs("div",{className:"row dark vcenter",children:[E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Con"})," ",e.monster.constitution.score," (",_a.toSigned(_a.toModifier(e.monster.constitution.score)),")"]}),editor:E.jsx(Dt,{label:"Con",value:e.monster.constitution.score,onChange:o=>e.changeValue(e.monster.constitution,"score",o)}),onDelete:null})}),E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Int"})," ",e.monster.intelligence.score," (",_a.toSigned(_a.toModifier(e.monster.intelligence.score)),")"]}),editor:E.jsx(Dt,{label:"Int",value:e.monster.intelligence.score,onChange:o=>e.changeValue(e.monster.intelligence,"score",o)}),onDelete:null})}),E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Cha"})," ",e.monster.charisma.score," (",_a.toSigned(_a.toModifier(e.monster.charisma.score)),")"]}),editor:E.jsx(Dt,{label:"Cha",value:e.monster.charisma.score,onChange:o=>e.changeValue(e.monster.charisma,"score",o)}),onDelete:null})})]}),E.jsxs("div",{className:"row vcenter",children:[E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Alignment"})," ",e.monster.alignment||"Unaligned"]}),editor:E.jsx(ct,{label:"Alignment",value:e.monster.alignment,onChange:o=>e.changeValue(e.monster,"alignment",o)}),onDelete:null})}),E.jsx("div",{className:"cell",children:E.jsx(Ja,{editable:e.mode==="edit",outlined:!1,viewer:E.jsxs("div",{children:[E.jsx("b",{children:"Languages"})," ",e.monster.languages||"None"]}),editor:E.jsx(ct,{label:"Languages",value:e.monster.languages,onChange:o=>e.changeValue(e.monster,"languages",o)}),onDelete:null})})]}),n(),r(),s()]})},iP=e=>E.jsxs("div",{className:"level-role-editor-panel",children:[E.jsx(Dt,{label:"Level",value:e.monster.level,validate:a=>a>=1&&a<=40,onChange:a=>e.changeValue(e.monster,"level",a)}),E.jsx(Xt,{label:"Role",options:[Na.Artillery,Na.Brute,Na.Controller,Na.Lurker,Na.Skirmisher,Na.Soldier],value:e.monster.role.type,format:a=>ja.roleType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster.role,"type",a)}),E.jsx(Xt,{label:"Role Modifier",options:[Ha.Standard,Ha.Elite,Ha.Solo,Ha.Minion],value:e.monster.role.flag,format:a=>ja.roleFlag(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster.role,"flag",a)}),E.jsx(Ar,{label:"Leader",value:e.monster.role.leader,onChange:a=>e.changeValue(e.monster.role,"leader",a)})]}),nP=e=>E.jsxs("div",{className:"phenotype-editor-panel",children:[E.jsx(Xt,{label:"Size",options:[Ya.Tiny,Ya.Small,Ya.Medium,Ya.Large,Ya.Huge,Ya.Gargantuan],value:e.monster.size,format:a=>ja.monsterSize(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster,"size",a)}),E.jsx(Xt,{label:"Origin",options:[Qa.Aberrant,Qa.Elemental,Qa.Fey,Qa.Immortal,Qa.Natural,Qa.Shadow],value:e.monster.origin,format:a=>ja.monsterOrigin(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster,"origin",a)}),E.jsx(Xt,{label:"Type",options:[wt.Animate,wt.Beast,wt.Humanoid,wt.MagicalBeast],value:e.monster.type,format:a=>ja.monsterType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster,"type",a)}),E.jsx(ct,{label:"Keywords",value:e.monster.keywords,onChange:a=>e.changeValue(e.monster,"keywords",a)})]}),rP=e=>{const a=n=>{const r=Xo.createDamageModifier();r.value=n,e.monster.damageModifiers.push(r),e.changeValue(e.monster,"damageModifiers",e.monster.damageModifiers)},t=n=>{const r=e.monster.damageModifiers.filter(s=>s!==n);e.changeValue(e.monster,"damageModifiers",r)},i=e.monster.damageModifiers.map(n=>{let r="Immunity",s=null;return n.value>0?(r="Vulnerability",s=E.jsx(Dt,{label:"Value",value:n.value,onChange:o=>e.changeValue(n,"value",o)})):n.value<0&&(r="Resistance",s=E.jsx(Dt,{label:"Value",value:n.value*-1,onChange:o=>e.changeValue(n,"value",o*-1)})),E.jsx(Um,{content:E.jsxs("div",{children:[E.jsx("div",{children:E.jsx("b",{children:r})}),E.jsx(Xt,{label:"Damage Type",options:[dt.Acid,dt.Cold,dt.Fire,dt.Force,dt.Lightning,dt.Necrotic,dt.Poison,dt.Psychic,dt.Radiant,dt.Thunder],value:n.type,format:o=>ja.damageType(o),isDisabled:()=>!1,onChange:o=>e.changeValue(n,"type",o)}),s]}),actions:E.jsx(ki,{onClick:()=>t(n),children:"Remove"}),outlined:!0},di.guid())});return E.jsxs("div",{className:"damage-mods-editor-panel",children:[E.jsxs("div",{children:[E.jsx(ki,{onClick:()=>a(0),children:"Add Damage Immunity"}),E.jsx(ki,{onClick:()=>a(-5),children:"Add Damage Resistance"}),E.jsx(ki,{onClick:()=>a(5),children:"Add Damage Vulnerability"})]}),i,E.jsx(ct,{label:"Other Immunities",value:e.monster.immune,onChange:n=>e.changeValue(e.monster,"immune",n)}),E.jsx(ct,{label:"Other Resistances",value:e.monster.resist,onChange:n=>e.changeValue(e.monster,"resist",n)}),E.jsx(ct,{label:"Other Vulnerabilities",value:e.monster.vulnerable,onChange:n=>e.changeValue(e.monster,"vulnerable",n)})]})},sP=e=>E.jsxs("div",{className:"defences-editor-panel",children:[E.jsx(Dt,{label:"AC",value:e.monster.ac,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"ac",a)}),E.jsx(Dt,{label:"Fortitude",value:e.monster.fortitude,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"fortitude",a)}),E.jsx(Dt,{label:"Reflex",value:e.monster.reflex,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"reflex",a)}),E.jsx(Dt,{label:"Will",value:e.monster.will,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"will",a)})]}),oP=e=>{const[a,t]=c.useState(e.homebrewMonsters),[i,n]=c.useState(null),[r,s]=c.useState(null),[o,d]=c.useState({text:"",level:[1,40],roleType:Na.Any,roleFlag:Ha.Any,roleLeader:!0,roleNonLeader:!0,monsterSize:Ya.Any,monsterOrigin:Qa.Any,monsterType:wt.Any,showOfficial:!0,showHomebrew:!0}),l=di.debounce(()=>{ib.setItem("moreau-homebrew-monsters",a)}),g=M=>{const B=JSON.parse(JSON.stringify(o));B.text=M,d(B)},u=M=>{const B=JSON.parse(JSON.stringify(o));B.level=M,d(B)},m=M=>{const B=JSON.parse(JSON.stringify(o));B.roleType=M,d(B)},f=M=>{const B=JSON.parse(JSON.stringify(o));B.roleFlag=M,d(B)},k=M=>{const B=JSON.parse(JSON.stringify(o));B.roleLeader=M,d(B)},y=M=>{const B=JSON.parse(JSON.stringify(o));B.roleNonLeader=M,d(B)},w=M=>{const B=JSON.parse(JSON.stringify(o));B.monsterSize=M,d(B)},b=M=>{const B=JSON.parse(JSON.stringify(o));B.monsterOrigin=M,d(B)},h=M=>{const B=JSON.parse(JSON.stringify(o));B.monsterType=M,d(B)},p=M=>{const B=JSON.parse(JSON.stringify(o));B.showOfficial=M,d(B)},v=M=>{const B=JSON.parse(JSON.stringify(o));B.showHomebrew=M,d(B)},x=()=>{const M=JSON.parse(JSON.stringify(o));M.text="",M.level=[1,40],M.roleType=Na.Any,M.roleFlag=Ha.Any,M.roleLeader=!0,M.roleNonLeader=!0,M.monsterSize=Ya.Any,M.monsterOrigin=Qa.Any,M.monsterType=wt.Any,M.showOfficial=!0,M.showHomebrew=!0,d(M)},S=()=>!!(o.text||Math.min(...o.level)!==1||Math.max(...o.level)!==40||o.roleType!==Na.Any||o.roleFlag!==Ha.Any||!o.roleLeader||!o.roleNonLeader||o.monsterSize!==Ya.Any||o.monsterOrigin!==Qa.Any||o.monsterType!==wt.Any||!o.showOfficial||!o.showHomebrew),A=M=>{const B=JSON.parse(JSON.stringify(M));B.name=`${B.name} (copy)`,B.id=di.guid(),B.auras.forEach(F=>F.id=di.guid()),B.powers.forEach(F=>F.id=di.guid()),B.category="homebrew",a.push(B),t(a),l(),n(B)},T=M=>{const B=JSON.parse(JSON.stringify(M));s(B)},q=M=>{const B=a.findIndex(F=>F.id===M.id);B!==-1&&(a[B]=M,t(a),l(),s(null),n(M))},z=M=>{const B=a.filter(F=>F.id!==M.id);t(B),n(null),l()},W=(M,B,F)=>{const P=JSON.parse(JSON.stringify(M));P[B]=F,s(P)},D=(()=>{const M=[].concat(e.officialMonsters).concat(a).filter(B=>!!(!o.text||B.name.toLowerCase().includes(o.text.toLowerCase())||B.category.toLowerCase().includes(o.text.toLowerCase())||B.keywords.toLowerCase().includes(o.text.toLowerCase()))).filter(B=>{const F=Math.min(...o.level),P=Math.max(...o.level);return B.level>=F&&B.level<=P}).filter(B=>o.roleType===Na.Any?!0:B.role.type===o.roleType).filter(B=>o.roleFlag===Ha.Any?!0:B.role.flag===o.roleFlag).filter(B=>!!(B.role.leader&&o.roleLeader||!B.role.leader&&o.roleNonLeader)).filter(B=>o.monsterSize===Ya.Any?!0:B.size===o.monsterSize).filter(B=>o.monsterOrigin===Qa.Any?!0:B.origin===o.monsterOrigin).filter(B=>o.monsterType===wt.Any?!0:B.type===o.monsterType).filter(B=>!!(!B.category&&o.showOfficial||B.category&&o.showHomebrew));return $m.sort(M,B=>B.name)})();return E.jsxs("div",{className:"main",children:[E.jsx("div",{className:"main-header",children:"Moreau"}),E.jsxs("div",{className:"main-content",children:[E.jsxs("div",{className:"main-content-column monster-filter",children:[E.jsx(Um,{content:"Monsters shown",info:D.length}),E.jsxs(NM,{title:"Filter Monsters",children:[E.jsx(ct,{placeholder:"Name, keywords, etc",value:o.text,onChange:M=>g(M)}),E.jsx("hr",{}),E.jsxs("div",{className:"filter-level",children:[E.jsx(Um,{content:"Show Levels",info:Math.min(...o.level)+" to "+Math.max(...o.level)}),E.jsx("div",{className:"filter-level-slider",children:E.jsx(dM,{range:!0,min:1,max:40,value:o.level,onChange:M=>u(M)})})]}),E.jsx("hr",{}),E.jsx(Xt,{label:"Role",options:[Na.Any,Na.Artillery,Na.Brute,Na.Controller,Na.Lurker,Na.Skirmisher,Na.Soldier],value:o.roleType,format:M=>ja.roleType(M),isDisabled:()=>!1,onChange:M=>m(M)}),E.jsx(Xt,{label:"Modifier",options:[Ha.Any,Ha.Standard,Ha.Elite,Ha.Solo,Ha.Minion],value:o.roleFlag,format:M=>ja.roleFlag(M),isDisabled:()=>!1,onChange:M=>f(M)}),E.jsx("hr",{}),E.jsx(Ar,{label:"Show Leaders",value:o.roleLeader,onChange:M=>k(M)}),E.jsx(Ar,{label:"Show Non-Leaders",value:o.roleNonLeader,onChange:M=>y(M)}),E.jsx("hr",{}),E.jsx(Xt,{label:"Size",options:[Ya.Any,Ya.Tiny,Ya.Small,Ya.Medium,Ya.Large,Ya.Huge,Ya.Gargantuan],value:o.monsterSize,format:M=>ja.monsterSize(M),isDisabled:()=>!1,onChange:M=>w(M)}),E.jsx(Xt,{label:"Origin",options:[Qa.Any,Qa.Aberrant,Qa.Elemental,Qa.Fey,Qa.Immortal,Qa.Natural,Qa.Shadow],value:o.monsterOrigin,format:M=>ja.monsterOrigin(M),isDisabled:()=>!1,onChange:M=>b(M)}),E.jsx(Xt,{label:"Type",options:[wt.Any,wt.Animate,wt.Beast,wt.Humanoid,wt.MagicalBeast],value:o.monsterType,format:M=>ja.monsterType(M),isDisabled:()=>!1,onChange:M=>h(M)}),E.jsx("hr",{}),E.jsx(Ar,{label:"Show Official Monsters",value:o.showOfficial,onChange:M=>p(M)}),E.jsx(Ar,{label:"Show Homebrew Monsters",value:o.showHomebrew,onChange:M=>v(M)}),E.jsx("hr",{}),E.jsx(ki,{block:!0,disabled:!S(),onClick:()=>x(),children:"Reset Filter"})]})]}),E.jsx("div",{className:"main-content-column monster-list",children:E.jsx(Om,{dataSource:D,renderItem:M=>E.jsx(Om.Item,{onClick:()=>n(M),children:E.jsxs("div",{className:`list-item ${i&&i.id===M.id?"selected":""}`,children:[E.jsxs("div",{children:[E.jsx("b",{children:M.name}),M.category?E.jsx(zM,{children:"Homebrew"}):null]}),E.jsxs("div",{children:["Level ",M.level," ",Yn.getRole(M.role)]}),E.jsx("div",{children:Yn.getPhenotype(M)})]})},M.id)})}),E.jsx("div",{className:"main-content-column monster-details",children:i?E.jsxs("div",{className:"monster-details-content",children:[E.jsxs("div",{children:[i.category?null:E.jsx(ki,{onClick:()=>A(i),children:"Create a Homebrew Version"}),i.category?E.jsx(ki,{onClick:()=>T(i),children:"Edit"}):null,i.category?E.jsx(ki,{onClick:()=>z(i),children:"Delete"}):null]}),E.jsx($0,{mode:"view",monster:i,changeValue:()=>null})]}):null})]}),E.jsx("div",{className:"main-footer",children:"© Andy Aiken 2024"}),E.jsx(ZR,{open:!!r,title:"Monster Editor",width:"50%",onClose:()=>s(null),extra:r?E.jsx("div",{children:E.jsx(ki,{onClick:()=>q(r),children:"Save Changes"})}):null,children:r?E.jsx("div",{children:E.jsx($0,{mode:"edit",monster:r,changeValue:W})}):null})]})},Ni=[];Ni.push({id:"d54c39ac-75b0-429a-9409-a360a1f0a8ba",name:"Camel",details:"",size:3,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +0",movement:"9",alignment:"Unaligned",languages:"",skills:"Endurance +9",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:13},intelligence:{score:2},wisdom:{score:11},charisma:{score:8},hp:38,initiative:1,ac:13,fortitude:13,reflex:10,will:9,regeneration:null,auras:[],powers:[{id:"333f65fe-91dc-4191-8edb-26bced5969c8",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3954f755-3d2c-46c6-9636-5356e31271ba",name:"Elephant",details:"",size:4,origin:4,type:1,keywords:"mount",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:11},intelligence:{score:2},wisdom:{score:16},charisma:{score:9},hp:111,initiative:4,ac:20,fortitude:22,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"0a0a6f1f-291d-4ec9-a361-54dcf18aa26d",name:"Tusk Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"46dcc1bd-f748-43ac-b412-cc6d983ac18c",name:"Stamp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"4c00f81e-7690-412c-b15d-269b8f3de892",name:"Trampling Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 8th level or higher",range:"",attack:null,description:"",details:"When charging, the elephant can move through one Medium or smaller creature’s space and make a stamp attack against that creature. The elephant must end its move in an unoccupied space. The rider still attacks at the end of the mount’s movement.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"16b4e299-0b96-4b10-bf58-97528eb4d62e",name:"Giant Ant",details:"",size:3,origin:4,type:1,keywords:"mount",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"9",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:19},intelligence:{score:1},wisdom:{score:12},charisma:{score:7},hp:54,initiative:8,ac:18,fortitude:17,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"7d9bd453-7bda-4470-bf1e-a7ed3579e0c5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage, and the target is knocked prone.",damage:"1d10+4 damage",category:1},{id:"d37f9e63-a0fc-4a44-b1c5-2f3475e3ab49",name:"Skitter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 4th level or higher",range:"",attack:null,description:"",details:"The giant ant shifts 2 squares instead of 1 square when it shifts.",damage:"The giant ant shifts 2 squares instead of 1 square when it shifts",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd6fc99d-d126-4485-ac5a-f4b689a43334",name:"Rhinoceros",details:"",size:3,origin:4,type:1,keywords:"mount",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:2},wisdom:{score:11},charisma:{score:8},hp:83,initiative:8,ac:23,fortitude:23,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"34f301b3-4002-4d46-bd46-9be9fd46dc33",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"3dbe8553-8649-4a67-8a6e-286bfb7b22e1",name:"Crushing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"When charging, the rhinoceros can make a gore attack in addition to its rider’s charge attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"32af6cf6-245c-4fa0-8870-164b39f7a785",name:"Trihorn Behemoth",details:"",size:4,origin:4,type:1,keywords:"mount",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:127,initiative:12,ac:28,fortitude:30,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"3582da60-4e2a-4387-bff1-d0523a43fb5a",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"e6dd4821-9a0e-40a0-88d3-1327cfef067c",name:"Protective Crest",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 12th level or higher",range:"",attack:null,description:"",details:"The trihorn behemoth’s rider gains a +1 shield bonus to AC and Reflex defense.",damage:"The trihorn behemoth’s rider gains a +1 shield bonus to AC and Reflex defense",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f4774f5-cefb-47b7-a423-5b3c15f1a850",name:"Antaegus",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +20",movement:"8, fly 10 (hover), swim 8",alignment:"Unaligned",languages:"Common, Draconic, Elven, Giant",skills:"Arcana +20, Insight +20",equipment:"greatsword",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:25},intelligence:{score:16},wisdom:{score:17},charisma:{score:28},hp:440,initiative:19,ac:38,fortitude:37,reflex:35,will:37,regeneration:null,auras:[{id:"d6063304-1a22-456f-b8c0-fdc67f2d1cab",name:"Winds of Madness",keywords:"",details:"(Psychic) aura 2; any enemy that starts its turn within the aura takes 10 psychic damage and treats the aura as difficult terrain."}],powers:[{id:"0b9a79ef-4a9d-43c8-b441-febad2ac7056",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d6+9 damage plus 1d10 thunder and lightning damage, and Antaegus slides the target 4 squares.",damage:"2d6+9 damage plus 1d10 thunder and lightning damage",category:1},{id:"0eb80eb3-c012-4400-9a43-f52e7f078032",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Antaegus makes two greatsword attacks.",damage:"",category:1},{id:"9c98cd91-67db-49af-8e34-a84137e73772",name:"Leaping Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"2d6+9 lightning damage, and Antaegus pushes the target 2 squares. The target is dazed until the end of Antaegus’s next turn. Another enemy within 5 squares takes 5 lightning damage.",damage:"2d6+9 lightning damage",category:1},{id:"2d5b582e-b0b3-4d22-af58-429f85db2cb6",name:"Psychic Backlash",action:{action:4,trigger:"when an enemy damages antaegus while antaegus is bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets one enemy, favoring the triggering enemy; 1d12+6 psychic damage, and the target grants combat advantage (save ends).",damage:"1d12+6 psychic damage",category:5},{id:"0becbb58-f0f2-4811-8e53-66cdedd66e8d",name:"Storm Leap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Teleportation, Thunder",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"2d8+8 thunder damage, and the target is slowed and takes ongoing 10 lightning damage (save ends both). Antaegus then teleports to any space that includes at least 1 square of the blast area.",damage:"2d8+8 thunder damage",category:1},{id:"636592fa-11e8-4b8e-95c1-ade6fa43e74d",name:"Freedom of Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Antaegus is affected by a power that would render him immobilized, restrained, or slowed, he can make a saving throw to negate the effect.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19f9e9e4-b90a-43b5-86be-edc88ba15330",name:"Captain Smargat",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +12, Insight +11",equipment:"flail; leather armor",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:178,initiative:9,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"7bbe756e-0ebc-42f0-8680-9fe8c17d204e",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+7 damage, and Smargat shifts 1 square.",damage:"1d10+7 damage",category:1},{id:"700bfc06-c557-4f6f-b21a-139ceab9b197",name:"Flail Trip",action:{action:1,trigger:"requires a flail and combat advantage against the target",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d10+7 damage, and Smargat slides the target 1 square and the target falls prone. Smargat shifts 1 square.",damage:"2d10+7 damage",category:5},{id:"a415db9e-2c82-4e51-a18b-0ed56ac00b8d",name:"Parrying Chains",action:{action:5,trigger:"when a melee attack hits or misses smargat; requires two flails",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and Smargat gains a +2 bonus to the defense that the triggering attack targeted against the triggering attack.",damage:"1d10+5 damage",category:5},{id:"6acbdef9-3505-4b23-85f4-1918ab764a0e",name:"Whirling Escape",action:{action:7,trigger:"when a melee or close attack misses smargat",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Smargat shifts 1 square.",damage:"Smargat shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cfe0f571-d5f3-4714-80bf-5722befa6263",name:"Dedrick Beynar",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common, Draconic, Giant",skills:"Bluff +14, Stealth +15 Perception +11 to locate hidden objects and creatures",equipment:"leather armor; rapier",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:20},intelligence:{score:15},wisdom:{score:14},charisma:{score:19},hp:224,initiative:12,ac:25,fortitude:22,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"adac8115-0ae6-4de4-b4f5-0038de20b911",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage, and Dedrick slides the target 1 square. Dedrick shifts 1 square.",damage:"1d8+7 damage",category:1},{id:"c703fd0a-4d0d-408a-862b-7dc9ab203ec5",name:"Vile Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"can originate from the White Raven’s space; 1d10+5 psychic damage; and the target grants combat advantage until the end of Dedrick’s next turn.",damage:"1d10+5 psychic damage",category:1},{id:"2f6346a0-328e-4043-8032-4eea39315283",name:"Vexing Combination",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Dedrick makes two basic attacks.",damage:"",category:1},{id:"445a2406-c070-4e17-9504-35808b8ccca2",name:"Call the White Raven",action:{action:3,trigger:"only while the white raven is destroyed",sustainAction:0,use:0,recharge:"recharge 4"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"the White Raven (see statistics) appears in Dedrick’s space or in an unoccupied square elsewhere in the area. It must remain within 20 squares of Dedrick; if forced beyond this range, it teleports back to Dedrick’s space as a free action. Dedrick can speak through the White Raven, and he can hear everything it hears.",damage:"It must remain within 20 squares of Dedrick",category:5},{id:"775e3d1b-ae00-4f0f-828c-79b3797b1a06",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dedrick deals 2d8 extra damage against any creature granting combat advantage to him.",damage:"dedrick deals 2d8 extra damage against any creature granting combat advantage to him",category:1},{id:"ab338781-5dcc-40a0-a1e4-8ca8c3178380",name:"White Raven Repositioning",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the White Raven is alive, and not adjacent or closer to Dedrick, Dedrick can shift his speed. He must end this movement closer to the White Raven than he started. If he moves adjacent to an enemy that the White Raven is also adjacent to, he gains combat advantage against that enemy.",damage:"",category:2},{id:"d6173da0-a640-4dae-aee0-31f07512a5c3",name:"White Raven Sacrifice",action:{action:5,trigger:"when an attack damages dedrick while the white raven is adjacent to him or in his space",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The White Raven takes the damage from the triggering attack.",damage:"the white raven takes the damage from the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9c6b0149-bce5-47e9-abe6-292a18bb9267",name:"Drenga Sandspur",details:"",size:2,origin:4,type:2,keywords:"drow",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Elven",skills:"Athletics +12",equipment:"hide armor; short sword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:154,initiative:8,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"8437c0b1-2be7-486a-9e4d-37a52e898d9b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage, and Drenga shifts 1 square.",damage:"2d6+4 damage",category:1},{id:"57436cd3-008d-475e-92ec-9e0fcbc3c014",name:"Cutting Stride",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Drenga makes two short sword attacks, shifting 1 square before each attack and after the second attack.",damage:"shifting 1 square before each attack and after the second attack",category:1},{id:"a90d47c6-b939-4ed3-8fc4-4440e2aa2455",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"until the end of Drenga’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"ec3e0b45-39b6-4965-bffb-7c87155eec63",name:"Swirling Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:12,defence:0},description:"",details:"3d6+4 damage, and Drenga shifts 3 squares after the attacks.",damage:"3d6+4 damage",category:1},{id:"e2c0de73-4e0b-4ea5-8a94-df9b130656ec",name:"Sly Setup",action:{action:7,trigger:"when an enemy misses drenga with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Drenga shifts 1 square, and the triggering enemy grants combat advantage to Drenga until the end of his next turn.",damage:"Drenga shifts 1 square",category:5},{id:"54de6636-3c0a-4a2f-9a28-d404bbd1c6af",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Drenga deals 1d8 extra damage against any creature granting combat advantage to him.",damage:"drenga deals 1d8 extra damage against any creature granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90921ff8-389e-44ab-8504-956bc39f2ca7",name:"Korbek Ghedin",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +11; low-light vision, truesight 2",movement:"5",alignment:"Evil",languages:"Common, Draconic, Dwarven, Giant, telepathy 5",skills:"",equipment:"heavy shield; plate armor; waraxe",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:12},intelligence:{score:22},wisdom:{score:20},charisma:{score:12},hp:244,initiative:7,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"f5775fd6-a020-40a2-9119-71a35dc4a33e",name:"Reverberating Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+4 damage, and Korbek pushes the target 2 squares. The target is dazed until the end of Korbek’s next turn.",damage:"1d12+4 damage",category:1},{id:"45bb880d-a26c-4ade-b9f4-4d35a2b5e371",name:"False Senses",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8+5 psychic damage, and the target is slowed (save ends).",damage:"2d8+5 psychic damage",category:1},{id:"d29702d5-dd6c-454a-8c85-920765610897",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"Korbek makes two basic attacks.",damage:"",category:1},{id:"ab4a2c00-6a48-45f1-b5cc-059a4eab61a3",name:"Bend Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8+5 psychic damage, and the target is dominated (save ends). Korbek can dominate only one creature at a time.",damage:"2d8+5 psychic damage",category:1},{id:"41897e6b-69ea-4bf9-a086-8438dcb9bd74",name:"Hostile Empathy",action:{action:4,trigger:"when korbek is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"targets one enemy; the target takes 1d8 + 5 damage of the same type Korbek took, and the target shares any conditions the attack imposes on Korbek (save ends). While this condition sharing lasts, if a shared condition ends for the target, that condition also ends for Korbek.",damage:"the target takes 1d8 + 5 damage of the same type korbek took",category:5},{id:"ae07fe75-29f6-4a60-9475-581347592d81",name:"Mind Door",action:{action:4,trigger:"when an attack hits korbek; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Korbek teleports 8 squares, and the triggering attack grants combat advantage to Korbek until the end of his next turn.",damage:"Korbek teleports 8 squares",category:5},{id:"c25c8d82-d2f7-4f0b-b3bb-16db414c4502",name:"Ultrasenses",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that has combat advantage against Korbek gains no attack bonus from the combat advantage.",damage:"",category:0},{id:"ba34ebaf-112c-4e88-8f21-7b2fabcf3515",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Korbek can move 1 fewer square than a forced movement attack specifies. He can make a saving throw to avoid being knocked prone.",damage:"Korbek can move 1 fewer square than a forced movement attack specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6f9cb47-d573-4541-880e-c406de292a50",name:"Kraa’ark Lors",details:"",size:4,origin:4,type:1,keywords:"roc",level:18,role:{type:6,flag:2,leader:!1},senses:"Perception +19",movement:"4, fly 10, overland flight 15",alignment:"Unaligned",languages:"Common",skills:"Nature +19",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:20},charisma:{score:14},hp:688,initiative:17,ac:32,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"7fc134b2-7ecd-4d3c-b389-5b6541bf8130",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage plus 1d8 + 5 thunder damage; see also black cloud.",damage:"2d8+7 damage plus 1d8 + 5 thunder damage",category:1},{id:"9e56d695-edf9-4da2-afcb-b4b76613a11a",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; (2d6+7)damage, and ongoing 10 lightning damage (save ends); see also black cloud.",damage:"(2d6+7)damage",category:1},{id:"2c26e6a1-7076-430f-894c-497df1284df4",name:"Storming Flyby",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kraa’ark Lors flies 10 squares and makes a talon attack against each enemy to which it moves adjacent. Kraa’ark Lors doesn’t provoke opportunity attacks when moving away from the target of each attack. See also black cloud.",damage:"Kraa’ark Lors flies 10 squares and makes a talon attack against each enemy to which it moves adjacent",category:1},{id:"0d3d64bc-0976-4edf-be3b-ae70742fb854",name:"Winged Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kraa’ark Lors makes two claw attacks and one bite attack. He can shift 1 square between each attack and after the final attack, even if flying.",damage:"He can shift 1 square between each attack and after the final attack",category:1},{id:"8386e525-79db-4202-ae8c-2d72cd426de0",name:"Stormwing Riposte",action:{action:4,trigger:"when an enemy misses kraa’ark lors",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"ranged 10",attack:{bonus:23,defence:2},description:"",details:"Targets the triggering enemy; 1d10+7 thunder damage, and Kraa’ark Lors pushes the target 2 squares; see also black cloud. This attack doesn’t provoke opportunity attacks.",damage:"1d10+7 thunder damage",category:5},{id:"3a221411-e23f-477b-92c7-dde940aa4a9f",name:"Black Cloud",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 3 within 20",attack:null,description:"",details:"heavy mist fills the area until the end of Kraa’ark Lors’s next turn; the area is lightly obscured to every creature besides Kraa’ark Lors. If Kraa’ark Lors hits a target with an attack while that target is in the black cloud, the target also takes 1d8 + 5 thunder damage and falls prone.",damage:"the target also takes 1d8 + 5 thunder damage and falls prone",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"15b6cc19-edeb-4ed9-a1d5-2f35206b132c",name:"K’Shegla",details:"",size:2,origin:4,type:2,keywords:"aquatic; sahuagin",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"6, swim 8",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +14, Religion +14",equipment:"leather armor; scimitar; trident; war pick",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:16},wisdom:{score:20},charisma:{score:13},hp:244,initiative:10,ac:26,fortitude:25,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"d3a121a4-5114-44a3-b974-34465af823d5",name:"Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and the target is immobilized until the end of K’Shegla’s next turn.",damage:"1d8+6 damage",category:1},{id:"dcf935c9-a54b-4552-b6a4-dcc65ada023f",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and ongoing 5 damage (save ends).",damage:"1d8+6 damage",category:1},{id:"7b75a7b0-f014-4522-b6ca-875c4c553438",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 3/6",attack:{bonus:15,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"bda5a24b-29ee-4c0a-bf09-e2082d31832f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"K’Shegla makes two basic attacks.",damage:"",category:1},{id:"0c2c96a3-347e-4846-a4ec-106a1552bb37",name:"Chill of the Deep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"3d6+4 cold damage, and the target is slowed (save ends). K’Shegla pushes the target 3 squares. A target that is already slowed or immobilized is restrained (save ends).",damage:"3d6+4 cold damage",category:1},{id:"5e833948-4876-4d0e-b16f-8e531c86dd99",name:"Devouring Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target is dazed and takes ongoing 10 damage (save ends both).",damage:"2d6+4 psychic damage",category:1},{id:"298ebbb3-0f7b-41e9-8e9f-5672c4ee6f6f",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"K’Shegla gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies and those taking untyped ongoing damage.",damage:"k’shegla gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies and those taking untyped ongoing damage",category:0},{id:"6514f583-593c-4712-b849-782c2d28a119",name:"Kraken Shroud",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any mark on K’Shegla ends. He gains concealment. K’Shegla cannot be marked until the end of his next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9d942f0-fbe2-4f34-9d30-976dc4bf5710",name:"Lorishto",details:"",size:2,origin:4,type:2,keywords:"rakshasa",level:21,role:{type:3,flag:1,leader:!0},senses:"Perception +19",movement:"6, teleport 4",alignment:"Evil",languages:"Abyssal, Common, Deep Speech",skills:"Arcana +18, Bluff +21, Stealth +20",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:16},wisdom:{score:18},charisma:{score:23},hp:388,initiative:15,ac:27,fortitude:26,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"0d2479db-7aab-423b-9c6a-1e0579fd8a44",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+5 damage, and the target cannot take immediate actions until the end of Lorishto’s next turn.",damage:"2d6+5 damage",category:1},{id:"7a856b98-60f9-49f1-8db1-1b2d5a74519a",name:"Blinding Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:25,defence:2},description:"",details:"2d4+7 psychic damage, and the target is blinded until the end of Lorishto’s next turn.",damage:"2d4+7 psychic damage",category:1},{id:"ea003e35-4967-409a-a184-a58dcb5d4e50",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"Lorishto makes two basic attacks.",damage:"",category:1},{id:"222d047c-3701-4bef-b88b-60fe136c1b16",name:"Dead Zone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic, Zone",condition:"",range:"Close burst 2",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 4d8+6 necrotic damage. Effect: The burst creates a zone of dark haze until the end of Lorishto’s next turn. The zone moves with Lorishto. Any enemy that starts its turn within the zone takes 15 necrotic damage (save ends), and it must attempt to leave the zone by the end of its turn. If an enemy took damage between the end of one of Lorishto’s turns and the start of his next turn, Lorishto can grant an ally 10 temporary hit points. Sustain Minor: The zone persists until the end of Lorishto’s next turn.",damage:"4d8+6 necrotic damage",category:1},{id:"f848e36c-a2de-44e3-a0d8-44fbf602c663",name:"Mindburn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:24,defence:2},description:"",details:"targets enemies; 2d10+6 psychic damage, and the target is slowed and can use only at-will powers until the end of Lorishto’s next turn.",damage:"2d10+6 psychic damage",category:1},{id:"dbf5aa17-c052-4a88-a439-8c9417b009fc",name:"Shifting Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Close burst 2",attack:{bonus:24,defence:3},description:"",details:"the target slides 5 squares and makes a basic attack against a target of Lorishto’s choice.",damage:"the target slides 5 squares and makes a basic attack against a target of Lorishto’s choice",category:1},{id:"b7a2960a-ca5a-45a3-9efc-4d9ee45503b9",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Lorishto can disguise himself to appear as any Medium humanoid. A successful Insight check (opposed by Lorishto’s Bluff check) pierces the disguise.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3efb92d7-fd93-42ad-b53f-8343e9113f82",name:"Lurking Two-Maws",details:"",size:4,origin:0,type:1,keywords:"reptile; fang titan drake",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +15; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:2},wisdom:{score:20},charisma:{score:10},hp:792,initiative:16,ac:35,fortitude:35,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"ec27094f-df6f-401d-a39d-c26b27e054f4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; targets one or two adjacent creatures; 3d10+8 damage, and the target is dazed (save ends). Lurking Two-Maws grabs one target.",damage:"3d10+8 damage",category:1},{id:"e4a5c54d-b148-43bb-8a6e-33bb5d57194b",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 4; 2d8+8 damage, and Lurking Two-Maws grabs the target.",damage:"2d8+8 damage",category:1},{id:"91c61c23-04e7-41fa-a54a-4176c2708573",name:"Two-Maws Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Lurking Two-Maws makes two tentacle attacks and one bite attack.",damage:"",category:1},{id:"f66ff904-7e11-4115-b5a0-07be62107d66",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage plus 10 acid damage at the start of Lurking Two-Maw’s turn. The swallowed creature has line of sight and line of effect only to Lurking Two-Maws, and no creature has line of sight or line of effect to it. The swallowed creature can make only melee and close attacks. If swallowed creatures deal 50 or more damage to Lurking Two-Maws between the end of one of her turns and the start of her next turn, she regurgitates swallowed creatures into an adjacent square, and those creatures are no longer swallowed. When Lurking Two-Maws drops to 0 hit points, the target is no longer swallowed and can escape as a move action, appearing in the drake’s former space.",attack:{bonus:24,defence:1},description:"",details:"Reach 4; targets a bloodied creature Lurking Two-Maws is grabbing",damage:"Reach 4",category:1},{id:"e686bbb1-aa2e-4937-90c8-7d7d2bef2dcc",name:"Tail Smash",action:{action:4,trigger:"when a creature hits lurking two-maws",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"Reach 3; targets the triggering creature; 2d8+7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d8+7 damage",category:5},{id:"bfb869b2-1c96-4c72-8e57-21c0680a89b2",name:"Thundering Bellow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:2,defence:3},description:"",details:"targets enemies; 3d6+6 thunder damage, and the target is dazed and deafened (save ends both).",damage:"3d6+6 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce62296b-cc2a-403c-99c9-66c46215f747",name:"Mulraargo",details:"",size:3,origin:4,type:2,keywords:"shapechanger; troll",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +14",movement:"6, climb 4",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +16, Stealth +15",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:18},intelligence:{score:8},wisdom:{score:16},charisma:{score:6},hp:280,initiative:10,ac:24,fortitude:25,reflex:24,will:23,regeneration:{value:10,details:""},auras:[],powers:[{id:"a5af296c-2c10-4c89-9df2-ba6025914ac2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d10+7 damage; see also rending strike.",damage:"2d10+7 damage",category:1},{id:"965082f0-dd32-44d1-919b-300e1ffa29d4",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mulraargo makes two claw attacks.",damage:"",category:1},{id:"3d767203-96bf-48da-a090-7ea14dc77de4",name:"Engulf",action:{action:1,trigger:"usable only in ooze form",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"the target is grabbed. Mulraargo can move normally while grabbing a target, pulling the grabbed target with him. He can grab only one target at a time. Sustain Minor: Mulraargo sustains the grab and the target takes 10 acid damage.",damage:"mulraargo sustains the grab and the target takes 10 acid damage",category:5},{id:"a681e9a5-e3e4-4f18-b4bc-90ae545b65e9",name:"Rending Stirke",action:{action:7,trigger:"when mulraargo’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mulraargo makes a claw attack. If the attack hits, the target also takes a -2 penalty to all defenses (save ends).",damage:"the target also takes a -2 penalty to all defenses (save ends)",category:5},{id:"c3ca7264-e53f-4db1-9066-d50c30cf351e",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If Mulraargo drops to 0 hit points due to an attack that does not deal acid or fire damage, he starts his next turn with 10 hit points.",damage:"if mulraargo drops to 0 hit points due to an attack that does not deal acid or fire damage",category:0},{id:"c26502ad-fb19-4758-a0c7-abceef1f3ec6",name:"Ooze Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mulraargo can alter his physical form to appear as a pool of black sludge. While in sludge form, the troll gains the benefits of the ooze keyword.",damage:"",category:3}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"acid, fire (if Mulraargo takes acid or fire damage, his regeneration does not function until the end of his next turn)",immune:"",tactics:""},{id:"f2c8f2ca-9bcf-4e9f-abf2-edbdc7674beb",name:"Old Silverclaws",details:"",size:4,origin:4,type:1,keywords:"girallon",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8, climb 6",alignment:"Evil",languages:"",skills:"Athletics +21",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:22},intelligence:{score:7},wisdom:{score:18},charisma:{score:12},hp:420,initiative:15,ac:30,fortitude:32,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"aec6ea29-50e1-4ac1-b8c4-46be9875c5a4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d12+7 damage (3d12 + 7 damage while bloodied), and the target falls prone. See also prone rending.",damage:"2d12+7 damage (3d12 + 7 damage while bloodied)",category:1},{id:"1af083e1-322d-456f-a425-27e86f898d94",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Old Silverclaws makes two claw attacks. While bloodied, it makes two claw attacks and a quick bite.",damage:"",category:1},{id:"00c0591d-b8ec-4671-bc7f-47095a441183",name:"Quick Bite",action:{action:7,trigger:"when old silverclaws hits a bloodied enemy with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+7 damage (and, while bloodied, ongoing 5 damage [save ends]). See also prone rending.",damage:"1d8+7 damage (and",category:5},{id:"6a632873-a76c-40e9-978d-00aed4da0508",name:"Taste for Blood",action:{action:7,trigger:"when an enemy within 5 squares becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Old Silverclaws moves adjacent to the triggering enemy and bites; 2d8+7 damage. See also prone rending.",damage:"2d8+7 damage",category:5},{id:"05cb0f63-8dc2-4af1-a892-2d5d88d75452",name:"Terrifying Howl",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"the target is dazed (save ends).",damage:"",category:3},{id:"30d7d603-80ba-4f79-9ca8-8e70d2e96794",name:"Prone Rendering",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Old Silverclaws can score a critical hit against a prone target on an attack roll of 18-20.",damage:"Old Silverclaws can score a critical hit against a prone target on an attack roll of 18-20",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"905e6b76-bc46-4b71-9ae1-581611bfbe70",name:"Steppin’ Jaq",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Elven, Giant, Riedran",skills:"",equipment:"arrows (30); leather armor; rapier; shortbow",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:8},charisma:{score:17},hp:172,initiative:7,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"375a1f3f-12ca-40c4-8bf8-65d68fb211d0",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage, and the target is slowed until the end of his next turn. Jaq slides the target 1 square.",damage:"1d8+5 damage",category:1},{id:"16e03b7a-d191-495d-b004-96fed78de0f3",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage, and the target has no line of sight to anything 3 or more squares from it until the end of Steppin’ Jaq’s next turn.",damage:"2d6+3 damage",category:1},{id:"f0c5379a-570c-4b45-b44e-c69f54252cea",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Steppin’ Jaq makes two basic attacks.",damage:"",category:1},{id:"f0c53ba7-1367-421e-825e-8076ff7286b4",name:"Visions of Defeat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close burst 3",attack:{bonus:12,defence:3},description:"",details:"targets 2 enemies; 3d8+5 psychic damage, and the target is slowed (save ends). Jaq slides the target to the edge of the burst.",damage:"3d8+5 psychic damage",category:1},{id:"34b5529a-b31f-411b-9acc-d8c04997514a",name:"Phantom Soldiers",action:{action:1,trigger:"sustain minor; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic, Zone",condition:"",range:"Area burst 3 within 10",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d8+5 psychic damage; the burst creates a zone filled with fighting illusory soldiers fighting that lasts until the end of Jaq’s next turn. Any enemy that enters the zone or starts its turn there takes 5 psychic damage. Until the end of Jaq’s next turn, any enemy within the zone is deafened and slowed. Sustain Minor: The zone persists, and Jaq can move it 3 squares.",damage:"2d8+5 psychic damage",category:5},{id:"eff0e005-ced1-4c01-86ff-7e962b8ca61b",name:"Halt the Foe",action:{action:5,trigger:"when a slowed enemy moves or shifts to a square adjacent to steppin’ jaq",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Steppin’ Jaq immobilizes the target until the end of his next turn.",damage:"",category:5},{id:"1e0ed576-5680-4c3a-ab5c-c96466112333",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Steppin’ Jaq can alter his physical form to appear as any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"31e99887-00d9-488a-a581-b8dc54338e60",name:"Spider Climb",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Steppin’ Jaq gains a climb speed of 6 until the end of his next turn.",damage:"Steppin’ Jaq gains a climb speed of 6 until the end of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7be4331-7828-4a91-8b18-447001458bf6",name:"Surrayana",details:"",size:2,origin:4,type:2,keywords:"shulassakar",level:8,role:{type:7,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Good",languages:"Common, Draconic",skills:"Heal +12",equipment:"heavy shield; morningstar; scale armor",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:172,initiative:8,ac:24,fortitude:22,reflex:19,will:20,regeneration:null,auras:[{id:"6bc36c83-c422-43a6-b21f-a9e1da8abd28",name:"Hypnotic Presence",keywords:"",details:"(Charm) aura 1; any enemy that starts its turn within the aura grants combat advantage."}],powers:[{id:"18ef96b9-3c8e-4fd6-86df-ee21b2da062f",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of Surrayana’s next turn.",damage:"1d10+5 damage",category:1},{id:"41e11065-80f6-4556-bf09-e353bf00f8f1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Surrayana makes two melee basic attacks.",damage:"",category:1},{id:"14a0f4bd-b8af-456f-963c-c45bc25c94d6",name:"Lockdown Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets an enemy marked by Surrayana; 3d10+5 damage, and the target is immobilized (save ends).",damage:"3d10+5 damage",category:1},{id:"19b0b850-10ae-4bc0-805c-8817e5837a7b",name:"Breath of Siberys",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"targets enemies; 2d8+5 radiant damage, and the target is marked until the end of Surrayana’s next turn. Allies in the area gain 10 temporary hit points.",damage:"2d8+5 radiant damage",category:1},{id:"1f8ba663-3749-47c7-8684-0309503bfb60",name:"Radiant Eyes",action:{action:5,trigger:"when an enemy marked by surrayana makes an attack that doesn’t include her",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Radiant",condition:"",range:"Close burst 10",attack:{bonus:12,defence:3},description:"",details:"targets the triggering enemy; 1d8+3 radiant damage, and the target takes a -2 penalty to the attack’s damage roll.",damage:"1d8+3 radiant damage",category:5},{id:"6fa96b4f-4b0e-41c4-9d62-1640938ea701",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Surrayana can alter her physical form to appear as a Tiny or Medium feathered snake.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5a0af095-2bbc-40f4-98dd-1cd9838c79e6",name:"The Cinder Sisters",details:"",size:4,origin:1,type:1,keywords:"reptile; hydra",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +12; all-around vision",movement:"7, swim 7",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:19},intelligence:{score:8},wisdom:{score:10},charisma:{score:20},hp:552,initiative:11,ac:26,fortitude:27,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"9fb5df2e-7de6-4e0d-b166-a29fd35b142b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d8+6 damage, and ongoing 5 fire damage (save ends). If the Cinder Sisters hit a target that is already taking ongoing fire damage, that target’s ongoing fire damage increases by 5 up to a maximum of 15.",damage:"1d8+6 damage",category:1},{id:"98608357-68aa-4494-9752-c7479ecb2a15",name:"Volcanic Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"1d8+6 fire damage, and ongoing 5 poison damage (save ends). This attack does not provoke opportunity attacks.",damage:"1d8+6 fire damage",category:1},{id:"44716b8b-fb9f-4e0c-b00c-decb3ea3f531",name:"Cinder Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"The Cinder Sisters make four basic attacks, plus an additional attack for each head she has grown (see regenerating heads).",damage:"",category:1},{id:"059eac9d-cd97-4e15-a049-80fed6012e22",name:"Breath of Khyber",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"two blasts in different areas; 2d8+4 fire damage and 2d8 + 4 necrotic damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d8+4 fire damage and 2d8 + 4 necrotic damage",category:1},{id:"2cdb1a94-b8fc-40ce-9f51-451337efbaa1",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the Cinder Sisters would become dazed or stunned, they instead lose one attack while using cinder fury during their next turn. They can be dazed or stunned multiple times.",damage:"",category:0},{id:"07f51445-dc69-48f9-bb03-df9d4f10a5e2",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the Cinder Sisters first reaches 414, 276, and 138 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional attack with cinder fury.",damage:"When the Cinder Sisters first reaches 414",category:0},{id:"a6b18968-0d93-4051-83db-097ea2af142b",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Cinder Sisters can make opportunity attacks against all enemies within reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90b0ce85-bc3d-4382-a166-36eacf047545",name:"The White Raven",details:"",size:0,origin:5,type:0,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"; low-light vision",movement:"2, fly 6 (hover); see also dependant action",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:5},constitution:{score:5},dexterity:{score:5},intelligence:{score:5},wisdom:{score:5},charisma:{score:5},hp:1,initiative:0,ac:25,fortitude:22,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"ac80b02d-039f-4e75-ab93-36c0ecca1c0d",name:"Dependant Action",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"For the White Raven to take any action, Dedrick must spend the relevant action. It cannot attack, and it uses Dedrick’s modifiers when relevant.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"attacks and damage while in Dedrick Beynar’s space and while Dedrick has 1 or more hit points",tactics:""},{id:"dc4fff06-574e-4fc5-9230-c5bcb5e36f2b",name:"Vaedin",details:"",size:2,origin:4,type:2,keywords:"elf",level:9,role:{type:4,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6, climb 3 see also wild step",alignment:"Evil",languages:"Common, Dwarven, Elven",skills:"Acrobatics +13, Stealth +13",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:18},intelligence:{score:14},wisdom:{score:14},charisma:{score:20},hp:144,initiative:12,ac:23,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"6867511f-7cab-47a2-97d3-5a15fd19ecf4",name:"Mind Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d6+5 force damage.",damage:"2d6+5 force damage",category:1},{id:"90c572c1-ced0-4285-b1c7-93fdd3b8e92a",name:"Mind Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:2},description:"",details:"2d6+5 force damage.",damage:"2d6+5 force damage",category:1},{id:"06b9b494-9872-44ac-b736-24d0f1175ea8",name:"Quick Slices",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"Vaedin makes two basic attacks.",damage:"",category:1},{id:"bf2d6d74-9fde-42e9-9bd3-cc29afd2aff4",name:"Mind Stab",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"When Vaedin hits a target from which he is hidden or invisible, that target takes ongoing 15 psychic damage (save ends).",damage:"that target takes ongoing 15 psychic damage (save ends)",category:0},{id:"9cc04dda-9a4e-4216-80d2-666942724f56",name:"Mind Slip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaedin becomes invisible to two targets until the end of his next turn. He becomes insubstantial to and gains concealment against all other enemies until the end of his next turn.",damage:"",category:1},{id:"c0512485-5352-4cd7-82a6-2764f994ee20",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaedin can reroll an attack roll. He must use the second roll, even if it’s lower.",damage:"",category:4},{id:"8474a58c-521c-4122-9417-9ec27718c45a",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaedin ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2eec8c0-a1b4-444a-a675-8ef87983ccc9",name:"Adult Battle Dragon",details:"",size:3,origin:3,type:1,keywords:"dragon",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +10; darkvision",movement:"7, fly 6 (hover), overland flight 14",alignment:"Any",languages:"Draconic, Supernal",skills:"Intimidate +20",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:12},wisdom:{score:16},charisma:{score:26},hp:284,initiative:14,ac:32,fortitude:28,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"38c0503d-a8ae-4deb-9e16-ca94fac8c718",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+9 damage, and the target takes ongoing 5 radiant damage (save ends). Allies gain a +2 bonus to attack rolls against the target until the end of the battle dragon’s next turn. Aftereffect: The target is weakened until the end of the battle dragon’s next turn.",damage:"1d8+9 damage",category:1},{id:"39a46b39-1aa6-4478-a429-93d8827d80b9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"14f66d4d-ac47-4fb5-8d90-9a7fc4d1951d",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"33cc71ee-8ee2-47b3-aa65-02bf47107640",name:"Battle Fury",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The battle dragon makes a bite attack against an enemy within reach.",damage:"",category:5},{id:"987b10b2-b36c-4c3d-a03d-a40f7fbca8aa",name:"Battle Cry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies within the burst gain 10 temporary hit points.",damage:"allies within the burst gain 10 temporary hit points",category:1},{id:"75128007-6e4d-4e60-9116-10954c78d13a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"4d6+7 radiant damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"4d6+7 radiant damage",category:1},{id:"908b1b12-0f25-4ab1-8c62-3f8f7ce8b440",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63373726-3446-475d-803a-6bacaed885a2",name:"Adult Blight Dragon",details:"",size:3,origin:5,type:1,keywords:"dragon",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 5 (hover)",alignment:"Evil",languages:"Draconic",skills:"Endurance +17, Stealth +15",equipment:"",category:"",strength:{score:19},constitution:{score:23},dexterity:{score:19},intelligence:{score:17},wisdom:{score:21},charisma:{score:14},hp:254,initiative:10,ac:28,fortitude:28,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"39ebf6e9-8a70-4f5b-a9f5-9701c5e41571",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target takes ongoing 5 necrotic damage.",damage:"2d10+4 damage",category:1},{id:"3d78c711-e2ba-4be8-b7c7-298b5641382b",name:"Life Leech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"2d6+5 necrotic damage, and the blight dragon regains a number of hit points equal to the amount of damage dealt.",damage:"2d6+5 necrotic damage",category:1},{id:"839786b9-e9d0-4730-891f-2c11d356b476",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 8",attack:{bonus:16,defence:1},description:"",details:"1d10+7 fire damage, and the target takes ongoing 10 necrotic damage (save ends). Aftereffect: The target takes a -2 penalty to attack rolls until the end of the dragon’s next turn.",damage:"1d10+7 fire damage",category:1},{id:"edb7df3d-377a-49be-a3de-b044ec87e16a",name:"Dust Storm",action:{action:3,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"1d8+5 damage, and the target is dazed (save ends). The blight dragon has concealment against any creature that is dazed by this effect.",damage:"1d8+5 damage",category:5},{id:"b6a86e69-e280-4f19-9fdf-094c985522b6",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"667e8f7d-61b2-44d1-8cb5-662e8273fd2f",name:"Adult Brown Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:10,role:{type:4,flag:2,leader:!1},senses:"Perception +9; darkvision, tremorsense 10",movement:"8, burrow 6, fly 7, overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +13, Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:15},intelligence:{score:15},wisdom:{score:17},charisma:{score:13},hp:420,initiative:11,ac:28,fortitude:28,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"31fb34c4-8863-4247-a8a2-d7005f2d9e42",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a2dbd86c-7507-4fd8-9b36-105929b18388",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"6fbf4002-d4a1-4e85-9898-838c194ab934",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"2e728dc7-5acf-4701-a14a-b4888281aaa1",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"targets the triggering enemy; 1d8+2 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d8+2 damage",category:5},{id:"d57096cf-a86e-4ef8-85ad-4c93edaa6782",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 10",attack:{bonus:13,defence:1},description:"",details:"3d8+3 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 5 damage. The area blocks line of sight for all creatures except the dragon.",damage:"3d8+3 damage",category:1},{id:"8ed653ee-f2a1-4586-ba2d-a17773f7b1f2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"7393b860-d843-43d4-b756-2e7e5eeabc66",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"296939cb-a2f1-428c-bb14-8aa83dae64dc",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 1d8 + 6 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 1d8 + 6 damage and is blinded (save ends)",category:2},{id:"55f88ddd-c35f-49e4-a6e2-1e355745d342",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 2d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 2d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8879abee-57b2-473e-9ece-99ef2c708dbe",name:"Adult Faerie Dragon Flitterwing",details:"",size:1,origin:2,type:1,keywords:"dragon",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"Draconic, Elven",skills:"Bluff +8, Stealth +10, Thievery +10",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:17},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:53,initiative:7,ac:18,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"b355bd7d-8ae2-49fc-8163-23dfc13581e8",name:"Tail Spike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"657ca15b-9286-45b3-837b-77802ac3865b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close blast 4",attack:{bonus:7,defence:2},description:"",details:"3d6+3 radiant damage, and the faerie dragon teleports 1 square for each enemy caught in the blast. Miss: Half damage, and the faerie dragon does not teleport.",damage:"3d6+3 radiant damage",category:1},{id:"373a5c48-6d38-4930-bd95-ca78644667c7",name:"Dazzling Departure",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, the faerie dragon dissolves in a burst of rainbow light.",damage:"",category:0},{id:"2e5b6ced-40cf-4999-9887-1e7fbf8578f5",name:"Flitter",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The faerie dragon moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The faerie dragon moves up to 4 squares",category:2},{id:"47f7b138-b7f7-4dc1-9425-00bb64144341",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The faerie dragon deals 1d6 extra damage on melee attacks against any target it has combat advantage against.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d03feed0-9364-4986-a18d-df4e53bd275a",name:"Adult Faerie Dragon Windgleam",details:"",size:2,origin:2,type:1,keywords:"dragon",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5, fly 8 (hover)",alignment:"Unaligned",languages:"Draconic, Elven",skills:"Bluff +9, Stealth +10, Thievery +10",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:43,initiative:9,ac:18,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"47306b9d-1396-4812-b5b9-5e189f8217f0",name:"Tail Spike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"a62ba3b1-6bb8-46bd-aa4a-09ecdbcdf5a8",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Radiant, Teleportation",condition:"",range:"Close blast 4",attack:{bonus:8,defence:2},description:"",details:"2d6+2 radiant damage, and the faerie dragon becomes invisible if two or more enemies are caught in the blast. Miss: Half damage, and the faerie dragon does not become invisible.",damage:"2d6+2 radiant damage",category:1},{id:"58e24fe4-a9b5-4e76-82e8-0c25cd5f6f24",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The faerie dragon becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3421868-6e32-418e-94f0-ad59415b6c6e",name:"Adult Frostforged Wyrm",details:"",size:3,origin:1,type:1,keywords:"dragon",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7, fly 5",alignment:"Evil",languages:"Abyssal, Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:13},intelligence:{score:9},wisdom:{score:18},charisma:{score:16},hp:143,initiative:6,ac:23,fortitude:24,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"b6775156-3fdc-449b-9ba1-58faa1206471",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+6 damage plus 1d10 cold damage.",damage:"1d8+6 damage plus 1d10 cold damage",category:1},{id:"a25da8a8-c6c2-4d98-ac87-e465a49b9713",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"4d8+6 cold damage, and the target is slowed and takes a -2 penalty to attack tolls (save ends both).",damage:"4d8+6 cold damage",category:1},{id:"1c40c95d-07b4-47ee-b449-07ae7d16cb71",name:"Pain Frenzy",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"4d10+6 damage, and the target is knocked prone.",damage:"4d10+6 damage",category:5},{id:"23a62ebe-f78c-4a38-8677-64e6786732aa",name:"Spikes of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"see text",range:"",attack:null,description:"",details:"An adjacent demon can spend a minor action to spur on a frostforged wyrm. The frostforged wyrm takes 1d10 damage and takes a standard action.",damage:"the frostforged wyrm takes 1d10 damage and takes a standard action",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"charm (a frostforged wyrm that is hit by a charm effect attacks the nearest demon on its next turn)",immune:"",tactics:""},{id:"60ed35bb-b22b-4e72-bae9-31de59d03e01",name:"Adult Gray Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:12,role:{type:7,flag:2,leader:!1},senses:"Perception +15; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +14, Intimidate +13",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:16},wisdom:{score:18},charisma:{score:15},hp:615,initiative:11,ac:29,fortitude:27,reflex:26,will:26,regeneration:null,auras:[{id:"815b432d-f51d-4755-8272-b82df25d3a22",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"997f62e6-612f-44aa-9df7-5b166455aec9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"2d8+6 damage",category:1},{id:"78485e1d-f23a-4381-b933-70afe1abe50e",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d8+6 damage",category:1},{id:"d90cc6ea-130d-4ba3-88c0-e0603c40efcf",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"e4244fa1-62c9-4621-8b19-c465b44d70a7",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"817efd34-ea0d-4833-8502-db192b72e874",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d10+4 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"2d10+4 acid damage",category:1},{id:"f8ed5bc3-fb7c-4f36-ad20-69276a8ad114",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"0a5575f5-8132-4ea1-9fd5-fff0b2d9632e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6193fdc-8898-4c0a-af69-f360dcd5bece",name:"Adult Mirage Dragon",details:"",size:3,origin:2,type:1,keywords:"dragon",level:15,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"9, climb 6 (spider climb), fly 8 (hover), teleport 6",alignment:"Unaligned",languages:"Draconic, Elven",skills:"Bluff +19, Diplomacy +19, Insight +16, Stealth +18",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:23},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:745,initiative:13,ac:31,fortitude:28,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"eed9e30d-89d8-428e-9f3e-0ec5e996e8c1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Sleep",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target takes ongoing 5 poison damage (save ends). First Failed Saving Throw: The target falls unconscious (save ends).",damage:"2d10+6 damage",category:1},{id:"35692e22-992d-4287-8229-8de713c04cf3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"1cf67bbd-452d-44b8-9fc5-0d982197575a",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"a2bbe128-d195-4159-89dd-2f7541787f47",name:"Phantom Harrier",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Illusion",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"the target takes a -2 penalty to attack rolls until the end of the mirage dragon’s next turn.",damage:"the target takes a -2 penalty to attack rolls until the end of the mirage dragon’s next turn",category:3},{id:"693a3a29-dd5f-4039-bbf8-ed8e245ede51",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Close blast 6",attack:{bonus:20,defence:3},description:"",details:"1d12+9 psychic damage, and on its turn the target must either move twice its speed away from the dragon or attack its nearest ally (save ends). Aftereffect: The target is weakened (save ends).",damage:"1d12+9 psychic damage",category:1},{id:"7a36e00c-a52d-42df-ab56-e914869452d3",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"02ccc35b-172e-422b-b7e1-c3acd013bd1f",name:"Mirage",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Illusion, Psychic, Zone",condition:"",range:"Area burst 6 within 10",attack:{bonus:18,defence:3},description:"",details:"2d6+9 psychic damage, and the target is slowed (save ends). The burst creates a zone that counts as difficult terrain for all creatures except the dragon. A creature that enters or starts its turn in the zone takes 10 psychic damage.",damage:"2d6+9 psychic damage",category:1},{id:"32f607a4-d088-42a9-9133-a2f392b8256c",name:"Recover Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon recharges its breath weapon.",damage:"",category:1},{id:"3632c9e2-c719-4d4e-8aa6-b37d72289467",name:"Elusive Foe",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mirage dragon teleports 6 squares.",damage:"The mirage dragon teleports 6 squares",category:5}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2a49f74-540a-45c2-8eb2-edac0a1082eb",name:"Adult Pact Dragon",details:"",size:3,origin:3,type:1,keywords:"dragon, mount",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"7, fly 10 (hover), overland flight 14",alignment:"Evil",languages:"Deep Speech, Draconic, telepathy 20",skills:"Endurance +17, Insight +15",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:15},wisdom:{score:18},charisma:{score:16},hp:134,initiative:13,ac:27,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"f61cd4db-245f-4159-96b0-11e34161cbbb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"2ed0e528-0fd7-4026-aeee-fd81171ec800",name:"Aggressive Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 13th level or higher",range:"",attack:{bonus:16,defence:0},description:"",details:"When it charges, the pact dragon makes a bite attack in addition to its rider’s charge attack.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4b2b54b1-cad5-490e-9a37-8d2c72561477",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"2d12+12 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d12+12 fire damage",category:1},{id:"ac35ba2d-5583-430a-b829-2ade6dff11d5",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"27651997-da2a-4b2d-a8d3-31bb8a2879fc",name:"Astral Jaunt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Mount",condition:"",range:"",attack:null,description:"",details:"The pact dragon disappears into the Astral Sea, teleporting 10 squares. Its rider teleports with it.",damage:"teleporting 10 squares",category:3},{id:"5439618e-99b1-4a42-a9a4-434f3d8b8e03",name:"Pledged Rider",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 13th level or higher",range:"",attack:null,description:"",details:"Any damage dealt to the pact dragon can be redirected to the rider, and vice versa.",damage:"any damage dealt to the pact dragon can be redirected to the rider",category:1},{id:"6a306787-23ce-4dd0-a850-dde6a61a96f1",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the pact dragon ends its move at least 4 squares away from its starting point, it deals 2d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba6c4aed-ad1c-48f3-8616-5fccfb0b7d66",name:"Adult Purple Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"7, fly 7 (hover), overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +18, Diplomacy +18, Dungeoneering +15, Insight +15, Intimidate +18",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:24},hp:640,initiative:10,ac:31,fortitude:28,reflex:29,will:32,regeneration:null,auras:[],powers:[{id:"23d9d33c-1723-437a-b00e-30f13684f668",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target takes ongoing 10 psychic damage (save ends).",damage:"1d10+3 damage",category:1},{id:"9f3d618d-026b-4c0a-9115-bfc2a1057cec",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"c59218ff-a616-45fe-bee4-640643602213",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"651f736e-edde-4021-b8eb-ba38bdc7200c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:17,defence:1},description:"",details:"2d8+7 psychic damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 3 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"2d8+7 psychic damage",category:1},{id:"cffc26e2-71e7-4df0-ae80-2f7a6e4c7e48",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"f2ac5e5c-7470-4b30-9670-af6a0d6de4ac",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated until the end of the dragon’s next turn. The purple dragon can use dominating gaze on only one creature at a time.",damage:"",category:3},{id:"544cb646-36d5-4330-bab7-9534cb64baba",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"81e259b5-2037-4347-a7a1-1c789169fc09",name:"Dark Phase",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon gains the phasing quality until the end of its turn.",damage:"",category:3},{id:"49ade88a-3ec7-42b2-9bcd-e8c7c4668fc4",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An adult purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 160 damage.",damage:"it also takes 160 damage",category:0}],damageModifiers:[{type:8,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"40ddcfeb-5d7d-4d05-9716-f0c81fc83269",name:"Adult Wretch Dragon",details:"",size:3,origin:2,type:1,keywords:"dragon",level:17,role:{type:2,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8, climb 8 (spider climb), fly 6 (hover)",alignment:"Evil",languages:"Draconic, Elven",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:23},intelligence:{score:20},wisdom:{score:27},charisma:{score:14},hp:400,initiative:14,ac:30,fortitude:29,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"2149c102-f74e-43b0-896c-969fc5706433",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+5 damage, plus ongoing 10 necrotic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"2b319c63-9398-4a79-a5dd-aae8df66a29d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"1a44a159-1b83-4f59-828f-c15864497048",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"0d455123-5ccd-4a08-9fe2-6e3d2770f07f",name:"Wretched Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"1d8+2 psychic damage, and the target is pulled 2 squares.",damage:"1d8+2 psychic damage",category:3},{id:"ff97748e-74d2-4b0c-a1b7-b97b2383676e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"3d10+4 psychic damage, and the target teleports 5 squares to an unoccupied space on solid ground of the dragon’s choosing. Miss: Half damage, and the target does not teleport.",damage:"3d10+4 psychic damage",category:1},{id:"f384a7f0-17b6-4426-8348-715d52adefee",name:"Burst of Filth",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:1},description:"",details:"2d10+7 necrotic damage, and the target is dazed and takes ongoing 10 psychic damage (save ends both).",damage:"2d10+7 necrotic damage",category:5}],damageModifiers:[{type:6,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a61362c-3480-466f-8ebf-93c4d15356df",name:"Ambush Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6, fly 4 (clumsy)",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:3},wisdom:{score:11},charisma:{score:6},hp:71,initiative:7,ac:20,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"d6470965-ac4a-4a89-8bd3-c5fba16b826e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a720bab5-e6c3-44d8-8376-201f6d2fcb87",name:"Shifting Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage. The ambush drake can shift 1 square before or after the attack.",damage:"2d6+3 damage",category:1},{id:"3be9fe13-ff4c-4cc8-b0bc-e20cebcf4502",name:"Ravenous",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ambush drake shifts 2 squares toward a bloodied enemy.",damage:"The ambush drake shifts 2 squares toward a bloodied enemy",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"53cab829-a6f0-4ea6-bbd2-dc1c7658e9b5",name:"Ambush Drake Packleader",details:"",size:3,origin:4,type:1,keywords:"reptile",level:8,role:{type:2,flag:0,leader:!0},senses:"Perception +5",movement:"8, fly 4 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Stealth +11",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:14},intelligence:{score:4},wisdom:{score:13},charisma:{score:8},hp:107,initiative:6,ac:20,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"ebf8f992-231a-4ccc-858e-f24001a79b68",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+4 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"2d6+4 damage",category:1},{id:"9530ec4e-2691-42b0-a5bb-c3b9ec2e050f",name:"Vicious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The ambush drake makes two bite attacks against the same target, each with a -2 penalty to the attack roll.; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"e7b464a4-9345-4441-8d6a-c5cc181dfe0d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:9,defence:1},description:"",details:"2d8+3 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"2d8+3 poison damage",category:1},{id:"0613c2ae-0c34-432b-aba2-98b8b08a1d79",name:"Scent of Prey",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that is taking ongoing poison damage from the packleader’s attacks is treated as bloodied by ambush drakes.",damage:"a creature that is taking ongoing poison damage from the packleader’s attacks is treated as bloodied by ambush drakes",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5184be06-1e2f-427c-91dc-c918ff5305b8",name:"Ancient Brown Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:25,role:{type:4,flag:2,leader:!1},senses:"Perception +19; darkvision, tremorsense 20",movement:"12, burrow 10, fly 8 (hover), overland flight 16",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +24, Stealth +23",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:22},intelligence:{score:20},wisdom:{score:24},charisma:{score:20},hp:1160,initiative:22,ac:43,fortitude:43,reflex:39,will:41,regeneration:null,auras:[],powers:[{id:"1bc17461-1915-4668-ab5a-adc872649816",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d10+9 damage.",damage:"2d10+9 damage",category:1},{id:"64a0df04-013f-4cf9-a353-2496408123b0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"4b3377cf-7bc6-42ed-9749-62ffa31a0a32",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"eca15fb2-8db2-4c12-97ad-bec8ed17869b",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"targets the triggering enemy; 1d10+7 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d10+7 damage",category:5},{id:"1defa355-30db-4d58-a8dc-cd280172320f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 10",attack:{bonus:28,defence:1},description:"",details:"4d10+7 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 10 damage. The area blocks line of sight for all creatures except the dragon.",damage:"4d10+7 damage",category:1},{id:"3af570d6-b907-48d6-934c-b1775fae190c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"4bb675b5-2410-459a-b00c-b04e3e086e65",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"2f9c1353-0f41-4ad6-b282-1da5463dd148",name:"Quicksand Vortex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"the target slides 3 squares and is slowed until the end of the dragon’s next turn.",damage:"the target slides 3 squares and is slowed until the end of the dragon’s next turn",category:3},{id:"aa0042dd-514b-4756-b1ca-31783420d271",name:"Sandstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"3d8+7 damage, and the target slides 5 squares. This power creates an area of swirling sand that remains in place until the end of the dragon’s next turn. The area blocks line of sight for all creatures except the dragon.",damage:"3d8+7 damage",category:1},{id:"2252f5f4-5f94-4c5d-bfca-635115f95b48",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 3d6 + 7 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 3d6 + 7 damage and is blinded (save ends)",category:2},{id:"f2a7147d-a036-4f77-b64f-d3c66a31b45e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 4d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 4d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d3ddd60-cc3e-44e5-a306-f931c92e8e42",name:"Ancient Gray Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:7,flag:2,leader:!1},senses:"Perception +27; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +24, Intimidate +23",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:23},intelligence:{score:22},wisdom:{score:24},charisma:{score:21},hp:1245,initiative:21,ac:45,fortitude:43,reflex:42,will:42,regeneration:null,auras:[{id:"c7f4962d-bc79-4bc1-b4f3-8e6a2f91db8b",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"02b30e4e-0ddf-4735-b291-2350ff138e3e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d10+9 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"2d10+9 damage",category:1},{id:"be16a425-f8f9-4e3e-91ce-7d4bf17eef44",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 1d10+9 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d10+9 damage",category:1},{id:"c1ac7df7-9d69-4d0a-9c6b-88d17fb409bf",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"babaf0c0-3aa5-4138-9739-850ff9039ade",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"b7fc8d87-361f-4959-8a28-3e045f1069f2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:null,description:"",details:"3d10+7 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"3d10+7 acid damage",category:1},{id:"39a40196-4b75-4a21-b223-6f0e5dfc6515",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"b6c557ed-3f72-4d3f-90b7-49492b283763",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:32,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f0a01cb2-0bcd-4731-8169-bdb16c32ab4d",name:"Stone’s Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"targets immobilized enemies; the target is petrified (save ends). Aftereffect: The target is immobilized (save ends). A creature that fails a saving throw against this immobilized condition becomes petrified again as if hit by the stone’s embrace power, including this aftereffect.",damage:"",category:1},{id:"896c47df-36c0-4de9-aebf-e9d536d3db77",name:"Infectious Petrification",action:{action:4,trigger:"when a creature within 20 squares fails a saving throw against being petrified",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 5 within 20, centered on the triggering creature",attack:{bonus:32,defence:1},description:"",details:"the target is petrified (save ends). The gray dragon is immune to this attack, and using this power does not provoke opportunity attacks. Aftereffect: The target is immobilized (save ends). A creature that fails a saving throw against this immobilized condition becomes petrified again as if hit by the infectious petrification power, including this aftereffect.",damage:"",category:5}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7206da09-de7e-4eab-9a75-e6222dd7d0fe",name:"Ancient Purple Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"11, fly 10 (hover), overland flight 18 phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +29, Diplomacy +29, Dungeoneering +26, Insight +26, Intimidate +29",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:26},intelligence:{score:25},wisdom:{score:25},charisma:{score:31},hp:1275,initiative:22,ac:46,fortitude:43,reflex:44,will:46,regeneration:null,auras:[],powers:[{id:"cbd31fd9-9173-446a-b704-bd6d81adeb25",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+6 damage, and the target takes ongoing 15 psychic damage (save ends).",damage:"2d8+6 damage",category:1},{id:"d90aca50-ac4a-4965-af63-27e54143f202",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"db6cae29-36cc-450a-9364-9097516fff0e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"b8239c38-72f7-4f97-a438-396037617e1e",name:"Phasing Strike",action:{action:4,trigger:"when an enemy ends its turn within 4 squares of the dragon",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:32,defence:3},description:"",details:"The dragon attacks the triggering enemy; reach 4; 3d6+6 psychic damage, and the target is pushed 5 squares. The target gains the phasing quality during this forced movement.",damage:"3d6+6 psychic damage",category:5},{id:"7538e256-fcec-4bcc-881a-d1970b279977",name:"Nightmare Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze, Psychic",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"targets a stunned or dazed creature; 2d6+7 the target is dominated (save ends). A creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect).",damage:"a creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect)",category:3},{id:"4297a4ca-d5a5-4bc9-8d0c-44dbf57b20db",name:"Nightmare Prison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"targets a stunned or dazed creature; the target disappears into a nightmare prison created by the dragon’s mind. The target is dazed until the end of the turn on which it leaves the prison. At the end of each turn within the prison, the target takes 20 psychic damage.",damage:"the target takes 20 psychic damage",category:1},{id:"2691a1fc-5486-4ed6-930c-cb625e5ac531",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:32,defence:1},description:"",details:"4d8+7 psychic damage, and the target takes ongoing 10 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 5 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"4d8+7 psychic damage",category:1},{id:"c86e237f-61fa-45f1-b169-569f0a86125a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"a2c4b755-63c8-41c7-b9da-f2581dc59e06",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:32,defence:3},description:"",details:"targets enemies; 4d8+7 the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"4d8+7 the target is stunned until the end of the dragon’s next turn",category:1},{id:"8d18112b-0e7e-4996-a2f0-3cdf85bb1c7f",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 318 damage.",damage:"it also takes 318 damage",category:0}],damageModifiers:[{type:8,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7832832b-8f62-4cae-b4d2-dfb5d883d43c",name:"Azer Beastmaster",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:7,flag:0,leader:!0},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"battleaxe; chainmail; light shield",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:11},wisdom:{score:18},charisma:{score:16},hp:167,initiative:13,ac:32,fortitude:31,reflex:28,will:29,regeneration:null,auras:[{id:"93c29222-a704-4529-b7f4-31d662fa7527",name:"Warding Flame",keywords:"",details:"(Fire) Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage."}],powers:[{id:"25b763f1-7172-4ebe-a006-93be23d1fd8d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+5 damage plus 1d8 fire damage, and the target is marked until the end of the azer beastmaster’s next turn.",damage:"1d10+5 damage plus 1d8 fire damage",category:1},{id:"a523a5b5-9ebf-4279-a661-8149bf6adfcc",name:"On My Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each allied elemental beast within 5 squares of the azer beastmaster makes a basic attack as a free action, provided the elemental beast is flanking an enemy and can both see and hear the azer beastmaster.",damage:"Each allied elemental beast within 5 squares of the azer beastmaster makes a basic attack as a free action",category:1},{id:"55209ad4-8bc4-4071-8e10-1ac5cbc11932",name:"Induce Hellburst",action:{action:4,trigger:"when the azer beastmaster is bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All the allied firebred hellhounds within 5 squares of the azer beastmaster use their fiery burst power, even if it is currently uncharged.",damage:"All the allied firebred hellhounds within 5 squares of the azer beastmaster use their fiery burst power",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9afb8af-8fbb-4fa3-8bfc-074880ee0175",name:"Black Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"aquatic, dragon",level:2,role:{type:4,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 6 (clumsy), overland flight 8, swim 6",alignment:"Evil",languages:"Draconic",skills:"Nature +7, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:10},hp:68,initiative:10,ac:18,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"fbe2c9c1-a573-4a68-bc95-dfd9af9932cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage, and the target takes ongoing 5 acid damage (save ends).",damage:"1d6+3 damage",category:1},{id:"5b4d4424-57ef-43cc-af96-dc35f07a4e39",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"cfb0fe37-da00-452a-8739-5f58c7d9dfcb",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"b2086c0f-1eb7-4177-93af-be8f34978de0",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The wyrmling uses its tail to attack the triggering enemy: reach 2; 1d6+4 damage, and the target is pushed 1 square.",damage:"1d6+4 damage",category:5},{id:"32843f4b-b4ad-4989-88fc-04c4698d1561",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:6,defence:2},description:"",details:"1d12+3 acid damage, and the target takes ongoing 5 acid damage and a -4 penalty to AC (save ends both).",damage:"1d12+3 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10ae692b-8426-4de3-92e6-b367f7bbfd13",name:"Blade of the Pharoh",details:"",size:3,origin:4,type:0,keywords:"construct",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +20; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:23},intelligence:{score:3},wisdom:{score:23},charisma:{score:3},hp:1,initiative:20,ac:42,fortitude:41,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"8f98cee5-77c6-4d3e-b7ef-85dfb5bb687a",name:"Bronze Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 11 damage.",damage:"11 damage",category:1},{id:"0ecb8de4-33fa-4b71-9475-1256977dc122",name:"Breath of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"6 fire damage. Special: If a target takes breath of sand damage from multiple blades in the same round, this attack has additional effects. These effects are cumulative, and each requires a separate save.",damage:"6 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"7d54cec5-833a-4d11-8903-961b4a697ddc",name:"Bloodwind",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:23,role:{type:4,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 12",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +22, Stealth +21",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:21},intelligence:{score:21},wisdom:{score:22},charisma:{score:18},hp:800,initiative:20,ac:41,fortitude:39,reflex:38,will:38,regeneration:{value:20,details:"regeneration does not function while the bloodwind is exposed to sunlight"},auras:[],powers:[{id:"b3aa4c59-292f-437e-b48e-ecb16a37a189",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"e84752b1-d7f5-4cf6-92d0-2320b6f40e1c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"475a9752-7f52-43f2-a696-5875d490e231",name:"Hunger Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodwind makes a bite attack and two claw attacks. The claw attacks must target two different enemies.",damage:"",category:1},{id:"58ff1bac-78c1-40eb-a516-8afd91b0b9ae",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"The bloodwind targets up to three creatures; the first target must be within 10 squares of the bloodwind, the second target within 10 squares of the first, and the third target within 10 squares of the second; 4d8+7 necrotic damage, and the target is weakened (save ends). Miss: Half damage, and the target is not weakened. This attack does not provoke opportunity attacks.",damage:"4d8+7 necrotic damage",category:1},{id:"02f895e4-14a8-44bb-9194-239027c4e457",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The bloodwind’s breath weapon recharges, and the bloodwind uses it immediately.",damage:"",category:5},{id:"a98bca5a-67a2-4927-bdfc-d163a5831278",name:"Repelling Gaze",action:{action:4,trigger:"when an enemy attacks the bloodwind",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm",condition:"",range:"ranged 10",attack:{bonus:26,defence:3},description:"",details:"The bloodwind fixes the triggering enemy with its gaze; the target is dazed and is pushed 2 squares at the start of its turn (save ends both). This attack does not provoke opportunity attacks.",damage:"the target is dazed and is pushed 2 squares at the start of its turn (save ends both)",category:5},{id:"aa984c41-160d-4981-bb7a-6b955d5d7463",name:"Breath Leap",action:{action:7,trigger:"when the bloodwind uses its breath weapon",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bloodwind can teleport to any unoccupied space adjacent to one of the targets of its breath weapon, whether or not the attack hits.",damage:"",category:5},{id:"b1e30713-778e-455c-a4ee-4ea1607a9e96",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the bloodwind’s bite attack hits a target it has combat advantage against, the target also takes ongoing 20 damage and is weakened (save ends both).",damage:"the target also takes ongoing 20 damage and is weakened (save ends both)",category:0},{id:"06f991e8-f259-4209-9d95-23cdc937aa18",name:"Shadowy Discorporation",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The bloodwind teleports 10 squares and becomes invisible until the end of its next turn.",damage:"The bloodwind teleports 10 squares and becomes invisible until the end of its next turn",category:2},{id:"283bbb41-8239-40a5-9c9c-6a59dd2e9946",name:"Scent of Blood",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodwind automatically gains combat advantage against bloodied living creatures.",damage:"",category:0}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d291894b-03e0-44d7-8cf6-b4199e46f225",name:"Blue Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:0,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"7, fly 7 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +12, Insight +9, Nature +9",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:96,initiative:4,ac:18,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"05e03f7f-be6b-4bfe-a585-34445ac13bdb",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+5 lightning damage.",damage:"2d6+5 lightning damage",category:1},{id:"1f9af797-3cb9-4bba-b28d-43484651f6f4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"66e1acd5-e1d9-479b-975c-0e9a51c4727a",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes a gore attack and two claw attacks.",damage:"",category:1},{id:"3e3649b7-f8d1-4e6a-bbb6-68979b79a559",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"The wyrmling targets up to three creatures; the first target must be within 10 squares of the wyrmling, the second target within 5 squares of the first, and the third target within 5 squares of the second; 2d6+4 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d6+4 lightning damage",category:1},{id:"60acc937-8aff-47c1-be8b-4e305bdf2405",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:8,defence:2},description:"",details:"2d6+4 lightning damage. Miss: Half damage.",damage:"2d6+4 lightning damage",category:1}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7435ce45-149a-49c8-ab36-a33778784ccd",name:"Bluespawn Stormlizard",details:"",size:3,origin:4,type:1,keywords:"reptile",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:18},intelligence:{score:2},wisdom:{score:19},charisma:{score:6},hp:117,initiative:8,ac:21,fortitude:21,reflex:19,will:20,regeneration:null,auras:[{id:"74aa2cdf-c337-4b2f-9a76-0c5a200cc310",name:"Lightning Within",keywords:"",details:"aura 5; any ally within the aura gains resist 5 lightning."}],powers:[{id:"6d9788a5-f246-4d22-83a7-1c0dff58f272",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"5ae7f978-e436-4bb1-871d-7076844645b4",name:"Lightning Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The bluespawn stormlizard makes a charge attack; 3d10+5 lightning damage, and the target is knocked prone.",damage:"3d10+5 lightning damage",category:1},{id:"715f298c-9afb-495a-8e57-c4a1e61430fe",name:"Counterbolt",action:{action:4,trigger:"when an enemy attacks an ally and this stormlizard is within 5 squares of at least one other bluespawn stormlizard",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"ranged 6",attack:{bonus:10,defence:2},description:"",details:"The bluespawn stormlizard launches a lightning arc against the triggering enemy; 2d8+3 lightning damage.",damage:"2d8+3 lightning damage",category:5}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b186a886-ec3e-4ecc-88eb-3033d8770fe7",name:"Bone Mongrel Dracolich",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:7},wisdom:{score:11},charisma:{score:12},hp:218,initiative:7,ac:22,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"d87adbad-9d58-4968-8bb6-6aa6095bf603",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d8+6 necrotic damage, and the target takes ongoing 5 damage.",damage:"2d8+6 necrotic damage",category:1},{id:"762c3034-bdd7-4d16-8aaf-e298c6c53e0f",name:"Flensing Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The dracolich makes a bite attack against each of two different targets.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"d29df185-e6fb-4ead-858b-490108910c6a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"The dracolich unleashes a blast of bone shards: close blast 5",attack:{bonus:9,defence:2},description:"",details:"2d10+10 necrotic damage, and the target takes ongoing 5 damage (save ends). First Failed Saving Throw: The ongoing damage increases to 10.",damage:"2d10+10 necrotic damage",category:1},{id:"be66f70d-bdfe-4eea-9d58-efbe43654ab6",name:"Horrid Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target is pushed 3 squares and dazed (save ends).",damage:"the target is pushed 3 squares and dazed (save ends)",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"6a536404-3453-4c32-b0eb-d61be5b89d7a",name:"Bonespitter",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"10, climb 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:27},intelligence:{score:3},wisdom:{score:15},charisma:{score:8},hp:125,initiative:16,ac:28,fortitude:25,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"25096de6-d7e6-44c0-95bb-9c824465322e",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 1d12+9 damage, and the target is pushed 2 squares.",damage:"1d12+9 damage",category:1},{id:"49244f07-502b-42f1-bf2e-81b3b16b50fa",name:"Bone Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:0},description:"",details:"2d6+6 damage, and the target is immobilized (save ends).",damage:"2d6+6 damage",category:1},{id:"56bf95fd-d7e7-40c6-9baf-347d09160cda",name:"Bone Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"Close blast 10",attack:{bonus:23,defence:0},description:"",details:"3d10+6 damage, and the target is immobilized (save ends). The bonespitter can teleport to any square within the blast’s area. Miss: Half damage, and the target is not immobilized.",damage:"3d10+6 damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f8baf611-e367-4749-b957-6eacd6a518ed",name:"Brown Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:2,role:{type:4,flag:1,leader:!1},senses:"Perception +3; darkvision, tremorsense 10",movement:"7, burrow 6, fly 4 (hover)",alignment:"Evil",languages:"Draconic",skills:"Endurance +8, Stealth +7",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:12},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:64,initiative:6,ac:19,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"8a9c4204-5068-43c8-ae33-a00496478e92",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"4a1a8b4f-5cb7-44b0-be44-70243d30fc83",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"a38bdcda-541e-48ed-a980-117742dc317d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"183b2787-24a6-4795-9196-13c5e76da03e",name:"Sand Spray",action:{action:4,trigger:"when an enemy targets the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"ranged 10",attack:{bonus:6,defence:2},description:"",details:"The wyrmling attacks the triggering enemy; 1d6+1 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d6+1 damage",category:5},{id:"aae137b7-16ee-47cd-ae61-32e5a19a7aea",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:6,defence:1},description:"",details:"2d8+2 damage, and the target is blinded (save ends).",damage:"2d8+2 damage",category:1},{id:"249a6bb2-c07b-45f6-992c-18dc552c1576",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The wyrmling transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 1d6 + 4 damage and is blinded (save ends). The wyrmling returns to its normal form after this move.",damage:"any creature whose space the dragon enters takes 1d6 + 4 damage and is blinded (save ends)",category:2},{id:"3671bb6c-9d8b-4472-8f3d-73d9a1d07f78",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling deals 1d6 extra damage against any target it has combat advantage against.",damage:"the wyrmling deals 1d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d25315ac-2ae5-439f-8495-2ff2b775895c",name:"Brownspawn Marauder",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6 (earth walk)",alignment:"Evil",languages:"Draconic",skills:"Nature +9",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:58,initiative:8,ac:18,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ab3da2c8-ced7-45d2-9814-28266f405991",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"208e3dfd-be21-402c-aaf9-5a7a5e9a1273",name:"Bleeding Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d8+4 damage",category:1},{id:"b1387507-7888-4945-8f0e-26c59d8cb40b",name:"Sirocco Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 6",attack:{bonus:7,defence:2},description:"",details:"1d6+4 damage, and the target is blinded (save ends).",damage:"1d6+4 damage",category:1},{id:"1ba995b3-6337-449e-b117-d149532c19b2",name:"Bloodied Sirocco Strike",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder’s sirocco strike recharges, and the creature uses it immediately.",damage:"",category:5},{id:"1063e0b8-a8eb-447d-8b03-0c6ed3378cd2",name:"Sand Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brownspawn marauder transforms into a cloud of sand and can move up to 8 squares. It gains the insubstantial quality during this move but must end in a legal space. It resumes its normal form at the end of this move.",damage:"The brownspawn marauder transforms into a cloud of sand and can move up to 8 squares",category:2}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"022f2d5f-fd8c-4c72-8de9-0d5b1ddff259",name:"Burning Vortex",details:"",size:3,origin:4,type:0,keywords:"construct, fire",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +18; tremorsense 5",movement:"8, fly 10 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:30},intelligence:{score:9},wisdom:{score:25},charisma:{score:12},hp:207,initiative:21,ac:36,fortitude:32,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"0119985e-836e-41b4-aeff-e4565a2eb052",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+8 fire damage, and the target slides 3 squares.",damage:"2d10+8 fire damage",category:1},{id:"64e4591b-8a4f-4331-8d05-b7f290c5f2a8",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 5",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 1d10+4 fire damage, and the target slides 3 squares.",damage:"1d10+4 fire damage",category:1},{id:"8da511cc-0ef2-4d74-9ed7-f37c539bd4d6",name:"Waves of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"targets enemies; 2d10+8 fire damage, and the target is knocked prone.",damage:"2d10+8 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"b5a93600-bbb4-4423-870b-551551b31eab",name:"Deathless Hunger",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:17,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:12},intelligence:{score:1},wisdom:{score:13},charisma:{score:6},hp:336,initiative:11,ac:34,fortitude:32,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"6f352fc3-3038-4daa-ba3a-e898454667f9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+8 damage, and a Medium or smaller target is grabbed (until escape). A deathless hunger cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8+8 damage",category:1},{id:"6e6f28ea-8524-43fa-9060-e1f380b439ee",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"If a deathless hunger begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature; 2d8+8 damage. Miss: Half damage.",damage:"2d8+8 damage",category:1},{id:"4ec560a5-f7c5-43f0-8b3f-cb0d21d84a8d",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"on a hit, the target is swallowed and restrained (no saving throw) and takes 10 damage plus 10 acid damage on subsequent rounds at the start of the deathless hunger’s turn. The swallowed creature can make melee basic attacks only, and only with one-handed or natural weapons. If the deathless hunger is destroyed, any creature trapped in its gullet can escape as a move action, ending that action in a square formerly occupied by the deathless hunger.",attack:{bonus:22,defence:1},description:"",details:"The deathless hunger attempts to swallow a bloodied Medium or smaller creature it is grabbing",damage:"",category:1},{id:"829259b6-1e7b-4af5-9e5e-beeff7525e79",name:"Blood Gout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when the deathless hunger swallows a creature"},keywords:"Acid",condition:"",range:"Area burst 2 within 10",attack:{bonus:22,defence:2},description:"",details:"2d6+7 acid damage, and the target is knocked prone and takes a -2 penalty to all defenses and ongoing 10 acid damage (save ends both).",damage:"2d6+7 acid damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"20 against critical hits, radiant (a deathless hunger that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"e715c149-1980-48a5-8026-dd91d7b8f320",name:"Dragonborn Annihilator",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:29,role:{type:7,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"History +24, Insight +28, Intimidate +32, Religion +27",equipment:"greatsword; plate armor",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:30},intelligence:{score:26},wisdom:{score:29},charisma:{score:32},hp:0,initiative:26,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[{id:"49ce60db-725e-41c7-bb4e-907f3ddae81e",name:"Tiamat’s Favor",keywords:"",details:"(Acid, Cold, Fire, Lightning, or Poison) aura 5; any enemy that starts its turn within the aura takes 20 damage of one of the following types: acid, cold, fire, lightning, or poison. The annihilator chooses which type at the start of its turn."}],powers:[{id:"3fae50e0-1e60-4217-9b6c-85db997a6edd",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"(+37 while bloodied)3d10+10 damage.",damage:"(+37 while bloodied)3d10+10 damage",category:1},{id:"81264268-57e7-442f-bbff-7e192119bd54",name:"Dragonborn Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Requires greatsword; the annihilator makes two greatsword attacks, each against a different target.; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"4212be65-7c5f-4f6b-8bc0-d57bcf860d37",name:"Punishing Strike",action:{action:4,trigger:"when an enemy attacks the annihilator with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Requires greatsword; the annihilator attacks the triggering enemy; (+37 while bloodied)3d10+10 damage, and the target is pushed 5 squares and knocked prone.",damage:"(+37 while bloodied)3d10+10 damage",category:5},{id:"bbb3d662-c8a0-473e-a5e0-7cd8719bf70b",name:"Conflagration Breath",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Close blast 5",attack:{bonus:32,defence:2},description:"",details:"(+33 while bloodied)4d10+9 fire damage, and the target takes ongoing 10 fire damage (save ends). The blast creates a zone that lasts until the end of the annihilator’s next turn (sustain minor). Any creature that enters or starts its turn in the zone takes 10 fire damage.",damage:"(+33 while bloodied)4d10+9 fire damage",category:1},{id:"a4480a7e-691c-40d4-bc10-abbebc2e6b9b",name:"Fury of the Dragon",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"Close burst 6",attack:{bonus:34,defence:2},description:"",details:"targets enemies; (+35 while bloodied)4d10+6 damage of one of the following types: acid, cold, fire, lightning, or poison.",damage:"(+35 while bloodied)4d10+6 damage of one of the following types",category:5},{id:"d3212c2d-6caf-494e-93d9-169570a735bd",name:"Sweeping Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:34,defence:2},description:"",details:"Requires greatsword; (+35 while bloodied)2d10+10 damage, and the target is knocked prone.",damage:"(+35 while bloodied)2d10+10 damage",category:1},{id:"f7450048-2263-4b39-9a11-3d187f21053e",name:"Chromatic Boon",action:{action:5,trigger:"when an enemy attacks the annihilator",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The annihilator gains resist 30 to one of the following damage types until the end of the encounter: acid, cold, fire, lightning, or poison.",damage:"the annihilator gains resist 30 to one of the following damage types until the end of the encounter",category:5},{id:"d4b64d43-6514-4ad2-a8ea-748e552a1397",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"6e4cdd00-7393-4762-a012-6bb0dc7b97af",name:"No Remorse",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The annihilator deals 2d10 extra damage with melee attacks against a prone target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b99ed0dd-2239-4181-997e-58fba6355c04",name:"Dragonborn Bloodreaver",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"History +11, Intimidate +12",equipment:"bastard sword; heavy shield; scale armor",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:14},intelligence:{score:13},wisdom:{score:17},charisma:{score:14},hp:168,initiative:12,ac:32,fortitude:30,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"7fcac045-5a0e-4173-bb38-b50b8179e7e2",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"(+23 while bloodied)2d10+5 damage.",damage:"(+23 while bloodied)2d10+5 damage",category:1},{id:"3cb67448-dd6f-4234-a2ac-eabbe903585e",name:"Vicious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires bastard sword; (+23 while bloodied)2d10+5 damage, and the target is pushed 1 square and takes ongoing 5 damage (save ends).",damage:"(+23 while bloodied)2d10+5 damage",category:1},{id:"cbc4c990-d999-4b03-92cc-09186015c9b1",name:"Bloodreaver Wrath",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"The dragonborn bloodreaver gains regeneration 10.",damage:"The dragonborn bloodreaver gains regeneration 10",category:0},{id:"a65fbe0a-24b2-499b-87ff-da7c5ac11d3f",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"46ba6cfe-5f8b-4eb0-8a2c-dfffa320c301",name:"Leap from the Kill",action:{action:7,trigger:"when the bloodreaver hits with a melee attack during its turn",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn bloodreaver shifts 3 squares.",damage:"The dragonborn bloodreaver shifts 3 squares",category:5},{id:"816f7260-7885-4ada-94f9-499e4d91eae2",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the dragonborn bloodreaver ends its move at least 4 squares away from its starting point, it deals 2d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"03fa4f57-ea5f-4d3f-a420-b8bc481e8d6b",name:"Dragonborn Fire Adept",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"Arcana +16, History +16, Intimidate +21",equipment:"hide armor",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:22},intelligence:{score:18},wisdom:{score:17},charisma:{score:24},hp:151,initiative:13,ac:28,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"6c76363b-f3e7-47e2-bfb9-a139b9430212",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)1d6+6 fire damage.",damage:"(+20 while bloodied)1d6+6 fire damage",category:1},{id:"d4ac46ae-f8aa-48d9-aeb2-b41fcd488a8f",name:"Immolate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:18,defence:1},description:"",details:"(+19 while bloodied)1d6+7 fire damage, and the target takes ongoing 5 fire damage and is slowed (save ends both).",damage:"(+19 while bloodied)1d6+7 fire damage",category:1},{id:"525342be-93ec-45f8-92b1-55074d614cc6",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"(+20 while bloodied)3d6+6 fire damage.",damage:"(+20 while bloodied)3d6+6 fire damage",category:3},{id:"14057fee-c579-45c2-b1e0-6fbedad48ae8",name:"Fiery Denial",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Fire",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Area wall 5 within 10; (-19 while bloodied)2d6+7 fire damage. Miss: Half damage. This power creates a wall of contiguous squares filled with arcane fire. The wall can be up to 4 squares high and lasts until the end of the fire adept’s next turn (sustain minor). Any creature that starts its turn adjacent to the wall takes 5 fire damage. If a creature moves into the wall’s space or starts its turn there, it takes 10 fire damage. Entering a square occupied by the wall costs 3 extra squares of movement. The wall blocks line of sight.",damage:"(-19 while bloodied)2d6+7 fire damage",category:1},{id:"82e5188d-983e-460b-ac47-97a0d4a0f0d1",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"ac2a19be-188c-4bb7-8c5f-1b0f409eea13",name:"Shroud of Flame",action:null,keywords:"Fire",condition:"",range:"Any creature that makes a melee attack against a fire adept takes 5 fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:2,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"38460988-7ffb-4e1a-a0f0-79903cbabb1c",name:"Dragonborn Sellsword",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"History +2, Intimidate +3",equipment:"battleaxe; leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:38,initiative:6,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"88ed8b5f-2365-48ae-9446-fc9e918f3be4",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"(+8 while bloodied)1d10+4 damage.",damage:"(+8 while bloodied)1d10+4 damage",category:1},{id:"9875b3f5-3ae7-466c-9cb9-4f857e880335",name:"Overwhelming Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires battleaxe; (+8 while bloodied)1d10+4 damage, and the target grants combat advantage to the dragonborn sellsword until the end of the sellsword’s next turn.",damage:"(+8 while bloodied)1d10+4 damage",category:1},{id:"217f2d45-5faf-4f44-908a-5217a30d8955",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:5,defence:2},description:"",details:"(+6 while bloodied)1d6+2 lightning damage.",damage:"(+6 while bloodied)1d6+2 lightning damage",category:3},{id:"234d9f96-4019-4ef7-a2a6-cedd8b9bc6c7",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"6a4ebc72-afd7-4c1b-817d-a427e9a46053",name:"Skirmish +1d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the dragonborn sellsword ends its move at least 4 squares away from its starting point, it deals 1d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0},{id:"e6dcce1d-4970-47e3-95af-713bcbe7526a",name:"Tactical Withdrawal",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn sellsword shifts 3 squares.",damage:"The dragonborn sellsword shifts 3 squares",category:5}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5a937828-2174-4cfa-9058-a104098cb387",name:"Dragonborn Warmaster",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +13",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +22, History +18, Insight +18, Intimidate +24",equipment:"falchion; plate armor",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:13},intelligence:{score:14},wisdom:{score:15},charisma:{score:22},hp:432,initiative:14,ac:41,fortitude:38,reflex:37,will:37,regeneration:null,auras:[{id:"e98e1703-5ed6-4b99-bf7a-6e328e0a6b86",name:"Battle Tide",keywords:"",details:"aura 6; any ally that starts its turn within the aura gains +2 speed until the start of its next turn."}],powers:[{id:"c663e57a-7ea2-482f-bfec-e5e1ed668938",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"(+31 while bloodied)4d4+9 damage (crit 4d4+25).",damage:"(+31 while bloodied)4d4+9 damage (crit 4d4+25)",category:1},{id:"a8dfb8f1-c57c-40c4-8f3a-35d0eba55ab0",name:"Single Out",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Requires falchion; (+31 while bloodied)4d4+9 damage, and allies of the warmaster gain a +2 bonus to attack rolls and damage rolls made against the target until the start of the warmaster’s next turn.",damage:"(+31 while bloodied)4d4+9 damage",category:1},{id:"a3a2a50e-9643-4941-9ff9-5c721d224374",name:"Superior Tactics",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 6",attack:null,description:"",details:"an ally within range shifts 1 square.",damage:"an ally within range shifts 1 square",category:3},{id:"591f4054-b7b5-48bf-9ed8-563c6dad2d85",name:"Tiamat’s will",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"recharge the breath weapon of a dragon or dragonborn.",damage:"",category:1},{id:"f1d7da84-3e43-419f-8331-5fd16bdb609d",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"Close blast 10",attack:{bonus:28,defence:2},description:"",details:"(+29 while bloodied)3d8+9 damage of one of the following types: acid, cold, fire, lightning, or poison (choose one type per use).",damage:"(+29 while bloodied)3d8+9 damage of one of the following types",category:3},{id:"bdc35989-d7e5-4471-b4cb-05d33e41fc76",name:"To Me!",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"allies within the burst can shift 2 squares toward the warmaster.",damage:"allies within the burst can shift 2 squares toward the warmaster",category:5},{id:"36327ce6-666e-4fdd-958c-8a394b91d405",name:"Chromatic Boon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"",attack:null,description:"",details:"The dragonborn warmaster gains resist 10 to one of the following damage types until the end of the encounter: acid, cold, fire, lightning, or poison.",damage:"the dragonborn warmaster gains resist 10 to one of the following damage types until the end of the encounter",category:1},{id:"bb770567-e2e4-4d11-a9ef-75ebfe8006a8",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d485b8b9-ab84-4a15-bdd9-85b424e47a98",name:"Dragonkin Defender",details:"",size:1,origin:4,type:2,keywords:"reptile",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +6, Thievery +6",equipment:"longsword; scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:13},charisma:{score:16},hp:70,initiative:6,ac:22,fortitude:18,reflex:16,will:19,regeneration:null,auras:[],powers:[{id:"f3b54c9e-efa5-4dac-be10-4351e3497d71",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+3 damage, and the target is marked until the end of the defender’s next turn.",damage:"1d8+3 damage",category:1},{id:"bf50c4af-7996-4578-8d24-9b5799558c2b",name:"None Shall Pass",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires longsword; 2d8+3 damage, and the target is immobilized and takes a -2 penalty to all defenses (save ends both).",damage:"2d8+3 damage",category:1},{id:"7cccd2d7-bf53-4e12-9027-14a1505d75c4",name:"For the Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The defender gains a +1 bonus to attack rolls while it is within 5 squares of a dragon.",damage:"The defender gains a +1 bonus to attack rolls while it is within 5 squares of a dragon",category:0},{id:"4189743e-ddf7-4dfd-b060-69b7be2a6bad",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The defender shifts 1 square.",damage:"The defender shifts 1 square",category:3},{id:"f3936cf0-2746-4182-b00f-e83758a0aa95",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The defender gains a +2 bonus to all defenses against traps.",damage:"The defender gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c10860f1-f7e2-4c52-bb6f-0c0e8149f38c",name:"Dragonkin Sentry",details:"",size:1,origin:4,type:2,keywords:"reptile",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11, Thievery +6",equipment:"scale armor; spear",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:18},charisma:{score:10},hp:63,initiative:6,ac:19,fortitude:16,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"6b415262-7ab2-4a1f-aaeb-5f4fcbc61dc9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"8dfa1521-0c2d-47f5-b31d-90381fe84c8b",name:"Mighty Dragon Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires spear; 1d8+3 damage, and ongoing 5 fire damage (save ends).",damage:"1d8+3 damage",category:1},{id:"4e04117a-0bec-4915-9ebb-6559ae6827cb",name:"Telepathic Warning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentry sends a warning to its dragon master, which cannot be more than 1 mile away. The sentry automatically sends out its warning when it is reduced to 0 hit points, whether or not it has previously used this power.",damage:"which cannot be more than 1 mile away",category:1},{id:"2458dfa5-b3da-44cd-82d6-891e0d611fb5",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentry shifts 1 square.",damage:"The sentry shifts 1 square",category:3},{id:"c6e3bdb3-1afb-47ac-9a56-594105f637d0",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentry gains a +2 bonus to all defenses against traps.",damage:"The sentry gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68798b56-a258-4370-8d16-ef106b372929",name:"Dreambreath Dracolich",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +19, Insight +18, Intimidate +19",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:19},intelligence:{score:20},wisdom:{score:18},charisma:{score:20},hp:905,initiative:13,ac:36,fortitude:34,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"5b3d188c-d827-44a2-ab7b-b168d85d3e54",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"bd82b9fb-b133-40b0-b803-664ccad88ae3",name:"Nightmare Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The dracolich makes a bite attack against each of two different targets.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"873d319d-b4be-4e8b-a5a4-3642996288ce",name:"Nightmare Gaze",action:{action:5,trigger:"when an enemy attacks the dreambreath",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Gaze, Psychic",condition:"",range:"2d6+6 psychic damage, and the target makes a melee or ranged basic attack (dragon’s choice) as a free action against a randomly chosen adjacent ally.",attack:{bonus:24,defence:3},description:"",details:"The dreambreath dracolich fixes the triggering enemy with its gaze",damage:"",category:5},{id:"1c4277af-8801-47c9-be00-a1c014712835",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Sleep",condition:"",range:"Close blast 5",attack:{bonus:24,defence:3},description:"",details:"the target falls unconscious (save ends). Each Failed Saving Throw: The target takes 10 psychic damage and loses its lowest-level, unused encounter power until the end of the encounter.",damage:"the target takes 10 psychic damage and loses its lowest-level",category:1},{id:"c082c1cc-9310-49c9-b06c-b530ed74876a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Sleep",condition:"",range:"",attack:null,description:"",details:"The dreambreath dracolich’s breath weapon recharges, and the dracolich uses it immediately.",damage:"",category:5},{id:"827b1a55-4843-42dd-8f5f-03e5748339c9",name:"Nightmare Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Sleep",condition:"",range:"Close burst 10",attack:{bonus:24,defence:3},description:"",details:"targets enemies; the target is immobilized (save ends). First Failed Saving Throw: The target falls unconscious (save ends).",damage:"",category:1},{id:"32941a8e-0fd9-410b-ac41-a4b0543daab5",name:"Nightmare Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:3},description:"",details:"2d8+8 psychic damage, and the target is pushed 5 squares and is dazed (save ends).",damage:"2d8+8 psychic damage",category:1},{id:"950e385b-7d0a-4ca9-98df-c5307081ed66",name:"Nightmare Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dreambreath dracolich moves up to its speed. It gains the insubstantial and phasing qualities during this move.",damage:"",category:2}],damageModifiers:[{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"7b96d28f-412d-4e8b-9f77-d488406b8102",name:"Elder Brown Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:16,role:{type:4,flag:2,leader:!1},senses:"Perception +12; darkvision, tremorsense 20",movement:"10, burrow 8, fly 7 (hover), overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +17, Stealth +16",equipment:"",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:17},intelligence:{score:17},wisdom:{score:19},charisma:{score:15},hp:775,initiative:15,ac:34,fortitude:34,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"8176ece2-8648-498a-b900-feb339c481b1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"063877d9-1298-4b16-ae66-6c015ef2b357",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a51b207a-0fe0-4306-8655-e1969bff387d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"97743c48-7eae-4049-aba0-65171dca299b",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"targets the triggering enemy; 2d8+3 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"2d8+3 damage",category:5},{id:"1dd51e24-a02c-4695-a691-b55cdf1cac13",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 10",attack:{bonus:19,defence:1},description:"",details:"3d10+4 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 10 damage. The area blocks line of sight for all creatures except the dragon.",damage:"3d10+4 damage",category:1},{id:"016f5cc7-9d8c-4563-b5c0-8f9ee3b9c291",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"4ce46d29-73b3-4e77-bf9b-2178da457db7",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d2bbcca7-f239-4d60-82a2-95e23ce19da9",name:"Quicksand Vortex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:19,defence:1},description:"",details:"the target slides 2 squares and is slowed until the end of the dragon’s next turn.",damage:"the target slides 2 squares and is slowed until the end of the dragon’s next turn",category:3},{id:"b3e19981-1f86-4721-963b-ed98a4c087c4",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 2d6 + 4 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 2d6 + 4 damage and is blinded (save ends)",category:2},{id:"0fcc560f-afe0-4545-a9a4-125841c42807",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 3d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 3d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e510cd7b-e2e1-4715-acd1-dd0c3543b28f",name:"Elder Deathmask Dragon",details:"",size:4,origin:1,type:1,keywords:"demon, dragon",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"9, climb 9 (spider climb), fly 8 (hover), overland flight 18 phasing",alignment:"Evil",languages:"Abyssal, Draconic",skills:"Bluff +24, Dungeoneering +21, Intimidate +24",equipment:"",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:23},intelligence:{score:22},wisdom:{score:22},charisma:{score:28},hp:980,initiative:16,ac:39,fortitude:36,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"d7f9354a-61a0-43d8-9fb8-9eeb02663f2c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d68+5 damage, and the target takes ongoing 20 necrotic damage (save ends).",damage:"2d68+5 damage",category:1},{id:"5775397c-3941-4a35-8ab8-604556545aa3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"8cde2522-b8af-4ac7-9389-afb77fca9540",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"99d76547-47a3-42b2-bb83-090f2e220477",name:"Mask of Dread",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 20",attack:{bonus:24,defence:3},description:"",details:"2d6+9 psychic damage. Until the end of the dragon’s next turn, when the target deals damage, it takes psychic damage equal to half the amount dealt.",damage:"2d6+9 psychic damage",category:3},{id:"bc2847ab-a9a0-4974-9c6d-190afb400d75",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 10",attack:{bonus:25,defence:1},description:"",details:"3d8+5 necrotic damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"3d8+5 necrotic damage",category:1},{id:"0c43730d-41fa-4641-bc69-497181da8594",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"169e982b-0627-419c-bfb4-ddaa3ec8cd0e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"f0c69c16-6f25-4d1d-8304-74588a23f819",name:"Wall of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Area burst 5 within 10",attack:{bonus:24,defence:3},description:"",details:"4d6+9 psychic damage. When the target deals damage, it takes psychic damage equal to half the amount dealt (save ends).",damage:"4d6+9 psychic damage",category:1}],damageModifiers:[{type:6,value:-35}],resist:"30 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"bb5568d2-5353-40b6-8cb4-34b1b75eaee4",name:"Elder Dragon Eel",details:"",size:4,origin:1,type:1,keywords:"aquatic, dragon",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"swim 8, fly 8 (hover)",alignment:"Unaligned",languages:"Draconic, Primordial",skills:"Intimidate +14",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:13},wisdom:{score:16},charisma:{score:14},hp:302,initiative:13,ac:33,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"2cb4a253-d3de-47f5-a1fa-1d97b7dcaed2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+3 damage plus 1d6 lightning damage, and the target is grabbed (until escape). A dragon eel cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8+3 damage plus 1d6 lightning damage",category:1},{id:"539fe9b2-f276-40b8-bc67-eecd7d78dc49",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"26303cda-97f6-4321-b37e-076adbc18d14",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"If a dragon eel begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature; 2d8+3 damage plus 1d6 lightning damage. Miss: Half damage.",damage:"2d8+3 damage plus 1d6 lightning damage",category:1},{id:"8e7077ae-4501-408c-aa96-a905a683cdea",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon eel makes two tail slap attacks.",damage:"",category:1},{id:"0b2618a8-c99b-45ca-93d3-606dc26b41cb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"The dragon eel targets up to two creatures with its lightning breath; the first target must be within 10 squares of the dragon eel, and the second target within 10 squares of the first; 2d12+10 lightning damage. Miss: Half damage.",damage:"2d12+10 lightning damage",category:1},{id:"cb5573a8-3cb5-4808-a689-d6b1cc230a32",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"on a hit, the target is swallowed and restrained (no saving throw) and takes 10 damage plus 10 lightning damage on subsequent rounds at the start of the dragon eel’s turn. The swallowed creature can make melee basic attacks only, and only with one-handed or natural weapons. If the dragon eel dies, any creature trapped in its gullet can escape as a move action, ending that action in a square formerly occupied by the dragon eel.",attack:{bonus:21,defence:1},description:"",details:"The dragon eel attempts to swallow a bloodied Medium or smaller creature it is grabbing",damage:"",category:1}],damageModifiers:[{type:2,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0b346fcb-2e5d-4c97-8c56-17a12ca692fb",name:"Elder Gray Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:18,role:{type:7,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +18, Intimidate +17",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:18},wisdom:{score:20},charisma:{score:17},hp:865,initiative:15,ac:36,fortitude:35,reflex:33,will:33,regeneration:null,auras:[{id:"d159d6fa-7af1-44b4-9432-98057779d0bf",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"93bc3b24-7c03-40e6-99c6-91d9840c68e2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d10+7 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"2d10+7 damage",category:1},{id:"46c66daa-4436-4235-9caf-90f71bf1337a",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 1d10+7 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d10+7 damage",category:1},{id:"48983567-ca2b-4ad1-ab0c-dca7f1282025",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"94b4bfa3-5d4a-4adb-922c-27125e506951",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"061a701b-a0b8-4937-aad2-f2c1b2ae3503",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"2d10+5 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"2d10+5 acid damage",category:1},{id:"baa478bc-0ce5-4f3e-88fd-46c1b0b02641",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"a356b837-ce15-4898-b54f-b25412900f58",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8029fef4-2d11-48d2-8e5c-b9b02d19fff5",name:"Stone’s Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:24,defence:1},description:"",details:"targets immobilized enemies; the target is petrified (save ends). Aftereffect: The target is immobilized (save ends). A creature that fails a saving throw against this immobilized condition becomes petrified again as if hit by the stone’s embrace power, including this aftereffect.",damage:"",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d95af5a9-6df5-4e92-b88a-bea4516fd8d1",name:"Elder Purple Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"9, fly 9 (hover), overland flight 18 phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +22, Diplomacy +22, Dungeoneering +19, Insight +19, Intimidate +22",equipment:"",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:22},intelligence:{score:21},wisdom:{score:21},charisma:{score:27},hp:895,initiative:15,ac:37,fortitude:33,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"4324e7a7-714a-4c5b-b0d7-8d97a0f13335",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d6+4 damage, and the target takes ongoing 15 psychic damage (save ends).",damage:"2d6+4 damage",category:1},{id:"adffd9ce-1705-4bc3-bd89-8308aa2f0219",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"226e9e8f-13c4-4bbe-82cf-611932e4d0ee",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"7b594877-cf9e-4334-ad6b-3cdf9f3bfc04",name:"Phasing Strike",action:{action:4,trigger:"when an enemy ends its turn within 3 squares of the dragon",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"The dragon attacks the triggering enemy; reach 3; 2d6+4 psychic damage, and the target is pushed 5 squares. The target gains the phasing quality during this forced movement.",damage:"2d6+4 psychic damage",category:5},{id:"754ad2c6-04b5-4ae2-b2f1-d54a051a52ef",name:"Nightmare Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze, Psychic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated (save ends). A creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect).",damage:"a creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect)",category:3},{id:"80527cd7-ddf5-4202-af88-1ba555d20082",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:23,defence:1},description:"",details:"2d10+8 psychic damage, and the target takes ongoing 10 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 5 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"2d10+8 psychic damage",category:1},{id:"1fdd9ff3-7278-4e49-8110-423ec623d92b",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"d387ad02-c441-4a0a-bfe6-49f14c00573c",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"236f1ee4-5585-44e7-97dd-e39a1bab4187",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 223 damage.",damage:"it also takes 223 damage",category:0}],damageModifiers:[{type:8,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22ebbd0e-7a19-4d84-b0e4-570d28e6217b",name:"Elder Pyroclastic Dragon",details:"",size:4,origin:1,type:1,keywords:"dragon, fire",level:21,role:{type:2,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"9, burrow 6, climb 6, fly 6 (clumsy), overland flight 18",alignment:"Evil",languages:"Draconic, Primordial",skills:"Athletics +23, Endurance +22",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:19},intelligence:{score:11},wisdom:{score:19},charisma:{score:13},hp:1220,initiative:14,ac:36,fortitude:36,reflex:32,will:34,regeneration:null,auras:[{id:"d0fe8c9f-cea0-4467-873f-a029f9aefa2b",name:"Venomous Heat",keywords:"",details:"(Fire, Poison) aura 5; any creature that enters the aura or starts its turn within the aura takes 10 fire damage and 10 poison damage."}],powers:[{id:"e9dd9c95-9aee-4318-b40d-0b482aba130e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+8 damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d8+8 damage",category:1},{id:"7f14ee6c-c2a1-4f7e-b8e3-a63d26f55e5f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"4839da12-1764-41c0-898f-c950e77d76b2",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"68cbff3a-0a55-4d25-8918-cad203a441c2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 8",attack:{bonus:22,defence:2},description:"",details:"3d12+8 fire damage, and the target is blinded and takes ongoing 5 fire damage (save ends both). First Failed Saving Throw: The target is slowed (save ends). Aftereffect: The target is restrained (save ends).",damage:"3d12+8 fire damage",category:1},{id:"ac441418-df2e-4749-ade7-6ef65b83f10f",name:"Bloodied",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"1fc03f2b-ad66-4650-b3cd-feed013dd4e6",name:"Eruption",action:{action:4,trigger:"when an enemy attacks the dragon with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5, which must include the triggering enemy",attack:{bonus:22,defence:2},description:"",details:"4d6+8 fire damage, and the target is pushed 3 squares and knocked prone.",damage:"4d6+8 fire damage",category:5},{id:"98df2d9a-b0f8-4d22-ac1e-3b48e2f66653",name:"Tremors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:22,defence:2},description:"",details:"2d6+8 damage, and the target is knocked prone.",damage:"2d6+8 damage",category:1}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"7a91877e-27b7-41d9-9222-98c4d8141f16",name:"Elder Shadow Dragon",details:"",size:4,origin:5,type:1,keywords:"dragon",level:24,role:{type:4,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 10 (hover), overland flight 20, swim 10",alignment:"Evil",languages:"Draconic",skills:"Intimidate +20, Stealth +26",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:29},intelligence:{score:18},wisdom:{score:21},charisma:{score:17},hp:1100,initiative:25,ac:41,fortitude:37,reflex:41,will:37,regeneration:null,auras:[],powers:[{id:"a7f48e8f-c7e3-4318-bb5b-4e54d57e08c1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and the target is weakened (save ends).",damage:"2d10+9 damage",category:1},{id:"2ce90c0a-96e5-4fdf-ac7f-265ba5f01707",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 1d10+9 damage.",damage:"1d10+9 damage",category:1},{id:"0e5a5133-ebf3-4468-a474-144529c055a5",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"ddd290da-8627-4a4f-b2c3-efa0b6e0d16b",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"The dragon uses its tail to attack the triggering enemy; 2d8+9 damage.",damage:"2d8+9 damage",category:5},{id:"6c17f1b4-e63a-4acb-bbf3-547dbe08e6a2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"2d12+5 necrotic damage, and the target loses one healing surge and is weakened (save ends). Aftereffect: The target’s necrotic resistance is negated until the end of the encounter. Miss: Half damage, and the target does not lose a healing surge.",damage:"2d12+5 necrotic damage",category:1},{id:"9be98e26-6c4d-4d6c-a577-120c876fb7e0",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"0fb0c4a0-0bdc-4d47-ba42-736341093f03",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b1cc5b44-d691-4ad8-abb7-6e63e5d28a4d",name:"Globe of Darkness",action:{action:3,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 20",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:3},{id:"bd97a96b-37fc-4384-951a-42983bec35f4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow dragon deals 4d6 extra damage against a target it has combat advantage against.",damage:"the shadow dragon deals 4d6 extra damage against a target it has combat advantage against",category:0},{id:"637cf126-fc8a-4dbb-b468-be0c0a30e589",name:"Shadow Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"A shadow dragon that is in at least one square of a globe of darkness can teleport to any other globe of darkness within line of sight. It must end this move in at least one square of that globe of darkness.",damage:"",category:2}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"radiant (whenever a shadow dragon takes radiant damage, one of its globes of darkness ends)",immune:"",tactics:""},{id:"32270ca2-5045-4d6a-a76f-56718d0af0bc",name:"Elder Tempest Dragon",details:"",size:3,origin:1,type:1,keywords:"aquatic, dragon",level:18,role:{type:7,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"9, fly 6 (clumsy), overland flight 18, swim 8 phasing",alignment:"Unaligned",languages:"Draconic, Primordial",skills:"Athletics +22",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:17},hp:875,initiative:15,ac:35,fortitude:35,reflex:33,will:30,regeneration:null,auras:[{id:"cf6a3609-c8d2-4d8d-bcd0-ced8c8d7444e",name:"Watery Aura",keywords:"",details:"aura 5; enemies treat the area within the aura as difficult terrain. Any enemy that enters the aura or starts its turn within the aura takes 10 damage and is dazed until the end of the tempest dragon’s next turn."}],powers:[{id:"0bbad757-2c1d-48d7-9ba5-19d7c88af95e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d12+7 damage plus 1d10 lightning damage, and the target is dazed until the end of the tempest dragon’s next turn.",damage:"2d12+7 damage plus 1d10 lightning damage",category:1},{id:"d2f43468-ce22-4044-87cd-6ffb555bc7e1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The dragon makes two bite attacks.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"76d1d5db-d6fa-4d5f-865c-8c26a636f3a2",name:"Lightning Discharge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close burst 10",attack:{bonus:21,defence:2},description:"",details:"(+23 against creatures in the dragon’s watery aura)4d6+8 lightning damage, and the target is dazed (save ends).",damage:"(+23 against creatures in the dragon’s watery aura)4d6+8 lightning damage",category:1},{id:"4ee50149-366f-4e1e-825e-f45fefaf5190",name:"Bloodied Lightning",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"The dragon’s lightning discharge recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"fe5c9f93-0cbf-4c4c-84d4-e50c379d2e10",name:"Swirling Tempest",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tempest dragon slides each creature in its watery aura a number of squares equal to its speed to a space within the aura. It can then move its speed.",damage:"",category:2}],damageModifiers:[{type:5,value:-25},{type:10,value:10}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2ccad5a1-f38d-4535-94a9-9baa5eda0ee1",name:"Gray Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:3,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"8, fly 6 (overland flight)",alignment:"Evil",languages:"Draconic",skills:"Intimidate +6",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:11},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:90,initiative:3,ac:21,fortitude:17,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"1432619f-f110-45e5-8b8f-b50bac5bd68c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"1d6+3 damage",category:1},{id:"25eedf54-c552-45aa-9a48-fa9b4a488861",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The gray dragon makes two claw attacks.; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"c1e224fe-d1e5-4787-a3a5-2d9a69528cd9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:8,defence:1},description:"",details:"1d6+1 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage (save ends).",damage:"1d6+1 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d79b933-7e22-4358-b199-43391044af23",name:"Gray Wing Vrock",details:"",size:3,origin:1,type:2,keywords:"demon",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +17, Insight +15",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:20},hp:164,initiative:15,ac:31,fortitude:29,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"31f24e99-be88-4c0a-80e3-d305be0aa6ae",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"ab8d6e87-5783-4a73-8064-bbf129d4d0d2",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The vrock flies up to 8 squares and makes one claw attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"64363a80-500f-4c56-9cc5-d3900bc39d93",name:"Stunning Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"deafened creatures are immune; the target is stunned until the end of the vrock’s next turn.",damage:"",category:1},{id:"2ea4be8c-f5b7-4dfc-a9ae-1fe1e8753f06",name:"Spores of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:20,defence:3},description:"",details:"demons are immune; 1d10+5 poison damage, and the target is dazed (save ends).",damage:"1d10+5 poison damage",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"169c119d-d92a-4aa4-b440-3478452eca93",name:"Grayspawn Fleshtearer",details:"",size:3,origin:4,type:1,keywords:"reptile",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:148,initiative:11,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"a13fa328-5621-4bed-a0e4-3d67450d7786",name:"Slavering Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+7 damage, and ongoing 5 acid damage (save ends). The target is also marked until the end of the fleshtearer’s next turn.",damage:"1d8+7 damage",category:1},{id:"afbe8ae0-2fb0-4b7c-8f6f-10d3c911c135",name:"Marked Superiority",action:{action:5,trigger:"when an adjacent marked enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The grayspawn fleshtearer makes a basic attack against the triggering enemy.; 2d8+6 damage.",damage:"2d8+6 damage",category:5},{id:"b3edf115-0f2e-4591-b0c0-9c3197660c2c",name:"Grayspawn Ferocity",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The grayspawn fleshtearer regains 20 hit points and gains a +2 bonus to attack rolls and damage rolls until the end of its next turn.",damage:"the grayspawn fleshtearer regains 20 hit points and gains a +2 bonus to attack rolls and damage rolls until the end of its next turn",category:5}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"75f4b64a-03bb-4cd3-8234-0a29b9a261f1",name:"Green Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:6,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"8, fly 8 (hover)",alignment:"Evil",languages:"Draconic",skills:"Bluff +10, Diplomacy +10, Insight +8, Intimidate +10",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:16},hp:112,initiative:8,ac:20,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"1fbbbb63-b4ce-45b5-96a3-59d5f34aa2e9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"1d8+4 damage",category:1},{id:"69e8ad20-ff70-4d44-bdcd-056182174209",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"011664b9-4845-40ef-8db9-0890b494f21b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"fbbb87ae-0740-463b-914d-85fbd84aa24b",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"849deaeb-14f9-4959-9f52-4d1e0f585f80",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 4",attack:{bonus:7,defence:1},description:"",details:"1d8+3 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d8+3 poison damage",category:1}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bdf6e6b3-65c4-478d-9f61-6c4ac775a1e2",name:"Greenspawn Razorfiend",details:"",size:3,origin:4,type:1,keywords:"reptile",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"8, Jump 4",alignment:"Evil",languages:"Draconic",skills:"Nature +14, Stealth +16",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:21},intelligence:{score:4},wisdom:{score:16},charisma:{score:20},hp:266,initiative:13,ac:29,fortitude:27,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"baea1f09-17b5-4e2b-91b3-8984d85da231",name:"Wingblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4335f5f0-10df-4333-b948-5d4a1316e9ad",name:"Wingblade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target takes ongoing 10 damage (save ends).",damage:"1d8+6 damage",category:1},{id:"e893aa3f-20a0-42fa-862f-1307c26a30f2",name:"Greenspawn Spittle",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Poison",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"4d8+5 poison damage, and the target takes ongoing 5 acid damage (save ends).",damage:"4d8+5 poison damage",category:3},{id:"028f0bb8-0ebd-4029-8578-f1f3bc630c0e",name:"Horrid Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the razorfiend scores a critical hit with any attack"},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target slides 3 squares.",damage:"the target slides 3 squares",category:3}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c8ce423-d81c-4ea4-ac30-5c62b8f04979",name:"Greenspawn Sneak",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6 (forest walk)",alignment:"Evil",languages:"Draconic",skills:"Stealth +9",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:16},intelligence:{score:13},wisdom:{score:16},charisma:{score:10},hp:28,initiative:8,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"ef7994be-5121-4756-aa37-4aaabef6f6d9",name:"Dragonsplitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"4a8da2ab-e9f7-4425-88bf-74f956ac999a",name:"Acid Sphere",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"2d4 acid damage.",damage:"2d4 acid damage",category:1},{id:"64808c31-d3bf-4918-aafb-0c5c3067dd33",name:"Arboreal Hunter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A greenspawn sneak that starts its turn with cover also has total concealment against nonadjacent enemies.",damage:"",category:0},{id:"73bc0e4d-d382-47c2-9092-4090d73486c4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The greenspawn sneak deals 1d6 extra damage against any target it has combat advantage against.",damage:"the greenspawn sneak deals 1d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01eb3bfb-a5de-40e4-9b0a-d9c7ff157c84",name:"Hamadryad",details:"",size:2,origin:2,type:2,keywords:"plant",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:1,initiative:8,ac:25,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"3c2b9507-b1b1-4d7a-9649-74d8ec6b849a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0c0afa4-49e6-43e0-90aa-6a4c2fec06c4",name:"Hoard Scarab Larva Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +5; tremorsense 4",movement:"8, burrow 4, fly 6 (maximum altitude 3)",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:8},constitution:{score:19},dexterity:{score:22},intelligence:{score:1},wisdom:{score:15},charisma:{score:9},hp:51,initiative:13,ac:21,fortitude:18,reflex:19,will:16,regeneration:null,auras:[{id:"fd32addb-1144-461d-8e9f-1f4a335b264c",name:"Swarm Attack",keywords:"",details:"aura 1; the hoard scarab swarm makes a swarm of mandibles attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"3165243c-ede6-48a5-af37-54d7e63c0c5a",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+1 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d6+1 damage",category:1},{id:"e622b8a8-89c0-4f29-afa3-46e4caf2a236",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the swarm has combat advantage against the target, the target is also blinded on a hit (save ends).",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"e7fcb85e-a3ab-4d33-88c4-64aa2effa9b7",name:"Hobbler Decoy",details:"",size:1,origin:4,type:2,keywords:"reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +13, Thievery +13",equipment:"leather armor; short sword",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:19},intelligence:{score:12},wisdom:{score:17},charisma:{score:10},hp:56,initiative:8,ac:18,fortitude:15,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"4dc90f69-4c36-4c26-9025-dbabc56a85b7",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"3aae55e9-65f0-49b3-942b-617d48765232",name:"Taunting Jeer",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the decoy moves 4 squares and then attacks a target within range; the target is pulled 3 squares.",damage:"the decoy moves 4 squares and then attacks a target within range",category:2},{id:"24903332-6fe7-465f-a36d-50241e35e9b1",name:"Lightstep",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The decoy moves up to its speed. This movement does not trigger any traps of which it is aware.",damage:"",category:2},{id:"62ceeca3-9e41-4cd6-bb6d-a0db52c2618c",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The decoy shifts 1 square.",damage:"The decoy shifts 1 square",category:3},{id:"961659dd-96dc-4a6f-8059-2e5a743ed57e",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The decoy gains a +4 bonus to all defenses against traps.",damage:"The decoy gains a +4 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"30dc1a97-51ed-40d6-a48e-ab79a61161fb",name:"Hobbler Trap Savant",details:"",size:1,origin:4,type:2,keywords:"reptile",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +6; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Dungeoneering +11, Stealth +13, Thievery +13",equipment:"crossbow; crossbow bolt; leather armor",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:16},intelligence:{score:17},wisdom:{score:17},charisma:{score:13},hp:70,initiative:6,ac:20,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"03e52035-bd0e-4456-90d0-540d7444df00",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"fd9acf02-3806-49e9-a93f-7c938ca1acc8",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"b684a3c3-a510-4935-ab38-e67754e5fe8f",name:"Tactical Reset",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant resets an adjacent triggered trap it is aware of. This power works even on a trap that has been disabled.",damage:"",category:1},{id:"d2c8ae07-87c4-4cda-9322-080c19b79db5",name:"Anticipate Snare",action:{action:5,trigger:"when a trap within 2 squares of the trap savant is triggered",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant shifts 2 squares.",damage:"The trap savant shifts 2 squares",category:5},{id:"7c2aef99-db89-4bcd-9465-7674dbb67a39",name:"Bait the Hook",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one ally; the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"84176c89-411e-4819-afd6-460439972c99",name:"Trigger Trap",action:{action:4,trigger:"when an enemy moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"the trap savant triggers a trap it is aware of within range.",damage:"",category:5},{id:"07b9f003-9ddd-4300-9149-1657fe2320c7",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant shifts 1 square.",damage:"The trap savant shifts 1 square",category:3},{id:"75df6679-529c-4971-b18d-cee297c69a3d",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant gains a +4 bonus to all defenses against traps.",damage:"The trap savant gains a +4 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f0ce345-f314-4f09-a81f-771f670afb45",name:"Hobbler Trapmaster",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +12, Thievery +12",equipment:"leather armor; throwing hammer",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:9},hp:38,initiative:7,ac:16,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"2c6d15d4-9768-41d5-b017-f5ae78e60c3b",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"f034505e-2853-46f0-883e-4a6952d08ea0",name:"Throwing hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"ba8467ca-f5d1-4416-9a42-5cb450ce4619",name:"Deft maneuver",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires throwing hammer; 1d6+4 damage, and the target slides 1 square.",damage:"1d6+4 damage",category:1},{id:"ba7f8991-bb72-4c6d-84bb-20e716bff3c1",name:"Trap Opportunist",action:{action:4,trigger:"when an enemy moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"the trapmaster triggers a trap it is aware of within range.",damage:"",category:5},{id:"12d0e0a7-8798-430c-bbfe-2b8e5479b62f",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trapmaster shifts 1 square.",damage:"The trapmaster shifts 1 square",category:3},{id:"4b5f3d01-dc55-4ed1-bb02-62a422c1298a",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The trapmaster gains a +6 bonus to all defenses against traps.",damage:"The trapmaster gains a +6 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74fb299a-67d3-4902-b501-75202aab1afb",name:"Icewrought Dracolich",details:"",size:3,origin:4,type:1,keywords:"cold, dragon, undead",level:16,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Endurance +20, Stealth +24",equipment:"",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:18},charisma:{score:16},hp:805,initiative:14,ac:34,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"25dbbf26-45e1-43b7-8043-9e90d19ed4e4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d6+6 cold and necrotic damage, and the target is immobilized (save ends).",damage:"2d6+6 cold and necrotic damage",category:1},{id:"dd854003-4189-4c42-bdba-f40439406630",name:"Frigid Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 5",attack:{bonus:19,defence:1},description:"",details:"the target is immobilized and takes ongoing 10 cold damage (save ends). Aftereffect: The target is slowed (save ends).",damage:"the target is immobilized and takes ongoing 10 cold damage (save ends)",category:1},{id:"e4716945-2495-4448-b922-93da6d63c17e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"2d8+7 cold and necrotic damage, and the target is encased in ice (until escape). While encased, the target is dazed and cannot attack or take any actions other than attempt to escape. It can attempt to escape as a standard action (DC 24 Strength check). An encased target automatically escapes if it takes 20 or more damage.",damage:"2d8+7 cold and necrotic damage",category:1},{id:"1e463e07-52c6-47f5-81bc-d1ac7f8d7c4c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The icewrought dracolich’s breath weapon recharges, and the dracolich uses it immediately.",damage:"",category:5},{id:"5c0ed621-eb5a-4690-a145-bd6de3707380",name:"Deadly Chill",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"automatically hits immobilized or slowed enemies; 3d6 + 10 necrotic damage.",damage:"3d6 + 10 necrotic damage",category:1},{id:"58364432-c98f-4ec8-bed3-a9b211734541",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the targets is stunned until the end of the icewrought dracolich’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:6,value:-30},{type:3,value:10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"27416b4f-1cac-48d3-99c6-3ec02349f9a1",name:"Icy Wrath",details:"",size:3,origin:4,type:0,keywords:"cold, construct",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +14; tremorsense 5",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:22},intelligence:{score:9},wisdom:{score:22},charisma:{score:12},hp:208,initiative:14,ac:29,fortitude:29,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"8cb5fb72-7754-43b5-a74d-b5683f673622",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 3d6+10 damage, and the target takes ongoing 5 cold damage and is slowed (save ends both).",damage:"3d6+10 damage",category:1},{id:"90efc57a-35c4-45a7-abab-8bc56ccfee08",name:"Burst of Wrath",action:{action:7,trigger:"when the icy wrath hits a target with its slam attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold",condition:"",range:"Close burst 6",attack:{bonus:19,defence:2},description:"",details:"3d6+10 cold damage, and the target takes ongoing 5 cold damage and its cold resistance is negated (save ends both).",damage:"3d6+10 cold damage",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"8b0a994e-256e-4468-8572-40b5fdbfadda",name:"Indomitable Bulwark",details:"",size:3,origin:4,type:0,keywords:"construct",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +12; tremorsense 5",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:19},intelligence:{score:9},wisdom:{score:19},charisma:{score:10},hp:164,initiative:14,ac:32,fortitude:30,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"cfe47e13-32a7-4489-a101-8b492ea1a43d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d6+7 damage, and the target is immobilized until the end of its next turn.",damage:"2d6+7 damage",category:1},{id:"772e4d57-cf8c-4eb9-9f20-6f60625bd89f",name:"Slowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"2d10+7 damage, and the target is slowed (save ends).",damage:"2d10+7 damage",category:1},{id:"66d3985b-48c1-4190-a798-8f3fb2cd048a",name:"Diehard",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The indomitable bulwark gains regeneration 10 until the end of the encounter.",damage:"The indomitable bulwark gains regeneration 10 until the end of the encounter",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"97f1b934-66ce-43c0-8d05-e092f27877b1",name:"Inferno Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:8,role:{type:7,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"8, fly 6 (hover)",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:174,initiative:10,ac:26,fortitude:23,reflex:21,will:21,regeneration:{value:5,details:""},auras:[{id:"a8b3ae60-4610-4a05-817c-6ecf85a105cd",name:"Limned in Flames",keywords:"",details:"aura 2; while an inferno abishai is bloodied, any enemy that enters the aura or starts its turn within the aura take 5 fire damage."}],powers:[{id:"b6748e79-b6de-441f-aca9-0f0f4d2d37b6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"b5924583-676d-4614-88ec-a392617c7b5e",name:"Binding Flames",action:{action:5,trigger:"when an adjacent enemy shifts",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d6+5 fire damage, and the inferno abishai shifts 1 square.",damage:"1d6+5 fire damage",category:5},{id:"11092ee0-d0cf-4d49-a89c-435d98357134",name:"Claw Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The inferno abishai makes a claw attack against two different targets.",damage:"",category:1},{id:"f47e9ba6-8602-4dfe-a360-39cf18599e12",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d8+7 damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"579d1df4-227f-4752-a8c1-ab3cc4355e20",name:"Mindfire Miasma",details:"",size:3,origin:4,type:0,keywords:"air, construct",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +20; tremorsense 5",movement:"8, fly 10 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:32},intelligence:{score:9},wisdom:{score:25},charisma:{score:12},hp:250,initiative:26,ac:40,fortitude:34,reflex:40,will:36,regeneration:null,auras:[],powers:[{id:"9f0adbfd-755a-4227-a240-3129bc9865db",name:"Caustic Wisp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; 2d8+8 poison damage, and ongoing 10 poison damage (save ends).",damage:"2d8+8 poison damage",category:1},{id:"03823437-1ab0-4d88-a726-b89c9ee5c74e",name:"Roiling Mindfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:3},description:"",details:"The mindfire miasma moves up to its speed + 2, and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (any enemy or ally other than its parent green dragon), the mindfire miasma makes the following attack; 3d8+3 poison damage, and the target is dazed and takes a -2 penalty to charm attacks and saving throws (save ends both). The mindfire miasma must leave the space after it attacks, and must end its move in an unoccupied space.",damage:"3d8+3 poison damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"poison",tactics:""},{id:"1f204e2b-ca4e-4271-81aa-4fbd8b775c6d",name:"Pact-Bound Adept",details:"",size:1,origin:4,type:2,keywords:"reptile",level:6,role:{type:0,flag:0,leader:!0},senses:"Perception +3; darkvision",movement:"6, fly 4 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +10, Stealth +8, Thievery +8",equipment:"quarterstaff",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:17},intelligence:{score:14},wisdom:{score:10},charisma:{score:21},hp:58,initiative:6,ac:18,fortitude:17,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"21c8d5a5-b3ad-42a8-97bd-529e2bec43f1",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"00b438f6-2ad8-4873-bbc6-c8e9ddd3326f",name:"Flaming Staff",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"ranged 10",attack:{bonus:13,defence:2},description:"",details:"Requires quarterstaff; 1d6+5 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"1d6+5 fire damage",category:1},{id:"f2185ad1-6742-454c-8139-3fbb20817453",name:"Fierce Rebuke",action:{action:4,trigger:"when an enemy moves adjacent to the pact-bound adept",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:13,defence:3},description:"",details:"The adept attacks the triggering enemy; the target is pushed 3 squares and weakened (save ends).",damage:"the target is pushed 3 squares and weakened (save ends)",category:5},{id:"cc5091aa-e824-49c8-8098-f567c2e9d25c",name:"dragon’s Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"one ally gains resist 10 against a damage type of the adept’s choice until the end of the encounter.",damage:"one ally gains resist 10 against a damage type of the adept’s choice until the end of the encounter",category:3},{id:"47374857-1369-4bcb-b09f-371dfe466368",name:"Healing Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"allies in the area regain 20 hit points.",damage:"allies in the area regain 20 hit points",category:1},{id:"6c4fe52b-614a-4226-bb82-3e5cb4ca020c",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adept shifts 1 square.",damage:"The adept shifts 1 square",category:3},{id:"483c7974-bc77-451c-87c1-875c18adecc7",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The adept gains a +2 bonus to all defenses against traps.",damage:"The adept gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4c937e25-efb8-4339-9587-13f56fd3dcd4",name:"Portal Drake",details:"",size:1,origin:4,type:1,keywords:"reptile",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +8",movement:"8, fly 6 (hover), teleport 6",alignment:"Chaotic evil",languages:"Draconic",skills:"Arcana +13, Stealth +16",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:22},intelligence:{score:16},wisdom:{score:17},charisma:{score:21},hp:104,initiative:11,ac:26,fortitude:19,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"b39d91f5-8517-4ae8-a9f8-e7bd634a6c09",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"bfc852c4-8910-4444-8758-5180a79685b0",name:"Slip through Space",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:14,defence:0},description:"",details:"targets two allies within range, or the portal drake and one ally within range; the targets swap places.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0ee7923d-4a5d-464a-947c-3d81744929bf",name:"Portal Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Close burst 2",attack:{bonus:14,defence:2},description:"",details:"the target teleports 5 squares to an unoccupied space of the drake’s choosing (and in its line of sight). This attack automatically hits allies, though the drake can choose not to target them.",damage:"the target teleports 5 squares to an unoccupied space of the drake’s choosing (and in its line of sight)",category:1},{id:"b68b4478-cd96-4698-88ca-43b008fcb7ee",name:"Catch a Ride",action:{action:4,trigger:"when a creature within 6 squares of the portal drake teleports",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The portal drake teleports the same distance as the triggering creature. This movement can be in any direction and can exceed the drake’s normal teleport speed.",damage:"",category:5}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d2056e87-ccdd-4b36-93bd-71c03cd55392",name:"Purple Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:3,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"6, fly 6 (hover)",alignment:"Evil",languages:"Draconic",skills:"Bluff +12, Diplomacy +12, Dungeoneering +9, Insight +9, Intimidate +12",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:13},wisdom:{score:14},charisma:{score:20},hp:104,initiative:4,ac:20,fortitude:18,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"d96a8cd9-fe1f-44ad-9a9e-486b5f5037c2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+1 damage, and the target takes ongoing 5 psychic damage (save ends).",damage:"1d8+1 damage",category:1},{id:"49265486-1563-4f36-b5c2-9472e1e900f5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"04b10191-ee44-4892-8845-9a3c658eff19",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"263c0240-a3a1-4e88-b1e1-4021de73624c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:9,defence:1},description:"",details:"1d8+5 psychic damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Miss: Half damage, and the target is not dazed and does not take ongoing damage. Each time the target fails the saving throw against the ongoing effect, the wyrmling can slide it 3 squares.",damage:"1d8+5 psychic damage",category:1},{id:"33c20187-13b5-45ed-952a-93bdd54d69e4",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated until the end of the wyrmling’s next turn. The wyrmling can use dominating gaze on only one creature at a time.",damage:"",category:3},{id:"176e66f9-d881-4ca2-85e6-3d07f8f536a1",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A purple dragon wyrmling that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc52951c-d5ff-418e-82af-0beff159a5c5",name:"Purplespawn Nightmare",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Acrobatics +18, Bluff +18, Stealth +18, Thievery +18",equipment:"longsword",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:20},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:128,initiative:17,ac:30,fortitude:29,reflex:30,will:28,regeneration:{value:10,details:"if the purplespawn nightmare takes radiant damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"df67f17a-f72e-471b-9141-dacbbf0e924f",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"4c51cd5e-fc3a-4f6e-9410-e9fbec7c734e",name:"Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Sleep",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and the target is dazed (save ends). First Failed Saving Throw: The target is dazed and slowed (save ends both). Second Failed Saving Throw: The target falls unconscious (save ends).",damage:"3d6+8 damage",category:1},{id:"0c0f6591-1ba0-4310-b5a0-71b2e9b375e8",name:"Nightmare Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"The purplespawn nightmare can alter its physical form to appear as an enemy of its choice. While the nightmare is adjacent to that enemy, roll 1d20 whenever a melee or ranged attack targets the nightmare. On a roll of 10 or higher, the attack instead targets the copied enemy. The copied enemy’s attacks are not subject to this effect.",attack:null,description:"",details:"",damage:"",category:1},{id:"7210500a-bc85-4648-b310-a07116d2c202",name:"Nightmarish Torment",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the purplespawn nightmare’s melee attack hits an enemy it is copying with nightmare form or a sleeping target, that target takes ongoing 10 psychic damage (save ends) in addition to the attack’s other effects.",damage:"",category:0},{id:"b757c1f2-6a41-4f69-854f-51c0ce23d184",name:"Psychic Edge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A purplespawn nightmare gains a +4 bonus to all defenses against attacks from enemies that are taking ongoing psychic damage.",damage:"a purplespawn nightmare gains a +4 bonus to all defenses against attacks from enemies that are taking ongoing psychic damage",category:0}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a826b73d-efbe-46ef-bd19-90840321e9a7",name:"Rancid Tide",details:"",size:5,origin:4,type:0,keywords:"dragon, undead",level:23,role:{type:0,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:12},intelligence:{score:1},wisdom:{score:15},charisma:{score:8},hp:340,initiative:12,ac:37,fortitude:38,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"768f44f3-d801-4701-96fc-3488f45ecadf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d6+10 damage.",damage:"2d6+10 damage",category:1},{id:"4fc3e11b-7b2a-4140-80bc-681f69a99a32",name:"Black Bile Spittle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:28,defence:2},description:"",details:"2d8+10 necrotic damage, and the target is weakened until the end of the rancid tide’s next turn.",damage:"2d8+10 necrotic damage",category:1},{id:"408ca3b6-a206-4e57-9145-a220c94f18eb",name:"Unholy Tears",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 12",attack:{bonus:30,defence:0},description:"",details:"2d8+10 necrotic damage, and the target takes a -4 penalty to AC and Reflex defense (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"dd900998-4145-45fd-bb87-1999de3c2a7f",name:"Torrent of Terror",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The rancid tide makes a black bile spittle and an unholy tears attack, each against a different target.",damage:"",category:1},{id:"999d6db2-de3e-4d4e-9506-29572a7ba3fa",name:"Rancid Flood",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"2d8+8 necrotic damage, and the target is pushed 3 squares.",damage:"2d8+8 necrotic damage",category:5}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"25 against critical hits, radiant (a rancid tide that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"13b1a2f8-cd0e-4ad6-bedf-a151ee24f54c",name:"Red Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"5, fly 7 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Bluff +8, Insight +9, Intimidate +8",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:134,initiative:7,ac:23,fortitude:21,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"98d7946e-fc0e-4c6f-a9db-562a6a7d3aa0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+6 fire damage.",damage:"2d6+6 fire damage",category:1},{id:"8edae6c3-6b33-4c7b-abef-7f56dfab5a1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"ff1722e3-a10f-49ba-801c-fd1bdc3bb250",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"bf52c15d-d898-40ed-9962-0fd209018b8c",name:"Tall Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon wyrmling",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The wyrmling attacks the triggering enemy with its tail; 1d10+6 damage, and the target is pushed 1 square.",damage:"1d10+6 damage",category:5},{id:"026a0be5-5e95-4dac-98b8-6fe4b8d6fada",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"1d10+4 fire damage. Miss: Half damage.",damage:"1d10+4 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc5861cb-5e81-4e55-ada0-10929096aad7",name:"Roper Lasher",details:"",size:3,origin:1,type:1,keywords:"earth",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"2, climb 2 (spider climb)",alignment:"Evil",languages:"Primordial",skills:"Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:15},intelligence:{score:11},wisdom:{score:18},charisma:{score:9},hp:316,initiative:10,ac:32,fortitude:31,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"6d1bf4f0-6b23-47c2-9e0d-3d99bbc2d588",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Reach 10; 2d10+5 damage, and the target is grabbed (until escape or until the tentacle is hit). While the target is grabbed, it is also weakened.",damage:"2d10+5 damage",category:1},{id:"3d88099d-fd7a-498c-9063-0318ebc60205",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The roper makes two tentacle attacks; if either hit, and It has at least one free tentacle, It can make a third attack.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"925afb07-2377-4037-ba56-e2603d32ec21",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"The roper makes an attack against a creature it has grabbed; on a hit, the target is pulled 5 squares. The roper can use this power only against a grabbed target once per turn.",damage:"the target is pulled 5 squares",category:3},{id:"299f1425-b65c-4910-ba40-0af73f982164",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+12 damage.",damage:"2d10+12 damage",category:1},{id:"527fa855-54f2-47af-a57e-5d8c6be6d2aa",name:"Stony Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A roper that does not move, retracts its tentacles, and keeps its eye and mouth closed resembles a jagged rock formation, stalagmite, or stalactite. In this form, the roper can be recognized with a successful DC 32 Perception check.",damage:"the roper can be recognized with a successful DC 32 Perception check",category:0},{id:"ea21b3c9-1b83-4071-82c7-b3baf0c2fd44",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The roper can attack and grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make the roper let go of a grabbed creature; the tentacle’s defenses are the same as the roper’s. An attack that hits the tentacle does not harm the roper but causes it to let go and retract the tentacle.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"5f47fe07-c4bb-4432-abaf-eee08008fa71",name:"Rotclaw",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:12},intelligence:{score:1},wisdom:{score:13},charisma:{score:6},hp:138,initiative:6,ac:23,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"4b837386-0b3b-485c-a007-669c408b5c29",name:"Bite",action:{action:1,trigger:"",sustainAction:1,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"c17053f6-5e7f-432a-a55a-033b1e872cd8",name:"Bullying Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The rotclaw makes a charge attack; 4d6+6 damage, and the target is knocked prone.",damage:"4d6+6 damage",category:1},{id:"81643c23-6415-4f0d-b437-7f37adb7b6c5",name:"Eat the Fallen",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the rotclaw is adjacent to a prone enemy, the creature becomes immobilized and cannot attack any target other than a prone enemy. It gains a +2 bonus to attack rolls against a prone target (in addition to any bonus for combat advantage).",damage:"It gains a +2 bonus to attack rolls against a prone target (in addition to any bonus for combat advantage)",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"20 against critical hits, radiant (a rotclaw that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"b71bf2b6-7311-4e63-8f89-863f3524b2bf",name:"Siegewyrm",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:29},dexterity:{score:25},intelligence:{score:3},wisdom:{score:17},charisma:{score:10},hp:410,initiative:17,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"d7602208-5722-4c7e-958e-073cedf12709",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d6+9 damage, and the target slides 2 squares.",damage:"3d6+9 damage",category:1},{id:"021028dd-3187-465b-b4f0-793b47293980",name:"Pinning Tail",action:{action:5,trigger:"when an enemy targets the siegewyrm with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The siegewyrm attacks the triggering enemy; reach 4; 2d10+9 damage, and the target is knocked prone and is immobilized (save ends).",damage:"2d10+9 damage",category:5},{id:"8b385c92-6fa6-41f0-a8ed-e79be857e55d",name:"Marrow Sluice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"The siegewyrm targets up to three creatures; the first target must be within 10 squares of the siegewyrm, the second target within 10 squares of the first, and the third target within 10 squares of the second; 2d6+9 damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is not pushed.",damage:"2d6+9 damage",category:1},{id:"09118a08-e0ce-4a45-b05e-d4602e6f59bb",name:"Osseous Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 3 within 12",attack:{bonus:25,defence:2},description:"",details:"damage, and the target is restrained (save ends). Miss: Half damage, and the target is immobilized (save ends). Aftereffect, on Hit Only: The",damage:"damage",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3fe933d2-e24d-41b6-ac8c-0db01bf28185",name:"Son of Winter",details:"",size:2,origin:4,type:2,keywords:"",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"6",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"",equipment:"hide armor",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:25},intelligence:{score:8},wisdom:{score:14},charisma:{score:22},hp:1,initiative:21,ac:39,fortitude:39,reflex:37,will:36,regeneration:null,auras:[{id:"8075f3d4-048b-4ceb-ae4a-518d8aec4d30",name:"Utter Cold",keywords:"",details:"(Cold) aura 1; any enemy within the aura gains vulnerability 5 cold."}],powers:[{id:"adbf334e-1bbf-49c9-b3ea-cf5073975a8c",name:"Ice Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"6 cold damage, and the target is slowed (save ends). First Failed Saving Throw: The target is immobilized instead of slowed (save ends). Second Failed Saving Throw: The target is restrained instead of immobilized and takes ongoing 10 cold damage (save ends both).",damage:"6 cold damage",category:1},{id:"a6bd5c2d-2d95-4b16-a0aa-a92919ca6c27",name:"Hoarfrost Eruption",action:null,keywords:"Cold, Zone",condition:"when reduced to 0 hit points",range:"The son of winter explodes in a burst of utter cold. Close burst 3",attack:{bonus:28,defence:1},description:"",details:"6 cold damage, and the target is immobilized (save ends). In addition, the burst creates a zone of difficult terrain that lasts until the end of the encounter.",damage:"6 cold damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0d093117-eaf1-4c43-86b9-79ff1bbe8b65",name:"Soulgrinder",details:"",size:4,origin:5,type:1,keywords:"dragon, undead",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Stealth +29",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:30},intelligence:{score:12},wisdom:{score:25},charisma:{score:26},hp:957,initiative:24,ac:46,fortitude:40,reflex:44,will:41,regeneration:{value:20,details:"if the soulgrinder takes radiant damage, regeneration does not function on its next turn"},auras:[{id:"739359bc-5ad8-42f4-b796-e3a02dfa2015",name:"Death Wish",keywords:"",details:"(Charm, Necrotic) aura 3; creatures in the aura cannot spend healing surges. Any creature within the aura at the start of the soulgrinder’s turn is pulled 1 square."}],powers:[{id:"69148707-0915-400b-a848-ae3a1e09d99b",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 3; 3d8+10 necrotic damage, and the target takes ongoing 10 necrotic damage and cannot spend a healing surge (save ends both).",damage:"3d8+10 necrotic damage",category:1},{id:"c86484dc-bc67-4faa-9da8-7896f7eb4d3a",name:"Death’s Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The soulgrinder makes a shadow bite attack against each of three different targets.",damage:"",category:1},{id:"4c261100-a901-4a24-bbd3-c5189a40944c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 10",attack:{bonus:32,defence:1},description:"",details:"4d8+8 necrotic damage, and the target takes ongoing 10 necrotic damage and cannot spend a healing surge (save ends both). A target that is already taking ongoing necrotic damage also loses two healing surges. Miss: Half damage, and a target taking ongoing necrotic damage loses only one healing surge.",damage:"4d8+8 necrotic damage",category:1},{id:"f52bd40e-bf65-4ef3-9733-9f4f9a9f7254",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The soulgrinder’s breath weapon recharges, and the soulgrinder uses it immediately.",damage:"",category:5},{id:"128c20e3-0305-4868-822c-5d030fefe4eb",name:"Vengeance from Beyond",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"when the soulgrinder is reduced to 0 hit points",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"4d8+8 necrotic damage, and the target loses two healing surges. Miss: No damage, and the target loses one healing surge.",damage:"4d8+8 necrotic damage",category:1},{id:"f7d8b4f3-4f7a-44ea-a334-3da4c708cd5c",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulgrinder shifts 6 squares.",damage:"The soulgrinder shifts 6 squares",category:2},{id:"1b5e1d54-fc52-4932-91af-59ffadd9fbe3",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid creature killed by a soulgrinder rises as a freewilled wraith at the start of its creator’s next turn; a dragon instead rises as a soulgrinder. The new wraith appears in the space where it died or in the nearest unoccupied space. Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-20}],resist:"insubstantial",vulnerable:"10 radiant (see also regeneration)",immune:"disease, poison",tactics:""},{id:"313aa963-e228-4337-b407-6a9e50754439",name:"Squamous Maw",details:"",size:3,origin:0,type:1,keywords:"dragon",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +8; all-around vision, darkvision",movement:"6, burrow 3",alignment:"Evil",languages:"Draconic, Far Speech",skills:"Intimidate +11",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:17},intelligence:{score:11},wisdom:{score:15},charisma:{score:13},hp:216,initiative:8,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"c7ec33fe-f49e-4cf5-8a4c-5ab140c7a146",name:"Dreadful Cacophony",keywords:"",details:"(Fear) aura 3; any enemy within the aura that is taking ongoing psychic damage takes a -1 penalty to attack rolls."}],powers:[{id:"0fcca496-2062-4f1b-92d6-cb2151f5e86a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+5 psychic damage, and ongoing 5 psychic damage.",damage:"2d8+5 psychic damage",category:1},{id:"83cd907c-6b0f-4cae-b5b1-704ff81acf87",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The maw makes two bite attacks.",damage:"",category:1},{id:"cc34fd16-db45-4a42-94b8-3d88b39840f2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"1d12+7 psychic damage, and ongoing 5 psychic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"1d12+7 psychic damage",category:1},{id:"86e1545b-bb7e-477c-a54e-ff1b18a4a452",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The maw’s breath weapon recharges, and the maw uses it immediately.",damage:"",category:5},{id:"a2f05e38-3a5f-4495-9a2e-90320da33c2f",name:"Mad Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The maw gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against enemies that are taking ongoing psychic damage.",damage:"the maw gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against enemies that are taking ongoing psychic damage",category:0}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8eeb890c-c525-4f0f-b064-6f7e99137322",name:"Squamous Spewer",details:"",size:4,origin:0,type:1,keywords:"dragon",level:22,role:{type:7,flag:2,leader:!1},senses:"Perception +14; all-around vision, darkvision",movement:"8, burrow 4",alignment:"Evil",languages:"Draconic, Far Speech",skills:"Intimidate +18",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:23},intelligence:{score:17},wisdom:{score:17},charisma:{score:14},hp:1055,initiative:19,ac:41,fortitude:39,reflex:36,will:33,regeneration:null,auras:[{id:"2dfc59cf-31db-408c-bc87-ab46b6ae9213",name:"Frightful Cacophony",keywords:"",details:"(Fear) aura 5; any enemy that starts its turn within the aura that is taking ongoing psychic damage is pushed 3 squares."}],powers:[{id:"f742924c-3c58-4d82-ba9a-465a506f3f4e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+7 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d10+7 psychic damage",category:1},{id:"da0fd70b-bd9d-4790-b4b5-53332f375b90",name:"Spew Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:28,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"69a03c47-71bb-44a1-b350-6d869ae5b904",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spitter makes three bite attacks.",damage:"",category:1},{id:"8ccf13d8-70b9-4884-bcf7-5ae1fe181b5d",name:"Far Stare",action:{action:4,trigger:"when an enemy attacks the spitter",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"ranged 5",attack:{bonus:27,defence:3},description:"",details:"The spitter locks eyes with the triggering enemy; 3d10+9 psychic damage, and the target is knocked prone. This attack does not provoke opportunity attacks.",damage:"3d10+9 psychic damage",category:5},{id:"89f60525-301f-4b68-8fe2-77d3ccad67aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:2},description:"",details:"3d12+6 psychic damage, and ongoing 5 psychic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"3d12+6 psychic damage",category:1},{id:"5ce6049b-a956-4293-ada7-09de133e8eec",name:"Storm of Agony",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"3d10+8 psychic damage, and the target is stunned and takes ongoing 10 psychic damage (save ends).",damage:"3d10+8 psychic damage",category:1},{id:"f61c89a4-67d7-4b83-9845-71ccd8fdb95c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The spewer’s breath weapon recharges, and the spewer uses it immediately.",damage:"",category:5}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"e0c5408b-e29b-471a-b1b7-9d8453b4ef52",name:"Squamous Spitter",details:"",size:3,origin:0,type:1,keywords:"dragon",level:15,role:{type:7,flag:2,leader:!1},senses:"Perception +10; all-around vision, darkvision",movement:"6, burrow 3",alignment:"Evil",languages:"Draconic, Far Speech",skills:"Intimidate +14",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:755,initiative:13,ac:34,fortitude:32,reflex:29,will:28,regeneration:null,auras:[{id:"3eac0d23-54c2-45a2-b76b-c19bcd65da3c",name:"Frightful Cacophony",keywords:"",details:"(Fear) aura 3; any enemy that starts its turn within the aura that is taking ongoing psychic damage is pushed 3 squares."}],powers:[{id:"8aaaf2f3-d090-4424-aecf-6138b77eac0f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"4779c37e-9a00-45c9-9173-c72c86343956",name:"Spew Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 8",attack:{bonus:21,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"2a34371a-db25-4099-84c2-6b3da6911233",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The spitter makes three bite attacks.",damage:"",category:1},{id:"c503c753-b071-47a4-b1fe-b19800c928d5",name:"Far Stare",action:{action:4,trigger:"when an enemy attacks the spitter",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"ranged 5",attack:{bonus:20,defence:3},description:"",details:"The spitter locks eyes with the triggering enemy; 2d10+7 psychic damage, and the target is knocked prone. This attack does not provoke opportunity attacks.",damage:"2d10+7 psychic damage",category:5},{id:"d094ba7f-d103-433a-a580-30bc6b784a32",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"2d12+6 psychic damage, and ongoing 5 psychic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d12+6 psychic damage",category:1},{id:"caf6444c-e871-464e-bea8-129d547075b1",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The spitter’s breath weapon recharges, and the spitter uses it immediately.",damage:"",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"a41ec8d1-3ba7-4114-9b2f-aeaa1f5cbc4c",name:"Stone Harrier",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:46,initiative:4,ac:18,fortitude:17,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"fd61f86d-baf5-4553-8ee1-5f072847e759",name:"Stab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage, and the target is slowed (save ends).",damage:"1d6+3 damage",category:1},{id:"d56cc299-9163-40a1-a12b-8deaa76219a9",name:"Harrying Stone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 5 squares",attack:{bonus:7,defence:2},description:"",details:"affects only creatures in contact with the ground; the target is immobilized (save ends).",damage:"",category:1},{id:"9d1be5d0-1fb0-4658-9dff-f10dbca492ea",name:"Guard Object",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The stone harrier deals 1d6 extra damage against targets adjacent to or carrying its guarded object. These stone harriers are commanded to guard the portcullis (technically, one specific bar of the portcullis, due to weight restrictions).",damage:"the stone harrier deals 1d6 extra damage against targets adjacent to or carrying its guarded object",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"dd803f18-d2e5-438e-b458-f97b05c9b828",name:"Stoneborn Dracolich",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:11,role:{type:7,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +12, Intimidate +12",equipment:"",category:"",strength:{score:27},constitution:{score:13},dexterity:{score:13},intelligence:{score:14},wisdom:{score:17},charisma:{score:14},hp:545,initiative:8,ac:28,fortitude:25,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"ff2291c1-c8d7-4076-b6bb-95bd75e777c6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage, and the target is marked until the end of the stoneborn dracolich’s next turn.",damage:"2d6+6 damage",category:1},{id:"e01f2f67-7de0-4cc9-9754-c7af1726f532",name:"Stone Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The stoneborn dracolich makes a bite attack and a tail sweep attack.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0d9de988-038b-44c0-a99d-13242138f0cd",name:"Bone Shard Splinters",action:{action:4,trigger:"when the dracolich takes damage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:5},{id:"1044d3d1-b326-45bd-96d4-f93351b3b374",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d8+4 necrotic damage, and the target is immobilized (save ends). Each Failed Saving Throw: The target takes 10 damage.",damage:"2d8+4 necrotic damage",category:1},{id:"7e6fd365-40f8-4abe-a0fa-85adbac1ebc6",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The stoneborn dracolich’s breath weapon recharges, and the dracolich uses it immediately.",damage:"",category:5},{id:"019a619a-4f66-4bdc-9f89-500cd8276485",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the stoneborn dracolich’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"48251ba4-a060-4f60-98f8-064f04fef342",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:18,defence:0},description:"",details:"1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"5 all",immune:"disease, fear, poison",tactics:""},{id:"c8718aa7-8073-4dd0-9515-f1dadbdf0760",name:"Storm Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:21},hp:58,initiative:6,ac:20,fortitude:19,reflex:18,will:19,regeneration:{value:5,details:""},auras:[],powers:[{id:"c64f0a92-333a-4d23-9133-9bc173f74477",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 lightning damage.",damage:"2d6+4 lightning damage",category:1},{id:"1edd791f-ebc3-4102-9db5-d005943cf898",name:"Lightning Discharge",action:{action:4,trigger:"when an enemy hits the abishai with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:12,defence:2},description:"",details:"1d6+5 lightning damage, and the triggering enemy is pushed 1 square and stunned until the end of its next turn.",damage:"1d6+5 lightning damage",category:5},{id:"1c369b1c-3c83-446a-b741-0c82640fbcac",name:"Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"2d6+5 thunder damage.",damage:"2d6+5 thunder damage",category:1}],damageModifiers:[{type:5,value:-5},{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6b2f0efe-4813-48ef-a4a0-d3fd25eca741",name:"Swarmtongue Hydra",details:"",size:2,origin:0,type:1,keywords:"reptile",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"8, burrow 4, climb 8",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:17},intelligence:{score:2},wisdom:{score:19},charisma:{score:7},hp:270,initiative:11,ac:29,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"4458fda1-9860-42be-801c-a847ad6412a0",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"6a73277f-81a5-48c2-88d3-46185647c030",name:"Fierce Lashing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The swarmtongue hydra makes three tongue lash attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"9852f2db-4787-4a1b-a3f8-9b02be145223",name:"Consuming Grubs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable twice per encounter",range:"Close blast 4",attack:{bonus:16,defence:2},description:"",details:"the target takes ongoing 10 damage and is dazed (save ends both).",damage:"the target takes ongoing 10 damage and is dazed (save ends both)",category:1},{id:"d6f3e951-6272-4884-ae3f-9e232e00b23f",name:"Anesthetic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Sleep",condition:"",range:"Close blast 4",attack:{bonus:16,defence:1},description:"",details:"the target falls unconscious (save ends).",damage:"",category:1},{id:"fa016d2d-d2d9-429d-92d0-716f00d1793e",name:"Energy Leech",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target hit by its consuming grubs has resistance to damage, the swarmtongue hydra gains resist 10 against that type of damage and can transform the damage it deals from any attack into damage of that type. (if the target has multiple resistances, choose one.)",damage:"if a target hit by its consuming grubs has resistance to damage",category:0},{id:"40b372f0-5d83-497c-9d44-fb818c382061",name:"Analgesic Saliva",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Damage from the swarmtongue hydra’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect.",damage:"damage from the swarmtongue hydra’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect",category:0},{id:"0bbf210f-c845-462d-a309-273bf1569ead",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the swarmtongue hydra becomes dazed or stunned, it instead loses one attack with its fierce lashing power on its next turn. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2cc0886a-9e88-4e28-a7a5-9d317b3ee945",name:"Swarmtongue Worm",details:"",size:2,origin:0,type:1,keywords:"reptile",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"8, burrow 4, climb 8",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:14},intelligence:{score:2},wisdom:{score:16},charisma:{score:7},hp:76,initiative:7,ac:20,fortitude:19,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"48e90613-b6e9-46b2-8d94-52ff072252a4",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 3d4+3 damage.",damage:"3d4+3 damage",category:1},{id:"50349fb6-6c2d-4e5c-94aa-2b67f8a860af",name:"Consuming Grubs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:9,defence:2},description:"",details:"2d4+2 damage, and the target takes ongoing 5 damage and is dazed (save ends both).",damage:"2d4+2 damage",category:1},{id:"c96351b9-3952-44f1-bf97-8ecda7d76c85",name:"Energy Leech",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target hit by its consuming grubs has resistance to damage, the swarmtongue worm gains resist 5 against that type of damage and can transform the damage it deals from any attack into damage of that type. (if the target has multiple resistances, choose one.)",damage:"if a target hit by its consuming grubs has resistance to damage",category:0},{id:"945fa933-8b95-4a94-8dbd-2680435201f7",name:"Analgesic Saliva",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Damage from the swarmtongue worm’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect.",damage:"damage from the swarmtongue worm’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fd19a840-ac8c-499d-acea-6080a598cbd8",name:"Thief of Life",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:15,role:{type:6,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +16, Stealth +15",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:17},intelligence:{score:17},wisdom:{score:18},charisma:{score:16},hp:730,initiative:12,ac:33,fortitude:31,reflex:30,will:30,regeneration:{value:15,details:"regeneration does not function while the thief of life is exposed to sunlight"},auras:[],powers:[{id:"bf614fa8-63e6-48c2-af11-7f00c1d35c47",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target takes ongoing 10 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"15fbe35a-43ca-4be4-91e8-f4845f0cc3dc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"a3f8878c-0641-4e62-86de-85579f245b57",name:"Hunger Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The thief of life makes a bite attack and two claw attacks. The claw attacks must target two different enemies.",damage:"",category:1},{id:"609f199c-3b53-4328-88bc-cce23321ffc4",name:"Compelling Gaze",action:{action:4,trigger:"when an enemy attacks the thief of life",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"the triggering enemy is dazed and is pulled 5 squares at the start of its turn (save ends both). This attack does not provoke opportunity attacks.",damage:"the triggering enemy is dazed and is pulled 5 squares at the start of its turn (save ends both)",category:5},{id:"d6a32cf9-d3b2-47dd-a027-a877b7f54e69",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"(+20 against bloodied targets)2d8+6 damage, and the thief of life regains 30 hit points. It regains only 30 hit points regardless of how many targets are hit. Miss: Half damage, and the thief of life does not regain hit points.",damage:"(+20 against bloodied targets)2d8+6 damage",category:1},{id:"e98040f4-85b9-40bc-b9fd-a29357164bdc",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The thief of life’s breath weapon recharges, and the thief of life uses it immediately.",damage:"",category:5},{id:"b6ff6345-8a1c-4c36-80f7-31fb33671c18",name:"Fly to Feast",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The thief of life teleports 20 squares. It must end its move adjacent to a bloodied enemy.",damage:"The thief of life teleports 20 squares",category:2},{id:"628e943b-07c7-4d16-a3b9-e662cbd03d44",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The thief of life becomes insubstantial but cannot make attacks. It can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"It can remain in mist form for up to 1 hour or end the effect as a minor action",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7e387af3-48f7-43e8-b394-54fe618be251",name:"Venomous Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6, fly 8, overland flight 16",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Bluff +12",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:19},hp:62,initiative:6,ac:21,fortitude:18,reflex:20,will:19,regeneration:{value:5,details:""},auras:[],powers:[{id:"dd4a1761-1950-4509-ab9c-a6a9e3f1e5a7",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+3 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"2d4+3 damage",category:1},{id:"a9a03353-a712-451c-902f-039666708505",name:"Eyes of the Dragon",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target slides 2 squares.",damage:"the target slides 2 squares",category:3},{id:"8d674bcb-8a63-4c78-a9f0-9b1c032a91b5",name:"Venom Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Teleportation, Zone",condition:"",range:"Close blast 3",attack:null,description:"",details:"the burst creates a zone filled with poisonous gas that lasts until the end of the encounter. Any creature that starts its turn in the zone takes 5 poison damage and is dazed until the end of its next turn. The zone is difficult terrain. The venomous abishai can teleport 3 squares as a move action, as long as it begins and ends this movement within the zone.",damage:"any creature that starts its turn in the zone takes 5 poison damage and is dazed until the end of its next turn",category:1}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"af79960f-9c64-4b93-b8c0-0b8c57bdb4bf",name:"White Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:1,role:{type:2,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6 (ice walk), fly 6 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +9",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:76,initiative:0,ac:13,fortitude:14,reflex:12,will:13,regeneration:null,auras:[],powers:[{id:"61b844a4-7e30-4154-9a27-e20ebf702879",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+4 cold damage.",damage:"1d8+4 cold damage",category:1},{id:"480a1d51-14bf-4496-ab6f-0466ed42bb7c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"1e47141a-64f0-4dff-9333-b1c2252dfcad",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks. If it hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"a6e93903-5db0-46a5-9d93-4c1b4e1b654c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Cold",condition:"",range:"Close blast 4",attack:{bonus:2,defence:2},description:"",details:"3d6+4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6+4 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f67cdd36-f906-4bf4-b489-cd106fbe3207",name:"Winged Putrescence",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"6, fly 4 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:10},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:240,initiative:4,ac:23,fortitude:25,reflex:19,will:19,regeneration:null,auras:[{id:"dc2d9c5a-035f-4630-ab7c-cd3720df168a",name:"Stench of Decay",keywords:"",details:"aura 2; any enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"1efcd509-b136-449c-924a-053f1e82c65a",name:"Claw",action:{action:1,trigger:"",sustainAction:1,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 4d4+6 damage, and a Large or smaller target is grabbed and immobilized (both until escape). When the winged putrescence sustains the grab, it deals 4d4 + 6 damage to the target. It can’t make other attacks while grabbing a target.",damage:"4d4+6 damage",category:1},{id:"14cdc558-1ae0-4499-bf09-4505aead3c07",name:"Wing Beat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:10,defence:1},description:"",details:"2d6+6 damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+6 damage",category:1},{id:"e2fdd8a3-9149-4bf7-b338-661477a7758e",name:"Putrid Blast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:10,defence:2},description:"",details:"3d6+6 damage, and the target is immobilized and takes ongoing 10 acid and necrotic damage (save ends both).",damage:"3d6+6 damage",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"20 against critical hits, radiant (a winged putrescence that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"954e13d0-5c0c-474d-bdef-2d594b515a3b",name:"Wrack Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:11},charisma:{score:19},hp:51,initiative:9,ac:19,fortitude:17,reflex:17,will:18,regeneration:{value:5,details:""},auras:[],powers:[{id:"4a406c2e-0881-4b10-b6ea-1d71eac8ff76",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+3 acid damage.",damage:"2d6+3 acid damage",category:1},{id:"033315b8-f7ce-4507-bbbd-5b74b7423068",name:"Acidic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 6",attack:{bonus:8,defence:1},description:"",details:"1d6+4 acid damage, and the target is pushed 3 squares and blinded (save ends).",damage:"1d6+4 acid damage",category:1},{id:"79362535-e6ef-4e5b-a8ff-8496e66c6c62",name:"Shadow Meld",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The wrack abishai turns invisible and moves 6 squares. It remains invisible until the end of its next turn.",damage:"The wrack abishai turns invisible and moves 6 squares",category:1},{id:"db930d3c-b021-4310-b259-99e6ab9dcf79",name:"Deadly Ambush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The wrack abishai deals 1d10 extra damage to a target that cannot see it, and that target is dazed (save ends).",damage:"the wrack abishai deals 1d10 extra damage to a target that cannot see it",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4bde38e9-e2a2-45b0-9319-3e4967d3124a",name:"Wyrmwarped Atrocity",details:"",size:1,origin:0,type:2,keywords:"reptile",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +6, Thievery +6",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:8},charisma:{score:13},hp:64,initiative:4,ac:16,fortitude:16,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"3a9f52cf-d31c-40b5-bac4-0038eeaa0925",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"c4490b66-30d6-43a8-86d7-87ddb1ab82ad",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The atrocity makes two claw attacks.; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"8e25bdab-762a-42fb-9eba-97c75d4f5814",name:"Fearsome Outburst",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:5},{id:"385efbee-62e4-4f77-8aae-fdd00fa8bd86",name:"Death Burst",action:null,keywords:"Acid",condition:"when reduced to 0 hit points",range:"close burst 2",attack:{bonus:4,defence:2},description:"",details:"The atrocity explodes in a burst of acidic goo; 1d10+2 acid damage, and the target takes a -1 penalty to attack rolls (save ends).",damage:"1d10+2 acid damage",category:0},{id:"0b8086ee-c1c0-4097-8306-ec0643906618",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The atrocity shifts 1 square.",damage:"The atrocity shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e3c4e09-beac-495c-9d96-b4f2b49f08d9",name:"Wyrmwarped Scaleshaper",details:"",size:1,origin:0,type:2,keywords:"reptile",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +2; darkvision",movement:"6, fly 4 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Far Speech",skills:"Arcana +8, Intimidate +11, Stealth +8, Thievery +8",equipment:"",category:"",strength:{score:8},constitution:{score:17},dexterity:{score:16},intelligence:{score:11},wisdom:{score:9},charisma:{score:17},hp:73,initiative:6,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"52fc1a1a-d08e-44bb-af02-e77653eef81a",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"da3e1610-fb17-4b0e-92a5-4fa952d141a9",name:"Frightful Vision",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the scaleshaper attacks two different targets; 1d8+5 psychic damage, and the target is slowed (save ends).",damage:"1d8+5 psychic damage",category:1},{id:"8be8507c-ac4d-4ebf-92f7-05f41297f334",name:"Unnatural Speed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets two allies within range, or the scaleshaper and one ally within range; the target gains +4 speed and can shift 2 squares as a minor action until the end of its next turn.",damage:"the target gains +4 speed and can shift 2 squares as a minor action until the end of its next turn",category:1},{id:"5f8862d2-dace-4d00-9dde-edad1dca9815",name:"Warped Strength",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target gains a +2 bonus to attack rolls and damage rolls with its melee attacks until the end of its next turn.",attack:null,description:"",details:"targets two allies within range, or the scaleshaper and one ally within range",damage:"",category:1},{id:"d29b43b4-147a-4191-a363-991368676020",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scaleshaper shifts 1 square.",damage:"The scaleshaper shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"decf9df8-f5dc-40ef-8f74-0258bf681a9d",name:"Wyrm-Wisp",details:"",size:1,origin:5,type:1,keywords:"dragon, undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:6},wisdom:{score:12},charisma:{score:10},hp:40,initiative:8,ac:17,fortitude:14,reflex:17,will:14,regeneration:{value:5,details:"if the wyrm-wisp takes radiant damage, regeneration does not function on its next turn"},auras:[],powers:[{id:"32e528db-8c0b-4abe-b29a-487753b022b1",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d10+4 necrotic damage, and the target is weakened (save ends).",damage:"1d10+4 necrotic damage",category:1},{id:"dcf216dc-087f-414c-ad02-66793d5a6202",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The wyrm-wisp deals 1d6 extra necrotic damage against any target it has combat advantage against.",damage:"the wyrm-wisp deals 1d6 extra necrotic damage against any target it has combat advantage against",category:0},{id:"a5fd8f1b-bcf6-434a-a624-862844090ca4",name:"Death Dive",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The wyrm-wisp shifts 6 squares. If it enters the space of another creature, that creature takes 1d6 necrotic damage and is weakened until the end of the wyrm-wisp’s next turn.",damage:"that creature takes 1d6 necrotic damage and is weakened until the end of the wyrm-wisp’s next turn",category:2},{id:"03267708-09b3-43d3-a0ad-8c2174f6f960",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid creature killed by a wyrm-wisp rises as a freewilled wraith at the start of its creator’s next turn; a dragon instead rises as a wyrm-wisp. The new wraith appears in the space where it died or in the nearest unoccupied space. Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7fcc75eb-009a-44e8-8024-4bcf6218cb10",name:"Young Blazewyrm",details:"",size:3,origin:1,type:1,keywords:"dragon, fire",level:4,role:{type:2,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6 (hover)",alignment:"Unaligned",languages:"Draconic, Primordial",skills:"Athletics +11",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:136,initiative:2,ac:18,fortitude:18,reflex:17,will:16,regeneration:null,auras:[{id:"9b22e831-4a91-40b2-9815-b9d01daef027",name:"Body Blaze",keywords:"",details:"(Fire) aura 2; any creature that enters the aura or starts its turn within the aura takes 5 fire damage."}],powers:[{id:"76d3ff67-d481-448a-87ea-0a945a72d590",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 2d8+6 fire damage.",damage:"2d8+6 fire damage",category:1},{id:"151bf55a-b751-4659-bfb8-a3e465a0d1b2",name:"Blazewyrm Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blazewyrm makes two bite attacks. If both bites hit a single target, it makes a third bite attack against the same target.",damage:"",category:1},{id:"564bb845-da93-410d-8c69-02a2d17b2b41",name:"Tumbling Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire, Teleport",condition:"",range:"Close blast 5",attack:{bonus:5,defence:2},description:"",details:"3d6+4 fire damage, and the target takes ongoing 5 fire damage (save ends). Effect: The blazewyrm teleports to any open space adjacent to the border of the blast’s area.",damage:"3d6+4 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"f0149eeb-8851-41c5-b936-26fec2881a2c",name:"Young Brown Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:3,role:{type:4,flag:2,leader:!1},senses:"Perception +3; darkvision, tremorsense 10",movement:"8, burrow 6, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +8, Stealth +7",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:12},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:184,initiative:6,ac:21,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"bddf0321-aa39-42b6-8265-94f24ee81e97",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"aed5df3f-4496-44cf-a2cb-19bca6a91ac5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"945cb1e9-72a1-444d-b6a4-22b952234e2b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"f164d803-6aa4-4475-bfd4-6577f4a57f18",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"targets the triggering enemy; 1d6+1 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d6+1 damage",category:5},{id:"d59bf603-f9a5-40cb-92df-b5b7f5e5b0bb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:6,defence:1},description:"",details:"2d8+2 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 5 damage. The area blocks line of sight for all creatures except the dragon.",damage:"2d8+2 damage",category:1},{id:"192150eb-8dfd-4b81-9d67-72c4b5e9ab46",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"1573c2f8-327a-4158-8589-d2e7c22909bd",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:6,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"4a75365a-b0f1-4c8f-97aa-e371b15b8c90",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 1d6+4 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 1d6+4 damage and is blinded (save ends)",category:2},{id:"af5fa893-3be0-413a-bd56-9b4b99c6310c",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 1d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 1d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72baa6c8-9951-4e8f-8766-ec502323c104",name:"Young Gray Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:5,role:{type:7,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +9, Intimidate +8",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:260,initiative:6,ac:23,fortitude:22,reflex:21,will:21,regeneration:null,auras:[{id:"5e6252c4-40b7-476d-85c6-46301f4ca3c7",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"99718234-5398-4769-958e-9ca01586ca36",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"1d8+5 damage",category:1},{id:"1a5225a3-4348-4fe6-ac5e-fc7527e540b6",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d6+5 damage",category:1},{id:"758b7b49-d464-42c2-8985-11ea4fc4b95a",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"37c0a657-0675-4af4-a086-4b46d69ac4bc",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"b287b4ff-5561-42f0-9903-634011dbf65d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"1d10+3 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"1d10+3 acid damage",category:1},{id:"facbcd28-4ab7-45ca-af03-64fc555d14b0",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"da6d2942-a6b1-4c8e-a551-321a91a2de10",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e546f9b-c41b-4e79-a585-17d9d2580eb8",name:"Young Purple Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:6,role:{type:3,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"7, fly 7 (hover), overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +13, Diplomacy +13, Dungeoneering +10, Insight +10, Intimidate +13",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:13},wisdom:{score:14},charisma:{score:20},hp:272,initiative:5,ac:24,fortitude:21,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"333973d9-098d-479d-a11e-f5de08719a49",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+1 damage, and the target takes ongoing 5 psychic damage (save ends).",damage:"1d8+1 damage",category:1},{id:"9fc58a52-05ed-4f45-a0cd-7357edc3cb44",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"f55cf01e-760d-4526-83ed-25dd73b0eb6d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"cd839f5f-3ee5-402d-a7a1-ce1a1f93d482",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"1d8+5 psychic damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 3 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"1d8+5 psychic damage",category:1},{id:"ec9d451b-ab5e-482b-b9e2-5fda0302a78a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"582204f9-2d2c-4665-b957-27db4d005f80",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated until the end of the dragon’s next turn. The purple dragon can use dominating gaze on only one creature at a time.",damage:"",category:3},{id:"7be9e3dc-ac7a-4d77-8707-6ac2a5a41be5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d935e2b4-caea-41a6-aacb-eed4f10f9e7c",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A young purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 85 damage.",damage:"it also takes 85 damage",category:0}],damageModifiers:[{type:8,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7296c009-c46a-443a-b8da-c0ce4cfbfb8d",name:"Adamaaz Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +12, Intimidate +10, Stealth +12",equipment:"falchion; plate armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:74,initiative:9,ac:22,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"e5960af7-ce66-4edf-9b8f-688de3c764b3",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+5 damage (crit 2d4 + 12).",damage:"2d4+5 damage (crit 2d4 + 12)",category:1},{id:"2b028b6f-85ca-437b-9251-aaf50d29180b",name:"Thunderous Throes",action:null,keywords:"Thunder",condition:"when the draconian drops to 0 hit points",range:"Close burst 2",attack:{bonus:11,defence:1},description:"",details:"2d8+3 thunder damage, the target is knocked prone, and the target is deafened (save ends).",damage:"2d8+3 thunder damage",category:0},{id:"ce320e0a-ff06-4d2d-a897-abc1046069ca",name:"Marauding Step",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The draconian shifts 1 square and makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0f62f44-bec1-4e49-87e1-c2531315068a",name:"Adamantine Dragon Wyrmling",details:"ADAMANTINE WYRMLINGS ARE BORN STARVING, and they swiftly set out to hunt for food. Dependent on darkness and shadows to hide from larger predators, these creatures might not see light for the first months or years of life. They quickly develop the territoriality and temper of their parents, and this aspect of their nature occasionally results in adamantine wyrmlings killing one another.",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:7,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 6 (hover), overland flight 8",alignment:"Unaligned",languages:"Draconic",skills:"Insight +8",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:126,initiative:6,ac:21,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"2591df72-52d5-4ce8-a8d9-9bc0c720eb31",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+5 damage plus 1d6 thunder damage.",damage:"1d6+5 damage plus 1d6 thunder damage",category:1},{id:"69d363a5-adaa-4031-8cd1-e95d50a7a230",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"4071c04a-0548-460b-8edd-f536d1abd4ec",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"0e4497b9-02e5-499b-8327-1687fb4f9112",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"Close blast 4",attack:{bonus:8,defence:1},description:"",details:"3d6+4 thunder damage.",damage:"3d6+4 thunder damage",category:1}],damageModifiers:[{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9155077-3892-49f4-b55c-28d446a1ae3b",name:"Adult Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:3,origin:4,type:1,keywords:"dragon",level:11,role:{type:0,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +14, Insight +13, Intimidate +11",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:16},charisma:{score:13},hp:464,initiative:9,ac:24,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"7895a384-e49d-408f-8ac9-fd55939436bb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+5 damage plus 1d6 fire damage.",damage:"1d10+5 damage plus 1d6 fire damage",category:1},{id:"303de51c-0d3b-4fe1-aa7f-4801dc9115d9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"860b4f99-613d-42d2-9b68-70ac5bf1c5cd",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"049ea589-0bb5-4524-9729-63561d4fe86b",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets the triggering enemy; 1d10+5 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"1d10+5 damage",category:5},{id:"0d910553-0228-4438-9bcd-22a1bc264870",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"3d8+5 fire damage, and the dragon pushes the target 3 squares. Miss: Half damage.",damage:"3d8+5 fire damage",category:1},{id:"0b9f85fd-894b-4d76-b09f-daff2775ab64",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it. If the dragon is flying, it can shift up to 5 squares before making this attack.",damage:"it can shift up to 5 squares before making this attack",category:5},{id:"b583c6b2-5a57-48bb-b282-6b4f0780d981",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"2d6+5 fire damage. Effect: Each creature adjacent to the target takes 2d6 fire damage.",damage:"2d6+5 fire damage",category:1},{id:"b51969b3-45f6-4f51-846d-7fec652509ad",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e03b64d7-3024-4d25-b83d-8a1885dcc703",name:"Adult Bronze Dragon",details:"Order’s sworn servants, bronze dragons can seem arrogant and haughty, with an inflated sense of self, a tendency that can put them at odds with those they meet. In rare cases, this self-righteousness grows into something far more sinister, and the bronze dragon takes over what it sees as lesser races, ruling as a cruel tyrant that demands worship and subservience from its subjects. Bronze dragons claim coastlines, inlets, and islands as their own, constructing lairs in coastal caves that have access to the sea. More aggressive bronze dragons purposely choose lairs near shipping lanes so they can claim tribute from merchant vessels as those craft pass by. All bronze dragons share a deep and abiding hatred for blue dragons, and they are vigilant in protecting their homes from these despised interlopers.",size:3,origin:4,type:1,keywords:"aquatic, dragon",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 8 (hover), overland flight 10, swim 6",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +13, Intimidate +16",equipment:"",category:"",strength:{score:26},constitution:{score:21},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:20},hp:507,initiative:12,ac:26,fortitude:28,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"0809b541-89f8-4f7b-a242-41c672142e31",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+8 damage plus 3d6 lightning damage.",damage:"2d8+8 damage plus 3d6 lightning damage",category:1},{id:"ee5e21bf-7d50-4a1a-ac01-5395d30d3ea9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+10 damage.",damage:"2d8+10 damage",category:1},{id:"9458c9be-50b3-4c09-b4ea-7caa03b0ecfc",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"72219b7d-41a4-40a9-8e03-f44cc010519b",name:"Wing Smash",action:{action:4,trigger:"when an enemy moves to a space where it flanks the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d12+6 damage, and the dragon pushes the target 2 squares.",damage:"2d12+6 damage",category:5},{id:"1fa85ac0-e878-46d9-9a4e-b12153a60825",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:15,defence:2},description:"",details:"3d8+5 lightning damage, and the dragon pushes the target 2 squares. If the attack hit at least one target, the dragon makes a secondary attack against a creature within 10 squares that was not a target of the primary attack. Miss: Half damage. Secondary Attack: +15 vs. Reflex; 2d10 + 5 lightning damage, and the dragon pushes the target 1 square.",damage:"3d8+5 lightning damage",category:1},{id:"b95159fb-0df7-47f9-87b1-97a1e054167f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"18f5a2f2-5ff9-4f39-8961-537f9d0b4b0c",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b0ecee3b-9a45-4785-a17d-0a40522e0903",name:"Restorative Dive",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"while bloodied and completely submerged in water",range:"",attack:null,description:"",details:"The dragon regains 126 hit points and gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The dragon regains 126 hit points and gains a +2 bonus to attack rolls until the end of its next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0794de4-e40b-4732-a589-bc1e8c746290",name:"Adult Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:3,origin:4,type:1,keywords:"dragon",level:12,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"6 (ice walk), fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +17, Endurance +16, Intimidate +14",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:16},intelligence:{score:13},wisdom:{score:16},charisma:{score:17},hp:500,initiative:9,ac:27,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"dfac5171-8163-446e-a772-3aff364756cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 cold damage, and the target is slowed (save ends).",damage:"2d6+6 cold damage",category:1},{id:"250bc987-4cbe-4fd4-8bad-0a9d80e51620",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"9c563121-8b7c-4a13-b882-280f11e9374a",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 2 squares, and then makes two claw attacks against a different target.",damage:"shifts 2 squares",category:1},{id:"e93c47d4-bac7-400b-9394-b8d82a524b70",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:14,defence:1},description:"",details:"1d8+6 damage, and the dragon pushes the target 2 squares.",damage:"1d8+6 damage",category:5},{id:"f93ad757-8d98-4a46-a538-096d1d294225",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:15,defence:0},description:"",details:"targets slowed or restrained creatures; 2d8+6 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"2d8+6 damage",category:1},{id:"7e5ebafb-ac0d-401c-b07b-ec0f418be86c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"2d8+6 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"2d8+6 cold damage",category:1},{id:"3b9b0f14-2fc4-4649-b940-56b3f6444858",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"b92410f5-e36d-40d8-b89b-93656217cb54",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3789acf0-c46e-4bc5-9cc6-8b78986d07aa",name:"Adult Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:13,role:{type:4,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"7, fly 7 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +17, Bluff +16, Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:23},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:516,initiative:16,ac:27,fortitude:26,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"77dd4634-00ce-481e-8222-e719f969cd3d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d12+7 damage.",damage:"1d12+7 damage",category:1},{id:"57fb7bbf-4242-4e26-841a-c38100ae5da5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"7cb586d1-0d48-45b5-a341-70e7943ab19f",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"dd85c396-a923-4feb-a51c-9be9a5311a55",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"5e19e741-74cb-41db-b29b-269c2e5564fb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d8+4 poison damage, and the target takes ongoing 5 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"2d8+4 poison damage",category:1},{id:"60df3174-7250-47c0-803b-034e396c3142",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"b1b95b7d-d999-4b25-9faf-ddc7453322b1",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"7b038407-3c71-4587-890d-326af8544931",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares",category:2},{id:"45fbe303-5b76-4068-b9cc-36a82538574c",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as any Medium or Large humanoid, including a unique individual (see “Change Shape,” MM2 216).",damage:"",category:3},{id:"650476f3-68c1-4820-b49e-3a1f75f725ed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 2d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 2d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7d9bd79b-07c7-4ea7-a157-2df2fca441d6",name:"Adult Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:3,origin:4,type:1,keywords:"dragon",level:18,role:{type:6,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"8, fly 10 (hover), overland flight 12, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +19, History +19, Insight +20, Intimidate +19, Religion +19",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:27},intelligence:{score:20},wisdom:{score:22},charisma:{score:20},hp:684,initiative:19,ac:32,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"65e5a5b1-9832-46ac-8dcd-854d45969e3d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d8+7 damage",category:1},{id:"683dbde1-0c01-4958-83d3-d5ef40061ab7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"4f80d47f-977c-4f01-b039-022bdfa2da9b",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"02e5969f-84f8-4fe1-b9d5-d3c82535a0f8",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Reach 2; 3d8+6 damage, and the dragon pushes the target 3 squares.",damage:"3d8+6 damage",category:3},{id:"3819a869-5b4e-4ad9-b66c-470c73e8e4b8",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8+4 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"3d8+4 radiant damage",category:1},{id:"91ec5bca-8bcc-4492-bd7d-5ec181f026e1",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"0b885b04-331f-4563-b76b-eda7fe899991",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10",attack:{bonus:14,defence:2},description:"",details:"targets up to four enemies; 2d8+7 damage, and the target takes ongoing 5 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"2d8+7 damage",category:1},{id:"d7001449-5a10-4cce-b838-744ad518d886",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"e04cb87d-4b03-43c7-813a-97bbd3dbab7b",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares.",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c35a89c9-b324-4742-9a9c-9923091a410e",name:"Adult Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:3,origin:4,type:1,keywords:"dragon",level:13,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +13, Insight +12, Intimidate +14",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:14},wisdom:{score:13},charisma:{score:17},hp:532,initiative:13,ac:29,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"4e7ea5ab-30fc-42d3-a6d2-397386aa4b26",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 2d6 acid damage.",damage:"1d10+6 damage plus 2d6 acid damage",category:1},{id:"5823186a-a494-4262-90f2-fd45f93f55ab",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d12+6 damage, and the target is marked until the end of the dragon’s next turn.",damage:"1d12+6 damage",category:1},{id:"dfaa9a9b-9c22-4c4a-8d31-c1d4ac7f75df",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"677e8118-a28a-4bb2-b2ef-2d0ce5845f72",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d8+4 acid damage, and an adult vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"2d8+4 acid damage",category:1},{id:"ebacb8e5-e482-40bf-8a39-72f8803747e6",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"964c4b68-71ee-4063-af15-6ec8ca0b1aa7",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f006750c-0cde-493f-8443-971fb7b47559",name:"Adult Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:14,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +19, Diplomacy +19, Insight +16",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:19},charisma:{score:24},hp:560,initiative:11,ac:29,fortitude:26,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"d03edd06-80e7-4e42-b748-4665183a7955",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage plus 1d10 force damage, and the dragon slides the target 2 squares.",damage:"2d8+6 damage plus 1d10 force damage",category:1},{id:"a5bfc9db-b9e0-4747-aaee-e732b911a673",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"8b04d0bb-da81-4656-a240-fa46e5ec1e27",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"0b86cef4-3855-4313-b3dd-046400541e3b",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets the triggering enemy; 2d8+6 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"2d8+6 damage",category:5},{id:"d93bd097-6b7d-4211-83af-14ee98282118",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"the dragon slides the target 1 square, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 1 square",category:3},{id:"7b415733-12c4-4a88-b2d4-066fac1878c3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:18,defence:1},description:"",details:"4d6+6 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"4d6+6 force damage",category:1},{id:"cff16301-d448-4d37-b78b-2075947a59c4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"4992ab12-aa27-45c9-8f2e-232cb741cb18",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"07ec49b4-a9ed-49cf-8af8-9103d50fb192",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b5f9887-5912-4aa1-95e4-8c31b0b29756",name:"Adult Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:12},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:26,fortitude:25,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"0d568f72-26be-46ab-adab-9ec419710cdb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"13 acid damage.",damage:"13 acid damage",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1d363e94-e7e3-40fa-9629-1d5a22c73a41",name:"Aelathric Sahuagin Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6, swim 6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"trident",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:1,initiative:9,ac:26,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"88d88186-98fd-42f5-906c-c31fce5f96af",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"13158af0-8859-4fda-98c3-4ba5d4348b56",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:17,defence:0},description:"",details:"6 damage. The sahuagin guard must retrieve its trident before it can throw it again.",damage:"6 damage",category:1},{id:"f3019c14-caec-450c-8284-668b49c07763",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"a sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bac381f9-7a1c-44b3-ae38-e74c9f9a52fe",name:"Aelathric Sahuagin Priest",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"holy symbol; trident",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:22},charisma:{score:18},hp:102,initiative:11,ac:25,fortitude:24,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"8128b4fc-55a2-46c5-aca7-bf34ffb0f9b6",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"c3d59ccc-f7b5-4f69-a6d8-522e5bcbd54a",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage. The sahuagin priest must retrieve its trident before it can throw it again.",damage:"2d8+6 damage",category:1},{id:"681cabde-17a1-46a1-99fe-c570e6e0fb48",name:"Water Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10 (20 while in water)",attack:{bonus:20,defence:0},description:"",details:"2d6+4 damage (3d6 + 6 while in water).",damage:"2d6+4 damage (3d6 + 6 while in water)",category:1},{id:"690ebef4-6303-49ef-9b80-7fac024ccdce",name:"Spectral Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a target saves against this effect"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:18,defence:3},description:"",details:"spectral shark jaws appear and bite the target; 3d8+4 damage, and the target takes ongoing 5 damage and a -2 penalty to all defenses (save ends both).",damage:"3d8+4 damage",category:1},{id:"a8acba28-06ee-4d47-8c3e-7e9116dcfa96",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"a sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4951f20-3585-4ed5-9588-86cfa83dc92b",name:"Ancient Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:5,origin:4,type:1,keywords:"dragon",level:26,role:{type:0,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +26, Insight +23, Intimidate +21, Nature +23",equipment:"",category:"",strength:{score:27},constitution:{score:26},dexterity:{score:24},intelligence:{score:19},wisdom:{score:20},charisma:{score:17},hp:968,initiative:20,ac:39,fortitude:39,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"39142aa6-7628-470b-b56f-fe50b29a0ea5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+9 damage plus 2d8 fire damage.",damage:"2d8+9 damage plus 2d8 fire damage",category:1},{id:"677045b7-3520-44a4-b86e-1015ed6c9fad",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"9798be98-6dc6-4b28-9665-d61758a88f2a",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 2 squares.",damage:"and then shifts 2 squares",category:1},{id:"856a0b10-3cc5-481d-8c36-17d2b72f3b90",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Targets the triggering enemy; 2d10+9 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"2d10+9 damage",category:5},{id:"c7f1d1cb-fe51-49c6-92b8-c229dbb66ecf",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 7",attack:{bonus:31,defence:2},description:"",details:"5d10+9 fire damage, and the target is knocked prone. Miss: Half damage.",damage:"5d10+9 fire damage",category:1},{id:"6dffe95a-b752-419d-9631-9868f9ee930a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it. If the dragon is flying, it can shift 12 squares before making this attack.",damage:"it can shift 12 squares before making this attack",category:5},{id:"9a0abefa-eae9-47ee-b8ba-261adc2d2df9",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"3d8+9 fire damage. Effect: Each creature adjacent to the target takes 3d8 fire damage.",damage:"3d8+9 fire damage",category:1},{id:"643c06ba-a79e-4542-8b09-2ca37899a268",name:"Fiery Strafe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"The dragon flies up to 12 squares and creates a wall of fire 1 square high on the ground directly beneath its path; area wall 12 within 10 (only in squares the dragon flew over); any creature that starts its turn in the wall’s space or moves into it takes 25 fire damage. The wall lasts until the end of the dragon’s next turn.",damage:"any creature that starts its turn in the wall’s space or moves into it takes 25 fire damage",category:1},{id:"b87e079f-744a-459a-be83-508fee8afdc5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"e2d1023b-42c9-4390-96d5-bf7da0ab05ed",name:"Ignite",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"after using breath weapon or fire stream",range:"",attack:null,description:"",details:"Any creature hit by the triggering attack also takes ongoing 15 fire damage and is dazed (save ends both).",damage:"any creature hit by the triggering attack also takes ongoing 15 fire damage and is dazed (save ends both)",category:4}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d6670bf-dee8-4414-a31b-05fa0fce2ce5",name:"Ancient Bronze Dragon",details:"Order’s sworn servants, bronze dragons can seem arrogant and haughty, with an inflated sense of self, a tendency that can put them at odds with those they meet. In rare cases, this self-righteousness grows into something far more sinister, and the bronze dragon takes over what it sees as lesser races, ruling as a cruel tyrant that demands worship and subservience from its subjects. Bronze dragons claim coastlines, inlets, and islands as their own, constructing lairs in coastal caves that have access to the sea. More aggressive bronze dragons purposely choose lairs near shipping lanes so they can claim tribute from merchant vessels as those craft pass by. All bronze dragons share a deep and abiding hatred for blue dragons, and they are vigilant in protecting their homes from these despised interlopers.",size:5,origin:4,type:1,keywords:"aquatic, dragon",level:29,role:{type:2,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"10, fly 12 (hover), overland flight 15, swim 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +22, Intimidate +27",equipment:"",category:"",strength:{score:34},constitution:{score:29},dexterity:{score:29},intelligence:{score:17},wisdom:{score:19},charisma:{score:27},hp:968,initiative:23,ac:41,fortitude:43,reflex:40,will:40,regeneration:null,auras:[{id:"7e29f13a-5c94-47f8-a55a-a07275735d85",name:"Living Tempest",keywords:"",details:"(Lightning) aura 5; each creature that starts its turn within the aura takes 15 lightning damage."}],powers:[{id:"4f7fa3d3-8bf0-42da-803a-64f17b7aad74",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 2d12+13 damage plus 6d8 lightning damage.",damage:"2d12+13 damage plus 6d8 lightning damage",category:1},{id:"98f7dd33-92ef-49f8-a9fc-816aa007413a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 3d12+10 damage.",damage:"3d12+10 damage",category:1},{id:"154e473a-a2a9-4f96-8e63-ad5c28c04392",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"ebac04b5-e049-4bf9-9be0-7385c7ec9bfc",name:"Wing Smash",action:{action:4,trigger:"when an enemy moves to a space where it flanks the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"3d12+13 damage, and the dragon pushes the target 3 squares.",damage:"3d12+13 damage",category:5},{id:"fac23462-4a8e-4f20-9f3a-5733d1d10b46",name:"Pinning Claw",action:{action:4,trigger:"when an adjacent enemy moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d12+10 damage, and the dragon grabs the target. If the dragon uses double attack while grabbing a target, it must target a grabbed creature with at least one attack if it is able.",damage:"3d12+10 damage",category:5},{id:"c13be969-1608-47af-a025-c6c40b84dcef",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:30,defence:2},description:"",details:"4d10+10 lightning damage, and the dragon pushes the target 4 squares. If the attack hit at least one target, the dragon makes a secondary attack against a creature within 10 squares that was not a target of the primary attack. Miss: Half damage. Secondary Attack: +22 vs. Reflex; 3d12 + 9 lightning damage, and the dragon pushes the target 2 squares.",damage:"4d10+10 lightning damage",category:1},{id:"b6056395-4758-4184-a56a-c9c2a5ff2be9",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"f51e0692-ee22-4003-9c1b-cb33ed988bae",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:30,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"0f6bf642-c2db-43b7-a963-dc8e78c5d47a",name:"Restorative Dive",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"while bloodied and completely submerged in water",range:"",attack:null,description:"",details:"The dragon regains 242 hit points and gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The dragon regains 242 hit points and gains a +2 bonus to attack rolls until the end of its next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e54d6340-1eee-4c74-b01b-062a6cd76980",name:"Ancient Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:3,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"8 (ice walk), fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +27, Endurance +26, Intimidate +25",equipment:"",category:"",strength:{score:28},constitution:{score:27},dexterity:{score:20},intelligence:{score:16},wisdom:{score:19},charisma:{score:24},hp:1004,initiative:18,ac:41,fortitude:41,reflex:37,will:39,regeneration:null,auras:[{id:"3537380f-33ef-4ed3-860a-c25e2e837cda",name:"Aura of Chill Mist",keywords:"",details:"(Cold) aura 5; each creature that enters the aura or starts its turn there takes 20 cold damage. The ground is coated with ice and becomes difficult terrain, and the squares of the aura are lightly obscured."}],powers:[{id:"7d09cb10-2c79-475d-8491-7846847580dc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d6+9 cold damage, and the target is slowed (save ends).",damage:"3d6+9 cold damage",category:1},{id:"8817a5af-f806-4d86-a4d6-09e73f66dfdd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"c949b9b5-378d-4bb1-8146-4a440f8cbc80",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 3 squares, and then makes two claw attacks against a different target.",damage:"shifts 3 squares",category:1},{id:"597d0e5d-3e51-4a05-baaf-82186d7302b8",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:28,defence:1},description:"",details:"2d8+9 damage, and the dragon pushes the target 3 squares.",damage:"2d8+9 damage",category:5},{id:"a4dbd451-1933-4406-b7e8-af752101fbbb",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:30,defence:0},description:"",details:"targets slowed or restrained creatures; 4d8+9 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"4d8+9 damage",category:1},{id:"cb208f07-092b-4385-93d7-34beaf2dc6ab",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:28,defence:1},description:"",details:"3d10+9 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"3d10+9 cold damage",category:1},{id:"f20f4386-2df4-468d-ab67-3c70c18c46ea",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"8e8fa7ed-f444-4f60-9bda-6a7ec9bddd6f",name:"Rimedeath Fog",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:30,defence:1},description:"",details:"2d10+9 cold damage, and the target is slowed and weakened (save ends both). Miss: Half damage. Effect: The burst becomes a zone of freezing fog. It is difficult terrain and the squares within it are heavily obscured. The zone persists until the dragon uses this power again or until the end of the encounter.",damage:"2d10+9 cold damage",category:1},{id:"656411ea-7e1e-471b-a154-d58ecc4a558b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"33919402-2661-4ece-9c7e-4bc8dd7ceafb",name:"Ancient Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:5,origin:4,type:1,keywords:"dragon, shapechanger",level:28,role:{type:4,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"9, fly 8 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +29, Bluff +26, Stealth +29",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:30},intelligence:{score:15},wisdom:{score:15},charisma:{score:24},hp:1012,initiative:28,ac:42,fortitude:41,reflex:42,will:38,regeneration:null,auras:[],powers:[{id:"38cb2c43-fb6c-4417-a666-b32c7928d33f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d10+11 damage.",damage:"2d10+11 damage",category:1},{id:"bb8cc20c-54f9-4897-92fd-5d1f3d6bf1f6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+11 damage.",damage:"2d8+11 damage",category:1},{id:"ce947291-653f-4459-afa5-4450a3acff48",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"a73d1525-5271-41a3-b555-acad543f6162",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"1e8defe2-560a-4c19-a1b0-2e62f38f0f0b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:31,defence:1},description:"",details:"4d8+7 poison damage, and the target takes ongoing 15 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"4d8+7 poison damage",category:1},{id:"9837298c-774b-4d6b-aef5-14d3cbc0571d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"12085d7b-e610-4842-a150-d33bfd98d997",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"0e4f23a0-ee8f-4b01-82a6-cec16b831ea1",name:"Fluid Shape",action:{action:5,trigger:"when an enemy attacks the dragon",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The triggering attack instead targets a different creature adjacent to the dragon.",damage:"",category:5},{id:"5aabc8e6-fc29-485f-93b7-f9f6500aa941",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 8 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 8 squares",category:2},{id:"8dbdcce6-6914-4956-829f-a296c53048e5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as any Medium or Large humanoid, including a unique individual (see “Change Shape,” MM2 216).",damage:"",category:3},{id:"f1727c25-2068-4246-b2b4-5f53606b873b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 3d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 3d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"412e7bc1-632c-4919-9a68-0ff98c87a8fe",name:"Ancient Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:5,origin:3,type:1,keywords:"dragon",level:31,role:{type:6,flag:2,leader:!1},senses:"Perception +29; darkvision",movement:"12, fly 14 (hover), overland flight 18, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +28, History +28, Insight +29, Intimidate +28, Religion +28",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:33},intelligence:{score:26},wisdom:{score:28},charisma:{score:26},hp:1120,initiative:28,ac:45,fortitude:42,reflex:44,will:42,regeneration:null,auras:[],powers:[{id:"48edd3fd-eef8-4ee1-8b06-83c42de521dd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 2d8+12 damage, and the target takes ongoing 15 radiant damage (save ends).",damage:"2d8+12 damage",category:1},{id:"dfa37b6a-1feb-4a7a-bfee-c3430adcbb53",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"108a7aeb-7592-46d4-b98e-8a1885e466be",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"75cffa73-45d8-482a-9b6f-d478d62572ef",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"Reach 4; 4d10+7 damage, and the dragon pushes the target 3 squares.",damage:"4d10+7 damage",category:3},{id:"fa663482-9a46-41f3-a138-999e2f8e6225",name:"Mithral Prescience",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target.",damage:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target",category:3},{id:"a934c1e3-143f-4458-b95a-7e14afb4e19e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:34,defence:2},description:"",details:"4d10+5 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"4d10+5 radiant damage",category:1},{id:"30cddc55-07f6-40b9-87ff-d95e35d26290",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"28922b4f-e009-4a84-85e7-dffbb04fcab6",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10",attack:{bonus:34,defence:2},description:"",details:"targets up to four enemies; 4d8+5 damage, and the target takes ongoing 15 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"4d8+5 damage",category:1},{id:"8b51d87e-e4fd-43e0-b1a0-11c243fc7405",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:34,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8cfe022a-e42b-49aa-bc91-867194e74d11",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cf63f117-c215-4868-8fc8-012f87c91b65",name:"Ancient Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:5,origin:4,type:1,keywords:"dragon",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"12, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +23, Intimidate +25, Nature +22",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:19},wisdom:{score:17},charisma:{score:22},hp:1040,initiative:24,ac:44,fortitude:42,reflex:40,will:38,regeneration:null,auras:[{id:"0d374e4b-1fa0-496b-a0a9-a76be6674f39",name:"Corrosive Fumes",keywords:"",details:"(Acid) aura 3; any creature that enters the aura or starts its turn there takes 20 acid damage."}],powers:[{id:"62135a38-a772-4cb7-877b-6830572817ba",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 4; 2d10+10 damage plus 4d6 acid damage.",damage:"2d10+10 damage plus 4d6 acid damage",category:1},{id:"ce2efbe9-1b53-44ec-b6c9-0311e76f300b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 2d10+10 damage, and the target is marked until the end of the dragon’s next turn.",damage:"2d10+10 damage",category:1},{id:"ae6df4ec-4806-444b-9aa4-04c1609d296d",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"67dd8ea1-6d10-4ff4-a6ee-c9f23f351f8a",name:"Tail Coil",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 4; 3d10+10 damage, and the target is grabbed. A creature grabbed by this attack takes 20 damage at the start of each of its turns. The dragon can grab only one creature with tail coil at a time.",damage:"3d10+10 damage",category:5},{id:"ffacc44f-1f8b-4a7d-8e02-7be347f93262",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"3d10+8 acid damage, and an ancient vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"3d10+8 acid damage",category:1},{id:"b07b2e1f-9903-4318-823c-fa17d1d39089",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"9a4671f8-3733-4715-b5fa-06572237fab4",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c63c1823-a288-439c-a721-4adfbb549c71",name:"Ancient Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:5,origin:4,type:1,keywords:"dragon, shapechanger",level:29,role:{type:3,flag:2,leader:!1},senses:"Perception +26; darkvision",movement:"12, fly 14 (hover), overland flight 20",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +30, Diplomacy +30, Insight +26",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:28},intelligence:{score:21},wisdom:{score:25},charisma:{score:32},hp:1072,initiative:23,ac:44,fortitude:41,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"24d1e6e8-5317-47ed-9a99-7494a52bdf19",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 3d8+11 damage plus 3d8 force damage, and the target slides 3 squares.",damage:"3d8+11 damage plus 3d8 force damage",category:1},{id:"ef67b7e5-f49d-4862-b0f6-db882063ed5a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 3d6+11 damage.",damage:"3d6+11 damage",category:1},{id:"1d4b6216-8cfe-454b-a81c-517228fab9c0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"7a86732b-65d2-4ac0-b486-4fda578c6346",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Targets the triggering enemy; 3d6+11 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"3d6+11 damage",category:5},{id:"7c058482-66fa-41e5-95ec-00f07227f976",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:31,defence:3},description:"",details:"the dragon slides the target 3 squares, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 3 squares",category:3},{id:"8eaf91dc-28d6-4adc-9870-fb99b3e81b76",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:33,defence:1},description:"",details:"5d8+9 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"5d8+9 force damage",category:1},{id:"ce5559f3-5b30-48ad-a8b3-6cfc2ae7e8c4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"bdf99641-515b-4c2a-a4fa-f90896d65e26",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"812ce56d-f28b-4250-835f-d243149e5761",name:"Force Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the dragon uses breath weapon"},keywords:"Force, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:33,defence:2},description:"",details:"4d8+9 force damage. Effect: The burst becomes a zone of force until the end of the dragon’s next turn. A creature within the zone can’t leave it.",damage:"4d8+9 force damage",category:1},{id:"ea9a3b59-5509-49a4-a12e-400b919cce4e",name:"Hidden Steel",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The dragon becomes invisible until the end of its next turn or until it attacks. Sustain Minor: The effect persists.",damage:"",category:3},{id:"f210eeed-0df9-4581-b37b-b7b448f6ef9e",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b05bb606-fd1d-4d37-8e06-0ec477040011",name:"Ancient Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:22},dexterity:{score:18},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:41,fortitude:40,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"4ae2dfea-60aa-4317-bbe1-2e492fa413b0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"20 acid damage.",damage:"20 acid damage",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5cc615df-2364-48f1-8bc8-0e17c7b94fda",name:"Angel of the Sigil and Word",details:"",size:2,origin:3,type:2,keywords:"angel",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +23",movement:"6, fly 10 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +22, Thievery +23",equipment:"plate armor",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:24},intelligence:{score:22},wisdom:{score:24},charisma:{score:25},hp:217,initiative:18,ac:39,fortitude:35,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"b2a4d5cb-5bc4-42f1-80ad-69c171f75c88",name:"Radiant Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d10+8 radiant damage, and the target is under the effect of angelic sigil (save ends).",damage:"2d10+8 radiant damage",category:1},{id:"ba7aa4eb-5420-4cf9-8fb8-9cd9d5aa6c06",name:"Dominating Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:25,defence:3},description:"",details:"targets one creature under the effect of angelic sigil; the target is dominated (save ends).",damage:"",category:3},{id:"83d04819-1b52-4fc0-ae86-cefba3cbce2a",name:"Repelling Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:25,defence:1},description:"",details:"targets one creature under the effect of angelic sigil; the angel pushes the target 4 squares, and the target is knocked prone.",damage:"the angel pushes the target 4 squares",category:3},{id:"d2a3096f-f08f-4e4d-b29f-a4685c4fef7f",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel takes a -2 penalty to the attack roll.",damage:"Any attack against the angel takes a -2 penalty to the attack roll",category:0},{id:"8d5fc614-31d2-44f1-afce-cb071c49ffcd",name:"Angelic Sigil",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each creature under the effect of angelic sigil is marked by the angel and takes a -5 penalty to saving throws.",damage:"Each creature under the effect of angelic sigil is marked by the angel and takes a -5 penalty to saving throws",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc87c9dc-c84b-4a7a-a5e9-9c05e1eebf9f",name:"Askaran-Rus",details:"",size:3,origin:5,type:2,keywords:"undead",level:24,role:{type:2,flag:1,leader:!0},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"Common, telepathy 20",skills:"Stealth +23",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:16},wisdom:{score:20},charisma:{score:26},hp:548,initiative:18,ac:35,fortitude:37,reflex:35,will:37,regeneration:null,auras:[{id:"fa9ab67e-c766-41c4-a0bb-8165177783c2",name:"Void Chill",keywords:"",details:"(Cold, Necrotic) aura 5; each enemy that starts its turn in the aura takes 5 cold and necrotic damage and grants combat advantage until the start of the enemy’s next turn."}],powers:[{id:"78cd1ac1-11d5-4319-8322-e78c38b6b3a1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 1d8+8 damage plus 2d8 cold and necrotic damage, and the target is dazed until the end of Askaran-Rus’s next turn.",damage:"1d8+8 damage plus 2d8 cold and necrotic damage",category:1},{id:"14282569-dc57-45d4-a022-e1c506e09173",name:"Finger of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"targets a bloodied creature; the target drops to 0 hit points. (Resistance to necrotic damage doesn’t affect this power).",damage:"(resistance to necrotic damage doesn’t affect this power)",category:1},{id:"feca4c2a-c54f-49fc-a8f8-2b9d9765dd26",name:"Void Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:25,defence:3},description:"",details:"2d10+8 necrotic damage, Askaran-Rus pushes the target 4 squares, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d10+8 necrotic damage",category:3}],damageModifiers:[{type:2,value:-20},{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"332e3f38-f9fa-4021-a125-9afae2d3d9ac",name:"Aspect of Bahamut",details:"BAHAMUT CAN CREATE AN ASPECT OF HIMSELF from the willing sacrifice of a powerful metallic dragon worshiper. The dragon dies, but rises anew as an aspect of the Platinum Dragon itself, remembering all of its previous life and now utterly bound to Bahamut. Bahamut prefers for his dragon worshipers to remain dragons rather than sacrificing themselves in this manner, but he sometimes uses aspects as longterm guardians, ambassadors for crucial diplomatic efforts, or extraplanar authorities who bring to justice villains too powerful for anything less than an aspect of the god of justice.",size:4,origin:3,type:1,keywords:"dragon",level:18,role:{type:7,flag:2,leader:!0},senses:"Perception +18; darkvision",movement:"10, fly 10 (hover), teleport 5",alignment:"Lawful Good",languages:"all",skills:"Arcana +18, Diplomacy +19, History +18, Insight +18, Intimidate +19, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:14},intelligence:{score:18},wisdom:{score:19},charisma:{score:20},hp:704,initiative:11,ac:35,fortitude:32,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"e33ea6c3-1e4f-4e58-b3bb-494d6b8cc951",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d10+8 damage, and ongoing 10 damage.",damage:"2d10+8 damage",category:1},{id:"d14efd9a-4a85-41ff-9ac8-b1d179d5f54d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"8a7ae23e-49e1-4466-b6c2-7f55aae4936c",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Bahamut makes two claw attacks and one bite attack.",damage:"",category:1},{id:"0901e2e4-ad3b-4be2-b35d-7518af1a217a",name:"Snatch",action:{action:5,trigger:"when an enemy moves into a square adjacent to the aspect of bahamut",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d10+8 damage, and the target is grabbed. First Failed Escape Attempt: The aspect of Bahamut automatically hits the target with its bite attack.",damage:"2d10+8 damage",category:5},{id:"f813b85d-fbf1-47f8-92a4-e69c70e24495",name:"Polar Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Cold",condition:"all breath weapons share one recharge roll",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d12+10 cold damage, and the target is immobilized (save ends). Miss: Half damage.",damage:"3d12+10 cold damage",category:1},{id:"61e3ad33-d150-4f7f-a78d-ea62facf458e",name:"Disintegration Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"all breath weapons share one recharge roll",range:"Close blast 5",attack:{bonus:20,defence:1},description:"",details:"3d12+10 damage, and 10 ongoing damage (save ends).",damage:"3d12+10 damage",category:1},{id:"0ed25f1e-6714-485f-ac88-77a645de34e2",name:"Misty Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"all breath weapons share one recharge roll",range:"Close blast 5",attack:{bonus:20,defence:3},description:"",details:"+20 vs. Will; the target is stunned, weakened, and transformed into fine mist (save ends all). While the target is in this mist form, enemies can move through the target’s space freely.",damage:"+20 vs",category:1},{id:"e3387aff-17d6-47dd-9774-df3cc6485cb7",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Bahamut’s breath weapon recharges, and it uses polar breath, disintegration breath, or misty breath.",damage:"",category:5},{id:"3220f118-b248-448b-985d-3b5c141fb80c",name:"Frightful Majesty",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the aspect of Bahamut’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:3}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2daf8010-bf49-4749-9545-74c94de84222",name:"Aurak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +13, Insight +14",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:13},intelligence:{score:20},wisdom:{score:20},charisma:{score:18},hp:70,initiative:5,ac:22,fortitude:19,reflex:21,will:21,regeneration:null,auras:[{id:"d2d79f54-b0df-4ef4-bf1e-bf646e2e5bfc",name:"Fiery Frenzy",keywords:"",details:"(Fire) aura 1; only when the aurak draconian drops to 0 hit points; each enemy that starts its turn within the aura takes 5 fire damage. See also death frenzy."}],powers:[{id:"f5572773-a328-47bd-82d3-1d6d5a18810c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"db8886fe-ff6f-4649-8c2a-b6bb9e830285",name:"Fiery Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 5",attack:{bonus:12,defence:2},description:"",details:"1d10 + 7 fire damage.",damage:"1d10 + 7 fire damage",category:1},{id:"d0c4553d-00d8-4cdf-8990-1b2878f50f83",name:"Mindbend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"1d6 + 5 psychic damage, and the target is dominated (save ends).",damage:"1d6 + 5 psychic damage",category:1},{id:"159d5b26-bcc8-4232-8492-06407ee88511",name:"Death Frenzy",action:null,keywords:"",condition:"when the draconian drops to 0 hit points",range:"The draconian does not fall dead, but instead flies into a savage and fiery rage. Its fiery frenzy aura is activated. The draconian can make only melee basic attacks, but it deals 1d6 extra damage on those attacks. At the end of each of its turns, the draconian makes a saving throw. If it fails, it dies. It also dies if an enemy scores a critical hit against it.",attack:null,description:"",details:"",damage:"",category:0},{id:"b6b17bda-ea67-46f1-b018-37cfb9958448",name:"Dimensional Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The aurak draconian teleports 5 squares.",damage:"The aurak draconian teleports 5 squares",category:2},{id:"ad45d474-99f3-4599-ad02-32a4d526f699",name:"Defend Me!",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 5 squares shifts 1 square.",damage:"One ally within 5 squares shifts 1 square",category:3},{id:"63ff4eee-1dcf-47de-bcfa-f15e6cbe9f1e",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"An aurak draconian can alter its physical form to appear as any Medium humanoid (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b2d7bfe2-a8c7-4426-a6e3-753a670148f6",name:"Baaz Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +7, Bluff +7, Intimidate +7",equipment:"longsword; scale armor",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:14},intelligence:{score:8},wisdom:{score:12},charisma:{score:13},hp:41,initiative:5,ac:18,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"1e077349-78ec-48d5-84e6-697bf9c4e5b7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the draconian’s next turn.",damage:"1d8+5 damage",category:1},{id:"eee2e8f5-6c97-4029-8277-244b107ceff6",name:"Leaping Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The draconian makes a charge attack, ignoring difficult terrain; 2d8+5 damage, and the target is marked until the end of the draconian’s next turn.",damage:"2d8+5 damage",category:1},{id:"3c730d83-f5c6-468b-b35b-f7f05ab53712",name:"Stone Dead",action:null,keywords:"Polymorph",condition:"when the draconian drops to 0 hit points",range:"The draconian turns into a statue, and the square it occupies becomes difficult terrain that provides cover. If the draconian was reduced to 0 hit points by a melee attack using a weapon, it makes the following attack against that weapon’s wielder",attack:{bonus:7,defence:2},description:"",details:"the target is disarmed, and the weapon is stuck partially inside the statue. An adjacent creature can yank out the weapon as a standard action. The statue crumbles to dust at the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4bca4ab-9c1a-4821-8630-d7a7f9dbff5a",name:"Baaz Draconian Foot Soldier",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +11, Bluff +11, Intimidate +11",equipment:"longsword; scale armor",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:16},intelligence:{score:9},wisdom:{score:10},charisma:{score:15},hp:1,initiative:9,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0cd74b25-deb2-47b7-ab84-666b4ba48103",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage, and the target is marked until the end of the draconian’s next turn.",damage:"6 damage",category:1},{id:"9d84dada-1ee3-4b18-9c54-ef4b5763e0fa",name:"Stone Dead",action:null,keywords:"Polymorph",condition:"when the draconian drops to 0 hit points",range:"The draconian turns into a statue, and the square it occupies becomes difficult terrain that provides cover. If the draconian was reduced to 0 hit points by a melee attack using a weapon, it makes the following attack against that weapon’s wielder",attack:{bonus:12,defence:2},description:"",details:"the target is disarmed, and the weapon is stuck partially inside the statue. An adjacent creature can yank out the weapon by spending a standard action. The statue crumbles to dust at the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a89873e0-f005-49d7-ac59-b731116c54f6",name:"Bahamut",details:"THE GOD OF HONOR, JUSTICE AND NOBILITY, Bahamut is known as the Grandfather of Dragons or Lawbringer, but most often called the Platinum Dragon. Though the deity can appear in many forms, he is usually portrayed as a powerful dragon with platinum scales, the form he takes on when he goes to battle.",size:4,origin:3,type:1,keywords:"dragon",level:36,role:{type:7,flag:2,leader:!1},senses:"Perception +32; darkvision",movement:"10, fly 15 (hover), teleport 10",alignment:"Lawful Good",languages:"Supernal",skills:"Arcana +31, Athletics +33, Diplomacy +32, Endurance +34, Heal +32, History +31, Insight +32, Intimidate +32, Religion +31",equipment:"",category:"",strength:{score:31},constitution:{score:33},dexterity:{score:23},intelligence:{score:27},wisdom:{score:28},charisma:{score:29},hp:1316,initiative:24,ac:52,fortitude:47,reflex:45,will:47,regeneration:null,auras:[],powers:[{id:"6411572e-966a-4da7-8d83-2fd0c14acd43",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:42,defence:0},description:"",details:"Reach 3; 3d12+10 damage, and the target loses two healing surges.",damage:"3d12+10 damage",category:1},{id:"9c221073-a0bb-43d1-b2c6-0fcdfa6aa340",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:41,defence:0},description:"",details:"Reach 3; 2d12+10 damage.",damage:"2d12+10 damage",category:1},{id:"26d18ad0-0daf-472f-9e31-826d3877effe",name:"Bahamut’s Clutches",action:{action:5,trigger:"when an enemy moves into a square adjacent to bahamut",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:41,defence:2},description:"",details:"2d12+10 damage, and the target is grabbed. Failed Escape Attempt: Bahamut automatically hits the target with his bite attack.",damage:"2d12+10 damage",category:5},{id:"ffca44b3-15de-41f9-9ec3-42062394812e",name:"Polar Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Cold",condition:"all breath weapons share one recharge roll",range:"Close blast 10",attack:{bonus:40,defence:2},description:"",details:"4d12+10 cold damage, and the target is pushed 6 squares and immobilized (save ends); Miss: Half damage, and the target is pushed 3 squares.",damage:"4d12+10 cold damage",category:3},{id:"e7e325b1-a079-418b-b842-8d38c5cfd270",name:"Disintegration Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"all breath weapons share one recharge roll",range:"Close blast 10",attack:{bonus:40,defence:1},description:"",details:"4d12+10 damage, and 15 ongoing damage (save ends).; Aftereffect: Ongoing 10 damage (save ends).",damage:"4d12+10 damage",category:3},{id:"d0c048b6-e0ff-439b-acdb-0866d6dc3b4c",name:"Misty Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Polymorph",condition:"all breath weapons share one recharge roll",range:"Close blast 10",attack:{bonus:40,defence:3},description:"",details:"the target is stunned, weakened, and transformed into fine mist (save ends all). While the target is in this mist form, enemies can move through the target’s space freely.",damage:"",category:3},{id:"2606cf1f-52bb-405c-a677-a2f54c8acb60",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Bahamut’s breath weapon recharges, and he uses polar breath, disintegration breath, or misty breath.",damage:"",category:5},{id:"c2b76093-961a-4b82-826a-f1e638809349",name:"Frightful Majesty",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 20",attack:{bonus:38,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Bahamut’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:3},{id:"4492fdad-6e7c-4d69-ad0e-4d80f3d2a57b",name:"Discorporation",action:null,keywords:"",condition:"when bloodied",range:"",attack:null,description:"",details:"When Bahamut becomes bloodied, he discorporates and is unable to take physical form for a time.",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"attacks by creatures of lower than 20th level",tactics:""},{id:"06eb6cb5-3f64-4c2a-974e-8224bd754c09",name:"Bozak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +9, Insight +11",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:15},intelligence:{score:17},wisdom:{score:18},charisma:{score:14},hp:51,initiative:4,ac:17,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"da5c3ef5-76c1-45ed-8eab-a4ce4027dd82",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"bcd48800-803f-4d57-a1c7-1006f037528f",name:"Lightning Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+4 lightning damage, and all creatures adjacent to the target slide 1 square and take 5 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"7bfcf597-f2c3-40ae-9695-d8e06da5401a",name:"Shrapnel Skeleton",action:null,keywords:"",condition:"when the draconian drops to 0 hit points",range:"The draconian’s flesh crumbles to dust, revealing a skeleton that explodes in a shower of bone shards: close burst 2",attack:{bonus:10,defence:2},description:"",details:"2d10+4 damage. Miss: Half damage.",damage:"2d10+4 damage",category:0},{id:"51c7f264-ab54-4aef-b226-d81b099ee91b",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:10,defence:2},description:"",details:"2d8+4 lightning damage. Miss: Half damage.",damage:"2d8+4 lightning damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c18e2806-34a4-43a8-b8c7-62f83138f4c2",name:"Brass Dragon Wyrmling",details:"MOST BRASS DRAGON WYRMLINGS live in the dry lands in which they are born. Though they have extremely deadly ranged breath weapons, they are more fragile than other dragons. As a result, they make alliances with small groups of intelligent creatures, such as tribes of nomadic dragonborn. To creatures other than their allies, brass dragons are belligerent bullies with a strong territorial instinct.",size:2,origin:4,type:1,keywords:"dragon",level:2,role:{type:0,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +8, Insight +7, Intimidate +6",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:13},charisma:{score:10},hp:68,initiative:3,ac:16,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"c7504a38-f130-4792-a0aa-bdceaac1bdd2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage plus 1d6 fire damage.",damage:"1d8+2 damage plus 1d6 fire damage",category:1},{id:"e6984dcd-d31e-4401-8050-8c77e66d543b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"3553f44c-d1f6-434f-9a29-c80060a80c9c",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"f6665e8f-a25e-45f7-a8ef-fccfca1b7d0a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:5,defence:2},description:"",details:"3d6+2 fire damage, and the wyrmling pushes the target 1 square. Miss: Half damage.",damage:"3d6+2 fire damage",category:1},{id:"5baf1029-4d3d-47b5-ba2b-6bea750464b4",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"1d8+4 fire damage, and any creature adjacent to the target takes 1d6 fire damage.",damage:"1d8+4 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e86e4c29-1237-4c5e-98da-0126d2993e59",name:"Bugbear Warrior",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +9, Stealth +11",equipment:"hide armor; morningstar",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:76,initiative:5,ac:18,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"b38d73fd-a5ad-4435-ac6d-e918743d0451",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"eb2452a8-0624-45d6-bc0b-3c89df76293c",name:"Skullthumper",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"requires a morningstar and combat advanage against the target; 1d10+7 damage, and the target is knocked prone and dazed (save ends).",damage:"1d10+7 damage",category:1},{id:"74c15ea0-be60-4af5-bdbd-d9142e4a0591",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear warrior deals 1d6 extra damage on the next attack it makes against a target granting combat advantage to it. It must apply this bonus before the end of its next turn.",damage:"the bugbear warrior deals 1d6 extra damage on the next attack it makes against a target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c8fccc8-8f13-4189-8300-8c50b3106903",name:"Cave Stirge Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:1},wisdom:{score:19},charisma:{score:4},hp:84,initiative:6,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[{id:"7864ecad-277e-401c-af66-330dea3c874c",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"e6ef9f3c-e419-4050-befd-ab6525f0e206",name:"Bloodsucking Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 damage (save ends).",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"dd7cbe48-e5ec-4176-b82f-5ebeb5ecb310",name:"Chevkos",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +11, Stealth +15",equipment:"dagger",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:60,initiative:8,ac:20,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"54734b01-9a7c-4f8e-8d97-41003e6d12a5",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(+11 against a bloodied target)1d4+2 damage.",damage:"(+11 against a bloodied target)1d4+2 damage",category:1},{id:"9b57d22c-b34f-4fb3-b413-185874a681f6",name:"Balefire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"(+10 against a bloodied target)1d8+5 fire damage, and ongoing 5 fire damage (save ends).",damage:"(+10 against a bloodied target)1d8+5 fire damage",category:1},{id:"06de8bf0-a141-418c-8341-fc4551de2ff0",name:"Serpent Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"illusory snakes appear and attack the target; (+10 against a bloodied target)1d6+5 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"(+10 against a bloodied target)1d6+5 psychic damage",category:1},{id:"afa39630-a753-4ea2-8e14-5254f29c41c1",name:"Cloak of Escape",action:{action:4,trigger:"when chevkos is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Chevkos teleports 5 squares.",damage:"Chevkos teleports 5 squares",category:5},{id:"a41a1d2e-48db-4c09-b36b-d57bcf2f4245",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Chevkos gains a +1 power bonus to his next attack roll against an enemy that hit him since his last turn. If the attack hits and deals damage, Chevkos deals 5 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68561ec3-eb3e-477c-9428-96b2b6027e48",name:"Chevkos’s Crossbowman",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +11",equipment:"crossbow; crossbow bolts (20); leather armor; short sword",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:45,initiative:6,ac:16,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"5053577b-6b36-43ef-ba4c-89d74c0b15e6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"413dc7fe-834c-4506-8d45-6cff6a367f0d",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"15/30; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"226dd025-5df0-4357-87fc-042305067a70",name:"Quick Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crossbowman makes crossbow attacks against two different targets.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d16baca0-629a-4cdc-870a-2d88ec937d85",name:"Chevkos’s Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; crossbow; crossbow bolts (20); longspear",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:56,initiative:6,ac:20,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"10740ade-7027-4e13-81f6-7d0da858be2c",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+4 damage, and the target is marked until the end of the guard’s next turn.",damage:"1d10+4 damage",category:1},{id:"3d00bc43-5d59-4a7a-937a-194c76efec77",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:10,defence:0},description:"",details:"15/30; 1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"a97b5f9f-8b32-42ff-810d-52417d0c3a26",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires a reach weapon",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is knocked prone.",damage:"2d10+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6be1c8d6-932b-4c7e-8c9b-b4f557cd224c",name:"Chevkos’s Lackey",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +7",equipment:"crossbow bolts (20); hand crossbow; leather armor; short sword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:4,ac:18,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"39f4d661-8052-49a8-bc1e-60e68e06f025",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3f8a0453-cc69-43a1-9ce2-7abd5650d18a",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"857e25d3-f2fc-4439-8b96-02e81dc7e16d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A lackey deals 2 extra damage against any creature granting combat advantage to it.",damage:"a lackey deals 2 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b21e765d-11d2-468c-bd25-5d785af94b15",name:"Cobalt Dragon Wyrmling",details:"BORN FROM NESTS CARVED IN GLACIERS near snowy taiga terrain or in shallow underground caves hidden in the Shadowfell, cobalt dragon wyrmlings are vicious savages. A cobalt dragon’s hunting grounds lie anywhere prey collects within its territory, such as melting glaciers or cold mountain springs. Although normally isolated, cobalt wyrmlings do form hunting parties when food is scarce or when a more powerful threat appears (such as the encroachment of civilization or the appearance of a hungry young white or black dragon).",size:2,origin:4,type:1,keywords:"dragon",level:3,role:{type:3,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6 (ice walk), fly 6, overland flight 8",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +9, Endurance +9, Intimidate +7, Stealth +7",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:98,initiative:2,ac:18,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"63679738-3467-41df-8b67-7c1430af0b3d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 cold damage, and the target is slowed (save ends).",damage:"1d10+4 cold damage",category:1},{id:"3b21d86b-0ef4-42ef-9edf-16ad055373db",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"a84fb40b-e918-4cb6-bf49-063138e64909",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes a bite attack, shifts 2 squares, and makes a claw attack against a different target.",damage:"shifts 2 squares",category:1},{id:"e006f26d-d509-40cb-9cc3-bc5fab1ce19f",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:9,defence:0},description:"",details:"targets slowed or restrained creatures; 3d6+3 damage, and the wyrmling pushes the target 3 squares and knocks it prone. This forced movement can affect a creature restrained by the wyrmling’s own breath weapon.",damage:"3d6+3 damage",category:1},{id:"863bf6e7-95bb-4a33-b161-d201a2fb0058",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:7,defence:1},description:"",details:"1d6+3 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends).",damage:"1d6+3 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1c3248e7-f0b5-4fe2-a217-a4aad6c7bc92",name:"Cobalt Dragon-Bred Drakkensteed",details:"DRAKKENSTEEDS ARE FIERCE, remarkably cunning reptilian predators. A drakkensteed’s broad, sharp wings and long neck evoke flying predators of bygone epochs, yet its four-legged stance— complete with dagger-sharp claws—and its fanged snout are clearly draconic in nature. From their lairs in high peaks and caves, families of drakkensteeds claim a wide region as their own hunting ground, tolerating no competition.",size:3,origin:4,type:1,keywords:"dragon, mount",level:26,role:{type:6,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 10, overland flight 15",alignment:"Unaligned",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:7},wisdom:{score:23},charisma:{score:13},hp:240,initiative:23,ac:38,fortitude:39,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"3672f5cc-34a8-47b2-bd27-6a7728e6550b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d6+8 damage plus 1d6 cold damage.",damage:"2d6+8 damage plus 1d6 cold damage",category:1},{id:"86546016-9c26-48a9-b143-dc1b8d52edc1",name:"Wing Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d6+8 damage plus 1d6 cold damage.",damage:"1d6+8 damage plus 1d6 cold damage",category:1},{id:"6868ad19-fe5e-47d8-a3dd-2ab4a11c5d2c",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drakkensteed flies up to 10 squares and makes one claw attack, or two wing swipes against different creatures, at any point during that movement. The drakkensteed doesn’t provoke opportunity attacks when moving away from the targets of the attacks.",damage:"The drakkensteed flies up to 10 squares and makes one claw attack",category:1},{id:"d4ca84df-e885-4140-8de7-6700ed2822bb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 6",attack:{bonus:29,defence:2},description:"",details:"4d12+6 cold damage.",damage:"4d12+6 cold damage",category:1},{id:"8661bba8-8034-402d-a82e-2794ae6558cb",name:"Fearsome Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 4",attack:{bonus:29,defence:1},description:"",details:"deafened creatures are immune; the target is dazed (save ends). A friendly rider of 22nd level or higher is immune.",damage:"",category:1},{id:"9b2c9364-3125-462b-bf50-30238ecd93af",name:"Gift of the Dragon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 22nd level or higher",range:"",attack:null,description:"",details:"When the mounted rider spends an action point to take an extra action, the drakkensteed’s fearsome roar or breath weapon recharges (rider’s choice), and the drakkensteed uses it as a free action.",damage:"",category:1},{id:"57478707-bc6f-4e63-82ff-1936593db89e",name:"Draconic Resistance",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 22nd level or higher",range:"",attack:null,description:"",details:"The mounted rider gains resist 15 cold.",damage:"The mounted rider gains resist 15 cold",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"11dd1721-3485-4e2e-a478-561164111e25",name:"Copper Dragon Wyrmling",details:"COPPER WYRMLINGS PREFER to dwell in, and hunt from, the safety of rocky terrain that features great crags and protrusions. This environment allows them to hide from threats or to mimic the tactics of older coppers when attacking prey. They develop their covetous nature early, and some copper parents encourage this by rewarding one offspring in view of the others, stoking jealousy and—they believe—the urge to perform better for greater reward.",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:6,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"8, fly 10 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"Acrobatics +11, Bluff +9",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:112,initiative:8,ac:18,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"d3589c3a-c9af-48e6-b9e7-4636f3045a72",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The wyrmling shifts 2 squares before and after making the attack; 1d6+4 damage plus 1d4 acid damage.",damage:"1d6+4 damage plus 1d4 acid damage",category:1},{id:"11d505e3-0e93-4b8f-a2aa-a528b7ecaee2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"de421a88-1f66-4660-ab05-6b90049a2f6d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks and then shifts 2 squares.",damage:"The wyrmling makes two claw attacks and then shifts 2 squares",category:1},{id:"eee64f88-3cdc-4ca6-911a-8e925658bfc6",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The wyrmling flies up to 8 squares and makes one melee basic attack at any point during that movement. The wyrmling doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"19a13adc-9b2c-4d96-913f-a68dcb031eab",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:7,defence:2},description:"",details:"1d8+4 acid damage, and the target is slowed (save ends).",damage:"1d8+4 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7ba2b1c1-98d4-45b7-866a-63ac73f5e178",name:"Couatl Redeemer",details:"",size:3,origin:3,type:1,keywords:"",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +19",movement:"8, fly 8 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +26, Bluff +20, Diplomacy +20, Insight +24",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:19},intelligence:{score:28},wisdom:{score:24},charisma:{score:17},hp:174,initiative:16,ac:37,fortitude:33,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"8d9a998f-71bc-4d25-88c6-f6f21ab5af12",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d6+5 damage, the target is immobilized until the end of the couatl redeemer’s next turn, and the target takes ongoing 10 poison and radiant damage (save ends).",damage:"2d6+5 damage",category:1},{id:"0cf93883-bce2-41bc-8728-5bb83148dcfd",name:"Brilliant Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"2d10+10 radiant damage.",damage:"2d10+10 radiant damage",category:1},{id:"a44e84c0-0ee8-4520-a7f6-971044d55d49",name:"Soul Sear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Radiant",condition:"",range:"Area burst 2 within 20",attack:{bonus:27,defence:1},description:"",details:"2d6+5 poison and radiant damage, the target is weakened, and the target takes ongoing 10 poison and radiant damage (save ends both). Miss: Half damage, and the target takes ongoing 5 poison and radiant damage (save ends).",damage:"2d6+5 poison and radiant damage",category:1},{id:"ea8f9224-4329-4d02-be9a-49a889750f1b",name:"Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 2 within 20",attack:{bonus:27,defence:2},description:"",details:"3d10+5 damage, and the target is immobilized in a whirlwind (save ends).",damage:"3d10+5 damage",category:1},{id:"a753639d-f218-4595-84f2-f361bee51712",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl redeemer takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl redeemer takes radiant damage",category:0},{id:"447e900a-31d8-4524-8150-d5e0c31e9763",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl makes saving throws against immobilizing or restraining effects at the start of its turn as well as at the end of its turn. In addition, a couatl can make saving throws against immobilizing or restraining effects that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a946d395-c45c-43f7-856c-484deb9eab67",name:"Couatl Rogue Serpent",details:"ALL BUT A FEW COUATLS fight for the forces of good. Evil couatls, perhaps jaded by endless battles, find the allure of power too difficult to resist.",size:3,origin:3,type:1,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"8, fly 10 (hover)",alignment:"Evil",languages:"Supernal",skills:"Bluff +15, Diplomacy +15, Nature +13, Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:22},intelligence:{score:18},wisdom:{score:15},charisma:{score:19},hp:134,initiative:14,ac:28,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"ea19a692-9562-4e3d-952b-a60532c48fb9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 5 poison and radiant damage and takes 5 poison and radiant damage each time it makes an opportunity attack (save ends both).",damage:"2d6+5 damage",category:1},{id:"30f8055c-9c56-4bb3-8f0b-c3a58d2231d9",name:"Passing Bites",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The couatl rogue serpent makes a bite attack, shifts its speed, and makes another bite attack.",damage:"",category:1},{id:"02df20d5-6427-4e89-b6ad-2f818fe5e0df",name:"Venomous Teleport",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The couatl rogue serpent swaps positions with a creature within 10 squares of it that is taking ongoing poison and radiant damage.",damage:"the couatl rogue serpent swaps positions with a creature within 10 squares of it that is taking ongoing poison and radiant damage",category:2},{id:"3ed00a7c-ed79-4b96-b7de-1b9da57f75c3",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl rogue serpent takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl rogue serpent takes radiant damage",category:0},{id:"adb81327-db7b-4dac-a673-991d07aad9a5",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl makes saving throws against immobilizing or restraining effects at the start of its turn as well as at the end of its turn. In addition, a couatl can make saving throws against immobilizing or restraining effects that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eb27b9b8-2c46-44cc-8d56-8e7bf9480b07",name:"Death Giant Soulfire Hurler",details:"",size:3,origin:5,type:2,keywords:"giant",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +23; darkvision",movement:"7",alignment:"Evil",languages:"Giant, Draconic",skills:"Intimidate +22",equipment:"chainmail; greataxe",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:29},intelligence:{score:12},wisdom:{score:21},charisma:{score:18},hp:180,initiative:22,ac:41,fortitude:39,reflex:41,will:37,regeneration:null,auras:[{id:"49a5c6cf-3317-4baa-a24d-d5d25975bd76",name:"Soulsnatcher",keywords:"",details:"aura 10; enemies within the aura take 5 necrotic damage and a -2 penalty to attack rolls and all defenses; a creature that dies within the aura bestows one soul shard to the death giant; see also soul shroud."}],powers:[{id:"9e2203ac-43d2-49a6-a816-f42773b6ef56",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 2d6+11 damage (crit 6d6 + 18), and the target is pushed 1 square.",damage:"2d6+11 damage (crit 6d6 + 18)",category:1},{id:"70aa626c-22bd-40aa-87e8-c7e3c048ca8a",name:"Hurled Soulfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:32,defence:2},description:"",details:"2d8+9 necrotic damage. The death giant can expend one soul shard to increase the power’s damage to 4d8 + 9.",damage:"2d8+9 necrotic damage",category:1},{id:"b1572a71-b77c-45bc-a411-c10803da0451",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death giant expends one soul shard and regains 20 hit points.",damage:"The death giant expends one soul shard and regains 20 hit points",category:3},{id:"1c1f0953-6ba2-4221-b04f-f388fa9700e0",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the death giant to protect and empower it. At the beginning of an encounter, the soul shroud contains four soul shards. When the soul shroud is depleted of soul shards, the death giant takes a -2 penalty to attack rolls.",damage:"the death giant takes a -2 penalty to attack rolls",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d97dbad4-c8a2-49ba-813a-c6327462b31c",name:"Death Thrall Attendant",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Giant",skills:"",equipment:"chainmail; greataxe",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:1,initiative:16,ac:34,fortitude:36,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"dae2be47-00d5-4ba2-855a-c82d2b7182c7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 11 damage (crit 21 damage).",damage:"11 damage (crit 21 damage)",category:1},{id:"fe1a04ab-5224-46f8-b3ff-cfeb34011b7e",name:"Soulfire Explosion",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:23,defence:2},description:"",details:"5 damage and the target loses a healing surge. If the target doesn’t have a healing surge available, it takes damage equal to its healing surge value.",damage:"5 damage and the target loses a healing surge",category:0},{id:"25a776b8-5663-40fd-92b6-c8ef9764e061",name:"Soul Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An attendant gains a +2 bonus to attack rolls while in a death giant’s or death titan’s aura.",damage:"An attendant gains a +2 bonus to attack rolls while in a death giant’s or death titan’s aura",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ada09c7c-f677-434c-9a98-e96200c69a61",name:"Dragonkin Champion",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"spear",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:94,initiative:6,ac:18,fortitude:19,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"52054cd8-241a-43d3-84e2-e8783f357648",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"45853cde-d57f-4163-9cda-87b6a74bebe6",name:"Shocking Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the kobold’s draconic master uses breath weapon"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The kobold makes two attacks; reach 2; 3d6+6 lightning damage.",damage:"3d6+6 lightning damage",category:1},{id:"78c332e9-4288-495b-83f2-a3d7baef1f3f",name:"Draconic Inspiration",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold deals 1d6 extra lightning damage against any creature adjacent to one of the kobold’s dragon allies.",damage:"a kobold deals 1d6 extra lightning damage against any creature adjacent to one of the kobold’s dragon allies",category:0},{id:"3c13f4b2-db91-4ddb-bc47-98e0bcfb0834",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"e0255570-c33f-41fa-8cc3-a34a146abcd4",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f740e7bd-dc67-4148-a4b0-45cf62e04aae",name:"Dragonkin Channeler",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"leather armor",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:15},charisma:{score:14},hp:61,initiative:5,ac:19,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"a373b35c-48dd-40b3-a40e-2345fd37856a",name:"Shocking Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d6+3 lightning damage, and the target is dazed until the end of the kobold’s next turn.",damage:"1d6+3 lightning damage",category:1},{id:"612bcbe2-3fdd-4aaf-b03c-a4c947e63d4b",name:"Channel Lightning",action:{action:4,trigger:"when attacked with a lightning power",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"The channeler uses the lightning around it to charge its shocking staff and make an attack: ranged 10",attack:{bonus:9,defence:2},description:"",details:"3d6+3 lightning damage.",damage:"3d6+3 lightning damage",category:5},{id:"abbfc57b-1ede-4d36-bd75-dcc41e2945e7",name:"Electrify",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"1d6+3 lightning damage, and the target is dazed (save ends). Effect: The area becomes a zone of difficult terrain until the start of the channeler’s next turn. Each creature that enters the zone takes 5 lightning damage.",damage:"1d6+3 lightning damage",category:1},{id:"151c987d-d3f9-493d-8445-cf5386993af5",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"751463f1-0d30-414a-852b-b27ce5ef6841",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"059f2f95-0798-4fb4-956c-1d0c1d57d674",name:"Dragonkin Zealot",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Stealth +11",equipment:"dagger; leather armor; shuriken",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:49,initiative:10,ac:20,fortitude:16,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"b97333f9-ac5e-4e82-9530-790d664c7b66",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"f2a9afb1-7820-4a81-9f43-7e8a5b0805a5",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Ranged 6/12",attack:{bonus:10,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"203b41b4-464a-416f-949f-7bb726ab4963",name:"Run Away and Hide",action:{action:4,trigger:"when the dragonkin zealot takes damage",sustainAction:0,use:1,recharge:"recharges when the zealot uses electric zeal"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonkin zealot shifts its speed. If it reaches a square where it has cover or concealment, it can make a Stealth check to become hidden.",damage:"",category:5},{id:"82e35233-4605-4005-bc49-28faac2724b4",name:"Electric Zeal",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the zealot uses run away and hide"},keywords:"Lightning",condition:"",range:"The dragonkin zealot deals 3d6 extra lightning damage on melee attacks until the start of its next turn.",attack:null,description:"",details:"",damage:"",category:3},{id:"446e2654-7724-4e91-9a28-552e4ac1c26d",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"51c5335f-13f3-4c08-97c2-e651cb98bf14",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8938e019-0ea0-4815-bd4e-49b4d6f119e3",name:"Drakkensteed",details:"DRAKKENSTEEDS ARE FIERCE, remarkably cunning reptilian predators. A drakkensteed’s broad, sharp wings and long neck evoke flying predators of bygone epochs, yet its four-legged stance— complete with dagger-sharp claws—and its fanged snout are clearly draconic in nature. From their lairs in high peaks and caves, families of drakkensteeds claim a wide region as their own hunting ground, tolerating no competition.",size:3,origin:4,type:1,keywords:"mount, reptile",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8, fly 10, overland flight 15",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:21},intelligence:{score:3},wisdom:{score:19},charisma:{score:10},hp:157,initiative:15,ac:30,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"2c3cb996-a66b-4c7f-921a-9164a87e7e03",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"46de38e9-1612-484b-b1ea-e858dfc3cd22",name:"Wing Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"f660004b-9988-4d36-8aed-4856500ec767",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drakkensteed flies up to 10 squares and makes one claw attack, or two wing swipes against different creatures, at any point during that movement. The drakkensteed doesn’t provoke opportunity attacks when moving away from the targets of the attacks.",damage:"The drakkensteed flies up to 10 squares and makes one claw attack",category:1},{id:"1d4f4878-5b61-4f21-b72a-d1a1524b6a82",name:"Fearsome Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:19,defence:1},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:1},{id:"2f1bb5d5-252f-47ac-a1fe-495fdd368d8c",name:"Drakkensteed Action",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Mount",condition:"while mounted by a friendly rider of 16th level or higher",range:"",attack:null,description:"",details:"When the rider spends an action point to take an extra action, the drakkensteed’s fearsome roar recharges, and the drakkensteed uses it as a free action.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e2973943-39f1-4ba5-a3ec-856b6b34b7b3",name:"Elder Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:4,origin:4,type:1,keywords:"dragon",level:18,role:{type:0,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +20, Insight +18, Intimidate +16, Nature +18",equipment:"",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:20},intelligence:{score:17},wisdom:{score:18},charisma:{score:15},hp:704,initiative:14,ac:31,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"c3e795f1-0dd0-4d66-9711-1061fdf2420b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d6+7 damage plus 1d12 fire damage.",damage:"2d6+7 damage plus 1d12 fire damage",category:1},{id:"89dab725-d08a-403a-a23c-e67d0a1d3c08",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"12ad8d8c-8ed7-4157-a737-0d4f497a24af",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"f6be31db-c72a-4695-81eb-b1899aeee314",name:"Wing Buffet",action:{action:4,trigger:"when an enemy moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"or leaves an adjacent square",range:"",attack:{bonus:23,defence:1},description:"",details:"Targets the triggering enemy; 2d8+7 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"2d8+7 damage",category:5},{id:"5c77dca8-ba37-449b-b4d4-b40095f4bb77",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"4d10+7 fire damage, and the dragon pushes the target 3 squares. Miss: Half damage.",damage:"4d10+7 fire damage",category:1},{id:"5c5b31a5-2beb-4ae4-bd0c-d22ab66f62f3",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it. If the dragon is flying, it can shift 10 squares before making this attack.",damage:"it can shift 10 squares before making this attack",category:5},{id:"a691aed9-196d-44b7-9f5b-9b8a260f251d",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 15",attack:{bonus:23,defence:2},description:"",details:"2d8+7 fire damage. Effect: Each creature adjacent to the target takes 2d8 fire damage.",damage:"2d8+7 fire damage",category:1},{id:"7e9bf23c-7684-41c6-8d0f-eb7ce67cc21b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"be5709aa-7881-4090-a7d1-3298579ed37a",name:"Ignite",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"after using breath weapon or fire stream",range:"",attack:null,description:"",details:"Any creature hit by the triggering attack also takes ongoing 10 fire damage and is dazed (save ends both).",damage:"any creature hit by the triggering attack also takes ongoing 10 fire damage and is dazed (save ends both)",category:4}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2c6e2195-c00e-4228-8e2a-7ca3a6e208b9",name:"Elder Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:4,origin:4,type:1,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8 (ice walk), fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +21, Endurance +21, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:17},intelligence:{score:14},wisdom:{score:17},charisma:{score:21},hp:736,initiative:12,ac:33,fortitude:33,reflex:29,will:31,regeneration:null,auras:[{id:"3e16ff49-002f-41df-8467-d00c87abafa4",name:"Aura of Chill Mist",keywords:"",details:"(Cold) aura 2; each creature that enters the aura or starts its turn there takes 10 cold damage. The ground is coated with ice and becomes difficult terrain, and the squares of the aura are lightly obscured."}],powers:[{id:"953983a9-c91e-4e53-a06e-a970711b43f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d8+8 cold damage, and the target is slowed (save ends).",damage:"2d8+8 cold damage",category:1},{id:"0168440f-af67-4075-86b7-84baf44857dd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"62812db1-c073-441d-a8c1-14aa0541788f",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 3 squares, and then makes two claw attacks against a different target.",damage:"shifts 3 squares",category:1},{id:"c15a1b21-b3e4-428d-971e-f6842df52b9a",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:1},description:"",details:"1d10+8 damage, and the dragon pushes the target 3 squares.",damage:"1d10+8 damage",category:5},{id:"708e0915-bb30-4c15-82eb-1ee965c773a3",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:0},description:"",details:"targets slowed or restrained creatures; 3d8+8 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"3d8+8 damage",category:1},{id:"bfb6a258-23d3-45da-ac5f-66949a5817d3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"3d8+8 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"c12ba4b6-f5ae-4682-9e45-4cf02fb0f63f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"78cedfd9-07ee-45c1-a4be-73ad730fee14",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c28081f-99c4-4c59-ab08-70ccd5ee46a3",name:"Elder Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:4,origin:4,type:1,keywords:"dragon, shapechanger",level:21,role:{type:4,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +23, Bluff +21, Stealth +23",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:26},intelligence:{score:13},wisdom:{score:13},charisma:{score:22},hp:780,initiative:22,ac:35,fortitude:34,reflex:35,will:31,regeneration:null,auras:[],powers:[{id:"883505b5-1894-4b4f-85ac-f2fc45f8704d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d6+9 damage.",damage:"2d6+9 damage",category:1},{id:"05807ce9-ec84-4e9d-a7bd-079363c201da",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 1d12+9 damage.",damage:"1d12+9 damage",category:1},{id:"37ab625d-dc05-47e8-a626-0c706fb8dfa7",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"fdeb47ba-2087-4697-84e0-9001d1723f53",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"14d5a902-8f60-4671-9952-e906a6e8b72b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:24,defence:1},description:"",details:"3d8+6 poison damage, and the target takes ongoing 10 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"3d8+6 poison damage",category:1},{id:"51a00cc3-5975-4359-bc17-668078132efd",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"f4f2a2f9-6b89-4570-9704-fc9ab03900ea",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:24,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b2aa630d-fd02-428b-86a3-2b31cc139a62",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 6 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 6 squares",category:2},{id:"ce34181d-4538-4b79-8d05-c1f8eda21338",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as any Medium or Large humanoid, including a unique individual (see “Change Shape,” MM2 216).",damage:"",category:3},{id:"c2be1130-c419-49a9-b338-f0bdcafec619",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 3d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 3d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68d79ce8-06d9-40b8-8789-21e618bdd156",name:"Elder Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:4,origin:3,type:1,keywords:"dragon",level:25,role:{type:6,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"10, fly 12 (hover), overland flight 16, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +23, History +23, Insight +24, Intimidate +23, Religion +23",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:30},intelligence:{score:23},wisdom:{score:25},charisma:{score:23},hp:916,initiative:24,ac:39,fortitude:36,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"ab20c418-f25c-4515-9b2a-f660fd796031",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 2d8+10 damage, and the target takes ongoing 10 radiant damage (save ends).",damage:"2d8+10 damage",category:1},{id:"2ff0e8e1-aa29-4c59-a66f-a852039f83ba",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"77daacb1-32ca-43a4-a7ab-ebc813d07f5e",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"f45fb64a-db07-4da7-87f6-65788b452937",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 3; 3d10+7 damage, and the dragon pushes the target 3 squares.",damage:"3d10+7 damage",category:3},{id:"1a294863-7e99-4138-bc93-457c4a65ee48",name:"Mithral Prescience",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target.",damage:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target",category:3},{id:"e2ee9937-c256-424b-ae0c-55d377513684",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8+4 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"4d8+4 radiant damage",category:1},{id:"11badb17-608e-4a97-9d26-215ed9ce5960",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"a0e5039e-b827-4230-a5af-82f69d34374b",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10, targets up to four enemies",attack:{bonus:28,defence:2},description:"",details:"3d8+7 damage, and the target takes ongoing 10 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"3d8+7 damage",category:1},{id:"02f0f834-8357-4977-aa1b-02f33f2e959f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d731433c-fd75-49f5-8c79-9653f047a21a",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares.",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63e0d9bc-5ee9-4a4b-894d-49bd537b12fc",name:"Elder Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:4,origin:4,type:1,keywords:"dragon",level:20,role:{type:7,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +18, Insight +17, Intimidate +19",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:23},intelligence:{score:16},wisdom:{score:14},charisma:{score:18},hp:768,initiative:18,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"66fe61af-6124-455e-9933-ffab6836b439",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d6+7 damage plus 2d6 acid damage.",damage:"2d6+7 damage plus 2d6 acid damage",category:1},{id:"85c1053c-1db8-4037-9b6d-d2c12b417f6b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d6+7 damage, and the target is marked until the end of the dragon’s next turn.",damage:"2d6+7 damage",category:1},{id:"0154c115-52e6-44f6-89ed-402587e6ef78",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"9b052491-12c1-459f-87ac-f0b3e8af686c",name:"Tail Coil",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"Targets the triggering enemy; 3d6+7 damage, and the target is grabbed. A creature grabbed by this attack takes 15 damage at the start of each of its turns. The dragon can grab only one creature with tail coil at a time.",damage:"3d6+7 damage",category:5},{id:"aba2589e-5556-43a0-a25a-1b58bb1174c3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"3d6+6 acid damage, and an elder vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"3d6+6 acid damage",category:1},{id:"06be7b49-fc46-45f7-9ad4-8181ba8bb478",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"4dc2995d-c74c-4c9f-8621-6daaaba1fb7b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7c4df12-ff08-4e86-956d-9628c479c4f4",name:"Elder Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:4,origin:4,type:1,keywords:"dragon, shapechanger",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"10, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +24, Diplomacy +24, Insight +20",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:24},intelligence:{score:17},wisdom:{score:21},charisma:{score:28},hp:800,initiative:17,ac:36,fortitude:33,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"fcc12f99-4132-4d05-942c-8242bfa578d1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d6+8 damage plus 2d6 force damage, and the dragon slides the target 2 squares.",damage:"3d6+8 damage plus 2d6 force damage",category:1},{id:"57a90e0b-58c8-4255-912c-a5085d852a84",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"daf9bc96-2fb8-483f-986f-37230b1961f7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"3a923e71-4216-4e7d-8cb6-2095f12c3b2c",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"Targets the triggering enemy; 3d6+8 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"3d6+8 damage",category:5},{id:"d8e0783a-5cd5-42be-8699-e504a05476c9",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"the dragon slides the target 2 squares, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 2 squares",category:3},{id:"e99209ff-9fb5-47ba-8947-32550fb96890",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close burst 10",attack:{bonus:25,defence:1},description:"",details:"targets enemies; 4d8+8 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"4d8+8 force damage",category:1},{id:"52b0fdd2-7b21-40f9-9a2f-3499da9015e4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"fb920fbe-1551-406d-b511-cd6bc0354f1d",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b60b52b7-a9cd-4f81-a053-7bdbc4898981",name:"Force Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the dragon uses breath weapon"},keywords:"Force, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:25,defence:2},description:"",details:"3d10+8 force damage. Effect: The burst becomes a zone of force until the end of the dragon’s next turn. A creature within the zone can’t leave it.",damage:"3d10+8 force damage",category:1},{id:"9f1635af-0dd9-4b5d-b3fa-cc4c470a472e",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17629251-55fe-4b68-81fb-c44a516498bc",name:"Elder Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:20,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:33,fortitude:32,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"22aaeb80-0815-435c-b09f-ceed896cf932",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"17 acid damage.",damage:"17 acid damage",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68972e7c-1f46-44a8-9f48-860a2b1b391f",name:"Ferak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +10, Intimidate +5, Stealth +6",equipment:"hide armor; short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:11},intelligence:{score:7},wisdom:{score:15},charisma:{score:8},hp:55,initiative:1,ac:15,fortitude:17,reflex:13,will:15,regeneration:null,auras:[],powers:[{id:"f8f32355-b131-4df6-8d2e-67b8dd60ace3",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"786349ef-4b39-45b2-a605-8e71138f190d",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconian makes two short sword attacks.",damage:"",category:1},{id:"9df2c34f-e096-4b99-925c-553680534030",name:"Rust Cloud",action:null,keywords:"Zone",condition:"when the draconian drops to 0 hit points",range:"The draconian explodes into a cloud of rust: close burst 2",attack:{bonus:4,defence:1},description:"",details:"2d6+3 damage. Effect: The draconian’s square and all squares in the burst become a zone of lightly obscured squares until the end of the encounter.",damage:"2d6+3 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5cbb32de-24b0-483a-bf67-dce29ffc2461",name:"Galzaik",details:"",size:3,origin:3,type:1,keywords:"reptile",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"History +22, Insight +21, Stealth +19",equipment:"",category:"",strength:{score:26},constitution:{score:26},dexterity:{score:18},intelligence:{score:24},wisdom:{score:22},charisma:{score:30},hp:404,initiative:14,ac:35,fortitude:33,reflex:31,will:35,regeneration:null,auras:[],powers:[{id:"5a139cf8-9673-4231-a97c-eaad8cdaca05",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d6+8 poison damage (3d6 + 8 poison damage against a dazed target), and the target is slowed (save ends).",damage:"2d6+8 poison damage (3d6 + 8 poison damage against a dazed target)",category:1},{id:"b567e6c0-18a6-449a-80bf-8b2771400d9a",name:"Lure",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is pulled 1 square and dazed (save ends).",damage:"the target is pulled 1 square and dazed (save ends)",category:3},{id:"68565890-e4dd-4a38-a00f-184866318bcc",name:"Psychic Miasma",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:26,defence:3},description:"",details:"3d6+10 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target is stunned (save ends).",damage:"3d6+10 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"840f2604-a9be-444d-aaca-83a49babc8fc",name:"Gargoyle Harrier",details:"",size:2,origin:1,type:2,keywords:"earth",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Deep Speech, Primordial",skills:"Stealth +13",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:17},intelligence:{score:9},wisdom:{score:17},charisma:{score:17},hp:89,initiative:13,ac:27,fortitude:23,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"ad2946cb-96ce-4810-a5ad-7da292917e3a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a725fae0-2204-43b3-93ed-7f4700d7c92b",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after using stone form"},keywords:"",condition:"",range:"The gargoyle flies up to 8 squares and makes a melee basic attack at any point during the move without provoking an opportunity attack from the target. If the attack hits, the target is knocked prone.",attack:null,description:"",details:"",damage:"",category:1},{id:"2c8d1d6a-2a4e-40b9-9f54-acab5b55fb58",name:"Stone Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gargoyle becomes a statue and gains resist 25 to all damage, regeneration 3, and tremorsense 10. It loses all other senses and can take no actions in stone form other than reverting to its normal form (as a minor action).",damage:"the gargoyle becomes a statue and gains resist 25 to all damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"1d9ff4e7-78e3-4927-9be1-f3b4e2d9fdc6",name:"Goblin Cursespewer",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!0},senses:"Perception +2; low-light vision",movement:"6",alignment:"Chaotic Evil",languages:"Common, Goblin",skills:"Religion +5",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:17},hp:68,initiative:2,ac:14,fortitude:14,reflex:13,will:15,regeneration:null,auras:[],powers:[{id:"4370c14d-3176-4c08-a431-3d99dc06eb40",name:"Sacrificial Knife",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"a7cdf7f2-4c9c-4219-b76e-99f79e2e2044",name:"Confounding Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"targets two creatures; 1d6+3 damage, and the target grants combat advantage to allies until the end of the cursespewer’s next turn.",damage:"1d6+3 damage",category:1},{id:"88556fa8-a30b-4783-830d-09e22270a18b",name:"Goblin Doom",action:{action:5,trigger:"when a goblin within 5 squares is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Area burst 2 within 10, centered on the goblin that was hit",attack:{bonus:5,defence:2},description:"",details:"the goblin explodes; 1d10+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d10+3 poison damage",category:5},{id:"9c4b5b28-923c-4644-a860-9f95f3f39089",name:"Goblin Tactics",action:{action:4,trigger:"when the goblin cursespewer is missed by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6cf54254-3ef8-4c5b-8e61-9817961c9b1d",name:"Goblin Sentry",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"chainmail; crossbow bolt; hand crossbow; light shield; spear",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:9},wisdom:{score:11},charisma:{score:8},hp:41,initiative:6,ac:18,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"95f8cdd1-cd75-4291-96e6-5185de74ae2e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the goblin slides the target 1 square.",damage:"1d8+3 damage",category:1},{id:"e0aad1ce-ad13-420d-9909-f9984b3fc269",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"c9c968f2-c24b-4656-af10-4e0493dd71bb",name:"Trip Up",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d8+4 damage, and the target is knocked prone.",damage:"1d8+4 damage",category:1},{id:"cca551da-aeac-4f73-be36-f026e67db583",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9898c9ec-cb4e-4087-8efc-6c8af5948e8f",name:"Gold Dragon Wyrmling",details:"AS BEFITS THE MIGHTY (and perhaps arrogant) race of gold dragons, their wyrmlings are born with a wide suite of abilities, including fully functional wings and breath weapons. Gold wyrmlings often challenge one another in games. They take such activities seriously, competing for small territories and prizes (such as prime prey). These efforts help train them for adulthood so that they will be capable—and worthy— of ruling true domains. A gold wyrmling is torn between a burning desire to prove itself to its parents and an innate belief that it is already superior—or destined to be so—to all other creatures it encounters.",size:2,origin:4,type:1,keywords:"dragon",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"7, fly 9 (hover), overland flight 14",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +11, Insight +10, Intimidate +11",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:156,initiative:4,ac:21,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"e1955bf6-75d2-4c1c-ae61-6a009d681410",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage plus 1d6 fire damage.",damage:"1d6+5 damage plus 1d6 fire damage",category:1},{id:"eac0e3a9-10ee-4344-929c-53b054ed654f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"30807096-5e96-4c1f-8fe0-3e4597ebae6d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"d34de600-0232-4b60-8269-94569639d5a9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:11,defence:2},description:"",details:"2d6+5 fire damage, and the target is weakened until the end of the wyrmling’s next turn.",damage:"2d6+5 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d8cac0a7-af14-4847-bef6-5573dd2ef2e5",name:"Gold Hollow Dragon",details:"A METALLIC DRAGON CAN BECOME A CONSTRUCT called a hollow dragon: an empty shell of the dragon’s scales and hide animated by powerful magic and the dragon’s essence. Unlike evil chromatic dragons, which turn to the magic of shadow and undeath to prolong their existence (see the dracoliches in the Monster Manual and other undead dragons in Draconomicon: Chromatic Dragons), metallic dragons use elemental magic to become eternal guardians of great treasures, ancient artifacts, and holy sites.",size:4,origin:4,type:1,keywords:"construct, dragon",level:16,role:{type:2,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 10 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +16, Insight +17, Intimidate +18",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:21},hp:640,initiative:12,ac:28,fortitude:29,reflex:27,will:28,regeneration:null,auras:[{id:"0d022175-82d4-4c96-9ace-695f7d90eb2b",name:"Manifest Essence",keywords:"",details:"(Fire) aura 3; each creature that starts its turn in the aura takes 5 fire damage. The damage increases to 10 while the dragon is bloodied."}],powers:[{id:"55ca8bac-cef5-4d14-999b-080cd28cb129",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 1d8+7 damage, and ongoing 10 fire damage (save ends).",damage:"1d8+7 damage",category:1},{id:"a75fa663-5164-4ba2-a468-ce16bf191db0",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"b5999d90-68a1-440b-a805-e280381d239b",name:"Bloodied Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and two tail slaps.",damage:"",category:5},{id:"0c504d8c-5f4e-4d2e-bbed-d18a0fa1ff3e",name:"Breath of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d10+7 fire damage, and the target takes ongoing 10 fire damage and is dazed (save ends both). Miss: Half damage.",damage:"2d10+7 fire damage",category:1},{id:"4a62451e-e136-4267-9337-7e59931344c0",name:"Burst of Essence",action:{action:4,trigger:"when an enemy hits the dragon with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"close blast 3",attack:{bonus:17,defence:2},description:"",details:"The dragon’s skin ruptures, releasing a gout of its essence; 3d8+7 fire damage.",damage:"3d8+7 fire damage",category:5},{id:"71ced011-36ba-4461-b13c-22f086877ca4",name:"Essence Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"2d10+7 fire damage, and the target is knocked prone. Miss: Half damage.",damage:"2d10+7 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"192218a6-8325-4994-a78a-b7a1a45946b3",name:"Gold Hollow Wyrm",details:"A METALLIC DRAGON CAN BECOME A CONSTRUCT called a hollow dragon: an empty shell of the dragon’s scales and hide animated by powerful magic and the dragon’s essence. Unlike evil chromatic dragons, which turn to the magic of shadow and undeath to prolong their existence (see the dracoliches in the Monster Manual and other undead dragons in Draconomicon: Chromatic Dragons), metallic dragons use elemental magic to become eternal guardians of great treasures, ancient artifacts, and holy sites.",size:5,origin:4,type:1,keywords:"construct, dragon",level:24,role:{type:7,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"8, fly 12 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +21, Insight +23, Intimidate +24",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:23},intelligence:{score:19},wisdom:{score:23},charisma:{score:25},hp:904,initiative:21,ac:39,fortitude:37,reflex:36,will:36,regeneration:null,auras:[{id:"83ec1764-e877-4a23-939e-4fe026eb6cae",name:"Manifest Essence",keywords:"",details:"(Fire) aura 3; each creature that starts its turn in the aura takes 10 fire damage. The damage increases to 15 while the wyrm is bloodied."}],powers:[{id:"fed6bf04-efab-4f20-ab17-2ee20bd4995c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d6+9 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d6+9 fire damage",category:1},{id:"283a9165-a5d8-4d2a-9b7c-66e9cd547247",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 4d6+8 damage.",damage:"4d6+8 damage",category:1},{id:"c03501a4-81ec-4158-8971-c88bf682a71c",name:"Bloodied Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and two tail slaps.",damage:"",category:5},{id:"d5364780-4bba-48b2-b737-a85e0accd332",name:"Consume",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"3d8+9 damage, and the target is swallowed. While the target is swallowed, it is dazed and restrained, and it takes 20 fire damage at the start of the wyrm’s turn. The target has line of sight and line of effect only to the wyrm, and no creature has line of sight or line of effect to the target. The swallowed creature can make only melee or close basic attacks. The wyrm’s aura does not affect the target. As a move action, the target can escape with an Athletics check vs. Fortitude or an Acrobatics check vs. Reflex. If the target escapes this way, it appears in a space adjacent to the wyrm. The target also escapes when the wyrm uses breath of power, appearing in a space within the blast after the attack. When the wyrm dies, the target is no longer swallowed and can escape as a move action, appearing in the wyrm’s former space.",attack:{bonus:29,defence:2},description:"",details:"The wyrm traps an enemy inside itself: reach 4",damage:"reach 4",category:1},{id:"2e5828b4-a08a-4c0b-8a02-2f8841c8d472",name:"Breath of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 7",attack:{bonus:29,defence:2},description:"",details:"4d6+9 fire damage, and the target takes ongoing 15 fire damage and is dazed (save ends both). Miss: Half damage.",damage:"4d6+9 fire damage",category:1},{id:"8f5d24d6-d39a-49b2-8557-eaa5311b3861",name:"Burst of Essence",action:{action:4,trigger:"when an enemy hits the dragon with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The dragon’s skin ruptures, releasing a gout of its essence: close blast 3",attack:{bonus:29,defence:2},description:"",details:"4d8+9 fire damage.",damage:"4d8+9 fire damage",category:5},{id:"1cd429c5-e613-4e0a-bc33-c3e423825993",name:"Essence Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:29,defence:2},description:"",details:"3d10+7 fire damage, and the target is knocked prone. Miss: Half damage.",damage:"3d10+7 fire damage",category:1}],damageModifiers:[{type:3,value:-35}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9ba0731d-39bb-4a1a-9669-587cb55f38f6",name:"Grave-Born Drakkensteed",details:"DRAKKENSTEEDS ARE FIERCE, remarkably cunning reptilian predators. A drakkensteed’s broad, sharp wings and long neck evoke flying predators of bygone epochs, yet its four-legged stance— complete with dagger-sharp claws—and its fanged snout are clearly draconic in nature. From their lairs in high peaks and caves, families of drakkensteeds claim a wide region as their own hunting ground, tolerating no competition.",size:3,origin:4,type:1,keywords:"mount, undead",level:21,role:{type:0,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8, overland flight 14",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:23},intelligence:{score:2},wisdom:{score:21},charisma:{score:7},hp:155,initiative:16,ac:33,fortitude:34,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"b8a434ef-b7a4-4f5f-a5dc-89ea51cb7642",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6+7 damage, and ongoing 10 necrotic damage (save ends).",damage:"1d6+7 damage",category:1},{id:"3aab1af8-3f93-4f6e-8a09-b58989fedd81",name:"Eyes of the Grave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"3d6+8 necrotic damage, and the target takes a -2 penalty to attack rolls made against the drakkensteed or its rider until the end of the drakkensteed’s next turn.",damage:"3d6+8 necrotic damage",category:1},{id:"90be99f2-4b13-4ee9-a9e9-2c8109c20df3",name:"Breath of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 4",attack:{bonus:26,defence:1},description:"",details:"3d8+8 necrotic damage, and the target is weakened (save ends).",damage:"3d8+8 necrotic damage",category:1},{id:"f989cc42-c7d4-4e4f-a103-36323c906aa1",name:"Gift of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Gaze, Necrotic, Mount",condition:"while mounted by a friendly rider of 21st level or higher",range:"",attack:null,description:"",details:"When the rider spends an action point to take an extra action, the drakkensteed’s breath of the grave recharges, and the drakkensteed uses it as a free action.",damage:"",category:1},{id:"06b81399-64f4-4dac-b275-02da7afb735c",name:"Grave Resistance",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 21st level or higher",range:"",attack:null,description:"",details:"The mounted rider gains resist 15 necrotic and resist 15 poison.",damage:"The mounted rider gains resist 15 necrotic and resist 15 poison",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0643a642-02dc-4541-a5ca-7406098e3a33",name:"Hoard Guardian Sentinel",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:17},intelligence:{score:14},wisdom:{score:19},charisma:{score:4},hp:186,initiative:15,ac:34,fortitude:32,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"47dd8c1c-09f3-4aca-b9e6-ed9946477a0e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the sentinel marks the target (save ends) and pulls it 1 square.",damage:"2d8+5 damage",category:1},{id:"2930b712-abd0-494d-95c3-32ce9e904bdc",name:"No Escape",action:{action:5,trigger:"when an enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"the target doesn’t leave the square, and its movement ends.",damage:"",category:5},{id:"dea269ae-5ad5-4ca5-acbb-2f9792f47637",name:"Concussive Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"2d10+5 force damage, and the sentinel slides the target 3 squares.",damage:"2d10+5 force damage",category:1},{id:"89f0a522-b570-4611-9c13-b4709abf47a6",name:"Petrifying Eyes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when no creature is affected by this power"},keywords:"Cold, Gaze",condition:"",range:"Ranged 5",attack:{bonus:21,defence:1},description:"",details:"2d10+5 damage, and the target is dazed and slowed (save ends both). First Failed Saving Throw: The target is immobilized instead of dazed and slowed (save ends). Second Failed Saving Throw: The target becomes a statue of mithral and is petrified.",damage:"2d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"fda57697-e165-4a5b-af60-0b31557faf0b",name:"Iron Dragon Wyrmling",details:"IRON WYRMLINGS ARE SOME OF THE WEAKEST wyrmlings, but they are born in larger clutches and have a stronger tendency toward social behavior when first hatched. They rarely come out of hiding, except to swiftly strike at the prey they are learning to hunt before diving back into the shadows. They prefer caves but are almost as comfortable hiding beneath the underbrush and dead leaves on the forest floor. They emerge to attack only if they greatly outsize or outnumber their target, and they try to avoid prolonged battles.",size:2,origin:4,type:1,keywords:"dragon",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 8 (hover), overland flight 7",alignment:"Unaligned",languages:"Draconic",skills:"Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:96,initiative:4,ac:17,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d7fb03c8-aeff-4069-9704-bd8cad3f2e40",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+3 damage plus 1d6 lightning damage.",damage:"2d6+3 damage plus 1d6 lightning damage",category:1},{id:"e0da22ef-1afb-4de8-99cb-b0a954210d74",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"f8c6345b-aa0e-4af8-b16f-f134252d7657",name:"Swift Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks and shifts 2 squares.",damage:"The wyrmling makes two claw attacks and shifts 2 squares",category:1},{id:"b68f43bd-ebcd-4391-87e8-4b88f26db11c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"Close blast 4",attack:{bonus:6,defence:2},description:"",details:"2d6+2 lightning damage, and the wyrmling pulls the target 1 square.",damage:"2d6+2 lightning damage",category:1}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bcc764b4-ac50-4bfe-858a-60afba592460",name:"Kapak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11",equipment:"arrow; leather armor; short sword; shortbow",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:45,initiative:10,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"e54baa51-eb65-4e45-abe3-0b2f8e3cdbd2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"74c2dd30-0623-4006-af13-d9f59ef9324e",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"a786b1aa-9631-4f5a-80da-a410a8fbc049",name:"Acid Pool",action:null,keywords:"Acid, Zone",condition:"when the draconian drops to 0 hit points",range:"The draconian dissolves into a pool of acid: close burst 1",attack:{bonus:7,defence:2},description:"",details:"2d8+4 acid damage. Effect: The draconian’s square and all squares in the burst become a zone that lasts until the end of the encounter. Any creature that enters the zone or starts its turn there takes 5 acid damage.",damage:"2d8+4 acid damage",category:0},{id:"11daafdd-2de1-4372-8f04-2716a02239bc",name:"Apply Poison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The draconian gains a +4 bonus to all defenses and to Stealth checks until the start of its next turn, and it applies poison to its short sword or shortbow by licking the weapon. The next attack with that weapon deals 2d6 extra poison damage.",damage:"the next attack with that weapon deals 2d6 extra poison damage",category:1},{id:"2699ca2e-d430-4cd4-a704-d9b6969a5909",name:"Draconian Sniper",action:null,keywords:"",condition:"",range:"A hidden kapak draconian that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"873e31df-3114-4a62-b062-854850927b64",name:"Kobaaz Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +11",equipment:"glaive; scale armor",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:11},hp:57,initiative:4,ac:18,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"82c7ccf5-6826-4b56-87c2-15270b36c8ef",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 2d4+4 damage, and the target slides 3 squares.",damage:"2d4+4 damage",category:1},{id:"7a7c35ab-781c-430d-ad51-958b6097c4f0",name:"Arching Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobaaz draconian makes a glaive attack against each enemy within reach. If an attack hits, the target is also knocked prone. After these attacks are made, the draconian can shift 1 square.",damage:"the draconian can shift 1 square",category:1},{id:"b01c750f-97e2-490a-bdaa-a60172ae7353",name:"Ice Statue",action:null,keywords:"Cold, Polymorph",condition:"when the kobaaz draconian drops to 0 hit points",range:"",attack:null,description:"",details:"The kobaaz draconian crystallizes into an icy statue. It becomes blocking terrain, and any creature that starts its turn within 2 squares of the statue takes 5 cold damage and is slowed until the end of its current turn.",damage:"and any creature that starts its turn within 2 squares of the statue takes 5 cold damage and is slowed until the end of its current turn",category:0},{id:"e173fc8d-f94c-42b7-b75c-367a0611f05e",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobaaz draconian can make opportunity attacks against all enemies within its weapon’s reach.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0d5a5ffe-0afa-4c9f-9de9-e73a5c3b2152",name:"Liondrake",details:"Liondrakes are fierce, intelligent desert hunters that blend the characteristics of a brass dragon and a great lion. They are fast, powerful adversaries armed with a devastating roar. Though liondrakes understand Draconic and can manage a few words of Common, they rarely speak.",size:3,origin:4,type:1,keywords:"mount, reptile",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"7, fly 10 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +17",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:6},wisdom:{score:16},charisma:{score:11},hp:122,initiative:12,ac:26,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"92347d06-31a8-4246-881d-ff8d014e6fd9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"5d66f079-344b-4490-a1d7-f7beb6048a7e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"99b24a2e-ca77-49c9-ac29-5cc11acafa50",name:"Battle Leap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The liondrake shifts 4 squares and makes two claw attacks or a bite attack.",damage:"The liondrake shifts 4 squares and makes two claw attacks or a bite attack",category:1},{id:"45710341-0cec-4522-98c6-4815afe17c25",name:"Terrifying Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Thunder",condition:"",range:"Close burst 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d8+4 thunder damage, and the target is dazed (save ends).",damage:"2d8+4 thunder damage",category:1},{id:"03f360ef-0f19-4a44-a605-35c787a72be5",name:"Fierce Steed",action:null,keywords:"Mount, Thunder",condition:"while mounted by a friendly rider of 12th level or higher",range:"",attack:null,description:"",details:"When it makes charge attacks, the liondrake and its rider gain a +4 to defense against opportunity attacks.",damage:"the liondrake and its rider gain a +4 to defense against opportunity attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81ac4662-fea2-4ac1-b871-ba4a74994478",name:"Mercury Dragon Wyrmling",details:"THE NESTS OF MERCURY DRAGONS are found near poisonous volcanic vents and noxious sulfurous springs. These inhospitable conditions require mercury wyrmlings to travel great distances to hunt for food, instilling a desire to explore the world at an extremely young age. As a result, a mercury dragon wyrmling can often be found a great distance from its home.",size:2,origin:4,type:1,keywords:"dragon, shapechanger",level:4,role:{type:4,flag:1,leader:!1},senses:"Perception +2; darkvision",movement:"6, fly 6 (hover), overland flight 8",alignment:"Unaligned",languages:"Draconic",skills:"Acrobatics +11, Bluff +10, Stealth +11",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:11},charisma:{score:16},hp:90,initiative:10,ac:18,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"d17e637c-d8cc-455a-8b08-58199acd3dbf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"82954cd9-b775-44ab-83ba-ff61a01533ca",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"38d954b1-9750-4ef4-b02d-4704a7b71a3a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 4",attack:{bonus:7,defence:1},description:"",details:"1d12+3 poison damage, and the target takes ongoing 5 poison damage and treats the wyrmling as invisible (save ends both).",damage:"1d12+3 poison damage",category:1},{id:"f22ed001-cc12-462c-96f7-d030bb9e1f7b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling deals 1d6 extra damage against a target granting combat advantage to it.",damage:"the wyrmling deals 1d6 extra damage against a target granting combat advantage to it",category:0},{id:"ba8868ee-782c-4b73-afd8-d3870b90b51f",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The wyrmling becomes a liquid wave of quicksilver and shifts 4 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the wyrmling can’t attack or fly, but gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The wyrmling can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the wyrmling until the end of the wyrmling’s next turn.",damage:"The wyrmling becomes a liquid wave of quicksilver and shifts 4 squares",category:2}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee22baf4-649b-48ce-836a-1c9178f9b45e",name:"Mithral Dragon Wyrmling",details:"THE RARE OCCASION when a mithral dragon wyrmling leaves the Astral Sea signifies the beginning of a time of change. The wyrmling has seen the importance of the moment and has come to guide the world through a chaotic time. A mithral wyrmling’s horns are short, as is the ridge of spikes that runs the length of its neck. The ridge stands out only when the wyrmling is angered.",size:2,origin:3,type:1,keywords:"dragon",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"8, fly 8 (hover), overland flight 10, teleport 5",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Insight +12, Intimidate +11, Religion +11",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:21},intelligence:{score:14},wisdom:{score:17},charisma:{score:14},hp:186,initiative:11,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"60ea0e41-85b7-49d5-9d2f-6402b5910c52",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d6+4 damage",category:1},{id:"12552f3c-c3b1-4f42-b7a9-0db493026488",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"7316bc58-9a77-48b2-8e96-1bd4057f4a41",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The wyrmling teleports half its speed, makes a claw attack, teleports half its speed, and makes a claw attack against a different target.",damage:"",category:1},{id:"b19f69d9-64e7-4f33-8a0f-10bda021def1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Radiant",condition:"",range:"Close blast 4",attack:{bonus:12,defence:2},description:"",details:"2d6+2 radiant damage, and the target is blinded (save ends).",damage:"2d6+2 radiant damage",category:1}],damageModifiers:[{type:9,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3790d329-2936-4883-95de-e2aa3e5493a3",name:"Orium Dragon Wyrmling",details:"AS ORIUM DRAGONS ACCUMULATE KNOWLEDGE, they discover the locations of additional crumbling ruins. Not having the time to investigate each potential site, a dragon sends its children to investigate and potentially create their own lairs.",size:2,origin:4,type:1,keywords:"dragon",level:6,role:{type:7,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"History +8, Insight +8, Intimidate +9",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:13},hp:146,initiative:7,ac:22,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"3eb4b1bc-d869-4103-90ad-80ae2bc8c498",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+6 damage plus 1d6 acid damage.",damage:"1d8+6 damage plus 1d6 acid damage",category:1},{id:"0299d195-8278-44e9-a1d6-34348f40ffa2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+6 damage, and the target is marked until the end of the wyrmling’s next turn.",damage:"1d6+6 damage",category:1},{id:"f5fab179-c531-444d-8c4d-1b1d8198718d",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks and one bite attack.",damage:"",category:1},{id:"b2274d51-57c2-4545-8a1d-c022d8ceb932",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:11,defence:1},description:"",details:"2d6+3 acid damage, and a wyrmling vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the wyrmling in the initiative order.",damage:"2d6+3 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"24c35688-b33f-401c-89f4-6aafe9ca9d58",name:"Sand Knives Bandit",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"arrow; leather armor; longbow; scimitar",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:25},intelligence:{score:15},wisdom:{score:14},charisma:{score:17},hp:1,initiative:15,ac:29,fortitude:24,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"c3dca35c-e410-48aa-81e6-0bfacc9899df",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"6 damage (crit 9).",damage:"6 damage (crit 9)",category:1},{id:"c5293130-6825-4214-8e0a-8d133ce39c19",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d04de76b-652e-40cc-8dcd-233b002e4db7",name:"Mark of Knives",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:null,description:"",details:"the target is marked until the end of its next turn.",damage:"",category:3},{id:"ba933aa1-0656-4e2b-90b0-90f94e38717a",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bandit teleports 5 squares.",damage:"The bandit teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ae9d29f-429b-4002-b7b7-c05003fae982",name:"Silver Dragon Wyrmling",details:"FROM BIRTH, SILVER WYRMLINGS LEARN the importance of forthrightness and righteous combat. They and their siblings engage in vicious mock battles that rarely result in lasting injury. Silver dragon parents take their responsibilities more seriously than other dragon parents do, but still encourage their offspring to spend time in the world.",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:2,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 6 (clumsy), overland flight 8",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +12",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:152,initiative:4,ac:17,fortitude:19,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"65144c31-90f3-476e-b329-25e62c7da024",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"50d2f858-983b-4b5d-a07f-044ac7a2cd78",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"96d2a404-70ee-4729-86be-feea3b182116",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes a claw attack against each enemy adjacent to it.",damage:"",category:1},{id:"90427f91-e5be-4812-b207-77e4af7ade1f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold",condition:"",range:"Close blast 4",attack:{bonus:6,defence:2},description:"",details:"1d6+5 cold damage, and the target gains vulnerable 5 to all damage (save ends).",damage:"1d6+5 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ac2107c-6056-4be9-b205-9c0610909376",name:"Sivak Draconian",details:"",size:3,origin:4,type:2,keywords:"reptile",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7, fly 7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +10, Streetwise +10",equipment:"greatsword; plate armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:12},hp:90,initiative:11,ac:22,fortitude:20,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"508aadd7-f98e-455c-8e7b-06440843520c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d12 + 6 damage.",damage:"1d12 + 6 damage",category:1},{id:"96b03fe1-c52f-4667-a0f8-102268fe687c",name:"Leaping Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The draconian shifts 3 squares and makes an attack; reach 2; 2d12 + 6 damage.",damage:"2d12 + 6 damage",category:1},{id:"81f2623f-04e8-497c-8953-f5df46de5534",name:"Death Mask",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic, Polymorph",condition:"targets the creature that reduced the draconian to 0 hit points",range:"",attack:{bonus:9,defence:3},description:"",details:"The draconian dies, and changes its form to that of the creature that killed it; 2d6 + 5 psychic damage, and the target is dazed until the end of its next turn. The draconian’s body decomposes into dust after three days.",damage:"2d6 + 5 psychic damage",category:1},{id:"1d497a75-f8e3-4808-83c6-5e86f959ff64",name:"Flying Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When charging, a draconian can charge to any unoccupied space adjacent to the target, instead of just the closest space.",damage:"",category:0},{id:"233a2a2c-cb73-4dc5-b56f-2510b6c99ad3",name:"Steal Appearance",action:{action:4,trigger:"when the sivak draconian kills a humanoid",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The draconian alters its physical form to appear as the slain creature (see “Change Shape,” MM2 216). The draconian can end the transformation as a minor action.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da4c87cc-4034-4aa7-a941-ed3a96f8946c",name:"Steel Dragon Wyrmling",details:"STEEL DRAGON PARENTS, entrenched in human affairs, hide their wyrmlings and instruct them secretly until the wyrmlings’ shapechanging powers develop. However, a wyrmling’s intense curiosity tempts it to escape a watchful parent’s eye to hunt and to cause mischief.",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +11, Diplomacy +11, Insight +9",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:12},intelligence:{score:11},wisdom:{score:14},charisma:{score:19},hp:126,initiative:3,ac:20,fortitude:17,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"6dafe710-bacc-4dc8-8f59-1318cdc4cd73",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage plus 1d6 force damage, and the wyrmling slides the target 1 square.",damage:"1d8+4 damage plus 1d6 force damage",category:1},{id:"1a44b908-935e-47b8-bb8a-4e96ac89abe3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"8c7fbf7b-b092-42dd-8f89-fbda7533dcb3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"dc8c9f01-df21-4af1-b6b1-d5a56f83aa59",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"the wyrmling slides the target 1 square, and the target grants combat advantage until the end of the wyrmling’s next turn.",damage:"the wyrmling slides the target 1 square",category:3},{id:"54f9b8a1-38f3-4c67-b1b1-1e3058ed6a13",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"2d10+2 force damage, and the target is dazed (save ends).",damage:"2d10+2 force damage",category:1}],damageModifiers:[{type:4,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"613f7899-1f9a-4519-9c97-571246eb5c16",name:"The Old Man with the Canaries",details:"",size:2,origin:3,type:2,keywords:"",level:36,role:{type:7,flag:2,leader:!0},senses:"Perception +32",movement:"8, teleport 5",alignment:"Lawful Good",languages:"Supernal",skills:"Arcana +31, Athletics +33, Diplomacy +32, Endurance +34, Heal +32, History +31, Insight +32, Intimidate +32, Religion +31",equipment:"",category:"",strength:{score:31},constitution:{score:33},dexterity:{score:23},intelligence:{score:27},wisdom:{score:28},charisma:{score:29},hp:1645,initiative:24,ac:52,fortitude:47,reflex:45,will:47,regeneration:null,auras:[],powers:[{id:"452ee09b-f6fb-460a-b8bf-734c0e180177",name:"Unarmed Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:41,defence:0},description:"",details:"1d12+20 damage, and the target is dazed until the end of its next turn.",damage:"1d12+20 damage",category:1},{id:"7108482e-6887-4d66-bc1e-a0e31763799f",name:"Gold Dragon Rescue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"uses one canary",range:"Area burst 1 within 30, centered on ally",attack:{bonus:41,defence:0},description:"",details:"the target is stunned (save ends). Effect: The ally in the origin square gains fly 10 until the end of its next turn.",damage:"The ally in the origin square gains fly 10 until the end of its next turn",category:1},{id:"2ad904c1-72a5-423f-a0b6-19428b560484",name:"Summon Gold Dragon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Summoning",condition:"uses one canary",range:"Ranged 20",attack:null,description:"",details:"Bahamut summons a Large gold dragon in an unoccupied space within range. The dragon has speed 8, fly 10 (hover) and, unlike a typical summoned creature, has its own defenses and hit points (all defenses 34; hp 120).",damage:"The dragon has speed 8",category:1},{id:"ebbc5bc9-6117-44ed-9055-e565b0ee3489",name:"Bahamut’s Blessing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 30",attack:null,description:"",details:"two targets; each target gains a +10 bonus to attack rolls, a +10 bonus to skill checks, and a +10 bonus to damage rolls until the end of the target’s next turn",damage:"and a +10 bonus to damage rolls until the end of the target’s next turn",category:1},{id:"c09c5f82-7339-417a-b80e-cdc103269253",name:"Bahamut’s Cleansing",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 30",attack:null,description:"",details:"two targets; each target can end one effect a save can end.",damage:"",category:3},{id:"88da87a3-b136-4e07-86fa-2eb0e7fe136b",name:"Bahamut’s Mercy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 30",attack:null,description:"",details:"two targets; each target can spend a healing surge and regain an additional 25 hit points.",damage:"each target can spend a healing surge and regain an additional 25 hit points",category:3},{id:"83b8fb84-aa28-46fa-9b84-28132032bb81",name:"Bahamut Runs Rampant",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Bahamut assumes his draconic form (see Bahamut).",damage:"",category:1},{id:"5ddfd7da-22cd-4264-a442-d071eeeda18d",name:"Seven Canaries",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Bahamut has seven trained canaries, which he can transform into gold dragons. Some of his powers use up these canaries. All the canaries return during a short rest.",damage:"",category:0},{id:"70d049bb-c67a-4fa3-9a41-61cad132735d",name:"Discorporation",action:null,keywords:"",condition:"when bloodied",range:"",attack:null,description:"",details:"When Bahamut becomes bloodied, he discorporates and is unable to take physical form for a time.",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e17b8783-8d79-427a-bd4f-8df862c9b4a9",name:"Three-Tooth",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"dagger",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:24},hp:176,initiative:11,ac:22,fortitude:19,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"3234882c-26e0-4f87-b592-371b03db2ca1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"d2eabc5c-d3d4-4eb0-a991-a2f32db0e827",name:"Venom Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:15,defence:2},description:"",details:"three attacks against up to three different targets; 1d8+5 poison damage, and Three-Tooth pushes the target 3 squares.",damage:"1d8+5 poison damage",category:1},{id:"e1ec3cb2-c016-460e-bfcd-9acb0d0cb313",name:"Resonating Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Implement",condition:"",range:"Area burst 2 within 20",attack:{bonus:15,defence:2},description:"",details:"2d8+5 force damage, and the target is knocked prone. Damage from this attack ignores temporary hit points.",damage:"2d8+5 force damage",category:1},{id:"c7c2d489-9e16-4fd3-9629-b640b29d2c10",name:"Kobold Sorcery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Three-Tooth rolls an even number on an attack roll with an implement power (whether the attack hits or misses), she slides the target 1 square after the attack.",damage:"she slides the target 1 square after the attack",category:0},{id:"a6eeefdc-7900-423d-9a5c-57a14131c5bc",name:"Blinking Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Teleportation",condition:"",range:"",attack:null,description:"",details:"Three-Tooth teleports 2 squares and regains 3 hit points.",damage:"Three-Tooth teleports 2 squares and regains 3 hit points",category:3},{id:"4a679c5b-2a29-4d75-9c1a-3ad240cf7d49",name:"Teleport Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Three-Tooth teleports 10 squares.",damage:"Three-Tooth teleports 10 squares",category:2},{id:"9e511b7f-9646-451f-b398-685921df0979",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Three-Tooth gains a +2 bonus to all defenses against traps.",damage:"Three-Tooth gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"92d10f1c-a027-4806-bad5-80d0278d1edd",name:"Uvokula",details:"",size:3,origin:4,type:2,keywords:"aquatic",level:14,role:{type:2,flag:1,leader:!0},senses:"Perception +9; low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +16",equipment:"trident",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:20},intelligence:{score:14},wisdom:{score:14},charisma:{score:18},hp:340,initiative:12,ac:26,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"936e7eba-e344-4ec7-9976-77eaa590a819",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 3d4+4 damage.",damage:"3d4+4 damage",category:1},{id:"b054c548-8051-4d88-a0af-8d42c219f780",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d6+3 damage, and ongoing 5 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"209eff44-46af-4588-b045-929ab4a430e3",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:17,defence:0},description:"",details:"3d4+4 damage. Uvokula must retrieve his trident before he can throw it again.",damage:"3d4+4 damage",category:1},{id:"a0095dfa-cb22-4046-8a3e-7021553e9ffe",name:"Baron’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uvokula makes a trident attack and two claw attacks.",damage:"",category:1},{id:"22e12cc3-7487-4a0c-b634-2b3de81a5875",name:"Blood Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Uvokula gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies.",damage:"uvokula gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23ad24a3-27b6-48ae-9bb4-4e37b2b878f2",name:"Venomous Remnant",details:"",size:2,origin:1,type:0,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +18; darkvision",movement:"fly 7 (hover)",alignment:"Unaligned",languages:"Abyssal, Draconic",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:25},dexterity:{score:22},intelligence:{score:14},wisdom:{score:20},charisma:{score:28},hp:1,initiative:19,ac:38,fortitude:37,reflex:36,will:39,regeneration:null,auras:[{id:"2841afb1-9324-4d5d-aef9-a72a5d73b082",name:"Choking Aura",keywords:"",details:"(Poison) aura 2; each living creature that enters the aura or starts its turn there takes 5 poison damage."}],powers:[{id:"1c3c3537-46ac-45d5-81c6-225d97d66cd9",name:"Toxic Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"8 poison damage.",damage:"8 poison damage",category:1},{id:"0a09005c-013d-428c-b02d-479c6b0973e4",name:"Toxic Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:1},description:"",details:"12 poison damage.",damage:"12 poison damage",category:1},{id:"d58428b8-ffb6-40e0-aa3e-fe5e98c77964",name:"Venomous Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Area burst 3 within 20",attack:{bonus:33,defence:1},description:"",details:"targets enemies; the target loses any resistance to poison until the end of the venomous remnant’s next turn and takes 10 poison damage. Effect: Each venomous remnant in the area gains a +5 bonus to defenses until the end of the triggering remnant’s next turn.",damage:"the target loses any resistance to poison until the end of the venomous remnant’s next turn and takes 10 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8e69e79f-c6d1-4885-aa9d-39b224de5866",name:"Vulture Drake",details:"Vulture drakes were originally natural creatures of the world, but they have been corrupted by the dark energy of the Shadowfell. Cunning scavengers that love the taste of carrion, they are favored flying mounts of the shadar-kai and other creatures in the service of the Raven Queen.",size:3,origin:4,type:1,keywords:"mount, reptile",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"6, fly 8 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:16},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:119,initiative:7,ac:21,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"82c14488-29a8-4381-b97c-cba762d76f85",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"fa271805-c8f6-4d9a-93df-e62d37ece722",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"7cbd3dae-5543-4a8c-9fec-dc46111cae08",name:"Swooping Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vulture drake makes a charge attack, starting in the air and ending on the ground. It can make two claw attacks against the target it charges, instead of making one melee basic attack. If both attacks hit, the target is knocked prone.",attack:null,description:"",details:"",damage:"",category:1},{id:"5d9eff7e-6082-434b-b86a-538088f53c8c",name:"Death Shriek",action:{action:4,trigger:"when first damaged",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic, Thunder",condition:"",range:"Close blast 5",attack:{bonus:10,defence:3},description:"",details:"2d8+5 thunder damage, and the target takes ongoing 5 necrotic damage and a -2 penalty to attack rolls and saving throws (save ends both).",damage:"2d8+5 thunder damage",category:5},{id:"a21e791d-85f3-4e31-9931-fcb4bf37f5a6",name:"Death Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Creatures taking ongoing necrotic damage gain no benefit from concealment or total concealment when they are attacked by a vulture drake.",damage:"creatures taking ongoing necrotic damage gain no benefit from concealment or total concealment when they are attacked by a vulture drake",category:0},{id:"02b42d4e-2ae2-4808-a840-76d641196108",name:"Shadow Mount",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The vulture drake grants its rider resist 10 necrotic and a +4 bonus to saving throws against fear effects.",damage:"The vulture drake grants its rider resist 10 necrotic and a +4 bonus to saving throws against fear effects",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b302e2f3-ccd7-452a-92a8-bb25e55367bb",name:"War Shark",details:"",size:3,origin:4,type:1,keywords:"aquatic, mount",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"swim 11",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:24},intelligence:{score:2},wisdom:{score:14},charisma:{score:9},hp:139,initiative:16,ac:28,fortitude:26,reflex:28,will:23,regeneration:null,auras:[],powers:[{id:"d6b43051-dbcb-4086-b386-7041737d605f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"d1892ed1-9b59-4f51-926e-703eae82db83",name:"Deft Swimmer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 14th level or higher",range:"",attack:null,description:"",details:"The war shark’s rider gains a +2 bonus to AC against opportunity attacks. While in water, the rider also gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"The war shark’s rider gains a +2 bonus to AC against opportunity attacks",category:1},{id:"174a8272-9002-47b6-b12b-02e5bf16d2a3",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, a war shark gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"a war shark gains a +2 bonus to attack rolls against creatures without a swim speed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6ca98526-1f88-4227-a899-678e7f67de69",name:"Wyrmguard Scout",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"dagger; leather armor",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:17},charisma:{score:15},hp:75,initiative:11,ac:21,fortitude:19,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"ad67445b-8980-4cad-bbcf-3f35d3c6001a",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"e426a548-e4fd-47c6-a34d-aa56c2b20bea",name:"Dragon Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"2d6+5 poison damage.",damage:"2d6+5 poison damage",category:1},{id:"d7d06983-b1ac-41af-9052-acd8b8df1630",name:"Dragon Clash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the scout’s ward is damaged by an enemy"},keywords:"Poison",condition:"targets enemies",range:"Area burst 1 within 20",attack:{bonus:12,defence:1},description:"",details:"3d6+5 poison damage.",damage:"3d6+5 poison damage",category:1},{id:"c145a156-1c3e-4897-a762-62f19eb4165a",name:"Scout’s Ward",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmguard sentinel designates an ally or object within 10 squares as its ward, and any creature it was already warding is no longer its ward. The scout deals 2d6 extra damage against the enemy nearest to its ward.",damage:"the scout deals 2d6 extra damage against the enemy nearest to its ward",category:3},{id:"2e169155-557b-46bd-a419-223eefa9d475",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scout shifts 1 square",damage:"The scout shifts 1 square",category:3},{id:"3509d5c1-81e9-4ba0-afe1-e5a61da8fe07",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A scout gains a +2 bonus to all defenses against traps.",damage:"A scout gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a8132c0-ce13-45b3-bed3-61b0d967aa31",name:"Wyrmguard Sentinel",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"scale armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:80,initiative:8,ac:23,fortitude:20,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"3e4fc0c2-5def-4b8a-8428-e826291089f5",name:"Dragontooth Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+2 damage, and the target is marked until the end of the sentinel’s next turn.",damage:"2d8+2 damage",category:1},{id:"6e3f2952-974f-4318-b036-5c404456ff25",name:"Sentinel’s Ward",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmguard sentinel designates an ally or object within 10 squares as its ward, and any creature it was already warding is no longer its ward. The ward takes half damage from creatures marked by the sentinel.",damage:"the ward takes half damage from creatures marked by the sentinel",category:3},{id:"fb92715c-b411-41d6-bbec-48285683c1e9",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sentinel has a +3 bonus to attack rolls on opportunity attacks. If a move provoked the attack, an enemy struck by the wyrmguard’s opportunity attack stops moving. If it still has actions remaining, the enemy can use them to resume moving.",damage:"A sentinel has a +3 bonus to attack rolls on opportunity attacks",category:0},{id:"93cdd5c7-65d3-4113-ace2-c78753df8cf6",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentinel shifts 1 square.",damage:"The sentinel shifts 1 square",category:3},{id:"75df4215-4f47-4312-94e5-ebb96fae32c0",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sentinel gains a +2 bonus to all defenses against traps.",damage:"A sentinel gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7c8b0897-ef54-4b72-b992-2668c0eb1bb6",name:"Wyrmling Vaporous Spirit",details:"",size:2,origin:1,type:1,keywords:"",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:10},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"1cfdea72-3a0f-4023-9415-91774f563aa5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"6 acid damage.",damage:"6 acid damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bab8c13-c18c-4e9b-9fba-444978f3a3c9",name:"Young Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:3,origin:4,type:1,keywords:"dragon",level:4,role:{type:0,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +10, Insight +9, Intimidate +8",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:16},intelligence:{score:13},wisdom:{score:15},charisma:{score:12},hp:232,initiative:5,ac:17,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"3403139a-da1e-4705-8ce8-e6c27a17fdb8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+3 damage plus 1d6 fire damage.",damage:"1d8+3 damage plus 1d6 fire damage",category:1},{id:"b055a6dc-0537-42de-98db-de67afdcfc1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"3bf36331-780d-4660-ad8d-3f78b5968e56",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"37201b85-901e-46fe-a17e-9d55d0c29fff",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Targets the triggering enemy; 1d8+3 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"1d8+3 damage",category:5},{id:"ff3eec2f-4b36-46cb-8d3a-d172d56b98ac",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:9,defence:2},description:"",details:"3d6+3 fire damage, and the dragon pushes the target 3 squares. Miss: Half damage.",damage:"3d6+3 fire damage",category:1},{id:"1efff608-ca4c-4130-9ca8-d3fee64417ea",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"61f2127b-5805-4370-8b6c-b54b28f3ab15",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"1d8+5 fire damage. Effect: Each creature adjacent to the target takes 1d8 fire damage.",damage:"1d8+5 fire damage",category:1},{id:"0c6b0405-2eee-41e8-8764-02ea60f16250",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3f206e7b-8cb0-4d3b-bb71-cd0380ac1d02",name:"Young Bronze Dragon",details:"Order’s sworn servants, bronze dragons can seem arrogant and haughty, with an inflated sense of self, a tendency that can put them at odds with those they meet. In rare cases, this self-righteousness grows into something far more sinister, and the bronze dragon takes over what it sees as lesser races, ruling as a cruel tyrant that demands worship and subservience from its subjects. Bronze dragons claim coastlines, inlets, and islands as their own, constructing lairs in coastal caves that have access to the sea. More aggressive bronze dragons purposely choose lairs near shipping lanes so they can claim tribute from merchant vessels as those craft pass by. All bronze dragons share a deep and abiding hatred for blue dragons, and they are vigilant in protecting their homes from these despised interlopers.",size:3,origin:4,type:1,keywords:"aquatic, dragon",level:7,role:{type:2,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6, fly 8 (hover), overland flight 10, swim 6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:17},intelligence:{score:11},wisdom:{score:11},charisma:{score:16},hp:296,initiative:6,ac:19,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"1b9125a5-a667-4229-9687-a143196d3184",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 2d6 lightning damage.",damage:"1d10+6 damage plus 2d6 lightning damage",category:1},{id:"c4211464-cca5-4635-87c5-f5844153858a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"0e346132-a5d5-4dd3-8288-8c8b9608e4b7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"5035d330-1a8e-433b-9134-23892bdea21f",name:"Wing Smash",action:{action:4,trigger:"when an enemy moves to a space where it flanks the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"1d12+6 damage, and the dragon pushes the target 1 square.",damage:"1d12+6 damage",category:5},{id:"e88468e1-00ac-453b-bf71-a170297b91b1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:8,defence:2},description:"",details:"2d8+4 lightning damage, and the dragon pushes the target 2 squares. If the attack hit at least one target, the dragon makes a secondary attack against a creature within 10 squares that was not a target of the primary attack. Miss: Half damage. Secondary Attack: +8 vs. Reflex; 2d8 + 4 lightning damage, and the dragon pushes the target 1 square.",damage:"2d8+4 lightning damage",category:1},{id:"b73b358e-245b-4f1d-a814-b4ea0797b38d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"e7c8db11-e43d-4718-93fa-f4c7fa6cae78",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"e1263c9d-1337-4628-8215-7ece38be70a1",name:"Restorative Dive",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"while bloodied and completely submerged in water",range:"",attack:null,description:"",details:"The dragon regains 74 hit points and gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The dragon regains 74 hit points and gains a +2 bonus to attack rolls until the end of its next turn",category:3}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4e740d0b-526e-452f-800f-d56d7323ad0a",name:"Young Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:3,origin:4,type:1,keywords:"dragon",level:5,role:{type:3,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"6 (ice walk), fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +11, Endurance +11, Intimidate +9",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:15},hp:268,initiative:4,ac:20,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"6e7a7175-e32b-4db7-a41d-01b0eb697ec3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+4 cold damage, and the target is slowed (save ends).",damage:"1d8+4 cold damage",category:1},{id:"63fb1353-919f-4452-b95a-4ca62f7c743c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"e3490788-0c64-4289-8932-3017114e7228",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 2 squares, and then makes two claw attacks against a different target.",damage:"shifts 2 squares",category:1},{id:"4b1666cb-70b4-47ae-9978-7f0bcd34f2f2",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:7,defence:1},description:"",details:"1d6+4 damage, and the target is pushed 2 squares.",damage:"1d6+4 damage",category:5},{id:"6fae9f35-0e42-435e-b59f-4265bc333181",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:11,defence:0},description:"",details:"targets slowed or restrained creatures; 2d6+5 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"2d6+5 damage",category:1},{id:"5a0504b1-8019-452d-99d1-5b19c007fff5",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"1d6+4 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"1d6+4 cold damage",category:1},{id:"ed88ce3b-cd87-4c22-8e06-f6767a137473",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"3dd2a3c1-3357-4b40-b488-94cc09bffd10",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1af68fa5-9a63-43a1-8d88-c52406fbc1ca",name:"Young Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:6,role:{type:4,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6, fly 6 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +13, Bluff +12, Stealth +13",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:21},intelligence:{score:13},wisdom:{score:11},charisma:{score:19},hp:288,initiative:12,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"a5b0ad91-b00f-4957-82e0-434b6f47d2d0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"4a3b26ad-1d3d-4166-a56b-e7f0825bf37d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"346b4958-3f6f-41e6-8c35-1b124d60cc99",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"37d184a2-3552-4dca-b966-fdfb89bc8d99",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"f93868f9-ae36-4167-a482-2257fa7415e5",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"1d12+4 poison damage, and the target takes ongoing 5 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"1d12+4 poison damage",category:1},{id:"ba34e633-38a0-4d89-8712-ac53d1362352",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"0107755c-7fb3-4e33-9d90-8f5dce33b5db",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"99ddbb48-9f68-4f78-9265-4467ffab8eee",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares",category:2},{id:"b3451aeb-8195-4ec9-afee-cd8b7fb3fbc3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 1d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 1d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5569f1c3-c5f9-4ff8-b0c4-2e0c16c473e4",name:"Young Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:3,origin:3,type:1,keywords:"dragon",level:11,role:{type:6,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8, fly 10 (hover), overland flight 12, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +13, History +13, Insight +14, Intimidate +13, Religion +13",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:23},intelligence:{score:16},wisdom:{score:18},charisma:{score:16},hp:444,initiative:13,ac:25,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"76fa9ad8-2297-4687-96b8-a8a5bcd6fcae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d8+4 damage",category:1},{id:"c501fd7e-96bd-4ff7-abcc-a6930de0b09b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"6eb1bc0a-69ef-47c6-9648-ecf19b57e228",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"4505f9c5-6cfe-44e4-80da-7cef5a98935a",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; 2d8+6 damage, and the dragon pushes the target 3 squares.",damage:"2d8+6 damage",category:3},{id:"6607e8c7-0807-4b93-bca9-cd44418491de",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"2d6+4 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"2d6+4 radiant damage",category:1},{id:"97037d2b-8315-4dfd-a7ac-960caf9cbda2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"e8bcd754-38e2-43af-a65c-44f423b573ad",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10",attack:{bonus:14,defence:2},description:"",details:"targets up to four enemies; 2d8+4 damage, and the target takes ongoing 5 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"2d8+4 damage",category:1},{id:"77cad083-6e41-479f-bba6-b6b717407a16",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d4c6e069-be5d-4b21-ad7d-8757db754ec4",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares.",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8cf1238f-6d9f-4b3e-894f-420aceabbb27",name:"Young Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:3,origin:4,type:1,keywords:"dragon",level:8,role:{type:7,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +10, Insight +9, Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:11},charisma:{score:15},hp:360,initiative:9,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"f816761a-f809-453d-9ee0-c36b5675b2c9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 1d6 acid damage.",damage:"1d10+6 damage plus 1d6 acid damage",category:1},{id:"420c7e64-0b4b-45a1-b6ff-e98829ac5427",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target is marked until the end of the dragon’s next turn.",damage:"1d8+6 damage",category:1},{id:"7486801f-d257-4f03-8ba4-0e65e553f5da",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"0b5bc2d8-555c-4548-9343-bc93f09fa207",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"2d8+4 acid damage, and a young vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"2d8+4 acid damage",category:1},{id:"2cef02ed-a557-4096-a152-f0f98662bc51",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"41417af3-9974-4c51-9a93-625d87201425",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1fa9c6e1-4e97-4440-8b74-8ba90051d62f",name:"Young Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:7,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +13, Diplomacy +13, Insight +11",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:14},intelligence:{score:13},wisdom:{score:16},charisma:{score:21},hp:324,initiative:5,ac:22,fortitude:19,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"404a77da-ddae-4760-8559-f5e59ad6bfb9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d8+4 damage plus 1d8 force damage, and the dragon slides the target 1 square.",damage:"2d8+4 damage plus 1d8 force damage",category:1},{id:"d07dc949-5a15-4fd0-8dd6-9dc622948d82",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"9cbb17a5-f390-4a6a-87a7-103d923988f5",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"5fbfa126-8f8c-4a3a-ba73-cf42b2b90518",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Targets the triggering enemy; 1d8+4 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"1d8+4 damage",category:5},{id:"b4500e93-75dc-4181-a314-fd67db059a95",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"the dragon slides the target 1 square, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 1 square",category:3},{id:"8a3aabf4-1347-4b38-8323-a6a254dd7e7b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:11,defence:1},description:"",details:"2d10+4 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"2d10+4 force damage",category:1},{id:"0628fd9e-8bf4-4723-8f0f-bd24f3fb8a04",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"13b57ba2-ca95-4eef-b212-6d7cf75fc220",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"1f49ebcf-92f7-4df1-b15a-02e141cdb370",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2022fb8d-fc98-4ee8-831b-e84798e2d116",name:"Young Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:10},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"cfff1f7d-d02f-4d35-8296-15f8e05ffd7b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"10 acid damage.",damage:"10 acid damage",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"310d35d8-312c-4b53-8825-8650d25a1539",name:"Zanathakla Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6, fly 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:10},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"72fa9bfd-9432-47cd-a73d-30cd4cf2f36d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"10 acid damage.",damage:"10 acid damage",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"382a698a-bac4-4b4c-9a62-f25d2e17aee9",name:"Kahlir Bloodworm",details:"",size:2,origin:4,type:1,keywords:"",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:10},intelligence:{score:5},wisdom:{score:14},charisma:{score:5},hp:130,initiative:5,ac:23,fortitude:25,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"94a049fc-eac6-4f0d-9d1a-453f0f8bf8ee",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"119abbb0-b43a-4056-bd15-56d6e65f9e74",name:"Flesh Tear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage, and ongoing 10 damage (save ends).",damage:"2d6+3 damage",category:1},{id:"e309009b-0584-4d4f-b8c7-e4084a732ad1",name:"Writhe of Hunger",action:{action:5,trigger:"when an adjacent creature is bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1effd5d-71ea-474f-9894-31780b559ab6",name:"Kahlir Husk",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:9},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:106,initiative:6,ac:25,fortitude:24,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"beeaf8e0-f0ff-4232-b899-e646ba9cf33a",name:"Blood Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage, and the target is immobilized (until escape). The Kahlir husk cannot use this attack if two creatures are currently immobilized by its blood claw.",damage:"1d6+5 damage",category:1},{id:"86903a54-3501-4f48-a67c-6dd758171349",name:"Blood Siphon",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"(immobilized living creature only) 4 damage, and the husk regains 4 hit points.",damage:"(immobilized living creature only) 4 damage",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"119fbc78-31d2-4706-b2d4-8c6af0e85f02",name:"Kahlir Vampire",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, Diplomacy +16, Intimidate +16",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:20},wisdom:{score:18},charisma:{score:20},hp:120,initiative:9,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"e4a5331c-6a4b-4f06-b952-22d223e18585",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"f9bcdad8-8f3a-4d0a-bae5-a25a2d38af7a",name:"Call to Blood",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 2",attack:{bonus:16,defence:1},description:"",details:"2d8+5 damage and the Kahlir vampire or another undead within 2 squares regains 5 hit points.",damage:"2d8+5 damage and the kahlir vampire or another undead within 2 squares regains 5 hit points",category:1},{id:"0562bf27-fd48-437c-b239-e911f89c4894",name:"Blood Root",action:{action:5,trigger:"when an enemy within 10 squares of the kahlir vampire moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:5},{id:"7f290adf-9c89-4445-8f94-2d4abce8c11f",name:"Summons by Blood",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 6",attack:{bonus:16,defence:1},description:"",details:"1d8+5 damage, and the target is pulled 2 squares.",damage:"1d8+5 damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3da6d5b0-144b-41e8-9347-b9bff04f1d7c",name:"Skinweaver Hand",details:"",size:1,origin:0,type:1,keywords:"blind",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +9; blindsight 10, tremorsense 10",movement:"5 (forest walk), climb 5",alignment:"Unaligned",languages:"",skills:"Athletics +8, Stealth +14, Thievery +14",equipment:"",category:"",strength:{score:8},constitution:{score:20},dexterity:{score:20},intelligence:{score:6},wisdom:{score:10},charisma:{score:14},hp:74,initiative:9,ac:20,fortitude:20,reflex:22,will:18,regeneration:null,auras:[],powers:[{id:"e63d0421-85fc-4cb1-9266-0c664bbfd6bf",name:"Unclean Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4 damage plus ongoing 5 necrotic damage (save ends).",damage:"1d4 damage plus ongoing 5 necrotic damage (save ends)",category:1},{id:"33b23e06-3c96-4182-b3a9-3c8fea1a9717",name:"Rotting Hex",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 10; 2d6+4 necrotic damage. If the target moves closer to the hand on the target’s next turn, the target takes an additional 1d6+4 necrotic damage.",damage:"2d6+4 necrotic damage",category:1},{id:"00f6afcf-2928-4a62-8808-4df7acc90527",name:"Rending Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 3 within 20",attack:{bonus:13,defence:2},description:"",details:"2d6+4 necrotic damage and ongoing 5 necrotic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d6+4 necrotic damage and ongoing 5 necrotic damage (save ends)",category:1},{id:"0a29bf25-8c1c-4be8-992e-086ce3ce5bbd",name:"Choke Hold",action:{action:1,trigger:"",sustainAction:1,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"10 necrotic damage, and that target is dazed and immobilized (until escape), and the skinweaver hand enters the target’s space and is immobilized until the end of the hand’s next turn. The skinweaver hand can sustain the power as a standard action. If it does, the target takes an additional 10 necrotic damage and the effect continues until the end of the hand’s next turn. If the hand is forced out of the target’s space, it cannot sustain this power.",damage:"10 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"1d511ca6-c363-44c4-b832-572b28020a36",name:"Skinweaver Head",details:"",size:1,origin:0,type:1,keywords:"",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6 (forest walk), climb 5",alignment:"Unaligned",languages:"",skills:"Arcana +13, Bluff +15, Insight +12",equipment:"",category:"",strength:{score:6},constitution:{score:20},dexterity:{score:14},intelligence:{score:16},wisdom:{score:15},charisma:{score:20},hp:108,initiative:7,ac:24,fortitude:23,reflex:21,will:23,regeneration:null,auras:[{id:"a5b6a571-cc01-44a7-a99e-8eb06e5dd7ef",name:"Crawling Flesh",keywords:"",details:"aura 6; enemies within the aura take a -1 penalty to attack rolls and reduce their necrotic resistance by 10."}],powers:[{id:"487214cc-b03a-448a-88fe-4fc354f6b670",name:"Vicious Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6 damage plus ongoing 5 necrotic damage (save ends).",damage:"1d6 damage plus ongoing 5 necrotic damage (save ends)",category:1},{id:"016842d0-28e4-4f74-8530-886b35ea2cbf",name:"Dreadful Word",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:14,defence:3},description:"",details:"2d6+5 psychic damage, and the target takes a -3 penalty to Will defense until the end of the skinweaver head’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"81f144a3-55ee-4093-83d6-2f440d0951bc",name:"Mucus Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 15",attack:null,description:"",details:"target is immobilized (save ends); creates a zone of difficult terrain; any creature that ends its turn in the zone is slowed (save ends). The zone lasts for the duration of the encounter.",damage:"",category:1},{id:"b617c798-b77d-47ee-b9e7-d4f8994ff0bc",name:"Fleshweaving",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Close burst 2",attack:null,description:"",details:"skinweavers in the burst regain 10 hit points.",damage:"skinweavers in the burst regain 10 hit points",category:2},{id:"c153e5b1-5a6a-44f9-9d87-c454d2c82aed",name:"Arcane Mimicry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skinweaver head can use one encounter or at-will wizard power of 10th level or below that has been used in the last round and within 10 squares of the head. This is considered to be a standard action, even if the original power was a move or minor action. If the power is an attack, the skinweaver’s attack bonus is +14 and its damage modifier is +5.",damage:"the skinweaver’s attack bonus is +14 and its damage modifier is +5",category:1}],damageModifiers:[{type:6,value:-15},{type:7,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"dd81e5d2-a392-436b-942a-d1cdc16c036c",name:"Dragonborn Commandant",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:7,role:{type:7,flag:1,leader:!0},senses:"Perception +4",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"History +13, Intimidate +14",equipment:"fullblade; plate armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:11},intelligence:{score:16},wisdom:{score:12},charisma:{score:18},hp:158,initiative:5,ac:24,fortitude:22,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"0c559138-e43b-4514-875f-e3ad12db99b2",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+5 damage and marked until the end of the commandant’s next turn.",damage:"1d12+5 damage and marked until the end of the commandant’s next turn",category:1},{id:"84b42559-33bc-4be1-80a9-21833830b7ab",name:"Arching Slice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The dragonborn commandant makes two fullblade attacks, each against a different target within reach.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"55871f1c-05ec-4df9-aac2-0f3d2a3c93e1",name:"Designating Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+9 damage, and the target is marked until the end of the commandant’s next turn and slowed (save ends). In addition, while the creature is slowed due to this attack, the dragonborn commandant and all his allies gain a +1 power bonus to attack rolls and a +4 power bonus to damage rolls against that target.",damage:"1d12+9 damage",category:1},{id:"092a1ad2-330b-4101-b882-ef728832ac80",name:"Termination Order",action:{action:4,trigger:"when an adjacent enemy becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The dragonborn commandant immediately recharges designating smite (if necessary), and uses that power against the triggering enemy.",damage:"",category:5},{id:"0df134b4-f68a-4124-b37f-36de890c3310",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied)1d6+5 acid damage.",damage:"(+13 while bloodied)1d6+5 acid damage",category:3},{id:"8ba73659-6b4d-4848-8ef9-3b4f40ec4fe7",name:"Dragonborn Frenzy",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls and a +2 bonus to damage rolls.",damage:"a dragonborn gains a +1 racial bonus to attack rolls and a +2 bonus to damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d800504f-d49c-441c-a27a-2bd99fb76cb2",name:"Dragonborn Elementalist",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Any",languages:"Common, Draconic",skills:"Arcana +13, History +15",equipment:"quarterstaff",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:11},intelligence:{score:19},wisdom:{score:10},charisma:{score:17},hp:67,initiative:4,ac:21,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"a5227327-64eb-499e-a91d-710ca8f6e7b7",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(+13 while bloodied)1d8+2 damage.",damage:"(+13 while bloodied)1d8+2 damage",category:1},{id:"24fbdd60-7640-4759-8e63-e6574edcfb51",name:"Lightning Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Lightning",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:2},description:"",details:"(+14 while bloodied)2d6+4 lightning damage.",damage:"(+14 while bloodied)2d6+4 lightning damage",category:1},{id:"d335492e-0a49-46da-8970-ffd57969f7a2",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold or Fire",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"(+12 while bloodied)1d6+4 cold damage or fire damage; choose when using the power.",damage:"(+12 while bloodied)1d6+4 cold damage or fire damage",category:3},{id:"a225ce3d-f69c-49f5-8f08-362897bede2b",name:"Acid Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Acid",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"(+14 while bloodied)1d8+4 acid damage. The acid rain persists until the end of the elementalist’s next turn, dealing 10 acid damage to any creature that starts or ends its turn in the area, though a creature can take this damage only once on a given turn.",damage:"(+14 while bloodied)1d8+4 acid damage",category:1},{id:"49306e09-c795-4e0a-b669-4e3522f6014e",name:"Icicle Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"(+14 while bloodied)2d6+6 cold damage. Blast becomes difficult terrain until the end of the elementalist’s next turn.",damage:"(+14 while bloodied)2d6+6 cold damage",category:1},{id:"c7e1a4e9-6d70-41c3-b5e7-32fcee062933",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"6cd613dd-7707-4b4c-91c4-16df8dbcd443",name:"Winging Wind",action:{action:5,trigger:"when the elementalist would be hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Winds whip up, granting the elementalist a +2 bonus to the defense targeted by the attack. The elementalist can shift 2 squares, ignoring difficult terrain, and the attacker is pushed 2 squares.",damage:"granting the elementalist a +2 bonus to the defense targeted by the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e50a97d6-b570-4b59-ab02-521a8dc226d1",name:"Troll Witch",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +16, Insight +10",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:12},wisdom:{score:9},charisma:{score:18},hp:124,initiative:8,ac:25,fortitude:25,reflex:22,will:24,regeneration:{value:10,details:"if the troll witch takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"c8d5dfaf-56c2-48ff-ac8d-7a19e4564538",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"8487f7ac-ded8-4bf8-882b-674326bf9dff",name:"Flesh For Eating",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target takes 1 point of damage, and any time a troll deals damage from a melee attack against the target for the remainder of the encounter, the target takes an additional 1d6 damage.",attack:{bonus:16,defence:2},description:"",details:"",damage:"",category:3},{id:"a36e106d-8a30-408b-9e4c-a152c9caf383",name:"Fear of Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Fear",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"targets an enemy affected by flesh for eating; the target is dominated (save ends). A troll witch can dominate only one creature at a time.",damage:"",category:1},{id:"fa6f1f2d-d109-4f5d-9426-09a8a1a86563",name:"Ravenous Teeth",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"targets enemies only; 2d8+5 damage, and the target is dazed (save ends).",damage:"2d8+5 damage",category:1},{id:"e73cac69-5d7d-4426-9471-d14b20eb1794",name:"Burnsalve",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"A troll within 2 squares of the troll witch (excluding itself) regenerates normally at the beginning of its turn even if it took fire or acid damage any time since its last turn.",damage:"a troll within 2 squares of the troll witch (excluding itself) regenerates normally at the beginning of its turn even if it took fire or acid damage any time since its last turn",category:0},{id:"52a06d2f-c817-4a74-a377-bbffd8bf20da",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll witch is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll witch is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8eb280db-8330-4deb-8560-71dbe183d404",name:"Abyssal Ghoul Myrmidon",details:"",size:2,origin:1,type:2,keywords:"undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +22",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:17,ac:35,fortitude:35,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"05fe897b-35c7-4a74-9778-138ff9011d21",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"9 damage, and the target is immobilized (save ends).",damage:"9 damage",category:1},{id:"970261d3-b83b-41db-9219-fbd7831c78f8",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 5 necrotic damage.",damage:"all enemies in the burst take 5 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cd25b3a7-68f5-4e81-a986-5676b29201fc",name:"Crystal Golem",details:"",size:2,origin:4,type:0,keywords:"construct",level:14,role:{type:0,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:14},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:216,initiative:9,ac:28,fortitude:30,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"444f2c63-41b2-4c80-b508-9d6a2142cba7",name:"Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and ongoing 5 damage (save ends).",damage:"2d6+4 damage",category:1},{id:"d63dd15f-c272-43de-b6b7-5b061089c812",name:"Piercing Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:21,defence:0},description:"",details:"2d6+4 damage, and ongoing 10 damage (save ends).",damage:"2d6+4 damage",category:1},{id:"bf95081d-e9ff-4019-b0c6-8cc219075149",name:"Shard Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard golem makes a piercing shard attack against each target within range.",damage:"",category:1},{id:"6e844fb2-96be-4c5d-937e-c9591cb5220e",name:"Death Burst",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The crystal golem explodes in a burst of crystal shards. Close burst 2",attack:{bonus:19,defence:2},description:"",details:"2d6 damage, and ongoing 10 damage (save ends).",damage:"2d6 damage",category:0},{id:"b63103ac-bb45-433c-be3d-86a216c7f103",name:"Fractured Body",action:{action:4,trigger:"when an adjacent enemy hits the crystal golem with a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The enemy takes ongoing 5 damage (save ends).",damage:"the enemy takes ongoing 5 damage (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a898d270-032f-40c1-982b-c98063395ec0",name:"Genasi Stormmaster",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +14",equipment:"longsword",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:11},intelligence:{score:21},wisdom:{score:16},charisma:{score:13},hp:97,initiative:9,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"975efb8c-58ae-499e-9dbe-b572c66a02a4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"f34ab3c8-777a-4231-9171-7ad6546360bb",name:"Storm Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d8+5 lightning damage, and slide the target 5 squares. At the end of the slide, enemies adjacent to the target take 1d8+5 lightning damage.",damage:"3d8+5 lightning damage",category:1},{id:"7f20fa3a-da29-4ab2-8858-642dd85b3b14",name:"Wrath of the Thunderstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"2d10+8 lightning damage the target slides 3 squares.",damage:"2d10+8 lightning damage the target slides 3 squares",category:1},{id:"c8fab8e3-dcf5-4f81-ab52-d3aba33e25f0",name:"Promise of Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:null,description:"",details:"Personal; until the end of its next turn, the genasi stormmaster deals an extra 1d8 damage with a lightning or thunder power it uses.",damage:"the genasi stormmaster deals an extra 1d8 damage with a lightning or thunder power it uses",category:3},{id:"48d0ff92-c87b-4575-889f-5ac149f7dff1",name:"Thunderclap Rebuke",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacking creature is pushed 5 squares.",damage:"The attacking creature is pushed 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3479cc19-c1da-41ae-af36-66143c0317a1",name:"Genasi Tempest",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +14",equipment:"leather armor; rapier",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:12},wisdom:{score:13},charisma:{score:17},hp:89,initiative:11,ac:22,fortitude:20,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"88912211-def3-4503-ac10-375fcd87f928",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"581e0e24-7d90-4685-bc06-9973bac158fe",name:"Rush of the River",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d8+5 damage, and the genasi tempest can shift up to 2 squares before or after making this attack.",damage:"3d8+5 damage",category:1},{id:"356b11c5-5998-4e53-b9cc-82b6acc9ce60",name:"Earthshock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:13,defence:1},description:"",details:"affects one creature in burst that is touching the ground; target is knocked prone.",damage:"",category:3},{id:"2e72058a-52da-40ea-98cb-993756438917",name:"Thundering Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:11,defence:1},description:"",details:"2d10+4 thunder damage, and the target is pushed 2 squares.",damage:"2d10+4 thunder damage",category:1},{id:"f713a906-349c-4503-8e91-b5f113e04f74",name:"Pity is for the Weak",action:null,keywords:"",condition:"",range:"The genasi tempest deals an extra 2d6 damage on melee and ranged attacks against any target it has combat",attack:null,description:"",details:"",damage:"",category:0},{id:"45b8d2e3-6d00-466c-9111-c99abe22ff38",name:"Swiftcurrent",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi tempest shifts up to 6 squares over ground or liquid terrain, taking no penalties for squeezing. The genasi tempest can move through enemy spaces, ignore difficult terrain, and take no damage if the surface it moves across would normally deal damage to it.",damage:"and take no damage if the surface it moves across would normally deal damage to it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"921d6518-e655-40c5-90e6-4ee699fe2d83",name:"Iridescent Ooze",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:13,role:{type:7,flag:1,leader:!1},senses:"Perception +9; tremorsense 20",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:1},wisdom:{score:16},charisma:{score:1},hp:258,initiative:8,ac:29,fortitude:28,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"916c5cbd-bb4c-4323-9d84-4b73401f8023",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and the target is marked (save ends).",damage:"2d6+4 damage",category:1},{id:"72a2c73c-bee3-4700-a2f5-0a38773daa48",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The iridescent ooze makes a slam attack against two different targets.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"413a1370-4804-4af8-b062-f645a1b3418f",name:"Alluring Colors",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Charm",condition:"",range:"Close burst 1",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target is pulled 2 squares. If the target is marked by the iridescent ooze, it is pulled 4 squares. Any creature marked by the iridescent ooze and in a square adjacent to the iridescent ooze is grabbed and gains ongoing 10 acid damage (escape ends both).",damage:"any creature marked by the iridescent ooze and in a square adjacent to the iridescent ooze is grabbed and gains ongoing 10 acid damage (escape ends both)",category:1},{id:"de955339-f5b4-48c1-9524-e9d6164fd8cd",name:"Prismatic Shock",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Radiant",condition:"",range:"Close burst 2",attack:{bonus:18,defence:3},description:"",details:"1d10+5 damage, and the target is dazed until the end of the iridescent ooze’s next turn.",damage:"1d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"68efe17e-877e-45fa-8dae-d4264cc5d677",name:"Rimefire Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:468,initiative:8,ac:34,fortitude:34,reflex:31,will:30,regeneration:null,auras:[{id:"f6072847-7516-4135-a98f-9111bab27279",name:"Icefire Fog",keywords:"",details:"(Cold) aura 2; enemies treat the area within the aura as difficult terrain; see also forgefire unleashed"}],powers:[{id:"79969789-122a-4e19-9d9b-3d87eb3ceb50",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+2 damage, and ongoing 10 cold damage (save ends).",damage:"2d8+2 damage",category:1},{id:"a70ab59f-ea77-4932-b45c-8d84986ed45f",name:"Rimefire Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The rimefire golem makes a basic attack against each adjacent enemy.",damage:"",category:1},{id:"7504a3e6-820f-41e4-83fc-85e5fa78ae5c",name:"Death Burst",action:null,keywords:"Cold, Fire, Zone",condition:"when reduced to 0 hit points",range:"The rimefire golem explodes in a burst of fire and ice. Close burst 2",attack:{bonus:22,defence:2},description:"",details:"3d8+7 fire and cold damage. In addition, the area of the burst becomes a zone that lasts until the end of the encounter. A creature that begins its turn in the zone takes 10 fire damage.",damage:"3d8+7 fire and cold damage",category:0},{id:"7db5f277-4a28-4f53-9349-56b4e38760ed",name:"Forgefire Unleashed",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The rimefire golem’s icefire fog aura gains the fire keyword and gains the following effect: an enemy that begins its turn in the aura takes 10 fire damage.",damage:"an enemy that begins its turn in the aura takes 10 fire damage",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"5ca35de2-9fc0-4361-8981-81cd276b5482",name:"Sand Golem",details:"",size:2,origin:4,type:0,keywords:"construct",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:13},intelligence:{score:6},wisdom:{score:9},charisma:{score:3},hp:148,initiative:11,ac:29,fortitude:24,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"7c63b611-cfc8-4d19-ab12-6f0cc27da65d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 3d6+4 damage.",damage:"3d6+4 damage",category:1},{id:"d03a2770-dde8-40de-9df2-773fb74ba7a2",name:"Sandstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 1d8+4 damage, and the target is blinded (save ends).",damage:"1d8+4 damage",category:1},{id:"30a44851-58d9-4951-9d68-d4fa3d7a80ed",name:"Evasive Slide",action:{action:4,trigger:"when a melee attack misses the sand golem",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sand golem shifts 3 squares and gains combat advantage against the creature that missed it.",damage:"The sand golem shifts 3 squares and gains combat advantage against the creature that missed it",category:5},{id:"d378cbdf-4460-48a2-851f-8f76b9c9c686",name:"Shifting Sands",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sand golem can shift up to its speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"315d04f5-db12-43ce-996a-c9b55f14b884",name:"Shadow Slime",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:10,role:{type:4,flag:1,leader:!1},senses:"Perception +7; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"Athletics +12, Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:18},intelligence:{score:1},wisdom:{score:15},charisma:{score:1},hp:154,initiative:13,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"c807be8a-c8ca-461d-b1af-5b3e23998a7b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 necrotic damage.",damage:"1d8+5 necrotic damage",category:1},{id:"31363ccc-7498-480c-a93a-e3a976a34fe3",name:"Drain Life",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"2d8+3 necrotic damage, and the slime regains hit points equal to the damage dealt.",damage:"2d8+3 necrotic damage",category:1},{id:"91ceca7b-336d-44bf-8900-fb1277f399a4",name:"Engulf in Shadows",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One light source (even magical light) within 10 squares of the shadow slime stops producing light until relit.",damage:"One light source (even magical light) within 10 squares of the shadow slime stops producing light until relit",category:3},{id:"7f2eb206-21c2-42ec-a52b-118e6524c6f7",name:"Pool of Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow slime is invisible in areas of dim light or darkness.",damage:"",category:0},{id:"52e46320-0891-4118-a4c9-ef48240f5abf",name:"Shadowed Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow slime hits a creature that cannot see it, the attack deals an extra 2d6 damage and the target loses 1 healing surge.",damage:"the attack deals an extra 2d6 damage and the target loses 1 healing surge",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"ad83258c-ad39-4d33-b7ae-a94f2b558b23",name:"Winter Hag",details:"",size:2,origin:2,type:2,keywords:"",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:25},intelligence:{score:20},wisdom:{score:22},charisma:{score:18},hp:139,initiative:20,ac:33,fortitude:29,reflex:32,will:30,regeneration:null,auras:[{id:"e0ddb085-365d-411b-9412-9c44bed102d6",name:"Whiteout",keywords:"",details:"aura 4; severe snow and wind obscure sight and movement; all creatures that start their turns inside the hag’s aura gain total concealment and are slowed. The hag is unaffected by whiteout conditions and can see enemies clearly."}],powers:[{id:"cff19a33-716e-4781-8d87-80b3d143455e",name:"Graystaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 cold damage, and the target is immobilized (save ends).",damage:"1d10+7 cold damage",category:1},{id:"cda80bb3-53bb-4840-aa47-655ce63b0f1e",name:"Winter Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:24,defence:0},description:"",details:"3d10+6 cold damage and ongoing 5 cold damage (save ends), and the target’s resistance to cold is negated until the end of the encounter.",damage:"3d10+6 cold damage and ongoing 5 cold damage (save ends)",category:1},{id:"28384326-5a01-4122-aa57-f7d3f3612599",name:"Rimefire Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"2d6+7 cold damage.",damage:"2d6+7 cold damage",category:1},{id:"70186899-6ffd-490a-b8f3-ee3f71e89165",name:"Icy Bonds",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Cold, Zone",condition:"",range:"Area burst 3 within 15",attack:null,description:"",details:"the area becomes a zone filled with chains of permafrost that remain until the end of the hag’s next turn. Any creature that enters or begins its turn in the area or adjacent to it is restrained and takes ongoing 10 cold damage (save ends both). As a move action, the hag can slide a target shackled in icy bonds 2 squares.",damage:"any creature that enters or begins its turn in the area or adjacent to it is restrained and takes ongoing 10 cold damage (save ends both)",category:1},{id:"505e7545-a0fb-419b-a9dc-33ca5d713a4f",name:"Blizzard Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The winter hag teleports 10 squares, reappearing in a hail of wind and frost; it gains invisibility until the end of its next turn.",damage:"The winter hag teleports 10 squares",category:3},{id:"576e2a26-9769-4e33-8fee-388c1c163454",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A winter hag can alter its physical form to appear as an old crone of any Medium or Large humanoid race.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"9a2c06c5-65a3-4d49-9d3d-b3728e812796",name:"Hellbound Flamecaller",details:"",size:3,origin:3,type:2,keywords:"devil",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"Insight +19, Stealth +20",equipment:"shortbow",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:26},intelligence:{score:15},wisdom:{score:24},charisma:{score:14},hp:114,initiative:19,ac:29,fortitude:25,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"8bc5f774-3228-4bff-bd9c-28544c3af2a1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"598d2d5b-6167-4559-af82-f14b4787e435",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"2d4+7 fire damage.",damage:"2d4+7 fire damage",category:1},{id:"7f1cb7ca-1f75-4291-88b2-fec524fdb115",name:"Fiendish Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close blast 5",attack:{bonus:20,defence:0},description:"",details:"Requires shortbow; 2d4+7 fire damage.",damage:"2d4+7 fire damage",category:1},{id:"88eed724-c805-4722-8b16-7e26459448c8",name:"Fiery Invisibility",action:{action:4,trigger:"when the hellbound flamecaller is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Illusion",condition:"",range:"Close burst 1",attack:{bonus:20,defence:2},description:"",details:"1d10+6 fire damage. Effect: The hellbound flamecaller is invisible until it hits with an attack or the encounter ends.",damage:"1d10+6 fire damage",category:5},{id:"d3183b63-a71d-4145-b86f-fde861d2b40a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The hellbound deals an extra 2d8 damage on melee and ranged attacks against any target that it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"61c1f6f7-744f-43b9-96b5-c408dba48e83",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden hellbound flamecaller that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d0b11f1-7279-4e3a-af84-b2b66725ec04",name:"Hellbound Hunter",details:"",size:3,origin:3,type:2,keywords:"devil",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"Insight +16, Stealth +18",equipment:"glaive",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:13},wisdom:{score:20},charisma:{score:14},hp:149,initiative:15,ac:31,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"c35a1979-027c-4189-9a71-b6becb56438b",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d10+4 damage. If the target is prone, the attack deals an extra 2d6 damage.",damage:"2d10+4 damage",category:1},{id:"73d34212-b835-4794-b62c-11c34253c1d9",name:"Cutting Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"close blast 3",attack:{bonus:20,defence:2},description:"",details:"Requires glaive; 1d10+6 damage and target is knocked prone.",damage:"1d10+6 damage and target is knocked prone",category:1},{id:"0baa06f2-b045-4d0b-ac35-2607b8ad307c",name:"Fiery Retaliation",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Teleport",condition:"or stunned",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"1d10+6 fire damage, and the target gains the condition that triggered this attack with the same duration.",damage:"1d10+6 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa8dc1b3-279f-4aa4-9049-c0741c74fab7",name:"Nephigor",details:"",size:2,origin:5,type:2,keywords:"devil, undead",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"All",skills:"Arcana +20, History +20, Insight +15, Intimidate +18, Religion +20, Stealth +19",equipment:"",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:24},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:187,initiative:14,ac:28,fortitude:26,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"f7463c2f-46a2-4519-ada5-babc6a6fdbe2",name:"Ghostly Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 2d8+6 necrotic damage and the target is slowed. If the target is restrained, the attack deals an extra 2d6 necrotic damage.",damage:"2d8+6 necrotic damage and the target is slowed",category:1},{id:"35496e76-9745-45b4-b595-612c8dc7f837",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Nephigor makes two ghostly chain attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"ebb47081-7e70-45f9-926b-9b33782e7ec2",name:"Chains of Bondage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 4",attack:{bonus:18,defence:2},description:"",details:"enemies only; 2d10+6 necrotic damage and targets are restrained (save ends).",damage:"2d10+6 necrotic damage and targets are restrained (save ends)",category:1},{id:"8f1e01f3-758d-4d77-8fe0-a38ff7ef1921",name:"Chains of Ghostly Vengeance",action:null,keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Nephigor immediately uses chains of bondage even if it has not recharged.",damage:"",category:0},{id:"5c6385c1-a41f-46bf-ba28-1acfbe7dd9ef",name:"Grip of Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 4",attack:{bonus:18,defence:2},description:"",details:"enemies only; (+21 vs. restrained targets)1d10+6 psychic damage and targets take ongoing 5 psychic damage (save ends).",damage:"restrained targets)1d10+6 psychic damage and targets take ongoing 5 psychic damage (save ends)",category:1},{id:"aa98aabc-6d09-4a02-87b6-44122fd74a79",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Nephigor can make opportunity attacks against all enemies within his reach (4 squares).",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"810d6574-3391-48ce-a64a-2884539ce641",name:"Abyssal Slaughter-Lord",details:"",size:3,origin:4,type:2,keywords:"",level:9,role:{type:7,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +12",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:13},intelligence:{score:16},wisdom:{score:15},charisma:{score:17},hp:194,initiative:7,ac:27,fortitude:23,reflex:21,will:23,regeneration:null,auras:[{id:"8580d4b4-9bb0-40b3-b664-3a7f8c9c34d9",name:"Opportune Tactics",keywords:"",details:"aura 5; each ally in the aura gains a +1 bonus to opportunity attack rolls, and deals +2 damage on opportunity attacks."}],powers:[{id:"ebe013c2-7dc7-4165-bfba-2cd5098b71e0",name:"Reaching Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and the target slides 2 squares. An ally adjacent to the target after the slide can make an opportunity attack against the target.",damage:"2d6+5 damage",category:1},{id:"f59d532f-9e65-4d0b-b561-09ba10337a41",name:"Swift Opportunist",action:{action:4,trigger:"when an ally within 3 squares hits an enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaughter-lord shifts 5 squares and makes a reaching claw attack against the enemy.",damage:"The slaughter-lord shifts 5 squares and makes a reaching claw attack against the enemy",category:5},{id:"f4ef903a-47ba-4c71-b412-ec5448d1ba33",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"31f4e8a3-b879-41b6-9d9d-b642ac60feb6",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The abyssal slaughter-lord deals an extra 5 damage on melee attacks against an enemy that has two or more of the slaughter-lord’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d55fa61-0bab-4ae6-ae75-5c9eefcee8bc",name:"Aspect of Baphomet",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +22; darkvision",movement:"8 (earth walk)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +24, Intimidate +20, Nature +22",equipment:"greataxe",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:25},intelligence:{score:17},wisdom:{score:23},charisma:{score:19},hp:508,initiative:18,ac:36,fortitude:37,reflex:34,will:33,regeneration:null,auras:[{id:"33b49af8-56f5-4ef2-9ac4-6ad5735c65f9",name:"Blood Ground",keywords:"",details:"aura 3; a creature in the aura that makes a melee attack against a bloodied target gains a +3 bonus to damage rolls, and a bloodied creature that makes a melee attack gains a +5 bonus to damage rolls. The two bonuses stack."}],powers:[{id:"81c9a111-5ad9-4191-b24c-c972a7200bfa",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 3d6+8 damage (crit 9d6+26).",damage:"3d6+8 damage (crit 9d6+26)",category:1},{id:"3063f870-8a4a-4eb0-9cd5-79bec39954b3",name:"Slashing Horns",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 1d12+8 damage, and slide the target 2 squares.",damage:"1d12+8 damage",category:3},{id:"33e31286-a27c-4827-807c-ae1611e74510",name:"Brutal Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The aspect of Baphomet charges a creature and makes the following attack in addition to the normal melee basic attack",attack:{bonus:24,defence:1},description:"",details:"3d12+8 damage, slide the target 2 squares , and the target is knocked prone.",damage:"3d12+8 damage",category:1},{id:"1a4c8791-e9e8-45fd-a1da-65c97cb4af61",name:"Bellow",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Close burst 2",attack:{bonus:24,defence:1},description:"",details:"2d8+7 thunder damage, push the target 2 squares, and the target is dazed until the end of the aspect’s next turn.",damage:"2d8+7 thunder damage",category:5},{id:"51daea0b-ddc3-4830-baab-a3ac858d76e4",name:"Bloodied Outrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The aspect of Baphomet makes two greataxe attacks. If both attacks hit the same target, the target is dazed (save ends).",damage:"",category:1},{id:"8a766299-6a59-4b8f-ac6f-2bbd0e528438",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The aspect of Baphomet makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"877268f1-39e5-42fa-b862-93804e8b7779",name:"Asterion",details:"",size:2,origin:1,type:2,keywords:"demon",level:26,role:{type:6,flag:1,leader:!1},senses:"Perception +25",movement:"8 phasing",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +27, Intimidate +26, Stealth +24",equipment:"battleaxe; hide armor",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:22},intelligence:{score:14},wisdom:{score:20},charisma:{score:26},hp:482,initiative:21,ac:42,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"4fc0d658-2d0b-414d-b8bb-42a4e1ea81dd",name:"Neckfinder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d10+9 damage, and ongoing 10 damage (save ends).",damage:"1d10+9 damage",category:1},{id:"c2d2d575-2b35-49cd-a371-58c5d7b11154",name:"Charnel Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Asterion makes two neckfinder attacks, and can shift after each.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"cd331109-ef34-41c5-95f2-b92f13d9f51a",name:"Headstealer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Bloodied targets only; 4d10+9 damage. If this reduces the target to 0 hit points, the target has taken grievous wounds to its neck and takes a -5 penalty to death saving throws until it has greater than 0 hit points.",damage:"4d10+9 damage",category:1},{id:"469bfb7d-83bf-47b2-95cb-76ae5b6a9445",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Asterion charges; 3d6+9 damage, and the target is knocked prone.",damage:"3d6+9 damage",category:1},{id:"3ea5386f-50f4-4703-9724-6ec23b147b09",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Asterion hits an enemy he has combat advantage against, he can shift 3 squares after the attack as a free action.",damage:"he can shift 3 squares after the attack as a free action",category:0}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"17d1987c-d912-4070-8936-0c58ebfe0127",name:"Beastcaller",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +11",equipment:"javelin; leather armor",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:17},intelligence:{score:15},wisdom:{score:15},charisma:{score:20},hp:81,initiative:7,ac:21,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"74659aef-80bb-4549-890e-0701e8172dab",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"00d42e62-74c4-44ab-966d-c08974997036",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"6f1714c8-49bf-436f-a650-345c01c0e03b",name:"Murderous Flock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Ravens appear from nowhere and descend upon the battlefield. Burst 3 within 20; targets enemies; 2d4+5 damage, and the target is blinded and takes ongoing 5 damage (save ends both). Miss: Half damage, and ongoing 5 damage (save ends) and the target is not blinded.",damage:"2d4+5 damage",category:1},{id:"97b47d33-db7e-4d8e-9bed-1ae02d96db50",name:"Erupting Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Vermin boil from the earth and ravage everything in their path. Burst 3 within 10; targets enemies on the ground; 2d4+5 damage, and the target is immobilized and takes ongoing 5 poison damage (save ends both). Miss: Half damage, and ongoing 5 poison damage (save ends) and the target is not immobilized. Effect: The area becomes difficult terrain until the end of the encounter.",damage:"2d4+5 damage",category:1},{id:"2902772b-29fe-4e78-b293-bec7c4425869",name:"Against the Tide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"targets one creature hit by murderous flock or erupting swarm this turn; the beastcaller slides the target 3 squares or the target is knocked prone.",damage:"the beastcaller slides the target 3 squares or the target is knocked prone",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ca3c2d0-3217-42db-9cd2-df99b121c5bc",name:"Bloodwalker",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +13, Religion +10, Stealth +14",equipment:"leather armor",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:14},charisma:{score:18},hp:95,initiative:11,ac:23,fortitude:19,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"7003619f-778d-4b28-aab9-641e450511af",name:"Jagged Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage (crit 1d6+17).",damage:"2d6+5 damage (crit 1d6+17)",category:1},{id:"7b45035d-fcf8-4557-8a7b-1e2a512006a3",name:"Blood Defense",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"target must be bloodied",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage, and the bloodwalker gains a +2 power bonus to all defenses until the end of its next turn.",damage:"2d6+5 damage",category:1},{id:"28270e49-44e0-4853-9ac7-e533cb752ef1",name:"Bloodwalk",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bloodwalker teleports up to 10 squares to a space adjacent to a bloodied creature, including itself if it is bloodied.",damage:"The bloodwalker teleports up to 10 squares to a space adjacent to a bloodied creature",category:2},{id:"b4987864-18e4-420e-83c5-1e1883fb4c48",name:"Blood Frenzy",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"the bloodwalker must be bloodied",range:"When the bloodwalker makes a successful melee attack, it shifts 2 squares.",attack:null,description:"",details:"",damage:"",category:4},{id:"4afc4ba9-8ceb-4318-80fb-d858b90fe97f",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The bloodwalker deals an extra 5 damage on melee attacks against an enemy that has two or more of the bloodwalker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3b1b3628-725a-44f5-aa47-6d6f537cd9b3",name:"Cackling Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:2,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Endurance +12",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:9},wisdom:{score:16},charisma:{score:11},hp:356,initiative:11,ac:24,fortitude:24,reflex:26,will:20,regeneration:null,auras:[{id:"12594b32-5c0e-408d-82a9-430ddfed1575",name:"Soul-Chilling Cackle",keywords:"",details:"(Fear) aura 2 (5 while bloodied); an enemy that starts its turn in the aura shakes with fear until the end of its next turn. The creature takes a -2 penalty to attack rolls and skill checks, and falls prone if it moves more than half its speed in a single action."}],powers:[{id:"b4d7cb3d-38eb-4598-9920-4db30042d913",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d4+5 damage, plus 2d6 damage against a prone target.",damage:"3d4+5 damage",category:1},{id:"0bf8fa0e-5cd5-43b4-b333-e12830cd69ab",name:"Snarling Bite",action:{action:7,trigger:"when the marauder makes a successful claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"The cackling marauder makes a bite attack against the same target; 2d6+5 damage, and the target takes ongoing 10 poison damage.",damage:"2d6+5 damage",category:5},{id:"9ac5843b-6819-43ce-a987-b4745eefb8fe",name:"Claw Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder makes a claw attack against two targets, and can shift 2 squares after each attack.",damage:"and can shift 2 squares after each attack",category:1},{id:"0c17930c-443f-4f28-b343-452ce5ea41ea",name:"Claw Dervish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder shifts up to its speed and makes one claw attack against each creature adjacent to it at any time during the shift.",damage:"",category:1},{id:"d16220de-6a23-4a7c-b4a5-ce17ec711527",name:"Horrific Cackle",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 2 (5 while bloodied)",attack:{bonus:11,defence:3},description:"",details:"the target is pushed a number of squares equal to its speed and knocked prone.",damage:"",category:3},{id:"5c905be3-6844-469c-93ea-4264d8978f1b",name:"Bloodied Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cackling marauder takes any action it can perform as a standard action.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"6f8f12ed-717c-4b9d-be13-827f29b6f142",name:"Coflizu",details:"",size:4,origin:1,type:1,keywords:"demon, swarm",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, fly 4 (hover)",alignment:"Chaotic evil",languages:"",skills:"Stealth +25",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:29},intelligence:{score:4},wisdom:{score:19},charisma:{score:12},hp:216,initiative:22,ac:37,fortitude:35,reflex:35,will:32,regeneration:null,auras:[{id:"fa3cd21e-25a8-493e-a43b-f6d9cbbff767",name:"Seething Mass",keywords:"",details:"aura 2; the coflizu makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"807bada5-4951-410a-9677-13f1d3574306",name:"Rending Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"1d6+7 damage, and ongoing 10 damage (save ends).",damage:"1d6+7 damage",category:1},{id:"89b3c0e2-ad03-4248-bc2a-c08ecc67655d",name:"Blood Tendril",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 3; 3d6+8 damage. The coflizu takes 10 damage and the target takes ongoing 10 damage and, at the start of the target’s turn, roll 1d6 to determine whether the coflizu chooses the target’s move action(1-3) or the target’s standard action(4-6)(save ends both).",damage:"3d6+8 damage",category:1},{id:"ef313fde-5f6f-42e2-83a8-1ee0d0625b9f",name:"Fiendish Flow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The coflizu shifts 4 squares.",damage:"The coflizu shifts 4 squares",category:2}],damageModifiers:[{type:3,value:-20}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"a4245bd2-2c08-472d-b773-de2c5bb46d2d",name:"Havoc Gnoll Prey-Taker",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +14, Stealth +16",equipment:"leather armor; net; spear",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:22},intelligence:{score:15},wisdom:{score:16},charisma:{score:18},hp:91,initiative:11,ac:24,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"10aec4fa-9e51-483f-9553-f0b35785e049",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"fd982bed-e43d-449f-9437-e319fef22d86",name:"Spear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"c0cc763c-ad2a-4ce7-80dc-1f0e0fdf4c73",name:"Net",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is immobilized by this power"},keywords:"Weapon",condition:"medium or smaller creature only",range:"Ranged 4/8",attack:{bonus:16,defence:2},description:"",details:"1d8+5 damage, and the target is knocked prone and is immobilized and cannot stand (until escape).",damage:"1d8+5 damage",category:1},{id:"023582f1-883e-477b-9a54-4469af9168dd",name:"Ranging Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The prey-taker shifts 3 squares and ignores difficult terrain for this move.",damage:"The prey-taker shifts 3 squares and ignores difficult terrain for this move",category:2},{id:"e3c3a915-2947-4815-9926-4b0f5237baee",name:"Net Master",action:null,keywords:"",condition:"",range:"The prey-taker deals an extra 1d6 damage on attacks made against an enemy immobilized by its net, and it takes no penalty for attacking a prone creature with a ranged attack when that creature is immobilized by its net.",attack:null,description:"",details:"",damage:"",category:0},{id:"6a43be08-f928-4f80-bc16-d4b7a87362c3",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The prey-taker deals an extra 10 damage on melee attacks against an enemy that has two or more of the prey-taker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e09c85cc-fa6b-4627-82bd-289429d053c5",name:"Havoc Gnoll Tribal Champion",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"club; hide armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:19},intelligence:{score:16},wisdom:{score:17},charisma:{score:19},hp:124,initiative:12,ac:28,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"a3048177-e8e5-453a-bb95-32cd3a3ce807",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+6 damage, and the target is marked until the end of the tribal champion’s next turn.",damage:"2d6+6 damage",category:1},{id:"8c5a681f-c935-44d2-8f64-5c00bc70c1fc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"bf5b7873-158e-45ec-a6f9-c32f2d4147c6",name:"Spinning Trip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"2d6+6 damage and the target is knocked prone.",damage:"2d6+6 damage and the target is knocked prone",category:1},{id:"461cda28-029e-4946-9f1c-86076423cb46",name:"Reactive Trip",action:{action:5,trigger:"when an enemy marked by the champion shifts out of a square adjacent to the champion",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The champion makes a spinning trip attack against that enemy.",damage:"",category:5},{id:"f0b8c6ca-d9dc-421f-8b00-db62c1e35305",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The tribal champion deals an extra 10 damage on melee attacks against an enemy that has two or more of the havoc gnoll’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d646ac59-f08c-4fd4-b9d2-fcac2ddebcaa",name:"Hound of Yeenoghu",details:"",size:3,origin:4,type:1,keywords:"",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:4},wisdom:{score:17},charisma:{score:11},hp:238,initiative:7,ac:23,fortitude:25,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"714ed91b-0069-4364-ba74-4dcaeeae7ff5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage, and the target is knocked prone.",damage:"2d8+5 damage",category:1},{id:"bc6af74e-b5d0-4386-a03a-adae54369fce",name:"Savage Rend",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"target must be prone",range:"",attack:{bonus:10,defence:1},description:"",details:"1d8+5 damage, and the target cannot stand until the end of its next turn.",damage:"1d8+5 damage",category:3},{id:"e923ea4e-02f6-4e27-b3ab-634c4781e8c3",name:"Blood-Hunter",action:{action:4,trigger:"when an enemy within 6 squares is bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hound charges the bloodied enemy.",damage:"",category:5},{id:"1f2366cf-efae-41db-8cc8-2b693da810f4",name:"Ravenous Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the hound charges a bloodied enemy, its movement does not provoke opportunity attacks.",damage:"",category:0},{id:"22e1f587-c9e2-479c-891f-70f126f611cc",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The hound of Yeenoghu deals an extra 5 damage on melee attacks against an enemy that has two or more of the hound’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"518e514a-debe-46bc-8c32-2c3d8c17e19e",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hound of Yeenoghu remembers the taste of the blood of any creature it has ever bitten, even once. It gains a +10 bonus to Perception checks to detect or track such a creature.",damage:"It gains a +10 bonus to Perception checks to detect or track such a creature",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e37cc48-8f42-4e4d-9c76-c770256c3ef3",name:"Kalaka",details:"",size:2,origin:1,type:2,keywords:"demon",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +6; truesight 5",movement:"5",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +14, Endurance +13",equipment:"halberd; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:14},intelligence:{score:9},wisdom:{score:15},charisma:{score:11},hp:108,initiative:8,ac:25,fortitude:23,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"2b1dea7a-0261-4f98-a60e-1362205cb11b",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d4+6 damage, and slide the target 1 square.",damage:"2d4+6 damage",category:1},{id:"62d5f117-f434-4601-a3a1-bfad75a585c8",name:"Unexpected Reinforcements",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Weapon",condition:"",range:"the kalaka conjures up to four duplicates of itself, which appear in four unoccupied squares in range. The kalaka and each duplicate make a melee basic attack. At the end of the kalaka’s turn, choose a duplicate or the original kalaka to remain. Remove the rest from play.",attack:{bonus:16,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"e4d4b27d-d8e2-489b-81ef-549e45d96018",name:"Spewing Death",action:null,keywords:"Acid",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:2},description:"",details:"2d6+4 acid damage, and the target is blinded until the start of its next turn. Miss: Half damage and the target is not blinded.",damage:"2d6+4 acid damage",category:0},{id:"39943c06-240a-446c-92f6-8bd803d33534",name:"Flawed Creation",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The kalaka takes ongoing 5 damage.",damage:"the kalaka takes ongoing 5 damage",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"3c66fc43-bf2e-4449-a6b7-7a5612a8df46",name:"Knight of the Horned King",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +10, Intimidate +11",equipment:"battleaxe; heavy shield; plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:18},hp:112,initiative:8,ac:27,fortitude:25,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"bb118e24-b019-40c1-b81f-d2d5e9abe1ba",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is marked until the end of the knight’s next turn.",damage:"2d6+5 damage",category:1},{id:"88e32422-f042-44fc-bcd8-b17de4386a84",name:"Maze of Madness",action:{action:7,trigger:"when target marked by the knight moves or makes an attack that does not include the knight",sustainAction:0,use:1,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(the triggering creature)1d10+5 damage, and the target takes a -4 penalty to Will and the knight can slide the target 1 square as a free action at the start of the target’s turn (save ends).",damage:"(the triggering creature)1d10+5 damage",category:5},{id:"9612d60b-ac90-4d54-be5e-630bd7b8371b",name:"Mark of the beast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"close blast 3",attack:{bonus:16,defence:3},description:"",details:"Two targets; the target is stunned (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d241ff9b-ab94-4ebe-904a-d5163eb9bcb5",name:"Oostarix",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:3,flag:1,leader:!0},senses:"Perception +18",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Dungeoneering +16, Intimidate +20, Nature +18, Religion +18",equipment:"morningstar",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:12},intelligence:{score:18},wisdom:{score:15},charisma:{score:23},hp:354,initiative:10,ac:34,fortitude:35,reflex:29,will:32,regeneration:null,auras:[{id:"a3f16665-0994-440d-a00f-580b550f4e7f",name:"Baphomet’s Boon",keywords:"",details:"aura 10; allies who start their turns in the aura gain a +2 bonus to attack rolls when charging."}],powers:[{id:"bda65586-8677-4d25-ab79-bfaec188d851",name:"Bonecrusher Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+9 damage, and the target is weakened until the end of Oostarix’s next turn.",damage:"1d10+9 damage",category:1},{id:"75537dc8-184b-4801-8ca1-0f282b201a45",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Oostarix makes a charge attack; 2d6+9 damage, and the target is knocked prone.",damage:"2d6+9 damage",category:1},{id:"1495e5f9-ea71-4303-a66d-3f58fa5358f7",name:"Savage Infection",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"1d6+7 psychic damage, the target takes ongoing 5 psychic damage and at the start of the target’s turn it makes a melee basic attack against one random adjacent creature (save ends both). If this attack hits, it deals normal damage and the target of the basic attack gains the same condition (save ends).",attack:{bonus:22,defence:3},description:"",details:"",damage:"",category:1},{id:"864637a9-8b40-494a-aabf-bf757e5a8b8b",name:"Unholy Flood",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic",condition:"",range:"1d10+7 necrotic damage, and the target makes a melee basic attack against one of its adjacent allies as a free action. Miss: Half damage, and the target does not make an attack.",attack:{bonus:22,defence:3},description:"",details:"",damage:"",category:1},{id:"09bbc6b6-527c-4d34-8615-acd4395feb8c",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Oostarix makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1df86216-f272-4b75-a865-37fa476f8659",name:"Perditazu (Maze Demon)",details:"",size:2,origin:1,type:2,keywords:"demon, undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:16},intelligence:{score:21},wisdom:{score:18},charisma:{score:9},hp:92,initiative:13,ac:27,fortitude:22,reflex:25,will:24,regeneration:null,auras:[{id:"9279bc2d-8a1b-44c0-b0e8-1559df9e4815",name:"Confounding Presence",keywords:"",details:"(Psychic) aura 2; any enemy starting its turn in the aura is dazed."}],powers:[{id:"e670acd8-35e4-4dcb-8731-5863a1da4cc7",name:"Essence Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Teleportation",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+3 damage, the target takes a -5 penalty to its Will defense (save ends), and the perditazu can teleport 5 squares provided it ends its movement in a space adjacent to an enemy.",damage:"1d8+3 damage",category:1},{id:"b29d0670-16ff-479c-8662-a8099d8a9c97",name:"Phantom Assailants",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"2d6+5 the target makes a melee basic attack against an adjacent ally as a free action.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:3},{id:"4bf99ea5-55ad-436c-a36a-53c6c2c87446",name:"Mind Maze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"the target is dazed, and the perditazu enters the target’s space and vanishes into the target’s body (save ends both). Remove the perditazu from play. Each round, on the target’s turn, it takes 2d6 + 5 psychic damage unless it moves its speed. Aftereffect: The target takes 10 psychic damage, and the perditazu appears in an unoccupied space of its choice adjacent to the target.",damage:"it takes 2d6 + 5 psychic damage unless it moves its speed",category:1}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fd938cee-ad41-4430-b10c-0d10e2318586",name:"The Misbegotten",details:"",size:3,origin:1,type:1,keywords:"blind, demon",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +19; blindsight 12",movement:"8, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:31},constitution:{score:29},dexterity:{score:26},intelligence:{score:8},wisdom:{score:25},charisma:{score:4},hp:558,initiative:20,ac:38,fortitude:40,reflex:38,will:37,regeneration:null,auras:[{id:"7a7b3e5a-b2a2-4f11-abe3-e7de44552036",name:"Unholy Stench",keywords:"",details:"(Poison) aura 3; all creatures in the aura take a -2 penalty to attack rolls and gain vulnerable 10 acid."}],powers:[{id:"cea6142f-4889-4c94-b684-ae59982fde68",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d6+10 damage plus 2d6 acid damage, and the target is grabbed. The Misbegotten can grab up to four creatures at once.",damage:"2d6+10 damage plus 2d6 acid damage",category:1},{id:"3874f12c-740e-433c-a91c-80ffa62af917",name:"Tentacle Smash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Grabbed creature only; 3d6+10 damage, and the target is dazed (save ends).",damage:"3d6+10 damage",category:3},{id:"49447ade-b216-4b56-8ff3-8171c4020af1",name:"Corrosive Slobber",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Zone",condition:"",range:"Close blast 3",attack:{bonus:25,defence:2},description:"",details:"2d6+9 acid damage, and ongoing 10 acid damage (save ends). The blast creates a zone of noxious smoke that lasts until the end of the Misbegotten’s next turn. A creature that starts its turn in or enters the zone takes 10 acid damage, and the zone grants concealment to creatures within.",damage:"2d6+9 acid damage",category:1},{id:"f1c3c607-c0b2-4fef-b19e-f6e3c30f52b9",name:"Wormcrawl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"",damage:"",category:1},{id:"5f735fbf-7ad6-48ed-9487-fdc9204b36ae",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Misbegotten can make opportunity attacks against any creature in its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"816007d2-3a82-4c14-b970-71b9855781c9",name:"Andred Wormblade",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:1,leader:!0},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Common",skills:"Bluff +9, History +12, Insight +8, Intimidate +9",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:13},hp:140,initiative:5,ac:23,fortitude:20,reflex:20,will:17,regeneration:null,auras:[{id:"332b5cb5-b80d-4ed7-a40d-78fde6ede8cb",name:"Foment Savagery",keywords:"",details:"aura 2; allies in the aura gain a +2 bonus to damage rolls against bloodied targets."}],powers:[{id:"49c1b7a9-3ffb-4b8e-901d-c69e09ef47b9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:13,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of Andred’s next turn.",damage:"1d8+6 damage",category:1},{id:"0ef6ff5e-bb51-468b-842a-844e59b24a8c",name:"Leading Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires longsword",range:"Andred makes a longsword attack, and one ally within 3 squares of him makes a melee basic attack as a free action.",attack:{bonus:11,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"9345d00d-0b62-48e7-a0cb-02f84871168e",name:"Kill Them All",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets two allies in burst; the target makes a charge attack as a free action.",damage:"",category:3},{id:"55e49bea-1b68-4a94-9d43-6614ccfc4c81",name:"Bloody Reward",action:{action:4,trigger:"when an ally within 5 squares of andred bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering ally gains 5 temporary hit points and can shift 1 square as a free action.",damage:"The triggering ally gains 5 temporary hit points and can shift 1 square as a free action",category:5},{id:"b4f33d3c-0b79-4cef-81ce-f716a9c4a4c4",name:"Victor’s Spoils",action:{action:7,trigger:"when andred reduces an enemy to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Andred spends a healing surge and regains 35 hit points, and each ally adjacent to him gains 10 temporary hit points.",damage:"Andred spends a healing surge and regains 35 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"708e5c54-96cf-46a1-8c6a-a744ee2bdd86",name:"Arwyl Swan’s Son",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:1,leader:!0},senses:"Perception +12",movement:"5",alignment:"Lawful good",languages:"Common, Supernal",skills:"Diplomacy +19, Insight +17, Religion +17, Streetwise +19",equipment:"heavy shield; plate armor",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:14},intelligence:{score:19},wisdom:{score:18},charisma:{score:23},hp:328,initiative:12,ac:35,fortitude:32,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"ae155176-6867-4169-9697-7fa0f765618b",name:"Sword of Justice",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and until the end of Arwyl’s next turn, if the target makes an attack that does not include Arwyl, it takes 10 radiant damage.",damage:"2d8+7 damage",category:1},{id:"2f689d31-e07f-411f-bf59-886a36c8add9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Arwyl makes two sword of justice attacks.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"8dffafec-b5cc-499d-aac3-4758d55c77bb",name:"Mete Justice",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Requires sword of justice; 3d8+7 damage, and the target slides 1 square.",damage:"3d8+7 damage",category:5},{id:"b72dbd27-d4b0-4ac6-a585-3812a82ee423",name:"Purifying Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Requires sword of justice; 4d8+7 damage, and the target can use only at-will powers when it attacks (save ends).",damage:"4d8+7 damage",category:1},{id:"a7b9137d-287b-492a-849d-db08988ecd7a",name:"Righteous Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires sword of justice",range:"Close burst 1",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of Arwyl’s next turn.",damage:"2d8+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"527e6a60-34a6-48f8-83db-cc8dd68d2eed",name:"Cadrick Dragonsworn",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +20; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Draconic, Dwarven",skills:"Bluff +22, Diplomacy +22, Intimidate +22",equipment:"execution axe; plate armor",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:19},wisdom:{score:26},charisma:{score:21},hp:408,initiative:16,ac:40,fortitude:37,reflex:32,will:37,regeneration:{value:10,details:"only while bloodied"},auras:[],powers:[{id:"65252676-0974-4a4c-bde8-cc10a529b356",name:"Executioner’s Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:29,defence:0},description:"",details:"2d12+8 damage (crit 3d12 + 32).",damage:"2d12+8 damage (crit 3d12 + 32)",category:1},{id:"3b5ff4be-a60e-4c9e-9c09-dcc466d8ad3e",name:"Dread Execution",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires executioner’s axe",range:"",attack:{bonus:29,defence:0},description:"",details:"1d12+8 damage (crit 3d12 + 20), and the target grants combat advantage to all creatures until the end of Cadrick’s next turn.",damage:"1d12+8 damage (crit 3d12 + 20)",category:1},{id:"091e4b0c-44c5-4cce-9423-b2b8676e2b4c",name:"End of the Line",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Cadrick makes two dread execution attacks.",damage:"",category:1},{id:"dc9188af-44af-442f-94ac-eebe759d31ed",name:"Beheading Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"requires executioner’s axe",range:"Melee 1",attack:{bonus:29,defence:0},description:"",details:"4d12+8 damage (crit 3d12 + 56). If this attack reduces the target to 0 or fewer hit points, the target takes a -5 penalty to death saving throws until the end of the encounter.",damage:"4d12+8 damage (crit 3d12 + 56)",category:1},{id:"c9f7212f-1a99-413a-83eb-e42f47108cb2",name:"Hewing Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires executioner’s axe",range:"Close burst 1",attack:{bonus:29,defence:0},description:"",details:"1d12+8 damage (crit 3d12 + 20).",damage:"1d12+8 damage (crit 3d12 + 20)",category:1},{id:"f88761c3-fc4a-4b77-b47e-0fd83e214dfb",name:"Implacable Advance",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Cadrick is marked, that condition ends. He can then shift 1 square.",damage:"He can then shift 1 square",category:2},{id:"fe9bacda-9b03-4100-8875-0527280f9a39",name:"Advantageous Repositioning",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when cadrick deals damage to a target he has combat advantage",range:"",attack:null,description:"",details:"Cadrick can shift 3 squares.",damage:"Cadrick can shift 3 squares",category:4},{id:"8578cf48-e9d7-4893-a4bb-d6bb4a64e7d3",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Cadrick to move—through a pull, a push, or a slide—Cadrick moves 1 square less than the effect specifies. When an attack would knock Cadrick prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—Cadrick moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e08288a0-c35f-4bb9-b07e-d58d59840051",name:"Captain Andrezhej",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!0},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Primordial, Supernal",skills:"History +13, Intimidate +14, Religion +13",equipment:"heavy shield; holy symbol; mace; plate armor",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:19},wisdom:{score:22},charisma:{score:15},hp:145,initiative:10,ac:30,fortitude:28,reflex:26,will:28,regeneration:null,auras:[{id:"93d6dc8d-fd25-4d7d-8d6b-787888078eb8",name:"Confounding Presence",keywords:"",details:"aura 3; allies within the aura gain a +1 bonus to attack rolls."}],powers:[{id:"0337e760-da4d-4824-9d5c-f24ec3b69b46",name:"Skullcrushing Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"1ac691db-634b-48b4-a4d8-ffa605411461",name:"Star of Justice",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"2d8+6 radiant damage, and the target grants combat advantage to all enemies until the end of Andrezhej’s next turn.",damage:"2d8+6 radiant damage",category:1},{id:"0575ea1b-8ce9-405b-b00a-cc4766d76bb3",name:"Kneel Foe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires mace; 2d8+6 damage, and the target is knocked prone.",damage:"2d8+6 damage",category:1},{id:"81b202bc-a5e6-4a7d-9377-8cdba40259aa",name:"Mighty Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires mace; 4d8+6 damage, and the target is dazed and gains vulnerable 5 radiant (save ends both).",damage:"4d8+6 damage",category:1},{id:"3889b0b2-caf7-4bdd-af82-3257750d70c0",name:"Memory of A Thousand Lifetimes",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check",range:"",attack:null,description:"",details:"aura 3; allies within the aura gain a +1 bonus to attack rolls.",damage:"aura 3",category:1},{id:"083cd738-4113-4cd9-893c-96652966b228",name:"Astral Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Captain Andrezhej gains a +1 bonus to all defenses against attacks made by bloodied creatures.",damage:"Captain Andrezhej gains a +1 bonus to all defenses against attacks made by bloodied creatures",category:0}],damageModifiers:[],resist:"12 necrotic and 12 radiant",vulnerable:"",immune:"",tactics:""},{id:"5272752b-7528-47d3-b39b-029133c029bb",name:"Cruel Seirrah",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +23, Intimidate +21, Stealth +23",equipment:"dagger; hide armor",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:25},intelligence:{score:22},wisdom:{score:17},charisma:{score:24},hp:358,initiative:16,ac:35,fortitude:30,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"0ec0bf7c-c4c7-46d3-8ab8-693152eedeb7",name:"Cruel Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d4+7 damage, and the target is immobilized and takes ongoing 10 damage (save ends).",damage:"1d4+7 damage",category:1},{id:"61d7f019-f315-41e1-8ca7-feb0164522c2",name:"Opportune Slash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Cruel Seirrah makes a cruel dagger attack against an immobilized target.; 3d6+8 damage.",damage:"3d6+8 damage",category:3},{id:"19cdb77b-f86c-4705-8c17-5eff078200ce",name:"Blade Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"close blast 3",attack:{bonus:24,defence:2},description:"",details:"Requires dagger; 6d4+7 damage, and the target is slowed (save ends).",damage:"6d4+7 damage",category:1},{id:"d7d831b2-53c2-4492-9707-012dff41feeb",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Seirrah gains a +1 power bonus to her next attack roll against an enemy that hit her since her last turn. If the attack hits and deals damage, it deals 7 extra damage.",damage:"if the attack hits and deals damage",category:3},{id:"3e7256db-4121-4edd-9ba2-b1b1d2bb6af6",name:"Mobile Cover",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Seirrah shifts 3 squares and slides 3 squares one immobilized enemy that was adjacent to her at the start of that movement. The enemy must end adjacent to Seirrah.",damage:"Seirrah shifts 3 squares and slides 3 squares one immobilized enemy that was adjacent to her at the start of that movement",category:2},{id:"073aa24a-6a11-4193-ad1e-dfa2c2678642",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Seirrah has a +1 racial bonus to attack rolls against bloodied foes.",damage:"Seirrah has a +1 racial bonus to attack rolls against bloodied foes",category:0},{id:"fffbae4e-2a81-4fa8-84b3-3507af06b46c",name:"Body Shield",action:null,keywords:"",condition:"when seirrah is damaged by an attack while adjacent to an immobilized enemy",range:"",attack:null,description:"",details:"Seirrah takes half the attack’s damage and one adjacent immobilized enemy of her choice takes the other half.",damage:"seirrah takes half the attack’s damage and one adjacent immobilized enemy of her choice takes the other half",category:0}],damageModifiers:[{type:3,value:-14}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"44b8c88b-5358-4f78-aecf-942af928aee6",name:"Cyprio",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:4,flag:1,leader:!1},senses:"Perception +17",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +21, Athletics +14, Bluff +20, Stealth +21, Thievery +21",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:25},intelligence:{score:20},wisdom:{score:17},charisma:{score:22},hp:260,initiative:20,ac:33,fortitude:28,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"c9db7de1-ec9b-46c1-9fc0-015cb04a7515",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:23,defence:0},description:"",details:"2d4+7 damage, and ongoing 10 damage (save ends).",damage:"2d4+7 damage",category:1},{id:"9bce7d5e-b1bf-425a-a79e-367dad7e140f",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:23,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"1961f015-b980-41fe-aecc-6fd340fbdf2f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Cyprio makes two basic attacks.",damage:"",category:1},{id:"1cf57fc6-fd52-4017-9d71-f39d66eb41fe",name:"Swift Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"usable while wielding a dagger",range:"Cyprio shifts 6 squares and makes a melee attack against a single enemy at any point during that movement: melee 1",attack:{bonus:21,defence:2},description:"",details:"2d4+7 damage, and the target is dazed and takes ongoing 10 damage (save ends both).",damage:"2d4+7 damage",category:1},{id:"1a06061b-a325-4d51-a5b4-4a1060d093be",name:"Altered Target",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Until the start of her next turn, as a free action when targeted by a melee or ranged attack, Cyprio can redirect the attack to an enemy adjacent to her. Any enemy that takes damage from such a redirected attack grants combat advantage to Cyprio until the end of her next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"dd237871-9249-4a04-b65a-b40c0e397ef9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Cyprio’s melee and ranged attacks deal 4d6 extra damage to targets she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"ef567316-bdbe-440c-b6af-687e95698ec1",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Cyprio can disguise herself to appear as any Medium humanoid. A successful Insight check (opposed by Cyprio’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"3342294a-fe89-45af-b604-41f06f5df768",name:"Tumble",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Cyprio shifts 3 squares.",damage:"Cyprio shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e28a3958-f680-4a26-8fcf-02abb5b0342a",name:"Drow Adventurer",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7",alignment:"Any",languages:"Common, Elven",skills:"Acrobatics +13, Intimidate +5, Stealth +15",equipment:"chainmail; shuriken",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:79,initiative:10,ac:21,fortitude:18,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"5f93abdf-1075-4af7-9cc5-25b37805d49c",name:"Fangblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+2 poison damage (crit 1d8+18).",damage:"2d8+2 poison damage (crit 1d8+18)",category:1},{id:"45b06ca0-0bc0-46c1-98e6-e264e3f98882",name:"Shuriken",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:13,defence:0},description:"",details:"2d4+5 poison damage.",damage:"2d4+5 poison damage",category:1},{id:"b55b37eb-6a61-494d-9a42-f36e7a645c52",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when wielding a fangblade",range:"The drow adventurer can move up to 3 squares and make one melee basic attack at any point during that movement. It doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"5ad91bef-4951-4bd5-b5d6-e5f431f99732",name:"Venomous Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Required fangblade; 3d8+5 poison damage (crit 1d8+29), and all enemies adjacent to the target take 6 poison damage.",damage:"3d8+5 poison damage (crit 1d8+29)",category:1},{id:"ffe143dc-a48c-4c2d-90d0-e84ce26a39ef",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"until the end of the drow adventurer’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"30d84ab9-0d99-4e32-9ad7-c0b73394f559",name:"Drow Assassin",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:4,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Acrobatics +19, Athletics +14, Dungeoneering +16, Intimidate +12, Stealth +21, Thievery +19",equipment:"crossbow bolts (20); hand crossbow; leather armor; rapier",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:24},intelligence:{score:14},wisdom:{score:19},charisma:{score:16},hp:206,initiative:18,ac:30,fortitude:24,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"94a4d0ea-ff52-477d-9471-d00495aa8c70",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 poison damage.",damage:"2d8+6 poison damage",category:1},{id:"3f5c2008-3270-4a80-8302-a93df304e0de",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"2d6+6 poison damage.",damage:"2d6+6 poison damage",category:1},{id:"40bb4c1a-c65b-4ece-822a-a5a72f503cfa",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"The drow assassin makes a rapier or hand crossbow attack, shifts up to 2 squares, then makes another rapier or hand crossbow attack.",damage:"shifts up to 2 squares",category:1},{id:"76bde14b-1561-40ab-8a29-7197f5b4f17c",name:"Stinging Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison, Weapon",condition:"",range:"ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"Requires hand crossbow; 3d6+6 poison damage, and ongoing 10 poison damage (save ends). First Failed Save: Increase the ongoing poison damage by 5.",damage:"3d6+6 poison damage",category:1},{id:"c76f5964-a269-4012-b580-b0013e3fd807",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1 (close burst 2 while bloodied)",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow assassin’s next turn. The cloud blocks line of sight for all creatures except the drow assassin. Any creature entirely within the cloud (except the drow assassin) is blinded until it exits.",damage:"",category:3},{id:"3f92840f-2a5f-406e-b011-b0b84f210a9a",name:"Call to the Shadow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow assassin’s cloud of darkness power recharges, and the drow assassin uses it immediately.",damage:"",category:1},{id:"176e6c13-e255-4099-9d80-e3799e92ab96",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow assassin deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"c020ff2f-3bb9-4c2a-b786-1887eb1b2d51",name:"Stealth Shift",action:{action:4,trigger:"when an attack misses the drow assassin and the drow assassin is hidden from the attacker",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow assassin shifts 1 square.",damage:"The drow assassin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"343829cc-7a6e-46e2-b304-d8461fd9fa2d",name:"Drow Demonbinder (Glabrezu Servant)",details:"",size:2,origin:2,type:2,keywords:"demon",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Arcana +20, Bluff +17, Intimidate +19, Stealth +14",equipment:"leather armor",category:"",strength:{score:27},constitution:{score:18},dexterity:{score:16},intelligence:{score:22},wisdom:{score:13},charisma:{score:17},hp:218,initiative:12,ac:32,fortitude:32,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"e93cfd68-5496-440c-9625-3b8c2e4fd313",name:"Demonic Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"d4cbb268-d550-4b10-8bd2-3f1e572f2141",name:"Pincer Grab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"4d10+7 damage, and the target is grabbed.",damage:"4d10+7 damage",category:1},{id:"4461e844-663f-4a3c-8a46-0cbd11c9583c",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"until the end of the demonbinder’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"51b38809-d497-47f3-bb75-fdd71993e902",name:"Chaos Word",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:22,defence:1},description:"",details:"targets enemies; 2d6+8 damage. This damage bypasses all resistances.",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3657631b-1548-43fc-819f-d35c37fa1edb",name:"Drow Demonbinder (Marilith Servant)",details:"",size:2,origin:2,type:2,keywords:"demon",level:20,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Arcana +19, Intimidate +20, Stealth +23",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:27},dexterity:{score:22},intelligence:{score:18},wisdom:{score:14},charisma:{score:17},hp:195,initiative:18,ac:33,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"69567516-85a8-454a-aae9-7dae1e9046f3",name:"Demonic Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The demonbinder makes two attacks against the same target; 2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"74f5b20a-ca64-4ffe-b95c-b9bdb47f203b",name:"Arms of the Marilith",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The demonbinder shifts 3 squares and makes three demonic strike attacks (six attack rolls total) at any points during this move.; 4d10+7 damage.",damage:"4d10+7 damage",category:1},{id:"95801494-4547-4494-9160-1662c864e4e7",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the demonbinder’s next turn. The cloud blocks line of sight for all creatures except the demonbinder. Any creature entirely within the cloud (except the demonbinder) is blinded until it exits.",damage:"",category:3},{id:"73ff6bb1-be8f-4feb-9235-14696e7655e8",name:"Slithering Movement",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demonbinder shifts its speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2551820a-5818-4d03-8e5a-2d7bb577f47e",name:"Explosive Scythejaw",details:"",size:2,origin:4,type:0,keywords:"blind, construct",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +10; blindsight 10",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:14},intelligence:{score:1},wisdom:{score:19},charisma:{score:12},hp:108,initiative:12,ac:26,fortitude:26,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"e6c502ae-eb4e-43d1-8fe7-41e20e5093f1",name:"Iron Jaws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"43aa196d-88b4-4fdb-b10f-e2fd87a77bb8",name:"Clampdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d12+8 damage, and the target is grabbed and takes ongoing 10 damage until it escapes. The grab ends if the scythejaw attacks or fails to sustain the grab. While it has a target grabbed, the scythejaw gains a +4 bonus to all defenses.",damage:"2d12+8 damage",category:1},{id:"80f67a61-a211-4959-a46c-161e84f17f3f",name:"Timed Explosion",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points by clockwork timer",range:"Close burst 3",attack:{bonus:16,defence:2},description:"",details:"3d12+6 damage. Miss: Half damage.",damage:"3d12+6 damage",category:1},{id:"3c65163c-9157-40f5-8a51-8a6cb2d260cc",name:"Clockwork Timer",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"While bloodied, at the end of each creature’s turn the explosive scythejaw takes damage equal to its healing surge value.",damage:"at the end of each creature’s turn the explosive scythejaw takes damage equal to its healing surge value",category:1},{id:"f9317c53-a801-4d8f-95c2-81be0bb550c8",name:"Lie in Wait",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, a scythejaw hides behind a false floor or wall panel. In this state, it gains a +5 bonus to Stealth checks. It readies, then attacks when a creature moves into reach.",damage:"it gains a +5 bonus to Stealth checks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f4f12107-aaed-44ca-986d-4d3606374ea7",name:"Ghedrin the Blasphemer",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:1,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Bluff +16, History +15, Intimidate +13",equipment:"implement, rod; leather armor; mace",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:10},intelligence:{score:15},wisdom:{score:16},charisma:{score:20},hp:198,initiative:6,ac:26,fortitude:26,reflex:22,will:26,regeneration:null,auras:[],powers:[{id:"c7f0c5e7-e67a-4273-8a82-1bb9ddd80c71",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"melee 1",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"722c13c8-9411-4edc-8a42-eb97152ee552",name:"Hurled Dragon Breath",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"2d6+5 acid, cold, fire, lightning, or poison damage. Ghedrin chooses the damage type for each attack.",damage:"or poison damage",category:1},{id:"ba112cef-f8df-44ec-98cd-936182672efc",name:"Breath Volley",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"",attack:null,description:"",details:"Ghedrin makes two hurled dragon breath attacks.",damage:"",category:1},{id:"e36164d5-380b-4eaa-bf04-c0a639fddcd9",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"Close blast 3",attack:{bonus:17,defence:2},description:"",details:"2d6+5 acid, cold, fire, lightning, or poison damage, and ongoing 10 damage of the same type (save ends). Ghedrin chooses the damage type for each attack.",damage:"or poison damage",category:3},{id:"07545554-0309-4829-9f87-78e378b0980c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"",attack:null,description:"",details:"Ghedrin’s breath weapon recharges, and he uses it immediately.",damage:"",category:5},{id:"f22ad566-4075-4d27-a9e3-1f8e53b711e1",name:"Conflagration Step",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:17,defence:2},description:"",details:"4d6+5 fire damage. Ghedrin teleports 5 squares, plus 1 additional square for each target he hits with this attack.",damage:"4d6+5 fire damage",category:5},{id:"bfbb4d9e-3d65-464e-a874-9a8f30892ac0",name:"Dragonborn Fury",action:null,keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Ghedrin gains a +1 bonus to attack rolls.",damage:"Ghedrin gains a +1 bonus to attack rolls",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"43527305-5a62-45c4-967c-ca18b2cb6274",name:"Mercykiller Recruit",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"5 (7 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"",equipment:"battleaxe; chainmail; light shield",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:16},intelligence:{score:11},wisdom:{score:10},charisma:{score:8},hp:1,initiative:7,ac:21,fortitude:23,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"03f44b43-195c-43dc-96e9-09d88b09b055",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"7fe76eec-c7ad-429c-8f16-b0b5094dbd4c",name:"Headman’s Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:10,defence:0},description:"",details:"Requires battleaxe; the target can choose to fall prone as a free action to avoid this attack; 5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8dcb3f06-f8db-40b9-a4fd-47339394b9f4",name:"Minder Assassin",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +11, History +11, Stealth +17",equipment:"dagger; leather armor; rapier",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:22},intelligence:{score:17},wisdom:{score:18},charisma:{score:13},hp:114,initiative:14,ac:26,fortitude:22,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"314f4af5-1fa3-4098-b908-126d885e45e7",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"2c19a462-119b-4cfc-b3ea-ad72a9f3b70b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"c62463bc-b73a-4341-bef7-fc19bb7fdfe5",name:"Dismissing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires rapier; 3d8+6 damage, and the Minder assassin teleports the target 5 squares. The target cannot be teleported into an unsafe space.",damage:"3d8+6 damage",category:1},{id:"a91b9289-e4d2-4dde-a49f-d91fd7fbf290",name:"Sudden Justice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The Minder assassin teleports 5 squares and makes an attack against an adjacent creature; requires rapier; 4d8+6 damage, and the target is dazed (save ends).",damage:"4d8+6 damage",category:1},{id:"8311788f-41bc-43d9-a3af-66130dea9dc3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Minder assassin deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"55c83400-1f60-4e79-b959-435ab0bb6caa",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Minder assassin teleports 5 squares.",damage:"The Minder assassin teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a85f49d7-b19a-42a1-9700-fba518d2de9a",name:"Phaseweb Spider",details:"",size:3,origin:1,type:1,keywords:"spider",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision, tremorsense 5",movement:"7, climb 7 (spider climb); phasing",alignment:"Chaotic evil",languages:"",skills:"Athletics +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:23},intelligence:{score:2},wisdom:{score:13},charisma:{score:9},hp:122,initiative:14,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"4c9c1435-1a9a-49f9-a1ce-e10c5025d18e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+5 damage",category:1},{id:"0de099a1-e0ba-4f07-a0e9-fe1cadc48b76",name:"Web Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"3d6+5 damage, and the target is immobilized (save ends).",damage:"3d6+5 damage",category:1},{id:"1ccd4afa-a868-4675-bfa1-d3d6deb43421",name:"Join the Fray",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The phaseweb spider teleports 3 squares, or it teleports adjacent to any drow, demon, or spider creature within its line of sight.",damage:"The phaseweb spider teleports 3 squares",category:2},{id:"2e92a2a5-1b46-4249-a3f6-41686d9032ef",name:"Phaseweb Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"If the phaseweb spider is in the space of a phaseweb, it teleports to any other square in the space of a phaseweb within its line of sight.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25145e31-6945-44c0-ad35-a2513737071b",name:"Primordial Thunderspawn",details:"",size:4,origin:1,type:1,keywords:"lightning, thunder",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:28},intelligence:{score:2},wisdom:{score:20},charisma:{score:24},hp:570,initiative:21,ac:39,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"c61cce20-b791-4903-8035-ce22dd4147cf",name:"Storm Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Reach 3; 4d8+9 lightning damage.",damage:"4d8+9 lightning damage",category:1},{id:"a2e06697-e5f7-47a8-9374-2164b60e8110",name:"Double Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The primordial thunderspawn makes two storm lash attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"50b512d9-92c9-4409-97b7-0012d59568aa",name:"Sundering Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:24,defence:0},description:"",details:"4d8+9 lightning and thunder damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"4d8+9 lightning and thunder damage",category:1},{id:"b40a7c2d-e250-44b1-9fef-009431aa6ac4",name:"Thunder Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:24,defence:1},description:"",details:"3d6+9 thunder damage and the target is knocked prone.",damage:"3d6+9 thunder damage and the target is knocked prone",category:1}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cebed6a9-834c-4d50-ab90-e88f3433ffe8",name:"Sarpacala Malison",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:3,flag:0,leader:!0},senses:"Perception +12",movement:"7",alignment:"Chaotic evil",languages:"Common, Draconic, Primordial",skills:"Arcana +18, Bluff +21, History +18, Insight +17, Stealth +18",equipment:"longspear",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:164,initiative:13,ac:31,fortitude:29,reflex:29,will:32,regeneration:null,auras:[{id:"384366c5-5d43-42f2-a944-3901e18e000a",name:"Thunder Ward",keywords:"",details:"(Healing, Thunder) aura 3; each ally that starts its turn within the aura regains 5 hit points, and each enemy that starts its turn within the aura takes 5 thunder damage."}],powers:[{id:"e00c7df6-bf94-495c-a35d-36ea38c364ae",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and ongoing 10 poison damage (save ends).",damage:"1d10+3 damage",category:1},{id:"1465b90a-097e-47c3-b924-e5bd384bd6d4",name:"Lightning Spear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Reach 2; 3d10+7 lightning damage and the Sarpacala malison pushes the target 2 squares and knocks it prone.",damage:"3d10+7 lightning damage and the sarpacala malison pushes the target 2 squares and knocks it prone",category:1},{id:"71456b86-6e1a-4c8d-a84e-c7b1461ee5c4",name:"Crushing Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"1d10+7 thunder damage and the target is slowed (save ends).",damage:"1d10+7 thunder damage and the target is slowed (save ends)",category:1},{id:"a4b088d4-a162-45e1-9f62-ef1de59b26d9",name:"Thunder Serpent’s Wings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:19,defence:1},description:"",details:"targets enemies in burst; 2d8+7 lightning and thunder damage, and slide the target 3 squares. Miss: Half damage, and push the target 1 square. Effect: Allies in the burst can shift 3 squares as a free action.",damage:"2d8+7 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-5},{type:7,value:-10},{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3906c4d-7720-43fb-9c35-81be973467ee",name:"Scythejaw",details:"",size:2,origin:4,type:0,keywords:"blind, construct",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"5",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:12},intelligence:{score:1},wisdom:{score:17},charisma:{score:12},hp:82,initiative:9,ac:23,fortitude:22,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"82823334-2b3f-43ae-8b9b-296cc236497a",name:"Iron Jaws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+6 damage.",damage:"1d12+6 damage",category:1},{id:"7f0bb5fd-377a-4cfe-8dda-9f9794b2468d",name:"Clampdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d12+6 damage, and the target is grabbed and takes ongoing 10 damage until it escapes. The grab ends if the scythejaw attacks or fails to sustain the grab. While it has a target grabbed, the scythejaw gains a +4 bonus to all defenses.",damage:"2d12+6 damage",category:1},{id:"4cec221d-7c67-4a65-af7c-448358101e6e",name:"Vicious Jaws",action:null,keywords:"",condition:"",range:"The scythejaw deals 1d8 extra damage on melee attacks against any target it has combat advantage against, and 1d8 extra damage on opportunity attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"39c2afc4-0c37-41ea-b968-bb568f143e08",name:"Lie in Wait",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, a scythejaw hides behind a false floor or wall panel. In this state, it gains a +5 bonus to Stealth checks. It readies, then attacks when a creature moves into its reach.",damage:"it gains a +5 bonus to Stealth checks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5a04dd36-b4ce-4e03-99ce-e29c7b8e8aaa",name:"Sodkiller Foot Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +10",equipment:"glaive; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:11},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:105,initiative:7,ac:26,fortitude:23,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"1a2f314d-5ea1-4c65-ae7d-a0fd6d8e75df",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach2; 4d4+5 damage, and the target is pushed 1 square.",damage:"4d4+5 damage",category:1},{id:"c3d16b73-74c8-40ee-bae2-7fcd5a89f8c4",name:"Ignorance’s price",action:{action:4,trigger:"when an enemy within reach makes an attack that doesn’t include the sodkiller foot soldier",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The Sodkiller foot soldier makes a glaive attack against the triggering enemy.; 2d6+5 damage.",damage:"2d6+5 damage",category:5},{id:"6cc306fa-e27d-443c-a739-c5ef4d21affc",name:"Sodkiller Justice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"4d4+5 damage, and if the target moves or shifts before the end of the Sodkiller foot soldier’s next turn, the foot soldier can make a melee basic attack as a free action against that target.",attack:{bonus:15,defence:0},description:"",details:"Requires glaive",damage:"",category:1},{id:"ba1bb620-4d12-4eef-9745-d3fc92e79f53",name:"Murderous",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Sodkiller foot soldier gains a +2 bonus to attack rolls against bloodied targets.",damage:"The Sodkiller foot soldier gains a +2 bonus to attack rolls against bloodied targets",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90e06202-db0b-4f66-b5cb-943d935a1fae",name:"Son of Mercy Warden",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Lawful good",languages:"Common",skills:"Intimidate +8, Streetwise +8",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:11},intelligence:{score:13},wisdom:{score:16},charisma:{score:11},hp:78,initiative:5,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"91ccba75-eb76-449e-8d2b-f1e7adfb9b7f",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of Son of Mercy warden’s next turn.",damage:"1d10+7 damage",category:1},{id:"fb94e05b-6cec-45b7-a35f-0b6e060a6356",name:"Price of Crime",action:{action:0,trigger:"when a target is marked by the son of mercy warden moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:{bonus:12,defence:0},description:"",details:"The Son of Mercy warden makes a bastard sword attack against the triggering enemy.; 2d6+5 damage.",damage:"2d6+5 damage",category:5},{id:"a08dab31-8b50-4cdf-ae8b-7ded84eb7867",name:"Compulsory Punishment",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires bastard sword; 2d10+7 damage, and whenever the target deals damage, it takes 5 damage (save ends).",damage:"2d10+7 damage",category:1},{id:"068596dd-6825-4b3d-ab8f-c5d4b00e4c20",name:"On the Lady’s Authority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever the Son of Mercy warden saves against an ongoing effect or condition with the charm or fear keywords, it can make a bastard sword attack against an adjacent enemy as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8da0dbb-0602-4a91-86ed-aba61934f4be",name:"Soulrider Devil Drow Warrior",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"leather armor; longsword",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:23},intelligence:{score:15},wisdom:{score:10},charisma:{score:15},hp:113,initiative:13,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"6df88819-ed62-440b-b01f-7a7389dfec16",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+3 poison damage.",damage:"2d8+3 poison damage",category:1},{id:"eb5e4510-5f42-4a4e-9e6e-5189be622c03",name:"Charging Swipe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"usable while wielding a longsword",range:"",attack:{bonus:14,defence:0},description:"",details:"The soulrider devil makes a charge attack; on a hit, it deals 2d8 extra poison damage, then shifts 3 squares.; 4d8+5 damage.",damage:"it deals 2d8 extra poison damage",category:1},{id:"f5ffe7e5-625b-433f-8d21-1e8c9c72c7fd",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"until the end of the soulrider devil’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"2087d900-72c7-4d62-bc5f-a6b7e9e93f46",name:"Darkflame Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"3d8+3 fire and necrotic damage. Miss: 2d8 fire damage. Effect: The soulrider devil shifts 4 squares after making all the attacks.",damage:"3d8+3 fire and necrotic damage",category:1},{id:"2b4c568e-562c-4e68-9e78-bddd946f2373",name:"Soulrider Sacrifice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulrider devil takes 10 damage and recharges charging swipe or darkflame blade. If the soulrider devil would be killed by this damage, it instead kills its host and becomes unattached, and it shifts 3 squares as a free action.",damage:"the soulrider devil takes 10 damage and recharges charging swipe or darkflame blade",category:3},{id:"a0c612de-9a9b-44e5-a05f-95b7a528877f",name:"Confused when Dazed or Stunned",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the soulrider devil would be dazed or stunned, it does not suffer the normal effects of that condition. Instead, on its turn it attacks its nearest ally. While in this state, it cannot use soulrider sacrifice.",damage:"",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"While the soulrider devil would be dazed or stunned, it does not suffer the normal effects of that condition. Instead, it attacks its nearest ally. While in this state, it cannot use soulrider sacrifice.",immune:"",tactics:""},{id:"e88dfd90-286e-4de9-b11b-995cb78fa239",name:"Soulrider Devil Eladrin Arcanist",details:"",size:2,origin:3,type:2,keywords:"devil",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"longsword",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:20},intelligence:{score:22},wisdom:{score:16},charisma:{score:17},hp:72,initiative:9,ac:21,fortitude:20,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"d9220415-5313-43ce-8645-746a336aa8a2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"db07bd0a-d13a-41d9-b182-ca7b60bdcf0f",name:"Black Chill Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"1d8+5 cold damage plus 1d8+5 necrotic damage. Miss: 1d8+5 necrotic damage.",damage:"1d8+5 cold damage plus 1d8+5 necrotic damage",category:1},{id:"4d8d1289-bf5b-4259-8724-dbc1ae443701",name:"Acid Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:2},description:"",details:"1d10+6 fire damage, and ongoing 10 acid damage (save ends). Miss: 1d10+6 fire damage.",damage:"1d10+6 fire damage",category:1},{id:"6cd169ad-e122-4a9d-8782-88ee92339b64",name:"Soulrider Sacrifice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulrider devil takes 10 damage and recharges black chill blast or acid flame. If the soulrider devil would be killed by this damage, it instead kills its host and becomes unattached, and it shifts 3 squares as a free action.",damage:"the soulrider devil takes 10 damage and recharges black chill blast or acid flame",category:3},{id:"33b1c849-66ae-43c1-84fc-0f3a47bacfeb",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The soulrider devil teleports 5 squares.",damage:"The soulrider devil teleports 5 squares",category:2},{id:"9ea3b703-b1bb-463e-8508-47f196c752fb",name:"Confused when Dazed or Stunned",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the soulrider devil would be dazed or stunned, it does not suffer the normal effects of that condition. Instead, on its turn it attacks its nearest ally. While in this state, it cannot use soulrider sacrifice.",damage:"",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56272978-8f0d-49ab-a4f4-9a52b3685969",name:"Spider Shield",details:"",size:1,origin:4,type:1,keywords:"spider",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"5, climb 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:2},wisdom:{score:17},charisma:{score:9},hp:1,initiative:0,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"26345ea9-0337-4d9a-939a-03bd5105f5c8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"ongoing 5 poison damage (save ends).",damage:"ongoing 5 poison damage (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc9fe213-129b-4335-bbd6-d021ce6bfb66",name:"Spiderbound Drow Warrior",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +10, Stealth +12",equipment:"chainmail; longsword",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:19},intelligence:{score:14},wisdom:{score:12},charisma:{score:14},hp:128,initiative:12,ac:30,fortitude:26,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"dd377a88-f21b-4914-b57b-51e0b318aa40",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target is slowed until the end of the spiderbound drow warrior’s next turn.",damage:"2d8+6 damage",category:1},{id:"bfd1a370-5a7a-4273-9632-35f35dd5c507",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"until the end of the warrior’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"1b84d823-1363-48b2-81e8-7bd661730549",name:"Surrounding Webs",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"all squares in the burst become difficult terrain for enemies until the end of the encounter.",damage:"",category:5},{id:"db1f5cc0-0c05-4407-b170-f130ea5ce9de",name:"Spider Shield",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The warrior’s shield turns into a spider shield minion, which appears in an adjacent square. The warrior takes a -4 penalty to AC and Reflex. The minion can take one standard, move, and minor action on its turn as normal, but it acts on the warrior’s initiative and must be directed. When the minion is destroyed, the shield returns to the warrior. This power cannot recharge while that warrior’s spider minion is active.",damage:"The warrior takes a -4 penalty to AC and Reflex",category:3}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8c27938-feb3-4b57-b3ae-04e2140e22c9",name:"Stormfury Orc Champion",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:2,flag:1,leader:!1},senses:"Perception +3; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant, Primordial",skills:"Arcana +7, Endurance +11, Intimidate +8",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:9},wisdom:{score:11},charisma:{score:10},hp:166,initiative:5,ac:21,fortitude:22,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"fb509581-7b50-42e0-bc10-82492067d717",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+5 damage +1d6 lightning damage (crit 1d12+17 +16 lightning damage).",damage:"1d12+5 damage +1d6 lightning damage (crit 1d12+17 +16 lightning damage)",category:1},{id:"22944dc2-1378-48d1-8878-bec190d43b8d",name:"Storm’s Retaliation",action:{action:4,trigger:"when hit by an adjacent enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"1d12+5 damage plus lightning damage and the target is pushed 1 square.",damage:"1d12+5 damage plus lightning damage and the target is pushed 1 square",category:5},{id:"d4445934-c7f0-4342-8f8d-3d24df80462d",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The stormfury orc champion makes a melee basic attack and regains 42 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"eb3e4f4b-a109-4c13-b363-1c6168b3b0ce",name:"Storm Blood",action:null,keywords:"Healing, Thunder, Weapon",condition:"",range:"",attack:null,description:"",details:"When it hits a bloodied enemy, the stormfury orc champion deals 5 extra thunder damage and regains 10 hit points.",damage:"the stormfury orc champion deals 5 extra thunder damage and regains 10 hit points",category:0}],damageModifiers:[{type:5,value:-5},{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb6b0bef-4e5b-485a-8310-1dd93547026b",name:"Unattached Soulrider Devil",details:"",size:1,origin:3,type:2,keywords:"devil",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 5",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:7},dexterity:{score:22},intelligence:{score:12},wisdom:{score:14},charisma:{score:17},hp:1,initiative:13,ac:24,fortitude:19,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"cb8ccbb4-d245-4769-9404-3dbbd3163536",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35ef308e-3fe5-4506-9d14-a9a5f5955a53",name:"Angelic Captain of Hestavar",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"8, fly 12 (hover)",alignment:"Any",languages:"Common, Supernal",skills:"Diplomacy +24, Intimidate +24",equipment:"fullblade",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:17},wisdom:{score:19},charisma:{score:27},hp:206,initiative:18,ac:38,fortitude:34,reflex:31,will:34,regeneration:null,auras:[{id:"56bf38cf-4a76-47e9-98c9-34d332cd6595",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of battle take a -2 penalty unless the angel is bloodied."}],powers:[{id:"8a35e8f2-620b-4d0d-aef3-039cdb82cf30",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d12+6 damage, and the target is marked until the end of the angelic captain’s next turn.",damage:"2d12+6 damage",category:1},{id:"85fa20c4-3474-4e94-ae69-7ae4179edd1f",name:"Halting Sword of Woe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d12+6 radiant damage and the target is marked, immobilized, and takes ongoing 10 radiant damage (save ends all).",damage:"2d12+6 radiant damage and the target is marked",category:1},{id:"1ae79bce-78a9-4bcd-9ad6-0fea2292ea85",name:"Perfection of the Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:25,defence:2},description:"",details:"2d12+6 damage and the target is marked until the end of the angelic captain’s next turn.",damage:"2d12+6 damage and the target is marked until the end of the angelic captain’s next turn",category:1},{id:"4bc6a436-3ead-4f4e-ade1-b62ae9e1151f",name:"Ruination of the Marked",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies do 5 extra radiant damage when they hit a creature marked by an angelic captain of Hestavar.",damage:"allies do 5 extra radiant damage when they hit a creature marked by an angelic captain of hestavar",category:0},{id:"288d518e-ab4a-4d71-8722-a4f590fccaac",name:"Many from One",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"immediate reaction when an angel minion ally within 5 squares is reduced to zero or fewer hit points",range:"",attack:null,description:"",details:"Four angel minions of the same type rise from the remains of the triggering angelic minion. These new minions appear in the square in which the triggering minion fell, or an unoccupied square adjacent to that square. These new minions act on the same initiative count as the angel minion that triggered the use of this power.",damage:"",category:1}],damageModifiers:[{type:5,value:-15},{type:9,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"5bc06a2d-d7c7-4f0a-97a1-306c60507393",name:"Astral Warwing",details:"",size:3,origin:3,type:0,keywords:"construct",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:24},intelligence:{score:8},wisdom:{score:24},charisma:{score:8},hp:214,initiative:20,ac:39,fortitude:35,reflex:35,will:35,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"faa144d8-b0e5-4ff9-ac1e-83cfcdd23908",name:"Astral Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Radiant, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d12+6 lightning and radiant damage, and the target is marked until the end of the astral warwing’s next turn.",damage:"2d12+6 lightning and radiant damage",category:1},{id:"fd5b8879-41ae-410f-820d-8f5e363f089e",name:"Mace Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Radiant, Weapon",condition:"",range:"Close blast 2",attack:{bonus:28,defence:0},description:"",details:"2d12+86 lightning and radiant damage, and the target is dazed until the end of the astral warwing’s next turn.",damage:"2d12+86 lightning and radiant damage",category:1},{id:"3d8c2673-83ee-4f9d-a5ee-c630f1680d58",name:"Combat Vigilance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target that the astral warwing has marked shifts or makes an attack that does not include the astral warwing, the astral warwing can make an astral mace attack as a free action against that target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"3619b603-6f4c-46d0-bb57-cb5f176dcdc1",name:"Astral Warwing Bombadier",details:"",size:3,origin:3,type:0,keywords:"construct",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +19",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:25},dexterity:{score:30},intelligence:{score:6},wisdom:{score:25},charisma:{score:6},hp:175,initiative:22,ac:36,fortitude:36,reflex:39,will:36,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"39bffdbf-298a-418f-97cf-3617fe33c1f4",name:"Astral Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"Ranged sight",attack:{bonus:29,defence:2},description:"",details:"2d10+10 fire and radiant damage.",damage:"2d10+10 fire and radiant damage",category:1},{id:"e3d66ce8-f824-48b0-834b-9c7612133a4e",name:"Astral Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"Close burst 2",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 3d4+10 fire and radiant damage, and the target is blinded (save ends) and pushed 3 squares. Miss: Half damage, and the target is pushed 1 square.",damage:"3d4+10 fire and radiant damage",category:1},{id:"12d5a576-1ebb-4e62-87db-a83889f85fcf",name:"Astral Bombard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Area burst 3 within sight",attack:{bonus:27,defence:2},description:"",details:"4d6+10 radiant damage.",damage:"4d6+10 radiant damage",category:1},{id:"f54bc5a9-8a4b-4aa2-a859-77993ee86588",name:"Final Bombard",action:null,keywords:"Fire, Radiant",condition:"when reduced to 0 hit points",range:"Area burst 3 within sight",attack:{bonus:27,defence:1},description:"",details:"3d8+10 fire and radiant damage, and the target is knocked prone.",damage:"3d8+10 fire and radiant damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"601bcff4-e3b7-4fdc-b8d4-988d0fa9d6c3",name:"Astral Warwing Commander",details:"",size:4,origin:3,type:0,keywords:"construct",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:24},intelligence:{score:12},wisdom:{score:24},charisma:{score:12},hp:418,initiative:18,ac:37,fortitude:35,reflex:34,will:34,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[{id:"ac6ae880-58e8-4aeb-b9c0-63f324bbcbff",name:"Commander’s Boon",keywords:"",details:"aura 10; astral warwings that start their turn in the aura gain a +2 bonus to attack rolls."}],powers:[{id:"8f9a47c2-6683-4320-97fb-efe0a7b12a7f",name:"Astral Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 2d10+8 damage, and the target is pushed 3 squares.",damage:"2d10+8 damage",category:1},{id:"5659ca7c-ef3f-4fe3-9c56-fdb9f2e0946d",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:26,defence:0},description:"",details:"2d10+8 damage, and the target is pushed 3 squares.",damage:"2d10+8 damage",category:1},{id:"039f95b9-395b-47d5-9175-622d11097cc9",name:"Astral Target",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:27,defence:2},description:"",details:"the target is illuminated in astral fire, slowed, and takes an additional 1d10 + 8 damage from attacks made against it by astral warwings (save ends both).",damage:"and takes an additional 1d10 + 8 damage from attacks made against it by astral warwings (save ends both)",category:3},{id:"a113e0ac-a546-41d9-8f64-f4c9cc329f16",name:"Clearing Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within sight",attack:{bonus:27,defence:3},description:"",details:"2d8+7 psychic damage. In addition, this power targets any conjuration or zone in the burst; +27 vs. creator’s Will; conjuration or zone is destroyed, all its effects end, and its creator is dazed (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"26d974f0-7be5-4417-b9d8-9cdc19381758",name:"Astral Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Radiant",condition:"",range:"Close blast 5",attack:{bonus:25,defence:1},description:"",details:"targets enemies; 2d6+7 thunder and radiant damage, and the target is deafened and blinded (save ends both), and knocked prone. Miss: Half damage, and the target is deafened (save ends), but not blinded or knocked prone.",damage:"2d6+7 thunder and radiant damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"d9b6128e-8476-4a0b-bd02-9d81b1e3c0ec",name:"Astral Warwing Rager",details:"",size:3,origin:3,type:0,keywords:"construct",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +18",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:24},intelligence:{score:6},wisdom:{score:22},charisma:{score:6},hp:275,initiative:19,ac:36,fortitude:36,reflex:39,will:35,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"8a2c6240-e424-45f3-8971-83e0b9375431",name:"Siege Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d12+10 damage, and the target is knocked prone. If the target is prone, the target is dazed until the end of the astral warwing’s next turn.",damage:"2d12+10 damage",category:1},{id:"68ea4b2c-1aa1-42a9-891c-bdad9ca4eb25",name:"Raging Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"warwing must be bloodied to use this power",range:"",attack:{bonus:25,defence:3},description:"",details:"The astral warwing moves at half speed. It makes one siege flail attack with each square of movement against an enemy that comes within reach. It can make up to four attacks in this way. If it comes within reach of a conjuration or zone, it makes an attack; 4d12+8 On a hit, the conjuration or zone is destroyed, and all its effects end. The creator takes 1d10 + 6 psychic damage and is pulled 2 squares closer to the astral warwing.",damage:"the creator takes 1d10 + 6 psychic damage and is pulled 2 squares closer to the astral warwing",category:1},{id:"9a9b7626-9900-4913-849f-fb1c617c4348",name:"Raging Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close blast 3",attack:{bonus:25,defence:0},description:"",details:"Requires siege flail; 2d12+10 damage, and the target is pushed 3 squares and knocked prone.",damage:"2d12+10 damage",category:1}],damageModifiers:[],resist:"disease, poison, sleep",vulnerable:"",immune:"",tactics:""},{id:"b6ffd68b-827d-4ca8-a9c2-fbfa44ac7c9d",name:"Astral Warwing Vanguard",details:"",size:4,origin:3,type:0,keywords:"construct",level:23,role:{type:2,flag:2,leader:!1},senses:"Perception +17",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:22},intelligence:{score:8},wisdom:{score:22},charisma:{score:6},hp:1075,initiative:17,ac:35,fortitude:36,reflex:35,will:35,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"b5c1d581-f9bd-4804-9ebb-e18f527348c8",name:"Astral Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d10+8 damage and the target is pushed 1 square. If the warwing is bloodied, the damage increases to 3d10+8.",damage:"2d10+8 damage and the target is pushed 1 square",category:1},{id:"ba7bb932-5932-4a00-b8d6-e478c1f27df3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The astral warwing makes two astral waraxe attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"1596052c-160c-4b28-b3d4-ba9498db1aae",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"warwing must be bloodied to use this power",range:"",attack:null,description:"",details:"The astral warwing makes three astral waraxe attacks.",damage:"",category:1},{id:"b18ae44a-55ce-4103-8e45-85abbb7a390f",name:"Vanguard Vengeance",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Teleportation, Weapon",condition:"immediate reaction when hit by anarea or ranged attack",range:"",attack:null,description:"",details:"The astral warwing teleports up to 20 squares to end adjacent to the attacker and then make an astral waxaxe attack against the attacker.",damage:"The astral warwing teleports up to 20 squares to end adjacent to the attacker and then make an astral waxaxe attack against the attacker",category:1},{id:"dcfbc830-5119-45af-af51-9b1eefa964f4",name:"Vanguard Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"warwing must be bloodied to use this power",range:"",attack:null,description:"",details:"The astral warwing moves its speed. It makes one astral waraxe attack with each square of movement against an enemy that comes within reach. It can make up to six attacks in this way.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"0523bcdd-dd6c-4cdf-bd6a-a687a1ee802c",name:"Blackfire Creeper",details:"Chosen guardians created from exemplary Moilian dead, the blackfire creepers patrol the City That Waits to dispatch any interlopers they find.",size:2,origin:5,type:2,keywords:"cold, undead",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:24},dexterity:{score:25},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:368,initiative:18,ac:37,fortitude:34,reflex:35,will:29,regeneration:null,auras:[],powers:[{id:"f70028f6-651b-49fc-bb3d-15d95bf4141c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6+7 damage plus 2d6 cold and necrotic damage, and the target is marked until the end of the blackfire creeper’s next turn.",damage:"1d6+7 damage plus 2d6 cold and necrotic damage",category:1},{id:"61f63660-fd64-40d3-b148-28185e5cdc80",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The blackfire creeper makes two claw attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"42e8edf5-eef4-4174-8812-8ce43e7355a2",name:"Blackfire Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"on a hit, the target loses 1 healing surge and is engulfed in black flames (save ends). While engulfed, any creature that starts its turn in a space adjacent to the target takes 10 cold and necrotic damage. First Failed Saving Throw: The target is engulfed in black flames and cannot spend healing surges until it takes a short rest. Second Failed Saving Throw: The target is engulfed in black flames and cannot spend healing surges until it takes an extended rest.",damage:"any creature that starts its turn in a space adjacent to the target takes 10 cold and necrotic damage",category:1},{id:"e4205b07-d6b6-4ed6-8607-67e49d7d9e2e",name:"Imperiled by Fire",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the blackfire creeper takes fire damage, it takes a -4 penalty to AC until the end of its next turn.",damage:"if the blackfire creeper takes fire damage",category:0}],damageModifiers:[{type:2,value:-20},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"445ac19f-30d6-40b2-9dc3-dfd515ab281a",name:"Bleak Necromancer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +13, Intimidate +7, Religion +13",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:16},intelligence:{score:21},wisdom:{score:11},charisma:{score:8},hp:80,initiative:6,ac:21,fortitude:19,reflex:21,will:16,regeneration:null,auras:[{id:"f4e98904-788b-4e75-a538-0a16c6f0eca1",name:"Grave Stench",keywords:"",details:"aura 1; enemies that enter or start their turns within the aura take a -2 penalty to attack rolls."}],powers:[{id:"f9766a47-067b-431d-8110-f64b77aa45cb",name:"Lantern Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage plus 1d6 fire and necrotic damage.",damage:"1d8+3 damage plus 1d6 fire and necrotic damage",category:1},{id:"39a4ab0e-b6f0-4a66-ab93-e27b19205531",name:"Death Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:11,defence:2},description:"",details:"(+13 against bloodied targets)1d8+8 necrotic damage and slide the target 2 squares.",damage:"(+13 against bloodied targets)1d8+8 necrotic damage and slide the target 2 squares",category:1},{id:"d3a392ea-884b-4fba-bba7-217409fc32de",name:"Enervating Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:1},description:"",details:"1d6+5 necrotic damage, and the target is slowed (save ends).",damage:"1d6+5 necrotic damage",category:1},{id:"3d1ce071-2a96-4e95-9eac-5f24dce9f07b",name:"Restless Dead",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:11,defence:2},description:"",details:"flying creatures immune; 1d8+5 damage, and the target is immobilized (save ends). The burst creates a zone that lasts until the end of the bleak necromancer’s turn. Any enemy that enters the zone or starts its turn within the zone is subject to another attack. The bleak necromancer can move the zone 3 squares by spending a standard action.",damage:"1d8+5 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc9d8be2-829e-4cce-861b-87a52e5761c2",name:"Charnel Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:10},intelligence:{score:1},wisdom:{score:10},charisma:{score:2},hp:1,initiative:5,ac:24,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"a5b55f0d-f67b-4c3a-95c1-33f26121b9fe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"48e218cb-174f-4e64-9677-0a26cb0a97b8",name:"Grasping Death",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:{bonus:13,defence:0},description:"",details:"The charnel zombie makes a slam attack against a target within its reach.; 4d8+5 damage.",damage:"4d8+5 damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3a47b19c-b2ae-4a42-ac83-9ae79d3a95a4",name:"Corpse of Despair",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:10},intelligence:{score:2},wisdom:{score:13},charisma:{score:1},hp:86,initiative:3,ac:18,fortitude:19,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"94ab638a-a162-4c7c-8ee1-1f0cc94932b9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"c137904d-5d46-489a-b6d9-4444a28de509",name:"Crushing Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+4 damage, and the target is dazed (save ends).",damage:"2d6+4 damage",category:1},{id:"ae9b932c-2371-4f5e-b56d-a1e8418fba65",name:"Death of Hope",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"A dazed target hit by the corpse of despair also takes ongoing 5 psychic damage (save ends).",damage:"a dazed target hit by the corpse of despair also takes ongoing 5 psychic damage (save ends)",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"514d57e1-8d01-4590-bc35-d12dd9c97357",name:"Devourer initiate",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +11, Intimidate +8, Religion +11",equipment:"dagger",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:14},intelligence:{score:19},wisdom:{score:8},charisma:{score:12},hp:46,initiative:4,ac:18,fortitude:17,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"08bcd29a-8e6b-41c9-8cc6-5dc39f65784a",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"b8526178-776f-4935-a1ae-afed95f7f872",name:"Decay",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:1},description:"",details:"1d6+6 necrotic damage , and the target grants combat advantage to all enemies (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"ae7eb0a5-1c78-49be-a642-e54306a43a2b",name:"Decay Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:1},description:"",details:"1d6+6 necrotic damage, and the target gains vulnerable 5 necrotic (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"6c135c91-deab-4344-8064-408e96d7a491",name:"Evoke Terror",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 1",attack:{bonus:8,defence:3},description:"",details:"the target grants combat advantage to all enemies (save ends), and it immediately moves its speed by the safest route away from the bleak initiate.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"202b9c5c-2fe8-4c5f-916a-7b49511f43d9",name:"Disciple of the Devourer",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +15, Bluff +11, Intimidate +11, Religion +15, Stealth +13",equipment:"implement, orb",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:18},intelligence:{score:21},wisdom:{score:11},charisma:{score:13},hp:228,initiative:8,ac:27,fortitude:25,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"a853d953-94e2-4aa1-a54d-d3adecc8179e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6+5 damage",category:1},{id:"39700bd4-5009-49ab-a6c9-bde12c6c1441",name:"Sphere of the Devourer",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Conjuration, Necrotic",condition:"",range:"The disciple of the devourer conjures a black sphere in an unoccupied square within range and makes an attack against one adjacent creature: ranged 10",attack:{bonus:15,defence:2},description:"",details:"2d6+5 necrotic damage, and the target slides 1 square. If this damage would reduce the target to 0 or fewer hit points, the target takes a –2 penalty to death saving throws until it takes a short rest. The sphere lasts until the end of the disciple’s next turn. Any creature that starts its turn adjacent to the sphere takes 1d4 necrotic damage. The disciple can sustain the sphere until the end of its next turn by spending a minor action. It can also move the sphere 3 squares by spending a move action. Finally, it can make another attack with the sphere by spending a standard action.",damage:"2d6+5 necrotic damage",category:1},{id:"a90c9729-94d9-46f1-81ba-f78280f16cfd",name:"Void Sphere",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"requires sphere of the devourer",range:"Area burst 3 within 10, centered on the sphere of the devourer",attack:{bonus:15,defence:1},description:"",details:"pull target 1 square (toward sphere).",damage:"pull target 1 square (toward sphere)",category:1},{id:"d8f6e7a5-1326-43bd-a786-e5b3deccb99f",name:"Putrescent Spray",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"targets one creature in burst; 1d8+3 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 necrotic damage",category:3}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"e2475386-138c-45bc-8d25-4a8b85beac17",name:"Exalted Bright Guard",details:"",size:2,origin:3,type:2,keywords:"exalted",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +16",movement:"6",alignment:"Any",languages:"Common, Supernal",skills:"Athletics +21, Intimidate +19",equipment:"chainmail; tratnyr",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:21},intelligence:{score:17},wisdom:{score:23},charisma:{score:19},hp:210,initiative:15,ac:33,fortitude:33,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"f045ce08-a298-427f-bf34-715eb3abd244",name:"Tratnyr",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"a74d505c-657f-4eb9-a994-a10c38764c6c",name:"Returning Tratnyr",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/23",attack:{bonus:23,defence:0},description:"",details:"3d8+8 damage, and the target is knocked prone. After the attack, the tratnyr returns to the exalted guard’s hand.",damage:"3d8+8 damage",category:1},{id:"0a8f66c9-da08-4797-aa13-0b2acc80543e",name:"Bright Guard Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder, Weapon",condition:"",range:"Close burst 2",attack:{bonus:21,defence:1},description:"",details:"3d8+8 thunder and radiant damage, and the target is deafened and blinded until the end of the exalted guard’s next turn.",damage:"3d8+8 thunder and radiant damage",category:1},{id:"f4a0a076-2aa5-42b3-a667-2cb82e2ab564",name:"Charge of Summer’s Wrath",action:null,keywords:"Fire, Radiant",condition:"",range:"When an exalted guard hits a target with a melee basic attack at the end of a charge, it does 1d10 fire damage, and ongoing 10 radiant damage (save ends)",attack:null,description:"",details:"",damage:"",category:0},{id:"8acf25df-22e2-41f2-8167-1281aec8c13e",name:"Divine Light",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The exalted guard regains 50 hit points, and gains a +2 bonus to all defenses until the end of the exalted guard’s next turn.",damage:"The exalted guard regains 50 hit points",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed39b1c7-4e01-4717-b88e-8e112c6a297c",name:"Exalted Brightmage",details:"",size:2,origin:3,type:2,keywords:"exalted",level:26,role:{type:0,flag:1,leader:!1},senses:"Perception +26",movement:"8, fly 4 (hover)",alignment:"Any",languages:"Common, Elven, Supernal",skills:"Arcana +31, Bluff +25, History +24, Insight +26",equipment:"dagger; implement, orb",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:22},intelligence:{score:28},wisdom:{score:26},charisma:{score:24},hp:370,initiative:19,ac:40,fortitude:37,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"ff159170-079d-46c0-be0d-b173c649361d",name:"Forceful Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"4d4+10 force damage, and push the target 1 square.",damage:"4d4+10 force damage",category:1},{id:"9f907810-e553-4f8a-97a9-c0751bdc1030",name:"Mindbright Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d6+10 psychic damage, and the target takes ongoing 10 radiant damage and the target takes a -2 penalty to AC and Will (save ends both).",damage:"2d6+10 psychic damage",category:1},{id:"65bc28e2-e4c3-4443-8ff5-cf76d7be1a2f",name:"Mindfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Radiant",condition:"",range:"Ranged 20",attack:{bonus:31,defence:3},description:"",details:"6d6+10 psychic and radiant damage, and the target is dazed and takes a -2 penalty to attack rolls, skill checks and ability checks (save ends).",damage:"6d6+10 psychic and radiant damage",category:1},{id:"f73a958f-dab2-4a4b-8f42-632c330c93b2",name:"Mind Scramble",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Close blast 5",attack:{bonus:31,defence:3},description:"",details:"(targets one enemy)2d6+10 psychic damage, slide the target 3 squares, and the exalted brightmage is invisible to the target (save ends).",damage:"(targets one enemy)2d6+10 psychic damage",category:3},{id:"ec74092d-0256-42a5-9666-ccfe5f2d566a",name:"Improved Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Teleport 10 squares. When the exalted brightmage uses improved fey step, it gains a +2 bonus to all defenses until the end of its next turn.",damage:"Teleport 10 squares",category:2}],damageModifiers:[{type:8,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab1bf48f-8157-4cb3-96f4-d004373a06c7",name:"Festering Morass",details:"",size:3,origin:4,type:0,keywords:"blind, undead",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +10; blindsight 10",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:14},intelligence:{score:4},wisdom:{score:19},charisma:{score:4},hp:330,initiative:8,ac:26,fortitude:29,reflex:23,will:26,regeneration:null,auras:[{id:"5a0b1572-bbdc-4fce-a295-2f79b7366ab8",name:"Appalling Stench",keywords:"",details:"aura 10; living creatures that enter or start their turns within the aura take a -2 penalty to all defenses."}],powers:[{id:"e05b1aec-4300-435f-8a20-1acb6ec47131",name:"Splattering Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee 2",attack:{bonus:14,defence:0},description:"",details:"2d6+1 damage and ongoing 10 necrotic damage (save ends), and each creature adjacent to the target takes 5 necrotic damage.",damage:"2d6+1 damage and ongoing 10 necrotic damage (save ends)",category:1},{id:"46aab3f2-cd96-4368-999e-c693a5e4c528",name:"Necrotic Leakage",action:{action:4,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"2d6+6 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"2d6+6 necrotic damage",category:5},{id:"93b28489-26d5-4104-9eab-776ac78125f4",name:"Necrotic Rupture",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of necrotic mist. All creatures entering or starting their turns inside the zone take 10 necrotic damage. The zone moves with the festering morass and persists until the festering morass takes no damage from the end of one turn until the beginning of its next turn.",damage:"all creatures entering or starting their turns inside the zone take 10 necrotic damage",category:5}],damageModifiers:[{type:1,value:-10},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"03cc146d-b727-4e0a-88c1-a5104dfb312c",name:"Flayed Crawler",details:"",size:2,origin:4,type:0,keywords:"undead",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:20},intelligence:{score:3},wisdom:{score:12},charisma:{score:1},hp:77,initiative:13,ac:23,fortitude:21,reflex:23,will:19,regeneration:null,auras:[],powers:[{id:"a773292d-ef70-4d19-b06c-b8b1bd1b1444",name:"Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a49732f7-287b-48b1-bdc4-d4882e80ccb3",name:"Flaying Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d8+5 damage, and the target takes 5 ongoing damage and takes a -2 penalty to attack rolls (save ends both).",damage:"3d8+5 damage",category:1},{id:"23682bec-af45-4a8f-8622-066774390031",name:"Impossible Bound",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flayed crawler can fly 10 squares. It must end its movement either on the ground or by clinging to a surface capable of supporting its weight by using its spider climb.",damage:"The flayed crawler can fly 10 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a89b1b11-5aca-47fa-b121-56f943991932",name:"Glistening Heap",details:"",size:2,origin:4,type:0,keywords:"blind, swarm, undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"4",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:13},intelligence:{score:1},wisdom:{score:18},charisma:{score:4},hp:138,initiative:6,ac:22,fortitude:24,reflex:20,will:23,regeneration:null,auras:[{id:"74ba18a3-96e4-477a-af52-3628e3b4a26e",name:"Flailing Viscera",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"dcd83719-a204-4d13-8e8a-ff50af0eab97",name:"Rotting Ropes",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6+3 necrotic damage, and ongoing 10 necrotic damage.",damage:"1d6+3 necrotic damage",category:1},{id:"c985d6db-c6c5-43f9-a667-dc0f086821a8",name:"Sickening Expulsion",action:{action:0,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"no action",range:"Close burst 1",attack:{bonus:10,defence:1},description:"",details:"2d6+7 necrotic damage, and the target takes a -2 penalty to all attack rolls (save ends).",damage:"2d6+7 necrotic damage",category:5},{id:"478146bf-c33d-4b4e-934e-69e7b46ee409",name:"Slithering Mass",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glistening heap shifts 1 square.",damage:"The glistening heap shifts 1 square",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"disease, gaze, poison",tactics:""},{id:"5d55709a-7170-4c04-9545-92ca403eeffa",name:"Hestavar Racing Drake",details:"",size:3,origin:3,type:1,keywords:"reptile",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +21",movement:"6, fly 12",alignment:"Unaligned",languages:"",skills:"Endurance +23",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:26},intelligence:{score:4},wisdom:{score:22},charisma:{score:12},hp:217,initiative:21,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"5dd16de3-8fc9-418b-bcb0-ac7e2bb4519e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 2",attack:{bonus:34,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"c45094a8-e571-4851-8e67-bc131609e8fb",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Hestavar racing drake flies 10 squares and makes one melee basic attack at any point during that movement. The drake doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:{bonus:26,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"10413163-7860-4e56-9ebd-a81f4aebd27a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 2",attack:null,description:"",details:"3d8 + 8 lightning damage and the target is dazed until the end of the racing drake’s next turn.",damage:"3d8 + 8 lightning damage and the target is dazed until the end of the racing drake’s next turn",category:1},{id:"ae546268-bbca-4e65-807b-a2524c4252d4",name:"Lightning Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when that power recharges"},keywords:"Mount, Teleportation",condition:"consumes a use of lightning burst",range:"",attack:null,description:"",details:"The racing drake and the rider teleport 20 squares.",damage:"The racing drake and the rider teleport 20 squares",category:2}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e4567a36-6e69-45c9-8306-5607d7243fda",name:"Lasher Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:1},hp:80,initiative:5,ac:23,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"7163a15a-4fa3-4ab4-bbf6-de33c94accd1",name:"Viscera Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is pulled 1 square and grabbed.",damage:"1d8+5 damage",category:1},{id:"3b8d87b6-0e85-45d6-a086-0a43510589f1",name:"Burrowing Entrails",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Grabbed target only; 1d6+5 damage.",damage:"1d6+5 damage",category:3},{id:"c3426d17-83bd-431e-a28d-ea1d6b129e23",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The lasher zombie can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b6e36cba-9a0e-4be3-ba94-2962aefbf752",name:"Mistress Ferranifer",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 6",alignment:"Chaotic evil",languages:"Common",skills:"Acrobatics +20, Arcana +17, Athletics +14, Bluff +21, Intimidate +21, Religion +17, Stealth +20",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:22},intelligence:{score:17},wisdom:{score:19},charisma:{score:24},hp:336,initiative:15,ac:34,fortitude:28,reflex:32,will:33,regeneration:{value:10,details:"regeneration does not function while Ferranifer is exposed to direct sunlight"},auras:[],powers:[{id:"caf29f00-cd79-4601-a2c3-ae2c6dfc6a17",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+6 necrotic damage, and the target is dazed (save ends).",damage:"2d6+6 necrotic damage",category:1},{id:"f656b2fc-2192-406d-b333-2e40cc941aac",name:"Foul Dart",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"(Mistress Ferranifer makes two attacks against two different targets)2d6+7 force and necrotic damage per attack.",damage:"(mistress ferranifer makes two attacks against two different targets)2d6+7 force and necrotic damage per attack",category:1},{id:"d51bb4c6-b669-4f5e-827d-728c9b81ef3d",name:"Blackfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"on a hit, the target loses 1 healing surge and gains the “engulfed in midnight flames” condition (save ends). While engulfed, any creature that starts its turn in a space adjacent to the target takes 5 cold and 5 necrotic damage. First Failed Saving Throw: The target gains the “engulfed in midnight flames” condition (save ends) and cannot spend healing surges until it takes a short rest. Second Failed Saving Throw: The target gains the “engulfed in midnight flames” condition (save ends) and cannot spend healing surges until it takes an extended rest.",damage:"any creature that starts its turn in a space adjacent to the target takes 5 cold and 5 necrotic damage",category:3},{id:"96ff5003-2434-4c50-ad6e-59430a71b854",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:20,defence:1},description:"",details:"2d12+6 damage, and the target is weakened (save ends), and Mistress Ferranifer regains 84 hit points.",damage:"2d12+6 damage",category:1},{id:"c142dfc3-2eaa-455e-abae-1979eec8d5b1",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target is dominated (save ends with a -2 penalty to the saving throw). Ferranifer can dominate one creature at a time.",damage:"the target is dominated (save ends with a -2 penalty to the saving throw)",category:3},{id:"3819c37a-c5aa-4ecb-8e56-6c586356ee9d",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Ferranifer becomes insubstantial and gains a fly speed of 12, but she cannot make attacks. She can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Ferranifer becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5b2a4591-ab63-4803-ba34-72afd012b03d",name:"Moilian Dead",details:"",size:2,origin:5,type:2,keywords:"cold, undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:15},intelligence:{score:7},wisdom:{score:20},charisma:{score:6},hp:128,initiative:14,ac:29,fortitude:31,reflex:25,will:28,regeneration:{value:10,details:"if the Moilian dead takes fire or radiant damage, regeneration does not function until the end of its next turn"},auras:[{id:"18ec1ab4-913c-4183-8ff7-f6c1622891bc",name:"Frost",keywords:"",details:"(Cold) aura 5; living creatures that start their turns within the aura take 5 cold damage and grant the Moilian dead combat advantage until the start of their next turns."}],powers:[{id:"342d9c97-e56d-4d9b-b78d-676ccbde1c90",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"9eb9c3e6-c7a1-48d5-beba-53575153a500",name:"Stirrings of Unlife",action:{action:4,trigger:"when a living creature moves to within 5 squares of the moilian dead",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:17,defence:1},description:"",details:"living creatures only; 1d6+7 necrotic damage. If Moilian dead is currently prone, as a free action it stands and makes a charge attack against the nearest enemy.",damage:"1d6+7 necrotic damage",category:5},{id:"b98ca120-6bfe-4e91-933b-d0ae0763d659",name:"Crawling Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Moilian dead falls prone and gains a +4 bonus to AC and all defenses until the start of its next turn or until it makes an attack.",damage:"The Moilian dead falls prone and gains a +4 bonus to AC and all defenses until the start of its next turn or until it makes an attack",category:1},{id:"f970e114-be59-4216-8571-6344a63fbc98",name:"Combat Advantage",action:null,keywords:"Cold, Necrotic",condition:"encounter",range:"",attack:null,description:"",details:"A Moilian dead’s slam attacks deal 2d6 extra cold and necrotic damage to targets it has combat advantage against.",damage:"a moilian dead’s slam attacks deal 2d6 extra cold and necrotic damage to targets it has combat advantage against",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-15},{type:3,value:10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3d8f585-5a65-4788-8426-69bb7925b5d8",name:"Plague Fogger",details:"",size:2,origin:4,type:0,keywords:"undead",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:118,initiative:5,ac:21,fortitude:23,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"2bdcc973-f088-4883-8475-88355f699eae",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"100d45de-475d-450e-bb73-31338c9e36aa",name:"Plague Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target takes ongoing 5 poison damage and takes a -2 penalty to Fortitude (save ends both).",damage:"1d8+5 damage",category:1},{id:"12d7a2f8-16b7-4e7f-ae53-9326892f52f0",name:"Pestilential Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"1d8+5 poison damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 poison damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"708a572e-8123-4165-a445-ee62dd3d56a9",name:"Shadow Watcher",details:"",size:0,origin:5,type:0,keywords:"undead",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"4, fly 6 (hover), overland flight 8",alignment:"Evil",languages:"",skills:"Stealth +18",equipment:"",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:23},intelligence:{score:8},wisdom:{score:19},charisma:{score:14},hp:104,initiative:17,ac:29,fortitude:23,reflex:27,will:25,regeneration:null,auras:[{id:"07c0d365-6b67-40d6-899c-a0a678fdd626",name:"Gloaming",keywords:"",details:"aura 2; bright light in the aura is instead dim light, and dim light in the aura is dark."}],powers:[{id:"ebe31659-8896-4be9-90b6-01cc70019aa7",name:"Shadow Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 0; 1d6+6 necrotic damage, and the target gains vulnerable 10 necrotic (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"d6da8722-b315-4a52-9a4a-e5741fe2767c",name:"Shadow Plunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when it hits with shadow talons"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"The shadow watcher flies 6 squares and makes an attack at any point during that movement: targets creatures with vulnerable necrotic; on a hit, the shadow watcher enters the target’s space without provoking an opportunity attack and perches on the target’s shoulder. The target is dominated and takes ongoing 15 necrotic damage (save ends both). While the target is dominated, the shadow watcher gains insubstantial, but cannot take standard, move, or minor actions (see also invisible at rest). Aftereffect: The shadow watcher exits the creature’s space into any unoccupied adjacent space.",damage:"the target is dominated and takes ongoing 15 necrotic damage (save ends both)",category:1},{id:"395d495d-cf7b-48c8-85e1-1629a8cc4916",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadow watcher’s shadow talons attack deals 2d6 extra necrotic damage to targets it has combat advantage against.",damage:"the shadow watcher’s shadow talons attack deals 2d6 extra necrotic damage to targets it has combat advantage against",category:0},{id:"c77c2131-0aab-4441-abdf-633cf2aeaf13",name:"Invisible at Rest",action:{action:7,trigger:"when the shadow watcher does not move on its turn",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The shadow watcher becomes invisible until the start of its next turn.",damage:"",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9c21f811-af64-4cfa-bb3b-12c9aeb1a806",name:"Shadowguard",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"7",alignment:"Evil",languages:"understands Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:16},intelligence:{score:11},wisdom:{score:21},charisma:{score:14},hp:165,initiative:13,ac:32,fortitude:31,reflex:27,will:29,regeneration:null,auras:[{id:"15958662-676b-4e3f-8368-d68313d6a80b",name:"Devourer’s Presence",keywords:"",details:"(Cold) aura 1; enemies that start their turns inside the shadowguard’s aura are slowed until the start of their next turns."}],powers:[{id:"22c3f8d1-d13c-4e52-a475-b75a85e955de",name:"Shadowblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"1d8+7 necrotic damage plus 1d8 cold damage, and the target is marked until the end of the shadowguard’s next turn.",damage:"1d8+7 necrotic damage plus 1d8 cold damage",category:1},{id:"e03149eb-6256-4623-978e-70aa10f8d7a4",name:"Shadow Doom",action:{action:4,trigger:"when a creature the shadowguard marks moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:22,defence:3},description:"",details:"the target slides 1 square, and gains vulnerable 5 cold and vulnerable 5 necrotic (save ends both).",damage:"the target slides 1 square",category:5},{id:"f4c3989e-6a9d-47f9-872c-0f38f4cc7bd8",name:"Vision of Darkness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close blast 5",attack:{bonus:20,defence:3},description:"",details:"the shadowguard can exclude squares containing a marked target from this blast; the target is pushed 3 squares and is immobilized until the end of the shadowguard’s next turn. Miss: The target is pushed 3 squares.",damage:"the target is pushed 3 squares and is immobilized until the end of the shadowguard’s next turn",category:1},{id:"eae126fb-9dc7-43bb-b3b9-1d3758067e12",name:"Isolation’s Horror",action:null,keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadowguard’s shadowblade attack deals 5 extra cold and necrotic damage against targets it has marked and that have no allies adjacent to them.",damage:"the shadowguard’s shadowblade attack deals 5 extra cold and necrotic damage against targets it has marked and that have no allies adjacent to them",category:0}],damageModifiers:[{type:6,value:0},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d805249-9df0-47cc-be62-989870fb1a50",name:"Shambling Nexus",details:"",size:2,origin:4,type:0,keywords:"undead",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +5; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:10},intelligence:{score:3},wisdom:{score:13},charisma:{score:2},hp:89,initiative:4,ac:22,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"dd087c61-c1b4-4c7e-815d-d9e2dfd460e9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"70fd11c0-1cfa-4ea2-b0fa-20baaf157459",name:"Speed of the Dead",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One undead ally within 5 squares makes a basic attack with a +2 bonus or moves its speed +2 as a free action.",damage:"One undead ally within 5 squares makes a basic attack with a +2 bonus or moves its speed +2 as a free action",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cdd0fe70-d1a8-4aee-aec6-158ad4ef47f6",name:"Slavering Maw",details:"",size:3,origin:4,type:0,keywords:"undead",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:8},intelligence:{score:1},wisdom:{score:8},charisma:{score:2},hp:282,initiative:4,ac:25,fortitude:25,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"2448bff9-2820-4a0b-9ed6-3eb890cf13ad",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d6+5 damage and the target is pushed 2 squares.",damage:"3d6+5 damage and the target is pushed 2 squares",category:1},{id:"eac1184a-9db4-417d-93e9-5a3fdb1ad91e",name:"Fork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage, and the target is grabbed.",damage:"2d6+5 damage",category:1},{id:"5b939c85-0fa4-4c95-9835-438938f6aa37",name:"Hungering Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"grabbed target",range:"the target is swallowed and restrained (escape ends) and takes 10 necrotic damage when it starts its turn swallowed. A swallowed creature can make only melee or close attacks and has line of effect and line of sight only to the slavering maw. Acrobatics and Athletics checks to escape suffer a -5 penalty.",attack:{bonus:12,defence:1},description:"",details:"The slavering maw attempts to swallow a Medium or smaller creature it is grabbing",damage:"",category:1},{id:"a4ab5c6a-4560-42aa-8a96-2ced4841b58c",name:"Slavering Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slavering maw makes a cleaver and a fork attack against different targets.",damage:"",category:1},{id:"ebb69685-f0f0-440f-b095-310632a808bb",name:"Rupture",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Four charnel zombies appear in the slavering maw’s space. They take their turn immediately after the slavering maw is reduced to 0 hit points. Swallowed creatures are released into the nearest unoccupied square.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"892bf41a-ede3-490a-a7c2-6330daa05e54",name:"Zombie Grave Digger",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:3},hp:75,initiative:2,ac:17,fortitude:19,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"5487212a-e876-46fc-9a1f-ed43495adffd",name:"Shovel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"969b47a2-ddbd-430c-8583-b0428843f92e",name:"Dirt in the Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"the target is blinded and takes ongoing 5 necrotic damage (save ends both).",damage:"the target is blinded and takes ongoing 5 necrotic damage (save ends both)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"143c38e9-0309-45aa-a629-c40e4aa61d9f",name:"Firequench Wizard",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Any",languages:"Common, Primordial",skills:"Arcana +12",equipment:"dagger; implement, orb",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:10},intelligence:{score:19},wisdom:{score:16},charisma:{score:12},hp:71,initiative:3,ac:16,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"56b3930c-e7de-48be-96cc-a800da7b4a2b",name:"Icy Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4 damage plus 1d4 cold damage, and the target is immobilized until the end of the firequench wizard’s next turn.",damage:"1d4 damage plus 1d4 cold damage",category:1},{id:"a9ae557e-102e-44e3-bdf9-85ab1f543729",name:"Ray of Frost",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:1},description:"",details:"1d6+4 cold damage, and the target gains vulnerable 5 cold and is slowed, both until the end of the firequench wizard’s next turn.",damage:"1d6+4 cold damage",category:1},{id:"606fcc2f-0eb7-4b3d-a399-9931bda21bd2",name:"Douse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Implement",condition:"",range:"Area burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"1d6+4 damage, and the target is pushed 2 squares and knocked prone. The area is difficult terrain until the end of the firequench wizard’s next turn. Normal fire is extinguished within the area. Magical conjurations and zones of fire are extinguished if the firequench mage hits with the following attack: +10 vs. the Will of the creator of the conjuration or zone.",damage:"1d6+4 damage",category:1},{id:"f37b9201-73d1-4ba7-a9d5-e575808a2d1e",name:"Fireproof",action:{action:3,trigger:"",sustainAction:3,use:3,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"The firequench wizard gains resist fire 10 until the end of his or her next turn. Sustain Minor: The resist fire 5 continues until the end of the firequench wizard’s next turn.",damage:"The firequench wizard gains resist fire 10 until the end of his or her next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5d22f8b-035b-4e2b-b32a-97147f59d5eb",name:"Mordain the Fleshweaver",details:"",size:2,origin:0,type:2,keywords:"elf",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"8, teleport 5",alignment:"Evil",languages:"Common, Deep Speech, Elven, Goblin",skills:"Arcana +23, Dungeoneering +22, Insight +17, Nature +17",equipment:"",category:"",strength:{score:14},constitution:{score:23},dexterity:{score:17},intelligence:{score:27},wisdom:{score:14},charisma:{score:22},hp:338,initiative:13,ac:35,fortitude:33,reflex:35,will:33,regeneration:{value:15,details:"if Mordain takes cold and radiant damage, regeneration does not function until the end of his next turn"},auras:[],powers:[{id:"6adf4c65-cedd-4d03-bcfb-ccc342a9692f",name:"Stinging Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d8+2 damage, and the target is slowed and takes ongoing 10 damage (save ends both). If the target is already slowed, it is dazed instead.",damage:"2d8+2 damage",category:1},{id:"9150fb8a-3bb3-42dd-9ec0-6a56764d768f",name:"Unraveling Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"2d6+7 damage, Mordain pushes the target 1 square, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends).",damage:"2d6+7 damage",category:1},{id:"eba1926d-a444-4bc2-afa4-6ce16304ce6c",name:"Fleshweaver’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mordain makes two basic attacks.",damage:"",category:1},{id:"28dda465-bd18-4adf-9fdf-00700bb16a5f",name:"Burrowing Shard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:26,defence:1},description:"",details:"2d6 damage, and the target is immobilized and takes ongoing 15 damage (save ends both). Aftereffect: The target takes ongoing 5 damage and is slowed (save ends both).",damage:"2d6 damage",category:1},{id:"82552b4c-ae0c-4540-884f-f19ac1d8ba0b",name:"Unnatural Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Mordain’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls against Mordain (save ends).",damage:"The target takes a -2 penalty to attack rolls against Mordain (save ends)",category:1},{id:"c2dc5a03-6edd-47a3-89f0-5337f8e1b51c",name:"Xorlat Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Close burst 3",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 2d6 psychic damage, and the target is slowed (save ends). Effect: The area of the burst becomes a zone until the end of Mordain’s next turn. Any creature that starts its turn within the zone is subject to an attack; +24 vs. Will; 2d6 psychic damage, and the target is slowed (save ends). Sustain Minor: The zone persists.",damage:"2d6 psychic damage",category:1},{id:"05655dcf-14e4-4014-b683-b7a3e716d314",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mordain can alter his physical form to take on the appearance of any Small or Medium humanoid, including a unique individual.",damage:"",category:3},{id:"3cec59dd-f509-4623-84ac-0bba10fe4d66",name:"Fleshweaver’s Resurgence",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"when mordain is reduced to 0 hit points in a round in which he did not take cold and radiant damage",range:"",attack:null,description:"",details:"Mordain returns to life with 30 hit points at the start of his next turn.",damage:"Mordain returns to life with 30 hit points at the start of his next turn",category:1},{id:"6fb646cd-ee1d-42cf-9e1e-7aa84823459b",name:"Resistance to Scrying",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attempts to scry upon Mordain, his location, or objects in his possession fail as if the target of the attempt did not exist.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, polymorph",tactics:""},{id:"ae82c1ad-8429-4d4d-8b28-83218eb506a7",name:"Onster Glarrak",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:1,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +11, Diplomacy +11, Insight +8",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:8},intelligence:{score:15},wisdom:{score:12},charisma:{score:18},hp:92,initiative:3,ac:16,fortitude:16,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"eab114bf-0986-4bda-98ea-797e458a4a9c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+1 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+1 damage",category:1},{id:"547061b4-1c8e-486e-8c0b-e27c868ae531",name:"Spit Serpents",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+3 poison damage",category:1},{id:"4477a0ad-96d4-4cfc-9c88-030e0b2426a9",name:"Serpent Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"illusory snakes appear and attack the target; 2d6+4 psychic damage, and ongoing 5 psychic damage and the target is slowed (save ends both).",damage:"2d6+4 psychic damage",category:1},{id:"421c5efc-fe38-4ade-9e82-33506510d8bf",name:"Snake’s Quickness",action:null,keywords:"",condition:"",range:"Onster makes two basic attacks. If the first is a melee attack and it hits, Onster can shift 1 square.",attack:null,description:"",details:"",damage:"",category:0},{id:"d784a376-f82e-4ac4-8d56-fcd93e6d7845",name:"Writhe",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"usable when onster is hit by a melee attack",range:"Onster shifts 3 squares and takes half damage from melee and ranged attacks until the start of his next turn.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4371c86f-5561-4242-83cb-1a99271abebe",name:"Rathgar Malynd",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Primordial",skills:"History +14, Insight +12, Intimidate +15",equipment:"plate armor; triple-headed flail",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:12},intelligence:{score:16},wisdom:{score:12},charisma:{score:18},hp:240,initiative:9,ac:28,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"56fb4715-1513-4d3c-a507-306d082c125d",name:"Triple-Headed Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+8 damage, and the target is marked until the end of Rathgar’s next turn.",damage:"1d10+8 damage",category:1},{id:"5d0ae0d4-8995-48d2-800a-e1a7660d9390",name:"Spiked Shield",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d6+6 damage, and the target is pushed 2 squares.",damage:"1d6+6 damage",category:3},{id:"7a3cd85e-2656-4979-b698-8be3fcf7f597",name:"Fell Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"usable while wielding a triple-headed flail",range:"1d10+6 damage, and the target is pushed 2 squares. Rathgar can mark one of the targets he hits. If after being pushed the target is adjacent to one of Rathgar’s allies, that ally can make a basic melee attack against the target as an immediate reaction. On a hit, the ally’s basic melee attack deals 3 damage, and the target is knocked prone.",attack:{bonus:17,defence:0},description:"",details:"targets enemies Rathgar can see",damage:"",category:1},{id:"22a63ee4-13e8-42e9-8cf4-75b4856795c0",name:"Battle Hounds",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when a target marked by rathgar leaves a square adjacent to him",range:"",attack:null,description:"",details:"Rathgar or one of his allies can shift 2 squares.",damage:"Rathgar or one of his allies can shift 2 squares",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eddf74e6-1694-4760-8ee4-ca29746c5521",name:"Skelmur the Stalker",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:4,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"History +9, Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:18},intelligence:{score:10},wisdom:{score:8},charisma:{score:20},hp:99,initiative:12,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"e77f2ff5-7d77-4d6d-b621-cbaa72261be5",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d4+3 necrotic damage.",damage:"2d4+3 necrotic damage",category:1},{id:"15817145-660f-42b0-9488-391c491932cf",name:"Skelmur’s Eyes",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"(minor 1/round",range:"Ranged 5",attack:{bonus:12,defence:3},description:"",details:"1d6+3 psychic damage, and the target is immobilized until the end of Skelmur’s next turn. This attack doesn’t provoke opportunity attacks.",damage:"1d6+3 psychic damage",category:1},{id:"b04afc57-5aa4-417b-8460-8b3f3d7193f4",name:"Drowning Hands",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:"recharges after skelmur uses dematerialize"},keywords:"Necrotic",condition:"requires combat advantage",range:"",attack:{bonus:12,defence:1},description:"",details:"2d10+5 damage, ongoing 5 damage (save ends), and the target is dazed until the end of Skelmur’s next turn. Sustain Minor: Skelmur can only sustain the effect on a target he hit with the above attack or following attack during his last turn. When he sustains the power, he repeats the attack on the target, dealing 5 damage (10 to an immobilized target).",damage:"2d10+5 damage",category:1},{id:"21578098-18c9-4dd0-9ab6-69d95f05b2f2",name:"Dematerialize",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Skelmur reduces himself to a set of floating eyes, and he shifts 2 squares. He can make a Stealth check to hide if he has any sort of cover or concealment.",damage:"and he shifts 2 squares",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4d8180b3-592d-4d68-82c8-6bc76cff1bd4",name:"The Centurion",details:"",size:3,origin:3,type:2,keywords:"",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Common, Goblin, primordial, Supernal",skills:"Athletics +27, Intimidate +26, Religion +24",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:26},intelligence:{score:22},wisdom:{score:22},charisma:{score:26},hp:486,initiative:23,ac:44,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"dd1da976-38b6-447e-bcc3-eccc65dad7d4",name:"Ebon Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 3; 4d4+11 damage, plus the target is pushed 2 squares. Effect: The target is marked until the end of the Centurion’s next turn.",damage:"4d4+11 damage",category:1},{id:"f7df511e-7da5-4481-9159-d550422ba0e5",name:"Ebon Gladius",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 2d8+11 damage, plus the target is slowed. Effect: The target is marked until the end of the Centurion’s next turn.",damage:"2d8+11 damage",category:1},{id:"f262623f-4064-45da-8015-4dc40ba93fd3",name:"Ebon Spear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:31,defence:1},description:"",details:"4d4+11 damage, plus the target is pushed 2 squares. Effect: The spear instantly returns to the Centurion’s hand.",damage:"4d4+11 damage",category:1},{id:"c365f104-7fb4-4ca5-bd32-0c6b636d37bb",name:"Furious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"The Centurion makes an ebon spear attack (either melee or ranged) and an ebon gladius attack. Special: The Centurion can use this attack at the culmination of a charge.",attack:null,description:"",details:"",damage:"",category:1},{id:"efa80042-e9bf-46da-bc78-916c0024b08b",name:"Fearsome Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Fear",condition:"",range:"Close burst 2",attack:{bonus:29,defence:3},description:"",details:"the target immediately moves its speed away from the Centurion. The fleeing target avoids unsafe squares and difficult terrain if it can.",damage:"",category:3},{id:"41c6fe43-af1e-4268-8a05-c5402228fab6",name:"Positioning Style",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:31,defence:3},description:"",details:"targets one enemy in burst; slide the target 3 squares.",damage:"slide the target 3 squares",category:3},{id:"e52a969c-5aba-4302-bcff-01d8cd253201",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Centurion can make opportunity attacks against all enemies within its reach.",damage:"",category:0},{id:"564ca2d7-b99b-40a1-83c5-3b9c51f57028",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Centurion gains a +6 bonus to opportunity attacks. An enemy struck by his opportunity attack stops moving if a move provoked the attack. If it still has actions remaining, it can use them to resume moving. Any creature that is damaged by the Centurion takes ongoing 15 necrotic damage (save ends)",damage:"any creature that is damaged by the centurion takes ongoing 15 necrotic damage (save ends)",category:0}],damageModifiers:[{type:7,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"bb36b80a-bb8f-4108-a10a-15310b05cdc5",name:"The Imperator",details:"",size:3,origin:3,type:2,keywords:"",level:29,role:{type:3,flag:1,leader:!0},senses:"Perception +21; darkvision",movement:"7",alignment:"Evil",languages:"Common, Goblin, Primordial, Supernal",skills:"Athletics +29, Intimidate +27, Religion +27",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:26},wisdom:{score:25},charisma:{score:27},hp:536,initiative:22,ac:45,fortitude:44,reflex:41,will:42,regeneration:null,auras:[{id:"879e1372-6756-4316-a208-b10a6a440679",name:"Relentless Legion",keywords:"",details:"aura 5; allies who start their turn within the area gain 15 temporary hit points."}],powers:[{id:"d217f64c-6b72-4448-884e-3e42f89b39d7",name:"Ebon Cestus",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:33,defence:3},description:"",details:"Reach 2; 2d8+10 damage, plus the target is weakened until the end of the Imperator’s next turn.",damage:"2d8+10 damage",category:1},{id:"34c20601-d3e0-4e62-950b-1ea73093e56b",name:"Iron Fist",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Fear",condition:"",range:"Ranged 10",attack:{bonus:33,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target cannot use encounter or daily powers (save ends).",damage:"",category:3},{id:"0f677aab-5e3d-42cb-ae3a-fbae67b425a5",name:"Curse of Bane",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:31,defence:3},description:"",details:"2d6+10 psychic damage, and each target is immobilized (save ends).",damage:"2d6+10 psychic damage",category:1},{id:"66e95463-df79-41e2-b8ab-303e3e763547",name:"Blasphemy of Bane",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:31,defence:3},description:"",details:"4d6+5 psychic damage, and ongoing 10 psychic damage (save ends).",damage:"4d6+5 psychic damage",category:1},{id:"831b4c55-ceec-45e6-910f-d4e5e0b165cd",name:"Inspiring Leader",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"one ally in the burst can make an immediate basic melee attack against a target in its reach",attack:null,description:"",details:"for that attack, if the target is immobilized, and the ally gains a +10 bonus to damage rolls and deals a critical hit on a roll of 18–20.",damage:"and the ally gains a +10 bonus to damage rolls and deals a critical hit on a roll of 18–20",category:3},{id:"0649508a-d87a-48f0-8c5f-ee718a39d670",name:"Divine Inspiration",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gains a +10 bonus to damage rolls and deal a critical hit on a roll of 18–20, until the end of the Imperator’s next turn. (This bonus damage does not stack with inspiring leader.).",damage:"all allies in the burst gains a +10 bonus to damage rolls and deal a critical hit on a roll of 18–20",category:3},{id:"112ce131-b820-428f-8a0e-822de96aeaf8",name:"Vicious Harrier",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"If the Imperator and an ally are both adjacent to the same enemy, that enemy grants combat advantage to them even if they are not flanking.",damage:"",category:0}],damageModifiers:[{type:7,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"ed0399b1-db47-425b-8cbe-5c9da51c4754",name:"Alloces",details:"",size:2,origin:3,type:2,keywords:"devil",level:28,role:{type:3,flag:1,leader:!0},senses:"Perception +19; darkvision",movement:"7, climb 7, teleport 5",alignment:"Evil",languages:"Common, Supernal, Alloces can communicate telepathically with any creature he created, within line of sight or within 20 squares without line of sight",skills:"Bluff +27, Heal +24, Insight +24, Intimidate +27",equipment:"",category:"",strength:{score:22},constitution:{score:27},dexterity:{score:27},intelligence:{score:30},wisdom:{score:21},charisma:{score:27},hp:518,initiative:22,ac:42,fortitude:40,reflex:42,will:39,regeneration:null,auras:[{id:"db302c00-229a-4b6d-aade-43cb030e3246",name:"Infernal Goad",keywords:"",details:"aura 10; allies within the aura can choose to take 10 damage to reroll a saving throw that just failed. Each failed saving throw can be rerolled in this manner only once."},{id:"8899f653-5c3b-4eda-b178-4051661419ae",name:"Terrible Presence",keywords:"",details:"(Psychic) aura 3; enemies that start their turns within the aura or enter the aura take 15 psychic damage."}],powers:[{id:"292047d1-ffd4-4560-b26f-372cf3cc4c56",name:"Soulwood Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d12+6 damage, and the target si pushed 4 squares and slowed until the end of Alloces’s next turn.",damage:"3d12+6 damage",category:1},{id:"99a59edf-35de-4443-ac4c-eb5795f694c8",name:"Soul-Rending Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:3},description:"",details:"3d8+10 psychic damage, and the target makes an immediate basic attack against an ally within 6 squares of it as a free action.",damage:"3d8+10 psychic damage",category:1},{id:"0b0ce3a8-35f6-4b77-b544-1bf4cacafa87",name:"Horrid Transformation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Polymorph",condition:"",range:"Ranged 12",attack:{bonus:32,defence:1},description:"",details:"the target is dominated by Alloces (save ends). Alloces can have only one target dominated at a time.",damage:"",category:3},{id:"ac8f3776-eb09-49f7-a915-f581bfa562b7",name:"Infernal Inspiration",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(minor 1/turn",range:"Ranged 12",attack:null,description:"",details:"an ally can shift 1 square and make a basic attack against a target within range.",damage:"an ally can shift 1 square and make a basic attack against a target within range",category:1},{id:"5c181ed4-1cc4-468f-b94d-b30f734b3c16",name:"Flesh-Twister",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"Area burst 2 within 20",attack:{bonus:32,defence:1},description:"",details:"the targets are weakened, slowed, and take ongoing 10 damage (save ends all).",damage:"and take ongoing 10 damage (save ends all)",category:1},{id:"9dffc73f-faf0-428a-bf70-b8b44fdd1cf7",name:"Infernal Summons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Alloces summons a group of allies. Summoned allies roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as Alloces is alive. They remain until they are killed, dismissed by Alloces (free action), or the encounter ends. PCs do not earn experience points for killing these summoned creatures. Alloces chooses to summon one of the following groups of allies:",damage:"Summoned allies roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as Alloces is alive",category:1}],damageModifiers:[{type:3,value:-30},{type:7,value:-20}],resist:"",vulnerable:"",immune:"polymorph",tactics:""},{id:"ab905922-ec59-4e5f-8505-7911197d0e35",name:"Carpet of Flesh",details:"",size:5,origin:3,type:1,keywords:"living construct, ooze",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +12; blindsight 20, tremorsense 20",movement:"2",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:17},intelligence:{score:3},wisdom:{score:20},charisma:{score:3},hp:302,initiative:10,ac:29,fortitude:29,reflex:23,will:27,regeneration:null,auras:[{id:"e7384acc-ac86-4047-9a7e-bd3021b0e8b0",name:"Caustic Humors",keywords:"",details:"(Acid) aura 0 (see viscous nature); any creature that starts its turn in the carpet’s space takes 10 acid damage."},{id:"ee73704e-d949-4871-ae77-b3efc849a92c",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"b2f199de-4dfb-4ef0-83f5-6138b916f2de",name:"Reaching Arms",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 2d8+6 damage, and the target is pulled 3 squares and grabbed until escape. If the target is within the carpet of flesh’s space, it slides 3 squares (instead of being pulled).",damage:"2d8+6 damage",category:1},{id:"4c8f5ae4-0376-4f87-af23-f2c83b1cfef3",name:"Crush",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A single grabbed target only; 2d8+6 damage, and the carpet sustains the grab.",damage:"2d8+6 damage",category:3},{id:"19a196ae-c72a-4f80-bf84-f9248e0d5a82",name:"Grasping Arms",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The carpet of flesh makes two reaching arm attacks.",damage:"",category:1},{id:"37a7e223-edc6-462c-b8a0-0634c79b0842",name:"Reeling Grab",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The carpet of flesh slides one adjacent, grabbed target into the nearest square within the carpet’s space.",damage:"",category:3},{id:"dbfd9935-96eb-46ac-bf23-ca9ce1b48268",name:"Chameleon",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A carpet of flesh can remain hidden with the Stealth skill even without cover or concealment.",damage:"",category:0},{id:"f745fa72-7f70-48a8-8e2d-3cd39085bc7c",name:"Mobile Grappler",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The carpet of flesh can move at full speed even when grabbing one or more foes without breaking the grab.",damage:"",category:0},{id:"dc3e563c-166d-4923-b15c-0ddeee5d2117",name:"Vicious Nature",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Other creatures can move through the carpet of flesh’s space, treating the squares it occupies as difficult terrain. A carpet of flesh threatens all squares it occupies.",damage:"",category:0}],damageModifiers:[],resist:"half damage from ranged and area attacks",vulnerable:"",immune:"fear",tactics:""},{id:"7270c3ee-143e-4c98-94cc-fbd7f944f61d",name:"Creeping Teeth",details:"",size:3,origin:3,type:1,keywords:"blind, living construct, ooze",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +7; blindsight 10, tremorsense 15",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:21},intelligence:{score:1},wisdom:{score:17},charisma:{score:1},hp:77,initiative:13,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"21b5de95-19ee-474e-bf31-c69c1ef4e1f8",name:"Toothy Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 damage (save ends).",damage:"1d8+3 damage",category:1},{id:"6ad4692a-e1c2-492c-8a54-c407a97e23bf",name:"Consume",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"The creeping teeth attacks one Medium or smaller target; (automatically hits creatures that the creeping teeth has combat advantage against) On a hit, the target is grabbed and pulled into the creeping teeth’s space; the target is dazed and takes ongoing 10 damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the creeping teeth. The creeping teeth can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 10 damage until it escapes the grab",category:1},{id:"0f88bfe6-cb37-4448-8dd6-1350f9c3bf8f",name:"Parting Shot",action:{action:4,trigger:"when a creature escapes the creeping teeth’s grab",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creeping teeth makes a toothy slam attack against the creature that just escaped its grab.",damage:"",category:5},{id:"c3b00ab2-a97d-4a7b-be88-e37da227d8af",name:"Creeping Skitter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creeping teeth shifts 3 squares and designates a single target within 6 squares; that target grants the creeping teeth combat advantage until the end of the creeping teeth’s next turn.",damage:"The creeping teeth shifts 3 squares and designates a single target within 6 squares",category:1},{id:"34d1a807-ce5e-4006-a29b-47d429b712e2",name:"Rain of Teeth",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creeping teeth shifts 6 squares, ignoring difficult terrain.",damage:"The creeping teeth shifts 6 squares",category:2}],damageModifiers:[],resist:"5 melee and ranged attacks",vulnerable:"",immune:"gaze",tactics:""},{id:"f3781a3c-2702-455f-af60-2a77775bd719",name:"Damned Choir",details:"A writhing, wailing mass of humanoid souls, bound together in space and given substance, damned choirs seek nothing more than the comfort of the living bodies they have lost and can never regain. How much of their attacks on mortal beings are driven by that urge, and how much by rage and madness, is unclear, but their burning need to slaughter all who cross their path is unmistakable.",size:3,origin:3,type:2,keywords:"living construct, swarm",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:21},intelligence:{score:7},wisdom:{score:11},charisma:{score:18},hp:114,initiative:12,ac:27,fortitude:22,reflex:25,will:22,regeneration:null,auras:[{id:"65310cc0-17aa-4cde-8f4b-6579d1b2934a",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."},{id:"7b40d8a2-668a-40d9-9ba3-d9710cba665f",name:"Swarm Attack",keywords:"",details:"aura 1; the damned choir makes a basic attack as a free action against each enemy that starts its turn within the aura."}],powers:[{id:"f560ed91-67bd-47de-b151-df0e331d2e51",name:"Damned Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"1d6+5 psychic damage, and if the target deals damage to any creature other than the damned choir before the start of the damned choir’s next turn, the target takes 5 psychic damage and ongoing 5 psychic damage (save ends).",damage:"1d6+5 psychic damage",category:1},{id:"8ab9c88e-1d1f-4c8c-ba6e-4c83ff0d8f08",name:"Screams of the Damned",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:1},description:"",details:"3d8+5 psychic damage.",damage:"3d8+5 psychic damage",category:1},{id:"6b191051-bec6-4c6b-a7c6-ecb969975b0d",name:"Shriek of the Damned",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"the target is immobilized.",damage:"",category:3}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"fear",tactics:""},{id:"8510ec16-8556-4ce2-bd16-2085cdde964e",name:"Hellfire Hound",details:"",size:2,origin:3,type:1,keywords:"living construct",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8 phasing (when not bloodied)",alignment:"Evil",languages:"Supernal",skills:"Athletics +17, Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:19},intelligence:{score:6},wisdom:{score:19},charisma:{score:13},hp:123,initiative:12,ac:28,fortitude:24,reflex:24,will:24,regeneration:null,auras:[{id:"57284738-b359-442d-9b70-156eb4cbe8b4",name:"Fiery Wrath",keywords:"",details:"(Fire) aura 3; creatures that start their turns in the aura gain vulnerable 5 fire until the end of their next turns; devils and other Nessian hounds are immune."}],powers:[{id:"30e7543f-9896-4aad-8034-6e7176cda20c",name:"Burning Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 when bloodied)1d8+6 damage, plus the target takes ongoing 5 fire damage and the target takes a -4 penalty to opportunity attacks (save ends both).",damage:"(+20 when bloodied)1d8+6 damage",category:1},{id:"93b1e41c-3e7a-4870-9a25-7a9ec724a8e7",name:"Burning Blood",action:{action:4,trigger:"when struck by a melee attack while bloodied",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"1d8+6 fire damage.",damage:"1d8+6 fire damage",category:5},{id:"2d828e70-90e2-4838-a6a8-e225cea99288",name:"Roar of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:17,defence:2},description:"",details:"(+18 when bloodied)3d8+6 fire damage and the hellfire hound gains a +4 bonus on opportunity attacks against the target (save ends).",damage:"(+18 when bloodied)3d8+6 fire damage and the hellfire hound gains a +4 bonus on opportunity attacks against the target (save ends)",category:1},{id:"6c01e2aa-60cf-49f0-b6aa-68e7241a1246",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound takes no penalties to attack rolls from concealment against bloodied targets.",damage:"",category:0},{id:"b9bd30d6-3524-4327-80ab-461df7eea35e",name:"Protective Discorporation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound ceases to be insubstantial and loses its phasing ability when it is bloodied.",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"insubstantial (when not bloodied)",vulnerable:"",immune:"fear",tactics:""},{id:"ba4a1dd4-2ece-4ef2-9b96-8daca091e40e",name:"Infernal Hound",details:"",size:3,origin:3,type:1,keywords:"living construct",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"10 phasing (when not bloodied)",alignment:"Evil",languages:"Supernal",skills:"Athletics +20, Intimidate +15, Stealth +18",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:21},intelligence:{score:6},wisdom:{score:21},charisma:{score:15},hp:157,initiative:15,ac:29,fortitude:29,reflex:28,will:28,regeneration:null,auras:[{id:"fe523d89-6a1e-47dc-832b-4070d67b116c",name:"Fiery Wrath",keywords:"",details:"(Fire) aura 3; creatures that start their turns in the aura gain vulnerable 5 fire until the end of their next turns; devils and other Nessian hounds are immune."}],powers:[{id:"9fb50879-a85b-4418-8684-2d6f8b3bbfed",name:"Hellish Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; (+24 when bloodied)1d10+7 fire and necrotic damage, plus the target takes ongoing 5 fire and necrotic damage and the infernal hound gains 10 temporary hit points whenever the target makes an attack that does not include the infernal hound as a target (save ends both).",damage:"(+24 when bloodied)1d10+7 fire and necrotic damage",category:1},{id:"c2894aae-dde9-4d48-bfcf-876c77a649a8",name:"Horrid Bay",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"usable only when not bloodied",range:"Close burst 3",attack:{bonus:19,defence:3},description:"",details:"targets enemies only; target is marked by the infernal hound (save ends).",damage:"",category:3},{id:"1cdeb4d1-2d9a-4243-bb47-b698a7af1947",name:"Deathly Howl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"only when bloodied",range:"Close blast 4",attack:{bonus:19,defence:1},description:"",details:"the target is immobilized and takes a -2 penalty to all saves (save ends both). First Failed Saving Throw: The target takes ongoing 10 fire and necrotic damage and takes a -2 penalty to all saves (save ends both). Second Failed Saving Throw: The target takes ongoing 15 fire and necrotic damage and the target deals 5 fire and necrotic damage to all adjacent creatures at the start of its turn (save ends both).",damage:"the target takes ongoing 10 fire and necrotic damage and takes a -2 penalty to all saves (save ends both)",category:1},{id:"14232dc8-d7a7-417b-ab72-5dfc3f8f0fc9",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound takes no penalties to attack rolls from concealment against bloodied targets.",damage:"",category:0},{id:"5cbd863d-4f87-4830-bf4e-0bceed95660a",name:"Protective Discorporation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound ceases to be insubstantial and loses its phasing ability when it is bloodied.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"insubstantial (when not bloodied)",vulnerable:"",immune:"fear",tactics:""},{id:"f243f1d6-54ba-4020-a341-3fa2642d0a49",name:"Machalos",details:"",size:3,origin:3,type:0,keywords:"devil",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Athletics +25, Intimidate +20",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:19},intelligence:{score:25},wisdom:{score:25},charisma:{score:16},hp:228,initiative:18,ac:40,fortitude:38,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"8c9f928d-baca-4285-b064-921b4cfb0e08",name:"Hellish Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and ongoing 10 fire damage and the target deals 5 fire damage to all adjacent creatures at the start of its turn (save ends both).",damage:"2d6+4 damage",category:1},{id:"337c166f-5903-4324-8f66-542d2ed085fc",name:"Tail Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 2d6+4 damage, and if the target attempts to move or shift away from Machalos before the end of Machalos’s next turn, Machalos can make a hellish trident attack against the target as an immediate interrupt.",damage:"2d6+4 damage",category:1},{id:"a4833b0e-8020-417b-93d5-e2e9b7398d96",name:"Back-Breaker",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; targets an enemy of Large size or smaller; 4d8+8 damage and the target is pushed 8 squares. If the target ends this forced movement in a square adjacent to another enemy, Machalos can immediately use the discard refuse power.",damage:"4d8+8 damage and the target is pushed 8 squares",category:1},{id:"881fd5fc-4cf4-4ae4-962a-7475b9468db0",name:"Wild Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Machalos makes a hellish trident and tail swipe attack.",damage:"",category:1},{id:"6ab147b4-0908-488d-b12c-e92425b700c6",name:"Discard Refuse",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only when back-breaker hits a target",range:"Ranged 8",attack:{bonus:31,defence:0},description:"",details:"targets a creature adjacent to the target of the back-breaker power; 4d8+4 damage and the target is knocked prone.",damage:"4d8+4 damage and the target is knocked prone",category:1}],damageModifiers:[{type:3,value:-20},{type:7,value:-20}],resist:"",vulnerable:"",immune:"disease, sleep",tactics:""},{id:"a7ff636d-85e4-43a2-939c-df357473290f",name:"Seraphic Golem",details:"",size:3,origin:3,type:0,keywords:"construct",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6, fly 9 (clumsy); can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:27},dexterity:{score:20},intelligence:{score:3},wisdom:{score:17},charisma:{score:3},hp:514,initiative:16,ac:34,fortitude:35,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"901f1c1e-fc1b-4a5a-a451-51aa1cb7f320",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; (+27 while bloodied)2d6+8 damage plus 2d8 radiant damage.",damage:"(+27 while bloodied)2d6+8 damage plus 2d8 radiant damage",category:1},{id:"551ad15d-e232-4068-9e1b-2153d508383c",name:"Wing Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; (+27 while bloodied)2d6+8 damage plus 2d8 radiant damage, and the seraphic golem slides the target 2 squares.",damage:"(+27 while bloodied)2d6+8 damage plus 2d8 radiant damage",category:1},{id:"d748d073-a3f4-44a1-b7ce-5ce0452588b1",name:"Seraphic Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"The golem makes a slam attack and a wing slap attack. If the golem hits the same creature with both attacks, the target is knocked prone.",damage:"",category:1},{id:"00d77566-1447-47e0-b167-01dd4c68375a",name:"Stomp",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Adjacent prone targets only; (+27 while bloodied)3d10+8 damage.",damage:"(+27 while bloodied)3d10+8 damage",category:3},{id:"d4aac7a4-5ebd-4a9b-b010-8d4addccfc80",name:"Vengeful Burst",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 2",attack:{bonus:23,defence:1},description:"",details:"2d10+8 radiant damage and the target is blinded until the end of the golem’s next turn.",damage:"2d10+8 radiant damage and the target is blinded until the end of the golem’s next turn",category:5},{id:"19c842dd-cb80-4182-9f50-7e251a15816e",name:"Radiant Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"The seraphic becomes insubstantial until the end of its turn and moves up to 12 squares, taking no penalties to movement for squeezing and can move through enemy spaces. When it enters any creature’s space, the golem makes a slam attack against that creature; on a hit, all of the slam attack’s damage is considered radiant damage. The golem must end its movement in an unoccupied space and can make only one slam attack against any target while using this ability.",damage:"all of the slam attack’s damage is considered radiant damage",category:1}],damageModifiers:[{type:2,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear, poison, sleep",tactics:""},{id:"3dfd4d05-cc42-4a3b-9259-e95b8c9d7797",name:"Sharn Hexshadow",details:"",size:3,origin:0,type:1,keywords:"",level:19,role:{type:6,flag:2,leader:!1},senses:"Perception +13",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Arcana +18, Insight +12, Religion +18",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:682,initiative:17,ac:35,fortitude:31,reflex:31,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"477483bb-8255-4efb-bc44-e9b1e3593b4d",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:3},{id:"87a1d2cb-2856-4d41-99c1-ff1ba562d480",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d6+6 damage, and the sharn shifts 2 squares after the attack.",damage:"3d6+6 damage",category:1},{id:"0fcb7a09-369b-4e83-8027-e79f0b6b9949",name:"Lightning Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"two attacks, each against different targets; 2d10+6 lightning damage.",damage:"2d10+6 lightning damage",category:1},{id:"2e65eb4f-1f2b-442f-a9e3-291b1637a691",name:"Hex Portal",action:{action:3,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 5",attack:null,description:"",details:"the sharn creates a hexagonal window of light that it can attack through as if it were in that portal’s space. As a minor action, it can move one portal 4 squares. Portals don’t block line of sight, line of effect, or enemy movement. A sharn can sustain up to three such portals at a time with a single minor action; it can close as many as it wishes with a free action.",damage:"it can move one portal 4 squares",category:3},{id:"0735408d-e765-4912-94cf-31e2e57c0d20",name:"Hex Step",action:{action:2,trigger:"when adjacent to a hex portal",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sharn teleports to any unoccupied square adjacent to a hex portal it created.",damage:"",category:5},{id:"3d1cf2c2-b7fb-404d-8d06-fc731f3f79ee",name:"Independent Action",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sharn makes two melee basic attacks. If a bite and claw hit the same target, that target is also dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"40f49f77-8bc8-4955-9a17-48fe2e1403ad",name:"Shadow Hex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Illusion",condition:"not usable when bloodied",range:"",attack:null,description:"",details:"The sharn creates a shadowy illusion of itself, which occupies a space exactly as though it were the sharn hexshadow. The sharn and its illusion are considered to both be the same creature, sharing the same hit point pool and the same abilities, and each one takes one of the sharn’s turns each round. When a sharn is bloodied, its illusion vanishes immediately.",damage:"",category:3},{id:"ae3fce17-78a0-43e2-a937-3d298627593d",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different consciousness. The sharn’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"99e9a4c9-f9e2-4464-885a-3923dd48d4c1",name:"Independent Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn automatically saves against the dazed and stunned conditions, and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification, polymorph",tactics:""},{id:"c527a95d-19e9-4d4e-9e4d-634d4eda2449",name:"Sharn Phaseblade",details:"",size:3,origin:0,type:1,keywords:"",level:16,role:{type:4,flag:2,leader:!1},senses:"Perception +12",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Arcana +18, Insight +12, Religion +18",equipment:"kukri",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:586,initiative:18,ac:30,fortitude:28,reflex:28,will:29,regeneration:{value:10,details:""},auras:[],powers:[{id:"a22796c4-642f-4cff-a85f-316093360ee0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"521ab43b-4df1-4979-bc35-976568956fd6",name:"Phaseblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+5 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 psychic damage",category:1},{id:"45c57834-5a62-40cd-8a71-44eebea3fca9",name:"Hex Portal",action:{action:3,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 5",attack:null,description:"",details:"the sharn creates a hexagonal window of light that it can attack through as if it were in that portal’s space. As a minor action, it can move one portal 4 squares. Portals don’t block line of sight, line of effect, or enemy movement. A sharn can maintain up to three such portals at a time with a single minor action; it can close as many as it wishes with a free action.",damage:"it can move one portal 4 squares",category:3},{id:"5b493107-27a3-4378-b3e3-eaf0a50eb617",name:"Independent Action",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sharn makes two melee basic attacks. If a phaseblade and a bite hit the same target, that target is also dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"411732f0-6fa7-4730-8b84-85c1451ec3f0",name:"Phase Distortion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sharn Phaseblade teleports 10 squares and gains insubstantial and phasing until the start of its next turn. Additionally, on its next turn the sharn Phaseblade gains a +3 bonus to attack rolls.",damage:"The sharn Phaseblade teleports 10 squares and gains insubstantial and phasing until the start of its next turn",category:1},{id:"fbb1a40c-ced6-48ea-818a-d944b30ee388",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different consciousness. The sharn’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"d1808fa5-2567-4650-9aa4-030d62dbf3e4",name:"Independent Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn automatically saves against the dazed and stunned conditions, and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification, polymorph",tactics:""},{id:"99dbbd4b-998e-4d00-bb62-ec642af392f4",name:"Sharn Symbiote",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +6; blindsight 10, tremorsense 10",movement:"6",alignment:"Unaligned",languages:"",skills:"Arcana +17, Insight +11, Religion +17",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:119,initiative:17,ac:29,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"1b777ae6-7200-455a-ba22-442470dabfff",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"248810cd-63ba-4fad-9f26-c0ce286575d4",name:"Seize Host",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"(+20 against immobilized creatures) ongoing 10 psychic damage (save ends) and the target is grabbed.",damage:"(+20 against immobilized creatures) ongoing 10 psychic damage (save ends) and the target is grabbed",category:1},{id:"edba437f-dd54-481a-a842-69208c309ba9",name:"Assimilate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"Targets a creature the sharn symbiote has grabbed; the target is dominated (save ends).",damage:"",category:1},{id:"476e85b5-c077-409b-b7ca-d903cce64da9",name:"Psychic Feast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"Targets the creature the sharn symbiote has grabbed; 3d8+9 psychic damage, and the sharn symbiote regains 10 hit points.",damage:"3d8+9 psychic damage",category:1},{id:"846bd4b0-30f2-4eaa-a577-6734b20d40a1",name:"Psychic Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:3},description:"",details:"the target is immobilized until the end of the sharn symbiote’s next turn.",damage:"",category:1},{id:"a7802219-7128-4737-b49c-254c7ad3942e",name:"Host Before Symbiote",action:{action:5,trigger:"when targeted by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires a grabbed creature; the attack that triggered this interrupt targets a creature the sharn symbiote has grabbed instead.",damage:"",category:5},{id:"e413ca88-e82f-4b56-980c-96ff2fb9fcd8",name:"Symbiotic Link",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a creature the sharn symbiote has grabbed is reduced to 0 hit points by either the psychic feast power or the ongoing damage from seize host, the creature gains the sharn symbiote graft, regains 10 hit points, and is dominated by the sharn symbiote (a condition that can be ended only by the Remove Affliction ritual).",damage:"if a creature the sharn symbiote has grabbed is reduced to 0 hit points by either the psychic feast power or the ongoing damage from seize host",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, petrification, polymorph",tactics:""},{id:"c68d284c-aad5-4b35-b9d2-a75d4ed8deb2",name:"Shrieking Steed",details:"",size:4,origin:3,type:1,keywords:"living construct, mount",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +23; all-around vision, darkvision",movement:"6",alignment:"Evil",languages:"Understands Common and Supernal",skills:"Acrobatics +23, Athletics +24, Endurance +23",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:24},intelligence:{score:5},wisdom:{score:24},charisma:{score:17},hp:160,initiative:20,ac:30,fortitude:29,reflex:28,will:28,regeneration:null,auras:[{id:"67bb8972-059a-45c2-931b-6189b4bd60ce",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"ebf6ea50-555d-41c0-9d92-1c665b800a39",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"6ec3abe9-3db6-49c1-af88-b9b4bddafffd",name:"Horrid Wail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Thunder",condition:"",range:"Close burst 3",attack:{bonus:26,defence:1},description:"",details:"4d8+8 psychic and thunder damage, and the target is dazed until the end of the steed’s next turn. The steed’s rider is immune.",damage:"4d8+8 psychic and thunder damage",category:1},{id:"5f8a00cf-7041-40d4-b883-5ea7091d9dd9",name:"Hellish Gate",action:{action:3,trigger:"when mounted by a friendly rider of 16th level or higher",sustainAction:0,use:0,recharge:""},keywords:"Mount, Teleportation",condition:"",range:"",attack:null,description:"",details:"The steed and its rider teleport 5 squares.",damage:"The steed and its rider teleport 5 squares",category:5},{id:"d5ff391e-85e5-491a-99ca-f0fb1eaade1d",name:"Tandem Mount",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"when mounted by a friendly rider of 16th level or higher",range:"",attack:null,description:"",details:"When the steed’s rider spends an action point to gain an extra action, the steed can also take an extra move action.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e8dfa9c9-8995-4ea8-a313-f960ec02d6c6",name:"Soulstuff Hound",details:"",size:2,origin:3,type:1,keywords:"living construct",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"8 phasing (when not bloodied)",alignment:"Evil",languages:"Supernal",skills:"Athletics +14, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:17},intelligence:{score:6},wisdom:{score:17},charisma:{score:13},hp:89,initiative:9,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"e10df47a-9488-401a-9642-4af3b500db3e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+16 when bloodied)1d8+2 damage, plus the target is slowed and takes ongoing 5 damage (save ends both).",damage:"(+16 when bloodied)1d8+2 damage",category:1},{id:"cf6de987-cee1-49ed-89e6-df4123779d41",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound takes no penalties to attack rolls from concealment against bloodied targets.",damage:"",category:0},{id:"ebc78938-3131-4463-bc14-2b2208fdaa4b",name:"Cloak of Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hound’s peculiar flesh seems to blend and ripple in the light. The hound is considered to have concealment in any area of bright illumination.",damage:"",category:0},{id:"cfb9a82e-dcf2-4d27-9066-bbcff695172f",name:"Protective Discorporation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound ceases to be insubstantial and loses its phasing ability when it is bloodied.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial (when not bloodied)",vulnerable:"",immune:"fear",tactics:""},{id:"ae427d1b-c37d-4ecf-9b11-a48895cb960b",name:"Vile Host (Conjoined Form)",details:"",size:4,origin:3,type:2,keywords:"living construct",level:17,role:{type:7,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:660,initiative:14,ac:33,fortitude:30,reflex:26,will:29,regeneration:null,auras:[{id:"8d15037a-a77c-475d-923d-7128a133f624",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"ef7f5950-b865-4522-a6c0-a80f505d4ffe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the target cannot shift until the end of the vile host’s next turn.",damage:"2d8+7 damage",category:1},{id:"c2c04944-43f8-4a38-bfac-3b7653057aaa",name:"Soul-Shaking Stare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"(minor 1/turn",range:"Ranged 12",attack:{bonus:22,defence:3},description:"",details:"the target is dazed until the end of the vile host’s next turn.",damage:"",category:1},{id:"1456b5a0-4b80-4896-881d-714db80238fc",name:"Slam Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vile host (conjoined form) makes three slam attacks.",damage:"",category:1},{id:"bdc9c0fe-e1be-4083-bb96-5ba85b9bd35e",name:"Devastating Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 4d10+7 damage, and the target is pushed 6 squares and knocked prone.",damage:"4d10+7 damage",category:1},{id:"61af26a5-b2da-4159-984e-606c126d62a5",name:"Keep Back",action:{action:4,trigger:"when an enemy moves adjacent to the vile host",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 2 squares.",damage:"2d8+7 damage",category:5},{id:"5cf89acf-0a79-41cb-aa73-f40fe7c74dfd",name:"Sweeping Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:24,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"00dbe1a8-d194-4eae-9dbe-cbe1db94382d",name:"Bloodied Dissolution",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a vile host in conjoined form is reduced to 330 hit points or fewer, the vile host (conjoined form) is removed from play and is replaced by 5 other monsters: a vile host spirit shaker component, two vile host spirit shredder components, and two vile host spirit smasher components. The components appear in any unoccupied square anywhere in vile host’s original space, or within 4 squares of those spaces. The vile host components act on the same initiative count as the vile host (component form).",damage:"When a vile host in conjoined form is reduced to 330 hit points or fewer",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"996ba434-614c-4e29-b860-9168b6ab93f7",name:"Vile Host Churner Component",details:"",size:2,origin:3,type:2,keywords:"living construct",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:82,initiative:0,ac:31,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"b1b20617-3261-4b0f-8409-aedc67de399c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the vile host churner component shifts 2 squares.",damage:"2d8+7 damage",category:1},{id:"1e375f83-a3c3-4806-a189-36cb6d8e035a",name:"Keep Back",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 2 squares.",damage:"2d8+7 damage",category:1},{id:"e8210e80-d836-4132-831c-4aba0f2246bf",name:"Swirling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The vile host churner component can shift up to 4 squares before making its attack; 4d8+7 damage. The vile host churner can shift up to 4 squares after the attack is resolved.",damage:"4d8+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"7574a771-3948-4bfb-99d4-604bf03f4d99",name:"Vile Host Shaker Component",details:"",size:2,origin:3,type:2,keywords:"living construct",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:82,initiative:0,ac:31,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"d162d82f-dc9d-45cc-9dd1-ef5929b56fbd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"6c2cde89-f554-4bac-884b-9ea968e53d60",name:"Soul-Shaking Stare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"(standard",range:"Ranged 12",attack:{bonus:22,defence:3},description:"",details:"1d8+7 damage, and the target is dazed until the end of the vile host shaker’s next turn.",damage:"1d8+7 damage",category:1},{id:"058f4959-e01b-41d6-9efe-889b5143d5c3",name:"Earth-Shaking Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:22,defence:2},description:"",details:"1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"494db100-8e48-401b-a976-73c56e4e9fb3",name:"Rend Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:22,defence:2},description:"",details:"3d10+7 damage, and the area of the blast becomes difficult terrain.",damage:"3d10+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"b3422927-9020-433f-b27f-7554e68d2801",name:"Vile Host Smasher Component",details:"",size:2,origin:3,type:2,keywords:"living construct",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:82,initiative:0,ac:33,fortitude:30,reflex:28,will:29,regeneration:null,auras:[{id:"11b8bb5a-8dcb-44f4-b87a-2262ff9d60a7",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"16f9b6fe-ab5a-4f3e-b793-bc537192108b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target cannot shift until the end of the vile host smasher component’s next turn.",damage:"2d8+7 damage",category:1},{id:"804d9718-8f5a-492c-97e4-f6b7c295f21c",name:"Devastating Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"4d10+7 damage, and the target is pushed 3 squares, ignoring intervening terrain and falling prone.",damage:"4d10+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"47d8a6c3-1c86-416d-b971-62f847be98c7",name:"Azara Iceborn",details:"",size:2,origin:4,type:2,keywords:"cold; human",level:10,role:{type:0,flag:1,leader:!0},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Arcana +14, Intimidate +15",equipment:"",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:14},intelligence:{score:18},wisdom:{score:16},charisma:{score:21},hp:168,initiative:7,ac:24,fortitude:22,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"a6a24df1-4d05-4cc1-b72c-a78f9a4f0d8f",name:"Chill Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+4 cold damage, and the target cannot make opportunity attacks against Azara until the end of her next turn.",damage:"2d6+4 cold damage",category:1},{id:"4ab5c86d-555f-488d-b4e6-f3ba1e01c296",name:"Frosty Glare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"2d8+5 cold damage, and the target gains bulnerable 5 cold until the end of Azara’s next turn.",damage:"2d8+5 cold damage",category:1},{id:"4f030e2a-5e42-4ac6-ac78-6f2e3a5f7f62",name:"Fury of Winter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Azara makes two basic attacks.",damage:"",category:1},{id:"12fb1956-592c-4f41-a649-80faa1f1f92c",name:"Lash of the Long Night",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6+5 cold damage, and the target is slowed and is pushed 5 squares (save ends).",damage:"2d6+5 cold damage",category:1},{id:"81bba8ae-4a32-406b-a2ca-911de47fd372",name:"Ride the Bitter Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d6+5 cold damage, and the target is knocked prone. Azara and her allies within the area teleport to any square within the blast.",damage:"2d6+5 cold damage",category:1},{id:"2f0c4bac-1b4b-4f71-b130-b8a02683dc0b",name:"Gift of the Pale Prince",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation",condition:"when first bloodied",range:"",attack:null,description:"",details:"Azara recharges ride the bitter wind if she has expended it, and she uses it as a free action. If she has not expended it, she uses it immediately without expending it.",damage:"",category:1}],damageModifiers:[{type:2,value:-5}],resist:"if Azara takes cold damage and her next attack hits, one target of that attack takes an extra 5 cold damage.",vulnerable:"",immune:"",tactics:""},{id:"8838c764-617f-47a5-adf6-617a639c85f0",name:"Deva Catspaw",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:16},intelligence:{score:20},wisdom:{score:14},charisma:{score:22},hp:114,initiative:14,ac:29,fortitude:26,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"62842033-4eac-4343-86e5-45d4fca400d1",name:"Retractable Katar Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+3 damage (crit 15+1d6), and ongoing 5 damage (save ends).",damage:"2d6+3 damage (crit 15+1d6)",category:1},{id:"54a75839-6ce8-4949-b6aa-e5a24faa5c76",name:"Betrayer’s Lunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:{bonus:20,defence:0},description:"",details:"3d6+3 damage, ongoing 10 damage (save ends), and the target is knocked prone.",damage:"3d6+3 damage",category:1},{id:"0594a125-b2ae-4460-a20a-78531c59c704",name:"Kinslayer Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Radiant, Weapon",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d6+3 psychic and radiant, and ongoing 5 psychic and radiant damage (save ends).",damage:"and ongoing 5 psychic and radiant damage (save ends)",category:1},{id:"a551b8ea-26c3-4c65-ab6b-62349613af0b",name:"Faceless",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Illusion",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"the deva catspaw is hidden from the target until the deva catspaw attacks. Effect: The deva catspaw can shift 2 squares, including through enemy spaces, and is subject to no attacks for doing so.",damage:"The deva catspaw can shift 2 squares",category:1},{id:"dbfb2d02-6381-4e4f-abad-045b2c3848b5",name:"Killer’s Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the deva rolls a 19–20 on an attack roll against a target granting the deva combat advantage",range:"",attack:null,description:"",details:"If the attack hits, it is a critical hit.",damage:"",category:1}],damageModifiers:[{type:6,value:-12},{type:9,value:-12}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ee1d7fc-5f08-44e9-83c7-df72a30774f7",name:"Deva Disincarnate",details:"",size:2,origin:3,type:2,keywords:"undead",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +15; truesight 1",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Supernal",skills:"History +17, Insight +15",equipment:"",category:"",strength:{score:8},constitution:{score:18},dexterity:{score:14},intelligence:{score:20},wisdom:{score:21},charisma:{score:16},hp:160,initiative:10,ac:24,fortitude:23,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"749c5ebb-e4a6-4733-bb19-1445b6d5b304",name:"Disincarnate Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Radiant",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d4+5 psychic and radiant damage, and the target cannot make opportunity attacks against the deva disincarnate until the end of the deva disincarnate’s next turn.",damage:"2d4+5 psychic and radiant damage",category:1},{id:"b8ec1300-79d9-4a9a-8da5-ffef8cb54fe9",name:"Spirit Roots",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"1d8+5 lightning and radiant damage, and the target is slowed until the end of the deva disincarnate’s next turn.",damage:"1d8+5 lightning and radiant damage",category:1},{id:"8f6f30a8-a317-4430-8d9b-f4905449293b",name:"Disincarnate Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva disincarnate makes two basic attacks, or it shifts 3 squares and makes one basic attack before or after shifting.",damage:"or it shifts 3 squares and makes one basic attack before or after shifting",category:1},{id:"ba0b8c56-c78d-4417-8794-65a3a4ad36b6",name:"Psychic Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"targets enemies; 3d6+5 psychic damage, and the target is pushed 3 squares and knocked prone.",damage:"3d6+5 psychic damage",category:1},{id:"2dd3ba02-ea8c-4200-b3a8-1e4435b7b452",name:"Salient Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"or check",range:"",attack:null,description:"",details:"Add 1d6 to the triggering roll.",damage:"Add 1d6 to the triggering roll",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"95a5624b-3242-4c19-b361-767f50ec847d",name:"Deva Seer",details:"",size:2,origin:3,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +9, Insight +13, Religion +15",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:10},intelligence:{score:17},wisdom:{score:19},charisma:{score:16},hp:87,initiative:8,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[{id:"9a1c1fd5-813c-4ae2-bfbb-3fe1eacf7fa5",name:"Clarity Shared",keywords:"",details:"aura 5; each ally within the aura gains a +4 bonus to Perception and Insight checks."},{id:"1ffa438e-e2c1-4dbb-8f79-ccb197a9d251",name:"Convey Weakness",keywords:"",details:"aura 2; each ally within the aura who can hear the deva seer has combat advantage against enemies within the aura."}],powers:[{id:"674f97c8-74f1-4d70-a450-62984357678a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"(+15 on opportunity attacks)1d8 damage plus 1d8 radiant damage, and the target slides 2 squares.",damage:"(+15 on opportunity attacks)1d8 damage plus 1d8 radiant damage",category:1},{id:"359a3146-5d8f-46d3-b985-13ea7bbfa2cc",name:"Forced Detachment",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Melee or ranged 10",attack:{bonus:12,defence:3},description:"",details:"1d8+4 psychic damage, and the target cannot take standard, immediate, or opportunity actions until the end of the deva seer’s next turn.",damage:"1d8+4 psychic damage",category:1},{id:"2f2d60da-3c8a-4369-aecd-5ac5d700e071",name:"Seer’s Trip",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires quarterstaff",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets the attacker (if possible); 1d8 damage, and the target is knocked prone. Effect: The seer can shift 1 square, and one ally that can see the seer can shift 1 square closer to the target.",damage:"1d8 damage",category:5},{id:"a4afdbdb-ce55-45cb-b26a-9c325e3c118e",name:"Resonant Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"or check",range:"",attack:null,description:"",details:"Add 1d6 to the triggering roll.",damage:"Add 1d6 to the triggering roll",category:1}],damageModifiers:[{type:6,value:-9},{type:9,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e565670e-d8c0-4519-98d0-261a9789b7df",name:"Mournwind",details:"",size:2,origin:2,type:2,keywords:"undead",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +19; low-light vision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Common, Elven, Giant",skills:"History +23, Stealth +25",equipment:"",category:"",strength:{score:17},constitution:{score:25},dexterity:{score:26},intelligence:{score:18},wisdom:{score:15},charisma:{score:28},hp:315,initiative:22,ac:38,fortitude:35,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"7ca0ee47-8a29-4906-89ed-949dee025524",name:"Touch of Mourning",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"3d6+7 cold damage, and the target cannot make opportunity attacks against Mournwind until the end of her next turn.",damage:"3d6+7 cold damage",category:1},{id:"8d2c7282-e5d7-4686-bb89-18ae905f9fd2",name:"Hope Leech",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"2d6+8 psychic damage, and the target takes a -2 penalty to attack rolls and checks until the end of Mournwind’s next turn.",damage:"2d6+8 psychic damage",category:1},{id:"aa90966e-a75e-4e70-b6b3-430ebdd255be",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Mournwind makes two melee basic attacks. She can teleport 1 square before, between, and after each these attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"60e8f72b-7f5a-42af-9e1f-0e556ae12954",name:"Deadly Gale",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Mournwind shifts 8 squares, including through occupied spaces. She can make a melee basic attack as a free action against any enemy whose space she moves through.",attack:null,description:"",details:"",damage:"",category:1},{id:"8244896e-abc0-4042-a1a0-6ea6e5ea8786",name:"Cry of Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold, Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"targets enemies; whichever is lower; 3d6 + 9 psychic and cold damage, and target is pushed 3 squares, and is dazed and slowed (save ends both).",damage:"3d6 + 9 psychic and cold damage",category:1},{id:"983e8506-dc45-4561-9e56-32f88fc3378e",name:"Move as Wind",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges after mournwind uses deadly gale"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mournwind teleports 5 squares.",damage:"Mournwind teleports 5 squares",category:2}],damageModifiers:[{type:2,value:-15},{type:9,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6085145b-e74e-4535-9280-5c751de7be6d",name:"Mournwind Courtier",details:"",size:2,origin:2,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +19; low-light vision",movement:"fly 8 (hover), teleport 5",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Stealth +28",equipment:"",category:"",strength:{score:17},constitution:{score:25},dexterity:{score:26},intelligence:{score:18},wisdom:{score:8},charisma:{score:28},hp:1,initiative:25,ac:44,fortitude:41,reflex:42,will:43,regeneration:null,auras:[],powers:[{id:"8bc70c7e-fd1f-4063-8e2f-6791e19808e9",name:"Touch of Mourning",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:35,defence:2},description:"",details:"12 cold damage, and the target cannot make opportunity attacks against the courtier until the end of her next turn.",damage:"12 cold damage",category:1},{id:"3f5ed08e-7235-4bb8-b503-c1309a27e946",name:"Deadly Gale",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The courtier shifts 8 squares, including through occupied spaces. She can make a melee basic attack as a free action against any enemy whose space she moves through.",attack:null,description:"",details:"",damage:"",category:1},{id:"b6cc8526-c9c8-46f0-bd0e-f1fb7d35ec45",name:"Cry of Lament",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when sorrowsoul dies"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The courtier adds her voice to a cry of lament. If she is the second Sister of Lament to do so in a round, the chorus of lament (see below) goes off.",damage:"",category:1},{id:"adfac1b1-b1a8-4842-81d2-7ec98e9f6671",name:"Chorus of lament",action:null,keywords:"Cold, Psychic",condition:"",range:"Two close bursts 3, one centered on each Sister of Lament",attack:{bonus:34,defence:1},description:"",details:"targets enemies; 15 psychic and cold damage, and target is dazed (save ends).",damage:"15 psychic and cold damage",category:0},{id:"27aaddc8-c05a-4833-960b-5332b34d7d99",name:"Return to Mourning",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Mournwind courtier is dead at the start of her turn, but the Prince of Frost still lives, roll a d20. on a roll of 11 or higher, the courtier returns to life with 1 hit point in a space within 5 squares of the Prince of Frost, free of all conditions.",damage:"on a roll of 11 or higher",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold, disease, poison, radiant",tactics:""},{id:"978ba76d-ecfa-4f1e-b33e-eecf4d9e8da3",name:"Orc Alchemist",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Arcana +10, Nature +11",equipment:"club; leather armor",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:16},charisma:{score:8},hp:79,initiative:4,ac:21,fortitude:19,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"80c99240-4fd8-4f4a-ae85-ad4f9ae71457",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"2f429aad-f2ed-4485-b0eb-b7f1e41f99c1",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc raider makes a melee basic attack and regains 11 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"779b660b-cd9b-492e-afb0-5a058c208c9a",name:"Acid Jar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:11,defence:2},description:"",details:"1d10+4 acid damage, and each creature adjacent to the target takes 2 acid damage.",damage:"1d10+4 acid damage",category:1},{id:"87121a75-68cb-4f6d-9d2f-36bc91eb0b65",name:"Caustic Glue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:11,defence:2},description:"",details:"1d4+2 acid damage and is slowed (save ends).",damage:"1d4+2 acid damage and is slowed (save ends)",category:1},{id:"22169880-5ead-4eae-a757-2cdb9469c764",name:"Stink Bomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Close blast 3",attack:null,description:"",details:"The blast creates a zone that lasts until the end of the orc alchemist’s next turn. Creatures within the zone take a -2 penalty to attack rolls and to all defenses.",damage:"Creatures within the zone take a -2 penalty to attack rolls and to all defenses",category:1},{id:"6d5ad215-6033-4eed-85a2-d5605e28b8bc",name:"Alchemical Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The orc alchemist makes two attacks, choosing any combination of acid jar, caustic glue, and stink bomb.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"912f308d-3d45-472c-835d-a64f2377f8b8",name:"Orc Beastmaster",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:6,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Intimidate +11, Nature +8",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:79,initiative:7,ac:21,fortitude:20,reflex:18,will:19,regeneration:null,auras:[{id:"19f1d587-77b0-4423-904c-b77c5490646a",name:"Pack Frenzy",keywords:"",details:"aura 5; any ally within the aura gain a +2 bonus to damage rolls."}],powers:[{id:"885da9e9-07fc-4f7c-a5fd-ccbc293f7d0d",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"56cf3110-95cf-4526-8744-2e36b42d7d68",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc beastmaster makes a melee basic attack and regains 19 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"829c9033-28d3-435d-a816-718dc6d315dc",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc beastmaster deals 1d6 extra damage against any target granting combat advantage to it.",damage:"the orc beastmaster deals 1d6 extra damage against any target granting combat advantage to it",category:0},{id:"0d8a39a1-0f1b-4c69-aee3-4fdb82158651",name:"Release the Hounds",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each allied natural beast within 5 squares of the orc beastmaster can shift 1 square as a free action.",damage:"Each allied natural beast within 5 squares of the orc beastmaster can shift 1 square as a free action",category:3},{id:"7a8489d5-d111-4cf8-aca8-70d53e5acf9f",name:"Sick ’Em",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"An allied natural beast adjacent to the attacker can make a melee basic attack as a free action against the attacker. The orc beastmaster then shifts 1 square.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"510e8280-809d-41cf-aeaa-21da486eaf4f",name:"Orc Crescent Hurler",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +12, Endurance +13",equipment:"battleaxe",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:14},intelligence:{score:9},wisdom:{score:11},charisma:{score:8},hp:65,initiative:5,ac:19,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"f59bab9f-ba37-4ee7-b0fc-f8d2fbead2ca",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"e6850d22-a55b-424f-8e5b-351981005f19",name:"Chained Battleaxe",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5",attack:{bonus:14,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"ae2d8812-c28c-4215-bda4-039b5dc9265f",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc crescent hurler makes a melee basic attack and regains 16 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"ed5c14a9-510f-4164-b650-b3c127e30b04",name:"Outta My Face",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"the target is pushed 2 squares.",damage:"the target is pushed 2 squares",category:3},{id:"394e7d3e-b8a6-4ddb-9df7-960ad67e17b6",name:"Twin Crescents",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires battleaxe",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1c698b88-24cf-4eb7-bf09-1e5a625b828c",name:"Orc Darkblade",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Stealth +12",equipment:"falchion; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:9},wisdom:{score:12},charisma:{score:9},hp:56,initiative:11,ac:20,fortitude:18,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"2ac071c4-4fcf-4eb3-8a23-a1a6603d4166",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+3 damage (crit 2d4+11).",damage:"2d4+3 damage (crit 2d4+11)",category:1},{id:"54ca476f-ba10-4c68-8db1-f6ee79dfcf6b",name:"Bloodblind Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires falchion; 2d4 damage, and the target takes ongoing 5 poison damage and a -5 penalty to Perception checks (save ends both).",damage:"2d4 damage",category:1},{id:"7c7f0f24-abac-4fe0-a57b-9a04e9872148",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc darkblade makes a melee basic attack and regains 14 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"dee2d372-eb87-4625-9554-2f26a26fde87",name:"Cut from Behind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the orc darkblade attacks with combat advantage, the attack targets Reflex instead of AC.",damage:"",category:0},{id:"eaf848f8-9b5e-4c09-8c23-1218d2929e6f",name:"Elusive Target",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc darkblade swaps positions with a creature adjacent to it other than the triggering attacker. The darkblade gains superior cover against the triggering attack, and it gains combat advantage against the creature it swapped positions with until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"11cb6de5-d210-4211-bd03-f155764be2cc",name:"Orc Gruumsh-Sworn",details:"",size:2,origin:4,type:2,keywords:"orc",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5 (7 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +13, Religion +9",equipment:"battleaxe; scale armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:9},hp:90,initiative:5,ac:22,fortitude:23,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"ac6367f0-4085-4608-91b0-94485c2dd4ee",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"3ed1eb15-bc40-481f-8181-23f0697cbdc0",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc Gruumsh-sworn makes a melee basic attack and regains 22 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"fa21b9bc-2c09-439a-bdaa-b3ce3bbcb5b4",name:"Leg Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d10+6 damage, and the target is knocked prone.",damage:"1d10+6 damage",category:1},{id:"b4bd43f9-6325-4af3-8ce9-4167f3220af1",name:"Hamstring",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"1d10+6 damage, and the target is slowed (save ends).",damage:"1d10+6 damage",category:1},{id:"2792fdd0-f562-471a-acdf-3e91928a59fd",name:"Sickening Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:12,defence:1},description:"",details:"1d10+6 damage and the target is weakened (save ends).",damage:"1d10+6 damage and the target is weakened (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f48fd044-e393-453a-ad38-ec9e2b641639",name:"Orc Harrier",details:"",size:2,origin:4,type:2,keywords:"orc",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +9, Stealth +11",equipment:"leather armor; spear",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:63,initiative:8,ac:19,fortitude:17,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"08e49bc7-d479-49ae-a44f-dec551914c02",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"000e0007-0705-4641-9563-c598567acd7d",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc harrier makes a melee basic attack and regains 15 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"032ef1e3-8447-4cc6-abe8-2aa804fe5dda",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The orc harrier can move half its speed and make one melee basic attack at any point during that movement. The creature doesn’t provoke opportunity attacks while moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"8a73ff1e-8e7f-4f69-902a-ccf10bbcafdb",name:"Deft Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc harrier can use its move action to shift after it charges.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0deb7958-8777-4fcc-80ad-df60a5139875",name:"Orc Pyromaniac",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"leather armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:7},wisdom:{score:8},charisma:{score:10},hp:1,initiative:5,ac:18,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"27f6a29f-c562-42a2-92e0-2a1dda1013df",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"76507d12-4511-49c8-922b-a1473318f486",name:"Flaming Pitch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"requires flaming pitch bomb",range:"Ranged 5",attack:{bonus:11,defence:2},description:"",details:"5 fire damage.",damage:"5 fire damage",category:1},{id:"cbc5d30c-5836-448b-acbc-486d7892ccb6",name:"Explosive Charge",action:null,keywords:"",condition:"when reduced to 0 hit points and no enemy is adjacent to the orc pyromaniac",range:"The orc pyromaniac charges the nearest enemy it can charge and makes a melee basic attack that deals 5 extra fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd1b5239-eeb7-420a-8ed8-5906bd6b0ad7",name:"Orc Warlord",details:"",size:2,origin:4,type:2,keywords:"orc",level:10,role:{type:7,flag:1,leader:!0},senses:"Perception +6",movement:"5 (7 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +14, Intimidate +14",equipment:"double axe; scale armor",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:12},intelligence:{score:14},wisdom:{score:13},charisma:{score:19},hp:214,initiative:8,ac:25,fortitude:24,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"1476ccc0-330d-4f55-9a99-cbd11310ba50",name:"Double Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is marked until the end of the orc warlord’s next turn.",damage:"1d10+5 damage",category:1},{id:"428f5aba-6539-477b-bc1d-7c3781621b19",name:"Sweeping Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The orc warlord makes two double axe attacks. If the orc warlord hits the same target with both double axe attacks, that target is knocked prone.",damage:"",category:1},{id:"c2c601ea-5f69-4bd0-87f5-74da026a78c4",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc warlord makes a melee basic attack and regains 53 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"911e7892-1170-4801-98bf-351a06a2c742",name:"Inspire Bloodlust",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each orc ally within sight of the orc warlord recharges its warrior’s surge power.",damage:"",category:3},{id:"b507d7fe-9466-4c33-9754-6223b4062386",name:"Furious Onslaught",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares of the orc warlord can make a charge attack as a free action.",damage:"One ally within 10 squares of the orc warlord can make a charge attack as a free action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"106d3d33-06d9-4117-aff0-ddad85264806",name:"Pack of Hounds",details:"",size:2,origin:4,type:1,keywords:"swarm",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:10},charisma:{score:8},hp:72,initiative:7,ac:22,fortitude:19,reflex:17,will:18,regeneration:null,auras:[{id:"b07f18fa-21f1-4935-9179-e70f0b581eb2",name:"Harry",keywords:"",details:"aura 1; while an enemy grants combat advantage to the pack of hounds, any enemy that starts its turn within the aura is slowed until the end of its turn."}],powers:[{id:"ee31214e-0e6c-4473-bba9-b782a274a819",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"1e50f7ca-9f70-4680-a0ca-0e781b895fed",name:"Savage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets bloodied enemies; 2d8+5 damage.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"3929bc88-ef20-4934-929f-823a69609693",name:"Sorrowsoul Courtier",details:"",size:2,origin:2,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +19; low-light vision",movement:"fly 8 (hover), teleport 5",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Stealth +29",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:28},intelligence:{score:16},wisdom:{score:9},charisma:{score:25},hp:1,initiative:26,ac:46,fortitude:42,reflex:43,will:41,regeneration:null,auras:[],powers:[{id:"8249cbad-736e-44fc-8b13-d424762e17e6",name:"Mark of Sorrow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:35,defence:2},description:"",details:"12 cold damage, and the target is marked until the end of the courtier’s next turn.",damage:"12 cold damage",category:1},{id:"73ed97f1-6e64-4916-b03d-f5ec128719d2",name:"Chains of Lamentation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:34,defence:3},description:"",details:"targets enemies; 10 psychic damage, and target is slowed (save ends). If the courtier had the target marked, that target is immobilized instead (save ends).",damage:"10 psychic damage",category:1},{id:"39efbf81-ad23-4674-8be2-fb0df698fa5f",name:"Cry of Lament",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when mournwind dies"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The courtier adds her voice to a cry of lament. If she is the second Sister of Lament to do so in a round, the chorus of lament (see below) is triggered.",damage:"",category:1},{id:"6628ba12-75fa-4d1d-836a-e3bb6cc89032",name:"Chorus of Lament",action:null,keywords:"Cold, Psychic",condition:"",range:"Two close bursts 3, one centered on each Sister of Lament",attack:{bonus:34,defence:1},description:"",details:"targets enemies; 15 psychic and cold damage, and target is dazed (save ends).",damage:"15 psychic and cold damage",category:0},{id:"81689bd7-82de-4109-a646-51da23506a96",name:"Sorrow’s Resurgence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Soulsorrow courtier is dead at the start of her turn, but the Prince of Frost still lives, roll a d20. on a roll of 11 or higher, the courtier returns to life with 1 hit point in a space within 5 squares of the Prince of Frost, free of all conditions.",damage:"on a roll of 11 or higher",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold, disease, poison, radiant",tactics:""},{id:"08cfb274-b311-4c2a-9fe8-e6e0955a34c8",name:"Soulsorrow",details:"",size:2,origin:2,type:2,keywords:"undead",level:24,role:{type:7,flag:1,leader:!1},senses:"Perception +20; low-light vision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Arcana +20, Stealth +26",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:28},intelligence:{score:16},wisdom:{score:16},charisma:{score:25},hp:316,initiative:23,ac:40,fortitude:36,reflex:37,will:35,regeneration:null,auras:[{id:"73531e5c-08b0-4dc1-be03-dce82582b771",name:"Fell Attraction",keywords:"",details:"aura 5; an enemy that starts its turn within the aura is pulled 2 squares."}],powers:[{id:"a46e093f-5c84-435b-a006-3f8302c8832e",name:"Mark of Sorrow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"3d6+9 cold damage, and the target is marked until the end of Soulsorrow’s next turn. A target already marked by Soulsorrow is also slowed (save ends).",damage:"3d6+9 cold damage",category:1},{id:"79e9e34d-f0e5-4ed2-aa19-ca02f9b64e91",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Soulsorrow makes two mark of sorrow attacks.",damage:"",category:1},{id:"7b91e2da-42d4-417e-bb96-fa46b01ce3da",name:"Marked Torment",action:{action:5,trigger:"when the creature marked by soulsorrow makes an attack that does not include soulsorrow",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"Soulsorrow can teleport 10 squares and make an attack against the triggering target; reach 2; 1d10+7 psychic damage, and the target must make the attack against Soulsorrow.",damage:"1d10+7 psychic damage",category:5},{id:"835af6d3-bb31-4bca-b70b-a98cecc073ee",name:"Chains of Lamentation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d8+8 psychic damage, and target is immobilized (save ends).",damage:"2d8+8 psychic damage",category:1},{id:"6fca2eb8-5111-4f37-9d80-a1794526e1ba",name:"Cry of Longing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold, Psychic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 4d6+7 psychic and cold damage, and target is slowed (save ends) and pulled 4 squares.",damage:"4d6+7 psychic and cold damage",category:1}],damageModifiers:[{type:2,value:-15},{type:9,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0eb5dc63-229a-4ed4-9608-26e8674f2e41",name:"The Prince of Frost",details:"",size:2,origin:2,type:2,keywords:"cold",level:31,role:{type:3,flag:2,leader:!1},senses:"Perception +27; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"Arcana +27, Diplomacy +31, Insight +27, Intimidate +31",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:30},intelligence:{score:25},wisdom:{score:25},charisma:{score:33},hp:1124,initiative:25,ac:45,fortitude:42,reflex:43,will:44,regeneration:null,auras:[{id:"8c038737-7509-4e68-84c5-1f88a969a725",name:"Chill the Heart",keywords:"",details:"(Cold) aura 3: an enemy that enters or starts its turn within the aura gains vulnerable 10 cold. While the Prince of Frost is bloodied, this increases to vulnerable 15 cold."}],powers:[{id:"8509008e-9603-4be3-a1a7-0cab2b12febf",name:"Bitter Edge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"2d8+9 damage plus 2d8 cold damage, and the target takes a -2 penalty to all defenses until the end of the Prince of Frost’s next turn.",damage:"2d8+9 damage plus 2d8 cold damage",category:1},{id:"e9e81a2b-3cff-4cbf-bfee-06912936a238",name:"Ice Lance",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:34,defence:1},description:"",details:"2d10+10 cold damage, and ongoing 10 cold damage, and the target is immobilized until the end of the Prince of Frost’s next turn.",damage:"2d10+10 cold damage",category:1},{id:"7b7e3e6e-6449-489e-980f-55428b200527",name:"Prince’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"The Prince of Frost makes a melee basic attack against two different targets. While bloodied, he can target three creatures.",attack:null,description:"",details:"",damage:"",category:1},{id:"b45553e8-0f6f-4e37-8b31-eb54e41c173a",name:"Blood to Ice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:34,defence:1},description:"",details:"1d10+11 cold damage, and the target is slowed and is dazed (save ends both). First Failed Saving Throw: The target takes 15 cold damage and is stunned (save ends). Second Failed Saving Throw: The target turns to ice and is petrified (save ends).",damage:"1d10+11 cold damage",category:1},{id:"d4708816-085a-47b1-a9d3-5ab95ac0ecfb",name:"Grip of Winter",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Cold",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"Targets a creature taking ongoing cold damage; the target no longer takes ongoing cold damage and is dominated until the end of the Prince’s next turn. Aftereffect: The target is slowed (save ends).",damage:"targets a creature taking ongoing cold damage",category:3},{id:"b86bdceb-9c49-4231-9106-af419e1967ab",name:"Harrowing Winds",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no enemy is affected by this power"},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:34,defence:2},description:"",details:"3d10+11 cold damage, and ongoing 10 cold damage and the target is immobilized (save ends both). Aftereffect: Ongoing 5 cold damage, and the target is slowed (save ends both).",damage:"3d10+11 cold damage",category:3},{id:"76fa42ff-45b2-4377-8f0b-4a5f77c96279",name:"Curse the Flames",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"immediate reaction when an enemy within 10 squares makes an attack with the fire keyword",range:"",attack:null,description:"",details:"The Prince of Frost teleports 10 squares and makes a basic attack against the triggering target. If the prince hits, the target is also dazed (save ends).",damage:"The Prince of Frost teleports 10 squares and makes a basic attack against the triggering target",category:1},{id:"fedac404-2317-4168-96a2-91f518fc8a1d",name:"Blizzard Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Prince of Frost teleports 5 squares. Each enemy adjacent to the square that he leaves takes 5 cold damage and is slowed until the end of the prince’s next turn.",damage:"each enemy adjacent to the square that he leaves takes 5 cold damage and is slowed until the end of the prince’s next turn",category:2}],damageModifiers:[{type:2,value:-30},{type:9,value:-20},{type:3,value:15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb4383ea-c339-4325-bd15-351fb1899b02",name:"Alaria d’Orien",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +12",movement:"6 See also teleportation savant",alignment:"Unaligned",languages:"Common",skills:"Arcana +14, Endurance +10, Insight +12",equipment:"dagger",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:20},wisdom:{score:16},charisma:{score:13},hp:86,initiative:6,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[{id:"f247bc5c-f485-4cce-acaa-76e92baeed7a",name:"Dimension Leap",keywords:"",details:"(Teleportation) Alaria teleports 5 squares and gains a +2 bonus to all defenses until the start of its next turn."},{id:"ce9f5f09-7ac0-44bd-9da0-9713b339ff33",name:"Teleportation Savant",keywords:"",details:"Alaria gains a teleportation speed equal to her current speed until the end of her next turn."}],powers:[{id:"ef564550-5f26-4248-a814-0a9a96b586e1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"17fca00d-df38-4a33-898f-5f6ca02eca93",name:"Disrupting Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"2d6+6 force damage, and Alaria teleports the target 1 square.",damage:"2d6+6 force damage",category:1},{id:"c99fabcb-3d0e-411a-bbdf-d2c08d783edf",name:"Painful Jaunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"3d8+6 damage, and Alaria causes the target and one ally within range to swap positions.",damage:"3d8+6 damage",category:1},{id:"d693c78a-f420-47c2-a7ac-9cfa9122129d",name:"Temporal Disruption",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:3},description:"",details:"the target is dazed and slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c3c22c96-8dce-4de7-83f1-fd2bc3beb00f",name:"Anaxim Hound",details:"",size:3,origin:1,type:0,keywords:"construct",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:5},charisma:{score:16},hp:120,initiative:7,ac:21,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"267fcc3c-701c-4ae4-abe3-ce703aae3ba6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"094320df-dc3f-428b-a867-e62fdc26db35",name:"Burst of Spines",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 5",attack:{bonus:10,defence:2},description:"",details:"targets enemies; 1d6+5 lightning damage.",damage:"1d6+5 lightning damage",category:3}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a87c8dfb-07ec-46f0-bf4a-6315feadefba",name:"Anaxim Spark Lasher",details:"",size:2,origin:1,type:0,keywords:"construct",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 3",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:19},intelligence:{score:7},wisdom:{score:15},charisma:{score:10},hp:86,initiative:9,ac:23,fortitude:25,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"85878c09-c263-4111-82ed-9b96914c3ccc",name:"Discharge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d10+8 lightning damage.",damage:"1d10+8 lightning damage",category:1},{id:"5fbf62a1-fd75-4d21-96ee-6aedc7aa07a4",name:"Lightning Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"2d4+8 lightning damage.",damage:"2d4+8 lightning damage",category:1},{id:"8b3d855d-6bb6-4f01-af99-a80ad5ba7567",name:"Storm Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"2d4+8 lightning damage, and the target is weakened (save ends).",damage:"2d4+8 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f641322-a7a0-4403-b896-ced0e8b15241",name:"Brother Edgar",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +4",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +7, Religion +8",equipment:"morningstar; scale armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:10},intelligence:{score:12},wisdom:{score:15},charisma:{score:11},hp:62,initiative:2,ac:20,fortitude:19,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"2c7fc9bb-c743-45a3-8d84-61d9c10f0436",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the end of Edgar’s next turn.",damage:"1d10+4 damage",category:1},{id:"c1433e2a-46e0-4280-bbf8-bfa1602b0a9b",name:"Turn Undead",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"close burst 2",attack:{bonus:7,defence:3},description:"",details:"Targets undead; 2d10+2 radiant damage, the target is pushed 3 squares, and the target is immobilized until the end of Edgar’s next turn. Miss: Half damage, and the target is not pushed or immobilized.",damage:"2d10+2 radiant damage",category:1},{id:"420d0087-4701-4992-8ee9-efea7f2fbef9",name:"Ruby Glare",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"on a hit, the target slides 1 square and is weakened (save ends).",damage:"the target slides 1 square and is weakened (save ends)",category:3},{id:"3c56e99e-6807-426c-bb62-d264e8d803fe",name:"Painful Restoration",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"2/encounter",range:"",attack:null,description:"",details:"The target spends a healing surge, regains hit points equal to its surge value, and is weakened until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04ed03f4-b4f9-4eef-957d-188e1e9ca4b0",name:"Dalus d’Cannith",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +12",equipment:"implement, wand",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:12},hp:61,initiative:5,ac:19,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"3448e3ba-d4ff-4f84-a503-cc8c937c7cb6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"5dc3d8ba-b467-4458-81d8-56e59de309a2",name:"Wand Spark",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"2d4+8 damage.",damage:"2d4+8 damage",category:1},{id:"9e493b4d-8c9b-451b-b678-a8ba558b69ea",name:"Magewright’s Fiery Wand",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d4+4 fire damage, and each enemy adjacent to the target takes 4 fire damage.",damage:"1d4+4 fire damage",category:1},{id:"7b732d51-a8dd-41f3-a476-888b8f875271",name:"Alchemical Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"1d6+4 fire damage and ongoing 5 fire damage, and the target is knocked prone.",damage:"1d6+4 fire damage and ongoing 5 fire damage",category:1},{id:"6029b17f-75a6-460b-ade9-81ab02d4e4f7",name:"Lightning Sacrafice",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Area burst 2",attack:{bonus:12,defence:1},description:"",details:"4d6+4 lightning damage, and Dalus takes half that damage himself and teleports 5 squares.",damage:"4d6+4 lightning damage",category:5},{id:"e00f2ec7-2ae1-4b9a-a181-279a76bae3cf",name:"Elemental Affinity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creature can change the damage type of any one of his powers to one of the following: acid, cold, fire, lightning, or thunder. The change lasts until the end of the creature’s next turn.",damage:"the creature can change the damage type of any one of his powers to one of the following",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b1291d3-96d2-4415-8b30-6118f79562e0",name:"Eater of the Dead (Lesser)",details:"",size:2,origin:5,type:2,keywords:"human",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Intimidate +6, Stealth +8",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:11},dexterity:{score:14},intelligence:{score:8},wisdom:{score:9},charisma:{score:11},hp:41,initiative:3,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"7afed958-3aa3-4714-89b6-b63440945f13",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"97f63b2e-08c6-475e-8811-25b7aadf16a7",name:"Grisly Feast",action:{action:4,trigger:"when an adjacent eater of the dead hits with horrific bite",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The human carrion eater makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:5},{id:"901c8fac-b1fa-46f1-9251-a10055f52542",name:"Horrific Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"Requires combat advantage; target takes ongoing 5 damage (save ends).",damage:"target takes ongoing 5 damage (save ends)",category:3},{id:"d249cefe-01e9-42e7-85f5-4640bc0af6f3",name:"Unspeakable Hunger",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The human carrion eater gains a +2 bonus to attack rolls and damage rolls.",damage:"the human carrion eater gains a +2 bonus to attack rolls and damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5834d11-603e-49fd-9d72-a3b341d2b716",name:"Elkavar d’Deneith",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +13, Bluff +13, Intimidate +8",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:10},intelligence:{score:16},wisdom:{score:13},charisma:{score:16},hp:78,initiative:5,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"e096c7ef-a2a9-478b-be6f-0f1b30c4c8fa",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"96a88ca3-cc24-4a91-81f6-2865a0fc36cd",name:"Seize the Good Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+7 damage, and Elkavar shifts 3 squares to a space adjacent to the target.",damage:"2d8+7 damage",category:1},{id:"d85a09e5-27e4-4067-9642-e4699ba08576",name:"Shifting Tactician",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+7 damage, and Elkavar and up to two allies adjacent to the target can immediately shift up to 2 squares.",damage:"1d8+7 damage",category:1},{id:"43b25c39-cd67-4b9e-acd6-b82551177050",name:"Spot the Flaw",action:null,keywords:"",condition:"",range:"Allies making melee attacks against a target Elkavar is adjacent to gain a +3 bonus to damage rolls.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3a8b1fc-da5b-4357-99ae-c41c844329fc",name:"Ettin Spirit-Talker",details:"",size:3,origin:4,type:2,keywords:"giant",level:12,role:{type:3,flag:1,leader:!0},senses:"Perception +17",movement:"6",alignment:"Chaotic evil",languages:"Giant",skills:"Intimidate +10, Religion +12",equipment:"club; hide armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:23},charisma:{score:15},hp:252,initiative:6,ac:28,fortitude:27,reflex:21,will:26,regeneration:null,auras:[{id:"fe6a8032-74bb-41b3-8c5e-a9e5176409a8",name:"Demonic Frenzy",keywords:"",details:"aura 5; any bloodied ally within the aura gains a +1 bonus to attack rolls"}],powers:[{id:"6e24d21b-0297-4072-9b13-75c32e1cdfcf",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+7 damage, and the target is pushed 1 square.",damage:"1d8+7 damage",category:1},{id:"c72629a6-7b17-46cb-b7e8-6a349806b2f7",name:"Curse of Shattered Bone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the next time the spirit talker successfully hits the target with a melee attack, the attack is treated as a critical hit and deals an extra 1d12 damage. The curse lasts until the end of the ettin spirit talker’s next turn.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:1},{id:"8c66bbba-368f-43af-b1ea-3e045acb0dc0",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"The ettin spirit-talker initiates a howling chant to demonic spirits, filling the area with swirling spectral forms: close burst 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 necrotic damage, and the target slides 3 squares.",damage:"2d6+6 necrotic damage",category:1},{id:"5ef11929-3b85-4422-bb42-6884dd742661",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettin rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The ettin’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"dabdb78b-4c4a-4e2f-a374-f5852816fc96",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the ettin automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"33a82171-1378-44de-b19c-62c3e2f9a4b2",name:"Ghost of Graefmotte",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +8",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:12},intelligence:{score:10},wisdom:{score:9},charisma:{score:15},hp:74,initiative:7,ac:17,fortitude:17,reflex:16,will:17,regeneration:null,auras:[{id:"96fa8285-7cc0-4d39-a3ee-f51de3cbca69",name:"Murder’s Memory",keywords:"",details:"(Fear) aura 5; each enemy within the aura takes a -2 penalty to Will."}],powers:[{id:"36d28d54-1934-437d-802d-12cc157a9b4e",name:"Fearsome Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"1d4+2 necrotic damage, and the target slides 1 square.",damage:"1d4+2 necrotic damage",category:1},{id:"6d0151c4-f85b-427f-990d-08443d61413b",name:"Shared Nightmare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"Requires combat advantage; 2d4+2 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target is stunned instead of dazed (save ends). Second Failed Saving Throw: The target is unconscious instead of stunned (save ends). Aftereffect: The target is dazed until the end of the Ghost’s next turn.",damage:"2d4+2 psychic damage",category:1},{id:"846defa6-ab9b-45e8-ae0c-4a3db84bb918",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"The Ghost of Graefmotte’s melee attacks deal 2d6 extra necrotic damage to any target granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0},{id:"2ed8d641-279e-4ddb-bcfd-c4f795771be3",name:"Fleeting Ghost",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Ghost of Graefmotte shifts 3 squares.",damage:"The Ghost of Graefmotte shifts 3 squares",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b78b5b19-93bd-4a71-bc70-7b4f80d0dac4",name:"Gloom",details:"",size:3,origin:5,type:1,keywords:"mount",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7 (9 while charging)",alignment:"Unaligned",languages:"",skills:"Endurance +12",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:17},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:88,initiative:6,ac:20,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"7237259f-163e-4838-bff4-38e0ec248d84",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"76e16933-47cd-42ba-a421-513361b9d5ff",name:"Gloaming Gallop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"Gloom can move its speed and enter enemies’ spaces, and Gloom must end its move in an unoccupied space. When it enters an enemy’s space, Gloom makes an attack; 1d8+6 damage, and the target is blinded until the start of Gloom’s next turn.",damage:"1d8+6 damage",category:1},{id:"dae0fbba-1449-41c3-a35a-604acc0b026b",name:"Shadowy Steed",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher",range:"",attack:null,description:"",details:"Gloom grants its rider concealment.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2804e2d8-2a07-4af1-966c-454b47fc26d0",name:"Gnoll Scavenger",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:9},charisma:{score:6},hp:46,initiative:5,ac:19,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"5c1bc212-cdde-4e7d-a1d9-0915d3bf06a4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"edfda202-2148-495f-8cad-b3bc72cf300b",name:"Grisly Feast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Immobilized, stunned, or unconscious targets only; 2d8+4 damage, and ongoing 5 damage (save ends).",damage:"2d8+4 damage",category:1},{id:"3a99ed0c-7963-4a0e-bc22-1814a58ae791",name:"Ferocious Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The gnoll scavenger charges and makes the following attack instead of its basic attack; 1d8+4 damage, and the target is immobilized (save ends).",damage:"1d8+4 damage",category:1},{id:"3a252b91-1dee-4369-b779-b053828ad142",name:"Blood Fury",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The gnoll scavenger gains a +2 bonus to damage rolls.",damage:"the gnoll scavenger gains a +2 bonus to damage rolls",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"38149d68-d1ac-4535-8756-829dae7b783a",name:"Griefmote",details:"",size:0,origin:5,type:1,keywords:"undead",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"understands Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:5},constitution:{score:11},dexterity:{score:17},intelligence:{score:4},wisdom:{score:14},charisma:{score:8},hp:24,initiative:8,ac:16,fortitude:13,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"5aeaf52d-3541-4839-a573-39ff7b8e49dd",name:"Chilling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Reach 0; 1d6+3 necrotic damage, and the target is slowed until the end of its next turn.",damage:"1d6+3 necrotic damage",category:1},{id:"804eea0e-6333-4e5a-bf8d-465a73d19410",name:"Chill of the Grave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close burst 2",attack:{bonus:4,defence:1},description:"",details:"1d6+3 cold damage, and the target gains vulnerable 3 cold (save ends).",damage:"1d6+3 cold damage",category:1},{id:"23970214-117e-49cd-896c-667e1c5b5d55",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The griefmote becomes invisible until the end of its next turn or until it attacks.",damage:"",category:3}],damageModifiers:[{type:2,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6402045d-a198-433c-be66-8aa80c39bd2a",name:"Griefmote Cloud",details:"",size:2,origin:5,type:1,keywords:"swarm, undead",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"understands Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:5},constitution:{score:11},dexterity:{score:21},intelligence:{score:4},wisdom:{score:16},charisma:{score:11},hp:65,initiative:13,ac:22,fortitude:18,reflex:22,will:20,regeneration:null,auras:[{id:"efe08c24-c185-429a-b77f-a06f7b08a9dd",name:"Cold Spot ",keywords:"",details:"(cold) aura [[x]]; each enemy that starts its turn within the aura takes [[x]] cold damage"}],powers:[{id:"4a87fcf8-9b81-4508-a5bd-dcb2ff569011",name:"Chilling Assault",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"1d8+5 necrotic damage, and the target gains vulnerable 5 cold (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"4b668114-be76-40ab-bf57-a92762a95ce0",name:"Feast of Sorrows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:11,defence:1},description:"",details:"1d6+5 necrotic damage plus 1d8 cold damage, and the target gains vulnerable 5 necrotic (save ends).",damage:"1d6+5 necrotic damage plus 1d8 cold damage",category:1},{id:"9e2dda8f-4e81-48f9-bd8c-06062c7857c0",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The griefmote cloud becomes invisible until the end of its next turn or until it attacks.",damage:"",category:3}],damageModifiers:[{type:2,value:-10}],resist:"insubstantial",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"75e176e1-3efb-4dfa-bade-fcaa975825f9",name:"Lord Durven Graef",details:"",size:2,origin:5,type:2,keywords:"",level:8,role:{type:6,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Diplomacy +12, History +9, Insight +11, Intimidate +12, Nature +11",equipment:"graefling; heavy shield; plate armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:11},intelligence:{score:10},wisdom:{score:14},charisma:{score:16},hp:170,initiative:6,ac:22,fortitude:20,reflex:18,will:19,regeneration:{value:5,details:""},auras:[{id:"685d03d8-4729-4b62-aa76-a6a6d8cbed66",name:"Guarding Presence",keywords:"",details:"aura 1; each ally within the aura gains a +2 bonus to AC and Will."}],powers:[{id:"c3a2d672-0ae5-4e08-ad94-56bbeefe2959",name:"Graefling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage). Against bloodied targets, Durven can reroll any 1 on Graefling’s damage rolls.",damage:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage)",category:1},{id:"3e4d57dd-9db5-4575-9c23-c929bad45a7f",name:"Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while mounted",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and if Durven scores a critical with this attack, or makes this attack against a creature granting him combat advantage, the target is also knocked prone.",damage:"2d6+5 damage",category:1},{id:"7195cba8-a262-4b55-9d13-bb41636f2f57",name:"Grieving Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires graefling",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage), and each enemy adjacent to Durven takes 5 damage and grants combat advantage to him until the end of Durven’s next turn. Against bloodied targets, Durven can reroll any 1 on Graefling’s damage rolls.",damage:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage)",category:1},{id:"7b3238a0-ef6e-4200-80df-8aef564581c8",name:"Peerless Horseman",action:{action:4,trigger:"when durven’s mount is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Targets the enemy that triggered this attack; 1d6+5 damage, and the mount gains resist 10 for the triggering attack.",damage:"1d6+5 damage",category:5},{id:"c5acb1b7-d286-4aa6-b7df-938f32841b79",name:"Inspiring Cry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in the burst gains 10 temporary hit points and a +1 power bonus to attack rolls until the end of Durven’s next turn.",damage:"each ally in the burst gains 10 temporary hit points and a +1 power bonus to attack rolls until the end of Durven’s next turn",category:3},{id:"2bf74afb-3259-415c-8e28-11c78702c816",name:"Deadly Charge",action:null,keywords:"",condition:"while mounted",range:"",attack:null,description:"",details:"When making a charge attack, Durven deals 2d6 extra damage.",damage:"durven deals 2d6 extra damage",category:0},{id:"482bafa2-0863-4539-b068-5345b174bf44",name:"Mounted Combat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While Durven rides a creature, he gains access to any special mount abilities it confers to its rider, plus the creature can also make Athletics, Acrobatics, Endurance, or Stealth checks using Durven’s base skill check bonus rather than its own if Durven’s is higher.",damage:"",category:0},{id:"51c441ee-ad03-4d69-811d-f8bbb0fcdda0",name:"Immortal Curse",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Durven cannot die from natural causes and cannot be slain by mortal hands. If reduced to 0 hit points, he rises in his personal chambers with full hit points after 24 hours. Durven can be destroyed only if reduced to 0 hit points by a creature with the immortal origin.",damage:"he rises in his personal chambers with full hit points after 24 hours",category:0}],damageModifiers:[],resist:"",vulnerable:"radiant (if Durven takes radiant damage, his regeneration does not function on his next turn).",immune:"",tactics:""},{id:"9334fffd-8223-456a-beeb-ecea271aa4e0",name:"Martha and Guy",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +8, Insight +5, Stealth +9, Streetwise +8",equipment:"",category:"",strength:{score:8},constitution:{score:9},dexterity:{score:17},intelligence:{score:12},wisdom:{score:9},charisma:{score:14},hp:46,initiative:6,ac:17,fortitude:12,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ec448cf7-073a-484e-b4be-5d05b26a2cd5",name:"Cruel Knife",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d4+3 damage, and the target grants combat advantage to Martha and Guy until the start of its next turn.",damage:"2d4+3 damage",category:1},{id:"ccf6691d-2a1a-40e9-8efd-e353773f88d7",name:"Blood Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"while bloodied",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires cruel knife; 3d4+3 damage, and Martha or Guy (whichever one is attacking) can shift 2 squares as a free action.",damage:"3d4+3 damage",category:1},{id:"c88db927-f499-4560-b005-87f7e967ef2a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Martha and Guy’s melee attacks deal 1d6 extra damage to any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"984b2918-37fb-4cfc-a57b-b70059ef9225",name:"Adult Volcanic Dragon",details:"",size:3,origin:1,type:1,keywords:"dragon",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 8 (clumsy), overland flight 12, swim 8 (in lava only)",alignment:"Chaotic Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:18},wisdom:{score:23},charisma:{score:20},hp:322,initiative:11,ac:25,fortitude:26,reflex:24,will:25,regeneration:null,auras:[{id:"3b8e73d2-e382-4159-8027-57f6f2515a57",name:"Burning Fumes",keywords:"",details:"aura 2; enemies within the aura gain vulnerable 5 fire."}],powers:[{id:"bbf546da-5191-4734-b603-f1c8370827f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and ongoing 10 fire damage (save ends).",damage:"1d10+5 damage",category:1},{id:"4e6c887d-e1ca-4d8b-b0a6-70641fe5681b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 3d6+5 damage, and the target loses fire resistance until the end of the volcanic dragon’s next turn.",damage:"3d6+5 damage",category:1},{id:"98acda5d-1f1c-4647-bac1-9b1889dbed30",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The volcanic dragon makes a claw and bite attack or two claw attacks.",damage:"",category:1},{id:"f6b7acb8-136a-4263-acf5-3326f306cf72",name:"Growing Heat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 5. Sustain free: Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 10. Each round thereafter, the volcanic dragon can sustain it to maintain the size and damage of the aura.",damage:"each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage",category:1},{id:"0cffe2b3-85b2-4d32-af12-774529ede018",name:"Volcanic Catastrophe",action:{action:7,trigger:"when the volcanic dragon’s burning fumes is aura 10 at the start of its turn",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"burst 10; targets enemies; 3d10+5 fire damage and ongoing 5 fire damage (save ends). Effect: The burning fumes aura reverts to its original state and size (aura 2).",damage:"3d10+5 fire damage and ongoing 5 fire damage (save ends)",category:5},{id:"167073e3-77d5-435c-b572-9d6891365514",name:"Lava Vent",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"burst 1 within 10; the burst becomes a zone of lava. Any creature that moves into or starts its turn in the zone takes 5 fire damage.",damage:"any creature that moves into or starts its turn in the zone takes 5 fire damage",category:3},{id:"3f247d3a-f297-4ebe-8900-3b05201ef36e",name:"Fire Absorption",action:{action:7,trigger:"whenever the volcanic dragon is hit by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy in the dragon’s burning fumes aura takes 5 fire damage.",damage:"each enemy in the dragon’s burning fumes aura takes 5 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"460d60b1-e1a0-4d4a-bdec-1aa13d59df8c",name:"Aspect of Turaglas",details:"",size:4,origin:1,type:2,keywords:"blind, demon",level:24,role:{type:7,flag:1,leader:!1},senses:"Perception +19; blindsight 25",movement:"8, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Athletics +25",equipment:"",category:"",strength:{score:27},constitution:{score:28},dexterity:{score:22},intelligence:{score:10},wisdom:{score:25},charisma:{score:23},hp:456,initiative:20,ac:40,fortitude:37,reflex:33,will:36,regeneration:null,auras:[],powers:[{id:"a3028c0f-cfbd-4fd8-abd8-6d87209e43f9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 1d6+9 damage plus 2d6 acid damage.",damage:"1d6+9 damage plus 2d6 acid damage",category:1},{id:"9a1e4c80-d81b-415f-a5ff-cbb1cb5bb13a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 3; 1d4+9 damage, and the target is pulled 2 squares and grabbed. The aspect has two claws, and a claw grabbing a creature is unavailable for claw attacks.",damage:"1d4+9 damage",category:1},{id:"f15ed12c-0f7e-45cf-8138-636f6de21e71",name:"Mauling Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Turaglas makes a bite attack and two claw attacks.",damage:"",category:1},{id:"a393bd72-4090-41a1-a1be-fd93624dc81d",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage and 10 acid damage at the start of the aspect’s turn. The swallowed creature has line of sight and line of effect only to the aspect, and no creature has line of sight or line of effect to the target. The swallowed creature can make melee and close attacks only. If the aspect dies, the target is no longer swallowed and can escape as a move action, ending that action in a square formerly occupied by the aspect.",attack:{bonus:29,defence:1},description:"",details:"Targets a bloodied Huge or smaller creature grabbed by the aspect",damage:"",category:1},{id:"bed2f021-46c0-4e88-8467-0ea6fee3cc8c",name:"Intercepting Claw",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"immediate reaction when a creature moves or shifts adjacent to the aspect",range:"",attack:null,description:"",details:"The aspect of Turaglas makes a claw attack.",damage:"",category:1}],damageModifiers:[{type:1,value:-20}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"7d5d5ba0-dc41-4efc-b7a1-4c14b0fc1b0a",name:"Elder Volcanic Dragon",details:"",size:4,origin:1,type:1,keywords:"dragon",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"10, fly 10 (clumsy), overland flight 14, swim 10 (in lava only)",alignment:"Chaotic Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:18},wisdom:{score:23},charisma:{score:20},hp:428,initiative:15,ac:30,fortitude:31,reflex:29,will:30,regeneration:null,auras:[{id:"91661f23-5217-4ba7-93bf-6aa914ec5736",name:"Burning Fumes",keywords:"",details:"aura 2; enemies within the aura gain vulnerable 10 fire."}],powers:[{id:"366afa4f-075e-4ca8-82ee-18eef4e0e33a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+5 damage, and ongoing 10 fire damage (save ends).",damage:"2d10+5 damage",category:1},{id:"87c9ec60-d666-47ca-ad4a-d72484db9d87",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 3d8+7 damage, and the target loses fire resistance until the end of the volcanic dragon’s next turn.",damage:"3d8+7 damage",category:1},{id:"ccc1c10c-1e81-472a-81a6-5a82fb6bb00a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The volcanic dragon makes a claw and bite attack or two claw attacks.",damage:"",category:1},{id:"14ce6382-23cc-4aae-a0d3-f57bce1a436c",name:"Growing Heat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 5. Sustain free: Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 10. Each round thereafter, the volcanic dragon can sustain it to maintain the size and damage of the aura.",damage:"each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage",category:1},{id:"ed559f17-40b1-4119-b284-0790d2ffca7e",name:"Volcanic Catastrophe",action:{action:7,trigger:"when the volcanic dragon’s burning fumes is aura 10 at the start of its turn",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"burst 10; targets enemies; 4d10+7 fire damage and ongoing 10 fire damage (save ends). Effect: The burning fumes aura reverts to its original state and size (aura 2).",damage:"4d10+7 fire damage and ongoing 10 fire damage (save ends)",category:5},{id:"4a4335aa-064e-4f38-8b85-2e982d8c980d",name:"Lava Vent",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"burst 1 within 10; the burst becomes a zone of lava. Any creature that moves into or starts its turn in the zone takes 10 fire damage.",damage:"any creature that moves into or starts its turn in the zone takes 10 fire damage",category:3},{id:"b36ac86e-0f24-4827-b1be-60e99d9026a6",name:"Fire Absorption",action:{action:7,trigger:"whenever the volcanic dragon is hit by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy in the dragon’s burning fumes aura takes 5 fire damage.",damage:"each enemy in the dragon’s burning fumes aura takes 5 fire damage",category:5}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6ef73fdd-1a2f-453b-852b-3b264d8e7478",name:"Fell Taint Darter",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"1, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:12},charisma:{score:10},hp:17,initiative:5,ac:13,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"36e74dbe-6844-45ea-b6ef-2da030dd1f18",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"1b3b2217-c4c4-4555-9ebf-906ba25c39d6",name:"Mind Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:4,defence:3},description:"",details:"1d4+4 psychic damage, and the target is knocked prone. The fell taint darter must move at least 2 squares before using this attack, and it can continue moving its fly speed after the attack.",damage:"1d4+4 psychic damage",category:1},{id:"d175166d-6510-48e8-88e9-f5c5cac4f0f9",name:"Darter’s Dodge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fell taint darter has +4 to AC vs. opportunity attacks.",damage:"The fell taint darter has +4 to AC vs",category:0},{id:"bfbaff85-0283-4fc9-a080-756d0217e921",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint darter loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the Fell Taint Darter kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"f94645e4-f24a-4c20-bba0-2b470568b526",name:"Fell Taint Defiant",details:"",size:1,origin:0,type:1,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:13},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:32,initiative:5,ac:17,fortitude:15,reflex:14,will:16,regeneration:null,auras:[{id:"54454919-3a61-46f4-9a90-79fcaebbac28",name:"Disorientation",keywords:"",details:"aura 1; each enemy within the aura has a –4 penalty to all attack rolls against creatures other than a Fell Taint Defiant."}],powers:[{id:"9ee8c7f6-4806-45fd-b898-435b8f6663b9",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"2d6+3 psychic damage.",damage:"2d6+3 psychic damage",category:1},{id:"b6a3ae7b-cff0-43be-b9ce-b58b63589787",name:"Tendrils of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:8,defence:2},description:"",details:"2d6+3 psychic damage, and the target is knocked prone.",damage:"2d6+3 psychic damage",category:1},{id:"1f441042-124c-4000-bccf-d7820b3aeebe",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the Fell Taint Defiant loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the Fell Taint Defiant kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"6bae5cc5-cf4c-41f5-b2b9-c8cbc0ce3472",name:"Fell Taint Drone",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"1, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:1,initiative:5,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"85aa23c0-553b-4779-861d-811fb1ef6083",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"5 psychic damage.",damage:"5 psychic damage",category:1},{id:"cbc0a95f-544f-4bb5-a73d-93ca5e414015",name:"Incorporeal Form",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"The first time in an encounter that a fell taint drone would take damage, roll d20, on a 10+, the fell taint drone takes no damage.",damage:"the first time in an encounter that a fell taint drone would take damage",category:0},{id:"07230764-f815-437b-b432-a44ffd7d2ea3",name:"Drone Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the target takes 5 psychic damage and the fell taint drone gains 10 temporary hit points.",damage:"the target takes 5 psychic damage and the fell taint drone gains 10 temporary hit points",category:1}],damageModifiers:[],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"e7077cf2-0ec3-4dd3-bcbc-aec24b08ebf0",name:"Fell Taint Ripper",details:"",size:1,origin:0,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +6",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:12},intelligence:{score:4},wisdom:{score:14},charisma:{score:10},hp:46,initiative:3,ac:13,fortitude:13,reflex:12,will:16,regeneration:null,auras:[],powers:[{id:"9f8840ee-1f9b-4112-966c-824f48c9a3bd",name:"Tendrils of Pain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:3,defence:2},description:"",details:"2d6+3 psychic damage.",damage:"2d6+3 psychic damage",category:1},{id:"b60a5f38-57c5-4b6f-a647-9119a9c9aebe",name:"Tendrils of Misery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the fell taint ripper hits with an attack, it deals a cumulative +1d6 extra damage with successive attacks. When it misses with an attack, it loses this damage bonus.",damage:"it deals a cumulative +1d6 extra damage with successive attacks",category:0},{id:"be92943a-8dfe-4e65-8215-15d2aca2b888",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint ripper loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint ripper kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"674d72bc-3f1f-4ca0-b01c-583bb6d1e700",name:"Fell Taint Thought Scourge",details:"",size:2,origin:0,type:1,keywords:"",level:5,role:{type:3,flag:2,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:15},intelligence:{score:4},wisdom:{score:18},charisma:{score:10},hp:173,initiative:5,ac:23,fortitude:19,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"de35a1b2-6619-4cdf-a996-ea4d840f50ac",name:"Tendrils of Despair",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Reach 2; 2d6+2 psychic damage.",damage:"2d6+2 psychic damage",category:1},{id:"b621a8b9-63a6-42b2-9d58-11bdab01022f",name:"Spreading Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Reach 2; 3d6+2 psychic damage. The target can choose to reduce the damage by 5 by dealing 2d6 damage to an ally within 5 squares.",damage:"3d6+2 psychic damage",category:1},{id:"b6f4d636-5747-45e5-bae1-e993119c04ff",name:"Seeds of Despair",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:8,defence:3},description:"",details:"at the start of each of the target’s turns, the target deals 5 psychic damage to adjacent allies (save ends).",damage:"the target deals 5 psychic damage to adjacent allies (save ends)",category:3},{id:"f4b7ddb8-7f0b-495e-a54a-2e4b766aa1f9",name:"Seeds of Discord",action:{action:4,trigger:"when an enemy misses the thought scourge with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"Reach 2; slide the target 3 squares, and the target re-rolls the triggering attack against a different target of the thought scourge’s choosing.",damage:"Reach 2",category:5},{id:"e1e68b10-bed1-4f65-8563-da0c9a5b8ab0",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint thought scourge loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint thought scourge kills the target, it regains hit points equal to its bloodied total.",damage:"",category:1},{id:"d1903a6b-35a3-487a-83c2-2696051a2992",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This fell taint thought scourge can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"c3ce63e9-ea7e-4b21-a819-c5e818cbc144",name:"Fell Taint Void Caller",details:"",size:1,origin:0,type:1,keywords:"",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +10",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:19},charisma:{score:10},hp:99,initiative:6,ac:19,fortitude:18,reflex:18,will:19,regeneration:null,auras:[{id:"f27ddfab-6f5b-4513-9bff-c7dbc1beaeab",name:"Tainted Zone",keywords:"",details:"aura 5; the fell taint void caller gains temporary hit points equal to twice the number of enemies within the aura at the start of its turn."}],powers:[{id:"a2191a44-7dd4-4710-85dc-a351fc9a029f",name:"Tendrils of Despair",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+3 psychic damage, and the target is slowed until the end of his or her next turn. If the target was already slowed, it becomes dazed instead.",damage:"1d6+3 psychic damage",category:1},{id:"a2c726ff-e56e-46ea-be9b-07a51c1baac5",name:"Tendrils of Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"5 psychic damage and the target is slowed until the end of his or her next turn.",damage:"5 psychic damage and the target is slowed until the end of his or her next turn",category:3},{id:"93d7ec1d-9214-419f-b868-e5ed890542fb",name:"Drone Calling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Summoning",condition:"",range:"",attack:null,description:"",details:"The fell taint void caller takes 5 damage (ignoring insubstantial) and summons a fell taint drone in an adjacent square. The summoned creature takes its turn after the void caller, and it acts on the void caller’s initiative count.",damage:"the fell taint void caller takes 5 damage (ignoring insubstantial) and summons a fell taint drone in an adjacent square",category:1},{id:"3a2faec5-c2bc-46ad-a429-03d7c05236ee",name:"Fell Taint Calling",action:null,keywords:"Summoning",condition:"recharge when first bloodied",range:"",attack:null,description:"",details:"The fell taint void caller takes 20 damage (ignoring insubstantial) and summons a fell taint of level 4 or lower in an adjacent square. The summoned creature takes its turn after the void caller, and it acts on the void caller’s initiative count.",damage:"the fell taint void caller takes 20 damage (ignoring insubstantial) and summons a fell taint of level 4 or lower in an adjacent square",category:0},{id:"0aeeb53e-06df-43a9-a40c-9c0564ce3801",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint void caller loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint void caller kills the target, it regains hit points equal to its bloodied value.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"7a071e8d-1c1d-4c8b-afab-f19db457a9e1",name:"Fell Taint Wisp",details:"",size:1,origin:0,type:1,keywords:"",level:2,role:{type:4,flag:0,leader:!0},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:22,initiative:6,ac:14,fortitude:13,reflex:13,will:14,regeneration:null,auras:[{id:"a9cf9dc8-f011-482a-95a4-f881259d66e7",name:"Aura of Thought Eating",keywords:"",details:"aura 5; a fell taint within the aura has a +2 bonus to all defenses."}],powers:[{id:"ff99c839-c9a1-458c-a908-971c531ca813",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"fb45233b-8df4-4d20-bcda-0b01de7758f5",name:"Tendril Flick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"1d4+3 psychic damage.",damage:"1d4+3 psychic damage",category:1},{id:"7a788a3f-d792-467b-998f-c00c0f3a6ebe",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fell taint wisp deals 1d6 extra damage to any target granting combat advantage to it.",damage:"a fell taint wisp deals 1d6 extra damage to any target granting combat advantage to it",category:0},{id:"971e5aa4-350a-4f6a-9da9-61497ec3a735",name:"Coalesce",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Until the end of its next turn, the fell taint wisp loses insubstantial but whenever an enemy hits the fell taint wisp, that enemy takes 5 psychic damage and all fell taints within 5 squares of it regain 5 hit points.",damage:"that enemy takes 5 psychic damage and all fell taints within 5 squares of it regain 5 hit points",category:3},{id:"5e9709f5-f602-4f58-8ba0-4039a8210420",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint wisp loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint wisp kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"b5797d42-fd3a-496a-aa3e-a5c8b114f3e4",name:"Gargmanethka",details:"",size:4,origin:4,type:1,keywords:"",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"6, swim 6; see also tentacle dash",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Religion +24, Stealth +21",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:16},intelligence:{score:22},wisdom:{score:26},charisma:{score:24},hp:496,initiative:16,ac:41,fortitude:42,reflex:37,will:37,regeneration:null,auras:[{id:"5e49e4e4-8c1d-4ded-96f4-a7b066af620c",name:"Demonic Stench",keywords:"",details:"(Poison) aura 4; living enemies who start their turns in the aura take 10 poison damage and are slowed until the start of their next turn."}],powers:[{id:"2466ff48-3af6-4cc3-a9d4-1176274c11f9",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 8; 3d8+9 damage, and the target is grabbed. While the target is grabbed, it is also dazed.",damage:"3d8+9 damage",category:1},{id:"97fc3f9a-eda5-4f6e-97ec-fc8f4ac122eb",name:"Filthy Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Poison",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 2; 2d8+4 damage, plus ongoing poison 10 (save ends) and the target is exposed to slimy doom disease.",damage:"2d8+4 damage",category:1},{id:"d75ff621-8589-4bda-8651-f200cb18b487",name:"Dual Threat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease, Poison",condition:"",range:"",attack:null,description:"",details:"Gargmanethka makes two tentacle attacks, or one tentacle attack and one filthy bite attack.",damage:"",category:1},{id:"ec99e4bd-f7e3-4664-85e7-13380ed2179e",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Targets one creature grabbed by Gargmanethka; on a hit, Gargmanethka slides the target 5 squares (but never more than 8 squares away from it). Gargmanethka can target any specific grabbed target only once per turn with this power.",damage:"Gargmanethka slides the target 5 squares (but never more than 8 squares away from it)",category:3},{id:"c3de9535-1caf-4c6f-8c1d-5cc5fb06f734",name:"Carrion Spittle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease, Poison",condition:"",range:"Close burst 5",attack:null,description:"",details:"4d10+9 poison damage and the target is exposed to slimy doom. Effect: The area of the burst is difficult terrain until the end of Gargmanethka’s next turn.",damage:"4d10+9 poison damage and the target is exposed to slimy doom",category:1},{id:"8087f088-561e-4e72-82aa-a902291e66ec",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gargmanethka can grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make Gargmanethka let go of a grabbed creature; the tentacle’s defenses are the same as Gargmanethka’s. An attack that hits the tentacle does not harm Gargmanethka but causes it to let go and retract the tentacle.",damage:"",category:0},{id:"7400caaf-2f1e-4717-8bd2-d3de5d9690b9",name:"Tentacle Dash",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Using its tentacles to haul itself along, Gargmanethka can either shift 3 squares or move 12 squares. It cannot sustain a grab in the same turn that it uses tentacle dash.",damage:"Gargmanethka can either shift 3 squares or move 12 squares",category:2},{id:"592fc1e6-01d7-482a-8fe7-566fab55db35",name:"Spying Eye",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gargmanethka can hide beneath murky water or refuse, leaving only its eyestalk exposed. While doing so, it gains a +10 bonus to Stealth checks but is immobilized.",damage:"it gains a +10 bonus to Stealth checks but is immobilized",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bd70e661-9f8c-47c2-b952-3b2d05ecea5d",name:"Rust Monster Lodestone",details:"",size:2,origin:4,type:1,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:12},hp:86,initiative:7,ac:22,fortitude:18,reflex:21,will:22,regeneration:null,auras:[{id:"8a9e9ad1-5f73-419e-afac-15d1cd2b0a62",name:"Repulsion",keywords:"",details:"aura 2; enemies treat all squares within the aura as difficult terrain."}],powers:[{id:"d515448e-dd6e-4749-ad24-8d3673375a41",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage, and target slides 1 square, or 2 squares if the target is wearing heavy armor.",damage:"1d10+6 damage",category:1},{id:"5494979d-00bc-44f8-8afa-ee84f913f1bc",name:"Dissolve Metal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Targets a creature wearing or wielding a rusting magic item of 10th level or lower or any nonmagic rusting item; the rusting item is destroyed.",damage:"",category:1},{id:"a364bc15-0424-4f2c-b152-ce15abd02d5a",name:"Repulsing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d10+6 damage, and target slides 3 squares, or 6 squares if the target is wearing heavy armor.",damage:"1d10+6 damage",category:1},{id:"6fadf0ca-3cb0-4cc8-8f27-a94e0fc1849c",name:"Lodestone Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"the rust monster lodestone slides an ally up to 5 squares, then that ally makes a melee basic attack with a +2 power bonus to the attack roll.",attack:null,description:"",details:"Range 5",damage:"Range 5",category:1},{id:"9d413245-0c99-4ab7-bccc-96b3d31d902c",name:"Lodestone Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Range 5; 1d6+6 damage, and the target is slowed until the end of the rust monster lodestone’s next turn. Aftereffect: If the target is wearing heavy armor, it is slowed (save ends).",damage:"1d6+6 damage",category:1},{id:"b577dbbc-a858-440b-9240-e4cce0eea654",name:"Magnetic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"2d8+5 damage, plus an additional 4 damage if the target is wearing heavy armor, and the target is knocked prone.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8758798e-da2a-4a62-9228-d05d94e5facc",name:"Rust Monster Nightmare",details:"",size:4,origin:4,type:1,keywords:"",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +21; blindsight 20",movement:"6, teleport 6",alignment:"Unaligned",languages:"(telepathy)",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:17},intelligence:{score:8},wisdom:{score:18},charisma:{score:12},hp:888,initiative:15,ac:38,fortitude:33,reflex:37,will:36,regeneration:null,auras:[{id:"d29aba6c-9070-4ec7-bebe-09970663cbff",name:"Repulsion",keywords:"",details:"aura 4; enemies treat all squares within the aura as difficult terrain."}],powers:[{id:"eabeafaa-da88-4797-872a-d556104a8c9b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d8+6 damage, and if the target is wearing magic armor, the armor starts decaying; the wearer takes a –1 penalty to AC until the end of encounter. This penalty is cumulative, to a maximum –5.",damage:"3d8+6 damage",category:1},{id:"b3582ed4-b602-4dce-a022-af9a6135514f",name:"Consumptive Force",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:27,defence:2},description:"",details:"2d12+6 psychic damage, and if the target is wearing magic armor, the armor starts decaying; the wearer takes a –1 penalty to AC until the end of encounter. This penalty is cumulative, to a maximum –5.",damage:"2d12+6 psychic damage",category:1},{id:"509e29a1-ea12-4e0b-a7df-9d1311bdf5ea",name:"Dissolve Item",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Reliable",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Targets a creature wearing or wielding a decaying magic item of 30th level or lower; the decaying magic item is destroyed.",damage:"",category:3},{id:"db51df32-545c-4650-98aa-4cfe7f9a0cbb",name:"Nightmare’s Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The rust monster nightmare shifts 4 squares by leaping and makes four melee or ranged basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"52043a48-05c8-483e-9697-b1f17e238c36",name:"Dweomer Feedback",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"3d12+6 damage, and the target is stunned (save ends). First Failed Saving Throw: The target is unconscious (save ends). The rust monster nightmare causes the magical possession of the target to exude painful vibrations.",damage:"3d12+6 damage",category:1},{id:"afbc4c9e-84d3-4e30-b6a1-94ce670e680d",name:"Psychic Trap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:26,defence:3},description:"",details:"2d12+6 psychic damage, and the target is immobilized until the end of the rust monster nightmare’s next turn. Miss: Half damage, and the target is slowed until the end of the rust monster nightmare’s next turn.",damage:"2d12+6 psychic damage",category:1},{id:"f51837d1-7ff9-4aee-ad54-138a403292b4",name:"Extradimensional Lock",action:{action:5,trigger:"when an enemy teleports into or out of a square adjacent to the rust monster nightmare",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:3},description:"",details:"Targets the triggering creature; the teleport fails and the rust monster gains 20 temporary hit points.",damage:"the teleport fails and the rust monster gains 20 temporary hit points",category:5},{id:"f51f8ea4-1760-43e9-b8b7-c23077048417",name:"Magic Consumption",action:null,keywords:"",condition:"at-will",range:"",attack:null,description:"",details:"(when the rust monster nightmare is hit by an attack that uses a magic implement or weapon; at-will) The implement or weapon used in the triggering attack begins decaying; the wielder of the weapon takes a –1 penalty to damage rolls with that weapon until the end of the encounter. This penalty is cumulative, to a maximum of –5.",damage:"the wielder of the weapon takes a –1 penalty to damage rolls with that weapon until the end of the encounter",category:0},{id:"0ce2d3a9-09e7-4d7c-a18b-66c017caf48b",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rust monster nightmare consumes any item it destroys. The residuum from any magic items the creature has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"Psychic 30",vulnerable:"",immune:"",tactics:""},{id:"7fcdc2aa-ea18-42bc-95ed-36cbad9ee6d0",name:"Rust Monster Terror",details:"",size:2,origin:4,type:1,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:2},wisdom:{score:12},charisma:{score:12},hp:94,initiative:6,ac:25,fortitude:21,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"b0109501-5606-4db5-b323-e2070ac2980d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the rust monster terror’s next turn.",damage:"1d10+5 damage",category:1},{id:"14c00935-4e96-4572-bc5a-b6e95e52ff19",name:"Dissolve Metal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Targets a creature wearing or wielding a rusting magic item of 10th level or lower or any nonmagic rusting item; the rusting item is destroyed.",damage:"",category:1},{id:"51059b9c-5035-4aff-a2aa-6fc4b8214654",name:"Terror Burst",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"Burst 1; targets hit by the attack take a –2 penalty to attack rolls and are immobilized (save ends).",damage:"Burst 1",category:3},{id:"359d1f2e-d1cf-4ab6-a2d2-e6850c06d328",name:"Fear Reverberation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If targeted with a fear power, the attack automatically misses, and both the rust monster terror and the attacker take ongoing 5 psychic damage (save ends).",damage:"and both the rust monster terror and the attacker take ongoing 5 psychic damage (save ends)",category:0},{id:"5225fdd9-ece8-487e-9fd7-77e67dba8a97",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rust monster terror consumes any item it destroys. The residuum from any magic items the creature has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7c630a5-9a08-4a57-adfa-5a4ff4443f5c",name:"Turagathshnee",details:"",size:3,origin:1,type:2,keywords:"blind, demon",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +13; blindsight 20",movement:"8, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Athletics +20",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:17},intelligence:{score:20},wisdom:{score:21},charisma:{score:18},hp:165,initiative:13,ac:31,fortitude:31,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"e2b0737e-4277-4655-b1a6-6830957e769f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+7 damage plus 1d8 acid damage.",damage:"1d8+7 damage plus 1d8 acid damage",category:1},{id:"cfa4f9e6-1ab1-4c1f-a97f-ea73db1d4ef7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 2; 2d6+7 damage, and the target is grabbed. The turagathshnee has two claws, and a claw grabbing a creature is unavailable for claw attacks.",damage:"2d6+7 damage",category:1},{id:"e48bd900-57e2-44ab-9138-5e387de74bfc",name:"Caustic Spit",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Range 10; 3d10+5 acid damage, and the target is slowed until the end of the turagathshnee’s next turn.",damage:"3d10+5 acid damage",category:1},{id:"5c1b691a-aeaa-44bb-b5a3-b3f8d8c21036",name:"Feasting Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The turagathshnee teleports 5 squares and makes a claw attack against one target within reach. It does this two more times, and then teleports 5 squares. It can carry a grabbed creature with it through all or part of this process and cannot make claw attacks if it’s maintaining two grabs at once.",damage:"The turagathshnee teleports 5 squares and makes a claw attack against one target within reach",category:1},{id:"5709a669-9ebb-4d79-a77e-5cbec29285b2",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 5 damage and 10 acid damage at the start of the turagathshnee’s turn. The swallowed creature has line of sight and line of effect only to the turagathshnee, and no creature has line of sight or line of effect to the target. The swallowed creature can make melee and close attacks only. If the turagathshnee dies, the target is no longer swallowed and can escape as a move action, ending that action in a square formerly occupied by the turagathshnee.",attack:{bonus:20,defence:1},description:"",details:"Targets one bloodied Large or smaller creature grabbed by the turagathshnee",damage:"",category:1},{id:"e3c257ad-dd7c-490c-be18-375d05fa947c",name:"Dimentional Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The turagathshnee teleports up to 8 squares and teleports each creature grabbed by it to a square within its reach.",damage:"The turagathshnee teleports up to 8 squares and teleports each creature grabbed by it to a square within its reach",category:2}],damageModifiers:[{type:1,value:-10}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"70b12c30-dc3f-4d9d-a3d3-a3c25f1a2e57",name:"Turaglas",details:"",size:5,origin:1,type:1,keywords:"blind, demon, ooze",level:30,role:{type:2,flag:2,leader:!1},senses:"; blindsight 100, tremorsense 20",movement:"4, climb 4 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +27, Athletics +31, History +27, Religion +27",equipment:"",category:"",strength:{score:33},constitution:{score:34},dexterity:{score:17},intelligence:{score:24},wisdom:{score:28},charisma:{score:24},hp:1128,initiative:18,ac:44,fortitude:44,reflex:40,will:43,regeneration:null,auras:[{id:"5ba02770-f11e-47fc-8674-50b39ba6c5ca",name:"Infinite Maws",keywords:"",details:"aura 0; at the start of Turaglas’s turn, each creature in Turaglas’s space takes 10 damage and 10 acid damage and Turaglas slides it 1 square."}],powers:[{id:"ed4051e9-0a5d-4f65-aa30-c72b0591ec61",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 0; 2d6+4 damage plus 2d6 acid damage, and the target is slowed (save ends).",damage:"2d6+4 damage plus 2d6 acid damage",category:1},{id:"86d602d8-f1da-4c0d-9367-0765f6d6bf1d",name:"Caustic Spittle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:2},description:"",details:"one or two targets; 2d12+8 acid damage, and the target is slowed (save ends).",damage:"2d12+8 acid damage",category:1},{id:"fb3e2c5f-0fa3-459c-8fe5-3cb5ce286830",name:"Grasping Mouths",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d6+8 damage, plus 2d6 acid damage, and the target is pulled into Turaglas’s space and slowed (save ends).",damage:"2d6+8 damage",category:3},{id:"e77f694d-760e-4d0c-8c8a-49e5e21c31bb",name:"Forbidding Mouths",action:{action:5,trigger:"when an enemy leaves turaglas’ space",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; targets the triggering creature; the target is pulled into Turaglas’ space.",damage:"Reach 3",category:5},{id:"2333a482-ce20-48fa-8c2a-1e34528c4f13",name:"Tide of Flesh",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"Turaglas washes outward in a wave of flesh and then retracts; 2d12 + 15 acid damage, and the target is pulled into Turaglas’s space and slowed (save ends).",damage:"2d12 + 15 acid damage",category:1},{id:"d3cd0f45-5793-46fb-80f1-b8da7b3baf56",name:"Caustic Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 6",attack:{bonus:31,defence:2},description:"",details:"2d10+8 acid damage, plus the target is slowed (save ends).",damage:"2d10+8 acid damage",category:1},{id:"2452709b-826e-446b-adf7-05299ffb2f01",name:"Expand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:33,defence:2},description:"",details:"targets creatures outside Turaglas’ space; 2d6+8 damage and 2d6 acid damage.",damage:"2d6+8 damage and 2d6 acid damage",category:1},{id:"472586ce-e825-4c29-8521-28b379c5a714",name:"Contract",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when turaglas uses expand"},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"Turaglas shrinks in space by 1 square. Each creature in Turaglas’ space is pulled 2 squares toward Turaglas’ center. Turaglas cannot become smaller than 5 squares by 5 squares.",damage:"Turaglas shrinks in space by 1 square",category:3},{id:"dd484aac-0098-4908-b081-cdee3df607a4",name:"Bloodied Expansion",action:{action:1,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas recharges expand and uses it twice. Until the end of the encounter, expand recharges on a 5 or a 6.",damage:"expand recharges on a 5 or a 6",category:5},{id:"51531780-4a40-4dc5-a28e-6303dde1eba3",name:"Sea of Flesh",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas consists of gooey flesh approximately waist high in the squares it occupies. It can enter and occupy squares occupied by other creatures, and other creatures can enter and occupy squares occupied by Turaglas. Turaglas’s space is difficult terrain to all creatures except Turaglas.",damage:"",category:0},{id:"8704460b-b415-47b9-a667-ce47b09ba94a",name:"Uncontainable Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Turaglas is dazed, it instead grants combat advantage to all enemies for the same duration. When Turaglas is stunned, it grants combat advantage to all enemies and is immobilized for the same duration.",damage:"",category:0},{id:"1fee0cc3-2ef2-46fd-9678-74e0ccca3f49",name:"Digested Essence",action:{action:1,trigger:"when a living enemy drops to 0 hit points or fewer while in turaglas’ space",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas regains hit points equal to the triggering creature’s bloodied value or gains 1 action point.",damage:"Turaglas regains hit points equal to the triggering creature’s bloodied value or gains 1 action point",category:5},{id:"6e611050-74a8-4065-b805-9e978d62c65a",name:"Dimensional Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas teleports up to 12 squares.",damage:"Turaglas teleports up to 12 squares",category:3}],damageModifiers:[{type:1,value:-25}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"b1939cee-a5e5-469f-931e-dc157ff4bf64",name:"Young Volcanic Dragon",details:"",size:3,origin:1,type:1,keywords:"dragon",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 8 (clumsy), overland flight 12, swim 8 (in lava only)",alignment:"Chaotic Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:18},wisdom:{score:23},charisma:{score:20},hp:224,initiative:9,ac:20,fortitude:21,reflex:19,will:20,regeneration:null,auras:[{id:"0cf24b37-29c0-4b00-b90d-9e3408449736",name:"Burning Fumes",keywords:"",details:"aura 2; enemies within the aura gain vulnerable 5 fire."}],powers:[{id:"9216aee8-1383-4f4d-9f05-6000ef885a7a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and ongoing 5 fire damage (save ends).",damage:"1d10+5 damage",category:1},{id:"5b909f3d-373d-4555-b876-75f951a236bc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and the target loses fire resistance until the end of the volcanic dragon’s next turn.",damage:"2d6+4 damage",category:1},{id:"f4c6bea0-6838-491d-a259-91c403cf21f1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The volcanic dragon makes a claw and bite attack or two claw attacks.",damage:"",category:1},{id:"9b545af7-de5d-43c7-8dea-e0eda6f0024a",name:"Growing Heat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 5. Sustain free: Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 10. Each round thereafter, the volcanic dragon can sustain it to maintain the size and damage of the aura.",damage:"each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage",category:1},{id:"1df7a7a4-82c8-4c37-8fa6-43859181e411",name:"Volcanic Catastrophe",action:{action:7,trigger:"when the volcanic dragon’s burning fumes is aura 10 at the start of its turn",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"burst 10; targets enemies; 2d10+5 fire damage and ongoing 5 fire damage (save ends). Effect: The burning fumes aura reverts to its original state and size (aura 2).",damage:"2d10+5 fire damage and ongoing 5 fire damage (save ends)",category:5},{id:"e5e7cfb3-8fe3-40c0-88be-fbf7bd96f8bb",name:"Lava Vent",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"burst 1 within 10; the burst becomes a zone of lava. Any creature that moves into or starts its turn in the zone takes 5 fire damage.",damage:"any creature that moves into or starts its turn in the zone takes 5 fire damage",category:3},{id:"267592b5-97b2-4e72-ac9f-8ddf363b7309",name:"Fire Absorption",action:{action:7,trigger:"whenever the volcanic dragon is hit by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy in the dragon’s burning fumes aura takes 5 fire damage.",damage:"each enemy in the dragon’s burning fumes aura takes 5 fire damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7ee19821-07e2-43d5-8a7f-ecd4fcc1b286",name:"Beholder Eternal Tyrant Essence",details:"",size:4,origin:5,type:1,keywords:"undead",level:33,role:{type:0,flag:1,leader:!1},senses:"Perception +31; all-around vision, darkvision",movement:"fly 8 (hover), phasing",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:30},dexterity:{score:25},intelligence:{score:36},wisdom:{score:31},charisma:{score:26},hp:327,initiative:23,ac:45,fortitude:45,reflex:44,will:46,regeneration:null,auras:[],powers:[{id:"edeee288-7e48-4da2-a83d-7b4dc5efc9d3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:40,defence:0},description:"",details:"4d6 + 10 psychic damage.",damage:"4d6 + 10 psychic damage",category:1},{id:"eddd9fac-7e33-4112-83f8-e7eadf698fae",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target can’t spend healing surges (save ends).",damage:"",category:3},{id:"a4feb975-7772-4e49-9bbd-c0b5675b5681",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant essence uses a random eye ray attack against the triggering enemy.",damage:"",category:5},{id:"d0f903ea-fbc2-488b-8423-e794ddc55c91",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant essence uses one eye ray power chosen from the list below. Using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"f8bb0e86-a97f-4beb-98b2-8dd9f0fdf9d1",name:"Mental Transference",action:null,keywords:"",condition:"when the beholder eternal tyrant essence drops to 0 hit points",range:"",attack:null,description:"",details:"The beholder eternal tyrant essence is destroyed, and it transfers its mind into a beholder eternal tyrant shell within sight. The shell gains all the eye ray options of the essence (and keeps the eye rays it already had).",damage:"",category:0}],damageModifiers:[],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"41294d0d-97a4-4b7b-bf34-b7f6fdcf143a",name:"Beholder Eternal Tyrant Shell",details:"",size:4,origin:4,type:0,keywords:"construct",level:31,role:{type:2,flag:1,leader:!1},senses:"Perception +28; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:38},constitution:{score:40},dexterity:{score:30},intelligence:{score:7},wisdom:{score:26},charisma:{score:36},hp:720,initiative:25,ac:43,fortitude:45,reflex:43,will:41,regeneration:null,auras:[],powers:[{id:"e8ed5d44-bc7c-4746-b41f-a92278844ff5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"4d8 + 12 damage.",damage:"4d8 + 12 damage",category:1},{id:"46d879f7-43ef-411e-8119-b4bf107b3d6a",name:"Jaws of the Beholder",action:{action:7,trigger:"when an adjacent enemy is hit by any beholder’s eye ray",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant shell makes a bite attack against the triggering enemy.",damage:"",category:5},{id:"c11f212b-0d90-4521-ae57-42331e485240",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant shell uses one eye ray power chosen from the list below. Using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"78a858d3-2848-4f75-bdb4-5164781975b2",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close blast 5",attack:{bonus:32,defence:3},description:"",details:"until the end of the beholder eternal tyrant shell’s next turn, the target is marked and takes half damage when missed by an eye ray attack.",damage:"the target is marked and takes half damage when missed by an eye ray attack",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3cd751de-09c2-4f6b-91d0-5ec6f64a9827",name:"Firebrand Crusader",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"flint and steel; longsword; plate armor; torch",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:10},intelligence:{score:8},wisdom:{score:11},charisma:{score:16},hp:88,initiative:6,ac:24,fortitude:22,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"6c69ad78-ff9e-40de-b1ab-b621222792cc",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage, and the target is marked until the end of the crusader’s next turn.",damage:"1d8 + 5 damage",category:1},{id:"70711d7d-6d3b-44b5-9bb5-d3fcad907611",name:"Crusader’s Mercy",action:{action:0,trigger:"when an enemy marked by the crusader moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage, and the target is knocked prone.",damage:"1d8 + 5 damage",category:5},{id:"c6fcc9fe-7d57-41c4-96da-c711efaec281",name:"Immolate the Unclean",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"requires torch",range:"",attack:{bonus:13,defence:2},description:"",details:"2d4 + 5 damage, and the target takes ongoing 10 fire damage (save ends).",damage:"2d4 + 5 damage",category:1},{id:"81f5e413-f1e0-4ab9-96a6-7383dbe24fc5",name:"Torch",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d4 fire damage.",damage:"1d4 fire damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61b7414c-ca9c-4d78-b776-ce6817bf1510",name:"Frost Titan Avalanche",details:"",size:4,origin:1,type:2,keywords:"cold, giant",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +12",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant, Primordial",skills:"Athletics +19",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:15},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:568,initiative:9,ac:28,fortitude:28,reflex:23,will:26,regeneration:null,auras:[{id:"55468966-2dd1-4e53-a5b0-0d8f90b38c5d",name:"Icy Terrain",keywords:"",details:"(Cold) aura 2 (or 5 while bloodied); enemies treat the aura’s area as difficult terrain."}],powers:[{id:"d355d927-90d7-4caa-a5d0-b92db2f0819e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Reach 3; 2d10+6 cold damage. On a critical hit, the target also takes ongoing 10 cold damage (save ends).",damage:"2d10+6 cold damage",category:1},{id:"0d49997f-c180-4377-83f6-c2c60aab4cda",name:"Frost Spike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(minor",range:"",attack:{bonus:15,defence:2},description:"",details:"20; 2d6 + 6 cold damage, and the target is slowed until the end of the frost titan avalanche’s next turn.",damage:"2d6 + 6 cold damage",category:1},{id:"37e28372-2d5a-4319-a977-42f9a78ee7b2",name:"Avalanche Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be bloodied",range:"",attack:null,description:"",details:"The frost titan avalanche shifts its speed and can enter enemies’ spaces. The titan makes a slam attack against each enemy whose space it enters.",damage:"",category:1},{id:"44c94569-1af0-4613-9cd2-cc59c19b3afe",name:"Bloodied Backlash",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Freezing backlash recharges, and the frost titan avalanche uses it. The attack is a close burst 10 when triggered this way.",attack:null,description:"",details:"",damage:"",category:5},{id:"d97cc65f-980f-4a00-8062-378e7d0b46c5",name:"Cascading Avalanche",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 8",attack:{bonus:15,defence:1},description:"",details:"3d10 + 6 damage, and the target is knocked prone. Miss: Half damage.",damage:"3d10 + 6 damage",category:1},{id:"f0f9b0c2-70a6-4a10-adc5-eb8f5883aa88",name:"Freezing Backlash",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close burst 2 (5 while bloodied)",attack:{bonus:15,defence:1},description:"",details:"1d10 + 6 damage, and the target is restrained and takes ongoing 5 cold damage (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 6 damage",category:5},{id:"dcd1c699-85e5-4ac9-81ea-c3f24cb2ebb0",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A frost titan avalanche can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"96a4582b-3dec-4748-b42b-ad9566d9a998",name:"Glacial Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost titan avalanche, the titan moves 4 squares less than the effect specifies. Also, a frost titan avalanche can make a saving throw to avoid being knocked prone.",damage:"the titan moves 4 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69afc726-f98c-4092-a598-36f8748e063c",name:"Goristro Chattel",details:"",size:4,origin:1,type:2,keywords:"demon",level:25,role:{type:2,flag:0,leader:!1},senses:"Perception +24; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:18},intelligence:{score:5},wisdom:{score:24},charisma:{score:13},hp:287,initiative:16,ac:37,fortitude:40,reflex:34,will:37,regeneration:null,auras:[],powers:[{id:"3d3f23b1-dcad-4b8f-a452-7d6d4cade7dc",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d10 + 8 damage.",damage:"3d10 + 8 damage",category:1},{id:"bcb5cc7b-f17c-4e09-8d0b-a560d68fc35e",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d10 + 7 damage, and the target is knocked prone.",damage:"4d10 + 7 damage",category:1},{id:"29ab681f-6013-45a1-9569-4c739d0d80f2",name:"Protective Stomp",action:{action:5,trigger:"when an enemy moves adjacent to one of the goristro chattel’s allies and is within 2 squares",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:26,defence:2},description:"",details:"4d10 + 9 damage, and the target is knocked prone.",damage:"4d10 + 9 damage",category:5}],damageModifiers:[],resist:"20 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"4746ac34-688e-4118-9401-4f1ca92393ee",name:"Green Dragon Arbiter",details:"",size:4,origin:4,type:1,keywords:"dragon",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"10, fly 14 (hover), overland flight 18",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +23, Diplomacy +23, Insight +19, Intimidate +23",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:28},intelligence:{score:18},wisdom:{score:17},charisma:{score:24},hp:432,initiative:20,ac:37,fortitude:34,reflex:36,will:34,regeneration:null,auras:[{id:"96151d01-97d0-4553-a45a-09a8db925c87",name:"Equalizing Law",keywords:"",details:"(Psychic) aura 5; while the green dragon arbiter is bloodied, each nonbloodied creature that starts its turn within the aura takes 10 psychic damage."}],powers:[{id:"bd15bdf8-aaa5-4ffa-b739-c3d37cd69deb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d12 + 6 damage, and ongoing 10 poison damage and slowed (save ends both).",damage:"1d12 + 6 damage",category:1},{id:"152bcfe5-3a7e-42be-8c63-43914773bb0f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d12 + 6 damage, and the next time the target misses, the green dragon arbiter slides the target 3 squares.",damage:"1d12 + 6 damage",category:1},{id:"5554fef5-5f83-48c0-8484-53e06b5f3c51",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The green dragon arbiter makes two claw attacks.",damage:"",category:1},{id:"b498c29e-ea6d-48df-b3d1-2197cb713712",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"2d10 + 10 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d10 + 10 poison damage",category:1},{id:"dba14bde-621b-4244-94aa-458b8c710b7f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the green dragon arbiter’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"cfb76c28-419e-448e-a561-23a0b7ac4d7f",name:"Punishing Glare",action:{action:5,trigger:"when an enemy within 10 squares hits one of the green dragon arbiter’s allies",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Gaze",condition:"",range:"Close burst 10",attack:{bonus:30,defence:3},description:"",details:"targets the triggering creature; the target is weakened (save ends).",damage:"",category:5},{id:"aa0985a9-0f6f-49ce-9d72-d30542adadd5",name:"Invoke Justice",action:{action:7,trigger:"when an ally within 20 squares misses with an attack roll",sustainAction:0,use:1,recharge:"recharge when the green dragon arbiter is hit by an enemy’s attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ally rerolls the attack roll.",damage:"",category:5}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f816503-1c83-46eb-811f-3541bfb8a614",name:"Havoc Goristro",details:"",size:4,origin:1,type:2,keywords:"demon",level:13,role:{type:2,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:10},hp:528,initiative:7,ac:27,fortitude:27,reflex:23,will:24,regeneration:null,auras:[{id:"fe7681e7-25a8-429b-8509-5180428eac1e",name:"Aura of Bloodlust",keywords:"",details:"(Charm) aura 20; while the havoc goristro is bloodied, a nonbloodied enemy that ends its turn within the aura takes 10 damage if it didn’t hit the havoc goristro that turn."}],powers:[{id:"c1074975-e429-48d0-ab69-000b9250ac35",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 2d10 + 3 damage.",damage:"2d10 + 3 damage",category:1},{id:"6099c150-314c-4e05-a27a-628515b074ec",name:"Rent Earth",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"ranged 10/20",attack:{bonus:16,defence:2},description:"",details:"The goristro rips a chunk from the ground and hurls it; 2d6 + 7 damage, and the target is knocked prone.",damage:"2d6 + 7 damage",category:1},{id:"89626a62-cb69-4cc2-8f71-537041d7c959",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The havoc goristro makes two basic attacks.",damage:"",category:1},{id:"6e7d9c64-b5f6-4444-aa7c-f1cc0b3911d9",name:"Blood Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be bloodied",range:"",attack:null,description:"",details:"The havoc goristro makes 3 slam attacks. It can’t target the same creature with more than two of these attacks.",damage:"The havoc goristro makes 3 slam attacks",category:1},{id:"4e5d1a45-bff3-469d-86be-b9ae141619b0",name:"Bloodied Outburst",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The havoc goristro uses blood fury, then moves its speed.",damage:"",category:5},{id:"c2fdd021-0a17-4dc3-b170-15ac65f94903",name:"Savage Revenge",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The havoc goristro makes a charge attack against the creature that damaged it.",damage:"the havoc goristro makes a charge attack against the creature that damaged it",category:5},{id:"c9e634f7-2c2b-47b4-9c57-f4aafeef6b1c",name:"Gouging Horns",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:16,defence:0},description:"",details:"2d8+3 damage, and ongoing 10 damage (save ends).",damage:"2d8+3 damage",category:1},{id:"e501e3c0-9bb7-4b74-a0d9-cec0802bbe82",name:"Havoc Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:16,defence:1},description:"",details:"2d6 + 6 damage, and the target is knocked prone. Effect: The havoc goristro makes a charge attack against one creature knocked prone by this power.",damage:"2d6 + 6 damage",category:1}],damageModifiers:[],resist:"15 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"50b86e2d-5a5d-471f-a6e0-f10d33f99ec8",name:"Legendary Remorhaz",details:"",size:4,origin:1,type:1,keywords:"",level:15,role:{type:2,flag:2,leader:!1},senses:"Perception +10; low-light vision",movement:"6, burrow 4 (tunneling), swim 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:24},intelligence:{score:5},wisdom:{score:17},charisma:{score:9},hp:584,initiative:14,ac:28,fortitude:26,reflex:28,will:24,regeneration:null,auras:[{id:"f76a1334-7648-4905-8b35-51f1cb17b4a3",name:"Blistering Heat",keywords:"",details:"(Fire) aura 2; each creature that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"16c02371-e7b8-48dd-80e8-53cf94657aeb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10 + 5 damage, and the target is grabbed.",damage:"2d10 + 5 damage",category:1},{id:"27b4886b-d06b-427a-b483-543c5492fc0c",name:"Swallow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage plus 5 fire damage at the start of the legendary remorhaz’s turn. The swallowed creature has line of sight and line of effect only to the legendary remorhaz, and no creature has line of sight or line of effect to the target. The swallowed creature can make only melee or close attacks. If the swallowed creature deals 20 damage to the legendary remorhaz with an attack, or if the legendary remorhaz dies, the legendary remorhaz uses victim purge (no action).",attack:{bonus:18,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the legendary remorhaz",damage:"Reach 2",category:3},{id:"65dd2cae-5bc0-4925-b11f-b437120fcdcf",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"The legendary remorhaz moves its speed and can enter enemies’ spaces. The legendary remorhaz makes an attack against each enemy whose space it enters; 2d8 + 6 damage, and the target is knocked prone.",damage:"2d8 + 6 damage",category:1},{id:"3522be92-85d4-4585-813f-564d5ecb9909",name:"Bloodied Claws",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The legendary remorhaz shifts 3 squares, then thrashing claws recharges, and the legendary remorhaz uses it.",damage:"The legendary remorhaz shifts 3 squares",category:5},{id:"a490acca-31cb-426b-bb9e-6dcf21c874d9",name:"Thrashing Claws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"target enemies; 4d6 + 6 damage. Effect: If it isn’t grabbing a creature, the legendary remorhaz makes a bite attack.",damage:"4d6 + 6 damage",category:1},{id:"ea07e441-4e0f-413a-a8fd-85adff8202ee",name:"Victim Purge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"must be swallowing a creature",range:"Area burst 1 within 10",attack:{bonus:16,defence:2},description:"",details:"The legendary remorhaz regurgitates a swallowed creature; 2d10 + 9 fire damage. Effect: The regurgitated creature falls prone in the burst’s origin square and is no longer swallowed.",damage:"2d10 + 9 fire damage",category:3},{id:"8b11ede3-862e-4db9-bc5e-f9c028703fe7",name:"Ice Skitter",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The legendary remorhaz moves its speed and pulls any grabbed creature with it. If the legendary remorhaz is bloodied, the movement doesn’t provoke opportunity attacks.",damage:"",category:2},{id:"ac670fb4-873a-4469-a989-39b5fa53592e",name:"Enraged Heat",action:{action:4,trigger:"when a creature hits the legendary remorhaz with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"must be bloodied",range:"",attack:null,description:"",details:"The triggering creature takes 10 fire damage.",damage:"the triggering creature takes 10 fire damage",category:5},{id:"4cab2c92-337b-4c88-b082-ad36966d5416",name:"Legendary Tenaciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the legendary remorhaz is bloodied, it can make a saving throw against one effect a save can end at the start of each of its turns.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5feb7d60-9bcc-466c-97ee-28d8445e054c",name:"Monster with the Glasses",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +6; truesight",movement:"6",alignment:"Unaligned",languages:"",skills:"History +12, Insight +11",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:13},intelligence:{score:19},wisdom:{score:16},charisma:{score:16},hp:154,initiative:4,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[{id:"a34fefdd-9082-4eb9-88ad-9087b548f049",name:"Charming Wit",keywords:"",details:"aura 1; enemies grant combat advantage while in the aura."}],powers:[{id:"d70fb115-afe9-4a0d-93e0-746204df239a",name:"Quick Illusion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"1d6 + 5 Psychic damage and the target is knocked prone.",damage:"1d6 + 5 psychic damage and the target is knocked prone",category:1},{id:"74ce36af-4615-46b7-8fcc-5dfb49c8f5a2",name:"Shared Astigmatism",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6 + 5 Psychic damage and the target cannot see anything more than 2 squares away until the end of the Monster with the Glasses’ next turn.",damage:"2d6 + 5 psychic damage and the target cannot see anything more than 2 squares away until the end of the monster with the glasses’ next turn",category:1},{id:"2a384b81-ba25-4807-a0d1-21e144cf262b",name:"Rapid Illusions",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Monster with the Glasses makes two basic attacks.",damage:"",category:1},{id:"c6e33bff-94c7-4271-b67a-f650547f4fad",name:"Poetry Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Sleep",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:11,defence:3},description:"",details:"the target is slowed (save ends). First Failed Saving Throw: The target becomes unconscious (save ends).",damage:"",category:1},{id:"9727bbc3-d091-4bfb-99b2-c0b40dc0cc82",name:"Quantum Tunneling",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Monster with the Glasses and up to 2 allies within 10 squares of it can teleport up to 4 squares.",damage:"The Monster with the Glasses and up to 2 allies within 10 squares of it can teleport up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"14e330cc-8545-4123-8552-e25d0b7aedd0",name:"Skulking Watcher",details:"",size:1,origin:4,type:2,keywords:"halfling",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +16, Stealth +14, Thievery +16",equipment:"katar; leather armor; shortbow",category:"",strength:{score:9},constitution:{score:11},dexterity:{score:21},intelligence:{score:16},wisdom:{score:16},charisma:{score:11},hp:83,initiative:11,ac:22,fortitude:17,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"186e9dcb-baf6-4563-85d8-80dcd3cc9ad8",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6 + 5 damage (crit 1d6 + 11) and the skulking watching shifts 1 square.",damage:"1d6 + 5 damage (crit 1d6 + 11) and the skulking watching shifts 1 square",category:1},{id:"db5783ba-5d8f-44b2-af53-7f4511bc957a",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"9a6ebae8-ddb7-4b4f-9b7d-417bfb580eb5",name:"Watcher’s Scrutiny",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature in burst the skulking watcher has concealment or cover against; the skulking watcher gains combat advantage against the target until the end of its turn.",damage:"",category:3},{id:"d34e66f3-a087-4464-87e2-433d8bd7ffbc",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A skulking watcher deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a skulking watcher deals 2d6 extra damage against any creature granting combat advantage to it",category:0},{id:"0ddd7bf1-773f-40d6-b1e0-52dea88da4dd",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"81c1958b-ba88-4669-80fa-01d7bac74728",name:"Second Chance",action:{action:5,trigger:"when the skulking watcher would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skulking watcher forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"024af202-b7f6-4e93-828d-902deef0d622",name:"Storm Titan Archer",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:28,role:{type:0,flag:1,leader:!1},senses:"Perception +19",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +25, Intimidate +25",equipment:"arrow; greatsword; leather armor; longbow",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:30},intelligence:{score:14},wisdom:{score:20},charisma:{score:22},hp:394,initiative:24,ac:40,fortitude:40,reflex:42,will:38,regeneration:null,auras:[{id:"bec9e21c-34ec-4b9b-9442-8275d720678a",name:"Storm Fury",keywords:"",details:"(Lightning, Thunder) aura 4; any creature that enters the aura or starts its turn there takes 10 lightning and thunder damage. Creatures other than storm giants and storm titans treat the aura’s area as difficult terrain and cannot fly."}],powers:[{id:"aff0f0c8-988d-45ff-8d8c-b1ddc12c8df5",name:"Crackling Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 2d6 + 6 damage plus 1d8 lightning and thunder damage.",damage:"2d6 + 6 damage plus 1d8 lightning and thunder damage",category:1},{id:"ee0dec6c-3fce-48aa-a854-cb1399a5a1bc",name:"Arcing Arrow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"3d6 + 10 lightning damage. Effect: The storm titan archer makes a secondary attack against a different creature within 10 squares of the primary target, originating the attack from the primary target: ranged 10",attack:{bonus:35,defence:0},description:"",details:"+33 vs. Reflex; 2d8 + 10 lightning damage.",damage:"2d8 + 10 lightning damage",category:1},{id:"04304236-afd9-4e40-b5be-5ff7e3c08ea1",name:"Reactive Bolt",action:{action:4,trigger:"when hit by a melee or ranged",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm titan archer shifts half its speed, then makes an arcing arrow attack.",damage:"",category:5},{id:"6d04fa82-f3d2-4726-bb46-e0428ed5a5ab",name:"Swift Zephyr",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm titan archer becomes invisible until the end of its next turn. The titan then shifts its speed, making two arcing arrow attacks at any point during the movement.",damage:"",category:1}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e6bb7cea-ea84-435b-8d05-9fc0b817c0e1",name:"Storm Titan Spark Binder",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +16",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +25, Intimidate +25",equipment:"",category:"",strength:{score:29},constitution:{score:28},dexterity:{score:22},intelligence:{score:13},wisdom:{score:18},charisma:{score:26},hp:576,initiative:18,ac:37,fortitude:38,reflex:35,will:37,regeneration:null,auras:[{id:"9050f031-8b5e-439c-be37-0ae8df73d387",name:"Storm Fury",keywords:"",details:"(Lightning, Thunder) aura 4; any creature that enters the aura or starts its turn there takes 10 lightning and thunder damage. Creatures other than storm giants and storm titans treat the aura’s area as difficult terrain and cannot fly."}],powers:[{id:"7fca476e-6e6b-4d85-9e64-d330852e1e27",name:"Elemental Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 2d6 + 10 damage plus 2d6 lightning damage.",damage:"2d6 + 10 damage plus 2d6 lightning damage",category:1},{id:"85453046-8a09-4d2c-980d-46698c836e2f",name:"Hurl Thunderbolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:26,defence:2},description:"",details:"2d6 + 9 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"2d6 + 9 lightning and thunder damage",category:1},{id:"094a23a0-6af6-4824-84c3-af70d0e72bc5",name:"Shattering Morningstar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"close burst 3, targets enemies",attack:{bonus:28,defence:0},description:"",details:"The titan splits its morningstar into rocky fragments that hit nearby enemies, then forms the weapon again; 2d6 + 9 damage plus 2d6 lightning and thunder damage.",damage:"2d6 + 9 damage plus 2d6 lightning and thunder damage",category:1},{id:"261022ca-0db1-4e52-a149-dcea0dc4babf",name:"Elemental Armor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"must be bloodied",range:"the storm titan gains resist 15 to all damage. Each time the titan is hit by a melee attack, reduce the resistance by 5.",attack:null,description:"",details:"The storm titan spark binder surrounds itself with elemental stone tethered by arcs of lightning",damage:"",category:3}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d063f239-cb44-4c1a-8dc8-16e149328064",name:"Storm Titan Thunder Tempest",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:21,role:{type:4,flag:2,leader:!1},senses:"Perception +21",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +23, Intimidate +23",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:15},wisdom:{score:23},charisma:{score:27},hp:784,initiative:20,ac:36,fortitude:34,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"71af5695-fa10-4a7b-9b17-f568e327c8b3",name:"Bolt Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"must be in humanoid form",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 4; 3d6 + 8 lightning and thunder damage.",damage:"3d6 + 8 lightning and thunder damage",category:1},{id:"c27d32e9-a8f9-4f28-bb1d-288269b99309",name:"Hurl Thunderbolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"2d6 + 8 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"2d6 + 8 lightning and thunder damage",category:1},{id:"a7ce3d59-c544-4297-a5ce-cd65c1556e97",name:"Leaping Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm titan thunder tempest makes a basic attack, teleports half its speed, and makes a basic attack against a different target.",damage:"",category:1},{id:"aaaf6f59-d4e4-45d6-9538-7c46adebac6b",name:"Booming Bellow",action:{action:4,trigger:"when the storm titan thunder tempest is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:24,defence:1},description:"",details:"1d12 + 7 thunder damage, and the target is knocked prone.",damage:"1d12 + 7 thunder damage",category:5},{id:"72f57d6f-0a33-457f-a951-1732ace48277",name:"Sheet of Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the storm titan thunder tempest uses thunder tempest"},keywords:"Lightning, Polymorph, Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:24,defence:2},description:"",details:"2d12 + 7 lightning damage, the target is knocked prone, and the target takes ongoing 10 thunder damage and is deafened (save ends both). Miss: Half damage. Effect: The thunder tempest teleports to a square adjacent to or in the burst.",damage:"2d12 + 7 lightning damage",category:1},{id:"655f8bfc-8023-4d3a-bfaf-6ff39c6f44f4",name:"Lightning Flesh",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"when hit by a melee attack",range:"",attack:{bonus:24,defence:2},description:"",details:"Targets triggering attacker; 1d10 + 5 lightning damage, 1d10 + 5 thunder damage, and the target is pushed 2 squares.",damage:"1d10 + 5 lightning damage",category:1},{id:"86a222c5-22ad-4384-adf4-d2c28e017a21",name:"Thunder Tempest",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The storm titan thunder tempest takes the form of a Gargantuan thunder cloud, then flies its speed. While in this form, it is insubstantial and can occupy spaces occupied by other creatures. A creature that shares a square with the cloud loses lightning resistance (save ends). A creature that starts its turn in the thunder tempest’s space is slid 3 squares. The storm titan thunder tempest resumes its titan form immediately after making an attack other than lightning flesh.",damage:"A creature that starts its turn in the thunder tempest’s space is slid 3 squares",category:2},{id:"a4bdbcf2-9495-4be0-a075-edc9d42a3f6c",name:"Blood Storm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thunder tempest recharges and the storm titan uses it. The titan’s attacks deal 10 extra thunder damage until the end of the encounter.",damage:"the titan’s attacks deal 10 extra thunder damage until the end of the encounter",category:5}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b52c3980-85e0-4209-bae4-9049cfcb1f1b",name:"Unbound Balor",details:"",size:4,origin:1,type:2,keywords:"demon",level:21,role:{type:2,flag:2,leader:!1},senses:"Perception +22; truesight 6",movement:"8, fly 12 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:28},dexterity:{score:21},intelligence:{score:13},wisdom:{score:24},charisma:{score:13},hp:816,initiative:15,ac:35,fortitude:35,reflex:31,will:33,regeneration:null,auras:[{id:"ed7dfdda-b4d8-44f8-ab61-c38ca20ab392",name:"Flaming Body",keywords:"",details:"(Fire) aura 2 (aura 3 while the balor is bloodied); any enemy that starts its turn within the aura takes 5 fire damage (10 fire damage while the balor is bloodied)."}],powers:[{id:"ed033db8-c9a1-44d3-b16c-95c310bffee5",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 3d10 + 5 lightning damage (crit 4d10 + 5), plus 5 lightning damage while bloodied.",damage:"3d10 + 5 lightning damage (crit 4d10 + 5)",category:1},{id:"1450ed7a-7e4f-4bb2-87f4-0419e405e08a",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Reach 5; 2d8 + 5 damage, plus 5 fire damage while bloodied, the target takes ongoing 10 fire damage (save ends), and the target is pulled 4 squares to a space adjacent to the unbound balor.",damage:"2d8 + 5 damage",category:1},{id:"6b0fc1dc-79d3-4600-b8ff-4777dd051a5e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The unbound balor makes a lightning sword attack and a flame whip attack (in either order).",damage:"",category:1},{id:"89b4a16e-992e-441d-a250-96b42858b085",name:"Break Away",action:{action:4,trigger:"when damaged by an attack from an enemy within 3 squares",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor makes a lightning sword attack against the triggering enemy, then flies half its speed without provoking opportunity attacks.",damage:"",category:5},{id:"b0799890-104a-42a5-b942-7c068227c831",name:"Abyssal Shackles",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d6 + 8 necrotic damage, and the target is restrained (save ends). Aftereffect: The target takes 10 necrotic damage.",damage:"1d6 + 8 necrotic damage",category:3},{id:"94ff98ea-2328-4d42-a78e-919474240b83",name:"Death Burst",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"close burst 10",attack:{bonus:22,defence:2},description:"",details:"5d10 fire damage. Miss: Half damage.",damage:"5d10 fire damage",category:1},{id:"19dc8a59-28d1-44fa-8b19-e6972e2e6d37",name:"Wingclap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"no attack roll; the target is pushed 1d6 squares and knocked prone. If the unbound balor is bloodied, the target also takes ongoing 5 fire damage. Effect: The balor flies its speed.",damage:"the target also takes ongoing 5 fire damage",category:2},{id:"0bcc3a61-ede4-4aff-867c-f2c5bb154b16",name:"Wildfire Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied)"},keywords:"Fire, Zone",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d8 + 7 fire damage. Effect: The blast becomes a zone of abyssal flames until the end of the encounter. Any creature that enters the zone or starts its turn there takes 10 fire damage.",damage:"3d8 + 7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"b355f2ba-7cba-4636-a7ff-2806177b86bf",name:"Zealous Demagogue",details:"",size:2,origin:3,type:2,keywords:"deva",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven, Elven",skills:"Diplomacy +16, History +15, Insight +13, Religion +13",equipment:"chainmail; holy symbol; light shield; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:10},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:101,initiative:5,ac:24,fortitude:19,reflex:21,will:24,regeneration:null,auras:[],powers:[{id:"a9d2e19e-1b27-41df-b563-c567fdcf2d91",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 + 1 damage, and each enemy adjacent to the target takes 5 radiant damage. Also, each enemy that takes damage from this attack is marked by an ally within 5 squares of the demagogue until the end of the demagogue’s next turn.",damage:"1d8 + 1 damage",category:1},{id:"dd38a5f9-cf1e-499b-87ed-9423b43ab78d",name:"Reveal the Guilty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"one creature; 1d8 + 1 radiant damage, and the target grants combat advantage to all enemies until the end of the demagogue’s next turn.",damage:"1d8 + 1 radiant damage",category:3},{id:"ea9e0ab2-cd72-4fea-9d28-43b1cb14a9f9",name:"Regroup",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Ranged 5",attack:null,description:"",details:"one ally; the target spends a healing surge and can shift 1 square as a free action.",damage:"the target spends a healing surge and can shift 1 square as a free action",category:1},{id:"7dcfe9a7-b169-40c9-b2dc-ddc8a7778020",name:"Destroy the Heretic",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"the target makes a melee basic attack as a free action against an adjacent enemy. An ally that hits also knocks its target prone.",attack:null,description:"",details:"targets up to three allies",damage:"",category:1},{id:"d9129d88-06ad-4f08-946f-a76669db861a",name:"Memory of A Thousand Lifetimes",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The zealous demagogue rolls 1d6 and adds the result to the triggering roll.",damage:"The zealous demagogue rolls 1d6 and adds the result to the triggering roll",category:1},{id:"105ad826-660a-43e8-86d7-adfdb0dbcbe2",name:"Astral Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The zealous demagogue gains a +1 bonus to all defenses against attacks made by bloodied creatures.",damage:"The zealous demagogue gains a +1 bonus to all defenses against attacks made by bloodied creatures",category:0}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0affd094-e913-4f0f-8dcc-c91734918c12",name:"Adamantine Vanguard",details:"",size:2,origin:4,type:2,keywords:"living construct; Warforged",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +15, Intimidate +10",equipment:"fullblade; plate armor",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:21},intelligence:{score:8},wisdom:{score:16},charisma:{score:11},hp:201,initiative:13,ac:30,fortitude:31,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"54155ea7-45e9-442e-b7b8-092a2759099f",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d12+7 damage (crit 2d12 + 31).",damage:"2d12+7 damage (crit 2d12 + 31)",category:1},{id:"534d7bdd-2dbc-442c-8ab0-8e0b2acf037d",name:"Unrelenting Offense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d12+7 damage (crit 2d12 + 31), the target is pushed 1 square, and the adamantine vanguard shifts into the space the target vacated.",damage:"2d12+7 damage (crit 2d12 + 31)",category:1},{id:"9859de82-036c-4e14-a633-e0a5f3f30339",name:"Inexorable Advance",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adamantine vanguard pushes an adjacent creature 1 square and shifts 1 square into the space the target vacated.",damage:"The adamantine vanguard pushes an adjacent creature 1 square and shifts 1 square into the space the target vacated",category:2},{id:"5a956760-97f2-4aad-a401-f22ce88dba25",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The adamantine vanguard gains 11 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 11 hit points.",damage:"the adamantine vanguard gains 11 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a358c311-d4ad-4689-abf7-76d264fcad6f",name:"Arantor",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:25,role:{type:2,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"Athletics +27, Insight +19",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:25},intelligence:{score:14},wisdom:{score:14},charisma:{score:23},hp:819,initiative:19,ac:38,fortitude:39,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"14965659-5cb8-4ec6-9c75-083215b6ff3b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+6 damage plus 2d8 necrotic damage.",damage:"2d8+6 damage plus 2d8 necrotic damage",category:1},{id:"3a0164ef-601e-47e0-bde2-0e60326ebc3e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"4f42ef15-3b37-460c-9087-e11e94e2e8b3",name:"Furious Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be arantor’s turn",range:"",attack:null,description:"",details:"Arantor makes a claw attack against each enemy in reach, and one bite attack.",damage:"",category:1},{id:"7ea684f6-fc2a-4a8b-bb77-5dbc171d0608",name:"Remnant Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"must be arantor’s turn",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"3d10+5 necrotic damage, and the target takes 15 ongoing cold damage (save ends).",damage:"3d10+5 necrotic damage",category:1},{id:"c8c5d7da-77b4-47f5-a315-e17cac805cb4",name:"Bloodied Breath",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"when arantor first becomes bloodied",range:"",attack:null,description:"",details:"Arantor recharges remnant breath and uses it immediately.",damage:"",category:1},{id:"b45eac89-6b84-46cf-a2f1-e8e97023755d",name:"Betraying Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"must be imrissa’s turn",range:"Close blast 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d10+4 psychic damage and the target is dazed until it damages one of its allies.",damage:"2d10+4 psychic damage and the target is dazed until it damages one of its allies",category:1},{id:"95e1b245-d4b8-4354-be4b-9d8293d57dca",name:"Influential Whispers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"must be imrissa’s turn",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"2d10+4 psychic damage, and the target is dominated (save ends). Aftereffect: The nearest ally within 3 squares of the target is dominated (save ends). This attack does not provoke opportunity attacks.",damage:"2d10+4 psychic damage",category:1},{id:"f89aba00-2a49-448c-ad76-2606f9d3d5a7",name:"Dead dragon’s Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"must be imrissa’s turn",range:"",attack:null,description:"",details:"Arantor teleports 10 squares.",damage:"Arantor teleports 10 squares",category:2},{id:"6c442534-8cf5-4c91-8689-943433efa8a0",name:"Two Souls",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Arantor acts twice each round, once on initiative result 30 and once on initiative result 20. The first is Arantor’s turn, and the second is Imrissa’s turn, which determines which powers Arantor can use on each turn. On Imrissa’s turn, Arantor can only move by using dead dragon’s stride.",damage:"once on initiative result 30 and once on initiative result 20",category:0},{id:"f8fcd45d-3741-481a-901a-4c3ae9e44fbb",name:"Shattered Prison",action:null,keywords:"",condition:"when arantor drops to 0 or fewer hit points",range:"",attack:null,description:"",details:"Arantor’s corpse cracks open and releases Imrissa, who continues to fight. She is large instead of huge, has 234 hit points, does not benefit from two souls, can move normally, and only uses powers that can be used on Imrissa’s turn.",damage:"has 234 hit points",category:0}],damageModifiers:[{type:2,value:-25},{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ba82a046-dfc1-491b-87b1-a3cbb1916615",name:"Brassbound",details:"",size:2,origin:4,type:2,keywords:"human",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"5",alignment:"Lawful Good",languages:"Common",skills:"",equipment:"chainmail; light shield; longsword",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:21},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:1,initiative:15,ac:30,fortitude:30,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"b7127462-50df-49e0-be80-17e3ebbc28ed",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"19fe7304-b907-4ebf-871f-2b43a8974359",name:"Aggressive Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The brassbound shifts 1 square to a square adjacent to an enemy.",damage:"The brassbound shifts 1 square to a square adjacent to an enemy",category:3},{id:"c21615b6-4ab9-4272-ac4a-3f7136f2d3d0",name:"Avenge Me!",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"One adjacent ally makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b629c96-3c36-4dcb-9fda-df28c79aca7e",name:"Chevesh",details:"",size:2,origin:4,type:2,keywords:"fire; human",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +18, Dungeoneering +15",equipment:"dagger; implement, wand",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:12},intelligence:{score:22},wisdom:{score:16},charisma:{score:13},hp:228,initiative:8,ac:27,fortitude:25,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"4b9910f2-5b94-43dd-9df3-9b6d1313f4cf",name:"Flame Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d4+4 damage plus 2d8 fire damage.",damage:"1d4+4 damage plus 2d8 fire damage",category:1},{id:"fcc3f0e5-7fe2-4e57-8109-98134e067317",name:"Flame Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"3d4+7 fire damage.",damage:"3d4+7 fire damage",category:1},{id:"63ca7eb0-db81-491d-b6a7-2458620dfa96",name:"Missile Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Chevesh makes two flame missile attacks.",damage:"",category:1},{id:"00a15a93-f687-45f2-9592-441b7de1fb25",name:"Lances of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 4d6+6 fire damage, and Chevesh pushes the target 4 squares.",damage:"4d6+6 fire damage",category:1},{id:"45d4c9d1-7e53-4249-b211-37c6a6481cfd",name:"Prismatic Beams",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"2d6+7 poison damage, and ongoing 5 poison damage (save ends). Effect: Chevesh makes a secondary attack. Secondary Attack: Close burst 5",attack:{bonus:18,defence:1},description:"",details:"targets enemies; targets enemies; +18 vs. Reflex; 2d6 + 7 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 7 fire damage",category:1},{id:"adf59b4f-15f3-4554-b25f-0aa6b705354d",name:"Body of Flame",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering creature takes 10 fire damage.",damage:"the triggering creature takes 10 fire damage",category:4},{id:"a2736f39-9fc7-4a18-816d-f580ea330e9d",name:"Blur",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Enemies 5 or more squares away from Chevesh cannot see him. Sustain Minor: The effect persists.",damage:"Enemies 5 or more squares away from Chevesh cannot see him",category:3},{id:"489e6ba5-2cec-441a-849c-76104929fabf",name:"Displacement",action:{action:5,trigger:"when an attack hits chevesh",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The attacker must reroll the attack.",damage:"",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e638304a-caa3-4140-af96-e5c530333ec3",name:"Cobalt Inquisitor",details:"",size:2,origin:4,type:2,keywords:"deva",level:14,role:{type:3,flag:0,leader:!0},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"History +15, Religion +15",equipment:"chainmail; quarterstaff",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:11},intelligence:{score:16},wisdom:{score:19},charisma:{score:22},hp:134,initiative:7,ac:26,fortitude:25,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"aeeb8050-ddc5-4b35-8548-266628043e7d",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+4 damage, and one enemy within 5 squares of the cobalt inquisitor other than the primary target takes 5 psychic damage.",damage:"2d8+4 damage",category:1},{id:"24886b5a-fa38-4d8d-85e3-ff491bc3afc1",name:"Holy Shackles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the target makes a save to end this effect"},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"1d10+6 psychic damage, and the target is restrained (save ends). Each enemy that starts its turn adjacent to the target while the target is restrained by this power is immobilized (save ends).",damage:"1d10+6 psychic damage",category:1},{id:"d992694b-c8d0-4480-b0cb-c7b7d7cde76b",name:"Inquisitor’s Query",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Radiant",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"one immobilized creature; the target is dominated (save ends), and the immobilized condition ends. Miss: The target takes 10 psychic damage.",damage:"the target takes 10 psychic damage",category:3},{id:"a5051f02-b17a-4c52-ad27-a50ef0e702d5",name:"Divine Command",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one ally or two minion allies the cobalt inquisitor can see; the target makes a basic attack as a free action.",damage:"",category:1},{id:"94418565-cd8f-4247-baf5-0c5dc295a033",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the cobalt inquisitor makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The cobalt inquisitor adds 1d6 to the triggering roll.",damage:"The cobalt inquisitor adds 1d6 to the triggering roll",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60216c34-e2de-416a-be1e-d57736e2c266",name:"Copper Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"plate armor; spear",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:20},intelligence:{score:11},wisdom:{score:13},charisma:{score:17},hp:148,initiative:14,ac:31,fortitude:28,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"b20fe253-4362-40cc-b692-e16e77c22a7a",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+6 damage plus 1d6 lightning damage. Effect: The target is marked until the end of the copper guard’s next turn.",damage:"1d8+6 damage plus 1d6 lightning damage",category:1},{id:"029963c1-b301-4e8a-9e26-d9c58bbab37b",name:"Jolting Reminder",action:{action:5,trigger:"when a target marked by the copper guard makes an attack that does not include the copper guard",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 2; 1d8+6 lightning damage, and the target is pushed 2 squares.",damage:"1d8+6 lightning damage",category:5},{id:"008c05d7-3737-41cf-9ee7-ffb06183aab0",name:"Shocking Condemnation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:20,defence:2},description:"",details:"2d8+6 lightning damage, and the target is immobilized until the end of the copper guard’s next turn.",damage:"2d8+6 lightning damage",category:1},{id:"fff6a3f3-383f-429c-9d18-817095b2c2ce",name:"Copper Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A copper guard gains resist 20 lightning when adjacent to at least one other copper guard.",damage:"A copper guard gains resist 20 lightning when adjacent to at least one other copper guard",category:0}],damageModifiers:[],resist:"see copper defense",vulnerable:"",immune:"",tactics:""},{id:"3c50003a-4da5-4179-ae68-8f5bd6d30ece",name:"Death Giant Dreadguard",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +18",equipment:"heavy shield; mace; plate armor",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:209,initiative:18,ac:38,fortitude:37,reflex:33,will:31,regeneration:null,auras:[{id:"b7d3d13b-b9f7-4ae3-a571-76c2f2a92373",name:"Soulcatcher",keywords:"",details:"aura 5; a creature that dies within the aura bestows one soul shard to the dreadguard."}],powers:[{id:"ead87e33-608e-4bea-aaed-c61a889fbc15",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is marked until the end of the dreadguard’s next turn.",damage:"2d8+6 damage",category:1},{id:"1631d3e2-1a71-4514-87ce-e9c6afd8426f",name:"Death Guardian",action:{action:5,trigger:"when an enemy marked by the dreadguard makes an attack that does not include the dreadguard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dreadguard makes a mace attack against the triggering enemy.",damage:"",category:5},{id:"61437471-beba-432d-918e-79c32c5f72c2",name:"Soul Shield",action:{action:7,trigger:"when an ally within 5 squares is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dreadguard expends one soul shard and the ally gains a +4 bonus to all defenses against the attack.",damage:"The dreadguard expends one soul shard and the ally gains a +4 bonus to all defenses against the attack",category:5},{id:"57260913-fbb1-464d-ade9-066857be8783",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The dreadguard expends one soul shard and regains 20 hit points.",damage:"The dreadguard expends one soul shard and regains 20 hit points",category:3},{id:"99becfdc-bebb-45fb-82f5-b923aba7c0a0",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the dreadguard to protect and empower it. At the start of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the dreadguard takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7740d24-a267-40db-a1b6-b01c38618340",name:"Death Giant Soulcatcher",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +18",equipment:"dagger; leather armor",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:22},charisma:{score:15},hp:209,initiative:16,ac:36,fortitude:35,reflex:32,will:35,regeneration:null,auras:[{id:"bf00ce5f-079b-4540-a4cc-4979a3211ca9",name:"Soulcatcher",keywords:"",details:"aura 10; a creature that dies within the aura bestows one soul shard to the soulcatcher."}],powers:[{id:"e7090aaf-541a-4927-b37a-212ccfbfa68c",name:"Soul Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d6+8 damage and the target is immobilized until the end of the soulcatcher’s next turn.",damage:"2d6+8 damage and the target is immobilized until the end of the soulcatcher’s next turn",category:1},{id:"7bc3f9d2-2b40-459f-8eeb-c0597ac648fb",name:"Soul Shrive",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"the target is stunned and loses 1 healing surge at the start of its turn (save ends both). A target without healing surges takes damage equal to one quarter its total hit points. Each time the target loses a healing surge or takes damage from soul shrive, the soulcatcher gains a soul shard.",damage:"a target without healing surges takes damage equal to one quarter its total hit points",category:1},{id:"f50db228-3dc1-40c8-9624-adae0f79ba71",name:"Soulfury Detonation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"must expend 3 soul shards",range:"Area burst 2 within 10",attack:{bonus:26,defence:1},description:"",details:"2d12+6 necrotic damage, and the target is dazed (save ends).",damage:"2d12+6 necrotic damage",category:1},{id:"dfe66f81-3111-4409-be60-76ba63a4294e",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The soulcatcher expends one soul shard and regains 20 hit points.",damage:"The soulcatcher expends one soul shard and regains 20 hit points",category:3},{id:"09a5a478-ee69-4a19-ac3c-6202b56be2a3",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the soulcatcher to protect and empower it. At the start of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the soulcatcher takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f145eddb-cb19-4207-ab4c-b3e0b87e94de",name:"Iron Talon",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Lawful Good",languages:"Common, Draconic",skills:"Bluff +13, Stealth +8",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:15},intelligence:{score:12},wisdom:{score:13},charisma:{score:20},hp:120,initiative:10,ac:28,fortitude:25,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"1f8fa452-9fe8-4a17-8578-ee867cac1bd4",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 vs. AC against a bloodied target )1d10 + 5 damage.",damage:"ac against a bloodied target )1d10 + 5 damage",category:1},{id:"4a55e496-0a8c-4e01-82d0-42eb1d1bc26a",name:"Righteous Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is marked by this power"},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"targets one enemy; the target is marked (save ends).",damage:"",category:3},{id:"dfaf00e2-7b62-4b2a-ac97-4625a3c63695",name:"Brilliant Doom",action:{action:7,trigger:"when a creature marked by the iron talon shifts",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:null,description:"",details:"The target takes 2d6 fire and radiant damage.",damage:"the target takes 2d6 fire and radiant damage",category:5},{id:"9bec6213-f8f9-4b14-9b5f-ae8b7809a7af",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron talon gains a +1 power bonus to its next attack roll against an enemy that hit it since the iron talon’s last turn. If the attack hits and deals damage, the iron talon deals 5 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5df67c5-bc84-44c4-821e-21b0716adca6",name:"Josseth Crownblade",details:"",size:2,origin:4,type:2,keywords:"human",level:18,role:{type:7,flag:1,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Diplomacy +21, Intimidate +21, Religion +15",equipment:"flail; heavy shield; plate armor",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:18},intelligence:{score:13},wisdom:{score:9},charisma:{score:24},hp:346,initiative:15,ac:33,fortitude:29,reflex:28,will:31,regeneration:null,auras:[{id:"5dc0db8c-0976-4629-86dd-1b6f389ed6c1",name:"Infectious Fervor",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to saving throws."}],powers:[{id:"9df8210f-e35e-401c-b275-63002cc0e4eb",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+7 damage plus 1d6 radiant damage. Effect: The target is marked until the end of Josseth’s next turn.",damage:"1d10+7 damage plus 1d6 radiant damage",category:1},{id:"7aa39c2b-bb5f-451a-92ee-8a8972b521ff",name:"Worthy Sacrifice",action:{action:5,trigger:"when an ally within range drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the triggering ally makes a basic attack as a free action.",damage:"",category:5},{id:"d8a366cf-aa3b-407f-aefa-51022aef099f",name:"Order’s Virtues",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"the target chooses to take 4d10 + 7 radiant damage or become dominated (save ends).",damage:"the target chooses to take 4d10 + 7 radiant damage or become dominated (save ends)",category:1},{id:"c206b561-c1ea-4f66-81e4-c65c9027ccd9",name:"Suffer Not the Infidel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one ally; the target shifts 2 squares and makes a basic attack as a free action.",damage:"the target shifts 2 squares and makes a basic attack as a free action",category:3},{id:"c06f307e-334a-4462-a6bb-c32748828a8e",name:"Brilliant Rebuke",action:{action:7,trigger:"when a creature marked by josseth makes an attack that does not include him as a target",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:23,defence:3},description:"",details:"targets the triggering creature; 2d6 radiant damage, the target is dazed until it is no longer marked, and each enemy adjacent to the target is blinded until the end of Josseth’s next turn.",damage:"2d6 radiant damage",category:5},{id:"befa6fe5-970d-4496-b23a-34de9ab5b414",name:"United We Stand",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets allies; Josseth pulls the target 1 square, and the target gains a +2 bonus to attack rolls and all defenses until the end of Josseth’s next turn.",damage:"Josseth pulls the target 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e78ca96b-049e-4a4c-ba97-5b1ae4e41bcd",name:"Naibur Tinok",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Netherese, Primordial",skills:"Arcana +12, Diplomacy +9, History +12",equipment:"bastard sword; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:19},wisdom:{score:12},charisma:{score:13},hp:156,initiative:5,ac:23,fortitude:18,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"6e5c177a-26bc-465c-9db8-f8e0be510673",name:"Acidic Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+3 acid damage.",damage:"1d10+3 acid damage",category:1},{id:"bb841a0c-6cac-4793-aea6-00da62e0d75c",name:"Corrosive Splash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Naibur makes two acidic slash attacks. If either hits, Naibur deals 3 points of acid damage to each enemy adjacent to him that he did not hit.",damage:"naibur deals 3 points of acid damage to each enemy adjacent to him that he did not hit",category:1},{id:"5bd36033-42ad-4b05-9336-2ee36db8b4f0",name:"Enervating Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d10+4 damage. Miss: Half damage. Effect: The target is weakened (save ends).",damage:"2d10+4 damage",category:1},{id:"b32b78d9-d38f-4e97-b539-8bbed3c87c24",name:"Lightning Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Close burst 2",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 2d10+4 lightning damage.",damage:"2d10+4 lightning damage",category:1},{id:"b5f3a95c-5057-467c-a1d8-fdebf9c1c558",name:"Aegis of Ensnarement",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets one enemy in burst; no attack roll; the target is marked until Naibur marks another target with this power. If a target marked by this power is within 10 squares of Naibur when it hits with an attack that does not include him as a target, Naibur can use an immediate reaction after the target’s entire attack is resolved to teleport the target to any space adjacent to him. In addition, the target grants combat advantage to all creatures until the end of Naibur’s next turn.",damage:"If a target marked by this power is within 10 squares of Naibur when it hits with an attack that does not include him as a target",category:3},{id:"df46d87d-7d36-4c8e-aee6-c0de393b89ad",name:"Shadowstride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Illusion, Teleportation",condition:"",range:"",attack:null,description:"",details:"Naibur teleports 6 squares and is invisible until the start of his next turn.",damage:"Naibur teleports 6 squares and is invisible until the start of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69f8a758-b72c-40f3-a979-aeaedba8fb76",name:"Rilta",details:"",size:2,origin:1,type:2,keywords:"air; Genasi",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6 see also cloud hop",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +12, Stealth +12, Thievery +12",equipment:"dagger; leather armor; short sword",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:19},intelligence:{score:13},wisdom:{score:12},charisma:{score:18},hp:188,initiative:10,ac:23,fortitude:19,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"016b987f-6fc5-40ae-9c55-2f0bcc7546db",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+5 damage plus 1d6 cold damage, and Rilta shifts 2 squares.",damage:"1d6+5 damage plus 1d6 cold damage",category:1},{id:"46d02918-8209-47fe-b13b-f11a50fec67e",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:0},description:"",details:"2d4+5 damage, and the target cannot make opportunity attacks until the end of Rilta’s next turn.",damage:"2d4+5 damage",category:1},{id:"362f3954-20dd-40d6-8295-657e899472b3",name:"Swiftwind Stride",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rilta makes two basic attacks.",damage:"",category:1},{id:"1eb9ced2-48e0-46a3-8af0-d8884e0f2b0c",name:"Steel Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:12,defence:2},description:"",details:"targets enemies; 2d6+5 damage, and Rilta pushes the target 1 square and knocks it prone.",damage:"2d6+5 damage",category:1},{id:"f70e2aa0-9097-4652-840d-b2a10eebbdf4",name:"Knockout Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+4 damage and the target is knocked unconscious (save ends). Miss: Half damage, and the target is dazed (save ends).",damage:"2d6+4 damage and the target is knocked unconscious (save ends)",category:1},{id:"8f374130-ad55-470b-ac7b-a20cb6d1fc64",name:"Evasive Flip",action:{action:4,trigger:"when a creature flanks rilta",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Rilta shifts 2 squares, which can move her through occupied squares. At the end of her movement, Rilta deals 4 damage to an adjacent enemy.",damage:"rilta deals 4 damage to an adjacent enemy",category:5},{id:"fe3ccb9b-ed5e-4ab8-af8d-8dd653409fc7",name:"Cloud Hop",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of her turn, Rilta gains fly 6 and can hover. If Rilta ends her turn without landing, she floats harmlessly to the ground.",damage:"Rilta gains fly 6 and can hover",category:3},{id:"42eb3828-2cd2-40a0-b150-dc01be1896fb",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rilta deals 2d6 extra damage against any target granting combat advantage to her.",damage:"rilta deals 2d6 extra damage against any target granting combat advantage to her",category:0},{id:"04d50c46-2340-48c7-b4c6-eafee862f471",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rilta has combat advantage against any enemy that has not yet acted in the encounter.",damage:"",category:0}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e60ddf2-8383-4fcf-a469-d2ff1302cdfb",name:"Salavar Dag",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:16,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +16, Intimidate +10",equipment:"execution axe; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:18},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:192,initiative:12,ac:28,fortitude:31,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"771c3fd7-c0e3-4731-902a-2c843ac5b68b",name:"Great Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d12+6 damage (crit 2d12 + 30).",damage:"2d12+6 damage (crit 2d12 + 30)",category:1},{id:"4b7fc378-c72a-44dc-a654-986207d4c0f2",name:"Killing Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied or when an enemy scores a critical hit against salavar"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 2d12+6 damage (crit 2d12 + 32). Effect: Salavar shifts 1 square and repeats the attack.",damage:"2d12+6 damage (crit 2d12 + 32)",category:1},{id:"40bd3b44-b8db-43bc-968c-70096df32db2",name:"Furious Assault",action:{action:7,trigger:"when salavar hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack deals 1[W] extra damage if it’s a weapon attack or 1d8 extra damage if it isn’t.",damage:"the attack deals 1[w] extra damage if it’s a weapon attack or 1d8 extra damage if it isn’t",category:5},{id:"f593c60a-94b7-4f5c-bdc9-2d8913671fa5",name:"Half-Orc Resilience",action:null,keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Salavar gains 10 temporary hit points.",damage:"Salavar gains 10 temporary hit points",category:0},{id:"801c00c6-0f50-44e1-aca0-ca273b791feb",name:"Obedient Servant",action:null,keywords:"",condition:"",range:"Salavar Dag deals 1[W] extra damage on any melee basic attack he makes granted by an ally.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3629c3b9-40cb-47f8-b049-fcfac6e4e1b9",name:"Tanris",details:"",size:2,origin:1,type:2,keywords:"air, water; Genasi",level:12,role:{type:4,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Primordial",skills:"Bluff +11, Insight +13, Stealth +16",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:20},intelligence:{score:16},wisdom:{score:14},charisma:{score:10},hp:184,initiative:15,ac:26,fortitude:22,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"fd474c20-3e07-4d25-ae2f-e85fe184cf16",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"6d446121-033f-45ad-b822-01a1f33f9e8c",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"59863dee-65b3-4940-9a31-52923342342b",name:"Near or Far",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Tanris makes two basic (melee or ranged) attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"a975383f-f863-4e02-a839-b4298dcb63a1",name:"By the Throat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage, and the target is grabbed and takes a –2 penalty to escape checks to escape the grab.",damage:"1d4+5 damage",category:1},{id:"5b0a2809-ac68-4cec-b3af-a60e41eed6e7",name:"Close Shave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets one creature grabbed by Tanris; 3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"8e603eb0-4597-4138-bca6-cdbe79637e98",name:"Before You Go",action:{action:7,trigger:"when an enemy grabbed by tanris escapes",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets the escaping enemy; 2d4+5 damage.",damage:"2d4+5 damage",category:5},{id:"6336d2e7-631b-4c97-bd03-19d719c10fa5",name:"Rising Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:14,defence:2},description:"",details:"2d10 lightning damage. Effect: Tanris gains fly 6 until the end of his next turn.",damage:"2d10 lightning damage",category:3},{id:"ed4ef0b5-0c14-47db-840b-3971952e1d81",name:"Body Shield",action:{action:0,trigger:"when an enemy hits or misses tanris",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be grabbing a creature",range:"",attack:null,description:"",details:"Tanris takes only half damage from the hit, and the grabbed creature takes the rest. If the attack misses and deals damage on a miss, Tanris takes no damage and the grabbed enemy takes all the damage from the attack.",damage:"tanris takes only half damage from the hit",category:5},{id:"54ab93b7-761e-483f-910c-68eb6f507884",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Tanris deals 1d6 extra damage against any target granting combat advantage to him.",damage:"tanris deals 1d6 extra damage against any target granting combat advantage to him",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f34a9b2-718f-4f28-9aee-556b619d8870",name:"Traitorous Spirit",details:"",size:2,origin:5,type:2,keywords:"",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:14,ac:35,fortitude:35,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"c9e2ce5e-69f8-4897-becd-930520a18b88",name:"Shiv",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"11 damage (13 damage with combat advantage).",damage:"11 damage (13 damage with combat advantage)",category:1},{id:"a37fdecb-e34c-45e3-b911-22562ea70bfc",name:"Last Betrayal",action:null,keywords:"Weapon",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The traitorous spirit makes a shiv attack against each adjacent enemy.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dfa21621-beeb-4c8c-a438-01a1d81592ab",name:"Mage Wight",details:"",size:2,origin:4,type:2,keywords:"undead, wight",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 3",alignment:"Evil",languages:"Common",skills:"Arcana +9, Dungeoneering +5, Nature +5",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:46,initiative:3,ac:17,fortitude:14,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"958fa909-c5e3-4edc-a15d-e14d415a458f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+2 necrotic damage, and the mage wight pushes the target 2 squares. If the target is immobilized, it also loses a healing surge.",damage:"2d6+2 necrotic damage",category:1},{id:"e9dc4b37-b862-4312-8237-58602c673ac9",name:"Deathchill Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d8+3 necrotic damage, and the target is immobilized (save ends).",damage:"1d8+3 necrotic damage",category:1},{id:"4b37ca5d-eb22-4804-99ed-b6f289566ca6",name:"Spirit-Chilling Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:6,defence:1},description:"",details:"targets immobilized enemies; 1d6+3 cold and necrotic damage, the target loses a healing surge, and two deathchill wisps appear in squares adjacent to the target. The wisps act just after the mage wight in the initiative order. Miss: 1d6 + 3 cold and necrotic damage, and one deathchill wisp appears next to the target.",damage:"1d6+3 cold and necrotic damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"17e036ab-9cc6-4a82-8a1e-f31472f31f54",name:"Tainted Bat",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; blindsight 3",movement:"1, fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:15},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:1,initiative:4,ac:13,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"71719e3c-aa3d-48c3-9e5d-339643a73e1c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"1106eedf-9caf-4d7b-9e87-851f58c686cb",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The tainted bat flies 6 squares and makes one melee basic attack at any point during that movement. It doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43ddec94-1bd1-47f9-b3d2-8409432e530e",name:"Tainted Ooze",details:"",size:2,origin:0,type:0,keywords:"blind, ooze",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +4; blindsight 5",movement:"4, climb 2, swim 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:1,initiative:2,ac:13,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"a68c7fa9-3e14-453a-a9ba-f2150a05aacd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:4,defence:1},description:"",details:"3 acid damage, and the target slides 2 squares.",damage:"3 acid damage",category:1},{id:"bd4b0575-b623-4cb4-bfa7-4a50491fb454",name:"Oozy Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tainted ooze ignores difficult terrain.",damage:"",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze, pull/push/slide",tactics:""},{id:"64ae5a55-dea7-45db-8b8c-e490bb911f5e",name:"Tainted Root",details:"",size:2,origin:0,type:0,keywords:"blind, ooze",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6; blindsight 5",movement:"2, climb 2 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:17},intelligence:{score:1},wisdom:{score:12},charisma:{score:4},hp:1,initiative:3,ac:15,fortitude:13,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"302dafaf-7da6-439f-b785-0ba2307fd68f",name:"Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"must not be grabbing an enemy",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 4 damage, and the target is grabbed and pulled adjacent to the root.",damage:"4 damage",category:1},{id:"594fd2cc-fd2d-4829-a5d1-2ebe10be0921",name:"Drag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Targets an enemy grabbed by the tainted root; 2 damage, and the tainted root shifts 1 square and slides the target 1 square to a square adjacent to the tainted root.",damage:"2 damage",category:1},{id:"867a0db0-f586-4cc2-9a68-04126877f3e4",name:"Snaky Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tainted root ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"640fb432-0af5-486e-87bb-bc26ba687f49",name:"Tainted Root Pod",details:"",size:2,origin:0,type:1,keywords:"blind, plant",level:2,role:{type:3,flag:0,leader:!1},senses:"Perception +3; blindsight 5",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:17},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:34,initiative:1,ac:16,fortitude:14,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"aa35c882-ed46-4295-ab4c-b27276940f2b",name:"Root Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 1d8+3 damage, and the target is grabbed. The tainted root pod can grab one target at time.",damage:"1d8+3 damage",category:1},{id:"93cb8cf3-c86d-4e88-b1e1-193291b909d8",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Targets a creature the tainted vine pod is grabbing; 1d8+3 damage, and the vine pod sustains the grab.",damage:"1d8+3 damage",category:1},{id:"b93b8d3e-932c-47c1-9cf1-7999fc1f3fd7",name:"Pulling Roots",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tainted root pod shifts 2 squares and slides any creature grabbed by it 2 squares into a square adjacent to it.",damage:"The tainted root pod shifts 2 squares and slides any creature grabbed by it 2 squares into a square adjacent to it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e14f4fb-8a3c-46e2-a0c1-3e2a7a2065fc",name:"Tainted Wisp",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"fly 6 (hover)",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:15},charisma:{score:10},hp:1,initiative:7,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"fe1d1f08-99e8-46ff-a096-df6166df90fc",name:"Tainted Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"4 psychic damage.",damage:"4 psychic damage",category:1},{id:"01590d99-7ee9-43c0-abc7-259a2c1c1288",name:"Incorporeal Form",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when an attack hits the tainted wisp",range:"",attack:null,description:"",details:"Roll d20; on a 10+, the tainted wisp takes no damage.",damage:"the tainted wisp takes no damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3b23496b-0a11-4c5c-bcc6-ba758119bbc6",name:"Tainted Zombie",details:"",size:2,origin:0,type:0,keywords:"undead",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:10},dexterity:{score:14},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:30,initiative:2,ac:13,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"9f44dc60-2f6a-4aa7-8e48-81e3d839a467",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+3 damage, and the target is immobilized (save ends).",damage:"1d8+3 damage",category:1},{id:"fc575d82-f024-4e21-982f-7f3579187821",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Targets an immobilized creature; 2d6+3 damage, and the target is no longer immobilized.",damage:"2d6+3 damage",category:1},{id:"d7bec112-185d-43e8-9155-ec0e90b22173",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the zombie reduces it to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ad00a27a-9c42-43f9-b2c7-b2c626d0baa4",name:"Amon Bassiri",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:17,role:{type:4,flag:1,leader:!0},senses:"Perception +18; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +13, Bluff +15, History +13, Stealth +20, Thievery +20",equipment:"dagger; leather armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:24},intelligence:{score:16},wisdom:{score:21},charisma:{score:14},hp:246,initiative:19,ac:31,fortitude:29,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"7fc951ad-3cf8-4d97-b5ff-d003111a8d2d",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d4+6 damage.",damage:"4d4+6 damage",category:1},{id:"7d241e66-4010-46a7-a3ed-2885b23f2ac9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri makes two dagger attacks.",damage:"",category:1},{id:"ab53dc70-e0c6-4f2c-8c39-a7690fbd4ee9",name:"Arcane Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"6d4+10 damage; Amon Bassiri can choose to do normal damage with this attack, or have the attack deal cold, fire, lightning, or thunder damage instead.",damage:"6d4+10 damage",category:1},{id:"5c0e6ffc-e0f3-4d02-9cd1-a20e964df282",name:"Rush to Action",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d4+17 damage; Amon Bassiri can shift 2 squares both before and after making this attack.",damage:"4d4+17 damage",category:1},{id:"7ae921c8-a24c-4048-bd93-5a9b2005fd04",name:"No More Secrets",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one creature; the target gains 10 vulnerability to cold, fire, lightning, or thunder (Amon’s choice) until the end of Amon’s next turn.",damage:"the target gains 10 vulnerability to cold",category:3},{id:"86ee506b-f62f-44df-bdb2-0abd5aaf6ac4",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri can teleport 5 squares.",damage:"Amon Bassiri can teleport 5 squares",category:2},{id:"bef2dce1-66d0-4a35-9345-7bd4864bb63d",name:"Swift Watcher",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One eladrin ally within 5 squares of Amon (and in his line of sight) can shift 2 squares as a free action.",damage:"One eladrin ally within 5 squares of Amon (and in his line of sight) can shift 2 squares as a free action",category:3},{id:"b86a9e1e-5258-44de-ae51-11375f8ffcd2",name:"Watcher’s Signet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri gains a +5 bonus to Stealth checks until the end of his next turn.",damage:"Amon Bassiri gains a +5 bonus to Stealth checks until the end of his next turn",category:3},{id:"e31648ce-9e77-4a19-bc0e-a6e5377a9f0c",name:"Night’s Embrace",action:{action:4,trigger:"when hit or missed by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri gains total concealment from the attacking creature until the end of the creature’s next turn. Amon can use this power even in the radius of a revelation sphere and this power does not end when Amon enters the radius of a revelation sphere.",damage:"",category:5},{id:"05622112-0a8e-4fd3-9733-3bce6ee139ce",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri deals 3d6 extra damage against any target granting combat advantage to him.",damage:"amon bassiri deals 3d6 extra damage against any target granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"072f2018-5090-4968-b80f-651ebb6c0e5c",name:"Angry Mob",details:"",size:5,origin:4,type:2,keywords:"swarm",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:8},charisma:{score:12},hp:74,initiative:3,ac:17,fortitude:19,reflex:17,will:16,regeneration:null,auras:[{id:"46151fe5-61bf-482f-b6ac-951d7b74966b",name:"Swarm Attack",keywords:"",details:"aura 1; the angry mob makes a basic attack as a free action against each enemy that begins its turn within the aura."}],powers:[{id:"d53a9019-8767-41bc-9551-7e1241ed348f",name:"Savage Mob",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+4 damage, and the target is knocked prone.",damage:"2d6+4 damage",category:1},{id:"35d8b21a-bf9d-4966-95bb-4f8394f9c691",name:"Crushing Press",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An angry mob deals an extra 2d6 damage to prone creatures.",damage:"an angry mob deals an extra 2d6 damage to prone creatures",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"56891a2a-9f73-4a9e-9fb5-bb80329133f6",name:"Arena Champion",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +14, Athletics +16, Bluff +13, Diplomacy +13, Intimidate +13",equipment:"hide armor; scimitar",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:15},wisdom:{score:12},charisma:{score:17},hp:228,initiative:12,ac:25,fortitude:24,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"8260f2d9-2ec2-48a6-9380-4ffe7ed85844",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+4 damage (crit 1d8+20).",damage:"2d8+4 damage (crit 1d8+20)",category:1},{id:"bfbac0b6-6fa9-41b7-8c7a-1299772e46c9",name:"Reaping Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The arena champion makes two scimitar attacks.",damage:"",category:1},{id:"f2b1d524-75b6-4772-9a28-b4f2e2a5f521",name:"Treacherous Move",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"the target grants combat advantage to the arena champion until the end of the champion’s next turn.",damage:"",category:3},{id:"68d3c5ae-9365-44a0-abae-c798c9e8d5f3",name:"Finishing Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Bloodied target only; (two attacks)2d8+4 damage (crit 1d8 + 20), and ongoing 5 damage (save ends).",damage:"(two attacks)2d8+4 damage (crit 1d8 + 20)",category:1},{id:"f9e1c7a9-7d97-4cd4-8f63-5e4b3117f2d6",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arena champion’s scimitar attacks deal 3d6 extra damage to targets granting combat advantage to it.",damage:"the arena champion’s scimitar attacks deal 3d6 extra damage to targets granting combat advantage to it",category:0},{id:"41569ae7-c5bd-4420-b7e0-7f6b8bd9858d",name:"Deft Escape",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the arena champion is marked, that condition ends. In addition, the arena champion shifts 3 squares.",damage:"the arena champion shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7a4950f1-71e1-4b2f-b65f-f929242e0beb",name:"Arena-Trained Ogre",details:"",size:3,origin:4,type:2,keywords:"ogre",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Intimidate +10",equipment:"greataxe; hide armor",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:19},intelligence:{score:8},wisdom:{score:17},charisma:{score:6},hp:173,initiative:9,ac:26,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"c26774ef-11b4-44a9-a65f-9b3bd8ab4973",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 4d6+5 damage.",damage:"4d6+5 damage",category:1},{id:"cbfc3d4b-e2fc-4f91-94c3-80aefd3083f1",name:"Vorpal Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage, and ongoing 10 damage (save ends).",damage:"2d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc335f16-4e35-4620-b21d-b7278967a3b2",name:"Ashgaunt",details:"",size:2,origin:4,type:2,keywords:"undead",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +4; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:16},wisdom:{score:12},charisma:{score:20},hp:82,initiative:7,ac:25,fortitude:24,reflex:20,will:20,regeneration:null,auras:[{id:"69579cfd-e3ae-43c9-9fad-482bc06ed7cd",name:"Grave Masters",keywords:"",details:"aura 5; each undead ally within the aura gains a +2 bonus to attack rolls and to all defenses, +4 if the ashgaunt created the creature with its wake the dead ability."}],powers:[{id:"13bcac6a-b55b-43e6-bd65-e750c2e0c0f3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+5 necrotic damage and target is marked until the end of the ashgaunt’s next turn.",damage:"1d6+5 necrotic damage and target is marked until the end of the ashgaunt’s next turn",category:1},{id:"09d595e1-c66f-485f-b1fe-b882504a7eca",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+5 necrotic damage; if the target is marked, it also loses 1 healing surge and is immobilized (save ends). If the target has no healing surges, the attack does extra damage equal to half the target’s bloodied total. On a hit, the ashgaunt regains 5 hit points.",damage:"2d6+5 necrotic damage",category:1},{id:"bb681c74-16fc-48c5-b3af-9f7cc3e4b449",name:"Wake the Dead",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:null,description:"",details:"targets up to 4 destroyed undead creatures reduced to 0 hit points within range; the targets become zombie rotters (see Monster Manual 274), which fight on the behest of the ashguant until the end of the encounter or for 5 minutes, whichever comes first. The zombie rotters rise as a free action, and act after the ashgaunt in the initiative order.",damage:"targets up to 4 destroyed undead creatures reduced to 0 hit points within range",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"efdfbc3c-ce41-42d7-9ab9-a2db9a8023f4",name:"Aspect of Yeenoghu",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Athletics +24, Insight +24, Intimidate +22, Nature +24, Stealth +23",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:24},intelligence:{score:20},wisdom:{score:26},charisma:{score:22},hp:424,initiative:20,ac:36,fortitude:36,reflex:34,will:35,regeneration:null,auras:[{id:"2538e37b-ae7e-4f2b-93a6-2ed4d663cc6e",name:"Fetid Cloud",keywords:"",details:"aura 3; each enemy inside the aura takes a –2 penalty to attack rolls."}],powers:[{id:"3fd208a5-685b-4daf-b80e-a624225d6ff5",name:"Three-Headed Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d6 + 9 damage.",damage:"2d6 + 9 damage",category:1},{id:"db9aa042-3600-4fe8-bdce-eaade8d315da",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"at-will against target hit by three-headed flail",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 1d6 + 9 damage, and ongoing 5 damage (save ends).",damage:"1d6 + 9 damage",category:3},{id:"a825f993-7450-4cb6-a61e-9d96e954e122",name:"Fetid Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the aspect reduces an enemy to 0 or fewer hit points"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:25,defence:1},description:"",details:"2d6+9 poison damage, and the target is pushed 1 square and takes ongoing 10 poison damage (save ends).",damage:"2d6+9 poison damage",category:1},{id:"d98a7fd7-6d4c-4f71-a671-c298ea29c4eb",name:"Threatening Reach",action:null,keywords:"",condition:"requires three-headed flail",range:"",attack:null,description:"",details:"The aspect of Yeenoghu can make opportunity attacks against all creatures within its reach (2 squares).",damage:"",category:0},{id:"d2b26710-a66a-4b71-adb1-61029f4c94d2",name:"Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Yeenoghu can shift 3 squares. Until the end of the aspect’s turn, any target it ends its move adjacent to grants combat advantage to the aspect.",damage:"The aspect of Yeenoghu can shift 3 squares",category:2},{id:"f3e32147-c094-4122-b80f-f13d6f50b7b0",name:"Hyena Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If an aspect of Yeenoghu moves at least 3 squares from where it began its turn, its attacks deal 2d6 extra damage.",damage:"its attacks deal 2d6 extra damage",category:0},{id:"a5de29b0-d558-4e75-ba4f-87e3fb3adc27",name:"Demonic Wrath",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When bloodied, an aspect of Yeenoghu gains a +2 bonus to attack rolls.",damage:"an aspect of Yeenoghu gains a +2 bonus to attack rolls",category:0}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"51d69d5c-b63b-40c2-ab26-42890e330be8",name:"Barrier Sentinel",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +7, History +7",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:196,initiative:11,ac:25,fortitude:21,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"85734f29-54ec-4693-b988-60c098a0bbb5",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage, and the target is marked until the end of the barrier sentinel’s next turn.",damage:"1d8+7 damage",category:1},{id:"e70dcdbf-55e0-4dc2-b7f4-32b47f4eb0d2",name:"Drive Back",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 3 squares.",damage:"2d8+7 damage",category:1},{id:"3a7aa027-82fb-45a6-8e9e-b44d626c933f",name:"Shield Riposte",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires shield",range:"",attack:{bonus:14,defence:1},description:"",details:"1d6+5 damage, and barrier sentinel gains a +2 bonus to AC and Reflex until the end of its next turn.",damage:"1d6+5 damage",category:5},{id:"96856917-fba0-4212-9eb1-a5b237114683",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The barrier sentinel can teleport 5 squares.",damage:"The barrier sentinel can teleport 5 squares",category:2},{id:"41b44435-5800-4f19-8d6c-943f17241176",name:"Sentinel Step",action:{action:4,trigger:"when an enemy moves into a position flanking the barrier sentinel",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barrier sentinel can teleport 5 squares.",damage:"The barrier sentinel can teleport 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07d520e2-8dcd-4fd8-a46e-b2903513580e",name:"Bloodcrazed Duergar Dhampyr",details:"",size:2,origin:4,type:2,keywords:"devil, vampire",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +11, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:17},intelligence:{score:9},wisdom:{score:15},charisma:{score:10},hp:214,initiative:7,ac:20,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"ca5156ec-c2f8-481f-aab5-088154ca77eb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+5 damage, and ongoing 5 damage (save ends).",damage:"1d12+5 damage",category:1},{id:"72a2f110-da71-460c-81fa-ff63aeea9961",name:"Blood Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodcrazed duergar dhampyr makes two claw attacks. If the first claw attack hits a target, the dhampyr can attempt to grab that target instead of making the second claw attack.",damage:"",category:1},{id:"551777c5-1057-4650-8ae3-81e9d20c2f7f",name:"Blood Letting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires a grabbed target",range:"",attack:{bonus:9,defence:1},description:"",details:"1d8+5 damage, and ongoing 5 damage (save ends), and the bloodcrazed duergar dhampyr regains 25 hit points.",damage:"1d8+5 damage",category:1},{id:"415d38b4-8549-4f64-958d-fe4041c53bba",name:"Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:10,defence:0},description:"",details:"2d8+8 damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"2d8+8 damage",category:3}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7cff9838-8f3c-44b9-ac05-7a84685ea1b5",name:"Bugbear Assassin",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +10, Stealth +12, Thievery +12",equipment:"crossbow; crossbow bolt; dagger; leather armor; longsword",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:14},hp:168,initiative:9,ac:21,fortitude:21,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"ea540fef-239b-4a5b-82e7-408428f28157",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+4 damage (crit +1d8).",damage:"2d8+4 damage (crit +1d8)",category:1},{id:"2ec849ec-af68-42d2-8b18-6c7bd7336cdb",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"d898f376-7fca-4467-952f-965f035cf90e",name:"Acid Vial",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:10,defence:2},description:"",details:"2d6+4 acid damage, and the target is blinded (save ends).",damage:"2d6+4 acid damage",category:1},{id:"c9bd5ce4-cad2-4835-bff0-c9abc2deba22",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The bugbear assassin makes two longsword or two crossbow attacks.",damage:"",category:1},{id:"289b0b5b-4011-4789-b16a-7e62e428da8b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bugbear assassin’s attack deals 1d10 extra damage to any target granting combat advantage to it.",damage:"a bugbear assassin’s attack deals 1d10 extra damage to any target granting combat advantage to it",category:0},{id:"cb35d402-5c68-4d1a-84b3-3bcd098ec10b",name:"Assassin’s Stop",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear assassin shifts 2 squares.",damage:"The bugbear assassin shifts 2 squares",category:2},{id:"beb4bd14-f257-46d9-8765-12a4df04e7ea",name:"Assassin’s Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"The bugbear assassin shifts 1 square and makes an attack against the triggering creature; on a hit, any marks placed on the assassin by the triggering creature are removed and the triggering creature grants combat advantage to the assassin.",damage:"The bugbear assassin shifts 1 square and makes an attack against the triggering creature",category:5},{id:"2c3e8bb1-0df9-4b96-a491-cd4b2ca5e015",name:"Poison Blade",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"special",range:"",attack:null,description:"",details:"As a minor action, the assassin can apply one of the following three poisons to its weapons. Once it applies the poison, it gains a secondary attack against the next target it damages with that weapon. The assassin can use only one poison on a weapon at a time. If it applies another poison before damaging an enemy with its first poison, the initial poison is wasted.",damage:"it gains a secondary attack against the next target it damages with that weapon",category:3},{id:"adcbed76-3d6f-4aed-aee7-b824db6e6b0a",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The assassin deals 1d6 extra damage against the next target granting combat advantage to it.",damage:"the assassin deals 1d6 extra damage against the next target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23b6c80e-e358-4f9b-a74a-f47045e87143",name:"Bugbear Bloodghost Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Acrobatics +12, Athletics +12, Intimidate +6, Stealth +14",equipment:"greataxe; hide armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:85,initiative:9,ac:22,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"016205cf-abe1-4d00-840b-ad108700913b",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+5 damage (crit 1d12+17).",damage:"1d12+5 damage (crit 1d12+17)",category:1},{id:"ba5fb5bf-5964-4c96-a4eb-26a552a159e5",name:"Slayer’s Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The bloodghost hunter moves 7 squares before the attack and does not provoke opportunity attacks by moving; 1d12+5 damage (crit 1d12 + 17). Effect: The bloodghost hunter shifts 3 squares after the attack.",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"4be3ed6b-05ce-4714-bf5f-3ea1afef3957",name:"Blur of Movement",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodghost hunter shifts 3 squares.",damage:"The bloodghost hunter shifts 3 squares",category:2},{id:"b71866b0-5e03-4582-9a7e-3b67f9c41448",name:"Shadow Ghost",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the bloodghost hunter has cover or concealment, it can make a Stealth check with a +2 bonus to become hidden.",damage:"it can make a Stealth check with a +2 bonus to become hidden",category:3},{id:"af59e8d4-5a4d-4e2d-806c-85c18ca104a4",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hunter deals 1d6 extra damage against the next target granting combat advantage to it.",damage:"the hunter deals 1d6 extra damage against the next target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ce4d607-bfbe-434d-9c16-09f2f4050386",name:"Bugbear Shadow Walker",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +9, Athletics +9, Stealth +12, Thievery +10",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:13},wisdom:{score:12},charisma:{score:11},hp:49,initiative:9,ac:19,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"e6a5157c-6ab0-4745-9b61-5eb774beb8f2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"579efebd-1222-4171-8d35-2116335aa8de",name:"Blur of Movement",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow walker shifts up to 8 squares, and can make 2 short sword attacks at any point during the move. The shadow walker must attack two different targets. On a hit, the shadow walker slides the target 3 squares.",damage:"The shadow walker shifts up to 8 squares",category:1},{id:"09a9d963-6dfb-451d-94bb-94ea7c7f8154",name:"Shadow Walk",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"When a shadow walker moves 3 or more squares on its turn, it becomes invisible until the end of its next turn or until it attacks.",damage:"When a shadow walker moves 3 or more squares on its turn",category:0},{id:"4b11dabb-4095-47fa-bee2-20d3e6b285d8",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow walker deals 1d6 extra damage against the next target granting combat advantage to it.",damage:"the shadow walker deals 1d6 extra damage against the next target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"075bb2cb-8cf4-4b0d-888b-cc6a26f3313b",name:"Cazakk the Blessed",details:"",size:3,origin:4,type:1,keywords:"dragon; red",level:11,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +12, Bluff +13, Insight +12, Intimidate +18",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:15},charisma:{score:17},hp:464,initiative:11,ac:27,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"08e7a982-13ea-4ba1-a9cf-556640c5ebb9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 plus 3d6 fire damage.",damage:"2d6+6 plus 3d6 fire damage",category:1},{id:"80e0dd30-d856-4fea-a44f-d008985a43c5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"3254c722-6873-4989-8f7f-e4bab3f5438b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"030659ec-8417-4aa3-b5b1-d45db8bdcc96",name:"Snatch",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when an enemy moves into a square adjacent to cazakk",range:"",attack:{bonus:16,defence:2},description:"",details:"2d6+6 damage, and the target is grabbed. First Failed Escape Attempt: Cazakk automatically hits the target with his bite attack.",damage:"2d6+6 damage",category:5},{id:"cc9ef8a9-b09c-4278-8626-61640d0f6f04",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"2d10+5 fire damage. Miss: Half damage.",damage:"2d10+5 fire damage",category:1},{id:"8db09c14-b13c-4926-98a8-157deb34c8c3",name:"Glory of Tiamat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"while bloodied",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"the target is pushed 3 squares, knocked prone, and dazed (save ends).",damage:"the target is pushed 3 squares",category:1},{id:"4bfdad43-dca4-4d5c-b2e7-5694a35ce2a6",name:"Glacial Armor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Cazakk gains 33 temporary hit points and a +2 bonus to AC, but his fire resistance goes down to 0. These effects last until the temporary hit points this power grants are gone.",damage:"Cazakk gains 33 temporary hit points and a +2 bonus to AC",category:3}],damageModifiers:[{type:3,value:-10},{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aa17af59-7336-4047-9341-13a7f78eb458",name:"Common Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +6",equipment:"hide armor; short sword",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:11},charisma:{score:10},hp:45,initiative:5,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"b5721e02-737d-4568-bafb-b12866f91654",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage, and the gladiator shifts 1 square.",damage:"1d6+5 damage",category:1},{id:"0ae33e91-b5b6-41e1-be91-bd1876317b17",name:"Deep Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+3 damage, ongoing 3 damage (save ends), and the gladiator shifts 1 square.",damage:"2d6+3 damage",category:1},{id:"ecc60362-8f5b-4203-9cc3-1820bfc0e4de",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires two weapons",range:"",attack:{bonus:8,defence:0},description:"",details:"Two attacks; 1d6+1 damage per attack. If both attacks hit the same target, the gladiator pushes the target 1 square.",damage:"1d6+1 damage per attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00b3ea24-73a7-45c5-b9ef-d2eccac54f17",name:"Crocotta",details:"",size:2,origin:1,type:1,keywords:"demon",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:17},intelligence:{score:5},wisdom:{score:15},charisma:{score:11},hp:94,initiative:9,ac:23,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"6045b884-a987-4eb5-bf08-3c74f236c866",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"191431fd-fc79-4f97-822c-3ea8b8e67e31",name:"Haunting Laughter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:12,defence:3},description:"",details:"2d10+6 damage, and the crocotta slides the target 1 square. Miss: The crocotta slides the target 1 square.",damage:"2d10+6 damage",category:1},{id:"141eb99b-4f2f-4b61-9c84-5bd1107a3600",name:"Morphic Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"Close blast 3",attack:{bonus:12,defence:3},description:"",details:"the target grants combat advantage to the crocotta until the end of the crocotta’s next turn.",damage:"",category:3},{id:"82c6089a-fb6f-4bfd-b8f8-8c98c81d26c5",name:"Craven",action:{action:4,trigger:"when targeted by a power with the fear keyword",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever a Crocotta is the target of an attack with the fear keyword, it shifts 4 squares away from the source of the attack.",damage:"it shifts 4 squares away from the source of the attack",category:5},{id:"e6d0388e-bbdb-4fb5-998a-20efa8f1c7ae",name:"Feint",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a crocotta shifts at least 1 square during its turn, its melee attacks deal 1d6 extra damage.",damage:"",category:0}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b54c1590-6a59-4542-b833-900c470bd400",name:"Dhampyr Asassin",details:"",size:2,origin:4,type:2,keywords:"vampire; human",level:13,role:{type:4,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +17, Athletics +15, Stealth +17",equipment:"kukri; leather armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:22},intelligence:{score:15},wisdom:{score:12},charisma:{score:19},hp:198,initiative:16,ac:27,fortitude:26,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"208a4282-d53b-4a83-b2f0-c39a6754f60f",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+8 damage (reroll any damage die result of 1).",damage:"1d6+8 damage (reroll any damage die result of 1)",category:1},{id:"5db27e6e-7d3d-411c-b0d9-cee4b8c9218a",name:"Blood Run",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The dhampyr assassin moves 6 squares and makes two melee basic attacks at any point during that movement. It does not provoke opportunity attacks when moving away from the targets of these attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"3124583e-6ff6-4e4e-90ac-e11b0350d15c",name:"Tear the Vein",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:16,defence:1},description:"",details:"2d8+6 damage, and the dhampyr assassin regains 25 hit points.",damage:"2d8+6 damage",category:1},{id:"8f16f843-a524-43fb-b049-79109ca6161e",name:"Misty Step",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dhampyr assassin gains insubstantial, phasing, and concealment until the end of its next turn or until it attacks, whichever comes first.",damage:"",category:1},{id:"69d62595-5131-4274-a363-bf34c1d32f25",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dhampyr assassin’s attack deals 3d6 extra damage to any target granting combat advantage to it.",damage:"a dhampyr assassin’s attack deals 3d6 extra damage to any target granting combat advantage to it",category:0},{id:"d388cb90-357b-470a-bdd7-61a02c8fd4f0",name:"Strike from the Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the dhampyr assassin misses with an attack while hidden, it remains hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea56cbde-0cd2-4a11-8edf-1747f581fe9d",name:"Dhampyr Coercer",details:"",size:2,origin:4,type:2,keywords:"vampire; eladrin",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +20, Stealth +15",equipment:"katar; leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:21},intelligence:{score:16},wisdom:{score:15},charisma:{score:24},hp:324,initiative:13,ac:31,fortitude:29,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"96cc0e5b-b532-40f1-9c67-aba5df3b1bc8",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d6+7 damage (crit 4d6+19).",damage:"2d6+7 damage (crit 4d6+19)",category:1},{id:"43de60e6-61f8-4376-86ab-5cff3ecd7ae1",name:"Blood Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The dhampyr coercer makes two melee basic attacks. Each hit also slides the target 1 square.",attack:null,description:"",details:"",damage:"",category:1},{id:"65c58955-203c-4c87-8e6a-85170b9e0c70",name:"Tear the Vein",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:19,defence:1},description:"",details:"2d8+6 damage, and the dhampyr coercer regains 40 hit points.",damage:"2d8+6 damage",category:1},{id:"296b971e-8d62-4f86-8ef3-a865bf93b441",name:"Luring Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"the coercer pulls the target 3 squares and the target is dazed (save ends). This attack does not provoke opportunity attacks.",damage:"the coercer pulls the target 3 squares and the target is dazed (save ends)",category:3},{id:"98c6e4ad-b74e-45b8-a981-bc3d516df10c",name:"Repelling Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close burst 3",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 1d8+7 psychic damage, and the coercer pushes the target 3 squares.",damage:"1d8+7 psychic damage",category:1},{id:"a1c3831b-56c9-4972-b78c-d150de5f8ccf",name:"Bloody Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dhampyr coercer teleports 5 squares. Any target that the coercer ends its teleport adjacent to grants combat advantage to it.",damage:"The dhampyr coercer teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91d8fbee-5e96-4ad4-84a9-ba7fab0d973f",name:"Elder Arantham",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:3,flag:1,leader:!0},senses:"Perception +18; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +21, Diplomacy +20, History +21, Insight +23, Religion +21",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:16},intelligence:{score:19},wisdom:{score:22},charisma:{score:17},hp:448,initiative:15,ac:39,fortitude:37,reflex:38,will:40,regeneration:{value:5,details:"damage from silver weapons negates Arantham’s regeneration until the end of his next turn"},auras:[{id:"0c003803-f183-4686-a05a-3a77e4ccafc0",name:"Deathless Fanaticism",keywords:"",details:"aura 10; each ally within the aura that drops to 0 hit points immediately makes a melee basic attack with a +5 bonus to the attack roll and damage roll."}],powers:[{id:"4f17d7b7-fd37-41f0-ae70-9b98fe017afa",name:"Unholy Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"1d10+6 necrotic damage and ongoing 10 necrotic damage, and when the target of this attack takes ongoing necrotic damage, all adjacent creatures take 5 necrotic damage (save ends both).",damage:"1d10+6 necrotic damage and ongoing 10 necrotic damage",category:1},{id:"e40dcf68-27b1-485f-8ec3-0a4ad5f608d2",name:"Unholy Glare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"(minor",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"1d10+6 necrotic damage and ongoing 10 necrotic damage, and when the target of this attack takes ongoing necrotic damage, all adjacent creatures take 5 necrotic damage (save ends both).",damage:"1d10+6 necrotic damage and ongoing 10 necrotic damage",category:1},{id:"5709690a-4e3d-4d8c-9a42-b7737e6557e6",name:"Killing in the Name",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"up to three allies in the burst make a melee basic attack with a +2 bonus. Each attack deals 2d6 extra damage.",attack:null,description:"",details:"",damage:"",category:1},{id:"6d2b41d7-f891-46cf-99c6-2ade8ac089e9",name:"Dying for the Cause",action:{action:5,trigger:"when elder arantham takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"requires an adjacent allied minion",range:"",attack:null,description:"",details:"The ally is reduced to 0 hit points. Arantham takes no damage from the triggering attack.",damage:"arantham takes no damage from the triggering attack",category:5},{id:"efebd4d4-30d2-4503-b71d-912a0349ef86",name:"Return to Sanctum",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Arantham teleports himself and one ally within 5 squares to a prepared location within 1 mile.",damage:"Arantham teleports himself and one ally within 5 squares to a prepared location within 1 mile",category:1},{id:"799e1b78-8885-435a-83ec-cf0f23c9b29d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Arantham spends a healing surge and regains 112 hit points. Arantham gains a +2 bonus to all defenses until the start of his next turn.",damage:"Arantham spends a healing surge and regains 112 hit points",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"38f55720-1123-4176-927c-2164abbe174a",name:"Flameharrow",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:3,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"6, teleport 3",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:16},intelligence:{score:18},wisdom:{score:15},charisma:{score:21},hp:244,initiative:9,ac:26,fortitude:24,reflex:25,will:26,regeneration:null,auras:[{id:"7c73bc61-5db2-4a69-8ef2-cfef4ac40a8a",name:"Spiritual Inferno",keywords:"",details:"aura 5; each undead ally within the aura gains resist 10 fire and deals ongoing 5 necrotic damage (save ends) in addition to the normal damage from its attacks."}],powers:[{id:"ebc5c979-cb07-4ea3-bd78-81711bf6ec30",name:"Flameharrow Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+5 fire damage, and the target can’t spend healing surges until the end of the flameharrow’s next turn.",damage:"1d10+5 fire damage",category:1},{id:"d674b966-0648-45e4-99ec-8965d7fa917c",name:"Harrowing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close blast 10",attack:{bonus:16,defence:3},description:"",details:"targets one enemy; 1d8+5 psychic damage, and target is pushed 4 squares. The target is dazed until the end of the flameharrow’s next turn.",damage:"1d8+5 psychic damage",category:3},{id:"302446be-ab2b-49ef-afaf-fe9044ef37d3",name:"Deadfire Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"1d8+6 necrotic damage, and the target takes ongoing 5 fire damage and is immobilized (save ends both).",damage:"1d8+6 necrotic damage",category:3},{id:"2a6a644e-6ae5-49b9-8388-98dc1945d287",name:"Death’s Salvation",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing",condition:"immediate interrupt when an undead ally is reduced to 0 hit points",range:"",attack:null,description:"",details:"Range 10; the triggering ally regains 15 hit points.",damage:"Range 10",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9440b8eb-ccdb-48d3-aa0f-02b5b49bdc72",name:"Grand Melee Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Any",languages:"Common",skills:"",equipment:"javelin; leather armor; light shield; short sword",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:9},charisma:{score:8},hp:1,initiative:5,ac:16,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"cec85204-546e-4b71-b779-88cc89d7754c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3 damage (5 damage with combat advantage).",damage:"3 damage (5 damage with combat advantage)",category:1},{id:"f5f8d789-6ff6-4418-af14-0dbdcc00d275",name:"Dirty Tactics",action:null,keywords:"",condition:"",range:"A target that is adjacent to one or more creatures grants combat advantage to a grand melee gladiator.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"de1e03f9-1c1d-4704-a109-21714fba4cd7",name:"Hoard Scarab Swarm",details:"",size:3,origin:4,type:1,keywords:"swarm",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +15; tremorsense 4",movement:"8, burrow 4, fly 6 (maximum altitude 3)",alignment:"Unaligned",languages:"",skills:"Stealth +15 (+20 amid gold coins or similar material)",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:21},intelligence:{score:1},wisdom:{score:20},charisma:{score:9},hp:85,initiative:14,ac:22,fortitude:21,reflex:23,will:22,regeneration:null,auras:[{id:"032dd476-3efc-4bd7-9372-7209d012c165",name:"Swarm Attack",keywords:"",details:"aura 1; the hoard scarab swarm makes a grasping swarm attack as a free action against each enemy that starts its turn within the aura. This aura deactivates while the hoard scarab swarm is hidden."}],powers:[{id:"89802007-78ac-4055-9cec-fd5706c62e80",name:"Grasping Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d8+1 damage, and the target takes ongoing 5 damage and is grabbed.",damage:"1d8+1 damage",category:1},{id:"5363d743-e677-4227-bba1-a04732741bba",name:"Coin Meld",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Can be used only while at least 1 square in the hoard scarab swarm’s space contains gold coins or similar material. The hoard scarab swarm gains total concealment from all enemies as long as it remains within the same space as gold coins or similar material, and it can make an immediate Stealth check to hide.",damage:"Can be used only while at least 1 square in the hoard scarab swarm’s space contains gold coins or similar material",category:1},{id:"adea5e87-3d3e-4a94-af29-fece76bc84da",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hoard scarab swarm’s attack deals 2d8 extra damage to any target granting combat advantage to it.",damage:"a hoard scarab swarm’s attack deals 2d8 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"6a172a01-5942-4b6b-a63d-32bf67a78a68",name:"Jarmaag Fireseer",details:"",size:1,origin:4,type:2,keywords:"Kobold",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common, Draconic, Goblin",skills:"Arcana +14, Diplomacy +12, Insight +11, Stealth +12, Thievery +12",equipment:"dagger",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:13},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:72,initiative:5,ac:20,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"8dfbb992-3835-4d4f-9276-d4d1f497d7fe",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"d9d3933f-714e-4645-85aa-f9404907d13f",name:"Black Shard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+4 necrotic damage, and the target is slowed until the end of Jarmaag’s next turn.",damage:"1d6+4 necrotic damage",category:1},{id:"43eed218-1b30-48ca-b1e7-7b04c7824585",name:"Lightning Arc",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"targets one, two, or three creatures; 1d8+4 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"88d26f84-22ed-4b5b-a5d0-92bf249c9964",name:"Wind Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement",condition:"",range:"Area burst 1 within 10",attack:{bonus:11,defence:2},description:"",details:"2d6+4 damage, and Jarmaag slides the target 2 squares.",damage:"2d6+4 damage",category:1},{id:"aad95c29-f000-4e99-ab79-db796a5b83ba",name:"Acid Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Implement",condition:"",range:"Area burst 2 within 10",attack:{bonus:11,defence:1},description:"",details:"1d10+6 acid damage. Miss: Half damage.",damage:"1d10+6 acid damage",category:1},{id:"69ccad25-d249-43f1-889a-1411f927c179",name:"Knife in the Back",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Jarmaag includes at least one ally in an area attack, he deals 1d6 extra damage to all targets of that attack.",damage:"he deals 1d6 extra damage to all targets of that attack",category:0},{id:"2cff3fe5-f2ee-423d-ae51-a18a56cda880",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jarmaag shifts 1 square.",damage:"Jarmaag shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9871a73-77b6-4228-abd9-f6502c6cfe7d",name:"Kagen the Blackknife",details:"",size:2,origin:2,type:2,keywords:"drow",level:6,role:{type:6,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +9, Intimidate +11, Stealth +14",equipment:"hand crossbow; short sword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:19},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:138,initiative:9,ac:20,fortitude:18,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"a2449c60-3d2c-4e11-96e4-91b0d3dc1079",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"f569168e-f1a3-4467-877c-2ad9a8178f85",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"60ed645a-7953-4ea9-8e01-cfbbff05a263",name:"Clear the Bar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:null,description:"",details:"Kagen the Blackknife makes two hand crossbow attacks.",damage:"",category:1},{id:"d5a1dfa7-6ac8-4450-a7f3-bb5bb21cfa12",name:"Deal with the Rabble",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Kagen the Blackknife can shift up to 2 squares and make a hand crossbow attack.",damage:"Kagen the Blackknife can shift up to 2 squares and make a hand crossbow attack",category:5},{id:"21ff231b-a7b6-422d-91ba-ba11d7e92233",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"the burst creates a zone of darkness that lasts until the end of Kagen the Blackknife’s next turn. This cloud blocks line of sight for all creatures except Kagen the Blackknife. Any creature (except Kagen the Blackknife) is blinded while it is entirely within the cloud.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef1ff0c8-dcca-426c-b368-96baa0347d4a",name:"Kobold Chieftain",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +10, Intimidate +10",equipment:"battleaxe; plate armor; sling",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:13},intelligence:{score:12},wisdom:{score:12},charisma:{score:17},hp:65,initiative:5,ac:21,fortitude:18,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"d52ab8f1-6574-439b-99fc-a494c719f69b",name:"Battle Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the chieftain’s next turn.",damage:"1d8+5 damage",category:1},{id:"0d86998f-e16d-4d64-bd69-149cd080dc55",name:"Fight On, You Slugs!",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"each kobold ally in the burst gains a +4 bonus to its next attack roll.",damage:"each kobold ally in the burst gains a +4 bonus to its next attack roll",category:3},{id:"e92af63b-00db-4867-a57b-c8fb4fd516c5",name:"Knee Splitter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage, and the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d8+5 damage",category:1},{id:"42f1e3ba-ae3d-473e-a931-beaf4b44c48c",name:"Cheap Shot",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d8 damage, and the target is stunned (save ends).",damage:"1d8 damage",category:3},{id:"6ff9615e-84d4-4745-b5cc-ee8ad5514ecf",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"09b579aa-ad6b-4e0b-9279-f15dc30ecc11",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5e39439-6814-401c-a50b-f753420abc36",name:"Kobold Horde",details:"",size:2,origin:4,type:2,keywords:"swarm",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Stealth +9",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:13},intelligence:{score:7},wisdom:{score:9},charisma:{score:8},hp:67,initiative:6,ac:19,fortitude:18,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"8db7fa48-5905-4659-bd98-16d324362742",name:"Horde of Knives",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"0ac5a7c1-6aa1-4f6e-a6de-b482f53f7f6b",name:"Overwhelm Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:9,defence:1},description:"",details:"1d8+5 damage, and the target is knocked prone.",damage:"1d8+5 damage",category:1},{id:"3e76c188-0e63-457f-b5b5-6bc743d20375",name:"Swarm the Fallen",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets prone enemies; 1d10+6 damage.",damage:"1d10+6 damage",category:3},{id:"80102842-487a-45b1-bfe0-952d99c30afe",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"fdd7a8ea-f5fc-409d-a324-133695eb7b2c",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"8ffb0d8f-de5e-4e0f-9685-d32087e1e152",name:"Kobold Piker",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Athletics +8, Stealth +9",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:13},intelligence:{score:7},wisdom:{score:12},charisma:{score:10},hp:42,initiative:2,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"ccd31a5a-6cbe-4591-8f2d-5e1aa17cd564",name:"Kobold Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"e8bd7eb2-5856-4790-9663-2aaa298f5b70",name:"Warding Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"(with a +1 bonus per ally adjacent to the target)1d10+3 damage, and the target is pushed 1 square.",damage:"(with a +1 bonus per ally adjacent to the target)1d10+3 damage",category:1},{id:"dd6b6615-4fa2-4f3a-930b-4bd7b1c210c1",name:"Piker Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a piker readies an action to make a basic melee attack against a foe that enters a square adjacent to it, it gains +4 to damage rolls on that attack.",damage:"",category:0},{id:"2334f3d0-6493-4911-a9b5-fc2f426ae51e",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"276738ac-4251-405f-8767-8c4ae6d0c050",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a91547aa-9502-40ea-9159-3827ace01eec",name:"Kobold Rat Master",details:"",size:1,origin:4,type:2,keywords:"reptile",level:4,role:{type:7,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Nature +8",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:114,initiative:6,ac:20,fortitude:18,reflex:17,will:16,regeneration:null,auras:[{id:"bfea0e98-5253-4ae0-aa3f-980064ebb84f",name:"Rat Horde",keywords:"",details:"aura 1; each enemy that begins its turns within the aura takes 5 damage. Enemies treat squares in the aura as difficult terrain. See also devouring horde."}],powers:[{id:"b6f6b95c-ea1c-43c1-b760-6471f9733480",name:"Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d4+2 damage, and the target is pulled 1 square.",damage:"1d4+2 damage",category:1},{id:"26e9f70d-5814-4bf7-881f-f830e6a62eed",name:"Gnawing Rats",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:9,defence:1},description:"",details:"1d6+2 damage and ongoing 5 damage (save ends). See also devouring horde.",damage:"1d6+2 damage and ongoing 5 damage (save ends)",category:1},{id:"2cfca110-cb80-4f5e-b3dc-7cd45e56ebb4",name:"Devouring Horde",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:9,defence:1},description:"",details:"1d6+3 damage, and the target is stunned (save ends); until the target saves, the rat master loses its rat horde aura and the use of its gnawing rats attack.",damage:"1d6+3 damage",category:1},{id:"6d36772e-5628-4574-b2ae-4a31f7bb69ba",name:"Rat Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:9,defence:2},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"04944963-4b50-4ce1-90c5-ba0ee7f4355a",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"cff5169a-5f7b-476f-91ba-426ee0b08b4e",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a14b23e9-ce4e-4aa3-a80f-c3b40349f7d2",name:"Kobold Spiker",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Dungeoneering +8, Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:16},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:44,initiative:4,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"0d8d3451-f318-46d4-8d32-a611fe980fda",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"bfca4376-b6b0-42e1-b79d-b4f2b6f03bc1",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"02598763-48ce-48a4-93ef-7b2c7d40bcbb",name:"Foot Spiker",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Trap",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4 + 4 damage, and the target is slowed (save ends). Once caltrops hit with an attack, they are crushed and destroyed. A spiker carries enough caltrops to fill 1 square.",damage:"2d4 + 4 damage",category:3},{id:"45b894cc-3edd-4dae-ba12-b10aa9d8001b",name:"Knee Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage, and the target is pushed 1 square. If a creature is attacked by a trap due to this forced movement, the creature grants combat advantage to the trap.",damage:"1d6+3 damage",category:1},{id:"b481f5c0-3515-4cad-a31c-07679ceadea5",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"214e1324-0b60-4145-bf12-29eb87041d7f",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bfdc154e-3478-4b9b-8bfe-c54075afac01",name:"Kobold Vermin Handler",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Acrobatics +9, Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:38,initiative:4,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"0f9bc417-630f-4e09-82ba-60009539db2a",name:"Hand Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"4673fac6-2c63-4629-887e-4c2e3254ce01",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"e55ac695-1084-4b41-bd52-e88bc667be02",name:"Vermin Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 5",attack:{bonus:8,defence:2},description:"",details:"1d8+2 damage, and the target takes ongoing 5 poison damage and is dazed (save ends both). Miss: Half damage, and the target takes ongoing 2 poison damage and is slowed (save ends both).",damage:"1d8+2 damage",category:1},{id:"a4e05cfa-a9e2-4da5-9851-3ca426709ca8",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"ac6d3af7-4f9d-4ebe-8d49-4e29ebe4bc64",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"104fc950-3fd5-4a96-b247-4a595b581aec",name:"Kobold War Priest",details:"",size:1,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +10, Religion +10",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:13},intelligence:{score:14},wisdom:{score:17},charisma:{score:16},hp:65,initiative:3,ac:19,fortitude:18,reflex:16,will:19,regeneration:null,auras:[],powers:[{id:"b158bc56-0d94-4bb5-bebc-b925801b9305",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"ae7085e1-fd8b-4715-a4b1-3ac102ba55cc",name:"Venomous Sting",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Poison",condition:"(standard",range:"Ranged 5",attack:{bonus:9,defence:1},description:"",details:"1d6+2 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+2 poison damage",category:1},{id:"0e9fd508-f69e-4088-adf9-9d594fa4af1b",name:"Surge of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Implement",condition:"",range:"Close burst 2",attack:{bonus:9,defence:3},description:"",details:"1d6+2 psychic damage, and the target is pushed 3 squares and dazed (save ends).",damage:"1d6+2 psychic damage",category:1},{id:"9835d4dc-965d-4d4d-8074-486d73d8b852",name:"Devouring Stone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d6+3 damage, and the target is immobilized (save ends). Each time the target fails to save against this effect, it takes 1d6 damage.",damage:"2d6+3 damage",category:1},{id:"6baac2cc-48f9-418c-bdfb-6963015752eb",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"5304fdd6-2675-4560-93da-6ef9e1355f7c",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2815be3b-1261-4101-9a55-4eae9a74cd28",name:"Kobold Wild Mage",details:"",size:1,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Arcana +10, Stealth +11",equipment:"dagger; implement, wand",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:15},intelligence:{score:16},wisdom:{score:15},charisma:{score:16},hp:62,initiative:4,ac:17,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"56247b3c-4bff-422c-8afd-2f2cd930dc04",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"f6511f94-9eae-42bf-b835-e55b5e841388",name:"Wild Surge",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d6+4 damage, and the wild mage slides the target 2 squares.",damage:"1d6+4 damage",category:1},{id:"3b75c556-c58d-4bd9-b825-8ce540ad87dd",name:"Wild Magic",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Varies",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"on a hit, roll a d4 to determine the effect:",damage:"",category:1},{id:"12ab101f-6c02-4b4c-823c-68c2acc81a4e",name:"Wild Blast",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:10,defence:2},description:"",details:"2d6+4 fire, cold, and lightning damage.",damage:"and lightning damage",category:0},{id:"c54ed032-bf09-4db1-8848-ae3d4fda2fe3",name:"Wild Teleport",action:{action:4,trigger:"when the wild mage is damaged",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"The kobold wild mage teleports 1d6 squares.",damage:"The kobold wild mage teleports 1d6 squares",category:5},{id:"bca210dd-ced7-45e4-964e-863508f5b583",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"d8e3be99-7781-4ace-8ec8-1f84b48e9beb",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10ea174d-ce02-482e-9a52-f79e8f3e7e12",name:"Mauglurien",details:"",size:2,origin:4,type:2,keywords:"undead",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Dwarven",skills:"Athletics +22, Endurance +18, Intimidate +23",equipment:"",category:"",strength:{score:27},constitution:{score:19},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:422,initiative:14,ac:39,fortitude:35,reflex:31,will:34,regeneration:null,auras:[{id:"4d455301-9034-444e-908b-79e4fb182171",name:"Undead Warlord",keywords:"",details:"aura 10; each ally within the aura gains a +5 bonus to initiative."}],powers:[{id:"eb6a0493-b374-4a4e-8841-86523f653ec6",name:"Boneshredder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 10 necrotic damage (crit 5d12 + 30).",damage:"2d10 + 10 necrotic damage (crit 5d12 + 30)",category:1},{id:"fdf13ede-7978-4c57-8135-8c5e3b2cf3a6",name:"Black Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires boneshredder",range:"2d10 + 10 necrotic damage (crit 5d12 + 30 ), and an ally adjacent to the target makes a melee basic attack against the target as a free action with a +5 damage bonus.",attack:{bonus:30,defence:0},description:"",details:"",damage:"",category:1},{id:"0e23276c-2934-4a5d-9371-93d6220a6fc5",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"undead creatures within the burst (including Mauglurien) deal 2d6 extra fire damage with melee attacks until the end of Mauglurien’s next turn.",attack:{bonus:26,defence:2},description:"",details:"6d8 + 4 necrotic and fire damage to all living creatures",damage:"6d8 + 4 necrotic and fire damage to all living creatures",category:1},{id:"1360549b-d936-48de-8b5a-bfd436dd53a3",name:"Ebon Rider Banner",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll.",damage:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll",category:1},{id:"4621d748-9529-49a1-975f-1ca285c48ce7",name:"Shadow Weapon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"Mauglurien’s melee attacks target Reflex instead of AC until the start of his next turn.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5298b5f-e6ff-4aeb-955f-d35eb076b799",name:"Mithrendain Guard",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +4, History +4",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:38,initiative:6,ac:18,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"e3c1269b-5052-4298-8eae-8efda573ee69",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"eb81f260-c412-476b-aa85-834933d1ea41",name:"Protective Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d8+5 damage, and the target is marked until the end of the Mithrendain guard’s next turn.",damage:"2d8+5 damage",category:1},{id:"76a665b5-f608-4d25-b19d-43597e8d2558",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Mithrendain guard can teleport 5 squares.",damage:"The Mithrendain guard can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9685fe10-256e-42d8-8945-c9a2a41b01c1",name:"Mithrendain Guard Captain",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +5, History +5",equipment:"longsword; scale armor",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:16},charisma:{score:13},hp:63,initiative:8,ac:21,fortitude:17,reflex:18,will:17,regeneration:null,auras:[{id:"4fa4f9f2-c453-4b67-9085-2557583661fc",name:"Eladrin Courage",keywords:"",details:"aura 5; any eladrin ally within the aura that succeeds on a saving throw gains 5 temporary hit points."}],powers:[{id:"fc4d7672-fefb-41b7-ae33-ef241239e818",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"d9353e60-cce4-4844-95d1-1bd42d9cea09",name:"Protective Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"3d8+5 damage and the target is marked until the end of the Mithrendain guard captain’s next turn.",damage:"3d8+5 damage and the target is marked until the end of the mithrendain guard captain’s next turn",category:1},{id:"090d7b69-fe15-4ee7-a8bd-085d935e9b83",name:"Guard Captain’s Poise",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one eladrin ally within burst; the target makes an immediate saving throw against one effect that a save can end.",damage:"",category:3},{id:"4f11e3f4-ef5a-411a-a950-ee81d496179a",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Mithrendain guard captain can teleport 5 squares.",damage:"The Mithrendain guard captain can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a936188a-2e7c-4c17-88e1-75af1c7e2331",name:"Nezrebe",details:"",size:3,origin:4,type:2,keywords:"",level:25,role:{type:7,flag:1,leader:!0},senses:"Perception +24; low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Endurance +23, Intimidate +23, Nature +24",equipment:"",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:25},charisma:{score:22},hp:462,initiative:20,ac:41,fortitude:39,reflex:36,will:38,regeneration:null,auras:[{id:"e13855ce-d6e7-4802-b983-8bbcc385b52c",name:"Bloodlust",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to attack rolls."}],powers:[{id:"8075eeb3-6af3-4238-ba8f-14d9bacb4013",name:"Winnower",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+9 damage, and the target is marked until the end of Nezrebe’s next turn.",damage:"2d8+9 damage",category:1},{id:"c11fc8d7-a9e9-4816-a318-7e9276b880fd",name:"Bloody Phlegm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"1d8+6 acid damage, and the target is blinded (save ends).",damage:"1d8+6 acid damage",category:1},{id:"71bd03c1-f502-4229-8e3c-a5c876ac0b37",name:"Savage Bite",action:{action:3,trigger:"when nezrebe hits with winnower",sustainAction:0,use:1,recharge:"recharges when nezrebe makes a critical hit"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"1d12+9 damage, and ongoing 10 damage (save ends). Aftereffect: Target is dazed (save ends).",damage:"1d12+9 damage",category:5},{id:"c3e0f2c7-62ed-4023-840a-7d1cb45a052e",name:"Rending Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when nezrebe is first bloodied or makes a critical hit"},keywords:"Weapon",condition:"requires winnower",range:"",attack:{bonus:30,defence:0},description:"",details:"4d8+9 damage, and the target takes ongoing 5 damage (save ends) and is marked until the end of Nezrebe’s next turn.",damage:"4d8+9 damage",category:1},{id:"fa9df0df-ed52-4e9f-89b0-7245561d8240",name:"Savage Frenzy",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Nezrebe makes a melee basic attack against each adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:1,value:-15}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"d34dd255-f393-47eb-ae9e-98086e87727f",name:"Rathos Bloodghost",details:"",size:2,origin:4,type:2,keywords:"bugbear",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Diplomacy +12, Insight +12, Intimidate +14, Stealth +14, Thievery +12",equipment:"dagger; hide armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:15},hp:212,initiative:8,ac:24,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"e5b02c65-a7c8-4495-8ddd-5fe2ab7ba74a",name:"Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Two attacks; 1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"efa71c2c-aea2-4c44-9b17-5eb7cf31d3fc",name:"Flick of the Wrist",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(minor",range:"Ranged 6/12",attack:{bonus:16,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"da4363af-a5a1-4c1e-93bc-3d8eae78cd0b",name:"Crushing Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d4+6 damage, and the target is grabbed.",damage:"1d4+6 damage",category:1},{id:"dcfbed84-92d0-4d77-8a4b-ed879e101558",name:"Strangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Targets a creature grabbed by Rathos; 2d8+5 damage. Miss: Half Damage.",damage:"2d8+5 damage",category:1},{id:"28b121e4-5272-4623-9987-c11a73f85b57",name:"Choke and Throw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"2d4+6 damage, Rathos slides the target 3 squares, and the target is knocked prone and is stunned until the end of Rathos’s next turn.",damage:"2d4+6 damage",category:1},{id:"f445c23e-68e6-4713-b7a7-d363429e854f",name:"Quick Counter",action:{action:4,trigger:"when an enemy misses rathos with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Targets the triggering enemy; 1d4+6 damage.",damage:"1d4+6 damage",category:5},{id:"423dde10-3b87-49f2-93d5-066bed551145",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rathos deals 1d6 extra damage against the next target that grants combat advantage to him.",damage:"rathos deals 1d6 extra damage against the next target that grants combat advantage to him",category:3},{id:"89917c6b-224e-48ca-845b-1b3575402e47",name:"Quick Draw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rathos can draw a weapon as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7f91bd2d-07c1-4076-b2ac-454476585221",name:"Veteran Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Any",languages:"Common",skills:"Bluff +8, Diplomacy +8, Intimidate +8",equipment:"net; scale armor; trident",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:70,initiative:7,ac:22,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"d205e6da-3c38-4168-a32f-ab39303a7204",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the veteran gladiator’s next turn.",damage:"1d8+5 damage",category:1},{id:"cdf21c70-1b24-493e-ab5a-9fa11b601c1b",name:"Entangling Net",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Reach 2; 1d6+2 damage, and the target is grabbed.",damage:"1d6+2 damage",category:1},{id:"3d9e2998-efbe-402e-81d9-c8964156f003",name:"Pinning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage, and the target is marked, immobilized, and takes ongoing 5 damage (save ends all). The gladiator cannot make trident attacks while the target remains immobilized.",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e864ce37-6429-4a34-9ca0-0509742ee115",name:"Vyndra Sysvani",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Good",languages:"Common, Draconic, Dwarven, Elven",skills:"Arcana +15, Diplomacy +14, History +15",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:16},intelligence:{score:18},wisdom:{score:19},charisma:{score:20},hp:139,initiative:7,ac:20,fortitude:19,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"88322b69-359c-47c6-aaf6-558b3ff40376",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"ef29bfb7-2257-4e88-b256-f7eb715682e7",name:"Reactive Blast",action:{action:5,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Fire",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"2d6+4 fire damage.",damage:"2d6+4 fire damage",category:5},{id:"744a5f95-8b6c-4322-bbb6-1e68474977e6",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:12,defence:2},description:"",details:"3d6+4 fire damage.",damage:"3d6+4 fire damage",category:1},{id:"76566610-094d-4212-8885-48646588085f",name:"Bloodied Burst",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Vyndra Sysvani’s fire burst recharges, and she uses it.",damage:"",category:5},{id:"b57af991-b9d7-40e6-a361-c332d3312378",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Vyndra Sysvani can teleport 5 squares.",damage:"Vyndra Sysvani can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"12de4b2c-897a-42f7-897e-ca920a288668",name:"Watcher of the Night",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:12,role:{type:4,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +10, History +10, Stealth +17",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:22},intelligence:{score:14},wisdom:{score:19},charisma:{score:13},hp:194,initiative:16,ac:26,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"71880ce1-358f-4ee1-89b1-0638fdcfa411",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d4+5 damage.",damage:"3d4+5 damage",category:1},{id:"f52bc3b6-6a97-4195-b49b-e6fb9cf2d2f7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night makes two dagger attacks.",damage:"",category:1},{id:"f03b691b-caac-4ffc-8aab-b1accc8b6c7a",name:"Arcane Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"4d4+10 damage; the Watcher of the Night can choose to do normal damage with this attack, or have the attack deal cold, fire, lightning, or thunder damage instead.",damage:"4d4+10 damage",category:1},{id:"d3a6781b-1181-4041-8a3c-755149bfbc8d",name:"No More Secrets",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one creature; the target gains 10 vulnerability to cold, fire, lightning, or thunder (Watcher of the Night’s choice) until the end of the Watcher’s next turn.",damage:"the target gains 10 vulnerability to cold",category:3},{id:"9e8e03d0-5f30-49e6-bb48-2594efbf0478",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night can teleport 5 squares.",damage:"The Watcher of the Night can teleport 5 squares",category:2},{id:"08df05f1-ff63-4ad7-b912-779879f489b9",name:"Watcher’s Signet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night gains a +5 bonus to Stealth checks until the end of its next turn.",damage:"The Watcher of the Night gains a +5 bonus to Stealth checks until the end of its next turn",category:3},{id:"ea4a70cb-1dc9-4cf7-b30b-09425c70b947",name:"Night’s Embrace",action:{action:4,trigger:"when hit or missed by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night gains total concealment from the attacking creature until the end of the Watcher’s next turn. The Watcher of the Night can use this power even in the radius of a revelation sphere and this power does not end when the Watcher of the Night enters the radius of a revelation sphere.",damage:"",category:5},{id:"26f6e581-c34a-4793-9e9b-c46113fb0b60",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Watcher of the Night deals 2d6 extra damage against any target granting combat advantage to it.",damage:"a watcher of the night deals 2d6 extra damage against any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f2e548c-d0ef-4047-8b72-7c3e161d23bd",name:"Yeenoghu",details:"",size:3,origin:1,type:2,keywords:"demon",level:28,role:{type:6,flag:2,leader:!1},senses:"Perception +22; darkvision, low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Athletics +29, Insight +22, Intimidate +24, Nature +22, Stealth +27",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:16},charisma:{score:21},hp:1032,initiative:24,ac:42,fortitude:44,reflex:42,will:39,regeneration:null,auras:[{id:"01b15333-1c42-4d76-9bad-e25195f3cbae",name:"Fetid Cloud",keywords:"",details:"(Poison) aura 5; each enemy that starts its turn in the aura take 10 poison damage and is slowed until the start of his or her next turn."}],powers:[{id:"3ef4baf6-8c93-4e62-95ae-436f3652628a",name:"Triple Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+10 damage, and the target is immobilized (save ends). Aftereffect: 15 damage.",damage:"3d8+10 damage",category:1},{id:"b14f7eac-53e5-47ee-938b-ccf8b5e1c2f2",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"at-will against a target hit by yeenoghu’s triple flail attack this turn",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 1d8+10 damage, and ongoing 5 damage (save ends).",damage:"1d8+10 damage",category:3},{id:"929cbaca-52ce-427a-9791-a09e8a5feea5",name:"Ribbons of Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Yeenoghu makes two melee basic attacks against two different targets. Each target that is hit takes a –4 penalty to all attack rolls (save ends).",attack:null,description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"c190a0e4-ac5e-46e3-a8a9-60f262b40c16",name:"Crushing Grasp",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Area burst 2 within 20",attack:{bonus:31,defence:2},description:"",details:"3d10+10 force damage, and the target is immobilized until the end of Yeenoghu’s next turn. Miss: Half damage and the target is pushed 10 squares.",damage:"3d10+10 force damage",category:3},{id:"6a4c9c22-e45b-424b-ad57-db28ecd196c0",name:"Filthy Curse",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:31,defence:3},description:"",details:"1d8+5 psychic damage, and the target takes ongoing 10 necrotic damage (save ends) and is stunned until the end of its next turn.",damage:"1d8+5 psychic damage",category:3},{id:"ef09f3f6-7b7e-41f7-997b-bf374818c3d2",name:"Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Yeenoghu shifts 3 squares, and any creature he ends this shift adjacent to grants combat advantage to him until the end of his next turn.",damage:"Yeenoghu shifts 3 squares",category:2},{id:"dac620af-4d0c-40f6-a9a6-07e9783e48e6",name:"Hyena Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Yeenoghu moves at least 3 squares from where he began his turn, his attacks deal 3d6 extra damage.",damage:"his attacks deal 3d6 extra damage",category:0},{id:"77d3260d-f25a-419f-884d-2dd7b0485a95",name:"Threatening Reach",action:null,keywords:"",condition:"requires triple flail",range:"",attack:null,description:"",details:"Yeenoghu can make opportunity attacks against all creature within his reach (2 squares).",damage:"",category:0},{id:"86d02a17-90cc-47e2-9d45-64c87c1c4a01",name:"Teleport",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Yeenoghu teleports 12 squares.",damage:"Yeenoghu teleports 12 squares",category:2}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"79daffec-f434-41b8-b526-f16dcd4e0eac",name:"Zaiden",details:"",size:2,origin:4,type:2,keywords:"",level:20,role:{type:3,flag:1,leader:!0},senses:"Perception +11; low-light vision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Intimidate +21, Religion +16",equipment:"flail",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:15},wisdom:{score:13},charisma:{score:23},hp:364,initiative:14,ac:34,fortitude:33,reflex:32,will:34,regeneration:null,auras:[{id:"009cd75d-6690-4e95-873e-b2589bf7587e",name:"Fear and Loathing",keywords:"",details:"aura 5; each enemy within the aura takes a –2 penalty to damage rolls."}],powers:[{id:"8e318190-c311-4fa5-a24c-31e1c3e5e5c2",name:"Cruel Barbs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+5 damage, and the target is dazed (save ends).",damage:"2d10+5 damage",category:1},{id:"27f311e2-b040-4fc6-85d7-e068d1221ad4",name:"Dark Utterance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 6",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 4d6 + 6 psychic damage, and the target is pushed 5 squares. Miss: Half damage, and the target is pushed 2 squares.",damage:"4d6 + 6 psychic damage",category:1},{id:"659dfccd-5d3f-4003-86c3-3e033202254f",name:"Whirlwind of Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:2},description:"",details:"targets enemies; 3d8 + 6 damage, and ongoing 10 damage (save ends).",damage:"3d8 + 6 damage",category:1},{id:"e342965c-83d0-435c-a3b9-5c3a4065b370",name:"Yeenoghu’s Claws",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"all allies in the burst gain a +2 bonus to attack rolls and damage rolls until the end of the encounter.",damage:"all allies in the burst gain a +2 bonus to attack rolls and damage rolls until the end of the encounter",category:3},{id:"bf400895-8987-44d9-b32a-7dce4c845bb7",name:"Dark Portents",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Zaiden gains a +4 bonus to AC and all defenses until the end of her next turn.",damage:"Zaiden gains a +4 bonus to AC and all defenses until the end of her next turn",category:5}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b78e7354-ae3c-4a38-8f0d-8cb45d8ee214",name:"Abyssal Elder Gold Dragon",details:"",size:4,origin:1,type:1,keywords:"dragon",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"Arcana +22, Insight +22",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:22},intelligence:{score:20},wisdom:{score:20},charisma:{score:25},hp:888,initiative:18,ac:38,fortitude:38,reflex:35,will:36,regeneration:null,auras:[{id:"6120effd-3482-4d9a-8cdd-5fef428bc8ae",name:"Grasping Abyssal Flames",keywords:"",details:"(Fire, Necrotic) aura 2; each enemy that enters or starts its turn within the aura chooses either to take 15 damage (roll 1d6: 1-3 fire, 4-6 necrotic) or to slide 2 squares and be immobilized until the start of its next turn."}],powers:[{id:"5bd28237-46b4-40cd-b81a-b12edec2eece",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d8+9 damage plus 1d8 + 6 fire damage plus 1d8 + 6 necrotic damage.",damage:"2d8+9 damage plus 1d8 + 6 fire damage plus 1d8 + 6 necrotic damage",category:1},{id:"eca092a6-cdc4-4600-b46b-0da5e9405849",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+9 damage.",damage:"2d10+9 damage",category:1},{id:"625a19fd-4a1c-4baf-b320-6ad43b9ee09b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal elder gold dragon makes two claw attacks.",damage:"",category:1},{id:"1311e722-1126-48d2-9990-4f118729209e",name:"Chaos Wing Riposte",action:{action:4,trigger:"when the abyssal elder gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the target is pushed 4 squares and takes ongoing 10 damage (save ends).",damage:"the target is pushed 4 squares and takes ongoing 10 damage (save ends)",category:5},{id:"64cddc32-5148-4c41-8228-f7c8bd9ed50d",name:"Eye of Spiraling Doom",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:28,defence:1},description:"",details:"1d8+5 damage, and the abyssal elder gold dragon slides the target 4 squares; if the target is bloodied, it is slowed and takes ongoing 5 damage (save ends both). This ongoing damage stacks with other untyped ongoing damage, up to a maximum of 15.",damage:"1d8+5 damage",category:3},{id:"4dd8a614-dbee-47d5-84f0-1800991a5ab1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"1d8+6 fire damage plus 1d8 + 6 necrotic damage, and the target is weakened (save ends). Miss: Half damage.",damage:"1d8+6 fire damage plus 1d8 + 6 necrotic damage",category:1},{id:"8490f2e2-88e5-4a86-b70b-062b5363c14f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the abyssal elder gold dragon uses it.",damage:"",category:5},{id:"6e736a7b-455f-401d-9fb3-e975f0e89f27",name:"Chilling Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d10+6 cold damage, and the target is dazed and restrained until the end of the abyssal elder gold dragon’s next turn. Aftereffect: The target is slowed (save ends).",damage:"2d10+6 cold damage",category:1},{id:"039ba5d9-4b6b-41f0-9efa-fd6c1df4f8b8",name:"Chaos’s Freedom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal elder gold dragon can make one saving throw at the start of its turn against an effect a save can end.",damage:"",category:0}],damageModifiers:[{type:3,value:-15}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fd210e45-a376-4afb-be14-df42a92f8225",name:"Arstyvrax",details:"",size:4,origin:4,type:1,keywords:"aquatic, dragon, undead",level:25,role:{type:3,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"9, fly 9 (hover), overland flight 12, swim 9",alignment:"Evil",languages:"Argon, Common, Draconic, Giant",skills:"Arcana +24, History +24, Nature +20, Stealth +25",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:16},intelligence:{score:25},wisdom:{score:17},charisma:{score:26},hp:900,initiative:15,ac:39,fortitude:38,reflex:36,will:37,regeneration:{value:10,details:"; see also breath weapon"},auras:[{id:"f6d53cf9-e8e0-437e-af8a-cbe4d32abf4c",name:"Death Pall",keywords:"",details:"(Psychic) aura 10; whenever Arstyvrax reduces an enemy in the aura to 0 or fewer hit points, each other enemy in the aura takes 10 psychic damage and takes a -2 penalty to all defenses and saving throws (save ends)."}],powers:[{id:"5ed220e7-ace5-47ee-9f5b-2db3932356b7",name:"Sickening Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Healing, Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 2d8+9 damage (2d8 + 14 against an immobilized target), and the target takes ongoing 5 acid and necrotic damage and is immobilized (save ends both). If the target is already immobilized, it is also weakened until the end of Arstyvrax’s next turn, and Arstyvrax regains 10 hit points.",damage:"2d8+9 damage (2d8 + 14 against an immobilized target)",category:1},{id:"ac8ae613-6421-4238-ba07-be606a9ca5c9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 2d6+9 damage (2d6 + 14 against an immobilized target), and Arstyvrax slides the target 3 squares.",damage:"2d6+9 damage (2d6 + 14 against an immobilized target)",category:1},{id:"5a1db746-3ee1-408e-910e-09239d95b8ec",name:"Death’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Arstyvrax makes a bite attack and two claw attacks. If possible, he attacks at least two different targets.",damage:"",category:1},{id:"9d8c4a1b-2ad5-417a-9423-fd8619db6e55",name:"Snaking Tail",action:{action:4,trigger:"when an enemy attack within 3 squares of arstyvrax misses him; see text",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; targets the triggering enemy; 2d6+9 damage, and the target is grabbed. Sustain Minor: Arstyvrax repeats the attack against the grabbed target. Arstyvrax cannot make this attack as an immediate reaction while he has a creature grabbed in this way, but he can release the grabbed creature as a free action to make this attack against another triggering enemy.",damage:"2d6+9 damage",category:5},{id:"52e63751-1c57-4969-881c-9673887e8bca",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is immobilized until the end of Arstyvrax’s next turn. Arstyvrax can have only one creature dominated at a time.",damage:"",category:3},{id:"86dfd708-837c-4a92-b32f-80460764f443",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8+6 acid and necrotic damage, and the target takes ongoing 10 acid and necrotic damage and a -2 penalty to Fortitude and AC (save ends both). Arstyvrax’s regeneration increases to 15 while any creature is still subject to these effects.",damage:"4d8+6 acid and necrotic damage",category:1},{id:"6946384e-3e5f-4b2f-90a1-bac56b2ae3f7",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Arstyvrax uses it.",damage:"",category:5},{id:"e4443ab0-8d11-4492-b5b7-2c6d8b217d52",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Arstyvrax’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f162fbff-a528-427e-ae12-2283167d2fd6",name:"Tomb’s Darkness",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:27,defence:1},description:"",details:"2d10+8 necrotic damage. The burst creates a zone of darkness that lasts until the end of Arstyvrax’s next turn. The zone blocks line of sight for all creatures except Arstyvrax. Any creature that starts its turn in the zone takes 1d10 + 4 necrotic damage, and any creature entirely within the zone (except Arstyvrax) is blinded. Sustain Minor: The zone persists.",damage:"2d10+8 necrotic damage",category:5}],damageModifiers:[{type:1,value:-25},{type:6,value:-15}],resist:"",vulnerable:"radiant (if Arstyvrax takes radiant damage or is exposed to direct sunlight, his regeneration doesn’t function on his next turn)",immune:"disease, poison",tactics:""},{id:"2729d644-9645-4e99-af61-292586abfcb7",name:"Athis the Scorned",details:"",size:2,origin:4,type:2,keywords:"dragon",level:16,role:{type:6,flag:1,leader:!1},senses:"Perception +17; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Elven",skills:"Nature +17, Stealth +19",equipment:"arrows (30); hide armor; longbow; short sword",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:23},intelligence:{score:13},wisdom:{score:18},charisma:{score:10},hp:302,initiative:16,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"4ad87a1c-312e-43c2-ac3a-e38c7ad37e2c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"df1e55f1-5f72-4a3d-8681-c5f7fb23a898",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:21,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"427dcf31-d2d3-4114-945a-15a3dc657019",name:"Circling Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Athis makes two short sword or two longbow attacks, and he shifts 1 square before each attack.",damage:"and he shifts 1 square before each attack",category:1},{id:"878ed67e-9a90-425a-b727-899abf1a1796",name:"Grounding Arrow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:19,defence:1},description:"",details:"3d10+6 damage, and the target is immobilized (save ends) and knocked prone. Aftereffect: The target is slowed (save ends).",damage:"3d10+6 damage",category:1},{id:"6bfa6b5a-0c0b-4e1d-94a4-f4a05eb0bd38",name:"Breath Weapon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close burst 5",attack:{bonus:19,defence:2},description:"",details:"2d6+6 cold damage.",damage:"2d6+6 cold damage",category:3},{id:"8333b301-7289-4226-a0fd-f1cbf35ab215",name:"Energy Protection",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis gains resist 10 acid, cold, fire, lightning, or thunder until the end of the encounter.",damage:"Athis gains resist 10 acid",category:3},{id:"09686bb9-422b-43c9-9a59-2ea10d9cc19f",name:"Eye for Weakness",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis’s attacks target Reflex until the end of his turn.",damage:"",category:5},{id:"999fa698-42fa-43e9-ae92-6281eeda49e8",name:"Hunter’s Precision",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis designates one target as his quarry. If he hits his quarry with an attack, that target also takes ongoing 5 damage (save ends).",damage:"that target also takes ongoing 5 damage (save ends)",category:3},{id:"568de9a9-c6c5-464b-aa29-2decc6559431",name:"Quick Switch",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis sheathes one weapon and draws another.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8674b533-2ff2-44e9-b5f7-cbb74e217661",name:"Baasra",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:19,role:{type:0,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"8 (ice walk), fly 6",alignment:"Evil",languages:"Common, Draconic, Elven, Giant",skills:"Arcana +19, Athletics +20, Insight +18, Intimidate +21",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:12},intelligence:{score:21},wisdom:{score:18},charisma:{score:25},hp:280,initiative:10,ac:31,fortitude:32,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"5d730d7f-03c4-48d8-98ce-d82d152a3157",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+6 damage, and ongoing 5 cold damage (save ends).",damage:"1d10+6 damage",category:1},{id:"e17f641c-9530-471f-b24c-4728ed359145",name:"Forked Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:1},description:"",details:"targets two enemies; 2d6+7 cold damage, and ongoing 5 lightning damage (save ends).",damage:"2d6+7 cold damage",category:1},{id:"9ae323a3-ef98-4af6-b364-db3a0a69f961",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Baasra makes two claw attacks.",damage:"",category:1},{id:"422f6379-8471-4a73-96b2-5ba523bfa08a",name:"Permafrost Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Polymorph",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; ongoing 15 cold damage, and the target is restrained (save ends both). First Failed Saving Throw: The target is also dazed (save ends all). Second Failed Saving Throw: The target turns to ice, becoming unconscious instead of dazed and gaining vulnerable 10 all (save ends all). Aftereffect: The target is slowed (save ends). Miss: Ongoing 10 cold damage, and the target is slowed (save ends both).",damage:"ongoing 15 cold damage",category:1},{id:"f07efa1f-5814-4952-bf1a-15ce232614db",name:"Breath Weapon",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"2d8+5 cold damage, and Baasra slides the target 3 squares Miss: Half damage, and Baasra pushes the target 1 square.",damage:"2d8+5 cold damage",category:5},{id:"57226c6c-75cf-4796-97bb-a75486eb4444",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides Baasra, she moves 2 squares less than the effect specifies. Also, Baasra can make a saving throw to avoid being knocked prone.",damage:"she moves 2 squares less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ffd2822d-9fad-4fd5-94bf-1fbe82d4cdba",name:"Dawnwing",details:"",size:3,origin:4,type:1,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic, Elven, Goblin",skills:"Arcana +19, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:10},intelligence:{score:20},wisdom:{score:19},charisma:{score:22},hp:724,initiative:9,ac:33,fortitude:32,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"2d96e8ac-b250-4171-b3f0-6be66e24857b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+7 damage, and the target is slowed until the end of Dawnwing’s next turn. If the target is already slowed, it is immobilized instead. If the target is already immobilized, it is unconscious instead.",damage:"3d6+7 damage",category:1},{id:"34c71094-684d-4bcf-862d-6afa70f28baa",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target is slowed until the end of Dawnwing’s next turn.",damage:"2d8+7 damage",category:1},{id:"08ee9320-621b-46e6-b73f-a767b10cdcb3",name:"Dawn Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dawnwing makes two claw attacks and a bite attack. If a claw attack hits an immobilized target, the target is dazed until the end of Dawnwing’s next turn.",damage:"",category:1},{id:"ae9d425a-ccb8-4bac-93b8-176a615b368f",name:"Fiery Wing Riposte",action:{action:4,trigger:"when dawnwing is hit by a creature adjacent to him",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends). The target can make a saving throw against this effect only if it doesn’t move on its turn.",damage:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends)",category:5},{id:"768f6f89-5b48-4a43-84a9-6f13587eff9d",name:"Imperious Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 3 squares and takes a -2 penalty to saving throws until the end of Dawnwing’s next turn. This attack doesn’t provoke opportunity attacks.",damage:"the target slides 3 squares and takes a -2 penalty to saving throws until the end of Dawnwing’s next turn",category:3},{id:"038dbc24-b100-4f6f-a128-9256c4411672",name:"Shatter Magic",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"targets a conjuration, zone, or effect that a save can end; (of the creator of the conjuration, zone, or effect; the conjuration, zone, or effect ends, and its creator takes )2d10+6 psychic damage.",damage:"and its creator takes )2d10+6 psychic damage",category:5},{id:"5db02992-d12a-46b1-a8a0-acd8086ce3ad",name:"Grasping Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d6+8 fire damage, and the target is restrained (save ends). Miss: Half damage, and the target is immobilized until the end of Dawnwing’s next turn.",damage:"3d6+8 fire damage",category:1},{id:"1dba2830-cff6-49e6-ba4b-591c9d28c9de",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Grasping breath recharges, and Dawnwing uses it.",damage:"",category:5},{id:"f3d71816-22f9-4eb6-a93e-38605dfcd770",name:"Overwhelming Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target slides 5 squares and is stunned until the end of Dawnwing’s next turn. Aftereffect: The target grants combat advantage (save ends).",damage:"the target slides 5 squares and is stunned until the end of Dawnwing’s next turn",category:1},{id:"166472c4-8fb5-45e6-9175-8341f9a495a1",name:"Clear Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dawnwing makes a saving throw against one stunned or dazed conditions at the start of his turn.",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"54fa39b3-1b0d-4bc0-95ff-8c30230e5006",name:"Dragonbone Golem",details:"",size:4,origin:4,type:0,keywords:"construct",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"8 (can’t shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:3},wisdom:{score:18},charisma:{score:3},hp:356,initiative:12,ac:27,fortitude:28,reflex:27,will:26,regeneration:null,auras:[{id:"2fc5b384-d7cb-4bd6-acab-7bf6d93694c0",name:"Dragon Dread",keywords:"",details:"(Fear) aura 2; each enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"f76456c1-56cc-4091-be8a-16231483c2df",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 2d8+6 damage, and ongoing 5 damage (save ends).",damage:"2d8+6 damage",category:1},{id:"3a452c08-7fd5-464a-b83a-f0654a7a9139",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonbone golem makes two claw attacks.",damage:"",category:1},{id:"20fa391d-1ff8-4018-9515-682e699ade22",name:"Tail Slap",action:{action:4,trigger:"when an enemy moves to a position where it flanks the dragonbone golem",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage, and the dragonbone golem pushes the target 3 squares.",damage:"2d8+6 damage",category:5},{id:"380c31d6-04b7-45bc-8577-06f86f64dd37",name:"Pain of Broken Bones",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:16,defence:1},description:"",details:"1d10+4 necrotic damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"1d10+4 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"c924c225-e24d-4cb3-8811-5fc960131b0c",name:"Half-Dragon Rakshasa",details:"",size:2,origin:4,type:2,keywords:"dragon",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +16; darkvision, truesight 1",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +19, Insight +16, Stealth +20",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:22},intelligence:{score:12},wisdom:{score:15},charisma:{score:21},hp:346,initiative:17,ac:32,fortitude:33,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"70180426-10ee-40fc-98fd-a512234e787c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+9 damage.",damage:"2d6+9 damage",category:1},{id:"6280ce3f-f160-469d-89b8-1e0fd72ee3d4",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-dragon rakshasa moves its speed and makes two claw attacks during the move, each against a different target. It doesn’t provoke opportunity attacks when moving away from the target of each attack.",damage:"",category:1},{id:"216a551b-f305-4ceb-8508-a2774d6a14c1",name:"Sidestepping Riposte",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d6+4 damage, then the half-dragon rakshasa shifts 1 square.",damage:"1d6+4 damage",category:5},{id:"883d539a-b320-41f0-8b50-dac58660bc16",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"2d8+5 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d8+5 poison damage",category:1},{id:"fc40b5e4-2d46-4d91-95f6-f823c9d99a44",name:"Hypnotic Flight",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:22,defence:3},description:"",details:"the target is dazed until the end of the half-dragon rakshasa’s turn, and the half-dragon rakshasa shifts 6 squares. It ignores difficult terrain and ground-based hazards during this movement.",damage:"and the half-dragon rakshasa shifts 6 squares",category:2},{id:"0b90cc70-5f6a-40e6-835e-7643b4d65915",name:"Draconic Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The half-dragon rakshasa can disguise itself to appear as any Medium humanoid or dragon. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"2c4ff947-916d-4893-8413-5110a064090a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A half-dragon rakshasa’s attacks deal 2d6 extra damage to any target granting combat advantage to it.",damage:"a half-dragon rakshasa’s attacks deal 2d6 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e825f7f-218f-4bde-884a-2f6382346799",name:"High Cultist",details:"",size:2,origin:4,type:2,keywords:"dragon",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Draconic",skills:"Athletics +23, Intimidate +24",equipment:"longspear; scale armor",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:14},intelligence:{score:24},wisdom:{score:10},charisma:{score:27},hp:400,initiative:13,ac:36,fortitude:34,reflex:34,will:35,regeneration:null,auras:[{id:"bdf07c1f-0b68-4dbf-9553-5ad4bab8c02c",name:"Dragon Dread",keywords:"",details:"(Fear) aura 5; each enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"cf9039ef-8cbe-4deb-9246-5c8ea40af515",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+8 damage, and the high cultist pushes the target 1 square (it instead slides a slowed or immobilized target 2 squares).",damage:"2d10+8 damage",category:1},{id:"d3ad7e1e-9d32-42bc-aace-16c504c61e12",name:"Frozen Eyes",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Gaze",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"2d6+8 cold damage, and the target is slowed (save ends). Second Failed Saving Throw: The target is immobilized (save ends).",damage:"2d6+8 cold damage",category:3},{id:"1f2913d2-0410-4265-8b41-f4d24fce94cc",name:"Clearing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:27,defence:0},description:"",details:"2d10+8 damage, and the high cultist pushes the target 2 squares (it instead slides a slowed or immobilized target 4 squares).",damage:"2d10+8 damage",category:1},{id:"86f7f34c-0c8e-4056-8699-6b4e57043a30",name:"Terrifying Snarl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:23,defence:3},description:"",details:"2d6+5 psychic damage, and the target is pushed 3 squares and dazed until the end of the high cultist’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"e0a2ed43-0a05-4994-8419-58ae2fc29076",name:"Clinging Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"3d6+7 cold damage, and the target takes ongoing 10 cold damage and is immobilized (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d6+7 cold damage",category:1},{id:"238e9df0-4972-454d-883f-6d67cbc5213e",name:"Slip the Coil",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The high cultist becomes invisible until it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"88f0a9ec-f93e-4d9f-96b9-d8fff47416f2",name:"Horrid Lion",details:"",size:4,origin:4,type:1,keywords:"",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"8",alignment:"Evil",languages:"",skills:"Athletics +14, Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:230,initiative:8,ac:21,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"98355362-44ef-4093-b228-4d5e5c87f03d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage plus 1d8 + 2 acid damage (plus 1d8 damage against an immobilized or prone target).",damage:"1d8+5 damage plus 1d8 + 2 acid damage (plus 1d8 damage against an immobilized or prone target)",category:1},{id:"6fdac501-ae4f-4dd0-9a0e-24b0d1bc5198",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and ongoing 5 damage (save ends).",damage:"2d4+5 damage",category:1},{id:"7f2e0ae2-8a57-41ce-89a0-67142b003433",name:"Horrid Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The horrid lion makes a bite attack and a claw attack, or two claw attacks.",damage:"",category:1},{id:"8cafdfc2-fae9-4480-81de-0ccd044e9994",name:"Leaping Pounce",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The horrid lion charges and makes two claw attacks against a single target. If both attacks hit, the target is knocked prone and grabbed. Charging does not end the horrid lion’s turn. While grabbing a target, the horrid lion can make claw attacks against only that target.",damage:"",category:1},{id:"892ddffe-8a27-4580-8dc1-cb338582b417",name:"Roar of the Great Beast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"2d8+5 thunder damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8+5 thunder damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c3b0f43-086d-4e09-8a69-f43fdb8eca65",name:"Jalm d’Akrar",details:"",size:3,origin:1,type:2,keywords:"fire",level:30,role:{type:6,flag:1,leader:!1},senses:"Perception +23",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Draconic, Primordial",skills:"Bluff +25, Insight +28, Intimidate +25, Stealth +30",equipment:"scimitar",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:31},intelligence:{score:19},wisdom:{score:26},charisma:{score:20},hp:536,initiative:27,ac:44,fortitude:42,reflex:43,will:41,regeneration:null,auras:[{id:"37a0dc47-d8b3-41b8-9462-4604182d3ab4",name:"Smoke Soul",keywords:"",details:"(Fire) aura 1; each creature that starts its turn within the aura takes 5 fire damage. Creatures in the aura have concealment against ranged attacks."}],powers:[{id:"c5cccbd2-87ed-4cfa-9c5a-5a6a1c366d4c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d10+12 damage (crit 3d10 + 32 damage). Jalm d’Akrar shifts 1 square before or after the attack.",damage:"2d10+12 damage (crit 3d10 + 32 damage)",category:1},{id:"0cbe99ed-c249-4c09-af91-9716b7e54a5a",name:"Smoke’s Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Jalm d’Akrar flies his speed and makes two scimitar attacks, each at a different point during that move. If Jalm hits with both attacks, he gains insubstantial and phasing until the end of his next turn or until damaged by an attack.",damage:"he gains insubstantial and phasing until the end of his next turn or until damaged by an attack",category:1},{id:"c9b96185-692b-4252-98b8-152ef28968ad",name:"Carving the Fiery Wall",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"Jalm d’Akrar flies his speed and makes a scimitar attack against each enemy within reach during this move. Effect: Jalm conjures a wall of flames in each square of his path that lasts until the end of his next turn. The wall is 6 squares high and blocks line of sight. Its space is lightly obscured. Any creature that starts its turn adjacent to the wall takes 10 fire damage, and any creature that enters a square of the wall or starts its turn there takes 20 fire damage. Sustain Minor: The wall persists.",damage:"any creature that starts its turn adjacent to the wall takes 10 fire damage",category:5},{id:"98ac0a61-b7a1-4a5e-86a9-8dea52619ccb",name:"Roiling Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Zone",condition:"",range:"2d10+9 fire damage. The burst creates a zone of flames and hot, shimmering air that lasts until the end of Jalm d’Akrar’s next turn. The zone is difficult terrain, and any creature entering or starting its turn there takes 10 fire damage. Creatures within the zone have concealment against ranged attacks.",attack:{bonus:33,defence:2},description:"",details:"",damage:"",category:1},{id:"b4247886-40ab-464a-8a10-2638e563cce1",name:"Ally in Flame",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Jalm has combat advantage against any creature in or adjacent to a square that contains fire.",damage:"",category:0},{id:"adae645f-8acb-4932-b15c-59f241b1dfb2",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Jalm’s attacks deal ongoing 15 fire damage (save ends) against any creature granting him combat advantage.",damage:"jalm’s attacks deal ongoing 15 fire damage (save ends) against any creature granting him combat advantage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"6ee45ba0-6fcb-4c02-b462-0ca9d3284b67",name:"Kalryni",details:"",size:3,origin:4,type:1,keywords:"dragon",level:9,role:{type:0,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +9, Diplomacy +13, Insight +11",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:16},intelligence:{score:10},wisdom:{score:15},charisma:{score:18},hp:380,initiative:7,ac:21,fortitude:22,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"1b21cdef-0f46-4823-a596-2fb8e8d7f3f3",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+5 damage plus 1d6 + 4 lightning damage.",damage:"1d6+5 damage plus 1d6 + 4 lightning damage",category:1},{id:"9c91d082-14a1-4130-b65c-d8807eb43c83",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"7899ccc0-cc8e-4bd0-be93-ac82c670eb5e",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kalryni makes a gore attack and two claw attacks.",damage:"",category:1},{id:"4ee73d0b-2981-4c9a-87bd-17e1506a479a",name:"Dazzling Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Kalryni targets up to three creatures with her dazzling breath; the first target must be within 10 squares of Kalryni, the second target within 10 squares of the first, and the third target within 10 squares of the second; 2d8+7 lightning damage, and the target takes a -2 penalty to attack rolls (save ends). First Failed Saving Throw: The target takes a -2 penalty to attack rolls and does not have line of sight to squares more than 3 squares away from it (save ends both). Second Failed Saving Throw: The target is blinded (save ends). Miss: Half damage, and the target takes a -2 penalty to attack rolls until the end of Kalryni’s next turn. This attack does not provoke opportunity attacks.",damage:"2d8+7 lightning damage",category:1},{id:"94d8ebd6-2a40-4fda-9377-67cbae56f93c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dazzling breath recharges, and Kalryni uses it.",damage:"",category:5},{id:"6107ee7a-b329-4405-8cb7-debec0d619ea",name:"Static Snap",action:{action:4,trigger:"when kalryni is hit by an attack from a nonadjacent creature",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"2d6+4 lightning damage.",damage:"2d6+4 lightning damage",category:5},{id:"1b804a99-fd5c-4532-a020-2ce7f2604635",name:"Dizzying Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target slides 5 squares and is dazed (save ends). Aftereffect: The target is knocked prone.",damage:"the target slides 5 squares and is dazed (save ends)",category:1},{id:"e81a5ede-a773-4b3c-a19d-9c71573a27d9",name:"Charged Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 1d6+4 lightning damage, and the target cannot take immediate or opportunity actions (save ends). As its first action on its next turn, the target uses the run action to move away from Kalryni by the safest route possible.",damage:"1d6+4 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aa89dd0d-7334-456a-a8a8-e46f2b33bb3f",name:"Ketheptis",details:"",size:4,origin:4,type:1,keywords:"dragon",level:21,role:{type:2,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"8, fly 8 (hover), overland flight 15",alignment:"Chaotic Evil",languages:"Common, Deep Speech, Draconic, Elven, Giant",skills:"Arcana +19, Athletics +23, Insight +22, Nature +22",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:18},wisdom:{score:24},charisma:{score:18},hp:534,initiative:16,ac:33,fortitude:34,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"50aabbbd-e84e-41e6-849a-1206de05f2ff",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d8+8 damage, and ongoing 5 damage (save ends) and the target is knocked prone.",damage:"2d8+8 damage",category:1},{id:"d79a9f37-b6ae-4f84-8148-84e83df26e8b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d8+8 damage, and ongoing 5 damage (save ends).",damage:"1d8+8 damage",category:1},{id:"b7221235-a9a2-4790-ad42-3c84c1c6d321",name:"Furious Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ketheptis makes a claw attack against each enemy within reach, and she makes one bite attack.",damage:"",category:1},{id:"975522f8-a3a7-40f2-8cbf-bb3f6a10bd16",name:"Wing Rage",action:{action:4,trigger:"when an enemy attacks kethepis while flanking her",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 2d8+8 damage, and Ketheptis pushes the target 2 squares.",damage:"2d8+8 damage",category:5},{id:"cdbeee86-d5c6-4cf1-9c8c-9fdda50c9dcf",name:"Icy Eye of Hate",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Gaze",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target takes ongoing 15 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 15 cold damage and is immobilized (save ends both)",category:3},{id:"a1209c3c-0781-4e37-bb8e-4a4c5f663920",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d8+8 cold damage, and the target gains vulnerable 10 to all damage (save ends). A prone target is also unable to stand (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"ddfc7772-7347-4cb6-a4b3-d991a7a31705",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Ketheptis uses it.",damage:"",category:5},{id:"f3a57121-c9a9-48f9-9e17-74432ac82ac0",name:"Frightful Rage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Ketheptis’s next turn. For each target hit by this attack, Ketheptis gains a cumulative +1 bonus to attack rolls until the end of her next turn.",damage:"Ketheptis gains a cumulative +1 bonus to attack rolls until the end of her next turn",category:1},{id:"93d79afd-044d-446d-9795-cd9322c251f1",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:22,defence:1},description:"",details:"3d6+8 damage, and Ketheptis slides the target 2 squares and knocks it prone.",damage:"3d6+8 damage",category:1},{id:"83004bf2-a84b-4952-b4f2-23e7b4f245b8",name:"Blood-Covered Scales",action:{action:4,trigger:"when hit by an attack; usable only after dimensional resurgence",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker takes ongoing 15 damage (save ends).",damage:"the triggering attacker takes ongoing 15 damage (save ends)",category:5},{id:"22e5b9c5-53fe-4a8a-87f4-c258a5fd4b82",name:"Dimensional Resurgence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"At the start of her next turn, Ketheptis teleports 10 squares and regains 266 hit points.",damage:"Ketheptis teleports 10 squares and regains 266 hit points",category:1},{id:"5a774580-cc2f-4470-ab76-5e31b23083ac",name:"Bloodied Threat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, Ketheptis can make opportunity attacks with her bite against enemies within her reach (2 squares).",damage:"",category:0},{id:"ce7054c0-c1c1-4167-90f8-976ca27d5c84",name:"Freedom of Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Ketheptis makes a saving throw against one immobilized, restrained, or slowed effect at the start of her turn.",damage:"",category:0}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b942b6a-2cc9-4ab0-9174-27e91275d920",name:"Living Frost Breath Weapon",details:"",size:4,origin:1,type:1,keywords:"blind, ooze",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +18; blindsight 20",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:25},intelligence:{score:4},wisdom:{score:22},charisma:{score:4},hp:550,initiative:19,ac:36,fortitude:37,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"8907d80e-238e-4e1c-b52b-c875d5e8158b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 3; (+27 against slowed or immobilized targets)5d6+9 old damage, and the target is slowed (save ends).",damage:"(+27 against slowed or immobilized targets)5d6+9 old damage",category:1},{id:"79788c72-f238-4078-922e-152b1729eccb",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living frost breath weapon makes two slam attacks.",damage:"",category:1},{id:"bc432c0b-5a59-47ac-b7fc-1486dcce5c7d",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:25,defence:1},description:"",details:"(+27 against slowed or immobilized targets)3d6+9 cold damage, and the target is pulled adjacent to the living frost breath weapon and grabbed. Sustain Standard: The living frost breath weapon sustains the grab, and the target takes 25 cold damage. While grabbing a creature, the living frost breath weapon can make a +27 vs. Fortitude attack against it to move at full speed.",damage:"(+27 against slowed or immobilized targets)3d6+9 cold damage",category:1},{id:"e800c1c9-d327-4342-ae49-f3cc30fa00b3",name:"Icy Death",action:null,keywords:"Cold",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:25,defence:1},description:"",details:"(27 against slowed or immobilized targets)3d6+9 cold damage, and the target is restrained (save ends).",damage:"(27 against slowed or immobilized targets)3d6+9 cold damage",category:0}],damageModifiers:[{type:3,value:10}],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"9d8e0c8f-cbbe-4629-9ef5-e867fdf1e519",name:"Memory of the Prophecy",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:20,role:{type:7,flag:2,leader:!1},senses:"Perception +19; darkvision, truesight 3",movement:"fly 10 (hover); phasing",alignment:"Unaligned",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"Arcana +20, History +20, Insight +19",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:10},intelligence:{score:20},wisdom:{score:19},charisma:{score:22},hp:532,initiative:12,ac:34,fortitude:34,reflex:31,will:32,regeneration:null,auras:[{id:"a73bb06c-b75b-4b76-813a-5e80f47816d5",name:"Spirit Lock",keywords:"",details:"aura 5; enemies cannot teleport into or out of the aura, and they cannot use phasing while within the aura."}],powers:[{id:"8d320aa9-9945-4429-b4d3-7b6c4ebcbcb4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Reach 4; 2d10+8 fire and necrotic damage, and ongoing 10 fire and necrotic damage (save ends).",damage:"2d10+8 fire and necrotic damage",category:1},{id:"f83098d9-919a-46e7-9b42-28e2edcf4cc4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 3; 2d8+8 necrotic damage, and the target is marked until the end of Memory of the Prophecy’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"41d5adc1-80d2-4c86-a7ea-8d7774bc0e16",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Memory of the Prophecy makes two claw attacks and one bite attack.",damage:"",category:1},{id:"cf0d806c-3fb0-4f31-9e8a-85d160700eb0",name:"Withering Tail",action:{action:5,trigger:"when an enemy within 3 squares of and marked by memory of the prophecy leaves a square or makes an attack that doesn’t include memory of the prophecy as a target",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Reach 3; 2d8+8 necrotic damage, and the target slides 2 squares, ends its movement, and is weakened until the end of Memory of the Prophecy’s next turn.",damage:"2d8+8 necrotic damage",category:5},{id:"54727815-8933-4d33-92f9-3ca290cef929",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"2d12+8 fire and necrotic damage, and ongoing 10 necrotic damage (save ends). Miss: Half damage.",damage:"2d12+8 fire and necrotic damage",category:1},{id:"2fff4a40-525d-49bb-a49e-2ab9d37bee95",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Memory of the Prophecy uses it.",damage:"",category:5},{id:"62873094-56ef-4b5d-969c-7e9913f48280",name:"Fear of Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Fear, Fire",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Memory of the Prophecy’s next turn. Effect: Memory of the Prophecy conjures a wall of flames within the burst that lasts until the end of her next turn. The wall is 10 squares long and 6 squares high. It blocks line of sight, and its space is lightly obscured. Any creature that starts its turn adjacent to the wall takes 5 fire damage, and any creature that enters a square of the wall or starts its turn there takes 15 fire damage. Sustain Minor: The wall persists.",damage:"any creature that starts its turn adjacent to the wall takes 5 fire damage",category:1},{id:"e427e6a5-8305-41ef-8f99-545626e38039",name:"Prophesied Doom",action:{action:7,trigger:"when memory of the prophecy hits with a natural attack roll of 18-20; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack becomes a critical hit, dealing 4d6 extra damage.",damage:"dealing 4d6 extra damage",category:5}],damageModifiers:[{type:3,value:-15},{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a564ea0f-6d17-433f-954c-2ecd5eac1748",name:"Morspeth d’Cannith",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:3,flag:1,leader:!0},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common, Draconic, Dwarven",skills:"Arcana +12, Diplomacy +8, History +12",equipment:"dagger; leather armor",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:11},hp:158,initiative:5,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"e720feb5-5076-4890-a94e-a02e2287bd2b",name:"Alchemical Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Morspeth d’Cannith makes one attack chosen from the following list.",damage:"",category:1},{id:"1e8fb51b-e174-47ca-82f5-a8057c61d6aa",name:"Alchemical Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon, Varies",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"Morspeth d’Cannith makes one attack chosen from the list above. The dagger returns to Morspeth’s hands at the end of his turn.",damage:"",category:1},{id:"a5528b95-982b-4a89-842c-ab1ec2d2bbca",name:"Double Daggers",action:{action:1,trigger:"requires two daggers",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Morspeth D’Cannith makes two basic attacks.",damage:"",category:5},{id:"d27faf7f-c69d-42eb-8dcc-621a989d18f6",name:"Warding Force",action:{action:5,trigger:"when a second enemy moves adjacent to morspeth d’cannith",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 1",attack:{bonus:10,defence:2},description:"",details:"targets enemies; 1d4+4 force damage, and the target is pushed 2 squares and slowed until the end of Morspeth’s next turn.",damage:"1d4+4 force damage",category:5},{id:"8885a580-f11d-425c-9786-2ecec820f540",name:"Adaptive Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Area burst 2 within 20",attack:{bonus:10,defence:2},description:"",details:"targets enemies; 2d8+5 damage, and the target takes ongoing 5 damage, is slowed, and takes a -2 penalty to AC (save ends all). If a target is vulnerable to any damage type, it is also vulnerable to the initial damage from this attack.",damage:"2d8+5 damage",category:1},{id:"d8829872-2055-4911-9d70-91c25e3effc4",name:"Infuse Allies",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each of Morspeth’s allies within 5 squares shifts 1 square and gains 10 temporary hit points until the end of Morspeth’s next turn.",damage:"Each of Morspeth’s allies within 5 squares shifts 1 square and gains 10 temporary hit points until the end of Morspeth’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b7fdb1bb-f5a5-4874-8fc3-d06f57f15673",name:"Skeletal Black Dragon",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:6},hp:126,initiative:9,ac:22,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"dbdf7e7e-0793-4917-93e8-0f951a21f2cf",name:"Acidic Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+5 damage plus 1d8 + 3 acid damage.",damage:"1d8+5 damage plus 1d8 + 3 acid damage",category:1},{id:"bd2c91fe-9538-485e-97f8-4c0dc6776fe6",name:"Claw Flurry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and ongoing 5 damage (save ends).",damage:"2d6+5 damage",category:3},{id:"b79a497a-de22-4ca0-b0f0-7dfd47590463",name:"One Final Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:11,defence:2},description:"",details:"2d8+5 acid damage, and the target takes a -4 penalty to AC (save ends).",damage:"2d8+5 acid damage",category:5}],damageModifiers:[{type:1,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"96ecb0ee-5fef-4b12-9e18-d47a03726fe0",name:"Spellwarped Roc",details:"",size:4,origin:0,type:1,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +12",movement:"4, fly 10, overland flight 15",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:20},intelligence:{score:6},wisdom:{score:10},charisma:{score:18},hp:272,initiative:14,ac:28,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"69feb0d3-1487-45b8-8f1d-d9e35f8aa2a0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and 10 ongoing damage (save ends).",damage:"2d8+6 damage",category:1},{id:"b23bdfbf-856f-4ddf-b76d-ca8aae5b4ae1",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"0ff1deb9-04a7-473c-8ca8-44c3cdc173e4",name:"Twin Talon Toss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spellwarped roc makes two talon attacks. On a hit, the target is also pushed 3 squares and knocked prone.",damage:"the target is also pushed 3 squares and knocked prone",category:1},{id:"1ed5f0ae-0d07-40fe-8d38-58b18700875c",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spellwarped roc flies its speed and makes two talon attacks, each one against a different target, at any point during that move. The roc doesn’t provoke opportunity attacks when moving away from the target of each attack.",damage:"",category:1},{id:"8017f270-4d83-40b4-ba07-29fc8124eb78",name:"Spellwarped",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the spellwarped roc is hit by an attack that has a damage type, it gains a bonus, defined below by damage type.",damage:"if the spellwarped roc is hit by an attack that has a damage type",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"3f8ce5c0-c164-41ee-8097-13efc046e018",name:"Thraalgrum",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"",equipment:"mace",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:12},intelligence:{score:24},wisdom:{score:20},charisma:{score:14},hp:324,initiative:9,ac:31,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"be781b07-1eb5-4fe2-9185-e94c6a3e6a17",name:"Blackfire Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d10+6 damage, and ongoing 5 cold and fire damage (save ends), and Thraalgrum slides the target 2 squares.",damage:"1d10+6 damage",category:1},{id:"44bb72fd-a1bc-45b4-9402-1c9e28a5c4ab",name:"Snowblind Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"2d6+5 psychic damage, and creatures not adjacent to the target have concealment against the target (save ends).",damage:"2d6+5 psychic damage",category:1},{id:"3eaad1f4-adfa-4226-a7c2-c0c69103d38a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Thraalgrum makes two basic attacks.",damage:"",category:1},{id:"c639fe2d-3926-4479-b090-22c3a0fe5c7c",name:"Black Ice Stalker",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fear, Illusion, Psychic",condition:"",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target is marked by a Large shadowy ice stalker that only it can see (save ends). The ice stalker occupies a space adjacent to the target, who cannot enter the stalker’s space, and moves with it, remaining adjacent to the target until the effect ends. Other creatures can move through the stalker’s space and cannot attack it. If the target attacks the stalker, use Thraalgrum’s defenses; a hit deals half the attack’s damage to Thraalgrum. If it doesn’t attack the stalker, the target takes 10 cold damage at the end of its turn. Aftereffect: The target is dazed until the end of Thraalgrum’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"6c6ff495-4521-468f-8213-c209fca2f9ae",name:"Fog of the Black Glacier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic, Zone",condition:"",range:"Area burst 3 within 10",attack:{bonus:20,defence:1},description:"",details:"3d8+5 necrotic damage, and the burst creates a zone of freezing black fog that lasts until the end of Thraalgrum’s next turn. Squares within the zone are heavily obscured to any creature without resist cold. Each creature that starts its turn within the zone takes 1d8 +4 cold damage and 1d8 +4 necrotic damage. Sustain Minor: The zone persists.",damage:"3d8+5 necrotic damage",category:1},{id:"a9f39781-6798-45b5-9d17-c813a9d22a6b",name:"Blackfire Step",action:{action:2,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Teleportation",condition:"",range:"",attack:null,description:"",details:"Thraalgrum teleports 8 squares. Each enemy within 2 squares of his origin point and each enemy within 2 squares of his arrival point takes 5 cold and fire damage.",damage:"each enemy within 2 squares of his origin point and each enemy within 2 squares of his arrival point takes 5 cold and fire damage",category:5},{id:"4404bca0-dc5c-402d-b511-1a62f3a6bebb",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides Thraalgrum, he moves 2 squares less than the effect specifies. Also, Thraalgrum can make a saving throw to avoid being knocked prone.",damage:"he moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45c36c2f-dc66-44d4-af96-f4be28d6f6f7",name:"Una Wyrmguard",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +12",movement:"7",alignment:"Chaotic Evil",languages:"Common",skills:"Athletics +18, Intimidate +12",equipment:"greatclub; scale armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:10},wisdom:{score:20},charisma:{score:10},hp:276,initiative:13,ac:30,fortitude:27,reflex:25,will:26,regeneration:null,auras:[{id:"d1667d24-7312-4749-8187-1ffe6c4b4c0c",name:"Incite Frenzy",keywords:"",details:"aura 5; at the start of its turn, each ally in the aura can take a -2 penalty to all defenses to gain a +4 bonus to damage rolls until the start of its next turn."}],powers:[{id:"edbf8c08-e189-4b43-b8a2-50ccf16acf6a",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d4+8 damage, and the target is marked until the end of Una Wyrmguard’s next turn.",damage:"3d4+8 damage",category:1},{id:"c5ca03fb-5e10-4125-b30b-8e08e1c04be6",name:"Greatclub Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard makes two greatclub attacks.",damage:"",category:1},{id:"7c208507-eee3-486d-b6fb-c0abdbc9cd8a",name:"Fierce Retribution",action:{action:4,trigger:"when a target marked by una wyrmguard stands or makes an attack that does not include una as a target",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard shifts 2 squares and charges the triggering enemy.",damage:"Una Wyrmguard shifts 2 squares and charges the triggering enemy",category:5},{id:"581be437-68d0-44f9-9ac7-051cf7e9ce9e",name:"Frenzied Whirl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"targets enemies; 5d4+8 damage, and the target is marked until the end of Una Wyrmguard’s next turn and is knocked prone.",damage:"5d4+8 damage",category:1},{id:"afa9b43a-f96e-47e0-ae9f-28e0481dd318",name:"Frightful Rage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target takes a -2 penalty to all defenses until the end of Una Wyrmguard’s next turn.",damage:"the target takes a -2 penalty to all defenses until the end of Una Wyrmguard’s next turn",category:3},{id:"854e1ca2-20e1-4f01-9a55-fc0158bb3005",name:"Frenzied Attacks",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard can take a -2 penalty to all defenses to gain a +6 bonus to damage rolls until the start of her next turn.",damage:"una wyrmguard can take a -2 penalty to all defenses to gain a +6 bonus to damage rolls until the start of her next turn",category:0},{id:"57aaa74e-263f-42a0-a6be-3d78c9305159",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard makes one saving throw at the start of her turn against an effect that a save can end. Una does not fall unconscious or die immediately when reduced to 0 or fewer hp; instead, she dies if she ends her turn with 0 or fewer hp.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bfd18b0-d265-4fbc-8162-a683d5e0ad76",name:"Vyssilthar",details:"",size:4,origin:4,type:1,keywords:"aquatic, dragon",level:22,role:{type:4,flag:2,leader:!1},senses:"Perception +19; darkvision, truesight 2",movement:"10, fly 10 (hover), overland flight 15, swim 10",alignment:"Unaligned",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"Bluff +22, Insight +19, Stealth +24",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:27},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:820,initiative:23,ac:36,fortitude:34,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"2997731f-1ce4-45a4-a09a-72f8da3fd710",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d6+7 damage, and ongoing 10 acid damage (save ends).",damage:"2d6+7 damage",category:1},{id:"1128bc90-7887-41d3-93be-23cca43abb06",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"ed64c7a1-3b3c-48b0-a32a-da5ad27a98eb",name:"Shadow Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vyssilthar makes two claw attacks and one bite attack.",damage:"",category:1},{id:"87fd87c1-f6b7-48b8-92ba-0f270d9518a0",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses vyssilthar",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; targets the triggering attacker; 1d10+7 damage, and Vyssilthar pushes the target 2 squares.",damage:"1d10+7 damage",category:5},{id:"0e2e1b87-86cb-45de-af4e-7f90df52cc9b",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close burst 3",attack:null,description:"",details:"the burst creates a zone of darkness that lasts until the end of Vyssilthar’s next turn. The zone blocks line of sight for all creatures except Vyssilthar. Any creature entirely within the area (except Vyssilthar) is blinded. Sustain Minor: The zone persists.",damage:"",category:1},{id:"e5c2c1e7-3cff-43b8-a742-547d2d95e63e",name:"Dark Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is dazed and blinded until the end of Vyssilthar’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls and grants combat advantage (save ends).",damage:"The target takes a -2 penalty to attack rolls and grants combat advantage (save ends)",category:1},{id:"60067eb4-0e3c-4342-a264-b880c85f94a4",name:"Dispelling Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"3d8+5 acid damage, and the target takes 10 ongoing acid damage and a -4 penalty to AC (save ends both). All conjurations and zones completely or partly within the blast end.",damage:"3d8+5 acid damage",category:1},{id:"c0b1e4c3-5b73-4ff2-909a-66f4a3fd691b",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dispelling breath weapon recharges, and Vyssilthar uses it.",damage:"",category:5},{id:"00057b6d-524c-4573-9d30-bb13a57ab7a8",name:"Move as Shadow",action:{action:2,trigger:"only while vyssilthar is entirely within her cloud of darkness; recharges when cloud of darkness recharges",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Vyssilthar teleports 10 squares. After teleporting, she can make a Stealth check to become hidden even if creatures have line of sight to her.",damage:"Vyssilthar teleports 10 squares",category:5},{id:"6e8db351-cbe9-4292-8b1d-562fc5020d1b",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Vyssilthar can alter her physical form to take on the appearance of a Medium humanoid.",damage:"",category:3},{id:"6bb1638a-e090-423c-87ba-c95df50b105d",name:"Dark Doom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vyssilthar deals 2d10 extra damage to any creature that cannot see her.",damage:"vyssilthar deals 2d10 extra damage to any creature that cannot see her",category:0},{id:"efbe8adb-8367-4fcd-8205-de66f58ed136",name:"Slippery Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vyssilthar makes a saving throw against one charm, fear, or psychic effect at the start of her turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"187a8efb-c5b1-4b47-911a-dcffebd055d6",name:"Abyssal Spitter",details:"",size:3,origin:1,type:1,keywords:"demon",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +15; all-around vision, low-light vision",movement:"6, swim 12",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:20},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:720,initiative:12,ac:29,fortitude:31,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"d4b2e98a-d594-4616-b530-dce005bd603e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"2b3690cb-2bd4-4972-94cc-c86b3bcbfe93",name:"Acid Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d8+5 acid damage.",damage:"1d8+5 acid damage",category:1},{id:"21f85909-1937-43df-96a5-457a61ddbbbf",name:"Abyssal Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The abyssal spitter makes a number of basic attacks (any combination of melee and ranged attacks) equal to its number of heads (but see many-headed).",attack:null,description:"",details:"",damage:"",category:1},{id:"05516571-d03e-4115-a40c-c891e87e311d",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the abyssal spitter becomes dazed or stunned, it loses one attack on its next turn instead. Multiple effects stack.",damage:"",category:0},{id:"c992d170-96a7-4572-9837-7773453739c7",name:"Abyssal Regeneration",action:{action:3,trigger:"recharges when head lost",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An abyssal spitter starts with four heads. The first time the spitter is reduced to 540 hit points or fewer, it can spend a minor action on its next turn to grow two new heads (which increases the number of attacks it can make with abyssal fury by one). This occurs again the first time it becomes bloodied, and again the first time it is reduced to 180 hit points or fewer. Heads in excess of four die after 24 hours.",damage:"The first time the spitter is reduced to 540 hit points or fewer",category:5},{id:"0b134978-2494-4093-846d-bc67e31cb8f0",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An abyssal spitter can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"5136c526-9f7b-492e-b0d8-51c138966c66",name:"Portal Energy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the portal remains open, the abyssal spitter deals 2 extra damage on each of its attacks.",damage:"the abyssal spitter deals 2 extra damage on each of its attacks",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e643f00e-433e-4354-ac33-5639186c83ff",name:"Angel of Valor Warrior",details:"",size:2,origin:3,type:2,keywords:"angel",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6, fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:17,ac:40,fortitude:40,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"2471756f-7b96-4deb-b22b-b5d68e5bf804",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"11 fire damage.",damage:"11 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"f7b53b72-e196-45f9-93e4-a658887bdfec",name:"Big Grigbad",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:1,leader:!0},senses:"Perception +3; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +12, Endurance +8, History +3, Intimidate +6",equipment:"flail; heavy shield; scale armor",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:94,initiative:5,ac:21,fortitude:21,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"d31b72c7-ef31-4c2f-9f42-817a41882005",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, and the target is marked and slowed until the end of Big Grigbad’s next turn.",damage:"1d10+4 damage",category:1},{id:"6f5b27c5-ed91-4055-a93b-4215de0ea881",name:"Vexing Teamwork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires flail; (+1 per ally adjacent to target)1d10+4 damage, and the target cannot shift if at least two enemies are adjacent to it (save ends).",damage:"(+1 per ally adjacent to target)1d10+4 damage",category:1},{id:"0ce63f45-f46a-4b50-80fe-7a0ad725f940",name:"Mass Tactics",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in burst gains a +2 power bonus to its next attack roll and can shift 1 square as a free action.",damage:"each ally in burst gains a +2 power bonus to its next attack roll and can shift 1 square as a free action",category:2},{id:"a4c6ebbc-e6eb-4aa4-9b52-95b9a13d6c22",name:"Hobgoblin Resilience",action:{action:4,trigger:"when big grigbad suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Big Grigbad rolls a saving throw against the effect.",damage:"",category:5},{id:"86bc12b7-a43c-47a2-b49f-3b0180fcfa5f",name:"Phalanx Leader",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Big Grigbad gains a +2 bonus to AC while at least one minion is adjacent to him.",damage:"Big Grigbad gains a +2 bonus to AC while at least one minion is adjacent to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c53f2414-03f3-4f0e-a497-5f56e60974e2",name:"Bluespawn Defender",details:"",size:4,origin:4,type:2,keywords:"reptile",level:25,role:{type:7,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"8",alignment:"Evil",languages:"Draconic",skills:"",equipment:"greatsword; heavy shield",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:19},intelligence:{score:10},wisdom:{score:22},charisma:{score:16},hp:466,initiative:18,ac:43,fortitude:41,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"07639a7f-88bd-4c33-a302-4f36f00a3fd5",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 2d6+5 damage plus 2d8 lightning damage.",damage:"2d6+5 damage plus 2d8 lightning damage",category:1},{id:"aa00b841-2ed3-4074-95eb-c99538bf01c8",name:"Awesome Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"The defender makes a greatsword attack. If the attack hits, it makes a secondary attack against the same target. Secondary Attack; the target is pushed 3 squares and knocked prone.",damage:"the target is pushed 3 squares and knocked prone",category:1},{id:"75487a39-3bd3-48ec-99a2-0f215d4156dd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8 damage plus 2d8 lightning damage.",damage:"2d8 damage plus 2d8 lightning damage",category:1},{id:"ab067cc1-d48e-4d8e-beda-9f8b840b98aa",name:"Shield Crush",action:{action:5,trigger:"when an adjacent ally is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 3; 3d6+5 damage, and the target is dazed until the end of its next turn.",damage:"3d6+5 damage",category:5},{id:"a4d554ec-7803-4567-9e68-6c245879d700",name:"Defender",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bluespawn defender has resist 10 all against damage from dragons, dragonborn, and immortals.",damage:"a bluespawn defender has resist 10 all against damage from dragons",category:0}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c3265380-a5ef-46cc-baa0-41c3f141c0ac",name:"Borrit Crowfinger",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +15, Religion +15",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:12},intelligence:{score:21},wisdom:{score:16},charisma:{score:18},hp:560,initiative:6,ac:27,fortitude:21,reflex:27,will:25,regeneration:null,auras:[{id:"50fc7a0f-b804-4bd7-bc59-e33b8cf4766f",name:"Clutching Souls",keywords:"",details:"(Necrotic, Radiant) aura 3; en enemy that starts its turn in the aura takes 10 radiant and necrotic damage, and is slowed until the start of its next turn."}],powers:[{id:"a4bab117-d7d9-4017-949a-6d8f9ac25a73",name:"Scything Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage, and the target is dazed (save ends).",damage:"1d8+5 damage",category:1},{id:"9fe672f7-0f55-4574-82e3-823e14439d40",name:"Grasp of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d8+10 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"b84431aa-903f-432b-a441-704aedcc2702",name:"Glimpse of the Grave",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close blast 3",attack:{bonus:13,defence:3},description:"",details:"3d8+5 psychic damage, and the target is dazed and immobilized (save ends both).",damage:"3d8+5 psychic damage",category:3},{id:"9496de78-c654-4e8e-b46d-25422cd8dcd2",name:"Call of the Grave",action:{action:1,trigger:"recharges when the last minion created by this power is destroyed",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Five vampire spawn bloodhunters appear in any unoccupied spaces within 10 squares of Borrit. These undead minions take their turns immediately after the Bonemaster. At the end of the encounter or after 1 hour, these minions turn to dust.",damage:"Five vampire spawn bloodhunters appear in any unoccupied spaces within 10 squares of Borrit",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"12db78f4-9057-4218-af71-e3486ddcbdef",name:"Cambion Soul Conflagrant",details:"",size:2,origin:3,type:2,keywords:"devil",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +22, Bluff +24, Diplomacy +24",equipment:"quarterstaff",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:27},hp:166,initiative:16,ac:35,fortitude:34,reflex:34,will:36,regeneration:null,auras:[],powers:[{id:"9eedcd9f-d466-4ff0-873f-a283d3e5fe44",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4b942c7b-dd70-480f-9c1b-59dbfbdc1e9d",name:"Hellfire Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d6+8 fire damage, and the target is knocked prone.",damage:"3d6+8 fire damage",category:1},{id:"b7be9016-5ed2-46cf-aa42-187c4f15c668",name:"Purge the Soul",action:{action:1,trigger:"recharges when any enemy within sight is reduced to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"4d6+8 necrotic damage, and the target is weakened (save ends).",damage:"4d6+8 necrotic damage",category:5},{id:"d3d88807-24ac-4dfe-9030-40c6b12de0e4",name:"Soulscorch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:2},description:"",details:"2d6+8 fire damage, and ongoing 10 fire damage.",damage:"2d6+8 fire damage",category:1},{id:"de35f68c-e9ac-41c8-ba2e-c1f200c17eca",name:"Soul Mantle",action:null,keywords:"",condition:"",range:"A mantle of soul energy protects the cambion soul conflagrant, giving it a +4 bonus to AC and Reflex defense against ranged attacks (already included in its statistics).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bcb77e9-0cc8-4ac8-bcee-c07bde0db97d",name:"Cambion Stalwart",details:"",size:2,origin:3,type:2,keywords:"devil",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Athletics +13, Intimidate +14",equipment:"chainmail; greatsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:21},hp:186,initiative:8,ac:22,fortitude:22,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"84b18e6e-da2b-402d-b5d6-bb90063ede53",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage, and ongoing 5 fire damage (save ends).",damage:"1d10+5 damage",category:1},{id:"8e1bf5a3-db13-42fe-bb60-1faccc3e6897",name:"Stalwart Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a cambion stalwart flanks an enemy, the stalwart and its allies deal 1d6 extra damage against that enemy.",damage:"the stalwart and its allies deal 1d6 extra damage against that enemy",category:0},{id:"2bafa7fb-ca53-4127-9c5f-29096199ca1c",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A cambion stalwart scores critical hits on attack rolls of 19–20.",damage:"",category:0},{id:"79aeb9f7-b865-4ad9-b313-22d0193445d4",name:"Triumphant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a cambion stalwart bloodies an enemy or reduces an enemy to 0 hit points or fewer, the stalwart and all its allies within 5 squares each gain 5 temporary bit points.",damage:"the stalwart and all its allies within 5 squares each gain 5 temporary bit points",category:0},{id:"079f5f79-b41a-46af-8a28-84dfe98d4f47",name:"Whirlwind Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a cambion stalwart charges an enemy, it can make a greatsword attack against each enemy within its reach at the end of its charge.",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3fddbc08-bb5b-4ee0-8ed7-e1486e076f87",name:"Cobalt Serpent",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:15},charisma:{score:12},hp:109,initiative:11,ac:24,fortitude:23,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"bed7ef7a-8d33-4f24-8337-5855eaa0f47c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"47bdf33e-85cf-4564-8fb3-8d04e7bf2003",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"targets creature taking ongoing poison damage; the target is blinded and slowed (save ends both).",damage:"targets creature taking ongoing poison damage",category:1},{id:"ac15834e-572c-415b-86e4-6986e4a98bf1",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A cobalt serpent deals 1d6 extra damage on attacks against any target it has combat advantage against.",damage:"a cobalt serpent deals 1d6 extra damage on attacks against any target it has combat advantage against",category:0},{id:"2bc27e6b-c8cc-4a46-a4fa-d988e9af9b9c",name:"Elusive Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cobalt serpent shifts 2 squares. Enemies lose combat advantage against the cobalt serpent and cannot regain combat advantage against it until the start of its next turn.",damage:"The cobalt serpent shifts 2 squares",category:2},{id:"c0d54ae9-c8f2-4bc6-89cf-f41684d3ac22",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A cobalt serpent can use its poison the mind power against any creature in its guarded area even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"a cobalt serpent can use its poison the mind power against any creature in its guarded area even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a162edc5-efa5-4225-b7b1-96ad8b4cb680",name:"Death Knight",details:"",size:2,origin:4,type:2,keywords:"undead",level:17,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"light shield; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:11},charisma:{score:14},hp:264,initiative:11,ac:35,fortitude:32,reflex:26,will:27,regeneration:null,auras:[{id:"866df245-028f-4072-bd9a-242d8cb16798",name:"Marshal Undead",keywords:"",details:"aura 10; lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"550b88ac-47c3-4f5b-99af-910420a45b34",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+12 damage, plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit).",damage:"1d8+12 damage",category:1},{id:"03c9476c-6c97-4909-bfbe-ce8f47f9a39e",name:"Containing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"1d8+12 plus 5 necrotic damage, and the death knight can make a melee basic attack as an immediate reaction against the target if the target shifts on its next turn.",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword",damage:"",category:1},{id:"fdac3bf3-5af1-481c-be09-0b43aec74fb2",name:"Warrior’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword; 3d8+12 damage, plus 5 necrotic damage, and the target is pushed 2 squares. All enemies within 2 squares of the target are marked until the end of the death knight’s next turn.",damage:"3d8+12 damage",category:1},{id:"d98969ff-5e91-4c45-b826-1319ee46d882",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"6d8+12 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",attack:{bonus:19,defence:2},description:"",details:"",damage:"",category:1},{id:"298663f6-615a-4777-857f-c8e2ed111c1e",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight can mark that target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an adjacent enemy shifts, the death knight makes a melee basic attack against that enemy (as an immediate interrupt).",attack:null,description:"",details:"",damage:"",category:0},{id:"2d8a9fab-5c2b-424f-9da2-f156e986ff3f",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 66 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 66 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6353da3d-9dd9-49a5-8e7b-577767398260",name:"Decaying Skeleton",details:"",size:2,origin:4,type:0,keywords:"",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"arrow; heavy shield; longsword; shortbow",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:8,ac:19,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"a34649cd-a471-4e53-a92a-4f12a61b5a2e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"36daa198-8b9d-44ac-8501-3e2fe9fa9144",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a455f42d-8602-4cd3-af18-0a6cfa6fc9bd",name:"Demonfang Golem",details:"",size:3,origin:3,type:0,keywords:"construct, demon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +26; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:31},dexterity:{score:18},intelligence:{score:4},wisdom:{score:26},charisma:{score:17},hp:622,initiative:17,ac:41,fortitude:43,reflex:37,will:41,regeneration:null,auras:[],powers:[{id:"a6601ad5-68a6-43b9-916f-b10d4409fc6d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d10+5 damage and ongoing 10 necrotic damage (save ends).",damage:"2d10+5 damage and ongoing 10 necrotic damage (save ends)",category:1},{id:"b4e66e6f-b903-499b-9cb5-bcc43ea3591a",name:"Hungry Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Targets bloodied enemy; 4d10+10 damage, and the target is stunned (save ends).",damage:"4d10+10 damage",category:1},{id:"de677734-ca56-4270-9cb7-9ed6cd30d1f3",name:"Ravenous Gnash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 4d10+10 psychic damage, and the target is pushed 3 squares.",damage:"4d10+10 psychic damage",category:1},{id:"e77eb1c6-5102-4269-9b36-369ec7fea427",name:"Death Burst",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"close burst 1",attack:{bonus:30,defence:0},description:"",details:"The demonfang golem explodes in a burst of jagged teeth; 4d6+12 damage, and the area of the burst is difficult terrain until the end of the encounter.",damage:"4d6+12 damage",category:0}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"dcf24278-d1d3-4104-bf71-652ee2264c77",name:"Dragonborn Hunter",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +16",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +10, Intimidate +11, Stealth +20",equipment:"katar; leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:24},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:322,initiative:17,ac:32,fortitude:31,reflex:32,will:28,regeneration:null,auras:[],powers:[{id:"ec15ae37-4854-44fe-a64d-0e57cefdc4fa",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"(+23 while bloodied)2d6+6 damage (crit 1d6+18).",damage:"(+23 while bloodied)2d6+6 damage (crit 1d6+18)",category:1},{id:"b05748d5-ecd7-4256-b151-dad146b9ced9",name:"Twin Katar Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The dragonborn hunter makes two katar attacks and can shift 1 square before or after each attack. If bloodied, the dragonborn hunter can make four katar attacks instead of two (no more than two per target).; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"be8a8992-278d-4e32-ae30-d34866c62748",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:20,defence:2},description:"",details:"targets all creatures; (+21 while bloodied)2d6+3 lightning damage.",damage:"(+21 while bloodied)2d6+3 lightning damage",category:3},{id:"f86b6a92-88dc-4f0f-a328-cc5775b18678",name:"Bloodied Breath",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"The dragonborn’s dragon breath recharges automatically, and the dragonborn uses it immediately as a free action.",damage:"",category:4},{id:"c9bd1cd7-118e-4548-bdcd-d643599e32ea",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A dragonborn hunter deals 2d6 extra damage on melee and ranged attacks against any target that it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"558a179f-bff4-4272-bd06-5fd00df41fa4",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn hunter gains a +1 racial bonus to attack rolls.",damage:"A dragonborn hunter gains a +1 racial bonus to attack rolls",category:0},{id:"5c5f587e-f06b-48a7-aa79-b65a2bf51f04",name:"Hunter’s Stride",action:{action:2,trigger:"recharges after the dragonborn hunter attacks two or more different enemies in one turn with twin katar flurry",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn hunter shifts 2 squares. If adjacent to only one foe after this movement, the dragonborn hunter gains combat advantage against that foe until the start of its next turn.",damage:"The dragonborn hunter shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9bcd095-2d43-4bb4-ad1e-e0afc7c254bd",name:"Eranyth",details:"",size:2,origin:2,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"6, fly 9 (hover)",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +14, History +14, Intimidate +22, Nature +18",equipment:"leather armor; longsword",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:26},intelligence:{score:16},wisdom:{score:19},charisma:{score:27},hp:180,initiative:17,ac:33,fortitude:28,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"0f2c8a29-9245-4697-bce2-554638be095e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"ad135387-67a6-4ed9-88c3-23e46ef33d23",name:"Autumn Chill",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target is weakened until the end of the encounter.",damage:"",category:1},{id:"bd2dd312-9e84-47f6-be52-18a3d7bd435e",name:"Whirlwind Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"2d8+9 damage, and the target is pushed 2 squares (pushed 3 squares and knocked prone on a critical hit). Miss: Half damage, and the target is not pushed.",damage:"2d8+9 damage",category:1},{id:"98a91939-e76c-4ef6-8cf3-3f67a93351d9",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Eranyth can teleport 5 squares.",damage:"Eranyth can teleport 5 squares",category:2}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"necrotic (slowed until the end of Eranyth’s next turn)",immune:"",tactics:""},{id:"937cb3c0-bc32-4f69-a591-e146dab1851a",name:"Fire Archon Blazesword",details:"",size:2,origin:1,type:2,keywords:"fire",level:25,role:{type:7,flag:1,leader:!1},senses:"Perception +20",movement:"8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"plate armor; scimitar",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:26},intelligence:{score:15},wisdom:{score:17},charisma:{score:16},hp:462,initiative:22,ac:41,fortitude:37,reflex:36,will:31,regeneration:null,auras:[],powers:[{id:"0c9da236-1499-4540-81e4-2cf26ac4cd1c",name:"Fire-Forged Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8+9 damage (crit 4d8 + 18) plus 1d10 fire damage, the target is marked until the end of the blazesword’s next turn, and the blazesword pushes the target 1 square. It can shift into the space that the target occupied.",damage:"2d8+9 damage (crit 4d8 + 18) plus 1d10 fire damage",category:1},{id:"f0d1a151-4f6e-456c-bd24-c401c72e540d",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The blazesword makes two scimitar attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"8c675ee8-00c3-49d6-bf06-7b330d4b3963",name:"Wounded Fireburst",action:null,keywords:"Fire",condition:"when first bloodied and again when the blazesword is reduced to 0 hit points",range:"Close burst 2",attack:{bonus:30,defence:2},description:"",details:"20 fire damage, and ongoing 10 fire damage (save ends).",damage:"20 fire damage",category:0},{id:"1af1b500-b80f-40a6-b0f8-5e122628c09c",name:"Combat Advantage",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A blazesword makes a single extra scimitar attack and deals 1d8 extra fire damage against any enemy it has combat advantage against.",damage:"a blazesword makes a single extra scimitar attack and deals 1d8 extra fire damage against any enemy it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9f7bef2d-21de-4221-b1f3-5924e199316f",name:"Flameborn Zombie",details:"",size:2,origin:4,type:0,keywords:"fire, undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:103,initiative:5,ac:26,fortitude:24,reflex:20,will:20,regeneration:null,auras:[{id:"7b49593f-8b56-4b7d-bd04-53c68c0c9bd1",name:"Flameborn Aura",keywords:"",details:"(Fire) aura 2; each creature that enters the aura or starts its turn there takes 5 fire damage. Multiple auras deal cumulative damage."}],powers:[{id:"0bab5722-ba05-405f-82b8-e101143c9a23",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+6 damage, and the target is immobilized until the end of the flameborn zombie’s next turn and takes 5 ongoing fire damage (save ends).",damage:"1d6+6 damage",category:1},{id:"2b2b91a0-887a-4990-bdae-6581aa1f5f91",name:"Death Burst",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:15,defence:1},description:"",details:"2d6+4 damage, and the target is slowed (save ends).",damage:"2d6+4 damage",category:0},{id:"3915547b-75b6-4c77-a1f5-a7656f9e8f95",name:"Flame Reaper",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A flameborn zombie deals 5 extra fire damage to an immobilized creature.",damage:"a flameborn zombie deals 5 extra fire damage to an immobilized creature",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:2,value:5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"354f28c2-d5a3-48f9-a7f8-9994a2d19151",name:"Flameskull Lord",details:"",size:3,origin:4,type:0,keywords:"undead",level:26,role:{type:3,flag:0,leader:!1},senses:"Perception +23; truesight 6",movement:"fly 10 (hover)",alignment:"Evil",languages:"Common, Primordial",skills:"Arcana +28, Religion +28, Stealth +26",equipment:"",category:"",strength:{score:10},constitution:{score:24},dexterity:{score:26},intelligence:{score:30},wisdom:{score:21},charisma:{score:28},hp:240,initiative:21,ac:40,fortitude:38,reflex:38,will:38,regeneration:{value:10,details:""},auras:[{id:"12f2a9c1-2161-48bc-b31a-17ac88ce492d",name:"Aura of Fiery Death",keywords:"",details:"(Fire, Necrotic) aura 2; a creature that enters the aura or starts its turn within the aura takes 15 fire and necrotic damage."}],powers:[{id:"a42fe51b-4d28-4525-abe7-3f8126fff098",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8 damage plus 2d8 fire damage.",damage:"2d8 damage plus 2d8 fire damage",category:1},{id:"eefdabd6-e814-4cd8-aad3-df1357dbf309",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"2d8+10 fire damage, and the target is dazed until the end of the flameskull lord’s next turn.",damage:"2d8+10 fire damage",category:1},{id:"8df9cf8a-5e83-4f8e-a2c6-b98e92ca3e60",name:"Deadfire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 4 within 20",attack:{bonus:29,defence:2},description:"",details:"3d6+10 fire and necrotic damage, and the target is dazed and slowed (save ends both). Miss: Half damage, and the target is not dazed or slowed. The flameskull lord can exclude allies from the effect.",damage:"3d6+10 fire and necrotic damage",category:1},{id:"10a5387f-15dd-4e59-8981-ebf98f882a01",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand.",damage:"",category:3},{id:"8079020d-80ef-416b-b631-3c2c903e59ae",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A flameskull lord sheds bright light out to 10 squares, but it can reduce its brightness to dim light out to 3 squares as a free action.",damage:"A flameskull lord sheds bright light out to 10 squares",category:0}],damageModifiers:[{type:3,value:-20},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b8d1bb77-fc79-4fdc-92e2-8a9b7d3c56b5",name:"Frost Hound",details:"",size:2,origin:4,type:3,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:80,initiative:7,ac:24,fortitude:21,reflex:17,will:18,regeneration:null,auras:[{id:"c85c4f11-7fd4-43b7-b5b3-55c9fb85f86c",name:"Frost Shield",keywords:"",details:"(Cold) aura 1; each creature that enters or begins its turn in the aura is slowed until the end of its turn."}],powers:[{id:"5e54d0cf-6e7e-4fe1-acb0-c697814475c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+2 damage plus 1d6 extra cold damage.",damage:"1d8+2 damage plus 1d6 extra cold damage",category:1},{id:"d9ab15ce-fe56-4ceb-b7dc-7b1eaedd60b8",name:"Icy Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"1d8+3 cold damage, and the target is immobilized (save ends).",damage:"1d8+3 cold damage",category:1},{id:"7a59ad7e-2a3d-4620-89f7-3eb357506637",name:"Icy Spikes",action:{action:5,trigger:"when an adjacent enemy attacksthe frost hound’s ally without also targeting the frost houndwith the attack",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The target takes ongoing 5 cold damage (save ends).",damage:"the target takes ongoing 5 cold damage (save ends)",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f4ab5b53-651d-43aa-ab38-f9d14fab2605",name:"Githyanki Corsair",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +16, History +9, Insight +12",equipment:"light shield; longsword",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:21},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:118,initiative:15,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"7f8d7a4a-f47f-426b-894b-9c58feb4bb6a",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+4 damage plus 1d6 psychic damage, and if the githyanki corsair has combat advantage, it can shift up to 3 squares.",damage:"2d8+4 damage plus 1d6 psychic damage",category:1},{id:"d3b8a380-d9e1-48d2-a75b-cd11c466f352",name:"Blade Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+4 damage plus 1d6 psychic damage, and the target is dazed until the end of the githyanki corsair’s next turn. The githyanki corsair can shift up to 3 squares before or after making this attack.",damage:"3d8+4 damage plus 1d6 psychic damage",category:1},{id:"7349df2d-a6ef-4f13-8174-248794cbb541",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki corsair or an ally within range can fl y up to 5 squares.",damage:"the githyanki corsair or an ally within range can fl y up to 5 squares",category:2},{id:"2c2eda30-4bc1-43a7-a131-d60d6c8ab66a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A githyanki corsair deals 1d6 extra damage on melee attacks against any target that it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2fe5f003-789f-4b93-905a-16dd251472f1",name:"Great Conflagration",details:"",size:4,origin:1,type:1,keywords:"air, fire",level:26,role:{type:0,flag:1,leader:!1},senses:"Perception +18",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:30},intelligence:{score:8},wisdom:{score:21},charisma:{score:15},hp:376,initiative:23,ac:40,fortitude:40,reflex:42,will:37,regeneration:null,auras:[],powers:[{id:"10a82b23-8861-41da-9771-fe52c63d6333",name:"Fire Arc",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:37,defence:2},description:"",details:"Reach 3; 2d8+11 fire damage.",damage:"2d8+11 fire damage",category:1},{id:"7804799d-04ee-4139-989a-8c7495d2310d",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:37,defence:2},description:"",details:"2d8+11 fire damage.",damage:"2d8+11 fire damage",category:1},{id:"9ba239ba-93b7-4777-ba39-f6ec7a656d7a",name:"Burning Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"2d10+9 fire damage.",damage:"2d10+9 fire damage",category:1},{id:"8103c9eb-6c40-4112-8da9-725a6a599ae1",name:"Swirling Blaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:null,description:"",details:"automatic hit; 1d10 + 9 fire damage, and the great conflagration becomes insubstantial until the end of its next turn.",damage:"1d10 + 9 fire damage",category:1},{id:"bbeaf75f-67d7-4645-afd1-efdf79ecd94d",name:"Fire Storm",action:{action:1,trigger:"begins uncharged; recharges when the great conflagration uses swirling blaze",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:29,defence:2},description:"",details:"4d8+6 fire damage. Miss: Half damage.",damage:"4d8+6 fire damage",category:5}],damageModifiers:[{type:3,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e9192b41-b03a-49da-a925-4f4e42dee5da",name:"Hezrou Mangler",details:"A foul stench surrounds this hulking brute, which has a froglike head with a wide, tooth-filled mouth. Ridges crowned with jagged spines run from its head down its back, and strange horns break through its greenish-black hide.",size:3,origin:1,type:2,keywords:"demon",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +22",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:275,initiative:17,ac:36,fortitude:38,reflex:34,will:34,regeneration:null,auras:[{id:"e3a377e1-df20-4d69-97e5-4a25def8d424",name:"Noxious Stench ",keywords:"",details:"(Poison) aura 2; enemies in the aura take a -2 penalty to attack rolls. While the hezrou is bloodied, enemies within its aura are also weakened."}],powers:[{id:"1736150e-e2d6-47e4-9590-c9631a3e9f1a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"e298b9a6-33e1-4b6e-9b84-cf9279f4cc68",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+10 damage.",damage:"2d8+10 damage",category:1},{id:"1c47da3a-723b-4ce8-856e-f26adaac5225",name:"Combination Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou makes one slam attack and one bite attack.",damage:"",category:1},{id:"7c896a29-a3ec-4b80-bc6d-5af13428f4bb",name:"Demonic Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou ignores difficult terrain, seeming to phase through it.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"d7e98828-6b4b-4323-b970-e3886a16af61",name:"Human Blood Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:5,ac:22,fortitude:20,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"f7c0588a-4571-4622-bb8f-a66420e6cb4a",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"b2b60a1f-dba3-493d-b598-70aec034ac88",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human blood cultist gains a +2 power bonus to all defenses while at least two other human blood cultists are within 5 squares of it.",damage:"A human blood cultist gains a +2 power bonus to all defenses while at least two other human blood cultists are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"31aedb99-3d2d-4db7-8af3-af2c151ae3c8",name:"Inferno Bat",details:"",size:2,origin:1,type:1,keywords:"fire",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"2 (clumsy), fly 8 see also fiery swoop",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:16},dexterity:{score:27},intelligence:{score:2},wisdom:{score:12},charisma:{score:9},hp:144,initiative:17,ac:29,fortitude:25,reflex:29,will:23,regeneration:null,auras:[],powers:[{id:"e584a06d-f7d2-47d8-bb93-9b705e95bae0",name:"Inferno Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d6+5 fire damage, and ongoing 10 fire damage (save ends). Failed Saving Throw: Each ally of the target, within 2 squares of the target, takes 10 fire damage.",damage:"2d6+5 fire damage",category:1},{id:"1390e628-f8ad-46fe-ad4c-9979f822d830",name:"Fiery Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The inferno bat shifts 4 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The inferno bat cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:null,description:"",details:"",damage:"",category:1},{id:"aa8082c5-1721-4173-84f2-3ef73987e0ed",name:"Heatseeker",action:{action:4,trigger:"when the inferno bat is damaged by an enemy’s ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The inferno bat shifts 2 squares toward the triggering enemy.",damage:"The inferno bat shifts 2 squares toward the triggering enemy",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9afe576b-26bc-4b04-b569-8c82c0aa5012",name:"Kobold Cleaver",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +6, Thievery +6",equipment:"leather armor; short sword",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:9},wisdom:{score:10},charisma:{score:10},hp:1,initiative:4,ac:16,fortitude:14,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"1b9346c1-35c6-44ee-a61c-a9b378f08f8d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"85216910-d68a-4a05-9bea-4b988a10c616",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"e75f465e-e79d-413e-a5c5-130b2f096c4e",name:"Spinning Slash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a kobold cleaver hits with a short sword attack, it deals 2 damage to one other enemy adjacent to it.",damage:"it deals 2 damage to one other enemy adjacent to it",category:0},{id:"214623e5-028e-4d63-89c4-d7e703f3bcd9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold cleaver gains a +2 bonus to all defenses against traps.",damage:"A kobold cleaver gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a088c0b2-cfda-4841-b274-00f3c3498866",name:"Koptila",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:3,flag:2,leader:!0},senses:"Perception +5; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"heavy flail; hide armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:12},wisdom:{score:12},charisma:{score:20},hp:290,initiative:5,ac:24,fortitude:21,reflex:17,will:24,regeneration:null,auras:[],powers:[{id:"c39d2020-a917-4a65-a0b6-e2e39500d490",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target slides 2 squares.",damage:"2d8+4 damage",category:1},{id:"5fdc1d36-bc9a-4a53-91cd-ff1d7200ce19",name:"Sweeping Flail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"close burst 2",attack:{bonus:12,defence:0},description:"",details:"Requires heavy flail; targets enemies only; 2d8+4 damage, and the target is knocked prone.",damage:"2d8+4 damage",category:1},{id:"16875091-fe52-4730-97a7-cd9c7e4a24a9",name:"Vitality Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:13,defence:1},description:"",details:"targets enemies only; 2d6+5 necrotic damage, and the target is slowed (save ends), and Koptila or one undead ally within 5 squares gains 10 temporary hit points.",damage:"2d6+5 necrotic damage",category:1},{id:"d79a724f-2af0-4c4c-b9f5-e1dd4680accb",name:"Death’s Beckoning",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when koptila hits with vitality drain"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"target is teleported 5 squares and is dazed until the end of its next turn.",damage:"target is teleported 5 squares and is dazed until the end of its next turn",category:3},{id:"50683b23-0355-43b8-9ce6-d68966790c8c",name:"Koptila’s Curse",action:null,keywords:"",condition:"when hit by a melee attack",range:"",attack:null,description:"",details:"The attacker is weakened until the end of his next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"343e7b67-891e-4496-9a26-861caf3d4b4d",name:"Lava Gorgon",details:"",size:3,origin:1,type:1,keywords:"",level:26,role:{type:6,flag:0,leader:!1},senses:"Perception +19; truesight 6",movement:"8 (earth walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:24},intelligence:{score:3},wisdom:{score:22},charisma:{score:8},hp:246,initiative:20,ac:40,fortitude:38,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"f295151b-7262-4614-88c5-2ad7e4e2b618",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d10+12 damage plus 2d8 fire damage, and the target is pushed 2 squares and knocked prone.",damage:"1d10+12 damage plus 2d8 fire damage",category:1},{id:"bf3d759d-7c94-43bd-8b6d-4d1246d738dd",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The lava gorgon can move up to half its speed and make one melee basic attack at any point during that movement. The lava gorgon doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:29,defence:0},description:"",details:"3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"dfad1ab0-449e-427a-88c1-f012cb8a8b66",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"The lava gorgon can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the gorgon must end its move in an unoccupied space. When it enters an enemy’s space, the gorgon makes a trample attack; 1d10+10 damage, and the target is knocked prone.",damage:"1d10+10 damage",category:1},{id:"bdf0c0a7-b024-4d5d-b9ec-3a207bc48489",name:"Volcanic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Poison",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"2d10+20 fire and poison damage.",damage:"2d10+20 fire and poison damage",category:1}],damageModifiers:[{type:3,value:-20},{type:7,value:-20}],resist:"",vulnerable:"",immune:"knocked prone, push/pull/slide",tactics:""},{id:"b5740dad-4823-456f-bcc1-04bc13a8e35c",name:"Lich",details:"A lich is a gaunt, skeletal humanoid with withered skin stretched tightly across its bones. Its eyes have been lost to decay, but bright pinpoints of evil light burn in the empty sockets. A lich usually dresses in the rich robes and vestments it wore in life, although with the passing of the years these usually fade into tattered remnants.",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +24, History +24, Insight +19",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:15},intelligence:{score:25},wisdom:{score:15},charisma:{score:21},hp:362,initiative:14,ac:38,fortitude:33,reflex:38,will:38,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"b8a084f5-ce80-4020-a1b9-8295f4ba4179",name:"Necrotic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"8f1b69a6-af31-4421-bc44-2a207c155e82",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"36775e2e-be89-4eab-a839-cc8cb2735ea0",name:"Necrotic Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"3d8+7 necrotic damage, and the target is stunned until the end of the lich’s next turn.",damage:"3d8+7 necrotic damage",category:1},{id:"6767f0bf-f5c4-41e6-ba55-117afd911cd5",name:"Entropic Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:28,defence:2},description:"",details:"6d6+7 necrotic damage.",damage:"6d6+7 necrotic damage",category:1},{id:"af4951e5-bf33-48b4-bfd1-999cee2e5722",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"91ed07ee-ebc1-4955-ba8c-67643bfae51d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The lich spends a healing surge and regains 90 hit points. The lich gains a +2 bonus to all defenses until the start of its next turn.",damage:"The lich spends a healing surge and regains 90 hit points",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4b401b77-afd9-41f7-a322-b53a2f59e8ec",name:"Marut Battlemaster",details:"",size:2,origin:3,type:2,keywords:"",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +21; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Athletics +30, Endurance +25, Intimidate +20",equipment:"",category:"",strength:{score:35},constitution:{score:25},dexterity:{score:24},intelligence:{score:14},wisdom:{score:26},charisma:{score:15},hp:482,initiative:22,ac:43,fortitude:46,reflex:38,will:40,regeneration:{value:20,details:""},auras:[],powers:[{id:"31192a57-924f-4b63-8100-9fddf092d67b",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d10+13 damage plus 1d6 thunder damage, and the target is pushed 1 square.",damage:"1d10+13 damage plus 1d6 thunder damage",category:1},{id:"05e15fd3-abc6-4449-b04e-c53c8c69c148",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The marut battlemaster makes two greatsword attacks. It can shift up to 6 squares between the first and second attacks.; 5d10+9 damage.",damage:"5d10+9 damage",category:1},{id:"f061313b-b591-48e2-a35d-925878b62159",name:"Warrior’s Urging",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Weapon",condition:"",range:"close burst 4",attack:{bonus:33,defence:0},description:"",details:"Requires greatsword; targets each enemy in burst that the marut battlemaster can see; the target must shift up to 3 squares and end adjacent to the blademaster, if possible. A target that cannot end adjacent does not move. The battlemaster then attacks each adjacent target; 3d10+13 damage.",damage:"3d10+13 damage",category:1},{id:"00f5369b-60d5-4194-9ddc-f63bd2faa75a",name:"dragon’s Fangs",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Requires greatsword; 2d10+3 damage. The marut battlemaster makes two attacks against one target, or one attack against two different targets. Miss: Half damage.",damage:"2d10+3 damage",category:5},{id:"8faf358f-0ba3-45bc-899c-aa1ca4f5e531",name:"Into the Fray",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut battlemaster can shift up to 3 squares, as long as it ends the move adjacent to an enemy.",damage:"The marut battlemaster can shift up to 3 squares",category:3},{id:"ae1b84ce-2174-486f-9c76-b271ec179eab",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight can mark that target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an adjacent enemy shifts, the death knight makes a melee basic attack against that enemy (as an immediate interrupt).",attack:null,description:"",details:"",damage:"",category:0},{id:"38ee3fb6-198e-496d-ba0f-c31e89c6b4b0",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A marut battlemaster gains a +2 bonus to opportunity attacks. An enemy struck by opportunity attacks stops moving if a move provoked the attack.",damage:"A marut battlemaster gains a +2 bonus to opportunity attacks",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"bc6a93ee-5428-40e5-8e98-7eeae5b5b1dc",name:"Marut Champion",details:"",size:3,origin:3,type:2,keywords:"",level:26,role:{type:3,flag:1,leader:!0},senses:"Perception +25; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +25, Intimidate +26",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:13},intelligence:{score:22},wisdom:{score:25},charisma:{score:26},hp:482,initiative:14,ac:42,fortitude:43,reflex:36,will:41,regeneration:{value:20,details:""},auras:[{id:"85f7e3c4-bd5d-4f44-b951-109e5d0ecc39",name:"Battle Glory",keywords:"",details:"aura 4; allies within the aura gain a +1 bonus on attack rolls, or a +2 bonus if bloodied"}],powers:[{id:"c0dee5fc-ad52-4f1f-8737-4afabfdc2eb6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d6+12 damage plus 1d6 thunder damage.",damage:"2d6+12 damage plus 1d6 thunder damage",category:1},{id:"34e356d9-a2fb-46e2-9834-94043682ab71",name:"Fortune’s Woe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:1},description:"",details:"the target takes a -2 penalty to all defenses (save ends).",damage:"the target takes a -2 penalty to all defenses (save ends)",category:3},{id:"77507cb3-7f0a-411f-95c7-ffbc562e447b",name:"Fortune’s Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 5 within 20",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 3d6+8 psychic damage, and the target is dazed (save ends).",damage:"3d6+8 psychic damage",category:1},{id:"280eb04c-9c6f-45b8-b81b-469e943f2c75",name:"Thunderous Edict",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close burst 10",attack:{bonus:28,defence:1},description:"",details:"targets enemies; 3d6+10 thunder damage, and the target is pushed up to 4 squares. Miss: Half damage, and the target is not pushed.",damage:"3d6+10 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"10189b17-8daf-4131-831f-0afbe82ba1f5",name:"Massive Gelatinous Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +5; tremorsense 5",movement:"3",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:13},charisma:{score:1},hp:212,initiative:6,ac:21,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"283f1d58-70a8-4513-8f72-50a26181a052",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d6+3 damage, and the target is immobilized (save ends).",damage:"2d6+3 damage",category:1},{id:"dacc898e-990a-4340-8396-9d1c66cf9fd4",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Target one or two Medium or smaller adjacent creatures; (automatically hits an immobilized creature) the target is grabbed, pulled into the cube’s space, dazed, and takes ongoing 11 acid damage until the grab ends. When the grab ends, the creature that was grabbed shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"and takes ongoing 11 acid damage until the grab ends",category:1},{id:"72e72535-d219-40d2-afe0-a6c8de037584",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gelatinous cube is invisible until seen (Perception DC 25) or until it attacks. Creatures that fail to notice the gelatinous cube might walk into it, automatically becoming engulfed.",damage:"",category:0}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"e8eeab30-13c4-4f6a-828c-ed361dd0e5d7",name:"Minotaur Mauler",details:"",size:3,origin:4,type:2,keywords:"",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +20",movement:"8",alignment:"Chaotic evil",languages:"Common",skills:"Dungeoneering +18, Intimidate +15, Nature +15",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:19},charisma:{score:12},hp:210,initiative:10,ac:30,fortitude:34,reflex:28,will:31,regeneration:null,auras:[],powers:[{id:"3c4ccd48-a82c-4e16-b982-1a81b999c7b2",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+8 damage (crit 4d8+24), and the target is pushed 1 square.",damage:"2d8+8 damage (crit 4d8+24)",category:1},{id:"d476bc33-17b7-4bb0-b2b4-1123e538ef87",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The minotaur makes a charge attack; 2d6+8 damage, and the target is knocked prone.",damage:"2d6+8 damage",category:1},{id:"331027c3-dabf-4d8f-ba57-cbdda6100340",name:"Thrashing Horns",action:{action:1,trigger:"usable only when charging",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6+8 damage, and the target slides 2 squares.",damage:"2d6+8 damage",category:5},{id:"30f65552-5ef5-40a1-8322-8c6a3176d340",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur mauler makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a72fe83-0849-4643-86fd-0f4cae0e5b11",name:"Molten Firestorm",details:"",size:4,origin:1,type:1,keywords:"earth, fire",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:26},dexterity:{score:28},intelligence:{score:8},wisdom:{score:18},charisma:{score:16},hp:592,initiative:22,ac:38,fortitude:37,reflex:38,will:33,regeneration:null,auras:[],powers:[{id:"5604baf8-20de-4eb2-b56b-26efabc76148",name:"Molten Storm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d8+11 fire damage.",damage:"2d8+11 fire damage",category:1},{id:"6bc69de4-b19a-414d-b488-268cd68df7b9",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"The molten firestorm makes two molten slam attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"929236b1-614a-48ef-bde1-11e55bf35ebc",name:"Volcanic Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:27,defence:2},description:"",details:"2d8+9 fire damage.",damage:"2d8+9 fire damage",category:1},{id:"5e980e6b-f2d9-4b00-bec7-07d09c65c138",name:"Volcanic Storm",action:{action:1,trigger:"recharges the first time the molten firestorm is bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:27,defence:2},description:"",details:"6d8+9 fire damage. Miss: Half damage.",damage:"6d8+9 fire damage",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c12b25af-7f1d-47c2-9ffd-7832c3bd2a14",name:"Putrid Rot Harbinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:7,flag:0,leader:!1},senses:"Perception +16",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:17},hp:209,initiative:19,ac:36,fortitude:34,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"b225084b-7a68-4b91-8cad-731790b61771",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d10+7 damage, and the target is marked until the end of the rot harbinger’s next turn and takes ongoing 10 necrotic damage (save ends).",damage:"2d10+7 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"852f311e-ecfa-4d5b-bcb5-6687830eb2b9",name:"Rakshasa Destroyer",details:"",size:2,origin:4,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +20; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +22, Bluff +19, Insight +20, Intimidate +19",equipment:"heavy shield; longsword; scale armor",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:21},charisma:{score:18},hp:196,initiative:16,ac:37,fortitude:37,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"5fb831f9-5552-4ed2-8698-b45628abfee4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The rakshasa destroyer makes two attack rolls and keeps the better result; 1d8+6 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8+6 damage",category:1},{id:"b6e11cae-c7b9-4380-b1d1-a66faa44827e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"e6ffbbbf-bbd3-4e2e-872b-63f81c57ec2a",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The rakshasa destroyer makes three melee basic attacks. If two or more attacks hit the same target, that target is dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"8bdc5826-128a-4a9c-bd0d-2ed8bfb97876",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa destroyer can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"ba6a06af-f99f-41a8-aa85-627713f0e80e",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rakshasa destroyer can fl y up to 6 squares. It must land at the end of this move or else it crashes.",damage:"The rakshasa destroyer can fl y up to 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10801a55-9c68-4d73-82a5-4cf4cf76e0ee",name:"Rot Hurler",details:"",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:0,flag:1,leader:!1},senses:"Perception +21",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:330,initiative:18,ac:39,fortitude:39,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"02be9c8c-1339-4e0d-a705-1126b5ba9999",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+5 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d10+5 damage",category:1},{id:"7a8cf766-ed60-4fbe-8431-ced8cbebcd52",name:"Orb of Pestilence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"2d8+8 poison damage, and the target is weakened and takes a -2 penalty to saving throws (save ends both).",damage:"2d8+8 poison damage",category:1},{id:"836a8203-0a4c-44bb-8c9f-06338d43b690",name:"Double Throw",action:{action:7,trigger:"when rot hurler hits with an orb of pestilence",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"If an orb of pestilence attack hits, make a second orb attack against another enemy within 5 squares of the original target.",damage:"make a second orb attack against another enemy within 5 squares of the original target",category:5},{id:"cc8dab0b-4cea-448e-aad8-d5168dc5c745",name:"Withdraw",action:{action:5,trigger:"when an enemy moves adjacent to the rot hurler",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rot hurler shifts up to 3 squares.",damage:"The rot hurler shifts up to 3 squares",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"30267f3a-88b7-4892-840d-e00fbee1a8d8",name:"Rot Spewer",details:"",size:2,origin:1,type:2,keywords:"undead",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +25",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:195,initiative:20,ac:42,fortitude:42,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"1690a2ad-60d5-4433-9347-4edb4b61d603",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10+7 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d10+7 damage",category:1},{id:"1b74576a-b02e-4dd1-a0d1-5565ca360337",name:"Orb of Decay",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:30,defence:1},description:"",details:"2d8+10 necrotic damage, and the target is weakened and takes a -2 penalty to saving throws (save ends both).",damage:"2d8+10 necrotic damage",category:1},{id:"3f256367-de05-4537-8ea4-ee8f176c86ed",name:"Interposing Decay",action:{action:5,trigger:"when hit by an attack; recharges when bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rot spewer gains a +4 power bonus to AC and Reflex until the end of its next turn, as it throws a wave of rotting flesh around itself.",damage:"The rot spewer gains a +4 power bonus to AC and Reflex until the end of its next turn",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"16780a9f-2bf6-4a16-840d-213a60b39907",name:"Superior Fire Titan",details:"",size:4,origin:1,type:2,keywords:"giant",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +24",movement:"8",alignment:"Evil",languages:"Giant, Primordial",skills:"Intimidate +23",equipment:"greatsword",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:23},intelligence:{score:10},wisdom:{score:23},charisma:{score:21},hp:478,initiative:19,ac:44,fortitude:41,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"3e6d4b5e-5fee-48e9-a1f7-8510cefd6640",name:"Fireraging Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d6+12 damage plus 4d6 fire damage, and the target is pushed 2 squares and marked until the end of the superior fire titan’s next turn.",damage:"2d6+12 damage plus 4d6 fire damage",category:1},{id:"c6222444-dbc6-4241-ba44-988c0d4018f0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The superior fire titan makes two fireraging greatsword attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"b15b8a76-7dd8-4675-9f11-c045a36d0261",name:"Hurl Lava",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"ranged 20",attack:{bonus:29,defence:2},description:"",details:"Requires a source of lava; 4d6+9 fire damage, and the target is immobilized until the end of the superior fire titan’s next turn. A flying creature hit by this attack crashes.",damage:"4d6+9 fire damage",category:1},{id:"85015b1b-a88e-4152-89a0-2011a8e8664a",name:"Burning Wave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 5",attack:{bonus:29,defence:2},description:"",details:"2d10+3 fire damage, and ongoing 10 fire damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d10+3 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"486097ed-c0ea-455e-88a8-64ea918138b5",name:"Tal Lorvas",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +4",movement:"6",alignment:"Evil",languages:"Common, Abyssal",skills:"Arcana +13",equipment:"implement, staff; magic orb",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:20},wisdom:{score:12},charisma:{score:17},hp:136,initiative:5,ac:20,fortitude:16,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"3f233d05-719c-4dac-9b81-4b6315fd22ce",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"1ef4e8af-9b7c-4e9d-9497-ca297e2978ab",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:12,defence:2},description:"",details:"2d4+6 force damage (crit 2d6+14).",damage:"2d4+6 force damage (crit 2d6+14)",category:1},{id:"2435e6f7-4b83-4f37-9e5f-e18fc97a9329",name:"Necrotic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when skeleton is raised using raise skeleton"},keywords:"Healing, Necrotic",condition:"",range:"Area burst 2 within 10 squares",attack:{bonus:12,defence:1},description:"",details:"2d6+4 necrotic damage (crit 2d6+22); undead in the burst regain 10 hit points.",damage:"2d6+4 necrotic damage (crit 2d6+22)",category:1},{id:"a09f84df-5a63-441e-9a2b-9b75f218a24d",name:"Deathwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:12,defence:1},description:"",details:"targets enemies; 1d8+10 necrotic damage (crit 2d6+18), and the target is pushed 3 squares and knocked prone.",damage:"1d8+10 necrotic damage (crit 2d6+18)",category:1},{id:"3a244f67-b2f4-4b8f-a810-af4643bd4e0b",name:"Raise Skeleton",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tal Lorvas animates one decaying skeleton. He raises the skeleton in any square within 10 squares of himself that he can see.",damage:"He raises the skeleton in any square within 10 squares of himself that he can see",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b039cce7-8dd3-495d-8f60-463c012447a6",name:"Tiefling Deceiver",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, Insight +12, Stealth +16",equipment:"dagger",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:72,initiative:8,ac:20,fortitude:19,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"a25196b0-4798-416f-8849-67dfca557bef",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(+13 against a bloodied target)1d4+3 damage.",damage:"(+13 against a bloodied target)1d4+3 damage",category:1},{id:"ad59b36d-7696-43ef-8c23-058c6a328282",name:"Balefire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"(+14 against a bloodied target)1d8+6 fire damage, ongoing 5 fire damage (save ends), and slide the target 1 square.",damage:"(+14 against a bloodied target)1d8+6 fire damage",category:1},{id:"eb9da40d-f045-46bc-8fda-cf19601cc6b4",name:"Cloak of Escape",action:{action:4,trigger:"when the tiefling deceiver is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The tiefling deceiver teleports up to 5 squares.",damage:"The tiefling deceiver teleports up to 5 squares",category:5},{id:"24278e5d-82b0-4aa8-9dd7-cace4b071fb2",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling deceiver gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling deceiver’s last turn. If the attack hits and deals damage, the tiefling deceiver deals 5 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:2,value:-5},{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eb565dfa-ddb7-4cf4-8fc3-bf4f5539b976",name:"Vecna’s Silence",details:"",size:3,origin:3,type:2,keywords:"angel",level:28,role:{type:2,flag:2,leader:!1},senses:"Perception +26",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Supernal",skills:"Bluff +27, Insight +26",equipment:"longsword; plate armor",category:"",strength:{score:30},constitution:{score:24},dexterity:{score:18},intelligence:{score:21},wisdom:{score:25},charisma:{score:27},hp:1280,initiative:18,ac:44,fortitude:45,reflex:40,will:44,regeneration:null,auras:[],powers:[{id:"a1803d48-786a-45b1-a444-8ee8eb9580db",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 1d10+5 damage plus 2d8 fire damage plus 2d8 cold damage.",damage:"1d10+5 damage plus 2d8 fire damage plus 2d8 cold damage",category:1},{id:"21f1c0d3-2aa6-4989-a0e6-689800ea3f24",name:"Unyielding Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Vecna’s Silence makes four longsword attacks.; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"2f8067b0-7760-4c90-9f19-d5c4af1eb263",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"Vecna’s Silence places an invisible sign upon the target. Until the end of the encounter, as a move action, Vecna’s Silence can teleport adjacent to the target, gaining combat advantage against that target until the end of its next turn.",damage:"",category:3},{id:"59b153d3-1f11-46b0-af9f-43e33fb2d1df",name:"Coldfire Pillar",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Polymorph",condition:"",range:"Close burst 2",attack:{bonus:29,defence:2},description:"",details:"2d8+8 cold damage plus 2d8+8 fire damage. Vecna’s Silence is immune to all damage until the start of its next turn.",damage:"2d8+8 cold damage plus 2d8+8 fire damage",category:5},{id:"cfa8769a-b210-453a-9c20-3eece8f6e756",name:"Angelic Summons",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All angel minions within sight of Vecna’s Silence revive with 1 hit point. They can stand as an immediate reaction and take a basic attack against an adjacent foe.",damage:"All angel minions within sight of Vecna’s Silence revive with 1 hit point",category:5},{id:"c3b53a89-2e79-43c7-a4a1-7f76beb69aa3",name:"Vecna’s Blindfold",action:{action:7,trigger:"must have combat advantage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any successful longsword attack on a foe against which Vecna’s Silence has combat advantage leaves the target blinded (save ends).",damage:"",category:5},{id:"cdc229ba-4b50-4b65-8f8f-3f4302934c2e",name:"Cloak of Vengeance",action:null,keywords:"Cold, Fire",condition:"until bloodied",range:"Attacks against Vecna’s Silence take a -2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against the angel takes 1d12 fire damage and 1d12 cold damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"7cb855f7-a0bf-42b2-9002-99041c9f8223",name:"Wild Hunt Acolyte",details:"",size:2,origin:2,type:1,keywords:"demon",level:21,role:{type:6,flag:1,leader:!0},senses:"Perception +23; low-light vision",movement:"10, fly 10 (clumsy)",alignment:"Unaligned",languages:"",skills:"Endurance +24, Stealth +24",equipment:"",category:"",strength:{score:30},constitution:{score:29},dexterity:{score:28},intelligence:{score:6},wisdom:{score:27},charisma:{score:9},hp:410,initiative:21,ac:36,fortitude:36,reflex:33,will:34,regeneration:null,auras:[{id:"c427033e-75e3-4953-ba84-3179b249861c",name:"Menacing Growl",keywords:"",details:"(Fear) aura 10; enemies within the aura take a -2 penalty to all defenses."},{id:"a9064906-0321-4cdd-a862-12537b274993",name:"Shield of Abyssal Majesty",keywords:"",details:"5; any ally in the aura gains the acolyte’s resistances."}],powers:[{id:"955248d5-7427-4d4c-9ea0-a4cd50742b0a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+9 damage (2d8+15 against an immobilized enemy), and the target cannot teleport and is slowed (save ends both). If the target is already slowed, it is immobilized instead.",damage:"2d8+9 damage (2d8+15 against an immobilized enemy)",category:1},{id:"151535c6-8664-4a10-8162-a4589b38a0db",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wild hunt acolyte can move up to 5 squares and make one bite attack at any point during that movement. The hound doesn’t provoke opportunity attacks when moving away from the target of its attack.",damage:"The wild hunt acolyte can move up to 5 squares and make one bite attack at any point during that movement",category:1},{id:"93567f34-1b56-43f3-8896-11edcb37ff06",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A wild hunt acolyte deals 1d8 extra damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"52f0dccd-5a0b-4446-b8ae-3227837973b1",name:"Consume Soul",action:{action:4,trigger:"when an ally within 5 squares of the acolyte is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The wild hunt acolyte regains 10 hit points.",damage:"The wild hunt acolyte regains 10 hit points",category:5}],damageModifiers:[{type:2,value:-15},{type:10,value:-15}],resist:"15 fi re",vulnerable:"",immune:"",tactics:""},{id:"605ab50c-0ca8-432a-a3d2-ad7f6e8329c9",name:"Advanced Hobgoblin Warcaster",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, Stealth +10",equipment:"implement, staff",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:62,initiative:5,ac:19,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"578f5ea4-3fbe-461b-9f8f-b6ed9dbd531b",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"9344fd89-a3ce-479b-8ab6-7ed035c31fe6",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d10+5 lightning damage, and the target is dazed until the end of the hobgoblin warcaster’s next turn.",damage:"2d10+5 lightning damage",category:1},{id:"ac996409-51f7-443a-8bcb-aa6478cd8067",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:9,defence:1},description:"",details:"2d6+5 force damage, and the target slides 3 squares.",damage:"2d6+5 force damage",category:1},{id:"9f56ebbb-47c1-466b-9d48-5c5d36d5131b",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:9,defence:2},description:"",details:"2d8+5 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+5 force damage",category:1},{id:"8d200025-fa95-4186-b02d-dc7a342ee283",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warcaster suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warcaster makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a270d365-0c05-4147-b2bb-589f9238971b",name:"Advanced Human Berserker",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Any",languages:"Common",skills:"Athletics +10, Endurance +10",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:76,initiative:3,ac:16,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"cf649c75-c551-41d8-94b6-93631a34cbbb",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"24be45f6-3b04-43b1-8917-ccd50807cc09",name:"Battle Fury",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The human berserker makes a melee basic attack with a +5 bonus to attack roll and deals an extra 1d6 damage on a hit.",attack:{bonus:6,defence:0},description:"",details:"3d8+4 damage.",damage:"3d8+4 damage",category:5},{id:"f3a9a8bd-6e55-402c-a6bd-5fb261063832",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f0024c74-44f4-4097-b16e-26dff31e6b2f",name:"Arcane Ballista",details:"",size:3,origin:4,type:0,keywords:"construct",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:20},intelligence:{score:3},wisdom:{score:14},charisma:{score:6},hp:57,initiative:8,ac:18,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"f001aee0-ca55-4962-8614-28dbabbd45e3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"cbfe3f4e-4129-4daa-ae58-f279ce2a4e92",name:"Lightning Shot",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"1d10+5 lightning damage.",damage:"1d10+5 lightning damage",category:1},{id:"49eb8b6d-6a05-48a9-b839-f904e013bdfa",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:9,defence:2},description:"",details:"1d10+5 lightning damage.",damage:"1d10+5 lightning damage",category:1}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"charm, disease, fear, poison, sleep",tactics:""},{id:"114eea66-f841-4646-8c69-4a1eff1183a4",name:"Beholder Zombie",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +3; blindsight",movement:"fly 4 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:88,initiative:2,ac:23,fortitude:26,reflex:17,will:23,regeneration:null,auras:[],powers:[{id:"c9a084f2-b25d-4b83-8095-9f2fd8adcef2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"dd4286d8-a298-458d-adef-dbd41036475b",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Target must be Medium size or smaller; 4d8+5 damage, and the target is knocked prone.",damage:"4d8+5 damage",category:1},{id:"e2f0e278-b65c-4eba-973a-660c4ec902dd",name:"Rise Again",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a new initiative check for the beholder zombie. On its next turn, the beholder zombie rises (as a move action) with 44 hit points.",damage:"the beholder zombie rises (as a move action) with 44 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"34050d3a-b43c-496d-8dbc-351fce488c4a",name:"Dark Servant",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +9",equipment:"short sword",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:16},intelligence:{score:12},wisdom:{score:10},charisma:{score:9},hp:38,initiative:6,ac:16,fortitude:14,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"469b9353-c1d7-4359-ab70-390e1dbfc558",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"738e5773-ac75-462d-b2c4-2c9b1fec50c5",name:"Shadow’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+1 damage plus ongoing 5 necrotic damage.",damage:"1d6+1 damage plus ongoing 5 necrotic damage",category:1},{id:"31a47ea5-56b9-4934-a588-5fc03d3b4b1d",name:"Shadow Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"the dark servant shifts 1 square as a minor action.",damage:"the dark servant shifts 1 square as a minor action",category:3},{id:"182168f2-c8d1-4783-9368-1b4ddfcea3d3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark servant deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f9076698-480a-4511-867a-808d3fd667e0",name:"Death Cultist Mage",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11, Insight +7",equipment:"diadem of acuity; implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:48,initiative:4,ac:18,fortitude:14,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"b29e9a00-76d6-4000-8c25-4116d0bc5617",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"108994e8-bd79-4255-90e1-9d461d4dedf1",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"31cabf14-66a6-49f2-9dd6-4581346ae74e",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"The mage makes a separate attack against 3 different targets: ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"cc36fe31-9f8d-4a42-87b0-190a76c977d0",name:"Thunderburst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:1},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends).",damage:"1d8+4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98e277f5-63d0-46ad-a0c8-b6994b9db7b1",name:"Dolgaunt Warrior",details:"",size:2,origin:0,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; blindsight 20",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +10, Athletics +8",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:19},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:45,initiative:7,ac:19,fortitude:14,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"00f702c8-afc5-43d3-be89-98026cbfe0ce",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage, and the target is marked until the end of this creature’s next turn.",damage:"1d8+2 damage",category:1},{id:"9a6e3318-ddd1-4b55-badc-a0c545b988c5",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Marked target only; 1d8+2 damage, and the target takes ongoing 5 damage (save ends) and is marked.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f6e54ba-165c-4325-85ac-0b5067ecb710",name:"Hanged One",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"fly 5 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:1,initiative:6,ac:19,fortitude:18,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"aeed5ed8-4111-4f82-a025-28a9699b7838",name:"Rope Thrust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"2ea4cf62-f5c0-42cb-a1e4-e0da34d76b33",name:"Entrap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a creature starts its turn adjacent to at least 3 hanged ones, it is immobilized until the end of its turn and takes 5 damage.",damage:"it is immobilized until the end of its turn and takes 5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6ff47a5d-11c2-45ab-a4bc-d56b1bd41007",name:"Hobgoblin Subcommander",details:"",size:2,origin:4,type:2,keywords:"goblin",level:3,role:{type:7,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, History +9, Intimidate +6",equipment:"heavy shield; scale armor; spear",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:48,initiative:5,ac:19,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"0625f408-b73f-4d47-8cc8-ce288f719b4c",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage. If the hobgoblin subcommander hits with an opportunity attack, it shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"40ac898b-05a8-4b03-b85d-674df45a109d",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:8,defence:0},description:"",details:"allies in the burst shift 3 squares.; 2d10+3 damage.",damage:"2d10+3 damage",category:3},{id:"ebfb3900-f924-4e5a-b4a2-3ac9d8a10686",name:"Lead from the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin subcommander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"4cff3b3f-850f-4d0b-b595-4bab59fc2d55",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin subcommander suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin subcommander rolls a saving throw against the effect.",damage:"",category:5},{id:"2938d504-c146-4ab7-9532-4b60fd80b562",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin subcommander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin subcommander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0b3d0dca-1cba-426f-8672-a03d4a1c0d85",name:"Human Mercenary",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7",equipment:"chainmail; crossbow; crossbow bolts (20); longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"94a555ef-9db4-4540-ba33-ddc0bea19889",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage, and the target is marked until the end of the human mercenary’s next turn.",damage:"1d10+3 damage",category:1},{id:"a49e059a-0f15-4801-aa65-86f099bab16d",name:"Press the Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires longsword; 1d10+7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"1d10+7 damage",category:1},{id:"26f3d844-b1b1-48a3-bb17-41339d759609",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6e2186c-c362-4816-99cf-e374b53c47ee",name:"Human Ruffian",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"5bc07948-9db2-443e-9252-b6404c0af087",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+1 damage, and the human bandit shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"d138192a-695b-4299-a503-8e36716d869a",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"1b055898-0738-4f93-bd1f-3554014e75f4",name:"Dazling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the human ruffian’s next turn, and the human ruffian shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"9b52f36a-2b05-4708-abad-bfb85e6acb21",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human ruffian deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0c0f8a62-d80d-453b-9d2a-2b3d7af7dc79",name:"Human Thug",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"7e6f0329-3a06-4d2c-83e3-454cec3739c0",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"c34b9d1b-698e-42fc-a8b9-c379558ebed1",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human thug gains a +2 power bonus to all defenses while at least two other human thugs are within 5 squares of it.",damage:"A human thug gains a +2 power bonus to all defenses while at least two other human thugs are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc8aac0a-fc63-4a5b-8996-a8b72508547d",name:"Ironteeth",details:"",size:1,origin:0,type:2,keywords:"",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Goblin",skills:"Athletics +9",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:16},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:90,initiative:6,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"b0bdde46-e4a8-4425-a8d0-babcf4bf9f77",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"0c34d247-4462-4fa2-9715-e5a6782f3c49",name:"Double Swing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"make a melee basic attack against two separate targets",attack:{bonus:8,defence:0},description:"",details:"Requires two battleaxes; Ironteeth can shift once before each attack.; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"1db53c0f-9b2a-4a26-88f2-971c615d0153",name:"Iron Bite",action:{action:7,trigger:"when ironteeth hits a bloodied enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:5},{id:"8f5c948f-8e17-4495-9709-8c72242864f0",name:"Dolgrim Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dolgrim shifts 1 square.",damage:"The dolgrim shifts 1 square",category:5},{id:"2016fa04-1945-4319-8983-64b04e74bddb",name:"Dual Consciousness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ironteeth gains a +2 bonus to saving throws against effects with the fear or charm keywords.",damage:"Ironteeth gains a +2 bonus to saving throws against effects with the fear or charm keywords",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3528fd0-1569-46da-8295-2ac5ca29447d",name:"Kobold Hurler",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +8, Stealth +10, Thievery +10",equipment:"dagger; leather armor",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:30,initiative:4,ac:14,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"b94b1cb6-2d7a-46e6-bfa6-91a53f06fab8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"a964b703-e23d-4b6d-862c-ee72cdbca10f",name:"Hurl Pot",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:2},description:"",details:"1d6+3 damage plus special shot.",damage:"1d6+3 damage plus special shot",category:1},{id:"ae6a876b-8cd7-45be-ac5a-daaab75c27dd",name:"Special Shot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold hurler can fire special ammunition from its sling. It typically carries 3 rounds of special shot, chosen from the types listed below. A special shot attack that hits deals normal damage and has an additional effect depending on its type:",damage:"a special shot attack that hits deals normal damage and has an additional effect depending on its type",category:0},{id:"ce61561e-6baa-4745-ab8c-2300125e0532",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"4bf93698-a64c-48d4-8311-d6406a2c5001",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2717020-0b0c-4459-822d-d85ea718441f",name:"Kobold Pikeman",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +8, Stealth +9",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:13},intelligence:{score:7},wisdom:{score:12},charisma:{score:10},hp:42,initiative:2,ac:15,fortitude:14,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"ab93a63f-fc5f-489b-8f7b-b110a5e55047",name:"Kobold Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"Reach 2; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"9147b284-4f84-45be-a956-76db9c6ffddc",name:"Warding Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"(+1 bonus per ally adjacent to the target)1d10+3 damage and push 1.",damage:"(+1 bonus per ally adjacent to the target)1d10+3 damage and push 1",category:1},{id:"c1ec0ae0-6dac-457b-8b99-0f5c5ff2021d",name:"Pikeman Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a pikeman readies a melee basic attack against a foe that enters a square adjacent to it, it gains +4 damage on that attack.",damage:"",category:0},{id:"d2676763-209b-4b43-9b4b-3932e62501fb",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"faeec2a2-d147-426d-b416-9d773d80f0f0",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fafe77da-267e-4b3d-80fc-3fca345a0dfc",name:"Lost wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:60,initiative:12,ac:22,fortitude:18,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"81739b7b-5ffe-4458-89e6-c01cbacd3f29",name:"Lost Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+5 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"1d6+5 necrotic damage",category:1},{id:"19675e0c-1b1d-42c3-848e-a72046268a25",name:"Lost in Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"the target teleports 5 squares to a space of the wraith’s choosing, and target is dazed and treats the lost wraith as invisible (save ends both).",damage:"the target teleports 5 squares to a space of the wraith’s choosing",category:1},{id:"770a1d6f-345e-4c27-bf35-019fdce319eb",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a lost wraith rises as a free-willed lost wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the raise dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9af15a95-a9a9-4a6d-816f-c4a8d7463cda",name:"Maw",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:16},wisdom:{score:15},charisma:{score:10},hp:44,initiative:1,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"8e46f166-ddaa-4b79-97d5-f6c4107f9bb0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"02962651-cbcd-41b9-82f5-c3206c06f06e",name:"Claw of Karalel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"a shadowy claw slides the target 3 squares, plus any zombie rotter adjacent to the target after the slide makes a melee basic attack against the target.",attack:{bonus:8,defence:1},description:"",details:"",damage:"",category:1},{id:"e6fa357e-5f56-47c5-83ae-4ec32db030ec",name:"Speed of the Damned",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"targets make a melee basic attack.",attack:null,description:"",details:"up to four zombie rotters",damage:"",category:1},{id:"35cf4445-d663-489e-a0dd-8c6d3d6fe4d6",name:"Arise, Corpse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A zombie rotter rises from the ground in each of four squares adjacent to Maw.",damage:"",category:1},{id:"6c7aa93a-6c0c-4fd8-9c7d-17f28917c973",name:"Undead Tenacity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zombie rotter within 2 squares of Maw hits a creature, it grabs that creature.",damage:"When a zombie rotter within 2 squares of Maw hits a creature",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43fbeefc-9984-4953-bd15-578368766cbb",name:"Naarash Warcaster",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, History +12",equipment:"magic rod",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"2e5fb2ca-81ab-42c6-834a-9a3b95f0e103",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"5a57d6ae-9528-4593-85af-5c821f6b6008",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires quarterstaff; 2d10+4 lightning damage, and the target is dazed until the end of the hobgoblin warcaster’s next turn.",damage:"2d10+4 lightning damage",category:1},{id:"3d7266f6-6b42-4aa2-ac3c-9db3c1fecf48",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"2d6+4 force damage, and the target slides 3 squares.",damage:"2d6+4 force damage",category:1},{id:"1d71c7cb-f169-4eb9-a8fc-1078b64505b8",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8+4 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+4 force damage",category:1},{id:"0de2a70b-7b58-43bd-b13c-a31440164b6e",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warcaster suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warcaster rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"92085f38-5a10-4480-b68b-94f01634628f",name:"Reaper Wraith Eidolon",details:"",size:3,origin:4,type:0,keywords:"construct",level:10,role:{type:6,flag:0,leader:!0},senses:"Perception +7",movement:"5, fly 5 (hover) , altitude limit 1; phasing",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:14},intelligence:{score:8},wisdom:{score:14},charisma:{score:10},hp:80,initiative:7,ac:24,fortitude:23,reflex:20,will:20,regeneration:null,auras:[{id:"a0906f00-2e8c-42b8-8dd0-039e4f3cb7ae",name:"Fearless Followers",keywords:"",details:"aura 5; allies in the aura are immune to fear."}],powers:[{id:"3e7decd7-c2c2-4f51-b1c5-d31177cf54b0",name:"Shadow Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"c4d38141-9809-44b8-aa8f-38806a19c9e2",name:"Sickle Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage. The reaper wraith loses phasing, insubstantial, and the ability to fly until it recharges this ability.",damage:"2d6+5 damage",category:1},{id:"ce674e4c-104d-4115-aef3-07053c9bed9a",name:"Harvest of Fear",action:{action:4,trigger:"when an enemy moves out of this creature’s reach",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 3",attack:{bonus:13,defence:2},description:"",details:"target the creature moving out of the reaper wraith eidolon’s reach; 2d6+5 necrotic damage and target takes -2 penalty to attacks against the reaper wraith eidolon and its allies within its fearless follower aura (save ends).",damage:"2d6+5 necrotic damage and target takes -2 penalty to attacks against the reaper wraith eidolon and its allies within its fearless follower aura (save ends)",category:5},{id:"06ec1b2d-bec2-4132-9623-d8e8b4c3ab1f",name:"Unhallowed Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"The eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 15 to all damage, and all allies in its line of sight deal an extra 1d8 necrotic damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"b5aaa8a2-25f9-49fc-ae1d-af1ea1f1284a",name:"Shadow Wolf",details:"",size:2,origin:5,type:1,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Evil",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:38,initiative:5,ac:17,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"f0e9a883-4944-4cc3-9a92-7ecc380bc395",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"198cba8e-8314-4021-b13a-64dd6ad11bb9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the shadow wolf has combat advantage against its target, it deals an extra 1d6 damage and blinds the target (save ends) on a successful melee attack.",damage:"",category:0},{id:"c0d362f7-9495-4253-afab-5d085b356807",name:"Fade to Night",action:{action:5,trigger:"when the shadow wolf is the target of a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The shadow wolf gains combat advantage against the attacker and makes a melee basic attack against the attacker. The shadow wolf then shifts 1 square.",attack:null,description:"",details:"",damage:"",category:5},{id:"c43e7178-c212-4103-b421-22d41682cdd7",name:"Shadow Stalk",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a shadow wolf moves at least 3 squares from its starting position, or if it does not attack this turn, it gains concealment until the end of its next turn.",damage:"If a shadow wolf moves at least 3 squares from its starting position",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"838c7ca6-6161-4a46-a496-d565115882ea",name:"Sightless Reaper",details:"",size:2,origin:5,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1; blindsight 5",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +7",equipment:"scythe",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:13},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:4,ac:19,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"68ee0afd-1f35-44cb-ad04-e8328c7a2742",name:"Shadow Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"6801df6f-271a-4750-96e7-557c26afc14a",name:"Blade of the Reaper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"1d8+3 damage, and the target is immobilized (save ends).",damage:"1d8+3 damage",category:1},{id:"33aae07a-2afc-4a3a-92d0-b7498dd3ef6a",name:"Stalking Shadow",action:{action:4,trigger:"when an adjacent opponent shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sightless reaper shifts 1 square.",damage:"The sightless reaper shifts 1 square",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7cfac8de-a823-46e1-8308-7607bae40466",name:"Sleeper’s Skeletal Warhorse",details:"",size:3,origin:4,type:0,keywords:"mount, undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:1},wisdom:{score:13},charisma:{score:7},hp:76,initiative:5,ac:17,fortitude:18,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"2b245ee0-238a-4743-a7d7-84f86c375a93",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"64494cf4-1778-47a2-8336-bbf499c3b80a",name:"Shadow Symbiosis",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"The horse’s rider gains resist 10 necrotic.",damage:"The horse’s rider gains resist 10 necrotic",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ce8501d9-e827-412f-af9d-d47cb623e1f8",name:"Steel Keeper",details:"",size:3,origin:4,type:0,keywords:"construct",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:72,initiative:4,ac:20,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7fa9b196-c883-4e1c-b5ed-dac581a98e98",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 4; 1d6+4 damage, and the target is slowed (save ends); see also door guard.",damage:"1d6+4 damage",category:1},{id:"62944763-350e-431c-aa91-84b78d201ccf",name:"Iron Defense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 5",attack:{bonus:9,defence:2},description:"",details:"affects only creatures in contact with the ground; the target is immobilized (save ends).",damage:"",category:1},{id:"8354c3cc-4256-403c-b916-8c2e0d2f71c1",name:"Door Guard",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The steel keeper deals an extra 1d6 damage against targets adjacent to the secret door.",damage:"the steel keeper deals an extra 1d6 damage against targets adjacent to the secret door",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e27030a2-7c64-41cd-8a1a-4a5143578ce3",name:"The Seer",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +10, Endurance +10",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"b6f1c03a-a5f4-4c20-a824-5da8e54f8beb",name:"Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"906da1ee-40ec-4f3d-919f-fdd3cbe11fb0",name:"Summoning Scream",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Seer summons allies as described under Setup.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c589df6-542d-4dbf-b38a-4c48784c660b",name:"Tiefling Shadowblade",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +11, Bluff +12, Stealth +13",equipment:"leather armor; scimitar",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:72,initiative:9,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"afc5ea5f-c6b8-40ce-b4ac-67889d8f3d55",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 against a bloodied target)1d8+4 damage (crit 1d8+13 damage).",damage:"(+12 against a bloodied target)1d8+4 damage (crit 1d8+13 damage)",category:1},{id:"69f90077-7c21-4c8e-a990-d80dc06691ce",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The shadowblade’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"bb79face-464f-4076-b6cf-66934e8acb4b",name:"Cloak of Shadows",action:{action:5,trigger:"when an enemy makes an opportunity attack against the tiefling shadowblade",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy is blinded (save ends).",damage:"",category:5},{id:"e3a5d487-a577-405d-9768-7596e379bea1",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling shadowblade gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling shadowblade’s last turn. If the attack hits and deals damage, the tiefling shadowblade deals an extra 2 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b8bb0df-b096-4c07-b65c-48c50dd063e4",name:"Tortured Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:6,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"6995db3f-14d9-4586-bb57-ae092b469091",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"11d78c14-7d3d-40a6-807c-faa4da4a4529",name:"Valthrun",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +11, Bluff +7, Religion +11",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:12},intelligence:{score:19},wisdom:{score:14},charisma:{score:11},hp:98,initiative:3,ac:19,fortitude:16,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"f1ea13fa-55e9-4c4b-a0f6-3874fe2bc8bf",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6 damage.",damage:"1d6 damage",category:1},{id:"9856e80e-f4f3-4e34-9659-16268f444496",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"31d77fff-1b3d-42fe-90f7-fe47c838ab3d",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Implement",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2 creatures; 1d10+4 cold damage, and the target is immobilized until the end of Valthrun’s next turn.",damage:"1d10+4 cold damage",category:1},{id:"0159c66e-d131-42ee-8325-24512c8a07e0",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"Burst 3 within 20 squares; 3d6+4 fire damage. Miss: Half damage.",damage:"3d6+4 fire damage",category:1},{id:"d49d2d3c-eeb8-4d57-8e91-f58d1a72ab5f",name:"Staff of Defense",action:{action:5,trigger:"when valthrun would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Valthrun gains a +1 bonus to all defenses until the end of his next turn.",damage:"Valthrun gains a +1 bonus to all defenses until the end of his next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab13cf74-a1a6-43bb-a788-a3206644242f",name:"Volkanth",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Far Speech, Infernal",skills:"Bluff +17",equipment:"lifedrinker weapon; scale armor",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:18},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:115,initiative:3,ac:25,fortitude:23,reflex:23,will:24,regeneration:null,auras:[{id:"2adc5ec1-1317-4387-96d8-a450ff62fdfb",name:"Blood Presence",keywords:"",details:"aura 2; allies in the aura gain a +2 bonus to AC; enemies taking ongoing necrotic damage take a -2 penalty to AC."}],powers:[{id:"b87885c3-1c68-452b-a1eb-98bdf4f1da12",name:"Lifedrinker Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+4 damage (on crit 12 damage plus 2d6 necrotic damage); if Volkanth reduces a creature to 0 hp, he gains 5 temporary hit points.",damage:"1d8+4 damage (on crit 12 damage plus 2d6 necrotic damage)",category:1},{id:"38eeace7-a236-4bcd-9beb-bc27c52bfa86",name:"Blood Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"2d6+6 damage; if the creature moves on its turn, the blood blades on its body slash it, causing another 2d6+4 damage.",damage:"2d6+6 damage",category:1},{id:"4d289e4d-db6b-40b9-8b79-912272087ced",name:"Blood Surge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 damage plus push 2.",damage:"2d6+6 damage plus push 2",category:1},{id:"5446d085-2873-43fe-816a-bde54892d5eb",name:"Blood Blindness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 damage, and the target is blinded (save ends).",damage:"2d6+6 damage",category:1},{id:"f31928ab-d265-40a1-83a0-393a799ec834",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Volkanth gains a +1 racial bonus to attack rolls against bloodied enemies.",damage:"Volkanth gains a +1 racial bonus to attack rolls against bloodied enemies",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50d02a46-0b30-4406-9970-5dc1a7a8b307",name:"Zombie Soldier",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:38,initiative:2,ac:18,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"8d76f449-da9d-47d7-a303-6e35103b1f7b",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"47879e47-95e0-4288-8f97-3deb1785e12d",name:"Protective Strike",action:{action:5,trigger:"when an adjacent foe attacks a zombie rotter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the target suffers -4 to the triggering attack.",damage:"1d8+3 damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1ec6ede8-07e4-4e39-b0fc-ccc011543f3e",name:"Abyssal Ghoul Pack Leader",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:6,flag:1,leader:!0},senses:"Perception +8; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:15},charisma:{score:10},hp:248,initiative:14,ac:28,fortitude:28,reflex:27,will:21,regeneration:null,auras:[{id:"929632c1-eb9b-4ab0-a8e3-fcb1d4f92760",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"b045ba14-1734-49dc-9be8-4e60e1381cd9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8+5 damage",category:1},{id:"58797690-9585-4240-bfbd-266c857d713f",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 10 necrotic damage.",damage:"all enemies in the burst take 10 necrotic damage",category:0},{id:"b19f6633-24a1-418a-8f8c-1b32b89048c0",name:"Offensive Shift",action:{action:4,trigger:"when an enemy moves within 2 squares of the abyssal ghoul and attacks an ally of the abyssal ghoul",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"The abyssal ghoul shifts and make a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a87d9fa3-a1b7-426a-9169-ad0189190147",name:"Alderman Ritter",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +9",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:17},charisma:{score:21},hp:70,initiative:7,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"5f1c2669-e23b-4ea1-ab36-271109449cb6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"6582cd05-7342-4116-844f-ca8056b247fc",name:"Dagon’s Fang",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d6+5 psychic damage.",damage:"2d6+5 psychic damage",category:1},{id:"6b65cd13-f98c-44ef-958a-01648075c115",name:"Storm of the Ocean Lord",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"2d8+5 cold damage, and target is immobilized until the end of the cultist’s next turn.",damage:"2d8+5 cold damage",category:1},{id:"788c8540-de21-4208-83c7-bb8c061c0513",name:"Ring of Terror",action:{action:4,trigger:"when an enemy moves to an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 1, triggering enemy only",attack:{bonus:12,defence:3},description:"",details:"push 4.",damage:"push 4",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8e696f7f-69a3-42a2-b208-79202bc10ece",name:"Animated Carriage",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"12",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:9},intelligence:{score:3},wisdom:{score:8},charisma:{score:2},hp:765,initiative:5,ac:25,fortitude:28,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"9ad6480a-4213-475b-954d-449587e5310f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d6+6 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6+6 damage",category:1},{id:"660cc8c8-cdd7-4fc5-ad0f-1f7e2f995d39",name:"Rumbling Charge",action:null,keywords:"",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"The animated carriage makes a charge attack; 2d10+6 damage, and a Medium or smaller target is pushed 3 squares and knocked prone.",damage:"2d10+6 damage",category:0},{id:"7b67bbd6-25c9-42af-a40f-22e4035dfaeb",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The animated carriage can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the carriage must end its move in an unoccupied space. When it enters an enemy’s space, the carriage makes a trample attack; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"f4ad177b-8917-493d-ac8a-5ece406735f9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The animated carriage makes a slam attack and either a rumbling charge or a trample attack (in any order), or makes two slam attacks.",damage:"",category:1}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"4ceb533f-8584-4a9d-8a78-117c2c2efdf5",name:"Fish-Men of Dagon Slayer",details:"",size:2,origin:1,type:2,keywords:"aquatic",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +15",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:22},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:77,initiative:14,ac:23,fortitude:20,reflex:23,will:20,regeneration:null,auras:[{id:"242e01a9-a425-40c6-bc37-250451f63008",name:"Vile Stench",keywords:"",details:"aura 2; creatures who begin their turn in the area take a -2 to all attacks until the start of their next turn; this is a poison effect."}],powers:[{id:"92d98c12-aaa6-4316-8465-1894376e51b9",name:"Rusty Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage, plus 2 poison damage.",damage:"1d8+6 damage",category:1},{id:"0c12e031-9346-4afd-812f-ae5aa86f3fb5",name:"Lurking Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gain combat advantage against creatures that cannot see the fish-man at the start of its turn.",damage:"",category:0},{id:"78558000-841b-4893-84ed-1928c126de3a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1d8 damage with rusty rapier.",damage:"+1d8 damage with rusty rapier",category:0},{id:"a0129f52-2ead-4994-9a32-cd790b3e2ab0",name:"Radiant Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Radiant effects cause a fish-man of Dagon slayer to take a -2 penalty to attacks until the start of the fish-man’s next turn.",damage:"Radiant effects cause a fish-man of Dagon slayer to take a -2 penalty to attacks until the start of the fish-man’s next turn",category:0},{id:"45e2af0b-a156-4407-8fa6-3b3a30a16432",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fish-man gains a +2 racial bonus to all rolls to escape a grab, and to saving throws against immobilization and restraint.",damage:"The fish-man gains a +2 racial bonus to all rolls to escape a grab",category:0}],damageModifiers:[{type:1,value:-5},{type:2,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"75009d8b-8a8e-4e29-8494-c695b56e1041",name:"Fish-Men of Dagon Warrior",details:"",size:2,origin:1,type:2,keywords:"aquatic",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:22},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:97,initiative:12,ac:23,fortitude:20,reflex:23,will:20,regeneration:null,auras:[{id:"dca0f759-5af8-42f8-a9e3-5310d7ed228d",name:"Vile Stench",keywords:"",details:"aura 2; creatures who begin their turn in the area take a -2 to all attacks until the start of their next turn; this is a poison effect."}],powers:[{id:"3ae89f66-b1d4-4010-848f-11ef5feeba06",name:"Rusty Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage, plus 2 poison damage.",damage:"1d8+6 damage",category:1},{id:"ada0cd6f-ded3-452d-8cd7-f46ee0cce5d2",name:"Rusty Javelins",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6+6 damage, plus 2 poison damage.",damage:"1d6+6 damage",category:1},{id:"e92e2de1-c6b3-4fdd-a9d8-71e8f2afc1c0",name:"Slippery Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage, plus 2 poison damage. The fish-men can shift 2 before or after the attack (but not both).",damage:"1d8+6 damage",category:1},{id:"e0d087c0-2b37-4b2f-8c45-ed09cb68c062",name:"Radiant Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Radiant effects cause a fish-man of Dagon warrior to take a -2 penalty to attacks until the start of the fish-man’s next turn.",damage:"Radiant effects cause a fish-man of Dagon warrior to take a -2 penalty to attacks until the start of the fish-man’s next turn",category:0},{id:"325c362b-8851-4d31-972f-4434c9d3e22d",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fish-man gains a +2 racial bonus to all rolls to escape a grab, and to saving throws against immobilization and restraint.",damage:"The fish-man gains a +2 racial bonus to all rolls to escape a grab",category:0}],damageModifiers:[{type:1,value:-5},{type:2,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0cbfb5ec-a25b-4fc0-a873-b022baac3203",name:"Grasping Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:12},intelligence:{score:3},wisdom:{score:13},charisma:{score:10},hp:123,initiative:7,ac:26,fortitude:28,reflex:24,will:24,regeneration:null,auras:[{id:"69ad8d85-59ed-4e48-a523-baeeae37b581",name:"Verdant Grasp",keywords:"",details:"aura 2; enemies treat the area within the aura as difficult terrain"}],powers:[{id:"f4052b50-b834-45e6-9229-5fdbde17c969",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and at the grasping statue’s option, the target slides 1 square or is grabbed (until escape). A target trying to escape the grab takes a -4 penalty to the check. The grasping statue can slide or grab only Large or smaller targets. The statue can grab up to two targets at once but, if it does so, it cannot make slam attacks until it releases at least one target.",damage:"1d6+5 damage",category:1},{id:"e45c16e9-6b79-4e31-821d-45fb87e7ca6f",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A grasping statue can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"67d69264-17c3-4b09-96b7-6337504814a1",name:"Greater Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:103,initiative:11,ac:26,fortitude:23,reflex:25,will:22,regeneration:null,auras:[{id:"19f0d0aa-02ae-4a56-b13c-0eec98028bee",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"3bd70133-4ff6-4c81-b6f1-699efa80947e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8+5 damage",category:1},{id:"13e00793-88fa-454f-99f4-71e24c3ab380",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Target must be immobilized, stunned, or unconscious; 3d6+6 damage, and the target is stunned (save ends).",damage:"3d6+6 damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b31fdf01-cdbf-4614-bc0c-6ad2f63c2341",name:"Guardian Demon",details:"",size:3,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"588721fc-779e-49d1-87c2-e3f2a8f93c5d",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"750d3dfd-5f8f-4528-bc55-9a8cc017a8be",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is restrained (until escape). The guardian demon can sustain the power as a standard action, in which case the target takes 1d8 + 5 damage and is still restrained. While the target is restrained, the guardian demon can’t make trident attacks.",damage:"1d8+5 damage",category:1},{id:"7e83081d-4b64-42d1-a454-93ac8ae1f171",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"the guardian demon breathes a cloud of poison gas that fills the area; 2d6+3 poison damage and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage and ongoing 5 poison damage (save ends)",category:1}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"3373933f-6969-44d7-b026-0b0ebac5a3ae",name:"Guardian Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:10},hp:122,initiative:10,ac:28,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"0138bb79-c01b-4be4-bdc9-3f7eb71f4a71",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"0aa80df0-7bff-4d4b-8238-f499f1199e16",name:"Reactive Strike",action:{action:4,trigger:"when an enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The guardian statue makes a melee basic attack against an enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5},{id:"c8cec6f4-4e4e-4793-a8f4-d2de3177135c",name:"Martial Expertise",action:{action:7,trigger:"when the guardian statue misses with a melee attack",sustainAction:0,use:1,recharge:"recharges when the statue uses expert strike"},keywords:"Weapon",condition:"",range:"The guardian statue makes another melee attack against the same target.",attack:null,description:"",details:"",damage:"",category:5},{id:"c1fdb064-0ed9-4cfd-8573-705978f23efa",name:"Expert Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the guardian statue hits with an opportunity attack, the target is also knocked prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"8f35a3b9-3000-476c-a086-5ca1db831782",name:"Horrid Timber",details:"",size:3,origin:1,type:0,keywords:"demon, plant",level:10,role:{type:7,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"4",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:15},intelligence:{score:7},wisdom:{score:19},charisma:{score:15},hp:444,initiative:7,ac:28,fortitude:27,reflex:24,will:25,regeneration:null,auras:[{id:"3e40ee81-2330-4e95-8183-62e87f1ea8a6",name:"Tangle Roots",keywords:"",details:"aura 4; all nonplant creatures treat the area as difficult terrain"}],powers:[{id:"befe9b32-a3cc-4d36-a479-78c028c7c44a",name:"Flailing Branch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d94bec08-f760-46d8-907b-b5f7003aeb34",name:"Whipping Branches",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Make up to four flailing branch attacks, but it cannot attack the same target more than twice. If two or more hit the same target, that target is knocked prone.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"298803c9-6fa1-43dd-b507-7dd995da3fdb",name:"Spore Pod",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:15,defence:1},description:"",details:"target begins to sprout thorns that grow through its skin; this deals ongoing 5 damage and causes the target to become slowed (a single save ends both).",damage:"this deals ongoing 5 damage and causes the target to become slowed (a single save ends both)",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3de6ee85-5242-4c5f-ad2d-f38c186d1219",name:"Leaping Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:18},intelligence:{score:3},wisdom:{score:15},charisma:{score:10},hp:105,initiative:11,ac:24,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"6255bf02-d821-4c03-98a0-3337c512c9ca",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Before it makes a slam attack, the leaping statue can make a standing long jump (as a free action) without provoking opportunity attacks; 1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"e890d24a-8d4c-412e-a12e-087afaabce1a",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:15,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"75085f10-fa3a-4e4d-935e-8aa8dbca5c44",name:"Agile Skirmisher",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A leaping statue gains a +4 bonus to AC against opportunity attacks that its movement triggers.",damage:"A leaping statue gains a +4 bonus to AC against opportunity attacks that its movement triggers",category:0},{id:"4d2a79b0-08d3-401f-a32d-72220e7eae4a",name:"Melee Agility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"after hitting with a melee attack",range:"",attack:null,description:"",details:"The leaping statue shifts 1 square.",damage:"The leaping statue shifts 1 square",category:3},{id:"765e2098-3383-40bb-b1a3-320cb30983b0",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the leaping statue ends its move at least 4 squares away from its starting point, it deals an extra 2d6 damage with its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"9e3db7f7-9af5-4e2f-b085-f0203547cec4",name:"Minotaur Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"chainmail; greataxe",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:61,initiative:8,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"971564c8-e1ea-4018-9bc8-63bc9b92872a",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d12+2 damage, and the target is marked until the end of the skeleton’s next turn.",damage:"1d12+2 damage",category:1},{id:"9c2f510d-2de7-46cf-8cbf-48861753d485",name:"Sweeping Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:11,defence:0},description:"",details:"Requires greataxe; 1d12+2 damage, and the target is knocked prone.",damage:"1d12+2 damage",category:1},{id:"3bed65ba-07ec-49a3-8b08-aeab945b4727",name:"Minotaur Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When charging, the skeleton gains a +2 bonus to the attack roll instead of +1 and deals an extra 1d6 damage.",damage:"the skeleton gains a +2 bonus to the attack roll instead of +1 and deals an extra 1d6 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0400fb35-9a0a-42fd-9821-267acd04e1c0",name:"Modified Gibbering Mouther",details:"",size:2,origin:0,type:1,keywords:"",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +4; all-around vision, darkvision",movement:"5, climb 5, swim 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:14},intelligence:{score:4},wisdom:{score:8},charisma:{score:18},hp:110,initiative:7,ac:22,fortitude:23,reflex:16,will:19,regeneration:null,auras:[{id:"a368817c-edb7-4079-81da-6dd2453dea89",name:"Warped Ground",keywords:"",details:"aura 3; enemies treat the area within the aura as difficult terrain."}],powers:[{id:"1e44a539-6093-46d5-aa57-23e365362619",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6+6 damage",category:1},{id:"67fd597b-75fc-450d-b0a6-30f0a195afb2",name:"Gibbering",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"once on its turn before it takes other actions",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"deafened creatures are immune; the target is dazed until the end of the gibbering mouther’s next turn.",damage:"",category:4},{id:"cf708446-ed8c-4816-ac3a-3357226e56ec",name:"Gibbering Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close burst 5",attack:{bonus:15,defence:0},description:"",details:"unnatural mouths appear on dazed creatures in the burst and bite them; 1d6+6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7cc1adf-e8a8-42da-88c4-8f600ba2399f",name:"Mystic Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +9",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:17},charisma:{score:21},hp:88,initiative:5,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"a9a36fda-56af-42ea-8de8-c44e5c96c95f",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"6cf3bb09-cd93-44b4-9b49-f3a1e840a334",name:"Dagon’s Fang",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d6+5 psychic damage.",damage:"2d6+5 psychic damage",category:1},{id:"60f28440-0c5d-4658-b303-2f9981e2a2d7",name:"Storm of the Ocean Lord",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"2d8+5 cold damage and target is immobilized until the end of the cultist’s next turn.",damage:"2d8+5 cold damage and target is immobilized until the end of the cultist’s next turn",category:1},{id:"e6e8f5af-203c-4b0a-8a90-bd44c1649208",name:"Ring of Terror",action:{action:4,trigger:"when an enemy moves to an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 1, triggering enemy only",attack:{bonus:12,defence:3},description:"",details:"push 4.",damage:"push 4",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a6e3567e-7561-4e56-8751-6cfdae8fc16e",name:"Tendril of Dagon",details:"",size:2,origin:1,type:1,keywords:"aquatic",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"swim 10",alignment:"Chaotic evil",languages:"None",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:15},intelligence:{score:3},wisdom:{score:13},charisma:{score:12},hp:107,initiative:9,ac:24,fortitude:24,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"d0fd1689-8eea-46b2-93b1-75fe317914b6",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; target is grabbed.",damage:"Reach 2",category:1},{id:"5a3b8dba-c42d-42c3-a356-33da1943ff41",name:"Beak",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Grabbed targets only; 2d6+6 damage.",damage:"2d6+6 damage",category:3},{id:"13b1c05d-5704-4f34-9189-4bc5f60db496",name:"Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Grabbed targets only; the target is pulled 2 squares.",damage:"the target is pulled 2 squares",category:3},{id:"181e8e67-9b65-4e12-ac08-55cabc022cff",name:"Ink Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"2d12+4 poison damage. Aftereffect: The cloud provides concealment, and it remains until the start of the tendril’s next turn.",damage:"2d12+4 poison damage",category:1},{id:"ef1be803-afb6-4e00-ba0f-d9062fccb88a",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"31482a89-9856-4e35-93ea-627276336c62",name:"Thuggish Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +9",equipment:"",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:16},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:107,initiative:7,ac:21,fortitude:21,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"bcdefaa0-731e-4c9a-89ac-a8a18b2601d3",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"70006b96-bdb1-4ef3-ad16-465629dbc2e0",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"64f4301d-872f-4e2b-b9aa-1fd3185b15dc",name:"Knock ’em Flat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+8 damage, plus push 2 and knocked prone.",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22e0957d-7a5b-4b92-a5db-07926681c270",name:"Vicious Dire Wolf",details:"",size:3,origin:4,type:1,keywords:"mount",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:83,initiative:8,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"a2eeaa3f-05d0-44d1-94c8-9ff744eb7ed3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, or 2d8+5 damage against a prone target.",damage:"1d8+5 damage",category:1},{id:"0be7be47-db7b-4a8d-9ad0-637754b1eccd",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire wolf gains combat advantage against a target that has one or more of the dire wolf’s allies adjacent to it. If the dire wolf has combat advantage against the target, the target is also knocked prone on a hit.",damage:"",category:0},{id:"908f9ac1-a236-43d3-a961-b27a3b1cf0bb",name:"Pack Hunter",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"The dire wolf’s rider gains combat advantage against an enemy if it has at least one ally other than its mount adjacent to the target.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b2eaa90-562c-4087-b552-b82aa79c60d7",name:"Voice of Dagon",details:"",size:3,origin:1,type:1,keywords:"demon",level:12,role:{type:0,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"5, swim 10",alignment:"Chaotic evil",languages:"Abyssal, telepathy 20",skills:"Arcana +16",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:21},wisdom:{score:23},charisma:{score:18},hp:192,initiative:8,ac:26,fortitude:26,reflex:24,will:26,regeneration:null,auras:[{id:"03c1b5a3-33c1-4539-b113-3e2b988cc67a",name:"Riptide",keywords:"",details:"aura 5; enemies treat the area as difficult terrain."}],powers:[{id:"405b8c5b-09bb-4fec-becb-e92b330306ba",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and the target is chaos-touched (save ends).",damage:"1d6+5 damage",category:1},{id:"1d9c5587-8d84-4262-9cd6-14f6af023e4a",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Make two tentacle attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"6187286f-d916-427a-8216-690bfd83a760",name:"Venomous Spit",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d6+6 poison damage, and the target is chaos-touched (save ends).",damage:"2d6+6 poison damage",category:1},{id:"850ace5f-227f-4ddc-b253-3ec4c6e29bd0",name:"Venomous Stream",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"",attack:null,description:"",details:"Make two venomous spit attacks.",damage:"",category:1},{id:"69e305cd-e9a9-4d82-a3ff-05b50d692a5a",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"the target must be humanoid and must be chaos-touched; target is dominated (save ends). The Voice of Dagon can dominate only one creature at a time.",damage:"",category:1},{id:"d7a8687b-5282-48bf-b458-48022abdc119",name:"Chaos Warp",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Voice can cause a chaos-touched creature to immediately reroll one attack roll, check, or save. The target must take the lower roll. No attack roll is required, but only chaos-touched creatures can be affected. (The Voice can use this power only once per round in total, not once per round per chaos-touched creature).",damage:"",category:5},{id:"e1f5a843-9c4d-4162-808f-f6aa72186740",name:"Frigid Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Area burst 4 within 10",attack:{bonus:17,defence:2},description:"",details:"2d6+6 cold damage, and the target is chaos-touched and immobilized (save ends both).",damage:"2d6+6 cold damage",category:1},{id:"54ac60dd-ba12-4e62-8514-79d8f163537f",name:"Venom Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 5 (affects enemies only)",attack:{bonus:17,defence:2},description:"",details:"2d6+6 poison damage, and the target is chaos-touched (save ends both).",damage:"2d6+6 poison damage",category:1},{id:"fd193ef3-060a-4cac-9de9-6a08b8658407",name:"Dagon’s Proxy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Against a chaos-touched target, the Voice of Dagon gains a +2 bonus to attack rolls and deals +2d6 damage with a successful tentacle attack.",damage:"the voice of dagon gains a +2 bonus to attack rolls and deals +2d6 damage with a successful tentacle attack",category:0},{id:"f0482e1e-49d7-49eb-b2f8-dfb37fbaf63c",name:"Lord of Illusions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Voice of Dagon can cast illusion rituals without paying the component cost.",damage:"",category:0},{id:"1cb3cbce-bfbc-4edb-a9f4-064c5f1e3151",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Voice of Dagon can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4755291e-9a0c-443d-af3d-c5bcab942575",name:"Werewolf Archer",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:6,flag:1,leader:!0},senses:"Perception +14; low-light vision",movement:"6 (8 in dire wolf form)",alignment:"Unaligned",languages:"Common",skills:"Bluff +12, Dungeoneering +14, Insight +14, Intimidate +12, Nature +14, Stealth +15",equipment:"arrows (30); greatclub; leather armor; longbow",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:18},intelligence:{score:11},wisdom:{score:17},charisma:{score:13},hp:224,initiative:12,ac:29,fortitude:29,reflex:25,will:24,regeneration:{value:10,details:"if the werewolf archer takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[{id:"fd53726d-639c-4d73-aa93-9a4627505ffc",name:"Call of the Wild",keywords:"",details:"aura 5; a lycanthrope ally in the aura (including the werewolf archer) can shift 1 square as a minor action."}],powers:[{id:"6a92c911-edb3-46d1-9150-76c4135ff1aa",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"5218a0e0-20c5-4da7-834e-0c9391f23b3e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+7 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d8+7 damage",category:1},{id:"fe97d6c5-3ff9-418f-bc65-5390a7fa1196",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"9aaa3c50-1dbf-46ec-9eac-4ce7e50f8cef",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"b6a5f204-624b-4fde-b369-ab8a7ca69ebe",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The werewolf archer can alter its physical form to appear as a dire wolf or a unique human. It cannot use its bite attack in human form and cannot make greatclub or longbow attacks in dire wolf form.",damage:"",category:3},{id:"9ff447c3-1afd-4e91-a8ec-de72069bec96",name:"Defensive Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The werewolf archer gains a +2 bonus to AC against opportunity attacks.",damage:"The werewolf archer gains a +2 bonus to AC against opportunity attacks",category:0},{id:"e2e56984-5f94-4a77-b64d-596b9be04f04",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"once per round",range:"",attack:null,description:"",details:"The werewolf archer designates the nearest enemy as its quarry. One of its attacks against the quarry deals an extra 2d6 points of damage. This effect lasts until the end of the encounter or the werewolf archer designates a new quarry.",damage:"one of its attacks against the quarry deals an extra 2d6 points of damage",category:3},{id:"5f37c7d3-64e7-476d-829d-4eb1a06b7629",name:"Prime Shot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If none of the werewolf archer’s allies is closer to a target than the archer is, the archer gains a +1 bonus to ranged attack rolls against that target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"69f29911-cd22-4c70-a94f-21ef72dd17a1",name:"Wrath of Dagon",details:"",size:2,origin:1,type:1,keywords:"aquatic",level:10,role:{type:7,flag:2,leader:!1},senses:"Perception +9; low-light vision",movement:"8, climb 4, swim 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +16",equipment:"",category:"",strength:{score:22},constitution:{score:22},dexterity:{score:20},intelligence:{score:14},wisdom:{score:19},charisma:{score:15},hp:415,initiative:10,ac:28,fortitude:26,reflex:25,will:25,regeneration:{value:5,details:""},auras:[{id:"f5e5c38e-c81c-4eb1-b328-e8bed755ae90",name:"Disorienting Pheromone",keywords:"",details:"aura 5; creatures that begin their turn in this aura take a -1 penalty to Will defense and a -2 penalty to Perception checks (save ends)"}],powers:[{id:"86156d62-e010-47c1-8638-0f2d889221e1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+6 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+6 damage",category:1},{id:"3a8873e8-e3df-4d93-b2ad-86f49df101b9",name:"Snapping Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"Make two claw attacks.",damage:"",category:1},{id:"85642b4c-d991-434f-aa7c-016acaf73b12",name:"Fearful Pheromone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"the target is pushed 4 and takes a -2 penalty to all attack rolls (save ends).",damage:"the target is pushed 4 and takes a -2 penalty to all attack rolls (save ends)",category:1},{id:"f69ec866-6fdc-4675-b37b-ebae4b742236",name:"Somnolent Pheromone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Sleep",condition:"",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"the target falls asleep (save ends); any damage immediately awakens the target.",damage:"any damage immediately awakens the target",category:1},{id:"6c027761-576c-477f-b826-129f021410bb",name:"Wrathful Pheromone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"the target must use a standard action on its next turn to make a basic attack against its nearest ally. If no ally is within range of a basic attack, the target loses its standard action for that round.",damage:"",category:1},{id:"052ffaff-ea06-49c9-93d0-a6fe07fdb817",name:"Leaping Horror",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Wrath can make long and high jumps as though it had a running start even if it does not, and even if leaping from the water. It also gains a +5 racial bonus to Athletics checks made to jump.",damage:"It also gains a +5 racial bonus to Athletics checks made to jump",category:0},{id:"c560045e-91e7-47af-a12c-c82a144d7c7b",name:"Radiant Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Radiant effects cause the wrath of Dagon to take a -2 penalty to attacks until the start of the fish-man’s next turn.",damage:"Radiant effects cause the wrath of Dagon to take a -2 penalty to attacks until the start of the fish-man’s next turn",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"51012807-ac7e-4015-9a36-813dce81e647",name:"Bone Naga Guardian",details:"",size:3,origin:3,type:1,keywords:"undead",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"7, burrow 7 (bone floor only)",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"Arcana +15, History +15, Insight +15, Religion +15",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:14},intelligence:{score:18},wisdom:{score:18},charisma:{score:20},hp:256,initiative:8,ac:28,fortitude:28,reflex:24,will:25,regeneration:null,auras:[{id:"1add24f7-e68b-4535-8cce-51fe90b45693",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; enemies that start their turns in the aura are dazed."}],powers:[{id:"b1c5398b-0984-4b1c-9aa9-a93a3786fdda",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d4+4 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4+4 damage",category:1},{id:"8134f003-d615-4986-903b-d178f64a551f",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:17,defence:3},description:"",details:"blind creatures are immune; the target is dazed (save ends). If the target is already dazed, it takes 2d6+4 necrotic damage instead.",damage:"it takes 2d6+4 necrotic damage instead",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b9c2dc71-5d62-48a7-a65e-efcaf9065a45",name:"Boneclaw Guardian",details:"",size:3,origin:5,type:0,keywords:"undead",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Intimidate +14, Stealth +16",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:21},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:120,initiative:15,ac:28,fortitude:22,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"aa5e10c3-fa76-49e6-987c-b311e19128b8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"8ab16cf2-ba1f-4bb2-b9e7-554b69575e57",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:17,defence:0},description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.; 4d8+5 damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5},{id:"30cb477d-31b9-4f07-b4ac-9ddc7001a7e5",name:"Relentless Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the boneclaw hits with an opportunity attack, it can make another opportunity attack against the same target during the current turn.",damage:"",category:0},{id:"64197fc7-a3bf-4c89-94c5-4f85b3156918",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The boneclaw can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46942d95-14f0-4a04-98c9-5b68f4ee69c2",name:"Captain Revince",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +4",movement:"5",alignment:"Good",languages:"Common",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:156,initiative:7,ac:24,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"510eeb1e-c15c-49b0-a0b4-62c0f10aae20",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"269b7585-e011-4211-bae1-8f81b67d4df5",name:"Knock Off Balance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8+5 damage, and the target is immobilized until the end of Revince’s next turn and target grants combat advantage to Revince (save ends).",damage:"1d8+5 damage",category:1},{id:"303a880b-ebfd-4bbd-ae9d-6dbb70ef0561",name:"Jarring Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Usable only if the target grants Revince combat advantage; 1d8+5 damage, and target is stunned (save ends).",damage:"1d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a78d4d0-0bd3-4cbf-bba3-5618b9127ac9",name:"Cave troll",details:"",size:3,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +13, Endurance +12",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:8},hp:99,initiative:6,ac:19,fortitude:21,reflex:19,will:17,regeneration:{value:10,details:"if the cave troll takes acid or fire damage regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"cc45d77d-ea91-44c6-a1ae-cee98148f15a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is grabbed (until escape). A cave troll can grab up to two targets at once.",damage:"2d4+5 damage",category:1},{id:"a54042ac-d34b-4c15-9b27-17f8f396a022",name:"Improvised Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires grabbed creature; reach 2; 2d8+5 damage, and the grabbed creature takes half this damage and is dazed (save ends). When grabbing a creature wearing heavy armor, the cave troll deals +5 damage with this attack, but the grabbed creature is not dazed.",damage:"2d8+5 damage",category:1},{id:"3033b3ca-0231-4bf2-a299-089b81ac5ca4",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the cave troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the cave troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ccb9209b-f862-49a6-a36c-86707a03d3f7",name:"Cultist Thug",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +13, Athletics +12, Bluff +10",equipment:"arrows (30); leather armor; short sword; shortbow",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:11},charisma:{score:12},hp:87,initiative:10,ac:22,fortitude:20,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"a9093563-1c12-4c3e-8ce7-80d9104dbb36",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"89ff3089-121d-41c3-9bd7-b4c921805bc7",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"113a726b-953c-487e-9b72-fc9c55f69d3c",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The cultist thug shifts up to 2 squares and then makes a short sword attack; 2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"c3b44645-54c2-43f1-ba0d-492d80154eb7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cultist thug deals an extra 2d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"ff6f5cec-04d8-4670-9a5d-dee3674a2647",name:"Dark Boon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"For as long as it is bloodied, the cultist thug gains regeneration 4.",damage:"the cultist thug gains regeneration 4",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b61b56f9-e6d8-4fb1-be01-027b7787f25b",name:"Cultist Warlock",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11, Bluff +12, History +11",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:12},intelligence:{score:14},wisdom:{score:11},charisma:{score:16},hp:63,initiative:5,ac:20,fortitude:18,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"ca7052b4-d21d-4011-b3ff-6e11ea01c313",name:"Fell Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8+4 psychic damage, and the target is pushed 2 squares.",damage:"1d8+4 psychic damage",category:1},{id:"707efc83-aac6-40c5-bb20-be480598a48f",name:"Desiccating Curse",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"2d6+3 damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d6+3 damage",category:1},{id:"0740cfc9-7249-4de9-a21a-c245f8e3b94a",name:"Scour the Cursed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"2d6+3 damage, and if the target is subject to the penalties of desiccating curse, it takes an extra 2d6 damage.",damage:"2d6+3 damage",category:1},{id:"013c4ce0-df7e-4e45-9ae3-f7f370e8ca1a",name:"Inescapable Hex",action:{action:4,trigger:"when an enemy within sight succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering creature must reroll the saving throw, using the second result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b1c6daf8-3bd0-44fc-9d2e-7cfcfdc6ea8f",name:"Dark One Emisarry",details:"",size:1,origin:5,type:2,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +9, Intimidate +11, Stealth +12",equipment:"dagger",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:20},intelligence:{score:14},wisdom:{score:15},charisma:{score:14},hp:48,initiative:11,ac:20,fortitude:16,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"523bcd35-f9eb-460d-8f59-00abf228a4f0",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"efcbe26f-e464-410b-90b6-25cdd6f29fc7",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"c5d71baa-e4db-46d5-a7df-e2a8e02a0070",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a dark one emissary explodes in a spout of darkness.",damage:"",category:0},{id:"0acbeab4-9b3f-42a4-8123-f28c6636d092",name:"Cloak of Shadows",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark one emissary shifts 1 square and gains concealment until the end of its next turn.",damage:"The dark one emissary shifts 1 square and gains concealment until the end of its next turn",category:3},{id:"19b115e4-53bc-428d-bfe5-16648d763416",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark one emissary deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"4053394e-4bf4-44bc-97c1-cfa40a9afd91",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark one emissary moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark one emissary moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8def749c-c8a5-48d9-a519-6d083d4d70cc",name:"Dresyae Tlathlyn",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Athletics +15, History +10, Nature +12",equipment:"longsword; ring of freedom of movement",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:234,initiative:14,ac:30,fortitude:24,reflex:24,will:22,regeneration:null,auras:[{id:"b7d69677-09ea-40e5-abeb-d9acb94351b6",name:"Feywild Tactics",keywords:"",details:"aura 10; fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"5a302b56-fe51-44cb-a39c-bd67d0ccf983",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"a30109f1-f945-45c0-a04e-0dda132a313e",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires longsword; 3d8+7 damage, and the target is restrained until the end of Dresyae’s next turn. Dresyae cannot attack with his longsword while the target is restrained.",damage:"3d8+7 damage",category:1},{id:"f34f258f-293e-4720-af9e-541ed0b449d0",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or Dresyae dies, taking 4 damage each round it does not attack Dresyae.",damage:"taking 4 damage each round it does not attack dresyae",category:1},{id:"c601502d-41d6-4232-b53f-f07a2323b45f",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dresyae scores critical hits on attack rolls of natural 19 and 20. Whenever Dresyae scores a critical hit, he and all allies within 5 squares of him regain 6 hit points.",damage:"Dresyae scores critical hits on attack rolls of natural 19 and 20",category:0},{id:"69932366-ef7d-452a-bdc1-423486606408",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"Dresyae can teleport 5 squares.",damage:"Dresyae can teleport 5 squares",category:2},{id:"070a8312-dc2b-4996-aff9-3a71315d71f1",name:"Harvest’s Sorrow",action:{action:4,trigger:"when an ally within 5 squares of dresyae is damaged",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and Dresyae takes the other half.",damage:"half the attack’s damage is negated",category:5},{id:"62808c60-a7cc-49c1-bf7d-f1e99671f549",name:"Battle Lord Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dresyae and his allies deal an extra 2d6 damage against enemies that Dresyae flanks.",damage:"dresyae and his allies deal an extra 2d6 damage against enemies that dresyae flanks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2177cea-3ee8-4144-a302-788c1b204625",name:"Eibon D’yingor",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +14, Bluff +14, History +14, Religion +14",equipment:"bloodcut armor; leather armor; light shield; potion of vitality",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:13},intelligence:{score:17},wisdom:{score:21},charisma:{score:16},hp:248,initiative:7,ac:29,fortitude:26,reflex:25,will:28,regeneration:null,auras:[{id:"8a9565c5-ff4d-49de-b2dd-2a20d6c55a64",name:"Necrotic Bonds",keywords:"",details:"aura 5; an enemy in the aura suffering from ongoing necrotic damage is immobilized."}],powers:[{id:"7bc8f657-dda6-4d0a-940d-818d2e933378",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 damage",category:1},{id:"7b830310-eb91-48ed-80d0-d817d9ec906a",name:"Tendrils of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:1},description:"",details:"two targets; the first target must be within 10 squares of Eibon, and the second target within 5 squares of the first target; the target takes ongoing 10 necrotic damage (save ends).",damage:"the target takes ongoing 10 necrotic damage (save ends)",category:1},{id:"319866eb-838e-4c01-85d1-d059a98aa63d",name:"Stolen Knowledge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage, and the target can’t use daily or encounter powers (save ends).",damage:"2d6+5 psychic damage",category:1},{id:"e34a203a-aeb1-4af1-8885-a49e7e448ab5",name:"Bloodcut Armor",action:{action:3,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Eibon gains resist 10 to all damage until the end of his next turn.",damage:"eibon gains resist 10 to all damage until the end of his next turn",category:3},{id:"6b112282-f8ea-4236-a6f8-6dc81306e941",name:"Fatal Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Allies within 5 squares of Eibon can make a melee basic attack against an enemy within reach.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b31582c3-b859-4eef-bbe2-c717cb82fa79",name:"Eladrin Blackguard",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:12,role:{type:7,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Athletics +15, History +10, Nature +12",equipment:"longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:117,initiative:14,ac:28,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"2da945cb-44f1-41d4-99e6-ab8220c1ebb5",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"0c5139a5-7e0a-46ab-be7a-da50bc9b173c",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires longsword; 3d8+8 damage, and target is restrained until the end of the eladrin blackguard’s next turn. The eladrin blackguard cannot attack with its longsword while target is restrained.",damage:"3d8+8 damage",category:1},{id:"6c66b24d-d890-4820-b8bc-aac7f2f04c40",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the eladrin blackguard dies, taking 6 damage each round it does not attack the eladrin blackguard.",damage:"taking 6 damage each round it does not attack the eladrin blackguard",category:1},{id:"4ebf66ab-06f6-4608-a3b3-c08832ce7860",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin blackguard can teleport 5 squares.",damage:"The eladrin blackguard can teleport 5 squares",category:2},{id:"e4d2591b-cc7f-4cc2-b5b2-7955e7182a71",name:"Harvest’s Sorrow",action:{action:4,trigger:"when ally within 5 squares of the eladrin blackguard is damaged",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and the eladrin blackguard takes the other half.",damage:"half the attack’s damage is negated",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da8e43db-3fe2-4b27-8657-97b0e5520fd9",name:"Eladrin Twilight Enforcer",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +18, History +18, Nature +12",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:114,initiative:9,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"2b744fde-3e0b-4c53-8235-780beb73d725",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+3 damage, and the target is slowed until the end of the eladrin twilight enforcer’s next turn.",damage:"1d8+3 damage",category:1},{id:"34886bad-d144-40ea-a5f4-129fc1ff1a55",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8+5 damage, and the target is immobilized until end of the eladrin twilight enforcer’s next turn.",damage:"1d8+5 damage",category:1},{id:"ab4ef903-f9e8-4829-9e9f-f34945bc19d3",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8+4 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+4 damage",category:1},{id:"c081a2c1-27c9-499a-be7f-fde91043731f",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:13,defence:3},description:"",details:"2d6+5 radiant damage, and the target is blinded until the end of the eladrin twilight enforcer’s next turn.",damage:"2d6+5 radiant damage",category:1},{id:"9a02b864-ad42-4e8e-9659-6077570ab5b2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin twilight enforcer can teleport 5 squares.",damage:"The eladrin twilight enforcer can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e653622-057e-42bb-9169-4e8d5f60265e",name:"Feyborn Constrictor",details:"",size:3,origin:2,type:1,keywords:"reptile",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:192,initiative:9,ac:26,fortitude:25,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"9ad60a1b-7e88-4cbd-aa27-b7aadf4e4a9b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+6 damage, and the target is grabbed (until escape).",damage:"1d10+6 damage",category:1},{id:"ff04aec5-23f4-4a2c-aa13-3688796f0e78",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Affects a target the feyborn constrictor has grabbed; 2d6+12 damage, and the target is dazed until the end of the feyborn constrictor’s next turn.",damage:"2d6+12 damage",category:1},{id:"6b8d9b8f-3df0-4c59-a174-26ea3c2bceba",name:"Undeniable Beauty",action:{action:5,trigger:"when the feyborn constrictor is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"against the attacker; the attacker must target a different creature or end its attack.",damage:"",category:5},{id:"1e1ed46e-a1d2-4474-82e4-61a6568cde11",name:"Lure of the Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"the target is pulled 5 squares and is dazed (save ends).",damage:"the target is pulled 5 squares and is dazed (save ends)",category:1},{id:"3c8d98df-0708-4de8-8558-05a6032647ab",name:"Step Through the Mists",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feyborn constrictor teleports up to 3 squares.",damage:"The feyborn constrictor teleports up to 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6ff962c9-3f12-4bc1-b76c-dc15df20ca56",name:"Ghena Tenson",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +10, History +10, Religion +10",equipment:"adventurer’s kit; spellbook",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:10},hp:44,initiative:2,ac:19,fortitude:15,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"f770715c-4859-480d-b228-83f5ed8c224a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"40f940e2-336c-4104-b754-bb018ddc8684",name:"Magic Missiles",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"2d4+4 force damage. This power counts as a ranged basic attack.",attack:{bonus:7,defence:0},description:"",details:"",damage:"",category:1},{id:"fd0f0dd0-101c-4ea7-871b-43056715e8e4",name:"Cloud of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:2},description:"",details:"1d6+4 force damage. The power’s area is filled with sharp daggers of force. Any creature that enters the area or starts its turn there takes 2 force damage. The cloud remains in place until the end of Ghena’s next turn.",damage:"1d6+4 force damage",category:1},{id:"0759e51c-03c9-4194-8c63-2323e4b1cc91",name:"Color Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"1d6+4 radiant damage, and the target is dazed until the end of Ghena’s next turn.",damage:"1d6+4 radiant damage",category:1},{id:"a596bbc4-9c9e-4467-b5d3-8647b4fa27e6",name:"Shield",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ghena gains a +4 power bonus to AC and Reflex defense until the end of her next turn.",damage:"Ghena gains a +4 power bonus to AC and Reflex defense until the end of her next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04f30c8d-563f-41b9-b394-d13af07ced7c",name:"Human Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:7,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"cdc72499-4040-4172-8be1-e72feb90792c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"f172fb91-c251-44ea-8178-1564f058fe03",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human cultist gains a +2 power bonus to all defenses while at least two other human cultists are within 5 squares of it.",damage:"A human cultist gains a +2 power bonus to all defenses while at least two other human cultists are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6f04dc4-4744-4d27-88ce-45b938191e0c",name:"Human Cultist Archer",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"arrow; leather armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:10},charisma:{score:14},hp:38,initiative:7,ac:17,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"2e5121b5-31e4-411b-acc4-1d1229527f1a",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"2e038acf-3fa5-419e-97fa-4a59b899dad1",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"1d10+4 damage, and the cultist archer grants an ally within 5 squares of it a +2 bonus to its next ranged attack against the same target.",attack:{bonus:9,defence:0},description:"",details:"",damage:"",category:1},{id:"fb96a76f-8813-4f37-a14e-6957873dae55",name:"Cultist Hysteria",action:{action:4,trigger:"when bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist archer gets an immediate saving throw against any ongoing affects it might be suffering.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});Ni.push({id:"a24bc660-5eee-4033-b1e7-cf193ad235d0",name:"Ichyrot (Kyton)",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:15},charisma:{score:13},hp:116,initiative:14,ac:25,fortitude:22,reflex:24,will:19,regeneration:null,auras:[],powers:[{id:"998c7ca7-eb87-45b8-8ad0-7f0002fa367a",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"596d85e5-9686-41fe-82a8-ed186a56dc0a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Ichyrot makes two spiked chain attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"ae00e211-f11e-492c-8b5b-dd492b8beaef",name:"Chains of Vengeance",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ichyrot makes two spiked chain attacks.",damage:"",category:5},{id:"57799bac-508e-48e3-9477-2514b4d338db",name:"Hellish Chain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"the target is wrapped in chains and restrained (save ends). Ichyrot can only use its chains to restrain one creature at a time.",damage:"",category:1},{id:"9f119305-2014-48ea-adea-5854a93d56b4",name:"Dance of Battle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ichyrot shifts 1 square.",damage:"Ichyrot shifts 1 square",category:3},{id:"f6f8ab12-4c61-48cc-8d38-2cc507ca1961",name:"Dance of Defiance",action:{action:5,trigger:"when a melee attack is made against ichyrot",sustainAction:0,use:1,recharge:"recharges after ichyrot uses chains of vengeance"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ichyrot shifts 1 square.",damage:"Ichyrot shifts 1 square",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2194c1cc-9768-4647-b180-8665554de346",name:"Kalad the Paladin",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"5",alignment:"Lawful good",languages:"Common, Dwarven",skills:"Dungeoneering +6, Endurance +11, Heal +9, History +7, Religion +7",equipment:"greataxe; plate armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:10},intelligence:{score:11},wisdom:{score:14},charisma:{score:14},hp:54,initiative:4,ac:21,fortitude:17,reflex:14,will:16,regeneration:null,auras:[],powers:[{id:"eb1cbccc-a942-4263-85c3-e139ae0b91c1",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+3 damage,(crit 1d12+18), and the target is marked until the end of Kalad’s next turn. if the target moves or makes an attack that does not include Kalad as the target, the target takes 5 radiant damage.",damage:"1d12+3 damage",category:1},{id:"391b5378-e5d4-4a9e-88fa-622fedaeeca3",name:"Arcing Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"One or two creatures; 1d12 + 3 damage (crit 1d12 + 18) damage, and the target is marked until end of Kalad’s next turn.; One or two creatures; +8 vs AC; 1d6+4 damage.",damage:"1d12 + 3 damage (crit 1d12 + 18) damage",category:1},{id:"fe8911b4-fbdb-410b-886f-7d7f538bb0c2",name:"Holy Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+3 damage (crit 1d12+18) radiant damage, and if Kalad marked the target, he deals an extra 2 radiant damage.",damage:"1d12+3 damage (crit 1d12+18) radiant damage",category:1},{id:"59f0c412-be25-4373-a449-0cf701c96143",name:"Sacred Circle",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Zone",condition:"",range:"Close burst 3",attack:null,description:"",details:"the burst creates a zone that, until the end of the encounter, gives Kalad and allies within it a +1 power bonus to AC.",damage:"gives Kalad and allies within it a +1 power bonus to AC",category:1},{id:"e8042877-1da8-4a09-af54-2702cc41e4bd",name:"Divine Strength",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kalad applies his Strength modifier as extra damage on his next attack this turn.",damage:"kalad applies his strength modifier as extra damage on his next attack this turn",category:3},{id:"29d242e1-c5b2-4459-82a1-44e1ce0cca47",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Kalad to move—through a pull, a push, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Kalad prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"407744bb-131b-4e09-8512-6bdb6c3a7d56",name:"Madrick",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Good",languages:"Common, Elven",skills:"Arcana +4, Stealth +11, Thievery +9",equipment:"adventurer’s kit; dagger; leather armor",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:16},intelligence:{score:12},wisdom:{score:11},charisma:{score:16},hp:44,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"1efca690-4d21-4082-90d2-ad384858117e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"431bd184-8f6e-4be7-90b8-8808ad4eac48",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"0eff711d-e4ab-4cc3-a22b-26512f4efa01",name:"Sly Flourish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"melee 1 or ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"Requires dagger; 1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"18773d40-e1bd-470c-925b-fc0ce9695208",name:"Positioning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"Requires dagger; 1d4+3 damage, and slide the target 3 squares.",damage:"1d4+3 damage",category:1},{id:"8394da82-5152-4750-8b9c-138f5da9f7da",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Madrick’s attack deals an extra 2d6 damage to a target he has combat advantage against.",damage:"madrick’s attack deals an extra 2d6 damage to a target he has combat advantage against",category:0},{id:"c389b8a7-a9ea-4841-9868-7d17f22df4a9",name:"Fade Away",action:{action:4,trigger:"when madrick takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Madrick is invisible until he attacks or until the end of his next turn.",damage:"",category:5},{id:"af32f61c-928e-4ed3-a892-a2bf421fc3bb",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Madrick has cover or concealment when he makes an initiative check, he can make a Stealth check to escape notice.",damage:"",category:0},{id:"df7812fc-e7d3-41d5-81e8-8434f21d5d69",name:"Fleeting Ghost",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Madrick can move his speed and make a Stealth check. He does not take the normal penalty from movement on this check.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9530ad54-384b-42f6-9f68-504b5433ee9d",name:"Massive Stormrage Shambler",details:"",size:3,origin:2,type:0,keywords:"plant",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:8},intelligence:{score:5},wisdom:{score:12},charisma:{score:7},hp:302,initiative:6,ac:29,fortitude:29,reflex:22,will:24,regeneration:{value:10,details:""},auras:[{id:"4d443929-a785-4b22-bca3-b87a996e1cb2",name:"Lightning Aura",keywords:"",details:"(Lightning) aura 2; enemies that enter or start their turns in the aura take 5 lightning damage."}],powers:[{id:"603c6307-9544-4567-b935-00f1a66a605e",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+7 damage plus 1d8 lightning damage. While bloodied, the stormrage shambler deals an extra 5 lightning damage.",damage:"1d8+7 damage plus 1d8 lightning damage",category:1},{id:"ddaeac15-def4-4f41-ae62-1e3f7346c015",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"The stormrage shambler makes two basic attacks.",damage:"",category:1},{id:"875ee5ac-d7b3-4731-b11a-6e70bd769ae3",name:"Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:18,defence:2},description:"",details:"3d8+8 lightning damage. Miss: Half damage.",damage:"3d8+8 lightning damage",category:1},{id:"f5549045-0927-4603-9902-92301eaea645",name:"Lightning Affinity",action:{action:4,trigger:"when hit by a lightning attack",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The stormrage shambler regains 10 hit points. The stormrage shambler cannot attack itself to heal in this fashion.",damage:"The stormrage shambler regains 10 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"lightning",tactics:""},{id:"f412a837-626e-414f-b7fd-b6ef46081dbe",name:"Megan Swiftblade",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Good",languages:"Common, Goblin",skills:"Intimidate +6",equipment:"adventurer’s kit; arrow; light shield; longbow; longsword; scale armor",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:13},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:44,initiative:4,ac:19,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"5cb22c9e-1b02-47b1-bcbd-2bd6cdb5e525",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of Megan’s next turn.",damage:"1d8+5 damage",category:1},{id:"4232a929-8edb-4829-9bd4-88385e601a33",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:4,defence:0},description:"",details:"1d10+1 damage.",damage:"1d10+1 damage",category:1},{id:"3bf456ad-4ea2-46f2-b356-875635f620d9",name:"Sure Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"1126ac4b-8d22-4b56-a503-ec4a355f4c54",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires shield; 1d8+5 damage, and the target, if Large or smaller, is pushed 1 square. The target is marked until the end of Megan’s next turn. Megan can shift into the space the pushed target vacated.",damage:"1d8+5 damage",category:1},{id:"d149dc60-7068-4829-9b41-0bddffb708dd",name:"Dance of Steel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+5 damage, and the target is marked and slowed until the end of Megan’s next turn.",damage:"2d8+5 damage",category:1},{id:"46c88a8e-45d3-4e04-b6fc-00e16de8ac9d",name:"No Opening",action:{action:5,trigger:"when an enemy attacks and has combat advantage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Megan cancels the combat advantage she was about to grant.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"66bafcc4-89d9-47d5-ac53-d950b85ddc34",name:"Miner Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:9},charisma:{score:20},hp:98,initiative:7,ac:25,fortitude:22,reflex:18,will:22,regeneration:null,auras:[],powers:[{id:"6f967042-1931-44e5-b29a-39e507cab45e",name:"Souldraining Pickaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8+5 damage",category:1},{id:"a032d77f-20e1-4ec4-9b5a-b06b417074ff",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"affects an immobilized target only; 2d8+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"213cc40a-d262-4df7-9139-61490346150a",name:"Orc Bolt Thrower",details:"",size:2,origin:4,type:2,keywords:"orc",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Stealth +7",equipment:"battleaxe; leather armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:9},charisma:{score:8},hp:26,initiative:2,ac:13,fortitude:14,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"4cce0b5f-6e69-4ef0-bc3b-ab7f3fdfd6e5",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"546d1438-a5fa-41de-9353-1aa02f476e04",name:"Bellybow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when the creature uses a move action to reload it"},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:8,defence:0},description:"",details:"1d12+2 damage, and the target is pushed 1 square.",damage:"1d12+2 damage",category:1},{id:"853d060d-5d71-4f12-897b-1ac6f48793df",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The orc bolt thrower makes a melee basic attack and regains 6 hit points.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5320034-005d-4190-8868-06d0ab83b3e3",name:"Orc Bombardier",details:"",size:2,origin:4,type:2,keywords:"orc",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception -2; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"battleaxe",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:17},intelligence:{score:8},wisdom:{score:7},charisma:{score:9},hp:24,initiative:3,ac:13,fortitude:13,reflex:15,will:11,regeneration:null,auras:[],powers:[{id:"03ccc5e8-00af-4b89-a9ec-305af3ab6228",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"32f3d05a-5baa-4b34-a10a-5dc714e0fb3e",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc bombardier makes a melee basic attack and regains 6 hit points.",attack:{bonus:6,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"e51e41cc-4837-4d64-a4c6-6b61588a4101",name:"Cinderbomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:4,defence:2},description:"",details:"1d8+3 fire damage, and ongoing 5 fire damage (save ends). On a crit, the orc bombadier knocks the target prone. Miss: Half damage, and no ongoing damage.",damage:"1d8+3 fire damage",category:1},{id:"6e010ea7-b462-4e66-bd44-94cc6203800c",name:"Detonation",action:{action:0,trigger:"when reduced to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"no action",range:"",attack:{bonus:4,defence:2},description:"",details:"The orc bombadier must have at least one cinderbomb left; 1d8+3 fire damage, and ongoing 5 fire damage (save ends)(crit knock prone). Miss: Half damage, and no ongoing damage.",damage:"1d8+3 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4355bf47-9a5c-411f-9c91-cd7b964056ff",name:"Orc Freak",details:"",size:2,origin:4,type:2,keywords:"orc",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +9",equipment:"battleaxe; hide armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:8},charisma:{score:7},hp:38,initiative:5,ac:15,fortitude:15,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"2fbdce27-b965-4728-92c1-f39bf6f1e014",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"be1c1c9f-bfc4-448b-b5b5-36b19fc60da4",name:"Savage Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Make two attacks; 1d10+3 damage per attack. If both attacks hit the same target, the target also takes ongoing 5 damage (save ends).",damage:"1d10+3 damage per attack",category:1},{id:"1aba024f-0ed2-4f2f-9874-f304a1db9766",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The orc freak makes a melee basic attack and regains 9 hit points.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9433e743-b560-400a-879a-960c636f0056",name:"Orc Scout",details:"",size:2,origin:4,type:2,keywords:"orc",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +9, Endurance +8, Intimidate +5, Stealth +8",equipment:"arrow; leather armor; longbow; scimitar",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:46,initiative:5,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"e8c42980-240f-40b8-97ce-52c2eb5aa3e6",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage (crit +1d8).",damage:"1d8+3 damage (crit +1d8)",category:1},{id:"0c9063f5-84f3-401b-b3ff-8ff865c3e3d6",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"fcfff18b-3625-41c8-8160-cf0884e3d593",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc scout makes a melee basic attack and regains 11 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"14134f68-eb4b-4c2d-a5fe-ee22930011f0",name:"Overeager",action:{action:4,trigger:"when the orc scout drops an enemy with a ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc scout draws its scimitar and charges the closest enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6024f6e6-edab-4146-87ab-d6624dffc022",name:"Orc Sergeant",details:"",size:2,origin:4,type:2,keywords:"orc",level:3,role:{type:7,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +5, Intimidate +5",equipment:"chainmail; glaive",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:9},intelligence:{score:11},wisdom:{score:13},charisma:{score:11},hp:46,initiative:2,ac:19,fortitude:17,reflex:13,will:14,regeneration:null,auras:[{id:"efa8fca1-fcd4-4c2e-a5e2-aed3a9aef8cf",name:"Lead by Fear",keywords:"",details:"aura 1; orcs inside the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"752d6fbe-febc-4bbf-8f6e-d737039a6e7f",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"bf919893-2c36-4f46-9349-9af946d8af38",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The orc sergeant makes a melee basic attack and regains 11 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"02a13fb5-b738-4c9e-9d62-8aa60da524b3",name:"Back to the Front!",action:{action:4,trigger:"when orc ally within 5 squares is forcibly moved",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Slide triggering ally 1 square.",damage:"Slide triggering ally 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c30d9105-1798-4e23-9291-21ccab0141a1",name:"Orog Militant",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"bastard sword; hide armor; plate armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:10},intelligence:{score:9},wisdom:{score:13},charisma:{score:11},hp:48,initiative:3,ac:20,fortitude:17,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"904003e7-5e8f-4aca-850f-af197e7fa081",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the end of the orog militant’s next turn.",damage:"1d10+4 damage",category:1},{id:"f3acb1b8-4274-4a59-8549-86e6e6434a64",name:"Relentless",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires bastard sword; 1d10+4 damage, and the target is pushed 1 square. the target is marked until the orog’s next turn. The orog militant can shift into the vacated square as a free action.",damage:"1d10+4 damage",category:1},{id:"6a464edc-020f-42a1-a00e-ba0fc6edb74a",name:"Fierce Counterstrike",action:{action:4,trigger:"when adjacent ally is first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires bastard sword; 2d10+4 damage, an the target is pushed 1 square. the orog militant can shift into the vacated square as a free action.",damage:"2d10+4 damage",category:5},{id:"77b00756-9379-4895-80e2-62d147381ff8",name:"Discipline",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Orogs gain a +2 bonus to saving throws against any ongoing effects when adjacent to an ally.",damage:"Orogs gain a +2 bonus to saving throws against any ongoing effects when adjacent to an ally",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5a112dc-a65f-43d0-a57d-051765785db2",name:"Orog Scarred Champion",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"5",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Intimidate +6",equipment:"greataxe; plate armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:10},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:66,initiative:2,ac:17,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"21cbc49a-2248-41fd-accd-22a8f4a63eeb",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the orog scarred champion’s next turn.",damage:"1d10+5 damage",category:1},{id:"a6265749-18ef-4c61-b3fd-33d3a6ecc06f",name:"Winnowing Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:7,defence:0},description:"",details:"Requires greatsword; 2d10+5 damage, and the target is pushed 1 square.",damage:"2d10+5 damage",category:1},{id:"ea92fb92-0b49-402d-b0bd-1295be2421b6",name:"Champion’s Scorn",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"the target becomes the object of the orog’s scorn. The orog scarred champion’s melee attacks deal an extra 1d10 damage to the target, and if the scarred champion reduces the target to 0 hit points, it regains 16 hit points.",attack:null,description:"",details:"one creature",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6f3f98f6-630e-4861-886c-90500866abb4",name:"Quickling Renegade",details:"",size:1,origin:2,type:2,keywords:"",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"12, climb 6",alignment:"Evil",languages:"Elven",skills:"Acrobatics +22, Bluff +10, Stealth +17",equipment:"short sword",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:10},hp:104,initiative:14,ac:25,fortitude:21,reflex:25,will:21,regeneration:null,auras:[],powers:[{id:"ae78559a-ab77-46c9-b5d4-892dd71249b2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"88ed357c-b42c-4ceb-8d20-f5559f0878be",name:"Quick Cuts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The quickling renegade moves its speed. At any two points during its move, the quickling makes a basic attack at a -2 penalty. The quickling renegade cannot use this power while immobilized or slowed.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0fd438ca-b66f-466b-b4ef-1270fabf42be",name:"Fey Shift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling renegade shifts 10 squares.",damage:"The quickling renegade shifts 10 squares",category:1},{id:"56efc88c-e54c-4e6f-b39d-7570b9874e64",name:"Maintain Mobility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An immobilized quickling renegade is no longer immobilized.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"64c6dafa-5030-423b-8265-0b57bc53023d",name:"Ragnum Dourstone",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"5",alignment:"Lawful good",languages:"Common, Dwarven",skills:"Dungeoneering +6, Endurance +5, Religion +6",equipment:"adventurer’s kit; chainmail; crossbow; crossbow bolts (20); holy symbol; warhammer",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:11},wisdom:{score:16},charisma:{score:13},hp:46,initiative:1,ac:17,fortitude:16,reflex:13,will:16,regeneration:null,auras:[],powers:[{id:"733e4afd-b881-4292-ab12-a632a480ab3d",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"6b05583f-1f16-4225-b16a-5a477e630462",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:5,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"573beaf0-5322-4975-b0e6-8b01d2cd61dd",name:"Priest’s Shield",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 damage, and Ragnum or one adjacent ally gains a +1 power bonus to AC until the end of Ragnum’s next turn.",damage:"1d10+4 damage",category:1},{id:"f919a1da-aeda-4fe2-9494-76b6c8458ce0",name:"Wrathful Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 thunder damage, and the target is dazed until the end of Ragnum’s next turn.",damage:"1d10+4 thunder damage",category:1},{id:"a0f99a50-f6c0-415a-811f-7699b1a40c04",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"[1/round]",range:"",attack:null,description:"",details:"One ally; the target spends a healing surge and regains an additional 1d6+3 hit points.",damage:"the target spends a healing surge and regains an additional 1d6+3 hit points",category:3},{id:"ab2299ac-84d7-4c9f-bfb6-361e5d5569ac",name:"Cure Light Wounds",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Healing",condition:"",range:"Melee touch",attack:null,description:"",details:"the target regains a number of hit points equal to its surge value +3.",damage:"the target regains a number of hit points equal to its surge value +3",category:1},{id:"9a157eae-629c-48f9-b141-86684c70825b",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cf9a9e17-9106-49b0-b08a-82218b633c25",name:"Rufus Crumley",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Infernal, Supernal",skills:"Arcana +16, Religion +13",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:16},intelligence:{score:22},wisdom:{score:19},charisma:{score:14},hp:188,initiative:7,ac:25,fortitude:20,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"46e3d1a3-e578-4224-8655-5cb83cf72b42",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+3 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+3 damage",category:1},{id:"3adc9c94-9ff2-4c74-9e7d-9098df0623af",name:"Ray of Rot",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"1d6+6 necrotic damage, and the target is slowed until the end of Rufus’s next turn.",damage:"1d6+6 necrotic damage",category:1},{id:"2b46c5f7-1d67-410c-a46f-e91cff694e27",name:"A Grave Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:1},description:"",details:"2d8+6 necrotic damage. A swirling cloud of souls appear in the area and remains until the end of Rufus’s next turn. It grants concealment, and any creature that starts its turn in the area takes 6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"8ec4da33-237a-4c3c-a66b-9003e2c070e2",name:"Invisibility",action:{action:1,trigger:"",sustainAction:1,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Rufus can turn invisible until the end of his next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb8fc5b9-41e1-434f-aed3-368f0d73e04a",name:"Saffrenia Movrymm",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"6",alignment:"Good",languages:"Common, Elven",skills:"Arcana +14, Bluff +11, Diplomacy +11",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:122,initiative:8,ac:27,fortitude:23,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"266af322-ea12-45c0-9881-8de8e9579d47",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+6 damage, and the target is dazed (save ends).",damage:"1d6+6 damage",category:1},{id:"0bcb0105-268f-498f-b795-c7412d0584ad",name:"Gust of the Frozen North",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:17,defence:1},description:"",details:"2d8+6 cold damage, and ongoing 5 cold damage (save ends).",damage:"2d8+6 cold damage",category:1},{id:"580d7f7d-ad59-4c9b-9ec4-4590d3846c1e",name:"Autumn’s Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"the target slides 5 squares.",damage:"the target slides 5 squares",category:1},{id:"c9eecd7d-6c26-4302-bde1-be2c061e88bb",name:"Healing Touch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"With a touch, Saffrenia allows the target to spend a healing surge and regain an additional 2d6 hit points.",damage:"Saffrenia allows the target to spend a healing surge and regain an additional 2d6 hit points",category:3},{id:"5f6d23eb-267c-4aff-84b1-0e45d5d18741",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Saffrenia can teleport 5 squares.",damage:"Saffrenia can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"29042f69-272b-4ba5-86c5-e4dee8d0062a",name:"Sylen Leafrunner",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Good",languages:"Common, Elven",skills:"Nature +10, Stealth +10",equipment:"adventurer’s kit; arrows (30); leather armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:10},hp:44,initiative:7,ac:19,fortitude:15,reflex:17,will:15,regeneration:null,auras:[{id:"d81fb77d-b774-42fb-a47b-4aba38a870e1",name:"Group Awareness",keywords:"",details:"aura 5; all allies inside the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"e315323a-5a8d-4a94-b953-75f240e5ff99",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"3e331208-c8e2-4eb8-b1f1-ddd78e221ecb",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"2a096755-3db5-418e-ab30-ae0e2db58d29",name:"Twin Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"Requires longbow; two attacks; 1d10 damage per attack.",damage:"1d10 damage per attack",category:1},{id:"2ff511a6-1050-437d-972a-a044f1ce9e0a",name:"Cut and Run",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"Requires longbow; 1d10 + 4 damage per attack. Sylen can shift up to 3 squares after the first or second attack.; Requires longbow; +9 vs AC; 3d6+3 damage.",damage:"1d10 + 4 damage per attack",category:1},{id:"e9167f90-d8e2-40ed-8e10-3fcc2e4b5173",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sylen can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"8ea9d0d2-5f2e-4926-9885-db2c6d82da87",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"at-will [1/round]",range:"",attack:null,description:"",details:"Closest enemy becomes Sylen’s quarry. Once per round, Sylen can deal an extra 1d6 damage on an attack against his quarry. Sylen can have just one quarry at a time.",damage:"sylen can deal an extra 1d6 damage on an attack against his quarry",category:3},{id:"4d28433d-a1c9-46be-818f-ebbb92f057aa",name:"Yield Ground",action:{action:4,trigger:"when damaged by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sylen can shift 2 squares and gains a +2 power bonus to all defenses until the end of his next turn.",damage:"Sylen can shift 2 squares and gains a +2 power bonus to all defenses until the end of his next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9acda4ac-c324-42ae-b402-ebf563eb4b7f",name:"Trilleste the Howling Hag",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +11, Insight +10, Intimidate +11, Nature +10",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:18},intelligence:{score:12},wisdom:{score:15},charisma:{score:16},hp:83,initiative:7,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[{id:"eca7400f-9da3-4574-bffe-8cdf738f696b",name:"Baleful Whispers",keywords:"",details:"(Psychic) aura 5; an enemy that ends its turn in the aura takes 1d6 psychic damage."}],powers:[{id:"e42c6b53-6a90-44eb-b4b8-6753a0ed3600",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"acd644f1-09d7-46f5-86ee-a53b341e0772",name:"Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"1d6+4 thunder damage, and the target is pushed 3 squares.",damage:"1d6+4 thunder damage",category:1},{id:"d2f78650-5120-425a-abca-cccc1e653f9a",name:"Shriek of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:8,defence:1},description:"",details:"3d6+4 thunder damage, or 3d6+9 thunder damage if Trilleste is bloodied. Miss: Half damage.",damage:"3d6+4 thunder damage",category:1},{id:"026904d6-ce13-4e25-b56d-b081eaa94db5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Trilleste can alter her physical form to appear as an old crone of any Medium humanoid race.",damage:"",category:3},{id:"9d81c77e-ee4c-4e45-9d5b-a8c0f7b64f2b",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Trilleste can teleport 10 squares.",damage:"Trilleste can teleport 10 squares",category:2}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d4e15edf-d84b-42c9-a877-a78ad03cef96",name:"Twisted Destrachan",details:"",size:3,origin:0,type:1,keywords:"blind",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"6, climb 3",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +10, Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:10},hp:86,initiative:9,ac:23,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"75c4f13b-eb9f-4576-b92a-9af197b34af1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"fc72d96e-3939-4631-b422-0b9144dd606a",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Range 10; 2d6+5 thunder damage.",damage:"2d6+5 thunder damage",category:1},{id:"23a98fad-fe55-4b45-82c8-a3dcda7d21d2",name:"Bellowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"2d6+5 thunder damage, and the target is dazed (save ends).",damage:"2d6+5 thunder damage",category:1},{id:"673b01b0-7543-4adf-92c4-9abb7a1e526a",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close blast 1",attack:{bonus:13,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"70746f4c-b52a-47d6-995e-e799662d342b",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"7299622a-0be9-4b9d-8728-95b1c4e89495",name:"Twisted Foulmaw",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:11},charisma:{score:18},hp:172,initiative:7,ac:25,fortitude:22,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"87793084-551c-4693-8ef6-89cc0db5cf71",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"82c864fd-4087-402f-b07c-8a098e0a2178",name:"Disrupting Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d10+5 damage, and the target is dazed (save ends).",damage:"1d10+5 damage",category:1},{id:"2be3a60c-21dc-43af-9122-5517da0823e0",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:13,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"87735756-eb7a-41d6-9288-08faa14c6540",name:"Corrupt Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Polymorph",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d8+6 damage, and the target is cursed with twisted domination.",damage:"2d8+6 damage",category:1},{id:"e9537700-2e8d-4c4d-bddd-f3fded98f250",name:"Twisted Connection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and one effect currently affecting the twisted foulmaw immediately ends on the foulmaw and is transferred to the target. If the effect has a fixed duration, that duration begins again on the new character.",damage:"2d6+4 psychic damage",category:1},{id:"9f98e283-c597-493d-a32a-4d89091337ee",name:"Distort Space",action:{action:5,trigger:"when the twisted foulmaw would be hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The twisted foulmaw teleports 2 squares and makes a disrupting orb attack against the attacker.",damage:"The twisted foulmaw teleports 2 squares and makes a disrupting orb attack against the attacker",category:5},{id:"63e61732-d866-4bcd-b7b4-9961d6312049",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"547e8653-3035-446f-a542-e140228d3224",name:"Twisted Hulk",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:150,initiative:8,ac:24,fortitude:27,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"fb0f991f-ee79-4d59-9c13-53a1a511cbe4",name:"Clobber",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+8 damage, and the target is pushed 1 square.",damage:"2d8+8 damage",category:1},{id:"61087ffa-0641-4769-ba1f-b0176222867a",name:"Bestow Curse",action:{action:7,trigger:"when the twisted hulk’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"Bloodied targets only; the target is cursed with twisted domination.",damage:"",category:5},{id:"121e0b05-b9e9-4579-b6f0-f67a95305439",name:"Curse Carrier",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"02178dcd-49ef-40f9-a011-2783e67458ff",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d081ca9a-081a-4718-80aa-54a7a5a896d0",name:"Twisted One Minion",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:7},hp:1,initiative:10,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"368d09a0-f52e-466a-99d8-86b57a3bbc71",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"51b12dda-0bda-40d5-94ab-b78ec402f8ff",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"bc458e7f-b11c-4770-b492-bc417f22d0f9",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3309385a-677f-46d9-92b4-648c8c6bcf69",name:"Twisted One Pickfighter",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Dungeoneering +12, Stealth +13",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:7},hp:118,initiative:10,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"7e4d505a-872d-4d9e-8da4-a7c36b32914c",name:"Pickaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"17db49b9-cf44-4122-aed2-fec223c40f27",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"e1388a1d-7825-4ca4-bfce-9fefa7b85238",name:"Careful Weave",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An adjacent enemy slides into the twisted miner’s space, and the twisted miner shifts 2 squares.",damage:"and the twisted miner shifts 2 squares",category:2},{id:"7af85834-36d2-43bf-beb8-e881be8074f2",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9af98ea4-e280-43c9-bcd5-08d710880995",name:"Twisted Shardmaster",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Athletics +11, Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:11},charisma:{score:7},hp:1,initiative:9,ac:25,fortitude:23,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"0680f11b-2b1e-44ae-8115-75d4f1e754a6",name:"Bone Shard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:15,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"d102dad9-5862-4b2b-bbe0-2f6c0b52ac0c",name:"Curse Carrier",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:12,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"f831ebd0-2095-40d1-9864-e3290d6cb052",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ddf804cb-c2c6-4a70-a5ed-dc942a741620",name:"Avonathemon",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:1,leader:!0},senses:"Perception +13",movement:"5",alignment:"Evil",languages:"Common",skills:"Bluff +10, Insight +12, Intimidate +10, Religion +9",equipment:"chainmail; dagger; holy symbol",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:11},intelligence:{score:15},wisdom:{score:20},charisma:{score:16},hp:110,initiative:6,ac:18,fortitude:19,reflex:17,will:21,regeneration:null,auras:[{id:"d856dd83-1819-4894-b41d-99728b26b6ac",name:"Ring of Hands",keywords:"",details:"aura 5; creatures in the aura cannot regain hit points. Undead in the aura gain a +1 bonus to attack rolls, damage rolls, and defenses."}],powers:[{id:"4986848e-c25b-49ab-b44d-fe552d11767f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+4 plus 1d6 necrotic damage.",damage:"1d4+4 plus 1d6 necrotic damage",category:1},{id:"b076ee2b-ad85-493d-83dc-1676bcfe7129",name:"Death Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"1d6+6 necrotic damage and the target is immobilized (save ends).",damage:"1d6+6 necrotic damage and the target is immobilized (save ends)",category:1},{id:"fda8cd7a-94a6-4db9-b057-82760247f659",name:"Hurl into Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"3d6+6 necrotic damage and the character teleports into the column of darkness that is streaming down on the altar. The character is stunned until the end of Avonathemon’s next turn and weakened (save ends). Afterward, the character falls to the floor next to the altar, taking 1d10 falling damage.",damage:"3d6+6 necrotic damage and the character teleports into the column of darkness that is streaming down on the altar",category:3},{id:"4cdabefe-e057-4631-a413-0c2e88df4882",name:"Touch of Corruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"966daecf-513d-4fc2-a5d8-c314f6920e37",name:"Cult Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Any",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"80929fbd-c2ea-4adf-b360-f27765dbaf60",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"80e50ae0-1d50-491c-b8aa-c7b2462db656",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The cult berserker makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:{bonus:5,defence:0},description:"",details:"3d8+4 damage.",damage:"3d8+4 damage",category:5},{id:"2ea62683-1516-48ff-a29e-0f9d5ae11bcf",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09016603-275a-414f-adb6-dbeaa01eae18",name:"Dark Haunter",details:"",size:1,origin:5,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +13, Thievery +13",equipment:"dagger; scimitar",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:14},wisdom:{score:14},charisma:{score:19},hp:57,initiative:12,ac:20,fortitude:17,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"f6607ab8-2873-4e94-a206-f5d5f3a3c8ee",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage (crit 1d8 + 11).",damage:"1d8+3 damage (crit 1d8 + 11)",category:1},{id:"3dbdd93a-701c-4bf8-b67d-2ac31287855c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"1ec2af02-b597-4186-a495-330a9db9dada",name:"Dark Fog",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 4 within 10",attack:null,description:"",details:"creates a zone of darkness that blocks line of sight (creatures with darkvision ignore this effect).",damage:"",category:1},{id:"4bbf8518-b8ff-41c2-b131-8bb4017b8bab",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a dark haunter explodes in a spout of darkness.",damage:"",category:0},{id:"a0cc3c89-b7f6-41e7-b20f-03a280b473ad",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark haunter deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"920a56fe-1a0a-4f18-9c1b-c0517c83ed4b",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark haunter moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark haunter moves up to 4 squares",category:2},{id:"02799ab6-764f-4d79-b841-8dbd1c7f0704",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark haunter becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc385b9b-2fcd-4431-be74-e75a46d370ee",name:"Death Boar",details:"",size:4,origin:4,type:1,keywords:"mount",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +2",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:9},charisma:{score:8},hp:170,initiative:3,ac:19,fortitude:23,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"765b4f90-3b3e-4a65-9e5d-90a1867fdcf0",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage, or 1d10 + 9 damage against a prone target.",damage:"1d10+4 damage",category:1},{id:"74a2773d-04c5-4532-a6ad-79f9830b5151",name:"Frenzied Gore",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The death boar makes two gore attacks. If it hits with both attacks against the same target, the target is knocked prone; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"34aefc8f-1150-4c72-b472-d18dc5a9add4",name:"Death Strike",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The death boar makes a gore attack.",damage:"",category:0},{id:"e23948d7-74eb-4303-9d90-6b487523fd12",name:"Furious Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a death boar charges, its gore attacks deal an extra 5 damage, pushes the targets 2 squares, and knocks the targets prone on a hit.",damage:"its gore attacks deal an extra 5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"411ee07b-4246-40e8-8ae0-17a7182ab9f7",name:"Dire Piranha Swarm",details:"",size:2,origin:4,type:1,keywords:"aquatic, swarm",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"swim 8 can enter or move through an enemy’s space (this movement does not provoke opportunity attacks)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:27},intelligence:{score:1},wisdom:{score:14},charisma:{score:9},hp:164,initiative:18,ac:31,fortitude:29,reflex:32,will:26,regeneration:null,auras:[{id:"c20519ca-6a64-414b-ab27-f168b3e169cb",name:"Swarm Attack",keywords:"",details:"aura 1; the dire piranha swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"e737b063-c669-4423-be90-2ae164872c1c",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+7 damage, or 3d8+7 damage against a bloodied target.",damage:"2d8+7 damage",category:1},{id:"dced69c1-53dd-47bf-9ab9-81f8e14e2456",name:"Disperse",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The swarm takes half damage from the attack.",damage:"the swarm takes half damage from the attack",category:5}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"forced movement from melee and ranged",tactics:""},{id:"9446ee7f-3d8e-42e9-a0dc-168fc9711951",name:"Dwarf Buccaneer",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +18, Dungeoneering +11, Endurance +18, Intimidate +12",equipment:"leather armor",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:22},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:139,initiative:15,ac:28,fortitude:27,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"cc3dd67d-736f-48e3-be64-6cf70d6b9b57",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage (crit 22 + 2d8).",damage:"2d8+6 damage (crit 22 + 2d8)",category:1},{id:"5cfd141b-5915-4243-ba1f-cea5b73b3903",name:"Stalwart Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dwarf buccaneer shifts 1 square and one dwarf ally within 5 can also shift one square.",damage:"The dwarf buccaneer shifts 1 square and one dwarf ally within 5 can also shift one square",category:2},{id:"be676373-4cef-4d62-87ee-40d8e7a49ce9",name:"Nerves of Steel",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dwarf buccaneer makes a saving throw against one effect that a save can end.",damage:"",category:3},{id:"7bfb6e52-d0c4-4f01-8189-46847816e5bd",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move, the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10f0af77-d91b-4264-a556-e97807f5fe77",name:"Dwarf Dark Arcanist",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Arcana +19, Dungeoneering +11, Endurance +11",equipment:"implement, wand",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:9},intelligence:{score:24},wisdom:{score:14},charisma:{score:19},hp:104,initiative:6,ac:26,fortitude:23,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"09c5598a-de47-473c-bcb3-dc137fcede09",name:"Unarmed Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"f8832e8d-9a84-441f-95be-a41fae8fd8a5",name:"Necrotic Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d10+4 necrotic damage, and ongoing 5 necrotic (save ends).",damage:"1d10+4 necrotic damage",category:1},{id:"0f110f43-2404-4aae-a2d8-587bb20c09ec",name:"Dark Flames",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 1d10+6 fire and necrotic damage.",damage:"1d10+6 fire and necrotic damage",category:1},{id:"e6653887-7d1c-4320-b427-cee789ea8665",name:"Arcane Leech",action:null,keywords:"",condition:"",range:"When the dark arcanist is hit by an Arcane attack, his next ranged or area attack deals an extra 1d10 damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"7c722e20-44c7-46d2-a187-70bb4f78072d",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move, the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"97ca0b8e-2161-4d09-b973-d9fa804ca338",name:"Gondra",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:6,flag:1,leader:!0},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Common, Deep Speech, Dwarven, Elven",skills:"Acrobatics +21, Athletics +17, Bluff +19, Diplomacy +19, History +18",equipment:"rapier",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:26},intelligence:{score:20},wisdom:{score:14},charisma:{score:22},hp:320,initiative:18,ac:33,fortitude:29,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"d9afb648-f800-459f-884f-d1d26c1aecd6",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+7 damage, and ongoing 5 damage (save ends).",damage:"1d8+7 damage",category:1},{id:"d248ae92-00b5-47e7-abb6-828779b84034",name:"Double Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Gondra makes two rapier attacks and can shift 1 before or after each one.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"caecb1a4-51b3-4319-b3f2-2b1bf6598ba0",name:"Chill Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Close burst 1",attack:{bonus:22,defence:0},description:"",details:"3d8+9 cold damage, and the target is slowed. Effect: Gondra shifts 3 squares.",damage:"3d8+9 cold damage",category:1},{id:"fc6460f6-79e6-4d9e-b5f5-170f5e049d50",name:"Acrobatic Stance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Stance",condition:"",range:"Gondra takes half damage from ranged and area attacks in this stance.",attack:null,description:"",details:"",damage:"",category:3},{id:"9309d83f-fb57-4478-a17d-2ef8d8dd64a5",name:"Riposte Stance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Stance",condition:"",range:"",attack:null,description:"",details:"While in this stance, Gondra deals 1d8 + 3 damage to any adjacent creature that attacks him.",damage:"gondra deals 1d8 + 3 damage to any adjacent creature that attacks him",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e883e94-9f88-42a7-9d43-ce76e344c16a",name:"Human Archer Minion",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"arrow; leather armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:24},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:1,initiative:13,ac:25,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"4214568e-4005-4b88-9b6a-49aa6f4dce15",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"6527d67b-4739-4e46-a94b-1c3c190a902c",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"f987ba1d-ea33-4063-9870-1251d814279f",name:"Coordinated Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The human archer makes a basic attack. The next human archer to attack the same target gains a +2 power bonus to the attack roll.",damage:"The next human archer to attack the same target gains a +2 power bonus to the attack roll",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d979a5e-4e00-4b59-9979-227104fb6ef7",name:"Human Blademaster",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +18, Athletics +15, Stealth +18",equipment:"dagger; leather armor; short sword",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:24},intelligence:{score:13},wisdom:{score:14},charisma:{score:14},hp:256,initiative:15,ac:29,fortitude:25,reflex:29,will:24,regeneration:null,auras:[],powers:[{id:"45d45bad-a4c8-4b40-bbd5-22174b5041a9",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a0fe6d64-dbb6-46bc-99c0-a0516ef26ae7",name:"Dual Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The blademaster makes two melee basic attacks, and can shift 1 before, between, or after the attacks.",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"277873a0-844f-4397-8fe2-d8c9add3fc56",name:"Secret Poison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+7 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d6+7 damage",category:1},{id:"5340926f-e44a-4b96-8f2f-81b13012f698",name:"Smoke Bomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 5",attack:{bonus:17,defence:1},description:"",details:"blinded until the end of the blademaster’s next turn. Squares in the area are lightly obscured until the end of the encounter.",damage:"",category:1},{id:"c36b157f-910b-4dbf-be9d-7635d79c23f2",name:"Secret Stride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blademaster takes no penalties to Stealth for moving up to its speed.",damage:"",category:0},{id:"29e2d004-5569-4ea2-8bcb-c965151cc95b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The blademaster’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f634f09-fc1f-4ad8-b761-5ac25a9075da",name:"Human Sniper",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +19",equipment:"crossbow",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:25},intelligence:{score:12},wisdom:{score:20},charisma:{score:14},hp:111,initiative:14,ac:27,fortitude:24,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"1017d1b6-7725-4671-8763-51fa0278fd13",name:"Bayonet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"c9410ac3-2277-4e08-a845-666301a5a10d",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"c29e8f02-9724-4227-a41c-0b5c3ae85b58",name:"Bleeding Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage, and the target takes ongoing 5 damage (save ends). Aftereffect: Weakened until the end of the sniper’s next turn.",damage:"2d8+6 damage",category:1},{id:"3323e44d-2988-41f4-b281-12ca8f8e2c45",name:"Acrid Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Weapon",condition:"",range:"Area burst 1 within 15",attack:null,description:"",details:"2d10+3 acid damage.",damage:"2d10+3 acid damage",category:1},{id:"bfe72fc9-4b26-4907-8f4b-b82780bf39ce",name:"Sharp Eye",action:null,keywords:"",condition:"",range:"When making a ranged attack, the human sniper ignores concealment (but not total concealment).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a5dde5c4-bbfc-4ca8-96ea-84c20e519521",name:"Human Soldier Minion",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"glaive; leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:22},intelligence:{score:11},wisdom:{score:12},charisma:{score:9},hp:1,initiative:15,ac:30,fortitude:26,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"c603d74e-cfb6-4766-93a6-e6898ea84228",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee93ec78-527d-4d88-b246-2f712c490f69",name:"Kuo-toa Piranha Shamans",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Arcana +15, Nature +17",equipment:"light shield",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:20},intelligence:{score:15},wisdom:{score:18},charisma:{score:23},hp:117,initiative:13,ac:28,fortitude:25,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"8cc692a9-6a35-42af-a257-3026bff07e86",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"abe3a870-c8b9-42a9-952f-3c2e2fdb6c59",name:"Psychic Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:3},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"e35914b2-eb39-44cc-a86c-29aa3951e5ce",name:"Bane Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Poison",condition:"",range:"Area burst 3 within 20",attack:{bonus:19,defence:1},description:"",details:"1d10+6 lightning damage, and the target takes ongoing 10 poison (save ends).",damage:"1d10+6 lightning damage",category:1},{id:"64ca117b-1bfb-4ded-9539-b4be96e770c3",name:"Psychic Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:19,defence:3},description:"",details:"3d10+7 psychic damage, and the target is slowed (save ends). Effect: The kuo-toa shifts its speed.",damage:"3d10+7 psychic damage",category:1},{id:"c81ac604-48b2-4817-96e0-49bcbfc99e6f",name:"Piranha Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A piranha swarm within sight shifts 1. If the swarm is in a creature’s space, that creature moves with the swarm.",damage:"A piranha swarm within sight shifts 1",category:3},{id:"97dfd246-509a-4ca0-9663-37b2912e627e",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f0e959ad-7bb2-4732-a3f9-3d7cba2b2410",name:"Mallum",details:"",size:1,origin:4,type:2,keywords:"",level:17,role:{type:4,flag:1,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +23, Athletics +21, Bluff +18, Stealth +21, Thievery +23",equipment:"kukri; leather armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:26},intelligence:{score:16},wisdom:{score:14},charisma:{score:21},hp:240,initiative:20,ac:33,fortitude:27,reflex:33,will:30,regeneration:null,auras:[],powers:[{id:"32f74449-a18a-45b8-a58f-c9475102199e",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d6+6 damage (reroll all 1s on damage), and slide the target 1 square.",damage:"2d6+6 damage (reroll all 1s on damage)",category:1},{id:"ad1cddf0-2575-4501-b5a1-492802b0d95f",name:"Thrown Kukri",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:22,defence:0},description:"",details:"2d6+6 damage (reroll all 1s on damage).",damage:"2d6+6 damage (reroll all 1s on damage)",category:1},{id:"5eccfb77-ca8e-44c3-8e29-d6e8742e94da",name:"Blood in the Water",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when a creature saves against this power"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d6+6 damage, and ongoing 10 damage (save ends). Miss: Ongoing 5 damage (save ends). Effect: Mallum gains a +2 bonus to attack and defense against an enemy with ongoing damage from this power.",damage:"2d6+6 damage",category:1},{id:"a395c2f1-e352-413f-bfbe-86a633232baf",name:"Blinding Counterattack",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 1 or ranged 5/10",attack:{bonus:22,defence:2},description:"",details:"the creature that hit her; the target is blinded (save ends).",damage:"",category:5},{id:"0cbf1caa-879f-4669-9c4b-37519bd6a9c2",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Mallum deals an extra 2d8 damage on melee attacks against any targets she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"a6c12ed4-0e85-4a69-a66f-aeb026beb0ed",name:"Bloodied Disappearance",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mallum becomes invisible until the end of her next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"66502539-11c8-4c6a-a32a-06d2200ec335",name:"Minotaur Mercenaries",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +13, Nature +13",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:13},hp:150,initiative:12,ac:31,fortitude:29,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"615b4a71-5337-4e5c-8c31-f238c0017b78",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d12+3 damage, and the target is marked until the end of the minotaur mercenary’s next turn.",damage:"2d12+3 damage",category:1},{id:"8559248d-7f34-4327-9822-622760bbe629",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The minotaur mercenary makes a charge attack; 2d6+7 damage, and the target is knocked prone.",damage:"2d6+7 damage",category:1},{id:"7161f94c-afcd-4563-909d-a8fe34c8093d",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur mercenary makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0},{id:"6be0c345-e046-486a-a7da-357e69813d1e",name:"Shield Spikes",action:{action:7,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker takes 2d6 damage.",damage:"the attacker takes 2d6 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"54bca3d3-a5be-46b3-8a28-202d575a13ce",name:"Ogre Umbral Savage",details:"",size:3,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:81,initiative:2,ac:16,fortitude:18,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4ee425dd-fd73-4662-9acb-1bcdd37b84be",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"b6c8257d-b2c4-459c-a561-091d8abcbe7b",name:"Flatten",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"The ogre umbral savage makes a greatclub attack; on a hit, the target is also pushed 1 square and knocked prone.; 3d8+4 damage.",damage:"3d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17fa136b-a10d-497b-9a03-c50c3cdd7017",name:"Ogre Umbral Skirmisher",details:"",size:3,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"club; hide armor; javelin",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:67,initiative:2,ac:19,fortitude:19,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"27bcd9ff-c05a-4010-8c38-4d98f148f3d0",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"af76abfb-bf1d-4a31-ac7a-6bb967cf64df",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"d7bc8748-bdf4-4ee7-99c6-443dd6a7b654",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The ogre umbral skirmisher makes a javelin attack followed by a charge attack.",damage:"",category:1},{id:"5bb8d5e9-dc56-4fd2-b33c-224637296ba3",name:"Skirmish +1d8",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the ogre umbral skirmisher ends its move at least 4 squares away from its starting point, it deals an extra 1d8 damage on it attacks until the start of its next turn.",damage:"it deals an extra 1d8 damage on it attacks until the start of its next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cfe8f700-39f1-45f6-b247-d7ed3a21115a",name:"Prine",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Dwarven, Elven",skills:"Arcana +20, Diplomacy +20, Insight +18",equipment:"staff of power",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:14},intelligence:{score:25},wisdom:{score:16},charisma:{score:20},hp:302,initiative:10,ac:32,fortitude:26,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"10f39f06-4bf9-43d4-8534-faf7f783a9a0",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"73ebfa2f-828d-46f5-8aa6-48ddda9dc64d",name:"Frost Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"two targets; 2d6+9 cold damage, and the target is slowed (save ends).",damage:"2d6+9 cold damage",category:1},{id:"47cfc525-dda3-4068-80b8-0621f1ccfb26",name:"Acid Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"two targets; 1d8+7 acid damage, ongoing 5 acid damage (save ends), and slide the target 3 squares.",damage:"1d8+7 acid damage",category:1},{id:"ed91eaa6-7373-4b72-9e27-9e9dbe4e000d",name:"Transferring Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"2d12+7 force damage, and the target is immobilized. Prine teleports to a square within 2 of the target.",damage:"2d12+7 force damage",category:1},{id:"2e0f2fe8-b637-4d8c-a434-f314bf5f9f1a",name:"Enfeebling Defense",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker is weakened until the end of Prine’s next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"096d4dcc-5bd7-4761-ba4e-6010e8efaf00",name:"Psychic Mage",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +19, Bluff +17",equipment:"",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:12},intelligence:{score:25},wisdom:{score:16},charisma:{score:20},hp:141,initiative:8,ac:29,fortitude:23,reflex:26,will:31,regeneration:null,auras:[{id:"24db51d0-c4fe-4a84-81dd-8dd75fa971d4",name:"Psychic Ripples",keywords:"",details:"aura 2; enemies starting their turns in the area take 5 psychic damage. Allies in the aura gain a +2 power bonus to Will defense."}],powers:[{id:"a40a7439-2a5e-4502-9e7f-aabab8d0a437",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"f1642959-a39c-451d-b633-52213cf1c7a6",name:"Mental Block",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"2d8+6 psychic damage, and a creature of the psychic mage’s choice is invisible to the target until the end of the psychic mage’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"76ecb43c-a010-48ee-9bf0-30ff2222e83f",name:"Mesmerize",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Ranged sight",attack:{bonus:19,defence:3},description:"",details:"the target is stunned (save ends).",damage:"",category:1},{id:"d3e8ba67-21bc-4a46-b016-675bdd21b15c",name:"Frightful Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:19,defence:3},description:"",details:"2d6+7 psychic damage, and the target uses its first action on its next turn to move at least three squares away from the psychic mage.",damage:"2d6+7 psychic damage",category:1},{id:"ed877141-1aca-4488-8116-fa8bf46ba1fb",name:"Numb to Pain",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares gains 15 temporary hit points.",damage:"One ally within 10 squares gains 15 temporary hit points",category:3}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61a40862-c543-4f35-ab91-5d60c3efad13",name:"Seething Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:20},intelligence:{score:11},wisdom:{score:6},charisma:{score:19},hp:76,initiative:8,ac:19,fortitude:16,reflex:19,will:18,regeneration:null,auras:[{id:"465d384d-85b6-48bd-8ebf-ced45c61b43b",name:"Seething Whispers",keywords:"",details:"(Psychic) aura 3; deafened creatures are immune; any enemy in the aura at the start of its turn takes 5 psychic damage and is dazed until the start of its next turn. (If the mad wraith takes radiant damage, the aura is negated until the end of the seething wraith’s next turn.)"}],powers:[{id:"ea86446c-332d-44f8-a660-0ce2eaa35f94",name:"Touch of Hate",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"1d6+5 psychic damage, and the target takes a -2 penalty to Will defense (save ends).",damage:"1d6+5 psychic damage",category:1},{id:"2587eb03-6a93-4228-86c2-f690944162ce",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"2d6+4 psychic damage, and the target moves up to its speed and makes a basic attack against its nearest ally as a free action.",damage:"2d6+4 psychic damage",category:1},{id:"a860b552-a14a-4769-bb24-efae1fef526b",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a seething wraith rises as a freewilled seething wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2d5f270d-b3b2-498b-870b-f8c9d67d6720",name:"Shadow Beetle",details:"",size:3,origin:5,type:1,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:10},intelligence:{score:1},wisdom:{score:12},charisma:{score:8},hp:62,initiative:2,ac:19,fortitude:17,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"45663783-09e2-45a6-93d4-3ee38bd46e54",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"54679de8-0879-4e95-a33f-2d2249c7105c",name:"Shadow Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:8,defence:2},description:"",details:"2d6+2 damage, plus the target is immobilized and all creatures have concealment against it (save ends).",damage:"2d6+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b7412f0-db75-44ff-9d01-08259985ed26",name:"Shadowgoblin Mauler",details:"",size:2,origin:5,type:2,keywords:"goblin",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Stealth +11",equipment:"mace",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:6,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"8c3cabba-2d56-4df5-ba71-44298a248b4e",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"f1a212c7-cfe7-4c18-8572-f167dda0e561",name:"Shadowgoblin Resilience",action:{action:4,trigger:"when the shadowgoblin mauler suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mauler makes a saving throw against the effect.",damage:"",category:5},{id:"1e31227e-de57-4bd2-8eee-e58954a07685",name:"Shadow Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadowgoblin mauler gains concealment while at least one shadowgoblin ally is adjacent to it.",damage:"",category:0},{id:"ad280346-9673-4c50-9f83-0fe873517ea5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The shadowgoblin mauler deals an extra 2 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10e12317-d7c4-47b3-b9b5-9d08d08b1e40",name:"Shadowgoblin Snarler",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +6, Stealth +11",equipment:"arrows (30); leather armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:51,initiative:6,ac:18,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"cdc1f1bf-8e9e-47d6-a56e-192c53db9ec7",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"e91d4070-b3d1-4bef-8ff4-3ace19686c22",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"1d10+5 damage, and the hobgoblin archer grants an ally within 5 squares of it a +2 bonus to its next ranged attack roll against the same target.",attack:{bonus:10,defence:0},description:"",details:"",damage:"",category:1},{id:"3fa727b8-a1dc-48d0-9550-5d4aedb1c00f",name:"Snarling Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage, and the target is immobilized by strands of shadow (save ends).",damage:"1d10+5 damage",category:1},{id:"76aa061e-d90a-43e5-8f2c-aaac0bf59bc4",name:"Shadowgoblin Resilience",action:{action:4,trigger:"when the shadowgoblin snarler suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The snarler makes a saving throw against the effect.",damage:"",category:5},{id:"f735c4b9-ce30-47a2-a228-8eb728d1c54e",name:"Shadow Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadowgoblin snarler gains concealment while at least one shadowgoblin ally is adjacent to it.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90ef16d5-e5f5-490b-afe2-55e7e2df14b1",name:"Umbral Panther",details:"",size:2,origin:5,type:1,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:21},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:76,initiative:12,ac:20,fortitude:19,reflex:21,will:17,regeneration:null,auras:[],powers:[{id:"aa2b8d5f-27bc-47a3-a338-05552a56cf44",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"b9101e81-4cd6-4b7a-8d2a-38b2d93dc888",name:"Tail Spike",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to the umbral panther",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:5},{id:"5cfd6126-a298-4c20-8d34-b2e6bd9a3232",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The umbral panther deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the umbral panther deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"cb14e166-2fef-4a4a-b60e-08021b9bb94a",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while in spectral form",range:"",attack:null,description:"",details:"The umbral panther is invisible until it makes an attack. It can end this effect on its turn as a free action.",damage:"",category:1},{id:"b031a8fb-2ddf-45e1-8652-97d2e49c0952",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The umbral panther becomes insubstantial. It gains a +5 power bonus to Stealth checks but deals only half damage with its attacks. It can end this effect on its turn as a free action.",damage:"it gains a +5 power bonus to stealth checks but deals only half damage with its attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"87723cbd-3a5d-4fdf-95b3-8645f416dcf4",name:"Vecnite Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Arcana +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"e94c12ff-916b-4ba6-a7d5-b740b313a599",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"29b60038-acae-4c12-b0e8-b5b745bb74ee",name:"Thunder Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"1d6+5 thunder damage, and the target is pushed 3 squares.",damage:"1d6+5 thunder damage",category:1},{id:"b77c6739-e2cd-4da4-9888-7ff234edddbf",name:"Lightning Arcs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"The mage makes a separate attack against 3 different targets: Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ac2d296-f7e9-4869-9abd-0f3a93dd55cf",name:"Vecnite Thug",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"club; dagger; leather armor",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"c81cca7b-f489-4790-8d80-9f8f37858116",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+1 damage, and the target is pushed 1 square.",damage:"1d6+1 damage",category:1},{id:"01957734-c447-43e2-abb5-c23b481446e4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"f80c4d8a-303e-45c3-91b3-fb07fcfece7f",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires club; 1d8+1 damage, the target is dazed until the end of the Vecnite thug’s next turn, and the Vecnite thug shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"e4f0bd93-e6eb-4564-b8b3-3d3ea6a6c61b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Vecnite thug deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56fd9ec4-327b-42a6-ae3a-affacaebe4d3",name:"Water Archon Wavecrasher",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"7, swim 10",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"plate armor",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:25},intelligence:{score:14},wisdom:{score:17},charisma:{score:12},hp:175,initiative:14,ac:27,fortitude:25,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"b8ee6bcf-368b-4c0b-9103-dde73dc536bd",name:"Coral Crescent",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+6 damage (crit 11 + 2d6).",damage:"1d6+6 damage (crit 11 + 2d6)",category:1},{id:"2f9c3e73-24dd-42b6-8195-afcc2290ac31",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The water archon makes two coral crescent attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"edcdfa1e-9c1a-48d3-a28c-f3af639bdbfc",name:"Wave Crash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:0},description:"",details:"4d6+6 damage, and the target is dazed until the end of the archon’s next turn.",damage:"4d6+6 damage",category:1},{id:"97039544-92dd-4b04-a11a-a548880bfdf4",name:"Bloodied Whirlpool",action:null,keywords:"",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:18,defence:1},description:"",details:"2d6+6 damage, and slide the target 5 squares. The target must remain within the burst during the slide.",damage:"2d6+6 damage",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bed7bf0f-7989-4835-bdf1-f5833d1ff8fd",name:"Ancient Ziggurat Mummy",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:20},hp:246,initiative:12,ac:32,fortitude:35,reflex:30,will:32,regeneration:{value:10,details:"if the mummy takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"2fea4592-fa4d-4df0-a03c-52157922bdeb",name:"Tomb Rot",keywords:"",details:"(Necrotic) aura 1; enemies that start their turn in the aura take 10 necrotic damage."}],powers:[{id:"03321dba-56c3-402d-abdc-c62a139f5cff",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d6+6 necrotic damage, and the target contracts level 21 mummy rot.",damage:"2d6+6 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"017a4bcb-ef6d-4897-ba30-82f921ea9c59",name:"Betrayer Spirit Reaver",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:6},charisma:{score:24},hp:202,initiative:19,ac:37,fortitude:34,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"187adb27-ddf1-4840-9a52-076d94755a39",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d12+7 damage (crit 3d12+31), and the target is dazed (save ends). Aftereffect: The target is dazed and weakened (save ends both).",damage:"2d12+7 damage (crit 3d12+31)",category:1},{id:"808b45aa-36e4-46cc-8c22-afaa7dc44b8f",name:"Murderous Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"must target a living creature; if the target is weakened, it is reduced to 0 hit points. Otherwise, the target takes 3d6 + 7 necrotic damage and loses a healing surge.",damage:"the target takes 3d6 + 7 necrotic damage and loses a healing surge",category:1},{id:"4c8b494a-8f20-4018-8389-17f5513cbcc5",name:"Death Drinker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the betrayer spirit reaver, the reaver gains a +1 bonus to attack rolls until the end of its next turn as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the betrayer spirit reaver",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c362e13a-7197-4661-8a80-84b33633e257",name:"Betrayer Wight",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:22},intelligence:{score:8},wisdom:{score:6},charisma:{score:20},hp:244,initiative:16,ac:33,fortitude:36,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"4e17ced8-8c1a-4f7d-9141-1ad5803f83ab",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+9 necrotic damage, and the target is weakened. To end the weakened condition, the target must spend a healing surge (a free action). If the target does so, the wight regains 15 hit points.",damage:"2d8+9 necrotic damage",category:1},{id:"9fca7d62-43ff-4008-a0ad-31b4fdfde32e",name:"Death Wail",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:21,defence:1},description:"",details:"targets enemies; 2d6+7 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"2d6+7 necrotic damage",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"50a41a60-81dc-4aef-9f1f-402e61343da1",name:"Frost Goblin Cutter",details:"",size:1,origin:4,type:2,keywords:"cold; goblin",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"javelin; leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:3,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"ee4cf6a2-68f2-4ee2-8d52-af4975515c1f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage (5 damage if the frost goblin cutter has combat advantage against the target).",damage:"4 damage (5 damage if the frost goblin cutter has combat advantage against the target)",category:1},{id:"dc4e5cc1-5dbc-47d8-b05e-4db811e3f5af",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f178c8be-1075-45d4-a556-326b0073ed58",name:"Frost Goblin Hexer",details:"",size:1,origin:4,type:2,keywords:"cold; goblin",level:3,role:{type:3,flag:1,leader:!0},senses:"Perception +2; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:18},hp:92,initiative:3,ac:19,fortitude:17,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"1a1ae9ee-7a80-492d-bf96-5c7280d5c42e",name:"Hexer Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"e2703df1-b020-49ef-b148-e1bfb9b42e88",name:"Freezing Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:7,defence:1},description:"",details:"2d6+1 cold damage, and the target is slowed (save ends).",damage:"2d6+1 cold damage",category:1},{id:"cbf9fb89-f40f-4d9b-bf8e-e0f3b66fb66d",name:"Icebound Hex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target takes 3d6 + 1 cold damage if it moves during its turn (save ends).",damage:"the target takes 3d6 + 1 cold damage if it moves during its turn (save ends)",category:1},{id:"73355e7c-6c57-424f-8466-488e6d78db3a",name:"Freezing Cloud",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Cold, Zone",condition:"",range:"Area burst 3 within 10",attack:null,description:"",details:"automatic hit; all squares within the zone are treated as difficult terrain (creatures with the ice walk ability can ignore this effect). The zone grants concealment to the frost goblin hexer and its allies. The frost goblin hexer can sustain the zone as a minor action, moving it up to 5 squares.",damage:"moving it up to 5 squares",category:1},{id:"369eea55-6e93-4093-b86f-34954694490a",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the targeted ally can shift 2 additional squares and make an attack.",damage:"the targeted ally can shift 2 additional squares and make an attack",category:5},{id:"1f256674-1d91-4556-8fd3-4d1e6ace810c",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin shifts 1 square.",damage:"The frost goblin shifts 1 square",category:5},{id:"4d27e4d5-745b-4c79-8d37-0a6d81d8ae0d",name:"Lead from the Rear",action:{action:5,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin hexer can change the attack’s target to an adjacent ally of its level or lower.",damage:"",category:5},{id:"a229263b-19af-497f-85d0-6d82460c4a70",name:"Body of Ice",action:null,keywords:"",condition:"",range:"Any creature that hits the frost goblin hexer with a melee attack is slowed until the end of that creature’s next turn.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d598f3e-db65-4dd4-8e2c-75214e12584e",name:"Frost Goblin Sharpshooter",details:"",size:1,origin:4,type:2,keywords:"cold; goblin",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"crossbow bolts (20); hand crossbow; leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:31,initiative:5,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"7d173a7b-f6e7-4b18-aeaf-8d9a70e9cde4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"aa301248-5ced-4264-a6d1-415233bcb52d",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"11f89440-bd5e-4df2-bc83-469a1e931478",name:"Sniper",action:null,keywords:"",condition:"",range:"When a frost goblin sharpshooter makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0},{id:"a0c36b9f-689a-4c8c-9f6e-b53c79d31be9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin sharpshooter deals an extra 1d6 damage against any target it has combat advantage against.",damage:"the frost goblin sharpshooter deals an extra 1d6 damage against any target it has combat advantage against",category:0},{id:"ce9537e9-0a9c-485e-b116-1ac8ca5c785e",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin shifts 1 square.",damage:"The frost goblin shifts 1 square",category:5}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cd35217-a7ac-415b-8fd0-aceb2b25ff03",name:"Holy Ziggurat Guardian",details:"",size:2,origin:4,type:2,keywords:"undead",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +21",equipment:"spear",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:17},hp:193,initiative:18,ac:36,fortitude:33,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"1d48ee2f-c3eb-47fe-afef-df0dc12d4025",name:"Holy Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d10+6 radiant damage, and the target takes ongoing 10 radiant damage (save ends) and is marked until the end of the ziggurat guardian’s next turn.",damage:"2d10+6 radiant damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0fcff095-dd7c-44df-9dfa-b3abf711d237",name:"Holy Ziggurat Slinger",details:"",size:2,origin:4,type:2,keywords:"undead",level:22,role:{type:0,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +21",equipment:"sling",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:165,initiative:18,ac:34,fortitude:35,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"fedfe44c-213c-4748-b779-f595f2aa5f03",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 10 radiant damage (save ends).",damage:"2d6+5 damage",category:1},{id:"2f92e5a6-9a05-4e78-9cb6-e0060ed23483",name:"Holy Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:28,defence:0},description:"",details:"2d6+9 radiant damage, and the target is weakened and takes a -2 penalty to saving throws (save ends both).",damage:"2d6+9 radiant damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c6e32b2a-23da-4c35-a4ff-877119601a56",name:"Ice Warrior Frostling",details:"",size:2,origin:1,type:0,keywords:"cold",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"Intimidate +13",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:16,reflex:14,will:16,regeneration:null,auras:[{id:"34422397-9eb9-467f-af65-11c6937bbe0b",name:"Icy Aura",keywords:"",details:"(Cold) aura 5 (not active while bloodied); cold creatures in the area gain regeneration 2. Enemies treat the area within the aura as difficult terrain."}],powers:[{id:"3470434b-be2d-4f70-9a0c-85e4e4f38def",name:"Ice Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 cold damage.",damage:"1d8+5 cold damage",category:1},{id:"74d9b2ab-b1e3-44be-bf4d-0b53594c7821",name:"Freezing Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:9,defence:0},description:"",details:"1d6+4 cold damage, the target is slowed until the end of the binder’s next turn, and one ally within 3 squares of the target can shift 3 to a space adjacent to the target.",damage:"1d6+4 cold damage",category:1},{id:"c89f612a-23ec-4aae-a9ba-2b09c0e41618",name:"Icy Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Area burst 1 within 5",attack:{bonus:7,defence:1},description:"",details:"1d10+4 cold damage and the target is slowed (save ends). First Failed Saving Throw: The target is immobilized (save ends).",damage:"1d10+4 cold damage and the target is slowed (save ends)",category:1}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d470ea7c-7895-449c-b737-60b01b3c4c36",name:"Ice Warrior Icicle Hurler",details:"",size:2,origin:1,type:0,keywords:"cold",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:32,initiative:4,ac:15,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d00a73a2-2c18-4ead-86ca-d7a982ba6917",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage plus 1d4 cold damage.",damage:"1d4+3 damage plus 1d4 cold damage",category:1},{id:"fde19085-ad02-4e4b-a055-92bbe74663cb",name:"Flying Icicle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage plus 1d6 cold damage.",damage:"1d6+2 damage plus 1d6 cold damage",category:1},{id:"d5f924d5-822b-49bf-9812-c29f45fe7803",name:"Icicle Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area burst 3 within 20",attack:{bonus:7,defence:0},description:"",details:"1d10+1 cold damage.",damage:"1d10+1 cold damage",category:1}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7f8cf743-8364-4bc2-89e4-9bf1783913ef",name:"Ice Warrior Raider",details:"",size:2,origin:1,type:0,keywords:"cold",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"maul",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:14},intelligence:{score:11},wisdom:{score:11},charisma:{score:11},hp:42,initiative:5,ac:17,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"ba728003-700b-447e-af0f-e65c962b92a4",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the target is slowed (save ends). Against a slowed target, +1d6 cold damage.",damage:"1d8+3 damage",category:1},{id:"82c848ad-768c-478d-8183-dd966ffb1a5e",name:"Ice Embrace",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"the target is immobilized by ice (save ends).",damage:"",category:3}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d1ebf095-45c8-4292-9634-280d27602f43",name:"Ice Warrior Shardling",details:"",size:2,origin:1,type:0,keywords:"cold",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:8},hp:1,initiative:2,ac:16,fortitude:14,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"20c1017b-cbd6-4699-a99a-740fda269251",name:"Ice Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 cold damage.",damage:"4 cold damage",category:1},{id:"23e8d986-8b67-4087-8ca3-b0c609d91743",name:"Ice Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:4,defence:0},description:"",details:"4 cold damage.",damage:"4 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bd6f6ed2-28dd-46ef-8427-f84687bb5587",name:"Iron Cobra Guardian",details:"Homunculi come in many different forms. This creature resembles a hooded cobra with a body made of articulated metal rings.",size:2,origin:4,type:0,keywords:"construct, homunculus",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:75,initiative:7,ac:20,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"fd8d8102-ef01-48ba-bc48-0a7f1a802f8f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+3 damage",category:1},{id:"d3c3faae-230f-432c-9c21-a42aaa450079",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"only affects creatures taking ongoing poison damage; the target is dazed and slowed (save ends both).",damage:"only affects creatures taking ongoing poison damage",category:1},{id:"e53ae451-89b6-44a0-b69d-1f0090dc51e2",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra has been attuned to guard the landing of the stairwell, as well as the first 2 squares up and down the adjacent stairs. It defends this area with its life. The iron cobra can use its poison the mind power against any creature in its guarded area, even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0},{id:"5e24b303-8d66-4d06-bc48-6158b37f133b",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5422ae67-cae5-4d7a-a1af-779d39957b6f",name:"Juvenile Behir Thunderlance",details:"",size:3,origin:4,type:1,keywords:"reptile",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 4",alignment:"Unaligned",languages:"Common",skills:"Athletics +14",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:13},intelligence:{score:7},wisdom:{score:14},charisma:{score:12},hp:87,initiative:6,ac:22,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"62c02fc2-babc-40e2-b1c3-c6007960efaa",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"bfe8a190-65ec-4211-8662-1c08d863fb25",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Area blast 1 within 10; 3d6+5 lightning damage, and all creatures adjacent to the target takes 5 lightning damage. Miss: Half damage.",damage:"3d6+5 lightning damage",category:1},{id:"eb9b6b97-050a-412c-ac43-34150c989227",name:"Thunder Lance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The behir thunderlance sends a spear of crackling electricity from its mouth. The behir thunderlance targets up to two creatures with its thunder lance; the first target must be within 10 squares of the behir, and the second target must be within 10 squares of the first; 3d8+5 lightning damage, and the target is pushed 2 and knocked prone.",damage:"3d8+5 lightning damage",category:1},{id:"63df7010-e08b-46fe-9ffd-baff534a6863",name:"Devour",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"recharge when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"2d8+4 damage and the target is grabbed (until escape). While grabbed, the grabbed creature is pulled into the behir’s space, is restrained, and can only target the behir. The behir thunderlance can sustain the power as a minor action, dealing 10 damage and maintaining the grab. After escaping, the target is placed in any square adjacent to the behir.",damage:"2d8+4 damage and the target is grabbed (until escape)",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"44834a92-03bc-4bb4-8459-16213a4f3392",name:"Lesser Berbalang",details:"",size:2,origin:3,type:2,keywords:"",level:7,role:{type:6,flag:2,leader:!1},senses:"Perception +6",movement:"6, fly 8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:15},hp:312,initiative:13,ac:22,fortitude:19,reflex:22,will:18,regeneration:null,auras:[],powers:[{id:"503ed4c3-1676-42db-9fc1-aa819fc6a59c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"bbc86939-57a1-4179-9733-11cbb6a64d83",name:"Sacrifice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 centered on a duplicate",attack:{bonus:8,defence:1},description:"",details:"the berbalang can cause one of its duplicates to explode in a burst of psychic gore; 2d8+5 psychic damage, plus the target is dazed (save ends). Miss: No damage, but the target is dazed (save ends). Hit or Miss: The berbalang takes 15 damage.",damage:"2d8+5 psychic damage",category:1},{id:"3850b4f0-c7c6-48ac-8e26-012486b29ace",name:"Summon Duplicate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Psychic",condition:"not while bloodied",range:"",attack:null,description:"",details:"The berbalang manifests an exact duplicate of itself in an unoccupied adjacent square. It can have no more than four duplicates at once, and duplicates cannot summon other duplicates. When a duplicate appears, it makes an initiative check and joins the battle on that initiative count. All damage a duplicate deals is treated as psychic damage. A duplicate has the same statistics as the berbalang except for its hit points. When the berbalang manifests a duplicate, the berbalang loses one-quarter of its current hit points and the duplicate appears with that quantity of hit points. The berbalang’s maximum number of hit points remains the same. Duplicates last until the berbalang reaches 0 hit points, absorbs them, or uses sacrifice. A duplicate must stay within 10 squares of the berbalang at all times or it disappears.",damage:"all damage a duplicate deals is treated as psychic damage",category:3},{id:"0de9f732-afbd-4ee2-83ec-2b9fa8958001",name:"Absorb Duplicate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The berbalang absorbs a duplicate adjacent to it and regains 30 hit points",damage:"The berbalang absorbs a duplicate adjacent to it and regains 30 hit points",category:1},{id:"a99500ea-01a7-47c5-8759-5d9266fe709e",name:"Berbalang Sneak Attack",action:null,keywords:"",condition:"",range:"A berbalang or a duplicate that flanks an enemy with another duplicate deals an extra 1d8 damage on melee attacks against that enemy.",attack:null,description:"",details:"",damage:"",category:0},{id:"33299a1f-75a1-4003-89fb-63589e263732",name:"Psychic Deflection",action:{action:4,trigger:"when the berbaland is damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The berbalang can deflect the damage it takes from an attack to one of its duplicates. Any effects or secondary attacks included in the attack are also deflected to the duplicate. The damage a duplicate takes in this way is considered",damage:"the berbalang can deflect the damage it takes from an attack to one of its duplicates",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"99891076-9a30-41e8-a407-816d4a88df48",name:"Lesser Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:23,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"343db36b-b97a-4968-b470-02983f72fdea",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires trident; reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"54a5438d-1880-4995-bfc6-c4de9fe8d23d",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+4 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+4 damage",category:1},{id:"5e33f851-959c-45af-b678-f23e7bc0fb59",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:12,defence:1},description:"",details:"targets enemies; 2d6+2 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+2 poison damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8f5e403f-a95c-4dbc-b687-55fce3904088",name:"Painwrought Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +22; darkvision, truesight 10",movement:"8, fly 8 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +22",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:12},wisdom:{score:24},charisma:{score:18},hp:380,initiative:18,ac:38,fortitude:35,reflex:33,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"300fb96c-8c26-4573-a9df-25dfac0df29d",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d10+8 damage plus 1d10 cold, fire, lightning, or thunder damage (painwrought helmed horror’s choice).",damage:"1d10+8 damage plus 1d10 cold",category:1},{id:"42159f4c-a79d-4d76-950b-f75b76fe7ffd",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The painwrought helmed horror makes an elemental greatsword attack against two different targets within reach.; 4d10+7 damage.",damage:"4d10+7 damage",category:1},{id:"d848010a-6cc6-42fb-aab0-6b1dc1f2dd52",name:"Painful Elemental Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic; Cold, Fire, Lightning, or Thunder",condition:"",range:"Close blast 3",attack:{bonus:22,defence:2},description:"",details:"2d8+7 psychic and cold, fire, lightning, or thunder damage (painwrought helmed horror’s choice), and the target is pushed 2 squares.",damage:"or thunder damage (painwrought helmed horror’s choice)",category:1},{id:"a69f6fca-d05a-46b0-8274-2d61cba24865",name:"Tactical Step",action:{action:7,trigger:"when the greater helmed horror hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The painwrought helmed horror shifts 3 squares.",damage:"The painwrought helmed horror shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"b9a461b7-e689-4976-b8fa-797b0fd08f2d",name:"Sebacean Gleaner",details:"",size:3,origin:0,type:1,keywords:"",level:23,role:{type:3,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +23, History +23",equipment:"",category:"",strength:{score:19},constitution:{score:23},dexterity:{score:19},intelligence:{score:25},wisdom:{score:24},charisma:{score:27},hp:215,initiative:15,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"f2586bad-14c3-4212-a3d4-c9772e353e3c",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"f98ad42b-cab5-457e-88c5-4229c8a5fcf0",name:"Toxic Spittle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d8+7 damage, and the target is slowed (save ends).",damage:"2d8+7 damage",category:1},{id:"cae62478-878c-4693-81f5-19ef415d2793",name:"Cocoon Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no enemy is restrained by this power"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"1d10+6 acid damage, and the target is restrained (save ends).",damage:"1d10+6 acid damage",category:1},{id:"55cf2b14-8fa2-4fc6-93dd-c55cb67ac6fe",name:"Hypnotic Toxin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:27,defence:3},description:"",details:"Reach 2; 2d10+3 damage, and the target is dominated (save ends).",damage:"2d10+3 damage",category:1},{id:"537af6b5-ff31-4cc6-8d6c-e3fbaff0e538",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"bbbf5834-d491-411a-8441-86ed41833405",name:"Sebacean Glider",details:"",size:3,origin:0,type:1,keywords:"",level:20,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 10",alignment:"Evil",languages:"Deep Speech",skills:"Stealth +23",equipment:"",category:"",strength:{score:19},constitution:{score:23},dexterity:{score:26},intelligence:{score:12},wisdom:{score:21},charisma:{score:14},hp:191,initiative:20,ac:34,fortitude:32,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"ce3f09cc-b973-41c4-bccf-37aeda4210de",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"9292c5f2-c9d5-4d43-b304-330b9f557223",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sebacean glider flies up to 10 squares and makes one melee basic attack at any point during that movement. The glider doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:{bonus:23,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"8139feab-d6f1-4fc9-b2bc-ad1c9547741f",name:"Reactive Teleport",action:{action:4,trigger:"when the glider takes damage",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The glider teleports 2 squares and attacks an adjacent creature; 1d10+7 damage.",damage:"1d10+7 damage",category:5},{id:"c83fcc92-c41c-4b4e-8d64-a248fb5b6f7d",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"2b1d64ad-5cc2-4c5e-a6d3-93fe77181e6d",name:"Sebacean Gorger",details:"",size:3,origin:0,type:1,keywords:"",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:18},intelligence:{score:14},wisdom:{score:19},charisma:{score:15},hp:258,initiative:15,ac:34,fortitude:36,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"1801f0a8-3d60-4948-8d04-d04934a8d831",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; (+27 while bloodied)2d10+8 (2d10 + 10 while bloodied) damage, and ongoing 5 damage (save ends).",damage:"(+27 while bloodied)2d10+8 (2d10 + 10 while bloodied) damage",category:1},{id:"05217736-ec8a-4040-bae5-bd5d6f988b8c",name:"Blade Shred",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent enemy becomes bloodied"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:24,defence:0},description:"",details:"(+26 while bloodied)2d10+8 (2d10+10 while bloodied) damage, and ongoing 5 damage (save ends).",damage:"(+26 while bloodied)2d10+8 (2d10+10 while bloodied) damage",category:1},{id:"e4378282-bdfb-4609-8e11-7451dae87173",name:"Bloodied Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sebacean gorger gains +2 to attack rolls and damage rolls while bloodied (included above).",damage:"the sebacean gorger gains +2 to attack rolls and damage rolls while bloodied (included above)",category:0},{id:"749ca4d2-d19d-4f4f-90e1-20d7e4bf6df0",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"edee63db-ba1c-4c6b-a17c-71e2c0fa9abb",name:"Sebacean Guardian",details:"",size:3,origin:0,type:1,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:14},intelligence:{score:12},wisdom:{score:23},charisma:{score:16},hp:199,initiative:14,ac:37,fortitude:35,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"a1fe420e-9397-45a4-8e10-ff1e7c02824e",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"2d10+7 damage and until the sebacean guardian’s next turn, when the target shifts, the sebacean guardian can make a melee basic attack against it.",attack:{bonus:28,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"93870fa0-5ebd-4960-a438-3f86cf88a181",name:"Heuristic Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 1d10+10 damage. One condition that a save can end on the sebacean guardian ends, and the target gains that condition (save ends).",damage:"1d10+10 damage",category:1},{id:"ded92e10-9a54-4888-bcbd-1b142253ce89",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean guardian can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"7bc921e8-0e73-4065-9ef0-0c94aac24fd5",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"af3fe9aa-f3a3-458c-817d-6519ed238453",name:"Sebacean Mutant Ape",details:"",size:2,origin:0,type:1,keywords:"",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"8, climb 8",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:20},intelligence:{score:5},wisdom:{score:21},charisma:{score:15},hp:1,initiative:14,ac:32,fortitude:32,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"fb3ac905-36ae-4ec3-9c71-03c1284640a2",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"7eb3df68-d631-419b-826f-27dd2beb2487",name:"Dying Howl",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Each other sebacean mutant ape within 10 squares gains +1 bonus to attack rolls until the end of its next turn. This bonus stacks with that from other sebacean mutant apes’ dying howls.",damage:"Each other sebacean mutant ape within 10 squares gains +1 bonus to attack rolls until the end of its next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2bfc58c-5d01-4b6c-913d-f509a6c97d32",name:"Sebacean Mutant Nightwalker",details:"",size:3,origin:0,type:2,keywords:"undead",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Evil",languages:"Common, Deep Speech, telepathy 20",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:23},intelligence:{score:17},wisdom:{score:9},charisma:{score:24},hp:490,initiative:16,ac:35,fortitude:36,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"dd0daac6-97a2-4d28-bdd2-a5077c3aba19",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d8+9 damage plus 2d8 psychic and necrotic damage.",damage:"1d8+9 damage plus 2d8 psychic and necrotic damage",category:1},{id:"ddaf5d52-7f7c-4668-9c8b-a43f35588ea1",name:"Mind Annihilation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, necrotic, Psychic",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"affects a bloodied target only; the target drops to 0 hit points. Miss: The target is dazed until the end of the sebacean mutant nightwalker’s next turn. Resistance does not apply to this power.",damage:"",category:1},{id:"68c296b9-cefb-476b-b498-2933e07e2b7b",name:"Void Lure",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic, Psychic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:3},description:"",details:"targets enemies; 1d8+7 necrotic and psychic damage, and the target is pulled 3 squares.",damage:"1d8+7 necrotic and psychic damage",category:3}],damageModifiers:[{type:8,value:-20},{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"265a93dd-93a9-4d1e-a249-e3c382e87a30",name:"Sebacean Mutant Treant",details:"",size:4,origin:0,type:1,keywords:"plant, undead",level:21,role:{type:7,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6 (forest walk)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:18},intelligence:{score:10},wisdom:{score:9},charisma:{score:23},hp:400,initiative:16,ac:38,fortitude:36,reflex:33,will:34,regeneration:null,auras:[{id:"51963639-cd74-4099-b97b-ced24a80aed3",name:"Screaming Tree",keywords:"",details:"(Psychic) aura 2; an enemy in the aura at the start of its turn takes 10 psychic damage."}],powers:[{id:"55e09f7b-1ac1-4f3e-94c2-a72d687a79fa",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d6+9 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+9 damage",category:1},{id:"9c488181-aaae-491e-899e-e6b4208decdd",name:"Psychic Roots",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"Reach 4; the target is knocked prone and immobilized (save ends).",damage:"Reach 4",category:3},{id:"d4937f56-a96c-43d7-9a51-d013bd5d65e9",name:"Psychic Shock",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature hit by the treant’s opportunity attack is immobilized until the end of the treant’s next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d64aab9d-7a00-4802-a360-6e96e7bffdfe",name:"Spirit of Winter",details:"",size:3,origin:2,type:2,keywords:"cold",level:3,role:{type:2,flag:2,leader:!1},senses:"Perception +7",movement:"6 (ice walk)",alignment:"Unaligned",languages:"telepathy 20",skills:"Athletics +15",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:250,initiative:2,ac:18,fortitude:19,reflex:15,will:16,regeneration:null,auras:[{id:"453d8bae-63a2-4f43-ad44-bc5ddddf625d",name:"Choke Frost Aura",keywords:"",details:"(Cold) aura 2 (not active while bloodied); creatures that start their turns or enter the area of the aura are slowed (save ends)."}],powers:[{id:"90deb77a-516a-46c2-a8fd-b66f17598008",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d6+4 plus 1d6 cold damage (plus an extra 1d6 cold damage against a creature that is under the effects of choke frost).",damage:"1d6+4 plus 1d6 cold damage (plus an extra 1d6 cold damage against a creature that is under the effects of choke frost)",category:1},{id:"2785ace6-565b-4ddc-ba6b-dfbf6cddc72a",name:"Frost Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The spirit of winter makes two slam attacks.",damage:"",category:1},{id:"9d0cd041-b60f-47d5-b4a7-1d20f489a8ed",name:"Blast of Cold",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10 from frost gem",attack:{bonus:4,defence:2},description:"",details:"two targets; 2d8+1 cold damage. This attack does not provoke opportunity attacks.",damage:"2d8+1 cold damage",category:3},{id:"201b6a1d-be54-4df5-be51-56bc601e3879",name:"Freezing Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"Close burst 3",attack:{bonus:4,defence:2},description:"",details:"1d6+4 cold damage, and the target is pushed 2 squares and knocked prone. Miss: The target is pushed 1 square and not knocked prone.",damage:"1d6+4 cold damage",category:1},{id:"c0e5f8d3-3f5a-4db7-9685-5f3db58aea54",name:"Bloodied Burst",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"when first bloodied",range:"",attack:null,description:"",details:"The spirit of winter’s freezing burst recharges, and the spirit of winter uses it immediately.",damage:"",category:1},{id:"b4a66717-85c6-43f5-b284-ea5ceb94786f",name:"Gem Bound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spirit of winter is bound to the frost gem. Attacking either damages the spirit of winter, and when the spirit of winter reaches 0 hit points or fewer, the gem is also destroyed. The gem’s defenses are identical to the spirit of winter’s, and the gem has resist 5 all.",damage:"attacking either damages the spirit of winter",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4d85325c-54eb-4db0-85d6-f4a826e34508",name:"Tower Iron Defender",details:"Homunculi come in many different forms. This construct resembles a large hound or wardog made of iron.",size:2,origin:4,type:0,keywords:"construct, homunculus",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:39,initiative:5,ac:17,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"0d5a61b3-bacd-48c4-9c8f-adb756498d24",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"5565142e-b680-4409-a72b-8ef482d66733",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The tower iron defender gains a +1 bonus to all defenses (not included above) when it is within 5 squares of the tower. However, it does not hesitate to pursue foes who step beyond this area. The tower iron defender does not pursue creatures that flee the area entirely, since its focus is on guarding the tower.",damage:"The tower iron defender gains a +1 bonus to all defenses (not included above) when it is within 5 squares of the tower",category:0},{id:"d41453a2-d4c7-496b-9d2b-989ea6b963b5",name:"Pursue and Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the tower iron defender makes an opportunity attack, it shifts 1 square before or after the attack.",damage:"it shifts 1 square before or after the attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1247247f-72ea-46ac-9848-d33b0b4bc4d4",name:"Troglodyte Spear Warrior",details:"",size:2,origin:4,type:2,keywords:"reptile",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Athletics +14, Endurance +13",equipment:"light shield; longspear",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:8},hp:1,initiative:6,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[{id:"c6279d8d-02c5-45d4-9d7c-04b14381c198",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"f18fc5f5-c0c9-4875-af4c-bbdfb1b4c3c1",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4fc4bfd-5528-4560-9bbd-f7703106777b",name:"Undead Gibbering Abomination",details:"",size:2,origin:0,type:1,keywords:"undead",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +13; all-around vision, darkvision",movement:"6, fly 4 (hover; maximum altitude 1)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:19},charisma:{score:12},hp:168,initiative:13,ac:32,fortitude:31,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"fbb1110f-0230-47de-91fc-08b5a8496d0a",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"1b78e1b1-1b1e-406d-9e53-bf182b473a2a",name:"Gibbering",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"once on the undead gibbering abomination’s turn before it takes other actions",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"deafened creatures are immune; the target is dazed until the end of the gibbering abomination’s next turn.",damage:"",category:4},{id:"8e79b856-9fb8-4eab-b4fe-1e939c0b1a85",name:"Eye of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"3d8+4 psychic damage, and the target is immobilized (save ends).",damage:"3d8+4 psychic damage",category:1},{id:"e4b74988-ea2c-4a5b-aa58-e0e424d42b31",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The gibbering abomination deals an extra 2d6 psychic damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b42efb37-49f1-48ac-98a7-97389aeb6853",name:"Ziggurat Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:3,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:28},intelligence:{score:12},wisdom:{score:14},charisma:{score:25},hp:152,initiative:19,ac:32,fortitude:30,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"87110e2a-618f-4355-ac4c-bd7fdbfb3ca0",name:"Blinding Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"2d8+7 necrotic damage, and the target is blinded (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"5452dfc2-5d9c-4c71-8845-9bd4e9b7538b",name:"Ghostly Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"",attack:{bonus:24,defence:3},description:"",details:"Target must be a living humanoid; the ghost enters the target’s space and is removed from play, and the target is dominated (save ends). The ghost can use this power against only one creature at a time. When the target is no longer dominated, or when the ghost chooses to end its ghostly possession (a free action), the ghost reappears in a square adjacent to the target.",damage:"",category:1},{id:"8edc1e37-52ab-41a2-b240-c4784ce49fec",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 3d8+7 psychic damage, and the target is pushed 3 squares and knocked prone.",damage:"3d8+7 psychic damage",category:1},{id:"30ee50cc-77c4-4b5b-a65a-78c1b4e14227",name:"Ghostly Terrain",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:25,defence:3},description:"",details:"the area is filled with ghostly lights, wisps of mist, and the faint whispers of the dead. The zone is difficult terrain and lightly obscured. Any creature that enters or ends its turn in the zone is subject to an attack; the target is immobilized (save ends).",damage:"",category:1},{id:"1d988a97-6c23-47ac-8d6e-a3ed3da6c464",name:"Death Shriek",action:null,keywords:"Fear, Psychic",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The ziggurat ghost recharges and uses its terrifying shriek immediately.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f0ca3e81-f577-4551-9fcd-506a3615948e",name:"Abyssal Wretch",details:"",size:2,origin:1,type:2,keywords:"",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:10},intelligence:{score:2},wisdom:{score:6},charisma:{score:11},hp:1,initiative:3,ac:18,fortitude:17,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"e7398b21-abad-446f-89c9-0ba566389575",name:"Twisted Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"cb006b1b-d824-4624-9049-2f17a591df77",name:"Inspire Revulsion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 1",attack:{bonus:7,defence:3},description:"",details:"targets one enemy in burst; 6 psychic damage, and the target takes a -2 penalty on attack rolls until the end of the abyssal wretch’s next turn.",damage:"6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c51b09ab-28c7-4f66-8aef-efa39439fa51",name:"Advanced Rancid Tide",details:"",size:5,origin:4,type:0,keywords:"dragon, undead",level:25,role:{type:0,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:14},intelligence:{score:1},wisdom:{score:16},charisma:{score:8},hp:366,initiative:14,ac:39,fortitude:40,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"d3857776-9763-4f16-b07b-3ded51e64ba1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d6+10 damage.",damage:"2d6+10 damage",category:1},{id:"e2bb6323-06b8-458f-9e14-f9350b47f0c2",name:"Black Bile Spittle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:30,defence:2},description:"",details:"2d8+10 necrotic damage, and the target is weakened until the end of the rancid tide’s next turn.",damage:"2d8+10 necrotic damage",category:1},{id:"a50bbc71-c00c-4e52-be1d-1cf63af66028",name:"Unholy Tears",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 12",attack:{bonus:31,defence:0},description:"",details:"2d8+10 necrotic damage, and the target takes a -4 penalty to AC and Reflex defense (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"1b4bc025-9f63-474d-9bce-76cdab71d676",name:"Torrent of Terror",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The rancid tide makes a black bile spittle and an unholy tears attack, each against a different target.",damage:"",category:1},{id:"39c7611e-2d4e-4a7d-97ef-e8ec4ee3f63c",name:"Rancid Flood",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"burst 5; 2d8+8 necrotic damage, and the target is pushed 3 squares.",damage:"2d8+8 necrotic damage",category:5}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"25 critical hits, radiant (a rancid tide that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"19733d3e-7df7-43cc-a9be-434e0e20473d",name:"Amyria",details:"",size:2,origin:3,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Lawful good",languages:"Common, Draconic, Supernal",skills:"Diplomacy +13, Religion +15",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:12},intelligence:{score:18},wisdom:{score:21},charisma:{score:16},hp:200,initiative:11,ac:24,fortitude:19,reflex:22,will:23,regeneration:null,auras:[{id:"f263ad36-f480-419d-a345-0acba75c412e",name:"Aura of Recovery",keywords:"",details:"aura 2; allies that start their turn in Amyria’s aura gain a +1 bonus to all saves until the start of their next turn."}],powers:[{id:"99b4a338-4177-45c1-8fae-451c12fa7a6e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage plus 1d6 radiant damage.",damage:"1d8+5 damage plus 1d6 radiant damage",category:1},{id:"b324e405-fadf-4d5d-9e87-24a04154237f",name:"Crusader’s Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Requires longsword; 1d8+5 damage plus 1d6 radiant damage, and one of Amyria’s allies within 10 squares makes a basic attack as a free action against the same target.",damage:"1d8+5 damage plus 1d6 radiant damage",category:1},{id:"601dfcd8-65b4-4f21-b823-9c2be26e9ded",name:"Radiant Rebuke",action:{action:5,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"2d6+5 radiant damage.",damage:"2d6+5 radiant damage",category:5},{id:"7577a76b-3f03-44a0-b43b-5a75aafe7e73",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Amyria adds 1d6 to a d20 roll she just made.",damage:"Amyria adds 1d6 to a d20 roll she just made",category:4}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d21a0f0a-d4b0-4989-9cb4-bcf17fc497d9",name:"Anchor Troll",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +14",movement:"7",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +18, Endurance +16",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:20},intelligence:{score:5},wisdom:{score:14},charisma:{score:12},hp:139,initiative:12,ac:28,fortitude:27,reflex:27,will:23,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"6dac307f-9cc8-4c4f-b33b-662fde5f4fd6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"1e7c3df2-3564-46eb-989d-129d180c501c",name:"Wrapping Chain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Reach 5; 1d6+6 damage, and the target is restrained (save ends). The restrained effect ends if the troll and the target move more than 5 squares apart.",damage:"1d6+6 damage",category:1},{id:"1237ff86-47d0-4eff-8aa6-591736f9f934",name:"Chain Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"This attack can be used only against a creature restrained by wrapping chain. The troll swings the chain that has snared its target, and slams the creature against the ground. Move the target to any square within 5 of the troll and make an attack; 4d8+6 damage, and the target is knocked prone. Effect: The target is no longer restrained.",damage:"4d8+6 damage",category:1},{id:"6935ed24-7cf8-4d2a-917f-ccf7df8aeacb",name:"Anchor Tornado",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 5",attack:{bonus:19,defence:0},description:"",details:"3d8+6 damage, and the target is knocked prone.",damage:"3d8+6 damage",category:1},{id:"b5040d6a-7257-42dc-962d-d78503eccde8",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 15 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"156b0687-e26f-4253-a53f-cd7b59f61665",name:"Bladerager Troll Enforcer",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +17, Endurance +16",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:151,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"faab0af4-9393-4039-bdeb-431198676c48",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"cb384aef-766c-4460-becc-05b23b5a33a7",name:"Bladerager Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d10+6 damage, and ongoing 5 damage (save ends).",damage:"3d10+6 damage",category:1},{id:"4c099dc6-4f02-4c21-a0d5-13f72631b5e0",name:"Death Burst",action:null,keywords:"",condition:"when reduced to 0 hit points or less",range:"The bladerager troll enforcer explodes in a burst of shrapnel. Close burst 2",attack:{bonus:13,defence:2},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9b93926-2780-43df-a39e-4a5d06b1b08e",name:"Book Storm",details:"",size:3,origin:4,type:0,keywords:"swarm",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +20; blindsight 20",movement:"2 (clumsy), fly 12 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:25},dexterity:{score:30},intelligence:{score:2},wisdom:{score:27},charisma:{score:3},hp:225,initiative:24,ac:40,fortitude:35,reflex:38,will:36,regeneration:null,auras:[{id:"1865a06d-59a1-42f9-b0ae-e7217240c06b",name:"Swarm Attack",keywords:"",details:"aura 1; the book storm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"8bb76edd-2195-49ec-a44c-ac217aac81fa",name:"Slicing Pages",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Reach 0; 2d8+9 damage, ongoing 5 damage, and the target is slowed until the end of the book storm’s next turn.",damage:"2d8+9 damage",category:1}],damageModifiers:[{type:3,value:15}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison, sleep",tactics:""},{id:"6059b72b-0b54-4067-802b-5c3333337a83",name:"Bounty Hunter Snaremaster",details:"",size:1,origin:4,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"bola; leather armor; rapier",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:13},wisdom:{score:16},charisma:{score:10},hp:61,initiative:7,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"b2b50eba-5d83-48cd-b5dc-cb9b5d6145b4",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"dd6d1042-d74c-449d-9b89-5ff36186bf65",name:"Bolas",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:12,defence:2},description:"",details:"2d4+5 damage, and the target is restrained (save ends).",damage:"2d4+5 damage",category:1},{id:"bd25eb13-af3c-4cd9-bbbc-70a374e336c9",name:"Keep ’Em Separated",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"ranged 10/20",attack:{bonus:10,defence:2},description:"",details:"Requires bolas; three targets in range; 4d4+5 damage, and the target slides 2 squares and is restrained (save ends).",damage:"4d4+5 damage",category:1},{id:"51f25953-7cce-4181-af26-11a2fb87596a",name:"Second Chance",action:{action:5,trigger:"when the bounty hunter snaremaster would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bounty hunter snaremaster forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6172217b-050b-4ef2-9403-8a9439eaabc2",name:"Bounty Hunter Strongarm",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"greataxe; leather armor",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:8},hp:98,initiative:4,ac:19,fortitude:20,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"e91c5f8f-7a75-485d-90c1-69704e1f23a6",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"2112b42c-fa45-4357-8c0d-d812cb2f3360",name:"Clear The Area",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:8,defence:0},description:"",details:"Requires greataxe; 2d12+10 damage, and the target is pushed 1 square.",damage:"2d12+10 damage",category:1},{id:"f959ce37-9666-47e2-8f4f-16c6a059c15b",name:"Brute Rush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a bounty hunter strongarm makes a bull rush attack, he pushes the target 2 squares instead of 1 square.",damage:"he pushes the target 2 squares instead of 1 square",category:0},{id:"2a28e6a7-a845-4cb9-b6a7-64245923d6ac",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces the bounty hunter strongarm to move—through a push, a pull, or a slide—the bounty hunter strongarm moves 1 square less than the effect specifies. When an attack would knock the bounty hunter strongarm prone, the bounty hunter strongarm can roll a saving throw to avoid falling prone.",damage:"or a slide—the bounty hunter strongarm moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d005d97-62c7-4205-ab7f-e4e650a7b4fb",name:"Bounty Hunter Subduer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Nature +10",equipment:"leather armor; maul",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:76,initiative:8,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"68a587f9-9a1a-4998-a00a-f4ff8c8b4751",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"3aad0a1e-bbfe-4adf-a5c0-77b5fe81548e",name:"Knockout Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Requires maul; 4d6+5 damage, and the target is knocked prone and dazed (save ends).",damage:"4d6+5 damage",category:1},{id:"13ed6a63-5b1e-4ba0-8de9-e25ef05fdbad",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The bounty hunter subduer deals an extra 2d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3227bc0f-2a36-4729-8307-fa61a9b94866",name:"Cyclops Earthquake Shaman",details:"",size:3,origin:2,type:2,keywords:"",level:19,role:{type:0,flag:1,leader:!1},senses:"Perception +21; truesight 6",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"earthshaker staff; leather armor",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:18},intelligence:{score:15},wisdom:{score:25},charisma:{score:15},hp:284,initiative:13,ac:33,fortitude:33,reflex:31,will:34,regeneration:null,auras:[],powers:[{id:"3d1f95cc-1586-4fef-81df-cde91f34b3b9",name:"Earthshaker Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d4+8 force damage, and the target is dazed until the end of the shaman’s next turn.",damage:"2d4+8 force damage",category:1},{id:"741b186d-b195-4b9b-a23a-c0795d67ac30",name:"Fury Quake",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d8+8 force damage.",damage:"2d8+8 force damage",category:1},{id:"e9669a12-075b-41da-8bc3-1903e08c9aa9",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 2-0",attack:{bonus:22,defence:1},description:"",details:"the shaman can designate only one target with its evil eye at a time. The target takes -2 to defenses, and takes 1d6 extra damage when hit by the shaman’s allies (save ends).",damage:"and takes 1d6 extra damage when hit by the shaman’s allies (save ends)",category:3},{id:"59edd89a-1e27-47d5-9c00-837e00b9e6f1",name:"Quake Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"2d8+8 force damage, and the target is knocked prone.",damage:"2d8+8 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b13a81e-f990-494b-baf7-910b679f7a35",name:"Cyclops Rambler Zombie",details:"",size:3,origin:2,type:2,keywords:"undead",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"chainmail",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:15},intelligence:{score:1},wisdom:{score:18},charisma:{score:9},hp:92,initiative:9,ac:27,fortitude:29,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"5e47c8c0-006f-49ec-a33b-7c0d60fb7b21",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"cf72d740-4cfb-472c-a60e-99502d5ec414",name:"Double Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The zombie makes two slam attacks against different targets.; 4d8+6 damage.",damage:"4d8+6 damage",category:1},{id:"fafcca62-22ee-4a94-8727-b3c6bbf26ff6",name:"Undead Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops rambler zombie can designate only one target with its undead eye at a time. If it hits the designated creature, the cyclops rambler zombie deals 1d8 extra necrotic damage.",damage:"the cyclops rambler zombie deals 1d8 extra necrotic damage",category:3},{id:"f15daaa3-9788-4fb5-afab-10dc8e4fdede",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the cyclops rambler zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b2b657ce-9ce0-4fa1-aa2e-6e7ee14b0fdb",name:"Cyclops Reaver",details:"",size:3,origin:2,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +19; truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"battleaxe; chainmail; light shield",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:21},charisma:{score:13},hp:174,initiative:14,ac:34,fortitude:32,reflex:27,will:30,regeneration:null,auras:[],powers:[{id:"81005607-3f1e-4a91-8e0f-66dbd7162806",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 1d12+11 damage.",damage:"1d12+11 damage",category:1},{id:"2705f529-97cd-4b60-b065-ed373213f26a",name:"Evil Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops reaver can designate only one target with its evil eye at a time and gains the following effects:",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"501ef982-e637-4c4d-b75f-7360ea02a829",name:"Darkland Voidsoul Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:24,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:28},intelligence:{score:10},wisdom:{score:6},charisma:{score:25},hp:119,initiative:25,ac:36,fortitude:34,reflex:38,will:36,regeneration:null,auras:[{id:"e8fa6405-4e11-42e9-9103-43348beaa947",name:"Spectral Cold",keywords:"",details:"aura 1; an enemy that starts its turn in the aura takes 10 cold damage and takes a -2 penalty to all defenses until the start of its next turn."}],powers:[{id:"f355a0fa-f2c0-4036-a16b-fef62719674a",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d12+6 necrotic damage.",damage:"2d12+6 necrotic damage",category:1},{id:"c995fcde-1e74-4d2d-8fc3-b75bf93b10b5",name:"Life Siphon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"2d12+6 necrotic damage, and the darkland voidsoul specter regains 5 hit points for every creature damaged by the attack.",damage:"2d12+6 necrotic damage",category:1},{id:"cb842c02-6a75-4ab4-bdfe-2ad98f95545a",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The darkland voidsoul specter becomes invisible until it attacks or until it is hit by an attack. It remains invisible while using life siphon.",damage:"",category:3}],damageModifiers:[{type:6,value:-30},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"716780bc-eba5-4895-8a68-69569d70600f",name:"Death Squad Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Insight +11, Stealth +12",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:13},wisdom:{score:16},charisma:{score:14},hp:61,initiative:11,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9c38098c-1660-4c59-a8cb-b4057fead7b1",name:"Assassin’s Longblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"c76ba1df-7077-46f4-93c9-bce491c40fb5",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"the death squad assassin gains combat advantage against the target until the end of the death squad assassin’s next turn.",damage:"",category:3},{id:"11cd61e9-a5c8-4250-9513-6cd0f11f7f46",name:"Assassin’s Quarry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"3d6+8 damage, and ongoing 5 damage (save ends).",damage:"3d6+8 damage",category:1},{id:"1d21d2b3-4ee2-454a-a1c4-56fbb4c4dad4",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"a33a5b6d-7f11-46e1-a2f2-dbbc1c417a40",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The death squad assassin deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the death squad assassin deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3a1e0c1e-57e5-4e6d-be45-2ca9fed88e54",name:"Desert Wrath",details:"",size:4,origin:4,type:0,keywords:"construct",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +19; truesight 5",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:24},intelligence:{score:8},wisdom:{score:24},charisma:{score:8},hp:560,initiative:19,ac:37,fortitude:40,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"a647711b-c9a1-4381-88b4-b15aed381596",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 2d10+10 damage plus 1d10 fire and radiant damage.",damage:"2d10+10 damage plus 1d10 fire and radiant damage",category:1},{id:"fd6e4e9d-2269-4c84-8217-675e2e94bc19",name:"Grinding Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"The desert wrath makes two slam attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"57ce3ec0-3fa6-401c-8f3f-fea8c53da4c2",name:"Burning Flaywind",action:{action:7,trigger:"when the desert wrath hits a target with its slam attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire, Radiant",condition:"",range:"Close burst 3",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d12+10 damage and ongoing 10 fire and radiant damage, and the target slides 3 squares and is immobilized (save ends).",damage:"2d12+10 damage and ongoing 10 fire and radiant damage",category:5}],damageModifiers:[{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a0ccc6a7-9ef9-40e6-bedf-f93c3f129097",name:"Disciple of Yeenoghu",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +14",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:18},wisdom:{score:16},charisma:{score:11},hp:62,initiative:7,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9461d8de-ca5f-4b5f-854f-b711ee19b338",name:"Sacrificial Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+5 damage, or 2d4+7 damage while bloodied.",damage:"2d4+5 damage",category:1},{id:"8b4731c9-44dd-4234-af58-871639177233",name:"Ray of Destruction",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"",attack:{bonus:12,defence:2},description:"",details:"2d8+5 necrotic damage, or 2d8+10 necrotic damage while bloodied.",damage:"2d8+5 necrotic damage",category:1},{id:"175ee071-f73f-4fda-8c5e-941b32bf7ac2",name:"Ruinous Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"3d10+5 fire and necrotic damage, or 3d10+5 fire and necrotic damage while bloodied.",damage:"3d10+5 fire and necrotic damage",category:1},{id:"0b7d2cb7-b68f-401a-b883-80fb71eaf91b",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The disciple of Yeenoghu deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the disciple’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8c0cb9e-d97c-482e-9ba4-9a11f3ac347d",name:"Drow Necromancer",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +19, Bluff +14, Intimidate +19, Stealth +12",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:17},intelligence:{score:25},wisdom:{score:14},charisma:{score:20},hp:142,initiative:10,ac:29,fortitude:25,reflex:28,will:28,regeneration:null,auras:[{id:"7ffd548d-8d33-4d71-b5b3-70afc560920f",name:"Orcus’s Rage",keywords:"",details:"aura 10; living allies in the aura gain a +2 power bonus to attack rolls and take a -2 penalty to defenses."}],powers:[{id:"3147a7c3-6094-4046-b24a-4f3755d08abf",name:"Skull Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 necrotic damage.",damage:"1d8+6 necrotic damage",category:1},{id:"4c0609a7-9123-43a3-9e48-143b88a1350d",name:"Skull Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d6+6 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"47e6a632-0fc6-4cbf-9f4d-93ab599207da",name:"Dark Enervation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:19,defence:1},description:"",details:"each enemy in burst; 1d10+6 necrotic damage, the target is pushed 1, and the target is weakened until the end of the necromancer’s next turn.",damage:"1d10+6 necrotic damage",category:1},{id:"b70a6dc5-46eb-4f51-bbbe-91aa76047a70",name:"Voices of Undeath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"3d8+6 necrotic damage, and the target is deafened (save ends). Until the target is no longer deafened, he or she has vulnerable 5 necrotic.",damage:"3d8+6 necrotic damage",category:1},{id:"cb63f66c-d7f3-481c-a7f6-a9501b7a94f8",name:"Zombify",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"target a cyclops rambler that has been reduced to 0 hit points or fewer. It becomes a cyclops rambler zombie, and is now alive with full hit points (but still prone). Roll initiative for the creature.",damage:"",category:3},{id:"d9cce51c-6a40-45cb-86ee-49c4d2ba7908",name:"Life Leech",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Each ally within 10 takes 5 damage, and the drow necromancer regains hit points equal to the total damage dealt.",damage:"each ally within 10 takes 5 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc5fb0f3-4fbf-42d3-9ca5-6e5e8a1daf03",name:"Elderwood Falcon",details:"",size:2,origin:4,type:0,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:16},charisma:{score:6},hp:70,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"d61d6b12-fb89-4490-9f39-a49f6e0fd253",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+4 damage, and the target slides 1 square.",damage:"2d4+4 damage",category:1},{id:"2acc3197-6229-4fb6-bffd-2b3bbfe7559e",name:"Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The elderwood falcon shifts 1 square, makes a talon attack, then shifts 1 square.; 1d10+4 damage.",damage:"1d10+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"698f11b8-f56b-4e89-81ac-2506156bc4cd",name:"Githzerai Psionic Echo",details:"",size:2,origin:1,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:20},hp:92,initiative:9,ac:25,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"ceb351e3-480b-4bf2-a176-c03aafe6a1b4",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"af1c0285-8b82-4abc-a3a4-bd9693f5d399",name:"Lesser Mindstrike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:14,defence:3},description:"",details:"1d10+9 psychic damage.",damage:"1d10+9 psychic damage",category:1},{id:"1acd35e2-90d5-4ff3-8118-a16ff2526cee",name:"psionic Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"2d8+9 damage plus 1d8 psychic damage; until the end of its next turn, the target has vulnerable 10 psychic.",damage:"2d8+9 damage plus 1d8 psychic damage",category:1},{id:"22c27322-bce8-4b9b-8d77-94fdc50b9016",name:"Iron Mind",action:{action:5,trigger:"when the githzerai psionic echo would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai psionic echo gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai psionic echo gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"b4e57546-c174-4ca0-a8b4-ef48f20bf8fb",name:"Unstable Manifestation",action:{action:4,trigger:"when the githzerai psionic echo takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai psionic echo becomes insubstantial until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f4307217-f2cf-45e5-baba-633f24b4d185",name:"Ironwood Hound",details:"",size:2,origin:4,type:0,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"Intimidate +7",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:13},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:69,initiative:6,ac:22,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"d97049e4-edde-4ec4-860b-4aed9daf0949",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+2 damage, and the target is marked until the end of the ironwood hound’s next turn.",damage:"2d6+2 damage",category:1},{id:"fa7e712a-99b0-4f1a-b38b-a10daed9fefa",name:"Drive Back",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d6+2 damage, and the target is pushed 2 squares and the ironwood hound can shift 2 squares. The ironwood hound must end its shift adjacent to the target’s new position.",damage:"2d6+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"242e36cd-1fe1-4f53-b81b-99bb64d05f5c",name:"Lost One Kidnapper",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9",equipment:"leather armor; longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:13},intelligence:{score:9},wisdom:{score:13},charisma:{score:12},hp:79,initiative:6,ac:23,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"bd6dea07-a5df-4936-a613-4a744457a1c6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"55aef852-abc4-4f8a-8e47-977112807ce7",name:"Grab and Go",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d8+5 damage, and the Lost One kidnapper slides 2 squares, then slides the target 2 squares. The target must end its slide adjacent to the kidnapper’s new position.",damage:"1d8+5 damage",category:1},{id:"6af2831d-0828-417f-b90a-12fe73c0d3a4",name:"Kidnap",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the Lost One kidnapper hits a target with its Grab and Go ability, the distance both creatures slide is increased to 4 squares.",damage:"the distance both creatures slide is increased to 4 squares",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b2b38a0-4746-4ab1-ac2f-6140c59fc3eb",name:"Lost One Underboss",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common, Dwarven",skills:"Bluff +12, Intimidate +12, Stealth +11",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:14},intelligence:{score:15},wisdom:{score:16},charisma:{score:17},hp:87,initiative:9,ac:22,fortitude:19,reflex:19,will:20,regeneration:null,auras:[{id:"57858d53-63b8-4abd-9612-4b5c54e81a8b",name:"Underboss’s Presence",keywords:"",details:"aura 2; at the start of each ally’s turn, if that ally is within the aura and the Lost One underboss’s line of sight, the ally gains 4 temporary hit points."}],powers:[{id:"87323f17-668d-4030-ad36-88d1ee429a21",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"f9a182c4-d460-46c7-a48b-1694621815ad",name:"Storm of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"area burst 1 within 10",attack:{bonus:10,defence:2},description:"",details:"Requires a number of daggers equal to number of enemies in burst; targets enemies the Lost One Underboss can see; 2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"72e4f3a0-b7eb-47ff-8ccd-ab44c8fc9312",name:"Get Into Position",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares shifts 1 square.",damage:"One ally within 10 squares shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"592d8f1f-2937-4937-90ae-12b7a9e89f6f",name:"Mindscrambler",details:"",size:2,origin:1,type:0,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Chaotic evil",languages:"Primordial",skills:"Intimidate +12",equipment:"",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:16},intelligence:{score:8},wisdom:{score:8},charisma:{score:16},hp:89,initiative:9,ac:22,fortitude:20,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"126610a1-bbf9-4c74-93e9-db52c92b95f4",name:"Chaos Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+7 psychic damage.",damage:"1d6+7 psychic damage",category:1},{id:"2201df7b-9493-4d5e-b5bd-625a11d71d07",name:"Scrambled Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"1d6+7 psychic damage, and the target makes a melee basic attack against one of its adjacent allies.",attack:{bonus:11,defence:3},description:"",details:"",damage:"",category:1},{id:"11e264d5-7a42-4b0c-94e2-14414c0c9597",name:"Dizzying Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"3d6+7 psychic damage, and the target slides 3 squares and is dazed (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"3a62a7de-0be6-4d24-8a55-301ff5fe98cd",name:"Misdirection",action:{action:5,trigger:"when an enemy within 10 squares moves or shifts",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"the target is pushed 3 squares and may not continue its movement.",damage:"the target is pushed 3 squares and may not continue its movement",category:5},{id:"e98de6f6-7129-4ac7-9d22-968a62a00615",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"the next melee attack made against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",attack:null,description:"",details:"Range 5; no attack roll required",damage:"Range 5",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60554d06-19f9-4eec-b7bc-449caafa3613",name:"Ravenous Attack Dog",details:"",size:1,origin:4,type:1,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"Intimidate +6",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:80,initiative:7,ac:21,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"48412a8f-dffc-4824-bd1f-0c05e24625e6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"54877922-5ecd-4c1d-9b70-9d6235526c44",name:"Tripping Lunge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4+9 damage, and the target is knocked prone.",damage:"2d4+9 damage",category:1},{id:"62cca011-39bb-4799-9908-3d60aea42060",name:"Drag off Prey",action:{action:5,trigger:"when an adjacent opponent moves away",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d4+3 damage, and the ravenous attack dog slides 1 square, then slides the target 1 square. The target must end its slide adjacent to the attack dog’s new position.",damage:"1d4+3 damage",category:5},{id:"2c490e10-5673-45b0-86f9-d03cbf170b12",name:"Circle for the Kill",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ravenous attack dog shifts 2 squares.",damage:"The ravenous attack dog shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"096032d2-4d96-44bd-8358-38684aafca77",name:"Ruin-Touched Beastcaller",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +11",equipment:"hide armor; javelin",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:17},intelligence:{score:15},wisdom:{score:15},charisma:{score:20},hp:81,initiative:7,ac:21,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"70df594a-e9ba-4e4a-bfc0-3f1ef6261d23",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a4b94c7e-cf1a-45bc-9340-7d7b49a963ff",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"688c18b8-d6c8-4dc8-bf43-fd756ae73d25",name:"Murderous Flock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"A flock of carrion birds (crows, ravens, and the like) appear from nowhere to descend briefly upon the battlefield, screeching and clawing: Burst 3 within 20; 2d4+5 damage, plus the target is blinded and takes ongoing 5 damage (save ends both). Miss: Half damage, and no ongoing damage or blindness.",damage:"2d4+5 damage",category:1},{id:"5abaa7b2-dfed-4be4-afd5-57fd4ef528ea",name:"Erupting Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Rats, serpents, and insects boil from the earth, ravaging all in their path: Burst 3 within 10 (targets on the ground only); 2d4+5 damage, plus the target is immobilized and takes ongoing 5 damage (save ends both). Miss: Half damage, and no ongoing damage or immobilization.",damage:"2d4+5 damage",category:1},{id:"cd68076a-e79e-4c02-9d98-cb16b0f821f1",name:"Against the Tide",action:{action:7,trigger:"when the beastcaller hits with an area attack",sustainAction:0,use:1,recharge:""},keywords:"Divine",condition:"but only once per round",range:"",attack:{bonus:13,defence:1},description:"",details:"The beastcaller may choose one of the targets hit by its area attack; the target slides up to 3 squares or falls prone (beastcaller’s choice).",damage:"the target slides up to 3 squares or falls prone (beastcaller’s choice)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7b806ef-f276-46fa-865f-0b52e7e1a8f8",name:"Ruin-Touched Bloodwalker",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +13, Religion +10, Stealth +14",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:14},charisma:{score:18},hp:95,initiative:11,ac:23,fortitude:20,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"0c890053-7535-4d3d-afc1-77dfa325a1c0",name:"Jagged Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)2d6+5 damage (plus 1d6 on a crit).",damage:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)2d6+5 damage (plus 1d6 on a crit)",category:1},{id:"a9181743-7699-4ac2-ab00-e12984b971f3",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)1d8+5 damage.",damage:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)1d8+5 damage",category:1},{id:"9f3f3e6e-fea0-404e-a916-54682adf2a1c",name:"Bloodwalk",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"When the bloodwalker is first bloodied in an encounter, keep track of the square in which he was bloodied, and of the foe who bloodied him. (If using a battlemap, a token or even a scrap of paper can be used to mark the square.) Until the end of the encounter, the bloodwalker can use its bloodwalk ability to teleport either to the square in which he was bloodied, or to any unoccupied square adjacent to the foe who bloodied him, up to a maximum distance of 20 squares.",damage:"up to a maximum distance of 20 squares",category:2},{id:"b2169adb-8634-4dd0-a379-b0dc99b85c71",name:"Blood Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a bloodied bloodwalker attacks the foe who bloodied it, it deals an additional 1d6 damage.",damage:"it deals an additional 1d6 damage",category:0},{id:"53951cc8-8816-47bd-9d0d-ba54c95ebfdd",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The bloodwalker deals an extra 5 damage on melee attacks against an enemy that has two or more of the bloodwalker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eec366f4-ca2f-472d-b9d4-584c33d34888",name:"Slaughterfang Hyena",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:2},wisdom:{score:16},charisma:{score:6},hp:71,initiative:8,ac:20,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"62deda42-5314-4c44-9b62-ba9040024e2e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"bacb96f8-3950-4389-9ae0-4ea9148650fa",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a slaughterfang is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0},{id:"b67ff99b-ce02-43f0-b79a-05f6bda05ff4",name:"Pack Attack",action:null,keywords:"Mount",condition:"",range:"The slaughterfang hyena deals an extra 5 damage on melee attacks against an enemy that has two or more of the hyena’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"41ffcf8c-0928-4566-bc38-e278068e082b",name:"Ravaging Charge",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"when mounted by a friendly rider of 6th level or higher who also has the pack attack trait",range:"",attack:null,description:"",details:"When making a charge attack, the slaughterfang hyena and its rider both deal extra damage as per their pack attack power, even if they have no other allies adjacent to the foe. If they do have at least one other ally adjacent to the foe, their pack attack deals an extra point of damage (that is, 6 rather than 5).",damage:"the slaughterfang hyena and its rider both deal extra damage as per their pack attack power",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4732f4cb-e430-439e-916d-540fec5023c0",name:"Stoneform Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:27},dexterity:{score:7},intelligence:{score:3},wisdom:{score:10},charisma:{score:3},hp:1,initiative:8,ac:37,fortitude:37,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"a646aa2c-2417-46a3-869a-d1661b89e0cf",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 5 damage, and the target slides 4 squares.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"c00bdd20-ff98-417e-899b-f882d3b3d1b3",name:"Stonewalker Spirit",details:"",size:2,origin:1,type:1,keywords:"earth",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +5",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Abyssal, Primordial",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:19},hp:45,initiative:10,ac:21,fortitude:19,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"1bfe4682-4f8d-4771-9fd1-32f40fc8ea4b",name:"Spectral Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"c3b654df-45f9-474d-82c3-5553589da5c7",name:"Petrifying Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save), and is considered to be a statue for the purposes of the possess statue ability.",damage:"",category:1},{id:"1d033005-44d3-42a3-beb5-aa1ae3616910",name:"Possess Statue",action:{action:7,trigger:"when entering the same space as a statue",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonewalker spirit assumes the form of a possessed statue. Use the possessed statue stat block instead of the stonewalker spirit’s stat block. The spirit can leave the statue as a free action.",damage:"",category:5},{id:"4cd8cd5d-f072-4d83-9ad2-826e95a8a0b2",name:"Flee the Form",action:{action:7,trigger:"when a possessed statue is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonewalker spirit takes 16 damage (ignores insubstantial) as it reverts to its normal form, then moves up to its speed.",damage:"the stonewalker spirit takes 16 damage (ignores insubstantial) as it reverts to its normal form",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"05bcbc1c-9312-4d96-9d71-94245df6ec59",name:"Thorn",details:"",size:2,origin:2,type:2,keywords:"",level:9,role:{type:6,flag:2,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +9, Insight +12, Nature +12, Stealth +14, Thievery +14",equipment:"crossbow bolts (20); hand crossbow; leather armor; longsword; net",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:11},wisdom:{score:16},charisma:{score:10},hp:388,initiative:11,ac:25,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"690a94dd-f902-4d3c-a0e3-65526b29aca3",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"463f94e1-95b9-493d-9a11-929163c6ac70",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"e226c838-a9eb-4e5f-ba3e-8e50cbadb609",name:"Double Bolts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Thorn makes two hand crossbow attacks.",damage:"",category:1},{id:"759a02fe-9fb4-4aaf-a5cc-20d602d4fa11",name:"Gripping Net",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Requires net; target is restrained (save ends).",damage:"",category:3},{id:"2737a1a4-9234-4259-aa71-8fcf5f0b7bf6",name:"Pepper Bomb",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Requires pepper bomb; target is blinded (save ends).",damage:"",category:3},{id:"5049c41a-aa29-44da-939b-8d82a551d85a",name:"Retaliatory Shot",action:{action:4,trigger:"when hit by a ranged or area attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thorn makes a hand crossbow attack against the target that hit him.",damage:"",category:5},{id:"1fdae629-4400-4d72-84c4-dad9eaa39dd1",name:"Bolt Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"area burst 2 within 10",attack:{bonus:12,defence:0},description:"",details:"Requires hand crossbow; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"8f7760a6-1e9c-4a36-894a-c98fd495669b",name:"Desperate Bolt Storm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Thorn’s bolt storm recharges, and he uses it immediately.",damage:"",category:5},{id:"6968f701-0952-4efc-8641-f5aecadbbe2b",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thorn can reroll an attack roll. He must use the second roll, even if it is lower.",damage:"",category:4},{id:"5477a42d-0c1b-42ad-b513-c5ac743446ba",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Thron ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d60810e-11a0-45a9-9d8f-b506dbb23602",name:"Troll Timber Slinger",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +15, Endurance +15",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:5},wisdom:{score:13},charisma:{score:11},hp:109,initiative:10,ac:24,fortitude:25,reflex:23,will:21,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"30fe7c81-dfbf-43fc-9f2f-74c6d68a9c2d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"cb290192-0417-4744-9ac8-5b5d40aee372",name:"Timber Toss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Area burst 1 within 15",attack:{bonus:16,defence:2},description:"",details:"2d6+5 damage. If you hit the creature in the origin square of the burst, that creature takes 1d6 extra damage.",damage:"2d6+5 damage",category:1},{id:"f13cb0c0-24be-49ca-a1f2-5bad2226110d",name:"Timber Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 3; 4d8+3 damage, and the target is pushed 3 squares.",damage:"4d8+3 damage",category:1},{id:"ef97463a-4011-4fc1-848a-228c5678013a",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eeb6a8ee-9ffb-435a-9545-c90ffff1c603",name:"Wicked Fang Guard",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"greatsword; hide armor",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:13},charisma:{score:8},hp:74,initiative:7,ac:22,fortitude:19,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"6f4a23e8-c3e9-4201-951e-b86220f73558",name:"Shadar-Kai",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+7 damage (crit 1d12 + 19), or 1d12 + 9 damage (crit 1d12 + 21) while bloodied, and the target is marked until the end of the gnoll guard’s next turn.",damage:"1d12+7 damage (crit 1d12 + 19)",category:1},{id:"925dfd13-e867-4dd4-80e7-dbde574f70c3",name:"Pinning Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires greatsword; 1d12+7 damage (crit 1d12 + 19), or 1d12 + 9 damage (crit 1d12 + 21) while bloodied, and the target is immobilized until the end of the gnoll guard’s next turn.",damage:"1d12+7 damage (crit 1d12 + 19)",category:1},{id:"7cd3425f-d854-4f12-afff-3f5353b22ffe",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll guard deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll guard’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef19ba28-e2ce-4a3d-b48d-299410cc77a3",name:"Wicked Fang Keeper",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +11",equipment:"hide armor",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:10},wisdom:{score:17},charisma:{score:14},hp:178,initiative:9,ac:24,fortitude:20,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"76a93ade-b38e-4e50-a08c-852aac03cf25",name:"Shadar-Kai",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage (crit 1d6+17), or 2d6+7 damage (crit 1d6+19) while bloodied.",damage:"2d6+5 damage (crit 1d6+17)",category:1},{id:"48a06d5a-d3a2-4993-a0ad-ee0d6910c852",name:"Handaxe",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage (crit 1d6+17), or 2d6+7 damage (crit 1d6+19) while bloodied.",damage:"2d6+5 damage (crit 1d6+17)",category:1},{id:"b88d9743-c3a8-45a2-8e7a-1e69ae1bf87f",name:"Rain of Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll keeper makes three handaxe attacks, each of which must be against a different target.",damage:"",category:1},{id:"6da36aff-8ef2-4e51-b81f-eb06819171ad",name:"No Escape This Time",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires short sword; 2d6+5 damage (crit 1d6 + 17), or 2d6 + 7 damage (crit 1d6 + 19) while bloodied and the target is knocked prone.",damage:"2d6+5 damage (crit 1d6 + 17)",category:1},{id:"369624bc-a355-4cf2-9902-1d6d59eb5167",name:"Keeper’s Shackles",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets adjacent prone creature; target is restrained (until escape).",damage:"",category:3},{id:"f5194f74-9e85-44b5-bbbf-d8b6026bc77d",name:"Caltrops",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll keeper can designate a 1-square burst area within 5 squares; that area is filled with caltrops. Until the end of the encounter, any creature that enters a square filled with caltrops without treating it as difficult terrain takes 1d6 + 4 damage.",damage:"any creature that enters a square filled with caltrops without treating it as difficult terrain takes 1d6 + 4 damage",category:3},{id:"0bab8029-15ae-4259-825a-386e21b8d483",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll keeper deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll keeper’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"867e7ab1-5dc2-4fbe-96f3-f0191e79366d",name:"Wicked Fang Lasher",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +14",equipment:"hide armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:93,initiative:11,ac:23,fortitude:21,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"2679badb-0d3e-4b8c-8a46-c37bf6c17f11",name:"Barbed Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+4 damage (or 1d8 + 6 damage while bloodied) and ongoing 5 damage (save ends).",damage:"1d8+4 damage (or 1d8 + 6 damage while bloodied) and ongoing 5 damage (save ends)",category:1},{id:"d0af7671-2912-473a-bb14-46ed95165511",name:"Whip Flay",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires barbed whip; reach 2; 3d8+7 damage (or 3d8 + 9 damage while bloodied) and ongoing 10 damage (save ends).",damage:"3d8+7 damage (or 3d8 + 9 damage while bloodied) and ongoing 10 damage (save ends)",category:1},{id:"31e728c3-dd7e-4421-9013-7a5321e9ae8a",name:"Drag Around",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Requires barbed whip; reach 2; 2d8+5 damage (or 2d8 + 7 damage while bloodied) and the target slides 3 squares.",damage:"2d8+5 damage (or 2d8 + 7 damage while bloodied) and the target slides 3 squares",category:1},{id:"49c92ff0-7e61-4285-bed5-177878e0070d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll lasher deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll lasher’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7cd8f36-829f-49d7-bcff-288cbabf9eca",name:"Wicked Fang Mauler",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +13",equipment:"greatsword; hide armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:17},charisma:{score:8},hp:94,initiative:4,ac:19,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"a06cb410-3fb4-4421-ba73-64312134800a",name:"Shadar-Kai Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 damage (crit 1d12+20), or 1d12+10 damage (crit 1d12+22) while bloodied.",damage:"1d12+8 damage (crit 1d12+20)",category:1},{id:"5605c16d-93a5-4a83-bde4-aed5b081766e",name:"Backhand",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+8 damage, or 1d6+10 damage while bloodied, and the target is knocked prone.",damage:"1d6+8 damage",category:3},{id:"72045ee5-d02d-4fbc-8eb9-ea7c37698f67",name:"Beast Back",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 damage (crit 1d12+20), or 1d12+10 damage (crit 1d12+22) while bloodied, and the target is pushed 2 squares.",damage:"1d12+8 damage (crit 1d12+20)",category:1},{id:"62fdf9d9-a01e-46fd-a8cb-45d103f9b516",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll mauler deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll mauler’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d7078d2c-35e9-4a6f-a648-f277c70139a3",name:"Wicked Fang Recruit",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"greatsword; hide armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:13},charisma:{score:8},hp:1,initiative:7,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"771f0a4a-6dbe-4828-98ca-c7726af8578d",name:"Shadar-Kai Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"8 damage, or 10 damage while bloodied.",damage:"8 damage",category:1},{id:"cb5c787b-f603-4441-97e4-136760a6a5ad",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll recruit deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll recruit’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"244d8f0e-f9ef-417e-a4ba-dedf43dc886a",name:"Wicked Fang Scout",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"crossbow bolts (20); hand crossbow; hide armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:77,initiative:7,ac:21,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"57dfe09f-730d-4418-bce6-aa1ca3811d62",name:"Shadar-Kai Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+9 damage (crit 1d6+15), or 1d6+11 damage (crit 1d6+17) while bloodied.",damage:"1d6+9 damage (crit 1d6+15)",category:1},{id:"c3ea19fc-f8db-4525-be8c-e3045c6c4b55",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+9 damage, or 1d6+11 damage while bloodied.",damage:"1d6+9 damage",category:1},{id:"7fa30d62-d6a5-419e-aa31-e4193fad2c6a",name:"Cowardly Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"Requires hand crossbow; 1d6+9 damage, or 1d6+11 damage while bloodied; the gnoll scout can shift 2 squares both before and after making the attack.",damage:"1d6+9 damage",category:1},{id:"6600df50-50ac-474f-a4c9-92c3efc244ce",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll scout deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the scout’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9a3579a-c7d4-4fd4-b1c6-b8a504714936",name:"Wicked Fang Sentry",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"greatsword; hide armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:16},charisma:{score:8},hp:80,initiative:6,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"6faae0b6-0dc1-4f34-892d-49ebb001f1a4",name:"Shadar-Kai Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17), or 1d12 + 7 damage (crit 1d12 + 19) while bloodied, and the target is marked until the end of the gnoll sentry’s next turn.",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"14c4d63a-f575-46e5-869b-f261b499357e",name:"Defend the Pack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:12,defence:0},description:"",details:"1d12+5 damage, or 1d12 + 7 damage while bloodied, and the target is marked until the end of the gnoll sentry’s next turn.",damage:"1d12+5 damage",category:1},{id:"4eef51fd-b060-4192-9cfb-3733a817ae24",name:"Defensive Lure",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll sentry shifts 3 squares, then pulls all targets it has marked 3 squares.",damage:"The gnoll sentry shifts 3 squares",category:2},{id:"6a706cbe-cbbc-46bb-89f7-7e22542b1cb8",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll sentry deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll sentry’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9baac3c7-9353-4435-b62c-2d6bd091aa1e",name:"Wicked Fang Warmaster",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +10",equipment:"hide armor; wicked fang",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:10},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:107,initiative:6,ac:20,fortitude:20,reflex:19,will:20,regeneration:null,auras:[{id:"72bb8101-fdf2-4e70-86ab-fbe9efc7220e",name:"Warmaster’s Aura",keywords:"",details:"aura 5; the gnoll warmaster gains a +1 bonus to AC and all defenses for each ally within the aura (maximum +5)"}],powers:[{id:"69e0b8d7-98c4-43ef-b2be-11d254429ff2",name:"Wicked Fang",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+8 damage (crit 3d8+24), or 2d8+10 (crit 3d8+26) damage while bloodied.",damage:"2d8+8 damage (crit 3d8+24)",category:1},{id:"17554e62-d0a4-40d6-b596-d5e892e414b1",name:"Forward the Wicked Fang",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires Wicked Fang; 4d8+8 damage (crit 3d8 + 40), or 4d8 + 10 damage (crit 3d8 + 42) while bloodied, and all gnoll allies within the warmaster’s aura make a basic attack; see also pack attack.",damage:"4d8+8 damage (crit 3d8 + 40)",category:1},{id:"73855f58-b898-407d-9613-fe4019903869",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll warmaster deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll warmaster’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"bbd3fb04-ee30-459f-acd4-77c5ff754276",name:"Wicked Fang Power",action:{action:7,trigger:"when an attack with the weapon keyword hits",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target also takes ongoing 13 damage (save ends).",damage:"the target also takes ongoing 13 damage (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b7f65b6-4b59-4073-9fe5-d8e4bde66c37",name:"Windrage Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +14",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:20},intelligence:{score:13},wisdom:{score:15},charisma:{score:22},hp:118,initiative:12,ac:27,fortitude:27,reflex:26,will:27,regeneration:null,auras:[{id:"dfa281b1-5e5c-452f-9826-382eb2031a8a",name:"Windrage Song",keywords:"",details:"(Acid) aura 10; an enemy that starts its turn in the aura takes 10 acid damage (deafened creatures take 5 acid damage)."}],powers:[{id:"dffb3387-d788-4be4-b206-8d40a424a8f4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 acid damage.",damage:"2d8+6 acid damage",category:1},{id:"403aa1d8-0845-40d2-b7d7-c3433bb87950",name:"Acid Gale",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:20,defence:2},description:"",details:"2d8+6 acid damage, and the target is blinded (save ends).",damage:"2d8+6 acid damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a64be5a-c5f1-4485-b3c4-a8c30bda2806",name:"Corroded Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +15",equipment:"greatsword",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:10},hp:112,initiative:10,ac:27,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"91b992be-66fd-4a5a-bfb3-5294f43efd3c",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Cold, Fire, Lightning or Thunder",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+7 damage plus 1d10 cold, fire lightning, or thunder damage (helmed horror’s choice).",damage:"1d10+7 damage plus 1d10 cold",category:1},{id:"72589fac-cd34-4e63-83db-c5809f090819",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Cold, Fire, Lightning or Thunder",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The helmed horror makes an elemental greatsword attack against two different targets within reach.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"a344b469-f91a-4501-9fe7-21a201f07c48",name:"Tactical Step",action:{action:7,trigger:"when the helmed horror hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The helmed horror shifts 2 squares.",damage:"The helmed horror shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, disease, fear, poison, sleep",tactics:""},{id:"d42ffc92-8783-4f4b-aae9-24a4fe0f1d92",name:"Darkpact Ghoul Initiate",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:21},intelligence:{score:17},wisdom:{score:18},charisma:{score:15},hp:264,initiative:13,ac:29,fortitude:27,reflex:27,will:25,regeneration:null,auras:[{id:"36dd3e4d-c444-44b5-b90a-c1a11e662991",name:"Nauseating Stench",keywords:"",details:"aura 6; a living creature that enters or starts its turn in the aura takes a –2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"d1b220a3-0ed0-4f16-9e66-25661f35bf80",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+4 damage, and the target is immobilized (save ends).",damage:"2d10+4 damage",category:1},{id:"eb26efaa-b8d7-4f9d-b008-7bf9e316a5ad",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkpact ghoul makes two claw attacks.",damage:"",category:1},{id:"37ab049d-e1aa-4757-947a-150b80d5a68a",name:"Ravenous Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets a bloodied creature; 2d12+6 damage or 3d12+6 damage and weakened (save ends) against an immobilized target.",damage:"2d12+6 damage or 3d12+6 damage and weakened (save ends) against an immobilized target",category:1},{id:"b0b2768f-4a62-4d2a-8239-5ecee2dabd06",name:"Baleful Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The ghoul teleports up to 6 squares. Each enemy adjacent to the ravenous ghoul after it teleports is dazed until the end of the ravenous ghoul’s next turn.",damage:"The ghoul teleports up to 6 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ac39ab4a-5efb-4783-a50a-5f2ad45548be",name:"Denva",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:1,leader:!0},senses:"Perception +4; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Athletics +15, Insight +9, Intimidate +14",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:10},intelligence:{score:17},wisdom:{score:8},charisma:{score:18},hp:206,initiative:7,ac:28,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"95980142-7618-4d77-b107-650db2f79533",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"bab40826-ceb9-42aa-9a4d-59306ff68f50",name:"Whirling Slashes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Denva makes two longsword attacks. Each one that hits also slides the target 2 squares.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"ce758026-ed39-4310-b575-78ebcd2e64b5",name:"Crushing Vice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"2d8+6 damage, and one ally adjacent to the target can make a melee basic attack against it as a free action, adding +4 to the damage roll.",attack:{bonus:17,defence:0},description:"",details:"",damage:"",category:1},{id:"beaf265e-cb74-485e-8c77-df95c269f3ca",name:"Aberrant Howl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+6 damage, and Denva and one ally within 5 squares regain 15 hit points. This power can bring a creature reduced to 0 hp back to life.",damage:"2d8+6 damage",category:1},{id:"bbc00ace-438c-4ce5-b72f-c16689763f4f",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"one ally takes a move action as a free action.",damage:"",category:2},{id:"e8f75f16-db95-4b1b-b6ac-1d16de455265",name:"Slimy Skin",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Denva is adjacent to an enemy, she shifts to any other square adjacent to that enemy. She can also use this power with the escape action, gaining +2 to the check to escape. If she escapes, she can shift 1 square.",damage:"gaining +2 to the check to escape",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"05de46f0-720c-4f2a-9f5a-a65596e91afc",name:"Destrachan Farspeaker",details:"",size:3,origin:0,type:1,keywords:"blind",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +10; blindsight 10",movement:"6, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +9, Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:16},hp:117,initiative:9,ac:25,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"0c572e63-c907-4fff-a505-e89acff2a194",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"d604846a-42da-4bb4-a48e-4aa90157d5ed",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"2d6+6 thunder damage.",damage:"2d6+6 thunder damage",category:1},{id:"42f12c0f-7d54-462f-a3e3-6687639bf802",name:"Buffeting Bellow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"2d8+5 thunder damage, and the target is pushed 3 squares.",damage:"2d8+5 thunder damage",category:1},{id:"78e1ecee-4f9c-401c-bac8-6e2351c607ca",name:"Drowsing Thrum",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:14,defence:1},description:"",details:"1d6+3 thunder damage, and the target is dazed (save ends). First Failed Save: The target falls unconscious (save ends).",damage:"1d6+3 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"be0f7d01-698d-4857-8a51-bd2f751969ed",name:"Elomir",details:"",size:2,origin:0,type:2,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech, Elven",skills:"Athletics +17, Intimidate +16",equipment:"heavy shield; longsword; scale armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:20},hp:238,initiative:12,ac:30,fortitude:27,reflex:25,will:26,regeneration:{value:5,details:""},auras:[{id:"11b8d154-6fc4-4117-b7a1-738d5e6895f1",name:"Psychic Vortex",keywords:"",details:"(Psychic) aura 1; if an enemy Elomir has marked starts its turn in the aura, that enemy takes 5 psychic damage and is slowed until the start of its next turn."}],powers:[{id:"972db707-5c39-4221-990e-4024b143ad58",name:"Psychic Agony Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+6 damage, ongoing 5 psychic damage, and the target is marked (save ends both).",damage:"1d8+6 damage",category:1},{id:"8fbd0ea1-87da-483d-9f96-79a7f8507d26",name:"Dual Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Elomir makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"c7602d3b-6cf7-4e2f-b465-9c4ee185202d",name:"Shared Agony",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Must target an enemy Elomir has marked; 1d8+8 damage, ongoing 10 psychic damage, and if an ally of the target starts a turn adjacent to the target, that creature takes 10 psychic damage (save ends both).",damage:"1d8+8 damage",category:1},{id:"3c566f78-ce65-4697-a341-f560df02880e",name:"Disruptive Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+8 damage, and whenever the target is the target of a power that has the healing keyword, it takes 10 necrotic damage (save ends).",damage:"2d8+8 damage",category:1},{id:"b43b51c4-e4ef-440e-be3e-35dae46bc7da",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Elomir can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"38746db5-d4ce-4693-a1bb-f29f8e6df2ed",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Elomir ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ada91b47-91a3-465b-90dd-462815a95a9f",name:"Eskade",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Arcana +12, Bluff +14, Stealth +9",equipment:"implement, rod; leather armor; morningstar",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:14},intelligence:{score:15},wisdom:{score:8},charisma:{score:21},hp:168,initiative:7,ac:24,fortitude:22,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"e41962b0-8637-4d0d-8848-3158404bf2c0",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"2234174c-1a3b-465c-98aa-ee583fb6b025",name:"Malachi’s Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Radiant",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6+5 radiant damage, ongoing 5 radiant damage, and the target cannot move close to Eskade (save ends both). Another target within 5 squares takes 1d6+5 radiant damage.",damage:"2d6+5 radiant damage",category:1},{id:"a73aed8e-17bd-438c-84c8-791d74e53cc0",name:"Bad Starsign",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"4d8+5 damage, and the target takes -2 to attack rolls (save ends).",damage:"4d8+5 damage",category:1},{id:"dcf07287-6576-4c76-8fd4-2b42873e250f",name:"Starfire Veil",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"while bloodied",range:"Close burst 1",attack:{bonus:13,defence:1},description:"",details:"2d8+5 fire damage, and the target is blinded (save ends).",damage:"2d8+5 fire damage",category:3},{id:"9c6d99d9-2cfc-475e-8b7c-c39218c11959",name:"Star Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Eskade curses the nearest enemy that she can see. Her attacks deal a cursed enemy an extra 1d8 damage.",damage:"her attacks deal a cursed enemy an extra 1d8 damage",category:3},{id:"0e50414b-4318-44f6-81b7-41a44b466f62",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Eskade gains a +1 power bonus to her next attack roll against an enemy that hit her since her last turn. If the attack hits and deals damage, it deals an extra 7 damage.",damage:"if the attack hits and deals damage",category:3},{id:"879d4872-e1ad-444f-8d5d-7ab5cd5eb049",name:"Shadow Walk",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Eskade moves at least 3 squares on her turn, she gains concealment until the end of her next turn.",damage:"If Eskade moves at least 3 squares on her turn",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61f330b5-2445-4e96-a5ac-76b30e062cce",name:"Eye of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Nature +9, Stealth +12",equipment:"battleaxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:17},intelligence:{score:10},wisdom:{score:8},charisma:{score:12},hp:95,initiative:9,ac:23,fortitude:21,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"9ebf1cf6-ac83-4c17-b484-d8dc721494d0",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"44b35cba-17ad-4650-89b5-19b4011c1e16",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"92e62179-1fd1-473e-b726-8c64fb0796da",name:"Malachi’s Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The eye of Malachi makes a battleaxe attack and a handaxe attack. If both attacks hit, one target takes ongoing 5 psychic damage (save ends).",damage:"one target takes ongoing 5 psychic damage (save ends)",category:1},{id:"f1839d3f-7ca4-4f22-bcb1-c968cb302983",name:"Scream for Malachi",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage.",damage:"2d6+2 psychic damage",category:0},{id:"301e4bac-035d-49a4-ba28-27dcc1f6d701",name:"Pain Slide",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Creatures taking ongoing damage can’t attack the eye of Malachi for moving or shifting.",damage:"creatures taking ongoing damage can’t attack the eye of malachi for moving or shifting",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0bb8169-af86-4602-a127-420428718107",name:"Feaster",details:"",size:3,origin:0,type:1,keywords:"",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"5, swim 5",alignment:"Chaotic evil",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:6},hp:214,initiative:10,ac:29,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"69d16f24-032d-44a7-b00a-e4e58e0ca085",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d12+6 damage, and the target is pulled 2 squares and grabbed.",damage:"1d12+6 damage",category:1},{id:"42a69a15-7135-40dc-815b-579d54fe8cc6",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Feaster makes two tentacle attacks. It can grab up to two targets.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"9f816a76-ae38-4169-bebe-fe24dd10e9cf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Target must be immobilized, stunned, or unconscious; 2d12+6 damage, ongoing 10 necrotic damage (save ends). First Failed Save: The target contracts festering doom.",damage:"2d12+6 damage",category:1},{id:"7bf1939e-c424-423b-a613-0aeff69d1465",name:"Spying Eye",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Feaster can hide in such a way that it leaves only its eyestalk exposed, it gains a +5 bonus to Stealth. The bonus ends if Feaster moves.",damage:"it gains a +5 bonus to Stealth",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"1e818a52-1146-492a-a8ac-838916cba79a",name:"Garen",details:"",size:2,origin:0,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Dwarven",skills:"Acrobatics +15, Bluff +14, Stealth +15, Thievery +15",equipment:"kukri; leather armor; shuriken; thieves’ tools",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:21},intelligence:{score:10},wisdom:{score:8},charisma:{score:18},hp:208,initiative:13,ac:28,fortitude:20,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"2e019d2b-429a-4392-9b97-cddae871b393",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage; reroll any result of 1 on a damage die.",damage:"2d6+5 damage",category:1},{id:"ff6a84a2-dee8-46f4-9723-ae8c1cca76ef",name:"Twin Stars",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires two shuriken",range:"ranged 6/12",attack:{bonus:15,defence:0},description:"",details:"Two attacks; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"bd0c65ac-c3c0-49af-92bf-0a899df78486",name:"Bleeding Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires kukri",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+6 damage, and ongoing 10 damage (save ends). Reroll any result of 1 on a damage die.",damage:"2d6+6 damage",category:1},{id:"47de3d79-e0b5-4fc7-84bc-4d170f65e636",name:"Tentacle Eye Feint",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:13,defence:3},description:"",details:"Reach 2; the target slides 1 square and grants Garen combat advantage until the end of his next turn.",damage:"Reach 2",category:3},{id:"f97734db-1edf-4c03-ad1e-53bc08c3ac23",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Garen deals an extra 2d8 damage to a target he has combat advantage against.",damage:"garen deals an extra 2d8 damage to a target he has combat advantage against",category:0},{id:"cec70864-ace6-416a-b6b0-ff7460d7415d",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Garen is subject to forced movement, he moves 1 square fewer than the effect specifies. When an attack would knock Garen prone, he can roll a saving throw to avoid falling prone.",damage:"he moves 1 square fewer than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"df9cfa3c-e4cf-42d8-8971-62ba009d5faa",name:"Grovald",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:1,leader:!0},senses:"Perception +9",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Religion +12",equipment:"chainmail; longsword",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:12},intelligence:{score:16},wisdom:{score:20},charisma:{score:14},hp:194,initiative:5,ac:25,fortitude:21,reflex:23,will:24,regeneration:null,auras:[{id:"29d74937-628d-4d38-9008-5696f9464fd1",name:"Unhallowed Resilience",keywords:"",details:"aura 3; when allies enter the aura or start their turns there, they gain a +1 bonus to all saving throws."}],powers:[{id:"efef0678-3abc-4d54-a01d-68ad0c2080e1",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"1d6+5 damage, plus 1d6 force damage and push 3.",damage:"1d6+5 damage",category:1},{id:"6afe970d-263b-4dfc-a268-4be7a406cadd",name:"Phantom Spear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 12",attack:{bonus:13,defence:2},description:"",details:"1d8+5 force damage, and the target is immobilized until the end of Grovald’s next turn.",damage:"1d8+5 force damage",category:1},{id:"d9ed04b8-ba0e-46b9-8a61-893730af552f",name:"Twin Spears",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Grovald makes two phantom spear attacks.",damage:"",category:1},{id:"373de844-6bf9-4263-ae5c-38c510c324ca",name:"Phantom Spikes",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Zone",condition:"",range:"Area burst 1 within 15",attack:{bonus:13,defence:2},description:"",details:"3d8+5 force damage. Aftereffect: Any enemy that begins its turn in the area takes 5 force damage, and Grovald’s enemies treat the zone as difficult terrain. Grovald can sustain or dismiss the zone as a minor action.",damage:"3d8+5 force damage",category:1},{id:"cde63e6d-7773-421e-b2da-a2a6607bbfc5",name:"Phantom Riposte",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"immediate reaction when hit or missedby a melee attack",range:"",attack:null,description:"",details:"Grovald makes an immediate phantom spear attack against the triggering enemy. This use of phantom spear does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1d7bda5-3085-40be-9f11-1d4f69f29560",name:"Harrowfolk Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"",equipment:"javelin; leather armor; spear",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:7,ac:24,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"5a392d0c-4144-4b0f-a9d7-f3b184dd32f0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d29d1fb9-3c1a-4c46-962a-9d0f66feac85",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2da57be7-28c0-4b75-bf5e-7dbaeba7f53d",name:"Harrowfolk Nature Priest",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 when charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +9, Intimidate +7, Nature +14",equipment:"leather armor; spear",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:74,initiative:7,ac:21,fortitude:21,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"d171395b-01e7-464a-83bc-9c333e920429",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"ead5a056-3066-4a4b-bcdb-1ac2a4fa38a6",name:"Thorn Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"291ae4f2-75fc-4704-adc6-b204fdad1c5b",name:"Leeching Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"3d6+5 damage, and the target takes ongoing 5 damage and is slowed (save ends both).",damage:"3d6+5 damage",category:1},{id:"210a7b6c-9291-4716-9801-8e558d5ef0ac",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the half-orc hits an enemy, it can deal +1[W] damage with a weapon attack or +1d8 damage with a nonweapon attack.",damage:"it can deal +1[w] damage with a weapon attack or +1d8 damage with a nonweapon attack",category:4},{id:"bed9cab0-267e-4b23-ab76-abfe1d9844ea",name:"Half-Orc Resilience",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When first bloodied, the half-orc gains 5 temporary hit points.",damage:"the half-orc gains 5 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b0a45b6-a832-44df-9eaf-47c0f9b02b98",name:"Harrowfolk Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +9, Intimidate +6, Nature +12",equipment:"battleaxe; handaxe; leather armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:88,initiative:7,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"c2754df3-7a19-4f4a-8622-ceb7cccf963a",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"24f47e69-2a75-49e8-8c38-cdc567f13de8",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10 or melee 1",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"996fdf0d-cca4-431d-94cf-8e003f68b0fb",name:"Chop Chop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Harrowfolk warrior makes a battleaxe attack and a handaxe attack, adding no +4 to the handaxe damage. The warrior can shift 2 squares, dividing them before, between, or after the attacks.",damage:"adding no +4 to the handaxe damage",category:1},{id:"1599470c-7661-4ddf-afd1-9c3305167e20",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"The Harrowfolk warrior makes a ranged handaxe attack followed by a charge attack. .",attack:null,description:"",details:"",damage:"",category:1},{id:"ee3477ea-d100-463b-90fa-f2f9228714ab",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the half-orc hits an enemy, it can deal +1[W] damage with a weapon attack or +1d8 damage with a nonweapon attack.",damage:"it can deal +1[w] damage with a weapon attack or +1d8 damage with a nonweapon attack",category:4},{id:"ddd522d6-36b3-4048-b010-d608c84035dc",name:"Half-Orc Resilience",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When first bloodied, the half-orc gains 5 temporary hit points.",damage:"the half-orc gains 5 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f843f86-fd1e-4ac1-8d8d-0c7ef237c549",name:"Horrid Grell",details:"",size:2,origin:0,type:1,keywords:"blind",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +10; blindsight 12",movement:"1 (clumsy), fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Stealth +18",equipment:"",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:20},intelligence:{score:10},wisdom:{score:14},charisma:{score:9},hp:192,initiative:11,ac:26,fortitude:21,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"761a6ad6-a6c1-4956-8601-a28bf3f77848",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d8+5 damage, and the target is slowed and takes a -2 penalty to attack rolls (save ends both).",damage:"3d8+5 damage",category:1},{id:"81f80564-577f-48dd-8f10-fd2662b0a46f",name:"Tentacle Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; 2d8+5 damage, and the target is grabbed. The grell can grab only one creature at a time.",damage:"2d8+5 damage",category:1},{id:"20ea6350-9688-403c-9840-b1cd14ef9d07",name:"Venomous Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Grabbed targets only; 1d8+5 damage, and the target is stunned (save ends).",damage:"1d8+5 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"3acbe5a6-d22e-439e-bb75-0256087a1fc4",name:"Klaus",details:"",size:2,origin:0,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Athletics +15, Dungeoneering +13, Nature +13",equipment:"hide armor; longsword; short sword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:17},charisma:{score:6},hp:204,initiative:11,ac:26,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"9ca7c37b-ef7b-48f0-8f1b-68d682f754e0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"8ca09bd9-4fe3-4b78-9808-167754ddcea6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"4b75c04d-123f-447c-9d90-0810a7f6bfa0",name:"Bloody Rending",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Klaus makes a longsword attack and a short sword attack. If he hits one target with both attacks, that target takes ongoing 5 damage (save ends).",damage:"that target takes ongoing 5 damage (save ends)",category:1},{id:"55934871-1837-4fd5-a650-f905f5a13f84",name:"Skirmish +2d8",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Klaus moves 3 squares away from his starting point, he deals an extra 2d8 damage with melee attacks until the start of his next turn.",damage:"",category:0},{id:"60daba1f-128b-4bbd-a698-abf113a5a283",name:"Unmarked Speed",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Klaus ends any mark affecting him and shifts 2 squares or moves 4 squares. The creature that marked him takes 5 psychic damage.",damage:"the creature that marked him takes 5 psychic damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fcd8e4a0-ea29-48a0-adc4-8bb9d37d4ebf",name:"Marching Hamer",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:8},intelligence:{score:5},wisdom:{score:14},charisma:{score:13},hp:129,initiative:4,ac:23,fortitude:23,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"7ba94312-e754-4fa7-9c4e-c3053bf34804",name:"Hammer Hand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"ac47ab7e-0c0e-4c75-b17a-5199588a6ae9",name:"Hammering Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The marching hammer can use this power as a part of a charge; 3d6+5 damage, plus target is knocked prone.",damage:"3d6+5 damage",category:1},{id:"c17d0cc9-dfd4-41d0-9471-6d996136f09e",name:"Beat Them When They’re Down",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The marching hammer deals 1d6 extra damage when attacking a prone enemy.",damage:"the marching hammer deals 1d6 extra damage when attacking a prone enemy",category:0},{id:"49c8ef47-0eb4-4bf6-b8f7-2abe39fb5d9d",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A marching hammer can make a hammering charge attack against any creature in its guarded area, even if the power hasn’t recharged. If the marching hammer uses a charge attack to make its hammering charge, its speed increases to 8 when making that charge.",damage:"its speed increases to 8 when making that charge",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"465165fd-0d20-4ee9-8cce-162c85ca720e",name:"Plague-changed Ghoul Eater",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:129,initiative:12,ac:29,fortitude:25,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"57c351ca-ff94-4ff7-b339-c0f4ac337684",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is immobilized (save ends).",damage:"2d6+5 damage",category:1},{id:"049dd2bd-377c-424b-b88a-1919d4fcbe82",name:"Gut Tongue",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the plague-changed ghoul eater damages an immobilized, stunned, or unconscious target with its claws attack, the target also takes ongoing 10 acid damage (save ends).",damage:"when the plague-changed ghoul eater damages an immobilized",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5823fb3-ee2c-4a38-b831-ca2eaaae213c",name:"Plague-changed Ghoul King",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:258,initiative:12,ac:31,fortitude:26,reflex:28,will:22,regeneration:null,auras:[],powers:[{id:"d8b3a5a8-bd3c-4ad2-a3fa-44b6eb1cd242",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is immobilized until the end of the plague-changed ghoul king’s next turn (save ends).",damage:"2d6+5 damage",category:1},{id:"7c0f82f0-849a-4d3d-8fe8-3cc92b261392",name:"Ghoul Pack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Before the attack, the plague-changed ghoul king lets one adjacent ally or an ally adjacent to its target shift 1 square; 2d6+5 damage, and the target is immobilized until the end of the plague-changed ghoul king’s next turn.",damage:"2d6+5 damage",category:1},{id:"dc22140e-6d91-4920-99a9-12ad8920ac87",name:"Ghoul Fervor",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within line of sight makes an immediate basic attack.",damage:"",category:3},{id:"fb31516f-939d-4c13-b7c8-2b07e4defb87",name:"Gut Tongue",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the plague-changed ghoul king damages an immobilized, stunned, or unconscious target with its claws or ghoul pack attacks, the target also takes ongoing 10 acid damage (save ends).",damage:"when the plague-changed ghoul king damages an immobilized",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f1d60ac8-124f-4ebb-b490-24a9617fee98",name:"Possessed Citizen",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +11",equipment:"greatsword; leather armor",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:101,initiative:10,ac:26,fortitude:23,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"393640de-a5ab-4dee-ba43-9f1e0a8b28f1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+4 damage, plus 3d6 extra psychic damage if the target is immobilized, and the target takes a -2 penalty to",damage:"1d12+4 damage",category:1},{id:"de0eca52-343c-49be-8fad-66a87a2cb4fa",name:"Telekinetic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"Medium or smaller target; the target is immobilized (save ends).",damage:"",category:1},{id:"83cea557-3599-4a58-974b-b58852d187bb",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the possessed citizen can fly 5 squares.",damage:"the possessed citizen can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43f41fd6-cc25-4da4-90ba-792d82411277",name:"Rathoraiax",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"4, fly 8 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:9},intelligence:{score:1},wisdom:{score:16},charisma:{score:3},hp:328,initiative:5,ac:27,fortitude:29,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"1c13bcdf-2e09-48c1-ab44-54bbd77abf67",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target is knocked prone if it is Large size or smaller.",damage:"2d10+6 damage",category:1},{id:"3273272b-4491-44b5-a85c-27587e288b12",name:"Tail Crush",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; prone targets only; 3d8+6 damage.",damage:"3d8+6 damage",category:3},{id:"7094ebf0-f19d-43f7-b247-a46f1e08b741",name:"Savage Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rathoraiax makes two claw attacks.",damage:"",category:1},{id:"25377f93-f753-4c19-88a7-1c61d54fcf73",name:"Breath of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"4d10+6 poison and necrotic damage, plus the target takes ongoing 10 poison and necrotic damage and is weakened (save ends both).",damage:"4d10+6 poison and necrotic damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d226523c-eb48-4e51-a617-508d29e5d6a0",name:"Slystone Dwarf Ruffian",details:"",size:1,origin:2,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Athletics +14",equipment:"leather armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:18},hp:104,initiative:12,ac:26,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"dab0c31d-0a1c-43f4-99dc-c9f8cb548ca8",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage, and the target is marked until the end of the slystone ruffian’s next turn.",damage:"2d6+5 damage",category:1},{id:"01292bb5-cbd7-4ae2-92c8-43c8a95943c7",name:"Mighty Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d8+5 damage, and the target is pushed 3 squares. The slystone dwarf ruffian can use this power as part of a charge.",damage:"3d8+5 damage",category:1},{id:"6ef69044-f089-4682-8bf8-1a491f7cda1f",name:"Mad Dash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the slystone dwarf ruffian makes a charge attack, the enemy is knocked prone on a hit, in addition to any other effects of the attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8f32b799-1b05-4bf2-aefe-565f9211c17d",name:"Spitting Troll",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!0},senses:"Perception +8",movement:"6, climb 4",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +13, Endurance +14",equipment:"javelin; leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:106,initiative:12,ac:26,fortitude:22,reflex:23,will:22,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"39008ad9-6271-464c-bac7-eca711fa07a2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage, plus 1d6 poison damage.",damage:"1d6+5 damage",category:1},{id:"29b3c448-8850-4b09-8476-165bb315c871",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage, plus 1d6 poison damage.",damage:"1d6+5 damage",category:1},{id:"ae4b62a9-e088-4b61-8a8c-047b83072868",name:"Acid Spit",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"1d6 acid damage.",damage:"1d6 acid damage",category:3},{id:"943ec45d-f9a9-4184-84ec-e05c26827db3",name:"Regenerative Empowerment",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One troll within 10 squares whose regeneration is currently inactive (as a result of taking acid or fire damage) immediately reactivates the regeneration.",damage:"one troll within 10 squares whose regeneration is currently inactive (as a result of taking acid or fire damage) immediately reactivates the regeneration",category:3},{id:"b3cb7ea0-ae56-4e7a-8ab0-abec608f23c7",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3cc37fd-a946-4fb6-9148-6edeb7502ad1",name:"Streetwise Thug",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +11, Thievery +8",equipment:"crossbow; crossbow bolts (20); leather armor; longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:12},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:3,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"512267b0-c38a-46ae-a8d6-798a32e5ab2d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d6bd25d9-acb4-499d-9667-133cc7c0bc6b",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"90c6fcd8-06a5-4351-83a4-60696d5d4ba4",name:"Murder is a Team Sport",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a streetwise thug is flanking an enemy, it deals 1 extra point of damage per ally adjacent to the flanked enemy (including the ally who is granting the flank), to a maximum of +4.",damage:"it deals 1 extra point of damage per ally adjacent to the flanked enemy (including the ally who is granting the flank)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cce0e9f3-59b7-4cdd-aebb-799bab0e0f56",name:"Two-Headed Troll",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +7",movement:"6",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"hide armor",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:10},intelligence:{score:6},wisdom:{score:14},charisma:{score:10},hp:264,initiative:5,ac:25,fortitude:27,reflex:19,will:20,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"5adb57eb-d637-41c4-9e97-612242af0f78",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"970fa6d9-4d32-4127-9eba-790e3d1c58a1",name:"Smackdown",action:{action:4,trigger:"when an enemy moves into a position that flanks the two-headed troll",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"The two-headed troll targets one creature flanking it; the target is knocked prone.",damage:"",category:5},{id:"d3f9d677-cabf-4bb9-b33b-c463269f6397",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A two-headed troll rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The troll’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"40a1b044-b6be-4d7a-ae79-ea35da394e21",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the two-headed troll automatically succeeds on all saving throws against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0},{id:"ee1057c9-dc8b-44f5-8648-87a13121f9c3",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4e8fffa3-2c0e-401d-80cc-06e146ef4074",name:"Vaymeer",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Athletics +14, Endurance +10, Intimidate +10, Nature +11",equipment:"greataxe; hide armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:18},intelligence:{score:11},wisdom:{score:12},charisma:{score:16},hp:276,initiative:9,ac:26,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"37648b1b-db1e-4b87-a5c0-b63775215d12",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d12+6 damage (crit 2d12+30).",damage:"2d12+6 damage (crit 2d12+30)",category:1},{id:"679a0f44-e8af-44a1-80f1-062ddbf9bba0",name:"Axe Reaction",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"immediate reaction when an enemy hits or misses vaymeer",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets the triggering enemy; 3d12+6 damage (crit 2d12+42).",damage:"3d12+6 damage (crit 2d12+42)",category:1},{id:"81d0f69a-66f1-4a86-9a3c-5400445041fc",name:"Earth’s Wellspring",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaymeer gains 15 temporary hit points, and he ends any marked condition affecting him.",damage:"Vaymeer gains 15 temporary hit points",category:3},{id:"a9febf26-5599-4c17-8975-37767036af95",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When Vaymeer hits an enemy, he can deal +1[W] damage with a weapon attack or +1d8 damage with a nonweapon attack.",damage:"he can deal +1[w] damage with a weapon attack or +1d8 damage with a nonweapon attack",category:4},{id:"7e00c144-d193-49e6-b713-9600f31dc5d7",name:"Half-Orc Resilience",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When first bloodied, Vaymeer gains 10 temporary hit points.",damage:"Vaymeer gains 10 temporary hit points",category:1},{id:"b94db83c-66c2-40ac-8b66-18716226e107",name:"Savage Cleave",action:null,keywords:"",condition:"",range:"Whenever Vaymeer hits with a melee attack, he can make a melee basic attack against another adjacent enemy as a free action, taking -2 to the second attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0933723d-94f8-4517-bd20-440bb8db916e",name:"Warped Ghoul",details:"",size:2,origin:0,type:2,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:8},charisma:{score:16},hp:130,initiative:8,ac:22,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"b4d4a303-4534-49d6-a926-f6fcf1a00d61",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and ongoing 5 damage.",damage:"1d10+5 damage",category:1},{id:"5e5b8726-3af9-46f7-9b31-bf899f606880",name:"Gut Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Provokes opportunity attacks unless the target is immobilized; 2d8+5 damage, and the ghoul regains 10 hit points.",damage:"2d8+5 damage",category:1},{id:"a9d41ffe-9e76-40d9-beb2-958afb2b61a7",name:"Passing Consumption",action:{action:4,trigger:"when missed by a melee attack made by an adjacent attacker",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghoul can make a gut maw attack that doesn’t provoke opportunity attacks.",damage:"",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3e286835-8711-43b7-b803-258f92fda21e",name:"Warped Grick",details:"",size:2,origin:0,type:1,keywords:"",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"Endurance +11, Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:14},charisma:{score:7},hp:96,initiative:4,ac:19,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"ce3da167-093d-4a6c-9228-a3429fe08e4c",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+4 damage, and ongoing 5 damage (save ends).",damage:"2d6+4 damage",category:1},{id:"d108c937-374a-4c99-9e8e-27fce42a93ff",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The warped grick gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The warped grick gains a +2 bonus to attack rolls against an enemy it is flanking",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:""},{id:"94821e6f-8814-4abd-ab28-cc721f9e4aad",name:"Warped Grick Alpha",details:"",size:3,origin:0,type:1,keywords:"",level:11,role:{type:2,flag:0,leader:!0},senses:"Perception +11; darkvision",movement:"7, climb 4",alignment:"Chaotic evil",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:17},intelligence:{score:2},wisdom:{score:17},charisma:{score:7},hp:116,initiative:5,ac:23,fortitude:25,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"f3000e49-8555-439d-b2cf-5c0856cd265b",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+5 damage, ongoing 5 damage (save ends), and the target is grabbed.",damage:"2d8+5 damage",category:1},{id:"13449676-e23f-4525-9765-b8ce947bd1ff",name:"Vicious Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Grabbed target only; automatic hit; 1d8 + 5 damage.; 2d6+5 damage.",damage:"1d8 + 5 damage",category:1},{id:"386c5f51-414b-41d6-b90b-4efb978da7d7",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking",category:0},{id:"ce51268e-c2ab-4eae-b88a-6a83fc12ab14",name:"Pinning Grip",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The warped grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature.",damage:"The warped grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:""},{id:"91ba89de-107c-46ea-ac59-29f15983a404",name:"Warped Grimlock Zombie",details:"",size:2,origin:0,type:0,keywords:"blind, undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; blindsight 5",movement:"6",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:14},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:25,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"84f84f6c-c0fe-4d44-a271-76aeb8c2ecab",name:"Viscera Grab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 7 damage, and the target is grabbed (escape ends). The zombie can grab only one target at a time, but the zombie can maintain the grab as long as it remains within 2 squares of the target.",damage:"7 damage",category:1},{id:"139d35c9-e015-4434-b861-23f921e2103b",name:"Burrowing Entrails",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"grabbed target only",range:"",attack:null,description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:1},{id:"59139414-09c6-4254-bd59-2250b65264f2",name:"Corpse Seeming",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the zombie is inactive, it appears to be a corpse (DC 18 Insight to see through the ruse).",damage:"it appears to be a corpse (DC 18 Insight to see through the ruse)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"5d2cd637-0cca-417c-8095-e8acdc2379d9",name:"Writhing Chain",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:17},intelligence:{score:18},wisdom:{score:15},charisma:{score:12},hp:131,initiative:10,ac:23,fortitude:23,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"8723fda0-9172-4a91-b6db-73a574287bad",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"efbd6ff5-5acc-4f09-bcf2-2ed985357ce2",name:"Winding Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage, and the target slides 2 squares and is grabbed and restrained.",damage:"2d6+5 damage",category:1},{id:"a1a14255-9e68-44b9-b087-de419dee0f6e",name:"Guarded Area",action:null,keywords:"",condition:"",range:"When making attacks against a creature in its guarded area, the writhing chain gains a +2 bonus to hit, and can stretch itself, granting itself reach 3 on all melee attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"278c27e5-61b6-4be0-8b1d-2f05a0303a10",name:"Threatening Reach",action:null,keywords:"",condition:"with guarded area only",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"089dbf26-c416-4298-ba91-06dc01e5db4b",name:"Serpentine Strike",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain shifts 3 squares.",damage:"The chain shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"10dbb637-0561-432a-916e-e8c7ed1d0206",name:"Advanced Foulspawn Seer",details:"",size:2,origin:0,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:15},intelligence:{score:23},wisdom:{score:8},charisma:{score:19},hp:95,initiative:8,ac:24,fortitude:21,reflex:26,will:24,regeneration:null,auras:[{id:"05dcc5d9-9436-41b1-be8b-e4f86b5ba528",name:"Foul Insight",keywords:"",details:"aura 10; allies in the aura that can hear the foulspawn seer gain a +2 power bonus to one attack roll, skill check, ability check, or saving throw on their turn."}],powers:[{id:"125d6d58-30ca-42f5-b295-97f7b3ebe5e0",name:"Twisted Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+6 damage, and the target is pushed 1 square.",damage:"1d8+6 damage",category:1},{id:"05d0549e-6dea-4b9b-9ba5-ffe1586769f4",name:"Warp Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8+6 damage, and the target is dazed (save ends).",damage:"1d8+6 damage",category:1},{id:"63419cfe-4935-47f1-a810-3667b364b0e2",name:"Distortion Blast",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"2d8+6 damage, and the target is dazed (save ends). Aberrant creatures take half damage.",damage:"2d8+6 damage",category:1},{id:"c2696210-72e2-4ff0-8f02-cd4dd064b0ab",name:"Bend Space",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn seer teleports 3 squares.",damage:"The foulspawn seer teleports 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ad7a7160-0f48-4456-ae55-853fbc76dc6c",name:"Angel of Prophecy",details:"",size:4,origin:3,type:2,keywords:"angel",level:23,role:{type:6,flag:2,leader:!1},senses:"Perception +23",movement:"8, fly 12 (hover)",alignment:"Any",languages:"Supernal",skills:"Acrobatics +23, Insight +23, Intimidate +24",equipment:"katar; plate armor",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:24},intelligence:{score:19},wisdom:{score:25},charisma:{score:27},hp:981,initiative:20,ac:40,fortitude:38,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"62e62cf7-7e1c-42a7-a845-7f095f8db522",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Radiant, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d10+8 damage plus 2d8 cold and radiant damage (crit 18 + 1d10 damage plus 16 cold and radiant damage).",damage:"1d10+8 damage plus 2d8 cold and radiant damage (crit 18 + 1d10 damage plus 16 cold and radiant damage)",category:1},{id:"62a42e36-120d-438a-b8d4-a5b7ad18890b",name:"Katar Death Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel of prophecy can make katar attacks against four different enemies. After each attack (hit or miss), the angel can shift 2 squares.",damage:"the angel can shift 2 squares",category:1},{id:"31aa0d17-a711-4490-a9ca-31ab4bc54548",name:"Mark of Prophecy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is under the effect of the angel mark of prophecy. The angel can have only one creature under the effect of a mark of prophecy at a time. The mark of prophecy has the following effect: the target is marked by the angel of prophecy, and while marked and within sight of the angel, when the target hits the angel, the angel can force it to reroll the attack with a -2 penalty. Also, once on each of its turns as a free action, if the angel misses the target with a melee attack, the angel can reroll that attack.",attack:{bonus:26,defence:3},description:"",details:"Reach 3",damage:"Reach 3",category:3},{id:"00d86c29-1588-47d1-bbd5-6dff86f294c6",name:"Word of Prophecy",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Fear",condition:"",range:"Close burst 3",attack:{bonus:23,defence:3},description:"",details:"3d8+9 thunder damage, and the target is pushed 3 squares and takes ongoing 10 psychic and is slowed (save ends both).",damage:"3d8+9 thunder damage",category:5},{id:"d6d2ec77-4eae-4ff9-9168-69312b1b4093",name:"Angelic Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"aura",range:"",attack:null,description:"",details:"Attacks against the angel of prophecy take a -2 penalty until the angel of prophecy is bloodied.",damage:"Attacks against the angel of prophecy take a -2 penalty until the angel of prophecy is bloodied",category:1},{id:"5630c4ac-47ce-4893-ae6b-d317f9e0000c",name:"Prophecy of Rebirth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time each day that the angel is reduced to 0 or fewer hit points it gains regeneration 10 until it regains hit points equal to his bloodied amount or is reduced to 0 or fewer hit points again, whichever comes first.",damage:"The first time each day that the angel is reduced to 0 or fewer hit points it gains regeneration 10 until it regains hit points equal to his bloodied amount or is reduced to 0 or fewer hit points again",category:0},{id:"262504ba-8761-4824-b3d8-ca48e5feae72",name:"Threatening Reach",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"The angel of prophecy can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:10,value:-15},{type:2,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"b722a0cc-0555-46bb-94b7-5089ceef51f1",name:"Ascendant Hellsword",details:"",size:2,origin:3,type:2,keywords:"",level:12,role:{type:2,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"chainmail; double sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:22},hp:300,initiative:9,ac:26,fortitude:27,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"f6d97de1-f9f0-456e-9638-b8450c38da7f",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage plus 2d6 fire damage.",damage:"1d8+7 damage plus 2d6 fire damage",category:1},{id:"d8d44b61-f164-4eaf-8540-08ec3aea4c7c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The ascendant hellsword makes two double sword attacks.; .",damage:"",category:1},{id:"06a2fe8a-1315-486c-b3a2-06eff4680b01",name:"Commanding Deviltry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 10 squares can make a basic attack as a free action.",damage:"An ally within 10 squares can make a basic attack as a free action",category:3},{id:"6b66d0e3-5f3d-425f-904e-200120eae031",name:"Whirlwind Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the ascendant hellsword charges an enemy, it can make a double sword attack against each enemy within its reach at the end of its charge.",damage:"",category:0},{id:"d7b8ed66-e5de-4129-b648-bfad1aecbaae",name:"Triumphant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The ascendant hellsword gains 10 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 or fewer hit points.",damage:"The ascendant hellsword gains 10 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 or fewer hit points",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bb7c104-5e8a-4521-8a22-4b3b15a0c8d1",name:"Chain Guardian",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:15},intelligence:{score:6},wisdom:{score:17},charisma:{score:6},hp:248,initiative:8,ac:27,fortitude:29,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"7ca7cbac-58a5-465e-8b6c-b4ab5c2356f2",name:"Whipping Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 3",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and the target is grabbed. The chain guardian can grab 2 creatures at a time.",damage:"1d10+6 damage",category:1},{id:"3b4c0373-e0a2-4ff1-9a9e-86d243d06d2f",name:"Crushing Chain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets a creature the chain guardian has grabbed; 1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"abba5bf8-fdcc-4a04-b83e-1e663ec9f117",name:"Chain Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Burst 3; 2d10+6 damage, and the target is pulled 2 squares and grabbed. The chain guardian can damage all creatures in the burst, but it can still grab only 2 creatures at a time.",damage:"2d10+6 damage",category:1},{id:"c4818956-01b4-4b32-8c46-cb5a631cc4e1",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"03211e00-e8c9-4d93-81ae-fb10d29640e5",name:"Chain Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain guardian can appear as normal chain, allowing it to make a Stealth check at +4 to hide in plain sight before an encounter begins.",damage:"allowing it to make a Stealth check at +4 to hide in plain sight before an encounter begins",category:0},{id:"9224413c-17cc-4b41-9e4a-17697f92b9e3",name:"Stable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain guardian ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"86723947-d657-4c2a-8615-8ffb79865d26",name:"Crazed Carrion Crawler",details:"",size:3,origin:0,type:1,keywords:"",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:19},intelligence:{score:2},wisdom:{score:8},charisma:{score:18},hp:238,initiative:10,ac:28,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"c6d1aadc-2581-468d-98af-0416b0eb3cd8",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 2; 1d4+6 damage, and the target takes ongoing 5 poison and is slowed (save at -2 ends both). First Failed Saving Throw: The target is immobilized instead of slowed (save at -2 ends). Second Failed Saving Throw: The target is stunned instead of immobilized (save at -2 ends).",damage:"1d4+6 damage",category:1},{id:"be83f8c2-b438-4e20-843f-2d69d5f452c2",name:"Snapping Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets a creature that is immobilized, restrained, stunned, or unconscious; 1d10+6 damage.",damage:"1d10+6 damage",category:3},{id:"01fd3942-49d8-49d1-bbdc-02d14ca28acd",name:"Wounded Fury",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable when first bloodied",range:"",attack:null,description:"",details:"The crazed carrion crawler moves up to 6 squares and makes a tentacles attack and a snapping bite against a creature within reach. It prefers to target the creature that bloodied it.",damage:"The crazed carrion crawler moves up to 6 squares and makes a tentacles attack and a snapping bite against a creature within reach",category:5},{id:"c0029c45-c420-4276-a36a-9d5c014fe012",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The crazed carrion crawler can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61131872-66ae-47ad-8a3f-57e5a870cbfb",name:"Dergan Ironhammer",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"maul",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:72,initiative:3,ac:17,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"d45361cd-2e2a-469d-a819-ff0bc11ad7ca",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:10,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a50de278-ca11-400c-a7dd-1c0edd52841f",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dergan reduces any forced movement he’s subjected to by 1 square. If he would be knocked prone, he can roll a saving throw to avoid falling prone.",damage:"Dergan reduces any forced movement he’s subjected to by 1 square",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e134a632-d9ef-4a4c-90ee-7bb7fdb0210d",name:"False Sir Keegan (Sir Drzak)",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:7,flag:1,leader:!0},senses:"Perception +11; darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +20",equipment:"light shield; longsword; plate armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:15},intelligence:{score:13},wisdom:{score:11},charisma:{score:17},hp:440,initiative:16,ac:40,fortitude:36,reflex:36,will:36,regeneration:null,auras:[{id:"94b46bb7-e177-47e8-9e36-1f2a366036a3",name:"Marshal Undead",keywords:"",details:"aura 10; every undead ally of a level lower than Sir Drzak that is within the aura gains a +2 bonus to its attack rolls."}],powers:[{id:"261e3937-5b47-4a3b-a93c-791b94f9fe37",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d12+18 damage plus 10 necrotic damage (crit 3d6 + 42 damage plus 10 necrotic damage).",damage:"2d12+18 damage plus 10 necrotic damage (crit 3d6 + 42 damage plus 10 necrotic damage)",category:1},{id:"51ae9c3e-3d5c-4629-9796-efd8c8311a0c",name:"Icy Death Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword; 2d12+18 damage plus 10 necrotic and cold damage and the target is dazed (save ends).",damage:"2d12+18 damage plus 10 necrotic and cold damage and the target is dazed (save ends)",category:1},{id:"82302c63-3e7b-4751-bbcd-023a81e33cd7",name:"Warrior’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword; 3d12+18 damage plus 10 necrotic damage, and the target is pushed 2 squares. The all within 2 squares of the target are marked until the end of the death knight’s next turn.",damage:"3d12+18 damage plus 10 necrotic damage",category:1},{id:"597eeba5-1d78-426b-a8b1-25ad2e5e1399",name:"Unholy Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"6d10+18 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 3d8 fire damage with melee attacks until the end of the death knight’s next turn.",attack:{bonus:19,defence:2},description:"",details:"",damage:"",category:1},{id:"678efc0c-5f32-4572-9c76-34fd7e3c7fd1",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight marks the target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an enemy adjacent to the death knight shifts, the death knight makes a melee basic attack against that enemy as an immediate interrupt.",attack:null,description:"",details:"",damage:"",category:0},{id:"a13cd2be-5370-4f09-b87a-533fb66227d3",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Sir Drzak is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with its possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with its possessions) in 1d10 days within 1 square of his phylactery",category:0},{id:"1751f832-f55b-4321-af85-f69d23c6599d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 110 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 110 hit points",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"35e3983c-36fc-4ba4-8233-f32d9a809b0d",name:"Fist of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +13",equipment:"light shield; scale armor; war pick",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:9},charisma:{score:17},hp:111,initiative:11,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"393b1bd9-04c4-42d8-b109-623176fd7773",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage (1d8+10 to a bloodied foe); (crit 2d8+15 or 2d8+20 to a bloodied foe) plus ongoing 5 damage and the target is marked (save ends both).",damage:"1d8+5 damage (1d8+10 to a bloodied foe)",category:1},{id:"5685e2fc-310b-4f7a-abeb-cdac923b9be6",name:"Scream for Malachi",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 2d6+3 psychic damage (2d6+8 psychic damage to a bloodied target).",damage:"2d6+3 psychic damage (2d6+8 psychic damage to a bloodied target)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"261adab5-48fb-4239-8606-e554bf6680f8",name:"Foul Gibberer",details:"",size:2,origin:0,type:1,keywords:"",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +10; all-around vision",movement:"5, swim 5",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:19},intelligence:{score:4},wisdom:{score:8},charisma:{score:19},hp:675,initiative:10,ac:28,fortitude:26,reflex:26,will:27,regeneration:null,auras:[{id:"6cf7058e-ce8b-4291-8913-2ad8830559ed",name:"Warped Ground",keywords:"",details:"aura 3; enemies treat the area within the aura as difficult terrain."}],powers:[{id:"20513b6c-ac48-4e4c-af37-4a742a12ff38",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+4 damage, and ongoing 10 acid damage (save ends).",damage:"1d8+4 damage",category:1},{id:"04c92592-7ab0-48aa-ba30-a0f64341b605",name:"Braking Bite",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"usable when a creature moves or shifts within 2 squares of the foul gibberer",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets the triggering creature; reach 2; 1d8+4 damage, ongoing 10 acid damage (save ends), and the target stops moving.",damage:"1d8+4 damage",category:5},{id:"afe1e6e8-9c4d-4417-bd6a-f9951aab758d",name:"Gnashing Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:17,defence:0},description:"",details:"targets enemies; 1d8+4 damage, and ongoing 5 acid damage (save ends).",damage:"1d8+4 damage",category:1},{id:"ad8c565e-0937-4aae-b97c-b670fe9fb545",name:"Caustic Spew",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:15,defence:2},description:"",details:"3d6+6 acid damage, and the target is blinded until the end of the foul gibberer’s next turn.",damage:"3d6+6 acid damage",category:1},{id:"b23fdb47-5b96-4dc5-9076-f5c7da2499f8",name:"Gibbering",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"deafened creatures are immune; the target takes -2 to attack rolls and all defenses (save ends both). First Failed Save: The target takes -2 to attack rolls and is dazed (save ends both).",damage:"the target takes -2 to attack rolls and all defenses (save ends both)",category:4}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f21c3ae7-2b1f-423e-92f2-561dd290c362",name:"Foulspawn Berserker Thrall",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"greatsword",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:16},intelligence:{score:6},wisdom:{score:2},charisma:{score:16},hp:120,initiative:10,ac:27,fortitude:27,reflex:23,will:23,regeneration:null,auras:[{id:"0c3356ca-2718-4677-a321-cc34a7466898",name:"Berserker Aura",keywords:"",details:"aura 1; when a creature in the aura makes a melee attack, it targets a random creature within its reach."}],powers:[{id:"242c9e6b-5015-4ed6-acb4-7c0fea9a7c54",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+19 while bloodied)1d10+7 damage, or 1d10+9 damage while bloodied.",damage:"(+19 while bloodied)1d10+7 damage",category:1},{id:"67bab1f4-a0dd-42c6-bb26-cd3e4a64814c",name:"Berserker Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The foulspawn berserker thrall charges and deals an extra 10 damage if its melee basic attack hits.",attack:null,description:"",details:"",damage:"",category:1},{id:"39d76105-446e-470c-8f41-b16142350275",name:"Mental Feedback",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the foulspawn berserker thrall is attacked by a charm effect, the foulspawn berserker and its attacker take 10 psychic damage.",damage:"the foulspawn berserker and its attacker take 10 psychic damage",category:0},{id:"697eda08-5516-40b1-9718-36138d8a6dc4",name:"Illithid Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn berserker thrall is considered a mind flayer’s thrall.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"ab9fcce4-a9d9-4337-8c4e-07e6ef6f9cf7",name:"Foulspawn Chirurgeon",details:"",size:1,origin:0,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 while bloodied)",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Dungeoneering +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:23},intelligence:{score:12},wisdom:{score:6},charisma:{score:18},hp:121,initiative:14,ac:26,fortitude:23,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"db44e345-d66e-405d-8e65-484bfca47395",name:"Bone Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"2e648806-a8f0-49e2-9314-1581ee204051",name:"Cutter’s Caper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The foulspawn chirurgeon makes four bone sickle attacks and shifts 1 square after each attack.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"19c2d76c-3ab8-4acb-b375-edaa0d1664e0",name:"Surgical Precision",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:null,description:"",details:"The foulspawn chirurgeon makes a bone sickle attack at +2 to the attack roll. A hit is treated as a critical hit, and the ongoing damage from combat advantage is doubled to 10. The foulspawn chirurgeon can also shift 3 squares.",damage:"and the ongoing damage from combat advantage is doubled to 10",category:1},{id:"8b8f2c76-97fe-43ab-9d1f-10de14f11f3b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the foulspawn chirurgeon has combat advantage against a target, its melee attacks also deal ongoing 5 damage (save ends) to that target.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"760a9777-d7ec-4109-bb5d-f7184ca7fe42",name:"Foulspawn Hulk Thrall",details:"",size:3,origin:0,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:150,initiative:8,ac:24,fortitude:27,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"74b92aa0-c1bf-4d0f-90d7-7ebf10bb1885",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; (+17 while bloodied)2d8+7 damage, or 3d8+9 while bloodied.",damage:"(+17 while bloodied)2d8+7 damage",category:1},{id:"ade5fc5a-73f2-4009-a25c-bbd4ebb70264",name:"Illithid Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn hulk thrall is considered a mind flayer’s thrall.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"8fb594cc-d6c8-41e8-a882-e43dcd4bf718",name:"Foulspawn Mangler Thrall",details:"",size:2,origin:0,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"7 (9 while bloodied)",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Athletics +14, Stealth +16",equipment:"dagger",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:21},intelligence:{score:11},wisdom:{score:6},charisma:{score:18},hp:119,initiative:13,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"4565c7bd-0a11-4b34-835c-e055c04c1f46",name:"Bone Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"9945058a-bd03-4ebe-ad75-56390b02f6e1",name:"Dagger Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The foulspawn render makes four bone dagger attacks and shifts 1 square after each attack.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"9f2e62c2-c3b0-4e34-994d-6b424d7fdb2d",name:"Bone Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The foulspawn render makes two bone dagger attacks. Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage per hit.",damage:"1d4+5 damage per hit",category:1},{id:"365379c9-a77c-46b2-8130-053f34496f0b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler deals an extra 3d6 damage to any target it has combat advantage against.",damage:"the foulspawn mangler deals an extra 3d6 damage to any target it has combat advantage against",category:0},{id:"b29279bf-a695-4f3c-8a0e-7d1285da1661",name:"Thrall’s Escape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler thrall gains a +5 racial bonus to AC against opportunity attacks provoked by movement. If the opportunity attack misses, the mangler can move 1 extra square during the movement that provoked.",damage:"The foulspawn mangler thrall gains a +5 racial bonus to AC against opportunity attacks provoked by movement",category:0},{id:"f4ae94ba-dd30-4e41-833d-e2d00e756e99",name:"Illithid Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler thrall is considered a mind flayer’s thrall.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d173d14d-9e6c-4879-bad2-05bb5cd8bce5",name:"Foulspawn Mystic",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:0,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +20, Intimidate +18",equipment:"implement, staff",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:20},intelligence:{score:26},wisdom:{score:10},charisma:{score:23},hp:218,initiative:12,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[{id:"fd86102d-b5da-4382-b567-0462959baddf",name:"Foul Insight",keywords:"",details:"aura 10; each ally in the aura can reroll one attack roll, check, or saving throw on its turn."}],powers:[{id:"ad9a9005-22fc-4ec4-a0a2-eaae7f8772a1",name:"Twisted Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage, and the target is dazed until the end of the foulspawn mystic’s next turn, pushed 4 squares, and knocked prone.",damage:"1d8+4 damage",category:1},{id:"3d1eda6a-032c-4026-a35d-9dc25cd3c3fe",name:"Forking Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"targets two different creatures; 1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"be83a61f-f97d-4f07-af3d-76d54964ab23",name:"hole in the Sky",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the foulspawn mystic uses bend space"},keywords:"Teleportation",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:3},description:"",details:"targets hit by the attack vanish into an extradimensional space that measures 10-squares-by-10-squares (save ends). When a creature saves, it returns in a safe, unoccupied space of the foulspawn mystic’s choosing. Aftereffect: The creature is dazed (save ends). Aberrant creatures gain +2 to saving throws against this power.",damage:"targets hit by the attack vanish into an extradimensional space that measures 10-squares-by-10-squares (save ends)",category:1},{id:"051f0605-6227-424d-a5f1-e016e689b2b9",name:"Bend Space",action:{action:5,trigger:"when the foulspawn mystic would be hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn mystic teleports 4 squares.",damage:"The foulspawn mystic teleports 4 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee6b5ea7-0228-416a-9b62-e42115bedd29",name:"Foulspawn Skintaker",details:"",size:2,origin:0,type:2,keywords:"shapechanger",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:19},intelligence:{score:9},wisdom:{score:4},charisma:{score:22},hp:95,initiative:14,ac:26,fortitude:23,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"a0e1d766-e34b-40ba-bd03-38fdc6bd7aef",name:"Disruptive Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 damage, and the target cannot spend healing surges (save ends).",damage:"1d10+6 damage",category:1},{id:"84ddb5df-94af-44d2-a693-4222a0405e01",name:"Steal Skin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the foulspawn skintaker has no one under the effect of this power"},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"3d6+5 damage. The foulspawn skintaker assumes the appearance of the target until the end of the encounter. Whenever the target uses a healing surge, the foulspawn skintaker regains half the hit points and the target regains the other half.",damage:"3d6+5 damage",category:1},{id:"690a7cac-3c4b-4e09-a19a-a8fd9b85ce20",name:"Identity Crisis",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable while bloodied when subject to a melee or ranged attack and adjacent to a target on which the foulspawn skintaker has used steal skin",range:"",attack:null,description:"",details:"The target of steal skin becomes the attack’s target instead of the foulspawn skintaker.",damage:"",category:5},{id:"551d9deb-f7a9-49e0-a8ae-51ab7945296a",name:"Twin Sympathy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"usable when attacked while within 5 squares of the target whose appearance it has assumed using steal skin",range:"",attack:null,description:"",details:"The target of steal skin takes half the attack’s damage and the foulspawn skintaker takes the other half.",damage:"the target of steal skin takes half the attack’s damage and the foulspawn skintaker takes the other half",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c63f9ac-2751-4abb-b728-26ffbd85c49e",name:"Frostblight Treant",details:"",size:4,origin:2,type:1,keywords:"plant",level:25,role:{type:7,flag:1,leader:!1},senses:"Perception +17; low-light vision",movement:"6 (ice walk)",alignment:"Unaligned",languages:"Elven",skills:"Nature +22, Stealth +23",equipment:"",category:"",strength:{score:33},constitution:{score:30},dexterity:{score:23},intelligence:{score:16},wisdom:{score:18},charisma:{score:28},hp:476,initiative:20,ac:43,fortitude:39,reflex:36,will:35,regeneration:null,auras:[{id:"8a837fff-66ce-4d96-a747-0900c53d5e31",name:"Frostblight Aura",keywords:"",details:"(Necrotic) aura 3; enemies that start their turn in the aura are slow and take 10 necrotic damage."}],powers:[{id:"8102d043-8bd5-4ec5-9b11-07acfcea6aa0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and ongoing 10 cold damage (save ends).",damage:"2d10+9 damage",category:1},{id:"b6ced016-e39c-40cd-8ef3-edc17934aa2f",name:"Freezing Roots",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 4; the target takes 2d6+4 cold damage and is restrained (save ends). Aftereffect: Immobilized until the end of the target’s next turn.",damage:"the target takes 2d6+4 cold damage and is restrained (save ends)",category:3},{id:"073ba4bb-b48e-4389-8d02-1885677d3abf",name:"Shake the Shards",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close burst 3",attack:{bonus:32,defence:0},description:"",details:"targets enemies only; 2d8+6 cold damage, and the target loses any cold resistance (save ends).",damage:"2d8+6 cold damage",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"fire (a frostblight treant takes ongoing 5 fire damage [save ends] when damaged by fire).",immune:"",tactics:""},{id:"d6d58187-dd7f-4e2d-bb65-684cf114e585",name:"Frostfury Ice Troll",details:"",size:3,origin:4,type:2,keywords:"",level:26,role:{type:2,flag:0,leader:!1},senses:"Perception +19",movement:"8 (ice walk)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +27, Endurance +25",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:25},intelligence:{score:9},wisdom:{score:22},charisma:{score:14},hp:287,initiative:20,ac:38,fortitude:39,reflex:38,will:36,regeneration:{value:20,details:""},auras:[{id:"e9d16013-2fd3-4a66-b612-a23735296837",name:"Emanating Cold",keywords:"",details:"aura 1; any enemy that starts its turn in the aura is slowed by the numbing cold until the start of its next turn."}],powers:[{id:"9d27ec30-c799-4e3a-8bed-19a52c234168",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d12+11 damage, and the target takes ongoing 15 cold damage (save ends).",damage:"2d12+11 damage",category:1},{id:"15a2e08b-c045-4be0-8c79-0d8183d779c6",name:"Frenzied Strike",action:{action:7,trigger:"when a troll’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes two claw attacks. This attack scores a critical hit on a roll of 16-20.",damage:"This attack scores a critical hit on a roll of 16-20",category:5},{id:"4fa8f02f-ff74-48bc-84b5-6fba6c6c6813",name:"Frostfury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a claw attack against every enemy within reach. This attack scores a critical hit on a roll of 16-20.",damage:"This attack scores a critical hit on a roll of 16-20",category:5},{id:"0c5d604a-87eb-4f4b-9697-1f831296a257",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"855006eb-5056-42dd-868e-3383ddbbed81",name:"Horrid Spawn",details:"",size:2,origin:1,type:2,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic evil",languages:"understands Common and Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:4},charisma:{score:14},hp:120,initiative:7,ac:21,fortitude:23,reflex:21,will:20,regeneration:null,auras:[{id:"bc7ad92d-364d-46fb-9651-b0690bc86f7f",name:"Sickening Stench",keywords:"",details:"aura 2; any living enemy that starts its turn within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"653d2633-2499-4281-a88c-3b7ca7392db2",name:"Toothy Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and if the target moves, shifts, or is forcibly moved before the start of the horrid spawn’s next turn, it takes 5 extra damage.",damage:"2d6+5 damage",category:1},{id:"97391524-9417-4d0b-b732-8a8352f4d5fd",name:"Mutilating Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when a horrid spawn reduces an enemy to 0 hit points"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 4d6+5 damage, and ongoing 5 damage (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"4d6+5 damage",category:1},{id:"1ef62796-bf13-4d8e-ae01-273f595a4c76",name:"Shuddering Delight",action:null,keywords:"",condition:"when a horrid spawn reduces an enemy to 0 hit points",range:"",attack:null,description:"",details:"The horrid spawn gains 20 temporary hit points, but grants combat advantage to any enemy until the start of its next turn.",damage:"The horrid spawn gains 20 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage, fear",tactics:""},{id:"87c26b45-10ae-49a2-ab79-e07f36f0ca5e",name:"Ice Troll Rimehammer",details:"",size:3,origin:4,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"8 (ice walk)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +27, Endurance +25",equipment:"maul; scale armor",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:25},intelligence:{score:9},wisdom:{score:22},charisma:{score:14},hp:227,initiative:21,ac:41,fortitude:39,reflex:37,will:36,regeneration:{value:20,details:""},auras:[{id:"01ab32ec-7571-4c23-967f-0f81bf417e4b",name:"Emanating Cold",keywords:"",details:"aura 1; any enemy that starts its turn in the aura is slowed by the numbing cold until the start of its next turn."}],powers:[{id:"3f8d8e9d-e293-4f5d-886f-d3a65352db69",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the target takes ongoing 15 cold damage (save ends).",damage:"2d8+10 damage",category:1},{id:"39380770-2d6e-4d83-afd3-6b817ebef331",name:"Bull Rush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the ice troll pushes the target 1 square and shifts into the vacated space.",damage:"the ice troll pushes the target 1 square and shifts into the vacated space",category:1},{id:"c0662b78-8e36-475b-963a-54e657e09306",name:"Frenzied Strike",action:{action:7,trigger:"when a troll’s attack bloodied an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a maul attack.",damage:"",category:5},{id:"8e5c1b09-86ad-4a69-9a3a-db199ed7bcc5",name:"Rimehammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d8+10 damage and the target takes ongoing 10 cold damage and is immobilized (save ends both).",damage:"4d8+10 damage and the target takes ongoing 10 cold damage and is immobilized (save ends both)",category:1},{id:"613a8bd0-5b26-41da-b8f8-ca1af4393761",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"e8f787c1-a48c-4afc-b002-508c4933f526",name:"Iceling Slasher",details:"",size:2,origin:2,type:2,keywords:"cold",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +18; low-light vision",movement:"10 (ice walk), fly 6 (clumsy)",alignment:"Unaligned",languages:"Common, Elven",skills:"Insight +26, Stealth +32",equipment:"",category:"",strength:{score:17},constitution:{score:26},dexterity:{score:28},intelligence:{score:22},wisdom:{score:25},charisma:{score:19},hp:210,initiative:22,ac:37,fortitude:35,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"5a4c6d6a-6c92-48b0-b3ec-1e94b8065373",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+8 cold damage.",damage:"2d10+8 cold damage",category:1},{id:"936573ae-b581-4196-827f-392e70ae7a4f",name:"Slick Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The iceling makes 2 claw attacks against different targets. If both attacks hit, the iceling shifts 5 squares as a free action.",damage:"The iceling makes 2 claw attacks against different targets",category:1},{id:"af5a10ad-b0aa-4068-a17a-292611ddc2c6",name:"Frost Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"target is immobilized and takes ongoing 15 cold damage (save ends both).",damage:"target is immobilized and takes ongoing 15 cold damage (save ends both)",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"c0002391-6bde-46a7-9505-e60d4e28c500",name:"Kalan the Avenger",details:"",size:2,origin:4,type:0,keywords:"undead",level:14,role:{type:7,flag:0,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"plate armor; warhammer",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:13},intelligence:{score:9},wisdom:{score:20},charisma:{score:14},hp:141,initiative:10,ac:28,fortitude:28,reflex:24,will:27,regeneration:null,auras:[{id:"31178a8d-9ca3-417b-a1d0-2b2412244e9a",name:"Flames of Vengeance",keywords:"",details:"(Fire) aura 1; allies who start their turns within the aura deal 5 extra fire damage on melee attacks."}],powers:[{id:"d8aad699-bff5-40d4-ba23-9d1ad452125f",name:"Fiery Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+7 damage plus 1d6 fire damage, and the target is marked until the end of Dalan’s next turn.",damage:"1d10+7 damage plus 1d6 fire damage",category:1},{id:"a8ed03a0-ca26-4927-a966-5b2d30bee4b5",name:"Volcanic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:15,defence:2},description:"",details:"1d6+5 fire damage, and the target is pulled 5 squares.",damage:"1d6+5 fire damage",category:1},{id:"b54869e3-a724-4cf2-a713-d9677b4eb447",name:"Back on Your Feet",action:{action:4,trigger:"when an ally within line of sight is reduced to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"The ally regains 20 hit points, stands immediately, and makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:5},{id:"e402e75d-9ed1-4849-a581-af6fe3cbccc9",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Dalan to move—through a pull, a push, or a slide—Dalan moves 1 square less than the effect specifies. When an attack would knock Dalan prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—Dalan moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"73f4f145-c748-4317-85d6-e9c10fb903f1",name:"Malachi’s Herald",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Bluff +16, Stealth +13",equipment:"dagger; implement, rod; leather armor",category:"",strength:{score:12},constitution:{score:23},dexterity:{score:14},intelligence:{score:18},wisdom:{score:9},charisma:{score:20},hp:202,initiative:8,ac:26,fortitude:26,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"76f0b286-0ccc-4a3f-855f-60f1dc22b183",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"(+15 against a bloodied target)2d4+3 damage.",damage:"(+15 against a bloodied target)2d4+3 damage",category:1},{id:"d0c9eff8-b0c5-473a-858f-ec0d13834e7a",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"(+18 against a bloodied target)2d6+7 damage.",damage:"(+18 against a bloodied target)2d6+7 damage",category:1},{id:"93e85d92-823f-461d-8ef7-ed01436e9e19",name:"Soul Flaying",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"(+18 against a bloodied target)4d6+7 necrotic damage, and the target can’t use healing surges until the end of the herald’s next turn.",damage:"(+18 against a bloodied target)4d6+7 necrotic damage",category:1},{id:"b88a00a8-4483-4efa-b572-c67304c37712",name:"Elder Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:16,defence:1},description:"",details:"(+17 against a bloodied target)4d6+7 thunder damage, and the target is pushed 4 squares.",damage:"(+17 against a bloodied target)4d6+7 thunder damage",category:1},{id:"479bfe97-d1df-461e-8217-ac8a035b9644",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Malachi’s Herald gains a +1 power bonus to its next attack roll against an enemy that hit it since the herald’s last turn. If the attack hits and deals damage, it deals extra 5 damage.",damage:"if the attack hits and deals damage",category:3},{id:"fa858a94-0f62-48fd-9c5d-f2e5ed9e49b3",name:"Hellfire Swap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Malachi’s Herald exchanges positions with a single ally within 10 squares or teleports 3 squares. Those adjacent to the herald or its ally when this teleportation occurs take 5 fire damage.",damage:"those adjacent to the herald or its ally when this teleportation occurs take 5 fire damage",category:2}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00ce51df-7f2f-4793-a3d2-ed5e3831422e",name:"Mutated Thrall",details:"",size:2,origin:1,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:22},intelligence:{score:6},wisdom:{score:8},charisma:{score:13},hp:1,initiative:10,ac:24,fortitude:21,reflex:24,will:19,regeneration:null,auras:[],powers:[{id:"c42ddff9-80d8-4d9e-b91c-e9dc1e057e33",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage, and slide the target 1 square.",damage:"6 damage",category:1},{id:"cf461421-d470-42e6-9110-5ac7e2bbbe66",name:"Gobs of Filth",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 5",attack:{bonus:19,defence:0},description:"",details:"6 poison damage.",damage:"6 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bc26b71-b0f7-4412-a4ee-c147381ef119",name:"Obsen",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Chaotic evil",languages:"Common, Primordial",skills:"Arcana +17, Dungeoneering +10, History +17, Nature +10",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:17},intelligence:{score:23},wisdom:{score:8},charisma:{score:19},hp:256,initiative:9,ac:29,fortitude:24,reflex:27,will:27,regeneration:null,auras:[{id:"70eb6437-cd77-4d00-9132-4556eb7bab74",name:"Entropic Imperative",keywords:"",details:"aura 3; allies who start their turns within the aura gain a +2 bonus to attack rolls and damage rolls."}],powers:[{id:"9749b510-2e82-4143-9b84-c0c426531093",name:"Chaos Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d4+3 damage, and the target is stunned until the end of Obsen’s next turn.",damage:"1d4+3 damage",category:1},{id:"1a3e929f-bdba-4c11-b295-e2988d617d6a",name:"Tumescent Nodule",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Poison",condition:"usable 4/day",range:"Obsen rips a nodule from his body and hurls it at an enemy within range: Obsen takes 5 damage: ranged 5/10",attack:{bonus:17,defence:2},description:"",details:"1d6+5 acid damage, and ongoing 5 poison damage (save ends). Each creature adjacent to the target takes 5 acid damage.",damage:"1d6+5 acid damage",category:1},{id:"b8f4c8dc-a64a-4be5-a213-309469da8fab",name:"Chaos Seed",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"on a hit, the target is dazed and makes a melee basic attack against one ally adjacent to it. Miss: The target is dazed and does not make an attack. Effect: The burst creates a zone that persists until the end of Obsen’s next turn. Obsen can sustain the effect by spending a minor action, and can move the zone 3 squares by spending a move action. Any creature that starts its turn inside the zone is subject to another attack.",attack:{bonus:17,defence:3},description:"",details:"targets enemies",damage:"",category:1},{id:"e846c35a-d0f6-44bf-a046-a35fd4b88f79",name:"Chaos Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"2d8+6 damage, and the target grants combat advantage to any enemy (save ends). Aftereffect: The target takes 5 damage.",damage:"2d8+6 damage",category:1},{id:"56911f19-1b65-4587-926f-2774a699d643",name:"Writhing Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Three ribbons of light appear in the air and attack: ranged 10",attack:{bonus:15,defence:2},description:"",details:"three targets; (three attacks)1d8+6 damage, and the target teleports to a square of Obsen’s choosing within 5 squares of him.",damage:"(three attacks)1d8+6 damage",category:1},{id:"c1780b9b-b67b-45a2-840d-ee763d948806",name:"Chaos Stride",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Teleportation",condition:"",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"1d8+6 damage, and the target is dazed (save ends). After the attack, Obsen teleports 1 square for each enemy he hit with this attack.",damage:"1d8+6 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9dcdf1d-217e-423e-a65b-6bba5a6bd6ac",name:"Risenguard of Drzak",details:"",size:2,origin:4,type:0,keywords:"undead",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"fullblade; longbow; plate armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:20},intelligence:{score:10},wisdom:{score:17},charisma:{score:8},hp:1,initiative:11,ac:25,fortitude:25,reflex:24,will:22,regeneration:null,auras:[{id:"f1590f0d-a36a-4548-b41c-fb5a7a25d062",name:"Death’s Icy Grasp",keywords:"",details:"aura 1; living creature that start their turn in the aura take 5 cold damage and are slowed until the end of their next turn."}],powers:[{id:"1fe93619-5d62-491a-95b7-f7a8f78771d0",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"13 damage (crit 16 damage).",damage:"13 damage (crit 16 damage)",category:1},{id:"48784d0d-95ad-4d60-abc5-d2244293e954",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:24,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d981682-d039-4d72-8fa9-7d1b7d1050c7",name:"Saimos",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +13; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +20, Athletics +16, Bluff +16, Stealth +20",equipment:"dagger; leather armor; rapier",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:23},intelligence:{score:15},wisdom:{score:12},charisma:{score:19},hp:270,initiative:15,ac:30,fortitude:27,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"1dbb6146-fad4-43fe-9b6f-6a79bf081a10",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"01ab4f89-9f69-4325-90aa-4a6e33441f43",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d4+8 damage.",damage:"1d4+8 damage",category:1},{id:"51ac60ef-3299-4e4e-a678-3bd0f3ea6b77",name:"Flashing Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Saimos makes a rapier attack and a dagger attack, or two dagger attacks.",damage:"",category:1},{id:"ec3a9569-47ad-4407-84be-b9d3ac8af0d2",name:"Disfiguring Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"requires combat advantage",range:"",attack:{bonus:17,defence:1},description:"",details:"2d8+8 damage, the target takes ongoing 5 damage, is dazed (save ends), and slides 3 squares. Allies of the target within 3 squares take a -2 penalty to attack rolls against Saimos (save ends).",damage:"2d8+8 damage",category:1},{id:"6ae00323-7751-45d0-8676-b54afb0adfd1",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Saimos hits a target he has combat advantage against, that target is weakened (save ends) or takes an extra 2d6 damage (Saimos’ choice).",damage:"that target is weakened (save ends) or takes an extra 2d6 damage (saimos’ choice)",category:0},{id:"6f90030a-10a1-456e-a2ba-fe824569058e",name:"Dark Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation, Zone",condition:"",range:"",attack:null,description:"",details:"Saimos teleports 4 squares and becomes insubstantial until the start of his next turn. A zone of darkness (burst 1) appears within 1 square of his starting square, blocking line of sight until the end of his next turn. If he ends his teleportation within 2 squares of a creature, he has combat advantage against that creature until the end of his next turn.",damage:"Saimos teleports 4 squares and becomes insubstantial until the start of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"866ccdfa-a33d-483e-bff8-28dd7d8764ab",name:"Shathrax",details:"",size:2,origin:0,type:2,keywords:"",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Bluff +20, Dungeoneering +16, Stealth +18",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:21},intelligence:{score:18},wisdom:{score:16},charisma:{score:24},hp:242,initiative:17,ac:32,fortitude:30,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"e89a86bb-be52-4ea0-968c-e39d9fe0bc7d",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d6+5 damage, and the target is grabbed.",damage:"3d6+5 damage",category:1},{id:"5ebd62bc-64cc-4ad0-8fd2-dce2d22b9df5",name:"Bore into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"or that shathrax is grabbing",range:"",attack:{bonus:19,defence:1},description:"",details:"4d8+5 damage, and the target is dazed (save ends). If this power reduces the target to 0 hit points or fewer, Shathrax devours that target’s brain or makes it a thrall (see below).",damage:"4d8+5 damage",category:1},{id:"5c6a387a-7a82-4cb6-80dd-17e3c8ef0a72",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"psychic",condition:"",range:"Close blast 5",attack:{bonus:18,defence:3},description:"",details:"mind flayers and their thralls are immune; 3d6+7 psychic damage, and the target is dazed (save ends). If the target is already dazed, it is stunned until the end of Shathrax’s next turn. Miss: Half damage, and the target is not dazed.",damage:"3d6+7 psychic damage",category:1},{id:"e5ec1ebd-88da-41a5-a106-bb1913b2105c",name:"Stalk the Senseless",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Shathrax is invisible to dazed or stunned creatures.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"234ead94-70a0-4d11-a38b-866cdf0a8d02",name:"Skeletal Hammerer",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"warhammer",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:20},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:126,initiative:10,ac:23,fortitude:22,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"1372b546-c597-48e7-9238-86b4fed50760",name:"Pounding Hammers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The skeletal hammerer makes two warhammer attacks against the same target; 1d10+4 damage. If both attacks hit the same target, it is pushed 2 squares after the attack.",damage:"1d10+4 damage",category:1},{id:"e11dd6e6-b580-49f7-b10e-881beee4217e",name:"Hammerfall",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"The skeletal hammerer makes two pounding hammer attacks (four attacks total).; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"20631e33-0340-44f4-ab60-750a6e4029b8",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal hammer makes a melee basic attack against the enemy that triggered the attack.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"34c8e214-af1b-4c82-b63a-3422b061ccca",name:"Stormstone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:21,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:27},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:406,initiative:11,ac:37,fortitude:35,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"bf77d57e-8d50-4ecf-b60b-9a931bda897a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d6+9 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6+9 damage",category:1},{id:"9bf7c90b-b5cf-4d3e-83cd-43774e43ef93",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stone golem makes two slam attacks.",damage:"",category:1},{id:"2aae4fdf-a365-4993-bc47-6f6e4a07aa1a",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stormstone golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The creature remains in its space, and the golem must leave the space after it attacks. The golem must end its rampage in an unoccupied space.",damage:"The stormstone golem moves up to its speed plus 2 and can move through enemies’ spaces",category:1},{id:"8cccb56c-d8a7-479c-bbee-cb20250fb4a4",name:"Death Burst",action:null,keywords:"Lightning",condition:"when reduced to 0 hit points",range:"close burst 1",attack:{bonus:28,defence:0},description:"",details:"The stormstone golem explodes in a burst of jagged stones and lightning; 3d6+7 lightning damage, and the space it occupied is difficult terrain until cleared.",damage:"3d6+7 lightning damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"fec0b5c0-9360-4eca-8bbf-bb0e6e4d95ce",name:"Suppurating Eidolon",details:"",size:3,origin:1,type:0,keywords:"construct",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +9",movement:"5",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:14},intelligence:{score:6},wisdom:{score:16},charisma:{score:11},hp:123,initiative:8,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"54335d39-f9a0-4c0b-8f73-d7f630c5e11b",name:"Fearless Followers",keywords:"",details:"aura 5; allies within the aura are immune to fear."}],powers:[{id:"266ef758-167f-412b-84b5-7715c0508805",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"4e02947e-b16d-4f10-9765-65b35c8f0a20",name:"Curse of Madness",action:{action:4,trigger:"when an enemy attacks the eidolon while unspeakable stance is active",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Tendrils of filthy darkness penetrate the creature that triggered the attack: close burst 10",attack:{bonus:16,defence:3},description:"",details:"targets the triggering enemy; 1d8+5 psychic damage, and the target is dominated until the end of the suppurating eidolon’s next turn. Miss: Half damage, and the target is instead dazed until the end of the suppurating eidolon’s next turn.",damage:"1d8+5 psychic damage",category:5},{id:"d624edda-a79d-4d19-885c-846f934a84eb",name:"Caustic Inundation",action:{action:4,trigger:"when an enemy kills one of the suppurating eidolon’s allies in the eidolon’s line of sight",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"targets enemies; 1d8+5 acid damage.",damage:"1d8+5 acid damage",category:5},{id:"f5866341-325f-4f24-9100-b123c6e68d88",name:"Unspeakable Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"The suppurating eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 20 to all damage, and allies in its line of sight deal 1d6 extra psychic damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"1b0fb434-e688-4fbe-96e7-6e436d963ba3",name:"Tomb Guardian Thrall",details:"",size:2,origin:4,type:0,keywords:"undead",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:27},intelligence:{score:3},wisdom:{score:19},charisma:{score:3},hp:1,initiative:19,ac:34,fortitude:33,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"609f1216-4fee-44e8-b0b8-731267327458",name:"Twin Scimitar Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The skeletal tomb guardian makes two scimitar attacks against the same target; 5 damage (7 damage on a crit). This also holds true for opportunity attacks.",damage:"5 damage (7 damage on a crit)",category:1},{id:"31c54e3a-0f91-41b7-863e-9ef4cbc9dfbc",name:"Cascade of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The skeletal tomb guardian makes two twin scimitar strike attacks (four scimitar attacks total).",damage:"",category:1},{id:"2c8a9e9a-f235-446b-9f81-27718a3c6cc1",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal tomb guardian makes a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"75f39ca1-27a5-4c5b-b143-6a865f32b009",name:"Wellspring Horror",details:"",size:2,origin:0,type:2,keywords:"",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +9; low-light vision",movement:"6, climb 3",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Athletics +17",equipment:"",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:19},intelligence:{score:8},wisdom:{score:6},charisma:{score:17},hp:635,initiative:10,ac:29,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"131c614f-6d0c-40b3-95ac-e77580468fc1",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+6 damage, and the target is grabbed. The Wellspring horror can grab up to three targets.",damage:"2d6+6 damage",category:1},{id:"2b76fa7e-2f28-4ef5-b375-dfee1d655420",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Targets a creature the Wellspring horror has grabbed; 1d6+6 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+6 damage",category:3},{id:"4b76c2de-8a69-4a62-8033-be22bfcbedc6",name:"Tentacle Rip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets a creature the Wellspring horror has grabbed; 5d6+6 damage, and the target is pushed 3 squares, knocked prone, and no longer grabbed.",damage:"5d6+6 damage",category:1},{id:"fb154fb4-1c0d-435e-8c71-ec30eb84904a",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage, and the target slides 1 square and is knocked prone.",damage:"2d6+6 damage",category:1},{id:"7d41f44f-21e1-4808-96ec-ec4c2ff718ca",name:"Tentacle Block",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a target the wellspring horror has grabbed",range:"",attack:null,description:"",details:"The Wellspring horror changes the attack’s target from itself to a creature it is grabbing other than the attacker.",damage:"",category:5},{id:"48710140-c663-4dd4-8496-878d9b68894e",name:"Tentacle Scuttle",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Wellspring horror shifts 2 squares.",damage:"The Wellspring horror shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08836778-3099-4fb8-826a-e58c24730f4d",name:"Wellspring Rioter",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:12},intelligence:{score:10},wisdom:{score:10},charisma:{score:12},hp:1,initiative:4,ac:17,fortitude:18,reflex:17,will:17,regeneration:null,auras:[{id:"9c9bbfa9-11a3-4976-9b79-3dd449fc1957",name:"Mob Rule",keywords:"",details:"aura 1; the Wellspringer riot makes a melee basic attack as a free action against each enemy that starts its turn in the aura."}],powers:[{id:"5e756c80-36f9-47b4-b96e-2802e609ec5b",name:"Torch and Pitchfork",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:8,defence:0},description:"",details:"4 damage, and ongoing 3 fire damage (save ends).",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46752878-b18e-4f7e-9476-5956fa3329f6",name:"Wellspringer Riot",details:"",size:4,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:9},wisdom:{score:9},charisma:{score:14},hp:125,initiative:8,ac:22,fortitude:23,reflex:22,will:21,regeneration:null,auras:[{id:"6f90e0eb-46c7-49c7-80f9-729dfcb960d7",name:"Mob Attack",keywords:"",details:"aura 1; the Wellspringer riot makes a melee basic attack as a free action against each enemy that starts its turn in the aura."}],powers:[{id:"6fe5be53-f7d5-4894-9896-e0598ecbfc2b",name:"Torches and pitchforks",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 fire damage (save ends).",damage:"1d8+4 damage",category:1},{id:"530903c0-c0ed-43e6-8429-9b4bfc492679",name:"Panicked Stampede",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"The Wellspringer riot moves 5 squares away from the creature that bloodied it. It attacks each creature whose space it moves through; 2d6 + 4 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6 + 4 damage",category:5},{id:"f2daead8-1ffc-4a32-aedf-fe97e14aeace",name:"Stragglers",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"and when it is reduced to 0 hit points",range:"",attack:null,description:"",details:"Each square the Wellspringer riot formerly occupied now contains one Wellspring rioter, who acts just after the riot.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e3dcad9-fc2b-4382-b11a-68c9288cce7e",name:"Aberrant Flinger",details:"",size:2,origin:0,type:0,keywords:"construct",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:2},wisdom:{score:8},charisma:{score:16},hp:1,initiative:10,ac:25,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"5c349b1d-459f-4763-b476-064c8ada4298",name:"Tentacle Knot",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 8 acid damage, and the target is grabbed. A grabbed target takes 8 acid damage at the start of each of the aberrant flinger’s turns.",damage:"8 acid damage",category:1},{id:"e4e3e61d-4bd5-484a-aa4c-6a607ab9b824",name:"Fling",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Targets a creature the aberrant flinger is grabbing; 5 damage, and the target slides 3 squares and is knocked prone. The target is no longer grabbed. Miss: The target is no longer grabbed.",damage:"5 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, petrification",tactics:""},{id:"2bf18326-ed5d-425d-bcee-8506b28a74f9",name:"Advanced Eye of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Nature +10, Stealth +17",equipment:"battleaxe; handaxe; hide armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:22},intelligence:{score:11},wisdom:{score:9},charisma:{score:18},hp:95,initiative:9,ac:23,fortitude:21,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"726136d8-3ded-49bc-aa59-733c7aab0ed3",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"bcd3d423-b1dc-46ce-abd4-e5fe1357687a",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"b4b33f7c-931c-404c-b682-b53a67543557",name:"Malachi’s Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The eye of Malachi makes a battleaxe attack and a handaxe attack. If both attacks hit, one target takes ongoing 5 psychic damage (save ends).",damage:"one target takes ongoing 5 psychic damage (save ends)",category:1},{id:"a8cfbad5-9f65-40c9-a2e3-c8dfca2026bf",name:"Scream for Malachi",action:null,keywords:"Psychic",condition:"when reduced to 0 hp",range:"Close burst 1",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage.",damage:"2d6+5 psychic damage",category:0},{id:"60c85c6f-0537-4e54-8ca1-be42e2216e3b",name:"Pain Slide",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Creatures taking ongoing damage can’t attack the eye of Malachi for moving or shifting.",damage:"creatures taking ongoing damage can’t attack the eye of malachi for moving or shifting",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d941488-8185-459a-9406-b72b7d8ccee2",name:"Arctide Spiralith",details:"",size:3,origin:1,type:1,keywords:"demon",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:23},intelligence:{score:7},wisdom:{score:19},charisma:{score:12},hp:97,initiative:12,ac:24,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"ad4060e1-ea4d-4c4f-b7e4-174ffa4aac8b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"a59b7e39-f911-4ccf-8dda-0fe9a95c6de3",name:"Arcane Arc",action:{action:5,trigger:"when an enemy moves adjacent to the arctide spiralith",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Melee 1",attack:{bonus:17,defence:2},description:"",details:"1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:5},{id:"8f21d6d1-89fa-406e-abbd-81507a82e59d",name:"Focused Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+5 lightning damage.",damage:"2d8+5 lightning damage",category:1},{id:"7b14769e-3cc1-48ea-b33b-65872739bbdb",name:"Bloodied Shock",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage, and the target is dazed (save ends).",damage:"1d8+5 lightning damage",category:5},{id:"16026f4c-353a-45d0-b0c3-26a1f2ec71e4",name:"Charged Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage. The attack deals 1 extra lightning damage for each creature in the burst. Any ally damaged by the attack gains a +1 bonus to any recharge rolls at the start of its next turn. If the bonus causes a recharge roll to exceed six, the result is considered six.",damage:"1d8+5 lightning damage",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8270a37a-3c6e-4d7e-8c6f-919a76059a75",name:"Arrow of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +15",equipment:"arrows (30); hide armor; longbow; longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:22},intelligence:{score:11},wisdom:{score:9},charisma:{score:19},hp:90,initiative:12,ac:27,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"158133ec-5969-450d-83cc-05777da9a52f",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"d17055bc-7250-4e95-abdf-6d1e57c850fd",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"3885af04-80ec-4a50-9bf1-967e146a074e",name:"Staggering Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires longbow",range:"Ranged 20",attack:{bonus:20,defence:0},description:"",details:"2d10+8 damage, and the target slides 2 squares.",damage:"2d10+8 damage",category:1},{id:"5d816533-8225-4b70-b9eb-c3294e9d543b",name:"Aberrant hiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fear, Psychic",condition:"",range:"Close burst 1",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 1d8+4 psychic damage, and the target is pushed 2 squares.",damage:"1d8+4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"37ebc43d-8ea6-4d55-98de-feefc24f644a",name:"Battle Wight Bodyguard",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:7,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +15",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:14},intelligence:{score:12},wisdom:{score:9},charisma:{score:21},hp:230,initiative:9,ac:29,fortitude:26,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"b4bb5399-8ba6-4681-9fc3-441cf62047b9",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 necrotic damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"f074e3be-2ed2-4c79-85ba-fd7bd8395036",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"affects an immobilized target only; 2d8+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8+5 necrotic damage",category:1},{id:"b85f14aa-a049-42ee-94c4-fc96d820e53e",name:"Chosen Target",action:{action:5,trigger:"when a marked enemy shifts or makes an attack that does not include the bodyguard",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The battle wight bodyguard makes a melee basic attack against the triggering creature.",attack:null,description:"",details:"",damage:"",category:5},{id:"2db26cec-e624-472a-9d39-1de55180e79f",name:"Indomitable Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a bodyguard attacks an enemy, the target is marked until the end of the bodyguard’s next turn.",damage:"",category:0},{id:"6c60a203-5eb3-44e2-9001-740e6fce6e98",name:"Shieldbearer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies adjacent to the bodyguard gain a +2 power bonus to AC.",damage:"Allies adjacent to the bodyguard gain a +2 power bonus to AC",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ef5c13a0-7e49-42be-9b7c-15af094aeb88",name:"Blightfire Wretch",details:"",size:2,origin:4,type:0,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"7 (ice walk)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:20},intelligence:{score:4},wisdom:{score:8},charisma:{score:18},hp:1,initiative:8,ac:26,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"b0c79a69-1d69-47c1-8459-d11fc853d16e",name:"Blightfire Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"7 cold damage, and ongoing 3 cold and necrotic damage.",damage:"7 cold damage",category:1},{id:"5792bcfe-f78f-48d6-a9f7-1405843ba189",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a blightfire skeleton wretch is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage, the creature falls prone and appears to be destroyed. At the start of its next turn it regains 1 hit point. However, if it is destroyed 3 times, it is destroyed for good.",damage:"if a blightfire skeleton wretch is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"111f2bc6-eb77-4b4e-a476-59ded90f0446",name:"Canoloth Warbrute",details:"",size:2,origin:1,type:1,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; blindsight 10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +15",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:9},hp:116,initiative:11,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"8e28c0e9-f941-4a5a-b207-53988a288a76",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"9e706ef2-14ed-488c-a0a1-9bc69e6bb4d7",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 1d8+5 damage, and the target is dazed (save ends).",damage:"1d8+5 damage",category:1},{id:"7c554876-539e-480d-b583-ff01b7e037b3",name:"Tongue Seize",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets a dazed, stunned, unconscious, or helpless creature; reach 4; the target is pulled into an unoccupied space adjacent to the canoloth.",damage:"reach 4",category:3},{id:"97da080f-8357-48e7-b0a7-5c6dd4fa9e94",name:"Canoloth Yowl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:15,defence:3},description:"",details:"targets creatures without the demon keyword; 2d8+3 psychic damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d8+3 psychic damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"a39f5d4b-29f4-4090-a0c5-76068bef3247",name:"Chaos Mauler",details:"",size:3,origin:1,type:0,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:1,initiative:9,ac:23,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"4a86462e-caa4-4f32-891d-db57b29befc6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 8 fire damage.",damage:"8 fire damage",category:1},{id:"65b7aa70-4bea-4db7-8bb4-8518539d1423",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chaos mauler is perfectly adapted to living in blood chaos. It can move through blood chaos without penalty and takes no damage from contact with blood chaos.",damage:"it can move through blood chaos without penalty and takes no damage from contact with blood chaos",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"309c91d8-21ae-4b49-b005-5742bb8dec78",name:"Darkpact Cyclops Guard",details:"",size:3,origin:2,type:2,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +13; darkvision, truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"battleaxe; heavy shield; hide armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:11},hp:1,initiative:8,ac:27,fortitude:26,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"0c6ef6da-3b08-4dec-b528-c7ec3c9bde8d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 2",attack:{bonus:17,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"6bf1ac0b-0d59-47b4-9ba2-3adfd4343147",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the darkpact cyclops guard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The darkpact cyclops guard makes a melee basic attack against the attacker.",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8f5c20e9-4a37-401e-b122-e75f7b9ae7f4",name:"Darkpact Shadar-Kai Chainfighter",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"leather armor; magic weapon; spiked chain",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:68,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"ad3d8e7c-44d1-4b0b-b600-64da25f678ed",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 2",attack:{bonus:11,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"9988036c-7303-4359-88f4-bb9a106fa8ba",name:"Dance of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The darkpact shadar-kai chainfighter shifts 6 squares and makes 3 spiked chain attacks at any points during its move. It can attack a given enemy only once, but it deals 1d6 extra necrotic damage with each successful hit.; 3d8+4 damage.",damage:"but it deals 1d6 extra necrotic damage with each successful hit",category:1},{id:"d66fb022-2f1e-40fc-aba1-7b235fdc514c",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The darkpact shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The darkpact shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ec982bfb-038c-4034-9fc2-70d5db05431f",name:"Darkpact Stalker",details:"",size:2,origin:5,type:2,keywords:"",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +15, Thievery +15",equipment:"dagger; keen weapon; scimitar",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:14},wisdom:{score:14},charisma:{score:19},hp:81,initiative:14,ac:24,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"cec8ed01-36cf-4d9c-8fbc-37153a71a74c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage (crit 1d8+13).",damage:"1d8+5 damage (crit 1d8+13)",category:1},{id:"3158c745-2f1a-4c23-bb57-95e458529ea8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:15,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"0079aac4-90c1-4ad5-8cda-c2aa5b135cd4",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a darkpact stalker explodes in a spout of darkness.",damage:"",category:0},{id:"41bdd9f7-29ec-4d52-a1da-61806c506cdf",name:"Dark Fog",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 4 within 10",attack:null,description:"",details:"creates a zone of darkness that blocks line of sight (creatures with darkvision ignore this effect).",damage:"",category:1},{id:"d8909701-42d6-4063-8948-559d3f818254",name:"Keen Scimitar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires scimitar; if the next attack the darkpact stalker makes before the end of its next turn is a hit, treat it as a critical hit.",damage:"",category:3},{id:"1d07dbeb-be61-4f72-8095-405bfa22f0a0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The darkpact stalker deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"16a9f70b-1434-40fb-9db2-31c84992b899",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkpact stalker moves 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The darkpact stalker moves 4 squares",category:2},{id:"7f74d7bf-3d77-4159-af04-e42767589e33",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The darkpact stalker becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f849e37-fc82-46e6-bfa2-7c9d8d6eee1c",name:"Elder Troglodyte Curse Chanter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +15; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Dungeoneering +15, Endurance +17, Religion +11",equipment:"quarterstaff",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:12},intelligence:{score:10},wisdom:{score:19},charisma:{score:15},hp:127,initiative:7,ac:27,fortitude:26,reflex:21,will:26,regeneration:null,auras:[{id:"923322e9-625c-441f-99fa-aaf75b980dfa",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"05fb1d79-bbed-4058-ae4e-b3bfadda4c6a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"b2c28f65-61b8-4de8-89c3-ad8bf0b39dcd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"ca957e3e-4feb-400d-97c0-15204692dbbc",name:"Poison Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"1d8+6 poison damage, and the target is weakened (save ends).",damage:"1d8+6 poison damage",category:1},{id:"7f0f163c-6fab-4ad3-a3ff-92a688715cf8",name:"Cavern Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"the target takes ongoing 5 necrotic damage and is slowed (save ends both)",category:1},{id:"782a0112-db00-4bc9-8965-89ddb5e1ad7a",name:"Tunnel Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn",category:3},{id:"0b2c7425-11b0-486e-aea6-6c14fc92d944",name:"Chant of Renewal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f9ad3dd6-d570-4ef4-bd19-e6e5d84d188e",name:"Elomir (undead)",details:"",size:2,origin:0,type:2,keywords:"undead",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Deep Speech, Elven",skills:"Athletics +19, Intimidate +18",equipment:"heavy shield; longsword; scale armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:20},intelligence:{score:10},wisdom:{score:10},charisma:{score:22},hp:270,initiative:14,ac:30,fortitude:27,reflex:25,will:26,regeneration:{value:5,details:""},auras:[{id:"a06e5c31-e912-4ecf-b8e9-1fa27d625a24",name:"Mind Undead",keywords:"",details:"aura 5; undead allies within the aura deal an extra 5 psychic damage with melee attacks."}],powers:[{id:"47fbaa32-f56f-4be5-a7df-a85fc070315b",name:"Mindripping Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 damage, ongoing 5 necrotic and psychic damage, and the target is marked (save ends both).",damage:"1d8+6 damage",category:1},{id:"bd0b8060-3453-461e-a548-8431800b9a11",name:"Dual Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Psychic, Weapon",condition:"requires mindripping soulsword",range:"Elomir makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"0c22904c-5110-47d1-978f-ff40cd92a33d",name:"Disruptive Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Psychic, Weapon",condition:"requires mindripping soulsword",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+8 damage, ongoing 5 necrotic and psychic damage, and whenever the target is the target of a power that has the healing keyword, it takes 10 necrotic damage (save ends both).",damage:"2d8+8 damage",category:1},{id:"b200b801-bfdb-4238-9493-50e66faa558c",name:"Fires of Unmaking",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic, Psychic",condition:"",range:"Close burst 2",attack:{bonus:17,defence:1},description:"",details:"living creatures take 4d8+5 fire and necrotic damage, and ongoing 10 necrotic and psychic damage (save ends). Undead creatures in the burst deal an extra 2d6 necrotic and fire damage until the end of Elomir’s next turn.",damage:"living creatures take 4d8+5 fire and necrotic damage",category:1},{id:"b625e9ed-9ab2-4731-9654-8ccaa8253c3d",name:"Deathly Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Elomir ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c4c6a0a8-e600-4e61-9245-a109d2b6f3d1",name:"Far Eidolon",details:"",size:2,origin:0,type:0,keywords:"construct",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:6},wisdom:{score:9},charisma:{score:19},hp:276,initiative:9,ac:25,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"d0c51f7c-1fde-4b18-a664-7acaa71b3f16",name:"Twisting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage, and ongoing 10 psychic damage (save ends). While taking this ongoing damage, the target deals 5 psychic damage to any of its allies that are adjacent to it at the start of its turn.",damage:"2d8+6 damage",category:1},{id:"36619920-0357-4b31-8c40-7768e372e098",name:"Unnatural Retribution",action:{action:4,trigger:"when an enemy attacks the eidolon while it is in mindbending stance",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 1d8+4 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"1d8+4 psychic damage",category:5},{id:"5d16cdae-9973-4462-bd65-589ad66d273b",name:"Mindbending Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Until the end of the eidolon’s next turn, enemies that start their turns within 5 squares of it take 5 psychic damage, and a -2 penalty to attack rolls and defenses. If the eidolon moves, the effect ends.",damage:"enemies that start their turns within 5 squares of it take 5 psychic damage",category:1},{id:"fc4d7d6b-6699-4f83-9fa7-52bae9f2811a",name:"Statue Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the far eidolon remains still, it looks like a statue. In this form, it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check.",damage:"it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, petrification",tactics:""},{id:"648baf84-f278-4dd8-8eea-35bcdc14b0ae",name:"Ghost Harpy",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:20},intelligence:{score:10},wisdom:{score:14},charisma:{score:23},hp:169,initiative:10,ac:28,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"4ab20b6e-cbb1-40cb-849c-26ff63c0830d",name:"Spirit Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d10+6 necrotic damage.",damage:"1d10+6 necrotic damage",category:1},{id:"26cd403c-3f04-4df5-ae0b-93c4e50f6b13",name:"Death Kiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"2d6+6 psychic damage, and the target takes a -2 penalty to Fortitude (save ends).",damage:"2d6+6 psychic damage",category:3},{id:"ebfbc965-7a32-456c-8cb0-ef73bb9a2318",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:15,defence:3},description:"",details:"deafened creatures are immune; the target is pulled 4 squares and immobilized (save ends). Sustain Minor: Any target that has not yet saved against the effect is pulled 4 squares and immobilized (save ends).",damage:"the target is pulled 4 squares and immobilized (save ends)",category:1},{id:"770b338f-e01a-4d5c-ac50-23958853a347",name:"Despairing Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d6+6 thunder damage, and the target is dazed (save ends).",damage:"2d6+6 thunder damage",category:1},{id:"0cace4ad-7f6e-4803-8848-894af1fe6c14",name:"Lurking Voice",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as it doesn’t move or otherwise attack, the harpy ghost can use Stealth to hide while using spirit’s call.",damage:"",category:0}],damageModifiers:[{type:10,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eb24d31e-f7ec-43d7-a931-8454f39be2dc",name:"Githyanki Thug",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:11},wisdom:{score:11},charisma:{score:13},hp:1,initiative:6,ac:24,fortitude:26,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"71338d4a-adb0-4873-b31a-960650f0fcb7",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage, and the target is immobilized (save ends).",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"41d16cfc-f57f-46fd-ae27-768cff3e5376",name:"Icetomb Wight",details:"",size:3,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:148,initiative:12,ac:32,fortitude:28,reflex:26,will:27,regeneration:{value:0,details:"special (see Resist)"},auras:[],powers:[{id:"69291e3f-242c-48da-ba34-a10c3b7c3220",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 cold damage, and the target is marked (save ends).",damage:"2d6+7 cold damage",category:1},{id:"cc089dbe-c0b1-4186-9a77-34774ca9da6f",name:"Freezing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Reach 2; 2d6+7 cold damage, and the target is grabbed. If the icetomb wight uses this power on a target it has already grabbed, that target loses a healing surge.",damage:"2d6+7 cold damage",category:1},{id:"c7d0ab92-1d2f-40dd-90b7-c45b3462058e",name:"Encase in Ice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"requires a grabbed target",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets the creature the icetomb wight is grabbing; 2d6+7 cold damage, and the target is no longer grabbed but is restrained and takes ongoing 10 cold damage (save ends both), and it is knocked prone. Aftereffect: The target is slowed and takes ongoing 5 cold damage (save ends both).",damage:"2d6+7 cold damage",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5},{type:9,value:5}],resist:"10 cold (if the wight takes cold damage, it gains regeneration 5 until it takes fire or radiant damage, or until the end of the encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"71bb9264-dbfc-4001-90b1-739f7315fb1c",name:"Icewight Castellan",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:19},intelligence:{score:10},wisdom:{score:14},charisma:{score:21},hp:284,initiative:12,ac:30,fortitude:28,reflex:25,will:27,regeneration:{value:0,details:"special (see Resist)"},auras:[],powers:[{id:"7d8ba07c-5527-4edf-b386-9294b40ab96e",name:"Blightfire Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+6 necrotic damage, and the target is immobilized and takes ongoing 10 cold and necrotic damage (save ends both). If this attack hits a creature taking ongoing cold or necrotic damage, the icewight warrior also drains a healing surge.",damage:"2d8+6 necrotic damage",category:1},{id:"b339fb80-3756-4090-9181-17d2706d1632",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"or helpless target",range:"Ranged 5",attack:{bonus:18,defence:1},description:"",details:"2d8+7 necrotic damage, and the icewight warrior and all undead allies within 2 squares regain 10 hit points.",damage:"2d8+7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5},{type:9,value:5}],resist:"10 cold (if the wight takes cold damage, it gains regeneration 5 until it takes fire or radiant damage, or until the end of the encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6d8cdd22-79d8-4e32-ab23-65a9e0e8db7c",name:"Kaorti Fallen",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Arcana +18, Intimidate +17, Stealth +18",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:23},intelligence:{score:18},wisdom:{score:8},charisma:{score:20},hp:145,initiative:15,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"c94cbd4e-7ed2-4cff-972e-543774255c90",name:"Ribbon Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d4+6 damage, and ongoing 5 damage (save ends).",damage:"2d4+6 damage",category:1},{id:"b216e4ea-ced6-4610-989c-d9851ef62c6b",name:"Twisting Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"1d10+7 psychic damage, and the target is weakened (save ends).",damage:"1d10+7 psychic damage",category:1},{id:"e0fed45c-0307-43c6-9ab4-9be4417aa77d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti fallen deals an extra 2d6 damage to creatures it has combat advantage against.",damage:"the kaorti fallen deals an extra 2d6 damage to creatures it has combat advantage against",category:0},{id:"6e14c648-a05b-4e3f-ac8a-353118159f14",name:"Mind Slide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti fallen can shift 3 squares, including through an enemy’s space. It must end its shift in an unoccupied space. It doesn’t provoke opportunity or immediate action attacks for shifting this way.",damage:"The Kaorti fallen can shift 3 squares",category:2}],damageModifiers:[],resist:"10 acid and 10 psychic",vulnerable:"",immune:"",tactics:""},{id:"24fbba0d-b79f-4cf3-b945-b7e433992063",name:"Kaorti Skybleeder",details:"",size:3,origin:0,type:1,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +10; all-around vision, darkvision",movement:"6, fly 6 (hover)",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:20},intelligence:{score:6},wisdom:{score:6},charisma:{score:18},hp:168,initiative:12,ac:26,fortitude:28,reflex:26,will:25,regeneration:{value:5,details:"if the skybleeder takes fire or force damage, its regeneration does not function until the end of its next turn"},auras:[{id:"3b4d8f81-a333-4e64-82b8-58be9d845081",name:"Acidic Mist",keywords:"",details:"(Acid) aura 1; a creature in the aura takes 5 acid damage at the start of its turn."}],powers:[{id:"6e489586-d206-4452-959d-7aac2b77b040",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"ece0f88a-2d9c-4bf0-862e-98a97ab894e5",name:"Skybleeder Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skybleeder makes two claw attacks, or three claw attacks at -2 to each attack roll.",damage:"or three claw attacks at -2 to each attack roll",category:1},{id:"6d3f4eb7-6df1-4508-8a72-63105f68cdc5",name:"Lashing Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:15,defence:2},description:"",details:"1d4+7 acid damage (3d4 + 7 acid damage against a target the skybleeder is grabbing), and the target is pulled 2 squares and grabbed. A skybleeder can grab up to three targets.",damage:"1d4+7 acid damage (3d4 + 7 acid damage against a target the skybleeder is grabbing)",category:1}],damageModifiers:[],resist:"10 acid and 10 psychic",vulnerable:"",immune:"",tactics:""},{id:"b45197c6-2aa2-4f36-8523-5f9a7c91cecc",name:"Kaorti Thrall",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 4",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:25},intelligence:{score:8},wisdom:{score:8},charisma:{score:15},hp:1,initiative:16,ac:28,fortitude:27,reflex:28,will:23,regeneration:null,auras:[],powers:[{id:"cb8bf33b-dd25-49ec-a271-b6d424b97515",name:"Ribbon Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"f139f813-1d27-4e86-b221-44574082c8ea",name:"Mind Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti thrall shifts 1 square. It doesn’t provoke opportunity or immediate action attacks for shifting this way.",damage:"The Kaorti thrall shifts 1 square",category:3},{id:"cbb0add8-37d9-4951-9c9c-ac1251450fee",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti thrall deals an extra 3 damage to foes it has combat advantage against.",damage:"the kaorti thrall deals an extra 3 damage to foes it has combat advantage against",category:0}],damageModifiers:[],resist:"10 acid and 10 psychic",vulnerable:"",immune:"",tactics:""},{id:"cffd3c2a-5c02-4317-b5d1-437faa65c0ff",name:"Keening Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:4},constitution:{score:18},dexterity:{score:23},intelligence:{score:6},wisdom:{score:8},charisma:{score:20},hp:1,initiative:15,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[{id:"122731bd-ab6d-4ada-98a9-c91a0667b412",name:"Tormenting Keening",keywords:"",details:"aura 1; any enemy within the aura that takes damage from a power that has the thunder or psychic keyword takes 5 extra psychic damage."}],powers:[{id:"cffd95a9-4271-42db-93cc-56e9e33190c8",name:"Passing Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"The keening spirit can shift up to 1 square before or after the attack; 7 thunder damage.",damage:"7 thunder damage",category:1}],damageModifiers:[{type:6,value:-10},{type:10,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eae1e003-cbc6-4ef7-bd62-7f543658f0fd",name:"Lingering Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:22},intelligence:{score:10},wisdom:{score:12},charisma:{score:19},hp:66,initiative:16,ac:26,fortitude:23,reflex:25,will:23,regeneration:null,auras:[{id:"21711268-a218-443f-8c6d-4fc96fe848cd",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"340686d2-8a59-408d-879f-1fb635e73372",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d8+5 necrotic damage.",damage:"2d8+5 necrotic damage",category:1},{id:"d11d08a7-1885-4f1f-84aa-c0cbb95909e9",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close burst 2",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 3d6 psychic damage, and the target is knocked prone.",damage:"3d6 psychic damage",category:1},{id:"581d19f4-ffdc-4a0a-83eb-d97e47414de5",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1d080fe2-0609-4a35-8478-29780c9a1965",name:"Malachi",details:"",size:2,origin:0,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common, Deep Speech",skills:"Arcana +20, History +20",equipment:"implement, orb",category:"",strength:{score:11},constitution:{score:21},dexterity:{score:12},intelligence:{score:14},wisdom:{score:9},charisma:{score:21},hp:314,initiative:9,ac:30,fortitude:38,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"aebdf5b0-ead3-4695-a97a-876bdcab127d",name:"Disrupting Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+3 necrotic damage, and the target regains only half the number of hit points granted by healing powers (save ends).",damage:"2d8+3 necrotic damage",category:1},{id:"eb5d0717-e131-4431-8521-def97cf75d69",name:"Psychic Assault",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 1d10+7 psychic damage.",damage:"1d10+7 psychic damage",category:3},{id:"2016b30e-dec7-473f-a5c9-8035a6126742",name:"Distortion Field",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:"recharges when first bloodied"},keywords:"Conjuration, Psychic, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"a rippling field of energy causes disturbing reality distortions; enemies that start their turns in the zone take 5 psychic damage and -2 to defenses until the start of their next turn. The distortion field moves with Malachi. While the field persists, Malachi gains +5 to checks to escape a grab and +5 saving throws against the immobilized, restrained, and slowed conditions. Sustain Minor: The zone persists.",damage:"enemies that start their turns in the zone take 5 psychic damage and -2 to defenses until the start of their next turn",category:1},{id:"353bbaf6-ad44-44bb-b548-95c1ff7fcd4a",name:"Unraveling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:18,defence:3},description:"",details:"2d10+7 psychic damage, and ongoing 10 psychic damage (save ends). If the target has created any effect that has a duration (save ends, until end of turn, until end of encounter) or can be sustained, that effect ends. Miss: 1d10+7 psychic damage and ongoing 5 psychic damage (save ends).",damage:"2d10+7 psychic damage",category:1},{id:"5c077c97-918f-4d45-b959-516fa92f616b",name:"Mindbending Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"Malachi teleports 5 squares. Malachi can choose a creature that he starts or arrives adjacent to, forcing that creature to make a melee basic attack against another adjacent creature as a free action.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1293f3f4-921d-4a1f-9eb3-51713d7c5e5c",name:"Malachi’s Butcher",details:"",size:3,origin:4,type:0,keywords:"undead",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:18},intelligence:{score:6},wisdom:{score:18},charisma:{score:2},hp:564,initiative:10,ac:26,fortitude:29,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"bd7ac8ca-a3f9-455f-8de7-6301c319ea66",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+7 damage, and ongoing 5 damage (save ends). On a critical hit, the ongoing damage increases to 10 and has Aftereffect: ongoing 5 damage (save ends). Against a grabbed target, the butcher scores a critical hit on a natural roll of 18-20.",damage:"2d10+7 damage",category:1},{id:"b9ed121a-d14c-49da-9b46-5d7d45566fc4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target is grabbed. The butcher can grab only one creature at a time, and it can’t make claw attacks while grabbing.",damage:"2d8+7 damage",category:1},{id:"2bfa05fa-7081-4eb2-aa34-1f1b37029bbf",name:"Butchery",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The butcher makes a cleaver and a claw attack.",damage:"",category:1},{id:"8b6f1fc9-77ea-43c7-aee3-dea5129adcfd",name:"Mangling Maw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a grabbed target",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets a creature the butcher is grabbing; 2d10+5 damage, and the butcher regains 5 hit points.",damage:"2d10+5 damage",category:3},{id:"c0d071de-1058-4c05-a920-64effba3a689",name:"Spew Meat Mote",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Malachi’s butcher takes 10 damage. A meat mote appears in a square of the butcher’s choice within 2 squares. It acts right after the butcher. The butcher can have only four active meat motes at a time.",damage:"malachi’s butcher takes 10 damage",category:3},{id:"96bee3c9-72ab-4415-8d7c-b5cfdd4de393",name:"Rupture",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Four meat motes appear in the butcher’s space. They take their turn immediately after the butcher is reduced to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"595432a3-0f5a-4126-a5a1-f36b7d281b6b",name:"Malachi’s Shade Witch",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +17, Stealth +14",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:22},wisdom:{score:9},charisma:{score:20},hp:228,initiative:9,ac:26,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"d6b4fe8c-b6db-462b-ae8a-f10b68a1c6ce",name:"Shadowfire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+4 fire and necrotic damage, and the shade witch is invisible to the target until she attacks.",damage:"2d6+4 fire and necrotic damage",category:1},{id:"1c3e0152-b974-4cc9-8a6c-1060fab8c9ef",name:"Shadowed Eye",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d6+5 psychic damage, and the target has no line of sight to anything beyond 2 squares until the end of the shade witch’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"fea833b4-f869-44ab-96da-760f0eedfdae",name:"Shadow Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Malachi’s shade witch makes two basic attacks.",damage:"",category:1},{id:"a08f9bd9-0740-47f8-8f20-92f34c201ac3",name:"Soul Flaying",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a target within sight becomes bloodied"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"4d8+7 necrotic damage, and the target can’t use healing surges until the end of the shade witch’s next turn.",damage:"4d8+7 necrotic damage",category:1},{id:"f1956990-584f-4358-97aa-e85ad7167d0b",name:"Shade Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:16,defence:1},description:"",details:"3d6+7 necrotic damage, and the target is dazed (save ends).",damage:"3d6+7 necrotic damage",category:1},{id:"f71373dd-bcb8-4284-9ccc-64b501a53558",name:"Shadowbite Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Malachi’s shade witch teleports 6 squares and becomes insubstantial until the start of her next turn. Enemies adjacent to her when she teleports take 1d10 + 5 necrotic damage and are knocked prone.",damage:"enemies adjacent to her when she teleports take 1d10 + 5 necrotic damage and are knocked prone",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71d470c2-4411-4c48-887a-41d266425488",name:"Meat Mote",details:"",size:0,origin:4,type:0,keywords:"undead",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:18},dexterity:{score:24},intelligence:{score:2},wisdom:{score:19},charisma:{score:2},hp:1,initiative:15,ac:28,fortitude:23,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"6c75e2c1-903a-44f4-97df-2c252b44c496",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"5 damage, and the target is slowed until the end of the meat mote’s next turn.",damage:"5 damage",category:1}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f25aead5-b35b-47ad-94a1-48fe7ce757e1",name:"Mezzodemon Beastlord",details:"",size:2,origin:1,type:2,keywords:"demon",level:13,role:{type:7,flag:0,leader:!0},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +12",equipment:"trident",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:10},wisdom:{score:19},charisma:{score:16},hp:132,initiative:11,ac:30,fortitude:27,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"38a22e36-df1d-4899-ad38-a0df0e8fc6f1",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the mezzodemon slides the target 2 squares.",damage:"1d8+6 damage",category:1},{id:"c014a740-6977-4952-a3d8-8f3f74e18614",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 2d8+5 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d8+5 poison damage",category:1},{id:"64ac53f9-056b-4488-bba9-92a5e3cb1bf5",name:"Beastly Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"One allied elemental beast within 5 squares of the mezzodemon beastlord makes a melee attack as a free action.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"f25e6bec-06d3-4b3a-83f9-9d3f250ace20",name:"Roper Eidolon",details:"",size:3,origin:4,type:3,keywords:"",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +12",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:6},wisdom:{score:20},charisma:{score:10},hp:280,initiative:10,ac:28,fortitude:27,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"c5ed9ce5-5664-4e6a-a4de-173c0900d139",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"d75afad6-2b8d-4cf1-9912-6bcb2f8aaa5c",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 10; 2d10+4 damage, and the target is grabbed. While the target is grabbed, it is also weakened.",damage:"2d10+4 damage",category:1},{id:"df17ac31-d55c-42eb-a0d3-8f894dcbe5a7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The roper makes two tentacle attacks.",damage:"",category:1},{id:"3ea27b72-a752-4889-bfbe-1b60f0bda01b",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets a creature the roper eidolon has grabbed; on a hit, the target is pulled 5 squares.",damage:"the target is pulled 5 squares",category:3},{id:"0eb93a40-f523-44fc-b235-76e88d182fae",name:"Pillar Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the roper eidolon that does not move, retracts its tentacles, and keeps its eye and mouth closed resembles a rough-hewn pillar. In this form, it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check.",damage:"it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, petrification",tactics:""},{id:"88f40dd4-a321-4960-a7bd-a2e47e0b6729",name:"Sarshan",details:"",size:2,origin:5,type:2,keywords:"",level:12,role:{type:3,flag:2,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Unaligned",languages:"Abyssal, Common, Elven, Deep Speech",skills:"Arcana +23, Diplomacy +23",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:17},hp:650,initiative:10,ac:28,fortitude:25,reflex:26,will:25,regeneration:null,auras:[{id:"d6edd3bf-ea86-426d-abe0-4e271c93881f",name:"Blood Chaos",keywords:"",details:"aura 2; an enemy that ends its turn in the aura takes ongoing 10 acid damage (save ends)."}],powers:[{id:"c0753581-cecc-4ac8-8037-633f0e4e887b",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and ongoing 5 acid damage (save ends).",damage:"1d10+6 damage",category:1},{id:"0df69418-9b6a-402c-9e1b-3dc28aab34f3",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sarshan makes three katar attacks.",damage:"",category:1},{id:"370563af-1095-499d-b4c1-173e5e07a7fb",name:"Shadow Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Sarshan teleports 6 squares, makes a triple attack and teleports 6 more squares, then becomes insubstantial until the start of his next turn.",damage:"Sarshan teleports 6 squares",category:1},{id:"08bc98ad-4e97-48be-9909-b7c75c8fc701",name:"Blood Chaos Flare",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"the target takes ongoing 10 acid damage (save ends). First Failed Saving Throw: The target is slowed and takes ongoing 10 acid damage (save ends). Second Failed Saving Throw: The target is transformed into a mass of slime (treat as petrified; no save). The Remove Affliction ritual can reverse this effect.",damage:"the target takes ongoing 10 acid damage (save ends)",category:1},{id:"d22e1fb0-814f-482c-92ed-dfb3883408b7",name:"Chaos Nova",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:15,defence:1},description:"",details:"4d10+5 acid damage. Miss: Half damage.",damage:"4d10+5 acid damage",category:1},{id:"4d79536f-5b82-43f6-bf4f-1a0c4158de44",name:"Chaos Scream",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"Sarshan makes a blood chaos flare attack.",damage:"",category:5}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"436c1936-2339-460e-a150-1b47180745d0",name:"Scion of Chaos",details:"",size:4,origin:1,type:0,keywords:"",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:19},intelligence:{score:16},wisdom:{score:19},charisma:{score:21},hp:120,initiative:9,ac:25,fortitude:24,reflex:23,will:24,regeneration:null,auras:[{id:"c31ee498-8d49-4a05-b9d3-527df28d1edd",name:"Whirling Tentacles",keywords:"",details:"aura 2; the scion of chaos slides any creature that starts its turn in the aura 2 squares."}],powers:[{id:"11dd1f62-a131-4328-b5eb-f85f297263e9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+4 fire damage.",damage:"2d8+4 fire damage",category:1},{id:"59d2d2f6-e4f3-4ace-adc6-84359e6d7b29",name:"Staggering Strike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+6 damage and the target is pushed 3 squares.",damage:"2d6+6 damage and the target is pushed 3 squares",category:1},{id:"c71eff64-6982-4b7a-a837-70f12cbf733d",name:"Coils of Immobility",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:2},description:"",details:"targets enemies only; 2d8+4 damage and the target is restrained (save ends).",damage:"2d8+4 damage and the target is restrained (save ends)",category:1},{id:"caa88d68-4ea3-4717-8257-615edaf97cbb",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The scion of chaos is perfectly adapted to living in blood chaos. It can move through blood chaos without penalty and takes no damage from contact with blood chaos.",damage:"it can move through blood chaos without penalty and takes no damage from contact with blood chaos",category:0}],damageModifiers:[],resist:"acid 10, fire 10",vulnerable:"",immune:"",tactics:""},{id:"75e702ee-a279-449f-a896-8129904d10da",name:"Shadow Hook Horror",details:"",size:3,origin:5,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"Athletics +18",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:12},hp:137,initiative:12,ac:28,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"fbc1f4ea-7283-4e00-8940-698b11ea2089",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"reach 2; 1d12+7 damage, and the target is pulled 1 square.",damage:"1d12+7 damage",category:1},{id:"552e864f-1091-47de-8a4e-e6666fd9467b",name:"Rending Hooks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The shadow hook horror makes two hook attacks, each at a -2 penalty. If both hooks hit the same target, the hook horror deals an extra 1d12 damage and the target can be grabbed.; 2d8+6 damage.",damage:"the hook horror deals an extra 1d12 damage and the target can be grabbed",category:1},{id:"9ff0828f-4dfc-465d-8a32-4146da8993b3",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a grabbed target",range:"",attack:{bonus:20,defence:0},description:"",details:"Targets a creature the shadow hook horror has grabbed; 1d8+7 damage.",damage:"1d8+7 damage",category:3},{id:"810df1f5-0bdb-44c8-bfc1-228a878956a7",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d12+7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d12+7 damage",category:1},{id:"12ed8298-9a6d-4f05-8076-49fb6977aa03",name:"Shadow Cloak",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"requires activation in an area of dim light",range:"",attack:null,description:"",details:"The shadow hook horror becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10225626-4b55-435f-8269-62d91210e4ab",name:"Shattered Wraith",details:"",size:1,origin:5,type:2,keywords:"undead",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"",skills:"Stealth +19",equipment:"",category:"",strength:{score:4},constitution:{score:15},dexterity:{score:23},intelligence:{score:6},wisdom:{score:15},charisma:{score:20},hp:1,initiative:18,ac:31,fortitude:25,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"af48359e-f744-48b1-8cb8-efe114d20590",name:"Shatter Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"5 necrotic damage, and the target gains vulnerable necrotic 5.",damage:"5 necrotic damage",category:1},{id:"183f79f2-836b-4847-9f60-8ac0bf5fe3de",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shattered wraith shifts 6 squares.",damage:"The shattered wraith shifts 6 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"29a1a9d4-f41e-4454-9aaa-568e959aa209",name:"Skulking Terror",details:"",size:2,origin:1,type:0,keywords:"",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +11",movement:"6, fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:12},hp:83,initiative:13,ac:25,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"f14138f6-6962-41e6-813e-3898d71d7477",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"599e13aa-b9b1-4e00-918d-bb6822dcb58d",name:"Lethargic Countenance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is slowed and grants combat advantage to the skulking terror until the end of the skulking terror’s next turn. After all attacks are resolved, the skulking terror teleports 8 squares and gains a +4 power bonus to all defenses against ranged and area attacks.",attack:{bonus:12,defence:3},description:"",details:"",damage:"",category:1},{id:"bccad8f3-17d5-4059-9b0b-7104acb0367f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The skulking terror deals an extra 2d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"2b767b45-5b70-402c-b5f0-2c39fe9a0a25",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The skulking terror is perfectly adapted to living in blood chaos. It can move through blood chaos without penalty and takes no damage from contact with blood chaos.",damage:"it can move through blood chaos without penalty and takes no damage from contact with blood chaos",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b59bf058-d93c-4856-873d-3c3e8a487699",name:"Skull Lord Servitor",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:0,flag:0,leader:!0},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +18, Insight +15, Intimidate +18",equipment:"implement, staff; ritual book",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:18},intelligence:{score:17},wisdom:{score:16},charisma:{score:23},hp:55,initiative:12,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[{id:"1cefedef-9234-467a-87f9-74d1daba60c7",name:"Master of the Grave",keywords:"",details:"aura 2; undead allies in the aura gain regeneration 5 and a +2 bonus to saving throws. This aura ends when the skull of death’s command is destroyed."}],powers:[{id:"da49ba30-2362-4f00-ad87-b30e8380ffe4",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage plus 1d6 necrotic damage.",damage:"1d8+4 damage plus 1d6 necrotic damage",category:1},{id:"6851333e-f7cf-4d88-94ec-92b6ca3349d4",name:"Skull of Bonechilling Fear",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fear",condition:"",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"1d10+3 cold damage, and the target is pushed 5 squares.",damage:"1d10+3 cold damage",category:3},{id:"af0f84db-1dda-4659-b915-089d3cfddc42",name:"Skull of Death’s Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"the skull lord restores a destroyed undead minion within range. The restored undead minion’s level must be no higher than the skull lord’s level +2. The restored minion stands in the space where it fell (or in any adjacent space if that space is occupied) as a free action, has full normal hit points, and can take actions (as normal) on its next turn.",damage:"The restored undead minion’s level must be no higher than the skull lord’s level +2",category:3},{id:"7d8fa0c0-648d-49c3-8c19-e14743fefa3e",name:"Skull of Withering Flame",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"2d6+5 fire and necrotic damage.",damage:"2d6+5 fire and necrotic damage",category:3},{id:"2c878719-a8b0-47bf-92a4-38bb4d26eb18",name:"Triple Skulls",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When a skull lord is reduced to 0 hit points, one of its skulls (determined randomly from the three powers above) is destroyed, and it loses the ability to use that power. If the creature has any skulls remaining, it instantly heals to full hit points (55 hit points). When all three skulls are destroyed, the skull lord is destroyed as well.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"adf056cb-daa7-4090-a43a-2e6139bf72fb",name:"Storm Abishai Sniper",details:"",size:2,origin:3,type:1,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +23; low-light vision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:21},hp:98,initiative:9,ac:24,fortitude:24,reflex:24,will:22,regeneration:{value:5,details:""},auras:[],powers:[{id:"9fc92179-1925-4600-a2b9-b5dcc3d06ce6",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+7 lightning damage.",damage:"2d6+7 lightning damage",category:1},{id:"e5e104f1-6ee9-428e-ae69-1d9d3af63664",name:"Lightning Discharge",action:{action:4,trigger:"when an enemy hits the abishai with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:17,defence:2},description:"",details:"1d6+8 lightning damage, and the triggering enemy is pushed 1 square and stunned until the end of its next turn.",damage:"1d6+8 lightning damage",category:5},{id:"7fef6330-e305-4c3a-b3c4-6ba52bfe396f",name:"Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"2d6+8 thunder damage.",damage:"2d6+8 thunder damage",category:1}],damageModifiers:[{type:5,value:-10},{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be23e391-8574-49d1-b58a-c63a4870d02f",name:"Volarn",details:"",size:2,origin:0,type:2,keywords:"",level:16,role:{type:0,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Arcana +19, Insight +12, Religion +19",equipment:"",category:"",strength:{score:10},constitution:{score:21},dexterity:{score:18},intelligence:{score:22},wisdom:{score:8},charisma:{score:24},hp:246,initiative:12,ac:28,fortitude:27,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"cdef1e0c-07b2-4f7f-9b6e-1469cee07885",name:"Ribbon Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"4d4+4 damage, and ongoing 15 damage (save ends).",damage:"4d4+4 damage",category:1},{id:"c8bb9cf3-5eef-48d2-8841-0c48c9408725",name:"Mind Knives",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d8+7 psychic damage, and ongoing 5 psychic damage.",damage:"2d8+7 psychic damage",category:1},{id:"d8e26935-dd4d-4f51-af4e-49d542b79cd3",name:"Twisting Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d10+7 psychic damage, and the target is stunned until the end of Volarn’s next turn.",damage:"2d10+7 psychic damage",category:1},{id:"2d9b92be-2e9d-4901-ab47-6ca3f603147e",name:"Mind Warp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:20,defence:3},description:"",details:"targets enemies; 2d8+7 psychic damage, and the target slides 2 squares. Volarn can teleport anywhere in the burst.",damage:"2d8+7 psychic damage",category:1},{id:"004ec26b-125e-4f8d-88ab-e00524aeb35d",name:"Out of Nowhere",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Volarn teleports 6 squares and makes one mind knives attack while teleporting. He has combat advantage against his target and deals an extra 5 psychic damage.",damage:"he has combat advantage against his target and deals an extra 5 psychic damage",category:2}],damageModifiers:[{type:1,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7a872b8c-1522-43c3-8c3f-0ee6e99bcddc",name:"Young Shadow Hulk",details:"",size:3,origin:5,type:1,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision, tremorsense 5",movement:"6, burrow 2 (tunneling); phasing",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:12},hp:252,initiative:11,ac:28,fortitude:30,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"94c9571d-728f-4522-85e2-54a702ce5fe2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"b0a9959d-2bd2-4211-b234-0dbdcbc27c03",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The young shadow hulk makes two claw attacks. If both claw attacks hit the same target, the target can be grabbed. A grabbed target takes ongoing 10 damage from the young shadow hulk’s mandibles until it escapes. While grabbing a target, the only melee attack the young shadow hulk can make is a single claw attack against the grabbed target.",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"a7ef1d68-b1e8-4841-b3f1-a170b43ce5f9",name:"Dazing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84a93001-b51f-4ccf-b837-d66e2af070b0",name:"Bone Archivist",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:15},intelligence:{score:23},wisdom:{score:10},charisma:{score:20},hp:109,initiative:9,ac:26,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"ba629024-09b3-40b8-82c6-6dcffa1a0989",name:"Mind Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"1d10+6 psychic damage, and the target takes a -2 penalty to Will and is slowed until the end of the bone archivist’s next turn. The bone archivist can shift 3 squares.",damage:"1d10+6 psychic damage",category:1},{id:"0ec1d4ae-e5fe-44e8-970d-722cf6406722",name:"Siphon Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"2d4+6 psychic damage, and the target can make only basic attacks or use at-will powers until the end of the bone archivist’s next turn.",damage:"2d4+6 psychic damage",category:1},{id:"1532d7e5-4cb3-4f59-a2dd-720000e7d4f9",name:"Knowledge Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 3d6+6 damage, and the target is dazed (save ends).",damage:"3d6+6 damage",category:1}],damageModifiers:[{type:8,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"fd2cbc57-8751-47ee-8a36-8a454f4ecee5",name:"Bone Scribe",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:20},dexterity:{score:14},intelligence:{score:23},wisdom:{score:8},charisma:{score:19},hp:1,initiative:9,ac:27,fortitude:25,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"02075e2f-ca6f-4e72-9978-4d384f2a0a7f",name:"Mind Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"4 psychic damage, and the target takes a -2 penalty to Will and is slowed until the end of the bone scribe’s next turn. The bone scribe can shift 1 square.",damage:"4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"9dc8e30c-6cf7-4cfd-96bc-276cded90e82",name:"Cockroach Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:22},intelligence:{score:1},wisdom:{score:13},charisma:{score:6},hp:124,initiative:14,ac:28,fortitude:24,reflex:25,will:20,regeneration:null,auras:[{id:"8dd73631-30b0-453c-9ff9-a399188d168e",name:"Stench",keywords:"",details:"(Poison) aura 2; enemies within the aura take a –2 penalty to attack rolls."},{id:"cd5e6ff8-cf5d-48ea-81f6-a2d34c45d962",name:"Swarm Attack",keywords:"",details:"aura 1; the cockroach swarm makes a melee basic attack against each enemy that begins its turn within the aura."}],powers:[{id:"869257ba-c2eb-4b86-bdc6-9240b3014fbd",name:"Corrosive Surge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 acid damage, and ongoing 5 acid damage (save ends).",damage:"1d8+5 acid damage",category:1},{id:"6c887ca5-ec1a-4eb9-8c2e-d8aafade1562",name:"Scuttling Mass",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cockroach swarm shifts 3 squares.",damage:"The cockroach swarm shifts 3 squares",category:2}],damageModifiers:[],resist:"half damage from melee or ranged attacks",vulnerable:"10 against close or area attacks",immune:"",tactics:""},{id:"1bb19e9b-0cca-4318-97d5-6f0d58973d3b",name:"Crusty",details:"",size:2,origin:4,type:2,keywords:"living construct",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:22},intelligence:{score:5},wisdom:{score:11},charisma:{score:3},hp:94,initiative:11,ac:27,fortitude:27,reflex:26,will:20,regeneration:null,auras:[],powers:[{id:"eeed3bdc-d2d8-443c-8bea-09958f6d28fe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"4a634f2a-fb67-443a-9d62-c8236b4df37e",name:"Roach Barrel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:14,defence:2},description:"",details:"1d6+5 damage, and the target is slowed and takes ongoing 10 damage (save ends both).",damage:"1d6+5 damage",category:1},{id:"df793e4d-c32e-4b70-b6ee-eb2e32b058d9",name:"Eruption of Maggots",action:null,keywords:"Fear",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:16,defence:3},description:"",details:"the target is dazed (save ends). The crusty explodes in a fountain of squirming maggots.",damage:"",category:0},{id:"0c386c03-d118-4707-ab6d-94ee6ff3358a",name:"Crusty Hide",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The crusty takes a -2 penalty to AC and Fortitude.",damage:"The crusty takes a -2 penalty to AC and Fortitude",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb392688-98a3-401b-b1b9-287dbabcefcf",name:"Eater of the Dead",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:19},intelligence:{score:8},wisdom:{score:15},charisma:{score:6},hp:1,initiative:11,ac:28,fortitude:26,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"3355a8e2-e269-4c64-b800-dd14b260baa9",name:"Hatchet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d944ca4b-31b7-44e8-a538-cffc3d26faf4",name:"Eluron Bladewhisper",details:"",size:2,origin:5,type:2,keywords:"",level:7,role:{type:4,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"chainmail; greatsword",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:120,initiative:12,ac:21,fortitude:19,reflex:21,will:16,regeneration:null,auras:[],powers:[{id:"fe875239-d214-49d9-9ed4-601971ac64ef",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"40dead3a-e18f-4d6f-9abc-92990b42324e",name:"Finishing Move",action:{action:7,trigger:"when an adjacent enemy becomes bloodied",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Eluron Bladewhisper targets the enemy that has just become bloodied; 2d10+8 damage, ongoing 10 damage, and the target grants combat advantage (save ends both).",damage:"2d10+8 damage",category:5},{id:"21a317eb-a1f1-4e2f-9c05-702b997b5a1b",name:"Shadow Throw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d6+5 damage, and the target slides 2 squares and is knocked prone. Eluron can make a Stealth check to become hidden from the thrown enemy.",damage:"1d6+5 damage",category:3},{id:"1c4126c0-9b83-43c3-b0ad-6d99fd8b5cb8",name:"Gloomstrike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Eluron Bladewhisper hits a target that can’t see her, the target is blinded until the end of Eluron Bladewhisper’s next turn.",damage:"",category:0},{id:"9a493899-7b8d-4d44-b9cf-6b769d00a683",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Eluron Bladewhisper teleports 3 squares and becomes insubstantial until the start of her next turn.",damage:"Eluron Bladewhisper teleports 3 squares and becomes insubstantial until the start of her next turn",category:2},{id:"cbf729f5-bfe8-48f7-a04f-efa5a169e13a",name:"Veil of Shadows",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Eluron Bladewhisper turns invisible until the end of her turn and moves up to her speed. Eluron Bladewhisper cannot use this power while bloodied.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab0503b7-2727-41a1-9768-80854e125f2a",name:"Filth King",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +18, Intimidate +18, Stealth +14, Thievery +14",equipment:"hide armor; holy symbol",category:"",strength:{score:10},constitution:{score:19},dexterity:{score:15},intelligence:{score:20},wisdom:{score:17},charisma:{score:23},hp:278,initiative:9,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"6b0455c0-4369-4b88-8a46-b14f04c9c95a",name:"Festering Scratch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d4+2 damage, and ongoing 10 poison damage (save ends).",damage:"1d4+2 damage",category:1},{id:"b8c72173-567c-43d1-94f3-8a94ae92cc1c",name:"Awaken Greed",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"2d8+6 psychic damage, and the target slides 4 squares and is slowed until the end of the Beggar King’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"9ff38a99-230d-4059-b753-dd61bfd4ab62",name:"Driving Sickness",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The Beggar King makes two festering scratch attacks. If both hit the same target, on its next turn, the target must move away from the Beggar King or the ongoing damage increases by 5 points (maximum 15).",damage:"the target must move away from the beggar king or the ongoing damage increases by 5 points (maximum 15)",category:0},{id:"2be69970-33b8-4bd6-84bb-3c270891c32a",name:"Flanker Strike",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"usable when an enemy flanks the beggar king",range:"",attack:null,description:"",details:"The Beggar King makes a festering scratch attack against the triggering enemy.",damage:"",category:5},{id:"bb047ec2-6241-4bbf-a7dc-5d7952593caf",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Implement",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"1d10+4 acid damage, and the target is blinded until the end of the Beggar King’s next turn.",damage:"1d10+4 acid damage",category:1},{id:"9bb3a028-9c51-4a10-9e4e-201b16cbce8c",name:"Vengeful Return",action:{action:0,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"when the filth king is reduced to 0 hit points",range:"",attack:null,description:"",details:"For 5 minutes, the Beggar King appears dead and gains all the effects of the unconscious condition, but he cannot die. He can still see and hear. After 5 minutes, his body is restored, and he regains 20 hit points.",damage:"For 5 minutes",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c5bb4da7-61be-4c6c-9d08-15060187b54d",name:"Flesh Spider",details:"",size:2,origin:4,type:0,keywords:"living construct",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"8, climb 4 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:18},constitution:{score:11},dexterity:{score:22},intelligence:{score:6},wisdom:{score:12},charisma:{score:4},hp:1,initiative:11,ac:27,fortitude:23,reflex:25,will:20,regeneration:null,auras:[],powers:[{id:"237782dd-41f7-44f3-8b13-2aac9c873e05",name:"Slobbering Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"5 damage (7 damage with combat advantage).",damage:"5 damage (7 damage with combat advantage)",category:1},{id:"d22cc157-cea3-488e-aac0-de7fac1aa8fa",name:"Evasive Scuttle",action:{action:5,trigger:"when the target of a melee or close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flesh spider shifts 4 squares.",damage:"The flesh spider shifts 4 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"673be843-b2bd-4e18-a3f0-f08db8387dc7",name:"Gallia",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +15, Athletics +9, Insight +13",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:108,initiative:14,ac:27,fortitude:22,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8efcc08f-2569-4914-b466-270c425b65e5",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"7a65e5eb-9b06-4607-8163-6b0e037e7a24",name:"Stunning Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"1d8+3 damage, and the target is stunned until the end of Gallia’s next turn.",damage:"1d8+3 damage",category:1},{id:"82e9e29f-8691-409c-9686-5354ad735f88",name:"Relentless Pursuit",action:{action:4,trigger:"when an adjacent enemy shifts away from gallia",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gallia shifts to remain adjacent to the enemy. Gallia cannot use this power if the enemy shifts using a movement mode Gallia does not possess.",damage:"",category:5},{id:"c8832668-d7a7-4ddb-ae87-d0e996b092d1",name:"Iron Mind",action:{action:5,trigger:"when gallia would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gallia gains a +2 bonus to all defenses until the end of her next turn.",damage:"Gallia gains a +2 bonus to all defenses until the end of her next turn",category:5},{id:"6f4c35b0-4131-4ca3-a64f-583b7e3e8e32",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gallia can fly 5 squares.",damage:"Gallia can fly 5 squares",category:2},{id:"68081f67-a70d-4049-b56a-e24470ad206f",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"the next melee attack Gallia makes against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",attack:null,description:"",details:"no attack roll required",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a49f8b6e-68df-42d3-ba29-3589fb4c923c",name:"Giant Cockroach",details:"",size:2,origin:4,type:1,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:23},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:1,initiative:14,ac:28,fortitude:23,reflex:25,will:20,regeneration:null,auras:[{id:"8d2fceca-fccf-4683-b758-56a3450e510c",name:"Stench",keywords:"",details:"(Poison) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"a96dcf45-d0cb-49f8-a97a-fc19b8a9f79a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"2d7aaef4-c3d2-443d-a0ee-ae7738a444ce",name:"Scuttle",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The giant cockroach shifts 3 squares.",damage:"The giant cockroach shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e7d8b23-9562-480e-8161-1743233250fb",name:"Githyanki Captain",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:1,leader:!0},senses:"Perception +10",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +15, History +17",equipment:"plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:19},charisma:{score:16},hp:256,initiative:11,ac:29,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"ba0bf7e7-1d71-4f32-84e4-1123766adc21",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage plus 1d10 psychic damage, plus an extra 2d10 psychic damage against an immobilized target.",damage:"1d10+6 damage plus 1d10 psychic damage",category:1},{id:"b3df9547-4443-4f02-8f0b-28fdf3994cab",name:"Mindhook",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+3 psychic damage, and the githyanki captain or an ally of the captain’s choice marks the target (save ends).",damage:"2d8+3 psychic damage",category:1},{id:"8df03708-a490-45f0-b34f-65da96729e1a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki captain makes two basic attacks.",damage:"",category:1},{id:"a4c212f1-3f2c-4bb4-91e9-c03d9e78a700",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki captain or an ally within range can fly up to 8 squares.",damage:"the githyanki captain or an ally within range can fly up to 8 squares",category:2},{id:"8c518677-9da0-4973-9265-2aad92bc5596",name:"Psychic Upheaval",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:1},description:"",details:"targets enemies; 2d10+4 psychic damage, and the target is immobilized (save ends). Allies within the area gain 10 temporary hit points.",damage:"2d10+4 psychic damage",category:1},{id:"c5a15589-a0c3-47a7-8211-58ef019a134b",name:"Astral Engagement",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The captain teleports 6 squares to a square adjacent to an enemy, and one ally within 5 squares of the captain’s start or end point can charge the same enemy.",damage:"The captain teleports 6 squares to a square adjacent to an enemy",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d933315-acbe-443e-a70c-84e3c24215b0",name:"Githyanki Dragonknight",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +17, Athletics +17",equipment:"scale armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:20},intelligence:{score:16},wisdom:{score:18},charisma:{score:14},hp:272,initiative:14,ac:28,fortitude:27,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"6bbd1cb8-037d-4726-9d83-bd7e03e82b7c",name:"Psychic Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+5 psychic damage, and if the githyanki dragonknight charged, the target is pushed 2 squares.",damage:"2d10+5 psychic damage",category:1},{id:"55d27201-496d-4373-81ab-9b91b67d011f",name:"Silver Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+5 damage plus 1d10 psychic damage, and the dragonknight or its mount can shift 2 squares.",damage:"1d10+5 damage plus 1d10 psychic damage",category:1},{id:"16910d9b-661d-41a5-946f-6b4b128ca0ae",name:"Mindslice",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+3 psychic damage.",damage:"2d8+3 psychic damage",category:1},{id:"3cb78494-49ef-4d45-a57a-864043809623",name:"Knightly Prowess",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki dragonknight can make two basic attacks. If the dragonknight charged and made a psychic lance attack, the dragonkight or its mount can instead shift 2 squares, then the dragonknight makes a silver longsword attack.",damage:"the dragonkight or its mount can instead shift 2 squares",category:1},{id:"b464eb16-2695-4bcb-9258-05b2d26aaa87",name:"Hatred’s Juggernaut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Reach 2; the githyanki dragonknight moves up to it or its mount’s speed, making a psychic lance against any enemy that comes within reach.",damage:"Reach 2",category:1},{id:"dcda9542-4196-46c8-a974-f797af59727e",name:"Telekinetic Tether",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki dragonknight can fly up to 12 squares, fly back to its mount’s saddle, or fall to the ground without taking falling damage.",damage:"or fall to the ground without taking falling damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c79c63a2-7f06-4f99-9d1e-413ffbc1caf1",name:"Githyanki Lancer",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +16",equipment:"scale armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:18},intelligence:{score:15},wisdom:{score:16},charisma:{score:11},hp:134,initiative:15,ac:28,fortitude:26,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"227e1721-243b-49ea-8832-21bcc0092c3c",name:"Psychic Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+5 psychic damage, and if the githyanki lancer charged, the target is pushed 2 squares.",damage:"2d10+5 psychic damage",category:1},{id:"23c45f8c-f208-495d-94b3-144a838ff411",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage plus 1d8 psychic damage, and the githyanki lancer or its mount can shift 1 square.",damage:"1d8+5 damage plus 1d8 psychic damage",category:1},{id:"bcc5aeed-f43a-4026-8583-cb2de90958f7",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+5 psychic damage.",damage:"2d8+5 psychic damage",category:1},{id:"73010e85-d8d2-40bc-91e4-d619e46e7d60",name:"Telekinetic Tether",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki lancer can fly up to 10 squares, fly back to its mount’s saddle, or fall to the ground without taking falling damage.",damage:"or fall to the ground without taking falling damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a983f1f2-d72e-45a6-994d-a41a7700fe1c",name:"Githyanki Myrmidon",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"5",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:1,initiative:12,ac:28,fortitude:24,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"5c16fd20-7687-49d8-b58a-df2f435ab714",name:"Silver Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"7 damage, plus an extra 5 psychic damage if the target is immobilized.",damage:"7 damage",category:1},{id:"11b61065-90ef-4b80-804d-2c1441958c29",name:"Telekinetic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"medium or smaller target; the target is immobilized (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c8000a88-ef40-495d-8496-064f83da627b",name:"Gluttonous Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +10; tremorsense 10",movement:"4",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:17},intelligence:{score:1},wisdom:{score:18},charisma:{score:1},hp:324,initiative:9,ac:27,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"d9de6532-350a-4dbd-bf82-abd586188dc0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d6+5 damage, and the target is immobilized (save ends).",damage:"2d6+5 damage",category:1},{id:"6f56d3c3-7f65-4b63-ac85-bc2559ee4db5",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"The gluttonous cube attacks one or two Medium or smaller targets; the target is dazed and takes ongoing 15 acid damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 15 acid damage until it escapes the grab",category:1},{id:"aa43901c-af81-4b12-9abb-1fbd75283a02",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gluttonous cube is invisible until seen (Perception DC 29) or until it attacks. Creatures that fail to notice the gluttonous cube might walk into it, automatically becoming engulfed.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"78f19464-c60a-4714-bebc-e20d62ffc96b",name:"Grim Tailor",details:"",size:2,origin:4,type:2,keywords:"living construct",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common",skills:"Intimidate +12, Stealth +18",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:24},intelligence:{score:18},wisdom:{score:14},charisma:{score:12},hp:126,initiative:13,ac:29,fortitude:25,reflex:28,will:23,regeneration:null,auras:[{id:"adf21fd2-bdaa-445b-a708-01829ab108ff",name:"Snagging Thread",keywords:"",details:"aura 1; enemies starting their turns within the aura are slowed until the start of their next turns."}],powers:[{id:"5e2e5a5a-3fcb-48eb-a674-5ac0c697d104",name:"Needle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+4 damage, and the target is slowed (save ends). Targets take a -2 penalty to saving throws against this slowed condition.",damage:"2d8+4 damage",category:1},{id:"5f836b85-73ca-437e-84f7-c87d4a7eda6f",name:"Expert Stitch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Slowed targets only; target is restrained (save ends). Aftereffect: The target is immobilized (save ends). Targets take a -2 penalty to saving throws against this restrained condition.",damage:"Targets take a -2 penalty to saving throws against this restrained condition",category:1},{id:"37aeffa9-beee-4506-a2f0-1d8fa7695d81",name:"Tuck Away",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Tailor enters an adjacent restrained creature’s space and pulls the target onto its back. The target takes a -2 to attack rolls the Tailor while it is tucked away. Whenever the Tailor moves, the target moves with it. When the target is no longer restrained, it escapes into an empty adjacent square.",damage:"The target takes a -2 to attack rolls the Tailor while it is tucked away",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c400b418-1a4c-477a-a0c3-bafdcb229fd5",name:"Ham",details:"",size:2,origin:4,type:2,keywords:"blind, living construct",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +8; blindsight 10",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +11",equipment:"hide armor",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:17},intelligence:{score:5},wisdom:{score:12},charisma:{score:9},hp:175,initiative:10,ac:25,fortitude:29,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"453793e7-6898-4031-b488-91364d662a89",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+3 damage, and ongoing 5 damage (save ends).",damage:"2d6+3 damage",category:1},{id:"0483f152-c1aa-4c36-a274-c00a12fa2005",name:"Head Butt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d6+8 damage, and the target is dazed (save ends).",damage:"1d6+8 damage",category:3},{id:"686a8d6c-5672-4db1-9f9c-cc250feeaaf7",name:"Slice and Dice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Dazed, stunned, or helpless targets only; 2d6+8 damage, and ongoing 10 damage (save ends).",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e04d4c4-eea4-48d5-965b-da2277b8f451",name:"Human Murderer",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +9, Stealth +13",equipment:"battleaxe; hide armor",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:128,initiative:8,ac:22,fortitude:22,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"67960e44-0434-4556-9a00-6347ab30ac3d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d10+6 damage, and the target is slowed until the end of the murderer’s next turn.",damage:"2d10+6 damage",category:1},{id:"d4bfd531-478e-4d20-a2d1-91807ef0bf45",name:"Executioner’s Swing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Slowed creatures only; 3d10+6 damage.",damage:"3d10+6 damage",category:1},{id:"5eb96abc-7916-4cfc-89bc-105b0cd83a0c",name:"Deadly Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:11,defence:2},description:"",details:"2d10+6 damage, ongoing 5 damage (save ends), and the target is slowed until the end of the murderer’s next turn.",damage:"2d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dd3a59e3-cbfd-46a5-87ac-a492c26c2c3a",name:"Joaquin Tantelroy",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Elven",skills:"Acrobatics +17, Bluff +16, Diplomacy +18, History +16, Insight +11",equipment:"parrying dagger; rapier",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:23},intelligence:{score:20},wisdom:{score:16},charisma:{score:20},hp:232,initiative:14,ac:26,fortitude:23,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"266c05fe-f08d-4679-bfb9-bbf7e01594a2",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and Joaquin can shift 1 square. Miss: No damage, but Joaquin can still shift 1 square.",damage:"1d8+6 damage",category:1},{id:"4164a0bb-a585-471b-976c-36a739506be7",name:"Dagger",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:3},{id:"ec7072fc-1329-4c6f-867f-b78469883ea5",name:"Cruel Taunt",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"one enemy; the target is pulled 1 square, and grants Joaquin combat advantage until the start of his next turn.",damage:"the target is pulled 1 square",category:3},{id:"08f22cb2-e42d-4211-bdac-021bd2bb1277",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Joaquin’s melee attacks deal 3d6 extra damage to targets he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"2e1ca96e-9f7c-449d-b043-10d91d0a1c88",name:"Acrobatic Retreat",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Joaquin is marked, end this condition. Joaquin shifts 1 square and then moves up to his speed.",damage:"Joaquin shifts 1 square and then moves up to his speed",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c9f4809-386e-47ee-8f5a-3920e158ab9b",name:"Laughing Shadow Groveler",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +16, Stealth +15",equipment:"katar; leather armor; shuriken",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:22},intelligence:{score:12},wisdom:{score:17},charisma:{score:20},hp:103,initiative:14,ac:27,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"f399fe87-15ad-4a13-98f0-0613cfeae7d4",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage (crit 18+2d6).",damage:"2d6+6 damage (crit 18+2d6)",category:1},{id:"914b5b0a-b236-475c-b787-a045377841be",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"5c2426a1-91f5-4d5e-9d4f-fd7aac34b6c4",name:"Covert Attack",action:{action:4,trigger:"when an ally attacks an enemy the ally has marked because of cringe",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires katar or shuriken",range:"",attack:null,description:"",details:"Targets the enemy the triggering ally attacked; the groveler makes a katar attack against an adjacent enemy or a shuriken attack against a nonadjacent enemy. Hit: 4d6 + 6 damage (with katar, crit 30 damage + 2d6).",damage:"4d6 + 6 damage (with katar",category:5},{id:"eab43bf7-aed2-45e1-9f17-e3aa84905a86",name:"Cringe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires an ally in the area",range:"Close burst 10",attack:null,description:"",details:"the groveler chooses up to one ally in the area per enemy in the area. The enemy is considered to be marked by the chosen ally until the end of the groveler’s next turn. Each ally can mark only one enemy in this way. The groveler gains +2 to all defenses against marked enemies.",damage:"The groveler gains +2 to all defenses against marked enemies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74888a58-5ccc-46ad-9a21-74a4c12db93e",name:"Laughing Shadow Scrabbler",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +10, Stealth +15",equipment:"chainmail; short sword; shuriken",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:8},hp:1,initiative:12,ac:27,fortitude:25,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"1262c51f-650b-4de5-a5f9-8b56bee25829",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"8 damage, and the scrabbler can shift 2 squares, ignoring difficult terrain.",damage:"8 damage",category:1},{id:"6c729438-94c2-49c7-9f8c-5eaf6d0be771",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"1ecacda2-6bdd-45b9-96d5-7446f8ef500f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The scrabbler deals an extra 5 damage against any target it has combat advantage against.",damage:"the scrabbler deals an extra 5 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"840da84d-1ac5-403e-ac1e-64862e012841",name:"Laughing Shadow Sentry",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Streetwise +11",equipment:"crossbow; crossbow bolts (20); halberd; scale armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:16},charisma:{score:13},hp:47,initiative:9,ac:27,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"5a95330c-3ad2-4b27-be3b-00cad5e749fc",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is marked until the end of the sentry’s next turn.",damage:"2d10+4 damage",category:1},{id:"fdeba13e-8892-4a43-8491-f668b81de553",name:"halberd Sweep",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable when a target the sentry has marked leaves a square within reach",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 2; 1d10+4 damage, and the target’s movement ends and it slides 2 squares.",damage:"1d10+4 damage",category:5},{id:"bc4f81e6-7f27-494b-a96d-8fede52caf4d",name:"Halberd Trip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires halberd",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is knocked prone.",damage:"2d10+4 damage",category:1},{id:"17cc426b-8988-4581-a14b-ae7d13ac7a1c",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e410090-8fb1-487b-b512-ff9921e50ae7",name:"Laughing Shadow Streetfighter",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +13, Intimidate +13, Stealth +15",equipment:"chainmail; katar; shuriken",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:19},intelligence:{score:11},wisdom:{score:17},charisma:{score:10},hp:128,initiative:12,ac:29,fortitude:26,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"f2375eaf-56cf-4347-81ba-873bab6daedf",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage (crit 18+1d6), and the target is slowed until the end of the streetfighter’s next turn.",damage:"2d6+6 damage (crit 18+1d6)",category:1},{id:"16b0f517-876c-459f-860d-bfd2fcf474a4",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:19,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"46cf795e-f637-4fea-839b-9f26d5783d6b",name:"Cheap Shot",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires katar",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage, and the target’s movement ends.",damage:"2d6+6 damage",category:5},{id:"15d7898b-6658-4add-85ea-13a8f1908168",name:"Streetfighter Flourish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"requires katar",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 2d6+6 damage, and the target is slowed (save ends).",damage:"2d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b8d1f84-281c-4c7f-a55b-3982f93f68d0",name:"Pennel",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +17",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +18, Insight +17, Stealth +18, Thievery +18",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:23},intelligence:{score:17},wisdom:{score:20},charisma:{score:12},hp:276,initiative:15,ac:30,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"15942d19-a02c-4f30-ae30-999e683ad11a",name:"Crystal Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d4+8 psychic damage, and the target is marked until the end of Pennel’s next turn.",damage:"3d4+8 psychic damage",category:1},{id:"763b0144-1903-4b07-aa98-ba25c13fc02e",name:"Crystal Strands",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"3d4+7 damage, and the target is pulled 3 squares.",damage:"3d4+7 damage",category:1},{id:"4cd7accd-0aa0-40c9-84a1-aa6800e30279",name:"Crystal Bloom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"Pennel makes two basic attacks.",damage:"",category:1},{id:"0513e0c7-049e-4ea0-a6bc-befa179284e0",name:"Cut Off",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when a target pennel has marked leaves a square adjacent to pennel or enters a square adjacent to telicanthus",range:"",attack:null,description:"",details:"Pennel can make a basic attack against the target. If the attack hits, the target’s movement ends.",damage:"",category:5},{id:"261f3329-7527-4ee6-93f7-5b3f14fe891b",name:"Crystal Shards",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:2},description:"",details:"2d4+7 psychic damage, and the target is immobilized (save ends). Miss: Half damage, and the target is slowed until the end of Pennel’s next turn.",damage:"2d4+7 psychic damage",category:1},{id:"f9164805-e3a2-4726-bb7e-261b12a28253",name:"Psychic Redirection",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when an attack hits telicanthus",range:"",attack:null,description:"",details:"Pennel redirects the triggering attack to himself.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6610fe3-0be0-4d13-b248-ad9bec206aca",name:"Slippery",details:"This creature is a mess of gooey flesh.",size:2,origin:4,type:2,keywords:"living construct",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:12},constitution:{score:8},dexterity:{score:22},intelligence:{score:6},wisdom:{score:18},charisma:{score:8},hp:1,initiative:11,ac:25,fortitude:20,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"df3e3dde-ffbc-408f-a337-eafa8e8286df",name:"Gooey Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage and slide the target 1square.",damage:"6 damage and slide the target 1square",category:1},{id:"48ce398d-c5d0-400e-90b9-db24c2ffc69f",name:"Slimy Death",action:null,keywords:"Zone",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:11,defence:0},description:"",details:"the burst creates a zone of slime that lasts until the end of the encounter. Any creature that ends its movement within the zone is slowed until the end of its next turn.; 4d8+5 damage.",damage:"4d8+5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d5626b2-1680-4022-9d68-8423105c5e01",name:"The Patriarch",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Arcana +20, Heal +10, History +15",equipment:"longsword",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:22},intelligence:{score:25},wisdom:{score:8},charisma:{score:13},hp:244,initiative:14,ac:26,fortitude:24,reflex:27,will:21,regeneration:null,auras:[{id:"4ad38b4a-4550-455a-a1a0-52733afc50f7",name:"Swirling Madness",keywords:"",details:"(Fear) aura 1; the Patriarch makes a mind rend attack against each enemy that starts its turn within the aura."}],powers:[{id:"fe07de06-1dc5-4e27-af23-ac5e1eaf3578",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage, and if the Patriarch is marked, end this condition.",damage:"2d8+4 damage",category:1},{id:"beb82499-f237-4db3-90e8-201cd2bd051b",name:"Mind Rend",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"the target is dazed until the end of the Partiarch’s next turn.",damage:"",category:1},{id:"db51b27f-7a46-4e45-9d5b-dc044d1cf0d9",name:"Flesh-Splitter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make a longsword attack against two targets. The Patriarch can shift before or after each attack. If both attacks hit, both targets are slowed (save ends).",damage:"",category:1},{id:"5b841f81-d4cc-40d8-8ce2-7f985f693924",name:"Haunted by the Past",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is dazed (save ends). First Failed Saving Throw: The target is dominated instead of stunned (save ends). Aftereffect: The target takes 10 psychic damage.",damage:"the target takes 10 psychic damage",category:1},{id:"724278ec-3b18-4cae-b7d2-fed1393eba88",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Patriarch teleports 5 squares.",damage:"The Patriarch teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"063407e6-c46f-4f14-b726-a1fb331439f6",name:"Treasure Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +6; darkvision, tremorsense 5",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:10},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:700,initiative:5,ac:26,fortitude:30,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"ad790cff-b41f-4f9a-b2b8-e81c6c1d08c1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target slides 2 squares or is knocked prone.",damage:"2d10+6 damage",category:1},{id:"08e7afbb-7dc0-46cd-8ebd-6ffed0849d09",name:"Gleamshard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:26,defence:0},description:"",details:"3d6+7 force damage, and the target slides 2 squares or is knocked prone.",damage:"3d6+7 force damage",category:1},{id:"910dbae7-f8f5-4f16-ae0a-0f206261a336",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The treasure golem makes two basic attacks.",damage:"",category:1},{id:"cc1fa2df-5917-479f-8a9b-81b504f51bb8",name:"Berserk Attacks",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when damaged by an attack while bloodied",range:"",attack:null,description:"",details:"The treasure golem makes two basic attacks against random targets.",damage:"",category:5},{id:"6db36f6a-45ab-4244-910a-d972dadf189b",name:"Horrid Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:1},description:"",details:"2d10+7 damage, and prone targets cannot stand until the end of the golem’s next turn. Miss: Half damage. Effect: The golem bursts into its component pieces, filling the area and gaining insubstantial until the start of its next turn, when it reappears within 5 squares of its last space.",damage:"2d10+7 damage",category:1},{id:"9a600b9a-fe2d-49c4-9882-7783cd2474f7",name:"Weight of Greed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:2},description:"",details:"1d10+7 psychic damage, and the target is dominated until the end of the golem’s next turn. Miss: Half damage.",damage:"1d10+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f293bdc7-cd34-4706-8860-112311f8b771",name:"Troll Shade",details:"",size:3,origin:5,type:0,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"fly 8",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:1,initiative:5,ac:23,fortitude:25,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"075e4321-64be-426d-bb6a-4edd0bd5b096",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5159fd49-c952-46f8-8140-c4b8f77ea95d",name:"Vicious Wrack Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:17},intelligence:{score:11},wisdom:{score:12},charisma:{score:20},hp:69,initiative:11,ac:22,fortitude:20,reflex:19,will:21,regeneration:{value:5,details:""},auras:[],powers:[{id:"d4790e86-2be0-4407-9efc-89a44715c1de",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 acid damage.",damage:"2d6+4 acid damage",category:1},{id:"8915d5b1-d6cd-4c3d-afc3-8bda1658ecc0",name:"Acidic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:11,defence:1},description:"",details:"1d6+5 acid damage, and the target is pushed 2 squares and blinded (save ends).",damage:"1d6+5 acid damage",category:1},{id:"7d9cf26b-d281-45d1-84e1-9423084fe359",name:"Shadow Meld",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The vicious wrack abishai turns invisible and moves 6 squares. It remains invisible until the end of its next turn.",damage:"The vicious wrack abishai turns invisible and moves 6 squares",category:1},{id:"dabbbce3-6258-40dd-8e2b-b065707d6e71",name:"Deadly Ambush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vicious wrack abishai deals 1d10 extra damage to a target that cannot see it, and that target is dazed (save ends).",damage:"the vicious wrack abishai deals 1d10 extra damage to a target that cannot see it",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f41b50f5-ef82-4fc3-9640-07c4adecdc2b",name:"Virarr",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:3,flag:1,leader:!0},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +10, Intimidate +13, Religion +10",equipment:"bastard sword; holy symbol; scale armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:228,initiative:7,ac:25,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"0c95af2f-135b-4d26-bac1-ba6c7af2bb64",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)1d10+5 damage.",damage:"(+17 while bloodied)1d10+5 damage",category:1},{id:"23b591fc-87fd-4ef4-8e4f-9547f83ee403",name:"Smite the Bold",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)1d10 damage, and the target is pushed 2 square.",damage:"(+17 while bloodied)1d10 damage",category:3},{id:"dbf9433e-7f11-4652-8c98-d056a41591e0",name:"Forking Tongue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Radiant",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"two targets; (+16 while bloodied)2d6+3 radiant damage, and one ally within sight gains 6 temporary hit points or makes a saving throw.",damage:"(+16 while bloodied)2d6+3 radiant damage",category:1},{id:"71acb23d-38a1-4df7-9ea5-fcf21fe4764b",name:"Breath of Tiamat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"targets enemies; (+14 while bloodied)2d6+4 acid, cold, fire, lightning, and poison damage.",damage:"and poison damage",category:1},{id:"eabecd60-1e0e-46f1-941a-d571cde11cd2",name:"Maws of Tiamat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Implement, Lightning, Poison",condition:"",range:"Close burst 4",attack:{bonus:15,defence:0},description:"",details:"targets enemies; (+14 while bloodied)3d10+4 acid, cold, fire, lightning, and poison damage, and the target is slowed (save ends).",damage:"and poison damage",category:1},{id:"3c569d4f-d98e-4e7b-98ea-01b0339c85c2",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab0be905-3a40-4130-b6ee-e282aa2b0b72",name:"Woodcutter’s Ghost",details:"",size:2,origin:5,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:17},hp:91,initiative:8,ac:23,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"69322ef5-69d5-4877-8a1b-619ae0802946",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d10+2 necrotic damage.",damage:"1d10+2 necrotic damage",category:1},{id:"f21b0013-a092-45f8-8926-dd174b6d6d28",name:"Death’s Visage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"2d6+3 psychic damage, and the target takes a -2 penalty to all defenses.",damage:"2d6+3 psychic damage",category:1},{id:"f600c41a-9833-4cf9-844e-6c3185896f6b",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 2d8+3 psychic damage, the target is pushed 5 squares and is immobilized (save ends).",damage:"2d8+3 psychic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e4a25dae-9e90-4294-ab2f-b8172dbabe0f",name:"Arctic Dire Shark",details:"",size:4,origin:4,type:1,keywords:"aquatic, mount",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"swim 10 (12 on a charge)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:24},intelligence:{score:2},wisdom:{score:14},charisma:{score:9},hp:139,initiative:16,ac:28,fortitude:26,reflex:28,will:23,regeneration:null,auras:[],powers:[{id:"6b04dd4a-c6fe-495d-aeed-e69f6e62604c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+19 against creatures without a swim speed)3d6+5 damage.",damage:"(+19 against creatures without a swim speed)3d6+5 damage",category:1},{id:"d1473cb3-f41f-48cd-97b9-4b268f0c3cd0",name:"Deft Swimmer",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 14th level or higher",range:"",attack:null,description:"",details:"The dire shark’s rider gains a +2 bonus to AC against opportunity attacks. While in water, the rider also gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"The dire shark’s rider gains a +2 bonus to AC against opportunity attacks",category:1},{id:"8f35c501-8caa-46c1-a75d-022321be5725",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, the icetouched dire shark gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"the icetouched dire shark gains a +2 bonus to attack rolls against creatures without a swim speed",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"80447f10-a23e-471d-bd08-7d62f87e40d1",name:"Arctic Sahuagin Baron",details:"",size:3,origin:4,type:2,keywords:"aquatic, cold",level:15,role:{type:2,flag:1,leader:!0},senses:"Perception +8; low-light vision",movement:"5 (7 on a charge; icewalk), swim 7 (9 on a charge)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"javelin; trident",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:360,initiative:11,ac:27,fortitude:28,reflex:26,will:27,regeneration:null,auras:[{id:"ce001276-34d6-484e-b825-3e78acd4c45b",name:"Blood Healing",keywords:"",details:"(Healing) aura 10; any ally within the aura that starts its turn adjacent to a bloodied enemy regains 5 hit points."}],powers:[{id:"834630b5-e824-466e-9f1e-a4ec29b11573",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 against a bloodied target)1d10+7 (1d10 + 12 against a bloodied target) damage plus 1d10 cold damage; see also blood hunger.",damage:"(+20 against a bloodied target)1d10+7 (1d10 + 12 against a bloodied target) damage plus 1d10 cold damage",category:1},{id:"9ef05670-2498-4250-b111-82fe148e2c42",name:"Bloodchill Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 against a bloodied target)1d6+7 (1d6 + 12 against a bloodied target) damage, and ongoing 5 cold damage and the target is slowed (save ends both).",damage:"(+20 against a bloodied target)1d6+7 (1d6 + 12 against a bloodied target) damage",category:1},{id:"4cb17d13-8e05-4fb9-a875-5503aa1ed33e",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"(+20 against a bloodied target)2d8+7 (2d8 + 12 against a bloodied target) damage.",damage:"(+20 against a bloodied target)2d8+7 (2d8 + 12 against a bloodied target) damage",category:1},{id:"bd8caacd-310d-42be-9118-6bec0c4209a6",name:"Baron’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin baron makes a trident attack and two claw attacks.",damage:"",category:1},{id:"ba643698-159b-4f82-96d1-acfeae29e81a",name:"Blood Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2df29694-59ca-461f-bfc4-a8d0f5092ce2",name:"Arctic Sahuagin Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"5 (7 on a charge, ice walk), swim 6 (7 on a charge)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"javelin; trident",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:10,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"1a73d150-942c-4676-a0ae-d5501d0d8b42",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target), and the target is marked until the end of the arctic sahuagin guard’s next turn.",damage:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target)",category:1},{id:"c1c72bed-8065-4f25-8b15-124a709c8a2b",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target).",damage:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target)",category:1},{id:"03b943fb-f791-4d2c-8a73-fa44182ac76c",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c936cd38-fbc3-4772-820a-9708a1d0c73b",name:"Arctic Sahuagin Priest",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5 (7 during a double move, ice walk), swim 5 (7 during a double move)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"holy symbol; trident",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:12},wisdom:{score:20},charisma:{score:16},hp:101,initiative:11,ac:25,fortitude:24,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"5898bdcc-3412-41f6-9ff8-f56ce63648f7",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; (+18 against a bloodied target)1d10+4 (1d10 + 6 to a bloodied target) damage plus 1d8 cold damage, and the target slides 1 square.",damage:"(+18 against a bloodied target)1d10+4 (1d10 + 6 to a bloodied target) damage plus 1d8 cold damage",category:1},{id:"f7cf51c3-29ac-4708-99a9-b64fb041513a",name:"Freezing Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"(+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage, and the target is slowed until the end of the arctic sahuagin priest’s next turn.",damage:"(+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage",category:1},{id:"e2ac868f-e6bc-4dd9-8a9a-4192f5d70c1d",name:"Arctic Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no target is affected by this power"},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:18,defence:3},description:"",details:"icy shark jaws appear and bite the target; (+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage, and target gains vulnerable 5 cold and is slowed (save ends both).",damage:"(+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage",category:1},{id:"9a6e281e-a427-43c7-b60a-0f06de54c8c1",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin priest gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin priest gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10eacc53-7538-4431-bb5b-ecd9ca57e40d",name:"Arctic Sahuagin Raider",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"5 (7 on a charge, icewalk), swim 5 (7 on a charge)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:112,initiative:11,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"256a6f55-37b2-4d8d-b07c-f356b20162b2",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)1d8+5 (1d8 + 7 to a bloodied target) damage plus 1d8 cold damage, and the target is marked until the end of the arctic sahuagin raider’s next turn.",damage:"(+19 against a bloodied target)1d8+5 (1d8 + 7 to a bloodied target) damage plus 1d8 cold damage",category:1},{id:"b43ab79b-94d5-4e4c-bf03-09c1a53f75d8",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)2d6+5 (2d6 + 7 to a bloodied target) damage.",damage:"(+19 against a bloodied target)2d6+5 (2d6 + 7 to a bloodied target) damage",category:1},{id:"ca6ff1d9-7069-46fa-a59b-9becf05a3d35",name:"Opportunistic Strike",action:{action:4,trigger:"when a flankedenemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"The arctic sahuagin raider makes a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"7937035e-6381-4175-b65a-e3b132ce1f9b",name:"Sliding Strike",action:{action:5,trigger:"when a marked enemy makes an attack that doesn’t include the arctic sahuagin raider",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"The arctic sahuagin raider shifts 7 squares adjacent to the triggering enemy, and makes a melee basic attack against that enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"fe7c4251-c3c8-4a94-a171-608b8ba1a3c8",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin raider gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin raider gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5f313ef8-e530-45d7-a9b3-1a57fa66afcc",name:"Dragonborn Brigand",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +9, History +4, Intimidate +6, Stealth +8",equipment:"chainmail; heavy flail",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:66,initiative:4,ac:18,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"d674899d-237f-4d36-a257-21c330502aab",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"(+8 while bloodied)2d6+4 damage. Bloodstinger Poison: If this is the weapon’s first hit; +6 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"(+8 while bloodied)2d6+4 damage",category:1},{id:"27685c1c-676f-4b21-992c-01cf1ce37e5e",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:6,defence:2},description:"",details:"(+7 while bloodied)1d6+4 poison damage.",damage:"(+7 while bloodied)1d6+4 poison damage",category:3},{id:"5e94f9a8-003d-4dc6-a2d2-de70eebfbd35",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"325dad20-e438-4c31-ab0a-27b71090cc9e",name:"Erratic Maneuver",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a Bluff check to gain combat advantage.",damage:"",category:2},{id:"89d7049e-ab69-4efe-b154-90315ca888ed",name:"Vicious Strike",action:null,keywords:"Weapon",condition:"",range:"the dragonborn brigand deals an extra 1d6 damage on melee attacks.",attack:null,description:"",details:"Requires flail and combat advantage",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b3498df-fb05-4c29-bb92-d92f9d003f26",name:"Dragonborn Sniper",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"History +5, Intimidate +7, Stealth +10",equipment:"arrows (30); hide armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:44,initiative:6,ac:18,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"d7d7ee49-6caa-4e81-9d5d-52ec56b22203",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"(+9 while bloodied)1d8+3 damage.",damage:"(+9 while bloodied)1d8+3 damage",category:1},{id:"ac9d646e-c76d-4887-93cc-f0cb06ce0d35",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"(+11 while bloodied)1d10+4 damage. Bloodstinger Poison: If this is the weapon’s first hit; +6 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"(+11 while bloodied)1d10+4 damage",category:1},{id:"297c1c8a-e3da-4859-8200-2937cfe844d4",name:"Disruptive Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:8,defence:0},description:"",details:"Requires longbow; (+9 while bloodied)1d10+4 damage, and the dragonborn sniper grants allies adjacent to target combat advantage until the end of their next turn.",damage:"(+9 while bloodied)1d10+4 damage",category:1},{id:"d0c75663-df7f-4f8d-bf52-6be36c384fc6",name:"Versatile Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Area burst 2 within 10 squares or close blast 3",attack:{bonus:8,defence:2},description:"",details:"(+9 while bloodied)1d6+4 poison damage.",damage:"(+9 while bloodied)1d6+4 poison damage",category:3},{id:"fd47ebcc-4184-4838-87fe-efc99aff4908",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a432b475-1733-4851-9b2c-61427c44a074",name:"Dragonborn Specter",details:"",size:2,origin:5,type:2,keywords:"undead; dragonborn",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Draconic",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:30,initiative:8,ac:16,fortitude:16,reflex:16,will:17,regeneration:null,auras:[{id:"45af19da-3ef0-4c90-9427-1ebe347c882a",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"a86e8476-8464-46d4-a46f-97cb268afca6",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d6+2 necrotic damage.",damage:"1d6+2 necrotic damage",category:1},{id:"b66bee75-0b8e-4236-b4e0-7973e6b3d831",name:"Spectral Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when bloodied"},keywords:"Illusion, Psychic",condition:"",range:"Close blast 3",attack:{bonus:7,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage, and the target is knocked prone.",damage:"2d6+2 psychic damage",category:3},{id:"6a7a1d03-6faf-4265-a5b5-ec32e16bcaf4",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9887167d-55ad-4974-b003-a504d31f49bb",name:"Frost Giant Scout",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"9 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +16, Stealth +18",equipment:"arrow; hide armor; longbow; spear",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:23},intelligence:{score:10},wisdom:{score:20},charisma:{score:10},hp:115,initiative:13,ac:28,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"ee568e3c-683a-4dfc-bb2f-418d6fc267e6",name:"Icy Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+6 cold damage.",damage:"1d10+6 cold damage",category:1},{id:"fbcb14a6-3782-4292-9bcc-59de9a6a9ca6",name:"Icy Arrow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"requires longbow",range:"Ranged 20/40",attack:{bonus:22,defence:0},description:"",details:"1d12+8 cold damage, and the target is slowed until the end of the frost giant scout’s next turn.",damage:"1d12+8 cold damage",category:1},{id:"392f9de5-9987-4c18-ae92-0fcc171e0bdd",name:"Chillshards",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:1},description:"",details:"1d12+8 cold damage, and the target is slowed and cannot take immediate or opportunity actions until the end of the frost giant scout’s next turn. Aftereffect: The target is slowed until the end of the frost giant scout’s next turn.",damage:"1d12+8 cold damage",category:1},{id:"5e4057fa-06cb-4170-88fa-b2fe084a04fe",name:"Tundra Hunter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"The frost giant makes a melee or ranged attack. If the attack hits, the target gains vulnerable 10 cold (save ends). Aftereffect: The target gains vulnerable 5 cold (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"63880834-4204-45b9-81e9-790d09b22b8c",name:"Quick Release",action:null,keywords:"",condition:"",range:"The frost giant scout does not provoke opportunity attacks when it makes ranged or area attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"0eb1257e-dd00-44d2-9f6b-3f8b632812fc",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"045e7993-f5e1-4252-b657-48c731cbd3f3",name:"Ice Gargoyle",details:"",size:2,origin:1,type:2,keywords:"cold",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Primordial",skills:"Stealth +18",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:23},intelligence:{score:5},wisdom:{score:10},charisma:{score:17},hp:96,initiative:14,ac:26,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"e445c5ce-42e7-4792-afd8-dd6750453e5c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage plus 1d6+4 cold damage.",damage:"1d6+5 damage plus 1d6+4 cold damage",category:1},{id:"18747088-856e-4533-b074-9515b6a6d0db",name:"Flyby Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after using ice prison"},keywords:"",condition:"",range:"The ice gargoyle flies 8 squares and makes a melee basic attack at the end of that movement. If the attack hits, the target is grabbed. The ice gargoyle can try to move the grabbed target as part of its next move action. If it succeeds, it can move or fly at full speed, pulling the target with it.",attack:null,description:"",details:"",damage:"",category:1},{id:"95103853-8610-45db-ba0c-74c56475be29",name:"Ice Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ice gargoyle encases itself and anyone it is grabbing in ice. In this form, the ice gargoyle and any target it is grabbing gain resist 15 all, except against the cold damage dealt by this power. Both can still see their surroundings, but they cannot use other normal senses. A target the ice gargoyle is grabbing is stunned, restrained, and takes ongoing 20 cold damage (save ends all, ending the grab and the ice prison). Aftereffect: The target is slowed until the end of the ice gargoyle’s next turn.",damage:"except against the cold damage dealt by this power",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"fire (the ice gargoyle is dazed until the end of the attacker’s next turn)",immune:"slow",tactics:""},{id:"d0d544ee-57e5-4595-ac10-c5f5999c412c",name:"Ice Gargoyle Reaver",details:"",size:3,origin:1,type:2,keywords:"earth",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Primordial",skills:"Stealth +19",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:24},intelligence:{score:5},wisdom:{score:17},charisma:{score:20},hp:116,initiative:17,ac:29,fortitude:28,reflex:27,will:26,regeneration:null,auras:[{id:"38f64b77-d7ba-496b-8c24-4ec86f70a661",name:"Freezing Gaze",keywords:"",details:"(Cold) aura 2; requires the ice gargoyle reaver to be in its ice prison; an enemy that enters or starts its turn within the aura is weakened until the start of its next turn and takes 5 cold damage."}],powers:[{id:"a21b6e99-4da8-4c70-9f4c-025892894a0b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and ongoing 5 cold damage (save ends).",damage:"1d8+6 damage",category:1},{id:"bd7a9cfc-ade1-4cce-8f44-f6fb57bea59e",name:"Bloodchill Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Healing",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+5 cold damage (3d6 + 5 cold damage against a weakened target), the target gains vulnerable 5 cold (save ends), and the ice gargoyle reaver regains 5 hit points.",damage:"2d6+5 cold damage (3d6 + 5 cold damage against a weakened target)",category:1},{id:"d3525109-8a4f-4d5f-a1b9-976b6884f36c",name:"Flying Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after using ice prison"},keywords:"",condition:"",range:"The ice gargoyle reaver flies 8 squares and makes a melee basic attack at the end of that movement. If the attack hits, the target is grabbed. The ice gargoyle reaver can try to move the grabbed target as part of its next move action. If it succeeds, it can move or fly at full speed, pulling the target with it.",attack:null,description:"",details:"",damage:"",category:1},{id:"24b73362-c262-4a08-a9b6-cb989d434778",name:"Ice Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ice gargoyle reaver encases itself and anyone it is grabbing in ice. In this form, the ice gargoyle reaver and any target it is grabbing gain resist 20 all, except against the cold damage dealt by this power. Both can still see their surroundings, but they cannot use other normal senses. A target the ice gargoyle reaver is grabbing is stunned, restrained, and takes ongoing 20 cold damage (save ends all, ending the grab and ice prison). Aftereffect: The target is slowed and weakened until the end of the ice gargoyle reaver’s next turn.",damage:"except against the cold damage dealt by this power",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"fire (the ice gargoyle reaver grants combat advantage until the end of the attacker’s next turn)",immune:"slow",tactics:""},{id:"c331b26a-98c5-4ca9-a3e2-3a20afa8f3a5",name:"Icetouched Umber Hulk",details:"",size:3,origin:4,type:1,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision, tremorsense 5",movement:"5 (ice walk), burrow 2 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:248,initiative:11,ac:30,fortitude:33,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"360fc2da-a167-409c-b6c9-b478ddae388f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"fea4fef4-2ca0-4131-84d1-eaa921c03619",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The icetouched umber hulk makes two claw attacks. If both claw attacks hit the same target, the target is grabbed. A grabbed target takes ongoing 10 damage from the icetouched umber hulk’s mandibles until it escapes. The icetouched umber hulk cannot make any other attacks while grabbing a creature.",damage:"a grabbed target takes ongoing 10 damage from the icetouched umber hulk’s mandibles until it escapes",category:1},{id:"f5501453-945f-496f-9bd0-bcaa191412b9",name:"Confusing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target slides 5 squares and is dazed (save ends).",damage:"the target slides 5 squares and is dazed (save ends)",category:3}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"96ba9bdb-1e90-4d6c-a811-183a7b636c9f",name:"Practice Mannequin",details:"",size:2,origin:4,type:0,keywords:"construct",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:2},wisdom:{score:14},charisma:{score:2},hp:80,initiative:7,ac:20,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"774cd25e-e91c-48c7-bef3-2a2a32a4b5e6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"f7a18a00-9c53-40be-96f4-1d08a8bc4ee2",name:"Adjustment Pattern",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"One or two creatures; 1d8 damage, and slide the target 1 square.",damage:"1d8 damage",category:1},{id:"af523daa-3dc4-4c7b-b534-c9455b26acc6",name:"Training Ripost",action:{action:4,trigger:"when a melee attack misses the mannequin",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The triggering creature; 1d8+2 damage, and the target takes a -2 penalty to all defenses until the end of the mannequin’s next turn.",damage:"1d8+2 damage",category:5},{id:"37604e54-d8d8-4707-b3da-8322c5ac08bd",name:"Overbearing Flank",action:null,keywords:"",condition:"when the mannequin hits a creature it flanks with an attack",range:"",attack:null,description:"",details:"The creature is knocked prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f65da93e-0063-4dbd-9115-ecab301e5470",name:"Spell Weaver Collector",details:"",size:2,origin:3,type:2,keywords:"",level:7,role:{type:3,flag:2,leader:!1},senses:"Perception +11",movement:"6, teleport 6",alignment:"Unaligned",languages:"telepathy (sight)",skills:"Arcana +18, Insight +16",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:20},wisdom:{score:16},charisma:{score:16},hp:312,initiative:5,ac:21,fortitude:17,reflex:21,will:21,regeneration:null,auras:[{id:"d6f3983c-1203-4a1d-9b1c-eba48b982a5c",name:"Arcane Bolster",keywords:"",details:"aura 2; at the start of the spell weaver’s turn, it gains temporary hit points equal to the level of the highest level magic item within the aura."}],powers:[{id:"42f2a18a-31d5-4a5d-96b6-1ff2e8318aab",name:"Esoteric Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+3 force damage, and the target takes ongoing 5 force damage (save ends).",damage:"1d6+3 force damage",category:1},{id:"6b14184c-43a0-48d7-af8c-513e29e1c798",name:"Esoteric Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"(minor",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"1d6+3 lightning damage, and the target is blinded (save ends), and each creature adjacent to the target takes 1d6+3 thunder damage.",damage:"1d6+3 lightning damage",category:1},{id:"c0367d85-a8c4-4cc5-b994-3322858d24c3",name:"Banishing Sign",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"the target disappears to a place where it can see reflections of itself in every direction (save ends). While there, the target cannot target any creature or be targeted by any creature. When the target saves, he returns to his previous space, or the nearest unoccupied space.",damage:"",category:3},{id:"f60f4c6d-f708-4396-a37e-31459e44f2bd",name:"Repulsing Touch",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"2d6+4 force damage, and push the target 5 squares.",damage:"2d6+4 force damage",category:3},{id:"0e19286d-874b-4c8a-af32-fc4ea94b724e",name:"Extract Arcane Soul",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Psychic",condition:"requires chromatic disk",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"bloodied arcane targets only; 1d8+9 psychic damage, and the target is dazed (save ends). Miss: Half damage. Effect: The spell weaver regains 24 hit points.",damage:"1d8+9 psychic damage",category:3},{id:"de7b0d1c-3d07-4c98-831c-1b92852c9965",name:"Flametrap Invocation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d8+4 fire damage, and the target is immobilized and each creature adjacent to the target at the start of the target’s turn takes 1d8 + 4 fire damage (save ends).",damage:"1d8+4 fire damage",category:3},{id:"06da1a19-aaa0-4792-9370-4507f0dc1e33",name:"Sharing of Minds",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d6+3 psychic damage, and the target is dazed and attacks the nearest creature with its standard action on its turn (save ends both).",damage:"1d6+3 psychic damage",category:3},{id:"bd310740-440d-4691-9ce1-ca9c9e03a665",name:"Arctic Rune",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:11,defence:1},description:"",details:"1d6+3 cold damage, and slide the target 1 square.",damage:"1d6+3 cold damage",category:3},{id:"932e6449-b018-4251-a7b3-c7177133b90d",name:"Battle Arcana",action:{action:4,trigger:"when the spell weaver takes damage",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"or at-will while bloodied",range:"",attack:null,description:"",details:"The spell weaver takes a minor action or a move action.",damage:"",category:5},{id:"e2ec1712-0a1f-4617-8a84-3c1d62419e15",name:"Multitasking Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When dazed, a spell weaver takes a standard action and a minor action on its turn, instead of just a standard action, and can still take immediate actions.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a569a8fa-7ac9-4e36-9cd8-89818bcd6828",name:"Warwing Drake",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"8, fly 8, overland flight 12",alignment:"Unaligned",languages:"",skills:"Athletics +11",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:6},wisdom:{score:14},charisma:{score:14},hp:56,initiative:6,ac:18,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"2843e411-302d-4fd5-a33e-07f3b626e570",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"f9212c34-e306-4013-81c0-bece81d03fd0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"39880cc0-c938-4f0b-adfb-5ef31bf48855",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The warwing drake flies up to 8 squares and makes two claw attacks at any point during that movement. The drake doesn’t provoke opportunity attacks when moving away from a target of either attack.",damage:"The warwing drake flies up to 8 squares and makes two claw attacks at any point during that movement",category:1},{id:"fe4cfc0d-734f-4ec3-9f97-e64152b863e8",name:"Fearless Flight",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"no action",range:"",attack:null,description:"",details:"Attackers can’t target the warwing drake’s rider when the drake’s movement provokes opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while flying)",tactics:""},{id:"6cb72f12-f54d-4942-85c2-94b22672de4b",name:"Boneshard Mongrel",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:70,initiative:5,ac:17,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"da54d4d3-9e9e-4d3d-8f52-a02b7b3a466c",name:"Boneshard Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 damage",category:1},{id:"c50d7f9c-89f1-4819-b9b8-b29f406188ba",name:"Bite and Hurl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends), and the target slides 2 squares and is knocked prone.",damage:"1d8+3 damage",category:1},{id:"2f8a1096-21e7-432c-ba4e-b1036e0ad849",name:"Boneshard Maul",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Targets a prone creature; 1d8+3 necrotic damage.",damage:"1d8+3 necrotic damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"041c529a-9eea-4a6b-87bd-59f9eba5de20",name:"Bram Ironfell",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Dwarven, Elven",skills:"Bluff +17, Diplomacy +17, Dungeoneering +15, History +14",equipment:"dagger",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:12},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:123,initiative:9,ac:26,fortitude:24,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"6da369b7-063a-474c-9aae-295ba659a925",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"3cd32fb0-3bcc-4864-a1b5-54956b2dea9c",name:"Coward’s Slice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Bram makes a dagger attack, then shifts half his speed. If the attack hits, the target is marked by one of Bram’s allies within 5 squares of the target. The mark lasts until the end of Bram’s next turn.",damage:"the target is marked by one of Bram’s allies within 5 squares of the target",category:1},{id:"c568b100-125f-466f-86d6-01bfc7116531",name:"Ambassador’s Sanction",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target can move half its speed and make a melee basic attack. The target receives a +2 bonus to the attack roll if it attacks a creature marked by the it.",attack:null,description:"",details:"targets one ally in burst",damage:"",category:1},{id:"3692c686-b5e0-46db-ad01-8c76d0900f34",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Bram Ironfell to move—through a pull, a push, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Bram prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ac3ab08-161e-4328-8591-e79871f71383",name:"Cauldron Corpse",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:1,leader:!1},senses:"Perception +3",movement:"4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:6},wisdom:{score:13},charisma:{score:4},hp:152,initiative:4,ac:18,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"5b57965e-f05f-42a3-9b4a-094ffb2a4618",name:"Necrotic Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 damage",category:1},{id:"4a244758-2ca5-4632-8ba7-96126d05a8e9",name:"Necrotic Spew",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:8,defence:2},description:"",details:"1d8+3 necrotic damage, and the target is dazed until the end of the cauldron corpse’s next turn.",damage:"1d8+3 necrotic damage",category:1},{id:"66ef8627-b34e-4f6d-b4a0-32c3799ae19a",name:"Necrotic Spray",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:8,defence:1},description:"",details:"1d8+3 necrotic damage, and the cauldron corpse releases one cauldron mote.",damage:"1d8+3 necrotic damage",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"812da511-b942-4504-8c75-a5fdb952f52a",name:"Cyclops Slaver",details:"",size:3,origin:2,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +15; truesight",movement:"7",alignment:"Unaligned",languages:"Elven",skills:"Stealth +19",equipment:"leather armor; net; shuriken; spear",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:24},intelligence:{score:11},wisdom:{score:17},charisma:{score:10},hp:149,initiative:14,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"86d1e74f-c365-46c9-8f4e-0e12355e6c90",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"2ea06257-2812-4939-aaa4-9ad550adb073",name:"Shuriken",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:20,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"2274366d-551d-422a-b01e-44bcec0de158",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"the target takes a -2 penalty to attack rolls against the cyclops slaver until the end of the encounter or until the slaver uses evil eye against a different target.",damage:"the target takes a -2 penalty to attack rolls against the cyclops slaver until the end of the encounter or until the slaver uses evil eye against a different target",category:3},{id:"5ea6482c-1551-49fa-abcc-6f62bcd622a4",name:"Barbed Net",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires net",range:"Close blast 4",attack:{bonus:19,defence:2},description:"",details:"1d10+6 damage, and the target is restrained and takes ongoing 10 damage (save ends both).",damage:"1d10+6 damage",category:1},{id:"b66d8a57-41e8-4ae2-a233-448caff00849",name:"Sleep Powder Flask",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Sleep",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"the target is slowed (save ends). First Failed Saving Throw: The target is knocked unconscious instead of slowed (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7d46c6bc-0346-4e0b-b923-aa8b2aa2cc26",name:"Drow Underling",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"dagger; leather armor; short sword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:23},intelligence:{score:13},wisdom:{score:14},charisma:{score:20},hp:1,initiative:15,ac:28,fortitude:24,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"3ea691c1-dece-469d-9477-7fb238f644ea",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"2c88efe8-919c-4648-ba6b-0f9a5823b774",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:19,defence:0},description:"",details:"6 poison damage.",damage:"6 poison damage",category:1},{id:"417ebeb0-6c86-4669-9a62-de260c1dfbc3",name:"Darkfire Sacrifice",action:null,keywords:"",condition:"when the drow underling is reduced to 0 hit points",range:"",attack:null,description:"",details:"An ally within 5 squares of the drow underling gains combat advantage and ignores concealment on its next attack.",damage:"An ally within 5 squares of the drow underling gains combat advantage and ignores concealment on its next attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"21d4dc51-e80b-4866-87f1-dc5786be5c57",name:"Druemmeth Goldtemple",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:6,flag:0,leader:!0},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Diplomacy +15, History +17, Insight +14",equipment:"chainmail; longsword",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:24},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:144,initiative:16,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[{id:"9e4911ec-4d17-4fe1-8370-b7bbd1d440ee",name:"Fey Quickness",keywords:"",details:"aura 10; an eladrin ally within the aura can use fey step as a minor action."}],powers:[{id:"30423a6c-0c69-4778-b17d-42351366a87d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target grants combat advantage until the end of its next turn.",damage:"2d8+6 damage",category:1},{id:"43238c33-2351-4803-8ad9-6d10571cf3a3",name:"Nimbus of Battle",action:{action:4,trigger:"when an ally within 10 damages an enemy",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The triggering ally regains 1d10 hit points.",damage:"The triggering ally regains 1d10 hit points",category:5},{id:"17e6c9ba-d122-42b9-8ef6-dbd9b09072ad",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Druemmeth Goldtemple teleports 5 squares.",damage:"Druemmeth Goldtemple teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cc76d2b1-a885-4327-a5be-f4fcc04302b2",name:"Eladrin Feydark Gladiator",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"scale armor; spear",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:24},intelligence:{score:15},wisdom:{score:13},charisma:{score:16},hp:154,initiative:17,ac:32,fortitude:28,reflex:30,will:26,regeneration:null,auras:[],powers:[{id:"05c0624f-46e4-4a2e-b9a7-3020563d9c52",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of the gladiator’s next turn.",damage:"2d8+7 damage",category:1},{id:"560a7a23-82d1-4e4f-aa83-ac50fbd4dda6",name:"Bloodletting Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"3d8+7 damage. If the gladiator has combat advantage against the target, the target takes ongoing 10 damage (save ends).",damage:"3d8+7 damage",category:1},{id:"f802b45d-46a1-40ac-925a-fed34d7721d7",name:"Gladiator’s Cage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An enemy flanked by the gladiator takes a -5 penalty to attack rolls.",damage:"An enemy flanked by the gladiator takes a -5 penalty to attack rolls",category:0},{id:"c0ec7663-ffcd-4872-aba2-f464526f3d15",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin Feydark gladiator teleports 5 squares.",damage:"The eladrin Feydark gladiator teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"89370f5a-6c2d-4137-b69c-3cf02ef7a13b",name:"Eladrin Winter Blade",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"leather armor; longsword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:23},intelligence:{score:15},wisdom:{score:12},charisma:{score:16},hp:1,initiative:15,ac:30,fortitude:26,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"32583e89-aba6-42e9-9487-5b5920dd7379",name:"Winter Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 cold damage.",damage:"8 cold damage",category:1},{id:"26316c23-c67c-4820-b985-6f0c8880d451",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin winter blade teleports 5 squares.",damage:"The eladrin winter blade teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"75f5ba96-49fd-40bd-b709-8c5a963cca58",name:"Jeras Falck",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +2",movement:"4",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +9, History +9, Religion +9",equipment:"dagger; orb implement",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:9},intelligence:{score:16},wisdom:{score:10},charisma:{score:18},hp:114,initiative:1,ac:19,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"686b04f1-b5fd-47a6-9d27-ed9cb22d0d06",name:"Dagger of Pain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4+2 damage, and the target slides 2 squares.",damage:"2d4+2 damage",category:1},{id:"72990d05-08ee-4600-9eec-ce9bec348594",name:"Pain Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"1d6+4 necrotic damage, and the target takes -2 to all defenses until the end of Jeras’s next turn.",damage:"1d6+4 necrotic damage",category:1},{id:"199cf9f2-1db0-4360-a2af-b6ab54453597",name:"Flurry of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jeras makes two basic attacks.",damage:"",category:1},{id:"6242d268-d692-4e66-bf06-3ede37dcf309",name:"Crimson Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when falck does not have a creature immobilized with this power"},keywords:"Implement",condition:"",range:"Ranged 10",attack:null,description:"",details:"2d6+4 damage, and ongoing 5 damage and the target is immobilized (save ends both). While Falck has a target immobilized with this power, he gains regeneration 3.",damage:"2d6+4 damage",category:1},{id:"e7719b26-b8ba-46dd-a2ca-fde91d59138c",name:"Overwhelming Wounds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"2d6+4 damage, and if the target is bloodied after the damage, that target is dazed until the end of Falck’s next turn.",damage:"2d6+4 damage",category:1},{id:"00875cd1-790e-4c97-b1aa-60da91dd284a",name:"Command Undead",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Undead allies within 10 squares of Jeras Falck can shift 2 squares as a free action. One destroyed undead minion rises again with 1 hit point and stands as a free action.",damage:"Undead allies within 10 squares of Jeras Falck can shift 2 squares as a free action",category:2},{id:"eb6d8352-d9bf-4817-a299-9f66b9865517",name:"Wraithform",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jeras Falck becomes insubstantial and gains phasing until the end of his next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"26a632d9-15f5-4d10-baef-398590f7ed17",name:"Scarred Bulette",details:"",size:3,origin:4,type:1,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +10; darkvision, tremorsense 20",movement:"6, burrow 6",alignment:"Unaligned",languages:"",skills:"Athletics +20, Endurance +19",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:21},intelligence:{score:2},wisdom:{score:16},charisma:{score:11},hp:304,initiative:14,ac:29,fortitude:28,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"3fbe1eb8-97bc-431f-afe5-f6318073f64e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Before it bites, the bulette can make a standing long jump (as a free action) without provoking opportunity attacks; 2d8+6 damage, or 4d8+6 damage against a prone target.",damage:"2d8+6 damage",category:1},{id:"4989f81f-9441-4770-8571-437e2b4e8678",name:"Earth Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The scarred bulette moves its burrow speed just below the surface of the ground, avoiding opportunity attacks as it passes underneath other creatures’ spaces. As it burrows beneath the space of a Medium or smaller creature on the ground, the bulette makes an attack against the creature; the target is knocked prone.",damage:"",category:2},{id:"fcb59f7e-9f28-41c8-abc3-375e4c8651e8",name:"Rising Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"the bulette must have emerged from the ground after burrowing this turn",range:"Close burst 2",attack:{bonus:19,defence:0},description:"",details:"the bulette sprays rocks and dirt into the air when it rises out of the ground; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"630846c2-bab6-4d40-a06a-d5958b43eb73",name:"Spray of Tainted Blood",action:null,keywords:"",condition:"when an adjacent creature hits the scarred bulette with a melee attack",range:"",attack:null,description:"",details:"The attacker takes a -2 penalty to Fortitude until the end of the scarred bulette’s next turn.",damage:"The attacker takes a -2 penalty to Fortitude until the end of the scarred bulette’s next turn",category:0},{id:"03ca17cc-c94e-4021-a5e2-792a563d979b",name:"Habituated to Torture",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the scarred bulette is bloodied, it gains a +2 bonus to all defenses and to speed.",damage:"it gains a +2 bonus to all defenses and to speed",category:0}],damageModifiers:[],resist:"",vulnerable:"charm (a tortured bulette hit by a charm attack is immobilized until the end of its next turn)",immune:"",tactics:""},{id:"53de897c-b4d3-4903-ab0a-1b24a336d3a8",name:"Skeleton Archer",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"arrow; longbow; short sword",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:31,initiative:6,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"905d144f-743c-479b-a297-5ab766ff001f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"8a00fc40-f14d-4e2c-9722-1ec453b82a1b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:6,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"22c75b53-37a3-4d5b-a603-f689012da560",name:"Shake the Mark",action:{action:4,trigger:"when the skeleton archer is marked",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skeleton archer is no longer marked.",damage:"",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e9eb663b-5b16-4276-b7d5-91bd2d15e127",name:"Sorik Orvash",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Good",languages:"Common, Dwarven",skills:"Dungeoneering +9, Endurance +10",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:10},intelligence:{score:12},wisdom:{score:13},charisma:{score:11},hp:1,initiative:1,ac:14,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"fd4acaa1-bfd5-415d-a124-6d5e7fdc22d7",name:"Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage, and Sorik shifts 1 square.",damage:"4 damage",category:1},{id:"3ffae054-269c-458d-8095-2404671394c2",name:"Roll With It",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sorik can roll a saving throw to avoid damage from the attack. If he succeeds, he can shift 2 squares.",damage:"sorik can roll a saving throw to avoid damage from the attack",category:5},{id:"0ab96824-556c-4b06-a24b-f33ed46bd79f",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides Sorik, Sorik moves 1 square less than the effect specifies. When an attack could knock Sorik prone, a successful save negates that effect.",damage:"Sorik moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b1a848b3-ee2e-4435-b890-46df0ec2dc1d",name:"Yellowskull Bandit",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception -1",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +10, Streetwise +6, Thievery +10",equipment:"crossbow; crossbow bolt; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:36,initiative:7,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"09bc4dee-c9fd-4d85-a7e5-e7c3494f548a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+3 damage, and the bandit shifts 1 square.",damage:"1d8+3 damage",category:1},{id:"b97399d4-6540-4c75-a6e8-3d47dd442596",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Requires mace or crossbow; 1d8+3 damage, the target is dazed until the end of the bandit’s next turn, and the bandit shifts 1 square.",damage:"1d8+3 damage",category:1},{id:"0be4a990-afdc-4c1d-a3c2-560875140fc4",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage, and the bandit shifts 1 square.",damage:"1d6+3 damage",category:1},{id:"450eea15-372e-4caf-8f23-f413da2a0b50",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bandit deals 1d6 extra damage to any target granting combat advantage to it.",damage:"the bandit deals 1d6 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9160900-9725-4a6d-ad5b-1ffbbf77fe86",name:"Astral Shade",details:"",size:3,origin:3,type:2,keywords:"",level:17,role:{type:4,flag:2,leader:!1},senses:"Perception +11; blindsight 10, darkvision",movement:"fly 10 (hover), teleport 6 phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +20",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:24},intelligence:{score:18},wisdom:{score:16},charisma:{score:21},hp:448,initiative:19,ac:29,fortitude:28,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"220ade77-deba-4b8e-bee4-eec8fd3b8b77",name:"Astral Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"3d8 + 4 radiant damage and the target gains vulnerable 10 to radiant damage until the end of the astral shade’s next turn. If the astral shade is bloodied, the target is also restrained (save ends).",damage:"3d8 + 4 radiant damage and the target gains vulnerable 10 to radiant damage until the end of the astral shade’s next turn",category:1},{id:"5460f63e-7d3c-4a30-82c7-0d124a8da73b",name:"Radiant Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(minor",range:"",attack:{bonus:22,defence:2},description:"",details:"One or two targets; 3d8 radiant damage, and the target slides 1 square. If the astral shade is bloodied, the attack instead deals 3d8 + 5 radian damage and slides the target 2 squares.",damage:"3d8 radiant damage",category:1},{id:"ba2252ee-c635-4efc-819d-c6b10d8a7d1a",name:"Wrathful Strike",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral shade teleports 4 squares and makes an astral slam attack or a radiant ray attack.",damage:"The astral shade teleports 4 squares and makes an astral slam attack or a radiant ray attack",category:5},{id:"d0bd12a5-90f6-4aae-a3fb-4aafce60bd18",name:"Astral Shockwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the astral shade takes force damage"},keywords:"Force",condition:"",range:"Close burst 3",attack:{bonus:20,defence:2},description:"",details:"3d8 + 5 force damage and the target is pushed 5 squares.",damage:"3d8 + 5 force damage and the target is pushed 5 squares",category:1},{id:"9b463276-c87d-4416-814f-e05640ae5473",name:"Radiant Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close burst 3",attack:{bonus:20,defence:1},description:"",details:"3d8 + 5 radiant damage and the target is immobilized (save ends).",damage:"3d8 + 5 radiant damage and the target is immobilized (save ends)",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"force (the next attack against the astral shade ignores its insubstantial)",immune:"disease, poison",tactics:""},{id:"b7385abf-31f0-4da3-964b-55cca70ef601",name:"Astral Whitewings",details:"* A whitewing in this encounter flees if its corsair cutter rider",size:3,origin:3,type:1,keywords:"reptile",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +18; low-light vision",movement:"4, fly 8 (hover); see also astral wings",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:24},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:146,initiative:16,ac:30,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"7c70679f-c00f-4365-a88f-948d03760b0a",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"91b54305-cc62-4c75-aab0-d55bfb2349d3",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The astral whitewing moves its fly speed and makes one tail slam attack at any point during that movement. The whitewing does not provoke opportunity attacks when moving away from the target of the attack.; .",damage:"",category:1},{id:"b28e5c4e-868b-4379-babe-387f44ad2d76",name:"Stunning Shriek",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"the target is stunned until the end of its next turn.; 5; .",damage:"5",category:1},{id:"272f3375-43a5-4e46-8c5e-c6e9cdd39884",name:"Astral Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Mount, Teleportation",condition:"must be mounted by a friendly githyanki rider",range:"",attack:null,description:"",details:"The astral whitewing and its rider teleport a distance equal to the whitewing’s fly speed.",damage:"",category:2},{id:"223e902c-856a-401a-9888-815ec362fcb7",name:"Astral Wings",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"While in the Astral Sea, the whitewing’s fly speed increases to 12 squares.",damage:"the whitewing’s fly speed increases to 12 squares",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"54fa7d55-135f-4dab-b452-662abca8ca68",name:"Bladebearer Strangler",details:"",size:2,origin:4,type:2,keywords:"bugbear",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +13, Intimidate +11, Stealth +15",equipment:"battleaxe; garrote; leather armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:88,initiative:12,ac:22,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"c1f90c88-d7b9-4362-84ad-10357802e524",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12 + 6 Damage.",damage:"1d12 + 6 damage",category:1},{id:"5dbeab61-768b-412a-88bf-235c7d001b39",name:"Strangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires combat advantage and a garrote",range:"",attack:{bonus:11,defence:2},description:"",details:"Can be used as part of a charge; 1d10 + 5 damage, and the target is grabbed (-4 penalty to escape). Sustain Standard: When it sustains this power, the bugbear deals the target 1d10 + 5 damage and sustains the grab.",damage:"1d10 + 5 damage",category:1},{id:"ee66a43d-7a7f-4c5f-8f78-5ba129e50c23",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or a ranged attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer strangler makes its grabbed victim the target instead. The Bladebearer strangler cannot use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5},{id:"e6cafe11-cfa0-40cc-ad24-0f8889c4f085",name:"Strangler’s Alacrity",action:{action:7,trigger:"when a creature the bladebearer strangler has grabbed drops to 0 or fewer hit points",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer strangler can make a charge attack.",damage:"",category:5},{id:"0f92cb4f-ad1f-46e1-ba13-c64a417610f3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer strangler deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"the bladebearer strangler deals 1d6 extra damage against any creature granting combat advantage to it",category:0},{id:"f5da5391-3acf-458a-9715-525aa68bad8b",name:"Strangler’s Cover",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the Bladebearer strangler is grabbing a creature, that creature’s allies consider the grabbed creature to be an enemy for determining cover.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"641a821a-e89c-4530-9c8a-997b565122c6",name:"Calmachia",details:"",size:3,origin:4,type:3,keywords:"dragon, living construct",level:9,role:{type:3,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +13, Intimidate +14",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:10},intelligence:{score:18},wisdom:{score:12},charisma:{score:20},hp:400,initiative:4,ac:23,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"00068fa8-4554-44db-8d17-32610646cbb0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8 + 6 damage, and the target is grabbed.",damage:"2d8 + 6 damage",category:1},{id:"e09c8b79-f182-41c2-a14f-874e9d4e57e2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10 + 6 damage, and the target slides 2 squares.",damage:"1d10 + 6 damage",category:1},{id:"cec51ee6-86cf-477c-9150-31c69f9ba12c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Calmachia makes two claw attacks.",damage:"",category:1},{id:"b12bc7db-e94b-42ac-9cfc-4d13ee0c68ea",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets a creature Calmachia has grabbed; 1d8+6 damage, and the target is pushed 6 squares and knocked prone. Miss: The target is pushed 2 squares.",damage:"1d8+6 damage",category:1},{id:"8093c7c2-84e7-49e1-abbb-7be33587c315",name:"Arcing Backlash",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 10",attack:{bonus:13,defence:2},description:"",details:"targets only the attacker; 1d8 + 5 lightning damage, and the enemy is pushed 2 squares and knocked prone.",damage:"1d8 + 5 lightning damage",category:5},{id:"4f0d22a8-c69b-4d00-903c-364beaa1cfb2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"2d6 + 5 force damage, and the target is slowed (save ends) and pushed 3 squares.",damage:"2d6 + 5 force damage",category:1},{id:"ebef7cb0-aaf6-4f61-88b1-908634497a7d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Calmachia’s breath weapon recharges, and she uses it immediately.",damage:"",category:5},{id:"69032fc4-3cb1-4664-8162-8f99fcfac7fe",name:"Commanding Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is dominated until the end of Calmachia’s next turn. Miss: The target is dazed until the end of Calmachia’s next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d6a8319-13ec-4617-96a8-4efecba6f719",name:"Dakai",details:"",size:1,origin:4,type:2,keywords:"goblin",level:7,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +16, Bluff +10, Stealth +5, Thievery +10",equipment:"leather armor; mace; rod implement",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:10},intelligence:{score:18},wisdom:{score:14},charisma:{score:13},hp:80,initiative:3,ac:22,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"d6961146-4b0f-4b58-9f8e-2a886a53bf5d",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Arcane, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage, and the next of Dakai’s allies to attack the target gains +2 to its attack roll.",damage:"1d8 + 4 damage",category:1},{id:"ad08a922-808a-4c41-a800-1c3dcdd4a6e3",name:"Rod Arc",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement, Lightning",condition:"(standard",range:"",attack:{bonus:10,defence:2},description:"",details:"Dakai ignores the target’s cover; 10; 1d8 + 4 lightning damage, and the target takes -3 to its next damage roll.",damage:"1d8 + 4 lightning damage",category:1},{id:"f5cacf8e-8f5d-4dee-8320-74793d1d8e3a",name:"Shard Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Arcane, Force, Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 1d10 + 4 force damage, and the target is knocked prone. Effect: The burst creates a zone that lasts until the end of Dakai’s next turn. An enemy who ends its turn in this zone takes 1d10 + 4 force damage.",damage:"1d10 + 4 force damage",category:1},{id:"2df58015-4da8-4d02-8c4d-81f60f050dd0",name:"Resistive Formula",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 5 temporary hit points.",damage:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 5 temporary hit points",category:3},{id:"2c21fb97-dd5e-4df8-bdb6-1d38ffba5ed7",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a meleeattack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dakai shifts 1 square.",damage:"Dakai shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b568e12d-e785-43ed-93c4-af383a49082f",name:"Decrepit Flesh Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"5 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:210,initiative:4,ac:20,fortitude:23,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"2eda4b66-c21b-493a-814e-f65f33b08192",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d8 + 5 damage, and the target is pushed 2 squares.",damage:"2d8 + 5 damage",category:1},{id:"3bc14122-6e39-4f2e-bfcd-cc0c666ecba4",name:"Berserk Attack",action:{action:4,trigger:"when damaged by anattack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flesh golem makes a slam attack against a random enemy within its reach.",damage:"",category:5},{id:"ac5270f0-23d8-4d32-8894-9b3441ec64c4",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The decrepit flesh golem moves its speed and can move through enemies’ spaces. When it enters a creature’s space, the golem makes a slam attack against that creature.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e79b4ba-285c-47c7-88dc-0eaae2d42245",name:"Decrepit Warforged",details:"",size:2,origin:4,type:2,keywords:"living construct",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:1,initiative:5,ac:18,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"ced36678-32ee-4a4e-a09c-ae354d5361e3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"6 damage; on a critical hit, the target is also knocked prone.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0846f651-cf91-4a7e-894e-f3920f229cc8",name:"Fomorian Guards",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Deep Speech, Elven",skills:"",equipment:"chainmail; halberd",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:11},wisdom:{score:20},charisma:{score:15},hp:1,initiative:16,ac:33,fortitude:30,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"cfc932a3-23fa-4345-8ac8-ae065a5ef0fc",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 4; 8 damage (13 damage against immobilized targets) and the target is marked until the end of the fomorian guard’s next turn.",damage:"8 damage (13 damage against immobilized targets) and the target is marked until the end of the fomorian guard’s next turn",category:1},{id:"c64222ec-984b-417e-851e-ffd0190d0c6b",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:3},description:"",details:"the target is immobilized until the end of the fomorian guard’s turn.; 5; .",damage:"5",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ff8819a6-ad9d-48c9-bcba-5352883d1ba8",name:"Forge Drake",details:"This winged drake is made of shining steel",size:2,origin:4,type:0,keywords:"construct, homunculus",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6, fly 4 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:19},intelligence:{score:4},wisdom:{score:14},charisma:{score:4},hp:79,initiative:9,ac:21,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"054c4b14-31b9-457a-901f-d296c4c406d6",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6 + 4 damage.",damage:"2d6 + 4 damage",category:1},{id:"ff68e636-4e86-4813-986b-53ce7e7067c5",name:"Shifting Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4 + 3 damage. The forge drake can shift 1 square before or after the attack.",damage:"2d4 + 3 damage",category:1},{id:"3b9e8903-9816-47a8-8336-5e4bd251ce50",name:"Guard Creature",action:{action:4,trigger:"when an enemyattacks a creature guarded by the forge drake",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forge drake shifts 2 squares toward or around the triggering creature. If the drake is adjacent to the triggering creature after shifting, it can make a claw attack against that creature.",damage:"The forge drake shifts 2 squares toward or around the triggering creature",category:5},{id:"b514132c-3e1e-4370-9067-68629dd19c46",name:"Force Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close blast 3",attack:{bonus:10,defence:2},description:"",details:"3d6 + 4 force damage, and target is pushed 2 squares and knocked prone.",damage:"3d6 + 4 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9f48a10f-361b-4746-a608-191be2f198e4",name:"Forge Wisp Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:4},constitution:{score:17},dexterity:{score:13},intelligence:{score:4},wisdom:{score:10},charisma:{score:15},hp:1,initiative:4,ac:19,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"5c4a0957-d636-47aa-bb21-2b88c94abef6",name:"Kindling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"2 necrotic damage, and ongoing 5 fire damage (save ends).",damage:"2 necrotic damage",category:1},{id:"1c7b876c-2454-4302-b89b-00650c4c4bc1",name:"Explosive End",action:null,keywords:"Fire",condition:"when reduced to 0 hp",range:"Close burst 1",attack:{bonus:7,defence:2},description:"",details:"ongoing 5 fire damage (save ends).",damage:"ongoing 5 fire damage (save ends)",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, fire, necrotic, poison",tactics:""},{id:"17577c53-b56a-4292-b03d-c85a18fe9341",name:"Forgewraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Intimidate +14, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:10},charisma:{score:20},hp:123,initiative:5,ac:20,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"a7e95f99-0783-4f6c-9030-240edd9bcf83",name:"Pain Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6 + 5 fire and necrotic damage, and the target is pushed 2 squares and knocked prone.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"27a0880b-ef02-406d-9253-e2e9023b6ab9",name:"Soulburn",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d6 + 5 fire and necrotic damage, the forgewraith slides the target 2 squares, and the target takes a -2 penalty to all defenses until the end of the forgewraith’s next turn.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"281de7e5-27ac-4c86-a761-4694afd1edca",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forgewraith makes two basic attacks.",damage:"",category:1},{id:"89adb0f3-7af6-4b7c-9861-74ad9d06606b",name:"Forge Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"10; 2d10 + 5 fire damage, and ongoing 10 fire damage (save ends), and the target is knocked prone. Each time a target takes ongoing damage from this attack, the forgewraith gains 5 temporary hit points.",damage:"2d10 + 5 fire damage",category:1},{id:"b34e2510-4c54-4d78-a521-a38ac9f5f664",name:"Forge’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation, Illusion, Psychic",condition:"",range:"Close burst 2",attack:{bonus:11,defence:3},description:"",details:"2d6 + 5 psychic damage, and if the target leaves its space, it takes 2d6 + 5 psychic damage (save ends). While the target remains in its space, all other creatures have concealment against the target. Miss: Half damage. Effect: The forgewraith can teleport to any square in the area of effect.",damage:"2d6 + 5 psychic damage",category:1},{id:"755c1be0-ec32-4cea-a6cf-06a1e672ff99",name:"Bloodied Wrath",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Forge’s wrath recharges, and the forgewraith uses it.",damage:"",category:1}],damageModifiers:[{type:3,value:-5},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, nonmagical fire, poison",tactics:""},{id:"6c45d52e-40ff-4acc-bffc-d917a215da8b",name:"Githyanki Blademaster",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"5 see also telekinetic jump",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:12},charisma:{score:21},hp:1,initiative:15,ac:28,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"4b613515-5332-40b9-bee2-8d36776eb44b",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"8 psychic damage.",damage:"8 psychic damage",category:1},{id:"e3038122-ddc9-43c9-a4cd-0c68514c8bf3",name:"Twin Longsword Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires combat advantage against the target",range:"",attack:{bonus:22,defence:0},description:"",details:"12 psychic damage.",damage:"12 psychic damage",category:1},{id:"ad956467-f927-40ba-9b7f-3ad6950c1652",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki blademaster flies 5 squares.",damage:"The githyanki blademaster flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a99fe9c7-929d-4467-b8e5-a94e8ab2a5dc",name:"Githyanki Corsair Cutters",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"5 see also telekinetic jump",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"leather armor; light shield",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:23},intelligence:{score:17},wisdom:{score:21},charisma:{score:16},hp:1,initiative:16,ac:31,fortitude:28,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"d8914bcc-04dd-419b-bf56-9e2732d480bf",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"a5b3d20f-b56a-48f4-9a13-1a5cd1fa5880",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki blademaster flies 5 squares.",damage:"The githyanki blademaster flies 5 squares",category:2},{id:"c261362f-11de-4371-b605-79fdb1fdc1da",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A githyanki corsair cutter deals 3 extra damage on melee attacks against any target that is granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9cbde43-caea-4751-b428-0187e60c7589",name:"Githyanki Corsair Shipmaster",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +21, Insight +20",equipment:"leather armor; light shield",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:25},intelligence:{score:21},wisdom:{score:22},charisma:{score:17},hp:179,initiative:18,ac:33,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"411d0fb8-21e6-447b-a8c8-3988a23d7109",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8 + 5 damage plus 1d6 psychic damage, and if the githyanki corsair shipmaster has combat advantage against the target, it can shift 3 squares.",damage:"2d8 + 5 damage plus 1d6 psychic damage",category:1},{id:"41de62da-1117-4afa-9001-39934af90797",name:"Blade Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d8 + 6 damage plus 1d8 psychic damage, and the target is dazed until the end of the githyanki corsair shipmaster’s next turn. Effect: The shipmaster can shift up to 3 squares before or after making this attack.",damage:"3d8 + 6 damage plus 1d8 psychic damage",category:1},{id:"99b93170-0144-4aff-b5c0-2b2e2457d3b3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"the githyanki corsair shipmaster or an ally within range can fly 5 squares; 10; .",damage:"the githyanki corsair shipmaster or an ally within range can fly 5 squares",category:2},{id:"d276f13b-d434-431f-80eb-a881bef2629a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A githyanki corsair shipmaster deals 1d6 extra damage on melee attacks against any target that is granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"26da5d75-20ee-4024-b565-64837426da54",name:"Githyanki Gish Crusaders",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"chainmail",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:18},intelligence:{score:14},wisdom:{score:14},charisma:{score:18},hp:1,initiative:14,ac:30,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"f0623b72-d67c-4421-bb34-98ccdc0159fb",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"10 psychic damage.",damage:"10 psychic damage",category:1},{id:"af9b9acd-36df-42b3-ad96-f1725d16268f",name:"Astral Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"10; 10 psychic damage.",damage:"10 psychic damage",category:1},{id:"516b53cb-50e4-4e8a-8fdf-9a98ffd07ec6",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki gish crusader teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki gish crusader teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6f7d15a8-92a1-41e5-9752-a13ff13c209d",name:"Githyanki Gish Warmasters",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +17",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +20",equipment:"chainmail",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:18},intelligence:{score:24},wisdom:{score:18},charisma:{score:21},hp:330,initiative:14,ac:33,fortitude:28,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"1f0f92b7-7342-46d0-9107-2fe8fca2e010",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8 + 3 damage plus 1d8 psychic damage.",damage:"2d8 + 3 damage plus 1d8 psychic damage",category:1},{id:"9dfee34a-16f0-4442-a5f5-8d14b38d6b0a",name:"Astral Strike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"",attack:{bonus:20,defence:1},description:"",details:"5; 2d8 + 6 radiant damage.",damage:"2d8 + 6 radiant damage",category:1},{id:"f7d90c1f-2175-4ac0-aa63-a4ffb5e5736a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The githyanki gish warmaster makes two silver longsword attacks. If it hits two different targets, each target takes an additional 1d8 psychic damage; .",damage:"each target takes an additional 1d8 psychic damage",category:1},{id:"23be70b7-2cbc-48ad-b403-d43dc870bde1",name:"Astral Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Radiant",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"The githyanki gish warmaster makes four attacks, no more than two of them against a single target:; 5; 3d8 + 6 psychic and radiant damage.",damage:"3d8 + 6 psychic and radiant damage",category:1},{id:"ebed6467-7fdb-4fb4-b688-6244ee8544df",name:"Astral Stride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"burst 1 within 10; 4d8 + 6 lightning damage.",damage:"4d8 + 6 lightning damage",category:1},{id:"94554fc2-2f8a-4717-b22f-0464e2bf097e",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki gish warmaster teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki gish warmaster teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6cce3710-b938-4435-bf1c-12f061d0726a",name:"Githyanki Guardian Shade",details:"",size:2,origin:1,type:2,keywords:"undead",level:20,role:{type:4,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"8, fly 8",alignment:"Unaligned",languages:"understands Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:23},intelligence:{score:19},wisdom:{score:21},charisma:{score:26},hp:756,initiative:20,ac:34,fortitude:30,reflex:32,will:28,regeneration:null,auras:[{id:"9abca227-0e9c-4752-a7e8-ab0760ca9fc8",name:"Guardian Presence",keywords:"",details:"(Psychic) while the githyanki guardian shade is bloodied, each creature that starts its turn adjacent to it takes 5 psychic damage."}],powers:[{id:"16b80de9-a2b7-4e7a-a621-c4c9403134a4",name:"Ghost Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage and the target takes a –2 penalty to all defenses and is slowed (save ends both).",damage:"2d10 + 7 damage and the target takes a –2 penalty to all defenses and is slowed (save ends both)",category:1},{id:"002eeb30-3559-401a-9479-2b75b318379a",name:"Spirit Rake",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(minor",range:"",attack:{bonus:23,defence:3},description:"",details:"5; 1d8 + 5 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"1d8 + 5 psychic damage",category:1},{id:"819d4a94-ffdd-49df-9edf-7ad303e4e765",name:"Bladed Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Burst 3; targets enemies; the githyanki guardian shade pulls the target 2 squares, then makes a ghost sword attack against each adjacent enemy. Effect: The githyanki guardian shade teleports up to 8 squares.; .",damage:"Burst 3",category:1},{id:"9f8c5985-cacd-4ca6-83bb-a0aaa2170534",name:"Guardian Fury",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Burst 2; 2d8 + 4 force damage and the target is pushed 3 squares.",damage:"2d8 + 4 force damage and the target is pushed 3 squares",category:5},{id:"d5880f7c-a89f-44da-bdb4-c0c5713c15df",name:"Soul Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 4 while bloodied"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"Slowed targets only; 4d10 + 10 radiant damage, and the target gains vulnerable 15 psychic until the end of its next turn.",damage:"4d10 + 10 radiant damage",category:1},{id:"df3532b5-bdf6-432f-a00c-4474aca0778e",name:"Soul Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"10; 2d8 + 5 psychic damage, and the target is stunned until the end of the githyanki guardian shade’s next turn. Miss: Half damage, and the target is dazed until the end of the githyanki guardian shade’s next turn.",damage:"2d8 + 5 psychic damage",category:1},{id:"a53f88c9-c507-40b3-b89d-1859c5d61661",name:"Astral Soul",action:{action:4,trigger:"when the githyanki guardian shade takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki guardian shade becomes insubstantial and gains phasing until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e838aa43-7240-4f07-9781-7836c9254323",name:"Githyanki Mindlasher",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"8 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +12",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:25},intelligence:{score:20},wisdom:{score:22},charisma:{score:14},hp:132,initiative:16,ac:30,fortitude:29,reflex:33,will:29,regeneration:null,auras:[],powers:[{id:"e9d87753-c181-40fb-9594-e3fdd4a1feed",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d8 + 4 psychic damage.",damage:"2d8 + 4 psychic damage",category:1},{id:"87f6af9f-f8be-4642-9e90-f6dec57a76a6",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"the githyanki mindlasher or an ally within range can fly 5 squares.; 10; .",damage:"the githyanki mindlasher or an ally within range can fly 5 squares",category:2},{id:"44ad5458-d203-4e79-b661-519ecdd651e5",name:"Mind Crush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"burst 2 within 20; 1d10 damage, and ongoing 5 psychic damage (save ends). Aftereffect: The target gains vulnerable 10 psychic and can make only basic attacks (save ends).",damage:"1d10 damage",category:1},{id:"19b2f38c-3f08-4896-8cec-6f77a7d316cf",name:"Psychic Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"burst 2 within 10; 2d8 psychic damage, and the target is knocked prone.",damage:"2d8 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e4ef4a1-46dd-4f64-b6cc-92b2f14327d5",name:"Githyanki Psychic Archers",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"leather armor; longbow",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:15},intelligence:{score:24},wisdom:{score:17},charisma:{score:21},hp:1,initiative:10,ac:28,fortitude:27,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"6af51732-f48d-4693-abc2-a51cab3b0bbd",name:"Silver Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"15/30; 6 damage.",damage:"6 damage",category:1},{id:"535ddd34-3b1f-4d1b-917d-ef57305ab6b1",name:"Psychic Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires longbow",range:"",attack:{bonus:21,defence:3},description:"",details:"15/30; 8 psychic damage and the target is dazed until the end of its next turn.",damage:"8 psychic damage and the target is dazed until the end of its next turn",category:1},{id:"9ae1a72d-03e0-490b-8120-1b57d7818f23",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki psychic archer flies 5 squares",damage:"The githyanki psychic archer flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"59aa95cd-76cc-45e2-92b1-0585459ee5b9",name:"Githyanki Reavers",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"5 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:21},intelligence:{score:15},wisdom:{score:14},charisma:{score:21},hp:197,initiative:13,ac:29,fortitude:30,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"5e579d0f-f3aa-4a47-840b-045ad9c08061",name:"Silver Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d12 + 4 (crit 2d12 + 28) plus 1d6 psychic damage, plus an extra 3d6 psychic damage if the target is immobilized.",damage:"2d12 + 4 (crit 2d12 + 28) plus 1d6 psychic damage",category:1},{id:"edf06bb1-a986-4ed0-ae01-eccd62020531",name:"Reaving Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Reliable, Weapon",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"3d12 + 4 damage plus 1d6 psychic damage, and the target is immobilized (save ends).",damage:"3d12 + 4 damage plus 1d6 psychic damage",category:1},{id:"d3ebc99b-ad95-422b-af92-37b7f6130778",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"the githyanki reaver or an ally within range can fly 5 squares; 10; .",damage:"the githyanki reaver or an ally within range can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b67f3756-f4c3-448d-bc32-ed736a5c602b",name:"Githyanki Shade",details:"",size:2,origin:1,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 8",alignment:"Unaligned",languages:"Understands Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:24},intelligence:{score:19},wisdom:{score:16},charisma:{score:21},hp:120,initiative:19,ac:30,fortitude:26,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"35575391-2a95-454e-a70a-0a69a5fd0ee4",name:"Ghost Sword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10 + 5 damage.",damage:"2d10 + 5 damage",category:1},{id:"46e5c1db-b4e6-482d-a6e4-39466ee088a6",name:"Spirit Rake",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"",attack:{bonus:19,defence:3},description:"",details:"5; 2d8 + 7 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d8 + 7 psychic damage",category:1},{id:"1741fb1b-17d7-4dae-ad2f-1b0ef6575e5c",name:"Bladed Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Burst 1; 1d10 + 5 damage, and the target takes a –2 penalty to all defenses and is slowed (save ends both).",damage:"1d10 + 5 damage",category:1},{id:"e7f02b3d-a99a-456e-a893-1861457d5808",name:"Soul Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"Slowed targets only; 4d10 + 5 radiant damage, and the target gains vulnerable 10 psychic until the end of its next turn.",damage:"4d10 + 5 radiant damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ba37f6d4-1c09-4a54-b13c-263d2ec3abd0",name:"Githyanki Warmongers",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +11",movement:"6 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:21},intelligence:{score:16},wisdom:{score:17},charisma:{score:21},hp:162,initiative:15,ac:33,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"2004e323-3af9-4032-9cbd-d4d9fe144fb5",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d10 damage plus 1d10 psychic damage, plus 3d8 extra psychic damage if the target is immobilized or stunned.",damage:"2d10 damage plus 1d10 psychic damage",category:1},{id:"7d7775ae-5220-4c96-abf9-f55186ee19c4",name:"Telekinetic Crush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Medium or smaller target; 5; 1d10 damage, and the target is immobilized (save ends).",damage:"1d10 damage",category:1},{id:"cca955fa-62e5-4ed7-b77b-8bcce6489774",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:0},description:"",details:"the githyanki warrior or an ally within range can fly 5 squares.; .",damage:"the githyanki warrior or an ally within range can fly 5 squares",category:2},{id:"f78856bc-3ecf-4f0c-9508-f570db926504",name:"Soulsword Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"requires silver greatsword",range:"Close burst 1",attack:{bonus:22,defence:3},description:"",details:"3d10 damage, and the target takes ongoing 5 psychic damage and is stunned (save ends both).",damage:"3d10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"019deae4-dbaa-47e2-af1e-a736fd22d173",name:"Haestus",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Intimidate +14, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:10},charisma:{score:20},hp:123,initiative:5,ac:20,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"a0f178a5-53cd-4ad1-b931-0d0bdc511e61",name:"Pain Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6 + 5 fire and necrotic damage, and the target is pushed 2 squares and knocked prone.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"57e561f8-67f3-4d6d-829a-a206c28095c7",name:"Soulburn",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d6 + 5 fire and necrotic damage, and the target slides 2 squares and takes a -2 penalty to all defenses until the end of Haestus’s next turn.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"cd6eca2b-9b7d-4c91-a336-a897fc0b6c14",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Haestus makes two basic attacks.",damage:"",category:1},{id:"22626587-daba-45a3-aa1c-42caf41f2449",name:"Forge Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d10 + 5 fire damage, and ongoing 10 fire damage (save ends), and the target is knocked prone. Each time a target takes ongoing damage from this attack, the forgewraith gains 5 temporary hit points.",damage:"2d10 + 5 fire damage",category:1},{id:"dba20a71-36e1-4f0c-b44e-929108537bed",name:"Forge’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic, Teleportation",condition:"",range:"Close burst 2",attack:{bonus:12,defence:3},description:"",details:"2d6 + 5 psychic damage, and the target believes it is surrounded by fire; if the target leaves its space, it takes 2d6 + 5 psychic damage (save ends). While the target remains in its space, all other targets have concealment against the target. Miss: Half damage. Effect: Haestus can teleport to any square in the area of effect.",damage:"2d6 + 5 psychic damage",category:1},{id:"f8949807-9af9-4e10-9b48-21d242833c17",name:"Bloodied Wrath",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Psychic, Teleportation",condition:"when first bloodied",range:"",attack:null,description:"",details:"Forge’s wrath recharges, and Haestus uses it immediately.",damage:"",category:1}],damageModifiers:[{type:3,value:-5},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, nonmagical fire, poison",tactics:""},{id:"f226a39a-76c4-46f1-bc84-6830fd82b027",name:"Incomplete Forge Drake",details:"",size:2,origin:4,type:0,keywords:"construct",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:19},intelligence:{score:4},wisdom:{score:14},charisma:{score:4},hp:1,initiative:4,ac:22,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"76cba3ee-ffbf-4977-be94-96357e6e762d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage, and the incomplete forge drake can shift 1 square.",damage:"5 damage",category:1},{id:"d8bea6bb-a79a-4211-ab8c-9f44c740e730",name:"Guarding Flash",action:{action:5,trigger:"when an ally within 5 squares is the target of an attack that could instead target the incomplete forge drake",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets the creature making the attack; the target must instead make its attack against the incomplete forge drake or include the forge drake in the area of the attack.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"afa7065f-3c11-444c-aed7-ef1f99821e12",name:"Infiltrator Warforged Prototype",details:"",size:2,origin:4,type:2,keywords:"living construct",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:4},wisdom:{score:10},charisma:{score:12},hp:80,initiative:9,ac:19,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"0a8f5f41-4414-414c-aea6-f7bd5562b967",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage, and the infiltrator warforged prototype shifts 1 square.",damage:"1d8 + 4 damage",category:1},{id:"a1bc566c-b1cf-4e7c-b713-df05d1b8b97d",name:"Infiltrator Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges after the infiltrator warforged prototype hits with impersonator’s strike"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"the infiltrator prototype gains combat advantage against the target.",damage:"",category:3},{id:"f73bac12-e115-432e-8022-eb81a90248fa",name:"Impersonatror’s Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"The infiltrator warforged prototype mimics the target or one of the target’s allies in some way; 2d8 + 4 damage, and the target takes a -2 penalty to attack rolls until the end of infiltrator warforged prototype’s next turn.",damage:"2d8 + 4 damage",category:1},{id:"252fb3cc-4949-4d04-b12f-2e2402db1e0b",name:"Arcane Empowerment",action:null,keywords:"",condition:"",range:"While the arcane generator functions, whenever a infiltrator warforged prototype hits with a melee attack, it gains 3 temporary hit points.",attack:null,description:"",details:"",damage:"",category:0},{id:"bf14eb82-8e23-4f4d-abe6-69f48565c052",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"An infiltrator warforged prototype deals 1d8 extra damage on melee attacks against any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7e2a011-c63c-4ccb-aeb5-e118e15ea8f1",name:"Jelia",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"6 see also construct space and fey step",alignment:"Unaligned",languages:"Common, Elven, Goblin",skills:"Arcana +16, History +16, Thievery +12",equipment:"implement, rod; leather armor; longsword",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:18},hp:176,initiative:6,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"3f6f0c51-b4a1-4682-aad0-1cb02e264e78",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8 + 5 damage, and the next among Jelia and her allies to hit the target gains a +3 bonus to the damage roll.",damage:"1d8 + 5 damage",category:1},{id:"b616dfcf-1e2d-444f-a8f8-98ebc26e9b2d",name:"Eldritch Discharge",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Close burst 10",attack:{bonus:12,defence:1},description:"",details:"Jelia or one ally (primary target) gains a +1 bonus to AC until the end of Jelia’s next turn. An enemy adjacent to the primary target is attacked; 1d8 + 5 force damage, and the enemy is pushed 1 square away from the primary target.",damage:"1d8 + 5 force damage",category:1},{id:"4f2845fd-dd14-4f9a-af19-ddcf542151b0",name:"Artificer’s Expertise",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jelia makes two basic attacks.",damage:"",category:1},{id:"a632d5f2-3de0-43e7-8019-ddb28b99672a",name:"Resistive Formula",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Healing",condition:"",range:"Close burst 5",attack:{bonus:11,defence:1},description:"",details:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 10 temporary hit points.; .",damage:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 10 temporary hit points",category:3},{id:"a4cb2287-f07f-4352-8c26-bb0ba4a909d7",name:"Staggering Motes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:12,defence:0},description:"",details:"targets enemies; 2d10 + 5 force damage, and the target slides 2 squares. It also slides 2 squares each time an attack hits it (save ends).",damage:"2d10 + 5 force damage",category:1},{id:"157fd259-0e5f-4821-b9d0-8a514541bea7",name:"Construct Space",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jelia switches spaces with a construct or living construct within 5 squares. That creature becomes the attack’s target.",damage:"Jelia switches spaces with a construct or living construct within 5 squares",category:5},{id:"9fa4e2e5-b30d-4582-b386-55ebd9d6cba1",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Jelia teleports 5 squares",damage:"Jelia teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"87b04119-14b8-40e1-86e2-03478ec19108",name:"Jelia’s Iron Cobra",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7 see also slithering shift",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:75,initiative:7,ac:20,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"e00cda04-e302-4d55-938c-91cae4b792af",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 + 3 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 3 damage",category:1},{id:"2939f504-7527-4cc1-8122-fb4cc4296e01",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"affects only creatures taking ongoing poison damage; affects only creatures taking ongoing poison damage; (the target is dazed and slowed (save ends both); see also guard creature).",damage:"affects only creatures taking ongoing poison damage",category:1},{id:"86288123-f993-443f-96b0-0b6643519803",name:"Guard Creature",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Jelia’s iron cobra can use its poison the mind power against any creature that has attacked Jelia since the end of the iron cobra’s last turn, even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0},{id:"b6e821eb-1f67-4295-baf4-d9cc370c8b21",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a85bbf3c-2ff7-401b-aee3-1c390a2f83c3",name:"Marauder Planestalkers",details:"",size:3,origin:0,type:1,keywords:"",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"7, teleport 5 see also planar evasion, planephase form",alignment:"Unaligned",languages:"Deep Speech",skills:"Bluff +14, Insight +18, Stealth +20",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:24},intelligence:{score:7},wisdom:{score:21},charisma:{score:13},hp:129,initiative:19,ac:31,fortitude:28,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"dd5497e3-c320-4db4-9527-3f5a469545e9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d6 + 6 damage.",damage:"3d6 + 6 damage",category:1},{id:"c67eac7e-1d1c-4714-a716-188c36b327df",name:"Body Snatch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"usable only in planephase form",range:"",attack:{bonus:21,defence:1},description:"",details:"4d6 + 6 damage, and both the target and the marauder planestalker are teleported to an extradimensional space that completely encloses both creatures. The space is 2 squares high and 4 squares wide on each side. Other creatures do not have line of effect or line of sight to the target or the planestalker, and the target and planestalker do not have line of sight or line of effect to other creatures. If the planestalker takes 25 damage, if it is killed, or if the target is killed, the target and the planestalker return to the spaces they occupied before being teleported, or to the nearest available spaces.",damage:"4d6 + 6 damage",category:1},{id:"14d3195a-911d-4dbe-8194-d4b5bcf1b2bd",name:"Dimensional Disjunction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"2d6 + 3 damage, and the target takes 10 extra damage from melee attacks (save ends).",attack:{bonus:19,defence:3},description:"",details:"",damage:"",category:1},{id:"b59520e6-9236-426e-b0ac-51ad40623fbe",name:"Planar Evasion",action:{action:4,trigger:"when the marauder planestalker is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The marauder planestalker teleports 3 squares.",damage:"The marauder planestalker teleports 3 squares",category:5},{id:"5cfd4834-f51f-4156-a694-6bcf3dfc6b47",name:"Planephase Form",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder planestalker partially phases into another plane, gaining the insubstantial and phasing qualities until the end of its next turn or until it attacks. Sustain Minor: The effect persists.",damage:"",category:1}],damageModifiers:[],resist:"see planephase form",vulnerable:"psychic, a marauder planestalker that takes psychic damage immediately ends planephase form.",immune:"",tactics:""},{id:"df3023d0-079e-42ae-bc6d-d56dd6894481",name:"Tomb Mote Swarms",details:"",size:2,origin:4,type:1,keywords:"swarm, undead",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:20},intelligence:{score:4},wisdom:{score:16},charisma:{score:14},hp:87,initiative:8,ac:14,fortitude:14,reflex:15,will:10,regeneration:null,auras:[{id:"0cbd3400-c8e3-4b82-9517-2b94aff8cf20",name:"Swarm Attack",keywords:"",details:"(Necrotic) aura 1; each enemy that starts its turn within the aura takes 5 necrotic damage plus 3 extra necrotic damage per tomb mote swarm adjacent to the enemy."}],powers:[{id:"e946c64c-2861-418e-aee9-359a857e46c2",name:"Swarm of Bones",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6 + 1 necrotic damage, and ongoing 5 necrotic damage (save ends). A creature already taking ongoing 5 necrotic damage instead takes ongoing 10 necrotic damage (save ends).",damage:"1d6 + 1 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"9b72b9c7-76d9-48c4-a082-dc6fb78d9c8f",name:"Valsath",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6 see also Dhakaani footwork",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +14, History +12, Intimidate +10",equipment:"light shield; plate armor; scimitar",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:17},intelligence:{score:12},wisdom:{score:18},charisma:{score:12},hp:178,initiative:9,ac:23,fortitude:21,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"247d13c3-49f9-4111-b9d9-58e3178d51cb",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 7 damage (crit 1d8 + 15), the target is marked until the end of Valsath’s next turn.",damage:"1d8 + 7 damage (crit 1d8 + 15)",category:1},{id:"5fc58205-65bb-4c1c-93bd-b17a875a189b",name:"Scimitar Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires a scimitar",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 7 damage (crit 2d8 + 22), and ongoing 10 damage and the target takes –2 to AC (save ends both).",damage:"1d8 + 7 damage (crit 2d8 + 22)",category:1},{id:"6c451750-71a9-439c-a601-b6db9a926004",name:"Bladebearer Riposte",action:{action:4,trigger:"when hit or missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Valsath shifts 1 square and makes a melee basic attack against the triggering target. See also bloodblade dance.",attack:{bonus:11,defence:0},description:"",details:".",damage:"",category:5},{id:"0d510304-89d9-4496-b192-a0730b4ce769",name:"Bladebearer Finesse",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while charging",range:"",attack:null,description:"",details:"Valsath doesn’t provoke opportunity attacks when leaving the initial square of her charge.",damage:"",category:4},{id:"7f51c8ba-a196-432c-b318-13cd988461cc",name:"Bloodblade Dance",action:null,keywords:"",condition:"(while bloodied)",range:"",attack:null,description:"",details:"The use of Bladebearer riposte becomes a free action 2/round.",damage:"",category:0},{id:"81ac91cd-8ca7-47dc-9952-a58df25cef0a",name:"Dhakaani Footwork",action:{action:7,trigger:"when valsath hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Valsath shifts 1 square.",damage:"Valsath shifts 1 square",category:5},{id:"b10e69de-b772-4202-84ef-c162d4253fad",name:"Hobgoblin Resilience",action:{action:4,trigger:"when valsath becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Valsath rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a0bf4f6-222a-4c0c-946b-1b82563e2731",name:"Valsath’s Warriors",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"evil",languages:"goblin, common",skills:"Athletics +9, History +5",equipment:"arrow; light shield; longbow; longsword; scale armor",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:8,ac:23,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"31f3e2cf-1d65-45ae-9d17-78afeb239eb8",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage, and the target is marked until the end of the hobgoblin’s next turn.",damage:"5 damage",category:1},{id:"77ab7e8c-c492-4a74-b560-bebacfaca271",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"Range 20; 5 damage.",damage:"5 damage",category:1},{id:"7ed5d908-9eb1-4cf3-ade5-29f66bd0a19b",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Valsath’s Warrior makes a saving throw against the triggering effect.",damage:"",category:5},{id:"6fe201ca-abdd-4f63-bba3-de1c8b2f083a",name:"Phalanx Soldier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Valsath’s Warrior gains a 2 bonus to AC while at least one Valsath’s Warrior ally is adjacent to it.",damage:"The Valsath’s Warrior gains a 2 bonus to AC while at least one Valsath’s Warrior ally is adjacent to it",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be61f7ad-9689-478e-9633-99ec18e51aeb",name:"Whirling Blades Automatons",details:"",size:1,origin:4,type:0,keywords:"blind, construct",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +1; blindsight 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:19},intelligence:{score:2},wisdom:{score:6},charisma:{score:2},hp:66,initiative:9,ac:20,fortitude:18,reflex:20,will:16,regeneration:null,auras:[],powers:[{id:"f7702704-9e7e-4b5c-be2b-3f45cddb3f02",name:"Whirling Blades",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Close burst 1",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage, and the automaton can shift 1 square for each target it hits up to 3 squares.",damage:"1d6 + 4 damage",category:1},{id:"7b8396d8-6aac-4641-b784-84a263512097",name:"Remove Mark",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"the target’s mark is removed from the whirling blade automaton.",damage:"",category:3},{id:"98ec66d8-49e4-4b89-9aa5-cde7026a3ffd",name:"Bladed Destruction",action:null,keywords:"",condition:"when the automaton drops to 0 hit points",range:"The whirling blade automaton explodes, launching blades in all directions. Close burst 5",attack:{bonus:10,defence:0},description:"",details:"1d10 + 2 damage.",damage:"1d10 + 2 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, knocked prone, poison",tactics:""},{id:"9c2d05c5-0435-4739-9cd5-119f1f69de90",name:"Mother Bone Naga",details:"",size:3,origin:3,type:1,keywords:"undead",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Draconic, Supernal",skills:"Arcana +18, History +18, Insight +18, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:328,initiative:11,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"784de170-9585-4b7e-b546-dfd156b12c17",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; enemies that start their turn in the aura are dazed."}],powers:[{id:"895a3846-4826-46eb-9578-bb75261f0733",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d4 + 6 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4 + 6 damage",category:1},{id:"0bdba862-9206-4a9a-810d-6a91b09d5ed0",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:21,defence:3},description:"",details:"blind creatures are immune; the target is dazed (save ends). If the target is already dazed, it takes 2d6 + 6 necrotic damage instead.",damage:"it takes 2d6 + 6 necrotic damage instead",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"db045e0e-926f-4f89-b1fd-58926252a82b",name:"Angel of Tiamat",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6, fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:14,ac:49,fortitude:47,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"9b5de4a5-f923-45c7-afc9-3774362285ce",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"18 fire damage.",damage:"18 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"3111aa31-f4c7-4b82-a06b-e4be02ba00a9",name:"Angel of Tiamat’s Vengeance",details:"",size:3,origin:3,type:2,keywords:"angel",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +16",movement:"8, fly 12 (hover); see also sign of vengeance",alignment:"Evil",languages:"Supernal",skills:"Insight +21, Intimidate +22",equipment:"longsword; plate armor",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:18},intelligence:{score:19},wisdom:{score:25},charisma:{score:26},hp:446,initiative:13,ac:34,fortitude:33,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"1295919c-8eb1-4234-a2b7-5c60ecc0a56d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 1d10 + 9 damage plus 1d8 acid, cold, fire, lightning, or poison damage plus 1d8 acid, cold, fire, lightning, or poison damage.",damage:"1d10 + 9 damage plus 1d8 acid",category:1},{id:"243a1def-16ac-4733-a49d-584471f938d5",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel of vengeance makes two longsword attacks.",damage:"",category:1},{id:"241ccf87-b196-4822-8fb3-4120c5c23f27",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"the angel of vengeance places an invisible sign upon the target. Until the end of the encounter, as a move action, the angel can teleport adjacent to the target.",damage:"",category:3},{id:"e8ea0c59-e1b1-42e1-88a6-09bb82a92d8e",name:"Chromatic Pillar",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire Lightning, Poison, Polymorph",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"The angel transforms into a 30-foot-high pillar of draconic energies; 1d8 + 9 acid, cold, fire, lightning, or poison damage plus 1d8 + 9 acid, cold, fire, lightning, or poison damage. The angel of Tiamat’s vengeance is immune to all damage until the start of its next turn.",damage:"or poison damage plus 1d8 + 9 acid",category:1},{id:"cdfa0160-9511-4ce1-a962-66c72dce7692",name:"Chromatic Cloak",action:null,keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"until bloodied",range:"Attacks against the angel of vengeance take a −2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against the angel takes 1d8 acid or cold damage and 1d8 fire, lightning, or poison damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:9,value:-15}],resist:"15 variable (3/ encounter, acid, cold, fire, lightning, or poison only, see “Resist”, Monster Manual, page 282), see also Chromatic Pillar",vulnerable:"",immune:"disease, fear",tactics:""},{id:"df7638a1-24cc-4eda-b092-9729db39b9da",name:"Barbed Devil Veteran",details:"",size:3,origin:3,type:2,keywords:"devil",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7, teleport 7",alignment:"Evil",languages:"Supernal",skills:"Athletics +23, Intimidate +21",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:22},intelligence:{score:13},wisdom:{score:16},charisma:{score:22},hp:191,initiative:18,ac:37,fortitude:33,reflex:31,will:31,regeneration:null,auras:[{id:"99eaab60-f7aa-4e8e-8ee7-95af1ba5d941",name:"Grasping Barbs",keywords:"",details:"aura 1; an enemy that enters or leaves the aura takes 5 damage and is marked until the end of its next turn."}],powers:[{id:"cb60dca1-15cc-4ad2-af0e-33bec0ac3f9b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d8 + 8 damage, and the target is pushed 1 square.",damage:"1d8 + 8 damage",category:1},{id:"e04d6da0-dd1a-401d-8035-4d9ed726bf3e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3e87aa2b-38db-4ec4-8591-83907fbfd326",name:"Hurl Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"1d10 + 8 fire damage, and the target takes ongoing 5 fire damage and is dazed (save ends both).",damage:"1d10 + 8 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7feb0a77-68fc-4054-8eba-6bd74c3b6ff3",name:"Chosen Gish’sarath",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +16",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +19, History +16, Insight +16",equipment:"chainmail",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:21},wisdom:{score:15},charisma:{score:19},hp:342,initiative:13,ac:32,fortitude:29,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"6a63a109-d517-4c10-96c0-4bb9e83fa4a3",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8 + 7 damage, plus 1d8 psychic damage.",damage:"1d8 + 7 damage",category:1},{id:"f26015f1-5757-4f54-9132-fa057ab7e51c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The gish’sarath makes two silver longsword attacks.",damage:"",category:1},{id:"a02eaced-ee4e-4bd7-8a38-d44a194435f2",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"3d6 + 5 force damage and the gish’sarath pushes the target 1 square.",damage:"3d6 + 5 force damage and the gish’sarath pushes the target 1 square",category:1},{id:"55ffb5c2-4c03-433d-83ac-2f9187cbbde2",name:"Storm of Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The gish’sarath makes four attacks, no more than two of",damage:"",category:1},{id:"2ac0aa27-339e-4cb2-87ff-37bbe857c35b",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The chosen gith’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The chosen gith’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cea29c2-5a7e-4f2d-8f2f-b094aa9064c6",name:"Elite Githyanki Dragonknight",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +16",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +16",equipment:"heavy shield; plate armor",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:21},intelligence:{score:13},wisdom:{score:17},charisma:{score:18},hp:165,initiative:15,ac:33,fortitude:31,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"b07bd1b2-90b5-4fe9-b388-130d79e257f4",name:"Silver Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage plus 1d6 psychic damage, plus 3d6 extra psychic damage against an immobilized target.",damage:"1d10+7 damage plus 1d6 psychic damage",category:1},{id:"58aade9e-57f0-4648-aa78-1ea90fce9500",name:"Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"must be mounted",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d8 + 9 damage (2d8 + 9 damage when charging).",damage:"1d8 + 9 damage (2d8 + 9 damage when charging)",category:1},{id:"00f21d35-eb8c-4b2f-9e6a-d14bad4a503b",name:"Impaling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Requires lance and mount; the githyanki dragonknight makes a charge attack; reach 2; 3d8 + 7 damage, and the target is immobilized (save ends). Effect: The githyanki dragonknight cannot make lance attacks until the end of the encounter.",damage:"3d8 + 7 damage",category:1},{id:"7a0ea0e8-0877-4239-9044-700d1e051101",name:"Telekinetic Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:1},description:"",details:"Medium or small target; 1d6 + 7 damage, and the target slides 2 squares and is immobilized (save ends).",damage:"1d6 + 7 damage",category:1},{id:"c0b76281-5dba-4f45-8993-4d6077a4e1c7",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki dragonknight or an ally within range can fly 5 squares.",damage:"the githyanki dragonknight or an ally within range can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ca789542-0184-40ae-bcfe-49cb4dd98196",name:"Emperor Zetch’r’r",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +18",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Diplomacy +23, History +18, Insight +18, Intimidate +23",equipment:"plate armor",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:15},intelligence:{score:21},wisdom:{score:14},charisma:{score:24},hp:428,initiative:15,ac:39,fortitude:36,reflex:32,will:36,regeneration:null,auras:[{id:"012aa2ab-a68b-469e-927b-c26b6d154455",name:"Despair",keywords:"",details:"(Fear) aura 1; any enemy within the aura takes a −2 penalty to all defenses and saving throws."}],powers:[{id:"0008dd31-4cff-427b-acf9-a5f0d8887935",name:"Silver Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d6 + 6 damage plus 2d6 psychic damage, and the target is marked until the end of Zetch’r’r’s next turn. Against an immobilized target, this attack deals 4d6 extra damage and slides the target 2 squares.",damage:"2d6 + 6 damage plus 2d6 psychic damage",category:1},{id:"87ba2c76-7837-4d21-9421-69e353a4613a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"Zetch’r’r makes a silver sword attack against two different targets.",damage:"",category:1},{id:"05952af7-213c-4769-978f-26a2edc88196",name:"Parrying Maneuver",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires silver sword",range:"",attack:null,description:"",details:"Zetch’r’r makes a silver sword attack; on a hit, the target also grants combat advantage to Zetch’r’r until the end of his next turn.",damage:"",category:1},{id:"35a9b18b-5067-4f3a-9d42-ca24ee6311bd",name:"Folded Space",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll; Zetch’r’r and the target swap spaces.",damage:"",category:2},{id:"13b91fa3-1b29-4047-bc18-8d0ff7cb7d11",name:"Telekinetic Vise",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:28,defence:1},description:"",details:"2d10 + 8 damage, and the target is immobilized (save ends).",damage:"2d10 + 8 damage",category:1},{id:"80e18649-d46b-42de-8057-4f89ce359eff",name:"Telekinetic Thrust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:28,defence:1},description:"",details:"targets enemies; the target is pushed 1 square and is immobilized (save ends). Miss: The target is pushed 1 square.",damage:"the target is pushed 1 square and is immobilized (save ends)",category:1},{id:"34a26c0b-b1c9-43cc-98df-b29031714967",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Emperor Zetch’r’r’s melee attacks deal 4d6 extra damage against any target granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e16cdef5-abbe-4765-bc6d-c3473ccbe2cb",name:"Ghorfal the Voracious Neogi Great Old Master",details:"",size:3,origin:0,type:1,keywords:"",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:14},intelligence:{score:22},wisdom:{score:18},charisma:{score:24},hp:157,initiative:9,ac:30,fortitude:27,reflex:28,will:29,regeneration:null,auras:[{id:"a6b432eb-bae8-4f68-a366-53261a93f1db",name:"Thrall Field",keywords:"",details:"aura 1; each enemy within the aura takes a –4 penalty to saving throws."}],powers:[{id:"47583f09-133e-44a4-89dd-b57876ca8909",name:"Scythe Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d8 + 7 damage, and the target is knocked prone.",damage:"2d8 + 7 damage",category:1},{id:"7b9ffb15-57de-4078-859c-8546e9cd5ccc",name:"Enslaving Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"2d6 + 7 psychic damage, and the target is slowed (save ends). First Failed Saving Throw: The target takes a –2 penalty to attack rolls on attacks that include the neogi great old master as a target. Second Failed Saving Throw: The target is dominated (save ends). Third Failed Saving Throw: If the target is bloodied, it is dominated until it takes an extended rest.",damage:"2d6 + 7 psychic damage",category:1},{id:"de7ee6f6-8430-4b9f-92c8-30079e8235e1",name:"Larva Burst",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d10 + 5 damage, and the target is slowed (save ends). Effect: The burst creates a zone of squirming grubs and larvae that lasts until the end of the encounter. The zone is difficult terrain.",damage:"2d10 + 5 damage",category:1},{id:"c85bcde1-f7e6-41c4-9773-589964b99829",name:"Psychic Shackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 4",attack:{bonus:20,defence:3},description:"",details:"3d6 + 7 psychic damage, and the target is dazed until the start of the neogi great old master’s next turn.",damage:"3d6 + 7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"e1756e2c-1898-4f8a-8dc4-2573b6f992f2",name:"Gish’sarath",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:6,flag:1,leader:!1},senses:"Perception +15",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +17, History +14, Insight +15",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:14},intelligence:{score:19},wisdom:{score:14},charisma:{score:17},hp:306,initiative:12,ac:30,fortitude:27,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"96e8d0ce-b15c-454d-93f9-8f76da9cd131",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6 + 6 plus 1d8 psychic damage.",damage:"1d6 + 6 plus 1d8 psychic damage",category:1},{id:"d13314d1-763c-4d04-8bde-19bd5ae01e1e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The gish’sarath makes two silver longsword attacks.",damage:"",category:1},{id:"34ae53d1-c6bc-43a7-8701-a621fcfc4387",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"3d6 + 4 force damage.",damage:"3d6 + 4 force damage",category:1},{id:"5343d88d-2a7d-48d5-9189-3cbeb2dab1d4",name:"Storm of Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"ranged 5",attack:{bonus:21,defence:0},description:"",details:"The gish’sarath makes four attacks, no more than two of these against a single target; 2d8 + 5 fire damage.",damage:"2d8 + 5 fire damage",category:1},{id:"3626cc57-4537-4dd9-bbfd-6e48cdae2ef6",name:"Astral Stride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gish’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The gish’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2177dd6-627c-453a-8b49-366081b4282d",name:"Githwarrior",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"6 see also telekinetic stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"crossbow; greatsword",category:"",strength:{score:25},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:14},hp:1,initiative:13,ac:30,fortitude:30,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"33442979-27df-4292-8b75-3225e8a354b3",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"6f402e7a-096b-4fd2-b134-f9163c7a95cf",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"b96a3076-9ecc-4389-b82d-717292c6fa13",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githwarrior flies 5 squares.",damage:"The githwarrior flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a49b85ed-9ef2-4180-84a2-315e05b1a790",name:"Githyanki Blackweaver",details:"",size:2,origin:4,type:2,keywords:"undead",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +19, History +21",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:23},intelligence:{score:18},wisdom:{score:19},charisma:{score:24},hp:146,initiative:16,ac:32,fortitude:31,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"86bd81aa-5513-4799-a415-245b6095b6a2",name:"Corrosive Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d6 + 5 lightning and necrotic damage, and the target is pushed 1 square.",damage:"2d6 + 5 lightning and necrotic damage",category:1},{id:"f2be7df2-dda0-4b99-a729-e2d4697a7950",name:"Black Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:2},description:"",details:"2d6 + 7 lightning damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6 + 7 lightning damage",category:1},{id:"281b60c6-618d-4eca-b12b-5e4bcb70f56a",name:"Consuming Shadows",action:{action:4,trigger:"when an enemy enters a space adjacent to the blackweaver",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 1d8 + 7 necrotic damage, and the target is blinded (save ends). Effect: The blackweaver teleports 5 squares.",damage:"1d8 + 7 necrotic damage",category:5},{id:"78719811-0b8e-4e8e-af67-e64b29c13ac2",name:"Lich-Queen’s Legacy",action:null,keywords:"",condition:"",range:"The githyanki blackweaver’s melee and ranged attacks deal 2d6 extra necrotic damage to targets suffering ongoing necrotic damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"63e4b4db-9532-44df-8520-10f97212d9da",name:"Githyanki Dread Knight",details:"",size:2,origin:4,type:2,keywords:"",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"History +20, Insight +17",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:17},wisdom:{score:14},charisma:{score:19},hp:190,initiative:18,ac:35,fortitude:33,reflex:32,will:31,regeneration:null,auras:[{id:"33d52be1-157b-47c3-8dbf-5503f634db58",name:"Final Authority",keywords:"",details:"aura 1; enemies in the aura take a −2 penalty to attack rolls on attacks that do not include the githyanki dread knight."}],powers:[{id:"70547dd1-3bfc-4e1e-a203-1769e6dab0fe",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d10 + 7 damage plus 1d6 psychic damage, and the target is marked until the end of the dread knight’s next turn.",damage:"1d10 + 7 damage plus 1d6 psychic damage",category:1},{id:"4d86412a-e454-4162-add2-91831ce2fb36",name:"Severing Strike",action:{action:5,trigger:"when an enemy the dread knight has marked shifts or makes an attack that does not include the dread knight",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d10 + 7 damage plus 3d6 psychic damage, and the target is dazed (save ends).",damage:"1d10 + 7 damage plus 3d6 psychic damage",category:5},{id:"fa828a5a-dad9-4221-bd8d-569a3f713ae9",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the dread knight or an ally within range can fly up to 5 squares.",damage:"the dread knight or an ally within range can fly up to 5 squares",category:2},{id:"6c27c3a8-133c-45e1-8477-dc74d75eab76",name:"Forceful Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"the target is pulled 2 squares, and the dread knight makes a melee basic attack against the target.",attack:{bonus:23,defence:1},description:"",details:"targets enemies",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"251b8df3-456e-4087-85ff-04092b51bddd",name:"Githyanki Kith’rak",details:"",size:2,origin:4,type:2,keywords:"",level:20,role:{type:7,flag:0,leader:!0},senses:"Perception +18",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"History +14, Insight +18",equipment:"plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:15},wisdom:{score:16},charisma:{score:18},hp:190,initiative:18,ac:36,fortitude:34,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"25ce5506-c7f1-4a27-8f1d-4662403ee892",name:"Silver Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d12 + 6 damage plus 1d8 psychic (crit 2d12 + 18 + 8 psychic), and the next time the target takes damage before the start of the kith’rak’s next turn, it takes 1d8 extra psychic damage.",damage:"1d12 + 6 damage plus 1d8 psychic (crit 2d12 + 18 + 8 psychic)",category:1},{id:"10883633-8b4a-4c90-80ce-fa84c744238f",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki kith’rak or an ally within range can fly up to 5 squares.",damage:"the githyanki kith’rak or an ally within range can fly up to 5 squares",category:2},{id:"d971f99d-223b-4678-9b11-5d8f1b3ee5f8",name:"Telekinetic Snare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"the target slides 2 squares and is immobilized (save ends).",damage:"the target slides 2 squares and is immobilized (save ends)",category:1},{id:"dcc5ae66-1660-4e6c-924d-cf30413bcad0",name:"Devastating Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Weapon",condition:"",range:"Close burst 1",attack:null,description:"",details:"the githyanki kith’rak makes a silver fullblade attack against each enemy in the burst.",damage:"",category:1},{id:"62da930f-0c42-43b8-bd33-cd6650f9a637",name:"Emperor’s Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in burst regains 20 hit points.",damage:"each ally in burst regains 20 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3a337efb-5f18-4df7-88bb-e22df031f9ec",name:"Githyanki Knight",details:"",size:2,origin:4,type:2,keywords:"",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +22; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:21},intelligence:{score:16},wisdom:{score:24},charisma:{score:20},hp:396,initiative:15,ac:35,fortitude:34,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"f27a9120-e8a5-4e37-88a6-38fada7f6e56",name:"True Silver Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d12 + 8 damage plus 1d8 psychic damage (crit 3d12 + 20 + 8 psychic).",damage:"1d12 + 8 damage plus 1d8 psychic damage (crit 3d12 + 20 + 8 psychic)",category:1},{id:"38cc3073-2ab1-4041-a43f-5e56c2da70b0",name:"Dark Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets an immobilized creature; 2d12 + 8 damage plus 1d12 psychic damage, and the target is pushed 5 squares and knocked prone.",damage:"2d12 + 8 damage plus 1d12 psychic damage",category:1},{id:"5b3cd76d-ef42-48ac-90ba-3649002bd1de",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The githyanki knight makes two true silver sword attacks.",damage:"",category:1},{id:"31386bb6-ad69-4fdc-92ae-ac4a1fba1e14",name:"Reactive Grab",action:{action:4,trigger:"when an enemy enters a square adjacent to the githyanki knight",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki knight makes a telekinetic fist attack against the triggering enemy. This attack doesn’t provoke opportunity attacks.",damage:"",category:5},{id:"053f86bb-b5cf-4078-bfe9-8752ef8385c0",name:"Telekinetic Fist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"the target is immobilized (save ends). Each Failed Saving Throw: The githyanki knight slides the target 5 squares.",damage:"The githyanki knight slides the target 5 squares",category:1},{id:"ff43850a-5139-476c-8a6f-c3cffec701b1",name:"Dimensional Exile",action:{action:7,trigger:"when the githyanki knight hits witha melee attack",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The target is sent to a pocket dimension (save ends). The target is removed from play and cannot take actions. When the target ends the effect, it returns to the space it last occupied or the closest unoccupied space.",damage:"",category:5}],damageModifiers:[{type:8,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"27d6d90b-a09f-4489-8926-49910b8118af",name:"Githyanki Mate",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"5 see also Astral Stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:25},intelligence:{score:20},wisdom:{score:19},charisma:{score:14},hp:177,initiative:18,ac:33,fortitude:31,reflex:33,will:30,regeneration:null,auras:[],powers:[{id:"598244fc-c1cc-425f-a03d-7fa924083653",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8 + 8 damage plus 1d8 psychic damage, and the githyanki mate shifts 1 square.",damage:"1d8 + 8 damage plus 1d8 psychic damage",category:1},{id:"384be1e3-2908-4549-83be-5894bb29d0cd",name:"Astral Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:0},description:"",details:"1d6 + 8 force damage plus 1d6 psychic damage.",damage:"1d6 + 8 force damage plus 1d6 psychic damage",category:1},{id:"7d441cd9-fee5-4c58-b41d-14858457ec2c",name:"Merciless Cut",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires silver longsword",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a dazed or stunned creature; 2d8 + 7 damage plus 2d8 psychic damage, and a dazed target is stunned instead of dazed (save ends).",damage:"2d8 + 7 damage plus 2d8 psychic damage",category:1},{id:"c6568054-e4ad-4ad9-8b04-5a19b71d18fc",name:"Psychic Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:22,defence:3},description:"",details:"1d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"1d6 + 7 psychic damage",category:1},{id:"2b55c8ea-833e-4093-a123-2eed27401fe9",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki pirate teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki pirate teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60e5ec2b-f18e-4122-bda3-314e76d81752",name:"Githyanki Pirate",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"5 see also Telekinetic Jump",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:14},dexterity:{score:22},intelligence:{score:15},wisdom:{score:19},charisma:{score:14},hp:1,initiative:15,ac:34,fortitude:33,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"655e5546-4898-4a13-bef1-2d5fb49a70b1",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"16 psychic damage, and the target is marked until the end of the githyanki’s next turn.",damage:"16 psychic damage",category:1},{id:"6ee1dc84-44a8-4402-a5e3-43c18abfa9ab",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when the githyanki spends a minor action to reload the weapon"},keywords:"",condition:"(standard",range:"Ranged 15/30",attack:{bonus:26,defence:0},description:"",details:"16 damage.",damage:"16 damage",category:1},{id:"1f27cb00-4550-4de7-b5df-625faff0ccad",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki flies 5 squares.",damage:"The githyanki flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4aaac0fa-cc47-4d2b-bb32-924aefc7bf50",name:"Githyanki Terrth",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!0},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +12, Insight +15",equipment:"crossbow bolts (20); heavy shield; plate armor",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:19},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:154,initiative:14,ac:31,fortitude:30,reflex:27,will:27,regeneration:null,auras:[{id:"1d1773d9-5e15-4cc4-9e8c-76c8d88d431a",name:"Unwavering Discipline",keywords:"",details:"aura 3; any ally within the aura gains a +2 bonus to defenses."}],powers:[{id:"d7757bb5-a9e6-493e-869e-92f7b3b658ba",name:"Silver Longsword",action:{action:7,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"after the githyanki terrth hits an enemy with a silver longsword attack",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8 + 4 and the target is dazed until the end of the githyanki terrth’s next turn.",damage:"2d8 + 4 and the target is dazed until the end of the githyanki terrth’s next turn",category:4},{id:"2726d0d0-6cad-4715-a711-645838b0b90a",name:"Slaughter the Weak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"One ally adjacent to the githyanki terrth makes a melee basic attack against the same enemy. If the enemy is dazed or stunned, the attack deals 2d8 extra psychic damage.",attack:null,description:"",details:"",damage:"",category:1},{id:"a721b860-9435-49af-ba42-5de1f0667ef8",name:"Instructive Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Targets a dazed creature; 1d8 + 7 plus 2d8 psychic damage.",damage:"1d8 + 7 plus 2d8 psychic damage",category:1},{id:"a7ac5452-ffcf-4e0e-9a6f-243136027ac4",name:"Heavy Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the githyanki spends a minor action to reload the weapon"},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:23,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"414ed6d0-300c-44c9-84dd-f1c11db7824d",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets the githyanki terrth or one ally; the target can fly up to 5 squares.",damage:"the target can fly up to 5 squares",category:2},{id:"40ccb2d5-9bc6-4148-9352-7d84b76aaa64",name:"Telekinetic Command",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"one ally in the burst slides up to 5 squares.",damage:"one ally in the burst slides up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c1490fc-14bb-4c84-8558-0c7f210836df",name:"Goristro Slave",details:"",size:4,origin:1,type:2,keywords:"demon",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:450,initiative:10,ac:31,fortitude:33,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"e43d99cb-d352-4a36-a65f-4c704a68ea96",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"f1afc1c0-5bc8-4172-9979-3cd98eb2dcde",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goristro makes two slam attacks.",damage:"",category:1},{id:"428f854c-4a4c-4d47-ab58-c91e54ea248a",name:"Goristro Stomp",action:{action:4,trigger:"when a nonadjacent enemy moves adjacent to the goristro",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The goristro attacks the triggering enemy; 4d8 + 6 damage, and the target is pushed 2 squares and knocked prone.",damage:"4d8 + 6 damage",category:5},{id:"2321ca18-7fe7-4cfb-a1e7-b7ba2dd9dc22",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Targets triggering enemy; 2d8 + 6 damage.",damage:"2d8 + 6 damage",category:5},{id:"92ac2400-bd51-4d92-b54e-fd4481bbb89c",name:"Lashing Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:0},description:"",details:"3d10 + 8 damage, and the target is grabbed. Effect: One other creature grabbed by the goristro slides to a space adjacent to the target of the attack, takes 15 damage, and is no longer grabbed.",damage:"3d10 + 8 damage",category:1}],damageModifiers:[],resist:"20 variable (2/encounter, see “Resist”, Monster Manual, 282)",vulnerable:"",immune:"",tactics:""},{id:"d1ca672d-07b5-41f2-b0fd-76f8113148da",name:"Handmaiden",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:13},charisma:{score:24},hp:1,initiative:15,ac:31,fortitude:28,reflex:29,will:32,regeneration:null,auras:[],powers:[{id:"f3e3252a-7c73-453b-9079-9efa78c3a600",name:"Poisoned Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"8 damage plus 5 poison damage.",damage:"8 damage plus 5 poison damage",category:1},{id:"add5bc0a-1b5c-44f0-a584-96c8c229f790",name:"Scream of Vengeance",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:null,description:"",details:"each ally in the burst gains a +2 bonus to attack rolls until the end of its next turn.",damage:"each ally in the burst gains a +2 bonus to attack rolls until the end of its next turn",category:0},{id:"c20a268d-93f3-4f0b-9916-3e2ade26ffa3",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The handmaiden flies up to 5 squares.",damage:"The handmaiden flies up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ca8a63b-a1cf-43f3-8284-6c2caba0d94b",name:"Kryizoth Fire Mage",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki",level:20,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +22, History +19",equipment:"",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:20},intelligence:{score:25},wisdom:{score:19},charisma:{score:14},hp:190,initiative:15,ac:34,fortitude:30,reflex:33,will:33,regeneration:null,auras:[{id:"b1146c94-19f5-4354-a0a5-c6726183595e",name:"Black Flame Shroud",keywords:"",details:"(Fire, Necrotic) aura 1; any enemy that enters or starts its turn within the aura takes 10 fire and necrotic damage."}],powers:[{id:"67a7a66c-d86b-46f7-872e-6e71abdc8ac5",name:"Blackflame Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"1d6 + 7 fire and necrotic damage, and the target loses 1 healing surge.",damage:"1d6 + 7 fire and necrotic damage",category:1},{id:"5fc6dbb5-2a82-4ac3-9747-b5fab71751c6",name:"Rotting Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:0},description:"",details:"2d8 + 7 necrotic damage, and the target is slowed and takes a –2 penalty to AC (save ends both).",damage:"2d8 + 7 necrotic damage",category:1},{id:"28bae6f8-b73e-4996-8ce1-4378a6838d4b",name:"Immolation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d6 + 7 fire damage, and ongoing 10 fire damage (save ends). Miss: Half damage. Each Failed Saving Throw: Each enemy adjacent to the target takes 10 fire damage.",damage:"3d6 + 7 fire damage",category:1},{id:"ee676694-a65a-4d53-b122-c82cb1048cf3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the kryizoth fire mage or one ally within range can fly up to 5 squares.",damage:"the kryizoth fire mage or one ally within range can fly up to 5 squares",category:2},{id:"38ccf8aa-8e04-426a-8af6-985b9622fc80",name:"Heat Mirage",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The kryizoth fire mage gains a +2 bonus to all defenses until the end of its next turn.",damage:"The kryizoth fire mage gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"253fab33-6319-47cb-a5bb-2ab417827ee3",name:"Dimensional Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The kryizoth fire mage teleports 5 squares.",damage:"The kryizoth fire mage teleports 5 squares",category:3}],damageModifiers:[{type:3,value:-20},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b0e1e6c8-2bf0-43d8-bae2-e4f0725f3f08",name:"Marut Escort",details:"",size:2,origin:3,type:2,keywords:"",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +20; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:23},dexterity:{score:21},intelligence:{score:12},wisdom:{score:23},charisma:{score:13},hp:1,initiative:14,ac:34,fortitude:36,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"6ec22060-5cbf-4629-92af-2ad55aaf0800",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 damage plus 3 thunder damage, and the target is pushed 1 square.",damage:"12 damage plus 3 thunder damage",category:1},{id:"e7e644fa-68a3-405c-963c-3d959c03e89b",name:"Hardy Minion",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the marut escort is hit by an attack",range:"",attack:null,description:"",details:"Roll 1d6. On a 5 or 6, the marut takes no damage from the attack.",damage:"the marut takes no damage from the attack",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"73d048c7-d525-4a32-8cf5-9127a6d4f10e",name:"Marut Sentinel",details:"",size:2,origin:3,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +20; truesight 10",movement:"8, fly 4 (hover), teleport",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +20, Intimidate +15",equipment:"",category:"",strength:{score:30},constitution:{score:23},dexterity:{score:21},intelligence:{score:12},wisdom:{score:23},charisma:{score:13},hp:175,initiative:16,ac:35,fortitude:35,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"9d28e602-61f9-420f-84cc-3567776080e1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10 + 8 damage plus 1d6 thunder damage, the target is pushed 1 square, and the target is marked until the end of the marut sentinel’s next turn.",damage:"1d10 + 8 damage plus 1d6 thunder damage",category:1},{id:"a24b08d5-2779-4ebe-9c3a-b4bf3e2f14fe",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut sentinel makes two greatsword attacks.",damage:"",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"5c83a8de-fcad-42f9-a5f9-87d99deccb2d",name:"Mayhem the Raavasta",details:"",size:2,origin:1,type:2,keywords:"shapechanger",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +18; truesight 6",movement:"8",alignment:"Evil",languages:"All",skills:"Bluff +21, Stealth +20",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:22},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:136,initiative:19,ac:32,fortitude:29,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"96598936-007b-4b13-a0d1-6d1c7f9e7094",name:"Claws of Blindness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d6 + 6 damage, and the target is blinded (save ends).",damage:"1d6 + 6 damage",category:1},{id:"787cf447-2bf5-4236-814a-4113945431fe",name:"Mind Scramble",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied or when mayhem scores a critical hit with claws of blindness"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d10 + 7 1d10 + 7 psychic damage, and the target is dazed and takes a −2 penalty to attack rolls (save ends both).",damage:"1d10 + 7 1d10 + 7 psychic damage",category:1},{id:"e33f3f80-13d3-42da-b1dc-99aad53257b6",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mayhem can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"e2306e87-4bcc-4d35-a551-31763463e01c",name:"Cloak and Claw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Mayhem’s attacks deal 2d6 extra damage against a target against which it has total concealment.",damage:"mayhem’s attacks deal 2d6 extra damage against a target against which it has total concealment",category:0},{id:"eb305ad7-15ef-4403-aa95-2691423a9652",name:"Vanish",action:{action:4,trigger:"when an enemy hits mayhem",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Mayhem shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"Mayhem shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-10}],resist:"10 variable (3/encounter, see Resist, Monster Manual, page 282)",vulnerable:"",immune:"",tactics:""},{id:"fc396465-42ce-4068-952b-5c93ce3f0431",name:"Neogi Taskmaster",details:"",size:2,origin:0,type:1,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"climb 8 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:14},intelligence:{score:19},wisdom:{score:17},charisma:{score:21},hp:112,initiative:7,ac:23,fortitude:22,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"edd5fde8-b336-43a7-8539-dbc4c62e9e95",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6 + 3 damage, and ongoing 5 poison damage (save ends).",damage:"1d6 + 3 damage",category:1},{id:"20cc3023-9929-4e52-8a7a-2c84522aa3c6",name:"Pain Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"2d6 + 2 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d6 + 2 psychic damage",category:1},{id:"1c89ddd9-b6e4-4012-a601-2b7bcf448a2a",name:"Command of Return",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"3d6 + 2 psychic damage, and the target must move 2 squares closer to the neogi before the taskmaster’s next turn, if possible, or the target takes an additional 3d6 + 2 psychic damage (save ends).",damage:"3d6 + 2 psychic damage",category:1},{id:"ca218d79-f6d3-4534-855d-30529f4a8482",name:"Pain Goad",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All non-neogi allies of the neogi taskmaster within 6 squares are at -2 to all defenses and +2 to attack rolls until the beginning of taskmaster’s next turn.",damage:"All non-neogi allies of the neogi taskmaster within 6 squares are at -2 to all defenses and +2 to attack rolls until the beginning of taskmaster’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"08b36725-575d-4a5b-a20a-7d46d8949c5d",name:"Redspawn Immolator",details:"",size:3,origin:4,type:1,keywords:"reptile",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:22},intelligence:{score:8},wisdom:{score:12},charisma:{score:17},hp:234,initiative:16,ac:32,fortitude:34,reflex:32,will:29,regeneration:null,auras:[{id:"49fdffc1-2240-4bf9-a9e4-088eded7a35f",name:"Inner Flame",keywords:"",details:"(Fire) aura 3; any ally within the aura gains resist 10 fire. While the immolator is bloodied, each enemy that ends its turn in the aura takes 10 fire damage."}],powers:[{id:"6387d381-7fd3-4b0c-a218-c8fef4e90642",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d6 + 8 damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 8 damage",category:1},{id:"c88ca34b-2945-40e9-929d-d7a7cebe4781",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d10 + 6 damage.",damage:"2d10 + 6 damage",category:1},{id:"95d00826-73b5-4f12-8549-94625bc0cc5d",name:"Fiery Expulsion",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when first bloodied",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"1d12 + 7 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 7 fire damage",category:1},{id:"019432aa-0adc-4436-936d-82fad00013ce",name:"Redspawn Frenzy",action:null,keywords:"",condition:"while at 58 or fewer hit points",range:"The redspawn immolator’s melee attacks deal 2d6 extra damage, and the immolator treats allies as enemies for the purposes of opportunity attacks and makes all opportunity attacks provoked from it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d309546-5928-4227-b762-ca7d0c86cb5b",name:"Ri’s’an",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:19,role:{type:0,flag:1,leader:!0},senses:"Perception +19",movement:"6 see also Astral Stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +17, History +14, Insight +19, Intimidate +21",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:25},hp:270,initiative:15,ac:31,fortitude:29,reflex:31,will:34,regeneration:null,auras:[],powers:[{id:"b6ade8fa-f1f0-4096-8ba5-e138d7b28d4b",name:"Psychic Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d6 + 7 force damage plus 1d6 psychic damage.",damage:"1d6 + 7 force damage plus 1d6 psychic damage",category:1},{id:"685849c0-71e5-48e1-bdee-469ca0339eb5",name:"Hurled Blade",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Psychic",condition:"(standard",range:"Ranged 15",attack:{bonus:26,defence:0},description:"",details:"1d8 + 8 force damage plus 1d8 psychic damage.",damage:"1d8 + 8 force damage plus 1d8 psychic damage",category:1},{id:"3b4d10a9-722c-4178-a78b-b3d683f9de92",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ri’s’an makes two hurled blade attacks, or one psychic blade attack, shifts, and makes a hurled blade attack.",damage:"",category:1},{id:"0a02fc5b-70ef-482f-8641-8fa5c03409bb",name:"Githyanki Tactics",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one githyanki Ri’s’an can see; The target slides 5 squares.",damage:"The target slides 5 squares",category:2},{id:"d41e8c78-391f-4d7a-93df-d3a33f2e25b6",name:"Psychic Spear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force, Psychic",condition:"",range:"Ranged 20",attack:{bonus:26,defence:0},description:"",details:"2d8 + 5 force damage plus 2d8 psychic damage, and the target is immobilized (save ends).",damage:"2d8 + 5 force damage plus 2d8 psychic damage",category:1},{id:"df510e31-ee2a-4476-9dff-57a45912efc5",name:"Psychic Scream",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 4d6 + 7 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d6 + 7 psychic damage",category:5},{id:"fc432903-207a-4db3-b34c-8de262e8a3ac",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ri’s’an teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"Ri’s’an teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea0422a4-49b0-4836-a459-e04922f89d81",name:"Scaramandar",details:"",size:2,origin:3,type:2,keywords:"devil",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +21, Diplomacy +21, Insight +19, Intimidate +21, Streetwise +21",equipment:"fine clothing; greatsword",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:17},intelligence:{score:19},wisdom:{score:18},charisma:{score:22},hp:382,initiative:13,ac:33,fortitude:35,reflex:31,will:34,regeneration:null,auras:[],powers:[{id:"07d8d2ec-fa28-4b5a-bf6d-78aa2f6feb45",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10 + 7 damage, and ongoing 5 fire damage (save ends).",damage:"1d10 + 7 damage",category:1},{id:"d28da98c-20ff-453b-83cd-d1f8551b0090",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Scaramandar makes two greatsword attacks. If both attacks hit the same target, the ongoing 5 damage becomes ongoing 10 fire damage (save ends).",damage:"the ongoing 5 damage becomes ongoing 10 fire damage (save ends)",category:1},{id:"a3fc5765-660d-45af-9bf9-1452c3bd2ff2",name:"Hellfire Doom",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"targets one or two creatures; 2d10 + 7 fire damage, and the target takes a −2 penalty to attack rolls (save ends).",damage:"2d10 + 7 fire damage",category:1},{id:"625184a0-601e-4103-b0e7-495c8cafb4fd",name:"Shackles of Phlegethos",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"2d6 + 7 fire damage, and if the target moves more than 1 square on its turn it takes 10 fire damage, and if the target makes an attack on its turn it takes 10 fire damage (save ends both).",damage:"2d6 + 7 fire damage",category:3},{id:"66117ac4-ba51-4e7f-8191-1572ec993043",name:"Hellfire Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Fire, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:24,defence:2},description:"",details:"2d6 + 7 fire damage, and the target takes a −2 penalty to attack rolls and ongoing 5 fire damage (save ends both). The burst creates a zone that lasts until the end of Scaramandar’s next turn. Each enemy that starts its turn within the zone cannot make saving throws until the end of its next turn. As a move action, Scaramandar can move the zone up to 4 squares. Sustain Minor: The zone persists.",damage:"2d6 + 7 fire damage",category:1},{id:"901080fc-026b-40a5-96ec-b3f67e5a65b3",name:"Brimstone Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:24,defence:1},description:"",details:"the target is blinded (save ends). Effect: Scaramandar teleports 20 squares.",damage:"Scaramandar teleports 20 squares",category:2}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"charm",tactics:""},{id:"4b341b7a-1980-4553-9914-c563151681f3",name:"Spine of Vlaakith",details:"",size:0,origin:4,type:0,keywords:"undead",level:20,role:{type:0,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"fly 12 (hover)",alignment:"Chaotic Evil",languages:"Common, Supernal",skills:"Arcana +17, Insight +18, Intimidate +23, Religion +18",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:16},intelligence:{score:15},wisdom:{score:17},charisma:{score:27},hp:600,initiative:13,ac:32,fortitude:32,reflex:28,will:33,regeneration:{value:20,details:"if the spine of Vlaakith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"6755221f-e955-4aef-8823-f2beeb7cad3d",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a −2 penalty to attack rolls."}],powers:[{id:"740929e3-cb45-427a-849c-3a26565c8669",name:"Shadow Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:0},description:"",details:"3d6 + 8 necrotic damage.",damage:"3d6 + 8 necrotic damage",category:1},{id:"5d136648-7dc3-4276-975f-a134a6c6373a",name:"Immobilizing Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:20,defence:1},description:"",details:"1d6 + 8 necrotic damage, and the target is immobilized (save ends).",damage:"1d6 + 8 necrotic damage",category:1},{id:"4980111c-eb4c-4855-b4d5-46a8329da8ef",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"does not provoke opportunity attacks; the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of the spine’s soul gems until the spine is destroyed; see also consume soul.",damage:"",category:1},{id:"25732449-af12-4141-9224-f6a54e803205",name:"Wither",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"the target takes ongoing 10 necrotic damage (save ends).",damage:"the target takes ongoing 10 necrotic damage (save ends)",category:3},{id:"1c5465ce-851c-439b-9083-7f466be1dd35",name:"Twin Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The spine of Vlaakith makes a shadow ray attack and a immobilizing ray attack.",damage:"",category:1},{id:"26cbc908-dc6a-4b0f-8533-13b86de231e9",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:25,defence:1},description:"",details:"3d6 + 5 necrotic damage, and the target takes a −2 penalty to saving throws (save ends).",damage:"3d6 + 5 necrotic damage",category:5},{id:"5b6d75aa-4941-4079-ae9c-70964122d9e0",name:"Consume Soul",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The spine of Vlaakith regains 200 hit points.",damage:"The spine of Vlaakith regains 200 hit points",category:3},{id:"644a2ad6-523c-4473-af43-c6cfcd1bf01a",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spine of Vlaakith’s six soul gems can each hold the soul of one if its victims. At the beginning of an encounter, the soul gems contain two souls. Crushing a gem after the spine is defeated releases the soul back to the Shadowfell.",damage:"",category:0},{id:"7924815f-e534-4a6b-a752-57c37ef7f4dc",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the spine of Vlaakith is reduced to 0 hit points or fewer, its spine (but not the soul gems) crumbles into dust, but it is not destroyed. It reappears 1d10 days later within 1 square of its phylactery (in room 15), unless the phylactery is also found and destroyed.",damage:"It reappears 1d10 days later within 1 square of its phylactery (in room 15)",category:0}],damageModifiers:[{type:6,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"555660e0-1e14-4357-bad0-37c9110de9fc",name:"Sword Wraith Attendant",details:"",size:2,origin:5,type:2,keywords:"undead",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +21",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:12},charisma:{score:24},hp:95,initiative:20,ac:31,fortitude:30,reflex:31,will:33,regeneration:{value:10,details:""},auras:[],powers:[{id:"128e01a4-4f4c-47f7-bdc8-4ccab2821bc5",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"2d8 + 7 necrotic damage, and the target is weakened (save ends).",damage:"2d8 + 7 necrotic damage",category:1},{id:"7536e248-d102-4e1b-9a02-ede294fe22d3",name:"Death Strike",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"The sword wraith shifts 4 squares and makes a melee basic attack, dealing 2d8 extra necrotic damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"d39047ac-3364-43e4-8037-3b8e52a63a4b",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The sword wraith attendant deals 2d6 extra necrotic damage against any target granting combat advantage to it.",damage:"the sword wraith attendant deals 2d6 extra necrotic damage against any target granting combat advantage to it",category:0},{id:"895bfd87-a498-4d3a-98e6-9baff903c907",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sword wraith attendant shifts 6 squares.",damage:"The sword wraith attendant shifts 6 squares",category:2},{id:"85cdda9b-8e98-433c-8929-42a26ad9dd15",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sword wraith rises as a freewilled sword wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-20}],resist:"insubstantial",vulnerable:"10 radiant (if the sword wraith attendant takes radiant damage, its regeneration does not function until the end of the its next turn)",immune:"disease, poison",tactics:""},{id:"b73cd93f-46c7-457c-a565-311b76fcdf7c",name:"Taikus",details:"",size:2,origin:4,type:2,keywords:"githzerai",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +20, Athletics +18, Insight +18",equipment:"",category:"",strength:{score:19},constitution:{score:13},dexterity:{score:23},intelligence:{score:15},wisdom:{score:23},charisma:{score:14},hp:282,initiative:13,ac:31,fortitude:28,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"00a223e1-ee25-48a2-ae3f-0d128d866116",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"6204a3dd-1405-4136-912f-05d571123519",name:"Inner Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"1d8 + 4 lightning damage, and the target teleports 5 squares to an unoccupied space of Taikus’s choosing.",damage:"1d8 + 4 lightning damage",category:1},{id:"4b5364f2-f806-4f59-bd75-6e95d24b01d4",name:"Reorder Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:{bonus:19,defence:1},description:"",details:"up to 4 Medium or smaller targets; the targets teleport to swap spaces as Taikus chooses.",damage:"up to 4 Medium or smaller targets",category:1},{id:"7354af39-07e9-4089-869f-69957c88970b",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"the next melee attack made against the target gains a +5 power bonus to the attack roll, and, if it hits, it is automatically a critical hit.",attack:null,description:"",details:"no attack roll required",damage:"",category:1},{id:"45bd984f-db84-473e-9048-a7114daeedd2",name:"Psychic Fists",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 1d8 + 4 psychic damage.",damage:"1d8 + 4 psychic damage",category:1},{id:"50b1cc2f-d0be-49aa-bca7-ab3cb8990f4a",name:"Avenging Wind",action:{action:5,trigger:"when targeted by a ranged attack",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The attack targets another creature within 5 squares of Taikus, and Taikus teleports 10 squares into a square adjacent to the attacker.",damage:"The attack targets another creature within 5 squares of Taikus",category:5},{id:"baadf0ee-6760-4bc2-8776-8ffb2b6b924f",name:"Iron Mind",action:{action:5,trigger:"when taikus would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Taikus gains a +2 bonus to all defenses until end of his next turn.",damage:"Taikus gains a +2 bonus to all defenses until end of his next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5604de8e-a6f4-42c8-982e-e67a89508ea0",name:"Tiamat-Sworn Reaver",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"5 see also springing assault",alignment:"Evil",languages:"Common, Draconic",skills:"History +12, Intimidate +13",equipment:"",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:14},intelligence:{score:13},wisdom:{score:17},charisma:{score:14},hp:176,initiative:13,ac:33,fortitude:31,reflex:27,will:29,regeneration:{value:10,details:"(only while bloodied)."},auras:[],powers:[{id:"347ec96e-19db-4748-990f-c0edf3423f63",name:"Triple-headed Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"(+24 while bloodied); 1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"2d584cc4-4bb7-4b4a-8f6b-5af457b96efe",name:"Rending Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires triple-headed flail",range:"",attack:null,description:"",details:"The Tiamat-sworn reaver attacks up to three targets with its triple-headed flail. If it hits one target, it can push the next target 1 square on a hit, and if it hits two targets, the third takes ongoing 5 damage on a hit (save ends).",damage:"the third takes ongoing 5 damage on a hit (save ends)",category:1},{id:"f0847382-d6c0-4230-afdb-3b3e85471d0b",name:"Dragonborn Fury",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The reaver gains a +1 racial bonus to attack rolls while bloodied",damage:"The reaver gains a +1 racial bonus to attack rolls while bloodied",category:1},{id:"26ba7ed9-22d4-486f-860f-f8a953cf3f3a",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the Tiamat-sworn reaver ends its move at least 3 squares away from where it began its turn, its melee attacks deal 2d6 extra damage until the start of its next turn.",damage:"",category:0},{id:"a8647f6d-1fcc-46f8-b51b-33dd2bd5d7dc",name:"Springing Assault",action:{action:7,trigger:"when the reaver hits with a melee attack during its turn",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The reaver shifts 3 squares",damage:"The reaver shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"638edf83-e5a4-4671-8715-795fd305075f",name:"Tlaikith Forlorn",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki",level:19,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5, fly 5 (hover)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 10",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:18},intelligence:{score:13},wisdom:{score:16},charisma:{score:21},hp:125,initiative:15,ac:33,fortitude:32,reflex:29,will:30,regeneration:null,auras:[{id:"6ff481ed-7b91-4cb1-be44-3a438dcb1393",name:"Dimensional Bar",keywords:"",details:"aura 1; creatures in the aura cannot teleport, and creatures cannot teleport into the aura."}],powers:[{id:"b9da79cc-a96a-430e-894f-473e8019ae46",name:"Silver Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"1d10 + 7 damage, and the target is marked until the end of the tlaikith forlorn’s next turn.",damage:"1d10 + 7 damage",category:1},{id:"ae8865b5-f6b1-4c23-b933-e8b48ebcfd0b",name:"Soul Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"2d10 + 7 damage and the target is stunned (save ends).",damage:"2d10 + 7 damage and the target is stunned (save ends)",category:1},{id:"de84bcd3-c7ed-4af1-a0e4-e811daf41cd5",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the tlaikith forlorn or one ally within range can fly up to 5 squares.",damage:"the tlaikith forlorn or one ally within range can fly up to 5 squares",category:2},{id:"db4ad7b1-ce1a-4922-901d-603118508a96",name:"Telekinetic Pull",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:24,defence:1},description:"",details:"the target is pulled 5 squares.",damage:"the target is pulled 5 squares",category:3},{id:"6e5916d3-246a-4828-b52d-ad5b916738f7",name:"Silver Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Close burst 1",attack:{bonus:24,defence:2},description:"",details:"2d10 + 7 damage, and the target is dazed (save ends).",damage:"2d10 + 7 damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"be3521b9-b83b-4026-aee0-0796a34af85d",name:"Trethrix",details:"",size:2,origin:1,type:2,keywords:"raavasta, shapechanger",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +22; truesight 6",movement:"6",alignment:"Evil",languages:"All",skills:"Bluff +23, Diplomacy +23, Insight +22",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:28},wisdom:{score:23},charisma:{score:25},hp:428,initiative:16,ac:40,fortitude:35,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"cc00d478-023d-464d-851e-f0d9ada0471b",name:"Beguiling Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6 + 5 damage, and the target is blinded (save ends).",damage:"1d6 + 5 damage",category:1},{id:"084b0708-e391-43c8-abd7-4b6d69d042c0",name:"Bind",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when enforce contract is used"},keywords:"Charm, Psychic",condition:"",range:"Ranged sight",attack:null,description:"",details:"no attack roll required; the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends); see also enforce contract.",damage:"the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends)",category:3},{id:"7b923964-d185-46b1-a97b-7f80aa0fce92",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 5d6 + 9 psychic damage, and the target moves its speed away from Trethrix.",damage:"5d6 + 9 psychic damage",category:1},{id:"5e9c6284-1da9-4769-8fda-cffa9af7b466",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Trethrix can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see “Change Shape,” Monster Manual, page 280).",damage:"",category:3},{id:"4b39c015-a156-41b4-b606-361df30ee174",name:"Enforce Contract",action:{action:4,trigger:"when an enemy’s melee or ranged attack targets trethrix",sustainAction:0,use:1,recharge:"recharges when bind is used"},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The attack targets the creature affected by Trethrix’s bind power instead of Trethrix. Using this power ends the bind effect on that creature.",damage:"",category:5},{id:"f60a6524-16d4-45e1-be36-744f4d52485c",name:"Vanish",action:{action:4,trigger:"when an enemy hits trethrix",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Trethrix shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"Trethrix shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-15}],resist:"15 variable (2/encounter, see “Resist”, Monster Manual, page 282)",vulnerable:"",immune:"",tactics:""},{id:"17b25337-a5b2-415b-967e-946bb12ff725",name:"Vlaakith CLVIII/Gith",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:25,role:{type:7,flag:2,leader:!1},senses:"Perception +23",movement:"6 see also Mind over Matter",alignment:"Unaligned",languages:"Common, Deep Speech, Supernal",skills:"Acrobatics +26, Athletics +21, Diplomacy +24, Dungeoneering +23, History +25, Insight +23, Intimidate +24",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:28},intelligence:{score:23},wisdom:{score:22},charisma:{score:25},hp:912,initiative:21,ac:39,fortitude:37,reflex:41,will:42,regeneration:null,auras:[{id:"9ad517f7-8e5b-4e31-949d-a20d3dbfea4d",name:"Forceful Presence",keywords:"",details:"aura 2; a bloodied enemy that starts its turn within the aura is pushed 5 squares."}],powers:[{id:"4ae4e39d-5311-4f82-82f3-9eedeabda797",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 9 damage, and the target is dazed until the end of Vlaakith’s next turn, see Gith’s judgment.",damage:"2d10 + 9 damage",category:1},{id:"0b7e342e-0582-42a5-a763-f99817ebf974",name:"Ancient Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith makes an unarmed strike attack against up to three targets, and can use Time to Die as a free action before each attack. While bloodied, she can attack up to four targets.",damage:"",category:1},{id:"958a5d9b-09d3-484a-b804-8b7306496de0",name:"Shattering Strike",action:{action:7,trigger:"when vlaakith hits a creature with a melee attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target takes a –2 penalty to defenses until the end of the encounter.",damage:"",category:5},{id:"32733db3-bdb5-4715-9c2d-0f8d342fc504",name:"Stunning Impact",action:{action:7,trigger:"when vlaakith hits a creature with a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is stunned until the end of its next turn.",damage:"",category:5},{id:"ef60b27e-acbf-4099-a001-f74e26a20f70",name:"Time to Die",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:27,defence:1},description:"",details:"( +32 vs immobilized targets)The target is pulled 5 squares. This action does not provoke opportunity attacks.",damage:"( +32 vs immobilized targets)The target is pulled 5 squares",category:3},{id:"0eac3fb2-cb82-46f9-8a04-61c63972b3d0",name:"Telekinetic Bind",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creatures are immobilized by this power"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"targets enemies; the target is immobilized (save ends).",damage:"",category:3},{id:"3793f7cf-45b3-4728-804d-d0e9a93f745a",name:"Gith’s Judgement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith deals 3d6 extra damage to immobilized targets.",damage:"vlaakith deals 3d6 extra damage to immobilized targets",category:0},{id:"1091c27c-2577-40c7-9d36-301fe4f305aa",name:"Mind over Matter",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith flies 6 squares.",damage:"Vlaakith flies 6 squares",category:2}],damageModifiers:[{type:8,value:-30}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"44e3513e-e0df-4d67-a96e-9914b8e09ef4",name:"Winterdeath Dracolich",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +18, Endurance +22, History +18, Insight +19, Intimidate +18, Religion +18",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:22},intelligence:{score:16},wisdom:{score:19},charisma:{score:17},hp:384,initiative:16,ac:34,fortitude:33,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"92e644bf-2606-4287-9f14-10b15e3d9232",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d6 + 8 damage. Against an immobilized target, this attack deals 3d6 extra cold and necrotic damage.",damage:"3d6 + 8 damage",category:1},{id:"07a6218d-daa7-4d21-94a6-767397976159",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The winterdeath dracolich’s breath weapon recharges and it uses it immediately.",damage:"",category:5},{id:"b2bf7d77-822b-4c8b-a637-b6322202f85d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"close blast 5",attack:{bonus:23,defence:1},description:"",details:"The winterdeath dracolich breathes a blast of icy black necrotic energy; 2d8 + 7 cold and necrotic damage, and the target is immobilized until the end of the dracolich’s next turn. Miss: Half damage. Effect: The target loses any cold or necrotic resistance it has (save ends).",damage:"2d8 + 7 cold and necrotic damage",category:1},{id:"52796086-e755-4263-a8cf-a1e46e780aa1",name:"Unnerving Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:23,defence:3},description:"",details:"the target moves up to its speed away from the winterdeath dracolich by the safest possible route and takes a −2 penalty to all attack rolls until the end of the dracolich’s next turn.",damage:"",category:1},{id:"eb4ebf1b-09cd-4734-8314-25811da8e364",name:"Winterdeath Corona",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Necrotic",condition:"",range:"Close burst 3",attack:{bonus:23,defence:1},description:"",details:"2d8 + 7 necrotic damage, and ongoing 10 cold damage (save ends).",damage:"2d8 + 7 necrotic damage",category:1}],damageModifiers:[{type:2,value:-30},{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"42134d77-30c7-4b6f-84a5-f390cda36ef3",name:"Advanced Iron Cobra",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:99,initiative:8,ac:23,fortitude:23,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"6003474a-8fc4-420b-aa9a-edff67c8b718",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+4 damage",category:1},{id:"c846ad99-e3b1-4ede-b5d0-d2918ad87fd9",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"only affects creatures taking ongoing poison damage; the target is dazed and slowed (save ends both).",damage:"only affects creatures taking ongoing poison damage",category:1},{id:"8eb42768-762d-4971-8add-cb83b72f94af",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An iron cobra can use its poison the mind power against any creature in its guarded area, even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0},{id:"fee3f6ff-d03f-49d1-9c1b-0af5277483f1",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4d31ec39-0828-4823-983d-04aa0aa8618f",name:"Agera of the Shadow Face",details:"",size:2,origin:4,type:2,keywords:"devil, undead",level:7,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +12, Athletics +10, Insight +7",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:10},intelligence:{score:19},wisdom:{score:8},charisma:{score:16},hp:316,initiative:6,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"14de14f3-e125-46f2-9a25-dcd5918ab202",name:"Horn Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage plus 1d6 + 4 necrotic damage, and the target is pushed 2 squares.",damage:"1d8+4 damage plus 1d6 + 4 necrotic damage",category:1},{id:"20f24010-9c28-4e28-a099-8913d477c245",name:"Unhinging Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"1d6+4 psychic damage, and the target slides 2 squares and makes a basic attack against an ally within range.",damage:"1d6+4 psychic damage",category:1},{id:"f2bcdb95-0dab-4bc0-a2fa-2502eb9b82cb",name:"Hellish Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Agera makes three basic attacks.",damage:"",category:1},{id:"06f5bed0-c278-44f8-93b0-77d178b64a9f",name:"Grave Wrath",action:{action:4,trigger:"when agera is hit by a creature adjacent to her",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"the target is pushed 3 squares, and is slowed and takes ongoing 10 necrotic damage (save ends both).",damage:"and is slowed and takes ongoing 10 necrotic damage (save ends both)",category:5},{id:"2f476931-279e-49e2-88d5-2ba6da8d3c47",name:"Invocation of Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 2",attack:{bonus:9,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"66f2d014-048e-415a-8ccd-577c0cf3633a",name:"Wrathfire Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Fire",condition:"",range:"Close blast 5",attack:{bonus:9,defence:2},description:"",details:"targets enemies; 2d6+3 fire damage, and the target slides 2 squares and makes an at-will attack against an ally within range. Miss: Half damage, and the target sides 1 square.",damage:"2d6+3 fire damage",category:1}],damageModifiers:[{type:3,value:-8},{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"aef8d59f-282c-484c-af37-dae20884b0f6",name:"Blood Hawk Sentinel",details:"",size:1,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4",movement:"2 (clumsy), fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:16},intelligence:{score:2},wisdom:{score:13},charisma:{score:7},hp:67,initiative:8,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"54b92f95-c004-4a66-b2c8-806a24ade211",name:"Claw Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+7 damage, and the target takes ongoing 2 damage, or ongoing 5 damage if the blood hawk sentinel is bloodied (save ends).",damage:"1d6+7 damage",category:1},{id:"807327a2-2ffc-4a89-a713-b0879b67c9bc",name:"Flyby Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood hawk sentinel flies 6 squares and makes a claw rake attack at any point during that movement. The blood hawk sentinel does not provoke opportunity attacks when moving away from the target.",damage:"The blood hawk sentinel flies 6 squares and makes a claw rake attack at any point during that movement",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a3da360-be7e-4c43-8260-176f37a573a3",name:"Cave Troll Mangler",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +14",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:170,initiative:10,ac:26,fortitude:28,reflex:24,will:23,regeneration:{value:10,details:""},auras:[],powers:[{id:"e74aa3ec-eea2-4968-9905-175fb4112355",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target is grabbed. A cave troll mangler can grab up to two targets at once.",damage:"2d8+4 damage",category:1},{id:"d45942f8-f839-4316-8e3e-46bdce89becf",name:"Bash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be grabbing a creature",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; targets a creature not grabbed by the cave troll mangler; 3d8+6 damage, and the grabbed creature takes half this damage and is dazed (save ends). When grabbing a creature wearing heavy armor, the cave troll mangler deals +5 damage with this attack, but the grabbed creature is not dazed.",damage:"3d8+6 damage",category:1},{id:"37192344-1ebd-4c09-a9b2-995e6f9dddb5",name:"Smash and Thrash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"must be grabbing a creature",range:"",attack:null,description:"",details:"The cave troll mangler makes a bash attack against each enemy within 2 squares.",damage:"The cave troll mangler makes a bash attack against each enemy within 2 squares",category:1},{id:"b307806f-d07f-4e07-a118-0e0b96febe0a",name:"Hurl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be grabbing a creature",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"targets a creature not grabbed by the cave troll mangler; the cave troll mangler throws a creature grabbed by it to a square adjacent to the target, where it lands prone; 3d6+6 damage and the target is knocked prone, and the grabbed creature takes half this damage and is dazed (save ends). When grabbing a creature wearing heavy armor, the cave troll mangler deals +5 damage with this attack, but the grabbed creature is not dazed.",damage:"3d6+6 damage and the target is knocked prone",category:1},{id:"41cbd3af-abfe-4707-8c9b-af85bb1910c6",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the cave troll mangler is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the cave troll mangler while it is at 0 hit points, it is destroyed",damage:"if the cave troll mangler is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the cave troll mangler takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"929facdb-e4fb-426c-bb59-089531caf37a",name:"Comet Tail Eagle",details:"",size:2,origin:1,type:1,keywords:"fire",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"2 (clumsy), fly 10 (hover); see also comet fall",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:2},wisdom:{score:15},charisma:{score:6},hp:94,initiative:6,ac:19,fortitude:20,reflex:19,will:17,regeneration:null,auras:[{id:"f367e0b6-a589-4ed0-b38e-f70891e358c0",name:"Dissipating Heat",keywords:"",details:"(Fire) aura 1; after a comet tail eagle charges, any creature that enters or begins its turn within the aura takes 5 fire damage. The aura lasts until the beginning of the comet tail eagle’s next turn."}],powers:[{id:"a8a40ad6-bec3-47a8-a22c-504cca5e164b",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"25ee696c-b2be-4874-8338-984ba7c533e6",name:"Comet Fall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A comet tail eagle does not provoke opportunity attacks while charging, and after it charges, it can shift 3 squares as a free action.",damage:"it can shift 3 squares as a free action",category:0},{id:"e3a329c7-8293-4ded-95c7-999dfe32a139",name:"Fiery Impact",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"For every square a comet tail eagle moves while charging, it deals 2 extra fire damage on a hit.",damage:"it deals 2 extra fire damage on a hit",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"36c161f5-5caf-4ef4-b989-56d23d5dd1dd",name:"Eladrin Desert Blade",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"leather armor; scimitar",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:1,initiative:6,ac:21,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"de3605d2-a17d-49dc-ae90-c79a1398ae89",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"6 damage (8 damage on a critical hit).",damage:"6 damage (8 damage on a critical hit)",category:1},{id:"ae9cfd47-0657-4537-b4f8-d8b3bd427eb1",name:"Heat Stroke",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A desert blade’s basic attack deals 1 extra point of fire damage for each desert blade adjacent to the target.",damage:"a desert blade’s basic attack deals 1 extra point of fire damage for each desert blade adjacent to the target",category:0},{id:"d25ab66b-cd09-4833-873f-5c1020d1cbf6",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The desert blade can teleport 5 squares.",damage:"The desert blade can teleport 5 squares",category:2}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"abc026cc-37b5-4b2f-a68d-d2b1e5738f0e",name:"Eladrin Dune Sniper",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"6 see also dust form and fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +14, Stealth +14",equipment:"arrows (30); leather armor; longbow; scimitar",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:61,initiative:13,ac:21,fortitude:19,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"b759286a-265e-4450-8a91-12880ca32ed3",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14).",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"ad5a96ce-3c1e-4088-99ff-a125426b60c4",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"f531e213-d971-46b1-bc71-bd89a7bffdb9",name:"Rapid Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eladrin dune sniper makes two longbow attacks.",damage:"",category:1},{id:"0fbaeaae-457d-456d-8e34-aed4b03aabc1",name:"Sniper",action:null,keywords:"",condition:"",range:"When an eladrin dune sniper makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0},{id:"cc35957a-010b-4aa1-8036-a234ac2ddc54",name:"Dust Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The eladrin dune sniper becomes insubstantial and gains a fly speed of 8 (hover). It can enter and move through a porous obstacle that would otherwise prevent movement (such as a door or cracked window). Sustain Standard: The effect persists.",damage:"The eladrin dune sniper becomes insubstantial and gains a fly speed of 8 (hover)",category:1},{id:"cd1aa05a-fb34-43aa-a5f8-990a2037d6e8",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin dune sniper can teleport 5 squares.",damage:"The eladrin dune sniper can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7a23d78-db29-46f4-94bd-6b77e7a74818",name:"Eladrin Mamluk",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6 see also dance of the desert blades and fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +12, Endurance +9",equipment:"chainmail; scimitar",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:77,initiative:11,ac:23,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"5caf4c9e-db84-4f61-8c31-2e9ab36372aa",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14), and the target is marked until the end of the eladrin mamluk’s next turn.",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"9e6363fa-3c2d-4e4e-b13b-f75db5effc2f",name:"Dance of the Desert Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets one or two creatures; the eladrin mamluk makes a scimitar attack and can then shift 1 square.",damage:"the eladrin mamluk makes a scimitar attack and can then shift 1 square",category:1},{id:"cd04fdf0-f351-4de6-a039-3afdab7f7844",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin mamluk can teleport 5 squares.",damage:"The eladrin mamluk can teleport 5 squares",category:2},{id:"a135620d-0cb6-4d87-8876-85a5d9f5c208",name:"Tower of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The eladrin mamluk absorbs the sand underfoot to fuel a magical growth spurt; the eladrin mamluk becomes Large, occupying 4 squares instead of 1. Creatures and objects in the squares that the eladrin mamluk comes to occupy are pushed 1 square. The eladrin mamluk’s reach becomes 2 and it gains a +5 bonus to damage rolls. The eladrin mamluk can revert to its normal form as a free action.",damage:"the eladrin mamluk’s reach becomes 2 and it gains a +5 bonus to damage rolls",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b779946-5da2-4399-aa83-9e373ade7aeb",name:"Emrett Mazrid",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6, teleport 3 see also scorpion strike and unseelie stride",alignment:"Chaotic Evil",languages:"Abyssal, Common, Elven, Giant, Primordial",skills:"Arcana +14, Bluff +14, Diplomacy +11, History +14, Insight +7, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:13},intelligence:{score:18},wisdom:{score:11},charisma:{score:18},hp:204,initiative:8,ac:24,fortitude:20,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"94954d7d-a8e1-4606-bee1-bd33b2721bf3",name:"Venomous Jambiya",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+3 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1d4+3 damage",category:1},{id:"ef42688c-c2e6-4843-807f-176c0fe9ed59",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"d22c922b-baf3-479d-8c14-2e25a53f55d5",name:"Scorpion Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Emrett can make two venomous jambiya attacks, or one venomous jambiya attack and one eldritch blast attack. Emrett can shift one square after each attack.",damage:"",category:1},{id:"4458fd62-8353-41f5-9ed2-c1d36dbb3d80",name:"Malignant Whispers",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"targets enemies, deafened creatures are immune; the target takes 3d6 + 4 psychic damage and makes a basic attack against its nearest ally as a free action.",damage:"the target takes 3d6 + 4 psychic damage and makes a basic attack against its nearest ally as a free action",category:1},{id:"f346e26a-8fb8-493d-9211-05e9dcf464d8",name:"Cruel Splendor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Necrotic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"Emrett pulls the target 2 squares, and the target is dazed and cannot attack Emrett (save ends both); Emrett then teleports 3 squares. Aftereffect: 3d8 + 5 necrotic damage, and the target is blinded until the end of its next turn. Miss: The target is dazed (save ends).",damage:"3d8 + 5 necrotic damage",category:1},{id:"a4c63759-473a-4042-abf2-8865f2b2ca2d",name:"Master’s Favor",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Emrett can reroll an attack roll, skill check, ability check, or saving throw, using the higher of the two results.",damage:"",category:4},{id:"d2970849-e3ea-4ca6-8132-b3a0ac7f98de",name:"Unseelie Stride",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:"recharges when emrett is first bloodied or when an enemy drops to 0 hit points"},keywords:"Teleportation",condition:"triggers when emrett is hit by a melee or close attack",range:"",attack:null,description:"",details:"Emrett teleports 5 squares and gains concealment until the end of her next turn.",damage:"Emrett teleports 5 squares and gains concealment until the end of her next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aced5f59-5eaf-445b-b75d-ca1ab994b6d7",name:"Fang Golem",details:"",size:3,origin:2,type:0,keywords:"construct",level:9,role:{type:0,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:156,initiative:9,ac:21,fortitude:21,reflex:23,will:19,regeneration:null,auras:[],powers:[{id:"5694079b-f723-43fc-92d0-0d733371f23d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"e02e438e-d1a9-4080-ac39-f714cc9a5ee7",name:"Spike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10/20",attack:{bonus:16,defence:0},description:"",details:"1d4+4 damage, and ongoing 5 damage (save ends).",damage:"1d4+4 damage",category:1},{id:"cef1eb24-6586-4ad9-be87-ba44c9778807",name:"Spike Volley",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fang golem makes two spike attacks. If both spikes hit the same target, that target takes ongoing 10 damage (save ends) and is also restrained until the end of its next turn.",damage:"that target takes ongoing 10 damage (save ends) and is also restrained until the end of its next turn",category:1},{id:"25dde97a-2a80-4894-a973-d41d9e2d652a",name:"Death Burst",action:null,keywords:"",condition:"when the fang golem drops to 0 hit points",range:"The fang golem explodes in a burst of jagged shards. Close burst 1",attack:{bonus:12,defence:2},description:"",details:"4d6+4 damage. Miss: half damage.",damage:"4d6+4 damage",category:0},{id:"8201900b-a988-4cdd-903e-5c5ca531c4a1",name:"Barrage of Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 12",attack:{bonus:12,defence:2},description:"",details:"4d6 + 4 damage. Miss: Half damage.",damage:"4d6 + 4 damage",category:1},{id:"de3ba2ff-bbe3-4b4e-adfd-f31d1c61ffc5",name:"Verdant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, any enemy damaged by a fang golem suffers a –2 penalty to saving throws made to end ongoing damage or effects caused by the powers of a creature with the fey origin.",damage:"any enemy damaged by a fang golem suffers a –2 penalty to saving throws made to end ongoing damage or effects caused by the powers of a creature with the fey origin",category:0}],damageModifiers:[{type:10,value:5}],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"c82ab652-3774-4759-91c8-78a617185d85",name:"Fanged Troll",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:15},intelligence:{score:9},wisdom:{score:10},charisma:{score:8},hp:109,initiative:9,ac:26,fortitude:24,reflex:20,will:18,regeneration:{value:10,details:""},auras:[],powers:[{id:"e86db76c-2831-49b7-86aa-846a3be11d52",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target is grabbed.",damage:"2d8+4 damage",category:1},{id:"5c5858e0-8b2b-48ac-9d6c-772813d82008",name:"Gnaw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only against a grabbed target",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage and ongoing 5 damage (save ends).",damage:"2d8+4 damage and ongoing 5 damage (save ends)",category:1},{id:"ce2eea28-1734-4c11-84a5-219f1d7cea34",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fanged troll can make opportunity attacks against all enemies within its reach (2 squares)",damage:"",category:0},{id:"36287c05-e6cd-47b5-ac46-97882e57853e",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the fanged troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the fanged troll while it is at 0 hit points, it is destroyed.",damage:"if the fanged troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the fanged troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"a94dbd88-4edd-4ad7-bc90-c57e025ee342",name:"Flamespiker Tongue",details:"",size:2,origin:1,type:1,keywords:"air, earth, fire",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"7",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:15},intelligence:{score:6},wisdom:{score:15},charisma:{score:8},hp:1,initiative:4,ac:21,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"9479db98-1290-4d75-bb14-62a518b798d9",name:"Spike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 6 fire damage.",damage:"6 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"f3be4efa-d172-43a6-9553-99428fb9c05c",name:"Fungal Bloodthorn",details:"",size:3,origin:4,type:1,keywords:"aquatic, plant",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +3; blindsight 10",movement:"5 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:10},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:41,initiative:3,ac:18,fortitude:15,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"41960a53-6d8c-4e6f-9eb8-2a890b8a856a",name:"Striking Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"76b2240d-69ed-4229-9e7b-f4fd67cb9c30",name:"Impaling Thorn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the fungal bloodthorn doesn’t have a creature grabbed"},keywords:"Healing",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"The vine impales the target’s flesh with a thorn: Reach 2; 1d8+4 damage, and the target is grabbed. Sustain Standard: The bloodthorn sustains the grab, the target takes 2d8 + 4 damage, and the vine regains 5 hit points.",damage:"1d8+4 damage",category:1},{id:"bd0afa40-f0a0-40db-84cd-899818b434e9",name:"Pulling Thorns",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodthorn shifts 1 square, pulling any creature grabbed by it into a space adjacent to it.",damage:"The bloodthorn shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f138a21b-73e7-482b-9da6-2d4bf0765016",name:"Hazar",details:"",size:3,origin:2,type:1,keywords:"sphinx",level:10,role:{type:3,flag:2,leader:!1},senses:"Perception +14; low-light vision",movement:"6, fly 8, overland flight 10",alignment:"Evil",languages:"Common, Elven, Draconic, Supernal, Hazar can also communicate with any bird or birdlike creature.",skills:"Arcana +15, Diplomacy +14, Nature +15",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:21},wisdom:{score:18},charisma:{score:19},hp:424,initiative:7,ac:24,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"2cdca846-8fed-47af-80af-259a1dd7457b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"b132a1e3-08fa-45f1-adf6-b6fa6efe5b6e",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Hazar can make two claw attacks. If both attacks hit the same target, it is knocked prone. Special: When charging, Hazar can use this power in place of a melee basic attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"b6e1e756-6c98-4e2d-a7fd-1cad08cfdebe",name:"Buffeting Wings",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"triggers when two or more enemies flank hazar",range:"",attack:{bonus:15,defence:0},description:"",details:"(targets enemies flanking Hazar)1d6+4 damage and the target is pushed 2 squares.",damage:"(targets enemies flanking hazar)1d6+4 damage and the target is pushed 2 squares",category:5},{id:"92f9a5bc-adb1-448c-a7d5-3e904bd8b837",name:"Desert Storm Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Area burst 1 within 12",attack:{bonus:12,defence:2},description:"",details:"1d8+6 lightning and thunder damage, and Hazar can slide each target 1 square.",damage:"1d8+6 lightning and thunder damage",category:1},{id:"49f65199-3b94-4bae-b5f4-190a9959cb9a",name:"Flensing Haboob",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Hazar creates a violent, magical sandstorm. Area burst 2 within 12",attack:{bonus:12,defence:1},description:"",details:"2d8+5 damage and the target is knocked prone and blinded (save ends). Creatures within the haboob gain concealment, but it also limits their line of sight to adjacent squares. Miss: Half damage. Sustain: Hazar sustains the haboob and can move it up to six squares by spending a move action; any creature that enters the haboob’s space or starts its turn within it is subject to another attack.",damage:"2d8+5 damage and the target is knocked prone and blinded (save ends)",category:1},{id:"b363e6c6-f84b-4d1b-b506-3d4a15954735",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Hazar spends a healing surge and regains 106 hit points. She also gains a +2 bonus to all defenses until the start of her next turn.",damage:"Hazar spends a healing surge and regains 106 hit points",category:1},{id:"592cf24e-09e6-4e30-ab5a-c57a124c61fa",name:"Summon Songbird Swarm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the first two songbird swarms are reduced to 0 or fewer hit points"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Hazar summons a pair of songbird swarms. The summoned swarms appear within 3 squares of Hazar and act immediately after her in the initiative order. They remain until they are killed, dismissed by Hazar (as a free action), or the encounter ends. Hazar can end her movement in a square occupied by a songbird swarm; she gains concealment when occupying a square containing a bird swarm.",damage:"The summoned swarms appear within 3 squares of Hazar and act immediately after her in the initiative order",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"469f6c1d-1a1f-49cd-a888-52191a1c6bf7",name:"Kenku Inciter",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Intimidate +10",equipment:"leather armor; sling; spiked chain",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:54,initiative:8,ac:20,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"7005fdee-00b1-4c74-a1c4-6b0739fdc3c1",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is marked until the end of the kenku inciter’s next turn.",damage:"2d4+5 damage",category:1},{id:"8558f318-f73f-4b8a-b551-eb827842d4c4",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"de45e1b5-9ddb-43a0-bd99-b7f292e9da4b",name:"Chain Slide",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; targets an enemy marked by the kenku; 2d4+5 damage, and the target slides 3 squares.",damage:"2d4+5 damage",category:1},{id:"b1f9ba8c-8fdd-4b08-ba7b-ebbba9976fa8",name:"Flock Reaction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets kenkus; the target shifts 1 square as a free action.",damage:"the target shifts 1 square as a free action",category:1},{id:"3c2a378e-8a50-4e26-91ea-078b0df88325",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku inciter gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku inciter gains a +3 bonus instead of +2 while flanking",category:0},{id:"e3530d0f-1495-4151-ae85-058f784575d7",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku inciter can mimic sounds and voices. A successful Insight check opposed by the inciter’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f46df5b2-0183-4daf-b490-c6c5f9ceabe6",name:"Kenku Tribal",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9",equipment:"javelin; leather armor; spear",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:1,initiative:6,ac:17,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"00b60101-03b8-498d-bc66-1f95dbc2c3a0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"90fb1f10-19e9-4e7c-9699-90a5934c5126",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"ec5e0236-bcf0-4234-b96e-298bf89c7460",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku tribal gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku tribal gains a +3 bonus instead of +2 while flanking",category:0},{id:"98bbb097-3df0-4da2-a95b-e8a7eb07e9e1",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku tribal can mimic sounds and voices. A successful Insight check opposed by the tribal’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ea3db84-9c8a-4fa9-9eda-082682eef1c6",name:"Najid",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:7,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +15, Endurance +13, Nature +13",equipment:"chainmail; scimitar",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:17},intelligence:{score:14},wisdom:{score:18},charisma:{score:14},hp:180,initiative:9,ac:24,fortitude:22,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"1bd838ba-e1b3-408d-a5ab-d82b2aaefdb3",name:"Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while mounted",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0ac8bd51-8eda-4220-b5b9-dc48b0b34480",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+7 damage (crit 2d8+15).",damage:"1d8+7 damage (crit 2d8+15)",category:1},{id:"3bd21175-e2c8-4047-931d-2c1b3d374885",name:"Dismounted Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while dismounted",range:"",attack:null,description:"",details:"Najid makes two scimitar attacks, which score critical hits on a natural roll of 19–20.",damage:"",category:1},{id:"14e02c18-d4c6-44ee-b543-a0cfe56d92d7",name:"Relentless Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while mounted and charging",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage and the target is pushed 1 square and knocked prone.",damage:"2d6+5 damage and the target is pushed 1 square and knocked prone",category:1},{id:"f6744cc8-2f0e-4234-8e2c-cfb3e02a115d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Najid can teleport 5 squares. If mounted, Najid can also teleport his mount.",damage:"Najid can teleport 5 squares",category:2},{id:"bc2d1c18-1107-4c3a-9732-b594faa63e8b",name:"Mounted Combat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While Najid rides a creature, he gains access to any special mount abilities it confers to its rider, plus the creature can also make Athletics, Acrobatics, Endurance, and Stealth checks using Najid’s base skill check bonus rather its own if Najid’s is higher.",damage:"",category:0},{id:"1bfcb3d4-7eb9-4209-bd57-c6c4c0b7d620",name:"Tower of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"unusable while mounted",range:"",attack:null,description:"",details:"Najid absorbs the sand underfoot to fuel a magical growth spurt; Najid becomes Large, occupying 4 squares instead of 1. Creatures and objects in the squares that Najid comes to occupy are pushed 1 square. Najid’s reach becomes 2 and he gains a +5 bonus to damage rolls. Najid can revert to its normal form as a free action.",damage:"najid’s reach becomes 2 and he gains a +5 bonus to damage rolls",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f896cfcf-c196-4cd5-b12a-a4772a2eec05",name:"Najid’s War Camel",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"",skills:"Endurance +11",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:78,initiative:4,ac:17,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"70bd7c9a-a54a-420b-a142-cb778f34b2f7",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"2cd67dba-9614-4698-9589-b719b5d50591",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"The war camel can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the war camel must end its movement in an unoccupied space. When it enters an enemy’s space, the war camel makes a trample attack; 1d6+7 damage, and the target is knocked prone.",damage:"1d6+7 damage",category:1},{id:"e9f9ae38-e243-4962-8d8b-f3aeabab19c4",name:"Charger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"The war camel grants its rider a +5 bonus to damage rolls on charge attacks.",damage:"the war camel grants its rider a +5 bonus to damage rolls on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"609f6b4e-07e7-4a79-aad3-503daa5f3723",name:"Saqr",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +14, Endurance +13, Intimidate +11",equipment:"falchion",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:236,initiative:7,ac:21,fortitude:23,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"6f68bebc-8886-4951-88ee-8d48bc854357",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+9 damage (crit 4d4 + 17 damage).",damage:"2d4+9 damage (crit 4d4 + 17 damage)",category:1},{id:"8132d7eb-55f5-44d8-b5bc-f2664d074fa9",name:"A Lover’s Retribution",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"triggers when taalah is targeted by an attack",range:"",attack:null,description:"",details:"Saqr charges the enemy that targeted Taalah and makes a falchion attack. On a hit, the target takes an additional 1d10 damage and is marked by Saqr until the end of his next turn.",damage:"the target takes an additional 1d10 damage and is marked by saqr until the end of his next turn",category:5},{id:"435bbb29-9b9a-409e-9f0d-974a303bd58b",name:"Bereaved Frenzy",action:null,keywords:"",condition:"usable when taalah drops to 0 or fewer hit points",range:"",attack:null,description:"",details:"Saqr gains a +2 bonus to his attack rolls and deals an extra 5 damage on a hit. However, he also takes a –2 penalty to all his defenses and gains vulnerable 5 to all attacks.",damage:"saqr gains a +2 bonus to his attack rolls and deals an extra 5 damage on a hit",category:0},{id:"cb1d3867-080b-4fa0-bd0b-196146dedbc4",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Saqr can teleport 5 squares.",damage:"Saqr can teleport 5 squares",category:2},{id:"7db5a366-ed3a-415b-9542-5adebdc4e6af",name:"Tower of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Saqr absorbs the sand underfoot to fuel a magical growth spurt; Saqr becomes Large, occupying 4 squares instead of 1. Creatures and objects in the squares that Saqr comes to occupy are pushed 1 square. Saqr’s reach becomes 2 and he gains a +5 bonus to damage rolls. Saqr can revert to his normal form as a free action.",damage:"saqr’s reach becomes 2 and he gains a +5 bonus to damage rolls",category:1},{id:"aafd1ef6-c42a-4e46-b06d-3c575bec5f39",name:"Threatening Reach",action:null,keywords:"",condition:"usable when large-sized",range:"",attack:null,description:"",details:"Saqr can make opportunity attacks against all enemies within his reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"b38a81cc-0f61-44b2-8f91-2870548257e6",name:"Shade of Fallen Heroes",details:"",size:2,origin:5,type:2,keywords:"undead",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:14},hp:1,initiative:8,ac:24,fortitude:22,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"6ed1a018-d541-49ca-ba69-a333266e2313",name:"Shade Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"8 necrotic damage.",damage:"8 necrotic damage",category:1},{id:"e1031ba0-5751-4779-ae78-64bdbb6b7154",name:"Shadow Lash",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"8 necrotic damage.",damage:"8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9a38c47e-5264-4918-92bd-f260c33fe11f",name:"Songbird Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"2, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:19},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:68,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[{id:"9479c087-1114-4169-9177-bb02fb18e4fa",name:"Swarm Attack",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"17a2aeb3-d51f-4c9f-af9c-d943991dc43f",name:"Blinding Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage, and the target is blinded (save ends).",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"7b4f457e-8052-434f-8ecb-40f4d55fe7c4",name:"Taalah",details:"",size:2,origin:2,type:2,keywords:"plant; dryad",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"8 (forest walk)",alignment:"Chaotic Evil",languages:"Elven",skills:"Bluff +10, Insight +12, Stealth +12",equipment:"",category:"",strength:{score:19},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:92,initiative:9,ac:23,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"a9674314-215f-48bc-9047-4c3c028ef64f",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage, or 1d8 + 9 damage if the target is the only enemy adjacent to the dryad.",damage:"1d8+4 damage",category:1},{id:"301f1f93-f209-4bb5-a538-65287b4785a4",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dryad can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. An Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"d7f92020-97e1-4afa-add7-e20d0118299c",name:"Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree, treant, or a plant of Large size or bigger.",damage:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68ab3f2c-2f05-41e7-9a07-1f5bc2d23e0a",name:"Tangler Snake Swarm",details:"",size:3,origin:4,type:1,keywords:"reptile, swarm",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6, climb 4, swim 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:21},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:117,initiative:9,ac:21,fortitude:21,reflex:23,will:19,regeneration:null,auras:[{id:"ad6a6264-0dd1-461f-8ae9-8900a95eede1",name:"Tangling Serpents",keywords:"",details:"aura 1; an enemy that starts its turn in the aura cannot shift on its turn, and an enemy that starts its turn in the snake swarm’s space takes 5 damage."}],powers:[{id:"f48334d5-9853-41e5-94d8-dc1df69b89f3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+6 damage, and the tangler snake swarm shifts 1 square into the target’s space.",damage:"1d8+6 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"90c7997c-2456-4fea-ae11-68c7304e6051",name:"Thurraya",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +12, Endurance +11",equipment:"leather armor; scimitar",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:20},hp:134,initiative:8,ac:20,fortitude:18,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"8564c824-c14a-4421-96e3-92079e9b5666",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+7 damage (crit 1d8+15).",damage:"1d8+7 damage (crit 1d8+15)",category:1},{id:"bd67d50e-ebd3-453f-887d-a2110c76c096",name:"Force Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d4+7 force damage.",damage:"2d4+7 force damage",category:1},{id:"e6ae444a-4c03-4d8e-b9a5-c0108ef4441c",name:"Whirling Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a scimitar",range:"Ranged 10",attack:{bonus:15,defence:0},description:"",details:"1d8+7 damage (crit 2d8+15). Aftereffect: Thurraya’s scimitar immediately returns to her hand.",damage:"1d8+7 damage (crit 2d8+15)",category:1},{id:"c24faa4c-5754-4886-b975-cf8590aad570",name:"Ricocheting Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thurraya makes a whirling blade attack. Effect: If Thurraya hits with her first attack, she immediately makes a second whirling blade attack against the nearest enemy within range other than the first target.",damage:"",category:1},{id:"ad66dee9-6c52-43ea-bb8f-cfe23670a419",name:"Scorching Scimitar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"requires a scimitar",range:"Area burst 1 within 10",attack:{bonus:11,defence:2},description:"",details:"2d10+7 fire damage. Aftereffect: Thurraya’s scimitar immediately reforms in her hand.",damage:"2d10+7 fire damage",category:1},{id:"d98ef4d1-bc94-4416-9c14-03072011defa",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Thurraya can teleport 5 squares.",damage:"Thurraya can teleport 5 squares",category:2},{id:"aa68ccb8-0256-480a-b86d-5bb81fb825b6",name:"Mirage",action:null,keywords:"Illusion",condition:"not usable while bloodied",range:"Thurraya has concealment against all melee and ranged attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd83b458-ea80-420d-9bb5-de5a66e1c1fc",name:"Tornak",details:"",size:3,origin:4,type:2,keywords:"troll",level:14,role:{type:6,flag:1,leader:!0},senses:"Perception +15",movement:"7",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:15},wisdom:{score:16},charisma:{score:14},hp:260,initiative:12,ac:28,fortitude:28,reflex:22,will:24,regeneration:{value:10,details:""},auras:[],powers:[{id:"07191768-2a23-437f-bcb0-e76db5c86fcf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"4d136530-e71b-43d2-a36d-da915e8f99a9",name:"Necrotic Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"2d8+5 necrotic damage.",damage:"2d8+5 necrotic damage",category:1},{id:"a4ac9d09-68c3-4255-a8d0-744bcdecdf77",name:"Wrath of the Troll King",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tornak makes two claw attacks.",damage:"",category:1},{id:"25b26976-7266-41a8-9b10-29660b5424e2",name:"Shadowed Host",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when tornak rolls initiative or is first bloodied",range:"Close burst 10",attack:null,description:"",details:"Tornak calls four shades of fallen heroes from the crown. Each appears in one square within the burst. They enter the initiative order immediately after Tornak and can act normally in the round they appear. If a shade of fallen heroes ends its turn more than 20 squares from Tornak, it is destroyed.",damage:"If a shade of fallen heroes ends its turn more than 20 squares from Tornak",category:1},{id:"1ea2fa68-03b7-4252-820b-751636ef6cff",name:"Summon Shade",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires fewer than four shades of fallen heroes within 20 squares of tornak",range:"Close burst 10",attack:null,description:"",details:"Tornak calls a shade of fallen heroes from the crown into one square within the burst. Tornak cannot summon more than four shades at one time, between this power and shadowed host. The shade enters the initiative order immediately after Tornak and can act normally in the round it appears. If the shade of fallen heroes ends its turn more than 20 squares from Tornak, it is destroyed.",damage:"If the shade of fallen heroes ends its turn more than 20 squares from Tornak",category:3},{id:"9a8fc36f-8a85-4fa9-bf07-c240335cee28",name:"Crown of Shades",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Tornak swaps places with a shade of fallen heroes within 10 squares of him.",damage:"Tornak swaps places with a shade of fallen heroes within 10 squares of him",category:2},{id:"dc0ef92e-d000-463d-a1f0-63e0db7be5d1",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If Tornak is reduced to 0 hit points by an attack that does not deal acid or fire damage, he falls prone and remains at 0 hit points until the start of his next turn, when he regains 10 hit points. If an attack deals acid or fire damage to Tornak while he is at 0 hit points, he is destroyed.",damage:"if tornak is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if Tornak takes acid or fire damage, his regeneration does not function until the end of his next turn)",immune:"",tactics:""},{id:"2253fd65-608a-4fc6-8f32-efbbd5eb3273",name:"Troll Bloodchanter",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +12",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +15, Endurance +14",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:16},intelligence:{score:16},wisdom:{score:12},charisma:{score:10},hp:126,initiative:9,ac:26,fortitude:24,reflex:21,will:19,regeneration:{value:10,details:""},auras:[],powers:[{id:"7b483682-cc1b-4f18-b18c-64e01771b43c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+7 damage, and the bloodchanter pushes the target 1 square.",damage:"2d6+7 damage",category:1},{id:"cfd7ea71-127d-4e77-8e80-9725998c1afe",name:"Hex of the Blood Scent",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"1d6+5 damage, and ongoing 5 necrotic damage (save ends). When the target takes ongoing damage from this power, each ally within 3 squares of the target can shift 1 square closer to the target as a free action.",damage:"1d6+5 damage",category:1},{id:"8456fee8-56d8-41c4-a30d-5afec79f8ff3",name:"Chant of Exsanguination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Implement",condition:"",range:"Close burst 5",attack:{bonus:16,defence:1},description:"",details:"targets enemies; ongoing 10 damage and the target is dazed (save ends). Each Failed Save: One ally within 5 squares of the target regains 10 hit points.",damage:"ongoing 10 damage and the target is dazed (save ends)",category:1},{id:"9e02cc41-facc-438a-a2ec-8bd838937f5c",name:"Quickened Blood",action:{action:4,trigger:"when an ally within 10 squares of the bloodchanter regains hit points from troll healing",sustainAction:0,use:1,recharge:""},keywords:"Healing, Implement",condition:"",range:"Close burst 10",attack:null,description:"",details:"the triggering ally regains 20 hit points.",damage:"the triggering ally regains 20 hit points",category:5},{id:"31f18fa1-5e91-462c-aafd-584b362da9f6",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll bloodchanter is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the bloodchanter while it is at 0 hit points, it is destroyed.",damage:"if the troll bloodchanter is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll bloodchanter takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"cbc3ff6a-4180-4afa-90b5-3a8e93d72dc7",name:"Troll Runt",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:1,initiative:9,ac:24,fortitude:25,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"8421dba6-b9ee-455f-a31f-9770e3912df5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"72b9b8c0-1eec-4850-bffc-2821fe25170f",name:"Troll Runt Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll runt is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 1 hit point. If an attack deals acid or fire damage to the troll runt while it is at 0 hit points, it is destroyed.",damage:"if the troll runt is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dbfbe00d-dec9-4dab-b970-5edf2f67db90",name:"Voor",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"5",alignment:"Good",languages:"Common, Draconic, Elven",skills:"Arcana +12, Diplomacy +10, History +12, Insight +10, Nature +11",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:12},intelligence:{score:19},wisdom:{score:17},charisma:{score:15},hp:1,initiative:4,ac:21,fortitude:17,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"1b399923-3523-40b4-ae83-8a2ccb6decc7",name:"Arcane Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"4 force damage.",damage:"4 force damage",category:1},{id:"9c886730-b6af-4be5-9d26-941c42ca997d",name:"Charm Person",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"the target is dominated (save ends). Voor cannot make a dominated target attack another creature.",damage:"",category:1},{id:"853fa19f-7b78-4212-8cca-2a5234252053",name:"Feyblooded Prescience",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Voor can roll a saving throw to avoid damage from the attack. If he succeeds, he can teleport 2 squares.",damage:"voor can roll a saving throw to avoid damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da2d45d5-7644-4d36-b995-aca80284a929",name:"Aboleth Behemoth",details:"",size:4,origin:0,type:1,keywords:"aquatic",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"5, fly 7, swim 8",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +11, Dungeoneering +18, Insight +18",equipment:"",category:"",strength:{score:28},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:18},charisma:{score:8},hp:362,initiative:15,ac:35,fortitude:35,reflex:30,will:30,regeneration:null,auras:[{id:"8e7473ed-89a7-439f-a407-ee55290987d6",name:"Mucus Haze",keywords:"",details:"aura 5; any enemy treats the area within the aura as difficult terrain. While the aboleth is bloodied, enemies within the aura take a –2 penalty to saving throws against dazed and dominated effects."}],powers:[{id:"14d55155-e688-4435-a4e3-c9bbaeda32af",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d10+6 damage, and the target is grabbed and dazed (save ends).",damage:"2d10+6 damage",category:1},{id:"063083b4-dedb-4e83-af5d-bd376757d34d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aboleth behemoth makes two tentacle attacks, each against different targets.",damage:"",category:1},{id:"62142336-4ab4-4937-ad5e-d25ab3a22e6a",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aboleth behemoth makes three tentacle attacks, each against different targets.",damage:"",category:1},{id:"d438c4e8-0c78-4233-b581-a6f0192b3a3c",name:"Whipping Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:2},description:"",details:"targets enemies in burst; 2d8+8 damage, and the aboleth behemoth slides the target 3 squares.",damage:"2d8+8 damage",category:1},{id:"6a2f9e64-018b-4cda-b2b1-a5d64131579d",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals ongoing 10 psychic damage to the target (save ends).",damage:"the triggering attack deals ongoing 10 psychic damage to the target (save ends)",category:5},{id:"a8299ddc-13d0-4208-96e9-ddeb0714d965",name:"Persistent Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aboleth behemoth can sustain a grab on all creatures it is currently grabbing with a single minor action.",damage:"",category:0},{id:"502cc633-3192-4495-a06e-8176e145f79f",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aboleth behemoth can make opportunity attacks against any enemy within 3 squares of it.",damage:"An aboleth behemoth can make opportunity attacks against any enemy within 3 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cab7636d-3749-4f4f-92e6-bddbe58610e2",name:"Aboleth Hatchling",details:"",size:1,origin:0,type:1,keywords:"aquatic",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +8; darkvision",movement:"8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:25},intelligence:{score:15},wisdom:{score:10},charisma:{score:11},hp:1,initiative:17,ac:30,fortitude:28,reflex:29,will:26,regeneration:null,auras:[{id:"fb9b6901-46b0-456f-a00a-d893a45bb53e",name:"Disorienting Haze",keywords:"",details:"aura 1; any enemy within the aura takes a –2 penalty to saving throws against daze and dominate effects. This aura’s penalty is cumulative with the penalties imposed by the aura of other aboleth hatchlings."}],powers:[{id:"fdbeec61-8e35-4f33-b962-b3fc0b48cbfc",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage (12 damage against a dazed or dominated target).",damage:"8 damage (12 damage against a dazed or dominated target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6974d347-4263-46c3-99be-49c451dcfc15",name:"Aboleth Master",details:"",size:3,origin:0,type:1,keywords:"aquatic",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"5, fly 8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +22, Dungeoneering +23, Insight +23",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:13},intelligence:{score:22},wisdom:{score:25},charisma:{score:26},hp:418,initiative:12,ac:38,fortitude:39,reflex:33,will:36,regeneration:null,auras:[{id:"bfc92e6f-f2c7-4ee7-8292-6a9bc7b30f2a",name:"Mindbending Mucus",keywords:"",details:"aura 5; any enemy within the aura takes a –2 penalty to Will against charm attacks and psychic attacks."}],powers:[{id:"d167d4e2-80be-4579-81bb-85b04e8c112d",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the target is dazed (save ends).",damage:"2d8+10 damage",category:1},{id:"fd54400f-c16a-4986-b18e-ff41e83b609a",name:"Body Puppet",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:1},description:"",details:"1d10+4 psychic damage, and the aboleth slides the target 5 squares.",damage:"1d10+4 psychic damage",category:1},{id:"27de6daa-664e-4ab2-9080-7305633bf68a",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"targets a dazed creature; the target is dominated (save ends). An aboleth master can dominate only 1 creature at a time.",damage:"An aboleth master can dominate only 1 creature at a time",category:1},{id:"db2018ef-edb3-4e33-b433-231a031c1833",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"targets a dominated creature; 5d8+7 psychic damage. A target reduced to 0 hit points or fewer by this attack doesn’t die but becomes enslaved in preparation for the Aboleth Servitor ritual. Enslaved targets are dominated, and only the death of the master can end this domination. Once a creature is enslaved, an aboleth master is free to dominate other creatures.",damage:"5d8+7 psychic damage",category:1},{id:"b60a983e-9c94-438b-ad69-1e10170863d4",name:"Mind Snap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"1d10+4 psychic damage, and the target is dazed (save ends).",damage:"1d10+4 psychic damage",category:3},{id:"c294f54a-0424-485c-8226-69da92572002",name:"Command Thrall",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The aboleth master commands a dominated target to use any power it knows on its turn, not just at-will powers.",damage:"",category:3},{id:"0a32d8b0-a351-4fcb-8a93-65bc9722a359",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals ongoing 10 psychic damage to the target (save ends).",damage:"the triggering attack deals ongoing 10 psychic damage to the target (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"470459df-91a9-4eae-bbbf-9c4cf01f7185",name:"Aboleth Perceptor",details:"",size:3,origin:0,type:1,keywords:"aquatic",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +15; truesight 10",movement:"5, fly 8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +16, Dungeoneering +15, Insight +15",equipment:"",category:"",strength:{score:19},constitution:{score:24},dexterity:{score:20},intelligence:{score:17},wisdom:{score:15},charisma:{score:17},hp:168,initiative:15,ac:33,fortitude:30,reflex:30,will:26,regeneration:null,auras:[{id:"4602282d-9ed8-4a8c-a40d-3dd95eb10dda",name:"Mucus of Detection",keywords:"",details:"aura 5; the aboleth ignores concealment, total concealment, and cover when attacking any creature within its aura."}],powers:[{id:"938e43c5-aba9-4e46-91fc-08159dd08a2b",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target is pulled 3 squares and marked by the perceptor until the end of the perceptor’s next turn.",damage:"2d8+7 damage",category:1},{id:"9bbb80b7-0da9-4ad9-b1b8-a82a016ee9cc",name:"Eye of Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target is dazed and marked (save ends both). Any enemy adjacent to the target takes half damage and is marked (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"b2cd97c6-cac5-41d2-904c-ffe0b7e92a34",name:"Punishing Madness",action:{action:5,trigger:"when an enemy marked by the perceptor makes an attack that does not include the perceptor",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target gains vulnerable 10 psychic (save ends).",damage:"2d8+7 psychic damage",category:5},{id:"98c5669e-1da2-4f95-9097-3f54abad6473",name:"Slime Path",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The perceptor shifts 5 squares to a space adjacent to a creature it has marked. The target grants combat advantage to the perceptor until the end of the perceptor’s turn.",damage:"The perceptor shifts 5 squares to a space adjacent to a creature it has marked",category:2},{id:"6aa0b415-bfd3-452e-a69e-676e8412e599",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 2d8 extra psychic damage to the target.",damage:"the triggering attack deals 2d8 extra psychic damage to the target",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7e8b947-fd84-4973-a56e-8d198977c782",name:"Aboleth Suffocator",details:"",size:3,origin:0,type:1,keywords:"aquatic",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5, fly 8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +17, Dungeoneering +17, Insight +17",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:25},intelligence:{score:18},wisdom:{score:18},charisma:{score:11},hp:124,initiative:19,ac:30,fortitude:28,reflex:29,will:26,regeneration:null,auras:[{id:"c0a74643-3606-4902-baa1-0b08036fcd3f",name:"Suffocating Haze",keywords:"",details:"aura 2; any enemy within the aura takes a –2 penalty to defenses and saving throws."}],powers:[{id:"49aa6b24-0c1b-4f91-b5cc-58e89625844b",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is dazed (save ends).",damage:"1d10+5 damage",category:1},{id:"26004c7e-024b-4956-944d-f05041b47169",name:"Brain Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:19,defence:3},description:"",details:"2d8+7 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"88c19fed-bbb6-4031-919d-335db010c252",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 2d10 extra psychic damage to the target.",damage:"the triggering attack deals 2d10 extra psychic damage to the target",category:5},{id:"0464f7e9-7d0a-4848-8ac4-bab7acbaf366",name:"Pillar of Slime",action:{action:4,trigger:"when an attack damages the aboleth suffocator",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"he aboleth suffocator changes into a mass of amorphous slime. While in this form, the aboleth is insubstantial, cannot make attacks, and can use its slime shift power. The aboleth can resume its normal form as a minor action, ending this effect.",damage:"",category:5},{id:"a13bb9b7-281c-4bb9-a8bd-dc1489e511a3",name:"Slime Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only when affected by pillar of slime",range:"",attack:null,description:"",details:"The aboleth shifts its speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3b07b7cb-8ba0-43de-810e-3ec28fa8f6a1",name:"Azure Savage",details:"",size:2,origin:1,type:1,keywords:"air",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:1,initiative:9,ac:27,fortitude:25,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"4610688c-2701-452b-8ded-007ef93b44ba",name:"Crackling Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 lightning damage, and the target is marked until the end of the azure savage’s next turn.",damage:"7 lightning damage",category:1},{id:"db5556c7-599c-4955-89b7-45435a097970",name:"Shocking Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 8 lightning damage.",damage:"each non-elemental creature in the burst takes 8 lightning damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7ef120fa-19e7-4baa-8ab7-47347402bf5a",name:"Callophage Vampire",details:"",size:2,origin:4,type:2,keywords:"undead",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Diplomacy +21, Streetwise +21",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:20},intelligence:{score:20},wisdom:{score:17},charisma:{score:21},hp:203,initiative:16,ac:36,fortitude:33,reflex:34,will:35,regeneration:{value:10,details:"regeneration does not function while the callophage vampire is exposed to direct sunlight"},auras:[],powers:[{id:"973348b0-ef1b-400b-a124-70bfa804cdef",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+6 damage, and the target is grabbed.",damage:"2d8+6 damage",category:1},{id:"9d402325-9398-40c1-906f-4b03d203103b",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"must have combat advantage",range:"",attack:{bonus:24,defence:1},description:"",details:"2d12+15 damage, and the target is weakened (save ends), and the callophage vampire regains 50 hit points.",damage:"2d12+15 damage",category:1},{id:"70c55bc0-ae38-408b-ab8e-1fee66befd42",name:"Disfiguring Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Targets a creature grabbed by the callophage vampire; 3d8+5 damage, and the target takes ongoing 10 psychic damage and is dazed (save ends both).",damage:"3d8+5 damage",category:1},{id:"4f36dc20-abeb-4d4c-8c93-da0c2d3f94a6",name:"Stolen Beauty",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after each successful disfiguring bite"},keywords:"Charm, Psychic",condition:"cannot be used until a disfiguring bite hits",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"3d10+3 psychic damage, and the target cannot use encounter attack powers, daily attack powers, or utility powers (save ends). Aftereffect: The target cannot willingly move closer to the callophage vampire (save ends).",damage:"3d10+3 psychic damage",category:1},{id:"57412ead-a317-4690-a206-7f9dd02f45bf",name:"Alluring Visage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"the target is pulled 3 squares and immobilized (save ends). Sustain Minor: Each creature that has not yet saved against the effect is pulled 3 squares and immobilized (save ends).",damage:"the target is pulled 3 squares and immobilized (save ends)",category:1},{id:"bd4c01ec-1336-4576-a578-c015521297fc",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The callophage vampire becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The callophage vampire can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The callophage vampire becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c7be8bf9-f7e8-478e-8388-8e96524e3ec4",name:"Cambion Impaler",details:"",size:2,origin:3,type:2,keywords:"devil",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +24; darkvision",movement:"6, fly 10 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Athletics +20, Bluff +19, Diplomacy +19",equipment:"spear",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:25},intelligence:{score:17},wisdom:{score:20},charisma:{score:21},hp:179,initiative:18,ac:33,fortitude:31,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"f690a26c-69db-4445-878b-46193f2a6d01",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"7ec26aac-2ff5-4eff-86d2-dc458ed1183a",name:"Swooping Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"The cambion impaler charges and makes the following attack in place of a melee basic attack",attack:{bonus:25,defence:0},description:"",details:"3d6+8 damage, and either slide the target 3 squares and immobilize the target until the end of the impaler’s next turn or deal 10 ongoing damage. The impaler is not considered a clumsy flyer when making this attack.",damage:"3d6+8 damage",category:1},{id:"81558ca5-f2c4-46a1-8582-d64feddc4fbe",name:"Soulscorch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:2},description:"",details:"2d8+4 fire damage, and ongoing 10 fire damage.",damage:"2d8+4 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e487636-c3e3-4ef5-9b10-24eb65726131",name:"Cambion Legionnaire",details:"",size:2,origin:3,type:2,keywords:"devil",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +22, Bluff +24, Diplomacy +24",equipment:"light shield; short sword",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:27},hp:198,initiative:18,ac:37,fortitude:34,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"1ae3702f-642d-4d70-a279-28180fe822fe",name:"Gladius",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+8 damage. Effect: The target is marked until the end of the legionnaire’s next turn.",damage:"3d6+8 damage",category:1},{id:"09488376-e748-4dc8-a1af-9abca67c9b1d",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"the cambion legionnaire pushes the target 1 square and can shift into the square the target vacates.",damage:"the cambion legionnaire pushes the target 1 square and can shift into the square the target vacates",category:3},{id:"65fab006-f56f-4481-a29c-58adff750562",name:"Immolate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:28,defence:2},description:"",details:"2d8+5 fire damage, and ongoing 10 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"192f5974-583c-4939-91b0-d37b98d43781",name:"Legion’s Mantle",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the legionnaire is within 3 squares of another cambion, it gains a +4 bonus to Will defense (already included in its statistics) and a +2 bonus on saving throws.",damage:"While the legionnaire is within 3 squares of another cambion",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"41252c98-f222-4b5c-ad9c-93b070509321",name:"Cambion Soulthief",details:"",size:2,origin:3,type:2,keywords:"devil",level:22,role:{type:4,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"longsword",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:25},intelligence:{score:13},wisdom:{score:14},charisma:{score:17},hp:0,initiative:22,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[{id:"c18fc74a-9437-4964-a335-5d160e7c932e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"dd7fb000-133c-4df2-9853-6db45bcc9e02",name:"Soul Grasp",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when no enemy is affected by this power"},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:27,defence:3},description:"",details:"1d10+8 necrotic damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends).",damage:"1d10+8 necrotic damage",category:1},{id:"7e418c46-476b-42cd-85bc-e0ac8c46e4fc",name:"Double Lunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"must be invisible",range:"",attack:null,description:"",details:"The cambion soulthief makes a longsword attack against two targets.",damage:"",category:1},{id:"e9c1144a-b24e-4afa-97d0-a406063213dc",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cambion soulthief deals 1d6 extra damage on melee attacks against any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"2dd6f0e9-7472-4081-a1a7-a2ecae783861",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The cambion soulthief becomes invisible until it attacks.",damage:"",category:1},{id:"d513f738-e662-41b9-93ca-678149a15094",name:"Soul Fuel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"a creature must be immobilized or stunned by this soulthief’s soul grasp",range:"",attack:null,description:"",details:"The cambion soulthief turns invisible until it attacks and teleports 10. The creature affected by soul grasp loses a healing surge and automatically saves against the effect of soul grasp.",damage:"The cambion soulthief turns invisible until it attacks and teleports 10",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cbe94f51-2f1b-4b73-885d-e9ffacde1273",name:"Chaku’kawr",details:"",size:2,origin:4,type:2,keywords:"gnoll",level:16,role:{type:3,flag:1,leader:!0},senses:"Perception +12; low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +17, Religion +20",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:16},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:314,initiative:13,ac:32,fortitude:30,reflex:27,will:31,regeneration:null,auras:[{id:"44b34655-4a5d-4db1-9446-94aeaba9b3af",name:"Bloodlust",keywords:"",details:"aura 3; all allies inside the aura gain a +2 bonus to attack rolls."}],powers:[{id:"28960746-e83a-4361-a014-152841ad13bd",name:"Caustic Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d8+7 fire damage, or 2d8 + 9 fire damage while bloodied.",damage:"2d8+7 fire damage",category:1},{id:"958967ad-842e-4b2f-9f41-1af9633f6da4",name:"Arcing Chaos Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"targets one or two enemies; 2d8+7 damage, and the target is slowed until the end of Chaku’kawr’s next turn.",damage:"2d8+7 damage",category:1},{id:"fd7aee84-d9a9-43c1-88c7-406568b8bcbd",name:"Furious Blastback",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"4d10+7 fire damage, or 4d10 + 9 fire damage while bloodied, and the target is pushed 6 squares.",damage:"4d10+7 fire damage",category:1},{id:"195d6fec-1af5-4de3-8278-997260b73b21",name:"Vortex of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"3d10+8 fire damage, and target takes ongoing 10 psychic damage and is dazed (save ends both).",damage:"3d10+8 fire damage",category:1},{id:"91fef76e-371d-4103-a05c-a954e50f082b",name:"Sycophantic Fervor",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A gnoll sycophant within sight of Chaku’kawr makes a basic attack as a free action.",damage:"",category:3},{id:"b0ff9c4e-d55b-447c-a173-295632a2c400",name:"Shun the Nonbeliever",action:{action:4,trigger:"when an enemy moves adjacent to chaku’kawr",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target slides 3 squares.",damage:"The target slides 3 squares",category:5},{id:"401254bf-9311-41e7-87cc-d169e9386a4d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"Chaku’kawr deals an extra 5 damage on melee attacks against an enemy that has two or more allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"29c64603-6e49-49e4-8675-50c32e82aa94",name:"Disfigured Vampire",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:15},intelligence:{score:7},wisdom:{score:13},charisma:{score:17},hp:245,initiative:12,ac:33,fortitude:34,reflex:30,will:31,regeneration:{value:10,details:"regeneration does not function while the disfigured vampire is exposed to direct sunlight"},auras:[],powers:[{id:"3b7382a0-ac54-4358-aee2-ef492f417cea",name:"Vampiric Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d6+6 damage, and 10 ongoing necrotic damage (save ends).",damage:"2d6+6 damage",category:1},{id:"d17eacdd-50ff-4cef-89ba-b35ac793f927",name:"Gaze Upon My Hideous Ruin",action:{action:4,trigger:"when first bloodied and again when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:22,defence:3},description:"",details:"2d8+7 psychic damage, and the disfigured vampire pushes the target 5 squares.",damage:"2d8+7 psychic damage",category:5},{id:"44f8d7d7-1e71-47b2-9c53-1de47e9e132e",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:23,defence:1},description:"",details:"2d12+13 damage, and the target is weakened (save ends), and the disfigured vampire regains 61 hit points.",damage:"2d12+13 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d6934307-a926-4d86-926f-ec011e70d663",name:"Earth Hellion",details:"",size:2,origin:1,type:1,keywords:"earth, thunder",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:15},intelligence:{score:15},wisdom:{score:15},charisma:{score:10},hp:1,initiative:7,ac:23,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f90e6475-8782-459c-b4e0-c7ad4e72339f",name:"Earth Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"7 thunder damage and ongoing 5 thunder damage (save ends).",damage:"7 thunder damage and ongoing 5 thunder damage (save ends)",category:1},{id:"68bfd217-5ee0-4786-94ff-4a4ef00204b6",name:"Thunderous Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 10 thunder damage.",damage:"each non-elemental creature in the burst takes 10 thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"82f660b0-e819-413c-8c64-01b5f2af8f6d",name:"Frozen Racer",details:"",size:2,origin:1,type:1,keywords:"cold, water",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:27},intelligence:{score:18},wisdom:{score:12},charisma:{score:12},hp:1,initiative:15,ac:24,fortitude:22,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"e03e5059-3810-4546-a534-1f50f4a3e1d3",name:"Frosty Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The frozen racer can shift its speed before making this attack; 7 cold damage.",damage:"7 cold damage",category:1},{id:"9448caff-9b47-4b82-831f-07ff8ebe5d49",name:"Frozen Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 8 cold damage.",damage:"each non-elemental creature in the burst takes 8 cold damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"745bef8a-bbe6-4a3a-8860-69bb89a85b2f",name:"Gnoll Sycophant",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +17; low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +7, Stealth +11",equipment:"handaxe; longbow",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:23},intelligence:{score:12},wisdom:{score:18},charisma:{score:11},hp:1,initiative:14,ac:28,fortitude:24,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"26977ba3-a85e-4cb6-a978-baf408f46146",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"dd0c54e2-f94b-4822-868a-703c658a0c55",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:19,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"b6c4f9fa-be21-463c-a276-0375483528fc",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A gnoll sycophant deals an extra 5 damage on melee attacks against an enemy that has two or more allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f7eb248-41a2-482f-b365-8d1ddcc6a52b",name:"Incendiary Vilifier",details:"",size:2,origin:1,type:1,keywords:"fire",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:15},hp:1,initiative:16,ac:23,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"e069cafe-b9ab-43a9-8c4a-3bccf10cf7de",name:"Searing Snap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3 fire damage and ongoing 5 fire damage (save ends).",damage:"3 fire damage and ongoing 5 fire damage (save ends)",category:1},{id:"3cb4780d-5c00-428e-b212-4716bbb379d5",name:"Burning Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 8 fire damage.",damage:"each non-elemental creature in the burst takes 8 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c7bb10f-482b-480d-aeaa-bbea7ce7fe1e",name:"Kas of Monadhan",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:7,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common",skills:"Arcana +25, Insight +22, Intimidate +27, Religion +25, Stealth +22",equipment:"bastard sword; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:24},wisdom:{score:19},charisma:{score:28},hp:952,initiative:20,ac:40,fortitude:41,reflex:39,will:41,regeneration:{value:20,details:"regeneration doesn’t function while Kas is exposed to direct sunlight"},auras:[],powers:[{id:"65fab1d3-11b6-4190-b011-c4a0acfc88ce",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"a2865faa-8c49-47ee-bb95-8e460deb0826",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires combat advantage against the target",range:"",attack:{bonus:29,defence:1},description:"",details:"2d12+14 damage, and the target is weakened (save ends), and Kas regains 59 hit points.",damage:"2d12+14 damage",category:1},{id:"ca9390c2-2ab4-4820-bb31-b851a281f0c9",name:"Betrayer’s Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Targets up to three creatures; 2d10+10 damage, and Kas slides the target 3 squares.",damage:"2d10+10 damage",category:1},{id:"dc8068c9-130d-4f61-ab49-5694d5d68ac9",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:29,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:3},{id:"4b45f468-62d6-4a70-9622-d57ce526247f",name:"Kas’s Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; no attack roll; the target is marked until the end of Kas’s next turn. If the target makes an attack that doesn’t include Kas as a target while marked by this power, it takes ongoing 10 necrotic damage (save ends).",damage:"it takes ongoing 10 necrotic damage (save ends)",category:3},{id:"79999afc-7aee-4a4f-b834-742e50e1d469",name:"Kas’s Recovery",action:null,keywords:"",condition:"when kas becomes bloodied",range:"",attack:null,description:"",details:"All adverse effects affecting Kas end, then Kas takes a standard action after the triggering action is resolved",damage:"",category:0},{id:"8d82d937-c0d9-4404-b2e0-6d2c4f307d04",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn. Kas cannot attack while in this form and can sustain this form for up to 1 hour.",damage:"Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn",category:1},{id:"6bc27626-7e42-4bbc-a349-1e727a9fde66",name:"Misty Assault",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Kas flies 6 squares and is insubstantial while he flies. He can make a bastard sword attack before or after he flies.",damage:"Kas flies 6 squares and is insubstantial while he flies",category:5}],damageModifiers:[{type:3,value:-15},{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4c3c769c-55d0-4a1a-a3a2-120e3d1cd8cc",name:"Oshikam",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:7,flag:1,leader:!0},senses:"Perception +9",movement:"6 (8 when mounted on steppe pony)",alignment:"Evil",languages:"Common, Primordial",skills:"Athletics +20, Endurance +15, Nature +14",equipment:"longspear",category:"",strength:{score:26},constitution:{score:17},dexterity:{score:19},intelligence:{score:14},wisdom:{score:15},charisma:{score:18},hp:290,initiative:13,ac:30,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"8fc6f320-7a24-4d1a-ba00-267d927d687d",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+6 damage (crit 3d10 + 26).",damage:"2d8+6 damage (crit 3d10 + 26)",category:1},{id:"552ec467-2cae-4bdb-8185-9bb52bde8d5e",name:"Saddleback Skewer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"While mounted; Oshikam charges and makes a longspear attack. On a hit, the target is knocked prone, and Oshikam makes another longspear attack against a different target within reach.",damage:"",category:1},{id:"a562a1a0-3236-40a5-9025-3417e4b4306c",name:"Jolting Hex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"2d8+6 lightning damage, and the target is marked until the end of Oshikam’s next turn. Using this power does not provoke opportunity attacks.",damage:"2d8+6 lightning damage",category:3},{id:"3808671f-daa7-4f50-a53b-729c05d84890",name:"Vaegould Retribution",action:{action:4,trigger:"when an ally within 5 squares is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:18,defence:1},description:"",details:"targets enemies; 1d10+6 thunder damage, and the target is knocked prone.",damage:"1d10+6 thunder damage",category:5},{id:"ae3fc4c6-ce74-49e6-9b2b-623aebba3bd5",name:"Call of the Warlord",action:null,keywords:"",condition:"when bloodied",range:"",attack:null,description:"",details:"At the start of its turn, the vaegould warlord calls into battle four additional vaegould warriors.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17a88a94-8af9-47a1-b2b5-4a90e4de0acb",name:"Steppe Pony",details:"",size:3,origin:4,type:1,keywords:"mount",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:17},charisma:{score:13},hp:90,initiative:7,ac:20,fortitude:19,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"f04dbe06-b1d1-48c2-9692-ccf9ffd8ef71",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"d6550d42-75f3-4468-b737-444fc23e629b",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"The steppe pony can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the steppe pony must end its move in an unoccupied space. When it enters an enemy’s space, the steppe pony makes a trample attack; 1d8+8 damage, and the target is knocked prone.",damage:"1d8+8 damage",category:1},{id:"bd47e0dc-2689-4ecf-bb98-c3d11e422d7e",name:"Charger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher with the mounted combat feat",range:"",attack:null,description:"",details:"The steppe pony grants its rider a +1 bonus to attack rolls on charge attacks.",damage:"The steppe pony grants its rider a +1 bonus to attack rolls on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4b93bda-23a1-48b6-aa64-786aee190ea9",name:"Trebuchet and Crew",details:"",size:3,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"0",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:8},dexterity:{score:20},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:50,initiative:8,ac:23,fortitude:24,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"cfc960f3-c5eb-48b1-8c6e-973e55c192bf",name:"Launched Stone",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"(standard",range:"Area burst 1 within 40 (minimum range 10)",attack:{bonus:15,defence:0},description:"",details:"4d6 damage.",damage:"4d6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"120c5957-0ea2-4564-8516-949fa103486f",name:"Vaegould Elementalist",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +9",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Athletics +12, Endurance +15, Nature +14",equipment:"",category:"",strength:{score:13},constitution:{score:19},dexterity:{score:16},intelligence:{score:16},wisdom:{score:22},charisma:{score:19},hp:131,initiative:9,ac:27,fortitude:25,reflex:32,will:25,regeneration:null,auras:[],powers:[{id:"7d88f5cf-0136-429b-8f0f-9291e9f07256",name:"Haunting Spirits",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 5 or melee",attack:{bonus:18,defence:3},description:"",details:"1d10+6 psychic damage. Until the end of the Vaegould elementalist’s next turn, the target grants combat advantage to an ally of the elementalist’s choice.",damage:"1d10+6 psychic damage",category:1},{id:"51d2d375-e46f-431c-a5bd-809aceb9ce82",name:"Earthrage Spirit",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"enemies only; 2d8+7 thunder damage, and the target is knocked prone.",damage:"2d8+7 thunder damage",category:1},{id:"7015514f-ff92-48b0-ab02-9c86a2c2811d",name:"Raging Storm Spirit",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder, Zone",condition:"",range:"Area burst 5 within 10",attack:{bonus:18,defence:2},description:"",details:"3d6+7 lightning damage. Until the end of the encounter, the elementalist and any ally deals 1d6 extra thunder damage when it hits an enemy that is within the zone. The zone lasts until the end of the encounter.",damage:"3d6+7 lightning damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81aaeb13-8cba-469a-ac69-f06aed334a24",name:"Vaegould Marauder",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6 (8 when mounted on a steppe pony)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +20, Endurance +15, Nature +14",equipment:"waraxe",category:"",strength:{score:26},constitution:{score:17},dexterity:{score:19},intelligence:{score:14},wisdom:{score:15},charisma:{score:18},hp:128,initiative:14,ac:27,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"987114e5-9c96-4384-937e-c7e656cc1ccf",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"b4497fae-7b9d-421c-a104-f9f5276026c3",name:"Mounted Archer",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"c98282c2-adce-4e5d-9b25-b6f7e2c13e4a",name:"Three-Fingered Release",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage, and the target is dazed (save ends).",damage:"2d8+6 damage",category:1},{id:"385eaaec-f19d-4c49-8c68-c7770b79eada",name:"Brotherhood of the Ride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vaegould marauder doesn’t provoke opportunity attacks when moving while mounted.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"520dff19-ccf2-42c4-92f0-6c5594078527",name:"Vaegould Warrior",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6 (8 when mounted on steppe pony)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +15, Endurance +12, Nature +12",equipment:"handaxe; shortbow",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:24},intelligence:{score:15},wisdom:{score:15},charisma:{score:12},hp:1,initiative:14,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"464afb50-a405-4eb3-874c-0acf4eca32a6",name:"Hand Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"27a9c056-77ef-463b-8762-0d7866c33bf6",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"8ee23a7c-3f84-4e81-81a1-82c69a79f541",name:"Brotherhood of the Ride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vaegould warrior doesn’t provoke opportunity attacks when moving while mounted.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"73cf96e9-90de-4ac5-911f-6af5f88fcae5",name:"Vanguard Hippogriff Dreadmount",details:"",size:3,origin:4,type:1,keywords:"mount",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"4, fly 10, overland flight 12",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:20},intelligence:{score:5},wisdom:{score:15},charisma:{score:9},hp:109,initiative:12,ac:26,fortitude:26,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"7f552f87-9191-4687-a5e4-9c5048275208",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"7e3e79fb-0daf-4dbf-a8c2-53c6e6c01a7d",name:"Wing Slam",action:{action:5,trigger:"when an adjacent enemy shifts or moves into a nonadjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8 + 6 damage, and the target is knocked prone. The dreadmount cannot use this power while flying.",damage:"1d8 + 6 damage",category:5},{id:"9b17b2e9-5600-49d2-bbb9-0bd58fa99f7d",name:"Sturdy Mount",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 10th level or higher",range:"",attack:null,description:"",details:"When an attack forces the dreadmount to move, it moves 1 less square than the attack specifies. When an attack would knock it or its rider prone, the dreadmount can roll an immediate saving throw to prevent it or its rider from falling prone.",damage:"it moves 1 less square than the attack specifies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3f56039-9075-4249-bdfd-25919fe03ae3",name:"Archer Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:3,ac:13,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"48040898-9b75-4f53-98ea-dedc2221ec52",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"3 damage, or 5 damage if an ally is adjacent to the target.",damage:"3 damage",category:1},{id:"0dece8f3-2345-4905-8109-4b53723d07cc",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"ce24559f-4869-4051-8952-654dd4c957bd",name:"Archer’s Dodge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The archer cultist has +4 to AC vs. opportunity attacks.",damage:"The archer cultist has +4 to AC vs",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"05877b8a-01e4-485c-82c5-2daa7d1a71e9",name:"Black Wing",details:"",size:2,origin:2,type:2,keywords:"elf",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7 see also wild step",alignment:"Unaligned",languages:"Common, Elven",skills:"Stealth +11",equipment:"",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:19},intelligence:{score:11},wisdom:{score:12},charisma:{score:8},hp:48,initiative:10,ac:19,fortitude:16,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"f87e885f-e019-4e6f-ab27-53fb528d806a",name:"Razor",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage, and if the target moves more than 2 squares on its turn, it takes 1d6 extra damage.",damage:"1d6+4 damage",category:1},{id:"004e5a7d-6bbb-4638-b4c1-349fe08de9ee",name:"Shadow Razor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets a creature that cannot see the black wing; 2d6+4 damage, and the target is dazed and takes ongoing 5 damage (save ends both).",damage:"2d6+4 damage",category:1},{id:"a2d60eb0-000d-4867-bb56-d72cb6e2696b",name:"On Death’s Wings",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Targets one dying creature; no attack roll; the target makes a death saving throw; on a failed saving throw, the black wing gains an action point.",damage:"",category:3},{id:"f691ad75-4653-4a40-8b6c-fc916db13491",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black wing can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"ed1355f9-3b8d-4270-9e32-dc309530ab6e",name:"Raven’s Mantle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black wing becomes invisible until it attacks and shifts 1 square.",damage:"The black wing becomes invisible until it attacks and shifts 1 square",category:1},{id:"fdfa5025-d46d-487d-9de0-0ee4658c15a1",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black wing ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"528c1826-55a5-43d4-94a2-44fc8f2bf147",name:"Bone Picker",details:"",size:1,origin:4,type:2,keywords:"halfling",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +13, Stealth +13, Thievery +13",equipment:"leather armor; short sword; sling; sling bullets (20); thieves’ tools",category:"",strength:{score:9},constitution:{score:11},dexterity:{score:21},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:75,initiative:10,ac:21,fortitude:17,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"9604e39d-d320-4627-8899-71c6167f4d38",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"b80c8004-1742-42e8-b404-90dc0325c2d4",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"170ab312-efd0-43f1-ab1a-9ecb5a5e8263",name:"Truss Up",action:{action:1,trigger:"when adjacent to one or more ally",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d6+5 damage",category:5},{id:"696f1ae3-ea41-4431-af17-ccda64e90c9c",name:"Once Over",action:{action:7,trigger:"when the bone picker hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creature the bone picker hit grants combat advantage until the end of the bone picker’s next turn and the bone picker shifts 1 square.",damage:"The creature the bone picker hit grants combat advantage until the end of the bone picker’s next turn and the bone picker shifts 1 square",category:5},{id:"5e77e738-a52b-4ac1-b37d-ff4d256f564d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The bone picker’s melee attacks deal 1d6 extra damage against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"e427fdb7-c33d-4cfc-8bff-f47c223b2d15",name:"Second Chance",action:{action:5,trigger:"when the bone picker is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bone picker forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"32f711fe-a74a-4455-98b1-4a3be248d2f4",name:"Botched Witherling",details:"",size:1,origin:1,type:1,keywords:"undead",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception -1; low-light vision",movement:"6, climb 6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:17},intelligence:{score:5},wisdom:{score:9},charisma:{score:10},hp:30,initiative:5,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"675103c4-7508-400a-8439-1cfaa55281d5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+1 damage, and the target is slowed (save ends).",damage:"1d6+1 damage",category:1},{id:"607888c0-1d84-4bdc-a612-0aa83da20cce",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling makes two claw attacks.",damage:"",category:1},{id:"11e3d791-318e-43be-9a59-5ca10efda602",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it.",damage:"a witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"8b22eb1d-caf3-44ec-ac15-b47f4a66dd13",name:"Blood Dance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling shifts 2 squares.",damage:"The witherling shifts 2 squares",category:3},{id:"f6a73d83-1c43-4dc8-8fbc-132fe38a6ff0",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling’s melee attacks deal 2 extra damage against any enemy that has two or more of the witherling’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a27dd931-d269-4a3e-b822-1c39fca1423c",name:"Drizzt Do’Urden",details:"",size:2,origin:2,type:2,keywords:"drow",level:21,role:{type:6,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"7 see also undisturbed stride",alignment:"Good",languages:"Common, Dwarven, Elven, Goblin",skills:"Acrobatics +22, Dungeoneering +18, Nature +18, Stealth +28",equipment:"",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:24},intelligence:{score:15},wisdom:{score:17},charisma:{score:13},hp:764,initiative:19,ac:35,fortitude:34,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"e60fe667-1dc9-4062-9893-f26bb04bd24b",name:"Twinkle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+13 damage (crit 22 + 3d8 + 5d10 radiant). Miss: 7 damage. Drizzt can change Twinkle’s damage type to radiant as a free action.",damage:"2d8+13 damage (crit 22 + 3d8 + 5d10 radiant)",category:1},{id:"a3a28633-e6f0-4427-aead-3f3f5ecefa87",name:"Icingdeath",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+13 damage (crit 22 + 3d8 + 5d6 cold). Miss: 7 damage. Drizzt can change Icingdeath’s damage type to cold as a free action.",damage:"2d8+13 damage (crit 22 + 3d8 + 5d6 cold)",category:1},{id:"36f4b48b-2487-4948-ab35-2ce4f241db81",name:"Taulmaril",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:24,defence:2},description:"",details:"targets two enemies; 2d10+9 force damage (crit 29 + 5d6 force damage, and the target is knocked prone).",damage:"2d10+9 force damage (crit 29 + 5d6 force damage",category:1},{id:"c1a73391-c983-45fe-a1fa-d7805abd2798",name:"Four-Fang Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a weapon in each hand",range:"Drizzt makes three melee basic attacks (no more than two can be made with the same weapon), and he shifts 1 square before the first attack and after each attack. After the attacks are made, Guenhwyvar shifts 1 square, and then makes a melee attack as a free action.",attack:null,description:"",details:"",damage:"",category:1},{id:"d9485c4b-0e31-404e-bb99-c7b408da4a58",name:"Neutralizing Parry",action:{action:5,trigger:"when an enemy hits drizzt with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Drizzt makes a melee basic attack that deals half damage on a hit, but on a hit, the target is also weakened and grants combat advantage until the start of its next turn.",attack:null,description:"",details:"",damage:"",category:5},{id:"11099e95-75d7-46a0-9745-74519f8a5f3f",name:"Spine of the World Avalanche",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires a weapon in each hand",range:"Drizzt makes up to five melee basic attacks, no more than two attacks on the same target. On each hit, the target is pushed 3 squares and knocked prone, and then Drizzt shifts 3 squares.",attack:null,description:"",details:"",damage:"",category:1},{id:"6df8eeeb-f22b-486b-afaf-1f5092ef2fd3",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"until the end of Drizzt’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"e8082223-8b47-42a3-a66c-bf1399773bac",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of Drizzt’s next turn. The zone blocks line of sight for all creatures except Drizzt. Any creature entirely within the area, except for Drizzt and Guenhwyvar, is blinded.",damage:"",category:3},{id:"4a1af0bc-6488-4ee1-855d-a655985d64ac",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Drizzt designates his closest enemy as his quarry until the end of the encounter or until he designates another quarry. Once per round, on a hit, Drizzt can deal 3d8 extra damage to his quarry.",damage:"drizzt can deal 3d8 extra damage to his quarry",category:3},{id:"08926a09-a2bd-4fde-8bc1-f60554c2413a",name:"Blind-Fighter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Enemies adjacent to Drizzt do not benefit from concealment, total concealment, or invisibility.",damage:"",category:0},{id:"3128c47b-c7a5-4686-9316-d44ec82f9fca",name:"Undisturbed Stride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Drizzt shifts, he can shift 3 squares instead of 1 square and he ignores difficult terrain.",damage:"he can shift 3 squares instead of 1 square and he ignores difficult terrain",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d17f4094-7051-4ca7-ade5-b1c7d7cc5694",name:"Ebony Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:11},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:120,initiative:8,ac:28,fortitude:26,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"3721665b-86da-4609-b0cd-d1b98a93e262",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+5 damage. Effect: The target is marked until the end of the ebony guard’s next turn.",damage:"1d10+5 damage",category:1},{id:"eb5930ae-516d-426c-8e3e-d319dd25a628",name:"Executioner’s Caress",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The ebony guard shifts 1 square, then attacks; 2d10+5 damage, and the target is immobilized (save ends).",damage:"2d10+5 damage",category:1},{id:"8c497e2e-6339-4e7c-9621-e65e314244c7",name:"Invitation to Death",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the ebony guard reduces an enemy to 0 hit points"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:17,defence:3},description:"",details:"1d8+5 necrotic damage, and the guard pulls the target 5 squares.",damage:"1d8+5 necrotic damage",category:3},{id:"2f0a5d86-35f1-4bef-b2a1-cd5c5a539919",name:"Mouth of Madness",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close blast 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies with line of sight to the ebony guard; the target is dazed (save ends).",damage:"",category:5},{id:"efc62ff0-b18e-4c4c-b5f4-9fa2c19a7b11",name:"Death’s Rebuke",action:{action:7,trigger:"when an enemy the ebony guard has marked makes an attack that does not include the ebony guard",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The target and each enemy adjacent to the target take 5 necrotic damage.",damage:"the target and each enemy adjacent to the target take 5 necrotic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c278359c-8d05-48f1-9c65-cf8275e9104f",name:"Evil Ritualist",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:5,ac:15,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"a90d0f5e-a7e1-41a4-9106-247df1ac273a",name:"Sacrificial Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"0ea917fe-dbcf-4917-8e04-b523224ea257",name:"Unholy Vigor",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"When an evil ritualist, or an ally within 5 squares, scores a critical hit, this creature makes an immediate melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0fa6f41c-aa26-4674-ac5d-c099076b0560",name:"Grim Censer-Bearer",details:"Death’s malodorous emanations are noxious to the Raven Queen’s servants, thus every procession includes a censer-bearer. These hulking priests swing heavy iron censers from which intoxicating blue smoke issues, fed by burning soporific herbs and other mysterious alchemical ingredients. The cloud’s inebriating effect is useful in quieting mourners when grief interferes with proper decorum.",size:2,origin:4,type:2,keywords:"goliath",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Athletics +14",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:9},wisdom:{score:11},charisma:{score:8},hp:90,initiative:7,ac:22,fortitude:22,reflex:20,will:17,regeneration:null,auras:[{id:"84a20f61-4bd5-4817-b9d0-19f98c3bbeef",name:"Cloying Smoke",keywords:"",details:"(Poison) aura 3; any enemy within the aura cannot shift; see also smashed vessel"}],powers:[{id:"0adba10f-ef14-4652-aac0-d9de030dcd54",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+3 damage, and the grim censer-bearer pushes the target 1 square.",damage:"2d8+3 damage",category:1},{id:"d635dea0-272e-4d26-85a6-39cae28ddd96",name:"Mountain’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"while bloodied",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"14012dd4-bca9-40d3-928d-85f92d7131ba",name:"Smashed Vessel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"while bloodied",range:"Close burst 1",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is dazed and slowed (save ends both). The cloying smoke aura drops by 1 square. Once the aura drops to 0, the grim censer-bearer loses the cloying smoke aura and cannot recharge smashed vessel.",damage:"1d8+5 damage",category:1},{id:"36a35b69-5a55-4523-8738-b0ded8d649e3",name:"Stone’s Endurance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The grim censer-bearer gains resist 5 all damage until the end of its next turn.",damage:"the grim censer-bearer gains resist 5 all damage until the end of its next turn",category:3}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f28ab0c-2d7d-42cf-8f7d-e138b9f0dce2",name:"Irfelujhar",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:0,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Common, Supernal",skills:"Arcana +28, Nature +26, Religion +28",equipment:"implement, wand",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:22},intelligence:{score:30},wisdom:{score:26},charisma:{score:20},hp:960,initiative:19,ac:40,fortitude:41,reflex:40,will:42,regeneration:{value:10,details:". If Irfelujhar takes radiant damage, his regeneration doesn’t function until the end of his next turn."},auras:[{id:"e455c974-33ce-4d1a-9d40-9b05e5436f73",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 15 necrotic damage."}],powers:[{id:"44e30d91-5f9f-44f2-b56f-bae241eea685",name:"Baleful Strike",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+8 necrotic damage, and Irfelujhar shifts 2 squares.",damage:"2d8+8 necrotic damage",category:3},{id:"7f6b69c3-69ad-4541-9ee3-83eb4515ad15",name:"Tormenting Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"2d6+10 necrotic damage, and the target is stunned (save ends).",damage:"2d6+10 necrotic damage",category:1},{id:"3d30b954-bbd8-49d0-9e8b-a78db9f52102",name:"Cascade of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:29,defence:2},description:"",details:"4d10+10 fire damage.",damage:"4d10+10 fire damage",category:1},{id:"9a1d3a54-c29f-40dc-a534-0ccd640cd5d9",name:"Grasping Tendrils",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Force, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:29,defence:1},description:"",details:"2d10+10 force damage, and the target is restrained (save ends). The burst creates a zone of difficult terrain that lasts until the end of Irfelujhar’s next turn. Any enemy that enters the zone is immediately attacked by grasping tendrils. Irfelujhar can sustain the zone as a minor action. First Failed Save: the target is stunned (save ends).",damage:"2d10+10 force damage",category:1},{id:"a1050289-2b7d-4231-8328-b3cf2b9a9779",name:"Shockwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"3d10+10 force damage, and the target is pushed 3 squares and falls prone.",damage:"3d10+10 force damage",category:1},{id:"96fb9ac7-a0ef-4ee4-a104-ae9128eb8af3",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irfelujhar recharges cascade of fire or grasping tendrils.",damage:"",category:3},{id:"6e24e88e-9af9-470f-b00a-b3f1c13cc66e",name:"Necrotic Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Irfelujhar can convert any attack power he has to necrotic damage. Change a power’s energy keyword to necrotic, or add necrotic energy to an attack power that doesn’t normally deal energy damage.",damage:"irfelujhar can convert any attack power he has to necrotic damage",category:0},{id:"f39920ee-1406-4bee-a127-b480d6c1a55e",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Irfelujhar is reduced to 0 hit points, his body and possessions crumble into dust. He reappears (along with all his possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with all his possessions) in 1d10 days within 1 square of his phylactery",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"459b1eb8-8a2e-4d6a-9b27-e72deee52bf2",name:"Justice Stalker",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"crossbow; crossbow bolts (20); leather armor; short sword",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:62,initiative:8,ac:19,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"021c49bd-1865-48fc-b4c5-bb9b142f29fe",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+7 damage, and the stalker shifts 2 squares.",damage:"1d6+7 damage",category:1},{id:"b26c704b-085d-4cd6-b1c6-55f7e4df3235",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"da343266-3b7c-4c9e-bf32-e600ec78e9b1",name:"Adept Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires combat advantage against the target",range:"",attack:{bonus:8,defence:3},description:"",details:"1d6+8 radiant damage, and the target is dazed (save ends).",damage:"1d6+8 radiant damage",category:1},{id:"406f7835-d15f-4b66-b1be-ba4fe1f5b30b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The stalker’s attack deals 1d6 extra damage to any target granting combat advantage to it.",damage:"the stalker’s attack deals 1d6 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"545e8efe-4c07-4bd6-ad31-45a321890b8b",name:"Justice Tough",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; dagger; light shield; morningstar",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:13},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:1,initiative:2,ac:16,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"0b5dc7fb-c85f-464b-8c66-3d91b013a729",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"5 damage. If another tough is adjacent to the target, the target also falls prone.",damage:"5 damage",category:1},{id:"2eafd71e-2630-4574-8aef-f24826441801",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"00b02965-8601-4433-ad7f-010c07527ff7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The tough’s attack deals 1 extra damage to any target granting combat advantage to it.",damage:"the tough’s attack deals 1 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eaed3597-67c7-4b1a-aca4-63339fa5afb7",name:"Justice Watcher",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"bastard sword; holy symbol; scale armor",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:18},hp:125,initiative:8,ac:22,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"2a6db6d9-9cf0-4240-85f6-0ac6c311a44a",name:"Radiant Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d10+6 radiant damage.",damage:"2d10+6 radiant damage",category:1},{id:"cf56f5c1-8af5-4b9d-9b06-41b388cea3b1",name:"Searing Justice",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Radiant",condition:"(standard",range:"",attack:{bonus:11,defence:2},description:"",details:"3d8+6 radiant damage, and the target is dazed until end of the watcher’s next turn.",damage:"3d8+6 radiant damage",category:1},{id:"a248c940-4e3e-4e56-992f-5c3c66ef5460",name:"Brilliant Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Targets one or two creatures; 2d10+6 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d10+6 damage",category:1},{id:"00bfe07d-e516-4c47-941c-bfde38128273",name:"Pitiless Guardian",action:{action:4,trigger:"when the watcher or an ally adjacent to the watcher is hit by a melee attack",sustainAction:0,use:1,recharge:"recharges when the watcher is first bloodied"},keywords:"",condition:"",range:"The watcher makes a melee basic attack against the attacker.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07183502-e6c0-4af6-a342-31d22e4d498f",name:"Knight of the Eye",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"dagger; light shield; longsword; plate armor",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"a419c24e-8244-4dc9-ba19-6733e06abbc8",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the knight’s next turn.",damage:"1d8+5 damage",category:1},{id:"53e38378-c897-4e04-a17b-a685fea3fe5b",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"ee2cb6ca-ca10-4fc8-b8e2-89393b3850ce",name:"Stealthy Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"must have combat advantage against target",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+9 damage, and the target falls prone.",damage:"1d8+9 damage",category:1},{id:"00aee30b-f164-427c-8dc4-530e457f55a1",name:"Punitive Radiance",action:{action:7,trigger:"when the knight hits with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack deals 1d6 extra radiant damage, and the target grants combat advantage until the end of the knight’s next turn.",damage:"the attack deals 1d6 extra radiant damage",category:5},{id:"f5aad80e-508a-42fa-abbd-54752d04bc25",name:"Knight’s Shove",action:{action:5,trigger:"when a creature marked by the knight shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The knight makes a longsword attack against the triggering creature. If it hits, the target falls prone.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84246a60-1410-4e99-b3d5-e062ef6933e0",name:"Levia Shadewalker",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:6,role:{type:3,flag:1,leader:!0},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +11, Insight +13, Religion +13, Stealth +8",equipment:"chainmail; holy symbol",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:11},intelligence:{score:15},wisdom:{score:20},charisma:{score:16},hp:142,initiative:3,ac:20,fortitude:18,reflex:16,will:20,regeneration:null,auras:[{id:"eb5a7df3-6da5-4139-a214-b5eec465e873",name:"Aura of Retribution",keywords:"",details:"aura 2; any creature within the aura that hits Levia or her allies with an attack takes 5 radiant damage."}],powers:[{id:"3f7661ca-a5b8-4b61-b2b8-0ac6ec23f661",name:"Heavy Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage plus 1d6 radiant damage.",damage:"1d8+3 damage plus 1d6 radiant damage",category:1},{id:"8c0f5679-3430-4fe4-ab3e-070a4c4742b1",name:"Bolts of Glory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:1},description:"",details:"one or two targets; 1d6+4 radiant damage, and the target is slowed (save ends). A slowed target is instead immobilized (save ends).",damage:"1d6+4 radiant damage",category:1},{id:"47220ee4-0b92-4800-8390-28d12fa3d08b",name:"Divine Tremor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Divine, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"2d6+5 radiant damage, and the target falls prone.",damage:"2d6+5 radiant damage",category:1},{id:"b94fa229-19d5-4de1-91ac-e5c2d9d0864b",name:"Command of Justice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within line of sight of Levia and who can hear Levia makes a basic attack as a free action.",damage:"",category:3},{id:"51fef772-027d-4e59-a7cb-62b070a7ad58",name:"Lay on Hands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Levia or one ally adjacent to her regains 20 hit points.",damage:"Levia or one ally adjacent to her regains 20 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d92a6d00-5bd4-4b3a-a017-9aa6a31811e9",name:"Living Dark Transport",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +18; blindsight 10",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:22},intelligence:{score:7},wisdom:{score:22},charisma:{score:14},hp:298,initiative:20,ac:36,fortitude:37,reflex:35,will:35,regeneration:null,auras:[{id:"46236b15-2266-4014-8f79-405979aeabc2",name:"Dimension Crush",keywords:"",details:"(Teleportation) aura 2; enemies within the aura cannot use any power with the teleportation keyword, and enemies that teleport into or out of the aura take 15 force damage."}],powers:[{id:"1d386733-e563-4a64-ab10-5a019db4dae1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 damage, and the living dark transport teleports 3 squares, and the target slides 1 square.",damage:"3d6+8 damage",category:1},{id:"69d141d3-f5f0-44e5-9d91-e22cb1fdc12a",name:"Dimensional Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Teleportation",condition:"",range:"",attack:{bonus:27,defence:3},description:"",details:"2d6+8 damage, and the target is teleported 3 squares and takes 15 force damage, and this creature teleports 3 squares.",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"gaze",tactics:""},{id:"99890f3c-1550-4fd0-aa95-0ba8322a0421",name:"Mornujhar",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:25,role:{type:4,flag:1,leader:!1},senses:"Perception +24",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic, Supernal",skills:"Stealth +24",equipment:"falchion; godplate armor",category:"",strength:{score:30},constitution:{score:24},dexterity:{score:26},intelligence:{score:22},wisdom:{score:24},charisma:{score:27},hp:360,initiative:24,ac:39,fortitude:39,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"dc3ad6de-2c65-4c67-a4d6-63c319f3cd6e",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"(+31 while bloodied)6d4+10 damage.",damage:"(+31 while bloodied)6d4+10 damage",category:1},{id:"011d5dac-83d2-4604-b345-3e8f5c4e2a6b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Mornujhar makes a melee basic attack against up to two opponents.",attack:null,description:"",details:"",damage:"",category:1},{id:"20a7f2e8-d76e-40f3-81f2-eb5bc7840a95",name:"Stalk",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Mornujhar shifts up to 6 squares and makes one melee basic attack at any point during his movement. If Mornujhar has superior cover or total concealment at the end of his move he can make a Stealth check to hide with a +5 bonus.",attack:null,description:"",details:"",damage:"",category:1},{id:"a86b8834-a66f-40b1-8c72-71da820d25e9",name:"Toxic Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Zone",condition:"",range:"Close blast 5",attack:null,description:"",details:"Mornujhar projects a billowing cloud of acidic gas that lasts until the end of his next turn. Any creature that ends its turn in the cloud (except Mornujhar) takes 10 acid damage and is weakened (save ends). The cloud blocks line of sight for all creatures.",damage:"any creature that ends its turn in the cloud (except mornujhar) takes 10 acid damage and is weakened (save ends)",category:1},{id:"b262ea9c-46b9-4e49-aa13-447450352d1e",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:28,defence:2},description:"",details:"(+29 while bloodied)3d6+7 acid damage.",damage:"(+29 while bloodied)3d6+7 acid damage",category:3},{id:"dd30f66d-93f9-4213-92fa-20de0445ee9a",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"Mornujhar gains a +1 racial bonus to attack rolls.",damage:"Mornujhar gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"20 electricity",vulnerable:"",immune:"acid",tactics:""},{id:"b17ca164-ac8e-4830-85d4-f8244927a10e",name:"Mud Man",details:"",size:1,origin:1,type:1,keywords:"earth, water",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +7",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:13},intelligence:{score:6},wisdom:{score:13},charisma:{score:8},hp:43,initiative:2,ac:14,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4ff774b5-ee55-4567-8411-9931387a5d26",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"1dd46c6e-10ce-481c-90a0-a24fb65b77e4",name:"Mud Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:3,defence:2},description:"",details:"the target is slowed (save ends). If the target is already slowed, it is instead immobilized (save ends).",damage:"",category:1},{id:"f6ce7929-ab79-4310-ad7c-8d7fd9944145",name:"Amorphous Body",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mud man shifts 3 squares.",damage:"The mud man shifts 3 squares",category:5},{id:"90fcf3bf-1036-4197-ad9f-25128c7abfd1",name:"Relentless Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mud man gains a +2 bonus to attack rolls against slowed or immobilized creatures.",damage:"The mud man gains a +2 bonus to attack rolls against slowed or immobilized creatures",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3b368703-e30c-4d9c-a50d-18f186ef2615",name:"Mutant Arbalester",details:"",size:2,origin:3,type:2,keywords:"construct, homunculus",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6 (0 when chained)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:4},wisdom:{score:14},charisma:{score:7},hp:36,initiative:4,ac:15,fortitude:14,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"293857e2-4279-4f6c-a8bd-9377d56ed0e0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"91900c39-2911-45f1-98a7-a1c993c5ae3c",name:"Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"900024c0-413d-4d70-8bfd-f26c7b3a575d",name:"Perverse Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The arbalester makes two bolt attacks, each against a different target. The targets must be within 5 squares of each other. If an ally of the mutant arbalester is within 5 squares of its first target, there is a 50% chance that it will target that ally with its second shot.",damage:"The targets must be within 5 squares of each other",category:1},{id:"112ad918-3f60-4880-b74e-7f955acdaadf",name:"Guard Self",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of the arbalester’s turn, if an enemy is within 2 squares, the arbalester recharges its double shot power.",damage:"if an enemy is within 2 squares",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison (and push, pull, slide when chained)",tactics:""},{id:"997e1aa7-758e-4e19-8338-11a090512d97",name:"Naiethar Traihel",details:"",size:2,origin:2,type:2,keywords:"plant, undead",level:23,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8 (forest walk), see also necrotic treestride",alignment:"Evil",languages:"Elven, telepathy 10",skills:"Arcana +22, Bluff +25, Insight +21, Stealth +23",equipment:"",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:24},intelligence:{score:22},wisdom:{score:21},charisma:{score:28},hp:872,initiative:18,ac:37,fortitude:36,reflex:35,will:37,regeneration:{value:20,details:"(if Naiethar takes radiant damage, regeneration doesn’t function until the end of her next turn)."},auras:[{id:"b6c9d3dc-25d6-444e-8d41-ee0a0645d1d5",name:"Death Thorns",keywords:"",details:"(Necrotic) aura 3; any creature without forest walk takes 5 necrotic damage each time it moves or is pushed, pulled, or slid into a square within the aura."}],powers:[{id:"8fdc53c5-5b51-444a-85be-ab316787efdf",name:"Nauseating Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+5 damage, and ongoing 5 necrotic (save ends).",damage:"2d8+5 damage",category:1},{id:"405e4dc5-7efe-4965-9a4d-64600c91536a",name:"Branch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"two attacks, each against a different target; 3d6+5 damage per attack, and the target is slid 4 squares. At the end of the slide, the target takes 10 ongoing necrotic damage and is restrained (save ends both).",damage:"3d6+5 damage per attack",category:1},{id:"7d228f59-5246-4d52-9c56-85efab9942ed",name:"Necrotic Crush",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor 1/round",range:"Close burst 3",attack:{bonus:27,defence:3},description:"",details:"targets one creature restrained by branch blast; 1d6+3 damage plus 2d8 psychic damage, and the target is dazed (save ends); First Failed Saving Throw: 2d8 psychic damage; Second Failed Saving Throw: target is instead stunned (save ends).",damage:"1d6+3 damage plus 2d8 psychic damage",category:1},{id:"85a60bf9-8efc-4ff4-acaf-fe9c72907adb",name:"Soul Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:3},description:"",details:"4d12+8 psychic damage, and the target is pushed 5 squares and falls prone.",damage:"4d12+8 psychic damage",category:1},{id:"8b810fcc-b162-4784-877a-d33ed4d3157b",name:"Venomous Roots",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Area burst 3 within 10",attack:{bonus:27,defence:1},description:"",details:"4d8+9 poison damage, and the target is slowed (save ends).",damage:"4d8+9 poison damage",category:1},{id:"41e2f43b-a551-4571-997f-37a800a34e88",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Naiethar can disguise herself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by her Bluff check) pierces the disguise.",damage:"",category:3},{id:"59ae2646-9507-470f-b334-78d755b648de",name:"Necrotic Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"Naiethar teleports up to 8 squares if she begins and ends the move adjacent to a tree, a treant, or a plant of Large size or larger. When she teleports in this manner, she deals 10 necrotic damage to all nonplant creatures adjacent to her at the end of the teleport.",damage:"she deals 10 necrotic damage to all nonplant creatures adjacent to her at the end of the teleport",category:2},{id:"a9821824-f421-407f-b7b9-af56e9d03d91",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Naiethar is reduced to 0 hit points, she dissipates into a spray of dead leaves but is not truly destroyed. She reappears in 1d10 days within 1 square of her phylactery tree, unless the phylactery tree is also destroyed.",damage:"She reappears in 1d10 days within 1 square of her phylactery tree",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"889f98ee-c322-4fd7-bcd8-9a798eebf3e1",name:"Priest of the Raven Queen",details:"",size:2,origin:4,type:2,keywords:"human",level:16,role:{type:0,flag:0,leader:!0},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +20, Religion +18",equipment:"chainmail; sickle",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:15},intelligence:{score:20},wisdom:{score:18},charisma:{score:25},hp:120,initiative:10,ac:28,fortitude:28,reflex:28,will:28,regeneration:null,auras:[{id:"a0702f76-7d6c-411b-b5b5-3de80b474882",name:"Raven’s Blessing",keywords:"",details:"aura 3; any ally within the aura gains resist 5 necrotic and a +1 bonus to attack rolls."}],powers:[{id:"eb6e50ee-476d-4825-b8c8-d710cf3342ef",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and the target gains vulnerable 5 cold or 5 necrotic until the end of the priest’s next turn.",damage:"2d6+4 damage",category:1},{id:"6cab1bd2-1e56-49a3-83b9-0dae3651824f",name:"Shadow Well",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"2d8+6 necrotic damage, and any enemy adjacent to the target takes 5 cold damage.",damage:"2d8+6 necrotic damage",category:1},{id:"146ec806-01f7-4fa3-a7f1-9fdbd60dc06d",name:"Winter’s Bitter Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"1d8+6 cold damage, the priest slides the target 3 squares, and the target is immobilized (save ends). Aftereffect: The priest slides the target 3 squares and the target is slowed (save ends).",damage:"1d8+6 cold damage",category:1},{id:"47feaac3-a6b4-4c52-a2a7-11f073286ce2",name:"Unkind Intervention",action:{action:4,trigger:"when an enemy within 5 squares of the priest hits an ally of the priest",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The enemy must reroll the attack and use the second result. If the attack misses, the enemy takes 5 cold and necrotic damage.",damage:"the enemy takes 5 cold and necrotic damage",category:5},{id:"75a2362d-2499-4a7f-a48b-6f72b4c38f65",name:"Furious Dismissal",action:{action:5,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Targets the triggering creature; no attack roll; the target teleports 5 squares and the priest or an ally makes a basic attack against the target.",damage:"the target teleports 5 squares and the priest or an ally makes a basic attack against the target",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eabd652e-2680-4e94-88a9-4a508d47a8ed",name:"Ralvaster ’Blaster’ Hendrick",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:18},intelligence:{score:22},wisdom:{score:20},charisma:{score:18},hp:184,initiative:8,ac:21,fortitude:17,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"f7e31c4a-bc04-47ba-a7ad-f11f574292e3",name:"Staff of Striking",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Arcane, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+8 damage, and target is dazed until end of the target’s next turn.",damage:"1d6+8 damage",category:1},{id:"09102d24-2eed-4074-9e86-10acd0549c89",name:"Magic Missile Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Force",condition:"(standard",range:"Ranged 20",attack:{bonus:12,defence:1},description:"",details:"one or two targets; 2d4+8 force damage, and the target is pushed 2 squares.",damage:"2d4+8 force damage",category:1},{id:"30fcae90-2733-49be-86ae-9fe7731c43e6",name:"Blast of Heart’s Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Arcane, Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"the target is dominated until the end of its next turn. Aftereffect: The target is dazed (save ends).",damage:"",category:1},{id:"119e31ce-081f-43ce-adaa-896683408045",name:"Blasting Defense",action:{action:4,trigger:"when ralvaster is hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Targets triggering attacker; 2d6+6 force damage, and target is pushed 5 squares and stunned (save ends).",damage:"2d6+6 force damage",category:5},{id:"239f7c3f-a13b-46e4-86ee-3743266196a7",name:"Winter’s Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"2d6+6 cold damage, and the target is immobilized until the end of Ralvaster’s next turn. The area becomes difficult terrain for the duration of the encounter.",damage:"2d6+6 cold damage",category:1},{id:"84c129ce-93e6-433a-925e-df198f99bff3",name:"Expeditious Retreat",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Ralvaster shifts up to twice his speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b06e87a0-0d4d-4280-b4f8-28fa93e03736",name:"Ritual-Born Killer",details:"Ritual-born creatures are birthed from concentrated sources of magical energy. They are loyal servitors of their creator given form by the rituals from which they spring.",size:2,origin:0,type:0,keywords:"construct",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Acrobatics +25, Athletics +23, Stealth +25",equipment:"",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:28},intelligence:{score:18},wisdom:{score:16},charisma:{score:10},hp:216,initiative:22,ac:37,fortitude:35,reflex:37,will:32,regeneration:null,auras:[],powers:[{id:"a5194cfd-8a0a-4557-b1d6-969e44e0b470",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+7 damage, and the ritual-born killer shifts 1 square.",damage:"3d6+7 damage",category:1},{id:"1b61e853-57bb-4eb0-9e92-11b849f7abed",name:"Storm of Strikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ritual-born killer shifts up to 4 squares, makes one slam against all adjacent targets (without shifting), and then shifts 1 square for each attack it made.",damage:"The ritual-born killer shifts up to 4 squares",category:1},{id:"b765e9eb-1c5c-4f80-90c8-f92a90f1ffa7",name:"Wild Slams",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ritual-born killer shifts up to 4 squares and makes up to two slam attacks.",damage:"The ritual-born killer shifts up to 4 squares and makes up to two slam attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"97375b53-1d8b-43b8-9be8-0318dcf08511",name:"Ritual-Born Sentinel",details:"Ritual-born creatures are birthed from concentrated sources of magical energy. They are loyal servitors of their creator given form by the rituals from which they spring.",size:2,origin:0,type:0,keywords:"construct",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:20},intelligence:{score:16},wisdom:{score:16},charisma:{score:10},hp:208,initiative:18,ac:36,fortitude:35,reflex:34,will:32,regeneration:null,auras:[{id:"62be0a09-d61d-4aff-8bae-9e2dc0aa88cf",name:"Flaying Windstorm",keywords:"",details:"aura 3; winds fill the area, making it difficult terrain. Each enemy that ends its turn within the aura takes 10 damage."}],powers:[{id:"7f21419e-874f-46af-99bf-a5b4ae17003b",name:"Storm Buffet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+8 damage, and the target is marked.",damage:"3d6+8 damage",category:1},{id:"da9b1be4-257b-42f9-9d22-c3408658d54e",name:"Storm Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:26,defence:2},description:"",details:"3d6+8 damage, and the target is dazed (save ends).",damage:"3d6+8 damage",category:1},{id:"e9803e68-e371-4703-9356-279f5291f02f",name:"Blasting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"4d8 damage, and the target is pushed 4 squares.",damage:"4d8 damage",category:1},{id:"06794053-e134-419e-85d7-9ca8819afc98",name:"Cyclone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"4d8+8 damage, and the target is restrained (save ends).",damage:"4d8+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"e9491f26-b6bf-4584-a413-ed024b696fca",name:"Shadowbane",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Good",languages:"Common, Elven",skills:"Athletics +13, Religion +11, Stealth +15",equipment:"dagger",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:22},charisma:{score:18},hp:156,initiative:12,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"1786b332-f3a9-418c-a79e-128882594335",name:"Vindicator",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+3 damage plus 1d6 radiant damage.",damage:"1d10+3 damage plus 1d6 radiant damage",category:1},{id:"8b3daa0b-c274-4f86-96c1-8ce3dffcf0ef",name:"Justice Flame",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d6+5 fire and radiant damage.",damage:"1d6+5 fire and radiant damage",category:1},{id:"3b9734ba-0cf9-4a13-b56a-85286737ead1",name:"Offensive Parry",action:{action:4,trigger:"when a melee attack misses shadowbane",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shadowbane shifts 1 square and makes a Vindicator attack against the triggering attacker. If the attack hits, the target is pushed 2 squares and falls prone.",damage:"Shadowbane shifts 1 square and makes a Vindicator attack against the triggering attacker",category:5},{id:"d77d411d-7713-415f-a50b-c1bde1b34d68",name:"Vindicator Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:null,description:"",details:"Shadowbane makes two Vindicator attacks and can shift 2 squares after each hit or miss. If he hits the same target with both attacks, the target takes ongoing 5 radiant damage (save ends), and the target is pushed 2 squares.",damage:"the target takes ongoing 5 radiant damage (save ends)",category:1},{id:"a761acc7-bfe2-4940-a5b7-d54f45e04950",name:"Vigilante’s Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shadowbane jumps up to 6 squares (up to 4 squares vertically) without provoking opportunity attacks.",damage:"Shadowbane jumps up to 6 squares (up to 4 squares vertically) without provoking opportunity attacks",category:2},{id:"76b4abb6-c68e-4f05-b062-2de7b9566c20",name:"Lay on Hands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Shadowbane or one ally to him regains 39 hit points.",damage:"Shadowbane or one ally to him regains 39 hit points",category:1}],damageModifiers:[],resist:"5 all when bloodied",vulnerable:"",immune:"",tactics:""},{id:"6b25337b-c9de-48da-8c6b-639951d25005",name:"The Hand of Torog",details:"",size:2,origin:4,type:2,keywords:"gnoll",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Endurance +7, Intimidate +5",equipment:"battleaxe; leather armor",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:12},intelligence:{score:7},wisdom:{score:12},charisma:{score:5},hp:52,initiative:2,ac:14,fortitude:15,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"9c82266f-18f4-49dd-82dd-297a3eb99ce7",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+5 damage, or 1d8+8 while bloodied.",damage:"1d8+5 damage",category:1},{id:"b7871eb3-a228-4ee1-a58a-c60994aca0a8",name:"Quick Bite",action:{action:7,trigger:"when gnoll marauder hits a bloodied enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"The Hand of Torog makes a bite attack against the same target; 1d6+1 damage, or 1d6+4 damage while bloodied.",damage:"1d6+1 damage",category:5},{id:"494abd62-5990-4382-bc9f-0c7b1f58e68a",name:"Desperate Loner",action:null,keywords:"",condition:"",range:"The Hand of Torog deals 5 extra damage on melee attacks when 2 or more enemies are adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ecfa891-efe6-441b-b244-fc93457832d7",name:"Unkindness of Ravens",details:"The Raven Queen’s temples, shrines, and graveyards attract her creatures.",size:3,origin:4,type:1,keywords:"swarm",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"3, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:4},constitution:{score:9},dexterity:{score:19},intelligence:{score:3},wisdom:{score:14},charisma:{score:6},hp:65,initiative:9,ac:21,fortitude:14,reflex:19,will:17,regeneration:null,auras:[{id:"b6768483-ced1-4baf-a0d1-9051e5886b79",name:"Claws and Beaks",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"630973cf-396f-4166-9878-029736f36ad4",name:"Unkind Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d4+3 damage, and the target is blinded until the end of the unkindness of ravens’ next turn.",damage:"1d4+3 damage",category:1},{id:"a4807618-b151-439c-b01b-b0642796c781",name:"Scattering of Feathers",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"he unkindness of ravens breaks apart into its constituent parts and cannot be attacked until the start of its next turn, at which point it reforms in any space within 5 squares of the space it vacated.",damage:"at which point it reforms in any space within 5 squares of the space it vacated",category:5},{id:"3c9e45f5-5c96-4a29-8c79-9c0c63099284",name:"Blot the Sun",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An unkindness of ravens blocks line of sight. Creatures entirely in its space are blinded.",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"ea542250-20ac-4793-8797-51792e48e7ab",name:"Uthias Darkwell",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +18, Insight +20",equipment:"plate armor",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:22},intelligence:{score:18},wisdom:{score:28},charisma:{score:25},hp:256,initiative:14,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[{id:"e29f08e6-6c7a-4f54-8ee7-a06efce897f1",name:"Aura of Resolve",keywords:"",details:"aura 2; any ally within Uthias’s aura gains a +2 bonus to all defenses."}],powers:[{id:"ac5ff241-fcac-4f37-9a74-54400bfece2d",name:"Vigilant Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+9 radiant damage, and the target is marked.",damage:"1d10+9 radiant damage",category:1},{id:"ab27a8af-2afe-4bfb-a844-7ead351cad9f",name:"Blazing Retribution",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+9 damage, and the target takes ongoing 10 radiant damage (save ends). Until the end of the encounter, on a turn the target takes radiant damage, the target is immobilized until the end of its next turn.",damage:"1d10+9 damage",category:1},{id:"e62968b4-6e7a-4e65-8728-5bf8536fc9c1",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uthias makes a basic attack against two targets adjacent to him.",damage:"",category:1},{id:"0417ef7a-4d44-4d72-a496-7fb4ce097562",name:"Harsh Dictum",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder",condition:"",range:"Close burst 1",attack:{bonus:17,defence:3},description:"",details:"2d10+3 radiant and thunder damage, and the target is dazed (save ends).",damage:"2d10+3 radiant and thunder damage",category:1},{id:"e4590a13-44ac-452a-a411-db122239896b",name:"Harsh Justiciar",action:{action:5,trigger:"when a marked target shifts or makes an attack that does not include uthias as a target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uthias makes a vigilant sword attack against the target. If this attack hits, the target falls prone.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b6be08f8-1663-4e30-b57f-6bd713ca0a7a",name:"Waterdeep Street Thug",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"dagger; hide armor; morningstar",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:82,initiative:9,ac:21,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"c57d43e7-39d2-49de-a6f8-13d3b2d5f5b8",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and target is marked until the end of the thug’s next turn.",damage:"1d10+5 damage",category:1},{id:"593911e2-ad60-4bd8-b6c7-c79abcb495e7",name:"Poisoned Dagger",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:14,defence:0},description:"",details:"1d4+6 damage, ongoing 5 poison damage, and the target grants combat advantage (save ends both).",damage:"1d4+6 damage",category:1},{id:"babc6861-57eb-4240-b55b-b998f523a633",name:"Rattling Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"2d10+8 damage, and the target takes a –2 penalty to attack rolls until the end of its next turn. If the target was marked by the tough, the target is also dazed until the end of the tough’s next turn.",damage:"2d10+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"adb46522-1d8d-462d-9c5d-56224c0f3276",name:"Alyshex",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"",equipment:"short sword",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:17},intelligence:{score:14},wisdom:{score:11},charisma:{score:11},hp:35,initiative:3,ac:15,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"b4d61264-6446-4416-a2ab-c9113631c3b3",name:"Skewer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"2b00e567-ea81-4572-8259-648a52f039c6",name:"Ice Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"1d10+3 cold damage and the target is slowed (save ends).",damage:"1d10+3 cold damage and the target is slowed (save ends)",category:1},{id:"a63d57ca-61b4-40ca-83d7-c36b33a0597f",name:"Storm of Energy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"1d10+3 lightning damage and the target is dazed (save ends).",damage:"1d10+3 lightning damage and the target is dazed (save ends)",category:1},{id:"51d141cd-2fa4-4d67-b1b2-0111759e2b46",name:"Shield",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Alyshex gains +4 to AC and Reflex until the end of her next turn",damage:"Alyshex gains +4 to AC and Reflex until the end of her next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f25c124f-9727-4c98-a575-00545eced6b7",name:"Amreth Gaunt",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:6,flag:1,leader:!0},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Chondathan, Common, Dwarven, Elven, Goblin",skills:"Bluff +10, Diplomacy +10, Endurance +9, History +10, Insight +11, Thievery +12",equipment:"dagger; leather armor; short sword",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:19},intelligence:{score:15},wisdom:{score:17},charisma:{score:15},hp:136,initiative:9,ac:21,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"2f23ef21-3e3b-4b81-81fe-7519a3d74bff",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"34b63297-6bb7-4ae7-b4b9-3130d872782e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"148c069f-f192-4204-a26a-9514ab68a3ce",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"6c9ce21e-c324-48f1-952e-0b3cb8c01083",name:"Fencing Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Gaunt makes a short sword attack and a dagger attack (melee or ranged), and he shifts 1 square after each attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"e8875938-a1a6-4a83-8c52-9deca5212b75",name:"Surprise Counter",action:{action:5,trigger:"when hit or missed by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Gaunt can shift 1 square before the attack; he gains combat advantage against the target (included in attack and damage); targets the triggering attacker; 3d6+4 damage, and the target grants combat advantage until the end of Gaunt’s next turn.",damage:"he gains combat advantage against the target (included in attack and damage)",category:5},{id:"96050dd1-1b8d-4f92-9472-7cda52ce3391",name:"Muddling Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires short sword",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage, and the target is slowed and grants combat advantage (save ends both), and it slides 2 squares.",damage:"2d6+5 damage",category:1},{id:"c3a0be05-f1d6-4e72-b563-7bfa9665ad41",name:"Blinding Bomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:1},description:"",details:"the target treats all nonadjacent squares as lightly obscured until the end of Gaunt’s next turn. This attack doesn’t provoke opportunity attacks.",damage:"",category:1},{id:"d3e69d44-7941-4ce1-b100-534376730959",name:"Ignoble Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gaunt ends any marked condition currently affecting him, and he shifts 6 squares.",damage:"and he shifts 6 squares",category:2},{id:"78a22b50-d9a6-42a0-8c87-d1935fdf12d7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gaunt deals 2d6 extra damage when he hits a creature he has combat advantage against.",damage:"gaunt deals 2d6 extra damage when he hits a creature he has combat advantage against",category:0},{id:"74bc9a67-f11d-444e-b47d-65ca79608ea9",name:"Quick Draw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gaunt can draw an item as part of the same action required to use that item.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ac564dd1-b6d5-4971-8274-4ab54e486ab5",name:"Angel of Command",details:"",size:3,origin:3,type:2,keywords:"angel",level:25,role:{type:7,flag:0,leader:!0},senses:"Perception +18",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Athletics +27, Insight +19",equipment:"heavy shield; longsword",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:22},charisma:{score:22},hp:234,initiative:19,ac:41,fortitude:39,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"9146af2c-5d1a-4f7d-8f61-4d1ff89adcc3",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the target is marked until the end of the angel of command’s next turn.",damage:"3d8+9 damage",category:1},{id:"e45263e0-5ca3-4dcb-9be5-1480a88a0551",name:"Honor Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8+9 damage and the target is marked, immobilized, and takes ongoing 15 radiant damage (save ends all).",damage:"3d8+9 damage and the target is marked",category:1},{id:"3c97b8aa-59c3-46b5-a519-dee853fc6ea8",name:"Edict of Honor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:28,defence:3},description:"",details:"3d8+9 thunder damage, and the target is marked until the end of the angel of command’s next turn, and the angel of command pulls the target 2 squares.",damage:"3d8+9 thunder damage",category:1},{id:"92a13aff-ba2d-4e7b-bfd1-40e0436281a5",name:"Lead the Faithful",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies deal 5 extra radiant damage when they hit a creature marked by an angel of command.",damage:"allies deal 5 extra radiant damage when they hit a creature marked by an angel of command",category:0},{id:"0500ae0a-1641-474f-931e-13e70ac7513b",name:"From One, Many",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"immediate reaction where an angel minion ally within 5 squares is reduced to 0 or fewer hit points",range:"",attack:null,description:"",details:"Four angel minions of the same type rise from the remains of the triggering angelic minion. These minions appear in the square in which the triggering minion fell, or the nearest unoccupied square. The new minions act on the same initiative count as the triggering minion.",damage:"",category:1},{id:"660bb504-8bc1-48c7-8fc6-109d144d86a7",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of command takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of command takes a -2 penalty to the attack roll",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"68387a11-f0bc-4b38-8c94-7917e0615025",name:"Angel of Thunder",details:"",size:3,origin:3,type:2,keywords:"angel",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"10, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Insight +23, Religion +23",equipment:"quarterstaff",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:22},intelligence:{score:24},wisdom:{score:25},charisma:{score:27},hp:173,initiative:18,ac:36,fortitude:34,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"976bf3b4-8a52-43a8-b890-1c59f780c2c4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 1d6+8 damage plus 1d10 thunder damage.",damage:"1d6+8 damage plus 1d10 thunder damage",category:1},{id:"9a9a2fc5-c920-430e-9c35-ac504832b886",name:"Thunder Crack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:29,defence:1},description:"",details:"2d12+8 thunder damage, and the target is knocked prone.",damage:"2d12+8 thunder damage",category:1},{id:"22ce9c8b-ab5b-4acc-9d24-236dccfa5c2b",name:"Thunder Wing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:29,defence:1},description:"",details:"targets enemies; 2d6+8 thunder damage, and the angel of thunder pushes the target 2 squares. Effect: The angel of thunder shifts 2 squares.",damage:"2d6+8 thunder damage",category:1},{id:"0cb85e82-28a6-43df-9352-94ddc5ce0981",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"targets one, two, or three enemies in range; 3d12+8 lightning damage.",damage:"3d12+8 lightning damage",category:1},{id:"91d7036d-05b4-4ebf-9e8a-1c38f60b6ad3",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of authority takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of authority takes a -2 penalty to the attack roll",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"8ecd4a12-f44e-43d4-93a9-21da0c97dfd0",name:"Armorcutter Ant",details:"",size:2,origin:4,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision, tremorsense 10",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:11},intelligence:{score:2},wisdom:{score:11},charisma:{score:4},hp:68,initiative:2,ac:16,fortitude:17,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"4158ade8-0af6-4232-b52c-2ec05f2a9c7b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"2c46b5b6-30d0-40bd-a37d-c0a1b32ad0f3",name:"Shred Armor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage against the target",range:"",attack:{bonus:7,defence:0},description:"",details:"2d10+5 damage, and the target takes a -4 penalty to AC (save ends).",damage:"2d10+5 damage",category:1},{id:"bbde2e3d-56f4-45cc-87d5-bd0ac21bd32c",name:"Thrash",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:5,defence:2},description:"",details:"targets enemies; 1d10 damage, and the target is knocked prone. Miss: Half damage.",damage:"1d10 damage",category:5},{id:"cc4897f0-1e99-476e-b66a-5c881da3fb74",name:"Hive Armorcutter Frenzy",action:null,keywords:"",condition:"when any giant ant within 10 squares of the armorcutter is reduced to 0 hit points",range:"",attack:null,description:"",details:"The armorcutter makes a bite attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"320ee789-8c6d-474a-aa2c-18fc7bc7cc44",name:"Aspect of Codricuhn",details:"The aspect of Codricuhn is not a spiritual reflection or even a manifestation of the fiend lord’s dark will, but in truth, it is a clotted mass wrapped in chains pulled from Codricuhn’s form, ripped free and sucked into another world by reckless magic wielded by insane cultists and nihilists. The bleeding heap contains a fragment of Codricuhn’s consciousness, but even this fades as the pestilential evil asserts its control, guiding the monstrosity to slaughter the fools that called it into being.",size:4,origin:1,type:1,keywords:"blind, demon",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +16; blindsight 10, tremorsense 10",movement:"6, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"understands Abyssal",skills:"Athletics +24, Endurance +26",equipment:"",category:"",strength:{score:27},constitution:{score:30},dexterity:{score:21},intelligence:{score:4},wisdom:{score:20},charisma:{score:23},hp:520,initiative:16,ac:34,fortitude:37,reflex:34,will:32,regeneration:null,auras:[{id:"e90c10ec-81f2-46d0-97de-6242cab23bc4",name:"Chain Squall",keywords:"",details:"aura 2; the aspect of Codricuhn deals 10 damage to any enemy that ends its turn within the aura and slides that enemy 2 squares."}],powers:[{id:"4348a357-5a1b-4e47-87b6-a3fd78b047ab",name:"Barbed Grab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d6+8 damage, and the target is grabbed.",damage:"2d6+8 damage",category:1},{id:"97a13675-0602-4cd6-ba58-054a806e37c7",name:"Rending Release",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Reach 3; targets one creature the aspect is currently grabbing; 4d6+8 damage, and the aspect of Codricuhn slides the target 3 squares and is no longer grabbing the target.",damage:"4d6+8 damage",category:3},{id:"cf6523fc-980b-4d4b-a007-1cbd7cff1de1",name:"Tide of Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 3; the aspect makes a barbed grab attack against each creature in its reach.",damage:"Reach 3",category:1}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"5093aeb0-b2d8-4a53-993c-73a16ce0781f",name:"Bloody Knives Lieutenant",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common, Elven, Goblin",skills:"Acrobatics +13, Diplomacy +13, Stealth +13",equipment:"bastard sword; dagger; leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:212,initiative:10,ac:26,fortitude:22,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"d4a1b848-04e9-487c-95af-5d1d5f5b6721",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and the target is marked until the end of the lieutenant’s next turn.",damage:"1d10+6 damage",category:1},{id:"ba6f6a47-18d9-4fdc-b9ed-4f8787093fbb",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:{bonus:17,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"0686935c-fb82-44f0-aa30-4e6034aef440",name:"Bloody Brand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+6 damage, and the target takes ongoing 5 damage and grants combat advantage (save ends both). Miss: Half damage.",damage:"2d10+6 damage",category:1},{id:"9612214e-bde9-4af1-a0ae-a21642ee7d4e",name:"Slash and Dash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"the Bloody Knives lieutenant makes a bastard sword attack, shifts 2 squares, and makes a dagger attack against a different target.",damage:"shifts 2 squares",category:1},{id:"645e6861-8da8-4e61-b47b-69838f6f7688",name:"Bloody Blade Riposte",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(targets triggering enemy)1d10+6 damage, and the target is dazed until the end of the lieutenant’s next turn.",damage:"(targets triggering enemy)1d10+6 damage",category:5},{id:"9edadb3a-b8b3-43c5-afcb-dd3a81014aab",name:"Combat Tumbleset",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lieutenant shifts its speed, and can shift through enemies’ squares during this movement, but must end the move in an unoccupied space.",damage:"",category:2},{id:"1d30c0ef-7410-4b55-97b1-5d7341819190",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The lieutenant deals 1d8 extra damage to any creature granting combat advantage to it.",damage:"the lieutenant deals 1d8 extra damage to any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ffdefbd-5cb9-4a92-9016-33f25d7d4760",name:"Cherubium",details:"",size:2,origin:3,type:0,keywords:"devil",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"2, fly 12 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:22},dexterity:{score:26},intelligence:{score:15},wisdom:{score:21},charisma:{score:27},hp:1,initiative:19,ac:39,fortitude:34,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"06465f70-3357-4dda-86df-efa751b4fc94",name:"Needling Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"3a819651-019b-46d5-ad57-1f484fc6205b",name:"Sweet Disposition",action:{action:5,trigger:"when a creature targets the cherubium with an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:3},description:"",details:"Range sight; targets the triggering creature; the target cannot attack the cherubium until the start of its next turn. The target is free to target a different creature with the attack. This power does not provoke opportunity attacks.",damage:"",category:5}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f97bf5c8-128e-4ebb-a3c0-6f6d904fbc95",name:"Codricuhn",details:"Codricuhn’s magnificence is no more: Gone is the coral crown, the sea spray of his breath, and the swirling currents cloaking his watery flesh. What the former primordial was has been replaced by chains and an unsightly blend of flesh and the remains of his elemental glory. Bits of a coral and bone skeleton are exposed or erupt awkwardly in painful, hornlike protrusions from his body. Where his body is whole, his flesh is a blend of angry red demon skin, masses of rock, and pools of bubbling magma.",size:5,origin:1,type:1,keywords:"demon",level:27,role:{type:3,flag:2,leader:!1},senses:"Perception +25; tremorsense 20, truesight 10",movement:"5, climb 5 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Athletics +27, Endurance +29, Intimidate +27",equipment:"",category:"",strength:{score:28},constitution:{score:32},dexterity:{score:26},intelligence:{score:10},wisdom:{score:24},charisma:{score:29},hp:1024,initiative:21,ac:41,fortitude:41,reflex:39,will:37,regeneration:null,auras:[{id:"24ae9bc0-6b7c-4cfb-888e-51f1073dfb13",name:"Primordial Groan",keywords:"",details:"(Fear) aura 5; any enemy that starts its turn within the aura takes a -5 penalty to damage rolls and grants combat advantage until the start of its next turn."},{id:"e80a48e4-3786-4d25-b7cc-c33cede816b2",name:"Writhing Chains",keywords:"",details:"aura 5; Codricuhn deals 10 damage to any enemy that ends its turn within the aura and slides that enemy 3 squares."}],powers:[{id:"48a43708-85fd-4746-a0ae-5548af39e404",name:"Ensnaring Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 1d8+9 damage, and the target is grabbed.",damage:"1d8+9 damage",category:1},{id:"6a0a1a4a-0b0e-40f9-898f-d79e520b711b",name:"Whipping Chains",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Codricuhn makes two ensnaring chain attacks.",damage:"",category:1},{id:"21baa719-ac2c-4519-9e6b-19735c4e1d21",name:"Rending Release",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 4; targets all creatures grabbed by Codricuhn; 4d6+9 damage, and Codricuhn slides the target 5 squares and is no longer grabbing the target.",damage:"4d6+9 damage",category:3},{id:"ea2ed3c5-0857-4e8a-bdba-c5a9bbab6de2",name:"Codricuhn’s Balance",action:{action:4,trigger:"when a creature within codricuhn’s line of sight is the target of a healing power",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:31,defence:2},description:"",details:"targets enemies; 3d8+8 lightning damage, and Codricuhn slides the target 3 squares.",damage:"3d8+8 lightning damage",category:5},{id:"f1932cbf-862e-41f0-9878-5021494ebf67",name:"Invoke the Blood Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Close burst 10",attack:{bonus:31,defence:1},description:"",details:"targets enemies; 1d6+8 damage, and ongoing 20 damage (save ends). Aftereffect: The target is stunned (save ends).",damage:"1d6+8 damage",category:1},{id:"60153931-391e-4d33-9ba1-ae7838c0a375",name:"Tide of Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"2d8+9 damage, and the target falls prone and is grabbed.",damage:"2d8+9 damage",category:1},{id:"28f5642a-10b9-44f4-ac11-0c4230278e2d",name:"Thunderous Torment",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:1},description:"",details:"2d6+9 thunder damage, and the target is dazed (save ends). This attack does not provoke opportunity attacks.",damage:"2d6+9 thunder damage",category:3},{id:"fd455215-f889-44a1-835a-8e89461eb693",name:"Loose the Chains",action:null,keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Codricuhn gains an action point.",damage:"",category:0},{id:"06fee857-3277-4b89-a301-4374289cbd4c",name:"Mutable Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Codricuhn can squeeze through spaces as though he were a Large creature.",damage:"",category:0}],damageModifiers:[{type:10,value:-30}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"b8c5bf2d-0837-42c5-9368-48204719905c",name:"Crossbow Thug",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"crossbow; crossbow bolt; leather armor; morningstar",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:1,initiative:7,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9c705ef2-fc31-468f-9b3a-58046b21ea39",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"37d094b0-832c-4f10-9ec3-921af692e919",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"bee8fe5d-ec0e-49f4-869c-d94b7229a5d1",name:"Beatdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage, and the target is knocked prone.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3891538-43fa-4c5b-8bee-65698040e40a",name:"Diaconate of Bindings",details:"",size:2,origin:4,type:2,keywords:"blind; human",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +8; blindsight 10",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +9, Intimidate +14, Religion +9",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:9},intelligence:{score:10},wisdom:{score:8},charisma:{score:20},hp:86,initiative:3,ac:22,fortitude:20,reflex:17,will:22,regeneration:null,auras:[{id:"262dc597-715d-4047-a6e7-342d6015da5a",name:"Maddening Fumes",keywords:"",details:"(Fear) aura 2; the diaconate slides any enemy that starts its turn within the aura 1 square"}],powers:[{id:"eb64bdf3-5f3b-4956-8808-1196ddf702d5",name:"Spiked Censer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d4+2 damage, and the target and each creature adjacent to the target take 5 poison damage and are slowed (save ends).",damage:"2d4+2 damage",category:1},{id:"4d60c19d-fa62-4c0c-89d7-859260d1c34c",name:"Master’s Shackles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"2d6+2 damage, and if the target shifts or willingly moves more than 3 squares before the start of the diaconate’s next turn, it takes 5 damage.",damage:"2d6+2 damage",category:1},{id:"a23d29cf-73ab-40fd-8364-c68610de15bb",name:"Horrific Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"must be bloodied",range:"",attack:{bonus:10,defence:3},description:"",details:"The diaconate momentarily removes its mask; the target moves its speed away from the diaconate by the safest route, and grants combat advantage (save ends). Miss: The target grants combat advantage (save ends).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e92c3557-6523-4acf-aaab-78546253ca38",name:"Dragon-Infused Gangster",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Athletics +15",equipment:"dagger; leather armor; longsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:104,initiative:10,ac:24,fortitude:24,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"4b8f315a-a1ff-4014-b603-c8bd97792f7c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"d00c2793-19b2-410a-8d46-f981e581d331",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"d3f037c7-4aaa-4647-a1f6-6b3a4e9ed06b",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:15,defence:0},description:"",details:"Range 5/10; 1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"5cd7aa9d-e8f0-45e2-8e4c-9fd6a64cd3e3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gangster makes a longsword attack and a dagger attack.",damage:"",category:1},{id:"b262bb64-3eee-4702-8f39-29f0bd07b05a",name:"Steely Resolve",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+10 damage, and the target is pushed 1 square.",damage:"2d6+10 damage",category:1},{id:"b8b8e48b-b330-4f1c-b548-e6db4af909f8",name:"Furious Assault",action:{action:7,trigger:"when the dragon-infused gangster hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gangster’s attack deals 1d10 extra damage.",damage:"the gangster’s attack deals 1d10 extra damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07792db3-a7a4-4a7f-82a1-1f51fd651930",name:"Exalted Captain",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:25,role:{type:7,flag:0,leader:!0},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Athletics +27, Insight +17",equipment:"heavy shield; longsword",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:20},charisma:{score:22},hp:174,initiative:19,ac:41,fortitude:39,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"5df2e5e9-57ed-4af6-af02-c04c4967c42d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+9 damage, and the target is marked until the end of the exalted captain’s next turn.",damage:"3d8+9 damage",category:1},{id:"dc14c2ec-2891-4209-9bb4-d336ddaed076",name:"Bolstering Sword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+9 damage, and the target is marked until the end of the exalted captain’s next turn and the exalted captain or one ally within 10 squares gains 15 temporary hit points.",damage:"3d8+9 damage",category:1},{id:"70502859-7f12-4654-b914-4aad9dc25fa7",name:"Edifying Shout",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"1d8+6 damage, and the target is marked until the end of the exalted captain’s next turn. Effect: Allies in the burst gain 10 temporary hit points.",damage:"1d8+6 damage",category:3},{id:"875ac0e3-90c2-450d-9377-3379fbd0756f",name:"Battlefield Command",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies gain a +2 bonus to attack rolls against creatures marked by the exalted captain.",damage:"Allies gain a +2 bonus to attack rolls against creatures marked by the exalted captain",category:0},{id:"33b8d426-6692-4e63-9b12-569f37eff814",name:"Divine Light",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"only while bloodied",range:"",attack:null,description:"",details:"The exalted captain regains 60 hit points, and the exalted captain and all allies within 5 squares gain a +2 bonus to all defenses until the end of the exalted captain’s next turn.",damage:"The exalted captain regains 60 hit points",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed903086-2208-4877-8aa0-ba971c330d4b",name:"Exalted Patroller",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:23},intelligence:{score:15},wisdom:{score:25},charisma:{score:18},hp:1,initiative:18,ac:40,fortitude:35,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"5429884c-e044-4b6f-8d44-a736b392c6df",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"795bb021-9579-40b0-9bd0-5ba67f64e996",name:"Riot Control",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If an exalted patroller hits a target that is adjacent to at least one other exalted patroller, the target is knocked prone.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17bbf018-09c2-4f24-a67c-0de71b1b21a9",name:"Exalted Watchman",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"leather armor",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:22},intelligence:{score:19},wisdom:{score:25},charisma:{score:27},hp:226,initiative:18,ac:38,fortitude:37,reflex:34,will:37,regeneration:null,auras:[],powers:[{id:"3cdd3bea-1f2a-4aba-a22e-23f1eb2fd537",name:"Truncheon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"e03e1783-dedc-4787-befd-05fc85c1b919",name:"Head Crack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"2d10+8 damage, and the target is dazed until the end of the exalted watchman’s next turn.",damage:"2d10+8 damage",category:1},{id:"bce557f2-d702-4908-89c0-7b0ef0f72487",name:"Take Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"2d10+8 damage, and the target is knocked prone, and is grabbed and restrained (until escape). Attempts to escape the grab take a -5 penalty.",damage:"2d10+8 damage",category:1},{id:"efea2503-ebea-4ae9-886c-740a61349534",name:"Symbol of Peace",action:null,keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"The target cannot make attacks (save ends).",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e98a995-acd8-43d8-bd59-5fbc20efb103",name:"Ghaash’kala Defender",details:"",size:2,origin:4,type:2,keywords:"orc",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5 (7 while charging)",alignment:"Lawful Good",languages:"Common, Goblin",skills:"Diplomacy +14, Intimidate +14, Religion +13",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:17},intelligence:{score:12},wisdom:{score:21},charisma:{score:15},hp:148,initiative:12,ac:31,fortitude:29,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"c20bfef2-5093-4854-8f1b-5464922d4638",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage, and the target is marked until the end of the defender’s next turn.",damage:"2d8+6 damage",category:1},{id:"b1d2d55a-37d8-46f0-a97b-3f92f36eb85b",name:"Binding Flame Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 fire damage, and ongoing 10 fire damage; the target is slowed. If the target is marked by the defender or is already slowed, it is immobilized instead of slowed.",damage:"2d8+6 fire damage",category:1},{id:"e704a692-1142-4b9a-8f6d-39daa4a83f65",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The defender makes a melee basic attack and regains 37 hit points.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07e8359f-1633-47ff-a4e8-967847dab3cd",name:"Ghaash’kala Mystic",details:"",size:2,origin:4,type:2,keywords:"orc",level:17,role:{type:0,flag:0,leader:!0},senses:"Perception +20; low-light vision",movement:"6 (8 while charging)",alignment:"Lawful Good",languages:"Common, Goblin",skills:"Diplomacy +16, Religion +17",equipment:"hide armor; quarterstaff",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:16},intelligence:{score:19},wisdom:{score:24},charisma:{score:16},hp:129,initiative:11,ac:29,fortitude:29,reflex:27,will:31,regeneration:null,auras:[],powers:[{id:"df062a97-7102-46c2-ad52-c9a64f8fdece",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"8ffe6257-9c93-4840-ad39-6f5c0e597caa",name:"Binding Immolation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement, Radiant",condition:"",range:"Area burst 2 within 10 squares",attack:{bonus:20,defence:1},description:"",details:"targets enemies; 2d8+7 fire and radiant damage, and the target is slowed. Effect: Any ally in the burst gains 10 temporary hit points.",damage:"2d8+7 fire and radiant damage",category:1},{id:"34e968da-c9d7-4213-9d9b-2ac9c0dcc569",name:"Warrior’s Blessing",action:{action:5,trigger:"when a bloodied ally within 10 squares of the mystic hits with a melee basic attack",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The triggering ally regains 10 hit points and deals 10 extra fire and radiant damage with the triggering attack.",damage:"the triggering ally regains 10 hit points and deals 10 extra fire and radiant damage with the triggering attack",category:5},{id:"355e6184-41b7-4739-948f-84dbb2e4c6be",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The mystic makes a melee basic attack and regains 32 hit points.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3ef7b41-deac-4d3c-b3e9-5f9fe4c90ff0",name:"Goran Steelgate",details:"",size:2,origin:3,type:2,keywords:"dwarf, exalted",level:27,role:{type:7,flag:1,leader:!0},senses:"Perception +21",movement:"6",alignment:"Good",languages:"Common, Supernal",skills:"Athletics +27, Insight +17",equipment:"heavy shield; warhammer",category:"",strength:{score:27},constitution:{score:31},dexterity:{score:22},intelligence:{score:23},wisdom:{score:26},charisma:{score:21},hp:572,initiative:21,ac:45,fortitude:45,reflex:39,will:43,regeneration:null,auras:[{id:"d55a471a-4727-4f99-a3a6-b791e1f32d33",name:"Cooperative Tactics",keywords:"",details:"aura 5; allies within the aura deal 10 extra damage when attacking a target they are flanking and gain a +2 bonus to all defenses when adjacent to another ally."}],powers:[{id:"96fa34e5-a8d0-4f1c-a319-f247a3b8b74c",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d8+9 damage, and the target is marked until the end of Goran’s next turn.",damage:"3d8+9 damage",category:1},{id:"02f72a89-1b20-462f-a98d-936d3b3da48e",name:"Shield Bash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"2d6+9 damage, and the target is knocked prone and dazed (save ends).",damage:"2d6+9 damage",category:1},{id:"e656f264-46ca-4c80-b9dc-e5b7dc9b991d",name:"Hammer and Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Goran makes a warhammer attack and a shield bash attack.",damage:"",category:1},{id:"adf4bbe7-7f2e-4488-9759-5fd76abf4fc3",name:"Crucible of Forging",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"4d10+9 fire damage, and the target takes ongoing 15 fire damage and takes a -5 penalty to AC (save ends both).",damage:"4d10+9 fire damage",category:1},{id:"b6ef1756-05b2-46d6-8f24-819dfdc6e3a2",name:"Judgment of Thunder",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fear, Thunder",condition:"",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 4d10+9 thunder damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"4d10+9 thunder damage",category:1},{id:"ac3a40d0-1d07-49fb-ac98-3a0188c65557",name:"Second Wind",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Goran regains 118 hit points and gains a +2 bonus to all defenses until the end of his next turn.",damage:"Goran regains 118 hit points and gains a +2 bonus to all defenses until the end of his next turn",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"512b096b-ef63-4862-a8a5-996c05106aaf",name:"Granosos",details:"",size:3,origin:3,type:1,keywords:"sphinx",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +29; low-light vision",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"Common, Dwarven, Elven, Primordial, Supernal",skills:"Insight +30",equipment:"",category:"",strength:{score:29},constitution:{score:28},dexterity:{score:27},intelligence:{score:31},wisdom:{score:32},charisma:{score:32},hp:672,initiative:21,ac:40,fortitude:39,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"22fe4876-ad7c-4ef0-abf9-fe247781cb9a",name:"Ancient Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"4d10+8 damage.",damage:"4d10+8 damage",category:1},{id:"a81507c7-61b0-4c53-ad89-3a9d40c924fb",name:"Bite of Ages",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10+8 damage, and the target is knocked prone and immobilized (save ends).",damage:"2d10+8 damage",category:1},{id:"bc7d7c63-af51-49d5-801d-1373806e6419",name:"Primordial Riddle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor",range:"Ranged 10",attack:null,description:"",details:"Granosos compels the target to contemplate a riddle. The target is dazed until the end of the encounter or until it answers the riddle. To determine the answer, a creature must spend a minor action and succeed at a DC 28 History check. A target that does not attempt to answer the riddle during its turn takes 3d8 psychic damage at the end of its turn. An ally can provide the answer and end the effect. If an ally ends the effect, the target takes 3d8 psychic damage.",damage:"a target that does not attempt to answer the riddle during its turn takes 3d8 psychic damage at the end of its turn",category:1},{id:"e1260563-4fc2-4d6d-a03e-d08f79954d2e",name:"Great Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"5d10+10 thunder damage, and the target is pushed 5 squares and is knocked prone.",damage:"5d10+10 thunder damage",category:1},{id:"941e72b4-ab95-4a2a-b8f7-4eec7041281e",name:"Fury of Ages",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Granosos makes an ancient claws and a bite of ages attack. If both hit the same target, the target is weakened (save ends).",damage:"",category:1},{id:"600e93d5-a524-43f6-809a-29eb27f51b1f",name:"Sands of Time",action:{action:5,trigger:"when granosos is hit with an attack",sustainAction:0,use:1,recharge:"recharges when a creature takes damage from primordial riddle"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Granosos gains a +4 bonus to all defenses against the triggering attack. If the triggering attack still hits, Granosos takes only half damage.",damage:"granosos takes only half damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d005509d-2312-493d-b8ae-028a5364f5aa",name:"Guionne",details:"",size:2,origin:3,type:2,keywords:"devil",level:26,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"6, teleport 6",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +25",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:22},intelligence:{score:28},wisdom:{score:21},charisma:{score:27},hp:502,initiative:19,ac:43,fortitude:38,reflex:41,will:41,regeneration:null,auras:[],powers:[{id:"98c5c84c-59d4-46e6-b524-953c37f7f988",name:"Backhand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+9 damage, and the target is pushed 2 squares and dazed (saves ends).",damage:"2d8+9 damage",category:1},{id:"9f9fcd32-f7f6-442b-be45-5d6139a75865",name:"Acid Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Implement",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"3d8+9 acid damage, and the target takes a -2 penalty to attack rolls until the end of Guionne’s next turn.",damage:"3d8+9 acid damage",category:1},{id:"394b68cd-6aab-4b88-a071-5753b0aca9cd",name:"Molten Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Implement",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"3d8+9 fire damage, and ongoing 15 fire damage (save ends).",damage:"3d8+9 fire damage",category:1},{id:"d2b2cec7-5fd6-4dc5-b25f-bd30cc2db7a2",name:"Wall of Burning Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Conjuration, Fire, Implement",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 10 squares. Guionne conjures a wall of red-hot iron covered in wicked barbs. The wall blocks movement, line of sight, and line of effect. Creatures that end their turn adjacent to the wall take 10 fire damage. Creatures that touch the wall or are pulled, pushed, or slid into the wall take 10 damage and 10 fire damage. The wall is 3 squares high, can be climbed with a DC 29 Athletics check (creatures climbing or standing on the wall take 10 damage and 10 fire damage for touching it), and cannot be destroyed. Sustain Minor: The wall persists.",damage:"creatures that end their turn adjacent to the wall take 10 fire damage",category:1},{id:"f8c953fc-bfb3-4618-9613-74b0ea5a8635",name:"Iron Spike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Range 5; Target must be within 2 squares of the wall conjured with wall of burning iron; 4d10+9 damage, and ongoing 15 fire damage and the target is immobilized (save ends both).",damage:"4d10+9 damage",category:1},{id:"9a7abc85-f50c-4272-890c-06a9fb4a9cf9",name:"Cherubium Conduit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Guionne can channel any of his powers with the implement keyword through one of his cherubium that is within 20 squares, treating the cherubium’s square as his own for purposes of the ability (line of sight, line of effect, range, origin squares, and so on). Guionne does not need line of sight or line of effect to the cherubium.",damage:"Guionne can channel any of his powers with the implement keyword through one of his cherubium that is within 20 squares",category:0},{id:"53b54acc-ed27-4dce-835b-466445b637c1",name:"Spawn Cherubium",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Guionne takes 15 damage and creates a cherubium in an adjacent square. The cherubium enters the initiative count immediately after Guionne and can act normally the turn it is created. Guionne cannot control more than two cherubium at a time; creating a new cherubium while he has two active destroys one of the preexisting cherubium.",damage:"guionne takes 15 damage and creates a cherubium in an adjacent square",category:3}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8092b726-b65e-45e8-b1f0-cc3910524d17",name:"Headmaster Burage",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +21",movement:"6, teleport 5",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +25",equipment:"",category:"",strength:{score:15},constitution:{score:25},dexterity:{score:16},intelligence:{score:32},wisdom:{score:27},charisma:{score:21},hp:518,initiative:16,ac:44,fortitude:39,reflex:42,will:42,regeneration:null,auras:[],powers:[{id:"454f0514-de5e-4186-98da-889db6093da1",name:"Caning",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8+9 damage, and the target is dazed and takes a -2 to attack rolls (saves ends both).",damage:"2d8+9 damage",category:1},{id:"9f1f5c09-ead1-4e3b-8206-0fb5aa7a88c9",name:"Chastisement",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:3},description:"",details:"3d8+9 damage, and the target is immobilized (save ends).",damage:"3d8+9 damage",category:1},{id:"84c6be68-2793-4c90-aa48-98c811c84e20",name:"Telekinetic Hurl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when headmaster burage hits with a basic attack"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:31,defence:2},description:"",details:"targets one creature in burst; 2d10+9 damage, and Headmaster Burage slides the target 5 squares and the target is knocked prone.",damage:"2d10+9 damage",category:1},{id:"85eec4ec-4d40-46f1-96e6-2af0411156e2",name:"Leaping Polymorph",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"the target becomes a Tiny animal (save ends). While in this form, the target cannot use powers or make attacks. Aftereffect: One of the target’s allies within 10 squares suffers the following attack: +31 vs. Fortitude; the target becomes a Tiny animal (save ends). While in this form the target cannot use powers or make attacks; .",damage:"One of the target’s allies within 10 squares suffers the following attack",category:1},{id:"4c81f90c-8e81-41b9-8ade-5993d08049f9",name:"Headmaster’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Headmaster Burage makes two basic attacks.",damage:"",category:1},{id:"67dbebf2-3855-4f9a-bdde-4f39ae76e08d",name:"Startling Displacement",action:{action:5,trigger:"when headmaster burage is hit with an attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Headmaster Burage swaps places with one creature within 5 squares. The triggering attack hits this creature instead.",damage:"Headmaster Burage swaps places with one creature within 5 squares",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"20179ec7-d77e-4a53-b32d-770fff5f378b",name:"Industrial Automaton",details:"",size:4,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:2,leader:!1},senses:"Perception +6",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:10},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:516,initiative:6,ac:24,fortitude:25,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"48021653-0d19-4f1e-ab4d-daf2dd537601",name:"Hammerhand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d12+4 damage (2d12 + 9 while bloodied), and the target is knocked prone and grabbed. Sustain Minor: The automaton sustains the grab, and the target takes 10 damage. The automaton cannot make hammerhand attacks while grabbing a creature.",damage:"2d12+4 damage (2d12 + 9 while bloodied)",category:1},{id:"27f4a129-98a6-4d58-be05-def42ebae8de",name:"Shovel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d8+8 damage (2d8 + 13 while bloodied), and the target is pulled 2 squares.",damage:"2d8+8 damage (2d8 + 13 while bloodied)",category:1},{id:"e6a989d6-1004-4c2e-9041-b61a962e9103",name:"Automaton Fury Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The industrial automaton makes two hammerhand attacks and two shovel attacks. Each attack must target a different creature.",damage:"",category:1},{id:"8bb52b5a-862f-459c-97f9-9c1bc9e3fe80",name:"Fling",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 3; targets the triggering enemy; 1d10+5 damage, the automaton slides the target 3 squares and knocks it prone.",damage:"1d10+5 damage",category:5},{id:"aa5b889b-5456-40cb-8a82-06cec8dcea81",name:"Hoist",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the automaton has a creature grabbed",range:"",attack:{bonus:13,defence:2},description:"",details:"Targets grabbed creature; 2d12+8 damage (2d12 + 13 while bloodied), and the target is restrained (save ends) and no longer grabbed. Only one target can be restrained in this way at a time.",damage:"2d12+8 damage (2d12 + 13 while bloodied)",category:3},{id:"b76da79d-c486-4428-a564-fb3034cde829",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The automaton moves its speed and can enter enemies’ spaces. The automaton makes an attack against each enemy whose space it enters; 1d10+10 damage (1d10 + 15 while bloodied), and the automaton slides the target 2 squares.",damage:"1d10+10 damage (1d10 + 15 while bloodied)",category:1},{id:"51cdb38f-0376-45ad-8a81-2d8204c69703",name:"Death Burst",action:null,keywords:"",condition:"when the automaton drops to 0 hit points",range:"The automaton explodes in a shower of metal shards and loose gears: close burst 2",attack:{bonus:15,defence:0},description:"",details:"3d8+8 damage. Miss: Half damage.",damage:"3d8+8 damage",category:0},{id:"a8160eeb-23ec-49da-883a-fb82359c9a54",name:"Reverberate",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"when first bloodied",range:"",attack:{bonus:13,defence:1},description:"",details:"3d8+8 thunder damage, and ongoing 5 damage (save ends). Miss: Half damage.",damage:"3d8+8 thunder damage",category:1},{id:"8df19786-3bd8-4d75-ab4c-a031ed96e62b",name:"Catapult",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:2},description:"",details:"1d8+8 damage. The burst creates an area of difficult terrain that lasts until the end of the encounter.",damage:"1d8+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5bb4867f-ceaa-4f34-a7b0-a93b00afc263",name:"Iron Martyr",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"leather armor; spiked gauntlet",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:8},wisdom:{score:11},charisma:{score:10},hp:66,initiative:4,ac:16,fortitude:18,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"b20ca7c7-af70-45ad-b780-39dfbad7d4bc",name:"Spiked Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+6 damage, and the target is dazed until the end of the iron martyr’s next turn.",damage:"1d6+6 damage",category:1},{id:"c5eb184e-d4cf-47fd-ab37-4b6bf0a59308",name:"Hideous Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3d6+4 damage, and the target is stunned until the end of the iron martyr’s next turn.",damage:"3d6+4 damage",category:1},{id:"f3d3c45e-d9c0-4442-ab4b-5a3af9895333",name:"Bloodsoaked Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron martyr gains a +2 bonus to attack rolls, damage rolls, and Will.",damage:"damage rolls",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3a588cb0-407a-4031-b57e-39057953c220",name:"Kevrick",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"crossbow; dagger; leather armor; scimitar",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:15},wisdom:{score:20},charisma:{score:12},hp:292,initiative:21,ac:29,fortitude:26,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"f38f868a-6cb9-4f64-b706-1573e8eacfa6",name:"Slashing Feint",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage and Kevrick can shift 1 square (4d8 + 22 damage on critical hit).",damage:"2d8+6 damage and kevrick can shift 1 square (4d8 + 22 damage on critical hit)",category:1},{id:"1812ce1d-f015-441c-92ed-2cdf28a73a6c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kevrick makes two slashing feint attacks.",damage:"",category:1},{id:"49fe1c1f-84fd-4d17-9529-bc978db179d1",name:"Off-Hand Pierce",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"1d10+6 damage (2d10 + 16 damage on critical hit).",damage:"1d10+6 damage (2d10 + 16 damage on critical hit)",category:3},{id:"e8f82b1c-5f63-4b90-beac-43cf7c6dfe24",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"7e4dea82-a737-443e-b1c1-c8dd74416288",name:"Evil Eye of the Vistani",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"until the end of Kevrick’s next turn, the target grants combat advantage and cannot willingly move closer to Kevrick.",damage:"",category:3},{id:"6bc43ab8-c970-4627-b9bd-4237cf593de7",name:"Deadly Aim",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"4d10+6 damage and the target is stunned (save ends).",damage:"4d10+6 damage and the target is stunned (save ends)",category:1},{id:"3517c9ea-b5cc-44ca-9cf0-9ec2bb42ff1d",name:"Deadly Repercussions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Close burst 2",attack:{bonus:18,defence:3},description:"",details:"3d8+8 psychic damage. The target grants combat advantage and has ongoing 10 damage (save ends both). Until the target saves against this effect, once each turn when the target hits an ally roll 1d6; the target takes a penalty to saving throws equal to the result until the end of Kevrick’s next turn.",damage:"3d8+8 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8aa6340d-d98b-431b-86eb-53135df6289e",name:"Library Academic",details:"",size:2,origin:3,type:2,keywords:"exalted; eladrin",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Elven, Supernal",skills:"Insight +23, Religion +23",equipment:"",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:22},intelligence:{score:30},wisdom:{score:25},charisma:{score:19},hp:233,initiative:18,ac:39,fortitude:37,reflex:38,will:38,regeneration:null,auras:[{id:"79356e39-0e14-4db3-86ed-626675f4f209",name:"Litany of Sustaining",keywords:"",details:"aura 5; enemies within the aura take a -2 penalty to saves to end ongoing damage or conditions."}],powers:[{id:"ad3d719a-8508-449e-8735-0044b751bf28",name:"Sopoforic Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Psychic",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"2d10+8 psychic damage, and the target is stunned until the end of the library academic’s next turn.",damage:"2d10+8 psychic damage",category:1},{id:"ec819657-da0e-4df3-abb3-0d177978bb6b",name:"Word of Stumbling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"3d8+9 damage, and the library academic slides the target 3 squares.",damage:"3d8+9 damage",category:1},{id:"4206c513-d4b1-4a70-a874-4b1cf296be3c",name:"Word of Flaying",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Implement",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"4d10+9 damage, and ongoing 15 damage and the target takes a -2 penalty to attack rolls and all defenses (save ends all).",damage:"4d10+9 damage",category:1},{id:"2b92cbde-9f70-4fc8-ba5e-a0283b84325d",name:"Fey Step Mastery",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The library academic teleports 3 squares.",damage:"The library academic teleports 3 squares",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4e42e05-757a-4d98-9681-e57a9707e1ad",name:"Library Researcher",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:25,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +25",equipment:"implement, wand",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:30},wisdom:{score:26},charisma:{score:21},hp:175,initiative:15,ac:37,fortitude:33,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"e5ceb5d7-4f83-4037-90dc-e39a9cc1fb09",name:"Knock Back",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"2d8+10 damage, and the library researcher pushes the target 3 squares.",damage:"2d8+10 damage",category:1},{id:"c41a9576-95aa-49ac-908e-6dd4e9e058af",name:"Force Barrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"three attacks, each targeting the same or different creatures; 2d6+9 force damage. If a target is hit by two or more of the attacks, the target is knocked prone.",damage:"2d6+9 force damage",category:1},{id:"ec80e0d2-6464-4811-aaa0-ee439fce1278",name:"Prism Bomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear, Implement, Lightning, Poison",condition:"",range:"Area burst 2 within 20",attack:null,description:"",details:"each target in the burst is subject to the following attacks:",damage:"",category:1},{id:"ce6117ce-83c7-453b-9edb-96db9cf99543",name:"Cinder Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:2},description:"",details:"the library researcher conjures a zone of burning hot cinders. Any creature within the zone when it is conjured, which starts its turn within the zone, or moves into the zone is subject to the following attack; 3d10+9 fire damage, and the target takes ongoing 10 fire damage (save ends). Sustain Minor: The zone persists.",damage:"3d10+9 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0849376-1d7d-42a4-86ef-1494b8e9c625",name:"Methion Citizen",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:23},intelligence:{score:15},wisdom:{score:25},charisma:{score:18},hp:1,initiative:18,ac:38,fortitude:36,reflex:36,will:38,regeneration:null,auras:[],powers:[{id:"d2233f3b-0e62-4ee6-9eb1-cdac8ececf2e",name:"Improvised Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"bb70c46f-8382-4847-9918-917028007a07",name:"For Methion!",action:null,keywords:"",condition:"when reduced to 0 hp",range:"",attack:null,description:"",details:"The Methion citizen makes an improvised weapon attack as a free action.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e77ceb7-ee53-40ee-a7b5-c2dea28aaebd",name:"Methion Guildmaster",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Insight +23, Religion +23",equipment:"plate armor",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:22},intelligence:{score:19},wisdom:{score:25},charisma:{score:27},hp:226,initiative:18,ac:38,fortitude:37,reflex:34,will:37,regeneration:null,auras:[],powers:[{id:"030eb7cb-a555-4eea-9f5c-ba7c784dca3b",name:"Forge Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d10+8 damage, and the target takes ongoing 10 fire damage (save ends).",damage:"2d10+8 damage",category:1},{id:"72b7dc77-1cfc-47c9-b4c9-853733b5a918",name:"Rune of Brittleness",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no targets are suffering the effects"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"the target takes a -5 penalty to AC, attack rolls, and damage rolls (save ends all). Only one rune power may be attempted a turn.",damage:"and damage rolls (save ends all)",category:3},{id:"5197371c-d591-429f-bc57-7bc5d80d7a51",name:"Rune of Weakness",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no targets are suffering the effects"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the target is weakened (save ends). Only one rune power may be attempted a turn.",damage:"",category:3},{id:"59630e92-6715-472c-8580-b6b3c626ef6b",name:"Rune of Reinforcement",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Methion guildmaster or an adjacent ally gains a +2 bonus to AC and Fortitude defenses for the remainder of the encounter or until the Methion guildmaster uses the power again. Only one rune power may be attempted a turn.",damage:"The Methion guildmaster or an adjacent ally gains a +2 bonus to AC and Fortitude defenses for the remainder of the encounter or until the Methion guildmaster uses the power again",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1861693-b2da-4bdd-b94d-e1c64a0c5a85",name:"Mithral Dragonkin",details:"",size:2,origin:4,type:2,keywords:"",level:25,role:{type:6,flag:0,leader:!1},senses:"Perception +18",movement:"8, fly 12 (hover), teleport 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +27, Insight +19",equipment:"longspear",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:22},charisma:{score:22},hp:234,initiative:19,ac:39,fortitude:39,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"519407ae-4cf2-4b5a-92a0-35c2a892dab2",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+9 damage and ongoing 10 radiant damage (save ends).",damage:"2d8+9 damage and ongoing 10 radiant damage (save ends)",category:1},{id:"e69a8b93-5b19-4d75-af2c-7857c5cb6cb5",name:"Dimensional Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mithral dragonkin teleports 5 squares, makes a longspear attack, teleports 5 squares, and makes a longspear attack against a different target.",damage:"The mithral dragonkin teleports 5 squares",category:1},{id:"037396aa-14d1-4a37-bc1f-e35501308ad8",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:28,defence:2},description:"",details:"3d8+9 radiant damage, and the target is blinded (save ends).",damage:"3d8+9 radiant damage",category:1},{id:"97c83f27-f283-48b9-a88a-5b22c6dbda39",name:"Prescient Defense",action:{action:5,trigger:"when the mithral dragonkin is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mithral dragonkin gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the mithral dragonkin teleports 5 squares.",damage:"The mithral dragonkin gains a +4 bonus to all defenses against the triggering attack",category:5},{id:"c6eec9d0-9a8f-49f3-9a0a-e89177897193",name:"Dragonborn Fury",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The mithral dragonkin gains a +1 racial bonus to attack rolls.",damage:"The mithral dragonkin gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"030ea28d-1c78-4b04-874e-f6afbefee6a7",name:"Shocktroop Devil Line Breaker",details:"",size:3,origin:3,type:2,keywords:"devil",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:24},hp:219,initiative:15,ac:41,fortitude:35,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"f33b46c4-9234-40b6-bcdd-026c1be98c3a",name:"Sword and Shield",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and the shocktroop devil line breaker makes a secondary attack. Secondary Attack: Reach 2; +28 vs. Fortitude; the target is pushed 2 squares and dazed until the end of the shocktroop devil line breaker’s next turn.",damage:"3d6+8 damage",category:1},{id:"65d84286-7f6b-4d9e-97eb-3c2d6e04bc1e",name:"Shocktroop Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the shocktroop devil line breaker has full hit points"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The devil makes three sword and shield attacks, each against a different target.",damage:"",category:1},{id:"1ae4c6e2-c44b-460d-816d-fcadad9669a5",name:"Asmodeus’s Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a shocktroop devil line breaker is not bloodied, it gains a +2 bonus to all defenses against divine attack powers. While bloodied, it takes a -2 penalty to all defenses against divine attack powers.",damage:"it gains a +2 bonus to all defenses against divine attack powers",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4895a58d-8219-4ff7-bfc5-20778dadc7b6",name:"Silver Dragon Errant",details:"",size:4,origin:4,type:1,keywords:"dragon",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"10, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +27, Insight +19",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:24},intelligence:{score:14},wisdom:{score:14},charisma:{score:22},hp:564,initiative:19,ac:36,fortitude:38,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"9dc5069b-1c0c-4f86-9174-d8b82e684403",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 4d6+8 damage.",damage:"4d6+8 damage",category:1},{id:"e7970c9a-bfc2-444a-be7d-579895ce6287",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"d6a75ff4-4699-4726-9adc-ac0329c0ed1d",name:"Tail Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:25,defence:0},description:"",details:"one, two, or three enemies in blast; 4d6+8 damage, and the target is dazed (save ends).",damage:"4d6+8 damage",category:1},{id:"f2c8ea8b-8e6f-4d69-a842-a5ea3cbd445c",name:"Errant’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silver dragon errant makes two claw attacks and one bite attack.",damage:"",category:1},{id:"354909cb-e2a8-4fc5-b184-ba76c83dee68",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"3d8+8 cold damage, and the target gains vulnerable 10 to all damage (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"f9c7de5d-a7e5-4c55-8978-40f34b093159",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the silver dragon errant uses it.",damage:"",category:5},{id:"1479fd93-35e0-4c83-b4fa-05763b1b7ad9",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the silver dragon errant’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"4a7cee94-4c67-4625-8d5a-d2631e78827b",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A silver dragon errant makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"a silver dragon errant makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ae68582-0dc7-4d8d-9ea9-1d80cdd0706a",name:"Spell Shard",details:"",size:2,origin:3,type:0,keywords:"",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"2, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:23},dexterity:{score:23},intelligence:{score:12},wisdom:{score:27},charisma:{score:23},hp:1,initiative:18,ac:36,fortitude:35,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"f502239f-f45b-41c2-82b5-ab6a1506a5f6",name:"Origin Spell",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Force, Lightning, Thunder",condition:"(standard",range:"",attack:null,description:"",details:"When created, the spell shard knows one of the following attacks, determined randomly:",damage:"",category:1},{id:"642a4865-789a-4e87-8418-d670de947d68",name:"Energy Release",action:null,keywords:"",condition:"when the spell shard drops to 0 hit points",range:"",attack:null,description:"",details:"The spell shard makes an origin spell attack as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19dc31ad-59b5-4de3-8cbc-a09b67d5a907",name:"Terraguhl",details:"Among the most horrific creatures found in Codricuhn’s employ, the terraguhls are sentient mounds of grave dirt, replete with twitching corpses trapped in their bodies and compelled by madness and wickedness to bury their enemies alive.",size:3,origin:1,type:1,keywords:"demon, earth, undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +9; darkvision, tremorsense 10",movement:"5, burrow 5 see also plunge",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:8},hp:93,initiative:9,ac:24,fortitude:22,reflex:20,will:18,regeneration:null,auras:[{id:"c481356f-2b20-4325-b544-f89f5e548836",name:"Grasping Corpses",keywords:"",details:"aura 1; any enemy that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"181ca090-1e54-49ee-ae79-dca9a4849dd5",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+2 damage, and the target is slowed (save ends).",damage:"2d6+2 damage",category:1},{id:"87121001-23fc-4767-abd1-0bb82c110077",name:"Entomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"Close burst 3",attack:{bonus:11,defence:1},description:"",details:"targets one slowed or immobilized creature; the target is buried under the surface of the ground (save ends). While buried, the target is restrained and blind, and only creatures with burrowing can have line of effect to the target. Each time the target fails a save against this effect, it takes 5 damage and the terraguhl regains 5 hit points. Aftereffect: The target is half-buried (save ends). While half-buried, the target is immobilized and prone.",damage:"it takes 5 damage and the terraguhl regains 5 hit points",category:1},{id:"dafc5316-fc30-42cf-a392-286a62e6b94a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A terraguhl’s melee attacks deal 1d6 extra damage to any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"8e06e4d9-11b1-4d87-afa9-0e5ad8d1fb52",name:"Plunge",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The terraguhl shifts 1 square and burrows 2 squares.",damage:"The terraguhl shifts 1 square and burrows 2 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"7afd512d-d08f-476a-90f2-342ccf09a19c",name:"The Voice of the Storm",details:"The Voice is a horror. Possessed of an oversized mortal man’s physique, it is chiseled and almost appealing. From afar, the Voice seems angelic, with two feathery wings emerging from its back, but any physical beauty it might possess is immediately overshadowed by its awful visage. A great sucking maw occupies much of its head—a lamprey’s mouth filled with inwardly curved teeth clotted with rotten meat and a bevy of toxins.",size:3,origin:1,type:2,keywords:"blind, demon",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +18; blindsight 20, tremorsense 20",movement:"6, fly 8 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +23, Bluff +26, History +23, Intimidate +26",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:26},intelligence:{score:22},wisdom:{score:23},charisma:{score:29},hp:458,initiative:20,ac:39,fortitude:35,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"54136f60-a4db-4406-be94-8b14c8b3ac39",name:"Appalling Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d8+6 damage",category:1},{id:"f4690f02-3b3c-4476-98a2-16803e251538",name:"Wing Slap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the Voice slides the target 2 squares.",damage:"2d8+4 damage",category:3},{id:"2c81cb7b-fd1a-4f64-aa2e-38333683171c",name:"Howl of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:29,defence:3},description:"",details:"targets enemies; deafened creatures are immune; the target is dazed and must use its standard action on its turns to make a basic attack against an ally adjacent to it or a charge attack against the nearest legal ally (save ends both).",damage:"",category:5},{id:"579ec86e-3e67-4a97-8034-902a39444904",name:"Speak the Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"3d8+9 thunder damage, and the target is dazed and deafened (save ends both).",damage:"3d8+9 thunder damage",category:1},{id:"eb3c5ced-4666-4be0-bb9f-7c2ca395e826",name:"Wind Gust",action:{action:5,trigger:"when an enemy moves to flank the voice",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"the Voice pushes the target 3 squares and knocks the target prone.",damage:"the Voice pushes the target 3 squares and knocks the target prone",category:5},{id:"73807e6a-43d8-41a1-b908-47de0cfcee7b",name:"Invoke the Master’s Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:29,defence:2},description:"",details:"1d10+9 damage plus 1d10 lightning damage. The burst creates a zone of crackling barbed chains until the end of the encounter. The zone is difficult terrain, and any creature that starts its turn within the zone takes 10 lightning damage.",damage:"1d10+9 damage plus 1d10 lightning damage",category:1}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"fc46b84c-1860-40b9-940b-596172b565c9",name:"Thug",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"leather armor; morningstar",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:1,initiative:7,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"a55994f5-b723-4f71-94c8-6b34c7b013b5",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"7fe5ba17-ebac-4206-8b1c-75453f73b8ac",name:"Beatdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage, and the thug knocks the target prone.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3182e6a0-a021-42ee-a700-58ee9b76f840",name:"Valshelar",details:"",size:2,origin:1,type:2,keywords:"water; Genasi",level:2,role:{type:4,flag:1,leader:!1},senses:"Perception +6; tremorsense",movement:"6",alignment:"Evil",languages:"Common, Primordial",skills:"",equipment:"hide armor; katar",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:20},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:58,initiative:8,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ae351636-eb9b-4476-8f4a-60000eecc291",name:"Piercing Thrust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage (1d6 +9 damage on critical hit).",damage:"1d6+3 damage (1d6 +9 damage on critical hit)",category:1},{id:"5e451f49-221d-478d-b323-39a7d0b5678f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Valshelar makes two piercing thrust attacks.",damage:"",category:1},{id:"24e12de9-bca2-4951-9aa8-0db89de718cf",name:"Counter",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"When hit with a melee attack",attack:{bonus:7,defence:0},description:"",details:"1d10+3 damage (1d10 + 9 damage on critical hit) and the target is dazed (save ends).",damage:"1d10+3 damage (1d10 + 9 damage on critical hit) and the target is dazed (save ends)",category:5},{id:"aefee16b-0a70-4a58-bd9d-4bd9a9280f3b",name:"Dart Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:5,defence:2},description:"",details:"targets enemies; 2d6+3 damage and the target is slowed (save ends).",damage:"2d6+3 damage and the target is slowed (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04e68c77-e08a-4f4c-b297-3825675f784c",name:"War Devil Lieutenant",details:"",size:3,origin:3,type:2,keywords:"devil",level:25,role:{type:2,flag:0,leader:!0},senses:"Perception +17; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +20",equipment:"trident",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:15},wisdom:{score:20},charisma:{score:19},hp:286,initiative:19,ac:38,fortitude:37,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"c468b507-dd52-4d15-abc6-bea7c703a04a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"8127e53b-1109-4d68-afcd-af14d3cc2d60",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 4d4+9 damage and ongoing 5 damage (save ends), and the target slides into any square adjacent to the war devil lieutenant and is knocked prone.",damage:"4d4+9 damage and ongoing 5 damage (save ends)",category:1},{id:"b1a1387e-225a-44a3-bd8b-517b63a11aed",name:"Besieged Foe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"automatic hit; the target is marked, and allies of the war devil lieutenant gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil lieutenant marks a new target.",damage:"and allies of the war devil lieutenant gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil lieutenant marks a new target",category:3},{id:"4230bfaf-9410-4559-b63e-fed9ee3f1fe9",name:"Devilish Transposition",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:null,description:"",details:"the war devil lieutenant and an allied devil within range swap positions.",damage:"",category:2},{id:"81522544-cee0-4294-8ed6-72287d77cc90",name:"Fiendish Tactics",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects up to 2 allied devils of the war devil lieutenant’s level or lower; each target can take a move action or make a basic attack.",damage:"affects up to 2 allied devils of the war devil lieutenant’s level or lower",category:3}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"64512b03-a15e-4e07-ba6d-467ac950327b",name:"Watch Patroller",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"glaive; scale armor",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:10},charisma:{score:12},hp:1,initiative:8,ac:23,fortitude:20,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"72b42629-23d8-40f3-a329-e0414c6ac195",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 6 damage.",damage:"6 damage",category:1},{id:"dd0e0b30-7adb-4853-8399-ffda6eec798d",name:"Stop in the Name of the Law",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Reach 2; 6 damage, and the target is slowed until the end of the patroller’s next turn.",damage:"6 damage",category:1},{id:"5fb31830-6a31-4cc1-b78e-ebc85e287929",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it.",damage:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dcd09925-6aef-44ac-bddc-ded35f728111",name:"Watch Sergeant",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:7,flag:0,leader:!0},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; crossbow; crossbow bolt; longsword",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:104,initiative:10,ac:26,fortitude:22,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"8a38b538-ca4b-463a-b287-8a94144b4296",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of the watch sergeant’s next turn.",damage:"2d8+7 damage",category:1},{id:"b554595b-3faf-483e-9d8d-f60794dd1b51",name:"Line Support",action:{action:4,trigger:"when an enemy marked by the watch sergeant makes an attack that does not include the watch sergeant",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(targets triggering enemy)2d8+7 damage, and the target is pushed 1 square.",damage:"(targets triggering enemy)2d8+7 damage",category:5},{id:"b676dca3-f849-487d-ad22-bc5cc29e4759",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:14,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"e9b60577-df46-4d8a-b394-638e7c7eec95",name:"Call to Arms",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target makes a melee basic attack or shifts 3 squares as a free action.",attack:null,description:"",details:"targets allies",damage:"",category:5},{id:"705a2bd7-5ebc-412d-bf09-f7cd0d8dc4dc",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it.",damage:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46ba6da2-b1d0-4e6c-be69-654f4983741c",name:"Adrik Bronzeknuckle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"Acrobatics +13, Intimidate +10, Thievery +13",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:13},wisdom:{score:14},charisma:{score:14},hp:81,initiative:10,ac:21,fortitude:19,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"c5d4d8a4-3af9-416b-a8e3-23f1a50b4d1c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"d5e68bd2-5adc-4f7c-8f70-d9d1c8003579",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"fc49e4a0-659c-40e6-acb5-151cfa0c0db8",name:"Murderous Slice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4+5 damage and the target takes ongoing 5 damage (save ends).",damage:"2d4+5 damage and the target takes ongoing 5 damage (save ends)",category:1},{id:"2b595710-b979-4218-b978-60956988eb98",name:"Slippery Dodge",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when adrik starts his turn adjacent to more than one enemy"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Adrik ends any mark condition affecting him and then shifts 3 squares.",damage:"Adrik ends any mark condition affecting him and then shifts 3 squares",category:2},{id:"630abec0-3bc8-4480-a9bd-7d679d39a87a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Adrik deals 1d6 extra damage against any target he has combat advantage against.",damage:"adrik deals 1d6 extra damage against any target he has combat advantage against",category:0},{id:"9c5af992-11ef-49d1-8191-87d7cbb29153",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bfc4df9-d655-4193-8339-b14f73f06d3a",name:"Ajathan Strongheart",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Any",languages:"Common, Elven",skills:"Arcana +14, Bluff +12, History +14, Streetwise +10",equipment:"dagger",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:180,initiative:7,ac:23,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"f505d349-a981-4fe2-9a7d-d60506e8bb2f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+5 damage, and the target is slowed until the end of Ajathan’s next turn.",damage:"1d4+5 damage",category:1},{id:"bb7dcee2-df52-4dff-bee5-1a5c5def17a7",name:"Charm Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"two targets; the target is dominated (save ends).",damage:"",category:1},{id:"00c0de66-e360-4007-8487-6c155c757f02",name:"Dual Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ajathan makes a phantom bolt attack against one creature and a teleporting bolt attack against another creature.",damage:"",category:1},{id:"cadc55a6-294b-476f-ba07-b64177d178fc",name:"Phantom Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d8+7 psychic damage, and Ajathan slides the target 1 square.",damage:"1d8+7 psychic damage",category:1},{id:"595c2a7b-a138-4844-a2b6-19426b777dc4",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d8+7 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"125386fb-0a6d-4c81-a5fa-83c8704807f6",name:"Angel of Great Valor",details:"",size:2,origin:3,type:2,keywords:"angel",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"6, fly 9 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:28},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:18,ac:39,fortitude:39,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"5c65a571-fdd6-4354-ae1a-1790f6d6e5e2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"14 fire damage.",damage:"14 fire damage",category:1}],damageModifiers:[{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e9c9cf97-4015-4b62-99d0-3e8fcf27c840",name:"Angel of Radiance",details:"",size:2,origin:3,type:2,keywords:"angel",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +23",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:25},intelligence:{score:15},wisdom:{score:30},charisma:{score:25},hp:1,initiative:22,ac:41,fortitude:39,reflex:39,will:39,regeneration:null,auras:[],powers:[{id:"0297cedc-10ae-4418-8ce7-b862d61fd191",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"14 damage.",damage:"14 damage",category:1},{id:"b70fe9c8-8968-4ef6-8815-1444b626a102",name:"Radiant Martyr",action:null,keywords:"Radiant",condition:"when the angel of radiance drops to 0 hit points",range:"close burst 10",attack:{bonus:28,defence:1},description:"",details:"The angel of radiance explodes in a burst of brilliant light; targets enemies; the target is blinded until the end of its next turn. Effect: Angels in the burst gain 10 temporary hit points.",damage:"Angels in the burst gain 10 temporary hit points",category:0}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"96013c21-0f05-4510-a445-0e9d1b53375e",name:"Angel of Warding",details:"",size:2,origin:3,type:2,keywords:"angel",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Supernal",skills:"Acrobatics +21, Insight +22, Intimidate +19",equipment:"fullblade; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:11},wisdom:{score:22},charisma:{score:16},hp:210,initiative:18,ac:38,fortitude:35,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"2b8db5e6-a038-4f61-95d6-1d3e0bc50557",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d12+7 damage (crit 6d12 + 31), and the target is marked until the end of the angel of warding’s next turn.",damage:"2d12+7 damage (crit 6d12 + 31)",category:1},{id:"7f30616a-d76b-4c2c-b61c-268733623dfc",name:"Holy Ban",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the angel of warding hits with a fullblade attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature the angel of warding has marked; the target can only spend move actions to move, and not shift, away from the angel of warding (save ends).",damage:"",category:3},{id:"cf145ded-085c-452c-b731-d66d6c961269",name:"Hewing Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires fullblade",range:"Close burst 1",attack:{bonus:30,defence:0},description:"",details:"one creature; 2d12+7 damage, and the angel of warding can repeat the attack against another creature in the burst.",damage:"2d12+7 damage",category:1},{id:"1d22a17d-49bc-4cec-abbf-bdfcc847f786",name:"Righteous Retaliation",action:{action:4,trigger:"when an enemy the angel of warding has marked ends its turn in a square not adjacent to an angel of warding",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation, Weapon",condition:"",range:"",attack:null,description:"",details:"The angel of warding teleports to a square adjacent to the triggering enemy, makes a basic attack, and teleports to the square it vacated.",damage:"",category:5},{id:"50c61b9b-e77c-448e-99c2-fb63e3d30d43",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against an angel of warding takes a –2 penalty to the attack roll",damage:"",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"3875f682-f90a-43b3-a226-ed5c629beac8",name:"Assassin Devil Abductor",details:"",size:2,origin:3,type:2,keywords:"devil",level:27,role:{type:4,flag:0,leader:!1},senses:"Perception +26; darkvision",movement:"12",alignment:"Evil",languages:"Common, Supernal",skills:"Stealth +28",equipment:"leather armor; longsword",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:30},intelligence:{score:18},wisdom:{score:27},charisma:{score:14},hp:186,initiative:27,ac:41,fortitude:37,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"5864e37d-a666-4814-8a25-27f8674e0187",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"2d8+6 necrotic damage, and ongoing 5 damage (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"c2256363-6063-40e1-afdd-e75d478a08e8",name:"Shadow Net",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the assassin devil uses shadow cloak"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:29,defence:2},description:"",details:"the target is restrained, is weakened, and takes ongoing 10 necrotic damage (save ends all). While a target is affected by shadow net, the assassin devil cannot use its shadow cloak power.",damage:"and takes ongoing 10 necrotic damage (save ends all)",category:1},{id:"e8938413-8b59-4c30-bf28-79e3d33dd8bb",name:"Spirit Away",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:29,defence:3},description:"",details:"one target restrained by shadow cloak; the target teleports 10 squares.",damage:"the target teleports 10 squares",category:1},{id:"546f31f3-4e45-4288-8cfa-b3d1aace6e26",name:"Dangerous Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it.",damage:"an assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it",category:1},{id:"bfc151ae-f25d-4153-98d7-b7aa5a7f3bc3",name:"Shadow Cloak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creatures are affected by shadow net"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The assassin devil abductor is invisible until it hits or misses with an attack.",damage:"",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7601e76-40b3-4756-badb-73b6d32d2895",name:"Brazen Devil Guard",details:"",size:3,origin:3,type:2,keywords:"devil",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +25; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +24",equipment:"trident",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:18},intelligence:{score:23},wisdom:{score:25},charisma:{score:22},hp:249,initiative:19,ac:43,fortitude:40,reflex:37,will:38,regeneration:null,auras:[],powers:[{id:"45a528a4-3d14-485a-bb8f-d8e9d08a9176",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 2d12+8 damage, and the target slides 1 square.",damage:"2d12+8 damage",category:1},{id:"0d70c4d1-9dbb-42ac-9a85-42dc3660d9cd",name:"Disgorge Hellfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:32,defence:2},description:"",details:"2d10+10 fire damage, and the target loses all resistances until the end of the brazen guard’s next turn.",damage:"2d10+10 fire damage",category:1},{id:"c62566ad-ac39-4224-ac55-1a78ffad2daf",name:"Furious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Reach 2; 2d12+8 damage, the target is pushed 3 squares, and the brazen devil guard teleports to a space adjacent to the target at the end of the push.",damage:"2d12+8 damage",category:1},{id:"7a6c6b34-eab6-4f92-8353-dc3d9983c97d",name:"Fiendish Opportunist",action:{action:4,trigger:"when an enemy is pushed",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"or slid into a square adjacent to the brazen devil",range:"",attack:{bonus:32,defence:1},description:"",details:"2d12+5 damage, and the target is knocked prone.",damage:"2d12+5 damage",category:5},{id:"7f618a23-f624-42c3-b042-5c052a318104",name:"Infernal Assault",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The brazen devil guard teleports 20 squares and gains a +2 bonus to attack rolls until the start of its next turn. The brazen devil guard can teleport into occupied squares, sliding any creatures occupying those squares into the nearest unoccupied squares.",damage:"The brazen devil guard teleports 20 squares and gains a +2 bonus to attack rolls until the start of its next turn",category:2}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b414abc6-7619-447f-ae42-a3ecc98931c8",name:"Cambion Hell Thrall",details:"",size:2,origin:3,type:2,keywords:"devil",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +24, Bluff +26",equipment:"dagger",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:22},intelligence:{score:24},wisdom:{score:21},charisma:{score:29},hp:220,initiative:18,ac:38,fortitude:34,reflex:36,will:38,regeneration:null,auras:[],powers:[{id:"a58c6df6-8eaa-42bf-bdc7-60b72b3b86b0",name:"Hellfire Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"4d6+3 damage, and the target gains vulnerability 5 fire until the end of the cambion’s next turn.",damage:"4d6+3 damage",category:1},{id:"5ab38c67-494b-47b0-8e84-de1f46be2d91",name:"Soulburn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"1d6+9 fire and psychic damage, and ongoing 10 fire and psychic damage (save ends).",damage:"1d6+9 fire and psychic damage",category:1},{id:"940ceaae-7f0f-4134-802b-0aec798cffcb",name:"Tortured Soul",action:{action:4,trigger:"when a target fails a saving throw to end the ongoing damage from soulburn",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:3},description:"",details:"the target is dazed until the end of the cambion’s next turn. Effect: The target slides 3 squares.",damage:"The target slides 3 squares",category:5},{id:"edfa453f-2816-41d0-808d-ed2a108a6946",name:"Plague of Hellfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the cambion is first bloodied"},keywords:"Fire, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:2},description:"",details:"targets enemies; 4d8+8 fire and psychic damage, the target takes ongoing 10 fire damage and the target is held immobilized 6 squares (30 feet) above the battlefield (save ends both). Aftereffect: The target falls and takes normal falling damage.",damage:"4d8+8 fire and psychic damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5004f4ac-de0c-4404-8042-e1bb2d0bc4ca",name:"Carnage Demon Savager",details:"",size:2,origin:1,type:1,keywords:"demon",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:7},wisdom:{score:18},charisma:{score:9},hp:1,initiative:12,ac:27,fortitude:29,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"f3e3f5c0-6e47-4aa8-8617-e47ce48301ae",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"3b76d896-dd9d-4181-94d8-79434cd08b7b",name:"Bloodlust",action:null,keywords:"",condition:"when the carnage demon savager drops to 0 hp adjacent to a bloodied enemy",range:"",attack:null,description:"",details:"The carnage demon makes a claw attack against an adjacent bloodied enemy.",damage:"",category:0},{id:"3a2c3c7f-f2a2-4333-856e-29970a310e14",name:"Carnage",action:null,keywords:"",condition:"",range:"The carnage demon savager gains a +1 bonus to melee attack rolls if it has one or more allies adjacent to its target, or +3 if one of these allies is another carnage demon.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fb3021a0-dd66-48d3-8aff-a70224e7d219",name:"Countess Tesyn ir’Lantar",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +16, Bluff +18, Insight +14",equipment:"dagger",category:"",strength:{score:9},constitution:{score:20},dexterity:{score:11},intelligence:{score:18},wisdom:{score:11},charisma:{score:22},hp:232,initiative:7,ac:26,fortitude:27,reflex:26,will:28,regeneration:null,auras:[{id:"35f5d064-29cd-4d09-9a91-506baf71ddf5",name:"Entropic Veil",keywords:"",details:"aura 5; enemies within the aura lower their resist values by 10."}],powers:[{id:"116593d6-11e6-42dc-9efb-60649094b355",name:"Demonclaw Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d4+5 damage, and the target takes 15 poison damage if it ends its turn within 5 squares of the Countess (save ends).",damage:"2d4+5 damage",category:1},{id:"2ce8b4d7-4d22-49ea-9675-412665f05381",name:"Rotfall",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Area burst 1 within 10",attack:{bonus:19,defence:2},description:"",details:"2d8+6 necrotic damage, and the target is knocked prone.",damage:"2d8+6 necrotic damage",category:1},{id:"d50904a7-ab80-44a0-947d-5fb973ca118c",name:"Storm Maw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:19,defence:2},description:"",details:"1d8+6 lightning damage plus 1d8 + 6 thunder damage, and the target slides 1 square toward the burst’s origin square. Miss: Half damage.",damage:"1d8+6 lightning damage plus 1d8 + 6 thunder damage",category:1},{id:"d6308d9c-278d-4d45-a75d-35e0b35d1b6f",name:"Demon Shackles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"2d6+6 fire damage. Effect: A zone of spent heat springs up in the area. If a creature leaves the zone or is inside the countess’s aura before the end of the countess’s next turn, that creature takes 10 cold damage.",damage:"2d6+6 fire damage",category:1},{id:"92d41e32-87d3-4b04-9274-3040ca07c316",name:"Blood Power",action:{action:4,trigger:"when a bloodied enemy within 5 squares takes damage",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The countess regains the use of demon shackles or storm maw.",damage:"",category:5},{id:"cfa19e3d-4dc4-4386-b52f-b13e16d78394",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The countess can disguise herself to appear as any Medium humanoid. A successful Insight check (DC 28) pierces the disguise.",damage:"",category:3},{id:"d04b0298-41ad-49b7-ba3f-ca1d2c1cef48",name:"Demon Seed",action:{action:4,trigger:"when the countess drops an enemy to 0 hp",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Two carnage demon savager minions appear in unoccupied squares adjacent to the countess. The triggering enemy takes a –4 penalty to death saving throws while these minions live.",damage:"",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"e0c0d3ef-674f-492f-b83f-83cc9a4d3b23",name:"Ekud ’Myst’ Bronzeknuckle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:16},wisdom:{score:15},charisma:{score:16},hp:91,initiative:6,ac:22,fortitude:20,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"f0866f5d-927c-4de3-9997-c0859b5e4c84",name:"Rod of Acamar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 necrotic damage.",damage:"1d6+4 necrotic damage",category:1},{id:"7b00633e-eb61-468e-bff5-651e54b2a210",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement, Radiant",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"1d6+4 radiant damage, and if the target moves closer to Ekud on its next turn it takes 1d6 + 4 damage.",damage:"1d6+4 radiant damage",category:1},{id:"a11ff933-ae89-45bf-a1e3-e086f95a49b6",name:"Acamar’s Tide",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Implement, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:11,defence:1},description:"",details:"targets enemies; 2d8+4 necrotic damage and the target is pushed 4 squares.",damage:"2d8+4 necrotic damage and the target is pushed 4 squares",category:1},{id:"726df33a-5b13-4632-bc24-1c25e6ada898",name:"Death Breaks the Prison",action:null,keywords:"Necrotic, Psychic",condition:"when ekud is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"1d10 necrotic damage, and ongoing 5 psychic damage (save ends).",damage:"1d10 necrotic damage",category:0},{id:"60629a04-00bf-4793-87f2-1bb126957915",name:"Curse of Ulban",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"Must target the nearest enemy; no attack roll; the curse of Ulban lasts until the end of the encounter; whenever Ekud hits a cursed target with an attack, that target takes 1d6 extra damage and is slowed until the end of Ekud’s next turn.",damage:"that target takes 1d6 extra damage and is slowed until the end of ekud’s next turn",category:3},{id:"42ff6123-cb17-4221-9b21-467cec0bda62",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e66b6ea2-deca-4c85-b38b-5408a0e31a09",name:"Empyron Attendant",details:"",size:2,origin:3,type:2,keywords:"",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +21",movement:"6",alignment:"Lawful Good",languages:"Supernal",skills:"Heal +26",equipment:"",category:"",strength:{score:11},constitution:{score:26},dexterity:{score:26},intelligence:{score:10},wisdom:{score:27},charisma:{score:11},hp:1,initiative:21,ac:41,fortitude:39,reflex:39,will:39,regeneration:null,auras:[{id:"f515f063-30bc-41a6-8154-aaf29163264d",name:"Healing Presence",keywords:"",details:"(Healing) aura 1; allies in the aura regain 9 extra hit points whenever they regain hit points."}],powers:[{id:"6c634154-56b2-4b6e-8a87-904815af8039",name:"Martyr’s Shield",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:null,description:"",details:"allies in the burst gain a +2 bonus to all defenses until the end of their next turns.",damage:"allies in the burst gain a +2 bonus to all defenses until the end of their next turns",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"radiant",tactics:""},{id:"74d26930-0bbf-444a-92b8-4da0fb90d48a",name:"Forgespirit",details:"",size:3,origin:3,type:1,keywords:"air, earth, fire",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:25},intelligence:{score:6},wisdom:{score:21},charisma:{score:15},hp:236,initiative:19,ac:39,fortitude:39,reflex:37,will:35,regeneration:null,auras:[],powers:[{id:"078bc6a7-8247-439b-be3c-a1e0a563273a",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 1d6+8 fire damage, and ongoing 10 fire damage (save ends). If this attack hits a target already suffering from ongoing fire damage, the attack instead deals 10 extra fire damage.",damage:"1d6+8 fire damage",category:1},{id:"caf21c6c-8864-46f0-9f02-abc7c0c1cd4c",name:"Hammer on Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"Reach 2; 3d8+8 damage, and the target is pushed 3 squares and knocked prone.",damage:"3d8+8 damage",category:1},{id:"188200db-fac9-4e25-ae1b-36ffdd9d5083",name:"Forge Burst",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"3d6+9 fire damage. Effect: The squares along the edge of the burst become a zone of raging fire that lasts until the end of the forgespirit’s next turn (sustain minor). Any creature that starts its turn inside or enters the zone takes 20 fire damage.",damage:"3d6+9 fire damage",category:1},{id:"24044526-e9ef-40b8-b7ba-5285287dd37b",name:"Unearthly Bellows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"3d10+6 damage, and the target is pushed 3 squares, and slowed (save ends).",damage:"3d10+6 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c92ca58d-2464-492a-b163-beed062c78b4",name:"Forgesworn Dwarf",details:"",size:2,origin:3,type:2,keywords:"dwarf",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"chainmail; heavy shield; warhammer",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:20},intelligence:{score:10},wisdom:{score:23},charisma:{score:10},hp:1,initiative:18,ac:36,fortitude:40,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"e28c6385-8f2c-42f8-892f-5f0c1af6cf26",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"17 damage.",damage:"17 damage",category:1},{id:"dd823ddb-3e51-4b37-b8ac-70c6658628f0",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0},{id:"839f286e-dbbb-42a9-a93c-a238fea6d646",name:"Eternal Returns",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a forgesworn dwarf is reduced to 0 hit points while in the aspect of Moradin’s victorious song aura, two more forgesworn dwarves appear in unoccupied spaces adjacent to the aspect of Moradin at the end of his next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"40ba9a62-50e9-43db-90b9-fe98e9b9d9ea",name:"Godforged Blade Bearer",details:"",size:3,origin:3,type:0,keywords:"construct",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +26; truesight 10",movement:"8 see also swift blade",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:29},intelligence:{score:4},wisdom:{score:26},charisma:{score:8},hp:245,initiative:24,ac:42,fortitude:37,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"a7defbfe-32fe-4386-8eb9-d9e6616ddd99",name:"Swift Blade",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the godforged blade bearer shifts 1 square.",damage:"3d8+9 damage",category:3},{id:"e63f846b-5442-4f03-9954-2ea23445e289",name:"Sparking Damage",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Radiant",condition:"and 0 hit points",range:"Close burst 1",attack:{bonus:30,defence:2},description:"",details:"5d10 lightning and radiant damage.",damage:"5d10 lightning and radiant damage",category:1},{id:"338fde45-c70e-4c98-a4f4-8f84862954ab",name:"Murderous Intent",action:null,keywords:"",condition:"while marked by an enemy",range:"",attack:null,description:"",details:"The godforged blade bearer’s swift blade attacks deals 2d8 extra damage to targets that mark it.",damage:"the godforged blade bearer’s swift blade attacks deals 2d8 extra damage to targets that mark it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"7e64aba2-78c7-4f77-bfd2-eb3aaffb6466",name:"Godforged Bolter",details:"",size:2,origin:3,type:0,keywords:"construct",level:26,role:{type:0,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"4 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:30},intelligence:{score:2},wisdom:{score:20},charisma:{score:8},hp:185,initiative:23,ac:41,fortitude:38,reflex:41,will:36,regeneration:null,auras:[],powers:[{id:"e54ba4d8-a2f1-43dc-93da-bc198b35d6c8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 2 squares.",damage:"2d8+7 damage",category:1},{id:"b3bdf40e-f4cc-47e1-a2fb-2c6fceec9858",name:"Impaling Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"2d6+10 damage, the target is immobilized (save ends), and the godforged bolter pushes the target 1 square. Aftereffect: The target takes 10 damage.",damage:"2d6+10 damage",category:1},{id:"67a92a7e-9eca-47de-b158-0e8a46542195",name:"Missile Defense",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:28,defence:2},description:"",details:"4d10+8 damage.",damage:"4d10+8 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"be8b76c3-d4e3-4fa0-82cd-8f4c0179f3c9",name:"Godforged Slasher",details:"",size:3,origin:3,type:0,keywords:"construct",level:29,role:{type:2,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:2},wisdom:{score:24},charisma:{score:8},hp:328,initiative:22,ac:41,fortitude:43,reflex:41,will:40,regeneration:null,auras:[{id:"3d03838b-3c0f-429b-afe6-1a233caadc12",name:"Spinning Blades",keywords:"",details:"aura 1; each creature that starts its turn in the aura takes 20 damage."}],powers:[{id:"ae5cc43e-f37b-44c5-87c3-eac6afa938fb",name:"Slashing Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"f502c53c-3ff0-4df1-91cf-d9cb324ec0a7",name:"Flensing Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:32,defence:0},description:"",details:"targets enemies; 2d8+6 damage, and ongoing 15 damage (save ends).",damage:"2d8+6 damage",category:1},{id:"024f565b-f373-4db0-84dd-72a8f70ecd5e",name:"Hasty Repair",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Reach 2; targets one shattered progeny; the shattered progeny is destroyed and the godforged slasher regains 40 hit points.",damage:"Reach 2",category:3},{id:"316b76f4-6842-4444-8240-886ac0511fc4",name:"Shattered Progeny",action:{action:7,trigger:"when reduced to 246",sustainAction:0,use:1,recharge:""},keywords:"",condition:"and 0 hit points",range:"",attack:null,description:"",details:"Place a shattered progeny token in an unoccupied space adjacent to the godforged slasher, and reduce the godforged slasher’s spinning blades damage by 5.",damage:"and reduce the godforged slasher’s spinning blades damage by 5",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"3782066c-b2ff-4c4e-84f3-69ce92d6af6a",name:"Half-Elf Smuggler",details:"Although the river elves are a colorful part of Fairhaven life, and most are as law abiding as most citizens, river life has its dark side. River elves are fantastic guides and expert shippers, but both traits make them ideal smugglers. Illicit goods come into Fairhaven through the river ports, and the bulk of that trade flows through half-elven hands. Finding a smuggling ring and shutting it down can be part of just about any heroic adventure.",size:2,origin:4,type:2,keywords:"",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:8,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"0908424d-3a49-4dd6-a1b4-8e99acbcfbdc",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"f74c42bd-e61a-4eb9-a8a6-e48d226c0d21",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a half-elf smuggler ends his or her move at least 4 squares from the square where he or she started the move, the smuggler’s attacks deal 3 extra damage until the start of his or her next turn.",damage:"the smuggler’s attacks deal 3 extra damage until the start of his or her next turn",category:0},{id:"20d1e773-2db1-4c33-b3f5-7987f9fb03ed",name:"Dock Runner",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A half-elf smuggler ignores difficult terrain when shifting.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e304adab-1313-4b8d-b816-4f411013aa37",name:"Hell’s Fury",details:"",size:2,origin:3,type:2,keywords:"devil",level:25,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"6, fly 8 (hover); see also feathery escape",alignment:"Evil",languages:"Supernal",skills:"",equipment:"arrows (30); leather armor; longbow; longsword",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:28},intelligence:{score:14},wisdom:{score:17},charisma:{score:22},hp:176,initiative:21,ac:39,fortitude:37,reflex:39,will:36,regeneration:null,auras:[],powers:[{id:"6069fd0b-883b-4f39-b638-5f5ae2cfcf42",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"2f989ac1-dde3-427e-afba-32d4ceb19044",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:32,defence:0},description:"",details:"2d10+9 damage, and ongoing 10 fire damage (save ends). If this attack hits a creature already suffering from ongoing fire damage, this attack instead deals 1d10 extra fire damage.",damage:"2d10+9 damage",category:1},{id:"4ce8a515-d352-4ea9-a899-c5995d8201c4",name:"Strafing Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the hell’s fury misses with a longbow attack"},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"The Hell’s fury flies its fly speed and makes two longbow attacks against two different targets at any point during this movement.",damage:"",category:1},{id:"cfaabb27-3ef8-45ea-a361-5b63df8a0321",name:"Iron Thorn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:30,defence:2},description:"",details:"3d10+9 damage, and an iron thorn appears in an unoccupied space adjacent to the target. The target cannot move more than 3 squares from the iron thorn and grants combat advantage to all attackers (save ends).",damage:"3d10+9 damage",category:1},{id:"e13988f2-8ba6-47b2-8b80-0f02296ae294",name:"Feathery Escape",action:{action:4,trigger:"when bloodied by an attack",sustainAction:0,use:0,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"The Hell’s fury disappears in a cloud of fiery feathers: close burst 1",attack:{bonus:28,defence:2},description:"",details:"4d10+8 fire damage. Effect: The Hell’s fury teleports 10 squares.",damage:"4d10+8 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"567bb90b-2982-4fea-95e2-dd5615528980",name:"Imre Levalle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"5 see also dwarven pursuit",alignment:"Evil",languages:"Common, Dwarven, Elven, Goblin",skills:"Bluff +9, Dungeoneering +11, History +10, Insight +10, Thievery +13",equipment:"battleaxe; leather armor; thieves’ tools; throwing hammer",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:190,initiative:10,ac:25,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"589ea208-441e-465f-9912-10c31e87f02f",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+6 damage, and the target is marked and slowed (save ends both). First Failed Saving Throw: Ongoing 5 poison damage, and the target is slowed (save ends both).",damage:"1d10+6 damage",category:1},{id:"ce745a4f-e2f3-42cd-8ca7-04b47b78239b",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee or ranged 5/10",attack:{bonus:16,defence:0},description:"",details:"2d6+3 damage, and the target is knocked prone.",damage:"2d6+3 damage",category:1},{id:"7cd003dd-204e-45e1-87f2-c3d312f47417",name:"Dwarven Tempest Footwork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Imre makes a melee attack with his axe and another with his throwing hammer. After the attacks, any target hit at least once slides 1 square.",damage:"",category:1},{id:"482b76ff-2623-4c31-9ea2-fe83266a9f80",name:"Parrying Counterstrike",action:{action:0,trigger:"when an enemy marked by imre leaves a square adjacent to him or makes an attack that doesn’t include him",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:null,description:"",details:"Imre makes a battleaxe attack against the triggering enemy.",damage:"",category:5},{id:"7fd0f9ce-981f-4bf3-b2ce-c764f04b70cc",name:"Dwarven Pursuit",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Imre can shift 2 squares, but he must end this movement adjacent to an enemy.",damage:"Imre can shift 2 squares",category:2},{id:"70aaf236-3834-49f0-821e-45c3a013e0bb",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fc5940e-539b-4ad7-9ecd-703384b91991",name:"Infernal Ironguard",details:"",size:3,origin:3,type:2,keywords:"devil",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:19},charisma:{score:24},hp:234,initiative:21,ac:41,fortitude:39,reflex:37,will:37,regeneration:null,auras:[{id:"a6ec9d40-5f9f-4122-8a88-7ef65889471e",name:"Guarding Presence",keywords:"",details:"aura 1; allies with the devil keyword that are in the aura gain a +2 bonus to AC and Reflex defense."}],powers:[{id:"bf10d535-7702-4e51-878e-b2165ac69b20",name:"Stab and Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d12+9 damage, and the target is pushed 5 squares and is knocked prone.",damage:"2d12+9 damage",category:1},{id:"4cbff54a-fe87-4b0e-837c-ee45094a00f3",name:"Protect at any Cost",action:{action:0,trigger:"when an adjacent ally is the target of an attack that does not include the infernal ironguard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(immediate interrupt",range:"",attack:{bonus:30,defence:2},description:"",details:"1d4+9 damage, and the target is pushed 5 squares, and is knocked prone.",damage:"1d4+9 damage",category:5},{id:"72aa20e2-fc7e-46cc-b63c-44059ed26fb1",name:"Dis Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While not bloodied, an infernal ironguard gains a +2 bonus to all defenses against divine attack powers. While bloodied, it takes a –2 penalty to all defenses against divine attack powers.",damage:"an infernal ironguard gains a +2 bonus to all defenses against divine attack powers",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cb52a51b-b3a2-4535-aaac-9b750bc10b2f",name:"Kobold Miner",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"backpack (empty); leather armor; war pick",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:1,initiative:4,ac:15,fortitude:11,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"0aad0d8b-f4e4-4844-8acc-9ac3c79c2cc3",name:"Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage (crit 6).",damage:"4 damage (crit 6)",category:1},{id:"7208c551-5b1c-4972-84b4-dc38d29cf5e0",name:"Small Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"de88d155-f449-4812-86af-2230fb4371dd",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"18531cc7-fc03-4595-b63b-25358bec11c9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b631119-7225-4cad-a12c-12170252792e",name:"Kreelo",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Elven",skills:"Bluff +16, Insight +14, Stealth +15, Thievery +15",equipment:"dagger; leather armor",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:18},hp:200,initiative:12,ac:24,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"48c3cd50-2287-4482-b7aa-ee0f5d6597e4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"055ed986-49a0-4aaa-86b1-9ec779db7be6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:15,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"daf240f2-3f5a-4be6-8103-767fb5736a3f",name:"Shapechanger’s Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Kreelo makes two basic attacks. He can shift 1 square as a free action after each hit.",damage:"He can shift 1 square as a free action after each hit",category:1},{id:"a7ade200-26ba-439e-864a-8b0455994f9c",name:"Dull Minds",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"the target takes a –2 penalty to attack rolls against Kreelo, or –4 if the attack occurs when it is not the target’s turn (save ends). If Kreelo hits a creature that is marking him with this attack, the mark ends and the target cannot mark Kreelo until the target saves.",damage:"",category:3},{id:"6fc5c902-774b-4dab-b5e1-bf41f7971ff9",name:"Steel Slipstream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Close blast 5",attack:{bonus:15,defence:0},description:"",details:"2d4+7 damage and slide 1. After all attacks are complete, Kreelo shifts to any square in the blast.",damage:"2d4+7 damage and slide 1",category:1},{id:"1e258109-c58f-4c38-bdec-3cdfec08b135",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Kreelo ends his move at least 4 squares from the square where he started the move, his attacks deal 1d8 extra damage until the start of his next turn.",damage:"his attacks deal 1d8 extra damage until the start of his next turn",category:0},{id:"156828e1-c57f-41f1-9da7-9b10d13be9ad",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Kreelo can alter his physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e6d6888-a201-4f79-8434-81ef0cb99bce",name:"Legion Devil Militant",details:"",size:2,origin:3,type:2,keywords:"devil",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:16,ac:42,fortitude:38,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"1f8eeb08-308e-4d82-ac7a-84a201f3667d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"14 damage.",damage:"14 damage",category:1},{id:"a948644e-ba15-4902-971a-66afa006b6d6",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil militant gains a +2 bonus to all defenses when adjacent to at least one other legion devil.",damage:"The legion devil militant gains a +2 bonus to all defenses when adjacent to at least one other legion devil",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6f7ef692-d207-4402-a304-2ce7a30504dc",name:"Mithral Disciple Deva Knight-Errant",details:"",size:2,origin:3,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Good",languages:"Common",skills:"History +16, Insight +16, Religion +18",equipment:"broadsword; heavy shield; holy symbol; plate armor",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:10},intelligence:{score:18},wisdom:{score:16},charisma:{score:18},hp:111,initiative:7,ac:27,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"27ad88bd-1960-4435-b3e5-a3cacde924c5",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the target is marked until the end of the deva knight-errant’s next turn.",damage:"2d10+2 damage",category:1},{id:"a21633d4-827c-470c-be02-204510ca4a3a",name:"Rejuvenating Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the deva knight-errant regains hit points equal to half the damage dealt.",damage:"2d10+2 damage",category:1},{id:"8ff6924a-98f5-40a4-9714-01bdb3a30a1e",name:"Blinding Light",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"the target is blinded until the end of the deva knight errant’s next turn. Effect: This creature teleports 5 squares.",damage:"This creature teleports 5 squares",category:3},{id:"e721087e-0ed4-420a-a43b-39d4425799b4",name:"Martyr’s Cry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target is marked (save ends).",damage:"2d6+4 psychic damage",category:1},{id:"cc7dc62a-ade8-467f-b634-fc5a1e05710c",name:"Inner Radiance",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"Any attack a deva knight-errant makes can instead deal radiant damage. In addition, a knight-errant can take a –2 penalty to an attack roll to deal 4 extra radiant damage on the attack.",damage:"any attack a deva knight-errant makes can instead deal radiant damage",category:0},{id:"f48041ed-c432-461e-8b0c-ab0e223e9e6e",name:"Health Transfer",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The deva knight-errant takes up to 25 damage, and one ally within 10 squares of it regains the same number of hit points. The knight-errant can then transfer one condition from the ally to itself.",damage:"the deva knight-errant takes up to 25 damage",category:3},{id:"10e14f1a-6bd5-463e-bc82-a734d75a8577",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the deva knight-errant makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The knight-errant adds 1d6 to the triggering roll.",damage:"The knight-errant adds 1d6 to the triggering roll",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7a2157ac-d70c-448a-9d99-ca820642cc16",name:"Morgol the Undying",details:"",size:5,origin:3,type:1,keywords:"reptile; hydra",level:26,role:{type:2,flag:2,leader:!1},senses:"Perception +23; all-around vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:29},dexterity:{score:22},intelligence:{score:2},wisdom:{score:21},charisma:{score:10},hp:980,initiative:19,ac:38,fortitude:40,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"0863552e-fe25-48b3-9404-19a08e3b9b3a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d8+10 damage plus 1d8 radiant damage.",damage:"2d8+10 damage plus 1d8 radiant damage",category:1},{id:"1f723708-aee7-429c-9c03-39d81bb7b1b3",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Morgol makes five bite attacks, plus an additional attack for each head it has grown (see regenerating heads). A target hit by more than one bite attack in a round takes 10 extra damage.",damage:"a target hit by more than one bite attack in a round takes 10 extra damage",category:1},{id:"05508a8a-7446-4a68-9845-4f3d3419732a",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a critical hit is scored against morgol"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Morgol makes one bite attack against each enemy within its reach. On a hit, the target also takes ongoing 10 damage (save ends).",damage:"the target also takes ongoing 10 damage (save ends)",category:1},{id:"50f37116-9853-4a6b-838b-31159a0b2320",name:"Heroslayer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While Morgol is marked, it gains a +2 bonus to attack rolls and a +10 bonus to damage rolls against the creature that marked it.",damage:"it gains a +2 bonus to attack rolls and a +10 bonus to damage rolls against the creature that marked it",category:0},{id:"28979834-7d1b-41ec-8de2-fdbc97d50bef",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time Morgol would become dazed or stunned, it instead loses one attack while using hydra fury during its next turn. Morgol can be dazed or stunned multiple times.",damage:"",category:0},{id:"1325ac50-49cd-483a-85a0-3c8d3dd6c169",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Morgol first reaches 735, 490, and 245 hit points, a head is destroyed. At the start of Morgol’s next turn after a head is destroyed, two heads grow in the lost head’s place, and Morgol gains an additional bite attack with hydra fury.",damage:"When Morgol first reaches 735",category:0},{id:"bba2bd89-9f6b-49b6-8468-ed508e8617b4",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Morgol can make opportunity attacks against all enemies within its reach (4 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3743e8c-34c9-4282-a7b0-297c8c381ac0",name:"Obmi Bronzeknuckle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:9,role:{type:2,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"Bluff +11, Insight +12, Streetwise +11",equipment:"chainmail; dagger; throwing hammer",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:13},wisdom:{score:17},charisma:{score:15},hp:238,initiative:6,ac:21,fortitude:24,reflex:19,will:21,regeneration:null,auras:[{id:"5306e937-c559-4f33-8307-be56f22a1944",name:"Bronzeknuckle’s Largess",keywords:"",details:"aura 2; all enemies in the aura take a –2 penalty to attack dwarf allies in the aura, and allies in the aura gain a +2 bonus to saving throws"}],powers:[{id:"1e827c16-abe3-41ae-95a9-e7be671b9578",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"c95ebd8d-ce3d-490b-b99d-bbb7c2ad87ed",name:"Thundering Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Melee basic or normal ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"2d8+7 thunder damage, and the target is deafened (save ends) and pushed 2 squares.",damage:"2d8+7 thunder damage",category:1},{id:"3e75b57c-38a7-4a78-8e38-2d1eed216230",name:"Obmi’s Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Obmi can make a dagger attack and a thundering hammer attack, each attack against a different enemy.",damage:"",category:1},{id:"1ba55bc9-e1e7-4d05-9905-68cb10a1bd7e",name:"Obmi’s Wrath",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"immediate reaction when an adjacent enemy makes an attack that does not include obmi",range:"",attack:null,description:"",details:"Obmi makes a thundering hammer attack against the target.",damage:"",category:1},{id:"d1a8265a-0b09-4a86-81ab-0c705fadfdf5",name:"Faster Than He Looks",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Obmi shifts his speed.",damage:"",category:3},{id:"9fb62a23-a7b5-43f5-9177-9cc8b9007e6a",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e49479d9-bdd0-472f-9cbc-49f9b95648c1",name:"Quoriel",details:"",size:3,origin:3,type:2,keywords:"angel",level:24,role:{type:3,flag:1,leader:!0},senses:"Perception +19",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Supernal",skills:"Insight +24, Religion +24",equipment:"plate armor; quarterstaff",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:22},intelligence:{score:25},wisdom:{score:25},charisma:{score:28},hp:438,initiative:18,ac:40,fortitude:34,reflex:36,will:38,regeneration:null,auras:[],powers:[{id:"a70fc2ec-71a1-468c-a082-9405b120603b",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d8+11 damage.",damage:"2d8+11 damage",category:1},{id:"080d3442-0c5e-4730-8a40-6fe2bdf667cd",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:28,defence:1},description:"",details:"2d10+9 lightning damage, and the target is dazed until the end of Quoriel’s next turn.",damage:"2d10+9 lightning damage",category:1},{id:"852c2f64-3776-46c4-8f7b-1d0a19de3b6c",name:"Avenging Strike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when an ally within 5 squares of quoriel is reduced to 0 hit points",range:"Quoriel shifts 2 squares and makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:1},{id:"2aa70730-e6ce-409d-aeb2-ea936a83c9ff",name:"Majestic Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d10+8 radiant damage plus 2d10 thunder damage, and the target is weakened (save ends). Miss: Half damage. Effect: Any angel within the burst gains a +2 bonus to attack rolls until the end of Quoriel’s next turn.",damage:"2d10+8 radiant damage plus 2d10 thunder damage",category:1},{id:"f48e4802-07ff-450a-b197-8f51761babd4",name:"Overwhelming Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 5d8+8 radiant damage, and the target is stunned until the end of Quoriel’s next turn.",damage:"5d8+8 radiant damage",category:1}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"9951ed49-509b-451c-bc7e-ce2776aba167",name:"Shard Golem",details:"",size:2,origin:0,type:0,keywords:"construct",level:3,role:{type:7,flag:1,leader:!0},senses:"Perception +8; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"",skills:"Arcana +8, Dungeoneering +8, Endurance +9",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:11},intelligence:{score:4},wisdom:{score:15},charisma:{score:16},hp:98,initiative:3,ac:18,fortitude:16,reflex:14,will:17,regeneration:null,auras:[{id:"e8405d4c-4b6a-4767-bf0e-4d2de6cfb41c",name:"Unnatural Aura",keywords:"",details:"aura 1; non-aberrant creatures within the aura take a –2 penalty to attack rolls."}],powers:[{id:"39669828-ffdc-4537-a44a-c3795104d713",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 psychic damage.",damage:"1d8+4 psychic damage",category:1},{id:"052df2d7-5e1b-4f79-8182-4b2e097f3de5",name:"Mind-Searing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 psychic damage, and one of the following effects (roll a d4):",damage:"1d8+4 psychic damage",category:1},{id:"53ab2431-a211-47e4-a51d-68f2ab632a89",name:"Dual Mind Sear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The shard golem makes two mind-searing strikes, each against a different target.",damage:"",category:1},{id:"5a455e5a-38a6-4bb5-8ee1-8c0b6d44b62c",name:"Chaos Pulse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:3},description:"",details:"targets enemies; 5 psychic damage, and the target is dazed (save ends).",damage:"5 psychic damage",category:3}],damageModifiers:[{type:10,value:5}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"46e6680f-8919-4dea-9bf4-09dd580343c5",name:"Shattered Progeny",details:"",size:1,origin:3,type:0,keywords:"construct",level:29,role:{type:9,flag:3,leader:!1},senses:"Perception +21; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:2},wisdom:{score:24},charisma:{score:8},hp:1,initiative:0,ac:41,fortitude:43,reflex:41,will:40,regeneration:null,auras:[],powers:[{id:"49007683-4828-45c3-9efb-f6b4ec46f5f8",name:"Spinning Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"18 damage.",damage:"18 damage",category:1},{id:"c4067577-54fa-4732-86de-faeb538953d4",name:"Exploding Construct",action:null,keywords:"Fire, Radiant",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:30,defence:2},description:"",details:"18 fire and radiant damage.",damage:"18 fire and radiant damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"dc4cc5e5-24e8-4529-a6f6-ff6663e64b1d",name:"Silver Dragon Scourger",details:"",size:4,origin:4,type:1,keywords:"dragon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"10, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +28, Insight +20",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:25},intelligence:{score:14},wisdom:{score:14},charisma:{score:23},hp:612,initiative:20,ac:39,fortitude:41,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"6e510340-6bc4-4578-98d3-9fd1039b96d1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 4d8+9 damage.",damage:"4d8+9 damage",category:1},{id:"d6a076a1-a868-413a-94d7-3964fbadd6a2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"d8b26d13-0bde-47c6-b6ad-964ec6fc531c",name:"Smashing Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:28,defence:0},description:"",details:"one, two, or three enemies in blast; 4d10+5 damage, and the target is dazed (save ends).",damage:"4d10+5 damage",category:1},{id:"20d2e41c-af38-41e3-b736-390d6fc35c25",name:"Scourger’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silver dragon scourger makes two claw attacks and one bite attack.",damage:"",category:1},{id:"a514bc41-2929-4e03-9383-0e9307bc6dd2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"4d10+9 cold damage, and the target gains vulnerable 10 to all damage (save ends). Miss: Half damage.",damage:"4d10+9 cold damage",category:1},{id:"7f9c8110-176a-447c-923b-da842bc653bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the silver dragon scourger uses it.",damage:"",category:5},{id:"d3befbcc-5357-4d55-9bcd-1c0c96fef14d",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the silver dragon scourger’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b014b2d4-eda9-42c4-aa42-2c34e18673d3",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A silver dragon scourger makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"a silver dragon scourger makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a42a0247-60a4-4b42-a840-ec3400cff3dc",name:"The Colossus of Laarn",details:"Somewhere within the Chaos Scar stands a shrine to the demon lord Baphomet. The minotaurs that built the shrine are long gone, but their shrine and its treasures remain. The minotaurs offered to Baphomet gold and magic items taken from their victims. A massive treasure chest filled with gold and gems stands behind the altar to Baphomet, tempting adventurers from across the region.",size:3,origin:1,type:0,keywords:"",level:10,role:{type:2,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"5",alignment:"Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:18},charisma:{score:8},hp:0,initiative:9,ac:23,fortitude:22,reflex:18,will:22,regeneration:null,auras:[{id:"2af2b5fa-5c53-4788-9123-a3080b4198b3",name:"Whirling Axe",keywords:"",details:"aura 2; an enemy that ends its turn in the aura suffers 10 damage."}],powers:[{id:"b3348faa-abc3-4b2b-9d3a-e79fd5463916",name:"Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 4d6+5 damage (2d6 + 29 on a critical hit), and the target is knocked prone. Miss: Half damage.",damage:"4d6+5 damage (2d6 + 29 on a critical hit)",category:1},{id:"f03db3c6-dec8-4241-8c83-8781c98c2a96",name:"Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:11,defence:1},description:"",details:"2d6+2 damage, and knocked prone. Miss: Half damage.",damage:"2d6+2 damage",category:1},{id:"3212f62b-d83a-442e-84ca-07567439fedf",name:"Fiery Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"4d6+5 fire damage. Miss: Half damage.",damage:"4d6+5 fire damage",category:1},{id:"6a2ccada-27fd-4470-b6ec-f04ab69320e1",name:"Fiery Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d6+5 fire damage. Miss: Half damage.",damage:"2d6+5 fire damage",category:1},{id:"8665d4aa-5669-40ab-8d0c-46ae838f538e",name:"Legion Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The colossus rolls initiative once for each opponent it faces. It gains a full set of actions on each of its turns.",damage:"",category:0},{id:"72da5796-d7ae-4ef7-a6aa-bb3857921dbf",name:"Indomitable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The colossus ignores all damage. If an effect can end with a save, the colossus does not suffer from it. The colossus is immune to all forced movement. If it suffers from an effect that ends at the end of a creatures turn, the effect ends at the end of the colossus’s next turn.",damage:"the colossus ignores all damage",category:0},{id:"2f797c07-2203-4c1a-ba51-ace5df65de8e",name:"Spell Eater",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the colossus ends its turn in or adjacent to a zone or conjuration, the zone or conjuration is destroyed.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a8358c1-7614-4b16-a3d2-1796928be293",name:"Torven ’the Ageless’ d’Medani",details:"",size:2,origin:4,type:2,keywords:"undead, vampire; half-elf",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Draconic, Elven",skills:"Athletics +14, Bluff +21, Insight +18, Stealth +20, Thievery +20",equipment:"leather armor; short sword",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:22},intelligence:{score:14},wisdom:{score:15},charisma:{score:25},hp:344,initiative:17,ac:32,fortitude:30,reflex:31,will:32,regeneration:null,auras:[{id:"a29868d4-21d6-41a9-b8b5-bd7b24da04f5",name:"Life Thief",keywords:"",details:"aura 5; Torven can detect living creatures in the aura as if he had blindsight. Enemies take a –2 penalty to death saving throws within the aura."}],powers:[{id:"aea72ce6-ef60-4823-8bcc-c0287c305944",name:"Lifedrinking Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+6 damage, ongoing 5 necrotic damage (save ends), and Torven gains 5 temporary hit points.",damage:"2d6+6 damage",category:1},{id:"acf2e4e1-e91f-41ae-afb4-557f88a150a6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Torven makes two melee basic attacks. He can shift 2 squares before, between, or after the attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"91c52e0f-5647-47ab-816c-427925f5d282",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:{bonus:21,defence:1},description:"",details:"3d12+5 damage, the target is weakened (save ends), and Torven regains 10 hit points.",damage:"3d12+5 damage",category:1},{id:"1f00cb0b-7f79-4282-9e95-ac53757c400b",name:"Mesmerize",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Close blast 3",attack:{bonus:20,defence:3},description:"",details:"the target is dazed (save ends).",damage:"",category:3},{id:"3b62eb41-863e-4c38-b933-b28dcfc06e7a",name:"Gainful Portents",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when torven uses an action point"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Torven gains +2 to defenses and combat advantage against all enemies until the end of his next turn. If Torven is marked, the mark ends.",damage:"Torven gains +2 to defenses and combat advantage against all enemies until the end of his next turn",category:3},{id:"89f42803-5dd5-454f-9503-339326e23f9f",name:"Ghost Mist Form",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Torven becomes insubstantial and gains phasing until the end of his next turn. Torven cannot attack while in this form. He can make Stealth checks in this form without any cover or concealment. He can end the effect as a minor action, and can remain in this state for 1 hour.",damage:"and can remain in this state for 1 hour",category:1},{id:"61a7abd6-ee52-441a-abde-e3434f0ac904",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Torven deals 2d6 extra damage when he hits a creature he has combat advantage against.",damage:"torven deals 2d6 extra damage when he hits a creature he has combat advantage against",category:0},{id:"039f7800-3a26-42f3-8cb1-7162914bba49",name:"Medani Scion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Torven treats any Perception check die result lower than 10 as 10. He ignores cover and concealment, but not superior cover or total concealment.",damage:"Torven treats any Perception check die result lower than 10 as 10",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"10 (if Torven is exposed to direct sunlight or takes radiant damage, regeneration does not function until the end of his next turn)",immune:"blinded, disease, fear, poison",tactics:""},{id:"300078db-ad6c-4b4f-afbb-a99dc3b4e1dc",name:"Vampire Spawn Life-Thief",details:"",size:2,origin:4,type:2,keywords:"undead",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"+16 Perception against living creatures",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:20},intelligence:{score:11},wisdom:{score:14},charisma:{score:17},hp:1,initiative:14,ac:29,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"826d8152-4cb8-40f3-b4c0-44bec00eb454",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"10 damage, and ongoing 3 necrotic damage (save ends). A creature already taking ongoing necrotic damage instead increases its current ongoing damage by 2.",damage:"10 damage",category:1},{id:"3f5e6163-3665-46f8-aade-05252a5a7813",name:"Steal Life",action:{action:5,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"10 necrotic damage, and the vampire spawn life-thief regains 1 hp.",damage:"10 necrotic damage",category:5},{id:"12f22d65-ac2e-4925-bcc6-c0be7191e43e",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the vampire spawn life-thief ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"fac1259d-ff9b-489c-afdd-ea67a21ab116",name:"War Devil Mauler",details:"",size:3,origin:3,type:2,keywords:"devil",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +22",equipment:"trident",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:25},intelligence:{score:17},wisdom:{score:21},charisma:{score:20},hp:235,initiative:21,ac:42,fortitude:39,reflex:37,will:35,regeneration:null,auras:[],powers:[{id:"df245c6b-fa8d-45ac-b40f-ccfc04a685cd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 2; 3d8+9 damage, and the target is grabbed.",damage:"3d8+9 damage",category:1},{id:"a9fb6d7e-6163-437b-8c7d-1ea7c2525ea9",name:"Crackling Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d6+4 damage plus ongoing 5 lightning damage.",damage:"4d6+4 damage plus ongoing 5 lightning damage",category:1},{id:"d4604b2f-103b-4c31-8c07-1dd1a06fdc56",name:"Hurl",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"The war devil mauler throws a Medium or smaller target it is grabbing: the grab ends and the war devil mauler slides the target 8 squares. The war devil makes an attack against the slid target and one creature adjacent to the target at the end of the slide; 1d8+9 damage, and the target is knocked prone.",damage:"1d8+9 damage",category:3},{id:"f15492b0-f29f-40bd-bd84-0224d9124c93",name:"Fiendish Pursuit",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when the war devil mauler uses hurl"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The war devil mauler flies 8 squares and lands at the end of this movement. All creatures adjacent to the war devil mauler are marked until the end of its next turn.",damage:"The war devil mauler flies 8 squares and lands at the end of this movement",category:2}],damageModifiers:[],resist:"fire 30",vulnerable:"",immune:"",tactics:""},{id:"64d4b9fb-8c25-486e-86b7-daa7cebbb375",name:"Zachariel",details:"",size:3,origin:3,type:2,keywords:"angel",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +27",movement:"8, fly 16 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +24, Diplomacy +26, History +24, Insight +27, Religion +24",equipment:"greatsword; plate armor",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:23},intelligence:{score:21},wisdom:{score:26},charisma:{score:24},hp:1036,initiative:22,ac:44,fortitude:42,reflex:38,will:40,regeneration:null,auras:[{id:"04de4782-54a5-4d38-9ac1-9433c70cff5b",name:"Dimensional Ward",keywords:"",details:"aura 3; creatures cannot use teleportation powers or effects to enter or exit squares inside the aura."}],powers:[{id:"a6be7bb7-ee8a-463e-b3ab-1c80cd5cc67c",name:"Blazing Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Radiant, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d6+10 damage plus 2d6 fire and radiant damage, and the target is slowed and marked until the end of Zachariel’s next turn.",damage:"2d6+10 damage plus 2d6 fire and radiant damage",category:1},{id:"c1ec8b8d-193d-43db-8b53-6992399c97b7",name:"Brilliant Rebuke",action:{action:4,trigger:"when an adjacent enemy moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"Zachariel makes a blazing sword attack against the triggering enemy.",damage:"",category:5},{id:"52312fde-2949-4a56-9b7d-62aa28a37e5a",name:"Excommunication",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an enemy hits zachariel with a melee attack"},keywords:"Acid, Teleportation",condition:"",range:"Ranged sight",attack:{bonus:31,defence:3},description:"",details:"the target disappears into Carceri and is removed from play (save ends). The target is marooned on a bleak island lashed with acid rain, taking 20 acid damage each time it fails a saving throw to end the effect. Aftereffect: The target reappears in a square on the edge of the Zachariel’s dimensional ward aura and is immobilized and knocked prone until the end of its next turn.",damage:"taking 20 acid damage each time it fails a saving throw to end the effect",category:1},{id:"4a102ca8-f205-4dce-9ce9-47925a879b16",name:"Astral Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Zone",condition:"",range:"Close burst 5",attack:{bonus:31,defence:1},description:"",details:"3d6+9 radiant damage, and the target is blinded (save ends). Effect: The burst creates a zone of brilliant light that lasts until the end of the encounter. Zachariel’s blazing sword attacks deal 2d6 extra radiant damage while he is within the zone.",damage:"3d6+9 radiant damage",category:5},{id:"715b9d17-17cd-4222-8b65-b94cff947055",name:"Blazing Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant, Weapon",condition:"",range:"Close burst 2",attack:{bonus:35,defence:0},description:"",details:"2d6+10 damage plus 2d6 fire and radiant damage, and the target is slowed and marked until the end of Zachariel’s next turn.",damage:"2d6+10 damage plus 2d6 fire and radiant damage",category:1},{id:"aa39bb66-8282-4688-8d5d-18db2fbb07d0",name:"Holy Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:31,defence:1},description:"",details:"4d8+13 thunder damage, and the target is stunned until the end of Zachariel’s next turn. Aftereffect: The target is dazed (save ends).",damage:"4d8+13 thunder damage",category:3},{id:"f078125d-80eb-4594-8175-ea5f84b7cac6",name:"Menacing Presence",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:33,defence:3},description:"",details:"targets creatures marked by Zachariel; the target is pushed 3 squares and takes a –2 penalty to all attack rolls until the end of its next turn.",damage:"the target is pushed 3 squares and takes a –2 penalty to all attack rolls until the end of its next turn",category:3},{id:"3d843b78-2747-43fe-9b7b-b9d2b4690c5b",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against Zachariel takes a –2 penalty to the attack roll.",damage:"",category:0},{id:"6e29f2bd-c947-4f5f-a201-609dc861c289",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Zachariel can make opportunity attacks against all enemies in his reach.",damage:"",category:0},{id:"d18d5fb5-c1c6-4d9b-99aa-32fe209dc3b0",name:"Arrow of Fate",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Zachariel is particularly vulnerable to the arrow of fate. If fired from a longbow or shortbow or used as an improvised weapon, when hit Zachariel takes 250 points of damage and is stunned (save ends).",damage:"when hit zachariel takes 250 points of damage and is stunned (save ends)",category:0}],damageModifiers:[{type:3,value:-20},{type:9,value:-30}],resist:"",vulnerable:"see arrow of fate",immune:"fear",tactics:""},{id:"27fc3be4-23c8-4b3c-852c-c8f5042504a6",name:"Abyssal Rotlord",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:29,role:{type:3,flag:0,leader:!1},senses:"Perception +22; truesight 20",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:30},dexterity:{score:26},intelligence:{score:21},wisdom:{score:26},charisma:{score:33},hp:270,initiative:22,ac:43,fortitude:41,reflex:39,will:43,regeneration:null,auras:[{id:"cd173509-2c5d-416a-9d75-2fbf4e99a8b8",name:"Abyssal Fields",keywords:"",details:"aura 5; each enemy within the aura cannot teleport."}],powers:[{id:"2aff5d56-ef80-4a80-b65a-84c7c3f15e30",name:"Skullsplitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 3d8+9 psychic damage, or 2d8 + 9 psychic damage against a bloodied target.",damage:"3d8+9 psychic damage",category:1},{id:"49025948-0372-4d56-adfe-9eb6e0f491c5",name:"Conjure Abscess",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:32,defence:1},description:"",details:"2d8+9 psychic damage, and if the target moves more than 2 squares on its turn, it takes 2d8 extra damage (save ends). If the abyssal rotlord is bloodied, the target takes the damage for moving 1 or more squares.",damage:"2d8+9 psychic damage",category:1},{id:"cd3aa893-6dc9-4e90-9ed7-6adf5f49d6f4",name:"Floating Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"the burst creates a zone of dark miasma that lasts until the end of the abyssal rotlord’s next turn. Any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn. Sustain Minor: The zone persists, and the rotfiend can move it 5 squares.",damage:"any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn",category:1}],damageModifiers:[{type:3,value:-20},{type:6,value:-10}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"64b57fb4-de92-4c83-8086-961b744116e5",name:"Avatar of Dkar",details:"An avatar of Dkar appears as a distinct blot of boiling stormcloud constantly sparking with lightning, rumbling with thunder, and flashing odd, chaotic colors. Between peals of thunder, the visage of a furious humanoid face briefly resolves before being wiped away by the next onslaught.",size:4,origin:4,type:1,keywords:"",level:15,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:21},intelligence:{score:6},wisdom:{score:20},charisma:{score:12},hp:596,initiative:14,ac:31,fortitude:28,reflex:27,will:26,regeneration:null,auras:[{id:"d5a7dc32-4696-4597-a84d-b8f333df0233",name:"Lightning Storm",keywords:"",details:"aura 5; each enemy that starts its turn within the aura takes 10 lightning damage."}],powers:[{id:"18786985-202e-4ee5-a75b-95c24d6ec8cb",name:"Lightning Trawl",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+6 lightning damage.",damage:"2d8+6 lightning damage",category:1},{id:"3c07fd71-8714-40f0-b790-68aff0b64e1e",name:"Thunderous Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 3; 2d8+6 thunder damage.",damage:"2d8+6 thunder damage",category:1},{id:"a10b8290-124b-4f45-8b56-95f232556c94",name:"Avatar Blitz",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The avatar of Dkar makes a lightning trawl attack against each enemy within reach. It also attacks one creature with a thunderous strike.",damage:"",category:1},{id:"0f1b629e-de1e-46e9-b720-011fd40bcf07",name:"Envelop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 3; 2d8+6 damage, and a Medium or smaller target is enveloped. An enveloped target is grabbed and restrained. An enveloped creature has line of sight and line of effect only to the avatar, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer enveloped and appears in a space adjacent to the avatar. An avatar can move normally while it has a target grabbed in this way. When the avatar is destroyed, the target can escape as a move action, appearing in the avatar’s former space. Sustain Minor: The avatar sustains the grab, and the target takes 15 damage.",damage:"2d8+6 damage",category:1},{id:"6a927509-e8f0-4885-9497-74d8b13ad18b",name:"Howling Winds",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:20,defence:1},description:"",details:"2d8+7 damage, and the target falls prone.",damage:"2d8+7 damage",category:1},{id:"102b09ba-b3fc-46b6-a7d0-7680b71785df",name:"Storm Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d10+7 lightning damage, and the target is dazed until the end of its next turn. Miss: Half damage.",damage:"3d10+7 lightning damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c40e934d-0f23-4c92-8402-5a012b780e47",name:"Azer Mauler",details:"",size:2,origin:1,type:2,keywords:"fire",level:27,role:{type:3,flag:0,leader:!0},senses:"Perception +21",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"maul; scale armor",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:25},intelligence:{score:20},wisdom:{score:27},charisma:{score:18},hp:247,initiative:20,ac:41,fortitude:40,reflex:38,will:39,regeneration:null,auras:[{id:"3e14651f-99eb-4a2a-b9f4-d6aed580b6ef",name:"Azer’s Wrath",keywords:"",details:"(Fire) aura 2; any enemy that enters or ends its turn within the aura takes 10 fire damage."}],powers:[{id:"659bc779-20e6-4bb7-b395-bd73e468e735",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8 damage plus 2d6 fire damage.",damage:"2d8 damage plus 2d6 fire damage",category:1},{id:"19d508a2-11b5-44e1-b6f4-0ddef0157f76",name:"Hurled Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d8 damage plus 2d6 fire damage. The azer’s maul reforms in its hand at the end of its turn.",damage:"2d8 damage plus 2d6 fire damage",category:1},{id:"dc319b1a-43e6-4f9f-a6d7-c1a5c1b2a664",name:"Clinging Flames",action:{action:4,trigger:"when an enemy within 5 squares of the azer mauler takes fire damage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy takes ongoing 10 fire damage (save ends).",damage:"the triggering enemy takes ongoing 10 fire damage (save ends)",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0e40c07-f7bc-4b16-aef0-eb1498760c87",name:"Black Slaad Overlord",details:"",size:3,origin:1,type:2,keywords:"",level:29,role:{type:6,flag:0,leader:!1},senses:"Perception +22; low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +26, Stealth +29",equipment:"",category:"",strength:{score:25},constitution:{score:27},dexterity:{score:30},intelligence:{score:15},wisdom:{score:26},charisma:{score:19},hp:267,initiative:26,ac:43,fortitude:40,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"bf4b90b7-754a-4d00-9ff4-0e5a764b6d75",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 2; 3d8+5 damage, and the target is slowed until the end of its next turn.",damage:"3d8+5 damage",category:1},{id:"29ef97c6-b605-49e2-be48-4010a0e51c49",name:"Chaos Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black slaad overlord shifts 3 squares and makes two claw attacks. If both attacks hit the same target, the target loses a healing surge.",damage:"The black slaad overlord shifts 3 squares and makes two claw attacks",category:1},{id:"899c468e-5e0b-48f3-a434-ccdd1d4af8e7",name:"Eye of the Overlord",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:{bonus:34,defence:2},description:"",details:"3d10+6 damage, and the overlord teleports to within 5 squares of the target.",damage:"3d10+6 damage",category:1},{id:"632b3989-8031-4a08-b6f8-33766b8f196a",name:"Black Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:34,defence:1},description:"",details:"ongoing 10 necrotic damage, and the target is slowed (save ends both).",damage:"ongoing 10 necrotic damage",category:1},{id:"9ef4a560-360a-4855-9637-ff6f30a44390",name:"Zone of Oblivion",action:null,keywords:"Zone",condition:"when the overlord drops to 0 hit points",range:"Close burst 2",attack:{bonus:34,defence:2},description:"",details:"4d10 damage. The burst becomes a black void until the end of the encounter. The zone blocks line of sight. Any creature that enters the zone or starts its turn there takes 3d10 + 6 damage.",damage:"4d10 damage",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:""},{id:"f7eb97e5-8913-4b20-8140-dcd7f3617fcb",name:"Black Slaad Voidhowler",details:"",size:3,origin:1,type:2,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +15; low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:12},wisdom:{score:15},charisma:{score:25},hp:1,initiative:21,ac:38,fortitude:39,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"ab449752-cf1a-47c7-ac18-0d0f225c7faf",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 12 damage, and until the start of the black slaad voidhowler’s next turn, the target takes 5 extra damage whenever the target is hit by an attack.",damage:"12 damage",category:1},{id:"7913c132-644f-4fe8-b4ec-008986c40e50",name:"Ray of Entropy",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"10 damage, and ongoing 7 damage (save ends).",damage:"10 damage",category:1},{id:"341f65da-e31b-44ae-955d-c0a56d355f2e",name:"Nexus Void",action:{action:5,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:27,defence:1},description:"",details:"10 damage, and the target is pulled 1 square. The voidhowler gains a +1 bonus to its next attack roll.",damage:"10 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"f3cc7ffb-e66d-4a20-8149-6064ddb5d1e7",name:"Casaubon",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:3,role:{type:3,flag:1,leader:!1},senses:"Perception +0; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Deep Speech, Draconic",skills:"Arcana +10, Bluff +6, History +10",equipment:"dagger; spellbook; wand implement",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:13},intelligence:{score:18},wisdom:{score:9},charisma:{score:16},hp:88,initiative:2,ac:18,fortitude:14,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"06ff5f69-2b7b-45e7-9050-ee929414f8bc",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"a0b6926e-128b-4544-9db9-3dcf91bde1df",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"3d4+4 force damage.",damage:"3d4+4 force damage",category:1},{id:"6590ae52-7b71-4020-8d23-2b114c9c6f44",name:"Misdirected Mark",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d8+5 damage, and the target is marked by an ally of Casaubon’s choice within 5 squares of him until the end of his next turn.",damage:"1d8+5 damage",category:1},{id:"4fa1c712-8ad6-4a60-9df8-b51f021ccba2",name:"Light",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one object or unoccupied square; the target sheds bright light that fills the square and all squares within 4 squares of it. The light lasts 5 minutes and can be put out with a free action. Casaubon can have only one light active at a time.",damage:"the target sheds bright light that fills the square and all squares within 4 squares of it",category:3},{id:"5e22cd68-fc34-4c17-b7c3-8b6f4194dfaf",name:"Maze of Mirrors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Implement",condition:"",range:"Area burst 1 within 10",attack:{bonus:6,defence:3},description:"",details:"until the end of Casaubon’s next turn, the target is immobilized and takes a -4 to attack rolls.",damage:"the target is immobilized and takes a -4 to attack rolls",category:1},{id:"f06da53f-9879-40ce-9b02-a1f0ee4439d1",name:"Expeditious Retreat",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Casaubon shifts twice his speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"af2903c4-083b-492c-990c-3755539f47ca",name:"Cursing Heads",details:"",size:3,origin:5,type:1,keywords:"swarm, undead",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 4 (altitude limit 3)",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:20},intelligence:{score:12},wisdom:{score:19},charisma:{score:23},hp:148,initiative:12,ac:29,fortitude:27,reflex:27,will:28,regeneration:null,auras:[{id:"520d7bc3-d523-4a9f-8628-361596df0e3b",name:"Teeth and Tongues",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 7 damage."}],powers:[{id:"15902254-03a8-4310-a9ac-7ca2af143a01",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"4afae10b-fd85-4991-b20f-d0c6a34c635d",name:"Curse of Stone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:19,defence:3},description:"",details:"deaf creatures are immune; the target is slowed (save ends). First Failed Saving Throw: The target is immobilized instead of slowed (save ends). Second Failed Saving Throw: The target is petrified (no save).",damage:"",category:1},{id:"be5c6685-79ff-4e75-b001-c76f2c20757e",name:"Curse of Plague",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"3d10+6 poison damage, and the target is dazed (save ends).",damage:"3d10+6 poison damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 close and area attacks",immune:"disease, poison",tactics:""},{id:"05219977-8672-4478-890c-6ee68471159a",name:"Ediza",details:"",size:2,origin:1,type:2,keywords:"earth; Genasi",level:2,role:{type:7,flag:1,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +9",equipment:"leather armor; longsword",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:16},wisdom:{score:12},charisma:{score:13},hp:74,initiative:5,ac:18,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"add0cd79-231b-4212-81dc-178670ba3e66",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"e92cbab2-83b8-4b3b-a543-a36c01a851d0",name:"Swordsnare",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"1d8+4 damage, and the target is immobilized until the end of Ediza’s next turn. Ediza can use this power in place of a melee basic attack when charging or using her aegis of assault.",attack:{bonus:9,defence:0},description:"",details:"",damage:"",category:1},{id:"23ad1ce7-86d0-459c-9be8-10d88d40da65",name:"Lightning Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Lightning",condition:"",range:"Ranged 3",attack:{bonus:7,defence:1},description:"",details:"1d6+6 damage and Ediza pulls the target 3 squares to a square adjacent to her.",damage:"1d6+6 damage and ediza pulls the target 3 squares to a square adjacent to her",category:1},{id:"0856855d-af43-42e6-a7c5-8ba650c0fb70",name:"Sword Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Force",condition:"",range:"Close burst 1",attack:{bonus:7,defence:2},description:"",details:"1d6+6 force damage.",damage:"1d6+6 force damage",category:1},{id:"6b7a330c-4402-4a94-8df2-8bbbfcedb1c2",name:"Aegis of Assault",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ediza marks the target, and the target remains marked until Ediza uses this power on another creature or this mark is superseded by another mark. If a creature marked by this power makes an attack that does not include Ediza, is within 10 squares of Ediza, and hits the creature with the that attack, Ediza can, as an immediate reaction, teleport to a square adjacent to that creature, and make a melee basic attack against it.",attack:null,description:"",details:"no attack roll",damage:"",category:3},{id:"b423fdcd-401e-4714-82e4-f495bf1a1e56",name:"Earthshock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:7,defence:1},description:"",details:"targets enemies in burst touching the ground; the target is knocked prone.",damage:"",category:3},{id:"1580d5d7-34e1-402f-b360-57d438904348",name:"Mythal Recovery",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ediza makes a saving throw against one effect that a save can end.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"92a8eafc-b0fc-4985-85d6-69134a2e6a54",name:"Efreet Scalespawn",details:"",size:3,origin:1,type:2,keywords:"fire",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"scimitar",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:25},intelligence:{score:18},wisdom:{score:24},charisma:{score:21},hp:1,initiative:22,ac:43,fortitude:40,reflex:38,will:38,regeneration:null,auras:[{id:"c0838db4-a5ea-4e54-a89b-719e799ba86e",name:"Scaled Wrath",keywords:"",details:"aura 1; any creature that attacks a scalespawn while adjacent to it takes 10 damage."}],powers:[{id:"afb95a05-86f8-4c95-be8e-bef4132a65a9",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 14 damage, and the target is marked until the end of the efreet scalespawn’s next turn.",damage:"14 damage",category:1},{id:"e0f3bfd3-d85a-4386-b53f-6c2d500005ea",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:32,defence:2},description:"",details:"14 fire damage, and the target is slowed (save ends).",damage:"14 fire damage",category:1},{id:"63fe4d15-ae6a-4361-a1ce-9fa418d8521a",name:"Vengeful Immolation",action:null,keywords:"Fire",condition:"when the scalespawn drops to 0 hit points",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"the target is pushed 1 square and takes ongoing 10 fire damage (save ends). The scalespawn is destroyed, and its space and all adjacent squares become difficult terrain until the end of the encounter.",damage:"the target is pushed 1 square and takes ongoing 10 fire damage (save ends)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"a85edb47-3086-46c5-9b16-d92df7c2cc12",name:"Eli van Hassen",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +16, Diplomacy +16, Insight +12, Religion +14",equipment:"dagger",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:15},charisma:{score:22},hp:112,initiative:6,ac:25,fortitude:22,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"555c56ad-46ce-42c9-a1fd-bb452450f522",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d4+4 damage.",damage:"3d4+4 damage",category:1},{id:"39013736-147d-40ac-b48f-46ed16e3920d",name:"Fickle Fortune",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Close burst 5",attack:{bonus:15,defence:2},description:"",details:"targets one creature in burst; 2d8+4 damage, and one of the following effects (roll 1d6).",damage:"2d8+4 damage",category:1},{id:"6701a9db-2224-422d-8cc3-9fd772cb0445",name:"Foul Fortune",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:1},description:"",details:"3d8+5 damage, and the target is knocked prone and takes one of the following effects (roll 1d6) (save ends).",damage:"3d8+5 damage",category:1},{id:"21afd873-a86e-44f9-b72c-d89f89732d97",name:"Cringe and Cower",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Van Hassen gains a +2 bonus to all defenses when he’s within 5 squares of at least two allies.",damage:"Van Hassen gains a +2 bonus to all defenses when he’s within 5 squares of at least two allies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e0296de-5476-4d34-9d9a-9b7d8ffdb69c",name:"Fire Archon Flamebow",details:"",size:2,origin:1,type:2,keywords:"fire",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +21",movement:"8 see also flame step",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"chainmail",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:29},intelligence:{score:20},wisdom:{score:27},charisma:{score:18},hp:1,initiative:22,ac:38,fortitude:39,reflex:37,will:38,regeneration:null,auras:[],powers:[{id:"4944a96f-dc37-445d-89f7-ba4cfc35cc04",name:"Flamebow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"",attack:{bonus:31,defence:2},description:"",details:"7 fire damage, and ongoing 5 fire damage (save ends).",damage:"7 fire damage",category:1},{id:"66fb1df1-052b-4371-9f4e-c415ea8a9b6d",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:2},description:"",details:"ongoing 10 fire damage (save ends). A target already taking ongoing fire damage instead increases that ongoing damage by 5.",damage:"ongoing 10 fire damage (save ends)",category:1},{id:"4911ebaf-a4cf-4607-bd20-2d91ea981f78",name:"Deathstorm",action:null,keywords:"Fire",condition:"when the flamebow drops to 0 hit points",range:"The flamebow explodes and is destroyed: close burst 5",attack:{bonus:31,defence:1},description:"",details:"targets enemies taking ongoing fire damage; the target and all allies adjacent to the target take 14 fire damage. Miss: The target takes 7 fire damage.",damage:"targets enemies taking ongoing fire damage",category:0},{id:"c967a587-215f-43e4-a48b-ebba59af616d",name:"Flame Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The flamebow can teleport to within 3 squares of any fire creature within 20 squares of it.",damage:"The flamebow can teleport to within 3 squares of any fire creature within 20 squares of it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c6f0f743-1323-41a8-b114-261fef61924d",name:"Genasi Blackheart",details:"",size:2,origin:1,type:2,keywords:"fire",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"chainmail; falchion",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:27},intelligence:{score:14},wisdom:{score:23},charisma:{score:14},hp:1,initiative:21,ac:38,fortitude:39,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"8ea26948-2aa7-4d63-9fa2-a05229a734a7",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"10 damage, and ongoing 5 fire damage (save ends).",damage:"10 damage",category:1},{id:"e44b836e-b25e-4c4a-bba6-d149221066cf",name:"Heart of Fire",action:null,keywords:"Fire",condition:"when missed by a melee attack",range:"",attack:null,description:"",details:"If the target is taking ongoing fire damage, that ongoing damage increases by 5.",damage:"if the target is taking ongoing fire damage",category:0},{id:"031de201-37f1-48a8-8fb4-6e6eb1a6a4be",name:"Fiery Vengeance",action:null,keywords:"Fire",condition:"when the blackheart drops to 0 hit points",range:"Close burst 5",attack:{bonus:27,defence:2},description:"",details:"17 fire damage. Additionally, if the target is taking ongoing fire damage, that ongoing damage increases by 5.",damage:"17 fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"6ad58d19-639c-4ecf-b504-bc9e07c72371",name:"Gibbering Heads",details:"",size:3,origin:5,type:1,keywords:"swarm, undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 4 (altitude limit 3)",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:23},intelligence:{score:7},wisdom:{score:19},charisma:{score:14},hp:148,initiative:15,ac:31,fortitude:27,reflex:28,will:26,regeneration:null,auras:[{id:"a3126525-89a2-4b61-8373-133c0e07561a",name:"Teeth and Tongues",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 7 damage."}],powers:[{id:"2a8a35d7-1be8-4da6-a5a9-cd68475390a5",name:"Chomping Maws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"1d10+6 damage and the target is grabbed. The target takes 5 damage at the end of its turn as long as it is grabbed by the gibbering heads swarm. The swarm can continue to make additional attacks—against the same target or others—while maintaining grabs, and can sustain all grabs with a single minor action.",damage:"1d10+6 damage and the target is grabbed",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 close and area attacks",immune:"disease, poison",tactics:""},{id:"19bde2ae-b379-4da0-849c-c1f08eff55e3",name:"Kazrith Flametongue",details:"",size:2,origin:1,type:1,keywords:"demon, water",level:28,role:{type:4,flag:0,leader:!1},senses:"Perception +21; tremorsense 20",movement:"6, burrow 6 (tunneling), swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"Stealth +29",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:30},intelligence:{score:16},wisdom:{score:25},charisma:{score:15},hp:196,initiative:28,ac:42,fortitude:40,reflex:42,will:38,regeneration:null,auras:[],powers:[{id:"233a22d1-10dd-44a3-9c5c-4b876d7b110d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8+6 damage, and ongoing 5 fire damage (save ends).",damage:"2d8+6 damage",category:1},{id:"0777c9dc-77d8-40f8-b8f9-b41b2b12676c",name:"Molten Flow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:31,defence:2},description:"",details:"2d6+4 damage, and ongoing 10 fire damage (save ends). Effect: The kazrith burrows its speed.",damage:"2d6+4 damage",category:1},{id:"1751b00a-4735-4b9a-a47f-6086e31010e8",name:"Magma Skin",action:null,keywords:"Fire",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The kazrith gains a +4 bonus to its burrow speed, and at the start of its turn, creatures adjacent to it take 15 fire damage.",damage:"creatures adjacent to it take 15 fire damage",category:0},{id:"d81f7604-1b03-456e-b84a-164d2ed28fd6",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kazrith makes saving throws against immobilized, restrained, and slowed conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"fire",tactics:""},{id:"b735a5f1-f81d-4295-bf2a-688e17ebac88",name:"Nycademon Warmaster",details:"",size:3,origin:1,type:2,keywords:"",level:28,role:{type:6,flag:0,leader:!1},senses:"Perception +22",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +26",equipment:"",category:"",strength:{score:28},constitution:{score:29},dexterity:{score:29},intelligence:{score:11},wisdom:{score:16},charisma:{score:24},hp:261,initiative:25,ac:41,fortitude:41,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"08f023b0-c621-4b3c-b360-939c6045f8fd",name:"War Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and ongoing 5 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"41878049-bc09-43a6-9825-3ca6d1d4b439",name:"Merciless Flail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon makes two war flail attacks.",damage:"",category:1},{id:"5649667a-2e22-492a-964f-d52aa96e9d34",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Before or after the attack, the nycademon flies 6 squares. Reach 2; the target is grabbed.",damage:"the nycademon flies 6 squares",category:1},{id:"663cf084-8e22-4f9f-b1b2-64f4a448fb83",name:"Strong Flyer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nycademon moves a grabbed target, it does not need to make a Strength attack. While bloodied, a nycademon can fly at full speed instead of half speed when moving a grabbed target.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2673578d-70b7-453b-b171-86e66673d37f",name:"Pung",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:0,flag:0,leader:!0},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +7, Intimidate +9",equipment:"flail",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:10},intelligence:{score:8},wisdom:{score:8},charisma:{score:16},hp:31,initiative:1,ac:13,fortitude:14,reflex:13,will:16,regeneration:null,auras:[{id:"c63a6305-9c7c-409f-8790-bf7926c29d82",name:"Ecstatic Fury",keywords:"",details:"aura 3; any ally that starts its turn in the aura slides 1 square and gains +1 bonus to attack rolls until the start of its next turn."}],powers:[{id:"140cb894-24b4-4a70-bfff-417ea3ea7972",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+1 damage.",damage:"1d10+1 damage",category:1},{id:"ae1ff474-0948-43f7-9416-fbac685f1aea",name:"Bitter Epithets",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"1d6+3 psychic damage, and the target takes 3 extra psychic damage if it ends its next turn closer to the mad prophet than where he began.",damage:"1d6+3 psychic damage",category:1},{id:"43c30272-42de-4201-a8f5-4ce43bfa7e65",name:"Perilous Order",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one ally; the target makes a charge attack and deals 3 extra damage.",damage:"the target makes a charge attack and deals 3 extra damage",category:1},{id:"c23da877-4da3-4c8f-806c-f16980318ba9",name:"Incite Bloodlust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"the target makes a melee basic attack and deals 3 extra damage on hit (6 extra damage against prone targets).",attack:null,description:"",details:"targets allies",damage:"",category:1},{id:"d81927ca-d76e-40dc-9432-7191bc42c4d8",name:"Wild Swing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"requires flail",range:"Close burst 1",attack:{bonus:5,defence:0},description:"",details:"targets 1d4 random creatures in the burst; 1d10+1 damage, and the target is knocked prone.",damage:"1d10+1 damage",category:1},{id:"460f4a8e-8e1e-4bf7-b0c1-9cf93ac3fe5d",name:"Rise Fool!",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets one dead ally; the target regains 1 hit point and stands up as a free action.",damage:"the target regains 1 hit point and stands up as a free action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e4345b3-fc1a-4737-ba07-59d69251b1f4",name:"Pung’s Believers",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception -1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"kukri",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:8},wisdom:{score:8},charisma:{score:10},hp:1,initiative:1,ac:13,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"d5e94fda-37ae-4361-b9a5-f4f83e50fd6b",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"b685784d-0796-4ebe-9455-aedd0dfdfb17",name:"Pung!",action:null,keywords:"",condition:"when a pung’s believer drops to 0 hit points",range:"Close burst 5",attack:null,description:"",details:"target’s Pung; Pung shifts 1 square toward the minion and rolls to recharge rise fool!.",damage:"Pung shifts 1 square toward the minion and rolls to recharge rise fool!",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2fcc30b-cb8c-43b4-8c82-5b352635a1bd",name:"Reymol and Jargo",details:"",size:1,origin:4,type:2,keywords:"halfling",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +8, Thievery +7",equipment:"dagger; leather armor; rod implement",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:10},charisma:{score:16},hp:31,initiative:3,ac:18,fortitude:14,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"48b9afa9-e19c-41f3-b4f2-f81db508a810",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"fb2b8076-5bc7-4a55-a63c-7dfa7d6b0a9d",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"80ce87cd-d5db-4e54-bb69-852139c5c73b",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement, Radiant",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6+3 radiant damage, and if the target moves closer to this character on its next turn, it takes 1d6 +3 extra damage.",damage:"1d6+3 radiant damage",category:1},{id:"9f307017-d576-4430-a998-bc39c07849e1",name:"Arms of Hadar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Close burst 2",attack:{bonus:6,defence:2},description:"",details:"1d8+3 damage, and the target is pushed 4 squares.",damage:"1d8+3 damage",category:1},{id:"cabe3cbc-e1bd-4f98-a1a1-d86be3596838",name:"Second Chance",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must reroll the triggering attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1646e60-36c3-46eb-ac3b-3cf9e5e48057",name:"Ring of Fire Flamerunner",details:"",size:3,origin:1,type:2,keywords:"fire",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"scimitar",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:29},intelligence:{score:17},wisdom:{score:24},charisma:{score:20},hp:1,initiative:24,ac:41,fortitude:39,reflex:41,will:38,regeneration:null,auras:[{id:"baf8bbd4-b571-4948-aa60-a0009084a842",name:"Ring of Fire",keywords:"",details:"aura 2; enemies within the aura takes a -5 penalty to saving throws to end ongoing fire damage."}],powers:[{id:"bcedaefb-a3d0-4c89-9289-18baf145b48e",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 10 damage, and ongoing 5 fire damage (save ends). If used as part of a charge, increase the ongoing damage to ongoing 10 fire damage.",damage:"10 damage",category:1},{id:"56efcf0d-2f11-458d-bfa1-ce713250a67c",name:"Fiery Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The flamerunner teleports 20 squares adjacent to another efreet, reappearing in a flash of fire and smoke.",damage:"The flamerunner teleports 20 squares adjacent to another efreet",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"02d5b53f-0206-4918-9135-599179de055f",name:"Ring of Fire Magmacaster",details:"",size:3,origin:1,type:2,keywords:"fire",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:31},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:1,initiative:24,ac:40,fortitude:39,reflex:42,will:40,regeneration:null,auras:[{id:"2bfb9925-e04a-43b9-99ee-13de68646108",name:"Ring of Fire",keywords:"",details:"aura 2; any enemy that ends its turn within the aura takes 5 fire damage."}],powers:[{id:"b7ebf3bb-557d-4a9a-bb9f-784698e10324",name:"Magma Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:33,defence:0},description:"",details:"10 fire damage, and ongoing 5 fire damage (save ends).",damage:"10 fire damage",category:1},{id:"a88cd1a3-bca5-4ba2-b1db-7fc33e26a4b9",name:"Molten Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:33,defence:2},description:"",details:"the target gains vulnerable 15 fire damage (save ends).",damage:"the target gains vulnerable 15 fire damage (save ends)",category:1},{id:"0c333e8f-0e22-40e7-bc66-780736be625a",name:"Magma Spray",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when reduced to 0 hp",range:"",attack:null,description:"",details:"The magmacaster’s space and all adjacent squares become difficult terrain until the end of the encounter. A creature that enters these squares takes 5 fire damage.",damage:"a creature that enters these squares takes 5 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"ea59fc03-227d-4c75-8c30-26370e7de8be",name:"Ring of Fire Pyremaster",details:"",size:3,origin:1,type:2,keywords:"fire",level:27,role:{type:3,flag:0,leader:!1},senses:"Perception +17",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Arcana +25, Insight +24, Intimidate +27",equipment:"scimitar",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:19},charisma:{score:26},hp:250,initiative:21,ac:41,fortitude:40,reflex:38,will:38,regeneration:null,auras:[{id:"92f2c944-2c47-4518-8ce7-d1f2c3e6ba4c",name:"Ring of Fire",keywords:"",details:"aura 2; any enemy that enters or ends its turn in the aura takes 10 fire damage."}],powers:[{id:"d492b993-3b3f-4dd9-be03-6892c6a19312",name:"Spiked Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d10+9 damage (crit 6d10 + 29), and the target is slowed until the end of its next turn.",damage:"2d10+9 damage (crit 6d10 + 29)",category:1},{id:"2ea3c97c-7f45-499c-aabd-fa465ba3d146",name:"Pyremaster’s Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"2d8+7 fire damage, and the target slides 3 squares, takes ongoing 10 fire damage, and is immobilized (save ends both).",damage:"2d8+7 fire damage",category:1},{id:"7b71465d-c6a4-462c-afad-ea6d7a2e9842",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:32,defence:0},description:"",details:"3d6+7 fire damage, and ongoing 5 fire damage (save ends).",damage:"3d6+7 fire damage",category:1},{id:"d15dac37-0d71-41ae-a6d0-1dab67738114",name:"Wall of Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 20; the pyremaster conjures a wall of searing flame that lasts until the end of the pyremaster’s next turn. The wall is 6 squares high and blocks line of sight. The wall’s space is heavily obscured and is difficult terrain. A creature that starts its turn adjacent to the wall takes 10 fire damage. A creature that enters a square of the wall or starts its turn there takes 20 fire damage. Sustain Minor: The wall persists.",damage:"a creature that starts its turn adjacent to the wall takes 10 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"7b72a419-91b8-4e7f-bdbb-560f7d83b843",name:"Salamander Fireshield",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Evil",languages:"Primordial",skills:"",equipment:"javelin",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:25},intelligence:{score:18},wisdom:{score:23},charisma:{score:14},hp:1,initiative:20,ac:38,fortitude:40,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"adf05935-36ca-431c-8a8e-41d69cd9a574",name:"Fireshield Bash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 12 damage, and ongoing 5 fire damage (save ends).",damage:"12 damage",category:1},{id:"59221d6e-47d2-4b2e-8652-c6ea1fde9279",name:"Flaming Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"10 damage, and ongoing 5 fire damage.",damage:"10 damage",category:1},{id:"a7d6eb80-5717-4822-8c98-54f21f75498f",name:"Fireshield Burst",action:null,keywords:"Fire",condition:"when the salamander fireshield is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:27,defence:2},description:"",details:"ongoing 10 fire damage (save ends).",damage:"ongoing 10 fire damage (save ends)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"d38f3817-7974-4efc-a764-f2c4e288fbfa",name:"Salamander Thrallmaster",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:28,role:{type:3,flag:0,leader:!1},senses:"Perception +22",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Intimidate +23",equipment:"scourge",category:"",strength:{score:25},constitution:{score:30},dexterity:{score:27},intelligence:{score:20},wisdom:{score:27},charisma:{score:19},hp:262,initiative:22,ac:42,fortitude:41,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"e179882f-6ee6-471e-9a9c-229f5a8c7f03",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d10+6 fire damage, and the target is knocked prone.",damage:"3d10+6 fire damage",category:1},{id:"9d053695-5092-4927-9a11-1cf32dfa043e",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 2d10+4 damage, and the target takes ongoing 5 fire damage and is slowed (save ends both).",damage:"2d10+4 damage",category:1},{id:"5f7ba164-f10d-4100-a9af-9a4047a3fa91",name:"Molten Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"3d10 damage, and the target takes ongoing 10 fire damage and is stunned (save ends both).",damage:"3d10 damage",category:1},{id:"065b1fd5-19a3-4a47-902a-8b164440144c",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The salamander thrallmaster can make opportunity attacks against enemies within 2 squares.",damage:"The salamander thrallmaster can make opportunity attacks against enemies within 2 squares",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"653b4b75-6661-426f-b08b-dc2c59791726",name:"Shardstorm Icewind",details:"",size:2,origin:1,type:1,keywords:"air, cold, earth",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:26},dexterity:{score:29},intelligence:{score:7},wisdom:{score:24},charisma:{score:9},hp:1,initiative:24,ac:41,fortitude:39,reflex:40,will:38,regeneration:null,auras:[{id:"1247251f-4316-4b3a-ac8f-4c7b91cc76c6",name:"Iceblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses. The area of the aura is difficult terrain for creatures without ice walk."}],powers:[{id:"3db78d54-c8c9-4ee4-b157-0d5c2d880726",name:"Ice-Shard Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"15 cold damage.",damage:"15 cold damage",category:1},{id:"102d1a11-e898-44b8-b45e-4d552b37ddc0",name:"Vortex Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardstorm icewind shifts 4 squares.",damage:"The shardstorm icewind shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold, disease, poison",tactics:""},{id:"66edf562-a779-4d8d-89a8-9e5078fdb2fb",name:"Sliver Wraith Guardian",details:"",size:2,origin:0,type:2,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:15},hp:26,initiative:4,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[{id:"a00bf0c8-8da4-44e5-93fe-11a8cfc3745f",name:"Hypnotic Form",keywords:"",details:"(Charm) aura 2; each enemy that ends its turn in the aura is slowed and takes a –2 penalty to Will until the end of its next turn."}],powers:[{id:"950c136d-97e1-431e-8abf-2e9329d2be0d",name:"Dizzying Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"1d6+2 psychic damage, and the target is marked and grants combat advantage until the end of the guardian’s next turn.",damage:"1d6+2 psychic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"dazed, disease, poison",tactics:""},{id:"78c3694a-2d22-42d4-a515-696d001abaea",name:"Sliver Wraith Seeker",details:"",size:2,origin:0,type:2,keywords:"undead",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +2",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:15},hp:31,initiative:4,ac:15,fortitude:14,reflex:15,will:14,regeneration:null,auras:[{id:"67422493-b6d9-4d1a-9b50-9ae66e839a70",name:"Hypnotic Form",keywords:"",details:"(Charm) aura 2; each enemy that ends its turn in the aura is slowed and takes a -2 penalty to Will until the end of its next turn."}],powers:[{id:"e067cf9b-4ad2-45bc-8fa3-1e6a3c15fc23",name:"Maddening Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"1d6+2 psychic damage, and the target is knocked prone and can’t stand up (save ends).",damage:"1d6+2 psychic damage",category:1},{id:"67ed2465-8278-4662-871d-4f88b2a99c85",name:"Seeker’s Calling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:5,defence:3},description:"",details:"targets one creature in burst; 2d6+2 psychic damage and the seeker slides the target 5 squares to a square either adjacent to the seeker or within its hypnotic form aura.",damage:"2d6+2 psychic damage and the seeker slides the target 5 squares to a square either adjacent to the seeker or within its hypnotic form aura",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"dazed, disease, poison",tactics:""},{id:"9d3d7489-e6d8-4eff-97bf-76479f2c115a",name:"Spitfire",details:"",size:3,origin:5,type:1,keywords:"mount",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"12 (14 when charging); phasing",alignment:"Evil",languages:"",skills:"Endurance +20",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:20},intelligence:{score:6},wisdom:{score:13},charisma:{score:16},hp:155,initiative:14,ac:29,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"9ff319ad-bb28-4526-b8c3-42bbb9d6a0ba",name:"Iron-Shod Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage, and ongoing 5 damage (save ends).",damage:"1d10+6 damage",category:1},{id:"2c720157-9ce7-4109-8b65-f4fb7c306605",name:"Phantom Rider",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 15th level or higher",range:"",attack:null,description:"",details:"The rider gains phasing. The mount and raider share all resistances and immunities, and may act together on the higher of the pair’s initiative.",damage:"",category:1},{id:"83be4430-c7c7-4082-813a-84a6edb77772",name:"Run to Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Spitfire moves up to her speed. Each square she leaves becomes difficult terrain until the end of her next turn. Any enemy that hits Spitfire with a melee attack during this move is immobilized until the end of Spitfire’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"92535377-514e-4cfe-b0f0-486db78b243e",name:"Unholy Resilience",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or slowing effect that a save can end",range:"",attack:null,description:"",details:"Spitfire makes a saving throw against the triggering effect, even if it does not normally allow a save to end.",damage:"",category:1},{id:"f9d7a12d-a98c-4646-8edd-eee2f6f0e70d",name:"Bound to the Road",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Spitfire is linked to the road. She treats all terrain beyond the road as difficult terrain, and she cannot move beyond line of sight of the road.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"baa4a319-7bb5-4c1a-b4a9-47372d65a808",name:"The Headless Horseman",details:"",size:2,origin:5,type:2,keywords:"blind, undead",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +16; blindsight 10",movement:"6",alignment:"Chaotic Evil",languages:"Understands all spoken languages; does not speak",skills:"Athletics +19",equipment:"sickle",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:20},intelligence:{score:9},wisdom:{score:19},charisma:{score:14},hp:362,initiative:12,ac:27,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"e92faded-f0e7-4530-a9c3-13faafdd916c",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"Targets one or two creatures; 2d8+7 damage (crit 4d8+7 damage, and the target is dazed until the end of the Horseman’s next turn). This attack rolls a critical hit on an 18–20.",damage:"2d8+7 damage (crit 4d8+7 damage",category:1},{id:"dc99b207-a2c2-4193-897f-0ff5a02680ff",name:"Beheading Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"Targets a bloodied creature; the target is reduced to 0 hit points. Miss: 2d8 + 23 damage, and the target is dazed until the end of the Horseman’s next turn.",damage:"2d8 + 23 damage",category:1},{id:"5cc06c0e-0e71-41cb-9eba-f28855349f9a",name:"Unholy Resilience",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or slowing effect",range:"",attack:null,description:"",details:"The Horseman makes a saving throw against the triggering effect, even if it does not normally allow a save to end.",damage:"",category:1},{id:"45770c5d-b667-4c29-9b6c-91968bcf925f",name:"Executioner’s Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the Horseman makes a charge attack (whether on foot or mounted), he gains combat advantage against the target of the charge.",damage:"",category:0},{id:"e57e7a10-4ef3-4d65-b100-d0bdd5b6f782",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The horseman deals ongoing 10 damage (save ends) on a hit against any creature granting him combat advantage.",damage:"the horseman deals ongoing 10 damage (save ends) on a hit against any creature granting him combat advantage",category:0},{id:"39cbafe1-4da4-4382-b1e6-46da713f10b6",name:"Bound to the Road",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Horseman is linked to the road. He treats all terrain beyond the road as difficult terrain, and he cannot move beyond line of sight of the road.",damage:"",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"c5bd71b5-fe1f-4ac2-9c38-febad3731b67",name:"The White Reeve",details:"",size:2,origin:5,type:2,keywords:"undead",level:13,role:{type:7,flag:1,leader:!0},senses:"Perception +9; darkvision",movement:"8, climb 4",alignment:"Evil",languages:"Common",skills:"Insight +14, Stealth +17",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:19},hp:262,initiative:14,ac:29,fortitude:25,reflex:26,will:25,regeneration:null,auras:[{id:"66e21381-8cad-413e-bc72-23404e0ffc5a",name:"Shroud of the Grave",keywords:"",details:"aura 5; undead in the area lose vulnerable radiant."}],powers:[{id:"bfdbe45e-3e19-48fb-b35a-ff159aff4337",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the attack deals 1d8 extra damage.",damage:"2d8+6 damage",category:1},{id:"9d08f730-27b6-4820-b7c2-ffb0114a81b8",name:"Ravenous Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets an immobilized, stunned, or unconscious creature; 2d6+6 damage, and the target loses a healing surge and is stunned until the end of the white reeve’s next turn.",damage:"2d6+6 damage",category:1},{id:"e1124605-b8e3-4673-a5ab-43a55ef0d236",name:"Ravening Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The White Reeve makes two claw attacks.",damage:"",category:1},{id:"3f2245e9-0727-4423-b4fe-99be7035f461",name:"Morbid Inhabitation",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"1/turn",range:"",attack:null,description:"",details:"The White Reeve swaps places with one undead creature within 10 squares.",damage:"The White Reeve swaps places with one undead creature within 10 squares",category:4}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"08484e2f-ae35-42f2-96c6-53eb454d88ef",name:"Van Hassen Estate Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"crossbow; crossbow bolt; halberd; leather armor",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:9},hp:1,initiative:11,ac:26,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"55a8f93b-283d-47d0-bc43-1c37b959109f",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 8 damage.",damage:"8 damage",category:1},{id:"0cf55b88-38a6-463c-ac1e-3d3c60359ae0",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"1367c8b0-8794-4eff-9d04-dbce3679f407",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the estate guard has combat advantage against a target, a hit also knocks the target prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"109e01d0-f78d-43ad-8d90-810299b905ba",name:"White Dragon Firelord",details:"",size:4,origin:4,type:1,keywords:"dragon",level:28,role:{type:2,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8 (ice walk), fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +28, Intimidate +27",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:21},intelligence:{score:26},wisdom:{score:20},charisma:{score:26},hp:1048,initiative:19,ac:42,fortitude:43,reflex:40,will:40,regeneration:null,auras:[{id:"812f4487-4b95-488c-94a8-04cc5ee0b7ce",name:"Fire and Ice",keywords:"",details:"aura 5; while within the aura, enemies gain vulnerable 15 cold and vulnerable 15 fire."}],powers:[{id:"9eeb836e-3dce-45b8-8671-fb7a8633a292",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 2d12+6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack).",damage:"2d12+6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack)",category:1},{id:"82675619-c1e5-44cf-817d-7097a7110643",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 1d12+6 damage plus 1d12 fire damage.",damage:"1d12+6 damage plus 1d12 fire damage",category:1},{id:"44f62c35-4a5b-4763-bc41-97fd5353da8e",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks. If the dragon hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"b62024b3-01e5-492b-a6a3-b4919d6415ce",name:"Scouring Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire",condition:"",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"2d12+10 cold and fire damage, and the firelord slides the target 2 squares.",damage:"2d12+10 cold and fire damage",category:1},{id:"d4b2e421-2139-42b9-8254-5dc70e730cd2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"5d10+10 cold and fire damage, and the target is knocked prone and blinded (save ends both).",damage:"5d10+10 cold and fire damage",category:1},{id:"477eb3fb-be84-4f35-b390-216c7024e2bb",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"fb427f56-2949-4a8d-b2b9-70a7aff9be7e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"24c9dd10-b525-4b83-91c3-364434172c1a",name:"Steam Shroud",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"",attack:null,description:"",details:"The dragon’s space and all adjacent squares become a zone of roiling steam that grants total concealment until the end of the dragon’s next turn.",damage:"",category:5},{id:"76075c23-2da7-444e-9cb3-83d90540c86f",name:"Elemental Affinity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The white dragon firelord’s elemental power overcomes the fire affinity of the City of Brass. The dragon’s attacks with the cold keyword deal full damage.",damage:"the dragon’s attacks with the cold keyword deal full damage",category:0}],damageModifiers:[{type:2,value:-30}],resist:"fire",vulnerable:"",immune:"",tactics:""},{id:"779e646c-3670-4679-853a-f8f104ab6d5b",name:"Azharul Dominion Ship",details:"",size:5,origin:4,type:0,keywords:"construct",level:28,role:{type:0,flag:1,leader:!1},senses:"Perception +19",movement:"fly 10 (hover)",alignment:"Evil",languages:"Draconic (crew)",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:30},intelligence:{score:14},wisdom:{score:20},charisma:{score:22},hp:394,initiative:24,ac:40,fortitude:40,reflex:42,will:38,regeneration:null,auras:[{id:"edb64e29-e657-46b8-bc6b-60c83e4a1f88",name:"Hissing Corona",keywords:"",details:"(Lightning) any creature that enters the aura or starts its turn there takes 10 lightning damage."}],powers:[{id:"f03cf9cc-1ec8-4001-8b17-9f5965da8db3",name:"Dragonborn Marines on Deck",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:3},{id:"e44ed5bd-8237-4426-8dc7-3e253b6cb161",name:"Thunder-Echo Projectors",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"(standard",range:"3d6+10 thunder damage. Effect: The thunder projector makes a secondary attack against every other creature within 5 squares of the primary target, originating the attack from the primary target: ranged 10",attack:{bonus:35,defence:0},description:"",details:"+33 vs. Reflex; 2d8 + 10 thunder damage.",damage:"2d8 + 10 thunder damage",category:1},{id:"a66c0040-a453-4a88-8719-8cd1decc6fef",name:"Collective Operation",action:null,keywords:"",condition:"",range:"The dominion ship is operated by multiple dragonborn crew, and attacking or controlling them individually doesn’t hamper the ship. The ship is subject to close and area attacks normally, but ranged and melee attacks with the poison, disease, psychic, charm, or fear keywords don’t harm the dominion ship.",attack:null,description:"",details:"",damage:"",category:0},{id:"c84618c9-5cc5-4166-9586-a1e13afffe6d",name:"Crew Suppression",action:null,keywords:"",condition:"",range:"such an “attack” automatically succeeds. It does no damage but leaves the dominion ship unable to make its melee attack (save ends). If the same creature performs the crew suppression attack three rounds in a row, the thunder-echo projectors are likewise unable to attack (save ends).",attack:null,description:"",details:"A creature adjacent to the dominion ship can spend a standard action to attack the visible crew members. They don’t fight back",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"thunder, immune poison, disease, psychic, charm, fear (melee and ranged only, see Collective Operation)",tactics:""},{id:"8590736d-42a8-4673-bf01-30ca5e47f2a7",name:"Banite Convert",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"battleaxe",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:1,initiative:5,ac:19,fortitude:19,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"8abbf80a-7526-4c90-935b-0684c46c0fea",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"d07bd3d1-7b0d-43a6-95fd-734bb04098fa",name:"Tyranny of the Mob",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human cultist gains a +1 power bonus to all defenses and a +1 power bonus to attack rolls while at least two other Banite converts are within 5 squares of it.",damage:"A human cultist gains a +1 power bonus to all defenses and a +1 power bonus to attack rolls while at least two other Banite converts are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c119536-be2e-4572-8815-eb5d80013355",name:"Bear Corpse",details:"",size:3,origin:4,type:0,keywords:"undead",level:7,role:{type:2,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:13},intelligence:{score:1},wisdom:{score:15},charisma:{score:9},hp:190,initiative:4,ac:19,fortitude:20,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"a1147fe2-e298-4dde-83bc-7f2c3e6e60a4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"15f0404f-9f82-45ab-9400-866913e9dc8b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bear corpse makes two claw attacks. If both claws hit the same target, the target is grabbed (until escape).",damage:"",category:1},{id:"2edae19c-f38b-4916-8697-c32055401e6f",name:"Necrotic Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"Grabbed target only; 4d8+3 necrotic damage.",damage:"4d8+3 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f8056c8-eed2-44e1-9d2b-fbb5af37dbe9",name:"Black Brood Mother",details:"",size:5,origin:4,type:1,keywords:"aquatic, dragon",level:29,role:{type:4,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 10 (hover), swim 10",alignment:"Evil",languages:"Draconic",skills:"Nature +22, Stealth +33",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:16},hp:1208,initiative:27,ac:46,fortitude:42,reflex:44,will:38,regeneration:null,auras:[],powers:[{id:"50f0a8a5-5b45-4e4d-91ea-2b83894a9fa8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 2d8+9 damage, and ongoing 15 acid damage (save ends).",damage:"2d8+9 damage",category:1},{id:"fe83ad37-8e12-4121-82c8-9b27d403d831",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 1d10+9 damage.",damage:"1d10+9 damage",category:1},{id:"2b059d7c-a0d1-4ac0-8484-97e1e724aa62",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"The dragon uses its tail to attack the enemy that missed it: reach 4; 1d12+11 damage, and the target is pushed 3 squares.",damage:"1d12+11 damage",category:5},{id:"69b24248-2202-490a-a790-cdb912cf4c84",name:"Underbelly Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets an adjacent creature; 1d12+10 damage, and a Large or smaller target is grabbed, pulled 1 square into the dragon’s space, and restrained. A creature trapped underneath the brood mother’s bulk has line of sight and line of effect only to the brood mother, and no creatures have line of sight or line of effect to it. A creature that escapes the grab is no longer underneath the brood mother and no longer restrained; the character shifts to the nearest square that is not part of the brood mother’s space. If the brood mother moves so that it no longer occupies the grabbed character’s space, then the character is no longer grabbed or restrained. Sustain Minor: The brood mother sustains the grab, and the target takes 20 damage plus 10 acid damage.",damage:"1d12+10 damage",category:1},{id:"c4196ec2-d100-4efe-a2e0-628305359e4f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"4d8+7 acid damage, and the target takes ongoing 30 acid damage and takes a -4 penalty to AC (save ends both).",damage:"4d8+7 acid damage",category:1},{id:"de329c83-3cc6-40b8-83fc-5749e76cb14a",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"2d10+7 acid damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"2d10+7 acid damage",category:1},{id:"22217853-948d-4d43-b5c4-b4f01d4c1b3a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"9effe443-c3fb-44b4-b574-edd87a38e893",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b86b2329-b1ca-4a9f-af73-a4691f33c61c",name:"Blue Brood Mother",details:"",size:5,origin:4,type:1,keywords:"dragon",level:30,role:{type:0,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"10, fly 12 (hover)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +34, Insight +23, Nature +23",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:17},hp:1302,initiative:18,ac:44,fortitude:48,reflex:42,will:42,regeneration:null,auras:[],powers:[{id:"f8bcc02a-abec-4ef9-af25-33dbb6473a28",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 2d8 +11 plus 2d6 lightning damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8 +11 plus 2d6 lightning damage",category:1},{id:"89a2216b-303a-4b94-ab48-0120feebc264",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 2d6 +11 damage.",damage:"2d6 +11 damage",category:1},{id:"c264b60e-b746-4daf-a798-624626af9f67",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a gore attack and two claw attacks.",damage:"",category:1},{id:"3164fd45-5b4a-4788-b0c1-2d5b3ee79580",name:"Underbelly Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets an adjacent creature; 1d12 +10 damage, and a Large or smaller target is grabbed, pulled 1 square into the dragon’s space, and restrained. A creature trapped underneath the brood mother’s bulk has line of sight and line of effect only to the brood mother, and no creatures have line of sight or line of effect to it. A creature that escapes the grab is no longer underneath the brood mother and no longer restrained; the character shifts to the nearest square that is not part of the brood mother’s space. If the brood mother moves so that it no longer occupies the grabbed character’s space, then the character is no longer grabbed or restrained. Sustain Minor: The brood mother sustains the grab, and the target takes 20 damage plus 10 lightning damage.",damage:"1d12 +10 damage",category:1},{id:"2e5cd809-6153-4080-a59e-20abddbed6e3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:36,defence:2},description:"",details:"The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second; 3d12 + 23 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 23 lightning damage",category:1},{id:"6a10a5e0-15cc-4dc3-ad38-25121b93f6bd",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately. This attack does not provoke opportunity attacks.; .",damage:"",category:5},{id:"9e775da0-433e-469d-811c-9426524f92f8",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"targets enemies",range:"",attack:{bonus:35,defence:3},description:"",details:"The target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"5fcf5098-651a-4106-b98c-8884586537a4",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"close burst 3",range:"",attack:{bonus:35,defence:1},description:"",details:"2d10 +9 thunder damage, and the target is stunned until the end of the blue dragon’s next turn. Critical Hit: As above, except that the target is stunned (save ends).",damage:"2d10 +9 thunder damage",category:1},{id:"94150a7f-ddb7-4297-aeac-89c215e7d65d",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"area burst 4 within 20",range:"",attack:{bonus:35,defence:2},description:"",details:"5d6 +9 lightning damage. Miss: half damage.",damage:"5d6 +9 lightning damage",category:1}],damageModifiers:[{type:5,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"261fa2dd-3d98-4776-815d-0a8aef55e626",name:"Corrosion Web",details:"Most living spells are the animated form of a single spell, but occasionally multiple spells interact to form a hybrid creature. The corrosion web is an example of a living spell that combines two common arcane spells: the wizard’s web and the sorcerer’s acid orb. Such combinations transform each spell in unique ways; for the corrosion web, the silk filaments forming the mass of the creature are covered with a caustic slime. Like a fisher throwing a net, the corrosion web ensnares foes with thin layers of its ropy body.",size:3,origin:0,type:1,keywords:"blind, ooze",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +7; blindsight",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:15},charisma:{score:7},hp:114,initiative:7,ac:25,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"2dd40991-2232-48df-8a74-2269786244df",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d8+5 acid damage, and ongoing 5 acid damage (save ends).",damage:"2d8+5 acid damage",category:1},{id:"22deaf90-2525-42a9-8417-41b990efd2a5",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"usable only when no creatures are engulfed",range:"",attack:{bonus:15,defence:2},description:"",details:"Targets one Medium or smaller creature; (automatically hits an immobilized creature); the corrosion web pulls the target into its space, and the target is grabbed. Until the grab ends, the target is dazed and takes ongoing 10 acid damage. When the grab ends, the target shifts to a square of its choosing adjacent to the corrosion web. When the corrosion web moves, it pulls any engulfed creatures with it, and it does not provoke opportunity attacks from engulfed creatures.",damage:"the target is dazed and takes ongoing 10 acid damage",category:1},{id:"0d671c27-961d-43ea-a9ef-ee353fd2f504",name:"Towing Tendril",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"2d8+9 acid damage, and the corrosion web pulls the target 3 squares.",damage:"2d8+9 acid damage",category:1},{id:"3c03217b-00f9-4014-87b7-f5b0f30b4fe9",name:"Ensnaring Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:15,defence:2},description:"",details:"1d8+5 acid damage, and the target takes ongoing 5 acid damage and is immobilized (save ends both). Effect: The burst creates a zone of webs that lasts until the end of the corrosion web’s next turn. The zone is difficult terrain for the corrosion web’s enemies.",damage:"1d8+5 acid damage",category:1},{id:"38e1c8d2-c811-4899-bc67-32f894edba88",name:"Combustible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the corrosion web takes fire damage while a creature is engulfed, the engulfed creature takes 10 fire damage.",damage:"if the corrosion web takes fire damage while a creature is engulfed",category:0}],damageModifiers:[{type:1,value:-10},{type:3,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9880fb0-c372-40ae-9dd9-1be47f5bb848",name:"Dharvek",details:"",size:2,origin:2,type:2,keywords:"elf",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"7 see also scavenger’s survival",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Bluff +16, Insight +14, Stealth +15, Thievery +15",equipment:"dagger; leather armor; longsword; shortbow",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:15},intelligence:{score:18},wisdom:{score:18},charisma:{score:14},hp:164,initiative:7,ac:23,fortitude:21,reflex:24,will:23,regeneration:null,auras:[{id:"597604eb-4267-4879-9aa1-d72e0b978700",name:"Group Awareness",keywords:"",details:"aura 5; non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"147b3b21-37d8-4f84-821e-98cfac223a7c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"1c4efb89-c61f-4996-a9dc-1f917a22c7b1",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:17,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"a451bc20-0996-4190-9f82-6ccc74146779",name:"Burning Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon, Fire",condition:"",range:"Ranged 15/30",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage, and ongoing 10 fire damage (save ends).",damage:"2d8+4 damage",category:1},{id:"3983ed2b-96cd-479c-834f-055c51792355",name:"Twin Arrows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Dharvek makes two shortbow attacks.",damage:"",category:1},{id:"5f45684c-6ab6-4902-a691-98788465d9e8",name:"Shocking Dissuasion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:15,defence:2},description:"",details:"2d6+4 lightning damage, and the target is pushed 2 squares.",damage:"2d6+4 lightning damage",category:1},{id:"abad5d62-1cab-4f85-a056-a7b283334457",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dharvek can reroll an attack roll. He must use the second roll, even if it’s lower.",damage:"",category:4},{id:"a5f4e83d-5502-4c76-9606-e73009836e6d",name:"Scavenger’s Survival",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dharvek shifts 3 squares and gains phasing during this movement.",damage:"Dharvek shifts 3 squares and gains phasing during this movement",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"13137e4f-86d4-4d89-b56a-bb968d6bbf81",name:"Fherina",details:"",size:1,origin:2,type:2,keywords:"gnome",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +12, Insight +9, Streetwise +10, Thievery +8",equipment:"dagger; leather armor",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:13},intelligence:{score:15},wisdom:{score:14},charisma:{score:16},hp:63,initiative:5,ac:18,fortitude:18,reflex:16,will:19,regeneration:null,auras:[],powers:[{id:"ac2bc775-1ee3-4150-892c-49a17ab4aa4d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"e86954d0-942f-4f61-b10f-5cfc92c0ae1c",name:"Arcane Quip",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 5",attack:{bonus:9,defence:3},description:"",details:"1d10+5 psychic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"3934ed44-e69b-4d77-836c-28363e8d5bfe",name:"Scathing Retort",action:{action:4,trigger:"when fherina is hit or missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets the triggering attacker; the attacker gains vulnerable 10 psychic until the end of Fherina’s next turn.",damage:"the attacker gains vulnerable 10 psychic until the end of Fherina’s next turn",category:5},{id:"e91e8914-161a-49b7-ab74-27a7915fdcef",name:"Fade Away",action:{action:4,trigger:"when fherina takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Fherina becomes invisible until she attacks or until the end of her next turn.",damage:"",category:5},{id:"610c80be-5b9a-46bb-9073-aff955a5d35c",name:"Muckrake",action:{action:7,trigger:"when fherina damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target takes a -2 penalty to Will defense (save ends).",damage:"The target takes a -2 penalty to Will defense (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"253b4053-5f93-400e-a126-62583f5fced7",name:"Frostclutch",details:"Most living spells are chaotic blobs of bubbling magic, but a living spell of a structured conjuration resembles the original form. In the case of the frostclutch, the oversized hands of force from Bigby’s arsenal fly through the air, grabbing and trapping creatures in a prison of ice.",size:2,origin:0,type:1,keywords:"blind, ooze",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +14; blindsight",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:20},intelligence:{score:5},wisdom:{score:20},charisma:{score:11},hp:170,initiative:14,ac:32,fortitude:31,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"89fb1d47-7524-44e9-aba0-72b68b4bd9f3",name:"Chilling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"(automatically hits a target grabbed by the frostclutch)2d8+8 cold damage.",damage:"(automatically hits a target grabbed by the frostclutch)2d8+8 cold damage",category:1},{id:"5cef2c1b-726e-4f1e-addf-b08cd617c10f",name:"Frozen Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only while the frostclutch does not have a creature grabbed",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+8 cold damage, and the target is grabbed.",damage:"2d8+8 cold damage",category:1},{id:"269e330e-da98-4ccd-bfac-57263356e189",name:"Entomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Targets a creature grabbed by the frostclutch; 2d8+8 cold damage, the grab ends, and the target is entombed in ice (save ends). While entombed, the target takes ongoing 10 cold damage and is stunned. No creature has line of effect to the target. Miss: Half damage, the grab ends, and the target is entombed until the end of the frostclutch’s next turn.",damage:"2d8+8 cold damage",category:1},{id:"ccdbd1c0-5e3b-4555-81f2-032e980e04da",name:"Drag",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the frostclutch has a creature grabbed",range:"",attack:{bonus:22,defence:1},description:"",details:"Targets a creature grabbed by the frostclutch; the frostclutch shifts 3 squares and pulls the grabbed target with it.",damage:"the frostclutch shifts 3 squares and pulls the grabbed target with it",category:2}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed907a58-8de0-4b63-8b78-da78530b1f14",name:"General Nadar",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!0},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"leather armor; spiked chain",category:"",strength:{score:26},constitution:{score:17},dexterity:{score:19},intelligence:{score:14},wisdom:{score:15},charisma:{score:18},hp:290,initiative:13,ac:30,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"797fa696-19f4-47a5-983b-35cccead746d",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10+8 damage, and the target is marked until the start of Nadar’s next turn.",damage:"2d10+8 damage",category:1},{id:"36f033df-0ee1-49d2-ae1d-4ddfa8d15f6e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Nadar makes two spiked chain attacks.",damage:"",category:1},{id:"f8ac005f-c835-424c-9904-16a44898fd30",name:"Follow-up Attack",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"1d6+6 damage, and the target is knocked prone.",damage:"1d6+6 damage",category:3},{id:"ab0bba2c-72ac-4e9c-845d-6031cf7db19b",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Nadar teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"Nadar teleports 3 squares and becomes insubstantial until the start of his next turn",category:2},{id:"c8b45af4-0f42-4184-a15c-d5c7babcc585",name:"Astral Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"all allies in the burst regain 10 hit points, can teleport 5 squares, and make a melee basic attack after teleporting.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43f7464d-3310-40e1-b1e2-06a0fa6ac9f2",name:"Glass Guardian",details:"",size:2,origin:0,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision, tremorsense 4",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:4},wisdom:{score:12},charisma:{score:8},hp:65,initiative:6,ac:16,fortitude:14,reflex:15,will:13,regeneration:null,auras:[{id:"fa1b7dcd-12cf-45d4-bfc2-7ee0230626e2",name:"Piercing Slivers",keywords:"",details:"aura 1; an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"ff1dbd41-9de0-43c8-831e-aa4473c955e0",name:"Lancing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"ff978693-4077-44b3-bb5e-9a57a2c9ebf9",name:"Piercing Shard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:8,defence:0},description:"",details:"1d8 damage, and ongoing 5 damage (save ends).",damage:"1d8 damage",category:1},{id:"3610af54-6e06-45d3-8955-7f69e17fb1b8",name:"Death Burst",action:null,keywords:"",condition:"when the glass guardian drops to 0 hit points",range:"Close burst 2",attack:{bonus:5,defence:2},description:"",details:"2d6 damage, and ongoing 5 damage (save ends).",damage:"2d6 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4d581d55-eb17-47b2-9e6a-321ba2d4e3fc",name:"Glass Guardian Nestling",details:"",size:1,origin:0,type:1,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision, tremorsense 4",movement:"8, climb 6",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:6},hp:1,initiative:6,ac:15,fortitude:13,reflex:15,will:12,regeneration:null,auras:[{id:"295a6440-987e-4562-92d6-34489dc73b13",name:"Piercing Slivers",keywords:"",details:"aura 1; an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"7538b6b5-2a37-426a-aa9a-de23f73a7831",name:"Lancing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"df693ffa-0e27-4abd-8de8-5894b5373155",name:"Spire Leap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The glass guardian nestling must be on a surface above the target. The nestling shifts 3 squares (it can jump during this move) before the attack; 5 damage. Effect: The nestling doesn’t take falling damage from using this attack power.",damage:"5 damage",category:1},{id:"fdf1f2a8-b331-459e-aa82-2ac04bdaa48f",name:"Death Burst",action:null,keywords:"",condition:"when the glass guardian nestling drops to 0 hit points",range:"Close burst 2",attack:{bonus:5,defence:2},description:"",details:"4 damage.",damage:"4 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0e2a45cd-c30a-47d3-8633-9062d8a3215a",name:"Green Brood Mother",details:"",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:3,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 14 (hover)",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +31, Diplomacy +26, Insight +27, Intimidate +26",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:26},hp:1250,initiative:23,ac:43,fortitude:39,reflex:41,will:39,regeneration:null,auras:[{id:"c9e5822a-0334-4303-bb71-c5677ad533a1",name:"Lashing Tail",keywords:"",details:"aura 2; all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"4c5e6d76-d4b8-450a-ac93-8ba6cb29d15b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 1d12+10 damage, plus ongoing 25 poison damage (save ends).",damage:"1d12+10 damage",category:1},{id:"f7fa0e68-fa49-4850-8609-870adc92f061",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 1d10+10 damage.",damage:"1d10+10 damage",category:1},{id:"ac8febbc-a6cb-47e3-9221-17d13d32ab00",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"da9652cc-3e36-40a4-9474-3bc4352427f5",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",damage:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target",category:1},{id:"dee784ee-9112-4877-b745-75a526ad640d",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"2d12+10 damage, and the target is knocked prone.",damage:"2d12+10 damage",category:5},{id:"aa8129e2-ec29-4c53-a1e1-b9a149399389",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:30,defence:3},description:"",details:"the target slides 4 squares.",damage:"the target slides 4 squares",category:3},{id:"5386844a-0e97-4b6c-b5bf-add03c315429",name:"Underbelly Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets an adjacent creature; 1d12+10 damage, and a Large or smaller target is grabbed, pulled 1 square into the dragon’s space, and restrained. A creature trapped underneath the brood mother’s bulk has line of sight and line of effect only to the brood mother, and no creatures have line of sight or line of effect to it. A creature that escapes the grab is no longer underneath the brood mother and no longer restrained; the character shifts to the nearest square that is not part of the brood mother’s space. If the brood mother moves so that it no longer occupies the grabbed character’s space, then the character is no longer grabbed or restrained. Sustain Minor: The brood mother sustains the grab, and the target takes 20 damage plus 10 poison damage.",damage:"1d12+10 damage",category:1},{id:"fe1e1f78-e3e1-4273-9ca6-d3539a5b2f68",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:30,defence:1},description:"",details:"3d10+8 poison damage, and the target takes ongoing 15 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d10+8 poison damage",category:1},{id:"c5f2f359-afca-4648-8099-bc938ebfd56f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"fe4aa26a-b2b9-436b-9c48-84fad4d199bb",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:30,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5c07c108-04a3-4ae0-8bec-2de6e0b304a2",name:"Living Cloud of Daggers",details:"As a living embodiment of one of the simplest spells in the wizard’s arsenal, the living cloud of daggers is a common sight in the Mournlands. It hovers like a swarm of insects, harassing nearby creatures with its mystical blades of force.",size:2,origin:0,type:1,keywords:"blind",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +7; blindsight",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:18},intelligence:{score:3},wisdom:{score:15},charisma:{score:9},hp:1,initiative:9,ac:22,fortitude:23,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"aa07a6f4-7d2c-4d3c-9afe-e0be2e0c45a3",name:"Slicing Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"8 force damage.",damage:"8 force damage",category:1},{id:"4a0199bf-e523-432b-ba3f-9bc2370392d7",name:"Envelop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"8 force damage. Effect: The living cloud of daggers enters a square in the target’s space and the target takes ongoing 5 force damage (until the target no longer shares a space with the cloud). Any attack by a creature other than the target that hits the living cloud of daggers also hits the enveloped creature.",damage:"8 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f0b21bf-26ea-47ec-befa-8b410e7d9daf",name:"Living Flaming Sphere",details:"The living flaming sphere is similar in appearance to the famous conjuration, except that no wizard lays claim to its creation and no arcane energy directs it. This creature is wild and chaotic; it never stays in one spot for long and it revels in fiery destruction.",size:2,origin:0,type:1,keywords:"blind, ooze",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +7; blindsight",movement:"fly 6 (hover; altitude limit 1)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:19},intelligence:{score:4},wisdom:{score:15},charisma:{score:9},hp:220,initiative:11,ac:24,fortitude:24,reflex:22,will:20,regeneration:null,auras:[{id:"1eb7f383-490f-4b3b-97de-7da2d364cd1a",name:"Blazing Husk",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"41702c20-79f7-42de-8e30-26f2354f3bf1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"3d6+8 fire damage.",damage:"3d6+8 fire damage",category:1},{id:"96da6870-5480-4711-a90d-e3b03ddc5a8a",name:"Immolating Crash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"usable only when charging",range:"",attack:{bonus:13,defence:2},description:"",details:"1d6+4 fire damage, and ongoing 10 fire damage (save ends). The sphere pushes the target 2 squares and knocks it prone. Effect: The living flaming sphere can shift 2 squares.",damage:"1d6+4 fire damage",category:1},{id:"0a8c9e72-988a-4ab0-a64c-3b261d3b53cd",name:"Rolling Strike",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The living flaming sphere moves 6 squares and makes one attack at any point during the movement; 3d6+8 fire damage, and the target falls prone. A living flaming sphere doesn’t provoke opportunity attacks from the target when moving away from it.",damage:"3d6+8 fire damage",category:2},{id:"0b8afc59-376a-48dd-b577-dd330185479f",name:"Spinning Escape",action:{action:4,trigger:"when an enemy hits this creature with an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living flaming sphere shifts 1 square.",damage:"The living flaming sphere shifts 1 square",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a living flaming sphere that takes cold damage deals half damage with blazing husk until the end of its next turn)",immune:"",tactics:""},{id:"b5a71150-1213-465f-89e5-ed4eb10acfbd",name:"Quavor",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Chondathan, Common",skills:"Arcana +15, Diplomacy +9, Dungeoneering +11, Insight +11",equipment:"dagger; wand implement",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:12},hp:56,initiative:6,ac:18,fortitude:17,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"de328db7-a1d8-4746-bf20-98b2a1621629",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"f3f82e17-2b18-44dc-9bbc-389b3b9c8524",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"2d4+6 force damage.",damage:"2d4+6 force damage",category:1},{id:"08caa577-c7aa-43fe-b98b-b4dd5e82b53e",name:"Necrotic Flash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:9,defence:2},description:"",details:"1d8+6 necrotic damage, and the target is immobilized until the end of Quavor’s next turn.",damage:"1d8+6 necrotic damage",category:1},{id:"78dbe201-3e8d-4bd7-ab7b-893e77e9829f",name:"Death Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:2},description:"",details:"1d6+5 necrotic damage.",damage:"1d6+5 necrotic damage",category:1},{id:"cfe698fa-4894-4b40-bf88-bf4130e8029d",name:"Black Vapors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d6+5 poison damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d6+5 poison damage",category:1},{id:"1753c311-951f-4ae5-bdb7-79b5efd44bf5",name:"Wand of Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"Requires wand; Quavor gains a +3 bonus to one attack roll.",damage:"Quavor gains a +3 bonus to one attack roll",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e93579f-2d2f-4e12-a206-02e0d5255212",name:"Ralsor d’Lyrandar",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"cloth armor (basic clothing); hand crossbow; rapier",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:18},intelligence:{score:15},wisdom:{score:12},charisma:{score:16},hp:152,initiative:9,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0bb9b7db-b618-4dd5-a2a3-2a5716a21faf",name:"Flourishing Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+6 damage, and Ralsor shifts 1 square.",damage:"1d8+6 damage",category:1},{id:"3891c5e5-007a-48ca-b19d-3a3d2c0a7348",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"8da5aacb-db5f-48bc-b63c-2eb7baf5a29e",name:"Bladed Comeback",action:{action:4,trigger:"when ralsor takes damage",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:5},{id:"6d3fc090-6f6c-4bcc-bedb-a3028d598ac6",name:"Point-Blank Skewer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Ralsor makes one rapier attack and one hand crossbow attack against the same target without provoking opportunity attacks. He can shift 1 square before, after, or between the attacks.",damage:"He can shift 1 square before",category:1},{id:"8b1b7fd5-e206-4771-8353-95adbc60e6f5",name:"Throw Caution to the Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 1",attack:{bonus:10,defence:1},description:"",details:"4d10+4 thunder damage, and the target is pushed 1. If Ralsor misses all targets with this attack, he grants combat advantage until the end of his next turn.",damage:"4d10+4 thunder damage",category:1},{id:"c1651300-0113-463b-94cd-b96eaa2cd775",name:"Windy Retreat",action:{action:7,trigger:"when ralsor hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Ralsor is dazed or immobilized, that condition ends. In addition, Ralsor shifts 1 square.",damage:"Ralsor shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"780bb867-2235-42c6-81c9-d98df9e0558c",name:"Shard Slave",details:"",size:2,origin:0,type:2,keywords:"undead",level:4,role:{type:3,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:19},intelligence:{score:14},wisdom:{score:12},charisma:{score:8},hp:148,initiative:6,ac:16,fortitude:13,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"c23fb9e5-c944-4637-9624-5a5ede20f5e0",name:"Dominating Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm, Psychic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"Reach 3; 1d8+1 psychic damage, and the target takes ongoing 5 psychic damage (save ends). First Failed Save: The target instead takes ongoing 5 psychic damage and is dominated (save ends both). The tendril remains attached until the target saves.",damage:"1d8+1 psychic damage",category:1},{id:"506c1e52-0170-46be-921d-eeb9336bf42e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard slave makes two dominating tendril attacks.",damage:"",category:1},{id:"e715340b-932d-4017-9b34-261ef2107a19",name:"Call of the Shard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Psychic",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"1d10+3 psychic damage, and the target takes a -2 penalty to saving throws (save ends).",damage:"1d10+3 psychic damage",category:1},{id:"ddd46dab-92f0-412e-8d6e-417fc3041b16",name:"Shard Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close burst 2",attack:{bonus:7,defence:1},description:"",details:"targets enemies; 2d8+3 force damage, and the target is pushed 3 squares.",damage:"2d8+3 force damage",category:1},{id:"c7db261c-464f-4004-8d91-84918dd2194f",name:"Shard Reflection",action:{action:4,trigger:"when the shard slave takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard slave shifts 6 squares.",damage:"The shard slave shifts 6 squares",category:5}],damageModifiers:[{type:6,value:-5}],resist:"insubstantial (if the shard slave takes radiant damage, it doesn’t benefit from being insubstantial during its next turn)",vulnerable:"5 radiant (and see insubstantial)",immune:"",tactics:""},{id:"f98aaa7f-d808-44c1-8480-f6d6fcc3a3a3",name:"Staunch",details:"",size:2,origin:4,type:2,keywords:"living construct; Warforged",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10",movement:"4",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; warhammer",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:12},intelligence:{score:19},wisdom:{score:19},charisma:{score:12},hp:246,initiative:7,ac:26,fortitude:26,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"8d4308f8-d0e6-40c5-a0be-7fff6203d989",name:"Icy Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+5 damage plus 1d6 cold damage, and the target is slowed until the end of Staunch’s next turn.",damage:"1d10+5 damage plus 1d6 cold damage",category:1},{id:"1e4b1b58-40e2-40e8-b39f-7154a32fefab",name:"Fiery Armbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage plus 1d6 fire damage.",damage:"1d8+4 damage plus 1d6 fire damage",category:1},{id:"f6496fc0-f75c-4fa6-8ddd-a26fa2cc8e9d",name:"Incendiary Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Zone",condition:"",range:"Close blast 3",attack:{bonus:16,defence:2},description:"",details:"2d8+5 fire damage, and ongoing 5 fire damage (save ends). The burst becomes an incendiary zone that lasts until the end of Staunch’s next turn. Creatures that end their turns within the zone take 10 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"6881903e-706c-40d1-8efa-89676d5f1ea1",name:"Alchemical Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:16,defence:2},description:"",details:"2d8+8 acid and thunder damage, and the target is dazed (save ends). Miss: Half damage.",damage:"2d8+8 acid and thunder damage",category:1},{id:"cca57ec1-a9d6-4dc2-9a6d-87337c4e70d2",name:"Grinding Wheel",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Staunch shifts up to 4 squares, making the following attack against each creature he moves adjacent to during the shift. Staunch can only target a given creature once during each use of grinding wheel; the target falls prone.",damage:"Staunch shifts up to 4 squares",category:2},{id:"92593ea2-352a-4269-b5f5-2e97535bd1e2",name:"Uncanny Pivot",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Staunch gains a +2 bonus to AC, Fortitude, and Reflex until he moves.",damage:"Staunch gains a +2 bonus to AC",category:2},{id:"5da98e19-e00e-4a6b-97b4-14479d7e13d7",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Staunch gains 14 temporary hit points.",damage:"Staunch gains 14 temporary hit points",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"65f8812c-2625-4203-85f5-646ae5c2bed5",name:"Withering Grasp",details:"The ebon tentacles and enfeebling powers of this living spell reveal its origins as the combination of Evard’s black tentacles and ray of enfeeblement. The dreaded composite sucks the life out of those it envelops, weakening them to a point where they cannot escape.",size:3,origin:0,type:1,keywords:"blind, ooze",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +10; blindsight",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Athletics +18, Stealth +15",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:17},intelligence:{score:4},wisdom:{score:17},charisma:{score:9},hp:148,initiative:12,ac:31,fortitude:29,reflex:26,will:26,regeneration:null,auras:[{id:"2be5c350-b354-4922-b3fa-9e7d60a2cad1",name:"Tentacle Web",keywords:"",details:"aura 2; enemies treat squares within the aura as difficult terrain."}],powers:[{id:"68d18582-893f-4322-83ae-0e56793d8671",name:"Grasping Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 2; 4d8+5 necrotic damage, and the withering grasp pulls the target adjacent to it and marks it until the end of the grasp’s next turn.",damage:"4d8+5 necrotic damage",category:1},{id:"eb948a5d-00b0-4584-a99e-c664d8877010",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"usable only when no creatures are engulfed",range:"",attack:{bonus:20,defence:2},description:"",details:"Targets one Medium or smaller creature; (automatically hits an immobilized creature); the grasp pulls the target into its space, and the target is grabbed. Until the grab ends, the target is dazed and takes ongoing 10 necrotic damage. When the grab ends, the target shifts to a square of its choosing adjacent to the withering grasp. When the grasp moves, it pulls any engulfed creatures with it, and it does not provoke opportunity attacks from engulfed creatures.",damage:"the target is dazed and takes ongoing 10 necrotic damage",category:1},{id:"49352e32-546b-41d6-9067-0c9fb77e116b",name:"Lashing Tentacles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"3d10+8 necrotic damage, and the grasp pulls the target 1 square to an adjacent square and marks it until the end of the grasp’s next turn.",damage:"3d10+8 necrotic damage",category:1},{id:"48ecd991-2b19-4201-9306-6fc6ff8b2c1a",name:"Ebon Clutch",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Enemies marked by the grasp are also immobilized as long as they are adjacent to the creature.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4b62a34-7565-457a-9aff-ebeee35ad89d",name:"Zealot of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:8},hp:168,initiative:4,ac:18,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"136f70d6-9e63-4132-908f-c64e05d7b421",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+8 (crit 1d10 + 20) damage.",damage:"1d10+8 (crit 1d10 + 20) damage",category:1},{id:"378f9856-626c-4276-8d5a-cda705b9a7a7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The zealot of Bane makes two greatsword attacks. If both attacks hit the same target, the target is knocked prone.",damage:"",category:1},{id:"d161b7d0-ed37-4904-9ae6-67adb52fcb64",name:"You Will Kneel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:9,defence:0},description:"",details:"1d10+8 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+8 damage",category:1},{id:"53e946cd-5a38-4a63-ae01-5836e1a33eb5",name:"Mark of Loathing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature; the target is marked and grants combat advantage to the zealot of Bane’s allies (save ends).",damage:"",category:1},{id:"ef16e336-26f7-435c-a9e3-e6d93067e2b0",name:"Brute Rush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zealot of Bane makes a bull rush attack, the target is pushed 2 squares instead of 1 square.",damage:"the target is pushed 2 squares instead of 1 square",category:0},{id:"becc9642-737d-4d7a-b4e9-c55316f0727e",name:"Martyr’s Farewell",action:null,keywords:"Fear",condition:"when the zealot of bane is reduced to 0 hit points or fewer",range:"",attack:null,description:"",details:"The zealot of Bane makes a greatsword attack against all enemies within reach. A target struck by this attack is shaken until the end of its next turn in addition to taking damage.",damage:"a target struck by this attack is shaken until the end of its next turn in addition to taking damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"517e48a9-40d4-4c4c-8380-35a599cb0ea8",name:"Boneyard Zombie",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:2,flag:0,leader:!0},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +7",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:13},intelligence:{score:4},wisdom:{score:15},charisma:{score:8},hp:57,initiative:2,ac:15,fortitude:15,reflex:11,will:13,regeneration:null,auras:[],powers:[{id:"8e54e018-9d06-4353-83be-e9f516c02719",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"b1b7e524-51b5-4c9a-af89-e8ec14f3b1b2",name:"Driving Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+6 damage and the target is pushed 3 squares.",damage:"1d10+6 damage and the target is pushed 3 squares",category:1},{id:"1d64c582-5e60-45fc-a3f1-b5f47c281254",name:"Feed the Hungry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"1d10+6 damage, and slide the target 3 squares. One ally adjacent to the target can use any at-will melee attack power against the target as a free action.",attack:{bonus:4,defence:1},description:"",details:"",damage:"",category:1},{id:"92d2223c-e9f9-4960-b689-4f294fbe555b",name:"Parting Shot",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:{bonus:6,defence:0},description:"",details:"2d10+5 damage, and the target is pushed 3 squares.",damage:"2d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b22eddfb-e3e3-482b-b036-e2d76d91dfb2",name:"Dwarf Caravan Guard",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"scale armor; warhammer",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:13},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:32,initiative:3,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"52742e89-14e6-4df6-a117-943eec8aaf25",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"f4ad5c29-46a8-4895-9302-a52b399d941e",name:"Shield Bash",action:{action:0,trigger:"when an enemy makes an attack against the dwarf’s focused guard power",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity action",range:"",attack:{bonus:6,defence:1},description:"",details:"1d6+3 damage, and the target takes a -3 penalty to the triggering attack.",damage:"1d6+3 damage",category:5},{id:"8c32631e-4e9d-43f5-9d7b-0a0976546bf8",name:"Skullcracker",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d10+3 damage. Miss: Half damage.",damage:"2d10+3 damage",category:1},{id:"4d55cbc0-7f34-4f04-ab54-0a856e461285",name:"Focused Guard",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"1/round",range:"",attack:null,description:"",details:"Targets one adjacent ally. Until the end of the encounter or until the dwarf caravan guard uses this power again, if the target starts its turn adjacent to the dwarf caravan guard the target gains 4 temporary hit points.",damage:"if the target starts its turn adjacent to the dwarf caravan guard the target gains 4 temporary hit points",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fd32c96-aa87-4034-b2e6-8f341b571057",name:"Dwarf Caravan Master",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:2,role:{type:6,flag:0,leader:!0},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Insight +7",equipment:"greataxe; scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:13},wisdom:{score:13},charisma:{score:12},hp:38,initiative:3,ac:16,fortitude:14,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"2d879034-8f83-4b34-ae22-7d5fa9e57d0f",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12+3 damage (crit: 1d12 + 15 damage).",damage:"1d12+3 damage (crit",category:1},{id:"59852062-768a-4de4-89ac-d7a673c59533",name:"Mobile Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The dwarf caravan master can shift 1 square both before and after making this attack; 1d12+3 damage (crit: 1d12 + 15 damage).",damage:"1d12+3 damage (crit",category:1},{id:"53e8397e-13f4-4601-b2a4-b1a1dcabdc81",name:"Leaping Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The dwarf caravan master jumps up to his speed before making this attack, and this jump does not provoke opportunity attacks; 2d12+2 damage.",damage:"2d12+2 damage",category:1},{id:"2b5ef409-a29c-4b81-afe9-e5e70291ba51",name:"Caravan Driver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each dwarf ally within 5 squares can shift 2 squares.",damage:"Each dwarf ally within 5 squares can shift 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da69c375-36aa-42f2-b936-f42711664d5b",name:"Elven Fleet-Foot",details:"",size:2,origin:2,type:2,keywords:"elf",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"7",alignment:"Good",languages:"Common, Elven",skills:"Acrobatics +9, Nature +8",equipment:"dagger; leather armor",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:29,initiative:4,ac:15,fortitude:12,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"9357b7c0-ae47-43a0-87aa-4220650ca84c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"b1a79b76-74ce-4e07-a81a-da272bc5ae51",name:"Evasive Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged 10",attack:{bonus:6,defence:0},description:"",details:"2d4+3 damage; the elven fleet-foot can shift up to four squares before or after attacking.",damage:"2d4+3 damage",category:1},{id:"a5543708-c612-42f4-89ea-2489f277e2ca",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elven fleet-foot can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"ad4876dd-dcc5-4b1b-a360-fe3b9e8499fe",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2090858-5e0a-47ae-be9f-8d73f99565a8",name:"Fierce Dog",details:"",size:2,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:1,initiative:4,ac:16,fortitude:13,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"16ffad6d-235d-40af-97c1-b6ff289b533d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage, or 6 against a prone target. If the fierce dog has combat advantage against the target, the target also falls prone.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e6a1f2e-17cb-4ba6-b89e-aee31ccd4b34",name:"Fomorian Abyssal Eye",details:"Many fomorians seek powers of the Abyss. Few, however, have the patience required to delve its truths without accidentally internalizing some part of the abyssal chaos.",size:4,origin:2,type:2,keywords:"giant",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +18; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:23},intelligence:{score:22},wisdom:{score:26},charisma:{score:12},hp:376,initiative:16,ac:34,fortitude:30,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"e67b2016-67a9-4312-9c96-14a350c09f88",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d8+9 damage, and the target is dazed until the end of the abyssal eye’s next turn.",damage:"2d8+9 damage",category:1},{id:"3629ad92-89d0-4aa6-88b6-b3ff63f78073",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"targets one dazed enemy; 1d10+7 psychic damage, and the target charges its nearest ally or makes a basic attack against its nearest ally as a free action.",damage:"1d10+7 psychic damage",category:3},{id:"672a662e-0108-4661-8db0-c687fef49724",name:"Abyssal Heart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:24,defence:2},description:"",details:"2d6+8 fire damage, and the target is dazed (save ends).",damage:"2d6+8 fire damage",category:1},{id:"68a90354-4e79-4196-bb22-52d97794e933",name:"Walking the Demonweb",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal eye ignores difficult terrain and makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"24593759-2d2f-43d1-8390-46d34061af8f",name:"Fomorian Astral Scourge",details:"Fomorian astral scourges work incessantly to master the power of the Astral Sea. Each hopes to uncover the means to supplant or become a god. An astral scourge appears as a combination of fomorian and angel, flying on ephemeral angelic wings. It carries the severed wing of an angel of battle as a weapon and symbol of power. Enslaved angels often accompany astral scourges.",size:4,origin:2,type:2,keywords:"giant",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +6; truesight 6",movement:"8, fly 8",alignment:"Evil",languages:"Elven",skills:"Acrobatics +18, Religion +17",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:22},intelligence:{score:20},wisdom:{score:8},charisma:{score:25},hp:220,initiative:13,ac:25,fortitude:25,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"a96cd3e0-e810-4f1f-be20-da4a7ce377a0",name:"Wing Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"7b578b81-1e5a-4302-830b-83ad5f6d4893",name:"Astral Wrath",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"one or two targets; 2d8+6 radiant damage (2d12 + 6 while bloodied).",damage:"2d8+6 radiant damage (2d12 + 6 while bloodied)",category:1},{id:"5558d5da-fcef-4867-8eb6-6cb0a560cf11",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"the target takes ongoing 15 radiant damage, sheds bright light as a torch, and cannot benefit from cover or concealment (save ends all).",damage:"the target takes ongoing 15 radiant damage",category:3},{id:"a0c6b0be-2cd3-4e18-aab9-94a6da481bf7",name:"Angelfall",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Force",condition:"requires the fomorian to be flying",range:"The astral scourge flies its speed and lands and makes the following attack: Close burst 2",attack:{bonus:18,defence:2},description:"",details:"3d6+5 force damage, and the target is immobilized until the end of the astral scourge’s next turn.",damage:"3d6+5 force damage",category:1},{id:"890b3081-c379-4f59-b2ae-b2ddd781edb9",name:"Light as a Feather",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral scourge reduces its falling damage by 25 and lands on its feet.",damage:"the astral scourge reduces its falling damage by 25 and lands on its feet",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"977145d3-fb93-4b25-8f87-5839831ee364",name:"Fomorian Jailor",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:3,flag:2,leader:!1},senses:"Perception +14; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:24},dexterity:{score:21},intelligence:{score:26},wisdom:{score:22},charisma:{score:18},hp:672,initiative:13,ac:31,fortitude:31,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"cf85389a-9f63-4027-8eb9-fd8a071f15cf",name:"Lash and Shackles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the target is slowed until the end of the jailor’s next turn.",damage:"2d8+7 damage",category:1},{id:"37b3acc2-ef05-4c1b-bfb9-12e5b6f72b55",name:"Feydark Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The jailor makes 3 lash and shackles attacks, or 4 if bloodied.",damage:"The jailor makes 3 lash and shackles attacks",category:1},{id:"12d413ca-4336-4480-b6f1-5358c315d293",name:"No Escape",action:{action:4,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"targets the triggering attacker; the jailor pulls the target 9 squares into an unoccupied square adjacent to the jailor.",damage:"the jailor pulls the target 9 squares into an unoccupied square adjacent to the jailor",category:5},{id:"068eecae-5e58-4474-965f-b1f883f74d77",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"not usable while bloodied",range:"Close burst 1",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target takes 10 ongoing psychic damage (save ends).",damage:"the target takes 10 ongoing psychic damage (save ends)",category:3},{id:"8c2d3239-5734-4449-a4e4-1e0fbd5c41cb",name:"Lockdown",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when no targets are affected"},keywords:"Force",condition:"not usable while bloodied",range:"Close burst 5",attack:{bonus:20,defence:2},description:"",details:"targets enemies; the target is slowed and takes ongoing 10 damage (save ends both).",damage:"the target is slowed and takes ongoing 10 damage (save ends both)",category:1},{id:"fff8e44e-aaa1-47bb-9cbc-8537bcc23d91",name:"Prison Break",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"targets enemies; 3d12+4 psychic damage, and the jailor pushes the target 3 squares.",damage:"3d12+4 psychic damage",category:5},{id:"caf25404-dded-4a12-b346-95e44958ec54",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian jailor can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ce0acb3-93ee-4ec3-a847-c3d22c376560",name:"Fomorian One-Eyed Raver",details:"",size:4,origin:2,type:2,keywords:"giant",level:18,role:{type:2,flag:1,leader:!0},senses:"Perception +9; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"greataxe; hide armor",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:14},intelligence:{score:22},wisdom:{score:10},charisma:{score:24},hp:436,initiative:11,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"a0d1ca40-6637-424e-add9-ffb81e94a3be",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 4d6+8 damage (crit 4d6 + 32).",damage:"4d6+8 damage (crit 4d6 + 32)",category:1},{id:"d3d3106d-3249-49f7-a750-320f89830fd3",name:"Down, Worms",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:20,defence:0},description:"",details:"2d6+8 damage (crit 4d6 + 20), and the target falls prone.",damage:"2d6+8 damage (crit 4d6 + 20)",category:1},{id:"aa0486ae-3d00-4a94-80a8-4ef7e34c9ec3",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"one ally in the burst can make a charge attack as a free action.",damage:"",category:3},{id:"01a49bf0-0ee4-40d1-b74f-8756504736da",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian one-eyed raver can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6214aacd-a107-4b03-a3c9-c74112af0020",name:"Fomorian Outcast",details:"When a fomorian breaks the local king’s law or fails in a coup, it is banished and sentenced to years of hard labor. Those that escape or survive the prisons are unwelcome in the civilized realms of the Feydark.",size:4,origin:2,type:2,keywords:"giant",level:15,role:{type:4,flag:1,leader:!1},senses:"Perception +11; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Stealth +19, Thievery +19",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:25},intelligence:{score:12},wisdom:{score:18},charisma:{score:20},hp:222,initiative:18,ac:27,fortitude:27,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"05b1fff9-20c4-4e36-9e1f-c725bbfe577e",name:"Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"dbb164f5-fa03-40ed-bdd4-abd7dd5c1350",name:"Prison Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while the outcast does not have a creature grabbed",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 1d6+5 damage, and the target is grabbed (and takes a -5 penalty to checks made to end the grab) and is pulled 2 squares into an unoccupied square adjacent to the outcast. The outcast can move the grabbed creature without making a Strength check. While the outcast has the target grabbed, any attack that hits the outcast also hits the grabbed creature.",damage:"1d6+5 damage",category:1},{id:"620ead1f-8e81-426f-99b7-ca9629b916bd",name:"Crack Shackles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires the outcast to have the creature grabbed",range:"",attack:{bonus:20,defence:0},description:"",details:"Targets the grabbed creature; 5d6+5 and the grab ends.",damage:"5d6+5 and the grab ends",category:1},{id:"062c736c-092f-434c-8b4f-c6ba33831026",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"requires the outcast to have the creature grabbed",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d8+4 psychic damage, and the outcast and any creature it is grabbing become invisible to the target until the end of the outcast’s next turn.",damage:"2d8+4 psychic damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"009befc3-c454-453a-9f18-7909cfdffc3f",name:"Fomorian Portal Lord",details:"Fomorian portal lords delve shortcuts across time and space, creating and controlling temporary and permanent teleportation circles. Those that aren’t forever lost between dimensions gain power and influence within fomorian kingdoms.",size:4,origin:2,type:2,keywords:"giant",level:16,role:{type:6,flag:1,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Arcana +20",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:18},intelligence:{score:24},wisdom:{score:21},charisma:{score:10},hp:300,initiative:14,ac:30,fortitude:27,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"efed759e-5c62-4c2d-aa58-6fa672a54d75",name:"Temporal Slice",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Teleportation",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 1d10+6 force damage, and ongoing 5 force damage (save ends). The portal lord teleports 2 squares.",damage:"1d10+6 force damage",category:1},{id:"011f35b6-55d2-4770-a067-50172b56dbff",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The portal lord makes two temporal slice attacks.",damage:"",category:1},{id:"148dfdc1-4c02-42c5-a307-b54033298759",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"the portal lord teleports the target 3 squares.",damage:"the portal lord teleports the target 3 squares",category:3},{id:"745502b3-94ea-482a-ac72-b6dba0a70548",name:"Feywild Backblast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"3d6+6 force damage. Effect: The portal lord teleports to any unoccupied space within or adjacent to the area.",damage:"3d6+6 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f0bf620e-8f0b-4908-a3ce-f2dec1fd8238",name:"Fomorian Slavedriver",details:"",size:4,origin:2,type:2,keywords:"giant",level:14,role:{type:2,flag:1,leader:!0},senses:"Perception +8; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"leather armor; scourge",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:20},intelligence:{score:15},wisdom:{score:12},charisma:{score:16},hp:346,initiative:12,ac:27,fortitude:28,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"51947830-3130-4f39-9050-f74611641697",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 2d12+7 damage.",damage:"2d12+7 damage",category:1},{id:"b62d5e5b-ecc6-42d7-ab3f-53f7f4fcdfe0",name:"Flaying Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; (targets one or two creatures)2d12+7 damage, and the target grants combat advantage until the start of the slavedriver’s next turn.",damage:"(targets one or two creatures)2d12+7 damage",category:1},{id:"73cb25fc-8bd1-44dc-823f-30943437c8ca",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets 1 ally; the target deals 2d6 extra damage with next attack made before the end of its next turn but grants combat advantage until the end of the slavedriver’s next turn.",damage:"the target deals 2d6 extra damage with next attack made before the end of its next turn but grants combat advantage until the end of the slavedriver’s next turn",category:3},{id:"9dec0087-257a-4024-82e9-e070951d6c88",name:"Back, You Dogs",action:{action:4,trigger:"when the fomorian slavedriver is marked",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:17,defence:0},description:"",details:"targets enemies; 2d12+7 damage, the slavedriver pushes the target 2 squares, and the slavedriver is no longer marked. Effect: The slavedriver slides each ally in the burst 2 squares.",damage:"2d12+7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d7a00673-707b-4797-b544-314a4eefe1a9",name:"Fomorian Witch",details:"Obsessed with beauty, a fomorian witch bends her magic and knowledge of alchemy to transform herself, but she cannot disguise her evil eye. Unable to perfect herself, she is driven to find or create flaws in others.",size:4,origin:2,type:2,keywords:"giant",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +10; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:28},wisdom:{score:12},charisma:{score:24},hp:340,initiative:14,ac:32,fortitude:27,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"42775598-48a5-464c-afe6-b0eaedad71bc",name:"Hurl Away",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Reach 3; 2d8+8 force damage, and the witch pushes the target 3 squares.",damage:"2d8+8 force damage",category:1},{id:"defdfb74-7daa-4b0e-bd19-81c8c48db7e7",name:"Baleful Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"2d10+6 psychic damage, and the target gains a random transformation from the list below.",damage:"2d10+6 psychic damage",category:1},{id:"b1ac13b0-a4ec-4682-b0fe-cca0cf34ac88",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target takes a -2 penalty to Fortitude and ongoing 20 poison damage (save ends).",damage:"the target takes a -2 penalty to fortitude and ongoing 20 poison damage (save ends)",category:3},{id:"75e34c80-be97-4811-be9b-877930f530a3",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A fomorian witch can alter its form to appear as a drow or eladrin of Huge size. Its evil eye remains deformed in this form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b2380978-f99c-40d3-b2c0-e44513bfedff",name:"Footpad",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:2,ac:15,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"068041f9-c771-4049-8432-5ec0cd968eed",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"5 damage, and the footpad shifts 1 square.",damage:"5 damage",category:1},{id:"41a96596-97e6-4e5d-8352-e179c1917829",name:"Peer Pressure",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The footpad gains a +2 bonus to damage while at least two other footpads are within 5 squares of it.",damage:"the footpad gains a +2 bonus to damage while at least two other footpads are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"555858e3-d58c-4316-a598-9c87ae23ca60",name:"Fulgrim",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Stealth +7",equipment:"handaxe; leather armor",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:15},charisma:{score:14},hp:40,initiative:6,ac:17,fortitude:15,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"b3c63917-9811-4011-bad8-fd89cc628baf",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"9a688c49-d890-49a0-8087-c9e85b951b06",name:"Axe Throw",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"5662da72-650f-4471-a7c0-f3a6649c4136",name:"Hook and Hold",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Requires handaxe; 1d6+3 damage, and the target is grabbed. The target grants combat advantage to Fulgrim while grabbed.",damage:"1d6+3 damage",category:1},{id:"fb2d6402-08cd-4387-9327-6578583af7ac",name:"Hostage Strike",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature Fulgrim is grabbing takes the damage from the triggering attack.",damage:"a creature fulgrim is grabbing takes the damage from the triggering attack",category:5},{id:"97325f43-dbc5-4f58-b61c-4f8881e72783",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Fulgrim’s attacks against creatures granting him combat advantage deal an extra 1d6 damage on a hit, and the target is pushed the target 2 squares.",damage:"fulgrim’s attacks against creatures granting him combat advantage deal an extra 1d6 damage on a hit",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2af02bbf-6877-4d30-9ca8-3b74f8f4b3e9",name:"Gnomish Trickster",details:"",size:1,origin:2,type:2,keywords:"gnome",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +9, Arcana +6, Stealth +6, Thievery +9",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:16},intelligence:{score:14},wisdom:{score:11},charisma:{score:15},hp:34,initiative:6,ac:16,fortitude:13,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"95c2c88f-9d0d-4b17-9145-63334fee1d25",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d4+4 damage, or 2d4 + 8 with combat advantage, and the trickster slides the target 1 square.",damage:"2d4+4 damage",category:1},{id:"2a243124-29a6-4eaf-ba4e-3437cd38751a",name:"Blinding Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d4+4 damage, or 2d4 + 8 with combat advantage, and the target is blinded until the end of the trickster’s next turn.",damage:"2d4+4 damage",category:1},{id:"ad7d1123-126d-4bac-8aec-96e50008276d",name:"Fade Away",action:{action:4,trigger:"when the gnome trickster takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The trickster becomes invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"f94ac1e4-f6d0-4c4c-b705-45de61535d09",name:"Great Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trickster jumps 7 squares.",damage:"The trickster jumps 7 squares",category:2},{id:"02e58aa4-3d18-4100-894d-f55b9f857cda",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the trickster has any cover or concealment when making an initiative check, the trickster may make a Stealth check.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"463115e5-afc7-4e93-85bf-ced2e635f008",name:"Grave Hunger Zombie",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +9, Stealth +8",equipment:"",category:"",strength:{score:16},constitution:{score:11},dexterity:{score:14},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:35,initiative:7,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"8bbaebff-e7ca-4003-8aa3-b15bd44ddaa5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"50190473-69c3-40f1-9b83-ecaf74df3a99",name:"Drag to the Grave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"1d6+2 damage, and the grave hunger zombie shifts up to its speed and pulls the target the same number of squares. The target is grabbed, and as long as the target remains grabbed the grave hunger zombie gains a +4 bonus to AC and Reflex.",damage:"1d6+2 damage",category:1},{id:"16040e4f-4f55-4691-9285-b6cd4e77021d",name:"Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Grabbed targets only; 2d8+5 damage, and the grab ends.",damage:"2d8+5 damage",category:1},{id:"8f383906-a7e9-4856-b137-c8c0ed4e0e05",name:"Cast Off",action:{action:4,trigger:"when a grabbed creature escapes from the grave hunger zombie",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The grave hunger zombie shifts up to half its speed.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"66a55268-5087-415d-8542-845997844101",name:"Halfling Second-Storey Man",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +11, Athletics +9, Thievery +11",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"8055372d-5988-4f1e-90e8-af8c65a71f6b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage, or 1d4 + 6 with combat advantage, and ongoing 5 poison damage (save ends).",damage:"1d4+2 damage",category:1},{id:"e4feee11-7be7-46ca-b448-60bbc7bd7b2f",name:"Thrown dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage, or 1d4 + 6 with combat advantage, and ongoing 5 poison damage (save ends).",damage:"1d4+2 damage",category:1},{id:"7cdc7709-f486-4fbc-a472-27b13c4c4fcd",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The second-storey man can shift up to 3 squares and make one melee basic attack at any point during that movement.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba08021c-f3c7-45e8-8cc1-40b2ba9f4ccb",name:"Half-Orc Runner",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +10, Endurance +10, Intimidate +6",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:13},hp:46,initiative:5,ac:19,fortitude:17,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"281ce976-5e93-4ea9-ab63-74870c1a7017",name:"Brawl",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"6fd0ebea-f17d-4ccb-9852-c61c38131249",name:"Bruising Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8+7 damage, and the target falls prone.",damage:"2d8+7 damage",category:1},{id:"697a754c-cbd5-4f09-91f5-49bede5464aa",name:"Combat Sprint",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The runner moves its speed + 4, with a +4 bonus to defenses against opportunity attacks this movement provokes.",damage:"The runner moves its speed + 4",category:2},{id:"a00c5a69-7b0f-4ef9-8813-bddccaaa5f04",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Trigger: The runner hits with an attack.",damage:"",category:4},{id:"c1dd3445-b8cf-4ec6-ba37-a2c2caea0225",name:"Half-Orc Resilience",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time that the runner is bloodied in combat, they gain 5 temporary hit points.",damage:"they gain 5 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1cde34df-fc6a-40bc-be92-a8d2f89dd280",name:"Hobgoblin Deathwatcher",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +9",equipment:"scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:12},charisma:{score:7},hp:46,initiative:5,ac:19,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"80611ae5-0f35-43c4-aa78-cc56d366cbb6",name:"Deathwatcher Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+4 damage, and the target is marked until the end of the hobgoblin deathwatcher’s next turn.",damage:"1d10+4 damage",category:1},{id:"2218562c-68c3-4b62-a79c-4f07afa27de5",name:"Pinning Pike",action:{action:0,trigger:"when a marked target makes an attack that does not include the hobgoblin deathwatcher",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; targets the triggering creature; 1d10+4 damage, and the target is immobilized until the end of the deathwatcher’s next turn.",damage:"1d10+4 damage",category:5},{id:"fce48dab-0d76-4a2e-bcdd-3480f6bf04a8",name:"Prisoner’s Lament",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets grabbed, restrained, or immobilized targets only; Reach 2; 1d10+8 damage, and the target takes a -2 penalty to skill checks and saves until the end of the deathwatcher’s next turn.",damage:"1d10+8 damage",category:1},{id:"2686a415-9d10-4e54-b99b-ce4e80a34abe",name:"Clearing Pike",action:{action:1,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:10,defence:0},description:"",details:"targets enemies in burst; 1d10+4 damage, and the target is pushed 2 squares.",damage:"1d10+4 damage",category:5},{id:"aa4d2707-76b8-463f-892f-ac77b3a7068a",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin deathwatcher suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin deathwatcher rolls a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7e2c959-1f57-484b-b7a1-5681db2b72fd",name:"Hobgoblin Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:40,initiative:1,ac:15,fortitude:15,reflex:11,will:12,regeneration:null,auras:[],powers:[{id:"dfd7231f-30b9-492b-bf11-975a595b93b4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d6 + 2 damage.",damage:"2d6 + 2 damage",category:1},{id:"4a9c60f0-b17e-4408-840b-d7b0eaf872df",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a free hand",range:"",attack:{bonus:4,defence:2},description:"",details:"the target is grabbed. Checks made to escape the hobgoblin zombie’s grab take a -5 penalty.",damage:"Checks made to escape the hobgoblin zombie’s grab take a -5 penalty",category:1},{id:"624f7ab9-712d-459a-b4e7-adaf93c60778",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit to a hobgoblin zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8d3b42f0-1f52-4567-8620-f52d3fea5b2c",name:"Horned Beast",details:"",size:3,origin:3,type:2,keywords:"devil",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +24; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"greataxe",category:"",strength:{score:31},constitution:{score:25},dexterity:{score:24},intelligence:{score:8},wisdom:{score:28},charisma:{score:13},hp:1,initiative:22,ac:42,fortitude:43,reflex:41,will:42,regeneration:null,auras:[],powers:[{id:"3c4b2abd-b1cc-4a3d-84f1-e05d9f617915",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 18 damage.",damage:"18 damage",category:1},{id:"9d3452cf-23c0-49cc-8516-c3c884fac079",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"The horned beast makes a charge attack; 13 damage, and the target is pushed 2 squares. The horned beast shifts 2 squares after the attack to remain adjacent to the target.",damage:"13 damage",category:1},{id:"16ca730a-4802-4408-bac0-3d8f18defbeb",name:"Deathly Inferno",action:null,keywords:"Fire, Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"13 fire damage.",damage:"13 fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"362091c2-3a1a-4125-aa29-d817d19e5fce",name:"Human Street Entertainer",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +6, Arcana +7, Athletics +6",equipment:"leather armor; quarterstaff",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:12},intelligence:{score:14},wisdom:{score:11},charisma:{score:18},hp:29,initiative:3,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"27531219-f6b8-4319-9b39-b08bfe8b127a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"70a770c6-7182-47d9-b049-d2380470ccbe",name:"Blunder",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Charm, Implement",condition:"",range:"Ranged 5",attack:{bonus:4,defence:3},description:"",details:"1d6+5 damage and the entertainer slides the target 2 squares.",damage:"1d6+5 damage and the entertainer slides the target 2 squares",category:1},{id:"6fc76e12-b474-4926-b736-5d365c2bdb7c",name:"Vicious Mockery",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Charm, Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:4,defence:3},description:"",details:"1d6+5 psychic damage, and the target takes a -2 penalty to attack rolls until the end of the entertainer’s next turn.",damage:"1d6+5 psychic damage",category:1},{id:"3a216c05-17f6-468a-8401-9e25273fe605",name:"Surprising Shout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Healing, Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:4,defence:3},description:"",details:"2d8+5 psychic damage, and the target is dazed until the end of the entertainer’s next turn.",damage:"2d8+5 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5a21aa5-a45e-4892-8f35-322cbc62c763",name:"Human Watchman",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +10, Endurance +10, Intimidate +6",equipment:"leather armor; short sword",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:40,initiative:4,ac:18,fortitude:18,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"0b4a79f1-489d-463a-87e3-07cf331b97c1",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+5 damage. Effect: The watchman marks the target until the end of the watchman’s next turn.",damage:"1d6+5 damage",category:1},{id:"cb83090b-8c3a-49ea-9298-6325be37ada3",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+5 damage and the human watchman pushes the target 1 square and can shift 1 square into the square the target vacated.",damage:"1d6+5 damage and the human watchman pushes the target 1 square and can shift 1 square into the square the target vacated",category:1},{id:"ccb070c2-b67d-477d-84df-220af0d119f3",name:"Brutal Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"475c365e-4651-472d-b76d-eb947f845dda",name:"Get Over Here",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The guardsman can slide a willing target 2 squares to a square that’s adjacent to you.",damage:"The guardsman can slide a willing target 2 squares to a square that’s adjacent to you",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72f75830-3bba-4444-8fe0-899aa4e68a93",name:"Millen Silvereye",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:2,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +9",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:12},intelligence:{score:17},wisdom:{score:14},charisma:{score:11},hp:37,initiative:2,ac:16,fortitude:12,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"036fda0a-8835-4429-b21d-8646e8952b7a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"514e9ba5-79f2-4156-ba3b-845f0493c78e",name:"Hurl Object",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:6,defence:2},description:"",details:"2d4+4 damage, and the target is slowed until the end of Millen’s next turn.",damage:"2d4+4 damage",category:1},{id:"16fb98c3-58b6-4dc3-88b3-963cc9e16ceb",name:"Kneel!",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:4,defence:3},description:"",details:"1d6+6 psychic damage, and the target is knocked prone.",damage:"1d6+6 psychic damage",category:1},{id:"26e59e10-66de-4803-9a82-ce91070964fa",name:"Psionic Augment",action:{action:7,trigger:"when millen hits with a quarterstaff or hurl object attack",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Millen’s attack deals an extra 1d8 psychic damage.",damage:"millen’s attack deals an extra 1d8 psychic damage",category:5},{id:"a892ca61-eb20-44a4-b1fe-dcd23769136f",name:"Vision of the Future",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Millen shifts 2 squares.",damage:"Millen shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"204f2ae9-8c08-4e49-b4ba-ce1430f5268b",name:"Raven Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:34,initiative:6,ac:16,fortitude:12,reflex:14,will:13,regeneration:null,auras:[{id:"b4d19701-dd72-4cfc-9119-b499a88cbf49",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that ends its turn in the aura takes 5 damage."}],powers:[{id:"bfbeca77-3065-453c-a24d-04aa576cf16b",name:"Beaks and Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"3f4b786b-b292-4c44-a22e-9870fa0d2381",name:"Feasting Ravens",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The raven swarm shifts up to its speed, can shift through squares occupied by enemies, and makes the following attack once against each enemy whose square it enters; 1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"3a43a0eb-40b1-4c9c-aa92-ff0512a5f0f5",name:"Blur of Black",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The raven swarm moves up to its speed, and can move through squares occupied by enemies.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0b05486a-518a-4aa1-b6ad-72a44b8c299b",name:"Shard Zombie",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:11},intelligence:{score:17},wisdom:{score:16},charisma:{score:11},hp:57,initiative:2,ac:18,fortitude:15,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"4548617c-05f3-4deb-9010-48273c30874f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"0ac02ebb-df70-4f43-9146-48c4d9709bc4",name:"Claw of Doom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"a shadowy claw slides the target 3 squares, and one zombie ally adjacent to the target after the slide makes a melee basic attack against the target.",attack:{bonus:9,defence:1},description:"",details:"",damage:"",category:1},{id:"ddc442b7-8e4f-4a64-bc37-49d4cf672627",name:"Speed of the Damned",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"targets make a melee basic attack.",attack:null,description:"",details:"up to four zombie rotters",damage:"",category:1},{id:"1b683d3d-af96-43b4-861a-e7b6ff2e0d04",name:"Arise, Corpse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Four zombie rotters appear in unoccupied squares adjacent to the shard zombie.",damage:"",category:1},{id:"ecfa4b49-26d9-4ad5-998b-8906b08dec69",name:"Undead Tenacity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zombie rotter within 2 squares of the shard zombie hits a creature, it grabs that creature.",damage:"When a zombie rotter within 2 squares of the shard zombie hits a creature",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8f16463f-9188-4c66-82b7-66885b9212a4",name:"Spriggan Dunter",details:"Spriggan dunters are guards or overseers in fomorian households. They require only their hobnailed boots to kick an unruly slave or disrespectful servant into submission.",size:1,origin:2,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Stealth +20",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:24},intelligence:{score:14},wisdom:{score:21},charisma:{score:18},hp:1,initiative:17,ac:31,fortitude:28,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"0e340b53-f7ff-4b63-a855-66732cd66017",name:"Hobnailed Boots",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"8 damage (crit 13), and a grabbed, restrained, immobilized, or prone target takes 5 ongoing damage (save ends).",damage:"8 damage (crit 13)",category:1},{id:"2669b827-88a3-4a4c-be92-44b606a935ee",name:"Underfoot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spriggan dunter gains a +4 bonus to all defenses against grabbed, restrained, immobilized, and prone targets.",damage:"The spriggan dunter gains a +4 bonus to all defenses against grabbed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"218510db-bbe2-4710-9868-5b12c3dc2417",name:"Chuul Nymph",details:"",size:2,origin:0,type:1,keywords:"aquatic",level:2,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, swim 6",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:17},intelligence:{score:4},wisdom:{score:13},charisma:{score:11},hp:33,initiative:8,ac:16,fortitude:15,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"b6b5cc5a-6c64-44ce-b612-5844289c4d9b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"b2593cb5-72fe-4b8b-b523-92a0fe1554fe",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires combat advantage; the chuul nymph makes two claw attacks against a single target. If both attacks hit, the target is grabbed (until escape).",damage:"",category:1},{id:"3614d3c0-a77b-45e0-a8b6-c50955b64f14",name:"Crushing Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Grabbed target only; 2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"8fc0d223-c496-4e06-a5c8-4cbfae8e5d4d",name:"Powerful Grappler",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"no action",range:"",attack:null,description:"",details:"When a chuul nymph moves a grabbed target of Medium size or smaller, it gains a +5 bonus to the Strength attack.",damage:"it gains a +5 bonus to the Strength attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce6cb4e7-d14a-4c20-bad2-e84e42d16953",name:"Berserk Warforged Prototypes",details:"",size:2,origin:4,type:2,keywords:"living construct",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:98,initiative:5,ac:19,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"6c111a6d-7026-4fab-b75f-682ceaf5efe7",name:"Sweeping Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage, plus 4 damage to another enemy adjacent to the prototype. On a critical hit, the target is also knocked prone.",damage:"1d8 + 6 damage",category:1},{id:"c8874943-4b50-4c8d-9852-f9e2105c99e6",name:"Wild Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after the berserk warforged prototype hits two or more targets with a savage sweep"},keywords:"",condition:"",range:"The prototype charges, gains a +3 bonus to AC during the charge, and makes the following attack in place of a melee basic attack: +11 vs. AC",attack:null,description:"",details:"2d8 + 9 damage, and the target is knocked prone.",damage:"2d8 + 9 damage",category:1},{id:"d8abce6c-b94a-44de-9b09-4f990641938c",name:"Savage Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage (crit 1d8 + 14). Miss: 4 damage.",damage:"1d8 + 6 damage (crit 1d8 + 14)",category:1},{id:"c1844d4c-c4d2-48fa-b3af-ee8ee795f405",name:"Arcane Empowerment",action:null,keywords:"",condition:"",range:"While the arcane generator functions, whenever a berserk warforged prototype hits with a melee attack, it gains 4 temporary hit points.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8edbae94-93f3-4e37-baa6-f5c1c0fef6fe",name:"Bone Worm",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"7, climb 4 see also skittering rake",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:20},intelligence:{score:2},wisdom:{score:16},charisma:{score:2},hp:158,initiative:10,ac:21,fortitude:18,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"c7dc2372-673c-4880-b178-1100321b4ecb",name:"Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The bone worm shifts up to 2 squares before or after the attack; 1d8 + 5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"11aa9b1e-cf49-4fa8-99b9-93336b0ca6da",name:"Skittering Rake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The bone worm shifts up to 7 squares and can make two rake attacks during this move; .",damage:"The bone worm shifts up to 7 squares and can make two rake attacks during this move",category:1},{id:"83c3a9b7-23ce-47cb-ae3d-2786564e9ae1",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A bone worm deals +1d8 necrotic damage to creatures it has combat advantage against.",damage:"a bone worm deals +1d8 necrotic damage to creatures it has combat advantage against",category:1},{id:"079dadbb-6d1e-4fa2-a04a-fe8ec8202ce4",name:"Necrotic Advantage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A bone worm gains combat advantage against any creature taking ongoing necrotic damage.",damage:"a bone worm gains combat advantage against any creature taking ongoing necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"789f56e1-1815-49ee-9add-bfc643ce6a6c",name:"Armos Kamroth",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!0},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +8, Religion +7",equipment:"chainmail; mace",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:18},charisma:{score:12},hp:54,initiative:3,ac:18,fortitude:16,reflex:15,will:20,regeneration:null,auras:[],powers:[{id:"50372073-2377-4816-8c2f-50ea5256fda4",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"6f903f3b-ca9f-4d3c-beba-f64aada3c9ef",name:"Lance of Faith",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement",condition:"",range:"Ranged 5",attack:{bonus:7,defence:2},description:"",details:"1d8+5 damage, and one ally gains a +2 power bonus to his next attack against the target.",damage:"1d8+5 damage",category:1},{id:"808108a6-22dc-4931-afe0-0a2c26f3a385",name:"Cause of Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target moves its speed +1 away from Armos. The fleeing target avoids unsafe squares and difficult terrain if it can. This movement provokes opportunity attacks.",damage:"the target moves its speed +1 away from Armos",category:1},{id:"b5f9816f-4f02-489d-8430-406160ab14c0",name:"Divine Fortune",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"Armos gains a +1 bonus to his next attack roll or saving throw before the end of his next turn.",damage:"Armos gains a +1 bonus to his next attack roll or saving throw before the end of his next turn",category:4},{id:"89251363-b93a-46ae-bb94-098cab92bf9e",name:"Healing Word",action:{action:3,trigger:"2/encounter",sustainAction:0,use:1,recharge:""},keywords:"Divine, Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"you or one ally can spend a healing surge and regain an additional 1d6 hit points.",damage:"you or one ally can spend a healing surge and regain an additional 1d6 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2057b138-9d56-4a40-aab1-e8ca50a893a6",name:"Barstomun Strongbeard",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Endurance +7",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:13},intelligence:{score:11},wisdom:{score:13},charisma:{score:8},hp:67,initiative:3,ac:16,fortitude:18,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"61519758-b801-4b1c-9cdf-f24e18dedc6e",name:"First Pummel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"f24e8427-4239-48bb-865c-8055c16e2228",name:"Quick Punch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:3},{id:"8b9c664e-edc0-4e0d-812d-4c8b13d0b7d7",name:"Dodge and Throw",action:{action:4,trigger:"after an enemy misses with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"slide target 1, and target is knocked prone.",damage:"slide target 1",category:5},{id:"32865afe-e439-4f88-9679-f1eb059b39d2",name:"Stand Your Ground",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Barstomun to move—through a push, a pull, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Barstomun prone, he can immediately make a saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa9c36be-5af1-43f2-ae8a-9b29a46e1502",name:"Kelson",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +9, Diplomacy +9, Stealth +12, Streetwise +7",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:52,initiative:5,ac:20,fortitude:16,reflex:21,will:16,regeneration:null,auras:[],powers:[{id:"fd76e47e-bcae-4c02-9aac-0772d90c8fc6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"5618bf92-f7c6-4d2d-9492-9c54c0f13aac",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Kelson can move 2 squares before the attack; 1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"9c039d91-1321-4c2d-b04a-b7856fb861c2",name:"King’s Castle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"2d4+6 damage; Kelson can also switch places with a willing adjacent ally.",damage:"2d4+6 damage",category:1},{id:"8d94e5f1-d713-4d4f-8898-3f68ab5fe89b",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of an encounter, Kelson has combat advantage against any creatures that have not yet acted.",damage:"",category:0},{id:"b3aef3df-f969-4676-81e1-dd4b9e57d946",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kelson gain a +2 racial bonus to AC against opportunity attacks.",damage:"Kelson gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"91f294d0-c3dc-461d-8031-39aac8ba0c81",name:"Second Chance",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an attack hits Kelson, he forces the enemy to roll the attack again. The enemy must use the second roll.",damage:"",category:5},{id:"ad38d8af-db59-49cf-8747-c260bafb88ca",name:"Sneak Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Kelson gains +2d6 damage when he has combat advantage.",damage:"kelson gains +2d6 damage when he has combat advantage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d83d0ccf-1d36-4dc0-8dd0-5ec2df5a7056",name:"Kobold Wyrmpriest (Cold)",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!0},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11, Thievery +11",equipment:"hide armor; spear; staff of the war mage",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"1e8fc984-69c8-4e26-afed-03aa96ebfca3",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"a43cd902-1a96-4ec8-93b2-8e1d3a33b891",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"cold",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d10+3 cold damage.",damage:"1d10+3 cold damage",category:1},{id:"c6856503-ba17-4ccb-890d-e0c165dc273c",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"kobold allies in the burst gain 5 temporary hit points and shift 1 square.",damage:"kobold allies in the burst gain 5 temporary hit points and shift 1 square",category:3},{id:"5d329e62-03a1-4491-99f2-3544570fcd73",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:6,defence:1},description:"",details:"1d10+3 cold damage. Miss: Half damage.",damage:"1d10+3 cold damage",category:1},{id:"e663ee3e-a7fb-4601-b34d-0d0b4e90829f",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shift 1 square.",damage:"Shift 1 square",category:3},{id:"21c3b230-ecb6-4406-af27-f499606b8824",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+2 bonus to all defenses against traps.",damage:"+2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7526c6d5-a79e-4f01-a66a-27e1bef6fddf",name:"Orest Naerumar",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Bluff +13, Diplomacy +14, Insight +11, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:20},hp:79,initiative:8,ac:21,fortitude:19,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"dcf7481e-3a83-43b9-92a9-cb8c5c61a841",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"60475d33-0386-429d-98bb-0e420d9223ac",name:"Sly Flourish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+9 damage.",damage:"1d4+9 damage",category:1},{id:"f44ec018-be93-4b73-b7c0-e8d5a5756c38",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+4 damage, and the target is dazed until the end of Orest’s next turn.",damage:"1d4+4 damage",category:1},{id:"a6b849ef-cc5d-45bf-8bd1-00ed4451dc72",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Orest gains a +1 power bonus to its next attack roll against an enemy that hit him since his last turn. If the attack hits and deals damage, Orest deals an extra 5 damage.",damage:"if the attack hits and deals damage",category:3},{id:"8000565d-e63f-4ef8-9ec1-42bc1ebc9d25",name:"First Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of an encounter, Orest has combat advantage against any creatures that have not yet acted.",damage:"",category:1},{id:"7e6398a5-ae63-4b27-9217-dc5064f7c039",name:"Sneak Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Orest gains +2d6 damage when he has combat advantage.",damage:"orest gains +2d6 damage when he has combat advantage",category:1},{id:"9a89f13b-cea4-4484-a067-a8822fd36095",name:"Bloodhunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Orest gains a +1 racial bonus to attack rolls against bloodied foes.",damage:"Orest gains a +1 racial bonus to attack rolls against bloodied foes",category:1}],damageModifiers:[{type:3,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eca69c33-c58a-46ed-b48f-2335e531bd08",name:"Skull Kicker Slinger",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +8, Stealth +10, Thievery +10",equipment:"dagger; leather armor; sling; sling bullets (20)",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:24,initiative:3,ac:13,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"3a52069e-efef-4ece-bb15-968ea12363ea",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"dc35469b-f099-48d7-aab6-9fcf8305de1d",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Range 10/20; 1d6+3 damage; see also Glue Shot.",damage:"1d6+3 damage",category:1},{id:"e07c2aa1-673a-47fc-a56b-915e35d2c1ec",name:"Glue Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is immobilized (save ends)Ranged 10/20",attack:null,description:"",details:".",damage:"",category:1},{id:"bddb394d-043b-48a8-8018-9f9fa1265581",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"47a3c8cb-e4c6-4349-bbb3-9f3e4aa8afbf",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85aebf65-27ee-41b2-be88-af3c8917d34e",name:"Skull Kicker’s Chieftain",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!0},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Stealth +10, Thievery +10",equipment:"hide armor; spear; staff of the war mage",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"096e6be9-2a4c-46a4-b51b-9b115c26ae6c",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"00f6dfc6-41f5-45fd-a107-fad17fc96fc7",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"Range 10; 1d10+3 damage of a chosen type (based on the dragon served).",damage:"1d10+3 damage of a chosen type (based on the dragon served)",category:1},{id:"7d2131da-3bc2-45a9-a4a6-c8cae4d7fda6",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"kobold allies in the burst gain 5 temporary hit points and shift 1 square.",damage:"kobold allies in the burst gain 5 temporary hit points and shift 1 square",category:3},{id:"1b0346d3-36d4-4c2d-8e21-739d79972952",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"see text",condition:"",range:"Close blast 3",attack:{bonus:6,defence:1},description:"",details:"3d6+3 damage of a chosen type (based on the dragon served). Miss: Half damage.",damage:"3d6+3 damage of a chosen type (based on the dragon served)",category:1},{id:"c625e477-f9ed-4d67-a452-d729cda9d176",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"8c2bf42a-4b5a-4a2c-8566-af66090073fd",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"28a1d139-76f6-40fd-b84c-e0383e6d14d7",name:"Szartharrax",details:"",size:3,origin:4,type:1,keywords:"dragon",level:3,role:{type:2,flag:2,leader:!1},senses:"Perception +7; darkvision",movement:"6 (ice walk), fly 6 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +15",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:200,initiative:1,ac:18,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"7f862a85-4131-4e89-89ff-2ed6a6621dee",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d8+4 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack).",damage:"1d8+4 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack)",category:1},{id:"934d2ee0-c199-484a-afd7-d05205296370",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"c475c47c-b0be-4edd-b014-5874e99ac3c8",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks. If the dragon hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"e3133dfb-23e7-4748-8f81-511fae06d0f1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:4,defence:2},description:"",details:"3d6+4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6+4 cold damage",category:1},{id:"0bacd528-71c1-4332-a7a8-7c885007ef5f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"a325655e-3228-4d25-8271-eeb4abfe9d5a",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:4,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"02ad5e9d-146b-4d67-a727-18571a217d1d",name:"Abyssal Eviscerator",details:"",size:2,origin:1,type:2,keywords:"demon",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +18",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:17},intelligence:{score:7},wisdom:{score:15},charisma:{score:11},hp:173,initiative:10,ac:26,fortitude:28,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"9b9c1752-bfba-4c3d-8779-0b19ad273804",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"3651966f-eb65-452c-a582-22385134aa8c",name:"Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+6 damage, and the target is grabbed.",damage:"2d6+6 damage",category:1},{id:"09920d62-2866-4a6e-8bcc-ce9ab38e45d4",name:"Eviscerating Talons",action:{action:3,trigger:"3/round while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the abyssal eviscerator; no attack roll; 6 damage.",damage:"6 damage",category:5}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"66977062-64ac-43e6-8f49-b19ab5669d8e",name:"Adamantine Horse of Xarn",details:"",size:3,origin:4,type:0,keywords:"construct, mount",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"8",alignment:"Unaligned",languages:"Understands Common, Draconic, Supernal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:12},intelligence:{score:3},wisdom:{score:14},charisma:{score:10},hp:105,initiative:4,ac:19,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"6407b3ab-372c-4681-92cc-46d34aa829a5",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"ba6e96ef-b494-4ce2-aec6-cbc3748200cc",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"The Adamantine Horse of Xarn can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the warhorse must end its move in an unoccupied space. When it enters an enemy’s space, the warhorse makes a trample attack; 1d8+7 damage, and the target is knocked prone.",damage:"1d8+7 damage",category:1},{id:"7b1df81b-97ee-4349-8746-790fe5d9de48",name:"Adamantine Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The Adamantine Horse grants its rider 10 extra damage on charge attacks.",damage:"the adamantine horse grants its rider 10 extra damage on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee768722-7b29-4ea1-b02c-2e97d0fe9b62",name:"Arctide Runespiral Demon",details:"",size:3,origin:1,type:1,keywords:"demon",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:23},intelligence:{score:7},wisdom:{score:19},charisma:{score:12},hp:97,initiative:12,ac:24,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"7bc6ff49-6074-4e7e-b4fe-0edf6e879500",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"60da20e5-d734-4934-8d03-1bcc4174f4d0",name:"Arcane Arc",action:{action:5,trigger:"when an enemy moves adjacent to the arctide runespiral demon",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:5},{id:"ecb63fef-7053-4c24-bf21-5cfa60ca096a",name:"Focused Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+5 lightning damage.",damage:"2d8+5 lightning damage",category:1},{id:"1bed817e-3f2f-46df-897b-046ffe166a49",name:"Bloodied Shock",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage, and the target is dazed (save ends).",damage:"1d8+5 lightning damage",category:5},{id:"fa1e0a1b-4a03-4e17-8d1c-3846eac9799f",name:"Charged Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage. The attack deals 1 extra lightning damage for each creature in the burst. Each ally damaged by the attack gains a +1 bonus to any recharge rolls at the start of its next turn. If the bonus causes a recharge roll to exceed 6, the result is considered 6.",damage:"1d8+5 lightning damage",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"909ad5a3-01fe-4425-8630-1b30d664bff3",name:"Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:9},charisma:{score:20},hp:98,initiative:7,ac:25,fortitude:22,reflex:18,will:22,regeneration:null,auras:[],powers:[{id:"bdc9ac94-ddd1-43fa-92c5-43e010dbb4f0",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 necrotic damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"e10a308b-d2c0-4771-8c55-fb98fcc22af3",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"affects an immobilized target only; 2d8+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0e204762-3266-452a-a9ed-3d6f7cada7cc",name:"Battle Wight Commander",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:0,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +18",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:24},hp:106,initiative:12,ac:28,fortitude:26,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"70edaf57-31ff-4cd3-8691-a6f9932d0e42",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Paralysis, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+7 necrotic damage, and the target is immobilized and weakened (save ends both) and loses 1 healing surge.",damage:"1d8+7 necrotic damage",category:1},{id:"f4dad42b-71e5-4a9b-9b45-16fc53c14e5c",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"affects an immobilized target only; 2d8+7 necrotic damage, and the battle wight commander and all undead allies within 2 squares of it regain 10 hit points.",damage:"2d8+7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3bf0e786-1bc0-44ad-adb6-44c4d8669dca",name:"Bloodcry Barlgura",details:"",size:3,origin:1,type:1,keywords:"demon",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +16; low-light vision",movement:"8, climb 8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Athletics +18",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:18},intelligence:{score:6},wisdom:{score:19},charisma:{score:12},hp:174,initiative:11,ac:26,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"d116321c-675f-45b8-aad1-90c44d4135a6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+6 damage, or 3d8 + 6 damage if the barlgura is bloodied, and the target is pushed 1 square.",damage:"2d8+6 damage",category:1},{id:"9a9d93f7-6843-40bd-891f-3313a13ca9b9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barlgura makes two slam attacks.",damage:"",category:1},{id:"be31fd6b-eb8f-45b3-a4d6-37d49afddd77",name:"Bloodcry",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies only; 4d10+6 damage, and the barlgura and all allies within 5 squares of it gain a +2 bonus to attack rolls until the end of the barlgura’s next turn.",damage:"4d10+6 damage",category:5}],damageModifiers:[],resist:"10 variable (1/encounter, see Monster Manual)",vulnerable:"",immune:"",tactics:""},{id:"f192507e-4908-4384-90fa-50b3e6d50ffd",name:"Chosen Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Dungeoneering +10, Intimidate +11, Stealth +9",equipment:"trident",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"b1652a3f-5a6d-4453-abed-88ff1d09cd69",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"e1d9b094-32bf-4b1e-8142-bdd87a1d311f",name:"Skewering Tines",action:{action:1,trigger:"requires a trident",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is restrained and takes ongoing 5 damage (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+5 damage",category:5},{id:"6fc03be1-d66e-4b45-a573-159c61c96da3",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"2d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage",category:1},{id:"ef2719b2-86c1-453f-a015-9146cac6e306",name:"Poison Weapon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"the target takes a –2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is weakened (save ends). Second Failed Saving Throw: The target is knocked unconscious (save ends; the target takes a -5 penalty to this saving throw).",damage:"the target takes a -5 penalty to this saving throw)",category:3},{id:"b6ab83f7-5f08-4261-aa1d-9c1742053f3c",name:"Blessing of the Spider Queen",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mezzodemon is not blinded while within a cloud of darkness, nor does that power block this creature’s line of sight. The mezzodemon is considered a drow and a spider for the purpose of the eff ects of allies’ powers.",damage:"",category:0}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"613a2f11-caec-4325-9501-d3ce8fe0c5cd",name:"Cranium Rat Arcanist Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +22; low-light vision",movement:"6, climb 3",alignment:"Unaligned",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:17},charisma:{score:18},hp:141,initiative:16,ac:28,fortitude:27,reflex:25,will:26,regeneration:null,auras:[{id:"52365291-5a70-4e03-a405-c663b261e4ce",name:"Mind Whispers",keywords:"",details:"aura 1; each enemy that begins its turn in the aura takes 5 psychic damage and a –2 penalty to attack rolls until the end of its next turn."}],powers:[{id:"531f787d-a271-4f90-9a41-fbb44483e031",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 damage (save ends).",damage:"1d8+5 damage",category:1},{id:"0c6fe898-6755-4f9a-b5a9-b1f0645e8264",name:"Psychic Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:18,defence:3},description:"",details:"1d10+6 psychic damage, and the target is dazed (save ends).",damage:"1d10+6 psychic damage",category:1},{id:"16b3130b-cbb8-4f66-ba01-bed04ea3ab79",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:16,defence:3},description:"",details:"2d10+6 psychic damage, and the target is stunned (save ends).",damage:"2d10+6 psychic damage",category:1},{id:"e6f66adb-f0a6-4884-9543-0193dd018ebf",name:"Group Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"For each cranium rat swarm within 10 squares of any other one, increase attack and damage rolls by 1, and increase the Intelligence score of each swarm by 2.",damage:"increase attack and damage rolls by 1",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"b20f8679-b174-40cf-9f86-a2df572f5413",name:"Crazed Human Rabble",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"b37f80b6-b17b-46b2-8fca-19f61bf1c9cf",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"5f98d51a-174c-4f0a-8002-7a053521cb65",name:"Aura of Madness",action:{action:1,trigger:"when a creature starts its turn within 3 squares of the human rabble",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The human rabble slides the triggering creature 1 square.",damage:"The human rabble slides the triggering creature 1 square",category:5},{id:"9a987b60-ae51-4b4b-96bc-6b3550d5c186",name:"Psychic Feedback",action:null,keywords:"Psychic",condition:"when the human rabble drops to 0 hit points",range:"",attack:null,description:"",details:"Each enemy adjacent to one or more human rabble takes 2 psychic damage.",damage:"each enemy adjacent to one or more human rabble takes 2 psychic damage",category:0},{id:"70348ab1-df23-47b4-83a5-912b9ab8ccb2",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it.",damage:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10234d40-cfe2-4d11-9705-9474821a459f",name:"Cyclops Guard",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +13; truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"battleaxe; heavy shield; hide armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:11},hp:1,initiative:8,ac:27,fortitude:26,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"56f303f4-1b4e-44c2-a4ab-6c13d11861c7",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 7 damage.",damage:"7 damage",category:1},{id:"4db48dba-cf0c-47c8-a58d-6584a432ea87",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the cyclops guard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The cyclops guard makes a melee basic attack against the attacker.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2bb891bc-553b-4166-829a-f601d5c0959c",name:"Dabus Custodian",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8 (hover)",alignment:"Unaligned",languages:"(understands all)",skills:"Streetwise +15",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:18},intelligence:{score:16},wisdom:{score:18},charisma:{score:16},hp:118,initiative:11,ac:27,fortitude:27,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"a703c2b1-577e-401f-b6a4-7bdb4032470e",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"e51120a3-dda9-4354-9f63-864183fbca75",name:"Psychic Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"2d8+6 psychic damage, and the target is dazed (save ends).",damage:"2d8+6 psychic damage",category:1},{id:"d29ea9fd-6d54-4cd8-931b-f1eea5001494",name:"Psychic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:18,defence:3},description:"",details:"3d10+6 psychic damage, and the target is stunned (save ends).",damage:"3d10+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ccebe55-7135-4845-aa8a-c676b4b3729d",name:"Dabus Enforcer",details:"",size:2,origin:3,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"8 (hover)",alignment:"Unaligned",languages:"(understands all)",skills:"Arcana +18, Nature +18",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:18},wisdom:{score:17},charisma:{score:18},hp:172,initiative:14,ac:32,fortitude:30,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"a90c5065-7303-4843-99e5-2e04f023b289",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"b04d6cd1-d10a-498b-992b-1cd87c7c4e4b",name:"Psychic Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:22,defence:3},description:"",details:"2d8+7 psychic damage, and the target slides 3 squares. The target is also stunned (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"b9518427-9d9f-42f6-a58c-fadccccab4fc",name:"Mind Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:22,defence:3},description:"",details:"4d10+7 psychic damage, and the target takes ongoing 10 psychic damage and is immobilized (save ends both).",damage:"4d10+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"36fbcaba-d464-413c-9ef2-c68fda79e752",name:"Dragonborn Gladiator of Tiamat",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +15, History +7, Intimidate +17",equipment:"bastard sword; scale armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:106,initiative:9,ac:24,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"54aa9100-5ee2-4068-9bd6-5167c2272509",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+16 while bloodied; see also lone fighter)1d10+5 damage.",damage:"see also lone fighter)1d10+5 damage",category:1},{id:"f57df741-7454-4f9d-aa62-cd2bcb8584bb",name:"Finishing Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+16 while bloodied)2d10+5 damage, and the dragonborn gladiator’s allies gain a +2 bonus to attack rolls until the end of the dragonborn gladiator’s next turn.",damage:"(+16 while bloodied)2d10+5 damage",category:1},{id:"0c1f667d-5b07-4415-869a-557684692ba5",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied)1d6+4 fire damage.",damage:"(+13 while bloodied)1d6+4 fire damage",category:3},{id:"3ee007d6-dd4b-4604-904e-adbb43007762",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:10,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragonborn gladiator’s next turn.",damage:"",category:1},{id:"d0718f67-82a7-472f-a5ed-e4a50b70b5fd",name:"Chromatic Boon",action:{action:5,trigger:"when an enemy hits or misses this creature",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn gladiator gains resist 5 acid, resist 5 cold, resist 5 fire, resist 5 lightning, or resist 5 poison until the end of the encounter.",damage:"The dragonborn gladiator gains resist 5 acid",category:5},{id:"e83958db-1ee9-4565-b781-430177d0eb83",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"731f14e9-920e-4ade-933e-ad8e3fcb7e92",name:"Gladiator’s Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a dragonborn gladiator hits an enemy with an opportunity attack, the target is knocked prone.",damage:"",category:0},{id:"e309b56d-9dae-421b-af03-67b339204576",name:"Lone Fighter",action:null,keywords:"",condition:"",range:"The dragonborn gladiator gains a +2 bonus to melee attack rolls while adjacent to only one enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c1cfa18-9541-4ffe-8419-c76f1a53cc2a",name:"Dwarf Thug",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +17, Endurance +14, Stealth +15",equipment:"chainmail; crossbow; crossbow bolts (20); warhammer",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:18},charisma:{score:10},hp:1,initiative:10,ac:25,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8d51e111-6146-43a8-8fa8-ff381cdd87b6",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"d64e3602-f0b8-4099-a7c5-a5a14c34a327",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"ae517e01-7273-4c35-884c-c5c6feef3cf0",name:"Aimed Shot",action:null,keywords:"",condition:"",range:"A dwarf thug gains a +2 bonus to attack rolls and deals an extra 3 damage with ranged attacks against creatures that don’t have cover.",attack:null,description:"",details:"",damage:"",category:0},{id:"4ec1b216-99b0-4360-8447-bd97a0294de0",name:"Combined Fire",action:null,keywords:"",condition:"",range:"Dwarf thugs can make a combined ranged attack against a single target. For each dwarf thug participating in a combined attack, increase the attack roll by 1 and the damage by 1.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bee0567-f368-4a10-b538-7e24b05463e9",name:"Elemental Ooze",details:"",size:3,origin:1,type:1,keywords:"blind, ooze",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; blindsight 10, tremorsense 10",movement:"4 see also flowing form",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:4},wisdom:{score:16},charisma:{score:4},hp:150,initiative:9,ac:24,fortitude:26,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"09721ae0-3513-424e-9112-568de2a5686b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d6+5 damage, and ongoing 10 cold, fire, and lightning damage (save ends).",damage:"3d6+5 damage",category:1},{id:"bc665972-59fd-4516-b3dd-b1bd17a97db6",name:"Elemental Burst",action:{action:1,trigger:"and again when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"when first bloodied",range:"close burst 2",attack:{bonus:15,defence:2},description:"",details:"The elemental ooze releases a burst of elemental energy; 3d10+6 cold, fire, and lightning damage, and the target is pushed 2 squares.",damage:"and lightning damage",category:5},{id:"dae3d338-12fb-4e56-b657-42cd085c42b3",name:"Flowing Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elemental ooze shifts 4 squares.",damage:"The elemental ooze shifts 4 squares",category:2},{id:"5dbd3c64-f520-4d8c-a36b-aea6eb19b728",name:"Elemental Backlash",action:{action:4,trigger:"when the elemental ooze takes damage",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"",attack:null,description:"",details:"The elemental ooze releases elemental energy that deals 5 cold, fire, and lightning damage to all enemies adjacent to it.",damage:"and lightning damage to all enemies adjacent to it",category:5}],damageModifiers:[{type:1,value:-10}],resist:"cold, fire, lightning",vulnerable:"",immune:"gaze",tactics:""},{id:"bbc7a162-3fd8-4b31-b28f-4a97cace45bd",name:"Ettin Spirit-Talker of Demogorgon",details:"",size:3,origin:4,type:2,keywords:"giant",level:12,role:{type:3,flag:1,leader:!0},senses:"Perception +17",movement:"6",alignment:"Chaotic Evil",languages:"Giant",skills:"Intimidate +10, Religion +12",equipment:"club; hide armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:23},charisma:{score:15},hp:252,initiative:6,ac:28,fortitude:27,reflex:21,will:26,regeneration:null,auras:[{id:"e85525c8-3f78-4e56-bf84-cfab2be8ed2f",name:"Demonic Frenzy",keywords:"",details:"aura 5; any bloodied ally within the aura gains a +1 bonus to attack rolls."},{id:"0cc2ad0c-137e-4f02-badb-bf89afae46e3",name:"Lashing Tentacles",keywords:"",details:"(Fire) aura 1; any enemy that enters the aura or starts its turn there takes 4 fire damage."}],powers:[{id:"62339b7a-2829-43a5-b2a2-5c3b33d18a38",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+7 damage, and the target is pushed 1 square.",damage:"1d8+7 damage",category:1},{id:"b49c102b-9b09-47d3-a844-672a4812ec29",name:"Curse of Shattered Bone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the next time the spirit-talker hits the target with a melee attack, the attack is treated as a critical hit and deals 1d12 extra damage. The curse lasts until the end of the ettin spirit-talker’s next turn.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:1},{id:"fa1fa142-9401-4e34-a662-dd237a86a4b9",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 necrotic damage, and the target slides 3 squares.",damage:"2d6+6 necrotic damage",category:1},{id:"3df52aff-471e-40c2-add6-c5dd896396ad",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, the ettin spirit-talker makes two initiative checks. Each check corresponds to one of the ettin spirit-talker’s heads, and the ettin spirit-talker takes a turn on each initiative count. The ettin spirit-talker has a full set of actions on each of its turns, and its ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"30c7fa6f-350f-4f15-9216-5488222a6207",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of each of its turns, the ettin spirit-talker saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"048f6dbe-b5a8-4a71-8f86-47bd91f6340f",name:"Fey Bodak Skulk",details:"",size:2,origin:2,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:19},intelligence:{score:6},wisdom:{score:15},charisma:{score:23},hp:124,initiative:16,ac:29,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"a1e2dcfd-717b-4b23-b2ea-04819c00ec06",name:"Agonizing Gaze ",keywords:"",details:"(Fear, Gaze, Necrotic) aura 5; each creature within the aura that makes a melee or a ranged attack against the bodak skulk takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"a39d98ba-fcde-49a3-9d45-61ea89ea38dc",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+5 damage plus 2d6 necrotic damage, and the target is weakened until the end of the bodak skulk’s next turn.",damage:"1d6+5 damage plus 2d6 necrotic damage",category:1},{id:"cc91b115-a8b3-42af-8687-15e975835475",name:"Surprise Attack",action:{action:1,trigger:"usable while the bodak skulk is hidden",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The bodak skulk makes a melee at-will attack that deals 2d8 extra damage.",attack:null,description:"",details:"",damage:"",category:5},{id:"c8045b67-86d6-4144-8670-3acdcc3a3fb8",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"targets a living creature; if the target is weakened, it drops to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses a healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses a healing surge",category:1},{id:"925f547f-e25e-403a-b24e-cbc0b3cf1c2a",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bodak skulk becomes invisible and gains insubstantial and phasing. It can do nothing but move in its spectral form, and it can return to its normal form as a free action.",damage:"",category:1},{id:"424f4a27-1c86-4109-bdcc-a235c3739c58",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The bodak skulk can alter its physical form to appear as an attractive humanoid of its size and any race or gender (see “Change Shape,” Monster Manual 2, page 216).",damage:"",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"a bodak skulk that takes radiant damage cannot weaken a target until the end of its next turn.",immune:"disease, poison",tactics:""},{id:"c7d12b14-e603-4434-9243-67295ff55c98",name:"Ghost Spider",details:"",size:3,origin:5,type:1,keywords:"spider",level:11,role:{type:4,flag:1,leader:!1},senses:"Perception +7; tremorsense 10",movement:"6, climb 6 (spider climb), phasing",alignment:"Unaligned",languages:"",skills:"Athletics +15, Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:18},intelligence:{score:1},wisdom:{score:15},charisma:{score:10},hp:129,initiative:9,ac:25,fortitude:25,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"059b9b60-ffa9-4638-8f7d-ad8b6bf83fd0",name:"Ghost Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d8+5 damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both).",damage:"1d8+5 damage",category:1},{id:"8452b6fc-b660-49c1-a4b0-ca7b91b02f03",name:"Phasing Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost spider makes two ghost claw attacks. The ghost spider can shift 6 squares between the attacks.",damage:"The ghost spider can shift 6 squares between the attacks",category:1},{id:"31a0c9df-4fef-4839-80ea-7c41551ae802",name:"Phasing Web",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost spider shifts 6 squares, phasing through enemies. It attacks each enemy it phases through; target is immobilized (save ends).",damage:"The ghost spider shifts 6 squares",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"87ef3d3a-e5c4-4ee5-9570-3c83ceba18e1",name:"Half-Elf Brigand Captain",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +15, Diplomacy +14, Insight +12, Stealth +16",equipment:"dagger; leather armor; longsword",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:20},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:126,initiative:13,ac:27,fortitude:25,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"bdb342d0-dd2c-44b7-960e-61f773b52fec",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+8 damage, and the half-elf brigand captain shifts 1 square.",damage:"1d8+8 damage",category:1},{id:"7ef2381f-9bba-4e81-ae48-ce2b589d00d2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"fa0edf96-75ac-4723-bab7-5d5684adfa00",name:"Slash and Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-elf brigand captain makes a longsword attack, shifts 2 squares, and makes a dagger attack.",damage:"shifts 2 squares",category:1},{id:"c7020170-93be-48db-b784-c7b7082e2eb1",name:"Triggering Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"2d8+8 damage, and one ally shifts 1 square and makes a melee basic attack as a free action.",attack:{bonus:18,defence:0},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0495dab-846f-41ef-b3f4-817cde4223d0",name:"Hobgoblin Legionnaire of Avernus",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +14, Endurance +7, History +10, Intimidate +9",equipment:"heavy shield; scale armor; spear",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:64,initiative:8,ac:21,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"9488e72f-1fbc-427d-b825-8a886e0ed64e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage. If the hobgoblin commander hits with an opportunity attack, it shifts 1 square; see also lead from the front.",damage:"1d8+5 damage",category:1},{id:"43016fd8-6720-4b73-8c39-ffb17c8decdd",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies in the burst shift 3 squares.",damage:"allies in the burst shift 3 squares",category:3},{id:"47c30f26-ca54-44f5-a1c1-75150a683782",name:"Infernal Wound",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The hobgoblin commander makes a melee basic attack. If the attack hits, the target is marked and takes ongoing 5 damage (save ends both).",attack:null,description:"",details:"",damage:"",category:1},{id:"6360724d-554d-4918-a7b3-6478c86c698d",name:"Lead from the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin commander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until the end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"83c8bc73-0697-4d8a-a08e-8cc860ffe2c2",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin commander becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander rolls a saving throw against the triggering effect.",damage:"",category:5},{id:"b4256589-6f59-4cfe-bed8-6cee8c5acf5a",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander gains a +2 bonus to all defenses while adjacent to a legion devil or any creature that has the Legion of Avernus theme.",damage:"The hobgoblin commander gains a +2 bonus to all defenses while adjacent to a legion devil or any creature that has the Legion of Avernus theme",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"296d4f15-767d-4372-9ada-95905705f268",name:"Human Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +15, Athletics +18",equipment:"light shield; scale armor",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:14},charisma:{score:17},hp:276,initiative:12,ac:30,fortitude:26,reflex:26,will:24,regeneration:null,auras:[{id:"3984a60a-1a14-4477-b505-6409cba5d3fe",name:"Fighting Focus",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is marked until the start of its next turn."}],powers:[{id:"3ff0394c-fbd7-454b-a4cb-74f80527226d",name:"Gladius",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"baf4928b-8fdd-414e-9e45-8c8e03d468e4",name:"Knock to the Dirt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"the target is knocked prone.",damage:"",category:3},{id:"7cc90131-8bd5-470c-8f55-766f96896836",name:"Well-Placed Kick",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"the target is dazed and slowed (save ends both).",damage:"",category:3},{id:"6482cf1b-ed48-4351-a00e-89d0c85cf13f",name:"Sand in the Eyes",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"the target is blinded (save ends).",damage:"",category:3},{id:"a3c52d99-f5ba-45a4-a816-d073ac9f9990",name:"Gladius Display",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:2},description:"",details:"targets enemies; 2d8+6 damage.",damage:"2d8+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0f1e666-c544-416a-a901-e1727b859f92",name:"Immolith Deathrager",details:"",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:25},dexterity:{score:18},intelligence:{score:9},wisdom:{score:15},charisma:{score:20},hp:185,initiative:11,ac:27,fortitude:30,reflex:27,will:28,regeneration:null,auras:[{id:"830ea130-057b-4438-abb1-67f742e02819",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn in the aura takes 10 fire damage."}],powers:[{id:"2c23e1ad-43ea-417a-8232-82ac3a20ec58",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 3d6+6 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d6+6 fire damage",category:1},{id:"63d90049-3e0b-4237-add0-d83143b64bc9",name:"Deathrage",action:{action:7,trigger:"when first bloodied and again when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 4",attack:{bonus:17,defence:0},description:"",details:"3d10+6 fire damage.",damage:"3d10+6 fire damage",category:5}],damageModifiers:[{type:9,value:10}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"9c995b86-e7d9-4e69-bad5-12c7bd5abb64",name:"Lamia Devourer",details:"",size:2,origin:2,type:1,keywords:"shapechanger",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +13",movement:"6, climb 6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Bluff +16, Insight +13",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:14},intelligence:{score:17},wisdom:{score:14},charisma:{score:21},hp:260,initiative:8,ac:27,fortitude:25,reflex:24,will:26,regeneration:null,auras:[{id:"1ec06830-6e9d-42eb-aef6-832bce728b94",name:"Swarm’s Embrace",keywords:"",details:"aura 1; an enemy that starts its turn in the aura takes 10 damage."}],powers:[{id:"76553dab-2ffd-44e0-803e-8d735cdf3eaf",name:"Cursed Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"7a12466f-d364-4702-9bc6-f81f9caf2e47",name:"Devouring Swarm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"targets enemies only; 3d6+4 damage.",damage:"3d6+4 damage",category:1},{id:"ec48e294-35ff-4e97-ae37-41dfbfe882b3",name:"Swarm Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies only; the target is pushed 3 squares and immobilized (save ends).",damage:"the target is pushed 3 squares and immobilized (save ends)",category:1},{id:"e4ffc74d-9d2a-4b3e-b47c-0cc5c9f2113c",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A lamia can alter its physical form to appear as an attractive Medium humanoid of any race or gender (see “Change Shape,” Monster Manual 2, page 216).",damage:"",category:3},{id:"43a986c2-e7dc-4a1d-8366-d4da797ff23c",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a lamia can squeeze through small openings as if it were a Tiny creature (see “Squeeze,” Player’s Handbook, page 292).",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"65116881-bc3e-491a-baf9-375a0492e585",name:"Loathsome Chanter",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"6, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:6,ac:27,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"121f1389-81c6-421e-b846-c1bca64c6a20",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"db062a64-0d67-43b1-a71e-f1c119b4cb73",name:"Death’s Rebuke",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:14,defence:3},description:"",details:"targets enemies; 6 psychic damage.",damage:"6 psychic damage",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"06df2c57-5f26-482c-819a-0eeb676337ea",name:"Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"19779146-82df-4baa-842a-500e1d0f884e",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"dd2d0b7a-4e76-48b5-8ca4-6ab667736ed9",name:"Skewering Tines",action:{action:1,trigger:"sustain standard",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+5 damage",category:5},{id:"c9d00626-104e-44ab-8b0c-6b7bb8467b54",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"targets enemies; 2d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"e4f25b70-1202-4045-9cc2-94e6520b585e",name:"Needle Demon",details:"",size:2,origin:1,type:2,keywords:"demon",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +17, Insight +14, Intimidate +17",equipment:"",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:19},intelligence:{score:14},wisdom:{score:17},charisma:{score:22},hp:123,initiative:10,ac:26,fortitude:23,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"6c3e9871-ae54-4d7d-bb65-6f6edca81f7c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"dc090775-3f97-4124-9f76-6d09978fd305",name:"Claws of Betrayal",action:{action:1,trigger:"requires combat advantage against each target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The needle demon makes two claw attacks. If both attacks hit the same target, the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:5},{id:"bfa23bba-56da-426a-9c39-2720c184cf6a",name:"Tail Whip",action:{action:4,trigger:"when an enemy moves into a square adjacent to the needle demon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"7fb78e43-8cc5-4ae9-bfb4-a811d96483b7",name:"Rage of the Betrayed",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is dominated (save ends).",damage:"",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"6fdcabe9-7b2a-48cc-94a8-3a89a95f103a",name:"Ogre Bludgeoneer",details:"",size:3,origin:4,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:13},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:1,initiative:9,ac:28,fortitude:30,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"387ac09e-eb66-4ac9-ace0-ebafdf22608f",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"de9a3831-4262-4756-93ae-d50ad4595cfd",name:"Pleased Adamantine Horse of Xarn",details:"",size:3,origin:4,type:0,keywords:"construct, mount",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"10",alignment:"Unaligned",languages:"Understands Common, Draconic, Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:12},intelligence:{score:4},wisdom:{score:14},charisma:{score:10},hp:136,initiative:6,ac:22,fortitude:24,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"9864eb8e-f66d-4327-b2b7-555674945cf1",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"c28ef0f8-b086-4584-a6d8-e43cbff6d84c",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The Adamantine Horse of Xarn can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the Adamantine Horse must end its move in an unoccupied space. When it enters an enemy’s space, the Adamantine Horse makes a trample attack; 1d10+8 damage, and the target is knocked prone.",damage:"1d10+8 damage",category:1},{id:"d8e29984-446b-4d7b-b7bd-2e664d27fd00",name:"Adamantine Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The Adamantine Horse grants its rider 10 extra damage on charge attacks.",damage:"the adamantine horse grants its rider 10 extra damage on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"86f8932a-899d-421e-a471-ce67926bba50",name:"Pod Demon",details:"",size:3,origin:1,type:2,keywords:"demon",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"8",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:24},hp:176,initiative:12,ac:27,fortitude:25,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"78547c5a-f224-4c6f-bcfc-58a3edfdb546",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d6+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+5 damage",category:1},{id:"0d97835f-0fbb-48b3-9bf1-b7e064c53c30",name:"Detonate Minion",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one podspawn; the podspawn explodes, dropping to 0 hit points and dealing 1d8 + 3 poison damage to each creature adjacent to the podspawn.",damage:"dropping to 0 hit points and dealing 1d8 + 3 poison damage to each creature adjacent to the podspawn",category:3},{id:"ddbedab8-e6e1-46e7-887d-f510983ece42",name:"Spew Podspawn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:18,defence:2},description:"",details:"2d6+5 acid damage.",damage:"2d6+5 acid damage",category:1},{id:"825aa034-f250-4bb1-9dbb-c010153160ce",name:"Generate Podspawn",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:18,defence:2},description:"",details:"3d6+5 poison damage. Effect: If the pod demon has fewer than four podspawn, it spawns podspawn into unoccupied squares within the burst, bringing its total number of minions to four.",damage:"3d6+5 poison damage",category:5},{id:"bdb9d127-9217-4565-9977-5a2fcb2f4637",name:"Fling Podspawn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"2d6+5 acid damage.",damage:"2d6+5 acid damage",category:1},{id:"80c5c967-ab86-4b8a-ba49-0bea5f6a8d57",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pod demon’s attack deals 2d6 extra damage to any target granting combat advantage to it.",damage:"a pod demon’s attack deals 2d6 extra damage to any target granting combat advantage to it",category:0},{id:"a781286d-1fc8-4bce-98a8-780a58ef9793",name:"Spawn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a pod demon has fewer than four podspawn at the start of its turn, it spawns one podspawn within 2 squares of it.",damage:"it spawns one podspawn within 2 squares of it",category:0},{id:"34b9d176-6ea8-46ae-babe-cf2e02237d13",name:"Transfer Essence",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The pod demon swaps positions with a podspawn within 10 squares of it.",damage:"The pod demon swaps positions with a podspawn within 10 squares of it",category:2}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fa7991c0-4458-4d4a-9e58-285e094c846a",name:"Podspawn",details:"",size:1,origin:1,type:2,keywords:"demon",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:21},dexterity:{score:20},intelligence:{score:5},wisdom:{score:8},charisma:{score:15},hp:1,initiative:14,ac:29,fortitude:28,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"20db9f3d-8ebd-4513-9b33-6a027bf18afa",name:"Corroding Slime",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"12 acid damage.",damage:"12 acid damage",category:1},{id:"da131d35-c306-4d6c-94d5-9584e389a6f4",name:"Dangerous Proximity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to a podspawn grants combat advantage to it.",damage:"",category:0}],damageModifiers:[],resist:"The podspawn shares any resistances that its pod demon progenitor has.",vulnerable:"",immune:"",tactics:""},{id:"e1720c80-9949-4f40-89ef-725f405c7be8",name:"Satisfied Adamantine Horse of Xarn",details:"",size:3,origin:4,type:0,keywords:"construct, mount",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"9",alignment:"Unaligned",languages:"Understands Common,, Draconic, Supernal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:12},intelligence:{score:3},wisdom:{score:14},charisma:{score:10},hp:115,initiative:5,ac:20,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"9aeb286d-35d7-4220-a077-1118592db76c",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"816b00bf-211f-496d-9c4d-ea092d11a8c0",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"The Adamantine Horse of Xarn can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the warhorse must end its move in an unoccupied space. When it enters an enemy’s space, the warhorse makes a trample attack; 1d8+7 damage, and the target is knocked prone.",damage:"1d8+7 damage",category:1},{id:"7169f5bf-bf63-4efe-b833-b5cca3c65a8e",name:"Adamantine Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The Adamantine Horse grants its rider 10 extra damage on charge attacks.",damage:"the adamantine horse grants its rider 10 extra damage on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"70c782ce-ecd3-4110-8b5b-5f53c967dbf9",name:"Snaketongue Wyvern",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:17},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:106,initiative:10,ac:24,fortitude:24,reflex:20,will:19,regeneration:null,auras:[{id:"1186b772-f371-4799-9413-fac31a50b50b",name:"Venom Enhancement",keywords:"",details:"aura 2; each enemy within the aura that has ongoing poison damage takes a –2 penalty to all defenses and saving throws."}],powers:[{id:"4e17704c-cb69-4563-934f-97934e3889bb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"afe7bba2-8c29-4a81-a985-6be365e2d42a",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+7 damage, and the target is knocked prone.",damage:"1d6+7 damage",category:1},{id:"a9dcd90a-c7ca-44ed-a513-2494f8b1829c",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+4 and the wyvern makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; ongoing 10 poison damage (save ends).",damage:"ongoing 10 poison damage (save ends)",category:1},{id:"447f9f29-6664-4834-8335-cfe19dbef6fa",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The wyvern flies 8 squares and makes one melee basic attack at any point during that movement. The wyvern doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"76090214-89d8-4ff2-aca1-03ee2aab3dd6",name:"Aerial Agility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a rider of 10th level or higher",range:"",attack:null,description:"",details:"While flying, the wyvern grants its rider a +2 bonus to all defenses.",damage:"the wyvern grants its rider a +2 bonus to all defenses",category:1},{id:"2ad2ba8d-0667-420d-8e41-9e5f3870ff8f",name:"Slither Away",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The wyvern gains a +2 bonus to speed and a +2 bonus to all defenses.",damage:"The wyvern gains a +2 bonus to speed and a +2 bonus to all defenses",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01014fee-d2b3-4ac4-ab56-f22a318281dc",name:"Sons of Mercy Basher",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +16, Streetwise +14",equipment:"chainmail; crossbow; halberd",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:130,initiative:11,ac:29,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"97a9f99a-b42b-4de5-8a4a-1d91b518546c",name:"Lightning Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d10+4 lightning damage, and the target is marked until the end of the basher’s next turn.",damage:"2d10+4 lightning damage",category:1},{id:"47b1f5fe-7bf9-456e-920d-9b148ef73e08",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Requires a halberd; reach 2; 3d10+6 lightning damage, and the target is knocked prone.",damage:"3d10+6 lightning damage",category:1},{id:"d651f9b5-4165-4f86-8d6c-0c846824b2f3",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"1d8+8 cold damage, and the target is slowed (save ends).",damage:"1d8+8 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bde0360-a0e7-46ca-af05-39f24d78c22d",name:"Sons of Mercy Wizard",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +16, Diplomacy +17",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:22},intelligence:{score:18},wisdom:{score:17},charisma:{score:20},hp:108,initiative:13,ac:26,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"327bbd84-8b7b-4fb2-9e36-c981ec8105d4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+6 cold and fire damage.",damage:"1d10+6 cold and fire damage",category:1},{id:"fda82bc0-b22d-47e8-b4c5-65ce64518906",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"8baa6dd7-a1df-4ff8-8651-a8eac7f92275",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"two ray attacks on different targets; 1d10+4 cold damage, and the target is immobilized until the end of the wizard’s next turn.",damage:"1d10+4 cold damage",category:1},{id:"2073d9ef-c501-48eb-adf6-d92b2325c5f1",name:"Lightning Serpent",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Poison",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d12+4 lightning damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"2d12+4 lightning damage",category:1},{id:"d3137ae9-cf0d-48c0-908e-e83783468ff5",name:"Thunderlance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"4d6+4 thunder damage, and the target is pushed 4 squares.",damage:"4d6+4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81d549da-660e-44a1-b818-9c7455fe2d5e",name:"Tarvas Demoncaller",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +12; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +16, Insight +17, Intimidate +17, Stealth +14",equipment:"quarterstaff",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:18},wisdom:{score:21},charisma:{score:20},hp:140,initiative:9,ac:29,fortitude:24,reflex:27,will:28,regeneration:null,auras:[{id:"030950ab-527f-46df-9e4c-e8640f8cd14d",name:"Demonic Command",keywords:"",details:"aura sight; demons in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"9c36c062-8489-4964-b498-673696488df8",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"b353421a-cac1-4c7a-b57e-a207182ac2bd",name:"Touch of the Demon",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:5},{id:"53d8b0a2-f288-41f9-b4c5-5de2c91ca30c",name:"Elemental Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Lightning",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"1d8+6 fire and lightning damage.",damage:"1d8+6 fire and lightning damage",category:1},{id:"109dcb1c-5d35-43d5-940b-c29f8834b9db",name:"Explosive Summoning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:17,defence:2},description:"",details:"Tarvas summons a small demon that appears in a square adjacent to him and then moves up to 10 squares and explodes; 1d10+6 damage, and the target is slowed (save ends).",damage:"1d10+6 damage",category:1},{id:"d8ee6e6f-0c55-44e9-b777-fdf6ae8818a3",name:"Demonic Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:17,defence:2},description:"",details:"4d8+5 damage, and the target takes ongoing 5 damage (save ends).",damage:"4d8+5 damage",category:1},{id:"c0952450-86af-4632-b9f1-2f74fda75dc7",name:"Demon Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Tarvas can transfer up to 22 damage he has taken to a demon within 5 squares of him. He cannot transfer more hit points than the demon has remaining.",damage:"tarvas can transfer up to 22 damage he has taken to a demon within 5 squares of him",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"016cbba0-6489-4390-a70c-360e267e3fbb",name:"Vrock Swordwing",details:"",size:3,origin:1,type:2,keywords:"demon",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"6, fly 8 see also flyby attack",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +16, Insight +14",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:19},hp:140,initiative:13,ac:28,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"b643c410-624c-40b6-98ba-0ad41f49dcad",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"fc1ab95b-b2e5-4104-8d7f-5f587c5436df",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vrock flies up to 8 squares and makes one falchion attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.",damage:"The vrock flies up to 8 squares and makes one falchion attack at any point during that movement",category:1},{id:"25c6538a-0f5d-427d-961f-e6dbd22eccb4",name:"Frightful Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"deafened creatures are immune; the target is pushed 3 squares and immobilized until the end of the vrock’s next turn.",damage:"the target is pushed 3 squares and immobilized until the end of the vrock’s next turn",category:1},{id:"72ef9225-3faa-4a7c-8554-ce498587ad96",name:"Spores of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:17,defence:3},description:"",details:"demons are immune; 1d10+5 poison damage, and the target is dazed (save ends).",damage:"1d10+5 poison damage",category:1}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"a95a78bc-d9d1-4b61-a17b-a8e573948a3c",name:"Wererat Sewer Guard",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +15, Stealth +17, Streetwise +15, Thievery +17",equipment:"short sword",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:22},intelligence:{score:15},wisdom:{score:16},charisma:{score:18},hp:130,initiative:14,ac:27,fortitude:25,reflex:26,will:24,regeneration:{value:10,details:"if the wererat takes damage from a silvered weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"fb8bef22-4009-4234-bcb9-a78b645ec893",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage, plus ongoing 10 poison damage (save ends).",damage:"1d10+6 damage",category:1},{id:"38e2d3a2-bd64-4c2e-8daa-38381a7cdd2a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 5 damage (save ends) and contracts sewer fever.",damage:"1d6+4 damage",category:1},{id:"987a70eb-631a-4055-9018-12cc4e565dfd",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:18,defence:0},description:"",details:"1d8+6 poison damage, plus ongoing 5 poison damage (save ends).",damage:"1d8+6 poison damage",category:1},{id:"ffb44b80-ea14-4b68-b844-eddbbde5e008",name:"Dance of Poison",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wererat makes two short sword attacks against one target, shifts up to 3 squares, and makes two short sword attacks against a different target.",damage:"shifts up to 3 squares",category:5},{id:"8d7ce0e0-68a0-4d90-ad3a-5da3be600165",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wererat can alter its physical form to appear as a dire rat or a unique human (see “Change Shape,” Monster Manual 2, page 216). It loses its bite attack in human form.",damage:"",category:3},{id:"15304569-913a-477d-95f1-9e77b3342706",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A wererat deals 2d6 extra damage on melee attacks against any target that grants it combat advantage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"sewer fever",tactics:""});Ni.push({id:"1c2ec56d-8d50-451a-9f3e-25967783c6e3",name:"Wight Life-Eater",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:6},charisma:{score:17},hp:104,initiative:9,ac:24,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"fd2cefa9-fc78-4338-a7b3-b3338d252023",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 necrotic damage, the target loses a healing surge, and the wight shifts 3 squares.",damage:"2d6+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"47f9137d-3b79-49bf-a197-d362b4197ba9",name:"Young Blue Dragon Goblin Ally",details:"",size:3,origin:4,type:1,keywords:"dragon",level:6,role:{type:0,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +20, Insight +10, Nature +10",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:296,initiative:5,ac:23,fortitude:24,reflex:21,will:21,regeneration:null,auras:[{id:"c0f92614-bb41-4233-9b7b-1f7479c1bb7f",name:"Tactical Orders",keywords:"",details:"aura 5; any bugbear, hobgoblin, or goblin ally within the aura deals 1d6 extra damage to a creature granting combat advantage to it (or 1 extra damage if the ally is a minion)."}],powers:[{id:"1892e044-e046-4793-8712-ee71d075f1dc",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+5 plus 1d6 lightning damage.",damage:"1d6+5 plus 1d6 lightning damage",category:1},{id:"fd64771a-6ec6-4268-82ec-d403fe5daee9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"127b6e95-71b3-4235-be1f-2b484a81e4d9",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a gore attack and two claw attacks.",damage:"",category:1},{id:"32bc02d4-6441-476e-98ab-cbdf376bba33",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second; 1d12+5 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12+5 lightning damage",category:1},{id:"55187c0c-7358-4bd9-8d46-23973e9c2c31",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"28e096cb-c1c0-4acc-a3c6-8c457ef55709",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"77cb52dc-b98d-4c42-ae5d-6cca9c220429",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:11,defence:2},description:"",details:"1d6+4 lightning damage. Miss: Half damage.",damage:"1d6+4 lightning damage",category:1},{id:"870c10d5-7030-4d02-b60d-c3fe343f09a4",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The young blue dragon gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it. The dragon also counts as a hobgoblin for the purpose of other creatures’ phalanx soldier ability.",damage:"The young blue dragon gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7c312c6-a11a-4ff6-94f5-ef1bcca4c596",name:"Zombie Hulk of Orcus",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:88,initiative:2,ac:20,fortitude:23,reflex:17,will:18,regeneration:null,auras:[{id:"15522909-84bd-4f5e-aa51-b357c07dead4",name:"Death’s Embrace",keywords:"",details:"aura 5; each enemy within the aura takes a –2 penalty to death saving throws."}],powers:[{id:"a1a08e14-c44f-47e7-a5ff-9f1f371db549",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"de104c24-1026-468d-8fb9-d08715c981fb",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; targets a Medium or smaller creature; 4d8+5 damage, and the target is knocked prone.",damage:"4d8+5 damage",category:1},{id:"d93119dc-4fd4-4406-bdac-d59029c6e1d0",name:"Rotting Strike",action:{action:7,trigger:"when the zombie hulk hits with a melee basic attack during its turn",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The target takes ongoing 6 necrotic damage (save ends).",damage:"the target takes ongoing 6 necrotic damage (save ends)",category:5},{id:"5214dba3-d74b-4e2e-823d-773921fbbb6b",name:"Rise Again",action:null,keywords:"",condition:"the first time the zombie hulk drops to 0 hit points",range:"",attack:null,description:"",details:"The zombie hulk makes a new initiative check. On its next turn, the zombie hulk rises (as a move action) with 44 hit points.",damage:"the zombie hulk rises (as a move action) with 44 hit points",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c0cf07ea-3b37-4f54-9ecf-cfbec8c57a15",name:"Abyssal Ghoul Horde",details:"",size:4,origin:1,type:2,keywords:"swarm, undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +21",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:17},charisma:{score:13},hp:240,initiative:16,ac:30,fortitude:34,reflex:33,will:29,regeneration:null,auras:[{id:"4912a23e-d916-4758-a85b-a64a4ff35617",name:"Swarm Attack",keywords:"",details:"aura 1; the abyssal ghoul horde makes a melee basic attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"466daac1-752c-4eb2-a26d-473dcf805ff3",name:"Horde of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d8+7 damage, and the target is immobilized (save ends). An immobilized target takes an extra 3d6 damage.",damage:"3d8+7 damage",category:1},{id:"880aa3c4-7782-49b2-a969-6c69f03a272e",name:"Sprays of Dead Blood",action:null,keywords:"Necrotic",condition:"when the horde is damaged",range:"Close burst 1",attack:{bonus:21,defence:2},description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:0},{id:"0090b3a7-062d-4aa6-b14c-8708a3a5e37f",name:"Ghoul Stragglers",action:null,keywords:"Necrotic",condition:"when the horde takes forced movement and when it is reduced to 0 hit points",range:"",attack:null,description:"",details:"Each square the ghoul horde formerly occupied now contains one abyssal ghoul hungerer, which acts just after the horde.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 damage from close and area attacks",immune:"disease, poison",tactics:""},{id:"0ff0b378-f1d9-4a5d-9553-132f20f6b96d",name:"Angel of Protection Shieldbearer",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +16",movement:"6",alignment:"Unaligned",languages:"Supernal",skills:"Insight +21, Intimidate +19",equipment:"greatsword; plate armor",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:21},intelligence:{score:16},wisdom:{score:23},charisma:{score:18},hp:197,initiative:17,ac:37,fortitude:33,reflex:31,will:32,regeneration:null,auras:[{id:"5ab2ac61-12ed-47a3-92c5-c61b8a2f6577",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of protection take a -2 penalty until the angel is bloodied."},{id:"7e22d031-47a4-4e8e-aa54-cdbcca97c552",name:"Angelic Shield",keywords:"",details:"aura 5; any enemy treats the area within the aura as difficult terrain as long as the angel’s angelic presence is active and the angel is within 5 squares of the angel of secrets."}],powers:[{id:"001e0cac-9f1e-4feb-a7c3-72f7ccbedb42",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+7 damage plus 10 radiant damage, and the target is marked until the end of the angel of protection’s next turn.",damage:"2d10+7 damage plus 10 radiant damage",category:1},{id:"19e46de7-c6aa-4125-b44a-0e53e35b8fb0",name:"Ward Angel of Secrets",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"When the angel is within 5 squares of the angel of secrets, the angel of secrets takes only half damage from melee and ranged attacks",attack:null,description:"",details:"the angel of protection takes the rest. While the angel is adjacent to the angel of secrets, the angel of secrets gains a +2 bonus to AC.",damage:"the angel of secrets gains a +2 bonus to AC",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1d80dd52-8067-48f6-904c-bb538696c8de",name:"Angel of Secret Legionaire",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +16",movement:"6, fly 9 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"chainmail",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:26},intelligence:{score:12},wisdom:{score:14},charisma:{score:22},hp:1,initiative:18,ac:35,fortitude:32,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"0cca6457-850f-4b09-ad55-6902a6bcda1d",name:"Shadowsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:1},{id:"89e04acd-cc9a-4216-8b65-594b11142441",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel deals an extra 5 damage to a target it has combat advantage against.",damage:"the angel deals an extra 5 damage to a target it has combat advantage against",category:0},{id:"e6f901f7-d749-4ac8-b345-8c5018eadf4d",name:"Shadow Play",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an attack misses the angel, it becomes insubstantial until the end of its next turn. The angel gains combat advantage against all enemies while it is insubstantial.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"5da2c019-2f67-466d-9430-3bb8097747ac",name:"Angel of Secrets",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"All",skills:"Arcana +22, History +22, Stealth +20",equipment:"chainmail",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:23},wisdom:{score:23},charisma:{score:27},hp:408,initiative:20,ac:36,fortitude:34,reflex:34,will:36,regeneration:null,auras:[{id:"7ace6ea8-4036-4575-90b5-e8615e0f7d18",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of secrets take a -2 penalty until the angel is bloodied; once bloodied, the penalty increases to -4."}],powers:[{id:"f0478bb2-2391-4d92-8a7b-0d84f2205ac1",name:"Memory Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d6+8 psychic damage, and the target can’t use encounter powers or daily powers until the end of the angel’s next turn.",damage:"3d6+8 psychic damage",category:1},{id:"54895ff9-4cb4-454c-a741-a21fcc704420",name:"Mind Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:3},description:"",details:"2d10+8 psychic damage, and the target is dazed until the end of the angel’s next turn.",damage:"2d10+8 psychic damage",category:1},{id:"f007a7cb-ae7f-4b5e-b90b-b2f7126664e5",name:"Roaring Revelation",action:{action:1,trigger:"encounter and when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Thunder",condition:"",range:"Close burst 5",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 2d10+8 psychic and thunder damage, and the target is stunned until the end of the angel’s next turn.",damage:"2d10+8 psychic and thunder damage",category:5},{id:"c15a6440-3b2d-4a31-ab08-602355041182",name:"Foresight",action:{action:5,trigger:"when attacked",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The angel of secrets teleports 4 squares and makes a memory blade attack.",damage:"The angel of secrets teleports 4 squares and makes a memory blade attack",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"8bb2091a-8867-4cc3-ab4f-da1106857454",name:"Angel of Shadow Legionnaire",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:14,ac:35,fortitude:35,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"c5e763cb-5584-43d6-a6a3-997dbc453694",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"1bb3e4a1-d257-42d8-8048-404c943cac66",name:"Angel of Vengeance Retaliator",details:"",size:3,origin:3,type:2,keywords:"angel",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"8, fly 12",alignment:"Unaligned",languages:"Supernal",skills:"Insight +22, Intimidate +23",equipment:"longsword; plate armor",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:20},intelligence:{score:19},wisdom:{score:25},charisma:{score:26},hp:486,initiative:15,ac:34,fortitude:34,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"1929283a-0c26-4945-8400-bf8b713ca120",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d10+9 damage plus 2d8 cold and fire damage.",damage:"1d10+9 damage plus 2d8 cold and fire damage",category:1},{id:"5f387ea7-4814-438a-b7b0-7f81b7229f17",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"The angel of vengeance makes two longsword attacks.",damage:"",category:1},{id:"5528551d-a695-41a4-a7d8-401777ec8d8e",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"the angel of vengeance places an invisible sign upon the target. Until the end of the encounter, as a move action, the angel of vengeance can teleport adjacent to the target.",damage:"",category:3},{id:"b7901c90-6d3d-4505-9eaf-dedc6a410130",name:"Coldfire Pillar",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Polymorph",condition:"",range:"Close burst 2",attack:{bonus:23,defence:2},description:"",details:"3d8+9 cold and fire damage. The angel of vengeance transforms into a 30-foot-high pillar of blue fire and is immune to all damage until the start of its next turn.",damage:"3d8+9 cold and fire damage",category:5},{id:"f957c3d8-b809-4470-ad39-e35d3eecfe3b",name:"Cloak of Vengeance",action:null,keywords:"Cold, Fire",condition:"until bloodied",range:"Attacks against the angel of vengeance take a -2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that hits the angel with a melee attack takes 2d8 cold and fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"409f287f-df20-4d1a-9d42-84d034c9105b",name:"Beholder Death Emperor",details:"",size:3,origin:0,type:1,keywords:"undead",level:22,role:{type:0,flag:2,leader:!1},senses:"Perception +20; all-around vision, darkvision",movement:"fly 5 (hover)",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:24},dexterity:{score:26},intelligence:{score:22},wisdom:{score:19},charisma:{score:28},hp:832,initiative:19,ac:34,fortitude:35,reflex:36,will:37,regeneration:null,auras:[{id:"2a5d6b19-5924-4cd0-a51d-4447409c1334",name:"Eyes of the Beholder",keywords:"",details:"aura 5; the beholder death emperor uses one random eye ray as a free action against any enemy within the aura at the start of that enemy’s turn."}],powers:[{id:"568939fd-fc4b-434f-8e36-f7ec548d4d98",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d4+12 damage.",damage:"3d4+12 damage",category:1},{id:"017d6aa7-61c0-4e3f-83cf-71d1f24a7154",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:27,defence:3},description:"",details:"the target is slowed and loses necrotic resistance until the end of the beholder death emperor’s next turn.",damage:"",category:3},{id:"2f71b77b-0062-4e3e-8318-d77ddd7e1492",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder death emperor uses up to two different eye ray powers (chosen from the list below). Each ray must target a different creature, and using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"786e1232-1123-4778-9c80-ac943bbb6acb",name:"Killing Look",action:{action:4,trigger:"when an enemy within 10 squares of the beholder death emperor fails a saving throw against ongoing damage",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets the triggering creature; the target loses 2 healing surges.",damage:"the target loses 2 healing surges",category:5}],damageModifiers:[{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f76972c2-bfa2-4684-af6c-756b6bd77bcc",name:"Blackstar Annihilator",details:"",size:2,origin:1,type:0,keywords:"",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +23; darkvision",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:28},intelligence:{score:8},wisdom:{score:24},charisma:{score:7},hp:168,initiative:20,ac:35,fortitude:34,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"f46777ad-52e8-40ec-9ed3-bdcbaf6a28b3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d6+8 damage, and ongoing 5 damage (save ends).",damage:"2d6+8 damage",category:1},{id:"33949c4b-c2e7-4694-aa19-1ad8bf6541e8",name:"Meteor Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"3d6+8 damage, and the target takes a -2 penalty to saving throws and ongoing 5 damage (save ends both).",damage:"3d6+8 damage",category:1},{id:"f879788c-dff0-4902-b4a4-0662deaabbc5",name:"Blackstar Fall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"4d6 + 8 damage, and the target is pushed 2 squares and knocked prone. Miss: The target is pushed 1 square. If the target cannot be pushed, the blackstar annihilator ends its move in an unoccupied square adjacent to the target. Secondary Attack: When it lands, the blackstar annihilator attacks: close burst 3",attack:{bonus:28,defence:1},description:"",details:"The blackstar annihilator can fl y 8 squares and enter an enemy’s space; targets enemies; +26 vs. Reflex; 2d6 + 8 damage, and the target is pushed 1 square and knocked prone. The burst area becomes difficult terrain.",damage:"2d6 + 8 damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2446d8db-062f-4e7d-91ba-447aa17e1414",name:"Blackstar Crawler",details:"",size:2,origin:1,type:0,keywords:"",level:20,role:{type:6,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8",alignment:"Evil",languages:"",skills:"Endurance +20, Stealth +22",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:24},intelligence:{score:3},wisdom:{score:22},charisma:{score:7},hp:188,initiative:19,ac:34,fortitude:32,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"85462fc2-c5bb-405a-938f-ba4120c8af40",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"dfdd3d55-d8a9-41ba-8c29-304f33a8bb8c",name:"Disengage",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blackstar crawler shifts up to 8 squares to end its move adjacent to an enemy other than the one that caused this reaction and makes a bite attack.",damage:"The blackstar crawler shifts up to 8 squares to end its move adjacent to an enemy other than the one that caused this reaction and makes a bite attack",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cadf0a5f-78ba-4c4a-9677-a098a1dd6704",name:"Blackstar Crusher",details:"",size:3,origin:1,type:0,keywords:"",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 5 (clumsy)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:25},intelligence:{score:4},wisdom:{score:24},charisma:{score:7},hp:275,initiative:19,ac:36,fortitude:36,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"9afb4286-2633-462c-b23c-a461254e3610",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d12+6 damage.",damage:"2d12+6 damage",category:1},{id:"35d5eb99-1d43-4e70-a3ff-e2dd33c5e2d2",name:"Meteoric Shockwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Close burst 3",attack:{bonus:25,defence:1},description:"",details:"2d12+12 force damage, and the target is pushed 4 squares and knocked prone.",damage:"2d12+12 force damage",category:1},{id:"140107f2-2999-4749-8a34-69985af92f88",name:"Focused Gravity",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"2d8+7 force damage, and the target is knocked prone.",damage:"2d8+7 force damage",category:1}],damageModifiers:[{type:3,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"65053146-aed8-41b2-92a7-a6fdb830fca1",name:"Blackstar Idol",details:"",size:3,origin:1,type:0,keywords:"",level:22,role:{type:3,flag:1,leader:!0},senses:"Perception +21; darkvision",movement:"fly 8 (hover), teleport 4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:13},intelligence:{score:10},wisdom:{score:30},charisma:{score:7},hp:420,initiative:12,ac:36,fortitude:34,reflex:27,will:36,regeneration:null,auras:[],powers:[{id:"29946430-d9c8-4dce-b772-96395cfea1ea",name:"Force Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d6+8 force damage.",damage:"2d6+8 force damage",category:1},{id:"b285bfca-2ddb-4212-a03f-079964967ab6",name:"Mindrip",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"1d10+8 psychic damage, and the target is slowed (save ends).",damage:"1d10+8 psychic damage",category:3},{id:"6271c250-b3bf-4635-b8d0-d82296b08859",name:"Blackstar Nova",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is pushed 2 squares and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"4d6+8 psychic damage",category:5},{id:"4fcfec92-c76e-4aa4-9dd5-faef550be39c",name:"Mindquake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is dazed (save ends).",damage:"4d6+8 psychic damage",category:1},{id:"f7e546cf-5e9e-489a-bd34-3e466ba8b314",name:"Animate Blackstar",action:{action:1,trigger:"at-will or encounter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The idol targets the remains of a fallen blackstar creature and imbues it with energy. As an at-will power, the fallen blackstar rises as a blackstar pawn. If the blackstar idol targets a blackstar pawn as an encounter power, it becomes a blackstar knight.",damage:"",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa3901cb-f68d-4ed6-ae11-7618a695b977",name:"Blackstar Idol of Timesus",details:"",size:3,origin:1,type:0,keywords:"",level:22,role:{type:3,flag:1,leader:!0},senses:"Perception +21; darkvision",movement:"fly 8 (hover), teleport 4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:13},intelligence:{score:10},wisdom:{score:30},charisma:{score:7},hp:420,initiative:12,ac:36,fortitude:34,reflex:27,will:36,regeneration:null,auras:[{id:"b0f214e3-181c-4ac9-9cf5-fe4f1b0f8500",name:"Blackstar Pulse",keywords:"",details:"(Healing) aura 3; enemies that start their turns within the aura take 10 damage, and blackstar host that start their turns within the aura heal 10 hit points."}],powers:[{id:"7e9db39c-dc31-4e9c-b879-ab4ad71701fc",name:"Force Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d6+8 force damage.",damage:"2d6+8 force damage",category:1},{id:"922c0a33-d66c-499b-b2c4-c228fcf804be",name:"Mindrip",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"1d10+8 psychic damage, and the target is slowed (save ends).",damage:"1d10+8 psychic damage",category:3},{id:"1a4e76ef-6c64-4899-acfb-dfe7e2be1039",name:"Blackstar Nova",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is pushed 2 squares and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"4d6+8 psychic damage",category:5},{id:"9ecf6205-274c-4c06-891a-1fe009cbe5c0",name:"Mindquake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is dazed (save ends).",damage:"4d6+8 psychic damage",category:1},{id:"7d6a0d02-690d-461c-ab39-128cb45d4a2a",name:"Animate Blackstar",action:{action:1,trigger:"at-will or encounter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The idol targets the remains of a fallen blackstar creature and imbues it with energy. As an at-will power, the fallen blackstar rises as a blackstar pawn. If the blackstar idol targets a blackstar pawn as an encounter power, it becomes a blackstar knight.",damage:"",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08e97a21-0427-4170-b6d6-8d8e0cbc9f86",name:"Blackstar Pawn",details:"",size:2,origin:1,type:0,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:24},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:18,ac:37,fortitude:37,reflex:36,will:31,regeneration:null,auras:[],powers:[{id:"86120170-98b2-4f84-a33a-e0587d747fbf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 damage (crit 18 damage).",damage:"12 damage (crit 18 damage)",category:1},{id:"8b02340f-a70b-44b6-b8e2-f2fd091b5bd1",name:"Blackstar Ricochet",action:{action:4,trigger:"when a blackstar pawn within 5 squares is reduced to 0 hit points",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"The blackstar pawn shifts 3 squares and collides with an enemy; 8 damage.",damage:"8 damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1557acc7-5d99-4174-aa0d-074944affbd7",name:"Blackstar Prowler",details:"",size:2,origin:1,type:0,keywords:"",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"",skills:"Endurance +22, Stealth +25",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:28},intelligence:{score:3},wisdom:{score:22},charisma:{score:7},hp:214,initiative:22,ac:37,fortitude:33,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"3da23744-b199-4e63-9767-a96560d94753",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+8 damage, or 2d10+13 damage against a prone target.",damage:"2d10+8 damage",category:1},{id:"aba62523-68f9-4cc4-b345-194a4bb145b1",name:"Blackstar Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"The prowler makes a charge attack; 3d10+10 damage, and the target is knocked prone. When the target stands up, it provokes opportunity attacks from adjacent blackstar prowlers.",damage:"3d10+10 damage",category:1},{id:"e34794fd-3b02-4c28-af65-7a9ff81691cd",name:"Pounce on the Fallen",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blackstar prowler teleports up to 8 squares to end its move adjacent to a prone enemy.",damage:"The blackstar prowler teleports up to 8 squares to end its move adjacent to a prone enemy",category:2}],damageModifiers:[{type:3,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ecd0c38-0586-4b3a-a59d-d43520262c22",name:"Blaspheme Disciple Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:0,flag:0,leader:!0},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Heal +19, Religion +17",equipment:"holy symbol",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:136,initiative:14,ac:31,fortitude:29,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"81b6eaea-efe4-4f75-99cb-09f7a96711e8",name:"Unholy Smite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d10+10 necrotic damage.",damage:"1d10+10 necrotic damage",category:1},{id:"d66cc91d-6022-421c-8cc0-78ee45304cd8",name:"Unholy Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"1d12+12 necrotic damage, and the target takes a -2 penalty to attack rolls until the end of the blaspheme disciple’s next turn.",damage:"1d12+12 necrotic damage",category:1},{id:"f613d9ea-1790-4591-b661-c68d709e11af",name:"Words of Undeath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 3d6+12 necrotic and psychic damage. In addition, undead allies within the burst regain 10 hit points.",damage:"3d6+12 necrotic and psychic damage",category:1}],damageModifiers:[{type:6,value:-15},{type:7,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"3d7ff72a-819c-4ac5-a35f-a5193c1795e9",name:"Blaspheme Fragment Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:17},charisma:{score:13},hp:1,initiative:16,ac:33,fortitude:32,reflex:31,will:27,regeneration:null,auras:[],powers:[{id:"d8412b89-12b9-462f-a557-51f2941c298e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"12 damage, and the target is slowed (save ends).",damage:"12 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:7,value:-15}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"fdcfff18-c21b-458a-a044-3b61dc5826e5",name:"Blaspheme Imperfect Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:18},intelligence:{score:14},wisdom:{score:19},charisma:{score:12},hp:214,initiative:13,ac:31,fortitude:32,reflex:29,will:29,regeneration:null,auras:[{id:"a6b52ece-2c73-4cb0-8426-5d75b5b61c7b",name:"Life Sap",keywords:"",details:"(Healing, Necrotic) aura 1; any living enemy that starts its turn within the aura takes 5 necrotic damage. Each round, if at least one enemy is damaged by the aura, the blaspheme imperfect keeper regains 5 hit points."}],powers:[{id:"be4fdb29-9cd8-4dc0-a301-09e0c247b8ed",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d12+11 necrotic damage.",damage:"2d12+11 necrotic damage",category:1},{id:"3740bcd4-4deb-45e7-bd0b-e5e7c81199ea",name:"Deadly Clutch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Requires free hand; 2d12+11 necrotic damage, and the target is grabbed.",damage:"2d12+11 necrotic damage",category:1},{id:"91fd633b-d1bf-4d62-8a08-ec63ea930623",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Targets a creature grabbed by the blaspheme imperfect keeper; 2d10+9 necrotic damage, and the target loses a healing surge, and the blaspheme imperfect keeper regains 15 hit points.",damage:"2d10+9 necrotic damage",category:1},{id:"8829ee0a-cbab-482d-ba2f-e14932a49e13",name:"Bloodied Degeneration",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The blaspheme imperfect keeper’s body begins to degenerate, and it enters a state of bloodlust. The blaspheme gains vulnerable 5 to all damage and deals 3d6 extra damage on a hit.",damage:"the blaspheme gains vulnerable 5 to all damage and deals 3d6 extra damage on a hit",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"7820fbf6-2fe4-4eb6-a366-3522bfa4dce1",name:"Blaspheme Knight Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:7,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"greatsword",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:20},intelligence:{score:14},wisdom:{score:10},charisma:{score:20},hp:182,initiative:16,ac:35,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"a076beab-efc7-4258-b501-ce6d6cee21fc",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d12+13 damage, and the target is marked until the end of the blaspheme knight keeper’s next turn.",damage:"1d12+13 damage",category:1},{id:"50ca8ed0-652f-4903-a96a-b7d34dc5517c",name:"Sweeping Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:24,defence:0},description:"",details:"Requires greatsword; 2d12+13 damage, and the target is marked until the end of the blaspheme knight’s next turn.",damage:"2d12+13 damage",category:1},{id:"8c041db7-1d39-43aa-b63a-c57c3d72f3a1",name:"Blasphemous Might",action:null,keywords:"",condition:"when a creature marked by the blaspheme knight makes an attack that doesn’t include the knight",range:"",attack:null,description:"",details:"Until the end of its next turn, the blaspheme knight deals 3d10 extra necrotic damage when it hits the marked creature.",damage:"the blaspheme knight deals 3d10 extra necrotic damage when it hits the marked creature",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bf17c94d-9d69-417b-9d2b-70790298bdb9",name:"Blood Fiend Martyr",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +18; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:26},intelligence:{score:22},wisdom:{score:24},charisma:{score:27},hp:1,initiative:19,ac:37,fortitude:36,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"9eabd6e0-603f-4f44-9047-a948779007ef",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"15 damage, and the target is grabbed and takes ongoing 10 damage until the grab ends.",damage:"15 damage",category:1},{id:"cb895277-c227-4a90-ae41-96191919ba4c",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood fiend martyr gains combat advantage against any living, bloodied enemy.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"17c392e4-5eea-4f2a-aa2a-51cbcb9186ca",name:"Bone Naga Corruptor",details:"",size:3,origin:3,type:1,keywords:"undead",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common, Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:22},intelligence:{score:10},wisdom:{score:25},charisma:{score:3},hp:199,initiative:18,ac:37,fortitude:33,reflex:33,will:34,regeneration:null,auras:[{id:"2a5240a1-54ad-493e-966b-c7a0556d29c5",name:"Lethal Fascination",keywords:"",details:"aura 5; the aura is difficult terrain for enemies."}],powers:[{id:"aa1f7ef2-8f06-40d2-8458-3b0e651ae342",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d6+7 poison and necrotic damage, and ongoing 10 poison and necrotic damage (save ends). Aftereffect: The target is dazed until the end of the bone naga’s next turn. In addition, a target is marked as long as it suffers any effect from the bite.",damage:"2d6+7 poison and necrotic damage",category:1},{id:"dd5950c5-44ff-45e7-87a1-b1d0716b84b5",name:"Death Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"Close burst 3",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 2d6+7 necrotic and psychic damage, and the target is marked (save ends) and pulled 1 square closer to the bone naga.",damage:"2d6+7 necrotic and psychic damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"574fa692-fb31-497e-acb3-92bf424653a5",name:"Bonestorm",details:"",size:4,origin:4,type:0,keywords:"blind, swarm, undead",level:20,role:{type:3,flag:2,leader:!1},senses:"Perception +16; blindsight 20",movement:"8, burrow 8, fly 8",alignment:"Unaligned",languages:"",skills:"Stealth +20",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:20},intelligence:{score:4},wisdom:{score:23},charisma:{score:8},hp:752,initiative:15,ac:34,fortitude:32,reflex:29,will:30,regeneration:null,auras:[{id:"9506039f-5462-4f8b-a457-012b4f042d44",name:"Swarm Attack",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 10 damage."}],powers:[{id:"b324dfb2-446b-49d7-96a3-cb488d9a1955",name:"Bone Trash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+9 damage (2d12+10 damage while bloodied).",damage:"2d10+9 damage (2d12+10 damage while bloodied)",category:1},{id:"89be092f-dc1a-4394-a931-2d8f0f49715d",name:"Bonestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:23,defence:2},description:"",details:"3d10+9 necrotic damage, and the target is grabbed. At the start of a grabbed target’s turn, it takes 15 necrotic damage. While grabbed, a target cannot be hit by another bonestorm.",damage:"3d10+9 necrotic damage",category:1},{id:"fd296b88-cb76-4c75-a87c-38da0a5f7fa5",name:"Soul Plague",action:{action:7,trigger:"when first bloodied and when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 20",attack:{bonus:21,defence:1},description:"",details:"targets enemies; the target is weakened (save ends) and loses a healing surge. Miss: The target is weakened until the end of its next turn and does not lose a healing surge.",damage:"",category:5},{id:"900b2fbf-3cb7-4ed1-94ca-21a9a3f3692f",name:"Hide in Plain Sight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While inactive, the bonestorm appears as rubble and remains. It can make a Stealth check to remain unnoticed until it takes an action.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, gaze, poison",tactics:""},{id:"e22813b3-91d4-4c14-a8c6-fb0df1af432a",name:"Dawn War Ghost",details:"This shadowy spirit wears the form of a regal male eladrin in ancient robes. Its hollow eyes are wide with madness.",size:2,origin:5,type:2,keywords:"undead",level:23,role:{type:3,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +24",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:26},intelligence:{score:12},wisdom:{score:8},charisma:{score:24},hp:148,initiative:19,ac:37,fortitude:32,reflex:35,will:34,regeneration:null,auras:[{id:"0a883fab-4380-44c9-ba60-6a8eb6e30a11",name:"Memories of War",keywords:"",details:"aura 3; enemies that enter or start their turns in the aura take 10 psychic damage and is slowed. The area is filled with ghostly images and sounds of the ghost’s memories of the Dawn War."}],powers:[{id:"b1ceb40a-7dec-459a-9bc6-096f738e394b",name:"Trauma Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+9 psychic damage, and the target is dazed until the end of the ghost’s next turn.",damage:"2d6+9 psychic damage",category:1},{id:"46ea6d6b-c546-45f9-beb4-4556a3fd8e2c",name:"Traumatic Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"",attack:{bonus:26,defence:3},description:"",details:"Targets a living humanoid; the ghost enters the target’s space and is removed from play, and the target is dominated (save ends). The ghost can use this power against one creature at a time. Instead of dictating the target’s action, the ghost can cause the target to take no action and deal it 20 psychic damage. When the target is no longer dominated, or when the ghost chooses to end its ghostly possession (a free action), the ghost reappears in an unoccupied square adjacent to the target.",damage:"the ghost can cause the target to take no action and deal it 20 psychic damage",category:1},{id:"a13ed9ee-4afb-4752-805f-91a3f1551395",name:"Mortal Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, psychic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 1d8+9 psychic damage, the target is pushed 5 squares, and the target is dazed, and takes ongoing 10 psychic damage (save ends both).",damage:"1d8+9 psychic damage",category:1},{id:"8e767d3f-9831-40a6-bbbb-a98987a8744f",name:"Spectral Shift",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost shifts 3 squares.",damage:"The ghost shifts 3 squares",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a195c324-839c-4bb2-87a1-fc6955f7b5d5",name:"Death Knight Mauglurien",details:"",size:2,origin:4,type:2,keywords:"undead",level:23,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Dwarven",skills:"Athletics +22, Endurance +18, Intimidate +23",equipment:"light shield; plate armor",category:"",strength:{score:27},constitution:{score:19},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:422,initiative:14,ac:39,fortitude:35,reflex:31,will:34,regeneration:null,auras:[{id:"591ac358-afe3-4e8b-8de1-f3a056e0c9f7",name:"Undead Warlord",keywords:"",details:"aura 10; any ally within the aura gains +5 to initiative."}],powers:[{id:"63ed0c9d-e5a2-4698-9ec0-b9211a5acdf1",name:"Boneshredder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"2d10+10 necrotic damage (crit 5d12 + 30).",damage:"2d10+10 necrotic damage (crit 5d12 + 30)",category:1},{id:"088db415-d727-4361-bef1-6eed81627cc9",name:"Black Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"2d10+10 necrotic damage (crit 5d12 + 30 ), and an ally adjacent to target makes a melee basic attack against it as a free action with a +5 damage bonus.",attack:null,description:"",details:"Requires Boneshredder",damage:"",category:1},{id:"143b811c-f5c5-4d0b-920a-4049c97e23f5",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"undead creatures within the burst (including Mauglurien) deal an extra 2d6 fire damage with melee attacks until the end of Mauglurien’s next turn.",attack:{bonus:26,defence:2},description:"",details:"6d8+4 necrotic and fire damage to all living creatures",damage:"6d8+4 necrotic and fire damage to all living creatures",category:1},{id:"31ec30fe-76c2-4cbd-b265-b447de43e3e9",name:"Ebon Rider Banner",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll.",damage:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll",category:1},{id:"1274683e-d820-4bab-ad43-84e0b37de0b9",name:"Shadow Weapon",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Mauglurien’s melee attacks target Reflex instead of AC until the start of his next turn.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bd3f6c0a-9ad8-4e66-87a0-173a03cc41ca",name:"Ebon Rider",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Athletics +20, Endurance +18, Intimidate +16",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:20},charisma:{score:15},hp:170,initiative:14,ac:34,fortitude:31,reflex:28,will:30,regeneration:null,auras:[],powers:[{id:"5bec124f-9b35-42eb-a4de-c134203a5661",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"a2020091-e3de-4af5-8cb1-06aec2b7dd3e",name:"Death Mark",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"3d8+9 damage, and the target is marked (save ends). While marked, the target grants combat advantage.",damage:"3d8+9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b67acbc1-32e2-4cb6-8ea2-d989baa4fd6a",name:"Flameharrow Lord",details:"",size:2,origin:4,type:2,keywords:"undead",level:20,role:{type:3,flag:1,leader:!0},senses:"Perception +17; darkvision",movement:"6, teleport 5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:16},intelligence:{score:23},wisdom:{score:15},charisma:{score:26},hp:374,initiative:13,ac:34,fortitude:31,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"aa540e57-b1bf-4656-8e00-e0b578b4d99a",name:"Flameharrow Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+9 fire damage, and the target can’t spend healing surges until the end of the flameharrow’s next turn.",damage:"1d10+9 fire damage",category:1},{id:"79d18336-9df7-493f-a5cb-7b65c62db053",name:"Harrowing Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"(minor 1/round",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"2d8+5 psychic damage, and the target is pushed 4 squares. The target is dazed until the end of the flameharrow’s next turn.",damage:"2d8+5 psychic damage",category:1},{id:"17c938d0-2a86-4e7f-a51f-5e5a871a7d66",name:"Deadfire Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Gaze, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"targets enemies; 1d8+10 necrotic damage, ongoing 10 fire damage, and the target is immobilized (save ends both).",damage:"1d8+10 necrotic damage",category:3},{id:"8a9e0832-a712-472a-91b1-84525001aa72",name:"Death’s Salvation",action:{action:5,trigger:"when an undead ally is reduced to 0 hit points",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing",condition:"",range:"Ranged 10",attack:null,description:"",details:"targeted undead ally regains 25 hit points.",damage:"targeted undead ally regains 25 hit points",category:5}],damageModifiers:[{type:6,value:-20},{type:3,value:-25},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1e29a5d3-494f-4a9c-829a-48cdab824f98",name:"Ghostfire Flameskull",details:"",size:1,origin:4,type:0,keywords:"undead",level:22,role:{type:0,flag:0,leader:!1},senses:"Perception +15; truesight 6",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:10},constitution:{score:25},dexterity:{score:28},intelligence:{score:14},wisdom:{score:9},charisma:{score:26},hp:163,initiative:20,ac:34,fortitude:32,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"4d739f44-a2df-4e39-bcce-544b21819eb0",name:"Ghostfire Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d4+5 fire and necrotic damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d4+5 fire and necrotic damage",category:1},{id:"8bb61c6c-2660-4450-8d3b-f0ebc0ce816e",name:"Cremation Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d12+7 fire and necrotic damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d12+7 fire and necrotic damage",category:1},{id:"094a8b8d-2221-4f24-9b34-ecf57187836f",name:"Ghostfire Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 3 within 15",attack:{bonus:25,defence:2},description:"",details:"2d10+7 fire and necrotic damage. Miss: Half damage. The storm blocks line of sight, deals 10 fire and necrotic damage to any creature that starts its turn in the area, and disappears at the end of the flameskull’s next turn. The flameskull can exclude allies from the effect.",damage:"2d10+7 fire and necrotic damage",category:1},{id:"9d7b8ffd-1bf6-4c6f-b2f7-307dbb2cc424",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As mage hand (wizard 1).",damage:"",category:3}],damageModifiers:[{type:3,value:-20},{type:6,value:-10},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5d5a8ba6-8a82-4785-815a-7277b88a1810",name:"Ghovran Aki",details:"",size:2,origin:2,type:2,keywords:"undead",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Arcana +19, History +19, Religion +19",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:16},intelligence:{score:18},wisdom:{score:19},charisma:{score:27},hp:392,initiative:18,ac:35,fortitude:33,reflex:36,will:36,regeneration:{value:10,details:"if Ghovran takes radiant damage, regeneration doesn’t function until the end of his next turn"},auras:[{id:"315517dc-ffcd-4981-ad27-3d87fd0baf17",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living enemy that enters or starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"c02ea343-3102-4404-ac98-eea51a395c5f",name:"Deadwinter Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+7 cold and necrotic damage, and the target is slowed (save ends).",damage:"2d6+7 cold and necrotic damage",category:1},{id:"43945efc-9873-4e66-b493-956c88ae016c",name:"Deadwinter Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d8+7 cold and necrotic damage, and the target is immobilized (save ends).",damage:"3d8+7 cold and necrotic damage",category:1},{id:"80b6e53a-919b-4777-9a75-27b230528c7d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"Ghovran makes two deadwinter touch attacks or two deadwinter ray attacks.",damage:"",category:1},{id:"a3bd7806-43ed-443d-b532-509049fa8009",name:"Lifesapping Hate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 4d8+7 cold and necrotic damage, and the target takes ongoing 10 cold and necrotic damage (save ends). Ghovran gains 5 temporary hit points for each enemy he damages with this power.",damage:"4d8+7 cold and necrotic damage",category:1},{id:"8799e377-5438-40d6-bbb5-7a8fa9aa4d90",name:"Deadwinter Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Ghovran can teleport 5 squares. At the end of that move, enemies adjacent to him take 10 cold and necrotic damage.",damage:"enemies adjacent to him take 10 cold and necrotic damage",category:2},{id:"a09b1b33-57f6-498b-9478-8e3631a8d5d1",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Ghovran is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"28fdc88e-0db8-4e9c-81ff-b5b73319527d",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ghovran regains the use of an expended encounter power.",damage:"",category:3}],damageModifiers:[{type:6,value:-15},{type:2,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"17ee7231-8d1a-4978-a821-751b45d8667d",name:"Githyanki Dreamslicer",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +17, Insight +15",equipment:"",category:"",strength:{score:22},constitution:{score:22},dexterity:{score:25},intelligence:{score:17},wisdom:{score:12},charisma:{score:11},hp:128,initiative:16,ac:32,fortitude:29,reflex:30,will:24,regeneration:null,auras:[],powers:[{id:"f34dbbb6-714d-447b-b6cc-b0b83c30a798",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+5 damage plus 1d10 psychic damage.",damage:"1d8+5 damage plus 1d10 psychic damage",category:1},{id:"478008d9-5978-42a0-a76a-1841d704c41e",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"2d10+5 psychic damage.",damage:"2d10+5 psychic damage",category:1},{id:"3de347b3-482c-424a-a26e-6f373beb73dd",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki dreamslicer or an ally within range can fly up to 5 squares.",damage:"the githyanki dreamslicer or an ally within range can fly up to 5 squares",category:2},{id:"1ac46f59-c287-4f48-a41b-45dae2e782a2",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:21,defence:3},description:"",details:"1d8+5 psychic damage, and ongoing 5 psychic damage (save ends), and the target can’t use daily or encounter powers (save ends).",damage:"1d8+5 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"880d93d2-cc5f-4560-9c2f-61a5e8f5c40f",name:"Immolith Claw",details:"The spirits of deceased demons sometimes fuse together as they fall back into the Abyss that spawned them. The event is unpredictable, and the result is a horrid demonic entity called an immolith.",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:20,role:{type:3,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:18},intelligence:{score:9},wisdom:{score:16},charisma:{score:18},hp:193,initiative:14,ac:34,fortitude:35,reflex:32,will:32,regeneration:null,auras:[{id:"bce50968-bb69-4200-a18e-48f867f9d3ff",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn within the aura takes 10 fire damage."}],powers:[{id:"1d535e36-8016-4f79-97de-7bf72e03d8c7",name:"Flaming Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 4; 1d10+9 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d10+9 fire damage",category:1},{id:"2b747fea-6845-4648-8064-54167300c0cc",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The immolith claw makes a flaming claw attack against a Large or smaller target. On a hit, the target slides into a square adjacent to the immolith claw and is grabbed. While grabbed, the target loses any resistance it has to fire. An immolith claw can hold up to five grabbed creatures using this power.",damage:"",category:1},{id:"42db009e-710a-4dbb-b40b-8b8b171a2c7f",name:"Deathfire Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"Range 10; the target is slowed (save ends). Aftereffect: The target takes ongoing 5 fire damage (save ends).",damage:"the target takes ongoing 5 fire damage (save ends)",category:3},{id:"a1921bbd-58d4-4edc-9646-005c3a988b2a",name:"Fiery Lash",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close burst 4",attack:{bonus:23,defence:0},description:"",details:"targets enemies; 1d10+9 fire damage, and ongoing 10 fire damage (save ends).",damage:"1d10+9 fire damage",category:5}],damageModifiers:[{type:9,value:10}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"68f05790-726b-4ee3-9277-9c4cd0a9429d",name:"Larva War Master",details:"",size:2,origin:4,type:1,keywords:"undead",level:23,role:{type:2,flag:1,leader:!1},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common",skills:"Acrobatics +22, Athletics +23, Intimidate +22",equipment:"plate armor",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:22},hp:528,initiative:19,ac:37,fortitude:37,reflex:35,will:34,regeneration:null,auras:[{id:"d40fc741-a38a-4402-abb5-abfef4cb43f6",name:"Tactical Feedback",keywords:"",details:"(Psychic) aura 6; any enemy within the aura takes 10 psychic damage when it shifts."}],powers:[{id:"b2dcb52e-e687-466c-915a-f48e849c37c7",name:"Mandible Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"3d10+8 necrotic damage.",damage:"3d10+8 necrotic damage",category:1},{id:"033c4ced-3507-4b28-98f0-f2577b62ae29",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The larva war master makes two mandible blade attacks.",damage:"",category:1},{id:"e1bcec7d-ff99-4b58-94ab-6c95c0d8f2dd",name:"Punishing Beetle",action:{action:4,trigger:"when a creature regains hit points",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 20",attack:{bonus:24,defence:1},description:"",details:"targets the triggering creature; 5d10+12 poison damage. Miss: Half damage.",damage:"5d10+12 poison damage",category:5},{id:"5e3a31fe-6b2f-4cf3-86cf-9c826f223d74",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva war master can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"74645cd5-28e0-4622-8197-d9b728fc4e59",name:"Petrified Treant",details:"",size:4,origin:2,type:1,keywords:"plant, undead",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:6},wisdom:{score:8},charisma:{score:18},hp:376,initiative:16,ac:34,fortitude:32,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"1eaf3b08-ad0d-406c-87b2-37a7189387fe",name:"Petrifying Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d12+8 damage, and the target is immobilized (save ends). First Failed Saving Throw: Target is restrained (save ends). Second Failed Saving Throw: Target is restrained and takes ongoing 5 necrotic damage (save ends). Third Failed Saving Throw: Target is petrified (no save).",damage:"2d12+8 damage",category:1},{id:"db0fccff-39d3-40b9-8eeb-c97d370c8f4a",name:"Petrifying Roots",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:23,defence:2},description:"",details:"1d12+8 damage and the target is knocked prone.",damage:"1d12+8 damage and the target is knocked prone",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45c50885-2bb1-4401-a4b0-93da92821b41",name:"Phane Wraith",details:"",size:3,origin:5,type:1,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +24; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Primordial, Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:25},dexterity:{score:28},intelligence:{score:28},wisdom:{score:25},charisma:{score:10},hp:315,initiative:21,ac:38,fortitude:36,reflex:38,will:36,regeneration:{value:15,details:"if the phane wraith takes radiant damage, regeneration is negated until the end of its next turn"},auras:[],powers:[{id:"7fbc60ab-75d3-4867-8388-5434308f9262",name:"Ghost Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+11 necrotic damage, and the target is pushed 2 squares, and is weakened until the end of the phane wraith’s next turn. The phane wraith can shift before and after the attack, up to a total of 4 squares.",damage:"2d10+11 necrotic damage",category:1},{id:"88e6ce76-ee1e-40be-9036-7fa4f0cd0dfd",name:"Ray of Temporal possibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d10+11 psychic damage, and the target is teleported 7 squares and restrained (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d10+11 psychic damage",category:1},{id:"292cd7a1-48e3-45f6-8e59-77af25fb447e",name:"Ghost Tempest",action:{action:1,trigger:"not usable when bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:25,defence:3},description:"",details:"1d10+11 necrotic damage, and the target is pushed 2 squares, and is weakened and insubstantial until the end of the phane wraith’s next turn. If possible, a time wraith appears in the target’s original space and enters the initiative order.",damage:"1d10+11 necrotic damage",category:5},{id:"80251409-569a-49ff-8b03-8ec7e56654d4",name:"Temporal Fugue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"By moving backward and forward in time, a phane wraith cancels one condition or type of ongoing damage effecting it.",damage:"a phane wraith cancels one condition or type of ongoing damage effecting it",category:3},{id:"011f8a4d-9805-442d-a25b-99d84db34083",name:"Dead to Time and Space",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The phane wraith is invisible and immune to all damage until it attacks or avoids the damage from an area or close attack.",damage:"the phane wraith is invisible and immune to all damage until it attacks or avoids the damage from an area or close attack",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"72588c0d-119c-43d9-b42a-380268196979",name:"Portal Thing",details:"",size:3,origin:5,type:0,keywords:"blind, ooze, undead",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +15; blindsight 20, tremorsense 20",movement:"0 immobile",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:18},intelligence:{score:1},wisdom:{score:18},charisma:{score:1},hp:520,initiative:15,ac:34,fortitude:38,reflex:32,will:32,regeneration:{value:20,details:"if the portal thing takes radiant damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"9eef6b6b-c74f-4041-a828-14a88c1ec085",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 4; 4d6+10 necrotic damage, and the target is pulled 1.",damage:"4d6+10 necrotic damage",category:1},{id:"f8514794-314d-4eda-8fef-d1653358fd22",name:"Death’s Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 4",attack:{bonus:21,defence:2},description:"",details:"targets enemies; 2d6+10 necrotic damage, and the target is pulled 1.",damage:"2d6+10 necrotic damage",category:1},{id:"ecd2ccc9-9886-4411-89c4-cbe551f9b81b",name:"Into the Thing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that enters or starts its turn in a square containing the portal thing takes 20 necrotic damage and is immobilized (save ends). A creature that dies in the portal thing is slowly dissolved over a 24-hour period.",damage:"a creature that enters or starts its turn in a square containing the portal thing takes 20 necrotic damage and is immobilized (save ends)",category:0},{id:"0c1af938-14b6-4f97-8b49-40bcc8d601f2",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The portal thing can make opportunity attacks against all enemies within its reach.",damage:"",category:0}],damageModifiers:[{type:1,value:-15},{type:3,value:-15},{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e05fff85-6e65-471a-8b9a-9cadbe5f1164",name:"Rakshasa Noble Huecuva",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +19; low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Arcana +20, Athletics +17, Bluff +21, Diplomacy +21, History +20, Insight +19, Intimidate +21",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:22},wisdom:{score:20},charisma:{score:24},hp:356,initiative:14,ac:33,fortitude:31,reflex:33,will:34,regeneration:{value:5,details:"damage from silver weapons negates regeneration until the end of the rakshasa noble huecuva’s next turn"},auras:[],powers:[{id:"fa6289ec-a75d-4c0d-bcac-25a1bde86838",name:"Unholy Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d6+3 damage, and the target takes ongoing 10 necrotic damage (save ends). When the target takes ongoing necrotic damage from this power, all adjacent living creatures take 5 necrotic damage.",damage:"1d6+3 damage",category:1},{id:"b973ae56-17e7-49ee-9ceb-f476eae56c2e",name:"Mind Twist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:23,defence:3},description:"",details:"3d6+7 psychic damage, and the target is dazed (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"d55df7b2-1e2d-43c2-acc9-518408ad1046",name:"Phantom Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 5 squares.",damage:"the target slides 5 squares",category:1},{id:"caaef9da-79e5-4cf0-8511-1cb33d4300a8",name:"Frightful Phantom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"4d8+7 psychic damage, the target is pushed 5 squares, and the target is stunned (save ends).",damage:"4d8+7 psychic damage",category:1},{id:"2c80437f-f3fa-4610-8a84-ebb02b358eb5",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa noble huecuva can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"4176a3b9-7bb2-4120-a9be-ea9df2e2040a",name:"Phantom Image",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of the rakshasa noble huecuva’s next turn, any creature that attacks the rakshasa’s AC or Reflex defense must roll twice and use the lower attack roll result. If either result is a critical hit, use that result instead.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98b4f38c-9f13-45d6-abb7-f74e41f1e7fa",name:"Shadowclaw",details:"",size:3,origin:5,type:1,keywords:"mount, undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:18},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:1,initiative:13,ac:33,fortitude:36,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"ddd53229-51f8-470b-80ab-a4a27647dedd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"8 damage (12 damage after reanimation).",damage:"8 damage (12 damage after reanimation)",category:1},{id:"5305ff81-25ee-4465-a0d7-e897fef5f08f",name:"Charger",action:null,keywords:"Mount",condition:"while mounted by a friendly rider",range:"",attack:null,description:"",details:"Shadowclaw grants rider +10 to damage rolls on charge attacks.",damage:"shadowclaw grants rider +10 to damage rolls on charge attacks",category:0},{id:"7d7ef063-9ac3-49b3-8e14-729837dfe31a",name:"Reanimation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"On the turn after it is first reduced to 0 hit points, the shadowclaw rises again with 1 hit point.",damage:"the shadowclaw rises again with 1 hit point",category:0},{id:"ffe0a1a3-74cf-4eda-b17e-b2b1e30e4a63",name:"Shadow Jump",action:{action:2,trigger:"recharges with reanimation",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Shadowclaw teleports 3 squares and becomes immune to all damage until the start of its next turn.",damage:"shadowclaw teleports 3 squares and becomes immune to all damage until the start of its next turn",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"67fa32e5-db57-44f1-8218-ba1d722e5f9b",name:"Shadowclaw Nightmare",details:"",size:3,origin:5,type:1,keywords:"mount, undead",level:21,role:{type:6,flag:0,leader:!1},senses:"Perception +19",movement:"8",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:30},dexterity:{score:22},intelligence:{score:4},wisdom:{score:18},charisma:{score:12},hp:206,initiative:18,ac:34,fortitude:34,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"04421497-eaf3-46b0-be93-29eeb03b4ce5",name:"Shadowclaws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+7 necrotic damage, and ongoing 10 cold damage (save ends). (Damage increases to 2d8 + 9 after reanimation.).",damage:"2d6+7 necrotic damage",category:1},{id:"aff41bea-26bb-48ee-a360-11963ac4e615",name:"Shadowride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"Shadowclaw moves its speed. Each creature that makes a melee attack against the shadowclaw during this move takes 15 cold and necrotic damage. Each square the shadowclaw leaves is filled with swirling shadows until the end of the shadowclaw’s next turn. A living creature that enters an affected square is blinded (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"315fcd2c-ffbf-4645-bcce-63bb1769de36",name:"Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 20th level or higher",range:"",attack:null,description:"",details:"Shadowclaw grants rider +15 to damage rolls on charge attacks.",damage:"shadowclaw grants rider +15 to damage rolls on charge attacks",category:1},{id:"65f0c3fe-8118-4244-8298-7043a8a3c34d",name:"Reanimation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"On the turn after it is first reduced to 0 hit points, a shadowclaw rises again with 25 hit points.",damage:"a shadowclaw rises again with 25 hit points",category:0},{id:"524df30e-48f1-42da-977d-2e1e75245039",name:"Shadow Jump",action:{action:2,trigger:"recharges with reanimation",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Shadowclaw teleports 5 squares and becomes immune to all damage until the start of its next turn.",damage:"shadowclaw teleports 5 squares and becomes immune to all damage until the start of its next turn",category:5}],damageModifiers:[{type:6,value:-20},{type:2,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d186c6c8-342d-4d8c-9ba0-9d02f27b8d30",name:"Shonvurru",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +19, History +19, Insight +21, Stealth +25",equipment:"scimitar",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:440,initiative:22,ac:38,fortitude:34,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"a3b6b85c-e7b6-449a-ae43-d92c95281596",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d10+9 damage (crit 6d10+29), and ongoing 10 necrotic damage (save ends).",damage:"2d10+9 damage (crit 6d10+29)",category:1},{id:"8abb37c2-84b7-4283-ab19-37825a523c57",name:"Deadly Steel Mantle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Shonvurru makes two scimitar attacks and uses two scimitars to parry incoming attacks, gaining a +2 bonus to AC until the start of her next turn.",damage:"gaining a +2 bonus to AC until the start of her next turn",category:1},{id:"d76b99f1-a8ac-4fc5-9e97-b08df4384965",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemy misses shonvurru with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Shonvurru makes a scimitar attack against the enemy.",damage:"",category:5},{id:"065fdfea-2536-4900-9b0b-9788566ba822",name:"Wraith Dance",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Shonvurru can shift 4 squares, including through enemy spaces, and make up to four scimitar attacks, shifting 1 extra square each time she hits. She gains insubstantial and phasing while shifting this way, and deals 5 necrotic damage to any creature whose space she shifts through. She must end the dance in an unoccupied space.",damage:"and deals 5 necrotic damage to any creature whose space she shifts through",category:5}],damageModifiers:[{type:6,value:-10}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2b278539-d3ad-40d9-b15d-4e9133dad6e1",name:"Sorrowsworn Doomguard",details:"",size:2,origin:5,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Intimidate +20",equipment:"scythe",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:26},intelligence:{score:14},wisdom:{score:18},charisma:{score:21},hp:198,initiative:20,ac:37,fortitude:33,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"188d3a6d-78fd-4953-ba87-125749743a01",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d4+9 damage, and the target is marked until the end of the sorrowsworn doomguard’s next turn.",damage:"4d4+9 damage",category:1},{id:"468a3ebc-1956-4f86-aa63-2a49ba27fae6",name:"Shadow Reap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"Requires scythe; targets an enemy marked by a sorrowsworn doomguard; 4d4+15 psychic damage, the target is immobilized and marked—both until the end of the sorrowsworn doomguard’s next turn. If this attack reduces a target to 0 or fewer hit points, the sorrowsworn doomguard gains 20 temporary hit points.",damage:"4d4+15 psychic damage",category:1},{id:"63eae8a4-ca69-4f3f-b373-9e8825bb6015",name:"Doomguard Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn doomguard teleports 8 squares.",damage:"The sorrowsworn doomguard teleports 8 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e4968d29-ead3-4093-8c0e-aea946d69f71",name:"Sorrowsworn Fleshripper",details:"",size:2,origin:5,type:2,keywords:"",level:21,role:{type:6,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Stealth +23",equipment:"spiked gauntlet",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:23},charisma:{score:18},hp:196,initiative:20,ac:35,fortitude:32,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"d70912bd-71dc-4946-ab97-788b30c37894",name:"Spiked Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+11 damage.",damage:"2d6+11 damage",category:1},{id:"58e53774-7114-4457-ad0d-c58450107f3f",name:"Bereaving Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn fleshripper teleports 5 squares and makes a spiked gauntlet attack with combat advantage.",damage:"The sorrowsworn fleshripper teleports 5 squares and makes a spiked gauntlet attack with combat advantage",category:1},{id:"d31a14df-66e2-49cf-88ac-d8a8379849de",name:"Corpse Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn initiate fleshripper shifts 8 squares and makes three spiked gauntlet attacks at any point during the move, dealing an extra 1d8 psychic damage on each attack. Each attack must be made against a different target.",damage:"dealing an extra 1d8 psychic damage on each attack",category:1},{id:"30b87ad9-0249-44dc-820b-45fd1da962a5",name:"Combat Advantage",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn fleshripper deals an extra 2d8 psychic damage to a target it has combat advantage against.",damage:"the sorrowsworn fleshripper deals an extra 2d8 psychic damage to a target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3881308c-ad76-4bd4-b055-aac1987d358f",name:"Time Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +13; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:22},dexterity:{score:25},intelligence:{score:6},wisdom:{score:6},charisma:{score:20},hp:1,initiative:17,ac:36,fortitude:32,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"01717bf6-9558-4884-9889-2c5fba4cd3eb",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1},{id:"0948d38e-fbef-46a8-ad86-56d24fc31489",name:"Spiritual Connection",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The time wraith marks the target from which it was created until the time wraith is destroyed, or the mark is otherwise superseded or ended. A target cannot produce another time wraith while so marked. When the time wraith is reduced to 0 hit points, the target from which it originated is dazed until the end of that target’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a83091d6-755f-4165-a418-99d86c28152c",name:"Uganon",details:"",size:2,origin:4,type:2,keywords:"",level:21,role:{type:0,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +22, Bluff +22, Religion +22, Stealth +19",equipment:"magic armor; feyleather armor; pact blade; potion of recovery",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:18},intelligence:{score:24},wisdom:{score:16},charisma:{score:24},hp:304,initiative:14,ac:33,fortitude:33,reflex:35,will:35,regeneration:null,auras:[{id:"b8192bc6-d217-4a5c-9f4b-b22979255ec4",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"359ba0bf-d440-451b-94b8-0a49abd60173",name:"Pact Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"(+29 against bloodied enemies)2d4+6 damage plus 2d6 necrotic damage (crit 5d6+14 +12 necrotic).",damage:"(+29 against bloodied enemies)2d4+6 damage plus 2d6 necrotic damage (crit 5d6+14 +12 necrotic)",category:1},{id:"31c9ab5a-01d6-44a1-9f2e-867df69ebdc5",name:"Ghoulish Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:26,defence:3},description:"",details:"2d8+7 necrotic damage (crit 5d6 + 23 necrotic), and the target is immobilized (save ends).",damage:"2d8+7 necrotic damage (crit 5d6 + 23 necrotic)",category:1},{id:"f9e660d4-da45-4d63-8c12-5ad056eeea5f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uganon makes either two pact blade or two ghoulish ray attacks.",damage:"",category:1},{id:"617bc52e-fd1c-4b53-bf30-391fdfe82f67",name:"Thantos Pall",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d4+7 necrotic damage. Enemies treat the area as lightly obscured. A creature that enters or starts its turn within the zone is attacked. As a move action, Uganon can move the zone 3 squares. Sustain Minor: The zone persists.",damage:"2d4+7 necrotic damage",category:5},{id:"fbfa5fb4-5163-41f3-8e7b-f25a39daf4e7",name:"Uganon’s Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Targets closest enemy; the curse remains in effect until either the target or Uganon is destroyed. Once per round, Uganon can deal an extra 4d6 necrotic damage to a cursed target he hits with an attack. Cursed targets that make an attack against Uganon take 5 necrotic damage.",damage:"uganon can deal an extra 4d6 necrotic damage to a cursed target he hits with an attack",category:3},{id:"573121ac-159b-4401-ba1a-4b4facbf9299",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uganon gains a +1 power bonus to his next attack roll against an enemy that hit him since his last turn. If the attack hits and deals damage, Uganon deals an extra 7 damage, and the target is pushed 3 squares.",damage:"if the attack hits and deals damage",category:3},{id:"c27e887b-8b8e-4179-adf6-e9b498bb3055",name:"Wraith’s Transposition",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"Uganon teleports 8 squares and becomes insubstantial until the end of his next turn. He can teleport into a space occupied by an ally or a cursed target, switching places with that target. A cursed enemy takes 10 necrotic damage from this switch.",damage:"a cursed enemy takes 10 necrotic damage from this switch",category:3}],damageModifiers:[{type:3,value:-15},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d45bf619-0cbe-4a96-b83b-c38f33287cdc",name:"Undead Goristro",details:"",size:4,origin:1,type:2,keywords:"demon, undead",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:14},intelligence:{score:6},wisdom:{score:17},charisma:{score:8},hp:500,initiative:12,ac:33,fortitude:36,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"8de03c81-4f50-4258-b476-f0cf42d19652",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d12+10 damage.",damage:"2d12+10 damage",category:1},{id:"4fc1309b-e5ee-4bcc-a0e1-688dc7085abd",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The undead goristro makes two slam attacks.",damage:"",category:1},{id:"1c48c132-736c-4f5c-90f7-bb54027c1fc8",name:"Deadly Rampage",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The undead goristro moves its speed and can move through enemy spaces. Each time it enters a creature’s space, it makes a gore attack; 2d10+10 damage, and the target is pushed 2 squares and knocked prone. The goristro must end its move in an unoccupied space.",damage:"2d10+10 damage",category:5},{id:"5cf0f67a-7771-4350-955e-f3731737de14",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The undead goristro makes a charge attack; 3d12+10 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d12+10 damage",category:1},{id:"2befa758-a068-4b87-bf7a-316a9ec90485",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The undead goristro makes a frenzied gore attack against the enemy; 2d10+10 damage.",damage:"2d10+10 damage",category:5}],damageModifiers:[{type:6,value:-20},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"93813391-e084-4992-bbe0-ec47ab22d183",name:"Worm of Ages",details:"",size:4,origin:5,type:1,keywords:"blind, undead",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +19; blindsight 10, tremorsense 20",movement:"8, burrow 4 (tunneling)",alignment:"Unaligned",languages:"",skills:"Stealth +22",equipment:"",category:"",strength:{score:28},constitution:{score:29},dexterity:{score:20},intelligence:{score:2},wisdom:{score:25},charisma:{score:6},hp:916,initiative:17,ac:38,fortitude:36,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"afb9082f-d4ca-4bea-bb33-34cb0d4504fe",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and the target is grabbed (escape ends). Place a grabbed target in the maw. While the worm has a target grabbed, it cannot bite and no creature can enter the maw. The maw adjoins the throat. If a creature moves into the maw from the throat without being grabbed, it can shift to an unoccupied space adjacent to the worm.",damage:"2d10+9 damage",category:1},{id:"fd9060d3-56d5-48c0-8f61-b88bbf6890d7",name:"Gulping Bite",action:{action:1,trigger:"recharges when the worm is bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:28,defence:2},description:"",details:"2d10+9 damage, and the target is grabbed (escape ends). Place a grabbed target in the maw. Miss: Half damage, and the target is pushed 2 squares and knocked prone, but not grabbed.",damage:"2d10+9 damage",category:5},{id:"f8f4182a-4e9c-4e70-9174-b488e05a1fff",name:"Sections",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The inside of each section of the worm—maw, throat, gullet, and stomach—is 2-by-2 squares and dark. A creature inside the worm but not swallowed has combat advantage against the worm. Moving from a section deeper in the worm to a section closer to the maw requires a move action and a DC 24 Strength check. Moving deeper into the worm requires only a move action.",damage:"and stomach—is 2-by-2 squares and dark",category:0},{id:"706a73bd-d53d-4141-a4cc-c9cb20c886e4",name:"Maw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"1d12 + 4 damage, and the target is swallowed. The target is forced into the throat.",damage:"1d12 + 4 damage",category:3},{id:"d5cf8219-b44a-4f95-a3d3-6c5fdb26ff59",name:"Throat",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"1d12 + 4 damage, and the target is swallowed. The target is forced into the gullet.",damage:"1d12 + 4 damage",category:3},{id:"71c84c5b-0287-4b71-aec7-eb98180c2d33",name:"Gullet",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"1d12 + 4 damage, and the target is swallowed. The target is forced into the stomach.",damage:"1d12 + 4 damage",category:3},{id:"2b4cd9f9-3fcb-4c5d-bfec-02d074309dc6",name:"Stomach",action:null,keywords:"Acid, Necrotic",condition:"no action",range:"",attack:null,description:"",details:"At the start of its turn, a creature in the stomach takes 1d10 + 9 acid and necrotic damage, and the target is swallowed.",damage:"a creature in the stomach takes 1d10 + 9 acid and necrotic damage",category:0},{id:"700709af-143a-437c-9f57-fc55bfc68c1c",name:"Swallowed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A swallowed target is restrained (escape ends), and takes 1d12 + 4 damage at the start of each of its turns. The area of effect for its area and close attacks cannot extend beyond the section of the worm it currently occupies. If the target succeeds on an escape action, it ends the swallowed condition. If any target deals damage to the throat, gullet, or stomach, that target and all others in that same section of the worm gain a +2 bonus to escape rolls until the start of the worm’s next turn. Creatures outside the worm have no line of effect on creatures inside the worm. If the worm drops to 0 hit points, its flesh turns to dust in a matter of moments, freeing any creatures inside it.",damage:"and takes 1d12 + 4 damage at the start of each of its turns",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00d03f94-0034-4cc2-a5e6-fb45d17d2712",name:"Abhorrent Reaper Terror",details:"",size:3,origin:5,type:2,keywords:"undead",level:26,role:{type:7,flag:1,leader:!0},senses:"Perception +16; darkvision",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Common",skills:"Intimidate +25",equipment:"sickle",category:"",strength:{score:27},constitution:{score:20},dexterity:{score:21},intelligence:{score:18},wisdom:{score:16},charisma:{score:24},hp:472,initiative:20,ac:42,fortitude:38,reflex:35,will:37,regeneration:{value:15,details:"if an abhorrent reaper takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"50a4b73c-94c1-4042-9eb5-173d725997c2",name:"Aura of Ruin",keywords:"",details:"aura 5; any ally within the aura deals 1d6 extra necrotic damage with melee attacks."}],powers:[{id:"bb8b08f6-633c-4483-a7a5-8dc9cf9bc620",name:"Abhorrent Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+9 necrotic damage.",damage:"3d8+9 necrotic damage",category:1},{id:"f7c9f676-56e1-458e-83db-a0b870f68510",name:"Hateful Charge",action:{action:1,trigger:"requires sickle; usable only when charging",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+9 necrotic damage, and the target is knocked prone and is immobilized until the end of the abhorrent reaper’s next turn.",damage:"3d8+9 necrotic damage",category:5},{id:"9027365b-13a1-4466-b750-39b1c5624366",name:"Hate’s Cleave",action:{action:1,trigger:"requires sickle",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Close burst 2",attack:{bonus:31,defence:0},description:"",details:"targets enemies; 4d6+9 necrotic damage.",damage:"4d6+9 necrotic damage",category:5},{id:"18b5166e-bc9c-4b06-a85b-154a595989b1",name:"Bloodthirst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an abhorrent reaper bloodies an enemy, one of the abhorrent reaper’s allies can make a melee basic attack against the bloodied creature as a free action.",damage:"",category:0},{id:"fc2e3358-aa9d-44ca-bed8-4ebba3cbd735",name:"Umbral Phantasm",action:{action:5,trigger:"when the abhorrent reaper would take damage",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abhorrent reaper terror becomes insubstantial until it attacks or until the end of its next turn.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"b0da4e93-2ed5-4d51-8327-f59229998bee",name:"Abyssal Horde Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +17; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:16},hp:1,initiative:20,ac:40,fortitude:38,reflex:39,will:36,regeneration:null,auras:[{id:"2e0000c2-7e68-458b-a22b-2cd1decd7eb5",name:"Unending Hunger",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"6cb3fbda-9631-48f0-bac7-00cfdc6bca9b",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"14 necrotic damage, and the target is immobilized (save ends).",damage:"14 necrotic damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ed795264-ef46-44e2-bc6b-c6d7dd9618d6",name:"Balor Battlewhip",details:"",size:4,origin:1,type:2,keywords:"demon",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +22; truesight 6",movement:"8, fly 10 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Bluff +19, Insight +22, Intimidate +19",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:19},intelligence:{score:12},wisdom:{score:21},charisma:{score:14},hp:560,initiative:16,ac:38,fortitude:40,reflex:34,will:35,regeneration:null,auras:[{id:"eeeb5f40-3c75-40eb-84cd-58ee6037429e",name:"Flaming Body",keywords:"",details:"(Fire) aura 1 (aura 2 while the balor is bloodied); each enemy that starts its turn within the aura takes 10 fire damage (15 fire damage while the balor is bloodied)."}],powers:[{id:"37f2f68f-1d92-4341-bb3c-a7aedfcf5557",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d8+8 lightning damage, or 3d8+24 lightning damage on a critical hit.",damage:"2d8+8 lightning damage",category:1},{id:"4165c78c-d96b-4a3f-ba9b-a44022852fd8",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 5; 3d6+3 fire damage, and ongoing 5 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"3d6+3 fire damage",category:1},{id:"b6013822-8a52-4083-9a5b-a77dfcdb7ff4",name:"Fire and Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor battlewhip makes a lightning sword attack and a flame whip attack.",damage:"",category:1},{id:"95d92c7b-5097-42a3-b3e7-bd1a52416cca",name:"Death Burst",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"The balor explodes in a burst of flame. The balor and its weapons are destroyed. Close burst 5",attack:{bonus:25,defence:2},description:"",details:"5d10 fire damage. Miss: Half damage.",damage:"5d10 fire damage",category:0},{id:"6e1f3820-c5d8-4a2e-9715-ea84d23bbf8d",name:"Demonic Accuracy",action:{action:7,trigger:"when the balor misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor rerolls the attack and gains a +5 bonus to the roll.",damage:"The balor rerolls the attack and gains a +5 bonus to the roll",category:5}],damageModifiers:[{type:3,value:-40}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"740cdb63-603e-4d36-8b3f-9627557f890c",name:"Black Blood Bone Collector",details:"",size:4,origin:4,type:0,keywords:"blind, ooze, undead",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +12; tremorsense 20",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:36},constitution:{score:30},dexterity:{score:6},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:580,initiative:10,ac:37,fortitude:39,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"3642dd33-668a-4daf-aaff-fdd04721f372",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 4d6+11 necrotic damage.",damage:"4d6+11 necrotic damage",category:1},{id:"30e2cb2c-fc82-4873-9620-89489d5c4b47",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:26,defence:2},description:"",details:"3d6+11 necrotic damage, and the target is grabbed and loses a healing surge. The black blood bone collector regains 5 hit points for each healing surge a target loses in this way.",damage:"3d6+11 necrotic damage",category:1},{id:"2c436336-41e9-4e37-ac75-ba4b0475833a",name:"Lurch",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black blood bone collector shifts up to 3 squares.",damage:"The black blood bone collector shifts up to 3 squares",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"7244a7cc-27d9-41f3-a4a8-3f3a7a9d30d3",name:"Black Blood Hydra",details:"",size:5,origin:1,type:1,keywords:"reptile",level:26,role:{type:2,flag:2,leader:!1},senses:"Perception +22; all-around vision, darkvision",movement:"7, swim 14",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:32},dexterity:{score:22},intelligence:{score:4},wisdom:{score:18},charisma:{score:12},hp:992,initiative:19,ac:38,fortitude:40,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"1add9c60-2741-4508-ae29-2cc10d61e473",name:"Death Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 3d8+9 necrotic damage, and ongoing 15 necrotic damage (save ends).",damage:"3d8+9 necrotic damage",category:1},{id:"cf510423-8336-4fb7-b7f4-a0a85739beb4",name:"Acid Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 3d8+9 acid damage, and -2 to AC and Reflex (save ends).",damage:"3d8+9 acid damage",category:1},{id:"588596ae-0aad-49c0-b174-747692a58abb",name:"Blood Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Reach 3; 3d8+9 poison damage, and ongoing 15 poison (save ends).",damage:"3d8+9 poison damage",category:1},{id:"13b9d3c7-8fc2-441b-ac66-1e848f54edaf",name:"Black Blood Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Area burst 3 within 20",attack:{bonus:27,defence:2},description:"",details:"2d8+9 acid and necrotic damage, and the target is immobilized (save ends).",damage:"2d8+9 acid and necrotic damage",category:1},{id:"daa1d488-4c70-411e-9fc5-f87ad434d565",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black blood hydra makes five bite attacks (either death bite, acid bite, or blood bite), and any additional bite attacks it gains from regenerating heads (up to eight attacks when reduced to 248 hit points or fewer).",damage:"and any additional bite attacks it gains from regenerating heads (up to eight attacks when reduced to 248 hit points or fewer)",category:1},{id:"c47d1f9f-d755-440a-9832-9d2080a71244",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the black blood hydra becomes dazed or stunned, it loses one attack while using hydra fury on its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"a173b7bd-138a-464e-9c0c-1e953662bae4",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a black blood hydra first reaches 744, 496, and 248 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional bite attack with hydra fury.",damage:"When a black blood hydra first reaches 744",category:0},{id:"ebe5e425-ffa7-4eb0-8065-e719427b76f3",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black blood hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:1,value:-20},{type:6,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"002b6218-3091-4a34-865f-ad85486e2fac",name:"Black Bloodspawn Devourer",details:"",size:2,origin:1,type:1,keywords:"blind, undead",level:25,role:{type:2,flag:0,leader:!1},senses:"Perception +19; blindsight 10",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:25},intelligence:{score:6},wisdom:{score:25},charisma:{score:15},hp:282,initiative:19,ac:37,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"9ca5c3ab-9339-4a24-989a-77c123343c79",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d10+10 necrotic damage.",damage:"3d10+10 necrotic damage",category:1},{id:"6b72b331-1eba-4a81-a095-bfadfd858333",name:"Devourer’s Tongue",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"Reach 3; the devourer makes three attacks against the same target; 1d10+5 necrotic damage. If one attack hits, the target is knocked prone. If two attacks hit, the target is knocked prone and dazed until the end of the black bloodspawn’s next turn. If all three attacks hit, the target is knocked prone, stunned until the end of the black bloodspawn’s next turn, and loses a healing surge.",damage:"1d10+5 necrotic damage",category:1},{id:"0dbfc764-8807-47f8-a32f-1ec75bd809db",name:"Hive Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn gains combat advantage against any target that is adjacent to two or more black bloodspawn.",damage:"",category:0},{id:"90c76c65-db2c-42f3-85f2-ad9f5bc60831",name:"Caustic Blood",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn devourer deals 10 necrotic damage to the attacker.",damage:"the black bloodspawn devourer deals 10 necrotic damage to the attacker",category:5}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0e3ff883-bc2c-430a-a5b0-56f7c5e2ff8f",name:"Black Bloodspawn Hunter",details:"",size:2,origin:1,type:1,keywords:"blind, undead",level:25,role:{type:6,flag:0,leader:!1},senses:"Perception +20; blindsight 10",movement:"8, swim 8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:28},intelligence:{score:6},wisdom:{score:26},charisma:{score:15},hp:229,initiative:23,ac:39,fortitude:37,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"b69d93ef-ceec-4fe4-ab44-a7eb7d6f7bff",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d6+10 necrotic damage, and the black bloodspawn shifts 1 square.",damage:"3d6+10 necrotic damage",category:1},{id:"5671ad91-0d01-4af4-86f2-3edabe418b74",name:"Black Blood Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 2; 2d8+5 necrotic damage, and ongoing 15 poison damage (save ends). The target cannot spend healing surges until it ends the ongoing damage. Miss: The black bloodspawn hunter shifts 3 squares.",damage:"2d8+5 necrotic damage",category:1},{id:"ed22e23c-a849-4022-ab41-10939a3c57f0",name:"Hunter’s Tongue",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 3; the hunter makes three attacks against the same target; 1d6+5 necrotic damage. If one attack hits, the target is knocked prone. If two attacks hit, the target is knocked prone and immobilized (save ends). If all three attacks hit, the target is knocked prone, immobilized, weakened (save ends both), and loses a healing surge.",damage:"1d6+5 necrotic damage",category:1},{id:"0d1285f9-110c-4dec-bf78-fcc287bfcad7",name:"Hive Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn gains combat advantage against any target that is adjacent to two or more black bloodspawn.",damage:"",category:0},{id:"1a13b0dd-1973-4124-8205-f8d836e6a5ed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the black bloodspawn deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"07d13624-8768-4a17-9d20-c7c5db8345cd",name:"Caustic Blood",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn hunter deals 10 necrotic damage to the attacker.",damage:"the black bloodspawn hunter deals 10 necrotic damage to the attacker",category:5}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"db91db4a-4947-495a-8ce9-565026eeeeed",name:"Covenant Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"longsword",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:23},intelligence:{score:12},wisdom:{score:22},charisma:{score:15},hp:1,initiative:13,ac:33,fortitude:33,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"e20794dc-ba6f-4880-94c9-6d311e772136",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5fb24786-e0ea-4b39-8cb2-9e86e77b3c2a",name:"Decaying Mummy",details:"",size:2,origin:4,type:2,keywords:"human",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:18},intelligence:{score:6},wisdom:{score:12},charisma:{score:16},hp:1,initiative:16,ac:35,fortitude:37,reflex:34,will:32,regeneration:null,auras:[{id:"1dc3e611-4674-413d-86f7-3768029f8146",name:"Decaying Aura",keywords:"",details:"(Necrotic) aura 1; each enemy that enters or starts its turn within the aura takes 5 necrotic damage and is weakened (save ends)."}],powers:[{id:"78f21b9c-ee41-4a53-94db-4cfe6e9a9723",name:"Decaying Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"14 necrotic damage.",damage:"14 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f4b4018-de1a-4d76-82e1-955b764d3d16",name:"Deva Fallen Star Servitor",details:"",size:2,origin:3,type:2,keywords:"",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +24, History +26, Insight +17, Religion +26",equipment:"implement, rod",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:15},intelligence:{score:26},wisdom:{score:12},charisma:{score:27},hp:171,initiative:13,ac:35,fortitude:33,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"eece0e2c-848b-4ec9-bc0c-4096496cbefc",name:"Rebuking Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Radiant, Weapon",condition:"",range:"",attack:{bonus:28,defence:3},description:"",details:"2d8+6 psychic and radiant damage, and the deva fallen star gains total concealment against the target (save ends).",damage:"2d8+6 psychic and radiant damage",category:1},{id:"e401aaf7-7230-45c9-94e1-5dc1965c3837",name:"Fateful Transposition",action:{action:5,trigger:"when an enemy attacks the deva fallen star servitor",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target swaps positions with the deva fallen star servitor. The triggering enemy’s attack deals half damage to the fallen star, and the target takes damage equal to half the attack’s damage.",damage:"the triggering enemy’s attack deals half damage to the fallen star",category:5},{id:"3531ded9-0e34-40df-952b-f67d540a083f",name:"Forgetting Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d6+6 psychic damage, and the target can use only basic attacks and at-will powers during its next turn.",damage:"3d6+6 psychic damage",category:1},{id:"18f24481-f873-4dcd-b16d-eac744666adb",name:"Soul Scourge",action:{action:1,trigger:"recharges when first bloodied and again when it uses vile rebirth",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Radiant",condition:"",range:"Area burst 2 within 15",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d6+6 radiant damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d6+6 radiant damage",category:5},{id:"69b938d0-9378-43cc-afd9-83f9c1720707",name:"Fate Manipulation",action:{action:7,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva fallen star servitor adds 1d8 to or subtracts 1d8 from an attack roll, ability check, or saving throw made by itself or any creature within 10 squares of it.",damage:"The deva fallen star servitor adds 1d8 to or subtracts 1d8 from an attack roll",category:5},{id:"e7c6b9a4-2cbd-4260-a9eb-0dca7f405bdf",name:"Vile Rebirth",action:null,keywords:"",condition:"when the deva fallen star servitor is reduced to 0 hit points",range:"",attack:null,description:"",details:"The deva fallen star servitor does not die and instead remains at 0 hit points until the start of its next turn, when it regains 25 hit points, loses resistance to radiant damage, and gains the undead keyword.",damage:"loses resistance to radiant damage",category:0}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a5959301-6d9b-4e86-b5e2-518872550fb8",name:"Doomguard Merc",details:"",size:2,origin:4,type:2,keywords:"human",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +16",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"longsword",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:19,ac:36,fortitude:38,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"503c25c1-0ec6-4bab-a614-65e7c34d7bdb",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"14 damage (crit 1d6 + 14 damage).",damage:"14 damage (crit 1d6 + 14 damage)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d1c8cf6-fb24-4f73-8c5f-aef70a0d5ff9",name:"Flameskull Vestige",details:"",size:1,origin:4,type:0,keywords:"undead",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +22; truesight 6",movement:"fly 10 (hover)",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:10},constitution:{score:24},dexterity:{score:25},intelligence:{score:30},wisdom:{score:21},charisma:{score:28},hp:1,initiative:19,ac:37,fortitude:34,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"5e668318-997b-492d-a5ee-7f2b92dedeb8",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"b2a409ed-09c8-4959-8c6e-4f5fa84647af",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"13 fire damage, and the target falls prone.",damage:"13 fire damage",category:1},{id:"93db1643-f0e7-4848-a259-ac421174f83f",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull vestige sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull vestige sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-20},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bbc53cb2-0935-4de0-a5e4-365a3dfa7b0b",name:"Fleshglutton Bileguard",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +24; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +26",equipment:"glaive",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:25},intelligence:{score:11},wisdom:{score:25},charisma:{score:12},hp:224,initiative:21,ac:40,fortitude:37,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"7b37ba09-5a71-47c3-827e-66d1b31cf30e",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 6d4+5 damage, and the target is marked until the end of the fleshglutton bileguard’s next turn.",damage:"6d4+5 damage",category:1},{id:"af584180-5d25-4a88-863b-7c07ad2881ca",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+5 plus 2d6 poison damage.",damage:"2d8+5 plus 2d6 poison damage",category:1},{id:"b1cbf76f-296b-4dd4-a8a0-b656cafbb51b",name:"Strike and Lunge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The fleshglutton bileguard makes a glaive attack, shifts 1 square, and makes a bite attack.",damage:"shifts 1 square",category:1},{id:"b3559727-8139-492f-8d63-3de1cc1de2d9",name:"Bilious Blade",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The fleshglutton bileguard deals an extra 2d6 poison damage on opportunity attacks.",damage:"the fleshglutton bileguard deals an extra 2d6 poison damage on opportunity attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4514c605-cb5d-43d4-a109-7768d6a46e90",name:"Fleshglutton Corpse Eater",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +19; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +27",equipment:"",category:"",strength:{score:30},constitution:{score:23},dexterity:{score:24},intelligence:{score:11},wisdom:{score:25},charisma:{score:10},hp:273,initiative:19,ac:36,fortitude:37,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"accdae6f-ef06-41dd-8eb3-eb2dde14c6f3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d10+8 damage, and the target is grabbed.",damage:"3d10+8 damage",category:1},{id:"dc857411-49c1-4820-be71-fa427a17ff14",name:"Frenzied Feast",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a creature grabbed by the fleshglutton corpse eater; the target takes 15 ongoing necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"the target takes 15 ongoing necrotic damage (save ends)",category:3},{id:"7a46cc31-4a65-497e-8725-c95243a031b6",name:"Devouring Lunge",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The fleshglutton corpse eater makes a bite attack against a humanoid living target that has 0 hit points or fewer. On a hit, the fleshglutton corpse eater regains 68 hit points.",damage:"the fleshglutton corpse eater regains 68 hit points",category:5},{id:"63ad15aa-f96c-43a6-8b17-cb4151c2198c",name:"Kill the Weak",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The fleshglutton corpse eater deals an extra 2d10 necrotic damage against weakened targets.",damage:"the fleshglutton corpse eater deals an extra 2d10 necrotic damage against weakened targets",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d447e1c5-cd5f-445b-ab9a-668df71fcdea",name:"Fleshglutton Favored One",details:"",size:2,origin:4,type:2,keywords:"",level:25,role:{type:3,flag:0,leader:!0},senses:"Perception +21; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +24, Insight +26, Religion +24",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:20},intelligence:{score:25},wisdom:{score:28},charisma:{score:24},hp:232,initiative:17,ac:39,fortitude:37,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"57b7b7dc-11d5-435c-a95a-aacb561c473c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:1},{id:"40b7a8df-2c62-4e23-bd06-769c8a2c74df",name:"Evasive Lunge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fleshglutton favored one makes a bite attack and teleports up to 10 squares.",damage:"The fleshglutton favored one makes a bite attack and teleports up to 10 squares",category:1},{id:"36a70a8b-caa5-499f-9807-64b4728fe8bb",name:"Mind Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:3},description:"",details:"2d10+9 psychic damage, and one ally of the fleshglutton favored one that is adjacent to the target makes an opportunity attack against the target.",damage:"2d10+9 psychic damage",category:1},{id:"43de7353-91a2-4b84-95cd-6d46e90db26c",name:"Ghoul King’s Gift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:27,defence:1},description:"",details:"targets enemies; the target is weakened (save ends). In addition, allies within the burst gain a +4 bonus to bite attacks until the end of the fleshglutton favored one’s next turn.",damage:"allies within the burst gain a +4 bonus to bite attacks until the end of the fleshglutton favored one’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46d095a3-0c04-4b94-b329-50a07a3ba2ec",name:"Fleshglutton Supplicant",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +18; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:27},intelligence:{score:11},wisdom:{score:24},charisma:{score:10},hp:1,initiative:21,ac:37,fortitude:35,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"84d54452-b5e6-4f3a-bb86-2a7e9213266d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"12 damage, and the fleshglutton supplicant shifts 3 squares.",damage:"12 damage",category:1},{id:"5ce2b9e3-92ed-4f7b-8ab9-3db510def9c7",name:"Death Lunge",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The fleshglutton supplicant makes a bite attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f90f9308-cb68-4f3c-99b8-1f5927585dd8",name:"Forsaken Hierophant Elder",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:25,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +19",equipment:"mace; plate armor",category:"",strength:{score:23},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:26},hp:892,initiative:13,ac:39,fortitude:39,reflex:35,will:41,regeneration:{value:10,details:"if a forsaken hierophant elder takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"56e1d158-a236-4514-84c3-88c66a26ec89",name:"Decaying Hope",keywords:"",details:"(Fear, Necrotic) aura 5; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"2c07db25-d7fb-416a-9dc6-106ccd4f5eb1",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8+9 damage, and ongoing 10 necrotic damage.",damage:"2d8+9 damage",category:1},{id:"c040b8fd-2b7a-46ff-946f-abf1ea49102f",name:"Forsaken Word",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:3},description:"",details:"targets enemies; 2d8+9 necrotic and psychic damage, and the target is pushed 3 squares.",damage:"2d8+9 necrotic and psychic damage",category:1},{id:"56d79a0b-7dce-454d-b99f-4431680293cf",name:"Vision of Death",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:29,defence:3},description:"",details:"targets one creature; 2d6+9 psychic damage, and the target is dazed (save ends).",damage:"2d6+9 psychic damage",category:3},{id:"691c8d2e-facc-4f6d-97fb-fd6535e175d0",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 2d6+9 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6+9 necrotic damage",category:1},{id:"59389645-794f-439a-bc45-458eb494be81",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f82091b0-7f81-4dda-be37-2aee25e5cd5a",name:"Ghoul Gatherer",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +22, Stealth +25",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:233,initiative:20,ac:39,fortitude:37,reflex:36,will:36,regeneration:null,auras:[{id:"56b32955-501d-45fc-87a8-eed8279be647",name:"Ghoul King’s Kiss",keywords:"",details:"(Psychic) aura 3; each enemy that starts its turn within the aura takes 15 psychic damage and is blinded and dazed until the start of its next turn."}],powers:[{id:"9d3de4fa-a5ba-4b04-b505-32e48713d517",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10+9 damage, and the target is grabbed. Until the grab ends, the target takes 10 necrotic damage at the start of its turn.",damage:"2d10+9 damage",category:1},{id:"310bbe28-a681-4daf-abed-29b9ffe6dd96",name:"Far Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The ghoul teleports 10 squares before or after the attack; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"214ddba6-9032-4747-9d67-4cb5d2ca49a8",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Target must be grabbed, stunned, or unconscious; 3d8+9 damage, and the target is stunned (save ends).",damage:"3d8+9 damage",category:1},{id:"f6bd2260-b39c-46fb-9246-f06286805215",name:"Hunger’s Slave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:3},description:"",details:"Target must be stunned; 2d8+7 psychic damage, and the target is dominated (save ends; -2 penalty to the saving throw).",damage:"2d8+7 psychic damage",category:1},{id:"918cac2e-2550-4597-972b-22180266ef44",name:"Kingdom Bound",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Charm, Zone",condition:"",range:"Area burst 3 within 20",attack:null,description:"",details:"targets creatures dominated by the ghoul gatherer; the ghoul gatherer creates a temporary portal (a zone) that leads to Doresain’s Court of Teeth in the inner fane of his palace. The ghoul gatherer commands dominated creatures to go through the portal. The portal functions only for dominated creatures of level 20 or lower. Sustain Minor: The portal persists.",damage:"The portal functions only for dominated creatures of level 20 or lower",category:5}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"72148cb8-f54c-4431-a7a9-f144603cfff3",name:"Ghoul King’s Siegewyrm",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:26,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:29},dexterity:{score:25},intelligence:{score:3},wisdom:{score:17},charisma:{score:10},hp:490,initiative:20,ac:40,fortitude:38,reflex:36,will:32,regeneration:null,auras:[{id:"e1730c57-3819-4c10-9f5f-0e4626ffb652",name:"Jagged Bones",keywords:"",details:"aura 3; each creature that enters or starts its turn within the aura takes 15 damage. All creatures treat the area within the aura as difficult terrain."}],powers:[{id:"6a6e94f4-3b21-412f-a41b-01f6634e30f9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 3d6+11 damage, and the target slides 2 squares.",damage:"3d6+11 damage",category:1},{id:"d0f19cf3-a1bd-41e4-8185-21129890231d",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:29,defence:0},description:"",details:"2d8+11 damage, and the target is pushed 2 squares and immobilized (save ends).",damage:"2d8+11 damage",category:1},{id:"4ec5a475-d443-428f-80b5-c150ef479f6c",name:"Marrow Sluice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"The siegewyrm targets up to three creatures; the first target must be within 10 squares of the siegewyrm, the second target within 10 squares of the first, and the third target within 10 squares of the second; 2d6+11 damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is not pushed.",damage:"2d6+11 damage",category:1},{id:"b8c9106f-2879-4e3a-a132-35f97c6711bf",name:"Osseous Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 3 within 12",attack:{bonus:30,defence:2},description:"",details:"4d8+11 damage, and the target is restrained (save ends). Miss: Half damage, and the target is immobilized (save ends). Aftereffect, on Hit Only: The target is immobilized (save ends).",damage:"4d8+11 damage",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"82a241e2-bb2f-459c-8284-5a0a12268c62",name:"Ghoul Ripper",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:2,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:24},intelligence:{score:18},wisdom:{score:20},charisma:{score:18},hp:286,initiative:19,ac:37,fortitude:37,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"426c53e5-cc80-4eea-84d4-23326b9e8b5e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the target takes ongoing 10 necrotic damage and is immobilized (save ends both).",damage:"3d8+9 damage",category:1},{id:"ffa844a9-2392-4a40-b6e1-945621843b94",name:"Dead Blood",action:null,keywords:"",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close burst 3",attack:null,description:"",details:"all enemies in the burst take 15 necrotic damage.",damage:"all enemies in the burst take 15 necrotic damage",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c76d9c77-61a9-4594-ba90-06ff5b78dbc8",name:"Ghoul Stalker",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:6,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +33",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:28},intelligence:{score:16},wisdom:{score:24},charisma:{score:22},hp:231,initiative:23,ac:39,fortitude:36,reflex:37,will:35,regeneration:null,auras:[],powers:[{id:"a66cecf6-bf66-4822-b98a-36605fa466dd",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8+9 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the attack deals an extra 3d6 damage.",damage:"3d8+9 damage",category:1},{id:"86bed733-7e92-4294-98da-37d484544943",name:"Stalker’s Bite",action:{action:7,trigger:"when the ghoul stalker hits an immobilized; stunned; or unconscious target with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:5},{id:"a463e5cf-1809-4cf7-9689-0fff6f098aaf",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghoul stalker flies up to 8 squares and makes a claw attack at any point during the move without provoking an opportunity attack from the target.",damage:"The ghoul stalker flies up to 8 squares and makes a claw attack at any point during the move without provoking an opportunity attack from the target",category:1},{id:"bec53b5a-ad28-4f7c-85c2-6b28de1413d9",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 15 necrotic damage.",damage:"all enemies in the burst take 15 necrotic damage",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0399615e-b7c1-4ec7-ac61-8af460e1a7ea",name:"Ghoul Warrior",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:24},intelligence:{score:22},wisdom:{score:20},charisma:{score:22},hp:222,initiative:21,ac:40,fortitude:36,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"4f787063-b04e-4ee4-99f8-beb3bf277248",name:"Bone Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8+6 necrotic damage (crit 5d6 + 22), and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d8+6 necrotic damage (crit 5d6 + 22)",category:1},{id:"ccb9c679-040a-473a-8267-5c4f819d6672",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Target must be immobilized, stunned, or unconscious; 3d8+9 damage, and the target is stunned (save ends).",damage:"3d8+9 damage",category:1},{id:"308fd54c-f960-43f3-b858-eff5c797f336",name:"Bone Sword Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:28,defence:0},description:"",details:"all enemies in burst; 3d8+9 necrotic damage, and the target is immobilized (save ends; -2 penalty to the saving throw).",damage:"3d8+9 necrotic damage",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7cfbb438-db65-4f43-a52a-1c36dca7a67c",name:"Ghoul Whisperer",details:"",size:2,origin:4,type:2,keywords:"undead",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:20},intelligence:{score:14},wisdom:{score:20},charisma:{score:16},hp:152,initiative:12,ac:29,fortitude:29,reflex:27,will:27,regeneration:null,auras:[{id:"ac2ba196-b825-4d44-87ef-858302703df5",name:"Promise of the White Kingdom",keywords:"",details:"(Psychic) aura 3; deafened creatures are immune; each enemy that starts its turn within the aura takes 5 psychic damage and is dazed until the start of its next turn"}],powers:[{id:"68795135-c977-4a12-a62b-e1547eb0d958",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage, and the target is grabbed. Until the grab ends, the target takes 5 necrotic damage at the start of its turn.",damage:"1d10+6 damage",category:1},{id:"182ee3fb-6228-4a02-9d73-f02a7319f55d",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Target must be grabbed, dazed, or unconscious; 3d6+6 damage, and the target is dazed (save ends).",damage:"3d6+6 damage",category:1},{id:"c7c6104c-b812-4cc2-97e2-b8d9e7b8f608",name:"Hunger’s Promise",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"1d10+6 damage, and the target takes ongoing 10 psychic damage and slides up to its speed each round (save ends both).",damage:"1d10+6 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"68bae557-84bc-4636-9821-ddfdfb7d11be",name:"Gibbering Orb Acolyte",details:"",size:4,origin:0,type:1,keywords:"",level:23,role:{type:3,flag:2,leader:!1},senses:"Perception +18; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:28},intelligence:{score:17},wisdom:{score:15},charisma:{score:31},hp:856,initiative:20,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[{id:"c651cd98-6b62-46ce-a034-993c9a8c579a",name:"Merciless Eyes",keywords:"",details:"aura 5; at the start of each enemy’s turn, if that creature is within the aura and in the gibbering orb’s line of sight, the orb uses one random eye ray power against that creature."}],powers:[{id:"b20975ac-c3ff-4fcb-9ad7-21ee5ee3de15",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d6+8 damage, and the mouth detaches from the gibbering orb and makes a new bite attack against the target each round at the start of the gibbering orb’s turn. When the mouth misses, it drops off and turns into useless, dead gray flesh.",damage:"4d6+8 damage",category:1},{id:"5031e7c6-f72c-469a-ace9-51b6f5b8fd97",name:"Gibbering",action:{action:7,trigger:"once on the gibbering orb’s turn before it takes other actions",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"deafened creatures are immune; the target is dazed until the end of the gibbering orb’s next turn.",damage:"",category:5},{id:"5f7435fd-50f2-477a-848e-61999757f39c",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"",attack:null,description:"",details:"The gibbering orb can use two different eye ray powers (chosen from the list below or rolled randomly). Each power must target a different creature. Using eye rays does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cb34bd9e-cdad-4dd0-930e-39a097daa5c8",name:"Marut Castigator Icon",details:"",size:2,origin:3,type:2,keywords:"",level:24,role:{type:6,flag:0,leader:!1},senses:"Perception +23; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Acrobatics +24",equipment:"double sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:25},intelligence:{score:14},wisdom:{score:22},charisma:{score:15},hp:170,initiative:21,ac:38,fortitude:36,reflex:37,will:36,regeneration:{value:10,details:""},auras:[],powers:[{id:"c82e569f-de6e-427f-a65a-44f5c7ecc358",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d8+7 damage. The marut castigator can choose to have the attack deal lightning damage.",damage:"3d8+7 damage",category:1},{id:"87f5c609-5239-46be-a344-b49de434de3b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut castigator makes two double sword attacks.",damage:"",category:1},{id:"76ac4eda-271f-47a3-b7b2-ac61a6cadb2f",name:"Punisher’s Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Reach 2; 2d6+9 lightning damage, and the target is slowed and cannot teleport until the end of the marut castigator’s next turn.",damage:"2d6+9 lightning damage",category:1},{id:"e330e10b-f7ab-4299-b826-14b6a380eb90",name:"Thunderbolt Strike",action:{action:1,trigger:"recharges when both attacks of double attack hit",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Thunder",condition:"",range:"",attack:null,description:"",details:"The marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage.",damage:"the marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage",category:5}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"bbe3b26b-782e-40ff-8972-311edc0307ad",name:"Marut Prosecutor Noble",details:"",size:2,origin:3,type:2,keywords:"",level:24,role:{type:3,flag:0,leader:!0},senses:"Perception +23; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Insight +23, Intimidate +24",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:16},intelligence:{score:23},wisdom:{score:23},charisma:{score:24},hp:171,initiative:15,ac:38,fortitude:35,reflex:36,will:36,regeneration:{value:10,details:""},auras:[],powers:[{id:"75df6b90-adc7-4b9d-b527-5303b0af74b2",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"1d10+4 damage plus 1d10 thunder damage, and the target is slowed (save ends).",damage:"1d10+4 damage plus 1d10 thunder damage",category:1},{id:"13d492ef-6ec7-48b0-95a8-45036eb92c39",name:"Dictum",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"3633901b-4123-4b33-a51f-b8d5ac3bff45",name:"Biting Testimony",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets one enemy; 3d6+9 psychic damage, and the target takes a -2 penalty to attack rolls, skill checks, and ability checks (save ends).",damage:"3d6+9 psychic damage",category:1},{id:"140f3934-07ee-4de9-8ba8-a3daaab8d9ce",name:"Sigil of Indictment",action:{action:3,trigger:"usable only when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets one enemy; until the end of the marut prosecutor’s next turn, the target grants combat advantage to the prosecutor, and the prosecutor and its allies deal 5 extra psychic damage against the creature. Sustain Minor: The effect persists.",damage:"and the prosecutor and its allies deal 5 extra psychic damage against the creature",category:5},{id:"14385b5b-7dc0-4966-9f73-5d744acdbc27",name:"Justice Restrained",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slowed, immobilized, or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor noble.",damage:"or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor noble",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"a63bcb9d-2227-4809-a527-858720edb91e",name:"Master of the Bridge",details:"",size:3,origin:3,type:1,keywords:"phane",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"10, fly 10",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:30},intelligence:{score:28},wisdom:{score:25},charisma:{score:22},hp:494,initiative:23,ac:41,fortitude:38,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"fa1942d9-2223-4033-9779-c2427bf78366",name:"Temporal Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 2d8+10 damage, and the target is slowed until the end of the phane’s next turn. The phane shifts 4 squares before or after making this attack.",damage:"2d8+10 damage",category:1},{id:"9d24f7b4-7fb6-42a5-af80-003ca4fb25df",name:"Wizening Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"2d6+9 damage, and the target is dazed and weakened (save ends both). Aftereffect: The target is weakened (save ends). The target appears elderly until the effect of the wizening ray ends.",damage:"2d6+9 damage",category:1},{id:"51a43bb9-b0ff-4575-96f5-06a2cb24b637",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The phane makes either two temporal touch attacks or two wizening ray attacks.",damage:"",category:1},{id:"feb2fcc4-57ce-4ceb-a8f8-cb5bf738f9c1",name:"Wizening Tempest",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:29,defence:1},description:"",details:"phanes are immune; 2d6+10 damage, and the target is stunned (save ends). Aftereffect: The target is dazed and weakened (save ends both). The target appears elderly until the effect of the wizening tempest ends.",damage:"2d6+10 damage",category:5},{id:"25a7434a-4f26-42e6-aca3-d40d3e0a0ab3",name:"Temporal Fugue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"By moving backward and forward in time, a phane can remove one effect afflicting it.",damage:"",category:3}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"10d76f13-1b00-4425-a250-39b837df3349",name:"Sewer Revenant",details:"",size:2,origin:4,type:1,keywords:"aquatic, blind, ooze",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +17; blindsight 15, tremorsense 15",movement:"4, swim 8",alignment:"Unaligned",languages:"",skills:"Stealth +21",equipment:"",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:19},intelligence:{score:4},wisdom:{score:15},charisma:{score:4},hp:1,initiative:16,ac:36,fortitude:36,reflex:34,will:32,regeneration:null,auras:[{id:"7db0eb8f-96c3-4664-8806-a3d2532f9c9e",name:"Rotting Stench",keywords:"",details:"aura 1; creatures that start their turn within the aura take 10 acid damage."}],powers:[{id:"2c81ef3a-de62-4487-b9f6-ea5722f29b2f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"14 acid damage (crit 18 acid damage).",damage:"14 acid damage (crit 18 acid damage)",category:1},{id:"c94f82af-df2a-4970-9b17-1603aed5d9a1",name:"Sewer Swimmer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sewer revenant is invisible if any part of it is submerged in water. It does not provoke opportunity attacks while submerged.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"acdb476f-5d2e-44d8-a878-ad8f224f40c3",name:"Slaughter Wight Ripper",details:"A wight is the corpse of a humanoid creature, usually a human. It is gaunt with pallid, leathery skin stretched taut over its bones. Black claws tip its fingers and toes. The creature’s nose is sunken, and its lips are pulled back in a death grimace. Within its hollow eye sockets, motes of vile light glow in place of eyes. This wiry horror has elongated claws,",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:9},charisma:{score:18},hp:212,initiative:15,ac:33,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"c1dca8df-012b-411b-94ca-36422ce2b1a2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d6+9 necrotic damage, the target loses 1 healing surge and is weakened (save ends), and the slaughter wight regains 15 hit points.",damage:"3d6+9 necrotic damage",category:1},{id:"16baf7b1-d791-4e05-af00-94c35c08b17d",name:"Death Wail",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d6+5 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"2d6+5 necrotic damage",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"57be5cf1-770d-46f5-be67-3e70bd05b734",name:"Sorrowsworn Dread Wraith",details:"",size:3,origin:5,type:2,keywords:"undead",level:27,role:{type:4,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +27",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:28},intelligence:{score:14},wisdom:{score:12},charisma:{score:28},hp:150,initiative:26,ac:41,fortitude:36,reflex:39,will:39,regeneration:{value:20,details:"if the sorrowsworn dread wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[{id:"35c56b14-0c7a-4c08-ae4f-af7927b50731",name:"Shroud of Night",keywords:"",details:"aura 5; within the aura, bright light is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"69eef7c5-f7ca-4e0c-ba7c-e244c84a696a",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 2; 2d10+10 necrotic damage, and the target is weakened (save ends).",damage:"2d10+10 necrotic damage",category:1},{id:"1062c94e-ceea-4528-bc35-b031127da3ae",name:"Death Shriek",action:null,keywords:"Psychic",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close blast 3",attack:{bonus:29,defence:3},description:"",details:"targets enemies; 4d6+10 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d6+10 psychic damage",category:0},{id:"0a2d8160-9cbf-45a4-baef-ec95650848f2",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn dread wraith deals an extra 3d6 necrotic damage against any target it has combat advantage against.",damage:"the sorrowsworn dread wraith deals an extra 3d6 necrotic damage against any target it has combat advantage against",category:0},{id:"f4d09941-c1ed-4dd3-9ab6-b9a4d613a663",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn dread wraith shifts 6 squares.",damage:"The sorrowsworn dread wraith shifts 6 squares",category:2},{id:"2889494c-f474-4e3d-b423-1c95888f1042",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by the sorrowsworn dread wraith rises as a free-willed dread wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"897df1f8-d67a-44c8-b0dc-2dac204eefd6",name:"Soulspike Devourer Champion",details:"",size:4,origin:5,type:2,keywords:"undead",level:24,role:{type:7,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:20},dexterity:{score:8},intelligence:{score:20},wisdom:{score:11},charisma:{score:26},hp:440,initiative:13,ac:40,fortitude:40,reflex:36,will:39,regeneration:null,auras:[{id:"aac49252-1c69-4e98-8a4c-40ec404af6f0",name:"Soulspike Ward",keywords:"",details:"aura 10; the soulspike devourer champion and all allies within the aura gain a bonus to all defenses equal to onehalf the number of soulspiked spirits impaled on the creature."}],powers:[{id:"e1fbf6a4-9afd-4fde-b61d-fcba58bb6440",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d8+11 damage. If the attack reduces a humanoid living target to 0 hit points or fewer, the target disappears and becomes a soulspiked spirit impaled on the devourer.",damage:"2d8+11 damage",category:1},{id:"c81738d3-090b-49e5-b976-66f8d4c1b0b2",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer makes two claw attacks.",damage:"",category:1},{id:"a3a70e0d-ab34-416d-bcaf-1d6c7cb04dc0",name:"Soul Shatter",action:{action:1,trigger:"recharges when the soulspike devourer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:27,defence:3},description:"",details:"5d8+10 necrotic damage, and the target is stunned until the end of the soulspike devourer’s next turn. Aftereffect: The target is weakened (save ends).",damage:"5d8+10 necrotic damage",category:5},{id:"39e4d90c-f77f-4aee-83f2-cd55fc6ad308",name:"Devour Spirit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points. A dead body appears in a space adjacent to the devourer.",damage:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points",category:1},{id:"fa1a2776-2d4c-49e3-974b-bf758c43d177",name:"Soulspiked Spirit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer begins the encounter with one soulspiked spirit and can impale up to four soulspiked spirits. A soulspiked spirit can take no actions and escapes when the devourer is destroyed. When a creature’s spirit escapes, its body appears in an unoccupied space adjacent to the devourer, in the same state it was in when it disappeared.",damage:"",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"10 radiant (when the soulspike devourer champion takes radiant damage, its newest soulspiked spirit can make a saving throw to escape)",immune:"disease, poison",tactics:""},{id:"ac4f9728-8529-499b-add8-128912a7e3fd",name:"Abyssal Madness Ghoul",details:"",size:2,origin:1,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:16},hp:1,initiative:22,ac:44,fortitude:41,reflex:42,will:39,regeneration:null,auras:[{id:"d9d35a66-2793-4696-bbe4-3d326a414211",name:"Unending Hunger",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 10 damage."}],powers:[{id:"38693843-f120-48f3-909c-49651c40b511",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"16 necrotic damage, and the target is immobilized (save ends).",damage:"16 necrotic damage",category:1},{id:"1653785f-54df-4941-975d-cefe980e2c3d",name:"Maddening Shriek",action:null,keywords:"Necrotic",condition:"when the madness ghoul drops to 0 hit points",range:"Close burst 1",attack:{bonus:33,defence:2},description:"",details:"12 necrotic damage, and the target is dazed (save ends).",damage:"12 necrotic damage",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"125e79ce-6b7e-4888-abd3-75ee7a22e152",name:"Achree",details:"",size:3,origin:1,type:1,keywords:"aquatic, demon",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +26; blindsight 10",movement:"4, swim 10 see also relentless attack",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:29},intelligence:{score:2},wisdom:{score:26},charisma:{score:20},hp:250,initiative:24,ac:41,fortitude:39,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"dda4ab90-3f6c-45d7-9c4b-61f344d2c986",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d8+9 damage, and the target is grabbed. The achree cannot make bite attacks while it has a creature grabbed, but it can use its vicious rend.",damage:"4d8+9 damage",category:1},{id:"35e58190-33f7-4bf5-8269-93eeaba9bf43",name:"Vicious Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"If an achree begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature; 4d10+10 damage, and the target slides 5 squares, is knocked prone, and is no longer grabbed. Miss: Half damage, no slide, still grabbed.",damage:"4d10+10 damage",category:1},{id:"f58a7a57-e916-4ef3-bd65-caa98a38ecf9",name:"Relentless Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The achree moves its speed and can enter enemies’ spaces. This movement provokes opportunity attacks, and the achree must end its move in an unoccupied space. When it enters an enemy’s space, the achree makes a bite attack. Once after a successful bite attack, the achree can end its movement within reach of the same target and make a vicious rend attack against the target.",damage:"",category:1},{id:"b4757434-2186-4bd6-8d64-df19dc71f690",name:"Jaws of Death",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"the achree makes a bite attack against all enemies in the burst.",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c279dbd4-cb2b-4681-b47a-ab7a148b7e8c",name:"Achree Spawn",details:"",size:2,origin:1,type:1,keywords:"aquatic, demon",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +20; blindsight 10",movement:"4, swim 10",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:28},intelligence:{score:2},wisdom:{score:25},charisma:{score:17},hp:1,initiative:22,ac:38,fortitude:36,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"d5eee833-789a-4c8e-bc1e-788f44ee1a1f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 16 damage. Miss: 8 damage.",damage:"16 damage",category:1},{id:"484a70cf-2099-48b6-a0c3-7fca3847461f",name:"Jaws of Death",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"the achree spawn makes a bite attack against all enemies in the burst.",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23068c59-372b-438e-8793-f172c5f78816",name:"Balor Champion",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:2,leader:!1},senses:"Perception +21; truesight 6",movement:"8, fly 12 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +22, Insight +26, Intimidate +22",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:26},intelligence:{score:17},wisdom:{score:27},charisma:{score:19},hp:1248,initiative:21,ac:39,fortitude:41,reflex:38,will:38,regeneration:null,auras:[{id:"9c5d3424-e39f-4237-8739-664a2e54330f",name:"Flaming Body",keywords:"",details:"(Fire) aura 2 (aura 3 while the balor is bloodied); enemies that start their turns in the aura takes 20 fire damage (30 fire damage while the balor is bloodied)."}],powers:[{id:"95bd08ac-b332-460c-a124-f496bdae53c5",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d10+10 lightning damage, or 3d10 + 40 lightning damage on a critical hit.",damage:"3d10+10 lightning damage",category:1},{id:"a3f3cc87-4ce3-4700-8a45-55956388f7db",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 5; 3d8+5 fire damage, and ongoing 10 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"3d8+5 fire damage",category:1},{id:"494b78c2-b8e3-4616-91c4-84b8adc23ee1",name:"Balor Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Lightning, Weapon",condition:"",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"5d10+15 fire and lightning damage, and ongoing 10 fire damage (save ends).",damage:"5d10+15 fire and lightning damage",category:1},{id:"a5b669cf-6990-49db-887c-77d0e2910d5a",name:"Fireburst Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:30,defence:1},description:"",details:"2d10+10 fire damage, and the target is dazed (save ends). The balor teleports 5 squares.",damage:"2d10+10 fire damage",category:2},{id:"20844adb-1e58-401b-a49c-6aced8d40594",name:"Death Burst",action:null,keywords:"Fire",condition:"reduced to 0 hit points",range:"The balor explodes in a burst of flame: close burst 10",attack:{bonus:29,defence:2},description:"",details:"10d10 fire damage. Miss: Half damage. The balor and its weapons are completely destroyed.",damage:"10d10 fire damage",category:0},{id:"92da5d05-880e-4552-8738-efa247427054",name:"Demonic Accuracy",action:{action:7,trigger:"when the balor misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor rerolls the attack and gains a +5 bonus to the roll.",damage:"The balor rerolls the attack and gains a +5 bonus to the roll",category:5}],damageModifiers:[{type:3,value:-40},{type:1,value:-20},{type:2,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"7bb5c23d-f4b2-44dd-8cc9-21de568c6a7c",name:"Beholder Eye of Death",details:"",size:3,origin:0,type:1,keywords:"undead",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +18; all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Chaotic Evil",languages:"(understands Abyssal, Deep Speech)",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:26},intelligence:{score:5},wisdom:{score:20},charisma:{score:30},hp:632,initiative:21,ac:40,fortitude:38,reflex:38,will:40,regeneration:null,auras:[{id:"84891231-4f92-472f-abd0-8e355ddd86de",name:"Eyes of the Beholder",keywords:"",details:"aura 5; the beholder eye of death uses one random eye ray as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"36807951-5b3d-4480-83e5-61e930f68276",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"68a01b07-f494-471e-b555-c48c25db899a",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:29,defence:3},description:"",details:"the target is slowed and loses necrotic resistance until the end of the beholder eye of death’s next turn.",damage:"",category:3},{id:"b6ca54cf-00ef-4328-8166-7cccf5354f72",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Varies",condition:"",range:"",attack:null,description:"",details:"The beholder eye of death uses up to two different eye ray powers (chosen from the list below). Each ray must target a different creature, and using eye ray does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:25}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ce3fde06-7d81-4671-9b4b-d7984ad45f94",name:"Beholder Eye of Despair",details:"",size:3,origin:0,type:1,keywords:"",level:27,role:{type:0,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:18},charisma:{score:28},hp:388,initiative:21,ac:39,fortitude:39,reflex:39,will:40,regeneration:null,auras:[],powers:[{id:"ec5f14a0-59f0-47f8-86b8-4a86725f2482",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"4f228d61-3d36-481a-8d8f-8833fc340f9b",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:32,defence:1},description:"",details:"and the target cannot use encounter attack powers or daily attack powers until the end of the beholder eye of despair’s next turn.",damage:"",category:3},{id:"22d031db-bfcb-45d4-b5a2-d41f838f895c",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder eye of despair",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eye of despair uses eye ray against the triggering enemy.",damage:"",category:5},{id:"ff11daab-cc8e-40cb-b0d2-af2dd3fd0522",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Varies",condition:"",range:"",attack:null,description:"",details:"The beholder eye of despair uses one eye ray power chosen from the list below. Using eye rays does not provoke opportunity attacks.",damage:"",category:1},{id:"f3e27403-45a8-46e0-a188-be088605ab99",name:"Ripple of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Each enemy within 5 squares of the beholder eye of despair is targeted by a random eye ray power as a free action and takes a –2 penalty to all defenses (save ends). The eye of despair then teleports 6 squares as a free action.",damage:"Each enemy within 5 squares of the beholder eye of despair is targeted by a random eye ray power as a free action and takes a –2 penalty to all defenses (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"208b29f5-cde0-46a1-b691-16ce025809eb",name:"Blackstar Battlepawn",details:"",size:2,origin:1,type:0,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +18; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:24},intelligence:{score:3},wisdom:{score:18},charisma:{score:3},hp:1,initiative:21,ac:42,fortitude:42,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"e1874899-a560-417c-863a-0001dfe0710c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"15 damage (crit 20 damage).",damage:"15 damage (crit 20 damage)",category:1},{id:"7964738e-5449-4c02-88e5-c708eec3b246",name:"Blackstar Ricochet",action:{action:4,trigger:"when a blackstar battlepawn within 5 squares is reduced to 0 hit points",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"The blackstar battlepawn shifts 3 squares and collides with an enemy; 10 damage.",damage:"10 damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed999e68-9f3a-4ba7-8913-a5bedd7d277b",name:"Blackstar Decimator",details:"",size:2,origin:1,type:0,keywords:"",level:30,role:{type:0,flag:0,leader:!1},senses:"Perception +27; darkvision",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:28},intelligence:{score:8},wisdom:{score:24},charisma:{score:7},hp:210,initiative:24,ac:42,fortitude:42,reflex:44,will:42,regeneration:null,auras:[],powers:[{id:"395bf5fb-25d7-4311-b1d7-3115b88b46b0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8+10 damage, and ongoing 10 damage (save ends).",damage:"2d8+10 damage",category:1},{id:"4cdd1c79-e43f-488e-a411-359da7c33871",name:"Meteor Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:35,defence:2},description:"",details:"3d8+10 damage, and the target takes a –2 penalty to saving throws and ongoing 10 damage (save ends both).",damage:"3d8+10 damage",category:1},{id:"01ef2ba7-c7b9-40c2-9e52-eba6e2360dfc",name:"Blackstar Fall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"4d10 + 9 damage, and the target is pushed 2 squares and knocked prone. Miss: The target is pushed 1 square. If the target cannot be pushed, the blackstar decimator ends its move in an unoccupied square adjacent to the target. Secondary Attack: When it lands, the blackstar decimator attacks: close burst 3",attack:{bonus:35,defence:1},description:"",details:"The blackstar decimator can fly 8 squares and enter an enemy’s space; targets enemies; +33 vs. Reflex; 2d8 + 10 damage, and the target is pushed 1 square and knocked prone. The burst area becomes difficult terrain.",damage:"2d8 + 10 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"20bc35f1-1e6c-4334-92fe-63df177f68a8",name:"Blackstar Knight-Commander",details:"",size:2,origin:1,type:0,keywords:"",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"7",alignment:"Evil",languages:"Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:24},intelligence:{score:12},wisdom:{score:26},charisma:{score:11},hp:246,initiative:22,ac:43,fortitude:39,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"e59c20a3-d5cd-4d31-8c1e-0692bd9e90fc",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d10+9 damage, and the target is marked until the end of the blackstar knight-commander’s next turn.",damage:"3d10+9 damage",category:1},{id:"419475e3-0f8a-4e88-9bfe-e20b6e0779f0",name:"Deathsword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Requires greatsword; 4d10+9 damage, and if the target is marked by the blackstar knight-commander it takes ongoing 10 damage (save ends).",damage:"4d10+9 damage",category:1},{id:"62a8920b-2233-450d-ad81-46f015d04028",name:"Soldier’s Duty",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"close burst 2",attack:{bonus:32,defence:2},description:"",details:"The blackstar knight-commander explodes; targets enemies; 2d10+9 damage; marked targets take an additional 2d10 + 9 damage.",damage:"2d10+9 damage",category:0},{id:"136278ac-2219-4203-ba8d-18d211f0ada4",name:"No Escape",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blackstar knight-commander can teleport 10 squares as long as it ends in a square adjacent to an enemy marked by the blackstar knight-commander.",damage:"The blackstar knight-commander can teleport 10 squares as long as it ends in a square adjacent to an enemy marked by the blackstar knight-commander",category:2}],damageModifiers:[{type:3,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1653f1f7-f88c-4485-8ba5-0f4d00c46485",name:"Bonecrusher Skeleton Hulk",details:"",size:3,origin:4,type:0,keywords:"undead",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"greatclub",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:3},wisdom:{score:24},charisma:{score:8},hp:232,initiative:22,ac:41,fortitude:38,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"44d57c11-eed8-497e-8566-e771068afb82",name:"Crushing Blow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d10+9 damage, and the target is knocked prone.",damage:"4d10+9 damage",category:1},{id:"d0bbdcf3-0d69-474f-9b71-346d92959e96",name:"Swift Retribution",action:{action:1,trigger:"whenever an enemy moves into or out of a square within reach of the bonecrusher skeleton",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d10+9 damage, and the target is dazed (save ends).",damage:"2d10+9 damage",category:5},{id:"0763a6bb-7ea4-42bd-807e-3b8b008a22eb",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bonecrusher skeleton can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"128e075c-e926-45ff-be38-f56f1aa03ae7",name:"Canoloth Tracker",details:"",size:2,origin:1,type:1,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +21; blindsight 10",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:24},dexterity:{score:27},intelligence:{score:10},wisdom:{score:25},charisma:{score:12},hp:1,initiative:22,ac:42,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"f149a6d3-69eb-4dbd-933f-9eae26742cdd",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 11 damage, and the target is dazed (save ends). If the target is already dazed, it takes an extra 5 damage instead.",damage:"11 damage",category:1}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81b01028-ec95-4907-a8f6-2d9bb972653b",name:"Corruption Shard",details:"",size:2,origin:1,type:1,keywords:"",level:32,role:{type:0,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:13},charisma:{score:24},hp:219,initiative:21,ac:44,fortitude:43,reflex:43,will:45,regeneration:null,auras:[{id:"83305566-6b31-48d8-8fd6-29f21a1a1f44",name:"Corruption Corona",keywords:"",details:"aura 2; each enemy that ends its turn within the aura takes 20 damage and is slowed."}],powers:[{id:"7781569d-60d2-443a-8d9e-5736a98bfdf6",name:"Corruption Flare",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:2},description:"",details:"2d10+12 damage.",damage:"2d10+12 damage",category:1},{id:"10907378-6516-4e5e-9043-b343e866972d",name:"Corruption Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:37,defence:3},description:"",details:"3d10+12 damage, and the target is blinded until the end of the corruption shard’s next turn.",damage:"3d10+12 damage",category:1},{id:"ee162258-8945-4f8d-8ecd-19ca9a9ca8cb",name:"Nauseous Form",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:35,defence:1},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:3},{id:"c53b2c46-6c39-4567-8390-f6a0dcf41777",name:"Seed of Corruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the corruption shard drops to 0 hit points",range:"Close burst 2",attack:{bonus:35,defence:3},description:"",details:"2d10+12 damage, and the target takes ongoing 15 damage and is blinded (save ends both).",damage:"2d10+12 damage",category:1}],damageModifiers:[{type:2,value:-20},{type:4,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"disease, poison, radiant",tactics:""},{id:"7293d747-2005-44a7-9bf3-fbb6fbf2348c",name:"Deathpriest Necromancer",details:"",size:2,origin:4,type:2,keywords:"human",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +19",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Religion +24",equipment:"mace; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:532,initiative:16,ac:44,fortitude:42,reflex:41,will:44,regeneration:null,auras:[{id:"a6bbf607-83bf-4ade-937c-fa252cb5432d",name:"Aura of Decay",keywords:"",details:"(Necrotic) aura 5; living enemies within the aura take a –2 penalty to all defenses."}],powers:[{id:"6beaa34e-13fc-4740-9342-fa9887bae8e2",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"2d8+10 damage, and ongoing 15 necrotic damage (save ends).",damage:"2d8+10 damage",category:1},{id:"941fe88a-8769-4033-b2e9-3b0339892c92",name:"Spirit Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Spectral forms appear to batter the deathpriest’s enemies. Close blast 3",attack:{bonus:34,defence:1},description:"",details:"3d8+10 damage, and the target is pushed 2 squares and immobilized (save ends).",damage:"3d8+10 damage",category:1},{id:"663ec9b4-d8ec-4ce2-9c5f-c73cb491b924",name:"Vision of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:34,defence:3},description:"",details:"3d8+10 psychic damage, and the target is dazed (save ends).",damage:"3d8+10 psychic damage",category:1},{id:"47cc8d72-6117-4aa7-abdc-6e28491e932b",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 2d8+10 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 25 hit points.",damage:"2d8+10 necrotic damage",category:1}],damageModifiers:[{type:6,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4cf4c254-ee17-4fcc-9d64-1c5a758510e0",name:"Demonic Skeleton Defilade",details:"",size:2,origin:1,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:27},intelligence:{score:13},wisdom:{score:24},charisma:{score:13},hp:1,initiative:25,ac:46,fortitude:42,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"53545ddd-c954-4b22-b6b0-8e129b224157",name:"Demon Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Necrotic",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"15 poison and necrotic damage, and the target is marked until the end of the skeleton’s next turn and slowed (save ends).",damage:"15 poison and necrotic damage",category:1},{id:"90709b3b-f6f8-447c-aeef-66c6f71977a4",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever an adjacent enemy performs any action, the skeleton makes an immediate demon blade attack and deals an extra 1d8 damage on a hit.",damage:"the skeleton makes an immediate demon blade attack and deals an extra 1d8 damage on a hit",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5798f8f0-6617-42c3-ac29-f60a896e0677",name:"Dread Wraith Assassin",details:"",size:3,origin:5,type:2,keywords:"undead",level:31,role:{type:4,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +29",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:28},intelligence:{score:14},wisdom:{score:12},charisma:{score:28},hp:206,initiative:28,ac:45,fortitude:41,reflex:43,will:43,regeneration:{value:20,details:"if the dread wraith lord takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[{id:"0ecf5de1-0b83-4e87-8280-a063fb3c4bc0",name:"Shroud of Night",keywords:"",details:"(Necrotic) aura 5; bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"dc7774f3-cad5-490e-9007-7287d3f35d0b",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:2},description:"",details:"Reach 2; 2d10+10 necrotic damage, and the target is weakened (save ends).",damage:"2d10+10 necrotic damage",category:1},{id:"b3a92367-f2d8-4cc4-9af7-f3a5b60b3b77",name:"Death Shriek",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close blast 3",attack:{bonus:32,defence:3},description:"",details:"targets enemies; 4d8+10 psychic damage, and the target is dazed (save ends). Miss: Half damage.",damage:"4d8+10 psychic damage",category:0},{id:"607d82de-9dc3-449c-99a5-432bfb2f0a42",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dread wraith assassin deals 4d6 extra necrotic damage against any target it has combat advantage against.",damage:"the dread wraith assassin deals 4d6 extra necrotic damage against any target it has combat advantage against",category:0},{id:"13600825-ea78-400b-a452-ddbb31056b08",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dread wraith assassin shifts 6 squares.",damage:"The dread wraith assassin shifts 6 squares",category:2},{id:"ede987e0-4cd1-40d4-b69f-bda552e4d9ca",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a dread wraith assassin rises as a free-willed dread wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-30}],resist:"insubstantial",vulnerable:"20 radiant (see also regeneration)",immune:"disease, fear, poison",tactics:""},{id:"30c2bc2a-96ab-4738-900f-711f8ba640dd",name:"Evistro Devastator",details:"",size:2,origin:1,type:2,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +28",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:29},intelligence:{score:19},wisdom:{score:26},charisma:{score:16},hp:1,initiative:23,ac:40,fortitude:39,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"dc7e3647-8fd3-4d98-a2f3-1c3fdb1b0fb4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"60ba2a8d-f705-46a2-bd47-08cfddb4cdae",name:"Devastating Bite",action:{action:3,trigger:"against bloodied targets only",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"18 damage.",damage:"18 damage",category:5},{id:"b694524a-8b42-4778-995c-82453ddef739",name:"Carnage",action:null,keywords:"",condition:"",range:"The evistro devastator gains a +2 bonus to melee attacks if it has one or more allies adjacent to its target. This bonus stacks with combat advantage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9a7b5281-20c6-4a7c-a44e-dd15b2a146da",name:"Fathomal Blight",details:"",size:2,origin:1,type:1,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +20; darkvision",movement:"fly 8",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:13},intelligence:{score:22},wisdom:{score:12},charisma:{score:18},hp:1,initiative:15,ac:42,fortitude:38,reflex:42,will:40,regeneration:null,auras:[{id:"2c0ba5d4-e521-4afa-b058-822722db76fa",name:"Demonic Aura",keywords:"",details:"aura 1; each allied demon that starts its turn within the aura gains a +2 power bonus to attack rolls and damage rolls until the end of its turn."}],powers:[{id:"be1bae76-9525-4aaa-ab23-03cf78090ad0",name:"Abyssal Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"10 psychic damage, and the target is stunned (save ends).",damage:"10 psychic damage",category:1},{id:"ed6a0d1f-2acc-40e5-af61-d200d2f0d186",name:"Death Burst",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"The fathomal explodes in a scream of psychic annihilation. Close burst 10",attack:{bonus:31,defence:2},description:"",details:"targets enemies; 16 psychic damage. Miss: Half damage.",damage:"16 psychic damage",category:0}],damageModifiers:[{type:2,value:-25},{type:3,value:-25},{type:10,value:-25}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"7a6df799-e2f2-4b68-904c-0083ccb66376",name:"Fathomal Clasp",details:"",size:4,origin:1,type:1,keywords:"demon",level:29,role:{type:2,flag:1,leader:!1},senses:"Perception +26; truesight 6",movement:"fly 10",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:41},constitution:{score:30},dexterity:{score:20},intelligence:{score:5},wisdom:{score:35},charisma:{score:16},hp:660,initiative:19,ac:41,fortitude:43,reflex:37,will:40,regeneration:null,auras:[{id:"86b6a344-97b0-4d98-8ac6-891453967bb4",name:"Grip of Chaos",keywords:"",details:"(Psychic) aura 5; each enemy that starts its turn within the aura takes 20 psychic damage."}],powers:[{id:"064bdd1d-257c-4700-9f66-db133d3dcf3b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 4d10+9 damage, and the target is grabbed. A target trying to escape the grab takes a –4 penalty to the check. A fathomal clasp can grab only one creature at a time, and only creatures that are Large or smaller.",damage:"4d10+9 damage",category:1},{id:"14658897-46c5-4988-8f63-9bfb972a0e82",name:"Grab and Hurl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fathomal clasp can make a slam attack. If the slam attack hits, it makes an ally missile attack. If the slam attack misses, or if the ally missile attack would provoke an opportunity attack, the fathomal instead makes a second slam attack.",damage:"",category:1},{id:"a125e17c-d0e7-408c-bcb7-5d63e8ffd813",name:"Filch Foe",action:{action:4,trigger:"when an enemy moves adjacent to the fathomal clasp while no creature is grabbed",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fathomal clasp makes a slam attack.",damage:"",category:5},{id:"f4d00d1a-9ac8-4afb-8410-a46e9ba3c96a",name:"Ally Missile",action:{action:1,trigger:"while the fathomal clasp has a creature grabbed",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The fathomal clasp hurls the grabbed creature at another foe. Ranged 20",attack:{bonus:30,defence:2},description:"",details:"3d10+9 damage to the target and the hurled foe, and the target is pushed 2 squares (the hurled foe falls prone in the target’s vacated square). The fathomal clasp can throw the grabbed creature at any open space in range if it has no other targets.",damage:"3d10+9 damage to the target and the hurled foe",category:5},{id:"61e0ade3-59ac-4b11-ae8c-c10d68bafd3d",name:"Cry of Anarchy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:29,defence:3},description:"",details:"targets enemies; 4d8+10 psychic damage, ongoing 10 psychic damage (save ends), and the target is dazed until the end of the fathomal clasp’s next turn.",damage:"4d8+10 psychic damage",category:1}],damageModifiers:[{type:3,value:-25},{type:5,value:-25},{type:10,value:-25}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"d08bc3cc-47d1-474a-b00e-fe6f9a1c9aec",name:"Fathomal Gnaw",details:"",size:3,origin:1,type:1,keywords:"demon",level:28,role:{type:4,flag:0,leader:!1},senses:"Perception +26; truesight 6",movement:"teleport 12",alignment:"Evil",languages:"",skills:"Stealth +32",equipment:"",category:"",strength:{score:29},constitution:{score:31},dexterity:{score:36},intelligence:{score:24},wisdom:{score:24},charisma:{score:30},hp:205,initiative:31,ac:42,fortitude:38,reflex:41,will:38,regeneration:null,auras:[{id:"5fb81465-8ce4-4386-a2b8-fd25e859bec3",name:"Self-Inflicted Wounds",keywords:"",details:"(Psychic) aura 1; each enemy that starts its turn within the aura takes 10 psychic damage and 10 poison damage."}],powers:[{id:"9e1f8d8f-9ff2-4f31-8550-fdfb7a81751d",name:"Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Psychic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 4d8+10 poison and psychic damage, and the target is slowed (save ends).",damage:"4d8+10 poison and psychic damage",category:1},{id:"ee23984e-1f93-4c0b-ab17-9bc8300b63cc",name:"Blink and Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison, Psychic",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"The fathomal gnaw teleports up to 6 squares and makes an attack. Reach 2; 5d10+9 poison and psychic damage, and the target is immobilized (save ends). Then the fathomal gnaw teleports up to 12 squares.",damage:"5d10+9 poison and psychic damage",category:1}],damageModifiers:[{type:3,value:-25},{type:4,value:-25},{type:5,value:-25}],resist:"insubstantial",vulnerable:"",immune:"fear",tactics:""},{id:"b0178655-233d-48d1-a026-33181091cabd",name:"Fathomal Scream",details:"",size:3,origin:1,type:1,keywords:"demon",level:29,role:{type:3,flag:0,leader:!1},senses:"Perception +18; truesight 6",movement:"fly 10 phasing",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:5},wisdom:{score:18},charisma:{score:26},hp:265,initiative:22,ac:43,fortitude:41,reflex:40,will:40,regeneration:null,auras:[{id:"ad1dd8f2-4b8f-42a3-b2e0-c05727ebb5be",name:"Darkest Memory",keywords:"",details:"(Psychic) aura 1; each creature within the aura taking ongoing psychic damage takes 5 extra psychic damage."}],powers:[{id:"236abd36-0681-465e-9789-e6b639308224",name:"Dreadful Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:33,defence:3},description:"",details:"Reach 2; 2d10+10 damage (crit 6d10 + 30), and ongoing 10 psychic damage (save ends).",damage:"2d10+10 damage (crit 6d10 + 30)",category:1},{id:"4018439e-2ff7-4211-92cb-0554f4e98f2c",name:"Nightmare Dredge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; 2d8+10 psychic damage, and the target slides 3 squares, takes ongoing 10 psychic damage, and is immobilized (save ends both). When the target fails a saving throw, it slides 3 squares.",damage:"2d8+10 psychic damage",category:1},{id:"3c6a0c77-aa9d-4381-84fe-c3c97d8b989e",name:"Mote of Dread",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Fear, Zone",condition:"",range:"Area burst 3 within 20",attack:null,description:"",details:"the fathomal scream fashions a phantasmal mote of churning mist. Any creature that enters or begins its turn in the zone takes 15 psychic damage. The mote blocks line of sight. It remains in place until the end of the encounter.",damage:"any creature that enters or begins its turn in the zone takes 15 psychic damage",category:1}],damageModifiers:[{type:1,value:-25},{type:4,value:-25},{type:6,value:-25}],resist:"insubstantial",vulnerable:"",immune:"fear",tactics:""},{id:"92d7cad8-1c42-42a6-b506-d04b1466a9d8",name:"Forgeborn Chaos Skulk",details:"",size:3,origin:3,type:1,keywords:"",level:27,role:{type:4,flag:0,leader:!1},senses:"Perception +22; blindsight 10, darkvision",movement:"8, climb 8",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:28},intelligence:{score:19},wisdom:{score:19},charisma:{score:25},hp:193,initiative:26,ac:41,fortitude:39,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"0b838460-bb97-48d3-8f4b-16281bc42565",name:"Soul Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; 3d8+9 psychic damage, and the chaos skulk becomes invisible to the target until the end of the chaos skulk’s next turn; see also subtle strike.",damage:"3d8+9 psychic damage",category:1},{id:"26cb142c-f984-4161-8d6b-b9ea330902a2",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:30,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0},{id:"b5c46c46-622c-4795-8c87-0cfcadfe9d5e",name:"Soul Shroud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:30,defence:3},description:"",details:"5d10+9 psychic damage, the target takes ongoing 5 psychic damage, and the chaos skulk becomes invisible to the target (save ends both); see also subtle strike.",damage:"5d10+9 psychic damage",category:1},{id:"24d7b8e0-9ec4-43d0-b121-dd2d20c1ba04",name:"Subtle Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chaos skulk deals 3d8 extra damage on attacks when it is invisible to its target.",damage:"the chaos skulk deals 3d8 extra damage on attacks when it is invisible to its target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"594c24e5-f260-48aa-85ba-b285fa6008c9",name:"Forgeborn Darkslayer",details:"",size:3,origin:3,type:1,keywords:"",level:28,role:{type:2,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"greatsword",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:27},intelligence:{score:18},wisdom:{score:27},charisma:{score:20},hp:315,initiative:22,ac:40,fortitude:42,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"26b79f61-6ce0-497d-a8bf-e0a1e2a47791",name:"Shadow Sword",action:{action:1,trigger:"usable only while wielding a greatsword",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 3d10+10 necrotic damage, plus ongoing 10 necrotic damage (save ends).",damage:"3d10+10 necrotic damage",category:5},{id:"ca761026-19f5-4d19-9e83-1f4d47c67b95",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0},{id:"708da2b2-a303-4ff3-bdfe-b1021c113b0e",name:"Shadow Frenzy",action:{action:1,trigger:"usable only while wielding a greatsword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:29,defence:1},description:"",details:"3d10+10 necrotic damage, and the target is stunned (save ends).",damage:"3d10+10 necrotic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"44b24672-fffc-43ab-bafd-3dc91a78543f",name:"Forgeborn Firelasher",details:"",size:2,origin:3,type:1,keywords:"",level:28,role:{type:0,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"8, fly 6 (clumsy)",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:26},dexterity:{score:29},intelligence:{score:23},wisdom:{score:26},charisma:{score:18},hp:200,initiative:23,ac:42,fortitude:40,reflex:41,will:40,regeneration:null,auras:[],powers:[{id:"aaebdb60-9bf5-44f5-be08-995997da943c",name:"Darkfire Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+10 fire damage, and the target is dazed until the beginning of its next turn.",damage:"3d8+10 fire damage",category:1},{id:"102e3848-a0b9-45cc-b0d0-5d0ec5092085",name:"Flame Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"3d8+10 fire damage.",damage:"3d8+10 fire damage",category:1},{id:"d856869e-0830-48e7-b24f-0788999a3923",name:"Defensive Flare",action:{action:4,trigger:"when the firelasher is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; the target is dazed until the end of its next turn. A target already dazed is also weakened until the end of its next turn.",damage:"Reach 2",category:5},{id:"5ac71433-7e35-4a0f-9e58-1bc570459f81",name:"Lash of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Psychic",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"4d8+10 fire and psychic damage, and the target takes ongoing 15 fire damage (save ends).",damage:"4d8+10 fire and psychic damage",category:1},{id:"c4724ea6-8100-4833-83e8-c701a0b95782",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"7cf09788-37a1-4af6-a4a7-bce0b1201db8",name:"Forgeborn Fury",details:"",size:2,origin:1,type:1,keywords:"demon",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +20; darkvision",movement:"8",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:26},intelligence:{score:18},wisdom:{score:20},charisma:{score:18},hp:1,initiative:23,ac:44,fortitude:42,reflex:43,will:42,regeneration:null,auras:[{id:"72b6a9d5-00d8-4a96-aa4f-ca99c318d29e",name:"Elemental Fury",keywords:"",details:"aura 1; each allied forgeborn within the aura gains a +2 power bonus to attack rolls and damage rolls."}],powers:[{id:"0e91da76-1ca1-4796-b0fe-91df5e85613a",name:"Furious Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"14 damage, and the target loses any resistances (save ends).",damage:"14 damage",category:1},{id:"32157ddc-2ea5-4e1d-ba6f-6657ef624c05",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"14 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"4fb4ee2e-b82b-433b-abe5-efe34188b48f",name:"Forgeborn Stormstriker",details:"",size:3,origin:3,type:1,keywords:"",level:31,role:{type:3,flag:0,leader:!0},senses:"Perception +28; blindsight 10, darkvision",movement:"8, teleport 8",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:22},intelligence:{score:27},wisdom:{score:27},charisma:{score:23},hp:281,initiative:21,ac:45,fortitude:43,reflex:41,will:41,regeneration:null,auras:[{id:"b721e297-9a06-4799-8b9a-a440e39d8b8e",name:"Defenders of the Forge",keywords:"",details:"(Cold, Fire, Healing, Lightning) aura 5; each immortal ally that starts its turn within the aura regains 20 hit points, while each enemy that starts its turn within the aura takes 15 cold, fire, and lightning damage."}],powers:[{id:"02b5a67e-29e7-4f90-9ea5-4776fda002fe",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:35,defence:3},description:"",details:"Reach 2; 4d8+10 psychic damage, and the target is dazed until the end of the stormstriker’s next turn.",damage:"4d8+10 psychic damage",category:1},{id:"334f4807-d635-4f2f-a231-1812e2bbf1f2",name:"Arc Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"3d8+10 lightning damage plus ongoing 10 lightning damage (save ends), the target is dazed until the end of its next turn, and the stormstriker makes a secondary attack against two new targets within 5 squares of the initial target. Secondary Attack: +35 vs. Fortitude; 2d8 + 10 lightning damage and ongoing 10 lightning damage (save ends).",damage:"3d8+10 lightning damage plus ongoing 10 lightning damage (save ends)",category:1},{id:"c8807e48-d267-4dbc-8321-6728ddc03b35",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0},{id:"3c318497-4c97-43c3-bfd5-89bc5feedeff",name:"Coldfire Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"Burst 5 within 10; 3d8+10 cold and fire damage, and crystalline growths make the area of the burst difficult terrain until the end of the encounter.",damage:"3d8+10 cold and fire damage",category:1}],damageModifiers:[{type:2,value:-15},{type:3,value:-15},{type:5,value:-15}],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"976c2429-681f-456d-a54c-54453642ae64",name:"Glabrezu Gatewarder",details:"",size:4,origin:1,type:2,keywords:"demon",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +20; truesight 6",movement:"8, fly 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +26, Bluff +21, Intimidate +21",equipment:"",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:19},intelligence:{score:26},wisdom:{score:25},charisma:{score:16},hp:580,initiative:17,ac:38,fortitude:38,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"2dbb68ac-b6fd-4ddd-b1c6-06512eed7e93",name:"Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"2ce24038-8457-4acd-a659-e4b7f744e0bd",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glabrezu makes two pincer claw attacks. If both claws hit the same target, the target is grabbed if the glabrezu so chooses.",damage:"",category:1},{id:"3dfcca6f-fa27-4b49-a21f-04700a5e907b",name:"Abyssal Bolt",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"4d4+8 damage.",damage:"4d4+8 damage",category:3},{id:"c97695c8-b055-4e61-8f5b-a110bb96b1cb",name:"Blasphemous Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d12+8 psychic damage, and the target is dazed until the end of the glabrezu’s next turn.",damage:"2d12+8 psychic damage",category:3},{id:"3bbc4547-fb1c-4e2a-b892-13aa2bd3c208",name:"Chaos Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"targets enemies; 2d12+8 damage. This damage bypasses all resistances.",damage:"2d12+8 damage",category:3},{id:"6b07be74-9299-47c9-a428-351b79b131f2",name:"Arcane Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glabrezu teleports 8 squares, recharges its blasphemous word and chaos word powers, and makes an abyssal bolt, blasphemous word, or chaos word attack.",damage:"The glabrezu teleports 8 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"40818bfe-ffab-437e-a110-716d07950043",name:"Goristro Ripper",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:610,initiative:14,ac:39,fortitude:42,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"46ec7700-afe3-4fd3-b066-97e750416382",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d10+12 damage.",damage:"2d10+12 damage",category:1},{id:"e0f39f4d-f5e8-4413-ade2-4311bd5fdd9b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goristro makes two slam attacks.",damage:"",category:1},{id:"f936d25c-e97f-4481-9d99-e4a94d6fb84b",name:"Goristro Stomp",action:{action:4,trigger:"when a nonadjacent enemy moves adjacent to the goristro",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The goristro makes an attack against the enemy; 4d8+12 damage, and the target is knocked prone.",damage:"4d8+12 damage",category:5},{id:"c9090a5e-48ad-4998-a5b4-769478d3bd39",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The goristro makes a charge attack; 3d10+12 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d10+12 damage",category:1},{id:"d461d8aa-5576-48bb-b661-7e8be89f7ab8",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The goristro makes a frenzied gore attack against the enemy; 2d8+12 damage.",damage:"2d8+12 damage",category:5}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"095d60ae-4abb-4432-aa3a-b5b925eecadb",name:"Goristro Slavemaster",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:26},intelligence:{score:12},wisdom:{score:25},charisma:{score:17},hp:610,initiative:21,ac:39,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"ffbdea0f-11e5-4250-97af-4a1643e10a1c",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d10+9 fire damage.",damage:"3d10+9 fire damage",category:1},{id:"7fc99483-5fcf-4473-8771-f996f509bbcf",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"The goristro makes two flame whip attacks.",damage:"",category:1},{id:"6862fb5c-923b-4dbf-84c1-e0edc6262c09",name:"Goristro Stomp",action:{action:4,trigger:"when an enemy moves adjacent to the goristro",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The goristro makes an attack against the enemy; 4d10+10 damage, and the target is knocked prone.",damage:"4d10+10 damage",category:5},{id:"8a36b443-d0f5-4b78-b017-15ead55fa3e2",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The goristro makes a charge attack; 3d10+10 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d10+10 damage",category:1},{id:"71ee9e11-8e8d-444d-8957-424d843dca05",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8+10 damage, and the target is pushed 2 squares.",damage:"3d8+10 damage",category:5}],damageModifiers:[],resist:"25 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b746b2ec-e473-41bb-bd1e-d8e191fe0d4b",name:"Gulari",details:"",size:3,origin:1,type:1,keywords:"demon",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +24; truesight 6",movement:"8, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"Acrobatics +24, Athletics +23",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:25},intelligence:{score:2},wisdom:{score:25},charisma:{score:20},hp:236,initiative:21,ac:41,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"777d0470-6278-45c5-a6ee-5ec18056c083",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d6 + 9 poison damage, and the target is dazed until the end of its next turn.",damage:"4d6 + 9 poison damage",category:1},{id:"c6b13394-5db0-4d20-840a-83e6832aa372",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8 + 9 damage, and the target is knocked prone.",damage:"3d8 + 9 damage",category:1},{id:"d9fc9586-4f85-4b30-9f7c-35ba0edcb148",name:"Shifting Assault",action:{action:4,trigger:"when an enemy within 2 squares of the gulari shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gulari shifts to within 2 squares of the triggering creature and makes a bite attack and a slam attack against the triggering creature.",damage:"The gulari shifts to within 2 squares of the triggering creature and makes a bite attack and a slam attack against the triggering creature",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e8b71fb-446c-497c-b991-8f168cc5789c",name:"Gulari Whelp",details:"",size:2,origin:1,type:1,keywords:"demon",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +19; truesight 6",movement:"8, climb 8 (spider climb); see also shifting assault",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:28},dexterity:{score:25},intelligence:{score:2},wisdom:{score:25},charisma:{score:16},hp:1,initiative:19,ac:40,fortitude:37,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"43e3d07e-fe46-4417-8308-1bd8fe3130c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"10 poison damage, and the target is knocked prone.",damage:"10 poison damage",category:1},{id:"00461c39-1a2b-48b4-a64a-1eb344744d38",name:"Shifting Assault",action:{action:4,trigger:"when an enemy adjacent to the gulari whelp shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gulari makes a bite attack against the triggering creature.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"508ff86c-8fc3-4b0e-a832-c0c5071f1d01",name:"Hezrou Ripper",details:"",size:3,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6 see also demonic step",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Intimidate +21, Stealth +23",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:305,initiative:18,ac:39,fortitude:39,reflex:35,will:35,regeneration:null,auras:[{id:"2d372782-da3c-457b-afe0-71c951e5e94f",name:"Noxious Stench ",keywords:"",details:"(Poison) aura 2; enemies in the aura take a –2 penalty to attack rolls. While the hezrou is bloodied, enemies within its aura are also weakened."}],powers:[{id:"cc30b29c-f4f8-47bd-941e-96fb4f3ea98f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"53ec24e4-6f9b-473a-af09-52d98a433596",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"f7213ab9-3b96-4831-9099-65762abe9b32",name:"Combination Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou makes one slam attack and one bite attack.",damage:"",category:1},{id:"98826c69-7a3a-4a6a-ba6c-34fc4989bb79",name:"Demonic Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou ignores difficult terrain, seeming to phase through it.",damage:"",category:0}],damageModifiers:[{type:4,value:-20},{type:6,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09ae4798-6cb8-48b9-ab7e-186f909ff242",name:"High Aspect of Orcus",details:"",size:4,origin:1,type:2,keywords:"demon",level:29,role:{type:2,flag:1,leader:!1},senses:"Perception +23; darkvision, low-light vision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +26, History +26, Intimidate +27, Religion +26",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:18},intelligence:{score:24},wisdom:{score:19},charisma:{score:27},hp:664,initiative:18,ac:41,fortitude:43,reflex:39,will:40,regeneration:null,auras:[{id:"d0f7be87-715b-4088-9d76-7ed1bdbd0e5f",name:"Lesser Aura of Death",keywords:"",details:"(Necrotic) aura 10; each enemy that enters or starts its turn in the aura takes 10 necrotic damage (20 necrotic damage while the high aspect of Orcus is bloodied)."}],powers:[{id:"57868ffa-a494-4a8f-bcaf-d44e2d41ffd1",name:"Skull Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d8+10 damage, and the target is weakened (save ends).",damage:"3d8+10 damage",category:1},{id:"ae8fcc30-944e-4971-9be7-e3253f4dde16",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"The high aspect of Orcus makes two skull mace attacks.",damage:"",category:1},{id:"2ec7b934-4ba8-4274-bafb-c1138856f987",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts within 3 squares of the aspect of orcus",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 3; 3d6+12 damage, and the target is knocked prone.",damage:"3d6+12 damage",category:5}],damageModifiers:[{type:6,value:-20},{type:3,value:-10},{type:4,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"697cfac4-7caa-42c2-bdf0-e54f1faa4f87",name:"Immolith Seeker",details:"",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:28,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:27},intelligence:{score:18},wisdom:{score:20},charisma:{score:27},hp:262,initiative:22,ac:42,fortitude:40,reflex:38,will:38,regeneration:null,auras:[{id:"42796be2-f9f6-48fc-b453-690d15ccc402",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; each creature that enters or starts its turn in the aura takes 15 fire damage."}],powers:[{id:"ceb2f995-73e2-4a37-8002-561ccd760b7b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d8+10 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d8+10 fire damage",category:1},{id:"dd843d6d-e331-49d4-bb50-0c07d5af33c7",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The immolith makes a claw attack (see above) against a Large or smaller target. On a hit, the target slides into a square adjacent to the immolith and is grabbed. While grabbed, the target loses any resistance it has to fire. An immolith can hold up to five grabbed creatures using this power.",damage:"",category:1},{id:"2699d162-34b6-40d4-a581-765d9073c4de",name:"Deathfire Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"the target is slowed (save ends). Aftereffect: The target takes ongoing 10 fire damage (save ends).",damage:"the target takes ongoing 10 fire damage (save ends)",category:3},{id:"cd24e9de-1fec-4a34-b9b4-52676fcc3b76",name:"Vigor of the Grave",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"undead in the burst (including the immolith) regain 15 hit points.",damage:"undead in the burst (including the immolith) regain 15 hit points",category:3}],damageModifiers:[{type:3,value:-20},{type:4,value:-20},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"00b0e797-ef6e-4783-9917-8329221bbd6b",name:"Kazrith Sentinel",details:"",size:3,origin:1,type:1,keywords:"aquatic, demon",level:26,role:{type:4,flag:0,leader:!1},senses:"Perception +20; tremorsense 20",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"Stealth +27",equipment:"",category:"",strength:{score:26},constitution:{score:21},dexterity:{score:29},intelligence:{score:18},wisdom:{score:25},charisma:{score:12},hp:183,initiative:26,ac:40,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"41e01882-0560-4f2b-8449-c03221d56e36",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d6+7 damage, and ongoing 10 acid damage (save ends).",damage:"3d6+7 damage",category:1},{id:"393b07cc-2a49-4fb1-a6b3-b0a47009261b",name:"Acidic Retreat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:29,defence:2},description:"",details:"2d6+7 damage, and ongoing 15 acid damage (save ends). Effect: The kazrith swims its speed.",damage:"2d6+7 damage",category:1},{id:"a5ecdb60-06d2-434b-8ecf-30137c8f15bf",name:"Acidic Seepage",action:null,keywords:"Acid",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The kazrith gains a +4 bonus to its swim speed, and at the start of its turn creatures adjacent to it take 10 acid damage.",damage:"and at the start of its turn creatures adjacent to it take 10 acid damage",category:0},{id:"e1194160-b76e-4ee9-9975-710904ababeb",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kazrith makes saving throws against immobilized, restrained, and slowed conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"46f3088d-f145-4e33-ad9a-b20cc02b5ea1",name:"Laamisha",details:"",size:3,origin:1,type:1,keywords:"demon",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +26; darkvision",movement:"6, climb 6",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:29},intelligence:{score:2},wisdom:{score:26},charisma:{score:18},hp:246,initiative:24,ac:43,fortitude:39,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"30fccd18-96fd-40b1-956c-be1dd9c88469",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the laamisha makes a secondary attack against the same target. Secondary Attack: +32 vs. Fortitude; ongoing 15 poison damage, and the target is immobilized until the end of the laamisha’s next turn.",damage:"3d8+9 damage",category:1},{id:"88facc2d-8def-4356-9ee1-4f908e63bec0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d10+9 damage, and the target is slowed until the end of the laamisha’s next turn.",damage:"3d10+9 damage",category:1},{id:"bb29eed1-3c1c-4881-bded-0e862ceb602a",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Reach 3; 5d10+9 damage, and the target is weakened (save ends). A target already weakened takes ongoing 15 poison damage (save ends).",damage:"5d10+9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"34f59c34-3ad3-4a99-af7d-78536ab68f98",name:"Larva Warlord",details:"",size:2,origin:4,type:1,keywords:"undead",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"5 see also squeezing swarm",alignment:"Evil",languages:"Common",skills:"Acrobatics +26, Athletics +27, Intimidate +25",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:24},hp:608,initiative:21,ac:39,fortitude:39,reflex:38,will:37,regeneration:null,auras:[{id:"4a89ce18-0e86-4b46-8883-653f1c26a208",name:"Tactical Feedback",keywords:"",details:"(Psychic) aura 6; enemies within the aura take 10 psychic damage when they shift."}],powers:[{id:"4a728352-5917-4f23-983d-3183217822f0",name:"Mandible Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"3d10+10 necrotic damage.",damage:"3d10+10 necrotic damage",category:1},{id:"86996d51-501e-4320-9e21-5fd9296d57f8",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The larva war master makes two mandible blade attacks.",damage:"",category:1},{id:"c467a2c2-5c71-4d37-85d1-472555ef5e01",name:"Punishing Beetle",action:{action:4,trigger:"when a creature regains hit points",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 20",attack:{bonus:29,defence:1},description:"",details:"5d10+14 poison damage. Miss: Half damage.",damage:"5d10+14 poison damage",category:5},{id:"c9f308a4-1170-4c53-9521-434220ba3b93",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva warlord can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"f1344751-291a-44f2-9f0d-0b9d295f234b",name:"Legion Devil Vanguard",details:"",size:2,origin:3,type:2,keywords:"devil",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:25},intelligence:{score:12},wisdom:{score:18},charisma:{score:25},hp:1,initiative:11,ac:44,fortitude:40,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"1d2c5c0c-2320-49ec-af35-4f57a9dd3067",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"64c03573-9ee9-4948-bdd3-40b8eb7d6e22",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil vanguard gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil vanguard gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be4cd730-e71d-43e8-b565-b0dbb8f835ef",name:"Marilith Ward Keeper",details:"",size:3,origin:1,type:2,keywords:"demon",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"scimitar",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:26},intelligence:{score:18},wisdom:{score:20},charisma:{score:26},hp:494,initiative:21,ac:41,fortitude:39,reflex:37,will:37,regeneration:null,auras:[{id:"b84f6030-5dac-4ac7-b137-7d1fc0140b3c",name:"Keeper’s Aura",keywords:"",details:"(Charm) aura 5; each ally within the aura gains a +2 bonus to AC. While the marilith ward keeper is bloodied, the bonus is gained on all defenses."}],powers:[{id:"84ecaed7-01ea-49fc-bf42-1dcbd355b053",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d10+5 damage (crit 3d10 + 35).",damage:"3d10+5 damage (crit 3d10 + 35)",category:1},{id:"d972d71f-1720-429b-9df5-e75da9478b46",name:"Keeper Strike",action:{action:1,trigger:"usable only while wielding a scimitar",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d10+5 damage (crit 3d10 + 35), and the target is dazed until the end of the keeper’s next turn.",damage:"3d10+5 damage (crit 3d10 + 35)",category:5},{id:"380b36c4-9d7d-4f1b-92a9-3cd693960eb8",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemy misses the marilith with a melee attack; usable only while wielding a scimitar",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The marilith ward keeper makes a scimitar attack against the triggering creature. If the triggering creatures is dazed, the marilith makes two scimitar attacks.",damage:"",category:5},{id:"7f4c8988-b7e1-4af2-bf19-7099752983da",name:"Stunning Steel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The marilith makes six scimitar attacks. If two or more attacks hit a single target, that target is knocked prone and stunned (save ends).",damage:"",category:1},{id:"f201eec3-f577-463e-8917-aefa921c83bf",name:"Hypnotic Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Area burst 5 within 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is pulled 6 squares and immobilized (save ends).",damage:"the target is pulled 6 squares and immobilized (save ends)",category:1}],damageModifiers:[{type:1,value:-20},{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3c3b44f-558a-4773-b6a7-ab4d63bad3eb",name:"Mezzodemon Shocktroop",details:"",size:2,origin:1,type:2,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +27",equipment:"",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:26},intelligence:{score:19},wisdom:{score:26},charisma:{score:13},hp:1,initiative:24,ac:44,fortitude:40,reflex:39,will:39,regeneration:null,auras:[],powers:[{id:"3ae699ec-c414-409f-97a0-7e09f6da3913",name:"Trident",action:{action:1,trigger:"usable only while wielding a trident",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 12 damage.",damage:"12 damage",category:5},{id:"ad48e773-1f59-41e8-97c1-fdeabef35b98",name:"Demon’s Curse",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"enemies in the burst take 10 damage.",damage:"enemies in the burst take 10 damage",category:0},{id:"752d611d-35b2-46fe-a5f1-6770c7bca008",name:"Restraining Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:33,defence:1},description:"",details:"targets enemies; 15 damage and the target is restrained (save ends).",damage:"15 damage and the target is restrained (save ends)",category:1}],damageModifiers:[{type:7,value:-20},{type:6,value:-10},{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"475c9635-fa9f-4bd3-b8ce-18f067115cd4",name:"Mezzodemon Throne Guard",details:"",size:2,origin:1,type:2,keywords:"demon",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +21; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:26},intelligence:{score:14},wisdom:{score:26},charisma:{score:16},hp:1,initiative:23,ac:43,fortitude:40,reflex:39,will:39,regeneration:null,auras:[],powers:[{id:"ba498279-1af3-4398-81d7-1f774eea6e56",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 11 damage.",damage:"11 damage",category:1},{id:"9e09ca85-4bc3-4d9a-a215-019f5f335d2b",name:"Restraining Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 11 damage, and the target is restrained (save ends).",damage:"11 damage",category:1}],damageModifiers:[{type:7,value:-25},{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed2aef34-6215-42bc-b14b-3f08b7fcf8c0",name:"Mezzodemon Watchguard",details:"",size:2,origin:1,type:2,keywords:"demon",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:28},constitution:{score:21},dexterity:{score:24},intelligence:{score:12},wisdom:{score:25},charisma:{score:16},hp:245,initiative:21,ac:43,fortitude:39,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"335c3b65-f4e8-4cdf-aa5a-dae3d3e784c8",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"d4e125de-caae-4d30-9095-fb96e159ea7f",name:"Skewering Tines",action:{action:1,trigger:"usable only while wielding a trident",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the target takes ongoing 10 damage and is restrained (save ends both).",damage:"3d8+9 damage",category:5},{id:"bf723877-1330-44dd-a28d-b281d50c077c",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 4d6+9 poison damage, and ongoing 15 poison damage (save ends).",damage:"4d6+9 poison damage",category:1}],damageModifiers:[{type:7,value:-25},{type:3,value:-15},{type:4,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b3044f4-d3cb-4a5f-969c-74abc934369f",name:"Nycademon Repeller",details:"",size:3,origin:1,type:2,keywords:"demon",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +19",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +23",equipment:"greataxe",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:26},intelligence:{score:8},wisdom:{score:13},charisma:{score:21},hp:250,initiative:23,ac:41,fortitude:40,reflex:40,will:37,regeneration:null,auras:[],powers:[{id:"521d744b-b282-4095-bd07-eccee0f80c17",name:"Wicked Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+7 damage, and ongoing 5 damage (save ends).",damage:"3d8+7 damage",category:1},{id:"1db7af01-17e4-4381-87d2-2ccec3193d47",name:"Wicked Edges",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon makes two wicked axe attacks.",damage:"",category:1},{id:"c779de5b-6de4-4697-8286-0f113a7a0f42",name:"Repelling Flight",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"The nycademon flies up to 6 squares. This flight does not provoke opportunity attacks. During the flight, the nycademon can make up to three attacks, each at a different target; 1d8+7 damage, and ongoing 5 damage (save ends).",damage:"1d8+7 damage",category:1},{id:"948eda5b-b3a4-44df-b382-d64bb48d8a27",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon deals an extra 2d8 damage against any target it has combat advantage against.",damage:"the nycademon deals an extra 2d8 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"470ee91f-3184-4779-a646-a67ff8f25424",name:"Orcus Empowered",details:"",size:5,origin:1,type:2,keywords:"demon",level:34,role:{type:2,flag:2,leader:!0},senses:"Perception +29; darkvision",movement:"6, fly 10 (clumsy), teleport 6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +29, History +29, Intimidate +32, Religion +29",equipment:"",category:"",strength:{score:35},constitution:{score:33},dexterity:{score:22},intelligence:{score:25},wisdom:{score:25},charisma:{score:30},hp:1525,initiative:23,ac:48,fortitude:51,reflex:46,will:49,regeneration:null,auras:[{id:"88236686-d825-4657-ab79-81b5afece9d3",name:"Aura of Death",keywords:"",details:"(Necrotic) aura 20; each enemy that enters the aura or starts its turn there takes 10 necrotic damage (20 necrotic damage while Orcus is bloodied)"},{id:"f4c28e49-e397-4500-9f8f-1199e035bac5",name:"The Dead Rise",keywords:"",details:"aura 6; enemies (including flying ones) treat the area within the aura as difficult terrain, and any dead creature within the aura at the start of Orcus’s turn (except those killed by the Wand of Orcus) rises as an abyssal madness ghoul to fight at Orcus’s command."}],powers:[{id:"00e4f497-9531-4e07-b5b1-a45fe4d89eff",name:"Wand of Orcus",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:38,defence:0},description:"",details:"Reach 4; 3d12+12 damage plus 1d12 necrotic damage, and the target is weakened (save ends); see also master of undeath.",damage:"3d12+12 damage plus 1d12 necrotic damage",category:1},{id:"be93cdc8-6f94-4e28-854d-0abbb179ef15",name:"Sweeping Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Close blast 4",attack:{bonus:36,defence:0},description:"",details:"2d12+12 damage plus 1d12 necrotic damage, and the target is pushed 2 squares and knocked prone; see also master of undeath.",damage:"2d12+12 damage plus 1d12 necrotic damage",category:1},{id:"760bbdec-5456-40a1-845c-d9d9dde41edf",name:"Touch of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"Reach 4; the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply). Miss: The target takes necrotic damage equal to its bloodied value.",damage:"the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply)",category:1},{id:"2951f70e-cc6c-408e-9686-6d9f1fc47850",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to orcus",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8+12 damage, and the target is stunned until the end of Orcus’s next turn and is knocked prone.",damage:"2d8+12 damage",category:5},{id:"01e1fa7d-3340-47fb-b63a-206594d2ccef",name:"Necrotic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:38,defence:1},description:"",details:"2d12+12 necrotic damage, and all undead in the burst regain 20 hit points.",damage:"2d12+12 necrotic damage",category:1},{id:"472e1e78-7609-478b-93ec-e98e2b8994e1",name:"Master of Undeath",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of Orcus’s turn, any creature killed by the Wand of Orcus that is still dead rises as a dread wraith under Orcus’s command.",damage:"",category:0}],damageModifiers:[{type:1,value:-20},{type:2,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"disease, poison, necrotic",tactics:""},{id:"d568504b-ffef-4e32-8734-abec829029f0",name:"Pit Fiend Captain",details:"",size:3,origin:3,type:2,keywords:"devil",level:30,role:{type:7,flag:1,leader:!0},senses:"Perception +26; darkvision",movement:"12, fly 12 (clumsy), teleport 10",alignment:"Evil",languages:"Supernal",skills:"Bluff +29, Insight +26, Intimidate +29, Religion +26",equipment:"",category:"",strength:{score:33},constitution:{score:27},dexterity:{score:25},intelligence:{score:22},wisdom:{score:23},charisma:{score:29},hp:550,initiative:24,ac:46,fortitude:43,reflex:39,will:41,regeneration:null,auras:[{id:"b2bf2c11-0ae8-4662-9ee6-ab25fd30e5dd",name:"Aura of Fear ",keywords:"",details:"(Fear) aura 5; each enemy within the aura takes a –2 penalty to attack rolls."},{id:"0a81fae9-5b2b-4021-aa65-e50694f6269a",name:"Aura of Fire",keywords:"",details:"(Fire) aura 5; each enemy that enters or starts its turns in the aura takes 15 fire damage."}],powers:[{id:"c488b0c0-ffb3-412e-a515-68403021ca7b",name:"Flametouched Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 3d8+10 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d8+10 fire damage",category:1},{id:"2b88d723-4fbe-4532-90ae-9181c15454c9",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the pit fiend makes a secondary attack against the same target. Secondary Attack: +35 vs. Fortitude; the target takes ongoing 15 poison damage and is weakened (save ends both).",damage:"2d8+10 damage",category:1},{id:"4e5238f5-8917-4db1-b83d-30069258b6aa",name:"Pit Fiend Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The pit fiend makes a flametouched mace attack and a tail sting attack.",damage:"",category:1},{id:"4a76df8b-a39d-464d-86c7-67c698c2dfd9",name:"Point of Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:35,defence:3},description:"",details:"the target takes a –5 penalty to all defenses until the end of the pit fiend’s next turn.",damage:"",category:3},{id:"1e5a5b8e-f594-4b8a-a64e-16f627d66e08",name:"Tactical Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The pit fiend can teleport up to 2 allies within 10 squares of it. The targets appear in any unoccupied squares within 10 squares of the pit fiend.",damage:"The pit fiend can teleport up to 2 allies within 10 squares of it",category:1}],damageModifiers:[{type:3,value:-30},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a542b00-68f7-4f2f-ae11-a805be578b01",name:"Retriever Holocaust",details:"",size:4,origin:3,type:0,keywords:"",level:30,role:{type:7,flag:2,leader:!1},senses:"Perception +24; darkvision, truesight 10",movement:"10, teleport 10",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:30},intelligence:{score:18},wisdom:{score:28},charisma:{score:14},hp:1104,initiative:27,ac:46,fortitude:44,reflex:43,will:42,regeneration:null,auras:[{id:"9a8c75db-ead0-4f02-99a6-211ec5a41fca",name:"Holocaust Aura",keywords:"",details:"(Fire) aura 5; each creature that starts its turn within the aura takes 15 fire damage. See also shield of fire."}],powers:[{id:"d2947d37-3968-48d9-99a8-be2b77d648cb",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 3; 4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"28692342-5254-4843-885f-c2369938f792",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The retriever holocaust makes four claw attacks, less one claw for each creature it has grabbed.",damage:"",category:1},{id:"72d5dc6d-3cbc-447d-ac16-0fc233abfdf1",name:"Great Retrieve",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"Reach 3; targets up to four creatures, less one for each creature the retriever already has grabbed; 3d8+10 damage, and the target is grabbed. The retriever can move a creature it has grabbed without making a Strength attack.",damage:"3d8+10 damage",category:1},{id:"b638718d-f6f2-44a4-af04-7193a8ffff4c",name:"Shield of Fire",action:{action:5,trigger:"when a creature within the retriever’s holocaust aura makes an attack roll",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"4d10+9 fire and necrotic damage, and the triggering attack takes a –2 penalty to the attack roll.",damage:"4d10+9 fire and necrotic damage",category:5},{id:"6234abf1-e060-49ed-8428-d4f8c7bf6756",name:"Holocaust Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:35,defence:1},description:"",details:"three attacks at three different targets; 3d10+9 fire and necrotic damage, and the target takes ongoing 5 fire and necrotic damage and is dazed (save ends both). A creature already dazed is stunned (save ends).",damage:"3d10+9 fire and necrotic damage",category:1},{id:"2725fc5e-fa10-4861-9417-538e19218eba",name:"Path of Flame",action:null,keywords:"",condition:"",range:"Each time the retriever holocaust teleports, it unleashes a storm of fire at its destination in a close burst 3: +35 vs. Reflex",attack:null,description:"",details:"2d10 + 9 fire damage, and the target is blinded (save ends).",damage:"2d10 + 9 fire damage",category:0},{id:"2bde8bd8-9e7b-401a-acc4-a7c7ee50748a",name:"Self-Repair",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The retriever regains 100 hit points and gains a +4 bonus to AC until the start of its next turn.",damage:"The retriever regains 100 hit points and gains a +4 bonus to AC until the start of its next turn",category:5},{id:"c4fc6dc4-2dc5-4b32-8371-a397917c514c",name:"Unerring Accuracy",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The retriever senses the general location of the target or nearest creature of the type it was commanded to locate. The retriever teleports to within 10 squares of the target. The target need not be on the same plane as the retriever.",damage:"The retriever teleports to within 10 squares of the target",category:5}],damageModifiers:[],resist:"10 all",vulnerable:"",immune:"charm, fear",tactics:""},{id:"1eef74c2-3071-404a-9600-086280c3da07",name:"Rot Harbinger Reaver",details:"",size:2,origin:1,type:2,keywords:"undead",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:30},intelligence:{score:21},wisdom:{score:27},charisma:{score:19},hp:1,initiative:24,ac:44,fortitude:39,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"1e98533f-acb9-4e09-b9da-b02aa82e74ae",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"12 damage, and the target is marked until the end of the rot harbinger’s next turn.",damage:"12 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, necrotic",tactics:""},{id:"34ae2d78-ddd7-414f-a682-aa3e6280dd91",name:"Shadow Demon Assassin",details:"",size:2,origin:1,type:2,keywords:"demon",level:31,role:{type:4,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Arcana +26, Bluff +29, Stealth +30",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:30},intelligence:{score:22},wisdom:{score:17},charisma:{score:28},hp:436,initiative:29,ac:45,fortitude:41,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"384d419d-cd06-4c2e-acab-deebd014b258",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:2},description:"",details:"Two attacks; 3d8+10 necrotic damage; see also combat advantage.",damage:"3d8+10 necrotic damage",category:1},{id:"95657179-f69b-4ded-a839-6abaa9be037e",name:"Void Rake",action:{action:3,trigger:"requires combat advantage against the target",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadow demon makes a single claw attack.",damage:"",category:5},{id:"d002f553-7f03-4e49-9601-76fda53e28dd",name:"Abyssal Void",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Close burst 3",attack:{bonus:32,defence:1},description:"",details:"4d8+10 necrotic damage. The burst creates a zone of darkness that lasts until the end of the shadow demon’s next turn. The zone of darkness cannot be illuminated, and it blocks line of sight for all creatures that cannot see in darkness. A creature that starts its turn within the zone takes 2d8 + 10 necrotic damage.",damage:"4d8+10 necrotic damage",category:5},{id:"5effc4fb-ed08-4c8d-9ffe-1d43d2c07781",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow demon uses a claw attack to damage a target it has combat advantage against, the target cannot spend healing surges until the end of the shadow demon’s next turn.",damage:"when the shadow demon uses a claw attack to damage a target it has combat advantage against",category:0}],damageModifiers:[{type:6,value:-25},{type:2,value:-20},{type:5,value:-20}],resist:"insubstantial",vulnerable:"radiant (if the shadow demon takes 25 or more radiant damage in a single attack, it loses phasing and insubstantial until the end of the attacker’s next turn)",immune:"",tactics:""},{id:"fdb05612-d154-4ba4-8627-800d84bb39dd",name:"Shard of Timesus",details:"",size:3,origin:1,type:0,keywords:"",level:30,role:{type:2,flag:1,leader:!1},senses:"Perception +22; darkvision, truesight 6",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:27},intelligence:{score:8},wisdom:{score:24},charisma:{score:18},hp:670,initiative:23,ac:42,fortitude:44,reflex:42,will:41,regeneration:null,auras:[{id:"4432aa8a-ce3d-40de-addc-1b1d520371e4",name:"Blackstar Gravity",keywords:"",details:"aura 3; each enemy within the aura at the start of the shard’s turn is pulled 2 squares."}],powers:[{id:"211f6625-0932-4425-9412-3e24fb37da00",name:"Blackstar Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"60356509-fde9-4f84-9d42-14835572b749",name:"Amok Rage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard of Timesus makes blackstar slam attacks against two different targets.",damage:"",category:1},{id:"f10541cb-72d2-433a-ab73-21672d37948c",name:"Meteor Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"5d10+9 force damage, and the target is pushed 4 squares and knocked prone.",damage:"5d10+9 force damage",category:1},{id:"07deefa8-7bdf-48b7-b9dc-76b757933510",name:"Focused Gravity",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged sight",attack:{bonus:31,defence:1},description:"",details:"2d8+10 force damage, and the target is knocked prone.",damage:"2d8+10 force damage",category:5},{id:"a6933706-f05e-46d6-8fdc-5f670a36c9c2",name:"Starquake",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"targets enemies; 2d8 + 10 damage.",damage:"2d8 + 10 damage",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68a4a227-8ace-4e63-9cb9-e3cb18758b65",name:"Slaughter Wight Overlord",details:"",size:2,origin:4,type:2,keywords:"undead",level:27,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:26},intelligence:{score:17},wisdom:{score:11},charisma:{score:24},hp:304,initiative:21,ac:39,fortitude:41,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"a80023a8-6ef5-4440-8515-a7efdb21b8db",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"5d6+9 necrotic damage, the target loses a healing surge and is weakened (save ends), and the slaughter wight regains 20 hit points.",damage:"5d6+9 necrotic damage",category:1},{id:"a37f260c-bbd1-4bac-9551-84eafa0e9871",name:"Bloodied Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"when first bloodied",range:"Close burst 1",attack:{bonus:28,defence:2},description:"",details:"targets enemies; 4d6+9 necrotic damage, and the target is pushed 1 square and immobilized (save ends).",damage:"4d6+9 necrotic damage",category:1},{id:"21d7cbf1-6ebd-4001-9c21-67bfeb038871",name:"Death Wail",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"targets enemies; 4d6+9 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"4d6+9 necrotic damage",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0855c8cc-2e4c-4c18-8374-477f7c499096",name:"Solamith Hunter",details:"",size:3,origin:1,type:2,keywords:"demon",level:30,role:{type:0,flag:0,leader:!1},senses:"Perception +23",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:29},intelligence:{score:12},wisdom:{score:26},charisma:{score:10},hp:208,initiative:24,ac:42,fortitude:41,reflex:42,will:41,regeneration:{value:20,details:"if the solamith takes cold damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"ac915851-68af-4152-8051-529a7891a4ef",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 2d8+10 fire damage.",damage:"2d8+10 fire damage",category:1},{id:"0314c709-0f5f-41cc-89d2-3367826a979a",name:"Soulfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:null,description:"",details:"The solamith chooses one of the following attacks, taking damage as it hurls parts of itself at enemies. The solamith cannot reduce itself to 0 hit points or fewer in this fashion.",damage:"taking damage as it hurls parts of itself at enemies",category:1},{id:"75e333b0-d6ae-4977-a468-e440b297c67f",name:"Soulfire Retort",action:{action:4,trigger:"when the solamith takes damage from a melee attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:33,defence:2},description:"",details:"2d8+10 fire and necrotic damage, and the target is pushed 2 squares.",damage:"2d8+10 fire and necrotic damage",category:5}],damageModifiers:[{type:3,value:-20},{type:4,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7cb517a-634f-4205-ad53-17739d46566a",name:"Storm Devil Thrall",details:"",size:2,origin:3,type:2,keywords:"devil",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Supernal",skills:"Stealth +26",equipment:"trident",category:"",strength:{score:21},constitution:{score:27},dexterity:{score:27},intelligence:{score:16},wisdom:{score:24},charisma:{score:15},hp:195,initiative:21,ac:39,fortitude:39,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"44a899b5-637f-4b7a-9abe-6d67349b75ac",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"2d8+9 damage, and the target takes ongoing 10 lightning damage and is dazed (save ends both).",damage:"2d8+9 damage",category:1},{id:"e2665125-9364-4727-907e-4dbf231edf7a",name:"Lightning Fork",action:{action:1,trigger:"usable only while wielding a trident",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"3d8+10 lightning damage.",damage:"3d8+10 lightning damage",category:5},{id:"f1a5e4f2-9fe8-49ba-b494-cad1d56d6fdf",name:"Infernal Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:30,defence:1},description:"",details:"4d10+9 lightning and thunder damage, and the target is pushed 3 squares and dazed until the end of its next turn.",damage:"4d10+9 lightning and thunder damage",category:1},{id:"d7be34e2-4a9f-40de-8c68-4f9eaa1209ef",name:"Cyclone",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm devil shifts 3 squares, and any Medium or smaller enemy adjacent to the storm devil at the start of the move is knocked prone.",damage:"The storm devil shifts 3 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7e37460-d1fb-4699-acd3-e18264e64945",name:"Vampire Lord (Human Fighter)",details:"",size:2,origin:4,type:2,keywords:"undead",level:28,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8, climb 4 (spider climb)",alignment:"Evil",languages:"Abyssal, Common",skills:"Acrobatics +28, Athletics +29, Intimidate +27",equipment:"broadsword",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:28},intelligence:{score:18},wisdom:{score:20},charisma:{score:26},hp:408,initiative:25,ac:44,fortitude:42,reflex:41,will:40,regeneration:{value:15,details:"regeneration does not function while the vampire lord is exposed to direct sunlight"},auras:[],powers:[{id:"ebf15570-8cec-4d9c-b191-098192470e27",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"3d10+5 damage, and the target is marked until the end of the vampire lord’s next turn.",damage:"3d10+5 damage",category:1},{id:"3d74e227-f067-4f0e-b435-b5d3fa56f866",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The vampire lord makes two broadsword attacks.",damage:"",category:1},{id:"27d014da-7e00-4ec8-8295-9f45c68e244c",name:"Blood Drain",action:{action:1,trigger:"requires combat advantage against the target; recharges when an adjacent creature becomes bloodied)",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"4d12+8 damage, the target is weakened (save ends), and the vampire lord regains 102 hit points; see also combat advantage.",damage:"4d12+8 damage",category:5},{id:"e8d9e7b8-4026-4ef8-b6f4-6454e98ffcc7",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:33,defence:3},description:"",details:"the target is dominated (save ends, with a –2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). The vampire lord can dominate only one creature at a time.",damage:"",category:3},{id:"3908fd42-e056-4f2b-af6f-518952fac557",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord deals 2d10 extra damage with its attacks against any target it has marked.",damage:"the vampire lord deals 2d10 extra damage with its attacks against any target it has marked",category:0},{id:"342191be-074d-4d9f-9384-28948c1a09f5",name:"Vampire Lord’s Mark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord deals 2d10 extra damage with its attacks against any target it has marked.",damage:"the vampire lord deals 2d10 extra damage with its attacks against any target it has marked",category:0},{id:"546f02f4-ec5a-4bff-91ef-a9f5cb28193f",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The vampire lord becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The vampire lord can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The vampire lord becomes insubstantial and gains a fly speed of 12",category:1},{id:"04e1e6a2-d855-42c9-b5d7-885b0160ad9a",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The vampire lord spends a healing surge and regains 102 hit points. The vampire lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The vampire lord spends a healing surge and regains 102 hit points",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"838de2a1-c682-4d2d-9171-6630d74423fe",name:"War Devil Spearfighter",details:"",size:3,origin:3,type:2,keywords:"devil",level:28,role:{type:2,flag:0,leader:!0},senses:"Perception +19; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +23",equipment:"trident",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:25},intelligence:{score:17},wisdom:{score:21},charisma:{score:18},hp:316,initiative:21,ac:40,fortitude:40,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"b4269ef2-b1d3-4d5f-9ebd-381254e55074",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d8+10 damage.",damage:"2d8+10 damage",category:1},{id:"01ab5017-abaf-4de9-b6ca-6c75d8651ad9",name:"Savage Spear",action:{action:1,trigger:"usable only while wielding a longspear",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 3d8+10 damage, and the target is knocked prone and takes ongoing 10 damage and is dazed (save ends both).",damage:"3d8+10 damage",category:5},{id:"e054a842-8202-4dbd-abef-20454d9bd264",name:"Besieged Foe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"automatic hit; the target is marked; allies of the war devil gain a +2 bonus to attack rolls made against the marked target until the end of the encounter or the war devil marks a new target.",damage:"allies of the war devil gain a +2 bonus to attack rolls made against the marked target until the end of the encounter or the war devil marks a new target",category:3},{id:"4e312414-f60d-4d70-8744-0608593c50f0",name:"Devilish Transposition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:null,description:"",details:"the war devil and an allied devil within range swap positions.",damage:"",category:1},{id:"74158b24-c91c-4d5e-977c-59342b660050",name:"Fiendish Tactics",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects up to two allied devils of the war devil’s level or lower; each target can take a move action or make a basic attack.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"ae283752-b88c-4675-a347-b18dae60915c",name:"Ancestral Vassal",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:22,role:{type:7,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"5, fly 4 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"scale armor; short sword",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:16},intelligence:{score:24},wisdom:{score:19},charisma:{score:23},hp:418,initiative:16,ac:40,fortitude:37,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"beab64e3-0bf8-460a-aa4b-1f3079fd2991",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 damage plus 1d6 lightning damage, and the target is marked until the end of the vassal’s next turn.",damage:"3d6+8 damage plus 1d6 lightning damage",category:1},{id:"1643b60b-642f-4e92-8213-d06aa035a6c0",name:"Crackling Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 lightning damage.",damage:"3d6+8 lightning damage",category:1},{id:"a79194d1-fbdc-447c-ae2e-d0b065fcb7f4",name:"Dragonblood Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vassal makes both a short sword attack and a crackling claw attack.",damage:"",category:1},{id:"61660c27-1693-4c90-9409-fe75b2f91e43",name:"Bloodied Fury",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vassal makes a dragonblood fury attack against an adjacent enemy.",damage:"",category:4},{id:"73520b96-98c6-47ef-9179-98b275c63508",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:25,defence:2},description:"",details:"3d6+8 lightning damage.",damage:"3d6+8 lightning damage",category:1},{id:"036a9eec-7996-461a-a4b1-e68a3ff7452d",name:"Impetuous Spirit",action:{action:4,trigger:"when an enemy leaves a square adjacent to the vassal",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vassal makes a melee basic attack against the triggering enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5},{id:"ace1aaf4-82d2-4367-841f-4b8657863e7f",name:"Martial Recovery",action:{action:7,trigger:"when the vassal misses with a melee attack; recharges when the vassal uses impetuous spirit",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vassal makes another melee attack against the same target.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b26136a4-d685-4e65-b3db-6b0b1f818a2c",name:"Aric Blacktree",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:0,flag:1,leader:!0},senses:"Perception +7",movement:"6, fly 8 (soarsled)",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +8, Bluff +9",equipment:"leather armor; mace",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:13},intelligence:{score:15},wisdom:{score:12},charisma:{score:17},hp:76,initiative:2,ac:17,fortitude:14,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"a44fffb0-52ab-46e6-b98e-c083ea292332",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"81c8dcf1-d3b0-42e2-a7a7-f620d3312b89",name:"Withering Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"targets one or two creatures; 2d6+3 lightning and necrotic damage, and the target is weakened until the end of Aric Blacktree’s next turn.",damage:"2d6+3 lightning and necrotic damage",category:1},{id:"9ecc0457-7a77-4a19-8287-72824aa6baa3",name:"Aberrant Inspiration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in burst can make a basic attack as a free action, and then takes 5 necrotic damage.",damage:"and then takes 5 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6cb4d86-6c6d-4179-8c86-4295753392fa",name:"Ashbound Berserker",details:"",size:2,origin:4,type:2,keywords:"shifter",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +10, Stealth +10",equipment:"battleaxe; light shield",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:9},hp:43,initiative:7,ac:14,fortitude:13,reflex:15,will:13,regeneration:{value:0,details:"longtooth shifting"},auras:[],powers:[{id:"74725722-886f-4cf3-90cb-aa45582a3167",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"755a0203-43e3-4a16-a262-dc991147091e",name:"Unraveling Strike",action:{action:1,trigger:"requires a battleaxe; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d8+5 damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d8+5 damage",category:5},{id:"94bc01bb-948e-42c1-81e1-36591bcde7d2",name:"Longtooth Shifting",action:{action:3,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the Ashbound berserker gains a +2 bonus to damage rolls, and gains regeneration 2 while bloodied.",damage:"the ashbound berserker gains a +2 bonus to damage rolls",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ad4e8c50-8bc7-4ff2-a7e4-bf781ff945be",name:"Ashbound Juggernaut",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +8, Intimidate +5",equipment:"greataxe; hide armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:8},hp:46,initiative:5,ac:17,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"5b239996-fe2f-49cf-bcb9-3095bd31c695",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+3 damage (crit 1d12 + 15).",damage:"1d12+3 damage (crit 1d12 + 15)",category:1},{id:"0bb0b978-a502-4896-b443-301fb850cd9b",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"85b69275-154d-4c86-a9da-0cc327c70a6b",name:"Hewing Strike",action:{action:1,trigger:"requires a greataxe; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:9,defence:0},description:"",details:"The Ashbound Juggernaut makes a charge attack; 1d12 damage (crit 1d12 + 12), and ongoing 5 damage (save ends).",damage:"1d12 damage (crit 1d12 + 12)",category:5},{id:"0b9980ff-c835-47f9-9fab-068788b8e846",name:"Nature’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The Ashbound juggernaut shifts 3 squares and makes a basic attack as a free action at any point during this movement.",damage:"The Ashbound juggernaut shifts 3 squares and makes a basic attack as a free action at any point during this movement",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"077c5faf-7d64-46f7-b0bf-93bae93079c2",name:"Ashbound Warshaper",details:"",size:2,origin:4,type:2,keywords:"shifter",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +8, Intimidate +8, Nature +12",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:15},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:120,initiative:4,ac:21,fortitude:19,reflex:16,will:21,regeneration:{value:0,details:"aspect of the beast"},auras:[{id:"4e6e6d9b-ebcd-4762-8d8f-43ab71f44f9c",name:"Bloodlust",keywords:"",details:"aura 2; each ally within the aura gains a +1 bonus to attack rolls."}],powers:[{id:"31fe630b-6a2c-4be3-a7d1-efb8784db137",name:"Claw",action:{action:1,trigger:"usable only while affected by aspect of the beast",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:5},{id:"934a30dc-9219-4585-843e-0743b213e03c",name:"Quarterstaff",action:{action:1,trigger:"usable only while not affected by aspect of the beast",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage, and the warshaper slides the target 2 squares.",damage:"1d8+6 damage",category:5},{id:"eaf5715e-55ba-4afd-8ed2-bc74e348da3e",name:"Claw Flurry",action:{action:1,trigger:"usable only while affected by aspect of the beast",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Ashbound warshaper makes two claw attacks.",damage:"",category:5},{id:"440dec35-42a7-4b24-aa7f-7481d561c93a",name:"Unleash the Beast",action:{action:3,trigger:"usable only while not affected by aspect of the beast",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"the target makes a melee basic attack against an adjacent creature of the Ashbound warshaper’s choice as a free action.",attack:{bonus:9,defence:3},description:"",details:"",damage:"",category:5},{id:"5220483e-a90c-4478-8067-7143e715c7bb",name:"Aspect of the Beast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Polymorph",condition:"",range:"",attack:null,description:"",details:"The Ashbound warshaper assumes the form of a primal beast. Until the end of the encounter, the warshaper gains regeneration 5, its speed increases by 2, and it can make claw attacks. While in this form, the Ashbound warshaper cannot make quarterstaff attacks and cannot use unleash the beast.",damage:"the warshaper gains regeneration 5",category:3},{id:"13bcbe12-dd39-447f-a357-c5deb56d66c9",name:"Razorclaw Shifting",action:{action:3,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the warshaper’s speed increases by 2 and it gains a +1 bonus to AC and Reflex.",damage:"the warshaper’s speed increases by 2 and it gains a +1 bonus to AC and Reflex",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"142006c9-dc54-439f-a620-78fce61d187f",name:"Aurum Concordian",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:7,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Bluff +13, Diplomacy +13, History +11, Insight +11",equipment:"chainmail",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:11},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:158,initiative:3,ac:23,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"d7a0bfb1-ffc4-4781-8510-7b02756269c5",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"c9cc3a69-a0f4-4b4b-9dec-049c198e6c9c",name:"Dazing Hammerstrike",action:{action:1,trigger:"requires a warhammer",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d0+5 damage, and the target is dazed until the end of the Aurum Concordian’s next turn.",damage:"1d0+5 damage",category:5},{id:"142332dc-15ee-4a30-ab05-3c96520abdfe",name:"Silver-Tongued Devil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:10,defence:3},description:"",details:"the target is dominated until the end of the Aurum Concordian’s next turn. The Concordian can have only one target dominated at a time.",damage:"",category:3},{id:"58793ae8-3236-4d46-b648-b390547c064f",name:"Superior Tactics",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one ally; the Concordian slides the target 1 square.",damage:"the Concordian slides the target 1 square",category:3},{id:"ecbf9745-c552-43ee-91d9-2607290fb284",name:"Price of Loyalty",action:{action:5,trigger:"when the concordian is targeted with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Aurum Concordian can change the triggering attack’s target to an adjacent ally, or to an enemy dominated by its silvertongued devil power.",damage:"",category:5},{id:"5d0f98fc-fe7c-4d11-a453-38685bd8ed98",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an Aurum Concordian, the Concordian moves 1 square less than the effect specifies. Also, a Concordian can make a saving throw to avoid being knocked prone.",damage:"the Concordian moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3648f466-b48c-498d-a9ed-90dbcc3d23b0",name:"Belashyrra",details:"",size:2,origin:0,type:2,keywords:"",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +27; all-around vision, darkvision, truesight 4",movement:"8",alignment:"Evil",languages:"All",skills:"Insight +27",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:21},intelligence:{score:27},wisdom:{score:26},charisma:{score:30},hp:1024,initiative:19,ac:42,fortitude:40,reflex:40,will:42,regeneration:{value:20,details:""},auras:[{id:"925ea7a5-05e8-4fc3-b3a0-47e973f83450",name:"Shroud of Madness",keywords:"",details:"aura 4; each enemy that starts its turn within the aura takes 20 psychic damage, and takes a -2 penalty to all defenses until the start of its next turn."}],powers:[{id:"132702f1-9daa-4ac7-a4d6-61239edb7e4c",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"3d8+10 damage, and the target is weakened until the end of Belashyrra’s next turn.",damage:"3d8+10 damage",category:1},{id:"83ea1b1a-9bce-4f0e-9fdb-cd34fafb9fe6",name:"Tentacle Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 3; 3d8+10 damage, and ongoing 15 poison damage (save ends).",damage:"3d8+10 damage",category:1},{id:"2e890c3b-8dd4-4f8f-9c24-bd495b735da6",name:"Gaze of Agony",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"3d8+8 psychic damage.",damage:"3d8+8 psychic damage",category:1},{id:"873a8148-c448-481c-918d-f7e5f5449021",name:"Lashing Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Belashyrra makes a corrupting touch attack and a tentacle whip attack.",damage:"",category:1},{id:"3306d403-13e5-4643-9344-3c7d312ed104",name:"Swift Corruption",action:{action:5,trigger:"when an enemy moves or shifts into a square adjacent to belashyrra",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Belashyrra makes a corrupting touch attack.",damage:"",category:5},{id:"ca9fa7d6-1b7b-4c9b-8f59-2e3ba7db7a79",name:"Hypnotic Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:3},{id:"6bb347c0-d9c5-4cd1-92e3-4276ef4a02df",name:"Eye Thief",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is blinded (save ends). Belashyrra can see through the otherwise blind eyes of the target and use the target as the origin point for his ranged attacks. Second Failed Saving Throw: If the target fails two saving throws against this power, the blindness becomes permanent. The Remove Affliction ritual will remove this effect, but the skill check takes a -15 penalty. Otherwise, only Belashyrra’s death can remove the effect.",attack:{bonus:32,defence:3},description:"",details:"",damage:"",category:5},{id:"cc7aecfa-847f-4f39-90af-1bcb81b147c8",name:"Reality Rift",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:30,defence:2},description:"",details:"5d8+10 psychic damage. Effect: Belashyrra teleports up to 10 squares or to any square adjacent to a creature currently blinded by eye thief.",damage:"5d8+10 psychic damage",category:5},{id:"ef0bb33f-b8c2-445e-96e0-cd84ef30eb80",name:"Alien Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If an enemy attacks Belashyrra’s Will and hits with a charm or psychic attack or with a mind-reading power, that enemy takes 20 psychic damage and is dazed until the end of its next turn.",damage:"that enemy takes 20 psychic damage and is dazed until the end of its next turn",category:0},{id:"b58e5e1d-4c57-4a8f-8376-85740e7fe5be",name:"Sight in Blindness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When blinded, Belashyrra has blindsight 20.",damage:"Belashyrra has blindsight 20",category:0}],damageModifiers:[{type:7,value:-20},{type:8,value:-20}],resist:"",vulnerable:"radiant (if Belashyrra takes radiant damage, his regeneration doesn’t function on his",immune:"",tactics:""},{id:"b3874c9d-4cdb-40cd-9181-9c30c416e7e7",name:"Bladebearer Hobgoblin",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +12, Stealth +11",equipment:"leather armor; scimitar",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:62,initiative:8,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"9bc3aa6f-e873-40d1-9639-f12b9727dcf9",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14).",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"a856faac-04fa-472d-b204-0e3fed7c15c3",name:"Scimitar",action:{action:1,trigger:"requires combat advantage against the target; requires a scimitar",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin makes two scimitar attacks.",damage:"",category:5},{id:"ae378861-bb0e-4807-a8fa-1cb583029147",name:"Bladebearer Finesse",action:{action:7,trigger:"usable only while charging",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin doesn’t provoke opportunity attacks when leaving the initial square of its charge.",damage:"",category:5},{id:"cdabe787-2786-41b7-ba84-25d17a0d12d8",name:"Dhakaani Footwork",action:{action:7,trigger:"when the bladebearer hobgoblin hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin shifts 1 square.",damage:"The Bladebearer hobgoblin shifts 1 square",category:5},{id:"c7f9da5c-4412-40dc-9577-e4023fa5cca5",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the bladebearer hobgoblin is subjected to an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d5f25c2-4f46-4e31-8d2f-b6f2804ede9b",name:"Bren ir’Gadden",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:1,role:{type:7,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:31,initiative:4,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"3159b331-5292-4eb8-95a2-89d9b0a8f026",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage, and the target is marked until the end of Bren’s next turn.",damage:"1d8+3 damage",category:1},{id:"672439c0-1625-4b5f-a446-394338cf3948",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:5,defence:2},description:"",details:"2d4+1 damage.",damage:"2d4+1 damage",category:1},{id:"3a83462a-cc4f-42e9-ba55-658e20b9800f",name:"Inspiring Strike",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+7 damage, and one ally within 5 squares of Bren gains a +2 power bonus to its next attack roll against the target before the end of Bren’s next turn.",damage:"1d8+7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a50fa208-9c02-424f-85ee-d6503e45cb37",name:"Bugbear Skinner",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Intimidate +11, Stealth +12",equipment:"leather armor; sickle",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:80,initiative:9,ac:21,fortitude:18,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"07c656ac-6f7a-4175-944f-a95b0266dbf5",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"e66c75f0-5391-4613-9aea-b6c12144ca65",name:"Mocking Rend",action:{action:1,trigger:"requires combat advantage against the target; requires a sickle; recharges when an enemy within line of sight becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear skinner makes two sickle attacks against the same target. If both attacks hit, the target takes ongoing 5 damage (save ends) and is dazed until the end of the bugbear skinner’s next turn.",damage:"the target takes ongoing 5 damage (save ends) and is dazed until the end of the bugbear skinner’s next turn",category:5},{id:"7f5ebc1b-420c-4e6e-918e-1b0cf2900c09",name:"Horrifying Mockery",action:{action:3,trigger:"recharges when an enemy within line of sight is bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:10,defence:3},description:"",details:"targets one enemy in the burst; the bugbear skinner pushes the target 1 square, and the bugbear skinner shifts 3 squares.",damage:"the bugbear skinner pushes the target 1 square",category:5},{id:"3eb728a1-2b41-4b08-b93a-56d97b0fd224",name:"Bloodied Shift",action:{action:7,trigger:"when the bugbear skinner is hit by an attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear skinner shifts 1 square.",damage:"The bugbear skinner shifts 1 square",category:5},{id:"cc781c09-8b25-464b-88b4-cad28aa67a65",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a bugbear skinner hits a creature granting combat advantage to it with a melee attack, and that creature is not already taking ongoing damage, then the creature takes ongoing 5 damage (save ends).",damage:"",category:0},{id:"79bf2e6e-b847-45f1-a9c1-113550163e17",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A bugbear skinner deals 1d6 extra damage on the next attack it makes against a creature granting combat advantage to it. It must apply this bonus before the end of its next turn.",damage:"a bugbear skinner deals 1d6 extra damage on the next attack it makes against a creature granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"47a39afc-0aa3-48e9-a4c2-66b74a3ac5e5",name:"Cannith Magewright",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +12",equipment:"implement, wand",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:12},hp:55,initiative:5,ac:18,fortitude:16,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"4cf5a55c-8feb-459b-a13e-fe6de95d353c",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"89de3be7-27b9-4af5-b17f-f6eab61d72d8",name:"Wand Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"(standard",range:"",attack:{bonus:11,defence:2},description:"",details:"2d4+8 damage.",damage:"2d4+8 damage",category:1},{id:"f9893b5c-e15d-4e21-b1b7-84e7bbdff11c",name:"Magewright’s Fiery Wand",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d4+4 fire damage, and each enemy adjacent to the target takes 4 fire damage.",damage:"1d4+4 fire damage",category:1},{id:"28c569ac-4bfb-40ec-9652-6e881508df7f",name:"Alchemical Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:11,defence:2},description:"",details:"1d6+4 fire damage and ongoing 5 fire damage, and the target is knocked prone.",damage:"1d6+4 fire damage and ongoing 5 fire damage",category:1},{id:"2aa114b7-d3e8-431c-add5-adb14d66491d",name:"Lightning Withdrawal",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:11,defence:1},description:"",details:"2d6+4 lightning damage, and the Cannith magewright teleports 5 squares.",damage:"2d6+4 lightning damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7a41d3b-84c3-4d71-b74d-dbaedebda311",name:"Carrion Tribe Blessed Champion",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +12",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +18, Endurance +16",equipment:"hide armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:10},hp:300,initiative:14,ac:33,fortitude:30,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"9edfd696-2b61-4e58-a97f-81db0359db5f",name:"Spiked Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d4+5 damage, and the target is marked until the start of the blessed champion’s next turn.",damage:"4d4+5 damage",category:1},{id:"05e79ad2-bea0-4b55-a377-7240ba19f26a",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d6+1 damage, and ongoing 5 damage (save ends).",damage:"2d6+1 damage",category:3},{id:"5c0d05f2-4698-4d9c-bbdc-93647b8a87f2",name:"Brutal Smash",action:{action:1,trigger:"requires a spiked greatclub",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d6+8 damage, and the target is dazed (save ends).",damage:"4d6+8 damage",category:5},{id:"898c7347-b0c9-4373-987b-cd6d9c92519a",name:"Demonic Wrath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The blessed champion takes on a hideous demonic form until the end of the encounter. Any enemy starting its turn adjacent to the blessed champion in demonic wrath form is marked by the blessed champion and takes a -2 penalty to all defenses until the start of its next turn.",damage:"Any enemy starting its turn adjacent to the blessed champion in demonic wrath form is marked by the blessed champion and takes a -2 penalty to all defenses until the start of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"699d21a0-15d9-42ef-bb55-95b2444c282c",name:"Carrion Tribe Degenerate",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:23},constitution:{score:17},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:6},hp:1,initiative:14,ac:29,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"eddcd742-ae3b-4a2f-bd31-6af6da2ad4c4",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"8 damage (10 damage against bloodied targets).",damage:"8 damage (10 damage against bloodied targets)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4803e4a-7e6a-45ed-ac20-1ca099627285",name:"Carrion Tribe Sakah Hunter",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +17",equipment:"arrow; leather armor; longbow; spear",category:"",strength:{score:19},constitution:{score:12},dexterity:{score:22},intelligence:{score:15},wisdom:{score:19},charisma:{score:16},hp:96,initiative:12,ac:25,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"cbae6b78-eabf-4e35-a400-b8d7feca2f6e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"4cbb1715-9ceb-4f74-a01b-52195ff9ff5b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"45527c6a-aa30-4d76-bb95-523e7e12f6e3",name:"Infernal Summons",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 10",attack:null,description:"",details:"the sakah hunter conjures a Medium beast of smoke and flame in a space adjacent to an enemy in range. Any enemies adjacent to the conjured beast grant combat advantage to the sakah hunter. As a move action, the sakah hunter can move the fiendish beast 5 squares. The fiendish beast cannot be attacked, but it is vulnerable to dispel magic and similar effects. Sustain Minor: The fiendish beast persists.",damage:"the sakah hunter can move the fiendish beast 5 squares",category:3},{id:"182b96d8-8f5d-4cba-8887-20aae02b89e9",name:"Longbow Volley",action:{action:1,trigger:"requires longbow",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"targets one or two creatures; 2d10+3 damage.",damage:"2d10+3 damage",category:5},{id:"bbc75ed9-15d1-40cc-b479-ac6b42b88b38",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The sakah hunter’s melee and ranged attacks deal 1d6 extra damage against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"ceaab61f-8391-4d8e-97af-0633d856bfd4",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sakah hunter gains a +1 power bonus to its next attack roll against an enemy that hit it since the hunter’s last turn. If the attack hits and deals damage, the hunter deals 3 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5dc7963e-cdae-4313-a1dd-3f1547255bda",name:"Carver",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:15},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:85,initiative:5,ac:18,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7ac6c3ea-4a56-4abc-8dd8-514ea1435fe1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage, and ongoing 3 damage (save ends).",damage:"1d8+5 damage",category:1},{id:"824302b2-41eb-413a-9076-2ffb012f39d2",name:"Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"80b8377b-f40d-42e7-92cf-365f80a1da49",name:"Vicious Steed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher",range:"",attack:null,description:"",details:"When a carver’s rider misses with an opportunity attack, the carver makes a talons attack against an enemy within reach as a free action.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5222680d-253f-46fd-9680-e76f254a0562",name:"Chaos Fleet Sailor",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6, swim 6",alignment:"Chaotic evil",languages:"Abyssal, Common, Primordial",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:20},intelligence:{score:23},wisdom:{score:18},charisma:{score:24},hp:214,initiative:18,ac:37,fortitude:36,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"e883dd00-c5f2-4f7f-80cb-3d49e855325c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+9 damage.",damage:"3d6+9 damage",category:1},{id:"941f3303-5b22-4ab1-b7f0-ff39acfe425d",name:"Rending Pass",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+9 damage, and the sailor shifts 3 squares.",damage:"3d6+9 damage",category:1},{id:"5ac2a17a-e8af-4646-8cd0-f2de8385f385",name:"Elemental Eruption",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 1d8+3 cold, fire, or lightning damage (sailor’s choice). Miss: Half damage.",damage:"or lightning damage (sailor’s choice)",category:5}],damageModifiers:[{type:2,value:-20},{type:3,value:-20},{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7f9bad80-abde-43b3-b74b-f775fadc6804",name:"Child of Winter Doomspeaker",details:"",size:2,origin:4,type:2,keywords:"shifter",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +17, Stealth +17",equipment:"leather armor; sickle",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:22},intelligence:{score:14},wisdom:{score:18},charisma:{score:12},hp:96,initiative:16,ac:26,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"47a679ae-dfa0-4ad5-8c97-ad3eaf01b373",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+8 damage, and the target is dazed until the end of the doomspeaker’s next turn.",damage:"2d6+8 damage",category:1},{id:"e4f00dc4-d44d-4f5f-8a51-2eaabc7f9ce8",name:"Hasten Doom",action:{action:1,trigger:"requires a sickle",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"targets a creature affected by doom revealed; 4d6+7 damage, and the target is no longer affected by doom revealed.",damage:"4d6+7 damage",category:5},{id:"7f27d08d-2a29-4ce2-88d6-a8a82ba1f1e2",name:"Doom Revealed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"until the end of the doomspeaker’s next turn, whenever the doomspeaker takes damage, the target of this power takes half that much damage. The doomspeaker can designate only one target with its doom revealed power at a time.",damage:"whenever the doomspeaker takes damage",category:1},{id:"a94377fe-907c-4683-912e-2d4de9a921ed",name:"Razorclaw Shifting",action:{action:3,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the doomspeaker’s speed increases by 2 and it gains a +1 bonus to AC and Reflex.",damage:"the doomspeaker’s speed increases by 2 and it gains a +1 bonus to AC and Reflex",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0e11784f-161e-4e1c-baa9-1b692218bf49",name:"Clawfoot",details:"",size:2,origin:4,type:1,keywords:"mount, reptile",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:46,initiative:6,ac:17,fortitude:16,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"8a7c63d4-00e8-4496-8d44-eba8f947f7c5",name:"Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"330550ac-0d54-42d7-87c6-8a1ccc469157",name:"Clawfoot Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 3rd level or higher",range:"When a clawfoot’s rider charges, both the clawfoot and the rider make melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"5ef53377-0ead-4206-a802-c06fd08aa084",name:"Medium Steed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Medium creature can ride a clawfoot.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a27ac980-9eda-46a0-8525-0fa1fa44546f",name:"Deneith Blademark Grunt",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +8",equipment:"heavy shield; leather armor; longsword",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:10},intelligence:{score:13},wisdom:{score:15},charisma:{score:14},hp:46,initiative:3,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"e856fced-f852-4eed-9c2b-0a4522e00ce2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"c247aa16-96f1-4b3a-b185-e5680353cc54",name:"Seize the Good Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage, and the Deneith blademark grunt shifts 3 squares to a space adjacent to the target.",damage:"1d8+5 damage",category:1},{id:"4c75b642-8432-4c00-8932-62d36b5b8210",name:"Mark of the Sentinel",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Deneith blademark grunt shifts 1 square before or after it makes an opportunity attack.",damage:"A Deneith blademark grunt shifts 1 square before or after it makes an opportunity attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a267be8e-a541-4fe8-a9c2-1e3bd2ec5f79",name:"Dolgaunt Monk",details:"",size:2,origin:0,type:2,keywords:"blind",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +7; blindsight 20",movement:"8",alignment:"Evil",languages:"Deep Speech, Goblin",skills:"Acrobatics +14, Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:20},intelligence:{score:11},wisdom:{score:17},charisma:{score:12},hp:86,initiative:9,ac:22,fortitude:20,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"beddc82a-f4da-45bb-a40a-35ce4953d1f3",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is grabbed. The dolgaunt monk can’t grab more than two creatures at once; see also clutch of death.",damage:"2d4+5 damage",category:1},{id:"13987cfc-dcd0-4794-b2d1-07b7fc1642b5",name:"Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"141301dd-0755-4846-9ba7-fbdfd822d270",name:"Inexorable Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets a creature grabbed by the dolgaunt monk; the monk slides the target 2 squares.",damage:"the monk slides the target 2 squares",category:3},{id:"c7b21d45-ce28-4ada-b65d-1089eebea931",name:"Clutch of Death",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dolgaunt monk can grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle. An attack that hits the tentacle doesn’t harm the dolgaunt monk, but it causes the tentacle to release the grab. The tentacle’s defenses are the same as those of the dolgaunt monk.",damage:"",category:0},{id:"753ee102-e39b-482d-8f67-86ad66401edd",name:"Vitality Leech",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A target that begins its turn grabbed by the dolgaunt monk takes 10 necrotic damage, and the dolgaunt monk gains 10 temporary hit points.",damage:"a target that begins its turn grabbed by the dolgaunt monk takes 10 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72cc5dd5-2401-4ee1-bc4a-727c4ee75745",name:"Dolgrim Warrior",details:"",size:1,origin:0,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"arrow; club; crossbow; light shield",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:9},hp:53,initiative:6,ac:18,fortitude:16,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"37fa4ad4-4b96-490a-888c-2cb3abe0e828",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"2bec340e-23e0-45ca-82ac-6335d31df9ff",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"78b759f3-fcb3-4047-8a4e-74e805f9dc18",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, the dolgrim warrior makes two initiative checks. Each check corresponds to one of the warrior’s brains, and the warrior takes a turn on both initiative counts. The warrior has a full set of actions on each of these turns, and its ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"36482aad-9ca4-45c5-8d5e-43fe44850ecd",name:"Dolgrim Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dolgrim warrior shifts 1 square.",damage:"The dolgrim warrior shifts 1 square",category:5},{id:"8717adaa-5a5b-4fef-b5dd-a890a8446cdf",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dolgrim warrior deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"a dolgrim warrior deals 1d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[{type:8,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3973b5a4-2694-420e-9337-22a173006e28",name:"Dragonborn Spearfighter",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"Acrobatics +11, Athletics +12, Intimidate +16",equipment:"scale armor; tratnyr",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:16},hp:70,initiative:8,ac:20,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"736b5c3a-f4e9-49c0-a3dd-b598acfdf2b7",name:"Tratnyr",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+6 damage, and the spearfighter shifts 2 squares.",damage:"(+12 while bloodied)1d8+6 damage",category:1},{id:"2b00df24-bc26-482a-949a-b2b4887749a4",name:"Tratnyr",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+6 damage, and the spearfighter shifts 2 squares.",damage:"(+12 while bloodied)1d8+6 damage",category:1},{id:"03bbe026-c359-4682-8ec7-48e1954481a1",name:"Tripping Tratnyr",action:{action:1,trigger:"requires a tratnyr",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10 or melee",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+6 damage, and the target is knocked prone.",damage:"(+12 while bloodied)1d8+6 damage",category:5},{id:"2d1131c3-cace-4374-ad9d-65fac39f54a1",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:10,defence:2},description:"",details:"(+11 while bloodied)1d6+5 lightning damage.",damage:"(+11 while bloodied)1d6+5 lightning damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"451cdfb7-5ba5-4a55-9e89-fd743f3ea8c5",name:"Dragonhawk",details:"",size:3,origin:4,type:1,keywords:"mount",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"3, fly 12, overland flight 15",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:11},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:108,initiative:4,ac:20,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"4ec7deb1-c72c-4783-a18b-4e0ee7ae0eda",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+6 damage, and the dragonhawk slides the target 1 square.",damage:"2d8+6 damage",category:1},{id:"e7af94ad-5fd8-4cc0-8617-590a9402d06f",name:"Uncanny Instincts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 8th level or higher",range:"",attack:null,description:"",details:"A dragonhawk’s rider rolls initiative twice and uses the higher result. In addition, the rider gains a +2 bonus to Perception checks.",damage:"the rider gains a +2 bonus to Perception checks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8956e749-ad3f-4608-9225-bf93b9858301",name:"Dreaming Dark Assassin",details:"",size:2,origin:4,type:2,keywords:"inspired",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Quori, telepathy 10",skills:"Bluff +18, Diplomacy +18, Insight +17, Intimidate +18, Stealth +17",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:20},intelligence:{score:24},wisdom:{score:20},charisma:{score:22},hp:276,initiative:14,ac:30,fortitude:25,reflex:30,will:29,regeneration:null,auras:[{id:"50223539-1de0-4828-8746-7cc1bf443112",name:"Repulsion",keywords:"",details:"aura 3; while a Dreaming Dark assassin is bloodied, each enemy (including a flying enemy) treats the area within the aura as difficult terrain."}],powers:[{id:"bfd4a5f8-73e1-4f3a-bde4-d8168ced02e6",name:"Nightmare Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"2d8+5 damage, and ongoing 10 psychic damage (save ends).",damage:"2d8+5 damage",category:1},{id:"c3ab5bc9-f6e9-468c-a5f8-eb1082692682",name:"Nightmare Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The assassin makes two nightmare touch attacks.",damage:"",category:1},{id:"a2176c0b-8aa4-4bdd-b24c-92f94cf8ee0b",name:"Slayer’s Puppets",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:17,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:3},{id:"e0b5fda3-c09b-4bd4-993c-a8d35968ceba",name:"Primal Fear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:17,defence:3},description:"",details:"targets enemies taking ongoing psychic damage; 1d8+5 psychic damage, and the target is dazed (save ends).",damage:"targets enemies taking ongoing psychic damage",category:1},{id:"0dce6f2a-0446-4108-9f71-63f21af9b0d1",name:"Psychic Escape",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:17,defence:3},description:"",details:"3d8+5 psychic damage. The assassin teleports 10 squares after the attack.",damage:"3d8+5 psychic damage",category:1},{id:"e80f8678-237e-4078-a92d-5799667ab421",name:"Dual Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature that attacks an assassin’s Will must make two attack rolls and use the lower result.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5569f118-f624-4cb5-9e2e-2b440cd6a2ff",name:"Dreaming Dark Thoughtstealer",details:"",size:2,origin:4,type:2,keywords:"inspired",level:10,role:{type:4,flag:1,leader:!1},senses:"Perception +12; truesight 6",movement:"6",alignment:"Evil",languages:"Common, Quori, telepathy 10",skills:"Bluff +14, Insight +12, Stealth +13, Streetwise +14, Thievery +14",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:21},wisdom:{score:14},charisma:{score:18},hp:164,initiative:13,ac:26,fortitude:22,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"5e285234-cfe7-4056-b64b-4181064055f5",name:"Mindblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"bedd7529-7a47-4658-8203-eeb7482cd009",name:"Thought Theft",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"no attack roll; until the end of the thoughtstealer’s next turn, the thoughtstealer gains a +5 bonus to AC and Reflex against attacks made by the target, and a +5 bonus to Insight checks against the target.",damage:"the thoughtstealer gains a +5 bonus to AC and Reflex against attacks made by the target",category:3},{id:"63854d9f-1b20-44c4-9a43-b7f505c5d0d1",name:"Cloud Minds",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"no attack roll; each enemy within the burst suffers the effect of thought theft until the end of the thoughtstealer’s next turn.",damage:"",category:1},{id:"4e339a41-91f2-49d0-96e4-6377b3d9f6db",name:"Mindblade Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:15,defence:0},description:"",details:"targets enemies under the effect of thought theft; 2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"71f2ae04-5e7b-46f5-8c6f-93f950b34932",name:"Weakness Revealed",action:null,keywords:"",condition:"",range:"A thoughtstealer’s melee attacks deal 2d6 extra damage against any target under the effect of thought theft.",attack:null,description:"",details:"",damage:"",category:0},{id:"60e2d59f-17a5-49b8-b79a-e43eccefb226",name:"Dual Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature that attacks a thoughtstealer’s Will must make two attack rolls and use the lower result.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3b7cce8-c296-41d4-a1da-c0e9bccb4470",name:"Drow Stingblade",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Unaligned",languages:"Giant",skills:"Nature +15",equipment:"xen’drik boomerang",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:25},intelligence:{score:11},wisdom:{score:16},charisma:{score:13},hp:138,initiative:16,ac:28,fortitude:22,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"d62ae458-231c-4c37-b25e-69ebba7adb46",name:"Stingblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+8 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+8 damage",category:1},{id:"01a7d21a-61e8-45d8-a649-2d34c2dca9c9",name:"Xen’drik Boomerang",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:19,defence:0},description:"",details:"2d6+7 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+7 damage",category:1},{id:"109bf4d4-8172-43df-a10f-c9d4582cbefc",name:"Whirling Dervish",action:{action:1,trigger:"requires a stingblade",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow stingblade shifts 4 squares, making a stingblade attack within each square it shifts into against an enemy within reach.",damage:"The drow stingblade shifts 4 squares",category:5},{id:"38162027-93c3-430a-8b0c-e0b4ff6d1d72",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"until the end of the drow stingblade’s next turn, the target grants combat advantage to all attackers and cannot benefi t from invisibility or concealment.",damage:"",category:3},{id:"9b358579-8e66-4bb7-8c0c-9bbc79078a23",name:"Battle Dancer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, a drow stingblade ends its move at least 4 squares away from its starting position, it deals 2d6 extra damage on its melee and ranged attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f31bb7ff-9b60-4d58-9f93-f78097a5492e",name:"Durastoran the Wyrmbreaker",details:"",size:2,origin:4,type:2,keywords:"",level:29,role:{type:3,flag:1,leader:!1},senses:"Perception +26; darkvision, truesight 10",movement:"8, teleport 6",alignment:"Evil",languages:"Common, Abyssal, Draconic, Elven, Giant",skills:"Arcana +27, Bluff +28, Diplomacy +28, History +27, Insight +26, Intimidate +28, Religion +27, Stealth +26, Streetwise +28",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:25},intelligence:{score:27},wisdom:{score:25},charisma:{score:29},hp:466,initiative:21,ac:44,fortitude:41,reflex:43,will:44,regeneration:{value:15,details:""},auras:[],powers:[{id:"6567b2e6-57da-4f96-a793-6d22c694a0bd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d6+7 damage, and the target is stunned until the end of Durastoran’s next turn.",damage:"2d6+7 damage",category:1},{id:"5a5e84c6-8be9-4486-9c34-8348d3d06edc",name:"Deceiving Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:33,defence:3},description:"",details:"Durastoran slides the target 5 squares and the target makes a basic attack as a free action against a target of Durastoran’s choice at the end of the move (if possible).",damage:"Durastoran slides the target 5 squares and the target makes a basic attack as a free action against a target of Durastoran’s choice at the end of the move (if possible)",category:1},{id:"7dcf0a3d-f712-4d96-b4a4-3d61a7d1d5b7",name:"Frightful Phantom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:33,defence:3},description:"",details:"5d10+7 psychic damage, Durastoran pushes the target 5 squares, and the target is stunned (save ends). Miss: Half damage, and the target is dazed (save ends).",damage:"5d10+7 psychic damage",category:1},{id:"ed3fda99-702f-47f7-b747-f7400c21f71d",name:"Terrifying Visions",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:33,defence:3},description:"",details:"4d6+9 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target is stunned (save ends).",damage:"4d6+9 psychic damage",category:1},{id:"15ad1427-c1d7-4dec-aca4-b07e60c74799",name:"Deadly Phantom",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of Durastoran’s next turn, an enemy that attacks his AC or Reflex must make two attack rolls and use the lower result. If the attack misses, the attacker hits itself with the attack.",damage:"",category:3},{id:"6e44a411-e187-4713-a7ec-d33a351c0581",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Durastoran disguises himself to appear as any Medium humanoid. A successful Insight check (opposed by Durastoran’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"aa2e8566-283d-438e-be2f-d5576fe86660",name:"Prophetic Foreknowledge",action:{action:5,trigger:"when an enemy hits durastoran",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy’s successful attack against Durastoran instead fails.",damage:"",category:5}],damageModifiers:[{type:6,value:-30}],resist:"20/variable (3/encounter)",vulnerable:"",immune:"disease",tactics:""},{id:"8bc28885-d0bb-413f-9479-3dda3187064f",name:"Elemental Drudge",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +18",movement:"6, swim 6",alignment:"Chaotic evil",languages:"(understands Common and Primordial)",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:24},intelligence:{score:3},wisdom:{score:24},charisma:{score:3},hp:1,initiative:18,ac:35,fortitude:36,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"c3c0cf24-e0bc-4dab-97c4-9e3abda259cc",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"7 damage, and ongoing 2 cold damage (save ends). This ongoing cold damage stacks with that of other drudges, to a maximum of ongoing 10 cold damage (a single save ends all).",damage:"7 damage",category:1},{id:"a25b214e-624b-4b48-8f6a-07a6075188cc",name:"Elemental Dissipation",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:24,defence:2},description:"",details:"targets enemies; 10 cold, fire, and lightning damage.",damage:"and lightning damage",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20},{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"173dafca-d18d-496b-bd98-30a6c907b692",name:"Eliza Finch",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Bluff +10",equipment:"crossbow; crossbow bolts (20); leather armor; short sword",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:20},intelligence:{score:13},wisdom:{score:17},charisma:{score:13},hp:69,initiative:9,ac:20,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"5cf15a7e-cb5d-4e25-9e3b-3b9b0233d8e9",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"0af21322-e261-47e7-a415-91707df1663d",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"4ff79f0d-81eb-4822-ab11-819d21906235",name:"Poison Shard",action:{action:1,trigger:"requires a crossbow",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 5 poison damage.",damage:"2d6+5 damage",category:5},{id:"78b89bda-e7bb-4ead-ad62-e1a78136844d",name:"Hole in the World",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:13,defence:2},description:"",details:"3d10+5 cold damage, and the target falls briefly through a gap between the planes, disappearing (removed from play) until the end of Eliza’s next turn, then reappearing in the same square (or the closest unoccupied square). Aftereffect: After reappearing, the target is dazed until the start of its next turn.",damage:"3d10+5 cold damage",category:1},{id:"100a07f1-52f6-4a2f-82e8-68ebc8f9c6d5",name:"Back Off!",action:{action:5,trigger:"when an enemy shifts or moves adjacent to eliza",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Eliza shifts 2 squares and makes a crossbow attack against the triggering enemy.",damage:"Eliza shifts 2 squares and makes a crossbow attack against the triggering enemy",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c340c193-24c1-4d13-be42-b0e4000bc0e3",name:"Emerald Claw Knight",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +7",equipment:"flail; heavy shield; scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:14},wisdom:{score:10},charisma:{score:13},hp:46,initiative:3,ac:20,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"e6402be4-64c6-47e2-8622-7bfa1967cd6c",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the end of the Emerald Claw knight’s next turn.",damage:"1d10+4 damage",category:1},{id:"9e677a0a-770d-4a7e-b63a-8a28c425202c",name:"Smashing Strike",action:{action:1,trigger:"requires flail",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, the knight slides the target 1 square, and the target is marked until the end of the knight’s next turn.",damage:"1d10+4 damage",category:5},{id:"9c4fd47f-0ef9-4e36-ae53-d26a59257ded",name:"Fanatic",action:{action:1,trigger:"requires a flail",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"The Emerald Claw knight makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"73598343-4453-4282-81ff-e1bcfbbb391c",name:"Emerald Claw Marshal",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:6,flag:0,leader:!0},senses:"Perception +3",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +9, Streetwise +9",equipment:"heavy flail; plate armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:10},intelligence:{score:15},wisdom:{score:12},charisma:{score:14},hp:62,initiative:4,ac:21,fortitude:19,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"82b4742e-62ab-4579-8a0a-a7696590f45c",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage, and the target is marked until the end of the Emerald Claw marshal’s next turn.",damage:"2d6+4 damage",category:1},{id:"f0ff4fa4-836f-49b3-8024-b495b2089372",name:"Crushing Strike",action:{action:1,trigger:"requires a heavy flail",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets a creature marked by the Emerald Claw marshal; 2d6+4 damage, the marshal slides the target 2 squares, and the target is slowed (save ends).",damage:"2d6+4 damage",category:5},{id:"bf29527f-2d0a-48da-855f-09d0a1a47f3d",name:"Claw Maneuver",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally within the burst shifts 1 square and gains a +2 bonus to the damage roll of its next attack made before the end of its next turn.",damage:"each ally within the burst shifts 1 square and gains a +2 bonus to the damage roll of its next attack made before the end of its next turn",category:5},{id:"a5744a28-98fe-4050-8b56-842d0a5f6abe",name:"Merciless Commander",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target immediately provokes an opportunity attack from an adjacent enemy. If that opportunity attack hits, the Emerald Claw marshal or an ally makes a melee basic attack against the attacker.",attack:null,description:"",details:"Targets an ally within 10 squares",damage:"Targets an ally within 10 squares",category:3},{id:"9b539e6a-e1a8-4313-bde2-e60244a4a3e3",name:"Fanatic",action:{action:1,trigger:"requires heavy flail",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"The Emerald Claw marshal makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"337e3dc9-f866-4957-8ab4-554f601413b0",name:"Emerald Claw Sergeant",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!0},senses:"Perception +1",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +7",equipment:"crossbow; crossbow bolts (20); flail; heavy shield; scale armor",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:4,ac:16,fortitude:14,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"bbfca235-faf0-440c-aa9a-1a3361ce4e25",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d10+1 damage, and one of the Emerald Claw sergeant’s allies within 5 squares of it can shift 1 square.",damage:"1d10+1 damage",category:1},{id:"ef7abe1c-b6ed-42af-8b2a-ad3119209ec9",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"787e1745-8f91-43ae-aecc-11ad889a2977",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"An Emerald Claw sergeant deals 1d6 extra damage on melee and ranged attacks against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"7ba61e5a-2cb1-4724-b84f-3b83840051b5",name:"Fanatic",action:{action:4,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Emerald Claw sergeant makes a basic attack against an enemy that is adjacent to it.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cc924bcc-0363-4696-ad6d-13c4347e4800",name:"Emerald Claw Trooper",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +2",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; flail; heavy shield",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:1,ac:18,fortitude:16,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"db8c0b9f-74a0-45f1-8782-f50cc65fac51",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"3e863536-f304-4078-bceb-71626995da94",name:"Fanatic",action:{action:4,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a flail",range:"",attack:null,description:"",details:"The Emerald Claw trooper makes a melee basic attack against an adjacent enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4511f1f5-b188-4815-9cad-35e286c5fa43",name:"Empress Donata",details:"",size:2,origin:4,type:2,keywords:"magebred",level:14,role:{type:3,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Draconic, Elven, Goblin",skills:"Arcana +17, Bluff +18, Diplomacy +18, Insight +12, Nature +12",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:18},intelligence:{score:20},wisdom:{score:10},charisma:{score:22},hp:280,initiative:11,ac:30,fortitude:26,reflex:28,will:29,regeneration:null,auras:[{id:"8d8a5325-d626-434b-855b-0cbf22dbc756",name:"Close Attachment",keywords:"",details:"aura 3; each ally that starts its turn within the aura can shift 1 square as a minor action instead of as a move action."}],powers:[{id:"24474392-9895-47c5-83e2-8d0d2ff2c426",name:"Unarmed Throw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage, Empress Donata slides the target 3 squares, and the target is knocked prone.",damage:"2d6+6 damage",category:1},{id:"24554a10-c8ee-4c80-949d-542271778e5e",name:"Dominating Murmur",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets one enemy in the burst; the target is dominated until the end of Empress Donata’s next turn. A creature dominated in this way is considered an ally with regard to Empress Donata’s other powers.",damage:"",category:1},{id:"cb6e22d6-2db6-4814-972c-f611c3a33b7e",name:"Perfect Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"an ally in the burst makes a basic attack as a free action. Empress Donata cannot use this power on the same creature more than once in a round.",damage:"",category:3},{id:"698058a3-ff95-4c65-9218-9647365a5f7d",name:"Extreme Devotion",action:{action:5,trigger:"when empress donata is attacked",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 3 squares of Empress Donata shifts 3 squares, ending the move adjacent to her. Empress Donata gains a +4 bonus to all defenses against the triggering attack. If the attack misses Empress Donata, it instead hits the ally who shifted adjacent to her.",damage:"An ally within 3 squares of Empress Donata shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"12b04927-aef1-4dbd-8f4c-5546c3f4143f",name:"Fading Dream Fearmonger",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +20, Intimidate +25, Stealth +18, Thievery +18",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:21},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:122,initiative:13,ac:28,fortitude:27,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"44cf7c99-d2cd-4dd4-8e0e-bc0e5cd4dc79",name:"Dreamblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"252586d8-f0b5-4d86-ac1c-cd9881ac600b",name:"Nightmare Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"1d8+5 psychic damage, the fearmonger pushes the target 3 squares, and the target takes ongoing 5 psychic damage (save ends).",damage:"1d8+5 psychic damage",category:1},{id:"89c7dcc8-14e2-426f-8dd1-02e352f72b1f",name:"Humbling Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"targets a creature taking ongoing psychic damage; 3d10+7 psychic damage, and the target is knocked prone (save ends).",damage:"targets a creature taking ongoing psychic damage",category:1},{id:"9cd50826-4a70-4368-813d-788a01bcbc43",name:"Terrifying Vision",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"targets a creature taking ongoing psychic damage; 2d8+7 psychic damage, and the target is dazed (save ends).",damage:"targets a creature taking ongoing psychic damage",category:1},{id:"b3c45a1b-d38d-43f1-954b-1fb2a533e8bb",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Fading Dream fearmonger teleports 5 squares and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The Fading Dream fearmonger teleports 5 squares and gains a +2 bonus to all defenses until the end of its next turn",category:2}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"2a51c7c1-8dbb-4edd-9a8e-fc8d061a814c",name:"Fastieth",details:"",size:2,origin:4,type:1,keywords:"mount, reptile",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:36,initiative:5,ac:16,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"5e73e8f4-fdba-4bd4-abcf-8886af9578f3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"3c297c0a-ba06-44ac-853f-dfad0b8b2601",name:"Fastieth Burst",action:{action:2,trigger:"while mounted by a friendly rider of 2nd level or higher",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"",range:"",attack:null,description:"",details:"The fastieth shifts 4 squares.",damage:"The fastieth shifts 4 squares",category:5},{id:"b18f1316-7b7f-4ef1-8ac1-9432e2269f08",name:"Medium Steed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Medium creature can ride a fastieth.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1c19d4c-cb09-4e2c-b148-767e5bf11394",name:"Finch Household Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:1,initiative:6,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"d74e3616-92ad-4e15-83f7-514c16706a37",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"52e283bb-a3dd-4ae0-9208-7d20fa11d2e6",name:"Weight of Numbers",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If two or more Finch household guards hit the same target in the same round, the second attack also slows the target until the end of the second attacker’s next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f409e41-d826-4f7b-a783-fef87a7f9e2c",name:"Ghalerath",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech, Giant",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:17},intelligence:{score:13},wisdom:{score:14},charisma:{score:21},hp:90,initiative:7,ac:22,fortitude:20,reflex:19,will:21,regeneration:null,auras:[{id:"c15140e3-42dd-4ad7-875c-1b464e262b1f",name:"Aberrant Endurance",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to saving throws."}],powers:[{id:"4b47a9bb-f101-4dcf-b17c-1b946494bf71",name:"Withering Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d8+7 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+7 necrotic damage",category:1},{id:"978bc3ab-a8bd-4bf3-a0ae-d00302d2906e",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"2d6+4 radiant damage, and if the target ends its next turn within 3 squares of Ghalerath it takes 10 psychic damage.",damage:"2d6+4 radiant damage",category:1},{id:"7f525b51-ac46-4036-881a-eeb59b38b82f",name:"Wracking Word",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 2d8+3 psychic damage, and the target is dazed (save ends). Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"2d8+3 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4aa241f0-34f5-4a38-8dae-00f443f1829a",name:"Ghallanda Enclave Guard",details:"",size:1,origin:4,type:2,keywords:"halfling",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Insight +9",equipment:"arrow; longsword; plate armor; shortbow",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:20},intelligence:{score:11},wisdom:{score:14},charisma:{score:13},hp:58,initiative:9,ac:21,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"3874fa65-35eb-4f70-a0cd-9f33cb633aca",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the Ghallanda enclave guard’s next turn. One ally adjacent to the target regains 3 hit points.",damage:"1d8+5 damage",category:1},{id:"a047096e-6561-401b-9bf1-7b2514e3f862",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Weapon",condition:"(standard",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage, and the target is marked until the end of the Ghallanda enclave guard’s next turn. One ally adjacent to the target regains 3 hit points.",damage:"1d6+5 damage",category:1},{id:"7b53e6d0-1b91-43b1-97b8-2dbc9a42b2eb",name:"Advantageous Ground",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Ghallanda enclave guard and all allies adjacent to him or her gain a +2 bonus to all defenses until the end of the guard’s next turn.",damage:"The Ghallanda enclave guard and all allies adjacent to him or her gain a +2 bonus to all defenses until the end of the guard’s next turn",category:3},{id:"45e812be-d30f-4b57-86d5-b7e604ab48c6",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"7d73c713-811c-4dc6-9e64-4957042f073b",name:"Second Chance",action:{action:5,trigger:"when the enclave guard is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a new attack roll and use the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee052412-394c-42de-880f-64ecc0a2817d",name:"Glidewing",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"5, fly 10, overland flight 15",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:77,initiative:9,ac:22,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"4f8d683c-dde6-4541-8c83-ca5558a62e26",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"ee848399-8d52-4ce2-9015-3e86a6aa97c1",name:"Diving Smash",action:{action:1,trigger:"usable only while flying",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glidewing charges and gains a +2 bonus to its attack roll instead of the normal +1 bonus. It shifts 2 squares after the charge.",damage:"The glidewing charges and gains a +2 bonus to its attack roll instead of the normal +1 bonus",category:5},{id:"fb14d177-fd60-4e3c-b7ba-4a862fa911c1",name:"Aerial Agility",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"While flying, a glidewing grants its rider a +1 bonus to all defenses.",damage:"a glidewing grants its rider a +1 bonus to all defenses",category:0},{id:"058851f0-2ee6-4da6-bd74-f4cbacd61e45",name:"Catch the Wind",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glidewing gains hover until the end of its next turn.",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ab19004-e69f-404f-9010-3cd944be7311",name:"Goblin Archer",details:"",size:1,origin:4,type:2,keywords:"goblin",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6, fly 8 (soarsled)",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"arrow; leather armor; short sword; shortbow",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:29,initiative:5,ac:17,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"316c318a-c1ef-4285-b7fe-4dec8687329b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"17726df6-e539-4160-a7dc-021f031e477d",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"cc813ff0-8a01-4c9b-b134-d6c0133b1866",name:"Mobile Ranged Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"at any point during that movement, it makes one ranged attack without provoking an opportunity attack.",attack:null,description:"",details:"The goblin archer can move up to half its speed",damage:"",category:1},{id:"05019a8f-9cff-416e-a5f4-885e5bab46fc",name:"Great Position",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the goblin archer ends its move at least 4 squares away from its starting position, it deals 1d6 extra damage on its ranged attacks until the start of its next turn.",damage:"",category:0},{id:"34eb5a6b-157b-4e61-a352-d90dff90e88c",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square. (A goblin archer can’t shift while flying on its soarsled.)",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b4f15fa-3c50-4cdc-94c1-7f2e02ebd6ac",name:"Gorodan Ashlord",details:"",size:3,origin:1,type:2,keywords:"giant",level:17,role:{type:7,flag:1,leader:!0},senses:"Perception +13",movement:"7",alignment:"Unaligned",languages:"Common, Elven, Giant, Goblin",skills:"Arcana +13, History +13, Insight +14, Intimidate +17",equipment:"scale armor; waraxe",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:12},charisma:{score:21},hp:334,initiative:15,ac:35,fortitude:32,reflex:28,will:30,regeneration:null,auras:[],powers:[{id:"4472a84e-13e2-4034-9701-caf3d1bf46d2",name:"Basic Attack Blazing Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d6+8 damage, ongoing 10 fire damage (save ends), and the target is marked until the end of Gorodan’s next turn.",damage:"2d6+8 damage",category:1},{id:"c82a917c-3c6f-4203-950f-658517fd23e0",name:"Axe Flurry",action:{action:1,trigger:"requires a waraxe",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gorodan makes two blazing waraxe attacks.",damage:"",category:5},{id:"6c6177a4-fa11-4816-aea1-aa115e69447a",name:"Blazing Axestorm",action:{action:1,trigger:"requires a waraxe; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Close burst 2",attack:{bonus:20,defence:0},description:"",details:"targets enemies; 2d6+8 damage, ongoing 5 fire damage (save ends), and the target is marked until the end of Gorodan’s next turn.",damage:"2d6+8 damage",category:5},{id:"60184bec-3f9b-4d64-8901-f7ded3ce650c",name:"Burning Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:20,defence:2},description:"",details:"1d8+7 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8+7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0529eaee-e182-4aa2-93fb-085910609a54",name:"Half-Orc Archer",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Endurance +5, Intimidate +8, Stealth +10",equipment:"arrows (30); handaxe; leather armor; longbow",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:38,initiative:7,ac:17,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"7bc562b4-6e57-407c-8fcb-c55028d93f3d",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"dc1d21d5-35e0-4847-8030-956da6c77a33",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"bff0aa7a-29d4-47ca-aafe-fff1f3236e5f",name:"Furious Assault",action:{action:7,trigger:"when the half-orc archer hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 1d6 extra damage if it was a handaxe attack or 1d10 extra damage if it was a longbow attack.",damage:"the triggering attack deals 1d6 extra damage if it was a handaxe attack or 1d10 extra damage if it was a longbow attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d2d0f4ed-e2db-49c2-89fa-34a3521dcccb",name:"Hand of Orien",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +9, Insight +11",equipment:"dagger",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:77,initiative:5,ac:21,fortitude:18,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"dd3a2d94-e2c6-4346-aefe-bb797e983cd3",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"74ce68c3-1c1a-4f49-9c81-1ba4db00f5df",name:"Disrupting Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6+5 force damage, and the Hand of Orien teleports the target 1 square.",damage:"2d6+5 force damage",category:1},{id:"a8f3e1a5-f95d-4195-93b7-dbe253ccc7e2",name:"Painful Jaunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"3d8+5 damage, and the Hand of Orien causes the target and one ally within range to swap positions.",damage:"3d8+5 damage",category:1},{id:"d3203bdb-ac84-4ac8-8afc-852953b457c0",name:"Temporal Disruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:3},description:"",details:"the target is dazed and slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"",category:1},{id:"7dd3e654-497b-46ad-9b22-d705ca1c8376",name:"Dimension Hop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Hand of Orien teleports 3 squares an gains a +2 bonus to all defenses until the start of its next turn.",damage:"The Hand of Orien teleports 3 squares an gains a +2 bonus to all defenses until the start of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1a8e78f-8991-4cc2-ad06-e59e00d2bf34",name:"High Cardinal Krozen",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:3,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, History +13, Insight +15, Religion +13",equipment:"holy symbol; mace",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:10},intelligence:{score:17},wisdom:{score:20},charisma:{score:23},hp:214,initiative:5,ac:26,fortitude:24,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"acb7aca2-0231-42fa-a6c2-2cabec80fc8a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d8+4 damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"2d8+4 damage",category:1},{id:"a40f6b6d-c5bd-48b1-afdc-f9c6c6eb0d76",name:"Condemnation of the Nonbeliever",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear, Implement",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"the target is stunned until the end of Krozen’s next turn, and two of Krozen’s allies within 5 squares of the target gain 10 temporary hit points.",damage:"and two of Krozen’s allies within 5 squares of the target gain 10 temporary hit points",category:1},{id:"422b0b5e-b0cb-41c6-98f6-1d0886873fbb",name:"Enthralling Presence",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze, Implement",condition:"",range:"Close burst 3",attack:{bonus:14,defence:3},description:"",details:"the target is dazed (save ends). First Failed Saving Throw: The target is dazed and immobilized (save ends both).",damage:"",category:3},{id:"3957c998-171c-48a4-8fba-dff74a34bfd2",name:"Righteous Conflagration",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:2},description:"",details:"targets enemies; 1d6+3 fire and radiant damage, and ongoing 5 fire and radiant damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"1d6+3 fire and radiant damage",category:1},{id:"ae2d6d80-281c-4bb3-ae3f-8e213bb463ad",name:"Burden of Faith",action:{action:5,trigger:"when krozen is hit by an attack with at least one effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"Krozen applies all effects from the triggering attack that a save can end to an ally within 5 squares.",damage:"Krozen applies all effects from the triggering attack that a save can end to an ally within 5 squares",category:5},{id:"e8e5b233-6b9c-4048-b76b-fc7941577ae6",name:"Burden of Devotion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Krozen transfers a marked condition to an ally he can see within 5 squares.",damage:"Krozen transfers a marked condition to an ally he can see within 5 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"42b18a3c-6862-4653-84cc-0b08fa41ff35",name:"Hilt or Pommel",details:"",size:2,origin:4,type:2,keywords:"construct, homunculus",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:169,initiative:16,ac:32,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"3b3bb0cb-c253-43c2-ba49-3eec8b3cc1d0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"562f44f3-4fb5-4367-b602-f6672818f625",name:"Metallic Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:21,defence:1},description:"",details:"3d8+8 thunder damage, and the target is dazed until the end of the attacking homunculus’s next turn.",damage:"3d8+8 thunder damage",category:1},{id:"ec19f017-bca7-42cb-84f8-cdf8b46c1235",name:"Bladed Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel deals 1d6 + 3 damage to any creature that grabs it. A creature that continues to grab the homunculus takes 1d6 + 3 damage at the start of its turn.",damage:"hilt or pommel deals 1d6 + 3 damage to any creature that grabs it",category:0},{id:"186c44db-b1b1-4d5c-81d7-4456e413cceb",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel has combat advantage against any target that has one of their allies adjacent to it. Whenever Hilt or Pommel hits a target it has combat advantage against, it knocks the target prone, and can then shift 1 square as a free action.",damage:"and can then shift 1 square as a free action",category:0},{id:"1b652807-7c35-4bce-aa4a-660348c76ffb",name:"Guard Anything",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel can be assigned to guard an area, object, or creature. It receives a +2 bonus to attack rolls and damage rolls against enemies within its guarded area, attacking its guarded creature, or carrying its guarded object.",damage:"it receives a +2 bonus to attack rolls and damage rolls against enemies within its guarded area",category:0},{id:"5b0fa225-c536-4db9-b92e-8e6b81dd7375",name:"Shifty Charger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel can shift 1 square after charging.",damage:"Hilt or Pommel can shift 1 square after charging",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ea485245-17f4-4774-a0f8-d9f986197988",name:"Hobgoblin Dirge Singer",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Draconic, Goblin",skills:"Diplomacy +12, History +11, Insight +10",equipment:"chainmail; longsword",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:12},intelligence:{score:16},wisdom:{score:14},charisma:{score:19},hp:72,initiative:4,ac:20,fortitude:18,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"13d1894f-a96e-4948-8d9d-755440ebe0a9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"fcb63045-9213-4e0a-a552-68f7dd1656ec",name:"Grave Cry",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage, and the target takes a -1 penalty to all defenses against attacks by the dirge singer’s allies until the end of the dirge singer’s next turn.",damage:"1d8+6 damage",category:5},{id:"5f9d4fbd-a8b1-4b0c-be12-5eaf9a494e43",name:"Battle Chant",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"two allies within the burst shift 5 squares and make a melee basic attack as a free action. If an attack hits, the target of the attack is marked by the ally until the end of the dirge singer’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"b407db52-4a77-4e54-983f-49f598a6b2ac",name:"Fateful Keening",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 2d6 thunder damage, and the dirge singer pushes the target 2 squares. Effect: The dirge singer slides each ally in the blast 1 square.",damage:"2d6 thunder damage",category:1},{id:"1b156971-4164-4dbb-bd07-8a57dc756589",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin dirge singer is subjected to an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dirge singer rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c40aa977-191b-427c-9c2b-5c7bb35d226f",name:"Holy Uldra",details:"",size:1,origin:4,type:2,keywords:"halfling",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +11, Religion +12, Thievery +11",equipment:"leather armor; talenta sharrash",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:15},intelligence:{score:17},wisdom:{score:16},charisma:{score:20},hp:89,initiative:6,ac:22,fortitude:19,reflex:19,will:21,regeneration:null,auras:[{id:"235e2ec7-47eb-44dc-a47b-4eff20ddf44d",name:"Balinor’s Frenzy",keywords:"",details:"aura 5; each ally that begins or ends a charge within the aura gains a +2 bonus to damage rolls."}],powers:[{id:"b4e52069-776c-4cbd-ba61-c9b1bf8bd3bd",name:"Talenta Sharrash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage, and the target is immobilized until the end of Holy Uldra’s next turn.",damage:"1d8+7 damage",category:1},{id:"51daf78c-5b26-4a3f-bf70-87584c9812d3",name:"Balinor’s Reaping",action:{action:1,trigger:"requires a talenta sharrash",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:11,defence:0},description:"",details:"(+13 against immobilized targets)2d6+7 damage, and the target is immobilized (save ends).",damage:"(+13 against immobilized targets)2d6+7 damage",category:5},{id:"1d9928b5-9d59-4dfd-9bf6-5a51f218ee5c",name:"Frenzy of the Hunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Healing, Psychic",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"1d10 psychic damage, and the target is immobilized and grants combat advantage to all attackers (save ends both). Holy Uldra and allies within the burst regain 5 hit points.",damage:"1d10 psychic damage",category:1},{id:"0bbad6a1-bade-4cf2-8447-315394ca7f1d",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"c2945c58-58a8-4d19-824f-5e19044bdefe",name:"Second Chance",action:{action:5,trigger:"when holy uldra is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a second attack roll and use the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fde221ff-6790-4669-961f-929e2636b80c",name:"Ikar the Black",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:9,role:{type:7,flag:1,leader:!0},senses:"Perception +5; low-light vision",movement:"5 (7 while charging)",alignment:"Evil",languages:"Common, Giant",skills:"Athletics +13, Diplomacy +12, Endurance +11, History +10",equipment:"broadsword; light shield; scale armor",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:12},wisdom:{score:13},charisma:{score:17},hp:190,initiative:8,ac:26,fortitude:24,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"05fc0c6a-5f55-4d2f-8a8f-94e467e254c1",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and the target is marked until the end of Ikar’s next turn.",damage:"1d10+6 damage",category:1},{id:"95b65580-2d61-4a1e-ab9f-3c9aca998fa1",name:"Junker’s Smash",action:{action:3,trigger:"requires a shield",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d8+4 damage, and the target is knocked prone.",damage:"1d8+4 damage",category:5},{id:"43309307-de11-419e-99c6-e2981f54d0c1",name:"Fair Trade",action:{action:7,trigger:"when ikar is hit by an opportunity attack or an immediate action melee attack; requires a broadsword",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d10+4 damage.",damage:"3d10+4 damage",category:5},{id:"50816655-9158-405f-9bcb-6ebfd0c21fe9",name:"Furious Assault",action:{action:7,trigger:"when ikar hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 1d10 extra damage if it is a broadsword attack or 1d8 extra damage if it is a junker’s smash attack.",damage:"the triggering attack deals 1d10 extra damage if it is a broadsword attack or 1d8 extra damage if it is a junker’s smash attack",category:5},{id:"65eff68c-947d-4a25-8bfd-91d2696a9870",name:"Half-Orc Resilience",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Ikar gains 5 temporary hit points.",damage:"Ikar gains 5 temporary hit points",category:1},{id:"81609d03-2206-4bd9-9884-fca05c807230",name:"Joint Venture",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable after ikar charges",range:"",attack:null,description:"",details:"An ally with 10 squares makes a charge attack as a free action. That ally’s movement during the charge does not provoke opportunity attacks.",damage:"An ally with 10 squares makes a charge attack as a free action",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cc091ca-b8a4-47d2-ab40-bbcc4d21322d",name:"Irristia Immiar",details:"",size:2,origin:2,type:2,keywords:"elf",level:9,role:{type:7,flag:0,leader:!0},senses:"Perception +13; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +13, Stealth +14",equipment:"arrow; leather armor; rapier; shortbow",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:20},intelligence:{score:13},wisdom:{score:14},charisma:{score:17},hp:97,initiative:11,ac:25,fortitude:20,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"6fae39a3-d225-4e2a-b5e9-bdd044c19544",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+8 damage, and the target is marked until the end of Irristia’s next turn.",damage:"1d8+8 damage",category:1},{id:"4bc8f5d6-e2af-45a6-ade2-61c8f4f7a299",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"1d8+8 damage, and the target is marked until the end of Irristia’s next turn.",damage:"1d8+8 damage",category:1},{id:"09e440df-2a36-4c25-95a0-329403897aed",name:"Twin Fang Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia charges and then makes two rapier attacks.",damage:"",category:1},{id:"36c91c0e-ccb2-4282-b268-3e6ff62b118c",name:"Twin Fang Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia makes two rapier attacks.",damage:"",category:1},{id:"9c1a320c-ef55-4bbc-a8e4-a31f2f62ae51",name:"Draw Attention",action:{action:1,trigger:"requires a shortbow",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:16,defence:1},description:"",details:"3d8+5 damage; the target is marked, and any creature currently marked by the target is no longer marked by the target.",damage:"3d8+5 damage",category:5},{id:"282921e7-30d2-4b98-9d36-16a1f97502d3",name:"Sustained Mark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Irristia ends her turn adjacent to a target marked by her, that target remains marked until the end of her next turn.",damage:"",category:0},{id:"c58689e5-bf13-4dac-9ff5-ff33d5325a03",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia can reroll an attack roll. She must use the second roll, even if it’s lower.",damage:"",category:4},{id:"7b3cccdc-b64b-4da3-ab28-59d0f18a3c98",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia ignores difficult terrain when she shifts.",damage:"",category:0},{id:"b0d04f1f-7ea3-4a9b-a028-fcdb56ce482a",name:"Born in the Saddle",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia bestows her wild step power on any mount she rides.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"421e39ae-8cf8-480f-a34c-d510d3457641",name:"Jhorash’tar Bloodspiller",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:2,flag:0,leader:!0},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Goblin",skills:"Endurance +11, Intimidate +8",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:13},wisdom:{score:16},charisma:{score:12},hp:84,initiative:6,ac:18,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"85397912-44c1-4dca-9639-35db12517233",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d12+7 damage (crit 1d12 + 19).",damage:"1d12+7 damage (crit 1d12 + 19)",category:1},{id:"d966dc7f-1dc1-4235-840f-e12f8d2fbf3e",name:"Bloodspiller’s Strike",action:{action:1,trigger:"requires a gerataxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d12 damage (crit 2d12 + 12), and ongoing 5 damage (save ends).",damage:"2d12 damage (crit 2d12 + 12)",category:5},{id:"6a60d495-b697-4a04-a706-b781e6925b10",name:"Warrior’s Surge",action:{action:1,trigger:"usable only while bloodied; requires a greataxe",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:null,description:"",details:"The Jhorash’tar bloodspiller makes a greataxe attack and regains 21 hit points.",damage:"The Jhorash’tar bloodspiller makes a greataxe attack and regains 21 hit points",category:5},{id:"4c84d3c7-b592-445a-a273-86e934c8bc9a",name:"Howl for Blood",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst makes a charge attack as a free action, dealing 2 extra damage if the attack hits.",damage:"dealing 2 extra damage if the attack hits",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d08d2135-2601-41c8-9804-c13c38b06cf4",name:"Jorasco Field Medic",details:"",size:1,origin:4,type:2,keywords:"halfling",level:4,role:{type:0,flag:0,leader:!0},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Heal +11",equipment:"crossbow bolts (20); hand crossbow; spear",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:10},intelligence:{score:15},wisdom:{score:19},charisma:{score:14},hp:45,initiative:2,ac:17,fortitude:16,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"c527b857-088e-423d-8923-ebc0dd017fc6",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"64fd1be2-42e1-41e3-9127-89ac4b08d6f4",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"529a4667-99a6-461a-8e4d-869500303ff9",name:"Emergency Healing",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one ally; the target regains 5 hit points and can make a saving throw.",damage:"the target regains 5 hit points and can make a saving throw",category:3},{id:"0e70fdeb-e449-4aa6-b0f4-f8a6e4a0967f",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one ally in burst; the target spends a healing surge and regains an additional 1d6 hit points.",damage:"the target spends a healing surge and regains an additional 1d6 hit points",category:3},{id:"92a21198-4f8c-4044-bbf7-1548b950f4d1",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"604ebebd-46b9-46e6-b86d-8dc6e1aa6ecd",name:"Second Chance",action:{action:5,trigger:"when the field medic is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a new attack roll and use the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd6120e6-4e02-4e63-afe6-93a7a301711d",name:"Julius Finch",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Intimidate +9",equipment:"greatsword; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:9},wisdom:{score:15},charisma:{score:11},hp:107,initiative:6,ac:20,fortitude:21,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"39bc4e83-7b0b-4e0c-9f01-cf278fe38d52",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"4d6+5 damage.",damage:"4d6+5 damage",category:1},{id:"510f60c8-b879-4102-b827-13521b0affd1",name:"Deadly Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:13,defence:1},description:"",details:"2d6+5 damage, and the target is knocked prone until the end of Julius’s next turn.",damage:"2d6+5 damage",category:1},{id:"bdf0d36f-bee2-454c-b859-bd924fbcd267",name:"Feed the Void",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"targets a bloodied, living enemy; 6d6+5 necrotic damage.",damage:"6d6+5 necrotic damage",category:1},{id:"4039b6b0-9de3-4da2-87d5-13fed4bcc827",name:"Brutal Bruiser",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Julius deals 1d6 extra damage on attacks made against slowed or immobilized foes or against any creature granting combat advantage to him.",damage:"julius deals 1d6 extra damage on attacks made against slowed or immobilized foes or against any creature granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e6cadb5-dfdb-4b9d-ad0f-f1f336764c9d",name:"Karrnathi Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"scale armor; scimitar",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:22},intelligence:{score:11},wisdom:{score:14},charisma:{score:8},hp:110,initiative:13,ac:25,fortitude:23,reflex:25,will:21,regeneration:null,auras:[],powers:[{id:"4ff34cac-5752-4f09-b369-38a81b765dfd",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+8 damage (crit 1d8 + 16), and the target is marked until the end of the Karrnathi skeleton’s next turn.",damage:"1d8+8 damage (crit 1d8 + 16)",category:1},{id:"f4b3f76c-46ca-4fa6-8d0d-422e15794a07",name:"Bone Dance",action:{action:4,trigger:"when an adjacent; marked enemy moves or makes an attack that does not include the karrnathi skeleton; requires a scimitar",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Karrnathi skeleton shifts 1 square and makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"8611e46c-4927-4854-a591-10ccee3e971f",name:"Eviscerating Slash",action:{action:1,trigger:"requires a scimitar",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+6 damage (crit 1d8 + 30), and ongoing 10 damage (save ends).",damage:"3d8+6 damage (crit 1d8 + 30)",category:5},{id:"2d42360e-6111-4b95-98ba-86079cd03dfe",name:"Razor Storm Strike",action:{action:1,trigger:"requires two scimitars",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Karrnathi skeleton makes two melee basic attacks. The Karrnathi skeleton shifts 1 square before, between, or after the attacks.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"81a21790-01a9-4193-b499-4bb2b342906b",name:"Karrnathi Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:13},intelligence:{score:11},wisdom:{score:18},charisma:{score:8},hp:138,initiative:6,ac:23,fortitude:25,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"0293873b-e581-4284-9b6b-d33f82c4e7b3",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"9b13ba02-463a-43e3-955b-625a5cf15be4",name:"Driving Assault",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"2d10+5 damage, the zombie pushes the target 2 squares, and the target is knocked prone. Miss: The Karrnathi zombie makes a melee basic attack against an enemy adjacent to it other than the original target.",attack:{bonus:14,defence:0},description:"",details:"",damage:"",category:5},{id:"f3e099cd-e9e1-4fd6-b754-64fb455d9e6d",name:"Battle Wrath",action:{action:4,trigger:"when hit by a melee attack; usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Karrnathi zombie makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eb38a2fb-f2ac-469c-8624-4f1f446d71bf",name:"King Kaius ir’Wynarn III",details:"",size:2,origin:4,type:2,keywords:"undead, vampire",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common, Draconic, Dwarven",skills:"Acrobatics +14, Athletics +18, Bluff +17, Diplomacy +17, History +17, Insight +15, Nature +15, Stealth +14",equipment:"light shield; plate armor",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:15},intelligence:{score:20},wisdom:{score:17},charisma:{score:20},hp:296,initiative:11,ac:31,fortitude:30,reflex:27,will:29,regeneration:{value:10,details:"regeneration does not function while Kaius is exposed to direct sunlight"},auras:[],powers:[{id:"e3431c33-1b6a-4584-9e16-a21dd9d333d2",name:"Soulthief",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 damage plus 1d8 necrotic damage, and Kaius gains 5 temporary hit points.",damage:"1d8+6 damage plus 1d8 necrotic damage",category:1},{id:"c7915e9b-a7b3-480e-9ebb-c531598e2310",name:"Blood Drain",action:{action:1,trigger:"requires combat advantage against the target; recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"2d12+6 damage, the target is weakened (save ends), and Kaius regains 74 hit points.",damage:"2d12+6 damage",category:5},{id:"5778dda5-f865-4ca3-b867-bac97dc1bf41",name:"Throat Rip",action:{action:1,trigger:"requires combat advantage against the target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"3d6+7 damage, and ongoing 10 damage (save ends).",damage:"3d6+7 damage",category:5},{id:"f909893e-a835-4085-b098-dde08f2d737a",name:"Whisper Strike",action:{action:1,trigger:"requires soulthief",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic, Weapon",condition:"",range:"Kaius makes three melee basic attacks. Kaius shifts 1 square before each attack.",attack:null,description:"",details:"Targets one, two, or three creatures",damage:"",category:5},{id:"40d39336-fa97-4281-99c0-dcf548ac9fcf",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Kaius can dominate only one creature at a time.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"6d2c0f9f-acff-4324-962f-e2c08bcf0c8a",name:"Human Guise",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Kaius can mask his undead features to appear as he did in life. A successful Insight check opposed by Kaius’s Bluff check pierces the guise.",damage:"",category:3},{id:"893cd6b5-8152-4016-b27e-9ceaad974eb8",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Kaius becomes insubstantial and gains a fl y speed of 12, but cannot make attacks. He can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Kaius becomes insubstantial and gains a fl y speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0769a592-d2a5-4df6-92eb-7704ba6a4350",name:"King’s Shield",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"5",alignment:"Lawful good",languages:"Common",skills:"Insight +10, Intimidate +7",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:10},intelligence:{score:14},wisdom:{score:16},charisma:{score:11},hp:64,initiative:4,ac:22,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"29fe544f-4551-46ff-8a9c-eb1411efcaef",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the Shield’s next turn.",damage:"1d8+5 damage",category:1},{id:"6872ead2-cc41-4852-b266-99791ffcab69",name:"For Breland!",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage, and the Shield gains 5 temporary hit points.",damage:"2d8+5 damage",category:5},{id:"c72bcee7-2efa-4c7d-99bc-b456a27fe669",name:"Shield the King",action:{action:4,trigger:"when an adjacent enemy moves or shifts; requires a shield",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Targets the triggering enemy; 1d6+5 damage, the Shield pushes the target 1 square, and the target ends its move action.",damage:"1d6+5 damage",category:5},{id:"90839fa2-5e11-41a6-b91c-77a13a44f00d",name:"Lock Shields",action:null,keywords:"",condition:"requires a shield",range:"",attack:null,description:"",details:"A King’s Shield gains a +2 bonus to AC and Reflex defense while adjacent to another King’s Shield",damage:"A King’s Shield gains a +2 bonus to AC and Reflex defense while adjacent to another King’s Shield",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8674c7e5-c54f-4c1a-b4b0-50241fea5ea3",name:"King’s Wand",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Good",languages:"Common, Elven",skills:"Arcana +13, Bluff +12, Insight +9, Stealth +10",equipment:"implement, wand; short sword",category:"",strength:{score:9},constitution:{score:10},dexterity:{score:14},intelligence:{score:20},wisdom:{score:13},charisma:{score:18},hp:52,initiative:5,ac:18,fortitude:15,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"3009a5d4-2d8e-4cbd-a254-f10a22f59ca4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"ac031ef6-acd9-4e07-ad08-a732bd693510",name:"Mind Razor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d8+4 psychic damage.",damage:"2d8+4 psychic damage",category:1},{id:"af271f0b-90a7-4396-8cf8-34f0934f256e",name:"Bedeviling Bolts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Implement",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d10+5 damage, and the Wand slides the target 1 square.",damage:"1d10+5 damage",category:1},{id:"6667b98d-7366-4f23-89d4-2ec907e66ad6",name:"Scintillating Pattern",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Illusion",condition:"",range:"Area burst 2 within 10",attack:{bonus:9,defence:3},description:"",details:"targets enemies; 3d8+4 damage, and the target is dazed (save ends).",damage:"3d8+4 damage",category:1},{id:"c000aee2-42e3-4a14-acde-bc9c5bbf8dd4",name:"Fade Away",action:{action:4,trigger:"when the king’s wand takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The King’s Wand turns invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"7c445e07-ff4a-45bd-903e-5dad0a1f7005",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a King’s Wand has cover or concealment when it makes an initiative check, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5e7ad2f-2005-484a-bcc7-b672e9f208da",name:"King’s Dark Lantern",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:4,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Athletics +13, Bluff +10, Diplomacy +10, Intimidate +10, Stealth +14, Streetwise +10, Thievery +14",equipment:"arrow; bastard sword; leather armor; longbow",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:20},intelligence:{score:15},wisdom:{score:16},charisma:{score:13},hp:136,initiative:13,ac:24,fortitude:22,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"75e0b851-77f9-44b2-a6df-eb45c080a065",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"80e4ec8f-df65-467c-b215-f39130b429f8",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"733a0604-eaec-4d03-b0b3-12cb4db3496d",name:"Blinding Strike",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and the Dark Lantern shifts 2 squares and has concealment against the target until the end of the Dark Lantern’s next turn.",damage:"1d10+5 damage",category:5},{id:"957dafbd-5f79-4b1d-90d8-8517bbccb2b5",name:"Blend In",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Dark Lantern turns invisible until it attacks or until the end of its next turn.",damage:"",category:3},{id:"67ec8a40-0423-40a5-87e9-b44f59270dd5",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets nearest enemy; the Dark Lantern deals +1d8 damage once per turn against its quarry. Only one creature can be the Dark Lantern’s quarry at a time.",damage:"the dark lantern deals +1d8 damage once per turn against its quarry",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90569b01-02bc-4f3d-904a-55fb2614cee5",name:"King’s Sword",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Good",languages:"Common",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:19},constitution:{score:13},dexterity:{score:14},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:69,initiative:7,ac:20,fortitude:18,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"b1fb3809-9795-4143-b63f-0df6e80b3b56",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"aa0ab494-5bb8-4817-b3f3-11f04ec20dd7",name:"Deft Blade",action:{action:1,trigger:"requires a greatsword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+6 damage, and the Sword shifts 1 square.",damage:"1d10+6 damage",category:5},{id:"50dd5899-65d6-4465-b153-d030f3fa7c33",name:"King’s Blade",action:{action:1,trigger:"requires a greatsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:11,defence:0},description:"",details:"2d10+5 damage. The King’s Sword shifts 2 squares after making this attack.",damage:"2d10+5 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db9d57e6-dba7-4cc8-88e6-efd4ee4845c6",name:"Kundarak Iron Gate Guard",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Dungeoneering +7, Endurance +10",equipment:"plate armor; waraxe",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:11},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:76,initiative:5,ac:22,fortitude:21,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"beebafaa-523e-4a7b-a2fc-f89c32cee6d1",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+5 damage, and the target is marked until the end of the guard’s next turn.",damage:"1d12+5 damage",category:1},{id:"ea8b629d-7577-4e75-b3f0-5b8a42b2aad2",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6+5 damage, and the Iron Gate guard pushes the target 1 square. If the target is marked by the guard, the guard can shift into the space the target vacates.",damage:"1d6+5 damage",category:3},{id:"3945a9fe-14ae-445f-bd42-c6bc8841036f",name:"Guard Ward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When within 4 squares of a creature or object it is guarding, or within a guarded area, an Iron Gate guard gains a +2 bonus to all defenses and a +1 bonus to attack rolls.",damage:"When within 4 squares of a creature or object it is guarding",category:0},{id:"c7f7755b-35da-4d80-9638-b642243882e9",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a guard to move—through a pull, a push, or a slide—the guard moves 1 square less than the effect specifies. When an attack would knock a guard prone, the guard can make a saving throw to avoid falling prone.",damage:"or a slide—the guard moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7df76a66-fe5b-4c3f-a99d-b3a0e61b4696",name:"Lady Vol",details:"",size:2,origin:4,type:2,keywords:"undead",level:19,role:{type:3,flag:1,leader:!0},senses:"Perception +12; darkvision, low-light vision",movement:"6, fly 7 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Elven",skills:"Arcana +24, Bluff +19, Diplomacy +22, History +21, Insight +17, Religion +21",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:14},intelligence:{score:24},wisdom:{score:16},charisma:{score:22},hp:356,initiative:11,ac:35,fortitude:31,reflex:34,will:35,regeneration:{value:10,details:""},auras:[],powers:[{id:"b440b37c-aab9-4d05-977c-e245e18c9733",name:"Death Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"09746ac0-c93d-46e7-9cd5-ca2930734323",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"abe85df0-3a92-4bc7-af6d-314cbefabafe",name:"Enfeebling Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:21,defence:1},description:"",details:"2d8+7 necrotic damage, and the target is weakened until the end of Lady Vol’s next turn.",damage:"2d8+7 necrotic damage",category:1},{id:"73a98f96-e8ce-4575-bf85-d4bfb3698a7a",name:"Spectral Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Area burst 3 within 10",attack:{bonus:21,defence:3},description:"",details:"targets two creatures in burst; 2d8+7 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"5eef5a69-1818-4409-a3d9-508d6bc98ea9",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"targets living creatures; 4d8+7 necrotic damage, and Lady Vol regains 5 hit points for every creature damaged in this manner.",damage:"4d8+7 necrotic damage",category:1},{id:"a575ed01-b9b6-4b73-a31d-7a019efbcae9",name:"Queen of the Dead",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"three of Lady Vol’s allies in the burst can each make a basic attack.",damage:"",category:1},{id:"e7a1a303-86bf-429d-a60e-d720db53e365",name:"Death Makes Me Stronger",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Lady Vol’s drain life ability recharges, and she uses it.",damage:"",category:5},{id:"f75eed56-9549-482f-8043-ca8e9f24431e",name:"Indestructible",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Lady Vol’s body and possessions crumble into dust, but she is not destroyed. She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery, unless the phylactery is also found and destroyed.",damage:"She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"radiant (if Lady Vol takes radiant damage, regeneration doesn’t function on her next turn)",immune:"disease, poison",tactics:""},{id:"28716b37-e229-4a73-bd20-5f21c72de77a",name:"Living Cloudkill",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +14; blindsight 10",movement:"8 see also engulf",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:20},intelligence:{score:5},wisdom:{score:20},charisma:{score:11},hp:314,initiative:14,ac:31,fortitude:33,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"dbc40b6f-0115-41c1-b900-fea69ae3998e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"3d8+7 poison damage.",damage:"3d8+7 poison damage",category:1},{id:"86f809c3-2e90-411e-96b9-a29b1a780436",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Targets one or two Medium or smaller creatures; (automatically hits an immobilized creature)the target is grabbed, pulled into the living cloudkill’s space, dazed until the grab ends, and takes ongoing 15 poison damage until the grab ends. When the grab ends, the target shifts to a square of its choosing adjacent to the living cloudkill. The living cloudkill can move normally while creatures are engulfed within it.",damage:"and takes ongoing 15 poison damage until the grab ends",category:1},{id:"e817b3b2-f7d3-4fc3-a756-35dc64a97a73",name:"Cloud Drift",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living cloudkill shifts its speed and can move through enemies’ spaces during this movement. It must end this movement in an unoccupied space.",damage:"",category:2},{id:"d7d8cab1-3e8d-4f85-a21f-f6980c6fd313",name:"Choking Move",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"On its turn, if a living cloudkill moves through a creature’s space, that creature takes 15 poison damage.",damage:"that creature takes 15 poison damage",category:0}],damageModifiers:[{type:7,value:-15}],resist:"insubstantial",vulnerable:"",immune:"gaze",tactics:""},{id:"37c99134-20d4-4a1a-bc15-6d7efd4af7ba",name:"Lord of Blades",details:"",size:2,origin:4,type:2,keywords:"living construct",level:21,role:{type:6,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"Arcana +17, Athletics +22, Intimidate +21",equipment:"plate armor",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:16},intelligence:{score:14},wisdom:{score:11},charisma:{score:22},hp:388,initiative:15,ac:39,fortitude:35,reflex:30,will:34,regeneration:null,auras:[{id:"9ff625e3-1810-4d24-9ae3-0588597dd088",name:"Quicken Constructs",keywords:"",details:"aura 5; allied constructs and living construct within the aura gain +4 to initiative rolls."}],powers:[{id:"46ddfd34-b0b3-42a3-a54a-558c59bb45a5",name:"Adamantine Sixblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"1d12+11 damage (crit 19–20), the Lord of Blades slides the target 2 squares, and the target is marked until the end of the Lord of Blades’ next turn. Damage from this attack ignores 10 points of resist all.",damage:"1d12+11 damage (crit 19–20)",category:1},{id:"8756bbb1-13f1-41c9-ba8e-27e260e723b3",name:"Blade Mark",action:{action:5,trigger:"when an adjacent enemy marked by the lord of blades moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The Lord of Blades makes a melee basic attack against the triggering enemy. An enemy hit by this attack stops moving. If this attack hits, the Lord of Blades makes a melee basic attack as a free action against a different target within reach.",attack:null,description:"",details:"",damage:"",category:5},{id:"926ad08b-395c-4c1d-a849-7b6427f0514c",name:"Off-Hand Slash",action:{action:3,trigger:"requires an adamantine sixblade",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"1d12+11 damage (crit 19–20), and the target is marked until the end of the Lord of Blades’ next turn. Damage from this attack ignores 10 points of resist all.",damage:"1d12+11 damage (crit 19–20)",category:5},{id:"21f21ff9-29e0-4608-8bde-b5ed9152fcdd",name:"Shoulderbow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20",attack:{bonus:28,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:3},{id:"27ef3a63-372b-49de-af6d-e5138b20956a",name:"Lord of Constructs",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"allied construct and living constructs gain 10 temporary hit points. A bloodied construct or living construct ally also regains 10 hit points.",damage:"allied construct and living constructs gain 10 temporary hit points",category:3},{id:"90a83b57-5fa8-4794-8de1-0c20fa483278",name:"Bladed Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Lord of Blades deals 1d8 + 4 damage to any creature that grabs him. A creature that continues to grab him takes 1d8 + 4 damage at the start of its turn.",damage:"the lord of blades deals 1d8 + 4 damage to any creature that grabs him",category:0},{id:"60dddbfd-0a36-40d7-85ce-26d980b6b287",name:"Powerful Charger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When charging, the Lord of Blades deals 2d6 extra damage and pushes the target 1 square. He then shifts into the square the target vacated.",damage:"the lord of blades deals 2d6 extra damage and pushes the target 1 square",category:0},{id:"00e28c78-9903-4b2f-a3d1-a6ba148218ad",name:"Lordly Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The Lord of Blades gains 15 temporary hit points and ends one effect that a save can end. If he uses this power while bloodied, he also regains 15 hit points.",damage:"The Lord of Blades gains 15 temporary hit points and ends one effect that a save can end",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"76a8455d-334e-4fdf-820f-2fe8644217dd",name:"Magebred Destrier",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Endurance +10",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:14},intelligence:{score:3},wisdom:{score:12},charisma:{score:10},hp:76,initiative:4,ac:17,fortitude:19,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"e511cdef-b1e8-4ea6-af01-59d24294cb5f",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"102af01f-ad5a-46ed-bc1f-26db18fb245b",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"The magebred destrier can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the destrier must end its move in an unoccupied space. When it enters an enemy’s space, the destrier makes a trample attack; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"b612c494-71d3-4245-89b3-11558f9975cb",name:"Charger",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"When a destrier’s rider charges, the rider gains a +6 bonus to damage rolls.",damage:"the rider gains a +6 bonus to damage rolls",category:0},{id:"15f89b1a-00ee-4325-8119-3d5a61c6e9f0",name:"Bonded Mount",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"when a friendly rider of 5th level or higher spends a healing surge",range:"",attack:null,description:"",details:"The magebred destrier gains temporary hit points equal to the rider’s healing surge value.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b91af07-af05-44e2-8b4e-51e1c319771f",name:"Magwroth",details:"",size:2,origin:1,type:2,keywords:"",level:25,role:{type:2,flag:0,leader:!0},senses:"Perception +16",movement:"6, swim 6",alignment:"Chaotic evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +22",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:25},intelligence:{score:21},wisdom:{score:19},charisma:{score:25},hp:284,initiative:19,ac:37,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"71228d69-63db-4b91-a661-9cf79b00db91",name:"Elemental Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d6+9 damage, and ongoing 10 cold, fire, or lightning damage (Magwroth’s choice) (save ends).",damage:"2d6+9 damage",category:1},{id:"8604e2a9-2ce2-44dc-abbb-1413831c1ad9",name:"Chaos Retort",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d6+7 cold, fire, or lightning damage (Magwroth’s choice), Magwroth slides the target 2 squares, and the target makes a basic attack against its nearest ally. Miss: Half damage, and the target is dazed until the end of Magwroth’s next turn.",damage:"or lightning damage (magwroth’s choice)",category:5},{id:"4c6ed03d-8674-44ca-b0f8-dae018290f64",name:"Faster, Ye Swabs!",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 6",attack:null,description:"",details:"each ally within the burst can take an extra move action immediately.",damage:"",category:3},{id:"f0da050b-92b5-477b-9f3e-34bb6cea61aa",name:"Wail of Anguish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d10+7 psychic damage.",damage:"2d10+7 psychic damage",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"114d64a2-c139-4789-a4d2-dee2534083e1",name:"Medani Inquisitive",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Insight +14",equipment:"crossbow; crossbow bolts (20); dagger",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:14},intelligence:{score:21},wisdom:{score:20},charisma:{score:12},hp:87,initiative:6,ac:24,fortitude:18,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"3055cbb8-f6c6-4ddf-b2b2-6ec7c211465b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"fdc2b216-12fc-4209-980b-72042ab983fb",name:"Repeating Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"ed58fa05-5558-463e-9853-a6e81fb39d69",name:"Inquisitive’s Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one enemy; the Medani inquisitive deals 2d6 extra damage on the next attack it makes against the target before the end of the inquisitive’s next turn.",damage:"the medani inquisitive deals 2d6 extra damage on the next attack it makes against the target before the end of the inquisitive’s next turn",category:3},{id:"f67a7e18-85ac-4725-93c2-7ad0e98bee45",name:"Blinding Powder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"the target is blinded and slowed (save ends both).",damage:"",category:1},{id:"6cfc0eca-a692-4499-bf5b-d83fbfd4ab3b",name:"Slippery Customer",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The inquisitive shifts 3 squares and ignores difficult terrain.",damage:"The inquisitive shifts 3 squares and ignores difficult terrain",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91b64d3c-c423-42c0-8765-a4b8dc363791",name:"Mishva Garodya Stormhorn",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Diplomacy +15, Endurance +13, Intimidate +15",equipment:"bastard sword; javelin; scale armor; short sword",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:11},intelligence:{score:19},wisdom:{score:12},charisma:{score:19},hp:238,initiative:8,ac:30,fortitude:25,reflex:25,will:25,regeneration:null,auras:[{id:"43396b33-f820-412e-95fd-be87bb46498b",name:"Frontline Command",keywords:"",details:"aura 10; each ally that starts the encounter within the aura gains a +2 bonus to its initiative check."}],powers:[{id:"88fcdfcf-e819-4b84-89ef-14b80be6f475",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)2d10+5 lightning damage.",damage:"(+20 while bloodied)2d10+5 lightning damage",category:1},{id:"0e394561-2fd0-48c9-97f6-22d2531f7d31",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)2d6+5 damage.",damage:"(+20 while bloodied)2d6+5 damage",category:1},{id:"a634e66a-4224-4ffc-b0da-7c09f0460eef",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)2d6+7 damage.",damage:"(+20 while bloodied)2d6+7 damage",category:1},{id:"65fdafa0-67f6-4537-a45b-4c0b97d29711",name:"Blue Dragon Strike",action:{action:1,trigger:"requires a bastard sword and a short sword",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mishva makes a basic attack with each weapon. If both attacks hit the same target, Mishva pushes that target 2 squares and knocks it prone.",damage:"Mishva pushes that target 2 squares and knocks it prone",category:5},{id:"ae2d7d44-619d-4833-a251-43aef610cf58",name:"Dragonwing Wedge",action:{action:1,trigger:"requires a bastard sword and a short sword; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mishva makes a basic attack with each weapon against two different targets. On a hit, Mishva slides the target 2 squares.",damage:"Mishva slides the target 2 squares",category:5},{id:"08544035-965c-4edb-8216-8c4ddaa62426",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d6+5 lightning damage.",damage:"2d6+5 lightning damage",category:3},{id:"17d2c13a-2f1d-491f-8f65-7a02b2c10b34",name:"Stormhorn War Cry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets Mishva and allies in the burst that can hear her; until the end of Mishva’s next turn, the target gains a +2 bonus to attack rolls and damage rolls.",damage:"the target gains a +2 bonus to attack rolls and damage rolls",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5cc60dd-8fd2-498a-b1c6-2f268f7ca8ce",name:"Mordain the Fleshweaver",details:"",size:2,origin:0,type:2,keywords:"",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"8, teleport 5",alignment:"Evil",languages:"Common, Deep Speech, Elven, Goblin",skills:"Arcana +23, Dungeoneering +22, Insight +17, Nature +17",equipment:"",category:"",strength:{score:14},constitution:{score:23},dexterity:{score:17},intelligence:{score:27},wisdom:{score:14},charisma:{score:22},hp:338,initiative:13,ac:35,fortitude:33,reflex:35,will:33,regeneration:{value:15,details:""},auras:[],powers:[{id:"57449983-dfd5-4282-a225-38332e4a1815",name:"Stinging Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d8+3 damage, and the target is slowed and takes ongoing 5 damage (save ends both). If the target is already slowed, it is dazed instead.",damage:"2d8+3 damage",category:1},{id:"37b31218-c5cb-4d80-ab7b-d3357e53fd71",name:"Unraveling Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"2d6+7 damage, Mordain pushes the target 1 square, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends).",damage:"2d6+7 damage",category:1},{id:"8e605910-2442-4995-b7ea-429d5408ae19",name:"Fleshweaver’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mordain makes two basic attacks.",damage:"",category:1},{id:"2e3c5a4f-c89c-444a-8adf-037ba4ecf168",name:"Burrowing Shard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:24,defence:1},description:"",details:"2d6 damage, and the target is immobilized and takes ongoing 15 damage (save ends both). Aftereffect: The target takes ongoing 5 damage and is slowed (save ends both).",damage:"2d6 damage",category:1},{id:"4b5fbbfa-257b-4821-90ed-c3910e0febfc",name:"Unnatural Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Mordain’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls against Mordain (save ends).",damage:"The target takes a -2 penalty to attack rolls against Mordain (save ends)",category:1},{id:"9309b05b-ef4b-4986-ae6b-f6818938c5fc",name:"Xorlat Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Close burst 3",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 2d6 psychic damage, and the target is slowed (save ends). Effect: The burst creates a zone that lasts until the end of Mordain’s next turn. Any creature that starts its turn within the zone is subject to an attack; +24 vs. Will; 2d6 psychic damage, and the target is slowed (save ends). Sustain Minor: The zone persists.",damage:"2d6 psychic damage",category:1},{id:"f7ae62b5-8e7f-4b19-b00f-678ae4508dca",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mordain can alter his physical form to take on the appearance of any Small or Medium humanoid, including a unique individual.",damage:"",category:3},{id:"0a70badf-435d-47b3-9985-1dd1c0b29e35",name:"Fleshweaver’s Resurgence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"when mordain is reduced to 0 hit points in a round during which he did not take cold and radiant damage",range:"",attack:null,description:"",details:"Mordain returns to life with 30 hit points at the start of his next turn.",damage:"Mordain returns to life with 30 hit points at the start of his next turn",category:1},{id:"373efc16-9c1e-4c09-9d49-50f32f0a4e9c",name:"Resistance to Scrying",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attempts to scry upon Mordain, his location, or objects in his possession fail as if the target of the attempt did not exist.",damage:"",category:0}],damageModifiers:[],resist:"cold and radiant (if Mordain takes cold and radiant damage, regeneration does not function until the end of his next turn)",vulnerable:"",immune:"disease, polymorph",tactics:""},{id:"6c109add-fa84-4e0e-98b0-83aaa4df82c6",name:"Mourner",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 8 (hover; altitude limit 6)",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:80,initiative:10,ac:24,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"cf769256-df46-4349-9dab-8f20124b5d06",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+5 psychic damage, and the target is slowed until the end of the mourner’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"206b23b5-b67d-42bc-a495-a843e92c30bd",name:"Tendril of Mist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"2d6+7 psychic damage, and the mourner slides the target 2 squares.",damage:"2d6+7 psychic damage",category:1},{id:"9a1dc5ea-35a4-4f34-9c6d-e8eb0c85da52",name:"Wall of Anguish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"3d8+7 psychic damage, and the target is immobilized (save ends).",damage:"3d8+7 psychic damage",category:1},{id:"ce856f27-1832-447c-bfce-f8f9512f32a9",name:"Aura of Doom",action:{action:1,trigger:"aura",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"aura 2; any enemy within the aura at the start of its turn takes a -2 penalty to Will defense until the start of its next turn.",damage:"aura 2",category:5}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"e28834a9-2cdf-438d-ba7b-74e5ff1416a3",name:"Mourning Haunt",details:"",size:2,origin:1,type:2,keywords:"demon",level:3,role:{type:4,flag:2,leader:!1},senses:"Perception +7; blindsight 3, darkvision",movement:"6 ;phasing",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +10",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:14},intelligence:{score:14},wisdom:{score:14},charisma:{score:14},hp:196,initiative:6,ac:17,fortitude:17,reflex:16,will:16,regeneration:null,auras:[{id:"0795ad81-31f6-4ef1-9102-37783689d982",name:"Mist Aura",keywords:"",details:"aura 2; the aura grants the Mourning haunt concealment from creatures adjacent to it and total concealment from other creatures. The aura ends while the Mourning haunt is bloodied."}],powers:[{id:"7336cf22-142e-4489-80e1-f139801ce338",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"16aefc8f-6c08-4086-9672-75d6f3e4450d",name:"Gnashing Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Mourning haunt makes three bite attacks.",damage:"",category:1},{id:"2f226c86-22b8-4321-bfe9-8ce0dc961632",name:"Haunting Fog",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:4,defence:1},description:"",details:"the target is restrained and takes ongoing 5 damage (save ends both).",damage:"the target is restrained and takes ongoing 5 damage (save ends both)",category:5},{id:"2500a744-62e7-4bc2-a900-6cbb075fc7cf",name:"Whirlwind Frenzy",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:10,defence:0},description:"",details:"1d6+2 damage, and the Mourning haunt pushes the target 1 square.",damage:"1d6+2 damage",category:5},{id:"2e87ce4f-4c05-43e8-b14a-57d1e25c8aed",name:"Reactive Swipe",action:{action:5,trigger:"when the mourning haunt is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+4 damage, and the Mourning haunt teleports 3 squares.",damage:"1d6+4 damage",category:5}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"629280fd-4eca-4adf-88c0-54adfb41c4e2",name:"Phiarlan Spy",details:"",size:2,origin:2,type:2,keywords:"elf",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +13, Bluff +15, Insight +11, Nature +8, Stealth +13, Thievery +13",equipment:"dagger",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:20},intelligence:{score:14},wisdom:{score:16},charisma:{score:18},hp:55,initiative:12,ac:20,fortitude:17,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"cea81842-8e09-4a7a-a082-8a8e74195e0b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+5 damage. The Phiarlan spy shifts 1 square before or after the attack.",damage:"1d4+5 damage",category:1},{id:"4d0af858-a289-4dcf-90e2-6fd73446ec2a",name:"Shadow Blade",action:{action:1,trigger:"requires dagger and combat advantage against the target",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"3d4+5 damage, and the target is slowed and takes ongoing 5 necrotic damage (save ends both). On a hit, this attack recharges shadowform.",damage:"3d4+5 damage",category:5},{id:"c0a68c4f-5917-4d0c-a3c3-a427960b3a76",name:"Shadow Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Phiarlan spy assumes a shadowy form until the end of its next turn. In this form, it gains total concealment and insubstantial.",damage:"",category:3},{id:"9133b6f0-68d1-4a93-9be2-91558c6984dd",name:"Veil of Shadows",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Phiarlan spy can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the spy’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"2dbc84aa-4e57-4428-a212-18c52f3a2743",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Phiarlan spy can reroll an attack roll and must use the second roll.",damage:"",category:4},{id:"696264b5-2a67-4e62-95fd-cfd6d191581f",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Phiarlan spy ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d957415-64eb-4689-aa5f-34a3e2dcf867",name:"Red Jackal Razorclaw",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +11, Stealth +11, Streetwise +7",equipment:"leather armor; scimitar",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"d0e5b441-5d87-449f-aa48-387193cbae93",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage (crit 9 + 1d8), and the red jackal razorclaw shifts 1 square.",damage:"1d8+1 damage (crit 9 + 1d8)",category:1},{id:"8a39ca29-cd4f-463d-9dd0-4781404bf930",name:"Charging Pounce",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the red jackal razorclaw charges, it deals 1d8 extra damage and knocks the target prone.",damage:"it deals 1d8 extra damage and knocks the target prone",category:0},{id:"f3119b0a-2be8-4143-a785-7b660b98c6c5",name:"Razorclaw Shifting",action:{action:3,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the red jackal razorclaw’s speed increases by 2 and it gains a +1 bonus to AC and Reflex.",damage:"the red jackal razorclaw’s speed increases by 2 and it gains a +1 bonus to AC and Reflex",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b8511670-a35a-4673-98e3-975b4b61aff9",name:"Rhashaak",details:"",size:5,origin:3,type:1,keywords:"aquatic, dragon",level:24,role:{type:4,flag:2,leader:!1},senses:"Perception +19; blindsight 10, darkvision",movement:"10, fly 10 (hover), overland flight 15, swim 10",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"Arcana +21, Insight +19, Nature +19, Stealth +30",equipment:"",category:"",strength:{score:29},constitution:{score:21},dexterity:{score:26},intelligence:{score:18},wisdom:{score:15},charisma:{score:26},hp:884,initiative:24,ac:38,fortitude:36,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"d19c7e35-9b0c-4f60-ba98-e4e9dc316c43",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d8+6 damage, and ongoing 15 acid damage (save ends).",damage:"2d8+6 damage",category:1},{id:"cd5d9c50-a04e-41aa-a032-b43e1350a0c3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 1d10+6 damage; a slowed target is also knocked prone.",damage:"1d10+6 damage",category:1},{id:"09a19db2-c869-4910-a2e7-2192e899a74c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rhashaak makes two claw attacks.",damage:"",category:1},{id:"88492a08-bf5b-4513-8264-6e2234f6bc4a",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses with a melee attack against rhashaak",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; targets the triggering enemy; 1d12+8 damage, and Rhashaak pushes the target 3 squares; a slowed target is also knocked prone.",damage:"1d12+8 damage",category:5},{id:"37b5c709-8adc-4492-8470-ca5d8ac2db00",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"4d8+5 and necrotic damage, and the target takes ongoing 15 acid and necrotic damage and a -4 penalty to AC and Reflex (save ends all).",damage:"4d8+5 and necrotic damage",category:1},{id:"8701c666-3e45-4434-baf9-42ed273c8516",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Rhashaak uses it immediately.",damage:"",category:5},{id:"18fbc886-e5b9-4576-b7eb-b928b94c0ceb",name:"Profane Utterance",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"close burst 10",attack:{bonus:25,defence:3},description:"",details:"Rhashaak speaks an Abyssal word of power; the target is dazed and restrained until the end of Rhashaak’s next turn.",damage:"",category:5},{id:"c314008c-0664-48b2-80dc-c8c88378f536",name:"Scathing Spray",action:{action:1,trigger:"while bloodied",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold",condition:"",range:"Close burst 5",attack:{bonus:25,defence:2},description:"",details:"2d6+5 acid and cold damage, and the target is blinded and slowed until the end of Rhashaak’s next turn. Miss: Half damage.",damage:"2d6+5 acid and cold damage",category:5},{id:"b0df9249-4983-4151-89db-010ca8e376d9",name:"Winterbite Gloom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Cold, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of acidic, wintry darkness that lasts until the end of Rhashaak’s next turn. The zone blocks line of sight for all creatures except Rhashaak. Each creature entirely within the zone (except Rhashaak) is blinded, and each creature that enters the zone or begins its turn there takes 15 acid and cold damage and is slowed until the end of its next turn. Sustain Minor: The zone persists.",damage:"and each creature that enters the zone or begins its turn there takes 15 acid and cold damage and is slowed until the end of its next turn",category:1}],damageModifiers:[{type:1,value:-30},{type:2,value:-15},{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee606c55-0414-4cbb-8e29-1ab4fa5bcf41",name:"Rhesh Turakbar",details:"",size:2,origin:4,type:2,keywords:"minotaur",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Goblin",skills:"Dungeoneering +11, Intimidate +14, Nature +11",equipment:"hide armor; spiked gauntlet",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:18},intelligence:{score:11},wisdom:{score:12},charisma:{score:19},hp:280,initiative:9,ac:27,fortitude:29,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"5d705f65-23da-4f89-a4c4-bcd1f17bce96",name:"Greathammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"72f66118-4180-4c0c-b623-b0623620bb90",name:"Gauntlet Smash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:3},{id:"ae209436-3e35-4e62-8866-ff73cf32bc46",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"2d6+7 damage, and the target is knocked prone. Rhesh then shifts 2 squares and makes a melee basic attack.",attack:{bonus:15,defence:0},description:"",details:"Rhesh makes a charge attack",damage:"",category:1},{id:"5e525c63-693d-4a3c-8e08-8e2f75808dd4",name:"Blood for Baphomet",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"when rhesh drops an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"Rhesh regains 30 hit points.",damage:"Rhesh regains 30 hit points",category:1},{id:"4c8fc40e-80fa-4795-899d-7b6d01367bea",name:"Ferocity",action:null,keywords:"",condition:"when first bloodied and again when reduced to 0 hit points",range:"Rhesh makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cdf19390-f094-45b0-ae5b-efca528067be",name:"Royal Eyes Agent",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +13, History +9, Insight +10, Streetwise +13, Thievery +12",equipment:"crossbow bolts (20); hand crossbow; leather armor; rapier; thieves’ tools",category:"",strength:{score:10},constitution:{score:11},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:21},hp:75,initiative:9,ac:21,fortitude:16,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"c03c48bb-7f95-4c79-b745-f9adb0b7c565",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage, and if the Royal Eyes agent is marked by the target, that condition ends.",damage:"1d8+4 damage",category:1},{id:"a8c30515-fbc1-4462-a84b-6db84eb17151",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"6427c5b6-f8e2-4dbb-a023-e6834ab27837",name:"Flamboyant Strike",action:{action:1,trigger:"requires rapier",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+4 damage, the agent slides the target 1 square, and the target is dazed until the end of the agent’s next turn.",damage:"2d8+4 damage",category:5},{id:"25e7ccbd-780b-4a2b-84fe-c82b5a29bd4e",name:"Information Is Power",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"one creature in burst; the target grants combat advantage to the Royal Eyes agent (save ends).",damage:"",category:3},{id:"1d495f39-c018-4b8f-9552-7b8f73a95c98",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A Royal Eyes agent deals 2d6 extra damage on melee and ranged attacks against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"96f6be55-eca6-4df4-9c1e-ab93d8c36a66",name:"Cunning Escape",action:{action:3,trigger:"when the royal eyes agent hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the Royal Eyes agent is marked, that condition ends. In addition, the agent shifts 1 square.",damage:"the agent shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0c3c575-45c7-4f87-be5d-d6a575e23a12",name:"Royal Eyes Elite Agent",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +13",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +15, Bluff +16, History +12, Insight +13, Streetwise +16, Thievery +15",equipment:"crossbow bolts (20); hand crossbow; leather armor; rapier; thieves’ tools",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:20},intelligence:{score:15},wisdom:{score:17},charisma:{score:22},hp:204,initiative:12,ac:27,fortitude:21,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"be6ecc86-5ddc-483f-a773-3b275fa280ec",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"47fcc77b-b05a-4331-849e-1d39ea308ddc",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:15,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"d9cae91d-a501-4716-bf4d-e19f8a571c3a",name:"Flamboyant Strike",action:{action:1,trigger:"requires rapier",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+7 damage, the agent slides the target 1 square, and the target is dazed until the end of the agent’s next turn.",damage:"2d8+7 damage",category:5},{id:"fb6c206c-77d7-4982-97c5-ab589d3cf50e",name:"Information Is Power",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"the target grants combat advantage to the elite agent until the end of its next turn.",damage:"",category:3},{id:"5e4c1141-b4ea-41a7-82ce-a484e58258fd",name:"Aundairian Elan",action:{action:4,trigger:"when the elite agent is hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the Royal Eyes elite agent is marked, that condition ends. In addition, the agent shifts 2 squares and makes a basic attack as a free action against the triggering target at any point during this movement.",damage:"the agent shifts 2 squares and makes a basic attack as a free action against the triggering target at any point during this movement",category:5},{id:"e46a3f7c-4b46-4af6-a5a0-f46f3f77f8e7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A Royal Eyes elite agent deals 3d6 extra damage on melee and ranged attacks against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"9c9e124d-a67c-471a-8d98-abc065897d0b",name:"Disguise Trick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Royal Eyes elite agent takes on the appearance of any Medium humanoid race. Its clothing and equipment alter appearance to reflect this change. The illusion does not adjust sound or texture, so a creature listening to or touching an elite agent might detect the illusion.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2034c019-330b-4351-b2af-cb39e7b0cf39",name:"Ruus Dhakaan",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:13,role:{type:6,flag:1,leader:!0},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Acrobatics +15, Athletics +17, History +12, Intimidate +15",equipment:"scale armor; shuriken; spiked chain",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:19},intelligence:{score:12},wisdom:{score:14},charisma:{score:19},hp:254,initiative:12,ac:27,fortitude:25,reflex:25,will:25,regeneration:null,auras:[{id:"3731f1a0-8ca9-4eeb-ab57-70b146e69f06",name:"Dhakaani Command",keywords:"",details:"aura 5; when Ruus shifts, each ally within the aura can shift 1 square as an immediate reaction."}],powers:[{id:"0f838993-b369-40d6-b3d7-b8fc631d9c7c",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"507843de-cdef-4d1f-b27d-9c966dbc517c",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:18,defence:0},description:"",details:"2d4+10 damage.",damage:"2d4+10 damage",category:1},{id:"6f26edfb-d009-4fba-9aab-58af0a41da2f",name:"Chain Snag",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 2; 4d4+10 damage, and a Large or smaller target is grabbed. Sustain Minor: Ruus sustains the grab, and the grabbed creature takes 2d4 + 10 damage.",damage:"4d4+10 damage",category:5},{id:"3db312a2-2c1c-41f1-a71c-3edf5143bb01",name:"Spinning Chain",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus makes two spiked chain attacks. If both attacks hit the same target, Ruus slides the target 1 square or knocks the target prone (Ruus’s choice).",damage:"Ruus slides the target 1 square or knocks the target prone (Ruus’s choice)",category:5},{id:"ef1bf1db-263b-4740-97ec-ab2d81e1cf38",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus deals 2d6 extra damage against any creature granting combat advantage to him.",damage:"ruus deals 2d6 extra damage against any creature granting combat advantage to him",category:0},{id:"a4269d60-cc6c-4178-b5f1-1f1170480cf3",name:"Dhakaani Footwork",action:{action:7,trigger:"when ruus hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus shifts 1 square.",damage:"Ruus shifts 1 square",category:5},{id:"acb3815a-15e8-4d32-901f-1c5554caa094",name:"Dhakaani Onslaught",action:{action:7,trigger:"when ruus charges",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 5 squares of Ruus can charge the same target as an immediate reaction.",damage:"One ally within 5 squares of Ruus can charge the same target as an immediate reaction",category:5},{id:"99d654ab-ed03-4029-b6ba-2c4a094f2a98",name:"Hobgoblin Resilience",action:{action:4,trigger:"when ruus is subjected to an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8aab3758-6b01-4535-b4bd-d46494453997",name:"Scarbrand Orc Berserker",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Deep Speech, Giant",skills:"Endurance +11, Intimidate +8",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:16},intelligence:{score:9},wisdom:{score:16},charisma:{score:10},hp:87,initiative:6,ac:18,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"bb14fec2-a854-4848-97dc-3fba99efdd0d",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17).",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"78f9d630-2d75-4fd8-9905-202c89e9b229",name:"Scarbrand Shriek",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Psychic",condition:"",range:"Close burst 3",attack:{bonus:7,defence:1},description:"",details:"1d6+2 psychic damage, and the berserker regains 10 hit points.",damage:"1d6+2 psychic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4667e2e6-1e25-471d-917d-06d486464f76",name:"Seren Dragon-Cult Barbarian",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"hide armor; war pick",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:171,initiative:10,ac:27,fortitude:28,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"01821938-1691-4f15-9033-42ce309b22b6",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+7 damage (crit 2d8 + 23).",damage:"2d8+7 damage (crit 2d8 + 23)",category:1},{id:"98840b48-e5f7-4d67-bbab-684195ffe51d",name:"Hurling Axe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"3d8bb3e0-c497-47aa-9857-0166675e86d7",name:"Pounding Tide",action:{action:1,trigger:"requires a war pick",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+7 damage (crit 2d8 + 23), the barbarian pushes the target 3 squares, and the barbarian shifts 3 squares into a square that is adjacent to the target.",damage:"2d8+7 damage (crit 2d8 + 23)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25a0737a-914b-44c3-8f7d-2cebb8db21ff",name:"Shrouded Sage",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6, fly 9 (hover)",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +22, History +22, Insight +19, Intimidate +24",equipment:"",category:"",strength:{score:10},constitution:{score:22},dexterity:{score:18},intelligence:{score:22},wisdom:{score:20},charisma:{score:25},hp:348,initiative:13,ac:34,fortitude:30,reflex:32,will:33,regeneration:null,auras:[{id:"e76b1048-b49e-4891-8e7a-b3c3d4f66b97",name:"Shroud of Doubt",keywords:"",details:"aura 5; each enemy within the aura does not benefit from resistance to psychic damage."}],powers:[{id:"8303e766-4a71-4f69-88d6-2ed9703a98d8",name:"Dark Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+5 psychic damage, and the target is stunned until the end of the shrouded sage’s next turn.",damage:"2d8+5 psychic damage",category:1},{id:"1e302a99-4bb8-405f-b45d-d832430ec80d",name:"Nightmares Made Real",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:0},description:"",details:"the shrouded sage conjures a Medium nightmare spirit into an unoccupied space within range. The spirit cannot be attacked. Any creature that starts its turn next to the spirit is subject to an attack; 2d8+7 psychic damage. Any creature that ends its turn next to the spirit is slowed until the end of its next turn. As a move action, the sage can move the spirit 5 squares. Sustain Minor: The nightmare spirit persists.",damage:"2d8+7 psychic damage",category:1},{id:"2056465e-cd88-4acc-8553-618d827f738e",name:"Terrifying Delusions",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"targets a creature taking ongoing psychic damage; 2d6+7 psychic damage, and the shrouded sage pushes the target 5 squares.",damage:"targets a creature taking ongoing psychic damage",category:3},{id:"1fb6edba-3b38-4110-b739-2e97b67569f3",name:"Paralyzing Doubt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close blast 3",attack:{bonus:22,defence:3},description:"",details:"1d10+3 psychic damage, and the target takes ongoing 5 psychic damage and is immobilized (save ends both).",damage:"1d10+3 psychic damage",category:1},{id:"b0c26183-b389-4f36-9e5a-78737c6495e2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shrouded sage teleports 5 squares.",damage:"The shrouded sage teleports 5 squares",category:2}],damageModifiers:[{type:8,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"d4ab6b56-5cf7-4b7a-95e7-e9eb33420f1a",name:"Sivis Wordsmith",details:"",size:1,origin:2,type:2,keywords:"gnome",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven, Draconic, Giant, Stonespeech",skills:"Arcana +18, History +16, Religion +16, Stealth +9",equipment:"dagger",category:"",strength:{score:8},constitution:{score:19},dexterity:{score:13},intelligence:{score:20},wisdom:{score:15},charisma:{score:22},hp:123,initiative:7,ac:26,fortitude:25,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"bd0dc848-f13d-409e-8565-d68d8c91987f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"49b68682-1b10-4ac1-9758-86ab735bdc12",name:"Word of Stasis",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8 psychic damage, and the target is dazed (save ends).",damage:"2d8 psychic damage",category:1},{id:"e1b57ae7-ddd4-4ec6-a696-033eca966380",name:"Dictate Destiny",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"a0361ec2-b48d-4fbf-bb0e-5ba4fb74c9c3",name:"Voice of Reason",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst can make a saving throw against any charm or fear effect, with a +3 bonus.",damage:"with a +3 bonus",category:3},{id:"b44975e3-e6e1-4417-90bc-5e3729b1ff20",name:"Fade Away",action:{action:4,trigger:"when the wordsmith takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Sivis Wordsmith becomes invisible until after he or she attacks or until the end of his or her next turn.",damage:"",category:5},{id:"89116433-6323-47cd-82ad-632452ab3aa1",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Sivis Wordsmith has cover or concealment when he or she makes an initiative check at the start of an encounter, he or she can make a Stealth check to remain hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3eb60412-2711-49a8-bd8d-14ec0768d68a",name:"Skullborn Necromancer",details:"",size:2,origin:2,type:2,keywords:"elf",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +9, Bluff +10, Religion +9",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:15},wisdom:{score:12},charisma:{score:17},hp:61,initiative:3,ac:18,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"2fbf91a9-529c-427b-8d01-7106dc5d985c",name:"Draining Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8+2 damage, and the target takes a -2 penalty to Fortitude and Will until the end of the Skullborn necromancer’s next turn.",damage:"1d8+2 damage",category:1},{id:"ba17fe0d-9575-42f0-b29c-21907446351c",name:"Bone Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d6+3 necrotic damage plus 1d6 cold damage.",damage:"1d6+3 necrotic damage plus 1d6 cold damage",category:1},{id:"1157fb60-1b08-4f1f-aba8-14984df59e85",name:"Grave Chill",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Implement, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 1d6+3 necrotic damage, and the target is slowed and takes a -2 penalty to attack rolls (save ends both).",damage:"1d6+3 necrotic damage",category:1},{id:"88fcaad9-e96b-49e9-8c00-489f5ec8195f",name:"Mortal Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Implement, Psychic",condition:"",range:"Close blast 3",attack:{bonus:9,defence:3},description:"",details:"targets enemies; 1d6+3 damage, and the target moves its speed away from the Skullborn necromancer by the safest route possible.",damage:"1d6+3 damage",category:1},{id:"73c3b15e-b469-4f4a-b1a1-03d267b1bdec",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Skullborn necromancer can reroll an attack roll. It must use the second roll even if it’s lower.",damage:"",category:4},{id:"033970fc-6f76-496c-a653-d8f18b5c6e2c",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Skullborn necromancer ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aafc1d80-4ddc-4f9a-8f64-bb4e01d69a33",name:"Skycoach Pilot",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"980e407f-e278-4501-a8af-9816c969eb88",name:"Basic Attack template",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:".",damage:"",category:1},{id:"e1aa89b8-4a23-4395-9570-d806b3e746e0",name:"Special Attack template",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:".",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98b778b3-ecf0-4f17-9466-19f2102737cd",name:"Sora Katra",details:"",size:2,origin:2,type:2,keywords:"hag",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision, low-light vision",movement:"8, teleport 6",alignment:"Evil",languages:"Abyssal, Common, Draconic, Elven, Giant, Goblin",skills:"Arcana +24, Bluff +31, Diplomacy +31, History +24, Insight +24, Intimidate +26, Streetwise +26",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:20},intelligence:{score:26},wisdom:{score:26},charisma:{score:30},hp:416,initiative:16,ac:38,fortitude:35,reflex:36,will:38,regeneration:null,auras:[{id:"5df6cd69-50a6-4fde-a058-98707fde3d3d",name:"Distracting Visions",keywords:"",details:"aura 3; each enemy within the aura takes a -5 penalty to Will."}],powers:[{id:"de143151-898d-401a-99f6-8abac07c8fcf",name:"Cunning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d8+5 damage, and Sora Katra slides the target 2 squares.",damage:"3d8+5 damage",category:1},{id:"4c24b2c8-58bc-4e21-adc2-6bc9416691b1",name:"Curse of Misfortune",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"5c941f50-6900-4258-8f33-73a5db5dc868",name:"False Path",action:{action:3,trigger:"aura",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"Sora Katra slides the target 6 squares.",damage:"Sora Katra slides the target 6 squares",category:5},{id:"daffb8f5-b5fd-446a-b0d8-c8ea64bc76e2",name:"Lost Within",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:26,defence:3},description:"",details:"2d8+5 psychic damage, and the target takes ongoing 10 psychic damage and is stunned (save ends both).",damage:"2d8+5 psychic damage",category:1},{id:"e185c01d-cad4-4d18-a0c4-6a4501caa6dc",name:"Broken Curse",action:{action:5,trigger:"when a creature within 10 squares of sora katra taking ongoing psychic damage makes an attack roll",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets the triggering creature; 2d10+8 damage, and the target must make a second attack roll and use the lower result.",damage:"2d10+8 damage",category:5},{id:"1484fbdd-8de9-41bc-8dbb-d47c04fa0d9f",name:"Control Perceptions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is dominated (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"",category:1},{id:"2ef83e3f-4572-4506-bceb-8b1431c472c2",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Sora Katra can alter her physical form to appear as a female of any Medium humanoid race, including a unique individual.",damage:"",category:3}],damageModifiers:[{type:7,value:-10},{type:8,value:-20}],resist:"",vulnerable:"",immune:"charm, disease, fear",tactics:""},{id:"59ddb68e-6aa0-48da-8062-b3f85403cd96",name:"Sora Maenya",details:"",size:2,origin:2,type:2,keywords:"hag",level:22,role:{type:7,flag:1,leader:!1},senses:"Perception +22; darkvision, low-light vision",movement:"8",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Athletics +27, Bluff +22, Intimidate +22, Nature +22, Stealth +23",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:24},intelligence:{score:18},wisdom:{score:22},charisma:{score:22},hp:424,initiative:20,ac:40,fortitude:39,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"c363caee-b24c-4f33-898c-0fef50a4b597",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+9 necrotic damage, and the target is marked and cannot spend healing surges or regain hit points until the end of Sora Maenya’s next turn.",damage:"3d6+9 necrotic damage",category:1},{id:"cb7bb1a4-70a9-4838-b5d5-a1d7bc0dfc26",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sora Maenya makes two claw attacks. If both attacks hit, each target takes 5 extra damage.",damage:"each target takes 5 extra damage",category:1},{id:"0d4f0238-3fdd-4407-800b-1bd8758d59b8",name:"Devastating Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"4d10+6 damage, and the target is stunned until the end of Sora Maenya’s next turn.",damage:"4d10+6 damage",category:1},{id:"09119b4e-0bc1-480c-afb0-f93c8f2400f6",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:27,defence:1},description:"",details:"2d6+6 necrotic damage, and Sora Maenya regains 5 hit points for each creature damaged by this attack.",damage:"2d6+6 necrotic damage",category:1},{id:"f06f8322-0c70-4ee4-9109-9d78ba635755",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Sora Maenya can alter her physical form to appear as a female of any Medium humanoid race, including a unique individual.",damage:"",category:3}],damageModifiers:[{type:1,value:-10},{type:2,value:-10},{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"03d9750b-b673-4b89-8eb9-745bc2ed2119",name:"Sora Teraza",details:"",size:2,origin:2,type:2,keywords:"blind, hag",level:22,role:{type:3,flag:1,leader:!0},senses:"Perception +26; all-around vision, blindsight 20, truesight 20",movement:"8",alignment:"Unaligned",languages:"All",skills:"Arcana +30, Dungeoneering +26, History +30, Insight +31, Nature +25, Religion +30, Streetwise +22",equipment:"",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:20},intelligence:{score:28},wisdom:{score:30},charisma:{score:22},hp:416,initiative:16,ac:38,fortitude:32,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"cbc6fc50-ef69-4288-a686-28e951bc11d2",name:"Distracting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"3d10+3 psychic damage, and the target takes a -5 penalty to attack rolls against Sora Teraza until the end of its next turn.",damage:"3d10+3 psychic damage",category:1},{id:"c3546602-1a3a-4f73-89c5-d9c8910779f7",name:"Twist of Fate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"one ally within range ends a condition that a save can end, and the target gains that condition (save ends).",damage:"",category:3},{id:"604e3efb-10a2-44d6-bf08-67276ad753e6",name:"Teraza’s Whisper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:3},description:"",details:"2d6+3 damage, and the target is blinded and dazed (save ends both).",damage:"2d6+3 damage",category:1},{id:"284be78f-43dd-439d-a98c-4ada9a660ded",name:"Timeslip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"any ally in the burst can take a standard action immediately.",damage:"",category:1},{id:"f9c00dc4-8df0-48d1-99b8-98429df46744",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Sora Teraza can alter her physical form to appear as an elderly female of any Medium humanoid race, including a unique individual,",damage:"",category:3},{id:"6d6fe626-4bf6-4748-8d22-ed0178dd69da",name:"Prophetic Knowledge",action:{action:5,trigger:"when sora teraza is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a second attack roll and use the new result.",damage:"",category:5}],damageModifiers:[{type:7,value:-10},{type:8,value:-20}],resist:"",vulnerable:"",immune:"charm, disease, fear",tactics:""},{id:"67c5862f-0f42-4f51-99a7-ab27befb23dc",name:"Storm Front Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +12, Diplomacy +9, Insight +6, Stealth +14",equipment:"implement, wand; leather armor; rapier",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:21},intelligence:{score:11},wisdom:{score:10},charisma:{score:17},hp:88,initiative:11,ac:22,fortitude:20,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"bfc2109b-0953-47e4-8fdc-88cc76a9998b",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"85f066f6-2f5d-4994-87d7-c6bebe6d7974",name:"Storm Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Lightning",condition:"",range:"Ranged 5",attack:{bonus:11,defence:1},description:"",details:"1d8+7 lightning damage, and the cultist slides the target 1 square.",damage:"1d8+7 lightning damage",category:1},{id:"b25ac96b-7bf4-47f1-a8f8-470c8fdc5430",name:"Thundering Advantage",action:null,keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"The Storm Front cultist deals 2d6 extra thunder damage against any creature granting combat advantage to it, and slides the target 1 square.",damage:"the storm front cultist deals 2d6 extra thunder damage against any creature granting combat advantage to it",category:0},{id:"23d08ec8-d9af-4e1d-a179-1b2bc2039b9e",name:"Rapid Shift",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Storm Front cultist can shift 2 squares as a move action.",damage:"A Storm Front cultist can shift 2 squares as a move action",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"213007d8-0d72-446f-98f3-7aa82c67c6d5",name:"Sulatar Flamespinner",details:"",size:2,origin:2,type:2,keywords:"drow",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Giant, Primordial",skills:"Religion +20",equipment:"",category:"",strength:{score:12},constitution:{score:22},dexterity:{score:16},intelligence:{score:19},wisdom:{score:19},charisma:{score:17},hp:174,initiative:12,ac:32,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"13bf16f9-1f83-45f8-8e45-52597fdb9f05",name:"Burning Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+8 fire damage.",damage:"2d8+8 fire damage",category:1},{id:"86a7569e-d367-435e-bdb2-ee2ecc03a412",name:"Flaming Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:23,defence:0},description:"",details:"2d8+8 fire damage, and the target is dazed until the end of the flamespinner’s next turn.",damage:"2d8+8 fire damage",category:1},{id:"497a682c-b529-4ab7-bbd0-46289f5cffd2",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"until the end of the flamespinner’s next turn, the target grants combat advantage to all attackers and cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"8b406d44-da11-4e28-911d-51ae575147e6",name:"Soul Burn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:2},description:"",details:"2d8+4 fire damage, and ongoing 5 fire damage.",damage:"2d8+4 fire damage",category:1},{id:"3db7de29-a78d-4cfc-9ea4-82c7aab75058",name:"Web of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"Area burst 2 within 20",attack:{bonus:22,defence:2},description:"",details:"3d8 fire damage, and the target is restrained (save ends). Effect: The burst creates a zone that lasts until the end of the encounter. Each creature that begins its turn within the zone takes 10 fire damage.",damage:"3d8 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c669c21b-2b7c-461b-a9c2-2638d6e63cf2",name:"Talon of Tiamat",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"",equipment:"dagger",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:17},intelligence:{score:24},wisdom:{score:14},charisma:{score:20},hp:165,initiative:11,ac:31,fortitude:28,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"2af846cf-d50f-4863-a953-23591108de12",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d4+5 damage plus 2d6 fire damage.",damage:"1d4+5 damage plus 2d6 fire damage",category:1},{id:"04a00cd6-4a43-49f0-8ebb-1ca0925ebee7",name:"Burning Blood Spittle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"03a36074-acc9-4298-9eac-654eac85cf0f",name:"Corrupting Blood",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 12",attack:{bonus:21,defence:3},description:"",details:"the target is dominated (save ends). The talon of Tiamat can dominate only one creature at a time. Aftereffect: The target is dazed (save ends).",damage:"",category:1},{id:"afbb3b72-b803-43cd-87d2-a4c45ccd8703",name:"Corrupting Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 12",attack:{bonus:21,defence:3},description:"",details:"targets a creature dominated by the talon; 2d8+7 psychic damage.",damage:"2d8+7 psychic damage",category:1},{id:"719abdb3-bb24-4d05-ac2c-ad069f1abf6b",name:"Geyser of Blood",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:21,defence:2},description:"",details:"2d10+5 acid damage, and ongoing 5 acid damage (save ends). Effect: The burst creates a zone that lasts until the end of the encounter. Each creature other than the talon of Tiamat that starts its turn within the zone falls prone.",damage:"2d10+5 acid damage",category:1},{id:"d6ad870a-ba01-463a-8485-c83351905187",name:"Burning Blood Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"3d8+7 acid damage, and the target is blinded until the end of the talon’s next turn.",damage:"3d8+7 acid damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa2db1d3-ad52-4efd-9602-d2bbc9d3d24c",name:"Tarkanan Assassin",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +13, Stealth +17, Streetwise +13, Thievery +14",equipment:"dagger",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:20},intelligence:{score:13},wisdom:{score:12},charisma:{score:18},hp:152,initiative:11,ac:26,fortitude:22,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"8d92367e-7383-4814-a9be-886297917bc9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"3e438f40-b978-472a-a111-4ba9fc6324d9",name:"Tear through Space",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The Tarkanan assassin teleports up to 6 squares, and each enemy adjacent to the square where it appears grants combat advantage to it; the assassin then makes the following attack; 2d4+7 damage.",damage:"2d4+7 damage",category:5},{id:"945f55fb-9431-4acc-a6a0-2d3ffb8be5e2",name:"Khyber’s Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets one creature; the Tarkanan assassin is invisible to that target until the end of the assassin’s next turn.",damage:"",category:3},{id:"eb9a2fc6-bb95-4e8b-be19-20bc53a2e692",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tarkanan assassin deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a tarkanan assassin deals 2d6 extra damage against any creature granting combat advantage to it",category:0},{id:"35d1d9a1-7608-4d43-88ba-6c8feb5d546b",name:"Fearsome Blade",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tarkanan assassin can score a critical hit on a roll of 18–20 when making a dagger attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9c39ad16-7298-4136-b423-0516d838d22c",name:"Tarkanan Soldier",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +11, Intimidate +7",equipment:"battleaxe; chainmail; handaxe",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:63,initiative:6,ac:20,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"3f3fe5a4-3dc9-43ef-8c53-2dc00131f1b6",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the start of the Tarkanan soldier’s next turn.",damage:"1d10+4 damage",category:1},{id:"404298e0-1eb1-4c1e-bcdd-2f0a36fbfad7",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"493bb815-79c1-47f6-ba9a-9caa382fe099",name:"Khyber’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:9,defence:1},description:"",details:"2d8+4 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+4 necrotic damage",category:1},{id:"07ebc13b-f107-484f-9f66-516399902ff3",name:"Watchful Eye",action:{action:4,trigger:"when a marked enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Tarkanan soldier makes a melee basic attack against the enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eff58906-8e74-41f5-96df-3aa5ee4c7687",name:"Tharashk Hunter",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"7",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +12, Insight +11, Nature +11, Stealth +12",equipment:"arrow; hide armor; longbow; longsword",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:19},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:56,initiative:7,ac:18,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"8bed8fa1-d0f8-478e-9ba9-0198d585b139",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"8965ddad-32e4-4429-adfd-f313f11a9ad4",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"c77f9a92-b4af-4bd4-a5a3-31cb31d73bdc",name:"Pinpoint the Prey",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and the target grants combat advantage to each ally that can see it (save ends).",damage:"1d10+5 damage",category:1},{id:"740e1953-da12-46f3-a2d0-7359f9cc9a4d",name:"Cripple the Prey",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d10+5 damage, and the target is slowed (save ends).",damage:"2d10+5 damage",category:1},{id:"3a1b882a-edff-4331-bcc7-91f69b3c0a5e",name:"Ranged Awareness",action:null,keywords:"",condition:"",range:"A Tharashk hunter gains a +2 bonus to AC against ranged attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"96464e8d-88b0-4591-90b8-c4f46e31fa7b",name:"Swift Stalker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tharashk hunter can move its speed without taking any penalty to Stealth checks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85259bb1-6a92-4878-b5a0-b2a6c6656842",name:"Thelonius and Lucretia Finch",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Bluff +11, Intimidate +11, Religion +15",equipment:"dagger",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:11},intelligence:{score:21},wisdom:{score:18},charisma:{score:12},hp:104,initiative:11,ac:24,fortitude:21,reflex:23,will:22,regeneration:null,auras:[{id:"990b3dc5-0c99-4d76-8975-7ceb196d8fac",name:"Repellant Presence",keywords:"",details:"aura 3; enemies treat each space within the aura as difficult terrain."}],powers:[{id:"e58dd9c5-698f-41cf-99c0-34705266263a",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"19201ea0-630f-4543-87c0-e094d7c458f8",name:"Sluice of Corruption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 8",attack:{bonus:14,defence:1},description:"",details:"targets two creatures; 2d6+5 necrotic damage, and the target grants combat advantage to the Finch (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"22fa9a3b-b5ae-4ae8-a996-09a2f47ea5f1",name:"Hands of the Void",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:2},description:"",details:"3d8+5 necrotic damage, and the target is immobilized (save ends). Effect: The burst creates a zone of difficult terrain that lasts until the end of the Finch’s next turn. Each creature that starts its turn immobilized within the zone takes 5 necrotic damage. Sustain Minor: The Finch repeats the attack against any creatures in the zone that are not immobilized, and the zone persists until the end of the Finch’s next turn.",damage:"3d8+5 necrotic damage",category:1},{id:"bb8878b3-2719-40fe-ab8a-d7befc287d32",name:"Tide of Shadow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:14,defence:1},description:"",details:"the Finch pushes the target 3 squares.",damage:"the Finch pushes the target 3 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23af49d7-d980-45d2-be29-46d47e8d4506",name:"Thuranni Assassin",details:"",size:2,origin:2,type:2,keywords:"elf",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +16, Bluff +13, Stealth +16, Thievery +16",equipment:"crossbow; crossbow bolts (20); dagger; leather armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:22},intelligence:{score:12},wisdom:{score:18},charisma:{score:16},hp:160,initiative:15,ac:24,fortitude:20,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"1be88168-f6a4-4401-aa2d-2ad21d400ff2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"ecaa3181-719c-4b49-a986-f2436f78a328",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"56291b36-d29b-4205-b0b9-e25b09dadfa4",name:"Shadowblind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6+5 damage, and the target is blinded (save ends).",damage:"2d6+5 damage",category:1},{id:"880dd527-b3cc-42f5-aa4b-f5566688e1c2",name:"Cloak of Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Thuranni assassin gains total concealment from all creatures until it hits with an attack.",damage:"",category:1},{id:"315f526b-1c46-418f-b3f1-5e6c14a9a5f0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Thuranni assassin deals 2d8 extra damage on attacks against any creature granting combat advantage to it.",damage:"a thuranni assassin deals 2d8 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"b1fe4807-1ac5-416d-ae6d-de83855f9172",name:"Mark of Shadow",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a Thuranni assassin misses with an attack while hidden, it remains hidden.",damage:"",category:0},{id:"3b2d9371-4a0a-4139-99dd-c0aa9a0e4703",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A Thuranni assassin can reroll an attack roll and must use the second roll.",damage:"",category:4},{id:"52063ad9-db34-4a37-b24b-f84c035d6b97",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Thuranni assassin ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90354982-d1f2-4d74-a684-2e3aab89f605",name:"Tzaryan Rrac",details:"",size:3,origin:4,type:2,keywords:"oni mage",level:14,role:{type:4,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"7, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Giant, Goblin",skills:"Arcana +17, Bluff +19, History +17, Insight +14, Religion +17",equipment:"chainmail; glaive",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:17},intelligence:{score:20},wisdom:{score:14},charisma:{score:24},hp:182,initiative:10,ac:30,fortitude:27,reflex:25,will:29,regeneration:{value:10,details:""},auras:[],powers:[{id:"f02719e0-ab00-4ff9-bd19-f7e258a48aaf",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 1d10+5 damage, and Tzaryan Rrac is invisible to the target until the end of his next turn.",damage:"1d10+5 damage",category:1},{id:"942421d3-5655-45c8-b19a-5faad06c169c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tzaryan Rrac makes two glaive attacks.",damage:"",category:1},{id:"0d43b905-97cc-49d6-90f9-8a1ddf9834e1",name:"Deadwinter Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 2d6+5 cold and necrotic damage, and the target is slowed (save ends).",damage:"2d6+5 cold and necrotic damage",category:1},{id:"8650b98f-972e-4794-a82e-ef15e6aa3e33",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Tzaryan deals 1d10 extra damage on melee attacks against any creature granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0},{id:"3a9cce54-033f-493f-b6d5-b057ab91689e",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Tzaryan can disguise himself to appear as any Medium or Large humanoid. A creature that makes a successful Insight check (opposed by Tzaryan’s Bluff check) sees through the disguise.",damage:"",category:3},{id:"ca680d8e-e895-4e32-a697-6cfee29fa649",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Tzaryan turns invisible until he attacks.",damage:"",category:3},{id:"002ee71a-0ace-45be-bec8-a7946a45cee8",name:"Reactive Glamer",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Tzaryan Rrac uses invisibility.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56e91d65-7a88-4855-94cf-0b739ba12227",name:"Umbragen Shadow Walker",details:"",size:2,origin:2,type:2,keywords:"drow",level:9,role:{type:4,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, Giant",skills:"Stealth +14",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:20},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:154,initiative:13,ac:25,fortitude:20,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"39975d57-b04a-4c95-8434-19f43c849b74",name:"Shadowblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+5 necrotic and psychic damage.",damage:"2d6+5 necrotic and psychic damage",category:1},{id:"29f8a159-39f0-44a3-ac06-e7968c6eab2c",name:"Shadowbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"(standard",range:"Ranged 15",attack:{bonus:12,defence:1},description:"",details:"2d6+5 necrotic and psychic damage.",damage:"2d6+5 necrotic and psychic damage",category:1},{id:"dbcc2bd1-142b-4121-9bd7-2f78486fa7f2",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Umbragen shadow walker makes two shadowblade attacks.",damage:"",category:1},{id:"8d0b7d19-3ed0-4c1c-be06-e171caa988bd",name:"Soulblade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"3d8+5 necrotic and psychic damage, and the target cannot spend healing surges until the end of the shadow walker’s next turn.",damage:"3d8+5 necrotic and psychic damage",category:1},{id:"c4c26453-6a04-4c59-848f-4a51278abbbc",name:"Dancing Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 3 within 12",attack:{bonus:12,defence:3},description:"",details:"1d8+2 psychic damage, and the target is blinded until the end of the shadow walker’s next turn.",damage:"1d8+2 psychic damage",category:1},{id:"7f3a0214-251a-4648-afaa-fc5d1293525b",name:"Could of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the shadow walker’s next turn. The cloud blocks line of sight for all creatures except the shadow walker. Any creature entirely within the cloud (except the shadow walker) is blinded until it exits.",damage:"",category:3},{id:"a094d74b-33cf-4755-94b6-55a18b13de98",name:"Shadow Form",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of its next turn, the shadow walker gains the insubstantial and phasing qualities, gains a +5 bonus to Stealth checks, and gains vulnerable 5 radiant.",damage:"gains a +5 bonus to Stealth checks",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b02ebaa-9d23-4f96-a8c7-a5df825919ca",name:"Valaes Tairn Outrider",details:"",size:2,origin:2,type:2,keywords:"elf",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +12, Stealth +14",equipment:"arrow; leather armor; shortbow; spear",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:87,initiative:11,ac:22,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"da64d135-63fe-4e00-8165-f1ed6786b28b",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"668d75b6-018b-4d60-a3f9-ca593147c20a",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"c5c6d996-8565-4a74-a3bd-c431a634954a",name:"Spear Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The outrider makes a charge attack that deals 1d8 extra damage. The charge movement does not provoke opportunity attacks.",damage:"the outrider makes a charge attack that deals 1d8 extra damage",category:1},{id:"98f30082-2cf3-43ab-9fc6-6a4f46f7dc95",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"a98b5280-65db-4eb3-900a-ae67577dea12",name:"Roll With the Punches",action:{action:4,trigger:"when an enemy makes a melee attack against the outrider",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The outrider shifts 2 squares.",damage:"The outrider shifts 2 squares",category:5},{id:"fdf72a28-0a35-4326-be80-114b8da59eea",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0},{id:"045dd319-9154-43ae-a242-876a0384be3f",name:"Born in the Saddle",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An outrider bestows its wild step power on any mount it rides.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ee5bf01-e4f9-44c6-8d2e-880e9d2d4f70",name:"Valaes Tairn Plainswalker",details:"",size:2,origin:2,type:2,keywords:"elf",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +14, Stealth +12",equipment:"arrow; leather armor; shortbow; spear",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:16},intelligence:{score:12},wisdom:{score:20},charisma:{score:14},hp:89,initiative:7,ac:22,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"0ea7a5a8-195c-43a2-b538-650bc85ef872",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"24ebae1c-8bb7-48a8-8fef-140c46925ff8",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage, and the target is slowed until the end of the plainswalker’s next turn.",damage:"1d8+7 damage",category:1},{id:"77db3c3e-b96f-463c-8dff-8c3bcf13b5b2",name:"Storm Shot",action:{action:1,trigger:"requires a shortbow",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Ranged 20",attack:{bonus:12,defence:1},description:"",details:"targets up to three creatures; 1d8+3 thunder damage, and the target is knocked prone.",damage:"1d8+3 thunder damage",category:5},{id:"1ec505d5-0dd8-4e5d-8d66-976b4f0d888d",name:"Thorn Maze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Area burst 2 within 12",attack:{bonus:12,defence:2},description:"",details:"2d4+4 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of difficult terrain that lasts until the end of the encounter.",damage:"2d4+4 damage",category:1},{id:"067fc5f3-0b20-43c0-babd-0a65fb8e23f1",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"d3470b08-5056-42fc-9c45-590c81319480",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0},{id:"beac2426-717c-4877-825b-9aabcb2126b0",name:"Born in the Saddle",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"A plainswalker bestows its wild step power on any mount it rides.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"36b016d3-24e9-4bab-bc92-cd5df750a519",name:"Valenar Riding Horse",details:"",size:3,origin:2,type:1,keywords:"mount",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"10",alignment:"Unaligned",languages:"",skills:"Endurance +7",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:2},wisdom:{score:14},charisma:{score:9},hp:37,initiative:7,ac:18,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"a229ca54-f65e-4cfc-90c4-6608254c85e4",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"ca40cf6a-467d-4a26-9429-27bb53d3ab0c",name:"Nimble Beast",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Valenar riding horse shifts 2 squares.",damage:"The Valenar riding horse shifts 2 squares",category:2},{id:"d873fc9e-066f-4e4f-8ea8-18a4d349120d",name:"Swift Steed",action:{action:3,trigger:"while mounted by a friendly rider of 2nd level or higher",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"",range:"",attack:null,description:"",details:"The Valenar riding horse gains a +4 bonus to speed until the end of its next turn.",damage:"The Valenar riding horse gains a +4 bonus to speed until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9286726-b567-4251-87f8-65e06e47e30d",name:"Veln",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +15, Diplomacy +15, Stealth +17",equipment:"leather armor; short sword; shuriken",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:16},charisma:{score:19},hp:102,initiative:16,ac:27,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"34851310-2dcc-40a3-84ff-e9cffacf31a4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a0a50736-b237-4780-badb-85111512e4a7",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"cc59c674-7fd9-498f-ae7a-afe04542d914",name:"Diverting Barrage",action:{action:1,trigger:"requires a shuriken",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close blast 4",attack:{bonus:16,defence:2},description:"",details:"targets enemies; 2d6+6 damage, and the target takes a -5 penalty to Perception checks until the end of Veln’s next turn. Effect: Veln is invisible to the target until the end of his next turn.",damage:"2d6+6 damage",category:5},{id:"fc39657d-2c5f-4448-9774-13a11da7b1ad",name:"Hit and Run",action:{action:1,trigger:"requires short sword or shuriken",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Veln shifts 2 squares, makes a basic melee or basic ranged attack, then shifts 2 squares.",attack:null,description:"",details:"",damage:"",category:5},{id:"91ec022f-62f8-4209-8b43-dc833633292b",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Veln alters his physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"950b8b5f-cb1f-4900-b2fc-4473b6bee832",name:"Stealthy at Speed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making Stealth checks, Veln takes no penalty when moving his normal speed, and a -5 penalty when running.",damage:"and a -5 penalty when running",category:0},{id:"a88d196d-b531-4c8d-ba9a-66aca729d2f3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Veln deals 2d8 extra damage against any creature granting combat advantage to him, and the target is slowed until the end of Veln’s next turn.",damage:"veln deals 2d8 extra damage against any creature granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc2cd0b1-e227-4747-b863-4e374dcc27c6",name:"Whirling Blade Swarm",details:"A cloud of spinning metal shards darts through the air like a flock",size:2,origin:3,type:0,keywords:"blind, swarm",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +6; blindsight 10",movement:"fly 10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:114,initiative:12,ac:25,fortitude:23,reflex:25,will:20,regeneration:null,auras:[{id:"14de9714-8736-4270-b2d8-78f7f28f5a4c",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"224a8536-8ec3-49a6-8dca-8fda2545f3c8",name:"Swarm of Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"b43edf7e-d830-4133-9dab-8e899e882849",name:"Relentless Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The whirling blade swarm shifts up to 5 squares and can move through enemy-occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The swarm cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"53fece15-7786-4415-93ec-296cb70cbde2",name:"Winter Sentinel",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Common",skills:"Endurance +11, Intimidate +10, Nature +14",equipment:"heavy shield; hide armor; longsword",category:"",strength:{score:21},constitution:{score:13},dexterity:{score:17},intelligence:{score:9},wisdom:{score:18},charisma:{score:10},hp:101,initiative:10,ac:26,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"37e36e58-ff48-4936-a59b-17bc48764983",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage plus 1d6 poison damage, and the target is marked until the end of the sentinel’s next turn.",damage:"1d8+5 damage plus 1d6 poison damage",category:1},{id:"76891e4f-a631-4049-8781-e15741be76cc",name:"Winter’s Fang",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage plus 1d6 poison damage, and the target is marked and immobilized until the end of the winter sentinel’s next turn.",damage:"1d8+5 damage plus 1d6 poison damage",category:5},{id:"81271e5c-7651-40c4-ad99-88238a8cd545",name:"Winter Fugue",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Disease",condition:"",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"targets a creature marked by winter’s fang; the target contracts the winter fugue disease.",damage:"",category:4},{id:"bb9d813d-d5cb-4aab-bba6-ac2fc2234fb9",name:"Winnow the Weak",action:null,keywords:"",condition:"",range:"A winter sentinel’s melee attacks deal 1d6 extra damage against a bloodied target it has marked.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"389a7355-cf7d-45d5-9a1b-2b5010b3f2fb",name:"Winter Witch",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Endurance +14, Intimidate +13, Nature +15, Religion +10",equipment:"leather armor; sickle",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:19},intelligence:{score:11},wisdom:{score:21},charisma:{score:17},hp:114,initiative:9,ac:25,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"48596893-e73e-4b86-b6d5-4742212c9985",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+7 damage, and the target gains vulnerable 5 necrotic until it moves more than 5 squares away from the winter witch.",damage:"2d6+7 damage",category:1},{id:"2483cf71-d8b1-41b3-8c14-416a787c4766",name:"Rot Tide",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 1d10+3 necrotic damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"1d10+3 necrotic damage",category:1},{id:"905656f9-d168-49a0-a0b9-d2e3600e2a5c",name:"Worms of the Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 3 within 10",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d10+3 necrotic damage, and the target is immobilized (save ends).",damage:"2d10+3 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"29ce47e8-70c6-4fbc-bdcb-2d77e82d1a9b",name:"Yllosavax",details:"",size:3,origin:4,type:1,keywords:"dragon",level:19,role:{type:2,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +20, Insight +17, Religion +20",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:16},intelligence:{score:22},wisdom:{score:17},charisma:{score:17},hp:732,initiative:12,ac:31,fortitude:32,reflex:31,will:28,regeneration:null,auras:[],powers:[{id:"bfd4d8fa-3b83-42f5-acf1-c41a49102f75",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 4d6+7 damage.",damage:"4d6+7 damage",category:1},{id:"0ce368b4-fd16-4d47-a7a2-2f79e27872c8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"93f96a84-b382-47d0-aea3-c7a2032bcf0d",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Yllosavax makes a claw attack against each enemy within reach. She also attacks one creature with a bite.",damage:"",category:1},{id:"af1c4808-d0b3-409c-8a0d-d73b0082ac87",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d8+7 cold damage, and the target gains vulnerable 5 to all damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"2765c397-beab-4fff-b9bc-504308742769",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Yllosavax uses it.",damage:"",category:5},{id:"9c210d35-3481-4a34-b126-64e2d56dbaa0",name:"Mesmerizing Reflections",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target makes a basic attack with a +2 bonus to the attack roll and the damage roll against a creature of Yllosavax’s choice.",damage:"the target makes a basic attack with a +2 bonus to the attack roll and the damage roll against a creature of yllosavax’s choice",category:1},{id:"bd93d7c2-757a-4bc0-9993-75c02befa68b",name:"Silver Backlash",action:{action:4,trigger:"when yllosavax is hit by a melee attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:18,defence:2},description:"",details:"area of blast must include the triggering creature; 1d6+5 radiant damage.",damage:"1d6+5 radiant damage",category:5},{id:"13b3beb4-fef3-4b67-aa3b-bdcef29b55f5",name:"Door of Fog",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation, Zone",condition:"",range:"Close burst 3",attack:null,description:"",details:"the burst creates a zone of heavily obscured squares that lasts until the end of the encounter. Effect: Yllosavax teleports 20 squares and does not need line of sight to her destination.",damage:"Yllosavax teleports 20 squares and does not need line of sight to her destination",category:2},{id:"e26e6ffe-6387-4222-a79d-f60da341f921",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Yllosavax can make opportunity attacks against all enemies within her reach (2 squares).",damage:"",category:0},{id:"35267cf4-181b-45d1-92c2-ce2210c88baf",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Yllosavax alters her physical form to take on the appearance of a young, white-haired female eladrin.",damage:"",category:3}],damageModifiers:[{type:2,value:-20},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6bee91e1-8341-4417-a6cb-ce8a300bda84",name:"Ancient Brood Swarm White Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:24,role:{type:2,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"9 (ice walk), fly 9 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +24",equipment:"",category:"",strength:{score:25},constitution:{score:29},dexterity:{score:17},intelligence:{score:15},wisdom:{score:18},charisma:{score:15},hp:1145,initiative:15,ac:38,fortitude:43,reflex:37,will:38,regeneration:null,auras:[{id:"22700cd6-65fd-4027-83a1-213ff0a29f38",name:"Aura of Winter",keywords:"",details:"(Cold) aura 5; a creature that enters or begins its turn in the aura takes 30 cold damage. The ground is treated as difficult terrain, and creatures flying in the aura (other than the dragon) move at half speed. Creatures in the aura have concealment against ranged attacks."}],powers:[{id:"aa55bf5e-d37c-4a94-8d91-646d9ea3494f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 damage on a successful opportunity attack).",damage:"2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 damage on a successful opportunity attack)",category:1},{id:"3798073f-4c89-4c2d-8392-873c3eafd379",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d12 + 7 damage.",damage:"2d12 + 7 damage",category:1},{id:"2db731d7-e175-4eeb-935e-b2284b6b5657",name:"Dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon males two claw attacks. If the dragon hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"7e31c374-f62f-4a3c-b7c3-160ecc2dae96",name:"Icy Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"The target is encased in ice; 4d12 + 9 damage, and the target is exposed to brood fever.",damage:"4d12 + 9 damage",category:1},{id:"6b6e9bd2-ef40-4201-b279-7c616ceb2995",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:27,defence:2},description:"",details:"8d6 + 9 cold damage, the target is slowed and weakened (save ends both), and the target is exposed to brood fever.",damage:"8d6 + 9 cold damage",category:1},{id:"1c58d0c1-9c10-428a-8d7f-390ddd80ec66",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"379c22cc-b151-4a24-8a9c-dac59d1aeed5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"31d28f5e-41c4-4d48-ba29-b66846e9b2b6",name:"Animate Column",details:"",size:2,origin:3,type:0,keywords:"",level:26,role:{type:7,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +26",equipment:"bastard sword",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:26},intelligence:{score:12},wisdom:{score:18},charisma:{score:16},hp:243,initiative:23,ac:42,fortitude:40,reflex:38,will:34,regeneration:null,auras:[],powers:[{id:"99d0ca12-ac29-4b73-adec-99a684ac0f6e",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage; Effect: target is marked until the end of the animate column’s next turn.",damage:"2d10 + 10 damage",category:1},{id:"3746e3f3-6246-41f2-9e2f-2e44498217cb",name:"Paralyzing Strike",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage, and if the target is marked, it’s immobilized (save ends).",damage:"2d10 + 10 damage",category:5},{id:"a11a9ba7-edf2-4734-aa6d-e7276b3c2093",name:"Terror Smash",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage, and all enemies that can see the animate column are marked by it until the end of its next turn.",damage:"2d10 + 10 damage",category:5},{id:"fb1a6d3a-ac43-4fd8-be27-ef91360fa419",name:"Smash Back",action:{action:5,trigger:"requires a bastard sword; when an opponent first enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage, and the target is pushed 2 squares.",damage:"2d10 + 10 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9d3f8e7-62cf-4139-a01f-ce4d11dd8083",name:"Aspect of Atropus",details:"",size:5,origin:1,type:2,keywords:"undead",level:30,role:{type:2,flag:2,leader:!1},senses:"Perception +22; darkvision, truesight 20",movement:"10",alignment:"Evil",languages:"Abyssal, Common",skills:"Endurance +29, Intimidate +30",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:14},intelligence:{score:16},wisdom:{score:25},charisma:{score:31},hp:1104,initiative:17,ac:42,fortitude:43,reflex:38,will:41,regeneration:null,auras:[{id:"5f64c498-5844-474f-a690-2f99665a85c9",name:"Aura of Fear and Death",keywords:"",details:"(Fear, Necrotic) aura 5; enemies that enter or start their turn in the aura take 10 necrotic damage (20 necrotic damage when the Aspect of Atropus is bloodied)."}],powers:[{id:"a9c54fc6-8ced-428d-89b9-77fce4aa703c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d12+10 necrotic damage, and the target is weakened until the end of the aspect of Atropus’s next turn.",damage:"3d12+10 necrotic damage",category:1},{id:"f730f265-ae8b-4366-bef5-1bae8df081eb",name:"Slams of Doom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The aspect of Atropus makes four basic attacks, no more than two can be on the same target.",damage:"",category:1},{id:"01fadd60-74ab-449b-af4a-9fd9b6671ca3",name:"Pounding Strike",action:{action:5,trigger:"when an enemy moves or shifts into a square adjacent to the aspect of atropus",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; targets the triggering enemy; 3d12 + 10 necrotic damage, and the target is weakened and immobilized (save ends both) and the Aspect of Atropus shifts 1 square.",damage:"3d12 + 10 necrotic damage",category:5},{id:"23cd9931-9f56-4818-a0ea-44fafb33354f",name:"Blight of Darkflame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Necrotic",condition:"",range:"Close Burst 5",attack:{bonus:31,defence:2},description:"",details:"4d8+10 fire and necrotic damage, and target takes ongoing 10 fire and necrotic damage (save ends); aftereffect: target takes ongoing 5 fire and necrotic damage (save ends).",damage:"4d8+10 fire and necrotic damage",category:1}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"16b44623-a612-4424-beef-56c994f770e2",name:"Aspect of Sertrous",details:"",size:5,origin:3,type:2,keywords:"reptile",level:30,role:{type:2,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"10",alignment:"Chaotic Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:32},dexterity:{score:20},intelligence:{score:24},wisdom:{score:22},charisma:{score:27},hp:1120,initiative:20,ac:42,fortitude:42,reflex:40,will:40,regeneration:null,auras:[{id:"63709417-1432-4461-9a88-2e3099f2ba87",name:"Form of Madness",keywords:"",details:"(Psychic) aura 2; enemies that start their turn within the aura take 15 psychic damage are slowed until the end of their turn."}],powers:[{id:"ce427784-bc09-450c-84d2-003d7b63b8a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d8 + 11 damage, and ongoing 15 poison damage (save ends).",damage:"3d8 + 11 damage",category:1},{id:"df561f3e-7882-48b3-ad40-17d4d5c57544",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d12 + 11 damage.",damage:"2d12 + 11 damage",category:1},{id:"4949488f-bda1-400f-aa50-eeb7e008b270",name:"Fury of Sertrous",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sertourous makes a bite attack and two claw attacks, each against different targets. If all of the attacks hit, Sertourous can make another bite attack against any creature within reach.",damage:"",category:1},{id:"5640862f-8cc1-4610-9001-13df9a1e6361",name:"Awesome Bite",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"Sertros makes a bite attack and on a hit the target is also pushed 2 squares.",damage:"Sertros makes a bite attack and on a hit the target is also pushed 2 squares",category:5},{id:"0311e436-906b-46b8-91c7-4ef9ef2a3c78",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:33,defence:1},description:"",details:"4d10 +11 poison damage, and the target is weakened (save ends).",damage:"4d10 +11 poison damage",category:1},{id:"bc0ed77a-6cda-4f74-812f-9b495b72d3dd",name:"Horrific Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close blast 5",attack:{bonus:33,defence:3},description:"",details:"the target is dazed (save ends) and immobilized (save ends).",damage:"",category:3}],damageModifiers:[],resist:"necrotic 20, radiant 20",vulnerable:"",immune:"poison",tactics:""},{id:"966d3f5d-8507-4397-a998-8d7e9301599b",name:"Aspects of Leviathan",details:"",size:5,origin:0,type:1,keywords:"",level:29,role:{type:2,flag:1,leader:!1},senses:"Perception +21",movement:"4, swim 12",alignment:"Unaligned",languages:"",skills:"Endurance +29",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:10},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:660,initiative:14,ac:43,fortitude:45,reflex:32,will:35,regeneration:null,auras:[],powers:[{id:"31a5c4e2-a5c0-467a-8ca3-f7125f3458ca",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"215139e9-c4ad-42bb-a861-d7ba498c0059",name:"Crushing Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 4; 2d12 +11 damage, and the target is dazed (save ends). Aftereffect: Target is weakened (save ends).",damage:"2d12 +11 damage",category:1},{id:"b1e51cc6-a62e-469a-8aa6-db1e92173e27",name:"Slam Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Leviathan makes three slam attacks against three different targets Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"9fc449d4-63a6-4472-a251-2d68bc9b5e13",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets a creature dazed or weakened by crushing bite; 2d12 +11 damage, and a Large or smaller target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the leviathan swallowing it, and no creatures has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the leviathan. A leviathan can move normally while it has a target grabbed in this way. When the leviathan dies, the target can escape as a move action, appearing in the leviathan’s former space. Sustain Minor: The leviathan sustains the grab, and the target takes 20 damage.",damage:"2d12 +11 damage",category:1},{id:"036d938a-4f14-4227-ad8c-76f7d5e630ce",name:"Chaos Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"close burst 5",attack:{bonus:30,defence:3},description:"",details:"The Leviathan unleashes a surge of pure energy; 3d6 + 11 psychic damage, and the target is blinded and dazed (save ends both) and then pushed 3 squares.",damage:"3d6 + 11 psychic damage",category:1}],damageModifiers:[],resist:"acid 20, fire 20",vulnerable:"",immune:"cold",tactics:""},{id:"a79ebaae-51cf-4f20-aa99-e56c711e39fa",name:"Avamerin",details:"",size:3,origin:3,type:2,keywords:"angel",level:30,role:{type:7,flag:1,leader:!0},senses:"Perception +18",movement:"6, fly 9 (hover); see also sign of vengeance.",alignment:"Evil",languages:"Supernal",skills:"Insight +23, Intimidate +24",equipment:"greatsword; plate armor",category:"",strength:{score:32},constitution:{score:26},dexterity:{score:28},intelligence:{score:14},wisdom:{score:17},charisma:{score:19},hp:548,initiative:26,ac:46,fortitude:42,reflex:42,will:38,regeneration:null,auras:[],powers:[{id:"e9de8bc6-a4ed-48e9-923a-4dbecf8866cd",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 1d12 + 11 damage plus 1d8 fire damage plus 1d8 cold damage.",damage:"1d12 + 11 damage plus 1d8 fire damage plus 1d8 cold damage",category:1},{id:"fc9917f3-aa37-4a7c-8ffa-8466554e8ef3",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"Avamerin makes two greatsword attacks.",damage:"",category:1},{id:"8a73b518-b342-4aca-aea7-83a7e4a623b1",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"Avamerin places an invisible sign upon the target. Until the end of the encounter, as a move action, he can teleport adjacent to the target.",damage:"",category:3},{id:"0084e536-0df4-479d-8aaa-0beca0ef50d9",name:"Battle Lord Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Avamerin and his allies deal an extra 3d6 damage against enemies that Avamerin flanks.",damage:"avamerin and his allies deal an extra 3d6 damage against enemies that avamerin flanks",category:0},{id:"a8067235-0784-4b4b-b1ed-265616d6e5a8",name:"Cloak of Vengeance",action:null,keywords:"Cold, Fire",condition:"until bloodied",range:"Attacks against Avamerin take a -2 penalty until he is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against Avamerin takes 1d8 fire damage and 1d8 cold damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"ce732655-9a1d-4b23-9f2c-7db9db5bcfe6",name:"Inspiring Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever Avamerin scores a critical hit, he and all allies within 5 squares of him regains 15 hit points.",damage:"he and all allies within 5 squares of him regains 15 hit points",category:0}],damageModifiers:[{type:3,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e926479c-4ffc-44db-97ca-d979e36f5fb3",name:"Axihuatl",details:"",size:3,origin:0,type:2,keywords:"undead",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +25",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +23",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:12},intelligence:{score:16},wisdom:{score:29},charisma:{score:8},hp:536,initiative:16,ac:46,fortitude:43,reflex:38,will:44,regeneration:{value:10,details:"regeneration does not function while Axihuatl is exposed to direct sunlight"},auras:[],powers:[{id:"4d0d84d5-1443-422c-9ec1-d6fb7e752a38",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 3d8 + 9 damage.",damage:"3d8 + 9 damage",category:1},{id:"4cf62dfd-9db2-48ac-8270-20c429c3feb7",name:"Blood Drain",action:{action:1,trigger:"requires combat advantage; recharges when an adjacent creature becomes bloodied)",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"3d8 + 9 damage, and the target is weakened (save ends), and Axihuatl heals 134 hit points.",damage:"3d8 + 9 damage",category:5},{id:"49e9dbff-15b1-4c43-a3e4-f11963500afb",name:"Stunning Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:33,defence:3},description:"",details:"2d10 + 9 psychic damage, and the target is stunned until the end of Axihuatl’s next turn.",damage:"2d10 + 9 psychic damage",category:3},{id:"be120aa5-038e-4f78-ac75-9b75b5bdd727",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:33,defence:3},description:"",details:"the target is dominated (save ends with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Axihuatl can dominate one creature at a time.",damage:"the target is dominated (save ends with a -2 penalty to the saving throw)",category:3},{id:"373583dd-1cac-4bed-85fd-8124eec53474",name:"Darkburst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:3},description:"",details:"Burst 2 within 10 squares; targets enemies; 2d8 + 9 necrotic damage, and the target takes ongoing 15 necrotic and is blinded (save ends both).",damage:"2d8 + 9 necrotic damage",category:1},{id:"525ccb99-7f63-49b5-b70e-260b308efbc3",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Axihuatl becomes insubstantial and gains a fly speed of 12, but cannot make attacks. Axihuatl can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Axihuatl becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"radiant 10",immune:"disease, poison",tactics:""},{id:"d5eb9e1e-4f55-44dd-afc2-b0e223a848c0",name:"Blessed Spawn of Kyuss",details:"",size:3,origin:4,type:2,keywords:"undead",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:12},intelligence:{score:3},wisdom:{score:14},charisma:{score:26},hp:450,initiative:14,ac:39,fortitude:39,reflex:32,will:37,regeneration:null,auras:[{id:"a0c84008-b837-4495-8969-f163107b5748",name:"Fear of Worms",keywords:"",details:"(Fear) aura 3; any living creature that starts its turn with the aura takes a -2 penalty to attack rolls against blessed spawn of Kyuss."}],powers:[{id:"3d74fd11-db07-48c2-93a7-56772df9c5df",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"e7792fe7-73c6-4648-8319-f0aeaa8b5816",name:"Dread Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; targets Medium size or smaller creature; 5d8 + 10 damage, and the target is knocked prone.",damage:"5d8 + 10 damage",category:1},{id:"2eb63413-f926-4278-8f07-81c80c765417",name:"Touch of Kyuss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"2d6 + 8 damage and ongoing 10 necrotic damage (save ends). First Failed Saving Throw: The target is exposed to worms of Kyuss (see Open Grave page 218).",damage:"2d6 + 8 damage and ongoing 10 necrotic damage (save ends)",category:1},{id:"059b4214-420c-46ca-86f3-2eb7f75c0fa0",name:"Rise Again",action:null,keywords:"",condition:"the first time a blessed spawn of kyuss drops to 0 hit points",range:"",attack:null,description:"",details:"Make a new initiative check for the blessed spawn of Kyuss. On its next turn, the blessed spawn rises (as a move action) with 225 hit points.",damage:"the blessed spawn rises (as a move action) with 225 hit points",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"979b5b1b-24a0-416a-a120-b01d3acfabd9",name:"Brood Swarm Barbarian",details:"",size:2,origin:4,type:2,keywords:"human",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +27, Intimidate +20",equipment:"battleaxe; leather armor",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:13},charisma:{score:14},hp:592,initiative:20,ac:40,fortitude:41,reflex:37,will:32,regeneration:null,auras:[],powers:[{id:"bbb77ed5-02e2-4bd3-8ced-324db491d722",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d10 + 9 damage.",damage:"3d10 + 9 damage",category:1},{id:"2ca8f7ff-a7b5-424e-b67d-925b9bc4d4bc",name:"Indomitable Strike",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"4d10 + 9 damage, and all enemies within 10 squares of the barbarian are marked until the end of its next turn.",damage:"4d10 + 9 damage",category:5},{id:"f9a9e85f-2fa5-40ae-aefd-795d349d632f",name:"Supreme Strike",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"6d10 + 9 damage, and target can only make basic attacks (save ends).",damage:"6d10 + 9 damage",category:5},{id:"67fbcb9e-00db-4bf0-97a1-68d8641726f0",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"3d6 + 8 cold damage, and the target is exposed to brood fever. Miss: Half damage.",damage:"3d6 + 8 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"919e166e-6cd0-4dc5-8347-d46cadb23ae3",name:"Brood Swarm Frost Giant",details:"",size:3,origin:0,type:2,keywords:"cold, giant",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +14",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:211,initiative:12,ac:32,fortitude:35,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"cfbc555e-8116-48e2-a860-544bd2ba2c37",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 4d6+7 (crit 8d6 + 31) cold damage.",damage:"4d6+7 (crit 8d6 + 31) cold damage",category:1},{id:"be955804-475a-4994-9651-c8a9f4493764",name:"Dying Swipe",action:null,keywords:"Cold, Weapon",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"2d6 + 7 The frost giant makes an icy greataxe attack.",damage:"2d6 + 7 The frost giant makes an icy greataxe attack",category:0},{id:"cf45b140-4fd7-438c-822d-2985d961a5dd",name:"Chilling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; cold damage, and the target gains vulnerable 10 cold (save ends).",damage:"cold damage",category:1},{id:"80e5e24f-4828-4808-ab1a-b44aa8df29e5",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:21,defence:0},description:"",details:"2d8 + 7 cold damage.",damage:"2d8 + 7 cold damage",category:1},{id:"cfdb2de0-621b-4f66-9f14-8e11ee6c425f",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d6 + 5 modifier cold damage, and the target is exposed to brood fever. Miss: Half damage.",damage:"3d6 + 5 modifier cold damage",category:1},{id:"5906ef2e-44c2-4f88-8bd2-b354f4aaed52",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25774dab-6d6d-48f6-8901-a6c3727a5aca",name:"Brood Swarm Worg",details:"",size:3,origin:0,type:1,keywords:"",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +19",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:21},intelligence:{score:10},wisdom:{score:13},charisma:{score:19},hp:428,initiative:14,ac:32,fortitude:33,reflex:30,will:29,regeneration:null,auras:[{id:"20b74e9f-2f1b-4370-b134-0fb889d3f08b",name:"Frightful Growl",keywords:"",details:"(Fear) aura 3; enemies in the aura take a -1 penalty to attack rolls, and allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"d3bfb9b3-8a00-4f52-8576-5353e421d821",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8 + 5 damage, and ongoing 10 damage (save ends).",damage:"2d8 + 5 damage",category:1},{id:"0bf9fe2b-3206-41f7-a18d-81c6d1ee3347",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d6 + 7 modifier cold damage, and the target is exposed to brood fever. Miss: Half damage.",damage:"3d6 + 7 modifier cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c22091c1-94ad-4356-b6d2-3caac932f73d",name:"Caira Xasten",details:"",size:2,origin:4,type:2,keywords:"human",level:27,role:{type:3,flag:1,leader:!0},senses:"Perception +23",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +26, Diplomacy +26",equipment:"leather armor; rapier",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:28},intelligence:{score:23},wisdom:{score:31},charisma:{score:26},hp:492,initiative:22,ac:42,fortitude:36,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"715f6ad0-7d8a-45d0-b8ef-50be31640e3d",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+4 damage.",damage:"3d8+4 damage",category:1},{id:"facdf779-58c1-4bcc-ae71-69828b9ca0c7",name:"Sinister Flank",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"4d8+4 damage, and one of Caira’s allies within 10 squares can shift their speed and make a melee basic attack.",attack:{bonus:33,defence:0},description:"",details:"",damage:"",category:1},{id:"85d7244a-e76e-4034-9db6-5331a0ea1ece",name:"Unspeakable Resilience",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+4 damage, and allies within 5 squares of Caira can make a saving throw.",damage:"3d8+4 damage",category:1},{id:"3765166e-e4bc-479e-8239-4cb5e9523141",name:"Life Scourge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:33,defence:2},description:"",details:"4d10+10 necrotic damage, and the target takes a -2 penalty to attack rolls until the end of Caira’s next turn.",damage:"4d10+10 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7bf153c-895c-47d1-b3e3-0d480a192f3a",name:"Century Worm",details:"",size:5,origin:0,type:1,keywords:"undead",level:29,role:{type:7,flag:1,leader:!1},senses:"Perception +15",movement:"6, swim 4",alignment:"Unaligned",languages:"",skills:"Endurance +28",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:10},intelligence:{score:6},wisdom:{score:13},charisma:{score:4},hp:536,initiative:14,ac:44,fortitude:41,reflex:38,will:38,regeneration:null,auras:[{id:"5c8561ee-b7a8-4edf-88e6-1796baba467e",name:"Keening",keywords:"",details:"(Psychic) aura 5; enemies that start their turn in the aura take 15 psychic damage."}],powers:[{id:"3ad8020d-5f9d-4c45-8e71-e56b0d5ddee0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 3d8 + 11 damage, and the target is grabbed.",damage:"3d8 + 11 damage",category:1},{id:"02f51f57-587f-4343-967a-41ab2945cb1a",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Targets a bloodied Huge or smaller creature the century worm is grabbing; the target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the century worm, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the century worm. A century worm can move normally while it has a target swallowed. When the century worm dies, the target can escape as a move action, appearing in the century worm’s former space. Sustain Minor: The century worm sustains the grab, and the target takes 20 damage.",damage:"and the target takes 20 damage",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8640edc5-5939-4eca-9be7-ac25b4c4faed",name:"Corrupture",details:"",size:4,origin:4,type:1,keywords:"blind, ooze",level:24,role:{type:6,flag:0,leader:!1},senses:"Perception +10; tremorsense",movement:"6 see also crushing surge",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:12},intelligence:{score:6},wisdom:{score:6},charisma:{score:6},hp:226,initiative:15,ac:38,fortitude:37,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"3031630e-735c-46c9-a6b8-409549be50eb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d6 + 9 damage, and ongoing 5 acid damage.",damage:"2d6 + 9 damage",category:1},{id:"88417806-87c6-4f17-93a4-f2cd945a25ef",name:"Acid Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close burst 4",attack:{bonus:27,defence:2},description:"",details:"4d12 + 9 acid damage.",damage:"4d12 + 9 acid damage",category:1},{id:"00cf40b7-6116-4d36-b6d3-5033cde1c7a1",name:"Crushing Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"The corrupture moves up to 8 squares and can move through opponent’s squares as part of the movement. It makes the following attack against the first creature whose space it moves through; 2d6 + 9 damage, and ongoing 5 acid damage, and the target is pushed 2 squares. It makes secondary attacks against any other targets in its path; +27 vs. Reflex; the target is pushed 2 squares. As part of this attack it can only attack any given target once.",damage:"2d6 + 9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"3bebdd99-9300-421d-85a3-ea118c58993b",name:"Cult Guard",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"5",alignment:"Evil",languages:"Common",skills:"Endurance +23, Intimidate +18",equipment:"chainmail; crossbow; longsword",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:12},wisdom:{score:10},charisma:{score:14},hp:216,initiative:19,ac:39,fortitude:36,reflex:34,will:30,regeneration:null,auras:[],powers:[{id:"5494d78e-7d93-45e4-a865-a79dd8cbd6dd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8 + 10 damage, and the target is marked until the end of the cult guard’s next turn.",damage:"2d8 + 10 damage",category:1},{id:"e2fda4a8-113c-4b19-a728-3c66e2d38a70",name:"Light Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:30,defence:0},description:"",details:"2d8 + 10 damage, and the target is marked until the end of the cult guard’s next turn.",damage:"2d8 + 10 damage",category:1},{id:"d9c30d96-ca42-43de-bee6-a3da8fff320b",name:"Knockdown Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8 + 8 damage, and the target is knocked prone.",damage:"3d8 + 8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e98623e-23ca-405a-9967-a237e3c6cec8",name:"Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:29,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"arrow; longbow; longsword; plate armor",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:20},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:21,ac:45,fortitude:42,reflex:38,will:35,regeneration:null,auras:[],powers:[{id:"0d2a0eba-b1f3-4a79-ba6f-f8cd27336d52",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"5638b476-0aa2-47d5-b486-64f27953e69d",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:36,defence:2},description:"",details:"15 damage.",damage:"15 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"846c2458-e5bf-4ddb-afd4-0d3b8a74da23",name:"Cultist of Zargon",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"6 see also pounce",alignment:"Evil",languages:"Common",skills:"Endurance +23, Intimidate +20",equipment:"battleaxe; chainmail; crossbow",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:12},wisdom:{score:10},charisma:{score:18},hp:216,initiative:19,ac:39,fortitude:36,reflex:34,will:30,regeneration:null,auras:[],powers:[{id:"682511a5-b865-4828-a09e-6126ae329e77",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"02c79c34-496d-4a1a-bcc9-e946626128d0",name:"Light Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:30,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"1dfd5025-0e0b-4e88-bee3-0130de7b1ba0",name:"Crushing Blow",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 8 damage, and the target is knocked prone and weakened (save ends).",damage:"2d10 + 8 damage",category:5},{id:"b370d7ce-70cc-4dae-a89a-30452f130dc3",name:"Subjugate Interloper",action:null,keywords:"Psychic",condition:"",range:"When a cultist hits a creature granting it combat advantage with a melee attack, that creature gains ongoing 10 psychic damage and dazed (save ends both).",attack:null,description:"",details:"",damage:"",category:0},{id:"ec8477c7-0628-4bd1-89c4-3b6ee46f5305",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"The cultist moves up to 5 squares, gains combat advantage against all creatures it ends this move adjacent to until the end of its next turn, and makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8eedfc6d-2cfc-4c70-92db-d7474070b7ea",name:"Deathshrieker",details:"",size:2,origin:5,type:2,keywords:"undead",level:30,role:{type:6,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +31",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:32},intelligence:{score:10},wisdom:{score:16},charisma:{score:27},hp:386,initiative:28,ac:42,fortitude:42,reflex:44,will:42,regeneration:null,auras:[{id:"2955fa21-1ee4-4cd8-b021-a9a474de7959",name:"Despair",keywords:"",details:"(Psychic) aura 5; an enemy that starts its turn in the aura takes 10 psychic damage and is slowed."}],powers:[{id:"430cd02b-c70d-4d36-8731-85599d25116f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"2d8 + 10 necrotic damage.",damage:"2d8 + 10 necrotic damage",category:1},{id:"38664786-7872-4c22-998e-a5b5595fc7eb",name:"Scream of Doom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:3},description:"",details:"3d8 + 10 psychic damage.",damage:"3d8 + 10 psychic damage",category:1},{id:"dabb4ca6-41ae-4b20-8ba8-52991af33020",name:"Death Rattle",action:null,keywords:"Necrotic",condition:"when the deathshrieker is reduced to 0 hp",range:"Close burst 10",attack:{bonus:33,defence:1},description:"",details:"5d12 + 10 necrotic damage, and the target is weakened.",damage:"5d12 + 10 necrotic damage",category:0},{id:"3741f2fa-f54f-4bb1-b36f-788305a75cf1",name:"Screams of the Damned",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:33,defence:1},description:"",details:"5d12 + 10 psychic damage, and the target is dazed (save ends).",damage:"5d12 + 10 psychic damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"d2ed3b46-6718-483a-8240-ee4c37b3ec6c",name:"Dorn",details:"",size:2,origin:4,type:2,keywords:"",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6 see also swift strike",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +24",equipment:"leather armor; rapier",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:27},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:416,initiative:21,ac:36,fortitude:35,reflex:35,will:31,regeneration:null,auras:[{id:"197cbf71-5ab1-43de-b359-d467ac584ec7",name:"Sickening Slime ",keywords:"",details:"(Psychic) aura 1; enemies within the aura suffer a -2 penalty to attack rolls against Dorn."}],powers:[{id:"7af21cdc-c132-4698-93e0-3ec543314271",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d8 + 8 damage.",damage:"3d8 + 8 damage",category:1},{id:"76b36e92-0e8a-4785-98fe-70940f990922",name:"Swift Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Dorn can shift 6 squares and make two basic melee attacks against 2 different creatures.",attack:null,description:"",details:"",damage:"",category:1},{id:"dd4aabe8-5417-44b3-b19a-a41c0611c977",name:"Acid Spew",action:{action:1,trigger:"recharges when dorn is first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"4d12 + 8 acid damage, and ongoing 5 acid damage (save ends).",damage:"4d12 + 8 acid damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"75f628f9-fe6e-48f2-89d0-e53503375411",name:"Dread Bonespitter",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:29,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"10, fly 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:34},intelligence:{score:3},wisdom:{score:22},charisma:{score:15},hp:210,initiative:26,ac:43,fortitude:42,reflex:43,will:39,regeneration:null,auras:[],powers:[{id:"6d81e533-aab4-4e8a-8bd9-77d2620c59cc",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 2d12 + 10 damage, and the target is pushed 2 squares.",damage:"2d12 + 10 damage",category:1},{id:"7af61274-e563-460e-9ba2-810a933fd553",name:"Bone Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:36,defence:0},description:"",details:"4d10 + 10 damage, and the target is immobilized (save ends).",damage:"4d10 + 10 damage",category:1},{id:"ea603d59-453d-47dd-b535-6722e44a592a",name:"Bone Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"Close blast 10",attack:{bonus:34,defence:0},description:"",details:"4d10 + 10 damage, and the target is immobilized (save ends). The bonespitter can teleport to any square within the blast’s area. Miss: Half damage, and the target is not immobilized.",damage:"4d10 + 10 damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a2f17900-b316-4334-a256-313d1b133a65",name:"Dread Boneyard",details:"",size:5,origin:0,type:1,keywords:"undead",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"5, fly 12 (hover)",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:20},intelligence:{score:24},wisdom:{score:26},charisma:{score:30},hp:550,initiative:20,ac:44,fortitude:43,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"b8c1bdef-fa28-4d80-a75b-d048839482e3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d12 + 10 damage.",damage:"2d12 + 10 damage",category:1},{id:"b9125d4a-e4af-48ae-aef5-e3932a3a1994",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:2},description:"",details:"The dread boneyard attacks one or two Large or smaller targets; Reach 3; (automatically hits an immobilized target). On a hit, the target is grabbed and pulled into the dread boneyard’s space; the target is dazed and takes ongoing 15 necrotic damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the boneyard. The boneyard can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 15 necrotic damage until it escapes the grab",category:1},{id:"275961cc-ba16-485a-b223-4ce6e2bc7b4d",name:"Retributive Bite",action:{action:1,trigger:"recharges when the dread boneyard is bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"Reach 3; 2d12 + 10 damage, and the target is weakened (save ends).",damage:"2d12 + 10 damage",category:5},{id:"062958a1-88da-4bd9-ba05-b5fad56145a8",name:"Field of Bones",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 10",attack:{bonus:33,defence:0},description:"",details:"2d8 + 10 necrotic damage, and the target is immobilized.",damage:"2d8 + 10 necrotic damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0b03673b-7e37-4594-97cf-6630bde6357e",name:"Dread Rot Harbinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:29,role:{type:7,flag:0,leader:!1},senses:"Perception +21",movement:"6, fly 8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:29},dexterity:{score:27},intelligence:{score:21},wisdom:{score:24},charisma:{score:20},hp:269,initiative:24,ac:45,fortitude:41,reflex:41,will:40,regeneration:null,auras:[],powers:[{id:"d0a8152b-011e-48a9-b856-cf74d67d79cb",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"2d10 + 9 damage, and the target is immobilized and marked until the end of the rot harbinger’s next turn and takes ongoing 15 necrotic damage (save ends).",damage:"2d10 + 9 damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"475e9967-c3c9-490f-8871-f8727d4a3752",name:"Dread Wraith Minion",details:"",size:3,origin:5,type:2,keywords:"undead",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"fly 10 (hover)",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +27",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:29},intelligence:{score:15},wisdom:{score:13},charisma:{score:29},hp:1,initiative:24,ac:41,fortitude:37,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"ac44c81f-a0ad-4110-8a65-d4376744d319",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 14 necrotic damage, and the target is weakened until the end of the dread wraith minion’s next turn.",damage:"14 necrotic damage",category:1}],damageModifiers:[{type:6,value:-30}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"7717aeff-aa14-4ceb-9d14-b7b5ca307f49",name:"Edwin Tolstoff",details:"",size:2,origin:0,type:2,keywords:"human",level:30,role:{type:3,flag:0,leader:!1},senses:"Perception +21",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +27, Religion +27",equipment:"dagger",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:15},intelligence:{score:24},wisdom:{score:22},charisma:{score:13},hp:262,initiative:17,ac:44,fortitude:39,reflex:42,will:44,regeneration:null,auras:[],powers:[{id:"be473e71-391c-45cc-a66f-13088d110507",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d4 + 8 damage.",damage:"3d4 + 8 damage",category:1},{id:"74267cdc-4082-4c89-b7e6-faa3a46155a7",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:0},description:"",details:"4d4 + 8 force damage.",damage:"4d4 + 8 force damage",category:1},{id:"9022007c-edbb-4d08-951d-f28490e98ede",name:"Force Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Force, Implement",condition:"",range:"Ranged 20",attack:{bonus:33,defence:2},description:"",details:"3d10 + 8 force damage, and the target is confined until the end of Edwin’s next turn. While confined, it is immobilized, grants combat advantage, and cannot gain line of effect against nonadjacent enemies.",damage:"3d10 + 8 force damage",category:1},{id:"43d94da5-70ec-4c7d-b438-5033faf88af7",name:"Acidic Spew",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Implement",condition:"",range:"Close burst 5",attack:{bonus:33,defence:2},description:"",details:"2d6 + 8 acid damage, and ongoing 10 acid damage (save ends). Miss: half damage, and ongoing 5 acid damage (save ends).",damage:"2d6 + 8 acid damage",category:1},{id:"c516c175-165b-4c4c-8f9a-4b3238b435e4",name:"Meteor Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Fire, Implement",condition:"",range:"",attack:{bonus:33,defence:2},description:"",details:"Burst 5 within 20; 8d6 + 8 fire damage. Miss: half damage.",damage:"8d6 + 8 fire damage",category:1},{id:"0f0d0e48-ecdb-47a0-beea-7933a5d9211d",name:"Consume Soul",action:{action:4,trigger:"when an ally within 5 squares of edwin is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Edwin regains 15 hit points",damage:"Edwin regains 15 hit points",category:5},{id:"7b3b661a-68c2-43ca-a4f3-947ec08cdbd6",name:"Blink Escape",action:{action:1,trigger:"immediate interrupt when a ranged or melee attack hits edwin",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Arcane, Teleportation",condition:"",range:"",attack:null,description:"",details:"Edwin teleports 5 squares, and the attack is negated.",damage:"Edwin teleports 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7cc938a-aa97-4275-9a6b-b56f5d230b5b",name:"Father Llymic",details:"",size:4,origin:0,type:1,keywords:"",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +26; darkvision",movement:"8 (ice walk), fly 6 (hover)",alignment:"Evil",languages:"Abyssal, Common, Far Speech",skills:"Endurance +24, Intimidate +27",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:22},intelligence:{score:28},wisdom:{score:25},charisma:{score:26},hp:1048,initiative:22,ac:44,fortitude:41,reflex:39,will:38,regeneration:null,auras:[{id:"eeaf6295-309a-4aaf-86cc-b3668f62ed46",name:"Deadly Chill",keywords:"",details:"(Cold) aura 6; an enemy that enters or begins its turn in the aura takes 30 cold damage."}],powers:[{id:"473c2d21-5f4c-4474-bbd0-bfeefd93c3aa",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 3d8 + 10 damage (crit 24 plus 3d8 + 10 damage), and the target is immobilized until the end of Father Llymic’s next turn.",damage:"3d8 + 10 damage (crit 24 plus 3d8 + 10 damage)",category:1},{id:"e45d445a-849a-4612-afee-f7d705cb9435",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Father Llymic can make up to four basic attacks against different targets. When bloodied Father Llymic can instead make up to three basic attacks on a single target or split the attacks between two targets.",damage:"",category:1},{id:"8ff55ae6-6899-4fd3-bb9f-97d250afc9f1",name:"Retaliatory Strike",action:{action:1,trigger:"when father llymic is hit with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity action",range:"Father Llymic makes a basic melee attack against the creature that hit him.",attack:null,description:"",details:"",damage:"",category:5},{id:"48e470e0-ee83-42de-b200-ffd9ce325e29",name:"Soul Chill",action:{action:1,trigger:"at-will when bloodied",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:31,defence:3},description:"",details:"5d10 + 10 cold damage and slowed (save ends).",damage:"5d10 + 10 cold damage and slowed (save ends)",category:5}],damageModifiers:[],resist:"acid 20, fire 20",vulnerable:"",immune:"cold",tactics:""},{id:"e744675f-8cbf-46cd-8ea5-bfb83468e68a",name:"Forest Giant Skeleton",details:"",size:4,origin:4,type:0,keywords:"undead",level:29,role:{type:2,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Evil",languages:"Giant, understands common",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:17},intelligence:{score:6},wisdom:{score:13},charisma:{score:4},hp:328,initiative:17,ac:41,fortitude:42,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"17eed8e8-98fd-435b-be5a-7d16c1864e14",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 3d12 + 10 damage (crit 3d12 + 46).",damage:"3d12 + 10 damage (crit 3d12 + 46)",category:1},{id:"67682100-132c-4741-b04f-3abb8af07975",name:"Awesome Smite",action:{action:1,trigger:"requires a greataxe",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 4d12 + 10 damage (crit 3d12 + 58), and the target is dazed (save ends).",damage:"4d12 + 10 damage (crit 3d12 + 58)",category:5}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"f2d610cc-6672-4782-b5f1-716052eff9e2",name:"Giant Squid",details:"",size:5,origin:4,type:1,keywords:"",level:30,role:{type:2,flag:0,leader:!1},senses:"Perception +20",movement:"6, swim 4",alignment:"Evil",languages:"Abyssal, Common",skills:"Endurance +29",equipment:"",category:"",strength:{score:31},constitution:{score:29},dexterity:{score:10},intelligence:{score:5},wisdom:{score:20},charisma:{score:20},hp:339,initiative:15,ac:42,fortitude:43,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"ebaedd42-d24b-48da-a61d-89bb12e585e2",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"e8d43c00-3eee-4673-b661-c239aa30cd9a",name:"Biting Grasp",action:{action:4,trigger:"when an enemy shifts from an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"The squid makes a bite attack; 2d12 + 9 damage, and grabs the target.",damage:"2d12 + 9 damage",category:5},{id:"f5829cfc-ff1f-4e88-a380-8f25f8aa9e2f",name:"Flurry of Strikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The squid makes two tentacle attacks and a biting grasp attack.",damage:"",category:1},{id:"574a5781-61a4-4898-8063-56b09f762c60",name:"Ink Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"The squid can move 12 squares and at any point during that movement expel a cloud of ink (close burst 4). The cloud creates a zone of heavy obscured squares that lasts until the end of the encounter.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"289943e9-4eb1-47ab-aa36-de4afff1beb2",name:"Golothoma",details:"",size:4,origin:3,type:1,keywords:"",level:29,role:{type:2,flag:0,leader:!1},senses:"Perception +17",movement:"6, swim 10",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Endurance +28, Intimidate +25",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:26},intelligence:{score:4},wisdom:{score:17},charisma:{score:22},hp:328,initiative:22,ac:41,fortitude:43,reflex:40,will:38,regeneration:null,auras:[],powers:[{id:"7b92e4f5-e849-4c38-a76d-94e8837be38d",name:"Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 3; 2d8 + 11 damage, and ongoing 10 acid damage (save ends), and the target is pushed 1 square.",damage:"2d8 + 11 damage",category:1},{id:"3fce81f7-587c-496c-bab2-a6cbe2116eb6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 3; 4d8 + 11 damage, and the target is pushed 1 square.",damage:"4d8 + 11 damage",category:1},{id:"38bc1a5a-dd1c-4d13-aeaf-86a6ca650419",name:"Claw Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golothomas makes four claw attacks.",damage:"",category:1},{id:"14f73ab5-6e2c-4957-b865-9fd0020b9fc0",name:"Dimensional Reach",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the golothomas can reach between dimensions to strike at distant targets with its claws.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2564b3b4-a5d2-4b05-9292-2dcabe0f000a",name:"Gorguth",details:"",size:2,origin:3,type:2,keywords:"undead",level:30,role:{type:7,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common",skills:"Athletics +30, Intimidate +25",equipment:"bastard sword; leather armor",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:28},intelligence:{score:10},wisdom:{score:20},charisma:{score:21},hp:552,initiative:26,ac:46,fortitude:44,reflex:43,will:40,regeneration:null,auras:[],powers:[{id:"992337ef-90a0-4738-abfa-ef483cddead9",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d10+10 damage, and ongoing 10 necrotic damage and the target is marked by Gorguth (save ends both).",damage:"2d10+10 damage",category:1},{id:"dcb2d096-f404-439a-8e67-7f200822b780",name:"Frenzy of Slaughter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"(Gorguth makes two basic melee attacks).",attack:null,description:"",details:"",damage:"",category:1},{id:"2c21ac5d-a11f-4f2b-99c1-b1eea119554b",name:"Stunning Strike",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"3d10+10 damage, and the target is stunned (save ends).",damage:"3d10+10 damage",category:5},{id:"8e6513e2-828c-4251-9a3d-418688f7d325",name:"Unassailable Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Gorguth shifts his speed and makes a basic melee attack at the end of the move.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0df2d273-4df2-42e1-93f6-aa6d1c1b8c42",name:"Gravecrawler",details:"",size:1,origin:1,type:1,keywords:"undead",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Unaligned",languages:"",skills:"Endurance +25",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:18},intelligence:{score:24},wisdom:{score:14},charisma:{score:14},hp:248,initiative:19,ac:41,fortitude:39,reflex:39,will:39,regeneration:null,auras:[{id:"34184caf-d0c1-4063-adcb-f61437cc8f58",name:"Calcifying Aura",keywords:"",details:"aura 2; bloodied creatures that end their turn in the aura are slowed (save ends); First Failed Saving Throw: immobilized (save ends); Second Failed Saving Throws: petrified (save ends)."}],powers:[{id:"61824505-d007-400c-a118-e6141d4762fc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8 + 8 damage.",damage:"3d8 + 8 damage",category:1},{id:"3ded41cf-ee4c-45d0-8371-2b60b121bd15",name:"Spring Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The gravecrawler can shift 8 squares and make a basic melee attack at any point during its move.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"ed5f21da-227c-496d-9de8-214d43ba4dce",name:"Greater Aspect of Leviathan",details:"",size:5,origin:0,type:1,keywords:"",level:30,role:{type:2,flag:1,leader:!1},senses:"Perception +22",movement:"4, swim 12",alignment:"Unaligned",languages:"",skills:"Endurance +30",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:10},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:680,initiative:15,ac:44,fortitude:46,reflex:35,will:38,regeneration:null,auras:[],powers:[{id:"7724b1ce-2f3d-4b9e-8f58-3973e25c1b3b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"c473a3f2-e32b-4889-babd-4028e53aaf4e",name:"Crushing Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 4; 2d12 +11 damage, and the target is dazed (save ends). Aftereffect: Target is weakened (save ends).",damage:"2d12 +11 damage",category:1},{id:"5667973e-24e4-41ef-872e-1981d4abd564",name:"Slam Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"The Leviathan makes three slam attacks against three different opponents; Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"d76fbbc9-25b8-4de6-9755-c8f87e7c9558",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"2d12 +11 damage, and a Large or smaller target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the leviathan swallowing it, and no creatures has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the leviathan. A leviathan can move normally while it has a target grabbed in this way. When the leviathan dies, the target can escape as a move action, appearing in the leviathan’s former space. Sustain Minor: The leviathan sustains the grab, and the target takes 20 damage.",damage:"2d12 +11 damage",category:1},{id:"b74bde18-ba7b-4897-b2bd-36ee94b63cc9",name:"Chaos Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"close burst 5",attack:{bonus:31,defence:3},description:"",details:"The Leviathan unleashes a surge of pure energy; 3d6 + 11 psychic damage, and the target is blinded and dazed (save ends both) and then pushed 3 squares.",damage:"3d6 + 11 psychic damage",category:1}],damageModifiers:[],resist:"acid 20, fire 20",vulnerable:"",immune:"cold",tactics:""},{id:"347b8d83-b541-4ee4-8cf7-ed5d7067ac91",name:"Greathorn Minotaur",details:"",size:3,origin:4,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +20",movement:"5",alignment:"Evil",languages:"Common",skills:"Dungeoneering +20, Intimidate +19, Nature +15",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:14},intelligence:{score:11},wisdom:{score:16},charisma:{score:15},hp:232,initiative:16,ac:41,fortitude:38,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"a0191a9f-d3f2-47d5-9df0-8503388e2072",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d10 + 10 damage, and the target is marked until the end of the minotaur’s next turn.",damage:"2d10 + 10 damage",category:1},{id:"eea086d1-b68d-474e-94e4-6fd874ff472e",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"The greathorn minotaur makes a charge attack; 3d8 + 10 damage, and the target is knocked prone.",damage:"3d8 + 10 damage",category:1},{id:"a985038f-71bc-4784-9f30-fcea32dadcfb",name:"Crippling Swing",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; 3d10 +10 and that target is slowed and dazed (save ends).",damage:"Reach 2",category:5},{id:"f35dda40-961a-4f0d-9457-c722775142dd",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The greathorn minotaur makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4cb3286-b669-451a-b20a-4511cb82cf70",name:"Herald of Kyuss",details:"",size:3,origin:0,type:1,keywords:"undead",level:28,role:{type:3,flag:1,leader:!1},senses:"Perception +27; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +30, Diplomacy +30",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:27},intelligence:{score:20},wisdom:{score:30},charisma:{score:32},hp:520,initiative:22,ac:44,fortitude:42,reflex:40,will:44,regeneration:null,auras:[],powers:[{id:"dbe72084-da23-4147-8477-2c90b53c347d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d10 + 6 damage, and the target is immobilized (save ends).",damage:"2d10 + 6 damage",category:1},{id:"a81e7ebb-8572-41f3-8a1f-92db4ac41a1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 2d8 + 6 damage, and the target is pushed 2 squares.",damage:"2d8 + 6 damage",category:1},{id:"564027bc-c5ac-487e-af2b-76ebf92f666d",name:"Sudden Strike",action:{action:4,trigger:"when a foe enters an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Herald of Kyuss makes a bite attack.",damage:"",category:5},{id:"a683802f-8529-493c-8f28-e446f44e0765",name:"Hypnotic Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:3},description:"",details:"target is stunned (save ends) Aftereffect: Target is dazed (save ends).",damage:"",category:1},{id:"e1ab4dfe-31e8-41ad-8f75-282f08481da0",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A Herald of Kyuss can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, MM 280).",damage:"",category:3},{id:"d842559c-c7a3-4700-87f2-c0842b963de5",name:"Death’s Gift",action:null,keywords:"Healing",condition:"when an enemy within 5 squares of the herald of kyuss is reduced to 0 hit points",range:"",attack:null,description:"",details:"The Herald of Kyuss regains 15 hit points.",damage:"The Herald of Kyuss regains 15 hit points",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"cold, disease",tactics:""},{id:"91aa93f2-f86c-4323-8271-7d69cace1840",name:"Hideous Leechwalker",details:"",size:3,origin:0,type:1,keywords:"",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6, swim 4",alignment:"Unaligned",languages:"",skills:"Athletics +24",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:6},wisdom:{score:18},charisma:{score:10},hp:208,initiative:15,ac:36,fortitude:35,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"b559cda5-fecd-4e83-aa0d-9ed72ddde2ae",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d6 + 8 damage.",damage:"3d6 + 8 damage",category:1},{id:"585e3a02-77b6-4ea7-8226-534bfa4166b8",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hideous leechwalker makes two tentacle attacks, if both hit the same target it also deals ongoing 20 damage (save ends).",damage:"if both hit the same target it also deals ongoing 20 damage (save ends)",category:1},{id:"2c3c2656-58e6-4036-b376-e8af5c8c65bd",name:"Slithering Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hideous leechwalker moves up to 6 squares and makes a tentacle attack.",damage:"The hideous leechwalker moves up to 6 squares and makes a tentacle attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"557d3691-2fd2-49ba-9e1b-b43d97a66f7a",name:"Howling Famine Spirit",details:"",size:3,origin:5,type:2,keywords:"undead",level:28,role:{type:2,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"4 phasing",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:22},dexterity:{score:17},intelligence:{score:25},wisdom:{score:27},charisma:{score:17},hp:218,initiative:17,ac:38,fortitude:40,reflex:38,will:36,regeneration:null,auras:[{id:"81ccedc8-0d53-4f00-82b7-af2a1f0a9284",name:"Gaping Howling Maw",keywords:"",details:"aura 6; any living creature that starts its turn within the aura is pulled 2 squares and takes 10 thunder damage."}],powers:[{id:"cd083c6a-540e-44da-8703-deec25c1942d",name:"Rending Claws",action:{action:1,trigger:"requires a free hand",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d8 + 8 necrotic damage, and the target is grabbed.",damage:"3d8 + 8 necrotic damage",category:5},{id:"b6f57358-9fd0-4547-a5c4-a35c98ab5727",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a creature grabbed by the famine spirit; 2d8 + 4 necrotic damage, and the target is engulfed, entering the famine spirit’s space and disappearing from sight and removing line of effect to all squares. While engulfed, the target takes ongoing 10 acid damage and is stunned and immobilized (save ends all). The famine spirit gains regeneration 10 while a target is engulfed. When the target saves, it is no longer engulfed. The target reappears in an unoccupied square adjacent to the famine spirit of the target’s choosing. If the famine spirit is killed, an engulfed target is no longer engulfed and reappears in a square previously occupied by the famine spirit. A famine spirit can have only one creature engulfed at a time.",damage:"2d8 + 4 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"13a2cc4e-aa78-4a5b-ae44-9cfe95b7ac32",name:"Hulk of Zoretha (Female)",details:"",size:4,origin:3,type:0,keywords:"",level:29,role:{type:3,flag:0,leader:!1},senses:"Perception +23; darkvision, tremorsense 5",movement:"10",alignment:"Chaotic Evil",languages:"Common, Supernal",skills:"Endurance +29",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:10},intelligence:{score:18},wisdom:{score:19},charisma:{score:10},hp:270,initiative:14,ac:43,fortitude:43,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"f9428c28-ebff-4c28-9910-8934cc7e151c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"dbdf5f47-999b-4f88-b1e6-ca3920547b67",name:"Many Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The hulk of Zoretha makes two basic melee attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"c7f5778f-f8e5-4043-99a3-ad97082bf0e3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Cold, Electricity or Fire ",condition:"",range:"Close blast 5",attack:{bonus:34,defence:1},description:"",details:"targets enemies; 3d12 + 22 acid, cold, electricity or fire damage, and the target is weakened (save end). Each of the four hulks has a different damage type for their breath weapon.",damage:"electricity or fire damage",category:1},{id:"34a3a98f-7caa-429d-99cd-3140ab5bde72",name:"Waking Nightmare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:32,defence:3},description:"",details:"The hulk’s appearance is so terrifying that it provokes waking nightmares in those seeing it; 3d12 + 22 psychic damage and the target is dazed (save ends).",damage:"3d12 + 22 psychic damage and the target is dazed (save ends)",category:1}],damageModifiers:[],resist:"acid 20, cold 20",vulnerable:"",immune:"fire",tactics:""},{id:"540c3c57-da2b-4023-b0b3-1b3c0707bd8d",name:"Hulk of Zoretha (Male)",details:"",size:4,origin:3,type:0,keywords:"",level:29,role:{type:3,flag:1,leader:!1},senses:"Perception +29; darkvision, tremorsense 5",movement:"12, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Common, Supernal",skills:"Endurance +29",equipment:"",category:"",strength:{score:26},constitution:{score:30},dexterity:{score:10},intelligence:{score:24},wisdom:{score:30},charisma:{score:20},hp:540,initiative:14,ac:43,fortitude:43,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"b28fb986-4743-4bf8-966e-678e20e80481",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"9d989a2e-e47f-4bd5-b269-1e7eb17e8437",name:"Poisoned Spikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"2d6 + 5 damage and ongoing 15 poison damage (save ends).",damage:"2d6 + 5 damage and ongoing 15 poison damage (save ends)",category:1},{id:"9e18bf81-73b8-4f41-bcf5-ee63c347ab5e",name:"Combination Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"The hulk makes two basic melee attacks",attack:null,description:"",details:"if both attacks hit the same opponent, it is pushed 8 squares, and it is knocked prone.",damage:"it is pushed 8 squares",category:1},{id:"05d14421-cd67-442f-ba92-df672f4edd66",name:"Hypnotic Gaze",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Gaze",condition:"",range:"Close blast 5",attack:{bonus:32,defence:3},description:"",details:"Target stunned until the end of the hulk of Zoretha’s next turn.",damage:"",category:5}],damageModifiers:[],resist:"acid 20, cold 20",vulnerable:"",immune:"fire",tactics:""},{id:"3fbced4e-737e-4294-a880-93b2ff56a605",name:"Irthicax Vane",details:"",size:2,origin:3,type:2,keywords:"",level:28,role:{type:6,flag:2,leader:!1},senses:"Perception +29",movement:"10, teleport 10",alignment:"Evil",languages:"Common, Supernal",skills:"Acrobatics +28, Athletics +26",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:28},intelligence:{score:14},wisdom:{score:30},charisma:{score:10},hp:1040,initiative:25,ac:42,fortitude:39,reflex:39,will:40,regeneration:null,auras:[],powers:[{id:"53878bc0-3fb0-4536-b7b9-772c9d8a94a8",name:"Dazing Palm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8 + 9 damage and the target is dazed until the end of Irthicax’s next turn.",damage:"2d8 + 9 damage and the target is dazed until the end of irthicax’s next turn",category:1},{id:"e12d0668-ad1e-43d5-b04b-cd5349af30a6",name:"Evasive Move",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Irthicax can shift 10 squares and make up to four dazing palm attacks each on different creatures at any time during the move; .",damage:"Irthicax can shift 10 squares and make up to four dazing palm attacks each on different creatures at any time during the move",category:1},{id:"861434bb-d3cd-4c01-bd16-985358a06453",name:"Shifting Strike",action:{action:4,trigger:"when a foe moves into an adjacent square",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8 + 9 damage, and Irthicax shifts 2 squares.",damage:"2d8 + 9 damage",category:5},{id:"dc4f8112-a0cc-473c-b1f6-4083623be57b",name:"Stunning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8 + 9 damage, and the target is stunned (save ends).",damage:"2d8 + 9 damage",category:1},{id:"563c076e-6154-4092-98aa-b4c0f0c88c0b",name:"Immobilizing Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8 + 9 damage, and the target is pushed 1 square and immobilized (save ends).",damage:"3d8 + 9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f54408d9-8a5a-4b95-9042-62713abf25c1",name:"Janwulf the Soulbiter",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:24,role:{type:7,flag:0,leader:!0},senses:"Perception +13",movement:"7 (ice walk)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +24, Endurance +22",equipment:"greataxe; scale armor",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:13},intelligence:{score:16},wisdom:{score:12},charisma:{score:15},hp:213,initiative:15,ac:38,fortitude:41,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"b3954e19-7bf8-4b43-974b-cc4f70262a9b",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 4d6 + 8 cold damage.",damage:"4d6 + 8 cold damage",category:1},{id:"1b5eee5a-de32-45f3-94b6-3571b50f56a1",name:"Ice Viper’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d6 + 8 cold damage, the target is slowed until the end of Janwulf’s next turn, and if the target shifts before the start of Janwulf’s next turn, it provokes opportunity attacks from Janwulf’s allies.",damage:"2d6 + 8 cold damage",category:1},{id:"14bc881d-7fad-41fd-83b4-1097229d40d4",name:"Blood Runs Cold",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 4d6 + 8 damage, and ongoing 10 cold damage (save ends).",damage:"4d6 + 8 damage",category:1},{id:"6fb3036c-ffa0-4047-b309-1a45c2470346",name:"Cold Wind Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Close burst 2",attack:{bonus:30,defence:0},description:"",details:"targets enemies only; 2d6 + 8 cold damage damage, and the target is dazed until the end of Janwulf’s next turn.",damage:"2d6 + 8 cold damage damage",category:1},{id:"1a9e3693-884f-47d9-a562-5ece3915ec1d",name:"Janwulf’s Icy Inspiration",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"One ally within close burst 5",attack:null,description:"",details:"target gains 10 temporary hit point and can shift as a free action.",damage:"target gains 10 temporary hit point and can shift as a free action",category:3},{id:"7ace8820-77a0-4eec-9059-f2f9c81fdad9",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Janwulf moves 2 square fewer than any pull, push, or slide effect specifies. It can make a saving throw to avoid being knocked prone.",damage:"Janwulf moves 2 square fewer than any pull",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f23c71d2-b0dd-4662-8dc2-f5d38d3420da",name:"Lucather Majii",details:"",size:2,origin:5,type:2,keywords:"undead",level:30,role:{type:0,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"fly 12",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +29",equipment:"implement, wand",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:18},intelligence:{score:28},wisdom:{score:24},charisma:{score:22},hp:210,initiative:19,ac:42,fortitude:40,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"a2fd6ae5-b217-41af-949b-5826b37f662e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8 + 9 damage.",damage:"2d8 + 9 damage",category:1},{id:"151360ab-a70d-47bf-a9c1-ca156db979ae",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:37,defence:0},description:"",details:"4d4 + 9 damage.",damage:"4d4 + 9 damage",category:1},{id:"4d6d88ed-c155-4523-9fa3-d5e5b8ba8c7c",name:"Chain Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Lightning",condition:"",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"4d6 + 9 lightning damage. Secondary Attack: +35 vs. Reflex against two creatures within 5 squares of the primary target; 2d6 + 9 lightning damage. Tertiary Attack: Against all other enemies within 20 squares of Lucather; + 35 vs. Reflex; 1d6 + 9 lightning damage.",damage:"4d6 + 9 lightning damage",category:1},{id:"ce66235c-3f97-405f-98e1-a0e14bc98ee2",name:"Black Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:35,defence:2},description:"",details:"6d6 + 9 fire and necrotic damage.",damage:"6d6 + 9 fire and necrotic damage",category:1},{id:"422b8f6d-983e-47e5-9f9a-91f5455ae383",name:"Meteor Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:35,defence:2},description:"",details:"Burst 5 within 20 squares; 8d6 + 9 fire damage.",damage:"8d6 + 9 fire damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"657edd4e-09d0-4687-afd8-80dae39882a8",name:"Marcus Hape",details:"",size:2,origin:4,type:2,keywords:"human",level:29,role:{type:6,flag:0,leader:!1},senses:"Perception +20",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"Bluff +24, Stealth +27, Thievery +27",equipment:"dagger; leather armor; short sword",category:"",strength:{score:22},constitution:{score:14},dexterity:{score:26},intelligence:{score:13},wisdom:{score:12},charisma:{score:20},hp:246,initiative:22,ac:45,fortitude:49,reflex:57,will:48,regeneration:null,auras:[],powers:[{id:"68090f2d-747b-4a63-a1ae-43a09c27c369",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"1d6 + 12 damage.",damage:"1d6 + 12 damage",category:1},{id:"31d7528e-0c64-4f2a-9134-7db19d510c4f",name:"Deadly Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:36,defence:0},description:"",details:"1d4 + 10 damage (crit on 18+). The dagger returns to Marcus’s hand after the attack.",damage:"1d4 + 10 damage (crit on 18+)",category:1},{id:"11614d65-4486-4bf3-abf7-77d830a038ba",name:"Dastard’s Strike",action:{action:1,trigger:"requires combat advantage",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon ",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Marcus can shift his speed before making this attack; 1d6 + 12 damage, and the target is stunned until the end of Marcus’s next turn.",damage:"1d6 + 12 damage",category:5},{id:"bc1b6e48-a957-4cce-935e-b82220ba931d",name:"Blessing of Demogorgon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Marcus becomes invisible until the end of his next turn.",damage:"",category:3},{id:"ac5952f7-9b5b-4501-a507-2433cf267b9d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Marcus does 4d6 extra damage against enemies that grant him combat advantage.",damage:"marcus does 4d6 extra damage against enemies that grant him combat advantage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a0a8065-53c4-4bc7-851d-2ed34ace9d84",name:"Mind Shard of Pandorym",details:"",size:4,origin:3,type:0,keywords:"",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +31, History +31",equipment:"",category:"",strength:{score:15},constitution:{score:28},dexterity:{score:15},intelligence:{score:32},wisdom:{score:30},charisma:{score:32},hp:552,initiative:17,ac:46,fortitude:42,reflex:46,will:46,regeneration:null,auras:[{id:"8fc6e438-2330-4e31-9173-7e58981f3bd9",name:"Mental Subjugation",keywords:"",details:"(Fear) aura 5; enemies within the aura take a -2 penalty to attack rolls against the mind shard of Pandorym"}],powers:[{id:"031e4a92-889b-4915-a742-4b4a05542c1f",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 3d8 + 10 necrotic damage and the target is weakened until the end of the mind shard’s next turn.",damage:"3d8 + 10 necrotic damage and the target is weakened until the end of the mind shard’s next turn",category:1},{id:"6da79eb5-7d1d-4699-a57b-b812ec068cba",name:"Dominating Ego Whip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when a creature under the effect of this power’s domination effect is reduced to 0 or fewer hit points or saves against that effect"},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:33,defence:3},description:"",details:"Range 10; 1d12 +10 psychic damage, and the target takes ongoing 15 psychic damage and is dominated by the mind shard (save ends both).",damage:"1d12 +10 psychic damage",category:1},{id:"23b17c39-5fb6-461b-b10f-0ae1e95b27e9",name:"Backlash",action:{action:1,trigger:"immediate reaction when the mind shard is hit with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:33,defence:2},description:"",details:"targets enemies only; 2d12 + 10 force damage, and the target is pushed 5 squares.",damage:"2d12 + 10 force damage",category:5}],damageModifiers:[],resist:"acid 20, cold 20, insubstantial",vulnerable:"",immune:"fire",tactics:""},{id:"7e3dfcdb-3b39-4642-9213-ef150829ec90",name:"Obligatum VII",details:"",size:2,origin:3,type:0,keywords:"",level:30,role:{type:7,flag:0,leader:!1},senses:"Perception +29",movement:"5",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"longsword; plate armor",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:16},intelligence:{score:10},wisdom:{score:28},charisma:{score:28},hp:274,initiative:20,ac:44,fortitude:43,reflex:36,will:42,regeneration:null,auras:[],powers:[{id:"09a47a45-d2c7-4a8a-aa83-029b01dcfdb4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"65d043f6-1703-484f-b131-89a049b68e52",name:"Enervating Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"2d8 + 10 necrotic damage, and the target is weakened (save ends).",damage:"2d8 + 10 necrotic damage",category:1},{id:"a10364c0-c0db-472e-a176-4ddabc7cad22",name:"Curse of Death",action:{action:1,trigger:"requires a long sword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:3},description:"",details:"2d8 + 10 damage, and ongoing 10 damage and the target is stunned (save ends both).",damage:"2d8 + 10 damage",category:5},{id:"bcaf7840-7e17-45bf-99ea-522b149bc54f",name:"Vampiric Strike",action:{action:1,trigger:"requires a long sword",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"3d8 + 10 damage, and Obligatum heals 68 hit points.",damage:"3d8 + 10 damage",category:5},{id:"415c865d-8d5b-4078-93e8-c87c7ee1791f",name:"Uncanny Perseverance",action:{action:4,trigger:"when obligatum is affected by an effect that allows a saving throw",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Obligatum makes an immediate saving throw to throw off the effect",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae77d552-9dc4-4a76-aac6-5bd55e686651",name:"Ogre Tempest",details:"",size:3,origin:4,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"heavy flail; hide armor",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:14},intelligence:{score:5},wisdom:{score:14},charisma:{score:8},hp:1,initiative:13,ac:35,fortitude:37,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"f3d62c48-3966-467b-891e-4a93ca5d9801",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"16 damage.",damage:"16 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2de40759-216d-4d4d-b08b-fa1af1a8b9b1",name:"Scion of Kyuss",details:"",size:5,origin:0,type:2,keywords:"undead",level:30,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:21},hp:552,initiative:25,ac:46,fortitude:43,reflex:40,will:40,regeneration:null,auras:[{id:"f4e77c81-c5a8-4748-ab11-b99c8e3bba37",name:"Marking Tendrils",keywords:"",details:"(aura 2); writhing tendrils surround the scion of Kyuss; enemies starting their turn in the aura take 15 damage and are marked by the scion of Kyuss until the end of the scion’s next turn."}],powers:[{id:"bce8d4fe-fef0-426e-80c7-b00921f5d837",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 2d8 + 11 damage, and the scion can choose to immobilize (save ends) or grab the target.",damage:"2d8 + 11 damage",category:1},{id:"78d9aa6c-f51b-480e-80c7-ca7df90a18cb",name:"Lashing Tendrils",action:{action:1,trigger:"immediate interrupt when a creature marked by the scion moves out of a square adjacent to the scion",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 1; 2d8 + 11 damage, and the target is immobilized (save ends).",damage:"2d8 + 11 damage",category:5},{id:"6fd9fcec-d63c-4f1e-bca3-2b17994f21a3",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"Targets a bloodied Huge or smaller creature the scion of Kyuss is grabbing; the target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the scion of Kyuss, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the scion of Kyuss. A scion of Kyuss can move normally while it has a target swallowed. When the scion of Kyuss dies, the target can escape as a move action, appearing in the scion of Kyuss’s former space. Sustain Minor: The scion of Kyuss sustains the grab, and the target takes 20 damage.",damage:"and the target takes 20 damage",category:1},{id:"5b0e730e-7957-41d1-a181-c063ef21a268",name:"Breath of Kyuss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:33,defence:2},description:"",details:"targets enemies only; 5d12 + 8 necrotic damage, and the target is slowed (save ends). Miss: Half damage, and the target is slowed until the end of the scion’s next turn.",damage:"5d12 + 8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"e7744588-55b7-4fd8-87bc-10fa752cf379",name:"Seghulerkak",details:"",size:3,origin:4,type:2,keywords:"reptile; yuan-ti",level:30,role:{type:3,flag:0,leader:!0},senses:"Perception +31",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +27, Religion +31, Stealth +21",equipment:"arrow; longbow; plate armor; spiked chain",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:12},intelligence:{score:22},wisdom:{score:32},charisma:{score:25},hp:274,initiative:16,ac:44,fortitude:42,reflex:39,will:44,regeneration:null,auras:[{id:"119bef2a-471a-46f9-ad22-74530e7a5d75",name:"Aversion ",keywords:"",details:"(Psychic) aura 5; enemies ending their turn in the aura take 10 psychic damages, and allies in the aura gain a +2 bonus to all defenses."}],powers:[{id:"64a4bbcf-e1a4-4cbf-833b-a28427a13911",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d4 + 6 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d4 + 6 damage",category:1},{id:"fc0c1b8d-ad6c-4411-a915-18e01bf18d3f",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:35,defence:0},description:"",details:"1d10 + 1 damage, and the target is immobilized and takes ongoing 10 poison damage (save ends both).",damage:"1d10 + 1 damage",category:1},{id:"1b22b203-0775-4454-be41-101e04d4a63e",name:"Grasping Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:2},description:"",details:"the target is pulled 1 square and grabbed (until escape). While grabbed, the target is immobilized. Seghulerkak can only grab one creature at a time.",damage:"the target is pulled 1 square and grabbed (until escape)",category:3},{id:"6b3ca82b-5f72-4a21-b531-9c752e6eb6ed",name:"Soothing Words",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:33,defence:3},description:"",details:"the target must be able to hear Seghulerkak; the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:1}],damageModifiers:[],resist:"poison 20",vulnerable:"",immune:"",tactics:""},{id:"fbe4178c-eabc-4cc6-a18d-db0a16cb85bc",name:"Skindancer",details:"",size:3,origin:4,type:2,keywords:"",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"8",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:27},dexterity:{score:17},intelligence:{score:9},wisdom:{score:16},charisma:{score:6},hp:1,initiative:17,ac:40,fortitude:38,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"3dc128c4-22ce-4251-bfda-a4b0ee72a883",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 13 damage, and the target is knocked prone.",damage:"13 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9c6fdcf-594e-4b25-8f9a-500e109d1d36",name:"Skyshadow",details:"",size:3,origin:3,type:0,keywords:"mount",level:30,role:{type:2,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"6, fly 10 (hover), overland flight 12",alignment:"Evil",languages:"Abyssal, Common",skills:"Endurance +29, Intimidate +25",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:28},intelligence:{score:6},wisdom:{score:22},charisma:{score:20},hp:338,initiative:24,ac:42,fortitude:43,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"44872c12-c258-439a-8c38-5d17db4db8d5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"1e68cea9-e98a-4a2c-90bd-d6391e3d6d32",name:"Savage Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 4d8+10 damage, and the target is pushed 3 squares and knocked prone.",damage:"4d8+10 damage",category:1},{id:"ddf157e7-a82f-49ef-a4c6-2125319be76d",name:"Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Skyshadow makes a melee basic attack against each enemy in the burst.",attack:null,description:"",details:"",damage:"",category:1},{id:"6e18ae7a-283b-465b-a8d7-5cd3dd619617",name:"Skyshadow’s Brutality",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 30th level or higher",range:"When Skyshadow’s rider hits with a melee weapon attack, it can choose to push the target 2 squares and knock it prone as part of that attack",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"abd1f794-9237-48c8-b564-f2debb11fb2d",name:"Soelma Nilaenish",details:"",size:2,origin:4,type:2,keywords:"elf",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +23, History +23",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:23},wisdom:{score:15},charisma:{score:16},hp:165,initiative:17,ac:36,fortitude:33,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"b27a3d06-04d8-487e-8237-cad60ec361e6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d4 + 10 damage.",damage:"2d4 + 10 damage",category:1},{id:"0027bd26-d6f4-446f-91d1-ff141bdf82e2",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"",attack:{bonus:6,defence:0},description:"",details:"4d4 + 10 damage.",damage:"4d4 + 10 damage",category:1},{id:"75941a18-5249-4e50-8d49-ded0987426fe",name:"Disintegrate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d10 + 10 damage, and ongoing 10 damage (save ends). If the target saves, it takes ongoing 5 damage (save ends). Miss: 2d10 + 10 damage, and ongoing 5 damage (save ends).",damage:"2d10 + 10 damage",category:1},{id:"58b9d435-f905-42d5-87d7-0f4ac2433f03",name:"Acid Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Implement",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Burst 4 within 10 squares; 3d6 + 10 acid damage. The cloud blocks line of sight, providing total concealment to creatures inside it. Any creature that enters the cloud or starts its turn there takes 10 acid damage. The cloud lasts until the end of Soelma’s next turn, or she can dismiss it as a minor action.",damage:"3d6 + 10 acid damage",category:1},{id:"95914ace-ba2c-49b7-8892-c6842a0170f6",name:"Combust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Burst 2 within 20 squares; 3d6 + 10 fire damage.",damage:"3d6 + 10 fire damage",category:1},{id:"7c1dea0f-5b86-4893-b72d-b57636322807",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Soelma rerolls an attack roll. She uses the second roll, even if it’s lower.",damage:"",category:4},{id:"f57f973a-b56d-4c09-a604-9c9ee48002ae",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Soelma ignores difficult terrain when she shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"55312f1a-582e-4d6c-afbe-67fc29d4fc4d",name:"Terrifying Iron Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:30,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:17},intelligence:{score:3},wisdom:{score:13},charisma:{score:3},hp:552,initiative:21,ac:46,fortitude:46,reflex:40,will:38,regeneration:null,auras:[{id:"02f7a9dd-37bf-4748-9d5e-b47ce3df7554",name:"Noxious Fumes",keywords:"",details:"(Poison) aura 2; while the iron golem is bloodied, each creature that enters the aura or starts its turn there takes 10 poison damage."}],powers:[{id:"652758f5-d05e-4c77-b10f-9b9e2049de90",name:"Iron Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 3d10 + 7 damage, and the target is marked (save ends).",damage:"3d10 + 7 damage",category:1},{id:"512d029f-5b30-4e45-8a3e-9636451b81fc",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron golem makes two iron blade attacks, each against a different target.",damage:"",category:1},{id:"01402f2a-3c6a-4f75-a7de-2406a204e88b",name:"Dazing Fist",action:{action:5,trigger:"when a creature marked by the iron golem and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"Reach 2; targets the triggering creature; the target is dazed (save ends).",damage:"Reach 2",category:5},{id:"bb70e5ea-c466-4c01-991c-edf410f314ad",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:35,defence:1},description:"",details:"4d8 + 9 poison damage, and ongoing 10 poison damage (save ends).",damage:"4d8 + 9 poison damage",category:1},{id:"fd2fa094-60b2-4195-853b-5eca62562caa",name:"Toxic Death",action:null,keywords:"Poison",condition:"when first bloodied and again when the iron golem drops to 0 hit points",range:"Close burst 3",attack:{bonus:35,defence:1},description:"",details:"4d8 + 6 poison damage, and ongoing 15 poison damage (save ends).",damage:"4d8 + 6 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"a8bcc5b0-2fff-44c6-b0b0-bc31030c3033",name:"Thrall of Juiblex",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:2,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5 (7 while charging)",alignment:"Evil",languages:"Common",skills:"Athletics +22",equipment:"chainmail; morningstar",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:14},intelligence:{score:12},wisdom:{score:10},charisma:{score:16},hp:264,initiative:13,ac:35,fortitude:36,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"62128450-760a-46b5-93a7-e37fdf799adf",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10 + 11 damage.",damage:"2d10 + 11 damage",category:1},{id:"4b76db8e-6f6a-4a05-b944-410235ddb644",name:"Punishing Strike",action:{action:1,trigger:"requires a morningstar",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"The thrall of Juiblex makes two basic melee attacks. If both hit the same target, that creature is pushed 3 squares and knocked prone.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c50cff1f-9b95-4dba-a2ea-96d5808f4325",name:"Vanessa",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +24, Bluff +16, Stealth +20",equipment:"crossbow; leather armor; longsword",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:24},intelligence:{score:27},wisdom:{score:16},charisma:{score:17},hp:167,initiative:18,ac:35,fortitude:35,reflex:36,will:32,regeneration:null,auras:[],powers:[{id:"46e5261a-d967-46f3-ace5-f912e544d4a2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8 + 3 damage.",damage:"2d8 + 3 damage",category:1},{id:"0780a547-7717-44b1-9a33-98966e488a65",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:30,defence:0},description:"",details:"4d4 + 9 damage.",damage:"4d4 + 9 damage",category:1},{id:"f0fbd5a5-8c15-4b28-8809-a21e8efcc6d3",name:"Prismatic Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Implement",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"3d12 + 9 damage, and the target is pushed 4 squares and knocked prone.",damage:"3d12 + 9 damage",category:1},{id:"1f737f56-c254-4e36-81f4-dead60dacbb6",name:"Acid Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Acid, Implement",condition:"",range:"Area burst 2 within 20 squares",attack:{bonus:28,defence:1},description:"",details:"3d10 + 8 acid damage.",damage:"3d10 + 8 acid damage",category:1},{id:"e6fb9c22-e711-41c9-9b2f-2769c6268cef",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vanessa gains a +1 racial bonus to hit against bloodied foes.",damage:"Vanessa gains a +1 racial bonus to hit against bloodied foes",category:0},{id:"7b8658fb-7d1f-46c4-ba19-6976f8c95630",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vanessa channels her fury to gain a +1 power bonus to her next attack that has hit her since her last turn. If she hits, she deals an extra 3 damage.",damage:"she deals an extra 3 damage",category:3}],damageModifiers:[],resist:"fire 16",vulnerable:"",immune:"",tactics:""},{id:"4ec6e1d1-6e37-484d-8cfc-e28b33ea2a3b",name:"Vanguard Assassin",details:"",size:2,origin:4,type:2,keywords:"reptile; yuan-ti",level:28,role:{type:6,flag:0,leader:!1},senses:"Perception +17",movement:"7 (9); see also slither away",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"arrow; falchion; leather armor; longbow",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:30},intelligence:{score:18},wisdom:{score:16},charisma:{score:14},hp:254,initiative:26,ac:42,fortitude:39,reflex:41,will:35,regeneration:null,auras:[],powers:[{id:"526558ad-8916-433c-b015-e18e766decec",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d4 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d4 + 7 damage",category:1},{id:"0c9d3402-3da3-455f-8dbb-dbcc044a82e3",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:33,defence:0},description:"",details:"1d10 + 10 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 10 damage",category:1},{id:"1abd3393-7260-4402-ac5c-b2c95050ad52",name:"Sudden Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"The vanguard assassin can move up to 7 squares and attack; 4d4 + 7 damage, and the target is dazed (save ends).",damage:"4d4 + 7 damage",category:1},{id:"129dd719-116e-42d9-a7db-dea9f8f9d022",name:"Viper Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Weapon",condition:"",range:"",attack:{bonus:31,defence:3},description:"",details:"6d4 + 7 damage, and the vanguard assassin becomes invisible and can shift 2 squares. The vanguard assassin remains invisible until the start of its next turn. Miss: The target takes half damage, and the vanguard assassin shifts 1 square, but does not turn invisible.",damage:"6d4 + 7 damage",category:1},{id:"26185c84-e441-44a2-83e4-9fef759fc079",name:"Slither Away",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the vanguard assassin gains +2 speed and a +2 bonus to all defenses.",damage:"the vanguard assassin gains +2 speed and a +2 bonus to all defenses",category:0}],damageModifiers:[],resist:"poison 20",vulnerable:"",immune:"",tactics:""},{id:"ac5c82c5-11c3-4d95-9fef-fded200733d7",name:"Viper Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:29,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6, climb 4, swim 4",alignment:"Unaligned",languages:"",skills:"Stealth +29",equipment:"",category:"",strength:{score:26},constitution:{score:27},dexterity:{score:30},intelligence:{score:3},wisdom:{score:12},charisma:{score:14},hp:1,initiative:24,ac:57,fortitude:53,reflex:54,will:47,regeneration:null,auras:[{id:"aa5a54ec-76ce-42e3-9048-ac584148a13a",name:"Swarm Attack",keywords:"",details:"(Poison) aura 1; each enemy that starts its turn within the aura takes 7 poison damage."}],powers:[{id:"e4f00270-a0cc-4bf1-bfcd-7aa84838a5c4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"14 poison damage.",damage:"14 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a6ddc07-d001-4357-8617-a42b0fe5143c",name:"Waterveiled Assassin",details:"",size:3,origin:1,type:0,keywords:"",level:29,role:{type:4,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, burrow 6",alignment:"Evil",languages:"Common, Primordial",skills:"Stealth +28",equipment:"",category:"",strength:{score:30},constitution:{score:21},dexterity:{score:28},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:201,initiative:27,ac:43,fortitude:42,reflex:41,will:36,regeneration:null,auras:[],powers:[{id:"008f0c36-d944-4a2d-81d1-6a6f873aeb84",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"33af4d0d-8d68-4743-bd36-fbc1039ab396",name:"Watery Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"The waterveiled assassin attacks one or two Medium or smaller targets; Reach 2; On a hit, the target is grabbed and pulled up to 3 squares and into the waterveiled assassin’s space; the target takes ongoing 15 damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the waterveiled assassin. The waterveiled assassin moves at half speed while creatures are engulfed within it.",damage:"the target takes ongoing 15 damage until it escapes the grab",category:1},{id:"33693bef-abf7-411d-b8be-547081f12bad",name:"Sudden Deluge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 2; 5d12 + 9 damage, and the target is pushed 4 squares and dazed (save ends).",damage:"5d12 + 9 damage",category:1},{id:"aa0bfe35-4f9e-40a0-94ca-5e2bc1f226fa",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A waterveiled assassin has complete control over its watery form. It can flow through small cracks and move through earth, walls, and other obstacles. It ignores difficult terrain and can burrow in this manner.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cd69ab90-325f-433a-968d-0bf599d6ce02",name:"Whelp of Zargon",details:"",size:2,origin:4,type:1,keywords:"blind, ooze",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +10; tremorsense",movement:"6, swim 6",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:28},dexterity:{score:10},intelligence:{score:6},wisdom:{score:6},charisma:{score:6},hp:258,initiative:11,ac:34,fortitude:36,reflex:27,will:26,regeneration:null,auras:[{id:"10997a63-f0c7-4f55-9705-aff2b76acfa5",name:"Horrific Visage",keywords:"",details:"(Psychic) aura 1; enemies that end their turn within the aura are weakened until the end of their next turn."}],powers:[{id:"e3d014c2-701c-4ba0-b405-0f8c2d83b09c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d6 + 9 damage, and ongoing 10 acid damage.",damage:"2d6 + 9 damage",category:1},{id:"c15803ca-056d-4d20-97fe-d5a53fdf06bb",name:"Noxious Slime",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10 + 10 damage, and the target is grabbed (until escape). The whelp can only have two creatures grabbed at a time. Sustain Minor: Sustain the grab, and the target takes 2d10 + 10 acid damage.",damage:"2d10 + 10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"3d3cb1f1-15a0-4ab5-901a-575f40a56922",name:"Whitespawn Berserker",details:"",size:2,origin:4,type:2,keywords:"reptile",level:23,role:{type:2,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +23, Intimidate +18",equipment:"spiked chain",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:15},hp:264,initiative:15,ac:35,fortitude:37,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"a3233220-f5b4-452e-8fd7-fdd11ac3ba14",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 2d4 + 9 damage.",damage:"2d4 + 9 damage",category:1},{id:"c79c8dff-b888-4e74-b76c-05d7cc976378",name:"Raging Blow",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Reach 2; 8d4 + 9 damage, and the target is knocked prone and immobilized (save ends).",damage:"8d4 + 9 damage",category:5},{id:"8a3dadb5-93ba-49b1-9b00-839975627b96",name:"Reaving Strike",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 10d4 +9 damage, and the target is pushed 1 square.",damage:"10d4 +9 damage",category:5},{id:"92563958-c4ec-46cf-8f70-3a19d4cca6f8",name:"Swift Step",action:{action:4,trigger:"when an adjacent enemy moves away from the whitespawn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The whitespawn shifts into the vacated square and the triggering enemy grants the whitespan combat advantage until the end of the whitespawn’s next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ab4af2c-b86e-498d-90db-e5d0b89d87bb",name:"Zargon",details:"",size:4,origin:3,type:1,keywords:"",level:25,role:{type:6,flag:1,leader:!1},senses:"Perception +27; darkvision",movement:"8, swim 6",alignment:"Evil",languages:"Common, Primordial",skills:"Intimidate +28",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:18},intelligence:{score:25},wisdom:{score:28},charisma:{score:32},hp:476,initiative:18,ac:41,fortitude:39,reflex:35,will:37,regeneration:{value:15,details:"(if Zargon takes radiant damage, regeneration does not function until the end of his next turn)."},auras:[],powers:[{id:"807dfd31-1a8f-4d51-a752-46e5a06ab46a",name:"Tentacle Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d8 + 11 damage.",damage:"3d8 + 11 damage",category:1},{id:"8cfed5b5-ab21-4072-a129-02307d38435c",name:"Grab and Crush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d8 + 11 damage, and the target is grabbed. Sustain minor: Zargon sustains the grab and the target takes 2d8 + 11 damage. Zargon’s moves normally while grabbing a creature. Zargon can have up to two creatures grabbed at a time.",damage:"3d8 + 11 damage",category:1},{id:"ee18154b-24f3-4ab3-a9a1-47f5e6fe32b7",name:"Writhing Mass",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:32,defence:0},description:"",details:"targets enemies only; 3d8 + 11 damage, and the target is pulled 2 squares.",damage:"3d8 + 11 damage",category:1}],damageModifiers:[],resist:"cold 20, fire 20",vulnerable:"",immune:"acid",tactics:""},{id:"90e692fb-ebef-478c-8a24-92c965d55dbd",name:"Zuvexus",details:"",size:3,origin:1,type:2,keywords:"demon, marilith ",level:30,role:{type:6,flag:1,leader:!1},senses:"Perception +26; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +27, Insight +26, Intimidate +27, Stealth +29",equipment:"scimitar",category:"",strength:{score:31},constitution:{score:23},dexterity:{score:29},intelligence:{score:17},wisdom:{score:22},charisma:{score:25},hp:542,initiative:26,ac:44,fortitude:42,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"e16816c7-9753-45e3-b40d-b14e0372fa8e",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d12 + 10 damage (crit 6d12 + 34).",damage:"2d12 + 10 damage (crit 6d12 + 34)",category:1},{id:"767a2e74-90cf-4fd7-865b-7b77801417dc",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemy misses zuvexus with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Zuvexus makes a scimitar attack against the enemy; .",damage:"",category:5},{id:"3256962e-24e7-42e8-8687-9db968c849f7",name:"Shroud of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Zuvexus makes two scimitar attacks and uses its other scimitars to parry incoming attacks, gaining a +4 bonus (+1 per scimitar) to AC until the start of its next turn; .",damage:"gaining a +4 bonus (+1 per scimitar) to AC until the start of its next turn",category:1},{id:"f84c5242-7cb2-493a-a7ab-b96c5eb8aecf",name:"Weapon Dance",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Zuvexus makes six scimitar attacks. Each time she hits, she shifts one square; .",damage:"",category:5}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"03e7ab7d-a011-4675-9a5e-72366c9cd771",name:"Al-Iborak Warrior",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +16",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +23, History +22, Intimidate +26",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:20},intelligence:{score:15},wisdom:{score:17},charisma:{score:22},hp:1,initiative:20,ac:42,fortitude:42,reflex:40,will:41,regeneration:null,auras:[],powers:[{id:"9f2417d9-5369-4cd8-bfe9-bf4a35b4d0be",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"10 damage, and the target is marked until the end of the Al-Iborak warrior’s next turn.",damage:"10 damage",category:1},{id:"950f2e03-1660-4888-b4f2-da5a2dce196a",name:"Al-Iborak’s Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Al-lborak guard does 2 extra damage while attacking a marked creature.",damage:"the al-lborak guard does 2 extra damage while attacking a marked creature",category:0}],damageModifiers:[{type:1,value:-30},{type:2,value:-30},{type:3,value:-30},{type:5,value:-30},{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0557dc52-d553-4e9c-8875-d3b938e9e36f",name:"Bloodfiend Locust Swarm",details:"",size:2,origin:3,type:1,keywords:"",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"4, fly 6",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:27},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:204,initiative:21,ac:36,fortitude:34,reflex:35,will:30,regeneration:null,auras:[{id:"fae928b1-9023-4dc5-8033-1c222ab4431f",name:"Swarm Attack",keywords:"",details:"aura 1; the bloodfiend locust swarm makes a basic attack as a free action against each enemy that begins its turn within the aura."}],powers:[{id:"383c08ad-6a00-449a-878d-5578ebbf51d1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"4d6 + 7 damage.",damage:"4d6 + 7 damage",category:1},{id:"7f774f25-d87a-4225-8884-43c7529b8f9e",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"4d6 + 7 damage, and ongoing 10 damage (save ends).",damage:"4d6 + 7 damage",category:1},{id:"47b468c4-c874-42de-89c4-71484c376a25",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"The bloodfiend locust swarm flies 6 squares and makes one melee basic attack at any point during its movement. This movement does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks.",immune:"",tactics:""},{id:"29a57f46-b2ea-43a8-a5b2-abe6f0f09883",name:"Calais Archwinter",details:"",size:2,origin:2,type:2,keywords:"drow",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Diplomacy +15, Religion +11",equipment:"chainmail; holy symbol; mace",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:19},charisma:{score:18},hp:250,initiative:8,ac:26,fortitude:24,reflex:25,will:29,regeneration:null,auras:[],powers:[{id:"f41b5242-a48c-47d4-a1f6-f9b362e7a91d",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"52c352ab-d065-4424-991d-bf5cc54d1b15",name:"Lolth’s Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"1d8+9 poison damage and one ally Calais can see gains a +2 power bonus to attack rolls against the target until the end of her next turn.",damage:"1d8+9 poison damage and one ally calais can see gains a +2 power bonus to attack rolls against the target until the end of her next turn",category:1},{id:"4e962a0d-5c4f-4d01-9f73-232e8aa34884",name:"Dread Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"Calais slides the target 5 squares and the target makes a basic attack against a target of Calais’s choice.",damage:"Calais slides the target 5 squares and the target makes a basic attack against a target of Calais’s choice",category:3},{id:"08647e45-c049-4093-b769-f5d371e99677",name:"Lolth’s Doom",action:{action:1,trigger:"recharges when bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"3d8+4 damage and the target takes a –2 penalty to all defenses (save ends).",damage:"3d8+4 damage and the target takes a –2 penalty to all defenses (save ends)",category:5},{id:"7cf3fc33-1c07-4c77-8d05-08556dbdd492",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of Calais’s next turn. The zone blocks line of sight for all creatures except Calais. Any creature (except Calais) within the area is blinded.",damage:"",category:3},{id:"a8bd4fcc-765c-45c4-8c7f-f72db3570aeb",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"until the end of Calais’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9fbd99ec-63e8-4673-be28-b1f9de27858a",name:"Captain Gnash",details:"",size:2,origin:4,type:2,keywords:"bugbear",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +12, Stealth +15",equipment:"hide armor; rapier",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:11},wisdom:{score:16},charisma:{score:12},hp:236,initiative:8,ac:23,fortitude:22,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"18051786-e0a6-460d-8127-e88d514c047b",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"5517a9fa-c596-47b3-b877-7854b6a6bf49",name:"Debilitating Strike",action:{action:1,trigger:"requires combat advantage against the target; usable only while wielding a rapier",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"3d10+6 damage, and the target is dazed (save ends both).",damage:"3d10+6 damage",category:5},{id:"8649d9c7-020c-4400-811d-afaa628bb42b",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Gnash makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"159972c2-b92c-48ee-8612-77706a3411a3",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gnash deals 1d6 extra damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"gnash deals 1d6 extra damage on the next attack it makes with combat advantage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"843a364a-ddb4-4a04-aadc-fc61f08575ba",name:"Corrupted Commander",details:"",size:2,origin:0,type:2,keywords:"human",level:9,role:{type:7,flag:0,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Endurance +12, Intimidate +9",equipment:"battleaxe; longbow; scale armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:19},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:96,initiative:10,ac:25,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"ab1bf64d-0439-46ed-8d72-7f25cae7b0f9",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:16,defence:0},description:"",details:"1d10 + 5 damage, and the target is marked until the end of its next turn.",damage:"1d10 + 5 damage",category:1},{id:"56a768d7-f655-479d-85e9-ed846c882e55",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:16,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"a11f8b83-c410-4cd8-83dd-d2f616fd00c6",name:"Sickening Blow",action:{action:1,trigger:"usable only while wielding a battleaxe",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d10 + 6 necrotic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d10 + 6 necrotic damage",category:5},{id:"9702911e-b840-448d-b2f3-187edd92a4b1",name:"Commanding Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Healing",condition:"",range:"",attack:null,description:"",details:"All allies within line of sight can make a basic attack as a free action and regain 10 hit points.",damage:"All allies within line of sight can make a basic attack as a free action and regain 10 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"201169d9-7166-423f-a325-c9ba6964716c",name:"Corrupted Warrior",details:"",size:2,origin:0,type:2,keywords:"human",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"",skills:"Endurance +10, Intimidate +7",equipment:"arrows (30); chainmail; longbow; longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:63,initiative:7,ac:20,fortitude:19,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"29d198ad-3988-416f-ae4a-19981e01be11",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"ba7ef026-0461-4b73-bbc3-285be7ed619c",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:15,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"9ab02731-9578-45ca-be0b-f08e540043f6",name:"Corruption Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10 + 4 damage, and the target is weakened until the end of its next turn.",damage:"1d10 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"303cbdfc-bb6c-4fdb-97f5-11f4fd843f8a",name:"Draen Ralgael",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +12, Stealth +15, Streetwise +12, Thievery +15",equipment:"short sword",category:"",strength:{score:13},constitution:{score:19},dexterity:{score:21},intelligence:{score:13},wisdom:{score:15},charisma:{score:14},hp:91,initiative:11,ac:24,fortitude:22,reflex:23,will:21,regeneration:{value:5,details:"if Draen takes damage from a silver weapon, his regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"6db7b7ba-091c-4478-ab9c-151dc8c751f9",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"cf435501-5f0e-40d4-95b6-724924cc8e8f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+2 damage, and the target takes ongoing 5 damage (save ends) and contracts filth fever.",damage:"1d8+2 damage",category:1},{id:"1e7ef35e-0c3b-4b91-bfbe-fb072674aad3",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Draen can alter his physical form to appear as a dire rat or a unique human (see Change Shape, Monster Manual 280). He loses his bite in human form",damage:"",category:3},{id:"2211a16e-89c7-4a25-950f-9f195d4a1537",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Draen deals 2d6 extra damage on melee attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0013962c-e86f-469d-ab80-d2f4eb20e19f",name:"Dwarreg",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Dungeoneering +16, Endurance +15",equipment:"chainmail; warhammer",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:10},intelligence:{score:16},wisdom:{score:18},charisma:{score:10},hp:208,initiative:5,ac:26,fortitude:24,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"d43fc037-a391-40b6-ae97-3a728175f2da",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10 +5 damage.",damage:"1d10 +5 damage",category:1},{id:"6e60faa0-d956-4d86-ab0c-be16f6d00d2f",name:"Knockout",action:{action:1,trigger:"usable while wielding a warhammer",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d10+ 10 and the target is dazed (save ends).",damage:"2d10+ 10 and the target is dazed (save ends)",category:5},{id:"bca248cb-a383-4871-80c9-c25e8cfdf228",name:"Sticky Concoction",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"target is immobilized and grants combat advantage to any enemy (save ends both).",damage:"",category:3},{id:"3dd4825e-b1ae-45e7-bb76-490a5604d56e",name:"Stand Your Ground",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a Dwarreg to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock Dwarreg prone, Dwarreg can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:1},{id:"2746ef8b-4f59-49e9-b9c3-a419e1e0306a",name:"Sudden Daze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"when first bloodied",range:"",attack:null,description:"",details:"Dwarreg’s knockout power recharges and he can use it immediately.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78715ac2-4210-4b2a-a923-70cb6c278eb6",name:"Edgar Tolstoff",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +12, History +12",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:12},intelligence:{score:14},wisdom:{score:11},charisma:{score:20},hp:113,initiative:8,ac:23,fortitude:25,reflex:25,will:28,regeneration:null,auras:[],powers:[{id:"bcd1a4b7-f61e-482a-8f9a-00e5479e127f",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:15,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"e6e41451-f762-4245-b529-f0ce9ed3c7ec",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d10 + 8 damage.",damage:"1d10 + 8 damage",category:1},{id:"c7d5d0d6-4945-4bd0-8b1c-79b0c43958a7",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Radiant",condition:"",range:"Ranged 10",attack:{bonus:14,defence:1},description:"",details:"1d6 + 8 damage. If the target moves nearer to Edgar on its next turn, it takes 1d6 + 8 extra damage.",damage:"1d6 + 8 damage",category:1},{id:"24807bd5-4bb5-4f83-956f-e3caaeb9e6be",name:"Fearful Connection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:3},description:"",details:"2d8 + 8 8 psychic damage, and when Edgar takes damage the target takes 10 psychic damage (save ends).",damage:"2d8 + 8 8 psychic damage",category:1},{id:"93fc6797-be18-4c04-a9b5-ac9283b78e15",name:"Corruption Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets closest enemy; automatically hits; until the end of the encounter, if Edgar hits the target with his eldritch blast, dire radiance, or fearful connection, the target takes 1d8 extra necrotic damage.",damage:"the target takes 1d8 extra necrotic damage",category:3},{id:"24475b63-c7fb-42c3-89de-2b4ebc09a0a4",name:"Far Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Edgar teleports 6 squares. Any enemy adjacent to him before or after the teleportation move grants combat advantage to him until the end of his next turn.",damage:"Edgar teleports 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eaf324a3-5d05-49f4-abfc-fb02f5d44ae3",name:"Emmara Ishandrenn",details:"",size:2,origin:4,type:2,keywords:"human",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"Bluff +18, Intimidate +18",equipment:"falchion; leather armor",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:11},intelligence:{score:14},wisdom:{score:12},charisma:{score:20},hp:324,initiative:10,ac:29,fortitude:29,reflex:30,will:33,regeneration:null,auras:[],powers:[{id:"ad9c6be9-61ee-41b1-8e7f-21bbe5f95637",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"b57dc194-0caa-4ca8-938d-79cd2ba35a54",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:0},description:"",details:"1d10+10 damage.",damage:"1d10+10 damage",category:1},{id:"296eb4b0-4d9c-415a-85c5-53ae4d5ba1d7",name:"Harrowstone",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"4d8+4 thunder damage, and push the target 3 squares and knock it prone.",damage:"4d8+4 thunder damage",category:5},{id:"3423bdac-e25d-4d16-a61b-b9db70efb935",name:"Thirsting Maw",action:{action:1,trigger:"daily; sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 5",attack:{bonus:19,defence:1},description:"",details:"4d8+5 damage, and Emmara regains hit points equal to half the damage dealt. Sustain Minor: The target takes 2d8 damage (save ends). Each time the target takes damage, Emmara regains hit points equal to half the damage.",damage:"4d8+5 damage",category:5},{id:"380b558b-4c44-4b83-af2e-592bd46926f9",name:"Warlock’s Bargain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:19,defence:1},description:"",details:"Emmara takes 15 damage, and the target takes 3d10 + 12 damage.",damage:"emmara takes 15 damage",category:1},{id:"3c277dc8-486e-457e-9f0b-84d9c90214ec",name:"Warlock’s Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets closest enemy; no attack roll necessary; Emmara deals 2d6 extra damage to any creature she has cursed.",damage:"emmara deals 2d6 extra damage to any creature she has cursed",category:3},{id:"f4a0659b-bfdd-4876-86dd-48843e29fa9f",name:"Cloak of Shadows",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Emmara flies 8 squares. Until the end of her next turn, Emmara is insubstantial and cannot affect, attack, or use powers on creatures or objects",damage:"Emmara flies 8 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"52c6c138-0ebd-42f6-99ac-7fdf008e0aec",name:"Farror",details:"",size:2,origin:3,type:2,keywords:"devil, shapechanger",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +19, Diplomacy +19, Insight +17",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:140,initiative:13,ac:29,fortitude:25,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"6476d3b0-e770-4923-8ec2-2143fb8f2126",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"4134d3d5-4622-4cde-952f-dcb85b3db86c",name:"Charming Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target cannot attack Farror, and if the target is adjacent to Farror when Farror is attacked by a melee or ranged attack, the target interposes itself and becomes the target of the attack instead. The effects last until Farror or one of his allies attacks the target or until Farror dies.",attack:{bonus:20,defence:0},description:"",details:"on a hit, Farror makes a secondary attack against the same target. Secondary Attack: +18 vs. Will",damage:"+18 vs",category:1},{id:"3266c329-f463-46b5-9672-a6db27828065",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"the target is dominated until the end of Farror’s next turn.",damage:"",category:1},{id:"9e881372-a0b6-482e-9934-c183f99147b0",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Farror can alter his physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9b67f13-223b-4605-889c-52c07d219994",name:"Fire Giant Guard",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"7",alignment:"Evil",languages:"Giant",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:11},intelligence:{score:10},wisdom:{score:10},charisma:{score:11},hp:1,initiative:11,ac:34,fortitude:34,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"22ae62a5-d829-4e71-a9b6-d0f9f95b4238",name:"Searing Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 7 damage plus 5 fire damage.",damage:"7 damage plus 5 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cc00b324-d2dc-49b8-8c07-fbee7aafc487",name:"Gurn Sirensong",details:"",size:1,origin:2,type:2,keywords:"gnome",level:9,role:{type:0,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +16, Stealth +14",equipment:"dagger; implement, wand",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:16},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:150,initiative:7,ac:22,fortitude:20,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"b95f99d6-27aa-4464-af54-7cdcba9391ed",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"ef3f0f5d-1bf8-4d2f-9d42-5152bb8af8a1",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:16,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"0f54bda9-39ff-4dd1-8a47-c7e799709940",name:"Missile Barrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"Gurn makes two magic missile attacks against 2 different targets.",damage:"Gurn makes two magic missile attacks against 2 different targets",category:1},{id:"3b42925f-09c0-45ca-ac36-253d764024e2",name:"Startling Glamor",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Illusion",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"e3984e9d-27a2-409a-aa86-5db8ee026141",name:"Fiery Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area Burst 3 within 20",attack:{bonus:14,defence:2},description:"",details:"(targets enemies only)3d8+ 5 damage. Miss: Half damage.",damage:"(targets enemies only)3d8+ 5 damage",category:1},{id:"66382e7c-e26f-4ad3-817e-34661cec457b",name:"Fade Away",action:{action:4,trigger:"when gurn takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Gurn turns invisible until he attacks or until the end of his next turn.",damage:"",category:5},{id:"d6402014-93ac-4f16-93da-5dcee3e15e65",name:"Reactive Stealth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Gurn has cover or concealment when he makes an initiative check, he can make a Stealth check to become hidden.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"002eaedc-ca2c-430b-b40e-2be8e5a15f3a",name:"Helthra Morlydd",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +14",equipment:"greataxe; javelin; plate armor",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:11},intelligence:{score:10},wisdom:{score:10},charisma:{score:11},hp:174,initiative:11,ac:34,fortitude:30,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"82916bde-a87f-459a-ac42-362710fe3115",name:"Searing Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d6 + 6 damage plus 2d8 fire damage, and the target is marked until the end of Helthra’s next turn.",damage:"2d6 + 6 damage plus 2d8 fire damage",category:1},{id:"435d095f-f188-46f3-9ff6-23a04ed05437",name:"Iron Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"1d10 + 6 damage, and the target is slowed until the end of Helthra’s next turn.",damage:"1d10 + 6 damage",category:1},{id:"9a2887ef-705d-4fd4-8d7a-c9c501fb87ee",name:"Sweeping Sword",action:{action:1,trigger:"usable only while wielding a greataxe",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Close blast 2",attack:{bonus:21,defence:0},description:"",details:"1d12 + 6 damage plus 2d8 fire damage, and the target is marked until the end of Helthra’s next turn.",damage:"1d12 + 6 damage plus 2d8 fire damage",category:5},{id:"ce99cf10-7144-47c0-9b1d-6db2666182df",name:"Body of Flame",action:null,keywords:"Fire",condition:"",range:"Any creature that hits Helthra with a melee attack takes 11 fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"586501b2-90d9-449c-a131-25f1f0d8d2f4",name:"Hullathoin",details:"",size:4,origin:3,type:1,keywords:"undead",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:508,initiative:13,ac:34,fortitude:35,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"631a26ee-48e9-497b-a2d9-c3cb1ef3fe12",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 4d6 + 8 damage.",damage:"4d6 + 8 damage",category:1},{id:"efd2a465-9615-4b84-a65e-c6a130e440e5",name:"Lumbering Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Use as part of a charge; 4d6 + 8 damage, and knocks the target prone.",damage:"4d6 + 8 damage",category:1},{id:"dc090d5e-445a-46a3-b131-f79f8b4c683a",name:"Crushing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"Reach 3; 4d8 + 8 damage, plus the target is grabbed.",damage:"4d8 + 8 damage",category:1},{id:"2f2a01d8-823a-48ff-b3b6-f0d59a6c4db7",name:"Ring of Pus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:23,defence:1},description:"",details:"2d8 + 8 necrotic damage, and the target is weakened (save ends).",damage:"2d8 + 8 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e2ec5621-8d57-43c0-beaf-83ea80e3968a",name:"Iliss Githom-Vaas",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki lich",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"5 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +15, Insight +18",equipment:"greatsword; plate armor",category:"",strength:{score:28},constitution:{score:17},dexterity:{score:20},intelligence:{score:15},wisdom:{score:15},charisma:{score:16},hp:450,initiative:21,ac:43,fortitude:42,reflex:34,will:38,regeneration:{value:10,details:"if Illiss takes radiant damage, her regeneration power does not function on her next turn"},auras:[],powers:[{id:"4f02e895-fac7-4431-9085-4f4ff317bffc",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"1d10 + 8 damage plus 2d8 psychic damage, plus 3d8 extra psychic damage if the target is immobilized.",damage:"1d10 + 8 damage plus 2d8 psychic damage",category:1},{id:"ec9ff239-dfa0-4e0d-9fc9-191fa52678d5",name:"Telekinetic Grasp",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:30,defence:1},description:"",details:"Medium or smaller target; the target is immobilized (save ends).",damage:"",category:5},{id:"d6bd5eb8-dd3c-4188-ae7d-4773651f9506",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"Illiss or an ally within range can fly 5 squares.",damage:"Illiss or an ally within range can fly 5 squares",category:2},{id:"0432b54e-9adc-44da-b516-3a928f7db209",name:"Whirling Strike",action:{action:1,trigger:"usable only when wielding a greataxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Psychic",condition:"",range:"Close burst 1",attack:{bonus:30,defence:0},description:"",details:"1d10+8 damage plus 2d8 psychic damage, plus 3d8 extra psychic damage if the target is immobilized and the target is pushed 2 squares.",damage:"1d10+8 damage plus 2d8 psychic damage",category:5},{id:"b4263378-b4dd-432c-a0b3-ef496d9672d4",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Illiss is reduced to 0 hit points, her body and possessions crumble into dust, but she is not destroyed. She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery, unless the phylactery is also found and destroyed.",damage:"She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery",category:0},{id:"14bd49f1-2cbf-4831-ad9d-16ff3a6192fc",name:"Mindmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Illiss regains the use of an expended encounter power.",damage:"",category:3}],damageModifiers:[{type:6,value:-16}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"7eaf3c1b-480d-43f2-9973-8e4551d5e54f",name:"Jebrix",details:"",size:3,origin:4,type:2,keywords:"minotaur",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +16",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"Dungeoneering +16, Intimidate +16, Nature +18, Religion +14",equipment:"mace",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:17},charisma:{score:16},hp:308,initiative:9,ac:32,fortitude:34,reflex:27,will:31,regeneration:null,auras:[],powers:[{id:"c553dd2e-cf16-487c-a437-b5af1bd3ac57",name:"Great Cursed Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d10+7 damage plus 1d6 necrotic damage.",damage:"1d10+7 damage plus 1d6 necrotic damage",category:1},{id:"b1765da6-df33-4f30-ae05-869e9df5e378",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Jebrix makes a charge attack; 2d6+8 damage plus 1d6 necrotic damage, and the target is knocked prone.",damage:"2d6+8 damage plus 1d6 necrotic damage",category:1},{id:"c2b72880-4ab5-4a90-ae67-1d69343e87d4",name:"Call Out the Beast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"one bloodied ally in range makes a melee attack against one enemy within its reach.",attack:null,description:"",details:"",damage:"",category:1},{id:"c0e15ea2-3a35-4202-b928-afbaa7b74590",name:"Horns of Force",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:21,defence:0},description:"",details:"1d8+3 force damage, and the target is pushed 2 squares.",damage:"1d8+3 force damage",category:1},{id:"bbf96dfb-c5a0-4db7-b7c3-a14a6bad7504",name:"Blast Back",action:{action:4,trigger:"when jebrix is injured by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:21,defence:0},description:"",details:"1d8+3 force damage, and the target is pushed 2 squares.",damage:"1d8+3 force damage",category:5},{id:"e329dc99-88a7-4179-9e58-cff8bcac05ce",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Jebrix makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c41629a5-2cf2-467b-accd-22174428df0b",name:"Kastya Zurith-Movya",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki lich",level:26,role:{type:0,flag:1,leader:!1},senses:"Perception +26; darkvision",movement:"6 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +28, History +30",equipment:"longsword",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:24},intelligence:{score:31},wisdom:{score:26},charisma:{score:17},hp:368,initiative:20,ac:40,fortitude:38,reflex:40,will:42,regeneration:{value:10,details:"if Kastya takes radiant damage, his regeneration power does not function on his next turn"},auras:[],powers:[{id:"1f3324ac-6f04-4ea1-9736-f2cc1edcdffd",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d8 + 5 damage plus 2d8 psychic damage.",damage:"1d8 + 5 damage plus 2d8 psychic damage",category:1},{id:"2f394b40-bb59-4ad9-b9b4-66fed46ee02b",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:3},description:"",details:"3d8 + 10 psychic damage.",damage:"3d8 + 10 psychic damage",category:1},{id:"d6bc9ee4-1743-4c08-8de3-35a59daf0bef",name:"Black Ray",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:31,defence:1},description:"",details:"2d8 + 10 necrotic damage.",damage:"2d8 + 10 necrotic damage",category:3},{id:"e0da368f-84ad-48bb-b14f-571f536604cd",name:"Telekinetic Leap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"Kastya or an ally within range can fly 5 squares.",damage:"Kastya or an ally within range can fly 5 squares",category:1},{id:"dd8c1acd-98e2-45da-987c-52da48d66c22",name:"Crush the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:31,defence:3},description:"",details:"4d8 + 10 psychic damage, and the target is pushed 3 squares.",damage:"4d8 + 10 psychic damage",category:1},{id:"fe1b4e87-d79f-490e-b6fe-a88aa683143e",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:31,defence:3},description:"",details:"3d6 + 10 psychic damage, and ongoing 5 psychic damage (save ends), and the target can’t use daily or encounter powers (save ends).",damage:"3d6 + 10 psychic damage",category:1},{id:"87450175-b385-4dd5-a6aa-df41eb26d3a6",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Kastya is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery",category:0},{id:"3ac5395c-67c2-4a91-a724-44e16df0139d",name:"Mindmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kastya regains the use of an expended encounter power or recharges psychic barrage.",damage:"",category:3}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"47a0f0af-e64a-439b-8db8-acc1aa7480bf",name:"Katarin Tolstoff",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"dagger; implement, wand",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:17},intelligence:{score:21},wisdom:{score:16},charisma:{score:14},hp:84,initiative:8,ac:23,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"f6e55330-672d-40b1-9aeb-4e5331d362bc",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"d2d6dddb-2265-4008-a944-d1aa47466749",name:"Corruption Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic ",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"1d8+7 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+7 necrotic damage",category:1},{id:"8b3c6ebd-3b55-43b6-b099-a92ad9242289",name:"Cloud of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force ",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"1 square within 10; 1d6+7 force damage; until the end of Katarin’s next turn, any creature that enters or starts its turn in the spell’s area takes 3 force damage.",damage:"1d6+7 force damage",category:1},{id:"e19de8d6-5e49-434e-8c17-9b3f52fecbff",name:"Death Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"burst 3 within 20; each enemy in the burst takes 2d6 + 7 necrotic damage, and ongoing 5 necrotic (save ends).",damage:"each enemy in the burst takes 2d6 + 7 necrotic damage",category:1},{id:"1ef07882-7726-4ffb-a788-3c02b943b299",name:"Sly Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Katarin shifts 2 squares.",damage:"Katarin shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"097a06cf-c3e6-4d48-98a2-7704141c398f",name:"Kjarlo the Unseen",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +17, History +17",equipment:"dagger",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:22},wisdom:{score:19},charisma:{score:14},hp:121,initiative:9,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"1344fa45-3a56-435f-83e4-4af1489755be",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"f002dbf2-4336-483f-a3ae-9af1f6d41bda",name:"Demonic Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 5",attack:{bonus:16,defence:3},description:"",details:"2d6+2 psychic damage and the target takes a –2 penalty to all defenses (save ends).",damage:"2d6+2 psychic damage and the target takes a –2 penalty to all defenses (save ends)",category:1},{id:"69ca7c14-e5c0-453f-8d41-b79ea1e69e88",name:"Shadows of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"2d8+1 psychic damage the targets are pushed 5 squares and immobilized (save ends).",damage:"2d8+1 psychic damage the targets are pushed 5 squares and immobilized (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1b8145c-c62a-44da-b18e-e916b4570dd6",name:"Pog",details:"",size:1,origin:4,type:2,keywords:"goblin",level:9,role:{type:3,flag:1,leader:!1},senses:"; low-light vision",movement:"6",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:198,initiative:9,ac:25,fortitude:21,reflex:21,will:24,regeneration:null,auras:[],powers:[{id:"2fdb3edb-f474-4587-bc98-d00ca6dce51d",name:"Hexer Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"8c217776-42d5-419e-9892-8527679e932e",name:"Blinding Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d6+7 damage and the target is blinded (save ends).",damage:"2d6+7 damage and the target is blinded (save ends)",category:1},{id:"cba8bc0e-e4fc-4699-8ab4-25d50b907385",name:"Stinging Hex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"the target takes 4d6 + 8 damage if it moves during its turn (save ends).",damage:"the target takes 4d6 + 8 damage if it moves during its turn (save ends)",category:1},{id:"c537e34e-9175-4882-8c0d-2a7c93da289e",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the targeted ally can shift 2 more squares and make an attack.",damage:"the targeted ally can shift 2 more squares and make an attack",category:5},{id:"b03d33d2-b0b7-4d43-b711-8d000305e043",name:"Vexing Cloud",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"(Area burst 3 within 10)automatic hit",attack:null,description:"",details:"any enemy within the zone take a –2 penalty to attack rolls. The zone grants concealment to Pog and his allies. Pog can sustain the zone as a minor action, moving it 5 squares.",damage:"moving it 5 squares",category:5},{id:"8ee55552-5aa6-471d-a59a-be6836799942",name:"Goblin Tactics",action:{action:5,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Pog shifts 1 square.",damage:"Pog shifts 1 square",category:5},{id:"524fdaf9-fcbf-4516-9a05-4ab9206293c1",name:"Lead from the Rear",action:{action:5,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Pog can change the attack’s target to an adjacent ally of 12th level or lower.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"681593e3-9ca0-4455-882f-774f25feadf6",name:"Scyllan",details:"",size:4,origin:4,type:1,keywords:"",level:17,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"swim 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:20},intelligence:{score:10},wisdom:{score:18},charisma:{score:8},hp:825,initiative:15,ac:35,fortitude:32,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"2ded8420-4fb2-43f0-9169-f03561c4e433",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+7 damage plus the target is grabbed. The scyllan has four tentacles and it can use each to grab an enemy.",damage:"2d8+7 damage plus the target is grabbed",category:1},{id:"89f807a1-b167-4c29-9b5b-84f3117b1a90",name:"Double Tentacle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scyllan makes two tentacle attacks against two different creatures.",damage:"",category:1},{id:"84e69613-0743-4a9a-acbc-ce699c3a7d2c",name:"Crushing Tentacle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"Reach 3; if the scyllan begins its turn grabbing at least one creature, it can make the following attack against each grabbed creature; 2d8+7 damage Miss: Half damage.",damage:"2d8+7 damage miss",category:1},{id:"66108f11-c9da-41d0-bac3-f38c9e024708",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"on a hit the target is swallowed and restrained (no saving throw and takes 10 damage plus 10 acid damage on subsequent rounds at the start of the scyllan’s turn. The swallowed creature can make melee basic attacks only, and only with one-handed or natural weapons. If the scyllan dies, any creature trapped in its gullet can escape as a move action, ending that action in a square formerly occupied by the scyllan.",attack:{bonus:24,defence:1},description:"",details:"The scyllan attempts to swallow a bloodied Medium or smaller creature it is grabbing",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae9a8c5e-ed18-4ab7-a176-1d398fb9d243",name:"Spawn of Kyuss",details:"",size:2,origin:4,type:2,keywords:"undead",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +3",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Endurance +10, Intimidate +7",equipment:"chainmail",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:158,initiative:9,ac:24,fortitude:22,reflex:19,will:22,regeneration:{value:10,details:"if a spawn of Kyuss takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"9746776e-f0c8-4758-bf76-d2aad51b62cf",name:"Fear of Worms",keywords:"",details:"(Fear) Aura 3: any living creature that starts its turn within the aura takes a –2 penalty to attack rolls against spawn of Kyuss, larva undead, wormspawn praetorians, and Kyuss"}],powers:[{id:"979553c0-54ab-4abf-8abd-0b5ea3eccdad",name:"Touch of Kyuss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d6 + 2 damage, and ongoing 10 necrotic damage (save ends). First Failed Saving Throw: The target contracts worms of Kyuss.",damage:"2d6 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8b67860d-d4b0-4e04-bbb4-f03e72be161a",name:"Thaden Felstorm",details:"",size:2,origin:4,type:2,keywords:"human",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +19, Intimidate +16",equipment:"arrow; greatsword; leather armor; longbow",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:20},intelligence:{score:14},wisdom:{score:12},charisma:{score:14},hp:210,initiative:14,ac:30,fortitude:30,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"97974435-27a8-46f1-bfb3-649c238d262e",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"d1d265d5-2108-4f90-804c-9d393dc526f1",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:21,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"e6c00a7a-eb0c-45ee-9f33-122cfc5d2e02",name:"Bleeding Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:21,defence:0},description:"",details:"2d10+8 damage, and ongoing 10 damage (save ends).",damage:"2d10+8 damage",category:1},{id:"69a82a27-9370-40ab-a197-464dc7fc6a11",name:"Storm of Blows",action:{action:1,trigger:"usable only while wielding a greatsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Burst 1; 1d10+8 damage, and the target is pushed 2 squares.",damage:"1d10+8 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7414fccf-9e49-462c-8500-746153a2a046",name:"The Thing in the Hold",details:"",size:3,origin:1,type:2,keywords:"demon",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"understands Abyssal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:8},hp:260,initiative:8,ac:26,fortitude:27,reflex:24,will:21,regeneration:null,auras:[],powers:[{id:"74c52ba2-d5bb-4227-abce-8dd85362aebd",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"1ddec8e4-5381-44d6-8aa9-6985f166e541",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+6 damage and ongoing 5 damage (save ends).",damage:"1d8+6 damage and ongoing 5 damage (save ends)",category:1},{id:"6b487845-eeef-41f4-b7fe-5dae0674118a",name:"Frenzy of Claws and Teeth",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; the Thing in the Hold makes two claws and a bite attack.",damage:"Reach 2",category:5},{id:"2445cc2a-c3be-4087-9aab-fd713bb2b5c3",name:"Stinger",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Reach 2; 2d6+4 poison damage and the target takes ongoing 10 poison damage and is immobilized (save ends both).",damage:"2d6+4 poison damage and the target takes ongoing 10 poison damage and is immobilized (save ends both)",category:3}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"7ed7117e-d7d3-4918-8dd9-da39dd48aa0a",name:"Valbryn Morlydd",details:"",size:3,origin:1,type:2,keywords:"giant",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +14",equipment:"hide armor; mace",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:190,initiative:14,ac:34,fortitude:34,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"0d4a2f27-1473-4b0f-bc06-42f4f537d49b",name:"Smoldering Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 1d10 fire damage, and the target is marked by Valbryn until the end of her next turn whether or not the attack hits.",damage:"1d10+6 damage plus 1d10 fire damage",category:1},{id:"d70837ab-dc6f-4944-85fb-9cc6692addf0",name:"Fire Pillar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"3d8+3 fire damage.",damage:"3d8+3 fire damage",category:1},{id:"56fce82b-015d-479d-b278-2e26da95102b",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"2d8+3 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d8+3 fire damage",category:1},{id:"71048f7a-b5f8-4f85-9176-1f269fad0add",name:"Mob Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Valbryn gains a +1 bonus to all defenses for each ally adjacent to her (maximum +4).",damage:"Valbryn gains a +1 bonus to all defenses for each ally adjacent to her (maximum +4)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c96cbd05-b774-4867-b8ce-2e79bf514a10",name:"Warleader Grikfell",details:"",size:2,origin:4,type:2,keywords:"orc",level:9,role:{type:7,flag:1,leader:!0},senses:"Perception +5; low-light vision",movement:"5 (7 while charging)",alignment:"Chaotic evil",languages:"Common, Goblin",skills:"Endurance +14, Intimidate +9",equipment:"greataxe; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:194,initiative:8,ac:27,fortitude:24,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"fe56d6df-3557-4ced-8646-bf3e59c6652d",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d12+5 (1d12+17 on crit) damage, and the target is marked until the end of Grikfell’s next turn.",damage:"1d12+5 (1d12+17 on crit) damage",category:1},{id:"7998ec1a-3610-4a8d-aa1b-cb7094cd0ee1",name:"Opportune Strike",action:{action:4,trigger:"when an ally moves into a flank with grikfell",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Grikfell makes a melee basic attack against the newly flanked enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"768ffcb6-e37f-4773-81d0-80d29bea581f",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d12+5 damage (1d12 +29 on crit) and Girkfell regains 48 hit points.",damage:"2d12+5 damage (1d12 +29 on crit) and girkfell regains 48 hit points",category:1},{id:"cb170c90-547e-4b47-bb11-fddf791161ff",name:"Wild Strike",action:{action:1,trigger:"usuable while wielding a greataxe",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+5 damage (1d12+17 on crit) the target is marked until the end of its next turn, and is pushed 1 square.",damage:"1d12+5 damage (1d12+17 on crit) the target is marked until the end of its next turn",category:5},{id:"1c66424f-bc17-4fc9-9b82-1101f5526c69",name:"Inspiring Shout",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Blast 5; allies within blast make a basic attack as a free action.",damage:"Blast 5",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"57d9c153-1f62-453b-a1b4-5909a9ad5142",name:"Xeg-Yi Deathspitter",details:"",size:2,origin:3,type:1,keywords:"",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +15; darkvision",movement:"fly 10",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:2},constitution:{score:24},dexterity:{score:27},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:1,initiative:21,ac:36,fortitude:34,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"543da19a-3edc-494a-a7ad-7d36e9325ce5",name:"Necrotic Feedback",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Melee 1",attack:{bonus:24,defence:2},description:"",details:"6 necrotic damage.",damage:"6 necrotic damage",category:1},{id:"9ba58d74-6d55-4a19-bc42-ad0667ab5f25",name:"Ebon Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:0},description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2171861e-9a3c-4b5f-9717-cc589a78517d",name:"Zargath Human-Bane",details:"",size:2,origin:4,type:2,keywords:"orc",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +14, Intimidate +10, Stealth +15, Thievery +15",equipment:"hide armor; short sword",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:11},hp:212,initiative:12,ac:26,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"5d0c0c57-32aa-4836-8680-297cdada9d72",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+ 2 damage.",damage:"1d6+ 2 damage",category:1},{id:"b2953aa2-28ee-47b7-b67f-c9dc6eb886f8",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10/20",attack:{bonus:15,defence:0},description:"",details:"1d6+ 5 damage.",damage:"1d6+ 5 damage",category:1},{id:"8f75cb74-30e0-4eee-a837-2702b318264d",name:"Dance of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Zargath makes three melee basic attacks. Each time he hits with one of these attacks, he shifts 1 square.",attack:null,description:"",details:"",damage:"",category:1},{id:"c1e70dcb-54b7-49fe-88ed-8c3d431bcb62",name:"Swift Counterstrike",action:{action:4,trigger:"when an adjacent enemy misses zargath with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Zargath makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"fbe4996f-77ef-45c9-85e6-bc2cb22cd7c6",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+ 2 damage, and Zargath regains 53 hit points.",damage:"2d6+ 2 damage",category:1},{id:"df404a38-39b1-4ddd-82d0-8735a5eb0cfb",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Zargath deals 2d6 extra damage against any target he has combat advantage against.",damage:"zargath deals 2d6 extra damage against any target he has combat advantage against",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60b81def-eeb4-4a34-b26e-6168b45bd4b7",name:"Bandit Leader",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7, Thievery +8",equipment:"chainmail; crossbow bolts (20); longspear",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"6d0b4a91-ee99-4b85-b952-4aa23560aae1",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the leader’s next turn.",damage:"1d10+3 damage",category:1},{id:"75c336eb-6c9d-45bc-b5be-8fb968fe1080",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires longspear; reach 2; 1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"37a38c38-f7f7-408b-9ef4-6de233424660",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"02e74cb7-dd95-453e-858f-bbbc8753bdb7",name:"Banelar Naga",details:"",size:4,origin:3,type:1,keywords:"reptile",level:18,role:{type:3,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"Arcana +19, Bluff +22, Insight +17, Intimidate +22",equipment:"",category:"",strength:{score:30},constitution:{score:21},dexterity:{score:13},intelligence:{score:21},wisdom:{score:16},charisma:{score:26},hp:825,initiative:10,ac:36,fortitude:38,reflex:29,will:34,regeneration:{value:20,details:""},auras:[],powers:[{id:"698a7450-9144-45f1-bde5-36e161a4d286",name:"String",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d6+10 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d6+10 damage",category:1},{id:"e1ee88b3-40cb-4ad6-aa2e-64fa5393c70c",name:"Forceful Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"1d4+8 psychic damage, and the target is pushed 1 square.",damage:"1d4+8 psychic damage",category:3},{id:"e6271366-3d39-4112-8a6a-1a877256d384",name:"Skewer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The banelar naga makes two sting attacks. If both attacks hit the same target, the target is also unconscious (save ends). An unconscious target can’t save against the ongoing poison damage until the unconscious condition ends.",damage:"an unconscious target can’t save against the ongoing poison damage until the unconscious condition ends",category:1},{id:"6df24193-da73-4d46-8997-5a9e6ed14d25",name:"Banelar Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"2d6+8 psychic damage, and the target is stunned (save ends). The arc attacks up to two secondary targets within 10 squares; +22 vs. Reflex; 1d4+8 psychic damage, and the target is dazed (save ends).",damage:"2d6+8 psychic damage",category:1},{id:"a03a0443-d3a0-4afa-8b67-1beb9d061a2a",name:"Baneful Utterance",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"ranged 10",attack:{bonus:22,defence:3},description:"",details:"The banelar naga makes an attack against the attacker; the target is dazed (save ends) and slides 3 squares.",damage:"the target is dazed (save ends) and slides 3 squares",category:5},{id:"62d7c2f5-630d-48ef-ac3e-b1c359eadca7",name:"Dark Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until bloodied, the banelar naga gains a +4 bonus to all defenses against opportunity attacks.",damage:"the banelar naga gains a +4 bonus to all defenses against opportunity attacks",category:0}],damageModifiers:[{type:1,value:-15},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7c2c237b-63d7-4d55-a6fd-3c033781fc4b",name:"Blazing Rorn the Fury",details:"",size:4,origin:1,type:2,keywords:"earth, fire",level:33,role:{type:2,flag:2,leader:!1},senses:"Perception +25; tremorsense 100",movement:"6",alignment:"Unaligned",languages:"All; telepathy 100",skills:"Diplomacy +31, Endurance +34, Insight +30, Intimidate +31, Nature +30, Religion +31",equipment:"",category:"",strength:{score:35},constitution:{score:37},dexterity:{score:24},intelligence:{score:21},wisdom:{score:28},charisma:{score:30},hp:0,initiative:23,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[{id:"14adec3d-5995-42d8-bde8-5db442648c6e",name:"Blazing Aura",keywords:"",details:"(Fire) aura 10; creatures within the aura lose resistance to fire. Each creature that starts its turn in the aura is pulled 2 squares at the start of its turn. While Rorn is bloodied, each creature that starts its turn in the aura also takes 20 fire"}],powers:[{id:"43833a96-2d66-4c69-b23a-edca307bf08a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:38,defence:0},description:"",details:"Reach 3; 3d8+12 damage. While Rorn is bloodied, the target also takes ongoing 5 fire damage (save ends).",damage:"3d8+12 damage",category:1},{id:"b91479f6-7f58-4a4d-860c-dead0ce902bd",name:"Tail Smash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:2},description:"",details:"Reach 4; 2d10+12 damage, and the target is knocked prone. While Rorn is bloodied, the target also takes ongoing 5 fire damage (save ends).",damage:"2d10+12 damage",category:3},{id:"2c5f97c3-2d1f-4bd3-96b6-3bc35c1b5c14",name:"Earth Chains",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:36,defence:1},description:"",details:"(or Reflex)2d6+13 damage, and the target is pulled 10 squares. A flying creature hit by this attack is slowed (save ends). While Rorn is bloodied, the target also takes ongoing 5 fire damage (save ends both). Failed Save: The creature can’t fly, and falls if it’s already flying (save ends).",damage:"(or reflex)2d6+13 damage",category:3},{id:"b41a8766-02b8-4640-b851-6dd37a28077f",name:"Dominion of Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 20",attack:{bonus:36,defence:2},description:"",details:"2d8+13 fire damage, and the target takes ongoing 10 fire damage (save ends).",damage:"2d8+13 fire damage",category:1},{id:"ec0f8a7d-9a01-41c5-be24-6321ff69f454",name:"Volcanic Retort",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2 (burst 5 while Rorn is bloodied)",attack:{bonus:36,defence:2},description:"",details:"2d8+13 fire damage.",damage:"2d8+13 fire damage",category:5},{id:"4d26d066-05c7-4f6e-a91b-2a07bb715242",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, Rorn can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"5944c313-3983-4f89-9e0d-c8f0b79f05ea",name:"Fury of Burning Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Rorn changes to his blazing star form. His size increases to Gargantuan, and he pushes creatures within his new space to the nearest adjacent square. He takes an extra turn right after the turn of the character who bloodied him, then resumes his normal place in the initiative order. He remains in his blazing star form until the end of the encounter.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0aa584f1-3016-48e8-8342-5c1f616526b3",name:"Captain Shil Yargo",details:"",size:1,origin:4,type:2,keywords:"",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common, Halruaan",skills:"Athletics +13, Bluff +15, Insight +11, Stealth +16, Thievery +18",equipment:"dagger; leather armor",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:22},intelligence:{score:10},wisdom:{score:12},charisma:{score:20},hp:224,initiative:13,ac:27,fortitude:23,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"1f526bc1-8cc5-45a7-9ac3-f725123fc3e5",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4+8 damage (crit 2d6+12, or 2d8+12 if Shil has combat advantage against the target).",damage:"1d4+8 damage (crit 2d6+12",category:1},{id:"b9cd116d-a154-469c-8058-62b45f78df40",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:16,defence:0},description:"",details:"1d4+8 damage.",damage:"1d4+8 damage",category:1},{id:"c5c821da-fbc2-49cc-9d31-9775e88f56ba",name:"Deep Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d4+8 damage, and the target is dazed until the end of Shil’s next turn.",damage:"2d4+8 damage",category:1},{id:"0dffa0ef-34eb-449c-a3ff-a5d73962bdb9",name:"Whirling Slices",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Shil makes three melee basic attacks. She can shift 1 square before or after each attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"f99e14c5-ca1c-49d1-a818-eaf1882b97ee",name:"Thigh Cutter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Shil makes two basic melee attacks. If either hits, the target is also slowed (save ends)",attack:null,description:"",details:"if both hit the same target, it is also knocked prone. Shil can shift 1 square before or after each attack.",damage:"Shil can shift 1 square before or after each attack",category:1},{id:"58ab8f9b-787b-4d35-a3ed-a4f634662098",name:"Deck Dash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shil shifts 3 squares.",damage:"Shil shifts 3 squares",category:3},{id:"23a25c20-adad-4b72-9dac-38549ad0c6ea",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Shil deals an extra 2d8 damage on melee attacks against any target she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"73802ab5-5b6c-4187-b8f8-aad1db2030c8",name:"Second Chance",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shil forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7d61281-b689-42d3-8a78-36b259b3ef52",name:"Commander Accordant",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:6,flag:0,leader:!0},senses:"Perception +16",movement:"6",alignment:"Any",languages:"Common, one regional language",skills:"Arcana +11, Heal +16, Stealth +13",equipment:"hide armor",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:22},charisma:{score:12},hp:113,initiative:11,ac:25,fortitude:22,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"d5b41eb6-be24-4b76-aa06-c4b068fac54e",name:"Spellplague Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d4+6 force damage, and the target takes ongoing 5 force damage (save ends).",damage:"1d4+6 force damage",category:1},{id:"08486009-95c5-422a-beda-2edbce55ec68",name:"Spellplague Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"1d4+6 force damage, and the target takes ongoing 5 force damage (save ends).",damage:"1d4+6 force damage",category:1},{id:"2935e1e3-9e85-4ceb-be66-9842d155a8dd",name:"Spellplague Spirit",action:{action:1,trigger:"sustain standard",sustainAction:0,use:1,recharge:""},keywords:"Force, Polymorph",condition:"",range:"The commander becomes a spirit of blue fire. He becomes insubstantial and can enter and move through enemies’ spaces and porous obstacles that would otherwise prevent movement (such as a door or a cracked window). The commander makes a melee basic attack against any creature whose space he or she enters but cannot attack a target more than once in this fashion.",attack:null,description:"",details:"",damage:"",category:5},{id:"2176e76d-607c-40fb-9478-17524a5002d9",name:"Blue Fire Succor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"one ally within the area regains 11 hit points (spellscarred and plaguechanged creatures also add their Constitution bonus). In addition, that ally gains 1d6 temporary hit points in the form of a shimmering blue aura.",damage:"one ally within the area regains 11 hit points (spellscarred and plaguechanged creatures also add their Constitution bonus)",category:3},{id:"422ec2ac-f5d2-45ba-ac0f-ce5a08ac3a47",name:"Changing Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The commander shifts 2 squares. He or she becomes insubstantial and can move through enemies’ spaces until the end of this movement.",damage:"The commander shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c35f37b7-665f-4664-91bb-609f37e53384",name:"Dark Moon Monk",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Chondathan, Common",skills:"Acrobatics +13, Athletics +12, Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:14},charisma:{score:16},hp:68,initiative:10,ac:22,fortitude:16,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"d732671c-c2c8-4c70-abb1-b3b0e46c7c17",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"aed16c01-5863-456d-8003-78d78f09fef3",name:"Ghost Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold or Necrotic",condition:"",range:"Ranged 6/12",attack:{bonus:10,defence:2},description:"",details:"1d4+3 damage plus 1d4 necrotic or cold damage (monk’s choice).",damage:"1d4+3 damage plus 1d4 necrotic or cold damage (monk’s choice)",category:1},{id:"6905d01f-003d-4a20-8f14-a785fc24254d",name:"Shadow Tentacle",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"the monk conjures a shadow tentacle in an unoccupied square within range, and the tentacle attacks adjacent creatures on the monk’s turn; 1d6+3 necrotic damage, and the target is grabbed (until escape). The tentacle can grab only one target at a time, dealing 1d6+3 necrotic damage to the grabbed foe each round the monk sustains the grab. As a standard action, the monk can change the target and can move the tentacle up to 5 squares.",damage:"1d6+3 necrotic damage",category:5},{id:"893b1aa5-3cef-42b2-95c9-45b27083021b",name:"Gloom Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 5 necrotic damage and is dazed (save ends both).",damage:"1d6+4 damage",category:1},{id:"def36bb1-6093-4264-8540-8a9cb63f8606",name:"Dark Moon Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The next time the monk hits with a melee attack, the attack is treated as a critical hit.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9f8c746-3095-4c7c-9d64-576a6ba0bb4e",name:"Direhelm",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"fly 6 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:20},intelligence:{score:9},wisdom:{score:13},charisma:{score:15},hp:148,initiative:14,ac:31,fortitude:29,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"70e644b5-e6cd-4b21-8907-e2336355ed01",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"a2360ce9-d81b-4a44-a173-9c595b6b3764",name:"Grave Strike",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Close burst 1",attack:{bonus:22,defence:0},description:"",details:"1d10+7 necrotic damage, and the target is knocked prone.",damage:"1d10+7 necrotic damage",category:5},{id:"bc34d88b-d88b-4a4c-bf01-f8be98b36c59",name:"Piercing Vision",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The direhelm gains truesight 10 and ignores concealment until the end of its current turn.",damage:"The direhelm gains truesight 10 and ignores concealment until the end of its current turn",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f62b8ad7-bdd2-400a-8c0b-4840273af8cf",name:"Doomsept",details:"",size:2,origin:5,type:2,keywords:"undead",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"fly 7 (hover); phasing",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:24},intelligence:{score:12},wisdom:{score:14},charisma:{score:15},hp:108,initiative:17,ac:28,fortitude:28,reflex:29,will:24,regeneration:null,auras:[],powers:[{id:"2124f8ed-f56a-4868-b09e-bca3d708f744",name:"Ephermeral Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"8092b4d1-93b2-428d-a1a2-bf84d934e905",name:"Manifold Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:20,defence:0},description:"",details:"targets three enemies in area; 1d10+7 damage. The doomsept shifts 2 squares for each successful attack.",damage:"1d10+7 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"97cd2b16-490b-4314-ad2d-99a06c2945dd",name:"Draegloth",details:"",size:3,origin:1,type:2,keywords:"demon",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6, jump 5",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Religion +12, Stealth +15",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:10},charisma:{score:16},hp:316,initiative:10,ac:27,fortitude:29,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"303dc03b-7357-4108-9920-0fe565650530",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"48a4567f-7bc2-4bfb-82f5-e1e4df015cac",name:"Quick Bite",action:{action:7,trigger:"when the draegloth hits with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d6+7 damage.",damage:"1d6+7 damage",category:5},{id:"8c32e6e0-7294-40e7-a5df-1af27f44d9a5",name:"Sweeping Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draegloth makes a claw attack; on a hit, it can make another claw attack against a different target that is within",damage:"",category:1},{id:"ef13a7d9-18d8-4b34-8a81-b1f543438ccd",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"until the end of the draegloth’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"94d97b27-c69b-4ec0-8373-8c5ba1327414",name:"Lolth’s Blight",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 4 within 20",attack:{bonus:14,defence:3},description:"",details:"targets enemies; 2d6+3 necrotic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d6+3 necrotic damage",category:5},{id:"cbdfae21-23fd-4a51-925b-05eb6041b837",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the draegloth’s next turn. The zone blocks line of sight for all creatures except the draegloth. Any creature entirely within the area (except the draegloth) is blinded.",damage:"",category:3}],damageModifiers:[],resist:"10 variable",vulnerable:"",immune:"",tactics:""},{id:"532e3fdc-95ad-4105-a9ad-5f5a835aed54",name:"Draegloth Favored One",details:"",size:3,origin:1,type:2,keywords:"demon",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"6, jump 5",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Religion +14, Stealth +17",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:26},charisma:{score:16},hp:308,initiative:12,ac:32,fortitude:30,reflex:28,will:32,regeneration:null,auras:[],powers:[{id:"cb4dbce4-3d7c-459d-9844-056e94aa64b7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"9e304bef-a4a1-465f-8c7a-5c997c0eb30b",name:"Castigation Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"the draegloth favored one attacks two targets; 2d6+4 necrotic damage, and the target is dazed (save ends).",damage:"2d6+4 necrotic damage",category:1},{id:"480b7632-7e31-4241-952b-e8a530db57cb",name:"Quick Bite",action:{action:7,trigger:"when the draegloth favored one hits with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d6+6 damage.",damage:"1d6+6 damage",category:5},{id:"87a09ebc-63d6-43d2-be6e-efaaed98f195",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"until the end of the draegloth’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"2d5509ce-3d9b-44e4-82fa-85db50060a22",name:"Lolth’s Blight",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 4 within 20",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d6+3 necrotic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d6+3 necrotic damage",category:1},{id:"7e7aa8eb-4b2e-42a4-bc13-c56f53d38219",name:"Overshadow",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 5 within 10",attack:{bonus:20,defence:3},description:"",details:"affects creatures without darkvision in the area; 1d4+8 necrotic damage, and the target is blinded (save ends). This power creates a zone of darkness that remains in place until the end of the favored one’s next turn.",damage:"1d4+8 necrotic damage",category:5}],damageModifiers:[],resist:"10 variable",vulnerable:"",immune:"",tactics:""},{id:"35741c50-d07a-4b87-bacc-b7e85fb2f77d",name:"Felljaw",details:"",size:3,origin:4,type:1,keywords:"reptile",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:25},intelligence:{score:2},wisdom:{score:14},charisma:{score:20},hp:250,initiative:21,ac:41,fortitude:39,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"668b8df0-903b-45a4-8f9a-52794b836f7b",name:"Jagged Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d10+10 damage, and the target takes ongoing 10 fire damage.",damage:"1d10+10 damage",category:1},{id:"182eae81-e101-42ab-ae9c-45f73a4a5870",name:"Tug of War",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The felljaw makes a basic attack. Another felljaw adjacent to the target can make a basic attack against the same target as an immediate reaction. If both attacks hit, the target takes an extra 10 damage and is grabbed by both felljaws (until escape).; 3d8+9 damage.",damage:"the target takes an extra 10 damage and is grabbed by both felljaws (until escape)",category:1},{id:"a836f253-c7ff-4cda-9ca8-91b7be67eccb",name:"Rending Fangs",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Grabbed target only; 2d10+10 damage, and the target takes ongoing 10 fire damage.",damage:"2d10+10 damage",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"392ce74e-0e7e-48cd-a296-cbc3e9172788",name:"Fettered Dracolich",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:12,role:{type:3,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Chaotic evil",languages:"understands Common and Draconic",skills:"Endurance +16",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:9},wisdom:{score:9},charisma:{score:16},hp:620,initiative:10,ac:30,fortitude:31,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"d75f8acc-e548-43fe-8a8c-77c658e4b1ce",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage. Against a stunned target, this attack deals an extra 2d8 necrotic damage.",damage:"2d6+6 damage",category:1},{id:"0998d7c8-0a66-4e79-a58c-ee3fcd002212",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 10",attack:{bonus:16,defence:2},description:"",details:"2d8+5 necrotic damage, and the target is stunned until the end of the fettered dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d8+5 necrotic damage",category:1},{id:"60445b55-8c40-452e-9211-7f7857fd7106",name:"Bloodied Breath",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fettered dracolich’s breath weapon recharges automatically, and the dracolich uses it immediately.",damage:"",category:5},{id:"dfee771b-9854-4b44-ac1a-c9dd3489b40d",name:"Crazed Lashing",action:{action:4,trigger:"when an enemy moves into a position that flanks the fettered dracolich",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; the fettered dracolich makes a tail slap attack against the enemy; 2d4+6 damage, and the target is pushed 1 square.",damage:"2d4+6 damage",category:5},{id:"7e0cd0e7-5365-4fc3-9371-3503e0f22066",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the fettered dracolich’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls until the end of the encounter.",damage:"The target takes a -2 penalty to attack rolls until the end of the encounter",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"33534fd6-7748-4b44-8b91-eb79384b2ddc",name:"Fzoul Chembryl",details:"",size:2,origin:3,type:2,keywords:"",level:28,role:{type:3,flag:1,leader:!0},senses:"Perception +23",movement:"6, fly 8",alignment:"Evil",languages:"All",skills:"Arcana +23, Bluff +29, Diplomacy +29, History +23, Insight +28, Intimidate +29, Religion +23",equipment:"scepter of the chosen tyrant",category:"",strength:{score:26},constitution:{score:21},dexterity:{score:25},intelligence:{score:18},wisdom:{score:28},charisma:{score:30},hp:500,initiative:21,ac:44,fortitude:43,reflex:42,will:46,regeneration:null,auras:[{id:"0b297296-61ff-43b5-afef-df433079ab05",name:"Tyrant’s Eye",keywords:"",details:"(Psychic) aura 5; an enemy that starts its turn in the aura takes 5 psychic damage."}],powers:[{id:"9926ef2b-9702-4ab8-8b52-3bb0e806806e",name:"Scepter of the Chosen Tyrant",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d10+9 damage (crit 6d10+19), and the target takes ongoing 10 psychic damage (save ends). Fzoul can’t be disarmed of this weapon.",damage:"1d10+9 damage (crit 6d10+19)",category:1},{id:"ac8aca8e-88e2-4568-8cd4-2e08d8c92e7f",name:"Scepter of the Chosen Tyrant",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Psychic, Weapon",condition:"(standard",range:"Ranged 5",attack:{bonus:32,defence:0},description:"",details:"1d10+9 force damage (crit 6d10+19), and the target is pushed 1 square and takes ongoing 10 psychic damage (save ends).",damage:"1d10+9 force damage (crit 6d10+19)",category:1},{id:"9569fd7c-b3bd-41ea-abac-174dab46cdef",name:"Excoriating Decree",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 10",attack:{bonus:33,defence:1},description:"",details:"targets enemies; 2d6+9 thunder damage, and the target is dazed until the end of Fzoul’s next turn.",damage:"2d6+9 thunder damage",category:1},{id:"e88ef908-7a8e-485a-b54e-6997bb579655",name:"Ruling Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:34,defence:3},description:"",details:"2d6+10 psychic damage, and the target takes ongoing 5 psychic damage and is dominated (save ends both, with a -2 penalty to the saving throw). Fzoul can dominate only one creature at a time.",damage:"2d6+10 psychic damage",category:1},{id:"137c849c-680f-4bf0-bccb-7029e34f1375",name:"Restore the Faithful",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"Fzoul and each of his allies spends a healing surge and regains one-quarter of maximum hit points (125 hp for Fzoul).",damage:"",category:1},{id:"37bcc190-af40-4ffe-95c2-55f05cfefdd0",name:"Judging Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Fzoul hits with his next Scepter of the Chosen Tyrant attack (melee or ranged), the attack is treated as a critical hit.",damage:"",category:3},{id:"6b3bb92e-9488-4ef6-9c63-09f618a348ef",name:"Dark Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until bloodied, Fzoul gains a +4 bonus to all defenses against opportunity attacks.",damage:"Fzoul gains a +4 bonus to all defenses against opportunity attacks",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3fe7e84-47e6-4ac4-9132-812a795d06c6",name:"Gibberling Bunch",details:"",size:2,origin:4,type:2,keywords:"swarm",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6 (If a gibberling bunch takes radiant damage, it is slowed until the end of the attacker’s next turn; if it takes fire damage, it is immobilized until the end of the attacker’s next turn.)",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:5},wisdom:{score:7},charisma:{score:2},hp:32,initiative:2,ac:13,fortitude:13,reflex:15,will:11,regeneration:null,auras:[{id:"a1dcaa1d-75db-48ae-ba8d-07b2c8f271c9",name:"Gibberling",keywords:"",details:"aura 10; enemies in the aura take a -2 penalty to all defenses. Gibberlings can’t surprise creatures that aren’t deafened."},{id:"6b1c5474-fec7-4166-8912-ab3220f7673d",name:"Swarm Attack",keywords:"",details:"aura 1; a gibberling bunch makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"0ebb9893-6ecc-43fa-be88-aa4c40fbb21a",name:"Swarming Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"3d4+2 damage. If a bunch reduces the damage from this attack by 2d4, its target is also knocked prone.",damage:"3d4+2 damage",category:1},{id:"6f12960c-360e-47e6-bc5f-a24472af5986",name:"Pull Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:1},description:"",details:"1d4+1 damage, and the target is knocked prone.",damage:"1d4+1 damage",category:1},{id:"fdc7d1c4-f932-4d05-83d3-b791d4f13b84",name:"Stay Down",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch can make opportunity attacks against adjacent targets that stand from prone.",damage:"",category:0},{id:"1819e1ef-d029-4221-8e74-0e31741879d5",name:"Bone Stripping",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch deals an extra 2d4 damage against prone targets.",damage:"a bunch deals an extra 2d4 damage against prone targets",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"+5 damage from close and area attacks",immune:"charm, fear",tactics:""},{id:"caa6fcb5-5fb8-4f22-8863-7cbd9a99924b",name:"Haraevor",details:"",size:3,origin:4,type:1,keywords:"reptile",level:26,role:{type:4,flag:1,leader:!1},senses:"Perception +14; tremorsense 20",movement:"8, burrow 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:25},intelligence:{score:2},wisdom:{score:14},charisma:{score:20},hp:375,initiative:24,ac:42,fortitude:42,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"2fb93cc8-c31c-4993-8d36-9ecf91e038ab",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d12+10 damage.",damage:"1d12+10 damage",category:1},{id:"a402d01e-0916-4f3e-b222-b3f7347ef30d",name:"Bite Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 2",attack:{bonus:30,defence:0},description:"",details:"1d12+10 damage.",damage:"1d12+10 damage",category:1},{id:"80203949-db60-4503-90c5-f5379582c764",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A haraevor has combat advantage against any creature that has not yet acted in an encounter.",damage:"",category:0},{id:"ffc73eae-3a11-440d-a18b-499029611750",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The haraevor deals an extra 3d10 damage with attacks against any target it has combat advantage against.",damage:"the haraevor deals an extra 3d10 damage with attacks against any target it has combat advantage against",category:0},{id:"a121a210-6350-46ac-8e0e-aa9d400f99a0",name:"Four Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A haraevor rolls initiative four times (once for each head) and uses the highest result. A haraevor loses a head whenever it suffers a critical hit. If it is reduced to no heads, it instantly dies. Heads never grow back.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"critical hits",immune:"",tactics:""},{id:"aed1b83e-0bc6-4641-876b-1a5dc5f6cb1b",name:"High Shaman Sancossug",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:3,flag:2,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"",languages:"",skills:"",equipment:"leather armor",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:184,initiative:3,ac:22,fortitude:17,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"30de6828-5a0b-4174-a34a-ffaf0c37b238",name:"Shaman Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"0379e8d4-07b5-4d85-9b6f-ff01be0dbea3",name:"Fire Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:7,defence:2},description:"",details:"3d6+1 fire damage.",damage:"3d6+1 fire damage",category:1},{id:"40df7413-59d8-48dd-b2a7-e2e18362ce00",name:"Blinding Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:7,defence:1},description:"",details:"2d6+1 damage, and the target is blinded until the end of its next turn.",damage:"2d6+1 damage",category:1},{id:"ce0fbfe9-c82d-4341-bfa7-428b6377909d",name:"Stinging Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:7,defence:3},description:"",details:"3d6+1 damage.",damage:"3d6+1 damage",category:1},{id:"53bbacdb-d2ea-4966-8af5-d38f3c8f7067",name:"Misdirection",action:{action:4,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Change the attack’s target to an adjacent foe.",damage:"",category:5},{id:"a2d93074-9133-4333-9786-8056fbe7a263",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shaman shifts 1 square.",damage:"The shaman shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"785e5fba-ed9d-4371-8d90-129035ff500e",name:"Human Gang Member",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"87f93c98-9438-4eed-aaeb-5428e7338850",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"8b2dc8c4-a747-4f05-b0a8-7332f102ab95",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human gang member gains a +2 power bonus to all defenses while at least two other human gang members are within 5 squares of it.",damage:"A human gang member gains a +2 power bonus to all defenses while at least two other human gang members are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d310d8c-3903-412c-b66f-828655c9e1da",name:"Jarlaxle Baenre",details:"",size:2,origin:2,type:2,keywords:"",level:21,role:{type:6,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"8",alignment:"Evil",languages:"Abyssal, Elven",skills:"",equipment:"cape of the mountebank; dagger; rapier",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:28},intelligence:{score:18},wisdom:{score:17},charisma:{score:23},hp:392,initiative:21,ac:39,fortitude:34,reflex:38,will:35,regeneration:null,auras:[],powers:[{id:"29e1adc7-6d3b-4030-b3ff-eaff94ca7f39",name:"Rapler",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d8+14 (1d8+20 against a bloodied target)(crit 5d6+22, or 5d6+27 against a bloodied target).",damage:"or 5d6+27 against a bloodied target)",category:1},{id:"6d897e99-3a36-4b02-a41d-f8d06dbff33e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d4+13 damage.",damage:"1d4+13 damage",category:1},{id:"6658853d-eea7-4ff7-a8cb-99d1dc38c5bd",name:"Thrown Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:26,defence:0},description:"",details:"1d4+13 damage.",damage:"1d4+13 damage",category:1},{id:"8891d097-505d-4f7f-9d64-57dfd8590547",name:"Ambidextrous Fencer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Jarlaxle makes one rapier attack and one dagger melee attack. If both attacks hit the same target, that target is dazed until the end of Jarlaxle’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"f34e73e2-c767-470c-aa32-0a66fb3ab24d",name:"Flashy Disarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"3d8+14 damage, and the target drops one weapon it is holding. It lands in a square of Jarlaxle’s choice up to 6 squares away.",damage:"3d8+14 damage",category:1},{id:"009008bb-d6c8-4fb6-9be1-59b84c7ca150",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"until the end of Jarlaxle’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"8357ccc2-4a83-46c2-9a03-2dd33166cef9",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of Jarlaxle’s next turn. The zone blocks line of sight for all creatures except Jarlaxle. Any creature entirely within the area (except Jarlaxle) is blinded.",damage:"",category:3},{id:"82692811-53e9-4738-819a-82d0a55d7ec9",name:"Cape of the Mountebank",action:{action:4,trigger:"when hit by an attack; daily",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Jarlaxle teleports up to 5 squares, and until the end of his next turn, he gains combat advantage against the attacker. Jarlaxle takes half damage from that attack.",damage:"jarlaxle takes half damage from that attack",category:5},{id:"8bc7c4b3-b6db-41b1-b210-d341819d0b9e",name:"Whirling Evasion",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jarlaxle shifts up to 6 squares.",damage:"Jarlaxle shifts up to 6 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd44be56-b212-4588-9522-11ce462b3739",name:"Jordaini Enforcer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +13",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Halruaan",skills:"Acrobatics +13, Athletics +9, Insight +13",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:21},intelligence:{score:14},wisdom:{score:20},charisma:{score:16},hp:164,initiative:10,ac:24,fortitude:19,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"a6b15aae-8372-47f0-877c-9fd5ecc6d352",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage, and the target is pushed 1 square.",damage:"1d8+5 damage",category:1},{id:"d4c3edf6-d843-49d2-94a1-b251b5e02b73",name:"Dizzying Blows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The Jordaini enforcer makes two basic melee attacks. If both hit the same target, that target is also dazed (save ends)",attack:{bonus:12,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"da9268a1-7e80-4067-a344-fb79f8b01323",name:"Exploit Opening",action:{action:1,trigger:"recharges after the enforcer uses battle scrutiny)",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is knocked prone.",damage:"1d8+5 damage",category:5},{id:"ec343917-9745-4bb1-aa41-3acde5c0e906",name:"Battle Scrutiny",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Jordaini enforcer gains a +2 bonus to all defenses and to Perception checks until the end of his or her next turn.",damage:"The Jordaini enforcer gains a +2 bonus to all defenses and to Perception checks until the end of his or her next turn",category:3},{id:"f34eb2c5-13a1-40ca-b491-55d9900ccee5",name:"Redirect Attack",action:{action:4,trigger:"when missed by a melee or ranged attack; recharges when the enforcer moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Jordaini enforcer redirects the attack to an adjacent enemy other than the enemy who made the attack (if missed by a melee attack) or to an enemy within 3 squares (if missed by a ranged attack). The creature whose attack triggered this power makes another attack roll using the same attack to determine the success of the redirected attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"82f7b391-21ba-4ccc-9110-96251ab5d014",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Jordaini enforcer deals an extra 1d6 damage on melee attacks against any target he or she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"7ea6337e-8412-4ebb-8d3a-b160480a7029",name:"Reflective Evasion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an area or close attack would deal half damage on a miss, it deals no damage to a Jordaini enforcer if it misses. In addition, the attacker takes 5 damage of the same type the attack deals.",damage:"when an area or close attack would deal half damage on a miss",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2cbfb512-63f7-43f0-843c-80155ec4af91",name:"Kir-Lanan Voice",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"5, fly 8",alignment:"Unaligned",languages:"Common, KirLanan",skills:"Stealth +11",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:9},charisma:{score:20},hp:68,initiative:6,ac:21,fortitude:19,reflex:19,will:17,regeneration:null,auras:[{id:"1dff476f-8765-486e-b445-541cb3ba291f",name:"Shadow Devotion",keywords:"",details:"aura 5; allies in the aura gain a +1 bonus to attack rolls; shadow allies in the aura also gain a +2 bonus to damage rolls."}],powers:[{id:"ad7677e7-525e-41bf-929a-7f541fe4357b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage plus 1d4 necrotic damage.",damage:"1d6+4 damage plus 1d4 necrotic damage",category:1},{id:"7c4c5836-1d25-42c0-b30c-37cc00c11bdb",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"While flying, a kir-lanan wing can move up to half its speed and make one melee basic attack at any point during that movement. The kir-lanan wing doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"187b2c58-8904-4c2f-9d7a-29da84d01c44",name:"Enfeebling Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"3d6+4 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"3d6+4 necrotic damage",category:1},{id:"66d9321d-0701-4226-a169-ab67ac768a4b",name:"Word of loss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"3d6+4 and the target is dazed until the end of the kir-lanan’s voice next turn.",damage:"3d6+4 and the target is dazed until the end of the kir-lanan’s voice next turn",category:1},{id:"b2bd5153-dddf-47bf-915b-40981d7a211b",name:"Shadow’s Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Sleep",condition:"",range:"Close Burst 3",attack:{bonus:10,defence:3},description:"",details:"3d6+4 and the target falls unconscious (save ends).",damage:"3d6+4 and the target falls unconscious (save ends)",category:1},{id:"8ac0793f-b3d5-438d-9a09-47b137d06939",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against.",damage:"the kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against",category:0},{id:"605e7b14-5081-4c60-a2c1-e96b45c3c428",name:"Necrotic Healing",action:{action:4,trigger:"when damaged by a necrotic attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan’s voice regains 13 hit points.",damage:"The kir-lanan’s voice regains 13 hit points",category:5}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8df46d7b-70c0-40e1-bc20-622afd5c31e2",name:"Kir-Lanan Wing",details:"",size:2,origin:5,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5, fly 8",alignment:"Evil",languages:"Common, KirLanan",skills:"Stealth +10",equipment:"",category:"",strength:{score:20},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:9},charisma:{score:12},hp:52,initiative:7,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"82e0f2ee-ad44-4771-a9a3-ae957cc2b73f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage plus 1d4 necrotic damage.",damage:"1d4+5 damage plus 1d4 necrotic damage",category:1},{id:"6e695299-c3bb-4469-b54a-4300048c064c",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"While flying, a kir-lanan wing can move up to half its speed and make one melee basic attack at any point during that movement. The kir-lanan wing doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:7,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"d2ddf8ca-fee8-48d0-8c89-56c8e496c7ff",name:"Enfeebling Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d6+3 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"1d6+3 necrotic damage",category:1},{id:"d8b917cb-05bb-4ec2-a1a8-7c700796fc54",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against.",damage:"the kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against",category:0},{id:"a72c078b-cc48-49a0-8382-64d91f5e6c2b",name:"Necrotic Healing",action:{action:4,trigger:"when damaged by a necrotic attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan regains 13 hit points.",damage:"The kir-lanan regains 13 hit points",category:5}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6cdfe972-8793-4783-a3d9-2c208ca0386b",name:"Knight Accordant",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"5",alignment:"Any",languages:"Common, one regional language",skills:"Endurance +11, Intimidate +12",equipment:"arrow; heavy shield; longbow; scale armor; war pick",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:10},wisdom:{score:19},charisma:{score:15},hp:105,initiative:8,ac:26,fortitude:24,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"5fa1b99d-12ea-4b3c-af93-3bc9c8043b05",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 plus 3 force damage (critical 1d8+14 plus 3 force), and the target is marked.",damage:"1d8+6 plus 3 force damage (critical 1d8+14 plus 3 force)",category:1},{id:"6094c8ee-7477-48cc-9d85-e69feafa93b8",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:13,defence:0},description:"",details:"1d10+1 plus 3 force damage, and the target is marked.",damage:"1d10+1 plus 3 force damage",category:1},{id:"d7631a07-bf35-4603-a168-7826d37c4749",name:"Blue Fire Spike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Until the start of the knight’s next turn, the knight’s weapons become energy, attacking the target’s Reflex instead of AC and dealing an extra 1d10 force damage.",damage:"attacking the target’s reflex instead of ac and dealing an extra 1d10 force damage",category:3},{id:"0a61f4f2-e75f-4bf7-be79-00016c220483",name:"Knight’s Eye",action:{action:4,trigger:"when an adjacent enemy shifts or an adjacent enemy marked by the knight attacks an ally",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The knight makes a basic melee attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"309ae030-1bd1-455c-a374-9235cf6ef986",name:"Forceful Critical",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"On a critical hit with any attack, the target also slides 1 square.",damage:"the target also slides 1 square",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1397bb18-36cd-4f16-9333-ebd274bd2c15",name:"Lady of Shadows",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:54,initiative:8,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"91315c98-ef1c-4fa6-a76d-3b07916dff28",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"21c1c70b-42d9-40a7-a27e-867388b90250",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"74872ab0-db19-4051-823b-4bd6ea58140c",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1, targets enemies",attack:null,description:"",details:"the Lady of Shadows explodes in a spout of darkness; each target is blinded (save ends).",damage:"",category:0},{id:"f790a80b-f27e-4b89-8bb3-9a606280e606",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Lady deals an extra 1d6 damage on melee and ranged attacks against any target she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"e6115fac-0bd3-4d26-8983-bba26ae96369",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Lady moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that she ends her move adjacent to.",damage:"The Lady moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"03808ea6-19f9-40ce-accc-d558964ab758",name:"Loremaster Accordant",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Any",languages:"Common, one regional language",skills:"Arcana +16, Dungeoneering +14, History +16, Insight +14",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:11},intelligence:{score:22},wisdom:{score:19},charisma:{score:12},hp:90,initiative:5,ac:23,fortitude:22,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"9a01dee1-eb73-4ba0-b1c5-1b1800259db9",name:"Force Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"c57eb3b0-039f-4b91-8dc6-b5bcaa2a73f8",name:"Changing Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Polymorph",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"a blue ray warps the target momentarily; 1d8+6 force damage, and the target is dazed until the end of the loremaster’s next turn.",damage:"1d8+6 force damage",category:1},{id:"779a1fe0-60f5-4651-8a5b-04fada8609e6",name:"Changing Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"a wave of blue fire sweeps away from the loremaster, warping the forms of those caught in it; 1d4+6 damage, and the target is slowed and weakened until the end of the loremaster’s next turn.",damage:"1d4+6 damage",category:1},{id:"2a3ba034-cdfa-4bb3-bb13-9fea870cef62",name:"Accordant Vision",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:15,defence:3},description:"",details:"1d12+6 psychic damage, and the target is dazed (save ends).",damage:"1d12+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"79a65dcb-27cb-4057-8ebf-0951da2a05de",name:"Manshoon",details:"",size:2,origin:4,type:2,keywords:"undead",level:28,role:{type:3,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Abyssal, Chondathan, Common, Draconic, Elven, Supernal",skills:"Arcana +29, Diplomacy +28, History +29, Insight +28",equipment:"implement, staff; manshoon’s bloodmask",category:"",strength:{score:12},constitution:{score:26},dexterity:{score:16},intelligence:{score:31},wisdom:{score:16},charisma:{score:28},hp:500,initiative:17,ac:45,fortitude:42,reflex:44,will:43,regeneration:{value:10,details:"regeneration functions even while Manshoon is exposed to direct sunlight as long as he wears Manshoon’s bloodmask"},auras:[],powers:[{id:"a30cef51-78a5-4c10-bf82-db569f7681e1",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"9cdad9c8-bca7-4ee6-b53d-5392099afe1b",name:"Arcane Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:33,defence:2},description:"",details:"2d6+10 damage.",damage:"2d6+10 damage",category:1},{id:"483e06e1-c71f-4681-a047-351c1e85fe89",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Requires combat advantage; 2d12+9 damage, the target is weakened (save ends), and Manshoon regains 125 hit points.",damage:"2d12+9 damage",category:5},{id:"d661f650-83da-4a39-826e-3c91730fe033",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:32,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Manshoon can dominate only one creature at a time.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"5eb8010e-a299-476c-bac4-919e905adf25",name:"Eldritch Tendrils",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Area burst 4 within 10",attack:{bonus:33,defence:2},description:"",details:"2d6+10 force damage, and the target is immobilized until the end of Manshoon’s next turn. Manshoon makes new attack rolls when he sustains this effect.",damage:"2d6+10 force damage",category:5},{id:"d32c306b-3509-400b-8d9f-a0d8a9a539a6",name:"Bolt Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Manshoon makes two arcane bolt attacks. If both attacks hit the same target, it is dazed until the end of Manshoon’s next turn and knocked prone.",damage:"",category:1},{id:"9240c2f5-655e-4ab2-8111-c96a5e2a7798",name:"Vascular Purge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Healing",condition:"",range:"Ranged 20",attack:{bonus:33,defence:1},description:"",details:"2d10+10 damage, and the target is stunned (save ends). All the target’s allies that can see the target are dazed (save ends). Undead creatures within 3 squares of the target regain 15 hit points.",damage:"2d10+10 damage",category:1},{id:"0e8cc5be-012f-427f-9208-9a83b45f5ee4",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Manshoon spends a healing surge and heals 125 hit points. He gains a +2 bonus to all defenses until the start of its next turn.",damage:"Manshoon spends a healing surge and heals 125 hit points",category:1},{id:"a7285afb-fda8-40b2-9370-eb3febc479eb",name:"Battle Teleport",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Manshoon teleports 4 squares.",damage:"Manshoon teleports 4 squares",category:2},{id:"0f7e9a6e-c475-4ea3-83b0-615f98ac8617",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Manshoon becomes insubstantial and gains a fly speed of 12, but cannot make attacks. He can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Manshoon becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15}],resist:"10 against ranged attacks",vulnerable:"10 radiant (only if not wearing manshoon’s bloodmask)",immune:"disease, poison",tactics:""},{id:"c7d20e36-a2d7-4354-9984-7a26482215bb",name:"Mordrin",details:"",size:5,origin:1,type:2,keywords:"earth, giant",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +17; tremorsense 20",movement:"6",alignment:"Chaotic evil",languages:"Giant, Primordial",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:28},dexterity:{score:12},intelligence:{score:16},wisdom:{score:17},charisma:{score:19},hp:636,initiative:15,ac:43,fortitude:43,reflex:37,will:38,regeneration:null,auras:[{id:"69a9e6cb-dd4d-4481-83ed-ca6e42f0592e",name:"Halo of Stone",keywords:"",details:"(Earth) aura 2; a creature that enters or begins its turn in the aura takes 10 damage."}],powers:[{id:"7cf3b4f5-f3aa-4289-a3da-c6ae1c9b5b26",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"0c4be9b4-3c8d-409e-9ffb-137530075948",name:"Sweeping Fists",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mordrin makes a slam attack against two different targets within reach.",damage:"",category:1},{id:"f7c9ed5c-b93d-4eab-aa5e-9aaea4fe6b44",name:"Hurl Stones",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:29,defence:2},description:"",details:"2d8+9 damage, and the target is dazed (save ends).",damage:"2d8+9 damage",category:1},{id:"e8730aab-ec68-4534-86cc-e47a0a109b14",name:"Earth Shock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:30,defence:1},description:"",details:"3d10+9 damage, and the target is stunned until the end of the mordrin’s next turn. Miss: Half damage, and the target is not stunned.",damage:"3d10+9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9a97366b-e1b5-40e2-b02b-037943681250",name:"Naramus",details:"",size:2,origin:5,type:2,keywords:"",level:11,role:{type:6,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Netherese",skills:"Diplomacy +15, Insight +12, Intimidate +15, Stealth +12",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:208,initiative:11,ac:27,fortitude:25,reflex:23,will:24,regeneration:{value:10,details:"If Naramus takes radiant damage, his regeneration doesn’t function on his next turn."},auras:[{id:"dce06107-e445-41e9-909d-9d679fa35305",name:"Benighted Presence",keywords:"",details:"aura 10; light-producing effects within the aura whose level is lower than Naramus’s can create only dim light."}],powers:[{id:"27f05c96-de13-4285-814c-da2864f5b862",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+7 damage (crit 1d6+17).",damage:"1d10+7 damage (crit 1d6+17)",category:1},{id:"0dfac241-e642-44ee-a43d-bedb3d01d58c",name:"Gloom Chakram",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 5",attack:{bonus:15,defence:0},description:"",details:"2d6+4 force damage.",damage:"2d6+4 force damage",category:1},{id:"73175237-eb73-469c-ab54-cafaa3580713",name:"Arcing Swings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Naramus makes two basic melee attacks and shifts 1 square after the first attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"11639ce2-2993-4a3a-b295-cad8b4a8a0bf",name:"Disrupting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d10+7 damage plus ongoing 5 force damage (save ends).",damage:"3d10+7 damage plus ongoing 5 force damage (save ends)",category:1},{id:"190bcb5a-a7d5-46e4-a60e-dba922f66e12",name:"Triumphant Cry",action:{action:7,trigger:"when naramus scores a critical hit or reduces an enemy to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Naramus or an ally within 20 squares can make a melee or ranged attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"92345702-c36f-43cc-af99-b622892dd826",name:"Shadow Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Naramus can teleport 20 squares but must end his move in dim light or darkness.",damage:"Naramus can teleport 20 squares but must end his move in dim light or darkness",category:2},{id:"0b544d0e-8386-4374-8e30-336ac4c19e6d",name:"Coalescing Darkness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Naramus moves 3 or more squares by any means, he is cloaked with supernatural darkness, gaining total concealment.",damage:"If Naramus moves 3 or more squares by any means",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b9ffb61b-a8fc-43af-a9a5-c72c383d0b4b",name:"Narrows",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Supernal",skills:"Acrobatics +11, Bluff +11, Stealth +13",equipment:"dagger; leather armor",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"d7d8ff59-4cd6-4ea4-ae60-aba08d02fa22",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(+11 against a bloodied target)1d4+1 damage.",damage:"(+11 against a bloodied target)1d4+1 damage",category:1},{id:"7ec5f18c-8b40-4a58-b528-96e34ec09afd",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Narrows deals an extra 2d6 damage on melee attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"cc9fd707-ddc1-40e7-b61b-ea9df8252137",name:"Cloak of Shadows",action:{action:5,trigger:"when an enemy makes an opportunity attack against narrows",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacker is blinded (save ends).",damage:"",category:5},{id:"a8f080c7-bc3f-4ffc-ba16-19f63ffcd4fc",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Narrows gains a +1 power bonus to its next attack roll against an enemy that hit it since the Narrow’s last turn. If the attack hits and deals damage, he deals an extra 2 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71ec5390-1e53-4c48-a45e-6e1f45e526c5",name:"Plaguechanged Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"6, climb 4",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:19},intelligence:{score:6},wisdom:{score:3},charisma:{score:17},hp:109,initiative:8,ac:21,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"7719ddd2-d30e-4b93-8bd3-adc1145e6e57",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10+5 force damage, and the target is pushed 1.",damage:"2d10+5 force damage",category:1},{id:"c674b30c-124f-490c-854d-af385676a575",name:"Gut Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Provokes opportunity attacks; 2d8+3 force damage, and the ghoul can expend a healing surge.",damage:"2d8+3 force damage",category:1},{id:"4a7d3cd5-11dd-4a70-a4be-3f9757dc51db",name:"Passing Consumption",action:{action:4,trigger:"when missed by a melee attack made by an adjacent attacker",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"The plaguechanged ghoul can make a gut maw attack that doesn’t provoke opportunity attacks.",damage:"",category:5}],damageModifiers:[{type:6,value:-5},{type:4,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"31b9e192-94c0-4a26-adff-5b3ec7cf8493",name:"Plaguechanged Gibberling Bunch",details:"",size:2,origin:4,type:2,keywords:"swarm",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6 (If a plaguechanged gibberling bunch is exposed to sunlight, it is slowed until the end of the attacker’s next turn.)",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:2},hp:87,initiative:7,ac:19,fortitude:18,reflex:19,will:15,regeneration:null,auras:[{id:"13323a2e-4291-4387-9f11-04f3d45db81e",name:"Gibberling",keywords:"",details:"aura 10; enemies in the aura take a -2 penalty to all defenses. Gibberlings can’t surprise creatures that aren’t deafened."},{id:"a2a39d17-9310-4b5a-aee6-438dcbef4bfc",name:"Swarm Attack",keywords:"",details:"aura 1; a plaguechanged gibberling bunch makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"9d15c8a8-7d33-4748-b729-a20021f7772f",name:"Swarming Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4d4+4 damage. Critical Hit: The target takes an extra 1d6 force damage (save ends).",damage:"4d4+4 damage",category:1},{id:"56229f02-7637-4179-88d0-72876ba9f35f",name:"Pull Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"1d4+1 damage, and the target is knocked prone.",damage:"1d4+1 damage",category:1},{id:"7dca36eb-7949-4ab6-9f90-2edde13a71bd",name:"Bluefire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:6,defence:2},description:"",details:"1d4+3 force damage, and the target is slowed (save ends).",damage:"1d4+3 force damage",category:1},{id:"b7903407-b26a-4eb1-ad9b-6b80ef8adbaa",name:"Stay Down",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch can make opportunity attacks against adjacent targets that stand from prone.",damage:"",category:0},{id:"6f5f935b-66a1-4969-902c-0be8f5708941",name:"Bone Stripping",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch deals an extra 2d4 damage against prone targets.",damage:"a bunch deals an extra 2d4 damage against prone targets",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"+5 damage from close and area attacks",immune:"bluefire burst, charm, fear",tactics:""},{id:"0388cd8a-5cbe-4d72-a9c0-bbc4d010954f",name:"Sath’fiss’ith the Skybinder",details:"",size:2,origin:4,type:2,keywords:"reptile",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Common, Draconic, Primordial, Sarrukhar",skills:"Arcana +27, Bluff +28, Insight +24, Intimidate +28, Stealth +22",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:30},wisdom:{score:24},charisma:{score:32},hp:465,initiative:17,ac:42,fortitude:37,reflex:38,will:39,regeneration:null,auras:[{id:"093cecb9-7e8f-420f-94b6-38ac8fafc901",name:"Serpent Terror",keywords:"",details:"aura 10; while Sath’fiss’ith is not bloodied, enemies in the aura are slowed."}],powers:[{id:"3941ca9e-55cd-4695-aca0-ab9e8b26764c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"596e9065-158f-462c-bb66-265f3fec395d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"1d6+9 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"1d6+9 damage",category:1},{id:"35b825d4-fcc0-4fb6-b260-9e19c01cb862",name:"Sun Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"1d10+10 radiant damage, and the target is blinded (save ends).",damage:"1d10+10 radiant damage",category:1},{id:"15513c27-b004-4ec0-847b-e78a925a26cd",name:"Hypnotic Eyes",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target is dazed until the end of its next turn.",damage:"",category:3},{id:"36c1a632-f19e-4581-a683-674483158760",name:"Noxious Whirlwind",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:1},description:"",details:"2d6+7 poison damage, and the target is immobilized (save ends). Miss: Half damage, and the target is pushed 1 square and is not immobilized.",damage:"2d6+7 poison damage",category:5},{id:"34593966-1fef-41eb-9c1a-953f1dd96e19",name:"Viper Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Poison",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"Sath’fiss’ith makes two attacks against different targets; 1d6+10 lightning damage, and the target takes ongoing 10 poison damage and is slowed (save ends).",damage:"1d6+10 lightning damage",category:1},{id:"35452104-8b79-4be1-8bb3-a725e78f3bd7",name:"Vanishing Slide",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Sath’fiss’ith becomes invisible until the start of his next turn and moves up to his speed.",damage:"",category:1},{id:"ba3b744e-b093-4523-9726-be2641e54839",name:"Serpentine Evasion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an area or close attack targeting AC or Reflex defense misses Sath’fiss’ith but deals damage on a miss, he takes no damage from the attack.",damage:"when an area or close attack targeting ac or reflex defense misses Sath’fiss’ith but deals damage on a miss",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"6d75c152-add9-4ee0-8870-89a899d2247f",name:"Scathebeast Adult",details:"",size:3,origin:4,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:9},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:69,initiative:1,ac:16,fortitude:19,reflex:14,will:16,regeneration:null,auras:[],powers:[{id:"9fb26aba-1ecf-40a1-b877-39c6b2e238f2",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"55a3e528-4332-401c-9fb9-7bf461dec74f",name:"Digest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"2d6+3 damage, and the target is grabbed (until escape) and knocked prone. A grabbed target takes 5 acid damage at the start of its turn.",damage:"2d6+3 damage",category:1},{id:"0f1c5a24-52ab-4085-8a66-d344230fda3e",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast adult can charge a target that the scathebeast adult charges.",damage:"one other scathebeast within 5 squares of a scathebeast adult can charge a target that the scathebeast adult charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"0598257a-38eb-4d6e-af24-343448764e8e",name:"Scathebeast Bull",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:20},dexterity:{score:10},intelligence:{score:2},wisdom:{score:15},charisma:{score:7},hp:75,initiative:3,ac:20,fortitude:20,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"ea8e72dd-0cdb-4e53-baae-a8869567f0d5",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"d93e10f9-c43d-4b8f-8565-edefbbef3166",name:"Split Slime",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d4+5 acid damage.",damage:"2d4+5 acid damage",category:1},{id:"47a8fe3f-6245-44ee-aaef-1399f77f75c9",name:"Slime Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:9,defence:2},description:"",details:"2d4+5 acid damage, and the target is immobilized until the end of the scathebeast bull’s next turn.",damage:"2d4+5 acid damage",category:1},{id:"bc79a0df-a445-47fe-87c1-e572b2ef12a5",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast bull can charge a target that the scathebeast bull charges.",damage:"one other scathebeast within 5 squares of a scathebeast bull can charge a target that the scathebeast bull charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"75078e61-b8aa-443e-bae7-011802af1036",name:"Scathebeast Calf",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:8},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:48,initiative:0,ac:14,fortitude:17,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"c84a798d-a8d2-4d11-916a-f510237a4c23",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"f447d377-c9e7-4db9-bef9-0cadc6cd246c",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast calf can charge a target that the scathebeast calf charges.",damage:"one other scathebeast within 5 squares of a scathebeast calf can charge a target that the scathebeast calf charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"52f72d40-8588-4486-8b11-c94c5d5e08e1",name:"Scathebeast Giant",details:"",size:4,origin:4,type:1,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:16},intelligence:{score:2},wisdom:{score:10},charisma:{score:7},hp:180,initiative:6,ac:20,fortitude:22,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"87c9d0df-9eb4-4097-a496-b16c851a9eb1",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"44910fda-4a2a-4b94-a0a0-e501c26caa5e",name:"Mass Pin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:7,defence:1},description:"",details:"targets enemies; 2d6+3 damage, and the target is grabbed (until escape) and knocked prone. A grabbed target takes 5 acid damage at the start of its turn.",damage:"2d6+3 damage",category:1},{id:"41a2031a-aa1a-45ac-9bcb-64ee65d9d6c5",name:"Thrash",action:{action:4,trigger:"when a scathebeast giant takes damage from an attack by a creature within 2 squares of it",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"Reach 2; 2d6+3 damage, and the target is pulled adjacent to the scathebeast giant and is grabbed (until escape).",damage:"2d6+3 damage",category:5},{id:"6164f678-eb81-4437-a7cc-29eff26e0a09",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast giant can charge a target that the scathebeast giant charges.",damage:"one other scathebeast within 5 squares of a scathebeast giant can charge a target that the scathebeast giant charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"a1c399f5-3c0f-437b-8ae3-614fd094301b",name:"Scathebeast Watcher",details:"",size:3,origin:4,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"8",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:55,initiative:8,ac:18,fortitude:15,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"4a48df69-0c49-4966-bb9b-70b2a3fa704c",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+1 damage. If a scathebeast watcher has combat advantage against the target, the target also takes ongoing 5 poison damage (save ends), and the scathebeast watcher can shift 1 square.",damage:"2d6+1 damage",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"c540efea-bd14-46c2-b3c1-35e8e35ff8ad",name:"Shardsoul Avatar",details:"",size:3,origin:1,type:0,keywords:"construct",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"8, jump 6",alignment:"Chaotic evil",languages:"understands Common and Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:6},wisdom:{score:3},charisma:{score:20},hp:156,initiative:19,ac:31,fortitude:31,reflex:27,will:27,regeneration:null,auras:[{id:"9b5ce679-659b-4cb3-a483-afc28b1658cb",name:"Deranging Aura",keywords:"",details:"(Charm) aura 5; enemies within the aura take a -2 penalty to attack rolls and gain a +2 bonus to damage rolls. Each enemy whose attack misses the shardsoul avatar must make a melee basic attack against the nearest ally within reach as a free action."},{id:"e047a06b-e860-4ed2-af09-196a4562f82b",name:"Starshriek Aura",keywords:"",details:"(Psychic) aura 1; an enemy that starts its turn in the aura takes 5 psychic damage."}],powers:[{id:"2cf3f26b-0d19-4f5e-b729-beaa840074e5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+8 damage, and the target is marked until the end of the shardsoul avatar’s next turn.",damage:"2d6+8 damage",category:1},{id:"5127ff8c-26fc-4f7a-920a-2fc759569062",name:"Ironfell Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"1d10+6 radiant damage, and the target slides 1 square.",damage:"1d10+6 radiant damage",category:1},{id:"1f7384f5-e814-4c21-80b2-05c1c568872b",name:"Slaying Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardsoul avatar makes two claw attacks. If either attack hits a target marked by the shardsoul avatar, or if both attacks hit the same target, that target is also dazed until the end of the avatar’s next turn.",damage:"",category:1},{id:"3ffc1a4c-bc1c-4abc-bdc4-ac2403486291",name:"Meteor Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:21,defence:1},description:"",details:"1d4+8 damage plus 1d6 radiant damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is not pushed or knocked prone.",damage:"1d4+8 damage plus 1d6 radiant damage",category:1},{id:"06ce5316-d756-4d7f-b63b-c44682aec7d4",name:"Shardsoul Realease",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"Ranged 10",attack:null,description:"",details:"affects one other shardsoul of the shardsoul avatar’s level or lower; the target can take one extra standard action on each of its next two turns.",damage:"",category:1},{id:"119eee30-55e4-4cc5-b2b8-8064fdbe4b28",name:"Focused Killer",action:{action:5,trigger:"when an adjacent enemy marked by the shardsoul avatar shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardsoul avatar makes a claw attack against that enemy.",damage:"",category:5},{id:"05c84ed0-75bf-4f02-bcaf-915baaa09d11",name:"Skyfall Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a shardsoul avatar charges, it deals an extra 2d6 damage.",damage:"it deals an extra 2d6 damage",category:0}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2a2fd6a5-5552-42a2-b0f3-bff2e34b9800",name:"Shardsoul Slayer",details:"",size:2,origin:1,type:0,keywords:"construct",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6, jump 4",alignment:"Chaotic evil",languages:"understands Common and Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:18},intelligence:{score:6},wisdom:{score:3},charisma:{score:15},hp:90,initiative:13,ac:23,fortitude:21,reflex:20,will:18,regeneration:null,auras:[{id:"749c8ff9-187c-4cd0-b6eb-f353f308606b",name:"Deranging Aura",keywords:"",details:"(Charm) aura 5; enemies within the aura take a -2 penalty to attack rolls and gain a +2 bonus to damage rolls. Each enemy whose attack misses the shardsoul slayer must make a melee basic attack against the nearest ally within reach as a free action."}],powers:[{id:"b6b54eb8-9c21-49b9-82b6-1fea2f10dfdc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the shardsoul slayer’s next turn.",damage:"1d8+5 damage",category:1},{id:"6b9ded18-369f-4e2d-acda-9cbce437a04b",name:"Slaying Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The shardsoul slayer makes two claw attacks. If either attack hits a target marked by the shardsoul slayer, or if both attacks hit the same target, that target is also dazed until the end of the slayer’s next turn.; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"c980bcbb-0aa9-4e21-9dbb-4868222b385a",name:"Shardsoul Release",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"Ranged 10",attack:null,description:"",details:"affects one other shardsoul of the shardsoul slayer’s level or lower; the target can take one extra standard action on each of its next two turns.",damage:"",category:1},{id:"f6106f02-302c-4e6c-acbe-0331cf0c80a0",name:"Focused Killer",action:{action:5,trigger:"when an adjacent enemy marked by the shardsoul slayer shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardsoul slayer makes a claw attack against that enemy.",damage:"",category:5},{id:"81c81d48-3825-4b1b-af0c-505cb781a0c4",name:"Skyfall Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"When a shardsoul slayer charges, it deals an extra 1d8 damage.",damage:"it deals an extra 1d8 damage",category:1}],damageModifiers:[{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"094a1e7d-88f7-40cb-860f-1bd4c4465288",name:"Sharn",details:"",size:3,origin:0,type:1,keywords:"",level:12,role:{type:0,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Arcana +16, Insight +10, Religion +16",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:615,initiative:12,ac:28,fortitude:28,reflex:28,will:29,regeneration:{value:10,details:""},auras:[],powers:[{id:"e56d82ac-4026-4b6d-84ef-bff739c26ac3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"11dacd82-bf03-425c-8662-ede0c0240441",name:"Adaptive Blue Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:16,defence:2},description:"",details:"1d6+7 force damage, and ongoing 5 variable damage. The ongoing damage is a type to which the target is most vulnerable (sharn’s choice; the damage type doesn’t change once chosen). If the target has no vulnerability, the ongoing damage is force.",damage:"1d6+7 force damage",category:1},{id:"d7129e67-9ba8-42f0-b4a6-67badfd7296d",name:"Hex Portal",action:{action:3,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 5",attack:null,description:"",details:"the sharn creates a hexogonal window of blue light that it can attack through as if it were in that portal’s space. As a minor action, it can move one portal up to 4 squares. Portals don’t block line of sight, line of effect, or enemy movement. A sharn can maintain up to three such portals at a time with a single minor action; it can close as many as it wishes with a free action.",damage:"it can move one portal up to 4 squares",category:5},{id:"575a4021-3ce7-4eb9-ab7b-80aa6b300b45",name:"Leaping Plaguefire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Force",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"The sharn sends a blast of blue fire against three targets; the first target must be within 10 squares of the sharn, and the other two targets within 5 squares of the first target. Primary Target:; 2d6+7 fire and force damage. Secondary Targets: +17 vs. Reflex; 1d6+7 fire and force damage, and the target is dazed (save ends).",damage:"2d6+7 fire and force damage",category:1},{id:"947c1df6-07d0-40ae-a31a-215ec519f2dd",name:"Independent Action",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sharn makes two basic attacks (melee or ranged). If two different kinds of basic attacks hit the same target (such as a claw and a bite), that target is also dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"b0948e52-1518-4553-b518-d07be8e7e329",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The sharn spends a healing surge and heals 153 hit points. The sharn gains a +2 bonus to all defenses until the start of its next turn.",damage:"The sharn spends a healing surge and heals 153 hit points",category:1},{id:"fbea0846-48aa-4d45-b2b2-13f3c1f5e3e9",name:"Double Actions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An sharn rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different consciousness. The sharn’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:1},{id:"72d65496-3a7f-40d3-bc8d-52665b8e35db",name:"Independent Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"the sharn automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0},{id:"45c5f818-6e21-4014-aac1-0e44606788b8",name:"Threatening Reach",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn can make opportunity attacks against all enemies within its reach (2 squares), including through hex portals.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"pertrification, polymorph",tactics:""},{id:"59c03dde-29a6-4706-a68a-df44597ce906",name:"Starved Dog",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:8},hp:1,initiative:2,ac:15,fortitude:10,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"5227b03f-0469-4f30-9cb7-671b8b95b29b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a01410bb-1027-460b-a548-f23f5a3dc249",name:"Szass Tam",details:"",size:2,origin:4,type:2,keywords:"undead",level:30,role:{type:0,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Abyssal, Common, Draconic, Elven, Infernal, Mulhorandi",skills:"Arcana +31, Dungeoneering +28, History +31, Nature +28, Stealth +22",equipment:"implement, orb",category:"",strength:{score:12},constitution:{score:28},dexterity:{score:14},intelligence:{score:32},wisdom:{score:27},charisma:{score:30},hp:388,initiative:17,ac:45,fortitude:45,reflex:43,will:46,regeneration:{value:10,details:"If Szass Tam takes radiant damage, his regeneration doesn’t function on his next turn."},auras:[{id:"bf8da06e-6d2e-45ec-8ad2-bb6d384c46b5",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"35c6a93f-0f8c-4b58-a56f-3eae874381ab",name:"Vampire Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"3d6+10 necrotic damage, and Szass Tam gains 5 temporary hit points.",damage:"3d6+10 necrotic damage",category:1},{id:"6c4a8561-40c6-4867-a6c9-aeb7af124735",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"1d6+10 damage, and 10 ongoing necrotic damage (save ends).",damage:"1d6+10 damage",category:1},{id:"9e622345-b245-4e2a-b1e6-2c8d30dd016c",name:"Soul Strike",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 10",attack:{bonus:35,defence:2},description:"",details:"targets enemies; 5d10+11 necrotic damage. Miss: Half damage.",damage:"5d10+11 necrotic damage",category:5},{id:"0c6ef1b7-5fd7-4989-a6ea-7a75f1e55a12",name:"Flensing",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:35,defence:1},description:"",details:"3d6+11 necrotic damage, and the target is stunned (save ends). All allies of the target within line of sight take a -2 penalty to attack rolls (save ends). Szass Tam must make a new attack roll against the target when he sustains this effect. he can change the target as a standard action.",damage:"3d6+11 necrotic damage",category:5},{id:"8b9d1595-6595-489b-a1b7-c7c8a7a7fbd0",name:"Resistance",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"Szass Tam or 1 ally within range gains resist 10 against one type of damage until the end of the encounter. Choose from acid, cold, fire, force, lightning, necrotic, poison, psychic, radiant, or thunder damage.",damage:"szass tam or 1 ally within range gains resist 10 against one type of damage until the end of the encounter",category:5},{id:"94d061c6-96f6-4fc1-8cd1-bddc7dc5153d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Szass Tam spends a healing surge and heals 100 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Szass Tam spends a healing surge and heals 100 hit points",category:1},{id:"9fb623e5-3edb-43b7-b332-b17a9bfc1693",name:"Necrotic Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Szass Tam can convert any attack power he has to necrotic. Change a power’s energy keyword to necrotic, or add necrotic energy to an attack power that doesn’t normally deal energy damage.",damage:"or add necrotic energy to an attack power that doesn’t normally deal energy damage",category:0},{id:"076cd952-02f6-483b-b320-1f1b7d32a2c7",name:"Time Stop",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Szass Tam gains two extra standard actions, which he cannot use to attack other creatures.",damage:"",category:5},{id:"2a501e9e-d383-450e-9816-24bbd122ee4e",name:"Shadow Flow",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Szass Tam uses the power contained in his robes to become invisible until the start of his next turn.",damage:"",category:3},{id:"5590cb72-a40c-4624-9b3c-c746e38697a9",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Szass Tam regains the use of an expended encounter power.",damage:"",category:3},{id:"1dfcb480-9dba-4dac-8132-a5547a5bf4e4",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Szass Tam is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"02b65420-52e5-4830-9f79-10d955c38f83",name:"Terpenzi",details:"",size:4,origin:3,type:1,keywords:"undead",level:30,role:{type:3,flag:2,leader:!1},senses:"Perception +30; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +30, Bluff +32, Diplomacy +32, Insight +30, Intimidate +32, Stealth +32",equipment:"",category:"",strength:{score:27},constitution:{score:32},dexterity:{score:34},intelligence:{score:30},wisdom:{score:31},charisma:{score:34},hp:1400,initiative:27,ac:45,fortitude:47,reflex:48,will:48,regeneration:null,auras:[],powers:[{id:"98c23fcf-723a-4268-949b-49852e182351",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 4d6+8 damage, and ongoing 10 necrotic damage (save ends).",damage:"4d6+8 damage",category:1},{id:"2eeb3e32-7c2d-4a34-8b67-effaacd0f6bb",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d8+8 poison damage, and the target is weakened and takes ongoing 10 poison damage (save ends both). Aftereffect: The target is weakened (save ends).",damage:"2d8+8 poison damage",category:1},{id:"c71daa86-cdbf-47c2-af90-8057c515ba27",name:"Enslaving Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:35,defence:3},description:"",details:"the target is dazed (save ends). First Failed Save: The target is dazed and cannot attack Terpenzi (save ends both). Second Failed Save: The target is dominated (save ends). All saves to end these effects take a -2 penalty.",damage:"All saves to end these effects take a -2 penalty",category:3},{id:"5652be23-93a8-4839-91c5-f7543f13ae9f",name:"Soul-Chilling Wall",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Necrotic",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 10; conjures a wall of contiguous squares filled with darkness that blocks line of sight for all creatures except Terpenzi. The wall can be up to 5 squares long and up to 2 squares high. The spaces occupied by the soul-chilling wall are difficult terrain. Any creature that enters or starts its turn in the area takes 15 necrotic damage.",damage:"any creature that enters or starts its turn in the area takes 15 necrotic damage",category:5},{id:"114c2846-cc2a-4f52-a099-0bc10d17c7aa",name:"Siphon Slave",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 20",attack:null,description:"",details:"Terpenzi deals 30 necrotic damage to a creature it has dominated and regains 30 hit points.",damage:"terpenzi deals 30 necrotic damage to a creature it has dominated and regains 30 hit points",category:3},{id:"1ebb4039-5c4c-433c-8ebb-56893cb65268",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Terpenzi can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cf8d8875-c796-4ff7-bd5f-27b690ce6aa7",name:"Thaalud",details:"",size:4,origin:4,type:0,keywords:"construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +16; blindsight 20",movement:"8 (earth walk), burrow 2 (tunneling)",alignment:"Unaligned",languages:"understands Common and Netherese, telepathy 20",skills:"Arcana +21",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:17},intelligence:{score:22},wisdom:{score:12},charisma:{score:24},hp:380,initiative:15,ac:38,fortitude:35,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"249999ef-c4b8-422b-bb3e-f0f66171001e",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d8+11 damage.",damage:"2d8+11 damage",category:1},{id:"66c63389-d81d-43f8-85c7-46c3791ee0d5",name:"Thrown Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"2d8+11 damage. The maul returns to the thaalud’s grasp at the end of its turn.",damage:"2d8+11 damage",category:1},{id:"c5687d6a-85b0-452b-ab0e-0663c615c3e9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The thaalud makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"89f174a3-d368-40dd-aaf2-dee108237fb6",name:"Sweeping Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"2d8+11 damage, and the target is pushed 2 squares and is knocked prone. Hit: The thaalud can make a melee basic attack against another creature within reach.",attack:{bonus:20,defence:0},description:"",details:"Requires maul; reach 3",damage:"reach 3",category:1},{id:"24a15664-d63d-4304-b6b9-993be3deb68b",name:"Spike Stones",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:24,defence:0},description:"",details:"1d8 damage, and the target is slowed (save ends). Critical Hit: As above, but the target takes a -5 penalty to its saving throw to end the slowed condition. The zone is difficult terrain until the end of the encounter.",damage:"1d8 damage",category:1}],damageModifiers:[{type:2,value:-10},{type:3,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"f86400ea-4eed-455a-92cc-1ccdd98084c7",name:"Veserab",details:"",size:3,origin:5,type:1,keywords:"mount",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +11; blindsight 20",movement:"4, fly 8",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:18},intelligence:{score:2},wisdom:{score:17},charisma:{score:4},hp:60,initiative:11,ac:20,fortitude:20,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"3792bf1d-db14-4624-b271-0a7fc735b86d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"639b5efa-159d-40a5-be0a-0985d701021f",name:"Wing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"45f79302-428e-4242-8325-977550ba95e2",name:"Noxious Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Close blast 4",attack:{bonus:9,defence:1},description:"",details:"2d6+3 poison damage, and the target takes a -2 penalty to all defenses until the end of the veserab’s next turn. This power creates a zone of black, noxious fumes that remains in place until the end of the encounter. This zone blocks line of sight, and a creature that enters or ends its turn in the zone takes 5 poison damage. Veserabs are immune to this power’s effects.",damage:"2d6+3 poison damage",category:1},{id:"cf6f4966-29a9-4117-84f6-3bfe41df67dc",name:"Diving Wing Rake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath.",damage:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath",category:1},{id:"94b7405c-17db-4831-90af-4c0c1b03d1c0",name:"Dark Wings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when mounted by a friendly rider of 6th level or higher",range:"",attack:null,description:"",details:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath.",damage:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath",category:1},{id:"779bc3de-6e43-4091-b719-24a5a4b718aa",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The veserab deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"noxious breath",tactics:""},{id:"18fa47fa-97dc-48ed-b8ac-25d35bd2ec45",name:"Warlock Knight Executor",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Damaran",skills:"Arcana +10, Bluff +13, Diplomacy +13, Insight +9",equipment:"leather armor",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:22},intelligence:{score:12},wisdom:{score:10},charisma:{score:18},hp:194,initiative:11,ac:25,fortitude:22,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"447e57f1-27ee-466a-a2d4-39e9441098ac",name:"Ironfell Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+6 damage plus 4 radiant damage.",damage:"1d4+6 damage plus 4 radiant damage",category:1},{id:"dd54f59a-855f-42e2-a20c-60bac65ea668",name:"Ironfell Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:14,defence:0},description:"",details:"1d6+6 damage plus 1d4 radiant damage.",damage:"1d6+6 damage plus 1d4 radiant damage",category:1},{id:"e75e72c3-c9bc-433e-b0ed-6fb0b762558f",name:"Iron Sky Starfall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"1d6+4 radiant damage, and the target is dazed until the end of the executor’s next turn.",damage:"1d6+4 radiant damage",category:1},{id:"53b46b16-0c7f-45f3-85ab-7e02b2090444",name:"Shard Star Warrior",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"The executor makes two basic attacks (melee or ranged).",attack:null,description:"",details:"",damage:"",category:1},{id:"a714a3dc-bfb1-4965-a3e5-144742ce9ef4",name:"Dark One’s Own Luck",action:{action:7,trigger:"when the executor makes an attack roll; saving throw; ability check; or skill check; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The executor rerolls and uses the better of the two results.",damage:"",category:5},{id:"f459f379-0bb4-4426-a4d4-89c7e8285215",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"An executor deals an extra 2d6 damage on melee and ranged attacks against any target he or she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8e5cedb7-92e2-497b-afdf-fb5aad60a9a8",name:"Warlock Knight Luminary",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:0,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Damaran, Primordial",skills:"Arcana +17, Bluff +20, Intimidate +20, Streetwise +20",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:10},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:245,initiative:8,ac:30,fortitude:30,reflex:29,will:32,regeneration:null,auras:[],powers:[{id:"fe366b62-ed01-49c6-b5e2-59608c19a209",name:"Ironfell Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+1 damage plus 7 radiant damage.",damage:"1d10+1 damage plus 7 radiant damage",category:1},{id:"f48e697a-fdc5-4b0d-9427-7f4ab7cc52e5",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"f421e9e4-8f1e-47ed-900b-e327c4aaefb6",name:"Double Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make two eldritch blast attacks against different targets.",damage:"",category:1},{id:"5cb959d1-64da-407e-9ec9-2af7dff8b2af",name:"Bands of Telos",action:{action:1,trigger:"sustain minor; daily",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:1},description:"",details:"4d6+7 radiant damage, and the target is restrained (save ends). The luminary must make new attack rolls when she sustains the effect.",damage:"4d6+7 radiant damage",category:5},{id:"e12e32ea-963f-44fa-b479-070634d9c78b",name:"Iron Sky Meteors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"affects two targets in the area; 2d6+7 radiant damage, and the target is dazed until the end of the luminary’s next turn.",damage:"2d6+7 radiant damage",category:1},{id:"e3af92b1-a554-4407-a9ea-d145e9947ad3",name:"Dark One’s Own Luck",action:{action:7,trigger:"when the luminary makes an attack roll; saving throw; ability check; or skill check; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The luminary rerolls and uses the better of the two results.",damage:"",category:5},{id:"d227f67a-7dcd-43b6-972d-926a975e2497",name:"Ironfell Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The luminary chooses the closest enemy within line of sight. That enemy takes an extra 2d6 damage from the luminary’s attacks. A luminary can’t curse an enemy already under the effect of ironfell curse or another creature’s curse.",damage:"that enemy takes an extra 2d6 damage from the luminary’s attacks",category:3},{id:"263fbbde-db70-4999-a2d1-2f59212f14cf",name:"Fate of Ironfell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an enemy under the effect of ironfell curse is reduced to 0 hit points, the luminary gains a +5 power bonus to a single d20 roll before the end of her next turn.",damage:"the luminary gains a +5 power bonus to a single d20 roll before the end of her next turn",category:0},{id:"9c910615-0639-4cd0-84ea-99d7e9f90ddd",name:"Star Trail",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The luminary flies up to 7 squares, landing in an unoccupied space; she becomes insubstantial during this movement. An enemy that makes an opportunity attack against the luminary during this movement takes 10 radiant damage.",damage:"an enemy that makes an opportunity attack against the luminary during this movement takes 10 radiant damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78f7362d-ac66-4349-aba4-860f76320553",name:"Warlock Knight Vindicator",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Damaran",skills:"Arcana +16, Athletics +17, Diplomacy +17, Intimidate +17",equipment:"",category:"",strength:{score:24},constitution:{score:15},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:20},hp:286,initiative:9,ac:32,fortitude:30,reflex:27,will:28,regeneration:null,auras:[{id:"14eac4d1-e8d3-4371-9a2d-aeee3d7743f5",name:"Beacon of Telos",keywords:"",details:"aura 5; allies within the aura gain resist 10 against fire, psychic, and radiant damage."}],powers:[{id:"b9bc2d38-a7f9-4a60-a8fc-f5739bc16edb",name:"Ironfell Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d4+7 damage plus 1d10 radiant damage, and the target is marked until the end of the vindicator’s next turn.",damage:"2d4+7 damage plus 1d10 radiant damage",category:1},{id:"9fba7897-cd0a-4485-8127-ddf4f040543a",name:"Glaive Arcs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:null,description:"",details:"The vindicator makes two ironfell glaive attacks.",damage:"",category:1},{id:"75d3dc48-2ef2-4537-b731-ce919c1bfb58",name:"Iron Sky Starfall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"1d6+5 radiant damage, and the target is dazed until the end of the vindicator’s next turn.",damage:"1d6+5 radiant damage",category:1},{id:"05ec1b54-ecbf-402e-b995-cd7cfe5c19a6",name:"Iron Sky Pursuit",action:{action:4,trigger:"when an enemy marked by the vindicator within 5 squares of the vindicator moves away",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vindicator shifts up to 4 squares toward the marked enemy.",damage:"The vindicator shifts up to 4 squares toward the marked enemy",category:5},{id:"5c45b5a9-2da5-404e-b7fa-8f975bcefe6f",name:"Dark One’s Own Luck",action:{action:7,trigger:"when the vindicator makes an attack roll; saving throw; ability check; or skill check; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vindicator rerolls and uses the better of the two results.",damage:"",category:5}],damageModifiers:[{type:9,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07a87e17-78c3-4e8e-a16a-b4df36058089",name:"Wereserpent",details:"",size:2,origin:4,type:2,keywords:"reptile, shapechanger",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +9; low-light vision",movement:"6, climb 4 (in snake form only), swim 4",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +12, Bluff +12, Stealth +12",equipment:"leather armor; scimitar",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:60,initiative:7,ac:20,fortitude:19,reflex:18,will:17,regeneration:{value:5,details:"If the wereserpent takes damage from a silver weapon, its regeneration doesn’t function on its next turn."},auras:[],powers:[{id:"d72a5bd4-e4f7-4318-9b97-9115c3fa9587",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage (crit 1d8+13).",damage:"1d8+5 damage (crit 1d8+13)",category:1},{id:"feff3759-24b0-4ee9-82f8-0dcdd94d13fe",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage, and the target takes a -2 penalty to attack rolls and is weakened (save ends both).",damage:"1d6+5 damage",category:1},{id:"ab8c7fe9-c3f1-488d-88eb-abea387c434d",name:"Tail Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"the target is grabbed (until escape). A wereserpent can grab only one creature at a time.",damage:"",category:1},{id:"c5419feb-3432-4909-b710-79ece829c889",name:"Drag Foe",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Affects a target the wereserpent has grabbed; the wereserpent can move up to its speed and pull the grabbed target with it.",damage:"",category:2},{id:"84336f5d-493a-49ae-85e8-6643a8d61304",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Affects a target the wereserpent has grabbed; 1d4+5 damage, and the target is dazed until the end of the wereserpent’s next turn.",damage:"1d4+5 damage",category:1},{id:"2e8f523e-ef5b-4bfb-bf92-580309e0aaa8",name:"Serpentine Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wereserpent shifts 4 squares, and the serpent allies within 10 squares of it can shift 2 squares as a free action.",damage:"The wereserpent shifts 4 squares",category:2},{id:"76d89051-e2a3-4a0a-b518-d1cca7a6067d",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wereserpent can alter its physical form to appear as a crushgrip constrictor or a unique human. It cannot use its bite, constrict, or tail grab attacks in human form and cannot make scimitar attacks in snake form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cb2cd9b0-c8eb-486d-83ce-027862065b16",name:"Zairtail Bonebreaker",details:"",size:1,origin:4,type:1,keywords:"reptile",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:12},intelligence:{score:2},wisdom:{score:9},charisma:{score:7},hp:67,initiative:3,ac:16,fortitude:18,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"24695972-264f-498e-8ea6-4ecd6d7625e5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+4 damage, and the target is grabbed (until escape).",damage:"2d6+4 damage",category:1},{id:"c07ed6f4-ede7-4b0d-b25d-b0527138bfd2",name:"Drag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Grabbed target only; 2d6+4 damage, and the zairtail moves up to its speed, pulling the grabbed target with it.",damage:"2d6+4 damage",category:1},{id:"df425c22-56f1-4b23-b987-725ce45351bd",name:"Vise Jaws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A zairtail bonebreaker does not need to sustain a grab. Its grab lasts until the victim escapes or the bonebreaker lets go; the bonebreaker has a +5 bonus to Fortitude defense against escape attempts. Being affected by a condition that prevents the bonebreaker from taking opportunity actions does not end its grab. If the bonebreaker is subjected to forced movement, it pulls the grabbed creature with it.",damage:"the bonebreaker has a +5 bonus to Fortitude defense against escape attempts",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7900355c-2f07-4d0e-8bde-cbffec79ffa6",name:"Zairtail Cutter",details:"",size:1,origin:4,type:1,keywords:"reptile",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:20},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:58,initiative:9,ac:19,fortitude:15,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"c38b4097-0b0a-49d0-b3fa-6af2151fa420",name:"Slashing Crest",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"6ef1755b-cbb9-48b4-a367-5718eb9d33da",name:"Evasive Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage, and the zairtail cutter shifts 2 squares.",damage:"1d8+5 damage",category:1},{id:"f60f2dab-f509-4cb5-ba04-6e5de11b85f9",name:"Slicing Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The zairtail cutter moves its speed. It can make a single basic attack against each creature it moves adjacent to during this move.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"642d2cef-f155-45c9-aae8-5127f2a36cad",name:"Zairtail Firetongue",details:"",size:1,origin:4,type:1,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +0; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:9},charisma:{score:7},hp:38,initiative:5,ac:15,fortitude:15,reflex:17,will:12,regeneration:null,auras:[{id:"549bc1d4-25d9-4cc3-87ff-c8ecb77a9056",name:"Scalding Body",keywords:"",details:"When a zairtail firetongue is hit by a melee attack or grabbed, the attacker takes 5 fire damage, and the firetongue shifts 1 square."}],powers:[{id:"0f2268d9-9c31-4529-95d1-09c4369ff456",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"cfc5989b-b9ef-4e5c-9fa3-2d2321368808",name:"Burning Bile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:0},description:"",details:"2d6+2 fire damage.",damage:"2d6+2 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43221957-2e22-404b-a61d-ec8bf1c8683d",name:"Zairtail Gazer",details:"",size:1,origin:4,type:1,keywords:"reptile",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:9},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:19},hp:40,initiative:3,ac:17,fortitude:12,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"f494e05a-aeab-45a0-88c1-fc74c374b201",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"b0f529eb-4104-4cbc-b6dc-21ef0815ca2c",name:"Disorienting Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; blind creatures are immune; the target is dazed until the end of the zairtail gazer’s next turn.",damage:"",category:1},{id:"420b6722-1ef5-48f7-b89a-b476c03139dc",name:"Zairtail Alert",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"All zairtails within 10 squares can move up to their speed as a free action.",damage:"All zairtails within 10 squares can move up to their speed as a free action",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5c77257-8013-4d81-94a3-8221fae21164",name:"Zairtatil Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"8 can enter or move through an enemy’s space without provoking opportunity attacks",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:9},dexterity:{score:19},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:40,initiative:7,ac:17,fortitude:13,reflex:18,will:16,regeneration:null,auras:[{id:"af421e16-229a-4c13-8a4e-c152d3dbd377",name:"Swarm Attack",keywords:"",details:"aura 1; the zairtail swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"415233f3-9bab-4eb6-b114-fa8d2a5ac673",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage plus ongoing 3 damage.",damage:"1d8+4 damage plus ongoing 3 damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"283bf478-b011-49fe-b691-a3220979b113",name:"Zark the Dwarf",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Dwarven",skills:"Bluff +7, Dungeoneering +10, Endurance +7",equipment:"crossbow; crossbow bolts (20); leather armor; warhammer",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:46,initiative:5,ac:17,fortitude:16,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"d40c7233-f505-4d6a-be84-58944387f1aa",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"f5911f0c-1e45-4033-989f-1f90ec76e66a",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"40ec5e99-ce08-4a89-96f0-3e8b6fd15cc8",name:"Aimed Shot",action:null,keywords:"",condition:"",range:"Zark gains a +2 bonus to attack rolls and deals an extra 1d6 damage with ranged attacks against creatures that don’t have cover.",attack:null,description:"",details:"",damage:"",category:0},{id:"5557a4ac-d537-4481-ab67-9d7db8610ba2",name:"Stand Your Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Zark to move—through a push, a pull, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Zark prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43f1fa34-ea71-4ff4-abc0-3e2024049d5d",name:"Zhent Black Sun Adept",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Chaotic evil",languages:"Chondathan, Common",skills:"Bluff +13, Diplomacy +13, Insight +10, Religion +11",equipment:"chainmail; light shield; morningstar",category:"",strength:{score:15},constitution:{score:11},dexterity:{score:10},intelligence:{score:16},wisdom:{score:14},charisma:{score:20},hp:67,initiative:3,ac:20,fortitude:17,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"e833208e-4a0b-412a-a2bf-f9705009da54",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"a6d4ac64-5b67-47cd-81e6-2b5bb5d37255",name:"Black Sunbeam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic or Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d4+5 necrotic or radiant damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"1d4+5 necrotic or radiant damage",category:1},{id:"2c308d60-1e52-4d92-b603-540d5bd5ad40",name:"Behold the Black Sun",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 2",attack:{bonus:10,defence:3},description:"",details:"the target slides 1 square, is knocked prone, and is dazed until the end of the adept’s next turn.",damage:"the target slides 1 square",category:1},{id:"7975f2e8-07b5-4af4-b08b-e631d62c5387",name:"Rebellious Limbs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"1d4+5 psychic damage, and the target slides 2 squares and makes a basic melee attack against itself.",attack:{bonus:10,defence:3},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3504b24e-974f-4944-9ea4-889f88862bdc",name:"Zhent Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"5",alignment:"Evil",languages:"Chondathan, Common",skills:"Endurance +7, Intimidate +9, Streetwise +9",equipment:"crossbow; crossbow bolts (20); heavy shield; longsword; scale armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:63,initiative:4,ac:21,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"5338e499-e77d-4b44-87b6-eb344a9ec673",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of the Zhent soldier’s next turn.",damage:"1d8+6 damage",category:1},{id:"eec40f59-8e87-42d0-b6c5-640e7e10f643",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"f63681d3-ecee-40fa-a425-dd61a1920081",name:"Sly Cut",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Requires longsword; affects a target marked by the Zhent soldier; 1d8+6 damage, and the target is slowed (save ends).",damage:"1d8+6 damage",category:1},{id:"8d19a56b-6520-4ae7-a2ae-134c90ab9376",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires shield; 1d8+4 damage, and the target is pushed 1 square if it is Large or smaller. The Zhent soldier can shift 1 square into the space vacated by the target.",damage:"1d8+4 damage",category:1},{id:"49383076-161d-4191-a430-363cf2cf4104",name:"Zhent Phalanx",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a Zhent soldier is adjacent to an ally, he or she doesn’t grant combat advantage to flanking enemies.",damage:"",category:0},{id:"9c90b7bb-2970-4a93-aca4-cc751818f327",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Zhent soldier deals an extra 1d4 damage on all attacks against a target that is marked by it.",damage:"a zhent soldier deals an extra 1d4 damage on all attacks against a target that is marked by it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74dbcb50-d43c-44c2-ae9b-84ce8f61ea21",name:"Zhent War Mage",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Chondathan, Common",skills:"Arcana +15, Diplomacy +9, Dungeoneering +11, Insight +11",equipment:"dagger; implement, wand",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:12},hp:56,initiative:6,ac:19,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"3510c8b0-19dc-472a-9fc3-efda6d3620c5",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"b3389b9a-790e-4426-968a-e4d313467b10",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"2d4+5 force damage.",damage:"2d4+5 force damage",category:1},{id:"7383d348-ef37-496e-bb97-ebf214dfa3c4",name:"Zhent Flash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 3",attack:{bonus:10,defence:2},description:"",details:"1d8+5 radiant damage, and the target is blinded until the end of the war mage’s next turn.",damage:"1d8+5 radiant damage",category:1},{id:"c2c3ff5d-48f1-4b5f-854a-21b909571364",name:"Fire Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:2},description:"",details:"1d6+5 fire damage.",damage:"1d6+5 fire damage",category:1},{id:"d41d4f1d-23fb-4ecc-ae60-7e14dfc4efd0",name:"Black Vapors",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Area burst 3 within 20",attack:{bonus:10,defence:2},description:"",details:"1d6+5 poison damage, and the target takes ongoing 5 poison damage and takes a -2 penalty to attack rolls (save ends both).",damage:"1d6+5 poison damage",category:5},{id:"59977695-c171-481c-b973-d669bfde5795",name:"Wand of Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"Requires wand; the war mage gains a +3 bonus to one attack roll.",damage:"the war mage gains a +3 bonus to one attack roll",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a880d9e3-9460-4bfc-bb33-be78ba831ed3",name:"Baboon Wight",details:"",size:2,origin:4,type:1,keywords:"undead",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +0; darkvision",movement:"7, climb 4",alignment:"Evil",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:3},wisdom:{score:6},charisma:{score:15},hp:124,initiative:7,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"8d4508ab-4a89-4b1b-b4fb-b4a8d7e05c00",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+4 necrotic damage, and the baboon makes a secondary attack against the target. Secondary Attack: +8 vs. Fortitude; the target loses 1 healing surge.",damage:"1d4+4 necrotic damage",category:1},{id:"b136e692-cce0-44ab-b842-5eace37cde7a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+5 damage, and the target is pushed 1 square.",damage:"1d6+5 damage",category:1},{id:"d1e86c93-2456-4aa2-adcc-aa08901d703f",name:"Howling Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The baboon wight makes a bite attack and a slam attack. The wight can shift 3 squares before, between, or after the attacks.",damage:"The wight can shift 3 squares before",category:1},{id:"32d12df1-cd17-4640-aa13-4ee0c8c924bf",name:"Maddening Howl",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"1d8+6 psychic damage, and the target is immobilized (save ends).",damage:"1d8+6 psychic damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1344d5da-cc6a-4d26-9e12-b894f722080a",name:"Chavakuth’s Bodyguard",details:"",size:2,origin:4,type:2,keywords:"reptile; lizardfolk",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +9",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +13",equipment:"greatclub",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:86,initiative:6,ac:18,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"d4450cc0-08de-4df6-a99b-f6d42ca185d4",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4d4+4 damage, and the target is pushed 1 square.",damage:"4d4+4 damage",category:1},{id:"a9ab1465-029d-4222-a811-02bec69bafaf",name:"Tail Slap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"2d6+4 damage, and the target is knocked prone.",damage:"2d6+4 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f913d7a-f261-4392-ba20-50ed9381a4e1",name:"Elvarel Prath",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:9,role:{type:3,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Bluff +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:13},intelligence:{score:13},wisdom:{score:17},charisma:{score:13},hp:96,initiative:5,ac:23,fortitude:21,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"cd4d8c52-3a7c-42b9-94c8-a06e3042c202",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"925ca8e2-6160-4b04-9766-d9cbcb6e3dfd",name:"Smite the Invader",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+3 damage, and the target is knocked prone.",damage:"2d8+3 damage",category:1},{id:"a2671dc9-e468-43df-be93-ba9f36131ce4",name:"Invoke Ferocity",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"the target can make a melee basic attack as a free action. If the target hits, it regains 10 hit points.",attack:null,description:"",details:"targets one undead or beast ally",damage:"",category:3},{id:"6f7cb622-2004-4f62-907d-660fe2f7db1c",name:"Word of Command",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Elvarel slides the target 6 squares. If the target ends adjacent to any enemies, one of those enemies can make a melee basic attack against the target as a free action.",attack:{bonus:13,defence:3},description:"",details:"targets enemies",damage:"",category:1},{id:"1b0fe5ec-8224-4cd9-8267-4c4aae1c042f",name:"Feigned Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Elvarel falls prone but remains conscious with 10 hit points. He appears to be unconscious or dead (Passive Insight DC 19 to recognize the deception). The next time an enemy moves out of a square adjacent to Elvarel without shifting, as an immediate interrupt, he stands and makes a smite the invader attack.",damage:"Elvarel falls prone but remains conscious with 10 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4ca2255-a852-4d7e-a897-9f37fce8e1e6",name:"Kallist",details:"",size:2,origin:4,type:2,keywords:"reptile; lizardfolk",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:160,initiative:5,ac:20,fortitude:20,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"6ed0b198-4037-44f6-9ba7-9f99a5ba4716",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"c013c9a2-87cf-492c-8d9d-b7aef1ef4452",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage, and the target is slowed (save ends). If the target is already slowed, it is instead immobilized (save ends).",damage:"1d10+5 damage",category:1},{id:"07bc196b-f786-447b-ad7f-4a1ec4217393",name:"Debilitating Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"3d10+4 damage, and the target is weakened (save ends). Miss: Half damage.",damage:"3d10+4 damage",category:1},{id:"61de5b83-23ad-4fc7-ac38-a31fe434afaf",name:"Sidestep Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The lizardfolk shifts and makes two basic attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"33ac5d0c-9cde-4d58-8ede-defe57be6432",name:"Megaraptor Skeleton",details:"",size:4,origin:4,type:1,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:130,initiative:8,ac:22,fortitude:23,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"8ec2c9c7-6858-4edd-a5b4-3b2d2f16dc0e",name:"Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"164e8436-523a-4cd9-adc1-f3d363ab0768",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the megaraptor gains a +2 bonus to attack rolls and deals 1d6 extra damage.",damage:"the megaraptor gains a +2 bonus to attack rolls and deals 1d6 extra damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7e4b6a21-7a8a-46f5-9bc6-1d5bd2c4e460",name:"Nagatha",details:"",size:2,origin:4,type:2,keywords:"blind, reptile",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"10, burrow 2",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:106,initiative:8,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"4b744a8c-22dd-4e44-ae7b-ec0310330fdf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+3 damage, and the nagatha makes a secondary attack against the target. Secondary attack: +9 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"2d8+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"903e7de7-80ea-46b1-ace6-6a617b8d8f42",name:"Sail Snake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"4, climb 4, fly 6 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:19},intelligence:{score:2},wisdom:{score:10},charisma:{score:14},hp:85,initiative:7,ac:18,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"000ed9ce-c758-4555-a285-3e2b0751d961",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"d758a763-a50c-48ee-9d64-1e74aade25f1",name:"Venom Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:7,defence:1},description:"",details:"target is blinded (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"f77e8c06-bf40-45ac-990f-9a453db65625",name:"Scale Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:7,role:{type:2,flag:2,leader:!1},senses:"Perception +4; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:14},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:332,initiative:5,ac:19,fortitude:24,reflex:19,will:18,regeneration:null,auras:[{id:"3f73911b-145b-4d6a-9681-d1dae2424f9b",name:"Shifting Scales",keywords:"",details:"aura 2; any enemy the starts its turn within the aura takes 5 damage, and the scale golem slides the enemy 1 square."}],powers:[{id:"0f37965f-e5a4-4e32-8d2b-6e3de4e67842",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"b58445a1-29b5-4b26-a767-24991ef8e443",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem makes two slam attacks.",damage:"",category:1},{id:"5b4ce45c-b04e-4131-80b7-1d2552903146",name:"Eviscerating Explosion",action:null,keywords:"",condition:"when first bloodied and again when the scale golem drops to 0 hit points",range:"Close burst 3",attack:{bonus:8,defence:2},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:0},{id:"b57ebc12-c08b-4b82-a6b1-c963c6013870",name:"Golem Rampage",action:{action:1,trigger:"see also bloody rampage",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scale golem moves up to its speed plus 2 and can move through enemies’ spaces. When it enters a creature’s space, the golem makes a slam attack against that creature. On each use of golem rampage, the golem can make only one slam attack against each creature.",damage:"The scale golem moves up to its speed plus 2 and can move through enemies’ spaces",category:5},{id:"45103efd-a9eb-4a94-95b8-c111272d08f0",name:"Bloody Rampage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Golem rampage recharges on 4 5 6.",damage:"Golem rampage recharges on 4 5 6",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a45b335-97d5-4d90-be12-d35285c98c54",name:"Shillonok",details:"",size:2,origin:4,type:2,keywords:"reptile; lizardfolk",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:160,initiative:5,ac:20,fortitude:20,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"b3b84ca1-7c09-417b-a1ea-419bc3bf7f4a",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"f94aab53-e03a-4ed1-923e-1b87f00b4502",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage, and the target is slowed (save ends). If the target is already slowed, it is also pushed 2 squares.",damage:"1d10+5 damage",category:1},{id:"7d715129-87f8-4abc-909d-1cbaefd6e30d",name:"Blinding Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"3d10+4 damage, and the target is blinded (save ends). Miss: Half damage.",damage:"3d10+4 damage",category:1},{id:"ddb9482e-6a50-49e1-940b-e71e41e70878",name:"Sidestep Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Shillonok shifts and makes two basic attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1924a444-ea2d-40f3-90f0-1036e1eef3c2",name:"The Risen King",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:3,flag:2,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common, Draconic, telepathy 10",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:18},intelligence:{score:21},wisdom:{score:20},charisma:{score:22},hp:408,initiative:9,ac:24,fortitude:21,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"42a7b603-99eb-4a89-8c01-0f21718a1a5d",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+5 damage, and the target is marked or slowed until the end of the Risen King’s next turn.",damage:"2d10+5 damage",category:1},{id:"bcfee16e-3388-4283-8af3-8271c6606994",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Risen King makes two bastard sword attacks.",damage:"",category:1},{id:"b4895ea8-1fcf-4410-a44e-555d5cd7f01d",name:"Invoke Serpents",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:1},description:"",details:"3d10+5 damage. Effect: The Risen King causes vipers to spill from the target’s flesh, causing a viper swarm (see below) to appear adjacent to the target.",damage:"3d10+5 damage",category:3},{id:"f51f0191-189d-42af-9ea4-7b2225bf83fa",name:"Inspire Awe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"the target cannot attack the Risen King (save ends).",damage:"",category:3},{id:"77f85c56-966d-4ccd-82e2-45f8161d0d27",name:"Eyes of Betrayal",action:{action:1,trigger:"when an enemy starts its turn within 2 squares of the risen king",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The triggering enemy must make a basic attack against one ally.",damage:"",category:5},{id:"cb34710f-3168-4821-b9e6-c5b9735ec8e4",name:"Poisonous Blood",action:null,keywords:"",condition:"",range:"Any creature adjacent to the Risen King that is hit by a melee attack takes 5 poison damage. While the Risen King is bloodied, the damage instead equals 10 poison.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"57ad99f2-e3c8-4c63-b5b3-2d94d64e967a",name:"Viper Swarm (lesser)",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"5, climb 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:13,regeneration:null,auras:[{id:"7fa7e742-ad2e-4fa0-83d7-55a1d6fa98a4",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 poison damage."}],powers:[{id:"af6e39e2-a725-4517-a0c2-876c80ee198c",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+3 damage, and the swarm makes a secondary attack against the target. Secondary Attack: +9 vs. Fortitude; the target takes ongoing 5 poison damage (save ends).",damage:"1d6+3 damage",category:1},{id:"5abfc1df-bfbb-464c-8d64-3dd1a0561123",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The viper swarm makes a swarm of fangs attack and shifts its speed.",damage:"",category:1},{id:"3966a8d6-46bf-410e-b634-46910fb3b5bf",name:"Serpentine Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The viper swarm ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74dc4dbe-5c03-409a-b372-4c78974af8d6",name:"Writhing Blackness",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +6; tremorsense 5",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:13},intelligence:{score:1},wisdom:{score:13},charisma:{score:16},hp:252,initiative:6,ac:22,fortitude:20,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"08aac9e9-0e73-4afc-a4c7-3640c4a6db97",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 2; 1d8+5 damage, and the target is grabbed.",damage:"1d8+5 damage",category:1},{id:"8fe77f81-3f0a-4ddb-9322-7b9a3df20980",name:"Engulf",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Reach 2; targets a creature immobilized by the writhing blackness; the target is no longer grabbed or immobilized and is instead engulfed (save ends). While engulfed, the target is restrained and takes 3d8 + 5 necrotic damage at the start of the writhing blackness’s turn. The engulfed creature has line of sight and line of effect only to the writhing blackness, and no creature has line of sight or line of effect to the target. When the writhing blackness dies or the target saves, it appears in a space of its choice adjacent to the writhing blackness.",damage:"the target is restrained and takes 3d8 + 5 necrotic damage at the start of the writhing blackness’s turn",category:3},{id:"be71a393-bc52-4910-aefc-569df4ff54df",name:"Deadly Constriction",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the writhing blackness; 2d8+5 damage, and the target is immobilized (save ends).",damage:"2d8+5 damage",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"96d518a9-015c-402c-b7ea-0caf17eb616d",name:"Yuan-ti Boneshard Skeleton",details:"",size:2,origin:4,type:0,keywords:"reptile, undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:77,initiative:5,ac:17,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"eaebdc7b-1613-45dc-833e-0029b8897b44",name:"Boneshard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 damage, and ongoing 5 poison and necrotic damage (save ends).",damage:"1d4+3 damage",category:1},{id:"8c6d80d6-bacc-4e14-91e0-937d4d42f1bc",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage (crit 1d8 + 11) plus 5 poison damage.",damage:"1d8+3 damage (crit 1d8 + 11) plus 5 poison damage",category:1},{id:"0f79c0c5-9f54-4ef4-b251-ff8f0a6fde58",name:"Boneshard Burst",action:null,keywords:"Necrotic, Poison",condition:"when first bloodied and again when the boneshard skeleton drops to 0 hit points",range:"Close burst 3",attack:{bonus:8,defence:2},description:"",details:"2d6+3 necrotic and poison damage.",damage:"2d6+3 necrotic and poison damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"882cad85-4979-4c65-bc1a-226875c492e8",name:"Yuan-ti Ignan",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:8,role:{type:7,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:13},intelligence:{score:6},wisdom:{score:14},charisma:{score:11},hp:180,initiative:7,ac:24,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"2888e28b-57fe-47ad-94a8-45b071759a87",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+4 damage, and the target is marked until the end of the yuan-ti ignan’s next turn.",damage:"1d8+4 damage",category:1},{id:"bd84d221-64ae-4c86-88c8-e6c49094a855",name:"Burning Constriction",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets a creature grabbed by the yuan-ti ignan; 1d6+5 damage plus 1d4 fire damage, and until the end of the yuan-ti ignan’s turn, it can move the grabbed target as a move action instead of as a standard action.",damage:"1d6+5 damage plus 1d4 fire damage",category:3},{id:"e31747b3-6984-475e-a713-387a5d5138d9",name:"Tail Slap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8+4 damage plus 1d4 fire damage, and the target is grabbed.",damage:"1d8+4 damage plus 1d4 fire damage",category:3},{id:"f1d0b52e-b897-4170-a2dd-7d54e26bb480",name:"Body of Flame",action:null,keywords:"",condition:"",range:"Any creature that hits the yuan-ti ignan with a melee attack gains vulnerable 5 fire until the end of its next turn.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e8ab613c-01b6-4807-8b3c-f0554610de88",name:"Allan Redhand",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven, Goblin",skills:"Athletics +10, Intimidate +5",equipment:"greatsword; scale armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:12},charisma:{score:9},hp:44,initiative:5,ac:21,fortitude:15,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"5d42592b-4212-4df4-ae68-3644715561cb",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"f6b9b0a8-c546-4f5e-a9d0-df96224927cc",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever Allan hits with his greatsword, he marks his target until the end of his next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"96f70579-8431-4d0d-9894-8a09ec211cda",name:"Barthus",details:"",size:2,origin:4,type:2,keywords:"undead",level:6,role:{type:3,flag:2,leader:!1},senses:"Perception +7; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Netherese",skills:"Arcana +8, Diplomacy +13, History +8, Insight +12, Religion +8",equipment:"leather armor; lifedrinker weapon; mace",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:18},charisma:{score:20},hp:292,initiative:10,ac:24,fortitude:20,reflex:17,will:18,regeneration:{value:5,details:"regeneration does not function while Barthus is exposed to direct sunlight"},auras:[],powers:[{id:"fb014f52-a4d0-45c4-a7f3-993670e811f8",name:"Lifedrinker Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage. If this attack drops an enemy to 0 hit points, then Barthus gains 5 temporary hit points.",damage:"1d8+4 damage",category:1},{id:"29d91c2c-1483-492a-8b5f-95984d66d494",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Requires combat advantage; 1d6+8 damage, and the target is weakened (save ends), and Barthus heals 36 hit points.",damage:"1d6+8 damage",category:5},{id:"e05ffb7d-c3ea-45ef-9d60-6a41d0bdc2dc",name:"Forbidding Darkness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d10+3 necrotic damage, and Barthus gains combat advantage against the target until the end of his next turn.",damage:"1d10+3 necrotic damage",category:1},{id:"dbe149c4-eea0-4c53-aab4-35b7c669ceca",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:9,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Barthus can dominate only one creature at a time.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"7936391f-c1b3-4eee-9b18-4639b88c8446",name:"Desecrated Ground",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Zone",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Burst 1; 1d6+3 necrotic damage, and target is slowed (save ends). Until the end of the encounter, enemies that start their turns within the zone take 1d6+3 necrotic damage. Barthus and any allies who are bloodied and start their turns within the zone regain 4 hit points. Barthus can have only one zone of desecrated ground at a time.",damage:"1d6+3 necrotic damage",category:3},{id:"399f844f-1da3-4b85-ba1c-7cae0e103c16",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Barthus becomes insubstantial and gains a fly speed of 12, but cannot make attacks. He can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Barthus becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"565c0b53-da26-40e6-a807-e027ba63972b",name:"Bound Oni Night Haunter",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +14, Insight +11, Stealth +13, Thievery +13",equipment:"morningstar",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:212,initiative:8,ac:26,fortitude:25,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"4af7a18f-6106-4995-bc16-52344165e801",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d12+6 damage, and a Medium or smaller target is pushed 1 square.",damage:"1d12+6 damage",category:1},{id:"c043ac36-6b31-476e-b2ad-5ecae3018f33",name:"Hypnotic Breath",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Charm, Sleep",condition:"",range:"Close blast 5",attack:{bonus:13,defence:3},description:"",details:"the target is dazed (save ends). First Failed Save: The target falls unconscious (no save).",damage:"",category:5},{id:"45c02232-2246-482a-9982-88e3e03ea746",name:"Devour Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Psychic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Affects an unconscious target only; 2d10+5 psychic damage, and the oni night haunter regains 10 hit points. This attack does not wake the unconscious target.",damage:"2d10+5 psychic damage",category:1},{id:"de1df94c-1e7b-468d-8c97-6d47c8489835",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni night haunter can disguise itself to appear as an elderly Medium or Large humanoid. A successful Insight check (opposed by the oni’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"fb667489-4e73-450d-99ed-fc305f3fcbc4",name:"Gaseous Form",action:{action:1,trigger:"sustain standard",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover). It can enter and move through a porous obstacle that would otherwise prevent movement (such as a door or a cracked window). It remains in this form as long as it sustains the power.",damage:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be581444-3957-4bc2-b1a9-0fd0ee92025b",name:"Devlin",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!0},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Bluff +8, Diplomacy +8",equipment:"chainmail; halberd",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:12},intelligence:{score:9},wisdom:{score:10},charisma:{score:15},hp:56,initiative:7,ac:18,fortitude:13,reflex:12,will:11,regeneration:null,auras:[{id:"40408034-aada-40bf-b836-5f9c2a15e942",name:"Bloodthirsty Tactics",keywords:"",details:"aura 5; allies in the aura score a critical hit on a roll of 19 or 20 when they attack a bloodied enemy with a melee or ranged attack."}],powers:[{id:"a93091dc-fce6-42e2-a42f-40bc2bf7b2c8",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"a3e88822-c3f5-49a1-a8b9-cea618dcf7d3",name:"Wolf Pack Tactics",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d10+8 damage; prior to the attack, one can shift 1.",damage:"1d10+8 damage",category:1},{id:"b72685dd-88bd-4965-8bbe-93ef6514c6d1",name:"Hammer and Anvil",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"2d10+8 damage, and one ally adjacent to the target makes a melee basic attack against the target with a +2 bonus on the attack.",attack:{bonus:6,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7801d37a-a0d5-4fb7-8966-5768f4a602df",name:"Ephram Darano",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6, climb (not in halfling form)",alignment:"Evil",languages:"Common, Goblin, Netherese",skills:"Bluff +7, Stealth +10, Thievery +10",equipment:"dagger",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:18},wisdom:{score:12},charisma:{score:11},hp:49,initiative:10,ac:20,fortitude:18,reflex:19,will:16,regeneration:{value:5,details:"if Ephram takes damage from a silvered weapon, his regeneration doesn’t function on his next turn"},auras:[],powers:[{id:"1c27c487-0323-4256-8459-f34e966791af",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"162ff8ec-174d-488c-861a-53af74ce342d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 2 damage (save ends) and contracts filth fever.",damage:"1d6+4 damage",category:1},{id:"a4cbf1ad-46a4-4ad8-8b7a-7a3b304d2e20",name:"Cloud of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"Area 1 square within 10 squares; 1d6+4 force damage.",damage:"1d6+4 force damage",category:1},{id:"6bf2f31e-bd41-4af2-901c-e9247a4854a8",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"two bolts of white energy attack targets; 2d8+7 cold damage, and the target is immobilized until the end of Ephram’s turn.",damage:"2d8+7 cold damage",category:1},{id:"79b4a276-0cdd-4e14-b1c1-b2841a9cc909",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Ephram deals 1d6 + 1 extra damage against any target he has combat advantage against.",damage:"ephram deals 1d6 + 1 extra damage against any target he has combat advantage against",category:0},{id:"1fed3428-2694-4c81-98b7-9e911b6f6b53",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Ephram can alter his physical form to appear as a dire rat or a unique halfling. He loses his bite attack in halfling form.",damage:"",category:3},{id:"b835b4dc-cfe5-4524-82c0-06c74dd37100",name:"Dimension Door",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ephram teleports 10 squares.",damage:"Ephram teleports 10 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b7b5dcdc-2e71-482b-9865-be014ba1b11e",name:"Farrak and Harrak",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +10",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:19},intelligence:{score:13},wisdom:{score:14},charisma:{score:9},hp:44,initiative:5,ac:17,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"78fbb89e-daef-4b0d-a7cd-9eb3a9126b8c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"c080eb3c-dc2d-4f8c-8d6e-98426dec062e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Farrak and Harrak deal 1d6 extra damage against any target they have combat advantage against. If they’re flanking with each other, they deal 2d6 extra damage.",damage:"farrak and harrak deal 1d6 extra damage against any target they have combat advantage against",category:0},{id:"6ef4864c-93c8-4d45-98d7-bc6858b99a7b",name:"Blood Oath of Vengeance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If either Farrak or Harrak drops to 0 hit points within sight of the other one, the conscious one takes a -2 penalty on all defenses but a +2 bonus on attack rolls and damage rolls until the end of the encounter.",damage:"the conscious one takes a -2 penalty on all defenses but a +2 bonus on attack rolls and damage rolls until the end of the encounter",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00c8e272-d24a-4593-9232-16a08ddb7c43",name:"The Dark-Eyed One",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +12",equipment:"cloth armor (basic clothing); dagger; quarterstaff",category:"",strength:{score:9},constitution:{score:9},dexterity:{score:18},intelligence:{score:19},wisdom:{score:15},charisma:{score:14},hp:39,initiative:5,ac:18,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"c6b1cbb8-ea20-4d9e-b2c6-ee7af65e77d4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"5ae95e01-818a-47a4-a45b-862eb9c32e8a",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"2d4+2 damage.",damage:"2d4+2 damage",category:1},{id:"37768d79-a8fe-4ebf-8f3a-e19a142f16c1",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:6,defence:1},description:"",details:"1d8+2 thunder damage, and the target is dazed (save ends).",damage:"1d8+2 thunder damage",category:1},{id:"928b38fe-5dca-4f7c-a38e-3d5536dad697",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"The Dark-Eyed One can teleport 5 squares.",damage:"The Dark-Eyed One can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b8ec828d-2135-47b2-acb5-c0056b4e1149",name:"Wererat Minions",details:"",size:1,origin:4,type:2,keywords:"shapechanger",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6, climb 4 (not in halfling form)",alignment:"Evil",languages:"Common",skills:"Stealth +9, Thievery +9",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:1,initiative:9,ac:17,fortitude:15,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"91faba70-eba9-4179-ab21-23d930d304d6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage, and the target contracts filth fever.",damage:"2 damage",category:1},{id:"5d3458f3-9072-4608-a21d-75d3c5c9acaa",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wererat minion can alter its physical form to appear as a dire rat or a unique halfling. It loses its bite attack in halfling form.",damage:"",category:3},{id:"c512fe63-8f52-4078-b0e7-b87119098659",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The wererat minion deals 2 extra damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ba8cfb0-2a02-4ab0-b8ae-a86f884eae9a",name:"Balgron the Fat",details:"This fat goblin wears leather armor that bulges from his weight. He has thick, knotty fingers, cruel eyes, and a terrible disposition. He carries a club, a crossbow, and 20 bolts.",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +11, Stealth +13, Thievery +13",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:46,initiative:10,ac:17,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"f0e2a0ab-3b4a-474d-b529-92030092fc7c",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"9a12eeec-c3cc-4fd0-85e5-6dd056ff4b72",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"4265009e-7514-49e6-b3e6-a9ecf22c0f05",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When Balgron has combat advantage, his ranged attacks deal +2d6 damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"e354bb2f-d083-4e6a-a2f1-8a881d209802",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Enemy struck by melee attack is slowed (speed becomes 2) and takes a -2 penalty on opportunity attacks until the end of Balgron’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"ba6532d2-0abd-42d3-87af-4f34dad4d4a7",name:"Goblin Tactics",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Balgron can shift 1 square.",damage:"Balgron can shift 1 square",category:5},{id:"9e459202-e601-41ca-abf0-cdc5bd925d75",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Balgron can shift 1 square as a minor action.",damage:"Balgron can shift 1 square as a minor action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cfdad0d1-a41a-4a6d-8561-65ccb601caf1",name:"Blue Slime",details:"The amorphous form of this creature seems to engulf everything around it. The blue ooze of the creature’s body bulges and reaches outward with fluid appendages.",size:3,origin:4,type:1,keywords:"ooze",level:3,role:{type:2,flag:2,leader:!1},senses:"Perception +7; blindsight, tremorsense 10",movement:"5, swim 5",alignment:"Unaligned",languages:"—",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:8},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:204,initiative:0,ac:18,fortitude:15,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"99b7d3a3-e48b-4a1c-85d2-59bf34ae62cb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 1d6+6 damage, plus ongoing 5 acid damage (save ends).",damage:"1d6+6 damage",category:1},{id:"89e15e16-9331-49ee-8e12-ef2abd100c54",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Make two basic melee attacks.",attack:{bonus:1,defence:0},description:"",details:".",damage:"",category:1},{id:"ba7ba781-f19c-478e-b952-3aab0d61b2af",name:"Slime Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:6,defence:2},description:"",details:"1d6+6 acid damage. Miss: Half damage.",damage:"1d6+6 acid damage",category:1},{id:"9ae27ce1-b6f4-476e-bd83-f9da0ff47443",name:"Stench Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:6,defence:3},description:"",details:"targets are dazed and weakened (save ends).",damage:"",category:1},{id:"94217642-f25c-4ab7-bfd6-f801f8d2bac6",name:"Bloodied Eruption",action:{action:1,trigger:"immediate reaction when slime is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Blue Slime uses slime eruption regardless if the power has recharged.",damage:"",category:5}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"charm, fear",tactics:""},{id:"1bf9fb2a-d26c-486d-a152-7363d105b71f",name:"Hobgoblin Torturer",details:"",size:2,origin:4,type:2,keywords:"goblin",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"hide armor",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:14},intelligence:{score:8},wisdom:{score:14},charisma:{score:8},hp:53,initiative:2,ac:16,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"afc88760-dff4-4ffd-9d57-3f07d31a9e85",name:"Hot Poker",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 fire damage plus ongoing 2 fire damage (save ends).",damage:"1d8+4 fire damage plus ongoing 2 fire damage (save ends)",category:1},{id:"0aa1b78e-4102-4ac6-ae73-54f04975f35e",name:"Bloodcut Armor",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Magic Item",condition:"",range:"",attack:null,description:"",details:"Gain resist all 10 until the end of this creature’s next turn.",damage:"Gain resist all 10 until the end of this creature’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"730613d5-9283-412e-8fde-7588146d6463",name:"Hobgoblin Warchief",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +14, Intimidate +7, Stealth +11",equipment:"heavy shield; scale armor; spear",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:64,initiative:8,ac:22,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"0bd673bc-9729-47d1-927f-23bddcf505e0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage. If the hobgoblin commander hits with an opportunity attack, it can shift 1 square.",damage:"1d8+5 damage",category:1},{id:"19720112-4f70-417d-9e4d-6bbab7c3c519",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies in the burst can shift up to 3 squares.",damage:"allies in the burst can shift up to 3 squares",category:3},{id:"3d5af684-39d2-4765-a9a7-93b1da922e2a",name:"Lead from the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin commander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"03dfbdc3-8521-4ebd-853d-a8643d6d93f8",name:"Hobgoblin Resilience",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin makes a saving throw against the triggering effect.",damage:"",category:5},{id:"348fbab5-1328-40a7-b907-92cbd79b5e95",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e7787be-ef81-4f4f-865b-1cc2524e40a2",name:"Irontooth",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:2,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin, Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:14},intelligence:{score:8},wisdom:{score:16},charisma:{score:12},hp:106,initiative:2,ac:18,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"1ff5eabb-8519-4313-8f5b-18387fa75abc",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"b5dac9ed-bead-43ad-a693-a2d577d3710b",name:"Dual Axe",action:{action:1,trigger:"when irontooth doesn’t move on his turn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Make a basic melee attack against two adjacent creatures.",attack:{bonus:1,defence:0},description:"",details:".",damage:"",category:5},{id:"396912bf-e364-4fca-a25e-e7c5a3c98cf0",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irontooth can shift 1 square.",damage:"Irontooth can shift 1 square",category:5},{id:"32a96a60-f381-4687-b529-26b10690ae99",name:"Blood Crazed",action:null,keywords:"Healing",condition:"while bloodied",range:"",attack:null,description:"",details:"While bloodied, Irontooth gains +1d10 damage and loses the ability to use goblin tactics. He must attack the nearest foe, charging when possible. At the end of his turn, he heals 5hp.",damage:"irontooth gains +1d10 damage and loses the ability to use goblin tactics",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"29d496de-4c15-448f-84f1-6e026257c301",name:"Kobold Slink",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:4,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +7, Stealth +9, Thievery +9",equipment:"hide armor; spear",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:16},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:24,initiative:7,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"dde79922-bcb8-4c21-a444-fd2328ab252e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"0ae7c7c4-546e-4f85-9fe6-494a72e475ea",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The kobold slink deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"d895b13e-5d37-4910-935f-f0485e45c307",name:"Shift and Slide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold slink shifts 1 square. It can shift into an ally’s space, and the ally slides into the kobold slink’s original space as a free action.",damage:"The kobold slink shifts 1 square",category:3},{id:"9e2c0b3e-3129-4a07-b25d-71b2724776ec",name:"Slink’s Boon",action:null,keywords:"",condition:"",range:"An enemy cannot target the kobold slink with a melee or ranged attack unless the kobold slink is the nearest enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"964e6756-66a2-473a-b2df-0f4c8711b5f5",name:"Kobold Wyrmpriest (Acid)",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"9f99d33b-dfd7-4765-8ea8-a92a23e64dae",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"e6d30710-9f97-4c1e-9781-7a7882bf9ff2",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"Range 10; 1d10+3 acid damage.",damage:"1d10+3 acid damage",category:1},{id:"0d47c52b-3695-4a15-950e-5a7277b29718",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"kobold allies in the area gain 5 temporary hit points and can shift 1 square.",damage:"kobold allies in the area gain 5 temporary hit points and can shift 1 square",category:3},{id:"de4590ee-7669-45a8-a8db-0db21c1973bc",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:6,defence:1},description:"",details:"1d10+3 acid damage. Miss: Half damage.",damage:"1d10+3 acid damage",category:1},{id:"3a0fb033-ca24-40b0-a684-f6fd6791c426",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold can shift 1 square as a minor action.",damage:"The kobold can shift 1 square as a minor action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d1c7cf7-fad6-47c6-ae9a-fff46b544075",name:"Orcus Underpriest",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Religion +8",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:64,initiative:4,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[{id:"e11f1170-016c-476b-826c-6a834f6c96fb",name:"Blessing of Orcus",keywords:"",details:"10; allies in the area gain death strike."}],powers:[{id:"a1203ef1-c414-4c81-abdd-10383f810fa9",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"be293b39-577b-47bf-85ce-0dd2aa7d7bb6",name:"Shadow Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"2d8+8 necrotic damage, and the target has a -2 AC until the end of the Orcus underpriest’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"3cc8eda7-1859-4489-9c9c-c7ebcab47179",name:"Infuse with Shadow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn. In addition, the target heals 10hp.",damage:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn",category:1},{id:"e00f7d4e-5350-40c2-b051-3f7c259ae479",name:"Death Attack",action:{action:7,trigger:"when reduced to 0 hp",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Before he dies, the Orcus underpriest can make a basic melee or ranged attack against a target within reach.",attack:null,description:"",details:"",damage:"",category:5},{id:"fdaa09e0-c2ec-4492-bb34-82fffbb7b86d",name:"Closer to Orcus",action:null,keywords:"",condition:"",range:"While bloodied, the Orcus underpriest gains a +2 bonus to melee attack rolls and a +3 bonus to melee damage rolls.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63b1412f-6d9f-4314-b1de-4fd1598ef4ef",name:"Sir Keegan",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:2,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Good",languages:"Common, Draconic",skills:"Diplomacy +7, Insight +9",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:325,initiative:5,ac:20,fortitude:22,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"6548f21a-d514-441a-a7c2-dc6ced193ea6",name:"Longsword ’Aecris’",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+5 damage plus 5 necrotic damage .",damage:"1d10+5 damage plus 5 necrotic damage",category:1},{id:"59f9984e-ccdc-4e66-ab2e-eba877f254c3",name:"Legion Attack",action:{action:1,trigger:"when keegan doesn’t move more than 1 square in a round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Make two basic melee attacks.",attack:null,description:"",details:"",damage:"",category:5},{id:"ce2b21b3-95d1-4ed2-955d-cbab4923fe43",name:"Necromantic Burst",action:{action:1,trigger:"usable while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:5,defence:1},description:"",details:"2d6+3 necrotic damage.",damage:"2d6+3 necrotic damage",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"f59eac1f-8f5b-4a8a-9d16-3f37f92bbb8c",name:"Skeleton Warrior",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"chainmail; light shield; longsword",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:6,ac:18,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"6bf72666-b561-4fa0-a3f7-3a5a61d19881",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage, and the target is marked until the end of the skeleton warrior’s next turn.",damage:"1d8+2 damage",category:1},{id:"d0f7b93f-569c-405b-aaa2-228912dc6d39",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the skeleton warrior gains a +2 bonus to the attack roll and deals an extra 1d6 damage.",damage:"the skeleton warrior gains a +2 bonus to the attack roll and deals an extra 1d6 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"45009fc5-50ea-4ae7-b2ae-2ab2e66a30c4",name:"Vampire Spawn",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:6,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"c7bf52b9-8085-4e1f-9814-db63b6f90cd4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 necrotic damage (6 necrotic damage against a bloodied target).",damage:"5 necrotic damage (6 necrotic damage against a bloodied target)",category:1},{id:"c986151c-f50c-4a10-98b0-d848a1e753ce",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"281410dc-9166-4531-90e4-25bf9668084e",name:"Bronze Warder",details:"",size:3,origin:4,type:0,keywords:"construct",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +2; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:9},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:168,initiative:4,ac:25,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"cb1fd681-a7d5-45df-9df3-95e249a0fb18",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"8e9dfb05-e20b-4751-92e6-7148bcc4d501",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The bronze warder con move 3 squares, and all smaller creatures whose space the warder enters are pushed 1 and knocked prone. After moving, the bronze warder can use axe sweep.; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"56624fb3-6353-45ab-ad3f-4fc575ec26fd",name:"Axe Sweep",action:{action:7,trigger:"usable only immediately after rampage",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:14,defence:0},description:"",details:"1d12+5 damage, and ongoing 5 damage (save ends).",damage:"1d12+5 damage",category:5},{id:"797da2a3-6016-49ed-94cb-86e5c40ab682",name:"Guard",action:{action:4,trigger:"when the bronze warder’s master is within 2 squares of it and is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bronze warder takes half of the attack’s damage, and its master takes the other half.",damage:"the bronze warder takes half of the attack’s damage",category:5},{id:"faf54c22-460a-450e-827b-27fb57622297",name:"Inexorable Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bronze warder can move through a smaller creature’s space, but it cannot end its movement in an occupied space.",damage:"",category:0},{id:"e5070482-6229-45d7-b849-6f140d80a14f",name:"Ponderous",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bronze warder cannot shift.",damage:"",category:0}],damageModifiers:[],resist:"5 all",vulnerable:"",immune:"charm, fear, poison",tactics:""},{id:"2310ba7b-4b99-4d90-b65e-4dca28455794",name:"Brugg",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:11},wisdom:{score:11},charisma:{score:14},hp:111,initiative:4,ac:19,fortitude:21,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"2b410f9d-b83a-41e3-91c1-c0a66ca107cd",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"3f7aa424-3257-4022-9230-35763c5f09cc",name:"Angry Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Brugg makes a greatclub attack, but gets two attack rolls and takes the better result.; 3d10+5 damage.",damage:"3d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50715abf-3ea3-4a85-ac4d-4937d8ff6dfc",name:"Duergar Miner",details:"",size:2,origin:4,type:2,keywords:"devil",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +11",equipment:"chainmail; warhammer",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:13},intelligence:{score:10},wisdom:{score:14},charisma:{score:7},hp:1,initiative:5,ac:20,fortitude:17,reflex:14,will:17,regeneration:null,auras:[],powers:[{id:"10177f3f-6fbf-425c-bbed-05a6afd67074",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"2770fde3-5bd4-4285-a4e9-91a33ff35242",name:"Enigma of Vecna",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +13",equipment:"dagger",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:20},wisdom:{score:15},charisma:{score:16},hp:68,initiative:5,ac:20,fortitude:17,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"7482d45e-8f9b-4e81-912e-6f45c7bfc384",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"977e8e8f-c55f-47b8-bfad-f955e56b9fcd",name:"Shock Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d6+5 lightning damage, and the target is slowed until the end of its next turn.",damage:"1d6+5 lightning damage",category:1},{id:"808d647d-3d3e-4d23-ae13-d90689e9b495",name:"Memory Ripper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:10,defence:3},description:"",details:"1d10+5 psychic damage, and the target cannot use encounter attack powers, daily attack powers, or utility powers (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"1d10+5 psychic damage",category:1},{id:"97eae54a-7c1c-4eaa-96d6-b4ab311d52d6",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:10,defence:3},description:"",details:"1d8+3 psychic damage, and the target is pushed 3 squares.",damage:"1d8+3 psychic damage",category:1},{id:"1670ef37-710f-4446-ae08-027c558b5625",name:"Rend Flesh",action:{action:1,trigger:"usable only after flesh riper rage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:5},{id:"ee0974d6-3618-4c0d-85de-719485ed53e2",name:"Flesh Ripper Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once the enigma of Vecna has been bloodied, it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter.",damage:"it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1fe4ee2a-9338-4ace-bb23-0cbaf1cdccc8",name:"Human Mage of Saruun",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Draconic, Giant",skills:"Arcana +11",equipment:"implement, wand",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:22},wisdom:{score:17},charisma:{score:12},hp:116,initiative:4,ac:26,fortitude:24,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"f33ef7e8-f2aa-4b29-a96b-3f0fc2766296",name:"Firestaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+3 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8+3 fire damage",category:1},{id:"8c0cc268-0a93-4bbf-99b2-4f6b9005db79",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:16,defence:2},description:"",details:"2d4+6 force damage.",damage:"2d4+6 force damage",category:1},{id:"f2eb401f-6bbe-4750-bc74-a0621398e3ba",name:"Noxious Shroud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Burst 3; 1d8+6 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d8+6 poison damage",category:1},{id:"d1a4f108-186b-42e0-bb33-57a89e3f69e2",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"Burst 2 within 20 squares; 3d6+6 fire damage.",damage:"3d6+6 fire damage",category:1},{id:"bfde3773-06fa-4dca-b0fb-68d6fa8b2124",name:"Ice Serpent",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"2d12+6 cold damage, and the target is slowed (save ends).",damage:"2d12+6 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cd650327-7902-4709-ad37-282c9b5bcf90",name:"Maldrick Scarmaker",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"7, fly 9",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +9, Intimidate +12, Religion +9, Stealth +10, Thievery +13",equipment:"leather armor; mace",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:148,initiative:8,ac:22,fortitude:22,reflex:21,will:21,regeneration:null,auras:[{id:"c8a65ae8-180d-4449-bdae-e152bd45ac0a",name:"Aura of Abyssal Majesty",keywords:"",details:"aura 5; demons in the aura gain 5 regeneration."}],powers:[{id:"bd0666cb-3747-496a-bac4-3090bc7105cf",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"e6205d89-7289-4de8-ae58-cbae2fb32040",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"460d0a8e-64a1-4c92-a52b-94930bf15f7c",name:"Spined Tail",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:5},{id:"1a11c3ca-ba77-409c-9a79-884495f69a8c",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"1d6+8 damage, and if the target moves nearer to Maldrick on its next turn, it takes an extra 1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"6c0ac6f2-95ab-4273-a81f-94b62204eea8",name:"Infernal Moon Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Implement",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"2d8+8 poison damage, and the target is held immobilized 5 feet off the ground until the end of Maldrick’s next turn.",damage:"2d8+8 poison damage",category:1},{id:"7f7e2aad-9a95-451b-b896-851df875afc9",name:"Dark One’s Own Luck",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Maldrick can reroll one attack roll, skill check, ability check, or saving throw, using the higher of the two results.",damage:"",category:4},{id:"518964d4-518f-4ca4-95b5-d7467fed27d3",name:"Warlock’s Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Maldrick places his curse on the nearest enemy that he can see and that is not already cursed. Maldrick’s arcane attacks deal 1d6 extra damage against the enemy. The curse lasts until the end of the encounter or until the enemy drops to 0 hit points or fewer.",damage:"maldrick’s arcane attacks deal 1d6 extra damage against the enemy",category:3}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"55791ce0-a01d-4315-8766-18297c473bec",name:"Murkelmor",details:"",size:2,origin:4,type:2,keywords:"devil",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +13, Religion +11",equipment:"plate armor",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:13},intelligence:{score:15},wisdom:{score:17},charisma:{score:13},hp:168,initiative:6,ac:23,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"6365dadf-25ee-4536-a621-6d977cff88bc",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+6 fire damage.",damage:"2d6+6 fire damage",category:1},{id:"103ab683-b35f-423e-b4c7-4ce68bb5cf10",name:"Fearsome Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+6 fire damage, and the target is pushed 2 squares. Murkelmor can then shift 2 squares to end adjacent to the target.",damage:"2d6+6 fire damage",category:1},{id:"eef14f3b-3f00-45b1-b346-d5fec50b7fbd",name:"Fiery Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+6 fire damage, and ongoing 5 fire damage (save ends). The target is knocked prone.",damage:"2d6+6 fire damage",category:1},{id:"aed75baf-f4f4-43b6-8bf9-887d3b9296bb",name:"Beard Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage, and ongoing 2 poison damage and -2 penalty to attack rolls (save ends both).",damage:"1d8+3 damage",category:3},{id:"dafce253-a685-4996-82fd-035beda9a995",name:"Heal with Fire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Healing",condition:"",range:"",attack:null,description:"",details:"Murkelmor or an adjacent ally regains 25 hit points. Until the end of that creature’s next turn, anyone attacking it takes 5 fire damage.",damage:"anyone attacking it takes 5 fire damage",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"9354474c-ce4e-4231-82df-6cba0f9868cd",name:"Norker",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +8, Endurance +9, Stealth +7",equipment:"battleaxe; leather armor",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:7},hp:49,initiative:4,ac:19,fortitude:16,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"4996e801-d403-4468-bae2-06d47ce3f900",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"1636ad46-35a9-4108-9656-675f72db201e",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"6d810a88-eba3-4d77-b6dc-028a032c8702",name:"Snarling Ferocity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An enemy the norker has attacked this round is marked.",damage:"",category:3},{id:"bdb85f32-0fba-4f39-aecf-4ac38d1960fa",name:"Relentless Endurance",action:{action:3,trigger:"usable only while bloodied; once per round",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The norker regains 5 hit points.",damage:"The norker regains 5 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71e8a66f-604a-4dd5-9884-ebeec5b9e7cf",name:"Norker Berserker",details:"",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:2,flag:1,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Endurance +11",equipment:"flail; leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:12},intelligence:{score:5},wisdom:{score:11},charisma:{score:5},hp:136,initiative:3,ac:16,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"0b1d03df-d55b-4628-b071-9ae76b1dd4dc",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"62090234-8f37-4f3a-9a15-c75737b55b61",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The norker berserker makes two flail attacks against the same target. if both attacks hit, the target is pushed 1 square.; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"675ed922-7be2-470a-9a67-8eb09d908697",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c80948fd-d3cf-4a08-94a2-330458afb725",name:"Norker Grunt",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +8, Endurance +9, Stealth +7",equipment:"flail; leather armor",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:7},hp:1,initiative:2,ac:19,fortitude:16,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"ba2673d8-fa58-4c7a-bb99-677bf8679011",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"b9f869c6-f9ab-4d84-b0cd-815c66e39177",name:"Norker Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"For each additional norker grunt attacking the same target, increase the damage the norker grunts deal by +1.",damage:"increase the damage the norker grunts deal by +1",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3aaf9fd0-cc34-4d9b-be31-b4655c7b843e",name:"Norker Shadowblade",details:"",size:1,origin:4,type:2,keywords:"goblin",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Endurance +11",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:7},wisdom:{score:12},charisma:{score:6},hp:50,initiative:7,ac:19,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"f264c586-ef8a-418c-b278-76659ded180d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"380e03bf-e416-4005-906d-efe5d6f5ab98",name:"Shadow Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+2 damage, and the norker shadowblade shifts 2 squares and becomes invisible until the start of its next turn.",damage:"2d6+2 damage",category:1},{id:"5f500216-12c8-49b1-91fd-9ac8a30c246f",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"409f0965-8420-42a5-be1b-2d296362c8ba",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the norker shadowblade has combat advantage, its melee attacks deal an extra 2d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"d9ddf59c-29de-4721-a32d-163e88ba7bef",name:"Relentless Endurance",action:{action:3,trigger:"usable only while bloodied; once per round",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The norker shadowblade regains 5 hit points.",damage:"The norker shadowblade regains 5 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"874dbfbf-3756-4880-90c5-5ffdf55a9b17",name:"Norker Slinger",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +8",equipment:"dagger; leather armor; sling; sling bullets (20)",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:14},intelligence:{score:6},wisdom:{score:11},charisma:{score:7},hp:37,initiative:4,ac:15,fortitude:15,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"9256407b-e28f-4196-a4cc-cfb2aa7a46c3",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"92559115-af4c-4155-a649-454ea80637ca",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"d82462d9-33d9-4aa2-88b2-4b4b0071fe12",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:5},{id:"2c512020-9656-4a48-b586-4c87e3fef522",name:"Relentless Endurance",action:{action:3,trigger:"usable only while bloodied; once per round",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The norker slinger regains 5 hit points.",damage:"The norker slinger regains 5 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6078fb6-363a-4734-b07b-8c57f01e27bb",name:"Phalagar",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +9; tremorsense 10",movement:"6, burrow 6",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:15},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:142,initiative:5,ac:19,fortitude:19,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"eee9d37e-7977-4828-8eb3-ebc3e3746607",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 4; 2d6+5 damage, and the target is grabbed (until escape).",damage:"2d6+5 damage",category:1},{id:"f80348a0-1e43-4461-936f-bd114682d7fc",name:"Tentacle Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage, and the target is grabbed (until escape).",damage:"2d6+5 damage",category:1},{id:"4f9cba76-2d35-4341-b80e-5c2ba5779479",name:"Grinding Tentacles",action:null,keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"At the start of the phalagar’s turn, any creature it is grabbing takes 1d8+2 acid damage.",damage:"any creature it is grabbing takes 1d8+2 acid damage",category:0},{id:"4a608f9b-5864-4706-a0a7-90ec3ecbbf11",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The phalagar can make opportunity attacks against all enemies within its reach (4 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ec8ef96-efa2-451d-8d5d-5a6065c6b059",name:"Surina",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +9, History +9, Intimidate +10, Streetwise +10",equipment:"dagger; leather armor",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:12},intelligence:{score:14},wisdom:{score:10},charisma:{score:16},hp:65,initiative:5,ac:19,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"4a674d7e-5432-4767-9781-c99d45f76ab9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(+11 while bloodied)1d4+3 damage.",damage:"(+11 while bloodied)1d4+3 damage",category:1},{id:"c955f9cb-44b1-42fd-9daa-4a06a7e3dc6a",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:7,defence:2},description:"",details:"(+8 while bloodied)1d6+3 fire damage.",damage:"(+8 while bloodied)1d6+3 fire damage",category:3},{id:"bb751f83-dc77-4aa9-bcd5-474167b2b1f7",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"ca68a67a-ed20-4233-948b-700083caff2a",name:"Fiery Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"3d6+3 damage, and creatures adjacent to the target take 1d6+3 fire damage.",damage:"3d6+3 damage",category:1},{id:"dee403ad-9c4f-4511-88fc-ee4654475345",name:"Avernian Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Burst 1 within 10 squares; (+9 while bloodied)2d10+3 fire damage, and ongoing 5 fire damage (save ends).",damage:"(+9 while bloodied)2d10+3 fire damage",category:1},{id:"badabf51-6688-4471-b31e-65f480d4e3c7",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"Surina gains a +1 racial bonus to attack rolls while bloodied.",damage:"Surina gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"0e504242-995c-475e-aade-4d76901d76a0",name:"Ethereal Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn warlock teleports 3 squares and gains a +2 power bonus to all defenses until the end of its next turn.",damage:"The dragonborn warlock teleports 3 squares and gains a +2 power bonus to all defenses until the end of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"28d1e657-45b1-43ca-a3be-2d7aeb624033",name:"Arat Karavakos",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +15, Bluff +9, Stealth +9",equipment:"staff of storms",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:14},hp:156,initiative:7,ac:22,fortitude:20,reflex:24,will:21,regeneration:null,auras:[],powers:[{id:"651a351d-45e1-4d32-9a33-bbb0f4857817",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"2d4+9 force damage.",damage:"2d4+9 force damage",category:1},{id:"83c57ef2-72f5-4440-920d-2318d83b1431",name:"Thunderwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"1d6+9 damage, and the target is pushed 2 squares.",damage:"1d6+9 damage",category:1},{id:"8d7d7764-bc7d-4f51-af5b-b72c0198fb1a",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Lightning",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"targets 1 primary creature in range and 2 secondary targets within 10 squares of the primary target; 2d6+9 lightning damage to primary target, 1d6+9 lightning damage to secondary targets.",damage:"2d6+9 lightning damage to primary target",category:1},{id:"09eb5c6c-ba73-43c7-8f5c-e0406f02e6a8",name:"Mordenkalnen’s Sword",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Force, Implement",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d10+9 force damage. Sustain minor: sword attacks again. Move action: move the sword to a new target within range.",damage:"1d10+9 force damage",category:5},{id:"04cea66c-24b5-45c7-81a1-e0579a5d4ace",name:"Dimension Door",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Teleport 10.",damage:"Teleport 10",category:2},{id:"ebcaa7d1-4d76-4a16-853e-64742e24880b",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits.",damage:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits",category:3},{id:"41217b3c-a27e-4d20-978b-48e5af75e49b",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes.",damage:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes",category:0},{id:"1d60db3d-e20e-443e-a80c-5504db1e3241",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Arat Karavakos spends a healing surge and regains 39 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Arat Karavakos spends a healing surge and regains 39 hit points",category:1},{id:"26ec98da-c210-4610-8ab3-571ab6b7c468",name:"Staff of Storms",action:{action:7,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"After resolving a power that has the lightning or thunder keyword, the staff deals 1d8 lightning and thunder damage to every creature in a close blast 3.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0e343a02-3f81-4d4f-be72-7507b32cc4eb",name:"Arborean Plant Terror",details:"",size:3,origin:4,type:0,keywords:"plant",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +9",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:14},intelligence:{score:11},wisdom:{score:18},charisma:{score:19},hp:286,initiative:7,ac:23,fortitude:25,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"ee3aaad6-a885-4fa0-99ff-df1c72807140",name:"Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target slides 1 square.",damage:"2d8+6 damage",category:1},{id:"ed3dd361-ae25-4718-9095-dae2a0160d3a",name:"Vine Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The plant terror makes two basic attacks, one each against two different targets.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"b1b3902d-3b60-4674-ad48-5e115621cee1",name:"Blood Devourer",action:null,keywords:"",condition:"",range:"When a plant terror damages a bloodied foe with a melee attack, it regains 10 hit points.",attack:null,description:"",details:"",damage:"",category:0},{id:"5c827808-3ce8-41f1-9d5e-c363a43c91ec",name:"Vicious Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The plant terror gains a +2 bonus to attack rolls and a +5 bonus to damage when it makes opportunity attacks.",damage:"the plant terror gains a +2 bonus to attack rolls and a +5 bonus to damage when it makes opportunity attacks",category:0},{id:"bb1d2669-43dd-47eb-b503-10b8037966c9",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The plant terror can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"20b46b9e-06d6-4117-94c3-89f9d18807d4",name:"Arborean Reaper",details:"",size:2,origin:4,type:2,keywords:"plant",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Nature +10",equipment:"scythe",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:13},intelligence:{score:9},wisdom:{score:14},charisma:{score:16},hp:81,initiative:6,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"f61b4de7-e58c-41e5-8d73-28095e3683fa",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the arborean reaper’s next turn.",damage:"1d10+5 damage",category:1},{id:"40ec2265-6d97-4294-b195-ef45c0835236",name:"Needle Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:12,defence:1},description:"",details:"2d6+4 damage, and the target is slowed (save ends).",damage:"2d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"492579fd-5840-4ea4-b8ec-d4ed737a2621",name:"Arborean Speaker",details:"",size:2,origin:4,type:2,keywords:"plant",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Diplomacy +13, Insight +15, Nature +15",equipment:"scythe",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:17},intelligence:{score:14},wisdom:{score:20},charisma:{score:17},hp:109,initiative:8,ac:24,fortitude:23,reflex:21,will:23,regeneration:null,auras:[{id:"781da22e-3918-40c5-b492-be19432c74cf",name:"Poison Spores",keywords:"",details:"(Poison) aura 5; enemies that enter or start their turns in the aura take 5 poison damage."}],powers:[{id:"eae6a84e-dee0-416b-98c6-69ffea66e933",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+2 damage, and ongoing 5 poison damage and the target is slowed (save ends both).",damage:"1d10+2 damage",category:1},{id:"64d9d982-76fc-4843-b1ad-9e4a3a52b814",name:"Invigorating Spores",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies within burst regain 5 hit points and immediately shift 3 squares.",damage:"allies within burst regain 5 hit points and immediately shift 3 squares",category:1},{id:"ec085b39-b455-4f22-808b-bb262e4de532",name:"Choking Spores",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close burst 5",attack:{bonus:14,defence:0},description:"",details:"enemies within burst take 2d4 + 4 poison damage and are dazed and take ongoing 5 poison damage (save ends both).",damage:"enemies within burst take 2d4 + 4 poison damage and are dazed and take ongoing 5 poison damage (save ends both)",category:1}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"06114ba4-5474-4253-bd47-e2731b214c68",name:"Arborean Watcher",details:"",size:2,origin:4,type:2,keywords:"plant",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Athletics +10, Stealth +11",equipment:"short sword",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:17},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:65,initiative:10,ac:21,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"2486b3c7-b150-4612-a918-dbb994a7cef7",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"0b1c8ac9-83a1-4d96-a9f3-265a8a90fbeb",name:"Vine Plague",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:10,defence:2},description:"",details:"1d6+4 damage, and the target is immobilized (save ends).",damage:"1d6+4 damage",category:1},{id:"501f256b-98bb-4818-b40b-01f2ba0c5d3a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the arborean watcher has combat advantage, its melee attacks deal 2d6 extra damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"cf41256e-2e86-41ae-931d-3537e5c29396",name:"Arboreal Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"If no enemy is within 3 squares, the arborean watcher gains invisibility until the end of its next turn.",damage:"If no enemy is within 3 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"2ab8cbde-8536-4417-812b-7760825f5714",name:"Charnel Lord (Unique Otyugh)",details:"",size:3,origin:4,type:1,keywords:"",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"5, swim 5",alignment:"Evil",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:11},intelligence:{score:6},wisdom:{score:16},charisma:{score:5},hp:212,initiative:7,ac:26,fortitude:27,reflex:21,will:24,regeneration:null,auras:[{id:"35199235-7190-43b1-a7c1-dceb7b872b44",name:"Otyugh Stench",keywords:"",details:"aura 1; enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"ef92b884-1c13-4917-92e0-aed1e5ec19e2",name:"Charnel Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d8+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+6 damage",category:1},{id:"ea532be5-650d-4f6c-836d-8f006e1254d8",name:"Lifeleech",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; target is pulled 2 squares and grabbed (until escape). Grabbed target takes 5 necrotic damage, and the Charnel Lord regains 5 hit points when grabbed and at the start of the grabbed target’s turn.",damage:"grabbed target takes 5 necrotic damage",category:1},{id:"6227fb7b-b8e4-4dc4-9edd-890597eb9309",name:"Charnel Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+6 damage",category:1},{id:"348c677d-e5a9-4207-935f-04be59b6dd4c",name:"Rotting Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+6 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6+6 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"09a60384-a38a-493c-b6d1-2c74acb4d00d",name:"Charnel Rat",details:"",size:1,origin:4,type:1,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6, climb 3",alignment:"Evil",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:20},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:1,initiative:8,ac:21,fortitude:18,reflex:21,will:20,regeneration:null,auras:[{id:"58c3aa83-d11a-4e69-bdbc-36761f4e369d",name:"Aura of Rot",keywords:"",details:"aura 1; an enemy that starts its turn adjacent to a charnel rat takes 2 damage."}],powers:[{id:"5e58ee29-2309-4d35-9d83-11529eabda92",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b829f319-4104-4f92-a4e1-eec493d21c35",name:"Eater of Knowledge Mindstrike",details:"",size:2,origin:3,type:2,keywords:"",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"Arcana +15, Dungeoneering +14, History +15, Insight +14, Nature +14, Religion +15",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:23},wisdom:{score:21},charisma:{score:16},hp:174,initiative:7,ac:23,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"d94b7d93-15f2-4319-b864-e2c9a530cce1",name:"Scimitar",action:{action:1,trigger:"aura",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+6 psychic damage.",damage:"1d8+6 psychic damage",category:5},{id:"15ab95c5-8b7b-4f80-b4b3-f9148b093d5f",name:"Mindsurge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in surge can make a basic attack.",damage:"",category:1},{id:"a8b618c0-883c-4aa3-abd1-bad1667ac71c",name:"Mindwrack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires scimitar; 2d8+6 psychic damage, and the target can only make basic attacks (save ends).",damage:"2d8+6 psychic damage",category:1},{id:"17c7c539-ed65-45e4-8bef-ccca9738e0cd",name:"Mindhowl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:12,defence:3},description:"",details:"2d8+6 psychic damage, and the target is dazed (save ends).",damage:"2d8+6 psychic damage",category:1}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"88634e7b-c2f4-4973-9e73-683bae52ea93",name:"Eater of Knowledge Thoughtbow",details:"",size:2,origin:3,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"Arcana +13, Dungeoneering +12, History +13, Nature +12, Religion +13",equipment:"arrow; longbow; scimitar",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:21},wisdom:{score:19},charisma:{score:14},hp:64,initiative:6,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"4581efa7-ca0a-42b0-982f-4af6bedd986c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 psychic damage.",damage:"1d8+4 psychic damage",category:1},{id:"5ca3730e-5c5d-4830-badb-a150fbeb400f",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:14,defence:0},description:"",details:"1d10+5 psychic damage.",damage:"1d10+5 psychic damage",category:1},{id:"472dbc23-37c5-436b-9863-7e4eb69e049c",name:"Arrowstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Weapon",condition:"",range:"area burst 1 within 20 squares",attack:{bonus:10,defence:3},description:"",details:"Requires longbow; 1d10+5 psychic damage, and the target is dazed (save ends).",damage:"1d10+5 psychic damage",category:1}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b33da9e5-a6dc-4f3c-b24c-ccd0a36169f5",name:"Eater of Knowledge Voidblade",details:"",size:2,origin:3,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Arcana +13, Dungeoneering +12, History +13, Nature +12, Religion +13",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:20},wisdom:{score:18},charisma:{score:14},hp:70,initiative:7,ac:22,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"e603483a-c04c-4a8d-a102-975607e37c21",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 psychic damage, and the target is marked until the end of the voidblade’s next turn. A marked target takes 5 psychic damage if it makes an attack that does not include the voidblade.",damage:"1d8+5 psychic damage",category:1},{id:"61582f89-77fb-4c43-b5cf-94acb8043c57",name:"Psychic Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"1d8+5 psychic damage, and the target is immobilized until the end of the voidblade’s next turn.",damage:"1d8+5 psychic damage",category:1}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f432dd19-ed4b-4e62-8bd0-592b54627e14",name:"Eladrin Blades of Winter",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6 (ice walk)",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:1,initiative:6,ac:21,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"2cbee4f1-a28f-49cd-a71a-461e8415bfe9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"e51f125e-fa31-4f7b-95ad-238312ed9391",name:"Wintry Wounding",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A blade of winter’s basic attack deals 1 extra point of cold damage for each blade of winter adjacent to the target.",damage:"a blade of winter’s basic attack deals 1 extra point of cold damage for each blade of winter adjacent to the target",category:0},{id:"3f1183e9-5731-4759-b0d4-d6c8b3f8279d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blade of winter can teleport 5 squares.",damage:"The blade of winter can teleport 5 squares",category:2}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cba5a213-5157-4dd5-870d-799787f14f0a",name:"Eladrin Blizzard Speaker",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6 (ice walk)",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:164,initiative:7,ac:24,fortitude:20,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"9d643ac1-bf68-41f4-af68-4d8b3256e127",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+3 damage, and the target is slowed until the end of the blizzard speaker’s next turn.",damage:"1d8+3 damage",category:1},{id:"5f645b41-2670-4328-a6ea-cffa1273340a",name:"Freezing Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+5 cold damage, and the target is immobilized until the end of the blizzard speaker’s next turn.",damage:"1d8+5 cold damage",category:1},{id:"6818479a-47bd-40b6-8fde-09bd24080f5e",name:"Winter Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+5 cold damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+5 cold damage",category:1},{id:"ac391d87-25d8-4c5e-b7b4-2fbf122958aa",name:"Dazzling Snow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:11,defence:3},description:"",details:"2d6+3 cold damage, and the target is blinded until the end of the blizzard speaker’s next turn.",damage:"2d6+3 cold damage",category:1},{id:"166775b6-b763-4422-b10b-1ace12fc5214",name:"Body of Ice",action:null,keywords:"",condition:"",range:"Any creature that hits the blizzard speaker with a melee attack is slowed until the end of that creature’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"2a27eb62-c3b7-4258-a55c-0f19d5ff8efd",name:"Icy Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blizzard speaker can teleport to any square in sight as long as both the origin and the destination squares are icy terrain.",damage:"",category:2}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fca91273-0bbc-4b89-b651-f84346836d01",name:"Eladrin Winter Knight",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"5 (ice walk)",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +7, Athletics +12, History +7, Nature +9",equipment:"chainmail; light shield; longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:77,initiative:11,ac:23,fortitude:17,reflex:19,will:17,regeneration:null,auras:[{id:"130887c1-21d4-433a-a36f-e803781fd03e",name:"Feywild Tactics",keywords:"",details:"aura 10; fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"f604c853-3d40-45f3-914b-fe70c230c18e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"06022f57-1f2d-4ec6-86c6-22582ea691a8",name:"Stab of the Frozen Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Requires longsword; 3d8+4 cold damage, and the target is restrained until the end of the eladrin winter knight’s next turn. The eladrin winter knight cannot attack with its longsword while the target is restrained.",damage:"3d8+4 cold damage",category:1},{id:"175f062c-4bae-4958-a824-d85d47c05a59",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the eladrin winter knight dies, taking 4 damage each round it does not attack the eladrin winter knight.",damage:"taking 4 damage each round it does not attack the eladrin winter knight",category:1},{id:"a9544370-9ffc-482f-ba3e-a2311eaa8901",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin winter knight can teleport 5 squares.",damage:"The eladrin winter knight can teleport 5 squares",category:2},{id:"ec89c453-2cd8-44bd-8738-6a4e7a7252ab",name:"Harvest’s Sorrow",action:{action:4,trigger:"when an ally within 5 squares of the eladrin winter knight is damaged",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and the eladrin fey knight takes the other half.",damage:"half the attack’s damage is negated",category:5}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9621534-c16b-41db-a989-f4afc05f6a13",name:"False Shard",details:"",size:2,origin:5,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"dagger; implement, staff",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:16},intelligence:{score:13},wisdom:{score:12},charisma:{score:15},hp:1,initiative:8,ac:23,fortitude:22,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"08a4c781-4b9a-43e4-9f04-ab7714267a6b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"76694b66-e640-48d4-953b-179cf10cc0dc",name:"Force Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a3b3b63-1c44-4f00-8788-35f8f685a9e3",name:"Far Realm Abomination",details:"",size:3,origin:0,type:2,keywords:"",level:10,role:{type:0,flag:2,leader:!1},senses:"Perception +9; low-light vision",movement:"0 (6 when freed)",alignment:"Chaotic evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +13",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:13},intelligence:{score:16},wisdom:{score:9},charisma:{score:22},hp:436,initiative:6,ac:26,fortitude:26,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"f5030055-6fa7-47c9-89f3-4d246ad5cdd6",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d6+6 damage, and the target slides 2 squares.",damage:"2d6+6 damage",category:1},{id:"74f0d7dc-55ee-4999-a839-604c7c45b3f6",name:"Prismatic Surge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:0},description:"",details:"+13 vs Any; .",damage:"+13 vs Any",category:1},{id:"fa1e5755-2013-4184-be18-5f2bd3c924ba",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:0},description:"",details:"2d6+6 damage, and the target slides 2 squares.",damage:"2d6+6 damage",category:1},{id:"b24082eb-00cd-4e39-bb01-cd69988ab8a2",name:"Vortex of Madness",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"1d8+10 damage, and the target is stunned (save ends).",damage:"1d8+10 damage",category:5},{id:"04279c8e-9cb9-4414-819d-a0a11f3e0598",name:"Warped Storm",action:{action:1,trigger:"immediate reaction when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The attacker teleports 3 squares.",damage:"The attacker teleports 3 squares",category:5},{id:"ab13fddd-e612-455a-acc7-fabfa423fcde",name:"Splintered Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The far realm abomination’s mind has been splintered into three distinct beings. Rather than roll initiative, it acts three times per round on initiative count 25, 15, and 5. It cannot delay or ready actions, and on each turn it gains one standard action. It can use one immediate action between each turn.",damage:"it acts three times per round on initiative count 25",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3440acf0-62d3-45d1-a178-8f96f90ef5de",name:"Frenzied Werewolf",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:2,flag:2,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Bluff +9, Insight +11, Intimidate +9, Nature +11",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:450,initiative:7,ac:22,fortitude:24,reflex:22,will:21,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"b0c779a9-8d93-440c-a729-e18f89478967",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2 targets; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"728b52bc-05c8-4904-9529-17a939090bed",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d6+5 damage",category:1},{id:"c777df2b-7f30-4a95-9a49-28a5d9651803",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"9076b492-c8f7-4456-9f83-b424385ce20b",name:"Murderous Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The werewolf gains 1 action point if it reduces a foe to 0 hit points.",damage:"The werewolf gains 1 action point if it reduces a foe to 0 hit points",category:0},{id:"f8d31fc8-977d-461a-8964-b99f14bd193b",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The werewolf makes a bite attack.",damage:"",category:5},{id:"317c317f-c7cb-4beb-a8c6-3fc381561073",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and cannot make claw attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"93eb5dec-c7b5-48e7-80fc-302dda506592",name:"Frightful Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:20},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:43,initiative:12,ac:20,fortitude:17,reflex:21,will:18,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"1f95a69c-60ce-4ab9-bfca-cdb2c5f6ff5a",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+6 necrotic damage, and the target is weakened (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"4ffdcb45-9899-4eb0-bdd8-644ae1285821",name:"Frightful Moan",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:10,defence:3},description:"",details:"the target is pushed 3 squares and is dazed (save ends).",damage:"the target is pushed 3 squares and is dazed (save ends)",category:1},{id:"baad22e0-1572-4735-80c5-6c3feb05e5a0",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The wraith deals an extra 1d6 necrotic damage against any target it has combat advantage against.",damage:"the wraith deals an extra 1d6 necrotic damage against any target it has combat advantage against",category:0},{id:"e3eefd3b-f0b9-43ce-86e3-5e487e0eb689",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wraith shifts 6 squares.",damage:"The wraith shifts 6 squares",category:2},{id:"b3cb90de-7ac1-40ad-8b6a-84797212eb3a",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a wraith rises as a free-willed wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the raise dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c58f582d-1207-4d99-b1bc-9499c261a9a9",name:"Gharash Vren",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +15, History +7, Intimidate +15",equipment:"bastard sword; light shield",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:10},intelligence:{score:12},wisdom:{score:11},charisma:{score:18},hp:101,initiative:7,ac:27,fortitude:22,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"616cd8d5-05ff-4328-890a-e27243f3cc1c",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+18 while bloodied)1d10+8 damage.",damage:"(+18 while bloodied)1d10+8 damage",category:1},{id:"a00991ad-c750-4b27-badd-5704bcfdf4d8",name:"Viper’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+18 while bloodied)1d10+8 damage. If the target shifts before the end of Gharash Vren’s next turn, it provokes an opportunity attack from an ally of Vren’s choice.",damage:"(+18 while bloodied)1d10+8 damage",category:1},{id:"d40e5ccd-d39f-4cd4-8a52-c7d08cc3f5cb",name:"Sunder Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+18 while bloodied)2d10+8 damage. Until the end of Gharash Vren’s next turn, any attack roll against the target can score a critical hit on a roll of 18-20.",damage:"(+18 while bloodied)2d10+8 damage",category:1},{id:"75f5b7b9-4b55-40c5-90e3-7aedd057e17b",name:"Inspiring Word",action:{action:3,trigger:"twice per encounter",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"Gharash Vren or one ally in burst; target spends a healing surge and regains an additional 2d6 hit points.",damage:"target spends a healing surge and regains an additional 2d6 hit points",category:5},{id:"6e2d6cba-ede6-4ef3-bdbb-7588cd1dc47d",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied)1d6+4 lightning damage.",damage:"(+13 while bloodied)1d6+4 lightning damage",category:3},{id:"46f7e81b-e183-44bc-9dfa-41dfa08bc10b",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"62cf7b6f-69c5-44b7-bdc3-dd93b195c0e4",name:"Dwarven Armor",action:{action:7,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Gharash Vren regains 25 hit points.",damage:"Gharash Vren regains 25 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1794898c-7e56-49c8-b3e8-4dfb772fab0f",name:"Headless Corpse",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +14",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:20},intelligence:{score:18},wisdom:{score:14},charisma:{score:19},hp:440,initiative:9,ac:22,fortitude:20,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"5df14682-8a4d-47fe-9f8c-70720c396dbe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"f17736b5-f2f6-4767-a59f-3be4b72a51f7",name:"Double Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The headless corpse makes two slam attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"aec7dab3-24c1-4565-9c73-d376d69346d6",name:"Ray of Ruin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Necrotic",condition:"(standard",range:"",attack:{bonus:12,defence:2},description:"",details:"2d6+4 necrotic damage, and the target is weakened (save ends).",damage:"2d6+4 necrotic damage",category:1},{id:"a1713583-c93f-481b-b85e-46f83e09c8a3",name:"Force Wave",action:{action:3,trigger:"once per round",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Force",condition:"",range:"Close burst 2",attack:{bonus:12,defence:1},description:"",details:"1d8+4 force damage, and the target is pushed 2 squares.",damage:"1d8+4 force damage",category:5},{id:"3774bcd8-9120-4c87-aaa8-e0c19757abd3",name:"Winter’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Burst within 10 squares; 2d8+4 cold damage. The blizzard remains until the end of the headless corpse’s next turn. Any creature that starts its turn in the storm takes 4 cold damage.",damage:"2d8+4 cold damage",category:1},{id:"e8b202b5-15c6-4d75-b182-3d14f3b9e1ff",name:"Razor Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Force, Zone",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Burst 2 within 10 squares; this spell’s area becomes a swirling storm of force blades. Any creature that starts its turn in this area is subject to an attack; 2d6+4 force damage, and the target is knocked prone. The headless corpse is immune to this effect. As a move action, the headless corpse can move this zone 4 squares. The zone lasts until the end of the encounter.",damage:"2d6+4 force damage",category:1},{id:"de928c44-f18f-4806-8355-c2ab975ac7cd",name:"Phantom Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Arcane, Illusion",condition:"",range:"",attack:null,description:"",details:"the headless corpse turns invisible and can move 6 squares. It remains invisible until the end of its next turn.",damage:"the headless corpse turns invisible and can move 6 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"5f33eaa1-84db-4bdf-93b5-a913f8f5efb8",name:"Human Ambusher",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +11, Streetwise +9, Thievery +11",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:77,initiative:8,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"d0b7084e-5f07-497d-9e1d-9576585b1804",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage, and the human ambusher shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"e5f378e3-039e-470b-b82b-186f7f3a1b17",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:14,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"0cb8e4eb-904c-4922-90ba-6cffabc415dd",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Requires mace; 1d8+4 damage, the target is dazed until the end of the human ambusher’s next turn, and the human ambusher shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"03a6c170-dca7-4eb4-be10-22d4dcd30799",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human ambusher deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a78534c-d9dc-4df7-8023-1c95698eb22b",name:"Human Archer",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; crossbow; crossbow bolts (20)",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:62,initiative:6,ac:19,fortitude:18,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"8d121109-80ab-4054-92bf-a0a39e1e9562",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"08b8f758-95d0-4854-bf84-f90f33ada7fe",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:14,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"2d809c71-c326-41a6-9fe7-989733be8d6b",name:"Bullseye Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 15/30",attack:{bonus:14,defence:0},description:"",details:"3d8+3 damage and the target is dazed (save ends).",damage:"3d8+3 damage and the target is dazed (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d399cc2c-7f5f-4d68-8a76-6fed17fbe849",name:"Human Outlaw",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:87,initiative:8,ac:24,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"19d37f92-493b-4021-83a2-d5db239bd34c",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+7 damage, and the target is marked until the end of the outlaw’s next turn.",damage:"1d10+7 damage",category:1},{id:"13abc07f-1c34-46a6-bc1f-c444106bf29f",name:"Pushback Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+10 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+10 damage",category:1},{id:"4bce4565-454d-49c3-b56e-458edf4f3a41",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"400a67f9-1b4a-4f28-a155-55970527e254",name:"Karavakos",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +18, Bluff +12, Diplomacy +15, Insight +13, Religion +18, Stealth +10",equipment:"dagger; implement, staff; ritual book",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:13},intelligence:{score:22},wisdom:{score:12},charisma:{score:17},hp:226,initiative:8,ac:29,fortitude:29,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"72292ec8-2009-4411-b75e-6b04fd301ed4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"59456fc0-1ff6-4fc0-bb35-5a84007fd51a",name:"Scorching Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:18,defence:2},description:"",details:"1d6+11 fire damage.",damage:"1d6+11 fire damage",category:1},{id:"c3f6d571-e8b6-4aaa-908f-b94b645aa607",name:"Thunderlance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Thunder",condition:"",range:"Close blast 5",attack:{bonus:18,defence:1},description:"",details:"4d6+11 thunder damage, and the target is pushed 4 squares.",damage:"4d6+11 thunder damage",category:1},{id:"eba61d91-6e1f-45f8-8b78-f896c9465ea2",name:"Blast of Cold",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold, Implement",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"6d6+11 cold damage, and the target is immobilized (save ends). On a miss, half damage and the target is slowed (save ends).",damage:"6d6+11 cold damage",category:1},{id:"7044d435-37ac-4dbd-98a7-b6b63b6e5599",name:"Dispel Magic",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"+18 vs Will; damage.",damage:"damage",category:1},{id:"48abbc64-ebcc-4d33-bb2f-5d78a5344adc",name:"Mind Swap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"swap positions with a false shard.",damage:"",category:3},{id:"99af04da-b064-4ace-b578-fd38c09f8c7a",name:"Deathless Echoes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If at least one of the false shards on this level is alive, Karavakos cannot be reduced to fewer than 1 hit point by any means.",damage:"Karavakos cannot be reduced to fewer than 1 hit point by any means",category:0},{id:"2c5a9b80-b909-450d-a28b-70786ef7c3b7",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gain +1 one attack and +3 damage to his next attack against a foe who hit Karavakos since his last turn.",damage:"gain +1 one attack and +3 damage to his next attack against a foe who hit karavakos since his last turn",category:3},{id:"d6bb43fe-a803-48a4-9f2f-5a674d0210cb",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1 racial bonus to attack rolls against bloodied foes.",damage:"+1 racial bonus to attack rolls against bloodied foes",category:0}],damageModifiers:[{type:3,value:-12}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9be54993-5d42-4217-b593-5c7b025f9753",name:"Karavakos’s Shadow",details:"",size:2,origin:5,type:2,keywords:"",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +14, Bluff +14, Diplomacy +14, Stealth +14",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:18},intelligence:{score:19},wisdom:{score:15},charisma:{score:18},hp:80,initiative:9,ac:25,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"e8f29796-886d-423c-ba14-39e652180430",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 necrotic damage and target blinded (save ends).",damage:"1d6+5 necrotic damage and target blinded (save ends)",category:1},{id:"4125919d-8e0d-4f9a-b1d2-46225bd9f321",name:"Shadow Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"1d6+5 necrotic damage and target is blinded (save ends).",damage:"1d6+5 necrotic damage and target is blinded (save ends)",category:1},{id:"6fcf9cca-5d6e-40c5-aa1e-c83db9aa268f",name:"Shadow Storm",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 2 within 10, target enemies only",attack:{bonus:15,defence:1},description:"",details:"2d8+3 necrotic damage, and the target is pushed 3 squares; swirling area of black energy grants concealment, repeat this effect’s attack when the Shadow sustains it.",damage:"2d8+3 necrotic damage",category:5},{id:"03ea14cd-d3cc-431c-bebb-6956aa2ef6c3",name:"Devouring Dark",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"affects enemies only; 3d6+10 necrotic damage and targets are teleported 3 squares to a destination of the Shadow’s choice.",damage:"3d6+10 necrotic damage and targets are teleported 3 squares to a destination of the shadow’s choice",category:1},{id:"cfa1ca38-d701-49b7-9a5b-7bad4230ad6b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The shadow deals +1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"30fffa1c-bfe3-4918-9c8d-1fa9a2c14efa",name:"Shadow Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Shadow gains phasing until the end of his next turn and can move up to 4 squares.",damage:"The Shadow gains phasing until the end of his next turn and can move up to 4 squares",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"f4680f6c-2ad3-4be6-89e0-307accab4416",name:"Kravak the Damned",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +15, Bluff +9, Stealth +9",equipment:"cloak of resistance",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:14},hp:200,initiative:7,ac:27,fortitude:21,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"4ee4cc63-633d-4bd7-b443-d7092f3ff1af",name:"Screaming Skull",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d4+5 necrotic damage.",damage:"2d4+5 necrotic damage",category:1},{id:"568aae75-5ad5-4cf8-a61b-0025efb1c958",name:"Death’s Rebuke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Close burst 1",attack:{bonus:15,defence:0},description:"",details:"1d8+8 necrotic damage, and the target is pushed 1 square.",damage:"1d8+8 necrotic damage",category:1},{id:"6090cb66-dea3-47f1-b50f-48ee953b018d",name:"Deathstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Implement, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"2d8+8 cold and necrotic damage. Area is filled with swarming spirits until the end of Kravak’s next turn: it grants concealment, and any creature that starts its turn in the area takes 5 cold and necrotic damage. Kravak can end this effect as a minor action.",damage:"2d8+8 cold and necrotic damage",category:1},{id:"60577ae0-d36f-48a0-921d-580633fb732d",name:"Clutch of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Conjuration, Implement, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d8+8 cold and necrotic damage, and a spectral hand grabs the target. If the target attempts to escape, the hand uses Kravak’s Fortitude or Reflex defense. Sustain minor: A grabbed target takes 1d8+8 cold and necrotic damage when Kravak sustains the power. As a standard action, Kravak can attack another target with the hand, but it must release a target it has grabbed.",damage:"2d8+8 cold and necrotic damage",category:1},{id:"cce47151-fe62-432b-a988-5b64e2226b9e",name:"Dimension Door",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Teleport 10.",damage:"Teleport 10",category:2},{id:"2be38ae8-c125-4eb1-9964-1a861795a360",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits.",damage:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits",category:3},{id:"5e3e2851-cfdd-481e-b3f6-4fd711cf853d",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes.",damage:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes",category:0},{id:"f6076de8-1de8-4ddf-b018-5967f51595ba",name:"Cloak of Resistance",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kravak gains resist 10 to all damage until the start of his next turn.",damage:"kravak gains resist 10 to all damage until the start of his next turn",category:5},{id:"aff6bb5f-5cdd-49b6-af5c-4b9f76ab9a41",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Kravat spends a healing surge and regains 50 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Kravat spends a healing surge and regains 50 hit points",category:1}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c326b62-d007-4694-9b0b-6282c65ef259",name:"Mad Wanderer",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +13, Insight +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:132,initiative:4,ac:20,fortitude:18,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"aa7b6491-d5e7-4de4-80a0-7cbce4f87414",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"71acb4fe-39af-4a69-9b5c-52c66ec26018",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d4+5 force damage.",damage:"2d4+5 force damage",category:1},{id:"8316ab07-f46d-4d46-b435-998aa1072fe8",name:"Magic Missile Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:11,defence:2},description:"",details:"1d4+5 force damage.",damage:"1d4+5 force damage",category:1},{id:"59cfd6a0-668d-4021-a326-7f02381646fd",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:13,defence:2},description:"",details:"The mage makes a separate attack against 3 different targets; 1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:1},{id:"c5d61653-a630-4158-8b41-04a907e41022",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:1},description:"",details:"2d8+5 thunder damage, and the target is dazed (save ends).",damage:"2d8+5 thunder damage",category:1},{id:"6c8a7ba4-8b46-43fc-9793-00b6707fa09b",name:"Acid Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:2},description:"",details:"3d6+5 acid damage.",damage:"3d6+5 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"153ef05e-2422-460d-9102-bcb4c2ef4313",name:"Calastryx",details:"",size:4,origin:4,type:1,keywords:"dragon",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +19",movement:"6, fly 8",alignment:"Evil",languages:"Common, Draconic, Giant, Goblin",skills:"Arcana +17, Diplomacy +17, History +17, Insight +19, Intimidate +17",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:15},intelligence:{score:20},wisdom:{score:24},charisma:{score:21},hp:564,initiative:9,ac:28,fortitude:26,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"3165094d-5642-4704-a22e-5e2997b824e4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 3d8+7 damage, and Calastryx slides the target 3 squares.",damage:"3d8+7 damage",category:1},{id:"a298bca2-ccd8-4267-b5d9-827915c94099",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Zone",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"4d8+6 fire damage. Miss: Half damage. Effect: The area of the blast becomes a zone that lasts until the end of Calastryx’s next turn. An enemy that ends its turn in the zone takes 15 fire damage.",damage:"4d8+6 fire damage",category:1},{id:"bde31b14-668c-4aae-b191-eccafb475065",name:"Inferno Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d10+5 fire damage.",damage:"2d10+5 fire damage",category:1},{id:"e81932b3-56af-4009-be6c-4f0ef85a23e9",name:"Rip and Tear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; three attacks against one target; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"c72274fe-4f04-4ac4-bc84-11e325107def",name:"Multiple Threat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time Calastryx is marked, the attacker can choose one of the heads to mark. Marks affect each head separately. A head that is not marked ignores the mark’s effects and does not trigger effects tied to the mark. Other effects and conditions, such as dazed or stunned, apply to all of the heads.",damage:"",category:0},{id:"895d4df3-e8ac-473b-9776-e0ca133a39b8",name:"Triple Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Calastryx acts three times in a round, once for each head, on initiative counts 30, 20, and 10. It has a full set of actions on each turn and cannot delay or ready actions. It can use one immediate action between each turn.",damage:"on initiative counts 30",category:0},{id:"19b5a7ee-dc77-4448-8527-cb6f264e5f92",name:"Power of Three",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each of Calastryx’s heads tracks the use of encounter and recharge actions separately. Each head has a full array of the listed powers.",damage:"",category:0},{id:"e0ce838e-95d1-4b06-a3ff-0c9e0eb6126d",name:"Bloodied Birth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time Calastryx is bloodied, it sprouts a fourth head. That head has its own separate set of encounter and recharge powers. Its initiative is 40.",damage:"Its initiative is 40",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc673c70-4da7-4894-a766-6cb6414dbac9",name:"Carthain",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:0,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Goblin",skills:"Acrobatics +13, Athletics +12, Bluff +13, Diplomacy +13, Thievery +13",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:18},hp:87,initiative:10,ac:22,fortitude:19,reflex:20,will:20,regeneration:null,auras:[{id:"005ee8f8-d135-422c-9793-e7aaa62c6433",name:"Menacing Blade",keywords:"",details:"aura 1; enemies grant combat advantage to Carthain’s allies while in the aura."}],powers:[{id:"4ea8ce24-0022-4fd6-908c-6d67d84db210",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"6ddb02b1-08b4-4a1d-83e4-ee5ab136b6ce",name:"Hand Axe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:3},{id:"d94aa830-b948-49da-a5f5-fcc6a04c2028",name:"Whirling Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:13,defence:0},description:"",details:"targets enemies; 2d8+5 damage. Effect: Until the end of Carthain’s next turn, each enemy that ends its turn adjacent to him takes 5 damage.",damage:"2d8+5 damage",category:1},{id:"a340c4e2-96f5-461b-aa11-195481366b58",name:"Nimble Footwork",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Carthain shifts 2 squares.",damage:"Carthain shifts 2 squares",category:2},{id:"3e38ee25-dcb7-4293-8248-5c40ce9c2319",name:"Villainous Escape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Carthain ends all marks that apply to him.",damage:"",category:3},{id:"693e9c20-7e26-423f-8ba2-5b6fa1242d18",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Carthain’s attacks deal 2d6 extra damage against any target granting combat advantage to him.",damage:"carthain’s attacks deal 2d6 extra damage against any target granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a6454502-06af-42da-b16f-5ec04782ec77",name:"Gerrek",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Athletics +9, Endurance +11, Intimidate +8, Religion +8",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:11},wisdom:{score:18},charisma:{score:11},hp:81,initiative:8,ac:22,fortitude:20,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"b0c15dfa-517d-406d-9dc1-6fc5120a651f",name:"Urgrosh",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+3 damage.",damage:"1d12+3 damage",category:1},{id:"2142d92b-ccd4-477f-ae70-b263d2c2be37",name:"Oath of Enmity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"one enemy in burst; until the end of the encounter or until Gerrek uses this power again, when Gerrek attacks the target, he rolls twice and uses the higher result.",damage:"",category:3},{id:"a0578a19-cfdd-4bd7-bc04-fe5be26b91f0",name:"Censure the Coward",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+7 damage.",damage:"1d12+7 damage",category:5},{id:"f07444fd-5d9e-42e9-a532-ba29b89afd57",name:"Splinter the Formation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d12+3 damage, and Gerrek teleports each enemy within 2 squares of the target 3 squares.",damage:"2d12+3 damage",category:1},{id:"bd772b15-017a-4bf8-bfde-3a1f3df4dbc2",name:"Executioner’s Cloak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d12+3 damage, and Gerrek is invisible to the target (save ends). Miss: Half damage, and Gerrek is invisible to the target until the end of his next turn.",damage:"3d12+3 damage",category:1},{id:"7c867421-0755-4206-9b65-983b54828b72",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Gerrek to move—through a push, a pull, or a slide—Gerrek moves 1 square less than the effect specifies. When an attack would knock Gerrek prone, Gerrek gains an immediate saving throw to avoid falling prone.",damage:"or a slide—Gerrek moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2a0c88f7-92e1-474f-9c0e-5474ec401381",name:"Serlek Undertow",details:"",size:1,origin:4,type:2,keywords:"halfling",level:4,role:{type:6,flag:0,leader:!0},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +13, Athletics +8, Bluff +10, Stealth +9, Thievery +13",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:15},hp:55,initiative:8,ac:18,fortitude:15,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"c8f37ca7-ab14-4def-b140-e1ebe95d01c4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+5 damage, and Serlek shifts 3 squares.",damage:"2d4+5 damage",category:1},{id:"cca9a576-fe15-483e-8285-4822885d6de2",name:"Vicious Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+5 damage, and ongoing 5 damage (save ends).",damage:"2d4+5 damage",category:1},{id:"5a116c31-6598-4fcd-8f1c-7e87054972f9",name:"Distracting Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"each ally adjacent to the target can make a melee basic attack against the target as a free action.",attack:{bonus:7,defence:2},description:"",details:"",damage:"",category:1},{id:"31146e0d-ba5c-4bd1-9ef9-1f2878b4fc05",name:"Second Chance",action:{action:5,trigger:"when an enemy hits serlek with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy rerolls the attack roll and uses the new result.",damage:"",category:5},{id:"0221947b-0889-4c68-99fe-5b130e0a3210",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Serlek’s melee attacks deal 1d6 extra damage against any target granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c991c743-9220-4340-9138-982b3ca9b52f",name:"Thar",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Giant, Goblin",skills:"Athletics +17, Intimidate +14, Religion +11",equipment:"greataxe; hide armor",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:11},intelligence:{score:12},wisdom:{score:14},charisma:{score:19},hp:274,initiative:5,ac:23,fortitude:24,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"d3680b2d-ae01-41ee-9076-0b6b3f775b41",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)2d12+6 (crit 2d12 + 30) Miss: 6 damage.",damage:"6 damage",category:1},{id:"267b292d-458c-42d2-b8a5-93c475f229f1",name:"Menacing Eye of Gruumsh",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"(+16 while bloodied)the target takes 1d8 + 5 psychic damage each time it attacks Thar (save ends).",damage:"(+16 while bloodied)the target takes 1d8 + 5 psychic damage each time it attacks thar (save ends)",category:3},{id:"cc7eca1e-02d7-4551-9efa-bc57b287ac5b",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"(+15 while bloodied)2d6+3 fire damage.",damage:"(+15 while bloodied)2d6+3 fire damage",category:3},{id:"2889142c-b58f-4184-b1d7-43d72bbba7bf",name:"Sweeping Axe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)3d12+6 damage (crit 2d12 + 42), and ongoing 5 damage (save ends). Miss: Half damage.",damage:"(+17 while bloodied)3d12+6 damage (crit 2d12 + 42)",category:1},{id:"1b656392-3120-4e9b-8277-ae4099548b25",name:"Brutal Finish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)3d12+10 damage (crit 2d12 + 46). Miss: Half damage.",damage:"(+17 while bloodied)3d12+10 damage (crit 2d12 + 46)",category:1},{id:"bac319e3-2d3c-41c7-ac66-977859bb8bbd",name:"Winged Axe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"this attack does not provoke opportunity attacks; (+21 while bloodied)1d12+6 damage (crit 2d12 + 18), and the target is stunned until the end of its next turn. Thar’s axe returns to him after this attack.",damage:"(+21 while bloodied)1d12+6 damage (crit 2d12 + 18)",category:1},{id:"da612f34-34bf-4a4b-8c22-a589aaecef64",name:"Scorn for the Weak",action:{action:1,trigger:"when an adjacent enemy spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity",range:"Thar makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"f1a41fb8-dae4-476e-998a-d61702170d60",name:"Death Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Thar is bloodied, he gains a +2 bonus to attack rolls and damage rolls, but he suffers 5 damage at the end of each of his turns. When he is reduced to 0 hit points, he does not die or fall unconscious until the end of his next turn.",damage:"he gains a +2 bonus to attack rolls and damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bfc9370-52da-44af-b8de-eea7e5da32d2",name:"Goblin Cutter",details:"",size:1,origin:4,type:2,keywords:"goblin",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +5, Thievery +5",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:5,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"3e4e536a-dddb-4934-bec4-1be44b321715",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage (5 damage if the goblin cutter has combat advantage against the target).",damage:"4 damage (5 damage if the goblin cutter has combat advantage against the target)",category:1},{id:"e8f13d31-3e16-4241-8569-a52a093213a8",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c420b2ec-0c25-4ec1-b816-212bc252ff6a",name:"Gray Ooze",details:"",size:1,origin:4,type:1,keywords:"blind, ooze",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; blindsight 10, tremorsense 10",movement:"5, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:15},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:43,initiative:5,ac:15,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"9949c6d8-3857-4cf4-b675-4a6401027539",name:"Stench",keywords:"",details:"aura 2; each creature within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"0ead1d3c-a022-4283-bd31-12c59fa1b73a",name:"Bone Melt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+5 acid damage, and the target takes a cumulative -2 penalty to Fortitude each time it hits (save ends).",damage:"1d6+5 acid damage",category:1},{id:"8de0576f-a688-4767-a3a0-44ff9719cbd2",name:"Slimy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gray ooze shifts 2 squares.",damage:"The gray ooze shifts 2 squares",category:3}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"b0fcbc64-c1ec-4f98-90f4-0d05bfa7db78",name:"Iron Defender",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"9c70f62b-436b-47dd-a492-398b981dfbb6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"c7328e40-93e3-4726-9105-ca178c15bf00",name:"Guard Creature",action:{action:4,trigger:"when an adjacent enemy attacks the creature guarded by the iron defender",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron defender makes a bite attack against the enemy.",damage:"",category:5},{id:"bdcbca9b-ca65-4038-81fd-66f55c526bf5",name:"Pursue and Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the iron defender makes an opportunity attack, it shifts 1 square before or after the attack.",damage:"it shifts 1 square before or after the attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"131e7aac-1724-4472-a5c4-ceff6ca9b3cb",name:"Kobold Dragonshield",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +5, Stealth +7, Thievery +7",equipment:"heavy shield; scale armor; short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:13},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:36,initiative:4,ac:18,fortitude:14,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"f7d019d5-3c46-4421-8b59-7cc4d9f5774f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage, and the target is marked until the end of the kobold dragonshield’s next turn.",damage:"1d6+3 damage",category:1},{id:"1b13bdfa-a4f2-4154-9749-40ddaa6d50f4",name:"Dragonshield Tactics",action:{action:4,trigger:"when an adjacent enemy shifts away or an enemy moves adjacent",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield shifts 1 square.",damage:"The kobold dragonshield shifts 1 square",category:5},{id:"36590622-0d05-493d-86cc-41ea098ae5b3",name:"Mob Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1 to hit and damage for each other identical creatures attacking the same opponent",damage:"+1 to hit and damage for each other identical creatures attacking the same opponent",category:0},{id:"e86db73d-6348-4061-8da5-464604f64236",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"37ca18e3-e5be-48af-8b90-2892c6de8298",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"5 (damage type of the dragon served)",vulnerable:"",immune:"",tactics:""},{id:"c5fc8c2a-089e-4c1b-be5a-cc2ed165ac37",name:"Rage Drake",details:"Rage drakes savagely attack all other creatures they encounter and become even more ferocious when bloodied. Adult rage drakes cannot be domesticated, but newly hatched rage drakes can be trained to serve as pets, guards, or mounts.",size:3,origin:4,type:1,keywords:"mount, reptile",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:13},intelligence:{score:3},wisdom:{score:13},charisma:{score:12},hp:77,initiative:3,ac:17,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"7ab61014-ea25-4ad1-8a05-c37f9b324b66",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"eb2d778c-3d7b-4b9d-9a54-6fc1bd0e3690",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"990b4484-3d63-4d76-b9f1-57988ab8d937",name:"Raking Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the rage drake charges, it makes two claw attacks against a single target.",damage:"",category:1},{id:"c048dd41-ba52-4d34-a9d6-b80264d4f75c",name:"Bloodied Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"While bloodied, a rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack.",damage:"a rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack",category:0},{id:"cdf86ba0-c4e2-4375-b8b1-619884e9b494",name:"Raging Mount",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while bloodied and mounted by a friendly rider of 5th level or higher",range:"The rage drake grants its rider a +2 bonus to attack rolls and damage rolls with melee attacks.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:""},{id:"13517092-b0cc-4b3e-86a2-76ce2d604c22",name:"Stirge",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:4,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:22,initiative:7,ac:15,fortitude:12,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"99fb7444-b7b7-43f2-97a5-6b3ef05536ef",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4 damage, and the target is grabbed (until escape) and takes ongoing 5 damage until it escapes. An attached stirge doesn’t make attack rolls while grabbing a target and gains a +5 bonus to its AC and Reflex defenses.",damage:"1d4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eb15ec2f-684f-49aa-9c32-3b4f3192ac72",name:"Air Archon Tempestblade",details:"",size:2,origin:1,type:2,keywords:"air",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"longsword; plate armor",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:25},intelligence:{score:17},wisdom:{score:20},charisma:{score:15},hp:174,initiative:18,ac:32,fortitude:31,reflex:32,will:30,regeneration:null,auras:[{id:"3fb92e07-018d-4e18-adc9-42834c51712b",name:"Billowing Winds",keywords:"",details:"(while bloodied) aura 3; while in the aura, enemies without the air keyword are deafened and take a -2 penalty to melee attack rolls and ranged attack rolls"}],powers:[{id:"9db66651-684e-470f-86f6-a70e7eb46268",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+3 damage plus 2d6 lightning damage, and the target is pushed 1 square.",damage:"1d8+3 damage plus 2d6 lightning damage",category:1},{id:"eb2d8c86-c294-4ad3-b853-ebe5adf2be80",name:"Bonds of Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires Longsword; 4d8+10 lightning damage, and the target is immobilized (save ends). Hit or Miss: Once per round on this creature’s turn, it can use a minor action to slide the target 1 square (save ends).",damage:"4d8+10 lightning damage",category:1},{id:"9152c828-9787-48e2-9652-2e57ba5affd4",name:"Tempest Dash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the tempestblade moves 4 squares or more from its previous location on its turn, it gains a +2 bonus to AC, and its melee attacks deal an extra 1d8 lightning damage.",damage:"",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5ea5fb33-f2d1-4b1b-869f-492613ed3afb",name:"Air Archon Zephyrhaunt",details:"",size:2,origin:1,type:2,keywords:"air",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +12",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"Stealth +19",equipment:"plate armor; spiked chain",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:23},intelligence:{score:15},wisdom:{score:18},charisma:{score:14},hp:122,initiative:18,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"2b548ffd-3683-43ab-ae41-75132e4b7cd6",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d4+5 damage plus 2d6 lightning damage, and the target is pulled 1 square.",damage:"2d4+5 damage plus 2d6 lightning damage",category:1},{id:"3351d176-cf68-4406-b49b-7d68336ff6c8",name:"Cyclone Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:19,defence:1},description:"",details:"2d8+8 damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8+8 damage",category:1},{id:"adf490cc-eb74-4086-a3ec-60c15fc3914a",name:"Whirlwind Escape",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Adjacent creatures are pushed 1 square, and the archon zephyrhaunt teleports 8 squares.",damage:"Adjacent creatures are pushed 1 square",category:2}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ca5a16b3-b370-48c6-b2c0-4a1db9b10fef",name:"Aspect of Dispater",details:"",size:2,origin:3,type:2,keywords:"devil",level:20,role:{type:3,flag:1,leader:!0},senses:"Perception +15; darkvision",movement:"6, teleport 10",alignment:"Evil",languages:"Supernal",skills:"Arcana +23, Bluff +22, History +23, Insight +20, Religion +23",equipment:"",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:19},intelligence:{score:26},wisdom:{score:20},charisma:{score:25},hp:382,initiative:14,ac:37,fortitude:33,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"89b3ea15-acc8-4b25-a826-0293b7057487",name:"Smiting Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d8+6 damage, and the target is pushed 2 squares and dazed until the end of the aspect of Dispater’s next turn.",damage:"2d8+6 damage",category:1},{id:"ec703f22-3a83-4558-98e6-ccae4365e141",name:"Lesser Blasphemous Reply",action:{action:4,trigger:"when hit by a melee attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:24,defence:3},description:"",details:"Targets the attacker; 3d8+7 thunder damage, and the target is pushed 1 square.",damage:"3d8+7 thunder damage",category:5},{id:"af902a86-912b-4bb1-acf9-d36e2a6d7adc",name:"Lesser Inveigle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"2d6+7 psychic damage, and the target slides 2 squares and is dominated until the end of the aspect of Dispater’s next turn.",damage:"2d6+7 psychic damage",category:1},{id:"9106e368-c2a4-4647-b9a4-7d522239889b",name:"Lesser Gates of Dis",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Fire",condition:"",range:"",attack:null,description:"",details:"Area wall 5 within 20 squares. The aspect of Dispater conjures a lattice of scalding iron that lasts until the start of his next turn. The wall blocks movement and line of effect, but it does not block line of sight. Creatures that end their turn adjacent to the wall or are pulled, pushed, or slid adjacent to the wall take 10 fire damage. The wall is 4 squares high and cannot be destroyed.",damage:"or slid adjacent to the wall take 10 fire damage",category:3},{id:"4371b901-fc60-4428-a81f-78599e9e191f",name:"Lesser Diabolic Awe",action:{action:7,trigger:"when an enemy within 5 squares becomes bloodied or takes a critical hit",sustainAction:0,use:1,recharge:""},keywords:"Fear, Healing",condition:"",range:"",attack:null,description:"",details:"The enemy is pushed 3 squares away from the aspect of Dispater and is dazed until the end of the aspect’s next turn. Creatures with the devil keyword within 5 squares of the aspect of Dispater regain 10 hit points.",damage:"The enemy is pushed 3 squares away from the aspect of Dispater and is dazed until the end of the aspect’s next turn",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a98497f9-17f1-4974-9a99-50b85dd72683",name:"Aspect of Graz’zt",details:"",size:2,origin:1,type:2,keywords:"demon",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6, teleport 4",alignment:"Chaotic evil",languages:"All",skills:"Arcana +21, Bluff +26, Diplomacy +26, History +21, Insight +24, Intimidate +26",equipment:"greatsword",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:29},intelligence:{score:19},wisdom:{score:24},charisma:{score:29},hp:438,initiative:23,ac:40,fortitude:36,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"e6a9238d-d8e8-4c90-9496-ebf0dd946ce1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon, Teleportation",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and ongoing 5 acid damage (save ends), and the target teleports 1 square into a space of the aspect of Graz’zt’s choosing.",damage:"3d6+8 damage",category:1},{id:"e0085490-9416-4081-8fdf-c52810bfcdd7",name:"Forceful Domination",action:{action:1,trigger:"recharges when no enemies are dominated by the aspect of Graz’zt",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target is dominated (save ends), and saving throws against this effect take a -2 penalty. A creature dominated by the aspect of Graz’zt counts as his ally and is not considered dazed (as per the dominated condition) for the purpose of flanking.",damage:"and saving throws against this effect take a -2 penalty",category:5},{id:"7cf564ba-11b9-4cdb-9733-b87282a13a5c",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Graz’zt deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the aspect of graz’zt deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"5b3da6af-84c7-4f63-a77d-a54f970ad106",name:"Astral Dreadnought",details:"",size:5,origin:3,type:1,keywords:"",level:24,role:{type:2,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"fly 12 (hover)",alignment:"Chaotic evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:22},intelligence:{score:5},wisdom:{score:25},charisma:{score:14},hp:1135,initiative:18,ac:38,fortitude:38,reflex:35,will:38,regeneration:null,auras:[{id:"5c48b989-41c9-4590-87e3-93f4517b08ab",name:"Frightful Presence",keywords:"",details:"(Fear) aura 3; enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"0f18087d-84ec-4427-935e-dcb49bb6f443",name:"Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d6+13 damage, and the target is grabbed (until escape). An astral dreadnought can grab up to two creatures at a time, one in each claw. The astral dreadnought cannot use this attack if it has two creatures grabbed.",damage:"2d6+13 damage",category:1},{id:"7ed91c7e-e621-4485-9b1b-34d8209341e1",name:"Twin Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral dreadnought makes two pincer attacks. The astral dreadnought cannot use this attack if it has a creature grabbed.",damage:"",category:1},{id:"e7079655-d59a-4b09-900f-8a83a29cdce2",name:"Pincer Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets creatures grabbed by the astral dreadnought; 2d12+13 damage.",damage:"2d12+13 damage",category:1},{id:"e5c4a244-4f22-4248-891e-c0ca6955d07c",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a bloodied Large or smaller creature that the astral dreadnought has grabbed; the target is swallowed. The target enters a demiplane that is 8 squares wide, 8 squares long, and 2 squares tall. The swallowed creature arrives in a square of the dreadnought’s choosing. A hovering eyeball occupies the center 4 squares of the demiplane.",damage:"The target enters a demiplane that is 8 squares wide",category:1},{id:"395c5389-cb85-4b34-b834-2b561e95dc90",name:"Chained God’s Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:25,defence:3},description:"",details:"the target is dazed (save ends). First Failed Saving Throw: The target is stunned instead of dazed (save ends). Second Failed Saving Throw: The target is stunned and takes ongoing 40 psychic damage (save ends both).",damage:"the target is stunned and takes ongoing 40 psychic damage (save ends both)",category:3},{id:"d69070b8-b92e-4925-8427-eb34bbb0b7a1",name:"Orb of Dread",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:26,defence:3},description:"",details:"targets swallowed creatures; the target is dazed (save ends). First Failed Saving Throw: The target is stunned instead of dazed (save ends). Second Failed Saving Throw: The target is stunned and takes ongoing 40 psychic damage (save ends both).",damage:"the target is stunned and takes ongoing 40 psychic damage (save ends both)",category:4}],damageModifiers:[],resist:"30 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"e369f139-5875-43a4-abd1-710a3a8a9941",name:"Baphomet",details:"",size:4,origin:1,type:2,keywords:"demon",level:28,role:{type:2,flag:2,leader:!1},senses:"Perception +27; darkvision",movement:"8 (earth walk)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Acrobatics +29, Intimidate +25, Nature +27",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:28},intelligence:{score:20},wisdom:{score:26},charisma:{score:22},hp:1295,initiative:23,ac:42,fortitude:44,reflex:41,will:40,regeneration:null,auras:[{id:"7d73795c-483e-4b08-ab9d-39306179a41f",name:"Blood Ground",keywords:"",details:"aura 5; a creature in the aura that makes a melee attack against a bloodied target gains a +5 bonus to damage rolls, and a bloodied creature that makes a melee attack gains a +10 bonus to damage rolls."}],powers:[{id:"382f026f-3d8d-4369-a4b2-782b3658884c",name:"Heartcleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d12+10 damage (crit 9d12 +46), and the target takes a -2 penalty to AC (save ends).",damage:"3d12+10 damage (crit 9d12 +46)",category:1},{id:"80406526-9950-4b21-b5c2-5b1784782b18",name:"Goring Horns",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 4d8+10 damage, and the target slides 2 squares. When Baphomet makes this attack as part of a charge, the target is also knocked prone.",damage:"4d8+10 damage",category:1},{id:"2fdd32ef-0935-4343-949a-8466aa2ba646",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Baphomet makes a heartcleaver attack against one target and a goring horns attack against a different target.",damage:"",category:1},{id:"1ef5de90-1833-45df-a55c-fc7f24974627",name:"Bellow",action:{action:4,trigger:"when baphomet is damaged by an attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Close burst 6",attack:{bonus:29,defence:3},description:"",details:"7d8+6 thunder damage, and the target is dazed (save ends).",damage:"7d8+6 thunder damage",category:5},{id:"221df925-2c37-4253-a1fc-88db1f2a0fdb",name:"Bloodied Fury",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"4d8+10 damage, and the target is pushed 3 squares and knocked prone.",damage:"4d8+10 damage",category:5},{id:"540dd447-8087-4b14-9f44-31401e32dd2e",name:"Abyssal Maze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Area wall 4 within 10 squares; the illusory wall occupies 4 contiguous squares and lasts until the end of the encounter. The wall cannot be destroyed or climbed. If Baphomet creates more than one wall, no part of the walls can be adjacent.",damage:"Area wall 4 within 10 squares",category:3},{id:"fee4edaf-b691-4b87-925e-dff9bc04d862",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Baphomet makes a bloodied fury attack.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"d9069a7f-131b-43e9-8be2-373ee837a4f1",name:"Barbed Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"7, teleport 7",alignment:"Evil",languages:"Supernal",skills:"Athletics +21, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:23},intelligence:{score:12},wisdom:{score:15},charisma:{score:20},hp:170,initiative:17,ac:33,fortitude:31,reflex:30,will:29,regeneration:null,auras:[{id:"7e7296d6-32ac-4671-a013-685536aeb705",name:"Threatening Barbs",keywords:"",details:"aura 1; any creature in the aura that makes a melee attack or a close attack with the weapon keyword against the barbed devil takes 5 damage."}],powers:[{id:"6dd8cf59-75f3-4b57-a815-585cfc144d68",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"9a8131a2-a57e-4402-b882-700509b14f5c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barbed devil makes two claw attacks.",damage:"",category:1},{id:"db4c4db9-1937-4255-9e8e-e37fb4d5a804",name:"Hurl Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:21,defence:2},description:"",details:"1d10+6 fire damage, and ongoing 5 fire damage, and the target is dazed (save ends both).",damage:"1d10+6 fire damage",category:1},{id:"03d658d1-8bf9-4db3-8f8d-957700a8b67d",name:"Barbed Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 1",attack:{bonus:23,defence:0},description:"",details:"1d8+7 damage, and the barbed devil teleports 7 squares.",damage:"1d8+7 damage",category:1},{id:"5393e839-2716-47f0-a39d-9f55c49be9fb",name:"Infernal Bound",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barbed devil shifts 3 squares.",damage:"The barbed devil shifts 3 squares",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e29c2a5-6212-4b8d-9f87-e7148704f9c9",name:"Barbed Devil Enforcer",details:"",size:2,origin:3,type:2,keywords:"devil",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"7, teleport 7",alignment:"Evil",languages:"Supernal",skills:"Athletics +21, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:20},hp:174,initiative:16,ac:35,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"42e43754-936a-440d-8e81-b1ad04b277be",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+7 damage, and the target is pushed 1 square.",damage:"1d8+7 damage",category:1},{id:"75f496f7-5c64-4a9e-8f67-986135be2bc1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"The barbed devil enforcer makes two claw attacks. If both attacks hit the same target, the barbed devil enforcer tries to impale the target on its barbs as a secondary attack; 5 damage.",damage:"5 damage",category:1},{id:"6f29b6bd-c58e-47cb-a985-5df2be465917",name:"Hurl Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"1d10+7 fire damage, and ongoing 5 fire damage, and the target is dazed (save ends both).",damage:"1d10+7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bde4f4d0-5493-46db-88cb-b49c46c31b1a",name:"Bladeling Ironmage",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +6",movement:"6",alignment:"Any",languages:"Common",skills:"Arcana +15, Intimidate +10",equipment:"leather armor; short sword",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:15},intelligence:{score:20},wisdom:{score:13},charisma:{score:17},hp:200,initiative:7,ac:26,fortitude:19,reflex:25,will:21,regeneration:null,auras:[{id:"b97d6d62-3146-438f-b76e-78e39f7e2dd8",name:"Cloud of Blades",keywords:"",details:"aura 1; an enemy that begins its turn in the aura takes 5 damage."}],powers:[{id:"639ec3de-a825-4ddd-83ef-f7e24e6a82f5",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"a7bdb13b-73e1-421a-8189-1885dce88d6b",name:"Razor Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:0},description:"",details:"1d8+2 damage, and the target is slowed until the end of the bladeling ironmage’s next turn.",damage:"1d8+2 damage",category:1},{id:"11484e5b-f98c-45ac-9550-9e7ac9484b9a",name:"Improved Razor Storm",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:14,defence:2},description:"",details:"1d8+2 damage, and ongoing 5 damage (save ends).",damage:"1d8+2 damage",category:5},{id:"779f0eec-d600-484c-b2fc-f8d927eb5b8c",name:"Shrapnel Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10 squares",attack:{bonus:14,defence:2},description:"",details:"1d8+3 damage, and the target is slowed until the end of the bladeling ironmage’s next turn.",damage:"1d8+3 damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea959d1d-9bfb-4dfe-8d46-3790fc7e1b7e",name:"Bladeling Razorguard",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +5, Stealth +14",equipment:"arrows (30); hide armor; longbow; longsword",category:"",strength:{score:11},constitution:{score:11},dexterity:{score:21},intelligence:{score:12},wisdom:{score:16},charisma:{score:8},hp:65,initiative:9,ac:22,fortitude:17,reflex:22,will:20,regeneration:null,auras:[{id:"55d55f40-46c5-4f0f-9dd7-6fcb8c9ae298",name:"Steel Shroud",keywords:"",details:"aura 1, while the bladeling razorguard is not bloodied; an enemy that starts its turn in the aura takes 5 damage."}],powers:[{id:"58999af7-72bf-4c0b-8d1a-77e7a0ad79a2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"9dd6bb57-87c6-44e3-95da-eca6bab733d1",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:15,defence:0},description:"",details:"1d10+5 damage, and the target’s speed is reduced by 1 square until the end of the bladeling razorguard’s next turn.",damage:"1d10+5 damage",category:1},{id:"82a3bced-eda6-4e69-90f2-a4457518f812",name:"Razor Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:13,defence:2},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"02fd31fd-5074-428a-8da0-f3d71ff0ac48",name:"Razor Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the bladeling razorguard is not bloodied, it gains a +2 bonus to AC and Reflex defenses.",damage:"it gains a +2 bonus to AC and Reflex defenses",category:0}],damageModifiers:[{type:1,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93ac74b7-1ca7-460e-aae2-81b6fcbdf74f",name:"Bladeling Spiker",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +4",equipment:"falchion; hide armor",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:69,initiative:6,ac:22,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"1ac99281-54fe-4ca0-99db-569ec0aead78",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+5 damage (crit 4d4+13), and the target is marked until the end of the bladeling spiker’s next turn. If a target marked by the bladeling spiker makes an attack that does not include the bladeling spiker, it takes 2 damage.",damage:"2d4+5 damage (crit 4d4+13)",category:1},{id:"89e28baf-3951-4e30-aeb1-9cc3f860e0e2",name:"Razor Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:11,defence:2},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"3099e3e5-71c0-4625-9dd1-c117d741f689",name:"Natural Spikes",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 1",attack:null,description:"",details:"the target takes 2 damage.",damage:"the target takes 2 damage",category:3}],damageModifiers:[{type:1,value:-8}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d343597d-7dcb-4e3e-85cf-e35469e0593e",name:"Brazen Devil",details:"",size:3,origin:3,type:2,keywords:"devil",level:28,role:{type:7,flag:0,leader:!1},senses:"Perception +26; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +25",equipment:"halberd",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:18},intelligence:{score:23},wisdom:{score:25},charisma:{score:22},hp:257,initiative:20,ac:45,fortitude:41,reflex:38,will:39,regeneration:null,auras:[{id:"096529e3-71a3-4504-b439-e93144a9a3f0",name:"Cloying Hellfire",keywords:"",details:"(Fire) aura 2; a creature that starts its turn in the aura takes 10 fire damage. A creature without the devil keyword cannot use powers with the teleport keyword while in the aura."}],powers:[{id:"8dbf0ed3-d7f4-4f59-ac12-b96034e88950",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d12+10 damage, and the target slides 1 square.",damage:"2d12+10 damage",category:1},{id:"6ba95310-52ae-4f1b-9ddb-38eb2240a8c6",name:"Hellfire Gout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:33,defence:2},description:"",details:"4d10+7 fire damage.",damage:"4d10+7 fire damage",category:1},{id:"c6f3709f-947d-4fa2-8ef2-3a64e21a6e06",name:"Furious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"4d12+10 damage, and the target is pushed 3 squares. In addition, the brazen devil teleports into a space adjacent to the target after the target is pushed.",damage:"4d12+10 damage",category:1},{id:"0558ebba-520c-42e9-a715-31f07301cc0f",name:"Fiendish Opportunist",action:{action:4,trigger:"when an enemy is pushed; pulled; or slid into a square adjacent to the brazen devil",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"1d12+9 damage, and the target is knocked prone.",damage:"1d12+9 damage",category:5},{id:"cd757209-f6fb-4d6f-b955-ac5f619f3b21",name:"Infernal Assault",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The brazen devil teleports 20 squares and gains a +2 bonus to attack rolls until the beginning of its next turn. The brazen devil can teleport into occupied squares, sliding any creatures occupying those squares into the nearest unoccupied squares.",damage:"The brazen devil teleports 20 squares and gains a +2 bonus to attack rolls until the beginning of its next turn",category:2}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"39e54d98-4250-49a5-87f7-94dfd8c02b09",name:"Canoloth",details:"",size:2,origin:1,type:1,keywords:"demon",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +12",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:14},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:82,initiative:7,ac:23,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"b600d1e8-c49b-44f5-8f46-0d1323b7d14f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"66707f63-9830-49df-a576-8742040c8fed",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 4; 1d6+4 damage, and the target is dazed (save ends).",damage:"1d6+4 damage",category:1},{id:"7e0592ec-7167-404f-b0ad-73712b1b85bd",name:"Tongue Seize",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets a dazed, stunned, unconscious, or helpless creature; reach 4; the target is pulled into an unoccupied space adjacent to the canoloth.",damage:"reach 4",category:3},{id:"361acacc-7ad9-40d1-bdd1-9efea074ecfc",name:"Canoloth Yowl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"targets creatures without the demon keyword; 1d6+1 psychic damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"1d6+1 psychic damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"081e3a2b-6160-4b6d-baf2-b838dcdfa50d",name:"Canoloth Harrier",details:"",size:2,origin:1,type:1,keywords:"demon",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +12; blindsight 10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:14},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:1,initiative:8,ac:27,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"756fc2ef-9308-4866-a49c-1c43768d62a1",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 5 damage, and the target is dazed (save ends). If the target is already dazed, it takes an extra 2 damage instead.",damage:"5 damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7c4ea96-4856-4d97-9067-91694b12fb45",name:"Chasme",details:"",size:3,origin:1,type:1,keywords:"demon",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"6, climb 6 (spider climb), fly 10",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +14, Insight +12, Intimidate +14, Stealth +19",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:10},charisma:{score:14},hp:138,initiative:16,ac:29,fortitude:26,reflex:29,will:24,regeneration:null,auras:[],powers:[{id:"c76536e9-58e0-4f8a-b1b3-67d3a7acc488",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+7 damage, and ongoing 5 damage (save ends), or ongoing 10 damage if the target already has ongoing 5 damage (save ends).",damage:"2d6+7 damage",category:1},{id:"be960da7-af3a-48b4-905f-984db9830089",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"A chasme can move up to half its speed and make one melee basic attack at any point during that movement. The chasme doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:17,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d3416ab3-e8ab-486e-bd22-e2fbfce4246d",name:"Drone",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Sleep",condition:"",range:"Close burst 2",attack:{bonus:17,defence:3},description:"",details:"targets creatures without the demon keyword; the target is dazed (save ends). First Failed Saving Throw: The target is unconscious (save ends).",damage:"",category:5},{id:"3c58b0c1-4487-4dac-bf97-361316d8ca87",name:"Chasme Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chasme gains a +2 bonus to AC against opportunity attacks provoked by movement.",damage:"The chasme gains a +2 bonus to AC against opportunity attacks provoked by movement",category:0},{id:"d2c39f73-209f-4358-a83a-fe147dfad4e8",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chasme deals an extra 1d6 damage against any target it has combat advantage against. This damage increases to 2d6 against unconscious foes.",damage:"the chasme deals an extra 1d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b2566431-2d9d-4995-a00b-d0240d8f8448",name:"Chosen of Graz’zt",details:"",size:2,origin:2,type:1,keywords:"shapechanger",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +13",movement:"6, climb 6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +22, Bluff +25, Insight +18",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:19},intelligence:{score:23},wisdom:{score:14},charisma:{score:28},hp:416,initiative:15,ac:38,fortitude:35,reflex:34,will:35,regeneration:null,auras:[{id:"28811722-ca19-4216-860f-488d7f81e522",name:"Swarm’s Embrace",keywords:"",details:"aura 1; an enemy that starts its turn in the aura takes 15 damage."}],powers:[{id:"69b91450-17ad-4600-9932-a1972191b434",name:"Cursed Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"1d8+7 damage, and the target is dazed (save ends). In addition, the Chosen of Graz’zt regains hit points equal to the damage dealt.",damage:"1d8+7 damage",category:1},{id:"0d3340c0-6ba9-4c95-a4b5-c8a3af8782cb",name:"Devouring Swarm",action:{action:1,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Reach 5; 3d8+7 damage. When the Chosen of Graz’zt sustains this power, the devouring swarm deals 3d8+7 damage to the target (no attack roll required). The target must be within this power’s range for the Chosen of Graz’zt to sustain the power.",damage:"3d8+7 damage",category:5},{id:"f1216907-39c2-40a8-9f9a-e280986ec366",name:"Word of Graz’zt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies, affects first enemy hit only; the target is dominated (save ends).",damage:"",category:1},{id:"5eb77004-9c10-45db-98db-5dc632d25347",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A chosen of Graz’zt can alter its physical form to appear as an attractive Medium humanoid of any race or gender.",damage:"",category:3},{id:"a4db224f-04d7-4b45-a8e8-e55858730486",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a Chosen of Graz’zt can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against area and close attacks",immune:"",tactics:""},{id:"a73a4e65-b368-4e5e-b040-d66abcd35415",name:"Dark Acolyte of Graz’zt",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +13, Insight +15",equipment:"arrows (30); greatsword; leather armor; longbow",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:13},wisdom:{score:16},charisma:{score:12},hp:1,initiative:9,ac:29,fortitude:27,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"f4b08080-83e8-4018-8ba4-a20361d5f603",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"7 damage, or 9 damage if the dark acolyte has combat advantage against the target.",damage:"7 damage",category:1},{id:"cc47c8b1-9667-44f5-982d-1016fc124a2e",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:19,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"4a6f6803-c955-4ec2-90f8-4a4763037bbc",name:"Dying Whispers",action:null,keywords:"",condition:"when reduced to 0 hit points by an attack",range:"",attack:null,description:"",details:"Allies within 5 squares of the dark acolyte gain combat advantage against the attacker until the end of the acolyte’s next turn.",damage:"Allies within 5 squares of the dark acolyte gain combat advantage against the attacker until the end of the acolyte’s next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm",tactics:""},{id:"2c946cf3-84ef-469b-aeff-eeb636b2d057",name:"Dispater",details:"",size:2,origin:3,type:2,keywords:"devil",level:28,role:{type:3,flag:2,leader:!0},senses:"Perception +21; darkvision",movement:"6, teleport 10",alignment:"Evil",languages:"Supernal",skills:"Arcana +29, Bluff +28, History +29, Insight +26, Religion +29",equipment:"rod of dispater",category:"",strength:{score:22},constitution:{score:27},dexterity:{score:23},intelligence:{score:30},wisdom:{score:24},charisma:{score:29},hp:1295,initiative:20,ac:45,fortitude:41,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"15d46f2c-ae23-413a-936a-b7e437e80570",name:"Smiting Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Requires rod of Dispater; 2d8+10 damage (crit 8d8+10), and the target is pushed 2 squares and dazed (save ends).",damage:"2d8+10 damage (crit 8d8+10)",category:1},{id:"c2b58016-73a5-471f-a5e7-0654c533e16f",name:"Blasphemous Reply",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:32,defence:3},description:"",details:"Targets the attacker; 3d8+10 thunder damage, and the target is pushed 1 square.",damage:"3d8+10 thunder damage",category:5},{id:"7df69203-0617-4290-ba23-3dacf223e379",name:"Scathing Rod",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Implement",condition:"",range:"ranged 20",attack:{bonus:32,defence:2},description:"",details:"Requires rod of Dispater; 2d8+10 acid damage, and the target takes a -2 penalty to attacks rolls until the end of Dispater’s next turn.",damage:"2d8+10 acid damage",category:1},{id:"8402cf83-19fe-46f0-941e-6d5321b8fdf1",name:"Inveigle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:32,defence:3},description:"",details:"2d8+10 psychic damage, and the target slides 3 squares and is dominated (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"2d8+10 psychic damage",category:1},{id:"b55fc4ad-e72e-4695-a299-4a4d191173f4",name:"Gates of Dis",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Fire",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 20 squares. Dispater conjures a lattice of scalding iron that lasts until the start of his next turn. The wall blocks movement and line of effect, but it does not block line of sight. Creatures that end their turn adjacent to the wall take 10 fire damage. Creatures pulled, pushed, or slid adjacent to the wall take 20 fire damage. The wall is 4 squares high and cannot be destroyed.",damage:"creatures that end their turn adjacent to the wall take 10 fire damage",category:3},{id:"2431d892-593f-41ed-8a3d-7ad2224e5743",name:"Diabolic Awe",action:{action:7,trigger:"when an enemy within 10 squares becomes bloodied or takes a critical hit",sustainAction:0,use:1,recharge:""},keywords:"Fear, Healing",condition:"",range:"",attack:null,description:"",details:"The enemy is pushed 3 squares away from Dispater and is dazed until the end of Dispater’s next turn. Creatures with the devil keyword within 10 squares of Dispater regain 20 hit points.",damage:"The enemy is pushed 3 squares away from Dispater and is dazed until the end of Dispater’s next turn",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e191cc1e-6335-453f-9ac4-452954812344",name:"Graz’zt",details:"",size:2,origin:1,type:2,keywords:"demon",level:32,role:{type:3,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"6, teleport 6",alignment:"Chaotic evil",languages:"All",skills:"Arcana +27, Bluff +32, Diplomacy +32, History +27, Insight +29, Intimidate +32",equipment:"wave of sorrow",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:33},intelligence:{score:22},wisdom:{score:27},charisma:{score:33},hp:1430,initiative:27,ac:48,fortitude:45,reflex:48,will:48,regeneration:null,auras:[],powers:[{id:"6944eb3b-3dd7-42f3-bd70-5f817dc1a665",name:"Wave of Sorrow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon, Teleportation",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 2d10+10 damage (crit 7d10+10), and ongoing 10 acid damage (save ends), and Graz’zt teleports to an unoccupied square adjacent to the target.",damage:"2d10+10 damage (crit 7d10+10)",category:1},{id:"0fa995a5-218a-4020-8d22-d75ddf822b88",name:"Sorrow Cyclone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Weapon, Teleportation",condition:"",range:"close burst 1",attack:{bonus:37,defence:0},description:"",details:"Requires Wave of Sorrow; targets enemies; 2d10+10 damage (crit 7d10+10), and ongoing 10 acid damage (save ends), and Graz’zt teleports to an unoccupied square adjacent to a creature hit by the attack.",damage:"2d10+10 damage (crit 7d10+10)",category:1},{id:"b3989f41-5f30-482e-a74f-c54ae6a8043d",name:"Overwhelming Domination",action:{action:1,trigger:"recharges when no enemy is dominated by Graz’zt",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 20",attack:{bonus:35,defence:3},description:"",details:"targets two enemies; the target is dominated (save ends), and saving throws against this effect take a -4 penalty. Graz’zt can force a creature he has dominated to use encounter attack powers. A creature dominated by Graz’zt counts as his ally and is not considered dazed (as per the dominated condition) for the purpose of flanking. Aftereffect: The target takes a -4 penalty to Will defense until the end of the encounter.",damage:"and saving throws against this effect take a -4 penalty",category:5},{id:"662291a7-ffac-40d3-8cfd-9e3ae12234de",name:"Unholy Blight",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 5 within 10",attack:{bonus:35,defence:2},description:"",details:"targets enemies only; 2d10+10 damage, and the target is weakened until the end of Graz’zt’s next turn.",damage:"2d10+10 damage",category:1},{id:"a52b3751-02a6-4b47-8ca2-27c06d5ded38",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Graz’zt can alter his physical form to appear as an attractive Medium humanoid of any race or gender.",damage:"",category:3},{id:"502e63a7-dc61-490f-82d0-a1533520019d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Graz’zt deals an extra 4d6 damage against any target he has combat advantage against.",damage:"graz’zt deals an extra 4d6 damage against any target he has combat advantage against",category:0},{id:"a400682c-4560-4330-a290-198bd5a95baf",name:"Vicious Twist",action:{action:7,trigger:"when Graz’zt hits a creature with an attack that has the weapon keyword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"That creature takes an extra 20 damage.",damage:"that creature takes an extra 20 damage",category:5}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"charm",tactics:""},{id:"9eaa0614-1239-46d4-aece-5c695fa963d2",name:"Howling Blade",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:6,flag:0,leader:!0},senses:"Perception +17",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +15, Bluff +18, Nature +17",equipment:"hide armor; longsword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:25},intelligence:{score:12},wisdom:{score:18},charisma:{score:20},hp:151,initiative:17,ac:30,fortitude:27,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"16fed3f4-cf8e-40e5-b44a-6f722496671a",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage, and the target slides 1 square.",damage:"2d8+7 damage",category:1},{id:"80de2175-ada1-4dae-b19d-0cdddb5bf532",name:"Mobile Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires longsword; the howling blade makes a charge attack; 1d8+9 damage, and the howling blade shifts 3 squares.",damage:"1d8+9 damage",category:1},{id:"c905221e-92a6-4ab0-946e-b00b0812a15b",name:"Strike of the Horned King",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Requires longsword; 3d8+7 damage.",damage:"3d8+7 damage",category:5},{id:"421c1385-98a1-4ff4-9ce9-9b5f4d1ad2e6",name:"Blood for Baphomet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"An ally in a flank with the howling blade makes a melee basic attack against the flanked creature as a free action.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f13af08f-1770-4bbd-8dcb-1c250ffb25e7",name:"Keeper",details:"",size:2,origin:5,type:2,keywords:"shapechanger",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +17; blindsight 20",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +19, Thievery +19",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:22},intelligence:{score:18},wisdom:{score:19},charisma:{score:9},hp:128,initiative:18,ac:31,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"c5505265-08bc-4ba7-a226-0da954c43410",name:"Shadowformed Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The keeper attacks with a weapon it forms out of shadow; 2d8+3 damage, and the target is marked until the end of the keeper’s next turn. A keeper can only have one creature marked by this attack at a time. The condition ends if the keeper uses its dissolution power.",damage:"2d8+3 damage",category:1},{id:"dc18af89-cc79-4871-84cb-8a79c4113887",name:"Caustic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"3d6+5 acid damage, and the target is blinded (save ends). Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"3d6+5 acid damage",category:1},{id:"807a67db-6ee0-4de6-a31a-44af4196635c",name:"Dissolution",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Polymorph",condition:"",range:"",attack:null,description:"",details:"The keeper dissolves into a dark, viscous liquid. While in this form, the keeper is immune to the restrained and immobilized conditions, and it ignores difficult terrain. The keeper gains a +5 bonus to all defenses, and it regains 10 hit points at the end of each of its turns. The keeper gains a climb speed and swim speed equal to its base walking speed. The keeper can take only move actions and minor actions. It can stay in this form indefinitely, and it can return to its normal form as a move action.",damage:"The keeper gains a +5 bonus to all defenses",category:1},{id:"2afbd4fd-3712-411f-a1d7-014fcc401cef",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The keeper deals an extra 2d6 damage against a target it has marked.",damage:"the keeper deals an extra 2d6 damage against a target it has marked",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"8a53f495-c1e3-413a-a355-ad0224a829c5",name:"Korred Cudgeleer",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Unaligned",languages:"Elven",skills:"Athletics +12, Endurance +11",equipment:"hide armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:14},charisma:{score:13},hp:86,initiative:7,ac:24,fortitude:21,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"ee405c84-99d0-4d27-9824-b5cac65b9d39",name:"Cudgel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+3 damage, and the target is marked until the end of the encounter or until another creature marks it.",damage:"2d6+3 damage",category:1},{id:"396c8eba-d686-4e1d-b814-ee2bdf49c2e9",name:"Cudgeleer’s Jig",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"the korred makes a melee basic attack against each creature within the burst. The korred cudgeleer shifts a number of squares equal to the number of creatures it hits. It must end the shift adjacent to another creature.",attack:{bonus:13,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"45f22e52-d421-4632-b704-ff7dbbb0ac59",name:"Cudgeleer’s Reel",action:{action:7,trigger:"when an adjacent enemy shifts away from the korred cudgeleer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The korred cudgeleer shifts into the vacated square.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3e6c723-c13d-40e4-a58b-d04ca9f032d9",name:"Korred Dancecaller",details:"",size:1,origin:2,type:2,keywords:"",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Elven",skills:"Diplomacy +13, Insight +11",equipment:"club; hide armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:11},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:102,initiative:5,ac:24,fortitude:22,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"15260c24-c462-4a4b-a618-6bed3de53ec2",name:"Cudgel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+4 damage, and the target slides 3 squares.",damage:"2d6+4 damage",category:1},{id:"eb317cb8-593f-4750-b960-a187173133e7",name:"Fool’s dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"1d8+5 psychic damage, and the target must move at least 2 squares during its turn (save ends). A target that does not move 2 squares takes 2d6 psychic damage at the end of its turn (before it makes any saving throws).",damage:"1d8+5 psychic damage",category:1},{id:"02493677-08c7-4801-9a0e-8ec373d211dd",name:"Rhyme of Calling",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Two allies within 5 squares of the korred dancecaller can shift 2 squares as a free action.",damage:"Two allies within 5 squares of the korred dancecaller can shift 2 squares as a free action",category:3},{id:"2c849919-c7b5-4f20-9595-2b031e906a9c",name:"Reactive Call",action:{action:4,trigger:"when an enemy hits the korred dancecaller with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 5 squares of the korred dancecaller shifts 2 squares as a free action.",damage:"An ally within 5 squares of the korred dancecaller shifts 2 squares as a free action",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b5e3a28-6ea5-4ebf-9224-7a579ce7d648",name:"Pain Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Insight +12, Intimidate +10",equipment:"scourge",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:15},intelligence:{score:14},wisdom:{score:17},charisma:{score:12},hp:86,initiative:8,ac:24,fortitude:21,reflex:18,will:19,regeneration:null,auras:[{id:"d4617b53-e213-4f7e-ae82-3b6c4743f748",name:"Aura of Torment",keywords:"",details:"aura 2; a creature without the devil keyword that starts its turn in the aura takes 2 damage."}],powers:[{id:"ae702682-a32b-4584-a25c-78d3b05b0315",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is slowed until the end of the pain devil’s next turn.",damage:"2d8+5 damage",category:1},{id:"8773acc0-1ed2-4bc1-b38f-91652e8367de",name:"Wave of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:13,defence:0},description:"",details:"targets enemies; 3d6+5 damage, and the target is slowed until the end of the pain devil’s next turn.",damage:"3d6+5 damage",category:1},{id:"1bd97d30-69dc-4a47-a290-88337555432a",name:"Sadism",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the pain devil scores a critical hit or its attack renders an enemy bloodied, it gains a +2 bonus to attack rolls and saving throws until the end of its next turn.",damage:"it gains a +2 bonus to attack rolls and saving throws until the end of its next turn",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d64580d-e5d8-4aed-81e5-a45f3d628186",name:"Pain Devil Captain",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:3,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Insight +13, Intimidate +11",equipment:"scourge",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:15},intelligence:{score:14},wisdom:{score:17},charisma:{score:12},hp:110,initiative:7,ac:25,fortitude:23,reflex:20,will:21,regeneration:null,auras:[{id:"f97e95f2-c820-423a-9930-d1b35db7fe5a",name:"Aura of Torment",keywords:"",details:"aura 2; a creature without the devil keyword that starts its turn in the aura takes 2 damage."}],powers:[{id:"3338e90e-44e2-4024-bbfb-dd8af2de7a68",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is weakened until the end of the pain devil captain’s next turn.",damage:"2d8+5 damage",category:1},{id:"952b3a6b-3a6c-4352-8eab-1453ed6ae305",name:"Ignite Weaponry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 10",attack:null,description:"",details:"allies in the burst deal an extra 5 fire damage on attacks with the weapon keyword until the end of the pain devil captain’s next turn.",damage:"allies in the burst deal an extra 5 fire damage on attacks with the weapon keyword until the end of the pain devil captain’s next turn",category:1},{id:"8e8a4576-22da-40c4-8393-350e7301bf1c",name:"Supreme Sadism",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the pain devil captain scores a critical hit or its attack renders an enemy bloodied, it and all allies within 5 squares of the pain devil captain gain 10 temporary hit points.",damage:"it and all allies within 5 squares of the pain devil captain gain 10 temporary hit points",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"96096163-f6fd-47b5-bf14-2b2c9a34d8f7",name:"Raavasta Conniver",details:"",size:2,origin:1,type:2,keywords:"shapechanger",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +22; truesight 6",movement:"6",alignment:"Evil",languages:"All",skills:"Bluff +23, Diplomacy +23, Insight +22",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:28},wisdom:{score:23},charisma:{score:25},hp:428,initiative:16,ac:40,fortitude:35,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"d58c36f6-20ac-45ad-9458-0aebe10d8def",name:"Claws of Blindness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6+5 damage, and the target is blinded (save ends).",damage:"1d6+5 damage",category:1},{id:"13da7c70-63bd-4068-b4fd-1d72234e799f",name:"Bind",action:{action:3,trigger:"recharges when enforce contract is used",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged sight",attack:{bonus:27,defence:0},description:"",details:"no attack roll required; the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends); 4d12+8 damage.",damage:"the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends)",category:5},{id:"d823ed05-f9e5-4b2a-ae1d-87f6c2d7e9b7",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 5d6+9 psychic damage, and the target moves its speed away from the raavasta conniver.",damage:"5d6+9 psychic damage",category:1},{id:"b2c7a29c-f59f-46bf-9f1f-ae2fc95d8994",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A raavasta conniver can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"8589fdbb-0dee-44bc-9d81-b4bb5495b16f",name:"Enforce Contract",action:{action:4,trigger:"when an enemy’s melee or ranged attack targets the raavasta conniver; recharges when bind is used",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The attack targets the creature affected by the raavasta conniver’s bind power instead of the raavasta conniver. Using this power ends the bind effect on that creature.",damage:"",category:5},{id:"f607c112-7e3b-4812-ba72-a87f77e8867a",name:"Vanish",action:{action:4,trigger:"when an enemy hits the raavasta conniver",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The raavasta conniver shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"The raavasta conniver shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-15}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b96845b8-c459-479c-b1f0-6f396d47e6db",name:"Raavasta Observer",details:"",size:2,origin:1,type:2,keywords:"shapechanger",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +18; truesight 6",movement:"8",alignment:"Evil",languages:"All",skills:"Bluff +21, Stealth +20",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:22},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:136,initiative:19,ac:33,fortitude:29,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"186481a4-5b31-40d1-ae05-6e587ce22d3e",name:"Claws of Blindness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d6+6 damage, and the target is blinded (save ends).",damage:"1d6+6 damage",category:1},{id:"5779debf-1d21-40e6-a986-2c38378cda26",name:"Mind Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d10+7 psychic damage, and the target slides 5 squares and grants combat advantage to the raavasta observer until the end of the target’s next turn.",damage:"1d10+7 psychic damage",category:1},{id:"ec8a0d20-47d7-4b26-afe4-d55e3f5bfdcc",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The raavasta observer can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"3940e5c9-f7e9-475d-ab65-38d4703fd8c7",name:"Cloak and Claw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The raavasta observer deals an extra 2d6 damage against a target when it makes an attack while it has total concealment.",damage:"the raavasta observer deals an extra 2d6 damage against a target when it makes an attack while it has total concealment",category:0},{id:"8beef255-325a-4f1a-a6fd-d58ef134cb90",name:"Vanish",action:{action:4,trigger:"when an enemy hits the raavasta observer",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The raavasta observer shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"The raavasta observer shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-10}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"cc87c651-cd61-42a4-96a4-66b602bce97b",name:"Shadow Demon",details:"",size:2,origin:1,type:2,keywords:"demon",level:12,role:{type:4,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Abyssal",skills:"Arcana +13, Bluff +17, Stealth +18",equipment:"",category:"",strength:{score:8},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:12},charisma:{score:22},hp:196,initiative:17,ac:28,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"26a26d12-aeae-4376-ad91-936dc3b42403",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+7 necrotic damage.",damage:"2d6+7 necrotic damage",category:1},{id:"5cbfcf45-2b21-433d-839f-8f5a3358b21c",name:"Void Rake",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"the shadow demon makes a melee basic attack.",attack:{bonus:17,defence:0},description:"",details:"Requires combat advantage; 2d6+5 damage.",damage:"2d6+5 damage",category:3},{id:"7264e58e-49bb-48d3-a312-c552f030a315",name:"Abyssal Void",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"1d6+6 necrotic damage. The burst creates a zone of darkness that lasts until the end of the shadow demon’s next turn. The zone of darkness cannot be illuminated, and it blocks line of sight for all creatures that cannot see in darkness. A creature that starts its turn within the zone takes 1d6 + 6 necrotic damage.",damage:"1d6+6 necrotic damage",category:5},{id:"7f8c64a4-3d06-4c51-8cdf-50ef23d83f8d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow demon uses a claw attack to damage a target it has combat advantage against, the target cannot spend healing surges until the end of the shadow demon’s next turn.",damage:"when the shadow demon uses a claw attack to damage a target it has combat advantage against",category:0}],damageModifiers:[{type:6,value:-15}],resist:"15 variable (2/encounter), insubstantial",vulnerable:"radiant (if the shadow demon takes 15 or more radiant damage, it loses phasing and insubstantial until the end of the attacker’s next turn)",immune:"",tactics:""},{id:"aa6ec9a3-abd0-4409-9878-714445b44718",name:"Solamith",details:"",size:3,origin:1,type:2,keywords:"demon",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:23},intelligence:{score:4},wisdom:{score:13},charisma:{score:8},hp:115,initiative:13,ac:26,fortitude:27,reflex:28,will:25,regeneration:{value:10,details:"if the solamith takes cold damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"cb057f52-3aed-4280-8022-73d21e484e81",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d8+5 damage plus 1d6 fire damage.",damage:"1d8+5 damage plus 1d6 fire damage",category:1},{id:"bb0b57ed-9ff2-4a16-8198-e03f167ba5a4",name:"Soulfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:null,description:"",details:"The solamith chooses one of the following attacks, taking damage as it hurls parts of itself at enemies. The solamith cannot reduce itself to 0 hit points or fewer in this fashion.",damage:"taking damage as it hurls parts of itself at enemies",category:1},{id:"e0be16b0-ae57-40fd-aa12-74638fb6916b",name:"Soulfire Retort",action:{action:4,trigger:"when the solamith takes damage from a melee attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:19,defence:2},description:"",details:"3d6+6 fire and necrotic damage, and the target is pushed 1 square.",damage:"3d6+6 fire and necrotic damage",category:5}],damageModifiers:[{type:3,value:-10}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"41317400-9979-47f6-b9a7-6ce5e7290c83",name:"Storm Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Stealth +23",equipment:"trident",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:25},intelligence:{score:16},wisdom:{score:22},charisma:{score:17},hp:169,initiative:18,ac:37,fortitude:35,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"4c770cb5-653d-4c65-969a-09ece8c2018d",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"2d6+8 damage, and ongoing 10 lightning damage, and the target is dazed (save ends both).",damage:"2d6+8 damage",category:1},{id:"95032387-acaa-4bf3-92cb-cf1127b1f016",name:"Lightning Fork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"ranged 20",attack:{bonus:28,defence:2},description:"",details:"Requires trident; 3d6+8 lightning damage.",damage:"3d6+8 lightning damage",category:1},{id:"55a289a7-3f05-486f-91b6-39710f0d1c0a",name:"Infernal Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:26,defence:1},description:"",details:"2d10+6 lightning and thunder damage, and the target is pushed 3 squares from the origin square and dazed until the end of its next turn.",damage:"2d10+6 lightning and thunder damage",category:1},{id:"57f7023e-eead-4d8f-8ed3-301459a62ec6",name:"Cyclone",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm devil shifts 3 squares, and any Medium or smaller enemy adjacent to the storm devil at the start of the move is knocked prone.",damage:"The storm devil shifts 3 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d294a73-ed99-4768-b0a4-7185e85806fc",name:"Aboleth Lasher",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:17,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"5, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +19, Dungeoneering +19, Insight +19",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:16},intelligence:{score:23},wisdom:{score:22},charisma:{score:17},hp:200,initiative:11,ac:29,fortitude:27,reflex:25,will:25,regeneration:null,auras:[{id:"6c05d962-f72d-4841-89f2-6994d64abb83",name:"Mucus Haze",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"24c712fc-0b92-48dd-85d5-a217a6f37e2e",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d8 + 8 damage (4d8 + 8 damage against a dazed target), and the target is dazed (save ends). Combat Advantage: An aboleth lasher makes an extra tentacle attack against any enemy it has combat advantage against.",damage:"2d8 + 8 damage (4d8 + 8 damage against a dazed target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The aboleth lasher relies on its mucus haze to hinder its opponents’ movement while simultaneously using it to gain combat advantage with its allies. Once it covers an enemy with slime, it uses its tentacles to flay the hapless creature to death."},{id:"3e00792a-ebdb-4f5d-9718-d53169a20d53",name:"Aboleth Slime Mage",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:17,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"5, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +19, Dungeoneering +20, Insight +20",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:16},intelligence:{score:23},wisdom:{score:25},charisma:{score:20},hp:128,initiative:11,ac:31,fortitude:28,reflex:28,will:29,regeneration:null,auras:[{id:"4f903026-90fb-44c3-b2d8-e414f5402296",name:"Mucus Haze",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"f1a2bc56-0b5c-47ff-987f-b4b7450d95b9",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d8 + 6 damage (3d8 + 6 damage against a dazed target), and the target is dazed (save ends).",damage:"1d8 + 6 damage (3d8 + 6 damage against a dazed target)",category:1},{id:"cf8f9e61-52a2-4ca4-ac57-fa209534eacd",name:"Slime Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"2d8 + 7 psychic damage, and the target is slowed (save ends).",damage:"2d8 + 7 psychic damage",category:1},{id:"5df99a7c-4cdb-4b9a-8eed-16e1bd9a779b",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"targets a dazed humanoid",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"the target is dominated (save ends). An aboleth slime mage can dominate only one creature at a time.",damage:"",category:1},{id:"c64ab658-020c-4cec-935a-7db264fa115a",name:"Slime Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"targets enemies",range:"Area Burst 4 within 10",attack:{bonus:17,defence:2},description:"",details:"2d8 + 7 psychic damage, and the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d8 + 7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An aboleth slime mage prefers to have its underlings fight for it. When pressed into combat, it relies on its mucus haze to keep opponents away while it blasts them with ranged attacks. It uses slime orb and slime burst to slow its enemies’ approach and tries to dominate one of them as soon as possible."},{id:"3af647f9-4258-4874-a2df-11af037c6bb9",name:"Aboleth Overseer",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:18,role:{type:3,flag:1,leader:!0},senses:"darkvision",movement:"5, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +20, Dungeoneering +21, Insight +21",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:23},wisdom:{score:25},charisma:{score:22},hp:348,initiative:12,ac:35,fortitude:33,reflex:31,will:33,regeneration:null,auras:[{id:"5e273a62-0717-42e7-aad2-4d2c9565193a",name:"Mucus Haze",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"22d8f87b-61c2-4568-b0b6-f82b60babea0",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"1d8 + 8 damage (3d8 + 8 damage against a dazed target), and the target is dazed (save ends).",damage:"1d8 + 8 damage (3d8 + 8 damage against a dazed target)",category:1},{id:"518b86a4-df6d-4cd2-805f-593e4c654197",name:"Psychic Slime",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges when first bloodied"},keywords:"Psychic",condition:"targets enemies",range:"Close Burst 10",attack:{bonus:20,defence:3},description:"",details:"2d8 + 8 psychic damage, and the target is dazed (save ends).",damage:"2d8 + 8 psychic damage",category:1},{id:"9b367c18-bd0f-4cd4-8bda-1a015bd112d9",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"targets a dazed humanoid",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"the target is dominated (save ends). An aboleth overseer can dominate only one creature at a time.",damage:"",category:1},{id:"437c3077-63e2-4520-8fd1-4e91355d499f",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"targets a dominated creature",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"6d8 + 8 psychic damage. A target reduced to 0 hit points or fewer by this attack doesn’t die but becomes enslaved in preparation for the Aboleth Servitor ritual. Enslaved targets are dominated, and only the death of the overseer can end this domination. Once a creature is enslaved, an aboleth overseer is free to dominate other creatures.",damage:"6d8 + 8 psychic damage",category:1},{id:"b8890aee-88ab-47c0-9f8a-00b8561123ae",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The aboleth overseer and one ally within 10 squares of it turn invisible until the end of the aboleth overseer’s next turn.",damage:"The aboleth overseer and one ally within 10 squares of it turn invisible until the end of the aboleth overseer’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An aboleth overseer uses psychic slime to hinder its enemies and then selects a target to dominate, preferably one that is greatly injured so that it can use its enslave ability on the creature. The overseer then forces the enslaved creature to fight its former allies while it attempts to dominate others."},{id:"92315518-73a5-44db-a7fc-4c15ea39093e",name:"Aboleth Servitor",details:"",size:2,origin:0,type:2,keywords:"aquatic",level:16,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:10,ac:30,fortitude:28,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"4abc2aca-2fb7-4407-9166-ee17cfaabab0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:19,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"797a39bb-dc7e-415d-98c4-bcb7555cfa82",name:"Aboleth Devotion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aboleth servitor gains a +2 bonus to attack rolls against enemies in an aboleth’s mucus haze aura. If an aboleth servitor is ever more than 10 squares from its aboleth master, the servitor becomes dazed, weakened, and immobilized until its master moves within 10 squares of it.",damage:"An aboleth servitor gains a +2 bonus to attack rolls against enemies in an aboleth’s mucus haze aura",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The servitor remains within 10 squares of its aboleth master and exists only to protect its master from harm."},{id:"68bde3ff-4aa3-4ab3-a57d-7710ab101da8",name:"Astral Stalker",details:"",size:2,origin:3,type:2,keywords:"",level:22,role:{type:4,flag:1,leader:!1},senses:"blindsight 10",movement:"10, climb 6",alignment:"Evil",languages:"Supernal",skills:"Perception +18, Stealth +24",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:26},intelligence:{score:8},wisdom:{score:15},charisma:{score:10},hp:314,initiative:23,ac:38,fortitude:32,reflex:38,will:32,regeneration:null,auras:[],powers:[{id:"e1154433-84ef-4e69-8364-eaa8b880a88c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:27,defence:0},description:"",details:"2d6 + 8 damage, and the astral stalker can choose to designate the target as its quarry (see stalker’s quarry). Combat Advantage: The astral stalker’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",damage:"2d6 + 8 damage",category:1},{id:"387cc49f-4c81-4f31-8527-f4421e168278",name:"Throat Dart",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Ranged 5/10",attack:{bonus:29,defence:0},description:"",details:"1d10 + 8 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends).",damage:"1d10 + 8 damage",category:1},{id:"121dc7e1-9783-4720-8f37-29595bcac2ca",name:"Quick Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"targets a slowed or immobilized target",range:"Melee 1",attack:{bonus:27,defence:0},description:"",details:"The astral stalker makes two claw attacks. 2d6 + 8 damage, and the astral stalker can choose to designate the target as its quarry (see stalker’s quarry). Combat Advantage: The astral stalker’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",damage:"2d6 + 8 damage",category:1},{id:"9a4f60b6-bfc7-4390-85ad-44c63a5c6581",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The astral stalker turns invisible until it attacks.",damage:"",category:1},{id:"15c06322-59db-4de0-92e7-54bf9a6a7931",name:"Stalker’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral stalker knows the exact location of a creature it has designated as its quarry. The astral stalker can have only one quarry at a time, but the power works across any distance and even crosses planar boundaries.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An astral stalker relies on its invisibility and stealth to catch prey by surprise. It has poisonous bone darts in its throat that it can eject with deadly accuracy. It uses these darts to disorient and incapacitate enemies. Once one or more foes are slowed or immobilized, the stalker lunges into melee and uses its quick claws ability against its chosen quarry. If its quarry shakes off the darts’ debilitating effects, the stalker retreats and turns invisible again, returning to ranged attacks and repeating the same strategy."},{id:"cf7989a9-85f9-4bb3-8906-5353a935e5a4",name:"Atropal",details:"",size:3,origin:3,type:3,keywords:"undead",level:28,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"Insight +25, Religion +19",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:18},intelligence:{score:10},wisdom:{score:22},charisma:{score:20},hp:634,initiative:18,ac:42,fortitude:42,reflex:37,will:40,regeneration:null,auras:[{id:"3e6ed7fd-eb0c-4179-8a41-c78c9f1ca5b4",name:"Shroud of Death",keywords:"Necrotic",details:"5: at the beginning of the atropal’s turn, undead allies within the aura regain 20 hit points, and living creatures in the aura take 10 necrotic damage. Radiant damage to the atropal ends its shroud of death. The atropal can restore the aura as a minor action."}],powers:[{id:"c079189f-8e90-4913-8ef2-3d5d7bb488cb",name:"Necrotizing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 2",attack:{bonus:29,defence:2},description:"",details:"2d10 + 10 damage, and the target takes ongoing 15 necrotic damage and a –2 penalty to attack rolls, and the target loses any resistance or immunity to necrotic damage (save ends all).",damage:"2d10 + 10 damage",category:1},{id:"26d3c2e6-91bb-45f6-a9d1-e45330ce3902",name:"Atropos Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges when a living creature drops to 0 hit points within the atropal’s aura"},keywords:"Necrotic",condition:"",range:"Close Burst 5",attack:{bonus:27,defence:2},description:"",details:"4d8 + 5 necrotic damage, and the target loses 1 healing surge. The atropal gains 1 action point if it hits any creatures with atropos burst.",damage:"4d8 + 5 necrotic damage",category:1}],damageModifiers:[{type:6,value:0},{type:7,value:0},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"An atropal floats toward living creatures and tries to envelop as many of them as it can with its shroud of death aura. It relies on its hit points and speed to outlast and outmaneuver its opponents. Once surrounded, it uses atropos burst and then spends an action point to make a necrotizing touch against the most wounded creature. It continues to attack this foe with its necrotizing touch, hoping to slay the creature and recharge its atropos burst."},{id:"e233e1c5-927b-4b2f-b12e-94de36262621",name:"Blood Fiend",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, fly 10",alignment:"Chaotic Evil",languages:"Primordial",skills:"Intimidate +24, Perception +23",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:26},intelligence:{score:22},wisdom:{score:24},charisma:{score:27},hp:220,initiative:21,ac:41,fortitude:36,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"dea6cb8e-796c-43ab-9ebd-85adc79e3928",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:28,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"ac817d4b-8fe2-4c07-b292-e5626e29fe8a",name:"Bloodthirsty Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"requires combat advantage",range:"Melee 1",attack:{bonus:28,defence:0},description:"",details:"1d8 + 10 damage, and the target is grabbed and takes ongoing 10 damage (until escape). Also, the blood fiend regains 10 hit points.",damage:"1d8 + 10 damage",category:1},{id:"863dedd9-4dde-4767-b49d-4f08e563f061",name:"Terror Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:24,defence:3},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"a77bc01e-a0d2-43d6-8246-cb7c5beeb6d0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood fiend gains combat advantage against any living, bloodied enemy.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:"A blood fiend uses its terror gaze at the beginning of each round, attempting to immobilize foes. It then turns its attention to a weak foe, tearing it to pieces with its sharp talons. The creature relentlessly attacks one foe until its prey is dead and it can select a new target. Blood fiends are fearless adversaries and do not flee under any circumstances."},{id:"ca97c894-31af-43e8-9c34-f17ddc502a8f",name:"Phane",details:"",size:3,origin:3,type:3,keywords:"",level:26,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"10, fly 10",alignment:"Unaligned",languages:"Supernal",skills:"Perception +25",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:30},intelligence:{score:28},wisdom:{score:25},charisma:{score:22},hp:478,initiative:23,ac:41,fortitude:38,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"c8a5c621-9e35-458c-a764-f1625e153159",name:"Temporal Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:29,defence:2},description:"",details:"2d8 + 10 damage, and the target is slowed until the end of the phane’s next turn. The phane shifts 4 squares before or after making this attack.",damage:"2d8 + 10 damage",category:1},{id:"09000f2c-906e-48f4-8aca-f51a031a21a8",name:"Wizening Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d6 + 9 damage, and the target is dazed and weakened (save ends both). Aftereffect: The target is weakened (save ends). The target appears elderly until the effects of the wizening ray end.",damage:"2d6 + 9 damage",category:1},{id:"a795d2f2-01cd-4adf-9035-6efe65f28b4f",name:"Wizening Tempest",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the phane is bloodied; phanes are immune",range:"Close Burst 1",attack:{bonus:29,defence:1},description:"",details:"2d6 + 10 damage, and the target is stunned (save ends). Aftereffect: The target is dazed and weakened (save ends both). The target appears elderly until the effects of the wizening tempest end.",damage:"2d6 + 10 damage",category:1},{id:"16371822-6de9-4fd4-80dc-36418bda498f",name:"Temporal Fugue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"By moving backward and forward in time, a phane can remove one effect afflicting it.",damage:"",category:3}],damageModifiers:[],resist:"Insubstantial",vulnerable:"",immune:"",tactics:"A phane uses its great speed to stay out of range of opponents while targeting them with wizening ray. If forced into close combat, a phane uses either its temporal touch or wizening tempest to slow or stun enemies so it can withdraw safely and attack from a distance."},{id:"123e36fd-b9b3-4660-b05e-17156a9d3df8",name:"Tarrasque",details:"",size:5,origin:1,type:3,keywords:"",level:30,role:{type:2,flag:2,leader:!1},senses:"blindsight 20",movement:"8, burrow 8, climb 8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:42},constitution:{score:36},dexterity:{score:26},intelligence:{score:3},wisdom:{score:18},charisma:{score:7},hp:1420,initiative:23,ac:43,fortitude:49,reflex:38,will:32,regeneration:null,auras:[{id:"5a7f36c0-e3c8-4086-ad92-14f4cf5f1096",name:"Earthbinding",keywords:"",details:"40: any flying creature in the aura has its fly speed reduced to 1 and maximum altitude reduced to 20 feet (putting it within the tarrasque’s reach). Any creature above this altitude at the end of its turn falls to an altitude of 20 feet automatically."}],powers:[{id:"d3ed7412-35c1-4de4-a119-9cb309b41088",name:"Elder of Annhilation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The tarrasque’s attacks ignore all resistances.",damage:"",category:0},{id:"f287fa1d-e322-40a1-8043-b5de7a0fe953",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:34,defence:0},description:"",details:"1d12 + 16 damage, and ongoing 15 damage (save ends).",damage:"1d12 + 16 damage",category:1},{id:"2ef8bca2-1b16-40b7-894b-1a4adc80e638",name:"Fury of the Tarrasque",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"can’t use while bloodied",range:"Reach 3",attack:{bonus:34,defence:0},description:"",details:"The tarrasque makes a bite attack and one of the following attacks: ✦ Rending Bite: reach 3; +34 vs. AC; 3d12 + 16 damage, plus the target takes a –5 penalty to AC until the end of the tarrasque’s next turn. ✦ Tail Slap: reach 3; cannot use against the same target it attacked with its bite; +32 vs. Fortitude; 3d12 + 16 damage, plus the target is pushed 4 squares and knocked prone.",damage:"3d12 + 16 damage",category:1},{id:"6afaa571-fff1-469b-9b17-645bc84a1a69",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Up to 8 squares",attack:{bonus:33,defence:2},description:"",details:"The tarrasque can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the tarrasque must end its move in an unoccupied space. When it enters an enemy’s space, the tarrasque makes a trample attack: 1d12 + 16 damage, and the target is knocked prone.",damage:"1d12 + 16 damage",category:1},{id:"d1cfc007-4913-41e1-82c4-7468746920c1",name:"Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Close Burst 3",attack:{bonus:34,defence:0},description:"",details:"the tarrasque makes a bite attack against each creature within the burst. 1d12 + 16 damage, and ongoing 15 damage (save ends).",damage:"1d12 + 16 damage",category:1},{id:"b28ff423-ed99-4146-8bc5-c116faaf54c3",name:"Eternal Slumber",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the tarrasque is reduced to 0 hit points, it sinks back into the world’s core and slumbers once again.",damage:"",category:0}],damageModifiers:[],resist:"10 to all damage",vulnerable:"",immune:"charm, fear",tactics:"The tarrasque tramples enemies as it wades into battle. It uses fury of the tarrasque as often as it can, alternating between rending bite and tail slap until bloodied, then using frenzy. Not one to conserve its power, the tarrasque spends its action points in the opening rounds of combat to make additional attacks."},{id:"9085416e-a11b-4024-9d66-858ea859e65b",name:"Angel of Battle",details:"",size:3,origin:3,type:2,keywords:"angel",level:15,role:{type:6,flag:0,leader:!0},senses:"",movement:"8, fly 12 (hover); see also mobile melee attack and storm of blades",alignment:"Any",languages:"Supernal",skills:"Intimidate +19",equipment:"falchion",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:18},charisma:{score:25},hp:148,initiative:13,ac:29,fortitude:27,reflex:25,will:28,regeneration:null,auras:[],powers:[{id:"48108b90-4468-490a-bb96-3f37510a17cf",name:"Angelic Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacks against the angel of battle take a –2 penalty unless the angel is bloodied.",damage:"",category:0},{id:"38e91749-5a43-43c6-a01c-776988e468de",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"1d10 + 5 damage (crit 2d10 + 16).",damage:"1d10 + 5 damage (crit 2d10 + 16)",category:1},{id:"12f46700-da50-47c2-9251-03bad8cdc592",name:"Storm of Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 3",attack:{bonus:19,defence:0},description:"Razor-sharp blades explode from the angel’s wings.",details:"6d8 + 7 damage. After using this ability, the angel of battle has a fly speed of 2 (hover) until the end of the encounter.",damage:"6d8 + 7 damage",category:1},{id:"08bed981-5eea-4947-af66-850a9a09c840",name:"Chosen Foe",action:{action:7,trigger:"after making a falchion attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Once during its turn, an angel of battle can illuminate an enemy it hits with a falchion attack, bathing the enemy in light as bright as a torch and granting the angel’s allies combat advantage against that enemy until the start of the angel’s next turn.",damage:"",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:"An angel of battle employs a combination of airborne and ground-based tactics. Against tough adversaries, the angel uses chosen foe and takes to the air, using its reach to stay out of melee attack range. The angel reserves storm of blades for the end of battle, when it believes it will no longer need to fly, either because death or victory is imminent."},{id:"5b33c70e-8ada-4074-9baa-6ef191fe6cee",name:"Angel of Protection",details:"",size:2,origin:3,type:2,keywords:"angel",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Any",languages:"Supernal",skills:"Insight +16, Intimidate +14",equipment:"plate armor, greatsword",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:17},intelligence:{score:12},wisdom:{score:19},charisma:{score:14},hp:141,initiative:12,ac:30,fortitude:26,reflex:24,will:25,regeneration:null,auras:[{id:"2015aca8-5806-4498-b394-a130e31ef38d",name:"Angelic Shield",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain as long as the angel’s angelic presence is active and the angel is within 5 squares of its ward (see below)."}],powers:[{id:"ad9c80ec-c0ca-4290-96eb-826d672a8104",name:"Angelic Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacks against the angel of protection take a –2 penalty until the angel is bloodied.",damage:"",category:0},{id:"28727027-b958-4bbd-90d3-10cff89dcfb8",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d10 + 6 damage plus 5 radiant damage.",damage:"1d10 + 6 damage plus 5 radiant damage",category:1},{id:"d350c9d3-1b15-42f3-89d8-9dee4108900c",name:"Ward",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"An angel of protection designates a creature within 5 squares of it as its ward. When the angel is within 5 squares of its ward, the ward takes only half damage from melee and ranged attacks",attack:null,description:"",details:"the angel of protection takes the rest. While the angel is adjacent to its ward, the ward gains a +2 bonus to AC. A creature can be the ward of only one angel of protection at a time. If multiple angels designate the same creature as their ward, it becomes the ward of the last angel that designated it as so.",damage:"the ward gains a +2 bonus to AC",category:1}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:"An angel of protection guards its chosen or appointed ward faithfully. Barring dire circumstances, the angel stays within 5 squares of its ward (preferably adjacent to it) and remains there until the ward dies (at which point the angel either designates another ward or, lacking another creature to protect, fights until slain)."},{id:"c7e129f2-1e9a-41c0-8be1-c09f4c5cece9",name:"Angel of Valor",details:"",size:2,origin:3,type:2,keywords:"angel",level:8,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"Intimidate +12",equipment:"chainmail, longsword, dagger",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:88,initiative:10,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"d1a9aeba-4b4e-4fa6-a483-8d319a4d6c3c",name:"Angelic Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacks against the angel of valor take a –2 penalty until the angel is bloodied.",damage:"",category:0},{id:"222ab35d-b099-4a10-912a-54b7a5c7c3b7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"d03e220b-fd54-43b5-adfc-a8a8934a9da9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d4 + 6 damage.",damage:"1d4 + 6 damage",category:1},{id:"c4a00aad-f2c8-4a0b-9ec8-e73500ecfd01",name:"Blade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The angel of valor makes a longsword attack and a dagger attack.",details:"1d8 + 6 damage, and 1d4 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"a0a182aa-6534-459a-9612-220c03e6751d",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"targets enemies",range:"Close Burst 1",attack:{bonus:11,defence:1},description:"",details:"1d8 + 4 lightning damage, and the target is dazed until the end of the angel of valor’s next turn.",damage:"1d8 + 4 lightning damage",category:1},{id:"b46ac056-4d9e-4bcd-9bd0-24e46b550059",name:"Fiery Blades",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Until the start of the angel of valor’s next turn, the angel of valor’s weapons deal fire damage and attack the target’s Reflex defense instead of AC.",damage:"the angel of valor’s weapons deal fire damage and attack the target’s reflex defense instead of ac",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:"Angels of valor employ straightforward melee tactics, wading into the fray and making use of a combination of basic attacks and powers. Angels of valor collaborate well with others of their kind, flanking enemies and concentrating their attacks on the most powerful opponent."},{id:"d0b33d87-c65f-4ded-ad62-40cee8ca87cb",name:"Angel of Valor Cohort",details:"",size:2,origin:3,type:2,keywords:"angel",level:11,role:{type:9,flag:3,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail, greatsword",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:1,initiative:9,ac:25,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"1d240a67-1f0b-4836-b064-93a932b3a31c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"6 fire damage.",damage:"6 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"063c4982-012b-4236-a437-cf7d4cb278cb",name:"Angel of Valor Veteran",details:"",size:2,origin:3,type:2,keywords:"angel",level:16,role:{type:9,flag:3,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail, greatsword",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:12,ac:30,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"1d240a67-1f0b-4836-b064-93a932b3a31c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"",details:"7 fire damage.",damage:"7 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"bc7f92c8-b388-49d4-9e66-107b7086cf14",name:"Angel of Valor Legionnaire",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail, greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:14,ac:35,fortitude:35,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"1d240a67-1f0b-4836-b064-93a932b3a31c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:26,defence:0},description:"",details:"9 fire damage.",damage:"9 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"9719eafc-8e0e-4a86-b25d-8d2368f2e5a5",name:"Angel of Vengeance",details:"",size:3,origin:3,type:2,keywords:"angel",level:19,role:{type:2,flag:1,leader:!1},senses:"",movement:"8, fly 12 (hover); see also sign of vengeance",alignment:"Any",languages:"Supernal",skills:"Insight +21, Intimidate +22",equipment:"plate armor, 2 longswords",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:18},intelligence:{score:19},wisdom:{score:25},charisma:{score:26},hp:446,initiative:13,ac:34,fortitude:33,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"bcbdeeca-3c71-4677-aacb-26aa7b5a1d3c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage.",damage:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage",category:1},{id:"3e161561-aa2b-4fa3-83e1-ccd9d44f81d1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"The angel of vengeance makes two longsword attacks.",details:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage.",damage:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage",category:1},{id:"fb7a77e0-8a62-4df2-8147-077cbcfde2b8",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"the angel of vengeance places an invisible sign upon the target. Until the end of the encounter, as a move action, the angel can teleport adjacent to the target.",damage:"",category:3},{id:"4f3824b4-2022-4e8c-ab0f-baf152190de0",name:"Coldfire Pillar",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Polymorph",condition:"",range:"Close Burst 2",attack:{bonus:23,defence:2},description:"The angel transforms into a 30-foot-high pillar of blue flame.",details:"1d8 + 9 cold damage plus 1d8 + 9 fire damage. The angel of vengeance is immune to all damage until the start of its next turn.",damage:"1d8 + 9 cold damage plus 1d8 + 9 fire damage",category:5},{id:"f47fad3b-b362-47b5-b2d4-436e4c8e546d",name:"Cloak of Vengeance",action:null,keywords:"",condition:"until bloodied",range:"Attacks against the angel of vengeance take a –2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against the angel takes 1d8 fire damage and 1d8 cold damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:9,value:-15},{type:3,value:-15}],resist:"see also coldfire pillar",vulnerable:"",immune:"disease, fear",tactics:"An angel of vengeance focuses on a single target. It evokes its sign of vengeance at the start of battle, then teleports to the target and spends an action point to use double attack against the foe. The angel continues its relentless pursuit of the target, paying little heed to events around it."},{id:"e0013150-17be-4acf-9068-d399a0819d50",name:"Fire Archon Emberguard",details:"",size:2,origin:1,type:2,keywords:"fire",level:12,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"Perception +13",equipment:"plate armor, greataxe",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:22},intelligence:{score:14},wisdom:{score:14},charisma:{score:12},hp:151,initiative:12,ac:24,fortitude:21,reflex:22,will:18,regeneration:null,auras:[{id:"b298e752-0b7c-4427-9280-9c4c21733ec9",name:"Ember Cloud",keywords:"Fire",details:"1: any creature that begins its turn in the aura takes 5 fire damage."}],powers:[{id:"07bc63a8-fdbc-4f0e-914d-62b0303b8420",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage.",damage:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage",category:1},{id:"b49b75d4-531f-4587-8bb2-1ddbf7879b87",name:"Immolating Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"requires greataxe",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"Emberguards prefer to wade into melee combat, hacking enemies with their greataxes, saving their immolating strike for particularly irksome foes. "},{id:"992076d0-2292-416d-b718-24e0099034a9",name:"Fire Archon Blazesteel",details:"",size:2,origin:1,type:2,keywords:"fire",level:19,role:{type:7,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"plate armor, scimitar",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:16},charisma:{score:15},hp:182,initiative:18,ac:35,fortitude:33,reflex:32,will:28,regeneration:null,auras:[],powers:[{id:"ecef1d09-b3e2-4d78-9009-d66f2422dacb",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:25,defence:0},description:"",details:"1d8 + 8 damage (crit 2d8 + 16) plus 1d8 fi re damage, and the target is marked until the end of the blazesteel’s next turn. Combat Advantage: The blazesteel makes a single extra scimitar attack and deals an extra 1d8 fire damage.",damage:"1d8 + 8 damage (crit 2d8 + 16) plus 1d8 fi re damage",category:1},{id:"b0baeed1-0360-440e-b703-b7ade74a3280",name:"Wounded Fireburst",action:null,keywords:"Fire",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close Burst 2",attack:{bonus:21,defence:2},description:"",details:"10 fire damage, and ongoing 5 fire damage (save ends).",damage:"10 fire damage",category:0}],damageModifiers:[{type:7,value:0},{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"Blazesteels try to close ranks around an enemy and gain the extra attack through combat advantage and deal extra damage from flanking. Tough and resilient warriors, they become more emboldened once they are bloodied, using wounded fireburst to ignite their enemies in flames."},{id:"f700847a-fb1b-42d7-9a9a-b4d59b813759",name:"Fire Archon Ash Disciple",details:"",size:2,origin:1,type:2,keywords:"fire",level:20,role:{type:0,flag:0,leader:!1},senses:"",movement:"8; see also flame step",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"scale armor (metal robes)",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:27},intelligence:{score:14},wisdom:{score:16},charisma:{score:15},hp:150,initiative:18,ac:33,fortitude:33,reflex:34,will:29,regeneration:null,auras:[],powers:[{id:"06cb3491-31f6-4f40-baa0-514879968ee3",name:"Flaming Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee Touch",attack:{bonus:20,defence:2},description:"",details:"1d8 + 5 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 5 fire damage",category:1},{id:"631114ac-d7c0-427f-9261-76c4c46a7837",name:"Rain of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area Burst 1 within 10",attack:{bonus:23,defence:2},description:"",details:"2d8 + 8 fire damage, and ongoing 5 fire damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d8 + 8 fire damage",category:1},{id:"a6429821-4aec-473f-9a1b-e597adebd51d",name:"Flame Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:23,defence:2},description:"",details:"2d8 + 8 fire damage, and the target is pushed 2 squares and takes ongoing 10 fire damage (save ends).",damage:"2d8 + 8 fire damage",category:1},{id:"cde7a30e-a9da-4577-81f2-26b5819e1900",name:"Cinder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 5",attack:{bonus:23,defence:1},description:"",details:"2d8 + 8 fire damage, and the target is blinded (save ends).",damage:"2d8 + 8 fire damage",category:1},{id:"de404e2b-caf3-4259-b398-9956dd69c70e",name:"Death Embers",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close Burst 5",attack:{bonus:23,defence:1},description:"The ash disciple is consumed in the burst, leaving only its metallic robes behind.",details:"2d8 + 8 fire damage, and the target is blinded (save ends).",damage:"2d8 + 8 fire damage",category:0},{id:"39483778-9cfe-4833-a15f-d9e893157298",name:"Flame Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The ash disciple can teleport to within 3 squares of any fire creature within 20 squares of it.",damage:"The ash disciple can teleport to within 3 squares of any fire creature within 20 squares of it",category:2}],damageModifiers:[{type:7,value:0},{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"An ash disciple uses rain of fire against distant targets, and then uses flame step to position itself where it can unleash a flame wave or cinder burst. Once bloodied, the ash disciple tries to get close to its enemies so that it catches as many of them as possible with death embers."},{id:"e9ee815c-5ea1-4840-af46-9e79d93df6de",name:"Ice Archon Hailscourge",details:"",size:2,origin:1,type:2,keywords:"cold",level:16,role:{type:0,flag:0,leader:!1},senses:"",movement:"6 (ice walk)",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"plate armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:15},hp:120,initiative:11,ac:30,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"f152a79b-a93c-4d49-8daf-63f0394a9695",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"1d6 + 4 cold damage.",damage:"1d6 + 4 cold damage",category:1},{id:"49fae2f2-1319-4c04-a97e-20f490d1d530",name:"Ice Shuriken",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Ranged 6/12",attack:{bonus:21,defence:0},description:"",details:"1d6 + 4 damage plus 1d6 cold damage.",damage:"1d6 + 4 damage plus 1d6 cold damage",category:1},{id:"22c7116f-d0e2-441b-8eb7-ea869cbab368",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 6/12",attack:{bonus:21,defence:0},description:"The ice archon hailscourge makes two ice shuriken attacks.",details:"1d6 + 4 damage plus 1d6 cold damage.",damage:"1d6 + 4 damage plus 1d6 cold damage",category:1},{id:"3de802b7-4a99-4339-bd77-4bbca1edd76d",name:"Hail Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area Burst 1, 2, 3, or 4 within 20",attack:{bonus:21,defence:0},description:"",details:"2d8 + 4 cold damage. Miss: Half damage. The ice archon hailscourge determines the exact burst radius of the hail storm.",damage:"2d8 + 4 cold damage",category:1},{id:"c864af62-fd4e-46fa-9143-6a0329eaf182",name:"Frost Shield",action:{action:5,trigger:"when attacked by a ranged, a close, or an area attack",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The ice archon hailscourge gains resist 20 to all damage against the triggering attack.",damage:"the ice archon hailscourge gains resist 20 to all damage against the triggering attack",category:5}],damageModifiers:[{type:7,value:0},{type:2,value:-20}],resist:"",vulnerable:"",immune:"disease",tactics:"The ice archon hailscourge unleashes its hail storm as often as it can, reducing the storm’s radius as needed to avoid harming its allies. While it waits for this power to recharge, it hurls ice shuriken at its enemies."},{id:"b238b363-bcf5-4f4c-bfbb-f319b2241988",name:"Ice Archon Rimehammer",details:"",size:2,origin:1,type:2,keywords:"cold",level:19,role:{type:7,flag:0,leader:!1},senses:"",movement:"6 (ice walk)",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"plate armor, maul",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:18},intelligence:{score:14},wisdom:{score:16},charisma:{score:15},hp:185,initiative:15,ac:35,fortitude:35,reflex:32,will:31,regeneration:null,auras:[{id:"1db3c1ea-2c9b-443f-a42f-67430bf1628d",name:"Icy Ground",keywords:"Cold",details:"1: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"d1ad30ed-bcc8-43bb-83a0-8363bab9b2d1",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:25,defence:0},description:"",details:"2d6 + 7 damage plus 1d6 cold damage, and the target is slowed (save ends). Against a slowed target, the rimehammer deals an extra 2d6 cold damage.",damage:"2d6 + 7 damage plus 1d6 cold damage",category:1}],damageModifiers:[{type:7,value:0},{type:2,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"This archon uses its icy ground aura to hinder foes that are trying to flank it. It otherwise engages in melee, using its maul to slow enemies and the icy ground to hinder their movement even further."},{id:"8da6d3f3-a000-4770-8779-5a11ebae237c",name:"Ice Archon Frostshaper",details:"",size:2,origin:1,type:2,keywords:"cold",level:20,role:{type:3,flag:0,leader:!0},senses:"",movement:"6 (ice walk)",alignment:"Chaotic Evil",languages:"Primordial",skills:"Intimidate +23",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:19},intelligence:{score:14},wisdom:{score:18},charisma:{score:27},hp:190,initiative:14,ac:34,fortitude:32,reflex:28,will:32,regeneration:null,auras:[{id:"4049b35b-e291-407e-8fdf-a49ca37785e5",name:"Icy Aura",keywords:"Cold",details:"5: (not active while bloodied); cold creatures in the aura gain regeneration 10. Enemies treat the area within the aura as difficult terrain."}],powers:[{id:"6bcf1e6e-fc55-4cf9-89ef-a8d12bdc1089",name:"Ice Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"2d6 + 8 cold damage.",damage:"2d6 + 8 cold damage",category:1},{id:"c5c7a3ce-d81d-4f1c-9fdf-5b1fdc962cc1",name:"Ice Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5",attack:{bonus:23,defence:0},description:"",details:"2d6 + 8 cold damage, plus the target is slowed until the end of the frostshaper’s next turn.",damage:"2d6 + 8 cold damage",category:1},{id:"20dc3f49-3c06-45c3-bd37-87b6348eb98f",name:"Icy Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the frostshaper hits with a melee attack"},keywords:"Cold",condition:"",range:"Area Burst 1 within 5",attack:{bonus:23,defence:0},description:"",details:"3d8 + 8 cold damage, plus the target is slowed (save ends). Miss: Half damage, and the target is not slowed.",damage:"3d8 + 8 cold damage",category:1}],damageModifiers:[{type:7,value:0},{type:2,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"The ice archon frostshaper relies on its icy aura to hinder enemies. It begins battle by closing to within 5 squares of foes so it can unleash an icy burst and make its enemies suffer the combined effects of slow and difficult terrain. The frostshaper follows up with basic attacks until one of these is successful, at which point it uses icy burst again."},{id:"1995b14f-6f45-4c52-af2c-0b5e49f59322",name:"Azer Warrior",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:9,flag:3,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"chainmail, light shield, warhammer",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:11},wisdom:{score:18},charisma:{score:16},hp:1,initiative:11,ac:31,fortitude:30,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8a80ea95-1875-4c13-b2b9-20c4121b25a1",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"87390957-caa3-46cc-8403-7d89e934f1db",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"7 fire damage, and ongoing 3 fire damage (save ends).",damage:"7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"Azer warriors try to surround enemies and scorch them with their warding flame."},{id:"74df3b6e-869c-42d8-9ab5-518954c78542",name:"Azer Foot Soldier",details:"",size:2,origin:1,type:2,keywords:"fire",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"scale armor, light shield, warhammer",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:16},intelligence:{score:11},wisdom:{score:18},charisma:{score:15},hp:141,initiative:12,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8a80ea95-1875-4c13-b2b9-20c4121b25a1",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"87390957-caa3-46cc-8403-7d89e934f1db",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d10 + 4 damage plus 1d8 fire damage, and the target is marked until the end of the azer foot soldier’s next turn.",damage:"1d10 + 4 damage plus 1d8 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"These azers maneuver to flank their foes, gaining the benefits of their warding flame power in addition to combat advantage."},{id:"3c8b1676-d528-4f6d-9a35-501547c693e6",name:"Azer Rager",details:"",size:2,origin:1,type:2,keywords:"fire",level:15,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"scale armor, spiked gauntlets",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:15},intelligence:{score:11},wisdom:{score:14},charisma:{score:15},hp:181,initiative:9,ac:27,fortitude:28,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"7446f975-2f04-4720-83a3-3af60ed1f5f7",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"a67493ac-d440-4e6b-893e-46d79516dca2",name:"Spiked Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d6 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 6 damage",category:1},{id:"247d3ac5-9be4-4875-a71e-7c0590605c5b",name:"Chains of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"usable only while bloodied",range:"Close Burst 5",attack:{bonus:17,defence:2},description:"",details:"3d8 + 5 fire damage. Enemies adjacent to an azer or with ongoing fire damage are immobilized until the end of the azer rager’s next turn.",damage:"3d8 + 5 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"fear",tactics:"An azer rager attacks foes with its spiked gauntlets wreathed in fire. Once bloodied, it lets loose a furious howl and uses chains of flame."},{id:"e77588fb-a820-48b7-a37b-4a02c9177706",name:"Azer Taskmaster",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:3,flag:0,leader:!0},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"chainmail, scourge",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:165,initiative:12,ac:31,fortitude:28,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"95f07aa1-a741-4f62-9aa2-5ec4ed442db4",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"88aed0ff-86d4-4de2-9ee5-b08d9eb072c4",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d6 + 5 damage plus 2d6 fire damage.",damage:"1d6 + 5 damage plus 2d6 fire damage",category:1},{id:"ef528df4-68b8-4dd7-8000-fe1ead3f6cc9",name:"Clinging Flames",action:{action:4,trigger:"when an enemy within 5 squares of the azer taskmaster takes fire damage",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The enemy takes ongoing 5 fire damage (save ends).",damage:"the enemy takes ongoing 5 fire damage (save ends)",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"The azer taskmaster uses clinging flames and orders its servants into battle. Beyond that, it is a capable fighter that lashes foes with its flaming scourge."},{id:"34b08f55-772f-4188-82f1-e9aa696ea0f4",name:"Azer Beastlord",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:7,flag:0,leader:!0},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"chainmail, light shield, battleaxe",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:11},wisdom:{score:18},charisma:{score:16},hp:167,initiative:13,ac:32,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"d794be97-9d44-4367-9675-95099fa5c00f",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"1cfc5f9f-ff89-4a4c-a8ec-346daa4c5a80",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d10 + 5 damage plus 1d8 fire damage, and the target is marked until the end of the azer beastlord’s next turn.",damage:"1d10 + 5 damage plus 1d8 fire damage",category:1},{id:"4e8c0c10-daee-4b4b-99c5-ea559387d2df",name:"On My Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each allied elemental beast within 5 squares of the azer beastlord makes a basic attack as a free action, provided the elemental beast is flanking an enemy and can both see and hear the azer beastlord.",damage:"Each allied elemental beast within 5 squares of the azer beastlord makes a basic attack as a free action",category:1},{id:"ff5560e7-82f0-45cd-962a-e80a622d2821",name:"Spur the Beast",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One allied elemental beast within 5 squares of the azer beastlord recharges an encounter or daily power of the beastlord’s choice.",damage:"One allied elemental beast within 5 squares of the azer beastlord recharges an encounter or daily power of the beastlord’s choice",category:3}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"An azer beastlord is rarely encountered without elemental beasts of its level or lower. The beastlord waits until its charges are locked in battle before joining the fray, helping the beasts maneuver into flanking positions so that it can take advantage of its on my command power."},{id:"23f200e1-fc7e-463d-b68f-fc88992f3e4c",name:"Balhannoth",details:"",size:3,origin:0,type:3,keywords:"blind",level:13,role:{type:4,flag:1,leader:!1},senses:"blindsight 10",movement:"4, climb 4 (spider climb); see also reality shift",alignment:"Chaotic Evil",languages:"Deep Speech",skills:"Perception +16, Stealth +19",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:27},intelligence:{score:3},wisdom:{score:20},charisma:{score:8},hp:216,initiative:18,ac:28,fortitude:27,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"81060267-1221-4f83-9702-93a7824fb7b8",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:17,defence:0},description:"",details:"1d8 + 9 damage. Combat Advantage: The balhannoth deals an extra 2d8 damage against any target it has combat advantage against.",damage:"1d8 + 9 damage",category:1},{id:"1be0f657-a0ba-4a03-a6d1-dd3c642b2ece",name:"Whipping Tentacles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"targets enemies",range:"Close Burst 3",attack:{bonus:17,defence:0},description:"",details:"1d8 + 9 damage, and the target slides to any other square of the balhannoth’s choosing within the burst area.",damage:"1d8 + 9 damage",category:1},{id:"2fb852b9-4712-4a4f-92f2-56e7d91d0a65",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The balhannoth can turn invisible until the end of its next turn. It turns visible if it takes a standard action.",damage:"",category:3},{id:"be628fc4-da68-49af-80fc-2fc2847ac70a",name:"Reality Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The balhannoth can teleport 10 squares. Enemies adjacent to the balhannoth before it teleports are dazed until the end of its next turn. The balhannoth automatically gains combat advantage against creatures it teleports adjacent to.",damage:"The balhannoth can teleport 10 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, illusion",tactics:"The balhannoth is opportunistic and sometimes waits for hours in ambush or stalks prey across many miles. Once it decides to attack, the balhannoth uses reality shift to teleport adjacent to its prey and uses its whipping tentacles to pull some enemies closer while pushing others back. It continues to use reality shift in subsequent rounds, dazing enemies that get too close and teleporting to more advantageous locations."},{id:"21b8b6f1-73e9-40f6-979e-8309d30c6e8a",name:"Banshrae Dartswarmer",details:"",size:2,origin:2,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"blowgun, darts",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:22},intelligence:{score:14},wisdom:{score:15},charisma:{score:20},hp:89,initiative:11,ac:23,fortitude:20,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"03164bbf-ab9e-46ce-8908-f970f5ad55c1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"92adaeee-79c6-4902-a72f-94d2d2230e83",name:"Blowgun Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage, and the target is dazed and takes a –2 penalty to attack rolls (save ends both).",damage:"1d10 + 6 damage",category:1},{id:"52eb69ee-9649-46c3-82ce-b14d04f26117",name:"Dart Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage, plus the target is dazed and takes a –2 penalty to attack rolls (save ends both).",damage:"1d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This creature avoids melee, preferring to fire darts from its blowgun or catch multiple foes in a dart flurry."},{id:"b6abf7fd-4dbf-475e-a1bc-83b244f43a66",name:"Banshrae Warrior",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"blowgun, darts",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:23},intelligence:{score:14},wisdom:{score:15},charisma:{score:20},hp:121,initiative:14,ac:26,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"eb951708-f4fe-4d38-8bab-ba5fc1813b33",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"1d8 + 4 damage. Skirmish: If, on its turn, the banshrae warrior ends its move at least 4 squares away from its starting point, it deals an extra 2d8 damage on its melee attacks until the start of its next turn.",damage:"1d8 + 4 damage",category:1},{id:"a8c262c9-4dbb-41b1-a981-8fc1eb1eed15",name:"Staggering Palm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges after the use of mantid dance"},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d8 + 4 damage, plus the target is stunned until the end of the banshrae warrior’s next turn. Skirmish: If, on its turn, the banshrae warrior ends its move at least 4 squares away from its starting point, it deals an extra 2d8 damage on its melee attacks until the start of its next turn.",damage:"2d8 + 4 damage",category:1},{id:"5ca645f8-4140-45cc-a991-58edc44f6294",name:"Blowgun Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"1d4 + 6 damage.",damage:"1d4 + 6 damage",category:1},{id:"9f1600ac-d7bc-41ad-92bd-1101616feb64",name:"Melee Agility",action:{action:3,trigger:"usable after immediately hitting with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The banshrae warrior shifts 1 square.",damage:"The banshrae warrior shifts 1 square",category:5},{id:"13f9202f-e3d6-413a-a50e-e171dba55cc7",name:"Mantid Dance",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Until the end of its next turn, the banshrae warrior gains a +2 bonus to all defenses and all noncritical ranged attacks automatically miss it.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This banshrae moves like a hunting insect, using its skirmish ability to deal extra damage. In close combat, the warrior uses staggering palm and then, if its enemy is stunned, withdraws to a safer position without risking an opportunity attack. The banshrae then employs mantid dance to limit attackers’ success at ranged attacks while recharging staggering palm so it can repeat the strategy."},{id:"cbb25ed8-a349-465c-8931-a8c3936b4cba",name:"Venom-Eye Basilisk",details:"",size:3,origin:4,type:1,keywords:"reptile",level:10,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +11, Stealth +11",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:12},intelligence:{score:2},wisdom:{score:13},charisma:{score:8},hp:87,initiative:6,ac:27,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"cce8beff-4cbf-40e2-b0aa-2f54ebfce20b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"78a3f5da-b3a2-4da3-b541-2c8c76e7492a",name:"Venomous Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Poison",condition:"",range:"Area Burst 1 within 10",attack:{bonus:15,defence:1},description:"",details:"2d6 poison damage, and ongoing 5 poison damage (save ends). As long as the target is taking ongoing poison damage from this attack, the target deals 2 poison damage to all creatures adjacent to it at the start of its turn.",damage:"2d6 poison damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"",tactics:"This basilisk has a weak bite attack, but its venomous gaze can affect multiple creatures at once, and at quite a distance. Green mist issues from the eyes of creatures poisoned by the basilisk’s gaze."},{id:"f522a407-576f-46f1-b97e-d4acd2aaba11",name:"Stone-Eye Basilisk",details:"",size:3,origin:4,type:1,keywords:"reptile",level:12,role:{type:7,flag:0,leader:!1},senses:"",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception +13, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:12},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:126,initiative:9,ac:28,fortitude:26,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"add7aa96-861c-4074-8aa6-09c8a8ac185a",name:"Baleful Gaze",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature within 5 squares of the stone-eye basilisk that attacks the basilisk is slowed until the end of its next turn. This effect doesn’t rely on the target seeing the basilisk.",damage:"Any creature within 5 squares of the stone-eye basilisk that attacks the basilisk is slowed until the end of its next turn",category:0},{id:"43267cfb-3caa-42af-979f-c4c10337c662",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"c937c437-9b30-46c2-bd33-2ebf9eff66a6",name:"Petrifying Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze",condition:"",range:"Close Blast 3",attack:{bonus:17,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized (save ends). Second Failed Save: The target is petrified (no save).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"A stone-eye basilisk tries to affect multiple targets with its petrifying gaze, sometimes waiting in ambush until opponents draw close together. The creature only resorts to its bite attack against foes that consistently resist its gaze."},{id:"10cc10fd-11b9-43a5-b427-59b892288861",name:"Shadowhunter Bat",details:"",size:2,origin:5,type:1,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"2 (clumsy), fly 8; see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +7, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:11},hp:38,initiative:9,ac:17,fortitude:14,reflex:17,will:12,regeneration:null,auras:[],powers:[{id:"6ad1f6e3-4b5c-4d90-991b-d14fd122e337",name:"Tail Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage. In dim light or darkness, a shadowhunter bat gains a +2 bonus to the attack roll and deals an extra 6 damage.",damage:"1d6 + 4 damage",category:1},{id:"c253fac0-b602-4c5d-bc7c-e86e9e8c4575",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"The shadowhunter bat flies up to 8 squares and makes one melee basic attack at any point during that movement. The bat doesn’t provoke opportunity attacks when moving away from the target of the attack. 1d6 + 4 damage. In dim light or darkness, a shadowhunter bat gains a +2 bonus to the attack roll and deals an extra 6 damage.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A shadowhunter bat uses flyby attack to dart out of the shadows, strike an opponent, and move back into the shadows without taking an opportunity attack. However, it prefers to catch prey in complete darkness, where its attacks are more lethal."},{id:"427fa979-e7cd-4cb6-90e4-843e2f9fcc01",name:"Fire Bat",details:"",size:2,origin:1,type:1,keywords:"fire",level:5,role:{type:6,flag:0,leader:!1},senses:"",movement:"2 (clumsy), fly 8; see also fiery swoop",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:7},hp:60,initiative:8,ac:20,fortitude:15,reflex:20,will:13,regeneration:null,auras:[],powers:[{id:"6cb7c7c1-44c9-41d4-9a77-e0381cf37b65",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee Touch",attack:{bonus:6,defence:2},description:"",details:"1d6 + 4 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 4 fire damage",category:1},{id:"85143596-082e-4d4c-9a7f-00ce7ca23130",name:"Fiery Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Melee Touch",attack:{bonus:6,defence:2},description:"",details:"The fire bat shifts up to 4 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The fire bat cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square. 1d6 + 4 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 4 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Fire bats use fiery swoop to strike multiple targets in a round while avoiding opportunity attacks."},{id:"f504bacf-de6a-463f-a5a9-4de9d3a934ba",name:"Warthorn Battlebriar",details:"",size:3,origin:4,type:0,keywords:"plant",level:14,role:{type:3,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:13},intelligence:{score:3},wisdom:{score:15},charisma:{score:12},hp:141,initiative:8,ac:28,fortitude:28,reflex:23,will:24,regeneration:null,auras:[{id:"6801907d-3c5c-4a36-8d8d-52ede11ec86d",name:"Grasping Thorns",keywords:"",details:"2: enemies treat the area within the aura as difficult terrain; at the start of the warthorn battlebriar’s turn, enemies in the aura take 5 damage."}],powers:[{id:"410a8e59-9d21-43e6-9b6b-bb146e7930b3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d8 + 6 damage, and the target is pulled 1 square. Threatening Reach: A warthorn battlebriar can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d8 + 6 damage",category:1},{id:"b5f935b5-8316-4107-af17-bd64af410330",name:"Thorn Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:17,defence:2},description:"",details:"2d8 + 1 damage, plus the target is slowed until the end of the warthorn battlebriar’s next turn.",damage:"2d8 + 1 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A warthorn battlebriar moves close to foes and sprays them with a thorn burst. It attempts to keep foes locked in melee combat and uses its grasping thorns aura to hinder opponents trying to flank it or escape."},{id:"2c66d2c7-f06a-470a-a4e3-0a9102304a51",name:"Earthrage Battlebriar",details:"",size:4,origin:1,type:0,keywords:"plant",level:28,role:{type:2,flag:1,leader:!1},senses:"tremorsense 5",movement:"8, burrow 6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:27},dexterity:{score:20},intelligence:{score:3},wisdom:{score:17},charisma:{score:16},hp:634,initiative:19,ac:42,fortitude:44,reflex:38,will:36,regeneration:null,auras:[{id:"f378bd86-39b0-48df-a938-c1252d66f17b",name:"Grasping Vines",keywords:"",details:"3: at the start of the battlebriar’s turn, enemies in the aura are pulled 1 square."}],powers:[{id:"0a34a0bf-e906-4a48-8dff-96256870cfcb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"2d12 + 11 damage, and the target is slowed until the end of the earthrage battlebriar’s next turn. Threatening Reach: The earthrage battlebriar can make opportunity attacks against all enemies within its reach (3 squares).",damage:"2d12 + 11 damage",category:1},{id:"75e9bbee-271d-49e4-a62c-6e8f39731e46",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"The earthrage battlebriar can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the battlebriar must end its move in an unoccupied space. When it enters an enemy’s space, the battlebriar makes a trample attack: 1d12 + 22 damage, and the target is knocked prone.",damage:"1d12 + 22 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This battlebriar likes to bury itself, use tremorsense to detect foes passing overhead, and erupt from the ground suddenly to catch them by surprise. On the open battlefield, it enters combat by trampling enemies, spending its action point (if necessary) to move as far as it can. It then resorts to claw attacks, using its grasping vines to pull enemies closer and its threatening reach to attack those who retreat."},{id:"9e64970d-82e5-428e-8df6-a0b0a9945e35",name:"Cave Bear",details:"",size:2,origin:4,type:1,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:13},intelligence:{score:2},wisdom:{score:14},charisma:{score:12},hp:170,initiative:4,ac:20,fortitude:21,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"00f67b75-cb86-47a6-9880-05541d8ec983",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"c47d5f0b-93b9-4430-a808-f9a958588738",name:"Cave Bear Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"targets enemies",range:"Close Burst 1",attack:{bonus:10,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The cave bear wades into combat, often beginning with a charge. The creature claws foes with reckless abandon, using cave bear frenzy if it’s adjacent to two or more targets."},{id:"65d724fa-d786-4626-aa6d-857072241a9b",name:"Dire Bear",details:"",size:3,origin:4,type:1,keywords:"",level:11,role:{type:2,flag:1,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:16},hp:276,initiative:8,ac:25,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"a0dbe958-ed14-41bc-9b4f-9562d10d735b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"de3093b0-6a78-4f98-9049-fda678a6fd7c",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The dire bear makes two claw attacks.",details:"2d8 + 6 damage. If both claw attacks hit the same target, the dire bear makes a secondary attack against the target. Secondary Attack: +13 vs. AC; the target is grabbed (until escape).",damage:"2d8 + 6 damage",category:1},{id:"60fac029-ab29-4942-89d1-d51dac17c210",name:"Ursine Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cave bear deals 4d8 + 6 damage to a grabbed creature (no attack roll required).",damage:"the cave bear deals 4d8 + 6 damage to a grabbed creature (no attack roll required)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dire bear has reach and tries to grab its prey after making a successful claw attack. Against a grabbed creature, it uses ursine crush. The first time it uses its maul attack, it spends an action point to make a second maul attack against the same target that round."},{id:"3b7d6740-583c-4d67-9f26-e792d91b949a",name:"Fire Beetle",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:1},wisdom:{score:10},charisma:{score:8},hp:32,initiative:1,ac:13,fortitude:13,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"b8610b2c-ff58-4923-a406-953230fc273c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:5,defence:0},description:"",details:"2d4 + 2 damage.",damage:"2d4 + 2 damage",category:1},{id:"7f4f2f38-c2b6-46b3-8e21-f3c71b500adf",name:"Fire Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:4,defence:2},description:"",details:"3d6 fire damage.",damage:"3d6 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A fire beetle uses its fire spray power if several enemies clump together; otherwise, it relies on bite attacks."},{id:"b875e491-8d68-4c46-8227-e7df06685a44",name:"Tangler Beetle",details:"",size:3,origin:4,type:1,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:10},intelligence:{score:1},wisdom:{score:12},charisma:{score:8},hp:62,initiative:2,ac:19,fortitude:17,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"0643d531-1d11-47db-894d-8ef737257587",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"abd5f27c-7ac5-40cf-9ee2-e4b70b938c4e",name:"Entangling Spittle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:8,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6aa5b47f-dce5-405c-aa5a-ea1cf0bb9047",name:"Rot Scarab Swarm",details:"",size:2,origin:5,type:1,keywords:"swarm",level:8,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:1},wisdom:{score:16},charisma:{score:11},hp:88,initiative:9,ac:22,fortitude:21,reflex:21,will:19,regeneration:null,auras:[{id:"bf393023-ac29-4cf6-9bc6-10fc5dcabe1d",name:"Swarm Attack",keywords:"",details:"1: the rot scarab swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"70ea4090-87ee-486d-862e-11986b08f0aa",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:12,defence:2},description:"",details:"1d8 + 5 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8 + 5 necrotic damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Rot scarab swarms emerge from dark hidden places to catch prey by surprise."},{id:"66e5487e-6979-4cc3-b24d-b130c43a66e8",name:"Macetail Behemoth",details:"",size:3,origin:4,type:1,keywords:"reptile",level:7,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"--",skills:"Perception +5",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:82,initiative:8,ac:23,fortitude:23,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"d0ba4bce-6307-4ed3-b4f6-5d25fec61274",name:"Tail Bludgeon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"1d10 + 6 damage, and the target is marked until the end of the macetail behemoth’s next turn.",damage:"1d10 + 6 damage",category:1},{id:"c3e7eac5-9479-461b-8352-0b21c8b83a53",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:12,defence:2},description:"",details:"1d10 + 6 damage, and the target is knocked prone if it is Medium size or smaller.",damage:"1d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A macetail behemoth charges headlong into battle, smashing foes with its tail and using tail sweep when it has multiple opponents adjacent to it."},{id:"81b9e29d-34ab-492e-bc61-15028279c4ee",name:"Bloodspike Behemoth",details:"",size:3,origin:4,type:1,keywords:"reptile",level:9,role:{type:2,flag:0,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:12},intelligence:{score:2},wisdom:{score:16},charisma:{score:6},hp:118,initiative:5,ac:21,fortitude:24,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"80215ae1-6258-421a-a3bb-5fe5ddfe458b",name:"Spiked Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"2d6 + 7 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"7762a53f-3e2a-4f5f-8c39-ebf37af39802",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:11,defence:2},description:"",details:"1d8 + 7 damage, and the target is knocked prone if it is Medium size or smaller.",damage:"1d8 + 7 damage",category:1},{id:"50dcf08d-c892-46f9-bd6e-5ae60a2643cc",name:"Bloodied Sweep",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:13,defence:1},description:"",details:"1d8 + 7 damage, and ongoing 5 damage (save ends)",damage:"1d8 + 7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bloodspike charges into battle and impales foes with its spiked tail. It panics when surrounded or bloodied, using its tail sweep or bloodied sweep to take down foes."},{id:"9e8bf634-edd6-4493-a09f-f31b4d69da61",name:"Beholder Eye of Flame",details:"",size:3,origin:0,type:3,keywords:"",level:13,role:{type:0,flag:1,leader:!1},senses:"all-around vision, darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Perception +15",equipment:"",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:20},intelligence:{score:14},wisdom:{score:19},charisma:{score:23},hp:204,initiative:11,ac:26,fortitude:26,reflex:27,will:28,regeneration:null,auras:[{id:"067646ae-8794-45ea-a637-4e22f49e060d",name:"Eye of the Beholder",keywords:"",details:"5: at the start of each enemy’s turn, if that creature is within the aura and in the eye of flame’s line of sight, the eye of flame uses one random eye ray power against that creature."}],powers:[{id:"3f778f86-edd5-4843-86e5-b4598084b13d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d6 damage.",damage:"2d6 damage",category:1},{id:"87a64b05-188f-4db7-aeb4-9c16ce695da8",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8",attack:null,description:"",details:"the target gains vulnerable 10 fire, and any attack that deals fire damage to the target also deals ongoing 5 fire damage (save ends both).",damage:"and any attack that deals fire damage to the target also deals ongoing 5 fire damage (save ends both)",category:3},{id:"339c36ef-5e26-480e-9e56-b3879438a190",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 8",attack:{bonus:17,defence:2},description:"",details:"The eye of flame can use up to two eye ray powers (chosen from the list below), at least one of which must be a fire ray. Each power must target a different creature. Using eye rays does not provoke opportunity attacks. 1—Fire Ray (Fire): Ranged 8; 2d8 + 6 fire damage. 2—Telekinesis Ray: Ranged 8; +17 vs. Fortitude; the target slides 4 squares. 3—Fear Ray (Fear): Ranged 8; +17 vs. Will; the target moves its speed away from the eye of flame by the safest route possible and takes a –2 penalty to attack rolls (save ends).",damage:"2d8 + 6 fire damage",category:1},{id:"08cbc03d-a30e-45c0-b5e5-b9210492f560",name:"Fiery Burst",action:{action:7,trigger:"when first bloodied and again when the eye of flame is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 2",attack:{bonus:17,defence:2},description:"",details:"2d8 + 6 fire damage.",damage:"2d8 + 6 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Each round, the eye of flame targets a creature with its central eye power followed by a fire ray. It attacks another creature with either a second fire ray or one of its other rays."},{id:"910bc530-77aa-4726-bfe3-dbed19c4f928",name:"Beholder Eye Tyrant",details:"",size:3,origin:0,type:3,keywords:"",level:19,role:{type:0,flag:2,leader:!1},senses:"all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Perception +17",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:24},intelligence:{score:22},wisdom:{score:17},charisma:{score:28},hp:900,initiative:16,ac:33,fortitude:30,reflex:32,will:34,regeneration:null,auras:[{id:"31d0d5a0-fb06-4765-90dc-d8950b7e2f49",name:"Eye of the Beholder",keywords:"",details:"5: at the start of each enemy’s turn, if that foe is within the aura and in the eye tyrant’s line of sight, the eye tyrant uses one random eye ray power against that creature."}],powers:[{id:"0149911b-5a1e-4d22-b67a-da5a76f6be02",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:24,defence:0},description:"",details:"2d6 + 1 damage.",damage:"2d6 + 1 damage",category:1},{id:"15e18a10-a4aa-4001-9087-c2e40cbd9773",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:25,defence:3},description:"",details:"the target is dazed until the end of the beholder’s next turn.",damage:"",category:3},{id:"b9ae6e7a-78b6-4cf2-ac78-27a35a65d0dc",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"The eye tyrant can use up to two different eye ray powers (chosen from the list below). Each power must target a different creature. Using eye rays does not provoke opportunity attacks. 1—Searing Ray (Radiant): Ranged 10; 2d8 + 9 radiant damage. 2—Withering Ray (Necrotic): Ranged 10; +22 vs. Fortitude; 1d8 + 9 damage, and ongoing 10 necrotic damage (save ends). 3—Sleep Ray (Sleep): Ranged 10; +22 vs. Will; the target falls unconscious (save ends). 4—Telekinesis Ray: Ranged 10; +22 vs. Fortitude; the target slides 4 squares. 5—Hold Ray: Ranged 10; +22 vs. Refl ex; the target is restrained (save ends). 6—Confusion Ray (Charm): Ranged 10; +22 vs. Will; the target charges its nearest ally and makes a melee basic attack against it. 7—Fear Ray (Fear, Psychic): Ranged 10; +22 vs. Will; 1d8 + 9 psychic damage, and the target moves its speed away from the beholder by the safest route possible. 8—Petrifying Ray: Ranged 10; +22 vs. Fortitude; the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save). 9—Death Ray (Necrotic): Ranged 10; +22 vs. Fortitude; 1d8 + 9 necrotic damage, and if the target is bloodied it is dazed (save ends). First Failed Save: The target is dazed and weakened (save ends). Second Failed Save: The target dies. 10—Disintegrate Ray: Ranged 10; +22 vs. Fortitude; 2d10 + 9 damage, and ongoing 2d20 damage (save ends). Aftereffect: Ongoing 2d6 damage (save ends).",damage:"2d8 + 9 radiant damage",category:1},{id:"b73d8517-be4e-4024-bcc0-04513e9f35e1",name:"Eye Ray Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"see text",condition:"usable only while bloodied",range:"Ranged 10",attack:null,description:"",details:"As eye rays above, except the eye tyrant makes four eye ray attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A beholder tries to stay close enough to use its eyes of the beholder power while floating out of the reach of melee attacks. Once bloodied, the beholder uses eye ray frenzy."},{id:"86ee703d-d174-46c3-a634-b7a36be07552",name:"Berbalang",details:"",size:2,origin:3,type:2,keywords:"",level:10,role:{type:6,flag:2,leader:!1},senses:"",movement:"6, fly 8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:15},hp:408,initiative:13,ac:25,fortitude:22,reflex:25,will:21,regeneration:null,auras:[],powers:[{id:"5c3acd52-52b6-47dc-b1b5-06b32c7cea77",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 6 damage. Berbalang Sneak Attack: A berbalang or a duplicate that flanks an enemy with another duplicate deals an extra 1d8 damage on melee attacks against that enemy.",damage:"1d8 + 6 damage",category:1},{id:"d37e33bf-9044-4d9f-855e-7fc205597bcb",name:"Summon Duplicate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Psychic",condition:"not while bloodied",range:"",attack:null,description:"",details:"The berbalang manifests an exact duplicate of itself in an unoccupied adjacent square. It can have no more than four duplicates at once, and duplicates cannot summon other duplicates. When a duplicate appears, it makes an initiative check and joins the battle on that initiative count. All damage a duplicate deals is treated as psychic damage. A duplicate has the same statistics as the berbalang except for its hit points. When the berbalang manifests a duplicate, the berbalang loses one-quarter of its current hit points and the duplicate appears with that quantity of hit points. The berbalang’s maximum number of hit points remains the same. Duplicates last until the berbalang reaches 0 hit points, absorbs them, or uses sacrifice. A duplicate must stay within 10 squares of the berbalang at all times or it disappears.",damage:"all damage a duplicate deals is treated as psychic damage",category:3},{id:"100f3f73-e306-4a45-92b6-81e12c1196fb",name:"Absorb Duplicate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The berbalang absorbs a duplicate adjacent to it and regains 50 hit points.",damage:"The berbalang absorbs a duplicate adjacent to it and regains 50 hit points",category:1},{id:"bb5e1b02-e46b-4c89-9ef2-efa4a6370d66",name:"Sacrifice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area Burst 1 centered on a duplicate",attack:{bonus:11,defence:1},description:"the berbalang can cause one of its duplicates to explode in a burst of psychic gore.",details:"2d8 + 6 psychic damage, plus the target is dazed (save ends). Miss: No damage, but the target is dazed (save ends). Hit or Miss: The berbalang takes 25 damage.",damage:"2d8 + 6 psychic damage",category:1},{id:"2a888ff5-71fc-422d-a829-e13920ba96d0",name:"Psychic Deflection",action:{action:4,trigger:"when the berbalang is damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The berbalang can deflect the damage it takes from an attack to one of its duplicates. Any effects or secondary attacks included in the attack are also deflected to the duplicate. The damage a duplicate takes in this way is considered psychic damage.",damage:"the berbalang can deflect the damage it takes from an attack to one of its duplicates",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A surprised berbalang uses summon duplicate at the start of battle, and if faced with several opponents, it might spawn a third or a fourth duplicate using its initial standard and move actions as well. Conversely, if it hears enemies approaching, it spawns duplicates out of initiative, before the battle begins. The duplicates try to maneuver around enemies to gain the benefit of their berbalang sneak attack. When the berbalang is bloodied, it increasingly uses absorb duplicate and sacrifice. A berbalang fearing its death retreats and uses a duplicate to block pursuit."},{id:"8ab19587-e5e9-4902-bac3-2e843c90430f",name:"Dire Boar",details:"",size:3,origin:4,type:1,keywords:"mount",level:6,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:9},charisma:{score:8},hp:85,initiative:3,ac:17,fortitude:21,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"63c24d19-1497-4459-b64c-8a2647c0919a",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage, or 1d10 + 9 damage against a prone target. Furious Charge: When a dire boar charges, its gore deals an extra 5 damage, pushes the target 2 squares, and knocks the target prone on a hit.",damage:"1d10 + 4 damage",category:1},{id:"7cdea064-1c76-4d38-b151-528823443810",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"The dire boar makes a gore attack.",details:"1d10 + 4 damage, or 1d10 + 9 damage against a prone target.",damage:"1d10 + 4 damage",category:5},{id:"7d04e801-9c45-4476-a4cc-a443d9e91773",name:"Rabid Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher",range:"Melee",attack:{bonus:9,defence:0},description:"When it charges, the dire boar makes a gore attack in addition to its rider’s charge attack; see also furious charge.",details:"1d10 + 4 damage, or 1d10 + 9 damage against a prone target. Furious Charge: When a dire boar charges, its gore deals an extra 5 damage, pushes the target 2 squares, and knocks the target prone on a hit.",damage:"1d10 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dire boar begins battle with a furious charge, aiming to knock an opponent prone. The creature attacks with wild abandon, fighting until slain."},{id:"089e8f4d-e0e5-495c-8c27-9bc20617e4af",name:"Thunderfury Boar",details:"",size:3,origin:2,type:1,keywords:"",level:15,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:15},intelligence:{score:5},wisdom:{score:12},charisma:{score:9},hp:182,initiative:9,ac:27,fortitude:29,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"1ac7938f-a180-43bf-92cc-41b107379a84",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 7 damage, or 3d8 + 7 damage while the thunderfury boar is bloodied. Thunderous Charge ✦ Thunder: The thunderfury boar deals an extra 10 thunder damage when it charges.",damage:"2d8 + 7 damage",category:1},{id:"1386639c-1bed-45d1-b39d-07796a9339b8",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"The thunderfury boar makes a gore attack.",details:"3d8 + 7 damage.",damage:"3d8 + 7 damage",category:5},{id:"9149a186-b566-4127-a430-bc26556bc712",name:"Thunderfury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 2",attack:{bonus:17,defence:1},description:"",details:"2d8 + 6 thunder damage, and the target is knocked prone. Miss: Half damage, and the target is not knocked prone.",damage:"2d8 + 6 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This boar enters battle with a thunderous charge and uses thunderfury as often as it can. Those who flee from the boar are likely to incite the beast’s wrath, and it pursues a fleeing enemy without regard for opportunity attacks."},{id:"e8b45f96-ddea-4a0d-9fcd-2c5870caef22",name:"Bodak Skulk",details:"",size:2,origin:5,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:19},intelligence:{score:6},wisdom:{score:15},charisma:{score:23},hp:124,initiative:16,ac:29,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"491ca958-57e8-462d-a11b-ee49120bcccf",name:"Agonizing Gaze",keywords:"Fear, Gaze, Necrotic",details:"5: a creature in the aura that makes a melee or a ranged attack against the bodak skulk takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"84b9810c-42b8-400f-8277-7255f590cc8d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:21,defence:0},description:"",details:"1d6 + 5 damage plus 2d6 necrotic damage, and the target is weakened until the end of the bodak skulk’s next turn.",damage:"1d6 + 5 damage plus 2d6 necrotic damage",category:1},{id:"26452ad4-f330-4b49-9ea9-e52d8331b32f",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10; targets a living creature",attack:{bonus:19,defence:1},description:"",details:"if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses 1 healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses 1 healing surge",category:1},{id:"06b97325-4719-4a0b-9888-13bf9a55c7d8",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bodak skulk turns invisible and gains the insubstantial and phasing qualities . It can do nothing but move in its spectral form, and it can return to its normal form as a free action.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"a bodak skulk that takes radiant damage cannot weaken a target until the end of its next turn",immune:"disease",tactics:"The bodak skulk approaches foes undetected using spectral form and then waits for an opportunity to gain combat advantage. When it’s poised to attack, the bodak reverts to normal form and attempts to weaken a foe with its slam attack. It fixes its death gaze on the first enemy it weakens."},{id:"ebb23672-5f65-46ee-bfae-fad57b0e3259",name:"Bodak Reaver",details:"",size:2,origin:5,type:2,keywords:"undead",level:18,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Perception +17",equipment:"plate armor, greataxe",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:16},charisma:{score:23},hp:175,initiative:16,ac:31,fortitude:31,reflex:30,will:31,regeneration:null,auras:[{id:"1a09dd84-e2ab-490d-8b85-157b2c8ecaa8",name:"Agonizing Gaze",keywords:"Fear, Gaze, Necrotic",details:"5: a creature in the aura that makes a melee or a ranged attack against the bodak reaver takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"67d5392e-4350-4a58-bded-098082e8e491",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d12 + 6 damage (crit 2d12 + 18) plus 1d8 necrotic damage, and the target is dazed and weakened (save ends both).",damage:"1d12 + 6 damage (crit 2d12 + 18) plus 1d8 necrotic damage",category:1},{id:"3294eb63-a48a-4030-81db-388650cb1c35",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10; targets a living creature",attack:{bonus:20,defence:1},description:"",details:"if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses 1 healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses 1 healing surge",category:1},{id:"b84e8bb5-639d-4a66-8f11-966853561f40",name:"Death Drinker",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver, the reaver gains a +1 bonus to attack rolls until the end of its next turn, as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"a bodak reaver that takes radiant damage can’t weaken a target until the end of its next turn",immune:"disease",tactics:"This bodak reaver wades into combat wielding its greataxe and taking advantage of its death gaze. A bodak reaver sometimes slays allied minions to reap the benefits of its death drinker power."},{id:"788a9011-a4f3-40fd-8b0d-d778a1631853",name:"Boneclaw",details:"",size:3,origin:5,type:0,keywords:"undead",level:14,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Intimidate +16, Perception +13, Stealth +18",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:23},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:136,initiative:15,ac:30,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"e5a34bd1-3182-4d9e-a10f-88ebd554a847",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:20,defence:0},description:"",details:"1d12 + 6 damage. Relentless Opportunist: If the boneclaw hits with an opportunity attack, it can make another opportunity attack against the same target during the current turn. Threatening Reach: The boneclaw can make opportunity attacks against all enemies within its reach (3 squares).",damage:"1d12 + 6 damage",category:1},{id:"b6aa0082-cc75-4608-a085-67f312d5ba89",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 10",attack:null,description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A boneclaw impales foes with its claws, relying on its threatening reach to discourage enemies from fleeing."},{id:"4b430754-df98-480f-a2ef-9d2ab52e7e1f",name:"Bulette",details:"",size:3,origin:4,type:1,keywords:"",level:9,role:{type:6,flag:1,leader:!1},senses:"darkvision, tremorsense 20",movement:"6, burrow 6; see also earth furrow",alignment:"Unaligned",languages:"--",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:13},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:204,initiative:7,ac:27,fortitude:26,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"e8404677-ba62-44bd-9490-2b2815a695a7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"Before it bites, the bulette can make a standing long jump (as a free action) without provoking opportunity attacks;",details:"2d6 + 7 damage, or 4d6 + 7 damage against a prone target.",damage:"2d6 + 7 damage",category:1},{id:"fd609212-1647-49ea-884b-0d2f9a003855",name:"Rising Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:13,defence:0},description:"the bulette sprays rock and dirt into the air when it rises out of the ground;",details:"1d6 + 7 damage. Ground Eruption: The squares into which a bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"1d6 + 7 damage",category:1},{id:"714c4902-44d2-4e63-9fec-8b77af814f16",name:"Earth Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"The bulette moves up to its burrow speed just below the surface of the ground, avoiding opportunity attacks as it passes underneath other creatures’ squares. As it burrows beneath the space of a Medium or smaller creature on the ground, the bulette makes an attack against the creature:",details:"on a hit, the target is knocked prone. Ground Eruption: The squares into which a bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"",category:2},{id:"15d84fed-d8c8-4f3f-b74b-2edb161484a3",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The bulette spends a healing surge and regains 51 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The bulette spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bulette hides underground and uses its tremorsense to detect prey. First it burrows beneath its opponents, using earth furrow to knock them prone and rising burst when it surfaces. It then spends an action point to leap toward and bite the nearest prone target. When bloodied, the creature burrows underground and uses its second wind."},{id:"dd0c02f5-5268-4184-aca2-f5ee05d6c740",name:"Dire Bulette",details:"",size:4,origin:4,type:1,keywords:"",level:18,role:{type:6,flag:1,leader:!1},senses:"darkvision, tremorsense 20",movement:"8, burrow 8; see also earth furrow",alignment:"Unaligned",languages:"--",skills:"Athletics +24, Endurance +23",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:15},intelligence:{score:5},wisdom:{score:18},charisma:{score:12},hp:360,initiative:13,ac:36,fortitude:33,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"a9130aa4-70c7-48c2-a683-ce86480a0689",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"Before it bites, the dire bulette can make a standing long jump (as a free action) without provoking opportunity attacks;",details:"2d8 + 10 damage, or 4d8 + 10 damage if the target is prone.",damage:"2d8 + 10 damage",category:1},{id:"616041b4-4fcc-4dd2-8972-a3a3470cefe9",name:"Rising Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:22,defence:0},description:"the dire bulette sprays rock and dirt into the air when it rises out of the ground;",details:"1d8 + 10 damage. Ground Eruption: The squares into which a dire bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"1d8 + 10 damage",category:1},{id:"d23381f5-26ce-460d-8e23-62926ace7aa3",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The dire bulette spends a healing surge and regains 90 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The dire bulette spends a healing surge and regains 90 hit points",category:1},{id:"c56f6fa8-751a-4861-a4ac-0e5a27369e84",name:"Earth Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"The dire bulette moves up to its burrow speed just below the surface of the ground, avoiding opportunity attacks as it passes underneath other creatures’ squares. As it burrows beneath the space of a Medium or smaller creature on the ground, the dire bulette makes an attack against the creature:",details:"on a hit, the target is knocked prone. Ground Eruption: The squares into which a dire bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bulette hides underground and uses its tremorsense to detect prey. First it burrows beneath its opponents, using earth furrow to knock them prone and rising burst when it surfaces. It then spends an action point to leap toward and bite the nearest prone target. When bloodied, the creature burrows underground and uses its second wind."},{id:"1e62ae49-8f7e-4d39-a23c-24e3d058d2f8",name:"Cambion Hellsword",details:"",size:2,origin:3,type:2,keywords:"devil",level:8,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Athletics +13, Intimidate +14",equipment:"chainmail, greatsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:21},hp:106,initiative:8,ac:20,fortitude:20,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"4121380b-2582-4863-b329-c35cfcf2978f",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d10 + 5 damage, and ongoing 5 fire damage (save ends). Whirlwind Charge: When a hellsword charges an enemy, it can make a greatsword attack against each enemy within its reach at the end of its charge.",damage:"1d10 + 5 damage",category:1},{id:"02ff1814-8612-487a-a152-635689f446a2",name:"Triumphant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The cambion hellsword gains 5 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 hit points or fewer.",damage:"The cambion hellsword gains 5 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 hit points or fewer",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A cambion hellsword charges toward a group of opponents and use its whirlwind charge power. The hellsword then focuses on one opponent it perceives as weaker than the rest, hoping to bloody or slay the target and reap the benefit of its triumphant surge."},{id:"29fe56df-875e-493d-8c4c-dcb9db06c602",name:"Cambion Hellfire Magus",details:"",size:2,origin:3,type:2,keywords:"devil",level:18,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +20, Bluff +22, Diplomacy +22",equipment:"robes, quarterstaff",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:27},hp:130,initiative:14,ac:30,fortitude:27,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"0e328826-b156-4f30-a9ff-b0bc738cee71",name:"Soul Mantle",action:null,keywords:"",condition:"",range:"A mantle of soul energy protects the hellfire magus, giving it a +4 bonus to AC and Reflex defense against ranged attacks (already included in its statistics).",attack:null,description:"",details:"",damage:"",category:0},{id:"607e7baf-007b-4084-b439-97807448bdb1",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"9f0613c7-20b4-4859-8006-d486a7279f91",name:"Hellfire Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d8 + 8 fire damage, and the target is knocked prone.",damage:"2d8 + 8 fire damage",category:1},{id:"392a30f0-b234-45b6-99ee-b46132de18b3",name:"Soulscorch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area Burst 1 within 10",attack:{bonus:22,defence:2},description:"",details:"1d10 + 8 fire damage,and ongoing 5 fire damage (save ends).",damage:"1d10 + 8 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"AC and Reflex 34 against ranged attacks, ",vulnerable:"",immune:"",tactics:"A hellfire magus targets enemies with its hellfire ray, knocking opponents prone and allowing allies to gain combat advantage. Against tightly gathered foes, the hellfire magus uses soulscorch."},{id:"df953ed1-cebf-4060-a2e4-dd8402729b2e",name:"Carrion Crawler",details:"",size:3,origin:0,type:1,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:16},hp:81,initiative:6,ac:20,fortitude:19,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"2244c014-b0a1-4cb9-89bb-5a3af8c416ba",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:10,defence:1},description:"",details:"1d4 + 5 damage, and the target takes ongoing 5 poison and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends). Saving throws made against the carrion crawler’s paralytic tentacles take a –2 penalty.",damage:"1d4 + 5 damage",category:1},{id:"9660ddc8-0d18-42df-a58c-a1534154d3c0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Carrion crawlers (regardless of size) guard their food and eagerly attack trespassers. The crawlers have no tactical sense but instinctively focus on one or two opponents at a time, relying solely on the efficacy of their poisonous tentacles. Carrion crawlers generally make bite attacks only against stunned targets."},{id:"81b5a769-906d-4e53-9c48-8f82d630b840",name:"Enormous Carrion Crawler",details:"",size:4,origin:0,type:1,keywords:"",level:17,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:18},intelligence:{score:4},wisdom:{score:16},charisma:{score:18},hp:332,initiative:12,ac:32,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"718104b7-b46d-4389-9fef-6cc244b69efe",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:20,defence:1},description:"",details:"2d4 + 7 damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). In addition, the target is pulled 1 square. First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends). Saving throws made against the enormous carrion crawler’s paralytic tentacles take a –5 penalty. Threatening Reach: The enormous carrion crawler can make opportunity attacks against all enemies within its reach (3 squares).",damage:"2d4 + 7 damage",category:1},{id:"b5cbe135-d382-4a05-b70d-1b8b552f2d44",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"83986ed1-4758-4e7b-a2f8-66e76b835ccb",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close Blast 3",attack:{bonus:20,defence:1},description:"",details:"1d4 + 5 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends). Saving throws made against the enormous carrion crawler’s paralytic tentacles take a –5 penalty.",damage:"1d4 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Carrion crawlers (regardless of size) guard their food and eagerly attack trespassers. The crawlers have no tactical sense but instinctively focus on one or two opponents at a time, relying solely on the efficacy of their poisonous tentacles. Carrion crawlers generally make bite attacks only against stunned targets."},{id:"a4a2370e-9df1-4a23-bad2-55d2a6536bfc",name:"Chimera",details:"",size:3,origin:4,type:3,keywords:"",level:15,role:{type:2,flag:1,leader:!1},senses:"all-around vision, darkvision",movement:"6, fly 10 (clumsy), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Perception +14",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:17},intelligence:{score:5},wisdom:{score:14},charisma:{score:17},hp:366,initiative:10,ac:27,fortitude:29,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"b224e37d-abe7-4ade-b466-1dd7024ce09d",name:"Lion’s Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"43d3b346-6f38-4721-88f9-80dd57775a91",name:"Ram’s Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"The chimera makes a charge attack;",details:"1d10 + 11 damage, and the target is pushed 1 square or knocked prone.",damage:"1d10 + 11 damage",category:1},{id:"10b5858a-e1c3-4c5b-a0d8-139ee1593f96",name:"Triple Threat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"The chimera makes the following three melee attacks, each one against a different target:",details:"2d8 + 7 damage. Dragon’s Bite +18 vs. AC; 3d6 + 7 damage. Ram’s Gore +18 vs. AC; 1d10 + 7 damage, and the target is knocked prone.",damage:"2d8 + 7 damage",category:1},{id:"86f9c840-5a1a-40b8-9b7d-88cfa63de7cc",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:2},description:"",details:"2d6 + 3 damage, and ongoing 10 fire damage (save ends).",damage:"2d6 + 3 damage",category:1},{id:"cfea3563-1770-40ca-86dd-512b6bcebdcc",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:2},description:"The chimera recharges and uses dragon breath.",details:"2d6 + 3 damage, and ongoing 10 fire damage (save ends).",damage:"2d6 + 3 damage",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A chimera begins combat by charging the nearest foe and using its ram’s charge. The chimera then maneuvers itself so that it can employ its triple threat or dragon’s breath power. The first time it uses its triple threat power, it spends an action point to use it again on the same turn. The chimera unleashes its dragon’s breath again when first bloodied, targeting the closest and largest group of foes."},{id:"0af94b96-7b9b-4cff-9752-e3c7d22cd0e6",name:"Cavern Choker",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:17},intelligence:{score:6},wisdom:{score:13},charisma:{score:6},hp:42,initiative:9,ac:17,fortitude:15,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"e6a63058-96e2-4952-af47-06202397a96f",name:"Tentacle Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:9,defence:0},description:"",details:"1d8 + 3 damage, and the target is grabbed (until escape). A target trying to escape the grab takes a –4 penalty to the check.",damage:"1d8 + 3 damage",category:1},{id:"cc1b396d-44e4-4828-bccd-219e1ad5280f",name:"Choke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee, Grabbed target only",attack:{bonus:9,defence:1},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"286f2f81-241f-4803-aa89-1e5db47163b7",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or a ranged attack against Reflex or AC",sustainAction:0,use:0,recharge:"recharges when the choker makes a successful tentacle claw or choke attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cavern choker makes its grabbed victim the target instead. The choker cannot use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5},{id:"10d88f77-3273-4174-883c-13a340269b1f",name:"Chameleon Hide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cavern choker gains concealment until the start of its next turn. It can’t use this power while grabbing a creature or while grabbed.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This choker strikes with surprise and uses its reach to full advantage. The choker holds on to its victim as long as possible, using body shield to protect itself while choking its grabbed prey."},{id:"7e29f902-2ff0-45e4-a4f0-741e91fd9f1f",name:"Feygrove Choker",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"8 (forest walk), climb 8 (spider climb)",alignment:"Unaligned",languages:"Elven",skills:"Stealth +15",equipment:"",category:"",strength:{score:19},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:13},charisma:{score:6},hp:91,initiative:14,ac:24,fortitude:22,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"6c059d01-45d5-40ab-b3b2-3fead93038a6",name:"Tentacle Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:17,defence:0},description:"",details:"2d6 + 4 damage, and the target is grabbed (until escape). A target trying to escape the grab takes a –4 penalty to the check. The feygrove choker can grab up to 2 creatures at once.",damage:"2d6 + 4 damage",category:1},{id:"cdee396c-9281-41f9-8b23-bd16872870e3",name:"Choke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee, Up to 2 grabbed targets",attack:{bonus:17,defence:1},description:"",details:"2d8 + 4 damage. The feygrove choker makes a separate attack against each grabbed target.",damage:"2d8 + 4 damage",category:1},{id:"dd863b35-e2eb-43a4-8aa7-d363c96bf511",name:"Chameleon Hide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feygrove choker gains concealment until the start of its next turn. It can’t use this power while grabbing a creature or while grabbed.",damage:"",category:3},{id:"473e38dc-b544-4489-bf99-894565e8d704",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or a ranged attack against Reflex or AC",sustainAction:0,use:0,recharge:"recharges when the choker makes a successful tentacle claw or choke attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feygrove choker makes its grabbed victim the target instead. The choker cannot use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5},{id:"24475a00-8695-4ebb-87be-47104b36c9e9",name:"Vine Fetter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area Burst 3 within 10",attack:{bonus:15,defence:2},description:"nearby vines animate and snare the feygrove choker’s enemies;",details:"the target is restrained (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The creature hides among trees and flora with the aid of its chameleon hide, striking when prey comes within reach. When confronted with multiple enemies, the feygrove choker uses vine fetter to restrain as many of them as possible while it chokes one or two targets."},{id:"3aa1ad52-fa3b-4c29-818d-50733f22e32b",name:"Chuul",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:10,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Unaligned",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:16},intelligence:{score:4},wisdom:{score:18},charisma:{score:14},hp:109,initiative:10,ac:27,fortitude:26,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"560d73a8-066d-4217-a1ca-52015a943201",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d6 + 6 damage, or 3d6 + 6 damage against an immobilized creature. Tentacle Net ✦ Poison A creature hit by a chuul’s opportunity attack is immobilized until the end of the chuul’s next turn.",damage:"1d6 + 6 damage",category:1},{id:"d449eb3e-bb54-4924-92e5-fadb9381d182",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The chuul makes two claw attacks;",details:"1d6 + 6 damage, or 3d6 + 6 damage against an immobilized creature. If both claw attacks hit a single target, the chuul makes a secondary attack against the same target with its tentacles. Secondary Attack: +14 vs. Fortitude; the target is immobilized (save ends).",damage:"1d6 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The chuul hides just below the surface of a murky pool patiently waiting for prey. When the time is right, it emerges quickly, clamps its huge pincers around its foe, and paralyzes the victim with its poisonous mouth tentacles."},{id:"e3afb955-4b75-4cd1-9797-7510c94da173",name:"Chuul Juggernaut",details:"",size:4,origin:0,type:3,keywords:"aquatic",level:23,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"7, swim 7",alignment:"Unaligned",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:19},intelligence:{score:4},wisdom:{score:22},charisma:{score:16},hp:434,initiative:17,ac:39,fortitude:37,reflex:31,will:33,regeneration:null,auras:[{id:"06da7e96-bcdd-48d4-87c7-6ecafae3be01",name:"Psychic Moan",keywords:"Psychic",details:"1: a chuul juggernaut exudes a constant hum of psychic energy. Enemies in the aura take a –2 penalty to Will defense and gain vulnerable 5 psychic."}],powers:[{id:"aba3b6d3-8726-4c11-a117-113ed87520b1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:30,defence:0},description:"",details:"2d8 + 8 damage, or 5d8 + 8 damage against an immobilized creature. Tentacle Net ✦ Poison A creature hit by a chuul juggernaut’s opportunity attack is immobilized until the end of the juggernaut’s next turn.",damage:"2d8 + 8 damage",category:1},{id:"272af710-8994-42f9-b715-0567e79a9c95",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:30,defence:0},description:"The chuul juggernaut makes two claw attacks;",details:"2d8 + 8 damage, or 5d8 + 8 damage against an immobilized creature. If both claw attacks hit a single target, the chuul juggernaut makes a secondary attack against the same target with its tentacles. Secondary Attack: +28 vs. Fortitude; the target is immobilized (save ends).",damage:"2d8 + 8 damage",category:1},{id:"5e4c3d34-a398-40e7-80c1-83cddb08884d",name:"Psychic Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:3},description:"",details:"2d10 + 3 psychic damage, and the target is pulled 5 squares.",damage:"2d10 + 3 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This creature is bold, gladly leaving the safety of its watery den in pursuit of prey. If it immobilizes a foe, it spends its action point to make another double attack against the same target. If it can’t reach enemies with its melee attacks, it uses psychic lure to pull an enemy into its reach."},{id:"cd311f4f-e426-4279-8368-3885b0f461dc",name:"Godforged Colossus",details:"",size:4,origin:3,type:0,keywords:"construct",level:29,role:{type:2,flag:1,leader:!1},senses:"",movement:"10",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:40},constitution:{score:31},dexterity:{score:21},intelligence:{score:4},wisdom:{score:34},charisma:{score:17},hp:662,initiative:19,ac:43,fortitude:48,reflex:40,will:45,regeneration:null,auras:[{id:"5ab520f6-04ee-410a-8a2d-185ab786102a",name:"Reverberating Presence",keywords:"Psychic",details:"5: an enemy that starts its turn in the aura takes 20 psychic damage."}],powers:[{id:"e7db7766-561d-4619-9a1e-a6e9a40fe71a",name:"Force Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Psychic, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"4d12 + 15 force damage, and the colossus makes a secondary attack against the same target. Secondary Attack: +25 vs. Will; 3d6 psychic damage, and the target is stunned until the end of the godforged colossus’s next turn.",damage:"4d12 + 15 force damage",category:1},{id:"282c44ef-35a5-4388-8e90-290bfb95790c",name:"Defensive Strike",action:{action:4,trigger:"when an enemy moves adjacent to the godforged colossus",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:32,defence:0},description:"",details:"4d12 + 15 damage plus 3d6 psychic damage, and the colossus makes a secondary attack against the same target. Secondary Attack: +30 vs. Fortitude; the target is pushed 5 squares, knocked prone, and dazed (save ends).",damage:"4d12 + 15 damage plus 3d6 psychic damage",category:5},{id:"caad66c8-b9fa-4e3e-b26c-76b7ac2ce6f0",name:"Force Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"3d10 + 3 force damage, and the target is pushed 5 squares.",damage:"3d10 + 3 force damage",category:1},{id:"d18f5356-e631-410d-bec9-cafc43a8071f",name:"Voice of the Demiurge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:26,defence:3},description:"",details:"3d8 + 11 psychic damage, and the target is stunned until the end of the godforged colossus’ next turn.",damage:"3d8 + 11 psychic damage",category:1}],damageModifiers:[{type:7,value:0},{type:4,value:-30},{type:8,value:-30}],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:"This colossus uses voice of the demiurge when surrounded by several enemies. The creature then makes melee attacks, using force missile only if it has no targets within reach."},{id:"ecd3f983-1901-437f-a69a-b0481f4e237d",name:"Visejaw Crocodile",details:"",size:3,origin:4,type:1,keywords:"reptile",level:4,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, swim 8",alignment:"Unaligned",languages:"--",skills:"Stealth +8",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:2},wisdom:{score:13},charisma:{score:7},hp:58,initiative:5,ac:20,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"11a450d2-e45b-43af-a5a7-aedbb55328fa",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 4 damage, and the target is grabbed (until escape). The visejaw crocodile cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"1d8 + 4 damage",category:1},{id:"3814ee24-7cc8-4717-b05f-bece8a69bab3",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"If a visejaw crocodile begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"2d8 + 4 damage. Miss: Half damage.",damage:"2d8 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A visejaw crocodile waits in hiding until prey comes close and then makes a vicious bite attack. The creature uses clamping jaws in subsequent rounds, shifting back toward the water with its move action."},{id:"99cb6a6d-38cb-45e0-a52f-f1f6bd1ac7be",name:"Feymire Crocodile",details:"",size:4,origin:2,type:1,keywords:"reptile",level:10,role:{type:7,flag:1,leader:!1},senses:"low-light vision",movement:"6, swim 8",alignment:"Unaligned",languages:"--",skills:"Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:15},intelligence:{score:5},wisdom:{score:17},charisma:{score:8},hp:216,initiative:9,ac:28,fortitude:29,reflex:21,will:24,regeneration:{value:5,details:"if the feymire crocodile takes fire damage, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"eba390d9-c468-4022-9f89-8291fbc8af3c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"2d8 + 6 damage, and the target is grabbed (until escape). The feymire crocodile cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8 + 6 damage",category:1},{id:"af03b91a-87ac-4cb9-84b4-6681a4dfa854",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"If a feymire crocodile begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"3d8 + 6 damage. Miss: Half damage.",damage:"3d8 + 6 damage",category:1},{id:"ec7461ec-bc57-4a2b-8983-aae36960b9e5",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:1},description:"The feymire crocodile tries to swallow a bloodied Medium or smaller creature it is grabbing:",details:"the target is swallowed. The swallowed target is inside the feymire crocodile and is dazed and restrained until it is no longer swallowed. The swallowed target has line of sight and line of effect only to the feymire crocodile, and no creature has line of sight or line of effect to the swallowed target. The only attacks the swallowed target can make are basic attacks. At the start of each of the feymire crocodile’s turns, the swallowed target takes 10 damage. When the feymire crocodile dies, the target is no longer swallowed and can escape as a move action, appearing in the feymire crocodile’s former space.",damage:"the swallowed target takes 10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A feymire crocodile uses the same tactics as the visejaw crocodile with one exception: It attempts to swallow a foe at the first opportunity."},{id:"8123fcd9-be23-41d4-9271-bb4e2f2be1b4",name:"Cyclops Guard",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Perception +13",equipment:"hide armor, heavy shield, battleaxe",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:11},hp:1,initiative:8,ac:27,fortitude:26,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"a0039df3-18aa-4fdd-a736-5478e0f33352",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"269294e1-cc4d-4bcb-a375-e85272247264",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the cyclops guard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The cyclops guard makes a melee basic attack against the attacker.",details:"7 damage.",damage:"7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Cyclops guards surround an enemy, using their reach to full advantage. Then they close ranks and use evil eye against enemies who attempt to attack them."},{id:"02969b68-b9ff-462e-a920-8d7c7994239b",name:"Cyclops Warrior",details:"",size:3,origin:2,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Perception +18",equipment:"hide armor, heavy shield, battleaxe",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:1,initiative:11,ac:32,fortitude:31,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"afa2aadf-cd43-45d1-8af4-c207b092b74d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"e076e5e1-5ab2-4039-a2c1-dbf1cffc1a3f",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the cyclops warrior",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"The cyclops warrior makes a melee basic attack against the attacker.",details:"8 damage.",damage:"8 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Cyclops warriors are usually assigned to protect artillery or controller creatures. If their charge is attacked, they quickly leap into action and use tactics similar to the cyclops guards."},{id:"06c3118a-cef1-4ef6-88c4-1ebea137f1f3",name:"Cyclops Impaler",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +18, Perception +16",equipment:"leather armor, 12 spears (in sheaf over back)",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:111,initiative:10,ac:28,fortitude:28,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"e67a9ffb-f604-4eea-b0a9-1e1ec03f59d1",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"a35674b6-79ec-4984-9569-d880cf0d4354",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"59cd8e2e-2f04-4876-af00-f2de87a68680",name:"Impaling Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"The cyclops impaler makes 2 ranged spear attacks against different targets no more than 2 squares apart;",details:"2d6 + 6 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 6 damage",category:1},{id:"0e3ffca6-964f-4117-85d4-cb43ef91dc17",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the cyclops impaler gains a +2 bonus to ranged attacks made against the target. It can designate only one target with its evil eye at a time.",attack:null,description:"",details:"Range sight",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cyclops impaler uses its evil eye every round and hurls spears at its designated target from a safe distance. Whenever possible, it uses impaling volley"},{id:"8b082bd2-8298-4028-98af-031e29060704",name:"Cyclops Rambler",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Perception +16",equipment:"chainmail, greatsword",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:141,initiative:12,ac:29,fortitude:28,reflex:25,will:26,regeneration:null,auras:[{id:"8e3310b0-b4ef-49d2-81d5-b6c3cda740dc",name:"Mocking Eye",keywords:"",details:"10: an enemy in the aura that makes an opportunity attack against any target takes a –5 penalty to the attack roll."}],powers:[{id:"98656abb-8438-4d58-807b-30f9c775a1f8",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 6 damage.",damage:"1d12 + 6 damage",category:1},{id:"803f3260-467e-4f2b-8827-5e84b4e8ee07",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops rambler can designate only one target with its evil eye at a time. It can move 2 squares any time it shifts from a square adjacent to the designated target.",damage:"It can move 2 squares any time it shifts from a square adjacent to the designated target",category:3},{id:"1ba7db97-4c50-4bfe-a734-7ac7d48f7bfd",name:"Feywild Alacrity",action:{action:7,trigger:"when the cyclops rambler hits the target of its evil eye power",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cyclops rambler gains an extra move action, which it must use before the end of its turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cyclops rambler is a masterful skirmisher, using its evil eye power to move around its enemies and confound their opportunity attacks."},{id:"97539b5b-d744-4f94-8f05-6d71bc462847",name:"Cyclops Hewer",details:"",size:3,origin:2,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Perception +18",equipment:"chainmail, light shield, battleaxe",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:158,initiative:13,ac:33,fortitude:31,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"bbc2f8e6-11c1-45af-8375-70bb5c23386a",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"1d12 + 7 damage.",damage:"1d12 + 7 damage",category:1},{id:"d50f241e-96d2-4016-a614-739980a10116",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops hewer can designate only one target with its evil eye at a time and gains the following effects: ✦ If the designated target misses one of the cyclops hewer’s allies with a melee attack, the cyclops hewer can make a melee basic attack against that enemy as an immediate reaction. ✦ If the designated target moves out of the cyclops hewer’s reach, the cyclops hewer can shift 1 square toward the target as an immediate reaction.",damage:"the cyclops hewer can shift 1 square toward the target as an immediate reaction",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cyclops hewer uses its evil eye and then charges headlong into battle, cutting down enemies in its way."},{id:"5cddb196-dfb7-4f89-bc18-1f7eb362b3a4",name:"Cyclops Battleweaver",details:"",size:3,origin:2,type:2,keywords:"",level:17,role:{type:6,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Perception +18",equipment:"chainmail, glaive",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:18},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:165,initiative:14,ac:31,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"d1a572b2-ab34-40e3-ae0c-7b700da93f4e",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"d93e9d2e-9b52-44b8-a39a-2de082786390",name:"Sweeping Glaive",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires glaive",range:"Close Blast 2",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10 + 6 damage",category:1},{id:"7b303425-94b7-40fd-8485-35b7f558d11a",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the target takes a –2 penalty to speed until the end of the encounter or until the cyclops battleweaver uses evil eye on a different target.",damage:"",category:3},{id:"48399d2f-654a-4445-b445-168b793e39c6",name:"Effect Transfer",action:{action:5,trigger:"when the cyclops battleweaver suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"At the start of combat, the cyclops battleweaver uses evil eye to confound a highly mobile enemy. It relies on its sweeping glaive power to push enemies back so that it can move around the battlefield without provoking opportunity attacks, and it uses effect transfer to shrug off one debilitating effect."},{id:"f9704528-3dcf-4fb1-9bcc-2b7434de2561",name:"Cyclops Storm Shaman",details:"",size:3,origin:2,type:2,keywords:"",level:17,role:{type:0,flag:0,leader:!1},senses:"truesight 6",movement:"8; see also wind flight",alignment:"Unaligned",languages:"Elven",skills:"Perception +17",equipment:"leather armor, quarterstaff",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:14},wisdom:{score:19},charisma:{score:15},hp:128,initiative:11,ac:29,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"adc12693-2e37-465b-b64e-7773a442a176",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d4 + 4 damage plus 1d8 thunder damage.",damage:"2d4 + 4 damage plus 1d8 thunder damage",category:1},{id:"9b675b6e-ccd3-4c31-a5e5-9aae4fd44b07",name:"Tempest Orb",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"2d8 + 6 lightning and thunder damage.",damage:"2d8 + 6 lightning and thunder damage",category:1},{id:"5145d0e6-b8a1-4049-bdd0-f4910225f27d",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:20,defence:1},description:"",details:"the target gains vulnerable 5 to thunder damage and vulnerable 5 to lightning damage (save ends both effects).",damage:"the target gains vulnerable 5 to thunder damage and vulnerable 5 to lightning damage (save ends both effects)",category:3},{id:"13a5d7a5-4ee8-4ffc-95d5-bfb05ddff95d",name:"Storm Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder, Zone",condition:"",range:"Area Burst 2 within 10",attack:null,description:"",details:"the power creates a zone that lasts until the end of the encounter. Enemies within the zone at the start of their turns take 2d8 lightning damage. Uncovered flames are doused and ongoing fire damage ends immediately within the zone.",damage:"enemies within the zone at the start of their turns take 2d8 lightning damage",category:1},{id:"0dbc691b-18a0-403a-b2b1-bc8da6cfa18d",name:"Wind Flight",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cyclops storm shaman gains a fly speed of 8 (hover) until the end of its next turn. If it doesn’t land before then, it crashes",damage:"The cyclops storm shaman gains a fly speed of 8 (hover) until the end of its next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The cyclops storm shaman catches as many enemies as possible in its storm burst before targeting foes individually with its evil eye and tempest orb powers. If pressed, it uses wind flight to fly to a safer location or enters the storm burst’s zone and uses it for protection."},{id:"38b05134-a260-40ce-b346-d52a190909c9",name:"Dark Creeper",details:"",size:1,origin:5,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"black garments, 5 daggers",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:54,initiative:8,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"aad9f094-f86a-4048-898d-ea70478c9b44",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d4 + 4 damage. Combat Advantage: The dark creeper deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 4 damage",category:1},{id:"a6a2ad50-bcae-406e-ad39-af562702d38c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d4 + 4 damage. Combat Advantage: The dark creeper deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 4 damage",category:1},{id:"7d8d0a63-91de-42fe-8047-be7689d6016a",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close Burst 1; targets enemies",attack:null,description:"When slain, a dark creeper explodes in a spout of darkness.",details:"each target is blinded (save ends).",damage:"",category:0},{id:"ab2d3178-d60b-4b46-a3b5-934df1b72820",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark creeper moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark creeper moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dark creeper doesn’t enter combat unless it clearly has something to gain, in which case it uses dark step to move up to an enemy, gain combat advantage, and stab it."},{id:"26941a06-6c8b-47ad-a462-a67b1dd3b432",name:"Dark Stalker",details:"",size:1,origin:5,type:2,keywords:"",level:10,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +15, Thievery +15",equipment:"black garments, scimitar, 4 daggers",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:14},wisdom:{score:14},charisma:{score:19},hp:81,initiative:14,ac:24,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"ca6ee667-b985-4bca-8be8-06693ec6e2a5",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close Burst 1; targets enemies",attack:null,description:"When slain, a dark stalker explodes in a spout of darkness.",details:"each target is blinded (save ends).",damage:"",category:0},{id:"32fe05fc-61fb-4308-9695-f89dd9d1aec3",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage (crit 1d8 + 13). Combat Advantage: The dark stalker deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 5 damage (crit 1d8 + 13)",category:1},{id:"d835e879-b396-4f74-8f02-d88e9553c714",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:15,defence:0},description:"",details:"1d4 + 5 damage. Combat Advantage: The dark stalker deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 5 damage",category:1},{id:"ff18d474-9c61-4c31-8157-fc3123e75b36",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark stalker moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark stalker moves up to 4 squares",category:2},{id:"1f516aa1-972b-49b1-a3ab-9ccdf9baa23e",name:"Dark Fog",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 4 within 10",attack:null,description:"",details:"creates a zone of darkness that blocks line of sight (creatures with darkvision ignore this effect).",damage:"",category:1},{id:"ee423848-4332-4486-a755-71c0340706ab",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark stalker becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dark stalker uses its dark fog power to block enemies’ line of sight. It then uses invisibility and moves to gain combat advantage against a ripe target. If battle turns against the dark stalker, it uses invisibility again (provided the power has recharged) to retreat safely."},{id:"0ae98bff-befe-4e98-8101-c2e7df8f77c1",name:"Death Knight (Human Fighter)",details:"",size:2,origin:4,type:2,keywords:"undead",level:17,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"plate armor, light shield, soulsword (longsword)",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:11},charisma:{score:14},hp:264,initiative:11,ac:35,fortitude:32,reflex:26,will:27,regeneration:null,auras:[{id:"193d6522-b926-4c0c-8805-d73f824a7015",name:"Marshal Undead",keywords:"",details:"10: lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"2bdb99f0-f58b-4358-8ade-f0d1c9f21586",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d8 + 12 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit).",damage:"1d8 + 12 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit)",category:1},{id:"e6b31d7b-bb9c-49d5-8ebc-35b97df6225e",name:"Containing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d8 + 12 plus 5 necrotic damage, and the death knight can make a melee basic attack as an immediate interrupt against the target if the target shifts on its next turn.",damage:"1d8 + 12 plus 5 necrotic damage",category:1},{id:"6d50a5c0-5d8b-4971-81d7-2f423c82e72b",name:"Warrior’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"3d8 + 12 plus 5 necrotic damage, and the target is pushed 2 squares. All enemies within 2 squares of the target are marked until the end of the death knight’s next turn.",damage:"3d8 + 12 plus 5 necrotic damage",category:1},{id:"979faa2b-d7e3-46f0-8b48-067679da0712",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:19,defence:2},description:"",details:"6d8 + 12 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",damage:"6d8 + 12 fire and necrotic damage to living creatures",category:1},{id:"627e1ae6-9359-4218-be0e-95eba46fc4be",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight can mark that target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an adjacent enemy shifts, the death knight makes a melee basic attack against that enemy (as an immediate interrupt).",attack:null,description:"",details:"",damage:"",category:0},{id:"1e8255bf-1ea9-4850-a0f0-683200973a63",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 66 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 66 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"This death knight uses containing strike and combat challenge round after round. If its allies are taking a beating, the death knight uses warrior’s challenge to draw attacks, spending an action point to use second wind if necessary. The death knight uses unholy flames when surrounded by multiple allies and enemies."},{id:"9be04d4c-1979-4ee3-bf2d-310d1c2090fb",name:"Death Knight (Dragonborn Paladin)",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"plate armor, heavy shield, soulsword (longsword)",category:"",strength:{score:25},constitution:{score:15},dexterity:{score:14},intelligence:{score:13},wisdom:{score:14},charisma:{score:21},hp:373,initiative:16,ac:41,fortitude:39,reflex:34,will:37,regeneration:null,auras:[{id:"2022722e-31da-4f33-b830-f0955984010c",name:"Marshal Undead",keywords:"",details:"10: lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"6aba9b43-0eff-47dc-b80d-c28f67e2b7c6",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"1d8 + 16 damage plus 5 necrotic damage (plus an extra 3d6 necrotic damage on a critical hit).",damage:"1d8 + 16 damage plus 5 necrotic damage (plus an extra 3d6 necrotic damage on a critical hit)",category:1},{id:"4e085415-9c75-44be-bf2a-a4cd54fc8366",name:"Valiant Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"with a +1 bonus to the attack roll for each adjacent ally; 2d8 + 16 plus 5 necrotic damage.",damage:"2d8 + 16 plus 5 necrotic damage",category:1},{id:"94830d95-317f-4700-a43c-b4168c248c34",name:"Terrifying Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"3d8 + 16 damage, and the target is pushed 5 squares and can’t move closer to the death knight on its next turn.",damage:"3d8 + 16 damage",category:1},{id:"830a524d-d9a3-4613-a453-e063af465f76",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:27,defence:2},description:"",details:"6d8 + 14 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",damage:"6d8 + 14 fire and necrotic damage to living creatures",category:1},{id:"bdce03e4-3243-4b8a-ab59-da779d0573a5",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 93 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 93 hit points",category:1},{id:"fc6a218b-4d16-4afe-bb03-843115337b86",name:"Divine Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:null,description:"",details:"the target is marked until the death knight uses this power against another target. If the target makes an attack that doesn’t include the death knight as a target, the target takes a –2 penalty on attack rolls and 14 necrotic damage.",damage:"the target takes a –2 penalty on attack rolls and 14 necrotic damage",category:3}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease",tactics:"This death knight issues a divine challenge every round and stays adjacent to one or more of its allies to maximize the effectiveness of its valiant strike power. When swarmed by multiple melee combatants, it uses terrifying smite against the toughest-looking target or unholy flames against the lot of them. It spends its action point to use second wind once bloodied."},{id:"f548ce19-ec69-4f4e-b124-5f10da2480eb",name:"Balor",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:1,leader:!1},senses:"truesight 6",movement:"8, fly 12 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +20, Insight +23, Intimidate +20, Perception +23",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:19},intelligence:{score:12},wisdom:{score:21},charisma:{score:14},hp:624,initiative:17,ac:42,fortitude:46,reflex:39,will:40,regeneration:null,auras:[{id:"4f641e80-31fe-4e8a-98d8-85a3f18de6ef",name:"Flaming Body",keywords:"Fire",details:"2: (aura 3 while the balor is bloodied); enemies that start their turns in the aura take 10 fire damage (20 fire damage while the balor is bloodied)."}],powers:[{id:"1fbb5de8-b8c0-4d23-a91c-a5be61e49fa2",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"2d10 + 10 lightning damage, or 3d10 + 30 lightning damage on a critical hit.",damage:"2d10 + 10 lightning damage",category:1},{id:"46e80737-881a-4eaa-8cdb-c8eacf6d443a",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 5",attack:{bonus:30,defence:2},description:"",details:"3d8 + 5 fire damage, and ongoing 5 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"3d8 + 5 fire damage",category:1},{id:"5977a558-2700-4744-b462-8297fc8bf36e",name:"Fire and Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Lightning, Weapon",condition:"",range:"Melee",attack:{bonus:32,defence:0},description:"The balor makes a lightning sword attack and a flame whip attack.",details:"Lightning Sword ✦ Lightning, Weapon Reach 3; 2d10 + 10 lightning damage, or 3d10 + 30 lightning damage on a critical hit. Flame Whip ✦ Fire, Weapon Reach 5; +30 vs. Reflex; 3d8 + 5 fire damage, and ongoing 5 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"2d10 + 10 lightning damage",category:1},{id:"3ac4a8c8-8fe9-4c5b-b33e-c4d3bb28a6b9",name:"Demonic Accuracy",action:{action:7,trigger:"when the balor misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor rerolls the attack and gains a +5 bonus to the roll.",damage:"The balor rerolls the attack and gains a +5 bonus to the roll",category:5},{id:"58eec2d6-8abb-4c1e-bb12-a775dbe22cc7",name:"Death Burst",action:{action:0,trigger:"when the balor is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 10",attack:{bonus:29,defence:2},description:"The balor explodes in a burst of flame:",details:"7d10 fire damage. Miss: Half damage. The balor and its weapons are completely destroyed.",damage:"7d10 fire damage",category:5}],damageModifiers:[{type:3,value:-40}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:"The fearless balor concentrates its attacks on single targets and does not allow itself to be distracted. It uses its demonic accuracy power when particularly infuriated by an opponent. The balor uses its flame whip to pull enemies within reach of its sword. The first time it’s able to attack with both weapons on its turn, it spends an action point to do it again. A balor rarely retreats from battle, fighting until destroyed."},{id:"6b8e3679-b04c-4380-aabe-d7cb5183063b",name:"Barlgura",details:"",size:3,origin:1,type:1,keywords:"demon",level:8,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8, climb 8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Athletics +15, Perception +12",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:6},wisdom:{score:16},charisma:{score:12},hp:108,initiative:7,ac:19,fortitude:20,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"292acde0-5004-4c30-a73d-4c71751e630a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage, or 2d8 + 6 damage if the barlgura is bloodied.",damage:"1d8 + 6 damage",category:1},{id:"b4689742-6012-4d4c-b19f-f1eabfdd3817",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"The barlgura makes two slam attacks.",details:"1d8 + 6 damage, or 2d8 + 6 damage if the barlgura is bloodied.",damage:"1d8 + 6 damage",category:1},{id:"139c9431-26f1-4cc4-bf1e-d6ef9b359578",name:"Savage Howl",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barlgura and all allies within 5 squares of the barlgura gain a +2 bonus to attack rolls until the end of the barlgura’s next turn.",damage:"The barlgura and all allies within 5 squares of the barlgura gain a +2 bonus to attack rolls until the end of the barlgura’s next turn",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:"A barlgura charges into battle, using its double attack to pummel its opponents."},{id:"db16c293-1195-4a69-8697-ee7ce7a49281",name:"Evistro (Carnage Demon)",details:"",size:2,origin:1,type:3,keywords:"demon",level:6,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:12},charisma:{score:7},hp:90,initiative:4,ac:16,fortitude:18,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"8e251a92-edd0-4b5d-9555-3e7ca47e9599",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d12 + 5 damage. Carnage: The carnage demon gains a +1 bonus to melee attacks if it has one or more allies adjacent to its target (+3 if one of these allies is another carnage demon). This bonus stacks with combat advantage.",damage:"1d12 + 5 damage",category:1},{id:"041e779c-f341-4497-93c3-6f1ed6f6c43f",name:"Destructive Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee; bloodied target only",attack:{bonus:8,defence:0},description:"",details:"1d6 + 5 damage. Carnage: The carnage demon gains a +1 bonus to melee attacks if it has one or more allies adjacent to its target (+3 if one of these allies is another carnage demon). This bonus stacks with combat advantage.",damage:"1d6 + 5 damage",category:3}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:"In addition to attacking with its claws, a carnage demon can use its destructive bite against a bloodied foe. It stays close to its allies to reap the benefit of its carnage power."},{id:"3afbd46b-f5b9-47e1-a42d-84f80f286389",name:"Glabrezu",details:"",size:4,origin:1,type:2,keywords:"demon",level:23,role:{type:2,flag:1,leader:!1},senses:"truesight 6",movement:"8, fly 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +23, Bluff +19, Intimidate +19, Perception +18",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:17},intelligence:{score:24},wisdom:{score:14},charisma:{score:16},hp:520,initiative:14,ac:39,fortitude:42,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"c5ee904d-b829-4e2b-baf3-f515326c0b20",name:"Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d8 + 8 damage.",damage:"2d8 + 8 damage",category:1},{id:"1cfc29a6-2c81-412c-9563-ff9840281a05",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The glabrezu makes two pincer claw attacks.",details:"2d8 + 8 damage. If both claws hit the same target, the target is grabbed (until escape) if the glabrezu so chooses.",damage:"2d8 + 8 damage",category:1},{id:"2b088ef9-9275-487f-ab45-695ed04cba51",name:"Abyssal Bolt",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d4 + 7 damage.",damage:"3d4 + 7 damage",category:3},{id:"801022ab-401f-4c05-9eba-e1a67939561d",name:"Blasphemous Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:3},description:"",details:"1d12 + 7 psychic damage, and the target is dazed until the end of the glabrezu’s next turn.",damage:"1d12 + 7 psychic damage",category:3},{id:"38c257a2-c265-4e16-8d48-5ee30f3f58f1",name:"Chaos Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:1},description:"",details:"1d12 + 7 damage. This damage bypasses all resistances.",damage:"1d12 + 7 damage",category:3},{id:"5f767311-f053-43c1-8b49-8810d912046c",name:"Arcane Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glabrezu teleports 8 squares, recharges its blasphemous word and chaos word powers, and makes an abyssal bolt, blasphemous word, or chaos word attack.",damage:"The glabrezu teleports 8 squares",category:5}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:"Unlike mortal spellcasters, glabrezus do not cower behind minions and armored comrades while they cast their foul magic; they wade into the thick of combat and shout out their magic with wild abandon. A glabrezu moves close to its enemies and unleashes both a blasphemous word and a word of chaos. After this initial onslaught, it targets a weak-looking opponent with its pincer claws. If the glabrezu is bloodied, it teleports a safe distance and hurls abyssal bolts (missiles of crackling purple energy), exchanging move actions and standard actions to do this up to three times in a round."},{id:"808eb8c9-d77a-4143-a511-1ff3b9b32c9b",name:"Goristro",details:"",size:4,origin:1,type:2,keywords:"demon",level:19,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +17",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:450,initiative:10,ac:31,fortitude:34,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"6469b0b4-03b4-4dea-a44d-b1c752fdc5e6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"28bf8724-5940-4ab0-a2a8-a403a1be4280",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"The goristro makes two slam attacks.",details:"2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"83fa1dc2-82eb-45c0-b27f-0b7abfa137ed",name:"Goristro Stomp",action:{action:4,trigger:"when a nonadjacent enemy moves adjacent to the goristro",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"The goristro makes an attack against the enemy:",details:"4d8 + 8 damage, and the target is knocked prone.",damage:"4d8 + 8 damage",category:5},{id:"6bae6aab-210e-4ed9-9cd8-2a2b28ccd339",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"The goristro makes a charge attack:",details:"3d10 + 8 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d10 + 8 damage",category:1},{id:"dee8ec46-f711-41cc-8266-8caa42487f0f",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"The goristro makes a frenzied gore attack against the enemy:",details:"2d8 + 8 damage.",damage:"2d8 + 8 damage",category:5}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:"The goristro makes a goring charge toward the nearest enemy. Once in battle, it makes slam attacks against those it perceives as the most physically challenging and uses goristro stomp on enemies that get too close. The goristro becomes much more dangerous when bloodied, using raging frenzy each time it’s attacked by an adjacent enemy."},{id:"7edf1e2e-5d02-45db-8151-0bc894da16c9",name:"Hezrou",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6; see also demonic step below",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +21",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:255,initiative:16,ac:34,fortitude:36,reflex:32,will:32,regeneration:null,auras:[{id:"415025ae-7fdd-42e8-b8ca-eb8891aaba6b",name:"Noxious Stench",keywords:"Poison",details:"2: enemies in the aura take a –2 penalty to attack rolls. While the hezrou is bloodied, enemies within its aura are also weakened."}],powers:[{id:"94737e68-0704-4959-81cf-0e7318847f97",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"e5c9daff-11fc-4bd5-b918-594b122d4827",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d8 + 9 damage.",damage:"2d8 + 9 damage",category:1},{id:"7a1c6498-6a89-42e5-855e-66aa4b150cb4",name:"Combination Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"The hezrou makes one slam attack and one bite attack.",details:"Slam: 2d10 + 9 damage. Bite: 2d8 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"a1f647a9-5833-445b-9d4c-ce5a4449e1e4",name:"Demonic Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou ignores difficult terrain, seeming to phase through it.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:"A hezrou lumbers into melee, pummeling and biting enemies while overwhelming them with its noxious stench."},{id:"c1420b92-d641-44a8-96b3-971620d389ad",name:"Immolith",details:"",size:3,origin:1,type:3,keywords:"demon, fire, undead",level:15,role:{type:3,flag:0,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:16},intelligence:{score:9},wisdom:{score:15},charisma:{score:18},hp:153,initiative:10,ac:27,fortitude:28,reflex:24,will:25,regeneration:null,auras:[{id:"5419b98d-4287-44a3-b2cb-e6d09585248e",name:"Flaming Aura",keywords:"Fire",details:"1: any creature that enters or starts its turn in the aura takes 10 fire damage."}],powers:[{id:"1d65af79-2926-4053-8804-b1aa48135c28",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 4",attack:{bonus:20,defence:0},description:"",details:"1d8 + 7 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 7 fire damage",category:1},{id:"79c43ff9-b572-4a77-9483-cc79b7d85e8a",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Reach 4",attack:{bonus:20,defence:0},description:"The immolith makes a claw attack against a Large or smaller target.",details:"1d8 + 7 fire damage, and ongoing 5 fire damage (save ends). On a hit, the target slides into a square adjacent to the immolith and is grabbed (until escape). While grabbed, the target loses any resistance it has to fire. An immolith can hold up to five grabbed creatures using this power.",damage:"1d8 + 7 fire damage",category:1},{id:"546ee9dd-47e6-484f-acc3-6b79d20ac94c",name:"Deathfire Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"the target is slowed (save ends). Aftereffect: The target takes ongoing 5 fire damage (save ends).",damage:"the target takes ongoing 5 fire damage (save ends)",category:3},{id:"e6e6df4f-2385-47c8-88f9-35ea81d14bc3",name:"Vigor of the Grave",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"(1/round)",range:"Close Burst 5",attack:null,description:"",details:"undead in the burst (including the immolith) regain 5 hit points.",damage:"undead in the burst (including the immolith) regain 5 hit points",category:3}],damageModifiers:[{type:3,value:0},{type:7,value:0},{type:9,value:10}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease",tactics:"The immolith issues a deathfire curse at the beginning of each round to slow an enemy. Then, with its standard action, it uses fiery grab to drag an enemy into its flaming aura. If an immolith doesn’t need to move, it issues another deathfire curse with its remaining move action. It repeats these tactics round after round, using vigor of the grave whenever possible to heal itself and nearby undead allies."},{id:"1de04c5e-bd5c-4f36-aa07-e0e2c9d2b918",name:"Marilith",details:"",size:3,origin:1,type:2,keywords:"demon",level:24,role:{type:6,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +23, Insight +21, Intimidate +23, Perception +21, Stealth +25",equipment:"6 scimitars",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:440,initiative:22,ac:38,fortitude:36,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"d6869d3c-bac3-4100-9e78-0521628419d8",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"2d10 + 9 damage (crit 6d10 + 29).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1},{id:"a54829bb-ea6e-434c-88d2-15514e47a848",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemies misses the marilith with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"The marilith makes a scimitar attack against the enemy.",details:"2d10 + 9 damage (crit 6d10 + 29).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:5},{id:"71778cd6-d10b-4547-bf11-caa79fd043d0",name:"Shroud of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"The marilith makes two scimitar attacks and uses its other scimitars to parry incoming attacks, gaining a +4 bonus (+1 per scimitar) to AC until the start of its next turn.",details:"2d10 + 9 damage (crit 6d10 + 29).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1},{id:"00cc8ec2-8127-4519-bdf8-dbdca1e1bcea",name:"Weapon Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"The marilith makes six scimitar attacks.",details:"2d10 + 9 damage (crit 6d10 + 29). Each time it hits, the marilith shifts 1 square.",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:"The marilith uses shroud of steel each round, switching to weapon dance when it wants to maneuver to a new location or quickly take down a bloodied foe. Once bloodied, it uses weapon dance again and then spends its action point to use shroud of steel."},{id:"45377a70-17a2-4ddb-80dc-4558d3c0571c",name:"Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Intimidate +11, Perception +13",equipment:"trident",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"925cc8f4-cace-4c12-b54d-dbc6adf2e50f",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"bfae9baa-ae3f-421e-abe3-7a723f808edd",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires trident",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d8 + 5 damage, ongoing 5 damage target enemies only and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8 + 5 damage",category:1},{id:"43340dc9-6d73-48fe-9769-26a666238e8e",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 3; targets enemies",attack:{bonus:16,defence:1},description:"",details:"2d6 + 3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6 + 3 poison damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:"Unlike other demons, the mezzodemon is a cautious foot soldier that is unopposed to fleeing when bloodied or heavily outnumbered. It attacks with its trident and uses skewering tines to restrain and further injure its foe. The mezzodemon likes to hold its prey in place while it breathes a cloud of poison on it and other nearby enemies."},{id:"fb12c2b1-6155-4b6e-a5db-0c90ba20fb8c",name:"Vrock",details:"",size:3,origin:1,type:2,keywords:"demon",level:13,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8; see also flyby attack",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +15, Insight +13, Perception +13",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:19},hp:132,initiative:12,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"6e39d1b8-4843-490e-8ec0-a018c3a45097",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"03f13e8e-2f8c-443f-9741-5a9b8b4b9693",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"The vrock flies up to 8 squares and makes one claw attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"a132803a-5d34-4e5d-9164-97871b8cb50d",name:"Stunning Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close Burst 3; deafened creatures are immune",attack:{bonus:17,defence:1},description:"",details:"the target is stunned until the end of the vrock’s next turn.",damage:"",category:1},{id:"55ead4e1-804f-4235-9c6b-08e264ba8f29",name:"Spores of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Burst 2; demons are immune",attack:{bonus:16,defence:3},description:"",details:"1d10 + 4 poison damage, and the target is dazed (save ends).",damage:"1d10 + 4 poison damage",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:"This demon uses flyby attack to make swooping attacks against foes before landing to make basic claw attacks. It uses its stunning screech when surrounded and its spores of madness when first bloodied."},{id:"03868e0b-65c7-48da-8f26-e7fa5611ba83",name:"Destrachan",details:"",size:3,origin:0,type:3,keywords:"blind",level:9,role:{type:0,flag:0,leader:!1},senses:"blindsight 10",movement:"6, climb 3",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +9, Perception +11, Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:10},hp:80,initiative:8,ac:22,fortitude:24,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"41e5ed74-4599-4987-a0ee-4b46b8b5a841",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"2ab36b19-469e-40b0-a41c-a4d5c3e32826",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d6 + 5 thunder damage.",damage:"2d6 + 5 thunder damage",category:1},{id:"1295f243-20c2-411a-ba2e-03248a64e65c",name:"Bellowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:13,defence:1},description:"",details:"2d6 + 5 thunder damage, and the target is dazed (save ends).",damage:"2d6 + 5 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:"The stealthy destrachan can sense prey within 10 squares of it and prefers to attack at range using its sound pulse power. It uses bellowing blast against close targets."},{id:"4150402f-d9cc-402f-b0f8-9c06751adb99",name:"Destrachan Far Voice",details:"",size:3,origin:0,type:3,keywords:"blind",level:15,role:{type:0,flag:0,leader:!1},senses:"blindsight 20",movement:"8, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +12, Perception +14, Stealth +17",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:122,initiative:12,ac:28,fortitude:32,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"2d9e5277-2acb-488a-ab1b-424d321a5111",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"cecbd8f3-ff5a-4a70-abcc-df0e77b9cc77",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8 + 8 thunder damage.",damage:"2d8 + 8 thunder damage",category:1},{id:"31ddc467-e382-43c2-89c3-8695f921937b",name:"Bellowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:19,defence:1},description:"",details:"2d6 + 8 thunder damage, and the target is dazed (save ends).",damage:"2d6 + 8 thunder damage",category:1},{id:"467affc8-3358-428a-a452-b9250175646a",name:"Reverberate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 2",attack:{bonus:19,defence:1},description:"",details:"2d8 + 8 thunder damage, and the target is stunned (save ends). Miss: Half damage, and the target is dazed until the end of the destrachan far voice’s next turn.",damage:"2d8 + 8 thunder damage",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:"The destrachan far voice favors ranged attacks over melee and uses reverberate against enemies that come too close."},{id:"f2511859-ca22-498e-ae0e-70456d269252",name:"Bearded Devil (Barbazu)",details:"",size:2,origin:3,type:2,keywords:"devil",level:13,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"Intimidate +11, Perception +14",equipment:"glaive",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:129,initiative:10,ac:29,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"2c2d298e-8b8f-45b7-b360-ec7329ef49df",name:"Beard Tendrils",keywords:"",details:"1: enemies that begin their turns adjacent to the bearded devil take 5 damage."}],powers:[{id:"49d9db1e-fe50-4760-9d4a-ce90e07fcaba",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"2d4 + 5 damage, and the target is marked until the end of the bearded devil’s next turn and takes ongoing 5 damage (save ends). Battle Frenzy: While the bearded devil is bloodied, it gains a +2 bonus to attack rolls and deals an extra 5 damage with its melee attacks.",damage:"2d4 + 5 damage",category:1},{id:"6fda6916-52ce-41d7-88bb-8d82ea380a6d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"1d6 + 5 damage. Battle Frenzy: While the bearded devil is bloodied, it gains a +2 bonus to attack rolls and deals an extra 5 damage with its melee attacks.",damage:"1d6 + 5 damage",category:1},{id:"50fc34bc-d85b-4562-a141-176bbcfc33b9",name:"Devilish Teamwork",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies adjacent to the bearded devil gain a +2 bonus to AC.",damage:"Allies adjacent to the bearded devil gain a +2 bonus to AC",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"The bearded devil is a straightforward melee combatant trained to protect adjacent allies using its devilish teamwork. It only makes claw attacks if it loses its glaive."},{id:"45214f74-835d-49d9-9202-a09ab8384905",name:"Bone Devil (Osyluth)",details:"",size:3,origin:3,type:2,keywords:"devil",level:17,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"8, teleport 8",alignment:"Evil",languages:"Supernal",skills:"Insight +15, Intimidate +18, Perception +15",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:20},hp:165,initiative:12,ac:31,fortitude:29,reflex:26,will:27,regeneration:null,auras:[{id:"ad45471f-1ee3-4855-b191-6e11fae33eae",name:"Aura of Fear",keywords:"Fear",details:"5: enemies in the aura take a –2 penalty to attack rolls."},{id:"03f3e4d0-9a1d-4053-b684-9e49ad223cdb",name:"Aura of Obedience",keywords:"Charm, Healing",details:"5: bone devils are immune; any bloodied devil in the aura at the start of its turn takes 10 damage but gains a +4 bonus to attack rolls and deals an extra 5 damage on melee attacks until the start of its next turn. If a devil is slain by this aura, the bone devil regains 10 hit points."}],powers:[{id:"10861d89-7fbe-4aff-b3a2-ce039efeaa98",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2; one creature",attack:{bonus:22,defence:0},description:"The bone devil makes two claw attacks.",details:"1d6 + 7 damage. If both claw attacks hit the same target, the bone devil can make a secondary attack using poison sting against the target.",damage:"1d6 + 7 damage",category:1},{id:"16f8b1c5-4fbe-4d3c-a8ab-e9cb8b2666df",name:"Poison Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:20,defence:1},description:"",details:"1d6 + 7 damage, and the target takes ongoing 10 poison damage and takes a –4 penalty to its Will defense (save ends both).",damage:"1d6 + 7 damage",category:1},{id:"57cdf92d-ae28-415f-8783-75e8a621627d",name:"Fiendish Focus",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"the target takes a –5 penalty to all defenses until the end of the bone devil’s next turn.",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"The bone devil targets enemies with its fiendish focus at the start of battle to make them more susceptible to attacks while overwhelming them with its aura of fear. It tries to use double attack whenever possible. As its allies become bloodied, the bone devil uses its aura of obedience to make them fight harder."},{id:"bfbca17e-32f2-40af-b81b-cb9acbe70a25",name:"Chain Devil (Kyton)",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7; see also dance of battle",alignment:"Evil",languages:"Supernal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:15},charisma:{score:13},hp:116,initiative:14,ac:25,fortitude:22,reflex:24,will:19,regeneration:null,auras:[],powers:[{id:"bff22d67-26c9-41a4-9d81-b2e6e00f840e",name:"Spiked Chains",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2; one creature",attack:{bonus:16,defence:0},description:"The chain devil makes two spiked chain attacks.",details:"2d4 + 7 damage.",damage:"2d4 + 7 damage",category:1},{id:"6fc8d9fd-043e-4023-95dd-c6d890238e3c",name:"Chains of Vengeance",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Reach 2; one creature",attack:{bonus:16,defence:0},description:"The chain devil makes two spiked chain attacks.",details:"2d4 + 7 damage.",damage:"2d4 + 7 damage",category:5},{id:"2528515e-7e17-4beb-a8ed-f9e31649a7d2",name:"Hellish Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:2},description:"",details:"the target is wrapped in chains and restrained (save ends). The chain devil can use its chains to restrain only one creature at a time.",damage:"",category:1},{id:"6cbf0820-19a3-47a2-a8fe-4c91f371dadc",name:"Dance of Battle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain devil shifts 1 square.",damage:"The chain devil shifts 1 square",category:3},{id:"9ee0b20f-2bae-4553-aa48-2464dc67e3dd",name:"Dance of Defiance",action:{action:5,trigger:"when a melee attack is made against the chain devil",sustainAction:0,use:0,recharge:"recharges after the chain devil uses chains of vengeance"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain devil shifts 1 square.",damage:"The chain devil shifts 1 square",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A chain devil rakes enemies with its spiked chains, using hellish chains to restrain a particularly troublesome enemy. If it forgoes a move action, it can shift before and after making an attack. Outside of its turn, it uses dance of defiance to dodge attacks and chains of vengeance when it is first bloodied."},{id:"ab926f9a-c4c1-4fc6-b0c9-a94ca4aa0300",name:"Ice Devil (Gelugon)",details:"",size:3,origin:3,type:2,keywords:"devil",level:20,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"Endurance +23",equipment:"longspear",category:"",strength:{score:25},constitution:{score:27},dexterity:{score:22},intelligence:{score:15},wisdom:{score:17},charisma:{score:19},hp:195,initiative:18,ac:36,fortitude:33,reflex:31,will:29,regeneration:null,auras:[{id:"98e05435-f6a4-46dd-bbe2-84b8fc8a9322",name:"Cold Aura",keywords:"Cold",details:"5: enemies in the aura take a –2 penalty to all attack rolls."}],powers:[{id:"06d6e128-d1cb-456e-8178-ae68790b29e5",name:"Icy Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Reach 3",attack:{bonus:27,defence:0},description:"",details:"1d12 + 7 cold damage, and the target is slowed (save ends).",damage:"1d12 + 7 cold damage",category:1},{id:"be376224-bc3d-4c98-9fee-55ba55b49f44",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"1d6 + 7 damage.",damage:"1d6 + 7 damage",category:1},{id:"e3bea046-379e-4706-ba40-55391373241b",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:23,defence:1},description:"",details:"2d6 + 7 cold damage, and the target is slowed (save ends).",damage:"2d6 + 7 cold damage",category:1},{id:"ca7c32fd-6348-40ad-8f0f-25797089db50",name:"Chilling Command",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Burst 5",attack:{bonus:23,defence:3},description:"",details:"the target takes ongoing 5 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 5 cold damage and is immobilized (save ends both)",category:3}],damageModifiers:[{type:2,value:0},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"An ice devil prefers to fight its own battles, using its powers to confound multiple enemies at once. It uses chilling command to immobilize frontline combatants while it attacks softer targets with the aid of its superior speed and reach. If the ice devil has a spare move action, it uses chilling command again during its turn. It uses the numbing cold of its longspear and freezing breath to slow enemies and keep them from escaping."},{id:"0f9e13f3-8044-48df-b8d9-e3040cdc9d07",name:"Imp",details:"",size:0,origin:3,type:2,keywords:"devil",level:3,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"4, fly 6 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +9, Bluff +9, Perception +8, Stealth +9",equipment:"",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:17},intelligence:{score:16},wisdom:{score:14},charisma:{score:16},hp:40,initiative:8,ac:17,fortitude:15,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"848d7bcf-bd16-46c1-b9b8-96400c4d83a6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 0",attack:{bonus:7,defence:0},description:"",details:"1d6 + 1 damage.",damage:"1d6 + 1 damage",category:1},{id:"ad674bf6-966c-4b28-9974-926a367dda9d",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the imp uses vanish"},keywords:"Poison",condition:"",range:"Reach 0",attack:{bonus:8,defence:0},description:"",details:"1d8 + 3 damage, and the imp makes a secondary attack against the same target. Secondary Attack: +5 vs. Fortitude; the target takes ongoing 5 poison damage and a –2 penalty to Will defense (save ends both).",damage:"1d8 + 3 damage",category:1},{id:"d5a51882-99dd-42f7-9c40-08a93e35cf32",name:"Vanish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The imp becomes invisible until the end of its next turn or until it attacks.",damage:"",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"Imps are reluctant combatants. When forced to fight, an imp uses vanish to turn invisible and waits for an opponent to become distracted before attacking with its tail sting. If the battle turns against the imp or its allies, the imp doesn’t hesitate to flee."},{id:"d105878a-d2d4-4a8f-9d6e-3c288d2a4aae",name:"Legion Devil Grunt",details:"",size:2,origin:3,type:2,keywords:"devil",level:6,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:4,ac:22,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"da5986e1-d859-44f4-bbe1-51f67d8e2997",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3ea75e7e-cabe-468b-a904-e1827f636ecd",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"def3844b-1672-476d-9fe0-1040a53133cb",name:"Legion Devil Hellguard",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:6,ac:27,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"160b2867-fb96-468b-a8b7-00cc431c156f",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0},{id:"6061bfda-e676-4d6f-aaf1-300f5e27adb7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"7013006a-438d-4ccf-98d0-cc3170cae892",name:"Legion Devil Veteran",details:"",size:2,origin:3,type:2,keywords:"devil",level:16,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:9,ac:32,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"160b2867-fb96-468b-a8b7-00cc431c156f",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0},{id:"6061bfda-e676-4d6f-aaf1-300f5e27adb7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"97c753f8-0c90-4ab4-b5f7-97e8d43aa663",name:"Legion Devil Legionnaire",details:"",size:2,origin:3,type:2,keywords:"devil",level:21,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:11,ac:37,fortitude:33,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"160b2867-fb96-468b-a8b7-00cc431c156f",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0},{id:"6061bfda-e676-4d6f-aaf1-300f5e27adb7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:26,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"0b8b9e5a-50ee-42b0-8e12-5e2a02b3f490",name:"Pit Fiend",details:"",size:3,origin:3,type:2,keywords:"devil",level:26,role:{type:7,flag:1,leader:!0},senses:"darkvision",movement:"12, fly 12 (clumsy), teleport 10",alignment:"Evil",languages:"Supernal",skills:"Bluff +27, Insight +23, Intimidate +27, Perception +23, Religion +24",equipment:"flametouched mace, noble signet ring",category:"",strength:{score:32},constitution:{score:27},dexterity:{score:24},intelligence:{score:22},wisdom:{score:20},charisma:{score:28},hp:486,initiative:22,ac:44,fortitude:42,reflex:38,will:40,regeneration:null,auras:[{id:"9591556e-1e6f-4689-9542-ff3f9dfef7c9",name:"Aura of Fear",keywords:"Fear",details:"5: enemies in the aura take a –2 penalty to attack rolls."},{id:"eae5c275-6c67-4229-81f1-ba7678e8785f",name:"Aura of Fire",keywords:"Fire",details:"5: enemies that enter or start their turns in the aura take 15 fire damage."}],powers:[{id:"ddc8175e-3fa4-4f25-a2fa-f9d63bc51814",name:"Flametouched Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:33,defence:0},description:"",details:"2d10 + 11 fi re damage, and ongoing 5 fire damage (save ends).",damage:"2d10 + 11 fi re damage",category:1},{id:"b24013b6-8462-453b-a844-fccd7253f1bb",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:33,defence:0},description:"",details:"1d6 + 11 damage, and the pit fiend makes a secondary attack against the same target. Secondary Attack: +29 vs. Fortitude; the target takes ongoing 15 poison damage and is weakened (save ends both).",damage:"1d6 + 11 damage",category:1},{id:"8e90c37f-92d0-4ba2-a9e5-96c86faeedcb",name:"Pit Fiend Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:33,defence:0},description:"The pit fiend makes a flametouched mace attack and a tail sting attack.",details:"Flametouched Mace ✦ Fire, Weapon 2d10 + 11 fire damage, and ongoing 5 fire damage (save ends). Tail Sting ✦ Poison 1d6 + 11 damage, and the pit fiend makes a secondary attack against the same target. Secondary Attack: +29 vs. Fortitude; the target takes ongoing 15 poison damage and is weakened (save ends both).",damage:"2d10 + 11 fire damage",category:1},{id:"79f86926-3edf-4ada-8eed-4d55df39afdc",name:"Point of Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:30,defence:3},description:"",details:"the target takes a –5 penalty to all defenses until the end of the pit fiend’s next turn.",damage:"",category:3},{id:"081d334c-ad49-4afe-92cb-69b0435e96e8",name:"Irresistible Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Fire",condition:"(1/round)",range:"Ranged 10; targets one allied devil of a lower level than the pit fiend",attack:null,description:"",details:"the target slides 5 squares and explodes, dealing 2d10 + 5 fire damage to all creatures in a close burst 2. The exploding devil is destroyed.",damage:"dealing 2d10 + 5 fire damage to all creatures in a close burst 2",category:3},{id:"a7553564-550d-4382-a8f6-c1255cead29d",name:"Infernal Summons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The pit fiend summons a group of devil allies. Summoned devils roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as the pit fiend is alive. They remain until they are killed, dismissed by the pit fiend (free action), or the encounter ends. PCs do not earn experience points for killing these summoned creatures. The pit fiend chooses to summon one of the following groups of devils: ✦ 8 legion devil legionnaires (level 21), or ✦ 2 war devils (level 22), or ✦ 1 war devil (level 22) and 4 legion devil legionnaires (level 21)",damage:"Summoned devils roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as the pit fiend is alive",category:1},{id:"40a62b86-14a0-4457-8344-87ed619f30cd",name:"Tactical Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The pit fiend can teleport up to 2 allies within 10 squares of it. The targets appear in any other unoccupied squares within 10 squares of the pit fiend.",damage:"The pit fiend can teleport up to 2 allies within 10 squares of it",category:1}],damageModifiers:[{type:3,value:-30},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A pit fiend fights close to its enemies, catching them in its aura of fear and aura of fire. On the first round of combat, it spends an action point to use infernal summons. It then uses point of terror against a tough-looking foe and tactical teleport to place two allies in flanking positions around that foe. With its remaining minor action, the pit fiend uses irresistible command on an ally within range. A pit fiend alternates between point of terror and irresistible command, sometimes using both if it has a spare move action it can substitute with a minor action. Otherwise, the pit fiend uses pit fiend frenzy, teleporting as needed to gain a better position."},{id:"846e4f27-0f7e-4ad8-a10a-56c921c66219",name:"Spined Devil (Spinagon)",details:"",size:2,origin:3,type:2,keywords:"devil",level:6,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"5, fly 7 (hover)",alignment:"Evil",languages:"Supernal",skills:"Perception +10",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:70,initiative:7,ac:20,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"51211453-b9b9-4ec1-bc3b-9ee18c3b9188",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"2d6 + 4 damage.",damage:"2d6 + 4 damage",category:1},{id:"e304ad9a-145a-4b10-8344-256e6d57c9fb",name:"Rain of Spines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"The spined devil flings spines that ignite as they fly through the air.",details:"1d10 damage plus 1d6 fire damage, and the spined devil makes a secondary attack against the same target. Secondary Attack: +9 vs. Fortitude; the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1d10 damage plus 1d6 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"Spined devils disdain melee and prefer to pelt their victims with wave after wave of burning, poisoned spines. Only after a victim is bloodied do they descend to tear apart the hapless soul with their wicked claws."},{id:"bae10184-a9d8-48dd-aea6-9cc7588a9cde",name:"Succubus",details:"",size:2,origin:3,type:2,keywords:"devil, shapechanger",level:9,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +15, Diplomacy +15, Insight +13",equipment:"",category:"",strength:{score:11},constitution:{score:10},dexterity:{score:18},intelligence:{score:15},wisdom:{score:19},charisma:{score:22},hp:90,initiative:8,ac:23,fortitude:17,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"ea97de44-2480-4b1f-8e80-87116126ba6e",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"0a9583c3-4eca-45d9-87a5-2ea7e0042027",name:"Charming Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"on a hit, the succubus makes a secondary attack against the same target. Secondary Attack: +12 vs. Will; the target cannot attack the succubus, and if the target is adjacent to the succubus when the succubus is targeted by a melee or a ranged attack, the target interposes itself and becomes the target of the attack instead. The effects last until the succubus or one of its allies attacks the target or until the succubus dies. If the target is still under the effect of this power at the end of the encounter, the succubus can sustain the effect indefinitely by kissing the target once per day. The succubus can affect only one target at a time with its charming kiss.",damage:"+12 vs",category:1},{id:"044c4dca-3b69-40fc-82a7-de193f82d112",name:"Dominate ",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:12,defence:3},description:"",details:"the target is dominated until the end of the succubus’s next turn.",damage:"",category:1},{id:"0a3c9d76-7134-47d9-92e6-a0a7ad352c03",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The succubus can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"When exposed for what it is, a succubus can be a deadly foe. It can manipulate the emotions of mortal adversaries, turning them against each other or making them slavishly loyal to it with a mere kiss. A succubus that is confronted uses dominate on a worthy adversary. It then uses charming kiss on a dominated foe, keeping him or her nearby while it attacks other enemies with its corrupting touch."},{id:"d635e419-8f4b-431d-913d-c4cb8cdfd8aa",name:"War Devil (Malebranche)",details:"",size:3,origin:3,type:2,keywords:"devil",level:22,role:{type:2,flag:0,leader:!0},senses:"darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +20",equipment:"trident",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:23},intelligence:{score:15},wisdom:{score:19},charisma:{score:18},hp:255,initiative:17,ac:35,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"090dced8-80ea-48de-8241-1129ce39bbb5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"1d6 + 8 damage.",damage:"1d6 + 8 damage",category:1},{id:"97d37f88-dfe9-4abc-987b-03b1b29d98ad",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:26,defence:0},description:"",details:"4d4 + 8 damage and ongoing 5 damage (save ends), and the target slides into any square adjacent to the war devil and is knocked prone.",damage:"4d4 + 8 damage and ongoing 5 damage (save ends)",category:1},{id:"fac4bf08-82db-4a0b-84a4-0745056e3c2e",name:"Besieged Foe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"automatic hit; the target is marked, and allies of the war devil gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil marks a new target.",damage:"and allies of the war devil gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil marks a new target",category:3},{id:"0c00b998-7ef7-49cb-bdb1-a9737e890297",name:"Devilish Transposition",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:null,description:"",details:"the war devil and an allied devil within range swap positions.",damage:"",category:2},{id:"3e5f58ef-2685-49b4-af45-38246398c7eb",name:"Fiendish Tactics",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects up to 2 allied devils of the war devil’s level or lower; each target can take a move action or make a basic attack.",damage:"affects up to 2 allied devils of the war devil’s level or lower",category:3}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"Despite their brutish appearance, war devils are outstanding tacticians and clever leaders. They use besieged foe and fiendish tactics to direct their subordinates against dangerous foes, but they eagerly leap into the fray when the time is right, using devilish transposition to exchange places with a lesser devil (often one with the mobility to penetrate the enemies’ ranks)."},{id:"f7af71af-9e32-49c9-ac06-12655288acb4",name:"Spirit Devourer",details:"",size:3,origin:5,type:2,keywords:"undead",level:11,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Perception +10, Stealth +11",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:12},intelligence:{score:16},wisdom:{score:11},charisma:{score:24},hp:224,initiative:8,ac:27,fortitude:25,reflex:21,will:26,regeneration:null,auras:[],powers:[{id:"c7611a9a-9aab-4bd8-ba03-93bb86005c92",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"87cb64ff-39f5-4b96-bec9-c27cf10a6295",name:"Trap Spirit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5; targets a living humanoid",attack:{bonus:15,defence:1},description:"",details:"1d8 + 7 necrotic damage, and the target is trapped (save ends). The trapped creature is removed from play and can take no actions. If it succeeds on a saving throw, it escapes and appears in an unoccupied space of its choice adjacent to the spirit devourer. A trapped creature escapes automatically when the spirit devourer is destroyed. Only one creature can be trapped at a time.",damage:"1d8 + 7 necrotic damage",category:1},{id:"682540dc-f90c-4b09-9325-463f59506c7b",name:"Spirit Rupture",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"usable only after the spirit devourer uses devour spirit and only on the same turn",range:"Close Burst 1",attack:{bonus:15,defence:3},description:"",details:"2d8 + 7 necrotic damage, and the target is immobilized until the end of the spirit devourer’s next turn. Miss: Half damage, and the target is not immobilized.",damage:"2d8 + 7 necrotic damage",category:1},{id:"f8c08d2c-73b9-4fbf-8efe-d2b98a8da0f8",name:"Devour Spirit",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:null,description:"",details:"The spirit devourer deals 10 necrotic damage to a creature it has trapped (see trap spirit). The spirit devourer either regains 10 hit points or uses spirit rupture. A creature killed by this power can’t be returned to life with a Raise Dead ritual.",damage:"the spirit devourer deals 10 necrotic damage to a creature it has trapped (see trap spirit)",category:3},{id:"5707db3b-c8ba-4201-8290-85c902998414",name:"Spirit Ward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spirit devourer gains a +2 bonus to all defenses while it has a creature trapped (see trap spirit).",damage:"The spirit devourer gains a +2 bonus to all defenses while it has a creature trapped (see trap spirit)",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"(whenever the devourer takes radiant damage, its trapped enemy gets a saving throw to escape)",immune:"disease",tactics:"A spirit devourer uses trap spirit, then devour spirit to deal damage to the trapped creature, and then uses the energy it devours to heal itself or use spirit rupture. If at any point the trapped spirit escapes, the spirit devourer uses trap spirit again."},{id:"503eab21-a27d-4e16-922f-1131bbf41386",name:"Viscera Devourer",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Perception +10, Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:12},wisdom:{score:9},charisma:{score:17},hp:124,initiative:8,ac:28,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"b6b23995-cd86-4b3d-a450-dde34aa283c8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"040b3869-3e6b-4fbe-a618-658f9bf0879a",name:"Hungry Viscera",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"the creature wraps a viscera tendril around the target;",details:"1d4 + 5 damage, and the target is grabbed (until escape). A viscera devourer has four tendrils and can grab up to four creatures, or multiple tendrils can grab a single target (the target takes a –2 penalty to escape checks per additional tendril grabbing it).",damage:"1d4 + 5 damage",category:3},{id:"e06ea507-1b86-4885-a70f-087d761311bd",name:"Devour Viscera",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"(1/round)",range:"",attack:null,description:"",details:"The viscera devourer draws life energy from every living target it has grabbed. A grabbed target takes 5 necrotic damage per viscera tendril grabbing it, and the viscera devourer regains the same amount of hit points.",damage:"a grabbed target takes 5 necrotic damage per viscera tendril grabbing it",category:3},{id:"a13d2ed3-545c-46e3-8f06-d350d06f98e8",name:"Visceral Ward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The viscera devourer gains a +2 bonus to all defenses while it is grabbing one or more creatures.",damage:"The viscera devourer gains a +2 bonus to all defenses while it is grabbing one or more creatures",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This creature trades standard actions and move actions for minor actions, using hungry viscera up to three times in a round. If it has only one opponent in reach, it tries to wrap all four of its viscera tendrils around the one target. If it has multiple targets, it tries to grab as many of them as possible. When the creature is bloodied, it uses devour viscera to regain hit points."},{id:"83de5872-0c5c-4a35-b6e6-43501d0f0e90",name:"Soulspike Devourer",details:"",size:4,origin:5,type:2,keywords:"undead",level:20,role:{type:7,flag:1,leader:!0},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Perception +15",equipment:"",category:"",strength:{score:29},constitution:{score:20},dexterity:{score:8},intelligence:{score:20},wisdom:{score:11},charisma:{score:26},hp:376,initiative:11,ac:38,fortitude:37,reflex:29,will:34,regeneration:null,auras:[],powers:[{id:"5e4a996a-f5ba-42cd-bbf2-f0e389e6d7cb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d8 + 9 damage. If the attack reduces a humanoid living target to 0 hit points or fewer, the target disappears and becomes a soulspiked spirit impaled on the devourer (see soulspiked spirit).",damage:"2d8 + 9 damage",category:1},{id:"4ba759ab-04d7-4b22-8102-5c9fa3daa23d",name:"Soul Shatter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the soulspike devourer uses devour spirit"},keywords:"Necrotic",condition:"",range:"Close Burst 3",attack:{bonus:24,defence:3},description:"",details:"5d8 + 8 necrotic damage, and the target is stunned until the end of the soulspike devourer’s next turn. Aftereffect: The target is weakened (save ends).",damage:"5d8 + 8 necrotic damage",category:1},{id:"01f2ff57-2e14-43b1-a0cb-62395d1933a0",name:"Devour Spirit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points. A creature’s dead body appears in a space adjacent to the devourer.",damage:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points",category:1},{id:"7e170c70-14ab-4d84-b386-c9e6a752a958",name:"Soulspiked Spirit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer begins the encounter with one soulspiked spirit and can impale up to four soulspiked spirits. A soulspiked spirit can take no actions and escapes when the devourer is destroyed. When a creature’s spirit escapes, its body appears in an unoccupied space adjacent to the devourer, in the same state it was in when it disappeared.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"(when the soulspike devourer takes radiant damage, its newest soulspiked spirit gets a saving throw to escape)",immune:"disease",tactics:"This collector of souls wades into battle, concentrating its attacks on one foe at a time to create more soulspiked spirits. When bloodied, the devourer uses devour spirit to heal itself, and then spends its action point to use soul shatter."},{id:"5f6e2e94-3fff-45f6-becc-9e5360347144",name:"Displacer Beast",details:"",size:3,origin:2,type:3,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"12",alignment:"Unaligned",languages:"--",skills:"Perception +12, Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:20},intelligence:{score:4},wisdom:{score:17},charisma:{score:10},hp:97,initiative:11,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"5d134554-3c48-48ae-b974-598806a4ca3d",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"1d6 + 4 damage. Threatening Reach: The displacer beast can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d6 + 4 damage",category:1},{id:"3dcd7de4-36d4-4a4f-849f-94f4089e6b4c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"9b1b0b9c-cb54-4b06-a382-438aa42fac3e",name:"Beast’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage;",range:"Melee",attack:{bonus:13,defence:0},description:"the displacer beast makes two tentacle attacks and a bite attack against a single target.",details:"Tentacle: 1d6 + 4 damage. Bite: 1d10 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"d88e8625-1167-47b9-8021-1455a17ef1b3",name:"Displacement",action:null,keywords:"Illusion",condition:"",range:"All melee and ranged attacks have a 50% chance to miss the displacer beast. The effect ends when the displacer beast is hit by an attack, but it recharges as soon as the displacer beast moves 2 or more squares on its turn. Critical hits ignore displacement. (See also shifting tactics.)",attack:null,description:"",details:"",damage:"",category:0},{id:"190fe339-ab96-48ed-a534-74a052e674ba",name:"Shifting Tactics",action:{action:7,trigger:"when an attack misses the displacer beast because of its displacement;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast shifts 1 square.",damage:"The displacer beast shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A displacer beast shows great cunning in battle, darting past defenders to attack easier targets and gaining combat advantage by flanking with an ally. If its displacement is negated, it moves to recharge it, risking opportunity attacks if necessary."},{id:"05c1ee16-d243-4842-8bc2-e9f34247831a",name:"Displacer Beast Packlord",details:"",size:4,origin:2,type:3,keywords:"",level:13,role:{type:6,flag:1,leader:!1},senses:"low-light vision",movement:"12; see also nimble stride",alignment:"Unaligned",languages:"--",skills:"Perception +15, Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:23},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:258,initiative:14,ac:27,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"c94fcfdf-54b7-4460-a9fb-1081d8d3dd32",name:"Displacement",action:null,keywords:"Illusion",condition:"",range:"All melee and ranged attacks have a 50% chance to miss the displacer beast packlord. The effect ends when the displacer beast is hit by an attack, but it recharges as soon as the packlord moves 2 or more squares on its turn. Critical hits ignore displacement. (See also shifting tactics.)",attack:null,description:"",details:"",damage:"",category:0},{id:"ebff429a-e32f-43e0-9021-2d515f7f0e8a",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"2d6 + 7 damage. Threatening Reach: The displacer beast packlord can make opportunity attacks against all enemies within its reach (3 squares).",damage:"2d6 + 7 damage",category:1},{id:"d457d902-73d8-42d7-9c41-8df4514cfdae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"3d6 + 7 damage.",damage:"3d6 + 7 damage",category:1},{id:"079e1c16-8176-4fce-872b-dc961ccb8fd8",name:"Beast’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage;",range:"Melee",attack:{bonus:18,defence:0},description:"the displacer beast packlord makes two tentacle attacks and a bite attack against a single target.",details:"Tentacle: 2d6 + 7 damage. Bite: 3d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"54c11dba-e2eb-4082-86e9-f1c308318ce3",name:"Superior Shifting Tactics",action:{action:7,trigger:"when an attack misses the displacer beast packlord because of its displacement;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"The packlord makes a melee basic attack and shifts 1 square. Tentacle: 2d6 + 7 damage.",damage:"2d6 + 7 damage",category:5},{id:"a26b65f9-d401-41bc-9366-bc1980f64aaa",name:"Nimble Stride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast packlord ignores difficult terrain and speed penalties for squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A packlord ambushes prey in difficult terrain, where it can use nimble stride and benefit from its reach. It relies on speed and displacement to maneuver safely on the battlefield."},{id:"8e3c9bc8-f336-44f2-b855-1095424c059e",name:"Doppelganger Sneak",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Insight +9, Stealth +9",equipment:"short sword",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:45,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"f6c2fe34-103c-40d0-a4fb-484e1eb41889",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d6 + 3 damage. Combat Advantage: The doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against.",damage:"1d6 + 3 damage",category:1},{id:"a0dea486-3ca7-47b5-a319-57b621c91707",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"the doppelganger gains combat advantage against the target until the end of the doppelganger’s next turn.",damage:"",category:3},{id:"e5a15045-bb1a-49ba-a9a0-e1340bc221df",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Once its disguise is thwarted, a doppelganger sneak uses shapeshifter feint to gain combat advantage and deal additional damage before shifting away. It has no reservations about fleeing if the battle turns ill, using change shape at the earliest opportunity to lose itself in a crowd."},{id:"86f9544a-7a8d-482e-b8c2-3cad024459a6",name:"Doppelganger Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:4,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +12, Perception +10, Stealth +14",equipment:"dagger",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:12},charisma:{score:19},hp:69,initiative:13,ac:23,fortitude:18,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"46a8a67d-1e36-40d2-99bf-ce735365879a",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"the doppelganger assassin gains combat advantage against the target until the end of the doppelganger assassin’s next turn.",damage:"",category:3},{id:"a5f1a744-b77e-41dc-9ae7-c2e97c8f391a",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, page 280).",damage:"",category:3},{id:"2613392d-71a0-4e4d-a280-ac1033bd96af",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d4 + 5 damage. Combat Advantage: The doppelganger assassin deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d4 + 5 damage",category:1},{id:"91876e26-0bd0-4fd5-bcc3-7c591ee6b99f",name:"Cloud Mind",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close Burst 5",attack:{bonus:11,defence:3},description:"",details:"the doppelganger assassin is invisible to the target. Affected targets are unable to see the doppelganger for as long as it sustains the effect, until the doppelganger attacks, or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A doppelganger assassin might trail the party, waiting to lure a single victim away from the others, murder him, and take his place. It might also pose as a potential ally or someone in need. Once revealed for what it is, the doppelganger uses shapeshifter feint to gain combat advantage and cloud mind to escape if the battle turns against it."},{id:"2a4c8520-9abd-4f29-96a9-33efd71ce69c",name:"Dracolich",details:"",size:4,origin:4,type:3,keywords:"dragon, undead",level:18,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +17, Endurance +21, History +17, Insight +18, Intimidate +17, Perception +18, Religion +17",equipment:"",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:18},charisma:{score:16},hp:885,initiative:15,ac:34,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"c7a8eb85-d72f-4dd4-925c-6348c1a2ec2b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"2d8 + 8 damage. Against a stunned target, this attack deals an extra 2d8 necrotic damage.",damage:"2d8 + 8 damage",category:1},{id:"0c486b32-9bb6-48f7-b4a8-648f211f5960",name:"Mesmerizing Glare",action:{action:5,trigger:"when an enemy makes a melee attack against the dracolich;",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Miss: The target takes a –2 penalty to attack rolls against the dracolich until the end of the dracolich’s next turn. Using this power does not provoke opportunity attacks.",damage:"",category:5},{id:"59ca8f8f-f124-4821-9577-49a7cfd7865d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:21,defence:2},description:"The dracolich breathes a coruscating blast of necrotic energy.",details:"2d8 + 7 necrotic damage, and the target is stunned until the end of the dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d8 + 7 necrotic damage",category:1},{id:"c71b53a8-3e85-4a46-a7ad-8f62ef27ed33",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:21,defence:2},description:"The dracolich’s breath weapon recharges, and the dracolich uses it immediately.",details:"2d8 + 7 necrotic damage, and the target is stunned until the end of the dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d8 + 7 necrotic damage",category:5},{id:"1695d336-d2c0-4d1a-b436-611838b7251c",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:"A dracolich blasts enemies with its breath weapon, preferably from the air or other safe position. It then enters melee, spending an action point to use frightful presence and then using its bite. The dracolich relies on mesmerizing glare to incapacitate those who attack it. A dracolich often reserves its last action point for a tactical retreat. If incited, however, the creature might take advantage of a stunned opponent, using its bite twice on the same turn."},{id:"0cf5da4d-a46b-4caf-8d01-799558e61094",name:"Blackfire Dracolich",details:"",size:5,origin:4,type:3,keywords:"dragon, undead",level:23,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +20, Endurance +24, History +20, Insight +21, Intimidate +19, Perception +21, Religion +20",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:25},intelligence:{score:18},wisdom:{score:20},charisma:{score:17},hp:1095,initiative:18,ac:39,fortitude:40,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"287e33fe-b679-42cc-9a9e-fb8c0fd7484a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 4",attack:{bonus:28,defence:0},description:"",details:"2d10 + 9 damage. Against a stunned target, this attack deals an extra 3d8 necrotic damage.",damage:"2d10 + 9 damage",category:1},{id:"6249d59a-6b02-4a8b-abf8-69428a8f2c2c",name:"Blackfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Blast 5",attack:null,description:"",details:"automatic hit; 2d8 + 8 necrotic damage, and ongoing 10 fire damage (save ends).",damage:"2d8 + 8 necrotic damage",category:1},{id:"49bdc9cb-f3c6-4b1d-984d-753cbcb9de14",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:26,defence:2},description:"The blackfire dracolich breathes a coruscating blast of necrotic energy.",details:"2d12 + 8 necrotic damage, and the target is stunned until the end of the blackfire dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d12 + 8 necrotic damage",category:1},{id:"a8344fc9-f9f5-4e8f-aae2-c167af152b06",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:26,defence:2},description:"The blackfire dracolich’s breath weapon recharges, and the blackfire dracolich uses it immediately.",details:"2d12 + 8 necrotic damage, and the target is stunned until the end of the blackfire dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d12 + 8 necrotic damage",category:5},{id:"673534b9-0a23-4731-bf08-f7da4e6287ea",name:"Mesmerizing Glare",action:{action:5,trigger:"when an enemy makes a melee attack against the dracolich;",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Miss: The target takes a –2 penalty to attack rolls against the dracolich until the end of the dracolich’s next turn. Using this power does not provoke opportunity attacks.",damage:"",category:5},{id:"a8a255d1-f9d4-48bb-ab60-ee0813d04e2e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 20; targets enemies",attack:{bonus:26,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-35},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:"A blackfire dracolich employs the same tactics as a normal dracolich, except that it uses both its breath weapon and its blackfire power on the first round (with the aid of an action point). The blackfire dracolich spends its second action point on another use of the blackfire, once the power recharges. A creature of pure arrogance, it refuses to flee once the battle is joined."},{id:"2c1fd304-e68d-4a82-9b83-066f0cfee71a",name:"Runescribed Dracolich",details:"",size:5,origin:4,type:3,keywords:"dragon, undead",level:29,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +24, Endurance +27, History +24, Insight +25, Intimidate +23, Perception +25, Religion +24",equipment:"",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:26},intelligence:{score:20},wisdom:{score:22},charisma:{score:19},hp:1095,initiative:18,ac:39,fortitude:40,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"287e33fe-b679-42cc-9a9e-fb8c0fd7484a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 4",attack:{bonus:34,defence:0},description:"",details:"2d10 + 10 damage. Against a stunned target, this attack deals an extra 4d8 necrotic damage.",damage:"2d10 + 10 damage",category:1},{id:"6249d59a-6b02-4a8b-abf8-69428a8f2c2c",name:"Blackfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Blast 5",attack:null,description:"",details:"automatic hit; 2d12 + 8 necrotic damage, and ongoing 15 fire damage (save ends).",damage:"2d12 + 8 necrotic damage",category:1},{id:"49bdc9cb-f3c6-4b1d-984d-753cbcb9de14",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 20",attack:{bonus:32,defence:2},description:"The blackfire dracolich breathes a coruscating blast of necrotic energy.",details:"3d12 + 8 necrotic damage, and the target is stunned until the end of the runescribed dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"3d12 + 8 necrotic damage",category:1},{id:"2674290c-aed8-4216-ab93-f7fe86a2cd75",name:"Runescribed Retaliation",action:{action:5,trigger:"when the runescribed dracolich is targeted by a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:3},description:"The runescribed dracolich makes an attack against the attacking creature;",details:"on a hit, the runescribed dracolich redirects the attack to a target of its choice within 5 squares of it.",damage:"the runescribed dracolich redirects the attack to a target of its choice within 5 squares of it",category:5},{id:"a8344fc9-f9f5-4e8f-aae2-c167af152b06",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close Blast 20",attack:{bonus:32,defence:2},description:"The runescribed dracolich’s breath weapon recharges, and the blackfire dracolich uses it immediately.",details:"3d12 + 8 necrotic damage, and the target is stunned until the end of the runescribed dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"3d12 + 8 necrotic damage",category:5},{id:"673534b9-0a23-4731-bf08-f7da4e6287ea",name:"Mesmerizing Glare",action:{action:5,trigger:"when an enemy makes a melee attack against the dracolich;",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:32,defence:3},description:"",details:"the target is stunned until the end of the runescribed dracolich’s next turn. Miss: The target takes a –2 penalty to attack rolls against the runescribed dracolich until the end of the runescribed dracolich’s next turn. Using this power does not provoke opportunity attacks.",damage:"",category:5},{id:"a8a255d1-f9d4-48bb-ab60-ee0813d04e2e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 20; targets enemies",attack:{bonus:32,defence:3},description:"",details:"the target is stunned until the end of the runescribed dracolich’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-40},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:"A runescribed dracolich uses the same tactics as a blackfire dracolich while relying on its runescribed retaliation power to redirect ranged attacks made against it."},{id:"02fa9959-52fc-467f-b4ef-ed23139cc876",name:"Young Black Dragon",details:"",size:3,origin:4,type:3,keywords:"aquatic, dragon",level:4,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"7, fly 7 (clumsy), overland flight 10, swim 7",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +9, Perception +9, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:10},hp:224,initiative:11,ac:22,fortitude:18,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d6 + 3 damage, and ongoing 5 acid damage (save ends).",damage:"1d6 + 3 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:8,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:8,defence:0},description:"The dragon makes two claw attacks.",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:8,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d6 + 4 damage, and the target is pushed 1 square.",damage:"1d6 + 4 damage",category:5},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:2},description:"",details:"1d12 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"1d12 + 3 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d12 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"1d12 + 3 acid damage",category:5},{id:"cfd6336a-d5d5-4e6f-8eca-75facec30fa1",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:1},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:5,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"6315b8ec-dd07-4d75-aa88-acc5c3380b24",name:"Adult Black Dragon",details:"",size:4,origin:4,type:3,keywords:"aquatic, dragon",level:11,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 8 (hover), overland flight 10, swim 8",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +13, Perception +13, Stealth +21",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:560,initiative:15,ac:28,fortitude:24,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d8 + 4 damage, and ongoing 5 acid damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The dragon makes two claw attacks.",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d8 + 6 damage, and the target is pushed 1 square.",damage:"1d8 + 6 damage",category:5},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:13,defence:2},description:"",details:"2d8 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"2d8 + 3 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:13,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"2d8 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"2d8 + 3 acid damage",category:5},{id:"cfd6336a-d5d5-4e6f-8eca-75facec30fa1",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:1},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:13,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"a49e45ba-453a-45fb-a471-72b0860ccd47",name:"Elder Black Dragon",details:"",size:4,origin:4,type:3,keywords:"aquatic, dragon",level:18,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"9, fly 9 (hover), overland flight 12, swim 9",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +17, Perception +17, Stealth +27",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:860,initiative:21,ac:35,fortitude:31,reflex:33,will:28,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d10 + 6 damage, and ongoing 10 acid damage (save ends).",damage:"1d10 + 6 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d10 + 8 damage, and the target is pushed 2 squares.",damage:"1d10 + 8 damage",category:5},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:2},description:"",details:"3d8 + 5 acid damage, and the target takes ongoing 10 acid damage and takes a –4 penalty to AC (save ends both).",damage:"3d8 + 5 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d8 + 5 acid damage, and the target takes ongoing 10 acid damage and takes a –4 penalty to AC (save ends both).",damage:"3d8 + 5 acid damage",category:5},{id:"cfd6336a-d5d5-4e6f-8eca-75facec30fa1",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:1},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:22,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"73b26487-46d9-444b-8a5a-f36632c32333",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:2},description:"",details:"1d10 + 5 acid damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"1d10 + 5 acid damage",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"4036ab1d-132a-420d-b1b8-d0298eac6f7e",name:"Ancient Black Dragon",details:"",size:5,origin:4,type:3,keywords:"aquatic, dragon",level:26,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 10 (hover), overland flight 15, swim 10",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +22, Perception +22, Stealth +33",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:16},hp:1190,initiative:27,ac:43,fortitude:39,reflex:41,will:35,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"2d8 + 8 damage, and ongoing 15 acid damage (save ends).",damage:"2d8 + 8 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"1d10 + 8 damage.",damage:"1d10 + 8 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"The dragon makes two claw attacks.",details:"1d10 + 8 damage.",damage:"1d10 + 8 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d12 + 10 damage, and the target is pushed 3 squares.",damage:"1d12 + 10 damage",category:5},{id:"c3947fd2-824b-4408-b656-e2ec8f0baae1",name:"Acid Gloom",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of acidic darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded, and any creature that enters or starts its turn in the zone takes 15 acid damage.",damage:"and any creature that enters or starts its turn in the zone takes 15 acid damage",category:1},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8 + 6 acid damage, and the target takes ongoing 15 acid damage and takes a –4 penalty to AC (save ends both).",damage:"4d8 + 6 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:28,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"4d8 + 6 acid damage, and the target takes ongoing 15 acid damage and takes a –4 penalty to AC (save ends both).",damage:"4d8 + 6 acid damage",category:5},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:28,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"73b26487-46d9-444b-8a5a-f36632c32333",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:28,defence:2},description:"",details:"2d10 + 6 acid damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"2d10 + 6 acid damage",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"d66bc963-c19e-43ff-ac3d-17cc6785ff35",name:"Young Blue Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:6,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +18, Insight +10, Perception +10, Nature +10",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:296,initiative:5,ac:23,fortitude:24,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"1d6 + 5 plus 1d6 lightning damage.",damage:"1d6 + 5 plus 1d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:9,defence:0},description:"",details:"1d4 + 5 damage.",damage:"1d4 + 5 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"1d6 + 5 plus 1d6 lightning damage. Claw: +9 vs. AC; 1d4 + 5 damage.",damage:"1d6 + 5 plus 1d6 lightning damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:11,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"1d12 + 5 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12 + 5 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:11,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"1d12 + 5 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12 + 5 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:11,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 2 within 10",attack:{bonus:11,defence:2},description:"",details:"1d6 + 4 lightning damage. Miss: Half damage.",damage:"1d6 + 4 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"7fcb1953-aac0-4f61-8091-eee8dd75ff91",name:"Adult Blue Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:13,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +22, Insight +13, Perception +13, Nature +13",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:14},hp:655,initiative:9,ac:30,fortitude:31,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d8 + 6 plus 1d6 lightning damage, and the target is pushed 1 square and knocked prone.",damage:"1d8 + 6 plus 1d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 2",attack:{bonus:18,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"1d8 + 6 plus 1d6 lightning damage, and the target is pushed 1 square and knocked prone. Claw: +16 vs. AC; 1d6 + 6 damage.",damage:"1d8 + 6 plus 1d6 lightning damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:18,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"2d12 + 10 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d12 + 10 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:18,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"2d12 + 10 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d12 + 10 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:18,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 3 within 20",attack:{bonus:18,defence:2},description:"",details:"2d6 + 4 lightning damage. Miss: Half damage.",damage:"2d6 + 4 lightning damage",category:1}],damageModifiers:[{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"57e78cc4-05ca-4e0a-bc50-a01512096aa7",name:"Elder Blue Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:20,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +28, Insight +18, Perception +18, Nature +18",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:16},intelligence:{score:15},wisdom:{score:17},charisma:{score:16},hp:960,initiative:13,ac:36,fortitude:39,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 3",attack:{bonus:25,defence:0},description:"",details:"2d6 + 8 plus 2d6 lightning damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6 + 8 plus 2d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 3",attack:{bonus:25,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"2d6 + 8 plus 2d6 lightning damage, and the target is pushed 2 squares and knocked prone. Claw: +23 vs. AC; 1d8 + 8 damage.",damage:"2d6 + 8 plus 2d6 lightning damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:25,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 17 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 17 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:25,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 17 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 17 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:25,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"e1076ed6-a0db-4b55-967f-4bbc8f6abd93",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 3",attack:{bonus:25,defence:1},description:"",details:"1d10 + 7 thunder damage, and the target is stunned until the end of the blue dragon’s next turn. Critical Hit: As above, except that the target is stunned (save ends).",damage:"1d10 + 7 thunder damage",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 3 within 20",attack:{bonus:25,defence:2},description:"",details:"3d6 + 7 lightning damage. Miss: Half damage.",damage:"3d6 + 7 lightning damage",category:1}],damageModifiers:[{type:5,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"97e9059c-90c2-40c8-86c8-03d49615c1c0",name:"Ancient Blue Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:28,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +34, Insight +23, Nature +23, Perception +23",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:17},hp:1290,initiative:18,ac:42,fortitude:46,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 4",attack:{bonus:34,defence:0},description:"",details:"2d8 + 10 plus 2d6 lightning damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8 + 10 plus 2d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"2d6 + 10 damage.",damage:"2d6 + 10 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 4",attack:{bonus:34,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"2d8 + 10 plus 2d6 lightning damage, and the target is pushed 3 squares and knocked prone. Claw: +32 vs. AC; 2d6 + 10 damage.",damage:"2d8 + 10 plus 2d6 lightning damage",category:1},{id:"5173cd4e-f62a-42ec-adf2-ce158c0c7e12",name:"Wingclap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Reach 4",attack:{bonus:34,defence:1},description:"The dragon flies up to 12 squares and attacks with its wings at the end of its move:",details:"3d10 + 8 thunder damage. This movement doesn’t provoke opportunity attacks.",damage:"3d10 + 8 thunder damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:34,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 22 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 22 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:34,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 22 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 22 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:34,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"e1076ed6-a0db-4b55-967f-4bbc8f6abd93",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 3",attack:{bonus:34,defence:1},description:"",details:"2d10 + 8 thunder damage, and the target is stunned until the end of the blue dragon’s next turn. Critical Hit: As above, except that the target is stunned (save ends).",damage:"2d10 + 8 thunder damage",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 4 within 20",attack:{bonus:34,defence:2},description:"",details:"5d6 + 8 lightning damage. Miss: Half damage.",damage:"5d6 + 8 lightning damage",category:1}],damageModifiers:[{type:5,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"dfecabe1-d42d-449d-aec0-ea0a5353f331",name:"Young Green Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:5,role:{type:6,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +15, Diplomacy +10, Insight +15, Intimidate +10, Perception +10",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:15},wisdom:{score:16},charisma:{score:17},hp:260,initiative:7,ac:21,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d8 + 5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"The dragon makes two claw attacks.",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"The dragon flies up to 10 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d8 + 5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:2},description:"",details:"1d8 + 5 damage, and the target is knocked prone.",damage:"1d8 + 5 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"the target slides 2 squares.",damage:"the target slides 2 squares",category:3},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:8,defence:1},description:"",details:"1d10 + 3 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 3 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:8,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d10 + 3 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 3 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:8,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"e7c0e927-9ac2-4d37-9a7b-803f0a5d1b57",name:"Adult Green Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:12,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 12 (hover), overland flight 15; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +21, Diplomacy +16, Insight +19, Intimidate +16, Perception +14",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:620,initiative:12,ac:28,fortitude:25,reflex:26,will:25,regeneration:null,auras:[{id:"29473cfe-d2ed-48b5-9787-7a2b016d4512",name:"Lashing Tail",keywords:"",details:"1: all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d10 + 6 damage, and ongoing 5 poison damage (save ends).",damage:"1d10 + 6 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"The dragon flies up to 12 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d10 + 6 damage, and ongoing 5 poison damage (save ends).",damage:"1d10 + 6 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:2},description:"",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target slides 2 squares.",damage:"the target slides 2 squares",category:3},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:15,defence:1},description:"",details:"1d10 + 5 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 5 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:15,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d10 + 5 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 5 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:15,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"c8e91b23-5e49-4401-b3dd-f5a8df9d4bd8",name:"Elder Green Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 14 (hover), overland flight 18; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +25, Diplomacy +20, Insight +22, Intimidate +20, Perception +17",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:26},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:910,initiative:17,ac:35,fortitude:31,reflex:33,will:31,regeneration:null,auras:[{id:"29473cfe-d2ed-48b5-9787-7a2b016d4512",name:"Lashing Tail",keywords:"",details:"1: all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d10 + 8 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 8 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d10 + 8 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 8 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:24,defence:2},description:"",details:"2d10 + 8 damage, and the target is knocked prone.",damage:"2d10 + 8 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 3 squares.",damage:"the target slides 3 squares",category:3},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:1},description:"",details:"2d10 + 6 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d10 + 6 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"2d10 + 6 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d10 + 6 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:22,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"9fd7c201-fd08-4d1a-85a9-7c277f717b0e",name:"Ancient Green Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:27,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 14 (hover), overland flight 18; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +31, Diplomacy +26, Insight +27, Intimidate +26, Perception +22",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:26},hp:1250,initiative:23,ac:43,fortitude:39,reflex:41,will:39,regeneration:null,auras:[{id:"29473cfe-d2ed-48b5-9787-7a2b016d4512",name:"Lashing Tail",keywords:"",details:"2: all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"1d12 + 10 damage, and ongoing 15 poison damage (save ends).",damage:"1d12 + 10 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"1d10 + 10 damage.",damage:"1d10 + 10 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"The dragon makes two claw attacks.",details:"1d10 + 10 damage.",damage:"1d10 + 10 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d12 + 10 damage, and ongoing 15 poison damage (save ends).",damage:"1d12 + 10 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:32,defence:2},description:"",details:"2d12 + 10 damage, and the target is knocked prone.",damage:"2d12 + 10 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:30,defence:3},description:"",details:"the target slides 4 squares.",damage:"the target slides 4 squares",category:3},{id:"516f4ff2-5715-4152-b521-b06f18bd704a",name:"Mind Poison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20; only affects a target taking ongoing poison damage",attack:{bonus:30,defence:3},description:"",details:"the target takes a –2 penalty to attack rolls, ability checks, and skill checks (save ends). First Failed Save: The target is also dazed (save ends). Second Failed Save: The target cannot act to harm the dragon and no longer makes saving throws against this power’s effects; at this point, only the death of the dragon or a Remove Affliction ritual can end the power’s effects.",damage:"",category:1},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:30,defence:1},description:"",details:"3d10 + 8 poison damage, and the target takes ongoing 15 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d10 + 8 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:30,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d10 + 8 poison damage, and the target takes ongoing 15 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d10 + 8 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:30,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"3fc78be3-d238-4bdf-96bf-23df61ff328b",name:"Young Red Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:7,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +9, Insight +10, Intimidate +14, Perception +10",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:332,initiative:8,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"2d6 + 6 plus 2d6 fire damage.",damage:"2d6 + 6 plus 2d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:2},description:"The dragon attacks the enemy with its tail:",details:"1d10 + 6 damage, and the target is pushed 1 square.",damage:"1d10 + 6 damage",category:5},{id:"35bd22ce-a415-4e2a-98b4-746661187d34",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"The dragon makes two claw attacks.",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:12,defence:2},description:"",details:"1d12 + 4 fire damage. Miss: Half damage.",damage:"1d12 + 4 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:12,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d12 + 4 fire damage. Miss: Half damage.",damage:"1d12 + 4 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:12,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."});Ni.push({id:"15ae9561-18c7-4094-b165-6428a44d8dc7",name:"Adult Red Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:15,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +14, Insight +15, Intimidate +19, Perception +15",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:19},intelligence:{score:13},wisdom:{score:16},charisma:{score:14},hp:750,initiative:13,ac:33,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d8 + 7 plus 3d6 fire damage.",damage:"2d8 + 7 plus 3d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:2},description:"The dragon attacks the enemy with its tail:",details:"2d10 + 7 damage, and the target is pushed 1 square.",damage:"2d10 + 7 damage",category:5},{id:"10ba271e-5215-4718-98ab-c5a911fd43b6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"The dragon makes two claw attacks.",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"",details:"2d12 + 6 fire damage. Miss: Half damage.",damage:"2d12 + 6 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"2d12 + 6 fire damage. Miss: Half damage.",damage:"2d12 + 6 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."},{id:"662d05fc-e79b-4774-83ca-001eb6c3cd1a",name:"Elder Red Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:22,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +18, Insight +19, Intimidate +23, Perception +19",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:22},intelligence:{score:15},wisdom:{score:17},charisma:{score:15},hp:1050,initiative:19,ac:40,fortitude:40,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"",details:"2d10 + 9 plus 4d6 fire damage.",damage:"2d10 + 9 plus 4d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:27,defence:2},description:"The dragon attacks the enemy with its tail:",details:"3d10 + 9 damage, and the target is pushed 2 squares.",damage:"3d10 + 9 damage",category:5},{id:"10ba271e-5215-4718-98ab-c5a911fd43b6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"The dragon makes two claw attacks.",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"e2a94a3a-a603-4957-aa39-fb29c6cdfdc2",name:"Immolate Foe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"3d10 + 8 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d10 + 8 fire damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"",details:"3d12 + 8 fire damage. Miss: Half damage.",damage:"3d12 + 8 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d12 + 8 fire damage. Miss: Half damage.",damage:"3d12 + 8 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:25,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."},{id:"8b0c25e0-4883-4cbf-adac-8e2d2e17119f",name:"Ancient Red Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:30,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"12, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +24, Insight +26, Intimidate +29, Perception +26",equipment:"",category:"",strength:{score:34},constitution:{score:30},dexterity:{score:25},intelligence:{score:18},wisdom:{score:22},charisma:{score:19},hp:1390,initiative:24,ac:48,fortitude:48,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"",details:"2d12 + 12 plus 6d6 fire damage.",damage:"2d12 + 12 plus 6d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"",details:"2d12 + 12 damage.",damage:"2d12 + 12 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:35,defence:2},description:"The dragon attacks the enemy with its tail:",details:"4d10 + 12 damage, and the target is pushed 3 squares.",damage:"4d10 + 12 damage",category:5},{id:"10ba271e-5215-4718-98ab-c5a911fd43b6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"The dragon makes two claw attacks.",details:"2d12 + 12 damage.",damage:"2d12 + 12 damage",category:1},{id:"e2a94a3a-a603-4957-aa39-fb29c6cdfdc2",name:"Immolate Foe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"4d10 + 10 fire damage, and ongoing 15 fire damage (save ends).",damage:"4d10 + 10 fire damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:35,defence:2},description:"",details:"4d12 + 10 fire damage, and the red dragon makes a secondary attack against the same target. Secondary Attack: +33 vs. Fortitude; the target’s fire resistance is negated until the end of the encounter. Miss: Half damage, and no secondary attack.",damage:"4d12 + 10 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:35,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"4d12 + 10 fire damage, and the red dragon makes a secondary attack against the same target. Secondary Attack: +33 vs. Fortitude; the target’s fire resistance is negated until the end of the encounter. Miss: Half damage, and no secondary attack.",damage:"4d12 + 10 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:35,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-40}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."},{id:"da190e6a-7b99-4d74-be61-69c51c21f52b",name:"Young White Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:3,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"6 (ice walk), fly 6 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +15, Perception +7",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:200,initiative:1,ac:18,fortitude:20,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 2",attack:{bonus:6,defence:0},description:"",details:"1d8 + 4 plus 1d6 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack).",damage:"1d8 + 4 plus 1d6 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:6,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:6,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 4 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 2; +6 vs. AC; 1d8 + 4 plus 1d6 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack).",damage:"1d8 + 4 damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:4,defence:2},description:"",details:"3d6 + 4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6 + 4 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:4,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d6 + 4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6 + 4 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:4,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"b869557f-170d-438a-b4c0-5e2f6fc23e4e",name:"Adult White Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:9,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"7 (ice walk), fly 7 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +19, Perception +11",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:12},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:408,initiative:5,ac:23,fortitude:26,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 plus 1d10 cold damage (plus an extra 1d10 cold damage on a successful opportunity attack).",damage:"1d8 + 5 plus 1d10 cold damage (plus an extra 1d10 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 4 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 2; +12 vs. AC; 1d8 + 5 plus 1d10 cold damage (plus an extra 1d10 cold damage on a successful opportunity attack).",damage:"1d8 + 4 damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:10,defence:2},description:"",details:"4d6 + 6 cold damage, and the target is slowed and weakened (save ends both).",damage:"4d6 + 6 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:10,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"4d6 + 6 cold damage, and the target is slowed and weakened (save ends both).",damage:"4d6 + 6 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:10,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"1e4411fe-2bce-42e2-8c4d-c4c6ffdb5298",name:"Elder White Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:17,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"8 (ice walk), fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +24, Perception +16",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:16},intelligence:{score:14},wisdom:{score:17},charisma:{score:14},hp:850,initiative:11,ac:31,fortitude:32,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack).",damage:"1d10 + 6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"The dragon makes two claw attacks.",details:"1d10 + 6 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 3; +22 vs. AC; 1d10 + 6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack).",damage:"1d10 + 6 damage",category:1},{id:"55011309-1838-4169-8d2c-a428230be48e",name:"Icy Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"the target is encased in ice, takes 2d12 + 8 cold damage, and is restrained and stunned (save ends both).",damage:"takes 2d12 + 8 cold damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"",details:"6d6 + 8 cold damage, and the target is slowed and weakened (save ends both).",damage:"6d6 + 8 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"6d6 + 8 cold damage, and the target is slowed and weakened (save ends both).",damage:"6d6 + 8 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"58ad9b3d-2555-42e1-92ec-c857230b733c",name:"Ancient White Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:24,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"9 (ice walk), fly 9 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +29, Perception +21",equipment:"",category:"",strength:{score:25},constitution:{score:29},dexterity:{score:17},intelligence:{score:15},wisdom:{score:18},charisma:{score:15},hp:1145,initiative:15,ac:38,fortitude:43,reflex:37,will:38,regeneration:null,auras:[{id:"a26fe2bc-155d-4282-afb7-8b3cc7f9727d",name:"Aura of Winter",keywords:"Cold",details:"5: a creature that enters or begins its turn in the aura takes 30 cold damage. The ground is treated as difficult terrain, and creatures flying in the aura (other than the dragon) move at half speed. Creatures in the aura have concealment against ranged attacks."}],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 4",attack:{bonus:29,defence:0},description:"",details:"2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 cold damage on a successful opportunity attack).",damage:"2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:29,defence:0},description:"",details:"2d12 + 7 damage.",damage:"2d12 + 7 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:29,defence:0},description:"The dragon makes two claw attacks.",details:"2d12 + 7 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 4; +29 vs. AC; 2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 cold damage on a successful opportunity attack).",damage:"2d12 + 7 damage",category:1},{id:"55011309-1838-4169-8d2c-a428230be48e",name:"Icy Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"the target is encased in ice, takes 4d12 + 9 cold damage, and is restrained and stunned (save ends both).",damage:"takes 4d12 + 9 cold damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"",details:"8d6 + 9 cold damage, the target is slowed and weakened (save ends both), and the white dragon makes a secondary attack against the target. Secondary Attack: +27 Fortitude; the target’s cold resistance is negated until the end of the encounter.",damage:"8d6 + 9 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"8d6 + 9 cold damage, the target is slowed and weakened (save ends both), and the white dragon makes a secondary attack against the target. Secondary Attack: +27 Fortitude; the target’s cold resistance is negated until the end of the encounter.",damage:"8d6 + 9 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:27,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"da8db7e0-d4b0-40f1-aeb8-d8293efb8ab8",name:"Dragonborn Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"Endurance +9, History +4, Intimidate +8",equipment:"scale armor, light shield, longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:9},hp:63,initiative:6,ac:20,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"2e73d6f8-b4a8-4f08-a334-49ebcb841aa0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"2d435469-e59e-43f2-8f59-731291974f1a",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 3",attack:{bonus:6,defence:2},description:"",details:"1d6 + 2 cold damage.",damage:"1d6 + 2 cold damage",category:3},{id:"6cc331ea-b30c-4afb-b285-eac03fd10e0c",name:"Impetuous Spirit",action:{action:4,trigger:"when an enemy leaves an adjacent square;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The dragonborn soldier makes a melee basic attack against an enemy, even if the enemy is shifting.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"adc6e9a0-0898-46ba-af77-207cdb3be8dc",name:"Martial Recovery",action:{action:7,trigger:"when the dragonborn soldier misses with a melee attack;",sustainAction:0,use:0,recharge:"recharges when the soldier uses impetuous spirit;"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The dragonborn soldier makes another melee attack against the same target.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"4e445e6c-e949-47a8-95b8-f547ae5cf0bc",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Like most dragonborn, this soldier is a capable fighter and launches into combat without hesitation. A dragonborn soldier prefers to be in the middle of melee where it can make best use of its impetuous spirit. The soldier uses martial recovery to make an extra attack whenever the power is available. The creature reserves its dragon breath for when several enemies are within range."},{id:"c52a74ca-463a-400c-8f35-c59fcfc7ae5f",name:"Dragonborn Gladiator",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"Athletics +15, History +7, Intimidate +15",equipment:"scale armor, bastard sword",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:106,initiative:9,ac:24,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"243e29c0-b76a-4e67-bce0-6971a2d6fab2",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"see also lone fighter; 1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"662a5b48-2861-44b7-b111-c4c5d659cbce",name:"Finishing Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon; target must be bloodied",attack:{bonus:15,defence:0},description:"",details:"2d10 + 5 damage, and the dragonborn gladiator’s allies gain a +2 bonus to attack rolls until the end of the dragonborn gladiator’s next turn.",damage:"2d10 + 5 damage",category:1},{id:"8e3ca1e1-62a8-4e85-90aa-774e41455f4d",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:12,defence:2},description:"",details:"1d6 + 4 fire damage.",damage:"1d6 + 4 fire damage",category:3},{id:"20089f89-3792-4c86-befb-e7e3c6686e72",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"269de5cf-486b-47e2-a0cf-4c95af789879",name:"Gladiator’s Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the dragonborn gladiator hits an enemy with an opportunity attack, the target is knocked prone.",damage:"",category:0},{id:"5890a979-e5d4-4d4c-b7b9-10551d006047",name:"Lone Fighter",action:null,keywords:"",condition:"",range:"The dragonborn gladiator gains a +2 bonus to melee attack rolls when adjacent to only one enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dragonborn gladiator is a straightforward combatant who fights to the death. As soon as a foe is bloodied, the gladiator uses finishing blow. When fighting multiple opponents, the dragonborn specifically targets the one that looks the most hurt."},{id:"0123b3a4-f14b-4327-a2a5-6e1f37cd2616",name:"Dragonborn Raider",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"",movement:"7",alignment:"Any",languages:"Common, Draconic",skills:"History +8, Intimidate +9, Perception +13, Stealth +16",equipment:"leather armor, 2 katars",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:21},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:129,initiative:13,ac:27,fortitude:23,reflex:24,will:21,regeneration:null,auras:[],powers:[{id:"4865cfb7-20e3-4de4-ad4f-61477f9010b6",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d6 + 4 damage (crit 2d6 + 10). Combat Advantage: The dragonborn raider deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage (crit 2d6 + 10)",category:1},{id:"6a5300cd-5b6f-488e-a0f8-8625c04b1085",name:"Twin Katar Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon; one or two targets",attack:{bonus:19,defence:0},description:"If the dragonborn raider doesn’t take a move action on its turn, it shifts 1 square and makes two katar attacks, or vice versa.",details:"1d6 + 4 damage (crit 2d6 + 10). Combat Advantage: The dragonborn raider deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage (crit 2d6 + 10)",category:1},{id:"da252560-09d8-4ecb-bd13-97df26effe7e",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 3",attack:{bonus:14,defence:2},description:"",details:"1d6 + 3 acid damage.",damage:"1d6 + 3 acid damage",category:3},{id:"f1f78542-6236-47fb-a2f2-dd120022950f",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"2a1f9c95-c8db-4fd9-af8e-1a941245a33c",name:"Infiltrating Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"recharges after the dragonborn raider attacks two different enemies with twin katar strike;"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn raider shifts 3 squares.",damage:"The dragonborn raider shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The dragonborn raider looks for opportunities to gain combat advantage, using infiltrating stride to move into a flanking position or to avoid being flanked itself. As often as it can, the raider tries to attack two different foes with its twin katar strike so that it can recharge its infiltrating stride."},{id:"11a449c4-1d07-4c6d-80eb-0c351007e7da",name:"Dragonborn Champion",details:"",size:2,origin:4,type:2,keywords:"",level:26,role:{type:7,flag:0,leader:!1},senses:"",movement:"5, fly 8 (clumsy)",alignment:"Any",languages:"Common, Draconic",skills:"Athletics +23, History +22, Intimidate +26",equipment:"plate armor, heavy shield, bastard sword",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:20},intelligence:{score:15},wisdom:{score:17},charisma:{score:22},hp:239,initiative:20,ac:42,fortitude:42,reflex:40,will:41,regeneration:null,auras:[],powers:[{id:"046c93ce-f674-42f2-8af9-0737a4e6b741",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"9ce8b7fb-9339-4f4c-a86d-9b061b2f25ea",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"2d10 + 9 damage, and the dragonborn champion makes a secondary attack against the same target. Secondary Attack: +29 vs. Fortitude (+30 while bloodied); the target is stunned until the end of the dragonborn champion’s next turn and knocked prone.",damage:"2d10 + 9 damage",category:1},{id:"edc8829a-053b-4d55-872e-788147e4edd4",name:"Furious Blade",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires bastard sword;",range:"Close Burst 1; targets enemies; attack roll includes bonus for dragonborn fury",attack:{bonus:32,defence:0},description:"",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:5},{id:"b2a24af9-8bd0-42e1-92c7-952b3be25a99",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close Blast 3",attack:{bonus:27,defence:2},description:"",details:"2d6 + 6 lightning damage.",damage:"2d6 + 6 lightning damage",category:3},{id:"2d2ec91d-0e15-45d1-84b8-85fd02c67e67",name:"No Remorse",action:null,keywords:"",condition:"",range:"The dragonborn champion deals an extra 2d10 damage on melee attacks against a prone target.",attack:null,description:"",details:"",damage:"",category:0},{id:"3ca16c83-6237-485f-93d9-5087ba2315f9",name:"Shake It Off",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 2-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn champion automatically succeeds on a saving throw against one effect of its choice.",damage:"",category:4}],damageModifiers:[{type:1,value:-30},{type:2,value:-30},{type:3,value:-30},{type:5,value:-30},{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"This dragonborn has wings and can fly, but it prefers to engage in melee combat. It uses its bastard sword to knock enemies prone, then follows up with no remorse on its next turn. When first bloodied, it attacks all adjacent enemies with its furious blade power."},{id:"72b51134-ba0e-470f-b18f-09cd513c93ca",name:"Redspawn Firebelcher",details:"",size:2,origin:4,type:1,keywords:"reptile",level:12,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception +6",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:13},intelligence:{score:2},wisdom:{score:13},charisma:{score:8},hp:97,initiative:7,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[{id:"d1ab4a92-4209-4654-95ae-68e765d61f32",name:"Fire Within",keywords:"Fire",details:"5: allies in the aura gain resist 10 fire."}],powers:[{id:"8e861783-06eb-4123-bf56-f758ee8df030",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"1d10 + 4 damage, and ongoing 5 fire damage (save ends).",damage:"1d10 + 4 damage",category:1},{id:"3c891b6c-d8e3-4bcf-a2c0-c0fa60b1394e",name:"Fire Belch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 12",attack:{bonus:15,defence:2},description:"",details:"2d6 + 1 damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 1 damage",category:1},{id:"9ea3a1bb-2aeb-47df-b751-2fb21a8429aa",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area Burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"3d6 + 1 damage, and ongoing 5 fire damage (save ends). Miss: Half damage, and no ongoing fire damage.",damage:"3d6 + 1 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A redspawn firebelcher is trained to attack enemies at range using its fire belch against a single target or fire burst against multiple targets. Ferocious when cornered and too slow to run away from most threats, the firebelcher fights until slain."},{id:"4aa24952-defc-4dfc-9da5-e9ad753f80a1",name:"Blackspawn Gloomweb",details:"",size:3,origin:4,type:1,keywords:"reptile",level:16,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb); see also mobile melee attack",alignment:"Unaligned",languages:"--",skills:"Stealth +20",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:24},intelligence:{score:2},wisdom:{score:10},charisma:{score:8},hp:120,initiative:19,ac:30,fortitude:26,reflex:27,will:20,regeneration:null,auras:[],powers:[{id:"a2ce9077-9641-44ac-9374-579d4a09a8a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"2d10 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"2d10 + 6 damage",category:1},{id:"51b7e6b3-c62b-4f93-90e0-025d86e4a51f",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:1},description:"The blackspawn gloomweb makes a charge attack;",details:"2d8 + 7 damage, the target is knocked prone, and the blackspawn gloomweb makes a bite attack against the same target. Bite ✦ Acid +21 vs. AC; 2d10 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"2d8 + 7 damage",category:1},{id:"70f9334c-bd02-461e-848a-f1ac9f7959a1",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"The blackspawn gloomweb can move up to half its speed and make one melee basic attack at any point during that movement. The creature doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"2d10 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"2d10 + 6 damage",category:1},{id:"6ff72cb4-576f-4dc0-b870-6648040fb0c8",name:"Acidic Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"the target takes ongoing 10 acid damage and is restrained (save ends both).",damage:"the target takes ongoing 10 acid damage and is restrained (save ends both)",category:1},{id:"ec3d3015-73b0-47e6-b6c5-89ba50c6d41e",name:"Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the blackspawn gloomweb does not move on its turn, the shadows that constantly swirl around its form settle into a cloudlike mass that grants concealment until the beginning of its next turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A blackspawn gloomweb relies on its stealth to remain hidden and then uses goring charge to barrel into an opponent. However, the creature doesn’t remain there long, using its mobile melee attack on its next turn to continue past the target and move away. If hounded by several foes, the gloomweb uses its acidic web to restrain enemies."},{id:"af9fd6ca-54f1-4209-aa28-ef8687082078",name:"Bluespawn Godslayer",details:"",size:4,origin:4,type:2,keywords:"reptile",level:22,role:{type:2,flag:1,leader:!1},senses:"low-light vision",movement:"8",alignment:"Evil",languages:"Draconic",skills:"",equipment:"heavy shield, greatsword",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:19},intelligence:{score:10},wisdom:{score:22},charisma:{score:16},hp:510,initiative:15,ac:36,fortitude:36,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"bde9ad9b-a751-435f-8721-58bd2bb69213",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"4d6 + 9 damage plus 2d8 lightning damage; see also slayer.",damage:"4d6 + 9 damage plus 2d8 lightning damage",category:1},{id:"4c4ba179-8ae3-4647-9603-0aafbc326f12",name:"Awesome Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The godslayer makes a greatsword attack.",details:"4d6 + 9 damage plus 2d8 lightning damage. If the attack hits, it makes a secondary attack against the same target. Secondary Attack: +26 vs. Fortitude; the target is pushed 3 squares and knocked prone.",damage:"4d6 + 9 damage plus 2d8 lightning damage",category:1},{id:"5c49a3c4-fe87-4106-b660-f563f644185c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:24,defence:0},description:"",details:"1d10 + 7 damage plus 2d8 lightning damage; see also slayer.",damage:"1d10 + 7 damage plus 2d8 lightning damage",category:1},{id:"cada2b39-3635-4e8d-a07a-4b3ea3566109",name:"Slayer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bluespawn godslayer deals +10 damage against dragons, dragonborn, and immortals.",damage:"the bluespawn godslayer deals +10 damage against dragons",category:0}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"This creature wades into battle, swinging its greatsword and using awesome blow to knock back its opponents. If it succeeds in pushing an enemy back, it moves toward the target and spends an action point to use awesome blow again against the same creature (if it’s still alive)."},{id:"71d52e90-43f6-49d9-962e-5c58202b30d4",name:"Spiretop Drake",details:"",size:1,origin:4,type:1,keywords:"reptile",level:1,role:{type:6,flag:0,leader:!1},senses:"",movement:"4, fly 8 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:11},hp:29,initiative:6,ac:16,fortitude:11,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"7a8f6895-7035-453a-8829-bdfd551e097b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"ee8473aa-c3e4-436f-bb04-012b069664b6",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:2},description:"",details:"1 damage, and the spiretop drake steals a small object from the target, such as a vial, scroll, or coin.",damage:"1 damage",category:1},{id:"cd4bae76-21ce-4703-a3d7-eff069ba23aa",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"The spiretop drake fl ies up to 8 squares and makes one melee basic attack at any point during that movement. The drake doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"1d6 + 4 damage. or Snatch: +4 vs. Reflex; 1 damage, and the spiretop drake steals a small object from the target, such as a vial, scroll, or coin.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A spiretop drake uses flyby attack and its snatch power to steal a valuable trinket without provoking opportunity attacks. If the snatch attack succeeds, the drake flies back to its nest. If it is wounded, the spiretop drake bites enemies while using flyby attack."},{id:"cd0af2ab-99a1-4edd-90a7-6e6ad3b5eda9",name:"Guard Drake",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:12},hp:48,initiative:3,ac:15,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"9d12c2cd-f79d-47d2-b2cf-a2b6014269da",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d10 + 3 damage, or 1d10 + 9 damage while within 2 squares of an ally.",damage:"1d10 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while within 2 squares of an ally)",tactics:"A guard drake stays close to its allies so that it deals more damage with its bite attack. It does not flee and defends the bodies of fallen allies."},{id:"41d0f418-d688-4e0f-8e4c-b370136a402d",name:"Needlefang Drake Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:2,role:{type:7,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:12},charisma:{score:10},hp:38,initiative:7,ac:18,fortitude:15,reflex:17,will:14,regeneration:null,auras:[{id:"e01bacb7-baec-4e92-a005-8a0447d29063",name:"Swarm Attack",keywords:"",details:"1: the needlefang drake swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"56864b2b-c51c-4f7a-b4b5-a4ce3b814fce",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 2 damage, or 2d6 + 2 damage against a prone target.",damage:"1d6 + 2 damage",category:1},{id:"59f1e674-90da-47ad-a35c-209421712606",name:"Pull Down",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Melee",attack:{bonus:3,defence:1},description:"",details:"the target is knocked prone.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"5 against close and area attacks.",immune:"fear; Resist half damage from melee and ranged attacks",tactics:"Incited by hunger, needlefang drakes fearlessly rush toward their prey, knock it prone (using pull down), and use their swarm of teeth to feast upon it."},{id:"f8f4659f-e9a8-4cd9-ab0a-70ee3b1317cf",name:"Pseudodragon",details:"",size:1,origin:4,type:1,keywords:"reptile",level:3,role:{type:4,flag:0,leader:!1},senses:"",movement:"4, fly 8 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Insight +8, Perception +8, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:18},intelligence:{score:6},wisdom:{score:15},charisma:{score:17},hp:40,initiative:9,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"082d0927-d86b-4364-9208-e43e3c719085",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"01491df8-83d6-4902-8479-70c482c73e89",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 4 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"51a3462a-bca6-4c59-84ef-2b89a94fe356",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"The pseudodragon flies up to 8 squares and makes one melee attack at any point during that movement. The pseudodragon doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"Bite: 1d8 + 4 damage. or Sting (recharge 4,5,6) ✦ Poison 1d8 + 4 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"66eb41d9-7c6e-4498-be8e-de6243ada1dd",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the pseudodragon is damaged;"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"As long as the pseudodragon doesn’t move, it is invisible.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A pseudodragon prefers to use its sting in combat, relying on flyby attack to fly close to an enemy, strike, and fly away before a foe can catch it. A pseudodragon confronted with a persistent enemy shifts and uses invisibility."},{id:"b45b09be-2e94-4f80-a742-0825ace37bdb",name:"Spitting Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:12},hp:38,initiative:5,ac:17,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"6bccd38c-50de-46f1-a884-bb07170c213d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage.",damage:"1d6 + 2 damage",category:1},{id:"d88f4220-4e68-4e2e-af53-3d458d951678",name:"Caustic Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"",damage:"",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A spitting drake uses its caustic spit to attack enemies at range. Despite their low intelligence, multiple drakes gang up on a single target to take it down quickly."},{id:"964e0c91-fbe3-49d6-bda5-4d00c818ad6f",name:"Rage Drake",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:5,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:13},intelligence:{score:3},wisdom:{score:13},charisma:{score:12},hp:77,initiative:3,ac:17,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"d2ecd30e-9365-4e32-abe6-0686f9d70f59",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage; see also bloodied rage.",damage:"1d10 + 4 damage",category:1},{id:"bbffa0a7-f9d7-4b44-9d15-2014539af829",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage; see also bloodied rage.",damage:"1d6 + 4 damage",category:1},{id:"ead8b1ed-526a-4af4-89b4-ad236c5528f4",name:"Raking Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"When the rage drake charges, it makes two claw attacks against a single target.",details:"1d6 + 4 damage; see also bloodied rage.",damage:"1d6 + 4 damage",category:1},{id:"d7e3c6f2-3aea-49be-acae-5d7c37fc634a",name:"Bloodied Rage",action:null,keywords:"",condition:"(while bloodied)",range:"",attack:null,description:"",details:"The rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack.",damage:"the rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack",category:0},{id:"ae41394f-3f6e-40a5-abd7-a2fcd4c00a83",name:"Raging Mount",action:null,keywords:"Mount",condition:"(while bloodied and mounted by a rider of 5th level or higher)",range:"The rage drake grants its rider a +2 bonus to attack rolls and damage rolls with melee attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:"A rage drake fights until killed. It makes a raking charge initially and then uses its bite attack on subsequent rounds, gaining bonuses on its attack rolls and damage once it becomes bloodied."},{id:"103f8092-759e-41f6-ad7a-acf29cfcc72c",name:"Drider Fanglord",details:"",size:3,origin:2,type:2,keywords:"spider",level:14,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb)",alignment:"Evil",languages:"Elven",skills:"Dungeoneering +15, Perception +15, Stealth +17",equipment:"leather armor, greatsword",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:13},wisdom:{score:16},charisma:{score:9},hp:172,initiative:12,ac:26,fortitude:27,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"9e9941a8-bb55-43fc-8dc9-8fd3c061879d",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d12 + 7 damage.",damage:"1d12 + 7 damage",category:1},{id:"d540d7fa-32f4-48a4-8f0c-b402e34b1725",name:"Quick Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(requires combat advantage)",range:"Melee",attack:{bonus:16,defence:1},description:"",details:"1d4 damage, and ongoing 10 poison damage (save ends).",damage:"1d4 damage",category:3},{id:"6fe276b0-9097-4a41-9b6b-1bd1e695ab94",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"until the end of the drider’s next turn, the target grants combat advantage to all attackers, and the target cannot benefi t from invisibility or concealment.",damage:"",category:3},{id:"2f45c4d4-4659-409f-a1c4-e003b95ea5ab",name:"Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"the target is restrained (until escape). Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check.",damage:"Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The fanglord tries to snare a foe in its web and rushes up to administer a quick bite if the foe is successfully restrained. Otherwise, the drider uses its greatsword."},{id:"0c01d9cd-8a60-46b3-b74c-1a631d932e1b",name:"Drider Shadowspinner",details:"",size:3,origin:2,type:2,keywords:"spider",level:14,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb)",alignment:"Evil",languages:"Elven",skills:"Dungeoneering +14, Perception +14, Stealth +15",equipment:"leather armor, short sword",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:17},hp:134,initiative:12,ac:28,fortitude:25,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"884577a0-a6ca-449d-8e66-d991b9d6355a",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d8 + 3 plus 2d6 necrotic damage; see also melee agility. Combat Advantage: The drider shadowspinner deals an extra 2d6 necrotic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 3 plus 2d6 necrotic damage",category:1},{id:"53d94311-2fc4-451d-a354-7350c5a60464",name:"Slashing Darkness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:17,defence:2},description:"",details:"3d8 + 3 necrotic damage. Combat Advantage: The drider shadowspinner deals an extra 2d6 necrotic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"3d8 + 3 necrotic damage",category:1},{id:"e6e886f0-821b-4728-bbef-5f1699c949eb",name:"Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:17,defence:2},description:"",details:"the target is restrained (until escape). Escaping from the web requires a successful DC 26 Acrobatics check or DC 25 Athletics check.",damage:"Escaping from the web requires a successful DC 26 Acrobatics check or DC 25 Athletics check",category:1},{id:"d4a103b3-5683-4936-ac5f-c06f5cb90ef1",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drider shadowspinner’s next turn. The cloud blocks line of sight for all creatures except the shadowspinner. Any creature entirely within the cloud (except the shadowspinner) is blinded until it exits.",damage:"",category:3},{id:"e130d149-a782-4dcc-8ec2-a99c8bb25dfd",name:"Melee Agility",action:{action:7,trigger:"when the drider shadowspinner hits with a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drider shadowspinner shifts 1 square.",damage:"The drider shadowspinner shifts 1 square",category:5},{id:"d99c03e0-44dd-4b7b-8994-b2fdcfed0e62",name:"Shifting Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a drider shadowspinner moves at least 3 squares on its turn and ends its move 3 squares away from its previous position, it gains concealment until the end of its next turn.",damage:"If a drider shadowspinner moves at least 3 squares on its turn and ends its move 3 squares away from its previous position",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"After restraining a creature with its web, the shadowspinner uses slashing darkness against that foe until the victim escapes or dies, or until the drider is forced to turn its attention toward another enemy. If it can move without provoking opportunity attacks, it does so to gain the benefit of shifting shadows."},{id:"fce74187-686e-49db-b91e-e66f29609634",name:"Drow Warrior",details:"",size:2,origin:2,type:2,keywords:"",level:11,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +11, Intimidate +8, Perception +11, Stealth +15",equipment:"chainmail, rapier*, hand crossbow, 20 bolts* *These weapons are coated in drow poison.",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:12},hp:83,initiative:13,ac:24,fortitude:20,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"c1fed23d-62a7-48e1-80bd-3a4e35bc7bf8",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d8 + 4 damage, and the drow warrior makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; see drow poison for the effect. Combat Advantage: The drow warrior deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 4 damage",category:1},{id:"312dcb43-d7dd-47db-89b8-f4c024870cfa",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6 + 4 damage, and the drow warrior makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; see drow poison for the effect. Combat Advantage: The drow warrior deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"d6c4d5ce-48b4-4103-85ec-12e5ef016a4c",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"until the end of the drow warrior’s next turn, the target grants combat advantage to all attackers, and the target cannot benefi t from invisibility or concealment.",damage:"",category:3},{id:"59887503-281f-49dd-92c3-10cff6db6b64",name:"Drow Poison",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"A creature hit by a weapon coated in drow poison takes a –2 penalty to attack rolls (save ends). First Failed Save: The target is also weakened (save ends). Second Failed Save: The target falls unconscious until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A drow warrior casts darkfire on an enemy, and then attacks the same target with its hand crossbow. It continues to assail foes with crossbow bolts or moves into a flanking position and attacks with its rapier."},{id:"1f6f0698-1d99-43a4-971a-813737343cf8",name:"Drow Arachnomancer",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Dungeoneering +13, Intimidate +8, Perception +13, Stealth +10",equipment:"robes, spider rod",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:94,initiative:8,ac:26,fortitude:22,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"3aa9ecc5-ab86-4a2c-bca4-30941713e538",name:"Spider Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d6 damage, and the target is immobilized (save ends); see also Lolth’s judgment.",damage:"1d6 damage",category:1},{id:"078a782d-d0d4-408c-b2ca-859e3cc5c560",name:"Venom Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d8 + 3 poison damage, and ongoing 5 poison damage (save ends); see also Lolth’s judgment.",damage:"2d8 + 3 poison damage",category:1},{id:"6834a1ea-eba7-48a8-b278-3796c940948e",name:"Lolth’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area Burst 4 within 10",attack:{bonus:16,defence:2},description:"webs full of spectral spiders cover the zone (drow and spiders are immune);",details:"the target is restrained (save ends). The zone is difficult terrain until the end of the encounter. Any creature that starts its turn in the zone takes 10 necrotic damage.",damage:"any creature that starts its turn in the zone takes 10 necrotic damage",category:1},{id:"18b1555e-0f66-446f-8ad9-36aa7529c113",name:"Spider Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:16,defence:3},description:"Spectral spiders swarm over and bite the target:",details:"1d6 + 7 necrotic damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both); see also Lolth’s judgment.",damage:"1d6 + 7 necrotic damage",category:1},{id:"67bf11ce-5cfd-49e1-ad23-7a9b04451d40",name:"Venom Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:14,defence:1},description:"",details:"2d6 + 10 poison damage. Miss:Half damage.",damage:"2d6 + 10 poison damage",category:1},{id:"6e7f6f0d-c81d-49bd-a80d-4e43aaccb1a5",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow archnomancer’s next turn. The cloud blocks line of sight for all creatures except the drow arachnomancer. Any creature entirely within the cloud (except the drow arachnomancer) is blinded until it exits.",damage:"",category:3},{id:"d85f4277-1c6f-41fd-9f29-3784af82b176",name:"Lolth’s Judgement",action:{action:7,trigger:"when the arachnomancer hits a target with a melee or ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn.",damage:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The arachnomancer stays behind its allies and targets enemies with ranged attacks. It places a spider curse on an enemy defender, fires venom rays at enemy blasters, and tries to catch enemy strikers with Lolth’s grasp. It uses cloud of darkness to protect it against melee attackers."},{id:"38f142dd-77aa-4e3a-9987-0084e9f9a1dc",name:"Drow Blademaster",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:6,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Acrobatics +16, Dungeoneering +12, Intimidate +14, Perception +12, Stealth +18",equipment:"scale armor, longsword, short sword",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:12},hp:248,initiative:13,ac:30,fortitude:25,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"f2b37c63-abc2-45f7-aeab-9e33b36501b4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"ff80a92d-1acb-45bf-b5d4-627ad00e4a5b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"a43f12e2-0db2-4ce6-9f48-48c05df17d66",name:"Blade Mastery",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"The drow blademaster makes one longsword attack and one short sword attack.",details:"Longsword: 1d8 + 5 damage. Short Sword: 1d6 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"2fe27b66-2980-43ff-b3bb-a47fdfc85759",name:"Excruciating Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires longsword;",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"3d8 + 5 damage, and the target is stunned (save ends).",damage:"3d8 + 5 damage",category:1},{id:"d38786d8-4041-4e9c-a37d-9618f1034e53",name:"Whirling Riposte",action:{action:7,trigger:"when the drow blademaster’s movement draws an opportunity attack;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"The drow blademaster makes a longsword attack against the triggering attacker.",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:5},{id:"a331a5bf-60b1-4051-b5dd-0d7a649fd1b1",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow blademaster’s next turn. The cloud blocks line of sight for all creatures except the drow blademaster. Any creature entirely within the cloud (except the drow blademaster) is blinded until it exits.",damage:"",category:3},{id:"54b68ec1-bac9-4e02-8411-915e0ac1ec8b",name:"Whirlwind Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close Burst 1",attack:{bonus:19,defence:0},description:"",details:"the drow blademaster makes a longsword attack against each adjacent enemy. He can make a secondary attack using his short sword against any enemy he hits. Longsword: 1d8 + 5 damage. Secondary Attack: Short Sword: +19 vs. AC; 1d6 + 5 damage.",damage:"1d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This drow faces its enemies head on, using cloud of darkness to thwart attacks. In melee, a drow blademaster spends an action point to use excruciating stab and then blade mastery against the same target. It uses whirlwind attack when two or more opponents are adjacent to it and relies on whirling riposte to punish an enemy bold enough to take an opportunity attack against it."},{id:"ddb9f9c6-e237-4468-addd-a8cb69b0ed07",name:"Drow Priest",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +17, Insight +17, Intimidate +19, Religion +15, Stealth +10",equipment:"chainmail, mace",category:"",strength:{score:12},constitution:{score:11},dexterity:{score:15},intelligence:{score:16},wisdom:{score:21},charisma:{score:20},hp:139,initiative:9,ac:28,fortitude:24,reflex:26,will:28,regeneration:null,auras:[{id:"265fa9c1-d094-45a1-abf2-4be21c2d66d2",name:"Lolth’s Authority",keywords:"",details:"20: aura sight; drow and spider allies in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"18b0d4fa-1953-48db-b5cc-6a3ab4e662dd",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"ee89ca66-9b5f-4c69-bc23-e9b71941c656",name:"Bite of the Spider",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"(only while bloodied)",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"3e6f2921-fbab-44b4-a3e4-4108db3c20dc",name:"Pain Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"1d6 + 5 necrotic damage, and the target is immobilized and weakened (save ends both).",damage:"1d6 + 5 necrotic damage",category:1},{id:"4956cec4-0a15-4c2a-81e2-2f58012c4dc3",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"until the end of the drow priest’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"5ea0e2cd-1957-423a-93e3-21e49d394ac6",name:"Lolth’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close Burst 5 centered on a bloodied and willing drow ally",attack:{bonus:20,defence:2},description:"the ally explodes, releasing a burst of spectral spiders that bite all enemies in range;",details:"4d8 + 5 necrotic damage. The drow targeted by this power is slain.",damage:"4d8 + 5 necrotic damage",category:1},{id:"b85b8c8a-cfc3-425f-8724-1451765e380d",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The drow priest can transfer up to 22 points of damage she has taken to a spider or a drow within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"the drow priest can transfer up to 22 points of damage she has taken to a spider or a drow within 5 squares of her",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The drow priest imparts the benefits of her Lolth’s authority aura while remaining within 5 squares of her drow and spider allies. She uses pain web against ranged foes and her mace in melee, and she uses spider link every round to transfer damage she has taken to a nearby ally. If one of her drow allies is bloodied, she uses Lolth’s wrath."},{id:"aa24146b-d3d7-4a10-800c-3be82f1a098d",name:"Dryad",details:"",size:2,origin:2,type:2,keywords:"plant",level:9,role:{type:6,flag:0,leader:!1},senses:"",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Bluff +10, Insight +12, Perception +12, Stealth +12",equipment:"",category:"",strength:{score:19},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:92,initiative:9,ac:23,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"5850d83c-44b2-46a4-95e3-fbc2f59577d2",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 4 damage, or 1d8 + 9 damage if the target is the only enemy adjacent to the dryad.",damage:"1d8 + 4 damage",category:1},{id:"115fcad4-8207-4d5d-8a5c-0b1cfe482347",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dryad can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"10d02e70-cfd6-47e3-8a8f-c8e70f2ccd7e",name:"Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree, a treant, or a plant of Large size or bigger.",damage:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Dryads fiercely defend their forest glades and other woodland life. They use their deceptive veil ability to lure intruders into traps. In combat, they use a combination of speed and treestride to flank foes."},{id:"6eea225d-4310-4fb4-bf5f-5fedfaec8757",name:"Briar Witch Dryad",details:"",size:2,origin:2,type:2,keywords:"plant",level:13,role:{type:3,flag:1,leader:!1},senses:"",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Bluff +15, Insight +13, Perception +13, Stealth +13",equipment:"",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:19},hp:262,initiative:8,ac:29,fortitude:27,reflex:25,will:27,regeneration:null,auras:[{id:"b48ccb6b-03ac-46f9-9c86-e6f391d72ea5",name:"Curse of Thorns",keywords:"",details:"3: enemies without forest walk take 2 damage each time they move—or are pulled, pushed, or slid—into a square within the aura. Creatures do not take damage when a briar witch dryad moves closer to them."},{id:"86645854-7e4a-4dd4-a145-6016d80dc690",name:"Thorn Boon",keywords:"",details:"6: allied plants in the aura deal an extra 5 damage with each melee attack."}],powers:[{id:"52cccacb-97e0-4867-9422-2e1a983f5398",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"e02e1a95-ebc0-4c6b-9c1b-bf665bead606",name:"Briar Cage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"the target is encased in sharp briars;",details:"1d6 + 4 damage, and the target takes ongoing 5 damage and is restrained (save ends both). A creature in a briar cage has cover. A briar cage can be destroyed (25 hit points; resist 10 to all damage).",damage:"1d6 + 4 damage",category:1},{id:"2bb1f3f8-dd86-43d1-8d42-b58275db6ad9",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The briar witch dryad can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"109360b7-9dee-4fe6-9a13-32fb6ed13004",name:"Thorny Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature that grabs the briar witch dryad takes 5 damage at the start of its turn.",damage:"any creature that grabs the briar witch dryad takes 5 damage at the start of its turn",category:0},{id:"662dd9d8-ec40-4d16-b3f6-3cb1ba1df006",name:"Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The briar witch dryad can teleport 8 squares if it begins and ends adjacent to a tree, a treant, or a plant of Large size or bigger.",damage:"The briar witch dryad can teleport 8 squares if it begins and ends adjacent to a tree",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A briar witch dryad is a capricious creature that uses its deceptive veil to lure trespassers into deadly traps. The creature relies on its auras to harm foes and aid allies and uses briar cage to restrain enemies."},{id:"2cc0fbb6-030a-462f-b583-f376b79d3b53",name:"Dwarf Bolter",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Dungeoneering +10, Endurance +7, Perception +8",equipment:"chainmail, warhammer, crossbow with 20 bolts",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:46,initiative:5,ac:17,fortitude:16,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"776a19d4-a88d-46e8-9459-4824a3f32e05",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d10 + 2 damage.",damage:"1d10 + 2 damage",category:1},{id:"66bef0b1-1718-4f94-b848-3884efec45f2",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage. Aimed Shot: The dwarf bolter gains a +2 bonus to attack rolls and deals an extra 1d6 damage with ranged attacks against creatures that don’t have cover.",damage:"1d8 + 3 damage",category:1},{id:"c93d5cfd-77f5-4c02-b459-f32d65039645",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull , a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"Saving Throws +5 against poison effects",vulnerable:"",immune:"",tactics:"Dwarf bolters take up positions in large halls or wide corridors where enemies can gain no cover and must face a barrage of aimed shot crossbow bolts as they approach."},{id:"cdca4e91-ed16-43eb-8ca4-540b6d255fe5",name:"Dwarf Hammerer",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Any",languages:"Common, Dwarven",skills:"Dungeoneering +11, Endurance +5",equipment:"plate armor, heavy shield, warhammer, 3 throwing hammers",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:10},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:64,initiative:4,ac:23,fortitude:18,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"b988baf5-cb9c-48b1-8895-fafcd6299f96",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull , a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0},{id:"10a41177-4981-43ac-bb1b-66b3fbccb0d1",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d10 + 3 damage.",damage:"1d10 + 3 damage",category:1},{id:"09e869d3-c1ba-4f8e-b65a-6a23d7e3d58d",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:1},description:"",details:"2d6 + 3 damage, and the target is knocked prone or pushed 1 square (dwarf hammerer’s choice).",damage:"2d6 + 3 damage",category:3},{id:"4dc274ca-9a97-4df4-b51b-26c76a02f79a",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"d4c72cd3-4c50-4aa3-98c3-1a01958bb741",name:"Stubborn",action:{action:5,trigger:"when an enemy tries to push it or knock it prone;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The hammerer makes a melee basic attack against the enemy.",details:"Warhammer: 1d10 + 3 damage.",damage:"1d10 + 3 damage",category:5}],damageModifiers:[],resist:"Saving Throws +5 against poison effects",vulnerable:"",immune:"",tactics:"A dwarf hammerer uses shield bash whenever possible, pushing allies back or knocking them prone so that nearby allies gain combat advantage."},{id:"5beac7da-f427-4b55-a1c0-e90e0dac5534",name:"Efreet Fireblade",details:"",size:3,origin:1,type:2,keywords:"fire",level:22,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Bluff +20, Insight +17, Intimidate +20, Perception +17",equipment:"scimitar",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:22},intelligence:{score:18},wisdom:{score:15},charisma:{score:18},hp:206,initiative:18,ac:38,fortitude:37,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"99cccdf0-1984-40f4-875b-a6d70d544c01",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:27,defence:0},description:"",details:"2d10 + 7 damage (crit 6d10 + 27), and the target is marked until the end of the efreet fireblade’s next turn.",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1},{id:"dd1d0b02-0907-4c3b-9445-e50c5282637a",name:"Hurl Scimitar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:25,defence:0},description:"The efreet fireblade hurls its scimitar at two targets; the first target must be within 10 squares of the efreet fireblade, and the second target within 5 squares of the first target;",details:"2d10 + 7 damage (crit 6d10 + 27), and the target is marked until the end of the efreet fireblade’s next turn. The scimitar returns to the fireblade’s hand after the attacks are made.",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1},{id:"5214406f-d878-4524-94bf-7f6030986b16",name:"Whirling Firesteel Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"requires scimitar;",range:"Close Burst 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage (crit 6d10 + 27), and the target is pushed 1 square and takes ongoing 10 fire damage (save ends).",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"The efreet fireblade uses hurl scimitar every chance it gets, saving its whirling firesteel strike power for when it has three or more enemies within melee striking range."},{id:"9f3ea02b-6dd0-44c4-b906-f4c69b85f204",name:"Efreet Cinderlord",details:"",size:3,origin:1,type:2,keywords:"fire",level:23,role:{type:0,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Bluff +22, Insight +20, Intimidate +22",equipment:"scimitar",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:27},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:169,initiative:19,ac:36,fortitude:33,reflex:34,will:32,regeneration:null,auras:[{id:"6c1217e4-83aa-4db1-98ae-e23b09e52487",name:"Blazing Soul",keywords:"Fire",details:"1: any creature in the aura taking ongoing fire damage takes 5 extra ongoing fire damage."}],powers:[{id:"0f723df6-4882-45b5-b725-ff46465c5753",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage (crit 6d10 + 27), and ongoing 5 fire damage (save ends).",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1},{id:"f14debfc-2fd3-4009-80ea-9577c63f2224",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 10",attack:{bonus:28,defence:0},description:"",details:"2d6 + 8 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 8 fire damage",category:1},{id:"128674d5-ea06-4f27-98ef-07cadb41249c",name:"Curse of the Efreet",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:28,defence:0},description:"",details:"1d6 + 8 fire damage, and ongoing 10 fire damage (save ends), and the target’s resistance to fire is negated until the end of the encounter (no save).",damage:"1d6 + 8 fire damage",category:1},{id:"6bd67bca-8819-448f-9158-a01aaa133c0d",name:"Fan the Flames",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20; affects only a target taking ongoing fire damage",attack:{bonus:17,defence:2},description:"",details:"automatic hit; 2d6 fire damage. Miss: Half damage.",damage:"2d6 fire damage",category:1},{id:"18408a7c-1701-40bd-ac70-13923c47b92c",name:"Fiery Shield",action:{action:5,trigger:"when the efreet cinderlord is damaged by a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A fiery shield springs into being, halving the damage of the attack.",damage:"halving the damage of the attack",category:5}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"A cinderlord flies beyond its enemies’ reach while bombarding them with fire bolts. It uses curse of the efreet, and if it succeeds and the target continues to take ongoing fire damage, the efreet uses fan the flames against the same target on the following round. The cinderlord uses curse of the efreet again when blooded but otherwise hurls fire bolts."},{id:"30ab0e39-d5e1-42a2-8224-3a68b086e5e0",name:"Efreet Flamestrider",details:"",size:3,origin:1,type:2,keywords:"fire",level:23,role:{type:6,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover); see also fiery teleport",alignment:"Evil",languages:"Primordial",skills:"",equipment:"scimitar",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:24},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:217,initiative:20,ac:37,fortitude:36,reflex:35,will:34,regeneration:null,auras:[{id:"5ff732b9-9eb0-4399-aec2-a933f762eee8",name:"Blazing Soul",keywords:"Fire",details:"1: any creature in the aura taking ongoing fire damage takes 5 extra ongoing fire damage."}],powers:[{id:"af4ab149-fc54-4bc0-a40d-78787a1a047c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:28,defence:0},description:"",details:"2d10 + 8 damage (crit 6d10 + 28), and ongoing 5 fire damage (save ends).",damage:"2d10 + 8 damage (crit 6d10 + 28)",category:1},{id:"a9f5ecd7-44aa-42e3-bcaf-e017a7470644",name:"Fiery Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:25,defence:2},description:"a fiery hand appears and grabs the target;",details:"1d6 + 8 fire damage, and the target takes ongoing 10 fire damage and is immobilized (save ends both).",damage:"1d6 + 8 fire damage",category:1},{id:"3f233075-c8de-4212-ae10-0c965722bc76",name:"Fiery Teleport",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The flamestrider can teleport 20 squares, reappearing in a puff of smoke; its destination must be adjacent to a fire creature or a fire.",damage:"The flamestrider can teleport 20 squares",category:1}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"An efreet flamestrider uses fiery teleport to move around the battlefield and its fiery grasp power to immobilize and burn foes. It attacks immobilized targets with its scimitar, taking advantage of its reach."},{id:"a7e67523-75aa-4c9c-b295-de457d4080ab",name:"Efreet Pyresinger",details:"",size:3,origin:1,type:2,keywords:"fire",level:25,role:{type:3,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Arcana +22, Bluff +25, Diplomacy +25, Insight +21, Intimidate +25",equipment:"scimitar, scepter",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:233,initiative:20,ac:40,fortitude:37,reflex:36,will:36,regeneration:null,auras:[{id:"6b23bc8b-ff39-48e4-98f7-96ed08dd1702",name:"Fiery Soul",keywords:"Fire",details:"1: a creature that enters or begins its turn in the aura takes 10 fire damage; any creature in the aura taking ongoing fire damage takes 5 extra ongoing fire damage."}],powers:[{id:"1fa2200d-eff9-41d7-9a2a-18e28542bec4",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:30,defence:0},description:"",details:"2d10 + 9 damage (crit 6d10 + 29), and ongoing 5 fire damage (save ends).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1},{id:"742e4283-fcb6-4f3a-b20f-adcf4b366e9d",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 10",attack:{bonus:31,defence:0},description:"",details:"3d6 + 8 fire damage, and ongoing 5 fire damage (save ends).",damage:"3d6 + 8 fire damage",category:1},{id:"569de06c-91b1-4ae0-b947-93ee7855b3ba",name:"Fiery Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"2d8 + 7 fire damage, and the target takes ongoing 20 fire damage and is restrained (save ends both). As a move action, the efreet pyresinger can slide a target wrapped in fiery chains 1 square.",damage:"2d8 + 7 fire damage",category:1},{id:"5a51a0e0-dc2b-42f9-ae98-f0f3bd44b9f0",name:"Sheets of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Zone",condition:"",range:"Area Burst 3 within 20",attack:null,description:"",details:"the burst creates a zone of roaring flame that lasts until the end of the encounter. Any creature that enters the zone or starts its turn there takes 10 fire damage. The zone blocks line of sight.",damage:"any creature that enters the zone or starts its turn there takes 10 fire damage",category:1}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"A pyresinger remains outside of melee range and uses fiery chains as often as it can to restrain enemies, allowing its allies to pound on them with impunity. On the rounds in which it can’t invoke fiery chains, the pyresinger hurls fiery bolts. The creature uses sheets of flame to divide the field of battle and control the flow of enemies."},{id:"ce04bbe2-0b30-40dc-a234-d59935d0f3a3",name:"Efreet Karadjin",details:"",size:3,origin:1,type:2,keywords:"fire",level:28,role:{type:7,flag:0,leader:!0},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Arcana +25, Bluff +26, Insight +23, Intimidate +26, Perception +23",equipment:"scimitar",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:25},intelligence:{score:22},wisdom:{score:18},charisma:{score:25},hp:260,initiative:23,ac:44,fortitude:45,reflex:42,will:42,regeneration:null,auras:[],powers:[{id:"286d44a5-a3d8-42c0-94b2-bf82bdc5f88e",name:"Scimitar of Horrendous Flame",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:35,defence:0},description:"",details:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage, and the target takes ongoing 15 fire damage and is immobilized (save ends both). Aftereffect: Ongoing 15 fire damage (save ends). Saving throws against this power take a –2 penalty.",damage:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage",category:1},{id:"899964d0-dc09-41d2-a729-a71e74422d24",name:"Fiery Vendetta",action:{action:4,trigger:"when an enemy within reach attacks one of the efreet karadjin’s allies;",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:35,defence:0},description:"The efreet karadjin makes a melee basic attack against the triggering enemy.",details:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage, and the target takes ongoing 15 fire damage and is immobilized (save ends both). Aftereffect: Ongoing 15 fire damage (save ends). Saving throws against this power take a –2 penalty.",damage:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage",category:5},{id:"d52db886-e67e-4547-a134-6e4afbb6d291",name:"Elemental Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One allied elemental creature within 10 squares of the efreet karadjin (and within its line of sight) shifts.",damage:"One allied elemental creature within 10 squares of the efreet karadjin (and within its line of sight) shifts",category:3}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"The mighty efreet karadjin wades into battle, uses elemental command up to two times every round, and swings its scimitar with maniacal glee. Whenever an enemy within reach tries to attack one of the karadjin’s allies, the karadjin unleashes its fiery vendetta."},{id:"542f96fb-07b4-4d49-8e17-6dad512c3fd7",name:"Eidolon",details:"",size:3,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:0,leader:!0},senses:"",movement:"5",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:132,initiative:8,ac:28,fortitude:26,reflex:22,will:23,regeneration:null,auras:[{id:"46db68b4-b698-4cd5-95de-0bb222bb480d",name:"Fearless Followers",keywords:"",details:"5: allies in the aura are immune to fear."}],powers:[{id:"64f43f9f-d5ba-47a5-a1e5-2b2d6c653dbd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"4efaa069-44b3-4b34-a3f1-710f97c069fa",name:"Divine Retribution",action:{action:4,trigger:"when an enemy attacks the eidolon while hallowed stance is active;",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"Divine radiance strikes the creature that attacked the eidolon:",details:"2d8 + 5 radiant damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d8 + 5 radiant damage",category:5},{id:"4516c0b0-f94f-40e9-acd6-d2832d9402d3",name:"Vengeful Flames",action:{action:4,trigger:"when an enemy kills one of the eidolon’s allies in the eidolon’s line of sight;",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"Divine fire engulfs the enemy:",details:"1d8 + 5 fire damage, and ongoing 5 fire (save ends). This attack does not provoke opportunity attacks.",damage:"1d8 + 5 fire damage",category:5},{id:"0da5497e-a15b-4311-9948-67a76db6ae37",name:"Hallowed Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"The eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 20 to all damage, and all allies in its line of sight deal an extra 1d8 radiant damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:"An eidolon moves little in battle, relying on its allies, its hallowed stance, and its divine retribution power to protect it. When one of its allies falls in battle, the eidolon uses vengeful flames. Once all of its allies are slain, the eidolon makes slam attacks against enemies within reach, fighting until destroyed."},{id:"ad64b08b-1e76-4253-89d4-492861904e32",name:"Eladrin Fey Knight",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!0},senses:"low-light vision",movement:"5; see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Athletics +12, Arcana +7, History +7, Nature +9",equipment:"chainmail, light shield, longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:77,initiative:11,ac:23,fortitude:17,reflex:19,will:17,regeneration:null,auras:[{id:"2e4c7086-570b-441c-997f-1c3f57ba1ef7",name:"Feywild Tactics",keywords:"",details:"10: fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"5deee61b-3d55-42e3-ac44-093ecc4cceed",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"53c3e245-d4fa-4dd2-8529-813b53dbba27",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires longsword;",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"3d8 + 4 damage, and the target is restrained until the end of the eladrin fey knight’s next turn. The eladrin fey knight cannot attack with its longsword while the target is restrained.",damage:"3d8 + 4 damage",category:1},{id:"17a4cd47-8e69-4ec7-a457-05520eac0e3a",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the eladrin fey knight dies, taking 4 damage each round it does not attack the eladrin fey knight.",damage:"taking 4 damage each round it does not attack the eladrin fey knight",category:1},{id:"b1254329-c17f-4d41-9445-5d9d1bcbe222",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin fey knight can teleport 5 squares.",damage:"The eladrin fey knight can teleport 5 squares",category:2},{id:"eda638aa-f676-4a69-b855-d05b41b0ab00",name:"Harvest’s Sorrow",action:{action:4,trigger:"when an ally within 5 squares of the eladrin fey knight is damaged;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and the eladrin fey knight takes the other half.",damage:"half the attack’s damage is negated",category:5}],damageModifiers:[],resist:"Saving Throws +5 against charm effects",vulnerable:"",immune:"",tactics:"The eladrin fey knight issues a Feywild challenge. Thereafter, he uses stab of the entangling wild whenever that power is available and otherwise makes melee basic attacks. The fey knight tries to stay within 5 squares of his allies so that he can use harvest’s sorrow."},{id:"0d7de87e-e3e9-41d6-a051-8600a1d9b734",name:"Eladrin Twilight Incanter",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"robes, spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:82,initiative:7,ac:22,fortitude:19,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"fbc6b94e-b45b-4b89-9287-67572669dae7",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 1 damage, and the target is slowed until the end of the eladrin twilight incanter’s next turn.",damage:"1d8 + 1 damage",category:1},{id:"dcffcc52-da3b-410d-85e1-7eaa19f5baad",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8 + 3 damage, and the target is immobilized until the end of the eladrin twilight incanter’s next turn.",damage:"1d8 + 3 damage",category:1},{id:"c0d8b7f7-8341-45b0-a83e-32775894f5b2",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8 + 2 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8 + 2 damage",category:1},{id:"bc6f1343-be7d-45c1-949c-1b7736d75d6c",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close Blast 3",attack:{bonus:9,defence:3},description:"",details:"2d6 + 3 radiant damage, and the target is blinded until the end of the eladrin fey incanter’s next turn.",damage:"2d6 + 3 radiant damage",category:1},{id:"8a0068e9-d94f-483f-bb08-181da564c3b0",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin twilight incanter can teleport 5 squares.",damage:"The eladrin twilight incanter can teleport 5 squares",category:2}],damageModifiers:[],resist:"Saving Throws +5 against charm effects",vulnerable:"",immune:"",tactics:"The eladrin twilight incanter assails enemies with binding bolts and teleporting bolts, holding them in place or moving them around so that her allies can secure the tactical advantage. If enemies get too close, the twilight incanter uses dazzling blast to blind them."},{id:"6f5fccb8-50be-4a2a-b09c-c114e9a33a66",name:"Bralani of Autumn Winds",details:"",size:2,origin:2,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6, fly 9 (hover); see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Arcana +14, History +14, Intimidate +22, Nature +18",equipment:"leather armor, longsword",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:26},intelligence:{score:16},wisdom:{score:19},charisma:{score:27},hp:180,initiative:17,ac:33,fortitude:28,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"07cbce52-bf67-43d8-87c7-17ff3a04547e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"cb01098d-af0b-42a6-94e5-e98d72408580",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bralani of autumn winds can teleport 5 squares.",damage:"The bralani of autumn winds can teleport 5 squares",category:2},{id:"e5ee3664-2fe1-470a-9018-b545cd73de05",name:"Autumn Chill",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target is weakened until the end of the encounter.",damage:"",category:1},{id:"e1430632-1ed9-4f63-8410-032c6f86076b",name:"Whirlwind Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:1},description:"",details:"2d8 + 9 damage, and the target is pushed 2 squares (pushed 3 squares and knocked prone on a critical hit). Miss: Half damage, and the target is not pushed.",damage:"2d8 + 9 damage",category:1}],damageModifiers:[{type:9,value:-20}],resist:"Saving Throws +5 against charm effects",vulnerable:"necrotic (slowed until the end of the bralani’s next turn)",immune:"",tactics:"A bralani uses autumn chill on the greatest perceived threat and then uses whirlwind blast to damage and push back opponents. If it can’t use whirlwind blast because allies are in the way, it rushes into melee and makes longsword attacks."},{id:"ffe2061c-97c3-433b-8978-0287ee14a0f8",name:"Ghaele of Winter",details:"",size:2,origin:2,type:2,keywords:"",level:21,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6, fly 8 (hover); see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Arcana +15, Diplomacy +24, History +15, Insight +21, Intimidate +24, Nature +21",equipment:"robes",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:28},intelligence:{score:17},wisdom:{score:22},charisma:{score:29},hp:134,initiative:19,ac:33,fortitude:30,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"676d2fb0-a4b7-4afc-94c8-50ac252bc92c",name:"Winter’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee Touch",attack:{bonus:25,defence:0},description:"",details:"2d8 + 9 cold damage.",damage:"2d8 + 9 cold damage",category:1},{id:"1c166b95-20da-46be-8359-ab27478d4529",name:"Freezing Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 12",attack:{bonus:25,defence:2},description:"",details:"2d8 + 9 cold damage, and the target is slowed (save ends).",damage:"2d8 + 9 cold damage",category:1},{id:"5159dfe8-50a9-4cdd-8833-1fcf6989621d",name:"Chilling Defiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Healing",condition:"",range:"Close Burst 3; targets enemies",attack:null,description:"",details:"automatic hit; the target takes 10 cold damage and is slowed until the end of the ghaele’s next turn. The ghaele of winter regains 2 hit points for each enemy who takes damage from this power.",damage:"the target takes 10 cold damage and is slowed until the end of the ghaele’s next turn",category:1},{id:"a9172ece-1cf2-4875-8f69-0fcd217d977e",name:"Imperious Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharges when the ghaele of winter regains at least 4 hit points with chilling defiance;"},keywords:"",condition:"",range:"Close Burst 3",attack:{bonus:23,defence:3},description:"",details:"the target is dazed until the end of the encounter.",damage:"",category:3},{id:"d62a1990-5509-46c4-9ec3-978b73fa2aec",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The ghaele of winter can teleport 5 squares.",damage:"The ghaele of winter can teleport 5 squares",category:2}],damageModifiers:[{type:2,value:-25},{type:9,value:-25}],resist:"Saving Throws +5 against charm effects",vulnerable:"necrotic (slowed until the end of the ghaele’s next turn)",immune:"",tactics:"A ghaele of winter uses flight and fey step to find ideal positions from which to safely make ranged attacks. If the ghaele gets multiple foes within 3 squares of it, it uses chilling defiance and imperious wrath in the same round, then follows up with winter’s touch or freezing ray. The ghaele takes advantage of slowed enemies, retreating to a safe distance and using freezing ray."},{id:"1691b0d3-a44c-4275-b222-94f861e53352",name:"Firelasher",details:"",size:3,origin:1,type:3,keywords:"air, fire",level:11,role:{type:6,flag:0,leader:!1},senses:"",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:21},intelligence:{score:7},wisdom:{score:11},charisma:{score:8},hp:108,initiative:11,ac:25,fortitude:21,reflex:25,will:20,regeneration:null,auras:[],powers:[{id:"ed3c051e-3d62-4fc0-92c6-6c8615832104",name:"Fire Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:14,defence:2},description:"",details:"2d8 + 5 fire damage.",damage:"2d8 + 5 fire damage",category:1},{id:"ae3dc215-d7f6-4f2b-8d57-3a80bef437ac",name:"Wildfire Cyclone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Burst 2",attack:{bonus:14,defence:2},description:"",details:"2d6 + 5 fire damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d6 + 5 fire damage",category:1},{id:"e171b1ee-0888-4b1b-ac23-70c5e4ca1145",name:"Whirlwind Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The firelasher can move up to twice its speed. It can move through spaces occupied by other creatures without provoking opportunity attacks. It must end its move in an unoccupied space. Any creature whose space the firelasher enters takes 10 fire damage.",damage:"any creature whose space the firelasher enters takes 10 fire damage",category:1},{id:"c6a797b5-605c-4b6f-83ae-6ee956ae956a",name:"Mutable Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The firelasher can squeeze through spaces as though it were a Medium creature.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:3,value:-25}],resist:"",vulnerable:"",immune:"disease",tactics:"The firelasher uses whirlwind dash, burning as many enemies as possible. If it can, it ends its dash within 2 squares of multiple foes so that it can use its wildfire cyclone power on the following round. Until these powers recharge and it can use them again, the firelasher makes fire lash attacks."},{id:"7fe3d4a7-6b38-43f7-82c9-3e726d4aee12",name:"Rockfire Dreadnought",details:"",size:3,origin:1,type:3,keywords:"earth, fire",level:18,role:{type:7,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:18},dexterity:{score:22},intelligence:{score:8},wisdom:{score:16},charisma:{score:7},hp:170,initiative:17,ac:34,fortitude:34,reflex:32,will:29,regeneration:null,auras:[{id:"47552024-065f-443e-8dbe-8582636fe96e",name:"Waves of Flame",keywords:"Fire",details:"1: any creature that enters or starts its turn in the aura takes 10 fire damage."}],powers:[{id:"4fd63a62-3a89-44b8-900b-2b6ef34eaaf1",name:"Fist of Flame",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:21,defence:2},description:"",details:"2d8 + 8 fire damage.",damage:"2d8 + 8 fire damage",category:1},{id:"3eb78379-ff90-477d-91e0-eb274eb8eb26",name:"Brimstone Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10/20",attack:{bonus:23,defence:0},description:"The rockfire dreadnought hurls a flaming chunk of brimstone at the target.",details:"2d6 + 6 damage plus 5 fire damage.",damage:"2d6 + 6 damage plus 5 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-25}],resist:"",vulnerable:"",immune:"disease, petrification",tactics:"A rockfire dreadnought pummels enemies with its fiery fists while burning those caught within its aura. It only hurls brimstone rocks when its enemies are out of reach, pulling the brimstone from its own body."},{id:"a231ab04-3292-404f-8384-3430baaa056a",name:"Earthwind Ravager",details:"",size:3,origin:1,type:3,keywords:"air, earth",level:23,role:{type:3,flag:0,leader:!1},senses:"",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:30},intelligence:{score:6},wisdom:{score:17},charisma:{score:16},hp:219,initiative:21,ac:37,fortitude:34,reflex:36,will:29,regeneration:null,auras:[],powers:[{id:"7f39792e-d1ff-4fb8-8302-34f9ca70cc98",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:26,defence:1},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"1d63f83f-6453-4c25-96a9-681eb43d5034",name:"Wind Devil",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:26,defence:1},description:"The earthwind ravager causes swirling wind to rise up around the target.",details:"4d8 damage, and the target is immobilized until the end of the ravager’s next turn. The creature can sustain the effect as a minor action, dealing 2d8 damage to the target (no attack roll required) and keeping it immobilized until the end of the ravager’s next turn.",damage:"4d8 damage",category:1},{id:"713c0131-24fa-4ed4-a961-b681c5be5695",name:"Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:24,defence:1},description:"",details:"1d8 + 10 damage, and the target is pushed 2 squares.",damage:"1d8 + 10 damage",category:1},{id:"fa407c2d-7665-4b3c-bcc3-8fbe8eacc4ad",name:"Buffeting Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Blast 3",attack:{bonus:24,defence:1},description:"",details:"4d8 + 8 damage, and the target is stunned until the end of the earthwind ravager’s next turn.",damage:"4d8 + 8 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease, petrification",tactics:"An earthwind ravager disguises itself to resemble a pile of rocks, hoping to catch enemies by surprise. When it rises, it gathers all of the rocks up into its swirling form, puts some distance between it and its prey, and uses wind devil repeatedly until it immobilizes an enemy. Once it succeeds, it sustains the effect with a minor action every round. It uses buffeting blast to stun the immobilized creature and other nearby enemies. The ravager then closes in and makes slam attacks against its immobilized prey or uses whirlwind to push away other enemies."},{id:"e3a6b00c-5619-4187-a46f-6a66a43fd5b9",name:"Thunderblast Cyclone",details:"",size:4,origin:1,type:3,keywords:"air, water",level:26,role:{type:0,flag:1,leader:!1},senses:"",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:29},dexterity:{score:32},intelligence:{score:8},wisdom:{score:17},charisma:{score:15},hp:382,initiative:24,ac:42,fortitude:40,reflex:42,will:35,regeneration:null,auras:[],powers:[{id:"bdb111dc-1207-467c-b91f-00276d5ac346",name:"Lightning Arc",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 3",attack:{bonus:29,defence:2},description:"",details:"2d8 + 11 lightning damage.",damage:"2d8 + 11 lightning damage",category:1},{id:"f94a5a88-e309-4f16-a85d-84e01b411ca4",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:29,defence:2},description:"",details:"2d8 + 11 lightning damage.",damage:"2d8 + 11 lightning damage",category:1},{id:"3fa5dcac-d76d-477b-9e47-1f2230283ec0",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 2",attack:{bonus:28,defence:1},description:"",details:"2d10 + 9 thunder damage.",damage:"2d10 + 9 thunder damage",category:1},{id:"5e064c17-a491-4529-b823-929c80a19cbb",name:"Charged Mist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close Burst 3",attack:null,description:"",details:"automatic hit; 1d10 + 9 lightning damage, and the thunderblast cyclone becomes insubstantial until the end of its next turn.",damage:"1d10 + 9 lightning damage",category:1},{id:"b31c775f-4e02-49e7-91d3-38a9ea84b590",name:"Lightning Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the thunderblast cyclone uses charged mist"},keywords:"Lightning, Thunder",condition:"begins uncharged;",range:"Area Burst 3 within 20",attack:{bonus:29,defence:2},description:"",details:"6d8 + 9 lightning and thunder damage. Miss: Half damage.",damage:"6d8 + 9 lightning and thunder damage",category:1}],damageModifiers:[{type:7,value:0},{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"The thunderblast cyclone makes lightning bolt attacks until enemies come within range of its charged mist. One the same round it uses charged mist, it spends an action point to unleash lightning storm. It then alternates between lightning arc and thunderclap, switching out the latter for charged mist as soon as the power recharges."},{id:"425780af-2f46-4032-9335-c768f85782ed",name:"Elf Archer",details:"",size:2,origin:2,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"7; see also wild step",alignment:"Any",languages:"Common, Elven",skills:"Nature +11, Perception +11, Stealth +10",equipment:"leather armor, short sword, longbow, quiver of 30 arrows",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:32,initiative:5,ac:15,fortitude:11,reflex:13,will:12,regeneration:null,auras:[{id:"12d65c03-dee6-449c-82f3-db90d06aab16",name:"Group Awareness",keywords:"",details:"5: non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"b4034ec1-fcfc-43b4-a711-e1fb33de8d21",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"e58f0c22-cda4-483c-8881-a41fa9d0c4cd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"",details:"1d10 + 4 damage; see also archer’s mobility.",damage:"1d10 + 4 damage",category:1},{id:"9e0fa4a7-a6ee-4ccc-b0d7-fbe716c75100",name:"Archer’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the elf archer moves at least 4 squares from its original position, it gains a +2 bonus to ranged attack rolls until the start of its next turn.",damage:"",category:0},{id:"3b3046d0-574b-47a1-94c5-20410591085e",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"add7cd2f-802e-4ec6-8eff-5501deae628c",name:"Not So Close",action:{action:4,trigger:"when an enemy makes a melee attack against the elf archer;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"The elf archer shifts 1 square and makes a ranged attack against the enemy.",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:5},{id:"1a44652b-2c14-46ad-b144-b50ffeb895f6",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An elf archer attacks with his longbow and uses archer’s mobility between attacks. If an enemy engages the elf archer in melee, he uses not so close and moves away on his next turn."},{id:"4ce5bae0-5f8a-4c69-a3e9-786c293e4bd0",name:"Elf Scout",details:"",size:2,origin:2,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also wild step",alignment:"Any",languages:"Common, Elven",skills:"Nature +10, Perception +10, Stealth +9",equipment:"chainmail, longsword, short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:39,initiative:7,ac:16,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"0431c463-417f-4355-9f91-2f7eba36bfc3",name:"Group Awarness",keywords:"",details:"5: non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"dfbec71b-83e0-491a-b94a-d329858c2ece",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 + 4 damage. Combat Advantage: An elf scout that has combat advantage deals an extra 1d6 damage on it attacks.",damage:"1d8 + 4 damage",category:1},{id:"2a105d70-5977-4e32-92b5-1682901a130f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: An elf scout that has combat advantage deals an extra 1d6 damage on it attacks.",damage:"1d6 + 4 damage",category:1},{id:"eded8401-48b5-46a3-93d1-bae8a706d4fa",name:"Two-Weapon Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"The elf scout makes a longsword attack and a short sword attack against the same target.",details:"Longsword: 1d8 + 4 damage. Short Sword: 1d6 + 4 damage. If both attacks hit, the elf scout deals an additional 4 damage. Combat Advantage: An elf scout that has combat advantage deals an extra 1d6 damage on it attacks.",damage:"1d8 + 4 damage",category:1},{id:"d4491954-0e76-475b-9a5f-da1f65c3e4c9",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf ignores difficult terrain when it shifts.",damage:"",category:0},{id:"fc75b964-acc2-4895-929a-af56f5ed5eb3",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An elf scout often tries to fight an opponent in difficult terrain where she can shift but an enemy cannot. She tries to flank opponents to gain combat advantage."},{id:"835302e7-9ab3-40c4-a1d8-2838a40e47e8",name:"Ettercap Fang Guard",details:"",size:2,origin:4,type:2,keywords:"spider",level:4,role:{type:7,flag:0,leader:!1},senses:"",movement:"5, climb 5 (spider climb); see also web walker",alignment:"Unaligned",languages:"--",skills:"Stealth +9",equipment:"leather armor, greataxe",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:5},wisdom:{score:13},charisma:{score:11},hp:56,initiative:6,ac:20,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"706b651f-a577-40c9-afea-9424ec3e7ec3",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"0bc7f22a-27e2-40dc-8ed8-7144b3370967",name:"Spider Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"requires combat advantage;",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage. If the attack hits, the ettercap makes a secondary attack against the same target. Secondary Attack: +7 vs. Fortitude; the target is stunned until the end of the ettercap’s next turn and takes ongoing 5 poison damage (save ends).",damage:"1d6 + 4 damage",category:1},{id:"5b8122ec-edd3-456f-86be-cb16416471af",name:"Web Tangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:1},{id:"be09c9e8-0fb7-4970-9c7b-e25b58f3e4cd",name:"Web Reaper",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The ettercap fang guard gains a +2 bonus to attack rolls and deals an extra 2 damage against restrained or immobilized creatures.",damage:"the ettercap fang guard gains a +2 bonus to attack rolls and deals an extra 2 damage against restrained or immobilized creatures",category:0},{id:"3102488f-d5c9-4caa-a15c-4630ccd5dd1d",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettercap ignores the movement effects of spider webs and difficult terrain related to spider swarms.",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"This creature uses web tangle to immobilize a foe, flanks with allies to gain combat advantage, and uses its spider bite. If the ettercap is unable to gain combat advantage, it alternates between web tangle and greataxe attacks, hoping to gain the benefits of its web reaper power."},{id:"b1b3ded0-baa8-47aa-9060-c3e703386135",name:"Ettercap Webspinner",details:"",size:2,origin:4,type:2,keywords:"spider",level:5,role:{type:3,flag:0,leader:!1},senses:"",movement:"5, climb 5 (spider climb); see also web walker",alignment:"Unaligned",languages:"--",skills:"Perception +9, Stealth +9",equipment:"leather armor, longspear",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:5},wisdom:{score:15},charisma:{score:13},hp:64,initiative:4,ac:18,fortitude:17,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"562df60e-9584-432e-9baa-9b31d6b242c8",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 3 damage.",damage:"1d10 + 3 damage",category:1},{id:"38a2c92f-7c53-44d4-ac65-8d1e29168fa4",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettercap ignores the movement effects of spider webs and difficult terrain related to spider swarms.",damage:"",category:0},{id:"166bd881-7e1e-43d4-a6f3-051a10fbd42e",name:"Spider Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"requires combat advantage;",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d6 + 3 damage. If the attack hits, the ettercap makes a secondary attack against the same target. Secondary Attack: +8 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d6 + 3 damage",category:1},{id:"448b2c6a-66a9-475e-9d1c-67df6daaf753",name:"Web Net",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"the target is restrained (save ends).",damage:"",category:3},{id:"af3739bf-5f0e-4b4b-929e-471aba8a45a9",name:"Webbed Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"Area Burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"the target is immobilized (save ends). The zone is filled with spider webs and is considered difficult terrain until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"An ettercap webspinner uses stealth to shadow its prey, waiting for an opportune moment to strike. It uses webbed terrain to immobilize opponents and hinder their movement. It then uses web net to restrain the closest target and uses its longspear to strike from a safe distance."},{id:"d26799bc-df0c-4047-be44-c0418daf863a",name:"Ettin Marauder",details:"",size:3,origin:4,type:2,keywords:"giant",level:10,role:{type:7,flag:1,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Giant",skills:"Perception +12",equipment:"hide armor, 2 clubs",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:12},intelligence:{score:8},wisdom:{score:15},charisma:{score:9},hp:222,initiative:8,ac:28,fortitude:26,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"273dc7a6-971c-4502-91d3-061d4f267570",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d8 + 9 damage, and the target is pushed 1 square.",damage:"1d8 + 9 damage",category:1},{id:"f1b37f86-0c78-46ec-b208-3de9581b7686",name:"Swat",action:{action:4,trigger:"when an enemy moves into a postition that flanks the ettin;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The ettin targets one creature flanking it",attack:{bonus:13,defence:1},description:"",details:"the target is pushed 3 squares.",damage:"the target is pushed 3 squares",category:5},{id:"8e65f4cd-b595-4ed7-857f-1d9a769e248d",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettin rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The ettin’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"dc75266c-a7d4-4514-ad0c-568025b7db00",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the ettin automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An ettin marauder engages foes in melee combat, spending an action point if necessary to reach a lightly armored adversary. It uses swat against an enemy that tries to flank it."},{id:"9ccae6d6-4549-441d-8e35-8ad11ba32a6d",name:"Ettin Spirit-Talker",details:"",size:3,origin:4,type:2,keywords:"giant",level:12,role:{type:3,flag:1,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Giant",skills:"Perception +17, Religion +12",equipment:"hide armor, 2 clubs",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:23},charisma:{score:15},hp:0,initiative:0,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[{id:"f324ffed-9275-4600-bfd9-cd00421d5dd8",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettin rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The ettin’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"02ecbbb4-ac39-44b2-afbf-277de58507d4",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the ettin automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0},{id:"6d5d2c63-461e-41fc-916a-3242b97a62bc",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d8 + 7 damage, and the target is pushed 1 square.",damage:"1d8 + 7 damage",category:1},{id:"490a27a5-6651-4d5f-a41c-372816bd41e8",name:"Curse of Shattered Bone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the next time the spirit talker successfully hits the target with a melee attack, the attack is treated as a critical hit and deals an extra 1d12 damage. The curse lasts until the end of the ettin spirit talker’s next turn.",damage:"the attack is treated as a critical hit and deals an extra 1d12 damage",category:1},{id:"c1ef4225-8f93-4292-9250-331ecee0b97c",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Burst 5",attack:{bonus:15,defence:1},description:"The ettin spirit-talker initiates a howling chant to demonic spirits, filling the area with swirling spectral forms:",details:"2d6 + 6 necrotic damage, and the target slides 3 squares.",damage:"2d6 + 6 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Round after round, the ettin spirit-talker uses its first turn to invoke a curse of shattered bone, and then uses its second turn to club the cursed target. The creature uses spirit call on foes that try to surround and flank it."},{id:"5a44d463-b900-49f3-8ef4-42041a1583e7",name:"Flameskull",details:"",size:0,origin:4,type:0,keywords:"undead",level:8,role:{type:0,flag:0,leader:!1},senses:"",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Perception +11, Stealth +12",equipment:"",category:"",strength:{score:5},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:14},charisma:{score:20},hp:70,initiative:7,ac:21,fortitude:18,reflex:23,will:21,regeneration:{value:5,details:""},auras:[],powers:[{id:"e06e2842-91e2-489e-b02e-3b38816638e1",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 0",attack:{bonus:10,defence:0},description:"",details:"1 damage plus 1d8 fire damage.",damage:"1 damage plus 1d8 fire damage",category:1},{id:"f10cefe5-badb-49cf-8896-1ede8b33fa65",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"2d6 + 6 fire damage.",damage:"2d6 + 6 fire damage",category:1},{id:"76cf7a15-6e0a-40cf-86af-f772286320d5",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area Burst 3 within 20",attack:{bonus:12,defence:2},description:"",details:"3d6 + 6 fire damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d6 + 6 fire damage",category:1},{id:"c00a3a71-78f7-42e1-b893-bbe55e403033",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand (Player’s Handbook 158).",damage:"",category:3},{id:"136c1958-0eed-43ac-95f8-e9d857965e38",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:7,value:0},{type:3,value:-10},{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The flameskull uses its fly speed to stay out of melee range while targeting enemies with its flame ray and fireball powers. It can manipulate objects with its mage hand power; in combat, it uses this power to pull trap levers, reset sprung traps, shut doors, and the like."},{id:"3d301df2-d090-4c9b-b0f2-b1e119c0eab4",name:"Great Flameskull",details:"",size:1,origin:4,type:0,keywords:"undead",level:24,role:{type:0,flag:0,leader:!1},senses:"truesight 6",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Perception +22, Stealth +24",equipment:"",category:"",strength:{score:10},constitution:{score:24},dexterity:{score:25},intelligence:{score:30},wisdom:{score:21},charisma:{score:28},hp:174,initiative:19,ac:37,fortitude:34,reflex:39,will:37,regeneration:{value:10,details:""},auras:[],powers:[{id:"40309b87-fa30-4f54-9e37-479b6d61861d",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The great flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The great flameskull sheds bright light out to 5 squares",category:0},{id:"cdfce318-1433-4985-8e1f-737b81267041",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"1d4 damage plus 2d6 fire damage.",damage:"1d4 damage plus 2d6 fire damage",category:1},{id:"e5b4ac18-d184-45cb-8a1d-6e1b125f6f7c",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"2d8 + 10 fire damage, and the target is dazed until the end of the great flameskull’s next turn.",damage:"2d8 + 10 fire damage",category:1},{id:"c0743e73-3e56-4409-afbd-e7f610fe4404",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand (Player’s Handbook 158).",damage:"",category:3},{id:"97c07414-66bf-4464-ace0-9d20791f4d03",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area Burst 4 within 20",attack:{bonus:27,defence:2},description:"",details:"3d6 + 10 fire damage. Miss: Half damage. The firestorm blocks line of sight, deals 10 fire damage to any creature that starts its turn in the area, and disappears at the end of the great flameskull’s next turn. The great flameskull can exclude allies from the effect.",damage:"3d6 + 10 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-20},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The great flameskull uses firestorm at the start of battle and then scorches foes with flame rays."},{id:"cb808013-0682-4aa6-ae17-c302a73629e0",name:"Fomorian Warrior",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:7,flag:1,leader:!1},senses:"truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Intimidate +17, Perception +13",equipment:"hide armor, mace",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:15},intelligence:{score:11},wisdom:{score:10},charisma:{score:18},hp:332,initiative:12,ac:34,fortitude:38,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"99a1d758-4055-4fd9-8da1-b71058d6bbc8",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"1d12 + 10 damage; see also skullcracker. Skullcracker: The fomorian warrior deals an extra 2d10 damage on melee attacks made against an immobilized creature.",damage:"1d12 + 10 damage",category:1},{id:"5fa53205-560e-4530-85e5-f59ab344f918",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"the target is immobilized (save ends). The target is no longer immobilized if the fomorian uses its evil eye on another creature.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fomorian warrior uses its evil eye to immobilize an enemy, then smashes it with its mace. It spends its action point to make a second melee attack against the same creature if it’s still alive. On subsequent rounds, the fomorian warrior continues to target one enemy at a time with its evil eye before moving in for the kill."},{id:"46397ba0-8afb-4b1e-976a-8336ef06186f",name:"Fomorian Painbringer",details:"",size:4,origin:2,type:2,keywords:"giant",level:19,role:{type:3,flag:1,leader:!1},senses:"truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Intimidate +19, Perception +16",equipment:"hide armor, flail",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:9},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:362,initiative:8,ac:35,fortitude:35,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"d3fba152-0b30-4b8b-9e81-79e455846d20",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"2d6 + 7 damage; see also studied foe.",damage:"2d6 + 7 damage",category:1},{id:"62a48049-3f4d-48dd-be55-33f0f9ee0d56",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target takes 3d6 + 5 damage whenever it damages the fomorian painbringer. If the painbringer uses this power against a new target, the previous target is no longer affected.",damage:"the target takes 3d6 + 5 damage whenever it damages the fomorian painbringer",category:3},{id:"c0751b02-2e3f-47a7-b5e8-1a174fa56434",name:"Funnel Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8",attack:{bonus:22,defence:3},description:"",details:"4d6 + 5 damage; see also studied foe.",damage:"4d6 + 5 damage",category:1},{id:"db680826-96e4-444a-a52c-9066237bc315",name:"Painful Visions",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 4",attack:{bonus:22,defence:3},description:"",details:"the target is dazed (save ends); see also studied foe.",damage:"",category:3},{id:"635bab67-144a-4da9-a31d-13b8f44b6f68",name:"Studied Foe",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian painbringer gains a +2 bonus to attack rolls against a creature affected by its evil eye power.",damage:"The fomorian painbringer gains a +2 bonus to attack rolls against a creature affected by its evil eye power",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fomorian painbringer stays at the edge of combat and relies on its allies for protection. It uses evil eye against the opponent likely to attack it. It then uses funnel pain round after round, spending an action point to use the power twice when an enemy is bloodied. If opponents get too close for comfort, the creature uses its painful visions power."},{id:"6011fba3-973d-4d0d-aa68-f8de1881699c",name:"Foulspawn Grue",details:"",size:1,origin:0,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"4, teleport 4",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Perception +5, Stealth +13",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:3},charisma:{score:16},hp:87,initiative:8,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"660384fc-9b06-4373-ad5b-7359ff95b298",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d4 + 4 damage, and the target is slowed (save ends). If the target is already slowed, it is dazed instead (save ends).",damage:"1d4 + 4 damage",category:1},{id:"6ca84b41-895d-40b4-98bd-67bef1b6442b",name:"Mind Worm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target takes a –2 penalty to its Will defense and is slowed (save ends both).",damage:"",category:1},{id:"6d49146c-2235-4a79-8e0e-526db75aab67",name:"Whispers of Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5; deafened creatures are immune",attack:{bonus:10,defence:3},description:"",details:"4d6 + 3 psychic damage, and the target is slowed (save ends). If the target is already slowed, it is dazed instead (save ends).",damage:"4d6 + 3 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A foulspawn grue uses mind worm against the weakest-looking enemy it sees. If the attack succeeds, the grue moves close enough to use whispers of madness against the same foe, taking advantage of its prey’s weakened mental state. It can teleport from place to place to avoid opportunity attacks, raking with its claws until it recharges its whispers of madness power."},{id:"e6b02e0a-dc76-4ef0-afff-463ddc478989",name:"Foulspawn Mangler",details:"",size:2,origin:0,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"7 (9 while bloodied)",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Athletics +10, Perception +7, Stealth +12",equipment:"8 daggers",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:6},charisma:{score:14},hp:86,initiative:9,ac:22,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"f443eedb-ddca-49d7-8dec-b83d2e3419b1",name:"Bone Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d4 + 3 damage. Combat Advantage: The foulspawn mangler deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"474a9059-5a4e-4385-84cf-530e31d01eb8",name:"Dagger Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The foulspawn mangler makes four bone dagger attacks and shifts 1 square after each attack.",details:"1d4 + 3 damage each hit. Combat Advantage: The foulspawn mangler deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d4 + 3 damage each hit",category:1},{id:"645993a6-36e4-43e9-9d7c-76d8b0b1f3ae",name:"Bone Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"The foulspawn mangler makes two bone dagger attacks.",details:"1d4 + 3 damage with each hit.",damage:"1d4 + 3 damage with each hit",category:1},{id:"a12a0f52-111a-49ca-98c0-6d87a123b15e",name:"Mangler’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler gains a +5 racial bonus to AC against opportunity attacks provoked by movement.",damage:"The foulspawn mangler gains a +5 racial bonus to AC against opportunity attacks provoked by movement",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A foulspawn mangler relies on its speed and mangler’s mobility to move around the field of combat. At the start of battle and again when bloodied, it uses dagger dance to weave between its enemies and strike multiple times."},{id:"518d832a-642b-4f10-8b35-39c5ce79be31",name:"Foulspawn Berserker",details:"",size:2,origin:0,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"greatsword",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:12},intelligence:{score:8},wisdom:{score:3},charisma:{score:12},hp:102,initiative:7,ac:25,fortitude:26,reflex:21,will:21,regeneration:null,auras:[{id:"ad252803-aa69-4ab6-8791-e8e0b2c3fb64",name:"Berserker Aura",keywords:"",details:"1: when a creature in the aura makes a melee attack, it targets a random creature within its reach."}],powers:[{id:"1946bcbb-4d33-49f6-a630-8ac707c234b9",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"(+16 vs. AC while bloodied); 1d10 + 4 damage, or 1d10 + 6 damage while bloodied.",damage:"1d10 + 4 damage",category:1},{id:"9676796b-d04a-492d-8380-597acef12895",name:"Berserker Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"The foulspawn berserker charges and deals an extra 5 damage when its melee basic attack hits.",details:"(+16 vs. AC while bloodied); 1d10 + 4 damage, or 1d10 + 6 damage while bloodied.",damage:"1d10 + 4 damage",category:1},{id:"b112a13f-fca4-4637-9aad-eec662ae18ea",name:"Mental Feedback",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the foulspawn berserker is attacked by a charm effect, the foulspawn berserker and its attacker take 10 psychic damage.",damage:"the foulspawn berserker and its attacker take 10 psychic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:"This foulspawn makes a berserker charge, attacking the nearest foe and using its berserker aura to make adjacent creatures attack random targets. It fights until slain."},{id:"c5bddfb0-ad64-4763-b506-e813b1d3f0f3",name:"Foulspawn Seer",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!0},senses:"low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Perception +9",equipment:"staff",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:22},wisdom:{score:8},charisma:{score:18},hp:86,initiative:7,ac:24,fortitude:19,reflex:23,will:21,regeneration:null,auras:[{id:"08d71745-ef39-495c-9ffe-e4cd48ad4b6f",name:"Foul Insight",keywords:"",details:"10: allies in the aura that can hear the foulspawn seer gain a +2 power bonus to one attack roll, skill check, ability check, or saving throw on their turn."}],powers:[{id:"56d3fcaf-cc24-425e-904e-8ee9c45fa098",name:"Twisted Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d8 + 6 damage, and the target is pushed 1 square.",damage:"1d8 + 6 damage",category:1},{id:"c91dd9cf-8348-49a3-8736-f60bb4e16f9d",name:"Warp Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8 + 6 damage, and the target is dazed (save ends).",damage:"1d8 + 6 damage",category:1},{id:"439b8aae-4a81-4980-8e60-58acc108f0b9",name:"Distortion Blast",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close Blast 5",attack:{bonus:12,defence:1},description:"",details:"2d8 + 6 damage, and the target is dazed (save ends). Aberrant creatures take half damage.",damage:"2d8 + 6 damage",category:1},{id:"37c34265-f8b6-4c04-aa0e-45e5251b69e1",name:"Bend Space",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn seer teleports 3 squares.",damage:"The foulspawn seer teleports 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The foulspawn seer uses foul insight to benefit allies while using its teleport ability and bend space power to stay out of harm’s way. It hurls warp orbs until it can harm multiple foes with its distortion blast, not caring whether or not allies are caught in the effect."},{id:"2e75e217-8b2b-4df2-b675-da5888fd9fb7",name:"Foulspawn Hulk",details:"",size:3,origin:0,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Perception +9",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:150,initiative:8,ac:24,fortitude:27,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"41b533ce-475f-4d0e-a371-43567dd70d2c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"(+17 vs. AC while bloodied); 2d8 + 7 damage, or 3d8 + 9 damage while bloodied.",damage:"2d8 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:"This fearless foulspawn attacks with its bloodsoaked fists. It fights to the death."},{id:"c3704447-fba3-4120-b801-4a8ab4a69fa6",name:"Galeb Duhr Earthbreaker",details:"",size:2,origin:1,type:2,keywords:"earth",level:8,role:{type:0,flag:0,leader:!1},senses:"tremorsense 10",movement:"4 (earth walk), burrow 6",alignment:"Unaligned",languages:"Dwarven, Giant",skills:"Perception +12, Stealth +9",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:10},intelligence:{score:12},wisdom:{score:16},charisma:{score:12},hp:73,initiative:4,ac:22,fortitude:23,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"b3f6fe94-0d93-4c4d-8336-0dc26897c001",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"90078834-40a1-4a8d-84e8-99f3a1b51b52",name:"Hurl Stones",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area Burst 1 within 10",attack:{bonus:13,defence:0},description:"",details:"1d10 + 6 damage. All squares in the area become difficult terrain. The earthbreaker can create stones to throw when none are present.",damage:"1d10 + 6 damage",category:1},{id:"60b9f1de-7165-41c3-a9a5-75731092baef",name:"Shock Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:12,defence:1},description:"",details:"1d6 + 6 damage, and the target is pushed 1 square and knocked prone.",damage:"1d6 + 6 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"petrification",tactics:"A galeb duhr earthbreaker disguises itself as a boulder until it attacks. It begins combat by using its hurl stones power to launch rocks into a group of foes. It targets the front of the group, slowing their movement with the resulting difficult terrain. The earthbreaker continues hurling stones until opponents get too close, at which point it unleashes its shock wave."},{id:"53757f02-0651-4ad7-b17a-3a535749c5f3",name:"Galeb Duhr Rockcaller",details:"",size:2,origin:1,type:2,keywords:"earth",level:11,role:{type:3,flag:0,leader:!1},senses:"tremorsense 10",movement:"4 (earth walk), burrow 6",alignment:"Unaligned",languages:"Dwarven, Giant",skills:"Perception +12, Stealth +10",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:15},charisma:{score:13},hp:118,initiative:5,ac:25,fortitude:26,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"4300b000-aef2-48aa-8cd4-841be1f200db",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"2d8 + 4 damage.",damage:"2d8 + 4 damage",category:1},{id:"39467a82-3c65-42a5-9541-bf51ac611aa4",name:"Rolling Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:1},description:"The galeb duhr rockcaller moves up to 4 squares and then attacks an adjacent target;",details:"2d8 + 6 damage, and the target is pushed 1 square and knocked prone.",damage:"2d8 + 6 damage",category:1},{id:"43d398e4-99d2-4593-98f6-b420cdb05e6f",name:"Earthen Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:0},description:"An earthen fist rises up to restrain a target.",details:"the target is restrained (save ends). The target must be in direct contact with the ground or the attack fails. The rockcaller can use earthen grasp only against one creature at a time.",damage:"",category:1},{id:"62a32041-2d71-4715-8515-a533d230af18",name:"Rocky Terrain",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"up to 4 squares within range become difficult terrain. The squares need not be contiguous, but the affected terrain must consist of earth or stone.",damage:"up to 4 squares within range become difficult terrain",category:3}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"petrification",tactics:"Like the earthbreaker, the rockcaller disguises itself as a boulder until it attacks. It uses rocky terrain each turn to limit its enemies’ ability to shift or escape. At the same time, it uses earthen grasp to restrain a foe or rolling attack to knock an enemy prone."},{id:"820f1c6f-83d8-4c35-a6b5-c7169f48167b",name:"Gargoyle",details:"",size:2,origin:1,type:2,keywords:"earth",level:9,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8; see also flyby attack",alignment:"Evil",languages:"Primordial",skills:"Perception +12, Stealth +12",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:17},intelligence:{score:5},wisdom:{score:17},charisma:{score:17},hp:77,initiative:11,ac:25,fortitude:21,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"edd2b934-7924-4c3b-89b7-e8bb2fd71b3a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"e8cc34bd-d5db-43ea-ab0c-9771233e24a8",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges after using stone form;"},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"The gargoyle flies up to 8 squares and makes a melee basic attack at any point during the move without provoking an opportunity attack from the target.",details:"2d6 + 5 damage. If the attack hits, the target is knocked prone.",damage:"2d6 + 5 damage",category:1},{id:"d1c506ac-5db4-4829-ab67-f96ba0014f45",name:"Stone Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gargoyle becomes a statue and gains resist 25 to all damage, regeneration 3, and tremorsense 10. It loses all other senses and can take no actions in stone form other than revert to its normal form (as a minor action).",damage:"the gargoyle becomes a statue and gains resist 25 to all damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"Gargoyles often appear as statues until they detect intruders using their tremorsense. When prey comes within 10 squares, a gargoyle reverts to normal form and makes flyby attacks against targets in range. Eventually its impatience gets the better of it, and it lands to engage foes in melee. Faced with difficult opponents, a gargoyle flees and finds a safe place to roost while it reverts to stone form and regenerates."},{id:"354ae41c-921a-4aec-88e6-2433c62a2792",name:"Nabassu Gargoyle",details:"",size:2,origin:1,type:2,keywords:"earth",level:18,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Primordial",skills:"Perception +17, Stealth +21",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:24},intelligence:{score:5},wisdom:{score:17},charisma:{score:20},hp:136,initiative:20,ac:32,fortitude:30,reflex:30,will:28,regeneration:null,auras:[{id:"3fa937db-dab4-4045-a03a-0e83cbff5c5d",name:"Bloodfire Gaze",keywords:"Fire",details:"2: any creature taking ongoing damage that enters or starts its turn in the aura takes 5 fire damage and is weakened (the effect ends when the creature leaves the aura). This aura is not active while the nabassu gargoyle is in stone form."}],powers:[{id:"a73a3c6a-7f69-467d-8d3b-234424d65649",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"",details:"2d8 + 7 damage, and ongoing 5 damage (save ends).",damage:"2d8 + 7 damage",category:1},{id:"f5426bfc-0641-43ce-855e-c7b856862cb8",name:"Savage Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"",details:"2d6 + 7 damage, or 2d10 + 7 damage against a bloodied or weakened target. In addition, the gargoyle regains a number of hit points equal to the amount of damage dealt.",damage:"2d6 + 7 damage",category:1},{id:"1e6b41f3-d8f2-4ac4-80cf-f9f1470182e9",name:"Stone Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gargoyle becomes a statue and gains resist 30 to all damage, regeneration 5, and tremorsense 10. It loses all other senses and can take no actions in stone form other than revert to its normal form (as a minor action).",damage:"the gargoyle becomes a statue and gains resist 30 to all damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"A nabassu gargoyle disguises itself as a stone statue until opponents draw near, at which point it reverts to normal form and makes claw attacks, hoping to affect wounded enemies with its bloodfire gaze. It uses its savage bite against the first enemy that succumbs to its aura, and uses it again once the power recharges."},{id:"155d43a6-579d-4b83-88cd-5bff2154c817",name:"Phantom Warrior",details:"",size:2,origin:5,type:2,keywords:"undead",level:4,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Any",languages:"Common",skills:"Perception +13",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:40,initiative:8,ac:18,fortitude:16,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"a75eacf9-12f8-48a0-95a8-3b692690cc29",name:"Phantom Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:9,defence:2},description:"",details:"1d8 + 2 necrotic damage, and the target is marked until the end of the phantom warrior’s next turn.",damage:"1d8 + 2 necrotic damage",category:1},{id:"9b8db550-0ad1-4530-96f5-5b1994d36172",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A phantom warrior has combat advantage against any target that has another phantom warrior adjacent to it.",damage:"",category:0}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A phantom warrior patrols the location where it died, attacking anything it perceives as an enemy."},{id:"9b1a7d4b-9fe3-4a1d-a5bf-8a94782709d4",name:"Trap Haunt",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Any",languages:"Common",skills:"Perception +9",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:16},hp:52,initiative:12,ac:20,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"93d7c968-ebab-425a-b7b5-824060c0fff6",name:"Grave Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:12,defence:1},description:"",details:"2d6 necrotic damage.",damage:"2d6 necrotic damage",category:1},{id:"766c8584-8f11-43e3-85e8-a536de646a9a",name:"Ghostly Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"target must be a living humanoid",attack:{bonus:12,defence:3},description:"",details:"the trap haunt enters the target’s space and is removed from play, and the target is dominated (save ends). The trap haunt can use this power only against one creature at a time. When the target is no longer dominated, or when the trap haunt chooses to end its ghostly possession (a free action), the trap haunt reappears in a square of its choice adjacent to the target.",damage:"",category:1},{id:"e53c57f3-1b28-425a-8cd2-cfae8f5ceaeb",name:"Trapbound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A trap haunt cannot voluntarily move more than 20 squares from the place where it died. If it is forced beyond this range, it is weakened and unable to use its ghostly possession power until it moves back within range.",damage:"A trap haunt cannot voluntarily move more than 20 squares from the place where it died",category:0}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A trap haunt believes that the only way to free itself from eternal torment is to lead other creatures into the same trap that killed it. It uses ghostly possession to accomplish its goal."},{id:"f7542b0b-6461-45c4-b1ae-86ae277a7c19",name:"Wailing Ghost (Banshee)",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Perception +13, Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:17},hp:91,initiative:8,ac:23,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"9a3d6ef5-c4e0-44dd-b842-9feb197475ea",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:15,defence:2},description:"",details:"1d10 + 2 necrotic damage.",damage:"1d10 + 2 necrotic damage",category:1},{id:"b04e41e0-beca-4679-9bdb-8aeafe852e3c",name:"Death’s Visage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"2d6 + 3 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d6 + 3 psychic damage",category:1},{id:"1f18ac2b-0b79-4b01-bcb3-02e8530ca8cc",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:15,defence:3},description:"",details:"2d8 + 3 psychic damage, the target is pushed 5 squares and is immobilized (save ends).",damage:"2d8 + 3 psychic damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A wailing ghost uses its phasing ability to emerge from the floor or a nearby wall, surprising its enemies. It uses terrifying shriek against all enemies except the one it’s determined to kill. Against its chosen prey, the ghost uses death’s visage and spirit touch. When accosted by multiple foes, the ghost retreats beyond their reach until its terrifying shriek recharges."},{id:"4ab51b38-1a11-4e06-9f0f-595223cd0ce4",name:"Tormenting Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"Perception +17, Stealth +24",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:28},intelligence:{score:12},wisdom:{score:14},charisma:{score:25},hp:152,initiative:19,ac:32,fortitude:30,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"12e80f7b-1300-44f0-827f-5ff7c6bafd80",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:24,defence:2},description:"",details:"2d8 + 9 necrotic damage.",damage:"2d8 + 9 necrotic damage",category:1},{id:"d6701476-c32c-4af7-ad02-9074187d16a4",name:"Ghostly Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"target must be a living humanoid",attack:{bonus:24,defence:3},description:"",details:"the tormenting ghost enters the target’s space and is removed from play, and the target is dominated (save ends). The tormenting ghost can use this power only against one creature at a time. When the target is no longer dominated, or when the tormenting ghost chooses to end its ghostly possession (a free action), the tormenting ghost reappears in a square of its choice adjacent to the target.",damage:"",category:1},{id:"3b849e9a-9547-4f42-9bb3-d75fe84a7d5b",name:"Bust of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:3},description:"",details:"1d8 + 9 necrotic damage, the target is pushed 5 squares, and the target is dazed and immobilized (save ends both).",damage:"1d8 + 9 necrotic damage",category:1},{id:"f18c21bd-5c1d-42ec-aab6-7bb3ce91ffcf",name:"Ghostly Terrain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 1 within 10",attack:null,description:"",details:"the area is suddenly filled with ghostly lights, wisps of necrotic mist, and the faint whispers of the dead. The zone is difficult terrain and lightly obscured. Any creature that enters or ends its turn in the zone is immobilized (save ends). The zone lasts until the end of the encounter or for 5 minutes.",damage:"The zone lasts until the end of the encounter or for 5 minutes",category:1},{id:"762a9edb-8e5d-4e5d-98cf-8ac38c18bdbd",name:"Spectral Shift",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tormenting ghost shifts 3 squares.",damage:"The tormenting ghost shifts 3 squares",category:5}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A tormenting ghost uses its phasing ability to surprise enemies, emerging from the floor or a nearby wall. It uses ghostly possession immediately and forces a dominated creature to attack its allies. When the possession ends, the ghost uses ghostly terrain to cut off escape routes and might even surround itself with such terrain to discourage attackers while it recharges its ghostly possession power. When enemies get too close, it uses burst of terror to scare them away."},{id:"ed846a65-d807-4ef8-bc60-6b6b09f7d313",name:"Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:63,initiative:8,ac:21,fortitude:18,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"966ddfd5-2540-4bb1-85b1-32a54c0d2214",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage, and the target is immobilized (save ends).",damage:"1d6 + 4 damage",category:1},{id:"f7587ba6-d864-499c-a89d-08b70b4d68d6",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee; Target must be immobilized, stunned, or unconscious",attack:{bonus:10,defence:0},description:"",details:"3d6 + 4 damage, and the target is stunned (save ends).",damage:"3d6 + 4 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A ghoul lunges at anything edible, attacking with its claws until it successfully immobilizes its prey. Once it has immobilized a creature, the ghoul attacks with its ghoulish bite."},{id:"a6ab50f8-9c96-43da-b3f1-30d98b8c77e6",name:"Horde Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +7, Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:1,initiative:11,ac:25,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"113706ec-15f8-4707-aba5-f59cfd6b5b07",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"6 damage, and the target is immobilized (save ends).",damage:"6 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"Horde ghouls gang up on a single enemy, increasing the chances of them hitting and immobilizing it."},{id:"45e811d6-7c4e-48c0-abf1-7b2cf1561d4c",name:"Abyssal Ghoul",details:"",size:2,origin:1,type:2,keywords:"undead",level:16,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:15},charisma:{score:10},hp:156,initiative:16,ac:30,fortitude:30,reflex:29,will:25,regeneration:null,auras:[{id:"3b2d1d6b-56d2-4be1-9c6a-2b32866d2827",name:"Sepulchral Stench",keywords:"",details:"3: enemies in the aura take a –2 penalty to all defenses."}],powers:[{id:"5862a6fe-fa3a-437b-91d9-2a08069db4da",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"2d8 + 7 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8 + 7 damage",category:1},{id:"25f29850-bf72-47c8-827d-7bde10f49b00",name:"Dead Blood ",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:null,description:"",details:"all enemies in the burst take 10 necrotic damage.",damage:"all enemies in the burst take 10 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This creature is opportunistic and prefers to wait until its foe is engaged in combat or otherwise distracted before attacking with its bite."},{id:"bcf72f0c-5ef8-4dc4-a340-080b81f7bd10",name:"Abyssal Ghoul Hungerer",details:"",size:2,origin:1,type:2,keywords:"undead",level:18,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +14, Stealth +22",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:17},charisma:{score:13},hp:1,initiative:17,ac:30,fortitude:30,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"5104e195-5d2a-4a4a-beb7-0694a9ebc8d0",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"7 damage, and the target is immobilized (save ends).",damage:"7 damage",category:1},{id:"c8632b8e-658b-484a-ba3e-28fd129504c2",name:"Dead Blood ",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:null,description:"",details:"all enemies in the burst take 5 necrotic damage.",damage:"all enemies in the burst take 5 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"Hungerers gang up on the nearest living creature, ripping it to pieces with their claws."},{id:"0144dc24-c926-4f7c-a32d-523e0b34d0ae",name:"Abyssal Ghoul Mymidon",details:"",size:2,origin:1,type:2,keywords:"undead",level:23,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +14, Stealth +22",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:17,ac:35,fortitude:35,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"5104e195-5d2a-4a4a-beb7-0694a9ebc8d0",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"9 damage, and the target is immobilized (save ends).",damage:"9 damage",category:1},{id:"c8632b8e-658b-484a-ba3e-28fd129504c2",name:"Dead Blood ",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:null,description:"",details:"all enemies in the burst take 5 necrotic damage.",damage:"all enemies in the burst take 5 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"These beasts launch into battle, biting at the nearest opponent. While their damage is not horrific, killing them poses a danger because of their dead blood power."},{id:"00cf37a0-fc95-4e96-b3f2-58956151a48f",name:"Death Giant",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +18, Perception +19",equipment:"chainmail, greataxe",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:255,initiative:16,ac:34,fortitude:37,reflex:33,will:31,regeneration:null,auras:[{id:"1dfc742c-319c-46ba-9831-1fe13bde55c2",name:"Soulcatcher",keywords:"",details:"5: a creature that dies within the aura bestows one soul shard to the death giant (see soul shroud)."}],powers:[{id:"09ecbd5d-8175-49aa-8c6c-014570517b82",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"4d6 + 9 damage (crit 12d6 + 33).",damage:"4d6 + 9 damage (crit 12d6 + 33)",category:1},{id:"0cc2c3a1-bf57-4b60-9233-5597917b4533",name:"Soulfire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:{bonus:23,defence:2},description:"",details:"2d8 + 5 necrotic damage. The death giant must expend one soul shard to use this power.",damage:"2d8 + 5 necrotic damage",category:1},{id:"c48290c6-a7d8-402c-b7b4-c91e9ad1a807",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death giant expends one soul shard and regains 20 hit points.",damage:"The death giant expends one soul shard and regains 20 hit points",category:3},{id:"0aa370b9-67f6-4e93-844b-3f7da6e9ba9f",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the death giant to protect and empower it. At the beginning of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the death giant takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A death giant wades into combat with its greataxe, focusing its attacks on a single foe. The giant uses soulfire burst when surrounded by multiple enemies and uses consume soul shard up to three times in a single round to heal when bloodied."},{id:"8ad402c6-a873-472a-b674-a6f646ef5f17",name:"Death Titan",details:"",size:4,origin:5,type:2,keywords:"giant",level:25,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +20, Perception +20",equipment:"plate armor, greataxe",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:23},intelligence:{score:12},wisdom:{score:17},charisma:{score:16},hp:574,initiative:18,ac:39,fortitude:42,reflex:38,will:35,regeneration:null,auras:[{id:"1dfc742c-319c-46ba-9831-1fe13bde55c2",name:"Soulburner",keywords:"",details:"5: enemies in the aura take a –2 penalty to attack rolls and defenses; a creature that dies within the aura bestows one soul shard to the death titan (see soul shroud)."}],powers:[{id:"c9368afa-ace3-4d2e-bf58-593a53bb7ee2",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:28,defence:0},description:"",details:"4d8 + 10 damage (crit 12d8 + 26).",damage:"4d8 + 10 damage (crit 12d8 + 26)",category:1},{id:"09ecbd5d-8175-49aa-8c6c-014570517b82",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:28,defence:0},description:"The death titan makes two greataxe attacks.",details:"4d8 + 10 damage (crit 12d8 + 26).",damage:"4d8 + 10 damage (crit 12d8 + 26)",category:1},{id:"101d3fca-e738-4993-8e6e-4af83b396b22",name:"Soul Devourer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:28,defence:1},description:"",details:"the target loses 1 healing surge, and the death titan’s soul shroud gains one soul shard. A target without healing surges takes damage equal to half its total hit points.",damage:"a target without healing surges takes damage equal to half its total hit points",category:1},{id:"0cc2c3a1-bf57-4b60-9233-5597917b4533",name:"Soulfire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:{bonus:26,defence:2},description:"",details:"2d12 + 6 necrotic damage. The death titan must expend one soul shard to use this power.",damage:"2d12 + 6 necrotic damage",category:1},{id:"c48290c6-a7d8-402c-b7b4-c91e9ad1a807",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death titan expends one soul shard and regains 20 hit points.",damage:"The death titan expends one soul shard and regains 20 hit points",category:3},{id:"0aa370b9-67f6-4e93-844b-3f7da6e9ba9f",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the death titan to protect and empower it. At the beginning of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the death titan takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A death titan employs the same tactics as a death giant except that it uses soul devourer at the beginning of battle and makes double attacks as often as possible."},{id:"0cc5386c-d5bf-4610-9d52-1dd337a5b862",name:"Hill Giant",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +16",equipment:"hide armor, greatclub",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:8},intelligence:{score:7},wisdom:{score:12},charisma:{score:9},hp:159,initiative:5,ac:25,fortitude:27,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"80b2d7f6-fd60-48fb-b409-39809295510a",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d10 + 7 damage.",damage:"2d10 + 7 damage",category:1},{id:"3337d0bf-0e44-4390-851c-b8fa0bb2fb76",name:"Sweeping Club",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The hill giant makes a greatclub attack against two Medium or smaller targets;",details:"2d10 + 7 damage. On a hit, the target is pushed 2 squares and knocked prone.",damage:"2d10 + 7 damage",category:1},{id:"f5e0a6ca-0cae-40ca-922b-02769f316215",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8/16",attack:{bonus:15,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hill giant hurls rocks at opponents until they close to melee range, at which point it switches to using its greatclub. As soon as two smaller targets come within reach, the giant uses sweeping club to knock them prone. A hill giant is wise enough to flee if hopelessly outmatched."},{id:"9015b987-7b33-4a1d-bce2-25cba6ee5d2c",name:"Earth Titan",details:"",size:4,origin:1,type:2,keywords:"earth, giant",level:16,role:{type:2,flag:1,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Athletics +19",equipment:"",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:8},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:384,initiative:7,ac:31,fortitude:33,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"5963ac7d-cff8-43ca-83b9-fec8bdb309f5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:20,defence:0},description:"",details:"2d10 + 6 damage.",damage:"2d10 + 6 damage",category:1},{id:"1af7a679-9397-4c1a-bcc7-ea4ae1b01894",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:20,defence:0},description:"The earth titan makes two slam attacks.",details:"2d10 + 6 damage.",damage:"2d10 + 6 damage",category:1},{id:"73c603b9-c491-4d0d-a1ea-93716d7d98d0",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8 + 6 damage, and the target is dazed (save ends).",damage:"2d8 + 6 damage",category:1},{id:"61a980e4-b646-4839-9b90-9978030fe7b3",name:"Earth Shock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:18,defence:1},description:"",details:"2d10 + 6 damage, and the target is stunned until the end of the earth titan’s next turn. Miss: Half damage, and the target is not stunned.",damage:"2d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"An earth titan hurls rocks at foes until they close to melee, at which point it pounds them with its stony fists, spending its action point to use earth shock. Unlike their hill giants cousins, earth titans stand their ground even when faced with a losing battle."},{id:"27f54335-409e-4cb6-bc63-a41d4ac4aac1",name:"Fire Giant",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:7,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +14, Perception +14",equipment:"plate armor, greatsword, 4 javelins",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:11},intelligence:{score:10},wisdom:{score:10},charisma:{score:11},hp:174,initiative:11,ac:34,fortitude:34,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"803ce967-bb68-49aa-9471-32bac5c663f6",name:"Searing Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"1d12 + 6 damage plus 2d8 fire damage, and the target is marked until the end of the fire giant’s next turn.",damage:"1d12 + 6 damage plus 2d8 fire damage",category:1},{id:"132d94a2-26dc-4b84-9545-02863928ffed",name:"Sweeping Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"requires greatsword;",range:"Close Blast 2",attack:{bonus:21,defence:0},description:"",details:"1d12 + 6 damage plus 2d8 fire damage, and the target is marked until the end of the fire giant’s next turn.",damage:"1d12 + 6 damage plus 2d8 fire damage",category:1},{id:"91d95333-0240-4c10-9d13-c7443ab9f3ed",name:"Iron Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"1d10 + 6 damage, and the target is slowed until the end of the fire giant’s next turn.",damage:"1d10 + 6 damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A fire giant takes advantage of reach when possible, using sweeping sword when it has two smaller foes it can attack. It fights fiercely, fleeing only when clearly overwhelmed."},{id:"a1f25c16-a868-4521-99c0-36a9d4d92032",name:"Fire Giant Forgecaller",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:0,flag:0,leader:!1},senses:"",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +14, Perception +17",equipment:"dragonhide armor, mace",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:136,initiative:11,ac:32,fortitude:33,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"2c2e7825-a5d1-43a2-804e-043ccea7efe1",name:"Smoldering Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"1d10 + 6 damage plus 1d10 fire damage.",damage:"1d10 + 6 damage plus 1d10 fire damage",category:1},{id:"10affa27-0c41-4466-8cfd-84c338e422c3",name:"Fire Pillar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:21,defence:2},description:"",details:"3d8 + 3 fire damage.",damage:"3d8 + 3 fire damage",category:1},{id:"ccbbd87a-83b8-4943-a84b-6092691d0cbc",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area Burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"2d8 + 3 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d8 + 3 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A fire giant forgecaller prefers to stay on the outskirts of battle, using fire pillar and flame burst to incinerate enemies."},{id:"4e173763-c922-49fd-97e8-8fa329d59dd9",name:"Fire Titan",details:"",size:4,origin:1,type:2,keywords:"giant",level:21,role:{type:7,flag:1,leader:!1},senses:"",movement:"8",alignment:"Evil",languages:"Giant, Primordial",skills:"Intimidate +20, Perception +21",equipment:"greatsword",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:23},intelligence:{score:10},wisdom:{score:23},charisma:{score:21},hp:398,initiative:18,ac:39,fortitude:36,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"49fbc00a-c5fe-48dd-a2de-cacc83475c5d",name:"Fireraging Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d6 + 9 damage plus 4d6 fire damage, and the target is pushed 2 squares and marked until the end of the fire titan’s next turn.",damage:"2d6 + 9 damage plus 4d6 fire damage",category:1},{id:"d3365795-3c0a-427d-a1d0-7b03d19e2b9b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The fire titan makes two fireraging greatsword attacks.",details:"2d6 + 9 damage plus 4d6 fire damage, and the target is pushed 2 squares and marked until the end of the fire titan’s next turn.",damage:"2d6 + 9 damage plus 4d6 fire damage",category:1},{id:"9f2b9b4f-d21a-4e40-b37d-f78f853d4ef4",name:"Hurl Lava",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"requires a source of lava;",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"4d6 + 6 fire damage, and the target is immobilized until the end of the fire titan’s next turn. A flying creature hit by this attack crashes (Dungeon Master’s Guide 47).",damage:"4d6 + 6 fire damage",category:1},{id:"39f57ef6-be9f-46c7-8288-f225d859674a",name:"Burning Wave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 5",attack:{bonus:24,defence:2},description:"",details:"2d10 fire damage, and ongoing 10 fire damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d10 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"The mighty fire titan wades into melee, spending its action point to use burning wave and then making a double attack against a single target. If a fire titan is in a position to use ranged attacks, the creature eagerly hurls lava, especially against flying creatures. A fire titan, like the fire giant, rarely shies away from battle, and it often fights to the death."},{id:"1d3f50b3-83fb-42bb-a7d6-e74c16d97504",name:"Storm Giant",details:"",size:3,origin:1,type:2,keywords:"aquatic, giant",level:24,role:{type:3,flag:0,leader:!1},senses:"",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant",skills:"Diplomacy +23, Intimidate +23, Perception +21",equipment:"greatsword",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:22},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:228,initiative:18,ac:38,fortitude:39,reflex:36,will:36,regeneration:null,auras:[{id:"07a6a539-78da-4676-9900-8e326a0282ce",name:"Storm Fury",keywords:"Lightning, Thunder",details:"2: any creature that enters or begins its turn in the aura takes 10 lightning and thunder damage; creatures other than storm giants and storm titans treat the area within the aura as difficult terrain and cannot fly."}],powers:[{id:"2ae921dd-1888-4039-8c4c-e53ab9df9335",name:"Crackling Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"1d12 + 10 damage plus 1d8 lightning damage.",damage:"1d12 + 10 damage plus 1d8 lightning damage",category:1},{id:"7ec92931-9fd9-46e8-ab75-e6cdd68056e0",name:"Sweeping Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning, Weapon",condition:"requires greatsword;",range:"Close Blast 2",attack:{bonus:29,defence:0},description:"",details:"2d8 + 10 damage plus 1d8 lightning damage.",damage:"2d8 + 10 damage plus 1d8 lightning damage",category:1},{id:"e0d47288-1bde-43dd-8873-0ac22cdf5ac3",name:"Hurl Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d6 + 6 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"2d6 + 6 lightning and thunder damage",category:1},{id:"d35c0134-38ae-459d-a76f-54e9c8254aa7",name:"Howling Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 4",attack:{bonus:27,defence:1},description:"",details:"1d12 + 6 thunder damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is pushed 1 square but not knocked prone.",damage:"1d12 + 6 thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A storm giant prefers to hurl thunderbolts from a safe distance. When foes come within 4 squares of it, the creature uses howling winds to knock them back and give itself an opportunity to move away. If the ability recharges during melee, the giant immediately uses it again. Otherwise, it relies on its reach, attacking with its greatsword and using sweeping sword if two enemies are within range."},{id:"eb9040dd-0e42-4490-9040-053f18e5529b",name:"Storm Titan",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:27,role:{type:3,flag:1,leader:!1},senses:"",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +24, Intimidate +24, Perception +22",equipment:"greatsword",category:"",strength:{score:33},constitution:{score:29},dexterity:{score:22},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:228,initiative:18,ac:38,fortitude:39,reflex:36,will:36,regeneration:null,auras:[{id:"07a6a539-78da-4676-9900-8e326a0282ce",name:"Storm Fury",keywords:"Lightning, Thunder",details:"4: any creature that enters or begins its turn in the aura takes 10 lightning and thunder damage; creatures other than storm giants and storm titans treat the area within the aura as difficult terrain and cannot fly."}],powers:[{id:"07275956-215e-46d1-b9c8-1da0cc191168",name:"Roaring Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"2d6 + 11 damage plus 2d8 lightning and thunder damage.",damage:"2d6 + 11 damage plus 2d8 lightning and thunder damage",category:1},{id:"2ae921dd-1888-4039-8c4c-e53ab9df9335",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"The storm titan makes two roaring greatsword attacks.",details:"2d6 + 11 damage plus 2d8 lightning and thunder damage.",damage:"2d6 + 11 damage plus 2d8 lightning and thunder damage",category:1},{id:"e0d47288-1bde-43dd-8873-0ac22cdf5ac3",name:"Hurl Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"3d6 + 6 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"3d6 + 6 lightning and thunder damage",category:1},{id:"d35c0134-38ae-459d-a76f-54e9c8254aa7",name:"Howling Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 4",attack:{bonus:30,defence:1},description:"",details:"2d12 + 6 thunder damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is pushed 1 square.",damage:"2d12 + 6 thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"The storm titan uses tactics similar to the storm giant, except that it makes double attacks in melee whenever possible."},{id:"2213a567-e0de-450e-a39e-a8ea4cf50fae",name:"Gibbering Mouther",details:"",size:2,origin:0,type:3,keywords:"",level:10,role:{type:3,flag:0,leader:!1},senses:"all-around vision, darkvision",movement:"5, swim 5",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:14},intelligence:{score:4},wisdom:{score:8},charisma:{score:18},hp:110,initiative:7,ac:22,fortitude:23,reflex:16,will:19,regeneration:null,auras:[{id:"9ba8b03b-5e83-48b3-87ae-2918f2d60b04",name:"Warped Ground",keywords:"",details:"3: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"53559d7e-0b22-4409-be93-e2e9ea455db6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d6 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6 + 6 damage",category:1},{id:"6379da98-1e2e-45dc-87d9-b564b681d1e7",name:"Gibbering",action:{action:7,trigger:"once on its turn before it takes other actions;",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:12,defence:3},description:"",details:"the target is dazed until the end of the gibbering mouther’s next turn.",damage:"",category:5},{id:"8df98abb-437e-442e-be88-bf623c87ef13",name:"Gibbering Feast ",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close Burst 5",attack:{bonus:15,defence:0},description:"unnatural mouths appear on dazed creatures in the burst and bite them;",details:"1d6 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Creatures approaching the gibbering mouther are hampered by the creature’s warped ground aura. During the first round of combat, it uses its gibbering power to daze enemies and then uses gibbering feast to cause biting mouths to appear on them. It continues gibbering each round, biting the nearest target until its gibbering feast power recharges."},{id:"234796e0-8299-4935-aa72-a337a9667e55",name:"Gibbering Abomination",details:"",size:2,origin:0,type:3,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"all-around vision, darkvision",movement:"6, fly 4 (hover; maximum altitude 1)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:19},charisma:{score:12},hp:168,initiative:13,ac:32,fortitude:31,reflex:30,will:30,regeneration:null,auras:[{id:"c25a7b04-62c3-43a6-9fe9-443fe5587143",name:"Unnatural Utterances",keywords:"",details:"5: enemies that start their turns in the aura take a –2 penalty to attack rolls."}],powers:[{id:"86f5c7ff-fd04-40fc-9ca9-1c161b161edd",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d6 + 5 damage, and ongoing 5 psychic damage (save ends). Combat Advantage: The gibbering abomination deals an extra 2d6 psychic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"2d6 + 5 damage",category:1},{id:"5f65c81f-5257-46fb-82e1-06e9bd0548f5",name:"Gibbering",action:{action:7,trigger:"once on its turn before it takes other actions;",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:20,defence:3},description:"",details:"the target is dazed until the end of the gibbering abomination’s next turn.",damage:"",category:5},{id:"53b97132-bd02-4dc7-99a8-7219a33015fe",name:"Eye of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"3d8 + 4 psychic damage, and the target is immobilized (save ends). Combat Advantage: The gibbering abomination deals an extra 2d6 psychic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"3d8 + 4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This beast uses its gibbering power every round while holding off foes with its unnatural utterances aura. It uses eye of despair against a dazed foe at range, gaining the benefit of combat advantage. In melee, it uses its tentacles to attack dazed opponents, against whom it has combat advantage."},{id:"763d13aa-157a-4829-80b7-c80cffe3126c",name:"Gibbering Orb",details:"",size:4,origin:0,type:3,keywords:"",level:27,role:{type:3,flag:2,leader:!1},senses:"all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"--",skills:"Perception +20",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:28},intelligence:{score:17},wisdom:{score:15},charisma:{score:31},hp:1230,initiative:22,ac:41,fortitude:33,reflex:39,will:40,regeneration:null,auras:[{id:"348cd7f3-64aa-4dfa-a93d-9af3aa6fada9",name:"Merciless Eyes",keywords:"",details:"5: at the start of each enemy’s turn, if that creature is within the aura and in the gibbering orb’s line of sight, the gibbering orb uses one random eye ray power against that creature."}],powers:[{id:"4f4385b4-c598-4b18-90db-038cc445b10b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"4d6 + 10 damage, and the mouth detaches from the gibbering orb and makes a new bite attack against the target each round at the start of the gibbering orb’s turn. When the mouth misses, it drops off and turns into useless, dead gray flesh.",damage:"4d6 + 10 damage",category:1},{id:"45b1ab39-38fb-4a35-bd0b-806793a04422",name:"Gibbering",action:{action:7,trigger:"once on its turn before it takes other actions;",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 10; deafened creatures are immune",attack:{bonus:29,defence:3},description:"",details:"the target is dazed until the end of the gibbering orb’s next turn.",damage:"",category:5},{id:"e97088e6-87b3-4a08-a639-fb958ce21b3b",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:30,defence:3},description:"",details:"The gibbering orb can use two different eye ray powers (chosen from the list below or rolled randomly). Each power must target a different creature. Using eye rays does not provoke opportunity attacks. 1—Mindcarving Ray (Psychic): Ranged 10; 2d8 + 12 psychic damage, and the target is dazed (save ends). 2—Flesheating Ray (Necrotic): Ranged 10; +30 vs. Fortitude; 2d8 + 12 necrotic damage, and ongoing 10 necrotic damage (save ends). 3—Bonewarping Ray: Ranged 10; +30 vs. Fortitude; 2d8 + 12 damage, the target is weakened (save ends). 4—Bloodfeasting Ray: Ranged 10; +30 vs. Refl ex; 2d8 + 12 damage, and ongoing 10 damage (save ends). 5—Farsending Ray (Psychic, Teleportation): Ranged 10; +30 vs. Reflex; the target is briefl y transported to the Far Realm, reappearing in the same space (or the nearest unoccupied space if that space is occupied) at the end of the gibbering orb’s next turn. Upon its return, the target takes 2d8 + 12 psychic damage and takes a –5 penalty to saving throws until the end of the encounter. 6—Souleating Ray (Necrotic): Ranged 10; +30 vs. Will; the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target dies.",damage:"2d8 + 12 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gibbering orb keeps its distance, attacking enemies with its eye rays while gibbering each round as a free action. It uses its action points to make additional eye ray attacks. If forced into melee combat, it makes bit attacks, detaching its mouths and retreating as they continue biting foes."},{id:"95380d34-8e47-477d-bca3-31da2d65a629",name:"Githyanki Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"",movement:"5; see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +9, Insight +12, Perception +12",equipment:"plate armor, silver greatsword",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:118,initiative:13,ac:28,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"a363f507-b105-4ec7-89b5-96e532756627",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:17,defence:0},description:"",details:"1d10 + 5 plus 1d6 psychic damage, plus an extra 3d6 psychic damage if the target is immobilized.",damage:"1d10 + 5 plus 1d6 psychic damage",category:1},{id:"b32276cb-0e41-4d74-83be-fa98d2742b43",name:"Telekinetic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5; Medium or smaller target",attack:{bonus:15,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:1},{id:"daba7650-08de-43b5-ba50-1e2280225c47",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki warrior or an ally within range can fly up to 5 squares.",damage:"the githyanki warrior or an ally within range can fly up to 5 squares",category:2}],damageModifiers:[],resist:"Saving Throws +2 against charm effects",vulnerable:"",immune:"",tactics:"Although this githyanki favors melee, it generally begins battle by using its telekinetic grasp to immobilize an opponent. It then attacks the immobilized target with its silver greatsword, dealing additional psychic damage on a hit."},{id:"4ea0d8e2-6ad3-47ad-80d8-154c83a8ad15",name:"Githyanki Mindslicer",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!1},senses:"",movement:"6; see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +12, Perception +12",equipment:"robes, overcoat, silver longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:17},wisdom:{score:12},charisma:{score:11},hp:98,initiative:11,ac:27,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"31654ccb-7ca7-4098-a304-c24d1d9609c0",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d8 + 2 plus 1d8 psychic damage.",damage:"1d8 + 2 plus 1d8 psychic damage",category:1},{id:"c3fd6bdc-341b-4f51-bc9c-fb774b0777e3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki mindslicer or an ally within range can fly up to 5 squares.",damage:"the githyanki mindslicer or an ally within range can fly up to 5 squares",category:2},{id:"607b5313-56bf-4102-ad03-e4e8e7d9c9b2",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8 + 3 psychic damage.",damage:"2d8 + 3 psychic damage",category:1},{id:"25572b2a-bd4e-4c3d-a36c-27ddc83588ba",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Area Burst 1 within 20",attack:{bonus:16,defence:3},description:"",details:"1d6 + 3 psychic damage, and ongoing 5 psychic damage (save ends), and the target can’t use daily or encounter powers (save ends).",damage:"1d6 + 3 psychic damage",category:1}],damageModifiers:[],resist:"Saving Throws +2 against charm effects",vulnerable:"",immune:"",tactics:"A mindslicer begins combat by unleashing a psychic barrage against multiple enemies. It stays at the periphery of the battlefield, assailing foes with its mindslice power until it can recharge and unleash psychic barrage again."},{id:"cfd0fd66-7287-4a5f-bc37-b1022aa1f0a4",name:"Githyanki Gish",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"",movement:"5; see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +16, History +13, Insight +14, Perception +14",equipment:"chainmail, silver longsword",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:14},intelligence:{score:19},wisdom:{score:14},charisma:{score:17},hp:226,initiative:13,ac:31,fortitude:28,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"2ed2b287-9c3b-48bc-9359-e1da0b804dda",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 3 plus 1d8 psychic damage.",damage:"1d8 + 3 plus 1d8 psychic damage",category:1},{id:"cd2113b8-8763-4de6-ac04-7cdad3508de7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"The githyanki gish makes two silver longsword attacks.",details:"1d8 + 3 plus 1d8 psychic damage.",damage:"1d8 + 3 plus 1d8 psychic damage",category:1},{id:"793b793f-0fbf-4904-835d-b0ab4aca010e",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"3d6 + 4 force damage.",damage:"3d6 + 4 force damage",category:1},{id:"1b885de7-e5e2-4b43-aa4a-8ebebdb31556",name:"Storm of Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:20,defence:0},description:"The githyanki gish makes four attacks, no more than two of them against a single target:",details:"2d8 + 4 fire damage.",damage:"2d8 + 4 fire damage",category:1},{id:"4dabb95c-48a5-4b60-a481-d4080feb11d4",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki gish teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki gish teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"Saving Throws +2 (+4 against charm effects)",vulnerable:"",immune:"",tactics:"A githyanki gish uses ranged attacks ( force bolt and storm of stars) to soften up foes before engaging in melee combat, using astral stride to gain a flanking position when possible and making a double attack at every opportunity. If the battle turns against the gish and its allies, it uses astral stride to escape."},{id:"eb20327f-58da-45ea-9bc1-6df904f5b236",name:"Githzerai Cenobite",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"",movement:"7; see also inescapable fate",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +15, Athletics +9, Insight +13, Perception +13",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:108,initiative:12,ac:27,fortitude:22,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8b30c35d-7290-4ab8-9536-c25e934de698",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d8 + 3 damage.",damage:"2d8 + 3 damage",category:1},{id:"2d76798b-2970-404e-bf7b-bf29e0e92e52",name:"Stunning Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:1},description:"",details:"1d8 + 3 damage, and the target is stunned until the end of the githzerai cenobite’s next turn.",damage:"1d8 + 3 damage",category:1},{id:"458afb57-240c-4665-9543-33a0d181feff",name:"Innescapable Fate",action:{action:4,trigger:"when an adjacent enemy shifts away from the githzerai cenobite;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cenobite shifts to remain adjacent to the enemy. The cenobite cannot use this power if the enemy shifts using a movement mode the cenobite does not possess.",damage:"",category:5},{id:"e210a24a-681a-4e72-b657-28b1a63ca317",name:"Iron Mind",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai cenobite gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai cenobite gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"3c83c1db-3813-4fcd-9a5a-5342fd6473a3",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll required; the next melee attack made against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",damage:"the next melee attack made against the target gains a +5 power bonus to the attack roll and",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A githzerai cenobite uses its trace chance power to ensure that its first hit is a good one. It then makes a stunning strike against its foe. It alternates between unarmed strikes and stunning strikes on subsequent rounds, using inescapable fate to stay within striking distance of its opponent."},{id:"a2bf5bf3-3121-416c-8902-cd42bd204cee",name:"Githzerai Zerth",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +17, Athletics +10, Insight +15, Perception +15",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:19},intelligence:{score:14},wisdom:{score:19},charisma:{score:13},hp:248,initiative:12,ac:29,fortitude:26,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"ea09ad3a-6ae2-4a98-b30a-db8408f90607",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 4 damage.",damage:"2d8 + 4 damage",category:1},{id:"91c1c225-c899-42eb-8828-dfe3307026c1",name:"Inner Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Ranged 5",attack:{bonus:16,defence:2},description:"",details:"1d8 + 4 lightning damage, and the target teleports 5 squares, to an unoccupied space of the zerth’s choosing.",damage:"1d8 + 4 lightning damage",category:1},{id:"adf0b910-8280-41e1-8bf3-4d231df0379c",name:"Psychic Fists",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:17,defence:3},description:"",details:"1d8 + 4 psychic damage.",damage:"1d8 + 4 psychic damage",category:1},{id:"6b2fa0eb-a4dc-44cf-a878-f26ee6409a93",name:"Reorder Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged sight; up to 4 Medium or smaller targets",attack:{bonus:17,defence:1},description:"",details:"the targets teleport to swap spaces as the zerth chooses.",damage:"",category:1},{id:"fc38e3df-46fe-4215-8261-6177c5ea277e",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll required; the next melee attack made against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",damage:"the next melee attack made against the target gains a +5 power bonus to the attack roll and",category:1},{id:"1d3cef36-7e36-4196-bf14-2ab530264137",name:"Avenging Wind",action:{action:5,trigger:"when targeted by a ranged attack;",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"The attack targets another creature within 5 squares of the zerth",attack:null,description:"",details:"The zerth teleports 10 squares into a square adjacent to the attacker.",damage:"The zerth teleports 10 squares into a square adjacent to the attacker",category:5},{id:"fbad8910-830f-4a33-844c-3cd42b5fc8e0",name:"Iron Mind",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai zerth gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai zerth gains a +2 bonus to all defenses until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A githzerai zerth spends its action point to use trace chance, then attacks the same foe with inner spark, teleporting it to a space where it can be isolated and attacked. The zerth then closes in on its enemies, pounding them with psychic fists and using avenging wind to deflect a ranged attack and teleport next to its attacker. Between unarmed strikes and inner spark attacks, the zerth uses reorder chaos to alter the complexion of the battlefield, swapping allies and enemies to its advantage."},{id:"01ded64d-0ca9-4a14-8713-4f6846800d1e",name:"Githzerai Mindmage",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +18, Arcana +13, Athletics +10, Insight +16, Perception +16",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:13},wisdom:{score:19},charisma:{score:10},hp:105,initiative:13,ac:28,fortitude:24,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"a3c35b44-b547-4ae4-aa97-3301d411c5f9",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d8 + 4 damage.",damage:"2d8 + 4 damage",category:1},{id:"0c6f211a-d0e7-46ee-82d0-622e723ec2aa",name:"Iron Mind",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai mindmage gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai mindmage gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"f7ed2939-c2d7-4c48-adcd-2b315dba8ff6",name:"Mindstrike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"2d8 + 4 psychic damage, and the target is dazed (save ends); see also accurate mind.",damage:"2d8 + 4 psychic damage",category:1},{id:"7e5343d7-4e22-4451-a921-da19dbdaf4af",name:"Elemental Bolts",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"the githzerai mindmage makes up to 3 attacks, each against a different target;",details:"4d8 acid, cold, fire, or lightning damage (the mindmage chooses the damage type for each attack); see also accurate mind.",damage:"or lightning damage (the mindmage chooses the damage type for each attack)",category:1},{id:"99550304-1972-4f49-b818-e63be85f2370",name:"Concussion Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area Burst 2 within 10",attack:{bonus:17,defence:1},description:"",details:"1d10 + 4 damage, and the target is knocked prone.",damage:"1d10 + 4 damage",category:1},{id:"49c846c0-6283-48a7-b546-974937c1c287",name:"Accurate Mind",action:null,keywords:"",condition:"",range:"The githzerai mindmage’s ranged attacks ignore cover and concealment (but not superior cover or total concealment).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This githzerai relies on ranged attacks, using its accurate mind power to ignore cover and concealment."},{id:"7e15cc7b-9992-4ffd-a6f6-dda8ce31738c",name:"Gnoll Huntmaster",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +7, Perception +11, Stealth +11",equipment:"leather armor, handaxe, longbow, quiver of 30 arrows",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:8},wisdom:{score:14},charisma:{score:7},hp:50,initiative:6,ac:19,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"42f8433b-1856-4fe0-a962-19d8ee5a8a84",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d6 + 3 damage, or 1d6 + 5 damage while bloodied; see also pack attack.",damage:"1d6 + 3 damage",category:1},{id:"32742b92-0eed-4046-88c6-e035517ac44b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10 + 4 damage, or 1d10 + 6 damage while bloodied; see also pack attack.",damage:"1d10 + 4 damage",category:1},{id:"3d2da175-d14d-48fb-8e5f-364636aff0f6",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll huntmaster deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the huntmaster’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gnoll huntmaster often delays its initial turn, waiting until its allies move in and attack. The creature stays at the edge of its range, attacking with its longbow and using pack attack to deal extra damage."},{id:"44d9d5c2-c895-4afc-a037-d80d207c7581",name:"Gnoll Claw Fighter",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8; see also mobile melee attack",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +8, Perception +6",equipment:"leather armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:12},charisma:{score:7},hp:70,initiative:7,ac:20,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"0ebd0e43-378a-44b9-b01b-534b036852e0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d6 + 4 damage, or 1d6 + 6 while bloodied; see also pack attack above.",damage:"1d6 + 4 damage",category:1},{id:"68f77936-b292-4519-91e0-44c7c0795032",name:"Clawing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"The gnoll claw fighter charges and makes two claw attacks against a single target instead of one melee basic attack.",details:"1d6 + 4 damage, or 1d6 + 6 while bloodied; see also pack attack above.",damage:"1d6 + 4 damage",category:1},{id:"add41759-74af-469a-9973-32d446174d1f",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"The gnoll claw fighter can move up to 4 squares and make one melee basic attack at any point during that movement. The gnoll doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d6 + 4 damage, or 1d6 + 6 while bloodied; see also pack attack above.",damage:"1d6 + 4 damage",category:1},{id:"9230ed62-b4aa-4b03-a78d-6041eaae1d6d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll claw fighter deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the claw fighter’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This gnoll makes a clawing charge and then uses mobile melee attack to make claw attacks, positioning itself to reap the benefit of its pack attack power."},{id:"d1c5b480-2073-4894-a465-a2fbe6a31b1a",name:"Gnoll Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +8, Perception +7, Stealth +10",equipment:"leather armor, light shield, spear",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:7},hp:84,initiative:5,ac:18,fortitude:18,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"636d551f-6cb9-4daf-9a47-5434cb481475",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage, or 1d8 + 8 while bloodied; see also quick bite and pack attack.",damage:"1d8 + 6 damage",category:1},{id:"4252e7a4-d876-455f-a81a-1d7cc013b6a6",name:"Quick Bite",action:{action:7,trigger:"when the gnoll marauder hits a bloodied enemy with a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"The gnoll marauder makes a bite attack against the same target:",details:"1d6 + 2 damage, or 1d6 + 4 damage while bloodied.",damage:"1d6 + 2 damage",category:5},{id:"8df3f141-405f-4f6d-bd63-920e62799ca6",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll marauder deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the marauder’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Gnoll marauders gang up on a single target to gain the benefit of their pack attack power. It uses its quick bite against bloodied foes whenever possible."},{id:"e8b5ef78-1dfd-4aa3-bb8e-dbdb6617e38d",name:"Gnoll Demonic Scourge",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!0},senses:"low-light vision",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Insight +10, Intimidate +13, Perception +7, Religion +10",equipment:"hide armor, heavy flail",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:13},wisdom:{score:12},charisma:{score:15},hp:106,initiative:6,ac:20,fortitude:21,reflex:18,will:18,regeneration:null,auras:[{id:"6ca3058d-0004-4773-a4fc-cecc21e08344",name:"Leader of the Pack",keywords:"",details:"5: allies in the aura gain a +1 bonus to attack rolls. While this creature is bloodied, the bonus increases to +2."}],powers:[{id:"4ccaa91f-f21b-409d-b9e6-e9504135f6d6",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"2d6 + 5 damage, or 2d6 + 7 while bloodied; against a bloodied enemy, this attack also knocks the target prone; see also pack attack.",damage:"2d6 + 5 damage",category:1},{id:"515868af-f3f9-492b-9a8a-02bb796c2ddc",name:"Bloodthirst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gnoll demonic scourge bloodies an enemy with a melee attack, an ally adjacent to the enemy can make a melee attack against that enemy as an immediate reaction.",damage:"",category:0},{id:"e4ef00a8-dc13-429e-b9c7-14e1ffa633b7",name:"Overwhelming Attack",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll demonic scourge applies its bloodthirst power to two allies instead of one.",damage:"",category:4},{id:"be03639a-7e63-4806-a9e5-3566d14a77bf",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll demonic scourge deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the demonic scourge’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This gnoll leads weaker gnolls into battle, imparting the benefits of its leader of the pack aura while commanding nearby allies to concentrate their attacks on one target at a time. Like other gnolls, the demonic scourge attempts to shift into a position where it can gain the pack attack bonus. The first time it bloodies a foe and the opportunity to use bloodthirst arises, the demonic scourge uses overwhelming attack."},{id:"eab669d0-335a-4b66-99c5-80705009ad44",name:"Gnome Skulk",details:"",size:1,origin:2,type:2,keywords:"",level:2,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +10, Stealth +11, Thievery +9",equipment:"leather armor, war pick, hand crossbow with 20 bolts",category:"",strength:{score:8},constitution:{score:16},dexterity:{score:17},intelligence:{score:14},wisdom:{score:12},charisma:{score:13},hp:34,initiative:8,ac:16,fortitude:14,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"41f7f5c5-eba6-4e22-84eb-2e2f0d49e5e6",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 + 3 damage (crit 1d8 + 11). Combat Advantage: The gnome skulk deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 3 damage (crit 1d8 + 11)",category:1},{id:"83cf70b7-7aef-45e3-b52a-d911947949db",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage. Combat Advantage: The gnome skulk deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 3 damage",category:1},{id:"759e06ad-6a61-47cc-8da5-605df368baa5",name:"Fade Away",action:{action:4,trigger:"when the gnome skulk takes damage;",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome skulk turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"9f77fcdb-2e6a-4f8e-baf0-af450c8a3a61",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to escape notice.",damage:"",category:0},{id:"1a8336d8-9420-43e5-bb5a-03f4b61d6c6c",name:"Shadow Skulk",action:null,keywords:"",condition:"",range:"When a gnome skulk makes a melee or a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gnome skulk tries to gain combat advantage by surprising or flanking enemies, or by attacking dazed foes."},{id:"93993881-fc87-435f-8df0-746aedc0a6e8",name:"Gnome Arcanist",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"5; see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +12, Bluff +8, Insight +6, Stealth +8",equipment:"robes, dagger",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:15},hp:46,initiative:1,ac:16,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"efb6979c-733f-4709-977f-fb638f6a496e",name:"Aura of Illusion",keywords:"Illusion",details:"5: the gnome arcanist and all allies in the aura gain concealment."}],powers:[{id:"180a9333-7e72-40e6-996d-c061a2088d36",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"f55cc5f5-f6ee-48dd-beee-fac877747943",name:"Scintillating Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6 + 4 radiant damage, and the target is dazed (save ends).",damage:"1d6 + 4 radiant damage",category:1},{id:"508fc242-d10a-41ca-b709-4f2e1db8fbd6",name:"Startling Glamour",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Illusion",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"1911c98a-6a77-4913-9672-3cf03cd83cae",name:"Illusory Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:7,defence:3},description:"",details:"the target is slowed (save ends).",damage:"",category:1},{id:"748843c4-1959-434b-b570-a3a222c903dc",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to escape notice.",damage:"",category:0},{id:"7deec65d-4897-4a30-b117-1a6c41784eba",name:"Fade Away",action:{action:4,trigger:"when the gnome arcanist takes damage;",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome arcanist turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"4c360047-9815-40ba-b170-4a51f15af281",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnome arcanist teleports 5 squares.",damage:"The gnome arcanist teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This gnome hides within its aura of illusion until it’s ready to attack. It uses scintillating bolt and startling glamor each round, dazing enemies and sliding them into positions where they can be flanked by the gnome arcanist’s allies. When enemies get within 5 squares, it uses illusory terrain to further hinder them."},{id:"dfdba1bb-a4eb-4443-9ff6-bfb3ca4995c8",name:"Bugbear Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +9, Stealth +11",equipment:"hide armor, morningstar",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:76,initiative:5,ac:18,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"cab9a5f9-c6a7-4b49-8fe1-51d570bd0e81",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d12 + 6 damage.",damage:"1d12 + 6 damage",category:1},{id:"dc69e10c-c14b-4af9-84c3-f5bc1d3e04b5",name:"Skullthumper",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires morningstar and combat advantage;",range:"Melee Weapon",attack:{bonus:5,defence:1},description:"",details:"1d12 + 6 damage, and the target is knocked prone and dazed (save ends).",damage:"1d12 + 6 damage",category:1},{id:"ea51ebd1-d236-4609-a9bd-678eb6a8a13c",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear warrior deals an extra 1d6 damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"the bugbear warrior deals an extra 1d6 damage on the next attack it makes with combat advantage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Bugbear warriors are surprisingly sneaky for their size. They sometimes send out their smaller kin to lead overeager adventurers into a trap. If they can’t achieve surprise, bugbear warriors look for chances to flank their foes."},{id:"2b397ac2-c3cb-4f74-90bc-365d4bec7faa",name:"Bugbear Strangler",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +10, Stealth +14",equipment:"leather armor, morningstar, rope garrote",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:82,initiative:11,ac:21,fortitude:18,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"76adfae4-8712-4880-b960-a96cac12dd92",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d12 + 4 damage.",damage:"1d12 + 4 damage",category:1},{id:"9469cb59-c35e-4289-a463-719022ab497f",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear strangler deals an extra 1d6 damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"the bugbear strangler deals an extra 1d6 damage on the next attack it makes with combat advantage",category:3},{id:"de562d4c-2460-4877-bc7e-1fe9dff11cdd",name:"Strangle",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"",condition:"requires combat advantage;",range:"Melee",attack:{bonus:9,defence:2},description:"",details:"1d10 + 4 damage, and the target is grabbed (until escape). A target trying to escape the grab takes a –4 penalty to the check. The bugbear strangler can sustain the power as a standard action, dealing 1d10 + 4 damage and maintaining the grab.",damage:"1d10 + 4 damage",category:1},{id:"7829d0e9-4ff7-4206-b360-cb6169ccab7b",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or ranged attack against AC or Reflex;",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear strangler makes its grabbed victim the target instead. The bugbear strangler can’t use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bugbear strangler uses tactics similar to the bugbear warrior but likes to stay hidden for a round or two at the beginning of a fight. Only after most of its enemies are busy does the strangler attack, singling out a target that doesn’t have much help nearby."},{id:"d3756d33-b2c8-4e81-bc76-116ad7788666",name:"Goblin Cutter",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +5, Thievery +5",equipment:"leather armor, short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:3,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"0a46642d-af17-47e2-8bed-5ea0ed0665c6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"4 damage (5 damage if the goblin cutter has combat advantage against the target).",damage:"4 damage (5 damage if the goblin cutter has combat advantage against the target)",category:1},{id:"8d01eb79-a842-4a4b-97d1-c182a0ce3233",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Goblin cutters—like all goblins—don’t fight fair. They gang up on a single enemy and quickly take advantage of goblin tactics to achieve flanking positions. If it dawns on them that they’re losing the battle, they flee, hoping to live to fight another day."},{id:"902690fe-ae80-446a-a165-ba1837e5d16d",name:"Goblin Blackblade",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather armor, short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:25,initiative:7,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"03e25824-5b18-48be-a61e-76a8a03b99fe",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"1d6 + 2 damage. Combat Advantage: The goblin blackblade deals an extra 1d6 damage against any target it has combat advantage against.",damage:"1d6 + 2 damage",category:1},{id:"0c747027-c8c3-40ec-aebd-5f5ca4ebaa12",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"4b02944f-e8f3-4b52-83e5-992ff2b475c0",name:"Sneaky",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When shifting, a goblin blackblade can move into a space occupied by an ally of its level or lower. The ally shifts into the blackblade’s previous space as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Goblin blackblades have more stomach for melee than most goblins, preferring to flank a single enemy to gain combat advantage. When bloodied, they use their sneaky power to trade places with fresher goblins."},{id:"1019fdcf-2eb5-49c7-86c1-2224165d703c",name:"Goblin Warrior",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also mobile ranged attack and goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather armor, spear, 5 javelins in sheaf",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:29,initiative:5,ac:17,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"6880d8f6-7841-47b7-9613-e84db7a33706",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"f727f2e1-b5b4-49ef-89e6-88864c2f15b6",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage. Great Position: If, on its turn, the goblin warrior ends its move at least 4 squares away from its starting point, it deals an extra 1d6 damage on its ranged attacks until the start of its next turn.",damage:"1d6 + 2 damage",category:1},{id:"0a35da6d-548d-4cb8-aec3-905954780fc1",name:"Mobile Ranged Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"The goblin warrior can move up to half its speed; at any point during that movement, it makes one ranged attack without provoking an opportunity attack.",details:"1d6 + 2 damage. Great Position: If, on its turn, the goblin warrior ends its move at least 4 squares away from its starting point, it deals an extra 1d6 damage on its ranged attacks until the start of its next turn.",damage:"1d6 + 2 damage",category:1},{id:"6140624b-5d52-4f8e-84a9-fc103c70a932",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Goblin warriors would rather fight at range, using great position to deal more damage with their javelins. In melee combat, they use goblin tactics to maneuver into flanking positions. Once bloodied (or once they’ve seen several of their comrades cut down), warriors tend to flee and leave allies to fend for themselves."},{id:"2a64438a-60e2-435a-931e-2e1d283023a5",name:"Goblin Sharpshooter",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +12, Thievery +12",equipment:"leather armor, short sword, hand crossbow with 20 bolts",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:31,initiative:5,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"94f36b32-cb97-49e4-9b54-311c75020db6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage. Combat Advantage: The goblin sharpshooter deals an extra 1d6 damage against any target it has combat advantage against.",damage:"1d6 + 2 damage",category:1},{id:"d228d2d1-cd3f-40de-88b0-9c40ea17a08d",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"95a2e193-4eb7-4ee5-acbd-9a8d08ce3f5f",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"5a9f85d6-5b15-4844-8c6f-65b1ecc09ae7",name:"Sniper",action:null,keywords:"",condition:"",range:"When a goblin sharpshooter makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sharpshooters prefer hit-and-run tactics—if an enemy swings at a goblin and misses, the goblin usually skitters away to start its next turn at a safe distance."},{id:"4601e889-2d5f-43c2-9aa9-dc72aec85916",name:"Goblin Hexer",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather robes, hexer rod",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:18},hp:46,initiative:3,ac:17,fortitude:14,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"3952fd53-ad3a-4094-a82b-3fbd5b8b0ed2",name:"Hexer Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d6 + 1 damage.",damage:"1d6 + 1 damage",category:1},{id:"ea884a50-bf64-4b41-88d7-5ee893ff2315",name:"Blinding Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:7,defence:1},description:"",details:"2d6 + 1 damage, and the target is blinded (save ends).",damage:"2d6 + 1 damage",category:1},{id:"e5208882-a87d-485e-8685-13d16ac7f778",name:"Stinging Hex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target takes 3d6 + 1 damage if it moves during its turn (save ends).",damage:"the target takes 3d6 + 1 damage if it moves during its turn (save ends)",category:1},{id:"ab72e0cc-5a4b-4de1-8a75-e764a791b3b4",name:"Vexing Cloud",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 3 within 10",attack:null,description:"",details:"automatic hit; all enemies within the zone take a –2 penalty to attack rolls. The zone grants concealment to the goblin hexer and its allies. The goblin hexer can sustain the zone as a minor action, moving it up to 5 squares.",damage:"moving it up to 5 squares",category:1},{id:"1c06e09f-39b9-4b7d-a8ea-84fec44c6470",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the targeted ally can shift 2 more squares and make an attack.",damage:"the targeted ally can shift 2 more squares and make an attack",category:5},{id:"79143c09-d0a7-4460-bcb9-0b6c42f8304e",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"c28c5020-97d6-434e-b612-98419f048525",name:"Lead From the Rear",action:{action:5,trigger:"when targeted by a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin hexer can change the attack’s target to an adjacent ally of its level or lower.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The goblin hexer uses lead from the rear to turn nearby allies into meat shields while it casts vexing cloud around itself and its closest allies and enemies. It then targets an enemy defender with stinging hex and uses its blinding hex on foes making ranged attacks. When another goblin within 10 squares uses goblin tactics, the goblin hexer uses incite bravery to allow that goblin to make a free attack."},{id:"a182d9e0-f976-413e-9392-ac0497195c34",name:"Goblin Skullcleaver",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"5; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9, Thievery +9",equipment:"chainmail, battleaxe",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:14},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:53,initiative:3,ac:15,fortitude:15,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"c8dc5e2d-3933-421d-aaf6-aa478140e2c8",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d10 + 5 damage, or 2d10 + 5 while bloodied.",damage:"1d10 + 5 damage",category:1},{id:"0030c392-7db2-4d01-a5a9-c590d971fe4f",name:"Bloodied Rage",action:null,keywords:"",condition:"(while bloodied)",range:"",attack:null,description:"",details:"The goblin skullcleaver loses the ability to use goblin tactics and can do nothing but attack the nearest enemy, charging when possible.",damage:"",category:0},{id:"2356b8ee-309f-48f6-99a1-c1499d69de67",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Uncharacteristically brave, goblin skullcleavers charge boldly (perhaps foolishly) into melee and use goblin tactics to move into flanking positions. When bloodied, they fly into a savage rage, attacking without concern for their own wellbeing."},{id:"753e56b9-a1d9-4ccd-88d7-3e42108fa698",name:"Goblin Underboss",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"5; see also superior goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Perception +8, Stealth +10, Thievery +10",equipment:"chainmail, short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:13},charisma:{score:16},hp:110,initiative:4,ac:18,fortitude:17,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"f804b012-f28e-46a5-aa04-67d943ecc7a3",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage. Miss: An adjacent ally makes a free basic attack.",damage:"1d6 + 4 damage",category:1},{id:"75ef9905-fc40-4ce2-bdba-c92b310317cb",name:"Superior Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin underboss and up to two allies within its line of sight shift 1 square.",damage:"The goblin underboss and up to two allies within its line of sight shift 1 square",category:5},{id:"f0176760-c1e0-43b5-9947-1d0388c5a4ff",name:"Survival Instinct",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin underboss gains a +3 bonus to defenses while bloodied.",damage:"The goblin underboss gains a +3 bonus to defenses while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The goblin underboss tries to stay adjacent to one or more allies and uses superior goblin tactics to move its allies into advantageous positions."},{id:"dfc92e11-ea59-4384-9048-839838bb4f8d",name:"Hobgoblin Grunt",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +6, History +2, Perception +1",equipment:"leather armor, light shield, longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:1,initiative:4,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"f86956ce-0d11-49e9-867f-75fa7f1a0336",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"57a0ae36-3580-48b4-a739-36a3f67ba212",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin grunt suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin grunt makes a saving throw against the triggering effect.",damage:"",category:5},{id:"ee6b91d6-b057-4fd4-baf7-cb18b10f98f1",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin grunt gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin grunt gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin grunts work so closely together that their maneuvers seem instinctual. They form strong lines so that they gain the benefit of phalanx soldier while preventing enemies from gaining flanking positions."},{id:"f9be8d2e-6f27-4042-a803-69255a5e606e",name:"Hobgoblin Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +9, History +5, Perception +5",equipment:"scale armor, light shield, longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:4,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"f86956ce-0d11-49e9-867f-75fa7f1a0336",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"57a0ae36-3580-48b4-a739-36a3f67ba212",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warrior suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warrior makes a saving throw against the triggering effect.",damage:"",category:5},{id:"ee6b91d6-b057-4fd4-baf7-cb18b10f98f1",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warrior gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin warrior gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin warriors use the same tactics as hobgoblin grunts (see above), although they are more disciplined and fight to the last."},{id:"adfa984f-680b-4588-be5c-8d70058bfd31",name:"Hobgoblin Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, History +8",equipment:"scale armor, heavy shield, flail",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:47,initiative:7,ac:20,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"50a2b27b-51e4-4e16-84a6-ec097a5f119a",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d10 + 4 damage, the target is marked and slowed until the end of the hobgoblin soldier’s next turn.",damage:"1d10 + 4 damage",category:1},{id:"31fd9376-6746-4827-bdf5-955ef3fb2886",name:"Formation Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires flail;",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d10 + 4 damage, and the hobgoblin soldier shifts 1 square provided it ends in a space adjacent to another hobgoblin.",damage:"1d10 + 4 damage",category:1},{id:"b1c06483-7c66-4fe8-8836-4a4c34edde1d",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0},{id:"31b691ec-15f9-414f-b14d-b2cd8693b9ec",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin soldier suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin soldiers form neat lines on the battlefield to gain the benefit of phalanx soldier. A soldier that is pushed or slid out of formation uses formation strike to move adjacent to a hobgoblin ally after an attack."},{id:"83cce82e-3d6c-4be7-b94a-9cad23072ed3",name:"Hobgoblin Warcaster",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, History +12",equipment:"robes, quarterstaff",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"41af1eb1-5c1a-4969-995c-62983059f491",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"367324fe-1c58-4d0e-a48c-6c0a731720ed",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"requires quarterstaff;",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"2d10 + 4 lightning damage, and the target is dazed until the end of the hobgoblin warcaster’s next turn.",damage:"2d10 + 4 lightning damage",category:1},{id:"a05b5e30-cc74-4906-8020-7b54916a9ed1",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:0,defence:1},description:"",details:"2d6 + 4 force damage, and the target slides 3 squares.",damage:"2d6 + 4 force damage",category:1},{id:"6dc6aea4-78e4-48e3-acf4-d69b998eb647",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8 + 4 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8 + 4 force damage",category:1},{id:"353b8f05-a92e-4d97-afa2-24294dfbaf5e",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warcaster suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warcaster makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hobgoblin warcaster uses force lure and force pulse to maneuver enemies into the waiting steel of a line of soldiers, followed by shock staff to daze them while within its allies’ reach."},{id:"dfc81f8c-bbd8-4ff8-87ba-dee014dab022",name:"Hobgoblin Commander",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!0},senses:"low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +12, History +10, Intimidate +7",equipment:"scale armor, heavy shield, spear",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:64,initiative:8,ac:21,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"4be0c41e-43f0-40d8-9f86-0a57def2ee16",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 damage; see also lead from the front. If the hobgoblin commander hits with an opportunity attack, it shifts 1 square.",damage:"1d8 + 5 damage",category:1},{id:"ea3dbf85-29a4-43f1-92f6-f3cb6e3794d2",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Burst 5",attack:null,description:"",details:"allies in the burst shift 3 squares.",damage:"allies in the burst shift 3 squares",category:3},{id:"b75f6422-ee30-48b5-a5cd-22335e04e445",name:"Lead From the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin commander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until the end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"b58d8ab8-ffcf-404e-ad88-eb4652e28e07",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin commander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0},{id:"48cc90b4-b1d6-4387-8690-c409caf4b2b7",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin commander suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The hobgoblin commander wades into melee combat, attacking with its spear and using lead from the front to inspire its allies. It tries to stay adjacent to one or more allies to gain the benefit of phalanx soldier and uses tactical deployment to move allies into more advantageous positions."},{id:"0bb37f7a-4e92-45e6-81ef-493dc72aa701",name:"Hobgoblin Hand of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:7,flag:1,leader:!1},senses:"low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +11, Intimidate +14, History +13, Perception +5, Religion +11",equipment:"plate armor, heavy shield, flail",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:14},wisdom:{score:18},charisma:{score:21},hp:184,initiative:8,ac:26,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"e85a1048-04ab-405b-9192-5099c59aebb9",name:"Flail of Dread",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d10 + 6 damage, the target is marked until the end of the hobgoblin hand of Bane’s next turn, and the hand of Bane makes a secondary attack against the same target. Secondary Attack: +10 vs. Will; the target takes a –2 penalty to all defenses until the end of the encounter or until the hand of Bane dies.",damage:"1d10 + 6 damage",category:1},{id:"8895e7a3-3fdc-4976-8548-d91e92b1e924",name:"Flail of Tyranny",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"requires flail;",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"2d10 + 6 damage, and the target is stunned until the end of the hobgoblin hand of Bane’s next turn.",damage:"2d10 + 6 damage",category:1},{id:"368c6b3d-d706-4e04-bf28-94b5b093c407",name:"Bane’s Blessing",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin hand of Bane gains a +4 bonus to damage rolls for the rest of the encounter.",damage:"the hobgoblin hand of bane gains a +4 bonus to damage rolls for the rest of the encounter",category:5},{id:"4be75065-33b7-40ce-9687-805c86bbe688",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin hand of Bane suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin hand of Bane makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This fanatical hobgoblin fights for the glory of Bane, the god of war. It attracts as many enemies as possible and strikes them down with its flail."},{id:"00e59e76-a1f5-47ee-a0bd-82fd8bbce91f",name:"Flesh Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"6; can’t shift",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:304,initiative:4,ac:26,fortitude:29,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"5349bdc6-0fe2-4a7a-be8d-62a1f750c9a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:1},{id:"f1dafe8e-9ca4-4f2c-9540-9d3988903042",name:"Berserk Attack",action:{action:4,trigger:"when damaged by an attack while bloodied;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The flesh golem makes a slam attack against a random target within its reach.",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:5},{id:"f84557bb-3859-4b73-8a1e-d47d407c58b1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The flesh golem makes two slam attacks.",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:1},{id:"22c6117d-55f9-4a36-bc3e-b88f4d5a5906",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The flesh golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The creature remains in its space, and the golem must leave the space after it attacks. The golem must end its rampage in an unoccupied space.",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A flesh golem uses golem rampage to smash through as many enemies as possible. It then makes slam attacks against the biggest or toughest foe within reach. It rampages again as soon as the power recharges."},{id:"3b56e736-a4e8-48c8-9bb8-464d43b30143",name:"Stone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:17,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"6; can’t shift",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:336,initiative:8,ac:33,fortitude:33,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"fb9d60e2-b95a-481e-a8fe-3dd0325efcb4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"3d6 + 7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6 + 7 damage",category:1},{id:"65c94a8b-80d1-4a7c-9ef9-0e4fb4b6614d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"The stone golem makes two slam attacks.",details:"3d6 + 7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6 + 7 damage",category:1},{id:"669209f5-66f9-4340-8a76-48ccf80029de",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"The stone golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The creature remains in its space, and the golem must leave the space after it attacks. The golem must end its rampage in an unoccupied space.",details:"3d6 + 7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6 + 7 damage",category:1},{id:"b26af59f-ed88-4fe5-b35d-4b054e0ff67b",name:"Death Burst",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:23,defence:0},description:"",details:"2d6 + 7 damage, and the space it occupied is difficult terrain until cleared.",damage:"2d6 + 7 damage",category:5}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease, sleep",tactics:"A stone golem uses tactics similar to the flesh golem, rampaging and making double attacks when it can."},{id:"e19601ed-0f74-4f07-99fe-15bbe5ff142f",name:"Iron Gorgon",details:"",size:3,origin:1,type:1,keywords:"earth",level:11,role:{type:7,flag:0,leader:!1},senses:"truesight 6",movement:"6 (earth walk)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:14},intelligence:{score:2},wisdom:{score:17},charisma:{score:6},hp:120,initiative:9,ac:25,fortitude:25,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"af4379fe-b225-40f3-802d-4bea7130b44c",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"e8a7e3c9-b77f-419b-9d36-68c5ee11035a",name:"Earthshaking Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:1},description:"The iron gorgon makes a charge attack;",details:"2d10 + 6 damage, and if the target is Medium or smaller, it is pushed 3 squares and knocked prone.",damage:"2d10 + 6 damage",category:1},{id:"f756a2f8-c071-466b-b733-d470b24854a7",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:2},description:"The iron gorgon can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the iron gorgon must end its move in an unoccupied space. When it enters an enemy’s space, the gorgon makes a trample attack:",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:1},{id:"a7debdf2-9f32-465a-bbf3-d10bf309ee51",name:"Petrifying Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close Blast 3; gorgons are immune",attack:{bonus:15,defence:1},description:"",details:"2d6 + 7 poison damage, and the target is dazed and slowed (save ends both). First Failed Save: The target is immobilized instead of dazed and slowed (save ends). Second Failed Save: The target is petrified (no save).",damage:"2d6 + 7 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"knocked prone, petrification, push/pull/slide",tactics:"An iron gorgon begins a battle with earthshaking charge. In the midst of its enemies, it lets loose with petrifying breath, then gores any survivors."},{id:"b554a4f6-c772-4532-a43a-1318f5b7d9c2",name:"Storm Gorgon",details:"",size:3,origin:1,type:1,keywords:"",level:26,role:{type:6,flag:0,leader:!1},senses:"truesight 6",movement:"8, fly 10 (hover); see also mobile melee attack",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:22},intelligence:{score:2},wisdom:{score:23},charisma:{score:8},hp:248,initiative:21,ac:42,fortitude:40,reflex:35,will:35,regeneration:null,auras:[{id:"722ef3dd-f7a0-446a-868c-f914431e7a45",name:"Tempest’s Fury",keywords:"Lightning",details:"5: any creature that enters or starts its turn in the aura takes 20 lightning damage."}],powers:[{id:"6e0b2b1b-c1c8-467b-b0e3-4388a031b63d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"Melee",attack:{bonus:31,defence:0},description:"",details:"1d10 + 12 damage plus 2d8 thunder damage, and the target is pushed 2 squares and knocked prone.",damage:"1d10 + 12 damage plus 2d8 thunder damage",category:1},{id:"107a4a1d-0996-436f-89b4-4a457fdf3dbd",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Melee",attack:{bonus:31,defence:0},description:"The storm gorgon can move up to half its speed and make one melee basic attack at any point during that movement. The storm gorgon doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d10 + 12 damage plus 2d8 thunder damage, and the target is pushed 2 squares and knocked prone.",damage:"1d10 + 12 damage plus 2d8 thunder damage",category:1},{id:"b6909ca4-c63f-4d4f-96a4-7485aa751a28",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:2},description:"The storm gorgon can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the storm gorgon must end its move in an unoccupied space. When it enters an enemy’s space, the gorgon makes a trample attack:",details:"1d10 + 10 damage, and the target is knocked prone.",damage:"1d10 + 10 damage",category:1},{id:"98b0de88-aa95-4e9a-b6c8-59869078542d",name:"Storming Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning, Thunder",condition:"",range:"Close Blast 5",attack:{bonus:29,defence:1},description:"",details:"2d10 + 20 lightning and thunder damage.",damage:"2d10 + 20 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"knocked prone, push/pull/slide",tactics:"A storm gorgon leads off with storming breath, followed by a charge or a trample attack to take advantage of its powerful gore."},{id:"17537f22-eb8b-4418-912c-9ea6dfb4bac8",name:"Grell",details:"",size:2,origin:0,type:3,keywords:"blind",level:7,role:{type:7,flag:1,leader:!1},senses:"blindsight 12",movement:"1 (clumsy), fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Perception +9, Stealth +17",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:19},intelligence:{score:10},wisdom:{score:12},charisma:{score:9},hp:156,initiative:9,ac:22,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"7237185b-6a54-4222-93e2-04a7cd8d9464",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"3d8 + 4 damage, and the target is slowed and takes a –2 penalty to attack rolls (save ends both).",damage:"3d8 + 4 damage",category:1},{id:"aa547046-15d9-40fa-9fda-6a79797353b1",name:"Tentacle Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:1},description:"",details:"2d8 + 4 damage, and the target is grabbed. The grell can grab only one creature at a time.",damage:"2d8 + 4 damage",category:1},{id:"25e431bb-8471-420c-a09a-76bb9bf96ab4",name:"Venomous Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(1/round)",range:"Grabbed target only",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage, and the target is stunned (save ends).",damage:"1d8 + 4 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Skilled ambushers, grells hover above arches or tunnel mouths and wait for prey. When potential victims pass below, a grell descends from the shadows and strikes out with its tentacles. Against small groups or individuals, grells begin with tentacle grab, followed by venomous bite against the grabbed prey. When fighting larger groups, a grell wears down foes with tentacle rakes before grabbing a target."},{id:"188cb750-608c-4c1e-922f-edadf6c6f2d7",name:"Grell Philosopher",details:"",size:2,origin:0,type:3,keywords:"blind",level:11,role:{type:3,flag:1,leader:!1},senses:"blindsight 12",movement:"1 (clumsy), fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Arcana +13, Perception +12, Stealth +20",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:21},intelligence:{score:16},wisdom:{score:14},charisma:{score:13},hp:224,initiative:10,ac:27,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"f4616ee4-42ce-49e5-8217-51ae70f2f3ad",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"3d8 + 5 damage, and the target is slowed and takes a –2 penalty to attack rolls (save ends both).",damage:"3d8 + 5 damage",category:1},{id:"3a9d6948-7c00-4ad3-bcf2-c4305b48ac5f",name:"Lightning Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"3d6 + 6 lightning damage, and the target is blinded (save ends).",damage:"3d6 + 6 lightning damage",category:1},{id:"0ddd2f41-2d26-425e-afe7-1c43e2814fd2",name:"Psychic Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Zone",condition:"",range:"Area Burst 2 within 10",attack:{bonus:14,defence:3},description:"",details:"3d8 + 3 psychic damage, and the target is dazed (save ends). The psychic storm is a zone that lasts until the end of the encounter. Any creature entering the zone is dazed (save ends).",damage:"3d8 + 3 psychic damage",category:1},{id:"f337659a-bb3c-44b6-8893-53e243030a5a",name:"Venomous Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 3; targets enemies",attack:{bonus:15,defence:3},description:"",details:"2d8 + 5 psychic damage, and the target must choose a random target for any melee attacks it makes (save ends).",damage:"2d8 + 5 psychic damage",category:1}],damageModifiers:[{type:5,value:-20}],resist:"",vulnerable:"",immune:"gaze",tactics:"A grell philosopher generally hangs back from battle, allowing its weaker kin to enter melee. It uses lightning lance to blind enemies and psychic storm against multiple foes. It saves venomous mind until enemies get close."},{id:"77379598-dc4c-463e-8130-142ce375e3c7",name:"Grick",details:"",size:2,origin:0,type:1,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"--",skills:"Endurance +11, Perception +10, Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:14},charisma:{score:7},hp:96,initiative:4,ac:19,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"0ce08f62-2679-480e-baa7-7a0903741691",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d6 + 4 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 4 damage",category:1},{id:"9292bba9-29da-459b-8fbf-21ec86681118",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:"Gricks are pack hunters. They instinctively gang up on prey, mobbing a single target and tearing it to pieces before turning their attention to other creatures nearby. Gricks naturally try to flank a foe."},{id:"508f2c0b-7226-4647-8050-b21f26085c6d",name:"Grick Alpha",details:"",size:3,origin:0,type:1,keywords:"",level:9,role:{type:2,flag:0,leader:!0},senses:"darkvision",movement:"7, climb 4",alignment:"Unaligned",languages:"--",skills:"Endurance +12, Perception +11, Stealth +10",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:15},charisma:{score:7},hp:116,initiative:5,ac:21,fortitude:22,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"0ce08f62-2679-480e-baa7-7a0903741691",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"2d8 + 5 damage, and the target is grabbed (until escape) and takes ongoing 5 damage (save ends).",damage:"2d8 + 5 damage",category:1},{id:"9292bba9-29da-459b-8fbf-21ec86681118",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick alpha gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The grick alpha gains a +2 bonus to attack rolls against an enemy it is flanking",category:0},{id:"d63d47c6-3eec-41b7-9be8-83f6e826065b",name:"Vicious Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee; Grabbed target only",attack:null,description:"",details:"automatic hit; 1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"1cec7976-9a3d-40ce-a573-0b6995649dbb",name:"Pinning Grip",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature.",damage:"The grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:"A grick alpha makes a tentacle rake attack and grabs onto its prey, biting the creature on subsequent rounds while using pinning grip to allow allied gricks to rip the grabbed creature to shreds."},{id:"5cb1d7af-de66-42f5-9136-e512c62eff23",name:"Hippogriff",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:6,flag:0,leader:!1},senses:"",movement:"4, fly 10, overland flight 15; see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:64,initiative:7,ac:18,fortitude:17,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"a6277f73-c5e8-4ceb-bfaf-be27ebf639a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"038a9a19-0169-4d6e-b017-5ed03674b809",name:"Diving Overrun",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"only while flying;",range:"Melee",attack:{bonus:9,defence:0},description:"The hippogriff charges a Medium or smaller enemy:",details:"2d8 + 5 damage, and the target is knocked prone. After attacking, the hippogriff lands in an unoccupied space adjacent to the target.",damage:"2d8 + 5 damage",category:1},{id:"df9df35b-c785-4561-ad9e-33adbc50a1c6",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"The hippogriff flies up to10 squares and makes one melee basic attack at any point during that movement. The hippogriff doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"7896fb63-632c-4549-a8f1-80216968fa14",name:"Aerial Agility",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher;",range:"",attack:null,description:"",details:"While flying, a hippogriff grants its rider a +1 bonus to all defenses.",damage:"a hippogriff grants its rider a +1 bonus to all defenses",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hippogriff mixes aerial and ground attacks, usually beginning a fight with a diving overrun. Lacking the ferocity of its wild griffon cousins, the hippogriff usually tries to escape once bloodied (unless under the control of a rider)."},{id:"33f274fe-60de-4bd4-a732-981cef4f151b",name:"Hippogriff Dreadmount",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:7,flag:0,leader:!1},senses:"",movement:"4, fly 10, overland flight 12",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:17},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:66,initiative:7,ac:21,fortitude:21,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"9acfe96d-3330-4709-b340-12412dd823f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"5bce08f0-c3e8-4553-a63c-464ca86622d7",name:"Wing Slam",action:{action:5,trigger:"when an adjacent enemy shifts or moves into a nonadjacent square;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:2},description:"",details:"1d6 + 5 damage, and the target is knocked prone. The hippogriff dreadmount cannot use this power while flying.",damage:"1d6 + 5 damage",category:5},{id:"39a9755d-3f8f-4758-aef7-0b1cd3bd8ac4",name:"Sturdy Mount ",action:null,keywords:"Mount",condition:"when mounted by a friendly rider of 5th level or higher;",range:"",attack:null,description:"",details:"When an attack forces the dreadmount to move, it moves 1 less square than the attack specifies. When an attack would knock it or its rider prone, the dreadmount can roll an immediate saving throw to prevent it or its rider from falling prone.",damage:"it moves 1 less square than the attack specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hippogriff dreadmount is weighed down by metal barding and fights most effectively on the ground."},{id:"7669506a-bda9-4b8c-875a-2c383e136610",name:"Griffon",details:"",size:3,origin:4,type:1,keywords:"mount",level:7,role:{type:2,flag:0,leader:!1},senses:"",movement:"6, fly 10, overland flight 15",alignment:"Unaligned",languages:"--",skills:"Perception +9",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:98,initiative:6,ac:18,fortitude:19,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d59786bc-f480-4362-ba75-ceb42fa56d5c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"15c50dd3-17c7-4372-a04d-8a17fd98baeb",name:"Rabid Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher;",range:"Melee",attack:{bonus:10,defence:0},description:"When it charges, the griffon makes two claws attacks in addition to its rider’s charge attack.",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"894633f0-8f62-4530-8e68-bfa0b6f4510d",name:"Blood Frenzy",action:null,keywords:"",condition:"only while bloodied;",range:"",attack:null,description:"",details:"The griffon can take an extra move action each turn. It also gains a +2 bonus to attack rolls and takes a –2 penalty to all defenses.",damage:"It also gains a +2 bonus to attack rolls and takes a –2 penalty to all defenses",category:0},{id:"ba2d5b51-d9b0-4247-bc23-da91da123d69",name:"Thunder Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"only while flying;",range:"",attack:null,description:"",details:"When the griffon charges, it gains a +4 bonus to its attack roll instead of the normal +1 bonus.",damage:"it gains a +4 bonus to its attack roll instead of the normal +1 bonus",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:"Griffons begin most fights by taking to the air (if they’re not there already), using thunder charge to swoop down on foes and rake with their claws. After attacking, they fly off and circle around to dive again. Griffons are fearless once bloodied, fighting to the death in a brutal frenzy."},{id:"e05dd349-8038-466c-8677-5346315fb8cd",name:"Rimefire Griffon",details:"",size:2,origin:1,type:1,keywords:"cold, mount",level:20,role:{type:6,flag:0,leader:!1},senses:"",movement:"5, fly 10, overland flight 15; see also flyby attack",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:20},intelligence:{score:4},wisdom:{score:18},charisma:{score:10},hp:186,initiative:17,ac:35,fortitude:37,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"36cf50b7-d1ad-4baa-befc-7337d1ed274c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"",details:"1d8 + 7 damage plus 1d10 cold damage.",damage:"1d8 + 7 damage plus 1d10 cold damage",category:1},{id:"984ca814-0cc6-425e-b73d-4501e6282cf5",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"The rimefire griffon flies up to 10 squares and makes one melee basic attack at any point during that movement. The rimefire griffon doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"1d8 + 7 damage plus 1d10 cold damage.",damage:"1d8 + 7 damage plus 1d10 cold damage",category:1},{id:"0691b65f-3300-41f8-9d45-714e76076cdd",name:"Rimefire Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"starts uncharged; recharges after hitting twice with a bite attack;"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:25,defence:2},description:"",details:"2d10 + 5 fire damage.",damage:"2d10 + 5 fire damage",category:1},{id:"29fa8d7f-f9da-4314-883c-8132a6fdafb3",name:"Rider Resistance",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 20th level or higher;",range:"",attack:null,description:"",details:"The rimefire griffon grants its rider resist 10 cold and 10 fire.",damage:"The rimefire griffon grants its rider resist 10 cold and 10 fire",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"An airborne rimefire griffon uses flyby attack to make a swooping attack against an enemy before it lands. The creature’s bite siphons heat from the target’s body, causing the beast’s horn to glow with a blue flame. After it has absorbed enough heat, the rimefire griffon can release the stored energy in a blast of fire from its mouth."},{id:"67bae2ff-2ece-4b30-bd73-f1f0bfff521d",name:"Grimlock Minion",details:"",size:2,origin:4,type:2,keywords:"blind",level:14,role:{type:9,flag:3,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Perception +7",equipment:"greataxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:1,initiative:6,ac:24,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:17,defence:0},description:"",details:"7 damage (9 damage against a bloodied target).",damage:"7 damage (9 damage against a bloodied target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"07be0d84-110d-4f38-8c72-17fc16a0afaa",name:"Grimlock Follower",details:"",size:2,origin:4,type:2,keywords:"blind",level:22,role:{type:9,flag:3,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Perception +10",equipment:"greataxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:1,initiative:9,ac:35,fortitude:32,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:25,defence:0},description:"",details:"9 damage (12 damage against a bloodied target).",damage:"9 damage (12 damage against a bloodied target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"780ae1de-6599-459e-bdf4-8d69b7764678",name:"Grimlock Ambusher",details:"",size:2,origin:4,type:2,keywords:"blind",level:11,role:{type:6,flag:0,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Athletics +15, Endurance +12, Perception +7",equipment:"greataxe",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:15},charisma:{score:9},hp:110,initiative:9,ac:26,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d12 + 5 damage (crit 2d12 + 17).",damage:"1d12 + 5 damage (crit 2d12 + 17)",category:1},{id:"a8b53a1b-e1f9-4bdd-b020-b7db00bbcd72",name:"Offensive Shift",action:{action:4,trigger:"when an enemy moves within 2 squares of the grimlock ambusher and attacks an ally of the grimlock;",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"The grimlock ambusher shifts and makes a melee basic attack against the enemy.",details:"1d12 + 5 damage (crit 2d12 + 17).",damage:"1d12 + 5 damage (crit 2d12 + 17)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"cc694392-f332-4cee-ab39-4a9c0fb2b4b1",name:"Grimlock Berserker",details:"",size:2,origin:4,type:2,keywords:"blind",level:13,role:{type:2,flag:0,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Athletics +17, Endurance +14, Perception +8",equipment:"greataxe",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:156,initiative:7,ac:25,fortitude:27,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"c0e16365-208b-4c1f-b5ef-3f1c3675e7f2",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d12 + 6 damage (crit 2d12 + 18).",damage:"1d12 + 6 damage (crit 2d12 + 18)",category:1},{id:"5d4af8a1-0695-4f3d-a852-c0f4e94e8ec6",name:"Power Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires greataxe;",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d12 + 12 damage (crit 2d12 + 24).",damage:"1d12 + 12 damage (crit 2d12 + 24)",category:1},{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Frenzied Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"The grimlock berserker makes two greataxe attacks against a bloodied enemy.",details:"1d12 + 6 damage (crit 2d12 + 18).",damage:"1d12 + 6 damage (crit 2d12 + 18)",category:1},{id:"53afab27-164d-439a-a900-bd554e5a9a66",name:"Grimlock Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the grimlock berserker bloodies an enemy, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"486c5625-28d7-415c-9062-b7098b1d58bb",name:"Shield Guardian",details:"",size:3,origin:4,type:0,keywords:"construct",level:14,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:10},intelligence:{score:7},wisdom:{score:16},charisma:{score:9},hp:138,initiative:9,ac:30,fortitude:29,reflex:22,will:27,regeneration:null,auras:[{id:"854df399-eea9-4699-bb0c-8773b849a308",name:"Shield Other",keywords:"",details:"2: as long as its master is within the aura, the shield guardian grants its master a +2 bonus to all defenses and takes half of its master’s damage until it is destroyed."}],powers:[{id:"34409cc9-a031-407f-b899-dd5a778976a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"A shield guardian stays within 2 squares of its master and attacks whichever enemy poses the most immediate threat."},{id:"33497733-8ea1-4530-98c2-e443b34b3942",name:"Battle Guardian",details:"",size:3,origin:4,type:0,keywords:"construct",level:17,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:11},intelligence:{score:7},wisdom:{score:14},charisma:{score:11},hp:163,initiative:8,ac:32,fortitude:32,reflex:26,will:29,regeneration:null,auras:[],powers:[{id:"2a193116-a416-46a7-8d76-7dce366519a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"3d6 + 7 damage, and the target is immobilized (save ends).",damage:"3d6 + 7 damage",category:1},{id:"b9beb3d9-3ab6-4eed-8fe4-10b739f41e83",name:"Block Charge",action:{action:5,trigger:"when an enemy ends the movement portion of a charge within 8 squares of the battle guardian;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"The battle guardian charges the enemy and makes a slam attack.",details:"3d6 + 7 damage, and the target is immobilized (save ends). The target is knocked prone on a hit.",damage:"3d6 + 7 damage",category:5},{id:"62174cd1-9974-425f-bf71-63574131481a",name:"Cover Retreat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally adjacent to a battle guardian does not provoke opportunity attacks when moving, as long as that ally remains adjacent.",damage:"",category:0}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"When tasked with guard duty, a battle guardian uses its block charge and slam attacks to immobilize enemies while covering its master’s retreat."},{id:"bd18e381-ad21-4a0e-ae2a-a964321d282d",name:"Howling Hag",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also fey step",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +11, Insight +10, Intimidate +11, Nature +10, Perception +10",equipment:"quarterstaff",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:18},intelligence:{score:12},wisdom:{score:15},charisma:{score:16},hp:83,initiative:7,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[{id:"dcb59f34-91ef-46fc-af11-585699a66eb4",name:"Baleful Whispers",keywords:"Psychic",details:"5: an enemy that ends its turn in the aura takes 1d6 psychic damage."}],powers:[{id:"a09bd94d-7e01-49f2-9f49-438b8f688285",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"a9cd238f-1450-4f7e-ab0b-030e5fd1e95e",name:"Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:10,defence:1},description:"",details:"1d6 + 4 thunder damage, and the target is pushed 3 squares.",damage:"1d6 + 4 thunder damage",category:1},{id:"948f761a-a2d0-413d-a0bd-0243190e75d8",name:"Shriek of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:8,defence:1},description:"",details:"3d6 + 4 thunder damage, or 3d6 + 9 thunder damage if the howling hag is bloodied. Miss: Half damage.",damage:"3d6 + 4 thunder damage",category:1},{id:"33447a23-bf5b-4755-bdf8-34e314e1902b",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A howling hag can alter its physical form to appear as an old crone of any Medium humanoid race (see Change Shape, page 280).",damage:"",category:3},{id:"0a0d9812-68fe-421f-a4a2-3d21d17ef362",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The howling hag can teleport 10 squares.",damage:"The howling hag can teleport 10 squares",category:2}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A howling hag prefers to remain at range, attacking first with its shriek of pain and then using howl. When cornered, the hag uses fey step to escape."},{id:"61e67443-5b90-42cb-9c48-61aa5acb89dd",name:"Bog Hag",details:"",size:2,origin:2,type:2,keywords:"aquatic",level:10,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8 (swamp walk), swim 8",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +12, Nature +12, Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:18},intelligence:{score:12},wisdom:{score:15},charisma:{score:14},hp:107,initiative:11,ac:24,fortitude:23,reflex:21,will:19,regeneration:null,auras:[{id:"c30e9fff-406a-4f52-86a4-5b1281ecabc7",name:"Unwholesome Presence",keywords:"",details:"3: enemies in the aura gain only half the normal hit points from spending healing surges."}],powers:[{id:"83a1ea12-1b3f-402c-9549-3b7b82b121c7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"7c98bfd1-2685-4451-9f8a-c37cd4e2cada",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The bog hag makes two claw attacks against the same target;",details:"1d8 + 6 damage. If both claws hit, the hag deals an extra 5 damage to the target.",damage:"1d8 + 6 damage",category:1},{id:"4b38e2de-61e5-4a47-bf04-151418fe5096",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A bog hag can alter its physical form to appear as a beautiful young female elf, half-elf, eladrin, or human (see Change Shape, page 280).",damage:"",category:3},{id:"04a8aab6-02bf-43fd-9030-f865c69f68e1",name:"Evasive Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bog hag shifts 2 squares after charging.",damage:"The bog hag shifts 2 squares after charging",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bog hag rends its victims to pieces with its claws in a series of hit-and-run attacks, using evasive charge to move past enemies."},{id:"d671ffd7-3a3e-430b-b02f-738b69e9cca8",name:"Night Hag",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Bluff +16, Intimidate +16, Stealth +16",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:18},intelligence:{score:14},wisdom:{score:17},charisma:{score:18},hp:109,initiative:15,ac:27,fortitude:28,reflex:26,will:26,regeneration:null,auras:[{id:"6e4c9011-563b-40f2-90e7-65034c65ecfa",name:"Shroud of Night",keywords:"",details:"5: bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"8bffeeb3-0f46-4533-8c51-6273371b0e5f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"1d6 + 6 damage. If the night hag has combat advantage against the target, the target is also stunned (save ends).",damage:"1d6 + 6 damage",category:1},{id:"8b4c98ae-7fb3-4b8d-88af-18784128e58f",name:"Dream Haunting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:18,defence:3},description:"The night hag moves into a stunned or unconscious creature’s space and makes an attack against it;",details:"3d6 + 4 psychic damage, and the night hag disappears into the target’s mind. While in this state, the night hag is removed from play and does nothing on subsequent turns except deal 3d6 + 4 psychic damage to the target (no attack roll required). As long as the target remains stunned or unconscious, the night hag can’t be attacked. When the target is no longer stunned or unconscious, or when the target dies, the hag reappears adjacent to the target and is insubstantial until the start of its next turn.",damage:"3d6 + 4 psychic damage",category:1},{id:"4e9a0990-bc15-4c6f-af5e-925ed9f27d56",name:"Wave of Sleep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Sleep",condition:"",range:"Close Blast 5",attack:{bonus:17,defence:3},description:"",details:"1d8 + 3 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target falls unconscious (save ends).",damage:"1d8 + 3 psychic damage",category:1},{id:"d4df224c-b2c0-4d2b-8e57-11f9955f043f",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A night hag can alter its physical form to appear as an old crone of any Medium humanoid race (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A night hag uses its change shape power to assume a benign disguise, luring enemies within range of its wave of sleep. It then steps into the dreams of an unconscious victim to destroy its mind with nightmares, usually while the hag’s minions or allies keep others from interfering."},{id:"1ec11ca2-03e3-4ac5-8b20-224f424bed7e",name:"Death Hag",details:"",size:2,origin:2,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +19, Insight +17, Intimidate +19, Nature +17",equipment:"",category:"",strength:{score:25},constitution:{score:19},dexterity:{score:18},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:171,initiative:15,ac:34,fortitude:34,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"f650a887-e3d0-492a-b99b-214600d706a7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:24,defence:0},description:"",details:"1d8 + 7 necrotic damage, and the target is marked and cannot spend healing surges or regain hit points until the end of the death hag’s next turn.",damage:"1d8 + 7 necrotic damage",category:1},{id:"3cf02683-f4bc-4c40-be40-d0f1eecebe0d",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Close Blast 3",attack:{bonus:22,defence:1},description:"",details:"1d8 + 4 necrotic damage, and the death hag regains 5 hit points for each creature damaged by this attack.",damage:"1d8 + 4 necrotic damage",category:1},{id:"9b0d06e5-7697-4d79-8b0e-7bbd99378903",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A death hag can alter its physical form to appear as female of any Medium humanoid race (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The death hag relishes melee combat and uses life drain as often as it can."},{id:"e261fe9b-b501-4937-b600-4c1f2ac9a715",name:"Halfling Slinger",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +6, Perception +5, Stealth +9, Thievery +11",equipment:"leather armor, dagger, sling with 20 bullets",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:18},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:22,initiative:4,ac:15,fortitude:12,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"07f535db-debc-44c7-a2cd-7cae9b5f5b85",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"a6df5cbf-e5bb-46e7-90a3-22957df21932",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: The halfling slinger deals an extra 1d6 damage on ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"9551204a-d22b-44a7-a587-f3d93e1402e6",name:"Stone Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"The halfling slinger makes three sling attacks, each with a –2 penalty to the attack roll.",details:"1d6 + 4 damage. Combat Advantage: The halfling slinger deals an extra 1d6 damage on ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"580676c5-c32a-4b64-809f-956d7dd834ff",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"c8399354-3ded-4634-8f28-21062703e991",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling slinger forces the attacker to reroll the attack and take the new result.",damage:"",category:5},{id:"c25e87ba-97e3-4d39-aab0-7716b05e214b",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden halfling slinger that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling slingers like to set ambushes, using the Stealth skill to gain combat advantage and their sniper power to remain hidden. Once revealed, halfling slingers take cover and bombard enemies with sling stones from a safe distance."},{id:"c543e227-b3ce-49f3-bb8c-08567ef5c808",name:"Halfling Stout",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +10, Perception +5, Thievery +10",equipment:"leather armor, short sword, sling with 20 bullets",category:"",strength:{score:11},constitution:{score:10},dexterity:{score:15},intelligence:{score:10},wisdom:{score:9},charisma:{score:14},hp:1,initiative:3,ac:16,fortitude:12,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"9bb0bdba-bb97-451f-9522-080d69c9aba4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"346bab42-22f3-4259-98ca-554e370658f4",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"e03789e0-1615-4d91-a8ec-e34e89ea3912",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"ba3d2324-cf0b-49a7-8562-20fbd820f9f2",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling stout forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling stouts don’t scare easily and therefore make reliable guards. They use second chance when hit by a damage-dealing attack."},{id:"b3ebaf02-0990-4c15-829a-9b6933d741eb",name:"Halfling Thief",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"",movement:"6; see also mobile melee attack",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"leather armor, 4 daggers, thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"31827a0e-9266-4aa7-bad0-ad0faae2e4df",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"84890f6d-de35-4642-bd74-d10c52f5719e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage. Combat Advantage: The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"f2b29c46-6452-4714-be99-db95f3be4f77",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"The halfling thief can move up to 3 squares and make one melee basic attack at any point during that movement. The halfling thief doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d4 + 3 damage. Combat Advantage: The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"37c11bb6-eb6f-4cac-b33e-e0e010565ddb",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"ccfb97b8-303a-42da-b78d-62e429158539",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling thief forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling thieves rely on their Stealth skill to gain surprise and combat advantage. If they can’t surprise enemies, halfling thieves resort to hit-and-run tactics, looking for ways to flank foes and avoid retaliation."},{id:"275132ea-7c77-4fe9-9f3c-d854aaf2d5c4",name:"Halfling Prowler",details:"",size:1,origin:4,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +14, Athletics +9, Perception +8, Stealth +12, Streetwise +10, Thievery +14",equipment:"leather armor, poisoned short sword, hand crossbow with 10 poisoned bolts, thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:15},hp:52,initiative:11,ac:18,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"a42e82ff-c957-4e0b-adba-4e7ab527934c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage, and the halfling prowler makes a secondary attack. Secondary Attack: +8 vs. Fortitude; the target takes ongoing 3 poison damage and is slowed (save ends both).",damage:"1d6 + 4 damage",category:1},{id:"1ec58a78-b48d-473a-bd55-97b99eccef4c",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage, and the halfling prowler makes a secondary attack. Secondary Attack: +8 vs. Fortitude; the target takes ongoing 3 poison damage and is slowed (save ends both).",damage:"1d6 + 4 damage",category:1},{id:"cc567694-664b-4ca8-8b8d-0ebfe3670abe",name:"Catfall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the halfling prowler falls, reduce the distance it falls by 20 feet when determing how much damage it takes.",damage:"reduce the distance it falls by 20 feet when determing how much damage it takes",category:0},{id:"8ed93708-db52-4b54-a6d9-ffecbf1baeb9",name:"Crowd Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling prowler gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it, or a +4 bonus if two or more creatures are adjacent to it.",damage:"The halfling prowler gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it",category:0},{id:"52303d4b-c1de-4812-adb6-9d65399164af",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"a35add81-0637-464d-ab78-8ce22855e339",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling prowler forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling prowlers haunt both urban and wilderness settings, preying on treasure-laden passersby. They look for high vantage points to make crossbow attacks before leaping down and attacking with their short swords. They stay close to their allies and enemies, reaping the benefit of crowd shield. They typically flee when bloodied, easily outrunning their poisoned foes."},{id:"7d6e57d6-3230-4e11-841a-4586f21b4545",name:"Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:19},hp:71,initiative:5,ac:20,fortitude:17,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"73bbf8e2-de6d-453e-9b37-23ca7b440dbd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"29dbaae2-6c55-4487-84b0-f8ebc0d9d156",name:"Alluring Song",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close Burst 10; deafened creatures are immune",attack:{bonus:12,defence:3},description:"",details:"the target is pulled 3 squares and immobilized (save ends). When the harpy sustains the power, any target that has not yet saved against the effect is pulled 3 squares and immobilized (save ends).",damage:"the target is pulled 3 squares and immobilized (save ends)",category:1},{id:"76ba9163-8606-4018-9f53-bb14eac6655e",name:"Deadly Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 4",attack:{bonus:12,defence:1},description:"",details:"1d6 + 4 thunder damage, and the target is dazed (save ends).",damage:"1d6 + 4 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A harpy uses its alluring song to draw enemies toward it. A clumsy flier, it lands and makes claw attacks against the most isolated target. It uses deadly screech against other enemies that get too close and takes to the air when confronted by multiple adversaries."},{id:"0cf3810a-e5aa-48a9-8f24-a3b7811c571a",name:"Bloodfire Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"Perception +11",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:100,initiative:10,ac:25,fortitude:23,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"492825f9-84cf-4e18-ad4f-c5404ec1e4fc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 2 damage plus 1d8 fire damage.",damage:"1d8 + 2 damage plus 1d8 fire damage",category:1},{id:"b94b81a1-7399-463e-a0d4-88716528435d",name:"Cloud of Ash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:12,defence:1},description:"The bloodfire harpy disgorges a cloud of burning ash.",details:"1d10 + 5 fire damage, and the target is blinded (save ends).",damage:"1d10 + 5 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The bloodfire harpy uses its burning song to boil the blood of its enemies while using cloud of ash to blind foes that get too close for comfort."},{id:"6fdb551a-152f-4d00-b636-884b7f4b5532",name:"Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:13,role:{type:7,flag:0,leader:!1},senses:"darkvision, truesight 10",movement:"6, fly 6 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +15, Perception +15",equipment:"greatsword",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:14},hp:131,initiative:11,ac:29,fortitude:28,reflex:23,will:24,regeneration:{value:5,details:""},auras:[],powers:[{id:"b110c9c9-214b-4f56-8fe4-5251f7e4d730",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d10 + 7 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 7 damage plus 1d10 cold",category:1},{id:"25710b8d-627c-4c81-8076-0596a738fbaa",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"The helmed horror makes an elemental greatsword attack against two different targets within reach.",details:"1d10 + 7 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 7 damage plus 1d10 cold",category:1},{id:"dc3b5567-94cd-4edc-9259-be6966dee6bb",name:"Tactical Step",action:{action:7,trigger:"when the helmed horror hits with an opportunity attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The helmed horror shifts 2 squares.",damage:"The helmed horror shifts 2 squares",category:5}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"A helmed horror hovers toward enemies but lands to fight. It opens with blade sweep if it can, but it might also use that power to punish foes who dare flank it. After making an opportunity attack, it uses tactical step to maneuver around its foes to reach a soft target."},{id:"9925bf15-3be6-4ae5-8a38-ecd93090e49b",name:"Greater Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:18,role:{type:7,flag:1,leader:!1},senses:"darkvision, truesight 10",movement:"8, fly 8 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +20, Perception +20",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:21},intelligence:{score:12},wisdom:{score:22},charisma:{score:18},hp:348,initiative:16,ac:35,fortitude:33,reflex:30,will:31,regeneration:{value:10,details:""},auras:[],powers:[{id:"b110c9c9-214b-4f56-8fe4-5251f7e4d730",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:24,defence:0},description:"",details:"1d10 + 8 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 8 damage plus 1d10 cold",category:1},{id:"25710b8d-627c-4c81-8076-0596a738fbaa",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:24,defence:0},description:"The helmed horror makes an elemental greatsword attack against two different targets within reach.",details:"1d10 + 8 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 8 damage plus 1d10 cold",category:1},{id:"dc3b5567-94cd-4edc-9259-be6966dee6bb",name:"Tactical Step",action:{action:7,trigger:"when the helmed horror hits with an opportunity attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The greater helmed horror shifts 3 squares.",damage:"The greater helmed horror shifts 3 squares",category:5},{id:"9d25fc0c-acbf-4dac-a72b-37d571d1513e",name:"Elemental Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire, Lightning, or Thunder",condition:"",range:"Close Burst 5",attack:{bonus:20,defence:2},description:"",details:"2d6 + 6 cold, fire, lightning, or thunder damage (greater helmed horror’s choice).",damage:"or thunder damage (greater helmed horror’s choice)",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"A helmed horror hovers toward enemies but lands to fight. It opens with blade sweep if it can, but it might also use that power to punish foes who dare flank it. After making an opportunity attack, it uses tactical step to maneuver around its foes to reach a soft target."},{id:"d0ab7a4a-f9b2-4f25-85fb-19a360816719",name:"Clay Scout",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:2,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 3 (clumsy)",alignment:"Unaligned",languages:"--",skills:"Perception +6, Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:31,initiative:7,ac:16,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"cd7823ff-2e5a-4118-8e28-62585b40d287",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:3,defence:0},description:"",details:"1d6 damage, and the homunculus makes a secondary attack against the same target. Secondary Attack: +2 vs. Fortitude; the target is slowed (save ends). See also guard object.",damage:"1d6 damage",category:1},{id:"8b1d6f46-9cc6-44e4-92c9-fee7521f1ab6",name:"Mind Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"1d6 + 3 psychic damage, and the target is dazed (save ends); see also guard object.",damage:"1d6 + 3 psychic damage",category:1},{id:"eab5bf28-1b83-4f8b-9ad3-73e27c399654",name:"Guard Object",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The clay scout gains a +4 bonus to attack rolls against targets adjacent to or carrying its guarded object (see the “Guard” sidebar).",damage:"The clay scout gains a +4 bonus to attack rolls against targets adjacent to or carrying its guarded object (see the “Guard” sidebar)",category:0},{id:"0b32f9b7-e1ad-4a62-b0c1-6dd86a21d17b",name:"Limited Invisibility",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The clay scout is invisible to dazed creatures.",damage:"",category:0},{id:"67e4bd0a-0a22-4dd1-95fe-50db7e38d34b",name:"Redirect",action:{action:5,trigger:"when targeted by a melee or a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:3},description:"The clay scout makes an attack against the attacker:",details:"the triggering attack targets a creature adjacent to the clay scout instead (as chosen by the clay scout).",damage:"",category:5}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"A clay scout is often tasked with guarding an object. It tries to remain unseen until it attacks, preferring to use mind touch to daze enemies (thus becoming invisible to them). It then tries to bite creatures that can’t see it while using redirect to protect itself."},{id:"1797c0e4-117f-44a7-b76a-97ff8e4eeae0",name:"Iron Defender",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:3,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +6",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"5f1d06f0-93c6-4497-b684-00fbc267e3a6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"f4fc58d4-d19e-4508-a85f-f191ac4a095f",name:"Guard Creature",action:{action:4,trigger:"when an adjacent enemy attacks the creature guarded by the iron defender;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"The iron defender makes a bite attack against the enemy (see the “Guard” sidebar).",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"37f9347c-1e0e-4edf-840f-12c84c3eab3a",name:"Pursue and Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the iron defender makes an opportunity attack, it shifts 1 square before or after the attack.",damage:"it shifts 1 square before or after the attack",category:0}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"An iron defender is often tasked with guarding another creature, usually its creator. It uses pursue and attack to stay close to its charge."},{id:"920f1f86-4605-4966-ac07-8b0c35076920",name:"Iron Cobra",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:6,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7; see also slithering shift",alignment:"Unaligned",languages:"--",skills:"Perception +9, Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:75,initiative:7,ac:20,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"c22d8b92-5d8e-463e-9f6e-047b319f4ad1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 + 3 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 3 damage",category:1},{id:"12331640-f98c-4cc5-b7d5-32d5ce736402",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10; only affects creatures taking ongoing poison damage",attack:{bonus:8,defence:3},description:"",details:"the target is dazed and slowed (save ends both); see also guard area.",damage:"",category:1},{id:"b5940476-5b04-406e-9a17-bb137fc76bea",name:"Guard Area",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"An iron cobra can use its poison the mind power against any creature in its guarded area (see the “Guard” sidebar), even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",details:"the target is dazed and slowed (save ends both).",damage:"",category:1},{id:"a501b72a-87b8-4dfa-a760-a6e0f5292c2d",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"An iron cobra is often tasked with guarding an area. It attacks with its poisonous bite first and uses poison the mind against the envenomed creature before moving on to the next target using slithering shift."},{id:"5fb0a005-8a85-4960-bdb4-a676fdd46e0f",name:"Hook Horror",details:"",size:3,origin:4,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"blindsight 10",movement:"4, climb 4",alignment:"Unaligned",languages:"--",skills:"Athletics +18",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:12},hp:137,initiative:12,ac:28,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"960c750e-b7cc-4027-91d5-36d3a12ccaf1",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 7 damage, and the target is pulled 1 square.",damage:"1d12 + 7 damage",category:1},{id:"eadc4ee8-7d93-4d85-bff4-3c50c86357e2",name:"Rending Hooks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"The hook horror makes two hook attacks, each at a –2 penalty.",details:"1d12 + 7 damage, and the target is pulled 1 square. If both hooks hit the same target, the hook horror deals an extra 1d12 damage and the target is grabbed (until escape).",damage:"1d12 + 7 damage",category:1},{id:"f029898f-3578-481b-bfa6-726b46a95180",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Grabbed target only",attack:{bonus:20,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:3},{id:"fc90de81-60fe-47e0-b62c-ee6344e3be00",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:1},description:"",details:"2d12 + 7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d12 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hook horrors are so good at climbing and jumping that they often attack from an unexpected direction. A hook horror prefers to get close enough to use rending hooks, followed by a bite. It uses its melee basic attack to drag prey closer. A hook horror sometimes flings a tasty victim at the feet of its packmates, but it more typically uses its fling power to toss aside prey that has proven too difficult to kill."},{id:"16b04b6a-1cab-41c2-b5ce-78d0a4a7094b",name:"Riding Horse",details:"",size:3,origin:4,type:1,keywords:"mount",level:1,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"10",alignment:"Unaligned",languages:"--",skills:"Perception +5",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:11},charisma:{score:9},hp:36,initiative:1,ac:14,fortitude:15,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"b618a4fe-4082-4204-940d-171f4f65a430",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Riding horses usually panic and bolt when faced with danger, striking out with their hooves only when trapped or startled."},{id:"af2c0c2d-11b7-4b9f-aa19-617565b6ff68",name:"Warhorse",details:"",size:3,origin:4,type:1,keywords:"mount",level:3,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:58,initiative:3,ac:17,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"b618a4fe-4082-4204-940d-171f4f65a430",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"d04bfaa4-6163-453a-8d94-74dc3efcae94",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:2},description:"The warhorse can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the warhorse must end its move in an unoccupied space. When it enters an enemy’s space, the warhorse makes a trample attack:",details:"1d6 + 6 damage, and the target is knocked prone.",damage:"1d6 + 6 damage",category:1},{id:"a41e8947-e87c-48da-b47e-f5cb97904fa2",name:"Charger",action:null,keywords:"Mount",condition:"when mounted by a friendly rider of 3rd level or higher;",range:"",attack:null,description:"",details:"The warhorse grants its rider a +5 bonus to damage rolls on charge attacks.",damage:"the warhorse grants its rider a +5 bonus to damage rolls on charge attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Unlike riding horses, warhorses are trained for battle. When ridden aggressively, they lash out with their hooves or trample foes underfoot."},{id:"cf0b5d6c-adcc-4408-a4d3-cc089132e8fa",name:"Celestial Charger",details:"",size:3,origin:3,type:1,keywords:"mount",level:10,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Lawful Good",languages:"--",skills:"Endurance +16, Perception +12",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:17},intelligence:{score:3},wisdom:{score:15},charisma:{score:15},hp:58,initiative:3,ac:17,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"b618a4fe-4082-4204-940d-171f4f65a430",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"d04bfaa4-6163-453a-8d94-74dc3efcae94",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:2},description:"The celestial charger can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the celestial charger must end its move in an unoccupied space. When it enters an enemy’s space, the celestial charger makes a trample attack:",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:1},{id:"a41e8947-e87c-48da-b47e-f5cb97904fa2",name:"Celestial Charge",action:null,keywords:"Mount, Radiant",condition:"when mounted by a friendly rider of 10th level or higher;",range:"",attack:null,description:"",details:"On charge attacks, a celestial charger’s rider deals an extra 2d6 radiant damage.",damage:"a celestial charger’s rider deals an extra 2d6 radiant damage",category:0},{id:"466e7ba9-f851-41fe-b382-ee36cbd35367",name:"Zephyr Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The celestial charger ignores difficult terrain and can move across any solid or liquid surface.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"These noble steeds charge fearlessly into battle, trampling enemies while ignoring difficult terrain."},{id:"b215860a-4666-438e-9dbc-08eb29cdc6a5",name:"Hell Hound",details:"",size:2,origin:1,type:1,keywords:"fire",level:7,role:{type:2,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +11",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:96,initiative:5,ac:20,fortitude:18,reflex:17,will:18,regeneration:null,auras:[{id:"2dcf487d-315a-45c7-9387-a239fb2fe538",name:"Fire Shield",keywords:"Fire",details:"1: any creature that enters or begins its turn in the aura takes 1d6 fire damage."}],powers:[{id:"9fa3e467-4f0d-47e7-8951-cb52b854678b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 2 plus 1d8 fire damage.",damage:"1d8 + 2 plus 1d8 fire damage",category:1},{id:"c4dbeef5-d360-45c9-a345-cffe1a6041c2",name:"Fiery Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:9,defence:2},description:"",details:"2d6 + 3 fire damage.",damage:"2d6 + 3 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"Hell hounds bound into the midst of their enemies and use their fiery breath with abandon, not hesitating to include other hell hounds in its area. Firebred hell hounds use tactics similar to hell hounds, saving their fiery burst power for when they’re flanked or otherwise surrounded."},{id:"38ea8043-3af7-4a5a-a8bf-490b39b51fb9",name:"Firebred Hell Hound",details:"",size:2,origin:1,type:1,keywords:"fire",level:17,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +17",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:14},intelligence:{score:2},wisdom:{score:19},charisma:{score:12},hp:205,initiative:10,ac:30,fortitude:30,reflex:28,will:29,regeneration:null,auras:[{id:"2dcf487d-315a-45c7-9387-a239fb2fe538",name:"Fire Shield",keywords:"Fire",details:"1: any creature that enters or begins its turn in the aura takes 1d10 fire damage."}],powers:[{id:"9fa3e467-4f0d-47e7-8951-cb52b854678b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"",details:"1d10 + 6 plus 1d10 fire damage.",damage:"1d10 + 6 plus 1d10 fire damage",category:1},{id:"c4dbeef5-d360-45c9-a345-cffe1a6041c2",name:"Fiery Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:18,defence:2},description:"",details:"4d6 + 7 fire damage.",damage:"4d6 + 7 fire damage",category:1},{id:"ff8c1504-49ea-490c-8e59-f9e9d02ae133",name:"Fiery Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close Burst 3",attack:{bonus:18,defence:2},description:"",details:"4d10 + 7 fire damage.",damage:"4d10 + 7 fire damage",category:1}],damageModifiers:[{type:3,value:-40}],resist:"",vulnerable:"",immune:"",tactics:"Hell hounds bound into the midst of their enemies and use their fiery breath with abandon, not hesitating to include other hell hounds in its area. Firebred hell hounds use tactics similar to hell hounds, saving their fiery burst power for when they’re flanked or otherwise surrounded."},{id:"59f46705-5c07-4a06-bc05-f7f99c43f870",name:"Shadow Hound",details:"",size:2,origin:5,type:3,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7, teleport 7",alignment:"Unaligned",languages:"--",skills:"Endurance +10, Perception +9, Stealth +10",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:6},wisdom:{score:13},charisma:{score:16},hp:70,initiative:7,ac:19,fortitude:20,reflex:18,will:17,regeneration:null,auras:[{id:"c1b945e5-5370-46c5-8845-1598357b517a",name:"Shroud of Night",keywords:"",details:"5: bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"76b56d47-8435-41a6-ab46-f5f8069362b1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 + 4 damage; see also shadow ambush.",damage:"1d8 + 4 damage",category:1},{id:"ef6a1b73-7430-4963-8842-61c12a9c489d",name:"Baying",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:8,defence:3},description:"",details:"the target takes a –2 penalty to all defenses until the end of the shadow hound’s next turn.",damage:"",category:3},{id:"1c29a8a3-f71e-4a85-b1da-03ebfa09fc2c",name:"Shadow Ambush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow hound teleports adjacent to an enemy, it gains combat advantage and deals an extra 1d6 damage on the next attack it makes against that enemy this turn.",damage:"it gains combat advantage and deals an extra 1d6 damage on the next attack it makes against that enemy this turn",category:0}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:"Shadow hounds trail their quarry until they find a place where the shadows are deep and dark—a lonely forest road, a deserted alley, a campsite after dusk. They use their baying at the start of the encounter to terrify their quarry, and then use shadow ambush to teleport next to victims."},{id:"158193fb-966b-4021-889f-e33ba3bb5456",name:"Wild Hunt Hound",details:"",size:2,origin:2,type:3,keywords:"",level:21,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"10, fly 10 (clumsy); see also mobile melee attack",alignment:"Unaligned",languages:"--",skills:"Endurance +24, Perception +23, Stealth +24",equipment:"",category:"",strength:{score:30},constitution:{score:29},dexterity:{score:28},intelligence:{score:6},wisdom:{score:27},charisma:{score:9},hp:205,initiative:21,ac:35,fortitude:34,reflex:33,will:32,regeneration:null,auras:[{id:"81a9f698-3b2f-45ee-9a6a-7b335ca4a3a6",name:"Menacing Growl",keywords:"Fear",details:"10: enemies within the aura take a –2 penalty to all defenses."}],powers:[{id:"157cac69-d882-4956-aaef-a9059ffea7d8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy), and the target cannot teleport and is slowed (save ends both). If the target is already slowed, it is immobilized instead. Combat Advantage: The wild hunt hound deals an extra 1d8 damage on melee attacks against any target it has combat advantage against.",damage:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy)",category:1},{id:"75828d3e-730a-444f-aca4-853f56c7f023",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"The wild hunt hound can move up to 5 squares and make one bite attack at any point during that movement. The hound doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy), and the target cannot teleport and is slowed (save ends both). If the target is already slowed, it is immobilized instead. Combat Advantage: The wild hunt hound deals an extra 1d8 damage on melee attacks against any target it has combat advantage against.",damage:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Wild hunt hounds growl constantly, filling the hearts of nearby mortals with bonechilling terror. In battle they begin with a few rounds of hit-and-run attacks to harry and separate their quarry from its fellows."},{id:"c9138fb7-b707-4fa9-827d-d4b319223a8c",name:"Human Rabble",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Perception +0",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"af997d91-5501-4cc1-94f6-03e604ef9a5a",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"d3d2ff74-2cfb-4f6a-a6b7-9267009ede0d",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it.",damage:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Human rabble don’t really have tactics, other than to gang up on the nearest target. They are rarely inclined to fight to the death."},{id:"7c0f321e-9b82-49dc-ba5a-ca30956f9a00",name:"Human Lackey",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Perception +4",equipment:"leather armor, club",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:3,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"af997d91-5501-4cc1-94f6-03e604ef9a5a",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d3d2ff74-2cfb-4f6a-a6b7-9267009ede0d",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it.",damage:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Lackeys are a cut above rabble, and can be fiercely loyal to a powerful or charismatic leader. They are likely to break and run if their leader is defeated."},{id:"e94555e5-e51f-4e1e-b1b8-c175953095e6",name:"Human Bandit",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"leather armor, mace, 4 daggers",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"c5fe6bb2-ad1a-4cde-a378-f3186561d333",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d8 + 1 damage, and the human bandit shifts 1 square. Combat Advantage: The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 1 damage",category:1},{id:"e662be21-4423-4e9d-a34b-9f084f6d32ae",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4 + 3 damage. Combat Advantage: The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"a336d362-d467-49c0-860f-983b9835b49a",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires mace;",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d8 + 1 damage, the target is dazed until the end of the human bandit’s next turn, and the human bandit shifts 1 square. Combat Advantage: The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 1 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Bandits prefer ambushes, making good use of available cover to lie in wait. If they can’t surprise their targets, they try to flank as many as possible, using dazing strike to help them maneuver into position. They are usually cowardly and look to retreat once bloodied."},{id:"185b2e80-2bb1-4038-9707-f47574dc5d78",name:"Human Guard",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Perception +6, Streetwise +7",equipment:"chainmail, halberd, crossbow with 20 bolts",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"5ffed593-0c69-4f75-a361-c02f24ea6133",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 3 damage, and the target is marked until the end of the human guard’s next turn.",damage:"1d10 + 3 damage",category:1},{id:"c8c4a822-4c08-4091-a94a-223f058f2357",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires halberd;",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 7 damage, and the target is knocked prone.",damage:"1d10 + 7 damage",category:1},{id:"9b7ca607-d8a5-45fe-9aad-2bfd27f9504b",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Human guards are determined foes. They fight well together, standing close enough to protect their comrades. They use powerful strike against mobile enemies and use their crossbows only when foes are beyond their reach."},{id:"97e75975-0e19-4ffc-972a-47d4b856b7e2",name:"Human Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"",movement:"7",alignment:"Any",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"hide armor, greataxe, 2 handaxes",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"70d05f9c-2ec9-494e-9af8-2313a32352e4",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d12 + 4 damage (crit 1d12 + 16).",damage:"1d12 + 4 damage (crit 1d12 + 16)",category:1},{id:"f06112a3-de7d-459c-8732-64232a6573f6",name:"Battle Fury",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"The human berserker makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",details:"1d12 + 4 damage (crit 1d12 + 16).",damage:"1d12 + 4 damage (crit 1d12 + 16)",category:5},{id:"0c479f55-ee4e-447d-83fa-71b479907fdb",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Berserkers hurl themselves headlong into fights, eager to conquer or die. Usually begin by throwing axes, and then charge into melee. They use battle fury when first bloodied, hoping to overwhelm enemies with their sudden burst of rage"},{id:"6cdcd0e2-bdb8-4f04-83e3-647a90cb596c",name:"Human Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Arcana +11",equipment:"robes, quarterstaff , wand",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"ae9cd709-0a4a-4a52-8fa6-0e17b03d783f",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"0f832482-dd29-47fb-9c93-4147ce38dad8",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4 + 4 force damage.",damage:"2d4 + 4 force damage",category:1},{id:"c3b11c64-89b8-4860-8a99-e7ba8462c623",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"The mage makes a separate attack against 3 different targets:",details:"1d6 + 4 lightning damage.",damage:"1d6 + 4 lightning damage",category:1},{id:"1587ae9b-5640-48e2-9a80-8e8b6ccd6bd3",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area Burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8 + 4 thunder damage, and the target is dazed (save ends).",damage:"1d8 + 4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A human mage prefers to fight at range, picking off enemies with magic missile, dancing lightning, and thunder burst."},{id:"23418746-3830-4111-bb61-95080f1b7b59",name:"Fen Hydra",details:"",size:3,origin:4,type:1,keywords:"reptile",level:12,role:{type:2,flag:2,leader:!1},senses:"all-around vision",movement:"5, swim 10",alignment:"Unaligned",languages:"--",skills:"Perception +13, Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:620,initiative:9,ac:25,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"04709b01-7bf1-45ca-8f3b-716259afcddb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"1d8 + 5 damage. Threatening Reach: The fen hydra can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d8 + 5 damage",category:1},{id:"8a3fbe1d-a621-4d6f-853f-b7268cca1dcc",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2; up to 4 targets",attack:{bonus:14,defence:0},description:"The fen hydra makes four bite attacks.",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"d209ee37-a878-4de6-aed5-32ed82d0a42f",name:"Many Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the fen hydra becomes dazed or stunned, it loses one attack on its next turn instead. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fen hydra lurks out of sight in a bog, hoping to surprise prey. When the time is right, it slithers out of hiding and attacks with its multiple heads, spending its action points to use hydra fury twice in a round."},{id:"af82ee98-f00a-46ff-84e9-1f61496e2404",name:"Mordant Hydra",details:"",size:4,origin:4,type:1,keywords:"reptile",level:18,role:{type:2,flag:2,leader:!1},senses:"all-around vision, low-light vision",movement:"6, swim 12",alignment:"Unaligned",languages:"--",skills:"Perception +17",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:18},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:880,initiative:13,ac:31,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"7ea91af4-9af3-43f6-8f97-0ce8e0bf2159",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:21,defence:0},description:"",details:"1d8 + 6 damage. Threatening Reach: The mordant hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"1d8 + 6 damage",category:1},{id:"3ab2b932-cc91-4b6c-ba8c-1d113cfddee3",name:"Acid Spit",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"1d8 + 6 acid damage.",damage:"1d8 + 6 acid damage",category:1},{id:"ba8a7ffd-0491-408b-aea7-bde5526601c5",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3; or Ranged 10",attack:{bonus:21,defence:0},description:"The mordant hydra makes six basic attacks (any combination of bite attacks and acid spit attacks).",details:"Bite: Reach 3; 1d8 + 6 damage. Acid Spit ✦ Acid: Ranged 10; +18 vs. Reflex; 1d8 + 6 acid damage.",damage:"1d8 + 6 damage",category:1},{id:"9f1d9498-ea31-49ba-8dc2-cf57404fa222",name:"Many Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the mordant hydra becomes dazed or stunned, it loses one attack on its next turn instead. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A mordant hydra usually spits acid with half its heads and bites with the other half, spending its action points to use hydra fury twice in a round. If multiple targets are within its reach, the hydra splits its attention between the closest foe and the enemy that hurt it the most since its last turn."},{id:"06917c0d-5705-4596-9383-98ca14c8b683",name:"Primordial Hydra",details:"",size:5,origin:1,type:1,keywords:"reptile",level:25,role:{type:2,flag:2,leader:!1},senses:"all-around vision, darkvision",movement:"8, swim 16",alignment:"Chaotic Evil",languages:"--",skills:"Perception +21",equipment:"",category:"",strength:{score:26},constitution:{score:32},dexterity:{score:22},intelligence:{score:4},wisdom:{score:18},charisma:{score:12},hp:1200,initiative:18,ac:38,fortitude:40,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"9b5ba3bd-acad-4565-aa60-aa9e8ccd994c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:28,defence:0},description:"",details:"(+30 vs. AC with opportunity attacks); 1d10 + 8 damage, or 1d10 + 13 on a successful opportunity attack. Threatening Reach: The primordial hydra can make opportunity attacks against all enemies within its reach (4 squares).",damage:"1d10 + 8 damage",category:1},{id:"a5ce1906-1bc3-42b7-a673-62267a73bdcd",name:"Flaming Acid Spit",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Fire",condition:"",range:"Ranged 10",attack:{bonus:25,defence:2},description:"",details:"1d10 + 8 acid and fire damage.",damage:"1d10 + 8 acid and fire damage",category:1},{id:"66a5177b-5a2c-484b-847b-bac532a23eca",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:28,defence:0},description:"The primordial hydra makes eight basic attacks (any combination of bite attacks and flaming acid spit attacks).",details:"Bite: Reach 4; 1d10 + 8 damage. Flaming Acid Spit ✦ Acid, Fire: Ranged 10; +25 vs. Reflex; 1d10 + 8 acid and fire damage.",damage:"1d10 + 8 damage",category:1},{id:"1dfff81b-b15c-404c-b14c-ffbd2104934e",name:"Many Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the primordial hydra becomes dazed or stunned, it loses one attack on its next turn instead. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[{type:1,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A primordial hydra spits flaming acid at ranged foes and makes bite attacks against enemies within reach. It spends its action points to use hydra fury twice in a given round."},{id:"4fe0ea04-7d68-45e2-9b62-2afd75d3639f",name:"Hyena",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:15},intelligence:{score:2},wisdom:{score:12},charisma:{score:5},hp:37,initiative:5,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"8963488e-8423-4ee7-b4db-2daba546f346",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage; see also pack attack. Pack Attack: A hyena deals an extra 1d6 damage against an enemy adjacent to two or more of the hyena’s allies.",damage:"1d6 + 3 damage",category:1},{id:"1ee1625b-df5f-461e-9a7b-ee467e59c15d",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a hyena is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The pack attack and harrier powers reward hyenas for ganging up on one target at a time, so a pack normally chooses a single foe and tries to pull it down."},{id:"ed783703-f1d5-4bbb-b313-bc52d008c801",name:"Cacklefiend Hyena",details:"",size:3,origin:1,type:1,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Perception +11",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:6},wisdom:{score:14},charisma:{score:10},hp:96,initiative:5,ac:19,fortitude:20,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"d08e0f45-f99c-42cb-8b6a-fea67f37da41",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d6 + 5 damage, and ongoing 5 acid damage (save ends); see also pack attack. Pack Attack: A cacklefiend hyena deals an extra 1d6 damage against an enemy adjacent to two or more of the cacklefiend hyena’s allies.",damage:"1d6 + 5 damage",category:1},{id:"09ad4b45-6195-4116-90b9-b59e859dd31c",name:"Fiendish Cackle",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close Burst 3; deafened creatures are immune; targets enemies",attack:{bonus:8,defence:3},description:"",details:"the target takes a –2 penalty to attack rolls until the end of the cacklefiend hyena’s next turn.",damage:"",category:3},{id:"c3cb0939-42bf-4c1a-a711-bb04ef8ead97",name:"Acid Bloodspurt",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Burst 1",attack:null,description:"",details:"automatic hit; 2d8 acid damage, and ongoing 5 acid damage (save ends).",damage:"2d8 acid damage",category:5},{id:"55a6faca-4935-4cc6-8601-d7fce4c90786",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a cacklefiend hyena is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A cacklefiend hyena uses its fiendish cackle to unnerve enemies before attacking, and again as soon as the power recharges. It works with its allies to take down one foe at a time, reaping the benefits of its pack attack and harrier powers."},{id:"6ecc4af9-f1fe-4a8c-95b0-58afe120c91b",name:"Kobold Minion",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +4, Thievery +4",equipment:"hide armor, light shield, 3 javelins",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:1,initiative:3,ac:15,fortitude:11,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"d60da958-2e64-4745-b26d-738077ceb5d8",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"93bdd701-5402-41f9-9c18-900b3311ed03",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"8f7e83b3-6401-4af1-ac9b-f33b905b3d08",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"f9fd9df3-8358-48e4-a759-0555ce686394",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kobold minions are fierce in packs, but cowardly when separated. They can shift as a minor action each round to achieve flanking positions."},{id:"93683e38-7b6c-46a3-9b9b-88e4de82b5cd",name:"Kobold Skirmisher",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +7, Stealth +9, Thievery +9",equipment:"hide armor, spear",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:16},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:27,initiative:5,ac:15,fortitude:11,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"cd6a1302-675a-4155-a4f3-6e4248bffde9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d8 damage; see also mob attack. Combat Advantage: The kobold skirmisher deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 damage",category:1},{id:"eda56ca6-2b08-4375-bdbb-968c7b9cf725",name:"Mob Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold skirmisher gains a +1 bonus to attack rolls per kobold ally adjacent to the target.",damage:"The kobold skirmisher gains a +1 bonus to attack rolls per kobold ally adjacent to the target",category:0},{id:"f2dcc8a7-9686-4f4e-b3c1-d4a1d51c4854",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"dea02abc-5f4b-4bd2-9ac9-f6bcb788264f",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kobold skirmishers gang up on a single target to gain the benefit of mob attack, shifting as a minor action to gain combat advantage. They retreat when the fight turns against them, leading pursuers through passages and rooms riddled with traps, if possible."},{id:"14c5382a-a17d-4886-a4ae-95486a19fb66",name:"Kobold Slinger",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +8, Stealth +10, Thievery +10",equipment:"leather armor, dagger, sling with 20 bullets and 3 rounds of special shot (see above)",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:24,initiative:3,ac:13,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"2369225d-d848-4058-809e-1c226abcc686",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"720064bf-c4d9-4983-a799-4e1f837a72e8",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"1d6 + 3 damage; see also special shot.",damage:"1d6 + 3 damage",category:1},{id:"64cf7fb5-a859-4d4c-804d-49a03905753d",name:"Special Shot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold slinger can fire special ammunition from its sling. It typically carries 3 rounds of special shot, chosen from the types listed below. A special shot attack that hits deals normal damage and has an additional effect depending on its type: Stinkpot: The target takes a –2 penalty to attack rolls (save ends). Firepot (Fire): The target takes ongoing 2 fi re damage (save ends). Gluepot: The target is immobilized (save ends).",damage:"a special shot attack that hits deals normal damage and has an additional effect depending on its type",category:0},{id:"6306bdb5-16a0-473d-85f3-e7b43427cce8",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"09504eaf-9a61-4476-9d06-b3d60bd8d551",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kobold slingers avoid melee combat. They prefer to stay behind cover and bombard foes with special shot and sling stones."},{id:"08eb8095-1b25-4a86-9ed0-30fe84280d58",name:"Kobold Dragonshield",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +5, Stealth +7, Thievery +7",equipment:"scale armor, heavy shield, short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:13},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:36,initiative:4,ac:18,fortitude:14,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4b909fc0-d7ed-4350-94b9-79dec5263030",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage, and the target is marked until the end of the kobold dragonshield’s next turn.",damage:"1d6 + 3 damage",category:1},{id:"23a360ec-d963-4a50-90f5-70505777a84e",name:"Dragonshield Tactics",action:{action:4,trigger:"when an adjacent enemy shifts away or an enemy moves adjacent;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield shifts 1 square.",damage:"The kobold dragonshield shifts 1 square",category:5},{id:"9f83aa03-b547-4551-90b8-172d692bd007",name:"Mob Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield gains a +1 bonus to attack rolls per kobold ally adjacent to the target.",damage:"The kobold dragonshield gains a +1 bonus to attack rolls per kobold ally adjacent to the target",category:0},{id:"63864460-5c43-4c85-8856-9ba7ef37a98d",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"627f356b-9963-4740-bfe0-09686a28856a",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"5 (damage type of the dragon served)",vulnerable:"",immune:"",tactics:"Kobold dragonshields are capable frontline combatants, keeping enemies away from their weaker kobold allies with their swords and shields. They like to gang up on single targets. A kobold dragonshield gains resist 5 against a specific damage type based on the type of dragon it serves or reveres. For example, a kobold dragonshield working for a blue dragon has resist 5 lightning."},{id:"b700330c-0f24-4ddb-b333-c62a96e3d646",name:"Kobold Wyrmpriest",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +10, Thievery +10",equipment:"hide armor, spear, bone mask",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"015d69a2-7664-4b62-93de-312db3cba2ed",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"f07c4bbe-0256-4240-a845-bdea5aa82870",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d10 + 3 damage of a chosen type (based on the dragon served).",damage:"1d10 + 3 damage of a chosen type (based on the dragon served)",category:1},{id:"94836475-b9e2-4adc-be95-81df960696e3",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 10",attack:null,description:"",details:"kobold allies in the burst gain 5 temporary hit points and shift 1 square.",damage:"kobold allies in the burst gain 5 temporary hit points and shift 1 square",category:3},{id:"de4d3c99-b0af-451b-b0cd-3657ab93fb04",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"see text",condition:"",range:"Close Blast 3",attack:{bonus:6,defence:1},description:"",details:"1d10 + 3 damage of a chosen type (based on the dragon served). Miss: Half damage.",damage:"1d10 + 3 damage of a chosen type (based on the dragon served)",category:1},{id:"8ab8b56c-d2aa-4d6c-b771-ad421fd524d9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"9ef2be06-9c63-4cbf-bcbb-24102792b257",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A wyrmpriest keeps lots of kobold underlings between it and its enemies, using incite faith to embolden them. It prefers to make ranged attacks using energy orb, and enemies that get too close are blasted with dragon breath. A wyrmpriest’s energy orb deals damage of a specific type based on the type of dragon the wyrmpriest serves or reveres. For example, a kobold wyrmpriest working for a black dragon deals acid damage with its energy orb power."},{id:"cf6d0c85-6e48-4829-9eb0-cd2f89923c11",name:"Kobold Slyblade",details:"",size:1,origin:4,type:2,keywords:"reptile",level:4,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +11, Stealth +13, Thievery +13",equipment:"leather armor, 2 short swords",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:18},intelligence:{score:9},wisdom:{score:12},charisma:{score:14},hp:42,initiative:10,ac:18,fortitude:12,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"d839b0f7-ddb2-42df-95a6-7cd2683620b1",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d6 damage. Combat Advantage: The kobold slyblade deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d6 damage",category:1},{id:"eac2240f-8e04-4488-ad0c-d432b3571db9",name:"Twin Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"Requires combat advantage; the kobold slyblade makes 2 short sword attacks.",details:"1d6 damage each hit. If both attacks hit the same target, the target takes ongoing 5 damage (save ends). Combat Advantage: The kobold slyblade deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d6 damage each hit",category:1},{id:"ab46340d-1293-457a-8ed0-89ec2f067732",name:"Sly Dodge",action:{action:5,trigger:"when targeted by a melee or ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold slyblade redirects the attack to an adjacent kobold minion.",damage:"",category:5},{id:"1527229f-2a40-48cd-8f0a-32ec61a6f4d9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"f3ddfd3e-db6e-498f-9995-9c8800208174",name:"Dragonshield Tactics",action:{action:4,trigger:"when an adjacent enemy shifts away or an enemy moves adjacent;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield shifts 1 square.",damage:"The kobold dragonshield shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The kobold slyblade stays close to other kobolds, using sly dodge to turn them into living shields while it makes twin slash attacks against foes. Whenever possible, it shifts as a minor action, moves into a flanking position, and gains combat advantage."},{id:"d8e3dd6c-1726-4b50-ad2b-bdc6eb5cbec8",name:"Kruthik Hatchling",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:9,flag:3,leader:!1},senses:"low-light vision, tremorsense 10",movement:"8, burrow 2 (tunneling), climb 8",alignment:"Unaligned",languages:"--",skills:"Perception +0",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:6},hp:1,initiative:3,ac:15,fortitude:13,reflex:15,will:12,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Gnashing Horde",keywords:"",details:"1: an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kruthik hatchlings swarm around the nearest foe in a vicious, biting horde. They typically fight until slain."},{id:"0b70d8a7-e58f-41ce-b0eb-b5d468b68f1f",name:"Kruthik Young",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"low-light vision, tremorsense 10",movement:"8, burrow 2, climb 8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:6},hp:43,initiative:4,ac:15,fortitude:13,reflex:14,will:11,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Gnashing Horde",keywords:"",details:"1: an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:5,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A kruthik young joins the hatchlings in attacking a singular target, raking the hapless creature to pieces with its claws. It typically fights until slain."},{id:"781b2f8b-e12b-4825-a275-43b129e80f12",name:"Kruthik Adult",details:"",size:2,origin:4,type:1,keywords:"reptile",level:4,role:{type:2,flag:0,leader:!1},senses:"low-light vision, tremorsense 10",movement:"6, burrow 3 (tunneling), climb 6",alignment:"Unaligned",languages:"--",skills:"Perception +4",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:18},intelligence:{score:4},wisdom:{score:12},charisma:{score:8},hp:67,initiative:6,ac:17,fortitude:14,reflex:15,will:13,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Gnashing Horde",keywords:"",details:"1: an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d10 + 3 damage.",damage:"1d10 + 3 damage",category:1},{id:"d30416f6-8d4f-44c6-81f6-c60e6dec9b6e",name:"Toxic Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Ranged 5",attack:{bonus:7,defence:0},description:"The kruthik makes 2 attacks against two different targets:",details:"1d8 + 4 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1d8 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A kruthik adult uses its toxic spikes on tempting targets within range before closing to melee. From that point on, it tries to stay adjacent to an enemy, using its toxic spikes only when it can’t otherwise reach a target."},{id:"5508f4b7-ea44-4262-8e2d-49fa49eaa9d8",name:"Kruthik Hive Lord",details:"",size:3,origin:4,type:1,keywords:"reptile",level:6,role:{type:3,flag:1,leader:!0},senses:"low-light vision, tremorsense 10",movement:"6, burrow 3 (tunneling), climb 6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:18},intelligence:{score:4},wisdom:{score:12},charisma:{score:10},hp:148,initiative:7,ac:22,fortitude:21,reflex:20,will:17,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Hive Frenzy",keywords:"",details:"2: allied kruthiks in the aura deal double damage with basic attacks."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"d8fc3fd1-0de0-4305-93f6-c29745cdfed3",name:"Acid Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5; targets enemies",attack:{bonus:9,defence:1},description:"",details:"1d6 + 4 acid damage, and the target takes ongoing 5 acid damage and is weakened (save ends both).",damage:"1d6 + 4 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The hive lord uses its acid blast to weaken enemies at the start of battle. It then makes claw attacks, staying within 2 squares of as many other kruthiks as possible so that they benefit from its hive frenzy aura."},{id:"44896cef-edaf-4a5a-97c8-ca3ceffc53aa",name:"Kuo-Toa Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Perception +12",equipment:"leather armor, light shield, spear",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:9},charisma:{score:13},hp:1,initiative:11,ac:29,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"daaf6e5b-0a99-4b42-a097-bc9cef3a067f",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"2a96a0a4-750a-45db-a8ff-cb7c28db8237",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"In the presence of a strong leader (a whip or monitor), kuo-toa guards fight with fanatical zeal. If their leader is killed, kuo-toa guards tend to flee."},{id:"6a7437c7-1384-4012-aa5f-710eb4f1e478",name:"Kuo-Toa Marauder",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:12,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Perception +11",equipment:"leather armor, slimy light shield, spear",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:11},charisma:{score:13},hp:119,initiative:11,ac:25,fortitude:22,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"f25741c4-0f4e-489e-bfcf-f16daa1217fd",name:"Skewering Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:17,defence:0},description:"",details:"(+19 vs. AC while bloodied); 1d8 + 4 damage, and ongoing 5 damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"e3f6b020-0f13-4e15-a07e-d7f6c108c334",name:"Sticky Shield",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:2},description:"The kuo-toa marauder makes an attack against the attacker:",details:"a weapon wielded by the target drops in the target’s space.",damage:"",category:5},{id:"b09bb262-3554-43bc-91e9-26bd7840a00c",name:"Quick Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied;",range:"",attack:null,description:"",details:"The kuo-toa marauder shifts 1 square.",damage:"The kuo-toa marauder shifts 1 square",category:3},{id:"55cf95cf-e766-47f5-94d7-2a09f54ee753",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kuo-toa marauders are so named because they often roam the Underdark in search of slaves. Tainted by madness, they rarely flee a battle, even if hopelessly outmatched. A marauder uses quick step to shift before or after making an attack with its spear, and it uses slick maneuver to gain a flanking position."},{id:"67e9a91a-ad88-4521-aae7-a75a728452fd",name:"Kuo-Toa Harpooner",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:14,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Perception +13",equipment:"leather armor, slimy light shield, 4 harpoons",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:17},intelligence:{score:13},wisdom:{score:13},charisma:{score:15},hp:137,initiative:12,ac:28,fortitude:26,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"c304e7f8-96d9-4b21-a5a8-8a3029f1ddc8",name:"Harpoon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 3 damage, and the target is grabbed and takes ongoing 5 damage (until escape). While the target is grabbed, the kuo-toa harpooner cannot use the harpoon to make attacks.",damage:"1d8 + 3 damage",category:1},{id:"3aa01b58-fcc0-47b8-8332-458b0237ee27",name:"Reeling Harpoon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:20,defence:0},description:"",details:"1d8 + 3 damage, and the kuo-toa harpooner makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; 1d8 + 3 damage, and the target is pulled 3 squares.",damage:"1d8 + 3 damage",category:1},{id:"764d1c81-c875-4954-8d0a-7958cbf6b42d",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2},{id:"790124f1-3b01-44af-bb52-e0d765f39396",name:"Sticky Shield",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:2},description:"The kuo-toa harpooner makes an attack against the attacker:",details:"a weapon wielded by the target drops in the target’s space.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This kuo-toa attaches slimy cords to its harpoons, allowing it to reel in distant enemies. Once in melee combat with a foe, the harpooner tries to impale its enemy on a harpoon, dealing automatic damage each round the target remains impaled."},{id:"db9e12a8-6b84-4c13-b069-9d6688c8db3a",name:"Kuo-Toa Monitor",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Acrobatics +18, Dungeoneering +15, Perception +15",equipment:"leather armor, crossbow with 20 bolts",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:20},intelligence:{score:15},wisdom:{score:15},charisma:{score:16},hp:153,initiative:15,ac:30,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"84515e45-7d40-4a2c-99e6-442fdab8e68f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"2d10 + 4 damage.",damage:"2d10 + 4 damage",category:1},{id:"a44d8756-d883-4c3a-b338-a1d0a68ae2f4",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"7eba4d52-fd3f-4a39-92bc-d4a4808db038",name:"Leap Kick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"The kuo-toa monitor shifts 2 squares and makes a slam attack.",details:"2d10 + 4 damage.",damage:"2d10 + 4 damage",category:1},{id:"d2f22983-a65e-462a-a7f5-7fb9a562a2bf",name:"Lightning Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Melee",attack:{bonus:19,defence:2},description:"",details:"3d8 + 4 lightning damage, and the target is stunned (save ends).",damage:"3d8 + 4 lightning damage",category:1},{id:"5b3e484a-0fd1-4981-8082-1a40b701568b",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The kuo-toa monitor hurls itself into melee combat, using leap kick to shift up to 2 squares before or after making a slam attack. The first time it flanks a foe, it uses lightning fist."},{id:"59bdf4cc-fa56-49c5-a052-967a960704db",name:"Kuo-Toa Whip",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Dungeoneering +16, Perception +16, Religion +15",equipment:"coat, pincer staff , headdress",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:17},charisma:{score:18},hp:156,initiative:12,ac:30,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"52da343d-ed35-449a-901b-66f435e5aeb3",name:"Pincer Staff",action:{action:1,trigger:"",sustainAction:1,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d8 + 3 damage, and the target is grabbed (until escape). While the target is grabbed, the kuo-toa whip cannot make attacks with its pincer staff. When the kuo-toa whip sustains the grab, it deals 1d10 damage to the target. The kuo-toa whip can release the target as a minor action, sliding the target to any other square within its reach.",damage:"1d8 + 3 damage",category:1},{id:"a129a811-469d-479a-b08b-0346cb0e5406",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d8 + 5 lightning damage, and the target is blinded until the end of the kuo-toa whip’s next turn.",damage:"2d8 + 5 lightning damage",category:1},{id:"ed3e469b-ca50-4b1b-89f9-8101551a6048",name:"Slime Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area Burst 4 within 20; targets enemies",attack:{bonus:18,defence:1},description:"",details:"1d10 + 5 damage, the target takes a –2 penalty to attack rolls (save ends), and the target slides 3 squares and is knocked prone. Miss: Half damage, and the target slides 1 square.",damage:"1d10 + 5 damage",category:1},{id:"7d9cc2d0-4c71-4a76-8494-4c316803723c",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The kuo-toa whip begins battle by casting slime vortex on the largest group of enemies, then targets them one at a time with lightning strike. It uses its pincer staff against enemies in melee combat, sliding them within reach of its allies."},{id:"15a3266c-2315-4d7b-b09e-899dec791ded",name:"Lamia",details:"",size:2,origin:2,type:3,keywords:"shapechanger",level:12,role:{type:3,flag:1,leader:!0},senses:"",movement:"6, climb 6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Bluff +16, Insight +13, Perception +13",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:14},intelligence:{score:17},wisdom:{score:14},charisma:{score:21},hp:244,initiative:8,ac:28,fortitude:25,reflex:24,will:26,regeneration:null,auras:[{id:"d780959c-ec67-43ca-905a-7a74b9156c28",name:"Swarm’s Embrace",keywords:"",details:"1: an enemy that starts its turn in the aura takes 10 damage."}],powers:[{id:"5f13a03a-a52f-4c58-bf14-4a89c0f11ca9",name:"Cursed Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing",condition:"",range:"Melee Touch",attack:{bonus:16,defence:1},description:"",details:"1d6 + 4 damage, and the target is dazed (save ends). In addition, the lamia regains a number of hit points equal to the amount of damage dealt.",damage:"1d6 + 4 damage",category:1},{id:"e36ba49d-0a7d-4c33-8205-d1c77846e666",name:"Devouring Swarm",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"Reach 5",attack:{bonus:16,defence:1},description:"",details:"3d6 + 4 damage. When the lamia sustains this power, the devouring swarm deals 3d6 + 4 damage to the target (no attack roll required). The target must be within this power’s range for the lamia to sustain the power.",damage:"3d6 + 4 damage",category:1},{id:"ccca3dc7-5bf7-45d3-9cda-0d3339b0d18a",name:"Pacifying Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Burst 5",attack:{bonus:16,defence:3},description:"",details:"the target is stunned (save ends).",damage:"",category:1},{id:"be9f1173-63d3-489f-9ad5-8bb7f4c5c62a",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A lamia can alter its physical form to appear as an attractive Medium humanoid of any race or gender (see Change Shape, page 280).",damage:"",category:3},{id:"88b27419-eb0d-4472-8e63-0ebebafc0fb5",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a lamia can squeeze through small openings as if it were a Tiny creature (see “Squeeze”, Player’s Handbook 292).",damage:"",category:0}],damageModifiers:[],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks.",immune:"",tactics:"The lamia uses change shape to assume a pleasing appearance, hoping to lure enemies within range of its pacifying burst. It spends its action point to use this power, and then immediately uses devouring swarm against a stunned foe within range. It sustains devouring swarm round after round as a minor action, attacking a new target only if the previous target moves out of range. The lamia heals itself by making cursed touch attacks and unleashes another pacifying burst as soon as the power recharges."},{id:"fbf85b39-8308-4a9f-9f92-bf84acdeadfe",name:"Larva Mage",details:"",size:2,origin:4,type:3,keywords:"undead",level:21,role:{type:0,flag:1,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +23, History +23, Religion +23",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:16},intelligence:{score:26},wisdom:{score:14},charisma:{score:15},hp:304,initiative:13,ac:35,fortitude:30,reflex:33,will:27,regeneration:null,auras:[],powers:[{id:"002be58f-0090-4580-ad63-0cdf41815ab3",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:24,defence:1},description:"",details:"2d6 + 5 necrotic damage.",damage:"2d6 + 5 necrotic damage",category:1},{id:"853b4661-0cae-4df4-979f-1f5f92403756",name:"Horrific Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"the target cannot attack the larva mage until the end of its next turn and is immobilized (save ends).",damage:"",category:3},{id:"c91d1ee8-1826-4563-931a-3dc8b49ceeae",name:"Ray of Cold Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:26,defence:0},description:"",details:"2d8 + 8 cold and necrotic damage, or 4d8 + 8 cold and necrotic damage if the target is bloodied.",damage:"2d8 + 8 cold and necrotic damage",category:1},{id:"d9ddda43-712a-4e06-99d5-e69b44a41180",name:"Worm’s Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Illusion",condition:"",range:"Ranged 5",attack:{bonus:26,defence:3},description:"the target is tricked into believing that worms are devouring its flesh;",details:"4d10 + 8 damage. If this damage doesn’t reduce the target to 0 or fewer hit points, the target takes no damage but is stunned until the end of its next turn.",damage:"4d10 + 8 damage",category:1},{id:"f569d579-74a4-46c2-99e6-ac9c398c5f57",name:"Withering Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area Burst 1 within 20",attack:{bonus:24,defence:2},description:"",details:"2d6 + 8 fire and necrotic damage.",damage:"2d6 + 8 fire and necrotic damage",category:1},{id:"60d10799-d46e-490b-af38-ea167c274dcf",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva mage can squeeze through small openings as if it were a Tiny creature (see “Squeeze”, Player’s Handbook 292).",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease",tactics:"The larva mage uses horrific visage to hold off enemy defenders and melee strikers while using ray of cold death and withering flame to soften up ranged targets. The larva mage uses worm’s feast against a bloodied foe and normally spends its action point to take a second move action when it needs to put some added distance between itself and its enemies."},{id:"7e86919a-faa4-40ca-8260-997cb02b1cde",name:"Lich (Human Wizard)",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +18, History +18, Insight +13",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:22},wisdom:{score:13},charisma:{score:18},hp:218,initiative:8,ac:28,fortitude:24,reflex:28,will:26,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"88d18176-5a2d-4795-884d-72611969ec43",name:"Necrotic Aura",keywords:"Necrotic",details:"5: any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"c4c58f78-b41c-4dc6-85b1-e27a6fb0f6b4",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8 + 6 necrotic damage.",damage:"2d8 + 6 necrotic damage",category:1},{id:"3e40a8c5-b319-418f-8564-118f84174773",name:"Frostburn",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic, Zone",condition:"",range:"Area Burst 2 within 20",attack:{bonus:18,defence:1},description:"",details:"3d8 + 6 cold and necrotic damage. The burst creates a zone that lasts until the end of the lich’s next turn. The zone is considered difficult terrain. Any creature that starts its turn within the zone takes 10 cold and necrotic damage. The lich can sustain or dismiss the zone as a minor action.",damage:"3d8 + 6 cold and necrotic damage",category:1},{id:"19465e1d-047b-4274-9234-5b445886ff0b",name:"Indestructable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"9bff466e-71b0-4cb9-893d-bacc0de961ba",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The lich spends a healing surge and regains 54 hit points. The lich gains a +2 bonus to all defenses until the start of its next turn.",damage:"The lich spends a healing surge and regains 54 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"As long as its phylactery is safe, this lich doesn’t show much concern for its own wellbeing. It uses frostburn as often as it can and spends its action point to use second wind when first bloodied."},{id:"5a1dee24-b65e-4664-81cc-bbc13c53521e",name:"Lich (Eladrin Wizard)",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +24, History +24, Insight +19",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:15},intelligence:{score:25},wisdom:{score:15},charisma:{score:21},hp:362,initiative:14,ac:38,fortitude:33,reflex:38,will:38,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"88d18176-5a2d-4795-884d-72611969ec43",name:"Necrotic Aura",keywords:"Necrotic",details:"5: any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"c4c58f78-b41c-4dc6-85b1-e27a6fb0f6b4",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d8 + 7 necrotic damage.",damage:"3d8 + 7 necrotic damage",category:1},{id:"19465e1d-047b-4274-9234-5b445886ff0b",name:"Indestructable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"56e71d16-3b1d-4aa3-88ec-e5b3dc8e9507",name:"Necrotic Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"3d8 + 7 necrotic damage, and the target is stunned until the end of the lich’s next turn.",damage:"3d8 + 7 necrotic damage",category:1},{id:"6ff180ad-bc38-43ec-8892-e4bb7db8508f",name:"Entropic Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area Burst 2 within 20",attack:{bonus:28,defence:2},description:"",details:"6d6 + 7 necrotic damage.",damage:"6d6 + 7 necrotic damage",category:1},{id:"9bff466e-71b0-4cb9-893d-bacc0de961ba",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The lich spends a healing surge and regains 90 hit points. The lich gains a +2 bonus to all defenses until the start of its next turn.",damage:"The lich spends a healing surge and regains 90 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"This lich uses entropic pulse and necrotic orb as often as it can. Once bloodied, it spends an action point to use second wind."},{id:"027b94ed-5f37-47fa-83aa-d42081fbc71d",name:"Lich Vestige",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +24, Perception +19",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:22},wisdom:{score:13},charisma:{score:18},hp:1,initiative:14,ac:40,fortitude:36,reflex:40,will:38,regeneration:null,auras:[{id:"34d193d4-7067-4698-a93e-236f7dc91a73",name:"Necrotic Aura",keywords:"Necrotic",details:"2: any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"cb86c876-c189-4b0b-a360-c5d7c9f45e43",name:"Death’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:30,defence:0},description:"",details:"10 necrotic damage, and the target is weakened (save ends).",damage:"10 necrotic damage",category:1},{id:"c7be6693-127f-401c-9888-49c89aa5b920",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"10 necrotic damage, or 15 necrotic damage if the target is an arcane power user (such as a wizard).",damage:"10 necrotic damage",category:1},{id:"77819bed-966b-4edd-bbc3-47bda1ab88c0",name:"Orb of Obliteration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area Burst 5 within 10 of one of the lich vestiges",attack:{bonus:30,defence:2},description:"Two, three, or four lich vestiges acting on the same initiative count can use their standard actions to hurl a single orb of black fire that detonates on impact. Make one attack roll:",details:"5 fire and necrotic damage per lich vestige making the attack, and ongoing fire and necrotic damage equal to 5 per lich vestige making the attack (save ends).",damage:"5 fire and necrotic damage per lich vestige making the attack",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease",tactics:"The lich vestige joins forces with other nearby lich vestiges to unleash orb of obliteration as soon as possible, and then zaps enemies with its shadow ray. It only uses death’s touch when forced into melee combat."},{id:"8a6c8513-d5e0-4fee-b306-2a3832c1136e",name:"Greenscale Hunter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +10, Nature +8, Perception +8",equipment:"light shield, spear",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:54,initiative:6,ac:17,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"5d724a86-a795-42c9-ae50-4109892ce4bc",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"75370a35-9db7-434a-b1c4-4672482f5152",name:"Sidestep Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"The lizardfolk shifts and make a melee basic attack.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Greenscale hunters like to set traps and ambush prey. In combat, they use sidestep attack to maneuver into flanking positions."},{id:"48fe8c7a-fcef-4b66-9057-db6a924c91db",name:"Greenscale Darter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:5,role:{type:4,flag:0,leader:!1},senses:"",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +8, Perception +9, Stealth +11",equipment:"club, blowgun with 20 poisoned darts",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:8},wisdom:{score:15},charisma:{score:8},hp:50,initiative:10,ac:18,fortitude:14,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"35002033-6064-4a97-9f6b-1dde9b1d45f0",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d6 + 1 damage.",damage:"1d6 + 1 damage",category:1},{id:"dd753aae-27c7-4952-bff9-a3d72db612e9",name:"Blowgun",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:10,defence:0},description:"Loading the blowgun takes a minor action;",details:"1 damage, and the greenscale darter makes a secondary attack against the same target. Secondary Attack: +8 vs Fortitude; the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1 damage",category:1},{id:"1d4a11ec-e0de-4296-bdcd-d9300d26144e",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden lizardfolk darter that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Greenscale darters hide in the undergrowth, attacking with their blowguns and using their stealth and sniper power to remain hidden."},{id:"a7687355-3c99-4d01-832d-04b937ba069f",name:"Greenscale Marsh Mystic",details:"",size:2,origin:4,type:2,keywords:"reptile",level:6,role:{type:3,flag:0,leader:!0},senses:"",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +10, Nature +12",equipment:"spear, bone breastplate",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:70,initiative:4,ac:19,fortitude:15,reflex:14,will:19,regeneration:null,auras:[{id:"69e44d9d-725e-4bd8-a30b-1a374971c5b1",name:"Marsh Blessing",keywords:"Healing",details:"5: allies that start their turns in the aura regain 3 hit points."}],powers:[{id:"e40fe4e1-738b-4ee2-8ba6-f5f1fc174ccf",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"1116c5e3-95f2-4b10-ac3f-7d7489762eeb",name:"Swamp’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"the target is immobilized (save ends). The zone is difficult swamp terrain until the end of the encounter.",damage:"",category:1},{id:"9a08b236-a7e8-40d4-9eed-d38907cb6d0d",name:"Bog Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area Burst 2 within 10",attack:{bonus:9,defence:1},description:"",details:"2d8 + 4 poison damage, and the target is dazed until the end of the marsh mystic’s next turn.",damage:"2d8 + 4 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The marsh mystic normally begins a fight by using swamp’s grasp to immobilize enemies and create difficult terrain through which its allies can move with impunity. It stays close to its allies so that they benefit from its marsh blessing aura, attacking with its spear and using bog cloud whenever it becomes available."},{id:"970359d4-e79c-4ba4-b827-9f8c63d4283e",name:"Blackscale Bruiser",details:"",size:3,origin:4,type:2,keywords:"reptile",level:6,role:{type:2,flag:0,leader:!1},senses:"",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +14, Perception +9",equipment:"greatclub",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:86,initiative:6,ac:18,fortitude:19,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"efa12d23-8456-444e-a58b-34689900ffd5",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:9,defence:0},description:"",details:"1d10 + 6 damage, and the target is pushed 1 square.",damage:"1d10 + 6 damage",category:1},{id:"5e05c67b-28ae-45aa-8612-fb7572c38047",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:2},description:"",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This blackscale bruiser pulverizes enemies with its greatclub and pushes them into reach of its allies, if possible. It uses its tail slap to make opportunity attacks."},{id:"3f8615c4-e01e-4a5e-9771-e7496a275e06",name:"Wererat",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +6, Perception +7, Stealth +10, Streetwise +6, Thievery +10",equipment:"cloak, short sword",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:48,initiative:7,ac:17,fortitude:15,reflex:16,will:13,regeneration:{value:5,details:"if the wererat takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"63aca38f-377e-46f2-87c9-31692f9c5530",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: The wererat deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"311ef040-a6b0-4bbe-a55d-4ddc58cc0840",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d4 + 2 damage, and the target takes ongoing 2 damage (save ends) and contracts filth fever (see below).",damage:"1d4 + 2 damage",category:1},{id:"19fa0fd0-326d-4ac9-ae49-d68f69725879",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wererat can alter its physical form to appear as a dire rat or a unique human (see Change Shape, page 280). It loses its bite attack in human form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever (see below)",tactics:"Wererats usually assume dire rat form and wait in ambush, hoping to surprise their enemies and gain combat advantage. They use change shape to assume their natural hybrid forms and try to flank foes. They prefer to attack with their short swords, resorting to bite attacks when disarmed."},{id:"6ae9991b-bc5a-42b4-b4fd-d8747b50beec",name:"Werewolf",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Bluff +9, Insight +11, Intimidate +9, Nature +11, Perception +11",equipment:"leather armor, greatclub",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:108,initiative:7,ac:20,fortitude:20,reflex:19,will:18,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"66aaf3cb-afa6-43ac-8f81-617fb3d13272",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"2d4 + 4 damage; see also blood rage. Blood Rage: The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",damage:"2d4 + 4 damage",category:1},{id:"43a852ad-7b66-4cb9-abf1-aceee7e0cae8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy (see below); see also blood rage.",damage:"1d6 + 4 damage",category:1},{id:"decad7de-1e12-4203-b0c0-f85f046ed0e7",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human (see Change Shape, page 280). It cannot use its bite attack in human form and cannot make greatclub attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy (see below)",tactics:"A lone werewolf tries to isolate and pick off victims one at a time. When bloodied, it usually flees to regenerate. In the wild, werewolves tend to hunt in packs. When a pack of werewolves attacks, half of the pack fights in true hybrid form (wielding greatclubs) and other half fights in wolf form."},{id:"f3858cd8-2f9d-4eb5-bad5-266af84ba548",name:"Magma Claw",details:"",size:2,origin:1,type:3,keywords:"earth, fire",level:4,role:{type:2,flag:0,leader:!1},senses:"",movement:"4 (8 while charging)",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +9, Perception +7, Stealth +8",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:12},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:64,initiative:3,ac:16,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"2503ba69-1e59-4f65-9858-3dc5d7f81334",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 4 damage plus 1d6 fire damage.",damage:"1d6 + 4 damage plus 1d6 fire damage",category:1},{id:"00d17b3b-f395-41ca-aba9-dbf87515ee8e",name:"Spew Lava",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:5,defence:2},description:"",details:"the target takes ongoing 5 fire damage and is immobilized (save ends both).",damage:"the target takes ongoing 5 fire damage and is immobilized (save ends both)",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a magma claw that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"The magma claw uses its natural stealth to pose as an outcropping of volcanic rock until a target comes close enough for the magma claw to charge it. The magma claw then uses its spew lava power to trap its foe in cooling lava while it makes claw attacks."},{id:"ef70fd55-c2b1-4355-86a8-3302cbbff01c",name:"Magma Hurler",details:"",size:2,origin:1,type:2,keywords:"earth, fire",level:4,role:{type:0,flag:0,leader:!1},senses:"",movement:"4",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +7",equipment:"",category:"",strength:{score:18},constitution:{score:11},dexterity:{score:22},intelligence:{score:5},wisdom:{score:14},charisma:{score:8},hp:41,initiative:8,ac:18,fortitude:15,reflex:17,will:13,regeneration:null,auras:[],powers:[{id:"eae7bf5e-9cfd-4ec2-80d0-50abc4999a73",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"2b716f46-4f4c-4697-8f33-3877cf0b10b2",name:"Magma Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 15",attack:{bonus:7,defence:2},description:"",details:"1d6 + 6 fire damage. Miss: Creatures adjacent to the target take 1d6 fire damage.",damage:"1d6 + 6 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a magma hurler that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"A magma hurler disgorges magma into one of its scooplike arms and hurls it at an enemy in range. It tries to pelt enemies to death from a distance. Once an enemy gets close, the magma hurler abandons ranged combat and makes slam attacks instead."},{id:"eead1172-86f8-40d4-bfbc-70d0148cf75e",name:"Magma Strider",details:"",size:3,origin:1,type:3,keywords:"earth, fire",level:10,role:{type:6,flag:0,leader:!1},senses:"",movement:"6, climb 6",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +13",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:21},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:105,initiative:12,ac:24,fortitude:20,reflex:22,will:19,regeneration:null,auras:[{id:"e14fb9c2-4f34-484f-8bbe-30fcad87255c",name:"Blazing Heat",keywords:"Fire",details:"2: enemies in the aura at the start of their turns take 5 fire damage."}],powers:[{id:"e16dba1e-6cc8-47d4-bd67-2205dbc2fedb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d6 + 5 damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 5 damage",category:1},{id:"26fddd28-b35e-4a4f-8f83-ae994b97bae3",name:"Burn Across The Battlefield",action:{action:7,trigger:"when the magma strider hits with its bite attack;",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The magma strider can charge another target up to 6 squares away and make another bite attack.",details:"1d6 + 5 damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 5 damage",category:5},{id:"371bae4d-778d-4866-88c4-125e2d8f00ac",name:"Burning Mobility",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any creature that makes an opportunity attack against the magma strider takes ongoing 5 fire damage (save ends).",damage:"any creature that makes an opportunity attack against the magma strider takes ongoing 5 fire damage (save ends)",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a magma strider that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"Magma striders dash from foe to foe, heedless of opportunity attacks (their burning mobility makes it dangerous to strike at them). They try to set fire to as many targets as possible by biting a different target each round and using burn across the battlefield as often as possible."},{id:"09453104-9e9e-4b86-bec4-786cc0ae2883",name:"Magma Brute",details:"",size:3,origin:1,type:2,keywords:"earth, fire",level:13,role:{type:2,flag:0,leader:!1},senses:"",movement:"4",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +14",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:13},charisma:{score:8},hp:156,initiative:9,ac:25,fortitude:26,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"07109fb7-a742-42e0-a967-0891ecaac957",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d8 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 6 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"cold (a magma brute that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"Magma brutes use their slam attacks to crush and burn anything in their path. Usually they turn on whichever enemy hurt them the most in the previous round."},{id:"1d87fcdb-4c36-40fb-9877-b42e8ee9cf53",name:"Manticore",details:"",size:3,origin:4,type:3,keywords:"mount",level:10,role:{type:6,flag:1,leader:!1},senses:"",movement:"6, fly 8, overland flight 10",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +13, Stealth +15",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:20},intelligence:{score:4},wisdom:{score:17},charisma:{score:12},hp:210,initiative:12,ac:26,fortitude:24,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"c125cb1e-1da7-4e39-9bf4-3295dbccf395",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"ee24e61f-9198-4105-9ebf-f6fbb9093c0b",name:"Spike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:0},description:"",details:"(see also guided sniper); 1d8 + 5 damage. Hit or Miss: The manticore shifts 3 squares after making the attack.",damage:"1d8 + 5 damage",category:1},{id:"a12a126c-a2a0-430e-9487-d097170bcea1",name:"Manticore’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee/Ranged 10",attack:{bonus:15,defence:0},description:"The manticore makes a claw attack and a spike attack (in any order) and shift 1 square between the two attacks.",details:"Claw: 2d6 + 5 damage. Spike: 1d8 + 5 damage. Hit or Miss: The manticore shifts 3 squares after making the attack.",damage:"2d6 + 5 damage",category:1},{id:"91fc7a4f-47d9-4f99-ae15-c39d13a957f0",name:"Spike Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"",condition:"",range:"Area Burst 1 within 10",attack:{bonus:15,defence:0},description:"",details:"(see also guided sniper); 1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"c5b0dd9c-10e4-476f-ac0b-3569bce7b170",name:"Guided Sniper",action:null,keywords:"Mount",condition:"(while mounted by a friendly rider of 10th level or higher);",range:"",attack:null,description:"",details:"A manticore with a rider gains a +2 bonus to attack rolls with its spike attack and spike volley power.",damage:"A manticore with a rider gains a +2 bonus to attack rolls with its spike attack and spike volley power",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A manticore prefers to begin a fight from the air. It flies overhead and bombards enemies with spike volleys before landing to finish them off with manticore’s fury attacks. If faced with a dangerous foe on the ground, a manticore usually takes to the air again and harries its foe with repeated spike volleys as quickly as they recharge."},{id:"da75c22e-b5ca-47fa-b804-1c68475b519b",name:"Marut Blademaster",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +22, Intimidate +17, Perception +22",equipment:"greatsword",category:"",strength:{score:32},constitution:{score:25},dexterity:{score:23},intelligence:{score:14},wisdom:{score:25},charisma:{score:15},hp:201,initiative:18,ac:37,fortitude:37,reflex:32,will:33,regeneration:{value:20,details:""},auras:[],powers:[{id:"ed4dd1b5-21ea-42ab-8e61-77eb2a9cc73d",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:27,defence:0},description:"",details:"1d10 + 11 damage plus 1d6 thunder damage, the target is pushed 1 square, and the target is marked until the end of the marut blademaster’s next turn.",damage:"1d10 + 11 damage plus 1d6 thunder damage",category:1},{id:"0a17cb44-c4a5-45c8-b63f-69b429bf7469",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:27,defence:0},description:"The marut blademaster makes two greatsword attacks.",details:"1d10 + 11 damage plus 1d6 thunder damage, the target is pushed 1 square, and the target is marked until the end of the marut blademaster’s next turn.",damage:"1d10 + 11 damage plus 1d6 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:"The blademaster’s primary objective is to form and maintain a battle line, protecting softer allies. It uses double attack as often as possible."},{id:"92110d13-7560-4fc8-a0b6-c88b6f784147",name:"Marut Concordant",details:"",size:3,origin:3,type:2,keywords:"",level:22,role:{type:3,flag:1,leader:!1},senses:"truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +23, Intimidate +24, Perception +23",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:13},intelligence:{score:22},wisdom:{score:25},charisma:{score:26},hp:418,initiative:12,ac:38,fortitude:39,reflex:33,will:36,regeneration:{value:20,details:""},auras:[],powers:[{id:"f61f0c41-d5f6-43cd-a0d2-57cf8a28a4e5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Reach 2",attack:{bonus:26,defence:0},description:"",details:"2d6 + 10 damage plus 1d6 thunder damage.",damage:"2d6 + 10 damage plus 1d6 thunder damage",category:1},{id:"4c8c975e-5295-4ac5-962f-e9ca1d3b8fca",name:"Dictum",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:24,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"a6d697ae-61d0-412d-9436-c3f68c34490e",name:"Fortune’s Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area Burst 5 within 20",attack:{bonus:22,defence:3},description:"enemies in the area are struck by arcs of coruscating psychic energy;",details:"3d6 + 6 psychic damage, and the target is dazed (save ends).",damage:"3d6 + 6 psychic damage",category:1},{id:"f3da3258-729c-4bd4-94d8-c7ebd59f6502",name:"Thunderous Edict",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:24,defence:1},description:"",details:"3d6 + 8 thunder damage, and the target is pushed 4 squares. Miss: Half damage, and the target is not pushed.",damage:"3d6 + 8 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:"A marut concordant uses dictum to pin down a strong foe. It then centers fortune’s chains in an area most likely to catch multiple enemies. The concordant uses thunderous edict to push multiple enemies away."},{id:"017630b6-fb63-4b45-b1a8-151c5697b3ca",name:"Medusa Archer (Female)",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common",skills:"Bluff +16, Diplomacy +16, Intimidate +16, Perception +13, Stealth +15",equipment:"hooded cloak, longbow, quiver of 30 arrows",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:12},wisdom:{score:17},charisma:{score:22},hp:212,initiative:10,ac:26,fortitude:23,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"6c2e2e81-e905-406c-81fa-70a803c3af6c",name:"Snaky Hair",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d6 + 5 damage, and the target takes ongoing 10 poison damage and takes a –2 penalty to Fortitude defense (save ends both).",damage:"1d6 + 5 damage",category:1},{id:"22116e62-8fa0-4cd5-bc57-0431306e1b80",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:15,defence:0},description:"",details:"1d10 + 5 damage, and the medusa archer makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; the target takes ongoing 10 poison damage and takes a –2 penalty to Fortitude defense (save ends both).",damage:"1d10 + 5 damage",category:1},{id:"5ae48b8d-db33-4f5d-981d-3d1eba7ff9b3",name:"Petrifying Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze",condition:"",range:"Close Blast 5; blind creatures are immune",attack:{bonus:14,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save).",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"petrification",tactics:"The medusa archer makes longbow attacks from a safe distance, relying on its poisoned arrows to reduce the Fortitude defense of its enemies and make them more susceptible to its petrifying gaze. The creature is not afraid to enter melee combat, using its snaky hair and then targeting the same foe and other nearby enemies with its petrifying gaze."},{id:"597bda67-b6b6-4280-8888-7b61849113c4",name:"Medusa Warrior (Male)",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:1,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +17, Intimidate +17, Perception +16, Stealth +15",equipment:"chainmail, longsword, longbow, quiver of 30 arrows",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:22},hp:272,initiative:13,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"1b38d583-1fc3-4e54-bb7d-1a3f248fd3c2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 8 damage, and the medusa warrior makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d8 + 8 damage",category:1},{id:"7a03fbe4-90d4-4d1a-b3fc-39981f8c3973",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:17,defence:0},description:"",details:"1d10 + 5 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 5 damage",category:1},{id:"738bd6a6-ad6c-469d-9468-4c081d971704",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"The medusa warrior makes two longsword attacks, dealing an extra 2d8 damage on a hit against a dazed target.",details:"1d8 + 8 damage, and the medusa warrior makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d8 + 8 damage",category:1},{id:"2489b862-bd98-41c0-9860-5a692d3f94a0",name:"Venomous Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Poison, Psychic",condition:"",range:"Close Blast 5; blind creatures are immune",attack:{bonus:19,defence:3},description:"",details:"3d6 + 6 poison and psychic damage, and the target is dazed and weakened (save ends both).",damage:"3d6 + 6 poison and psychic damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"petrification",tactics:"The medusa warrior hides its true nature, hoping to lure enemies within range of its venomous gaze. In battle, the creature alternates between its venomous gaze and double attack powers, since its longsword attacks deal more damage against creatures affected by its gaze. The medusa warrior only draws its longbow when it has no targets it can engage in melee."},{id:"c62170ed-0db1-42b7-9142-1238bea122ae",name:"Medusa Shroud of Zehir (Female)",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:6,flag:0,leader:!1},senses:"",movement:"8",alignment:"Evil",languages:"Common",skills:"Acrobatics +21, Bluff +20, Stealth +21",equipment:"black hooded cloak, 2 short swords",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:24},intelligence:{score:13},wisdom:{score:17},charisma:{score:22},hp:172,initiative:18,ac:32,fortitude:28,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"9df7b71f-1bfe-4636-aef1-ecad1c105055",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d6 + 7 damage, and the target takes ongoing 10 acid and poison damage (save ends).",damage:"1d6 + 7 damage",category:1},{id:"8612f2f9-c648-40cd-a886-2ece243ceeae",name:"Fangs of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"The medusa shroud of Zehir makes two melee basic attacks and can shift up to 3 squares between attacks.",details:"1d6 + 7 damage, and the target takes ongoing 10 acid and poison damage (save ends).",damage:"1d6 + 7 damage",category:1},{id:"90eb7495-cc93-4de0-8492-6e979405a08f",name:"Snaky Hair",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Poison",condition:"(1/round)",range:"Melee",attack:{bonus:23,defence:0},description:"",details:"1d6 + 7 damage, and the target takes ongoing 10 acid and poison damage and takes a –2 penalty to Fortitude defense (save ends both).",damage:"1d6 + 7 damage",category:3},{id:"e5d6c804-ea02-4a15-81eb-3815f77cd314",name:"Petrifying Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze",condition:"",range:"Close Blast 5; blind creatures are immune",attack:{bonus:21,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save).",damage:"",category:1}],damageModifiers:[{type:1,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"petrification",tactics:"The medusa shroud of Zehir uses fangs of death to weave through the battlefield. It follows its sword attacks with a snaky hair attack. It uses petrifying gaze or makes melee basic attacks while waiting for fangs of death to recharge."},{id:"e6b5b461-3edf-4c20-af1d-53c02c740cea",name:"Mind Flayer Infiltrator",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Bluff +18, Diplomacy +18, Dungeoneering +14, Perception +14, Stealth +17",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:17},wisdom:{score:14},charisma:{score:23},hp:107,initiative:16,ac:27,fortitude:25,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"95e5bd0f-19a6-4612-a137-b9147a855ab1",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d6 + 5 damage, and the target is grabbed (until escape).",damage:"2d6 + 5 damage",category:1},{id:"7905af93-a122-4a86-8963-b35e3b282665",name:"Bore Into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Grabbed or stunned target only",attack:{bonus:17,defence:1},description:"",details:"3d6 + 5 damage, and the target is dazed (save ends). If this power reduces the target to 0 hit points or fewer, the mind flayer devours its brain, killing the target instantly.",damage:"3d6 + 5 damage",category:1},{id:"20fe6e8e-221f-42e4-b32b-55f8ac557d95",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Blast 5; mind flayers and their thralls are immune",attack:{bonus:18,defence:3},description:"",details:"2d8 + 6 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d8 + 6 psychic damage",category:1},{id:"a3f262bb-5836-4dca-b6c5-6d25f1177de5",name:"Stalk the Senseless",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mind flayer infi ltrator is invisible to dazed or stunned creatures.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This mind flayer uses its natural stealth to creep toward its enemies unseen, and then unleashes its mind blast. From its dazed foes, it chooses one creature to attack with its tentacles while relying on its stalk the senseless power to avoid attacks. If it succeeds in grabbing a victim with its tentacles, the infiltrator uses its bore into brain power until the victim dies or manages to free itself."},{id:"df1834f7-8818-4bc9-8bf2-307a9e6f60bf",name:"Mind Flayer Mastermind",details:"",size:2,origin:0,type:2,keywords:"",level:18,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +18, Bluff +21, Insight +18, Intimidate +21, Perception +18",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:16},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:324,initiative:12,ac:33,fortitude:33,reflex:33,will:35,regeneration:null,auras:[{id:"1b928296-72b7-45e4-b0e9-2733df7a344e",name:"Psychic Static",keywords:"Psychic",details:"10: while the mind flayer mastermind is not bloodied, enemies in the aura take a –2 penalty to Will defense."}],powers:[{id:"2d049632-ec8f-4031-8b1c-4f36026b4713",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"3d6 + 3 damage, and the target is grabbed (until escape).",damage:"3d6 + 3 damage",category:1},{id:"aecf2fcc-7021-446b-a6c8-9d0ba75bd0f4",name:"Bore Into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Grabbed or stunned target only",attack:{bonus:21,defence:1},description:"",details:"4d10 + 3 damage, and the target is stunned (save ends). If this power reduces the target to 0 hit points or fewer, the mind flayer mastermind can either devour its brain or turn it into a thrall (see below): Devour Brain (Healing): The mind flayer mastermind devours the target’s brain. The target is killed instantly, and the mind flayer mastermind regains 25 hit points. Create Thrall (Charm): The target is dominated (no save) and regains enough hit points to restore it to its bloodied value. As a thrall, the target is immune to the mind blast power of mind flayers and gains a +5 bonus to its Will defense while within 10 squares of the controlling mind flayer mastermind. The target is no longer dominated and no longer a thrall once the controlling mastermind dies.",damage:"4d10 + 3 damage",category:1},{id:"cf275500-a3f1-44fc-9781-b15a440a62d4",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Blast 5; mind flayers and their thralls are immune",attack:{bonus:21,defence:3},description:"",details:"3d8 + 7 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"3d8 + 7 psychic damage",category:1},{id:"2e3ca165-9458-4e52-a26f-2423317f5d0d",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"the target is dominated (save ends). While dominated, the target is immune to the mind blast power of mind flayers and gains a +5 bonus to its Will defense while within 10 squares of the controlling mind flayer mastermind. The mastermind can use enslave only on one creature at a time.",damage:"the target is immune to the mind blast power of mind flayers and gains a +5 bonus to its Will defense while within 10 squares of the controlling mind flayer mastermind",category:1},{id:"a958b3af-084c-406a-b75a-ba512313ab77",name:"Illusion of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Area Burst 1 within 10",attack:{bonus:27,defence:3},description:"enemies within the burst imagine that the area is filled with writhing, barbed tentacles;",details:"2d10 + 5 psychic damage, and the target takes ongoing 10 psychic damage and is immobilized (save ends both).",damage:"2d10 + 5 psychic damage",category:1},{id:"33fa3092-3fcd-4a12-a2d2-baa61abdb38e",name:"Cradle of the Elder Brain",action:{action:5,trigger:"when attacked;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mind flayer mastermind teleports 20 squares.",damage:"The mind flayer mastermind teleports 20 squares",category:5},{id:"9dbcdc5e-ffb9-47b2-b03a-bdeca2104427",name:"Interpose Thrall",action:{action:5,trigger:"when targeted by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mastermind redirects the attack to an adjacent thrall.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Throughout combat, the mastermind remains adjacent to at least one of its thralls, using it as a meat shield to block attacks while it targets enemies with its mind blast, mind warp, and enslave powers. If an opportunity presents itself, the mastermind rushes up to a stunned foe and attacks it with its tentacles, spending its action point to use bore into brain on the same round. It only devours a brain in combat if it needs the healing; otherwise, it creates a new thrall. If multiple enemies try to gang up on it, the illithid uses cradle of the elder brain to teleport to a safer location."},{id:"2c1b2cd7-4d30-4b04-8b93-5aab9c53337a",name:"Minotaur Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Dungeoneering +12, Intimidate +11, Nature +9, Perception +14",equipment:"scale armor, heavy shield, battleaxe",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:10},intelligence:{score:9},wisdom:{score:14},charisma:{score:13},hp:106,initiative:7,ac:26,fortitude:27,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"869e2d61-c37b-4681-9487-46566fb58b91",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage, and the target is marked until the end of the minotaur warrior’s next turn.",damage:"1d10 + 6 damage",category:1},{id:"709e01fc-c8ac-42df-916a-93e28ffff0e8",name:"Ferocity",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:5},{id:"296f662a-79e6-4076-b32a-c0bb26a5081e",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"The minotaur warrior makes a charge attack:",details:"1d6 + 6 damage, and the target is knocked prone.",damage:"1d6 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A minotaur warrior normally begins with a goring charge, and then fights with its battleaxe. Given a chance, it will charge again."},{id:"93edfa83-4fb7-4e71-8659-f1c1c909a41e",name:"Minotaur Cabalist",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Dungeoneering +14, Intimidate +14, Nature +16, Perception +16, Religion +12",equipment:"robes, mace",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:13},wisdom:{score:17},charisma:{score:16},hp:129,initiative:7,ac:27,fortitude:29,reflex:24,will:26,regeneration:null,auras:[{id:"45d2eded-162b-46bc-87c6-c4d5887ef212",name:"Baphomet’s Boon",keywords:"",details:"10: allies who start their turns in the aura gain a +2 bonus to attack rolls when charging."}],powers:[{id:"32072ba8-07bf-4f7c-8e92-400849045eef",name:"Great Cursed Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d10 + 6 damage plus 1d6 necrotic damage.",damage:"1d10 + 6 damage plus 1d6 necrotic damage",category:1},{id:"350b12ef-4c77-47c2-b558-f63b4f905b2b",name:"Ferocity",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"The minotaur cabalist makes a melee basic attack.",details:"1d10 + 6 damage plus 1d6 necrotic damage.",damage:"1d10 + 6 damage plus 1d6 necrotic damage",category:5},{id:"d2dc7abe-81aa-48c7-98a9-20a74cb43222",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"The minotaur cabalist makes a charge attack:",details:"2d6 + 6 damage, and the target is knocked prone.",damage:"2d6 + 6 damage",category:1},{id:"5f02b98d-2f85-46b2-a0a1-c69e419a7c20",name:"Call Out the Beast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"one bloodied ally in range makes a melee attack against one enemy within its reach.",damage:"",category:1},{id:"ed491c71-e1c8-4c3b-a61f-911fe5b02e52",name:"Horns of Force",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:18,defence:0},description:"",details:"1d8 + 3 force damage, and the target is pushed 2 squares.",damage:"1d8 + 3 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cabalist calls out to Baphomet for strength while striking foes with its mace. It uses horns of force to knock an enemy out of a flanking position or into a more dangerous situation. Once bloodied, the cabalist tries to extricate itself from combat while using call out the beast to grant one of its allies a melee attack as a free action."},{id:"02b5dd56-4f71-4e87-84cf-93ba8f363339",name:"Savage Minotaur",details:"",size:3,origin:4,type:2,keywords:"",level:16,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Common",skills:"Dungeoneering +14, Intimidate +14, Nature +14, Perception +19",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:19},charisma:{score:12},hp:190,initiative:9,ac:28,fortitude:32,reflex:26,will:29,regeneration:null,auras:[],powers:[{id:"1f0284f2-f02a-4e3e-b60d-2c5ead811e4f",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d8 + 7 damage (crit 4d8 + 23), and the target is pushed 1 square.",damage:"2d8 + 7 damage (crit 4d8 + 23)",category:1},{id:"eb7430e0-a607-4597-82fb-ab32ca0d0b00",name:"Ferocity",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"The savage minotaur makes a melee basic attack.",details:"2d8 + 7 damage (crit 4d8 + 23), and the target is pushed 1 square.",damage:"2d8 + 7 damage (crit 4d8 + 23)",category:5},{id:"0d23d13f-85b5-4605-a657-5524692217e5",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"The savage minotaur makes a charge attack:",details:"2d6 + 7 damage, and the target is knocked prone.",damage:"2d6 + 7 damage",category:1},{id:"af6c0748-af5e-4513-8fb0-36a6b318618e",name:"Thrashing Horns",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while charging;",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d6 + 7 damage, and the target slides 2 squares.",damage:"2d6 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A savage minotaur enters battle with a goring charge, and then swings its greataxe at any foe within reach. If there’s something dangerous in the environment nearby, such as a pit or roaring fire, it uses thrashing horns to throw enemies in when it gets the chance."},{id:"9d5a1368-534a-4563-aaac-c01364b403e6",name:"Mummy Guardian",details:"",size:2,origin:4,type:2,keywords:"undead",level:8,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Perception +10",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:14},intelligence:{score:6},wisdom:{score:12},charisma:{score:16},hp:108,initiative:6,ac:20,fortitude:18,reflex:16,will:17,regeneration:{value:10,details:"if the mummy guardian takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"4155c8ab-e362-4ba0-8a00-a06834b52e41",name:"Despair",keywords:"Fear",details:"5: enemies within the aura take a –2 penalty to attack rolls against the mummy guardian."}],powers:[{id:"c3522083-afe7-4da3-b2ce-c22b33193542",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"2d8 + 3 necrotic damage, and the target contracts level 8 mummy rot (see below).",damage:"2d8 + 3 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-5},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A mummy guardian is a straightforward combatant that makes rotting slam attacks round after round. It specifically targets enemies that deal fire or radiant damage with their attacks."},{id:"92dadc70-0f60-4984-8407-3c296a63894f",name:"Mummy Lord (Human Cleric)",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"History +13, Insight +15, Intimidate +13, Religion +13",equipment:"chainmail, mace",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:18},charisma:{score:15},hp:205,initiative:7,ac:27,fortitude:25,reflex:23,will:27,regeneration:{value:10,details:"if the mummy lord takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"2afc6fb6-55f3-49b4-a089-e515e5b065a4",name:"Despair",keywords:"Fear",details:"5: enemies within the aura take a –2 penalty to attack rolls against the mummy lord."}],powers:[{id:"c4230e55-c2eb-4f38-995d-f00dd58c0c05",name:"Shielding Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d8 + 9 damage, and the mummy lord and one adjacent ally gain a +1 power bonus to AC until the end of the mummy lord’s next turn.",damage:"1d8 + 9 damage",category:1},{id:"e686fdce-cfb4-4737-b9cd-d6f38f824fcb",name:"Awe Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"requires mace;",range:"Melee Weapon",attack:{bonus:15,defence:3},description:"",details:"1d8 + 9 damage, and the target is immobilized (save ends).",damage:"1d8 + 9 damage",category:1},{id:"1fc7eb36-776e-4fa1-a30a-0aff4d1d7817",name:"Plague of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"3d8 + 9 necrotic damage, and the target takes a –2 penalty to all defenses until the end of the mummy lord’s next turn.",damage:"3d8 + 9 necrotic damage",category:1},{id:"b995f331-60ce-420b-bbe0-ac5bcb0db175",name:"Mummy’s Curse",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Disease",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:15,defence:3},description:"",details:"the target contracts level 13 mummy rot (see below).",damage:"the target contracts level 13 mummy rot (see below)",category:5},{id:"17d03735-450d-42b7-a374-cf080a5b1a98",name:"Unholy Aid",action:{action:5,trigger:"when the mummy lord suffers an effect that a save can end;",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mummy lord automatically saves against the triggering effect.",damage:"",category:5},{id:"113d7ea2-c451-4c9c-b453-595d2a5cc326",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The mummy lord spends a healing surge and regains 51 hit points. The mummy lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The mummy lord spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A mummy lord uses plague of doom against a foe before entering melee combat. It stays close to an ally while making shielding mace attacks, focusing on enemies that target it with fire or radiant attacks. It uses awe strike to immobilize a slippery foe and unholy aid to remove a particularly debilitating condition (such as blinded or stunned). Once bloodied, the mummy lord spends its action point to use second wind."},{id:"6ef630e9-1cdb-4095-a26c-94ff48766e06",name:"Giant Mummy",details:"",size:3,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"Giant",skills:"Perception +16",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:14},intelligence:{score:6},wisdom:{score:12},charisma:{score:16},hp:240,initiative:12,ac:33,fortitude:34,reflex:30,will:31,regeneration:{value:10,details:"if the giant mummy takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"d6afcb8f-7859-4408-988d-f2cfd94ab1a0",name:"Despair",keywords:"Fear",details:"5: enemies within the aura take a –2 penalty to attack rolls against the giant mummy."}],powers:[{id:"457de7ed-b83e-4711-9ebb-442d6361997b",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"Melee",attack:{bonus:24,defence:0},description:"",details:"3d8 + 6 necrotic damage, and the target contracts level 21 mummy rot (see below).",damage:"3d8 + 6 necrotic damage",category:1},{id:"4c8a48ad-51d0-4310-b02e-ee0b7e97874b",name:"Dust of Blinding Death",action:{action:7,trigger:"when first bloodied and again when reduced to 0 hit points;",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close Burst 2",attack:{bonus:22,defence:1},description:"The giant mummy releases a cloud of corrosive dust:",details:"1d8 + 7 acid damage, and the target takes ongoing 10 acid damage and is blinded (save ends both).",damage:"1d8 + 7 acid damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:3,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The giant mummy pounds enemies to death with its fists, focusing its rage on those making fire or radiant attacks."},{id:"5fb8129e-9fc0-4b6a-aeaf-a64c262fbcf9",name:"Guardian Naga",details:"",size:3,origin:3,type:3,keywords:"reptile",level:12,role:{type:0,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Any",languages:"Common, Draconic, Supernal",skills:"Arcana +15, History +15, Insight +13, Perception +13",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:18},wisdom:{score:14},charisma:{score:12},hp:186,initiative:10,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"3ac108df-e3de-42a2-b6bb-b8f93ebd8dca",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d8 + 3 damage, and the target is pushed 2 squares.",damage:"1d8 + 3 damage",category:1},{id:"df53c99e-cf6a-4479-89dc-526a19eec94e",name:"Word of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:17,defence:3},description:"",details:"2d8 + 4 psychic damage, and the target is immobilized (save ends).",damage:"2d8 + 4 psychic damage",category:1},{id:"78ac720a-73d6-46d0-bbab-296ee7964441",name:"Spit Poison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 3",attack:{bonus:15,defence:1},description:"",details:"1d8 + 2 poison damage, and the target takes ongoing 5 poison damage, a –2 penalty to Fortitude defense, and a –2 penalty to saving throws (save ends all).",damage:"1d8 + 2 poison damage",category:1},{id:"17b11b7b-7f37-4a28-9364-e9d976f4c029",name:"Thunderstrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Area Burst 1 within 20",attack:{bonus:16,defence:1},description:"",details:"2d10 + 4 thunder damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d10 + 4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A guardian naga favors ranged combat and tries to catch multiple foes with thunderstrike before spending its action point to immobilize an enemy defender or striker with word of pain. It continues to use word of pain on subsequent rounds until enemies come within range of its spit poison attack."},{id:"c14f3ce4-5672-4911-8439-d133abe74e22",name:"Bone Naga",details:"",size:3,origin:3,type:3,keywords:"undead",level:16,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Arcana +18, History +18, Insight +18, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:22},hp:328,initiative:11,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"29d26ea8-a89c-4fdb-b1ed-a6a77b926fc2",name:"Death Rattle",keywords:"Necrotic",details:"2: enemies that start their turns in the aura are dazed until the start of their next turns."}],powers:[{id:"9d171518-e7d4-4cac-ab90-2fb93824ec40",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d4 + 6 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4 + 6 damage",category:1},{id:"f5475a56-c5cd-48d5-ba33-5ae20b88e36a",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 3; blind creatures are immune",attack:{bonus:21,defence:3},description:"",details:"the target is dazed (save ends). If the target is already dazed, it takes 2d6 + 6 necrotic damage instead.",damage:"it takes 2d6 + 6 necrotic damage instead",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"A bone naga alerts other creatures to its presence with its death rattle aura. If one or more enemies succumb to the aura’s effect, it uses death sway to damage them. The first time is uses this power, it spends an action point to use it again in the same round."},{id:"83c5beee-07f7-479c-b390-820442453bae",name:"Dark Naga",details:"",size:3,origin:3,type:3,keywords:"reptile",level:21,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"History +22, Insight +21, Perception +21, Stealth +19",equipment:"",category:"",strength:{score:26},constitution:{score:26},dexterity:{score:18},intelligence:{score:24},wisdom:{score:22},charisma:{score:30},hp:404,initiative:14,ac:36,fortitude:34,reflex:33,will:36,regeneration:null,auras:[],powers:[{id:"b6eecc4b-ec34-4a23-8dc8-1aacedb0b3d1",name:"Tail Sting ",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:24,defence:0},description:"",details:"2d6 + 8 poison damage (3d6 + 8 damage against a dazed target), and the target is slowed (save ends).",damage:"2d6 + 8 poison damage (3d6 + 8 damage against a dazed target)",category:1},{id:"8bb1c920-caae-4df0-9f58-2926d39e8009",name:"Lure",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:25,defence:3},description:"",details:"the target is pulled 1 square and dazed (save ends).",damage:"the target is pulled 1 square and dazed (save ends)",category:3},{id:"41f9d8b1-5c46-4680-bf9c-015d3db3e624",name:"Psychic Miasma",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Burst 3",attack:{bonus:26,defence:3},description:"",details:"3d6 + 10 psychic damage, and the target is dazed (save ends). First Failed Save: The target is stunned (save ends).",damage:"3d6 + 10 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The dark naga uses lure every round to pull enemies within reach of its tail. If it gets two enemies within striking distance, it spends its action point to make two tail sting attacks in one round. It uses psychic miasma at the earliest opportunity."},{id:"adbda9f9-8510-44f8-8af7-e148229d01e6",name:"Primordial Naga",details:"",size:3,origin:1,type:3,keywords:"reptile",level:25,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"Arcana +22, History +22, Insight +24, Perception +24",equipment:"",category:"",strength:{score:28},constitution:{score:32},dexterity:{score:22},intelligence:{score:20},wisdom:{score:24},charisma:{score:28},hp:1200,initiative:18,ac:41,fortitude:40,reflex:35,will:38,regeneration:null,auras:[{id:"6965252c-903a-4df6-9023-fb24713a8785",name:"Energy Cascade",keywords:"Fire, Lightning",details:"2: enemies that enter or start their turns in the aura take 10 fire and lightning damage."}],powers:[{id:"8940c483-5693-4f04-b34f-16aff81dc683",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"",details:"3d6 + 9 damage plus 1d6 acid damage.",damage:"3d6 + 9 damage plus 1d6 acid damage",category:1},{id:"a5a2f7ed-a206-4cf1-bf1f-653882b0eba0",name:"Flailing Heads",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"The primordial naga makes five bite attacks.",details:"3d6 + 9 damage plus 1d6 acid damage per head. If the naga hits a single target with three or more heads, the target also takes ongoing 15 acid damage (save ends).",damage:"3d6 + 9 damage plus 1d6 acid damage per head",category:1},{id:"9ad3edda-4e99-4161-9200-c9936d04ead6",name:"Spit Fire",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"2d6 + 11 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d6 + 11 fire damage",category:3},{id:"a3fc4ddb-4cb8-485a-8241-c0d54a8fcc79",name:"Wind Slam",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:30,defence:1},description:"",details:"3d6 + 11 damage, and the target is pushed 2 squares.",damage:"3d6 + 11 damage",category:3},{id:"00b4dc8c-c412-4696-ad16-bcc4a332383d",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:30,defence:1},description:"",details:"5d6 + 11 cold damage, and the target is slowed (save ends).",damage:"5d6 + 11 cold damage",category:1}],damageModifiers:[{type:1,value:-20},{type:2,value:-40},{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"Against ranged foes, the primordial naga uses a combination of spit fire and wind slam attacks, making up to three such attacks in a given round. It uses freezing breath at the earliest opportunity and otherwise resorts to attacking with its flailing heads."},{id:"8d1773a9-a10a-42f6-b127-c0025ca459e3",name:"Nightmare",details:"",size:3,origin:5,type:3,keywords:"mount",level:13,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"10, teleport 10",alignment:"Evil",languages:"--",skills:"Endurance +19, Perception +12",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:19},intelligence:{score:5},wisdom:{score:12},charisma:{score:15},hp:138,initiative:12,ac:27,fortitude:26,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"370dba7c-0185-4156-8415-7b374e64581a",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"1d8 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 6 damage",category:1},{id:"7e6f0276-554a-4538-a789-35159a7b1e5c",name:"Hell’s Ride",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Mount",condition:"(while mounted by a friendly rider of 13th level or higher)",range:"",attack:null,description:"",details:"The nightmare’s rider gains resist 20 fire.",damage:"The nightmare’s rider gains resist 20 fire",category:4},{id:"6c6b3825-df10-4122-9c83-5b5f9a925b6f",name:"Hooves of Hell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"The nightmare moves up to 10 squares. Each square the nightmare leaves is filled with fire to a height of 10 feet until the end of the nightmare’s next turn. Any creature that hits the nightmare with a melee attack during this move, or that enters one of the flaming squares, takes 10 fire damage.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:3,value:-20}],resist:"see also hell’s ride",vulnerable:"",immune:"",tactics:"A nightmare uses hooves of hell to cut off its victims’ escape, and then batters and burns enemies to death with its hooves. It makes good use of its high speed and teleport ability, preferring hit-and-run attacks and choosing victims who are far from the help of their companions."},{id:"dc8097cb-4910-43ff-99d1-3a9cd45f5ed5",name:"Nightwalker",details:"",size:3,origin:5,type:2,keywords:"undead",level:20,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common, telepathy 20",skills:"Stealth +20",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:17},wisdom:{score:18},charisma:{score:24},hp:464,initiative:15,ac:34,fortitude:32,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"6bbdb002-1ef0-4ccd-9ff9-8aa2cd5c05fb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"1d8 + 7 plus 2d8 cold and necrotic damage.",damage:"1d8 + 7 plus 2d8 cold and necrotic damage",category:1},{id:"25409226-1017-4550-b5df-eb19da2c799a",name:"Finger of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 5; affects a bloodied target only",attack:{bonus:21,defence:1},description:"",details:"the target drops to 0 hit points. Resistance to necrotic damage does not apply to this power.",damage:"resistance to necrotic damage does not apply to this power",category:1},{id:"655b80da-19ba-48d1-acd3-347a304093a3",name:"Void Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"(1/round)",range:"Close Blast 5",attack:{bonus:21,defence:3},description:"",details:"1d8 + 7 necrotic damage, and the target is pushed 4 squares and takes a –2 penalty to all defenses (save ends).",damage:"1d8 + 7 necrotic damage",category:3}],damageModifiers:[{type:7,value:0},{type:2,value:-20},{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease",tactics:"The nightwalker wades into melee, making slam attacks and using its void gaze each round while relying on its void chill aura to sap the life from its enemies. It uses finger of death the first time a foe is bloodied and spends an action point during the same round to make a slam attack."},{id:"02d95743-f2bb-4c99-b2cb-ce0ae0300299",name:"Ogre Thug",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"greatclub",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:1,initiative:5,ac:23,fortitude:25,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"63ee9cc2-49a8-419c-b24e-3b1a2e476dc0",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An ogre thug attacks the nearest foe and is just barely smart enough to shift into a flanking position should the opportunity arise."},{id:"c9e2a982-d941-471d-8429-d5b005bb4d6e",name:"Ogre Bludgeoneer",details:"",size:3,origin:4,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"hide armor, greatclub",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:13},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:1,initiative:9,ac:28,fortitude:30,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"63ee9cc2-49a8-419c-b24e-3b1a2e476dc0",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Bludgeoneers typically fall under the domination of stronger and smarter monsters such as hags, oni, or giants. Left to their own devices, they simply beat enemies to death with their clubs."},{id:"0d6ef2ff-1816-4f34-8c52-bd4ac28097d4",name:"Ogre Savage",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"hide armor, greatclub",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:111,initiative:4,ac:19,fortitude:21,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"9d63690f-9f88-466b-a989-2ecf8e8f784b",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"2d10 + 5 damage.",damage:"2d10 + 5 damage",category:1},{id:"63ee9cc2-49a8-419c-b24e-3b1a2e476dc0",name:"Angry Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"The ogre savage makes a greatclub attack, but gets two attack rolls and takes the better result.",details:"2d10 + 5 damage.",damage:"2d10 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An ogre savage uses angry smash as often as it can to pound enemies to a bloody pulp. Its appetite for destruction is insatiable, and it never knows when to pull out of a fight."},{id:"6b719a52-a906-43b8-8596-ad036b10f974",name:"Ogre Skirmisher",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"hide armor, club, quiver of 6 javelins",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:91,initiative:8,ac:22,fortitude:22,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"48e014e1-37bc-411a-8296-518eacc56d63",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"1f5e858d-0a1b-4e00-bba7-0779ae22e5f8",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:13,defence:0},description:"",details:"1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"76664c95-44da-4b83-8af9-615fd646fe59",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Javelin ✦ Weapon: Ranged 10/20",attack:{bonus:13,defence:0},description:"The ogre skirmisher makes a javelin attack followed by a charge attack.",details:"+13 vs. AC; 1d8 + 4 damage; see also skirmish. Club ✦ Weapon: Reach 2; +13 vs. AC; 1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"b618a862-dc85-4f5e-90b5-3a68abe191c3",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the ogre skirmisher ends its move at least 4 squares away from its starting point, it deals an extra 1d8 damage on its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Skirmishers are a little smarter and more agile than their fellows and have mastered some rudimentary tactics. They throw javelins while charging toward their foes, and they use skirmish to make hit-and-run attacks while taking advantage of their long reach."},{id:"2cc49c36-5c6a-4f3f-8e62-70857ed43116",name:"Ogre Warhulk",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:2,flag:1,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"hide armor, heavy flail",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:12},intelligence:{score:4},wisdom:{score:12},charisma:{score:6},hp:286,initiative:6,ac:25,fortitude:26,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"bb54e564-6607-45c4-af95-103ac8c0af6b",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"2d8 + 6 damage, and the target is knocked prone.",damage:"2d8 + 6 damage",category:1},{id:"991aeb48-e42a-48fc-a982-ba1ef09f444e",name:"Flail Hurricane",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires heavy flail;",range:"Close Burst 2",attack:{bonus:12,defence:0},description:"",details:"2d8 + 6 damage, and a Medium or smaller target is knocked prone.",damage:"2d8 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A warhulk often dominates an ogre band—not because it possesses any glimmer of wit or leadership, but because it can thrash any other ogre who doesn’t do what it wants. It rushes forward to attack the most powerful-looking foe, using flail hurricane when it has at least two targets in reach."},{id:"93304dee-b721-4168-94d3-353aeb075bfa",name:"Oni Night Haunter",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +13, Insight +10, Stealth +12, Thievery +12",equipment:"morningstar",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:180,initiative:7,ac:24,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"47c73e03-a5a2-46e5-982b-581ce60a15c8",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"1d12 + 5 damage, and a Medium or smaller target is pushed 1 square.",damage:"1d12 + 5 damage",category:1},{id:"0fe9bbb6-a164-4dd8-9616-fbe464f136f0",name:"Hypnotic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Charm, Sleep",condition:"",range:"Close Blast 5",attack:{bonus:11,defence:3},description:"",details:"the target is dazed (save ends). First Failed Save: The target falls unconscious (save ends).",damage:"",category:1},{id:"f39e822f-9985-4e62-8588-88153addfecd",name:"Devour Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Psychic",condition:"",range:"Affects an unconscious target only",attack:{bonus:13,defence:0},description:"",details:"2d10 + 4 psychic damage, and the oni night haunter regains 10 hit points. This attack does not wake the unconscious target.",damage:"2d10 + 4 psychic damage",category:1},{id:"c2c89f71-0a32-4862-afd3-51b43aba920d",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni night haunter can disguise itself to appear as an elderly Medium or Large humanoid. A successful Insight check (opposed by the oni’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"3e47577a-cd6c-4431-b2e1-f52e48b77aad",name:"Gaseous Form",action:{action:1,trigger:"",sustainAction:1,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover). It can enter and move through a porous obstacle that would otherwise prevent movement (such as a door or a cracked window). It remains in this form as long as it sustains the power.",damage:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An oni night haunter uses deceptive veil to appear as an elderly humanoid, or it sneaks up on prey in gaseous form. In either case, its goal is to get close enough to use hypnotic breath. If it succeeds in putting one or more creatures to sleep, it uses devour soul to feed. A night haunter flees if death is imminent. If it hasn’t already assumed gaseous form during the encounter, it can use the power to aid in its escape."},{id:"955a7942-b4ce-4186-9b1e-4138d63a01ae",name:"Oni Mage",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:4,flag:1,leader:!1},senses:"darkvision",movement:"7, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +14, Bluff +15, Insight +12",equipment:"chainmail, greatsword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:21},hp:172,initiative:10,ac:26,fortitude:25,reflex:24,will:24,regeneration:{value:5,details:""},auras:[],powers:[{id:"64d713cc-bd2a-4f92-adfa-553fe30ae67a",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d6 + 6 damage. Combat Advantage: The oni mage deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"2d6 + 6 damage",category:1},{id:"c2c1311c-1417-4825-ba93-8ba26e5bbfb2",name:"Freezing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:15,defence:1},description:"",details:"1d8 + 6 cold damage, and the target is slowed (save ends).",damage:"1d8 + 6 cold damage",category:1},{id:"1456c08e-5847-444f-a26e-73ef629f9356",name:"Lightning Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Area Burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"2d6 + 4 lightning damage.",damage:"2d6 + 4 lightning damage",category:1},{id:"089682f7-63ae-4211-b560-222d8ac53bf9",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni mage can disguise itself to appear as any Medium or Large humanoid. A successful Insight check (opposed by the oni’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"1719b4c4-c83e-40d5-addd-1206a518f00e",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni turns invisible until it attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The oni mage uses deceptive veil to hide its true form, often assuming a nonthreatening guise. It turns invisible to gain combat advantage for its ensuing attack. When confronting multiple foes, it relies on its freezing blast and lightning storm powers. An oni mage rarely fights to the death and often flees a losing battle."},{id:"d504a562-fd0d-4407-8d0d-4774db4cd4c6",name:"Ochre Jelly",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:3,role:{type:2,flag:1,leader:!1},senses:"blindsight 10, tremorsense 10",movement:"4; see also flowing form",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:8},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:102,initiative:0,ac:18,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"1e52a2f2-5381-4b90-964d-d57f7991b9a0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"2d6 + 1 damage, and ongoing 5 acid damage (save ends).",damage:"2d6 + 1 damage",category:1},{id:"3ee40fab-c7ba-44b0-959e-a1e405b62bea",name:"Flowing Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ochre jelly shifts 4 squares.",damage:"The ochre jelly shifts 4 squares",category:2},{id:"db0728cc-bfd5-4fcf-acae-a4c0cbdba73c",name:"Split",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ochre jelly splits into two, each with hit points equal to one-half its current hit points. Effects applied to the original ochre jelly do not apply to the second one. An ochre jelly can’t split if reduced to 0 hit points by the attack that bloodied it. Left alone, the two halves recombine into a single creature at the end of the encounter.",damage:"",category:5}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze",tactics:"An ochre jelly relies on instinct, using flowing form to move among its enemies while making slam attacks. Once bloodied, it splits and continues attacking until both halves are destroyed."},{id:"fa3e0f48-1d11-4955-b106-5a075ca0d009",name:"Gelatinous Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:5,role:{type:2,flag:1,leader:!1},senses:"tremorsense 5",movement:"3; see also engulf",alignment:"Unaligned",languages:"--",skills:"Stealth +9",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:13},charisma:{score:1},hp:152,initiative:4,ac:18,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"6cdf7da5-a2be-46a3-b43f-c5501dd793a2",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:1},description:"",details:"2d6 + 2 damage, and the target is immobilized (save ends).",damage:"2d6 + 2 damage",category:1},{id:"ec115aae-51e5-4240-a045-c8303d65936e",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"The gelatinous cube attacks one or two Medium or smaller targets",attack:{bonus:8,defence:2},description:"",details:"(automatically hits an immobilized creature). On a hit, the target is grabbed and pulled into the cube’s space; the target is dazed and takes ongoing 10 acid damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 10 acid damage until it escapes the grab",category:1},{id:"8eef7c5c-df1b-4225-9fbb-603b66a96fc1",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gelatinous cube is invisible until seen (Perception DC 25) or until it attacks. Creatures that fail to notice the gelatinous cube might walk into it, automatically becoming engulfed.",damage:"",category:0}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"9977d957-0024-4835-a96a-781359df5caf",name:"Orc Drudge",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Perception +0",equipment:"hide armor, club",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:1,initiative:0,ac:16,fortitude:15,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"78cf3ad5-8f68-447f-b895-bfc8b0d4a9f1",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Orc minions have no particular sense of honor and simply swarm around a foe and hack it to death. Orc drudges usually begin a fight by charging (they gain extra speed in the charge)."},{id:"141b9468-f636-4286-94cb-d126092c3c1a",name:"Orc Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Perception +3",equipment:"leather armor, light shield, battleaxe",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:11},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:1,initiative:3,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"78cf3ad5-8f68-447f-b895-bfc8b0d4a9f1",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc warrior charges into battle, cutting down its enemies with its battleaxe"},{id:"055c87fe-2e26-4eab-acc7-70710af2a9f4",name:"Orc Raider",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +8, Intimidate +5",equipment:"leather armor, greataxe, 4 handaxes",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:46,initiative:5,ac:17,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"bce3c530-eaab-4d75-b36e-1c5916fd69ec",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"64e4d5f5-ed7e-467d-a32c-ef10881268c8",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage; see also killer’s eye.",damage:"1d6 + 3 damage",category:1},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"The orc raider makes a melee basic attack and regains 11 hit points.",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"01ba3cf3-27ac-4201-99b5-ac7550dbe189",name:"Killer’s Eye",action:null,keywords:"",condition:"",range:"When making a ranged attack, the orc raider ignores cover and concealment (but not total concealment) if the target is within 5 squares of it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc raider hurls handaxes until it runs out of axes or until its enemies close to melee, at which point it draws its greataxe."},{id:"12519bbc-26a6-4ef9-996c-ec61271fdd96",name:"Orc Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +10, Intimidate +6",equipment:"leather armor, greataxe",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:13},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:66,initiative:3,ac:15,fortitude:17,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"bce3c530-eaab-4d75-b36e-1c5916fd69ec",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"The orc berserker makes a melee basic attack and regains 16 hit points.",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The fierce berserker wades recklessly into battle and would rather die than retreat."},{id:"c8dbecf2-b3aa-448d-a457-eb9a05d425c9",name:"Orc Eye of Gruumsh",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Choatic Evil",languages:"Common, Giant",skills:"Endurance +10, Intimidate +10, Religion +7",equipment:"leather armor, fur cloak, spear",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:64,initiative:6,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[{id:"5df82653-e6bd-4431-b939-e6b7b58398d2",name:"Wrath of Gruumsh",keywords:"",details:"10: orcs in the aura can use death strike (see below)."}],powers:[{id:"065fe081-a25a-460c-9b75-e739bb74cf7d",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"42d4c86c-53d3-407b-9f75-c164a037b928",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The orc makes a melee basic attack.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"fa899f65-3f2a-4ccb-885d-cdcd5811da51",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The eye of Gruumsh makes a melee basic attack and regains 16 hit points.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"d70f09ac-1cdf-4075-94f7-0446cc38940d",name:"Eye of Wrath",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:8,defence:3},description:"",details:"the target takes a –4 penalty to AC (save ends).",damage:"",category:3},{id:"7d7b1d24-1a44-4689-a086-7eee1a4eb955",name:"Swift Arm of Destruction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Ranged 5",attack:null,description:"",details:"one orc within range makes a melee basic attack (as a free action) and regains 15 hit points on a hit or 5 hit points on a miss.",damage:"one orc within range makes a melee basic attack (as a free action) and regains 15 hit points on a hit or 5 hit points on a miss",category:1},{id:"52f3896b-ce05-4375-9327-eef195d8de1b",name:"Chaos Hammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Area Burst 1 within 10",attack:{bonus:8,defence:2},description:"",details:"2d6 + 3 force damage, and the target is knocked prone. Miss: Half damage, and the target is not knocked prone.",damage:"2d6 + 3 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This orc stays within 10 squares of its allies so that they benefit from its aura. Unless it has an enemy it can attack with its spear, the eye of Gruumsh uses its eye of wrath up to three times in a round to make its foes more vulnerable to attacks, and then uses swift arm of destruction to help keep its allies in the fight. If it sees multiple enemies grouped together, it pounds them with chaos hammer."},{id:"007a8fb2-630b-4db2-94c7-65dd8e680c1f",name:"Orc Bloodrager",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:1,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +11, Intimidate +8",equipment:"leather armor, greataxe",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:9},wisdom:{score:11},charisma:{score:10},hp:194,initiative:5,ac:21,fortitude:22,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"2f2a7d3d-b84e-483a-b0f1-b2220ed15afa",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17); see also blood for blood.",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"bce3c530-eaab-4d75-b36e-1c5916fd69ec",name:"Wounded Retaliation",action:{action:4,trigger:"when hit by an adjacent enemy;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The orc bloodrager makes a melee basic attack against the enemy.",details:"1d12 + 5 damage (crit 1d12 + 17); see also blood for blood.",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:5},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The orc bloodrager makes a melee basic attack and regains 48 hit points.",details:"1d12 + 5 damage (crit 1d12 + 17); see also blood for blood.",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"785022e3-6b31-4835-bc0d-4da174650b24",name:"Blood For Blood",action:null,keywords:"Healing, Weapon",condition:"",range:"",attack:null,description:"",details:"When it hits a bloodied enemy, the orc bloodrager deals an extra 5 damage and regains 10 hit points.",damage:"the orc bloodrager deals an extra 5 damage and regains 10 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc bloodrager charges into battle and spends its action point to make an extra attack following its charge attack. When it is hit by an adjacent enemy, it uses wounded retaliation."},{id:"66d01067-1da0-4dda-a93d-17a55f408848",name:"Orc Chieftain",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:1,leader:!0},senses:"low-light vision",movement:"5 (7 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +12, Intimidate +13, Perception +3",equipment:"chainmail, greataxe",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:19},hp:216,initiative:5,ac:22,fortitude:22,reflex:19,will:21,regeneration:null,auras:[{id:"1fe72482-f69a-49ae-a230-0710de4d35cc",name:"Blood of the Enemy",keywords:"",details:"5: bloodied allies in the aura deal an extra 2 damage with melee attacks."}],powers:[{id:"2f2a7d3d-b84e-483a-b0f1-b2220ed15afa",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The orc chieftain makes a melee basic attack and regains 54 hit points.",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"f83fb55b-c998-428f-84b2-f6ef9ca6703d",name:"Inspire Ferocity",action:{action:4,trigger:"when an ally within range drops to 0 hit points;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the ally makes a melee basic attack.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc chieftain stays close to its allies so that they can take advantage of its blood of the enemy aura and its inspire ferocity power."},{id:"c6e117e8-fb1b-4a0d-813a-9fb4722d7fa5",name:"Orcus",details:"",size:5,origin:1,type:2,keywords:"demon",level:33,role:{type:2,flag:2,leader:!0},senses:"darkvision, low-light vision",movement:"6, fly 10 (clumsy), teleport 6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +28, History +28, Intimidate +31, Perception +28, Religion +28",equipment:"Wand of Orcus",category:"",strength:{score:35},constitution:{score:33},dexterity:{score:22},intelligence:{score:25},wisdom:{score:25},charisma:{score:30},hp:1525,initiative:22,ac:48,fortitude:51,reflex:46,will:49,regeneration:null,auras:[{id:"b9fd0a3f-212f-4aef-849b-2d4fdf522fca",name:"Aura of Death",keywords:"Necrotic",details:"20: enemies that enter or start their turns in the aura take 10 necrotic damage (20 necrotic damage while Orcus is bloodied)."},{id:"b60361ac-b57a-4511-8278-f23304a5442b",name:"The Dead Rise",keywords:"",details:"6: enemies (including flying ones) treat the area within the aura as difficult terrain, and any dead creature within the aura at the start of Orcus’s turn (except those killed by the Wand of Orcus) rises as an abyssal ghoul myrmidon to fight at Orcus’s command."}],powers:[{id:"7b9a6001-7a84-4895-b795-570d9970fe63",name:"Wand of Orcus",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"",details:"2d12 + 12 damage plus 1d12 necrotic damage, and the target is weakened (save ends); see also master of undeath.",damage:"2d12 + 12 damage plus 1d12 necrotic damage",category:1},{id:"88d47f0b-8be9-45eb-b4ce-da0f266c5b03",name:"Touch of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Reach 4",attack:{bonus:33,defence:1},description:"",details:"the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply). Miss: The target takes necrotic damage equal to its bloodied value.",damage:"the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply)",category:1},{id:"ab91b2ad-88b4-45d1-8378-5d9eb2f34894",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to Orcus;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:36,defence:0},description:"",details:"2d8 + 12 damage, and the target is stunned until the end of Orcus’s next turn and is knocked prone.",damage:"2d8 + 12 damage",category:5},{id:"d352eefb-b8e4-49d9-8c06-ebb8ca515ca5",name:"Necrotic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 10",attack:{bonus:38,defence:1},description:"",details:"2d12 + 12 necrotic damage, and all undead in the burst regain 20 hit points.",damage:"2d12 + 12 necrotic damage",category:1},{id:"33e6208a-1dd6-45f8-8809-375781b2fb85",name:"Master of Undeath",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of Orcus’s turn, any creature killed by the Wand of Orcus that is still dead rises as a dread wraith under Orcus’s command.",damage:"",category:0}],damageModifiers:[{type:6,value:0},{type:7,value:0}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"disease",tactics:"Those unfortunate enough to meet Orcus rarely survive the experience. The demon lord surrounds himself with undead guards and minions, and eagerly meets any challenge to battle. He likes to crush foes with the Wand of Orcus and uses master of undeath to make dread wraiths out of those he slays. Against a particularly troublesome foe, he uses touch of death. When an enemy moves into an adjacent square, the demon lord strikes with his spined tail. When surrounded by numerous foes, he spends an action point to use necrotic burst."},{id:"752acb57-ba22-403a-b83a-a992d6d56668",name:"Aspect of Orcus",details:"",size:3,origin:1,type:2,keywords:"demon",level:24,role:{type:2,flag:1,leader:!1},senses:"low-light vision, darkvision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +23, History +23, Intimidate +24, Perception +21, Religion +23",equipment:"skull mace",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:17},intelligence:{score:22},wisdom:{score:19},charisma:{score:25},hp:560,initiative:15,ac:37,fortitude:39,reflex:35,will:36,regeneration:null,auras:[{id:"fc460771-f736-440a-a3de-9daccb7849fd",name:"Lesser Aura of Death",keywords:"Necrotic",details:"10: enemies that enter or start their turns in the aura take 5 necrotic damage (10 necrotic damage while the aspect of Orcus is bloodied)."}],powers:[{id:"5b77031d-9cc3-4e33-bc6e-d51ad1f55142",name:"Skull Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Reach 2",attack:{bonus:27,defence:0},description:"",details:"2d10 + 5 damage, and the target is weakened (save ends).",damage:"2d10 + 5 damage",category:1},{id:"5ca031e2-9425-4617-806d-bdf84c267794",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to the aspect of Orcus;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:27,defence:0},description:"",details:"2d6 + 10 damage, and the target is knocked prone.",damage:"2d6 + 10 damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-20}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"disease",tactics:"Aspects of Orcus are usually called to fight, and do so effectively. An aspect prefers to focus on one foe at a time rather than spreading out its attacks. It doesn’t wait to spend its action point, doing so at the start of combat to make an additional attack."},{id:"7ed8e617-a848-4944-8aa9-99858485638b",name:"Doresain, the Ghoul King",details:"",size:2,origin:4,type:2,keywords:"undead",level:27,role:{type:6,flag:1,leader:!1},senses:"darkvision",movement:"8; see also ravenous frenzy and teleport",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +25, Insight +24, Perception +24, Religion +23",equipment:"Toothlust (staff ), Cloak of Mouths",category:"",strength:{score:29},constitution:{score:30},dexterity:{score:30},intelligence:{score:20},wisdom:{score:23},charisma:{score:25},hp:508,initiative:25,ac:43,fortitude:41,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"c1207305-1d3e-47dd-a8d5-b3996c52bf5f",name:"Toothlust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:32,defence:0},description:"",details:"1d6 + 9 damage, and ongoing 10 damage (save ends).",damage:"1d6 + 9 damage",category:1},{id:"d77b9b1e-4579-4327-9106-5fc1df166069",name:"Cloak of Mouths",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"1d8 + 10 damage, and the target is slowed (save ends).",damage:"1d8 + 10 damage",category:1},{id:"5cc36de4-b381-4cf0-8f24-70f95ce005f4",name:"Ravenous Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"Doresain can move up to 8 squares without provoking opportunity attacks and makes a cloak of mouths attack against each creature he moves adjacent to during the move.",details:"1d8 + 10 damage, and the target is slowed (save ends).",damage:"1d8 + 10 damage",category:1},{id:"8be46a4c-e9cb-4343-adca-d18e26d5a31c",name:"Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Doresain can teleport 12 squares.",damage:"Doresain can teleport 12 squares",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The Ghoul King begins combat by spending his action point to use ravenous frenzy, ending his move adjacent to a target so that he can also make a melee basic attack. Until he can use ravenous frenzy again, Doresain alternates between making attacks with Toothlust and the Cloak of Mouths."},{id:"bdd62538-7415-4555-b661-42b635d93c8b",name:"Deathpriest Hierophant",details:"",size:2,origin:4,type:2,keywords:"human",level:21,role:{type:3,flag:1,leader:!1},senses:"",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Religion +17",equipment:"plate armor, mace, censer",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:24},hp:382,initiative:11,ac:35,fortitude:35,reflex:32,will:37,regeneration:null,auras:[{id:"ce112a41-b256-419c-acf3-8655b7865e9d",name:"Aura of Decay",keywords:"Necrotic",details:"5: living enemies in the aura take a –2 penalty to all defenses."}],powers:[{id:"4237b20a-0222-4f15-9219-115592b0d315",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:24,defence:0},description:"",details:"1d8 + 5 damage, and ongoing 10 necrotic damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"c9a9c125-1985-4d96-b5f8-93f6713e2e8b",name:"Vision of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"2d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"2d6 + 7 psychic damage",category:1},{id:"ac7d0de7-cc5a-45d2-ae67-b0d35960b5e7",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:1},description:"",details:"2d6 + 7 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6 + 7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The deathpreist hierophant uses vision of death to keep a foe off-balance while confronting other enemies. Most of his attacks are basic attacks with his mace, but he invokes word of Orcus as often as he can."},{id:"d84a9f83-e8bc-4e4a-9f96-736e199dc24a",name:"Deathpriest of Orcus",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:3,flag:0,leader:!0},senses:"",movement:"5",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +10, Perception +12, Religion +10",equipment:"chainmail, skull-headed mace",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:10},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:96,initiative:4,ac:23,fortitude:21,reflex:19,will:21,regeneration:null,auras:[{id:"b5c15057-b6cf-4e82-897e-00a0198876ee",name:"Death’s Embrace",keywords:"Necrotic",details:"10: enemies in the aura take a –2 penalty to death saves."}],powers:[{id:"0ae5e6e0-6fd1-4a34-93dd-9671de364c1e",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 1 damage plus 1d8 necrotic damage.",damage:"1d8 + 1 damage plus 1d8 necrotic damage",category:1},{id:"980d285d-20f0-4e60-ab23-82d2c05c5c6a",name:"Ray of Black Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8 + 3 fire and necrotic damage, and one ally in the deathpriest’s line of sight gains a +2 power bonus to its next attack roll against the target.",damage:"1d8 + 3 fire and necrotic damage",category:1},{id:"8971b83b-55e9-4c57-8fc0-574951a76002",name:"Dark Blessing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:10,defence:1},description:"",details:"2d8 + 3 necrotic damage, and the target is pushed 1 square. Hit or Miss: The deathpriest and all allies in the burst gain a +2 power bonus to AC until the end of the encounter.",damage:"2d8 + 3 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The deathpriest stays close to its allies, waiting for the best moment to invoke its dark blessing. Until then, it attacks enemies with its mace or ray of black fire."},{id:"e9dcc94a-3904-4bba-878f-76f9ef44df40",name:"Crimson Acolyte",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Acrobatics +11, Perception +9, Religion +8",equipment:"leather armor, scythe",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:13},charisma:{score:15},hp:76,initiative:4,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"9a4e2048-0263-45c1-93e0-fdf29ad7b0b2",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"(+14 vs. AC against a bloodied enemy); 2d4 + 2 damage plus 5 necrotic damage.",damage:"2d4 + 2 damage plus 5 necrotic damage",category:1},{id:"fddb45a4-3fe2-489a-8ced-ebed948de25e",name:"Crimson Path",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crimson acolyte shifts 1 square (2 squares while bloodied).",damage:"The crimson acolyte shifts 1 square (2 squares while bloodied)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The crimson acolyte uses crimson path to weave through its enemies’ defenses while striking with its bloodstained scythe."},{id:"68965c80-7f19-47cd-ace2-0be3081f4d50",name:"Otyugh",details:"",size:3,origin:4,type:1,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5, swim 5",alignment:"Unaligned",languages:"--",skills:"Perception +11, Stealth +8 (+18 while using spying eye)",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:11},intelligence:{score:1},wisdom:{score:16},charisma:{score:5},hp:82,initiative:5,ac:23,fortitude:22,reflex:16,will:19,regeneration:null,auras:[{id:"33805d3f-7fd1-4bcc-9360-ca1859bd3d99",name:"Otyugh Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"cc6ea1af-ec0a-4ec3-9c8b-ecd08be5edab",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:12,defence:0},description:"",details:"1d8 + 6 damage, and the target is pulled 2 squares and grabbed (until escape).",damage:"1d8 + 6 damage",category:1},{id:"28b7e23c-674c-404b-a5eb-6cccdfe76e62",name:"Diseased Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d10 + 6 damage, and the target contracts filth fever (see below).",damage:"1d10 + 6 damage",category:1},{id:"f415a022-d839-46e6-83d2-fab723059870",name:"Spying Eye",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An otyugh can hide beneath murky water or refuse, leaving only its eyestalk exposed. While doing so, it gains a +10 bonus to Stealth checks but is immobilized.",damage:"it gains a +10 bonus to Stealth checks but is immobilized",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:"An otyugh hides until prey comes by, and then attacks with its long tentacles. It uses its melee basic attack to snag a potential meal and drag it close. If an otyugh begins its turn with a foe adjacent to it, it makes a diseased bite attack instead."},{id:"b50fee39-ce29-4ab8-a897-7a0b478cb7cc",name:"Owlbear",details:"",size:3,origin:2,type:1,keywords:"",level:8,role:{type:2,flag:1,leader:!1},senses:"low-light vision",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:16},charisma:{score:10},hp:212,initiative:6,ac:22,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"de607e82-a1b0-440b-966d-ca5915c8f42c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"99c0fd45-2fb1-4fa6-988d-8025c15f608c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"The owlbear makes two claw attacks.",details:"2d6 + 5 damage each. If both claws hit the same target, the target is grabbed (until escape).",damage:"2d6 + 5 damage each",category:1},{id:"9a4ccb4a-220a-4005-a93f-39c99c7cf24c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Grabbed target only",attack:null,description:"",details:"automatic hit; 4d8 + 5 damage.",damage:"4d8 + 5 damage",category:1},{id:"58151be7-eac3-4243-80b1-d4888e39416f",name:"Stunning Screech",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:10,defence:1},description:"",details:"the target is stunned (save ends).",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An owlbear attacks its closest enemy, using double attack when it can. If an owlbear hits with both claws, it grabs its victim and bites it on the following round. When first bloodied, it uses stunning screech and attacks the nearest stunned target."},{id:"af431cce-c4b3-47f4-89a5-9fb5f59ab0f3",name:"Winterclaw Owlbear",details:"",size:4,origin:2,type:1,keywords:"",level:14,role:{type:3,flag:1,leader:!1},senses:"low-light vision",movement:"7 (ice walk)",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:2},wisdom:{score:16},charisma:{score:12},hp:280,initiative:9,ac:28,fortitude:28,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"de607e82-a1b0-440b-966d-ca5915c8f42c",name:"Winterclaw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"1d8 + 7 damage plus 1d8 cold damage, and the target is slowed (save ends).",damage:"1d8 + 7 damage plus 1d8 cold damage",category:1},{id:"99c0fd45-2fb1-4fa6-988d-8025c15f608c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"The winterclaw owlbear makes two winterclaw attacks.",details:"1d8 + 7 damage plus 1d8 cold damage, and the target is slowed (save ends). If both claws hit the same target, the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"1d8 + 7 damage plus 1d8 cold damage",category:1},{id:"58151be7-eac3-4243-80b1-d4888e39416f",name:"Frost Wail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Cold",condition:"",range:"Close Burst 3",attack:{bonus:16,defence:1},description:"",details:"1d10 + 5 cold damage, and the target is immobilized (save ends).",damage:"1d10 + 5 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The winterclaw owlbear charges the nearest foe and attacks with its claws, spending its action point to use frost wail at the start of battle. It uses this power again when bloodied."},{id:"8d120520-53ba-4f81-ac72-b8018a016131",name:"Fey Panther",details:"",size:2,origin:2,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8, climb 6; see also fey step",alignment:"Unaligned",languages:"--",skills:"Perception +8, Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:11},hp:54,initiative:8,ac:18,fortitude:16,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"536abd74-6aa2-49b1-af2e-528e19a2d4af",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage, and the fey panther shifts 1 square.",damage:"1d6 + 4 damage",category:1},{id:"27368f81-2106-4629-910e-b29305a09fa9",name:"Charging Pounce",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the fey panther charges, it deals an extra 1d6 damage and knocks the target prone.",damage:"it deals an extra 1d6 damage and knocks the target prone",category:0},{id:"4bcf8349-9643-43bd-9109-88b7d05cc315",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fey panther can teleport 5 squares.",damage:"The fey panther can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fey panther springs from hiding and makes a charging pounce attack, pouncing again whenever it begins its turn with no enemies adjacent to it."},{id:"3628f4a2-20cf-4da2-85cb-f67c5c86e882",name:"Spectral Panther",details:"",size:2,origin:5,type:1,keywords:"",level:9,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +10, Stealth +14 (+19 in spectral form)",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:21},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:76,initiative:13,ac:23,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"dc5a662b-de82-48b9-9673-94b187bcc056",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"2d6 + 5 damage. Combat Advantage: The spectral panther deals an extra 2d6 damage against any target it has combat advantage against.",damage:"2d6 + 5 damage",category:1},{id:"2f1c4325-4f49-482f-9996-085a06296417",name:"Tail Spike",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to the spectral panther;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d6 + 2 damage. Combat Advantage: The spectral panther deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d6 + 2 damage",category:5},{id:"1ed31bfb-ab1f-4484-8d3f-c2bf1e2cef63",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"usable only while in spectral form;",range:"",attack:null,description:"",details:"The spectral panther is invisible until it makes an attack. It can end this effect on its turn as a free action.",damage:"",category:1},{id:"5ad66124-240e-4a5d-99ca-8dc62e65d628",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spectral panther becomes insubstantial. It gains a +5 power bonus to Stealth checks but deals only half damage with its attacks. It can end this effect on its turn as a free action.",damage:"it gains a +5 power bonus to stealth checks but deals only half damage with its attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A spectral panther is invisible until it attacks, which allows it to gain combat advantage. After its initial attack, it uses spectral form to become insubstantial and moves away. On the following round, it turns invisible again and moves into a position to make another attack. If an enemy moves adjacent to the spectral panther, it makes a tail spike attack."},{id:"01b35a66-4deb-4d76-a466-203fb8d57075",name:"Purple Worm",details:"",size:4,origin:4,type:1,keywords:"blind",level:16,role:{type:7,flag:2,leader:!1},senses:"blindsight 10, tremorsense 20",movement:"6, burrow 3 (tunneling)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:4},hp:780,initiative:13,ac:33,fortitude:34,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"31385833-b117-4655-acc6-4725ad63ac21",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:21,defence:2},description:"",details:"2d8 + 7 damage, plus the target is grabbed (until escape). The purple worm cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8 + 7 damage",category:1},{id:"e9975b00-4f1f-4787-b30b-fa364a922e5d",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:2},description:"If a purple worm begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"2d8 + 7 damage. Miss: Half damage.",damage:"2d8 + 7 damage",category:1},{id:"1e98474a-e952-405a-bc69-af3773e8adb5",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:1},description:"The purple worm tries to swallow a bloodied Medium or smaller creature it is grabbing:",details:"the target is swallowed. The swallowed target is inside the purple worm and is dazed and restrained until it is no longer swallowed. The swallowed target has line of sight and line of effect only to the purple worm, and no creature has line of sight or line of effect to the swallowed target. The only attacks the swallowed target can make are basic attacks. At the start of each of the purple worm’s turns, the swallowed target takes 10 damage plus 10 acid damage. When the purple worm dies, the target is no longer swallowed and can escape as a move action, appearing in the purple worm’s former space.",damage:"the swallowed target takes 10 damage plus 10 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, illusion",tactics:"A purple worm often burrows up through a cavern floor to attack creatures standing on the ground. Once it has grabbed a creature, it uses clamping jaws to deal damage round after round until it can swallow the creature."},{id:"4e40a1e6-bc93-4c9d-aaf9-05ffb2ccaefb",name:"Elder Purple Worm",details:"",size:5,origin:4,type:1,keywords:"blind",level:24,role:{type:7,flag:2,leader:!1},senses:"blindsight 10, tremorsense 20",movement:"8, burrow 4 (tunneling)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:29},dexterity:{score:18},intelligence:{score:2},wisdom:{score:16},charisma:{score:10},hp:1145,initiative:18,ac:41,fortitude:41,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"31385833-b117-4655-acc6-4725ad63ac21",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:29,defence:2},description:"",details:"2d10 + 9 damage, plus the target is grabbed (until escape). The elder purple worm cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d10 + 9 damage",category:1},{id:"e9975b00-4f1f-4787-b30b-fa364a922e5d",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"If an elder purple worm begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"2d10 + 9 damage. Miss: Half damage.",damage:"2d10 + 9 damage",category:1},{id:"1e98474a-e952-405a-bc69-af3773e8adb5",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"The elder purple worm tries to swallow a bloodied Large or smaller creature it is grabbing:",details:"the target is swallowed. The swallowed target is inside the elder purple worm and is dazed and restrained until it is no longer swallowed. The swallowed target has line of sight and line of effect only to the elder purple worm, and no creature has line of sight or line of effect to the swallowed target. The only attacks the swallowed target can make are basic attacks. At the start of each of the elder purple worm’s turns, the swallowed target takes 20 damage plus 20 acid damage. When the elder purple worm dies, the target is no longer swallowed and can escape as a move action, appearing in the elder purple worm’s former space.",damage:"the swallowed target takes 20 damage plus 20 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, illusion",tactics:"A purple worm often burrows up through a cavern floor to attack creatures standing on the ground. Once it has grabbed a creature, it uses clamping jaws to deal damage round after round until it can swallow the creature."},{id:"49d2af90-e157-47b5-a7fc-7f156d1bb5d7",name:"Quickling Runner",details:"",size:1,origin:2,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"12, climb 6; see also fey shift and quick cuts",alignment:"Evil",languages:"Elven",skills:"Acrobatics +21, Bluff +9, Stealth +16",equipment:"short sword",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:10},hp:96,initiative:13,ac:24,fortitude:20,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"66003533-b318-4eb9-baca-75821fd298f4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d6 + 7 damage.",damage:"1d6 + 7 damage",category:1},{id:"4d650724-9698-4bb1-b3e8-c71353d869a2",name:"Quick Cuts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"The quickling moves its speed. At any two points during its move, the quickling makes a melee basic attack at a –2 penalty. The quickling cannot use this power while immobilized or slowed.",details:"1d6 + 7 damage.",damage:"1d6 + 7 damage",category:1},{id:"2a87f855-38a6-46bf-ae63-68fc08526aae",name:"Fey Shift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling runner shifts 10 squares.",damage:"The quickling runner shifts 10 squares",category:1},{id:"8bbfa0c7-abbb-42a6-afaf-bb1fac84695b",name:"Maintain Mobility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An immobilized quickling runner is no longer immobilized.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The quickling runner waits in ambush, hoping to catch enemies by surprise. It uses fey shift to slip past enemy defenders and attacks the weakest-looking opponent. It uses its quick cuts power as often as possible, relying on its high AC to dodge opportunity attacks."},{id:"4e3dc25b-913a-4fe9-81b8-2dfb102edb48",name:"Quickling Zephyr",details:"",size:1,origin:2,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"12, climb 6; see also blinding speed and unstoppable",alignment:"Evil",languages:"Elven",skills:"Acrobatics +26, Bluff +13, Stealth +21",equipment:"short sword",category:"",strength:{score:12},constitution:{score:22},dexterity:{score:28},intelligence:{score:16},wisdom:{score:17},charisma:{score:12},hp:82,initiative:20,ac:30,fortitude:26,reflex:29,will:23,regeneration:null,auras:[],powers:[{id:"60a544c5-9866-4fbb-88d3-ec3dd0326690",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d6 + 9 damage. Combat Advantage: If the quickling zephyr has combat advantage against its target, it deals an extra 2d6 damage and dazes the target (save ends) on a successful melee attack.",damage:"1d6 + 9 damage",category:1},{id:"2d4e5bbd-a028-4fe0-a8c1-2a5be9eb1a97",name:"Blinding Speed",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The quickling zephyr moves up to 12 squares and becomes invisible until it attacks or until the end of its next turn.",damage:"The quickling zephyr moves up to 12 squares and becomes invisible until it attacks or until the end of its next turn",category:2},{id:"08a3f923-8faf-4dbb-aa31-66c5d42a8715",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling zephyr ignores diffi cult terrain and can move across any solid or liquid surface.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A quickling zephyr uses its blinding speed to maneuver so that it gains combat advantage against its enemies."},{id:"c723838e-b4de-4df2-9d15-a3f69d6587e2",name:"Rakshasa Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +15, Bluff +14, Intimidate +14, Perception +16",equipment:"scale armor, heavy shield, longsword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:142,initiative:13,ac:31,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"1360e1f6-e7bd-4185-893b-0366314ce70d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"The rakshasa warrior makes two attack rolls and keeps the better result;",details:"1d8 + 5 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8 + 5 damage",category:1},{id:"06f04b8b-cf80-46b9-8946-ccc9d2d80830",name:"Tiger Pounce",action:{action:4,trigger:"when a marked enemy within 5 squares of the rakshasa warrior shifts;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"The rakshasa shifts to the nearest square adjacent to the enemy and makes a basic attack against it. The rakshasa warrior makes two attack rolls and keeps the better result;",details:"1d8 + 5 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8 + 5 damage",category:5},{id:"ee2b6e60-e286-4e0b-bfbe-c3a22fe5b823",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"f08a97ea-91f1-41f9-9bb1-dc56afdf443a",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa warrior can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa warrior fights with its longsword, marking foes so that it can use tiger pounce on subsequent rounds."},{id:"fa3dedb2-fb5a-430e-be6a-8d3f08c060d5",name:"Rakshasa Archer",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +14, Intimidate +14, Perception +16",equipment:"longbow, quiver of 30 arrows",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:20},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:110,initiative:13,ac:28,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"1ba6d3b4-0eb4-4dd3-9bab-2ff140a30f25",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"f3aeba7d-863f-43bb-9067-a10645fc696b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"c818b3cc-e93d-4876-b0fd-5dd4307f1682",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"The rakshasa archer makes two longbow attacks against a single target or against two targets within 3 squares of one another.",details:"1d10 + 5 damage each.",damage:"1d10 + 5 damage each",category:1},{id:"925baf19-5127-4538-9c42-991bce8a2af3",name:"Ghost Arrow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Weapon",condition:"requires longbow;",range:"Ranged 20/40",attack:{bonus:20,defence:2},description:"",details:"1d10 + 5 necrotic damage, and the target cannot spend healing surges (save ends).",damage:"1d10 + 5 necrotic damage",category:1},{id:"a4dec615-7b29-48a0-a7d0-25983366a435",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa archer can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The rakshasa archer keeps its distance and attacks with its bow, using double attack whenever possible and ghost arrow against bloodied foes."},{id:"41995a77-d2ae-4679-b443-0c9745472a93",name:"Rakshasa Assassin",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also shadow form",alignment:"Evil",languages:"Common",skills:"Acrobatics +18, Athletics +16, Bluff +17, Perception +16, Stealth +18",equipment:"chainmail, 2 short swords",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:12},wisdom:{score:16},charisma:{score:18},hp:160,initiative:16,ac:31,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"2e49ee5e-02a8-448a-9704-a17801ef942d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d6 + 6 damage. Combat Advantage: The rakshasa assassin deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 6 damage",category:1},{id:"073afa39-d501-4ca1-b4dd-d0d6db3bb2c9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"The rakshasa assassin makes two melee basic attacks.",details:"1d6 + 6 damage each. Combat Advantage: The rakshasa assassin deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 6 damage each",category:1},{id:"539a08cb-bfb4-4f52-bea6-435c2f52070e",name:"Phantom Distraction",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"Close Burst 1",attack:{bonus:20,defence:3},description:"",details:"the target is dazed until the end of the rakshasa assassin’s next turn.",damage:"",category:3},{id:"ea3ca653-a967-45af-abdb-0000627fb455",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa assassin can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"1c9454e3-08f2-481b-9c70-d3a39b30a49e",name:"Shadow Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the rakshasa assassin moves at least 2 squares, it gains the phasing quality (see glossary) until the end of its turn.",damage:"If the rakshasa assassin moves at least 2 squares",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa assassin tries to attack from concealment in order to gain combat advantage. If it moves at least 2 squares on its turn, it can use shadow form to pass through solid barriers en route to its target. It then uses phantom distraction to gain combat advantage against its prey before making a double attack."},{id:"c34b4912-85d4-45d3-9a6e-c09568af2cae",name:"Rakshasa Noble",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Arcana +20, Athletics +17, Bluff +21, Diplomacy +21, History +20, Insight +19, Intimidate +21, Perception +19",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:22},wisdom:{score:20},charisma:{score:24},hp:178,initiative:14,ac:33,fortitude:31,reflex:33,will:34,regeneration:null,auras:[],powers:[{id:"9fc785e2-aec5-4641-9d3b-25d3d6122a49",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"",details:"1d6 + 3 damage, and the target is blinded until the end of the rakshasa noble’s next turn.",damage:"1d6 + 3 damage",category:1},{id:"30abb29d-feaa-4e94-b1db-1a0a90344568",name:"Mind Twist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:22,defence:3},description:"",details:"3d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"3d6 + 7 psychic damage",category:1},{id:"21fa3dcd-6d94-49ad-a382-3cb448261f6b",name:"Phantom Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 5 squares.",damage:"the target slides 5 squares",category:1},{id:"2110726b-4153-4e38-af58-fa882fabc37d",name:"Frightful Phantom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"4d8 + 7 psychic damage, the target is pushed 5 squares, and the target is stunned (save ends).",damage:"4d8 + 7 psychic damage",category:1},{id:"43b2e39e-d83a-4bd9-a4c9-f4b3aafddfde",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa noble can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"26e6bd3c-2afe-45a7-b308-597a7844075b",name:"Phantom Image",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of the rakshasa noble’s next turn, any creature that attacks the rakshasa’s AC or Reflex defense must roll twice and use the lower attack roll result. If either result is a critical hit, use that result instead.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa noble disdains melee combat and prefers to use its mind twist power at range. It uses frightful phantom against an enemy who gets too close for comfort or phantom lure to lead the target into dangerous or entangling terrain. If forced into melee combat, it uses phantom image as often as it can to distort its true location while making claw attacks. If it successfully blinds a target with a claw attack, it tries to move away to a location where it can continue making ranged attacks."},{id:"da025d0c-103b-450f-a08a-18dc26225729",name:"Rakshasa Dread Knight",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +22, Bluff +21, Insight +22, Intimidate +21, Perception +22",equipment:"scale armor, heavy shield, longsword",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:21},charisma:{score:18},hp:220,initiative:18,ac:40,fortitude:40,reflex:37,will:38,regeneration:null,auras:[{id:"bcf65622-1b1a-49d5-889f-6f62f0b47307",name:"Aura of Doom",keywords:"",details:"5: enemies in the aura regain half the normal amount of hit points when they spend a healing surge."}],powers:[{id:"8bef8370-c204-4dd7-80b7-48acf2933b9f",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:29,defence:0},description:"The rakshasa dread knight makes two attack rolls and keeps the better result;",details:"1d8 + 7 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8 + 7 damage",category:1},{id:"11ed3aea-4030-4f45-9052-e6905d5270ea",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:29,defence:0},description:"The rakshasa dread knight makes three melee basic attacks. The rakshasa dread knight makes two attack rolls and keeps the better result;",details:"1d8 + 7 damage per hit, and the target is marked until the end of the rakshasa’s next turn. If two or more attacks hit the same target, the target is dazed (save ends).",damage:"1d8 + 7 damage per hit",category:1},{id:"e523e3a0-0d26-4b2c-bbe6-0cb66d58f06b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:1},{id:"844a392e-6d99-4e23-bd1e-0d3a8ca6c799",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa dread knight can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"5cafea12-b1c7-406e-9e8c-b8c7c0908078",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rakshasa dread knight can fly up to 6 squares. It must land at the end of this move or else it crashes.",damage:"The rakshasa dread knight can fly up to 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa dread knight uses triple attack as often as it can while using knight’s move to circumvent difficult, hindering, and hazardous terrain."},{id:"7dd36315-52cb-498c-844f-5494167af792",name:"Giant Rat",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6, climb 3",alignment:"Unaligned",languages:"--",skills:"Perception +5",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:1,initiative:3,ac:15,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"ccf63ec4-a51a-47a8-9ca1-aa8a10605a75",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Giant rats gang up on the nearest target, turning and fleeing when about half their number are slain."},{id:"36cdb977-b700-4e5b-ac66-c5ab948adbe1",name:"Dire Rat",details:"",size:2,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6, climb 3",alignment:"Unaligned",languages:"--",skills:"Perception +5, Stealth +7",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:38,initiative:2,ac:15,fortitude:15,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"e0b91b0c-d89e-4244-a70f-6ac016955b4d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:4,defence:0},description:"",details:"1d6 + 2 damage, and the target contracts filth fever (see below).",damage:"1d6 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever (see below)",tactics:"Dire rats are stealthy creatures that like to hunt in small packs, sneaking up on prey and ganging up on one creature at a time."},{id:"14feaa69-4508-4da9-b03d-a16c1d4d99c0",name:"Rat Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"4, climb 2",alignment:"Unaligned",languages:"--",skills:"Perception +6",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:10},charisma:{score:9},hp:36,initiative:6,ac:15,fortitude:12,reflex:14,will:11,regeneration:null,auras:[{id:"c721cc61-5bd4-46fe-9c29-15d819189138",name:"Swarm Attack",keywords:"",details:"1: the rat swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"1b40d6fb-aaae-4420-86f6-a279311bcf1c",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 3 damage, and ongoing 3 damage (save ends).",damage:"1d6 + 3 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:"Rat swarms are more determined and ferocious than common rats, simply overwhelming anything that looks like it might make a meal."},{id:"2467dcbf-d3f3-4b9f-9598-ffc54c2846c8",name:"Roc",details:"",size:4,origin:4,type:1,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"",movement:"4, fly 10 (clumsy), overland flight 15; see also claw snatch",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:25},intelligence:{score:2},wisdom:{score:16},charisma:{score:12},hp:288,initiative:16,ac:30,fortitude:30,reflex:30,will:26,regeneration:null,auras:[],powers:[{id:"03a2a997-dd8b-40df-a2aa-dd1f1f12055a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"0bdb4423-301f-44ec-8cce-58c6aa12a582",name:"Claw Snatch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:2},description:"The roc moves up to its fly speed and makes an attack against a Medium or smaller target at any point during its move;",details:"1d10 + 7 damage, and the target is grabbed, carried the rest of the roc’s move, released, and knocked prone in a space adjacent to the roc.",damage:"1d10 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A flying roc likes to swoop down and use claw snatch to carry away a random adversary. It drops its victim somewhere a short distance away, and then lands to finish off the hapless soul with bite attacks. A bloodied roc usually flees unless it’s particularly hungry."},{id:"790ee540-0e19-47cc-beea-a48ddd7d4ac6",name:"Phoenix",details:"",size:4,origin:1,type:1,keywords:"fire",level:19,role:{type:2,flag:1,leader:!1},senses:"",movement:"4, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"--",skills:"Perception +17",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:22},intelligence:{score:3},wisdom:{score:16},charisma:{score:24},hp:300,initiative:15,ac:33,fortitude:38,reflex:31,will:32,regeneration:null,auras:[{id:"ff99d1c3-a570-47b3-8c34-2418df751984",name:"Fiery Body",keywords:"Fire",details:"1: creatures in the aura at the start of their turns take 10 fire damage."}],powers:[{id:"deb681dd-fe8e-4379-8af4-56f4e458545a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d6 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 6 damage",category:1},{id:"1cfbc55e-87da-4b7e-86df-c6aebf21e56a",name:"Radiant Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Radiant",condition:"",range:"Close Burst 5",attack:{bonus:20,defence:2},description:"",details:"2d10 + 7 radiant damage, and the target is dazed (save ends).",damage:"2d10 + 7 radiant damage",category:1},{id:"d7034e77-5ad2-4f8d-8ca0-0df59778bd4d",name:"Immolation",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:3,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 2",attack:{bonus:20,defence:2},description:"",details:"3d6 + 7 fire damage, and the phoenix dies. It automatically returns to life at the end of its next turn, with full normal hit points.",damage:"3d6 + 7 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A phoenix usually begins a battle by dropping into the midst of its enemies like a blazing meteor and using radiant burst. It then makes bite attacks against groundbound foes from the air (taking advantage of its reach) until radiant burst recharges."},{id:"fb010efe-6e0a-4607-8079-edf5a17f458c",name:"Thunderhawk",details:"",size:4,origin:1,type:1,keywords:"",level:22,role:{type:7,flag:1,leader:!1},senses:"",movement:"4, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"--",skills:"Perception +19",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:26},intelligence:{score:2},wisdom:{score:16},charisma:{score:14},hp:420,initiative:21,ac:38,fortitude:36,reflex:36,will:31,regeneration:null,auras:[],powers:[{id:"e700a6f6-de00-4ea6-8b81-e0a17d89304a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Reach 2",attack:{bonus:28,defence:0},description:"",details:"2d8 + 6 damage plus 1d8 lightning damage, plus an extra 2d8 thunder damage when it charges.",damage:"2d8 + 6 damage plus 1d8 lightning damage",category:1},{id:"67d101a3-270c-4781-a373-989f01155627",name:"Windrush",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Close Burst 2",attack:{bonus:26,defence:1},description:"",details:"the target is knocked prone.",damage:"",category:3}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A thunderhawk plummets out of the sky, charging the nearest foe and using windrush to knock enemies prone. On subsequent rounds, the thunderhawk hovers in the air as it continues to buffet foes with windrush and make bite attacks (taking advantage of its reach). Once bloodied, it flies off, only to return with another charge attack."},{id:"32ea5437-8e96-4173-a356-71dfa2c0fdde",name:"Roper",details:"",size:3,origin:1,type:3,keywords:"earth",level:14,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"2, climb 2 (spider climb)",alignment:"Evil",languages:"Primordial",skills:"Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:9},hp:284,initiative:8,ac:30,fortitude:29,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"6287df50-885b-487f-a176-b1a7e6902caa",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 10",attack:{bonus:17,defence:2},description:"",details:"2d10 + 4 damage, and the target is grabbed (until escape or until the tentacle is hit; see tentacle grab). While the target is grabbed, it is also weakened.",damage:"2d10 + 4 damage",category:1},{id:"cba11a63-7614-4fc0-9a78-458c550d73f0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 10",attack:{bonus:17,defence:2},description:"The roper makes two tentacle attacks.",details:"2d10 + 4 damage each hit, and the target is grabbed (until escape or until the tentacle is hit; see tentacle grab). While the target is grabbed, it is also weakened.",damage:"2d10 + 4 damage each hit",category:1},{id:"3de907fa-421b-4e14-9592-d63599988ec7",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(2/round)",range:"",attack:{bonus:17,defence:1},description:"The roper makes an attack against a creature it has grabbed;",details:"on a hit, the target is pulled 5 squares. The roper can use this power only against a grabbed target once per turn.",damage:"the target is pulled 5 squares",category:3},{id:"d6f94eb4-9d18-4292-9cda-4b9380ff80e3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d10 + 10 damage.",damage:"2d10 + 10 damage",category:1},{id:"90cd23ef-9b6b-4742-8ab7-4a35611cda1d",name:"Stony Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A roper that does not move, retracts its tentacles, and keeps its eye and mouth closed resembles a jagged rock formation, stalagmite, or stalactite. In this form, the roper can be recognized with a successful DC 30 Perception check.",damage:"the roper can be recognized with a successful DC 30 Perception check",category:0},{id:"478e75b6-5a5c-40bf-a5d6-77bc6dab5043",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The roper can attack and grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make the roper let go of a grabbed creature; the tentacle’s defenses are the same as the roper’s. An attack that hits the tentacle does not harm the roper but causes it to let go and retract the tentacle.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"A roper has an excellent chance to surprise enemies using its stony body ability. When it attacks, it uses double attack to lash out with two of its tentacles, which secrete weakness-inducing venom. Sometimes it doubles up on the same target, but usually it tries to grab two meals at the same time. The roper then uses reel to drag grabbed prey within reach of its toothy maw. (Since reel is a minor action, a roper can use the power twice in the same round it uses double attack, but only once against each grabbed target.)"},{id:"79bb5055-73f2-4a51-8d0c-13448c112a37",name:"Rot Harbinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:20,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:17},hp:193,initiative:18,ac:34,fortitude:32,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"61ed3987-a5a3-4cdd-b32a-929a27b64098",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"",details:"2d10 + 6 damage, and the target is marked until the end of the rot harbinger’s next turn and takes ongoing 10 necrotic damage (save ends).",damage:"2d10 + 6 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"A clumsy flier, the rot harbinger usually lands to make attacks, raking enemies with its claws. When hard pressed, it takes to the air to escape and plots revenge against those who bested it."},{id:"6aeac506-5db7-42dc-8ccf-e12e76663950",name:"Rot Slinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:0,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +21",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:165,initiative:18,ac:37,fortitude:37,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"61ed3987-a5a3-4cdd-b32a-929a27b64098",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"",details:"2d10 + 5 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d10 + 5 damage",category:1},{id:"61f849f6-e479-42b6-b8b4-2441a0680412",name:"Orb of Decay ",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"2d8 + 8 necrotic damage, and the target is weakened and takes a –2 penalty to saving throws (save ends both).",damage:"2d8 + 8 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"The rot slinger hurls feculent globs of decaying matter at enemies, hoping to weaken them. Like the rot harbinger, it flees when the battle turns against it."},{id:"441a3c2b-0df5-4ac5-a06e-6c0f8555643b",name:"Sahuagin Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:6,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6, swim 6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:5,ac:20,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"aa832a4b-07f9-42db-9b76-026bf71f494d",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"5 damage; see also blood frenzy.",damage:"5 damage",category:1},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:11,defence:0},description:"",details:"5 damage. The sahuagin guard must retrieve its trident before it can throw it again.",damage:"5 damage",category:1},{id:"cfbd37fb-e9a2-468c-9f88-a74162ba0ebb",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sahuagin guards viciously attack the weakest-looking enemy within reach, skewering it to death before moving on to the next foe."},{id:"cb6458a8-9711-45ee-800f-99a9994c024d",name:"Sahuagin Raider",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:6,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, swim 6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:70,initiative:7,ac:20,fortitude:19,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ab0e7f6d-9d73-45fa-8292-ac6939084b41",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d8 + 5 damage, and the target is marked until the end of the sahuagin raider’s next turn; see also blood frenzy.",damage:"1d8 + 5 damage",category:1},{id:"aa832a4b-07f9-42db-9b76-026bf71f494d",name:"Opportunistic Strike",action:{action:4,trigger:"when a flanked enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The sahuagin raider makes a melee basic attack against the enemy.",details:"1d8 + 5 damage, and the target is marked until the end of the sahuagin raider’s next turn; see also blood frenzy.",damage:"1d8 + 5 damage",category:5},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:11,defence:0},description:"",details:"1d8 + 5 damage. The sahuagin raider must retrieve its trident before it can throw it again.",damage:"1d8 + 5 damage",category:1},{id:"cfbd37fb-e9a2-468c-9f88-a74162ba0ebb",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sahuagin raiders can be clever and patient hunters, but when the moment to strike arrives, they try to overwhelm their enemies quickly. They often fight in pairs, flanking enemies and making opportunistic strikes whenever possible."},{id:"6957ca1a-89fe-4c03-a23b-17e142b22e25",name:"Sahuagin Priest",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:8,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +12",equipment:"trident, holy symbol, kelp robe",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:12},wisdom:{score:20},charisma:{score:16},hp:70,initiative:8,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"ab0e7f6d-9d73-45fa-8292-ac6939084b41",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 3 damage; see also blood frenzy.",damage:"1d8 + 3 damage",category:1},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:12,defence:0},description:"",details:"1d8 + 3 damage. The sahuagin priest must retrieve its trident before it can throw it again.",damage:"1d8 + 3 damage",category:1},{id:"cfbd37fb-e9a2-468c-9f88-a74162ba0ebb",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0},{id:"67f1e177-7c40-4f69-af72-a3180819085f",name:"Water Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20 (10 out of water)",attack:{bonus:14,defence:0},description:"",details:"2d8 + 5 damage (1d8 + 5 out of water); see also blood frenzy.",damage:"2d8 + 5 damage (1d8 + 5 out of water)",category:1},{id:"f3e0d603-5d0b-477d-9808-78d4782a1332",name:"Spectral Jaws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when a target saves against this effect;"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:14,defence:3},description:"spectral shark jaws appear and bite the target;",details:"3d6 + 5 damage, and the target takes ongoing 5 damage and takes a –2 penalty to all defenses (save ends both); see also blood frenzy.",damage:"3d6 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sahuagin priests normally hang back from the fray, using their ranged powers to attack enemies that the raiders aren’t engaging."},{id:"bc3653f6-f3fb-4cb3-8726-b22342316971",name:"Sahuagin Baron",details:"",size:3,origin:4,type:2,keywords:"aquatic",level:10,role:{type:2,flag:1,leader:!0},senses:"low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +13",equipment:"trident, headdress",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:256,initiative:9,ac:26,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"a223761a-1de1-4f97-bb98-c656cf7c06ff",name:"Blood Healing",keywords:"Healing",details:"10: any ally in the aura that starts its turn adjacent to a bloodied enemy regains 5 hit points."}],powers:[{id:"ab0e7f6d-9d73-45fa-8292-ac6939084b41",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d4 + 6 damage; see also blood hunger.",damage:"2d4 + 6 damage",category:1},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:15,defence:0},description:"",details:"2d4 + 6 damage. The sahuagin baron must retrieve its trident before it can throw it again.",damage:"2d4 + 6 damage",category:1},{id:"bad3d64a-bbf3-46db-a30d-0d2993685eb7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d6 + 6 damage, and ongoing 5 damage (save ends); see also blood hunger.",damage:"1d6 + 6 damage",category:1},{id:"e5a00d91-a927-483c-97ed-96cedccbad34",name:"Baron’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The sahuagin baron makes a trident attack and two claw attacks.",details:"Trident: 2d4 + 6 damage; see also blood hunger. 2 Claws: 1d6 + 6 damage, and ongoing 5 damage (save ends) each; see also blood hunger.",damage:"2d4 + 6 damage",category:1},{id:"259d75b0-dca7-40bd-b7fc-d41f0b2ac87d",name:"Blood Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A sahuagin baron relies on baron’s fury, making good use of his extra limbs. The first time it bloodies a foe, it spends its action point to use baron’s fury again."},{id:"42fe6144-13a8-496e-882a-da1c691e219a",name:"Salamander Lancer",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:14,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Intimidate +12",equipment:"longspear",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:9},wisdom:{score:15},charisma:{score:11},hp:171,initiative:10,ac:28,fortitude:26,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"4d87e865-852f-4995-8080-0ae5138d490e",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"1d12 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 6 damage",category:1},{id:"fe94fdd7-e44a-49b2-b238-620c67e846c4",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 fire damage, and the target slides 1 square.",damage:"1d10 + 6 fire damage",category:1},{id:"bec6f926-9dfb-4589-be5e-afa033fede8b",name:"Whirlwind of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"requires longspear;",range:"Close Burst 3",attack:{bonus:16,defence:0},description:"",details:"1d12 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 6 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A salamander lancer makes good use of its exceptional reach. If a foe gets too close, it uses tail lash to slide him away and then shifts to reestablish a reach advantage. As often as it can, it uses whirlwind of fire to strike enemies with its flaming longspear."},{id:"ea0c6f6e-5335-4fa2-bf28-a20f86d06b37",name:"Salamander Firetail",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:14,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Intimidate +12",equipment:"2 scimitars",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:22},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:138,initiative:15,ac:30,fortitude:27,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"deca07f0-76f8-4904-a330-720024c19676",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d10 + 5 damage (crit 2d10 + 15), and ongoing 5 fire damage (save ends).",damage:"1d10 + 5 damage (crit 2d10 + 15)",category:1},{id:"b0cd585e-95fd-45ab-883f-9a1beb9530e8",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"The salamander firetail makes two scimitar attacks.",details:"1d10 + 5 damage (crit 2d10 + 15), and ongoing 5 fire damage (save ends) each hit.",damage:"1d10 + 5 damage (crit 2d10 + 15)",category:1},{id:"5184d033-4376-4d65-864c-0debf451397a",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves into a position that flanks the salamander firetail;",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The salamander attacks the enemy:",details:"1d10 + 5 fire damage, and the target slides 1 square.",damage:"1d10 + 5 fire damage",category:5},{id:"aec019cf-04f1-40f3-857f-00b97ccfc974",name:"Trail of Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The salamander firetail can move up to 6 squares, leaving a trail of fire behind it. Creatures in squares adjacent to the firetail’s path take 10 fire damage.",damage:"creatures in squares adjacent to the firetail’s path take 10 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A salamander firetail uses trail of fire to weave between its foes, then strikes with double attack on the following round. The firetail uses its tail lash to attack any foe that moves to flank it."},{id:"7cabe0df-6681-417a-9455-1a1b897f84d1",name:"Salamander Archer",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:15,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"",equipment:"longbow, quiver of 30 arrows",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:22},intelligence:{score:11},wisdom:{score:15},charisma:{score:11},hp:114,initiative:10,ac:28,fortitude:26,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"b17144e1-c06d-4b46-823e-51bcdaefbd9c",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d10 + 6 fire damage.",damage:"1d10 + 6 fire damage",category:1},{id:"a352630c-d059-4e98-8a7f-de57da8d4ffd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d10 + 6 damage plus 1d6 fire damage.",damage:"1d10 + 6 damage plus 1d6 fire damage",category:1},{id:"079b7d7b-a9f8-4606-85b0-325970e1758f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"The salamander archer makes two ranged basic attacks against the same target or two separate targets within 5 squares of each other.",details:"1d10 + 6 damage plus 1d6 fire damage each hit.",damage:"1d10 + 6 damage plus 1d6 fire damage each hit",category:1},{id:"b69015c9-02db-46c0-b6cb-041f6e218417",name:"Tail Thrust",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:2},description:"",details:"the target is pushed 1 square.",damage:"the target is pushed 1 square",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"This salamander prefers to attack at range, igniting the tips of its arrows by striking them against its body before launching them at foes. If an enemy gets within melee striking range, the salamander archer uses tail thrust to push the enemy away before shooting it with its longbow."},{id:"9406d421-a1f6-45d5-8e9b-4fd4a74582a5",name:"Salamander Noble",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:15,role:{type:3,flag:0,leader:!0},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Insight +16, Intimidate +15, Perception +16",equipment:"longspear",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:20},intelligence:{score:14},wisdom:{score:18},charisma:{score:16},hp:152,initiative:12,ac:29,fortitude:27,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"2ca976e9-8cc2-4232-bd95-1dafded0433b",name:"Tail Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 fire damage, and the target is grabbed (until escape). The grabbed target takes 1d10 + 6 fire damage at the start of its turn while grabbed. The salamander noble cannot make melee basic attacks while grabbing a creature with its tail. Threatening Reach: The salamander noble can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d10 + 6 fire damage",category:1},{id:"25dd51f2-e286-4366-8d1a-2f6fcfe83f41",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"1d12 + 5 damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 5 damage",category:1},{id:"0ae3688c-7fb3-4334-938e-2fbe3dc19cad",name:"Fire Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"the target takes ongoing 10 f re damage and is immobilized (save ends both) as a cage of searing flame springs up around it. The cage does not block line of sight.",damage:"the target takes ongoing 10 f re damage and is immobilized (save ends both) as a cage of searing flame springs up around it",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A salamander noble uses fire cage to trap enemies and tail crush to grab foes that get too close."},{id:"bc99610b-7af7-4b74-b2cd-3b0569f80250",name:"Satyr Rake",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Bluff +12, Nature +9, Perception +9, Stealth +12",equipment:"leather armor, short sword, shortbow, quiver of 30 arrows",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:80,initiative:9,ac:21,fortitude:18,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"6858cd1c-1f0c-4395-a952-2f5dbddf953f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: The satyr rake deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"2ec62bbf-3e70-4c56-842c-40cc62307a1f",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"7059c465-3212-4ec0-88de-4299c29fb1c8",name:"Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:2},description:"",details:"the satyr rake gains combat advantage against the target (see below). Combat Advantage: The satyr rake deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the satyr rake deals an extra 2d6 damage against any target it has combat advantage against",category:2},{id:"4fcf2f38-0733-4aa6-9ecd-abf48fe19fa5",name:"Harrying Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Short Sword: 1d6 + 4 damage. or Shortbow: Ranged 15/30",attack:{bonus:12,defence:0},description:"The satyr rake makes a basic attack, shifts 3 squares, and makes another basic attack.",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The satyr rake uses feint to gain combat advantage against its target and then makes a harrying attack."},{id:"8efa5b73-bd70-4933-8019-4b6a69e5ca33",name:"Satyr Piper",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Bluff +14, Nature +10, Perception +10, Stealth +13",equipment:"longbow, quiver of 30 arrows, wooden pipes",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:20},hp:86,initiative:8,ac:22,fortitude:18,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"492d8204-3df9-4219-b209-624765595d5b",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 damage, and the target is knocked prone.",damage:"1d8 damage",category:1},{id:"dbf39360-1631-4d5a-93b6-f9e913073978",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"e1c0b856-96d0-42a5-b470-346745d4c13e",name:"Wooden Pipes",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:11,defence:3},description:"",details:"the satyr piper plays one of the following tunes on its pipes. Dazing Melody (Charm): Targets enemies; the target is dazed until the end of the satyr piper’s next turn. The piper must make a new attack roll when it sustains this effect. Feral Overture: Allies in the burst gain a +1 bonus to attack rolls and a +2 bonus to damage rolls until the end of the satyr piper’s next turn. Leaping Stag Dance: Allies in the burst can shift 2 squares immediately. Song of Freedom: Allies in the burst can each make a free saving throw against an effect that a save can end.",damage:"allies in the burst gain a +1 bonus to attack rolls and a +2 bonus to damage rolls until the end of the satyr piper’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A satyr piper uses its longbow to pick off enemies from a safe distance. When enemies close in, it stays behind its allies and plays its pipes."},{id:"96548730-1743-4920-b4f8-483dbb51d091",name:"Stormclaw Scorpion",details:"",size:2,origin:4,type:1,keywords:"",level:1,role:{type:7,flag:0,leader:!1},senses:"tremorsense 5",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:12},intelligence:{score:1},wisdom:{score:11},charisma:{score:10},hp:32,initiative:3,ac:16,fortitude:14,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"ddac74f4-77de-4f72-99f1-7cbb6069f41e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 3 damage, and a Medium or smaller target is grabbed (until escape). A grabbed target takes 5 lightning damage at the start of the stormclaw scorpion’s turn.",damage:"1d6 + 3 damage",category:1},{id:"abfdf763-7be4-4ada-b0b4-9d4fa855201d",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:1},description:"",details:"1d4 + 3 damage, and the target takes ongoing 5 poison damage and is immobilized (save ends both). The stormclaw scorpion can use this attack against a target it has grabbed.",damage:"1d4 + 3 damage",category:1},{id:"210dd200-df25-4757-aa21-ee7d6b53d8cd",name:"Reactive Sting",action:{action:5,trigger:"when an enemy grabbed by the scorpion escapes;",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:1},description:"The stormclaw scorpion makes a sting attack against the enemy.",details:"1d4 + 3 damage, and the target takes ongoing 5 poison damage and is immobilized (save ends both). The stormclaw scorpion can use this attack against a target it has grabbed.",damage:"1d4 + 3 damage",category:5}],damageModifiers:[{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The stormclaw scorpion grabs with its claws. On subsequent rounds, it deals lightning damage and stings its prey. If its victim escapes, the scorpion makes a reactive sting attack."},{id:"98df4522-20f1-4aed-bc3c-7384dc07943a",name:"Hellstinger Scorpion",details:"",size:3,origin:3,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"tremorsense 5",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:19},intelligence:{score:1},wisdom:{score:16},charisma:{score:13},hp:130,initiative:12,ac:28,fortitude:26,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"ddac74f4-77de-4f72-99f1-7cbb6069f41e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"",details:"2d6 + 4 damage, and a Large or smaller target is grabbed (until escape). A grabbed target takes 10 fire damage at the start of the hellstinger scorpion’s turn.",damage:"2d6 + 4 damage",category:1},{id:"abfdf763-7be4-4ada-b0b4-9d4fa855201d",name:"Hellish Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Melee",attack:{bonus:18,defence:1},description:"",details:"1d8 + 4 damage, and the target takes ongoing 5 fire and poison damage and is weakened (save ends both). The hellstinger scorpion can use this attack against a target it has grabbed.",damage:"1d8 + 4 damage",category:1},{id:"210dd200-df25-4757-aa21-ee7d6b53d8cd",name:"Reactive Sting",action:{action:5,trigger:"when an enemy grabbed by the scorpion escapes;",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:18,defence:1},description:"The hellstinger scorpion makes a hellish sting attack against the enemy.",details:"1d8 + 4 damage, and the target takes ongoing 5 fire and poison damage and is weakened (save ends both). The hellstinger scorpion can use this attack against a target it has grabbed.",damage:"1d8 + 4 damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A hellstinger scorpion uses its claws to grab a foe. On subsequent rounds, it stings the grabbed prey while dealing fire damage with its claws. If the victim escapes its grasp, the hellstinger uses reactive sting."},{id:"dbf48801-98bf-4b38-b648-46907b1fba3f",name:"Shadar-Kai Chainfighter",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also dance of death and shadow jaunt",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"leather armor, spiked chain",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:68,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"a68dc929-015c-4f0b-af62-b95b6b5c2a9b",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"2d4 + 3 damage.",damage:"2d4 + 3 damage",category:1},{id:"e8887a9f-35ea-40d6-8324-191e216fef0b",name:"Dance of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic, Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"The shadar-kai chainfighter shifts 6 squares and makes 3 spiked chain attacks at any points during his move. He can only attack a given enemy once, but he deals an extra 1d6 necrotic damage with each successful hit.",details:"2d4 + 3 damage each hit.",damage:"2d4 + 3 damage each hit",category:1},{id:"734a1275-79b1-43e6-b51e-eb117d788309",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"The shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A chainfighter uses dance of death to cut a bloody swath through his enemies before settling into position and making basic attacks. If he’s hedged in by enemies, he uses shadow jaunt to extricate himself while waiting for his dance of death power to recharge."},{id:"a60c0678-eb22-483b-830a-c3bce8149b76",name:"Shadar-Kai Gloomblade",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"5; see also shadow jaunt",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"chainmail, greatsword",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:54,initiative:12,ac:20,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"3fa1ecd3-9632-4589-a5ce-d639df518cad",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d10 + 3 damage; see also gloomstrike.",damage:"1d10 + 3 damage",category:1},{id:"685ae66f-dbbe-490a-9fdf-84ac47b40c24",name:"Gloomstrike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the shadar-kai gloomblade hits a target that can’t see him, the target is blinded until the end of the gloomblade’s next turn.",damage:"",category:0},{id:"025ae053-e686-4e9e-957a-7e8e55bcf5fe",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"The shadar-kai gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn",category:2},{id:"010f7e07-db8f-432a-b648-c44ea7aec4d9",name:"Veil of Shadows",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The shadar-kai gloomblade turns invisible until the end of his turn and moves up to his speed. The gloomblade cannot use this power while bloodied.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gloomblade uses veil of shadows to turn invisible, allowing it to strike from concealment and potentially blind its target (using its gloomblade power). It continues to attack its blinded prey, hoping to sustain the blindness round after round. If its attention turns to another enemy, it uses the same tactics against this new foe. Once bloodied, the gloomblade resorts to making basic attacks and uses shadow jaunt to relocate to a more tactical advantageous position, as needed."},{id:"67f296fc-9634-4114-b285-768956ddcccc",name:"Shadar-Kai Witch",details:"",size:2,origin:5,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also shadow jaunt",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +8, Arcana +12, Religion +12, Stealth +13",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:19},wisdom:{score:12},charisma:{score:17},hp:77,initiative:6,ac:21,fortitude:18,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"f5386ec3-9afd-4792-802c-6e16fc47a021",name:"Blackfire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Melee Touch",attack:{bonus:11,defence:2},description:"",details:"2d6 + 4 fire and necrotic damage.",damage:"2d6 + 4 fire and necrotic damage",category:1},{id:"61a12a28-1bac-41d7-b3a3-9bd9241ae482",name:"Beshadowed Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6 + 4 necrotic damage, and the target has no line of sight to anything more than 2 squares from it (save ends).",damage:"2d6 + 4 necrotic damage",category:1},{id:"e9733f64-fa5a-4478-9acd-59bd7647b080",name:"Deep Shadow",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Aura 2",attack:null,description:"",details:"thick, writhing shadows surround the shadar-kai witch. The witch and any other shadow creatures in the aura gain concealment. In addition, enemies that enter or start their turns in the aura take 5 necrotic damage, and enemies (including flying ones) also treat the area within the aura as difficult terrain. The shadar-kai witch can sustain the aura as a minor action. However, the effect ends if she uses shadow jaunt or moves more than half her speed on her turn.",damage:"enemies that enter or start their turns in the aura take 5 necrotic damage",category:1},{id:"d9bb9abd-468f-4a28-96a7-eddd48650f78",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai witch teleports 3 squares and becomes insubstantial until the start of her next turn.",damage:"The shadar-kai witch teleports 3 squares and becomes insubstantial until the start of her next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The shadar-kai witch uses beshadowed mind as often as she can, targeting ranged attackers first and forcing enemies to engage in close combat with her allies. While waiting for her ranged power to recharge, she casts deep shadow and attacks with her blackfire touch."},{id:"ae47d944-4f13-42e0-8b7f-ba88a3259dfb",name:"Shadar-Kai Warrior",details:"",size:2,origin:5,type:2,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5; see also shadow jaunt",alignment:"Unalinged",languages:"Common",skills:"Acrobatics +15, Stealth +15",equipment:"chainmail, 2 katars",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:20},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:86,initiative:11,ac:24,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"0df8defe-9d07-454d-8159-61a7875ee287",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d6 + 3 damage (crit 1d6 + 9).",damage:"1d6 + 3 damage (crit 1d6 + 9)",category:1},{id:"e6a8bdbb-0d9d-4eb0-ab0c-909c14b22547",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The shadar-kai warrior makes two katar attacks.",details:"1d6 + 3 damage (crit 1d6 + 9) each hit.",damage:"1d6 + 3 damage (crit 1d6 + 9) each hit",category:1},{id:"555b935c-bc7d-493d-aafa-a66a3f0d6576",name:"Cage of Gloom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The shadar-kai warrior makes a katar attack.",details:"1d6 + 3 damage (crit 1d6 + 9). If the attack hits, the shadar-kai warrior makes a secondary attack as strands of shadow coil around the target. Secondary Attack: +11 vs. Reflex; the target is restrained (save ends).",damage:"1d6 + 3 damage (crit 1d6 + 9)",category:1},{id:"255cbf9b-ee8d-4314-b11f-018da00c014f",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai warrior teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai warrior teleports 3 squares and becomes insubstantial until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This shadar-kai uses shadow jaunt at the start of battle to materialize next to a foe and make a double attack. On subsequent rounds, it continues to attack with its katars, using cage of gloom to restrain particularly troublesome foes."},{id:"3babdae6-d7db-47e8-82d4-e266fae9b33a",name:"Shambling Mound",details:"",size:3,origin:4,type:0,keywords:"plant",level:9,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"4 (swamp walk)",alignment:"Unaligned",languages:"--",skills:"Stealth +10",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:10},charisma:{score:10},hp:120,initiative:5,ac:21,fortitude:23,reflex:18,will:17,regeneration:{value:5,details:""},auras:[],powers:[{id:"27b5109a-b4f2-44f6-9be9-21b247633858",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"e5c4ea88-68e3-45e8-84c3-6ba389731b0f",name:"Enveloping Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"The shambling mound makes two basic attacks.",details:"1d8 + 6 damage each hit. If both attacks hit the same Medium or smaller target, the shambling mound makes a secondary attack against the target. Secondary Attack: +12 vs. Fortitude; the target is pulled into the shambling mound’s space and restrained (save ends). While the target is restrained, no creature has line of sight or line of effect to it. At the start of the shambling mound’s turn each round, the enveloped target takes 10 damage and the shambling mound regains 10 hit points. The shambling mound can envelop up to 2 creatures at a time. When the target makes its save, it reappears in a square of its choice adjacent to the shambling mound.",damage:"1d8 + 6 damage each hit",category:1},{id:"16f2e1b5-f642-4cad-8481-a4130acad352",name:"Lightning Affinity",action:{action:4,trigger:"when hit by a lightning attack;",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The shambling mound regains 10 hit points.",damage:"The shambling mound regains 10 hit points",category:5}],damageModifiers:[{type:5,value:0}],resist:"",vulnerable:"",immune:"see also lightning affinity",tactics:"A shambling mound tries to envelop and devour its enemies."},{id:"ec18b0af-812b-4ebc-9d40-fc14ad88e4ed",name:"Stormrage Shambler",details:"",size:3,origin:4,type:0,keywords:"plant",level:11,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"--",skills:"Stealth +9",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:8},intelligence:{score:5},wisdom:{score:12},charisma:{score:7},hp:238,initiative:4,ac:25,fortitude:25,reflex:18,will:20,regeneration:{value:10,details:""},auras:[{id:"2de45c98-853f-4ce1-9322-9ea557fd7b50",name:"Lightning Aura",keywords:"Lightning",details:"2: enemies that enter or start their turns in the aura take 5 lightning damage."}],powers:[{id:"628d65a2-d8bd-4af8-a217-cda7e3c0704d",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"1d8 + 5 damage plus 1d8 lightning damage. While bloodied, the stormrage shambler deals an extra 5 lightning damage.",damage:"1d8 + 5 damage plus 1d8 lightning damage",category:1},{id:"be04e4ef-97d7-46a3-a96d-e688830e2beb",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"The stormrage shambler makes two basic attacks.",details:"1d8 + 5 damage plus 1d8 lightning damage each hit. While bloodied, the stormrage shambler deals an extra 5 lightning damage.",damage:"1d8 + 5 damage plus 1d8 lightning damage each hit",category:1},{id:"c23947a9-6408-4348-95d3-d6d4676f8075",name:"Lightning Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close Blast 3",attack:{bonus:14,defence:2},description:"",details:"3d8 + 6 lightning damage. Miss: Half damage.",damage:"3d8 + 6 lightning damage",category:1},{id:"c93b0421-d4fa-4c65-ac3f-ed5244903a73",name:"Lightning Affinity",action:{action:4,trigger:"when hit by a lightning attack;",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The stormrage shambler regains 10 hit points. The stormrage shambler cannot attack itself to heal in this fashion.",damage:"The stormrage shambler regains 10 hit points",category:5}],damageModifiers:[{type:5,value:0}],resist:"",vulnerable:"",immune:"see also lightning affinity",tactics:"A stormrage shambler uses double attack to rip its enemies to pieces, spending its action point to unleash lightning blast when it can catch two or more foes in the power’s area."},{id:"d92acd8a-2368-4a2f-be6b-6e37ab73839e",name:"Longtooth Hunter",details:"",size:2,origin:4,type:2,keywords:"shifter",level:6,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Any",languages:"Common",skills:"Athletics +14, Endurance +11, Nature +9, Perception +9",equipment:"chainmail, light shield, longsword",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:71,initiative:7,ac:22,fortitude:20,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"cc43ec76-8bda-443f-919b-eb8bad2fe1b5",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 damage, and the target is marked until the end of the longtooth hunter’s next turn.",damage:"1d8 + 5 damage",category:1},{id:"c8f3fcfa-d2cc-4734-a148-de97ba687c21",name:"Hamstring",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"The longtooth hunter makes a longsword attack.",details:"1d8 + 5 damage, and the target is marked until the end of the longtooth hunter’s next turn. If the attack hits, it makes a secondary attack against the same target. Secondary Attack: +9 vs. Reflex; the target is slowed (save ends).",damage:"1d8 + 5 damage",category:1},{id:"e7b4f897-633f-4f7f-99d4-8b6a93445aa2",name:"Follow Quarry",action:{action:4,trigger:"when an adjacent enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The longtooth hunter shifts toward the enemy.",damage:"",category:5},{id:"c8d8af28-41d4-42e4-863a-b2dec380859a",name:"Longtooth Shifting",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied;",range:"",attack:null,description:"",details:"For the rest of the encounter or until rendered unconscious, the longtooth hunter gains a +2 bonus to damage rolls. In addition, for as long as it is bloodied, the longtooth hunter gains regeneration 2.",damage:"the longtooth hunter gains a +2 bonus to damage rolls",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The longtooth hunter focuses on one enemy at a time. When its foe shifts away, it uses follow quarry to stay within striking distance. Against a highly mobile foe, the longtooth hunter uses hamstring."},{id:"52a51ea5-bfc8-4af4-ac89-01079e076569",name:"Razorclaw Stalker",details:"",size:2,origin:4,type:2,keywords:"shifter",level:7,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also razorclaw shifting",alignment:"Any",languages:"Common",skills:"Acrobatics +12, Perception +9, Stealth +12, Streetwise +8",equipment:"leather armor, short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:12},wisdom:{score:13},charisma:{score:11},hp:79,initiative:7,ac:21,fortitude:20,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"4a534660-0996-4c88-8c86-3a2d18426029",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d6 + 4 damage; see also skirmish.",damage:"1d6 + 4 damage",category:1},{id:"fb6cfa8f-8915-4f85-859a-035721a216cd",name:"Short Sword Riposte",action:{action:7,trigger:"when an enemy makes an opportunity attack against the razorclaw stalker;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The razorclaw stalker makes a short sword attack against the enemy.",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:5},{id:"5251a715-8e4d-4e97-b020-57fb4b3ae8c4",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the razorclaw stalker ends its move at least 4 squares away from its starting point, it deals an extra 1d6 damage on its attacks until the start of its next turn.",damage:"it deals an extra 1d6 damage on its attacks until the start of its next turn",category:0},{id:"310f8ab4-a188-4567-840b-b9adc55c61e9",name:"Razorclaw Shifting",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied;",range:"",attack:null,description:"",details:"For the rest of the encounter or until rendered unconscious, the razorclaw stalker gains +2 speed and a +1 bonus to AC and Reflex defense.",damage:"the razorclaw stalker gains +2 speed and a +1 bonus to AC and Reflex defense",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The razorclaw stalker prefers a mobile, hit-and-run fight and doesn’t mind provoking opportunity attacks to use short sword riposte."},{id:"d0797fc8-3231-43b8-b321-d28ee128763a",name:"Decrepit Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"heavy shield, longsword, shortbow, quiver of 10 arrows",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"1941500a-c6bd-465e-900a-8a26ad5f1ffd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"e016089b-07ac-4dbb-bd2c-8785db9401ba",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"Decrepit skeletons make ranged basic attacks until enemies come within melee striking range, at which point they draw their swords and rush into battle."},{id:"177a8575-c6ff-4c6b-8ad8-3423df68aa7b",name:"Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Unaligned",languages:"--",skills:"",equipment:"chainmail, heavy shield, longsword",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:6,ac:18,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"1941500a-c6bd-465e-900a-8a26ad5f1ffd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 2 damage, and the target is marked until the end of the skeleton’s next turn; see also speed of the dead.",damage:"1d8 + 2 damage",category:1},{id:"b3746864-c89a-4411-8919-a6e866bad041",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the skeleton gains a +2 bonus to the attack roll and deals an extra 1d6 damage.",damage:"the skeleton gains a +2 bonus to the attack roll and deals an extra 1d6 damage",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A skeleton warrior charges fearlessly into battle, using speed of the dead to mercilessly attack enemies that try to slip past its guard."},{id:"cc9719ff-7195-4506-9c55-f210e7d8536d",name:"Blazing Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:18},intelligence:{score:4},wisdom:{score:15},charisma:{score:6},hp:53,initiative:6,ac:19,fortitude:15,reflex:18,will:16,regeneration:null,auras:[{id:"98a208a6-6a1f-4e95-8b3a-4bd8318bb7bb",name:"Fiery Aura",keywords:"Fire",details:"1: any creature starts its turn in the aura takes 5 fire damage."}],powers:[{id:"511852b8-5b32-4eb7-8ac1-b27cbb501a0a",name:"Blazing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d4 + 1 damage, and ongoing 5 fire damage (save ends).",damage:"1d4 + 1 damage",category:1},{id:"a310a20d-b0e3-4cac-8cc8-d74ad977b992",name:"Flame Orb",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"2d4 + 4 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d4 + 4 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A blazing skeleton prefers to keep its distance from foes while hurling orbs of fire at them."},{id:"ce3f2ee1-b72e-4b02-8e5c-550122d4f3cc",name:"Boneshard Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Undligned",languages:"--",skills:"",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:77,initiative:5,ac:17,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ddba4baa-445d-4929-8b36-3a747c134ec5",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 3 damage (crit 1d8 + 11) plus 5 necrotic damage.",damage:"1d8 + 3 damage (crit 1d8 + 11) plus 5 necrotic damage",category:1},{id:"4344a14b-5a8a-4646-ba9f-b1764eaeb491",name:"Boneshard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d4 + 3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d4 + 3 damage",category:1},{id:"2c319244-9fd7-42dc-81b8-5781d9d48c91",name:"Boneshard Burst",action:{action:7,trigger:"when first bloodied and again when reduced to 0 hit points;",sustainAction:0,use:0,recharge:"Recharges on 2-6"},keywords:"Necrotic",condition:"",range:"Close Burst 3",attack:{bonus:8,defence:2},description:"",details:"2d6 + 3 necrotic damage.",damage:"2d6 + 3 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This skeleton alternates between slashing foes with its scimitar and impaling them with its boneshard."},{id:"5f53d036-35a6-41fa-b1c9-026de7d305e1",name:"Skeletal Tomb Guardian",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"4 scimitars",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:20},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:126,initiative:10,ac:23,fortitude:22,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"e6b69630-326c-499a-abe2-dc091fb4c4e7",name:"Twin Scimitar Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The skeletal tomb guardian makes two scimitar attacks against the same target:",details:"1d8 + 4 damage (crit 1d8 + 12). This also holds true for opportunity attacks.",damage:"1d8 + 4 damage (crit 1d8 + 12)",category:1},{id:"544dc6f6-617f-469d-940c-2167c0e01d46",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The skeletal tomb guardian makes a melee basic attack against the enemy. The skeletal tomb guardian makes two scimitar attacks against the same target:",details:"1d8 + 4 damage (crit 1d8 + 12).",damage:"1d8 + 4 damage (crit 1d8 + 12)",category:5},{id:"888d3985-986a-4d61-8369-6a417c7b3229",name:"Cascade of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The skeletal tomb guardian makes two twin scimitar strike attacks (four scimitar attacks total).",details:"1d8 + 4 damage (crit 1d8 + 12).",damage:"1d8 + 4 damage (crit 1d8 + 12)",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A skeletal tomb guardian hacks enemies to pieces with its scimitars."},{id:"307c273b-20fd-414c-b484-4c263636277e",name:"Skull Lord",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +12, Intimidate +15",equipment:"staff , 3 iron crowns",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:16},intelligence:{score:16},wisdom:{score:15},charisma:{score:21},hp:40,initiative:8,ac:24,fortitude:21,reflex:22,will:23,regeneration:null,auras:[{id:"e5008364-b185-4368-b012-0bb611a41d23",name:"Master of the Grave",keywords:"Healing",details:"2: undead allies in the aura gain regeneration 5 and a +2 bonus to saving throws. This aura ends when the skull of death’s command is destroyed."}],powers:[{id:"56276109-1a72-4382-8795-a07b9a883597",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d8 + 2 damage plus 1d6 necrotic damage.",damage:"1d8 + 2 damage plus 1d6 necrotic damage",category:1},{id:"b9992dc4-2529-48d8-b777-eeea877de93f",name:"Skull of Bonechilling Fear",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fear",condition:"(1/round)",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"1d6 + 3 cold damage, and the target is pushed 5 squares.",damage:"1d6 + 3 cold damage",category:3},{id:"c24dd08f-0fff-479c-a0ed-b52e91ac2cd3",name:"Skull of Death’s Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(1/round)",range:"Ranged 10",attack:null,description:"",details:"the skull lord restores a destroyed undead minion within range. The restored undead minion’s level must be no higher than the skull lord’s level + 2. The restored minion stands in the space where it fell (or in any adjacent space, if that space is occupied) as a free action, has full normal hit points, and can take actions (as normal) on its next turn.",damage:"The restored undead minion’s level must be no higher than the skull lord’s level + 2",category:3},{id:"86f0841a-5eb8-4317-80d1-96f629c6d4e9",name:"Skull of Withering Flame",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(1/round)",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6 + 3 fire and necrotic damage.",damage:"2d6 + 3 fire and necrotic damage",category:3},{id:"50ec619c-4cd0-4579-ba24-c25a16a9fdda",name:"Triple Skulls",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When a skull lord is reduced to 0 hit points, one of its skulls (determined randomly from the three listed above) is destroyed, and it loses the ability to use that power. If the creature has any skulls remaining, it instantly heals to full hit points (40 hit points). When all three skulls are destroyed, the skull lord is destroyed as well.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A skull lord is almost always found with several lesser undead close by, especially skeleton and/or zombie minions. It avoid melee combat, preferring to use all three of its skulls in a given round."},{id:"5e1c3f6c-acce-4e04-9146-64f2d3a32932",name:"Slaad Tadpole",details:"",size:1,origin:1,type:1,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"4",alignment:"Chaotic Evil",languages:"--",skills:"Perception +6, Stealth +8",equipment:"",category:"",strength:{score:6},constitution:{score:8},dexterity:{score:12},intelligence:{score:3},wisdom:{score:9},charisma:{score:7},hp:44,initiative:7,ac:21,fortitude:18,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"c7de2aa7-4766-4b21-b35f-953ef649b61d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 damage, and the slaad tadpole becomes insubstantial until the start of its next turn.",damage:"1d8 damage",category:1},{id:"def0343a-d85b-4e12-ba70-73cf63dc6b50",name:"Chaos Shift",action:{action:5,trigger:"when attacked by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaad tadpole shifts 2 squares.",damage:"The slaad tadpole shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A slaad tadpole avoids combat with creatures larger than itself. When cornered, it makes bite attacks. These attacks cause the creature to momentarily destabilize and become insubstantial. Both this and its chaos shift power are defense mechanisms that protect it against enemy attacks."},{id:"7ec47bd1-02b3-41bb-9f17-84f5228f4a8c",name:"Gray Slaad (Rift Slaad)",details:"",size:2,origin:1,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +13, Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:18},intelligence:{score:9},wisdom:{score:12},charisma:{score:14},hp:128,initiative:12,ac:27,fortitude:25,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"4628217b-bf9a-40d3-8976-c8ba498d168c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 2 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +16 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"2d8 + 2 damage",category:1},{id:"815adb52-22cd-4daa-b106-b7a486c923b5",name:"Condition Transfer",action:{action:5,trigger:"when hit by an attack that applies any conditions;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"conditions applied by the triggering attack affect the target instead of the slaad.",damage:"",category:5},{id:"ee84ef41-0618-40b5-8e2c-c7de7dfcc3b8",name:"Induce Planar Instability",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 3",attack:{bonus:16,defence:3},description:"",details:"1d8 + 2 damage, and the target shifts 3 squares and is knocked prone.",damage:"1d8 + 2 damage",category:1},{id:"afb768bb-44ef-483d-af2e-6693277d4dc0",name:"Planar Flux",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The slaad teleports 8 squares and becomes insubstantial until the end of its next turn.",damage:"The slaad teleports 8 squares and becomes insubstantial until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"The gray slaad teleports into a flanking position and attacks with its claws. It uses condition transfer and induce planar instability as circumstances dictate. When first bloodied, the slaad momentarily loses its grasp on reality, discorporating and then reforming in a new location."},{id:"c2351706-c978-4573-925e-37d3236ae1f1",name:"Red Slaad (Blood Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"8, teleport 4",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +15, Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:19},intelligence:{score:11},wisdom:{score:12},charisma:{score:15},hp:146,initiative:13,ac:29,fortitude:28,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"9825ad8a-85fa-41be-ae5d-c470596c1eb5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"ed288a75-9382-4211-ab61-d8f3c29be6d9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"1d6 + 3 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"1d6 + 3 damage",category:1},{id:"6988df60-014a-4ad7-903e-7cc6f6f1a58c",name:"Leaping Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"The slaad shifts 4 squares and makes two claw attacks.",details:"1d6 + 3 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar). If either claw attack hits, the target is marked until the end of the slaad’s next turn.",damage:"1d6 + 3 damage",category:1},{id:"0059fc04-0d03-4da2-9d3b-4fe9925fd55d",name:"Horrid Croak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 5",attack:{bonus:19,defence:1},description:"",details:"the target is immobilized until the end of the slaad’s next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"The red slaad springs into battle, using leaping pounce to attack two different targets if it can. It then uses horrid croak to immobilize enemies and makes bite attacks until it can make another leaping pounce."},{id:"a361e40d-65e4-4bae-9f92-6fcf5b5c3a39",name:"Blue Slaad (Talon Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:17,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 2",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +19, Perception +14, Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:11},hp:200,initiative:10,ac:29,fortitude:29,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"5c60f0b7-8b36-486f-b24c-1db99d15803c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d10 + 10 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"2d10 + 10 damage",category:1},{id:"d2005e57-10d5-4ed0-92bd-ac7a0f0f6db4",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d10 + 10 damage, and the target slides 2 squares and is knocked prone.",damage:"1d10 + 10 damage",category:1},{id:"f5417582-d43e-4dbb-be31-29c38b6c30d0",name:"Ravager’s Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied;",range:"Close Burst 2",attack:{bonus:20,defence:0},description:"The slaad rakes all enemies within its reach:",details:"1d10 + 10 damage, and the slaad gains 20 temporary hit points.",damage:"1d10 + 10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"This slaad wades into combat, slashing with its claws. If it is bloodied and within reach of three or more enemies, it uses ravager’s fury."},{id:"275dfa58-d2b0-4d11-b4af-dbb1ef10f5f4",name:"Green Slaad (Curse Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 6",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +17, Bluff +18, Intimidate +18, Perception +17, Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:14},intelligence:{score:15},wisdom:{score:17},charisma:{score:18},hp:173,initiative:11,ac:32,fortitude:30,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"c289c9f4-8ece-4bf2-a278-9931eae87c3c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"2d10 + 3 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +21 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"2d10 + 3 damage",category:1},{id:"3e2cc45b-b92b-4ac1-8f80-547ba1c19224",name:"Chaos Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"1d20 + 4 damage, and the target is dazed until the end of the slaad’s next turn.",damage:"1d20 + 4 damage",category:1},{id:"17c584b3-feef-412e-b11c-15afcbf12c7c",name:"Transpose Target",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"1d10 + 5 damage, and the target teleports 10 squares to an unoccupied space of the slaad’s choosing (and in its line of sight).",damage:"1d10 + 5 damage",category:1},{id:"4375c73f-ed52-44d8-a3e7-9af09ca12acb",name:"Croak of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 4; targets enemies",attack:{bonus:21,defence:1},description:"",details:"1d10 + 6 damage, and the target slides 4 squares.",damage:"1d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"This slaad prefers to attack enemies at range, confounding them with chaos bolt and using transpose target as often as it can to teleport enemies into the midst of its allies. When surrounded by multiple foes, it uses croak of chaos to knock them back."},{id:"047542eb-c80d-4474-9fc9-bb5f601f7be5",name:"Black Slaad (Void Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:20,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Primordial",skills:"Perception +14, Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:11},wisdom:{score:13},charisma:{score:17},hp:191,initiative:10,ac:32,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"9a14191c-8501-4a8d-9c68-38fab9bc216c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage, and ongoing 10 damage (save ends). Failed Save: The target loses a healing surge.",damage:"2d10 + 7 damage",category:1},{id:"752d4369-7d39-4a72-b6e3-501c0f7fd714",name:"Ray of Entropy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"2d10 + 3 damage, and the target is surrounded by a shroud of crackling energy (save ends). Any time the target takes damage, the shroud deals 1d10 damage to the target.",damage:"2d10 + 3 damage",category:1},{id:"f5aa4477-8bd4-41dd-bbc6-7af43486ae7a",name:"Zone of Oblivion",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Close Burst 2",attack:{bonus:18,defence:2},description:"",details:"2d10 + 6 damage. A black void fills the zone, blocking line of sight and dealing 2d10 + 6 damage to any creature that enters or starts its turn in the area. The zone lasts until the end of the encounter.",damage:"2d10 + 6 damage",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"The black slaad teleports from place to place, zapping foes with its ray of entropy or raking them with its claws."},{id:"23647cd7-b4d3-4289-86ad-eef097ff44aa",name:"Deathrattle Viper",details:"",size:2,origin:4,type:1,keywords:"reptile",level:5,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"4, climb 4",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:19},intelligence:{score:2},wisdom:{score:10},charisma:{score:14},hp:75,initiative:6,ac:17,fortitude:16,reflex:18,will:16,regeneration:null,auras:[{id:"0c96449a-0f7c-4278-a8c6-a9729ef44de1",name:"Death Rattle",keywords:"Fear",details:"2: enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"0759eef0-b119-415d-b71d-9e721b1979eb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage, and the deathrattle viper makes a secondary attack against the same target. Secondary Attack: +6 vs. Fortitude; 1d8 + 2 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6 + 4 damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A deathrattle viper spreads its bite attacks around and lets its venom do its work."},{id:"010db2db-7564-44cc-98ec-fc780d8005fd",name:"Crushgrip Constrictor",details:"",size:3,origin:4,type:1,keywords:"reptile",level:9,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, climb 6, swim 6",alignment:"Unaligned",languages:"--",skills:"Perception +12, Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:96,initiative:9,ac:25,fortitude:25,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"1e313219-0344-4345-ac75-7228f4a9aedf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d10 + 6 damage, and the target is grabbed (until escape).",damage:"1d10 + 6 damage",category:1},{id:"5c4e66f4-cec6-4768-8273-459d4bda07e0",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Affects a target the crushgrip constrictor has grabbed",attack:{bonus:13,defence:1},description:"",details:"2d6 + 12 damage, and the target is dazed until the end of the crushgrip constrictor’s next turn.",damage:"2d6 + 12 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This snake fearlessly singles out prey even in the middle of large groups. The crushgrip bites its chosen victim, grabs him, and then tries to squeeze him to death in subsequent rounds."},{id:"d2122a5d-4d7d-4a35-9c79-4de267c19bd2",name:"Flame Snake",details:"",size:2,origin:1,type:1,keywords:"fire, reptile",level:9,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:20},intelligence:{score:2},wisdom:{score:16},charisma:{score:10},hp:74,initiative:9,ac:23,fortitude:19,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"b3fe54f2-6c0b-4565-863d-46ec2907ddee",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 + 5 damage plus 1d6 fire damage.",damage:"1d6 + 5 damage plus 1d6 fire damage",category:1},{id:"8a9b95a0-cb49-4e37-b335-54a159525dd5",name:"Spit Fire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d6 + 5 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 5 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A flame snake instinctively tries to kill or incapacitate enemies at range, spitting fire at its prey. Only when its prey is badly burned does it slither in to kill with a bite."},{id:"d6e3f3c1-d7ec-4526-969d-b75aae4b650a",name:"Shadow Snake",details:"",size:3,origin:5,type:1,keywords:"reptile",level:16,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7, climb 7; see also shifting shadowstrike",alignment:"Evil",languages:"--",skills:"Perception +13, Stealth +20",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:25},intelligence:{score:4},wisdom:{score:10},charisma:{score:20},hp:158,initiative:17,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"f2189e4a-78a8-4deb-b071-74e46115eebe",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"5ea3c733-4992-4838-a1d2-7bb3fa652d4a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"The shadow snake makes two bite attacks and shifts 1 square before, between, or after the attacks.",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"9175f915-379a-4ab0-83f8-8a87f9d7498b",name:"Shifting Shadowstrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"The shadow snake shifts 7 squares and makes a bite attack against two different targets at any points during its move.",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"d266c92b-ef68-44d7-bc89-7a82c9090ff6",name:"Vanish into the Night",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow snake gains the insubstantial and phasing qualities, and is invisible in dim light, until the end of its next turn.",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A shadow snake prefers to surprise foes using its natural stealth and cover of darkness. When it strikes, it uses shifting shadowstrike to weave through the front lines of its enemies while making bite attacks. On subsequent rounds, it uses double attack and tries to poison as many enemies as possible. When hard-pressed, the snake uses vanish into the night to escape."},{id:"ccb0adce-034c-4052-ae18-1ae09d859f39",name:"Sorrowsworn Soulripper",details:"",size:2,origin:5,type:2,keywords:"",level:25,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"10; see also sorrow’s rush",alignment:"",languages:"",skills:"Insight +27, Perception +27, Stealth +30",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:36},intelligence:{score:18},wisdom:{score:31},charisma:{score:22},hp:236,initiative:27,ac:39,fortitude:35,reflex:39,will:36,regeneration:null,auras:[],powers:[{id:"c1892ddd-cb8a-41cd-909f-92ce835c751f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"2d8 + 7 plus 2d8 psychic damage. Combat Advantage: The sorrowsworn soulripper deals an extra 3d6 damage on attacks against any target it has combat advantage against.",damage:"2d8 + 7 plus 2d8 psychic damage",category:1},{id:"601d8b79-65ff-47a4-8f8c-47cdf1478a8e",name:"Flutter and Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Teleportation",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"The sorrowsworn soulripper teleports 10 squares and makes a claw attack, gaining combat advantage against its target.",details:"2d8 + 7 plus 2d8 psychic damage. Combat Advantage: The sorrowsworn soulripper deals an extra 3d6 damage on attacks against any target it has combat advantage against.",damage:"2d8 + 7 plus 2d8 psychic damage",category:1},{id:"c0af01d3-2e4c-4e9e-a964-0d5a016af40c",name:"Sorrow’s Rush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"The sorrowsworn soulripper moves up to 10 squares and makes three claw attacks at any points during its move. Each attack must be made against a different target.",details:"2d8 + 7 plus 2d8 psychic damage. Combat Advantage: The sorrowsworn soulripper deals an extra 3d6 damage on attacks against any target it has combat advantage against.",damage:"2d8 + 7 plus 2d8 psychic damage",category:1},{id:"6558c129-d816-48da-a959-9e75dfe8a3b5",name:"Bleak Visage",action:null,keywords:"Fear",condition:"",range:"Melee and ranged attacks made against the sorrowsworn soulripper take a –2 penalty to the attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"711bb1b8-b6f3-422a-9c52-b724eba2322b",name:"Sorrowsworn Reaper",details:"",size:2,origin:5,type:2,keywords:"",level:27,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Insight +24, Intimidate +26, Perception +24",equipment:"robes, scythe",category:"",strength:{score:26},constitution:{score:30},dexterity:{score:32},intelligence:{score:18},wisdom:{score:22},charisma:{score:26},hp:254,initiative:26,ac:41,fortitude:38,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"677a06ed-48f7-4b58-b2f3-27f50c7a2c77",name:"Sorrow’s Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:32,defence:0},description:"",details:"4d10 + 8 psychic damage, and the target is marked until the end of the sorrowsworn reaper’s next turn.",damage:"4d10 + 8 psychic damage",category:1},{id:"159a23dc-cb83-4753-baf7-9e0a4ea6b95f",name:"Reaping Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Psychic",condition:"requires scythe;",range:"Melee Weapon",attack:{bonus:32,defence:0},description:"",details:"4d10 + 24 psychic damage, and the target is marked until the end of the sorrowsworn reaper’s next turn. If the target is reduced to 0 hit points or fewer by this attack, the sorrowsworn reaper regains 60 hit points.",damage:"4d10 + 24 psychic damage",category:1},{id:"6bce17dd-ebe2-4964-81a0-d0044b4127eb",name:"Bleak Visage",action:null,keywords:"Fear",condition:"",range:"Melee and ranged attacks made against the sorrowsworn reaper take a –2 penalty to the attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A reaper likes to focus on one enemy at a time, striking with its scythe. It waits until its victim is bloodied before using reaping blow."},{id:"11c8a567-7958-45b3-b893-2b7cf6f7db8a",name:"Sorrowsworn Deathlord",details:"",size:3,origin:5,type:2,keywords:"",level:28,role:{type:4,flag:0,leader:!0},senses:"darkvision",movement:"8, fly 10 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Insight +26, Perception +26, Stealth +32",equipment:"robes, scythe",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:36},intelligence:{score:24},wisdom:{score:24},charisma:{score:30},hp:204,initiative:31,ac:42,fortitude:38,reflex:41,will:38,regeneration:null,auras:[{id:"fd411af6-162c-473f-89df-1694ed350714",name:"Mournful Whispers",keywords:"",details:"1: any enemy that starts its turn in the aura is dazed until the start of its next turn."}],powers:[{id:"3dd0edfc-2a4c-4aae-aed0-a3084d912af0",name:"Dark Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic, Weapon",condition:"",range:"Reach 2",attack:{bonus:32,defence:0},description:"",details:"4d10 + 9 necrotic and psychic damage, and the target is weakened until the end of the sorrowsworn deathlord’s next turn.",damage:"4d10 + 9 necrotic and psychic damage",category:1},{id:"164f8ef8-91f8-46cd-baef-5b55df175d52",name:"Reap and Fade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Psychic, Teleportation, Weapon",condition:"",range:"Reach 2",attack:{bonus:32,defence:0},description:"The sorrowsworn deathlord makes a dark scythe attack, teleports 10 squares, and turns insubstantial until the start of its next turn.",details:"4d10 + 9 necrotic and psychic damage, and the target is weakened until the end of the sorrowsworn deathlord’s next turn.",damage:"4d10 + 9 necrotic and psychic damage",category:1},{id:"fa47cf67-a0e8-4b2b-b068-d172c184b5bd",name:"Bleak Visage",action:null,keywords:"Fear",condition:"",range:"Melee and ranged attacks made against the sorrowsworn deathlord take a –2 penalty to the attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A deathlord favors hit-and-run tactics, phasing in and out of walls between attacks. It uses reap and fade as often as it can, striking with its scythe and then teleporting to a more advantageous position."},{id:"324aefbc-1ea1-4853-b82c-05af7e5416d3",name:"Shadowraven Swarm",details:"",size:2,origin:5,type:1,keywords:"swarm",level:27,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 12 (hover)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:24},intelligence:{score:2},wisdom:{score:12},charisma:{score:18},hp:296,initiative:20,ac:39,fortitude:37,reflex:39,will:36,regeneration:null,auras:[{id:"1d85d843-f964-4745-a0e6-061edd5b8d71",name:"Swarm Attack",keywords:"",details:"1: the shadowraven swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"78f2a046-e49b-4411-aaae-cfde16fb07d4",name:"Swarm of Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:30,defence:2},description:"",details:"2d8 + 4 damage plus 1d8 necrotic damage.",damage:"2d8 + 4 damage plus 1d8 necrotic damage",category:1},{id:"587b17e5-2161-4244-ba8c-ceff0686924c",name:"Murder’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"usable only while bloodied;",range:"Melee",attack:{bonus:30,defence:2},description:"The shadowraven swarm shifts up to 6 squares and can move through enemy-occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The swarm cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",details:"2d8 + 4 damage plus 1d8 necrotic damage.",damage:"2d8 + 4 damage plus 1d8 necrotic damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Shadowravens without a sorrowsworn to command them behave much like normal crows. They only gather in swarms when commanded to do so by their sorrowsworn masters, attacking their masters’ foes without mercy. Once bloodied, a shadowraven swarm uses murder’s wrath to cut a swath through its enemies."},{id:"5479aad0-e9c2-4822-9a93-5cbaba00ec75",name:"Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:4,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +6, Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:30,initiative:8,ac:16,fortitude:16,reflex:16,will:17,regeneration:null,auras:[{id:"25f4b2d0-fb13-40e4-9b28-6cdf7a7fbc5c",name:"Spectral Chill",keywords:"Cold",details:"1: enemies in the aura take a –2 penalty to all defenses."}],powers:[{id:"04210c4f-6931-4e34-baa1-60f113e2fdc2",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:7,defence:2},description:"",details:"1d6 + 2 necrotic damage.",damage:"1d6 + 2 necrotic damage",category:1},{id:"d8d41e30-71cf-4a31-b844-b77119779f3f",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close Burst 2; targets enemies",attack:{bonus:7,defence:3},description:"",details:"2d6 + 2 psychic damage, and the target is knocked prone.",damage:"2d6 + 2 psychic damage",category:1},{id:"ea37dbde-db42-4f2f-91a4-49d1fbb353fd",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A specter moves invisibly among its enemies and catches as many of them as possible with its spectral barrage. Until the power recharges, it uses hit-and-run tactics combined with its spectral touch."},{id:"1f11c25c-5356-4280-b101-9a9d7a38a276",name:"Voidsoul Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:23,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +16, Stealth +24",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:26},intelligence:{score:11},wisdom:{score:10},charisma:{score:23},hp:115,initiative:23,ac:35,fortitude:32,reflex:35,will:34,regeneration:null,auras:[{id:"d37d3941-8b12-40fc-804e-ba1b3badf8d0",name:"Spectral Cold",keywords:"Cold",details:"1: an enemy that starts its turn in the aura takes 10 cold damage and takes a –2 penalty to all defenses until the start of its next turn."}],powers:[{id:"47871da3-3506-4867-a642-e952012e873b",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:25,defence:2},description:"",details:"2d12 + 6 necrotic damage.",damage:"2d12 + 6 necrotic damage",category:1},{id:"a7398df7-77ec-40d1-9258-8ab5415a2c7c",name:"Life Siphon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close Blast 5",attack:{bonus:25,defence:1},description:"",details:"2d12 + 6 necrotic damage, and the voidsoul specter regains 5 hit points for every creature damaged by the attack.",damage:"2d12 + 6 necrotic damage",category:1},{id:"2e713bb4-6458-4cd9-be21-c69e32912d0b",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"(1/round)",range:"",attack:null,description:"",details:"The voidsoul specter becomes invisible until it attacks or until it is hit by an attack. It remains invisible while using life siphon.",damage:"",category:3}],damageModifiers:[{type:7,value:0},{type:6,value:-30},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"The voidsoul specter sneaks up on its enemies and uses spectral touch round after round until it’s taken 25 or more points of damage, at which point it uses life siphon. If badly wounded, a voidsoul specter uses invisibility to relocate to a more advantageous tactical position."},{id:"0f969cff-611c-41e2-9e4a-1515c1f26365",name:"Sphinx",details:"",size:3,origin:3,type:3,keywords:"",level:16,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"6, fly 8 (clumsy), overland flight 10",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +16, History +16, Insight +17, Intimidate +16, Perception +17, Religion +16",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:15},intelligence:{score:16},wisdom:{score:19},charisma:{score:16},hp:304,initiative:12,ac:35,fortitude:33,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"c08e83be-caec-41e1-b77b-80dc2dc87260",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"(see also sphinx’s challenge); 2d10 + 5 damage, and the target is marked until the end of the sphinx’s next turn.",damage:"2d10 + 5 damage",category:1},{id:"0eb35e30-1da6-4c46-9397-f49a8bbd906f",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"The sphinx moves up to 6 squares and makes a claw attack.",details:"(see also sphinx’s challenge); 2d10 + 5 damage, and the target is marked until the end of the sphinx’s next turn. If the attack hits, the target is knocked prone.",damage:"2d10 + 5 damage",category:1},{id:"470f9489-e809-475a-b23b-177921a74dd7",name:"Frightful Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"Close Burst 10",attack:{bonus:19,defence:3},description:"",details:"(see also sphinx’s challenge); the target takes a –2 penalty to attack rolls (save ends).",damage:"",category:3},{id:"74ca468d-6040-41f3-af32-d2c1a986501f",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The sphinx spends a healing surge and regains 75 hit points. The sphinx gains a +2 bonus to all defenses until the start of its next turn.",damage:"The sphinx spends a healing surge and regains 75 hit points",category:1},{id:"53de65e7-4bec-487a-818c-2b09cfcc14e3",name:"Sphinx’s Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sphinx poses a challenge out of combat (see sidebar). If the challenged creatures refuse to answer or fail to answer correctly, the sphinx gains the following benefits until the end of the encounter: +1 action point, an extra use of second wind, a +2 bonus to attack rolls, and a +2 bonus to all defenses.",damage:"+1 action point",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A sphinx greets intruders with its sphinx’s challenge before combat begins. If the intruders attack without provocation, or if they refuse or fail the challenge, the sphinx attacks them. A sphinx’s challenge usually requires intruders to answer a riddle, prove their ancestry, unravel a philosophical or theological puzzle, or simply cite an ancient password or holy verse. If intruders pass the sphinx’s challenge, the sphinx is bound to let them pass unharmed—at least for the moment. Intruders who damage or rob the guarded site (or otherwise prove their unworthiness) lose the protection of the ancient ritual binding the sphinx, and the monster is obligated to attack them. Once combat begins, a sphinx uses its frightful roar, targeting as many intruders as possible. It then fights a mobile battle, flying and pouncing as opportunity allows. It uses its second wind when bloodied."},{id:"cfe139e7-627b-45d5-bab4-153b66d948dc",name:"Deathjump Spider",details:"",size:2,origin:4,type:1,keywords:"spider",level:4,role:{type:6,flag:0,leader:!1},senses:"tremorsense 5",movement:"6, climb 6 (spider climb); see also prodigious leap",alignment:"Unaligned",languages:"--",skills:"Athletics +10 (+20 when jumping), Perception +9, Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:1},wisdom:{score:14},charisma:{score:8},hp:55,initiative:8,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"9acec088-ed3b-4a6d-931e-8d5e2e564df5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"2d6 + 3 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"2d6 + 3 damage",category:1},{id:"b792e8ea-4f31-4001-b6ce-c427ba1f5b25",name:"Death From Above",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"The deathjump spider leaps at its prey, shifting 6 squares and making a bite attack.",details:"2d6 + 3 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). On a hit, it deals an extra 1d6 damage and also knocks the target prone.",damage:"2d6 + 3 damage",category:1},{id:"02351c7f-bc5b-4f8c-959a-176ec7f354cf",name:"Prodigious Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deathjump spider shifts 10 squares.",damage:"The deathjump spider shifts 10 squares",category:2},{id:"1d323bc1-fac2-4df3-8458-b2c5877cf5ba",name:"Soft Fall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The deathjump spider ignores the fi rst 30 feet when determining damage from a fall.",damage:"the deathjump spider ignores the fi rst 30 feet when determining damage from a fall",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:"A deathjump spider often waits in ambush, hiding in a large tree or dark crevice, or under a thin layer of dirt and leaves resembling a trap door. It attacks by leaping at on prey using death from above. Once bloodied, it uses prodigious leap to make its escape."},{id:"fe9fe4dd-c6ba-448b-95bc-3c587644d19b",name:"Bloodweb Spider Swarm",details:"",size:2,origin:4,type:1,keywords:"spider, swarm",level:7,role:{type:7,flag:0,leader:!1},senses:"tremorsense 5",movement:"4, climb 4 (spider climb)",alignment:"Unaligned",languages:"--",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:24},intelligence:{score:1},wisdom:{score:16},charisma:{score:8},hp:80,initiative:12,ac:21,fortitude:16,reflex:20,will:16,regeneration:null,auras:[{id:"43ff5e50-cd11-429a-8386-a19e252926a1",name:"Swarm Attack",keywords:"",details:"1: the bloodweb spider swarm makes a basic attack as a free action against each enemy that begins its turn in the aura. In addition, an enemy that enters or starts its turn in the aura is slowed (save ends) by strands of crimson webbing."}],powers:[{id:"584767a6-08c9-4193-ad3d-6aea1d895f2e",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:10,defence:2},description:"",details:"2d6 + 2 damage, and ongoing 5 poison damage (save ends).",damage:"2d6 + 2 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Bloodweb spiders simply move toward the nearest living thing and swarm it. They usually avoid targets that are protected by dangerous auras."},{id:"b86969e7-18ac-4ed6-bee7-475418fb79a6",name:"Blade Spider",details:"",size:3,origin:4,type:1,keywords:"mount, spider",level:10,role:{type:2,flag:0,leader:!1},senses:"tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"--",skills:"Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:18},intelligence:{score:1},wisdom:{score:15},charisma:{score:10},hp:130,initiative:9,ac:22,fortitude:21,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"43336e78-3208-4b17-9573-e640ef9e8aa7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d8 + 5 damage, and the target takes ongoing 5 poison damage and is weakened (save ends both).",damage:"1d8 + 5 damage",category:1},{id:"7ef9e0f1-c02a-4dca-ade9-8f6a2dae072f",name:"Combined Attack",action:{action:7,trigger:"while mounted by a friendly rider of 10th level or higher;",sustainAction:0,use:0,recharge:""},keywords:"Mount, Poison",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"When the blade spider’s rider makes a melee attack, the blade spider makes a claw attack as a free action against the same target.",details:"1d8 + 5 damage. If the claw attack hits, instead of its normal effect, the attack deals ongoing 10 poison damage (save ends).",damage:"1d8 + 5 damage",category:5},{id:"7ea70082-470d-458f-a803-eaf3c5e1b1f7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"The blade spider makes two claw attacks.",details:"1d8 + 5 damage, and the target takes ongoing 5 poison damage and is weakened (save ends both).",damage:"1d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Blade spiders lurk in crevices, pits, or bolt-holes in cavern floors or hidden under thick foliage. They attack with a sudden rush from below."},{id:"8f2e9890-89a1-46e7-8c2d-bf7d497cc850",name:"Demonweb Terror",details:"",size:4,origin:1,type:1,keywords:"spider",level:14,role:{type:3,flag:1,leader:!1},senses:"tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +13, Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:20},intelligence:{score:8},wisdom:{score:12},charisma:{score:16},hp:296,initiative:12,ac:30,fortitude:30,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"383aa5d8-de20-4d05-a918-9b4c474e6ea8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d10 + 7 damage, and the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d10 + 7 damage",category:1},{id:"e8441a84-e831-40ca-a012-26e61704c2cf",name:"Web",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"dc407593-64ec-4a08-97b0-4553d093119b",name:"Poison Spray",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:1},description:"",details:"the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"the target takes ongoing 10 poison damage and is slowed (save ends both)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The demonweb terror uses webs to keep its prey entangled and immobilized while it navigates the battlefield and makes bite attacks. If it manages to kill something, it’s not above grabbing its slain victim and fleeing the battle to feast on its prize."},{id:"d4eab7e3-fe0c-47d1-8ff2-486fde2f891a",name:"Stirge",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"--",skills:"Stealth +8",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:22,initiative:7,ac:15,fortitude:12,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"7eb7eeb2-180e-4c7f-9914-2f51473142cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d4 damage, and the target is grabbed (until escape) and takes ongoing 5 damage until it escapes. An attached stirge doesn’t make attack rolls while grabbing a target and gains a +5 bonus to its AC and Reflex defenses.",damage:"1d4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A stirge or dire stirge attaches to its prey, feasts until it is bloodied or until its victim is reduced to 0 hit points, and then flies away."},{id:"c4fc2e11-64cc-4109-ad95-a5e440d3a46d",name:"Dire Stirge",details:"",size:1,origin:4,type:1,keywords:"",level:7,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"--",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:60,initiative:10,ac:21,fortitude:17,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"7eb7eeb2-180e-4c7f-9914-2f51473142cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 damage, and the target is grabbed (until escape) and takes ongoing 10 damage until it escapes. A dire stirge doesn’t make attack rolls while grabbing a target and gains a +5 bonus to its AC and Reflex defenses.",damage:"1d6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A stirge or dire stirge attaches to its prey, feasts until it is bloodied or until its victim is reduced to 0 hit points, and then flies away."},{id:"b710cca5-124d-44b3-9f83-4770ffc0e8da",name:"Stirge Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:12,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"--",skills:"Stealth +14",equipment:"",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:141,initiative:9,ac:24,fortitude:21,reflex:24,will:23,regeneration:null,auras:[{id:"10dd0abd-9641-4bcf-a068-606ef39f482d",name:"Swarm Attack",keywords:"",details:"1: the stirge swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"93b1f334-807d-4ccb-8e56-a1beca6a8dcd",name:"Bloodsucking Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"2d6 + 4 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 4 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Stirge swarms gave rise to the old dwarven saying: “I don’t have to outrun the stirges, I only have to outrun you.” A hungry swarm will chase its prey for miles, if need be."},{id:"084c3d93-bdc7-48f9-ac60-554b53852c05",name:"Swordwing",details:"",size:2,origin:0,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, fly 10 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Endurance +25, Perception +18, Stealth +24",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:234,initiative:21,ac:42,fortitude:40,reflex:38,will:32,regeneration:null,auras:[],powers:[{id:"677571c4-bd10-4799-ac09-8ed45765b3d1",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:30,defence:0},description:"",details:"(+32 vs. AC against a bloodied target); 2d6 + 9 damage (crit 2d6 + 21), and the target is marked until the end of the swordwing’s next turn; see also vicious opportunist. Vicious Opportunist: The swordwing’s opportunity attacks deal an extra 2d6 damage.",damage:"2d6 + 9 damage (crit 2d6 + 21)",category:1},{id:"b414fa9f-7498-4b8a-bf93-d7cd8bbf1615",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:30,defence:0},description:"The swordwing makes a melee basic attack against the enemy.",details:"(+32 vs. AC against a bloodied target); 2d6 + 9 damage (crit 2d6 + 21), and the target is marked until the end of the swordwing’s next turn. The attack deals an extra 2d6 damage if it hits.",damage:"2d6 + 9 damage (crit 2d6 + 21)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A swordwing swoops into battle and hacks enemies to pieces with its armblade, using its sudden strike power against those that try to shift away. The creature is incensed by the blood of its enemies and attacks bloodied foes with greater accuracy."},{id:"59b74757-22fc-4fd5-87f3-0699426be93d",name:"Crownwing",details:"",size:3,origin:0,type:2,keywords:"",level:26,role:{type:6,flag:0,leader:!0},senses:"low-light vision",movement:"6, fly 10 (hover); see also flyby attack",alignment:"Evil",languages:"Deep Speech",skills:"Arcana +22, Endurance +24, Intimidate +21, Perception +20, Stealth +27",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:28},intelligence:{score:18},wisdom:{score:15},charisma:{score:16},hp:238,initiative:24,ac:40,fortitude:36,reflex:38,will:32,regeneration:null,auras:[],powers:[{id:"cc9e5da8-286e-44db-88e0-739071d06c64",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:31,defence:0},description:"",details:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target.",damage:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target",category:1},{id:"0a5799f8-7fac-4ed4-919c-fae1159a697a",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:31,defence:0},description:"The crownwing fl es up to 10 squares and makes one melee basic attack at any point during that movement. The crownwing doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target.",damage:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target",category:1},{id:"d230322b-001c-47f1-8cc3-2bec79910ddb",name:"Mark of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"allies gain a +2 bonus to attack rolls and deal +10 damage against the target.",damage:"allies gain a +2 bonus to attack rolls and deal +10 damage against the target",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The crownwing places its mark of death upon the foe it perceives as the most dangerous, then orders its underlings to attack that target while it takes out weaker prey using its armblade and flyby attack power."},{id:"5cd1def0-234b-496c-be36-32798933c5d3",name:"Tiefling Heretic",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Bluff +15, Insight +11, Stealth +15",equipment:"dagger",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:60,initiative:8,ac:20,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"ccf3c21a-1ebe-4301-b2b0-47fc46284f95",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"(+11 vs. AC against a bloodied target); 1d4 + 2 damage.",damage:"1d4 + 2 damage",category:1},{id:"5329be6a-7cf9-4f05-8c0f-047cc025475d",name:"Balefire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"(+10 vs. Reflex against a bloodied target); 1d8 + 5 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 5 fire damage",category:1},{id:"95e647f2-3bb8-47b5-8056-80ff410a8516",name:"Serpent Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"illusory snakes appear and attack the target;",details:"(+10 vs. Will against a bloodied target); 1d6 + 5 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"1d6 + 5 psychic damage",category:1},{id:"530cda11-3e24-4f52-b822-c929971ca180",name:"Cloak of Escape ",action:{action:4,trigger:"when the tiefling heretic is hit by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The tiefling heretic teleports 5 squares.",damage:"The tiefling heretic teleports 5 squares",category:5},{id:"56f93a5e-de7a-4ee4-a0d4-2228392a173d",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling heretic gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling heretic’s last turn. If the attack hits and deals damage, the tiefling heretic deals an extra 5 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:"The tiefling heretic targets a potent foe with its serpent curse power, and then hurls balefire round after round. It avoids melee combat using its cloak of escape power."},{id:"9ed3de76-79a1-4579-8489-e3e343ad94be",name:"Tiefling Darkblade",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also cloak of lurking",alignment:"Any",languages:"Common",skills:"Bluff +13, Stealth +15",equipment:"leather armor, poisoned short sword",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:20},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:64,initiative:12,ac:20,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"0a182f3d-3e87-4b50-9ab9-667beb2fc884",name:"Poisoned Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"(+13 vs. AC against a bloodied target); 1d6 + 5 damage, and the tiefling darkblade makes a secondary attack against the same target. Secondary Attack: +10 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d6 + 5 damage",category:1},{id:"c4b4273f-2ff6-42e8-93cb-e52914c96864",name:"Cloak of Lurking",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The tiefling darkblade teleports 5 squares and becomes invisible until the end of its next turn.",damage:"The tiefling darkblade teleports 5 squares and becomes invisible until the end of its next turn",category:2},{id:"8ca3ab1f-25c5-4ead-985b-2d92e9af4785",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling darkblade gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling darkblade’s last turn. If the attack hits and deals damage, the tiefling darkblade deals an extra 3 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-12}],resist:"",vulnerable:"",immune:"",tactics:"A tiefling darkblade remains hidden long enough to coat its blade with infernal venom. It uses cloak of lurking at opportune times to gain combat advantage."},{id:"b6d8d88d-02be-447c-9829-fa6e30381a36",name:"Treant",details:"",size:4,origin:2,type:3,keywords:"plant",level:16,role:{type:3,flag:1,leader:!1},senses:"low-light vision",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Nature +20, Stealth +14",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:12},intelligence:{score:14},wisdom:{score:24},charisma:{score:12},hp:316,initiative:9,ac:32,fortitude:32,reflex:27,will:32,regeneration:null,auras:[{id:"adcba687-5c3c-419e-b18b-fc51d18e7df3",name:"Grasping Roots",keywords:"",details:"3: nonflying enemies treat the area within the aura as difficult terrain."}],powers:[{id:"d9dc0945-51bc-4bd8-a074-61f6e839bf4b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:21,defence:0},description:"",details:"1d10 + 7 damage.",damage:"1d10 + 7 damage",category:1},{id:"9d33c5fa-71cd-4842-82a1-ce58bb5a5d26",name:"Awaken Forest",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 3 within 10",attack:{bonus:21,defence:0},description:"trees come alive and attack the treant’s enemies within the zone;",details:"1d10 + 7 damage. The treant makes new attack rolls when it sustains the zone.",damage:"1d10 + 7 damage",category:1},{id:"2202db24-d5cf-4f32-9986-3d71de68c7b7",name:"Earthshaking Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:19,defence:1},description:"",details:"2d6 + 7 damage, and the target is knocked prone if it’s Medium or smaller. Miss: Half damage, and the target is not knocked prone.",damage:"2d6 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"Fire (a treant takes ongoing 5 fire damage [save ends] when damaged by fire)",immune:"",tactics:"A treant uses awaken forest at the start of battle and spends a minor action on subsequent rounds to sustain it. Meanwhile, it makes slam attacks. If surrounded by multiple melee combatants, the treant uses earthshaking stomp."},{id:"a519254d-c144-40da-bb31-4380f2785d56",name:"Blackroot Treant",details:"",size:4,origin:2,type:3,keywords:"plant, undead",level:19,role:{type:7,flag:1,leader:!1},senses:"low-light vision",movement:"6 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Nature +18, Stealth +16",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:368,initiative:13,ac:36,fortitude:34,reflex:29,will:32,regeneration:null,auras:[{id:"fdebe33f-76ce-4148-8054-a5837acf5404",name:"Blackroot Aura",keywords:"Healing, Necrotic",details:"2: enemies in the aura at the start of their turns take 10 necrotic damage, while undead allies in the aura at the start of their turns regain 10 hit points."}],powers:[{id:"4a805239-e2c8-4422-b468-02ceeb3964d9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 3",attack:{bonus:25,defence:0},description:"",details:"1d12 + 8 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d12 + 8 damage",category:1},{id:"3483c26b-34f1-4e66-b974-7c4a60cc694a",name:"Entangling Roots",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:23,defence:2},description:"",details:"the target is knocked prone and restrained (save ends). If the blackroot treant moves, slides, or is pushed more than 4 squares from the target, the target is no longer restrained.",damage:"or is pushed more than 4 squares from the target",category:3}],damageModifiers:[],resist:"",vulnerable:"fire (a blackroot treant takes ongoing 5 fire damage [save ends] when damaged by fire",immune:"",tactics:"A blackroot treant uses entangling roots up to three times per round. It then makes slam attacks against creatures it has restrained."},{id:"3bc93976-324b-431d-9aba-c1354b56d00c",name:"Troglodyte Warrior",details:"",size:2,origin:4,type:2,keywords:"reptile",level:12,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +14, Endurance +13, Perception +5",equipment:"light shield, club",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:8},hp:1,initiative:6,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[{id:"74765c25-99de-4de3-9f09-bcd576be0a3e",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"1f9e107a-17e2-4e31-8f58-86a914811509",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte warrior pounds enemies with its club and relies on its horrid stench for added protection."},{id:"0aaf96b3-9c15-4aed-96c5-1ed0667fba92",name:"Troglodyte Mauler",details:"",size:2,origin:4,type:2,keywords:"reptile",level:6,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +12, Endurance +12",equipment:"greatclub, 2 javelins",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:6},wisdom:{score:15},charisma:{score:8},hp:74,initiative:6,ac:22,fortitude:21,reflex:18,will:19,regeneration:null,auras:[{id:"1efe2caf-78b4-4d3a-87ec-021101d1f197",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"940041ee-92c3-4a68-a05d-d69a9c4ad164",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"2d4 + 4 damage, and the target is marked until the end of the troglodyte mauler’s next turn.",damage:"2d4 + 4 damage",category:1},{id:"259eb7a9-3452-4df8-aa4b-b199f537aeb1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"7c9f14e3-bfe1-4e81-abf9-609fd0b30ab7",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round); requires combat advantage;",range:"Melee",attack:{bonus:10,defence:1},description:"",details:"1d6 + 4 damage, and until the end of the troglodyte mauler’s next turn, healing on the target restores only half the total amount.",damage:"1d6 + 4 damage",category:3},{id:"56df7912-fe61-485f-ac88-4627b5398038",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte mauler bludgeons foes to death with its stone greatclub and tries to flank enemies so that it can make bite attacks."},{id:"36bfd163-750a-4644-8f54-d9d4f63bc2bc",name:"Troglodyte Impaler",details:"",size:2,origin:4,type:2,keywords:"reptile",level:7,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +12, Endurance +13, Perception +9",equipment:"spear, quiver of 6 javelins",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:14},intelligence:{score:7},wisdom:{score:13},charisma:{score:9},hp:69,initiative:5,ac:22,fortitude:22,reflex:19,will:18,regeneration:null,auras:[{id:"3a93d17a-5d15-4ab2-a3d0-25bbfc0ab021",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"c49f7875-5ca7-4d84-9669-2410c566462f",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"01444509-fac8-4c6b-af0d-33f55d7052fc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"1aecf384-f09f-4ff6-8af2-3b0dd991ed6e",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"f259b206-c563-466f-a403-c7376d601dab",name:"Impaling Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Weapon",condition:"requires javelin;",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"2d6 + 4 damage, and the troglodyte impaler makes a secondary attack against the same target. Secondary Attack: +10 vs. Fortitude; the target is restrained (save ends).",damage:"2d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte impaler stays on the fringe of battle and hurls javelins at enemies, using impaling shot as often as it can. If it runs out of javelins, or if enemies enter melee range, it switches to its spear."},{id:"c363c873-1ec2-4ee1-a893-b833657bec5b",name:"Troglodyte Curse Chanter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Dungeoneering +13, Endurance +14, Perception +13, Religion +9",equipment:"robes, quarterstaff , skull mask",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:12},intelligence:{score:10},wisdom:{score:18},charisma:{score:14},hp:93,initiative:5,ac:23,fortitude:22,reflex:17,will:22,regeneration:null,auras:[{id:"bfb85c91-bbe3-4dd6-be95-54444fc4b01c",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"579566ee-2a8b-4374-9697-0642994678c9",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"6dab3307-4f3b-482f-a397-ea73ea2f70b7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d4 + 2 damage.",damage:"1d4 + 2 damage",category:1},{id:"108f0594-1b75-438d-a0a8-8a6d126fcd23",name:"Poison Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"1d6 + 5 poison damage, and the target is weakened (save ends).",damage:"1d6 + 5 poison damage",category:1},{id:"454858a6-cf0b-4c1f-b693-2f755e40ae91",name:"Cavern Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:11,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"the target takes ongoing 5 necrotic damage and is slowed (save ends both)",category:1},{id:"3e1ea30f-e47e-42c0-aaf0-fe7126f554ed",name:"Tunnel Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"(1/round)",range:"Close Burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn",category:3},{id:"7f66e3da-08da-4eeb-a79d-1a2c9a2d1af8",name:"Chant of Renewal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close Burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte curse chanter uses tunnel grace to grant its allies a sudden burst of speed while targeting foes with its poison ray and cavern curse. The curse chanter keeps its distance and waits until two or more of its fellows are bloodied before using chant of renewal."},{id:"a794d35d-68c9-4423-9dc6-a6ec6116c625",name:"Troll",details:"",size:3,origin:4,type:2,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +15, Endurance +14, Perception +11",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:100,initiative:7,ac:20,fortitude:21,reflex:18,will:17,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"8acded01-4ffa-4f30-8350-431e1f129fc0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"2d6 + 6 damage; see also frenzied strike.",damage:"2d6 + 6 damage",category:1},{id:"f376b041-b767-4d6b-b356-c986f24a5dd2",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodies an ally;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"The troll makes a claw attack.",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:5},{id:"cf139c27-858e-4fc8-87c4-3521da92eeb0",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troll wades into the midst of its enemies, relying on regeneration to keep it alive. Trolls are not clever, and they usually attack whichever enemy last did the most harm. Trolls fight to the death, except when confronted by enemies using fire or acid. Trolls usually try to flee from such foes once bloodied."},{id:"72ce47a5-3875-4e4d-8f9a-2d45aeb9671f",name:"War Troll",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"7",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +17, Endurance +15, Perception +15",equipment:"plate armor, greatsword, longbow, quiver of 30 arrows",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:110,initiative:12,ac:30,fortitude:29,reflex:25,will:25,regeneration:{value:10,details:"if the war troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"0132af67-d51e-4b6f-9130-d0cf8e2c68ec",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 7 damage, and the target is marked until the end of the war troll’s next turn. Threatening Reach: The war troll can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d12 + 7 damage",category:1},{id:"8acded01-4ffa-4f30-8350-431e1f129fc0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d6 + 7 damage. Threatening Reach: The war troll can make opportunity attacks against all enemies within its reach (2 squares).",damage:"2d6 + 7 damage",category:1},{id:"cf139c27-858e-4fc8-87c4-3521da92eeb0",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the war troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 15 hit points.",damage:"if the war troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0},{id:"fcaf749d-558e-413d-bfce-2300f7ecea58",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d12 + 3 damage.",damage:"1d12 + 3 damage",category:1},{id:"87eeaa89-ee41-40c3-a4f5-0098ac12a8e9",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires greatsword;",range:"Close Blast 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 7 damage, and the target is knocked prone.",damage:"1d12 + 7 damage",category:1},{id:"3b750e33-ccde-47a3-9395-fbf02a0bf8bb",name:"Blood Pursuit",action:{action:4,trigger:"when a bloodied enemy within 2 squares of the war troll moves or shifts;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The war troll shifts 1 square closer to the enemy.",damage:"The war troll shifts 1 square closer to the enemy",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"War trolls control the battlefield with their sweeping strike power and their threatening reach. They don’t like to give ground, using blood pursuit to keep after enemies that try to slink away. War trolls only make claw attacks when deprived of their swords."},{id:"c58536d5-4165-41f2-a707-ff4a43db1df5",name:"Fell Troll",details:"",size:4,origin:4,type:2,keywords:"",level:20,role:{type:2,flag:1,leader:!1},senses:"",movement:"10",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +22, Endurance +23, Perception +16",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:10},intelligence:{score:5},wisdom:{score:13},charisma:{score:7},hp:360,initiative:10,ac:32,fortitude:38,reflex:30,will:31,regeneration:{value:15,details:"if the fell troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"8acded01-4ffa-4f30-8350-431e1f129fc0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"2d10 + 7 damage; see also blood frenzy.",damage:"2d10 + 7 damage",category:1},{id:"bfeeb72a-0866-40a0-b808-3ec85cab6c80",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fell troll gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the fell troll gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0},{id:"cf139c27-858e-4fc8-87c4-3521da92eeb0",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the fell troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 20 hit points.",damage:"if the fell troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0},{id:"a69f3a68-36d4-49e3-8e53-2f33e5d84e69",name:"Backhand Slam",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Reach 3",attack:{bonus:21,defence:2},description:"",details:"2d6 + 7 damage, and the target is pushed 4 squares and knocked prone; see also blood frenzy.",damage:"2d6 + 7 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fell troll charges into battle, tearing foes apart with its claws and knocking them about with backhand slam attacks."},{id:"2ee2a055-efb8-4dc4-9f9a-17747ca1f049",name:"Umber Hulk",details:"",size:3,origin:4,type:3,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"darkvision, tremorsense 5",movement:"5, burrow 2 (tunneling)",alignment:"Unaligned",languages:"--",skills:"Perception +13",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:248,initiative:11,ac:30,fortitude:33,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"9e33b63b-6d45-4331-87b6-0c21d6e6a033",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"2d6 + 8 damage.",damage:"2d6 + 8 damage",category:1},{id:"33f50264-bba2-4b40-a563-a9a0d8f8c1fa",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"The umber hulk makes two claw attacks.",details:"2d6 + 8 damage. If both claw attacks hit the same target, the target is grabbed (until escape). A grabbed target takes ongoing 10 damage from the umber hulk’s mandibles until it escapes. The umber hulk cannot make any other attacks while grabbing a creature.",damage:"2d6 + 8 damage",category:1},{id:"9ad094fe-ffbe-40f1-8c03-08a69e375309",name:"Confusing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"(1/round)",range:"Close Blast 5; targets enemies",attack:{bonus:16,defence:3},description:"",details:"the target slides 5 squares and is dazed (save ends).",damage:"the target slides 5 squares and is dazed (save ends)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An umber hulk charges into battle and makes a basic attack against its nearest foe, and then spends its action point to make a grabbing double attack against the same target. It uses confusing gaze as often as it can to confound its enemies."},{id:"260ab74e-bc84-4271-8aec-363d058f237b",name:"Shadow Hulk",details:"",size:4,origin:5,type:3,keywords:"",level:17,role:{type:7,flag:2,leader:!1},senses:"darkvision, tremorsense 10",movement:"6, burrow 4 (tunneling); phasing",alignment:"Unaligned",languages:"--",skills:"Perception +16",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:13},hp:860,initiative:14,ac:35,fortitude:38,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"9e33b63b-6d45-4331-87b6-0c21d6e6a033",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"3d6 + 11 damage.",damage:"3d6 + 11 damage",category:1},{id:"33f50264-bba2-4b40-a563-a9a0d8f8c1fa",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"The shadow hulk makes two claw attacks.",details:"3d6 + 11 damage. If both claw attacks hit the same target, the target is grabbed (until escape). A grabbed target takes ongoing 15 damage from the shadow hulk’s mandibles until it escapes. The shadow hulk cannot make any other attacks while grabbing a creature.",damage:"3d6 + 11 damage",category:1},{id:"9ad094fe-ffbe-40f1-8c03-08a69e375309",name:"Maddening Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"(1/round)",range:"Close Blast 5; targets enemies",attack:{bonus:21,defence:3},description:"",details:"the target does nothing on its turn except attack its nearest ally, moving if necessary (save ends). The target makes only basic attacks while under this effect.",damage:"",category:3},{id:"8daaa370-b244-4808-be2d-dcfeb6264f02",name:"Claw Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"usable only while bloodied;",range:"Close Burst 3",attack:{bonus:23,defence:0},description:"",details:"3d6 + 11 damage.",damage:"3d6 + 11 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The shadow hulk often hides from view and uses its tremorsense to detect prey. It then phases through a wall or other obstruction and attacks with surprise, using its maddening gaze and grabbing double attack every round until it successfully grabs a creature with its mandibles."},{id:"1c3132d6-eafa-4da8-a931-2d219a32c1b1",name:"Unicorn",details:"",size:3,origin:2,type:3,keywords:"",level:9,role:{type:6,flag:0,leader:!0},senses:"low-light vision",movement:"8; see also fey step",alignment:"Unaligned",languages:"Elven",skills:"Nature +10, Perception +10",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:13},intelligence:{score:16},wisdom:{score:12},charisma:{score:17},hp:93,initiative:7,ac:23,fortitude:21,reflex:21,will:21,regeneration:null,auras:[{id:"98dec011-2570-4dea-b518-3243bdd93e00",name:"Fey Warding",keywords:"",details:"2: allies in the aura gain a +2 bonus to all defenses."}],powers:[{id:"9b14176c-c2f0-4d75-80d2-c93c3f1e82c4",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"ac671e75-ed5a-4843-95b7-4cdfdeeba527",name:"Piercing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The unicorn makes a charge attack:",details:"4d6 + 3 damage, and the target is pushed 1 square and knocked prone.",damage:"4d6 + 3 damage",category:1},{id:"c268b9e4-db40-44f1-ac7b-d9a492233ca7",name:"Horn Touch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"An adjacent ally can spend a healing surge or make a saving throw against one effect that a save can end.",damage:"",category:3},{id:"5708f5a0-bbfd-4ab1-8465-ba1f718baa23",name:"Fey Beguiling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when no creature is affected by the power;"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:12,defence:3},description:"",details:"the target cannot attack the unicorn, and the target must make opportunity attacks with a +2 bonus against any creature within reach that attacks the unicorn (save ends).",damage:"and the target must make opportunity attacks with a +2 bonus against any creature within reach that attacks the unicorn (save ends)",category:1},{id:"78e98071-b926-4839-ad67-8b11f3fd071b",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The unicorn can teleport 5 squares.",damage:"The unicorn can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A unicorn begins most encounters with a piercing charge. It then uses fey beguiling to prevent a nearby enemy from harming it while gaining a protector."},{id:"44e18b99-a076-4c3c-8404-381a88e25789",name:"Dusk Unicorn",details:"",size:3,origin:2,type:3,keywords:"",level:12,role:{type:3,flag:1,leader:!0},senses:"low-light vision",movement:"9; see also fey step",alignment:"Unaligned",languages:"Elven",skills:"Perception +12",equipment:"",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:17},wisdom:{score:13},charisma:{score:20},hp:236,initiative:8,ac:28,fortitude:28,reflex:26,will:28,regeneration:null,auras:[{id:"4d680876-7d99-4b7b-af19-c27fe967cfa5",name:"Fey Warding",keywords:"",details:"2: allies in the aura gain a +2 bonus to all defenses."}],powers:[{id:"9b14176c-c2f0-4d75-80d2-c93c3f1e82c4",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"ac671e75-ed5a-4843-95b7-4cdfdeeba527",name:"Piercing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The dusk unicorn makes a charge attack:",details:"4d8 + 5 damage, and the target is pushed 1 square and knocked prone.",damage:"4d8 + 5 damage",category:1},{id:"c268b9e4-db40-44f1-ac7b-d9a492233ca7",name:"Horn Touch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"An adjacent ally can spend a healing surge or make a saving throw against one effect that a save can end.",damage:"",category:3},{id:"5708f5a0-bbfd-4ab1-8465-ba1f718baa23",name:"Fey Wisp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Area Burst 5 within 10",attack:{bonus:18,defence:3},description:"",details:"dancing lights appear in the origin square, and the target is pulled 3 squares toward the origin square.",damage:"and the target is pulled 3 squares toward the origin square",category:1},{id:"78e98071-b926-4839-ad67-8b11f3fd071b",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dusk unicorn can teleport 5 squares.",damage:"The dusk unicorn can teleport 5 squares",category:2},{id:"eeeedaae-bc2b-48b3-a21c-61926d5ce60c",name:"Twilight Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close Burst 5",attack:null,description:"",details:"affects willing allies only; the target is teleported 5 squares, appearing in an unoccupied space in the dusk unicorn’s line of sight.",damage:"the target is teleported 5 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dusk unicorn likes to make piercing charge attacks. It uses fey wisp to lure enemies away from the battle, keeping them out of the fight as long as possible. The creature saves twilight teleport for when it needs to move its allies into positions where they can gain combat advantage."},{id:"29cf8761-43b0-49f9-9c9b-55d83d9ad82d",name:"Vampire Lord (Human Rogue)",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:4,flag:1,leader:!1},senses:"darkvision",movement:"8, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Acrobatics +15, Athletics +18, Bluff +13, Intimidate +13, Perception +10, Stealth +15, Thievery +15",equipment:"leather armor, short sword",category:"",strength:{score:26},constitution:{score:13},dexterity:{score:20},intelligence:{score:12},wisdom:{score:11},charisma:{score:16},hp:186,initiative:12,ac:29,fortitude:30,reflex:27,will:25,regeneration:{value:10,details:"regeneration does not function while the vampire lord is exposed to direct sunlight"},auras:[],powers:[{id:"99221986-fd09-4296-9a20-cdca56ce2008",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d6 + 8 damage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"1d6 + 8 damage",category:1},{id:"8d9e507e-35f7-415b-8f27-16469d014c61",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"2d4 + 8 damage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"2d4 + 8 damage",category:1},{id:"adc786b5-eb39-4edf-85b4-52aab5493267",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The vampire lord moves up to 2 squares and makes a melee basic attack at a +2 bonus.",details:"Short Sword: 1d6 + 8 damage. or Spiked Chain: 2d4 + 8 damage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"1d6 + 8 damage",category:1},{id:"397b1bf8-1b85-4741-8e7b-7b8187b3f453",name:"Imperiling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:1},description:"",details:"1d6 + 10 damage, and the target takes a –3 penalty to AC and Reflex defenses until the end of the vampire lord’s next turn. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"1d6 + 10 damage",category:1},{id:"e154e4fa-82b6-4405-956a-76e66cf7332a",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when an adjacent creature becomes bloodied;"},keywords:"Healing",condition:"requires combat advantage;",range:"Melee",attack:{bonus:13,defence:1},description:"",details:"2d12 + 8 damage, the target is weakened (save ends), and the vampire lord regains 46 hit points; see also combat advantage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"2d12 + 8 damage",category:1},{id:"83e83aa5-6fc1-4f1e-817d-a02769a128f6",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"the target is dominated (save ends, with a –2 penalty on the saving throw). Aftereffect: The target is dazed (save ends). The vampire lord can dominate only one creature at a time.",damage:"",category:3},{id:"eff11834-8527-44b6-ad32-3972042f1271",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The vampire lord becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The vampire lord can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The vampire lord becomes insubstantial and gains a fly speed of 12",category:1},{id:"0cd59a72-5fcb-4ed9-ba34-9e1f1b749198",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The vampire lord spends a healing surge and regains 46 hit points. The vampire gains a +2 bonus to all defenses until the start of its next turn.",damage:"The vampire lord spends a healing surge and regains 46 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The vampire lord uses its dominating gaze at the start of combat to turn an enemy into a temporary ally. It uses deft strike unless it has combat advantage, in which case it uses blood drain. Once bloodied, it spends its action point to use second wind."},{id:"5fc32f66-4b36-4278-aaa2-5797bc0de793",name:"Vampire Spawn Fleshripper",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Perception +4",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:6,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"b9309799-8ee0-4fdb-8f1c-1c4422b9ac84",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"5 necrotic damage (7 necrotic damage against a bloodied target).",damage:"5 necrotic damage (7 necrotic damage against a bloodied target)",category:1},{id:"414f93c6-f062-410e-8e7e-275d4b64bd32",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:"Vampire spawn prefer to tear enemies apart with their claws rather than resort to using weapons."},{id:"de8c8fd1-d5fb-4c0e-8e0b-9237b3dffefb",name:"Vampire Spawn Bloodhunter",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Perception +7",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:8,ac:25,fortitude:22,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"b9309799-8ee0-4fdb-8f1c-1c4422b9ac84",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"6 necrotic damage (8 necrotic damage against a bloodied target).",damage:"6 necrotic damage (8 necrotic damage against a bloodied target)",category:1},{id:"414f93c6-f062-410e-8e7e-275d4b64bd32",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:"Vampire spawn prefer to tear enemies apart with their claws rather than resort to using weapons."},{id:"26c3ecb8-faef-48b9-bb36-340ffdacfdb2",name:"Vine Horror",details:"",size:2,origin:4,type:2,keywords:"plant",level:5,role:{type:3,flag:0,leader:!1},senses:"blindsight 10",movement:"6 (forest walk, swamp walk), swim 6",alignment:"Evil",languages:"Common, Elven",skills:"Perception +9, Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:21},intelligence:{score:9},wisdom:{score:14},charisma:{score:10},hp:67,initiative:7,ac:19,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"ccd5e4f6-4338-49f7-9962-22550f9062f3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"d1458cfd-c750-4352-80d7-007413d5122e",name:"Vicious Vines",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:10,defence:2},description:"",details:"the target is restrained and takes ongoing 10 damage (save ends both) as magical vines spring up out of the ground and crush it.",damage:"the target is restrained and takes ongoing 10 damage (save ends both) as magical vines spring up out of the ground and crush it",category:1},{id:"95590049-2e2c-4f8b-b6b7-12057610a3de",name:"Malleability",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack. Cracks and other openings that are more than 1 inch wide do not slow the vine horror at all.",damage:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The vine horror waits for enemies to come within 5 squares, at which point it uses vicious vines to restrain them. It then makes claw attacks against restrained foes, gaining combat advantage."},{id:"9c42275e-4f31-4c7b-92e5-774349c3e564",name:"Vine Horror Spellfiend",details:"",size:2,origin:4,type:2,keywords:"plant",level:7,role:{type:0,flag:0,leader:!1},senses:"blindsight 10",movement:"6 (forest walk, swamp walk), swim 6",alignment:"Evil",languages:"Common, Elven",skills:"Perception +10, Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:65,initiative:7,ac:19,fortitude:18,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"7787b95a-6b5a-472d-b94a-2ba31ee3b878",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"80d18c21-7e72-4f5d-a95b-1679a76cd82d",name:"Shock Orb",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 lightning damage.",damage:"1d8 + 4 lightning damage",category:1},{id:"5d437efa-3b83-45e4-954f-5ea2316e48c3",name:"Lashing Vine of Dread",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:10,defence:2},description:"",details:"1d6 + 4 damage, and the target is pushed 5 squares.",damage:"1d6 + 4 damage",category:1},{id:"8fee7b36-b173-446b-be9d-5184711d2abb",name:"Caustic Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Area Burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"1d6 + 3 acid damage, and the target takes ongoing 5 acid damage and is blinded (save ends both).",damage:"1d6 + 3 acid damage",category:1},{id:"deeabf0a-aa3a-41c6-a8ca-36ccb754fa48",name:"Malleability",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack. Cracks and other openings that are more than 1 inch wide do not slow the vine horror at all.",damage:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The spellfiend drops a caustic cloud on multiple foes before hurling shock orbs at individual targets. Any enemy that gets too close is driven back by the creature’s lashing vine of dread."},{id:"89620313-0f32-4a8d-b8f9-dbb8142f39d1",name:"Warforged Soldier",details:"",size:2,origin:4,type:2,keywords:"living construct",level:4,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Endurance +8, Intimidate +7",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:56,initiative:6,ac:20,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"6d799cce-21b2-4780-92de-c6563ae9dda6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage, and the target is marked until the end of the warforged soldier’s next turn; see also battlefield tactics.",damage:"1d8 + 4 damage",category:1},{id:"cd487fd9-92a4-4815-aede-d378217dd274",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"The warforged soldier gains a +1 bonus to melee attacks if it has an ally adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"637352d3-04be-48a6-8119-7672af89b8c1",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only usable while bloodied;",range:"",attack:null,description:"",details:"The warforged soldier gains 14 temporary hit points.",damage:"The warforged soldier gains 14 temporary hit points",category:3}],damageModifiers:[],resist:"Saving Throws +2 against ongoing damage",vulnerable:"",immune:"",tactics:"Warforged soldiers cooperate with each other, employing battlefield tactics to edge in and defeat foes."},{id:"15d8550e-c4af-493d-9d93-2891f40ab244",name:"Warforged Captain",details:"",size:2,origin:4,type:2,keywords:"living construct",level:6,role:{type:7,flag:0,leader:!0},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Endurance +11, Intimidate +11",equipment:"plate armor, glaive",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:72,initiative:7,ac:22,fortitude:20,reflex:17,will:18,regeneration:null,auras:[{id:"155be4e7-74e7-4cb1-85c2-30a4f18fafc1",name:"Aura of Command",keywords:"",details:"10: allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"2130e3f8-71d6-4081-9965-63405c9636aa",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"2d4 + 5 damage, and the target is marked until the end of the warforged captain’s next turn; see also battlefield tactics.",damage:"2d4 + 5 damage",category:1},{id:"b8e4928d-1c1d-42f4-93c3-79fa54fec7aa",name:"Tactical Switch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"The warforged captain makes a melee basic attack.",details:"2d4 + 5 damage, and the target is marked until the end of the warforged captain’s next turn. On a hit, the target slides 1 square, and the warforged captain or an ally within 10 squares of the warforged captain shifts 1 square; see also battlefield tactics.",damage:"2d4 + 5 damage",category:1},{id:"dff1ea33-f50a-4c6a-930c-679db75ed419",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"The warforged captain gains a +1 bonus to melee attacks if it has an ally adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"8dafcfe3-df90-4af9-aa10-0ea2ea8a6cd0",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only usable while bloodied;",range:"",attack:null,description:"",details:"The warforged captain gains 18 temporary hit points.",damage:"The warforged captain gains 18 temporary hit points",category:3}],damageModifiers:[],resist:"Saving Throws +2 against ongoing damage",vulnerable:"",immune:"",tactics:"A warforged captain uses tactical switch to pull enemies out of their fighting formation, creating holes that its allies can exploit. It tries to stay within 10 squares of its allies so that they benefit from its aura."},{id:"8eb10d40-ffd7-4f05-95d4-ba12671d9d28",name:"Deathlock Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"a13902c0-b483-40e9-82d4-ea0685f947c4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d6 necrotic damage, and the target loses 1 healing surge.",damage:"1d6 necrotic damage",category:1},{id:"5195f99f-ade3-4081-8ba7-ace627565899",name:"Grave Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"1d6 + 4 necrotic damage, and the target is immobilized (save ends).",damage:"1d6 + 4 necrotic damage",category:1},{id:"85c6f96f-5d04-499d-92cb-5afe0fd7809f",name:"Reanimate",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects a destroyed undead creature of a level no higher than the deathlock wight’s level + 2; the target stands as a free action with a number of hit points equal to one-half its bloodied value. This power does not affect minions.",damage:"affects a destroyed undead creature of a level no higher than the deathlock wight’s level + 2",category:3},{id:"c3c64c0f-5616-4024-a8ae-61379a564cf8",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:3},description:"",details:"1d6 damage, and the target is pushed 3 squares.",damage:"1d6 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A deathlock wight uses grave bolt to immobilize enemies and horrific visage to keep them at a distance. When its most powerful ally or bodyguard falls in battle, it uses reanimate to put it back in play."},{id:"98cf5f89-be11-4ea9-b7f2-27af91b6f02e",name:"Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:6},charisma:{score:15},hp:62,initiative:7,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"86b0092b-a19d-4faa-a7ba-246d6d7f651e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 necrotic damage, the target loses 1 healing surge, and the wight shifts 3 squares.",damage:"1d6 + 4 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A wight charges its enemies and tears them apart with its claws, shifting gleefully through their ranks and trying to flank them whenever possible."},{id:"18eb1399-4cbb-4f54-873b-56436dd7cf0d",name:"Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:9},charisma:{score:20},hp:98,initiative:7,ac:25,fortitude:22,reflex:18,will:22,regeneration:null,auras:[],powers:[{id:"c34d74c6-8859-4838-9c3a-1cddfaefaddd",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8 + 5 damage",category:1},{id:"fabd97b9-a14e-4e84-afc8-8c7835a308bb",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5; affects an immobilized target only",attack:{bonus:12,defence:1},description:"",details:"2d8 + 5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8 + 5 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This creature brazenly wades into battle, swinging its longsword decisively. It shifts away from enemies to use soul reaping, targeting foes who are immobilized by its longsword attacks."},{id:"508798bf-182c-4d64-9504-ca51f5c4b896",name:"Battle Wight Commander",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:0,leader:!0},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +18, Perception +12",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:24},hp:106,initiative:12,ac:28,fortitude:26,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"c34d74c6-8859-4838-9c3a-1cddfaefaddd",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d8 + 7 damage, and the target is immobilized and weakened (save ends both) and loses 1 healing surge.",damage:"1d8 + 7 damage",category:1},{id:"fabd97b9-a14e-4e84-afc8-8c7835a308bb",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5; affects an immobilized target only",attack:{bonus:15,defence:1},description:"",details:"2d8 + 7 necrotic damage, and the battle wight commander and all undead allies within 2 squares of it regain 10 hit points.",damage:"2d8 + 7 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A battle wight commander is a clever, resolute, and patient foe. The creature uses soul harvest as often as it can, positioning itself so that its undead allies can reap the healing benefits of the power as well."});Ni.push({id:"257522b8-efae-4704-b564-724efe1f4164",name:"Slaughter Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:18,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +13",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:9},charisma:{score:18},hp:182,initiative:14,ac:30,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"5c63e7b9-5893-43fb-90d2-dacf5f1d00e4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"3d6 + 8 necrotic damage, the target loses 1 healing surge and is weakened (save ends), and the slaughter wight regains 15 hit points.",damage:"3d6 + 8 necrotic damage",category:1},{id:"dfadc598-ab97-4944-b9f5-46651fca9700",name:"Death Wail",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:21,defence:1},description:"",details:"2d6 + 4 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"2d6 + 4 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"A slaughter wight revels in combat and attack ferociously with its claws, tending to single out weak or disadvantaged enemies. When slain, it unleashes a horrible death wail that spurs nearby undead allies."},{id:"030a56db-efc1-4723-962d-9ac0eae0583e",name:"Gray Wolf",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:38,initiative:5,ac:16,fortitude:14,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"de17c3ab-0e12-4dbd-a193-afa1b65caad1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 2 damage, or 2d6 + 2 damage against a prone target. Combat Advantage: If the gray wolf has combat advantage against the target, the target is also knocked prone on a hit.",damage:"1d6 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Gray wolves work together to take down an enemy, usually focusing on the weakest in a group. They flank prey so that successful bite attacks knock the victim prone, allowing other wolves to deal greater damage."},{id:"3435078d-bce2-4da5-95c5-c389cdb789f9",name:"Dire Wolf",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +9",equipment:"",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:67,initiative:7,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"de17c3ab-0e12-4dbd-a193-afa1b65caad1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 4 damage, or 2d8 + 4 damage against a prone target. Combat Advantage: The dire wolf gains combat advantage against a target that has one or more of the dire wolf’s allies adjacent to it. If the dire wolf has combat advantage against the target, the target is also knocked prone on a hit.",damage:"1d8 + 4 damage",category:1},{id:"0b8a0c63-dd72-4190-8e26-0ee43df7c1cc",name:"Pack Hunter",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher;",range:"",attack:null,description:"",details:"The dire wolf’s rider gains combat advantage against an enemy if it has at least one ally other than its mount adjacent to the target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Dire wolves use tactics similar to gray wolves, although they don’t necessarily need to flank an enemy to knock it prone."},{id:"3b22b8e9-bc99-4faf-9442-76ecc1b437b5",name:"Worg",details:"",size:3,origin:4,type:3,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +9, Stealth +12",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:17},intelligence:{score:7},wisdom:{score:10},charisma:{score:16},hp:120,initiative:7,ac:20,fortitude:20,reflex:18,will:18,regeneration:null,auras:[{id:"e7a267d7-c393-43e1-911e-d6fde594b42c",name:"Frightful Growl",keywords:"Fear",details:"3: enemies in the aura take a –1 penalty to attack rolls, and allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"1fd4d457-eb9b-4421-8871-d2099c2f1e23",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"2d6 + 5 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Worgs don’t cooperate particularly well, as each seeks to slake its own thirst for slaughter."},{id:"92e4825b-1575-4957-970c-4df0ba381ca2",name:"Guulvorg",details:"",size:4,origin:4,type:3,keywords:"",level:16,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"9",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +13",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:5},wisdom:{score:10},charisma:{score:15},hp:384,initiative:11,ac:31,fortitude:34,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"97aea78e-49a3-44ad-b082-2f853fd6c1c6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d12 + 8 damage, and the target is knocked prone.",damage:"2d12 + 8 damage",category:1},{id:"80f1a124-0109-4073-bd16-f8b6e0136030",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:2},description:"",details:"2d8 + 8 damage, and the target is knocked prone and dazed (save ends).",damage:"2d8 + 8 damage",category:1},{id:"4eab93db-b507-465f-99b7-380804ec07da",name:"Guulvorg Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2; two targets",attack:{bonus:19,defence:0},description:"The guulvorg makes a bite attack against one target and tail slam against another; both attacks are made at a –2 penalty.",details:"Bite: Reach 2; 2d12 + 8 damage, and the target is knocked prone. Tail Slam: Reach 2; +17 vs. Reflex; 2d8 + 8 damage, and the target is knocked prone and dazed (save ends).",damage:"2d12 + 8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A guulvorg prefers to make bite attacks against single foes. If engaged by two or more enemies, it uses guulvorg fury."},{id:"936133e2-900c-4d42-a3c2-0a8fd7a1d620",name:"Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing ; see also shadow glide",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +11",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:37,initiative:10,ac:16,fortitude:13,reflex:16,will:14,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"2ef7358f-0bd9-439a-af14-c494fd54acee",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:8,defence:2},description:"",details:"1d6 + 4 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The wraith deals an extra 1d6 necrotic damage against any target it has combat advantage against.",damage:"1d6 + 4 necrotic damage",category:1},{id:"2077d287-2628-4339-a4d2-753659956df5",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wraith shifts 6 squares.",damage:"The wraith shifts 6 squares",category:2},{id:"dc9abb43-d517-46f4-a1fd-3b6737de20c7",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a wraith rises as a free-willed wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A wraith uses hit-and-run tactics and flanking to gain combat advantage, phasing through walls, doors, and other obstacles to break line of sight. When bloodied, the wraith flees, only to return after it has regenerated most or all of its damage."},{id:"b223c81c-ce20-426a-b376-dc34d05e964c",name:"Mad Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +6, Stealth +13",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:20},intelligence:{score:11},wisdom:{score:6},charisma:{score:19},hp:54,initiative:8,ac:18,fortitude:15,reflex:18,will:17,regeneration:null,auras:[{id:"d9751714-cc6e-4cf8-b177-1d7e9f1fad4d",name:"Mad Whispers",keywords:"Psychic",details:"3: deafened creatures are immune; any enemy in the aura at the start of its turn takes 5 psychic damage and is dazed until the start of its next turn. (If the mad wraith takes radiant damage, the aura is negated until the end of the mad wraith’s next turn.)"}],powers:[{id:"d4582734-a88d-42d8-988a-4ba5f3044735",name:"Touch of Madness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Melee Touch",attack:{bonus:8,defence:3},description:"",details:"1d6 + 5 psychic damage, and the target takes a –2 penalty to Will defense (save ends).",damage:"1d6 + 5 psychic damage",category:1},{id:"0bafb52e-e502-4fb8-b1c6-f4c891b4c03b",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Melee Touch",attack:{bonus:9,defence:3},description:"",details:"2d6 + 4 psychic damage, and the target moves up to its speed and makes a basic attack against its nearest ally as a free action.",damage:"2d6 + 4 psychic damage",category:1},{id:"59ff8714-b2c5-46d1-b41c-b77572bbfeed",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a mad wraith rises as a free-willed mad wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A mad wraith likes to float over difficult terrain, making it hard for enemies to escape its mad whispers aura. It uses touch of chaos against an enemy whose Will defense is reduced by the creature’s touch of madness."},{id:"62128064-95ba-48ec-96c3-048865b30c7e",name:"Sword Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 8 (hover); phasing ; see also shadow glide",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +14, Stealth +20",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:12},charisma:{score:24},hp:90,initiative:19,ac:30,fortitude:29,reflex:30,will:32,regeneration:{value:10,details:"if the sword wraith takes radiant damage, regeneration is negated until the end of the sword wraith’s next turn"},auras:[],powers:[{id:"22bbcba1-3ffb-4bdb-821b-8f6b640f00fb",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:2},description:"",details:"2d8 + 7 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The sword wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against.",damage:"2d8 + 7 necrotic damage",category:1},{id:"16f8a088-f6e0-40c0-992c-575a0233f727",name:"Death Strike",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:2},description:"The sword wraith shifts 4 squares and makes a melee basic attack, dealing an extra 2d8 necrotic damage on a hit.",details:"2d8 + 7 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The sword wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against.",damage:"2d8 + 7 necrotic damage",category:5},{id:"7dd0f1c6-dc1a-45b8-a409-2d52d0b38616",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sword wraith shifts 6 squares.",damage:"The sword wraith shifts 6 squares",category:2},{id:"09c0bbb2-f6b6-4272-adb1-e4b1f99fe4ca",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sword wraith rises as a free-willed sword wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A sword wraith attacks from hiding, striking foes with its shadow sword and maneuvering into a flanking position whenever possible (perhaps with the aid of its shadow glide power). When bloodied, it uses its phasing ability to escape, returning once it has regenerated."},{id:"39c931ab-3ec6-4d8f-820f-fd1e6f5ce1c1",name:"Dread Wraith",details:"",size:3,origin:5,type:2,keywords:"undead",level:25,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 10 (hover); phasing ; see also shadow glide",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +18, Stealth +26",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:28},intelligence:{score:14},wisdom:{score:12},charisma:{score:28},hp:124,initiative:25,ac:37,fortitude:33,reflex:37,will:37,regeneration:{value:20,details:"if the dread wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[{id:"e97ea688-a0dc-49eb-863f-5d2fa51e5919",name:"Shroud of Night",keywords:"",details:"5: bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"0305105e-8eae-42a3-a6d2-c382ca839adf",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 2",attack:{bonus:28,defence:2},description:"",details:"2d10 + 9 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The dread wraith deals an extra 3d6 necrotic damage against any target it has combat advantage against.",damage:"2d10 + 9 necrotic damage",category:1},{id:"82625dc0-2678-4870-b73f-47cc45dc365f",name:"Death Shriek",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Psychic",condition:"",range:"Close Blast 3; targets enemies",attack:{bonus:27,defence:3},description:"",details:"4d6 + 9 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d6 + 9 psychic damage",category:5},{id:"e1876a40-8f13-4bfe-88cd-f49556d9f3ed",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dread wraith shifts 6 squares.",damage:"The dread wraith shifts 6 squares",category:2},{id:"49e34fc4-9e18-4896-8b09-eb64fd52191c",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a dread wraith rises as a free-willed dread wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-30},{type:9,value:15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear",tactics:"Dread wraiths are fearless combatants that like to flank enemies, using shadow glide or phasing through walls (as needed) to maneuver into position. If it takes radiant damage, it angrily attacks the source of that damage above all other targets."},{id:"16748ab9-a8f6-4074-9503-2bdc53bece6b",name:"Wyvern",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:10,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"4, fly 8 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:17},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:106,initiative:10,ac:24,fortitude:24,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9d4c65f2-2433-425d-8d3a-3a6bfab89075",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:1},{id:"5a640b7f-889c-45ea-b873-811b461db000",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The wyvern can attack with its claws only while flying;",details:"1d6 + 7 damage, and the target is knocked prone.",damage:"1d6 + 7 damage",category:1},{id:"b570ef38-9de8-4569-abd8-f671141edecc",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d6 + 4 damage, and the wyvern makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; ongoing 10 poison damage (save ends).",damage:"1d6 + 4 damage",category:1},{id:"eb859d14-e8cb-4cfa-bed8-7f4379a17e6f",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The wyvern fl ies up to 8 squares and makes one melee basic attack at any point during that movement. The wyvern doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"Bite: 1d8 + 7 damage. or Claws: 1d6 + 7 damage, and the target is knocked prone.",damage:"1d8 + 7 damage",category:1},{id:"9bed8b24-3287-4680-8337-f4272f5f48bc",name:"Aerial Agility",action:null,keywords:"Mount",condition:"while mounted by a rider of 10th level or higher;",range:"",attack:null,description:"",details:"While flying, the wyvern grants its rider a +2 bonus to all defenses.",damage:"the wyvern grants its rider a +2 bonus to all defenses",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The wyvern begins combat by using its flyby attack power to swoop down and knock an enemy prone with its claws. The creature then lands and alternates between sting and bite attacks. When bloodied, the wyvern takes to air again."},{id:"7e1e63d6-1b65-4151-b46c-9fc6a9d55bdc",name:"Fell Wyvern",details:"",size:3,origin:5,type:1,keywords:"reptile",level:24,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 12 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +19",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:20},intelligence:{score:2},wisdom:{score:15},charisma:{score:6},hp:228,initiative:19,ac:38,fortitude:42,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"4cb5f0b5-4de3-464a-a591-61c62d1593bb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"b4132ed8-e02f-4ccd-bb5d-7e3e0e7a3c06",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:0},description:"The fell wyvern can attack with its claws only while flying;",details:"2d6 + 10 damage, and the target is knocked prone.",damage:"2d6 + 10 damage",category:1},{id:"d51574b9-fd33-4ffe-8a89-dff75387a5c3",name:"Necrovenom Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"2d6 + 9 damage, and the fell wyvern makes a secondary attack against the same target. Secondary Attack: +27 vs. Fortitude; ongoing 20 necrotic and poison damage (save ends).",damage:"2d6 + 9 damage",category:1},{id:"d38c0f8f-4b2c-4ed6-a964-d2307afa3bbf",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:0},description:"The fell wyvern flies up to 12 squares and makes one melee basic attack at any point during that movement. The fell wyvern doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"Bite: 2d8 + 10 damage. or Claws: 2d6 + 10 damage, and the target is knocked prone.",damage:"2d8 + 10 damage",category:1},{id:"72de3777-8736-4b75-832f-8a680f5c56b8",name:"Pestilent Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:1},description:"",details:"2d10 + 9 necrotic damage, and ongoing 10 necrotic damage (save ends).",damage:"2d10 + 9 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:"A fell wyvern uses tactics similar to those of the common wyvern, except that it uses pestilent breath as often as it can."},{id:"08875206-5b63-48f6-93c2-887bdd14fe47",name:"Yuan-Ti Malison Sharp-Eye",details:"",size:2,origin:4,type:2,keywords:"reptile",level:13,role:{type:0,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +15, History +12, Insight +13, Perception +13, Stealth +17",equipment:"scimitar, longbow, quiver of 30 arrows",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:23},intelligence:{score:12},wisdom:{score:14},charisma:{score:18},hp:98,initiative:12,ac:27,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"451168c5-b705-40ce-a4d5-65d0135b7bb7",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d8 + 4 damage (crit 2d8 + 12).",damage:"1d8 + 4 damage (crit 2d8 + 12)",category:1},{id:"d53a2352-d763-4bd8-a4e3-57ddc46d11bf",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"1d10 + 6 damage, and the yuan-ti malison sharp-eye makes a secondary attack against the same target. Secondary Attack: +16 vs. Fortitude; ongoing 5 poison damage, and the target is dazed (save ends both).",damage:"1d10 + 6 damage",category:1},{id:"eb6504f6-5f47-4b62-af70-8495308e28ae",name:"Chameleon Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti malison sharp-eye has concealment against attacks that originate more than 3 squares away.",damage:"The yuan-ti malison sharp-eye has concealment against attacks that originate more than 3 squares away",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A malison sharp-eye uses ranged attacks in preference to all other attacks. Its chameleon defense helps it remain hidden during an encounter."},{id:"2790c9e8-0712-402f-ad4d-305645a0270d",name:"Yuan-Ti Malison Incanter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:15,role:{type:0,flag:0,leader:!0},senses:"",movement:"7; see also slither away",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +19, Bluff +19, History +19, Insight +18, Stealth +18",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:22},intelligence:{score:25},wisdom:{score:22},charisma:{score:25},hp:118,initiative:13,ac:29,fortitude:26,reflex:27,will:27,regeneration:null,auras:[{id:"5bd38ff0-5a0f-454a-ba12-69b56f273037",name:"Zehir’s Shield",keywords:"",details:"10: allies in the aura gain a +2 power bonus to all defenses."}],powers:[{id:"ecc27252-5530-40d0-9c55-e29f3677c28e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:16,defence:1},description:"",details:"1d6 + 6 damage, and ongoing 5 poison damage (save ends).",damage:"1d6 + 6 damage",category:1},{id:"577aef93-ae90-470b-aa22-24245cafb71f",name:"Mindwarp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:20,defence:0},description:"",details:"2d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"2d6 + 7 psychic damage",category:1},{id:"f0accc63-b741-4a70-92da-c3e4a66ad327",name:"Poisoned Domination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Charm",condition:"",range:"Ranged 5; affects a creature taking ongoing poison damage",attack:{bonus:20,defence:3},description:"",details:"the target is dominated until the end of the incanter’s next turn. Aftereffect: The target is dazed (save ends).",damage:"",category:1},{id:"964e898a-c6ee-4960-a8b6-82f947e2627f",name:"Zehir’s Venom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Ranged 10; affects a creature taking ongoing poison damage",attack:{bonus:20,defence:1},description:"",details:"2d10 + 6 poison damage, and the target is dazed (save ends).",damage:"2d10 + 6 poison damage",category:1},{id:"8dbd315a-ca69-4c75-a725-2c3e876914eb",name:"Deflect Attack",action:{action:5,trigger:"when hit by an attack;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally.",damage:"the yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally",category:5},{id:"d84e2cce-b0e8-4790-807c-27659a452876",name:"Slither Away",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses.",damage:"the yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A yuan-ti malison incanter uses mindwarp until one or more enemies are poisoned by its allies, at which point it targets them with poisoned domination and Zehir’s venom. The incanter remains adjacent to an ally at all times so that it can use deflect attack to avoid taking damage. If it is bloodied and defeat seems inevitable, the incanter uses slither away to escape."},{id:"296db668-462f-4379-ad65-af5ebd32fc93",name:"Yuan-Ti Malison Disciple of Zehir",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:3,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +21, History +18, Insight +17, Religion +18, Stealth +18",equipment:"morningstar",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:164,initiative:13,ac:31,fortitude:29,reflex:29,will:32,regeneration:null,auras:[{id:"00b34a42-aee4-4fae-983c-556a7d4a6aea",name:"Zehir’s Favor",keywords:"Healing, Poison",details:"10: allies in the aura at the start of their turns regain 5 hit points, while enemies in the aura at the start of their turns take 5 poison damage."}],powers:[{id:"ded05156-15b2-4ffa-ac63-aeba9bff94f4",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d10 + 3 damage, and the yuan-ti malison disciple of Zehir makes a secondary attack against the same target. Secondary Attack: +20 vs. Fortitude; ongoing 10 poison damage (save ends).",damage:"1d10 + 3 damage",category:1},{id:"36cc69ee-d794-42cd-af86-d1f8d5866f7f",name:"Soothing Words",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Charm",condition:"",range:"Ranged 5; the target must be able to hear the disciple of Zehir",attack:{bonus:24,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A disciple of Zehir uses soothing words to dominate its enemies, turning them against one another."},{id:"cceb3bda-6db1-4a71-8fa9-f19a52199176",name:"Yuan-Ti Abomination",details:"",size:3,origin:4,type:2,keywords:"reptile",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"7, climb 7",alignment:"Evil",languages:"Draconic",skills:"Endurance +15, Intimidate +14, Stealth +14",equipment:"heavy shield, bastard sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:140,initiative:13,ac:30,fortitude:30,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"fc138f74-6bfa-4b1e-96c4-aaa52c6e95d9",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 6 damage (crit 2d12 + 18), and the target is marked until the end of the yuan-ti abomination’s next turn and takes ongoing 5 poison damage (save ends).",damage:"1d12 + 6 damage (crit 2d12 + 18)",category:1},{id:"4df9168e-abd5-4201-8c13-afa23fbd27bd",name:"Grasping Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Reach 2",attack:{bonus:18,defence:2},description:"",details:"the target is pulled 1 square and grabbed (until escape). The yuan-ti abomination can grab only one creature at a time.",damage:"the target is pulled 1 square and grabbed (until escape)",category:3},{id:"2fc5d858-bd90-4b92-8677-a508090b394f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Grabbed target only",attack:{bonus:18,defence:1},description:"",details:"1d12 + 5 poison damage, and ongoing 10 poison damage (save ends).",damage:"1d12 + 5 poison damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A yuan-ti abomination attacks with its scimitar and its grasping coils every round. If it succeeds in grabbing an enemy and there are no other foes opposing it, it bites the grabbed foe. Otherwise, it holds that enemy in place while it attacks another target with its scimitar."},{id:"8443faf6-0773-4245-867c-d1b8e0107c3f",name:"Yuan-Ti Anathema",details:"",size:4,origin:4,type:3,keywords:"reptile",level:21,role:{type:6,flag:1,leader:!1},senses:"",movement:"8; see also swarm of snakes and trample",alignment:"Evil",languages:"Draconic",skills:"Perception +17",equipment:"",category:"",strength:{score:25},constitution:{score:30},dexterity:{score:23},intelligence:{score:5},wisdom:{score:15},charisma:{score:22},hp:412,initiative:18,ac:37,fortitude:39,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"5dae8211-224d-4861-89ac-7f8e78e8fd19",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"bdba5f30-d741-4d18-9b74-696d0df3f205",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The yuan-ti anathema makes two slam attacks, each against a different target.",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"7b833f79-df45-4aea-9b80-4f157af9933c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d8 + 7 damage, and the yuan-ti anathema makes a secondary attack against the same target. Secondary Attack: +24 vs. Fortitude; the target takes ongoing 15 poison damage and a –4 penalty to attack rolls (save ends both).",damage:"2d8 + 7 damage",category:1},{id:"d3aa5c6a-c8c5-4e9b-9966-c55ca5aa8b18",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"The yuan-ti anathema can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the anathema must end its move in an unoccupied space. When it enters an enemy’s space, the anathema makes a trample attack:",details:"2d6 + 7 damage, and the target is knocked prone.",damage:"2d6 + 7 damage",category:1},{id:"b6b6728e-8f20-4cb0-b049-265b1ed15d4f",name:"Horde of Snakes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the yuan-ti anathema uses swarm of snakes;"},keywords:"Poison",condition:"",range:"Close Burst 1",attack:{bonus:26,defence:1},description:"",details:"2d4 + 6 damage, and ongoing 10 poison damage (save ends).",damage:"2d4 + 6 damage",category:1},{id:"0a2d145a-94fa-42b8-abf1-b4d9c8c9670b",name:"Swarm of Snakes",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti anathema collapses into hundreds of snakes, which shift up to 8 squares away and then re-form as the anathema in an unoccupied space. The anathema ignores difficult terrain while moving in this fashion.",damage:"which shift up to 8 squares away and then re-form as the anathema in an unoccupied space",category:2}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"The anathema normally begins battle by trampling several foes, and then spends its action point to bite the nearest enemy. On subsequent rounds, it alternates between biting a single enemy and using its double attack against two targets. If closely pressed by three or more foes, the anathema uses horde of snakes and swarm of snakes to attack all nearby targets, slither away, and reform in a new spot."},{id:"57e86a12-d4b1-4afa-a959-28c706bffa80",name:"Snaketongue Initiate",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"",equipment:"leather armor, poisoned greatsword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:5,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"3ab00ed8-3bed-42d9-94d5-6e2f425d7fc2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"5 damage, and the snaketongue initiate makes a secondary attack against the same target. Secondary Attack: +9 vs. Fortitude; ongoing 2 poison damage (save ends).",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Poison drips from the blade of the initiate’s sword, which it swings with great zeal. The initiate gladly sacrifices itself to protect its yuan-ti masters."},{id:"7615f71d-e148-4115-8fcd-66c9d60361f3",name:"Snaketongue Zealot",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"Perception +6",equipment:"leather armor, poisoned greatsword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:7,ac:25,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"3ab00ed8-3bed-42d9-94d5-6e2f425d7fc2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"6 damage, and the snaketongue initiate makes a secondary attack against the same target. Secondary Attack: +14 vs. Fortitude; ongoing 3 poison damage (save ends).",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The snaketongue zealot tries to strike down Zehir’s hated enemies, cutting deep into infidels with its poisoned greatsword."},{id:"fe78642d-1c60-46f1-b899-d94a69999ad8",name:"Snaketongue Warrior",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"Religion +10",equipment:"leather armor, poisoned greatsword",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:106,initiative:6,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"3ab00ed8-3bed-42d9-94d5-6e2f425d7fc2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d10 + 3 damage (1d10 + 5 damage while bloodied) and the snaketongue warrior makes a secondary attack against the same target. Secondary Attack: +11 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d10 + 3 damage (1d10 + 5 damage while bloodied) and the snaketongue warrior makes a secondary attack against the same target",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Snaketongue warriors charge into battle, doing their utmost to keep their vile masters safe."},{id:"1ebf190a-e503-4980-bd94-5a5fdaf7a879",name:"Snaketongue Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger, human",level:9,role:{type:4,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Religion +11, Stealth +14",equipment:"leather armor, poisoned dagger",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:14},wisdom:{score:18},charisma:{score:14},hp:80,initiative:13,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"058c1cf8-2492-4e07-9c5e-25bf22b67320",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d4 + 3 damage, and ongoing 10 poison damage (save ends).",damage:"1d4 + 3 damage",category:1},{id:"43a35546-d774-405b-ae5b-446058e34c6e",name:"Crowd Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The snaketongue assassin gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it, or a +4 bonus if two or more creatures are adjacent to it.",damage:"The snaketongue assassin gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it",category:0},{id:"55adfe8f-60b9-48d7-a971-c2cb2acd1dea",name:"Serpent Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The snaketongue assassin transforms into a crushgrip constrictor (page 240). Any equipment the assassin is carrying merges with the new form. The assassin uses the crushgrip constrictor’s statistics instead its own, except for hit points. Reverting to its true form is a minor action.",damage:"",category:2}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A snaketongue assassin stealthily approaches an enemy in human form and usually remains in this form until bloodied, at which point it transforms into a crushgrip constrictor. While in human form, it tries to stay close to its allies and enemies to gain the benefits of crowd shield."},{id:"a49aed21-8ee8-42fa-83af-21471439ebb0",name:"Snaketongue Celebrant",details:"",size:2,origin:4,type:2,keywords:"shapechanger, human",level:11,role:{type:3,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +15, Insight +14, Intimidate +15, Perception +14, Religion +13",equipment:"hooded robe, poisoned scimitar",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:19},intelligence:{score:16},wisdom:{score:19},charisma:{score:21},hp:117,initiative:9,ac:24,fortitude:22,reflex:20,will:24,regeneration:null,auras:[],powers:[{id:"b20bc2c4-3d8b-429a-a026-aa8b36f5a3e9",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d8 + 3 damage (crit 2d8 + 11), and the snaketongue celebrant makes a secondary attack against the same target. Secondary Attack: +12 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d8 + 3 damage (crit 2d8 + 11)",category:1},{id:"4f261f4d-9455-4c33-bda5-418dc9b5eeb1",name:"Serpent’s Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:14,defence:3},description:"a whip of amber-colored energy lashes the target;",details:"1d8 + 5 psychic damage, and the target grants combat advantage to all of its enemies until the end of the yuan-ti celebrant’s next turn.",damage:"1d8 + 5 psychic damage",category:1},{id:"59faadf2-1651-459f-af0d-dcf74a610b60",name:"Coils of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area Burst 5 within 10; targets enemies",attack:{bonus:14,defence:2},description:"",details:"the target is restrained (save ends) by writhing coils of green energy.",damage:"",category:1},{id:"777c1613-7426-4239-b1a2-a12440c88880",name:"Serpent’s Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The snaketongue celebrant transforms into a crushgrip constrictor (page 240). Any equipment the celebrant is carrying merges with the new form. The celebrant uses the crushgrip constrictor’s statistics instead its own, except for hit points. Reverting to its true form is a minor action.",damage:"",category:2}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The celebrant uses coils of despair to restrain foes, saving serpent’s lash for enemies that its allies cannot reach easily. In melee combat, the celebrant prefers to fight in serpent form."},{id:"fe5c0432-b48c-49e4-a689-7400216d85dc",name:"Zombie Rotter",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception -1",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:1,initiative:-2,ac:13,fortitude:13,reflex:9,will:10,regeneration:null,auras:[],powers:[{id:"be4960c4-bba7-4327-976e-cf6027a0d2dd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"Zombie rotters swarm the nearest living target and beat it to death."},{id:"4cbcfe62-c2ec-4845-b2d7-1a5223f316eb",name:"Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:40,initiative:-1,ac:13,fortitude:13,reflex:9,will:10,regeneration:null,auras:[],powers:[{id:"be4960c4-bba7-4327-976e-cf6027a0d2dd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"2d6 + 2 damage.",damage:"2d6 + 2 damage",category:1},{id:"7759e7e9-5134-4855-bd78-eff5f9e16a1c",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:2},description:"",details:"the target is grabbed (until escape). Checks made to escape the zombie’s grab take a –5 penalty.",damage:"",category:1},{id:"c642cda2-e65f-49b7-9a38-32672ca72e14",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"When two or more zombies attack a single foe, one of them uses zombie grab to prevent the foe’s escape."},{id:"bd7bd0a0-6776-422c-a983-6a95e69787e2",name:"Gravehound",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:13},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:54,initiative:2,ac:14,fortitude:14,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"2f47a417-635c-4d86-8c0f-87bf21748c3c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage, and the target takes ongoing 5 necrotic damage (save ends) and is knocked prone if it is Medium size or smaller.",damage:"1d6 + 3 damage",category:1},{id:"e5c605af-1553-45a4-8806-cc9485aeffb3",name:"Death Jaws",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"The gravehound makes a bite attack against a target within its reach.",details:"1d6 + 3 damage, and the target takes ongoing 5 necrotic damage (save ends) and is knocked prone if it is Medium size or smaller.",damage:"1d6 + 3 damage",category:5},{id:"7d325cf0-4c94-406e-afde-09d20f3fb7a4",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the gravehound reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A gravehound uses its speed to overtake prey. When it dies, it makes one final bite attack against a living creature within reach."},{id:"d6cdf72b-5072-4a6c-91c1-c5564d969946",name:"Corruption Corpse",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:13},intelligence:{score:4},wisdom:{score:12},charisma:{score:3},hp:46,initiative:3,ac:17,fortitude:16,reflex:14,will:14,regeneration:{value:5,details:"if the corruption corpse takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"7650021a-e426-40a9-a3c0-536178df510a",name:"Grave Stench",keywords:"",details:"1: living enemies in the aura take a –5 penalty to attack rolls."}],powers:[{id:"0354edb2-5cc6-4937-a649-24f91f14d284",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"d290c40e-df2a-4d05-88af-e2ec2962dc59",name:"Mote of Corruption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"The corruption corpse hurls a black glob of necrotic filth.",details:"2d6 + 3 necrotic damage, and the target is weakened (save ends).",damage:"2d6 + 3 necrotic damage",category:1},{id:"f6d3569d-6759-4145-b2eb-34d980a419e1",name:"Death Burst",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:{bonus:7,defence:1},description:"The corruption corpse explodes.",details:"2d6 + 3 necrotic damage.",damage:"2d6 + 3 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The corruption corpse hurls globs of necrotic matter at living creatures until one or more living creatures close to within melee range, at which point it makes slam attacks."},{id:"25a4ca4c-c580-43a3-9d5b-cfdf9935b846",name:"Rotwing Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"4, fly 4 (clumsy)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:14},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:54,initiative:6,ac:17,fortitude:16,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"c714b3a3-6ce7-44f7-98d4-c4fc9c012256",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"a07da36c-b828-4881-b6b3-39b8cb42b1f2",name:"Flying Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When flying, the rotwing zombie deals an extra 2d6 damage on a successful charge attack.",damage:"the rotwing zombie deals an extra 2d6 damage on a successful charge attack",category:0},{id:"2e5e69e6-95b7-47fc-837b-b4889b7b9d9f",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the rotwing zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The rotwing zombie often perches silently on a ledge or precipice. It swoops down and makes a flying charge against the nearest enemy."},{id:"5cfaa82b-0b6c-41d5-ab24-7ba9cf42a1f8",name:"Chillborn Zombie",details:"",size:2,origin:4,type:0,keywords:"cold, undead",level:6,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:71,initiative:5,ac:22,fortitude:20,reflex:16,will:16,regeneration:null,auras:[{id:"aa9bde39-88ff-4230-ba61-c873e7a2094a",name:"Chillborn Aura",keywords:"Cold",details:"2: any creature that enters or begins its turn in the aura takes 5 cold damage. Multiple chillborn auras deal cumulative damage."}],powers:[{id:"b5ca2077-842b-4902-991a-106211d035a8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d6 + 4 damage, and the target is immobilized until the end of the chillborn zombie’s next turn and takes ongoing 5 cold damage (save ends); see also ice reaper.",damage:"1d6 + 4 damage",category:1},{id:"aa1a1786-d41c-495b-b22c-a7ef814dd32e",name:"Death Burst",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Cold",condition:"",range:"Close Burst 1",attack:{bonus:9,defence:1},description:"The chillborn zombie explodes.",details:"2d6 + 2 cold damage, and the target is slowed (save ends).",damage:"2d6 + 2 cold damage",category:5},{id:"82b72e78-daaf-4672-a4a3-a69952113d35",name:"Ice Reaper",action:null,keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The chillborn zombie deals an extra 5 cold damage to an immobilized creature.",damage:"the chillborn zombie deals an extra 5 cold damage to an immobilized creature",category:0}],damageModifiers:[{type:7,value:0},{type:2,value:-10},{type:6,value:-10},{type:3,value:5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"If it succeeds in immobilizing the target with its slam attack, the chillborn zombie uses ice reaper on its next turn."},{id:"806db60f-9e98-4276-b07d-ad12b5923f8b",name:"Zombie Hulk",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:88,initiative:2,ac:20,fortitude:23,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"c825b915-ca82-402b-8c58-4e90a0626d41",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"74b14372-4a24-4d04-9e02-3ac87eeceacc",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Reach 2; targets Medium size or smaller creature",attack:{bonus:12,defence:0},description:"",details:"4d8 + 5 damage, and the target is knocked prone.",damage:"4d8 + 5 damage",category:1},{id:"81c397f3-5084-4de0-8d85-28982cd658be",name:"Rise Again",action:{action:0,trigger:"the first time the zombie hulk drops to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a new initiative check for the zombie hulk. On its next turn, the zombie hulk rises (as a move action) with 44 hit points.",damage:"the zombie hulk rises (as a move action) with 44 hit points",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The zombie hulk uses zombie smash on creatures smaller than itself. When it falls in battle, it doesn’t stay dead for long, rising once more to have its revenge."},{id:"823e011e-1f97-4b7e-bbf1-aadddb789334",name:"Hobgoblin Archer",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"leather armor, longsword, longbow, quiver of 30 arrows",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:39,initiative:7,ac:17,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"910536b9-0d3d-4ed5-931f-c638f7bea86a",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"13c41bd3-e5a5-4f4c-9cd4-02684302f7cd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage, and the hobgoblin archer grants an ally within 5 squares of it a +2 bonus to its next ranged attack roll against the same target.",damage:"1d10 + 4 damage",category:1},{id:"71f6396d-6540-43ed-84b9-77db427219e1",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin archer suffers an effect that a save can end;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin archer rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin archers take up positions behind cover (if available) and form a tight line to gain the benefits of coordinated fire. Although they prefer to attack at range, they are not afraid to draw swords and enter melee if the front lines are broken."},{id:"011a8b09-348c-48cb-ba51-01ff0b917631",name:"Abolethic Skum",details:"",size:2,origin:0,type:1,keywords:"aquatic, blind, ooze",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14; blindsight 10, tremorsense 10",movement:"2, swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:19},intelligence:{score:4},wisdom:{score:11},charisma:{score:4},hp:1,initiative:13,ac:30,fortitude:32,reflex:30,will:26,regeneration:null,auras:[{id:"dac4d957-8349-4a2c-9a0d-ce4c847f1483",name:"Psychic Dissonance",keywords:"",details:"aura 1; each creature within the aura gains vulnerable 5 psychic damage."}],powers:[{id:"0fb29148-d775-4351-947a-0470509ff699",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"16 damage, and the target is pushed 1 square or slowed until the end of the abolethic skum’s next turn.",damage:"16 damage",category:1},{id:"42c42632-d632-4555-b42e-c1c5209de44f",name:"Aqueous Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An abolethic skum is invisible while in water.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"f5fee47e-712e-4bf3-aa7c-943874d0cdc9",name:"Abyssal Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Acrobatics +11, Athletics +11",equipment:"leather armor; longspear",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:16},intelligence:{score:9},wisdom:{score:11},charisma:{score:10},hp:69,initiative:8,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"af1dad43-231c-4e2e-b83b-8532d1eb81fb",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the abyssal marauder shifts 1 square.",damage:"1d8+6 damage",category:1},{id:"9a63647e-6485-483f-8490-1f08c074f4d1",name:"Throwing Axe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage, and the abyssal marauder shifts 1 square.",damage:"1d6+6 damage",category:1},{id:"41f0fe7c-3197-40e3-8b5d-c3db5f28bf69",name:"Howling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal marauder makes a throwing axe attack and then charges the target of that attack.",damage:"",category:1},{id:"c135e031-e6c2-4d74-86d2-d2e81b34bfb5",name:"Death Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, an abyssal marauder can make two longspear attacks as a standard action, each with a -2 penalty to the attack roll. The marauder cannot use its throwing axe or howling charge while it is bloodied.",damage:"each with a -2 penalty to the attack roll",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"21db33c6-cfc9-4a5e-b327-26bb1af17119",name:"Abyssal Rotfiend",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:26,role:{type:3,flag:0,leader:!1},senses:"Perception +20; truesight 20",movement:"6, fly 6 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:29},dexterity:{score:25},intelligence:{score:20},wisdom:{score:25},charisma:{score:32},hp:245,initiative:20,ac:40,fortitude:38,reflex:36,will:40,regeneration:null,auras:[{id:"6f4518e0-46f0-4f33-8dba-c5f7fa511a04",name:"Abyssal Fields",keywords:"",details:"aura 5; each enemy within the aura cannot teleport."}],powers:[{id:"330895ae-dcb2-40df-8bc8-56274f633b3a",name:"Skullsplitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 2; 3d8+8 psychic damage, or 2d8 + 8 psychic damage against a bloodied target.",damage:"3d8+8 psychic damage",category:1},{id:"a969ec18-ea81-45b2-a58f-1a305ba6f744",name:"Conjure Abscess",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d8+8 psychic damage, and if the target moves more than 2 squares on its turn, it takes 2d8 extra damage (save ends). If the abyssal rotfiend is bloodied, the target takes the damage for moving 1 or more squares.",damage:"2d8+8 psychic damage",category:1},{id:"a24e6b6c-6339-4427-af8d-6e09ba040a8a",name:"Floating Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"the burst creates a zone of dark miasma that lasts until the end of the abyssal rotfiend’s next turn. Any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn. Sustain Minor: The zone persists, and the rotfiend can move it 5 squares.",damage:"any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn",category:1}],damageModifiers:[{type:3,value:-20},{type:6,value:-10}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"9c12f7e7-f719-49ae-8be5-bdebf3e79979",name:"Adult Adamantine Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:14,role:{type:7,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +15, Intimidate +13",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:21},intelligence:{score:11},wisdom:{score:18},charisma:{score:12},hp:564,initiative:14,ac:30,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"f252eea7-9e5d-4bdd-a01d-e9f45a23ef29",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d6+6 damage, and ongoing 5 damage (save ends).",damage:"2d6+6 damage",category:1},{id:"8309bf79-f4b2-4630-85b0-56e42edb7ab8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"dab03c01-6212-4531-a024-56fa95a82c31",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult adamantine dragon makes three claw attacks and then makes a bite attack against a different target.",damage:"",category:1},{id:"3c39948e-6e91-45c1-9968-1038c7b1bfff",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:5},{id:"3ce95593-f7f1-4af9-a965-e8d0ffb07309",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"2d10+6 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the adult adamantine dragon’s next turn, it gives a thunderous roar: close burst 3",attack:{bonus:17,defence:1},description:"",details:"no attack roll; 15 thunder damage.",damage:"15 thunder damage",category:1},{id:"73566bb1-9a55-4f95-b5b3-00955107556b",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult adamantine dragon uses it.",damage:"",category:5},{id:"ed251a49-1d6a-4a3e-b13b-fb8a1193f9e3",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a796e502-b34b-4365-9196-16d51ad3935e",name:"Adult Copper Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:13,role:{type:6,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +18, Bluff +14, Insight +14",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:16},charisma:{score:16},hp:528,initiative:15,ac:27,fortitude:25,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"bda8be07-fc03-44cc-9f5a-fb1fdadeb9a9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The adult copper dragon shifts 2 squares before and after making the attack. Reach 2; 2d6+6 damage plus 2d6 acid damage.",damage:"2d6+6 damage plus 2d6 acid damage",category:1},{id:"a7674f6a-88b3-4487-b69a-634fa5b0fb9c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"3e94e79b-91a9-438d-b2f3-5a4639b7c369",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult copper dragon makes two claw attacks and then shifts 3 squares.",damage:"The adult copper dragon makes two claw attacks and then shifts 3 squares",category:1},{id:"d6d74b52-b10a-4264-aee1-9fef7bde3bdf",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The adult copper dragon flies 14 squares and makes one melee basic attack at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"937bbc23-cfc2-4748-96f3-770d96c102ba",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the adult copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets the triggering enemy; 1d10+6 damage, and the copper dragon shifts 2 squares.",damage:"1d10+6 damage",category:5},{id:"2e3f52a0-e15c-4d55-beff-8befcd56a403",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"2d10+6 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"2d10+6 acid damage",category:1},{id:"14634b4f-123c-453f-80ed-1592c7e977f5",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult copper dragon uses it.",damage:"",category:5},{id:"eeb2dc5c-f014-4e55-8cb3-f9353b49b04f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b4e3064a-f56d-4f3c-9744-245989070a03",name:"Unfettered Wings",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An adult copper dragon makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"44151111-66c9-48ea-87d4-66e71549a843",name:"Adult Gold Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:17,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +21, Athletics +20, Diplomacy +19, Insight +17, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:19},dexterity:{score:18},intelligence:{score:26},wisdom:{score:18},charisma:{score:22},hp:652,initiative:12,ac:31,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"986d206b-4b3f-40ca-a9dc-12c65928a3c3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 damage plus 3d8 fire damage.",damage:"2d8+7 damage plus 3d8 fire damage",category:1},{id:"092f1e7e-2e81-4a81-82df-de686797b401",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"f7065588-322b-4033-9014-bf1e4cfec409",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult gold dragon makes two claw attacks.",damage:"",category:1},{id:"e7321b32-02dd-442a-bfac-8e9560996e0c",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the adult gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends)",category:5},{id:"a9a78a3f-b50d-4c5a-9a1e-099acf69e77f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"2d8+7 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"2d8+7 fire damage",category:1},{id:"c6396b6b-9e51-46fa-baaa-cb3f9466c3e6",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult gold dragon uses it.",damage:"",category:5},{id:"87e04da5-619b-4bd0-98a3-1a0ffa48e4d0",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8872904a-985c-4423-80a8-23801ff138cb",name:"Burning Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 20",attack:{bonus:19,defence:2},description:"",details:"2d8+8 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of fire that lasts until the end of the adult gold dragon’s next turn. Each creature that starts its turn within the zone takes 15 fire damage. Sustain Minor: The zone persists.",damage:"2d8+8 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"743b7e0e-cd13-4d8f-b7ed-113200020786",name:"Adult Iron Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:11,role:{type:4,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +14, Athletics +13, Stealth +14",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:18},intelligence:{score:14},wisdom:{score:19},charisma:{score:11},hp:472,initiative:13,ac:25,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"ba3c6263-c1f2-4e65-87b2-b9a2473ecc93",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d6+5 damage plus 2d6 lightning damage.",damage:"2d6+5 damage plus 2d6 lightning damage",category:1},{id:"5ef0be9d-ab7a-41c6-8c1b-8792dd87401b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"e56cd842-5ced-490e-9a15-bebe81d98c45",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult iron dragon makes two claw attacks.",damage:"",category:1},{id:"6332e5d8-08fd-48ad-bc1f-e7fe4b0bba12",name:"Wing Block",action:{action:5,trigger:"when the adult iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The dragon gains resist 5 to all damage of the triggering attack, and it makes an attack; 1d10+3 damage.",damage:"the dragon gains resist 5 to all damage of the triggering attack",category:5},{id:"1f379ea9-edd8-478a-b997-ff93d9774c12",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:12,defence:2},description:"",details:"3d6+6 lightning damage, and the adult iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"3d6+6 lightning damage",category:1},{id:"c67a253c-0a5c-4cd0-a8fe-12f797eb7c54",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult iron dragon uses it.",damage:"",category:5},{id:"265742fe-304e-4b27-85e3-f4b1c2e68be4",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1335ad1a-a063-40ce-87b6-dc258e7d2f68",name:"Adult Silver Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:15,role:{type:2,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +21, Insight +13",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:22},intelligence:{score:12},wisdom:{score:12},charisma:{score:20},hp:608,initiative:13,ac:27,fortitude:29,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"7d202a11-9d19-472f-8cad-ecb3e4d0072e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"0d64e395-e598-4ec4-9912-67b4e7de2c1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"29453b79-3361-4dc4-9b5d-20f43ec4f4a0",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult silver dragon makes a claw attack against each enemy within reach.",damage:"",category:1},{id:"974b8de5-d8ad-4250-ac01-9f6b73dd4872",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the adult silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 1d8+9 damage.",damage:"1d8+9 damage",category:5},{id:"0dbf06df-cb1c-4e31-9b23-69d2e99ad8fb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"2d8+7 cold damage, and the target gains vulnerable 5 to all damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"f196f25c-1701-4858-be3d-cce57a108ac2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult silver dragon uses it.",damage:"",category:5},{id:"a51fc8f0-5851-446d-ae3f-650aa16ad636",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"0e3bd70d-2236-4e3c-a5fd-d7e5e10b96b6",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An adult silver dragon can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3736b5a5-1e42-4ba4-855b-87b59b0196c4",name:"Ambush Vine",details:"",size:3,origin:2,type:1,keywords:"plant",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +15; tremorsense 20",movement:"6 (forest walk), climb 6, burrow 6, swim 6",alignment:"Unaligned",languages:"",skills:"Athletics +18, Stealth +20",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:25},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:308,initiative:15,ac:30,fortitude:28,reflex:30,will:25,regeneration:null,auras:[],powers:[{id:"525bc6b4-8faa-4799-aa17-74493ec93c32",name:"Poison Leash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 2; 1d8+6 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+6 damage",category:1},{id:"4c6f9944-72e7-49da-9f6a-2fde2e43ab18",name:"Foot Snare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 4; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:3},{id:"cb3fb14d-b63a-4cb7-a860-8ffe30cf10c3",name:"Lashing Vines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 4",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d8+6 damage. If the target is immobilized, the attack deals 1d8 extra damage, and the ambush vine regains 5 hit points.",damage:"2d8+6 damage",category:1},{id:"58b655b5-4ade-4183-82a3-b63b8f491466",name:"Rapid Growth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The ambush vine spawns two ambush vine shoots in spaces within 4 squares of the ambush vine. The shoots act on the vine’s initiative count, immediately after the vine.",damage:"The ambush vine spawns two ambush vine shoots in spaces within 4 squares of the ambush vine",category:1},{id:"4cf9bdb3-eccd-4cc3-b089-5d2031dc3b6f",name:"Sprout Vine",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ambush vine takes 10 damage and spawns an ambush vine shoot in a space within 4 squares of the vine. The shoot acts on the vine’s initiative count, immediately after the vine.",damage:"the ambush vine takes 10 damage and spawns an ambush vine shoot in a space within 4 squares of the vine",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5910a828-33a4-42b5-8eaf-b6aa2b39dbe5",name:"Ambush Vine Shoot",details:"",size:2,origin:2,type:1,keywords:"plant",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +14; tremorsense 20",movement:"6, burrow 6",alignment:"Unaligned",languages:"",skills:"Stealth +19",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:25},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:1,initiative:14,ac:29,fortitude:27,reflex:30,will:23,regeneration:null,auras:[],powers:[{id:"102d7c44-6901-4c56-82e5-52d6b5431182",name:"Wrapping Vines",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 2; 12 damage, and the target is restrained (save ends).",damage:"12 damage",category:1},{id:"1fa778e7-8c14-409c-b15c-6dbbc4c55550",name:"Enwrap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy adjacent to an ambush vine shoot takes a -2 penalty to saving throws against immobilized and restrained.",damage:"Each enemy adjacent to an ambush vine shoot takes a -2 penalty to saving throws against immobilized and restrained",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4eebd4ca-5f37-4cd8-89d4-d593921660fc",name:"Ancient Adamantine Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +24, Intimidate +21",equipment:"",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:21},intelligence:{score:15},wisdom:{score:20},charisma:{score:14},hp:1020,initiative:21,ac:44,fortitude:42,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"13a2a848-370e-405e-8478-c05beb96577a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 4; 2d10+9 damage, and ongoing 15 damage (save ends).",damage:"2d10+9 damage",category:1},{id:"dc01b261-da75-4d57-b73f-0f5f6d48df52",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"1b8dc411-ddcc-4069-8c03-3ea01398d1aa",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient adamantine dragon makes four claw attacks and then makes a bite attack against a different target.",damage:"",category:1},{id:"19c21a57-d881-4dde-85c8-3546929d10bc",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+9 damage, and the target is knocked prone.",damage:"2d8+9 damage",category:5},{id:"4b79b08d-6d64-497d-a36c-a72abbf63d97",name:"Painful Resonance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:33,defence:1},description:"",details:"the target takes ongoing 15 thunder damage and is dazed (save ends both).",damage:"the target takes ongoing 15 thunder damage and is dazed (save ends both)",category:3},{id:"cc3f3a07-9070-4638-b270-e1ccc97af820",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"4d12+6 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the ancient adamantine dragon’s next turn, it gives a thunderous roar: close burst 5",attack:{bonus:31,defence:1},description:"",details:"no attack roll; 20 thunder damage.",damage:"20 thunder damage",category:1},{id:"9c744d8e-47e0-44b8-a157-f72d48725030",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient adamantine dragon uses it.",damage:"",category:5},{id:"fe339d06-9a99-4349-8862-8361a359c0e1",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cbded401-9ee0-4074-8b69-521414099a17",name:"Ancient Copper Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:6,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 14 (hover), overland flight 18",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +28, Bluff +24, Insight +22",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:22},hp:1e3,initiative:25,ac:41,fortitude:39,reflex:41,will:37,regeneration:null,auras:[],powers:[{id:"f179c6ad-79a8-4fe5-a668-ebea6ce40281",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"The ancient copper dragon shifts 2 squares before and after making the attack. Reach 2; 2d10+10 damage plus 4d6 acid damage.",damage:"2d10+10 damage plus 4d6 acid damage",category:1},{id:"918290bf-1c02-4213-a042-69fe00478c91",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"d2f60477-3398-4bfd-bdf6-cefb55f213d0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient copper dragon makes two claw attacks and then shifts 3 squares.",damage:"The ancient copper dragon makes two claw attacks and then shifts 3 squares",category:1},{id:"3b289d3e-9997-4386-8ff9-93f370cbe42f",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The ancient copper dragon flies 16 squares and makes a melee basic attack against each of two different targets at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the targets.",attack:null,description:"",details:"",damage:"",category:1},{id:"1d1bc0fd-6ed2-4533-8c69-e54023ba3b11",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the ancient copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Targets the triggering enemy; 2d8+9 damage, and the copper dragon shifts 4 squares.",damage:"2d8+9 damage",category:5},{id:"df4946c1-af54-4e1f-8d2b-a0f4107c7a13",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d10+8 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"4d10+8 acid damage",category:1},{id:"785cacb8-a461-4b24-9e90-b21b74e32739",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient copper dragon uses it.",damage:"",category:5},{id:"1a8d3a3a-eafd-4ad4-a2b7-2f41eb1da9b9",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"94bfdf84-651e-45e7-ba07-64095a39a718",name:"Unfettered Wings",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient copper dragon makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"705478bc-16c4-4587-ab88-03beadec384a",name:"Ancient Gold Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:30,role:{type:3,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +33, Athletics +29, Diplomacy +29, History +33, Insight +28, Intimidate +29",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:24},intelligence:{score:36},wisdom:{score:26},charisma:{score:28},hp:1088,initiative:22,ac:44,fortitude:42,reflex:44,will:42,regeneration:null,auras:[{id:"f718e089-3c52-4007-ad64-b999a67afa8a",name:"Weakening Flames",keywords:"",details:"(Fire) aura 5; each enemy that enters or starts its turn in the aura chooses either to take 20 fire damage or to be weakened until the start of its next turn."}],powers:[{id:"cf6916a0-8feb-40ac-8954-2143f2f2cdf0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 3d10+9 damage plus 4d10 fire damage.",damage:"3d10+9 damage plus 4d10 fire damage",category:1},{id:"f1eca9c2-b978-480e-a4b7-285dd787d75d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"6f333d73-dbfd-42e0-a52b-7f0a385f2193",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient gold dragon makes three claw attacks.",damage:"",category:1},{id:"552191cb-277f-46f5-a807-e06f055ef02a",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the ancient gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 20 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 20 fire damage (save ends)",category:5},{id:"ad8f16c5-07a5-4f25-9c3b-eeb8ee2e93e5",name:"Ancient Radiance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Radiant",condition:"",range:"Close burst 4",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 3d10+9 radiant damage, and the target is dazed until the end of the ancient gold dragon’s next turn. Aftereffect: The target gains vulnerable 10 radiant (save ends).",damage:"3d10+9 radiant damage",category:1},{id:"a61788df-1ab9-4db9-a533-eed586cbadfd",name:"Beguiling Glow",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 8",attack:{bonus:32,defence:3},description:"",details:"targets enemies; the target is pulled 5 squares and dazed (save ends).",damage:"the target is pulled 5 squares and dazed (save ends)",category:3},{id:"5d204614-acc7-4d80-8eb7-99e4e8a1a664",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Radiant",condition:"",range:"Close blast 5",attack:{bonus:32,defence:2},description:"",details:"4d8+9 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"4d8+9 fire damage",category:1},{id:"9345d032-d2ea-4997-8ef5-69348c8e8a2a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient gold dragon uses it.",damage:"",category:5},{id:"d28fae8d-b047-47b0-b64d-0d861428a2d5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:32,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"a942a526-9862-4cb8-b93e-811a38b566cb",name:"Burning Tomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 20",attack:{bonus:32,defence:2},description:"",details:"4d8+13 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of fire that lasts until the end of the ancient gold dragon’s next turn. Each creature that starts its turn within the zone takes 20 fire damage. Sustain Minor: The zone persists.",damage:"4d8+13 damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"735a615c-6c6e-436c-91e7-7bbf82fc7895",name:"Ancient Iron Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:26,role:{type:4,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"9, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +26, Athletics +26, Stealth +26",equipment:"",category:"",strength:{score:26},constitution:{score:32},dexterity:{score:27},intelligence:{score:23},wisdom:{score:30},charisma:{score:21},hp:992,initiative:25,ac:40,fortitude:40,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"51466cb9-d042-4243-a741-b99e1f2a05bc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 3d8+9 damage plus 4d8 lightning damage.",damage:"3d8+9 damage plus 4d8 lightning damage",category:1},{id:"689087b7-f0d6-483f-964a-d271b814419b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"2c77d309-b5ad-45db-a947-f78fd0eeee68",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient iron dragon makes three claw attacks.",damage:"",category:1},{id:"07383243-1aa6-40eb-bb5f-932ceff8ef5e",name:"Predator’s Response",action:{action:4,trigger:"when the ancient iron dragon is hit by a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against any enemy adjacent to it and shifts 2 squares.",damage:"The dragon makes a claw attack against any enemy adjacent to it and shifts 2 squares",category:5},{id:"713d152e-8c1b-4384-92f4-96b37d9db3aa",name:"Wing Block",action:{action:5,trigger:"when the ancient iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The dragon gains resist 15 to all damage of the triggering attack, and it makes an attack; 3d8+9 damage.",damage:"the dragon gains resist 15 to all damage of the triggering attack",category:5},{id:"eb9bfbfd-3692-4a55-94fb-70852478d473",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:27,defence:2},description:"",details:"4d10+11 lightning damage, and the ancient iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"4d10+11 lightning damage",category:1},{id:"04b56daa-36e3-44ba-8669-6d25ff171670",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient iron dragon uses it.",damage:"",category:5},{id:"8c329555-edb7-45ca-b14c-f7bffa67c8f5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f597560b-58aa-42db-ba7e-969151ad7f05",name:"Iron Wing Shroud",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:29,defence:0},description:"",details:"2d10+9 damage. Effect: The dragon gains resist 15 to all damage until the start of its next turn, but cannot make attacks until the start of its next turn.",damage:"2d10+9 damage",category:3},{id:"8192d402-e3bb-49ff-b8a6-5c9df5d20474",name:"Iron Wing Defense",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient iron dragon gains a +2 bonus to all defenses until the end of its next turn.",damage:"The ancient iron dragon gains a +2 bonus to all defenses until the end of its next turn",category:3}],damageModifiers:[{type:5,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"082a6233-9827-4292-91ee-977e9ef0640b",name:"Ancient Silver Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:29,role:{type:2,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"10, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +30, Insight +21",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:26},intelligence:{score:16},wisdom:{score:14},charisma:{score:24},hp:1072,initiative:22,ac:41,fortitude:43,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"2fd8e1b2-bfd5-45db-9a1e-2276d77e6e28",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d12+11 damage.",damage:"3d12+11 damage",category:1},{id:"ee60cd91-fcbf-4540-aae8-579430ad3631",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d12+11 damage.",damage:"2d12+11 damage",category:1},{id:"0fa5701b-c1b1-41a9-b340-d941ec7b99f0",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:30,defence:0},description:"",details:"4d8+11 damage, and the target is dazed (save ends).",damage:"4d8+11 damage",category:1},{id:"677733fd-259d-463a-b850-3a5d008da669",name:"Furious Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient silver dragon makes a claw attack against each enemy within reach. It also attacks one creature with a bite.",damage:"",category:1},{id:"57c877af-d5a7-4a39-ad2c-063e1f3b1af2",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the ancient silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 2d12+11 damage.",damage:"2d12+11 damage",category:5},{id:"13665fa6-ff4c-4ce4-bdfb-e2e1de24618d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8+9 cold damage, and the target gains vulnerable 15 to all damage (save ends). Miss: Half damage.",damage:"4d8+9 cold damage",category:1},{id:"b0336098-ef46-4434-a440-e4dcba4af691",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient silver dragon uses it.",damage:"",category:5},{id:"8eb4bd2d-491e-464b-b306-81676f103131",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"42037980-8b95-4cdd-bf0b-fa1de8d8aa95",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient silver dragon can make opportunity attacks against all enemies in its reach (2 squares for its claw or wing, 3 squares for its bite).",damage:"3 squares for its bite)",category:0},{id:"3af2c4cc-8e9d-45cb-bfaf-9cd065133499",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"an ancient silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22f15fad-c8a7-4852-8ca8-a80b161a0cc9",name:"Angel of Authority",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:3,flag:0,leader:!0},senses:"Perception +18",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Insight +23, Religion +23",equipment:"plate armor; quarterstaff",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:22},intelligence:{score:24},wisdom:{score:25},charisma:{score:27},hp:203,initiative:17,ac:36,fortitude:32,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"022799d5-fd3c-47b5-b2a6-b9820a4b8e55",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 1d10+8 damage plus 1d10 radiant damage.",damage:"1d10+8 damage plus 1d10 radiant damage",category:1},{id:"936db246-5b6b-43d1-8b58-4116d5c5e17d",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"2d10+8 lightning damage, and the target is dazed until the end of the angel of authority’s next turn.",damage:"2d10+8 lightning damage",category:1},{id:"b9879d0d-34a1-4164-9f2b-4010dc5ba8f9",name:"Majestic Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 1d10+8 radiant damage plus 1d10 thunder damage, and the target is weakened (save ends). Miss: Half damage. Effect: Any angel within the burst gains a +2 bonus to attack rolls until the end of the angel of authority’s next turn.",damage:"1d10+8 radiant damage plus 1d10 thunder damage",category:1},{id:"48001846-d848-4d5e-9893-156cea285eb2",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of authority takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of authority takes a -2 penalty to the attack roll",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"a82cd53b-c0a9-41cd-9958-b708ac580c2f",name:"Angel of Light",details:"",size:2,origin:3,type:2,keywords:"angel",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"glaive",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:23},intelligence:{score:15},wisdom:{score:27},charisma:{score:23},hp:1,initiative:19,ac:37,fortitude:34,reflex:34,will:36,regeneration:null,auras:[],powers:[{id:"e7383348-42e1-4732-bd15-3244bc924a94",name:"Angelic Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 10 damage.",damage:"10 damage",category:1},{id:"614cddaa-badd-426e-815b-66126b83dda7",name:"Death Burst",action:null,keywords:"Radiant",condition:"when the angel of light drops to 0 hit points",range:"The angel of light explodes in a burst of radiant light: close burst 10",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 10 radiant damage; Effect: Angels in the burst gain 10 temporary hit points.",damage:"10 radiant damage",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"6ac9c869-63f0-4123-8901-11ef989da99c",name:"Angel of Retrieval",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:0,flag:0,leader:!1},senses:"Perception +22; blindsight 10",movement:"8, fly 12 (hover), teleport 5",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +22, Intimidate +29",equipment:"longbow; plate armor; short sword",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:28},intelligence:{score:23},wisdom:{score:23},charisma:{score:24},hp:162,initiative:20,ac:34,fortitude:33,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"a3a95f70-0a87-473c-a172-134ffc1c42fc",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d6+6 radiant damage.",damage:"2d6+6 radiant damage",category:1},{id:"10996cca-855f-4621-b82e-7e223f68f676",name:"Angelic Bow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:27,defence:0},description:"",details:"2d8+9 radiant damage, and each enemy adjacent to the target takes 10 radiant damage.",damage:"2d8+9 radiant damage",category:1},{id:"12ec9011-1198-4f6e-b3c5-b2bf507d1129",name:"Isolating Displacement",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Reach 2; 2d8+10 radiant damage, and the angel of retrieval teleports the target 5 squares. The angel then teleports to a space adjacent to the target. The angel can choose to deal no damage with this attack. Miss: The angel teleports 5 squares.",damage:"2d8+10 radiant damage",category:1},{id:"f5d539e5-46dc-4daf-8731-0020f50b3a9c",name:"Clear the Way",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Area burst 3 within 10",attack:{bonus:27,defence:1},description:"",details:"3d8+9 radiant damage, and the angel of retrieval slides the target 3 squares. Miss: Half damage, and the angel slides the target 1 square.",damage:"3d8+9 radiant damage",category:1},{id:"20d343dd-8520-4e56-a522-40151b2c72f9",name:"Hunt the Guilty",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel of retrieval chooses one enemy within 10 squares of it. Until the end of the encounter, the angel’s attacks deal 1d10 extra damage against that creature.",damage:"the angel’s attacks deal 1d10 extra damage against that creature",category:3}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"57aa2533-873e-4c90-b77b-405f08f29e90",name:"Angel of Supremacy",details:"",size:3,origin:3,type:2,keywords:"angel",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Intimidate +21",equipment:"heavy shield; plate armor; spear",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:22},charisma:{score:19},hp:226,initiative:19,ac:40,fortitude:38,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"ba791206-f479-460f-8d82-24a549afa5ff",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 1d10+9 damage plus 1d10 thunder damage.",damage:"1d10+9 damage plus 1d10 thunder damage",category:1},{id:"9920ef09-f2bc-4bdd-9d7d-88103f86562d",name:"Light of Justice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d10+9 radiant damage. Effect: The target is marked until the end of the encounter.",damage:"2d10+9 radiant damage",category:1},{id:"bb2845c1-e437-465e-a5fd-e4ef75e67d81",name:"Summons to Justice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"targets creatures marked by the angel of supremacy; no attack roll; the angel of supremacy pulls the target 1 square.",damage:"the angel of supremacy pulls the target 1 square",category:3},{id:"0b643055-2a68-4139-9610-e64e90925181",name:"Astral Brilliance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Zone",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"2d10+9 radiant damage. Effect: The burst creates a zone of radiance that lasts until the end of the encounter. The angel of supremacy’s spear attack deals 1d10 extra radiant damage while the angel is within the zone.",damage:"2d10+9 radiant damage",category:1},{id:"40c3386a-8670-401e-9496-2002adb98f5c",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of supremacy takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of supremacy takes a -2 penalty to the attack roll",category:0},{id:"1fd66a3c-e60f-411e-bf1d-709894a01bb1",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An angel of supremacy can make opportunity attacks against all enemies in reach.",damage:"",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"b8411da6-c290-4246-bc10-5dead5328bee",name:"Ankheg",details:"",size:3,origin:4,type:1,keywords:"",level:3,role:{type:4,flag:1,leader:!1},senses:"Perception +9; tremorsense 5",movement:"8, burrow 4 (tunneling)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:4},hp:100,initiative:10,ac:17,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"40693470-9ca0-488c-8430-91dde510b569",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"edae8098-5847-4138-b1ce-20a564b3865d",name:"Mandible Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the ankheg does not have a creature grabbed",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+5 damage, and the target is grabbed.",damage:"1d8+5 damage",category:1},{id:"25fc463a-5041-4508-90d7-f50bd30242c4",name:"Gnaw and Scuttle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Targets creature grabbed by the ankheg; 1d8+2 damage, and ongoing 5 acid damage (save ends). The ankheg then shifts 2 squares and pulls the target to space adjacent to its new location.",damage:"1d8+2 damage",category:3},{id:"9d2bdeaf-06a7-432f-a740-0178228e3866",name:"Acid Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:8,defence:2},description:"",details:"1d8+5 acid damage, and the target is slowed and takes ongoing 5 acid damage (save ends both).",damage:"1d8+5 acid damage",category:1},{id:"36769526-8816-481d-a70d-2774efe098a0",name:"Mandible Carry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ankheg can move at normal speed while carrying a creature that is Medium or smaller.",damage:"",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93571040-321e-436f-909a-455794815862",name:"Ankheg Broodling",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; tremorsense 5",movement:"6, burrow 2 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:1},wisdom:{score:12},charisma:{score:2},hp:1,initiative:3,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"34079a46-960a-455e-96bd-57a2ef198d8f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"a3270b30-5e46-4fbf-9fa9-c0570f0b9de6",name:"Mandible Rip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"6 damage. If the ankheg broodling makes a critical hit against a target, each creature adjacent to that target takes 3 acid damage.",damage:"6 damage",category:1},{id:"9e65c3a9-a820-4da3-8bd1-0b7d7ae93b59",name:"Brood Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ankheg broodling gains a +4 bonus to attack rolls against targets that are grabbed by any ankheg.",damage:"An ankheg broodling gains a +4 bonus to attack rolls against targets that are grabbed by any ankheg",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22774bbb-f1c9-4890-88e3-e702e06b13bc",name:"Arbalester",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:5},wisdom:{score:15},charisma:{score:8},hp:43,initiative:6,ac:16,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"ba630144-31cf-4d8c-8332-3b59a59c2aa3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"25cd7ba7-1c49-4564-b655-ebd0ff796082",name:"Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20/40",attack:{bonus:11,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"0da72afa-4349-4afb-ad15-285b7454a2d3",name:"Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The arbalester makes two bolt attacks, each against a different target. The targets must be within 5 squares of each other.",damage:"The targets must be within 5 squares of each other",category:1},{id:"d7012b28-5409-47dd-99a9-9ecc04c2ee18",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of the arbalester’s turn, if an enemy is in its guarded area, the arbalester recharges double shot power.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"97758038-b0a4-47c7-b5c1-4efaf05998f7",name:"Aspect of Demogorgon",details:"",size:4,origin:1,type:2,keywords:"aquatic, demon",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"6, teleport 6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +27, Intimidate +21",equipment:"",category:"",strength:{score:31},constitution:{score:30},dexterity:{score:20},intelligence:{score:28},wisdom:{score:18},charisma:{score:30},hp:476,initiative:17,ac:39,fortitude:37,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"7fbe6ad9-b341-407a-b229-1715826e8415",name:"Forked Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 5; 2d8+5 necrotic damage, and the target is weakened (save ends).",damage:"2d8+5 necrotic damage",category:1},{id:"8e3423ec-e6c1-41e6-807c-0ccbb1297432",name:"Tentacle Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:27,defence:1},description:"",details:"2d8+5 damage, and ongoing 10 damage (save ends). If the aspect of Demogorgon’s attack deals ongoing damage to a creature that is already taking ongoing damage, the ongoing damage increases by 5.",damage:"2d8+5 damage",category:1},{id:"84edc680-e4dc-4930-a1e1-d29305768303",name:"Inescapable Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"the target is teleported to a space within 2 squares of the aspect of Demogorgon.",damage:"the target is teleported to a space within 2 squares of the aspect of Demogorgon",category:1},{id:"b6cdbae0-1e74-4b2c-ab08-8ab8f92b01de",name:"Dominating Glare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:29,defence:3},description:"",details:"targets enemies; 1d10+5 psychic damage, and the target is dominated (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"2b163180-4d28-459d-8478-e62f04965e00",name:"Gaze of the Abyssal Might",action:{action:7,trigger:"when an enemy starts its turn within 10 squares of the aspect of demogorgon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets the triggering creature; roll a d20; on a roll of 10 or higher, the target is slowed until the end of its turn.",damage:"on a roll of 10 or higher",category:5},{id:"344143e2-a5e5-4802-8964-aef91cc1ac9a",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, an aspect of Demogorgon makes two initiative checks. Each check corresponds to one of the aspect’s heads—Aameul or Hethradiah—and the aspect takes a turn on both initiative counts. The aspect has a full set of actions on each of these turns, and the aspect’s ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"5a76be94-b4d7-422d-90fb-9e7521cf7867",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, an aspect of Demogorgon saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2dc16ff9-14f9-473d-9457-e5a49e934a4d",name:"Assassin Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:24,role:{type:4,flag:0,leader:!1},senses:"Perception +23; darkvision",movement:"12",alignment:"Evil",languages:"Common, Supernal",skills:"Stealth +27",equipment:"leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:28},intelligence:{score:17},wisdom:{score:25},charisma:{score:13},hp:167,initiative:25,ac:38,fortitude:34,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"08ea143a-0f01-4f6d-8bc1-0bd5d077fda2",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+5 necrotic damage, and ongoing 5 damage (save ends).",damage:"3d6+5 necrotic damage",category:1},{id:"6e6a31bc-f920-4b85-8c25-c585097af011",name:"Shadow Net",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the assassin devil uses shadow cloak"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:26,defence:2},description:"",details:"the target is restrained, is weakened, and takes ongoing 10 necrotic damage (save ends all). While a target is affected by shadow net, the assassin devil cannot use its shadow cloak power.",damage:"and takes ongoing 10 necrotic damage (save ends all)",category:1},{id:"6d30fad9-2d9d-4c7a-964b-3fa4f42d3934",name:"Dangerous Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it.",damage:"an assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it",category:0},{id:"6f416e1a-1f27-4f3f-b568-44b6143f4e19",name:"Shadow Cloak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creatures are affected by shadow net"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The assassin devil is invisible until it hits or misses with an attack.",damage:"",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fdd53ffc-0fdb-402a-b947-6f2fd12ac6f9",name:"Barghest Battle Lord",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +11",equipment:"greatsword",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:19},wisdom:{score:18},charisma:{score:16},hp:82,initiative:5,ac:21,fortitude:19,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"d7479eb9-5293-45f4-9d2c-2f6d97e4b307",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"usable only in wolf form",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage, and the target is knocked prone.",damage:"2d6+4 damage",category:1},{id:"7aefa962-5e8c-4e68-99ed-44473df2caf1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only in hobgoblin form",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage, and the barghest battle lord is invisible to the target until the end of the battle lord’s next turn.",damage:"1d10+5 damage",category:1},{id:"ebbaf276-de63-47fa-b602-12647e9306ff",name:"Psychic Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d8+5 psychic damage, and the target is dazed until the end of the barghest battle lord’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"1d8+5 psychic damage",category:1},{id:"fc888ac1-f67a-4fd4-8e57-7d39c34fc66f",name:"Life Feed",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"usable only in wolf form",range:"Close blast 5",attack:{bonus:11,defence:1},description:"",details:"1d8+1 necrotic damage, and ongoing 5 necrotic damage (save ends). When a target takes the ongoing damage, the barghest battle lord regains 5 hit points.",damage:"1d8+1 necrotic damage",category:1},{id:"f8465949-384b-47bc-9f2a-215f46111211",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A barghest battle lord can alter its physical form to appear as a wolf or a hobgoblin.",damage:"",category:3},{id:"6e2c29b8-be29-47db-aa73-8cca0c341f1b",name:"Get Some Distance",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barghest battle lord shifts 2 squares.",damage:"The barghest battle lord shifts 2 squares",category:5}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"38fb948a-b1fa-43bd-ba09-1fe02ef72aba",name:"Barghest Savager",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9",equipment:"battleaxe",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:63,initiative:4,ac:16,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"ffcaef27-3301-422e-8375-bec158de9ee4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"usable only in wolf form",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"4d3a4e4c-bbbc-4b2f-bc54-b0bcc090d3b3",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only in bugbear form",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"dc754ce0-00e9-45f4-9451-23c0ba53010f",name:"Jump Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The barghest savager shifts 3 squares before and after the attack; 3d8+5 damage.",damage:"3d8+5 damage",category:1},{id:"0941d211-fbb5-474a-bfb2-913062205718",name:"Power Feed",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Reliable",condition:"usable only in wolf form",range:"",attack:{bonus:5,defence:3},description:"",details:"2d6+5 psychic damage, and the barghest savager gains one use of an at-will or encounter attack power that it has seen the target use during this encounter.",damage:"2d6+5 psychic damage",category:1},{id:"f75b0b73-f3ce-41a5-b3e5-3ce43e419e07",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A barghest savager can alter its physical form to appear as a wolf or a bugbear.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fe48bec-f341-4b64-b877-8f0191c590e4",name:"Bebilith",details:"",size:4,origin:1,type:1,keywords:"demon",level:18,role:{type:2,flag:2,leader:!1},senses:"Perception +14; darkvision, tremorsense 20",movement:"12, climb 12 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:22},dexterity:{score:25},intelligence:{score:5},wisdom:{score:20},charisma:{score:19},hp:696,initiative:16,ac:30,fortitude:30,reflex:31,will:29,regeneration:null,auras:[{id:"f13b19f0-5de1-4891-b7a5-13d96bc842c4",name:"Spectral Death Web",keywords:"",details:"aura 3; each enemy within the aura that is hit by an attack loses all resistances until the end of its next turn."}],powers:[{id:"249a9411-1d55-4f1d-bd3d-2a1a87db7ab9",name:"Reaving Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d10+6 damage, and the target takes a cumulative -1 penalty to AC each time it is hit until the end of the encounter.",damage:"2d10+6 damage",category:1},{id:"c1068dcc-8f81-4b5e-9b9c-5337dcbb4b13",name:"Flashing Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bebilith makes two reaving claw attacks against two different targets.",damage:"",category:1},{id:"6a4c6c2e-bc1b-4dd4-bc49-7aef570a602a",name:"Venomous Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"usable only while bloodied",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage, and ongoing 10 poison damage (save ends.",damage:"2d8+6 damage",category:1},{id:"08d42f8d-4ee8-4bc6-a757-41116010bb22",name:"Flaming Web",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"2d8+10 fire damage, and the target is slowed and takes ongoing 10 fire damage (save ends both). First Failed Saving Throw: The target is restrained instead of slowed and takes ongoing 15 fire damage (save ends both).",damage:"2d8+10 fire damage",category:3},{id:"08751322-1d19-4cbf-a167-6b7cb896b670",name:"Hunter’s Reflexes",action:{action:4,trigger:"when an enemy moves into an adjacent space",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bebilith shifts 4 squares. This shift can move through enemies’ spaces.",damage:"The bebilith shifts 4 squares",category:5},{id:"e5be6b89-c5e0-49d6-953a-8c37bf5c6188",name:"Dangersense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bebilith acts two times in a round, on initiative counts 20 and 10. It cannot delay or ready actions. On each turn, it has a standard action instead of its normal allotment of actions. It can use one immediate action between each pair of turns.",damage:"on initiative counts 20 and 10",category:0}],damageModifiers:[{type:3,value:-20}],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"970265c6-3ae4-464c-9722-3b8e068996f0",name:"Behir",details:"SHREWD AND DEADLY, a behir is capable of running down prey and swallowing it whole. A quick-witted opponent could try to reason with—or bribe—a behir before becoming its next meal.",size:4,origin:4,type:1,keywords:"",level:14,role:{type:7,flag:2,leader:!1},senses:"Perception +12; tremorsense 10",movement:"7, climb 5",alignment:"Unaligned",languages:"Common, Draconnic",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:21},charisma:{score:13},hp:564,initiative:14,ac:30,fortitude:27,reflex:26,will:26,regeneration:null,auras:[{id:"b84f6af3-a203-4094-9b44-58542dd03ba6",name:"Lightning Storm",keywords:"",details:"aura 5; an enemy that starts its turn in the aura takes 5 lightning damage."}],powers:[{id:"494029d0-984e-4572-9e30-f59ee63b435b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 3; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"6e70c3e7-27e2-4bb1-81ae-70584c0a5a6b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 1d8+6 damage plus 1d8 lightning damage.",damage:"1d8+6 damage plus 1d8 lightning damage",category:1},{id:"db18a2ac-1f2f-4bc8-b323-485b4e2c8015",name:"Devour",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"Reach 3; 2d8+6 damage, and a Medium or smaller target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the behir, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the behir. A behir can move normally while it has a target grabbed in this way. When the behir dies, the target can escape as a move action, appearing in the behir’s former space. Sustain Free: The behir sustains the grab, and the target takes 10 damage.",damage:"2d8+6 damage",category:1},{id:"deb5a0c7-7199-4734-b10e-79aab5824899",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"3d10+6 lightning damage and the target is dazed. Miss: Half damage.",damage:"3d10+6 lightning damage and the target is dazed",category:1},{id:"42c93b11-5d54-49d7-a804-8c9bcd83d08e",name:"Thundering Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:17,defence:1},description:"",details:"1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"eb452eab-c072-433f-a4ee-54929dd7ca04",name:"Lightning Reflexes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir acts three times in a round, on initiative counts 30, 20, and 10. It cannot delay or ready actions. On each turn, it has a standard action instead of the normal allotment of actions. It can use one immediate action between each pair of turns.",damage:"on initiative counts 30",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"80ecdd63-df44-456a-8d9f-59afbe5a0625",name:"Behir Bolter Whelp",details:"ALTHOUGH SMALL IN COMPARISON with adult behirs, a behir bolter whelp is large and fast enough to easily capture and consume the creatures it preys upon.",size:3,origin:4,type:1,keywords:"",level:8,role:{type:7,flag:2,leader:!1},senses:"Perception +7; tremorsense 10",movement:"8, climb 5",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:20},intelligence:{score:7},wisdom:{score:17},charisma:{score:11},hp:352,initiative:11,ac:24,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"9262d910-b7c2-4bde-8523-22d4ddc01b52",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"10347db3-883b-4964-ac21-a9fa6fe20cf2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+5 damage plus 1d6 lightning damage.",damage:"1d6+5 damage plus 1d6 lightning damage",category:1},{id:"c76afe00-5d01-4b7d-86be-800a58a6106b",name:"Knockdown Rush",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The behir bolter whelp charges and makes the following attack; 1d12+6 damage, and the target is knocked prone.",damage:"1d12+6 damage",category:3},{id:"61c18524-144e-4270-abb1-1ba4df287008",name:"Rip-Claw Response",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir bolter whelp makes a claw attack against the triggering creature.",damage:"",category:5},{id:"b227876d-3338-4a59-9007-708914691b28",name:"Lightning Shock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5 and when first bloodied"},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"2d10+7 lightning damage. Miss: Half damage.",damage:"2d10+7 lightning damage",category:1},{id:"46a09904-d17c-4105-9af8-4ee201da51ad",name:"Lightning Reflexes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir bolter whelp acts three times in a round, on initiative counts 20, 15, and 5. It cannot delay or ready actions. On each turn, it has a standard action instead of the normal allotment of actions. It can use one immediate action between each pair of turns.",damage:"on initiative counts 20",category:0}],damageModifiers:[{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0793f6b-4bd4-41dc-9b09-bbb278d6e03c",name:"Behir Stormsteed",details:"TRAINED AS MOUNTS BY STORM GIANTS, behir stormsteeds focus their lightning breath into constant streams of arcing electricity that they cling to and climb upon with their many legs.",size:4,origin:4,type:1,keywords:"mount",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +18; tremorsense 10",movement:"8, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:29},dexterity:{score:25},intelligence:{score:7},wisdom:{score:23},charisma:{score:15},hp:229,initiative:21,ac:40,fortitude:38,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"0d4fa857-9a66-49f7-b416-5fe34e607ce0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 1d8+9 damage plus 1d8 lightning damage, and each creature within 3 squares of the target takes 5 lightning damage.",damage:"1d8+9 damage plus 1d8 lightning damage",category:1},{id:"1e3736af-9b1a-4cd5-b26d-9b3de77fcbf1",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"two creatures in burst; 1d10+9 lightning damage and the target is slowed until the end of the target’s next turn.",damage:"1d10+9 lightning damage and the target is slowed until the end of the target’s next turn",category:1},{id:"e1369d98-767c-43e3-aa9d-bd663aea2d26",name:"Ride the Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 24th level or higher",range:"",attack:null,description:"",details:"The behir stormsteed can use its bite or lightning breath once per turn as a minor action. In addition, the rider gains a +2 bonus to attacks with lightning powers.",damage:"the rider gains a +2 bonus to attacks with lightning powers",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"763850c3-95f7-4811-bb11-356726028d21",name:"Beholder Eye of Chaos",details:"THE EYE OF CHAOS IS A SINGULAR ENGINE of destruction, eschewing tactics and reason in favor of sowing a maximum amount of mayhem and ruin.",size:3,origin:0,type:1,keywords:"",level:25,role:{type:0,flag:1,leader:!1},senses:"Perception +16; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:18},charisma:{score:28},hp:364,initiative:20,ac:37,fortitude:37,reflex:37,will:38,regeneration:null,auras:[],powers:[{id:"05b981f3-8d25-498a-ab34-c0a829c97888",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"806d281b-1e84-4eb8-a607-c43ead0de5e0",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:30,defence:1},description:"",details:"and the target cannot use encounter attack powers or daily attack powers until the end of the beholder eye of chaos’s next turn.",damage:"",category:3},{id:"a339035c-a376-4f9a-bb75-5eb66512d586",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder eye of chaos",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eye of chaos uses eye ray against the triggering enemy.",damage:"",category:5},{id:"7d861256-73d7-487e-8b2f-5fdb8af0dde6",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eye of chaos uses one eye ray power chosen from the list below. Using eye rays does not provoke opportunity attacks.",damage:"",category:1},{id:"9515556f-24a1-4136-bc00-49e8c6cf1706",name:"Ripple of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Each enemy within 5 squares of the beholder eye of chaos is targeted by a random eye ray power as a free action. The eye of chaos then teleports 6 squares as a free action.",damage:"Each enemy within 5 squares of the beholder eye of chaos is targeted by a random eye ray power as a free action",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4aaae2c6-9442-4874-bca0-011a979db7d3",name:"Beholder Eye of Frost",details:"THE EYE OF FROST IS A HEARTLESS PREDATOR that hunts in frozen lands of ice and snow. More so than other types of beholders, the eye of frost lives for the twisted pleasures of the moment, seldom concerning itself with long-term plans.",size:3,origin:0,type:1,keywords:"",level:14,role:{type:0,flag:1,leader:!1},senses:"Perception +16; all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:21},dexterity:{score:21},intelligence:{score:12},wisdom:{score:18},charisma:{score:23},hp:222,initiative:12,ac:26,fortitude:26,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8ea35a0a-ba09-4b92-afa9-1c46d5a1ac0e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6 damage.",damage:"2d6 damage",category:1},{id:"430e8af9-f617-4b72-9c31-2b1942004239",name:"Central Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(minor 1/round",range:"Ranged 8",attack:{bonus:20,defence:2},description:"",details:"the target is weakened (save ends). If the target takes cold damage while weakened by this power, it is immobilized until no longer weakened.",damage:"if the target takes cold damage while weakened by this power",category:1},{id:"cd582bd9-d30c-435c-91fa-e067366b0319",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder eye of frost",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eye of frost uses eye ray against the triggering enemy. While the eye of frost is bloodied, a creature it hits also gains vulnerable 5 cold until the end of the eye of frost’s next turn.",damage:"a creature it hits also gains vulnerable 5 cold until the end of the eye of frost’s next turn",category:5},{id:"18777fb7-2412-442e-aeb1-ced5b2fd60ee",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eye of frost uses one eye ray power chosen from the list below. Using eye rays does not provoke opportunity attacks.",damage:"",category:1},{id:"ca95c840-b62e-4513-9492-9e1eff372cac",name:"Ice Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The beholder eye of frost’s AC and Fortitude increase by 2 until the end of the encounter.",damage:"The beholder eye of frost’s AC and Fortitude increase by 2 until the end of the encounter",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bebc1e8-554b-4984-866a-6b0ca8f80fb2",name:"Beholder Gauth",details:"THE GAUTH IS THE LEAST among beholderkind, but it uses the reputation of its more fearsome kin to gain power over weaker creatures.",size:2,origin:0,type:1,keywords:"",level:5,role:{type:0,flag:1,leader:!1},senses:"Perception +10; all-around vision, darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:15},intelligence:{score:18},wisdom:{score:16},charisma:{score:20},hp:102,initiative:4,ac:17,fortitude:16,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"379f8615-689b-456f-81c7-a479a40876d3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4 damage.",damage:"2d4 damage",category:1},{id:"34c484a6-5eb6-4e98-a5fb-eb9906f10ce3",name:"Central Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(minor",range:"Ranged 5",attack:{bonus:10,defence:3},description:"",details:"the target is immobilized until the end of the beholder gauth’s next turn.",damage:"",category:1},{id:"3e8e1dca-c596-42e3-b1b5-480f7823dc50",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder gauth uses two eye ray powers chosen from the list below. Each eye ray must target a different creature. Using eye rays does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee941ab2-30b9-4b6b-8f24-75b4a9f0c1bb",name:"Beholder Ultimate Tyrant",details:"THE MOST HORRIBLE OF ALL BEHOLDERS, ultimate tyrants emerge from the Far Realm to spread dark madness in their wake.",size:4,origin:0,type:1,keywords:"",level:29,role:{type:0,flag:2,leader:!1},senses:"Perception +27; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:30},dexterity:{score:22},intelligence:{score:34},wisdom:{score:27},charisma:{score:38},hp:1080,initiative:20,ac:41,fortitude:38,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"88a299f1-b74e-4314-9040-502c666f7439",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"012bc9f6-a94d-4bf0-acab-dbf17a11af98",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 30",attack:{bonus:34,defence:1},description:"",details:"the target is dazed and slowed (save ends both). First Failed Saving Throw: The target is stunned (save ends). Miss: The target is slowed (save ends).",damage:"",category:3},{id:"abb9379b-5502-473c-be47-fb2869741b22",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ultimate tyrant uses eye ray against the triggering enemy.",damage:"",category:5},{id:"4ecacd76-f5a2-40ab-82a7-f4b4266b7123",name:"Spasmodic Rays",action:null,keywords:"",condition:"when first bloodied and again when the beholder ultimate tyrant drops to 0 hit points",range:"",attack:null,description:"",details:"The ultimate tyrant uses a random eye ray attack against each enemy within 10 squares.",damage:"The ultimate tyrant uses a random eye ray attack against each enemy within 10 squares",category:0},{id:"d415b976-e1a9-497d-a505-a79d9519a589",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The beholder ultimate tyrant uses two eye ray powers chosen from the list below. The origin square of each area burst must be centered on a different enemy. Using eye ray does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"069c54b3-80b4-4726-9e6f-c117e5f08b98",name:"Antimagic Field",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A beholder ultimate tyrant takes no damage from zone effects.",damage:"a beholder ultimate tyrant takes no damage from zone effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"3692740b-a6ad-47d3-aa4e-350357f7a3cd",name:"Berserker Prelate of Demogorgon",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Diplomacy +12, Religion +11",equipment:"greatclub; hide armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:14},wisdom:{score:12},charisma:{score:17},hp:86,initiative:4,ac:22,fortitude:20,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"ea0fcaf0-a93b-44b8-bd86-46bbe3df2b0c",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+7 damage, and the berserker prelate of Demogorgon pushes the target 1 square.",damage:"1d10+7 damage",category:1},{id:"e07cac96-5176-42b6-971e-9bf07957d103",name:"Abyssal Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"1d8+4 damage, and the berserker prelate of Demogorgon slides the target 2 squares.",damage:"1d8+4 damage",category:1},{id:"1aa78120-bdf7-4c0f-a72b-28e9c68cdc2c",name:"Bloodletter’s Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:10,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage, and the target is dazed until the end of the berserker prelate of Demogorgon’s next turn. Effect: Any ally within the burst gains a +2 bonus to attack rolls until the end of its next turn.",damage:"2d6+5 psychic damage",category:1},{id:"286c97fa-283c-4e22-8485-c512c02f1e61",name:"Death Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the berserker prelate of Demogorgon can make two greatclub attacks as a standard action, each with a -2 penalty to the attack roll. The prelate cannot use abyssal bolt or bloodletter’s call until the end of the encounter.",damage:"each with a -2 penalty to the attack roll",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c24b0cd6-ee06-48c6-9d8f-ca51961af395",name:"Black Pudding",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +4; blindsight 10, tremorsense 10",movement:"4, climb 3",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:163,initiative:6,ac:20,fortitude:22,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"44e369e6-5b42-4f4f-b775-de5820b899b1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"2d6+4 acid damage, and ongoing 5 acid damage (save ends).",damage:"2d6+4 acid damage",category:1},{id:"81a2d53b-7e5b-4254-b5ef-7994a73e9443",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:9,defence:1},description:"",details:"2d6+4 acid damage, and the target is grabbed. Sustain Standard: The black pudding sustains the grab, and the target takes 2d6 acid damage and loses a healing surge. A target that has no healing surges instead takes damage equal to its level.",damage:"2d6+4 acid damage",category:1},{id:"e6d6d457-b7cb-4b6c-a1ca-9efb8833d9e3",name:"Mercurial Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A black pudding ignores difficult terrain and does not provoke opportunity attacks by moving.",damage:"",category:0},{id:"6bf8d397-bb5d-447b-b877-2973b59c9db8",name:"Split",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the black pudding is hit by a weapon attack",range:"",attack:null,description:"",details:"A black pudding spawn appears in a square adjacent to the black pudding or in the nearest unoccupied square.",damage:"",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"61114884-a8ae-4111-88df-60a1570414fc",name:"Black Pudding Spawn",details:"",size:2,origin:4,type:1,keywords:"blind, ooze",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; blindsight 10, tremorsense 10",movement:"4, climb 3",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:1,initiative:6,ac:22,fortitude:24,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"eca8c265-3669-4d20-9d7d-e976f2b7eafe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"10 acid damage.",damage:"10 acid damage",category:1},{id:"594ace05-8f60-49d2-892e-30a68c2534e1",name:"Mercurial Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A black pudding spawn ignores difficult terrain and does not provoke opportunity attacks by moving.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"c7b995e1-3b51-42e8-b5a4-96f8b03afeb6",name:"Bladerager Troll",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +17, Endurance +16",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:151,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:{value:10,details:""},auras:[],powers:[{id:"f626daf0-d8c9-4cd9-a6dc-60bb44aa424e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"8bd5d1ad-a9c8-4e4e-ab00-0e85942ed593",name:"Bladerager Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d10+6 damage, and ongoing 5 damage (save ends).",damage:"3d10+6 damage",category:1},{id:"8bca2c89-3568-4834-99e0-94791f69a7a8",name:"Death Burst",action:null,keywords:"",condition:"when the bladerager troll drops to 0 hit points",range:"close burst 2",attack:{bonus:13,defence:2},description:"",details:"The troll explodes in a burst of shrapnel; 2d6+5 damage.",damage:"2d6+5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the bladerager troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"4b4fb916-b58d-40d3-a2b5-99af01d03a85",name:"Blood Hawk",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"2 (clumsy), fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:16},intelligence:{score:2},wisdom:{score:13},charisma:{score:7},hp:27,initiative:5,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"73921a95-ee23-4b65-9a82-1bc780817659",name:"Claw Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+5 damage, and the target takes ongoing 2 damage, or ongoing 5 damage if the blood hawk is bloodied (save ends).",damage:"1d6+5 damage",category:1},{id:"82203ab2-692f-4c6e-9d9f-31dded3c5e73",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Blood Hawk flies 6 squares and makes a Claw Rake attack at any point during that movement. The Blood Hawk doesn’t provoke opportunity attacks when moving away from the target.",damage:"The Blood Hawk flies 6 squares and makes a Claw Rake attack at any point during that movement",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d8d1bf95-9e4e-4be1-a7f2-7ea85218ff77",name:"Bloodseeker Drake",details:"A BLOODSEEKER DRAKE IS AN AGGRESSIVE HUNTER that enters a frenzy when it smells blood.",size:2,origin:4,type:1,keywords:"reptile",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +8",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:19},intelligence:{score:2},wisdom:{score:10},charisma:{score:13},hp:53,initiative:8,ac:20,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"9b17a295-254d-484a-b27c-82b826595c84",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"587fd59d-a1c4-4ede-a5dc-dc07eba9271f",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bloodseeker drake can make an opportunity attack against any adjacent bloodied creature that shifts.",damage:"",category:0},{id:"f37c3db1-abe4-4c22-aa3c-1dc6bf405fed",name:"Bloodthirsty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bloodseeker drake gains a +3 bonus to damage rolls against bloodied targets.",damage:"a bloodseeker drake gains a +3 bonus to damage rolls against bloodied targets",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while within 2 squares of an ally)",tactics:""},{id:"064dc0eb-f210-4c24-81bc-151f788d3bd0",name:"Bloodseep Demon",details:"",size:2,origin:1,type:2,keywords:"demon",level:7,role:{type:6,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"7, teleport 3",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:79,initiative:9,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[{id:"8fdea32e-eaea-4c6e-95a9-b1431c7000dd",name:"Weeping Poison",keywords:"",details:"(Healing, Poison) aura 2; each enemy that starts its turn within the aura takes 5 poison damage. While the Bloodseep Demon is bloodied, any demon that starts its turn within the aura regains 5 hit points."}],powers:[{id:"998de762-5e37-45ac-8708-e48bd2547d2b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+5 damage, and ongoing 5 poison damage (save ends).",damage:"2d4+5 damage",category:1},{id:"368aa929-c4c4-4637-948a-245793bd35ce",name:"Poison Portal Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bloodseep demon teleports 5 squares and makes a claw attack. If the attack hits, the bloodseep demon teleports 5 squares.",damage:"The bloodseep demon teleports 5 squares and makes a claw attack",category:1},{id:"8cf4644b-07bb-4402-93e1-00707f4fa293",name:"Poison Blast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Poison",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 1d4+5 poison damage. Effect: Each demon in the blast regains 1d4+5 hit points.",damage:"1d4+5 poison damage",category:3}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b51e17c4-fb54-4e65-969c-fa4cea8c6b6d",name:"Bloodthorn Vine",details:"",size:2,origin:4,type:1,keywords:"plant",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +3; blindsight 10",movement:"5 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:10},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:41,initiative:3,ac:18,fortitude:15,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"841643cd-88be-4bd9-b4ed-7b504a1bb292",name:"Striking Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"4a3bb8e1-099b-40c7-87d2-3fd977477280",name:"Impaling Thorn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the bloodthorn vine doesn’t have a creature grabbed"},keywords:"Healing",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"The vine impales the target’s flesh with a thorn; 1d8+4 damage, and the target is grabbed. Sustain Standard: The vine sustains the grab, the target takes 2d8 + 4 damage, and the vine regains 5 hit points.",damage:"1d8+4 damage",category:1},{id:"7f266254-3a0b-4afb-b493-c605e606fa4b",name:"Pulling Vines",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodthorn vine shifts 1 square, pulling any creature grabbed by it into a space adjacent to it.",damage:"The bloodthorn vine shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea3159f1-c6ab-4597-864f-9d87d0875c15",name:"Bone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6 (cannot shift)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:20},intelligence:{score:3},wisdom:{score:17},charisma:{score:3},hp:302,initiative:11,ac:24,fortitude:25,reflex:24,will:22,regeneration:null,auras:[{id:"4c1313c1-e39f-4a41-8cd5-b84f9f46321c",name:"Bone Spikes",keywords:"",details:"aura 1; each enemy that enters the aura takes 5 damage."}],powers:[{id:"a798c0e9-778f-4ffb-9144-3435549d8ccc",name:"Bone Spur",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"eb4d821d-ba32-45e7-9394-79b514ba09cd",name:"Double Spurs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bone golem makes two bone spur attacks, each against a different target. If both attacks hit, the targets are dazed until the end of the golem’s next turn.",damage:"",category:1},{id:"93cea617-69ab-4053-9156-1df5b7823488",name:"Bone Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:13,defence:2},description:"",details:"4d8+6 damage, and the target is dazed (save ends).",damage:"4d8+6 damage",category:1},{id:"d71cc551-d2ce-480d-98fa-5ce65cb21ca3",name:"Bone Death",action:{action:7,trigger:"when first bloodied and again when the bone golem drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem uses bone volley if the power is not expended; otherwise, it makes a bone spur attack.",damage:"",category:5},{id:"b19dcd3e-b0a5-49a4-8eef-b5ee22a8938c",name:"Osseous Retaliation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that makes an opportunity attack against a bone golem takes 2d6 damage.",damage:"a creature that makes an opportunity attack against a bone golem takes 2d6 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"e7072ff5-83c8-4a63-b7e5-6d730ad1b541",name:"Bonecrusher Skeleton",details:"",size:3,origin:4,type:0,keywords:"undead",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"greatclub",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:21},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:80,initiative:10,ac:22,fortitude:21,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"c799641a-5d73-4eab-9f9c-aff47596c13e",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"f0af89bc-b78e-4ece-8e0f-da48bd8bb5ce",name:"Crushing Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d10+5 and the target is pushed 1 square and knocked prone.",damage:"Reach 2",category:1},{id:"a93f187e-5d0f-4eb4-ab36-43aa72d28b3c",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bonecrusher skeleton can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4b0b828a-7c5e-471e-8d69-2afeb0965d88",name:"Bristle Spider",details:"",size:4,origin:4,type:1,keywords:"spider",level:15,role:{type:4,flag:1,leader:!1},senses:"Perception +8; tremorsense 10",movement:"8, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:24},intelligence:{score:3},wisdom:{score:13},charisma:{score:6},hp:232,initiative:18,ac:29,fortitude:27,reflex:29,will:23,regeneration:null,auras:[],powers:[{id:"3a7f48ff-5588-4e2c-9251-3b3369fc9ea8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+6 damage, and the target is slowed and takes ongoing 10 poison damage (save ends both).",damage:"1d10+6 damage",category:1},{id:"4469f88c-3a8d-4a8b-9479-5c2bc024123f",name:"Acidic poison Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Poison",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d8+6 acid and poison damage, and the target is slowed and takes ongoing 10 acid and poison damage (save ends both).",damage:"2d8+6 acid and poison damage",category:1},{id:"082d53fa-4aff-4e33-856d-e1cb7030f73e",name:"Bristle Blast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:1},description:"",details:"the target is blinded and dazed until the start of the bristle spider’s next turn.",damage:"",category:3},{id:"b1f87344-318d-402f-9321-1036173faa75",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bristle spider ignores the effects of spider webs and spider swarms.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6dbff5fb-f423-424a-9ace-5cd2d93f449f",name:"Bugbear Wardancer",details:"",size:2,origin:4,type:2,keywords:"goblin",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"heavy flail; hide armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:70,initiative:9,ac:20,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"1ff60223-2894-4b2f-81ef-aa2475c1f1b2",name:"Flail Dance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"2d6+4 damage, the target is pushed 2 squares and knocked prone, and the bugbear wardancer shifts 1 square.",damage:"2d6+4 damage",category:1},{id:"2188e2c1-3009-416f-81ab-7c1ebd51c63b",name:"Flail Barrier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets enemies; no attack roll; 5 damage, and the bugbear wardancer takes half damage from weapon attacks until the end of its next turn.",damage:"5 damage",category:1},{id:"3fdca6d1-2dd1-428a-a43f-489178162c9f",name:"Flail Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:9,defence:2},description:"",details:"2d6 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6 damage",category:1},{id:"ed03bd4d-b8b1-4115-8ea9-0e7e6746eb4e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bugbear wardancer deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"a bugbear wardancer deals 1d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee12ba74-061e-44ae-8e78-f8926ce534d4",name:"Bullywug Croaker",details:"WEAK AND FLABBY, a croaker belches foul gas in loud croaks.",size:2,origin:4,type:2,keywords:"aquatic",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6 (swamp walk), swim 4",alignment:"Chaotic evil",languages:"Primordial",skills:"Athletics +6",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:6},wisdom:{score:10},charisma:{score:5},hp:1,initiative:3,ac:14,fortitude:12,reflex:14,will:12,regeneration:null,auras:[{id:"201c07e0-102a-4be2-90ca-4d957e53beb6",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"4c51e148-2448-47cc-8be3-b3835948fe64",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"a01af0a2-882c-40ed-b4c1-f308b272c286",name:"Foul Croak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close blast 2",attack:{bonus:4,defence:1},description:"",details:"4 poison damage.",damage:"4 poison damage",category:1},{id:"2066d117-8de9-4054-b370-120aeaaf61d7",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug croaker regains 3 hit points.",damage:"Any attacker who scores a critical hit against a bullywug croaker regains 3 hit points",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c803be99-d755-46e0-be6d-b53720c6c6f7",name:"Bullywug Mucker",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +0",movement:"6 (swamp walk), swim 4",alignment:"Chaotic evil",languages:"Primordial",skills:"Athletics +8",equipment:"leather armor; spear",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:6},wisdom:{score:10},charisma:{score:8},hp:34,initiative:2,ac:12,fortitude:12,reflex:12,will:10,regeneration:null,auras:[{id:"0c83860e-13b5-451f-9215-fa012b040a23",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"f194341e-00ed-4625-ac0c-ddefce9abf52",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"551533f3-4011-4d55-b0a1-a9fcbce79b0a",name:"Bullywug Rush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only in place of a melee basic attack when charging",range:"",attack:{bonus:5,defence:1},description:"",details:"2d6+4 damage, and the target is knocked prone. Miss: The bullywug mucker takes 3 damage and is knocked prone.",damage:"2d6+4 damage",category:1},{id:"1d6fe6f1-0fc0-4465-9658-ce9cb535f997",name:"Bully",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bullywug mucker’s attack deals 1d6 extra damage against prone targets.",damage:"a bullywug mucker’s attack deals 1d6 extra damage against prone targets",category:0},{id:"33eb897f-1de1-4b97-a91f-d7af6d6b36ee",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug mucker regains 3 hit points.",damage:"Any attacker who scores a critical hit against a bullywug mucker regains 3 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea32e188-1f0b-4015-a0e5-1eabc3214006",name:"Bullywug Mud Lord",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6 (swamp walk), swim 4",alignment:"Chaotic evil",languages:"Primordial",skills:"Arcana +6, Nature +9",equipment:"quarterstaff",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:16},charisma:{score:10},hp:39,initiative:2,ac:16,fortitude:14,reflex:14,will:16,regeneration:null,auras:[{id:"9733ee3d-74c8-4d00-8bb4-6586ed0117ea",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"7fb8e4cc-3d83-4d48-b079-5bf162ce2dfd",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"3ef3fb07-c2cb-4644-8f6b-a3acb17c8c13",name:"Electric Reflux",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Lightning",condition:"",range:"Close blast 3",attack:{bonus:6,defence:2},description:"",details:"(+8 with necessary sacrifices)2d6+4 cold and lightning damage, and the target is dazed until the end of the bullywug mud lord’s next turn. Miss: Half damage.",damage:"(+8 with necessary sacrifices)2d6+4 cold and lightning damage",category:1},{id:"644a9de6-e59e-41af-8b95-c6a53552943e",name:"Fiery Croak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Thunder",condition:"",range:"Area burst 1 within 20",attack:{bonus:6,defence:2},description:"",details:"(+8 with necessary sacrifices)1d10+4 fire and thunder damage.",damage:"(+8 with necessary sacrifices)1d10+4 fire and thunder damage",category:1},{id:"5c5fc87d-2a56-462d-9b1c-1e16e42df2fb",name:"Necessary Sacrifices",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a bullywug mud lord includes at least one ally in the area of its area or close attacks, each of its rolls with that attack gains a +2 power bonus.",damage:"each of its rolls with that attack gains a +2 power bonus",category:0},{id:"6de4d042-274c-414a-913d-24181e30fc54",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug mud lord regains 5 hit points.",damage:"Any attacker who scores a critical hit against a bullywug mud lord regains 5 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f097ab87-a6df-425b-8bc0-8d122a2926c9",name:"Bullywug Twitcher",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"7 (swamp walk), swim 5",alignment:"Chaotic evil",languages:"Primordial",skills:"Athletics +8",equipment:"javelin",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:8},hp:34,initiative:7,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[{id:"777a8a5c-ac33-498b-a8e1-05dbd163fcc4",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"66075bc4-a8b8-4357-82f9-9ff171cce714",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"ed3eeee8-0982-43e2-9774-7e1d67dc8765",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"f7fcc264-dd2c-4e23-be10-7ab618c888ea",name:"Spasmodic Hop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable, Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Marks on the bullywug twitcher end, and it shifts 4 squares before the attack; 2d6+3 damage, and the target takes a -4 penalty to attack rolls against the twitcher until the end of the twitcher’s next turn.",damage:"2d6+3 damage",category:1},{id:"927303a2-4377-402c-9c60-82965311de77",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug twitcher regains 4 hit points.",damage:"Any attacker who scores a critical hit against a bullywug twitcher regains 4 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4143568-bf9b-4e58-b94a-8175a5129dfd",name:"Centaur Campaigner",details:"",size:3,origin:2,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!0},senses:"Perception +20; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +23, Intimidate +23, Nature +20",equipment:"light shield; longsword; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:12},wisdom:{score:16},charisma:{score:22},hp:230,initiative:20,ac:42,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"19dcd9b5-c384-428c-a098-e946bc4d3fd5",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8+8 damage, plus 2d8 thunder damage when charging.",damage:"2d8+8 damage",category:1},{id:"5d96953c-3676-449b-a3f2-410005d4c439",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into aspace where it flanks the centaur campaigner",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Targets the triggering creature; 1d6+8 damage.",damage:"1d6+8 damage",category:5},{id:"b84fae58-15a8-4866-9813-9d2f314bf828",name:"Hoofed Tornado",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder, Weapon",condition:"",range:"Close burst 1",attack:{bonus:30,defence:0},description:"",details:"targets enemies; 3d8+8 damage plus 1d6+4 thunder damage, and the target is knocked prone. Effect: The target is marked until the end of the centaur campaigner’s next turn.",damage:"3d8+8 damage plus 1d6+4 thunder damage",category:1},{id:"91e788e2-9593-45f4-99d8-a8a1cbd57a5b",name:"Light Hoof",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A centaur campaigner ignores difficult terrain.",damage:"",category:0},{id:"1aa2fbeb-5a11-45b2-a5e5-c1c0251585f2",name:"Shock Trooper",action:null,keywords:"",condition:"",range:"When a centaur campaigner has more than one enemy adjacent to it, its melee attacks deal 1d6 extra damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"3915c96a-3411-4ecb-a337-f601a973d927",name:"Sky Bound",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The centaur campaigner gains a fly speed of 8 until the end of its turn. If the campaigner doesn’t end its turn on the ground, it floats to the ground at the end of its turn without taking falling damage.",damage:"it floats to the ground at the end of its turn without taking falling damage",category:4},{id:"5f93f17c-37bc-4148-bb14-7346c1df3fc2",name:"Three-Thunder Assault",action:{action:7,trigger:"when the campaigner hits with a charge attack",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"Two allies within 10 squares of the centaur campaigner make charge attacks as free actions. Each ally’s attack deals 6 extra thunder damage.",damage:"each ally’s attack deals 6 extra thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c76d1e67-3bd0-44a4-883b-e187e53da6fe",name:"Centaur Hunter",details:"",size:3,origin:2,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +15, Nature +14",equipment:"arrow; bastard sword; longbow",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:96,initiative:11,ac:25,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"2c1467ac-2b51-465e-94c9-03fecc3d3e18",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+4 damage, plus 1d6 damage when charging.",damage:"1d10+4 damage",category:1},{id:"b1732d70-9c7e-4f8d-b030-01408528d633",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into a space where it flanks the centaur hunter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets the triggering creature; 1d6+4 damage.",damage:"1d6+4 damage",category:5},{id:"b5094346-d220-4ac9-be8c-f5e4735e249a",name:"Lightning-Fast Shots",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 25/50",attack:{bonus:19,defence:0},description:"",details:"1d12+2 damage. Effect: Make the attack one more time against the same target or a different one.",damage:"1d12+2 damage",category:1},{id:"0318cc4f-06c8-4001-8312-7d561abb1f00",name:"Charger Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 25/50",attack:{bonus:19,defence:1},description:"",details:"1d12+5 damage, and the target is pushed 3 squares and knocked prone.",damage:"1d12+5 damage",category:1},{id:"c86a149c-a8d7-41f7-9b81-6b8aa4bd28ba",name:"Triple Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 25/50",attack:{bonus:19,defence:0},description:"",details:"targets one, two, or three creatures; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"eb457fd0-81f2-4866-917c-2d2146cb94d6",name:"Close-Combat Archer",action:null,keywords:"",condition:"",range:"When making ranged attacks, a centaur hunter does not provoke opportunity attacks from the targets.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8fd1f1d4-9495-4a28-8246-784e02507fae",name:"Centaur Mystic",details:"",size:3,origin:2,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"Perception +21; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +15, Heal +21, Insight +21, Nature +21",equipment:"leather armor; quarterstaff",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:14},intelligence:{score:16},wisdom:{score:21},charisma:{score:14},hp:132,initiative:8,ac:27,fortitude:26,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"f1f28d02-7306-40da-9d08-3b240358c2a8",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d8+6 damage, plus 1d6 damage when charging.",damage:"1d8+6 damage",category:1},{id:"679a1501-06f3-4b30-b6a8-171bded36064",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into a space where it flanks the centaur mystic",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Targets the triggering creature; 1d6+4 damage.",damage:"1d6+4 damage",category:5},{id:"6872aa0b-03da-4911-ab29-ebe75e84aace",name:"Rootwhip Staff",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Reach 2; 1d8+6 damage, the centaur mystic slides the target 3 squares, and the target is slowed (save ends).",damage:"1d8+6 damage",category:1},{id:"b20511e8-a86f-43e9-91e5-4e730fce2190",name:"Ancestral Chargers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a centaur within 10 squares of the centaur mystic drops to 0 hit points"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"target enemies; (and Will (one attack roll against both defenses))3d8 +5 psychic damage if the attack hits the target’s Will; the target is pushed 2 squares and knocked prone if the attack hits the target’s Fortitude.",damage:"(and will (one attack roll against both defenses))3d8 +5 psychic damage if the attack hits the target’s will",category:1},{id:"776fbb75-d96b-43ad-9337-ad66d35baa6b",name:"Biting Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"the burst creates a zone of biting earth that lasts until the end of the centaur mystic’s next turn. Any enemy that ends its turn within the zone is immobilized (save ends). As a free action, an enemy immobilized by the zone can take 3d8 damage to save against the effect. Sustain Standard: The zone persists, and the mystic can move it 3 squares.",damage:"an enemy immobilized by the zone can take 3d8 damage to save against the effect",category:1},{id:"f38e290c-d6b7-4503-9365-389409f86fe1",name:"Mystic Resonance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The centaur mystic and each ally it can see regain 10 hit points and can make a saving throw against one effect.",damage:"The centaur mystic and each ally it can see regain 10 hit points and can make a saving throw against one effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"004f268c-5b29-4a17-99e7-cbce7b7ac5f2",name:"Centaur Ravager",details:"",size:3,origin:2,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +17, Nature +14",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:9},wisdom:{score:16},charisma:{score:10},hp:150,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"2eaaae5f-0736-45a9-bcf0-516b1d3833c1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+6 damage, plus 1d10 damage when charging.",damage:"1d10+6 damage",category:1},{id:"44ccbfe7-75a3-43c1-bc87-fa02e4c4c0f8",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into a space where it flanks the centaur ravager",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Targets the triggering creatures; 1d6+6 damage.",damage:"1d6+6 damage",category:5},{id:"3128e25b-91e6-4243-84fa-fec46582cade",name:"Berserk Rush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"2d10+6 damage (plus 1d10 damage when charging), and the target is pushed 2 squares and knocked prone. Special: When charging, the centaur ravager can use this power in place of a melee basic attack.",attack:{bonus:15,defence:1},description:"",details:"",damage:"",category:1},{id:"abd3226d-66f2-44ca-97cb-dc748af69272",name:"Brash Retaliation",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d10+6 damage, and the centaur ravager pushes the target 2 squares.",damage:"3d10+6 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa5e2458-3892-47a2-88cf-b8c069bfe87b",name:"Centipede Scuttler",details:"THIS ENORMOUS CENTIPEDE positions itself to ambush prey, sometimes clinging overhead or lurking in debris. It relentlessly pursues one target.",size:2,origin:4,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"8, climb 8 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:18},intelligence:{score:2},wisdom:{score:10},charisma:{score:9},hp:51,initiative:8,ac:18,fortitude:16,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"5e24bba1-8142-435f-b58f-0adade203a01",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage, and ongoing 5 poison damage (save ends); a creature already taking ongoing poison damage is also weakened (save ends).",damage:"1d6+2 damage",category:1},{id:"ed476334-1c9d-4038-a679-828fbfd1c046",name:"Feed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Targets a weakened creature; 3d6+2 damage.",damage:"3d6+2 damage",category:1},{id:"be43ec89-f18d-45f2-8a6e-7c5114db3a0d",name:"Scuttle",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The centipede scuttler shifts 4 squares. When it shifts into an ally’s space, that movement does not count toward the 4 squares the scuttler can shift.",damage:"The centipede scuttler shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b840f8f4-001b-4ba9-9df1-947dc733cc7d",name:"Centipede Swarm",details:"ALTHOUGH EACH INDIVIDUAL IS JUST A FOOT LONG, when groups of centipedes swarm together they can kill and consume far larger targets.",size:2,origin:4,type:1,keywords:"swarm",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:17},intelligence:{score:1},wisdom:{score:10},charisma:{score:6},hp:44,initiative:4,ac:14,fortitude:14,reflex:15,will:10,regeneration:null,auras:[{id:"56f6b8f7-1e78-4d60-acb1-d7ffaef24138",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 damage plus 2 extra damage per centipede swarm adjacent to the enemy."}],powers:[{id:"ef002b40-da25-4f58-8cd8-cf2decf6c9bd",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d6 damage, and ongoing 5 poison damage (save ends); a creature already taking ongoing poison damage is also weakened (save ends). The centipede swarm’s attack deals 1 extra damage for each centipede swarm adjacent to it.",damage:"1d6 damage",category:1},{id:"8ea627ac-63c8-499e-950c-350b0586f7fd",name:"Survival Instinct",action:{action:4,trigger:"when hit by an area or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The centipede swarm shifts 3 squares.",damage:"The centipede swarm shifts 3 squares",category:5}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"0f804460-c7e2-4c86-8617-af77e9a6b9eb",name:"Chain Golem",details:"",size:4,origin:4,type:0,keywords:"construct",level:22,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:22},intelligence:{score:3},wisdom:{score:26},charisma:{score:3},hp:418,initiative:19,ac:38,fortitude:35,reflex:32,will:34,regeneration:null,auras:[{id:"96336bdf-345b-466a-b3f4-bb2d3e60913a",name:"Entangling Chains",keywords:"",details:"aura 3; each enemy that starts its turn within the aura is slowed until the end of its turn."}],powers:[{id:"0277bcbc-82ea-499e-9a76-145e496636dd",name:"Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d8+9 damage, and the chain golem pulls the target 2 squares.",damage:"2d8+9 damage",category:1},{id:"9d2b7fcd-6ea0-484f-b612-4ff92a3a90af",name:"Berserk Attack",action:{action:4,trigger:"when the chain golem is damaged by an attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem makes a chain attack against a target adjacent to it.",damage:"",category:5},{id:"2bcd6a22-6f0b-4dad-836f-f86817e91005",name:"Chain Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain golem makes two chain attacks, each against a different target.",damage:"",category:1},{id:"1c0d840f-eb0e-4cf5-8e2a-6b53d5071529",name:"Chain Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:27,defence:2},description:"",details:"2d8+9 damage, and the target is pulled 1 square and grabbed. While the target is grabbed by the chain golem, the golem can move away from the target without ending the grab. When the golem ends its move, it must slide the target into a space adjacent to it or the grab ends.",damage:"2d8+9 damage",category:1},{id:"7cd96ddc-96d1-4ff2-86ba-f7e5836b3d28",name:"Stable Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A chain golem ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"32a0735e-97b9-45b7-b48e-e9eaba561995",name:"Chaos Hydra",details:"",size:4,origin:1,type:1,keywords:"reptile",level:22,role:{type:2,flag:2,leader:!1},senses:"Perception +20; all-around vision",movement:"7",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:20},intelligence:{score:2},wisdom:{score:19},charisma:{score:10},hp:848,initiative:16,ac:34,fortitude:36,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"69b60d70-e3e0-409a-85db-dc2da524705a",name:"Frostfire Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d8+5 cold and fire damage.",damage:"3d8+5 cold and fire damage",category:1},{id:"11e5bfee-6451-422f-8abd-0d8a24c071d5",name:"Storm Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d8+5 lightning and thunder damage.",damage:"3d8+5 lightning and thunder damage",category:1},{id:"920f89ee-9b68-419c-9be2-563e2dd309f0",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chaos hydra makes a storm bite attack, a frostfire bite attack, and each additional attack it has gained through the growth of a head.",damage:"",category:1},{id:"013b4090-ed5e-429c-895c-a6b334e863ce",name:"Crushing Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and the target is slowed and takes ongoing 10 damage (save ends both).",damage:"1d8+5 damage",category:1},{id:"61d9adfc-980d-4b57-86de-6e901c40f226",name:"Mind Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and the target is dazed (save ends).",damage:"1d8+5 damage",category:1},{id:"d9254656-a060-4b0b-a361-5b114585b6ef",name:"Paralyzing Fang",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and the target is immobilized and takes a -2 penalty to all defenses (save ends both).",damage:"1d8+5 damage",category:1},{id:"49714db1-296b-4dcd-bb42-11d236269383",name:"Venom Tooth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and ongoing 10 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"66a34f8a-1c1d-4331-84f9-74a2d90446bf",name:"Chaosborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A chaos hydra starts with two heads. When the hydra first reaches 636, 424, and 212 hit points, it grows an additional head. Roll a d4 at each increment to determine which attack the new head makes:",damage:"When the hydra first reaches 636",category:0},{id:"730f8de9-38d9-4439-b705-147c61b93de3",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a chaos hydra would become dazed or stunned, it instead loses one attack, determined randomly, while using hydra fury during its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"630e2db1-7adf-4ff1-92bd-2a79fecabf45",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A chaos hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"4ad4076e-36ca-4d1b-8f9d-19ede97a2dcd",name:"Chillfire Destroyer",details:"",size:3,origin:1,type:1,keywords:"cold, fire",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:20},intelligence:{score:5},wisdom:{score:20},charisma:{score:12},hp:173,initiative:12,ac:26,fortitude:26,reflex:25,will:25,regeneration:null,auras:[{id:"1573132d-4d46-4b15-82ea-a8e26b34f943",name:"Leaking Firecore",keywords:"",details:"(Fire) aura 2; while the chillfire destroyer is bloodied, each creature that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"9ac1cc77-bfbd-4a05-82d5-48f026322568",name:"Freezing Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d12+6 damage plus 1d12 cold damage.",damage:"1d12+6 damage plus 1d12 cold damage",category:1},{id:"ceefc07b-03bb-4f61-a352-fd37673e24a4",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The chillfire destroyer moves its speed and can move through enemies’ spaces. The destroyer makes an attack; 1d10+6 damage plus 1d10 cold damage, and the target is knocked prone.",damage:"1d10+6 damage plus 1d10 cold damage",category:1},{id:"a30b4517-4ab3-492c-8db0-b49d63a64427",name:"Firecore Breach",action:null,keywords:"Fire",condition:"when the chillfire destroyer drops to 0 hit points",range:"The destroyer does not die until the start of its next turn. Until then, the destroyer can take no actions. At the start of the destroyer’s next turn, it makes an attack: close burst 3",attack:{bonus:15,defence:2},description:"",details:"4d10+6 fire damage.",damage:"4d10+6 fire damage",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"96172444-2ccb-4e43-8e3b-03496ac2608a",name:"Clay Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:14},intelligence:{score:3},wisdom:{score:18},charisma:{score:3},hp:368,initiative:9,ac:27,fortitude:31,reflex:25,will:27,regeneration:null,auras:[{id:"80184d1a-c9dd-420e-ae8d-44e94edb4da6",name:"Aura of Misjudgment",keywords:"",details:"aura 3; each enemy within the aura cannot shift."}],powers:[{id:"c6c850d2-4408-41bb-b597-d1f4f495abf0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 3d8+7 damage, and the target cannot regain hit points (save ends).",damage:"3d8+7 damage",category:1},{id:"07ae471f-870b-4af0-9163-ccc9bf53fca5",name:"Clay Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The clay golem makes two slam attacks, each against a different target.",damage:"",category:1},{id:"c446ddef-465f-4bfd-822f-ac0a34e617a1",name:"Berserk Attack",action:{action:4,trigger:"when the clay golem is damaged by an attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem makes a slam attack against a creature adjacent to it.",damage:"",category:5},{id:"23c47f56-0977-4e09-956b-c2d9448480a1",name:"Hasty Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A clay golem rolls initiative twice, taking the higher of the two results.",damage:"",category:0},{id:"0384136f-c1c2-4ac5-9b44-495eb2eedadc",name:"Unstoppable",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The clay golem moves 8 squares and can move through enemies’ spaces. Opportunity attacks against the golem triggered by this movement take a –10 penalty to damage rolls.",damage:"opportunity attacks against the golem triggered by this movement take a –10 penalty to damage rolls",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"83024df0-8102-43fe-9517-78d0a69b3716",name:"Couatl Cloud Serpent",details:"A COUATL CLOUD SERPENT ATTACKS FROM ABOVE, hurling lightning at its foes.",size:3,origin:3,type:1,keywords:"reptile",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +21",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +20, Diplomacy +19, Insight +21",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:18},intelligence:{score:22},wisdom:{score:24},charisma:{score:20},hp:135,initiative:13,ac:30,fortitude:29,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"6ec142a3-0a20-40bc-bd1c-74c4d017094e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 1d6+4 poison and radiant damage, and ongoing 10 poison and radiant damage (save ends).",damage:"1d6+4 poison and radiant damage",category:1},{id:"a54ad52e-9fac-427f-add2-537335d42034",name:"Hurtling Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Reach 2; the target is pushed 2 squares and knocked prone.",damage:"Reach 2",category:3},{id:"d9ce3bbf-ee85-4726-8dff-f582a353c139",name:"Sky Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Radiant",condition:"",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"2d10+6 lightning and radiant damage.",damage:"2d10+6 lightning and radiant damage",category:1},{id:"7d2282ea-e2d2-49c8-9261-60bad665db6a",name:"Snaking Arcs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning, Radiant",condition:"",range:"Area burst 3 within 20",attack:{bonus:23,defence:2},description:"",details:"targets enemies; 2d8+6 lightning and radiant damage.",damage:"2d8+6 lightning and radiant damage",category:1},{id:"61783de8-e3f9-44c9-a8c4-f80e134fe086",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl cloud serpent takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl cloud serpent takes radiant damage",category:0},{id:"3b04a307-da50-4706-a907-9ee25239e41f",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl cloud serpent makes saving throws against immobilized and restrained conditions at the start of its turn as well as at the end of its turn. In addition, a cloud serpent can make saving throws against immobilized and restrained conditions that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef13b192-345e-47cb-9c0c-11e45f859372",name:"Couatl Star Serpent",details:"A COUATL STAR SERPENT RUSHES FEARLESSLY into battle, constricting enemies in its coils.",size:3,origin:3,type:1,keywords:"reptile",level:15,role:{type:3,flag:1,leader:!0},senses:"Perception +18; low-light vision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +17, Diplomacy +17, Insight +18",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:18},intelligence:{score:20},wisdom:{score:22},charisma:{score:20},hp:286,initiative:11,ac:29,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"bf7d6219-1c38-4ab7-8d22-3cae4674fe2d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d6+5 poison and radiant damage, and the target takes ongoing 5 poison and radiant damage and is slowed (save ends both).",damage:"1d6+5 poison and radiant damage",category:1},{id:"239d2042-db2c-417f-a513-196f23ceb72b",name:"Couatl Radiance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Healing, Radiant",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"The couatl star serpent gains insubstantial and phasing until the end of its turn, and moves 8 squares. The star serpent can move through enemies’ spaces. If the star serpent moves through an ally’s space, that ally regains 15 hit points and can spend a healing surge. If it passes through an enemy’s space, the couatl makes an attack against that enemy; 1d6+5 fire and radiant damage, and ongoing 10 fire and radiant damage (save ends). The star serpent can attack a target only once with each use of this power.",damage:"1d6+5 fire and radiant damage",category:1},{id:"86975183-50ef-450a-8f0f-56af06b52a99",name:"Righteous Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; 1d6+5 damage, and the target is grabbed. A creature grabbed by the couatl star serpent grants combat advantage to the star serpent, and the star serpent can move the grabbed creature without needing to make a Strength attack.",damage:"1d6+5 damage",category:3},{id:"163a3e22-d6c1-4511-9354-631afcd4233c",name:"Constrict",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the couatl star serpent; 2d6+5 damage, and the target is dazed until the end of the couatl’s next turn.",damage:"2d6+5 damage",category:3},{id:"dc97b7cb-8871-4caa-b36d-2f0d9d38ff3d",name:"Purifying Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 1d10+6 psychic damage, and the target is dazed (save ends). If the target is taking ongoing fire, poison, or radiant damage, it is also stunned until the end of the couatl star serpent’s next turn.",damage:"1d10+6 psychic damage",category:1},{id:"41861b4d-19c5-4bef-852e-f6a292d0d142",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl star serpent takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl star serpent takes radiant damage",category:0},{id:"fe34ad83-07b7-4036-a285-cf46a9134427",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl star serpent makes saving throws against immobilized and restrained conditions at the start of its turn as well as at the end of its turn. In addition, a star serpent can make saving throws against immobilized and restrained conditions that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dcdce333-812a-4b9c-aec0-4f138bac567e",name:"Coure of Mischief and Strife",details:"",size:2,origin:2,type:2,keywords:"",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"6, teleport 6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +18, Insight +16, Stealth +20",equipment:"leather armor; rapier",category:"",strength:{score:14},constitution:{score:21},dexterity:{score:24},intelligence:{score:12},wisdom:{score:16},charisma:{score:21},hp:129,initiative:19,ac:31,fortitude:28,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"e18f3d45-2bd3-479a-9ef8-76bfaf06abf0",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4a04d9cc-e5d7-4b9d-bfac-528eb6aee203",name:"Spark of Strife",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"usable only while invisible",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"2d10+5 psychic damage, and the target is dazed until the end of its next turn. At the start of the target’s next turn, it charges its nearest ally or makes a basic attack against its nearest ally as a free action. If the target’s attack hits, the coure of mischief and strife uses spark of strife against the attacked creature as a free action.",damage:"2d10+5 psychic damage",category:1},{id:"45bdcc8a-d891-4fe5-9d10-54312b29e9b8",name:"Winds of Luck’s Mischief",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:20,defence:3},description:"",details:"the target misses with an attack that has an odd number on the attack roll (save ends).",damage:"",category:1},{id:"245bbda9-61ae-497a-84ca-d6a73d5cc69f",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The coure of mischief and strife becomes invisible until it misses with an attack or takes damage.",damage:"the coure of mischief and strife becomes invisible until it misses with an attack or takes damage",category:1},{id:"24f7ccfe-7e48-45f7-9cf5-c7a0fcc42b68",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The coure of mischief and strife teleports 5 squares.",damage:"The coure of mischief and strife teleports 5 squares",category:2}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"necrotic (a coure of mischief and strife that takes necrotic damage is slowed until the end of its next turn)",immune:"",tactics:""},{id:"79fc7f2d-af20-4c88-88e1-196af7411363",name:"Cyclops Crusher",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +16; truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +18",equipment:"greatclub; scale armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:10},wisdom:{score:19},charisma:{score:11},hp:171,initiative:12,ac:26,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"c05387cf-cb4b-40a5-bb4f-4a6a77e19102",name:"Spiked Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"94f299fc-77d1-4021-a866-ca4656f64868",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"targets a creature the cyclops crusher has hit with a melee attack during this round",attack:null,description:"",details:"the target takes a -2 penalty to attack rolls and all defenses until the end of the encounter or until the crusher uses evil eye against a different target.",damage:"the target takes a -2 penalty to attack rolls and all defenses until the end of the encounter or until the crusher uses evil eye against a different target",category:3},{id:"d712bece-ad28-4eb2-a96a-b01bf7a15c08",name:"Tremor Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close blast 2",attack:{bonus:17,defence:0},description:"",details:"2d12+8 damage, and the target is knocked prone.",damage:"2d12+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a2279df-2533-4dc9-8138-db9307d65e13",name:"Cyclops Feyblade",details:"",size:3,origin:2,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +21; truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:23},intelligence:{score:12},wisdom:{score:23},charisma:{score:13},hp:200,initiative:18,ac:37,fortitude:34,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"7e97f4dc-0381-4d53-a517-8b591988a121",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"18105d69-421c-4072-acec-d95dadce6d44",name:"Wildstep",action:{action:5,trigger:"when the creature marked by the cyclops feyblade’s evil eye makes an attack that does not include the feyblade",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"The feyblade teleports 10 squares to a space adjacent to the triggering creature and makes an attack; 2d6+7 damage.",damage:"2d6+7 damage",category:5},{id:"96e099e2-05d4-4213-bc58-a09fb6e3ccb7",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the target is marked until the end of the encounter or until the cyclops feyblade uses evil eye against a different target.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed7da502-0031-451a-b1b8-7d6414849131",name:"Dagon",details:"",size:5,origin:1,type:1,keywords:"aquatic, demon",level:32,role:{type:7,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"4, swim 8, teleport 8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +34, Diplomacy +30, History +34, Insight +28, Intimidate +28, Religion +34",equipment:"",category:"",strength:{score:23},constitution:{score:32},dexterity:{score:25},intelligence:{score:36},wisdom:{score:25},charisma:{score:28},hp:1184,initiative:25,ac:48,fortitude:44,reflex:46,will:42,regeneration:null,auras:[{id:"86afa036-29e8-41f3-9dc2-4f26c8153de4",name:"Eye of the Abyss",keywords:"",details:"aura 10; an enemy that starts its turn in the aura is pulled 5 squares."}],powers:[{id:"ef9e778f-fa86-4e59-b5f4-f61eb90d3888",name:"Tentacle Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 5; 3d8+8 damage and Dagon slides the target 2 squares.",damage:"3d8+8 damage and dagon slides the target 2 squares",category:1},{id:"3169e1d7-75c0-4c8d-bba8-cee1c10da4d3",name:"Grasping Tentacles",action:{action:5,trigger:"when an enemy attacks dagon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 5; targets the triggering enemy; 1d10+10 damage, and the target is grabbed.",damage:"1d10+10 damage",category:5},{id:"3ae0af94-8d24-4510-b3a9-3bc485ae8367",name:"Claws of the Deep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:35,defence:2},description:"",details:"targets enemies; 2d12+15 damage.",damage:"2d12+15 damage",category:1},{id:"65a4bf27-e9da-4816-ace5-dd1c1b11e76a",name:"Doom Drone",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 2d6+8 psychic damage, Dagon pulls the target 5 squares, and the target is stunned (save ends).",damage:"2d6+8 psychic damage",category:3},{id:"215b1c62-eb20-4373-83fd-9448450730da",name:"Form of Madness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, Dagon slides the target 5 squares, and the target is dazed (save ends).",damage:"2d6+4 psychic damage",category:3},{id:"ffe058e8-0499-404b-9f71-af4b54d4fd9b",name:"Tentacle Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:37,defence:0},description:"",details:"3d8+8 damage, and Dagon slides the target 2 squares.",damage:"3d8+8 damage",category:1},{id:"34f91d4f-af75-4c09-a94c-0c277725a8e4",name:"Abyssal Tides",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Area burst 3 within 20",attack:{bonus:35,defence:2},description:"",details:"2d8+10 force damage and the target is immobilized (save ends). Effect: Dagon teleports 5 squares.",damage:"2d8+10 force damage and the target is immobilized (save ends)",category:1},{id:"8fa312a5-f358-4080-92a6-d8b4c16b8228",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dagon can make opportunity attacks against enemies within 5 squares of him.",damage:"Dagon can make opportunity attacks against enemies within 5 squares of him",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"6893cc0f-2b98-432b-aff6-4da5f881f9f2",name:"Darkmantle Enveloper",details:"",size:3,origin:5,type:1,keywords:"",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +7; blindsight 8, darkvision",movement:"2, climb 2 (spider climb), fly 6",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:5},hp:76,initiative:12,ac:21,fortitude:22,reflex:20,will:19,regeneration:null,auras:[{id:"333fd6b0-653c-4709-849e-f0ab2bf256cb",name:"Shadowy Field",keywords:"",details:"aura 5; bright light within the aura is reduced to dim light."}],powers:[{id:"0453ec01-b280-4c48-b3e1-fcbf4796553b",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"8c9fc7e7-5f4f-4f01-bb7f-2328ee7edadc",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the darkmantle enveloper does not have a creature grabbed",range:"",attack:{bonus:11,defence:2},description:"",details:"2d6+5 damage, and the target is grabbed. The target is blinded until the grab ends. Sustain Minor: The enveloper sustains the grab, and the target takes 5 damage.",damage:"2d6+5 damage",category:1},{id:"5b11b4d9-a18b-4ce2-b367-705eb49f23cc",name:"Shadowcry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:11,defence:1},description:"",details:"targets enemies; 1d4+3 thunder damage, and the target is dazed until the end of the darkmantle enveloper’s next turn.",damage:"1d4+3 thunder damage",category:3},{id:"e792619b-5b04-486f-b801-0903631d5c4c",name:"Darkjump",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The darkmantle enveloper teleports 6 squares to a space that is in darkness or is illuminated by dim light. The enveloper becomes invisible, and its shadowy field aura is deactivated until the start of its next turn.",damage:"The darkmantle enveloper teleports 6 squares to a space that is in darkness or is illuminated by dim light",category:5}],damageModifiers:[],resist:"",vulnerable:"5 radiant (a darkmantle enveloper that takes radiant damage cannot use shadowy field until the end of its next turn)",immune:"",tactics:""},{id:"b7114270-7eef-486e-975f-5bde6ba5f724",name:"Death Shard",details:"THESE EERILY GLOWING SHARDS drain the life from their enemies.",size:2,origin:1,type:1,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"3, fly 3 (hover)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +14",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:20},intelligence:{score:7},wisdom:{score:16},charisma:{score:14},hp:71,initiative:9,ac:20,fortitude:19,reflex:21,will:19,regeneration:null,auras:[{id:"2e7bf46b-f082-47d2-87d8-286f61dd3964",name:"Death Shadow",keywords:"",details:"(Necrotic) aura 2; each enemy that ends its turn within the aura takes 4 necrotic damage. A slowed enemy instead takes 6 necrotic damage."}],powers:[{id:"62c5d64a-6ae3-4543-b72a-1c9f10a0ab16",name:"Razor Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"10b429da-cab7-4094-af6d-e32a1ea64b66",name:"Death Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"2d6+5 necrotic damage, and the target is slowed (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"72d8fc94-937f-4e3c-9b70-9180bff1c2c8",name:"Critical Fracture",action:{action:4,trigger:"when an enemy scores a critical hit against the death shard",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 1d8+5 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+5 necrotic damage",category:5},{id:"99f3f6b4-da02-4364-b4c5-b30523e92a75",name:"Life to Death",action:null,keywords:"",condition:"whether the death shard resists damage",range:"",attack:null,description:"",details:"The death shard’s attacks deal 1d8 extra damage until the end of its next turn.",damage:"the death shard’s attacks deal 1d8 extra damage until the end of its next turn",category:0}],damageModifiers:[{type:6,value:-10}],resist:"5 variable (1/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"38f11510-ac40-4d01-a5cd-674f33cbc031",name:"Deathpledged Gnoll",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +5",equipment:"leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:15},charisma:{score:7},hp:74,initiative:4,ac:18,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"7c773b69-f179-4771-81aa-833fd7e62c5d",name:"Bone Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+9 damage (2d6+11 damage while bloodied).",damage:"2d6+9 damage (2d6+11 damage while bloodied)",category:1},{id:"bb7e769f-1bde-4bbb-8709-b57dcb31cc34",name:"Claws of Yeenoghu",action:null,keywords:"",condition:"when the deathpledged gnoll first drops to 0 hit points",range:"",attack:null,description:"",details:"The deathpledged regains 5 hit points, gains 1 action point, and gains resist 15 to all damage. At the end of its next turn, the deathpledged drops to 0 hit points.",damage:"and gains resist 15 to all damage",category:0},{id:"7ba02b1d-4b7d-4e8e-8830-2e2d0588290c",name:"Pack Attack",action:null,keywords:"",condition:"encounter",range:"A deathpledged gnoll’s melee attacks deal 5 extra damage against an enemy that has two or more gnoll allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3a11200-0e53-47d1-b537-2c365122a139",name:"Demogorgon",details:"",size:5,origin:1,type:2,keywords:"aquatic, demon",level:34,role:{type:3,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"8, teleport 10, swim 8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +27, Athletics +35, Diplomacy +33, Insight +28, Intimidate +33",equipment:"",category:"",strength:{score:36},constitution:{score:35},dexterity:{score:25},intelligence:{score:30},wisdom:{score:23},charisma:{score:32},hp:1260,initiative:24,ac:48,fortitude:46,reflex:43,will:44,regeneration:null,auras:[],powers:[{id:"e7314298-b06c-42ba-bddc-9fd10ce9ce38",name:"Tentacle Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 5; 3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"310b863c-8f14-4d3c-8c02-70bb32f96800",name:"Forked Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:35,defence:2},description:"",details:"2d10+10 necrotic damage, and the target is weakened (save ends).",damage:"2d10+10 necrotic damage",category:1},{id:"9616ebd7-94a2-4b6f-aae7-bd19425eaf7c",name:"Tentacle Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:35,defence:1},description:"",details:"2d8+8 damage, and ongoing 15 damage (save ends). If Demogorgon’s attack deals ongoing damage to a creature that is already taking ongoing damage, the ongoing damage increases by 5.",damage:"2d8+8 damage",category:1},{id:"21bfb129-ab91-4759-a97c-a38cf9620e39",name:"Inescapable Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 50",attack:{bonus:37,defence:2},description:"",details:"the target is teleported to a space within 5 squares of Demogorgon.",damage:"the target is teleported to a space within 5 squares of Demogorgon",category:1},{id:"c1c877ea-0637-4130-ba36-b62938964167",name:"Aameul’s Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Gaze",condition:"",range:"Close blast 5",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 2d10+10 psychic damage, and the target is dazed (save ends). If the target is already dazed, it is instead dominated (save ends).",damage:"2d10+10 psychic damage",category:3},{id:"e6a0e1cf-6896-4e62-a14d-e84b55bcff36",name:"Hethradiah’s Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Gaze",condition:"",range:"Close blast 5",attack:{bonus:35,defence:3},description:"",details:"1d12+10 psychic damage, and the target uses an at-will attack power of Demogorgon’s choice against a target of Demogorgon’s choice as a free action.",damage:"1d12+10 psychic damage",category:3},{id:"347f870c-882a-4bae-85dc-1ca3f4de8bbf",name:"Dual Aspects of Demogorgon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 4d10+10 psychic damage, and the target is knocked unconscious (save ends).",damage:"4d10+10 psychic damage",category:1},{id:"c303e514-b3b5-430b-a161-b4255117241d",name:"Gaze of Abyssal Might",action:{action:7,trigger:"when an enemy starts its turn within 10 squares of demogorgon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:37,defence:3},description:"",details:"targets the triggering creatures; the target is dazed until the end of its turn.",damage:"",category:5},{id:"53595691-4038-47e4-b2f5-e4b44457b965",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, Demogorgon makes two initiative checks. Each check corresponds to one of Demogorgon’s heads—Aameul or Hethradiah—and Demogorgon takes a turn on both initiative counts. Demogorgon has a full set of actions on each of these turns, and Demogorgon’s ability to take an immediate action refreshes on each turn. Each of Demogorgon’s heads is unable to use the attack power named for the other head.",damage:"",category:0},{id:"bc9f9fa2-d242-4adb-804b-a5ca14b28798",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of each of his turns, Demogorgon saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"30 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"21be2c70-ec74-4e02-a92d-eb78c9724dd9",name:"Deva Knight-Errant",details:"",size:2,origin:3,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Good",languages:"Common",skills:"History +16, Insight +14, Religion +16",equipment:"broadsword; heavy shield; holy symbol; plate armor",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:10},intelligence:{score:18},wisdom:{score:16},charisma:{score:18},hp:111,initiative:7,ac:27,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"da1970fa-37ba-4cfb-b430-ee5bdf034cf9",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the target is marked until the end of the deva knight-errant’s next turn.",damage:"2d10+2 damage",category:1},{id:"d8db07a4-dfce-4dcd-a903-c621995cfbbe",name:"Rejuvenating Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after hitting with a broadsword attack"},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the deva knight-errant regains hit points equal to half the damage dealt.",damage:"2d10+2 damage",category:1},{id:"5b76ab36-1d9d-4cb4-8164-45cf798280c6",name:"Martyr’s Cry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Implement, Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target is marked (save ends).",damage:"2d6+4 psychic damage",category:1},{id:"17ac4775-9abe-4682-a675-5038cc684707",name:"Inner Radiance",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"Any attack a deva knight-errant makes can instead deal radiant damage. In addition, a knight-errant can take a -2 penalty to an attack roll to deal 4 extra radiant damage on the attack.",damage:"any attack a deva knight-errant makes can instead deal radiant damage",category:0},{id:"30d085bf-80a1-4ec7-b5df-f58c64c75f5c",name:"Health Transfer",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The deva knight-errant takes up to 25 damage, and one ally within 10 squares of it regains the same number of hit points. The knight-errant can then transfer one condition from the ally to itself.",damage:"the deva knight-errant takes up to 25 damage",category:3},{id:"8db1bcac-64b0-48f0-b9c2-11e7c8230a9a",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the deva knight-errant makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The knight-errant adds 1d6 to the triggering roll.",damage:"The knight-errant adds 1d6 to the triggering roll",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb06ea10-5b62-45e1-87fb-c9b2c117519c",name:"Deva Zealot",details:"",size:2,origin:3,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +18, Religion +16, Stealth +18",equipment:"falchion; leather armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:20},hp:135,initiative:15,ac:28,fortitude:25,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"8e4c38df-8493-408b-8a90-29cb0a06aeed",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"4d4+5 damage (crit 8d4 + 21) plus 1d6 radiant damage.",damage:"4d4+5 damage (crit 8d4 + 21) plus 1d6 radiant damage",category:1},{id:"5b2f3c0d-4918-41b6-aeb5-02bef7dbd584",name:"Path of Virtue",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva zealot shifts half its speed and makes one falchion attack against each enemy within reach during the move.",damage:"",category:1},{id:"498cd6d8-fcf8-40a2-8566-4d26f6d99cd4",name:"Dazzling Soul",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva zealot gains concealment until the start of its next turn, and any other square within 6 squares of the zealot is illuminated by bright light. Any square within 12 squares of the zealot is illuminated by dim light.",damage:"and any other square within 6 squares of the zealot is illuminated by bright light",category:3},{id:"5f8104fc-2e58-4c4d-8f5d-93cc3300b9d6",name:"Radiant Retribution",action:{action:7,trigger:"when an enemy hits the deva zealot on the zealot’s turn",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"The triggering enemy takes half the attack’s damage as radiant damage.",damage:"the triggering enemy takes half the attack’s damage as radiant damage",category:5},{id:"9c3b7dc6-06e5-4785-b10f-8cc4918613ca",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the deva zealot makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The zealot adds 1d6 to the triggering roll.",damage:"The zealot adds 1d6 to the triggering roll",category:5},{id:"50c50712-971a-4e68-a157-178ea76b1cfd",name:"Skirmish",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a deva zealot ends its move at least 4 squares from the square where it started the move, its attacks deal 1d6 extra radiant damage until the start of its next turn.",damage:"its attacks deal 1d6 extra radiant damage until the start of its next turn",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"699241e4-15f3-42a1-b283-595b4111c3c4",name:"Diamondhide Xorn",details:"",size:3,origin:1,type:1,keywords:"earth",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +12; all-around vision, darkvision",movement:"5, burrow 5",alignment:"Unaligned",languages:"Common, Prmordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:17},intelligence:{score:13},wisdom:{score:19},charisma:{score:13},hp:160,initiative:13,ac:29,fortitude:29,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"71094516-b0fa-4fba-bc80-9e41b2638e3b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"77d5785f-5ad1-4463-92b2-3bc91342327f",name:"Triple Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondhide xorn makes three claw attacks, each against a different target.",damage:"",category:1},{id:"dbb8d58a-9672-41d2-a249-53da86760daa",name:"Earthy Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"7185b561-2896-4186-a131-bb7203e61104",name:"Undermine",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"The diamondhide xorn burrows its speed and attacks one nonflying enemy whose space it passes under; 4d8+7 damage, and the target is restrained (save ends).",damage:"4d8+7 damage",category:1},{id:"bf66c4f4-4a6d-4d41-bb94-ed0f7afc9e63",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A diamondhide xorn can burrow through solid stone as if it were loose earth.",damage:"",category:0},{id:"aea34bb6-0a52-441a-a954-11b692eecfc6",name:"Retreat",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondhide xorn burrows its speed.",damage:"",category:5},{id:"7a6f315c-1214-4677-8b12-1e31a3e3452c",name:"Submerge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondhide xorn sinks partially under the ground and gains a +2 bonus to AC until it moves.",damage:"The diamondhide xorn sinks partially under the ground and gains a +2 bonus to AC until it moves",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9bf3e3eb-6687-4d4f-9004-6e9d6b65ce07",name:"Dimensional Marauder",details:"",size:2,origin:0,type:1,keywords:"",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7, teleport 3",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +11",equipment:"",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:18},intelligence:{score:4},wisdom:{score:16},charisma:{score:12},hp:45,initiative:10,ac:18,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"4796af81-5239-4d7a-b2dc-5576cd577ae4",name:"Basic Attack Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"c199863b-9fa9-4446-b2e9-b5f5f2b8a593",name:"Reality Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"usable only while insubstantial",range:"",attack:{bonus:7,defence:2},description:"",details:"1d10+4 damage, and the dimensional marauder teleports the target 3 squares. The marauder then teleports 3 squares into a space adjacent to the target.",damage:"1d10+4 damage",category:1},{id:"bdf3c338-a582-4345-86b7-51204be7dfc7",name:"Planar Evasion",action:{action:4,trigger:"when the dimensional marauder is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The marauder teleports 3 squares.",damage:"The marauder teleports 3 squares",category:5},{id:"c8e0423a-1211-46fe-8757-8237d5f71242",name:"Planephase Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dimensional marauder partially phases into another plane, gaining insubstantial and phasing until the end of its next turn or until it hits or misses with an attack. Sustain Minor: The effect persists.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"psychic, a dimensional marauder that takes psychic damage immediately ends planephase form.",immune:"",tactics:""},{id:"2e35d156-8aaa-4392-9a7c-88afecae8648",name:"Dire Tiger",details:"",size:3,origin:4,type:1,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:2},wisdom:{score:15},charisma:{score:13},hp:89,initiative:8,ac:24,fortitude:22,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"e0075b4c-1a12-40e3-a4ee-3c9ae215eed2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"1d1ff55c-3e3c-4379-b759-0176c2cc2407",name:"Leaping Pounce",action:{action:4,trigger:"when the tiger’s quarry is within 5 squares of the dire tiger and shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire tiger shifts to the nearest space adjacent to its quarry and makes a bite attack against it. While shifting, the tiger can move through enemy-occupied spaces.",damage:"",category:5},{id:"3e23ad5b-23d6-4c78-98f4-7bd780806954",name:"Feral Surge",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire tiger takes a move action.",damage:"",category:3},{id:"2620b7b5-d789-4594-9ed5-5c295c7cf9c0",name:"Hunter’s Instinct",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nearest enemy is designated as the dire tiger’s quarry until the end of the encounter or until the tiger designates another quarry. The tiger’s attacks deal 1d6 extra damage against its quarry.",damage:"the tiger’s attacks deal 1d6 extra damage against its quarry",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f271a89c-be0a-4db1-8316-ebff1e614c97",name:"Direguard Assassin",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision, truesight 10",movement:"8",alignment:"Evil",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:21},intelligence:{score:16},wisdom:{score:18},charisma:{score:17},hp:111,initiative:12,ac:25,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"27663ba8-c357-418d-9dda-0998d90b73e1",name:"Force Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 force damage.",damage:"2d6+6 force damage",category:1},{id:"e9139f91-1f96-4da4-8317-282bce3839a4",name:"Dire Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"2d6+6 force damage.",damage:"2d6+6 force damage",category:1},{id:"bfb37ef0-fb2f-4820-881f-b366ac3461fe",name:"Mist Walk",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The direguard assassin shifts 2 squares and gains insubstantial and phasing until the end of its next turn.",damage:"The direguard assassin shifts 2 squares and gains insubstantial and phasing until the end of its next turn",category:5},{id:"a7774823-bdb3-4f25-8491-f831ff541bec",name:"Mobile Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a direguard assassin ends its move at least 4 squares from where it began its move, it gains a +2 bonus to melee attack rolls until the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0cc90b11-b2ec-4ed2-be18-bf031d80ef7f",name:"Direguard Deathbringer",details:"",size:2,origin:4,type:2,keywords:"undead",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +11; darkvision, truesight 10",movement:"7",alignment:"Evil",languages:"Common",skills:"Bluff +12, Insight +11, Intimidate +12",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:17},intelligence:{score:19},wisdom:{score:14},charisma:{score:20},hp:134,initiative:7,ac:20,fortitude:20,reflex:21,will:22,regeneration:null,auras:[{id:"2ae7d3e4-c354-42c8-b911-e12cadf4869e",name:"Command Zone",keywords:"",details:"aura 4; each ally within the aura gains a +2 bonus to attack rolls."}],powers:[{id:"77421f47-5300-4ff2-a2e4-f80653a17cf2",name:"Blazing Bone Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+9 force damage.",damage:"1d6+9 force damage",category:1},{id:"ce705064-964d-4ffb-9b37-57bee5292bdf",name:"Force Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 15",attack:{bonus:13,defence:2},description:"",details:"2d8+5 force damage, and the direguard deathbringer pushes the target 3 squares. Miss: The target is slowed until the end of the deathbringer’s next turn.",damage:"2d8+5 force damage",category:1},{id:"ee9efece-95f2-416f-bbf6-4ab4dafa2d6c",name:"Frightful Force",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The direguard deathbringer makes three force blast attacks, each against a different target.",damage:"",category:1},{id:"011087d6-a2a5-4338-b7af-7857ea2b9d42",name:"Vile Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:null,description:"",details:"targets allies; the target shifts 2 squares and makes a basic attack as a free action.",damage:"the target shifts 2 squares and makes a basic attack as a free action",category:1},{id:"63086c71-d849-4715-8677-25dffe837f1c",name:"Force Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The direguard deathbringer gains a +4 power bonus to AC and Reflex until it is hit by an attack.",damage:"The direguard deathbringer gains a +4 power bonus to AC and Reflex until it is hit by an attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b104b662-8312-47d7-a659-e4a84a199c06",name:"Djinn Skylord",details:"",size:3,origin:1,type:2,keywords:"air",level:25,role:{type:3,flag:0,leader:!0},senses:"Perception +21; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Diplomacy +24, Insight +21",equipment:"quarterstaff",category:"",strength:{score:23},constitution:{score:28},dexterity:{score:20},intelligence:{score:25},wisdom:{score:18},charisma:{score:25},hp:236,initiative:17,ac:39,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"4eb57b12-062a-4c09-ba91-d2769aec26e5",name:"Storm Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d10+4 damage, and the djinn skylord either shifts 2 squares or makes an extra recharge roll for storm shout.",damage:"3d10+4 damage",category:1},{id:"67c8fb2c-0d4c-4de5-a5bb-6f13c1190919",name:"Elemental Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"no attack roll; the djinn skylord slides the target 1 square.",damage:"the djinn skylord slides the target 1 square",category:3},{id:"d838b3d4-c9c7-4236-95fd-96068b23506c",name:"Mystic Hail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:29,defence:3},description:"",details:"2d8+8 psychic damage, and the target grants combat advantage to the djinn skylord until the target uses a standard action to clear its head of the mystic hail.",damage:"2d8+8 psychic damage",category:1},{id:"287c728b-b27c-4d52-8df1-5650cadc7f17",name:"Sandstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Close burst 5",attack:{bonus:29,defence:3},description:"",details:"4d8+8 damage. Effect: The burst creates a zone of swirling sand that lasts until the end of the djinn skylord’s next turn. Each ally within the zone gains concealment. Each enemy that starts its turn within the zone is dazed until the start of its next turn. Sustain Minor: The zone persists.",damage:"4d8+8 damage",category:1},{id:"7350e973-37e7-4895-88e5-230f30ae1539",name:"Storm Shout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:29,defence:3},description:"",details:"3d10+10 thunder damage, and the target is pushed 3 squares and knocked prone.",damage:"3d10+10 thunder damage",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7653952e-68fe-44a1-9065-f9b6e4b21880",name:"Djinn Stormsword",details:"",size:3,origin:1,type:2,keywords:"air",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +19; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Bluff +22, Insight +24",equipment:"scimitar",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:25},intelligence:{score:19},wisdom:{score:25},charisma:{score:20},hp:222,initiative:21,ac:40,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"e3ff1969-054e-4531-8eb8-fe5a910703d0",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d10+3 damage (crit 9d10 + 33), and the target is marked until the end of the djinn stormsword’s next turn.",damage:"3d10+3 damage (crit 9d10 + 33)",category:1},{id:"17124e73-ab2f-4bc6-8863-67e0ce720ac6",name:"Come to Me",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"the djinn stormsword pulls the target 5 squares.",damage:"the djinn stormsword pulls the target 5 squares",category:3},{id:"72e2ee25-4ec1-4a11-a4ab-c54d205a56c1",name:"Spinning Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Thunder",condition:"",range:"Ranged 5",attack:{bonus:27,defence:2},description:"",details:"4d12+8 cold and thunder damage, and the target is immobilized (save ends).",damage:"4d12+8 cold and thunder damage",category:1},{id:"96dfd66c-00a5-47fe-b8f2-e48821f3ec83",name:"Whirlwind Dervish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the djinn stormsword is struck by a critical hit"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:29,defence:0},description:"",details:"4d8+12 lightning and thunder damage.",damage:"4d8+12 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4adb97ee-0f42-419c-b2ba-efa14ccc2d27",name:"Djinn Thunderer",details:"",size:3,origin:1,type:2,keywords:"air",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +16; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +21",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:21},wisdom:{score:23},charisma:{score:19},hp:146,initiative:16,ac:32,fortitude:34,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"aa9ded4a-e08d-434d-882a-8f6095549894",name:"Scepter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d8+2 damage.",damage:"3d8+2 damage",category:1},{id:"d7340038-a3f9-410e-9711-4dba88d261f0",name:"Rage of Storms",action:{action:7,trigger:"when a critical hit damages the djinn thunderer",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:25,defence:2},description:"",details:"3d8+12 thunder damage, and the thunderer pushes the target 5 squares. Effect: The thunderer gains 1 action point.",damage:"3d8+12 thunder damage",category:5},{id:"79a79569-dccc-42ce-8bf5-e9a6212c4591",name:"imperious Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:25,defence:2},description:"",details:"2d8+9 thunder damage, and the target takes ongoing 10 thunder damage (save ends). Miss: The target takes ongoing 10 thunder damage (save ends).",damage:"2d8+9 thunder damage",category:1},{id:"4cac89f4-b26a-4a6b-ac5c-2de112e2c4ea",name:"Thunderburst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:25,defence:1},description:"",details:"2d8+9 thunder damage, and the target is dazed until the end of the djinn thunderer’s next turn.",damage:"2d8+9 thunder damage",category:1},{id:"c1a78353-fef8-4125-b166-2a634913df7d",name:"Zephyr Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The djinn thunderer teleports 20 squares.",damage:"The djinn thunderer teleports 20 squares",category:3}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0397d6f0-a7ae-44f6-8f50-32443e066ad0",name:"Djinn Windbow",details:"",size:3,origin:1,type:2,keywords:"air",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +15; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Bluff +23, Insight +20",equipment:"arrow; longbow",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:27},intelligence:{score:22},wisdom:{score:19},charisma:{score:24},hp:204,initiative:21,ac:36,fortitude:33,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"3ff79a80-cdfd-491f-9cec-904ea9388331",name:"Slash of Thunder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+10 thunder damage.",damage:"2d8+10 thunder damage",category:1},{id:"3973b267-59ef-4925-bfe0-ed36adccef39",name:"Windbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:27,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:1},{id:"45843904-b057-4b71-b269-3d6db20f8a81",name:"Blowback",action:{action:7,trigger:"when a critical hit damages the djinn winbow",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:25,defence:2},description:"",details:"4d8+8 thunder damage, and the window pushes the target 5 squares. Effect: The windbow gains 1 action points.",damage:"4d8+8 thunder damage",category:5},{id:"2887c7a5-b707-4602-991c-c8ab23a723c4",name:"Brutal Zephyr",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Ranged 30",attack:{bonus:25,defence:2},description:"",details:"2d8+13 thunder damage. Miss: The djinn windbow chooses another target within 10 squares of the first target, and rerolls the attack against the new target. If the second attack misses, the power ends.",damage:"2d8+13 thunder damage",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"275c3894-e6e6-43fd-ac04-f7bfc9d6f680",name:"Doom Flayer",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Giant",skills:"Arcana +13, History +13",equipment:"dagger; implement, staff",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:12},intelligence:{score:19},wisdom:{score:15},charisma:{score:16},hp:65,initiative:5,ac:20,fortitude:18,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"ee0c9c17-1dfd-4925-9461-06094f51cff8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"786c2576-fa41-47b0-b698-0f094244fd23",name:"Force Leash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d6+6 force damage, and the target is slowed until the end of the doom flayer’s next turn.",damage:"1d6+6 force damage",category:1},{id:"dfa6ade9-8208-4e8c-9f1b-518c5e4aa824",name:"Grasping Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"1d8+4 damage, and the target is immobilized (save ends). Until the target saves, any ally of the target that starts its turn adjacent to the target is slowed (save ends).",damage:"1d8+4 damage",category:1},{id:"5fdc01ab-16d0-4939-bdc0-79cac7766a6a",name:"Doom Foretold",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target grants combat advantage until the end of the doom flayer’s next turn.",damage:"",category:3},{id:"24c5b7f0-ecca-4de1-be88-2e91d038312a",name:"Churning Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:2},description:"",details:"2d8+5 damage, the doom flayer slides the target 1 square, and the target is knocked prone. Miss: Half damage.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4522f2ae-323d-4d37-a642-06ef4f44ace9",name:"Drakkoth Ambusher",details:"",size:3,origin:4,type:2,keywords:"reptile",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"glaive; hide armor",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:20},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:131,initiative:13,ac:27,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"3a06a42b-a7dd-4b16-9570-1c54bdcfbecd",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 4d4 damage plus 5 poison damage.",damage:"4d4 damage plus 5 poison damage",category:1},{id:"79a4b0d7-39c7-48b4-993e-197fe3ceaecf",name:"Sudden Rush",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"The drakkoth ambusher shifts its speed and makes an attack against each enemy it moves adjacent to during the move; the target is knocked prone.",damage:"",category:2},{id:"4b1a049c-7092-4b92-a90d-9dd7a6ba6626",name:"Venomous Hiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 2",attack:{bonus:16,defence:2},description:"",details:"3d6+5 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"3d6+5 poison damage",category:3},{id:"2b7af92c-6c22-487d-bd72-47c2afa5de1a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A drakkoth ambusher deals 2d6 extra damage against any target granting combat advantage to it.",damage:"a drakkoth ambusher deals 2d6 extra damage against any target granting combat advantage to it",category:0},{id:"7f0ecdbf-a1b8-4b1b-b311-5651d69110dd",name:"Drakkoth Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Once per round when the drakkoth ambusher hits with an attack, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c0e50160-3df2-4955-b2e4-a52caee3774b",name:"Drakkoth Rager",details:"",size:3,origin:4,type:2,keywords:"reptile",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"battleaxe; hide armor",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:20},intelligence:{score:12},wisdom:{score:20},charisma:{score:14},hp:366,initiative:12,ac:27,fortitude:30,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"fc3029c4-19fd-4ed5-a282-b6af6a4156f3",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"3fe510e5-8b85-4c95-9b18-ba71127e16a1",name:"Raging Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:0},description:"",details:"2d10+8 damage plus 5 poison damage.",damage:"2d10+8 damage plus 5 poison damage",category:1},{id:"0914ef35-1a2c-4a1d-be75-9112496d86cf",name:"Venomous Hiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Poison",condition:"",range:"Close blast 2",attack:{bonus:16,defence:2},description:"",details:"3d6+5 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"3d6+5 poison damage",category:3},{id:"b31c8187-47c5-4a50-a4ed-5ac9f141378f",name:"Drakkoth Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The drakkoth rager gains a +2 bonus to attack rolls and a +5 bonus to damage rolls. In addition, once per round when the rager hits with an attack, it gains 10 temporary hit points.",damage:"the drakkoth rager gains a +2 bonus to attack rolls and a +5 bonus to damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e2b0d938-5f20-4c68-a1ca-e011c90f6002",name:"Drakkoth Venomshot",details:"",size:3,origin:4,type:2,keywords:"reptile",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"arrows (30); leather armor; longbow; longsword",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:21},intelligence:{score:15},wisdom:{score:21},charisma:{score:14},hp:125,initiative:13,ac:28,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"5e2de840-590a-4fa4-bd79-895e307f1cf1",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"cbad1a03-7dab-4ae0-85bf-ffa507fa9d70",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:23,defence:0},description:"",details:"2d10+5 damage, and the target gains vulnerable 10 poison.",damage:"2d10+5 damage",category:1},{id:"2063cbb7-9dd1-458e-8ab3-cab70599e409",name:"Venomshot Hiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges at the start of its turn while the drakkoth venomshot is bloodied"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"1d10 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"1d10 poison damage",category:3},{id:"52d3db91-7d6c-4d51-b604-4799dd906fb0",name:"Drakkoth Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Once per round when the drakkoth venomshot hits with an attack, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea5ac228-df86-4b42-8a79-2c35f21e7d7f",name:"Dretch",details:"",size:1,origin:1,type:2,keywords:"demon",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:5},wisdom:{score:11},charisma:{score:7},hp:44,initiative:3,ac:14,fortitude:14,reflex:13,will:11,regeneration:null,auras:[{id:"806c0101-d6fe-4e02-b9d3-1b44eaad7461",name:"Sickening Miasma",keywords:"",details:"aura 1; each enemy within the aura takes 1 damage whenever it takes a standard action or a move action. Multiple sickening miasma auras deal cumulative damage, up to 5 damage."}],powers:[{id:"52e5bdf9-8c77-4da8-bbfe-5b44a1a36a7e",name:"Savage Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"4adeb54e-d6cc-412a-b84c-c6fd9b75fdb5",name:"Frenzy of Claws",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dretch attacks one or two creatures with savage claws.",damage:"",category:5},{id:"8d4a4d70-48ea-45bd-93c3-b402696e00d5",name:"Vile Death",action:null,keywords:"Poison, Zone",condition:"when the dretch drops 0 hit points",range:"Close burst 1",attack:null,description:"",details:"the burst creates a zone of poison centered on the dretch that lasts until what would be the start of the dretch’s next turn. Any nondemon that enters the zone or starts its turn there takes 5 poison damage.",damage:"any nondemon that enters the zone or starts its turn there takes 5 poison damage",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"25e570df-c871-47af-ad68-392fac122fb1",name:"Duergar Blasphemer",details:"",size:2,origin:4,type:2,keywords:"devil",level:14,role:{type:3,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Bluff +15, Dungeoneering +18, Religion +17",equipment:"greatclub",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:15},intelligence:{score:20},wisdom:{score:23},charisma:{score:16},hp:140,initiative:9,ac:28,fortitude:25,reflex:25,will:26,regeneration:null,auras:[{id:"7c028b30-b9f0-4370-b3e3-799744eaca40",name:"Crush Nonbelievers",keywords:"",details:"(Fire, Poison) aura sight; the duergar blasphemer and each ally within the aura can score critical hits on rolls of 19–20 against prone targets and deal 10 extra fire and poison damage on critical hits against prone targets."}],powers:[{id:"a7228b0a-00c0-4ba3-ad9a-5bf8ce76af1e",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+3 damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d4+3 damage",category:1},{id:"68c4ee21-853c-4f23-a57c-d9db4d370dfb",name:"Sinner’s Slip",action:{action:5,trigger:"when an enemy marked by the duergar blasphemer makes an attack roll against it",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"Targets the triggering enemy; the enemy’s attack instead targets the ally of the attacker nearest to it. If no target is available, the attacker is knocked prone and takes 3d6 + 6 psychic damage.",damage:"the attacker is knocked prone and takes 3d6 + 6 psychic damage",category:5},{id:"33b53d65-6c68-4d9a-bfeb-0753f859b169",name:"Eyes of Asmodeus",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"the target is weakened and marked until the end of the duergar blasphemer’s next turn. Aftereffect: The target is slowed (save ends). Miss: The target is slowed (save ends).",damage:"",category:1},{id:"61a555ab-1157-4e2f-9518-11d494ca6652",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"1d8+4 fire and poison damage, ad the target takes ongoing 5 fire and poison damage and a -2 penalty to attack rolls (save ends).",damage:"1d8+4 fire and poison damage",category:1},{id:"b0d6b74c-ee51-48d3-9b51-1a470226e0d6",name:"Quick Quill Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The duergar blasphemer makes an infernal quills attack.",damage:"",category:3},{id:"a622c1c3-fb22-4ce2-88d0-d10518a40b06",name:"Preach Submission",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets one creature; the target is marked (save ends). If the target is already marked by the duergar blasphemer, it is knocked prone.",damage:"",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2900a23-d99d-48a3-9fd6-9079b904a9ed",name:"Duergar Flesheater",details:"",size:2,origin:4,type:2,keywords:"devil",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Bluff +10, Dungeoneering +14, Stealth +14",equipment:"leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:18},charisma:{score:10},hp:89,initiative:13,ac:26,fortitude:25,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"d85540bd-cc6d-474f-96c4-0dc844ea4452",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 damage (save ends).",damage:"1d8+3 damage",category:1},{id:"d5f71b04-fb1f-4f9e-9b51-d00d90cb4d70",name:"Quill Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the duergar flesheater hits with its claw attack"},keywords:"Poison",condition:"requires combat advantage against the target",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8 damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage",category:1},{id:"5cc8407d-4fa4-40af-b592-d13a5e012d02",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 3",attack:{bonus:16,defence:0},description:"",details:"1d8 damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage",category:1},{id:"e9ad9994-f1b7-4ff1-8a21-31fdb8a62b3e",name:"Shadow Scourge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the duergar fleshtearer is invisible, its attacks deal twice the normal amount of ongoing damage.",damage:"its attacks deal twice the normal amount of ongoing damage",category:0},{id:"879e58a9-f5d5-4058-856c-c7092ff02afe",name:"Underdark Sneak",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while in dim light or darkness and adjacent to an object or a wall that occupies at least 1 square",range:"",attack:null,description:"",details:"The duergar fleshtearer becomes invisible until the end of its next turn or until after it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84b0c533-7e81-453f-b30f-ffe93b91ee5a",name:"Duergar Guard",details:"",size:2,origin:4,type:2,keywords:"devil",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +9",equipment:"chainmail; warhammer",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:15},charisma:{score:8},hp:58,initiative:6,ac:21,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"94053ccd-6515-4041-b1a1-a4e4d1afb78f",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"e4d1a468-e9c9-46b7-898d-ed68c18ff6b8",name:"Beard Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage, and ongoing 2 poison damage and -2 penalty to attack rolls (save ends).",damage:"1d8+3 damage",category:3},{id:"4682f2b1-d374-4075-818a-1d7ee7c92c3a",name:"Infernal Anger",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Until the start of the duerger guard’s next turn, it deals an extra 4 fire damage when its melee attacks hit, and if an adjacent enemy moves of shifts during this period, the duerger guard can shift 1 square as an immediate reaction.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"53955f86-1929-4087-80b4-854b9a7e1893",name:"Duergar Hellcaller",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Arcana +11, Dungeoneering +13, Religion +11",equipment:"leather armor; mace",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:22},hp:96,initiative:10,ac:24,fortitude:23,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"5e8d6a30-c02c-46c8-9ee2-5f03ae4ebdd6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"013ae77f-0e60-451e-a0fb-3e2e81964149",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"1d8+3 fire and poison damage, and the target takes ongoing 5 fire and poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+3 fire and poison damage",category:1},{id:"f48c0f5f-b4c9-4eec-ae1d-bd6a3c8c9532",name:"Quick Quill Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"",attack:null,description:"",details:"The duergar hellcaller makes an infernal quills attack.",damage:"",category:3},{id:"bb82250d-184b-43aa-8c0a-33e7bea893a5",name:"Asmodeus’s Ruby Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 3d8+5 psychic damage, and the duergar slides the target to the nearest space outside the blast. This forced movement provokes opportunity attacks.",damage:"3d8+5 psychic damage",category:1},{id:"50d26d72-737d-4a39-bcd2-fa671e2587ac",name:"Quill Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"Area burst 2 within 10",attack:{bonus:17,defence:2},description:"",details:"1d8 fire and poison damage, and the target takes ongoing 10 fire and poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 fire and poison damage",category:1},{id:"c3b53e55-49c7-4945-8420-c8c6d6221199",name:"Devilish Sacrifice",action:{action:5,trigger:"when an enemy makes a melee attack roll against the duergar hellcaller",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The duergar hellcaller shifts to the nearest space beyond the triggering attack’s reach. A legion devil hellguard appears in the duergar’s former space and becomes the target of the triggering attack. The devil acts immediately after the duergar hellcaller’s initiative.",damage:"",category:5}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f337e85b-09a6-4386-a306-60dfcdae1d50",name:"Duergar Scout",details:"",size:2,origin:4,type:2,keywords:"devil",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +9, Stealth +9",equipment:"chainmail; crossbow; crossbow bolt; warhammer",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:7},hp:48,initiative:8,ac:18,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"357794cf-7fc1-4802-afac-19b9a7d44c09",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"31c3d4ae-6d9e-431f-ab82-b1d16a2a8ae1",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"39b5c0f1-0e35-42ae-b39e-b9dc89bd0064",name:"Infernal Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the target takes ongoing 2 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+3 damage",category:3},{id:"9d26be86-4afa-4388-8342-4c2a130c38f5",name:"Shadow Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A duergar scout’s attacks deal 2d6 extra damage while the scout is invisible.",damage:"a duergar scout’s attacks deal 2d6 extra damage while the scout is invisible",category:0},{id:"06793cf0-0d6c-4e7f-a896-a5865ec6cd67",name:"Underdark Sneak",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while in dim light or darkness and adjacent to an object or a wall that occupies at least 1 square",range:"",attack:null,description:"",details:"The duergar scout becomes invisible until the end of its next turn or until after it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"01f4ea21-c18d-4f2a-bba9-d3b77a9ddd8d",name:"Duergar Shock Trooper",details:"",size:2,origin:4,type:2,keywords:"devil",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +12",equipment:"chainmail; maul",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:8},hp:84,initiative:6,ac:18,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"5d6b637f-38bf-4988-a7ac-eeb59804c029",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"457546de-389a-49f4-a283-d0f133f867b7",name:"Infernal Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 2 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+4 damage",category:3},{id:"16c75ec9-14a1-4c95-9307-dfcd919e8219",name:"Expand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"when first bloodied",range:"The duergar shock trooper becomes Large, occupying 4 squares instead of 1. Any creatures in the squares that the shock trooper comes to occupy are pushed 1 square. The shock trooper also gains reach 2 and a +5 bonus to its melee damage rolls. The shock trooper remains Large until the end of the encounter.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"86fee1ee-3ae6-4b51-89f6-e8f8457a39e7",name:"Duergar Theurge",details:"",size:2,origin:4,type:2,keywords:"devil",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Arcana +7, Dungeoneering +13, Religion +7",equipment:"warhammer",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:12},intelligence:{score:15},wisdom:{score:18},charisma:{score:11},hp:63,initiative:2,ac:19,fortitude:16,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"ac4d4cb1-8b36-495b-a372-c27d3f066e2b",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+1 damage.",damage:"1d10+1 damage",category:1},{id:"4822f523-fd88-4470-8d73-ff7231bd84f0",name:"Hellbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d10+4 fire damage.",damage:"1d10+4 fire damage",category:1},{id:"b2b297da-9105-4a1b-a498-383648229f76",name:"Infernal Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage, and the target takes ongoing 2 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+3 damage",category:3},{id:"5e703f11-2ef1-470c-8000-8fe25a86ec6d",name:"Wave of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:3},description:"",details:"1d8+4 psychic damage, and the target is slowed and dazed (save ends both).",damage:"1d8+4 psychic damage",category:1},{id:"7f90d3e5-f300-4707-80ca-8ec78f808d5e",name:"Brimstone Hail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 15",attack:{bonus:9,defence:2},description:"",details:"3d6+4 fire damage, and the target is knocked prone.",damage:"3d6+4 fire damage",category:1},{id:"46acb6e6-bc1b-4cad-a4cc-8933c2554985",name:"Vile Fumes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 2 within 15",attack:{bonus:9,defence:1},description:"",details:"3d6+4 poison damage, and the target is blinded until the end of the duergar theurge’s next turn.",damage:"3d6+4 poison damage",category:1}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"0b9845a0-edbd-4c6a-8c43-66cbc3eb7db2",name:"Dust Devil",details:"",size:1,origin:1,type:1,keywords:"air, earth",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +0",movement:"8",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +10",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:18},intelligence:{score:5},wisdom:{score:8},charisma:{score:15},hp:47,initiative:7,ac:18,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"970c45d2-0f27-453d-8a7b-d4714dd30297",name:"Grasping Winds",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d10+3 damage, and the dust devil slides the target 2 squares.",damage:"1d10+3 damage",category:1},{id:"82763baa-93cd-481c-8883-0535cc0ca4af",name:"Gale Blast",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"The dust devil shifts 5 squares and attacks each enemy it moves adjacent to (one attack per creature); the target is knocked prone.",damage:"The dust devil shifts 5 squares and attacks each enemy it moves adjacent to (one attack per creature)",category:2},{id:"104d0563-545c-43e5-b5ed-72069a14aa57",name:"Stinging Sands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:8,defence:1},description:"",details:"3d6+3 damage, and the target is blinded until the end of the dust devil’s next turn.",damage:"3d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"69ff0c51-5eae-4d2d-9cd7-faec23670139",name:"Dweomer Eater",details:"",size:3,origin:4,type:1,keywords:"",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:23},intelligence:{score:2},wisdom:{score:18},charisma:{score:13},hp:110,initiative:13,ac:25,fortitude:20,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"d28d75c1-53c9-49fa-acaa-3a134cf34791",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage, and if the target is wearing magic armor, the armor is decaying until the end of the encounter. While the armor is decaying, the armor’s enhancement bonus takes a cumulative -1 penalty, to the maximum of the armor’s enhancement bonus.",damage:"2d6+6 damage",category:1},{id:"6e62bb9d-dda6-4de5-a8ef-1a4eb993ed53",name:"Dissolve Item",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Reliable",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Targets a creature wearing or wielding a decaying magic item of 15th level or lower; the decaying magic item is destroyed.",damage:"",category:1},{id:"fd57e461-0635-42dc-b634-64acb206ab85",name:"Magic Consumption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the dweomer eater is hit by an attack that uses a magic implement or weapon",range:"",attack:null,description:"",details:"The implement or weapon used in the triggering attack is decaying until the end of the encounter. While the implement or weapon is decaying, the target takes a cumulative -1 penalty to that implement’s or weapon’s enhancement bonus, to a maximum penalty equal to the item’s enhancement bonus.",damage:"the target takes a cumulative -1 penalty to that implement’s or weapon’s enhancement bonus",category:1},{id:"ae2b97cb-7ffb-4324-8979-22405efdfc64",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dweomer eater consumes any item it destroys. The residuum from any magic items the dweomer eater has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c1c92ce3-3ceb-4e82-a2b4-868bdd8a57e3",name:"Earth Archon Ground Rager",details:"",size:2,origin:1,type:2,keywords:"earth",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +13; tremorsense 20",movement:"6 (earth walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"chainmail",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:14},intelligence:{score:19},wisdom:{score:23},charisma:{score:17},hp:143,initiative:9,ac:28,fortitude:26,reflex:26,will:26,regeneration:null,auras:[{id:"f0b6db1e-663a-4acb-ab27-91d270bb5bea",name:"Earth Liquefaction",keywords:"",details:"aura 5; each creature without the earth keyword that ends its turn within the aura and did not move during its turn is slowed until the end of its next turn."}],powers:[{id:"d358d732-04c8-4472-9915-376583e361f0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"827ab6f3-da22-49a8-b73c-27f00aa59e24",name:"Raging Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"(standard",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"(+20 against slowed creatures)1d8+6 thunder damage, and the target is immobilized (save ends).",damage:"(+20 against slowed creatures)1d8+6 thunder damage",category:1},{id:"70415436-f99b-4fbd-b161-80927d90b2fc",name:"Shove",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 damage, and the target is pushed 4 squares and knocked prone.",damage:"1d10+6 damage",category:1},{id:"e0ca1530-b3e5-49ef-a8de-fd465374d0a5",name:"Ground Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"2d8+6 thunder damage, and the target is knocked prone. Miss: Half damage, and the target is knocked prone.",damage:"2d8+6 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"24511dad-b749-4c78-9042-e935438cbeb8",name:"Earth Archon Rumbler",details:"",size:2,origin:1,type:2,keywords:"earth",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +13; tremorsense 20",movement:"6 (earth walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"warhammer",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:18},intelligence:{score:15},wisdom:{score:21},charisma:{score:17},hp:204,initiative:12,ac:29,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"abe8a837-3071-4160-b2ac-ee93d47b0231",name:"Stone Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+9 damage.",damage:"2d10+9 damage",category:1},{id:"627f2896-beef-4417-867d-35c36d486e05",name:"Avalanche Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:18,defence:2},description:"",details:"1d10+9 damage, and the target is knocked prone.",damage:"1d10+9 damage",category:1},{id:"436bb5da-8fff-48be-8271-f988fb81416e",name:"Thundering Might",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An earth archon rumbler’s attack deals 2d8 extra thunder damage if the rumbler is adjacent to more than one enemy.",damage:"an earth archon rumbler’s attack deals 2d8 extra thunder damage if the rumbler is adjacent to more than one enemy",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c554d254-47a4-4b10-90b5-de3075ba74c8",name:"Earth Archon Seismic Striker",details:"",size:2,origin:1,type:2,keywords:"earth",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +13; tremorsense 20",movement:"6 (earth walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"heavy shield; javelin; plate armor; war pick",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:22},intelligence:{score:15},wisdom:{score:21},charisma:{score:17},hp:160,initiative:16,ac:32,fortitude:29,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"a2f9c6b2-96cb-43cb-829a-089eacbfc09a",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+7 damage plus 1d8 thunder damage (crit 4d8+23 damage plus 8 thunder damage).",damage:"2d8+7 damage plus 1d8 thunder damage (crit 4d8+23 damage plus 8 thunder damage)",category:1},{id:"873b0508-ea92-4d6b-9a84-fbeade993c4a",name:"Stone Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:23,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of the earth archon seismic striker’s next turn.",damage:"1d10+7 damage",category:1},{id:"8ce4c82d-686f-46ff-aabc-34897b698ce3",name:"Seismic Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"2d10+7 thunder damage, and the target is knocked prone. Miss: Half damage, and the target is knocked prone.",damage:"2d10+7 thunder damage",category:1},{id:"2f938e6f-ccb6-4c71-a8fc-ff171f97a1ba",name:"Ground Strike",action:null,keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"An earth archon seismic striker’s attack deals an extra 1d8 thunder damage against any prone enemy.",damage:"an earth archon seismic striker’s attack deals an extra 1d8 thunder damage against any prone enemy",category:0},{id:"35204cc4-6a33-431b-a03f-2467b892209e",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An earth archon seismic striker gains a +5 bonus to opportunity attack rolls and immobilizes a creature that it hits with an opportunity attack until the end of the seismic striker’s next turn.",damage:"An earth archon seismic striker gains a +5 bonus to opportunity attack rolls and immobilizes a creature that it hits with an opportunity attack until the end of the seismic striker’s next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c9bc1a88-d49d-4e7a-8b67-f09a006d4e74",name:"Eladrin Arcane Archer",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; longbow; short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:17},wisdom:{score:11},charisma:{score:15},hp:51,initiative:6,ac:17,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"56cb5ce0-eee0-464c-ac62-47ad4e0b2fa4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"a5da21a6-c358-438b-8df2-344451972d7b",name:"Scorching Arrows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"The eladrin arcane archer makes the following attack twice: Ranged 20/40",attack:{bonus:10,defence:2},description:"",details:"1d10 damage plus 1d6 fire damage.",damage:"1d10 damage plus 1d6 fire damage",category:1},{id:"1335e8d8-1625-407a-8e6b-e2b746233288",name:"Eldritch Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Area burst 1 within 20",attack:{bonus:10,defence:1},description:"",details:"1d10+5 force damage, and the target is knocked prone.",damage:"1d10+5 force damage",category:1},{id:"ed68c3fd-92e8-49fc-b5ad-2f837e85cd3c",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin arcane archer teleports 5 squares.",damage:"The eladrin arcane archer teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"743890f7-35dc-45bf-8fb2-572cb6ddce30",name:"Eladrin Bladesinger",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:21},intelligence:{score:15},wisdom:{score:13},charisma:{score:18},hp:114,initiative:12,ac:25,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"1c5fab56-38d9-4bc4-a529-bcb6c5ba3b53",name:"Brilliant Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+3 radiant damage, and the target takes a -3 penalty to attack rolls against the eladrin bladesinger until the end of the bladesinger’s next turn.",damage:"2d8+3 radiant damage",category:1},{id:"e1ce31da-e7b1-440f-98cb-0c28d6c21f2b",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The eladrin bladesinger shifts 3 squares before and after making the attack; the target is weakened and slowed (save ends both). Miss: The target is slowed (save ends).",damage:"The eladrin bladesinger shifts 3 squares before and after making the attack",category:1},{id:"e2ff4333-140f-4d08-a076-ae6b2b51418a",name:"Dance of Brilliance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+4 radiant damage, and the eladrin bladesinger shifts 3 squares and uses brilliant blade against a different target.",damage:"1d8+4 radiant damage",category:1},{id:"01006abc-e699-4b41-b805-c54944c1afc2",name:"Wyvern Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The eladrin bladesinger flies 8 squares and does not provoke opportunity attacks. At any point during the move, the bladesinger makes an attack; 1d8+4 damage, and ongoing 10 poison damage (save ends).",damage:"1d8+4 damage",category:1},{id:"73968379-2b8e-4039-bc65-b28f9046a6b9",name:"Combat Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage against a target adjacent to the eladrin bladesinger",range:"",attack:null,description:"",details:"The bladesinger shifts 1 square to a space adjacent to the target.",damage:"The bladesinger shifts 1 square to a space adjacent to the target",category:3},{id:"b1561fb4-0324-4a28-81fa-c1234bfb1a13",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin bladesinger teleports 5 squares.",damage:"The eladrin bladesinger teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93eec3f0-249a-469c-9e0a-36dd308fa75c",name:"Elder Adamantine Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:21,role:{type:7,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +19, Intimidate +17",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:21},intelligence:{score:13},wisdom:{score:18},charisma:{score:14},hp:796,initiative:17,ac:37,fortitude:35,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"b10b4270-2ca0-4c8c-b6ea-e9a9317523bf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+8 damage, and ongoing 10 damage (save ends).",damage:"2d8+8 damage",category:1},{id:"341a086c-2ba8-4a07-8695-ae390615eca2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"8a6a5e0c-239d-400b-adec-368863f5f041",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder adamantine dragon makes four claw attacks and then makes a bite attack against a different target.",damage:"",category:1},{id:"8120d698-4332-44e8-82e2-b5ff69e46a8e",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d10+8 damage, and the target is knocked prone.",damage:"1d10+8 damage",category:5},{id:"7ddba49c-7d4c-4a79-8879-cb0ff81dace5",name:"Painful Resonance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:26,defence:1},description:"",details:"the target takes ongoing 10 thunder damage and is dazed (save ends both).",damage:"the target takes ongoing 10 thunder damage and is dazed (save ends both)",category:3},{id:"3e629b6c-8712-406b-b900-93611879a58f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"3d12+6 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the elder adamantine dragon’s next turn, it gives a thunderous roar: close burst 3",attack:{bonus:24,defence:1},description:"",details:"no attack roll; 15 thunder damage.",damage:"15 thunder damage",category:1},{id:"74e06fac-ce45-43d3-8d84-184e46462520",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder adamantine dragon uses it.",damage:"",category:5},{id:"1efc2254-0a5d-4fb4-9b1a-6294571dd6b7",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6eb3847-8a3a-4f63-833e-903fde95e65b",name:"Elder Copper Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:20,role:{type:6,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"10, fly 14 (hover), overland flight 18",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +23, Bluff +20, Insight +19",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:26},intelligence:{score:16},wisdom:{score:18},charisma:{score:20},hp:760,initiative:20,ac:34,fortitude:32,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"2cc8ad67-a12c-4746-8fb2-4a802c83768a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d8+8 damage plus 3d6 acid damage. The elder copper dragon shifts 2 squares before and after making the attack.",damage:"2d8+8 damage plus 3d6 acid damage",category:1},{id:"13840cbb-9eff-4125-a187-74ba79c947d1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"2d25c84c-1dce-4ba9-801c-713e732bd56b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder copper dragon makes two claw attacks and then shifts 3 squares.",damage:"The elder copper dragon makes two claw attacks and then shifts 3 squares",category:1},{id:"193f3c1b-d860-4ae0-9264-1e3f2fc8485a",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The elder copper dragon flies 14 squares and makes one melee basic attack at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"7e2522d6-3f31-4a19-a9ee-5e76266aba8c",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the elder copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Targets the triggering enemy; 2d6+8 damage, and the copper dragon shifts 2 squares.",damage:"2d6+8 damage",category:5},{id:"1ea4acd5-fc93-43fd-9bd3-1a55b9190c6b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d10+6 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"3d10+6 acid damage",category:1},{id:"5b93d8fd-1a01-48df-b546-f13da8a7fbf0",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder copper dragon uses it.",damage:"",category:5},{id:"32a69501-fb72-46c7-8871-a4dffa86bf4e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d5ca1ec0-6fec-4daa-b816-6b3f8e1868cf",name:"Unfettered Wings",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder copper dragon makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09ad87a7-71c0-40cf-a857-2bb139f81423",name:"Elder Gold Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +27, Athletics +25, Diplomacy +25, Insight +23, Intimidate +25",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:22},intelligence:{score:30},wisdom:{score:23},charisma:{score:26},hp:888,initiative:18,ac:38,fortitude:36,reflex:38,will:36,regeneration:null,auras:[{id:"cc8d19ee-1c5d-4716-93d2-2608e7f68162",name:"Weakening Flames",keywords:"",details:"(Fire) aura 2; each enemy that enters or starts its turn in the aura chooses either to take 15 fire damage or to be weakened until the start of its next turn."}],powers:[{id:"b51030d5-69ca-4615-99a1-66cd4893e11b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+8 damage plus 3d10 fire damage.",damage:"2d10+8 damage plus 3d10 fire damage",category:1},{id:"22181d6a-f275-40d8-83f0-4ba22acb796c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"d930be0b-1df9-4cae-adf4-51adcf783b9b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder gold dragon makes two claw attacks.",damage:"",category:1},{id:"08663b17-2a81-4ec1-9ff3-2c6bb85345e7",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the elder gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends)",category:5},{id:"bc5e2d73-4791-4cdf-befe-5c1cafa8807f",name:"Beguiling Glow",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 8",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is pulled 5 squares and dazed (save ends).",damage:"the target is pulled 5 squares and dazed (save ends)",category:3},{id:"8787764c-4e45-428e-9dfe-9e84686ab663",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"3d8+8 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"3d8+8 fire damage",category:1},{id:"9351d594-a842-4d0b-bce4-589bbf81e28d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder gold dragon uses it.",damage:"",category:5},{id:"958e4a09-7abc-4899-baba-eb823067a0bd",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f6140657-a133-42f6-bca1-e51ae0884c82",name:"Burning Tomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 20",attack:{bonus:26,defence:2},description:"",details:"3d8+8 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of fire that lasts until the end of the elder gold dragon’s next turn. Each creature that starts its turn within the zone takes 15 fire damage. Sustain Minor: The zone persists.",damage:"3d8+8 damage",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"62091636-dfd1-469a-a787-29b60844e164",name:"Elder Iron Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:19,role:{type:4,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"9, fly 9 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +20, Athletics +18, Stealth +20",equipment:"",category:"",strength:{score:19},constitution:{score:25},dexterity:{score:23},intelligence:{score:17},wisdom:{score:23},charisma:{score:19},hp:740,initiative:19,ac:33,fortitude:33,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"aba8fe1c-afc3-434b-aced-966d831a6a2c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+6 damage plus 4d6 lightning damage.",damage:"2d8+6 damage plus 4d6 lightning damage",category:1},{id:"9e6e9250-523f-4a1e-ac65-61c8d8879225",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"c671e9c7-27dc-4f34-b54a-2a2075892e8f",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder iron dragon makes three claw attacks.",damage:"",category:1},{id:"92348786-4810-4aa1-a467-025a70750aa0",name:"Wing Block",action:{action:5,trigger:"when the elder iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The dragon gains resist 10 to all damage of the triggering attack, and it makes an attack; 2d6+4 damage.",damage:"the dragon gains resist 10 to all damage of the triggering attack",category:5},{id:"b6cf9c01-03f5-43ee-93b5-37efb0f5d77a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d10+7 lightning damage, and the elder iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"3d10+7 lightning damage",category:1},{id:"c4475ab5-6e1f-4700-afa9-0e6a37024855",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder iron dragon uses it.",damage:"",category:5},{id:"e2f5f666-449a-4ad6-8d4f-a85c25762dd2",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8b877075-e7bb-43ef-8c12-7d60814a6ace",name:"Iron Wing Defense",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder iron dragon gains a +2 bonus to all defenses until the end of its next turn.",damage:"The elder iron dragon gains a +2 bonus to all defenses until the end of its next turn",category:3}],damageModifiers:[{type:5,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78147226-04ca-4d73-a4dd-4e29c4add91b",name:"Elder Silver Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:22,role:{type:2,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 8 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +26, Insight +18",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:24},intelligence:{score:14},wisdom:{score:14},charisma:{score:22},hp:840,initiative:18,ac:34,fortitude:36,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"6881d933-86ab-4582-a81c-d69515e6490b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"72edce78-12a8-4b70-b5bc-83d8210fc0bc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"f96c9014-8eec-4212-aa8e-731e83b8b68e",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:23,defence:0},description:"",details:"4d6+8 damage, and the target is dazed (save ends).",damage:"4d6+8 damage",category:1},{id:"d68ba634-b74e-4a79-808f-8f5ea39b1b02",name:"Furious Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder silver dragon makes a claw attack against each enemy within reach. It also attacks one creature with a bite.",damage:"",category:1},{id:"1f73e931-ada0-4b4c-a9d6-595dd80e0b59",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the elder silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 2d8+8 damage.",damage:"2d8+8 damage",category:5},{id:"cd0bac9e-128f-406a-a756-82f0880f6d48",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8+8 cold damage, and the target gains vulnerable 10 to all damage (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"febe3e4f-7e22-48bb-8cd2-2d5f833144f2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder silver dragon uses it.",damage:"",category:5},{id:"2471b458-02b5-4583-a834-eba301e3165b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"9736976a-cbb5-494d-8558-d60f8184d724",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder silver dragon can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"d332442a-2b7f-4f69-b1ff-a3a4678cfbbe",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"an elder silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2592c05-80bc-4788-bd85-fd77149bf6dd",name:"Eldritch Giant",details:"",size:3,origin:2,type:2,keywords:"giant",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +20; low-light vision",movement:"8, teleport 6",alignment:"Evil",languages:"Elven, Giant",skills:"Arcana +21, Insight +20",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:12},intelligence:{score:24},wisdom:{score:22},charisma:{score:13},hp:171,initiative:12,ac:32,fortitude:29,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"24fe2e20-c168-49bb-a3b9-48bac6a8af62",name:"Eldritch Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Reach 2; 3d6+7 force damage.",damage:"3d6+7 force damage",category:1},{id:"44a1c8f7-6852-4b9b-98ad-ce34e711659f",name:"Force Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:21,defence:2},description:"",details:"2d6+7 force damage.",damage:"2d6+7 force damage",category:1},{id:"03044b27-27c9-4522-a072-19fcf5eb5295",name:"Sweeping Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Weapon",condition:"",range:"3d6+7 force damage, and the target is knocked prone. Special: When charging, the eldritch giant can use this power in place of a melee basic attack.",attack:{bonus:21,defence:0},description:"",details:"",damage:"",category:1},{id:"6467be28-5f45-453c-a06c-51d40c37764c",name:"Consume Magic",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:3},description:"",details:"Targets an adjacent conjuration or zone created by an enemy; the conjuration or zone is destroyed, and its effects end. The eldritch giant’s attacks deal 3d6 extra force damage until the end of its next turn.",damage:"the eldritch giant’s attacks deal 3d6 extra force damage until the end of its next turn",category:3},{id:"2f923195-34c2-4425-959f-d3a915e97036",name:"Eldritch Field",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Close blast 5",attack:null,description:"",details:"the blast creates a zone of rippling magic that lasts until the end of the encounter or until the eldritch giant uses this power again. The zone is difficult terrain, and the giant’s attacks deal 1d6 extra force damage against creatures within the zone.",damage:"and the giant’s attacks deal 1d6 extra force damage against creatures within the zone",category:3}],damageModifiers:[{type:4,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a04f2fd0-bc0c-48db-ae04-dab26bda4bd0",name:"Eldritch Titan",details:"",size:4,origin:2,type:2,keywords:"giant",level:21,role:{type:6,flag:1,leader:!1},senses:"Perception +22; low-light vision",movement:"8, teleport 6",alignment:"Evil",languages:"Elven, Giant",skills:"Arcana +23, Insight +22",equipment:"warhammer",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:10},intelligence:{score:26},wisdom:{score:24},charisma:{score:16},hp:394,initiative:12,ac:35,fortitude:32,reflex:34,will:36,regeneration:null,auras:[],powers:[{id:"69fa8594-750b-4660-b741-270a81f33c56",name:"Eldritch Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d8+7 force damage.",damage:"3d8+7 force damage",category:1},{id:"6102e3ef-af25-4601-a4a8-68e2c9ac85b2",name:"Force Ram",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"2d8+8 force damage, and the eldritch titan pushes the target 5 squares.",damage:"2d8+8 force damage",category:1},{id:"612ae85f-538e-43d8-9b97-c3167b45bc41",name:"Eldritch Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The eldritch titan makes two eldritch hammer attacks. Special: When charging, the titan can use this power in place of a melee basic attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"38a2c3ed-c56a-41a5-9a83-c90c3cfb1df6",name:"Force Hammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Weapon",condition:"",range:"Close blast 3",attack:{bonus:24,defence:1},description:"",details:"3d8+8 force damage, and the target is pushed 3 squares and knocked prone. Miss: Half damage, and eldritch titan pushes the target 3 squares.",damage:"3d8+8 force damage",category:1},{id:"7a966d6c-db79-4d30-b69b-0cf18df910ce",name:"Consume Magic",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:3},description:"",details:"Targets an adjacent conjuration or zone created by an enemy; the conjuration or zone is destroyed, and its effects end. The eldritch titan’s attacks deal 3d8 extra force damage until the end of its next turn.",damage:"the eldritch titan’s attacks deal 3d8 extra force damage until the end of its next turn",category:3},{id:"0293c573-258b-4408-91aa-ff2c59de6a53",name:"Eldritch Field",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Close blast 5",attack:null,description:"",details:"the blast creates a zone of rippling magic that lasts until the end of the encounter or until the eldritch titan uses this power again. The zone is difficult terrain, and the giant’s attacks deal 1d8 extra force damage against creatures within the zone.",damage:"and the giant’s attacks deal 1d8 extra force damage against creatures within the zone",category:3}],damageModifiers:[{type:4,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"37b496df-c6bd-49af-97dd-13de6f6a1f39",name:"Erinyes",details:"",size:2,origin:3,type:2,keywords:"devil",level:13,role:{type:7,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Diplomacy +15, Endurance +15, Intimidate +15",equipment:"bastard sword; light shield; plate armor",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:19},intelligence:{score:14},wisdom:{score:16},charisma:{score:18},hp:131,initiative:12,ac:29,fortitude:25,reflex:23,will:23,regeneration:null,auras:[{id:"70d0a8fc-634d-4393-a30f-f682e77b3368",name:"Blade Shield",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to AC."}],powers:[{id:"90d01940-b773-44a6-a39c-1606ee3b43b6",name:"Compelling Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+3 damage, and one ally within 5 squares of the erinyes gains 8 temporary hit points.",damage:"2d10+3 damage",category:1},{id:"ec862673-3625-4ab6-a717-dbf3f0f11e92",name:"Flitting Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets one, two or three creatures; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"3c40909c-196c-4e1d-953c-69475693da3f",name:"Bloody Spiral",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:2},description:"",details:"5 damage, and the target is knocked prone. If two or more enemies are knocked prone, each ally within 5 squares of the erinyes gains 10 temporary hit points.",damage:"5 damage",category:5},{id:"fee9a5c6-ec8b-4d1b-a069-bedbdb04f2fe",name:"Devastating Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An erinyes gains a +3 bonus to attack rolls when making opportunity attacks, and if an opportunity attack hits, it shifts 1 square as a free action.",damage:"An erinyes gains a +3 bonus to attack rolls when making opportunity attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b992c17f-39f9-4408-bda9-4979b1266a65",name:"Fang Titan Drake",details:"",size:4,origin:4,type:1,keywords:"reptile",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +12",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:16},intelligence:{score:2},wisdom:{score:17},charisma:{score:7},hp:348,initiative:12,ac:32,fortitude:31,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"60048f7b-8a75-42ad-b3ba-be0a57d6fb4c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; targets one or two adjacent creatures; 3d8+7 damage, and the target is dazed (save ends). The fang titan drake also grabs one target.",damage:"3d8+7 damage",category:1},{id:"17cb2d10-30c1-4142-95c4-828e8a8afc87",name:"Furious Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the fang titan drake’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"1dc693b5-d1ed-4a1c-aa9f-66d9798856d1",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:22,defence:2},description:"",details:"4d12+7 damage, and the target is knocked prone.",damage:"4d12+7 damage",category:1},{id:"cdcf2f6d-7dc2-48f4-98e7-697c7b1f73ad",name:"Bloodied Roar",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Furious roar recharges, and the fang titan drake uses it.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da11f5a8-f9ac-4528-8d08-b5e2f156fef7",name:"Fell Taint Lasher",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:20,initiative:3,ac:15,fortitude:12,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"e37544a5-e012-42ed-bf61-46a23e876a7f",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"ba26592b-f9ab-40fc-908e-7e6b18531a62",name:"Tendrils of Stasis",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"1d4+4 psychic damage, and the target is immobilized until the end of the fell taint lasher’s next turn.",damage:"1d4+4 psychic damage",category:1},{id:"e47031cf-a81f-497b-b882-157cd60d002a",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint lasher loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the lasher kills the target, it regains all of its hit points.",damage:"",category:1},{id:"b31f8e6a-cb12-4229-beb4-a92d47338fa7",name:"Flowing Tendrils",action:{action:7,trigger:"when the fell taint lasher makes an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lasher shifts 1 square.",damage:"The lasher shifts 1 square",category:5}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"362d46a1-f7c4-4ebe-bea8-2b516a851461",name:"Fell Taint Pulsar",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +7",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:14},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:18,initiative:2,ac:12,fortitude:12,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"fb490781-c82c-43e5-bced-f1b2bffd04f7",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"1d4+3 psychic damage.",damage:"1d4+3 psychic damage",category:1},{id:"4084f79f-fc93-4efe-8ec9-c669737ccafa",name:"Tendril Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"2d4+3 psychic damage.",damage:"2d4+3 psychic damage",category:1},{id:"b0ac5b2b-f19c-447d-802b-dd2735415a79",name:"Tendril Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:4,defence:2},description:"",details:"targets one, two, or three creatures; 2d4+1 psychic damage.",damage:"2d4+1 psychic damage",category:1},{id:"8b337d92-fddc-472f-a14b-4e1e854c840c",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint pulsar loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the pulsar kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"8a903848-de6b-45d7-a5c6-b4f11f579b0b",name:"Fell Taint Thought Eater",details:"",size:1,origin:0,type:1,keywords:"",level:2,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:5},wisdom:{score:10},charisma:{score:16},hp:26,initiative:2,ac:14,fortitude:13,reflex:13,will:15,regeneration:null,auras:[],powers:[{id:"1d41cd04-e2a9-4092-9beb-7b69c5c140ac",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+5 psychic damage.",damage:"1d6+5 psychic damage",category:1},{id:"0641ba63-df14-4046-9b55-adf836750399",name:"Spirit Haze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:6,defence:3},description:"",details:"1d4+5 psychic damage, and the target is dazed until the end of the fell taint thought eater’s next turn.",damage:"1d4+5 psychic damage",category:1},{id:"c0611753-6499-48b8-8730-ca85ba30feb9",name:"Thought Fog",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Charm",condition:"",range:"Close blast 5",attack:{bonus:5,defence:3},description:"",details:"targets enemies; the target is slowed (save ends). First Failed Saving Throw: The target is immobilized instead of slowed (save ends).",damage:"",category:1},{id:"04991c53-e882-4537-b79e-c746a69e1d66",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint thought eater loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the thought eater kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"38ee1064-c727-49bf-a851-a6f1aa8c3416",name:"Fell Taint Warp Wender",details:"",size:2,origin:0,type:1,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:16},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:38,initiative:5,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"ffbb7f46-36b1-4d61-b185-1605b81d49c4",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"8ff18426-f06a-40fe-87d3-d4273128dc40",name:"Psychic Transposition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"1d4+4 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The fell taint warp wender swaps positions with the target.",damage:"1d4+4 psychic damage",category:1},{id:"e641c71b-78b6-4766-bbc9-ab7de6435192",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint warp wender loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the warp wender kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"1b575775-8416-40b8-a5df-cf9cb97944a3",name:"Fey-Incanter Vestige",details:"",size:2,origin:2,type:2,keywords:"undead",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +20",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:22},intelligence:{score:26},wisdom:{score:22},charisma:{score:20},hp:91,initiative:17,ac:30,fortitude:28,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"b6dfd01b-3d1c-4389-a281-455ce5ef9fd0",name:"Ray of Humility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"1d8+5 necrotic damage, ongoing 5 necrotic damage, and the target must roll saving throws twice taking the lower of the two results (save ends both).",damage:"1d8+5 necrotic damage",category:1},{id:"8ff33441-873f-4d7f-9cd0-e487f42dd72d",name:"Ray of Spring’s Rejection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"2d8+6 necrotic damage, and the target grants combat advantage to the fey-incanter vestige (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"0e8ef6a9-1d6b-4180-9581-1f9f77b01c41",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The fey-incanter vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it.",damage:"the fey-incanter vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it",category:0},{id:"b1f02ced-f214-41e9-be5e-f02107e62908",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fey-incanter vestige teleports 5 squares.",damage:"The fey-incanter vestige teleports 5 squares",category:2},{id:"10ed0bd6-f57d-4376-878a-4c4226f731c7",name:"Maniacal Dash",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fey-incanter vestige shifts 6 squares.",damage:"The fey-incanter vestige shifts 6 squares",category:2}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"7b722400-7246-4b95-afee-e8ab18c63a32",name:"Fey-Knight Vestige",details:"",size:2,origin:2,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +20",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:25},intelligence:{score:17},wisdom:{score:17},charisma:{score:19},hp:75,initiative:19,ac:30,fortitude:30,reflex:32,will:29,regeneration:null,auras:[{id:"e96f1777-b62b-4a8e-af72-1bc08b09b48a",name:"Spiraling Despair",keywords:"",details:"aura 3; each enemy within the aura takes a -2 penalty to damage rolls and saving throws."}],powers:[{id:"90336e8d-be93-4b57-8050-726479c1fdb0",name:"Ghostsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"1d8+5 necrotic damage, and the target grants combat advantage to the fey-knight vestige (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"3b089ef6-9054-409b-91c1-9fe53d0337dd",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fey-knight vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it.",damage:"the fey-knight vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it",category:0},{id:"f165556c-0bf7-43c4-82c6-58732d4fa8d1",name:"Desperate Dash",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fey-knight vestige shifts 6 squares.",damage:"The fey-knight vestige shifts 6 squares",category:2},{id:"f51eaf16-e6ef-4883-abd6-00d127e922aa",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fey-knight vestige teleports 5 squares.",damage:"The fey-knight vestige teleports 5 squares",category:2}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"98df909b-3dba-4b36-af1b-baca8d93b477",name:"Firbolg Ghostraven",details:"",size:3,origin:2,type:2,keywords:"",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +18, Nature +18, Stealth +19",equipment:"heavy war pick; leather armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:23},intelligence:{score:13},wisdom:{score:21},charisma:{score:15},hp:236,initiative:18,ac:30,fortitude:28,reflex:29,will:28,regeneration:{value:5,details:""},auras:[],powers:[{id:"c8a6358c-6c93-4c40-9034-a9e47bc5ef34",name:"Heavy War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d12+7 damage (crit 2d12+19).",damage:"1d12+7 damage (crit 2d12+19)",category:1},{id:"c8742c46-9cb7-4767-b392-a2150f1e7595",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg ghostraven makes two heavy war pick attacks. If the ghostraven hits two targets with the attacks, one of the targets of the ghostraven’s choice is blinded (save ends).",damage:"",category:1},{id:"e72e6671-d578-424c-9b88-51c92879d55b",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"until the end of the firbolg ghostraven’s next turn, the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"7d97fefe-cc82-419f-a9f0-a7f84d85445e",name:"Ghostraven Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Until the firbolg ghostraven attacks, it gains insubstantial and phasing and gains a fly (clumsy) speed equal to its walk speed. While in dim light or darkness, it has concealment while in this form.",damage:"",category:3},{id:"d392dc81-1d10-4359-be01-9f343fd4eac8",name:"Ghostraven Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the firbolg ghostraven hits a target that couldn’t see the ghostraven at the start of the ghostraven’s turn, the attack deals 2d8 extra damage.",damage:"the attack deals 2d8 extra damage",category:0},{id:"1c0ec4a0-aa5e-46f5-828f-8bd29e60ae6a",name:"Hunter’s Flight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A firbolg ghostraven doesn’t provoke opportunity attacks while jumping or when moving at half speed while flying.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg ghostraven takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"4fa76a18-3c34-4768-98bd-755d979638f4",name:"Firbolg Hunter",details:"",size:3,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +16; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +15, Intimidate +12, Nature +16, Stealth +17",equipment:"javelin; leather armor; spear",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:22},intelligence:{score:12},wisdom:{score:20},charisma:{score:13},hp:123,initiative:14,ac:26,fortitude:22,reflex:25,will:24,regeneration:{value:5,details:""},auras:[],powers:[{id:"6772f194-84c6-4194-96a0-5177fabf72f3",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"b30f09da-6b8d-45df-b49a-fd46b1579501",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"ca03111d-e95f-4061-be68-2173bef7a523",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg hunter makes a spear attack or a javelin attack. On a hit, the attack deals 2d6 extra damage, and the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"the attack deals 2d6 extra damage",category:1},{id:"144a73ed-83f1-432b-abca-4c22beac7d72",name:"Mobile Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The firbolg hunter moves 8 squares and makes a spear attack or a javelin attack at any point during the move. The hunter doesn’t provoke opportunity attacks when moving away from its target or when making the ranged attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"c815ad98-47fd-4e36-8f9a-43c285e5e3b0",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"until the end of the firbolg hunter’s next turn, the hunter’s attacks against the target deal 1d6 extra damage, and the target cannot benefit from invisibility or concealment.",damage:"the hunter’s attacks against the target deal 1d6 extra damage",category:3},{id:"c76ae703-e4bc-4d17-b8ca-8e7e6f72baf6",name:"Hunter’s Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A firbolg hunter doesn’t provoke opportunity attacks while jumping.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg hunter takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"18f545cb-7769-45db-b3bd-799e99b97b69",name:"Firbolg Master of the Wild Hunt",details:"",size:3,origin:2,type:2,keywords:"",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +19; low-light vision",movement:"8, fly 8 (clumsy)",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +25, Athletics +23, Nature +24, Stealth +25",equipment:"light shield; longspear",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:28},intelligence:{score:15},wisdom:{score:26},charisma:{score:18},hp:404,initiative:22,ac:36,fortitude:33,reflex:35,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"b38829a5-886c-4f14-8c5a-72b1f14b6e94",name:"Spear of the Hunt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"cbf93476-e074-49df-90b9-eb125d27e3c8",name:"Spear the Prey",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:27,defence:0},description:"",details:"2d10+7 damage. Effect: The firbolg master of the Wild Hunt’s spear returns after the master makes the attack.",damage:"2d10+7 damage",category:1},{id:"00bc8c7e-0b36-4fc8-b402-ce22211b820d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg master of the Wild Hunt makes two spear of the hunt attacks.",damage:"",category:1},{id:"8bede0e6-676a-4379-80ef-28a0aab66e7f",name:"Mortal Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg master of the Wild Hunt makes a spear of the hunt attack or a spear the prey attack against a bloodied enemy. On a hit, the attack becomes a critical hit and deals 6d6 extra damage. If the attack reduces the target to 0 hit points or fewer, the master gains 1 action point.",damage:"the attack becomes a critical hit and deals 6d6 extra damage",category:1},{id:"8dbb282d-7315-48a0-9c22-f11576980571",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:25,defence:3},description:"",details:"until the end of the firbolg master of the Wild Hunt’s next turn, the target is marked, grants combat advantage to the master, and cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"1e1935d6-74a6-4111-bd72-84e52f84c215",name:"Moonhunter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A firbolg master of the Wild Hunt’s attacks deal 2d6 extra damage to a creature affected by moonfire.",damage:"a firbolg master of the wild hunt’s attacks deal 2d6 extra damage to a creature affected by moonfire",category:0}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg master of the Wild Hunt takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"1078d9f6-41f1-4ec7-9dd0-62b6c25a4ff4",name:"Firbolg Moon Seer",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +18; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +14, Athletics +15, Nature +18, Religion +14",equipment:"leather armor; mace",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:23},charisma:{score:15},hp:141,initiative:11,ac:28,fortitude:26,reflex:24,will:27,regeneration:{value:5,details:""},auras:[],powers:[{id:"d344c362-ada4-49f8-b81b-25f78e0bc7e4",name:"Moon Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+7 radiant damage, and the target is blinded until the start of its next turn.",damage:"1d10+7 radiant damage",category:1},{id:"36cbf9bd-9895-4159-8a7b-1ff9c5a44773",name:"Ban of the Raven",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Radiant",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"3d8+6 necrotic damage, attack rolls against the target can score critical hits on rolls of 18-20, and the target takes 10 extra necrotic damage from a critical hit (save ends both). Aftereffect: Attack rolls against the target can score critical hits on rolls of 19-20 (save ends).",damage:"3d8+6 necrotic damage",category:1},{id:"64b956d2-8e94-48e6-97ea-aa40c3acd1c7",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"until the end of the firbolg moon seer’s next turn, the target grants combat advantage to the moon seer and cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"9b4a2d11-ce72-4f84-b939-dbd57081dcd1",name:"Moonstrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets one enemy affected by moonfire; 2d8+6 psychic damage, and the target is dominated until the end of the firbolg moon seer’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"8a3bf14f-c9fb-4a4c-8b5c-2c663e43c212",name:"Spirit Hounds",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"targets enemies; 2d6+6 damage, and the target is slowed and cannot teleport (save ends both).",damage:"2d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg moon seer takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"8f94c259-1bad-4c50-b621-2160e66c2531",name:"Flame Shard",details:"",size:2,origin:1,type:1,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4, fly 4 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:19},intelligence:{score:7},wisdom:{score:15},charisma:{score:18},hp:100,initiative:10,ac:24,fortitude:25,reflex:23,will:23,regeneration:null,auras:[{id:"6c7b2383-c283-4709-b173-b849565ec759",name:"Heat Wave",keywords:"",details:"(Fire) aura 2; any enemy that ends its turn within the aura takes 5 fire damage and takes a -2 penalty to saving throws against ongoing fire damage during its current turn."}],powers:[{id:"3a8df577-becb-4217-99cd-b74bab74f011",name:"Burning Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee 1",attack:{bonus:17,defence:2},description:"",details:"1d8+5 fire damage.",damage:"1d8+5 fire damage",category:1},{id:"1ef79747-ba18-4818-ad1f-5ae3319d39fc",name:"Flame Shatter",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:17,defence:2},description:"",details:"1d8+5 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"1d8+5 fire damage",category:0},{id:"8d1e4965-efbf-4d43-9467-7076f3e6f62d",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:17,defence:2},description:"",details:"1d8+5 fire damage.",damage:"1d8+5 fire damage",category:1}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3900d5e6-fc78-45bf-8b13-63de9f8812b8",name:"Flesheater Shark",details:"",size:3,origin:4,type:1,keywords:"aquatic",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"1 (clumsy), swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:15},hp:128,initiative:8,ac:22,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"99758da5-b25b-40a5-a3f3-bf8ad7a590c4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"566a4d11-c0f8-4331-a5f6-789037612671",name:"Lockjaw Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the flesheater shark is not grabbing a creature",range:"The shark charges and makes the following attack in place of a melee basic attack",attack:{bonus:14,defence:0},description:"",details:"2d8+7 damage, and the target is grabbed. When the grab ends, the target takes ongoing 5 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"27197903-6855-4853-bdf3-0e2818b166b1",name:"Shredding Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the flesheater shark; no attack roll ; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"b0a35828-4d99-4df4-8027-205be5414bdd",name:"Feeding Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the flesheater shark starts its turn within 5 squares of a bloodied cerature",range:"",attack:null,description:"",details:"The shark must make a bite attack against a creature adjacent to it. If the shark is grabbing a creature, the grab ends.",damage:"",category:1},{id:"deb045c1-8088-4624-836a-d4090f015c0b",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, a fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed.",damage:"a fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3bc27c6a-59ea-4007-805c-327afbb9dda9",name:"Flux Slaad",details:"",size:2,origin:1,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7, teleport 2",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:7},wisdom:{score:13},charisma:{score:14},hp:98,initiative:8,ac:23,fortitude:23,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"e49d7970-32c0-4a92-82e6-d754e75c94fe",name:"Claw Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"2e95ea06-317d-49b6-a58b-a59e8054ead8",name:"Flux Rage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flux slaad shifts 2 squares and makes one claw slash attack against each creature it moves adjacent to during the shift.",damage:"The flux slaad shifts 2 squares and makes one claw slash attack against each creature it moves adjacent to during the shift",category:1},{id:"4dddfee4-0a66-4ce3-b585-8c9172de5fd5",name:"Piercing Reaction",action:{action:4,trigger:"when the flux slaad takes damage from an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaad shifts 1 square.",damage:"The slaad shifts 1 square",category:5},{id:"5b640910-89cb-4a15-b51b-6a3a04268f6d",name:"Slaad Vulnerability Shift",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A flux slaad starts the encounter with vulnerable 10 to one of the following six damage types, randomly determined: 1—cold, 2—fire, 3—lightning, 4—necrotic, 5—psychic, or 6—thunder. It has resist 5 to the other five types. When the slaad takes damage of the type to which it’s vulnerable, its vulnerability changes to one of the other five damage types, randomly determined, and it gains resistance to the type it was previously vulnerable to.",damage:"a flux slaad starts the encounter with vulnerable 10 to one of the following six damage types",category:0}],damageModifiers:[],resist:"5 variable",vulnerable:"10 variable",immune:"",tactics:""},{id:"8f82b706-528d-48a7-a320-ee7cf200f016",name:"Fomorian Blinder",details:"",size:4,origin:2,type:2,keywords:"giant",level:20,role:{type:0,flag:1,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"quarterstaff",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:12},intelligence:{score:26},wisdom:{score:16},charisma:{score:23},hp:296,initiative:11,ac:32,fortitude:31,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"4c684764-d8f4-48eb-8d18-141c627e8d56",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 1d12+10 damage.",damage:"1d12+10 damage",category:1},{id:"f6a79674-09e9-44f1-a2ef-48a0110c0f59",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"the target is affected by the fomorian’s evil eye (save ends). While the target is affected by evil eye, whenever the fomorian blinder’s attack damages a creature other than the target, the target takes an equal amount of damage. The effect ends if the blinder uses evil eye against a different target.",damage:"whenever the fomorian blinder’s attack damages a creature other than the target",category:3},{id:"682eae27-6d27-4fc6-b93a-4b5f5e61e426",name:"Acid Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:2},description:"",details:"2d8+9 acid and necrotic damage, and the target cannot use encounter or daily attack powers until the end of the target’s next turn.",damage:"2d8+9 acid and necrotic damage",category:1},{id:"0d6b2762-d5b1-4a11-ae08-435de6fced95",name:"Shower of Ice",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:2},description:"",details:"2d8+9 acid and necrotic damage, and ongoing 10 acid and necrotic damage (save ends).",damage:"2d8+9 acid and necrotic damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b90e66d7-a5cd-4e3d-90b5-d2af5e35a4cd",name:"Fomorian Butcher",details:"",size:4,origin:2,type:2,keywords:"giant",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +16; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"falchion; hide armor",category:"",strength:{score:27},constitution:{score:27},dexterity:{score:19},intelligence:{score:11},wisdom:{score:10},charisma:{score:20},hp:514,initiative:15,ac:34,fortitude:36,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"a0a1288f-e9db-449c-9fcb-b10f02ad69de",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 4d4+14 (crit 12d4 + 24) damage.",damage:"4d4+14 (crit 12d4 + 24) damage",category:1},{id:"a75437b9-2ee7-4bc8-923e-1f3d2851e983",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 23",attack:{bonus:23,defence:3},description:"",details:"the target is restrained (save ends). The effect ends if the fomorian butcher uses evil eye against a different target.",damage:"",category:3},{id:"dde3a06e-c6e7-485c-8b94-3b1fa2cd1b68",name:"Fomorian Brutality",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the fomorian butcher scores a critical hit against a target affected by its evil eye, it makes a falchion attack against the same target as a free action.",damage:"",category:0},{id:"841d4e5d-f359-48c1-af10-2579e5b31a90",name:"Fomorian Butchery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fomorian butcher’s falchion attack deals 2d12 + 11 extra damage against a creature that the butcher has hit since the start of the butcher’s last turn.",damage:"a fomorian butcher’s falchion attack deals 2d12 + 11 extra damage against a creature that the butcher has hit since the start of the butcher’s last turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"83cd66ce-dd30-4df9-b7d2-7e46a51349e1",name:"Fomorian Cackler",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:4,flag:1,leader:!1},senses:"Perception +17; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Bluff +10, Stealth +18",equipment:"dagger",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:21},intelligence:{score:15},wisdom:{score:19},charisma:{score:13},hp:262,initiative:17,ac:31,fortitude:30,reflex:28,will:27,regeneration:null,auras:[{id:"d6e69370-0321-4d88-be77-1b535c2f320b",name:"Cackling Depravity",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to Will."}],powers:[{id:"086e53da-856d-40c7-ae71-27594ace4a8b",name:"Disembowel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"92c08af8-74bf-46d3-8029-5236e312d34d",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"the target treats the fomorian cackler as invisible (save ends).",damage:"",category:3},{id:"9ebc1730-479f-47bf-bb54-334bec4c0351",name:"Heartseeking Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:22,defence:0},description:"",details:"targets one or two creatures; 2d8+7 damage. Effect: The daggers return to the fomorian cackler after it makes the attack.",damage:"2d8+7 damage",category:1},{id:"97582e89-46c3-4ae1-a3d6-7c77533836f9",name:"Invisible Mania",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fomorian cackler’s attacks deal 4d6 extra damage against a creature that cannot see the cackler.",damage:"a fomorian cackler’s attacks deal 4d6 extra damage against a creature that cannot see the cackler",category:0},{id:"6b68ce66-26d9-4ef4-9d4d-c8014570beda",name:"Size Alteration",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian cackler changes its size to Medium and the cackler’s reach for disembowel becomes 1. The cackler can use a minor action to return to its normal size and regain its normal reach.",damage:"The fomorian cackler changes its size to Medium and the cackler’s reach for disembowel becomes 1",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0192f593-399f-431b-acc0-57ef1c39f8f9",name:"Fomorian Ghost Shaman",details:"",size:4,origin:2,type:2,keywords:"giant",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision, truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:20},dexterity:{score:17},intelligence:{score:16},wisdom:{score:15},charisma:{score:24},hp:312,initiative:11,ac:30,fortitude:28,reflex:26,will:30,regeneration:null,auras:[{id:"4be51015-ef3a-41e5-9040-4173f3d4e217",name:"Aura of Eyes",keywords:"",details:"aura 3; each enemy within the aura takes a -3 penalty to attack rolls against the fomorian ghost shaman and cannot shift or charge."}],powers:[{id:"df578813-00e5-4ce0-ab94-3362d7a2956f",name:"Death’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 3; 4d4+5 necrotic damage, and the target is slowed (save ends).",damage:"4d4+5 necrotic damage",category:1},{id:"d65c0d32-3f33-403f-b57b-61f5de8d53c6",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"the target gains ongoing 10 necrotic damage (save ends).",damage:"the target gains ongoing 10 necrotic damage (save ends)",category:3},{id:"554c1d0f-2430-47fa-992b-d3d0e7105518",name:"Spirits of possession",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close blast 3",attack:{bonus:20,defence:3},description:"",details:"targets creatures that have ongoing necrotic damage; the target is dominated (save ends).",damage:"targets creatures that have ongoing necrotic damage",category:1},{id:"78f89a88-0df2-4ad7-b521-2b1634caacc9",name:"Darksoul Mist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:20,defence:1},description:"",details:"2d8+7 necrotic damage, and the target is slowed (save ends). Effect: The burst creates a zone of darkness that lasts until the end of the encounter. The zone blocks line of sight for any creature without darkvision.",damage:"2d8+7 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a24fd963-b54a-4371-9b34-de15d8cb8be0",name:"Fomorian Totemist",details:"",size:4,origin:2,type:2,keywords:"giant, undead",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +14; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:22},intelligence:{score:15},wisdom:{score:21},charisma:{score:23},hp:352,initiative:17,ac:32,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"32de2d78-d320-4c18-af1d-e1f237eb58b1",name:"Chain of Skulls",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 4; 2d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+3 damage",category:1},{id:"385bd2a2-c275-4f3b-b5da-c09adfb984c3",name:"Voodoo",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:3},description:"",details:"Reach 4; 2d6 psychic damage, and the fomorian totemist chooses one of the following three effects.",damage:"2d6 psychic damage",category:3},{id:"63454f12-e68d-42d0-b639-6c68e7e01aa7",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"10 necrotic damage, and the target takes a -2 penalty to saving throws until the end of the fomorian totemist’s next turn.",damage:"10 necrotic damage",category:3},{id:"d6af5786-0f64-42e9-8fcd-a02571a000e0",name:"Fresh Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fomorian totemist’s first successful attack during its turn deals 5 extra damage.",damage:"a fomorian totemist’s first successful attack during its turn deals 5 extra damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7613782e-9a1c-4ef9-952e-5fcfa8efc8c5",name:"Frost Giant",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +13",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:201,initiative:11,ac:29,fortitude:32,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"f9c9565d-ba05-4ab9-9fdf-a558374c7b00",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 4d6+7 (crit 8d6 + 31) cold damage.",damage:"4d6+7 (crit 8d6 + 31) cold damage",category:1},{id:"280a1026-6333-471d-bbb8-39bd68c3d901",name:"Dying Swipe",action:null,keywords:"",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"The frost giant makes an icy greataxe attack.",damage:"",category:0},{id:"5aba61ee-9865-4e21-bf16-a869903a3855",name:"Chilling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 cold damage, and the target gains vulnerable 10 cold (save ends).",damage:"2d6+7 cold damage",category:1},{id:"3e6458d1-db4a-41cb-ad71-ac6c7cd75b74",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:20,defence:0},description:"",details:"2d8+7 cold damage.",damage:"2d8+7 cold damage",category:1},{id:"5a29b864-4540-45a0-bb04-7788c5fbbc00",name:"Icebound Footing",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74788b08-2237-482b-85b8-27befe33f3d8",name:"Frost Giant Ice Shaper",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:19,role:{type:3,flag:0,leader:!0},senses:"Perception +16",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant, Primordial",skills:"Arcana +14, Heal +21, Intimidate +20",equipment:"chainmail; flail",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:25},charisma:{score:22},hp:182,initiative:12,ac:32,fortitude:32,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"a4023575-84b8-4bec-a4c1-a770231bfb3a",name:"Freezing Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d12+4 cold damage.",damage:"2d12+4 cold damage",category:1},{id:"c52690a0-9363-43f2-834b-58b2539ebeb5",name:"Freezing Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d12+4 cold damage, and the target is immobilized (save ends).",damage:"2d12+4 cold damage",category:1},{id:"aa416af1-b471-4f82-bf96-6fe932ddff3a",name:"Ice Slide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"the frost giant ice shaper slides the target 3 squares.",damage:"the frost giant ice shaper slides the target 3 squares",category:3},{id:"80a86a05-3175-4186-8d4e-3aec30b94d30",name:"Wall of Frost",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Conjuration",condition:"",range:"",attack:null,description:"",details:"Area wall 12 within 10; the frost giant ice shaper conjures a wall of swirling snow that lasts until the end of the ice shaper’s next turn. The wall is 6 squares high and blocks line of sight. The wall’s space is lightly obscured and is difficult terrain. A creature that starts its turn adjacent to the wall takes 5 cold damage, and a creature that enters a square of the wall or starts its turn there takes 15 cold damage. Sustain Minor: The wall persists.",damage:"a creature that starts its turn adjacent to the wall takes 5 cold damage",category:1},{id:"247cfe26-e9b7-4c77-a38f-a368b55d0a93",name:"Ice Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares of the frost giant ice shaper gains resist 10 to all damage until the end of the ice shaper’s next turn.",damage:"one ally within 10 squares of the frost giant ice shaper gains resist 10 to all damage until the end of the ice shaper’s next turn",category:1},{id:"c3341ef6-0a94-4afe-92e3-6507f3f0ddce",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant ice shaper, the ice shaper moves 2 squares less than the effect specifies. Also, an ice shaper can make a saving throw to avoid being knocked prone.",damage:"the ice shaper moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e962cf8d-42be-44d4-a62a-128d59aeb8ed",name:"Frost Hawk",details:"",size:1,origin:1,type:1,keywords:"cold",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"2 (clumsy), fly 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:80,initiative:9,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"aed13196-ab22-4b4e-8cc5-2d55ae5ce404",name:"Ice Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage plus 1d6 cold damage.",damage:"1d6+5 damage plus 1d6 cold damage",category:1},{id:"f2d0e3df-63cf-49e9-94d1-5deefcaead99",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost hawk flies 8 squares and makes an ice talons attack at any point during that movement. The frost hawk doesn’t provoke opportunity attacks when moving away from the target.",damage:"The frost hawk flies 8 squares and makes an ice talons attack at any point during that movement",category:1},{id:"38fabc9f-2620-4861-820a-adf2325a1c78",name:"Freezing Screech",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:10,defence:1},description:"",details:"1d8+5 cold damage, and the target is slowed (save ends).",damage:"1d8+5 cold damage",category:1},{id:"d2c748e1-8bce-4c2e-a27b-c39ff1788074",name:"Shattering Strike",action:null,keywords:"",condition:"",range:"A frost hawk’s melee attacks deal 2d6 extra cold damage against a slowed creature.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"49f538e8-040a-420e-9ba8-5aee566e865c",name:"Frost Titan",details:"",size:4,origin:1,type:2,keywords:"cold, giant",level:20,role:{type:2,flag:1,leader:!1},senses:"Perception +16",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant, Primordial",skills:"Athletics +24",equipment:"greataxe",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:19},intelligence:{score:12},wisdom:{score:23},charisma:{score:16},hp:466,initiative:14,ac:32,fortitude:34,reflex:29,will:33,regeneration:null,auras:[{id:"8c4297c5-f652-4c3c-b581-7b88458ff1fb",name:"Fimbulwinter Breath",keywords:"",details:"(Cold) aura 2; enemies treat the aura’s area as difficult terrain. Each enemy that starts its turn within the aura takes 5 cold damage."}],powers:[{id:"b70706ee-5ce7-4f80-9ca3-0b2125e915a1",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 2d8+9 (crit 4d8 + 25) cold damage, and ongoing 10 cold damage (save ends).",damage:"2d8+9 (crit 4d8 + 25) cold damage",category:1},{id:"c488841d-27f9-4bbb-aee5-579f4c8fa9c1",name:"Furious Swipe",action:{action:7,trigger:"when first bloodied and again when the frost titan drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The titan makes an icy greataxe attack.",damage:"",category:5},{id:"5b95616c-3921-4791-875b-9d229e0446a1",name:"Cold-Blooded Kick",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Reach 3; 1d8+9 damage, and the target is pushed 2 squares and knocked prone.",damage:"1d8+9 damage",category:3},{id:"2a8430cf-c8c4-4c53-8744-f00ee4212bd2",name:"Ice Bolts",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:21,defence:1},description:"",details:"targets one or two creatures; 1d8+9 cold damage, and the target is slowed (save ends).",damage:"1d8+9 cold damage",category:1},{id:"cc58de9c-c4cd-4284-945c-dc1d1dedc725",name:"Blast of Winter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8+6 cold damage, ongoing 10 cold damage (save ends), and the target is immobilized until the end of the frost titan’s next turn. Miss: Half damage.",damage:"3d8+6 cold damage",category:1},{id:"7869aa13-7ba6-4805-8cd4-fa46804a4da2",name:"Glacial Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost titan, the titan moves 4 squares less than the effect specifies. Also, a frost titan can make a saving throw to avoid being knocked prone.",damage:"the titan moves 4 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b7ef81a4-7b4b-433d-b678-a7279b864c3e",name:"Genasi Elemental Dervish",details:"",size:2,origin:1,type:2,keywords:"air, earth, fire, water",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +13",movement:"6, fly 6 (hover), swim 6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +20, Athletics +21, Endurance +21, Intimidate +16, Nature +20",equipment:"double sword; hide armor",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:24},intelligence:{score:16},wisdom:{score:18},charisma:{score:15},hp:344,initiative:17,ac:32,fortitude:30,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"c990b249-e537-4181-987d-998287d6c31c",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+7 damage, and ongoing 5 damage (save ends) of the type determined by elemental manifestation.",damage:"1d8+7 damage",category:1},{id:"6d0e3de6-5751-440f-b529-3a32573f5d29",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi elemental dervish makes two double sword attacks.",damage:"",category:1},{id:"39e7249a-3ce0-4ca7-9d69-3c2ea4e5f0d1",name:"Fiery Riposte",action:{action:4,trigger:"when the genasi elemental dervish is hit by an enemy adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Targets the triggering enemy; the target takes ongoing 10 fire damage (save ends). If the target is already taking ongoing fire damage, that damage increases by 10.",damage:"the target takes ongoing 10 fire damage (save ends)",category:5},{id:"2cc3267b-72e1-4db9-be87-61d9b5ce8443",name:"Primordial Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The genasi elemental dervish shifts 6 squares and can move through enemies’ spaces. During its movement, the dervish makes the following three attacks in order, each against a different target.",damage:"The genasi elemental dervish shifts 6 squares and can move through enemies’ spaces",category:1},{id:"d83eb705-4e3d-4521-9540-f640195ddb41",name:"Elemental Manifestation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of a genasi elemental dervish’s turn, it chooses fire, lightning, or thunder damage. The dervish’s double sword attack deals that type of damage until the start of its next turn, when it can choose a different damage type.",damage:"or thunder damage",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4176e16-41db-4eaf-b9a0-5b1e11508a82",name:"Genasi Fireblade",details:"",size:2,origin:1,type:2,keywords:"fire",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Endurance +18, Intimidate +10",equipment:"falchion; hide armor",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:13},intelligence:{score:17},wisdom:{score:15},charisma:{score:11},hp:139,initiative:6,ac:23,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"4db6a13e-73d1-4706-b608-26a079627a52",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+6 damage (crit 4d4 + 14), and ongoing 5 fire damage (save ends).",damage:"2d4+6 damage (crit 4d4 + 14)",category:1},{id:"7e69b1ec-7fe1-43a7-90c7-57cf98dc6474",name:"Fiery Riposte",action:{action:4,trigger:"when the genasi fireblade is hit by an enemy adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Targets the attacker; the target takes ongoing 5 fire damage (save ends). If the target is already taking ongoing fire damage, that damage increases by 5.",damage:"the target takes ongoing 5 fire damage (save ends)",category:5},{id:"80a6f42f-5667-4871-8c87-01b366002390",name:"Fan the Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 1",attack:{bonus:12,defence:2},description:"",details:"the target takes ongoing 5 fire damage (save ends), and the target takes a -2 penalty to saving throws against ongoing fire damage until the end of the encounter.",damage:"the target takes ongoing 5 fire damage (save ends)",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7788593d-c902-46bf-ba5f-72a498266869",name:"Genasi Hydromancer",details:"",size:2,origin:1,type:2,keywords:"water",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6, swim 8",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +12, Arcana +10, Stealth +12",equipment:"scimitar",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:13},wisdom:{score:13},charisma:{score:17},hp:91,initiative:7,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"af6316e9-bf5e-494b-acd3-98b3a8462dd0",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+4 damage (crit 1d8+20).",damage:"2d8+4 damage (crit 1d8+20)",category:1},{id:"22fdc340-f8c5-45d3-9739-d86b00ef550c",name:"Wave Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and the genasi hydrmancer slides the target 3 squares.",damage:"2d6+4 damage",category:1},{id:"460ba56f-9b0e-4340-8a58-b62f48bbbe81",name:"Drowning Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the target saves against this attack’s ongoing damage or when it drops to 0 hit points or fewer"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"the target is dazed and takes ongoing 10 damage (save ends both).",damage:"the target is dazed and takes ongoing 10 damage (save ends both)",category:1},{id:"cb8ac275-ea9f-411b-903c-bd880cf3ce82",name:"Whirling Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:12,defence:2},description:"",details:"targets enemies; 2d8+6 damage, and the genasi hydromancer slides the target 3 squares.",damage:"2d8+6 damage",category:1},{id:"030c97ad-9af1-4bcb-82a2-6216fe61cbc4",name:"Liquid Body",action:{action:5,trigger:"when hit by an enemy’s attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi hydromancer takes half damage from the triggering attack.",damage:"the genasi hydromancer takes half damage from the triggering attack",category:5},{id:"ea4ee0a5-c583-4812-aafc-a349d34d9638",name:"Swift Current",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi hydromancer shifts 6 squares. During its movement, the hydromancer can move through enemy-ocupied spaces, move across liquid, and ignore difficult terrain and hazardous terrain effects.",damage:"The genasi hydromancer shifts 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"83705aa5-d913-4546-a434-3c2ab04cf328",name:"Genasi Skyspy",details:"",size:2,origin:1,type:2,keywords:"air",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +12, Endurance +7, Nature +6, Stealth +12",equipment:"leather armor; short sword",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:12},charisma:{score:11},hp:78,initiative:9,ac:20,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"174a4dba-6510-4ad7-b108-1019b47df728",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the genasi skyspy shifts 1 square.",damage:"1d6+4 damage",category:1},{id:"48b6c139-ba0e-426e-9f7f-797f4b2003dc",name:"Swiftwind Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage against the target",range:"",attack:null,description:"",details:"The genasi skyspy makes two short sword attacks against one target.",damage:"",category:1},{id:"b6ce973d-2b97-405b-8294-c87dde1e3ec1",name:"Manifest Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:10,defence:2},description:"",details:"2d6+3 damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+3 damage",category:1},{id:"f3ae9af2-6ba6-4779-96a7-067dcccef253",name:"Feather-Footed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A genasi skyspy has a +2 bonus to AC against opportunity attacks.",damage:"A genasi skyspy has a +2 bonus to AC against opportunity attacks",category:0},{id:"8a516577-04e8-479e-af01-c5ef9bf7caf5",name:"Sky Jaunt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of its turn, the genasi skyspy gains a fly speed equal to its speed and can hover.",damage:"",category:3}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3962c85a-4adb-4295-9e90-a0ab453656ff",name:"Genasi Stoneshield",details:"",size:2,origin:1,type:2,keywords:"earth",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +15, Endurance +16, Intimidate +11, Nature +6",equipment:"heavy war pick; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:14},wisdom:{score:12},charisma:{score:13},hp:106,initiative:8,ac:26,fortitude:24,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"b484c955-aa35-4b2e-ac66-2fb43b8e8286",name:"Heavy War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17), and the target is marked (save ends). While marked by the genasi stoneshield, the target takes a -5 penalty to damage rolls against the stoneshield’s allies.",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"4093b9b0-3bf9-4d09-8ae0-62af4caacd95",name:"Mighty Bull Rush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+5 damage, the genasi stoneshield pushes the target 1 square and shifts into the space the target left.",damage:"2d6+5 damage",category:1},{id:"915e6ef8-8fa4-4e17-9ed9-078b90e58ff1",name:"Earth Shock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:12,defence:1},description:"",details:"targets enemies; the target is knocked prone.",damage:"",category:3},{id:"88116727-4fbd-45cb-a275-afe94a7d2cec",name:"Stone Roots",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a genasi stoneshield, the stoneshield moves 1 square less than the effect specifies. Also, a stoneshield cannot be knocked prone.",damage:"the stoneshield moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"89b46ca5-ae17-4e67-8c3c-e4bfda198a4a",name:"Geonid",details:"",size:3,origin:1,type:1,keywords:"earth",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +11",movement:"4",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +11",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:6},wisdom:{score:17},charisma:{score:9},hp:56,initiative:10,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"4820acc1-f073-4de5-a092-345907239610",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"ca811ee2-f924-49d0-b4e2-0256fe281cd4",name:"Capturing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+4 damage. Effect: The geonid makes one more attack against the same target. If both attacks hit, the target is grabbed.",damage:"1d6+4 damage",category:1},{id:"e1f514f2-4378-4b75-bcd2-f44600497489",name:"Shell Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:9,defence:1},description:"",details:"the target is knocked prone. Effect: The geonid closes its shell. While the geonid’s shell is closed, its speed is 0, it gains a +5 bonus to all defenses, and it does not have line of effect to any creature other than a creature it has grabbed. The geonid slides a creature it has grabbed into its space. The grabbed creature has line of sight and line of effect only to the geonid. The geonid does not gain its bonus to defenses against the grabbed creature. If the grabbed creature escapes, it appears in a space adjacent to the geonid. The geonid can open its shell as a minor action.",damage:"it gains a +5 bonus to all defenses",category:1},{id:"a5d22e0e-0868-433d-b078-101a0f117c4c",name:"Shell Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A geonid with its shell closed resembles a boulder. A creature can recognize the geonid as a beast by succeeding on a DC 28 Perception check.",damage:"A creature can recognize the geonid as a beast by succeeding on a DC 28 Perception check",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c458ae4d-aa41-4d65-ad04-e01abc0733f7",name:"Ghost Legionnaire",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +16, Athletics +18",equipment:"",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:26},hp:100,initiative:13,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8d759d62-3269-42cc-9c45-8fa08b060c92",name:"Devastating Cut",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d90cd903-c7a8-4b9b-b4bd-9bc6e184fec7",name:"Ghost Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"1d10+6 necrotic damage.",damage:"1d10+6 necrotic damage",category:1},{id:"e433907f-a060-4650-8b9b-12305ea41dad",name:"Battle Visions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Reliable",condition:"",range:"Ranged 10/20",attack:{bonus:16,defence:3},description:"",details:"2d8+6 psychic damage, and the target is deafened and dominated (save ends both). While the target is dominated, the ghost legionnaire merges with the target, disappearing from sight. The legionnaire cannot attack or be attacked during this time. When the target saves, the legionnaire appears in a square adjacent to the target. Until the end of the encounter, the target gains a +5 bonus to History checks for call of history.",damage:"2d8+6 psychic damage",category:1},{id:"10f23dad-5a48-4def-94a5-53976e471ba6",name:"Soul Link",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of the encounter, ghost legionnaires’ hit points combine into one sum. Damage to a legionnaire deducts from that total. When that total is reduced to 0, all legionnaires are destroyed simultaneously.",damage:"damage to a legionnaire deducts from that total",category:0},{id:"f1123af0-50a7-4235-b0b6-b1387389267b",name:"Call of History",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any character can make a DC 25 History check as a minor action to attempt to learn more about the ghost legionnaire. If the check succeeds, the legionnaire gains vulnerable 10 to that character’s next attack.",damage:"Any character can make a DC 25 History check as a minor action to attempt to learn more about the ghost legionnaire",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a032bae4-c123-4ef3-a80a-295c91d06156",name:"Gnaw Demon",details:"",size:1,origin:1,type:2,keywords:"demon",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"3, fly 5 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +5",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:7},intelligence:{score:9},wisdom:{score:12},charisma:{score:9},hp:66,initiative:2,ac:19,fortitude:19,reflex:14,will:16,regeneration:null,auras:[{id:"ab799549-0ea1-4c09-a211-aab7baf4a06f",name:"Ankle Biter",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes a -2 penalty to speed until the end of its turn."}],powers:[{id:"66c83407-9ddc-404f-b2eb-f2e9f049a5e8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"1a4c8f94-2195-4f78-a9e6-4d1248006d32",name:"Abyssal Hunger",action:null,keywords:"",condition:"",range:"A gnaw demon’s melee attacks deal 1d8 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"6b69735c-89ae-46c5-b58f-b6fd7f617588",name:"Hungry Teleport",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnaw demon teleports 10 squares into a square adjacent to a bloodied enemy.",damage:"The gnaw demon teleports 10 squares into a square adjacent to a bloodied enemy",category:2},{id:"75dde711-803b-4836-a2ce-e0f04a1976cb",name:"Pain-Induced Teleport",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnaw demon teleports 10 squares.",damage:"The gnaw demon teleports 10 squares",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"ab2bf9bf-cfa0-4dd8-aada-d94b0482ef97",name:"Gnoll Gorger",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +11, Stealth +11",equipment:"leather armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:17},intelligence:{score:9},wisdom:{score:11},charisma:{score:17},hp:96,initiative:6,ac:19,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"d58ed8ea-bed8-43f6-ae78-ad3943647882",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+8 damage (2d6+10 while bloodied).",damage:"2d6+8 damage (2d6+10 while bloodied)",category:1},{id:"6873ccae-2e55-41b1-bb77-4a7a43dcc695",name:"Gorge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The gnoll gorger feeds upon an ally adjacent to it. The ally takes 5 damage, and the gorger regains 10 hit points.",damage:"the ally takes 5 damage",category:3},{id:"0dd37d67-12e2-4634-9ec5-8edc4058c179",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A gnoll gorger’s melee attacks deal 5 extra damage against an enemy that has two or more gnoll allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ff2a9ff3-af37-4612-8862-7fafe4eb2f26",name:"Gnome Entropist",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +10, Bluff +14, Stealth +12",equipment:"dagger",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:17},intelligence:{score:12},wisdom:{score:8},charisma:{score:20},hp:71,initiative:7,ac:20,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"d66f62ab-831a-4351-a9a7-29d6180fd1f8",name:"Acid Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4 damage plus 1d6+4 acid damage.",damage:"1d4 damage plus 1d6+4 acid damage",category:1},{id:"76662a96-614f-4705-b45f-023f1d3da86e",name:"Entropic Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d8+4 damage (crit 2d8+10).",damage:"2d8+4 damage (crit 2d8+10)",category:1},{id:"99ab03a2-ad1c-4814-bc08-b860639a64da",name:"Primordial Yell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:13,defence:1},description:"",details:"2d10+4 thunder damage, and the target is deafened and cannot take immediate actions or opportunity actions until the end of the gnome entropist’s next turn.",damage:"2d10+4 thunder damage",category:1},{id:"d3b900d8-2f80-4a25-9839-b3373b6560f1",name:"Chaos Flare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 15",attack:{bonus:13,defence:3},description:"",details:"3d8+5 damage, and the target is blinded (save ends).",damage:"3d8+5 damage",category:1},{id:"396ecf22-4cc1-4212-9a79-8f6bab6774a1",name:"Fade Away",action:{action:4,trigger:"when the gnome entropist takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The entropist becomes invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"7f588707-71fa-48d3-a863-cf608940c4e2",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gnome entropist has cover or concealment when it rolls initiative at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae4a4570-f789-4bce-bcf2-bf3c476fce23",name:"Gnome Mistwalker",details:"",size:1,origin:2,type:2,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Stealth +10",equipment:"hide armor; war pick",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:14},hp:51,initiative:11,ac:20,fortitude:16,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"bfc6671b-002f-44e3-a56c-c2e417be0b76",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage (crit 1d8 + 12).",damage:"1d8+4 damage (crit 1d8 + 12)",category:1},{id:"72a23c57-943e-4640-90a1-d2f8420c23e5",name:"Mistwalker’s Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome mistwalker becomes invisible until the end of its next turn. In addition, it shifts 2 squares and makes a war pick attack.",damage:"it shifts 2 squares and makes a war pick attack",category:1},{id:"88346628-26ce-4d0c-9a3b-ca1582f062a0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gnome mistwalker deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"a gnome mistwalker deals 1d6 extra damage against any creature granting combat advantage to it",category:0},{id:"fea6b368-f355-41f8-9091-6ab143c21cb3",name:"Fade Away",action:{action:4,trigger:"when the gnome mistwalker takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome mistwalker becomes invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"fefa9b0d-d9fe-4a12-badf-430cee56de20",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gnome mistwalker has cover or concealment when it rolls initiative at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0},{id:"1d28a9e3-b10c-4038-a439-ab0e49e479f9",name:"Blur of Movement",action:{action:4,trigger:"when the gnome mistwalker is hit by an enemy",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mistwalker teleports 1 square.",damage:"The mistwalker teleports 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1f3dcb2-901e-4ec3-ac76-e52ff193359b",name:"Gnome Wolverine",details:"",size:1,origin:2,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5 (7 when charging)",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +14, Intimidate +12, Stealth +12",equipment:"hide armor; waraxe",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:17},hp:95,initiative:9,ac:23,fortitude:22,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"87c5405e-5dcf-4f20-9227-3259665c27c2",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+6 damage.",damage:"1d12+6 damage",category:1},{id:"5162842b-4817-436c-9580-58aca2557f53",name:"Shrieking Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"2d12+5 damage, and one enemy adjacent to the target takes 1d12 damage. Effect: The gnome wolverine gains a +3 bonus to all defenses until the start of its next turn. Special: When charging, the wolverine can use this power in place of a melee basic attack.",attack:{bonus:14,defence:0},description:"",details:"",damage:"",category:1},{id:"aa5863ae-392d-435f-ba81-ffbe9b852651",name:"Unbalanced Swipe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"1d12+6 damage, and the gnome wolverine slides the target 2 squares. On a critical hit, the target is also knocked prone.",damage:"1d12+6 damage",category:1},{id:"2d30dc3c-3961-4d10-a447-f6a8c3c7b893",name:"Fade Away",action:{action:4,trigger:"when the gnome wolverine takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The wolverine becomes invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"b226a0df-0e6a-4b3d-8e14-229ca275c53f",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome wolverine has cover or concealment when it rolls initiative at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0},{id:"8052ffe2-20d2-4dd6-a524-467e38d361b6",name:"Vicious Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the gnome wolverine bloodies an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The wolverine shifts 5 squares and gains a +3 bonus to damage rolls until the end of its next turn.",damage:"the wolverine shifts 5 squares and gains a +3 bonus to damage rolls until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2866a261-a7e2-4f6b-923c-90edc46d6118",name:"Goblin Acolyte of Maglubiyet",details:"",size:1,origin:4,type:2,keywords:"goblin",level:1,role:{type:3,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Diplomacy +6, Intimidate +6",equipment:"battleaxe",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:10},intelligence:{score:13},wisdom:{score:16},charisma:{score:13},hp:29,initiative:0,ac:15,fortitude:12,reflex:12,will:14,regeneration:null,auras:[{id:"0e2d2ec0-4201-4b45-ad5e-d53b51fa328a",name:"Life Scourge",keywords:"",details:"aura 2; each creature within the aura cannot regain hit points."}],powers:[{id:"b13dfcc1-b82b-4198-88eb-6f05f9d5e7ee",name:"Slashing Shroud",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Illusion, Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage, and the goblin acolyte of Maglubiyet becomes invisible to the target until the end of the acolyte’s next turn.",damage:"1d10+3 damage",category:1},{id:"46ce50d1-c95f-4111-898b-f50bc068d7a4",name:"Hand of Maglubiyet",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:5,defence:1},description:"",details:"1d6+5 force damage, and the goblin acolyte of Maglubiyet chooses either to slide the target 3 squares or to immobilize the target until the end of the acolyte’s next turn.",damage:"1d6+5 force damage",category:1},{id:"2674510d-da13-4c5c-98c1-3cb4a4273d69",name:"Maglubiyet’s Fists",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin acolyte of Maglubiyet makes two hand of Maglubiyet attacks, each against a different target.",damage:"",category:1},{id:"46ed9ba5-656c-4254-8211-62dea5340fa9",name:"Goblin Tactics",action:{action:4,trigger:"when the goblin acolyte of maglubiyet is missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The acolyte shifts 1 square.",damage:"The acolyte shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ecb34318-0074-4a0c-b4a9-e2b147f90116",name:"Goliath Guardian",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +13, Insight +12, Nature +12",equipment:"bastard sword; light shield; scale armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:96,initiative:8,ac:25,fortitude:22,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"4cb6206e-9c0b-4f46-ad05-b81e3038982a",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of the goliath guardian’s next turn. If the target is prone, it cannot stand up until the end of the guardian’s next turn.",damage:"1d10+7 damage",category:1},{id:"b3b6bfea-b81a-4d53-9c3d-8d6b28e04646",name:"Ram’s Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"1d6+3 damage, the target is pushed 2 squares and knocked prone, and the goliath guardian shifts 2 squares and makes a bastard sword attack against the target. Special: When charging, the guardian can use this power in place of a melee basic attack.",attack:{bonus:14,defence:1},description:"",details:"",damage:"",category:1},{id:"55fb7f9e-8b37-46d4-a9f3-a19426f58b1c",name:"Stone’s Endurance",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goliath guardian gains resist 5 to all damage until the end of its next turn.",damage:"the goliath guardian gains resist 5 to all damage until the end of its next turn",category:2},{id:"95d38706-c847-49bb-a023-ed9e91478f9e",name:"Warrior’s Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goliath guardian can jump without provoking opportunity attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2c2595b9-998a-4a13-b902-e23a079d0991",name:"Goliath Sunspeaker",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +8, Athletics +10, Insight +9, Nature +9",equipment:"implement, orb; leather armor",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:17},hp:64,initiative:5,ac:19,fortitude:19,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"331867a4-4f2b-489e-8f02-f257619de7bf",name:"Sunspeaker’s Hand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d8+3 radiant damage.",damage:"1d8+3 radiant damage",category:1},{id:"8968a017-8433-4762-961c-49e22d203e9e",name:"Solar Sphere",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Radiant",condition:"",range:"Ranged 20",attack:{bonus:12,defence:2},description:"",details:"2d8+3 radiant damage.",damage:"2d8+3 radiant damage",category:1},{id:"01bf0080-212c-4971-90de-f4564988e9da",name:"Sun Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire or Radiant, Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"targets one or two creatures; 1d8+3 fire or radiant damage, and ongoing 5 damage of the type dealt to the target (save ends0.",damage:"1d8+3 fire or radiant damage",category:1},{id:"49307352-5e5c-41e3-8286-d6942cb3b3d0",name:"Flaring Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The goliath sunspeaker jumps 3 squares and then moves its remaining speed. During this movement, the sunspeaker gains a +4 bonus to all defenses. The square in which the sunspeaker began its move erupts with fire 2 squares high. A creature that starts its turn adjacent to the fire takes 1d6 + 3 fire damage. A creature that enters the square or starts its turn there takes 2d6 + 3 fire damage. The fire blocks line of sight and lasts until the end of the sunspeaker’s next turn. Sustain Minor: The fire persists.",damage:"a creature that starts its turn adjacent to the fire takes 1d6 + 3 fire damage",category:2},{id:"2e2913fd-ff43-4b8e-9478-723c2b282112",name:"Call Down the Sun",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Radiant",condition:"",range:"Area burst 3 within 20",attack:{bonus:11,defence:2},description:"",details:"2d6+3 radiant damage. Miss: Half damage.",damage:"2d6+3 radiant damage",category:1},{id:"e1b00655-5cec-4194-9601-cc80e872d432",name:"Stone’s Endurance",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goliath sunspeaker gains resist 5 to all damage until the end of its next turn.",damage:"the goliath sunspeaker gains resist 5 to all damage until the end of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0080dea-fc39-4769-848d-58f558140b7c",name:"Gorechain Devil",details:"",size:3,origin:3,type:2,keywords:"devil",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:19},intelligence:{score:15},wisdom:{score:15},charisma:{score:13},hp:298,initiative:10,ac:24,fortitude:23,reflex:21,will:21,regeneration:null,auras:[{id:"5817e4d3-a873-447e-bbf3-1778ceb55241",name:"Grasping Chains",keywords:"",details:"aura 3; any enemy that starts its turn within the aura must make a DC 21 Athletics check or Acrobatics check in order to leave the aura. If the check fails, the enemy cannot attempt to leave the aura again until the start of its next turn."}],powers:[{id:"2332aac9-5ecc-40fe-94a7-5ae750176c96",name:"Gorechain Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d12+4 damage.",damage:"2d12+4 damage",category:1},{id:"f682d54d-c7d2-4ec3-b47e-1fafbfcac6d8",name:"Gorechain Flail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gorechain devil makes a gorechain strike attack against each enemy within reach.",damage:"",category:1},{id:"cc1bdceb-725b-45d0-a3a6-78e3b1df5bc1",name:"Gorechain Takeover",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Reach 3; 3d6+5 damage, and the target is dominated (save ends). The dominated condition ends if the target is more than 3 squares away from the gorechain devil at the start of the target’s turn.",damage:"3d6+5 damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ba09bb4-65e6-4848-8886-fe9accd01d56",name:"Gray Ooze",details:"",size:1,origin:4,type:1,keywords:"blind, ooze",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; blindsight 10, tremorsense 10",movement:"5, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:15},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:43,initiative:5,ac:15,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"f65def34-8bc4-45b6-8507-3e9f434ddc0e",name:"Stench",keywords:"",details:"aura 2; each creature within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"e8d84a20-a654-4fc2-93ab-054fae802111",name:"Bone Melt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+5 acid damage, and the target takes a cumulative -2 penalty to Fortitude each time it hits (save ends).",damage:"1d6+5 acid damage",category:1},{id:"2449968b-9994-4153-9853-74253c2920d5",name:"Slimy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gray ooze shifts 2 squares.",damage:"The gray ooze shifts 2 squares",category:3}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"20bebf08-0de4-459c-aea2-865bb51bb5a1",name:"Gray Render",details:"",size:3,origin:4,type:2,keywords:"",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +15; blindsight 10",movement:"8",alignment:"Chaotic evil",languages:"",skills:"Athletics +23",equipment:"",category:"",strength:{score:27},constitution:{score:26},dexterity:{score:13},intelligence:{score:2},wisdom:{score:15},charisma:{score:10},hp:452,initiative:10,ac:31,fortitude:34,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"8af2c651-32d3-4149-8f03-8f64292f6a99",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d12+8 damage, and the target is grabbed.",damage:"1d12+8 damage",category:1},{id:"163edbc9-bacd-4805-8994-a8ebbf0f03f5",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gray render makes two claw attacks. If both attacks hit the same target, the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:1},{id:"48c8025a-dc34-465a-9f82-42e2ea000171",name:"Body Swap",action:{action:4,trigger:"when the gray render is hit by an enemy’s melee attack while the gray render has a creature grabbed",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a grabbed creature",range:"",attack:{bonus:20,defence:2},description:"",details:"The gray render uses the grabbed creature as a weapon; targets the triggering enemy; 2d12+8 damage, and the gray render pushes the target 4 squares. The grabbed creature takes half the damage dealt by this attack.",damage:"2d12+8 damage",category:5},{id:"9b9237dc-e4c2-422a-a43f-af50cb0cd116",name:"Dismembering Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Targets a creature grabbed by the gray render; 3d12+8 damage, and the target is dazed (save ends).",damage:"3d12+8 damage",category:1},{id:"5300a9ae-3292-465e-b355-19bcf5da57da",name:"Rampage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The gray render’s claw attack also knocks a target prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce43f7f3-09ad-489f-b14b-4c8bae474e75",name:"Green Slime",details:"",size:2,origin:4,type:1,keywords:"blind, ooze",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +2; blindsight 10, tremorsense 10",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:11},charisma:{score:1},hp:47,initiative:9,ac:20,fortitude:23,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"0aecd40a-1d73-4c6a-b850-55f2a1193abe",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d6+3 acid damage, and the target is engulfed (save ends). While engulfed, the target takes ongoing 5 acid damage and is restrained. While a target is engulfed, attacks that target the green slime deal half damage to the slime and half damage to the engulfed creature. While it has a creature engulfed, the slime can make attacks only against the engulfed creature.",damage:"1d6+3 acid damage",category:1},{id:"d9751420-45e9-42f9-b172-3f10285b9218",name:"Rapid Dissolution",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A green slime’s attacks deal 1d6 extra acid damage to a creature that is taking ongoing acid damage.",damage:"a green slime’s attacks deal 1d6 extra acid damage to a creature that is taking ongoing acid damage",category:0}],damageModifiers:[{type:1,value:-5},{type:3,value:5},{type:9,value:5}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"3dcb3f6f-df47-4725-ab77-25bdf48c163c",name:"Greenvise Vine",details:"",size:3,origin:4,type:1,keywords:"plant",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +5; blindsight 10",movement:"4 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:10},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:83,initiative:3,ac:23,fortitude:21,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"87aca2f8-5ca1-4123-b081-918736b59f3b",name:"Striking Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"13609405-24f7-420e-9ca3-f2c42e8ae678",name:"Ensnaring Vine",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"Reach 4; 1d10+6 damage, and the target is grabbed.",damage:"1d10+6 damage",category:1},{id:"66c3833d-bcc4-4a31-9cba-b50fb9163fad",name:"Vise Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Targets a creature grabbed by the greenvise vine; 2d4 damage, and the target is restrained and takes ongoing 5 damage (save ends both).",damage:"2d4 damage",category:3},{id:"3b560107-e3ba-4364-a848-72bb22e0ed17",name:"Pulling Vines",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The greenvise vine shifts 1 square, pulling any creature grabbed by it into a space adjacent to it.",damage:"The greenvise vine shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4da36de8-3d66-4ee6-8a20-0e46adca8716",name:"Half-Elf Baleful Thaumaturge",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +24, Bluff +27, Streetwise +27",equipment:"implement, wand",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:25},wisdom:{score:15},charisma:{score:30},hp:169,initiative:15,ac:36,fortitude:32,reflex:35,will:38,regeneration:null,auras:[],powers:[{id:"cd3c390b-ad96-4a4a-a683-a5138314563c",name:"Infernal Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"2d6+10 damage, and the half-elf baleful thaumaturge slides the target 3 squares and then teleports 3 squares.",damage:"2d6+10 damage",category:1},{id:"f06b7e73-9abb-4428-a5ec-3d543aeb0dd8",name:"Soul Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:29,defence:2},description:"",details:"2d8+10 damage, and the half-elf baleful thaumaturge gains 10 temporary hit points.",damage:"2d8+10 damage",category:1},{id:"7fe83b60-2af3-432c-a6f5-c25678e5fda6",name:"Mouths of Hell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Psychic, Zone",condition:"",range:"Close blast 5",attack:{bonus:27,defence:3},description:"",details:"3d12+9 psychic damage, and the half-elf baleful thaumaturge gains 10 temporary hit points. Effect: The blast creates a zone filled with ghostly maws that lasts until the end of the encounter. Each creature that starts its turn within the zone takes 15 psychic damage. The thaumaturge gains 5 temporary hit points whenever the zone damages a creature.",damage:"3d12+9 psychic damage",category:1},{id:"c0d1da39-7c26-4ffe-9806-c5324abc921d",name:"Wall of Shadow Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Implement, Necrotic",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Area wall 8 within 10; the half-elf baleful thaumaturge conjures a wall of shadow teeth that lasts until the end of the thaumaturge’s next turn. The wall is 2 squares high and attacks each creature that starts its turn within the wall or adjacent to it; 3d8+9 necrotic damage, and the target is immobilized (save ends). Sustain Minor: The wall persists.",damage:"3d8+9 necrotic damage",category:1},{id:"58f3cf46-035f-47fb-9d2a-70e61dc1a9ba",name:"Bloody Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"usable only when the half-elf baleful thaumaturge has 5 or more temporary hit points",range:"",attack:null,description:"",details:"The thaumaturge loses 5 temporary hit points and teleports 8 squares.",damage:"The thaumaturge loses 5 temporary hit points and teleports 8 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f365432d-49a4-43bc-8396-5a0945b9ee7a",name:"Half-Elf Bandit Captain",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:6,role:{type:6,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +11, Diplomacy +11, Insight +8, Stealth +12",equipment:"dagger; leather armor; longsword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:16},hp:69,initiative:9,ac:20,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"d3ed56d6-1030-4a54-b4a0-8c9f4c7b2e64",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage, and the half-elf bandit captain shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"830187ec-1659-4701-a73b-279a28e8b616",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"418ca660-9c8a-4751-adc2-bdb8c42f481d",name:"Slash and Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-elf bandit captain makes a longsword attack, shifts 2 squares, and makes a dagger attack.",damage:"shifts 2 squares",category:1},{id:"da9e628d-bced-433c-9d62-ebb8403bfcb2",name:"Triggering Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"1d8+4 damage, and one ally shifts 1 square and makes a melee basic attack as a free action.",attack:{bonus:11,defence:0},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"18ce8050-4a88-4b40-a5b2-e00bfae02eb0",name:"Half-Elf Con Artist",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +12, Insight +7, Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:17},intelligence:{score:12},wisdom:{score:9},charisma:{score:19},hp:77,initiative:6,ac:20,fortitude:17,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"2a359ba8-d577-42c3-bb79-620373cbea12",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"fe75c105-46e6-4dfd-9425-86f1b25ee08d",name:"Deceptive Maneuver",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"the target makes a basic attack against one of its allies of the half-elf con artist’s choice.",damage:"",category:1},{id:"b515762c-45cd-4a3f-af9e-df45c088d625",name:"Silver Deception",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"the target is dominated until the end of the half-elf con artist’s next turn.",damage:"",category:1},{id:"6128a65e-1b36-40f4-9a76-a3f6b7f693f0",name:"Pathetic Appeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target cannot attack the half-elf con artist (save ends). If the con artist makes an attack roll against the target, that target makes a saving throw against this effect.",damage:"",category:1},{id:"f9cb9a8f-34ea-41ff-9585-1b0ef8d8039d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A half-elf con artist deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a half-elf con artist deals 2d6 extra damage against any creature granting combat advantage to it",category:0},{id:"4bc4d65e-b764-4f53-9404-96215c96127c",name:"Grifter’s Flight",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-elf con artist shifts 6 squares and can make a Stealth check without a penalty for moving.",damage:"The half-elf con artist shifts 6 squares and can make a Stealth check without a penalty for moving",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0357950c-cd78-43ff-a178-862df0e30aaa",name:"Half-Orc Death Mage",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +9, Intimidate +8, Religion +9",equipment:"quarterstaff",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:18},intelligence:{score:13},wisdom:{score:17},charisma:{score:10},hp:66,initiative:7,ac:19,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"53564332-bb64-4e77-82f0-99dba4f129e6",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"b78b535c-861c-4733-beb8-c041887a6e54",name:"Rotting Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d6+4 necrotic damage, and the target loses necrotic resistance or immunity and takes ongoing 5 necrotic damage (save ends both).",damage:"1d6+4 necrotic damage",category:1},{id:"808c56eb-cac4-471f-abe7-af22b5bdc8b3",name:"Bolt of Putrescence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d8+5 damage, and the target takes a -5 penalty to all defenses until the end of the half-orc death mage’s next turn.",damage:"2d8+5 damage",category:1},{id:"a864736e-71e1-463d-8cdd-776af151dc8a",name:"Swarm of Flies",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"2d6+5 damage, and the burst creates a zone of swarming flies that lasts until the end of the encounter. Each creature that starts its turn within the zone takes 5 damage and does not have line of sight to squares more than 3 squares away from it. As a minor action, the half-orc death mage can move the zone 2 squares.",damage:"2d6+5 damage",category:1},{id:"5352bd2f-8d92-4c0b-a549-9bc1f6417c5c",name:"Furious Assault",action:{action:7,trigger:"when the half-orc death mage damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The death mage’s attack deals 1d10 extra damage.",damage:"the death mage’s attack deals 1d10 extra damage",category:5},{id:"b0cef214-f3a4-4a39-8a97-bda944c7bce9",name:"Death Mark",action:null,keywords:"",condition:"when an enemy reduces the half-orc death mage to 0 hit points",range:"",attack:null,description:"",details:"The triggering enemy takes 2d10 + 5 necrotic damage.",damage:"the triggering enemy takes 2d10 + 5 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b6e17a1-aaa3-49f5-8844-5c825348f7c7",name:"Half-Orc Hunter",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 when charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +9, Nature +8",equipment:"arrow; battleaxe; leather armor; longbow",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:8},hp:62,initiative:7,ac:19,fortitude:18,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7dc67ab0-6fd0-4029-8712-0b4f358ff720",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"ec09816a-830b-42a9-80b3-7667c875e250",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"f6cf7380-ca2d-411f-8a6e-830e074b56ff",name:"Evasive Chop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The half-orc hunter shifts 1 square before and after the attack; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"64cb41db-1c02-455a-9339-f845991d922c",name:"Draw First-Blood",action:null,keywords:"",condition:"",range:"A half-orc hunter’s melee attacks deal 1d10 extra damage against any creature that has not yet taken damage during the encounter.",attack:null,description:"",details:"",damage:"",category:0},{id:"cd16fd23-3921-4d53-81bb-3041a710daeb",name:"Furious Assault",action:{action:7,trigger:"when the half-orc hunter damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hunter’s attack deals 1d10 extra damage.",damage:"the hunter’s attack deals 1d10 extra damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb56e05e-d131-4229-b505-f7855ec117cd",name:"Half-Orc Scarthane",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6 (8 when charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Athletics +13, Endurance +11, Intimidate +7",equipment:"greataxe",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:8},hp:96,initiative:6,ac:20,fortitude:22,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"9c79940e-38f0-4ea1-befa-df12a07e49da",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 (crit 1d12 + 20) damage.",damage:"1d12+8 (crit 1d12 + 20) damage",category:1},{id:"3cc969a1-48a0-4be8-b0f9-2aab749a66c5",name:"Wounded Retaliation",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-orc scarthane makes a greataxe attack.",damage:"",category:5},{id:"e2e97650-ebce-4380-9eaa-accfb7effdcd",name:"Bloodfury Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"",attack:{bonus:10,defence:0},description:"",details:"2d12+2 damage, and the half-orc scarthane regains 10 hit points.",damage:"2d12+2 damage",category:1},{id:"d10cc16c-cd8c-4e22-97db-33b82db120da",name:"Blood for Blood",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When the half-orc scarthane hits a bloodied target, the attack deals 1d6 extra damage, and the scarthane regains 5 hit points.",damage:"the attack deals 1d6 extra damage",category:0},{id:"187bc246-c381-426b-be0e-b13fc21b8e9d",name:"Furious Assault",action:{action:7,trigger:"when the half-orc scarthane damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scarthane’s attack deals 1d10 extra damage.",damage:"the scarthane’s attack deals 1d10 extra damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"20a59c74-8fdf-42b3-bc5c-ba61707c6b9d",name:"Herald of Hadar",details:"",size:2,origin:0,type:2,keywords:"",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Chaotic evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:15},intelligence:{score:10},wisdom:{score:18},charisma:{score:15},hp:180,initiative:9,ac:27,fortitude:27,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"a489c136-3064-4b4a-8c9a-c1e5a95695c8",name:"Hungry Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The herald of Hadar makes the following attack twice; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"ac860d9e-6d6a-45be-952c-51f4427ee732",name:"Feeding Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+5 damage. Effect: The herald of Hadar makes three more hungry claws attacks against the same target or different ones. No more than two of the attacks can target the same creature.",damage:"1d10+5 damage",category:1},{id:"26806549-a20f-45b5-974b-8281e4fd777c",name:"Breath of a Dying Star",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d10+5 damage, and the target cannot spend healing surges or regain hit points (save ends).",damage:"2d10+5 damage",category:1},{id:"59a3f8ca-5f52-4d8b-8bf6-8171860c79dd",name:"Hadar’s Hunger",action:{action:4,trigger:"when a creatuer within 5 squares of the herald of hadar spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The herald chooses one of the following options:",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d062f20-ee65-4762-9b55-9727b75ba664",name:"Heroslayer Hydra",details:"",size:4,origin:4,type:1,keywords:"reptile",level:20,role:{type:2,flag:2,leader:!1},senses:"Perception +19; all-around vision",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:19},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:776,initiative:14,ac:32,fortitude:34,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"4fdff9be-1036-40c9-8c15-bf1dc30e1121",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"51d20638-f4b1-474c-900f-6e6bdcb358d8",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The heroslayer hydra makes five bite attacks, plus an additional attack for each head it has grown (see regenerating heads). A target hit by more than one bite attack in a round takes 10 extra damage.",damage:"a target hit by more than one bite attack in a round takes 10 extra damage",category:1},{id:"0eb80563-d136-4b73-8955-d726a6132db1",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a critical hit is scored against the heroslayer hydra"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hydra makes one bite attack against each enemy within reach. On a hit, the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:1},{id:"1802b254-88e9-42a3-8b62-9ce0709eaf23",name:"Heroslayer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a heroslayer hydra is marked, it gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against the creature that marked it.",damage:"it gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against the creature that marked it",category:0},{id:"fcabbaf9-9582-41da-9529-66d6898e192c",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a heroslayer hydra would become dazed or stunned, it instead loses one attack while using hydra fury during its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"d033d30d-732a-43a8-8765-6a0ebaec190d",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a heroslayer hydra first reaches 582, 388, and 194 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional bite attack with hydra fury.",damage:"When a heroslayer hydra first reaches 582",category:0},{id:"bc5f8e41-415a-4812-901f-acf8ec84da26",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A heroslayer hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7d0df083-72ce-4405-a62c-1222f513d47c",name:"Hive Queen",details:"IN ADDITION TO BIRTHING FUTURE GENERATIONS, the hive queen directs the activities of her brood with a ruthless and single-minded purpose.",size:3,origin:4,type:1,keywords:"",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +2; low-light vision, tremorsense 10",movement:"6, climb 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:12},intelligence:{score:2},wisdom:{score:11},charisma:{score:15},hp:132,initiative:6,ac:19,fortitude:19,reflex:16,will:17,regeneration:null,auras:[{id:"3ece19fb-a7a6-4929-9417-12aebf357dd8",name:"In the Presence of the Queen",keywords:"",details:"aura 10; each giant ant within the aura gains a +2 bonus to attack rolls and damage rolls."}],powers:[{id:"b53e53fc-c3c0-4f85-8b6e-0ecd1d608552",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"eb1db027-cd6b-4fb4-b8e5-ac8f98dc4fb7",name:"Kick",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"Reach 2; 3 damage, and the hive queen pushes the target 3 squares.",damage:"3 damage",category:3},{id:"9479f3d4-9e80-444f-9e6a-55e369c9bc5a",name:"Hive Queen Frenzy",action:{action:7,trigger:"when any giant any within 10 squares of the hive queen drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The queen shifts 2 squares and uses kick.",damage:"The queen shifts 2 squares and uses kick",category:5},{id:"dc4eb372-0edd-4425-91b6-fb8e9f036663",name:"Acidic Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Zone",condition:"",range:"Close burst 4",attack:null,description:"",details:"the burst creates a zone of caustic gas that lasts until the end of the encounter. Any enemy that starts its turn within the zone takes 2 acid damage for each giant ant within the zone. The zone is centered on the hive queen and moves with her.",damage:"any enemy that starts its turn within the zone takes 2 acid damage for each giant ant within the zone",category:1},{id:"ca6487a2-9296-497b-b8f4-236c9e66c1de",name:"Acidic Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Area burst 3 within 10",attack:{bonus:7,defence:3},description:"",details:"targets enemies; 1d6+2 acid damage, and the target is dazed (save ends). Miss: Half damage.",damage:"1d6+2 acid damage",category:1},{id:"1add00e2-b4d3-44f4-9e29-2bc700ba8bd0",name:"Call to Arms",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Four new giant ant hive workers appear and act to defend their queen. Each ant appears within 5 squares of the hive queen, and acts on the queen’s initiative count.",damage:"Each ant appears within 5 squares of the hive queen",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"3520f490-f031-4fc0-bbc1-7c0d725d19af",name:"Hive Soldier",details:"HIVE SOLDIERS REMAIN NEAR THE HIVE unless driven to conquest by the queen.",size:2,origin:4,type:1,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +0; low-light vision, tremorsense 10",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:2},wisdom:{score:9},charisma:{score:4},hp:46,initiative:6,ac:18,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"b1496ffd-2f81-4409-90b0-b4f5bae2997e",name:"Grasping Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"usable only while the hive soldier does not have a creature grabbed",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage, and the target is grabbed.",damage:"1d8+3 damage",category:1},{id:"e4cab177-95a3-4c0c-a8e9-f63b8eb92538",name:"Acid Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets a creature grabbed by the hive soldier; 1d6+3 acid damage, and ongoing 5 acid damage (save ends).",damage:"1d6+3 acid damage",category:1},{id:"07497d82-134c-43bc-8717-b705a99a3a05",name:"Death Convulsion",action:null,keywords:"",condition:"when the hive soldier drops to 0 hit points",range:"Close burst 1",attack:{bonus:8,defence:2},description:"",details:"targets enemies; the target is knocked prone.",damage:"",category:0},{id:"854c4d61-52ba-4896-bbe5-4fc3f649ce06",name:"Hive Soldier Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the hive soldier drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soldier gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The soldier gains a +2 bonus to attack rolls until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"835e67ca-1acc-49d5-b19c-a086b18c1a6e",name:"Hive Warrior",details:"A HIVE WARRIOR ACTS AS AN EXPLORER and guardian for the workers during their forays outside the hive.",size:2,origin:4,type:1,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +0; low-light vision, tremorsense 10",movement:"8, climb 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:9},charisma:{score:4},hp:36,initiative:6,ac:16,fortitude:14,reflex:15,will:11,regeneration:null,auras:[],powers:[{id:"caf43ae7-55b0-480d-9868-01fec1feaadf",name:"Piercing Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+4 damage. The hive warrior’s attack deals 1d10 extra acid damage to any target that already has ongoing acid damage.",damage:"1d8+4 damage",category:1},{id:"f0de3986-ebdf-4c01-99af-400a8a2d6d2f",name:"Hive Warrior Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the hive warrior drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The warrior is no longer marked or cursed, and it shifts 2 squares.",damage:"and it shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9fb47427-fcd6-4b4a-b563-ecb6d31f9b3d",name:"Hive Worker",details:"WEAKEST OF THE GIANT ANTS, workers exist to fulfill the functional needs of the hive, providing little help in battle other than their swarming numbers.",size:2,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception -1; low-light vision, tremorsense 10",movement:"6, climb 6, burrow 2 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:2},wisdom:{score:9},charisma:{score:4},hp:1,initiative:0,ac:15,fortitude:13,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"a87f6f72-4f2b-4dd4-88a4-6587a9882596",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"c257d9a1-22f0-4f0d-990b-35a125e132a3",name:"Hive Worker Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the hive warrior drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hive worker shifts 2 squares.",damage:"The hive worker shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9a5ae510-c11b-4314-9bca-bfdd724172bf",name:"Hobgoblin Fleshcarver",details:"",size:2,origin:4,type:2,keywords:"goblin",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"glaive",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:146,initiative:7,ac:20,fortitude:18,reflex:19,will:18,regeneration:null,auras:[{id:"8ff1bd58-8ca1-4701-a54e-ec8569ee8e2d",name:"Fleshcarver’s Trap",keywords:"",details:"aura 2; each enemy that starts its turn within the aura takes 5 damage the first time it moves during that turn."}],powers:[{id:"9d0947cb-f786-4093-a923-34d51892bc30",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"19a0cb1a-b6df-4ff3-8a5f-2622518a5732",name:"Toxic Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:11,defence:0},description:"",details:"1d6+4 poison damage, and the target is slowed (save ends). If the target was already slowed, it is instead immobilized (save ends).",damage:"1d6+4 poison damage",category:1},{id:"77182e03-470c-493a-87c5-7c93c595e957",name:"Defensive Dart",action:{action:4,trigger:"when the hobgoblin fleshcarver is hit by an enemy’s melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fleshcarver shifts 2 squares and uses toxic dart against the triggering enemy.",damage:"The fleshcarver shifts 2 squares and uses toxic dart against the triggering enemy",category:5},{id:"62eeaae0-1258-47a5-aebb-db4ab6445f5b",name:"Glaive Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:11,defence:0},description:"",details:"targets enemies; 3d4+4 damage, and the hobgoblin fleshcarver slides the target 2 squares. The target must end the slide within 3 squares of the fleshcarver.",damage:"3d4+4 damage",category:1},{id:"04395bed-95c1-4f23-9962-ad0bfc4aa377",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin fleshcarver becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fleshcarver rolls a saving throw against the triggering effect.",damage:"",category:5},{id:"fe569798-e3dd-495a-bd6b-fef0eb08eb35",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hobgoblin fleshcarver gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"A hobgoblin fleshcarver gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6bf668af-e322-4dfd-acc8-451191d9b7d2",name:"Horned Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:63,initiative:6,ac:19,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"f296dbc7-95c8-447e-9d68-e537b81ab2b3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+2 damage, and the horned drake shifts 2 squares.",damage:"2d8+2 damage",category:1},{id:"fd3fdbcd-1432-4c9c-b9cf-164b501da8d4",name:"Goring Horns",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"3d8+2 damage, and the target is knocked prone.",damage:"3d8+2 damage",category:1},{id:"831039f7-a13e-4ab8-84d5-cf49bc40a564",name:"Pack Movement",action:{action:4,trigger:"when an enemy adjacent to the horned drake is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drake shifts 2 squares.",damage:"The drake shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6bd6d57-fda0-4ba0-a806-68a1aa538625",name:"Human Cavalier",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +12, Diplomacy +11",equipment:"broadsword; heavy shield; longspear; plate armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:78,initiative:8,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[{id:"003c8a06-3747-4593-a468-20063e8ce241",name:"Battle Acumen",keywords:"",details:"aura sight; each ally within the aura gains a +2 bonus to initiative."}],powers:[{id:"35bc0832-32dd-41cd-8bf4-086ff3553815",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the human cavalier’s next turn.",damage:"1d10+5 damage",category:1},{id:"9711ed70-3d37-49d8-aa82-5d20db6aa1fc",name:"Champion’s Retort",action:{action:5,trigger:"when an enemy marked by the human cavalier makes a melee attack against an ally adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets the triggering enemy; 1d6+5 damage.",damage:"1d6+5 damage",category:5},{id:"1a991161-a9df-4ae1-91ff-0d26dde960be",name:"Lancer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while mounted",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and the target is knocked prone.",damage:"1d10+5 damage",category:1},{id:"d595b1bd-6ae6-43a1-af4c-a27a2e32b252",name:"Hasty Parry",action:{action:5,trigger:"when an enemy marked by the human cavalier makes a melee attack against an ally adjacent to it",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy’s attack targets the cavalier instead of the ally, and the cavalier gains a +3 bonus to AC against that attack.",damage:"and the cavalier gains a +3 bonus to AC against that attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b416913b-ed6b-4d52-b83d-797379709e32",name:"Human Diabolist",details:"",size:2,origin:4,type:2,keywords:"human",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +15, Bluff +21, Stealth +19",equipment:"implement, rod; kukri; leather armor",category:"",strength:{score:10},constitution:{score:21},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:23},hp:147,initiative:14,ac:32,fortitude:32,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"141026ff-2fc0-43c5-95d1-49ad1a734b30",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d6+4 damage plus 2d6 fi re damage. The human diabolist rerolls any damage die result of 1 until the result is greater than 1.",damage:"1d6+4 damage plus 2d6 fi re damage",category:1},{id:"059bdd1c-fa09-46ad-9579-4c6ce691aa4a",name:"Dark Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement, Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:27,defence:2},description:"",details:"2d10+7 fire and necrotic damage.",damage:"2d10+7 fire and necrotic damage",category:1},{id:"225f95f8-e960-482f-835d-4dc496e426d7",name:"Hell Blight",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"the target is hell-blighted (save ends). A hell-blighted target that takes fire damage from the human diabolist cannot spend a healing surge until the end of the diabolist’s next turn. If the diabolist uses this power on a new target, the previous target is no longer hell-blightedRanged sight",attack:null,description:"",details:"no attack roll; .",damage:"",category:3},{id:"a6efb2ba-67cc-4d20-b51e-8b2d26e88cad",name:"Sulfurous Flash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Ranged 5",attack:{bonus:27,defence:1},description:"",details:"2d4+6 fire damage, and the human diabolist has concealment against the target until the end of the diabolist’s next turn.",damage:"2d4+6 fire damage",category:1},{id:"a652d9e8-b7fd-4f1b-99ae-20d285fdb76c",name:"Darkfire Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement, Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:25,defence:2},description:"",details:"2d6+7 fire and necrotic damage, and ongoing 10 fire and necrotic damage (save ends).",damage:"2d6+7 fire and necrotic damage",category:1},{id:"925b10c4-70ba-403b-8339-7e7eb7b4409f",name:"Infernal Deflection",action:{action:5,trigger:"when the human diabolist is hit by a melee or ranged attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The diabolist takes half damage from the triggering attack, and the attacker takes 15 fire damage.",damage:"the diabolist takes half damage from the triggering attack",category:5},{id:"e835d71d-0bc7-4130-96b2-8802ce77d11c",name:"Life from Fire",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever a human diabolist takes fire damage, it gains 10 temporary hit points.",damage:"whenever a human diabolist takes fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19bbfa22-cee0-49d6-8735-30a355650108",name:"Human Dire Beast Hunter",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +13, Athletics +11, Endurance +12",equipment:"crossbow; crossbow bolt; net; spear",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:16},wisdom:{score:17},charisma:{score:11},hp:76,initiative:8,ac:22,fortitude:21,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"9c6a1bb4-d0fc-4e33-b05e-ef75e2434d92",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"4f41722f-fb9e-4153-af86-9535cd0dc8d2",name:"Poisoned Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"2d8+3 damage, and ongoing 5 poison damage (save ends).",damage:"2d8+3 damage",category:1},{id:"fdafd068-5550-4679-9a54-fe9d6f2f30d7",name:"Trapping Net",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"requires net",range:"Ranged 3",attack:{bonus:16,defence:2},description:"",details:"the target is restrained (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91dd721f-06ee-4cb0-8a5f-7113dd18f4c6",name:"Human Dread Assassin",details:"",size:2,origin:4,type:2,keywords:"human",level:22,role:{type:4,flag:0,leader:!1},senses:"Perception +22",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Intimidate +22, Stealth +24",equipment:"scimitar",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:26},intelligence:{score:18},wisdom:{score:13},charisma:{score:22},hp:161,initiative:23,ac:36,fortitude:32,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"a127035f-feec-4e07-971c-b6e08db1cd16",name:"Zealot’s Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+5 damage (crit 2d8 + 13), and ongoing 10 poison and necrotic damage (save ends).",damage:"1d8+5 damage (crit 2d8 + 13)",category:1},{id:"32cf0cb3-e901-4b97-a413-011b1561d0dd",name:"Cloak of Zeal",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human dread assassin gains concealment until the end of its next turn and shifts 3 squares.",damage:"The human dread assassin gains concealment until the end of its next turn and shifts 3 squares",category:2},{id:"df2edf62-07d3-48ea-8522-5abb31534c10",name:"Deadly Blade",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable while the human dread assassin has cover or concealment",range:"",attack:null,description:"",details:"The target of the assassin’s next attack grants combat advantage to it, and the assassin’s attack deals 5d6 extra damage on a hit.",damage:"and the assassin’s attack deals 5d6 extra damage on a hit",category:3},{id:"76ddb0d5-e4fa-47d2-aa34-0ad7fa92796e",name:"Assassin’s Determination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The human dread assassin recharges deadly blade. If it is already recharged, the assassin regains 20 hit points.",damage:"the assassin regains 20 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b8eb785-d5a5-41e5-b2ab-e5514afed665",name:"Human Hexer",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +16",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +10, Nature +11",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:11},intelligence:{score:15},wisdom:{score:17},charisma:{score:14},hp:77,initiative:3,ac:20,fortitude:17,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"63cc056d-1612-4ad5-9c42-4536989238c6",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"e7e157e9-58a2-4e14-9186-0c33a8d90c4a",name:"Beast Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Polymorph",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"targets a hexed enemy; until the end of the human hexer’s next turn, the target becomes a Tiny animal. While in this form, the target cannot use powers.",damage:"",category:1},{id:"3c6dab1f-8f90-4574-8600-3b8e9cf137b5",name:"Hex",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Implement",condition:"",range:"Close burst 10",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is hexed (save ends). While the target is hexed, it takes a -2 penalty to attack rolls and damage rolls against the human hexer.",damage:"it takes a -2 penalty to attack rolls and damage rolls against the human hexer",category:3},{id:"f4bf854b-af8e-41f4-9d0c-9e0db83da0c3",name:"Capricious Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Implement",condition:"",range:"Area burst 3 within 10",attack:{bonus:11,defence:3},description:"",details:"targets hexed creatures; 1d10+3 damage, and the human hexer slides the target 3 squares and the target is knocked prone.",damage:"1d10+3 damage",category:1},{id:"6f0dac4a-0483-4209-9205-029c2518222b",name:"Hex Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The human hexer either teleports 5 squares or swaps positions with one hexed creature within 5 squares of it.",damage:"The human hexer either teleports 5 squares or swaps positions with one hexed creature within 5 squares of it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3aa4ac40-e418-420e-a9e3-f79fe55a6fb9",name:"Human Insane Noble",details:"",size:2,origin:4,type:2,keywords:"human",level:23,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:22},intelligence:{score:15},wisdom:{score:11},charisma:{score:24},hp:428,initiative:19,ac:37,fortitude:35,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"499ae1ee-2a3f-4290-bab1-601234b4e3f1",name:"Scepter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:1},{id:"988be730-55db-49f2-9575-7ebf27938128",name:"Flurry of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The insane noble shifts 6 squares and makes one scepter attack against each enemy it moves adjacent to.",damage:"The insane noble shifts 6 squares and makes one scepter attack against each enemy it moves adjacent to",category:1},{id:"7cddf50a-1c64-4bf5-bd4b-89deb85cd1a5",name:"Ignoble Fury",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:26,defence:0},description:"",details:"targets enemies; 3d8+6 damage, and the target is knocked prone.",damage:"3d8+6 damage",category:5},{id:"172d17e3-32a1-429b-9ede-acafda8a4c33",name:"Sheer Madness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An insane noble does not provoke opportunity attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ab90bf2-4c15-4fbd-aad8-cecfc40d5a96",name:"Human Javelin Dancer",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Athletics +10",equipment:"javelin; leather armor; light shield; spear",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:70,initiative:8,ac:20,fortitude:18,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"63f9bda3-859b-49b8-a5e0-c09d688831aa",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"b479052f-8a48-404d-aabf-441a582aa050",name:"Mobile Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human javelin dancer shifts 3 squares and makes one spear attack during the move.",damage:"The human javelin dancer shifts 3 squares and makes one spear attack during the move",category:1},{id:"a70d7e2b-13a4-42f0-8bb3-c2c5dbfe98ec",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"1afbd915-084c-4190-a74a-ba8c50ec358f",name:"Adept Retreat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human javelin dancer does not grant combat advantage from running.",damage:"",category:0},{id:"05c3d855-b799-494f-98da-777643dac9ff",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a human javelin dancer ends its move at least 4 squares from the square where it started the move, its attacks deal 1d6 extra damage until the start of its next turn.",damage:"its attacks deal 1d6 extra damage until the start of its next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e679c8dc-aefd-4848-b0fa-427a88168454",name:"Human Knife Fighter",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +14",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Stealth +11",equipment:"dagger; net",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:17},intelligence:{score:13},wisdom:{score:16},charisma:{score:12},hp:162,initiative:8,ac:21,fortitude:19,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"5ff6bde2-1002-401a-a400-55b9fd1588e2",name:"Wounding Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(crit 19–20)1d6+6 damage (crit 1d6 + 12) and ongoing 5 damage (save ends).",damage:"(crit 19–20)1d6+6 damage (crit 1d6 + 12) and ongoing 5 damage (save ends)",category:1},{id:"e501c900-3210-4cba-97c1-8ab5d6234729",name:"Dance of the Knife",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(crit 19–20)1d6+6 damage (crit 1d6 + 12). Effect: The human knife fighter shifts 2 squares after the attack and makes one more attack against the same target or a different one. The knife fighter then shifts 2 squares.",damage:"(crit 19–20)1d6+6 damage (crit 1d6 + 12)",category:1},{id:"dd00547e-477d-40ed-8233-f753816d03d3",name:"Peerless Tumbler",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human knife fighter shifts 4 squares, ignoring difficult terrain.",damage:"The human knife fighter shifts 4 squares",category:2},{id:"7ea627e4-57e2-40dc-a4c8-3e8cc56ab8f7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human knife fighter deals 2d6 extra damage against any target granting combat advantage to it.",damage:"a human knife fighter deals 2d6 extra damage against any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a377c90-8151-45f6-a613-8f7a295a7b68",name:"Human Mystagogue",details:"",size:2,origin:4,type:2,keywords:"human",level:20,role:{type:3,flag:0,leader:!0},senses:"Perception +23",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +21, Insight +22, Religion +21",equipment:"holy symbol",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:12},intelligence:{score:22},wisdom:{score:24},charisma:{score:15},hp:188,initiative:11,ac:33,fortitude:31,reflex:32,will:33,regeneration:null,auras:[{id:"598c5be0-c8f2-4a04-b1f2-a39c52a56020",name:"Shared Clarity",keywords:"",details:"aura 10; each ally within the aura gains a +2 bonus to saving throws."}],powers:[{id:"a1991542-f60e-4a94-a898-a9f42d07ca34",name:"Mystery’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Psychic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"2d8+7 psychic damage, and the target takes a -2 penalty to attack rolls against the human mystagogue until the end of the mystagogue’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"e0a14c9f-fde3-4a39-b266-8de0386553cd",name:"Bend Perception",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Implement, Psychic",condition:"",range:"Ranged 20",attack:{bonus:22,defence:3},description:"",details:"2d6+7 psychic damage, and until the end of the human mystagogue’s next turn, the target is slowed and takes a -2 penalty to attack rolls and saving throws.",damage:"2d6+7 psychic damage",category:1},{id:"c2054361-c64c-405a-a23e-4d75bfed97c3",name:"Awestrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Implement, Psychic",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 2d6+7 psychic damage, the human mystagogue slides the target 6 squares, and the target is dazed (save ends). Effect: The mystagogue slides one ally in the burst 6 squares, and that ally regains 10 hit points.",damage:"2d6+7 psychic damage",category:1},{id:"af6e1136-33a9-45a5-8525-9e81fb208462",name:"Veil of Inscrutability",action:{action:4,trigger:"when the human mystagogue is missed by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mystagogue shifts 2 squares and gains a +2 bonus to AC and Reflex until the end of its next turn.",damage:"The mystagogue shifts 2 squares and gains a +2 bonus to AC and Reflex until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8353b637-9df0-433a-a7fc-4ea331484bf4",name:"Human Noble",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:0,leader:!0},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Diplomacy +10, Insight +8, Intimidate +10",equipment:"chainmail; light shield; longsword",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:12},intelligence:{score:14},wisdom:{score:12},charisma:{score:16},hp:60,initiative:3,ac:19,fortitude:17,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"0ae391ad-abec-476b-8aa3-43af8a9a90fd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"158058bb-1151-46b4-9fc8-f5b182f93f37",name:"Appoint Champion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one ally; the target makes a basic attack as a free action and shifts 1 square before or after the attack.",damage:"the target makes a basic attack as a free action and shifts 1 square before or after the attack",category:1},{id:"514ea4c8-64eb-4c84-851d-829c7b6fc959",name:"Inspirational Authority",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one ally; the target uses an at-will, encounter, or recharge attack power as a free action.",damage:"",category:1},{id:"8c58eca4-e311-41a8-98aa-ac7a4e74f138",name:"Urge hesitation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target cannot use a standard action during its next turn.",damage:"",category:1},{id:"15de4aaf-52d7-4e96-9c67-909a0e5eb4b4",name:"Protected",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human noble gains a +2 bonus to all defenses while an ally is adjacent to it.",damage:"A human noble gains a +2 bonus to all defenses while an ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5c7255ab-82e3-4aa1-a5cb-a138accb1b66",name:"Human Pirate",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +11, Athletics +11",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:15},intelligence:{score:9},wisdom:{score:12},charisma:{score:11},hp:95,initiative:8,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"6c007505-4f3e-4907-aad7-8b985772325b",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"01f63c3e-7373-4065-a879-539b5c02acaf",name:"Rigging Monkey",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human pirate gains a climb speed of 7 until the end of its next turn.",damage:"The human pirate gains a climb speed of 7 until the end of its next turn",category:3},{id:"a554d64d-37d6-4e3d-8f9f-5ca0f2b2996b",name:"Scurvy Dog’s Flank",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human pirate gains a +1 bonus to attack rolls against an enemy it is flanking, and its attacks deal 2d6 extra damage to that creature.",damage:"and its attacks deal 2d6 extra damage to that creature",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b2e2790-063d-4187-8950-84996c09c799",name:"Human Pirate Captain",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:7,flag:0,leader:!0},senses:"Perception +12",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +13, Athletics +13",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:104,initiative:10,ac:26,fortitude:22,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"cd8fce4e-8d72-480f-9a70-38d81b385b45",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage, and the target is slowed (save ends).",damage:"2d6+6 damage",category:1},{id:"c897b9f4-4f02-4b86-b1ce-bfacbee543cc",name:"Call to Arms",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"the target makes a melee basic attack or shifts 3 squares as a free action.",attack:null,description:"",details:"targets allies",damage:"",category:1},{id:"aed08e72-cc5f-4f24-b220-502f1d30f4f7",name:"Vicious Mockery",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; the target provokes an opportunity attack from each enemy that is adjacent to it.",damage:"",category:3},{id:"97c67be8-5223-4bfe-986f-f2805a35c613",name:"Rigging Monkey",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human pirate captain gains a climb speed of 7 until the end of its next turn.",damage:"The human pirate captain gains a climb speed of 7 until the end of its next turn",category:3},{id:"bb88be21-edf3-4029-b332-ba6f38c8cc85",name:"Scurvy Dog’s Flank",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human pirate captain gains a +1 bonus to attack rolls against an enemy it is flanking, and its attacks deal 2d6 extra damage to that creature.",damage:"and its attacks deal 2d6 extra damage to that creature",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4bddbba1-5f81-4001-8f63-9082ca656f5e",name:"Human Slaver",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +11",equipment:"leather armor; mace; scourge",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:102,initiative:7,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"00ec1118-8057-40fe-9006-38d041281a9f",name:"Thump and Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"2d8+6 damage, and the target takes a -2 penalty to melee attack rolls until the end of its next turn.",attack:{bonus:11,defence:0},description:"",details:"",damage:"",category:1},{id:"0bbb5525-613f-4b4c-9ec4-7c1ccd4b807e",name:"Slaver’s Tangle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires a scourge",range:"2d8+6 damage, and the target is immobilized and takes a -2 penalty to melee attack rolls until the end of its next turn.",attack:{bonus:11,defence:0},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ffc48a9-d314-489c-af8d-d79e14a2428a",name:"Ice Troll",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +16, Endurance +15",equipment:"maul; scale armor",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:15},intelligence:{score:9},wisdom:{score:10},charisma:{score:8},hp:109,initiative:9,ac:26,fortitude:23,reflex:19,will:17,regeneration:{value:10,details:""},auras:[{id:"1fe95b5b-268e-4034-8eb5-df1dc38b68e4",name:"Emanating Cold",keywords:"",details:"aura 1; any enemy that starts its turn in the aura is slowed by the numbing cold until the start of its next turn."}],powers:[{id:"f52d0f6c-62cb-4618-842b-125396a5bda0",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"90b9b80c-a1c4-437a-81f3-7d2599ff320d",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a maul attack.",damage:"",category:5},{id:"6c9a9b15-a2a0-4749-97a0-0a82d6cde12c",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the ice troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the ice troll while it is at 0 hit points, it is destroyed.",damage:"if the ice troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the ice troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"c09985b5-1141-4b88-ba63-092919faf475",name:"Infernal Armor Animus",details:"",size:2,origin:3,type:0,keywords:"devil, undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"heavy shield; short sword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:10},charisma:{score:11},hp:1,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[{id:"979dd420-0939-4acc-8e85-e5cbdd2c4b80",name:"Bloodlust",keywords:"",details:"aura 2; each nonminion devil within the aura gains a +1 bonus to damage rolls. Multiple boodlust auras grant a cumulative bonus."}],powers:[{id:"1582a586-adc8-4deb-a327-c160cad1e89a",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"09f34abc-eae4-4c71-afdf-9810d71f1782",name:"Essence Transference",action:null,keywords:"Healing",condition:"when the infernal armor animus drops to 0 hit points",range:"",attack:null,description:"",details:"The nearest nonminion devil within 5 squares of the animus regains 15 hit points.",damage:"The nearest nonminion devil within 5 squares of the animus regains 15 hit points",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fc28ce8-c985-4e17-a308-934ca90e2b1d",name:"Iron Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:15},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:386,initiative:14,ac:36,fortitude:36,reflex:30,will:28,regeneration:null,auras:[{id:"d5e515fb-638f-4fab-8b6b-f5935afc30c7",name:"Noxious Fumes",keywords:"",details:"(Poison) aura 2; while the iron golem is bloodied, each creature that enters the aura or starts its turn there takes 5 poison damage."}],powers:[{id:"dff29d82-151b-4b6a-80b2-b845b953ad2a",name:"Iron Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+3 damage, and the target is marked (save ends).",damage:"2d10+3 damage",category:1},{id:"3eb5e105-8185-4ae8-b6d4-51f3ed135243",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron golem makes two iron blade attacks, each against a different target.",damage:"",category:1},{id:"23b6987d-04d3-4b31-934a-3c7fc9e7ae39",name:"Dazing Fist",action:{action:5,trigger:"when a creature marked by the iron golem and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Reach 2; targets the triggering creature; the target is dazed (save ends).",damage:"Reach 2",category:5},{id:"51f45f6b-a1a1-408c-9378-b1e3102ee00e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:25,defence:1},description:"",details:"3d8+9 poison damage, and ongoing 5 poison damage (save ends).",damage:"3d8+9 poison damage",category:1},{id:"2e721ba8-cec5-4ee2-81f1-fa45b70f15fd",name:"Toxic Death",action:null,keywords:"Poison",condition:"when first bloodied and again when the iron golem drops below 0 hit points",range:"Close burst 3",attack:{bonus:25,defence:1},description:"",details:"2d8+6 poison damage, and ongoing 10 poison damage (save ends).",damage:"2d8+6 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"ef674b17-f815-4d8d-bf21-56bb51a42f78",name:"Iron Golem Juggernaut",details:"",size:4,origin:4,type:0,keywords:"construct",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:488,initiative:19,ac:42,fortitude:43,reflex:38,will:36,regeneration:null,auras:[{id:"a6b68ecd-83af-491c-9edd-933c98a93263",name:"Noxious Fumes",keywords:"",details:"(Poison) aura 3; while the iron golem juggernaut is bloodied, each creature that enters the aura or starts its turn there takes 10 poison damage."}],powers:[{id:"550b313a-8376-4353-bdd2-8fbd2fcc09bf",name:"Iron Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 3d10+5 damage, and the target is marked (save ends).",damage:"3d10+5 damage",category:1},{id:"b43f36e9-604f-4445-be05-28967e87bb7c",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron golem juggernaut makes two iron blade attacks, each against a different target.",damage:"",category:1},{id:"4ffc90e1-749d-4abe-8b55-864d6de3c735",name:"Dazing Fist",action:{action:5,trigger:"when a creature marked by the iron golem juggernaut and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 3; targets the triggering creature; the target is dazed (save ends).",damage:"Reach 3",category:5},{id:"6d00334c-03ed-4a5b-97bf-fe8dc3403a1d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:31,defence:1},description:"",details:"4d8+9 poison damage, and ongoing 5 poison damage (save ends).",damage:"4d8+9 poison damage",category:1},{id:"ac60c55e-68a3-46e6-bd2b-97773de892ee",name:"Toxic Death",action:null,keywords:"Poison",condition:"when first bloodied and again when the iron golem drops below 0 hit points",range:"Close burst 5",attack:{bonus:31,defence:1},description:"",details:"3d10+6 poison damage, and ongoing 10 poison damage (save ends).",damage:"3d10+6 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"60c0b400-c5b1-48db-926b-8b3a31717dcb",name:"Kazrith",details:"",size:2,origin:1,type:1,keywords:"demon, water",level:20,role:{type:4,flag:0,leader:!1},senses:"Perception +19; tremorsense 20",movement:"6, burrow 6 (tunneling), swim 8",alignment:"Chaotic evil",languages:"Abyssal, Primordial",skills:"Stealth +23",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:19},charisma:{score:12},hp:146,initiative:22,ac:34,fortitude:32,reflex:34,will:30,regeneration:null,auras:[],powers:[{id:"2f0248ae-df5f-4059-9cf6-9ab3ae6a7016",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d6+4 damage, and ongoing 5 acid damage (save ends).",damage:"2d6+4 damage",category:1},{id:"b4f4bc88-615d-4b53-9046-1c487218b029",name:"Acidic Retreat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:23,defence:2},description:"",details:"1d6+4 damage, and ongoing 10 acid damage (save ends). Effect: The kazrith burrows its speed.",damage:"1d6+4 damage",category:1},{id:"eb649e7d-8c59-485f-aa80-49aa637ce107",name:"Acidic Seepage",action:null,keywords:"Acid",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The kazrith gains a +4 bonus to its burrow speed, and at the start of its turn creatures adjacent to it take 10 acid damage.",damage:"and at the start of its turn creatures adjacent to it take 10 acid damage",category:0},{id:"751fb9b6-748b-47b4-9980-7d83d2badfc4",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kazrith makes saving throws against immobilized, restrained, and slowed conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"acid",tactics:""},{id:"caa7b3de-2d4d-4807-8516-3b60215a00e6",name:"Kazuul",details:"",size:3,origin:1,type:2,keywords:"demon",level:28,role:{type:7,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"5, fly 5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +29, Insight +25, Nature +25, Religion +24",equipment:"plate armor",category:"",strength:{score:33},constitution:{score:32},dexterity:{score:19},intelligence:{score:20},wisdom:{score:22},charisma:{score:25},hp:528,initiative:20,ac:44,fortitude:40,reflex:37,will:40,regeneration:null,auras:[],powers:[{id:"0e4df017-a525-44c0-89d9-886002b35aae",name:"Tooth of Grom",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"1d10+10 damage, and the target makes a melee basic attack against a target of Kazuul’s choice as a free action.",attack:{bonus:36,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"ab70f252-8011-4822-8eae-bd87d184da07",name:"World Splitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 1d12+10 damage, and the target takes a -4 penalty to AC (save ends).",damage:"1d12+10 damage",category:1},{id:"2b2d760d-ebf3-4db6-9a0b-8af627a1fb4a",name:"Wrath of Kazuul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kazuul makes a tooth of Grom attack and a world splitter attack.",damage:"",category:1},{id:"bfe8b503-22cb-456c-a24f-0bfdcb9481a4",name:"Vortex of Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"targets enemies; 2d10+10 damage, and the target is stunned (save ends).",damage:"2d10+10 damage",category:1},{id:"419deabf-8ff8-40a9-8bd1-714ec925c3fd",name:"Word of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:33,defence:3},description:"",details:"6d6+15 damage, and Kazuul can score a critical hit against the target on an attack roll of 15–20 (save ends).",damage:"6d6+15 damage",category:1},{id:"64941353-e8c4-4bae-bfde-7a46fbc293d9",name:"Abyssal Flames",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:33,defence:2},description:"",details:"4d6+8 fire damage.",damage:"4d6+8 fire damage",category:1},{id:"d4462dae-73c3-4ced-adc8-3787e167e4ae",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kazuul can make opportunity attacks against enemies within 2 squares of him.",damage:"Kazuul can make opportunity attacks against enemies within 2 squares of him",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"33b93483-eb73-4b79-8e3a-fcab64e32c02",name:"Kenku Assassin",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +9, Stealth +11, Thievery +11",equipment:"arrow; leather armor; short sword; shortbow",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:9},charisma:{score:15},hp:126,initiative:8,ac:19,fortitude:16,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"d2177d45-ffa3-4687-9ffd-5bbf1df39d33",name:"Venomous Stab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+5 damage, and the target is slowed (save ends).",damage:"1d6+5 damage",category:1},{id:"f135e63f-ef9e-4fe8-87d2-10eab317d631",name:"Venomous Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+4 poison damage, and the target is slowed (save ends).",damage:"1d8+4 poison damage",category:1},{id:"24e9f477-2488-4571-b667-2fc7a6dbe403",name:"Fluttering Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kenku assassin shifts 4 squares and uses venomous stab during that move.",damage:"The kenku assassin shifts 4 squares and uses venomous stab during that move",category:1},{id:"4d808716-440c-4254-8bf6-9f0dcb296e6e",name:"Gouging Talons",action:{action:4,trigger:"when an enemy attacks the kenku assassin",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets the triggering enemy; 1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"a3138e9e-bbb9-497c-ac99-0814e256dfba",name:"Feather Burst",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets enemies; no attack roll; the target is blinded until the end of the kenku assassin’s turn.",damage:"",category:3},{id:"b61a139a-0606-4594-be5d-960e2bec6eb8",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku assassin gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku assassin gains a +3 bonus instead of +2 while flanking",category:0},{id:"be78763c-163c-4841-8a4c-5855701fc7cb",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku assassin can mimic sounds and voices. A successful Insight check opposed by the assassin’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c328b7f1-bbf0-469f-8cd4-1ae3efafc607",name:"Kenku Ringleader",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Intimidate +10",equipment:"leather armor; sling; spiked chain",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:54,initiative:8,ac:20,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ceff9677-f879-4f6d-9ceb-00865d472e9d",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is marked until the end of the kenku ringleader’s next turn.",damage:"2d4+5 damage",category:1},{id:"73440ac8-3e4f-43f7-9ed2-671706dc9da6",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"fe111db1-cfe5-40f4-a750-4ecbea13177c",name:"Press the Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; targets and enemy marked by the kenku; 2d4+5 damage, and the target is knocked prone.",damage:"2d4+5 damage",category:1},{id:"ff6d4e85-885a-46ab-a7f7-a40ea8ce12f4",name:"Flock Reaction",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets kenkus; the target shifts 1 square as a free action.",damage:"the target shifts 1 square as a free action",category:3},{id:"c121a5e9-641b-43ca-aa5a-9bb10eb8be9c",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ringleader gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku ringleader gains a +3 bonus instead of +2 while flanking",category:0},{id:"74f33b94-8c22-4773-a66a-6a223c987152",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ringleader can mimic sounds and voices. A successful Insight check opposed by the ringleader’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d110798a-03d6-4ee3-8430-23b9e576b90c",name:"Kenku Ruffian",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9",equipment:"club; leather armor",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:1,initiative:6,ac:17,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"c239e177-e1d1-4560-b323-5f5e82625ad6",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"00aae23d-052c-4465-821c-5c95fb43cbcb",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ruffian gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku ruffian gains a +3 bonus instead of +2 while flanking",category:0},{id:"6e437873-45a2-4a85-9ca8-dd16c5868a0e",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ruffian can mimic sounds and voices. A successful Insight check opposed by the ruffian’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"55fe2383-ae2e-4589-946c-8519bce28273",name:"Kenku Sneak",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"7 (4 while invisible)",alignment:"Unaligned",languages:"Common",skills:"Bluff +8, Stealth +11, Thievery +11",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:42,initiative:10,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"7fcc0fcb-a300-4264-88d9-ee78fe73c976",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"1e2c73db-c437-49c9-a34e-6f65a791b779",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"712dce28-5390-433c-9fd2-84ce2f8850ed",name:"Disappear into the Flock",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While it has cover from other kenkus, a kenku sneak can make a Stealth check to become hidden.",damage:"",category:0},{id:"3127b663-be46-4945-9627-a068375dc1bc",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku sneak gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku sneak gains a +3 bonus instead of +2 while flanking",category:0},{id:"9b5adeaf-37c5-440c-9392-02c1e018b4e1",name:"Hidden Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku sneak deals 2d4 + 4 extra damage against any target from which it is hidden.",damage:"a kenku sneak deals 2d4 + 4 extra damage against any target from which it is hidden",category:0},{id:"4a934ccb-d640-4cdd-99fe-67f4228a9899",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku sneak can mimic sounds and voices. A successful Insight check opposed by the sneak’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0},{id:"4f157e14-d062-4405-9be4-e915f08873cf",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden kenku sneak that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dae8d598-43b9-4114-82ac-1baa0fa3007f",name:"Kenku Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:44,initiative:6,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"92e60609-7f69-4077-a71b-ebb22b7731b9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"4fec84fa-e0e7-47a5-bc91-aece9af78d8f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"243b199b-6cae-4b5a-a9a9-9833b22daf2e",name:"Fluttering Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kenku warrior shifts 4 squares and makes a basic attack during that movement.",damage:"The kenku warrior shifts 4 squares and makes a basic attack during that movement",category:1},{id:"577ab6f3-5f6d-4110-9b01-603f19baa056",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A kenku warrior deals 1d6 extra damage on melee attacks against any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"3d3fb397-a882-40d5-8eae-8038beb3bbac",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku warrior gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku warrior gains a +3 bonus instead of +2 while flanking",category:0},{id:"9203fdd4-0cbe-4e1c-b3e1-6531e3c2ebe8",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku warrior can mimic sounds and voices. A successful Insight check opposed by the warrior’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"714b1087-8087-4fad-89f5-bfa4fca46fbe",name:"Kenku Wing Mage",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +8",equipment:"dagger; implement, orb",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:13},intelligence:{score:18},wisdom:{score:13},charisma:{score:15},hp:50,initiative:3,ac:17,fortitude:15,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"845468a5-34b1-4b8c-8d6b-c7f3cba0a087",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"9b784f58-aa7a-4011-8fc6-789e34b1487a",name:"Murder of Crows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"1d6+4 force damage, and the target grants combat advantage to the kenku wing mage (save ends).",damage:"1d6+4 force damage",category:1},{id:"d1e9c94b-d675-4b0a-b0a6-735b38e087c9",name:"Hurricane Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Implement",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"1d6+6 force damage, and the kenku wing mage slides the target 3 squares.",damage:"1d6+6 force damage",category:1},{id:"827f2c90-3008-4a8a-ad3e-3c25517e75e6",name:"Death Flock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Implement",condition:"",range:"Area burst 1 within 20",attack:{bonus:8,defence:2},description:"",details:"1d6+6 force damage, and the target is dazed (save ends).",damage:"1d6+6 force damage",category:1},{id:"aa094cfb-8f47-419f-9ecc-09c42a2d2dbc",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku wing mage gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku wing mage gains a +3 bonus instead of +2 while flanking",category:0},{id:"e9b50282-bebd-4090-a4ea-3a7ed349c855",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku wing mage can mimic sounds and voices. A successful Insight check opposed by the wing mage’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0},{id:"919bb54e-1178-4088-b8d1-08a5cc76648e",name:"Wings of the Flock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"The kenku wing mage gains fly 6 (hover; altitude limit 4) until the end of the encounter.",damage:"The kenku wing mage gains fly 6 (hover",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d4523333-2672-4a04-a005-396089c84003",name:"Krenshar",details:"",size:2,origin:4,type:1,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Intimidate +5, Stealth +9",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:15},intelligence:{score:15},wisdom:{score:15},charisma:{score:15},hp:55,initiative:5,ac:18,fortitude:16,reflex:16,will:14,regeneration:null,auras:[{id:"8152c1e1-b83d-40c4-b17a-83527b2eb0c7",name:"Fearsome Visage",keywords:"",details:"aura 5; each enemy within the aura takes a -2 penalty to saving throws against fear effects."}],powers:[{id:"4feb0470-eecb-4661-ba47-d172e86e4380",name:"Hooking Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage, and the target is knocked prone.",damage:"1d6+4 damage",category:1},{id:"d7625d72-c6f4-404e-ac2f-b58e4a5f4dcc",name:"Roaring Skull",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends). If the target was already dazed, it is also weakened as long as it remains dazed.",damage:"1d8+4 thunder damage",category:1},{id:"d1e1431f-63b1-43aa-a8e1-bdd0bcc015eb",name:"Unnerving Skull",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets one creature; the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0b7255f-16f5-47db-b390-06c357dd1aaa",name:"Krenshar Blood Slayer",details:"",size:2,origin:4,type:1,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Intimidate +5",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:2},wisdom:{score:10},charisma:{score:13},hp:75,initiative:5,ac:17,fortitude:18,reflex:17,will:15,regeneration:null,auras:[{id:"f52b48ad-a4c1-49ae-965f-33c325c4ea24",name:"Fearsome Visage",keywords:"",details:"aura 5; each enemy within the aura takes a -2 penalty to saving throws against fear effects."}],powers:[{id:"1402521b-6cff-4f18-89c6-29cbd0b479a4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"aff7a432-d03b-4631-89b6-8b7db15b5148",name:"Grabbing Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The krenshar blood slayer makes two claw attacks. If both attacks hit the same target, that target is grabbed.",damage:"",category:1},{id:"5ccabcb9-8818-4024-90c3-55dd18481e67",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the krenshar blood slayer; no attack roll2d6+8 damage.",damage:"no attack roll2d6+8 damage",category:1},{id:"52557ed4-fdb5-4f4f-9603-ccf76b22251d",name:"Unnerving Skull",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets one creature; the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"86e91ce3-9fda-423d-b37a-635f4fa52614",name:"Lingerer Fell Incanter",details:"",size:2,origin:2,type:2,keywords:"undead",level:18,role:{type:0,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"quarterstaff",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:21},intelligence:{score:23},wisdom:{score:22},charisma:{score:20},hp:130,initiative:14,ac:30,fortitude:30,reflex:31,will:31,regeneration:null,auras:[{id:"9cc20de5-b049-491d-95a9-0b7d66f0b2db",name:"Spiraling Despair",keywords:"",details:"aura 3; each enemy within the aura takes a -2 penalty to damage rolls and saving throws."}],powers:[{id:"eba9876d-d093-4b8f-97fe-ae01cdb96a0c",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+5 necrotic damage, and ongoing 5 necrotic damage (save ends). The lingerer fell incanter also pushes the target 1 square.",damage:"1d8+5 necrotic damage",category:1},{id:"849fc442-ab4d-4b25-bed8-6dd28b4a8ded",name:"Soul Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:1},description:"",details:"2d8+6 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"af408a00-f185-4530-848e-e224a2376d20",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lingerer fell incanter makes two soul bolt attacks.",damage:"",category:1},{id:"08106645-b570-4262-b97f-b0ccec1d40e6",name:"Soul Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"usable only while bloodied",range:"Close blast 3",attack:{bonus:21,defence:1},description:"",details:"2d8+8 necrotic damage, and the target is weakened until the end of the lingerer fell incanter’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"20021324-a931-4004-83d1-274ecce709dc",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The lingerer fell incanter teleports 5 squares.",damage:"The lingerer fell incanter teleports 5 squares",category:2},{id:"9f1d9d0c-2181-4cfc-a51d-ec9aa96fe16b",name:"Vestige Transformation",action:null,keywords:"",condition:"when the ingerer fell incanter drops to 0 hit points",range:"",attack:null,description:"",details:"The fell incanter becomes a fey-incanter vestige. All effects and conditions on the fell incanter end. The vestige acts on the fell incanter’s initiative count.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7658db96-5dd4-470b-9684-fb8a759aaf2c",name:"Lingerer Knight",details:"",size:2,origin:2,type:2,keywords:"undead",level:16,role:{type:7,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"longsword; scale armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:25},intelligence:{score:17},wisdom:{score:17},charisma:{score:19},hp:152,initiative:17,ac:32,fortitude:30,reflex:32,will:29,regeneration:null,auras:[{id:"ead9470e-925f-4a59-81c1-1b107b9f3555",name:"Spiraling Despair",keywords:"",details:"aura 3; each enemy within the aura takes a -2 penalty to damage rolls and saving throws."}],powers:[{id:"23cf4371-f851-4c33-812c-065f8b669084",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+5 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"ef2ccdfb-9058-499b-8c52-de6eb41d32fa",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lingerer knight makes two longsword attacks.",damage:"",category:1},{id:"e7ba8ff4-b082-4319-8cca-246195ecd307",name:"Desperate Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the lingerer knight transforms into a fey-knight vestige. While marked, the target takes 8 necrotic damage whenever it makes an attack that does not include the knight.",damage:"the target takes 8 necrotic damage whenever it makes an attack that does not include the knight",category:1},{id:"796de920-d642-4f0b-8a52-0f506410f87f",name:"Spirit-Sword Circle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:21,defence:2},description:"",details:"2d8+7 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"d9cda731-b5e7-42d8-8dc8-85e0539b4938",name:"Spiritual Despondence",action:null,keywords:"Necrotic",condition:"when first bloodied",range:"Close burst 3",attack:null,description:"",details:"targets enemies; no attack roll; 2d6 + 4 necrotic damage.",damage:"2d6 + 4 necrotic damage",category:0},{id:"76e0da6d-6739-4ce2-932b-137c45f17bb4",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The lingerer knight teleports 5 squares.",damage:"The lingerer knight teleports 5 squares",category:2},{id:"14a0dfe2-8823-4936-9db9-36b913434d36",name:"Vestige Transformation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The knight becomes a fey-knight vestige. All effects and conditions on the knight end. The vestige acts on the knight’s initiative count.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"435cc1e1-9f61-4eab-a9a8-70e0c1bef3fc",name:"Lolthbound Goblin",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven, Goblin",skills:"",equipment:"leather armor; war pick",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:45,initiative:6,ac:19,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"a3f0095e-997b-4e0d-96bd-6d828611e3d2",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage (crit 1d8 + 13), and the target is marked until the end of the Lolthbound goblin’s next turn.",damage:"1d8+5 damage (crit 1d8 + 13)",category:1},{id:"e2ee2c06-d71c-4d83-ab32-685093e2883b",name:"Stinging Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 poison damage (crit 1d8 + 13), and if the target is taking ongoing poison damage, that ongoing damage increases by 5.",damage:"1d8+5 poison damage (crit 1d8 + 13)",category:1},{id:"1d82dc22-da26-4756-a517-2126a2efcd8a",name:"Lolthbound Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:8,defence:1},description:"",details:"targets creatures that are not drow, spiders, or goblins; 2d10 thunder damage.",damage:"2d10 thunder damage",category:1},{id:"bcc0cc6b-b3ac-4a76-a9c9-668aeea7e53e",name:"Drow Inspiration",action:null,keywords:"",condition:"while within 5 squares of a drow ally",range:"",attack:null,description:"",details:"The Lolthbound goblin gains a +2 bonus to attack rolls and all defenses.",damage:"The Lolthbound goblin gains a +2 bonus to attack rolls and all defenses",category:0},{id:"62350d58-cd19-4170-ba15-04e29b01e90a",name:"Drow Protector",action:{action:5,trigger:"when a drow ally adjacent to the lolthbound goblin is targeted by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack targets the goblin instead.",damage:"",category:5},{id:"217ff51c-0f7a-4865-af5e-5459e336773f",name:"Goblin Tactics",action:{action:4,trigger:"when the lolthbound goblin is missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c7e7a22-b43b-48bd-93d1-d3900af38279",name:"Lolthbound Goblin Slave",details:"",size:1,origin:4,type:2,keywords:"goblin",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven, Goblin",skills:"",equipment:"crossbow bolt; hand crossbow; leather armor; war pick",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:21},intelligence:{score:8},wisdom:{score:19},charisma:{score:9},hp:1,initiative:13,ac:26,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"52c82f0f-12e9-4543-b6b5-a5131ec0a1dc",name:"Stringing Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"7 poison damage, and if the target is affected by ongoing poison damage, that ongoing damage increases by 5.",damage:"7 poison damage",category:1},{id:"62834bfd-7e6e-4049-b2f8-f098f543d691",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"5 damage (7 if the Lolthbound goblin slave moved 3 or more squares during its turn).",damage:"5 damage (7 if the lolthbound goblin slave moved 3 or more squares during its turn)",category:1},{id:"2747f99b-ebfb-4438-9993-4763648e60f3",name:"Drow Inspiration",action:null,keywords:"",condition:"while within 5 squares of a drow ally",range:"",attack:null,description:"",details:"The Lolthbound goblin slave gains a +2 bonus to attack rolls and all defenses.",damage:"The Lolthbound goblin slave gains a +2 bonus to attack rolls and all defenses",category:0},{id:"882bae27-a3f4-47de-a89f-616bd57c27e9",name:"Goblin Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Lolthbound goblin slave shifts 1 square.",damage:"The Lolthbound goblin slave shifts 1 square",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8eafed0f-d288-4dd6-a53c-60eff60eb1b8",name:"Marut Castigator",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:6,flag:0,leader:!1},senses:"Perception +21; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Acrobatics +22",equipment:"double sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:25},intelligence:{score:14},wisdom:{score:22},charisma:{score:15},hp:146,initiative:19,ac:35,fortitude:33,reflex:34,will:33,regeneration:{value:10,details:""},auras:[],powers:[{id:"ea2be4b6-3351-44c8-b289-6c239549bfc4",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"3d8+5 damage. The marut castigator can choose to have the attack deal lightning damage.",damage:"3d8+5 damage",category:1},{id:"fc0c1de4-879a-4bc0-9217-9317604b14de",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut castigator makes two double sword attacks.",damage:"",category:1},{id:"95b3ac61-be40-43a9-b23e-c792bb15344a",name:"Punisher’s Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"Reach 2; 2d6+7 lightning damage, and the target is slowed and cannot teleport until the end of the marut castigator’s next turn.",damage:"2d6+7 lightning damage",category:1},{id:"6c466f84-191d-4e38-b42c-e99a5c58d4b5",name:"Thunderbolt Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when both attacks of double attack hit"},keywords:"Teleportation, Thunder",condition:"",range:"",attack:null,description:"",details:"The marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage.",damage:"the marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"b165d91b-3fa5-49f3-bf76-e6fcb29b71c6",name:"Marut Executioner",details:"",size:2,origin:3,type:2,keywords:"",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +13; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +23, Intimidate +23",equipment:"double axe",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:23},intelligence:{score:14},wisdom:{score:15},charisma:{score:24},hp:205,initiative:17,ac:34,fortitude:34,reflex:33,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"f43b12ec-0107-4903-998f-27c99e6e0b45",name:"Double Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+4 damage plus 2d8 thunder damage. On a critical hit, the target is also knocked prone.",damage:"2d10+4 damage plus 2d8 thunder damage",category:1},{id:"33d9e05c-7251-4202-988e-00466c0ad878",name:"Warranted Stroke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Targets a bloodied creature; 4d6+8 damage plus 2d8 thunder damage, and the target is knocked prone. If this attack reduces the target to 0 hit points or fewer, the marut executioner gains 1 action point.",damage:"4d6+8 damage plus 2d8 thunder damage",category:1},{id:"51e381bf-1119-448c-a964-0b21363fc014",name:"Execution’s Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 2d6+7 thunder damage, and the marut executioner pulls the target into a space adjacent to it. Miss: Half damage.",damage:"2d6+7 thunder damage",category:1},{id:"30d32506-580a-4614-bfe4-13fdbdedb627",name:"Slayer’s Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Close burst 1",attack:{bonus:23,defence:0},description:"",details:"targets enemies; 2d10+4 damage plus 2d8 thunder damage. On a critical hit, the target is also knocked prone.",damage:"2d10+4 damage plus 2d8 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"f84c3316-a310-4447-a7af-18b13d99c49a",name:"Marut Prosecutor",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:3,flag:0,leader:!0},senses:"Perception +21; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Insight +21, Intimidate +22",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:16},intelligence:{score:23},wisdom:{score:23},charisma:{score:24},hp:147,initiative:13,ac:35,fortitude:32,reflex:33,will:33,regeneration:{value:10,details:""},auras:[],powers:[{id:"84c9f650-0320-4887-81d2-2de812f7f18a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d10+4 damage plus 1d6 thunder damage, and the target is slowed (save ends).",damage:"1d10+4 damage plus 1d6 thunder damage",category:1},{id:"6ab506b1-ef9b-42d0-8520-5a755e8ce823",name:"Dictum",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"db7b0310-6d84-442a-b924-31026f9bac9f",name:"Biting Testimony",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets one enemy; 3d6+7 psychic damage, and the target takes a -2 penalty to attack rolls, skill checks, and ability checks (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"8d757f4a-8df4-4b85-8c8f-240e0c2e3b52",name:"Sigil of Indictment",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"usable only when no creature is affected by this power",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets one enemy; until the end of the marut prosecutor’s next turn, the target grants combat advantage to the prosecutor, and the prosecutor and its allies deal 5 extra psychic damage against the creature. Sustain Minor: The effect persists.",damage:"and the prosecutor and its allies deal 5 extra psychic damage against the creature",category:3},{id:"86a63977-b95a-483b-812c-5d6b818b601c",name:"Justice Restrained",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slowed, immobilized, or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor.",damage:"or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"bbfd6c6a-6827-464b-b37a-ca2d9b78513a",name:"Maw of Acamar",details:"",size:3,origin:0,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Chaotic evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:11},wisdom:{score:19},charisma:{score:16},hp:145,initiative:9,ac:29,fortitude:27,reflex:26,will:27,regeneration:null,auras:[{id:"022c1876-e385-4789-bb0e-1d07ed89078b",name:"Hungry Star",keywords:"",details:"aura 5; each creature within the aura must spend 3 extra squares of movement for each square it moves farther away from the maw of Acamar."}],powers:[{id:"5ccb68ac-378e-477b-bada-85c2de8c4ac5",name:"Devouring Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; the target takes ongoing 15 damage (save ends).",damage:"the target takes ongoing 15 damage (save ends)",category:1},{id:"599bb28a-ba24-48b4-ba4f-8c706af5042f",name:"Corpse Star’s Grip",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:19,defence:1},description:"",details:"the maw of Acamar pulls the target 3 squares.",damage:"the maw of Acamar pulls the target 3 squares",category:3},{id:"9302eba4-5fe5-409b-a2cf-979e38100c30",name:"Devouring Star",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:1},{id:"a952edcc-528f-4979-a92e-4d80a6b6f077",name:"Destroyer of Life",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an enemy adjacent to the maw of Acamar succeeds on a saving throw against ongoing damage, the ongoing damage is reduced by 5 instead of ending.",damage:"when an enemy adjacent to the maw of acamar succeeds on a saving throw against ongoing damage",category:0},{id:"31b796d1-45cf-4872-b3b6-46e0305eb14c",name:"Life Devourer",action:{action:4,trigger:"when a creature within 2 squares of the maw of acamar spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The reach of devouring touch and the burst areas of corpse star’s grip and devouring star increase by 2 until the end of the maw’s next turn.",damage:"The reach of devouring touch and the burst areas of corpse star’s grip and devouring star increase by 2 until the end of the maw’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a825d04c-0034-4668-90ef-23e112faeb3c",name:"Misfortune Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +12; darkvision, truesight 10",movement:"6, fly 6 (hover)",alignment:"Evil",languages:"Supernal, Common",skills:"Bluff +20, Diplomacy +20, Insight +22, Intimidate +20",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:17},intelligence:{score:23},wisdom:{score:20},charisma:{score:16},hp:115,initiative:10,ac:27,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"56ebd20b-dc92-428c-b7d1-601b3d64459d",name:"Lucky Maneuver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"1d8+7 psychic damage, and the misfortune devil teleports 4 squares.",damage:"1d8+7 psychic damage",category:1},{id:"e1e63e6b-c731-4a81-875c-f762d91f54f5",name:"Ray of Distortion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"4d8+7 damage. The target can choose to take 5 damage and redirect the damage of this attack to the ally with the most current hit points. The full damage is then rerolled and applied to that ally.",damage:"4d8+7 damage",category:1},{id:"fce3b0d8-5a73-46fa-8411-c90670482919",name:"Roll the Bones",action:{action:5,trigger:"when the misfortune devil is hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack targets a creature of the devil’s choice within 5 squares of the devil.",damage:"The triggering attack targets a creature of the devil’s choice within 5 squares of the devil",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fdcecb84-e93a-4de4-9ad7-3268ca5ee7ac",name:"Mud Lasher",details:"",size:2,origin:1,type:1,keywords:"earth, water",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:15},intelligence:{score:8},wisdom:{score:15},charisma:{score:11},hp:63,initiative:4,ac:16,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"09592b9a-7751-435c-8a34-29db2e38af8e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"86397861-8932-4eb9-8ea5-55d2365a6f61",name:"Drowning Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"2d8+4 damage, and ongoing 5 damage (save ends). Miss: Half damage.",damage:"2d8+4 damage",category:1},{id:"be4cfe70-5577-4559-82d6-e4a20d4b33b5",name:"Mud Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"the target is slowed (save ends). If the target is already slowed, it is instead immobilized (save ends).",damage:"",category:1},{id:"715098f7-31f5-4ce2-a7aa-638d7f1eae8c",name:"Amorphous Body",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mud lasher shifts 3 squares.",damage:"The mud lasher shifts 3 squares",category:5},{id:"32a292c4-8353-4b68-9ce2-86c7b445b731",name:"Relentless Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A mud lasher gains a +2 bonus to attack rolls against slowed or immobilized creatures.",damage:"A mud lasher gains a +2 bonus to attack rolls against slowed or immobilized creatures",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"00c56151-c2a3-42f0-a058-372cd54b5c0b",name:"Myconid Guard",details:"",size:2,origin:2,type:2,keywords:"plant",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +3; tremorsense 10",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:8},wisdom:{score:12},charisma:{score:10},hp:56,initiative:5,ac:18,fortitude:17,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"8f0b77cd-6872-45ad-950a-f438347d0a0c",name:"Spiny Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"6d0f9983-f886-4451-b3bc-50237c01c8e4",name:"Pacification Spores",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 1",attack:{bonus:9,defence:3},description:"",details:"1d6+3 poison damage, and the target cannot takes a standard action until the end of the myconid guard’s next turn.",damage:"1d6+3 poison damage",category:1},{id:"d15547bb-dbc6-44af-9d2b-dae96bd595d2",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid guard is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The myconid guard takes half damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the myconid guard takes half damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"281c3268-476d-42b8-92a2-6953c13e644c",name:"Myconid Rotpriest",details:"",size:2,origin:2,type:2,keywords:"plant",level:3,role:{type:2,flag:0,leader:!0},senses:"Perception +3; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:12},intelligence:{score:10},wisdom:{score:15},charisma:{score:18},hp:48,initiative:2,ac:15,fortitude:16,reflex:13,will:16,regeneration:{value:5,details:""},auras:[],powers:[{id:"c3c2eaac-6bc3-435c-b906-cc81715af787",name:"Stipe Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"3d9811ac-da85-47e0-877e-c5416ddbb1a5",name:"Decomposing Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:1},description:"",details:"1d10+3 necrotic damage.",damage:"1d10+3 necrotic damage",category:1},{id:"b355117c-223a-4872-9e02-2818cd7d9caa",name:"Life Burst",action:null,keywords:"Healing",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets living creatures; the target regains 10 hit points.",damage:"the target regains 10 hit points",category:0},{id:"1563d947-08cd-4347-a9d5-c365f1196786",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid rotpriest is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rotpriest takes half damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the rotpriest takes half damage from the attack",category:5},{id:"a45652ae-fa2a-42e6-8bd0-8e15572522d5",name:"Sacrifice for the Colony",action:{action:7,trigger:"when a myconid ally uses roots of the colony to deal damage to the myconid rotpriest",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rotpriest takes the damage dealt to the ally, and the ally takes none.",damage:"the rotpriest takes the damage dealt to the ally",category:5}],damageModifiers:[],resist:"",vulnerable:"radiant (if the myconid rotpriest takes radiant damage, its regeneration does not function until the end of the rotpriest’s next turn)",immune:"",tactics:""},{id:"d2953c25-b226-43f4-9a73-dd940aa54e5f",name:"Myconid Sovereign",details:"",size:3,origin:2,type:2,keywords:"plant",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +0; tremorsense 10",movement:"6",alignment:"Unaligned",languages:"telepathy 5",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:18},dexterity:{score:11},intelligence:{score:7},wisdom:{score:8},charisma:{score:12},hp:58,initiative:2,ac:18,fortitude:18,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"5bce391b-72ff-48c2-960a-482916f162ec",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"99c4b8c6-9e7c-439c-b337-69c8e8ad8d39",name:"Spore Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:8,defence:3},description:"",details:"targets nonplants; 1d8+3 poison damage, and the target is dazed until the end of the myconid sovereign’s next turn.",damage:"1d8+3 poison damage",category:1},{id:"5c3f4418-d86c-4fbb-855f-3acce709ac98",name:"Commanding Spores",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one plant ally in burst; the target shifts 1 square.",damage:"the target shifts 1 square",category:1},{id:"72514712-948e-415d-9dcb-febca33ceb43",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid sovereign is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The myconid sovereign takes half of the damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the myconid sovereign takes half of the damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b5e159f-a924-46a3-a4fa-ca4340d27770",name:"Neldrazu",details:"",size:3,origin:1,type:2,keywords:"demon",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:71,initiative:13,ac:22,fortitude:20,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"3694cd91-099f-4228-96cc-f426a382d7bf",name:"Slashing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"50c047f4-74ee-4135-9069-27ffbe9bffca",name:"Abduct",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Reach 2; targets enemies only; the neldrazu teleports the target 10 squares, and the neldrazu teleports to a space adjacent to the target. Miss: The neldrazu teleports 10 squares.",damage:"Reach 2",category:2},{id:"119f3dee-0d00-4ef5-a1c0-a2733c8ab8c3",name:"Flaying Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when only one enemy is within 5 squares of the neldrazu",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 4d6+5 damage, and ongoing 5 damage (save ends).",damage:"4d6+5 damage",category:1},{id:"ddbc343b-7c78-40cd-afc4-f530c41b2ff1",name:"Bloodied Abduction",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The neldrazu teleports an enemy adjacent to it 5 squares, and the neldrazu teleports to a space adjacent to the creature.",damage:"The neldrazu teleports an enemy adjacent to it 5 squares",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8cbc3780-fb88-4e2a-8a6b-5ae358b4b44b",name:"Neogi Great Old Master",details:"",size:3,origin:0,type:1,keywords:"",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:14},intelligence:{score:22},wisdom:{score:18},charisma:{score:24},hp:157,initiative:10,ac:30,fortitude:29,reflex:28,will:29,regeneration:null,auras:[{id:"b722a6a2-1e49-4cb2-8f35-a0f50208c84f",name:"Thrall Field",keywords:"",details:"aura 1; each enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"b5643d6d-b1f2-4a9d-9857-e381e1148438",name:"Scythe Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the target is knocked prone.",damage:"2d8+7 damage",category:1},{id:"742bc6c4-bc3f-4395-bc28-3c9df9744f14",name:"Enslaving Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"2d6+7 psychic damage, and the target is slowed (save ends). First Failed Saving Throw: The target takes a -2 penalty to attack rolls on attacks that include the neogi great old master as a target. Second Failed Saving Throw: The target is dominated (save ends). Third Failed Saving Throw: If the target is bloodied, it is dominated until it takes an extended rest.",damage:"2d6+7 psychic damage",category:1},{id:"90d9973a-f9d1-471e-90c7-664ff9dd2940",name:"Larva Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d10+5 damage, and the target is slowed (save ends). Effect: The burst creates a zone of squirming grubs and larvae that lasts until the end of the encounter. The zone is difficult terrain.",damage:"2d10+5 damage",category:1},{id:"3b85a08a-0a32-41ba-b1bc-563eaaf7b66b",name:"Psychic Shackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 4",attack:{bonus:20,defence:3},description:"",details:"3d6+7 psychic damage, and the target is dazed until the start of the neogi great old master’s next turn.",damage:"3d6+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"13727f09-5150-454b-98fe-87839a5bfe1b",name:"Neogi Slaver",details:"",size:2,origin:0,type:1,keywords:"",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:18},intelligence:{score:18},wisdom:{score:18},charisma:{score:18},hp:106,initiative:9,ac:24,fortitude:21,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"b57c7c7f-f070-4d9a-b80f-6409cd4120ae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 poison damage (save ends). First Failed Saving Throw: The target is slowed (save ends).",damage:"1d6+3 damage",category:1},{id:"4844e23f-85a5-47d3-8091-ec2307ef8572",name:"Charm Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 12",attack:{bonus:15,defence:3},description:"",details:"the target takes a -2 penalty to attack rolls on attacks that include the neogi slaver as a target (save ends). First Failed Saving Throw: The target treats the slaver as invisible (save ends).",damage:"the target takes a -2 penalty to attack rolls on attacks that include the neogi slaver as a target (save ends)",category:1},{id:"7b4cc8d1-c564-4b46-aaec-a869a58dbb66",name:"Psychic Shackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:15,defence:3},description:"",details:"3d6+2 psychic damage, and the target is dazed until the start of the neogi slaver’s next turn.",damage:"3d6+2 psychic damage",category:1},{id:"2396b670-e349-403d-a46e-19f3837bd88f",name:"Thrall Goad",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 6",attack:null,description:"",details:"targets allies; the target makes a saving throw with a +5 bonus.",damage:"the target makes a saving throw with a +5 bonus",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"c43b7708-41ab-4a56-ac6d-8f81d6613434",name:"Neogi Spawn Swarm",details:"",size:2,origin:0,type:1,keywords:"swarm",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:19},intelligence:{score:5},wisdom:{score:17},charisma:{score:21},hp:131,initiative:9,ac:23,fortitude:22,reflex:21,will:22,regeneration:null,auras:[{id:"c6891416-99fd-4ac3-aed1-7cbfbf693aa2",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 poison damage."}],powers:[{id:"acc7981c-faeb-4322-b036-7d555346b691",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and ongoing 5 poison damage (save ends). First Failed Saving Throw: The target is also slowed (save ends).",damage:"2d6+4 damage",category:1},{id:"05c58075-b0ef-450f-9a24-84852e88b7b5",name:"Psychic Scream",action:null,keywords:"Psychic",condition:"when first bloodied and again when the neogi spawn swarm drops to 0 hit points",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage, and the target is dazed (save ends).",damage:"2d6+2 psychic damage",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"dazed",tactics:""},{id:"ee8fcfd3-0af2-4775-8dbe-ac2418dfcb85",name:"Nothic Cackler",details:"",size:2,origin:0,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +16",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:19},intelligence:{score:9},wisdom:{score:14},charisma:{score:10},hp:116,initiative:11,ac:27,fortitude:28,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"a6c171d5-0aa9-471e-8ecc-c9611abbace1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"b17b14be-50d2-4ea1-bd2c-17d85468d89e",name:"Mind Rot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"2d6+3 psychic damage, and the nothic cackler slides the target 6 squares. The target then makes a melee basic attack against a target of the cackler’s choice.",attack:{bonus:20,defence:3},description:"",details:"",damage:"",category:1},{id:"511da56f-1661-45cd-a83c-8dbe5a3aeaf7",name:"Rotting Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"targets one, two, or three enemies; 2d6+5 necrotic damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"e5f662f6-0761-461d-9029-e4fd78f90b77",name:"Maddening Cackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the nothic cackler pushes the target 2 squares. At the start of the target’s next turn, the cackler slides the target 2 squares.",damage:"2d8+6 psychic damage",category:1},{id:"6dbba964-947f-4eff-a457-b51f44a64370",name:"Distorted Visage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nothic cackler moves at least 4 squares during its turn, it gains a +2 bonus to AC and Reflex until the end of its next turn.",damage:"When a nothic cackler moves at least 4 squares during its turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc817a3f-4ed6-4d8d-a385-c2d0a08ebcb4",name:"Nothic Eye of Vecna",details:"",size:2,origin:0,type:2,keywords:"",level:22,role:{type:4,flag:0,leader:!0},senses:"Perception +15; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +24",equipment:"",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:26},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:162,initiative:23,ac:36,fortitude:34,reflex:36,will:32,regeneration:null,auras:[{id:"e1b5aea3-0b1a-4056-8d8f-6d78f3c1599a",name:"Soul Decay",keywords:"",details:"aura 3; each undead ally within the aura at the start of the nothic eye of Vecna’s turn makes a melee basic attack against an enemy as a free action."}],powers:[{id:"980880b0-a5df-4c05-8054-60f7d244fc28",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d12+6 necrotic damage, and the target is immobilized and takes a -2 penalty to saving throws (save ends both).",damage:"2d12+6 necrotic damage",category:1},{id:"cdac280f-b2ff-4b8a-953a-70637602f35c",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nothic eye of Vecna moves its speed and makes a claw attack during the move. The eye of Vecna does not provoke opportunity attacks while moving away from the target of this attack.",damage:"",category:1},{id:"cbc7eb06-c7d1-4e21-b4d1-e3329c14eca3",name:"Eye Rot",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the nothic eye of vecna is not invisible to any creature"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:28,defence:1},description:"",details:"targets enemies; only one attack roll against all enemies; the eye of Vecna is invisible to the target (save ends).",damage:"",category:3},{id:"f953db25-c69d-435b-833e-e3727ea4218c",name:"Invisible Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nothic eye of Vecna hits a creature that cannot see it, one ally adjacent to the target makes an opportunity attack against the target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"acf290ad-5493-4351-aec0-fc5195cbeea5",name:"Nothic Mindblight",details:"",size:2,origin:0,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +19",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:12},hp:180,initiative:14,ac:32,fortitude:32,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"49dfdda6-d391-47dd-9b50-b44d4cc697f9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d6+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6+3 damage",category:1},{id:"0b433065-1f26-48bf-950e-7bcd7e014150",name:"Eye of Insanity",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is dominated by the nothic mindblight"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"",category:1},{id:"0f0d11a5-5b36-4b07-a230-437b304b2ebf",name:"Necrotic Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"the target takes ongoing 10 necrotic damage (save ends).",damage:"the target takes ongoing 10 necrotic damage (save ends)",category:1},{id:"9e8c2314-5f37-4e7e-a9b9-b97fb4b7d102",name:"Mesmerizing Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the target takes a -1 penalty to saving throws (save ends). First Failed Saving Throw: The target takes a -3 penalty to saving throws instead of -1 (save ends).",damage:"2d8+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"059d6ae7-48a9-4801-b509-57d6f886d0dc",name:"Nycademon",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +17",movement:"6, fly 6 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +21",equipment:"greataxe",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:26},intelligence:{score:8},wisdom:{score:13},charisma:{score:21},hp:210,initiative:21,ac:35,fortitude:34,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"8b7209c6-c69d-4d8e-912a-3acff6ad96b8",name:"Wicked Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+5 damage (crit 3d8+21), and ongoing 5 damage.",damage:"2d8+5 damage (crit 3d8+21)",category:1},{id:"31780873-3ac9-4aed-972c-6f43586368fe",name:"Wicked Edges",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon makes two wicked axe attacks.",damage:"",category:1},{id:"7f711f71-fad7-44e1-9b70-6b29bdb5a67f",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Before or after the attack, the nycademon flies 6 squares. Reach 2; the target is grabbed.",damage:"the nycademon flies 6 squares",category:1},{id:"42fab730-029c-4fb8-bbe3-70805f9412fc",name:"Strong Flyer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nycademon moves a grabbed target, it does not have to make a Strength attack. While bloodied, a nycademon can fly at full speed instead of half speed when moving a grabbed target.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"ab291cee-a80f-42e7-a81e-71909288c9ea",name:"Nyfellar Mammoth",details:"",size:4,origin:1,type:1,keywords:"mount",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"8 (ice walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:10},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:202,initiative:6,ac:29,fortitude:33,reflex:24,will:28,regeneration:null,auras:[],powers:[{id:"544be21d-5faa-409c-8a91-df527a8b3a06",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"0f6e9201-b12f-4b3c-8a33-a33442e8077f",name:"Stamp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"2d6+10 damage plus 1d6 cold damage, and the target knocked prone.",damage:"2d6+10 damage plus 1d6 cold damage",category:1},{id:"a7bb4c4e-d9dc-4f5d-9ea1-74d622e48717",name:"Blizzard Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the nyfellar mammoth is first bloodied or when it takes cold damage"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Nyfellar mammoth moves 8 squares and can move through enemy-occupied spaces, making one stamp attack against each of those enemies.",damage:"The Nyfellar mammoth moves 8 squares and can move through enemy-occupied spaces",category:1},{id:"c7f15b9d-41a7-4c1b-9a02-4cfeeccf4064",name:"Tusk Toss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Reach 2; 1d10+5 damage, and the mammoth slides the target 5 squares. The target falls from a height of up to 30 feet (6 squares) into the space where it ends the slide and takes falling damage, if applicable.",damage:"1d10+5 damage",category:1},{id:"1e78b920-6b94-4a09-9b66-84f36c2b74d0",name:"Bitterwind Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 17th level or higher",range:"When charging, the Nyfellar mammoth can use blizzard trample or tusk toss instead of a melee basic attack. After the mammoth’s attack, its rider makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:1},{id:"921a80fa-d7d1-4a00-ab01-0137b1cf42e0",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides the Nyfellar mammoth, the mammoth moves 2 squares less than the effect specifies. The mammoth can make a saving throw to avoid being knocked prone.",damage:"the mammoth moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e64f544f-4e92-4a9b-a9d3-7041aedd9e1a",name:"Oni Devourer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +13, Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:78,initiative:8,ac:23,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"bb7e633a-2951-4d94-b0ce-404618a9c815",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+3 damage, and the target is slowed (save ends).",damage:"1d6+3 damage",category:1},{id:"fd68f7cb-f2e3-473c-b72b-8846bcc233e2",name:"Devour",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage, and the target takes a -5 penalty to saving throws (save ends).",damage:"2d6+3 damage",category:1},{id:"b802c36b-482e-41e4-88d1-50adffdda256",name:"Hypnotic Glare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"the target is pulled 5 squares and dazed (save ends).",damage:"the target is pulled 5 squares and dazed (save ends)",category:1},{id:"31fba16a-2284-4bed-b1aa-5ff28dfa3dec",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni devourer can disguise itself to appear as any Medium natural humanoid. A creature can see through the disguise with a successful Insight check versus the devourer’s Bluff check.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"42cd1e05-5c75-420b-8d53-d2344cf25b4d",name:"Oni Overlord",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:1,leader:!0},senses:"Perception +8; darkvision",movement:"7, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +15, Insight +13, Intimidate +17",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:12},intelligence:{score:18},wisdom:{score:14},charisma:{score:22},hp:296,initiative:7,ac:24,fortitude:25,reflex:24,will:26,regeneration:null,auras:[{id:"00e37631-2461-4af3-83a7-82ff488b8a3d",name:"Threatening Leader",keywords:"",details:"(Psychic) aura 5; each ally within the aura gains a +5 bonus to damage rolls and takes 5 psychic damage if it misses all targets with an attack."}],powers:[{id:"b665fda4-22db-4a91-b326-a80bd5864f02",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 4d4+6 damage, and each creature adjacent to the target takes 5 damage.",damage:"4d4+6 damage",category:1},{id:"781a3b42-ad56-46b5-a662-24291acc83aa",name:"Overlord’s Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The oni overlord makes a greatclub attack, shifts 1 square, and then makes a second greatclub attack against a different target.",damage:"shifts 1 square",category:1},{id:"a1b96c0c-f334-45fd-b5d5-d24dafb1ba96",name:"Overlord’s Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Poison",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"5d6+5 necrotic and poison damage, and the target gains vulnerable 5 necrotic and vulnerable 5 poison until the end of the oni overlord’s next turn.",damage:"5d6+5 necrotic and poison damage",category:1},{id:"2af62834-3bd9-47b5-855e-1ff90ac7ccaa",name:"Crush the Will",action:{action:7,trigger:"when the oni overlord damages an enemy",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target grants combat advantage to the overlord until the end of the overlord’s next turn.",damage:"",category:5},{id:"fabd449a-c87a-44d0-9a57-6185bed9222e",name:"Violent Reward",action:{action:4,trigger:"when an ally within 10 squares of the oni overlord damages an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering ally gains 5 temporary hit points.",damage:"The triggering ally gains 5 temporary hit points",category:5},{id:"3fda3cc7-fec6-4720-9929-2a8d98d95b4e",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni overlord can disguise itself to appear as any Medium or Large humanoid. A creature can see through the disguise with a successful Insight check versus the overlord’s Bluff check.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"99cbfef5-1378-431b-81ba-26aedbb45556",name:"Oni Thunderer",details:"",size:3,origin:4,type:2,keywords:"",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"8, teleport 8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Acrobatics +24, Athletics +22, Bluff +23, Stealth +24",equipment:"leather armor; spiked chain",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:27},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:206,initiative:21,ac:36,fortitude:33,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"77710718-3d21-43d0-8d59-bff96efc8ce5",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d12+5 damage plus 1d8 thunder damage, and the target is grabbed and pulled into a space adjacent to the oni.",damage:"1d12+5 damage plus 1d8 thunder damage",category:1},{id:"fe5b993b-3e2d-43b1-a28b-ca35e7de63b8",name:"Thunderclap Portal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation, Thunder",condition:"",range:"The oni thunderer teleports 8 squares before or after the attack: close burst 2",attack:{bonus:25,defence:2},description:"",details:"targets enemies; 2d12+8 thunder damage, and the oni thunderer pushes the target 2 squares. If the thunderer has the target grabbed, the attack deals 2d12 extra damage to the grabbed creature, and the grab ends.",damage:"2d12+8 thunder damage",category:1},{id:"8536422c-31a0-4faa-ac97-7c6ad8f3139c",name:"Chain Dance",action:{action:4,trigger:"when the oni thunderer is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The thunderer teleports 3 squares.",damage:"The thunderer teleports 3 squares",category:5},{id:"c7178c06-2001-4ecc-a5c7-36b07f9c3317",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni thunderer can disguise itself to appear as any Medium or Large humanoid. A creature can see through the disguise with a successful Insight check versus the thunderer’s Bluff check.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"41905e83-b14e-4b4a-bc97-ed5ffdbb5f44",name:"Phase Spider",details:"",size:3,origin:2,type:1,keywords:"spider",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7; tremorsense 10",movement:"6, climb 6 (spider climb), teleport 6",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:20},intelligence:{score:5},wisdom:{score:17},charisma:{score:10},hp:87,initiative:11,ac:22,fortitude:19,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"a8ad1d41-1ebf-4e0b-9c59-2121f5bb5387",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Sleep",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage, and the target is slowed (save ends). First Failed Saving Throw: The target is knocked unconscious instead of slowed (save ends).",damage:"1d8+5 damage",category:1},{id:"c0e3edcb-a7dc-4ef8-90f2-25d8e48ee668",name:"Ethereal Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The phase spider teleports 10 squares and makes a bite attack.",damage:"The phase spider teleports 10 squares and makes a bite attack",category:1},{id:"df22f96d-e2ec-4cee-a8bd-213ff533e468",name:"Ethereal Repulsion",action:{action:5,trigger:"when an enemy moves adjacent to the phase spider",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"Targets the triggering enemy; the spider teleports the target 4 squares.",damage:"the spider teleports the target 4 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17befffa-8e5b-46aa-8e27-7b7de681b52f",name:"Phoelarch Mage",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Diplomacy +15, Insight +17",equipment:"dagger",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:16},wisdom:{score:22},charisma:{score:18},hp:93,initiative:10,ac:24,fortitude:23,reflex:23,will:25,regeneration:null,auras:[{id:"d019648d-1a62-4737-8e23-4a3f96307d68",name:"Phoenix Heat",keywords:"",details:"aura 1; each creature that enters the aura or starts its turn there takes 5 fire damage."}],powers:[{id:"f410432f-d893-484a-b245-aa0943b03431",name:"Burning Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4+6 fire damage.",damage:"1d4+6 fire damage",category:1},{id:"8a9bfe39-b84a-4fce-81dd-71e8480967f0",name:"Phoenix Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"2d8+5 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"04b3dc27-947a-4645-9f2a-38176673020f",name:"Rise from the Ashes",action:null,keywords:"Fire, Zone",condition:"when the phoelarch mage drops to 0 hit points",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"3d8+5 fire damage. Effect: The burst creates a zone of fire that lasts until the end of the encounter. Each creature that enters the zone or starts its turn there takes 5 fire damage. In addition, when the phoelarch mage’s next turn would occur, a phoera appears within the zone.",damage:"3d8+5 fire damage",category:0},{id:"cdd811de-d6f3-42f6-9bbc-3efcd5997b91",name:"Flames of the Phoenix",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:15,defence:2},description:"",details:"1d8+5 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8+5 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:2,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9933a41-f1f4-44e9-baf6-25073ddea5e0",name:"Phoelarch Warrior",details:"",size:2,origin:4,type:2,keywords:"fire",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"7",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +17, Athletics +12",equipment:"falchion",category:"",strength:{score:13},constitution:{score:10},dexterity:{score:23},intelligence:{score:10},wisdom:{score:14},charisma:{score:18},hp:114,initiative:14,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[{id:"d51f154b-eea0-4269-b003-57711ce35ba3",name:"Phoenix Heat",keywords:"",details:"(Fire) aura 1; each creature that enters the aura or starts its turn there takes 5 fire damage."}],powers:[{id:"2d0cda82-58c7-4f5c-8585-0c09bd5e6166",name:"Burning Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d4+6 fire damage (crit 4d4+14 fire damage).",damage:"2d4+6 fire damage (crit 4d4+14 fire damage)",category:1},{id:"24b66927-0ead-48ba-92de-803be1d4eed4",name:"Rise from the Ashes",action:null,keywords:"Fire, Zone",condition:"when the phoelarch warrior drops to 0 hit points",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"3d8+5 fire damage. Effect: The burst creates a zone of fire that lasts until the end of the encounter. Each creature that enters the zone or starts its turn there takes 5 fire damage. In addition, when the phoelarch warrior’s next turn would occur, a phoera appears within the zone.",damage:"3d8+5 fire damage",category:0},{id:"0afdf2c3-e4a4-4f79-9ea2-e10e710a64b9",name:"Burning Step",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any creature that hits the phoelarch warrior with an opportunity attack takes 3d6 fire damage.",damage:"any creature that hits the phoelarch warrior with an opportunity attack takes 3d6 fire damage",category:0}],damageModifiers:[{type:3,value:-10},{type:2,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6fd99aab-dd3b-4e81-a8ce-2f65e44f5203",name:"Phoera",details:"",size:2,origin:1,type:1,keywords:"fire",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6, fly 10",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:10},dexterity:{score:23},intelligence:{score:10},wisdom:{score:14},charisma:{score:18},hp:114,initiative:14,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[{id:"845b68e7-d22c-4cb0-a0b0-168f613b9006",name:"Phoenix Heat",keywords:"",details:"(Fire) aura 2; each creature that enters the aura or starts its turn there takes 5 fire damage."}],powers:[{id:"4c90ff8c-0ed9-46cd-8586-a71a628a03b0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage, and ongoing 5 fire damage (save ends).",damage:"1d4+5 damage",category:1},{id:"2eee0b9e-6b65-406e-902f-9e99659389bf",name:"Feathers of Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:15,defence:2},description:"",details:"3d6+5 fire damage.",damage:"3d6+5 fire damage",category:1},{id:"11cbd657-e0be-4e27-8198-4fbace25ee01",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The phoera flies its speed without provoking opportunity attacks, and it makes a claw attack or a feathers of flame attack at any point during the move.",damage:"",category:1},{id:"50e2b900-d537-4c1c-9584-fd82d732be61",name:"Death Burst",action:null,keywords:"Fire, Zone",condition:"when the phoera drosp to 0 hit points",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"3d8+5 fire damage. Effect: The burst creates a zone of fire that lasts until the end of the encounter. Each creature that enters the zone or starts its turn there takes 5 fire damage.",damage:"3d8+5 fire damage",category:0}],damageModifiers:[{type:3,value:-15},{type:2,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef0edb90-a6f6-4a8f-ad74-c2335eb88bbd",name:"Poisonscale Collector",details:"",size:2,origin:4,type:2,keywords:"reptile",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +7, Stealth +9",equipment:"dagger",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:8},hp:36,initiative:8,ac:18,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"0fcb2263-f037-41db-8a81-e96b94b99c4c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+2 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+2 damage",category:1},{id:"f04e68ce-5b6f-4bd9-af00-8a537d71c631",name:"Blinding Poison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Targets a creature taking ongoing poison damage; 1d6+3 damage and the target is blinded (save ends).",damage:"targets a creature taking ongoing poison damage",category:1},{id:"428398ec-fc14-4382-bfd0-6429b2b0e9c2",name:"End Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Targets a creature that cannot see the poison scale collector; 2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"d77551c4-ad41-4878-8d8f-99187801c53c",name:"Poison Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A poisonscale collector gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage.",damage:"a poisonscale collector gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0d9cbc70-7da6-4dd3-8083-5ae2a8be4495",name:"Poisonscale Magus",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Arcana +9, Athletics +7",equipment:"dagger",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:12},intelligence:{score:15},wisdom:{score:14},charisma:{score:8},hp:32,initiative:2,ac:14,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"a3a0f3e9-c0d8-40da-9d84-bb56c35892de",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"c72af892-db81-4104-b39f-dc54ca775f5b",name:"Poison Blood",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:1},description:"",details:"1d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+3 poison damage",category:1},{id:"e33360cf-895a-41cb-afef-96c38562589b",name:"Corrupt Poison",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:1},description:"",details:"targets a creature taking ongoing poison damage; the poisonscale magus slides the target 3 squares, and the target is slowed (save ends).",damage:"targets a creature taking ongoing poison damage",category:3},{id:"1b4d8b28-72cb-4158-b097-ef43625c2786",name:"Poison Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Area burst 3 within 10",attack:{bonus:5,defence:1},description:"",details:"1d6+3 poison damage, and the target gains vulnerable 5 poison (save ends). Miss: Half damage, and the target gains vulnerable 5 poison until the end of its next turn.",damage:"1d6+3 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d858122-85eb-4336-b589-ed3266fffd02",name:"Poisonscale Myrmidon",details:"",size:2,origin:4,type:2,keywords:"reptile",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +9",equipment:"club",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:47,initiative:5,ac:20,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"8e6405a5-a9a2-4336-b643-12d1ee2e106e",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage, and the target is marked until the end of the poisonscale myrmidon’s next turn.",damage:"1d10+3 damage",category:1},{id:"99694f17-bc21-4372-805a-0c3078a618b8",name:"Poison Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A poisonscale myrmidon gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage.",damage:"a poisonscale myrmidon gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e80c6668-e81a-421c-9422-3682f72eeece",name:"Poisonscale Savage",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +9",equipment:"greatclub; javelin",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:45,initiative:3,ac:13,fortitude:16,reflex:15,will:14,regeneration:null,auras:[{id:"db2014e6-74fc-4530-b317-e5f45519a1d7",name:"Aura of Poison",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to saving throws against ongoing poison damage."}],powers:[{id:"1fd11af8-c4cb-4605-b79d-6535908672de",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"1d030791-7665-4c30-b28c-59faf118706b",name:"Poison Tail",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"the target takes ongoing 5 poison damage (save ends).",damage:"the target takes ongoing 5 poison damage (save ends)",category:3},{id:"95a54b1d-2765-4a96-beee-40f773d62c5b",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4930aa5c-a42b-4ed3-9973-73ec374c588e",name:"Prismatic Shard",details:"MULTIHUED CRYSTALLINE SHAPES, prismatic shards dazzle their targets before killing them.",size:2,origin:1,type:1,keywords:"",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"4, fly 4 (hover)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:13},charisma:{score:24},hp:123,initiative:13,ac:28,fortitude:27,reflex:27,will:29,regeneration:null,auras:[{id:"a63cdc8e-2513-48f3-ae53-a33a3ada9b91",name:"Prismatic Corona",keywords:"",details:"(Radiant) aura 2; each enemy that ends its turn within the aura takes 5 radiant damage and takes a -2 penalty to saving throws during its current turn."}],powers:[{id:"e6b143ed-9ece-4557-93aa-1f42dc2715e7",name:"Prism Flare",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"1d10+7 radiant damage.",damage:"1d10+7 radiant damage",category:1},{id:"c43f0e1f-1284-41c1-a17b-abb2d41ee57a",name:"Iridescent Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"2d8+7 radiant damage, and the target is blinded until the end of the prismatic shard’s next turn.",damage:"2d8+7 radiant damage",category:1},{id:"adb0df2a-4e17-42c8-be5a-4f23120ba10c",name:"Flashing Colors",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:3},{id:"9e458390-106b-483e-92ed-8942bd35b93f",name:"Prismatic Shatter",action:null,keywords:"Radiant",condition:"when the prismatic shard drops to 0 hit points",range:"Close burst 2",attack:{bonus:21,defence:3},description:"",details:"2d8+7 radiant damage, and the target is blinded (save ends).",damage:"2d8+7 radiant damage",category:0}],damageModifiers:[],resist:"10 variable (4/encounter)",vulnerable:"",immune:"disease, poison, radiant",tactics:""},{id:"021caef0-ea78-4c1a-8eb9-76756225bf96",name:"Razor Hydra",details:"",size:3,origin:4,type:1,keywords:"reptile",level:16,role:{type:2,flag:2,leader:!1},senses:"Perception +17; all-around vision",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:20},intelligence:{score:2},wisdom:{score:18},charisma:{score:8},hp:640,initiative:13,ac:28,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"165a1bf3-f9da-4f24-a4f1-2fc1cebd05fc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+4 damage, and the target takes ongoing 5 damage (save ends). If the razor hydra hits a target that is already taking untyped ongoing damage, that target’s ongoing damage increases by 5.",damage:"1d8+4 damage",category:1},{id:"80620603-2324-4bb6-8b6f-319ee2f56277",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The razor hydra makes four bite attacks, plus an additional attack for each head it has grown (see regenerating heads).",damage:"",category:1},{id:"c1e09b1d-c898-4880-b20d-598c3d615cf7",name:"Ferocity",action:null,keywords:"",condition:"when the razor hydra drops to 0 hit points",range:"",attack:null,description:"",details:"The hydra makes a hydra fury attack.",damage:"",category:0},{id:"2720cfeb-ae15-480c-b211-0eb9dab33287",name:"Blood-Hungry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A razor hydra gains a +2 bonus to attack rolls against bloodied creatures and creatures taking untyped ongoing damage.",damage:"a razor hydra gains a +2 bonus to attack rolls against bloodied creatures and creatures taking untyped ongoing damage",category:0},{id:"334099df-db08-4d21-9b92-bbbc366c1735",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a razor hydra would become dazed or stunned, it instead loses one attack while using hydra fury during its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"153a703d-9419-48a5-88a3-775dbef7a953",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a razor hydra first reaches 480, 320, and 160 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional bite attack with hydra fury.",damage:"When a razor hydra first reaches 480",category:0},{id:"a5c2c0f7-3886-4fd0-b58f-0d10f72ecb04",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A razor hydra can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2290b695-6774-4694-af51-739dbf267d48",name:"Remorhaz",details:"",size:4,origin:1,type:1,keywords:"",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"6, climb 4 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:26},intelligence:{score:5},wisdom:{score:21},charisma:{score:10},hp:480,initiative:18,ac:33,fortitude:33,reflex:34,will:32,regeneration:null,auras:[{id:"21ef7e77-fc1e-4773-982b-ae3ff74edebd",name:"Blistering Heat",keywords:"",details:"(Fire) aura 2; each creature that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"8075f46f-bfd9-4bf8-8b3b-79da3b188fa8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d12+10 damage, and the target is grabbed.",damage:"2d12+10 damage",category:1},{id:"7c1786e9-c5d6-4e2e-aae3-21d4508ffe58",name:"Swallow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage plus 10 fire damage at the start of the remorhaz’s turn. The swallowed creature has line of sight and line of effect only to the remorhaz, and no creature has line of sight or line of effect to the target. The swallowed creature can make only melee or close attacks. If the swallowed creature deals 30 damage to the remorhaz with an attack, the remorhaz regurgitates the creature into an adjacent square, and the creature is no longer swallowed. When the remorhaz dies, the target is no longer swallowed and can escape as a move action, appearing in the remorhaz’s former space.",attack:{bonus:22,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the remorhaz",damage:"Reach 2",category:3},{id:"c308f995-f72f-4f30-8ac9-f185e38f6d70",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"The remorhaz moves its speed and can enter enemies’ spaces. The remorhaz makes an attack against each enemy whose space it enters; 2d10+5 damage, and the target is knocked prone.",damage:"2d10+5 damage",category:1},{id:"8c2d5915-766a-42f8-bd19-468c3c08aff5",name:"Immolating Carapace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close burst 1",attack:{bonus:24,defence:2},description:"",details:"3d10+5 fire damage, and the target takes ongoing 10 fire damage until it ends its turn in a space that is not adjacent to the remorhaz.",damage:"3d10+5 fire damage",category:1},{id:"c955d216-88ca-4ce4-a2e8-6da90edf4d18",name:"Enraged Heat",action:{action:4,trigger:"when a creature hits the remorhaz with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The triggering creature takes 10 fire damage.",damage:"the triggering creature takes 10 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d34c2b50-b032-4422-ac06-0f6f631a5dc9",name:"Retriever",details:"",size:4,origin:1,type:0,keywords:"",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +20; darkvision, truesight 10",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:29},intelligence:{score:2},wisdom:{score:25},charisma:{score:10},hp:248,initiative:24,ac:43,fortitude:39,reflex:40,will:38,regeneration:null,auras:[],powers:[{id:"5b1d5b06-5abd-4461-a485-15b59c38292b",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"d398dbb1-89cc-4cdc-8c38-9606c412bb94",name:"Retrieve",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while the retriever does not have a creature grabbed",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 3; 2d8+8 damage, and the target is grabbed. The retriever can move a creature it has grabbed without making a Strength attack.",damage:"2d8+8 damage",category:1},{id:"853a6bcf-b46d-441c-941f-d2289f499739",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Thunder",condition:"one ray recharges each round -roll a d4 to determine which",range:"The retriever fires all the rays as a single standard action, but each must target a different creature: ranged 10",attack:{bonus:32,defence:2},description:"",details:"",damage:"",category:1},{id:"98f25079-ca1a-4219-86a1-13e3b514854c",name:"Self-Repair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The retriever regains 20 hit points and gains a +4 bonus to AC until the start of its next turn.",damage:"The retriever regains 20 hit points and gains a +4 bonus to AC until the start of its next turn",category:1},{id:"e356cde7-830b-400d-96d2-c7e0cf699ebf",name:"Unerring Accuracy",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The retriever senses the general location of the target or nearest creature of the type it was commanded to locate. The retriever teleports to a space that is within 10 squares of the target. The target need not be on the same plane as the retriever when it uses this power.",damage:"The retriever teleports to a space that is within 10 squares of the target",category:1}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"charm, fear",tactics:""},{id:"835b051b-f481-4293-8689-ccd06d1e3a8b",name:"Rime Hound",details:"",size:4,origin:1,type:1,keywords:"cold, earth, mount",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Intimidate +13",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:22},intelligence:{score:10},wisdom:{score:19},charisma:{score:10},hp:332,initiative:16,ac:31,fortitude:30,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"660bdeff-6c09-45bb-813d-67ad05ed8f10",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d12+6 damage plus 1d6 cold damage, or 2d12 + 6 damage plus 1d6 cold damage against a prone target.",damage:"1d12+6 damage plus 1d6 cold damage",category:1},{id:"0bc6396a-3478-4b76-9c95-374ae6099a8c",name:"Ice Spikes",action:{action:4,trigger:"when an enemy misses the rime hound or a friendly rider of 17th level or higher with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"The icy spikes on the rime hound’s body extend: targets the triggering enemy; 1d12+6 damage plus 1d6 cold damage.",damage:"1d12+6 damage plus 1d6 cold damage",category:5},{id:"3e2313c5-4d44-4beb-acf7-36be5ca7d1e4",name:"Takedown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only when charging",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d12+6 damage plus 1d6 cold damage, and the target is knocked prone.",damage:"2d12+6 damage plus 1d6 cold damage",category:1},{id:"2e19f778-67c9-4b2b-9d8d-54565cae6046",name:"Frost Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Close burst 3",attack:{bonus:20,defence:1},description:"",details:"2d8+6 cold damage. Miss: Half damage. Effect: The burst creates a zone of icy terrain that lasts until the end of the rime hound’s next turn. The zone is difficult terrain.",damage:"2d8+6 cold damage",category:1},{id:"04d97446-2ea0-4f91-9786-1e38acb67d42",name:"Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only when adjacent to a prone enemy",range:"",attack:null,description:"",details:"The rime hound shifts 1 square, and pulls a prone target that is adjacent to it 1 square.",damage:"The rime hound shifts 1 square",category:3}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bdb2e9d3-eb01-48ec-a853-cdea798181b0",name:"Rockfist Smasher",details:"",size:3,origin:1,type:1,keywords:"earth",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:125,initiative:7,ac:22,fortitude:22,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"8de8ff4d-1373-4a6b-844d-b1ed85cb4746",name:"Granite Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and if the target is bloodied, it is knocked prone.",damage:"2d10+6 damage",category:1},{id:"31beb617-207c-4a16-b631-8490433a43a4",name:"Internal Avalanche",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The rockfist smasher gains 20 temporary hit points. If it has temporary hit points at the start of its next turn, it loses them and gains 1 action point that it must use during that turn.",damage:"The rockfist smasher gains 20 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"4f453a5d-f806-499f-8f71-5285bec61685",name:"Runespiral Demon",details:"",size:1,origin:1,type:1,keywords:"demon",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:5},wisdom:{score:16},charisma:{score:12},hp:51,initiative:6,ac:17,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"8966f787-14f0-4a1d-ad5a-131f2510e6c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"4d74f33b-56ee-4b7c-abf7-b06c3393f91b",name:"Arcane Arc",action:{action:5,trigger:"when an enemy moves adjacent to the runespiral demon",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:5},{id:"b5dca3ac-858c-42f8-a0ab-81c42f288c7c",name:"Focused Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d6+4 lightning damage.",damage:"2d6+4 lightning damage",category:1},{id:"065ead71-a942-4f06-89e8-782aee457ced",name:"Bloodied Shock",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:8,defence:2},description:"",details:"1d6+4 lightning damage, and the target is dazed (save ends).",damage:"1d6+4 lightning damage",category:5},{id:"aa294be2-2164-4b0a-a499-b5fee7534e7b",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:8,defence:2},description:"",details:"1d6+4 lightning damage. The attack deals 1 extra lightning damage for each creature in the burst.",damage:"1d6+4 lightning damage",category:1}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"1080d3f1-7ef8-4c0d-bc94-9a15b160ec75",name:"Rupture Demon",details:"",size:1,origin:1,type:1,keywords:"demon",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6, climb 3 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:11},dexterity:{score:18},intelligence:{score:4},wisdom:{score:15},charisma:{score:4},hp:1,initiative:8,ac:20,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"fb1f6fbc-80b8-4db9-97f3-baacfc6c859d",name:"Slimy Extrusino",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"dd261919-9112-4137-bc69-d3dc980f0ff5",name:"Enveloping Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"No attack roll; the target is restrained (save ends), and the rupture demon drops to 0 hit points.",damage:"",category:1},{id:"5c047315-197a-4341-8a25-a6792de8e8dd",name:"Demonic Infestation",action:null,keywords:"Healing",condition:"when the rupture demon drops to 0 hit points",range:"The rupture demon erupts in a gory explosion of ichor and tentacles that latch on to a demon within 5 squares of the rupture demon and of level 10 or lower. That demon regains 5 hit points and gains a +2 bonus to melee damage rolls until the end of the encounter. This bonus is cumulative with other demonic infestation bonuses (maximum +10).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"924f6794-766b-4d24-846e-59a82d1c24a0",name:"Rust Monster",details:"",size:2,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:20},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:66,initiative:10,ac:20,fortitude:16,reflex:21,will:17,regeneration:null,auras:[],powers:[{id:"96432eca-40ac-4228-a0bd-3a856f8eb8ae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+5 damage, and if the target is wearing heavy armor, the armor is rusting until the end of the encounter. While the armor is rusting, the target takes a cumulative -1 penalty to AC, to a maximum penalty of -5.",damage:"1d10+5 damage",category:1},{id:"2cc6566c-68b0-4812-bfc0-8a1840adf2c7",name:"Dissolve Metal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"Targets a creature wearing or wielding a rusting magic item of 10th level or lower or any non-magic rusting item; the rusting item is destroyed.",damage:"",category:1},{id:"1fe41c7e-65c0-470f-a44b-e0ecc24f5779",name:"Rusting Defense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the rust monster is hit by a weapon attack",range:"",attack:null,description:"",details:"The weapon used in the triggering attack is rusting until the end of the encounter. While the weapon is rusting, the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon, to a maximum penalty of -5.",damage:"the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon",category:1},{id:"fe6e1acb-1bfc-4bed-92a3-37726abe715a",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rust monster consumes any item it destroys. The residuum from any magic items the monster has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2f99e4e-3151-480a-bad9-f3f713410ba2",name:"Scion of Gibbeth",details:"",size:3,origin:0,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Chaotic evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:19},hp:163,initiative:11,ac:31,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"dfb96765-a7b4-41a3-bc17-1dcb0ca1d633",name:"Aura of Revulsion",keywords:"",details:"aura 10; each creature within the aura cannot target the scion of Gibbeth with melee or ranged attacks unless the scion is the nearest enemy."}],powers:[{id:"bb786a99-8a22-4dc9-9b1d-b6ec73782956",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"9b88b52a-c3f0-4aae-b932-91e6b7850e72",name:"Mind-Splintering Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"1d8+2 psychic damage, and the target is dominated (save ends).",damage:"1d8+2 psychic damage",category:1},{id:"b6e59d26-eedd-406f-b215-71b92bc196aa",name:"Gibbeth’s Baleful Glare",action:{action:1,trigger:"when an enemy targets the scion of gibbeth with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"opportunity",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"targets the triggering enemy; 1d8+2 psychic damage, and the scion slides the target 2 squares.",damage:"1d8+2 psychic damage",category:5},{id:"9401b0bd-7267-4aa4-a8a4-dd9fc270df57",name:"Revelation of Gibbeth",action:null,keywords:"Charm",condition:"when the scion of gibbeth drops to 0 hit points",range:"the target is dazed and uses its standard action each turn to charge or to make a melee or ranged basic attack against its nearest ally (save ends).",attack:{bonus:21,defence:3},description:"",details:"",damage:"",category:0},{id:"e0819021-1e29-4d61-82ba-689c7afba212",name:"Offering to Gibbeth",action:{action:4,trigger:"when a creature within 2 squares of the scion of gibbeth spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scion gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The scion gains a +2 bonus to attack rolls until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50d1f225-ba5a-427d-85c1-bc5b3d17b5ae",name:"Scytheclaw Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"10",alignment:"Unaligned",languages:"",skills:"Athletics +13, Stealth +15",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:21},intelligence:{score:3},wisdom:{score:15},charisma:{score:6},hp:105,initiative:12,ac:24,fortitude:21,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"8dc832b8-88e3-4396-b3ff-0f44c06deb0b",name:"Scytheclaw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage, and the target is knocked prone. If the scytheclaw drake hits a prone target, it instead deals 2d8 + 5 damage, and ongoing 5 damage (save ends); see also springing step.",damage:"1d8+5 damage",category:1},{id:"b37e32f4-8b56-468a-9876-36425a0e673b",name:"Overwhelming Attacker",action:{action:1,trigger:"when an enemy adjacent to the scytheclaw drake stands up",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The drake makes an opportunity attack against the triggering enemy. On a hit, the attack deals no damage, and the enemy remains prone.",damage:"the attack deals no damage",category:5},{id:"f9bcaa75-16d7-4495-9fd4-742b9270a155",name:"Springing Step",action:{action:7,trigger:"when the scytheclaw drake hits with scytheclaw attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drake jumps 8 squares and uses scytheclaw. The jump does not provoke an opportunity attack from the target of the triggering attack.",damage:"The drake jumps 8 squares and uses scytheclaw",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"299c4cff-bb8d-418e-8005-ba88d7c36a29",name:"Shadar-Kai Blacksoul",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Arcana +19, Stealth +15",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:24},wisdom:{score:12},charisma:{score:20},hp:138,initiative:10,ac:26,fortitude:25,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"08a820aa-431a-435f-a14f-2ddbcf825d0f",name:"Corrupting Blackfire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 fire and necrotic damage, and the target is shrouded in gloom (save ends).",damage:"1d10+6 fire and necrotic damage",category:1},{id:"44df2b82-440d-41be-857c-ac443f911cbd",name:"Shadowbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"3d6+6 necrotic damage, and the target is shrouded in gloom (save ends).",damage:"3d6+6 necrotic damage",category:1},{id:"008b3ca4-eb78-4fad-b2a5-0895229f3e93",name:"Corrupt Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"targets a creature shrouded in gloom; the target is dominated (save ends).",damage:"",category:1},{id:"716d4ff4-638c-4888-9ecd-03fca03452ea",name:"Shadowburst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 3 within 10",attack:{bonus:16,defence:2},description:"",details:"targets enemies; 1d10+6 necrotic damage, and the target is shrouded in gloom (save ends). Miss: Half damage.",damage:"1d10+6 necrotic damage",category:1},{id:"0ab2e812-fb39-4e89-91b4-dac6b59a379d",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai blacksoul teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai blacksoul teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"7592dbe6-fc59-48ff-9d80-2cd83ff83b71",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e9d34b3-7ed7-46ce-a9f4-b10a6b1fa161",name:"Shadar-Kai Dawnkiller",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +16; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +19, Stealth +19",equipment:"kukri; leather armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:11},hp:106,initiative:18,ac:28,fortitude:26,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"9589ea3b-5881-4b4c-8c74-0d09848ba592",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+6 damage, and the target is shrouded in gloom (save ends).",damage:"2d6+6 damage",category:1},{id:"72e7830d-9928-43d7-93ce-ae635cd60aa5",name:"Shade Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Targets an enemy shrouded in gloom; 2d8+6 necrotic damage, and the target is blinded (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"bef54837-a07d-4fec-925b-4e1d4c81faad",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai dawnkiller teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai dawnkiller teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"a5c864d8-4cf0-42f4-97db-1ab6d669ec2b",name:"Shadows of the Raven Queen",action:null,keywords:"Necrotic",condition:"",range:"The shadar-kai dawnkiller’s melee attacks deal 2d6 extra necrotic damage against a target that cannot see the dawnkiller.",attack:null,description:"",details:"",damage:"",category:0},{id:"86d5b4db-73b3-4de4-a665-f6a1b2b6a44f",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1de88693-678c-4e21-8161-083efea40817",name:"Shadar-Kai Gloom Lord",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Arcana +19, Stealth +15",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:24},wisdom:{score:12},charisma:{score:20},hp:108,initiative:10,ac:26,fortitude:25,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"72470458-a68e-4eea-9d7c-bd39a1433617",name:"Corrupting Blackfire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 fire and necrotic damage, and the target is shrouded in gloom (save ends).",damage:"2d8+6 fire and necrotic damage",category:1},{id:"7c30784a-bafd-4fa2-bb3c-086b497e517e",name:"Shadowbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+6 necrotic damage, and the target is shrouded in gloom (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"6204fa20-fcfd-4f7f-bf35-5c3f99316c33",name:"Shadowcage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"targets a creature shrouded in gloom; 3d6+6 necrotic damage, and the target is restrained and cannot see creatures more than 2 squares away from it (save ends both).",damage:"3d6+6 necrotic damage",category:1},{id:"c610af8e-e50d-4524-b4b1-7607f9488d0c",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai gloom lord teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai gloom lord teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"c27fff1e-7bb0-4759-b17f-3b806f1062b6",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"233cb235-e3f9-4da3-8a7e-0b2129017bcf",name:"Shadar-Kai Painbearer",details:"",size:2,origin:5,type:2,keywords:"",level:15,role:{type:6,flag:0,leader:!0},senses:"Perception +11; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +19, Stealth +19",equipment:"leather armor; spiked chain",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:11},hp:144,initiative:16,ac:29,fortitude:27,reflex:29,will:27,regeneration:null,auras:[{id:"aa7d9a60-5d4f-4fb1-8a04-63b76e1c2a00",name:"Shadow Weft",keywords:"",details:"aura 5; each shadar-kai ally within the aura shifts 1 square as a free action after it hits with a melee attack."}],powers:[{id:"758f4264-91b3-46c3-b830-d65d5a82713c",name:"Shadow Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is shrouded in gloom (save ends).",damage:"2d8+6 damage",category:1},{id:"c7acde97-4c1b-447c-b36e-f366c853ee16",name:"Shadow Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadar-kai painbearer shifts 7 squares and makes three shadow chain attacks during the move, each against a different target. The painbearer’s second and third attacks deal 2d6 extra necrotic damage for each prior attack that has hit. A creature that is shrouded in gloom and is hit by an attack is blinded (save ends).",damage:"the painbearer’s second and third attacks deal 2d6 extra necrotic damage for each prior attack that has hit",category:1},{id:"f5790b09-d351-4874-be7e-2090226a695e",name:"Shadow Boon",action:{action:4,trigger:"when an ally within 10 squares of the shadar-kai painbearer misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering ally rerolls the attack roll.",damage:"",category:5},{id:"dd8a754d-0133-4f4d-bdda-370a57367d3f",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai painbearer teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai painbearer teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"11abbfdf-2d87-4bd4-8a50-60cf31ccca19",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bbe57c0c-9ad9-4e59-a572-109d5b4bcb71",name:"Shardstorm Vortex",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:19},intelligence:{score:5},wisdom:{score:16},charisma:{score:6},hp:80,initiative:9,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[{id:"1289ae97-fda8-49bc-9983-52902b1d8616",name:"Sandblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"98141bbe-bbe0-4b96-949c-96214e0b3486",name:"Abrasive Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1},{id:"bbd58f1d-a1e4-491e-b310-242cb084c749",name:"Whirling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The shardstorm vortex shifts 4 squares and makes an attack: close burst 1",attack:{bonus:10,defence:2},description:"",details:"3d8+3 damage, and the vortex pushes the target 1 square. Miss: Half damage.",damage:"3d8+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"db309250-afff-4fab-ad02-2f94847cb3a2",name:"Shardstorm Vortex Funnelcloud",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:22},intelligence:{score:5},wisdom:{score:19},charisma:{score:6},hp:1,initiative:14,ac:27,fortitude:24,reflex:26,will:24,regeneration:null,auras:[{id:"3f818854-761f-44a1-8a93-b5921f240455",name:"Sandblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"046215b8-45a3-4bf8-bf52-fc1f1925b014",name:"Abrasive Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"ebdf93c9-7872-4ac3-afe1-812066846eee",name:"Vortex Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardstorm vortex funnelcloud shifts 4 squares.",damage:"The shardstorm vortex funnelcloud shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1d257c18-c7ee-4715-9c03-89213a7c3a8a",name:"Shardstorm Vortex Whirlwind",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +17",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:24},dexterity:{score:27},intelligence:{score:5},wisdom:{score:22},charisma:{score:6},hp:1,initiative:21,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[{id:"14c7c24e-f1a7-4803-b2b7-fb614c3dcb36",name:"Sandblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"44c4ed8d-2a0d-42d8-9497-dbd974a1d17a",name:"Abrasive Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"ed44d076-220c-4621-b60a-6fb31583bc49",name:"Vortex Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardstorm vortex whirlwind shifts 4 squares.",damage:"The shardstorm vortex whirlwind shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2c89a25e-7d3f-41b0-947d-402aa4ac96c9",name:"Shrieking Cultist of Demogorgon",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +11, Intimidate +8",equipment:"chainmail; greataxe; javelin",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:94,initiative:3,ac:18,fortitude:19,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"05a378dd-0920-4018-9210-8ad8181623cc",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+6 damage (crit 1d12+18).",damage:"1d12+6 damage (crit 1d12+18)",category:1},{id:"0d847908-92cd-4fef-a94d-c7ab5747496f",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"d878857a-4756-43e3-a625-eb28493f9567",name:"Death Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:{bonus:10,defence:0},description:"",details:"1d12+6 damage. Effect: The burst creates a zone of horrible noise centered on the shrieking cultist of Demogorgon that lasts until the end of the cultist’s next turn. When the cultist moves, the zone moves with it, remaining centered on it. Any enemy that starts its turn in the zone takes 5 damage.",damage:"1d12+6 damage",category:1},{id:"20576518-4e4b-42df-a0b5-8638611ec410",name:"Howl of Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:8,defence:3},description:"",details:"1d8+4 psychic damage, and the target is immobilized until the end of the shrieking cultist of Demogorgon’s next turn.",damage:"1d8+4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"59fb4f64-4cfc-456b-92f0-3e96cf612493",name:"Skeletal Steed",details:"",size:3,origin:4,type:0,keywords:"mount, undead",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:17},intelligence:{score:3},wisdom:{score:13},charisma:{score:3},hp:47,initiative:6,ac:17,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"748fc81a-143d-41d1-9e7e-0e2d8f16f83e",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"c0ed1b60-cd02-4e16-a248-ba4e79be6cc2",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skeletal steed moves its speed and makes a kick attack during the move. The steed does not provoke opportunity attacks while moving away from the target of this attack.",damage:"",category:1},{id:"6a911a15-d586-436b-a922-ec6af7dc66bc",name:"Death Shriek",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:6,defence:3},description:"",details:"targets enemies; the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:3},{id:"5a09d546-fc9b-46bb-bd56-b719cba7ad5e",name:"Mount of the Dead",action:null,keywords:"",condition:"while mounted by a friendly rider of 3rd level or higher",range:"When the skeletal steed uses mobile melee attack, the rider makes a melee basic attack during the move as a free action. The rider can choose to forego its basic attack and the steed’s attack to instead use one of the rider’s melee attack powers during the move.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c2d7ad66-3e9c-439b-915d-33e6d428b132",name:"Slaad Spawn",details:"",size:1,origin:1,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +10; low-light vision",movement:"5, teleport 3",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:24},intelligence:{score:3},wisdom:{score:14},charisma:{score:7},hp:1,initiative:17,ac:31,fortitude:30,reflex:31,will:26,regeneration:null,auras:[],powers:[{id:"14c82b41-99f8-4eda-9712-a93e16e6b2a0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"136257ce-9bb7-47d1-8705-617150eb4335",name:"Chaotic Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"12 damage and the target is knocked prone. Miss: The slaad spawn explodes and is reduced to 0 hit points. The spawn then makes the following close burst 1 attack: +20 vs Reflex",attack:{bonus:22,defence:0},description:"",details:"The slaad spawn jumps a distance up to its speed and then attacks an adjacent enemy; 9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45cfaab8-847e-4ac1-acaf-3b91c28555b2",name:"Slaughterstone Eviscerato",details:"",size:3,origin:4,type:0,keywords:"construct",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:212,initiative:15,ac:30,fortitude:31,reflex:30,will:28,regeneration:null,auras:[{id:"59b6bd43-0369-463c-8446-f9d4be3e0ffa",name:"Whirling Blades",keywords:"",details:"aura 2; each creature that starts its turn within the aura takes 10 damage."}],powers:[{id:"311f8126-386c-40ad-a674-f80bbf934cff",name:"Eviscerating Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d12+8 damage (crit 4d12+32).",damage:"2d12+8 damage (crit 4d12+32)",category:1},{id:"6593c545-657d-4b8a-9d41-3fe74e72c82c",name:"Whirling Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:21,defence:0},description:"",details:"1d12+8 damage (crit 2d12+20).",damage:"1d12+8 damage (crit 2d12+20)",category:1},{id:"f37cbdf4-7779-4745-9d08-ad37ab1772de",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone eviscerator takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"6f7efd72-3fcd-4dca-891a-f8561c05e0ff",name:"Slaughterstone Eviscerator",details:"",size:3,origin:4,type:0,keywords:"construct",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:212,initiative:15,ac:30,fortitude:31,reflex:30,will:28,regeneration:null,auras:[{id:"1c0444c8-264f-4433-9609-889e1a4bd9c3",name:"Whirling Blades",keywords:"",details:"aura 2; each creature that starts its turn within the aura takes 10 damage."}],powers:[{id:"180f6c8c-e125-4095-9a77-a325b107a24f",name:"Eviscerating Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d12+8 damage (crit 4d12+32).",damage:"2d12+8 damage (crit 4d12+32)",category:1},{id:"bf632839-e0d2-4596-9430-732b2de97840",name:"Whirling Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:21,defence:0},description:"",details:"1d12+8 damage (crit 2d12+20).",damage:"1d12+8 damage (crit 2d12+20)",category:1},{id:"647c5c9b-485f-4180-b688-794927ef51f7",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone eviscerator takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"01296e7f-e594-4e80-bdbe-38f164583781",name:"Slaughterstone Hammerer",details:"",size:3,origin:4,type:0,keywords:"construct",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:11},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:233,initiative:14,ac:41,fortitude:40,reflex:35,will:35,regeneration:null,auras:[{id:"c9b20521-9168-429d-96b5-6f20ca9d1d75",name:"Thunder Step",keywords:"",details:"aura 2; each creature that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"88aab7fb-d09a-4135-9f0e-380ce5d49051",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the target is knocked prone.",damage:"2d8+10 damage",category:1},{id:"d4f0f13a-a3e3-49f1-986d-2aa47461bbfc",name:"Hammerstrike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 2; 2d8+10 damage, and the target is dazed (save ends).",damage:"2d8+10 damage",category:1},{id:"2afddb5d-7002-48a2-9383-85d536ff9673",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone hammerer takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"d6e08a3f-139c-49f5-9c24-4d12a3cab35b",name:"Slaughterstone Slicer",details:"",size:3,origin:4,type:0,keywords:"construct",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:276,initiative:9,ac:23,fortitude:24,reflex:23,will:19,regeneration:null,auras:[{id:"9069afc3-ee39-4a32-9b51-8bd1635e0fe0",name:"Whirling Blades",keywords:"",details:"aura 2; each creature that starts its turn within the aura takes 5 damage."}],powers:[{id:"f34747ca-3136-40ce-a1ca-df3849822b6f",name:"Slicking Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+6 damage (crit 4d8+22).",damage:"2d8+6 damage (crit 4d8+22)",category:1},{id:"f47ab15e-5c07-40b9-a0bc-621e3c8704ab",name:"Whirling Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:14,defence:0},description:"",details:"2d8+6 damage (crit 4d8+22).",damage:"2d8+6 damage (crit 4d8+22)",category:1},{id:"8e417ee1-735a-49ae-9db6-2d8c53705c0f",name:"Bloodied Bladestorm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaughterstone slicer uses whirling bladestorm.",damage:"",category:5},{id:"e1fa76a7-b317-4e6e-a6d5-f6ac42899ac2",name:"Critical Malfunction",action:null,keywords:"",condition:"when the slaughterstone slicer scores a critical hit or is subject to a critical hit",range:"",attack:null,description:"",details:"The slicer is dazed until the end of its next turn.",damage:"",category:0},{id:"37bb9c3c-855d-4414-a9db-02dd18f60126",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone slicer takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"2dfc67b0-9757-4de9-b918-a1bcae32a3cb",name:"Son of the Spirit Wolf",details:"",size:3,origin:1,type:1,keywords:"cold",level:26,role:{type:6,flag:1,leader:!1},senses:"Perception +20; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Intimidate +21",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:26},intelligence:{score:11},wisdom:{score:25},charisma:{score:16},hp:486,initiative:23,ac:40,fortitude:39,reflex:37,will:36,regeneration:null,auras:[{id:"2afce802-1312-45d4-8d41-0bf7a55e7055",name:"Everfrost Coat",keywords:"",details:"(Cold) aura 1; each enemy that enters the aura takes 10 cold damage. A creature that takes cold damage from everfrost coat cannot make opportunity attacks until the end of the son of the spirit wolf’s next turn."}],powers:[{id:"e97e6fea-d6dd-49e2-97c9-a9c8179d52d9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 2d10+9 damage plus 1d10 cold damage, and the target is grabbed.",damage:"2d10+9 damage plus 1d10 cold damage",category:1},{id:"bd027781-c46c-4fbf-8b08-275aaf5ab0b8",name:"Terrible Rush",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"usable only after the son of the spirit wolf makes a charge attack",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"2d10 cold damage, and the target is knocked prone.",damage:"2d10 cold damage",category:4},{id:"deeae13d-cbf0-4fd8-a144-151e5f1c4cef",name:"Black Ice Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold, Zone",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"4d10+9 cold damage. Miss: Half damage. Effect: The blast creates a zone of ice that lasts until the son of the spirit wolf drops to 0 hit points. The zone is difficult terrain.",damage:"4d10+9 cold damage",category:1},{id:"fb3dbd61-ace4-4494-a020-edb455551ec4",name:"Rending Jaws",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; targets a creature grabbed by the son of the spirit wolf; 3d10+9 damage, and ongoing 10 damage (save ends). The grab ends, and the son of the spirit wolf then pushes the target 5 squares and knocks it prone.",damage:"3d10+9 damage",category:3},{id:"ba843560-185c-4d4e-9fde-03b66632b428",name:"Drag Away",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The son of the spirit wolf shifts 1 square or moves its speed and pulls a creature it has grabbed into a space adjacent to it. This movement does not end the grab.",damage:"The son of the spirit wolf shifts 1 square or moves its speed and pulls a creature it has grabbed into a space adjacent to it",category:2}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19c4edfe-3949-479b-b129-ff9e24e94da6",name:"Sphinx Mystery",details:"",size:3,origin:3,type:1,keywords:"",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +23; low-light vision",movement:"6, fly 6",alignment:"Unaligned",languages:"Common, Dwarven, Elven, Primordial, Supernal",skills:"Insight +26",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:23},intelligence:{score:27},wisdom:{score:28},charisma:{score:28},hp:224,initiative:15,ac:31,fortitude:30,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"83c2f957-13da-491a-92db-641cd45ffc91",name:"Ancient Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"e33bbbc8-c03b-4430-8aec-2a4bf95d3650",name:"Bite of Ages",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is knocked prone and immobilized (save ends).",damage:"1d10+5 damage",category:1},{id:"cc2d3dad-1ae1-418e-9161-36132a834e54",name:"Riddle Me This",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor",range:"Ranged 10",attack:null,description:"",details:"the sphinx mystery compels the target to contemplate a riddle. The target is dazed until the end of the encounter or until it answers the riddle. To determine the answer, a creature must spend a minor action and succeed at a DC 25 History check. A target that does not attempt to answer the riddle during its turn takes 2d8 psychic damage at the end of its turn. An ally can provide the answer and end the effect. If an ally ends the effect, the target takes 2d8 psychic damage.",damage:"a target that does not attempt to answer the riddle during its turn takes 2d8 psychic damage at the end of its turn",category:1},{id:"519d661f-a885-4c61-88f2-8fe7d25458d9",name:"Corrective Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an enemy fails the history check for riddle me this"},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 4d10+10 damage, and the target is knocked prone.",damage:"4d10+10 damage",category:1},{id:"a2dfcad1-58d2-43c4-bf2b-8c2bebc9fc7a",name:"Great Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"3d10+10 thunder damage and the target is pushed 5 squares and knocked prone.",damage:"3d10+10 thunder damage and the target is pushed 5 squares and knocked prone",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"52acb210-b97f-43bf-9645-6afacb80ec42",name:"Spriggan Giantsoul",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Athletics +14, Intimidate +10, Stealth +12",equipment:"hide armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:17},charisma:{score:12},hp:106,initiative:6,ac:20,fortitude:21,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"5cdd3d42-69bb-4469-9607-ac7b9d5f66c3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage, or 2d6+9 damage while the spriggan giantsoul is bloodied.",damage:"2d6+5 damage",category:1},{id:"05bb47bf-a600-4901-bf95-bfc1b09c9d3c",name:"Giantsoul Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and the target is knocked prone. While the spriggan giantsoul is bloodied, the damage increases to 2d6 + 9.",damage:"2d6+5 damage",category:1},{id:"44d74196-80bd-467f-b129-c866a7948581",name:"Surprise Slam",action:{action:5,trigger:"when an enemy within 2 squares of the spriggan giantsoul attacks an ally",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Giantsoul slam recharges, and the giantsoul uses it against the triggering enemy.",damage:"",category:5},{id:"832bdd4a-464b-4a49-b893-9d0fc7c1f093",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan giantsoul bloodied an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The giantsoul gains 1d10 + 3 temporary hit points.",damage:"The giantsoul gains 1d10 + 3 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c5ef1f3e-828b-4a2b-802c-b2efebf95e38",name:"Spriggan Powrie",details:"",size:1,origin:2,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Athletics +11, Stealth +14, Thievery +12",equipment:"leather armor; sickle",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:79,initiative:9,ac:21,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"8683f27f-1f97-4b30-8086-6be796abc86a",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"5d471460-fab4-4ce1-9a25-8182bd1d0e49",name:"Hamstring",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d63 damage, and the target is knocked prone, is slowed until the end of the spriggan powrie’s next turn, and takes ongoing 5 damage (save ends).",damage:"1d63 damage",category:1},{id:"8ba720e7-fcd0-433c-955d-5358eb43b729",name:"Punt the Fallen",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets a prone creature; 1d6+3 damage, and the spriggan powrie pushes the target 3 squares.",damage:"1d6+3 damage",category:3},{id:"9b73d8d9-f523-4208-89b1-0ef89b3ceee8",name:"Blood Slide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A spriggan powrie does not provoke opportunity attacks for moving out of a space adjacent to a bloodied creature or a creature that is taking ongoing damage.",damage:"a spriggan powrie does not provoke opportunity attacks for moving out of a space adjacent to a bloodied creature or a creature that is taking ongoing damage",category:0},{id:"c217a61e-538e-4eea-9106-5dc9c16c8b54",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a spriggan powrie hits a creature that is taking ongoing damage and is granting combat advantage to the powrie, the powrie’s attack increases the ongoing damage by 5.",damage:"when a spriggan powrie hits a creature that is taking ongoing damage and is granting combat advantage to the powrie",category:0},{id:"22f562c5-07b4-4926-8998-1daec3aca4ac",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan powrie bloodied an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The powrie gains 1d8 + 2 temporary hit points.",damage:"The powrie gains 1d8 + 2 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2da7ec7e-65ee-4ade-808e-e612bf91effb",name:"Spriggan Thorn",details:"",size:1,origin:2,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Evil",languages:"Elven",skills:"Athletics +12, Stealth +11",equipment:"chainmail; light shield; short sword",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:71,initiative:7,ac:22,fortitude:18,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"5cf1b88e-fed1-4491-b3a4-bb6f14382898",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"49a8c2a6-e9fa-4f2d-b48b-a16696716c44",name:"Mark of Thorns",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; the target is affected by the mark of thorns until the end of the encounter. While affected by the mark of thorns, the target cannot make opportunity attacks against the spriggan thorn, and the target takes 4 damage at the end of any turn in which it did not attack the thorn. In addition, at the start of the target’s turn, each of the target’s allies adjacent to the target takes 4 damage.",damage:"and the target takes 4 damage at the end of any turn in which it did not attack the thorn",category:1},{id:"fb20378f-4a66-4797-8529-2dcfbfbcd9f5",name:"Drowsing Puncture",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the spriggan thorn hits with its next short sword attack, the target of the attack is dazed until the end of the thorn’s next turn and is knocked prone.",damage:"",category:3},{id:"e0f5e03b-47aa-42fd-b51d-ff305f2ceb0d",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan thorn bloodies an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The thorn gains 1d8 + 2 temporary hit points.",damage:"The thorn gains 1d8 + 2 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fd602368-2077-471c-b3b4-e29e6a351001",name:"Spriggan Witherer",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Arcana +8, Athletics +11, Stealth +12",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:70,initiative:8,ac:21,fortitude:19,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"195c6877-3916-4529-962a-00e3140371aa",name:"Withering Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d8+4 necrotic damage.",damage:"1d8+4 necrotic damage",category:1},{id:"5ddcce8c-3540-45af-a5be-df7b865ef060",name:"Sun Scorch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d6+5 fire and radiant damage.",damage:"2d6+5 fire and radiant damage",category:1},{id:"5a940e1f-5518-4489-92d2-0608b9dcf930",name:"Flattering Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Area burst 3 within 10 or close blast 3",attack:{bonus:12,defence:1},description:"",details:"2d6+4 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6+4 damage",category:1},{id:"2ecedd59-0563-4023-b891-a6b0fee5ef95",name:"Blood for the Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"targets enemies; 1d6+4 damage, and ongoing 5 damage (save ends). Effect: Each ally within the burst gains 5 temporary hit points.",damage:"1d6+4 damage",category:1},{id:"ec685a85-8b4b-4bcb-814b-f51bc621143c",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan witherer bloodies an enemy or reduces an enemy to 0 hit points",range:"",attack:null,description:"",details:"The witherer gains 1d6 + 3 temporary hit points.",damage:"The witherer gains 1d6 + 3 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8fefde48-9d9e-40f1-bf3f-c50b73b7874b",name:"Steel Predator",details:"",size:3,origin:3,type:0,keywords:"living construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"Acrobatics +21, Athletics +21, Endurance +23, Stealth +21",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:23},intelligence:{score:15},wisdom:{score:23},charisma:{score:12},hp:388,initiative:18,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"4da42956-8fbf-414a-8955-fb2c7a03ae1e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 4d6+4 damage, and the target is marked until the end of the steel predator’s next turn.",damage:"4d6+4 damage",category:1},{id:"f54165da-1813-4aed-8c2a-538f202f5b6b",name:"Snap Jaw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The steel predator makes a bite attack. On a hit, the target is also knocked prone, and the predator makes another bite attack against a different target.",damage:"",category:1},{id:"f5bb089e-f725-4c56-9b3a-feed5af34a37",name:"Vicious Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"The steel predator charges and makes the following attack in place of a bite attack; 2d12+5 damage, and the target is pushed 1 square and knocked prone. The predator moves into the space vacated by the target.",damage:"2d12+5 damage",category:1},{id:"cebcd878-df7f-4df8-a160-c700ea8376cb",name:"Resonating Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5 or when the steel predator takes thunder or lightning damage"},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:25,defence:1},description:"",details:"4d8+7 thunder damage, and the target is deafened and dazed (save ends both).",damage:"4d8+7 thunder damage",category:1},{id:"af305f89-fbc1-40b5-87ef-6288c53e70b5",name:"Shifting Steel",action:{action:4,trigger:"when a creature adjacent to the steel predator shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The predator shifts into the space vacated by the triggering creature.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9408593f-22e5-46f3-8bee-20ed74dcad32",name:"Stone Giant",details:"",size:3,origin:1,type:2,keywords:"earth, giant",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"Giant",skills:"Athletics +18, Stealth +15",equipment:"greatclub",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:11},hp:140,initiative:12,ac:30,fortitude:27,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"bc7e6129-31b9-41a0-9f2a-bcfad07cb1be",name:"Stone Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is marked until the end of the stone giant’s next turn.",damage:"2d10+4 damage",category:1},{id:"ac6ceaa8-d004-462d-b167-3abe329f40fe",name:"Hardened Therat",action:{action:1,trigger:"when a creature marked by the stone giant and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The giant makes a stone greatclub attack against the triggering creature.",damage:"",category:5},{id:"016f9f2f-dfbe-4032-8ff7-8dd790fcb8a0",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"f78f8abf-c747-42f6-81ef-c530527d99f2",name:"Staggering Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Close blast 2",attack:{bonus:19,defence:0},description:"",details:"2d10+4 damage, and the target is pushed 2 squares and marked until the end of the stone giant’s next turn. Effect: The giant shifts 2 squares but must remain within 2 squares of any creatures marked by it.",damage:"2d10+4 damage",category:1},{id:"35ec818e-fb74-4a37-8a7a-1f7e3a875715",name:"Stone Bones",action:{action:5,trigger:"when the stone giant is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"not usable while bloodied",range:"",attack:null,description:"",details:"The giant gains resist 5 to all damage against the triggering attack.",damage:"the giant gains resist 5 to all damage against the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"e9af1729-fc76-40c1-859b-41efcde786ea",name:"Stone Giant Runecarver",details:"",size:3,origin:1,type:2,keywords:"earth, giant",level:16,role:{type:3,flag:0,leader:!0},senses:"Perception +14; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"Giant, Primordial",skills:"Arcana +17, Athletics +18, Stealth +17",equipment:"warhammer",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:12},intelligence:{score:18},wisdom:{score:23},charisma:{score:15},hp:155,initiative:9,ac:30,fortitude:28,reflex:27,will:29,regeneration:null,auras:[{id:"6adafe3a-d3b8-4645-b3e5-8460d9b89a94",name:"Hardened Focus",keywords:"",details:"aura 5; each petrified enemy within the aura loses all resistances and gains vulnerable 5 to all damage."}],powers:[{id:"21681e1c-c3c9-46bc-a11f-3635a71e2c49",name:"Enruned War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+9 (crit 4d8 + 25) damage, and the target is slowed (save ends).",damage:"2d8+9 (crit 4d8 + 25) damage",category:1},{id:"2796f638-b8a2-4ad5-8f2a-dac74a00e242",name:"Rune of Stony Sleep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:21,defence:1},description:"",details:"2d8+6 damage, and the target is slowed (save ends). First Failed Saving Throw: The target is petrified instead of slowed (save ends). Effect: The burst creates a zone of magical runes that lasts until the end of the encounter. Each enemy that starts its turn within the zone takes a -2 penalty to saving throws against slowed and immobilized until the end of the runecarver’s next turn.",damage:"2d8+6 damage",category:1},{id:"f0995523-63bc-44fe-83ce-139bcb7eb365",name:"Rune of Thundering Echo",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:21,defence:1},description:"",details:"2d8+6 thunder damage. If the target is slowed or immobilized, it takes ongoing 10 thunder damage (save ends).",damage:"2d8+6 thunder damage",category:1},{id:"019d6edc-48f5-4bbc-be57-35bc9ff50554",name:"Grasping Stone",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a stone giant runecarver hits a slowed creature with an attack that would cause the creature to become slowed, that creature is immobilized until the end of the runecarver’s next turn.",damage:"",category:0},{id:"0cb96029-9814-4818-80e1-aeb2c5e071bf",name:"Stone Bones",action:{action:5,trigger:"when the stone giant runecarver is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"not usable while bloodied",range:"",attack:null,description:"",details:"The runecarver gains resist 5 to all damage against the triggering attack.",damage:"the runecarver gains resist 5 to all damage against the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"eeff4fe0-2871-473b-8976-7f793fa91d9a",name:"Stone Titan",details:"",size:4,origin:1,type:2,keywords:"earth, giant",level:18,role:{type:7,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"Giant, Primordial",skills:"Arcana +16, Athletics +22, Stealth +18",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:18},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:348,initiative:15,ac:34,fortitude:33,reflex:28,will:30,regeneration:null,auras:[{id:"276f2886-3262-40bf-bb2d-d5204087268c",name:"Slipstone Distortion",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is marked until the end of the stone titan’s next turn."}],powers:[{id:"40a15df9-0777-4f71-a371-edd5079ffa4e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d6+7 damage, and marked targets take an extra 2d6 damage.",damage:"3d6+7 damage",category:1},{id:"1b45e467-8e64-4e24-9037-50c5a0595669",name:"Hardened Threat",action:{action:1,trigger:"when a creature marked by the stone titan and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The titan makes a slam attack against the triggering creature.",damage:"",category:5},{id:"1fce4835-22d3-47ac-b025-c1685c22f71a",name:"Launch Boulder",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:0},description:"",details:"2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"1599d45c-68fc-4484-bbca-f9e9779c361d",name:"Avalanche Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"3d10+7 damage, and the target is grabbed by earth and stone. The stone titan does not need to use an action to sustain the grab. The earth and stone had a Fortitude and Reflex of 28 against escape attempts. Miss: Half damage.",damage:"3d10+7 damage",category:1},{id:"d020d74d-51d5-4662-820e-b6cd1aa1d57d",name:"Launch Quakestone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:23,defence:0},description:"",details:"1d10+7 damage, and the target is knocked prone and dazed (save ends). Miss: Half damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"8b43ba54-d964-4662-bec7-59322c8f4422",name:"Stone Bones",action:{action:5,trigger:"when the stone titan is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"not usable while bloodied",range:"",attack:null,description:"",details:"The titan gains resist 5 to all damage against the triggering attack.",damage:"the titan gains resist 5 to all damage against the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"c20acbab-3871-4c65-9fce-5030233bf077",name:"Stonefist Defender",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"Acrobatics +9",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:11},wisdom:{score:17},charisma:{score:7},hp:38,initiative:6,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"5609405b-4fbe-4099-8e38-d48548bff10e",name:"Spiked Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"009b47ae-8ab3-4ace-9dd6-8913821e23a9",name:"Guard Creature",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A stonefist defender gains a +2 bonus to attack rolls against any enemy adjacent to its guarded creature.",damage:"A stonefist defender gains a +2 bonus to attack rolls against any enemy adjacent to its guarded creature",category:0},{id:"a17aa5dc-4304-43cb-93f6-0152d4db12c6",name:"Synchronized Flank",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a stonefist defender is flanking an enemy with its guarded creature, its attacks deal 1d6 extra damage against the flanked enemy.",damage:"its attacks deal 1d6 extra damage against the flanked enemy",category:0},{id:"a17c8b76-69b1-4670-bbdf-3c857db15ec6",name:"Tumble",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonefist defender shifts 3 squares.",damage:"The stonefist defender shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0e83aed1-51df-419a-9ac0-4a6f9a4c0b14",name:"Storm Archon Lightning Walker",details:"",size:2,origin:1,type:2,keywords:"air, water",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +16",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"scale armor; spear",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:24},intelligence:{score:15},wisdom:{score:15},charisma:{score:18},hp:171,initiative:18,ac:32,fortitude:29,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"814b04e9-d16d-426f-abc1-acb54f2068ff",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+4 damage, and the storm archon lightning walker teleports the target 2 squares. Effect: The lightning walker teleports 2 squares.",damage:"2d8+4 damage",category:1},{id:"12bdb82d-fcbe-4d12-959c-13bbf40703db",name:"Booming Retort",action:{action:4,trigger:"when an enemy enters a square adjacent to the storm archon lightning walker",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Thunder",condition:"",range:"",attack:null,description:"",details:"The triggering enemy takes ongoing 5 lightning and thunder damage (save ends), and the lightning walker shifts 2 squares.",damage:"the triggering enemy takes ongoing 5 lightning and thunder damage (save ends)",category:5},{id:"211f5b4d-7c95-4501-8e8d-26239281d0de",name:"Lightning Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Close burst 2",attack:{bonus:21,defence:2},description:"",details:"targets enemies; 3d6+6 lightning damage. Effect: The storm archon lightning walker teleports 10 squares.",damage:"3d6+6 lightning damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9a88e510-e75a-4af0-bee0-70a68e46c5f0",name:"Storm Archon Squallshield",details:"",size:2,origin:1,type:2,keywords:"air, water",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"light shield; longsword; plate armor",category:"",strength:{score:19},constitution:{score:24},dexterity:{score:20},intelligence:{score:17},wisdom:{score:15},charisma:{score:17},hp:168,initiative:15,ac:33,fortitude:30,reflex:30,will:26,regeneration:null,auras:[{id:"82938225-e36c-4964-a644-4b91a3884e6c",name:"Rain Wall",keywords:"",details:"aura 1; each enemy that starts its turn within the aura must make a DC 22 Athletics check or Acrobatics check. An enemy that fails the check is knocked prone."}],powers:[{id:"adda6c7d-3309-4ff2-aee2-9a114d6f1c40",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of the storm archon squallshield’s next turn.",damage:"2d8+7 damage",category:1},{id:"056374b2-8172-4007-9a3a-69231d642fab",name:"Snarling Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d8+7 lightning damage, and the target is marked (save ends). Each enemy adjacent to the largest takes half damage and is marked (save ends).",damage:"2d8+7 lightning damage",category:1},{id:"a9f4810d-c055-42fa-8a83-d0ad955b62a8",name:"Pursuing Storm",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The storm archon squallshield teleports 7 squares to a space adjacent to a creature it has marked. The target grants combat advantage to the squallshield until the end of the squallshield’s turn.",damage:"The storm archon squallshield teleports 7 squares to a space adjacent to a creature it has marked",category:2},{id:"843a0fb0-a1b9-419c-bda6-0b22f84a431f",name:"Mark of the Tempest",action:null,keywords:"",condition:"",range:"When a storm archon squallshield hits a creature marked by it with a ranged or melee attack, that creature is slowed (save ends).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9446dc8d-0ec5-4820-8215-d6b89ba18164",name:"Storm Archon Tempest Weaver",details:"",size:2,origin:1,type:2,keywords:"air, water",level:21,role:{type:0,flag:0,leader:!1},senses:"Perception +14",movement:"6, fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"Intimidate +20",equipment:"",category:"",strength:{score:14},constitution:{score:23},dexterity:{score:15},intelligence:{score:25},wisdom:{score:18},charisma:{score:25},hp:155,initiative:12,ac:33,fortitude:32,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"59f0ea1b-506f-4a75-870d-51e5d113b538",name:"Storm Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"2d10+4 lightning damage.",damage:"2d10+4 lightning damage",category:1},{id:"084f543a-1dec-4557-837c-fa975c1f9107",name:"Resounding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"1d10+5 thunder damage, and ongoing 10 lightning damage (save ends).",damage:"1d10+5 thunder damage",category:1},{id:"a46c5c32-55cd-48a8-828d-1c93c74fff81",name:"Lightning Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:24,defence:2},description:"",details:"2d8+5 lightning damage, and the target is blinded until the end of the storm archon tempest weaver’s next turn.",damage:"2d8+5 lightning damage",category:1},{id:"b9668957-728f-45be-b65a-d5987ef4363e",name:"Heart of the Tempest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Area burst 3 within 20",attack:{bonus:24,defence:2},description:"",details:"the target slides 3 squares, takes ongoing 10 lightning damage and ongoing 10 thunder damage, and is restrained (save ends all).",damage:"takes ongoing 10 lightning damage and ongoing 10 thunder damage",category:1},{id:"ab5ffb2b-02aa-4353-9600-e1ad9337513b",name:"Defensive Squall",action:null,keywords:"",condition:"",range:"A storm archon tempest weaver gains a +2 bonus to its AC and Reflex against ranged attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d472918f-d28c-41f5-93be-f50c40ca2611",name:"Storm Shard",details:"A STORM SHARD PUMMELS ITS FOES with powerful blasts of thunder and lightning.",size:2,origin:1,type:1,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"3, fly 3 (hover)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:15},hp:44,initiative:6,ac:16,fortitude:15,reflex:17,will:15,regeneration:null,auras:[{id:"39076c89-47f5-49aa-b91f-64e91ec0f6d8",name:"Static Storm",keywords:"",details:"(Lightning, Thunder) aura 2; each enemy that ends its turn within the aura takes 3 lightning and thunder damage. An immobilized enemy instead takes 5 lightning and thunder damage."}],powers:[{id:"6cb6863a-aeed-4d4e-ba7f-5b77e46ba554",name:"Thunder Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"1d6+4 thunder damage, and if the target is bloodied it is knocked prone.",damage:"1d6+4 thunder damage",category:1},{id:"c4cc481f-ba41-4e6c-93de-fbf7ec010f3f",name:"Shock Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:9,defence:1},description:"",details:"1d6+4 lightning damage, and if the target does not end its next turn at least 4 squares from where it started its turn, it takes 3d6+6 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"5b98eab9-77c9-4b5c-a0d4-64bf2992a3bf",name:"Storm Shatter",action:null,keywords:"Lightning, Thunder",condition:"when the storm shard drops to 0 hit points",range:"Close burst 3",attack:{bonus:9,defence:1},description:"",details:"2d6 lightning and thunder damage, and the target is pushed 3 squares and deafened (save ends).",damage:"2d6 lightning and thunder damage",category:0}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"00b5b76b-423c-41a2-ab8a-c1a9cbc115bc",name:"Stormstone Fury",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:20},intelligence:{score:6},wisdom:{score:15},charisma:{score:20},hp:113,initiative:12,ac:26,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"68a73f36-5915-486d-97e5-3ee8ad306179",name:"Grinding Stones",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"fbf32c01-37e7-41b9-aa10-031bb0339e87",name:"Hurtling Thunderstone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage. Miss: Half damage. Effect: One square the target currently occupies becomes the origin square of a burst 2 attack that occurs at the start of the stormstone fury’s next turn: +19 vs. Fortitude; 1d10 + 6 thunder damage.",damage:"2d8+6 damage",category:1},{id:"08042ac4-ee1b-4e61-9153-ac192aa1aedb",name:"Shrapnel Burst",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:21,defence:0},description:"",details:"1d6+6 damage plus 1d6 thunder damage, and the stormstone fury pushes the target 2 squares.",damage:"1d6+6 damage plus 1d6 thunder damage",category:3},{id:"e5d0950b-33bd-416f-959b-2467dbe7e34a",name:"Meld to Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"requires the stormstone fury to be on the ground",range:"",attack:null,description:"",details:"The fury disappears, and no creatures have line of sight or line of effect to it. At the start of its next turn, the fury appears within 10 squares of its previous space.",damage:"the fury appears within 10 squares of its previous space",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"19e11a91-bb4e-498c-8a27-46aaba38038b",name:"Tempest Wisp",details:"",size:2,origin:1,type:1,keywords:"air",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"0, fly 7 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:22},dexterity:{score:19},intelligence:{score:9},wisdom:{score:19},charisma:{score:14},hp:134,initiative:10,ac:27,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"e0c5fe76-f49e-49d9-baa6-ab12b46325e8",name:"Air Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"a239a368-c4f2-4ece-bf51-57892ca230dc",name:"Whistling Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"2d10+3 damage, and the tempest wisp slides the target 1 square.",damage:"2d10+3 damage",category:1},{id:"97df2e1b-31f6-4f46-887a-fc7d29a800ab",name:"Tumbling Updraft",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"the target is lifted up 20 feet (4 squares) and restrained (save ends). Failed Saving Throw: The target is lifted up another 20 feet. Successful Saving Throw: The target falls and takes falling damage, if applicable.",damage:"the target falls and takes falling damage",category:1}],damageModifiers:[],resist:"insubstantial while not bloodied",vulnerable:"",immune:"disease, poison",tactics:""},{id:"66760d89-6072-440d-be79-251a1b6f23fd",name:"Thrarak",details:"",size:3,origin:1,type:2,keywords:"giant",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common, Giant",skills:"Athletics +28",equipment:"whip",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:21},intelligence:{score:16},wisdom:{score:24},charisma:{score:26},hp:596,initiative:18,ac:38,fortitude:38,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"d652684d-94bf-4eaf-bab1-b855cd663465",name:"Lash of Ruin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"requires a whip",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 4d4+11 damage, and the target is knocked prone. Also, the target is dazed until the end of Thrarak’s next turn.",damage:"4d4+11 damage",category:1},{id:"ccaa6b84-6fbe-4ac1-acce-bea09c8b2891",name:"Howl of Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"1d8+12 psychic damage, Thrarak slides the target 3 squares, and the target makes a melee basic attack against a target of Thrarak’s choice as a free action.",attack:{bonus:28,defence:3},description:"",details:"",damage:"",category:1},{id:"2a2e10d3-b511-4e52-bf67-e0a538169b4c",name:"Lashing Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires a whip",range:"Close burst 3",attack:{bonus:28,defence:2},description:"",details:"2d4+11 damage, and the target is dazed (save ends).",damage:"2d4+11 damage",category:1},{id:"3f71fee2-0706-4d19-899a-62fdaeed9e8b",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, Thrarak makes two initiative checks. Each check corresponds to one of her heads, and Thrarak takes a turn on both initiative counts. Thrarak has a full set of actions on each of her turns, and her ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"a3c479ba-b507-41db-9447-8d9278b84d41",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of each of her turns, Thrarak saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c1636e8-4969-4e4e-ba87-47a0f1b01369",name:"Tiger",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"Acrobatics +12, Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:19},intelligence:{score:2},wisdom:{score:15},charisma:{score:11},hp:73,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"7f464915-784e-415a-b120-a7f0b8538f11",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage, and ongoing 5 damage (save ends).",damage:"1d6+4 damage",category:1},{id:"3609f3df-a2d5-4119-9634-8761e5b6d3a5",name:"Feral Surge",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiger takes a move action.",damage:"",category:3},{id:"657700a9-5fa1-4517-be3a-b6d959c5f562",name:"Blur of Fur",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tiger that moves 2 squares or more gains a +4 bonus to AC against opportunity attacks until the start of its next turn.",damage:"A tiger that moves 2 squares or more gains a +4 bonus to AC against opportunity attacks until the start of its next turn",category:0},{id:"c5ac8469-40fc-4553-9d92-69b040495f80",name:"Charging Pounce",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a tiger charges, its attack deals 1d8 extra damage, and the charge does not end its turn.",damage:"its attack deals 1d8 extra damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9fe53848-9e31-441d-84ed-e06fb52807c3",name:"Tomb Spider",details:"",size:3,origin:5,type:1,keywords:"spider",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +12; tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"",skills:"Athletics +15, Stealth +13",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:18},intelligence:{score:3},wisdom:{score:15},charisma:{score:18},hp:226,initiative:9,ac:25,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"ee19e41a-0981-4d62-b86a-497debbcdd88",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage, and the target is dazed and takes ongoing 10 necrotic and poison damage (save ends both). In addition, the target cannot use second wind until the end of the encounter.",damage:"1d8+5 damage",category:1},{id:"9cf2f031-f2b1-4058-84e7-433210c6fdf3",name:"Web Net",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"the target is restrained and gains vulnerable 5 necrotic (save ends both).",damage:"the target is restrained and gains vulnerable 5 necrotic (save ends both)",category:3},{id:"d781e746-6009-4b12-af85-d8954448664b",name:"Webbed Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Area burst 3 within 10",attack:{bonus:15,defence:2},description:"",details:"the target is immobilized (save ends). Effect: The burst creates a zone of spider webs that lasts until the end of the encounter. The zone is difficult terrain.",damage:"",category:1},{id:"6cdbf597-4525-4b50-8795-92fbeaea5d65",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tomb spider ignores the effects of spider webs and spider swarms.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dbdfc5cf-4aaf-4136-9239-bc286572ba3f",name:"Tomb Spider Broodswarm",details:"",size:2,origin:5,type:1,keywords:"spider, swarm",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +5; tremorsense 10",movement:"5, climb 5 (spider climb)",alignment:"Evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:21},intelligence:{score:1},wisdom:{score:11},charisma:{score:18},hp:84,initiative:14,ac:24,fortitude:21,reflex:22,will:20,regeneration:null,auras:[{id:"82a359db-666e-4c18-a1cf-56105926ef38",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"6dfe1fc9-cccc-4881-9982-edceeba349c9",name:"Dread Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 necrotic damage, and the target is immobilized and takes ongoing 5 necrotic and poison damage (save ends both).",damage:"1d6+5 necrotic damage",category:1},{id:"e8821bba-43df-42cc-b775-2f4e7ae96012",name:"Shadow Drift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tomb spider broodswarm shifts 5 squares and gains a +4 bonus to all defenses until the start of its next turn.",damage:"The tomb spider broodswarm shifts 5 squares and gains a +4 bonus to all defenses until the start of its next turn",category:1},{id:"9747759d-d3ba-4934-b230-8986d12e8b32",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tomb spider broodswarm ignores the effects of spider webs and spider swarms.",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"c2e2aabf-4330-45d5-8e88-85b860b2591c",name:"Troglodyte Deepscourge",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Dungeoneering +9",equipment:"implement, staff; leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:11},charisma:{score:13},hp:78,initiative:7,ac:22,fortitude:22,reflex:21,will:19,regeneration:null,auras:[{id:"79bb503f-3684-486e-bb57-64f12bf30716",name:"Dizzying Stench",keywords:"",details:"aura 10; each troglodyte within the aura gains an increase of 1 to the size of its troglodyte stench aura."},{id:"6cde6419-1533-4167-8fc9-da7f65b2db2c",name:"Troglodyte Stench",keywords:"",details:"aura 2; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"5fe0f022-2fc1-472d-8901-f89a21e33a86",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"7f626853-badb-4e40-ad72-a7417f12157f",name:"Debilitating Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:14,defence:1},description:"",details:"1d8+4 damage, and if the target is within a troglodyte stench aura, it is weakened until the end of its next turn.",damage:"1d8+4 damage",category:1},{id:"8f514624-039c-4abf-89fa-22e062b0b40a",name:"Blinding Stench",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:13,defence:1},description:"",details:"targets nonreptiles; the target is blinded (save ends).",damage:"",category:5},{id:"3286f977-472e-468d-aeb2-c4c5f89aa34c",name:"Rancid Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"targets nonreptiles; 2d6+5 damage, and the target is weakened until the end of the troglodyte deepscourge’s next turn.",damage:"2d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"67292655-5701-4098-a0dc-59f67e478bce",name:"Troglodyte Temple Champion",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Athletics +13, Endurance +14",equipment:"flail; javelin; scale armor",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:101,initiative:9,ac:25,fortitude:23,reflex:21,will:20,regeneration:null,auras:[{id:"9de7b6db-7582-4969-9c54-0cab2c8b77e1",name:"Troglodyte Stench",keywords:"",details:"aura 1; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"286b3b0d-5f61-4f96-98a5-4421492c8eec",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"16aed43f-0f34-444f-a276-88f70f09699b",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:16,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"5c305a29-b24a-4f87-bb6a-1db6d870ba6b",name:"Sweeping Trip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"c6ab4099-64f2-4d7c-8810-d480b1a5c1a9",name:"Whirlwind Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25a161ea-b6c9-4a8b-996f-f495241f0c63",name:"Troglodyte Thrasher",details:"",size:2,origin:4,type:2,keywords:"reptile",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:4},wisdom:{score:16},charisma:{score:11},hp:100,initiative:5,ac:19,fortitude:19,reflex:15,will:17,regeneration:null,auras:[{id:"1f6de574-e0dd-4c7a-aced-8dc4c8f48c97",name:"Troglodyte Stench",keywords:"",details:"aura 1; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"33627b03-3867-4209-b3be-aa7cd32f4da7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"3d6+4 damage.",damage:"3d6+4 damage",category:1},{id:"f421955b-05e5-4b08-a2d9-943060a0ca96",name:"Tooth and Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage. If this attack bloodies the target, the troglodyte thrasher makes a claw attack against the target as a free action. Effect: Make one more attack against the same target or a different one.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4617c2ba-9c0f-4e3b-b62d-6169efaa1ea7",name:"Troll Vinespeaker",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:16},intelligence:{score:16},wisdom:{score:12},charisma:{score:10},hp:142,initiative:10,ac:28,fortitude:26,reflex:23,will:21,regeneration:{value:10,details:""},auras:[],powers:[{id:"16934b3d-68fc-43f8-bb37-26de6b838c03",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"663f095f-49b5-4120-b683-0a7afc04dee1",name:"Frenzied Strike",action:{action:7,trigger:"when the troll vinespeaker’s attack bloodies an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vinespeaker makes a claw attack.",damage:"",category:5},{id:"7a1ffbe0-4567-4efa-8a30-b5c6b564b9bc",name:"Ray of Thorns",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"af482158-6458-4a33-b381-b2c28f623c94",name:"Chant of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Implement",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets allies; the target gains 10 temporary hit points and a +4 bonus to damage rolls while it has the temporary hit points.",damage:"the target gains 10 temporary hit points and a +4 bonus to damage rolls while it has the temporary hit points",category:1},{id:"ea5fb55f-86cf-4b8e-89c8-5c3eff95c46c",name:"Thorny Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"1d10+6 damage, and the target is immobilized (save ends). The burst creates a zone of thorns and brambles that lasts until the end of the encounter. The zone is difficult terrain, and each creature that enters the zone or starts its turn there takes 1d8 damage.",damage:"1d10+6 damage",category:1},{id:"71312958-a8b0-47a8-b26a-f5eeab808266",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll vinespeaker is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the vinespeaker while it is at 0 hit points, it is destroyed.",damage:"if the troll vinespeaker is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll vinespeaker takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"2b4c515e-d7bc-46c5-a2c4-eba39867f98e",name:"Umbral Sprite Swarm",details:"",size:2,origin:2,type:2,keywords:"swarm",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +8; blindsight 6",movement:"4, fly 6 (hover)",alignment:"Unaligned",languages:"Elven",skills:"Stealth +11",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:15},hp:55,initiative:6,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[{id:"bcf32d56-a75d-4e05-8f86-b756bdfa157c",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 damage."}],powers:[{id:"a19c43eb-0232-47ee-8534-c0468963c9ec",name:"Swarm of Fangs and Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage .",damage:"1d6+4 damage",category:1},{id:"28fa1615-d239-44ff-a840-49af61f1e3df",name:"Darkwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Zone",condition:"",range:"Close burst 3",attack:{bonus:8,defence:2},description:"",details:"2d8+4 necrotic damage. Effect: The burst creates a zone of darkness that lasts until the end of the umbral sprite swarm’s next turn. The zone blocks line of sight.",damage:"2d8+4 necrotic damage",category:1},{id:"cdd67848-26d2-4b62-9842-a8f4c94f0034",name:"Fade Away",action:{action:4,trigger:"when the umbral sprite swarm takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The umbral sprite swarm is invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"69f5b289-0562-4575-974f-7d5848ff6878",name:"Warforged Anvilpriest",details:"",size:2,origin:4,type:2,keywords:"living construct",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Heal +13, Religion +12",equipment:"chainmail; holy symbol; warhammer",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:10},intelligence:{score:16},wisdom:{score:19},charisma:{score:12},hp:89,initiative:4,ac:22,fortitude:20,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"b28d50ec-ec76-4c25-a77c-bb6e051f9d77",name:"Fiery Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+4 damage plus 1d6 fire damage, and the target takes a -2 penalty to AC until the end of the warforged anvilpriest’s next turn.",damage:"1d10+4 damage plus 1d6 fire damage",category:1},{id:"65351997-ce2a-4e4f-86cf-3e9ff3b6a9ff",name:"Heat of Battle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+4 damage plus 1d6 fire damage, and ongoing 5 fire damage until the target ends its turn in a space that isn’t adjacent to the warforged anvilpriest.",damage:"1d10+4 damage plus 1d6 fire damage",category:1},{id:"5fa48f63-d603-49e2-b517-3fb97e390428",name:"Mending Flash Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement",condition:"",range:"Close burst 5",attack:{bonus:11,defence:2},description:"",details:"targets enemies; 1d8+4 fire damage. Effect: The warforged anvilpriest and each ally within the burst gain 5 temporary hit points. Each warforged ally within the burst uses warforged resolve as an immediate reaction.",damage:"1d8+4 fire damage",category:1},{id:"5f861495-5aa9-446f-891f-e871eb6d9073",name:"Blunted Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Implement, Psychic",condition:"",range:"Area burst 3 within 10",attack:{bonus:11,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target takes a -2 penalty to attack rolls and a -4 penalty to damage rolls (save ends both). Aftereffect: The target takes a -2 penalty to damage rolls (save ends).",damage:"2d6+4 psychic damage",category:1},{id:"d41de0bd-4c6e-49d7-9a29-f54970f54883",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged anvilpriest gains 7 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 7 hit points.",damage:"the warforged anvilpriest gains 7 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});Ni.push({id:"2426d25a-6f17-43c6-be1c-e3c1685bfa9d",name:"Warforged Savage",details:"",size:2,origin:4,type:2,keywords:"living construct",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +12, Intimidate +11",equipment:"hide armor; scimitar",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:98,initiative:5,ac:20,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"de02e2fd-15ec-4d16-a6b3-a1610bdf3a09",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage (crit 1d8 + 14), and 4 damage to another enemy adjacent to the warforged savage.",damage:"1d8+6 damage (crit 1d8 + 14)",category:1},{id:"19b5383e-a723-4a6d-919b-9c1b4dfcc535",name:"Wild Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after the warforged savage hits two or more targets with a savage sweep"},keywords:"Weapon",condition:"",range:"The savage charges, gains a +3 bonus to AC during the charge, and makes the following attack in place of a melee basic attack",attack:{bonus:11,defence:0},description:"",details:"2d8+9 damage (crit 2d8+25).",damage:"2d8+9 damage (crit 2d8+25)",category:1},{id:"9883064f-58f6-455d-906f-d1ce2910aef3",name:"Savage Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14). Miss: 4 damage.",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"997a9d90-9e7d-4181-aae5-a37ac10ef8b0",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"A warforged savage gains a +1 bonus to melee attack rolls while an ally is adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"ed731222-908d-4751-bf13-4783f5fbaafe",name:"Savage Bloodlust",action:null,keywords:"",condition:"",range:"Whenever a warforged savage hits with a melee attack, it gains 4 temporary hit points.",attack:null,description:"",details:"",damage:"",category:0},{id:"554cd27b-3a4c-4d27-998b-c5b103d18369",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged savage gains 6 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 6 hit points.",damage:"the warforged savage gains 6 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ee22e89-e3d3-46bd-b402-db2a4b96fc2a",name:"Warforged Titan",details:"",size:4,origin:4,type:2,keywords:"living construct",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:18},charisma:{score:8},hp:362,initiative:15,ac:35,fortitude:35,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"c44e2f97-8ef4-4c00-9462-c482ed4cfe09",name:"Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and 9 damage to one enemy adjacent to the target. Effect: The target is marked until the end of the warforged titan’s next turn.",damage:"2d10+9 damage",category:1},{id:"6405921f-a5b8-47a7-9b94-0f2e33f3fc2d",name:"Hammer",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+9 damage, the warforged titan slides the target 2 squares, and the target is knocked prone. Miss: 9 damage.",damage:"2d8+9 damage",category:3},{id:"85aefaf8-622a-4f21-81c5-8cae99a0aaa8",name:"Unstoppable Charger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A warforged titan can take additional actions after it resolves its charge attack.",damage:"",category:0},{id:"5a31ba1a-f76a-4692-a78a-861836bc8346",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A warforged titan can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"4e92490d-f79d-43df-be88-520f3c089224",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged titan gains 12 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 12 hit points.",damage:"the warforged titan gains 12 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b1de93b-9194-4f0f-836c-0ccdef67c235",name:"Water Archon Shoal Reaver",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:13,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"6, swim 7",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"scale armor; trident",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:15},intelligence:{score:12},wisdom:{score:13},charisma:{score:10},hp:159,initiative:8,ac:25,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"a4b94da9-4758-4f21-8253-63249896b149",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+3 damage, and the target takes a -2 penalty to AC until the end of its next turn.",damage:"3d8+3 damage",category:1},{id:"aec9fc46-efac-4bc4-9569-62edb75f3292",name:"Water Harpoon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:16,defence:0},description:"",details:"4d8+5 damage, and the water archon shoal reaver pulls the target adjacent to it.",damage:"4d8+5 damage",category:1},{id:"f5d3bb97-c897-4b53-8432-7bd54a612ff1",name:"Whirlpool of Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"targets enemies; 2d8+5 damage, and the target takes 2 damage for each square it moves on its turn (save ends). Miss: Half damage, and the target takes 1 damage for each square it moves on its turn (save ends).",damage:"2d8+5 damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"cold (a water archon shoal reaver that takes cold damage is slowed until the end of its next turn)",immune:"disease, forced movement, poison",tactics:""},{id:"4d2fd12f-0d56-432b-9393-0a54050ae7b9",name:"Water Archon Tide Strider",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"greatspear; scale armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:14},hp:144,initiative:13,ac:29,fortitude:27,reflex:28,will:26,regeneration:null,auras:[{id:"2977ca53-696d-44af-b2f0-468a03d94a2f",name:"Body Torrent",keywords:"",details:"aura 1; each enemy within the aura that hits or misses the water archon tide strider with an attack is pushed 1 square."}],powers:[{id:"5d4f95d8-b527-4611-970c-a8c94c10e558",name:"Greatspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"da8c1747-dd3d-4559-a227-24bbb6a2de7e",name:"Way of Water",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The water archon tide strider shifts 6 squares and makes one greatspear attack against each enemy within reach at any point during the move.",damage:"The water archon tide strider shifts 6 squares and makes one greatspear attack against each enemy within reach at any point during the move",category:1},{id:"95a39cca-45ea-4bd4-b8c8-6a14c6ea3caa",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Hits from a water archon tide strider’s melee attacks knock prone any target that is granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"cold (a water archon tide strider that takes cold damage is slowed until the end of its next turn)",immune:"disease, forced movement, poison",tactics:""},{id:"2d44d089-37cc-4aae-873d-1d4c7b658460",name:"Water Archon Waveshaper",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +12",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:21},dexterity:{score:19},intelligence:{score:15},wisdom:{score:25},charisma:{score:17},hp:157,initiative:10,ac:30,fortitude:28,reflex:27,will:30,regeneration:null,auras:[{id:"91a6eb8e-bc13-424c-b72b-df9a7cc1a612",name:"Ocean Call",keywords:"",details:"Each ally that is within 10 squares of the water archon waveshaper and that has the water keyword or the aquatic keyword shifts 3 squares as a free action and gains 10 temporary hit points."}],powers:[{id:"5edf35c5-7c3a-463c-a37b-1437e57208f1",name:"Waveshape",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d6+5 damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+5 damage",category:1},{id:"a49e7919-e997-47ba-964e-be64d930cf73",name:"DIzzying Whirlpool",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"2d8+7 damage, and the target cannot charge or shift (save ends).",damage:"2d8+7 damage",category:1},{id:"0af86e9d-ca21-4d13-9a10-b0d653cbaac6",name:"Geyser",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:19,defence:2},description:"",details:"2d8+4 damage, and the target is knocked prone and cannot use immediate actions until the end of its next turn.",damage:"2d8+4 damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"cold (a water archon waveshaper that takes cold damage is slowed until the end of its next turn)",immune:"disease, forced movement, poison",tactics:""},{id:"dc69d15c-a854-4453-84ee-a55b9523798a",name:"Wereboar",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6 (8 in boar form)",alignment:"Evil",languages:"Common",skills:"Athletics +13, Endurance +11, Intimidate +8",equipment:"hide armor; maul",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:61,initiative:3,ac:17,fortitude:21,reflex:16,will:17,regeneration:{value:5,details:""},auras:[],powers:[{id:"d49e12ac-bb4a-4ea7-b81a-aa5fe4c250d8",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while in humanoid form",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"0393ec60-f28c-49d2-9629-a9669167aaa3",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"usable only while in boar form",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+6 damage, ongoing 5 damage (save ends), and the target is exposed to moontusk fever.",damage:"1d8+6 damage",category:1},{id:"af260e92-dd41-4cc5-a543-ac70afcc519f",name:"Death Strike",action:null,keywords:"",condition:"when the werebear drops to 0 hit points",range:"",attack:null,description:"",details:"The wereboar makes a gore or a maul attack.",damage:"",category:0},{id:"dc7a4541-5e6c-4999-a662-c4afd7f520ec",name:"Bloodied Resilience",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The wereboar gains a +2 bonus to all defenses and deals ongoing 10 damage with its gore attack instead of ongoing 5 damage.",damage:"the wereboar gains a +2 bonus to all defenses and deals ongoing 10 damage with its gore attack instead of ongoing 5 damage",category:0},{id:"b573b6d7-665a-4e89-9087-dbbd25b053c5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wereboar can alter its physical form to appear as a dire boar or a unique humanoid.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"silver (if the wereboar takes damage from a silver weapon, its regeneration does not function on its next turn)",immune:"moontusk fever",tactics:""},{id:"98472e26-ad14-4e18-8b14-7c3404cbb96d",name:"Weretiger",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6 (8 in tiger form)",alignment:"Evil",languages:"Common",skills:"Acrobatics +12, Bluff +11, Insight +12, Stealth +12",equipment:"katar; leather armor",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:14},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:172,initiative:9,ac:25,fortitude:23,reflex:22,will:22,regeneration:{value:10,details:""},auras:[],powers:[{id:"42c5b4b5-eade-4d53-8b06-6f19bc4065ac",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while in humanoid form",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage (crit 4d6+18).",damage:"2d6+6 damage (crit 4d6+18)",category:1},{id:"f91769fb-661d-4151-ab89-fae25e5a994a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"usable only while in tiger form",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage, and the target is exposed to moon rage (save ends).",damage:"1d8+5 damage",category:1},{id:"2666bf70-e4d3-4653-9b39-bf9e243f0d94",name:"Feline Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The weretiger makes two melee basic attacks. It shifts 1 square between the attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"c50f39c2-2c7b-48d2-ac74-12bf3bdeab9b",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only when charging",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+5 damage, and the target is pushed 1 square and knocked prone. The weretiger then shifts into the target’s vacated space.",damage:"2d8+5 damage",category:1},{id:"f2ac5045-7c26-4ad4-a0e2-ca5792dec792",name:"Slashing Recoil",action:{action:4,trigger:"when an attack misses the weretiger",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The weretiger makes a melee basic attack and shifts 2 squares.",attack:null,description:"",details:"",damage:"",category:5},{id:"818fe9bf-2c6d-44e5-877d-7719a07484b9",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A weretiger can alter its physical form to appear as a dire tiger or a unique humanoid.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"silver (if the weretiger takes damage from a silver weapon, its regeneration does not function on its next turn)",immune:"moon rage",tactics:""},{id:"523a67dc-d6c6-49ad-9946-471fdc4b18f6",name:"Werewolf Lord",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:2,flag:1,leader:!0},senses:"Perception +8; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Athletics +17, Bluff +14, Endurance +14, Intimidate +14",equipment:"falchion",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:13},wisdom:{score:15},charisma:{score:16},hp:264,initiative:7,ac:25,fortitude:27,reflex:22,will:24,regeneration:{value:10,details:""},auras:[{id:"674dc1bb-879c-431e-a464-b7200a1899cc",name:"Blood Moon",keywords:"",details:"aura 5; the werewolf lord and any ally within the aura gain a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied targets."}],powers:[{id:"b80e4e0c-04e6-4501-a87a-6b578e80facd",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while in humanoid form",range:"",attack:{bonus:16,defence:0},description:"",details:"4d4+6 damage (crit 8d4+22).",damage:"4d4+6 damage (crit 8d4+22)",category:1},{id:"afb5d449-cc7b-46f1-9ec4-8611296eb545",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"usable only while in wolf form",range:"",attack:{bonus:16,defence:0},description:"",details:"2d12+3 damage, and the target is exposed to greater moon frenzy.",damage:"2d12+3 damage",category:1},{id:"12e28ab3-e840-4acf-bc93-a0d660328553",name:"Canine Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The werewolf lord makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"a3fcc710-a501-4f04-bc4c-fd3d5a99cafc",name:"Speed of the Wolf",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only in wolf form",range:"",attack:null,description:"",details:"The werewolf lord shifts 6 squares and makes a bite attack.",damage:"The werewolf lord shifts 6 squares and makes a bite attack",category:1},{id:"23e708bb-c8e7-4b04-b4ab-e046ec0ab451",name:"Savage Howl",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in the burst gains 15 temporary hit points. In addition, each ally that has a bite attack makes a bite attack as a free action.",damage:"each ally in the burst gains 15 temporary hit points",category:3},{id:"fa1094ec-44a2-40bc-84a7-130c4ece7d55",name:"Change Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A werewolf lord can alter its physical form to appear as a dire wolf or a unique humanoid.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"silver (if the werewolf lord takes damage from a silver weapon, its regeneration does not function on its next turn)",immune:"greater moon fever",tactics:""},{id:"b4c00f0b-4c6b-4a50-95d6-8aa9a7003343",name:"Will-o’-Wisp",details:"",size:1,origin:2,type:1,keywords:"",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"fly 6 (hover; altitude limit 2)",alignment:"Evil",languages:"Elven",skills:"Stealth +16",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:22},intelligence:{score:8},wisdom:{score:12},charisma:{score:18},hp:57,initiative:15,ac:22,fortitude:19,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"e882ff2a-b858-4094-a6ad-6159cae0efc0",name:"Glimmer Wisp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 2; 2d6+6 radiant damage.",damage:"2d6+6 radiant damage",category:1},{id:"56fb2782-70ff-429f-989c-df507c4d58f5",name:"Spirit Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Psychic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Reach 3; bloodied target only; 2d8+3 psychic damage, the target is weakened (save ends), and the wisp regains 14 hit points.",damage:"2d8+3 psychic damage",category:1},{id:"1753f6c0-0fac-40ba-b78d-656886b3f03d",name:"Luring Glow",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:13,defence:3},description:"",details:"blind creatures are immune; one target in the burst; the target is pulled 3 squares and dazed (save ends).",damage:"the target is pulled 3 squares and dazed (save ends)",category:1},{id:"1f736a2a-2dff-4b3b-918f-3e559b00dd04",name:"Blink Out",action:{action:5,trigger:"when missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The will-o’-wisp teleports 5 squares and extinguishes its fey light.",damage:"The will-o’-wisp teleports 5 squares and extinguishes its fey light",category:5},{id:"28d56c62-8233-44e5-bb7f-64e1425bd9bd",name:"Fey Light",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A will-o’-wisp can give off light as a torch or extinguish this light. Fey light must be on for the will-o’-wisp to make any attack. When darkened, the will-o’-wisp has concealment and can make a Stealth check to remain unnoticed.",damage:"",category:4}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"f3aa87f2-66e8-468a-8c05-05abca4b37ee",name:"Windfiend Fury",details:"",size:3,origin:1,type:1,keywords:"air, earth",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:21},intelligence:{score:6},wisdom:{score:19},charisma:{score:16},hp:123,initiative:11,ac:26,fortitude:24,reflex:25,will:24,regeneration:null,auras:[{id:"08ef8d97-91fc-4e43-8c76-a98c431c57ad",name:"Forceful Zephyr",keywords:"",details:"aura 3; the windfiend fury slides each creature that starts its turn within the aura 1 square."}],powers:[{id:"4b5bcbb5-33cc-458c-a424-36490ffebeea",name:"Flying Debris",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"c8c296b1-caef-4a3d-8958-9af6c340c3fa",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"3d8+5 lightning damage, and the target is dazed until the end of the windfiend fury’s next turn.",damage:"3d8+5 lightning damage",category:1},{id:"da33f049-9e21-425e-85cb-202825884959",name:"Storm Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Thunder",condition:"",range:"Close burst 2",attack:{bonus:16,defence:2},description:"",details:"1d10+5 thunder damage. Effect: The windfiend fury teleports to any space adjacent to the burst’s area of effect.",damage:"1d10+5 thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7e7365c0-b5b4-497c-a446-1083d38f29aa",name:"Windstriker",details:"",size:2,origin:1,type:1,keywords:"air",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +9",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:10},charisma:{score:17},hp:56,initiative:11,ac:21,fortitude:22,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"90a594d5-35b8-4caa-959e-0832b3037804",name:"Windstrike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Thunder",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+2 cold and thunder damage.",damage:"1d8+2 cold and thunder damage",category:1},{id:"3549b215-7e6f-4c97-ac13-7c8ae8dca020",name:"Lethal Windstrike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Thunder",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; targets the windstriker’s quarry; 2d12+5 cold and thunder damage, and the target is no longer designated as the windstriker’s quarry.",damage:"2d12+5 cold and thunder damage",category:1},{id:"f9d0cec8-0090-44c8-900a-ceec81579cb0",name:"Searching Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the windstriker hits with lethal windstrike"},keywords:"Cold, Thunder",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"2d6+5 cold and thunder damage, and the target is knocked prone. Effect: The target is designated as the windstriker’s quarry.",damage:"2d6+5 cold and thunder damage",category:1},{id:"429b4d28-0365-4e08-81a0-a20af2d11a41",name:"Shifting Wind",action:{action:4,trigger:"when the windstriker takes damage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of its next turn, the windstriker does not provoke opportunity attacks and can move through enemies’ spaces.",damage:"",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"29624984-64ed-4ac6-8432-faa38b0555f0",name:"Winged Drone",details:"WINGED DRONES FLOOD FROM THE HIVE during mating season, spreading far and wide on iridescent wings.",size:2,origin:4,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision, tremorsense 10",movement:"8, climb 8, fly 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:2},wisdom:{score:11},charisma:{score:4},hp:55,initiative:6,ac:18,fortitude:15,reflex:17,will:12,regeneration:null,auras:[],powers:[{id:"07c6c927-181b-45b5-a32a-c9d739b730d8",name:"Acid Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 acid damage, and ongoing 5 acid damage (save ends).",damage:"1d6+2 acid damage",category:1},{id:"b5c2fddf-cbf3-45da-9018-9c23de8d4e67",name:"Hive Drone Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the winged drone drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drone shifts 2 squares and uses acid sting.",damage:"The drone shifts 2 squares and uses acid sting",category:5},{id:"6a866131-a43d-40b1-aee3-434d6382174d",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The winged drone flies 8 squares and makes one acid sting at any point during that movement. The drone doesn’t provoke opportunity attacks when moving away from the target of the attack.",damage:"The winged drone flies 8 squares and makes one acid sting at any point during that movement",category:1},{id:"5714437f-4f05-435d-afda-006c20cf9ec5",name:"Shredding Wings",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Close blast 2",attack:{bonus:8,defence:0},description:"",details:"3d6+4 damage, and the winged drone loses its fly speed until the end of the encounter.",damage:"3d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f3fbb65c-ccfa-4b93-a5e6-ba110aa366e6",name:"Winter Wolf",details:"",size:2,origin:4,type:1,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:21},intelligence:{score:9},wisdom:{score:17},charisma:{score:10},hp:141,initiative:14,ac:28,fortitude:27,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"e6980579-8659-40d8-b352-0ad0034d4cfd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 damage plus 1d6 cold damage, or 2d10 + 6 damage plus 1d6 cold damage against a prone target.",damage:"1d10+6 damage plus 1d6 cold damage",category:1},{id:"4d5bdd5a-6100-4c88-9ebd-d12dbf2c045b",name:"Takedown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only when charging",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+6 damage plus 1d6 cold damage, and the target is knocked prone.",damage:"2d10+6 damage plus 1d6 cold damage",category:1},{id:"ea639cff-6a12-4b93-a290-0196428917c4",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d6+6 cold damage. Miss: Half damage.",damage:"2d6+6 cold damage",category:1},{id:"770fac59-1b25-4f96-9d0c-923eaae2b006",name:"Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while adjacent to a prone enemy",range:"",attack:null,description:"",details:"The winter wolf shifts 1 square and pulls a prone target that is adjacent to it 1 square.",damage:"The winter wolf shifts 1 square and pulls a prone target that is adjacent to it 1 square",category:3}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a7d088c-871f-4112-ab37-377715aa8aa0",name:"Winter Wolf Snowfang",details:"",size:2,origin:4,type:1,keywords:"",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Stealth +20 (+5 to Stealth checks when in ice or snow)",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:25},intelligence:{score:10},wisdom:{score:18},charisma:{score:11},hp:124,initiative:19,ac:30,fortitude:28,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"34ec238a-64b9-4bd8-b8db-68838d7b9a05",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+5 damage plus 1d8 cold damage.",damage:"1d10+5 damage plus 1d8 cold damage",category:1},{id:"3ddc8601-7c52-47a1-87fa-09c23aa48f4f",name:"Frigid Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"2d8+7 cold damage, and ongoing 5 cold damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"f8fafd4c-0a98-4443-af12-a8f4c8d56aa4",name:"Ice Rending",action:null,keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The winter wolf snowfang deals 2d8 extra damage with its bite attack against any creature that is taking ongoing cold damage.",damage:"the winter wolf snowfang deals 2d8 extra damage with its bite attack against any creature that is taking ongoing cold damage",category:0},{id:"1f638bd3-d26d-485a-9934-1e95a771b06e",name:"Snow Zephyr",action:{action:4,trigger:"when an attack damages the winterwolf snowfang",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The winter wolf snowfang changes into a whirling zephyr of snow. It gains insubstantial and shifts its speed as a move action. While in this form, the wolf can use only its frigid breath attack. The wolf remains in this form until it uses frigid breath or until it chooses to resume its normal form as a minor action.",damage:"",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"290b444f-797c-4095-994f-06ef97cfd528",name:"Withering Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +18, Insight +13",equipment:"quarterstaff",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:12},intelligence:{score:20},wisdom:{score:13},charisma:{score:23},hp:138,initiative:8,ac:28,fortitude:24,reflex:25,will:26,regeneration:null,auras:[{id:"6be91bd5-bef4-49c7-98f3-f526fc412f36",name:"Aura of Exhastion",keywords:"",details:"(Charm) aura 3; each enemy within the aura is weakened"}],powers:[{id:"f3a7aee2-76d1-4fb2-b78d-39ac8b94a094",name:"Staff of Weariness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"1527b829-4306-414d-bce6-ca138fba8fb4",name:"Draining Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8+6 psychic damage, and the target is immobilized until the end of the withering devil’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"a58d3bb0-7115-4626-ae9c-04c4ff80a837",name:"Gaze of Apathy",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"the target is slowed (save ends).",damage:"",category:3}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"268dfab0-fc4e-405b-bcd7-83753aa0de62",name:"Witherling",details:"",size:1,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"8, climb 6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:19},intelligence:{score:7},wisdom:{score:11},charisma:{score:12},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"0215c4fe-caca-4f82-891c-fd2165b2526b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage, and the target is slowed (save ends).",damage:"1d6+2 damage",category:1},{id:"98a7041a-b7ac-4970-aaee-e6f0b141f0d1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling makes two claw attacks.",damage:"",category:1},{id:"afa8781a-47a9-4838-bb9d-ef49f47af53b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it.",damage:"a witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"ca374bdb-27b0-483e-a5fb-9b4092cd1b7d",name:"Blood Dance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling shifts 2 squares.",damage:"The witherling shifts 2 squares",category:3},{id:"cfd9c1c3-2917-42c4-9e2b-479505086e0a",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling’s melee attacks deal 2 extra damage against any enemy that has two or more of the witherling’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"fd2278e9-a573-478c-be4d-4c1d090b40c1",name:"Sudden Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The witherling jumps 4 squares. During the jump, it gains a +5 bonus to AC against opportunity attacks, and any enemy that misses the witherling with an opportunity attack grants combat advantage to it until the end of the witherling’s turn.",damage:"The witherling jumps 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09637346-55f7-46c2-abb0-f137f3793264",name:"Witherling Death Shrieker",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:65,initiative:5,ac:19,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"6da0235f-8d03-4b70-b3e8-75a33e25d8db",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"67888b1e-6be6-4a59-bdfa-0b35afe066d4",name:"Death Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 2d6+4 damage, and any undead ally adjacent to the target regains 5 hit points. An undead ally can regain hit points only once per round in this way.",damage:"2d6+4 damage",category:1},{id:"5dc6796b-6135-4054-b7a7-198ded3c4ead",name:"Thunder Shriek",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 1d6+4 thunder damage, and the witherling death shrieker pushes the target 2 squares.",damage:"1d6+4 thunder damage",category:1},{id:"ee9c7d24-56cb-456b-9bb8-eb3d5fdd4194",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling death shrieker’s melee attacks deal 2 extra damage against any enemy that has two or more of the death shrieker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c17952be-1553-463b-ad10-4eaf1e5c2e08",name:"Witherling Rabble",details:"",size:1,origin:4,type:0,keywords:"undead",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"8, climb 6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:19},intelligence:{score:7},wisdom:{score:11},charisma:{score:12},hp:1,initiative:10,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"33a3a598-2aec-463f-a3b6-2a105451b971",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"6ebe06e4-c0bf-406d-a780-35a185abe5a0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A witherling rabble deals 2 extra damage on attacks against any creature granting combat advantage to it.",damage:"a witherling rabble deals 2 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"ca1c45ea-cb10-4080-a3fb-c5e6c7c5ece8",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling rabble’s melee attacks deal 2 extra damage against any enemy that has two or more of the rabble’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"ca0e1a1f-bfe3-411d-8f13-e86b5f2c0e14",name:"Sudden Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The witherling rabble jumps 4 squares. During the jump, it gains a +5 bonus to AC against opportunity attacks, and any enemy that misses the rabble with an opportunity attack grants combat advantage to it until the end of the rabble’s turn.",damage:"The witherling rabble jumps 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e6180562-bb96-4e03-ac9c-dab15c03bdb7",name:"Wood Woad",details:"",size:2,origin:2,type:2,keywords:"plant",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Intimidate +11",equipment:"club",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:9},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:92,initiative:5,ac:23,fortitude:21,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"db336813-4241-4df3-976b-abff61e1aa3f",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"f28abc3d-b59a-40ec-9f52-6262d13617bf",name:"Nature’s Judgment",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Reliable, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+6 damage, and the target is immobilized and takes ongoing 5 damage (save ends both). When the target takes the ongoing damage, the fey enemy or plant enemy nearest to the target regains an equal number of hit points.",damage:"2d8+6 damage",category:1},{id:"d84c4558-da4b-43a8-bab8-21429c9d64ff",name:"Nature’s Mystery",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets one creature; no attack roll; the target takes a -2 penalty to attack rolls, all defenses, and saving throws (save ends). In addition, the target takes a -5 penalty to saving throws against this effect unless it succeeds on a DC 20 Nature check (as a minor action on the target’s turn).",damage:"the target takes a -2 penalty to attack rolls",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1616b9d1-2fe7-4bff-97c1-772a0b1f3051",name:"Xorn",details:"",size:2,origin:1,type:1,keywords:"earth",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +7; all-around vision, darkvision",movement:"5, burrow 5",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:12},hp:102,initiative:8,ac:23,fortitude:24,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"855ccd5e-ad91-4814-9829-463f81d1e1af",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"91410361-4b24-4f3b-9af0-ac9fe61659d1",name:"Triple Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The xorn makes three claw attacks, each against a different target.",damage:"",category:1},{id:"89b0bdf1-a39e-4c4e-838a-5c392918adab",name:"Earthy Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0116a8ad-7d56-4939-b6ee-346ae55dba10",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A xorn can burrow through solid stone as if it were loose earth.",damage:"",category:0},{id:"7557919c-1a86-4ea8-920a-f192dfa821dd",name:"Retreat",action:{action:4,trigger:"when the xorn is missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The xorn burrows its speed.",damage:"",category:5},{id:"9bc4f4a1-d4f9-4696-bac4-fae1fd248352",name:"Submerge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The xorn sinks partially under the ground and gains a +2 bonus to AC until it moves.",damage:"The xorn sinks partially under the ground and gains a +2 bonus to AC until it moves",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c8181229-dbbe-4263-81f5-1f65f27b19a9",name:"Yochlol Tempter",details:"",size:2,origin:1,type:2,keywords:"demon, shapechanger",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6, climb 8 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common, Elven",skills:"Bluff +20, Intimidate +20, Religion +17, Stealth +19",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:23},intelligence:{score:19},wisdom:{score:21},charisma:{score:24},hp:158,initiative:14,ac:31,fortitude:27,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"d452c24f-027d-440c-9795-8682ecb55180",name:"Demon Form • Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"3107474c-a03e-4688-a134-2b4e8f789e46",name:"Demon Form • Amorphous Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yochlol tempter makes four tentacle attacks. A target hit by two or more tentacle attacks takes a -4 penalty to Will (save ends).",damage:"A target hit by two or more tentacle attacks takes a -4 penalty to Will (save ends)",category:1},{id:"cbf880cd-31e3-4b0c-a417-db1bed1f794d",name:"Demon Form • Maddening Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 4 while bloodied"},keywords:"Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"targets enemies; the target is immobilized and takes ongoing 5 psychic damage (save ends both).",damage:"the target is immobilized and takes ongoing 5 psychic damage (save ends both)",category:1},{id:"520e2378-1430-422f-b896-f8fa4ba13f0b",name:"Drow Form • Spider Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"1d6+5 damage, and ongoing 10 poison damage (save ends).",damage:"1d6+5 damage",category:1},{id:"366d89ec-8f61-40ad-9d5f-225ba5444c75",name:"Drow Form • Venom Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"1d6+5 damage, and the target is slowed and takes ongoing 5 poison damage (save ends both).",damage:"1d6+5 damage",category:1},{id:"53e9b832-f489-44fd-b4ca-73b176e60fe4",name:"Drow Form • Seductive Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the target saves"},keywords:"Charm, Reliable",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"the target is dazed (save ends). First Failed Saving Throw: The target is stunned (save ends). Second Failed Saving Throw: The target is dominated (save ends).",damage:"",category:3},{id:"8cf644f4-ca25-486d-8b26-e6ca782d6a75",name:"Drow Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A yochlol tempter can alter its physical form to take on the appearance of a unique female drow.",damage:"",category:3},{id:"5bce1cf8-a66c-41ca-9aa2-6a13ea68460e",name:"Demon Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A yochlol tempter can alter its physical form to resume its demon form.",damage:"",category:3}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d51ef363-6d38-4160-b4b3-d14176fdbb70",name:"Young Adamantine Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:7,role:{type:7,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +10, Intimidate +9",equipment:"",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:332,initiative:8,ac:23,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0fdee0ed-cb2c-48f4-bf10-5cc02211808a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"15e418e4-f039-4ebc-bb77-d4e6621f784d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"479913db-dfe1-45f3-899b-87ad35a010f9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young adamantine dragon makes two claw attacks.",damage:"",category:1},{id:"468034fe-6f82-40c3-bf73-7be31bf38175",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d8+3 damage, and the target is knocked prone.",damage:"1d8+3 damage",category:5},{id:"ca653979-9654-4606-a84f-8d60b08a9cd3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"2d6+3 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the young adamantine dragon’s next turn, it gives a thunderous roar: close burst 3",attack:{bonus:10,defence:1},description:"",details:"no attack roll; 10 thunder damage.",damage:"10 thunder damage",category:1},{id:"dbd37e5a-6324-4360-a2f2-f9d15c3fc1d4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young adamantine dragon uses it.",damage:"",category:5},{id:"2baa2573-977a-40e0-bfed-4ca3e2636507",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"57281ae1-2203-4ffb-b90b-2fa7da13221e",name:"Young Copper Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:6,role:{type:6,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +13, Bluff +9, Insight +10",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:12},wisdom:{score:14},charisma:{score:12},hp:296,initiative:10,ac:20,fortitude:18,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"0382170a-cff7-4089-a54c-a574bd71a124",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"The young copper dragon shifts 2 squares before and after making the attack. Reach 2; 1d10+4 damage plus 1d6 acid damage.",damage:"1d10+4 damage plus 1d6 acid damage",category:1},{id:"53695518-d83d-4efd-bdf1-59d66611f0bb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"20eea920-f6b3-430a-b15e-d4652eae5298",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young copper dragon makes two claw attacks and then shifts 2 squares.",damage:"The young copper dragon makes two claw attacks and then shifts 2 squares",category:1},{id:"9c3e21f0-2ae4-4fc6-b921-3102adebd1d3",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The young copper dragon flies 10 squares and makes one melee basic attack at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"376b688e-8c06-4b20-850d-395d61acdcfb",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the young copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Targets the triggering enemy; 1d8+3 damage, and the copper dragon shifts 2 squares.",damage:"1d8+3 damage",category:5},{id:"c9deceee-3c4b-4b3c-b3fc-be9f9f86a366",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"1d10+4 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"1d10+4 acid damage",category:1},{id:"853424c1-8839-47f6-860b-69ff3fc121f8",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young copper dragon uses it.",damage:"",category:5},{id:"ba00a2d3-3fac-4a44-97aa-475ad0b3d9ac",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84ef9eca-760a-421f-94ad-f1e5ca172f77",name:"Young Gold Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:9,role:{type:3,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +15, Athletics +13, Diplomacy +13, Insight +12, Intimidate +13",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:23},wisdom:{score:16},charisma:{score:18},hp:380,initiative:7,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"4ccbfa3e-035e-4785-976e-bb496b137a28",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+4 damage plus 2d6 fire damage.",damage:"2d8+4 damage plus 2d6 fire damage",category:1},{id:"53da9c07-8608-4305-8c60-144ed97d5fd1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"9e07bf99-74e3-44bf-9ecf-ccaf91f71195",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young gold dragon makes two claw attacks.",damage:"",category:1},{id:"79e4449b-a409-4be2-b93a-83deb53ae6db",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the young gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 5 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 5 fire damage (save ends)",category:5},{id:"28e33a30-e3de-4580-88c2-c0afc8a29055",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"2d6+5 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"2d6+5 fire damage",category:1},{id:"78f6927d-33ff-48ef-bf6b-c42dc23d0107",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young gold dragon uses it.",damage:"",category:5},{id:"e742cdcd-9cb5-4106-b8ac-fc96c96cdf32",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35c958ea-aca4-40cc-a52b-8f86899ce5fb",name:"Young Iron Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:5,role:{type:4,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"8, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +9, Athletics +8, Stealth +9",equipment:"",category:"",strength:{score:13},constitution:{score:19},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:11},hp:268,initiative:8,ac:19,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"15d5d1ad-c7cd-4853-9a79-d35aa571bc49",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+4 damage plus 1d8 lightning damage.",damage:"2d8+4 damage plus 1d8 lightning damage",category:1},{id:"545d9556-aaf1-489f-be66-31657c7ae2ac",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"ad297740-ffc7-437c-9b7e-f8fb138a24f3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young iron dragon makes two claw attacks.",damage:"",category:1},{id:"dcfeb991-8eb8-420a-a479-cfd7655ce252",name:"Wing Block",action:{action:5,trigger:"when the young iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The dragon gains resist 5 to all damage of the triggering attack, and it makes an attack; 1d6+4 damage.",damage:"the dragon gains resist 5 to all damage of the triggering attack",category:5},{id:"86cd7ef7-4326-45f9-8610-c7639b8769b3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:6,defence:2},description:"",details:"2d6+4 lightning damage, and the young iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"2d6+4 lightning damage",category:1},{id:"32c94340-319f-47cd-8726-4bdf71f10527",name:"Bloodied",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young iron dragon uses it.",damage:"",category:5},{id:"413c4148-c6da-49a4-a8fc-b81a49587b5f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:6,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"15319eb0-7813-4a29-b14a-aa86628a968b",name:"Young Rust Monster Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:22},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:92,initiative:12,ac:25,fortitude:19,reflex:24,will:19,regeneration:null,auras:[{id:"0710053d-7e9e-4500-9be4-3efbf3d98f24",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 damage. If the enemy has a rusting item, that enemy is also slowed until the end of its turn."}],powers:[{id:"e60e90a2-042a-4967-bf34-f2cc3506b432",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"2d8+1 damage, and if the target is wearing heavy armor, the armor is rusting until the end of the encounter. While the armor is rusting, the target takes a cumulative -1 penalty to AC, to maximum penalty of -5.",damage:"2d8+1 damage",category:1},{id:"c051b60e-0675-4ab6-a88f-9d186edb00ce",name:"Rusting Defense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the rust monster swarm is hit by a weapon attack",range:"",attack:null,description:"",details:"The weapon used in the triggering attack is rusting until the end of the encounter. While the weapon is rusting, the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon, to a maximum penalty of -5.",damage:"the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"aa30a1ef-bf28-4fa3-80c1-7455e65e0188",name:"Young Silver Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:8,role:{type:2,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"6, fly 6 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +16, Insight +10",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:376,initiative:7,ac:20,fortitude:22,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"9750d686-e90a-4a28-89ee-75c150e51802",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"f76530a4-5ce5-4369-b460-f168222b57c0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"65842714-a3d1-4d7a-8034-2cbeaaed5452",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young silver dragon makes a claw attack against each enemy within reach.",damage:"",category:1},{id:"e4c7e742-9eea-4b32-9810-f12d0eef2140",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the young silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 1d6+5 damage.",damage:"1d6+5 damage",category:5},{id:"10fc272c-a3d9-4db4-a752-fdddb571e9b7",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"1d8+5 cold damage, and the target gains vulnerable 5 to all damage (save ends). Miss: Half damage.",damage:"1d8+5 cold damage",category:1},{id:"3fa5575d-e0fa-4576-adeb-6bc572ae3b0f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young silver dragon uses it.",damage:"",category:5},{id:"9634163f-747a-4d0b-87f0-4c9b7f1e5a70",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"13ac6db1-63a4-4684-a154-8bcb275eeaf7",name:"Blood Scarab",details:"",size:2,origin:4,type:1,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +2",movement:"5, burrow 5",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:16},intelligence:{score:1},wisdom:{score:12},charisma:{score:6},hp:41,initiative:8,ac:18,fortitude:15,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ccd609c9-a4fb-4dc5-a7ab-d092c5227469",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"ed28ef05-c1bc-4191-8e32-163e23391b8a",name:"Ambush Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Use only after scarab emerges after burrowing; 2d8+5 damage.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d6d95212-529d-46e0-b51c-a36f5b739b92",name:"Goblin Delver",details:"",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Any",languages:"Common, Goblin",skills:"Dungeoneering +6, Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:19},intelligence:{score:8},wisdom:{score:8},charisma:{score:16},hp:59,initiative:8,ac:18,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"09618bc2-eaa8-4f0b-be3f-41aa96bb6ca8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"6e4edc61-d455-40de-9859-cd821dd1dd5b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"1eac8f4b-790f-4580-952a-6c3a9cc950f0",name:"Grab Bag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:9,defence:0},description:"",details:"delver randomly pulls an item from pack and throws it; roll 1d4 for effect: 1: Stone, 1d6 + 4 damage; 2: Alchemist’s Fire, 1d8 + 4 fire damage and 5 fire damage to all creatures adjacent to target; 3: Caltrops, 1d6 + 4 damage and target is slowed (save ends); 4: Healing Flask, target heals 5 hp.",damage:"1d6 + 4 damage",category:1},{id:"bbf75575-bfde-4d6b-a6f1-2db11d7225b6",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"3fccbbff-b949-430d-b378-798fd71d5cc8",name:"Untidy Death",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the delver is reduced to 0 hit points, it drops everything it carries and its square becomes difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9faf461-92ab-473b-a087-dce40e6ac8e9",name:"Minotaur Battle Shaman",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +14, Nature +17, Religion +12",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:23},charisma:{score:16},hp:94,initiative:9,ac:24,fortitude:24,reflex:26,will:24,regeneration:null,auras:[{id:"7e63af13-db12-4115-813f-d0210b476d29",name:"Spirit of Health",keywords:"",details:"aura 5; allies that start their turn in the aura gain 5 temporary hit points."}],powers:[{id:"69fe9ed6-3b0e-47b5-a105-3f329d47a20b",name:"Primal Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+5 damage, and shaman shifts 1 square.",damage:"2d4+5 damage",category:1},{id:"5629f0b7-9fe2-4298-9f85-7ab99f270595",name:"Primal Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"1d8+5 damage, and the shaman regains 5 hit points.",damage:"1d8+5 damage",category:1},{id:"d1e5ac47-b600-49c8-9778-1be5cc2c6911",name:"Spirit of Nature’s Rage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Area burst 2 within 20",attack:{bonus:17,defence:3},description:"",details:"enemies only; 3d6+5 damage, and the target slides 2 squares and makes an immediate basic attack against the nearest ally it can reach.",damage:"3d6+5 damage",category:1},{id:"547d8be4-0345-4e00-8715-0d744d3022f3",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50e19eef-53cc-4a9e-8169-df2e5d8fa2e9",name:"Orc Terrorblade",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +11, Intimidate +7",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:14},intelligence:{score:8},wisdom:{score:9},charisma:{score:8},hp:87,initiative:5,ac:18,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"49dd1b6c-0284-4fcc-9467-02bd8d5f2a0f",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"3d4+6 damage (crit 2d4+18).",damage:"3d4+6 damage (crit 2d4+18)",category:1},{id:"ac097559-9a02-4e9a-8fb2-eba96947b84d",name:"Bloodfury Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Weapon",condition:"only while bloodied",range:"",attack:{bonus:9,defence:0},description:"",details:"4d4+6 damage (crit 2d4+22). Hit or Miss: The orc regains 10 hit points.",damage:"4d4+6 damage (crit 2d4+22)",category:1},{id:"721d171b-0f64-4ab8-bcbc-52c86f46d249",name:"Bloodthirsty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the orc hits a bloodied target, the attack deals an extra 2d4 damage.",damage:"the attack deals an extra 2d4 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3794f872-7ea8-4dd3-abd1-1f419fbc0e01",name:"Yuan-Ti Fangblade",details:"",size:2,origin:4,type:2,keywords:"reptile",level:14,role:{type:2,flag:0,leader:!0},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:22},intelligence:{score:9},wisdom:{score:16},charisma:{score:12},hp:170,initiative:13,ac:26,fortitude:27,reflex:27,will:24,regeneration:null,auras:[{id:"a05b2c3a-13b2-4d0e-87ae-a113798249c0",name:"Zehir’s Fang",keywords:"",details:"aura 10; reptile allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"a607f326-2047-42ae-a88d-3631a984d487",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"b30e6257-d0a9-41bd-957e-d11f46d5b851",name:"Poison Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d6+4 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+4 damage",category:1},{id:"32fa42ad-ceaa-4f80-83a1-70728ea15a03",name:"Swift Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when yuan-ti starts its turn adjacent to an immobilized creature"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti fangblade makes a greatsword attack and a poison bite attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5b7a7ae-45bb-4bad-9b44-fc698bda3625",name:"Doomdreamer",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"",equipment:"mace",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:15},intelligence:{score:19},wisdom:{score:20},charisma:{score:17},hp:87,initiative:6,ac:22,fortitude:18,reflex:20,will:21,regeneration:null,auras:[{id:"0fa4ce97-3c0d-428e-a2dd-3d98792420c8",name:"Blessing of the Elemental Eye",keywords:"",details:"aura 2; elemental and demon allies within the aura gain a +2 bonus to attack rolls."}],powers:[{id:"3e2b1b4f-ae82-4409-ab24-baa39be03c58",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"79dab5ab-5639-4503-beee-e0ce9625e412",name:"Chilling Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 5",attack:{bonus:12,defence:2},description:"",details:"1d8+7 cold damage, and the target is immobilized until the end of the doomdreamer’s next turn.",damage:"1d8+7 cold damage",category:1},{id:"321b311d-827d-4251-a1f7-72ddac6ef116",name:"Touch of Insanity",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"1d6+7 psychic damage, and the target must move at least 1 square during its turn or take 10 psychic damage at the end of its turn (save ends).",damage:"1d6+7 psychic damage",category:1},{id:"9455023b-1e59-4d6d-aa63-f6551fa97b7c",name:"Maddening Howl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d8+7 thunder damage, and the target is dazed until the end of the doomdreamer’s next turn.",damage:"2d8+7 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db594f5b-69ca-4132-a365-37f9aa687d59",name:"Duergar Cleric of Asmodeus",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven, Supernal",skills:"Arcana +11, Diplomacy +10, Religion +11",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:11},intelligence:{score:16},wisdom:{score:19},charisma:{score:14},hp:82,initiative:3,ac:20,fortitude:20,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"088befeb-c2c4-49fb-899c-3b092d1b362d",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"a1945010-031f-4ae9-9e09-f253a345609d",name:"Iron Bolt of Obedience",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"(standard",range:"the target slides 3 squares and makes a melee or ranged basic attack against a target of the cleric’s choice with a +4 power bonus to the attack roll.",attack:{bonus:11,defence:3},description:"",details:"",damage:"",category:1},{id:"68f79640-d00b-4a9c-b1a3-d2be697667dd",name:"Demand Tribute",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"1d8+4 necrotic damage. Until the end of the encounter, whenever the target spends a healing surge or allows another creature to spend a healing surge, the cleric regains 10 hit points.",damage:"1d8+4 necrotic damage",category:1},{id:"ceb6653e-2016-47f5-910c-1b551a04d7b4",name:"Tyrannical Judgment",action:{action:4,trigger:"when an ally within 5 squares of the cleric misses with an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"the ally takes 5 damage and rerolls the attack.",damage:"the ally takes 5 damage and rerolls the attack",category:5},{id:"95ae364c-46a4-49eb-ac29-12510da14719",name:"Wave of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:11,defence:3},description:"",details:"2d8+5 psychic damage. Allies in the blast gain 5 temporary hit points and a +2 power bonus to attack rolls until the end of the cleric’s next turn.",damage:"2d8+5 psychic damage",category:1}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"3efcc7cb-b479-46c9-8bb0-73f595a602e9",name:"Minotaur Thug",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +12, Athletics +13",equipment:"short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:10},hp:95,initiative:9,ac:22,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"46aa33bf-778d-4a4f-81e9-a2d7cd47526b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"4074ef8c-e923-402e-b65b-e85197c41deb",name:"Slashing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The minotaur thug makes a charge attack; 2d6+5 damage, and the target is pushed 1 square. Effect: The minotaur thug shifts 2 squares after the attack.",damage:"2d6+5 damage",category:1},{id:"50a0b765-d8e6-424a-bfbc-dc0fd7af12e2",name:"Goring Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The minotaur thug moves 6 squares and makes up to three attacks at any point during this move, attacking a different target each time; 1d6+5 damage, and the target slides 1 square.",damage:"1d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"47d5f546-7f6f-4f0f-882d-7816e3298d9c",name:"Psychic Sentinel",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:19},hp:0,initiative:10,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[{id:"07ca0df3-0f29-48c7-bce9-40d2b95bc146",name:"Mind Lock Aura",keywords:"",details:"aura 2; a creature that starts its turn within"}],powers:[{id:"66a61bac-42d1-4077-8201-c18d4bd98a51",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+5 damage, and the target is marked until the end of the psychic sentinel’s next turn.",damage:"2d8+5 damage",category:1},{id:"c46cbb5c-b108-40e0-af51-b1f3796491b7",name:"Ruby Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d6+7 psychic damage, and the target is marked until the end of the psychic sentinel’s next turn.",damage:"2d6+7 psychic damage",category:1},{id:"2cd63771-02ce-4c08-8f9e-871dca14a1bd",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The psychic sentinel makes a slam attack and a ruby beam attack or two slam attacks.",damage:"",category:1},{id:"1ac0c92d-cf04-4359-a73d-fd5f7013176d",name:"Psychic Backlash",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 3d6+10 psychic damage.",damage:"3d6+10 psychic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3cc4383-177e-496e-8201-7d94baa2bd24",name:"Bullywug Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"5 (swamp walk), swim 4",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +8",equipment:"club; leather armor",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:14},intelligence:{score:7},wisdom:{score:11},charisma:{score:9},hp:49,initiative:5,ac:19,fortitude:16,reflex:15,will:13,regeneration:null,auras:[{id:"83eb4f19-44e6-4ec8-96b4-9b690517d8a4",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"de75cc49-a958-49b8-819f-a85838995e2b",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"ff02db5d-cdc1-40f0-b334-3d8035842608",name:"Leaping Bash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The bullywug guard shifts 2 squares and attacks; 2d6+7 damage, and the target is knocked prone.",damage:"2d6+7 damage",category:1},{id:"665aa0b2-fe2d-4cb4-a3e5-a0c7e41e2f61",name:"Protecting Hop",action:{action:5,trigger:"when an adjacent ally is hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bullywug guard swaps positions with the ally, and the triggering attack is redirected to the bullywug guard.",damage:"",category:5},{id:"e0997855-a783-4569-9e82-5601b0d1671b",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug guard regains 5 hit points.",damage:"Any attacker who scores a critical hit against a bullywug guard regains 5 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"237e7788-ad29-4a7f-978a-1c245e23828b",name:"Goblin Wolf Rider",details:"",size:1,origin:4,type:2,keywords:"goblin",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"8",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9",equipment:"leather armor; short sword",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:62,initiative:6,ac:19,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"dccf27e2-2e81-4012-ad41-c07d18da2b3b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"f057afeb-203c-4084-8662-5a0119cf4102",name:"Wolf’s Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"prone target only",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"f6bbda08-4c12-4abf-a8cb-b3f1a2fb17d3",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The goblin wolf rider moves half its speed and makes one melee basic attack during the move. It doesn’t provoke opportunity attacks while moving away from the target of this attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"cf00d5eb-6eeb-49aa-a6f1-a9f957e51132",name:"Knockdown Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the goblin wolf rider charges, it deals 1d6 extra damage and knocks the target prone.",damage:"it deals 1d6 extra damage and knocks the target prone",category:0},{id:"2c85c9fe-b131-4cf6-92dd-2f602a69dc31",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin wolf rider shifts 1 square.",damage:"The goblin wolf rider shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ec8a6d7f-744e-44b4-a7d7-f25597a3199b",name:"Human Outrider",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Athletics +12",equipment:"leather armor; longsword",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:18},intelligence:{score:15},wisdom:{score:14},charisma:{score:10},hp:74,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"0a585ff1-1b99-4c8f-b43a-8393660174d4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage, plus 1d8 damage on charge attacks.",damage:"1d8+6 damage",category:1},{id:"20a95eb0-c3cc-46b1-93ec-72d2a34e0318",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"The human outrider moves its speed and can enter enemies’ spaces. The outrider makes an attack; 1d6+6 damage, and the target is knocked prone.",damage:"1d6+6 damage",category:1},{id:"8274d308-e600-4528-b27c-4fb6bb6c3b71",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The human outrider moves half its speed and makes one melee basic attack during the move. It doesn’t provoke opportunity attacks while moving away from the target.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9060bd4b-6348-46cb-8eb4-227e88ff69c1",name:"Skeletal Cyclops",details:"",size:3,origin:2,type:0,keywords:"undead",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:22},intelligence:{score:3},wisdom:{score:19},charisma:{score:3},hp:147,initiative:12,ac:24,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"82dd1149-b13c-4da8-8163-39b8bc271076",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d12+7 damage.",damage:"1d12+7 damage",category:1},{id:"db1fb659-9e26-46bc-b1e5-f1969f6c2bf4",name:"Brush Aside",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges at the start of the skeletal cyclops’s turn when a creature affected by its undead eye is more than 2 squares away from the cyclops"},keywords:"",condition:"",range:"Close blast 2",attack:{bonus:15,defence:1},description:"",details:"the target is pushed 2 squares.",damage:"the target is pushed 2 squares",category:3},{id:"8299fdd4-3d12-40c0-bcd0-373fa1cabe25",name:"Undead Eye",action:{action:4,trigger:"when an enemy attacks the skeletal cyclops",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy gains vulnerable 10 to the skeletal cyclops’s attacks until the end of the cyclops’s next turn.",damage:"The triggering enemy gains vulnerable 10 to the skeletal cyclops’s attacks until the end of the cyclops’s next turn",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3ca0f72a-1032-454f-a813-467c3e4c5155",name:"Skeletal Tiefling",details:"",size:2,origin:4,type:0,keywords:"undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword; scale armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:4},wisdom:{score:14},charisma:{score:3},hp:90,initiative:11,ac:24,fortitude:20,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"5697331b-dddb-441f-bf7d-27349ab6d9cf",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+17 against bloodied targets)1d8+8 damage, and the target is marked until the end of the skeletal tiefling’s next turn.",damage:"(+17 against bloodied targets)1d8+8 damage",category:1},{id:"cf4e7d0b-8f97-4819-8647-e2af8b6c9268",name:"No Escape",action:{action:5,trigger:"when an enemy marked by the skeletal tiefling shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skeletal tiefling makes a longsword attack against the triggering creature.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6cb25615-5fef-4f53-86f8-afb369cb753f",name:"Tiefling Necromancer",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +14, Stealth +11",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:15},intelligence:{score:20},wisdom:{score:15},charisma:{score:17},hp:188,initiative:6,ac:23,fortitude:20,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"cef8d7c0-42c5-49b2-81d3-0cc3a6e0c122",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"5da44931-3d8a-4402-aaf8-5a00b0298c83",name:"Infernal Puppet",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"2d8+3 psychic damage, and the target slides 5 squares.",damage:"2d8+3 psychic damage",category:3},{id:"9f1b1544-74a3-4ed6-99e8-f110a452eec3",name:"Withering Consumption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:13,defence:1},description:"",details:"2d8+3 necrotic damage, the target is weakened until the end of the necromancer’s next turn, and one undead ally within 5 squares regains 5 hit points.",damage:"2d8+3 necrotic damage",category:1},{id:"2c190ad6-7638-4011-8c89-dc303e17e7d7",name:"Chilling Transfer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Healing",condition:"targets enemies",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"4d6+3 cold damage, and the target is slowed (save ends). Each undead ally in burst regains 5 hit points.",damage:"4d6+3 cold damage",category:1},{id:"1c678f19-0bbc-4876-8331-868197620130",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling gains a +1 bonus to next attack roll against an enemy that hit the necromancer since its last turn. If the attack hits, it deals 5 extra damage.",damage:"it deals 5 extra damage",category:3}],damageModifiers:[{type:3,value:-10},{type:6,value:-5}],resist:"",vulnerable:"radiant (undead allies within 5 squares of the necromancer are slowed until the end of the necromancer’s next turn.)",immune:"",tactics:""},{id:"ea7f10a9-d2ae-45e6-91ef-7b538902ede1",name:"Vampire Guildmaster",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:6,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"8, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:24},intelligence:{score:15},wisdom:{score:13},charisma:{score:19},hp:192,initiative:15,ac:26,fortitude:24,reflex:25,will:22,regeneration:{value:10,details:"doesn’t function while in direct sunlight"},auras:[],powers:[{id:"0e5b419f-c615-4199-825a-a7c35a22a988",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"normal form only",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"6c7ce823-f879-4c76-a680-2b57b04879ab",name:"Flash of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"normal form only",range:"Moves its speed and makes two melee basic attacks against different targets at any point during the move. Doesn’t provoke opportunity attacks when moving away from either target.",attack:null,description:"",details:"",damage:"",category:1},{id:"d9667967-2b80-4fa4-8f98-1c8bcfb36012",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"animal form only",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+2 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6+2 necrotic damage",category:1},{id:"8278f908-2a0a-4fd0-9bbb-2252c1abc2ab",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when adjacent creature becomes bloodied"},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:15,defence:1},description:"",details:"2d10+7 damage, the target is weakened (save ends), and the guildmaster regains 48 hit points.",damage:"2d10+7 damage",category:1},{id:"86a4b06b-7ef2-41d2-91aa-e0c96e1677ff",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The vampire guildmaster deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"f21e4c29-c8b4-4233-9049-70343da87ed4",name:"Animal Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"revert minor",range:"",attack:null,description:"",details:"Transforms into swarm of rats (as MM 219, but resist is 10).",damage:"Transforms into swarm of rats (as MM 219",category:3},{id:"e91cf9c1-0a1d-4abb-935d-23fabf7dcf63",name:"Inspiring Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One humanoid ally within 5 squares of the vampire shifts 1 square and deals 1d6 extra damage until end of guildmaster’s next turn.",damage:"one humanoid ally within 5 squares of the vampire shifts 1 square and deals 1d6 extra damage until end of guildmaster’s next turn",category:3},{id:"89cebdfe-5330-4c63-a5ae-3057dec2e1b2",name:"Blanket of Mist",action:{action:5,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The triggering attack misses. The guildmaster becomes insubstantial, shifts 6 squares, and gains a fly speed of 12, but cannot attack. This effect lasts up to 1 hour.",damage:"shifts 6 squares",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"66e14ff5-eea6-4cf2-ae60-91b001798ec6",name:"Aarakocra Skyscout",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +7, eagle eyes",movement:"6",alignment:"unaligned",languages:"Aarakocra",skills:"Acrobatics +8, Athletics +6, Perception +7",equipment:"spear, 4 javelins",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:17},intelligence:{score:10},wisdom:{score:15},charisma:{score:10},hp:27,initiative:5,ac:14,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"9b36e541-929c-45d1-abc7-9653ae3c914f",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"d75c9227-2727-416f-b42b-4eb90e677722",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(Standard",range:"",attack:{bonus:7,defence:0},description:"",details:"Range 10/20; 1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"17d264f4-c42b-49d6-9137-c65a51cd0dfd",name:"Descending Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The aarakocra charges and descends at least 10ft. At the end of this charge, the aarakocra may make a basic attack (thrown or melee) with a +1 bonus to attack. If it hits, it deals 3d8+3 damage and knocks the target prone.",damage:"",category:1},{id:"58475617-b426-4e20-a4c6-cec928da04bf",name:"Eagle Eyes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aarakocra has a +10 check on Perception checks involving seeing objects at least 10 squares away. (Starting encounter distance for aarakocra should be adjusted accordingly by the dm.) ",damage:"An aarakocra has a +10 check on Perception checks involving seeing objects at least 10 squares away",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3125a7c1-e99d-4cbf-ac06-16028e8de112",name:"Abhorrent Reaper",details:"",size:3,origin:5,type:2,keywords:"undead",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Common",skills:"Intimidate +23",equipment:"sickle",category:"",strength:{score:27},constitution:{score:20},dexterity:{score:21},intelligence:{score:18},wisdom:{score:16},charisma:{score:24},hp:424,initiative:18,ac:40,fortitude:37,reflex:34,will:36,regeneration:null,auras:[{id:"414e3e6c-0c01-4086-826b-be73a7854b2a",name:"Aura of Ruin",keywords:"",details:"aura 5; any ally within the aura deals 1d6 extra necrotic damage with melee attacks."}],powers:[{id:"c85fd9a3-aec4-4c98-b2a9-7fc61bcb8091",name:"Abhorrent Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d6+8 necrotic damage.",damage:"3d6+8 necrotic damage",category:1},{id:"1adcde81-efbf-448a-9f46-c136745c8576",name:"Hateful Charge",action:{action:1,trigger:"usable only when charging",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Requires sickle; 3d6+8 necrotic damage, and the target is knocked prone and is immobilized until the end of the abhorrent reaper’s next turn.",damage:"3d6+8 necrotic damage",category:5},{id:"d55eb990-a6ba-4315-8c9e-a21f5b62608d",name:"Hate’s Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"close burst 2",attack:{bonus:28,defence:0},description:"",details:"Requires sickle; 6d6+8 necrotic damage.",damage:"6d6+8 necrotic damage",category:1},{id:"5f2ca48e-65df-49e3-9d1c-3419b2df4dc1",name:"Bloodthirst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an abhorrent reaper bloodies an enemy, one of the abhorrent reaper’s allies can make a melee basic attack against the bloodied creature as a free action.",damage:"",category:0},{id:"e946b526-84d4-4be9-a4a7-e2fcf183ef04",name:"Umbral Phantasm",action:{action:5,trigger:"when the abhorrent reaper would take damage",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abhorrent reaper becomes insubstantial until it attacks or until the end of its next turn.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"84ebce60-0c82-4285-ba53-160b1bc76e0e",name:"Accipitridae",details:"",size:2,origin:4,type:1,keywords:"undead",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"fly 7 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:16},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:63,initiative:7,ac:19,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"981ce77f-4c55-45d6-b9af-27996298b5e3",name:"Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"1d6+2 necrotic damage, and the target is blinded until the end of the accipitridae’s next turn.",damage:"1d6+2 necrotic damage",category:1},{id:"ffbf9272-d44a-492b-8dae-1aac0baaeb00",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Targets a bloodied enemy; 1d8+4 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+4 necrotic damage",category:3},{id:"f5e77b12-fa68-4dd2-bb8a-2c6a6c15cb77",name:"Screeching Retreat",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:6,defence:1},description:"",details:"2d6+5 thunder damage, and the target is dazed (save ends). Hit or Miss: The accipitridae shifts up to 3 squares.",damage:"2d6+5 thunder damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"02ddb355-c793-411b-9245-ae82736056f9",name:"Acererak (Demilich)",details:"",size:0,origin:4,type:0,keywords:"undead",level:26,role:{type:3,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"Arcana +28, History +25, Insight +26",equipment:"",category:"",strength:{score:19},constitution:{score:25},dexterity:{score:25},intelligence:{score:30},wisdom:{score:27},charisma:{score:21},hp:1e3,initiative:20,ac:44,fortitude:39,reflex:43,will:42,regeneration:{value:30,details:"if Acererak takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"fb10a1fe-c98d-4678-bb13-28219bf2a916",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"fd6a4c7b-f6ec-47af-a026-d3b2ad8f3e12",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"3d8+8 necrotic damage.",damage:"3d8+8 necrotic damage",category:1},{id:"8e51d706-d083-48d4-b2a3-f1f82be390f7",name:"Shadow Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Acererak makes a shadow ray attack and a drain soul attack.",damage:"",category:1},{id:"33634679-6f17-4dc7-bbf1-724b72c90897",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"does not provoke opportunity attacks; the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of Acererak’s soul gems until Acererak is destroyed.",damage:"",category:1},{id:"d3455582-f9c5-4558-9e92-d04f8d05a246",name:"Azure Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:31,defence:3},description:"",details:"the target takes ongoing 10 psychic damage and is slowed (save ends both).",damage:"the target takes ongoing 10 psychic damage and is slowed (save ends both)",category:3},{id:"d2ceea72-1d9d-4325-a986-c55af2bbcd38",name:"Prismatic Burst",action:{action:1,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Fire, Lightning, Thunder",condition:"",range:"Area burst 3 within 10",attack:{bonus:31,defence:2},description:"",details:"3d8+8 cold, fire, lightning, and thunder damage, and the target is stunned until the end of Acererak’s next turn.",damage:"and thunder damage",category:5},{id:"8e1924fb-609f-40ea-b734-37ece3759f34",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:31,defence:3},description:"",details:"3d8+8 necrotic damage, and the target is immobilized and takes a -2 penalty to saving throws (save ends both).",damage:"3d8+8 necrotic damage",category:5},{id:"d72eba34-f24a-4cbd-b3a6-5f7defaed5b1",name:"Consume Soul",action:{action:3,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Acererak regains 250 hit points.",damage:"Acererak regains 250 hit points",category:5},{id:"998fa346-6b67-4539-af08-ba60564300e9",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak’s eight soul gems can each hold the soul of one of his victims. At the beginning of an encounter, the soul gems contain three souls. Crushing a gem after Acererak is defeated releases the soul to the Shadowfell.",damage:"",category:0},{id:"1a217746-a4a1-441b-98b5-79a4230a76b3",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak’s skull (but not the soul gems) crumbles to dust, but Acererak is not destroyed. He reappears in 1 day adjacent to his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears in 1 day adjacent to his phylactery",category:0}],damageModifiers:[{type:6,value:-15},{type:8,value:-15}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"14f39d22-f91b-4cbe-897c-5fb6bdbe3bbf",name:"Acererak Construct",details:"",size:0,origin:4,type:0,keywords:"homunculus, undead",level:13,role:{type:0,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"fly 10 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:22},hp:600,initiative:9,ac:28,fortitude:29,reflex:26,will:25,regeneration:null,auras:[{id:"d7c55fd3-62cf-41d0-a969-c6539879bdea",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"4ea3fad9-26cb-439f-918b-c8a3191cb933",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"8ef8f929-7e1e-4f28-9017-93c1d398a300",name:"Twin Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The Acererak construct makes two shadow ray attacks.",damage:"",category:1},{id:"161db3a3-385c-4927-b431-c00abd60182c",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:18,defence:1},description:"",details:"the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of the Acererak construct’s soul gems until the construct is destroyed.",damage:"",category:1},{id:"d4c927a9-bea9-4505-be6e-ac5633ea3eba",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"2d6+4 necrotic damage, and the target takes a -2 penalty to saving throws (save ends).",damage:"2d6+4 necrotic damage",category:5},{id:"7d1c5253-7c1a-4ee3-a33b-ce35ed9b4a32",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An Acererak construct can use its drain soul power against any creature in its guarded area, even if the power hasn’t recharged.",damage:"",category:0},{id:"caab6bb3-5923-463a-bb88-7f6538cfa432",name:"Consume Soul",action:{action:3,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The Acererak construct regains 150 hit points.",damage:"The Acererak construct regains 150 hit points",category:5},{id:"f9496c1c-30bd-4a35-ad47-598f959e3368",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Acererak construct’s four soul gems can each hold the soul of one of its victims. At the beginning of an encounter, the soul gems contain one soul. Crushing a gem after the construct is defeated releases the soul to the Shadowfell.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:8,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"14712448-d665-42aa-8ec1-26c0dc5163f2",name:"Alhoon Lich",details:"",size:2,origin:0,type:2,keywords:"undead",level:21,role:{type:3,flag:1,leader:!0},senses:"Perception +16; darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +23, Bluff +17, Insight +21",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:21},intelligence:{score:26},wisdom:{score:23},charisma:{score:14},hp:394,initiative:15,ac:37,fortitude:31,reflex:35,will:33,regeneration:{value:10,details:"if an alhoon takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"7d9f2a19-9fd8-481f-a653-be17c133fdee",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters the aura or starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"5a7236bc-ea15-4690-bfe8-e20fc7ab5dc6",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"3d8+3 damage, and the target is grabbed. The alhoon can have only one creature grabbed at a time.",damage:"3d8+3 damage",category:1},{id:"6fbe1d3e-57e6-4a58-aa1b-d2d1c8022f0a",name:"Bore into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a creature grabbed by the alhoon or a dazed or stunned creature; 3d10+3 damage, and the target is stunned (save ends). If this power reduces the target to 0 hit points or fewer, the alhoon can use devour brain or create thrall.",damage:"3d10+3 damage",category:1},{id:"c756e205-448d-40bf-bf01-34b67022dbc0",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:25,defence:3},description:"",details:"the target is dominated (save ends). While dominated, the target is immune to mind blast and gains a +5 bonus to Will while within 10 squares of the alhoon that dominated it. The alhoon can have only one creature dominated using enslave at a time.",damage:"the target is immune to mind blast and gains a +5 bonus to Will while within 10 squares of the alhoon that dominated it",category:1},{id:"4f03d9f7-cff4-41ee-950c-2672ef4d7f4b",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:23,defence:3},description:"",details:"does not target mind flayers and their thralls; 4d8+7 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d8+7 psychic damage",category:1},{id:"7db7f800-cf95-47bc-9296-5d648cf654eb",name:"Interpose Thrall",action:{action:4,trigger:"when an enemy targets the alhoon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack targets a thrall within the attacker’s reach.",damage:"",category:5},{id:"5d65547b-bda7-42e1-81e9-3b130adb071d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The alhoon spends a healing surge and regains 98 hit points. The alhoon gains a +2 bonus to all defenses until the start of its next turn.",damage:"The alhoon spends a healing surge and regains 98 hit points",category:1},{id:"efcbdebf-b766-4030-8197-2416e009657e",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an alhoon is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2d6d6085-aa8a-443b-acb4-a1b2dc30fd60",name:"Aspect of Vecna",details:"",size:2,origin:3,type:2,keywords:"undead",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision, truesight 10",movement:"6, teleport 6",alignment:"Evil",languages:"all",skills:"Arcana +25, Bluff +23, Diplomacy +25, Dungeoneering +25, Heal +25, History +25, Intimidate +23, Nature +25, Religion +25",equipment:"",category:"",strength:{score:19},constitution:{score:24},dexterity:{score:23},intelligence:{score:27},wisdom:{score:26},charisma:{score:22},hp:464,initiative:18,ac:41,fortitude:39,reflex:37,will:40,regeneration:null,auras:[{id:"27d63dcb-42fe-40ff-a8df-4f011999f6ae",name:"Vecna’s Aura",keywords:"",details:"(Healing, Necrotic) aura 10; any living creature that starts its turn within the aura takes 10 necrotic damage. Any undead creature that starts its turn within the aura regains 5 hit points."}],powers:[{id:"3f48fac6-cd1f-4261-a854-9073df7b1954",name:"Paralyzing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"3d6+14 necrotic damage, and the target is immobilized and weakened (save ends both).",damage:"3d6+14 necrotic damage",category:1},{id:"375be3b2-d34f-4a76-99c4-cf3b451affc8",name:"Ray of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:2},description:"",details:"2d8+15 necrotic damage, and the target loses a healing surge.",damage:"2d8+15 necrotic damage",category:1},{id:"3f5b5ed5-9f2e-44b0-9e33-f984f8cfa27c",name:"Necrotic Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:29,defence:2},description:"",details:"targets living creatures; 2d6+12 necrotic damage, and the target is immobilized and takes ongoing 10 necrotic damage (save ends both). The burst creates a zone of webs that lasts until the end of the encounter. The zone is difficult terrain, and a living creature that ends its move in the web is immobilized and takes ongoing 10 necrotic damage (save ends both).",damage:"2d6+12 necrotic damage",category:1},{id:"8c74e046-4c5a-465d-8b9a-7c5ce1ab3599",name:"Vecna’s Ambition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the aspect of vecna reduces a creature to 0 hit points or fewer",range:"",attack:null,description:"",details:"The aspect of Vecna regains an action point.",damage:"",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"88cb2825-f3b1-476f-81cc-64e2db22c430",name:"Baelnorn Lich",details:"",size:2,origin:2,type:2,keywords:"undead",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Any",languages:"Common, Elven",skills:"Arcana +20, History +20, Insight +16",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:16},intelligence:{score:23},wisdom:{score:19},charisma:{score:21},hp:292,initiative:10,ac:31,fortitude:27,reflex:30,will:29,regeneration:{value:5,details:""},auras:[{id:"7591897e-6175-4ceb-8e3c-5f7009279000",name:"Baelnorn’s Will",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to Will and to saving throws against psychic effects."}],powers:[{id:"ddd67cce-9194-4f61-b293-b868a4462f4f",name:"Grasp of Enfeeblement",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"1d10+7 necrotic damage, and the target is weakened until the end of the baelnorn’s next turn.",damage:"1d10+7 necrotic damage",category:1},{id:"253834ae-98f5-400d-b2d9-0d00209db4c8",name:"Dream Haunting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"2d8+6 psychic damage.",damage:"2d8+6 psychic damage",category:1},{id:"541c1b01-6f80-4849-b79e-adfd12552aa9",name:"Voice of Solemnity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"the target falls into a sleepy trance. While in this trance state, the target is immobilized and dominated (save ends both). In addition, the target truthfully answers any question the baelnorn asks.",damage:"",category:3},{id:"08c5387b-3055-4748-a7a9-25c360f21627",name:"Fey Ire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:17,defence:3},description:"",details:"2d8+9 radiant damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Miss: Half damage, and the target is instead slowed (save ends).",damage:"2d8+9 radiant damage",category:1},{id:"ef8f4207-ab3d-4847-9840-7da1ff131c84",name:"Ethereal Shift",action:{action:4,trigger:"when an enemy’s melee attack misses the baelnorn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The baelnorn shifts up to 3 squares.",damage:"The baelnorn shifts up to 3 squares",category:5},{id:"4dc65814-6bcd-42d9-8dc6-df88b0f74832",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The baelnorn teleports up to 5 squares.",damage:"The baelnorn teleports up to 5 squares",category:2},{id:"37eb6b98-81c9-4b38-8654-80bfa0ec775f",name:"Projection",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Teleportation",condition:"",range:"Ranged 10",attack:null,description:"",details:"the baelnorn creates a conjuration of itself, turns invisible, and teleports up to 5 squares. The conjuration can be attacked and damaged, though it is unaffected by conditions and effects. The conjuration occupies one square and has 1 hit point (a missed attack never damages the conjuration). The baelnorn becomes visible if it attacks or when the conjuration is reduced to 0 hit points. As a move action, the baelnorn can move the conjured illusion up to 6 squares.",damage:"the conjuration can be attacked and damaged",category:5},{id:"5d42651e-1822-4422-8c0c-63fe3ef76269",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The baelnorn spends a healing surge and regains 73 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The baelnorn spends a healing surge and regains 73 hit points",category:1},{id:"93e3a51c-be0f-4c4c-9d52-81c15a4a3526",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a baelnorn is reduced to 0 hit points, its body and possessions crumble into dust, but it is not truly destroyed. It reappears in 1d10 days within 1 square of its phylactery (if it has one), unless the phylactery is also found and destroyed.",damage:"It reappears in 1d10 days within 1 square of its phylactery (if it has one)",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5fbc7f2-4768-4a15-969a-44ca9f0d3d26",name:"Beholder Death Tyrant",details:"",size:3,origin:0,type:1,keywords:"undead",level:15,role:{type:0,flag:2,leader:!1},senses:"Perception +15; all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:24},intelligence:{score:22},wisdom:{score:17},charisma:{score:28},hp:740,initiative:14,ac:29,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"b75e4a14-0520-417e-8322-48a1c7092896",name:"Eyes of the Beholder",keywords:"",details:"aura 5; the beholder death tyrant uses one random eye ray as a free action against any enemy within the aura at the start of the enemy’s turn."}],powers:[{id:"b5d52410-88c8-4f10-84ac-85a2e0c6b5a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d4+1 damage.",damage:"2d4+1 damage",category:1},{id:"2c7d636e-10b6-4f52-9347-e0a8830b661e",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:22,defence:3},description:"",details:"the target is slowed and loses necrotic resistance until the end of the beholder death tyrant’s next turn.",damage:"",category:3},{id:"0cbec548-ee08-4daf-ad6c-9650f586fa04",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"",attack:null,description:"",details:"The beholder death tyrant uses up to two different eye ray powers (chosen from the list below). Each ray must target a diff erent creature, and using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"69278f11-8540-4390-a870-7373f23e04cd",name:"Killing Look",action:{action:4,trigger:"when an enemy within 10 squares fails a saving throw against ongoing necrotic damage",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets the triggering creature; the target loses a healing surge.",damage:"",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18c3f39b-1857-4d77-8a38-b85d76991a9f",name:"Blackstar Knight",details:"",size:2,origin:5,type:0,keywords:"construct, undead",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Common, Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:27},constitution:{score:20},dexterity:{score:26},intelligence:{score:10},wisdom:{score:26},charisma:{score:9},hp:212,initiative:21,ac:40,fortitude:35,reflex:35,will:35,regeneration:null,auras:[{id:"ed59dd21-4956-4d80-9aae-b287247e14fd",name:"No Escape",keywords:"",details:"(Teleportation) The blackstar knight teleports up to 10 squares, ending the move in a square adjacent to a creature marked by the blackstar knight."}],powers:[{id:"332102a9-5b78-4a74-a0f8-edd7e39f5e33",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+9 damage, and the target is marked until the end of the blackstar knight’s next turn.",damage:"2d10+9 damage",category:1},{id:"6c84feaa-3dc1-4bfe-93bb-8c64b380d9c6",name:"Deathsword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Requires greatsword; targets a creature marked by the blackstar knight; 3d10+9 damage, and ongoing 10 necrotic damage (save ends).",damage:"3d10+9 damage",category:1},{id:"7d8031a8-7262-46c9-b756-4588fbe10c32",name:"Soldier’s Duty",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"targets undead allies; the target gains 25 temporary hit points.",damage:"the target gains 25 temporary hit points",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"13562378-a3ff-4818-bbc2-e2f6bde7e6ee",name:"Blaspheme Disciple",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:13,role:{type:0,flag:0,leader:!0},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Heal +16, Religion +14",equipment:"holy symbol",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:17},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:100,initiative:9,ac:25,fortitude:23,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"95de57e8-23f1-49cf-bb0c-73ddadf701d5",name:"Unholy Smite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 necrotic damage.",damage:"1d8+5 necrotic damage",category:1},{id:"7ec34581-b341-4c35-817e-86c5c863ec0c",name:"Unholy Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"1d10+7 necrotic damage, and the target takes a -2 penalty to attack rolls until the end of the blaspheme disciple’s next turn.",damage:"1d10+7 necrotic damage",category:1},{id:"012e4b5c-aa28-4b9f-a125-d6a72e4abf7c",name:"Words of Undeath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d6+5 necrotic and psychic damage. In addition, undead allies within the burst regain 5 hit points.",damage:"2d6+5 necrotic and psychic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"b4a5d06f-974a-46dd-a6b7-248ae5c77972",name:"Blaspheme Entomber",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:18},charisma:{score:15},hp:244,initiative:7,ac:28,fortitude:27,reflex:23,will:26,regeneration:null,auras:[{id:"5c301aa5-2a69-432c-960b-0b6bea03f829",name:"Grave Dust",keywords:"",details:"aura 1; any living creature that starts its turn within the aura takes a -2 penalty to all defenses until the end of its next turn."}],powers:[{id:"5cc3d7d3-eceb-4a82-96ac-4c316d534060",name:"Grave Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 necrotic damage, and the target is knocked prone until it succeeds on a DC 20 Strength check to stand up.",damage:"2d6+5 necrotic damage",category:1},{id:"d2f57a7b-835d-41a0-82cc-c05319acc59b",name:"Entomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"the target is stunned and entombed 2 squares beneath the ground, blocking line of sight and line of effect to the target (save ends both). On a save, the target returns to the square it occupied before it was entombed. First Failed Saving Throw: The target is no longer entombed and returns to the surface in the square it occupied before it was entombed. The target is dominated instead of stunned (save ends).",damage:"the target is stunned and entombed 2 squares beneath the ground",category:1},{id:"d886a0f8-e662-4b6d-9151-2cbc7c32f74a",name:"Beckoning Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze, Psychic",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"1d8+5 psychic damage, and the target is pulled 4 squares.",damage:"1d8+5 psychic damage",category:3},{id:"d07c5902-ec93-426f-8b8a-2a7f20e1d281",name:"Bloodied Entombment",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blaspheme entomber’s entomb power recharges, and the blaspheme entomber uses it immediately.",damage:"",category:5},{id:"94a35230-2a04-4aa6-98e8-4f2ed9466b57",name:"Command of the Grave",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The blaspheme entomber causes a creature dominated by it to take a free action to move its speed, shift up to 1 square, or make a melee basic attack.",attack:null,description:"",details:"",damage:"",category:3},{id:"da7febed-0eef-40cb-b7d8-65f717cd2dc3",name:"Grave Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blaspheme entomber burrows 6 squares.",damage:"The blaspheme entomber burrows 6 squares",category:2}],damageModifiers:[{type:6,value:-15},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"3ca76e8b-5990-412b-b400-a7082ed15375",name:"Blaspheme Imperfect",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:14},intelligence:{score:14},wisdom:{score:19},charisma:{score:12},hp:164,initiative:9,ac:26,fortitude:27,reflex:23,will:25,regeneration:null,auras:[{id:"638abdb3-059a-4532-b084-d5d411f31ed0",name:"Life Sap",keywords:"",details:"(Healing, Necrotic) aura 1; any living enemy that starts its turn within the aura takes 5 necrotic damage. Each round, if at least one enemy is damaged by the aura, the blaspheme imperfect regains 5 hit points."}],powers:[{id:"69691e82-2755-4ea6-8850-97ccaa8f21a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+6 necrotic damage.",damage:"2d10+6 necrotic damage",category:1},{id:"77490689-b87e-43b6-b705-53cbbc6bbb18",name:"Deadly Clutch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Requires free hand; 2d10+6 necrotic damage, and the target is grabbed.",damage:"2d10+6 necrotic damage",category:1},{id:"d6af31bf-3366-409c-a027-3bd011044e1e",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Targets a creature grabbed by the blaspheme imperfect; 2d10+4 necrotic damage, and the target loses a healing surge, and the blaspheme regains 10 hit points.",damage:"2d10+4 necrotic damage",category:1},{id:"45f9788e-8cd2-499d-914f-363c93da15c9",name:"Bloodied Degeneration",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The blaspheme imperfect’s body begins to degenerate, and it enters a state of bloodlust. The blaspheme gains vulnerable 5 to all damage and deals 2d6 extra damage on a hit.",damage:"the blaspheme gains vulnerable 5 to all damage and deals 2d6 extra damage on a hit",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"de92fd7c-51f8-49c8-a484-9a2baa0283f7",name:"Blaspheme Knight",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"greatsword",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:18},intelligence:{score:14},wisdom:{score:10},charisma:{score:14},hp:142,initiative:13,ac:30,fortitude:26,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"879a6993-e347-48e6-8e36-2a01ae81eef1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+8 damage, and the target is marked until the end of the blaspheme knight’s next turn.",damage:"1d10+8 damage",category:1},{id:"d4e8f5b8-6a19-4a38-b1e2-eabc1eff1949",name:"Sweeping Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:21,defence:0},description:"",details:"Requires greatsword; 2d10+8 damage, and the target is marked until the end of the blaspheme knight’s next turn.",damage:"2d10+8 damage",category:1},{id:"6ffbf7bb-2086-482c-a103-7210c1bde9b5",name:"Blasphemous Might",action:null,keywords:"",condition:"when a creature marked by the blaspheme knight makes an attack that doesn’t include the knight",range:"",attack:null,description:"",details:"Until the end of its next turn, the blaspheme knight deals 2d10 extra necrotic damage when it hits the marked creature.",damage:"the blaspheme knight deals 2d10 extra necrotic damage when it hits the marked creature",category:0}],damageModifiers:[{type:6,value:-10},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"3977a46a-631b-493a-a05a-3fca75fe889b",name:"Blaspheme Soul Vessel",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +19, Religion +19",equipment:"chainmail; mace",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:18},intelligence:{score:25},wisdom:{score:18},charisma:{score:27},hp:292,initiative:11,ac:29,fortitude:26,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"f683faaa-16ba-4265-af6d-1ab328c18838",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"209cf1d7-1fee-405d-985f-ac5108012847",name:"Arcane Sparks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d6+5 fire and necrotic damage.",damage:"2d6+5 fire and necrotic damage",category:1},{id:"531364fb-88c1-4221-9dc5-598b9acab3bb",name:"Warring Wills",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A blaspheme soul vessel’s mind constantly struggles against the body it was placed in. At the start of the blaspheme soul vessel’s turn, roll 1d6.",damage:"roll 1d6",category:0},{id:"5436d78f-2935-4f30-9310-dd4ef9f5ee3c",name:"Will Transfer",action:null,keywords:"",condition:"when the blaspheme soul vessel is hit by an attack vs. will",range:"",attack:null,description:"",details:"The attacker chooses whether the blaspheme soul vessel’s body or mind is dominant until the end of the blaspheme’s next turn.",damage:"",category:0},{id:"bf56f8cf-2e05-44d8-9015-85dd79ff7183",name:"Dominant Action",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a blaspheme soul vessel spends an action point, the creature determines whether its body or mind is dominant.",damage:"",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"c473aecf-7067-4ec7-8a84-7dd3b6358ebf",name:"Blaspheme Unholy Slayer",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Stealth +17",equipment:"dagger",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:23},intelligence:{score:13},wisdom:{score:10},charisma:{score:14},hp:92,initiative:16,ac:26,fortitude:24,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"380c0f5d-5c2d-44a4-931c-0eb71566e2f1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d4+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+5 damage",category:1},{id:"75d52a5a-c090-4377-8997-9a1ee2141507",name:"Thrown Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"1d4+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+5 damage",category:1},{id:"c6cb7b83-9439-4d90-8830-17a336c8bcb1",name:"Blasphemous Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:17,defence:0},description:"",details:"targets enemies; 3d4+5 damage plus 1d12 necrotic damage. Miss: Half damage.",damage:"3d4+5 damage plus 1d12 necrotic damage",category:1},{id:"0255aeae-5d4d-428d-801c-11ac91bc43f5",name:"Sightless Sands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"targets enemies; 1d8+5 damage and the target is blinded until the end of the blaspheme’s next turn. Hit or Miss: The blaspheme shifts up to 2 squares.",damage:"1d8+5 damage and the target is blinded until the end of the blaspheme’s next turn",category:1},{id:"b4a00338-a25e-48c6-b868-cfda817db6b5",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage (save ends).",damage:"the target takes ongoing 5 necrotic damage (save ends)",category:0},{id:"d9cf699a-055f-458b-9807-36fe91e988c1",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The blaspheme deals 2d6 extra damage when it makes a successful melee attack on a target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"d30c723c-97d7-4c56-886b-d981be5d2977",name:"Blood Amniote",details:"",size:3,origin:4,type:0,keywords:"blind, ooze, undead",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +6; blindsight 10",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:1},wisdom:{score:15},charisma:{score:1},hp:204,initiative:11,ac:27,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"81f760bb-d045-499e-89a0-d4315ef691d0",name:"Blood Call",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 3; 2d8+4 necrotic damage, and the target is grabbed. If the blood amniote scores a critical hit, the target loses a healing surge.",damage:"2d8+4 necrotic damage",category:1},{id:"178f742c-c8c5-45da-bdbe-bb3ac0441f90",name:"Body Snatch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"targets enemies; the target is pulled to a space adjacent to the blood amniote and is grabbed.",damage:"",category:3},{id:"6e6c128b-c0f8-46f7-97f0-c02518c6264b",name:"Blood Drain",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets each creature grabbed by the blood amniote; the target loses a healing surge (no attack roll required).",damage:"",category:3},{id:"659215d2-7c85-48c2-bac2-6fb9f5f979bf",name:"Grasping Tendrils",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A blood amniote can sustain a grab as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"e6017341-b41e-43e2-b5c4-b8528e182351",name:"Blood Elemental",details:"",size:4,origin:1,type:1,keywords:"blind, ooze, water",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +5; blindsight 10",movement:"6, climb 4",alignment:"Unaligned",languages:"Primordial, telepathy 5",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:232,initiative:11,ac:23,fortitude:23,reflex:22,will:19,regeneration:null,auras:[{id:"2fb1b50a-d96e-4f8c-9651-b3faca93c9f6",name:"Blood Call",keywords:"",details:"(Healing) aura 5; whenever a creature within the aura takes ongoing necrotic damage from the blood elemental’s coagulated smash, the blood elemental regains 5 hit points."}],powers:[{id:"092f75ae-a42a-4c5f-9b1e-f0924d454001",name:"Coagulated Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+5 damage",category:1},{id:"ade3cae9-d72e-43ea-ace9-84ba348ec44a",name:"Flowing Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood elemental shifts up to 4 squares.",damage:"The blood elemental shifts up to 4 squares",category:2},{id:"f5cf3a0c-c251-489c-acd6-c427d7d4c49c",name:"Bloodied Spawn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The blood elemental splits into two Huge individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one-half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original blood elemental do not apply to either of the individuals after the split occurs. A blood elemental can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, gaze, illusion, poison",tactics:""},{id:"d5576ca5-a5c7-4684-a964-eec733f12991",name:"Blood Sea Zombie",details:"",size:2,origin:1,type:0,keywords:"aquatic, undead",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"4, swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:13},intelligence:{score:1},wisdom:{score:13},charisma:{score:3},hp:97,initiative:4,ac:19,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"411a1cd9-7521-41ab-99a3-f6517ef7ea74",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"cf2e38d9-749a-4558-8fdc-c9896bdfc38b",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"the target is grabbed. Attempts to escape the zombie’s grab take a -5 penalty.",damage:"Attempts to escape the zombie’s grab take a -5 penalty",category:1},{id:"d07dc58a-dfee-4b0e-8de2-dc9de57f40a8",name:"Gory Death",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"4d6 + 4 necrotic damage, and the target is blinded (save ends).",damage:"4d6 + 4 necrotic damage",category:0},{id:"6118223f-1bfc-4dfc-a1a9-d011eb8b0da9",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit scored against a blood sea zombie reduces the zombie to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8f32bbe5-b910-4de5-a94c-1b10ed168a32",name:"Bloodkiss Beholder",details:"",size:3,origin:0,type:1,keywords:"undead",level:9,role:{type:3,flag:2,leader:!1},senses:"Perception +12; all-around vision, darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:8},hp:412,initiative:6,ac:25,fortitude:25,reflex:21,will:22,regeneration:null,auras:[{id:"b277778f-1bc4-43be-9c2f-477822616160",name:"Unquenchable Thirst",keywords:"",details:"aura 2; the bloodkiss beholder makes an eye bite attack as a free action against any enemy within the aura at the start of the enemy’s turn."}],powers:[{id:"1fa88c8b-9301-4816-b52e-f7911be0d6c4",name:"Eye Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+3 damage plus 10 necrotic damage.",damage:"1d8+3 damage plus 10 necrotic damage",category:1},{id:"2e47362c-d164-4281-8ece-fbd2b7a8c6f2",name:"Eye Writhe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The bloodkiss beholder makes three eye bite attacks.",damage:"",category:1},{id:"609b1d1e-dcae-4403-a8ea-1fd4cb9a3d9a",name:"Blood Call",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"targets a bloodied enemy; the target is stunned (save ends). Aftereffect: The target is slowed (save ends).",damage:"",category:3},{id:"38250520-e848-48b1-a8c7-91cfde35cb9a",name:"Bloodkiss",action:{action:4,trigger:"when a creature within 2 squares of the bloodkiss beholder becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Reach 2; targets the triggering creature; 4d6+6 damage, and the target is weakened (save ends). In addition, the bloodkiss beholder spends a healing surge to regain 103 hit points.",damage:"4d6+6 damage",category:5},{id:"3accffaa-fcc3-487c-93bd-6457d212d739",name:"Death Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:11,defence:3},description:"",details:"4d6+6 psychic damage, and the target is dazed (save ends).",damage:"4d6+6 psychic damage",category:1},{id:"6d919d31-3b5b-4d98-9191-eac2dadf8acd",name:"Bloodied Writhe",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The bloodkiss beholder’s death scream power recharges, and the beholder uses it immediately.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"24f81551-0547-4515-8070-4f6e29115a09",name:"Bloodrot",details:"",size:2,origin:4,type:0,keywords:"blind, ooze, undead",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +5; tremorsense 10",movement:"5, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:18},intelligence:{score:1},wisdom:{score:14},charisma:{score:1},hp:168,initiative:9,ac:25,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"d119c75f-4855-473a-ae5a-5a78c5e0d2f4",name:"Blood Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"2d6+4 damage, and the target is grabbed.",damage:"2d6+4 damage",category:1},{id:"a67d09a4-bdf7-43b6-9a95-61c7c04136d7",name:"Bloodsqueeze",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets a creature grabbed by the bloodrot; 2d6 + 4 damage (no attack roll required).; 2d6+5 damage.",damage:"2d6 + 4 damage (no attack roll required)",category:1},{id:"70ad2a9c-cc83-4f13-b92e-d5ca838aeb82",name:"Taint",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d8+6 necrotic damage, and the target loses a healing surge.",damage:"2d8+6 necrotic damage",category:3},{id:"e3bccf76-a257-480d-9d20-41ec2fb1f463",name:"Split",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The bloodrot splits into two Medium individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one-half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original bloodrot do not apply to either of the individuals after the split occurs. A bloodrot can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"43ff845f-28d4-41d3-a344-692b2ba71ab3",name:"Bone Collector",details:"",size:4,origin:4,type:0,keywords:"blind, ooze, undead",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +11; tremorsense 20",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:36},constitution:{score:30},dexterity:{score:6},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:520,initiative:9,ac:34,fortitude:36,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"8012c8e8-e72d-4235-8770-873bf3addbcd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 4d6+10 necrotic damage.",damage:"4d6+10 necrotic damage",category:1},{id:"2cdd6cbf-f748-4948-8a2a-12db8c9b8f38",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:23,defence:2},description:"",details:"4d6+10 necrotic damage, and the target is grabbed and loses a healing surge. The bone collector regains 5 hit points for each healing surge a target loses in this way.",damage:"4d6+10 necrotic damage",category:1},{id:"33b7412c-6758-43ab-9827-42a7b80c9d7b",name:"Lurch",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bone collector shifts up to 3 squares.",damage:"The bone collector shifts up to 3 squares",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"c27478ac-3ab9-4d44-97ce-ac5e426a4985",name:"Bonewretch Skeleton",details:"",size:1,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:22},intelligence:{score:6},wisdom:{score:14},charisma:{score:6},hp:55,initiative:10,ac:18,fortitude:16,reflex:20,will:16,regeneration:null,auras:[],powers:[{id:"b9f001ad-058a-4d46-9d76-fb6fc10280ec",name:"Ankle Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+6 damage, and the target is slowed until the end of the bonewretch skeleton’s next turn.",damage:"1d6+6 damage",category:1},{id:"050cd756-7831-4517-8e23-aac67c6ba152",name:"Rattling Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bonewretch skeleton shifts up to 4 squares, ignoring difficult terrain.",damage:"The bonewretch skeleton shifts up to 4 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46717b90-87c1-4879-a1ae-9eae880f1dfa",name:"Brain in a Broken Jar",details:"",size:1,origin:4,type:0,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Common, telepathy 10",skills:"Arcana +11, Bluff +9, Diplomacy +9",equipment:"",category:"",strength:{score:6},constitution:{score:10},dexterity:{score:10},intelligence:{score:18},wisdom:{score:16},charisma:{score:14},hp:50,initiative:2,ac:18,fortitude:14,reflex:14,will:18,regeneration:null,auras:[],powers:[{id:"a10a6c91-766a-421b-99a5-f57cf405d915",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"7 the target is dominated until the end of the brain in a broken jar’s next turn.",damage:"7 the target is dominated until the end of the brain in a broken jar’s next turn",category:1},{id:"be5986fe-0210-477e-86f1-17534afe4cda",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:8,defence:3},description:"",details:"targets enemies; 1d6+4 psychic damage, and the target takes a -2 penalty to Will (save ends).",damage:"1d6+4 psychic damage",category:1},{id:"b805b67a-ac14-45f8-99c3-38f29da7a98a",name:"Faulty Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The brain becomes invisible until the start of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"83640d1f-a9b0-45ea-8489-6f765889b902",name:"Brain in a Jar",details:"",size:1,origin:4,type:0,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Common, telepathy 10",skills:"Arcana +13, Bluff +11, Diplomacy +11",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:10},intelligence:{score:20},wisdom:{score:16},charisma:{score:16},hp:68,initiative:3,ac:20,fortitude:16,reflex:15,will:19,regeneration:null,auras:[],powers:[{id:"9319db49-dd76-48d3-b946-fa46a6582ca0",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"the target is dominated (save ends). A brain in a jar can dominate only one creature at a time.",damage:"",category:1},{id:"a7ab60b8-730f-4b34-9503-4b5f97effd40",name:"Telekinetic Thrust",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 6",attack:{bonus:9,defence:1},description:"",details:"the target is pushed 4 squares, and if the target ends the push adjacent to a wall, it is knocked prone.",damage:"the target is pushed 4 squares",category:3},{id:"8076802f-e72b-49b3-94b3-564d8fe26895",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 4",attack:{bonus:10,defence:3},description:"",details:"1d6+6 psychic damage, and the target takes a -2 penalty to Will (save ends).",damage:"1d6+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7dc0c48d-1259-4bec-a6c8-c460b134290a",name:"Cadaver Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6 can’t shift",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:10},intelligence:{score:12},wisdom:{score:8},charisma:{score:10},hp:228,initiative:6,ac:26,fortitude:27,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"29840d42-96ec-4680-b08f-152f7cc8acda",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is dazed (save ends).",damage:"2d8+5 damage",category:1},{id:"75ddc578-7b2c-4514-b12e-9af013fb24e2",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The cadaver golem makes two slam attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"30cdde48-08ec-46bc-8bfb-ea199ad3852c",name:"Assimilate Flesh",action:{action:7,trigger:"when an adjacent enemy becomes bloodied or is reduced to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets the triggering enemy; 2d12+5 damage, and the cadaver golem regains 57 hit points.",damage:"2d12+5 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"0654603e-dc9f-47f3-b0fd-3bc0592a0a71",name:"Caller in Darkness",details:"",size:3,origin:5,type:0,keywords:"undead",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:18},intelligence:{score:10},wisdom:{score:24},charisma:{score:25},hp:253,initiative:13,ac:33,fortitude:33,reflex:28,will:33,regeneration:null,auras:[],powers:[{id:"d8b0b8d8-7943-4401-8073-11836d16978e",name:"Spirit Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 1d10+7 necrotic damage, and ongoing 10 psychic damage (save ends).",damage:"1d10+7 necrotic damage",category:1},{id:"af8ddfe7-67b3-45cc-9983-88b32153873f",name:"Double Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The caller in darkness makes two spirit bite attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"26fb1199-b210-4ea0-ba74-2ec5edaa242a",name:"Steal Essence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Reach 2; targets a creature marked by the caller in darkness; 1d10+9 necrotic damage, and ongoing 5 psychic damage (save ends). First Failed Saving Throw: The target takes ongoing 5 psychic damage and is weakened (save ends both). Second Failed Saving Throw: The target takes ongoing 10 psychic damage and is stunned instead of weakened (save ends both).",damage:"1d10+9 necrotic damage",category:1},{id:"381d5e76-6c91-41c8-89fb-3a1fc2f7a0c9",name:"Advantage of Fear",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one creature; the target is marked and grants combat advantage to the caller in darkness (save ends both); see also steal essence.",damage:"",category:3},{id:"8dc3ba88-b1e9-492b-b336-fc10aa18754f",name:"Soulstorm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Close burst 2",attack:{bonus:22,defence:2},description:"",details:"1d10+9 psychic damage plus 1d10+9 necrotic damage. In addition, a target that grants combat advantage to the caller in darkness takes ongoing 5 psychic damage and ongoing 5 necrotic damage (save ends both).",damage:"1d10+9 psychic damage plus 1d10+9 necrotic damage",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"911e79c1-bb04-4b74-b149-fab547b8b762",name:"Calvary Creekrotter",details:"",size:4,origin:4,type:1,keywords:"plant, undead, water",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +19; darkvision, tremorsense 10",movement:"6, swim 12",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:22},intelligence:{score:3},wisdom:{score:24},charisma:{score:20},hp:270,initiative:18,ac:36,fortitude:35,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"eee4bf14-c7f2-44e7-b58b-f796030907ab",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 3d8+9 damage, and the target is grabbed.",damage:"3d8+9 damage",category:1},{id:"b19d871c-435b-499c-ba15-e76bc4d8ba74",name:"Douse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a creature grabbed by the calvary creekrotter; the target takes ongoing 10 poison damage (save ends).",damage:"the target takes ongoing 10 poison damage (save ends)",category:3},{id:"9a357f32-5d35-433a-b5ef-f55b4ed0fad7",name:"Entangling Execration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:23,defence:2},description:"",details:"the target is restrained (save ends). Miss: The target is instead immobilized (save ends).",damage:"",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8cb0ad28-aff2-4880-a930-d39a71db0440",name:"Carcass Eater",details:"",size:1,origin:4,type:0,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:4},wisdom:{score:12},charisma:{score:5},hp:1,initiative:5,ac:21,fortitude:19,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"300a27a1-7390-48cf-9aeb-7d2350b647c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 necrotic damage.",damage:"5 necrotic damage",category:1},{id:"ca0215f1-5b58-4fea-b14a-f78f4f92ae46",name:"Blood Frenzy",action:{action:7,trigger:"when an adjacent enemy becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"The carcass eater makes a melee basic attack against the triggering creature.",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a811ba69-3015-4390-8fa1-58aeb2d2aef0",name:"Charnel Cinderhouse",details:"",size:3,origin:4,type:0,keywords:"fire, undead",level:9,role:{type:7,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:17},hp:392,initiative:8,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"e7fc3b77-bf80-4f56-824a-67eb897daaaf",name:"Charnel Blaze",keywords:"",details:"(Fire) aura 2; any enemy that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"112bed71-2d38-4426-9932-d5b4a5d37757",name:"Charnel Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+6 necrotic damage, and ongoing 5 fire damage (save ends).",damage:"2d6+6 necrotic damage",category:1},{id:"21c4c401-953c-40f7-863a-5e712d87b559",name:"Prison of Flame and Bones",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+6 fire and necrotic damage, and the target is grabbed.",damage:"2d8+6 fire and necrotic damage",category:1},{id:"eae92ceb-4873-499d-bf16-420dcbde0f50",name:"Crushing Prison",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the charnel cinderhouse; 2d6 + 6 damage (no attack roll required).",damage:"2d6 + 6 damage (no attack roll required)",category:4},{id:"10847faf-77c6-4c25-8ec7-cdd45d86a89c",name:"Charnel Action",action:{action:7,trigger:"when an enemy within 2 squares of the cinderhouse is reduced to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a charnel slam attack against the triggering creature.",damage:"",category:5},{id:"b8080476-95f3-4fdf-ab87-0021bffd5b11",name:"Charnel Pyre",action:null,keywords:"Fire, Necrotic",condition:"when first bloodied and again when the charnel cinderhouse is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"2d6 fire damage plus 2d6 necrotic damage. Miss: Half damage.",damage:"2d6 fire damage plus 2d6 necrotic damage",category:0},{id:"da9b79bb-d642-4cb0-b14b-eda9cfbc4c9c",name:"Rejuvenation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A charnel cinderhouse rises at full hit points one day after it has been destroyed. Performing the Gentle Repose ritual on the creature’s remains destroys the creature completely, preventing it from using the rejuvenation power.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"95c3dc06-5901-4733-89a4-00aef26cae25",name:"Charnel Hound",details:"",size:3,origin:4,type:1,keywords:"undead",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:17},intelligence:{score:4},wisdom:{score:16},charisma:{score:18},hp:316,initiative:9,ac:27,fortitude:27,reflex:25,will:24,regeneration:null,auras:[{id:"631db304-30eb-4c7c-b2a8-a409e4d831a8",name:"Inspire Fear",keywords:"",details:"(Fear) aura 5; any enemy that starts its turn within the aura takes a -2 penalty to attack rolls until the end of its next turn."}],powers:[{id:"45ac843d-f1d6-4ac4-9d67-cba9d730ae31",name:"Gaping Maw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+8 necrotic damage, and ongoing 10 necrotic damage (save ends), and the target is knocked prone.",damage:"3d8+8 necrotic damage",category:1},{id:"01466631-9a3a-4f97-a034-5a6961c9ff8f",name:"Doom Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The charnel hound makes two attacks; 2d8+8 necrotic damage each. If both attacks hit the same target, the charnel hound makes a gaping maw attack against the target.",damage:"2d8+8 necrotic damage each",category:1},{id:"b8351ee9-69c3-490a-879e-53b72826e512",name:"Assimilation",action:{action:7,trigger:"when a creature is reduced to 0 hit points or fewer by the charnel hound",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets the triggering creature; the target loses a healing surge, and the charnel hound regains 79 hit points.",damage:"and the charnel hound regains 79 hit points",category:5},{id:"fb6c451b-cf67-47d9-962a-864f7e160568",name:"Opportunistic",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A charnel hound scores a critical hit on a roll of 18–20 and deals 2d8 extra damage against prone targets.",damage:"a charnel hound scores a critical hit on a roll of 18–20 and deals 2d8 extra damage against prone targets",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8f0ca753-0a96-4d45-98d5-c0c6646ec23b",name:"Cindergrove Spirit",details:"",size:4,origin:4,type:1,keywords:"fire, undead",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +18; darkvision, tremorsense 20",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:22},intelligence:{score:10},wisdom:{score:20},charisma:{score:22},hp:0,initiative:19,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[{id:"00524938-a6cf-458e-ae94-2dad0b5b44c0",name:"Burning Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 4d6+8 damage, and ongoing 10 fire damage (save ends).",damage:"4d6+8 damage",category:1},{id:"357f6c76-e5a9-4fa0-b3a2-7a0670ccb292",name:"Final Conflagration",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 20",attack:{bonus:28,defence:2},description:"",details:"5d8+6 fire damage. Miss: Half damage.",damage:"5d8+6 fire damage",category:0},{id:"30887d0c-f4a7-4f0e-9915-0e4c2402aa01",name:"Fiery Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 5 within 10",attack:{bonus:29,defence:1},description:"",details:"targets enemies; 4d6+8 fire damage, and ongoing 10 fire damage (save ends). Aftereffect: The target is weakened (save ends). Miss: Half damage, and no ongoing damage or aftereffect.",damage:"4d6+8 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50332236-cbc9-493a-aded-e3ed48ade939",name:"Corpse Rat Swarm",details:"",size:2,origin:4,type:0,keywords:"swarm, undead",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4, climb 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:2},wisdom:{score:12},charisma:{score:9},hp:53,initiative:8,ac:20,fortitude:16,reflex:17,will:15,regeneration:null,auras:[{id:"8ca761d6-8ea9-46b7-bc63-ba73df202eeb",name:"Swarm Attack",keywords:"",details:"aura 1; the corpse rat swarm makes a swarm of teeth attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"a1d131d3-781b-4032-8565-f7b7d0fc27cb",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage, and ongoing 3 damage (save ends). First Failed Saving Throw: The target contracts filth fever.",damage:"1d6+5 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"1a3374af-7e24-411d-9ef6-f80f6ef2daae",name:"Corpse Vampire",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4, burrow 1, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +14, Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:6},wisdom:{score:8},charisma:{score:13},hp:88,initiative:10,ac:22,fortitude:21,reflex:20,will:18,regeneration:{value:5,details:"if a corpse vampire takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[],powers:[{id:"80440bac-570a-4625-8ba4-e967514b4b0c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"7c5f276b-f7c1-46f4-bbd5-088dc8e11e45",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires combat advantage against the target; 2d8+6 damage, and the target is weakened (save ends), and the corpse vampire regains 24 hit points.",damage:"2d8+6 damage",category:5},{id:"654356a5-1e94-4031-93b1-bf46d47407fc",name:"Rending",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The corpse vampire shifts up to 6 squares and makes a claw attack.",damage:"The corpse vampire shifts up to 6 squares and makes a claw attack",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bbdb01c5-d4b1-4845-8076-031679cc029a",name:"Corrupted Offspring",details:"",size:1,origin:4,type:0,keywords:"undead",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Bluff +15, Stealth +16",equipment:"",category:"",strength:{score:6},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:122,initiative:13,ac:25,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"15a3f42c-9bd4-49d3-b14b-c1d041825abc",name:"Filthy Razor",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The corrupted offspring shifts up to 2 squares before or after the attack; 3d4+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"3d4+6 damage",category:1},{id:"43249995-eda3-488e-a6fe-1b720b41a0da",name:"Cut the Tendons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The corrupted offspring shifts up to 2 squares before or after the attack; 5d4+8 damage, and the target is knocked prone and slowed (save ends).",damage:"5d4+8 damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9c7d9469-d47b-4370-91cf-523f173191a3",name:"Corrupted Yuan-ti Malison Incanter",details:"",size:2,origin:4,type:2,keywords:"reptile, undead",level:15,role:{type:0,flag:0,leader:!0},senses:"Perception +13",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +19, Bluff +19, History +19, Insight +18, Stealth +18",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:22},intelligence:{score:25},wisdom:{score:22},charisma:{score:25},hp:118,initiative:13,ac:29,fortitude:26,reflex:27,will:27,regeneration:null,auras:[{id:"59628167-2aec-4b71-ae1c-eb7c2bf91eb1",name:"Zehir’s Shield",keywords:"",details:"aura 10; allies in the aura gain a +2 power bonus to all defenses."}],powers:[{id:"875b06e9-5bad-46aa-82a7-89e04fc461cf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"1d6+6 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"1d6+6 damage",category:1},{id:"bcbe13d3-5c6f-40da-b001-03e417aafaf5",name:"Mindwarp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:null,description:"",details:"2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:1},{id:"9fbe4893-e0ed-404b-9681-758af2cb675a",name:"Poisoned Domination",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"affects a creature taking ongoing poison damage; ; the target is dominated until the end of the incanter’s next turn. Aftereffect: The target is dazed (save ends).",damage:"affects a creature taking ongoing poison damage",category:5},{id:"41b60620-22ce-488d-9a04-e4b06904aeb2",name:"Zehir’s Venom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"affects a creature taking ongoing poison damage; 2d10+6 poison damage, and the target is dazed (save ends).",damage:"affects a creature taking ongoing poison damage",category:1},{id:"c6749c81-e995-4f3e-b593-73b9d56d84b4",name:"Deflect Attack",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The corrupted yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally.",damage:"the corrupted yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally",category:5},{id:"cecab367-76a2-4722-87da-6814146da84e",name:"Slither Away",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the corrupted yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses.",damage:"the corrupted yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4bb6d6d-290d-48f2-8b27-2838c12c0645",name:"Couatl Mockery",details:"",size:2,origin:4,type:0,keywords:"blind, undead",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +13; blindsight 20",movement:"fly 12 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:25},dexterity:{score:28},intelligence:{score:3},wisdom:{score:10},charisma:{score:10},hp:1,initiative:22,ac:40,fortitude:36,reflex:40,will:38,regeneration:null,auras:[],powers:[{id:"7a5d836f-119b-47d4-95f5-bc257125dc14",name:"Wing Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Radiant",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"6 damage plus 5 radiant and necrotic damage.",damage:"6 damage plus 5 radiant and necrotic damage",category:1},{id:"1186d266-b13e-4619-b98d-6135c5c2dcea",name:"Corrupt Cloud",action:null,keywords:"Necrotic, Radiant",condition:"when the couatl mockery is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 10 radiant and necrotic damage, and the target cannot spend healing surges until the end of its next turn.",damage:"10 radiant and necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"3dffe0e2-7727-4584-bfc2-f77ba85e186c",name:"Count Strahd von Zarovich",details:"",size:2,origin:4,type:2,keywords:"shapechanger, undead",level:20,role:{type:6,flag:2,leader:!1},senses:"Perception +18; blindsight 10, darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +23, Insight +18, Intimidate +23, Stealth +20",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:23},wisdom:{score:17},charisma:{score:26},hp:930,initiative:17,ac:34,fortitude:32,reflex:32,will:32,regeneration:{value:10,details:"regeneration doesn’t function while Strahd is exposed to direct sunlight"},auras:[],powers:[{id:"da2fd11e-431f-460f-8d78-b456494d2a35",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"3d10+5 necrotic damage, and the target is slowed until the end of Strahd’s next turn. Hit or Miss: Strahd shifts up to 2 squares.",damage:"3d10+5 necrotic damage",category:1},{id:"76523337-7169-4c50-b73a-1a28d1be18d3",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Requires combat advantage against the target; 3d10+5 damage, and the target is weakened (save ends), and Strahd regains 20 hit points.",damage:"3d10+5 damage",category:1},{id:"2263b1d4-81bf-4ff6-b703-82a7fbee7ef8",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"the target is dominated and takes a -2 penalty to saving throws against being dominated (save ends both). Aftereffect: The target is dazed and takes ongoing 10 psychic damage (save ends both). Strahd can have only one creature dominated at a time.",damage:"the target is dazed and takes ongoing 10 psychic damage (save ends both)",category:3},{id:"1fa8a6c3-51c2-4242-8b59-c64121bcce33",name:"Strahd’s Choking Fog",action:{action:1,trigger:"sustain minor or move",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Area burst 5 within 10",attack:null,description:"",details:"the burst creates a zone of poisonous vapors that lasts until the end of Strahd’s next turn. A creature that enters the zone or that starts its turn in the zone takes 1d10 + 5 poison damage, and ongoing 5 poison damage (save ends). Sustain Minor: The zone persists. Sustain Move: The zone persists, and Strahd can move it up to 5 squares.",damage:"a creature that enters the zone or that starts its turn in the zone takes 1d10 + 5 poison damage",category:5},{id:"bec748f5-6d2b-4399-a945-e85dbe41b561",name:"Animal Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Strahd transforms into a swarm of bats or a black wolf. He cannot use crippling strike or choking fog, though he gains new powers and statistics in addition to those he regularly has. Strahd can revert to his normal form as a minor action.",damage:"",category:3},{id:"56cea70f-00af-4572-92a6-92a3450f9495",name:"Mist Form",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"All conditions affecting Strahd end, and he becomes insubstantial and gains fly (hover) 12 until the end of his next turn. Strahd cannot attack while in this form.",damage:"and he becomes insubstantial and gains fly (hover) 12 until the end of his next turn",category:5},{id:"3aaf5262-3ef1-4824-9a4a-0c4bf76fa7a6",name:"Scent of Blood",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Strahd gains combat advantage against living, bloodied foes.",damage:"",category:0},{id:"77ab587c-59fd-426a-b657-c58293e5768c",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Strahd spends a healing surge and regains 232 hit points. Strahd gains a +2 bonus to all defenses until the start of his next turn.",damage:"Strahd spends a healing surge and regains 232 hit points",category:1},{id:"9df107f7-7cb0-4714-9c7e-f2f69c636c76",name:"Indestructible",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Strahd’s mist form power recharges, and he uses it immediately. Strahd does not die, but he must reach his coffin within 2 hours or be destroyed.",damage:"but he must reach his coffin within 2 hours or be destroyed",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2e95fd42-49fb-4c4d-a37b-9add211a7105",name:"Crawling Claw",details:"",size:0,origin:4,type:0,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:3},constitution:{score:13},dexterity:{score:16},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:1,initiative:3,ac:14,fortitude:12,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"018f59d4-769d-433b-b6c0-811c400779ff",name:"Jumping Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:2},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"239cd80c-0d0a-44b7-8eb8-3d16c483e893",name:"Digit Slide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crawling claw shifts up to 8 squares.",damage:"The crawling claw shifts up to 8 squares",category:2},{id:"e0d30ee0-5b92-489c-9246-0ade5fd3f121",name:"Hampering Claws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that starts its turn adjacent to three or more crawling claws is slowed until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b6fbc41b-7bc1-44f8-9171-49e318e459a1",name:"Crawling Claw Swarm",details:"",size:2,origin:4,type:0,keywords:"swarm, undead",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +5; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:16},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:53,initiative:7,ac:20,fortitude:16,reflex:17,will:14,regeneration:null,auras:[{id:"3e46ae38-7318-48b7-b349-512e79694836",name:"Swarm Attack",keywords:"",details:"aura 1; the crawling claw swarm makes a swarm of claws attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"4216870d-4160-4877-9cfe-74096385eaaa",name:"Swarm of Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8+5 damage, and the target is immobilized.",damage:"1d8+5 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attack",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"01e64ac5-59fa-43dc-9418-802d689b4b49",name:"Crawling Gauntlet",details:"",size:0,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +2; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:15},dexterity:{score:18},intelligence:{score:3},wisdom:{score:12},charisma:{score:10},hp:1,initiative:5,ac:17,fortitude:17,reflex:18,will:13,regeneration:null,auras:[],powers:[{id:"ef38d898-16e2-4d3f-b0ae-7e48f9a66f73",name:"Jumping Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:2},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"c9eabfda-ed80-4ed2-9b83-04da33cb6ce0",name:"Anchoring Claws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that starts its turn adjacent to three or more crawling claws is immobilized until the start of its next turn.",damage:"",category:0},{id:"ef3b2dc9-37da-4942-adec-8c86dd05f1ab",name:"Digit Slide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crawling gauntlet shifts up to 8 squares.",damage:"The crawling gauntlet shifts up to 8 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b52832b0-2f5b-4cac-a6ff-1640531580c1",name:"Dark Pharaoh",details:"",size:3,origin:4,type:0,keywords:"construct, undead",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:264,initiative:8,ac:30,fortitude:28,reflex:22,will:27,regeneration:{value:10,details:"if a dark pharaoh takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"a82a702c-80fb-4a07-a01d-679830aedc4f",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls against the dark pharaoh."}],powers:[{id:"59b05724-d0cf-4655-bb32-2881551541df",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"47cc57b4-d604-4399-a8b7-38d779a8c323",name:"Slamming Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dark pharaoh makes two slam attacks, each one against a different target.",damage:"",category:1},{id:"023679da-594b-4aa2-8d8a-c3e31f339663",name:"Psychic Block",action:{action:5,trigger:"when an enemy would target the dark pharaoh with an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"targets the triggering enemy; the target designates another target for the attack, or the attack is negated. A negated daily power or encounter power is expended.",damage:"",category:5},{id:"f552f9f5-6a4b-4de6-87ed-87e8368729e6",name:"Psychic Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+6 psychic damage, and each time the target uses an attack power, it takes 5 psychic damage (save ends). Aftereffect: The target is dazed (save ends).",damage:"2d8+6 psychic damage",category:1},{id:"e37e7366-4d0e-4221-9148-251f0097ea42",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0},{id:"929d4f74-eee5-47a6-94d6-19aa516fcfb4",name:"False Faith",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark pharaoh assumes a meditative stance. Until the end of its next turn, it gains resist 20 to all damage, and allies in its line of sight gain a +2 bonus to attack rolls. If the dark pharaoh moves, the effect ends.",damage:"it gains resist 20 to all damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"3791dc22-738e-4b37-b580-6fe5578be3d9",name:"Darkflame Taskmaster",details:"",size:2,origin:1,type:2,keywords:"fire, undead",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"5",alignment:"Evil",languages:"Giant",skills:"",equipment:"chainmail; scourge",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:24},charisma:{score:16},hp:330,initiative:12,ac:33,fortitude:30,reflex:27,will:34,regeneration:{value:10,details:"if a darkflame taskmaster takes cold damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"1dc704c5-55c3-4e19-bc0a-4d18c2b4ae63",name:"Clinging Darkflame",keywords:"",details:"(Fire, Necrotic) aura 5; any enemy that starts its turn within the aura takes 5 fire and necrotic damage."}],powers:[{id:"25f2ca87-236a-4629-97d0-4862731b5de3",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"7bb84b14-ea6e-4b59-8aef-613e84c78163",name:"Burning Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Fire",condition:"",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"the target takes ongoing 5 fire damage and a -2 penalty to all defenses (save ends both).",damage:"the target takes ongoing 5 fire damage and a -2 penalty to all defenses (save ends both)",category:1},{id:"c25650d4-85f0-459b-86f4-43c28f3cab3e",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"68c340c7-0713-4213-9f3d-44b39a58688f",name:"Darkhoof",details:"",size:2,origin:4,type:1,keywords:"undead",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:16},intelligence:{score:3},wisdom:{score:17},charisma:{score:24},hp:336,initiative:14,ac:35,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"d056cd16-a344-489f-b3dd-3ac4f54c40b4",name:"Hoof Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"50dbbe81-f1ff-41ba-9808-5c2f79f2f536",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"The darkhoof makes two hoof strike attacks.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"f549f649-ac8a-4c47-8918-477f50cb0afd",name:"Lifebite",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"the target loses a healing surge, and the darkhoof regains 10 hit points.",damage:"and the darkhoof regains 10 hit points",category:3},{id:"ca0cead5-8d7b-4d55-b4ac-3309df8c496e",name:"Unstoppable Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The darkhoof makes a charge attack; 3d10+8 damage, and the target is pushed 1 square and knocked prone.",damage:"3d10+8 damage",category:1},{id:"a65320ef-50db-4afb-95ad-b90b077606d1",name:"Call of Darkness",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the darkhoof is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:24,defence:1},description:"",details:"targets enemies; the target is blinded and weakened (save ends both).",damage:"",category:0},{id:"e861651b-48f3-4e5b-b4f1-45058b29e746",name:"Equine Bound",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkhoof shifts up to 5 squares.",damage:"The darkhoof shifts up to 5 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7753f51d-871c-4c3c-8795-eef87620140d",name:"Darkpact Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:19,role:{type:6,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +19",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:21},intelligence:{score:17},wisdom:{score:18},charisma:{score:15},hp:360,initiative:16,ac:35,fortitude:29,reflex:33,will:31,regeneration:null,auras:[{id:"d74cd69a-4e65-4249-a90a-04d6ece9f6b8",name:"Nauseating Stench",keywords:"",details:"aura 6; any living creature within the aura takes a -2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"444e3121-155c-4cb3-b320-4ef753757b7a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d10+8 damage, and the target is immobilized.",damage:"2d10+8 damage",category:1},{id:"787f24db-401c-4ae5-97f3-f0f5ca57dec0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkpact ghoul makes two claw attacks.",damage:"",category:1},{id:"aa834b20-a798-4675-90ef-831e4cce06dc",name:"Ravenous Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a bloodied creature; 2d12+10 damage, or against an immobilized target: 3d12+10 damage, and the target is weakened (save ends).",damage:"2d12+10 damage",category:1},{id:"763820b3-0495-4868-b612-2cf8a56faad3",name:"Baleful Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The darkpact ghoul teleports up to 10 squares. Each enemy adjacent to the darkpact ghoul after it teleports is dazed until the end of the darkpact ghoul’s next turn.",damage:"The darkpact ghoul teleports up to 10 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"84128c2d-b405-45c7-91c9-56486dd2cb88",name:"Death Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +16",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +19",equipment:"mace; plate armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:24},hp:215,initiative:13,ac:38,fortitude:38,reflex:34,will:36,regeneration:null,auras:[{id:"b454fcf6-1c4d-4adf-8b3f-f2bab50e6cd6",name:"Aura of Decay",keywords:"",details:"(Necrotic) aura 5; living enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"23444ee4-3a07-482a-aa5d-0a23467b42f5",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d8+6 damage, and the target is immobilized (save ends).",damage:"1d8+6 damage",category:1},{id:"e09e08e3-c76e-416d-9e7d-12f236f52fb9",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 2d6+8 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6+8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e2bb71d-2554-4e49-b6da-602c2ff4bde9",name:"Death Kin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:7},wisdom:{score:16},charisma:{score:3},hp:76,initiative:14,ac:22,fortitude:19,reflex:23,will:18,regeneration:null,auras:[],powers:[{id:"353e2209-d02b-45ff-85cb-4974f9306066",name:"Double Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"4d4+3 damage.",damage:"4d4+3 damage",category:1},{id:"8edcf8d8-5ad1-432a-9104-c0e3bf805dee",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A death kin skeleton deals 1d6 extra damage when it makes a successful melee attack on any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"f5d6c5f4-0fd9-455d-9709-6e9633dc3bdb",name:"Death’s Kin",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a death kin skeleton takes damage, it can transfer any amount of the damage to another death kin skeleton within 3 squares of it.",damage:"when a death kin skeleton takes damage",category:0},{id:"e95b972a-33a8-4c00-b60a-4119e4b591c3",name:"Skeletal Harmony",action:null,keywords:"",condition:"",range:"A death kin skeleton deals 1d6 extra damage on melee attacks against any target adjacent to two or more death kin skeletons.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f115a928-73a5-44f5-aa8c-f71fc7615aa7",name:"Deathdog",details:"",size:3,origin:5,type:1,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:17},intelligence:{score:5},wisdom:{score:16},charisma:{score:10},hp:176,initiative:6,ac:20,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"e4d9c670-1b92-4a33-9a26-db6ebc6f99f2",name:"Pouncing Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4d6+3 necrotic damage, and the target is knocked prone.",damage:"4d6+3 necrotic damage",category:1},{id:"4505b7b8-98f3-4c81-bb3e-a8d023472180",name:"Go for the Legs",action:{action:1,trigger:"when an adjacent enemy stands up",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"opportunity",range:"",attack:{bonus:7,defence:0},description:"",details:"The deathdog makes a pouncing bite attack against the triggering creature.; 1d10+4 damage.",damage:"1d10+4 damage",category:5},{id:"1169019c-2e3c-4f1e-a723-819c58953d93",name:"Unholy Animation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A living humanoid killed by a deathdog rises as a free-willed corruption corpse at the end of its creator’s next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f4e382dc-fe89-4385-b775-61b2457508c1",name:"Demilich",details:"",size:0,origin:4,type:0,keywords:"undead",level:20,role:{type:0,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"fly 12 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +17, Insight +18, Religion +18",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:16},intelligence:{score:15},wisdom:{score:17},charisma:{score:27},hp:800,initiative:13,ac:33,fortitude:35,reflex:32,will:32,regeneration:{value:20,details:"if a demilich takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"c9b6694a-c72b-44fa-b1da-7d1c4bd68572",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"8eee276e-64ab-4cfd-ae7e-e7bab64ad9c6",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:0},description:"",details:"3d6+8 necrotic damage.",damage:"3d6+8 necrotic damage",category:1},{id:"b0a7391e-52fe-4b66-b353-7fc4f3c03395",name:"Twin Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The demilich makes two shadow ray attacks.",damage:"",category:1},{id:"dc86a016-55e6-4891-abf1-2eaab8734fa8",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"does not provoke opportunity attacks; the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of the demilich’s soul gems until the demilich is destroyed.",damage:"",category:1},{id:"0d65369d-162a-49be-a8f0-107a07330d49",name:"Obsidian Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"the target takes ongoing 10 necrotic damage.",damage:"the target takes ongoing 10 necrotic damage",category:3},{id:"ebb1a9f0-930e-4a05-9c32-a7b24340df25",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:25,defence:3},description:"",details:"3d6+5 necrotic damage, and the target takes a -2 penalty to saving throws (save ends).",damage:"3d6+5 necrotic damage",category:5},{id:"ff93a7b4-1029-47d4-bf08-473e8460bce7",name:"Consume Soul",action:{action:3,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The demilich regains 200 hit points.",damage:"The demilich regains 200 hit points",category:5},{id:"4c37ffa8-125e-4664-a7ea-7193005b26ba",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The demilich’s six soul gems can each hold the soul of one of its victims. At the beginning of an encounter, the soul gems contain two souls. Crushing a gem after the demilich is defeated releases the soul to the Shadowfell.",damage:"",category:0},{id:"5145bbc2-7fe8-49c8-89c7-da3a7cdcae2f",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a demilich is reduced to 0 hit points or fewer, its skull (but not the soul gems) crumbles into dust, but it is not destroyed. It reappears in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"disease, poison. sleep",tactics:""},{id:"47144ae0-6f84-471d-910e-2398ee8b98f5",name:"Deranged Champion",details:"",size:3,origin:0,type:2,keywords:"undead",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:300,initiative:8,ac:26,fortitude:29,reflex:22,will:26,regeneration:null,auras:[{id:"f23ada8f-0aab-46d3-9215-9e41580aa36b",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls against the deranged champion."}],powers:[{id:"20a3acf6-b46c-4c7c-a405-91ca716c0ba1",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; (+19 while bloodied)2d8+7 necrotic damage (3d8 + 9 necrotic damage while bloodied), and the target contracts mummy rot.",damage:"(+19 while bloodied)2d8+7 necrotic damage (3d8 + 9 necrotic damage while bloodied)",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"d60e07b6-362b-40cf-af37-5894b952653d",name:"Desecration",details:"",size:5,origin:4,type:0,keywords:"earth, undead",level:23,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:24},hp:1075,initiative:14,ac:39,fortitude:38,reflex:33,will:37,regeneration:null,auras:[{id:"46d4ed54-415e-4b85-8ac0-68faa9440e0d",name:"Aura of Malevolence",keywords:"",details:"(Fear) aura 10; any enemy within the aura that attacks with a radiant power takes a -2 penalty to the attack roll."}],powers:[{id:"e2b31fe4-5779-4298-b4d6-8894c30ed175",name:"Unholy Smite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 4; 3d6+15 necrotic damage, and ongoing 15 necrotic damage (save ends).",damage:"3d6+15 necrotic damage",category:1},{id:"67173881-6619-41f6-ac7a-9d3a2f9bacd3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"The desecration makes two unholy smite attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"dd8c2ec5-fed7-4936-a1a5-08b9c6aa42cc",name:"Mouth of Darkness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"Reach 4; 2d12+15 necrotic damage, and the target is grabbed.",damage:"2d12+15 necrotic damage",category:1},{id:"71281074-f808-42a7-8fad-aba94bffce34",name:"Dark Plague",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the desecration is reduced to 0 hit points",range:"Close burst 20",attack:{bonus:24,defence:1},description:"",details:"targets enemies; the target is weakened (save ends). In addition, the target loses a healing surge. Miss: Half damage, and the target is weakened until the end of its next turn. The target does not lose a healing surge.",damage:"half damage",category:0},{id:"a28d3d2a-f53e-4d4c-957b-79777cb014f4",name:"Rejuvenation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A desecration rises at full hit points one day after it has been destroyed. Only a quest destroys the creature completely, preventing it from using the rejuvenation power.",damage:"",category:0},{id:"1eab11c9-96fd-4272-b3e6-0505217144a2",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The desecration spends a healing surge and regains 269 hit points. The desecration gains a +2 bonus to all defenses until the start of its next turn.",damage:"The desecration spends a healing surge and regains 269 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"65648a89-3746-4f3a-b1ee-a1a46cbf4f3e",name:"Discord Incarnate",details:"",size:4,origin:3,type:2,keywords:"undead",level:29,role:{type:2,flag:2,leader:!1},senses:"Perception +17; truesight 5",movement:"8, fly 10",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:24},hp:1340,initiative:18,ac:43,fortitude:43,reflex:38,will:39,regeneration:null,auras:[{id:"65355289-c439-49ca-b6ff-9c35c06b7c15",name:"Discordant Aura",keywords:"",details:"(Fear) aura 10; while the discord incarnate is not bloodied, any enemy that starts its turn within the aura takes a -2 penalty to all defenses until the end of its next turn."},{id:"3cf361bc-ff5c-4cf2-afcb-6b484db1be39",name:"Retribution Aura",keywords:"",details:"(Necrotic, Radiant) aura 5; while the discord incarnate is bloodied, any enemy that starts its turn within the aura takes 15 necrotic and radiant damage."}],powers:[{id:"cc1c2114-19ef-4105-903c-e0374d62f978",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Radiant, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d12+13 necrotic and radiant damage.",damage:"3d12+13 necrotic and radiant damage",category:1},{id:"857ec40b-b74b-46af-9350-62588230b67d",name:"Discord’s Wrath",action:{action:1,trigger:"while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Radiant, Weapon",condition:"",range:"",attack:null,description:"",details:"Requires longsword; reach 3; make three longsword attacks, each against a different target.",damage:"reach 3",category:5},{id:"bc83c6fd-86e9-431d-b5b0-44bad1aa929a",name:"Discordant Retaliation",action:null,keywords:"Necrotic, Radiant",condition:"when first bloodied and again when the discord incarnate is reduced to 0 hit points",range:"Close burst 10",attack:{bonus:30,defence:1},description:"",details:"5d6+8 necrotic and radiant damage, and the target is knocked prone and dazed (save ends). Miss: Half damage, and the target is knocked prone but not dazed.",damage:"5d6+8 necrotic and radiant damage",category:0},{id:"430d9761-8d4d-41a1-ab8f-ca5e970776df",name:"Create Couatl Mockeries",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Four couatl mockeries appear within 10 squares of the discord incarnate and act as it wishes. They take their turns directly after the discord incarnate in the initiative order.",damage:"Four couatl mockeries appear within 10 squares of the discord incarnate and act as it wishes",category:3}],damageModifiers:[],resist:"radiant 10, necrotic 10 (if a discord incarnate takes radiant damage or necrotic damage, it gains a +5 bonus to damage rolls until the end of its next turn)",vulnerable:"",immune:"disease, fear",tactics:""},{id:"c2c2ab17-f17f-45d2-86d9-f2f439b6a957",name:"Dragon Shell",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6, fly 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:92,initiative:8,ac:24,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"99f17d4d-ac07-47c4-ab32-34d69e33bef5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing; Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+5 damage plus 1d6 acid, cold, fire, lightning, or poison damage, depending on the dragon shell’s origin dragon, and the target is grabbed; see also clench. In addition, the target loses a healing surge, and the dragon shell regains 5 hit points.",damage:"1d10+5 damage plus 1d6 acid",category:1},{id:"5ec5ab70-11f0-40a7-9492-3a1b28ffdc56",name:"Clench",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Targets a creature grabbed by the forsaken shell; the dragon shell shifts up to 3 squares before or after the attack, pulling the target with it; 1d10 + 5 necrotic damage (no attack roll required).; 2d6+5 damage.",damage:"1d10 + 5 necrotic damage (no attack roll required)",category:1},{id:"293b16ff-59a7-42d5-822c-b5302c5da2c9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"3d8+5 acid, cold, fire, lightning or poison damage, depending of the dragon shell’s origin dragon.",damage:"lightning or poison damage",category:1},{id:"29c853e2-85d5-4206-a442-e77d882763f0",name:"Flexibility",action:{action:5,trigger:"when the forsaken shell would be immobilized; restrained; pushed; pulled; or slid",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forsaken shell makes saving throw. On a save, the triggering effect is negated.",damage:"",category:5},{id:"a517a01a-4621-41b6-b328-67824733187a",name:"Spawn Shell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the forsaken shell kills a living dragon creature, the slain creature rises as a free-willed dragon shell at the start of its creator’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f6579927-b4c6-4605-ae78-263e9a6bf2ae",name:"Dragonclaw Swarm",details:"",size:4,origin:4,type:0,keywords:"swarm, undead",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +15; tremorsense 10",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:3},wisdom:{score:18},charisma:{score:10},hp:252,initiative:16,ac:34,fortitude:35,reflex:34,will:33,regeneration:null,auras:[{id:"8f687a50-d608-4ce0-8e6f-827c63fcba75",name:"Swarm Attack",keywords:"",details:"aura 3; the dragonclaw swarm makes a dragonclaw pin attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"7312e411-3cf1-40cb-93f0-68f1f7d181c9",name:"Dragonclaw Pin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+14 damage, and the target is restrained until the start of tis next turn.",damage:"2d8+14 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"f976fd98-6b85-4e67-87e8-c33c88130197",name:"Dragonscale Slough",details:"",size:2,origin:4,type:0,keywords:"undead",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +20",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:22},intelligence:{score:1},wisdom:{score:14},charisma:{score:8},hp:1,initiative:15,ac:33,fortitude:29,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"95ba0742-ab7f-4861-8492-b4c440447349",name:"Grabbing Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"9 damage, and the target is grabbed.",damage:"9 damage",category:1},{id:"169f55b7-ad4d-4be0-ba20-51ec120158ef",name:"Squeezing Scales",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Targets a creature grabbed by the dragonscale slough; 9 damage (no attack roll required).; 2d8+7 damage.",damage:"9 damage (no attack roll required)",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"63d864c4-05e1-4f64-9696-98ca7ca6663f",name:"Dread Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:9},intelligence:{score:3},wisdom:{score:12},charisma:{score:4},hp:66,initiative:3,ac:21,fortitude:19,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"59cf2dc5-304a-4f78-a4e0-f68d72aa87b6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"50220f18-a985-44b3-9913-3bcabb28145c",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"the target is grabbed. Attempts to escape the zombie’s grab take a -5 penalty.",damage:"Attempts to escape the zombie’s grab take a -5 penalty",category:1},{id:"9e05505b-1710-47e8-8db5-58c0d75e4215",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage, the creature is not destroyed. The dread zombie falls prone and appears to be destroyed, but instead, the creature returns with 10 hit points at the beginning of its next turn.",damage:"if a dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage",category:0},{id:"d270b3de-37f1-4aa2-b13c-1217e1373e43",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit scored against a dread zombie reduces the zombie to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5d7273ca-c7e9-4b16-8bf6-50a310b512de",name:"Dread Zombie Myrmidon",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:12},intelligence:{score:5},wisdom:{score:15},charisma:{score:6},hp:109,initiative:8,ac:26,fortitude:23,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"3001cb43-d3fc-4cac-a897-916bbabcd4f2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage, and the target is marked until the end of the dread zombie myrmidon’s next turn.",damage:"2d8+4 damage",category:1},{id:"2481533f-aafb-4480-a41a-c386563131a7",name:"Necrotic Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires longsword; 2d8+4 necrotic damage, and the target is immobilized until the end of the dread zombie myrmidon’s next turn. If the target is marked by the dread zombie myrmidon, it is immobilized and dazed until the end of the dread zombie myrmidon’s next turn.",damage:"2d8+4 necrotic damage",category:1},{id:"b05905f1-befd-4eb1-8807-69ad06d6443c",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a dread zombie myrmidon is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage, the creature is not destroyed. The dread zombie myrmidon falls prone and appears to be destroyed, but instead, the creature returns with 15 hit points at the start of its next turn.",damage:"if a dread zombie myrmidon is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6db7a832-610d-4d8b-918c-e316a69f5d4a",name:"Drowned One",details:"",size:2,origin:4,type:0,keywords:"aquatic, undead",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"4, swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:6},intelligence:{score:3},wisdom:{score:8},charisma:{score:7},hp:1,initiative:1,ac:13,fortitude:13,reflex:9,will:10,regeneration:null,auras:[],powers:[{id:"c630e1f8-bfac-47a1-a5de-f26b4aa64c7f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8607afa3-9f48-4939-99ec-d22e0ab4cfee",name:"Entropic Reaper",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:4,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"scythe",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:18},intelligence:{score:16},wisdom:{score:17},charisma:{score:14},hp:232,initiative:15,ac:31,fortitude:29,reflex:29,will:27,regeneration:{value:10,details:"if an entropic reaper takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[],powers:[{id:"875f5a83-5878-4c9f-b33c-d26d05319551",name:"Umbral Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 4d4+5 necrotic damage.",damage:"4d4+5 necrotic damage",category:1},{id:"cae04092-0a5e-44b7-847c-f8f43c524b06",name:"Entropic Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic, Weapon",condition:"",range:"close burst 2",attack:{bonus:18,defence:0},description:"",details:"Requires scythe; 4d4 + 5 necrotic damage, the target is dazed (save ends). First Failed Saving Throw: The target is instead stunned (save ends). Second Failed Saving Throw: The target takes ongoing 10 psychic damage and is stunned (save ends both).; 2d8+6 damage.",damage:"4d4 + 5 necrotic damage",category:1},{id:"771384f2-1c54-4343-9f78-16d4773f843f",name:"Eye of Impending Doom",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"targets one creature; the target takes 10 psychic damage if it attacks the entropic reaper (save ends).",damage:"the target takes 10 psychic damage if it attacks the entropic reaper (save ends)",category:3},{id:"6b28e9de-dd20-4f62-ae23-b1341669bf0b",name:"Shift Into Nothing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The entropic reaper disappears, negating line of sight and line of effect to it for all creatures. At the start of its next turn, it returns to a square within 5 squares of the square it occupied when it last used shift into nothing.",damage:"it returns to a square within 5 squares of the square it occupied when it last used shift into nothing",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"41c1f417-b66c-48b9-bf3d-47a08483cbf6",name:"Exalted Brain in a Jar",details:"",size:2,origin:4,type:0,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Common, telepathy 10",skills:"Arcana +16, Bluff +15, Diplomacy +15, Intimidate +15",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:12},intelligence:{score:21},wisdom:{score:16},charisma:{score:18},hp:123,initiative:7,ac:26,fortitude:22,reflex:18,will:24,regeneration:null,auras:[],powers:[{id:"50af14a3-5cbd-4e73-9d5c-ac497ec11fbb",name:"Teleportation Field",action:{action:4,trigger:"when an enemy hits the exalted brain in a jar with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"Targets the triggering creature; the target is teleported up to 8 squares.",damage:"the target is teleported up to 8 squares",category:5},{id:"4fbb7368-3bcd-4b0a-80ba-b5747af71999",name:"Fearful Recoil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8",attack:{bonus:14,defence:3},description:"",details:"the target immediately moves its speed plus 4 squares away from the exalted brain in a jar. The target avoids hazardous terrain and difficult terrain if possible.",damage:"the target immediately moves its speed plus 4 squares away from the exalted brain in a jar",category:3},{id:"18c7a2ab-affe-45df-a06b-d0c5cd8ecbf7",name:"Supreme Domination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"a9a5e457-3f11-41b0-bb67-1092c9eb4bdb",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"1d10+8 psychic damage, and the target takes a -2 penalty to Will (save ends).",damage:"1d10+8 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cdd5a87d-000f-4312-bf96-3754d296cb8c",name:"Famine Hound",details:"",size:1,origin:4,type:1,keywords:"undead",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:8},hp:38,initiative:6,ac:16,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"819141f4-5cd0-4d9e-a03e-d6c0a63e7ec5",name:"Gnash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"1d4+2 necrotic damage, and ongoing 5 damage (save ends).",damage:"1d4+2 necrotic damage",category:1},{id:"7b2f152a-6f37-4c45-9dac-e0d76d7b0e42",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a famine hound hits a target it has combat advantage against, the target is knocked prone.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ea0c3243-2506-4ed0-ac84-479e0c3bdf7e",name:"Famine Spirit",details:"",size:3,origin:5,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"4 phasing",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:19},dexterity:{score:14},intelligence:{score:22},wisdom:{score:23},charisma:{score:17},hp:167,initiative:12,ac:33,fortitude:34,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"e5d628ee-78a0-4294-b2e2-1f9b33259db2",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Requires a free hand; reach 2; 3d8+8 necrotic damage, and the target is grabbed.",damage:"3d8+8 necrotic damage",category:1},{id:"8798a6d8-e3f8-4dbf-ab3e-1441c073865f",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a creature grabbed by the famine spirit; 2d8+4 necrotic damage, and the target is engulfed, entering the famine spirit’s space and disappearing from sight and removing line of effect to all squares. While engulfed, the target takes ongoing 10 acid damage and is stunned and immobilized (save ends all). The famine spirit gains regeneration 10 while a target is engulfed.",damage:"2d8+4 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"abc74e5c-02a7-454d-93e9-fda2933c5293",name:"Fear Moth",details:"",size:3,origin:5,type:1,keywords:"swarm, undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +14; blindsight 10, darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:26},intelligence:{score:3},wisdom:{score:15},charisma:{score:18},hp:143,initiative:17,ac:31,fortitude:26,reflex:29,will:26,regeneration:null,auras:[{id:"11cbb58f-2f00-4103-965e-df4c21837d82",name:"Swarm Attack",keywords:"",details:"aura 2; the fear moth makes a basic attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"e904c492-fee2-4572-b924-6ef489e642af",name:"Winged Assault",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage, and the target is knocked prone.",damage:"2d8+6 damage",category:1},{id:"0b411b7b-f140-4314-9449-10721366f16b",name:"Wave of Fear",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close blast 3",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 4d8+6 psychic damage, and the target is stunned until the end of the fear moth’s next turn. Miss: Half damage, and the target is not stunned.",damage:"4d8+6 psychic damage",category:3}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"ae9a3efc-691f-4d69-8685-abede249770b",name:"Flesh Acolyte",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:6},wisdom:{score:18},charisma:{score:11},hp:109,initiative:10,ac:28,fortitude:25,reflex:25,will:28,regeneration:{value:5,details:""},auras:[{id:"393ad881-e300-4d59-aba9-5fa9f959e2d2",name:"Sickening Stench",keywords:"",details:"aura 2; any living creature that starts its turn within the aura is weakened until the end of its next turn."}],powers:[{id:"2456b29d-cbda-41c3-8464-dac35b72adf2",name:"Putrid Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d6+3 damage, and the target is dazed until the end of the flesh acolyte’s next turn.",damage:"1d6+3 damage",category:1},{id:"51ad9714-3333-43b5-a051-79abd48f389a",name:"Ghastly Glob",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"2d8+4 necrotic damage, and the target cannot make saving throws or spend healing surges until the start of its next turn.",damage:"2d8+4 necrotic damage",category:1},{id:"504bc69f-13cb-49f8-9250-4d8867bb67f0",name:"Exploding Entrails",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 3 within 10",attack:{bonus:19,defence:1},description:"",details:"targets living creatures; 1d10+4 necrotic damage, and ongoing 10 necrotic damage (save ends).",damage:"1d10+4 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"6d947f0c-703a-4beb-9fc5-30f42d607ae5",name:"Flesh Scamp",details:"",size:1,origin:4,type:0,keywords:"homunculus",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:18},dexterity:{score:16},intelligence:{score:4},wisdom:{score:11},charisma:{score:7},hp:1,initiative:9,ac:25,fortitude:23,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"350d100f-6376-4fea-bb05-0a2b42eedfd8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"005c28bc-6087-4518-aa39-29c62b8fa508",name:"Scamp’s Dance",action:{action:1,trigger:"while at least three flesh scamps are adjacent to the target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2 damage per flesh scamp adjacent to the target, and the target is immobilized until the end of the flesh scamp’s next turn. If the target is already immobilized, the target is instead dazed until the end of the flesh scamp’s next turn. If the target is already dazed, the attack deals 2 extra damage.",damage:"2 damage per flesh scamp adjacent to the target",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"737ea1cc-4a05-4d5c-a7ff-47cd247167d4",name:"Forsaken Hierophant",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +17",equipment:"mace; plate armor",category:"",strength:{score:23},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:26},hp:955,initiative:11,ac:37,fortitude:37,reflex:32,will:41,regeneration:{value:10,details:"if a forsaken hierophant takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"4debf779-63a8-42ea-af47-40a5321f4a1f",name:"Decaying Hope",keywords:"",details:"(Fear, Necrotic) aura 5; any enemy within the aura takes a -2 penalty to all defenses and a -2 penalty to attack rolls against the forsaken hierophant."}],powers:[{id:"d57c151e-1d13-48ea-bcbe-8335881f487a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8+5 damage, and ongoing 10 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"045a121f-eeab-48c0-b164-e04ac243e060",name:"Vision of Death",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:24,defence:3},description:"",details:"targets one creature; 2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:3},{id:"9fdbf352-d73a-4497-af0e-64b762a276a2",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d6+7 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6+7 necrotic damage",category:1},{id:"410fbfd1-d821-49af-8756-b763823e0e3e",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f8aa27b5-c434-4a73-be44-7084a37e89a1",name:"Forsaken Shell",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8, climb 8",alignment:"Unaligned",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:24},intelligence:{score:14},wisdom:{score:15},charisma:{score:13},hp:70,initiative:12,ac:20,fortitude:16,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"c673998c-28b2-48c1-8e7a-5485d217fa8f",name:"Necrotic Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 damage plus 5 necrotic damage, and the target is grabbed; see also envelop. In addition, the target loses a healing surge, and the forsaken shell regains 5 hit points.",damage:"1d6 damage plus 5 necrotic damage",category:1},{id:"17dc15a0-94bf-40d5-a544-e69e42e38218",name:"Envelop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Targets a creature grabbed by the forsaken shell; the forsaken shell shifts up to 3 squares before or after the attack, pulling the target with it; 2d6 + 3 necrotic damage (no attack roll required).; 1d10+4 damage.",damage:"2d6 + 3 necrotic damage (no attack roll required)",category:1},{id:"ee978059-9fc3-4324-88bd-f14542a00e04",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A forsaken shell deals 2d6 extra damage when it hits a target it has combat advantage against.",damage:"a forsaken shell deals 2d6 extra damage when it hits a target it has combat advantage against",category:0},{id:"27672207-0b1a-4a51-ab47-222607de7a31",name:"Flexibility",action:{action:5,trigger:"when the forsaken shell would be immobilized; restrained; pushed; pulled; or slid",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forsaken shell makes a saving throw. On a save, the triggering effect is negated.",damage:"",category:5},{id:"68ba8985-b95f-493d-9ec6-e0d96b16242d",name:"Spawn Shell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a forsaken shell kills a Medium living humanoid creature, the slain creature rises as a free-willed forsaken shell at the start of its creator’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2c343016-160c-4403-a579-1036f6a3074f",name:"Giant Skeletal Bat",details:"",size:3,origin:4,type:0,keywords:"undead",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +8; blindsight 5, darkvision",movement:"4, fly 8 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:22},intelligence:{score:3},wisdom:{score:16},charisma:{score:4},hp:104,initiative:13,ac:24,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"71182ec0-558a-4e6a-85f0-a0bb8e65e892",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d8+4 damage, and the target is pushed 1 square and knocked prone.",damage:"2d8+4 damage",category:1},{id:"1f310c09-5763-471f-b729-a53208d2b9d4",name:"Swoop and Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"The giant skeletal bat shifts up to 6 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The skeleton cannot attack a single target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:{bonus:13,defence:0},description:"",details:"4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"63894301-290f-4283-aa5f-9de02866fcf7",name:"Swoop and Drop",action:{action:7,trigger:"when the giant skeletal bat attacks a creature with swoop and claw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack deals no damage. Instead, the target is grabbed. When the giant skeletal bat moves, the grabbed creature slides along with it, remaining in the same space relative to the bat.",damage:"the attack deals no damage",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ae79235f-05b7-44e7-bcf4-dac7f46b55fa",name:"Grave Chill Blaspheme",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:21},intelligence:{score:12},wisdom:{score:10},charisma:{score:13},hp:150,initiative:11,ac:25,fortitude:23,reflex:25,will:22,regeneration:null,auras:[{id:"554c68ae-b351-4f8f-b3a8-58c37976b50b",name:"Seeping Chill",keywords:"",details:"(Cold) aura 1; while the grave chill blaspheme is bloodied, any enemy that enters the aura or starts its turn within the aura takes 5 cold damage."}],powers:[{id:"eac318f4-7a7a-4112-b445-2c30ad9b90f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d10+5 cold and necrotic damage.",damage:"2d10+5 cold and necrotic damage",category:1},{id:"d0da0f3e-cb25-4754-93fb-edb656d78fc1",name:"Chill to the Bone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d10+5 cold and necrotic damage, and the target is weakened (save ends).",damage:"3d10+5 cold and necrotic damage",category:1},{id:"b733d4a8-20fe-4fe1-b5fe-f6f1f96dfa62",name:"Nimble Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The grave chill blaspheme shifts up to 1 square and makes a bite attack.",damage:"The grave chill blaspheme shifts up to 1 square and makes a bite attack",category:1}],damageModifiers:[{type:2,value:-10},{type:6,value:-10},{type:7,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"ac9102d6-6063-48fa-8e5f-fa0310f450f5",name:"Grave Dirt Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:368,initiative:5,ac:29,fortitude:31,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"87cebda5-199d-48fe-b953-830b41df0122",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 while bloodied)2d8+6 damage, and the target takes ongoing 10 necrotic damage and is dazed (save ends both).",damage:"(+20 while bloodied)2d8+6 damage",category:1},{id:"c24ca29c-e243-454c-85ee-6cdbd0cc3521",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The grave dirt golem makes two slam attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4cb332b9-dbe5-4e1a-a072-acae2c7fc120",name:"Grave Dirt Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The grave dirt golem moves up to its speed plus 2 and can move through enemies’ spaces without provoking opportunity attacks. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The grave dirt golem must end its movement in an unoccupied space, and it can make no more than one slam attack against any single creature when using this power.",damage:"The grave dirt golem moves up to its speed plus 2 and can move through enemies’ spaces without provoking opportunity attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"ca34d4e6-eb06-4b62-b84c-eaab0b60ae15",name:"Hangman Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:2,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +18",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:16},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:476,initiative:13,ac:34,fortitude:36,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"d663ef2a-93d3-4b25-a0b0-a8fc15c61163",name:"Hangman’s Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; (+25 while bloodied)2d8+7 damage, and the target is immobilized until the end of the hangman golem’s next turn.",damage:"(+25 while bloodied)2d8+7 damage",category:1},{id:"936877c1-7a3d-4ddd-813d-0da48c028bb4",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"The hangman golem makes two hangman’s lash attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"ad852d20-b6bc-443f-8b68-ea6370c5119d",name:"Strangle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Reach 2; targets a creature immobilized by the hangman golem; 3d8+8 damage, and the target takes ongoing 10 damage and is restrained (save ends both).",damage:"3d8+8 damage",category:3},{id:"beb77456-7b40-44f5-9d04-241defc3dec1",name:"Rope Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:2},description:"",details:"targets enemies; 2d8+6 damage, and the target is immobilized (save ends).",damage:"2d8+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"b3ff2902-1072-43aa-8f72-162d3710f785",name:"Harrazau the God Swallower",details:"",size:5,origin:3,type:2,keywords:"undead",level:31,role:{type:2,flag:2,leader:!1},senses:"Perception +26; darkvision",movement:"8, burrow 8, climb 8",alignment:"Evil",languages:"Supernal",skills:"Insight +26, Religion +19",equipment:"",category:"",strength:{score:42},constitution:{score:32},dexterity:{score:26},intelligence:{score:18},wisdom:{score:22},charisma:{score:23},hp:1440,initiative:23,ac:43,fortitude:42,reflex:37,will:40,regeneration:null,auras:[{id:"04ee547b-286f-4054-98a4-df3a3a0abb07",name:"Gaping Maw",keywords:"",details:"aura 6; at the start of Harrowzau’s turn, any enemy within the aura is pulled 2 squares."}],powers:[{id:"06da0761-e448-4640-9eb5-e35a39cdafa7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 2d8+16 damage.",damage:"2d8+16 damage",category:1},{id:"42a49505-1fc6-43a1-9ee3-9db19e6e55a9",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 2d8+16 damage.",damage:"2d8+16 damage",category:3},{id:"b08062ef-802a-4aab-a92e-8b615392700f",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Harrowzau makes four claw attacks, no more than two of them against a single target. If two attacks hit the same target, it is grabbed, and it takes ongoing 15 damage until the grab ends. Harrowzau cannot use rending claws against another target while it is grabbing a creature.",damage:"and it takes ongoing 15 damage until the grab ends",category:1},{id:"3415da57-ab90-4b8c-8551-d2ec7f1837e7",name:"Consume",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"2d8+16 necrotic damage, and the target is trapped (save ends). A trapped target is removed from play and can take no actions, and takes ongoing 15 acid damage. Harrowzau occupies the target’s former space and gains regeneration 15. If the target succeeds on the saving throw, Harrowzau takes 1d6 damage, and the target escapes and appears in an unoccupied space of Harrowzau’s choice adjacent to Harrowzau. A trapped target automatically escapes when Harrowzau is destroyed, reappearing in a space of its choice within the space previously occupied by Harrowzau.",damage:"2d8+16 necrotic damage",category:1},{id:"f44268bb-1835-4465-b5af-8e4cadae7eed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Harrowzau makes an extra bite attack against any enemy it has combat advantage against. Harrowzau automatically gains combat advantage against any living, bloodied enemy.",damage:"",category:0}],damageModifiers:[{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, necrotic, poison",tactics:""},{id:"1dee2baf-de84-4f8e-8f59-7cb353f34ee5",name:"Harrowzau the Unborn",details:"",size:3,origin:3,type:1,keywords:"undead",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"Insight +25, Religion +19",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:18},intelligence:{score:10},wisdom:{score:22},charisma:{score:20},hp:634,initiative:18,ac:42,fortitude:42,reflex:37,will:40,regeneration:null,auras:[{id:"6d32f4e7-8550-431f-b1b8-e551485cd856",name:"Shroud of Death",keywords:"",details:"(Necrotic) aura 5; at the beginning of the atropal’s turn, undead allies within the aura regain 20 hit points, and living creatures in the aura take 10 necrotic damage. Radiant damage to the atropal ends its shroud of death. The atropal can restore the aura as a minor action."}],powers:[{id:"49f64f92-edf4-40f6-883d-3af52a994f85",name:"Necrotizing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 2d10+10 damage, and the target takes ongoing 15 necrotic damage and a -2 penalty to attack rolls, and the target loses any resistance or immunity to necrotic damage (save ends all).",damage:"2d10+10 damage",category:1},{id:"218e8ebc-b765-4534-8abe-e93c934cb43e",name:"Atropos Burst",action:{action:1,trigger:"recharges when a living creature is reduced to 0 hit points within the atropal’s aura",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:2},description:"",details:"4d8+5 necrotic damage, and the target loses a healing surge. The atropal gains 1 action point if it hits any creatures with atropos burst.",damage:"4d8+5 necrotic damage",category:5}],damageModifiers:[{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, necrotic, poison",tactics:""},{id:"42b0b6fa-441c-4696-a2eb-b8525614ada4",name:"High Preceptor",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +17",equipment:"leather armor; mace",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:22},intelligence:{score:14},wisdom:{score:18},charisma:{score:20},hp:254,initiative:11,ac:29,fortitude:25,reflex:27,will:27,regeneration:{value:10,details:"regeneration doesn’t function while the high preceptor is exposed to direct sunlight"},auras:[],powers:[{id:"cd3ce432-1808-4185-9a9d-f0a7203c7628",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"b576222d-b887-4038-8c9e-d47016ea6a99",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Requires combat advantage against the target; 1d12+8 damage, and the target is weakened (save ends), and the high preceptor regains 63 hit points.",damage:"1d12+8 damage",category:5},{id:"66ac56a1-41f5-4dd2-803d-b95157bcb0a3",name:"Betraying Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"the target makes a melee basic attack as free action against an adjacent ally of the high preceptor’s choice.",attack:{bonus:17,defence:3},description:"",details:"",damage:"",category:3},{id:"f69f393e-4134-4676-915a-7632e2f19136",name:"Blood Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 4",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 1d6+7 necrotic damage, and the target is dazed (save ends). Undead within the burst regain 15 hit points.",damage:"1d6+7 necrotic damage",category:1},{id:"de0b43f5-ef5c-4256-b885-2f7cb9cc6bd8",name:"Bloody Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The high preceptor becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The high preceptor can remain in mist form for up to 1 hour or can end the effect as a minor action.",damage:"The high preceptor becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0b0442db-1f10-41ab-8c75-0aa5a5ea824c",name:"Hooded Master",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +17, Religion +17",equipment:"implement, staff",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:21},intelligence:{score:21},wisdom:{score:21},charisma:{score:21},hp:240,initiative:10,ac:32,fortitude:28,reflex:27,will:30,regeneration:{value:10,details:""},auras:[{id:"be2d67dd-dd8c-45a2-a056-f0c7221dbf1f",name:"Sickening Stench",keywords:"",details:"aura 2; any living creature that starts its turn within the aura is weakened until the end of its next turn."}],powers:[{id:"2f9485a5-8569-4700-be24-05842fbaf668",name:"Master’s Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+8 damage, and the target is pushed 2 squares and knocked prone.",damage:"1d8+8 damage",category:1},{id:"f6933354-1995-45d1-8e53-cd68e2a8466a",name:"Death Eagle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"2d4+7 necrotic damage, and the target is weakened until the end of the hooded master’s next turn.",damage:"2d4+7 necrotic damage",category:1},{id:"efb76504-faec-4c48-9407-d11d37ad4951",name:"Organ Spawn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"targets enemies; the target is stunned until the end of the master’s next turn. Hit or Miss: An organ wretch appears adjacent to the hooded master and acts immediately after the master. An organ spawn created in this way does not contribute to an encounter’s experience total.",damage:"",category:1},{id:"7d3d1b00-fa72-493f-856f-a54e02bf7a1e",name:"Writhing Entrails",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 3 within 10",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d6+6 necrotic damage, and the target is slowed and dazed (save ends both).",damage:"2d6+6 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"0bb3c5a0-70bb-4843-b67a-64ec008e2187",name:"Howling Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"fly 8 (hover); phasing",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:24},intelligence:{score:6},wisdom:{score:14},charisma:{score:21},hp:1,initiative:14,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[{id:"e3d637a4-aece-4266-9e78-6629efe9c813",name:"Choir of Madness",keywords:"",details:"aura 1; any enemy within the aura that takes damage from a power that has the fear or psychic keyword takes 5 extra psychic damage."}],powers:[{id:"0a7bfd4d-d220-4719-b7ed-c7c10301d9a7",name:"Spectral Strafe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"The howling spirit shifts up to 1 square before or after the attack; 7 necrotic damage.",damage:"7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9bd39d4b-3da4-4d9f-8052-35c2aeee37a0",name:"Kas the Betrayer",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:7,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common",skills:"Arcana +25, Insight +22, Intimidate +27, Religion +25, Stealth +21",equipment:"black iron armor; plate armor; lifedrinker weapon; bastard sword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:24},wisdom:{score:19},charisma:{score:28},hp:1190,initiative:20,ac:44,fortitude:41,reflex:39,will:41,regeneration:{value:20,details:"regeneration doesn’t function while Kas is exposed to direct sunlight"},auras:[],powers:[{id:"1dd458fb-f45c-459e-95ed-a05ad3e60cb0",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10+14 damage (crit 34+5d6).",damage:"2d10+14 damage (crit 34+5d6)",category:1},{id:"7dbe8743-91e8-46ce-9f1a-39a674215fab",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Requires combat advantage against the target; 2d12+14 damage, and the target is weakened (save ends), and Kas regains 297 hit points.",damage:"2d12+14 damage",category:1},{id:"bde7ff45-9f69-4cd4-868e-25f83deaa973",name:"Terrifying Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Requires bastard sword; 2d10+14 damage (crit 34+5d6), and the target is pushed 5 squares and immobilized (save ends).",damage:"2d10+14 damage (crit 34+5d6)",category:1},{id:"ea976841-37ea-43a5-929f-0060f71ab1dc",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:31,defence:3},description:"",details:"the target is dominated and takes a -2 penalty to saving throws against being dominated (save ends both). Aftereffect: The target is dazed (save ends). Kas can have only one creature dominated at a time.",damage:"the target is dominated and takes a -2 penalty to saving throws against being dominated (save ends both)",category:3},{id:"8e961297-4e55-4f41-90ca-7eb413a2c760",name:"Betrayer’s Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:31,defence:0},description:"",details:"Requires bastard sword; 2d10+17 damage (crit 37+5d6), and the target is blinded (save ends).",damage:"2d10+17 damage (crit 37+5d6)",category:1},{id:"91b930b8-b6c1-46b0-b763-8901ac789c02",name:"Kas’s Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; the target is marked until the end of Kas’s next turn. If the marked target makes an attack that doesn’t include Kas as a target, it takes ongoing 10 necrotic damage (save ends).",damage:"it takes ongoing 10 necrotic damage (save ends)",category:3},{id:"8c17ea58-2c7f-4f19-9c8f-234d0f9ea8a8",name:"Kas’s Recovery",action:{action:7,trigger:"while kas is bloodied; recharges when kas reduces an enemy to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kas spends a healing surge to regain 297 hit points and end all adverse effects currently affecting him.",damage:"Kas spends a healing surge to regain 297 hit points and end all adverse effects currently affecting him",category:5},{id:"f9eabdbf-b4b7-42ba-9be5-71c928cb0667",name:"Mist Form",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn. Kas cannot attack while in this form and can sustain this form for up to 1 hour.",damage:"The Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn",category:5}],damageModifiers:[{type:3,value:-15},{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8a585d1d-ed7e-490f-9987-ddfb078b7d9a",name:"Kellemor and Przithnee",details:"",size:2,origin:2,type:2,keywords:"",level:23,role:{type:0,flag:1,leader:!1},senses:"Perception +16; low-light vision",movement:"6",alignment:"Evil",languages:"Abysssal, Common, Elven",skills:"Arcana +25, History +20, Nature +21, Religion +23",equipment:"implement, staff",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:24},wisdom:{score:20},charisma:{score:13},hp:316,initiative:14,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"b5710515-7358-4399-8af4-3f1c5e959fe5",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"99ee85a7-9e1c-4cd8-adbf-15f1a5ca2eb6",name:"Disintegrate",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"5d10+12 damage, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends). Miss: 3d10+12 damage, and the target takes ongoing 5 damage (save ends).",damage:"5d10+12 damage",category:5},{id:"a8c6e4a2-2663-4de5-a66e-6013c3980e79",name:"Blast of Flame",action:{action:1,trigger:"2/day",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"6d8+12 fire damage.",damage:"6d8+12 fire damage",category:5},{id:"08043e7d-6486-4624-9937-e6fc839827aa",name:"Scorching Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:26,defence:2},description:"",details:"2d6+12 fire damage.",damage:"2d6+12 fire damage",category:1},{id:"6da7b8e9-ac4e-433a-98c7-cff500262052",name:"Combust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:26,defence:2},description:"",details:"5d6+12 fire damage.",damage:"5d6+12 fire damage",category:1},{id:"a895aa6f-67e7-42a7-8e9a-44079b5e9d28",name:"Displacement",action:{action:5,trigger:"when a ranged or a melee attack hits the caster or one of his allies in range",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:null,description:"",details:"the attacker must reroll the attack roll.",damage:"",category:5},{id:"11daec34-6b5d-43db-a911-c14a65c158d3",name:"Irresistible Flame",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kellemor or Przithnee treats his targets’ resist fire as 20 lower than normal when determining damage for his attacks.",damage:"kellemor or przithnee treats his targets’ resist fire as 20 lower than normal when determining damage for his attacks",category:0},{id:"7a9358c7-074c-4459-8da8-6c618ec57aed",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Kellemor or Przithnee teleports up to 5 squares.",damage:"Kellemor or Przithnee teleports up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cdf9cf0d-7f90-44bd-a66d-af47c4fb73d9",name:"Kravenghast",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:4,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +19",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:22},intelligence:{score:11},wisdom:{score:12},charisma:{score:21},hp:560,initiative:18,ac:32,fortitude:29,reflex:32,will:30,regeneration:{value:10,details:"if Kravenghast takes radiant damage, regeneration doesn’t function until the end of his next turn"},auras:[],powers:[{id:"aec830d5-806a-40f2-84d0-543460431528",name:"Decomposing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+5 necrotic damage, and the target takes ongoing 10 necrotic damage (save ends). While taking this ongoing damage, the target cannot spend healing surges.",damage:"2d8+5 necrotic damage",category:1},{id:"698568e0-36b2-4f35-be57-46d69aef4753",name:"Deadly Reaction",action:{action:5,trigger:"when an enemy moves to a position where it flanks kravenghast",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Kravenghast attacks the enemy with his decomposing touch. If the attack hits, he can make another decomposing touch attack against another creature he is adjacent to.; 2d8+7 damage.",damage:"2d8+7 damage",category:5},{id:"679f087c-0e70-498f-82c5-f4a32b9bfcf7",name:"Shadowdrain Ray",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"2d8+6 necrotic damage, and the target is weakened (save ends).",damage:"2d8+6 necrotic damage",category:3},{id:"c83fea72-21fb-4831-8af3-a2827ecd252d",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Kravenghast deals 2d6 extra necrotic damage against any target he has combat advantage against.",damage:"kravenghast deals 2d6 extra necrotic damage against any target he has combat advantage against",category:0},{id:"cb5a9a67-9d63-4758-89f3-801658469226",name:"Kravenghast’s Evasion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an area or close attack targeting AC, Fortitude, or Will misses Kravenghast but deals damage on a miss, Kravenghast takes no damage from the attack.",damage:"or will misses kravenghast but deals damage on a miss",category:0},{id:"0fa08cac-2fcf-450e-90e6-17469ae72141",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kravenghast shifts up to 6 squares.",damage:"Kravenghast shifts up to 6 squares",category:2},{id:"187d3f7f-3f48-49af-80cd-6b4fe066f9e8",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Kravenghast spends a healing surge and regains 140 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Kravenghast spends a healing surge and regains 140 hit points",category:1},{id:"991636cb-46d1-4f99-bdd7-0d4df17ba8f3",name:"Demesne",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kravenghast is aware of all that goes on in the mausoleum. While within, he cannot be surprised and does not grant combat advantage. He knows the location and appearance of all creatures in the area.",damage:"",category:0},{id:"271e23ae-fe9a-4919-8447-4cae10e22c2c",name:"Binding",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Kravenghast is forced to leave the mausoleum (through forced movement or a compulsion), he suffers excruciating pain. Each round that he spends outside the mausoleum, he takes 2d6 damage, and his regeneration doesn’t function until the end of his next turn. If he is reduced to 0 hit points because of this damage, he reforms in the mausoleum 1d6 days later. He can be permanently killed only by damage from living creatures.",damage:"he takes 2d6 damage",category:0},{id:"f6086b8c-a617-435f-95a3-8ce4a6d7b63c",name:"Spawn Wraith",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a wraith rises as a free-willed wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the raise dead ritual) does not destroy the spawned wraith.",damage:"",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46a8ecf6-78ef-405a-9c62-57eb8d8775d3",name:"Kyuss",details:"",size:4,origin:4,type:1,keywords:"undead",level:31,role:{type:3,flag:2,leader:!1},senses:"Perception +29; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +25, Dungeoneering +29, Religion +25",equipment:"",category:"",strength:{score:18},constitution:{score:29},dexterity:{score:16},intelligence:{score:21},wisdom:{score:29},charisma:{score:24},hp:1425,initiative:18,ac:46,fortitude:46,reflex:41,will:47,regeneration:null,auras:[{id:"43486a0c-0aed-4367-a46e-39d4b1444a85",name:"Visions of Worms",keywords:"",details:"(Fear, Psychic) aura 5; any enemy that starts its turn within the aura takes 20 psychic damage, and is slowed until the start of its next turn."}],powers:[{id:"f30049d8-bd1c-4822-a3dd-b7987f734f5b",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"Reach 3; 4d8+7 necrotic damage. Miss: Half damage.",damage:"4d8+7 necrotic damage",category:1},{id:"bcc8a541-9631-4b6f-86f8-12812dbafea5",name:"Mind Worm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:34,defence:3},description:"",details:"2d10+8 psychic damage. In addition during the target’s next turn, Kyuss determines what actions the creature takes and how the target uses those actions.",damage:"2d10+8 psychic damage",category:1},{id:"e3d96fbd-35cf-43d0-a648-675db7d9c9ab",name:"Ray of Cold Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:34,defence:2},description:"",details:"4d8+8 cold and necrotic damage, and the target is slowed and weakened (save ends both).",damage:"4d8+8 cold and necrotic damage",category:1},{id:"66f2a375-2e58-435c-b44b-3a0852f9cd60",name:"Squirming Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kyuss makes up to five attacks using corrupting touch and ray of cold death.",damage:"",category:1},{id:"c328edd0-1986-49e0-b6d8-65d50442d313",name:"Eye of Kyuss",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close burst 10",attack:{bonus:34,defence:3},description:"",details:"targets one enemy; the target is stunned until the end of Kyuss’s next turn. If the target is in Kyuss’s visions of worms aura, it also takes 2d10+5 psychic damage.",damage:"it also takes 2d10+5 psychic damage",category:3},{id:"b00b129d-5ad6-44ed-92d2-b2ee0c41ff45",name:"Kyuss’s Fearful Hold",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 10",attack:{bonus:34,defence:3},description:"",details:"targets enemies; 2d10+9 damage, and the target is stunned (save ends). Miss: Half damage, and the target is instead dazed (save ends).",damage:"2d10+9 damage",category:5},{id:"c1aeb6f1-64e7-4575-b6af-9c1b006ed43b",name:"Arcane Recall",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kyuss recharges Kyuss’s fearful hold or mind worm.",damage:"",category:3},{id:"3f81e83e-ddd8-484d-b7d1-6daf537ac1bd",name:"Spawn Larva",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A humanoid killed by Kyuss rises as a wormspawn praetorian at the start of Kyuss’s next turn.",damage:"",category:0},{id:"9b53b503-7754-4361-8e82-bfe9f39947ce",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering his shape, Kyuss can squeeze as if he were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"half damage from melee and ranged attack",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"57f509e0-34fb-4fea-b1c2-ff76e80ca3ee",name:"Larva Sniper",details:"",size:2,origin:4,type:1,keywords:"undead",level:21,role:{type:0,flag:1,leader:!1},senses:"Perception +16",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +18, Stealth +18",equipment:"leather armor; longbow",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:17},intelligence:{score:27},wisdom:{score:23},charisma:{score:16},hp:306,initiative:13,ac:36,fortitude:33,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"16539ae6-01bb-4fb5-b7d8-dc978aed1847",name:"Stinging Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+2 poison damage.",damage:"2d8+2 poison damage",category:1},{id:"e4d521d5-0d42-43d3-bcf1-01e9fb709936",name:"Wasp-Flight Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"ranged 20/40",attack:{bonus:28,defence:0},description:"",details:"Requires longbow; 1d10+2 damage, and ongoing 5 poison damage (save ends).",damage:"1d10+2 damage",category:1},{id:"5be91344-ac70-4395-a4f7-f154c7c68e8f",name:"Disrupting Double Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"Requires longbow; the larva sniper makes two wasp-flight arrow attacks. If both attacks hit the same target, it takes ongoing 10 poison damage and is dazed (save ends both).",damage:"it takes ongoing 10 poison damage and is dazed (save ends both)",category:1},{id:"baf359b0-727e-4e60-9a2c-22fdfdd5bef6",name:"Escaping Sting",action:{action:4,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"The larva sniper shifts up to 3 squares and makes a basic attack.",damage:"The larva sniper shifts up to 3 squares and makes a basic attack",category:5},{id:"b17c386a-7c49-45d1-a91c-188dc50f00bd",name:"Vespine Speed",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"The larva sniper makes a basic attack.",damage:"",category:3},{id:"6a891af3-e39b-4839-8acd-bde6565b06ce",name:"Vengeful Hive",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:24,defence:1},description:"",details:"3d8+5 poison damage.",damage:"3d8+5 poison damage",category:1},{id:"19c284a8-eb5f-4606-a843-ec3b03571d3e",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva sniper can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"b9364edc-c87e-402a-b476-9660be8bf945",name:"Leflanth and Yargo",details:"",size:2,origin:2,type:2,keywords:"",level:23,role:{type:0,flag:1,leader:!1},senses:"Perception +16; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Arcana +25, History +20, Religion +23",equipment:"implement, staff",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:24},wisdom:{score:20},charisma:{score:13},hp:316,initiative:14,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"55281075-e3d0-4783-bfa1-cdc6ddbd1c42",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"6b40b933-27ee-437c-b7f8-74313252e6d8",name:"Chain Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"4d6+12 lightning damage. Secondary Targets: Two creatures within 5 squares of the primary target; +28 vs. Reflex; 2d6+12 damage. Tertiary Targets: All other enemies within 20 squares of the caster; +28 vs. Reflex; 1d6+12 lightning damage.",damage:"4d6+12 lightning damage",category:1},{id:"2f459b86-aa6b-40ee-982e-09bfc814e173",name:"Disintegrate",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"5d10+12 damage, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends). Miss: 3d10+12 damage, and the target takes ongoing 5 damage (save ends).",damage:"5d10+12 damage",category:5},{id:"645ea1b0-8a81-4cad-bf42-d71b1256595c",name:"Force Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"targets up to three creatures; (+4 power bonus to attack roll if targeting one creature)3d6+12 force damage, and the target is dazed until the end of the caster’s next turn.",damage:"(+4 power bonus to attack roll if targeting one creature)3d6+12 force damage",category:1},{id:"3210c37d-6119-4956-a5dc-9690dd7d5c57",name:"Thunderwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:25,defence:1},description:"",details:"2d6+11 thunder damage, and the target is pushed 5 squares.",damage:"2d6+11 thunder damage",category:1},{id:"d9950b94-5b66-496b-8f6b-78cf928ef226",name:"Displacement",action:{action:5,trigger:"when a ranged or a melee attack hits the caster or one of his allies in range",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:null,description:"",details:"the attacker must reroll the attack roll.",damage:"",category:5},{id:"841ae08a-5dbc-4e82-b6ad-1a6174f1024a",name:"Blur",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, Leglanth or Yargo gains a +2 power bonus to all defenses, and enemies more than 5 squares away from him cannot see him.",damage:"Leglanth or Yargo gains a +2 power bonus to all defenses",category:5},{id:"c18ad69d-43ef-422d-8276-26ffe7524fdd",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Leglanth or Yargo teleports up to 5 squares.",damage:"Leglanth or Yargo teleports up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce562602-9fcb-4541-b084-f54faf79196c",name:"Lich Claw",details:"",size:0,origin:4,type:0,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +8; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:25},intelligence:{score:5},wisdom:{score:12},charisma:{score:12},hp:1,initiative:16,ac:29,fortitude:27,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"a3afffb6-50fe-4901-984e-941e87573eee",name:"Death’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"5 necrotic damage, and the target is weakened until the end of the lich claw’s next turn.",damage:"5 necrotic damage",category:1},{id:"a19cba14-be62-4b84-9231-55b7e2940d0b",name:"Anchoring Claws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that starts its turn adjacent to three or more lich claws is immobilized until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d161b81c-bfdb-4edd-864f-56040d2dc267",name:"Loratha",details:"",size:2,origin:2,type:2,keywords:"",level:23,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Arcana +23, History +18, Intimidate +23",equipment:"dagger",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:20},wisdom:{score:13},charisma:{score:24},hp:412,initiative:16,ac:39,fortitude:35,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"3aac3ba3-e379-416a-b7bf-a38dd8d37533",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"a905a383-21a5-4d81-adf8-a2763c8dc280",name:"Eyebite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d6+11 psychic damage, and Loratha is invisible to the target until the start of her next turn.",damage:"2d6+11 psychic damage",category:1},{id:"ad24c6e0-ba6a-45b1-a187-8da1660bdf65",name:"Bewitching Whispers",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:27,defence:3},description:"",details:"until the end of Loratha’s next turn, the target treats all creatures as enemies for the purpose of opportunity attacks and must take every opportunity attack possible (with a +5 bonus to the attack roll).",damage:"the target treats all creatures as enemies for the purpose of opportunity attacks and must take every opportunity attack possible (with a +5 bonus to the attack roll)",category:1},{id:"3c90da54-0d93-4e7b-a552-9bf7d8347974",name:"Curse of the Golden Mist",action:{action:1,trigger:"sustain standard; daily",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:27,defence:3},description:"",details:"the target loses its next standard action. Loratha must make a new attack roll when she sustains this effect. If the attack misses, the effect ends.",damage:"",category:5},{id:"96d9aab9-21a6-42d9-bdcc-b62c239dc8ce",name:"Thirsting Tendrils",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"3d6+11 damage, and Loratha can spend a healing surge to regain 113 hit points.",damage:"3d6+11 damage",category:1},{id:"0d934353-8740-4e0c-a978-71c5af277804",name:"Twofold Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Loratha can place her Warlock’s Curse on the two nearest enemies she can see. Once per round, when Loratha damages a cursed enemy, she can deal 3d6 extra damage to that target.",damage:"when loratha damages a cursed enemy",category:3},{id:"88a4c4d7-84e3-401f-81e8-985b5e3eb112",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Loratha teleports up to 5 squares.",damage:"Loratha teleports up to 5 squares",category:2},{id:"e8e08711-05f0-423c-b48f-507c34a2756e",name:"Infuriating Elusiveness",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Teleportation",condition:"",range:"",attack:null,description:"",details:"Loratha becomes invisible and then teleports up to 4 squares. The invisibility lasts until the start of Loratha’s next turn.",damage:"Loratha becomes invisible and then teleports up to 4 squares",category:2},{id:"0613f06f-a55b-45fa-ac3c-6ca75af77b90",name:"Warding Blade",action:null,keywords:"",condition:"",range:"When a creature Loratha has cursed makes a melee attack against her, that creature takes 5 damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"f1f8e529-d003-4ae8-95a5-284a663871d5",name:"Wings of the Fiend",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Loratha grows wings and gains a fl y speed of 6 until the end of the encounter.",damage:"Loratha grows wings and gains a fl y speed of 6 until the end of the encounter",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d8b32383-cf66-4080-89db-fd77fce810ec",name:"Maheghoda the Black Courser Nightmare",details:"",size:3,origin:5,type:1,keywords:"mount",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"10, teleport 10",alignment:"Evil",languages:"",skills:"Endurance +22",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:19},intelligence:{score:16},wisdom:{score:12},charisma:{score:15},hp:186,initiative:15,ac:33,fortitude:34,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"6f5505a8-3ffd-4fcc-8be8-a5420f0f918b",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8+7 damage, and ongoing 5 fire damage (save ends).",damage:"1d8+7 damage",category:1},{id:"8ecb331e-6ea0-41ed-b889-2193a0cf6443",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Maheghoda can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and Maheghoda must end its move in an unoccupied space. When it enters an enemy’s space, the black courser makes a trample attack; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"eacc6af7-0adb-44bd-9505-7e072790b3eb",name:"Hell’s Ride",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 13th level or higher",range:"",attack:null,description:"",details:"Maheghoda’s rider gains resist 20 fire.",damage:"Maheghoda’s rider gains resist 20 fire",category:0},{id:"90bf544d-f5f4-421a-8d93-4dbe5e42b195",name:"Hooves of Hell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Maheghoda moves up to 10 squares. Each square it leaves is filled with fire to a height of 10 feet until the end of its next turn. Any creature that hits Maheghoda with a melee attack during this move, or that enters one of the flaming squares, takes 10 fire damage.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"478203d3-9cce-4242-bfd4-08ba9508e109",name:"Malicious Ghost",details:"",size:1,origin:5,type:2,keywords:"undead",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +18",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:24},intelligence:{score:10},wisdom:{score:14},charisma:{score:25},hp:72,initiative:14,ac:27,fortitude:23,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"aee0efcb-576a-464a-ba90-fa0c9b91c114",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"(+18 with inexorable creep)2d8+4 necrotic damage.",damage:"(+18 with inexorable creep)2d8+4 necrotic damage",category:1},{id:"2b17b112-6439-4653-b112-72f72bff99d6",name:"Piercing Malice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:3},description:"",details:"(+18 with inexorable creep)2d8+4 psychic damage, and the target is slowed (save ends).",damage:"(+18 with inexorable creep)2d8+4 psychic damage",category:1},{id:"273b793f-4853-4048-8e99-dbfd47f8cbd1",name:"Inky Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"(+17 with inexorable creep)2d8+4 necrotic damage, and the target takes ongoing 10 necrotic damage and is immobilized (save ends both).",damage:"(+17 with inexorable creep)2d8+4 necrotic damage",category:1},{id:"982ab078-2b36-4259-93de-ddca8a0f897c",name:"Inexorable Creep",action:null,keywords:"",condition:"",range:"When a malicious ghost uses phasing to move through obstacles, it gains a +2 bonus to attack rolls and all defenses, and deals 1d6 extra damage on melee attacks and ranged attacks until the start of its next turn.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"03ea1a49-82a2-45a0-bf13-94abf05d42d9",name:"Marrowshriek Skeleton",details:"",size:2,origin:5,type:0,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Chaotic evil",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:22},intelligence:{score:6},wisdom:{score:16},charisma:{score:9},hp:95,initiative:16,ac:27,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"4a6aff14-4840-4cef-a781-a769c21780e7",name:"Osseous Thrust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"83d4a1b8-7a06-4797-92fc-f7e76634b9bf",name:"Marrow Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires combat advantage against the target; 2d8+12 damage, and the target is grabbed. Each round that the marrowshriek skeleton sustains the grab, the target takes 15 damage and is weakened until the end of the marrowshriek skeleton’s next turn.",damage:"2d8+12 damage",category:1},{id:"159e34b8-ebf2-4fe6-a7ae-a57a5c19df28",name:"Marrowshriek",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"targets living creatures; the target is dazed until the end of the marrowshriek skeleton’s next turn. If the target is grabbed by the marrowshriek skeleton, it is stunned until the end of the marrowshriek skeleton’s next turn instead of dazed.",damage:"",category:3},{id:"ffba208f-e475-4aad-a2a1-55006c04317f",name:"Shadowrought",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marrowshriek skeleton becomes invisible until it attacks.",damage:"",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4052c0e2-adf2-405c-9fc8-d1aecd3a8390",name:"Master Enigma of Vecna",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +22",equipment:"dagger",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:20},intelligence:{score:22},wisdom:{score:17},charisma:{score:19},hp:203,initiative:16,ac:36,fortitude:33,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"27915792-8910-415a-aa73-ac5bf1a7dcd1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"03619a3b-81d3-4862-abc5-3a2a47f6076b",name:"Memory Rage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:26,defence:3},description:"",details:"3d10+3 psychic damage, and the target cannot use encounter attack powers, daily attack powers, or utility powers (save ends). Aftereffect: The target is stunned until the end of its next turn.",damage:"3d10+3 psychic damage",category:1},{id:"63bd620d-1d29-431c-aace-70385e98b039",name:"Shock Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:26,defence:2},description:"",details:"4d6+5 lightning damage, and the target is dazed (save ends).",damage:"4d6+5 lightning damage",category:1},{id:"d6c98264-371b-459c-87b4-fc27175df621",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 3d8+5 psychic damage, and the target is pushed 5 squares.",damage:"3d8+5 psychic damage",category:1},{id:"67556ceb-dbdd-4d19-9510-ea4057021d1c",name:"Rend Flesh",action:{action:1,trigger:"usable only after flesh ripper rage",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"4d8+5 damage.",damage:"4d8+5 damage",category:5},{id:"e1ab6822-373c-4bde-b734-48720dff9998",name:"Flesh Ripper Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once a master enigma of Vecna has been bloodied, it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter.",damage:"it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f378c62e-552a-4dcb-a40a-2505be85f1b5",name:"Mauthereign Human Lich",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +20, Heal +23, History +20, Insight +23, Religion +20",equipment:"implement, staff",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:14},intelligence:{score:22},wisdom:{score:18},charisma:{score:20},hp:344,initiative:11,ac:34,fortitude:29,reflex:30,will:33,regeneration:{value:10,details:"if Mauthereign takes radiant damage, regeneration doesn’t function until the end of his next turn"},auras:[{id:"a6a5de28-7876-47d6-8819-3991391c3a86",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters the aura or starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"23a61479-bc3a-42d8-a90c-60f676c0abb3",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+4 damage (crit 4d8+12).",damage:"1d8+4 damage (crit 4d8+12)",category:1},{id:"14bfb8d6-df15-492f-b96d-73e716a9f57a",name:"Lash of Grazroblain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d6+5 necrotic damage, and the target is dazed until the end of Mauthereign’s next turn.",damage:"3d6+5 necrotic damage",category:1},{id:"c906416f-c91b-4963-9736-a71df4dcc2b1",name:"Wither",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"4d6+5 necrotic damage, and the target takes ongoing 10 necrotic damage and is slowed (save ends both). Aftereffect: The target is slowed until it takes an extended rest, it is the subject of a Remove Affliction ritual, or Mauthereign is slain (whichever occurs first).",damage:"4d6+5 necrotic damage",category:1},{id:"7eb880e8-833f-4260-833f-c1c0533c6520",name:"Stunning Escape",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 1",attack:{bonus:21,defence:1},description:"",details:"the target is stunned until the end of the Mauthereign’s next turn, and Mauthereign teleports up to 10 squares.",damage:"and Mauthereign teleports up to 10 squares",category:5},{id:"5d9279f5-a0fc-4373-86f0-371907aae97a",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Mauthereign is reduced to 0 hit points, his body and possessions fall into dust, but he is not destroyed. He reappears, along with his possessions, within 1 square of his phylactery (an amulet hidden under the bed in his ritual chamber) 1d10 days later.",damage:"within 1 square of his phylactery (an amulet hidden under the bed in his ritual chamber) 1d10 days later",category:0},{id:"b5f961b4-69fa-4fcd-a1fb-1df2aa88d2f3",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mauthereign recharges wither.",damage:"",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"89c76756-3a24-4604-ae5f-1f99dd880b05",name:"Moon Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:8},constitution:{score:16},dexterity:{score:19},intelligence:{score:8},wisdom:{score:11},charisma:{score:15},hp:56,initiative:9,ac:21,fortitude:19,reflex:20,will:18,regeneration:{value:5,details:"if a moon wraith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[],powers:[{id:"06333e4f-9ad8-4aec-80ac-5a039eafded5",name:"Lunar Violation",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"The moon wraith shifts up to 2 squares before or after the attack; 2d4+6 necrotic damage, and the target is weakened until the end of its next turn.",damage:"2d4+6 necrotic damage",category:1},{id:"70e47e33-2c94-41c9-b00c-fccf784c28ad",name:"Crescent Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"The moon wraith shifts up to 10 squares, moving through any creatures’ spaces; (against each enemy whose space it enters)2d4+6 necrotic damage, and the target is dazed (save ends). A wraith can pass through a single creature’s space only once when using crescent arc. Miss: Half damage, and the target is not dazed.",damage:"(against each enemy whose space it enters)2d4+6 necrotic damage",category:1},{id:"d8427a15-26b0-427f-af51-2038f1c9ed86",name:"Moon Wrath",action:null,keywords:"",condition:"",range:"When a moon wraith is in moonlight or starlight, its melee attacks deal 1d4 extra necrotic damage, and the weakened condition caused by lunar violation is ended by a save.",attack:null,description:"",details:"",damage:"",category:0},{id:"8847df0c-ea49-4982-bacf-3c50a6eac4ef",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a moon wraith rises as a free-willed moon wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"87cfef49-47a8-457c-bf6b-c287d3e48d45",name:"Necrosphinx",details:"",size:3,origin:3,type:1,keywords:"undead",level:16,role:{type:7,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 8 (clumsy), overland flight 10",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +16, History +16, Insight +17, Intimidate +16, Religion +16",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:15},intelligence:{score:16},wisdom:{score:19},charisma:{score:16},hp:760,initiative:12,ac:31,fortitude:29,reflex:26,will:31,regeneration:{value:10,details:"if a necrosphinx takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"e2a2e804-1150-4333-a5ee-338af7908a5e",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls against the necrosphinx."}],powers:[{id:"71e7a75f-68fd-495f-b5a3-162940bd51a3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+5 damage, and the target is marked until the end of the sphinx’s next turn.",damage:"2d10+5 damage",category:1},{id:"def9b9c1-d761-4dca-bc71-a7e116de2859",name:"Death’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The necrosphinx moves up to 6 squares and makes two claw attacks, each one against a different target. If an attack hits, that target is knocked prone. If both attacks hit, each target also takes ongoing 5 necrotic damage (save ends).",damage:"each target also takes ongoing 5 necrotic damage (save ends)",category:1},{id:"2ef03f0a-dfb2-4597-b9fc-a54c024a7ed6",name:"Fierce Retort",action:{action:5,trigger:"when a creature marked by the necrosphinx makes a melee attack against it",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Targets the triggering creature; 2d10+5 damage, and the target takes ongoing 5 necrotic damage and is marked (save ends both).",damage:"2d10+5 damage",category:5},{id:"341f264f-6fc5-4aad-b6f5-0d473a1101c2",name:"Necrotic Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target takes ongoing 5 necrotic damage and a -2 penalty to attack rolls (save ends both).",damage:"the target takes ongoing 5 necrotic damage and a -2 penalty to attack rolls (save ends both)",category:3},{id:"d6b3f937-e2e1-4d3e-95e7-ff35f3a13ef8",name:"Mummies Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0},{id:"3bd725c1-eeae-4bbf-b529-dd6a99cc9a3d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The necrosphinx spends a healing surge and regains 190 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The necrosphinx spends a healing surge and regains 190 hit points",category:1},{id:"04e377a5-0d17-495b-8ea5-bc391bc6c04f",name:"Sphinx’s Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The necrosphinx poses a question or riddle out of combat. If the challenged creatures refuse to answer or fail to",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b3886482-791e-4b76-821e-63bd58adda3a",name:"Nighthaunt Shrine",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"4 (clumsy), fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"Insight +17, Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:10},dexterity:{score:14},intelligence:{score:16},wisdom:{score:21},charisma:{score:20},hp:182,initiative:9,ac:28,fortitude:24,reflex:26,will:28,regeneration:null,auras:[{id:"a1c3f405-4992-4df9-8750-7135ef40e8b4",name:"Death Shield",keywords:"",details:"aura 3; any undead ally or shadow ally within the aura gains a +2 bonus to all defenses."}],powers:[{id:"aec8bd07-3d89-4266-99a7-8781a2efc54f",name:"Claw Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d8+1 damage (3d8+3 while bloodied).",damage:"1d8+1 damage (3d8+3 while bloodied)",category:1},{id:"a803163b-bda4-4830-a2b6-d7b26beab470",name:"Terrifying Vision",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"2d6+5 psychic damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+5 psychic damage",category:3},{id:"3af7d2e3-3ab3-4b7e-b9c6-60887efa29a8",name:"Life Leak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 5 centered on a bloodied enemy within 10",attack:{bonus:16,defence:1},description:"",details:"4d6+6 necrotic damage. Miss: Half damage. Hit or Miss: Each undead ally or shadow ally in the burst gains 20 temporary hit points.",damage:"4d6+6 necrotic damage",category:1},{id:"ab6a4f74-df1e-47a7-8c91-5dd87862deda",name:"Shadowfell Taint",action:{action:3,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 1 within 10",attack:null,description:"",details:"the burst creates a zone of darkness that lasts until the end of the nighthaunt shrine’s next turn. The zone’s space is totally obscured and blocks line of sight for creatures without darkvision. A creature that starts its turn in the zone takes 10 necrotic damage. When the nighthaunt shrine sustains this power, the zone lasts until the end of its next turn. In addition, it can use a move action to move the zone 5 squares.",damage:"a creature that starts its turn in the zone takes 10 necrotic damage",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"daf17ac1-0f15-4412-8e99-e6c989270e7a",name:"Nighthaunt Slip",details:"",size:2,origin:5,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"4 (clumsy), fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:12,ac:26,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f81cc4f1-ee95-469a-b0c9-dcc940985e3d",name:"Claw Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"5 damage plus necrotic damage equal to the number of nighthaunt slips adjacent to the target.",damage:"5 damage plus necrotic damage equal to the number of nighthaunt slips adjacent to the target",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ff6781fa-e895-415c-b172-00b48bee12ed",name:"Nighthaunt Whisperer",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4 (clumsy), fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:15},charisma:{score:20},hp:65,initiative:14,ac:26,fortitude:22,reflex:24,will:23,regeneration:null,auras:[{id:"b85ddd70-3b62-4c6a-9432-22b6869ef27a",name:"Death Whisper",keywords:"",details:"(Fear, Necrotic) aura 2; any enemy within the aura takes a -2 penalty to Will, and at the start of its turn takes 5 necrotic damage."}],powers:[{id:"13ae7c50-1198-4041-83ba-53acb48bdbd0",name:"Claw Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"66d31223-6dce-41a7-bf9f-f25c3bd6e317",name:"Night’s Embrace",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nighthaunt whisperer makes two claw touch attacks. If both attacks hit the same target, the target is grabbed. A nighthaunt whisperer can grab only one creature at a time.",damage:"",category:1},{id:"66a3e70b-92b9-4fb6-8bcd-f282442703df",name:"Night’s Fell Kiss",action:{action:1,trigger:"recharges after the nighthaunt whisperer uses shadow wing",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"The nighthaunt whisperer shifts up to 2 squares, sliding the creature it has grabbed with it. If the nighthaunt whisperer ends this movement adjacent to no other enemy aside from the grabbed target, it makes an attack against the creature; 2d6+4 necrotic damage, and the target is stunned (save ends).",damage:"2d6+4 necrotic damage",category:5},{id:"f9bdd9a0-04f3-45ae-bca9-c82c95b62614",name:"Shadow Wing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a nighthaunt whisperer moves at least 8 squares on its turn, it is invisible until the start of its next turn.",damage:"If a nighthaunt whisperer moves at least 8 squares on its turn",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"696783bf-0813-4ca9-ad02-bb5bff818259",name:"Oblivion Wraith",details:"",size:3,origin:5,type:2,keywords:"undead",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +18",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:23},intelligence:{score:10},wisdom:{score:10},charisma:{score:18},hp:116,initiative:13,ac:26,fortitude:25,reflex:27,will:24,regeneration:{value:10,details:"if an oblivion wraith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"8fa50451-9689-4f0c-b2dd-2b2f9475bc42",name:"Nihil",keywords:"",details:"(Necrotic) aura 2; any enemy that starts its turn within the aura takes 10 necrotic damage and cannot spend a healing surge until the start of its next turn."}],powers:[{id:"c1df6892-4a6d-489a-aa60-eb5bea05495b",name:"Nihil Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d8+7 necrotic damage, and the oblivion wraith is invisible to the target until the end of the oblivion wraith’s next turn.",damage:"2d8+7 necrotic damage",category:1},{id:"09707917-18e1-446e-82d0-771028b25870",name:"Obliviate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d8+4 necrotic damage, and the target takes ongoing 15 necrotic damage and a -2 penalty to saving throws (save ends both).",damage:"2d8+4 necrotic damage",category:1},{id:"c98c500d-280e-4371-a93f-192f92611fdb",name:"Death Blast",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close blast 3",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d8+7 necrotic damage, and the target loses two healing surges. Miss: Half damage, and the target loses a healing surge.",damage:"2d8+7 necrotic damage",category:0},{id:"278a04b7-8d7c-453f-8997-d325406d965d",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The oblivion wraith shifts up to 6 squares.",damage:"The oblivion wraith shifts up to 6 squares",category:2},{id:"09d4baa0-a890-4942-8e08-dfaa4cb4b291",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by an oblivion wraith rises as a free-willed oblivion wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"89aa5f24-3048-477a-9be9-4d2bff6a14e9",name:"Offalian",details:"",size:3,origin:4,type:0,keywords:"undead",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:20},intelligence:{score:5},wisdom:{score:15},charisma:{score:11},hp:88,initiative:8,ac:18,fortitude:21,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"86dbc61b-88f1-49cf-b020-361df4376785",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 2d6+7 damage, and the target is grabbed. An offalian can have only one creature grabbed at a time.",damage:"2d6+7 damage",category:1},{id:"e1274911-2dfa-496f-a0ee-ce08c88cb80b",name:"Clamp Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Targets a creature grabbed by the offalian; 1d10 + 7 necrotic damage (no attack roll required).; 1d10+4 damage.",damage:"1d10 + 7 necrotic damage (no attack roll required)",category:1},{id:"f90837fa-8336-4a4d-a66c-c0ac81238599",name:"Effluvia Expulsion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:7,defence:2},description:"",details:"2d8+11 acid and necrotic damage, and the target is blinded (save ends).",damage:"2d8+11 acid and necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3dec7194-692c-45f4-a11d-a302b959888c",name:"Oni Souleater",details:"",size:3,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +16, Insight +13",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:22},intelligence:{score:18},wisdom:{score:17},charisma:{score:22},hp:232,initiative:11,ac:25,fortitude:25,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"1687b63f-537f-4b32-93bf-a8ca0594a93e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1},{id:"816cc8a1-3415-4614-8a58-8a0d5b36c707",name:"Soul Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6+7 necrotic damage, and the target is immobilized (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"eedd9723-ed4e-405e-8aa7-4b032bd0f30c",name:"Consume Essence",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Targets an immobilized creature; 1d8+4 necrotic damage, and the target loses a healing surge. In addition, the oni souleater regains 5 hit points.",damage:"1d8+4 necrotic damage",category:3},{id:"1bf85293-c795-46e7-bc67-e5c9962ac2fa",name:"Harvest Souls",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The oni souleater makes three soul grasp attacks.",damage:"",category:1},{id:"d251c08a-79d4-4ad1-93dd-30182008ea5f",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"An oni souleater can appear as a Medium or Large humanoid. A successful insight check (opposed by the oni’s Bluff check) pierces the illusion.",damage:"",category:3},{id:"25963e2d-89c2-4f0a-8b1c-0a7e3124111f",name:"Devour Soul",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature reduced to 0 healing surges by an oni souleater is killed and its body is reduced to dust. The oni souleater acquires the languages and memories of a target it kills in this way.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1a2188ae-0d12-4e87-a263-704ee21bb98f",name:"Oni Spiritmaster",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"7, fly 8 (clumsy) see also spirit form",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +17, Insight +14, Religion +14",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:20},intelligence:{score:19},wisdom:{score:14},charisma:{score:21},hp:142,initiative:12,ac:26,fortitude:27,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"229c11a3-abce-4b0e-baa6-1ff5c7c5afa7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"2799d515-a4a2-476c-b31f-ba4e1bb61442",name:"Dread Fear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:19,defence:3},description:"",details:"3d6+5 necrotic damage, and the target takes a -2 penalty to attack rolls against the oni spiritmaster and undead creatures (save ends).",damage:"3d6+5 necrotic damage",category:1},{id:"b087d00a-6212-4970-8982-2be727a9e51e",name:"Harassing Spirits",action:{action:1,trigger:"see also devour spirit",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"3d10+5 necrotic damage, and the target is dazed and takes ongoing 10 psychic damage (save ends both).",damage:"3d10+5 necrotic damage",category:5},{id:"15047633-406c-41dc-9a56-14142835e1cb",name:"Howling Blast",action:{action:1,trigger:"see also devour spirit",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the target is knocked prone.",damage:"2d8+6 psychic damage",category:5},{id:"ceb355af-d565-4c8d-ac73-bff531cc8cf4",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"An oni spiritmaster can appear as a Medium or Large humanoid. A successful insight check (opposed by the oni’s Bluff check) pierces the illusion.",damage:"",category:3},{id:"95641293-2721-4218-80e3-a17b64fea85d",name:"Devour Spirit",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The oni spirit master devours one howling spirit within sight, killing it and recharging harassing spirits, howling blast, or spirit form.",damage:"",category:3},{id:"93471b2e-4837-486c-b46c-9eb43b8edcb2",name:"Spirit Form",action:{action:1,trigger:"see also devour spirit",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The oni spiritmaster becomes insubstantial, gains phasing, and gains fly (hover) 8 until the end of its next turn.",damage:"and gains fly (hover) 8 until the end of its next turn",category:5},{id:"c82870b0-685f-4dbf-a241-5753b016dbbb",name:"Spirit Retinue",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An oni spiritmaster starts combat with four howling spirits. These four spirits are part of the oni spiritmaster’s XP value. An oni spiritmaster can have up to twelve howling spirits as part of its retinue, with each howling spirit beyond the first four counting toward the encounter’s XP value.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10042488-44c9-4e3b-b97c-a28aa3d2096b",name:"Oreiax",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +22; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +25, Religion +23",equipment:"",category:"",strength:{score:31},constitution:{score:31},dexterity:{score:18},intelligence:{score:23},wisdom:{score:20},charisma:{score:26},hp:562,initiative:16,ac:39,fortitude:40,reflex:37,will:38,regeneration:null,auras:[{id:"0ce9cecf-c468-406f-a085-c8248f40fdb8",name:"Aura of Death",keywords:"",details:"aura 20; enemies that enter or start their turns in the aura take 10 necrotic damage (20 necrotic damage while Oreiax is bloodied)."}],powers:[{id:"ba25b36e-6a78-4846-976c-8253ac80c397",name:"Death Rattle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d12+10 damage, and the target is slowed (save ends). If the target is already slowed, it is instead slowed and weakened until the end of Oreiax’s next turn.",damage:"3d12+10 damage",category:1},{id:"a7718c5e-5c0c-456e-9e2a-0ca6deef6964",name:"Reactive Rattle",action:{action:5,trigger:"when an enemy moves to a position where it flanks oreiax",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Oreiax makes a death rattle attack against the enemy.; 3d6+8 damage.",damage:"3d6+8 damage",category:5},{id:"81962dd7-c75e-46eb-a0c6-fcf96871675d",name:"Petrifying Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:25,defence:1},description:"",details:"4d6+20 damage, and the target is slowed and weakened (save ends). If the target is already slowed and weakened, it is instead stunned (save ends). If it is already stunned, it is instead petrified (save ends).",damage:"4d6+20 damage",category:3}],damageModifiers:[],resist:"15 variable (3/encounter)",vulnerable:"",immune:"disease, necrotic, poison",tactics:""},{id:"c84fb446-dbb4-4d78-9053-0ee7089996b0",name:"Organ Wretch",details:"",size:2,origin:4,type:0,keywords:"homunculus",level:16,role:{type:2,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:14},intelligence:{score:12},wisdom:{score:24},charisma:{score:20},hp:376,initiative:10,ac:32,fortitude:28,reflex:27,will:30,regeneration:{value:10,details:""},auras:[{id:"d41e9c1f-a2b7-4ad5-b600-024b41998c4e",name:"Sickening Stench",keywords:"",details:"aura 2; any living creature that starts its turn within the aura is weakened until the end of its next turn."}],powers:[{id:"78a15c6c-c8cf-422b-820e-7e1eb7711c3c",name:"Writhing Strangle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"2d8+6 damage, and the target is dazed (save ends).",damage:"2d8+6 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"2f486c99-8dc0-4fd1-bfed-32eaed1ff666",name:"Osteopede",details:"",size:2,origin:4,type:0,keywords:"undead",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"9, climb 9",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:26},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:178,initiative:14,ac:24,fortitude:21,reflex:22,will:21,regeneration:null,auras:[{id:"9d6c9d4d-cd96-4797-a74d-df1d09a6b61a",name:"Bone Scraping Stone",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls and damage rolls."}],powers:[{id:"8593108c-9546-44d5-8df0-29bc38b3828f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The osteopede shifts up to 2 squares before or after the attack; 1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"c129c788-901f-4f5b-ab61-cd98dee16757",name:"Skittering Rake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The osteopede shifts up to 9 squares and makes up to three attacks during its move; 2d4+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d4+6 damage",category:1},{id:"fe20a8f4-6fdb-4b18-b23d-0cec01e532a6",name:"Deep Laceration",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An osteopede deals 2d6 extra damage when it hits a target it has combat advantage against.",damage:"an osteopede deals 2d6 extra damage when it hits a target it has combat advantage against",category:0},{id:"66940972-7e17-4e9c-a6fd-9b097163da9d",name:"Necrotic Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An osteopede gains combat advantage against a creature affected by ongoing necrotic damage.",damage:"an osteopede gains combat advantage against a creature affected by ongoing necrotic damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ff599ede-f7cc-476d-bca4-3c8e42689e5c",name:"Pale Reaver",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:6},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:17},hp:49,initiative:9,ac:19,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"69012494-f9bd-4e43-8b97-b313dcbfdfe9",name:"Deadly Mane",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d8+6 necrotic damage.",damage:"1d8+6 necrotic damage",category:1},{id:"8b906438-f842-4d70-8fcb-156885638b63",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"Requires combat advantage against the target; reach 2; 2d12+6 damage, and the target loses a healing surge and is weakened (save ends). In addition, the pale reaver regains 12 hit points.",damage:"2d12+6 damage",category:5},{id:"06254efc-ba9d-4961-bbc4-75f1681bfb15",name:"Image of Life",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The pale reaver adopts the appearance of a living humanoid until it attacks or is hit by an attack.",damage:"",category:1},{id:"cfadbf56-0e72-452b-b2b1-235cd8e80410",name:"Insubstantial Transformation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The pale reaver becomes insubstantial and gains fly 6 (hover) and phasing until it attacks or becomes dazed, stunned, or unconscious.",damage:"The pale reaver becomes insubstantial and gains fly 6 (hover) and phasing until it attacks or becomes dazed",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"radiant (if the pale reaver takes radiant damage, it cannot use insubstantial transformation until the end of its next turn)",immune:"disease, poison",tactics:""},{id:"deea9b85-1f96-4031-b8e9-a8752d0a8699",name:"Pale Reaver Creeper",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"6 phasing",alignment:"Evil",languages:"Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:7},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:1,initiative:4,ac:20,fortitude:18,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"d10db057-eac5-4b49-9562-8e8469338257",name:"Deadly Mane",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 5 necrotic damage, and if another deadly mane attack has hit the target since the end of the target’s last turn, the creature is immobilized until the end of its next turn.",damage:"5 necrotic damage",category:1},{id:"fc3379de-a37c-4b60-9ea1-ce20ad203243",name:"Blood Rain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Reach 2; targets an immobilized creature; the target loses a healing surge.",damage:"Reach 2",category:5},{id:"3d1f104f-9b1d-44bc-b825-1c05abcbac31",name:"Image of Life",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The pale reaver adopts the appearance of a living humanoid until it attacks or is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"10e652e8-49a2-475e-96d8-aec528f4fe8e",name:"Pale Reaver Lord",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +13, Diplomacy +13, Intimidate +13, Stealth +12",equipment:"",category:"",strength:{score:8},constitution:{score:13},dexterity:{score:17},intelligence:{score:14},wisdom:{score:12},charisma:{score:19},hp:119,initiative:7,ac:24,fortitude:18,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"f024e05a-d3d1-45fc-80be-b55da5c07c1b",name:"Deadly Mane",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+6 necrotic damage.",damage:"2d6+6 necrotic damage",category:1},{id:"a17a591d-6278-49f1-9e0f-7a8972cebd33",name:"Entrapping Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:3},{id:"8b94e904-6814-47c8-878a-6b1e12093dfe",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires combat advantage against the target; reach 2; 2d12+8 damage, and the target loses a healing surge and is weakened (save ends). In addition, the pale reaver lord regains 29 hit points.",damage:"2d12+8 damage",category:5},{id:"9cd98099-4515-4697-b02e-c1cf07bc7823",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d8+3 psychic damage, and the target is immobilized (save ends).",damage:"2d8+3 psychic damage",category:1},{id:"df1951eb-bc98-467f-9c1e-dbcba1237cb5",name:"Image of Life",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The pale reaver lord adopts the appearance of a living humanoid until it attacks or is hit by an attack.",damage:"",category:1},{id:"d0d4aaaa-5bb7-43f2-b726-c34b3688f5d0",name:"Insubstantial Transformation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The pale reaver lord becomes insubstantial and gains fly 8 (hover) and phasing until it attacks or becomes stunned or unconscious.",damage:"The pale reaver lord becomes insubstantial and gains fly 8 (hover) and phasing until it attacks or becomes stunned or unconscious",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9d47057f-4097-4dd2-b4d6-b413b45b49d6",name:"Paralyth",details:"",size:1,origin:4,type:0,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5, fly 8 (hover)",alignment:"Chaotic evil",languages:"Common, telepathy 10",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:20},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:96,initiative:11,ac:25,fortitude:21,reflex:23,will:19,regeneration:null,auras:[],powers:[{id:"e01f9624-20e8-410f-8562-9e5044dcb1f6",name:"Pain Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+6 damage, and the target is slowed until the end of the paralyth’s next turn.",damage:"1d6+6 damage",category:1},{id:"69932f4e-224a-4036-958e-e2385bbab4f3",name:"Nervous Feedback",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The paralyth makes two pain lash attacks against a single target. If both hit, the target takes ongoing 5 psychic damage and is marked (save ends both).; 2d6+5 damage.",damage:"the target takes ongoing 5 psychic damage and is marked (save ends both)",category:1},{id:"596b72ad-b96a-4741-8cc8-4aecb21944a0",name:"Spinal Domination",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:3},description:"",details:"targets one creature marked by the paralyth; the target is dominated until the end of the paralyth’s next turn.",damage:"",category:3}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d98ebd6d-0b35-4e0c-86ae-cdc39db9e09e",name:"Pit of the Abandoned Regiment",details:"",size:4,origin:4,type:0,keywords:"earth, undead",level:14,role:{type:7,flag:2,leader:!1},senses:"Perception +8; darkvision, tremorsense 5",movement:"5, burrow 7",alignment:"Chaotic evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:18},hp:700,initiative:12,ac:32,fortitude:28,reflex:26,will:26,regeneration:null,auras:[{id:"bb98730a-2e73-490f-a27c-0d44d1e2b2f6",name:"Aura of Abandonment",keywords:"",details:"(Fear) aura 5; any enemy within the aura cannot spend action points."}],powers:[{id:"3c87de22-5eb7-41fb-b71a-093156e7b47d",name:"Regimental Retaliation",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 2d8+10 necrotic damage, and ongoing 10 damage (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"0a23346a-d882-4fbb-8479-b28e5032e729",name:"Bone Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 3; 2d10+10 necrotic damage, and the target is grabbed.",damage:"2d10+10 necrotic damage",category:1},{id:"6fca1670-9efc-4756-a1cb-fa4de52ac69e",name:"Crushing Hate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Targets a creature grabbed by the pit of the abandoned regiment; 3d10+10 damage.",damage:"3d10+10 damage",category:3},{id:"bc43e6f7-21f9-48a3-9093-57ad640e3f22",name:"Skeletal Eruption",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the pit of the abandoned regiment is reduced to 0 hit points",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"5d6 necrotic damage. Miss: Half damage.",damage:"5d6 necrotic damage",category:0},{id:"027c00b4-fdfe-429d-a62b-94698031a08c",name:"Regimental Discipline",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the pit spends an action point to take an extra action, it also gains an extra move action or minor action.",damage:"",category:0},{id:"4c033929-45d3-4666-ba86-42ce0eb7f99a",name:"Rejuvenation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pit of the abandoned regiment rises at full hit points one day after it has been destroyed. Performing the Gentle Repose ritual on the creature’s remains destroys the creature completely, preventing it from using the rejuvenation power.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"899dc56f-db6b-4ee3-9096-f07e19cd784d",name:"Poltergeist",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:42,initiative:8,ac:18,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"13fe33f5-457b-412a-8f82-c8f446478116",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+6 necrotic damage.",damage:"1d6+6 necrotic damage",category:1},{id:"c0ebf9d2-14a7-4837-b14d-1cd94add4fd6",name:"Hurl Away",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d6+8 necrotic damage, and the target is pushed 3 squares.",damage:"1d6+8 necrotic damage",category:1},{id:"77304670-7b71-4201-bb56-9646ed488a51",name:"Kinetic Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"2d6+10 necrotic damage, and the target slides 5 squares and is restrained (save ends).",damage:"2d6+10 necrotic damage",category:1},{id:"8a19ac44-392a-46b3-b040-ecedde31c5ea",name:"Flinging Rebuke",action:{action:5,trigger:"when an enemy moves adjacent to the poltergeist",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The poltergeist shifts up to 1 square and uses hurl away on the triggering enemy. If the attack hits, the target is knocked prone.",damage:"The poltergeist shifts up to 1 square and uses hurl away on the triggering enemy",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bf181355-82e0-46a4-929e-ef31860803b5",name:"Putrescent Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:6},intelligence:{score:1},wisdom:{score:12},charisma:{score:3},hp:1,initiative:3,ac:25,fortitude:26,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"d669dded-19f0-4b2c-822a-2735f2db17fc",name:"Sickening Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage, and the target takes a -2 penalty to all defenses until the end of its next turn.",damage:"7 damage",category:1},{id:"c683f366-90ad-4700-accc-c2cb87177e7d",name:"Putrescent Explosion",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:14,defence:2},description:"",details:"7 necrotic damage.",damage:"7 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5310d6cf-fcba-4b81-b833-9e3e95d0a760",name:"Reaper",details:"",size:2,origin:5,type:2,keywords:"undead",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +9",equipment:"scythe",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:16},intelligence:{score:13},wisdom:{score:15},charisma:{score:11},hp:77,initiative:11,ac:23,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"e63e42df-26e1-4a77-b89e-127d60996076",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+6 necrotic damage.",damage:"2d4+6 necrotic damage",category:1},{id:"18b42e06-b529-4128-9383-a63f715585db",name:"Reap and Fade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The reaper makes a scythe attack and then teleports up to 5 squares. The reaper becomes insubstantial and gains phasing until the start of its next turn.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"df028873-c8cc-42f1-a065-087920d4cfb6",name:"Eye of Impending Doom",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close burst 3",attack:{bonus:12,defence:3},description:"",details:"targets one creature; the target takes 10 psychic damage if it attacks the reaper (save ends).",damage:"the target takes 10 psychic damage if it attacks the reaper (save ends)",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c2cd0e5a-6e34-4eae-ab5e-71918627a852",name:"Rot Hound",details:"",size:1,origin:4,type:1,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:15,fortitude:11,reflex:17,will:11,regeneration:null,auras:[{id:"024a8c6d-8c58-4c10-a30c-98eea1ce451f",name:"Rotting Stench",keywords:"",details:"aura 1; any enemy that starts its turn in the rotting stench aura of at least three rot hounds takes a -2 penalty to attack rolls, skill checks, and ability checks until the start of its next turn."}],powers:[{id:"84f44b2c-e271-49c1-97aa-3910982bbd2a",name:"Gravebite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"5 necrotic damage.",damage:"5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"fa5440b7-da65-4e5e-87d4-0c91b8582f09",name:"Rot Slinger Captain",details:"This humanoid creature’s lanky form sports two leathery, rotting wings. Its corpselike flesh continually shivers and splits into endless rivulets of decay that pool around the creature’s feet.",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:0,flag:1,leader:!1},senses:"Perception +21",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:330,initiative:18,ac:36,fortitude:35,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"9d79748e-f84c-4593-a9f4-9f377c9f51aa",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"1d10+10 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"1d10+10 damage",category:1},{id:"789417b2-e65e-4a8a-8490-474bbbd2c374",name:"Orb of Decay",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d8+5 necrotic damage, and the target is weakened and takes a -3 penalty to saving throws (save ends both).",damage:"2d8+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"acid, disease, poison",tactics:""},{id:"4a7691bb-f3e8-4801-b49b-fdc1433e282d",name:"Rotvine Defiler",details:"THE ROTVINE DEFILER HAS BUT ONE PURPOSE: to ingest and spoil all that is living. A profane vestige of a powerful immortal devoted to fertility, the rotvine defiler seeks to destroy that which it has lost—life. In its wake, the creature leaves a trail of despoiled organic matter, a record of its vindictive mission.",size:5,origin:3,type:1,keywords:"plant, undead",level:26,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision, tremorsense 10",movement:"8, burrow 8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:22},intelligence:{score:8},wisdom:{score:17},charisma:{score:20},hp:1210,initiative:19,ac:42,fortitude:41,reflex:39,will:37,regeneration:null,auras:[{id:"9d64d6d5-aac1-4fb8-a492-52d7557c51ec",name:"Despoiled Morass",keywords:"",details:"aura 4; any creature that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"7ea00714-9040-4a1b-83f7-f48a2ecba4dd",name:"Lashing Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 4; 3d8+9 necrotic damage, and the target cannot shift until the end of its next turn.",damage:"3d8+9 necrotic damage",category:1},{id:"0c689ce9-d974-4589-90e7-a823fc6df0ec",name:"Tendrils of Rot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:29,defence:2},description:"",details:"targets enemies; 3d8+9 necrotic damage, and the target is restrained (save ends). Miss: Half damage, and the target is not restrained.",damage:"3d8+9 necrotic damage",category:1},{id:"234d21b4-01a5-488c-bdee-b2070c9d31e7",name:"Earthly Maw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:30,defence:1},description:"",details:"targets each creature restrained by the rotvine defiler; the target takes ongoing 15 necrotic damage, loses a healing surge at the start of each of its turns and is grabbed (escape ends all).",damage:"the target takes ongoing 15 necrotic damage",category:3},{id:"e5e043e7-1ae5-4fea-af5f-d4eef08407d1",name:"Putrescent Explosion",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the rotvine defiler is reduced to 0 hit points",range:"Close burst 10",attack:{bonus:29,defence:2},description:"",details:"3d8+9 necrotic damage.",damage:"3d8+9 necrotic damage",category:0},{id:"8b48ea31-fc95-407f-a1c2-6f72fb77a2aa",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rotvine defiler can make opportunity attacks against all enemies within its reach (4 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"03a5aa01-644e-4893-903b-71ef3edb954e",name:"Sceptenar Vasabhakti Death Knight",details:"",size:2,origin:4,type:2,keywords:"undead",level:22,role:{type:7,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"heavy shield; plate armor",category:"",strength:{score:24},constitution:{score:15},dexterity:{score:14},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:398,initiative:15,ac:40,fortitude:38,reflex:35,will:38,regeneration:null,auras:[{id:"25d57ea5-16a3-4f3b-960c-541ec67f3bd3",name:"Marshal Undead",keywords:"",details:"aura 10; lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"4671841e-9af0-4b2a-83f3-42944a1b46f4",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"1d8+9 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit).",damage:"1d8+9 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit)",category:1},{id:"27a0bc4d-7b0f-4c14-9a3f-fd6d7487b8d6",name:"Valiant Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Requires soulsword; (with a +1 bonus to the attack roll for each adjacent ally)2d8+9 damage plus 5 necrotic damage.",damage:"(with a +1 bonus to the attack roll for each adjacent ally)2d8+9 damage plus 5 necrotic damage",category:1},{id:"d482e456-efb9-4074-97cb-26963af3420a",name:"Terrifying Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Requires soulsword; 2d8+9 damage plus 5 necrotic damage, and the target is pushed 2 squares and can’t move closer to Sceptenar Vasabhakti on its next turn.",damage:"2d8+9 damage plus 5 necrotic damage",category:1},{id:"f64e0312-47cf-4fa0-aa9e-58cc77061bd6",name:"Divine Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature in burst; the target is marked until Sceptenar Vasabhakti uses this power against another target. If the target makes an attack that doesn’t include Sceptenar Vasabhakti as a target, the target takes a -2 penalty to attack rolls and 16 necrotic damage.",damage:"the target takes a -2 penalty to attack rolls and 16 necrotic damage",category:3},{id:"addd4698-8bac-4bad-9b45-d3184d1cf2b9",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"6d8+13 fire and necrotic damage to living creatures. Undead creatures within the area (including Sceptenar Vasabhakti) deal 2d6 extra fire damage with melee attacks until the end of Sceptenar Vasabhakti’s next turn.",attack:{bonus:24,defence:2},description:"",details:"",damage:"",category:1},{id:"035d7156-01f2-4392-a5d4-18724d57b4f5",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Sceptenar Vasabhakti spends a healing surge and regains 99 hit points. Sceptenar Vasabhakti gains a +2 bonus to all defenses until the start of her next turn.",damage:"Sceptenar Vasabhakti spends a healing surge and regains 99 hit points",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ba599f99-453b-4e12-857d-d7ca9d266745",name:"Servile Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"6 phasing",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:12},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:9},hp:1,initiative:9,ac:26,fortitude:24,reflex:22,will:21,regeneration:null,auras:[{id:"e8a00a59-a7b8-4159-9971-70e8bf6a8ede",name:"Faceless Dread",keywords:"",details:"(Fear) aura 2; any living creature that starts its turn within the aura takes a -2 penalty to saving throws until the end of its next turn."}],powers:[{id:"ef831945-944e-4255-9d84-ee35d12bb407",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"7 necrotic damage, or 9 necrotic damage if the target is granting combat advantage to the servile ghost.",damage:"7 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c84d5611-744e-4327-8e1d-e8aa85954970",name:"Shattergloom Skeleton",details:"",size:2,origin:5,type:0,keywords:"undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:21},intelligence:{score:4},wisdom:{score:15},charisma:{score:6},hp:86,initiative:11,ac:24,fortitude:22,reflex:23,will:18,regeneration:null,auras:[],powers:[{id:"03dd3dc3-ee30-4313-9ec4-7be629c14781",name:"Shadowy Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both). After the shattergloom skeleton uses shadowy rejuvenation, on a hit, the target takes ongoing 10 necrotic damage and is immobilized (save ends both) instead of slowed.",damage:"1d8+4 damage",category:1},{id:"e830e227-6265-4e56-8c1b-9ccbd66d5f13",name:"Shadowy Rejuvenation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:13,defence:0},description:"",details:"2d6 + 4 necrotic damage (no attack roll required); the power creates a zone of darkness that lasts until the end of the encounter. The zone blocks line of sight (creatures that have darkvision ignore this effect). All effects on the shattergloom skeleton end, and the skeleton’s shadowy claws attack deals ongoing 10 necrotic damage instead of ongoing 5 necrotic damage, and the attack renders a target immobilized instead of slowed.; 3d10+5 damage.",damage:"2d6 + 4 necrotic damage (no attack roll required)",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7965653f-6edc-4454-acfa-0384d3274e65",name:"Skeletal Archer",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"arrows (30); leather armor; longbow; short sword",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:37,initiative:5,ac:16,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"86a8ab8e-f1d1-4c25-811f-106a24f93468",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"24b88ed0-b7c3-4d88-a639-69fe917eabb0",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"98696788-82bf-4754-93bd-59cf38e3c377",name:"Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:8,defence:0},description:"",details:"Requires longbow; two attacks; each one against a different target; (each)2d10+4 damage each.",damage:"(each)2d10+4 damage each",category:1},{id:"a79ced39-e8af-42a8-bbf6-b11c1e484441",name:"Prime Shot",action:null,keywords:"",condition:"",range:"A skeletal archer gains a +1 bonus to ranged attack rolls against the closest enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9c6f0d84-60f9-4a8e-9113-5f2214032bee",name:"Skeletal Hauler",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:8,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"c8986ecc-dafc-4a64-92b3-f86798d624ca",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"efc44f1b-5386-4142-8197-971bcfbbb9ca",name:"Skeleton Soldier",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"arrow; heavy shield; longsword; shortbow",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:6,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"178b74bc-73ec-41bc-9a8a-55704a546d20",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"2290fdd9-9495-4507-b2e3-98011947d980",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"Range 15/30; 4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"09a7c334-7b54-4f17-9e5b-d2bc412fa453",name:"Skin Kite",details:"",size:1,origin:0,type:1,keywords:"undead",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"fly 5 (hover)",alignment:"Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:11},dexterity:{score:16},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:35,initiative:8,ac:17,fortitude:13,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"88a88765-f78c-467b-adc0-132ca99b0bf0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 necrotic damage.",damage:"1d4+3 necrotic damage",category:1},{id:"000d6203-f734-439b-aa6f-88ba5b369084",name:"Blinding Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"1d4+3 necrotic damage, and the target is grabbed. The target is blinded until the grab ends. A skin kite can have only one creature grabbed at a time.",damage:"1d4+3 necrotic damage",category:1},{id:"d94e2a9c-70cf-4670-8e93-05738d61d499",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"The skin kite moves up to 5 squares and makes one melee basic attack at any point during the movement. A skin kite doesn’t provoke opportunity attacks from the target of its attack when moving away from the creature.",attack:null,description:"",details:"",damage:"",category:1},{id:"9b4db2e3-df4e-420f-85fe-ce4c9f58f603",name:"Kite Spawn",action:{action:7,trigger:"when the skin kite reduces an enemy to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skin kite splits, and a new skin kite appears in a square adjacent to the original skin kite. The new skin kite has the same current hit points as the original skin kite but is otherwise a new creature. The new skin kite acts immediately after the original skin kite’s initiative count.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"53a69a90-9bd6-432e-b2df-eef54ccd1637",name:"Skinwalker Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:4,ac:16,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"e0952b67-e48f-47a6-b7a2-150caa1eb57f",name:"Putrefying Pummel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8+8 damage (crit 15 damage, and the target contracts skinrot).",damage:"1d8+8 damage (crit 15 damage",category:1},{id:"1856040c-45bd-4725-9d1d-67fe2a862ab0",name:"Skin Case",action:null,keywords:"",condition:"until first bloodied",range:"",attack:null,description:"",details:"A skinwalker skeleton’s fleshy exterior grants it a +2 bonus to AC and Fortitude (already included), negates its vulnerable 5 radiant, and infects a target with skinrot (see below) when the skinwalker skeleton scores a critical hit. These benefits end when the skinwalker skeleton is first bloodied.",damage:"A skinwalker skeleton’s fleshy exterior grants it a +2 bonus to AC and Fortitude (already included)",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"5 radiant (while bloodied)",immune:"disease, poison",tactics:""},{id:"428e21a3-8ee1-4a32-a10d-3374373afc2b",name:"Skulk Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:5},wisdom:{score:12},charisma:{score:3},hp:45,initiative:6,ac:17,fortitude:15,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"f3cb363b-9107-418d-9502-7c2c90a2fe2f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"c599133b-7ed0-487d-a6c1-d87853e8901a",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The skulk zombie moves up to half its speed and makes one melee basic attack at any point during that movement. The skulk zombie doesn’t provoke opportunity attacks from the target of its attack when moving away from the creature.",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"b968dd41-cec3-453f-8442-aa76c093ebed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A skulk zombie deals 2d6 extra damage when it makes a successful melee attack on any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"19b5c254-3fc0-4af0-aa90-49d8c1e46eb4",name:"Sodden Ghoul",details:"",size:2,origin:4,type:2,keywords:"aquatic, undead",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6, climb 4, swim 8",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +9, Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:18},intelligence:{score:9},wisdom:{score:11},charisma:{score:12},hp:53,initiative:7,ac:20,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"e2ecb783-c2cf-4b62-a99e-1321d9149c87",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires a free hand; 1d6+6 damage, and the target is grabbed .",damage:"1d6+6 damage",category:1},{id:"e38a2e0d-4274-4c65-a10e-4a21fa902b3d",name:"Lacedon Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Targets a creature grabbed by the sodden ghoul; 1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"cc471541-f9d3-4f75-91c5-eb49585df851",name:"Rending Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sodden ghoul makes two claw attacks, each at a -2 penalty to the attack roll. If both attacks hit the same target, the target is grabbed, and it takes ongoing 5 damage (save ends).",damage:"and it takes ongoing 5 damage (save ends)",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9972e3cd-76f4-4186-8e1f-5776ad2ec09b",name:"Sodden Ghoul Wailer",details:"",size:2,origin:4,type:2,keywords:"aquatic, undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6, climb 4, swim 8",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +13, Stealth +14",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:20},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:85,initiative:10,ac:25,fortitude:21,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"2ef00ec7-2000-41fa-bab5-c29c3a364272",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Requires a free hand; 2d6+5 damage, and the target is grabbed .",damage:"2d6+5 damage",category:1},{id:"762764fb-164e-4e95-b28e-eafe9d24939a",name:"Lacedon Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Targets a creature grabbed by the sodden ghoul; 1d10+7 damage, and the target is dazed (save ends).",damage:"1d10+7 damage",category:1},{id:"330e2998-2517-4361-9b1e-a55c44a46cb2",name:"Rending Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sodden ghoul makes two claw attacks, each at a -2 penalty to the attack roll. If both attacks hit the same target, the target is grabbed, and it takes ongoing 5 damage (save ends).",damage:"and it takes ongoing 5 damage (save ends)",category:1},{id:"9693226c-b8d4-460a-93d2-aad4ea608ddd",name:"Frightful Dirge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 2",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of its next turn.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ed99bc75-1e36-4410-a7da-b452ccffb6a4",name:"Spine Creep Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"scale armor",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:19},intelligence:{score:7},wisdom:{score:15},charisma:{score:7},hp:113,initiative:11,ac:27,fortitude:25,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"9eff363b-179f-4c90-8484-aab6d01e1658",name:"Spinal Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+3 damage, and the target slides 1 square.",damage:"2d10+3 damage",category:1},{id:"cb228087-e15b-43dc-b253-af0c23faefe9",name:"Spinal Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close burst 2",attack:{bonus:16,defence:0},description:"",details:"Requires flail; targets enemies; 2d8+6 damage, and the target slides 1 square and is immobilized.",damage:"2d8+6 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"76d2b016-7371-4f26-b63e-edecb9fe652d",name:"Spirit Ooze",details:"",size:3,origin:4,type:0,keywords:"blind, ooze, undead",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +10; blindsight 10",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +21",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:26},intelligence:{score:2},wisdom:{score:15},charisma:{score:11},hp:166,initiative:20,ac:32,fortitude:27,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"074be3d2-0fb6-4860-b0e7-99354ca3c586",name:"Spirit Sink",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; 3d6+5 necrotic damage, and the target is weakened (save ends). In addition, the spirit ooze gains phasing until the end of its next turn.",damage:"3d6+5 necrotic damage",category:1},{id:"7fbe8cf5-c923-4f7a-b2d9-95bd810e8ce8",name:"Split",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The spirit ooze splits into two Large individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one-half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original ooze do not apply to either of the individuals after the split occurs. A spirit ooze can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1},{id:"34036fee-ee98-4dfd-a4fc-0faeed3bd0ae",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A spirit ooze deals 2d6 extra damage when it hits a target it has combat advantage against.",damage:"a spirit ooze deals 2d6 extra damage when it hits a target it has combat advantage against",category:0},{id:"abc10f3a-0969-4a4d-a2cd-3646b0554031",name:"Phase Away",action:{action:3,trigger:"while the spirit ooze has phasing",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spirit ooze shifts up to 1 square.",damage:"The spirit ooze shifts up to 1 square",category:5},{id:"2cf94e29-00e0-4f6d-b8ca-0f2c6f1b06dd",name:"Slippery Phasing",action:null,keywords:"",condition:"while the spirit ooze has phasing",range:"",attack:null,description:"",details:"The spirit ooze gains a +2 bonus to AC and Reflex.",damage:"The spirit ooze gains a +2 bonus to AC and Reflex",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"b9641d5b-d56c-44c3-86b9-0ac25427dba2",name:"Spirit Vampire",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6 (possessed body only), fly 6 (spirit form only); phasing (spirit form only)",alignment:"Chaotic evil",languages:"Common",skills:"Bluff +17, Stealth +15",equipment:"",category:"",strength:{score:6},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:22},hp:66,initiative:14,ac:24,fortitude:23,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"3a1ec977-54c5-45fc-850a-cfc28226f16a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires a possessed body; 1d6+4 damage plus 1d6+4 necrotic damage.",damage:"1d6+4 damage plus 1d6+4 necrotic damage",category:1},{id:"8dd2758e-abc9-4e5b-adf4-89c38777db23",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Requires spirit form; 2d6+6 necrotic damage.",damage:"2d6+6 necrotic damage",category:1},{id:"82ed6d5e-effe-4649-a671-43c3ad1c59f2",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Requires a possessed body and combat advantage against the target; 2d12+8 damage, and the target is weakened (save ends), and the spirit vampire regains 16 hit points.",damage:"2d12+8 damage",category:5},{id:"9d6d6791-63ee-43d8-90fd-a00a7140df81",name:"Possess Body",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A spirit vampire’s natural form is its spirit form. However, it can enter the form of a dead or unconscious Medium or smaller humanoid, possessing the body. While in a possessed body, the spirit vampire has the following traits:",damage:"",category:3},{id:"d4cbb5a3-47b1-4968-a591-419a39d482aa",name:"Vulnerable to Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A spirit vampire that starts its turn in direct sunlight is dazed and cannot use possess body.",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"insubstantial (spirit form only)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7ce0d2ad-3fad-41da-b1fa-439a8b28fa71",name:"Ssra-Tauroch Mummy Lord",details:"",size:3,origin:4,type:2,keywords:"reptile, undead",level:17,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"History +15, Insight +17, Intimidate +18, Religion +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:18},charisma:{score:21},hp:820,initiative:12,ac:33,fortitude:31,reflex:28,will:31,regeneration:{value:10,details:"if Ssra-Tauroch takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"ff13e216-7269-40db-af2c-047790767dd3",name:"Despair",keywords:"",details:"(Fear) aura 3; any enemy within the aura takes a -4 penalty to attack rolls against Ssra-Tauroch until it damages Ssra-Tauroch."},{id:"8a7157bb-6929-4924-853a-64c6b9abd133",name:"Zehir’s Favor",keywords:"",details:"(Healing, Poison) aura 10; allies in the aura at the start of their turns regain 5 hit points, while enemies in the aura at the start of their turns take 5 poison damage."}],powers:[{id:"b73f2968-cfe2-44f3-957c-f84b3e297cec",name:"Scepter of Ssra-Tauroch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+9 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"1d8+9 damage",category:1},{id:"32c00f12-6594-4f43-8279-d45c58276c6f",name:"Shielding Wallop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"Ssra-Tauroch makes two scepter of Ssra-Tauroch attacks against the same target. If both attacks hit, the target is also pushed 3 squares and is immobilized (save ends), and Ssra-Tauroch and one adjacent ally gain a +1 power bonus to AC until the end of Ssra-Tauroch’s next turn.",damage:"the target is also pushed 3 squares and is immobilized (save ends)",category:1},{id:"9d52c0c1-d159-4470-bc52-6e4c63a62a50",name:"Scaletongue",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:3},{id:"98a19a96-7229-48da-bea6-4d769c4aa915",name:"Curse of Ssra-Tauroch",action:null,keywords:"Cold, Necrotic",condition:"when first bloodied",range:"Close burst 3",attack:{bonus:20,defence:1},description:"",details:"2d4+6 necrotic damage, and the target takes ongoing 10 cold damage and is immobilized (save ends both).",damage:"2d4+6 necrotic damage",category:0},{id:"fad43cb0-c040-48a5-a03b-bc478295ebfd",name:"Pestilence of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:20,defence:1},description:"",details:"3d8+9 necrotic damage, and the target takes a -2 penalty to all defenses until the end of Ssra-Tauroch’s next turn. Aftereffect: The target contracts level 17 mummy rot.",damage:"3d8+9 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4e448a6c-fead-42f2-9e57-e299f725d385",name:"Stench Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:6,role:{type:7,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +11, Stealth +12",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:19},intelligence:{score:14},wisdom:{score:12},charisma:{score:12},hp:142,initiative:9,ac:23,fortitude:19,reflex:21,will:17,regeneration:null,auras:[{id:"474ae619-9d07-44e0-9f30-349781324a56",name:"Nauseating Stench",keywords:"",details:"aura 2; any living creature within the aura takes a -2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"12cd7d1c-a088-4e8e-8bf6-e3753b7787c7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and the target is immobilized (save ends).",damage:"2d6+4 damage",category:1},{id:"3abfe771-3f91-4ce9-9fad-1de16fb0cc24",name:"Ghoulish Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets an immobilized creature; 1d10+4 damage, and the target is dazed (save ends).",damage:"1d10+4 damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"778c3a85-8cb4-47ed-bbf0-b5a09f2c72b3",name:"Stonespawned Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision, tremorsense 3",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:14},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:64,initiative:9,ac:20,fortitude:21,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"6710ca51-6ea5-4e4a-b0cc-5a494551ece4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"97489ea5-8119-41fc-be2b-103e5edd2fc2",name:"Stone Shunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d6+9 damage, and the target is restrained (save ends).",damage:"2d6+9 damage",category:1},{id:"13fba8a4-8eca-4a47-b6bb-f1cc4ca88ad9",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonespawned skeleton merges with an adjacent stone surface of equal or greater size and then shifts up to 3 squares. The stone blocks line of sight and line of effect to the stonespawned skeleton. The skeleton can remain merged with stone indefinitely, but it can take only move actions while merged. A creature can attack a square in which the stonespawned skeleton is merged with the stone, but the skeleton has resist 20 to all damage while merged.",damage:"but the skeleton has resist 20 to all damage while merged",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cbbbd876-59e9-4837-8b38-5e55ca124d49",name:"Strahd’s Dread Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +16; blindsight 10, darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:15},intelligence:{score:6},wisdom:{score:16},charisma:{score:6},hp:1,initiative:10,ac:30,fortitude:31,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"1955ecbb-333b-4cce-924c-bade8fb62d21",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"843f8fc2-1276-46c3-b7ce-349fc344177a",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage, and the target is knocked prone.",damage:"8 damage",category:1},{id:"39035b26-5437-4f63-95be-03381113b927",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Strahd’s dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage, the creature is not destroyed. The Strahd’s dread zombie falls prone and appears to be destroyed, but instead, the creature returns with 1 hit point at the beginning of its next turn.",damage:"if a strahd’s dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7def7b55-8ebe-4685-8a5f-a9ffa424e2d5",name:"Tainted Priest",details:"",size:2,origin:4,type:0,keywords:"undead",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, Religion +16, Stealth +14",equipment:"implement, staff",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:14},intelligence:{score:18},wisdom:{score:23},charisma:{score:18},hp:147,initiative:9,ac:29,fortitude:28,reflex:23,will:30,regeneration:null,auras:[],powers:[{id:"c9077eb8-22c9-4c88-ade1-5809cb41351f",name:"Unholy Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target loses a healing surge, and the tainted priest regains 5 hit points.",damage:"2d8+6 damage",category:1},{id:"fc7aad0d-dda8-4fcf-b2a6-83880940fb6a",name:"Ray of Weakness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"3d6+9 necrotic damage, and the target is weakened (save ends).",damage:"3d6+9 necrotic damage",category:1},{id:"2ea5f766-65c0-44b9-9135-1f29dcab1ed4",name:"Vile Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:19,defence:1},description:"",details:"6d4+8 necrotic damage, and the target is stunned until the end of its next turn. In addition, each undead ally in the burst regain 20 hit points.",damage:"6d4+8 necrotic damage",category:1},{id:"3e12f08c-7a54-4144-9ce0-03aa9181a1c9",name:"Waves of the Grave",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:19,defence:1},description:"",details:"4d6+8 damage, and ongoing 10 necrotic damage (save ends).",damage:"4d6+8 damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"09403f61-34fb-4f40-bd04-d43db72f8be7",name:"Thicket Dryad Lich",details:"",size:2,origin:2,type:2,keywords:"plant, undead",level:16,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8 (forest walk)",alignment:"Evil",languages:"Elven, telepathy 10",skills:"Arcana +17, Bluff +20, Insight +16, Stealth +18",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:20},intelligence:{score:18},wisdom:{score:17},charisma:{score:24},hp:690,initiative:13,ac:34,fortitude:32,reflex:30,will:34,regeneration:{value:10,details:"(if a thicket dryad lich takes radiant damage, regeneration doesn’t function until the end of its next turn)."},auras:[{id:"52975be1-f561-4917-9996-183ee93aab47",name:"Death Thorns",keywords:"",details:"(Necrotic) aura 3; any creature without forest walk takes 5 necrotic damage each time it moves or is pushed, pulled, or slid into a square within the aura."}],powers:[{id:"eb53c9e9-1f26-4315-be3c-bbe87e1b033b",name:"Rot Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+3 damage",category:1},{id:"38c3be40-6553-4822-8b47-a222686a5dac",name:"Necrocreeper Vines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"two attacks, each one against a different target; 2d8+3 damage per attack and the target slides 4 squares. At the end of the slide, the target takes ongoing 5 necrotic damage and is restrained (escape ends both).",damage:"2d8+3 damage per attack and the target slides 4 squares",category:1},{id:"45f38601-f84b-4f12-94a9-cd276496d48a",name:"Blight Burst",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close burst 3",attack:{bonus:19,defence:1},description:"",details:"targets enemies; 2d10+3 poison damage, and the target takes ongoing 10 poison damage and is weakened (save ends both).",damage:"2d10+3 poison damage",category:5},{id:"07dbe4cb-df79-44a6-893a-9af81f32f4ab",name:"Death Spike",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:21,defence:0},description:"",details:"targets one creature restrained by necrocreeper vines; 1d6+8 damage plus 2d8 necrotic damage, and the target is weakened and takes a -2 penalty to Athletics checks and Acrobatics checks (save ends both).",damage:"1d6+8 damage plus 2d8 necrotic damage",category:3},{id:"0c76d084-86c8-44f1-80e9-2d9aa6fe0228",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A thicket dryad lich can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"79aa6a11-3f95-4ad7-8e9d-63800f3df723",name:"Necrotic Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"A thicket dryad lich teleports up to 8 squares if it begins and ends the move adjacent to a tree, a treant, or a plant of Large size or bigger. When it teleports in this manner, a thicket dryad lich deals 10 necrotic damage to all nonplant creatures adjacent to it at the end of the teleport.",damage:"a thicket dryad lich deals 10 necrotic damage to all nonplant creatures adjacent to it at the end of the teleport",category:2},{id:"1a79f4d7-7cab-4734-b5e3-7165972034ef",name:"Thorny Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that a thicket dryad lich has grabbed takes 10 damage when the dryad sustains the grab.",damage:"a creature that a thicket dryad lich has grabbed takes 10 damage when the dryad sustains the grab",category:0},{id:"d30f8b24-ac77-40e7-9070-cab9e8fef76d",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a thicket dryad lich is reduced to 0 hit points, it dissipates into a spray of dead leaves, but it is not truly destroyed. It reappears in 1d10 days within 1 square of its phylactery tree, unless the phylactery tree is also found and destroyed.",damage:"It reappears in 1d10 days within 1 square of its phylactery tree",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"56403060-6c70-4aca-a33d-7cdacf37667e",name:"Titan Shell",details:"",size:3,origin:4,type:0,keywords:"giant, undead",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:26},intelligence:{score:11},wisdom:{score:16},charisma:{score:14},hp:149,initiative:14,ac:24,fortitude:24,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"a1f467d5-3643-4915-a893-1f114160c043",name:"Necrotic Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+3 damage plus 5 necrotic damage, and the target is grabbed. In addition, the target loses a healing surge, and the forsaken shell regains 10 hit points.",damage:"2d6+3 damage plus 5 necrotic damage",category:1},{id:"63f8b721-380d-4a9c-957b-3d0b98c8055a",name:"Absorb Life",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets a creature grabbed by the titan shell; the titan shell shifts up to 2 squares before or after the attack, pulling the target with it; the target loses a healing surge, and the forsaken shell regains 10 hit points.",damage:"the titan shell shifts up to 2 squares before or after the attack",category:3},{id:"d871fe36-63c9-46b3-9881-fb8d2452d5c0",name:"Flexibility",action:{action:5,trigger:"when the titan shell would be immobilized; restrained; pushed; pulled; or slid",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The titan shell makes a saving throw. On a save, the triggering effect is negated and the titan shell can make a necrotic slap attack as a free action.",damage:"",category:5},{id:"b75d4be9-9a6e-4a80-8a4b-360a1003a599",name:"Spawn Shell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a titan shell kills a Large living humanoid creature, the slain creature rises as a free-willed titan shell at the start of its creator’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"440b6ee5-600b-43ae-a686-74bfa64c8d61",name:"Tomb Mote",details:"",size:0,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:8},constitution:{score:17},dexterity:{score:26},intelligence:{score:4},wisdom:{score:16},charisma:{score:14},hp:1,initiative:9,ac:17,fortitude:13,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"3b261521-1532-4366-893f-2fc83d563538",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"3 necrotic damage, and ongoing 2 necrotic damage (save ends).",damage:"3 necrotic damage",category:1},{id:"bfbe5daa-1cc1-4593-b0aa-440b92e3d520",name:"Tomb Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a tomb mote hits a target adjacent to three or more tomb motes, it instead deals 6 damage and ongoing 5 necrotic damage (save ends).",damage:"it instead deals 6 damage and ongoing 5 necrotic damage (save ends)",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"05da6f95-04de-47a6-975f-6b2f08d7696e",name:"Tombstone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:336,initiative:8,ac:35,fortitude:32,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"df6c8ba4-dbea-4f68-983c-55ebe29d6364",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6+7 damage",category:1},{id:"a81e9129-962e-4024-8e06-48e7e76f2219",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The tombstone golem makes two slam attacks, or one touch of the grave attack and one slam attack.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"0dd0797c-5808-4182-a1f6-a4e9f09bf3a9",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tombstone golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The golem must end its movement in an unoccupied space, and it can make no more than one slam attack against any single creature when using this power.",damage:"The tombstone golem moves up to its speed plus 2 and can move through enemies’ spaces",category:1},{id:"4c7bcce9-c187-424b-aa12-9039647ef092",name:"Touch of the Grave",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Reach 2; 4d8+15 necrotic damage, and the target is weakened (save ends).",damage:"4d8+15 necrotic damage",category:5},{id:"d266eecc-0f06-44a7-8472-c9b4e87b6fa9",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"The tombstone golem explodes in a burst of jagged stones and necrotic energy. Close burst 1",attack:{bonus:23,defence:0},description:"",details:"targets enemies; 2d6+2 damage plus 5 necrotic damage, and the space it occupied is difficult terrain until cleared.",damage:"2d6+2 damage plus 5 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"bcdd9de8-3cd2-4227-9d26-433535ecac4c",name:"Undead Vecna Cultist",details:"",size:2,origin:1,type:2,keywords:"undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"8",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:17,ac:35,fortitude:35,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"aa739f53-cab3-4b73-96ed-785b4ce75923",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"7 damage, and the target loses a healing surge.",damage:"7 damage",category:1},{id:"52789a82-808a-4660-85da-bb2356001782",name:"Explosion",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:23,defence:2},description:"",details:"10 necrotic damage. Miss: Half damage.",damage:"10 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6fee4bde-5d07-4130-b311-df607d19f215",name:"Vecna",details:"",size:2,origin:3,type:2,keywords:"undead",level:35,role:{type:3,flag:2,leader:!0},senses:"Perception +34; darkvision, truesight 20",movement:"8, fly 8 (hover), teleport 10",alignment:"Evil",languages:"all, telepathy 20",skills:"Arcana +34, Bluff +31, Diplomacy +31, Dungeoneering +34, Heal +34, History +34, Insight +34, Intimidate +31, Nature +34, Religion +34",equipment:"",category:"",strength:{score:25},constitution:{score:28},dexterity:{score:26},intelligence:{score:34},wisdom:{score:34},charisma:{score:29},hp:1580,initiative:25,ac:49,fortitude:49,reflex:47,will:51,regeneration:null,auras:[{id:"849e741e-a6a5-4d8b-93b0-a84c9e7ad628",name:"Vecna’s Aura",keywords:"",details:"(Healing, Necrotic) aura 10; any living creature that starts its turn within the aura takes 50 necrotic damage. Any undead creature that starts its turn within the aura regains 50 hit points."}],powers:[{id:"28594acc-ed95-4369-a724-22142efb87e3",name:"Paralyzing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:39,defence:2},description:"",details:"3d6+14 necrotic damage, and the target is restrained and weakened (save ends both).",damage:"3d6+14 necrotic damage",category:1},{id:"ba6b5513-fa37-4516-9602-994b106b2192",name:"Banish to the Dread Realm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"2d10+9 psychic damage. The target is banished to a demiplane, disappearing from sight. The target cannot be targeted and cannot take actions until the start of its next turn, at which time the target reappears in the original space it occupied or in the nearest space of Vecna’s choice if that space is occupied. The target immediately makes a melee basic attack as a free action against the nearest creature. In addition, the target treats its allies as enemies for the purpose of making opportunity attacks, and if an ally performs an action that would normally provoke an opportunity attack from an enemy, the target makes an opportunity attack against the ally (save ends).",attack:{bonus:39,defence:3},description:"",details:"",damage:"",category:1},{id:"5f339205-4091-4805-90b0-e83b7454226b",name:"Ray of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:39,defence:2},description:"",details:"2d8+15 necrotic damage, and the target loses a healing surge.",damage:"2d8+15 necrotic damage",category:1},{id:"2a57d68c-25ee-429f-9e06-72ed4b72a0ec",name:"Necrotic Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:39,defence:2},description:"",details:"targets living creatures; 2d6+12 necrotic damage, and the target is restrained and takes ongoing 20 necrotic damage (save ends both). The burst creates a zone of webs that lasts until the end of the encounter. The zone is difficult terrain, and a living creature that ends its move in the web is restrained and takes ongoing 20 necrotic damage (save ends both).",damage:"2d6+12 necrotic damage",category:1},{id:"edda3759-f5aa-4769-9383-ffb05eba23a2",name:"Divine Discorporation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Vecna discorporates.",damage:"",category:1},{id:"fb42db5a-123d-4499-81d6-566ca815b45e",name:"Esoteric Action",action:{action:5,trigger:"when an enemy within sight spends an action point",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vecna spends an action point and takes an extra action.",damage:"",category:5},{id:"c9533032-26b2-4283-9eab-1708d6438919",name:"Immortal Resistance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when vecna gains an effect that a save can end",range:"",attack:null,description:"",details:"Vecna makes a saving throw. On a save, Vecna is unaffected by the effect.",damage:"",category:1},{id:"7a9e9d61-ac4a-4b2e-afda-9a5816c61221",name:"Vecna’s Ambition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when vecna reduces a creature to 0 hit points or fewer",range:"",attack:null,description:"",details:"Vecna regains an action point.",damage:"",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"attacks by characters below level 20, disease, illusion, poison",tactics:""},{id:"ff6e83c7-243c-4d1f-97ea-c70bbc66aa95",name:"Vile Pet",details:"",size:1,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 6",alignment:"Evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:4},constitution:{score:14},dexterity:{score:21},intelligence:{score:6},wisdom:{score:14},charisma:{score:6},hp:1,initiative:10,ac:25,fortitude:21,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"a70df7f6-cbfb-4396-91a8-fc92a761d64e",name:"Filthy Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"88745986-b33a-451f-8f36-5db3b4cf00b3",name:"Infectious Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Requires combat advantage against the target; 2d4+5 damage, and the target contracts cemetery rot (see below) and takes ongoing 5 necrotic damage (save ends).",damage:"2d4+5 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cc97470c-8c9e-4b53-88d8-9833d469f719",name:"Void Lich",details:"",size:2,origin:0,type:2,keywords:"undead",level:20,role:{type:4,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"4, fly 8 (hover)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 10",skills:"Arcana +22, Intimidate +20",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:17},intelligence:{score:24},wisdom:{score:26},charisma:{score:20},hp:296,initiative:13,ac:34,fortitude:31,reflex:32,will:34,regeneration:null,auras:[{id:"35bacdf2-3648-4879-a420-b91920f9c3a4",name:"Shroud of Night",keywords:"",details:"aura 5; bright light within the aura is reduced to dim light, and dim light within the aura is reduced to darkness (if the void lich takes radiant damage, the aura is negated until the end of the void lich’s next turn)."}],powers:[{id:"36d8ae09-ae7f-414b-91b2-6592b5e4e2ae",name:"Life Trap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing Necrotic",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"2d6+7 necrotic damage, and the void lich regains 15 hit points.",damage:"2d6+7 necrotic damage",category:1},{id:"4f14aa2b-e6b4-43b7-9155-0259f98de651",name:"Void Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"2d6+7 necrotic damage, and the target is knocked prone and dazed (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"2acf75ec-967e-4e19-9e38-490ca71a5a57",name:"Frightful Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close blast 3",attack:{bonus:21,defence:3},description:"",details:"the target is pushed 5 squares and takes a -2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is dazed, immobilized, and takes a -2 penalty to attack rolls (save ends all).",damage:"the target is pushed 5 squares and takes a -2 penalty to attack rolls (save ends)",category:3},{id:"897304c3-a7d7-4ab5-a451-9ca6d19c1aa1",name:"Hideous Laughter",action:{action:3,trigger:"recharges when the void lich bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 3",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target takes a -5 penalty to all defenses until the end of the void lich’s next turn.",damage:"2d8+7 psychic damage",category:5},{id:"04ab5247-6f17-406b-ba43-c63b68423373",name:"Fade to Dusk",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The void lich becomes insubstantial and invisible until it attacks or until the end of its next turn.",damage:"",category:3},{id:"3595b0e7-c7a6-4c0a-8bc3-1595ed5d850f",name:"Phase Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The void lich teleports up to 2 squares.",damage:"The void lich teleports up to 2 squares",category:3},{id:"5af049ab-6fc1-412c-bf2d-fdbdf73c1928",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a void lich is reduced to 0 hit points, its body and possessions dissipate into whips of darkness, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, fear",tactics:""},{id:"288fdcb3-3241-4af3-957d-d933ab1578b8",name:"Vortex Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:8},wisdom:{score:6},charisma:{score:17},hp:67,initiative:11,ac:25,fortitude:21,reflex:23,will:20,regeneration:{value:5,details:"if a vortex wraith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"422f67c6-fe8c-49a2-ab8f-7fcea9540ecd",name:"Vortex",keywords:"",details:"(Force) aura 3; any enemy that starts its turn within the aura takes 5 force damage and is pulled 1 square."}],powers:[{id:"efa68c4f-2567-4aab-818d-130f67aa1d7c",name:"Spiral Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+5 force damage, and the target is slowed until the end of the vortex wraith’s next turn.",damage:"2d6+5 force damage",category:1},{id:"d8728986-44ad-4b75-ab7e-0c963d28ed9a",name:"Spectral Helix",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Reach 2; 1d6+3 force damage, and the target takes ongoing 10 force damage and is immobilized (save ends both). Hit or Miss: The vortex wraith shifts up to 1 square but must end adjacent to the target.",damage:"1d6+3 force damage",category:1},{id:"1c59f1da-c310-4cfc-8fac-21d057de67d4",name:"Final Vortex",action:null,keywords:"Force, Teleportation",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:14,defence:2},description:"",details:"targets enemies; 2d6+5 force damage, and the target is teleported up to 5 squares and knocked prone. Miss: Half damage, and the target is not teleported or knocked prone.",damage:"2d6+5 force damage",category:0},{id:"973bf903-dc93-4db7-9014-9d6cd9ec39d0",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vortex wraith shifts up to 6 squares.",damage:"The vortex wraith shifts up to 6 squares",category:2},{id:"55a22b11-027e-4cba-843c-037b2e7ae621",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a vortex wraith rises as a free-willed vortex wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b42904c0-3dbc-42d6-8116-3be0e7c4bab8",name:"Watchful Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:20},intelligence:{score:16},wisdom:{score:23},charisma:{score:15},hp:104,initiative:11,ac:31,fortitude:26,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"6b394e1a-b2ec-497d-acf9-62ed6d95b1e3",name:"Spectral Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+7 psychic damage, and the target is marked (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"cc18b1bc-a9b2-481b-b9f4-a582f0fdc0a5",name:"Spectral Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 15",attack:{bonus:22,defence:0},description:"",details:"2d8+7 psychic damage, and the target is marked until the end of the watchful ghost’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"7aa53cf6-295e-4223-a0ef-71bbb11d71e8",name:"Halting the Marked",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"targets each creature marked by the watchful ghost; the target takes ongoing 10 psychic damage and is immobilized (save ends both). Miss: No ongoing damage, and the target is slowed until the end of the watchful ghost’s next turn instead of immobilized.",damage:"the target takes ongoing 10 psychic damage and is immobilized (save ends both)",category:3},{id:"2503e5ad-f77e-4a26-9f91-0e5506cb0208",name:"Harry the Marked",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The watchful ghost teleports up to 10 squares into a square adjacent to an enemy it has marked.",damage:"The watchful ghost teleports up to 10 squares into a square adjacent to an enemy it has marked",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6ac95737-c184-42a0-879e-41c7a63d6da0",name:"Wisp Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +8",equipment:"",category:"",strength:{score:3},constitution:{score:13},dexterity:{score:17},intelligence:{score:4},wisdom:{score:10},charisma:{score:15},hp:1,initiative:3,ac:13,fortitude:11,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"d28e418d-8dc5-4efa-b13e-9fb2ae45566e",name:"Shadow Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"4 necrotic damage, and the target is slowed until the end of the wisp wraith’s next turn.",damage:"4 necrotic damage",category:1},{id:"24bc7045-3b9d-42a6-a173-7631e3803247",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wisp wraith shifts up to 6 squares.",damage:"The wisp wraith shifts up to 6 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a8c3b440-fc7e-47da-a12d-c40fc4e7537b",name:"Wormspawn Praetorian",details:"",size:3,origin:4,type:1,keywords:"undead",level:28,role:{type:2,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:27},dexterity:{score:30},intelligence:{score:23},wisdom:{score:26},charisma:{score:23},hp:317,initiative:24,ac:40,fortitude:40,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"f8c7c3a6-fcb0-47df-9d49-eeb0249f0394",name:"Clacking Mandible",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"4d8+4 damage.",damage:"4d8+4 damage",category:1},{id:"7dd1a660-3600-4b3c-81e6-aa6d3ed0b77e",name:"Swarm-Through",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The wormspawn praetorian shifts up to 5 squares and can move through enemies’ spaces when doing so. When it enters an enemy’s space, it makes an attack; 3d12+4 poison damage. The wormspawn praetorian can make no more than one attack against a single creature when using this power.",damage:"3d12+4 poison damage",category:2},{id:"6fc8d5e5-4fb1-49d1-9cee-b2ccb36e2a11",name:"Swarm Split",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The wormspawn praetorian splits into two Large individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original wormspawn praetorian do not apply to either of the individuals after the split occurs. A wormspawn praetorian can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1},{id:"224bc6ad-eb43-464d-8d7d-08586590c3cd",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a wormspawn praetorian can squeeze as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"5dc2aede-0869-428a-886c-30a211b02f50",name:"Wrath Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:17},intelligence:{score:22},wisdom:{score:18},charisma:{score:24},hp:111,initiative:11,ac:33,fortitude:27,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"abe82ed8-c02e-4c06-91eb-61fdcb770535",name:"Keening Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 psychic damage, and the target is marked until the end of the wrath spirit’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"19ca94cc-fd2e-45a1-a050-332f1327a75f",name:"Exploding Head",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"area burst 2 within 10",attack:{bonus:21,defence:1},description:"",details:"The wrath spirit materializes a flaming semblance of its missing head and hurls it; 3d10+7 necrotic damage, and the target is immobilized and marked (save ends both). Miss: Half damage, and the target is marked but not immobilized.",damage:"3d10+7 necrotic damage",category:1},{id:"9e59979f-53cb-4f96-880d-9b92cbaa70bb",name:"Burning Challenge",action:{action:4,trigger:"when a target marked by the wrath spirit makes an attack that does not include the wrath spirit",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering enemy target takes ongoing 10 psychic damage and is dazed (save ends both).",damage:"the triggering enemy target takes ongoing 10 psychic damage and is dazed (save ends both)",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d64e75f4-6a0d-495e-a208-5b4f40905b7d",name:"Wrathborn",details:"",size:2,origin:4,type:2,keywords:"undead",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:11},charisma:{score:10},hp:150,initiative:7,ac:25,fortitude:23,reflex:21,will:19,regeneration:{value:5,details:""},auras:[],powers:[{id:"31cf7d84-de01-4edd-b222-60cf506c2c28",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1},{id:"315f43ae-436e-4fba-adc4-209c769a24f1",name:"Vengeful Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires longsword; 1d8+1 damage plus 5 necrotic damage, and the target is pushed 1 square and knocked prone.",damage:"1d8+1 damage plus 5 necrotic damage",category:1},{id:"4b7476d5-f221-4a1e-8458-5f6a5ceec829",name:"Pinning Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:12,defence:2},description:"",details:"targets enemies; 3d8+3 necrotic damage. Hit or Miss: Each enemy adjacent to the wrathborn is immobilized until the end of the wrathborn’s next turn.",damage:"3d8+3 necrotic damage",category:1},{id:"b3e9a7b8-17cf-472f-9aec-fc832fd8f9e1",name:"Find the Guilty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a wrathborn and its killer are on the same plane, the wrathborn knows the direction and distance to its killer.",damage:"",category:0},{id:"de904b17-3aa4-41cc-b4f0-e482694867ae",name:"Survival Instinct",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A wrathborn gains a +2 bonus to all defenses while bloodied.",damage:"A wrathborn gains a +2 bonus to all defenses while bloodied",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison, fear",tactics:""},{id:"df8a41c4-ed58-4571-8b83-e9d6fb93ef07",name:"Wretched Stench Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +15, Stealth +16",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:21},intelligence:{score:16},wisdom:{score:14},charisma:{score:12},hp:240,initiative:13,ac:29,fortitude:24,reflex:25,will:22,regeneration:null,auras:[{id:"1cbeccdc-f674-4bbf-b224-83f8bf0b499b",name:"Nauseating Stench",keywords:"",details:"aura 4; any living creature within the aura takes a -2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"0f1f5a83-bf31-45c4-8501-978d9bbd4f95",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+7 damage, and the target is immobilized (save ends).",damage:"2d6+7 damage",category:1},{id:"b4c929fc-ab40-494d-a77a-d200d0b1bbc9",name:"Ghoulish Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Targets a dazed, immobilized, or stunned creature; 1d10+8 damage, and if the target is immobilized, it is instead dazed (save ends), or if the target is dazed, it is instead stunned (save ends).",damage:"1d10+8 damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3f194740-3b3c-4389-bde4-20020053e44a",name:"Yuan-Ti Abomination Mummy Lord",details:"",size:3,origin:4,type:2,keywords:"reptile, undead",level:14,role:{type:3,flag:1,leader:!0},senses:"Perception +10; darkvision",movement:"7, climb 7",alignment:"Evil",languages:"Draconic",skills:"Endurance +15, Intimidate +14, Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:280,initiative:13,ac:32,fortitude:32,reflex:28,will:31,regeneration:{value:10,details:"if the yuan-ti mummy lord takes fire damage, regeneration doesn’t function on its next turn"},auras:[{id:"a4f02365-51cd-4075-a1be-2727a6b6b34d",name:"Despair",keywords:"",details:"(Fear) aura 5; enemies within the aura receive a -2 penalty to attack rolls against the mummy lord."}],powers:[{id:"03113c33-5806-4848-92eb-7289c31c9763",name:"Grasping Coils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"1d10+5 damage, and the target is pulled 1 square and grabbed. The yuan-ti mummy lord can grab only one creature at a time.",damage:"1d10+5 damage",category:1},{id:"5135e9e1-0fa9-430c-875e-fc27f65fd266",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"poison",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Grabbed target only; 1d12+5 poison damage, and ongoing 10 poison damage (save ends).",damage:"1d12+5 poison damage",category:1},{id:"1e60a7fc-3f9b-4ff8-8c11-15a066cd82e1",name:"Mummy’s Curse",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:16,defence:3},description:"",details:"all enemies within the burst contract level 14 mummy rot (Endurance improve DC 24, maintain DC 19, worsen DC 18).",damage:"all enemies within the burst contract level 14 mummy rot (Endurance improve DC 24",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e2c9cab4-6a89-41fd-afbe-b0c3a2abbbc4",name:"Zombie Throng",details:"",size:4,origin:4,type:0,keywords:"swarm, undead",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:121,initiative:2,ac:21,fortitude:24,reflex:18,will:20,regeneration:null,auras:[{id:"e6dc752f-121f-4af0-a21d-bb51d99a48d9",name:"Swarm Attack",keywords:"",details:"aura 1; the zombie throng makes a mob of crushing blows attack as a free action against any enemy that starts its turn within the aura. While the zombie throng is bloodied, it makes a zombie grab attack instead."}],powers:[{id:"e21063bc-979d-42e5-9e24-683122211c43",name:"Mob of Crushing Blows",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"10516446-3725-4f5b-ab75-19669e53539e",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"the target is grabbed. Attempts to escape the zombie throng’s grab take a -5 penalty.",damage:"Attempts to escape the zombie throng’s grab take a -5 penalty",category:1},{id:"3c078294-5b4e-4e39-bfbb-9bf3b5a8c8cc",name:"Zombie Mess Grab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:10,defence:1},description:"",details:"targets enemies; the target is grabbed. Attempts to escape the zombie throng’s grab take a -5 penalty.",damage:"Attempts to escape the zombie throng’s grab take a -5 penalty",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks, 20 against critical hits",immune:"disease, poison, fear",tactics:""},{id:"5dc7f17f-dc0a-4f56-8560-8acf4204a7cb",name:"Giant Archerfish",details:"",size:1,origin:4,type:1,keywords:"aquatic",level:4,role:{type:0,flag:0,leader:!1},senses:"Low-light vision",movement:"1 (clumsy); swim 6",alignment:"Unaligned",languages:"",skills:"Perception +7",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:19},intelligence:{score:1},wisdom:{score:11},charisma:{score:6},hp:45,initiative:6,ac:18,fortitude:16,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"baa18389-3e4a-495d-868a-16b7c0c45ea5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:9,defence:0},description:"",details:"Hit: 2d8 +2 damage",damage:"2d8 +2 damage",category:1},{id:"46acc92f-1936-45e6-8104-845ac3bdaaa4",name:"Water Bullet",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"Hit: 2d6 +5 damage, and the giant archerfish slides the target 1 square.",damage:"2d6 +5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"53ac1359-54c3-4777-a186-f584a5166a3a",name:"Bax",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Good",languages:"Common, Draconic",skills:"Athletics +14, Endurance +11, History +8, Intimidate +15",equipment:"heavy shield; potion of healing; scale armor; vicious weapon; flail",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:17},intelligence:{score:11},wisdom:{score:13},charisma:{score:14},hp:115,initiative:9,ac:32,fortitude:26,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"9c506af2-3d5e-4831-9736-d9215480f0db",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 while bloodied)2d10+12 damage (crit 2d12+32).",damage:"(+19 while bloodied)2d10+12 damage (crit 2d12+32)",category:1},{id:"6aac4d70-c9f3-4b16-895d-61cbce3aecd4",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 while bloodied)2d10+12 damage (crit 2d12+32), and the target is pushed 1 square if it is Large or smaller. Bax can shift into the space the creature occupied.",damage:"(+19 while bloodied)2d10+12 damage (crit 2d12+32)",category:1},{id:"5946ee85-08d8-46eb-8b1d-1a4ef703982a",name:"Sweeping Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"(+21 while bloodied)1d10+12 damage (crit 2d12+22).",damage:"(+21 while bloodied)1d10+12 damage (crit 2d12+22)",category:1},{id:"c2087631-5abe-46c6-a3df-c3827a9274f5",name:"Come And Get It",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"enemies in the burst are pulled 2 squares, then Bax makes an attack against any that are adjacent to him: close burst 1",attack:{bonus:18,defence:0},description:"",details:"(+19 while bloodied)1d10+12 damage (crit 2d12+22).",damage:"(+19 while bloodied)1d10+12 damage (crit 2d12+22)",category:1},{id:"6d727dbf-63d6-40f3-aeba-7884da03863e",name:"Stalwart Guard",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Martial",condition:"",range:"Close burst 1",attack:null,description:"",details:"allies in the burst gain a +2 shield bonus to AC and Reflex until the end of the encounter.",damage:"allies in the burst gain a +2 shield bonus to AC and Reflex until the end of the encounter",category:5},{id:"52a6971f-c098-4013-8c8d-a41fc6700946",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:15,defence:2},description:"",details:"(+16 while bloodied)2d10+2 cold damage.",damage:"(+16 while bloodied)2d10+2 cold damage",category:3},{id:"1be24402-bf5e-4ae3-a342-d37f1eb0b380",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"562b78d4-4ea5-4f56-b863-d81521e0ca9a",name:"Blackfire Flameskull",details:"",size:0,origin:4,type:0,keywords:"undead",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Stealth +12",equipment:"",category:"",strength:{score:5},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:14},charisma:{score:20},hp:82,initiative:7,ac:23,fortitude:20,reflex:25,will:23,regeneration:{value:5,details:""},auras:[],powers:[{id:"2e7b7127-99b6-41ae-8eb1-7bba57842165",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 0; 1d4 damage plus 1d8 fire damage.",damage:"1d4 damage plus 1d8 fire damage",category:1},{id:"663f4d95-d515-47aa-888f-a3f77f89db62",name:"Blackfire Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"2d6+6 fire damage, plus target is blinded (save ends).",damage:"2d6+6 fire damage",category:1},{id:"d0d34314-0ab6-45ed-ad83-b4ab04197149",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:14,defence:2},description:"",details:"3d6+6 fire damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d6+6 fire damage",category:1},{id:"0f9db2e3-ac76-4fb7-9630-3ff3a7659b87",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand.",damage:"",category:3},{id:"54dc21b9-60e0-436e-89a8-ff5e70620de0",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"00578ffa-047b-4570-a0fe-8f7855d6a464",name:"Blightborn Demonthorn",details:"",size:3,origin:2,type:1,keywords:"plant",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"4",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:110,initiative:9,ac:25,fortitude:21,reflex:25,will:23,regeneration:null,auras:[{id:"19378dc3-4076-4923-83a6-391aeb97f2c9",name:"Tangle Roots",keywords:"",details:"aura 4; all nonplant creatures treat the area as difficult terrain"}],powers:[{id:"2588512c-1783-4928-b800-40c99141f430",name:"Vine Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"68d30d3b-28f9-48a9-bf96-368eeab9f5f1",name:"Seed Pods",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:13,defence:2},description:"",details:"1d8+4 damage, plus ongoing 5 damage and all creatures have concealment against the target (save ends both).",damage:"1d8+4 damage",category:1},{id:"04545531-3e09-4423-875d-7f94f20f345d",name:"Root Grab",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Make an attack against every creature without forest walk in a square of tangling roots; the target is restrained (save ends). The blightborn can use this power only once per turn.",damage:"",category:3},{id:"522bba31-d212-4263-b1cd-3763810ec6fc",name:"Expansive Roots",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Create two squares of tangling roots adjacent to other tangling roots.",damage:"",category:3},{id:"91f60e3f-5801-4224-ac03-50c407a96202",name:"Root Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mandrake teleports to any space where at least one square of its space occupies a square that has tangling roots in it.",damage:"",category:2},{id:"b4acc743-d500-4cdd-ac07-4be0edfcd1dd",name:"Dying Roots",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the demonthorn mandrake is reduced to 0 hit points or fewer, all spaces affected by its tangling roots remain difficult terrain until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3422448-5ee4-477a-bc0a-5ed3ca608df4",name:"Blightborn Thorn Blight",details:"",size:2,origin:2,type:2,keywords:"plant",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"8 (forest walk), climb 5",alignment:"Chaotic evil",languages:"Elven",skills:"Stealth +16",equipment:"",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:23},intelligence:{score:5},wisdom:{score:18},charisma:{score:11},hp:1,initiative:11,ac:25,fortitude:21,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"efcd9d2f-daaa-4396-972b-13e2a006b625",name:"Thorns",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"4 poison damage (5 poison damage with combat advantage).",damage:"4 poison damage (5 poison damage with combat advantage)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"70bfa832-2af6-4bed-9aff-53bd1440ea3b",name:"Blightborn Thorndrake",details:"",size:3,origin:2,type:1,keywords:"plant",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:4},wisdom:{score:16},charisma:{score:5},hp:138,initiative:8,ac:23,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"77486ed1-b67f-4a99-8cde-bd983f382900",name:"Thorn Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"2f979c55-1a6b-4a4b-998b-df9e9664ded5",name:"Poison Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d6+5 poison damage, plus ongoing 5 poison damage and the target is immobilized (save ends both).",damage:"3d6+5 poison damage",category:1},{id:"ce347c73-e2f7-409c-aa29-166afdaf0e95",name:"Tactical Shift",action:{action:4,trigger:"when the blightborn hits a target with its poison bite",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blightborn can shift 1 square.",damage:"The blightborn can shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b86a4c4-165a-476e-a50d-df14ed836fb0",name:"Blightborn Troglodyte",details:"",size:2,origin:2,type:2,keywords:"plant",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Nature +13",equipment:"",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:8},intelligence:{score:12},wisdom:{score:16},charisma:{score:22},hp:105,initiative:4,ac:23,fortitude:21,reflex:20,will:25,regeneration:null,auras:[{id:"5639c9f7-00c6-4794-8b7e-e92cbd9368c2",name:"Troglodyte Stench",keywords:"",details:"aura 2; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"939d5795-f0a1-4eaf-a072-296d2035ec05",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"d77c08a5-0163-42da-a35d-8e749da89abf",name:"Acid Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"2d4+6 acid damage, plus 5 acid damage to each creature adjacent to the target.",damage:"2d4+6 acid damage",category:1},{id:"7d8ec967-450f-446b-aae2-dbe510611af8",name:"Black Roots",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:1},description:"",details:"Restrained (save ends). Aftereffect: Ongoing 10 necrotic damage and the target can’t move closer to the blightborn (save ends both).",damage:"ongoing 10 necrotic damage and the target can’t move closer to the blightborn (save ends both)",category:1},{id:"14bf1424-33f8-4103-ab7f-2a64e8b048d3",name:"Instinctual Shift",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All allies within 20 squares of the blightborn can shift 2.",damage:"All allies within 20 squares of the blightborn can shift 2",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"059ec3a6-f019-4b34-a6cb-7842e1a961d0",name:"Blightborn Twig Blight",details:"",size:1,origin:2,type:2,keywords:"plant",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"7 (forest walk), climb 5",alignment:"Chaotic evil",languages:"Elven",skills:"Stealth +16",equipment:"",category:"",strength:{score:7},constitution:{score:7},dexterity:{score:17},intelligence:{score:5},wisdom:{score:12},charisma:{score:10},hp:1,initiative:3,ac:15,fortitude:11,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"378e01a7-0b75-42e9-a433-8116fe198789",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2 poison damage (3 poison damage with combat advantage).",damage:"2 poison damage (3 poison damage with combat advantage)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"24b7488c-b596-4ff4-9102-74116ce13304",name:"Boneshard Troll Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:137,initiative:8,ac:23,fortitude:22,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"b3035b23-e39f-48f5-b503-f9fc3d3ddfdd",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d8+6 damage (crit 2d8 + 22)plus 10 necrotic damage. If the troll skeleton takes acid or fire damage, it does not deal necrotic damage with this attack until the end of its next turn.",damage:"2d8+6 damage (crit 2d8 + 22)plus 10 necrotic damage",category:1},{id:"315a7352-cf18-4826-ae71-7faa02722a4b",name:"Boneshard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6+6 damage",category:1},{id:"79192dd4-5f0b-4ead-a10c-42ec5e1e3f93",name:"Boneshard Burst",action:{action:4,trigger:"when first bloodied and again when the boneshard skeleton is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"2d6+6 necrotic damage.",damage:"2d6+6 necrotic damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7ff05d1f-d22d-4112-bfe8-691b37a73e02",name:"Briar Hag",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"7 (forest walk)",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +13, Intimidate +14, Nature +14",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:21},intelligence:{score:14},wisdom:{score:17},charisma:{score:16},hp:123,initiative:11,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[{id:"2398117f-17ee-44ca-8620-006ecf5dda2f",name:"Feverish Presence",keywords:"",details:"aura 3; bloodied enemies in the aura are weakened."}],powers:[{id:"ef3d4bdb-da98-4b2f-9f1f-7b4344bbef81",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"f8e841e6-38b4-4bac-bd43-3acf7a47a548",name:"Rake the Eyes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage, and the target is blinded until the end of the briar hag’s next turn. The briar hag shifts 2 squares before or after making this attack.",damage:"1d6+5 damage",category:1},{id:"91c37048-46bc-4ed2-8637-d77161bb2ae2",name:"Call Briar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"2d4+5 damage and the target is immobilized (save ends). This attack’s area becomes a zone of difficult terrain until the end of the encounter. Any creature that enters or starts its turn in the zone takes 1d4 damage. A briar hag is immune to its own briars.",damage:"2d4+5 damage and the target is immobilized (save ends)",category:1},{id:"628c9d83-45b2-431b-ab3e-faad4e0b15bd",name:"Curse of Thorns",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"3d4+5 damage and the target is restrained (save ends).",damage:"3d4+5 damage and the target is restrained (save ends)",category:1},{id:"40503e91-dd39-450f-a323-9502e6219cb9",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A briar hag can alter its physical form to appear as a young human woman or an old crone.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"32e6869c-c0ba-4073-80dd-c48290d3149d",name:"Displacer Beast Nightmare",details:"",size:3,origin:2,type:1,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"12",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:22},intelligence:{score:6},wisdom:{score:18},charisma:{score:11},hp:292,initiative:13,ac:29,fortitude:26,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"6b0054de-9763-4735-a457-a96ea85ee1ca",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"6daae1ef-3e4b-4632-be62-8807e1cdde49",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"071533fb-a19f-4dee-8db8-20e38245868c",name:"Beast’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires combat advantage; the displacer beast makes two tentacle attacks and two bite attacks against a single target.",damage:"",category:1},{id:"e837bdcc-2e9a-42ce-967c-9248c5e19c14",name:"Nightmare Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast nightmare makes two bite attacks against a single target within reach. If the two attacks hit, the target takes an additional 1d10 + 7 damage and the target is dazed (save ends).",damage:"the target takes an additional 1d10 + 7 damage and the target is dazed (save ends)",category:1},{id:"5413f8b8-b05a-4c32-885d-0c674cde5ca2",name:"Nightmare Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:17,defence:2},description:"",details:"2d8+6 damage and the target is pushed 1 square and knocked prone.",damage:"2d8+6 damage and the target is pushed 1 square and knocked prone",category:1},{id:"9368eadc-6c89-41c3-95b0-7b0bbcf9fd49",name:"Displacement",action:null,keywords:"Illusion",condition:"",range:"All melee and ranged attacks have a 50% chance to miss the displacer beast. The effect ends when the displacer beast is hit by an attack, but it recharges as soon as the displacer beast moves 2 or more squares on its turn. Critical hits ignore displacement.",attack:null,description:"",details:"",damage:"",category:0},{id:"45384364-e340-489b-98eb-c2fb8f400a2a",name:"Shifting Tactics",action:{action:7,trigger:"when an attack misses the displacer beast because of its displacement",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast shifts 2 squares.",damage:"The displacer beast shifts 2 squares",category:5},{id:"75339042-ebe4-4bb5-a7d9-29ef7cc34d05",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8bb9e86-48cb-419d-9ee4-004a7d8baac2",name:"Fomorian Dark Initiate",details:"",size:4,origin:2,type:2,keywords:"giant",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Common, Elven",skills:"Insight +13, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:14},charisma:{score:24},hp:650,initiative:7,ac:29,fortitude:27,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"723b077d-a5fc-4159-bf64-f5c578246bf9",name:"Necrotic Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 3; 1d10+7 necrotic damage, and the target is pushed 1 square.",damage:"1d10+7 necrotic damage",category:1},{id:"4aa61e5a-d84d-47a7-8669-48c45ea0b99a",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:{bonus:17,defence:3},description:"",details:"and the dark initiate is invisible to the target until the start of the dark initiate’s next turn. If the dark initiate uses this power against a new target, the previous target is no longer affected.",damage:"",category:3},{id:"2345b009-fbec-43eb-afef-a9eeb14d6a87",name:"Black Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:17,defence:2},description:"",details:"2d8+7 fire and necrotic damage.",damage:"2d8+7 fire and necrotic damage",category:1},{id:"8ecf5449-ceee-4eee-9cb4-f46123e5ca6c",name:"Mind Wrack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:1},{id:"357eada6-023a-4734-895d-e777cb8b2193",name:"Double Spell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark initiate makes a black flame attack and a mind wrack attack.",damage:"",category:1},{id:"bcecd381-633d-47a3-a6ec-f166d4310297",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:17,defence:1},description:"",details:"1d10+7 necrotic damage and the target is immobilized (save ends). The dark initiate teleports 10 squares, and can teleport creatures in the burst into a square the dark initiate occupied before teleporting.",damage:"1d10+7 necrotic damage and the target is immobilized (save ends)",category:2},{id:"aa3a683b-ea8f-42bf-9771-96e395602ec7",name:"Bloodied Invisibility",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark initiate teleports 10 squares and becomes invisible until the end of its next turn.",damage:"The dark initiate teleports 10 squares and becomes invisible until the end of its next turn",category:5},{id:"33ba71b0-d214-487f-ae8b-fb4119cdca34",name:"Shadow Gaze",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Necrotic",condition:"",range:"",attack:null,description:"",details:"The triggering attacker is teleported 3 squares and takes ongoing 5 necrotic damage (save ends).",damage:"the triggering attacker is teleported 3 squares and takes ongoing 5 necrotic damage (save ends)",category:5}],damageModifiers:[{type:6,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"234c38bc-4c4a-4dfe-9d1f-946ef61014d4",name:"Fomorian Dark Master",details:"",size:4,origin:2,type:2,keywords:"giant",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +16; truesight 6",movement:"8",alignment:"Evil",languages:"Common, Elven",skills:"Insight +13, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:15},wisdom:{score:14},charisma:{score:26},hp:890,initiative:9,ac:35,fortitude:33,reflex:30,will:34,regeneration:null,auras:[],powers:[{id:"28288745-d4c9-44f1-ae66-860e815f0d7c",name:"Necrotic Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"Reach 3; 1d12+9 necrotic damage, and the target is pushed 1 square.",damage:"1d12+9 necrotic damage",category:1},{id:"9dc728c5-8750-42a8-9248-ba12c4236728",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"and the dark initiate is invisible to the target until the start of the dark initiate’s next turn. If the dark initiate uses this power against a new target, the previous target is no longer affected.",damage:"",category:3},{id:"db222919-c0e1-411b-adc4-f105c1f1a871",name:"Black Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:23,defence:2},description:"",details:"3d8+7 fire and necrotic damage.",damage:"3d8+7 fire and necrotic damage",category:1},{id:"0e73d456-eed1-413b-bafa-8def0384a126",name:"Mind Wrack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:3},description:"",details:"3d6+7 psychic damage, and the target is dazed (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"5f968e86-3915-4824-bb66-2e1fdf4ade25",name:"Double Spell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark initiate makes a black flame attack and a mind wrack attack.",damage:"",category:1},{id:"836d1141-2a21-444d-b918-8267fc344df7",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:23,defence:1},description:"",details:"1d12+9 necrotic damage and the target is immobilized (save ends). The dark initiate teleports 10 squares, and can teleport creatures in the burst into a square the dark initiate occupied before teleporting.",damage:"1d12+9 necrotic damage and the target is immobilized (save ends)",category:2},{id:"2cf8aa2d-661a-4be5-8aec-2aeff0b49118",name:"Bloodied Invisibility",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark master teleports 10 squares and becomes invisible until the end of its next turn.",damage:"The dark master teleports 10 squares and becomes invisible until the end of its next turn",category:5},{id:"0eec2b1c-b638-4ea9-978e-6de2cc92a49b",name:"Shadow Gaze",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Necrotic",condition:"",range:"",attack:null,description:"",details:"The triggering attacker is teleported 3 squares and takes ongoing 10 necrotic damage (save ends).",damage:"the triggering attacker is teleported 3 squares and takes ongoing 10 necrotic damage (save ends)",category:5}],damageModifiers:[{type:6,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2d79502-2412-493a-b9ea-ecebbe563cb5",name:"Ghost Troll Devourer",details:"",size:3,origin:5,type:2,keywords:"",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +14",movement:"fly 7 (hover); phasing",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:11},hp:82,initiative:14,ac:27,fortitude:27,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"42fda379-1afa-4096-a776-0f63f928bc10",name:"Spirit Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Reach 2; 1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"48dc2290-8eb8-4c06-a2b0-ca5b7b1a9977",name:"Entrapping Jaws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+7 damage, plus the target is restrained (save ends) and the ghost troll devourer gains +2 to all defenses. The restrained condition and defense bonus end automatically when the ghost troll is no longer adjacent to the target.",damage:"2d6+7 damage",category:1},{id:"98ebdee5-f544-4161-812f-85e7de4f37f7",name:"Frenzied Jaws",action:{action:7,trigger:"when the ghost troll’s attack bloodied an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost troll recharges entrapping jaws.",damage:"",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1268af63-b03d-4c15-aaa3-735f20531b97",name:"Ghost Troll Render",details:"",size:3,origin:5,type:2,keywords:"",level:13,role:{type:2,flag:0,leader:!1},senses:"Perception +14",movement:"fly 7 (hover); phasing",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:11},hp:121,initiative:10,ac:25,fortitude:27,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"50cdf568-c0c3-4195-9cf9-44b7de0a3490",name:"Spirit Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 2; 2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"72f57746-677e-4ccc-a715-1befaa6c830a",name:"Terror Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"Reach 2; bloodied target only; 3d6+3 psychic damage and the target is slowed (save ends). Failed Save: The target is unconscious (save ends). If the target takes damage, it is no longer unconscious.",damage:"3d6+3 psychic damage and the target is slowed (save ends)",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cefe0921-fd2a-496b-a500-a29ea33d7eb7",name:"Kasszt",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:3,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Dungeoneering +13, Endurance +14, Religion +9",equipment:"quarterstaff",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:12},intelligence:{score:10},wisdom:{score:18},charisma:{score:14},hp:202,initiative:5,ac:25,fortitude:23,reflex:19,will:22,regeneration:null,auras:[{id:"e9aa7592-e9a3-49b6-a850-a5e31f476466",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"52536fe8-1fcb-4f0c-b297-cff95998e22a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"7913496d-2754-4b88-8435-ecd2b6159bb0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"7712aec6-648f-44ac-9580-eb5f16e18f5f",name:"Poison Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"1d6+5 poison damage, and the target is weakened (save ends).",damage:"1d6+5 poison damage",category:1},{id:"4ff94a2b-8d2c-4583-9c8e-b59550abcb01",name:"Double Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"Kasszt makes two poison ray attacks.",damage:"",category:1},{id:"1903ec66-82a7-4a41-90c9-3694731c13e7",name:"Cavern Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:13,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"the target takes ongoing 5 necrotic damage and is slowed (save ends both)",category:1},{id:"76d6e5ef-def3-4a59-b843-60e39621dd1e",name:"Tunnel Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the troglodyte shaman’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the troglodyte shaman’s next turn",category:3},{id:"3db6263d-fdca-4f65-9904-7768f9013119",name:"Chant of Renewal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68caf7b6-5eaa-4493-bfc3-d227c9ef29ec",name:"Marrowmaw Mauler",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Athletics +13, Endurance +13",equipment:"greatclub; javelin",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:6},wisdom:{score:15},charisma:{score:8},hp:90,initiative:6,ac:24,fortitude:23,reflex:20,will:21,regeneration:null,auras:[{id:"edbe7bcf-d102-44e3-addb-1ec264eb236f",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"9b296d63-efe6-4970-b3ed-759bad57689d",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+5 damage, and the target is marked until the end of the troglodyte mauler’s next turn.",damage:"2d4+5 damage",category:1},{id:"8ce95290-fc97-4c61-be15-12ba9d09b736",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"39f49e28-c803-4483-b044-550f9359b876",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Requires combat advantage; 1d6+5 damage, and until the end of the troglodyte mauler’s next turn, healing on the target restores only half the total amount.",damage:"1d6+5 damage",category:3},{id:"2ba8455b-bc41-4dbf-8635-95191fd84671",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3f18bc4-8118-4259-be84-e71609dafaf8",name:"Nothic Gazer",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +6; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:9},hp:91,initiative:8,ac:23,fortitude:24,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"10d2c0c4-d8a9-4b4e-972a-3ddbe72757ed",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"41cf6ab0-1cff-4ba9-ade2-9eb6f2c186e3",name:"Rotting Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"1d12+5 necrotic damage, plus the target is slowed and takes a -2 penalty to attack rolls (save ends both). The nothic gazer loses this power while blinded.",damage:"1d12+5 necrotic damage",category:1},{id:"4d92de3f-a053-4d49-a2d8-2f82a6a88cf3",name:"Retaliate",action:{action:4,trigger:"when hit by a melee or close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nothic shifts and makes a claw attack or a rotting gaze attack against the triggering attacker.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4f6d7ae-496f-4dd3-bf98-9e4d75f9c918",name:"Nothic Stalker",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:18},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:115,initiative:11,ac:25,fortitude:23,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"bd78013c-fc80-4dd6-a675-da3ef1d917a6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"9e272be1-1024-4c41-a4b0-fb9526d31c44",name:"Dazing Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"1d8+5 necrotic damage, plus the target is dazed until the end of the nothic stalker’s next turn. The nothic stalker loses this power while blinded.",damage:"1d8+5 necrotic damage",category:1},{id:"a63e9e6a-ea62-4b40-8241-fb32a8929999",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the nothic stalker has combat advantage, its melee attacks deal an extra 2d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"819cd3ad-6842-40f1-9784-7c84766fcfd1",name:"Retaliate",action:{action:4,trigger:"when hit by a melee or close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nothic shifts and makes a claw attack or a dazing gaze attack against the triggering attacker.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"916def62-05ad-499f-8cde-a285a39f4745",name:"Skalmad of the Cauldron",details:"",size:3,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +20, Endurance +18, Intimidate +15",equipment:"greataxe; hide armor",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:17},hp:262,initiative:13,ac:31,fortitude:29,reflex:25,will:24,regeneration:{value:10,details:"if Skalmad takes acid or fire damage, regeneration does not function until the end of his next turn"},auras:[{id:"629f5c1e-0137-4a70-94f7-1aae0e4225a4",name:"Aura of Rage",keywords:"",details:"aura 5; bloodied allies within the aura gain +2 to attack rolls."}],powers:[{id:"67e0abb5-0803-499d-8a0f-ba9e140bc7e6",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"c04c2815-6449-4198-bc37-16f52ef1d719",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"90698219-99a9-4a31-a1f6-4dc7c6a54196",name:"Frenzied Strike",action:{action:7,trigger:"when skalmad’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Skalmad makes a greataxe or claw attack.",damage:"",category:5},{id:"b001e126-dc52-4a1f-a54c-0e97b818b88b",name:"Toppling Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"close blast 2",attack:{bonus:21,defence:0},description:"",details:"Requires greataxe; 2d6+8 damage, and the target is knocked prone.",damage:"2d6+8 damage",category:1},{id:"dba94ead-2176-4b43-9937-6f65cd11c643",name:"Baleful Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:19,defence:3},description:"",details:"the target is slowed and cannot teleport (save ends both). The effect ends if Skalmad uses baleful eye on another target.",damage:"",category:3},{id:"98013993-37cc-4ad5-bbcd-586908ef41fc",name:"Smoldering Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"1d10+7 fire damage, plus ongoing 10 fire damage and a -2 penalty to attack rolls (save ends both). Skalmad takes 10 psychic damage when he uses this power.",damage:"1d10+7 fire damage",category:1},{id:"cdf5db87-caca-48d6-83b1-69fe10fd7ea0",name:"Cauldron’s Wrath",action:{action:4,trigger:"when skalmad is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The attacker takes ongoing 10 fire damage (save ends).",damage:"the attacker takes ongoing 10 fire damage (save ends)",category:5},{id:"6415ea99-93e2-4f27-b490-f3024be1c0a7",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"13196fef-2a65-43e6-856d-20ac81084cc4",name:"Skalmad the Troll King",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:1,leader:!1},senses:"Perception +8",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +19, Endurance +17, Intimidate +14",equipment:"greataxe; hide armor",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:17},hp:240,initiative:12,ac:29,fortitude:27,reflex:23,will:22,regeneration:{value:10,details:"if Skalmad takes acid or fire damage, regeneration does not function until the end of his next turn"},auras:[{id:"4c966675-0a8e-4066-8efc-7686433b90c9",name:"Aura of Rage",keywords:"",details:"aura 5; bloodied allies within the aura gain +2 to attack rolls."}],powers:[{id:"db209048-e808-42f9-8d9d-cbf2ce5328db",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"b2267780-b1cb-4258-a535-145e207f5de8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"e48d9238-0b2a-4021-8f66-3dbf29cb7787",name:"Frenzied Strike",action:{action:7,trigger:"when skalmad’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Skalmad makes a greataxe or claw attack.",damage:"",category:5},{id:"a095882d-176d-4b69-bc07-9081713860ee",name:"Toppling Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"close blast 2",attack:{bonus:20,defence:0},description:"",details:"Requires greataxe; 2d6+7 damage, and the target is knocked prone.",damage:"2d6+7 damage",category:1},{id:"f634af54-2cb0-40f2-8db4-083430024d1e",name:"Baleful Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:18,defence:3},description:"",details:"the target is slowed and cannot teleport (save ends both). The effect ends if Skalmad uses baleful eye on another target.",damage:"",category:3},{id:"0d3bd102-505d-49cc-acaa-0f7b532afc3d",name:"Smoldering Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"3d10+6 fire damage, plus ongoing 10 fire damage and a -2 penalty to attack rolls (save ends both). Skalmad takes 10 psychic damage when he uses this power.",damage:"3d10+6 fire damage",category:1},{id:"644e1c13-615e-486a-ad00-c88f975867b5",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6370bcb7-c47b-49ec-b833-cee634af5b83",name:"Troll Worgmaster",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!0},senses:"Perception +13",movement:"9",alignment:"Chaotic evil",languages:"Abyssal, Giant",skills:"Athletics +16, Endurance +15, Nature +13",equipment:"leather armor; longspear",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:20},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:102,initiative:13,ac:27,fortitude:24,reflex:24,will:21,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"2c364013-4fa9-4ffd-a055-d120c711c009",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"1c39ea85-4860-4dc3-bc0d-b6658e80fd4a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"82e15995-ea6d-4761-85a9-d61e890f3973",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodied an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a longspear or claw attack.",damage:"",category:5},{id:"117bb267-dbcc-4e7d-b368-70f621229761",name:"Lead the Pack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the troll hits with a attack, each worg ally within 5 squares of it can shift 2 squares.",damage:"each worg ally within 5 squares of it can shift 2 squares",category:0},{id:"ef27b1c1-0a7e-4f94-8490-125d700b3b56",name:"Assisted Withdrawal",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the troll is adjacent to a worg, the troll can shift 4 squares. The worg shifts into the space the troll vacates.",damage:"the troll can shift 4 squares",category:2},{id:"b6792661-cc8e-4921-9375-94e4cecba7e8",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6966e465-4c84-4099-8335-4fa430788fb1",name:"Warren Troll",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:120,initiative:8,ac:22,fortitude:23,reflex:20,will:19,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"3f84fd42-b719-4e20-ad5a-97ab780f2f43",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a1d859e0-91f8-4a9a-829a-b48898b4a978",name:"Powerful Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d6+7 damage, plus ongoing 5 poison damage (save ends).",damage:"3d6+7 damage",category:1},{id:"6a4bb719-1ccb-4db7-882b-2f7022bafca6",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a claw attack.",damage:"",category:5},{id:"04fbd7d8-b064-489d-8685-88eb07dd062d",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c594f2f2-cca2-4706-a399-1f43a6318323",name:"Abyssal Ghoul Devourer",details:"",size:2,origin:1,type:2,keywords:"undead",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:16},charisma:{score:10},hp:172,initiative:17,ac:32,fortitude:30,reflex:29,will:26,regeneration:null,auras:[{id:"9759dfbc-0fa5-4594-a7ec-0bbad05c08b2",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"76623f06-876e-4c5b-abfe-50da74d382dd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+9 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8+9 damage",category:1},{id:"184aaedb-c045-484c-878b-1af027b7a939",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:21,defence:0},description:"",details:"all enemies in the burst take 10 necrotic damage.; 4d10+7 damage.",damage:"all enemies in the burst take 10 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"088b0d42-001d-46ab-b0be-8cce703f1841",name:"Arath Nightcaller",details:"",size:2,origin:4,type:2,keywords:"undead",level:18,role:{type:3,flag:0,leader:!0},senses:"Perception +15",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +17, Intimidate +17, Religion +17",equipment:"implement, staff; plate armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:16},wisdom:{score:22},charisma:{score:17},hp:166,initiative:9,ac:32,fortitude:28,reflex:28,will:31,regeneration:null,auras:[],powers:[{id:"8c2b262a-ef50-4ff2-b586-6320cd53d41b",name:"Ghoul Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+8 necrotic damage, and target is immobilized (save ends).",damage:"1d10+8 necrotic damage",category:1},{id:"3f8a3886-27db-4b32-9e24-25491d6dae7a",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Requires combat advantage; 4d10+7 damage, the target is weakened (save ends), and Arath regains 40 hit points.",damage:"4d10+7 damage",category:5},{id:"60e4a067-605a-48c4-91dc-f6b3283174b3",name:"Ghoul Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"the target is dominated (save ends). While dominated, the target deals an extra 1d8 with its basic melee attack. In addition, the dominated target’s attack immobilizes its target on a hit (save ends).",attack:{bonus:21,defence:3},description:"",details:"",damage:"",category:1},{id:"e95a02fa-a7d7-4f53-a226-10cea1578d74",name:"Gleeful Damage",action:null,keywords:"",condition:"",range:"Arath deals an extra 1d10 damage on melee attacks against immobilized targets.",attack:null,description:"",details:"",damage:"",category:0},{id:"034afc82-2b73-4961-97c2-acf39bbd7f5b",name:"Shadow Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Arath teleports 5 squares.",damage:"Arath teleports 5 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"df5f8f20-5ffb-49fc-9e5f-b0eb722a0248",name:"Baaldran the Flayer",details:"",size:3,origin:4,type:2,keywords:"demon",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 8 (hover)",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:17},intelligence:{score:12},wisdom:{score:16},charisma:{score:21},hp:350,initiative:3,ac:32,fortitude:32,reflex:28,will:30,regeneration:null,auras:[],powers:[{id:"1ffe4735-72f5-42b3-bd44-49594d1705db",name:"Painblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target is dazed (save ends).",damage:"2d10+6 damage",category:1},{id:"7c6b274c-a68b-4a7a-841b-928ef3cd63c8",name:"Whip of Howling Souls",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Reach 4; 1d10+6 damage, pull 4 and the target is knocked prone.",damage:"1d10+6 damage",category:1},{id:"5681b91e-57b5-4875-8086-846fff0f7b11",name:"Blade and Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Baaldran makes a whip of howling souls attack. He can make a painblade attack against the target if Baaldran pulls him within his painblade’s reach.",damage:"",category:1},{id:"38248377-1e32-4430-b9e7-c7b6c43547ee",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"1d10+6 damage, and ongoing 5 poison damage and the target is slowed (save ends both). In addition, this attack’s area becomes a zone that blocks line of sight and deals 10 poison damage to any creature that enters or begins its turn in the cloud. Baaldran ignores this damage and can see through the cloud. The cloud persists until the end of the encounter.",damage:"1d10+6 damage",category:1},{id:"2a069406-8150-4f68-9122-de2ea6824d5f",name:"Horrid Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5 when bloodied"},keywords:"Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"1d10+6 thunder damage, push 4, and the target is stunned until the end of Baaldran’s next turn.",damage:"1d10+6 thunder damage",category:1},{id:"58f8db4e-7120-4150-aacf-3200983ac777",name:"Whip Crack",action:{action:5,trigger:"when attacked",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Targets triggering creature, reach 4; 1d10+6 damage and -4 penalty to the interrupted attack.",damage:"1d10+6 damage and -4 penalty to the interrupted attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"605de114-14cd-4a7b-9542-34c74fe1e1ea",name:"Boneclaw Impaler",details:"",size:3,origin:5,type:0,keywords:"undead",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Intimidate +17, Stealth +20",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:24},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:160,initiative:17,ac:33,fortitude:24,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"a120aa02-ef59-4bc6-bcad-7f8b26e57e94",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"031ad7e6-b3df-48e9-946f-7d698785fda6",name:"Impaling Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:22,defence:0},description:"",details:"targets enemies in burst; 1d12+8 damage plus ongoing 5 necrotic damage (save ends).",damage:"1d12+8 damage plus ongoing 5 necrotic damage (save ends)",category:1},{id:"2f1efafc-c7e4-400d-a603-e8b2a9f76942",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5},{id:"2c8f37bf-ffcc-40b1-9d31-6ff8628c7607",name:"Relentless Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the boneclaw hits with an opportunity attack, it makes another opportunity attack against the same target the next time it provokes during its current turn.",damage:"",category:0},{id:"7e42a236-05a9-429f-83a7-6c7272ea6f7b",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The boneclaw can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18b26fec-dd9b-4b24-90ad-dcc06c43569a",name:"Chwidencha",details:"",size:2,origin:2,type:1,keywords:"shunned, spider",level:13,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision, tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:3},wisdom:{score:16},charisma:{score:6},hp:160,initiative:9,ac:25,fortitude:25,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"a9fc5514-85cf-44f6-b617-7cd945bee718",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d6+6 damage and slide 2 squares.",damage:"3d6+6 damage and slide 2 squares",category:1},{id:"58aec414-4e39-4d7d-8712-d55611896deb",name:"Impaling Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage and grab (escape ends).",damage:"2d6+6 damage and grab (escape ends)",category:1},{id:"a7f9bdaf-6039-4996-b397-90af6ba03e8c",name:"Scuttling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The chwidencha makes a charge attack. It can charge over difficult terrain with no penalty to movement; 4d10+6 damage.",damage:"4d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3659a3f-f370-44d2-8490-f88d14c101ea",name:"Commander Zaknoril",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Diplomacy +15, History +16, Intimidate +12, Stealth +11",equipment:"chainmail; light shield; longsword",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:14},intelligence:{score:18},wisdom:{score:11},charisma:{score:16},hp:266,initiative:11,ac:31,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"24dea60e-0918-4285-8872-d6b870701c39",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+10 damage.",damage:"1d8+10 damage",category:1},{id:"6ffc0ef8-bfb5-4a13-8f7d-be7d84ce0eab",name:"Commander’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"Zaknoril chooses one ally who can see and hear him to make a melee basic attack against a target. On a hit, the ally deals an extra 4 damage.",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"bdb23865-f159-4aac-9759-48e4858b4c78",name:"Surprise Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+10 damage. An ally within 5 squares of Zaknoril makes a basic attack with combat advantage and a +4 bonus to the attack roll as a free action against a target of its choice.",damage:"1d8+10 damage",category:1},{id:"ce41d679-268a-44b2-a874-bc0de844da3b",name:"Beat Them into the Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d8+10 damage, and the target is knocked prone. Every ally within 5 squares of Zaknoril makes a basic attack with a +4 bonus to one target of its choice as a free action. These attacks deal no damage but knock a target prone on a hit.",damage:"2d8+10 damage",category:1},{id:"6cad7acd-ae86-4057-a00d-b0b5e8632658",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of Zaknoril’s next turn, all attacks against the target have combat advantage, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"c24ddc4f-df17-4c23-a860-8f35554ce6ea",name:"Inspiring Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Martial, Healing",condition:"",range:"Zaknoril or one ally in a close burst 10 heals 20 hit points.",attack:null,description:"",details:"",damage:"",category:3},{id:"634fe47a-0a95-4543-ac43-7dbe68d29b50",name:"Combat Leader",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"All allies within 10 squares of Zaknoril who can see and hear him gain a +2 power bonus to initiative.",damage:"All allies within 10 squares of Zaknoril who can see and hear him gain a +2 power bonus to initiative",category:0},{id:"a4830690-0163-45b1-8d84-d7a6113b86e2",name:"Tactical Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial",condition:"",range:"",attack:null,description:"",details:"Zaknoril chooses one ally who can see and hear him. That ally can shift up to 5 squares.",damage:"That ally can shift up to 5 squares",category:3},{id:"1402d573-b56b-4a58-a196-30047decb7ec",name:"House Insignia",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Zaknoril gains concealment until the end of the encounter.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"14bdd9bc-e976-45d9-8707-13fd7925ea23",name:"Deepspawn Nightmare",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Acrobatics +18, Bluff +18, Stealth +18, Thievery +18",equipment:"death weapon; spear",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:20},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:128,initiative:17,ac:31,fortitude:29,reflex:29,will:29,regeneration:{value:10,details:"if the deepspawn nightmare takes radiant damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"b5be9c74-f659-4826-a99b-c8ca8cb8d79f",name:"Death Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+9 necrotic damage, and the target is weakened (save ends).",damage:"1d8+9 necrotic damage",category:1},{id:"39f56b04-308c-4fff-8cfc-d607c0d1b3c9",name:"Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Sleep",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and the target is dazed (save ends). First Failed Saving Throw: The target is dazed and slowed (save ends both). Second Failed Saving Throw: The target falls unconscious (save ends).",damage:"3d6+8 damage",category:1},{id:"267e63f0-e316-4fa6-8840-d49591a2752c",name:"Nightmare Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"The deepspawn nightmare can alter its physical form to appear as an enemy of its choice. While the nightmare is adjacent to that enemy, roll 1d20 whenever a melee or ranged attack targets the nightmare. On a roll of 10 or higher, the attack instead targets the copied enemy. The copied enemy’s attacks are not subject to this effect.",attack:null,description:"",details:"",damage:"",category:1},{id:"efab3f99-903b-4b59-87df-745a6c9be610",name:"Nightmarish Torment",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the deepspawn nightmare’s melee attack hits an enemy it is copying with nightmare form or a sleeping target, that target takes ongoing 10 psychic damage (save ends) in addition to the attack’s other effects.",damage:"",category:0}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a242d617-71de-4304-8c86-510acf5a506a",name:"Demonic Flameskull",details:"",size:0,origin:4,type:0,keywords:"demon, undead",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +14",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Stealth +12",equipment:"",category:"",strength:{score:6},constitution:{score:18},dexterity:{score:18},intelligence:{score:23},wisdom:{score:15},charisma:{score:21},hp:114,initiative:11,ac:27,fortitude:25,reflex:27,will:26,regeneration:{value:5,details:""},auras:[],powers:[{id:"5d769975-e412-48c6-a2ea-dd83d8476465",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 0; 1d8 damage plus 1d8 fire damage.",damage:"1d8 damage plus 1d8 fire damage",category:1},{id:"62685468-6cd4-44e6-b7ce-8dc55e611b16",name:"Unholy Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"2d8+8 fire damage, plus ongoing 5 necrotic damage (save ends).",damage:"2d8+8 fire damage",category:1},{id:"0ae9f4ce-bb8d-49c1-9076-88e725f4c014",name:"Vile Consecration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 3 within 20",attack:{bonus:20,defence:2},description:"",details:"3d8+8 fire and necrotic damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d8+8 fire and necrotic damage",category:1},{id:"988bfb3f-3fc0-4788-8339-c295249f3665",name:"Demonic Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the demonic flameskull is bloodied, it deals an extra 1d8 damage with its attacks.",damage:"it deals an extra 1d8 damage with its attacks",category:0},{id:"a6f02fff-1733-48e6-84a4-ffc12427c919",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand.",damage:"",category:3},{id:"df2a427a-41b7-4331-8ed3-664bc110e38f",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b7e4d50d-9aba-4b59-8473-15caf24f41a7",name:"Drow Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +16",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:12},wisdom:{score:9},charisma:{score:21},hp:122,initiative:8,ac:28,fortitude:24,reflex:21,will:24,regeneration:null,auras:[],powers:[{id:"b6e96732-1d62-4f64-90fe-516e6e573e1d",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+6 damage, and the target loses a healing surge and is immobilized (save ends).",damage:"1d8+6 damage",category:1},{id:"0137397e-db8f-4b14-bb32-14e6a15621d8",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:17,defence:1},description:"",details:"affects an immobilized target only; 3d6+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"3d6+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e61ecd3b-fdeb-477f-a523-34d59304e051",name:"Drow Battle Wight Commander",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +19",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:15},wisdom:{score:14},charisma:{score:26},hp:114,initiative:13,ac:29,fortitude:27,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"c3d8d8f7-f7e0-4a02-9e8f-065003afd0f2",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+8 damage, and the target loses a healing surge and is immobilized and weakened (save ends both).",damage:"1d8+8 damage",category:1},{id:"69fe2420-2632-489e-be98-43f0a46da1c9",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"affects an immobilized target only; 2d8+8 necrotic damage, and the drow battle wight commander and all undead allies within 2 squares of it regain 10 hit points.",damage:"2d8+8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"554a2e9e-057a-4230-8c1f-ca3eb2df9659",name:"Drow Demonbinder",details:"",size:2,origin:2,type:2,keywords:"demon",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"",equipment:"leather armor",category:"",strength:{score:10},constitution:{score:25},dexterity:{score:16},intelligence:{score:20},wisdom:{score:11},charisma:{score:13},hp:153,initiative:12,ac:29,fortitude:31,reflex:27,will:30,regeneration:null,auras:[],powers:[{id:"95a61297-3aa7-47fe-a33d-516490bc25dc",name:"Demon Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+3 damage, and the target is dazed until the end of its next turn. Miss: The demonbinder can shift 1 square as a free action.",damage:"1d8+3 damage",category:1},{id:"09c24044-3e57-47b1-a768-b35affd1de2d",name:"Abyssal Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d6+7 damage, and the target is dazed (save ends).",damage:"2d6+7 damage",category:1},{id:"95edfc70-5f5e-4ddf-847e-365d874af808",name:"Hideous Transformation",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear, Polymorph",condition:"",range:"Close burst 2",attack:{bonus:18,defence:3},description:"",details:"target is stunned until the end of the demonbinder’s next turn. In addition, the demonbinder can shift 3 squares.",damage:"the demonbinder can shift 3 squares",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"31e1701c-bd19-405f-a54e-2ae553b56c8c",name:"Drow Horde Ghoul",details:"This pallid humanoid has a twisted, feral visage, and its gruesomely misshapen hands end in black, flesh-rending claws. The stench of the grave surrounds it.",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:1,initiative:11,ac:25,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"1b1e45e3-9070-49e5-a0d4-af9522c42731",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage, and the target is immobilized (save ends).",damage:"6 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0f8e97fc-780b-4dc4-ac44-97951518c43c",name:"Drow Inquisitor",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +16, Stealth +13",equipment:"chainmail; light shield; scourge",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:12},intelligence:{score:14},wisdom:{score:20},charisma:{score:18},hp:147,initiative:10,ac:31,fortitude:27,reflex:23,will:26,regeneration:null,auras:[{id:"781be966-7126-4672-8d1f-b1147eef0276",name:"Despair",keywords:"",details:"aura 1; enemies within the aura take a -2 penalty to attack rolls, and marked enemies within the aura are slowed."}],powers:[{id:"982a6f1c-323d-4bd0-8366-8235bbec0a7d",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target is marked until the end of the drow inquisitor’s next turn.",damage:"1d8+6 damage",category:1},{id:"c2a54eab-3bb4-452a-99be-da5e4cd3d522",name:"Punishing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Marked target only; 2d8+6 damage, and ongoing 10 damage (save ends).",damage:"2d8+6 damage",category:1},{id:"d0b334b3-00f9-4046-b964-58667b2fa8ed",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"until the end of the drow inquisitor’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"254bbf83-7e23-4ccb-b815-4615333c97f1",name:"Not So Fast",action:{action:5,trigger:"when a marked target moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"the target is pulled 1 square and is dazed until the end of its next turn.",damage:"the target is pulled 1 square and is dazed until the end of its next turn",category:5},{id:"eab89600-72f3-407a-979d-37391f0efcc0",name:"Sadistic Reward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"During any round in which the drow inquisitor deals damage, it gains a +1 bonus to saving throws and attack rolls until the end of its next turn.",damage:"during any round in which the drow inquisitor deals damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"58d59f50-7684-4998-a73b-096f80012513",name:"Drow Spiderguard",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +10, Intimidate +13, Stealth +10",equipment:"chainmail; light shield; longsword",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:13},hp:118,initiative:11,ac:26,fortitude:24,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"3fd35905-5465-44e3-9e36-fbe3bc4edad3",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of the spiderguard’s next turn.",damage:"1d8+6 damage",category:1},{id:"f085dc13-79de-46fe-8758-04907ceb17cc",name:"Spider Bite Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Requires longsword; 2d8+6 damage, and the target takes ongoing 5 poison damage (save ends) and is dazed until the end of the spiderguard’s next turn.",damage:"2d8+6 damage",category:1},{id:"b7309b97-67a1-49cd-bf1d-6be1c824d59d",name:"Combat Opportunist",action:{action:4,trigger:"when adjacent creature shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make a longsword attack against the triggering creature, and that creature immediately ends its movement.",damage:"",category:5},{id:"dda41a82-2a0d-462f-98df-a63e003c0420",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"until the end of the drow spiderguard’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"501fc66d-68c3-408b-be66-e5c6ccc9660a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A spiderguard deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"76c52dd2-7590-4fc2-8c23-d453ccbd84b4",name:"Lolth’s Guidance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spiderguard gains combat advantage against an adjacent creature until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b09c0a7d-e25c-4fb0-b73d-a7d176c56b79",name:"Drow Templar",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Intimidate +17, Stealth +9",equipment:"plate armor; spear",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:12},intelligence:{score:8},wisdom:{score:15},charisma:{score:19},hp:150,initiative:11,ac:32,fortitude:28,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"631759c4-78f0-4a47-ae9b-8a0a3c25c752",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+8 damage, and the target is marked until the end of the drow templar’s next turn.",damage:"1d8+8 damage",category:1},{id:"67184380-c4e7-4214-ab18-b69b3ecd212c",name:"Fierce Rebuke",action:{action:5,trigger:"when an adjacent marked target shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires spear; 2d8+8 damage, and the target is knocked prone.",damage:"2d8+8 damage",category:5},{id:"9c3a4718-61cc-4493-a335-803bdc3de790",name:"Wrath of Lolth",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:21,defence:1},description:"",details:"1d10+4 poison damage, and ongoing 5 poison damage (save ends), and the target is pushed 1 square.",damage:"1d10+4 poison damage",category:5},{id:"dd6973b9-3429-4ba6-bdaa-806253537bf1",name:"Whispers of the Spider Queen",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow templar gains a +2 bonus to attack rolls against a bloodied target.",damage:"The drow templar gains a +2 bonus to attack rolls against a bloodied target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"6a81e772-265b-4956-8a28-bc88e660ec6f",name:"Drow Vampire Spawn",details:"",size:2,origin:2,type:2,keywords:"undead",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +8; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:8,ac:26,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"2c3d336a-6ca4-41be-8d51-4b578305c240",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"6 necrotic damage (8 necrotic damage against a bloodied target).",damage:"6 necrotic damage (8 necrotic damage against a bloodied target)",category:1},{id:"a1e2fc38-4058-4dcb-9370-84bc580e3156",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"be3b48df-d020-4b9f-baed-53b45f089ec5",name:"Evistro Rampager",details:"Though it walks on two legs, this creature is more beast than biped. Its arms are too large for its body, and they end in enormous claws. Sharp tusks jut from its lower jaw, and unholy fire burns in its eyes. Its skin is an angry shade of crimson.",size:2,origin:1,type:1,keywords:"demon",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:16},intelligence:{score:7},wisdom:{score:16},charisma:{score:9},hp:1,initiative:8,ac:21,fortitude:23,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"da9343e8-9db3-448e-ae1a-da7eef791698",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"1eb301c1-da16-4c38-a4be-6839ebef59e6",name:"Carnage",action:null,keywords:"",condition:"",range:"The carnage demon minion gains a +1 bonus to melee attacks if it has one or more allies adjacent to its target (+3 if one of these allies is another carnage demon). This bonus stacks with combat advantage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"23cea101-24f9-43e5-a418-90cd277c3537",name:"Fithrichen",details:"",size:2,origin:2,type:1,keywords:"shunned, spider",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision, tremorsense 10",movement:"6, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:14},intelligence:{score:6},wisdom:{score:15},charisma:{score:22},hp:121,initiative:8,ac:26,fortitude:22,reflex:20,will:24,regeneration:null,auras:[],powers:[{id:"53e7913c-4997-4790-934b-c9296f6aba5b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 poison damage (save ends). First Failed Save: The target is slowed (save ends). Second Failed Save: The target becomes unconscious (save ends).",damage:"1d8+4 damage",category:1},{id:"bb5591a5-0d2a-4163-9f84-c2b46a8eb182",name:"Disgorge Spiders",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Close blast 3",attack:{bonus:16,defence:2},description:"",details:"crawling poisonous spiders cover the area, attacking the fithrichen’s enemies; 1d6+6 poison damage, and ongoing 5 poison damage (save ends). The zone is difficult terrain until the end of the encounter. The fithrichen can move the zone up to 3 squares as a minor action once per round. After the zone is created, any enemy that enters or starts its turn inside the zone is subject to attack.",damage:"1d6+6 poison damage",category:1},{id:"dbf02f15-9c6c-4e5d-a92d-883b658cf6b3",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the fithrichen’s next turn. The zone blocks line of sight for all creatures except the fithrichen and other shunned. Any creature entirely within the area (except those immune) is blinded.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8fb653f7-72f6-4a97-a442-063d54a6609c",name:"Ghoul Eyebiter",details:"",size:2,origin:1,type:2,keywords:"undead",level:16,role:{type:3,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"6, climb 6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Insight +14, Stealth +12",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:15},intelligence:{score:12},wisdom:{score:16},charisma:{score:24},hp:151,initiative:7,ac:30,fortitude:28,reflex:27,will:29,regeneration:null,auras:[{id:"b1b72580-9fed-4d8f-b66f-a8da4d9425d3",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"3f26a366-9166-4c73-8cf4-6963d091ac93",name:"Serrated Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage, and ongoing 5 damage and slowed (save ends both).",damage:"2d8+7 damage",category:1},{id:"edd33d75-7070-4daf-9f0b-68c30f67a1bf",name:"Eye of Doresain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:19,defence:1},description:"",details:"3d6+8 necrotic damage, and the target is weakened (save ends). For every creature the ghoul eyebiter hits with the attack, it gains 5 temporary hit points.",damage:"3d6+8 necrotic damage",category:1},{id:"b3ed5761-be55-42e1-a067-47b0b1beedee",name:"Deathly Snarl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"undead allies remove a condition as if they had succeeded on a saving throw and can shift 2 squares. Those without a condition gain 10 temporary hit points and can shift 2 squares.",damage:"undead allies remove a condition as if they had succeeded on a saving throw and can shift 2 squares",category:1},{id:"a071936a-3dd3-493c-b222-1d734dd655a7",name:"Dead Blood",action:{action:7,trigger:"when first bloodied and when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 10 necrotic damage, and if the ghoul eyebiter is still alive, they are dazed until the end of the ghoul eyebiter’s next turn.",damage:"all enemies in the burst take 10 necrotic damage",category:5},{id:"3e84bae1-cc9f-43b4-93ae-fc624684099a",name:"Rotten Harvest",action:null,keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"Whenever a creature weakened by a ghoul eyebiter is reduced to 0 hit points, the ghoul eyebiter conjures four horde ghouls. These minions appear in a space adjacent to the ghoul eyebiter. The ghoul eyebiter can have up to four horde ghouls at a time. The minions disappear if the eyebiter dies.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"39873095-afe2-44e5-b9fb-f3d0983a6cdc",name:"Gyldra the Death Hag",details:"",size:2,origin:2,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +19, Insight +17, Intimidate +19, Nature +17",equipment:"",category:"",strength:{score:25},constitution:{score:19},dexterity:{score:18},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:171,initiative:15,ac:34,fortitude:34,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"7a942f9c-c645-4b1f-b93d-79a0be67a9b4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8+7 necrotic damage, and the target is marked and cannot spend healing surges or regain hit points until the end of the death hag’s next turn.",damage:"1d8+7 necrotic damage",category:1},{id:"ddd7b5db-06ff-489c-9065-9aa789cd9258",name:"Displace",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"the target teleports into a zombie mob.",damage:"",category:5},{id:"36343e4d-e8ef-4cc2-ae82-984d954e8193",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:22,defence:1},description:"",details:"1d8+4 necrotic damage, and the death hag regains 5 hit points for each creature damaged by this attack.",damage:"1d8+4 necrotic damage",category:1},{id:"49c28fab-f176-4cf1-8530-3a535e11c433",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A death hag can alter its physical form to appear as female of any Medium humanoid race.",damage:"",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1600770-d8d6-4649-8930-9d7bca146b59",name:"Husk Spider",details:"",size:3,origin:4,type:0,keywords:"undead",level:14,role:{type:2,flag:1,leader:!1},senses:"Perception +13; tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"",skills:"Stealth +18",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:21},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:344,initiative:13,ac:26,fortitude:29,reflex:26,will:21,regeneration:null,auras:[],powers:[{id:"a826a817-edad-463b-814c-c8703fbc5237",name:"Horrific Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+9 damage, and the target gains vulnerable 5 necrotic (save ends).",damage:"2d10+9 damage",category:1},{id:"b5af89a8-4308-414a-88c2-694904f3bbc7",name:"Flurry of Bites",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The husk spider makes two horrific bite attacks, each against a different target.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"5afb04e8-b3c2-443e-9943-669c36110e4a",name:"Rotting Webs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"target is slowed, and takes ongoing 10 necrotic damage (save ends both).",damage:"and takes ongoing 10 necrotic damage (save ends both)",category:1},{id:"bce806f8-5ab0-4cc6-a30c-202afa0ab2e4",name:"Web of Souls",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"enemies only; push 3 and immobilize target until the end of the husk spider’s next turn.",damage:"push 3 and immobilize target until the end of the husk spider’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a48093f5-96ee-40a5-a164-79ed1a75b75a",name:"Lolth’s Brutal Swarm",details:"",size:3,origin:4,type:1,keywords:"spider, swarm",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +12; truesight 10",movement:"8, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"",skills:"Stealth +21",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:26},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:162,initiative:18,ac:33,fortitude:29,reflex:32,will:28,regeneration:null,auras:[{id:"ce5ee938-4bcc-4a8f-94eb-a48f791fab78",name:"Swarm Attack",keywords:"",details:"aura 1; Lolth’s brutal swarm makes a basic attack as a free action against each enemy that begins its turn in the aura. In addition, an enemy that enters or starts its turn in the aura is immobilized (save ends) by strands of clinging webs."}],powers:[{id:"fad1ec5f-2d1b-4fd2-af1d-3a425e246da7",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+7 damage, and ongoing 10 poison damage (save ends).",damage:"2d8+7 damage",category:1},{id:"8863e90a-8c66-4ff8-a88d-8b942bf27c11",name:"Venom Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close burst 3",attack:{bonus:22,defence:1},description:"",details:"enemies in burst take 3d10 + 6 poison damage, and are weakened (save ends).",damage:"enemies in burst take 3d10 + 6 poison damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks.",immune:"",tactics:""},{id:"ee11d63d-c4be-4c62-ab8d-12f8b96b4ab6",name:"Lord Dust the Lich",details:"",size:2,origin:4,type:2,keywords:"undead",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Abyssal",skills:"Arcana +21, Diplomacy +18, Religion +21",equipment:"dagger; implement, staff",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:15},intelligence:{score:24},wisdom:{score:22},charisma:{score:19},hp:126,initiative:11,ac:32,fortitude:28,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"42c6079a-c1d7-4bd4-a5d2-af088a949d62",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d4+4 damage, and ongoing 10 poison damage (save ends).",damage:"1d4+4 damage",category:1},{id:"2034cb2f-2e16-4e5f-8507-320217924c18",name:"Grave Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d6+5 damage, and the target is slowed until the end of Lord Dust’s next turn.",damage:"2d6+5 damage",category:1},{id:"7366f9ec-265c-4d88-ae1e-928c36a6f466",name:"Choking Shadow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 20",attack:{bonus:22,defence:1},description:"",details:"1d8+4 damage, and the target cannot gain healing from any source until the end of Lord Dust’s next turn.",damage:"1d8+4 damage",category:1},{id:"70930dbf-96e8-4edf-be7a-df8d90f34ac8",name:"Orb of Wraiths",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:24,defence:1},description:"",details:"3d10+10 necrotic damage, and the target loses a healing surge. On a miss, half damage and no healing surge loss. Lord Dust regains 10 hit points per healing surge lost to this attack.",damage:"3d10+10 necrotic damage",category:1},{id:"fca45c88-3f3c-4fae-9df8-d73b1ca6f7be",name:"Black Tide",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d10+10 necrotic damage, and the target is blinded until the end of Lord Dust’s next turn.",damage:"3d10+10 necrotic damage",category:1},{id:"8417e20b-14f7-4224-955b-3df39f353b91",name:"Soul Reaper",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:0},description:"",details:"destroy one allied minion within range. Lord Dust gains a +5 power bonus on his next damage roll.; damage.",damage:"lord dust gains a +5 power bonus on his next damage roll",category:3},{id:"b802da96-93b7-4b7b-b8dd-775823af4ecc",name:"Phantom Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"no action",range:"",attack:null,description:"",details:"The first time Lord Dust is bloodied, he can teleport to any square within the ziggurat, no line of sight or line of effect needed.",damage:"",category:1},{id:"c38e7363-2595-44ec-9125-23e26d394a66",name:"Focused Magic",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Lord Dust gains a +4 bonus on his next attack. If he uses an area or close attack, this bonus applies to one target of the attack.",damage:"Lord Dust gains a +4 bonus on his next attack",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78585069-3853-4d21-8915-5f1829327771",name:"Matron Urlvrain",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common, Elven",skills:"Bluff +19, Insight +21, Intimidate +19, Religion +21, Stealth +17",equipment:"chainmail; mace; mask of the matriarch; potion of vitality",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:26},wisdom:{score:27},charisma:{score:22},hp:304,initiative:12,ac:32,fortitude:25,reflex:30,will:30,regeneration:null,auras:[{id:"137e98a9-ef23-475b-ad68-e337c0f95742",name:"Lolth’s Authority",keywords:"",details:"aura 5; drow and spider allies in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"dfd52860-90e5-4e82-b281-24bef74017bf",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"bf3beb71-17bd-4a9d-abd2-2720984fe657",name:"Wrath of the Spider Queen",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"22090566-c8a7-458c-b87d-fc7d50908a59",name:"Webs of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:20,defence:2},description:"",details:"2d10+9 psychic damage, and the target is dazed and slowed (save ends both).",damage:"2d10+9 psychic damage",category:1},{id:"38d6f28b-bfce-4bf6-bf16-137a6b868ba2",name:"Lolth’s Rebuke",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:3},description:"",details:"target is weakened and dazed (save ends both). If the target is slain while weakened and dazed, it explodes in a burst 3: +17 vs. Reflex; 3d6 + 7 poison damage.",damage:"3d6 + 7 poison damage",category:3},{id:"37a14d41-3ab5-4093-88ce-109b590f239e",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of Matron Urlvrain’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"2f68d6f5-9dcd-42ed-9a64-16a35dbe24fc",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Matron Urlvrain can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"matron urlvrain can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her",category:3},{id:"5f4f80e2-aba3-41a0-866c-6fbdfa6b03e5",name:"Mask of the Matriarch",action:{action:5,trigger:"when matron urlvrain is targeted by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"",attack:null,description:"",details:"The target moves its speed away from Matron Urlvrain.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ebb8a4cd-017b-4724-bb0e-60a91bcf8b58",name:"Mithrenda",details:"",size:2,origin:2,type:1,keywords:"shunned, spider",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision, tremorsense 10",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Dungeoneering +10, Intimidate +8, Stealth +15",equipment:"",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:20},intelligence:{score:8},wisdom:{score:11},charisma:{score:6},hp:110,initiative:10,ac:25,fortitude:23,reflex:22,will:17,regeneration:null,auras:[],powers:[{id:"ecd863ad-78f7-4c4c-8614-cf71f5e4ead3",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a8b593e5-1e59-4e67-b152-2bad4e7c680b",name:"Fling Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"target is immobilized (save ends).",damage:"",category:1},{id:"a81e8bfb-2ddf-4f62-a20b-59e158e52388",name:"Drag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Immobilized targets only; 1d8+6 damage and pull target 2 squares. If the mithrenda hits with this attack, it can use hideous bite (see below) against the target as a minor action.",damage:"1d8+6 damage and pull target 2 squares",category:1},{id:"80d255a7-b035-423a-b383-20c84681fc84",name:"Hideous Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Immobilized targets only; 1d6+6 damage, and ongoing 10 poison damage (save ends).",damage:"1d6+6 damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a48cef58-953a-4f9f-9cb2-e0665cc31f0f",name:"Nightbringer",details:"",size:3,origin:1,type:1,keywords:"",level:24,role:{type:7,flag:2,leader:!1},senses:"Perception +25; darkvision",movement:"12",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +22, Diplomacy +22, Intimidate +22, Stealth +25",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:27},intelligence:{score:20},wisdom:{score:26},charisma:{score:21},hp:1135,initiative:11,ac:40,fortitude:38,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"169418b7-e09e-4a65-82b4-873b4101b3a4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d10+10 damage, and the target is slowed (save ends).",damage:"2d10+10 damage",category:1},{id:"4513f707-18f3-4d1f-bcfe-65213f41fac1",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Make four claw attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"51a5d335-7584-4784-a38e-0f09ac10e9bc",name:"Soul Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:27,defence:1},description:"",details:"5d6+15 damage, the target is immobilized until the end of Nightbringer’s next turn, and the target loses a healing surge. For each healing surge lost, Nightbringer regains 20 hit points. Targets take half damage on a miss but do not lose healing surges.",damage:"5d6+15 damage",category:1},{id:"dedcd783-86c4-4108-b981-8ddfe02d3fca",name:"Soul Theft",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"2d10+5 damage, and deals an extra 1d10 damage on all attacks against the target (save ends).",damage:"2d10+5 damage",category:1},{id:"5bd3e2af-d38b-45de-ba7b-ff523b963f08",name:"Vicious Rebuke",action:{action:1,trigger:"immediate reaction when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; against triggering creature; 1d10+5 damage and push 3 squares.",damage:"1d10+5 damage and push 3 squares",category:5},{id:"5a51cf36-9076-45db-99e6-eda044ea2cd7",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Nightbringer makes opportunity attacks against all creatures in its reach.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6b91fad9-728c-433e-a978-f9b8ce61957c",name:"Ogre Executioner",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic evil",languages:"Elven, Giant",skills:"",equipment:"hide armor",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:12},intelligence:{score:8},wisdom:{score:14},charisma:{score:8},hp:173,initiative:8,ac:26,fortitude:28,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"041ac4b5-7d10-4759-87b5-f60ff9a3ec50",name:"Executioner’s Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d12+9 damage, and the target is knocked prone. On a critical hit, the target takes ongoing 10 damage (save ends).",damage:"1d12+9 damage",category:1},{id:"ef0c34e6-2837-4727-ad5a-331ed108f626",name:"Savage Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires executioner’s blade; reach 2; 3d12+9 damage, and the target is dazed (save ends).",damage:"3d12+9 damage",category:1},{id:"4fb71d9b-21fd-4b50-8f3c-9438b28e79be",name:"Finish Him",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Against prone, immobilized, or restrained targets, the ogre executioner can score critical hits on attack rolls of natural 19 or 20.",damage:"the ogre executioner can score critical hits on attack rolls of natural 19 or 20",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c75ea267-8232-45a4-89f1-fd87d718beee",name:"Rotting Hook Horror",details:"",size:3,origin:4,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"Athletics +18",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:12},hp:137,initiative:12,ac:28,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"b9e7b63c-5196-4c41-b0c3-7f823c4d57c1",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d12+7 damage, and the target is pulled 1 square.",damage:"1d12+7 damage",category:1},{id:"8a7cf2cc-58f5-452b-98b6-e7f523c4c7cb",name:"Rending Hooks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hook horror makes two hook attacks, each at a -2 penalty. If both hooks hit the same target, the hook horror deals an extra 1d12 damage and the target is grabbed (until escape).",damage:"the hook horror deals an extra 1d12 damage and the target is grabbed (until escape)",category:1},{id:"4cecffb4-c0c1-41e4-9218-38c5c4ddf604",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Grabbed target only; 1d8+7 necrotic damage, and the target is slowed (save ends).",damage:"1d8+7 necrotic damage",category:3},{id:"d6082c90-eacf-4204-afb7-a8b28a4a8b02",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d12+7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d12+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ecbfef75-9f25-4841-8612-f7c54a9667e5",name:"Vampire Spawn Bloodstalker",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:14},hp:1,initiative:12,ac:29,fortitude:26,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"2f3e477c-d216-4871-a947-c7bd4513ab85",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"8 necrotic damage (10 necrotic damage against a bloodied target).",damage:"8 necrotic damage (10 necrotic damage against a bloodied target)",category:1},{id:"574beb7c-2063-44de-9162-0b86f08a3252",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9f2de50c-3322-4d1f-9bb2-ca2a9adbed8d",name:"Venomscorched Eidolon",details:"",size:3,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +9",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:264,initiative:8,ac:30,fortitude:28,reflex:22,will:23,regeneration:null,auras:[{id:"77d63253-e97e-4c56-ac3f-ec5534b52250",name:"Fearless Followers",keywords:"",details:"aura 5; allies in the aura are immune to fear."}],powers:[{id:"bf8b1a73-7de5-47ec-8e94-e1885275db04",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d7fc283a-2660-4825-8219-ace20041aea2",name:"Toxic Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"The eidolon makes two slam attacks. If both slam attacks hit the same target, the eidolon makes a secondary attack. Secondary Attack: Close burst 1",attack:{bonus:17,defence:1},description:"",details:"1d8+3 poison damage and the target is slowed (save ends).",damage:"1d8+3 poison damage and the target is slowed (save ends)",category:1},{id:"fe3d5b34-ebf5-4017-b21c-bb79e535abfb",name:"Toxic Rebuke",action:{action:4,trigger:"when an enemy attacks the eidolon while unhallowed stance is active",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"2d8+5 poison damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d8+5 poison damage",category:5},{id:"cf14f368-9ea0-4dee-afda-549109f548d7",name:"Storm of Death",action:{action:4,trigger:"when an enemy kills one of the eidolon’s allies in the eidolon’s line of sight",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"1d6+5 necrotic damage, and the target is blinded and takes ongoing 5 necrotic damage (save ends both). This attack does not provoke opportunity attacks.",damage:"1d6+5 necrotic damage",category:5},{id:"08d3bf3f-eb02-4e33-98f8-ce8df4232025",name:"Unhallowed Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"The eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 20 to all damage, and all allies in its line of sight deal an extra 1d8 poison damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"80a365a5-b908-4eb2-9d8a-3775b7a9a55b",name:"Web Golem Grappler",details:"",size:3,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:17},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:272,initiative:9,ac:27,fortitude:25,reflex:21,will:18,regeneration:null,auras:[{id:"acffe33d-92d8-4d70-8bac-8883c9fd67c0",name:"Cloud of Webs",keywords:"",details:"aura 2; enemies that enter or start their turn in the aura are slowed and take a -2 penalty to attacks."}],powers:[{id:"63bab4fc-c11b-4331-9391-88db2a409003",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and target is grabbed (until escape). A web golem grappler can grab up to two enemies at a time.",damage:"2d8+5 damage",category:1},{id:"feaa0feb-9a96-4604-9305-c5a698f06611",name:"Living Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Must currently have an opponent grabbed, the grappler uses the grabbed foe as a club against the target; reach 2; 2d8+5 damage to the target and the grabbed opponent.",damage:"2d8+5 damage to the target and the grabbed opponent",category:1},{id:"91e52a6f-8d0b-4c6a-bdb5-6bda24e02dd7",name:"Adhesive",action:{action:4,trigger:"when struck by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:5},{id:"01da9e2c-6290-4389-b6f7-08d07a069453",name:"Blinding Strands",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"close burst 3",attack:{bonus:19,defence:0},description:"",details:"The web golem grappler explodes in a burst of sticky strands; target is slowed (save ends).",damage:"",category:5},{id:"4d7f5fe8-a30c-433f-95de-c742b7d335d6",name:"Drag and Move",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The web golem moves up to its speed, moving any grabbed creatures with it. At the end of its movement, it places the grabbed creatures in any squares adjacent to it.",damage:"",category:2}],damageModifiers:[{type:3,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dbae1fcb-72da-4fbd-bb45-8c728c111cc3",name:"Web Golem Thresher",details:"",size:3,origin:4,type:0,keywords:"construct",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:25},intelligence:{score:5},wisdom:{score:14},charisma:{score:9},hp:284,initiative:16,ac:30,fortitude:25,reflex:26,will:21,regeneration:null,auras:[],powers:[{id:"2d04f24c-26e9-4ce6-9a2b-7882ba5aece1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is marked until the end of the web golem thresher’s next turn.",damage:"2d8+6 damage",category:1},{id:"e01b7884-49f4-40ae-85cf-e9c4b41396fc",name:"Double Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The web golem thresher makes two slam attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"6db74e1e-2880-49c2-910c-3b48a88dc459",name:"Catch and Release",action:{action:4,trigger:"when a marked target shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the web golem thresher slides the target 5 squares and knocks it prone.",damage:"1d8+6 damage",category:5},{id:"861bded7-4895-4f86-9696-3b9947159657",name:"Spit Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:19,defence:2},description:"",details:"the target is slowed (save ends). First Failed Saving Throw: The target is immobilized (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5cfb313-7a33-43ae-9749-9baf1fa64ca3",name:"Zirithian",details:"",size:2,origin:2,type:2,keywords:"undead",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +16",movement:"7, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common, Elven",skills:"Athletics +18, Diplomacy +19, Intimidate +19, Religion +16, Stealth +20",equipment:"chainmail",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:25},intelligence:{score:19},wisdom:{score:17},charisma:{score:22},hp:318,initiative:15,ac:33,fortitude:29,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"624cb628-a8c5-4407-9d0f-fa21335dac5b",name:"Nightbringer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+5 damage",category:1},{id:"fae1e45d-ac2b-4a92-b00c-a9e01132ecd9",name:"Death Grip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"1d10+6 necrotic damage, and the target is immobilized (save ends).",damage:"1d10+6 necrotic damage",category:1},{id:"6f713ffa-8431-455f-9bd4-9f11534d7e77",name:"Mighty Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Zirithian makes a Nightbringer attack and a death grip attack.",damage:"",category:1},{id:"9da18f58-1e05-4622-9028-594b44e2fd1d",name:"Blood Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Weapon",condition:"",range:"",attack:{bonus:22,defence:3},description:"",details:"Immobilized or helpless targets only; 2d10+10 damage, Zirithian heals 20 damage, and the target is dominated until the end of Zirithian’s next turn.",damage:"2d10+10 damage",category:1},{id:"abb901e3-8771-4c68-814e-1d72411e2220",name:"Winds of Deadhold",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Teleport",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d10+8 damage, teleport the target 10 squares, and the target is immobilized (save ends).",damage:"1d10+8 damage",category:1},{id:"fd7ccc27-f180-45b6-80b5-879ce3d3525f",name:"Blackfire Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"2d8+6 fire damage and push 3.",damage:"2d8+6 fire damage and push 3",category:1},{id:"772fbb5f-f2c0-4a2d-9bd5-706d4b6cea4e",name:"Cloud of Bats",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Zirithian transforms into a swarm of bats. While in this form, he gains fl y 8 (hover) and his walking speed becomes 2. He gains insubstantial and a +5 AC bonus against opportunity attacks. As a second minor action, he returns to his normal form.",damage:"he gains fl y 8 (hover) and his walking speed becomes 2",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9d9ffb05-845f-492d-bb8f-711fd2486654",name:"Zombie Tombwalker",details:"",size:2,origin:4,type:0,keywords:"undead",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:1,initiative:9,ac:27,fortitude:27,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"7fe6faee-23f9-4b18-802c-bc2fda3e7d0e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"677f39e9-391d-406a-86e5-e0c20a8bc09e",name:"Flesh Ripping Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"9 damage, plus ongoing 5 necrotic damage (save ends).",damage:"9 damage",category:1},{id:"151a919f-4151-49c7-8601-39e4e3c9ec13",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"The tombwalker explodes. Close burst 1",attack:{bonus:16,defence:1},description:"",details:"7 necrotic damage.",damage:"7 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eabea2ee-2d28-48d3-aa22-8485a932c06f",name:"Abyssal Zealot Brawler",details:"",size:2,origin:1,type:2,keywords:"demon",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 4 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +19",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:14},intelligence:{score:13},wisdom:{score:15},charisma:{score:16},hp:230,initiative:12,ac:32,fortitude:32,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"870bcd2c-a5f3-44dc-b7f9-45918fc51b96",name:"Death Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+6 damage, and the target takes ongoing 5 necrotic damage (save ends).",damage:"2d8+6 damage",category:1},{id:"7215916e-4a1f-4604-8751-e76eae15bcbe",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:23,defence:0},description:"",details:"1d8+6 necrotic damage.",damage:"1d8+6 necrotic damage",category:5},{id:"dd2b37ef-5a03-41b9-bb9a-e4dcabdc3e27",name:"Blood Smite",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"When bloodied, the abyssal zealot’s attacks deal an extra 2d6 necrotic damage.",damage:"the abyssal zealot’s attacks deal an extra 2d6 necrotic damage",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"24e081b3-53fb-4bae-9b49-2f655dab327e",name:"Abyssal Zealot Hurler",details:"",size:2,origin:1,type:2,keywords:"demon",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"4, fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +21",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:18},hp:148,initiative:15,ac:32,fortitude:32,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"10cf0c9e-6bd4-4d20-8ff1-c90d12d4d892",name:"Death Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+8 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"3d6+8 damage",category:1},{id:"70f85c1e-04f6-474f-995f-87abc413fd36",name:"Abyssal Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:2},description:"",details:"2d8+9 necrotic damage, and target takes ongoing 5 necrotic damage (save ends).",damage:"2d8+9 necrotic damage",category:1},{id:"581cc177-dcbb-483e-a1f2-adbe814b73c7",name:"Forlorn Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:25,defence:1},description:"",details:"1d10+9 necrotic damage, and the target is weakened (save ends).",damage:"1d10+9 necrotic damage",category:1},{id:"10597983-a9d1-4064-ab2e-2d44fc5bf6b5",name:"Blood Smite",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"When bloodied, the abyssal zealot’s attacks deal an extra 2d6 necrotic damage.",damage:"the abyssal zealot’s attacks deal an extra 2d6 necrotic damage",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"6c2e74a2-c8ef-4320-84ee-d688a2f9c493",name:"Adult Shadow Dragon",details:"",size:3,origin:5,type:1,keywords:"dragon",level:14,role:{type:4,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"9, fly 9 (hover), overland flight 12, swim 9",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +14, Stealth +22",equipment:"",category:"",strength:{score:23},constitution:{score:17},dexterity:{score:26},intelligence:{score:15},wisdom:{score:18},charisma:{score:14},hp:685,initiative:21,ac:29,fortitude:25,reflex:27,will:21,regeneration:null,auras:[],powers:[{id:"1b075220-0e0f-474e-b25e-0519b7193c70",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is weakened (save ends).",damage:"1d10+5 damage",category:1},{id:"b2135b8d-c239-4980-ace7-c8f8fb4bcea4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"8623e5b5-2b33-48eb-9882-8236eb329dea",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"0a785051-e67c-4e42-ad70-ef141e2ef120",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The dragon attacks the enemy that missed it; 1d8+5 damage.",damage:"1d8+5 damage",category:5},{id:"6268db7b-cbe8-4d08-91de-e9ce582fafe3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:1},description:"",details:"2d8+6 necrotic damage, and the target loses one healing surge and is weakened (save ends). Aftereffect: The target’s necrotic damage is negated until the end of the encounter. Miss: Half damage, and the target does not lose a healing surge.",damage:"2d8+6 necrotic damage",category:1},{id:"d7e77701-12d3-43a3-bba5-271d03546259",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is dazed until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"12cd89a9-fbb4-4d3e-b679-35fdcbda4772",name:"Globe of Darkness",action:{action:3,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:5},{id:"c8c9bd5d-9cb1-48e2-a126-a6830d0d6de0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow dragon deals an extra 2d6 damage against a target it has combat advantage against.",damage:"the shadow dragon deals an extra 2d6 damage against a target it has combat advantage against",category:0},{id:"b1aedf74-eaf4-4632-854b-b7222e938dfb",name:"Shadow Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"A shadow dragon that is in at least one square of a globe of darkness can teleport to any other globe of darkness within line of sight. It must end this move in at least one square of that globe of darkness.",damage:"",category:2}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"radiant (whenever a shadow dragon takes radiant damage, one of its globes of darkness ends)",immune:"",tactics:""},{id:"616b20c4-5e72-4f09-a486-1921b3e8fbeb",name:"Bodak Reaver Death Knight",details:"",size:2,origin:5,type:2,keywords:"undead",level:18,role:{type:7,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"greataxe; plate armor",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:16},charisma:{score:23},hp:342,initiative:16,ac:33,fortitude:35,reflex:30,will:33,regeneration:null,auras:[{id:"a2a03463-70b5-45d4-a41d-518ff1043ac5",name:"Agonizing Gaze ",keywords:"",details:"(Fear, Gaze, Necrotic) aura 5; a creature in the aura that makes a melee or a ranged attack against the bodak reaver death knight takes 5 necrotic damage before the attack roll is made and takes a -2 penalty to the attack roll."},{id:"68952c77-3ee1-4abf-96d5-1fbaa39b9c93",name:"Marshal Undead",keywords:"",details:"aura 10; lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"28fe4044-9708-4f6f-addb-492aadf185e4",name:"Soul Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d12+6 damage (crit 2d12+18) plus 1d8 necrotic damage, and the target is dazed and weakened (save ends both).",damage:"1d12+6 damage (crit 2d12+18) plus 1d8 necrotic damage",category:1},{id:"3a8ea680-9a20-4ae8-af2b-32fef76379e4",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"targets a living creature; if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6+6 necrotic damage and loses a healing surge.",damage:"the target takes 1d6+6 necrotic damage and loses a healing surge",category:1},{id:"f8a5634d-1d2e-45a2-966d-5b89a7f7d147",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",attack:{bonus:2,defence:2},description:"",details:"6d8 + 6 necrotic and fire damage to living creatures",damage:"6d8 + 6 necrotic and fire damage to living creatures",category:1},{id:"9282506e-6ce9-41fe-bff8-32a092b8ffa5",name:"Death Drinker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver death knight, the death knight gains a +1 bonus to attack rolls until the end of its next turn, as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver death knight",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"a bodak reaver death knight that takes radiant damage can’t weaken a target until the end of its next turn.",immune:"disease, poison",tactics:""},{id:"8500bdba-3246-4651-a54b-f7d67bd8d1dc",name:"Bonechill Chimera",details:"",size:3,origin:4,type:1,keywords:"",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +14; all-around vision, darkvision",movement:"6, fly 10 (clumsy), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:17},intelligence:{score:5},wisdom:{score:14},charisma:{score:17},hp:366,initiative:10,ac:27,fortitude:29,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"ad376fdb-d8dc-469c-8c09-d377f3d69a3c",name:"Lion’s Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"6ea5af56-73ee-4565-8e0e-f1c830b9433f",name:"Ram’s Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The chimera makes a charge attack; 1d10+11 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+11 damage",category:1},{id:"e284eabd-dbe6-48ca-89d1-5b0e1b686789",name:"Triple Threat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The chimera makes the following three melee attacks, each one against a different target:",attack:null,description:"",details:"",damage:"",category:1},{id:"12b6a4a8-97d8-4edf-9e96-07915038cd2a",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"2d6+3 damage, and the target takes ongoing 5 cold damage and is slowed (save ends both).",damage:"2d6+3 damage",category:1},{id:"bc1ba558-dd17-4b22-90bd-532bfd73e0b1",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chimera’s breath weapon recharges, and the chimera uses it immediately.",damage:"",category:5}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b9398ecd-03f1-4879-b1a7-06f558043fdc",name:"Cold-Eye Basilisk",details:"",size:3,origin:4,type:1,keywords:"cold, reptile",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"4 (ice walk)",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:13},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:151,initiative:11,ac:31,fortitude:27,reflex:22,will:23,regeneration:null,auras:[{id:"73b61992-d38d-423a-bff9-9887f30b1859",name:"Icy Aura",keywords:"",details:"aura 2; any non-cold creature that starts its turn in the aura is slowed and enemies treat the area within the aura as difficult terrain."}],powers:[{id:"c7563a19-9fb7-4008-bfb5-8b4ae2c9ba6e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"176f688e-9bcb-4743-80d7-a57222305151",name:"Freezing Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Gaze",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"2d6 cold damage and ongoing 5 cold damage (save ends). First Failed Saving Throw: Ongoing 5 cold damage and the target is immobilized (save ends). Second Failed Saving Throw: Ongoing 10 cold damage and the target is stunned (save ends). Third Failed Saving Throw: Ongoing 15 cold damage and the target is frozen (save ends). A frozen target is stunned and unaware of its surroundings.",damage:"2d6 cold damage and ongoing 5 cold damage (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"29653980-8241-4c3c-b2b8-e0a5ae0dfed5",name:"Draconic Wraith",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:22},charisma:{score:14},hp:107,initiative:18,ac:33,fortitude:32,reflex:31,will:32,regeneration:{value:10,details:"if the draconic wraith takes radiant damage, regeneration does not function until the end of its next turn"},auras:[{id:"18426750-dbbf-43ad-9d3e-112f724d8262",name:"Mist of Decay",keywords:"",details:"aura 2; enemies in the aura are weakened."}],powers:[{id:"e80d81db-6c49-4e5f-8053-50320a38df2e",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d10+6 necrotic damage.",damage:"1d10+6 necrotic damage",category:1},{id:"d38a9160-f92c-43ed-965f-20825c83655d",name:"Shadow Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+8 necrotic damage, and the target loses 1 healing surge.",damage:"3d6+8 necrotic damage",category:1},{id:"8b66906e-e41e-4fb1-ba49-d56d2d7a960d",name:"Fell Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"2d6+7 necrotic damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"b89adcc9-182d-463a-9ebb-43af0629c574",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The draconic wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against.",damage:"the draconic wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against",category:0},{id:"743142b4-b2a6-4e07-afdf-d4a847cad053",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconic wraith shifts 8 squares.",damage:"The draconic wraith shifts 8 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e728f435-3c07-448c-b41f-0e6e683d4e11",name:"Draconic Wraith Soulbinder",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:20,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:22},intelligence:{score:14},wisdom:{score:18},charisma:{score:19},hp:141,initiative:16,ac:34,fortitude:32,reflex:33,will:31,regeneration:null,auras:[{id:"4263f726-ae2e-4dcf-aba2-356072e6642c",name:"Tendrils of Terror",keywords:"",details:"aura 5; enemies in the aura are slowed and take a -2 penalty to attack rolls. If the draconic wraith takes radiant damage, aura is negated until the end of the wraith’s next turn."}],powers:[{id:"b6e762fb-28fc-45d0-9156-501236f6170c",name:"Binding Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d6+7 necrotic damage, and the target is immobilized (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"92d7503f-6bad-41c1-839c-92e22936fdc9",name:"Binding Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:24,defence:2},description:"",details:"4d8+7 necrotic damage, and the target is immobilized (save ends).",damage:"4d8+7 necrotic damage",category:1},{id:"6cb19305-1e3d-4fed-8737-23c2d081de47",name:"Shadow Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:24,defence:2},description:"",details:"4d10+7 necrotic damage.",damage:"4d10+7 necrotic damage",category:1},{id:"886a93ad-36c7-4d9b-813c-e9fbd89bace9",name:"Soulbinding",action:null,keywords:"Healing, Necrotic",condition:"",range:"",attack:null,description:"",details:"When the soulbinder successfully attacks an immobilized creature, it regains 10 hit points.",damage:"it regains 10 hit points",category:0},{id:"ddf39d87-f994-479b-8188-3cfbb6d4a122",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconic wraith shifts 8 squares.",damage:"The draconic wraith shifts 8 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f72d11f4-3f3c-4c41-9e2d-e9c52f02e8a8",name:"Draconic Wraith Souleater",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:19},intelligence:{score:10},wisdom:{score:21},charisma:{score:13},hp:136,initiative:15,ac:33,fortitude:32,reflex:30,will:31,regeneration:{value:10,details:"if the draconic wraith takes radiant damage, regeneration does not function until the end of its next turn"},auras:[{id:"92c8cd2a-c17f-46df-bbd1-bb8cffb9d204",name:"Cloud of Death",keywords:"",details:"aura 2; enemies in the aura cannot spend healing surges. Enemies treat the area within the aura as difficult terrain."}],powers:[{id:"feb3d837-b61a-439d-8c49-5390661a7fe0",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d12+6 necrotic damage.",damage:"1d12+6 necrotic damage",category:1},{id:"3865aaa3-fcef-472c-9a40-bd655e368681",name:"Fell Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"1d12+6 necrotic damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"1d12+6 necrotic damage",category:1},{id:"5f65dd25-0771-4b81-a131-94472ad52726",name:"Steal Volition",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature within the burst; automatic hit; the target is slowed (save ends).",damage:"",category:3},{id:"8f5c5c34-fd89-49d7-9d86-28be0a59a71c",name:"Soul Feast",action:{action:7,trigger:"when the souleater bloodied an enemy with its bite or fell breath attack",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The target loses 1 healing surge, and the souleater regains 34 hit points.",damage:"The target loses 1 healing surge",category:5},{id:"48576dd5-3adb-42c4-a9ee-4bdfe703b54a",name:"Shadow Strike",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The souleater shifts 8 squares and can make a melee basic attack either before, during, or after the move.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"28a6f790-a14e-4e8b-bfce-d60a3989b2ed",name:"Draconic Wraith Soulravager",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:20},intelligence:{score:9},wisdom:{score:16},charisma:{score:14},hp:183,initiative:15,ac:33,fortitude:33,reflex:30,will:28,regeneration:null,auras:[{id:"41ee75ce-b71b-4acd-bf36-7b006affc902",name:"Tendrils of Reaping",keywords:"",details:"aura 2; enemies that enter or start their turn in the aura take 10 points of necrotic damage."}],powers:[{id:"d44486cb-514e-44b0-9ccf-2a6bc032469e",name:"Ravaging Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"796f8d86-aabe-4d4c-837f-bf99196505bb",name:"Soul Ravage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 4d8+7 necrotic damage, and the target loses 1 healing surge, and the wraith regains 45 hit points. If the draconic wraith takes radiant damage, it cannot use this power until after the end of the wraith’s next turn.",damage:"4d8+7 necrotic damage",category:1},{id:"bfb9eb08-c524-4c1e-80e0-522101d8dbd4",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconic wraith shifts 8 squares.",damage:"The draconic wraith shifts 8 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4cb344c9-b23e-4cb9-8abd-610701374f5e",name:"Foulspawn Oracle",details:"",size:2,origin:0,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:10},charisma:{score:18},hp:112,initiative:10,ac:27,fortitude:24,reflex:27,will:25,regeneration:null,auras:[{id:"a555f8a6-5edb-4e96-a7f0-b2fb46603290",name:"Foul Insight",keywords:"",details:"aura 10; allies in the aura that can hear the foulspawn oracle gain a +2 power bonus to one attack roll, skill check, ability check, or saving throw on their turn."}],powers:[{id:"de6d4acb-162c-4ce6-8902-f721b527ee68",name:"Warp Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+8 damage, and the target teleports 2 squares.",damage:"1d8+8 damage",category:1},{id:"57e1e04e-764a-4ea2-af80-970328af7349",name:"Prophetic Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"ranged 10",attack:{bonus:20,defence:3},description:"",details:"Dark energy reveals a nightmarish vision; 1d8+8 damage, and the target is dazed (save ends).",damage:"1d8+8 damage",category:1},{id:"ba1140ae-eeaf-4fda-bb1f-2f36a8f8fe95",name:"Doomsayer blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"close blast 5",attack:{bonus:20,defence:3},description:"",details:"The oracle utters a word of doom; 3d10+6 damage, and the target is stunned until the end of the oracle’s next turn. Aberrant creatures take half damage and are dazed instead of stunned.",damage:"3d10+6 damage",category:1},{id:"a990c2fc-17b0-487d-88d0-0ab2493407f6",name:"Warp Dodge",action:{action:5,trigger:"when the oracle would be hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn oracle teleports 5 squares.",damage:"The foulspawn oracle teleports 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"57692b37-da2d-4e6a-825e-52560cae461c",name:"Foulspawn Ragehulks",details:"",size:3,origin:0,type:2,keywords:"",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:7},wisdom:{score:9},charisma:{score:14},hp:180,initiative:10,ac:27,fortitude:29,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"00bba466-9da9-4bdb-bfea-14a0d0c267ec",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 when bloodied)2d8+9 damage, or 3d8+10 damage when bloodied.",damage:"(+20 when bloodied)2d8+9 damage",category:1},{id:"66f11b3c-9f3a-4bc0-979f-9570130b5a13",name:"Furious Rage",action:{action:1,trigger:"only usable while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The foulspawn ragehulk makes three slam attacks divided among two or more targets.; 4d8+6 damage.",damage:"4d8+6 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e06c9977-83a0-4bd5-8a4d-aaf977dc3eac",name:"Immolith Inferno",details:"",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:19},intelligence:{score:10},wisdom:{score:15},charisma:{score:20},hp:374,initiative:13,ac:33,fortitude:31,reflex:31,will:31,regeneration:null,auras:[{id:"c2b03aef-ea4b-40aa-92e1-a2b5dc99ee75",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn in the aura takes 15 fire damage."}],powers:[{id:"b6afb573-409b-46af-925f-7f73082916c4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 4; 1d8+9 fire damage, and ongoing 10 fire damage (save ends).",damage:"1d8+9 fire damage",category:1},{id:"0ef21b9b-e154-4b0a-9293-aaf44ec97a70",name:"Double Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The immolith inferno makes two claw attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"d00ea248-77ba-445c-9fe1-5fff6d47aa6e",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The immolith inferno makes a claw attack (see above) against a Large or smaller target. On a hit, the target slides into a square adjacent to the immolith and is grabbed (until escape). While grabbed, the target loses any resistance it has to fire. The immolith can hold up to five grabbed creatures using this power.",damage:"",category:1},{id:"45a241df-8c20-4350-97ee-73d96ec23bf6",name:"Deathfire Rebuke",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"the target is pushed 4 squares, falls prone at the end of the push, and takes ongoing 10 fire damage (save ends).",damage:"and takes ongoing 10 fire damage (save ends)",category:3},{id:"f3749a0b-1590-4415-a0e4-ad427834cf1c",name:"Selfish Vigor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The immolith inferno regains 20 hit points.",damage:"The immolith inferno regains 20 hit points",category:3}],damageModifiers:[{type:9,value:15}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"63738725-0304-4848-b8df-632446173c83",name:"Moyshanna",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +15, Insight +15, Stealth +15",equipment:"frost weapon; longsword; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:15},intelligence:{score:18},wisdom:{score:15},charisma:{score:18},hp:152,initiative:12,ac:30,fortitude:28,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"cc378f3b-663b-4374-a400-7baefc244b42",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+6 damage (crit 3d6+14 cold damage). Moyshanna can choose to make this weapon’s damage cold.",damage:"1d8+6 damage (crit 3d6+14 cold damage)",category:1},{id:"8f0f3c6b-b0eb-421d-93a1-96dc010d056a",name:"Frost Longsword",action:{action:7,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Moyshanna can use this power when she hits with a longsword attack. The target takes an extra 2d8 cold damage and is slowed until the end of Moyshanna’s next turn.",damage:"the target takes an extra 2d8 cold damage and is slowed until the end of moyshanna’s next turn",category:5},{id:"dd3cbcdf-cfde-439d-8d6d-156af15c11ce",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Moyshanna teleports 3 squares and becomes insubstantial until the start of her next turn.",damage:"Moyshanna teleports 3 squares and becomes insubstantial until the start of her next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"edefb57e-9b5a-46cd-8517-e39a99aea666",name:"Redspawn Flamespewer",details:"",size:3,origin:4,type:1,keywords:"reptile",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:121,initiative:10,ac:28,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"f973f7c0-7033-465a-99a7-ec3ac978aa7c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+8 damage, and the target takes ongoing 5 fire damage (save ends).",damage:"1d10+8 damage",category:1},{id:"322df057-3fad-4416-a4cf-44496f357ac0",name:"Flame Spew",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 12",attack:{bonus:21,defence:2},description:"",details:"2d8+5 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d8+5 fire damage",category:1},{id:"e1494130-9ce2-4521-a0b8-163c27c5a1e5",name:"Flaming Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"3d8+5 fire damage, and the target takes ongoing 10 fire damage (save ends). Miss: Half damage, and the target takes ongoing 5 fire damage (save ends).",damage:"3d8+5 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3143c266-bdfa-449d-9676-48eb4282cc23",name:"Sage Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:22},intelligence:{score:28},wisdom:{score:14},charisma:{score:25},hp:360,initiative:16,ac:33,fortitude:31,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"6b5763f0-6c43-4a52-8626-26a647cea6a6",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"1d6+7 necrotic damage, and the target is weakened (save ends).",damage:"1d6+7 necrotic damage",category:1},{id:"c414b559-9942-4db3-810e-c54300671c1c",name:"Poltergeist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"area burst 1 within 10",attack:{bonus:23,defence:2},description:"",details:"The sage ghost animates objects in the area, causing them to become necrotically charged and turning them into a barrage of missile weapons; 2d6+7 necrotic damage and the target is dazed (save ends).",damage:"2d6+7 necrotic damage and the target is dazed (save ends)",category:1},{id:"7e4a937d-83fd-4c0b-9266-cd3f41fb0e35",name:"Burst of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:23,defence:3},description:"",details:"targets enemies; 1d6+7 necrotic damage, the target is pushed 3 squares, and the target is immobilized (save ends).",damage:"1d6+7 necrotic damage",category:1},{id:"e9f38087-90a6-43ac-9f6c-b294defe87b3",name:"Departed Knowledge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:23,defence:3},description:"",details:"the area is suddenly filled with ghostly wisps of mist that chill the bone and seep into the brain; the target is slowed and suffers a -2 penalty to attack rolls and skill and ability checks until the end of the sage ghost’s next turn.",damage:"the target is slowed and suffers a -2 penalty to attack rolls and skill and ability checks until the end of the sage ghost’s next turn",category:3},{id:"679ff635-2df5-4e06-a328-81e0e8ef9520",name:"Spectral Redirection",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The missed ghost shifts 2 squares and makes a spirit touch attack.",damage:"The missed ghost shifts 2 squares and makes a spirit touch attack",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"906a199c-e929-4580-9fad-88ad1b576511",name:"Shadow Hydra",details:"",size:3,origin:5,type:1,keywords:"reptile",level:17,role:{type:2,flag:2,leader:!1},senses:"Perception +18; all-around vision, low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:18},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:816,initiative:14,ac:29,fortitude:30,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"407062f1-4773-43f6-b4f2-2b1ab069a5c6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"29edf604-54f8-4db3-b8b2-3b0f9e40eea3",name:"Poison Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"1d8+5 poison damage.",damage:"1d8+5 poison damage",category:1},{id:"cbc2ccf3-9aa2-4175-8ab9-2a101d73affd",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow hydra makes six basic attacks (any combination of bite attacks and poison spit attacks). For each basic attack that hits, subsequent attacks gain a cumulative +1 bonus to attack rolls until the end of the shadow hydra’s turn. This attack bonus applies only to attacks made with hydra fury.",damage:"subsequent attacks gain a cumulative +1 bonus to attack rolls until the end of the shadow hydra’s turn",category:1},{id:"da7b7fbf-0473-4347-9bf9-56594e44024b",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the shadow hydra would become dazed or stunned, it loses one attack when using hydra fury during its next turn instead. Multiple such effects stack.",damage:"",category:0},{id:"12041f4e-d11f-45c6-81e9-64f7710ce582",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time the shadow hydra is reduced to or below 600, 400, and 200 hit points, the attack severs or destroys one of its heads. At the start of the hydra’s next turn, two heads grow back in the lost head’s place, and the hydra makes an additional attack when it uses hydra fury.",damage:"The first time the shadow hydra is reduced to or below 600",category:0},{id:"a760ccf7-8809-4981-bc84-8c1c6da2b15c",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow hydra can make opportunity attacks against all enemies with its reach (2 squares).",damage:"",category:0},{id:"c5ab3d49-c3f7-4091-b6d9-f8dbf3298aaf",name:"Shadow Shift",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow hydra can shift 1 square.",damage:"The shadow hydra can shift 1 square",category:5}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9197c72d-d037-48d7-b717-af137e916591",name:"Vrock Warwing",details:"This creature looks like an oversized vulture with a hunched posture, mold-encrusted feathers, and sickly patches of purple skin. Its malevolent eyes clearly indicate a demonic intellect.",size:3,origin:1,type:2,keywords:"demon",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +15, Insight +13",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:19},hp:132,initiative:12,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"ffaab45d-8965-4ef9-a049-e034928ae676",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"9dad3801-e69d-4ae1-8d90-14fe6b95a3e0",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vrock flies up to 8 squares and makes one melee basic attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"a728f9b1-409b-4888-9a02-cc0119f906c3",name:"Stunning Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:17,defence:1},description:"",details:"deafened creatures are immune; the target is stunned until the end of the vrock’s next turn.",damage:"",category:1},{id:"0add65b0-2658-4f0b-abb3-ccd4ea1ed4b7",name:"Spores of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:16,defence:3},description:"",details:"demons are immune; 1d10+4 poison damage, and the target is dazed (save ends).",damage:"1d10+4 poison damage",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fedee31b-f031-4bef-8ce9-1c72193d3499",name:"Young Shadow Dragon",details:"",size:3,origin:5,type:1,keywords:"dragon",level:8,role:{type:4,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 8 (hover), overland flight 10, swim 8",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +9, Stealth +15",equipment:"",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:23},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:344,initiative:14,ac:23,fortitude:20,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"cb6076d9-ce79-4983-a369-6a0e97bf28de",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+4 damage, and the target is weakened (save ends).",damage:"1d8+4 damage",category:1},{id:"6224bfc8-9162-47d1-a18e-8a5f7199cf6a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"36a222a9-63f6-4618-a88d-ded5ac899a33",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"5a4358a5-efc3-4653-99b5-afae0abf1607",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The dragon attacks the enemy that missed it; 1d6+4 damage.",damage:"1d6+4 damage",category:5},{id:"22ba3261-1a4e-42bd-8b70-af43d9244192",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:11,defence:1},description:"",details:"2d6+5 necrotic damage, and the target loses one healing surge and is weakened (save ends). Aftereffect: The target’s necrotic resistance is negated until the end of the encounter. Miss: Half damage, and the target does not lose a healing surge.",damage:"2d6+5 necrotic damage",category:1},{id:"85d0a5ea-4299-463c-806c-f26d31fb2a3d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"86662fc0-7fd6-42c7-b636-47a5655be7cb",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is dazed until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8ee40fcb-ad8e-4275-99fd-e4118dd77092",name:"Globe of Darkness",action:{action:3,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:5},{id:"4667aac6-cffa-45f1-9092-22f3ede5efbe",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow dragon deals an extra 1d6 damage against a target it has combat advantage against.",damage:"the shadow dragon deals an extra 1d6 damage against a target it has combat advantage against",category:0},{id:"2b114b23-43c5-4023-9685-931078cf0ef4",name:"Shadow Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadow walker turns invisible until the end of its next turn or until it attacks when it moves 3 or more squares on its turn.",damage:"The shadow walker turns invisible until the end of its next turn or until it attacks when it moves 3 or more squares on its turn",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"radiant (whenever a shadow dragon takes radiant damage, one of its globes of darkness ends)",immune:"",tactics:""},{id:"b4b7e2d2-6d9c-4124-b740-c61ceeefe230",name:"Acererak",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:3,flag:2,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +19, History +19, Insight +17",equipment:"implement, wand; quarterstaff",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:18},intelligence:{score:24},wisdom:{score:20},charisma:{score:16},hp:584,initiative:11,ac:29,fortitude:26,reflex:29,will:27,regeneration:null,auras:[{id:"dde60cd0-ad73-4395-9b8e-a41293717627",name:"Arcane Shield",keywords:"",details:"aura 1; enemies that end their turn in the aura are pushed 1 square. The aura dissipates when Acererak is bloodied."}],powers:[{id:"3112d39b-bf45-44d6-af21-8264b4e72a5a",name:"Dazzling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"4f191673-aad0-414f-9d93-fe187b07d8f6",name:"Acererak’s Missiles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"1d10+6 damage, and one other enemy within 2 squares of the target takes the same damage.",damage:"1d10+6 damage",category:1},{id:"4888cdfa-4c64-42ae-8ba7-51685d31ef01",name:"Acererak’s Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:17,defence:1},description:"",details:"1d10+6 cold damage, and ongoing 5 cold damage and the target is slowed (save ends both).",damage:"1d10+6 cold damage",category:1},{id:"c0bb8f44-19b2-4453-860b-44a8d2e2f3c4",name:"Necrotic Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:19,defence:1},description:"",details:"2d8+6 necrotic damage, and Acererak heals 10 hit points.",damage:"2d8+6 necrotic damage",category:1},{id:"835f596e-e6ee-4272-82c4-70b3c860710c",name:"Shadow Burst",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"targets enemies; 3d10+6 necrotic damage, the target slides 2 squares, and the target is blinded (save ends).",damage:"3d10+6 necrotic damage",category:5},{id:"0fdad63d-0db4-4d53-913c-b9d419287cd3",name:"Prismatic Beams",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"Close burst 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; ",damage:"",category:1},{id:"60900534-cba0-4928-8f31-834d3a65a647",name:"Temporal Warp",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak warps time, allowing him to act faster than those around him. For the rest of this round, Acererak gains a +2 bonus to all defenses. In the next round, Acererak acts three times, at initiative count 30, 20, and 10. At each of these counts, he gets to perform a standard action, a move action, and a minor action. At the end of this round, Acererak takes 20 damage. In the round after that, he acts normally at his original count in the initiative order",damage:"acererak takes 20 damage",category:5},{id:"548397a5-e69c-4915-b195-ae18d36b11d7",name:"Feather Fall",action:{action:7,trigger:"when acererak falls",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak takes no damage from the fall, regardless of the distance, and does not fall prone at the end of the fall.",damage:"acererak takes no damage from the fall",category:5},{id:"b1f931e6-0dcb-4692-98de-e54909c3699f",name:"Summon Spectral Servant",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak summons a spectral servant. The servant appears in one of the magic circles. Acererak can summon up to a total of 5 spectral servants during the course of an encounter. When a spectral servant is destroyed, Acererak takes 10 damage and gains +1d8 necrotic damage on his next damage roll",damage:"acererak takes 10 damage and gains +1d8 necrotic damage on his next damage roll",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4285a9cd-b05e-4cc0-a20b-9d695eda2fce",name:"Argent Haunt (Ghost)",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:18},hp:77,initiative:14,ac:29,fortitude:26,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"88d2e63e-c66f-479d-8b4b-31b4143a9707",name:"Grave Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"1d10 + 6 necrotic damage.",damage:"1d10 + 6 necrotic damage",category:1},{id:"34d233e6-899c-4a38-b2ed-d449237a93b1",name:"Fading Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"The Argent haunt turns invisible as a standard action and shifts 2 squares. On its next turn, it shifts 2 squares, turns visible, and makes an attack.; 2d8 + 6 necrotic damage, and the target is pushed 2 squares.",damage:"2d8 + 6 necrotic damage",category:1},{id:"ad8864ac-2197-44ef-9292-3333783d26f2",name:"Frightening Moan",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 2d8 + 6 necrotic damage, the target is pushed 5 squares.",damage:"2d8 + 6 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"05fc372a-4415-4519-819b-06d16875398e",name:"Astral Giant",details:"",size:3,origin:3,type:2,keywords:"giant",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +19",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"Athletics +21, Religion +16",equipment:"plate armor; spear",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:18},intelligence:{score:16},wisdom:{score:22},charisma:{score:18},hp:160,initiative:14,ac:32,fortitude:31,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"12a32e10-8dbf-41e6-bdc4-e75395d38cb9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 radiant damage. The target is marked until the end of the astral giant’s next turn.",damage:"2d8+7 radiant damage",category:1},{id:"6bc8e486-22d2-498c-8e39-10d00fcc61c6",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"d5fb0160-2a1c-471a-a09d-aac978493be3",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fl y up to 10 squares.",damage:"The astral giant can fl y up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1dd3f7c-1d15-4a85-adb3-793ed228643c",name:"Astral Giant Lightpriest",details:"",size:3,origin:3,type:2,keywords:"giant",level:17,role:{type:3,flag:0,leader:!0},senses:"Perception +13",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"",equipment:"holy symbol; quarterstaff",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:20},wisdom:{score:20},charisma:{score:24},hp:164,initiative:13,ac:31,fortitude:30,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"9187cdae-ec50-4a45-8146-11e5a1a66b17",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+7 radiant damage.",damage:"2d6+7 radiant damage",category:1},{id:"952b7e30-ebde-4fca-866f-c4645b9737c9",name:"Lightwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"1d6+7 radiant damage, and the target is pushed 3 squares.",damage:"1d6+7 radiant damage",category:1},{id:"b78db43c-b723-4b83-98f6-99556501e11c",name:"Blinding Light",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"2d8+7 radiant damage, and the target is blinded until the end of the astral giant’s next turn.",damage:"2d8+7 radiant damage",category:1},{id:"562d40e9-706a-4a39-84ac-506498cd9b6c",name:"Life-Absorbing Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Radiant",condition:"",range:"Close burst 5",attack:{bonus:19,defence:1},description:"",details:"1d8+7 radiant damage, and the astral giant and all allies in the burst regain 20 hit points.",damage:"1d8+7 radiant damage",category:1},{id:"6cd0c65c-61c6-4ce4-b072-280500fdaf62",name:"Lighttrap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:2},description:"",details:"3d6+7 radiant damage, and the target is slowed (save ends). First failed save: Target takes 5 radiant damage and is immobilized (save ends). Second failed save: Target takes 10 radiant damage and is restrained (save ends).",damage:"3d6+7 radiant damage",category:1},{id:"344f850b-da94-42dd-b5ae-06a2cc41de7a",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"cf005084-7267-45e4-b6a9-41d505b6c2b4",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fly up to 10 squares.",damage:"The astral giant can fly up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"993607a6-f206-49f9-9785-c4ed60f846b4",name:"Astral Giant Star-strider",details:"",size:3,origin:3,type:2,keywords:"giant",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +19",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"",equipment:"crossbow; longsword",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:20},intelligence:{score:18},wisdom:{score:22},charisma:{score:19},hp:128,initiative:17,ac:31,fortitude:29,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"ddb17409-d255-488b-9914-3ed6f8dbdb92",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 radiant damage.",damage:"2d8+7 radiant damage",category:1},{id:"401d87a0-aea6-47ab-8293-ef174aeb6411",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+7 radiant damage.",damage:"2d8+7 radiant damage",category:1},{id:"68a6c6d3-b62e-4147-893f-54c9c7a62fed",name:"Astral Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"(enemies only)1d8+7 radiant damage, and the astral giant becomes invisible until the end of its next turn.",damage:"(enemies only)1d8+7 radiant damage",category:1},{id:"350a2e96-cf1d-45a1-9bfb-a33e6b77097a",name:"Star-stride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:20,defence:2},description:"",details:"3d8+7 radiant damage, and the astral giant teleports 3 squares and gains combat advantage against all enemies until the end of its next turn.",damage:"3d8+7 radiant damage",category:1},{id:"303acbf2-28a9-4e59-ad60-e33e2bd7b10f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the astral giant deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"5a1391ae-7021-475f-9a43-02a2ca469d69",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"268b809c-8806-4767-94ee-e14b43c5c26a",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fly up to 10 squares.",damage:"The astral giant can fly up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04fc5321-2fee-4eec-95c0-788da2f0aabe",name:"Astral Giant Warpsword",details:"",size:3,origin:3,type:2,keywords:"giant",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"Athletics +21, Religion +16",equipment:"greatsword",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:17},hp:158,initiative:15,ac:30,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"0f0cdad5-6baf-4682-b9ee-354d2a136352",name:"Warpsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+7 damage, plus ongoing 5 radiant damage (save ends).",damage:"2d10+7 damage",category:1},{id:"c30ce35d-7598-445e-9dea-05f3583a07b9",name:"Dimensional Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant, Teleportation, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+10 radiant damage, the target is teleported 5 squares, and the target is dazed until the end of its next turn.",damage:"2d10+10 radiant damage",category:1},{id:"734ab755-6984-448f-a830-9e540a863386",name:"Astral Retreat",action:{action:1,trigger:"immediate reaction when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The astral giant teleports 2 squares.",damage:"The astral giant teleports 2 squares",category:5},{id:"6cd8cd1d-1eac-426f-b522-c34740da2783",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"510c130a-d06a-4f7e-addf-9c3250ea2a15",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fly up to 10 squares.",damage:"The astral giant can fly up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3deb7837-c41a-4943-815c-f01bee2a9d5e",name:"Azer Flameward",details:"",size:2,origin:1,type:2,keywords:"fire",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:181,initiative:15,ac:33,fortitude:31,reflex:29,will:32,regeneration:null,auras:[{id:"52678968-b0bb-4299-81d4-566e7c411311",name:"Warding Flame",keywords:"",details:"(Fire) Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage."}],powers:[{id:"2c04b436-2651-4d3a-a939-230f15ae55bd",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d10+7 damage plus 2d6 fire damage.",damage:"1d10+7 damage plus 2d6 fire damage",category:1},{id:"e439a84a-a32c-49b1-83a7-a302d1c431fd",name:"Flameward",action:{action:4,trigger:"when an enemy attacks the azer flameward",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The azer flameward shifts 5 squares and the enemy that triggered this reaction takes ongoing 10 fire damage (save ends).",damage:"the azer flameward shifts 5 squares and the enemy that triggered this reaction takes ongoing 10 fire damage (save ends)",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ca10004-1c14-4f54-a2ac-766acd4cb182",name:"Behir Young Adult",details:"",size:4,origin:4,type:1,keywords:"",level:12,role:{type:7,flag:2,leader:!1},senses:"Perception +12; tremorsense 10",movement:"7, climb 5",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:21},charisma:{score:13},hp:500,initiative:0,ac:28,fortitude:25,reflex:24,will:24,regeneration:null,auras:[{id:"d607211e-5873-44e2-b648-cc44c1d725e2",name:"Lightning Storm",keywords:"",details:"aura 5; an enemy that starts its turn in the aura takes 5 lightning damage."}],powers:[{id:"297dd9db-6775-43c8-8f2d-c55a8fae8485",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"reach 3; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"676b0426-dba0-48a1-a9a8-e812ecdac70e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 1d8+5 damage plus 1d8 lightning damage.",damage:"1d8+5 damage plus 1d8 lightning damage",category:1},{id:"4cb96c5e-11bc-43af-9e25-60e540cca52d",name:"Devour",action:{action:1,trigger:"recharges when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 3; 2d6+5 damage, and a Medium or smaller target is swallowed. A swallowed target is grabbed and restrained (escape ends both). A swallowed creature has line of sight and line of effect only to the behir, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the behir. A behir can move normally and use other attacks against other targets while it has a target grabbed in this way. When the behir dies, the target can escape as a move action, appearing adjacent to the behir’s former space.",damage:"2d6+5 damage",category:5},{id:"6914ea6b-766e-4a98-8000-d370a82fb8df",name:"Devouring Damage",action:{action:7,trigger:"1/turn; affects target grabbed by devour only",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target takes 5 damage.",damage:"the target takes 5 damage",category:5},{id:"6c59c598-5734-4d26-9d4e-68ce897b60ee",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"3d8+5 lightning damage and the target is dazed. Miss: Half damage.",damage:"3d8+5 lightning damage and the target is dazed",category:1},{id:"afd9f250-0af9-49cb-8623-11a6b6f10dff",name:"Thunderleg Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"1d8+5 damage, and the target is knocked prone.",damage:"1d8+5 damage",category:1},{id:"26bec675-a876-4d6c-960e-eab38c713fc6",name:"Lightning Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir acts three times in a round, on initiative counts 30, 20, and 10. It cannot delay or ready actions. On each turn in the round, it has a standard action to use. It can turn a standard action into a move action if it wants. It can use one immediate action between each turn.",damage:"on initiative counts 30",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68462ce4-ca03-4ebb-8d9d-1c1190f24d56",name:"Bone Naga Arcanist",details:"",size:3,origin:3,type:1,keywords:"undead",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Arcana +19, History +19, Insight +19, Religion +19",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:22},hp:360,initiative:12,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"c190ab47-215d-43bf-a5b1-67f2b8553a5a",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; enemies that start their turns in the aura are dazed."}],powers:[{id:"c1e9f13e-fff0-494e-a6fc-45255133aca7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d4+7 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4+7 damage",category:1},{id:"e2e81925-b15d-4420-9fc2-d95c7c9960ba",name:"Death Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:22,defence:3},description:"",details:"blind creatures are immune; 2d6+7 necrotic damage and the target is dazed (save ends). If the target is already dazed, it takes an additional 2d6 + 7 necrotic damage.",damage:"2d6+7 necrotic damage and the target is dazed (save ends)",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5ec5df0a-fe6a-4531-99bc-03634a54b212",name:"Breven Foss",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +18",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +17, Insight +18, Religion +17",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:12},intelligence:{score:22},wisdom:{score:24},charisma:{score:15},hp:264,initiative:7,ac:27,fortitude:25,reflex:26,will:27,regeneration:null,auras:[{id:"062b6fd3-fada-4ad4-a300-80f1534a3f04",name:"Elemental Energy",keywords:"",details:"aura 10; each elemental ally within the aura regenerates 10 hp at the start of its turn."}],powers:[{id:"5b9a3beb-d018-4838-bdab-8a4a73782478",name:"Fire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"1d10+6 fire damage, and the target takes a –2 penalty to attack rolls until the end of Foss’s next turn.",damage:"1d10+6 fire damage",category:1},{id:"282f276c-e0fa-4bdc-abc2-494bc677d796",name:"Frost Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:17,defence:1},description:"",details:"2d8+6 cold damage, and until the end of Foss’s next turn, the target is slowed and takes a –2 penalty to all defenses.",damage:"2d8+6 cold damage",category:1},{id:"446ef4aa-08b4-472e-b828-a0ea1b4ea3fe",name:"Elemental Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire",condition:"",range:"Close burst 5",attack:{bonus:16,defence:1},description:"",details:"targets enemies; 1d10+6 cold and fire damage, Foss slides the target 3 squares, and the target is dazed (save ends).",damage:"1d10+6 cold and fire damage",category:1},{id:"ef073b7e-c13e-444e-9653-e31246ae24f7",name:"Elemental Recall",action:{action:4,trigger:"when foss is reduced to 132 hp or fewer",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"close burst 5",attack:{bonus:16,defence:2},description:"",details:"Foss teleports away to a predetermined location; 3d10 + 6 cold and fire damage.",damage:"3d10 + 6 cold and fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"157e6914-9749-4606-a410-7d8ed0ffc252",name:"Champion Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:17,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +18",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:18},intelligence:{score:16},wisdom:{score:16},charisma:{score:20},hp:328,initiative:14,ac:33,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"7b8254fa-290f-493f-981a-f2afeb8fc54f",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8 + 11 necrotic damage (crit 4d8 + 27), and the target loses a healing surge and is immobilized (save ends).",damage:"2d8 + 11 necrotic damage (crit 4d8 + 27)",category:1},{id:"9a77472c-84ea-48b1-8d9a-0ea0e5946b3e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"The champion wight makes two souldraining longsword attacks.",damage:"",category:1},{id:"f79cf0b6-fd1e-4317-bde1-c67f2b6b291f",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:22,defence:1},description:"",details:"affects an immobilized target only; 3d8 + 7 necrotic damage, and the champion wight regains 25 hit points.",damage:"3d8 + 7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"38536f5f-1af0-432f-bdc1-b667b39ecc11",name:"Demon Furor",details:"",size:3,origin:1,type:1,keywords:"demon, Shadow",level:12,role:{type:6,flag:2,leader:!1},senses:"Perception +14",movement:"4, fly 4 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:19},intelligence:{score:2},wisdom:{score:16},charisma:{score:15},hp:488,initiative:17,ac:26,fortitude:24,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"5500d575-a9fe-4ad3-a85f-de77bc5fd590",name:"Angry Tendril Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 2d6+5 damage, and the target is pulled 2 squares.",damage:"2d6+5 damage",category:1},{id:"881223ff-66c8-4251-a58e-8306163d3b2f",name:"Flurry of Tendril Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demon furor makes three angry tendril strike attacks.",damage:"",category:1},{id:"0eb68d05-952e-43d8-86e9-22be998016f9",name:"Debilitating Anger",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target takes a –2 penalty to AC and Reflex defenses (save ends).",damage:"",category:5},{id:"b50eb7f5-aaab-4d8e-88ea-238b8a778f29",name:"Blinding Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"1d8+5 damage, the target is pushed 3 squares, and the target is blind (save ends).",damage:"1d8+5 damage",category:1},{id:"0eabd795-696d-4bbc-a1a8-35db3f24dc25",name:"Infectious Rage",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"1d8+5 damage, and the target makes an immediate basic melee or basic ranged attack against its closest ally.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:5},{id:"a896b1fd-2bfb-4c60-bf4f-f2b5a2bdebb6",name:"Bloodied Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the demon furor gains a +2 bonus to attacks, an additional +1d6 to all damage rolls, and it takes a –2 penalty to AC and Reflex defenses.",damage:"an additional +1d6 to all damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"24caa853-28ce-4f2c-8d43-303b2be237ce",name:"Demon Manipulator",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:3,flag:2,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +13, Bluff +16, Insight +15, Streetwise +16",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:18},intelligence:{score:16},wisdom:{score:21},charisma:{score:23},hp:448,initiative:9,ac:25,fortitude:23,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"cf9899bd-efd2-432d-9484-b0d39792ce4a",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"2f4434e0-ed52-4de3-8954-e7f8c0c3c360",name:"Ray of Manipulation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:15,defence:3},description:"",details:"1d8+5 damage, and the target is dominated (save ends).",damage:"1d8+5 damage",category:1},{id:"e3da0f53-844f-4dd6-ae9f-1e8bb56f68b4",name:"Deceptive Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demon manipulator makes either two claw attacks or two ray of manipulation attacks.",damage:"",category:1},{id:"829217cc-0a02-45d8-beef-ee99fb12ef9a",name:"Whispers of Manipulation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:3},description:"",details:"2d6+5 damage, and the target slides 3 squares and is dazed (save ends).",damage:"2d6+5 damage",category:1},{id:"75d91d79-956e-4f74-9fd1-d56087c00130",name:"Demonic Suggestion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 1d8+5 damage, and the target is pushed 2 squares and immobilized (save ends).",damage:"1d8+5 damage",category:1},{id:"937332ab-96cd-48e4-818b-1d99f9a04359",name:"Demonic Manifestation",action:{action:3,trigger:"1/round; when bloodied only",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demon manipulator spawns a demonic manifestation in an adjacent square.",damage:"",category:5}],damageModifiers:[{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5c2ab9bd-fbd5-412f-9d15-7641e6278b23",name:"Demonic Manifestation",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"4, fly 8",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:17},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:1,initiative:8,ac:25,fortitude:23,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"5b374a06-e0b0-4ee5-809b-a72584a75141",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"42877dc2-7228-4b0e-91ba-07003df4802e",name:"Sudden Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The manifestation flies up to 8 squares, avoiding opportunity attacks along the way. It attacks once at any time during its movement; 9 damage.",damage:"9 damage",category:1},{id:"c0a0c299-5dae-4109-8cd0-6c89541f5914",name:"Demonic Persuasion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is pulled 2 squares toward the manifestation. Then the manifestation explodes, dealing 9 damage to every enemy that is adjacent to it. This destroys the manifestation.",damage:"dealing 9 damage to every enemy that is adjacent to it",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ebd7732-de6f-45b1-970e-954c927acc0a",name:"Dire Winter Wolf Iceclaw",details:"",size:3,origin:4,type:1,keywords:"",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +20; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Stealth +22 (+5 to Stealth checks when in ice or snow)",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:28},intelligence:{score:12},wisdom:{score:24},charisma:{score:18},hp:168,initiative:19,ac:31,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"3cf375b1-a48c-4ce4-b4da-a4c37669063a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+7 damage plus 1d8 cold damage.",damage:"1d10+7 damage plus 1d8 cold damage",category:1},{id:"ebd306e3-4aa1-456d-8e78-1fea702c8caf",name:"Claw and Run",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Two attacks against one or two targets; 1d8+7 cold damage per attack. After the first or second attack, the dire winter wolf can shift 4 squares.",damage:"1d8+7 cold damage per attack",category:1},{id:"4823116e-4440-49cb-b009-5c76669beb6a",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"2d8+7 cold damage, and ongoing 5 cold damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"a087fbd9-8169-4aad-a564-8ab78e12ae45",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire winter wolf gains combat advantage against a target that has one or more of the dire winter wolf’s allies adjacent to it. The dire winter wolf deals an extra 2d6 cold damage on attacks against any target it has combat advantage against.",damage:"the dire winter wolf deals an extra 2d6 cold damage on attacks against any target it has combat advantage against",category:0},{id:"212b8fdb-c17d-4b2c-a3ff-ee6dacf272b1",name:"Slipstream",action:{action:4,trigger:"when an attack damages the dire winter wolf",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire winter wolf shifts 4 squares and gains +2 to all defenses until the start of its next turn.",damage:"The dire winter wolf shifts 4 squares and gains +2 to all defenses until the start of its next turn",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aca8a913-01a6-4c98-8ad7-7bccc84a2106",name:"Djinn Windsword",details:"",size:3,origin:1,type:2,keywords:"air",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +19; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Bluff +18, Insight +19, Nature +19, Thievery +19",equipment:"scimitar",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:23},intelligence:{score:19},wisdom:{score:23},charisma:{score:20},hp:162,initiative:16,ac:33,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"6f8b8eb8-b5d6-41b0-a513-a350c0988933",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d8+7 damage (crit 3d8 + 23), and the target is marked until the end of the djinn windsword’s next turn.",damage:"2d8+7 damage (crit 3d8 + 23)",category:1},{id:"9cdcbe57-be55-4c5f-80f5-59130f9240c1",name:"Come to Me",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:1},description:"",details:"the djinn windsword pulls the target 5 squares.",damage:"the djinn windsword pulls the target 5 squares",category:3},{id:"9a64c54c-4dda-4644-8b6d-3218c2912a0e",name:"Wind Vortex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"the target slides 3 squares.",damage:"the target slides 3 squares",category:1},{id:"9fd41a1c-4051-4afe-8536-16f0c762bd4f",name:"Whirlwind Dervish",action:{action:1,trigger:"recharges when the djinn windsword is struck by a critical hit",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:22,defence:0},description:"",details:"3d10+6 lightning and thunder damage.",damage:"3d10+6 lightning and thunder damage",category:5},{id:"24a3bca8-3097-4b18-903d-454d1acdd8be",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A djinn windsword can alter its physical form to appear as an attractive Medium humanoid of any race or gender.",damage:"",category:3}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"84bca5fc-4342-4555-8f4a-297f0c0b09a6",name:"Doppelganger Rogue",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Bluff +17, Insight +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:13},charisma:{score:18},hp:150,initiative:14,ac:30,fortitude:28,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"b7edeba8-f7eb-4e75-b0c1-a343b9a33f71",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"bd53f424-3101-43ec-a0c3-25531f1f8aec",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"the doppelganger gains combat advantage against the target until the end of the doppelganger’s next turn.",damage:"",category:3},{id:"8be63a55-6652-4f6b-9534-dfd13771d29e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger sneak deals an extra 3d8 damage against any target it has combat advantage against.",damage:"the doppelganger sneak deals an extra 3d8 damage against any target it has combat advantage against",category:0},{id:"bfd6a7d0-5f86-49a9-b489-3a32993aef64",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fec0f9b3-4947-4be7-b75e-4656172042a8",name:"Drider Battlelord",details:"",size:3,origin:2,type:2,keywords:"spider",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, climb 8 (spider climb)",alignment:"Evil",languages:"Common, Giant, Elven",skills:"Dungeoneering +15, Stealth +17",equipment:"greatsword; leather armor",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:13},wisdom:{score:16},charisma:{score:9},hp:182,initiative:12,ac:27,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"95234cad-f0fb-46de-b814-f78f03f04a90",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"e21f58aa-714f-4b0e-aa42-918e54c0d931",name:"Quick Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Requires combat advantage; 1d4+1 damage, and ongoing 10 poison damage (save ends).",damage:"1d4+1 damage",category:3},{id:"dbddd788-060c-482d-ba57-eb119866ab8a",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"until the end of the drider’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"f5ebbdc2-785c-4216-bcf9-30255a3e9323",name:"Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:16,defence:2},description:"",details:"the target is restrained (until escape). Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check.",damage:"Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ae78c52-09ac-46a9-a88e-3af5e2707adb",name:"Drow Arcanist",details:"",size:2,origin:2,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +17, Nature +19, Religion +17",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:18},wisdom:{score:22},charisma:{score:20},hp:156,initiative:10,ac:31,fortitude:26,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"1c55035c-e098-439e-9fc6-185239562688",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d4+9 damage, and the drow arcanist makes a secondary attack against the same target. Secondary Attack: +21 vs. Fortitude; see drow poison for the effect.",damage:"1d4+9 damage",category:1},{id:"6bbe2267-d605-4651-98f9-15a69d6bebec",name:"Shadow Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"1d10+7 necrotic damage, and the target is slowed (save ends).",damage:"1d10+7 necrotic damage",category:1},{id:"e9b6dbb6-d6b2-4e63-a99e-c550bd5df2e4",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"until the end of the drow arcanist’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"54a34620-d15e-45fd-b6a0-c3e436483255",name:"Shadow Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:21,defence:2},description:"",details:"5d6+7 fire damage, and the target is immobilized (save ends).",damage:"5d6+7 fire damage",category:1},{id:"7e63227e-2a48-484f-8db0-51e73d906b72",name:"Drow Poison",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"A creature hit by a weapon coated in drow poison takes a –2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is also weakened (save ends). Second Failed Saving Throw: The target falls unconscious until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae5b201c-35d5-4198-ac3f-4688be6ea013",name:"Drow Matron",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +19, Insight +21, Intimidate +19, Religion +21, Stealth +17",equipment:"chainmail; mace",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:26},wisdom:{score:27},charisma:{score:22},hp:304,initiative:12,ac:32,fortitude:25,reflex:30,will:30,regeneration:null,auras:[{id:"e661f482-522c-4a51-b828-464e986aafb1",name:"Lolth’s Authority",keywords:"",details:"aura 5; drow and spider allies in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"7d57932f-6a8f-48da-87df-068a57ad4490",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"5dfc0c05-5ac3-4a75-a5e3-2eefb74df910",name:"Wrath of the Spider Queen",action:{action:4,trigger:"when the drow matron is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"56a7fa41-a8a3-498b-96e9-81e69156b526",name:"Webs of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"Burst 2 within 20; 2d10+9 psychic damage, and the target is dazed and slowed (save ends both).",damage:"2d10+9 psychic damage",category:1},{id:"7598be03-5781-4f87-a678-6cdbd787130b",name:"Lolth’s Rebuke",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:3},description:"",details:"target is weakened and dazed (save ends both). If the target is slain while weakened and dazed, it explodes in a burst 3: +17 vs. Reflex; 3d6 + 7 poison damage.",damage:"3d6 + 7 poison damage",category:3},{id:"9473ec73-128a-4142-aec9-fbed65ac63f9",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of the drow matron’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"360a3920-ef4d-437c-b431-5e979ae7fa6f",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The drow matron can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"the drow matron can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her",category:3},{id:"1bc5aaee-0005-4300-8730-705818e412b6",name:"Mask of the Matriarch",action:{action:5,trigger:"when the drow matron is targeted by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"",attack:null,description:"",details:"The target moves its speed away from the drow matron.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"daefd80a-e030-4f1c-aecf-b9f884b61478",name:"Drow Noble",details:"",size:2,origin:2,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!0},senses:"Perception +20; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Bluff +19, Diplomacy +19, Insight +20, Stealth +16",equipment:"chainmail; longsword",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:16},wisdom:{score:22},charisma:{score:20},hp:164,initiative:11,ac:32,fortitude:27,reflex:29,will:32,regeneration:null,auras:[{id:"73bdb6b9-0bd0-4fd3-b316-da6ad4de6cc4",name:"Noble Authority",keywords:"",details:"aura sight; drow and spider allies in the aura gain a +2 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"19bd0d9d-7566-4dbe-a4d9-40e42a651bf8",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"a36892f5-03e9-4872-be9a-e01c20639547",name:"Fire Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"1d10+7 fire damage, and the target is immobilized and gains vulnerable 5 fire (save ends both).",damage:"1d10+7 fire damage",category:1},{id:"ed5b4fc7-981d-4c21-a3ef-1fcafad82bfb",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"until the end of the drow noble’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealmen.",damage:"",category:3},{id:"a41f5d1b-30bd-42c3-95a6-3c0d5edd8b4c",name:"Shadow Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 4d10+7 necrotic damage, and the target is blinded (save ends).",damage:"4d10+7 necrotic damage",category:1},{id:"141cd61c-00cb-4b9f-994a-5f072d9fe37c",name:"Maddening Oratory",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"3d8+7 psychic damage, and the target is dazed (save ends). Drow allies in the burst gain 10 hit points.",damage:"3d8+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e6ddb977-14a4-4c84-bc8f-e0e19fb3cba7",name:"Drow Ranger",details:"",size:2,origin:2,type:2,keywords:"",level:17,role:{type:0,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +15, Stealth +18",equipment:"leather armor; longbow; longsword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:20},intelligence:{score:13},wisdom:{score:15},charisma:{score:12},hp:122,initiative:13,ac:29,fortitude:29,reflex:31,will:28,regeneration:null,auras:[],powers:[{id:"58c19188-30ac-44de-a481-ceda25e6489b",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"5b7b2cea-a333-44e0-8718-d6d96b7ded7f",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage, plus 2d6 quarry damage if the target is the closest enemy.",damage:"1d10+7 damage",category:1},{id:"a8e025c5-409c-414d-a108-86acb5583397",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The drow ranger makes two longbow attacks against the same target.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1b70eff-bcf6-4f9f-b539-ed7a00a1bad6",name:"Drow Venomblade",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Acrobatics +16, Dungeoneering +12, Intimidate +14, Stealth +18",equipment:"longsword; scale armor; short sword",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:21},intelligence:{score:12},wisdom:{score:14},charisma:{score:12},hp:124,initiative:13,ac:27,fortitude:23,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"464c27aa-f8fc-4966-9ba2-3ceebe112bfc",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"1273130a-2c97-42e0-aa17-81589c8137f7",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+5 damage",category:1},{id:"a3f80527-bb25-4e15-b017-d6684b9791f9",name:"Blade Mastery",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The drow venomblade makes one longsword attack and one short sword attack.",damage:"",category:1},{id:"402b87f3-2c06-428f-9aa6-43b8f90ec8b0",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow venomblade’s next turn. The cloud blocks line of sight for all creatures except the drow venomblade. Any creature entirely within the cloud (except the drow venomblade) is blinded until it exits.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f645b036-83c4-4a83-8457-ddbd9c81c8dc",name:"Drow Warblade",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +15, Intimidate +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:19},intelligence:{score:13},wisdom:{score:14},charisma:{score:12},hp:114,initiative:16,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"4215368e-764d-429f-b7a4-4a1cf9b4848e",name:"Warblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+7 damage, and the drow warblade makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; see drow poison for the effect.",damage:"1d10+7 damage",category:1},{id:"5003a3fe-adc8-41d3-9d1c-6a6c2feaa5d8",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:21,defence:0},description:"",details:"1d8+7 damage, and the drow warblade makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; see drow poison for the effect.",damage:"1d8+7 damage",category:1},{id:"6f2fee18-c748-4d13-b413-2d560751566a",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of the drow warblade’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"f347df49-0531-406f-bd1a-29a8c64ca1fb",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow warblade deals an extra 3d8 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"5cd978c2-aadb-4d9d-86ee-d0dfe4fe6158",name:"Drow Poison",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"A creature hit by a weapon coated in drow poison takes a –2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is also weakened (save ends). Second Failed Saving Throw: The target falls unconscious until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2a82932f-b927-4f54-9b68-be8606dacebf",name:"Earth Elemental Battlewall",details:"",size:3,origin:1,type:1,keywords:"earth",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:168,initiative:9,ac:26,fortitude:26,reflex:22,will:22,regeneration:null,auras:[{id:"915bcb0d-6820-4a68-84ad-4d372d743dff",name:"Battlewall",keywords:"",details:"aura 2; each ally in the aura and touching the ground receives a +2 bonus to AC and Fortitude defenses."}],powers:[{id:"a2f20f8c-5747-4f18-9053-3e93f501d79a",name:"Earthen Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d12+8 damage, and if the target is bloodied, it is knocked prone.",damage:"2d12+8 damage",category:1},{id:"55e28004-cd20-46a9-b361-29b7cddfbb20",name:"Earthstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The ground around the earth elemental churns and explodes. Close burst 2",attack:{bonus:15,defence:1},description:"",details:"3d10+8 damage, and the target is pushed 2 squares.",damage:"3d10+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"873e1522-0e61-4020-8d3b-e69eecb402ac",name:"Earth Elemental Gravelshard",details:"",size:2,origin:1,type:1,keywords:"earth",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6 earthwalk",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:9},charisma:{score:13},hp:1,initiative:9,ac:26,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"ae783c4a-ac79-4f20-ac44-6e5c500852da",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"511f39da-de64-4e70-af73-27c925141b86",name:"Gravelshard Collision",action:{action:4,trigger:"when an attack misses the gravelshard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"The gravelshard shifts up to 3 squares to move adjacent to another elemental with the earth keyword, granting that elemental 10 temporary hit points. Then it charges the nearest enemy; 9 and the target is knocked prone.",damage:"The gravelshard shifts up to 3 squares to move adjacent to another elemental with the earth keyword",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09754af8-e579-4a4d-bef6-812e8057a526",name:"Earth Elemental Quake",details:"",size:3,origin:1,type:1,keywords:"earth",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:125,initiative:7,ac:22,fortitude:24,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"b26f4b4b-fc54-491a-9c2f-eb46b41fd6e7",name:"Granite Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"a78f4e4f-785c-4d76-be88-a6a768661697",name:"Earthquake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The ground around the earth elemental shakes violently. Close burst 2",attack:{bonus:11,defence:1},description:"",details:"3d8 + 5 damage, and the target is pushed 2 squares.",damage:"3d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"2ee13557-824e-4c8b-99bd-c9f52bda1d84",name:"Earth Giant",details:"",size:3,origin:1,type:2,keywords:"giant",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"6 see also earth step",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Athletics +17",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:8},intelligence:{score:9},wisdom:{score:12},charisma:{score:12},hp:170,initiative:6,ac:26,fortitude:28,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"78a77e5c-f3dc-4b36-a0a5-44a82a19146a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"5d457690-b036-4a74-a252-365f414cc562",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:15,defence:2},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"9d264db0-eae7-439e-9e7c-344963e58a75",name:"Earth Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"51c7e551-ecc2-4eef-b674-1272fd2b0bb0",name:"Earth Giant Soldier",details:"",size:3,origin:1,type:2,keywords:"giant",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6 see also earth step",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Intimidate +13",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:16},intelligence:{score:12},wisdom:{score:14},charisma:{score:12},hp:150,initiative:12,ac:31,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"52a71558-f75b-49c5-bc5f-2b8da4a692df",name:"Thunder Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10+4 thunder damage.",damage:"2d10+4 thunder damage",category:1},{id:"bd065277-b064-47e7-9da6-080324c4a424",name:"Thunder Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder, Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"3d10+6 thunder damage, and the target is dazed (save ends).",damage:"3d10+6 thunder damage",category:1},{id:"8c1990f8-d350-49ff-bf87-80514f75977c",name:"Battle Focus",action:{action:4,trigger:"when an enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The earth giant soldier makes a melee basic attack against the enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5},{id:"10dab2f8-49ce-4630-88b0-3ddc879d37fd",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant soldier can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"b22c55de-8999-422c-867a-a347a1afbc83",name:"Earth Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"750a8a40-1157-4256-b1b8-e2c5e848ada1",name:"Earth Giant Stalker",details:"",size:3,origin:1,type:2,keywords:"giant",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +14",movement:"6 see also earth step",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:12},hp:108,initiative:18,ac:28,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"9c063591-c584-402c-8785-77b28b9a9fd7",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"3bc4d6f1-e858-4272-a2ea-13db708ddb4d",name:"Stone Merge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"The earth giant stalker shifts 3 squares and merges into the ground or a stone wall, disappearing from view. When the earth giant merges, it causes a thunderous shockwave. Close burst 1",attack:{bonus:17,defence:2},description:"",details:"enemies only; the target is dazed (save ends).",damage:"",category:1},{id:"12f7295e-5c1c-4883-9a36-6c56d5bae6fb",name:"Deadly Eruption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Can only be used if the earth giant used stone merge in the previous round. The earth giant stalker shifts 3 squares and erupts from the ground or a stone wall, rejoining the battle. Close burst 1",attack:{bonus:17,defence:2},description:"",details:"3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"cd5b8707-9244-4adc-8125-6ed7c882f2c7",name:"Earth Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a82e280d-55aa-4005-8701-d812737d7cea",name:"Elemental Spawn",details:"",size:3,origin:1,type:1,keywords:"",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:18},intelligence:{score:8},wisdom:{score:16},charisma:{score:9},hp:1,initiative:13,ac:30,fortitude:30,reflex:28,will:27,regeneration:null,auras:[{id:"43cc52a5-59fd-4896-88d7-894d65c198b2",name:"Elemental Storm",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 cold, fire, and lightning damage."}],powers:[{id:"8845cf95-8da9-4f1f-a66c-17d6d35edb9b",name:"Elemental Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"12 cold, fire, or lightning damage, determined randomly each time an attack hits.",damage:"or lightning damage",category:1},{id:"e837eea1-ac6c-4764-8d80-7c404bafac11",name:"Elemental Explosion",action:{action:7,trigger:"when the elemental spawn is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"Close burst 2",attack:{bonus:21,defence:2},description:"",details:"12 cold, fire, and lightning damage.",damage:"and lightning damage",category:5}],damageModifiers:[{type:2,value:-10},{type:3,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"28065c91-edd6-4bc3-85da-2148b0375e44",name:"Ethereal Marauder",details:"",size:2,origin:0,type:1,keywords:"",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"7, teleport 3, phasing; see also ethereal jaunt",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +18",equipment:"",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:22},intelligence:{score:16},wisdom:{score:14},charisma:{score:16},hp:115,initiative:17,ac:29,fortitude:27,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"e5681372-978e-417a-ae1c-cf050b5f5e79",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"92ed5202-d8b1-45a9-8110-74cc90502cd6",name:"Reality Warp",action:{action:1,trigger:"usable only while insubstantial",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"3d6+6 damage, and the ethereal marauder teleports the target 3 squares. The marauder then teleports 3 squares into a space adjacent to the target.",damage:"3d6+6 damage",category:5},{id:"33eff2d4-e0fd-4bc1-a683-e39fcbaf35d2",name:"Ethereal Jaunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 3",attack:{bonus:17,defence:2},description:"",details:"3d10+6 damage, the target is dazed (save ends), and the ethereal marauder teleports 3 squares and gains planephase form until the end of it next turn.",damage:"3d10+6 damage",category:1},{id:"ce13ea78-b027-4e4a-a819-10d785c5976f",name:"Planar Evasion",action:{action:4,trigger:"when the ethereal marauder is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The marauder teleports 3 squares.",damage:"The marauder teleports 3 squares",category:5},{id:"158f8f5b-4de7-4ff9-8388-bcb819405862",name:"Planephase Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ethereal marauder partially phases into another plane, gaining insubstantial and phasing until the end of its next turn or until it hits or misses with an attack. Sustain Minor: The effect persists.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"psychic, an ethereal marauder that takes psychic damage immediately ends planephase form.",immune:"",tactics:""},{id:"9ad5fee9-fbc5-490a-9ab6-c0d8d548a521",name:"Fire Archon Flameshield",details:"",size:2,origin:1,type:2,keywords:"fire",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"light shield; plate armor; scimitar",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:18},charisma:{score:14},hp:116,initiative:13,ac:27,fortitude:23,reflex:24,will:22,regeneration:null,auras:[{id:"e15072c9-dbdc-4d14-9e85-495f06136184",name:"Ember Cloud ",keywords:"",details:"(Fire) aura 1; each creature that begins its turn in the aura takes 5 fire damage and is marked by the flameshield until the end of the flameshield’s next turn."}],powers:[{id:"6a469b63-5e3a-4e71-8f95-b334faa9609d",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage (crit 2d8 + 13) plus 1d8 fire damage, and target is marked until the end of the flameshield’s next turn.",damage:"1d8+5 damage (crit 2d8 + 13) plus 1d8 fire damage",category:1},{id:"4cb355e3-fb20-4b56-9790-93ccbd09f48a",name:"Flameshield Enticement",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:16,defence:1},description:"",details:"The fire archon’s flameshield flares brightly; 2d6+5 fire damage, the target is pulled 2 squares, and the target takes ongoing 5 fire damage (save ends).",damage:"2d6+5 fire damage",category:1},{id:"786fcedd-2394-4c22-b8b7-5e2cd8c3b735",name:"Flame Mark",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The flameshield deals an extra 1d8 fire damage against any enemy that is marked by it.",damage:"the flameshield deals an extra 1d8 fire damage against any enemy that is marked by it",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a015cd67-6ee2-4876-8b33-a06a0acff6e6",name:"Fire Elemental Firestorm",details:"",size:3,origin:1,type:1,keywords:"fire",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:22},intelligence:{score:4},wisdom:{score:12},charisma:{score:16},hp:122,initiative:12,ac:26,fortitude:23,reflex:25,will:22,regeneration:null,auras:[{id:"80ef9e12-b5a2-40f8-91a2-67269f0dc5a7",name:"Blazing Heat",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn in the aura takes 5 fire damage."}],powers:[{id:"1a26f570-76cf-405e-8b84-16533283f681",name:"Fire Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+5 fire damage, and target is pushed 3 squares.",damage:"1d8+5 fire damage",category:1},{id:"1d233a99-aaf2-460f-b204-eab0db2e0e85",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:14,defence:2},description:"",details:"2d6+5 fire damage and the target is immobilized (save ends). The zone is filled with fire and is considered difficult terrain until the end of the encounter. Any creature that enters or starts its turn in the zone takes 5 fire damage.",damage:"2d6+5 fire damage and the target is immobilized (save ends)",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"946853a1-031e-47f3-bf6d-3887ebff665a",name:"Fire Elemental Inferno",details:"",size:3,origin:1,type:1,keywords:"fire",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:22},intelligence:{score:8},wisdom:{score:12},charisma:{score:16},hp:170,initiative:15,ac:32,fortitude:30,reflex:32,will:29,regeneration:null,auras:[{id:"f205a30f-5df3-4016-a788-4a03e214811e",name:"Blazing Heat",keywords:"",details:"(Fire) aura 3; any creature that enters or starts its turn in the aura takes 10 fi re damage"}],powers:[{id:"a2f3b845-0210-44d3-ba01-16b72d9f4d16",name:"Fire Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 1d10+7 fire damage, and target slides 3 squares.",damage:"1d10+7 fire damage",category:1},{id:"a2c2c82f-9d34-4ac4-b6e0-a85ab19e71e0",name:"Inferno",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:22,defence:2},description:"",details:"2d8+7 fire damage and the target is immobilized (save ends). The zone is filled with fire and is considered difficult terrain until the end of the encounter. Any creature that enters or starts its turn in the zone takes 10 fire damage.",damage:"2d8+7 fire damage and the target is immobilized (save ends)",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"9889c765-114c-495c-9bae-e7c53662b2e6",name:"Fire Elemental Spark",details:"",size:2,origin:1,type:1,keywords:"fire",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"7",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:21},intelligence:{score:3},wisdom:{score:12},charisma:{score:8},hp:1,initiative:11,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"ef56df61-a887-406a-913c-5ef263861728",name:"Fire Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"The fire elemental spark shifts 1 square and attacks; 8 fire damage (crit 12 fire damage).",damage:"8 fire damage (crit 12 fire damage)",category:1},{id:"4b7a2418-b476-407e-adf6-8971654e06d4",name:"Fire Burst",action:{action:4,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The fire elemental spark shifts 1 square and explodes. Close burst 1",attack:{bonus:15,defence:2},description:"",details:"8 fire damage. Fire elementals in the burst gain a +2 bonus to defenses until the end of their next turn.",damage:"8 fire damage",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a66b3200-fb7e-42c5-af8b-e722bd80e0c7",name:"Fire Giant Element Handler",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +18",movement:"7",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +18, Diplomacy +19, Dungeoneering +18",equipment:"quarterstaff",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:17},wisdom:{score:17},charisma:{score:18},hp:175,initiative:13,ac:32,fortitude:30,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"bb3bcb00-abb7-4cb8-bbf4-7d98a6a3ecb5",name:"Fiery Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 1d8+7 damage plus 2d8 fire damage.",damage:"1d8+7 damage plus 2d8 fire damage",category:1},{id:"6d9df6f8-d38d-4731-af66-cfe5d462fe30",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d10+4 fire damage, and the target is dazed until the end of the fire giant’s next turn.",damage:"2d10+4 fire damage",category:1},{id:"232876b3-ffe9-4edd-a4d4-f4909255584e",name:"Searing Wind",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"the fire giant slides the target 3 squares.",damage:"the fire giant slides the target 3 squares",category:3},{id:"26a6bd43-7f96-440f-8a50-32eede73c80a",name:"Boiling Wave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"1d10+7 damage, and the target is pushed 3 squares.",damage:"1d10+7 damage",category:1},{id:"ab9bcab3-8fac-4a9d-9c99-2b83b4854a28",name:"Earthen Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:21,defence:2},description:"",details:"spikes of stone burst from the ground; 4d10+7 damage; the affected area becomes difficult terrain for the rest of the encounter.",damage:"4d10+7 damage",category:1},{id:"2de3cf62-ec90-4a4e-908a-e445890bf01c",name:"Fire Shroud",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares of the fire giant gains resist 10 to all damage until the end of the fire giant’s next turn. In addition, any enemy that starts its turn adjacent to the ally while the fire shroud is in affect takes 15 fire damage.",damage:"one ally within 10 squares of the fire giant gains resist 10 to all damage until the end of the fire giant’s next turn",category:3}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"36677572-1909-4430-b9e4-ff3809f0d36b",name:"Fire Giant Flamecrusher",details:"",size:3,origin:1,type:2,keywords:"giant",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Giant",skills:"Endurance +20",equipment:"maul; plate armor",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:17},intelligence:{score:8},wisdom:{score:15},charisma:{score:22},hp:204,initiative:11,ac:29,fortitude:30,reflex:25,will:28,regeneration:null,auras:[],powers:[{id:"8f9a3d6d-ae84-43d0-b015-53278aebfc57",name:"Searing Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+8 damage plus 2d8 fire damage.",damage:"2d8+8 damage plus 2d8 fire damage",category:1},{id:"25169d59-03e1-484f-aa4f-381f84326cc3",name:"Overhead Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires maul; reach 2; 2d8+14 damage plus 2d8 fire damage, and the target is knocked prone.",damage:"2d8+14 damage plus 2d8 fire damage",category:1},{id:"641a1735-791d-44d2-9cd0-e27a97b81d6c",name:"Battering Blows",action:{action:1,trigger:"usable only when bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"close burst 2",attack:{bonus:20,defence:0},description:"",details:"Requires maul; 2d8+8 damage plus 2d8 fire damage, and the target is pushed 2 squares and knocked prone.",damage:"2d8+8 damage plus 2d8 fire damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a06d33e4-e20e-43be-9c1f-910e699726b0",name:"Fire Giant Icefist",details:"",size:3,origin:1,type:2,keywords:"giant",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +12",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +20",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:23},intelligence:{score:17},wisdom:{score:16},charisma:{score:23},hp:454,initiative:15,ac:31,fortitude:31,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"87e32751-afea-49c3-bbb6-48a586729a6f",name:"Ice Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires frigid gauntlets; reach 2; 1d8+18 damage plus 2d8 cold damage.",damage:"1d8+18 damage plus 2d8 cold damage",category:1},{id:"24f629d1-a7f9-452d-8cc4-a6652978a8eb",name:"Blizzard of Blows",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:null,description:"",details:"The fire giant icefist makes three ice punch attacks. If all three attacks hit, make an immediate freezing grasp attack as a free action. This attack can’t be used while the icefist has a grabbed target.",damage:"",category:1},{id:"fe5a7592-f74a-4146-9b99-2be6cf7f56d4",name:"Freezing Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Requires frigid gauntlets; 1d8+18 damage plus 2d8 cold damage, and the target is grabbed.",damage:"1d8+18 damage plus 2d8 cold damage",category:1},{id:"7af6bf25-6e31-42d2-a9e6-cae6404e5f16",name:"Coldsnap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of a grabbed target’s turn, the grabbed target takes 10 cold damage.",damage:"the grabbed target takes 10 cold damage",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7f0568dc-d285-44d0-943f-6388ea175d82",name:"Fire Giant Trooper",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"7",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:10},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:1,initiative:11,ac:34,fortitude:34,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"1f4947a0-13a4-486e-b04c-81a7668c3a2c",name:"Searing Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 10 damage plus 1d8 fire damage.",damage:"10 damage plus 1d8 fire damage",category:1},{id:"ef89114f-617a-429e-bf2e-f5635a7641f9",name:"Iron Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"15/30; 10 damage, and the target is slowed until the end of the fire giant trooper’s next turn.",damage:"10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e7af5a3-c456-4e18-9d5f-9e747591af8d",name:"Frost Giant Bodak Reaver",details:"",size:3,origin:5,type:2,keywords:"cold, giant, undead",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"7 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"greataxe; plate armor",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:16},charisma:{score:23},hp:175,initiative:16,ac:31,fortitude:31,reflex:30,will:31,regeneration:null,auras:[{id:"459da483-fcf0-4de9-a0d8-f407fc81f39a",name:"Agonizing Gaze ",keywords:"",details:"(Fear, Gaze, Necrotic) aura 5; a creature in the aura that makes a melee or a ranged attack against the bodak reaver takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"d7c48e13-fe6d-448c-94da-b55ccc999035",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d12+6 cold damage (crit 2d12 + 18) plus 1d8 necrotic damage, and the target is dazed and weakened (save ends both).",damage:"1d12+6 cold damage (crit 2d12 + 18) plus 1d8 necrotic damage",category:1},{id:"a84f354c-9438-4362-82a2-fb1651a6bc21",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"targets a living creature; if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses a healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses a healing surge",category:1},{id:"e45c9ba7-8bde-49b2-91fb-7f1ff8b08867",name:"Death Drinker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver, the reaver gains a +1 bonus to attack rolls until the end of its next turn, as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"a bodak reaver that takes radiant damage can’t weaken a target until the end of its next turn.",immune:"disease, poison",tactics:""},{id:"6b517f3f-c9ea-4b48-9369-de785f7a9312",name:"Frost Giant Boneclaw",details:"",size:3,origin:5,type:0,keywords:"cold, giant, undead",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Intimidate +16, Stealth +18",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:23},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:136,initiative:15,ac:30,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"57d860fe-3d54-4cbb-8cef-6fef34f3eb32",name:"Icy Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 1d12+6 cold damage.",damage:"1d12+6 cold damage",category:1},{id:"0dac9f77-43a4-4ea4-b170-a81c790a9ac9",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close burst 10",attack:null,description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5},{id:"636ea606-184d-443b-a74e-a85c93ccb39f",name:"Relentless Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the boneclaw hits with an opportunity attack, it can make another opportunity attack against the same target during the current turn.",damage:"",category:0},{id:"883d74f0-d3f5-4277-9835-c73665c12240",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The boneclaw can make opportunity attacks against all enemies within its reach (3 squares)",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"1382daa8-3198-423e-91b1-a6caf2d44cf3",name:"Frost Giant Hunter",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +13",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Athletics +17, Endurance +16, Stealth +16",equipment:"crossbow; hide armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:22},charisma:{score:12},hp:114,initiative:16,ac:27,fortitude:27,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"4664433e-e414-4bcb-9411-62e2c3d6c7b7",name:"Icy Harpoon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d10+5 cold damage.",damage:"2d10+5 cold damage",category:1},{id:"47b45637-b4c6-4d78-a8ee-6e1372869c98",name:"Icy Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"3d6+5 cold damage.",damage:"3d6+5 cold damage",category:1},{id:"9e049360-7f78-4bc8-9bdf-3661a7125284",name:"Skewering Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 3; 3d10+5 cold damage, and the target slides 3 squares and is slowed (save ends).",damage:"3d10+5 cold damage",category:1},{id:"457f993e-7a85-4191-b9a3-109d6243795a",name:"Opening Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost giant gains combat advantage against enemies that have not yet acted during an encounter.",damage:"",category:0},{id:"ce1618e0-5150-4e47-bfb9-16f3ef555644",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost giant deals an extra 1d10 damage against any target it has combat advantage against.",damage:"the frost giant deals an extra 1d10 damage against any target it has combat advantage against",category:0},{id:"f29f1e58-8050-4dee-bd7f-8bff90c1074e",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6167f893-9cbc-44c1-9162-cdd7f92df5bc",name:"Frost Giant Marauder",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"handaxe; hide armor",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:19},intelligence:{score:10},wisdom:{score:17},charisma:{score:12},hp:168,initiative:14,ac:31,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"eb7a3410-712a-4490-8219-abe55a6a254a",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+8 cold damage; hit or miss, the frost giant may shift 2 squares after the attack.",damage:"2d8+8 cold damage",category:1},{id:"ffc37d57-ae84-4a6c-96ad-2fb26c26bea7",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:22,defence:0},description:"",details:"2d6+6 cold damage; hit or miss, the frost giant may shift 2 squares after the attack.",damage:"2d6+6 cold damage",category:1},{id:"87e5702f-abd4-4ade-8bca-1cf5e2f91ed0",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:21,defence:2},description:"",details:"1d8+8 cold damage; hit or miss, the frost giant then makes a charge against the target.",damage:"1d8+8 cold damage",category:1},{id:"8d326d5e-bf5e-4007-9ebc-b6dbf31070d8",name:"Twin Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:null,description:"",details:"The frost giant makes two icy handaxe attacks; the frost giant may shift 2 squares after the first attack.",damage:"the frost giant may shift 2 squares after the first attack",category:1},{id:"9beb1491-62d3-48cc-8c3a-37c8e1c67bc9",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0},{id:"e972b131-c3fb-46d6-b608-9b058c8fdcb5",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost giant can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0cd846d-d842-4da5-9f33-c5bdb87c240d",name:"Frost Giant Raider",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:1,initiative:11,ac:29,fortitude:32,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"2d2c1346-1e9d-4fdd-91f6-ce1df891ffd0",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 10 cold damage.",damage:"10 cold damage",category:1},{id:"490afe75-c548-412a-9b56-808f3e7c5a29",name:"Dying Swipe",action:null,keywords:"",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"The frost giant makes an icy greataxe attack.",damage:"",category:0},{id:"f4484c57-54db-49cc-a9ea-9113f60f8f85",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:20,defence:0},description:"",details:"9 cold damage.",damage:"9 cold damage",category:1},{id:"67c59318-c221-4373-84aa-81ab04615c2b",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93e0380c-4df2-490c-9be6-9226a51b04ba",name:"Frost Giant Sword Wraith",details:"",size:3,origin:5,type:2,keywords:"cold, giant, undead",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +14",movement:"fly 8 (hover); phasing; see also shadow glide",alignment:"Chaotic Evil",languages:"Giant",skills:"Stealth +20",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:12},charisma:{score:24},hp:90,initiative:19,ac:30,fortitude:29,reflex:30,will:32,regeneration:{value:10,details:"if the sword wraith takes radiant damage, regeneration is negated until the end of the sword wraith’s next turn"},auras:[],powers:[{id:"72f1ca68-eec7-4af4-b693-dee5f9cbac82",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d8+7 necrotic damage, and the target is weakened (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"5a116ff2-3768-4611-b21f-84c542c2ac5c",name:"Death Strike",action:null,keywords:"Cold, Necrotic",condition:"when reduced to 0 hit points",range:"The sword wraith shifts 4 squares and makes a melee basic attack, dealing an extra 2d8 cold and necrotic damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"7e4c4eef-68ed-44b8-8716-0221737e1848",name:"Combat Advantage",action:null,keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The sword wraith deals an extra 2d6 cold and necrotic damage against any target it has combat advantage against.",damage:"the sword wraith deals an extra 2d6 cold and necrotic damage against any target it has combat advantage against",category:0},{id:"77958156-9b7e-4f8d-8148-44a2322bf746",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sword wraith shifts 6 squares.",damage:"The sword wraith shifts 6 squares",category:2},{id:"d4f446c2-b5b0-4826-a989-f171f972ab93",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sword wraith rises as a free-willed sword wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-20}],resist:"insubstantial",vulnerable:"10 radiant (see also regeneration above)",immune:"disease, poison",tactics:""},{id:"dd1d528f-5d58-4507-afb1-4505a7defd28",name:"Frost Giant Warchief",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +16",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Athletics +23",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:21},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:233,initiative:15,ac:32,fortitude:32,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"26d30cad-4ffc-48d5-867f-17b8a25cf3af",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 4d6+9 (crit 8d6 + 33) cold damage.",damage:"4d6+9 (crit 8d6 + 33) cold damage",category:1},{id:"df54b76f-6a39-4944-8032-d1f972912115",name:"Dying Swipe",action:null,keywords:"",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"The frost giant makes an icy greataxe attack.",damage:"",category:0},{id:"f062f512-6fdb-4cc0-b226-df0f17ec7f22",name:"Chilling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d6+9 cold damage, and the target gains vulnerable 10 cold (save ends).",damage:"2d6+9 cold damage",category:1},{id:"72ec2a34-97c2-48f4-ab33-9cd8d186090c",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:25,defence:0},description:"",details:"2d8+9 cold damage.",damage:"2d8+9 cold damage",category:1},{id:"c51336c1-e0f6-4c58-99e9-5da28c16b0a1",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c1b34d64-c562-46f1-811c-4e34c4cb88b9",name:"Frost Giant Windkeeper",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:16,role:{type:3,flag:0,leader:!0},senses:"Perception +20",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +17, Nature +20, Religion +17",equipment:"drum; hide armor; longspear",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:21},intelligence:{score:19},wisdom:{score:24},charisma:{score:21},hp:158,initiative:13,ac:30,fortitude:31,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"ac4becdc-3987-4339-8430-793b3ad4ec84",name:"Spear of Storms",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d10+5 cold damage, and the target slides 3 squares.",damage:"2d10+5 cold damage",category:1},{id:"3fa69ca9-a375-464d-91f9-e9419a50b93d",name:"Arctic Vortex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:1},description:"",details:"2d6+5 cold damage, and the target slides 3 squares.",damage:"2d6+5 cold damage",category:1},{id:"5bf7a5bd-e783-4529-96b8-20587c9eba3a",name:"Driving Blizzard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area burst 2 within 20",attack:{bonus:20,defence:2},description:"",details:"3d6+5 cold damage, and the target is immobilized (save ends). Until the end of the encounter, the area becomes difficult terrain for creatures smaller than Large size.",damage:"3d6+5 cold damage",category:1},{id:"a19a3a3a-9727-49df-8259-791c5425b22d",name:"Gale of the North Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:20,defence:1},description:"",details:"targets enemies only; 4d10+5 cold damage, and the target is pushed 2 squares and knocked prone. Miss: Half damage and push 1 square.",damage:"4d10+5 cold damage",category:1},{id:"73057ef6-f0ce-403c-8960-774e27f4629e",name:"Drums of the North",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target is pushed 2 squares and slowed until the end of the frost giant’s next turn. Allies in the burst immediately shift 3 squares. The frost giant must sheath his longspear to play the drum.",damage:"the target is pushed 2 squares and slowed until the end of the frost giant’s next turn",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"58658952-25fe-4d4d-8b24-82a2c7b578b8",name:"Frostfell Harrier",details:"",size:2,origin:1,type:1,keywords:"cold",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"5, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:22},intelligence:{score:5},wisdom:{score:19},charisma:{score:6},hp:1,initiative:14,ac:27,fortitude:24,reflex:26,will:24,regeneration:null,auras:[{id:"18cfc9c3-d005-474b-8afe-813cc739fc42",name:"Frostfield",keywords:"",details:"aura 1; each enemy within the aura takes a –2 penalty to attack rolls."}],powers:[{id:"ea4a652a-b953-4e15-ae80-283dca72c8d7",name:"Ice Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"9 cold damage.",damage:"9 cold damage",category:1},{id:"14ae560d-89c4-4760-8868-fed065c7d12b",name:"Ice Slide",action:{action:4,trigger:"when a melee attack misses the frostfell harrier",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The attacker takes 4 cold damage and slides 3 squares.",damage:"the attacker takes 4 cold damage and slides 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"369aa635-8a2d-4920-b5dc-294825b2b923",name:"Frostfell Harrower",details:"",size:2,origin:1,type:1,keywords:"cold",level:20,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"5, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:24},intelligence:{score:10},wisdom:{score:19},charisma:{score:6},hp:1,initiative:19,ac:34,fortitude:32,reflex:34,will:31,regeneration:null,auras:[{id:"d90bbefb-8332-4d6a-8631-ce8748eabe33",name:"Frostfield",keywords:"",details:"aura 1; each enemy within the aura takes a –2 penalty to attack rolls."}],powers:[{id:"330382a9-a155-4cb8-bb26-157a8c350b57",name:"Ice Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"15 cold damage.",damage:"15 cold damage",category:1},{id:"2ff46000-6975-46cc-b81b-69da04eb7db8",name:"Ice Slide",action:{action:4,trigger:"when a melee attack misses the frostfell harrower",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The attacker takes 7 cold damage and slides 3 squares.",damage:"the attacker takes 7 cold damage and slides 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"74e3ef39-573f-4c8d-9b7b-bd192e9d906e",name:"Galeb Duhr Stoneshaper",details:"",size:2,origin:1,type:2,keywords:"earth",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +14; tremorsense 10",movement:"4 (earth walk), burrow 6",alignment:"Unaligned",languages:"Dwarven, Giant",skills:"Stealth +13",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:16},intelligence:{score:12},wisdom:{score:18},charisma:{score:12},hp:86,initiative:8,ac:22,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"8f1e9705-8969-4523-bcdb-770cf961139b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"2297626e-d428-46ca-820c-9f487d67394b",name:"Stone Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:15,defence:2},description:"",details:"2d6+5 damage. The stoneshaper can create shards to hurl when none are present.",damage:"2d6+5 damage",category:1},{id:"7931c69f-ec2d-43fe-80af-36b67e88e759",name:"Stone Wall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The stoneshaper calls forth a wall of stone. Close burst 2",attack:{bonus:13,defence:1},description:"",details:"1d10+6 damage, and the target is pushed 1 square and knocked prone. The stoneshaper gains +2 to all defenses until the beginning of its next turn.",damage:"1d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification, poison",tactics:""},{id:"85cb066d-648c-4216-a20b-c54b16b01ef4",name:"Ghost Worg Packmate",details:"",size:3,origin:5,type:1,keywords:"undead",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:11},wisdom:{score:14},charisma:{score:20},hp:1,initiative:14,ac:29,fortitude:30,reflex:29,will:28,regeneration:null,auras:[{id:"19a18507-44d8-4134-9168-2f03c82168a6",name:"Death Mist",keywords:"",details:"aura 1; enemies that enter or start their turn in the aura take 10 necrotic damage."}],powers:[{id:"0550564e-e352-4831-a59f-b20919d924b2",name:"Ghost Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1},{id:"ce83850b-ce4d-4143-a691-8c9398430b4c",name:"Insubstantial Defense",action:{action:7,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost worg makes a saving throw. If the save succeeds, the attack passes harmlessly through the ghost worg’s form.",damage:"",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4e261504-2fbe-479b-a643-5573c3ffa016",name:"Gorrick Frostcaller",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:18,role:{type:3,flag:0,leader:!0},senses:"Perception +14",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Arcana +20, Bluff +17, Diplomacy +17, History +20, Thievery +17",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:16},intelligence:{score:22},wisdom:{score:21},charisma:{score:16},hp:172,initiative:12,ac:32,fortitude:30,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"d7a059ee-ddd1-440b-9443-ded9174339c0",name:"Frost Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Reach 2; 2d8+6 cold damage, and the target is immobilized until the end of Gorrick’s next turn.",damage:"2d8+6 cold damage",category:1},{id:"7d493d9c-422f-4bb0-9073-91e1976774ab",name:"Ray of Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"2d10+6 cold damage, and the target is slowed until the end of Gorrick’s next turn.",damage:"2d10+6 cold damage",category:1},{id:"ff02f59f-f7aa-493c-888c-21b21e110018",name:"Ice Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"3d10+6 cold damage, and the target is entombed in a block of ice until the end of Gorrick’s next turn. While entombed, the target is stunned, and attacks cannot gain line of effect against the target.",damage:"3d10+6 cold damage",category:1},{id:"ceca98a3-4b5e-41ec-863d-efbb04a6ad83",name:"Elemental Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"targets one elemental ally; the elemental ally makes a basic attack with a +4 bonus to the attack roll and damage roll.",damage:"the elemental ally makes a basic attack with a +4 bonus to the attack roll and damage roll",category:1},{id:"decc93e1-17ef-459a-8fe1-cf6749bab3ac",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gorrick moves 2 squares fewer than any forced movement specifies. He makes a saving throw to avoid being knocked prone.",damage:"Gorrick moves 2 squares fewer than any forced movement specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a5e67f3-de0f-4f43-bfea-487ff67e7b47",name:"Haunted Armor Animus",details:"",size:2,origin:3,type:0,keywords:"undead",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"heavy shield; longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:8},wisdom:{score:14},charisma:{score:11},hp:1,initiative:14,ac:35,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"d1c6f63d-a4b7-4d9e-aa17-39875f17c22e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1},{id:"fad8fe02-85c5-4b13-afe0-456fd80672c8",name:"Ectoplasmic Burst",action:null,keywords:"Necrotic",condition:"when the haunted armor animus drops to 0 hit points",range:"Close burst 3",attack:{bonus:24,defence:1},description:"",details:"12 necrotic damage and the target is dazed (save ends).",damage:"12 necrotic damage and the target is dazed (save ends)",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ff1a0ca-98ea-4e0f-b2d4-553a60dc09b0",name:"Hill Giant Battlechief",details:"",size:3,origin:4,type:2,keywords:"giant",level:14,role:{type:6,flag:0,leader:!0},senses:"Perception +15",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +18, Intimidate +14, Stealth +16",equipment:"battleaxe; hide armor",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:19},intelligence:{score:16},wisdom:{score:17},charisma:{score:15},hp:144,initiative:13,ac:28,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"275877a4-5c95-40fe-9440-5c51f37fe61e",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"faf4db2e-7d23-43a8-843e-d0b8b691adc9",name:"Inspiring Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 3d10+8 damage, and all allies within 10 squares heal 15 hit points.",damage:"3d10+8 damage",category:1},{id:"4c822013-b6c2-4674-913f-30fbe0440ed2",name:"Frenzied Advance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"allies within the burst shift 3 squares.",damage:"allies within the burst shift 3 squares",category:3},{id:"e7b1a292-75c3-4fbc-adea-254da528f848",name:"Battle Weave",action:{action:4,trigger:"when an attack hits or misses the hill giant",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hill giant battlechief shifts up to 3 squares and gains combat advantage against all enemies until the end of his next turn.",damage:"The hill giant battlechief shifts up to 3 squares and gains combat advantage against all enemies until the end of his next turn",category:5},{id:"9dc397b0-efc4-4c22-ad9f-af24a0d71c3a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hill giant battlechief deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the hill giant battlechief deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4cc5fb27-e823-4223-897b-b9483152ae46",name:"Hill Giant Grunt",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +15",equipment:"greatclub; hide armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:8},intelligence:{score:7},wisdom:{score:12},charisma:{score:9},hp:1,initiative:5,ac:25,fortitude:27,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"796078da-28b2-4297-96c3-bc7908789f18",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 9 damage and the target is pushed 1 square.",damage:"9 damage and the target is pushed 1 square",category:1},{id:"6a096798-b9d1-45e0-bde9-549585f11fed",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8/16",attack:{bonus:15,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35ca5fce-2099-4894-98fe-a82c4ae92ee1",name:"Hill Giant High Shaman",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Arcana +13, Nature +13",equipment:"hide armor",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:262,initiative:9,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f71afd76-60d2-4cc7-a3a8-50189079eb92",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"ee8f21d6-066a-47aa-b6dd-35c354687147",name:"Whisper of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"1d10+6 damage, and the hill giant shaman and his allies gain a +1 bonus to attack rolls against the target until the end of the hill giant shaman’s next turn.",damage:"1d10+6 damage",category:1},{id:"9be975d1-85d6-439f-8b4a-785279d6a673",name:"Earthrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Weapon",condition:"",range:"Close burst 3",attack:{bonus:17,defence:2},description:"",details:"targets enemies only; 1d10+6 damage, and target is knocked prone.",damage:"1d10+6 damage",category:1},{id:"7deb33e0-112a-4146-9e53-37b515804031",name:"Earthstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Weapon",condition:"",range:"Requires quarterstaff. Close blast 5",attack:{bonus:15,defence:1},description:"",details:"3d10+6 damage, and the target is pushed 1 square and blinded (save ends).",damage:"3d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d459716c-3506-4a11-946d-07eb3c91f6bb",name:"Hill Giant Shaman",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Arcana +13, Nature +13",equipment:"hide armor",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:131,initiative:9,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"a16a58d1-d71a-4781-a6e1-663744ef41c4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"eee3094a-4ed3-479c-b799-3efb6a529410",name:"Earthstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Weapon",condition:"",range:"Requires quarterstaff. Close blast 5",attack:{bonus:15,defence:1},description:"",details:"3d10+6 damage, and the target is pushed 1 square and blinded (save ends).",damage:"3d10+6 damage",category:1},{id:"76771726-91dd-47bd-bdd4-79ca49c65ae8",name:"Volcanic Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Weapon",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"1d10+6 damage, and target gains vulnerable 5 fire (save ends).",damage:"1d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"653997cb-d0fa-4a71-b07a-cb3eb4be2b2a",name:"Hill Giant Slinger",details:"",size:3,origin:4,type:2,keywords:"giant",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Acrobatics +17, Nature +15, Stealth +17",equipment:"hide armor; sling",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:20},intelligence:{score:9},wisdom:{score:16},charisma:{score:11},hp:112,initiative:12,ac:26,fortitude:26,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"32f3329a-eeac-4749-b694-fca423097b7d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"5ca76ee3-8baa-47f6-9c57-cf956b93f5cd",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"157edc62-d02a-44e9-b40a-c3840291eaf1",name:"Special Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:19,defence:2},description:"",details:"2d8+6 damage, and target is slowed and takes ongoing 5 acid damage (save ends both).",damage:"2d8+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d78a767f-a886-42e8-a4d4-3279725ef7a6",name:"King Snarr",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"7",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +18, Endurance +21, Intimidate +20",equipment:"maul",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:24},intelligence:{score:18},wisdom:{score:17},charisma:{score:22},hp:428,initiative:16,ac:30,fortitude:30,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"69055fae-60ac-49cc-8166-264ee1c61545",name:"Searing Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+7 damage plus 2d8 fire damage.",damage:"2d8+7 damage plus 2d8 fire damage",category:1},{id:"8fa4ad79-c357-46e0-96a1-696157ccbc60",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"King Snarr makes two searing maul attacks.",damage:"",category:1},{id:"0e94e397-51b0-4b5d-b453-8453072a886f",name:"Thundering Smash",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire, Thunder, Weapon",condition:"",range:"close blast 3",attack:{bonus:20,defence:0},description:"",details:"Requires maul; 3d8+7 damage plus 2d8 fire and thunder damage, and the target is pushed 2 squares and dazed (save ends).",damage:"3d8+7 damage plus 2d8 fire and thunder damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b00cc24c-1559-4b2a-b600-10effa71fff1",name:"Ogre Warrior",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"club; hide armor; javelin",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:16},intelligence:{score:4},wisdom:{score:14},charisma:{score:6},hp:115,initiative:10,ac:25,fortitude:24,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"2335ebbc-5cbb-4fdd-8860-e91f1e9de77c",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d8+5 damage; see also skirmish.",damage:"1d8+5 damage",category:1},{id:"d9cddc1b-2d1f-4ac8-9f0a-54c32af6b7be",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage; see also skirmish.",damage:"1d8+5 damage",category:1},{id:"1bef1d51-9cbd-47bc-afa9-622afca68e61",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The ogre warrior makes a javelin attack followed by a charge attack.",damage:"",category:1},{id:"d0adef03-3a87-4af1-be98-1c3e43922470",name:"Skirmish +1d10",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the ogre warrior ends its move at least 4 squares away from its starting point, it deals an extra 1d10 damage on its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9a2f186-e0bc-4c6c-8805-6b80d183e733",name:"Orc Mercenary",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +14, Intimidate +9",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:120,initiative:11,ac:26,fortitude:25,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"f2861f6f-91bf-48f9-875d-23a3749f5e28",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17).",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"b76cb9c1-4c04-4a6e-906b-81d54734da07",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage; see also killer’s eye.",damage:"1d8+5 damage",category:1},{id:"cfdb23ef-e88e-4879-bd32-f133695ace47",name:"Warrior’s Surge",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"The orc mercenary makes a melee basic attack and regains 30 hit points.",attack:null,description:"",details:"",damage:"",category:5},{id:"99963bb0-60e0-4f64-bf89-d579f3e07c7d",name:"Killer’s Eye",action:null,keywords:"",condition:"",range:"When making a ranged attack, the orc mercenary ignores cover and concealment (but not total concealment) if the target is within 5 squares of it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4db4cee2-f3f0-426a-9fea-e6ab8167e2a3",name:"Piranoth (Diminished State)",details:"",size:4,origin:1,type:1,keywords:"primordial",level:19,role:{type:6,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:28},intelligence:{score:14},wisdom:{score:25},charisma:{score:19},hp:752,initiative:0,ac:30,fortitude:31,reflex:30,will:32,regeneration:null,auras:[{id:"eaa2b0c5-feb1-4557-9e5e-e76b9988d890",name:"Cloud of Elemental Chaos",keywords:"",details:"aura 3; each enemy that starts its turn in the aura takes damage; roll 1d6: 1–3, 10 fire damage; 4–5, 10 cold damage; 6, 15 cold and fire damage."}],powers:[{id:"60f60c8a-d30f-4762-89af-25ba9124d10c",name:"Magma Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 4; 3d6+8 fire damage.",damage:"3d6+8 fire damage",category:1},{id:"1ccd5f7b-c304-4aaa-af75-ae444f556dec",name:"Arctic Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 30",attack:{bonus:22,defence:1},description:"",details:"2d6+7 cold damage, and the target is slowed (save ends).",damage:"2d6+7 cold damage",category:1},{id:"3b4d24df-fc13-4c4c-8584-379a1dc06065",name:"Earthen Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"1d10+8 damage, and the target is pushed 3 squares.",damage:"1d10+8 damage",category:1},{id:"3ac78d89-047a-4597-8bf5-ee118d33ae12",name:"Icefire Slash",action:{action:4,trigger:"when an attack misses piranoth",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 4; 1d10+8 cold and fire damage.",damage:"1d10+8 cold and fire damage",category:5},{id:"509a155c-d554-4bd0-823c-d9acb45ec67b",name:"Elemental Torrent",action:{action:1,trigger:"recharges each time piranoth spends an action point",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:20,defence:1},description:"",details:"4d8+7 cold and fire damage, and the target slides 2 squares and is immobilized (save ends).",damage:"4d8+7 cold and fire damage",category:5},{id:"41a905a6-82d4-45e3-8e51-30d110de37a8",name:"Chaos Jump",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Piranoth teleports 10 squares. Any enemies adjacent to Piranoth when he teleports are dazed (save ends).",damage:"Piranoth teleports 10 squares",category:2},{id:"5ab825a5-6ce1-42ac-85ca-f851a6b18026",name:"Earth Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Piranoth shifts 3 squares. Any enemies adjacent to Piranoth when he shifts are knocked prone.",damage:"Piranoth shifts 3 squares",category:3},{id:"19d51a74-9adf-4368-98ab-9d70fa8507f3",name:"Triple Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Piranoth acts three times in a round, on initiative counts 35, 25, and 15. It cannot delay or ready actions. On each turn, it can use one action, either a minor, a move, or a standard. It can use one immediate action between each turn.",damage:"on initiative counts 35",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"attacks by characters below level 15",tactics:""},{id:"36425a95-e1d5-46e1-a9d6-dd9c0146332f",name:"Rage Drake Ravager",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:14},intelligence:{score:4},wisdom:{score:14},charisma:{score:13},hp:178,initiative:9,ac:27,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"0de53a2f-4662-4e73-8ee5-f7c5e51c7a78",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage; see also bloodied rage.",damage:"2d8+6 damage",category:1},{id:"f2da50bf-c028-4fe7-a60c-1d217d8b0d71",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage; see also bloodied rage.",damage:"1d10+6 damage",category:1},{id:"039a152b-95c9-4e18-b9c2-94cfa174b27e",name:"Raking Leap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rage drake leaps up to 8 squares, making four claw attacks against a single target as it lands.",damage:"The rage drake leaps up to 8 squares",category:1},{id:"447da252-26b8-4778-b46e-c61aecde15cc",name:"Bloodied Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The rage drake gains a +2 bonus to attack rolls and deals an extra 10 damage per attack.",damage:"the rage drake gains a +2 bonus to attack rolls and deals an extra 10 damage per attack",category:0},{id:"e09c6ddb-4e02-4fd9-81ad-707450593528",name:"Raging Mount",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while bloodied and mounted by a friendly rider of 15th level or higher",range:"The rage drake grants its rider a +2 bonus to attack rolls and damage rolls with melee attacks.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:""},{id:"96086dcf-8bb7-49ad-82ea-5abedeb2ff09",name:"Salamander Swordbearer",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Primordial",skills:"",equipment:"khopesh",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:18},charisma:{score:15},hp:153,initiative:14,ac:32,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"f1f11968-adab-42ee-8d6a-5128e1f5b098",name:"Khopesh",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 1d8+7 damage, plus 5 fire damage.",damage:"1d8+7 damage",category:1},{id:"d05f0985-1654-448a-b01f-b3176af4d016",name:"Executioner’s Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Targets bloodied enemy only; reach 2; 2d8+7 damage, plus 5 fire damage. If the target is prone, it takes an additional 10 damage.",damage:"2d8+7 damage",category:1},{id:"9451c5d9-14c9-4bc5-9c85-da6bfda61e54",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves within 2 squares of the salamander swordbearer",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"The salamander attacks the enemy; reach 2; 1d10+7 fire damage, the target is knocked prone, and the target’s move action ends in that square.",damage:"1d10+7 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fbbe9cf4-c44b-4d64-a8ae-0dd2621528ab",name:"Skeletal Arcane Guardian",details:"",size:2,origin:4,type:0,keywords:"undead",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:20},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:176,initiative:12,ac:27,fortitude:27,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"e4d1d094-2380-4748-83f4-8f99df06e8a1",name:"Twin Scimitar Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The skeletal arcane guardian makes two scimitar attacks against the same target; 1d10+6 damage (crit 1d10 + 16). This also holds true for opportunity attacks.",damage:"1d10+6 damage (crit 1d10 + 16)",category:1},{id:"6db72199-414d-4d72-a3e8-ea25698e2432",name:"Cascade of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The skeletal arcane guardian makes two twin scimitar strike attacks (four scimitar attacks total).",damage:"",category:1},{id:"bf1e21e1-8e97-49a5-9249-b7e6db171352",name:"Arcane Assassin",action:{action:4,trigger:"when an enemy uses an arcane power",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal arcane guardian shifts 8 squares and makes a melee basic attack against the triggering target.",attack:null,description:"",details:"",damage:"",category:5},{id:"86a5b87d-8530-4909-aa64-8fec1b6cf90e",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal arcane guardian makes a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"21815c47-f1fc-4a25-b3ee-ffafbb849217",name:"Spectral Servant",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +15; darkvision",movement:"4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:1,initiative:11,ac:29,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"475a9c1f-8288-4fb2-8b7a-0c4876c50293",name:"Spectral Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"9 necrotic damage.",damage:"9 necrotic damage",category:1},{id:"c1c15112-30ec-4f82-88cc-fea0c6018abb",name:"Spectral Dance",action:{action:4,trigger:"when missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spectral servant shifts 3 squares and makes a spectral claw attack at any point during that movement. It gains resist all damage until the start of its next turn.",damage:"it gains resist all damage until the start of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f9848446-2496-456a-bf3f-dfc4bce4512d",name:"Torrian",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:15},charisma:{score:12},hp:94,initiative:14,ac:26,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"9ac452be-e5bc-46db-8258-147bb300216d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"04720148-03c4-4fa6-93b9-575c99584885",name:"Strike from Hiding",action:{action:1,trigger:"the torrian must be invisible",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Reach 2; 2d8+3 damage, and the target is dazed (save ends).",damage:"2d8+3 damage",category:5},{id:"678e2410-e8f7-4efd-a63b-98f1556aaaf8",name:"Stealthy Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian shifts 4 squares and becomes invisible until the end of its next turn.",damage:"The torrian shifts 4 squares and becomes invisible until the end of its next turn",category:2},{id:"7cdf71b6-8ece-4ad2-a98a-5057685168a9",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1},{id:"135b416b-4e3d-4ee8-819e-86256040e03d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian deals an extra 1d8 damage against any target it has combat advantage against.",damage:"the torrian deals an extra 1d8 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b6ba9ba-f135-4cb4-9f06-26f9e4c1f938",name:"Torrian Guard",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Athletics +15, Endurance +16, Intimidate +12",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:132,initiative:11,ac:29,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"72c197bf-a9d1-44bd-910f-61771fdb9004",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"ff0d224e-55e1-4974-b67e-abfc9ca1f7b2",name:"Torrian’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:20,defence:0},description:"",details:"targets enemies; the torrian pulls each target 2 squares to an adjacent square and then makes a close attack against each adjacent enemy; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"568f9555-cb34-4faa-aa0d-3feccd4a1b60",name:"Rending Claw",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 3d6+6 damage, and the target takes a –2 penalty to all defenses until the end of the torrian’s next turn.",damage:"3d6+6 damage",category:5},{id:"13e6f237-6b6e-485a-96e3-c59e670737fc",name:"Sudden Strike",action:{action:4,trigger:"when an enemy moves or shifts out of a square adjacent to the torrian",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian makes an immediate claw attack against the triggering target.",damage:"",category:5},{id:"6bb90eea-f563-4c54-a4e6-fd791671a515",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"49bcea96-bcf6-4092-9a04-c429530ed600",name:"Torrian Hurler",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Nature +13, Stealth +16",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:20},intelligence:{score:18},wisdom:{score:15},charisma:{score:16},hp:100,initiative:11,ac:25,fortitude:25,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"1d1f4907-79e8-45cd-8a0f-020416c2a81d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"812ffced-1b50-4ed6-976f-29bb0feb3cc2",name:"Torrian Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:20,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"926b6e6f-1708-4bc0-8374-991c9bfdec9d",name:"Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:20,defence:0},description:"",details:"targets one or two creatures; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"52eca53b-c153-4332-9ee6-3929042e83bd",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f8e2184-6c43-4b1a-91cf-dc00164e3ce0",name:"Torrian Seneschal",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Arcana +15, Diplomacy +14, Nature +13, Religion +15",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:17},intelligence:{score:18},wisdom:{score:15},charisma:{score:16},hp:128,initiative:9,ac:27,fortitude:25,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"1d72f177-01c1-44cf-84d1-ab19b9b97892",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"a5335ccc-233f-45ef-8bab-06b0ba78bc0a",name:"Torrian’s Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and (hit or miss) all allies within 5 squares regain 10 hit points and gain a +2 bonus to attacks until the end of the torrian’s next turn.",damage:"2d8+6 damage",category:1},{id:"b4c35c6f-68a1-448a-834e-43c22afae5fb",name:"Cause Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 2",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is pushed 3 squares and is immobilized (save ends).",damage:"the target is pushed 3 squares and is immobilized (save ends)",category:1},{id:"edf365b6-8be6-4899-99f8-2d556be249f4",name:"Healing Word",action:{action:3,trigger:"1/round; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one ally; the target can spend a healing surge and regain an additional 3d6 hit points.",damage:"the target can spend a healing surge and regain an additional 3d6 hit points",category:5},{id:"51ea9c3f-55ad-48d2-9161-8457988e234f",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3243cfbc-0bb2-4ff5-95e0-9c4177f33012",name:"Warforged Destroyer",details:"",size:2,origin:4,type:2,keywords:"living construct",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +15, Nature +14, Stealth +16",equipment:"quarterstaff",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:16},wisdom:{score:15},charisma:{score:12},hp:105,initiative:11,ac:26,fortitude:26,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"0ca4d498-6280-4d01-ac2d-ce3f03fa4d47",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"2f1afbe5-5956-4e19-9bbf-0f04c925319e",name:"Rumble Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Implement",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d8+6 force damage, and the target is pushed 2 squares and knocked prone.",damage:"2d8+6 force damage",category:1},{id:"88ccffde-0e12-4252-aaf5-f6b3df40b01a",name:"Collision Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Implement",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d8+6 force damage, and the warforged destroyer makes a secondary attack against one or two targets within 3 squares of the primary target. Secondary Attack: +19 vs. Fortitude; 1d8 + 6 force damage, and the destroyer slides the target 3 squares toward the primary target. Effect: After all attacks are resolved, any target hit by an attack is knocked prone if it is adjacent to another target.",damage:"1d8+6 force damage",category:1},{id:"5201f804-647c-476c-b696-e9f91f864e10",name:"Thunder Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Thunder",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+6 thunder damage, and the warforged destroyer pushes the target 2 squares.",damage:"2d8+6 thunder damage",category:1},{id:"9675e282-5c00-4318-a3dc-0e7d7fdc53e9",name:"Destruction Sphere",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Thunder",condition:"",range:"Area burst 3 within 10",attack:{bonus:18,defence:2},description:"",details:"3d8+6 thunder damage, and the target is knocked prone. Miss: Half damage.",damage:"3d8+6 thunder damage",category:1},{id:"40a6ce30-d835-4112-855b-dfecd9c0d5fe",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged destroyer gains 9 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 9 hit points.",damage:"the warforged destroyer gains 9 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85912297-9e36-4433-98f8-6b4430cdc046",name:"Warforged Flamepriest",details:"",size:2,origin:4,type:2,keywords:"living construct",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Heal +16, Religion +14",equipment:"chainmail; holy symbol; warhammer",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:12},intelligence:{score:17},wisdom:{score:20},charisma:{score:14},hp:129,initiative:7,ac:27,fortitude:25,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"3da93a13-c2e8-4412-bedd-4d27c00ee47a",name:"Fiery Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage plus 1d8 fire damage, and the target takes a –2 penalty to AC until the end of the warforged flamepriest’s next turn.",damage:"1d10+6 damage plus 1d8 fire damage",category:1},{id:"c7deea48-e189-4c4d-9335-0857f2d71529",name:"Heat of Battle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 plus 1d8 fire damage, and ongoing 5 fire damage until the target ends its turn in a space that isn’t adjacent to the warforged flamepriest.",damage:"1d10+6 plus 1d8 fire damage",category:1},{id:"3dd0b1aa-7ea1-4626-9193-0d1308e027d7",name:"Mending Flash Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"targets enemies; 1d8+6 fire damage. Effect: The warforged flamepriest and each ally within the burst gain 10 temporary hit points. Each warforged ally within the burst uses warforged resolve as an immediate reaction.",damage:"1d8+6 fire damage",category:1},{id:"1e2104cc-48c3-4135-93b7-7f8667f07ec1",name:"Blunted Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Area burst 3 within 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the target takes a –2 penalty to attack rolls and a –4 penalty to damage rolls (save ends both).",damage:"2d8+6 psychic damage",category:1},{id:"d30ebbc0-a876-40ec-a60e-e6a142ebb7fe",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged flamepriest gains 9 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 9 hit points.",damage:"the warforged flamepriest gains 9 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ae5b274-2cd8-4a81-ad3f-2d87ab3d3793",name:"Warforged Knight",details:"",size:2,origin:4,type:2,keywords:"living construct",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Endurance +14, Intimidate +12",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:122,initiative:11,ac:28,fortitude:26,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"9cd64acd-d948-4fd9-be57-ee5d6b42e5d4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the warforged knight’s next turn; see also battlefield tactics.",damage:"1d8+5 damage",category:1},{id:"d7173f78-225e-4b9c-89b5-079862e71561",name:"Knight’s Honor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 2d8+5 damage, and ongoing 5 damage until the target attacks the warforged knight.",damage:"2d8+5 damage",category:1},{id:"a0c120bc-737e-4202-9566-3a7c53cfe766",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"The warforged knight gains a +2 bonus to melee attacks if it has an ally adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"0ce56c5d-9732-45ff-a24d-1aaa363e287f",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged knight gains 10 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 10 hit points.",damage:"the warforged knight gains 10 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5060d189-8a3a-4826-ae2e-3d4b63feb6a0",name:"Winter Wolf Frostbreath",details:"",size:2,origin:4,type:1,keywords:"",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Stealth +22 (+27 in snow or ice)",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:26},intelligence:{score:10},wisdom:{score:19},charisma:{score:13},hp:136,initiative:17,ac:30,fortitude:29,reflex:31,will:27,regeneration:null,auras:[],powers:[{id:"a44806f7-d233-43b7-97e8-40428dc2320e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10 + 7 damage plus 1d8 cold damage.",damage:"1d10 + 7 damage plus 1d8 cold damage",category:1},{id:"e893342d-cd17-49e6-be86-cf50f0a1eff6",name:"Ray of Cold",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:23,defence:2},description:"",details:"2d8 + 7 cold damage, and the target is slowed (save ends).",damage:"2d8 + 7 cold damage",category:1},{id:"b6527ae2-3fbd-4dea-a674-d52c4503b60a",name:"Blast of Sleet",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8 + 7 cold damage, and the target slides 3 squares and falls prone.",damage:"3d8 + 7 cold damage",category:1}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"58d7de2c-0d72-4741-bacb-2567c807ff4e",name:"Zaelex",details:"",size:2,origin:1,type:2,keywords:"cold; ice archon",level:19,role:{type:3,flag:0,leader:!0},senses:"Perception +14",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Arcana +20, Bluff +17, Diplomacy +17, History +20",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:16},intelligence:{score:22},wisdom:{score:21},charisma:{score:16},hp:180,initiative:12,ac:33,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"3daa3739-3bb9-49ba-811d-710bc1887a86",name:"Ice Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+3 cold damage, and the target is immobilized until the end of Zaelex’s next turn.",damage:"2d8+3 cold damage",category:1},{id:"a618abcb-7d7a-4fc6-b455-ee58acfb9657",name:"Ice Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:23,defence:2},description:"",details:"1d6+3 cold damage, and the target is slowed and takes ongoing 10 cold damage (save ends both).",damage:"1d6+3 cold damage",category:1},{id:"92ab5d9e-3e57-4a5c-b30c-2e9ab714e60d",name:"Blizzard Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 3d8+5 cold damage, and the area becomes a zone that lasts until the end of the encounter. If a creature begins its turn in the zone, Zaelex can slide the creature 2 squares as a free action.",damage:"3d8+5 cold damage",category:1},{id:"859e6d4b-6047-4f00-a0e4-20f7dcf56e80",name:"Winter’s Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 4d10+7 cold damage, and the target is immobilized (save ends). First Failed Save: The target is restrained (save ends). Second Failed Save: The target turns to ice and is petrified.",damage:"4d10+7 cold damage",category:1},{id:"d7641b7e-3472-42e1-a749-01ac72ee34fc",name:"Master of the Tower",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Zaelex can utilize the effects described under “Tower Effects,” and can move through tower walls as though they weren’t there.",damage:"",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6e5a5047-0fb6-4592-8ca1-a8d459f873b2",name:"Havastav",details:"",size:2,origin:5,type:2,keywords:"",level:9,role:{type:6,flag:1,leader:!0},senses:"Perception +11; darkvision",movement:"5 see also shadow stride",alignment:"Evil",languages:"Common, Netherese",skills:"Diplomacy +14, Insight +11, Intimidate +14, Stealth +11",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:184,initiative:10,ac:25,fortitude:23,reflex:21,will:22,regeneration:{value:10,details:"(If Havastav takes radiant damage, his regeneration"},auras:[],powers:[{id:"46153638-cb81-4ee2-9334-187443d601b5",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+6 damage (crit 1d6+16).",damage:"1d10+6 damage (crit 1d6+16)",category:1},{id:"49bf0dca-f906-4916-9b4e-391b7e0e968f",name:"Gloom Chakram",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"",attack:{bonus:13,defence:0},description:"",details:"Range 5; 2d6+3 force damage.",damage:"2d6+3 force damage",category:1},{id:"b5cf8b65-eea4-4127-adb6-e2085b1ad817",name:"Arching Swings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Havastav makes two basic melee attacks and shifts 1 square after the first attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"217ff648-be5c-4c15-bc52-7d968a45900e",name:"Disrupting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d10+6 damage plus ongoing 5 force damage (save ends).",damage:"3d10+6 damage plus ongoing 5 force damage (save ends)",category:1},{id:"a76df9cc-f4b4-48ad-8574-dbbc8f1c61f8",name:"Triumphant Cry",action:{action:7,trigger:"when havastav scores a critical hit or reduces an enemy to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Havastav or an ally within 20 squares can make a melee or ranged attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"731f1327-59a4-487a-a5e0-f2c151fdf803",name:"Shadow Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Havastav can teleport 20 squares but must end his move in dim light or darkness.",damage:"Havastav can teleport 20 squares but must end his move in dim light or darkness",category:2},{id:"daf9dc31-9204-424a-bd96-ba459a1ec4f6",name:"Coalescing Darkness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Havastav moves 3 or more squares by any means, he is cloaked with supernatural darkness, gaining total concealment.",damage:"If Havastav moves 3 or more squares by any means",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dae3d73f-d7fa-41d1-9289-f6f2eb8df3a4",name:"Crathlorth",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +11, Athletics +5, History +13",equipment:"quarterstaff",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:54,initiative:5,ac:18,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"e3878545-f8da-4a7a-b5fb-601abf028cb3",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"c7d949d9-8109-4781-bfc9-dffeeb7ee4f8",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Requires quarterstaff; 2d10+4 lightning damage, and the target is dazed until the end of Crathlorth’s next turn.",damage:"2d10+4 lightning damage",category:1},{id:"93c44e8f-ec45-4726-9aa1-765347f85eb9",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"2d6+4 force damage, and the target slides 3 squares.",damage:"2d6+4 force damage",category:1},{id:"f971dfde-7b32-4102-9b9f-bece522e3c8e",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:8,defence:2},description:"",details:"2d8+4 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+4 force damage",category:1},{id:"f678d12f-aa55-4e06-9abe-436845b9dfbd",name:"Hobgoblin Resilience",action:{action:4,trigger:"when crathlorth suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Crathlorth rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"87bfd028-e417-4d91-9299-2218bbb0c137",name:"Haldar",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Good",languages:"Common, Goblin",skills:"Acrobatics +10, Stealth +8, Thievery +10",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:26,initiative:6,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"55ef03f1-990c-466a-8080-527c7767cc61",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"7eb07393-816c-45e1-8103-e402ae6652e3",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"083c7f43-b4e8-4c37-97f3-7d96d6c1fbb0",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Haldar can move up to 3 squares and make one melee basic attack at any point during that movement. He doesn’t provoke opportunity attacks when moving away from the target of his attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"588560d0-7bb6-4329-a0c5-170afbc77bd9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Haldar deals an extra 1d6 damage on melee attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"398d58d7-1b27-48c6-8a66-ecdbb985ba29",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Haldar gains a +2 racial bonus to AC against opportunity attacks.",damage:"Haldar gains a +2 racial bonus to AC against opportunity attacks",category:0},{id:"173475b8-5f84-4515-94da-765994ad90d5",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Haldar forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2252d99e-d87c-4275-a318-d97ebba9a73c",name:"Pirate Scallywag",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Any",languages:"Common",skills:"Acrobatics +10",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:55,initiative:5,ac:19,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"58c1ba4c-a24c-4597-bf38-2a24faf368ab",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the human guard’s next turn.",damage:"1d10+3 damage",category:1},{id:"8e678b55-9b9e-47a2-b786-addcab48d8ca",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"3f1b1a20-f8e6-4285-990c-db8d437c9d43",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db9005c0-3cbc-4e9c-92c8-23a87c146c9c",name:"Scurvy Sea Dog",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +5",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:16,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"4359067a-c0fa-4230-a30d-50da1485877e",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"1b6518fb-45c6-4a7d-b0f0-9730b812eec2",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The scurvy dog gains a +2 power bonus to all defenses while at least two other scurvy dogs are within 5 squares of it.",damage:"The scurvy dog gains a +2 power bonus to all defenses while at least two other scurvy dogs are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae1a9623-6ac0-44fa-aa45-4d5865d88005",name:"Ship’s Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +10, Arcana +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"e4abaa0c-31cf-4ac4-a73d-0d81a3af45c9",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"14c0988e-0d13-4a62-a5a2-07b28c1e937c",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"a43d8a01-b5d2-4feb-85f9-59361d8ba8e5",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:7,defence:2},description:"",details:"The mage makes a separate attack against 3 different targets; 1d8+4 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"07b7d517-52a0-4bcd-a6a4-c97a50f6ad26",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends).",damage:"1d8+4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a86a2b3b-008d-4acc-b594-d8f0285063e3",name:"Elite Orcus Underpriest",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:1,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Abyssal",skills:"Religion +8",equipment:"leather armor; mace",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:160,initiative:4,ac:21,fortitude:19,reflex:14,will:17,regeneration:null,auras:[{id:"10ddc3db-ded1-413d-9423-cae9db76fd7c",name:"Blessing of Orcus",keywords:"",details:"aura 10; allies in the aura can use death strike."}],powers:[{id:"748a5cd6-656b-4d98-9160-6ffa68882447",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"580444d1-6c5f-4cb8-89c8-1ea766cb65f4",name:"Shadow Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"2d8+8 necrotic damage, and the target has -2 AC until the end of Rafe’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"edf7cf2b-da76-4a2b-8c6a-802bd4a46fac",name:"Cursed Mace",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Rafe attacks with his mace and if it hits, he may make a secondary attack on the same target with his shadow curse as if it were a melee attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"1e2fc7dc-1139-4ae7-872e-8f828257f9bc",name:"Infuse with Shadow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn. In addition, the target heals 10 hp.",damage:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn",category:1},{id:"2306821c-b6a5-487e-ab11-14d3a7ac617e",name:"Demons Empower Me",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"immediate reaction when bloodied",range:"",attack:null,description:"",details:"Rafe gains a +5 bonus to attack rolls until the end of his next turn and heals 10 hp.",damage:"Rafe gains a +5 bonus to attack rolls until the end of his next turn and heals 10 hp",category:1},{id:"771b021c-22af-42cd-8b98-f3fe0679dbae",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hp",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Before he dies, Rafe can make a basic melee or ranged attack against a target within reach.",attack:null,description:"",details:"",damage:"",category:5},{id:"38fcb6bb-6880-43d8-8a1e-2c9fc44c636e",name:"Demon’s Blood",action:null,keywords:"",condition:"",range:"While bloodied, Rafe gains a +2 bonus to melee attack rolls and a +3 bonus to melee damage rolls.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba8ad0de-f024-48a4-9f53-a1c898d05645",name:"Green Dragon Wyrmling Companion",details:"",size:1,origin:4,type:1,keywords:"dragon",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"8, fly 8 (hover)",alignment:"Evil",languages:"Draconic",skills:"Bluff +11, Diplomacy +11, Insight +9, Intimidate +11",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:16},hp:80,initiative:9,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0f0b7dda-712e-4a5b-acf8-69260d7d5146",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target takes ongoing 5 poison damage.",damage:"1d8+5 damage",category:1},{id:"e9030d02-8c39-4dc8-b6fa-859a4750e9dc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"5c157159-c48c-4dd7-899f-0d09efe56742",name:"Luring Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"bd2e6369-4c09-4838-82af-6b79c23e1971",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"3d8+4 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"3d8+4 poison damage",category:1}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2ff5bdd1-ffd6-4cfb-83ad-5d370af32122",name:"Mezzodemon Fighter",details:"",size:3,origin:1,type:2,keywords:"demon",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"trident",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:18},intelligence:{score:18},wisdom:{score:18},charisma:{score:18},hp:256,initiative:9,ac:26,fortitude:26,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"393956d3-c38d-472d-935b-da7533916bde",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"3222e39b-f6aa-410a-a9f1-b54b78b85b65",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires Trident; reach 2; 1d8+5 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+5 damage",category:1},{id:"71b1b5db-f086-4651-b1a6-cfc375668733",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 2d8+5 damage, and another enemy adjacent to the mezzodemon fighter takes 5 damage.",damage:"2d8+5 damage",category:1},{id:"cd3fd736-2839-43cd-b4cc-d2d25fe6c1c3",name:"Covering Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 1d8+5 damage, and an ally of the mezzodemon that is adjacent to the target can shift 2 squares.",damage:"1d8+5 damage",category:1},{id:"28c17fde-4416-45fd-a78b-fdb7303bc9fa",name:"Brute Strike",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 3d8+5 damage.",damage:"3d8+5 damage",category:1},{id:"b77be048-c915-4a25-ae21-3f25840e3ed7",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage",category:1},{id:"2d175bc1-4c5d-4e08-b94c-12374b574c00",name:"Unstoppable",action:{action:3,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Martial",condition:"",range:"",attack:null,description:"",details:"The mezzodemon fighter gains 2d6+3 temporary hit points.",damage:"The mezzodemon fighter gains 2d6+3 temporary hit points",category:3},{id:"92322ed9-758b-4453-a6cc-1f9260fceafd",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mezzodemon fighter gains +3 to attack rolls on opportunity attacks. An enemy struck by an opportunity attack stops moving if a move provoked the attack.",damage:"The mezzodemon fighter gains +3 to attack rolls on opportunity attacks",category:0},{id:"d00cdd24-1661-408c-b3fa-96b737dec205",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mezzodemon fighter marks any target it attacks. The mark lasts until the mezzodemon fighter’s next turn. If the marked target makes an attack that does not include the mezzodemon, the attack is made at -2. In addition, when a marked target adjacent to the mezzodemon shifts or makes an attack that does not include the mezzodemon, the mezzodemon can make an attack against the marked creature as an immediate interrupt.",damage:"the attack is made at -2",category:0}],damageModifiers:[{type:7,value:-20}],resist:"10/variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"4319afb1-3640-4b5f-9c44-1039eb3b5f07",name:"Berserker Savage",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:1,leader:!0},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +11, Endurance +11",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:212,initiative:5,ac:19,fortitude:22,reflex:18,will:18,regeneration:{value:5,details:""},auras:[],powers:[{id:"13f10f87-4464-47b0-bb3a-75611c008a6e",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d12+6 damage (crit 1d12+18).",damage:"1d12+6 damage (crit 1d12+18)",category:1},{id:"b41333ec-6c4c-4cf4-be81-bc3c93979211",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"2cf7e826-7911-42b5-abe8-e9fcdeca32b2",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The berserker savage makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:5},{id:"fe033358-1708-4a79-9bbc-1d1094f1eb50",name:"Murderous Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The berserker savage gains 1 action point the first time it reduces a foe to 0 hit points in an encounter.",damage:"The berserker savage gains 1 action point the first time it reduces a foe to 0 hit points in an encounter",category:0},{id:"91e51386-d453-41c3-b04d-277ea49cd20c",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The berserker savage makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3f79017-a068-44c3-9013-b0a9db77bca5",name:"Gnoll Minion",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +11; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +7, Stealth +11",equipment:"arrows (30); handaxe; leather armor; longbow",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:8},wisdom:{score:14},charisma:{score:7},hp:1,initiative:6,ac:19,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"6a01cddb-bc94-4bc5-b19a-e7f9a09eb303",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"869a39c3-f84e-43ee-8020-0ac864bae6dd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"9e0ad8a4-b901-4459-84db-ccb981416b25",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll minion deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the gnoll minion’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc47f5c6-bf0c-486e-93c7-640f6269712a",name:"Sergeant Villmore",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:1,leader:!0},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Chondathan, Common",skills:"Athletics +11, Intimidate +9, Streetwise +9",equipment:"chainmail; crossbow; crossbow bolts (20); longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:70,initiative:5,ac:18,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"82e30487-e29b-4999-a863-9fca672706c6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of the Sergeant Villmore’s next turn.",damage:"1d8+6 damage",category:1},{id:"20e5edc8-cc9d-46b6-a8f8-052fc678e8b0",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"9655bdb4-4626-4e2c-b89f-c55d50f09064",name:"Sly Cut",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Requires longsword; affects a target marked by Sergeant Villmore; 1d8+6 damage, and the target is slowed (save ends).",damage:"1d8+6 damage",category:1},{id:"50e9fea5-2a0b-416e-8587-59563a28c1a0",name:"Commander’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"an ally makes a melee basic attack against the target and deals his basic attack damage + 2.",attack:null,description:"",details:"Target: one creature",damage:"",category:1},{id:"5dae3628-371d-439e-af28-f979cb4b2586",name:"Leaf on the Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+6 damage, and Sergeant Villmore or an ally adjacent to the target swaps places with the target.",damage:"2d8+6 damage",category:1},{id:"8244d186-fb21-4ffe-a169-dc7f3725fd65",name:"White Raven Onslaught",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3d8+6 damage, and slide an adjacent ally 1 square. Until the end of the encounter, whenever Sergeant Villmore or an ally within 10 squares makes a successful attack, the attacker slides an adjacent ally 1 square. Miss: Choose one ally within 10 squares. Until the end of the encounter, the ally slides an adjacent ally 1 square after making a successful attack.",damage:"3d8+6 damage",category:1},{id:"326d0385-6bcc-4828-afa0-e58f5eba4627",name:"Combat Leader",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"Sergeant Villmore and each of his allies within 10 squares who Can see and hear him gain a +2 power bonus to initiative.",damage:"Sergeant Villmore and each of his allies within 10 squares who Can see and hear him gain a +2 power bonus to initiative",category:0},{id:"a6217b8e-8d66-4e44-b144-c7c5717d9d65",name:"Inspiring Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"2/encounter",range:"Close burst 5",attack:null,description:"",details:"target: Sergeant Villmore or one ally in burst; the target can spend a healing surge and regain an additional 1d6 hit points.",damage:"the target can spend a healing surge and regain an additional 1d6 hit points",category:3},{id:"b5938342-9950-4b63-bfda-288372876114",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares takes a move action as a free action.",damage:"One ally within 10 squares takes a move action as a free action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb09e523-c68f-4219-a98a-7ce3dc4a2bad",name:"Horryl van Deesbrock",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:1,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:124,initiative:6,ac:21,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"8f5e72d1-8d55-4ba7-aa12-c897f9bc916b",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage, and the target is slowed until the end of Horryl’s next turn.",damage:"1d8+2 damage",category:1},{id:"dc7a16f5-8145-45bd-8174-5fb1d69ef649",name:"Blinding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+3 damage, and the target is immobilized until the end of Horryl’s next turn.",damage:"1d8+3 damage",category:1},{id:"da65ee12-97bc-4556-88cb-527f460c4cbb",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+3 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+3 damage",category:1},{id:"f117c525-e650-4283-84d7-996edaeb8382",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:7,defence:3},description:"",details:"2d6+4 radiant damage, and the target is blinded until the end of Horryl’s next turn.",damage:"2d6+4 radiant damage",category:1},{id:"4c91a127-c8e7-4246-90ef-52d1f12b582d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Horryl can teleport 5 squares.",damage:"Horryl can teleport 5 squares",category:2},{id:"2d774775-4b2b-45e5-b4da-9ebd4dc4d23f",name:"Abyssal Might",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Horyll gains a +2 power bonus to damage rolls with all attacks (already added).",damage:"horyll gains a +2 power bonus to damage rolls with all attacks (already added)",category:1},{id:"98f0f562-2541-471c-97a0-7ad8146cda2c",name:"Consume Soul",action:{action:4,trigger:"when an ally within 5 squares of the acolyte is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Horryl regains 3 hit points.",damage:"Horryl regains 3 hit points",category:5}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"917ed502-e273-4e33-a0b7-37bc62480692",name:"Cultist Acolyte",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"3a135c1e-2a15-4127-aba6-ef23e69cbc7f",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the cultist acolyte shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"ce9edabe-a98a-444b-a4fd-fe97cb0c93f7",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"79066da2-cbf1-4782-aa0f-4486a86aa589",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the cultist acolyte’s next turn, and the cultist acolyte shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"c6c6ead8-d73c-4fe7-bcd8-b9117eaa80db",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cultist acolyte deals 1d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4e0c40a-2df8-4472-8817-6305cd31b06e",name:"Cultist Bowman",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6; see also flame step",alignment:"Evil",languages:"Common",skills:"Nature +11, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:32,initiative:5,ac:15,fortitude:11,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"10936bf3-a422-4288-91fa-91a968127567",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"74fb50bd-d72f-4275-a332-049d07043617",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"",details:"1d10+4 damage; see also archer’s mobility.",damage:"1d10+4 damage",category:1},{id:"58b8ea49-458c-4d24-a3f6-728b4c51b73e",name:"Archer’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the cultist bowman moves at least 4 squares from its original position, it gains a +2 bonus to ranged attacks until the start of its next turn.",damage:"",category:0},{id:"ebe9b45e-a3bf-4f3f-aecb-bcf0b5a7e4c2",name:"Flame’s Favor",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist bowman can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"db697401-255c-45a5-ac0e-ebf2e42f26f2",name:"Flame’s Escape",action:{action:4,trigger:"when an enemy makes a melee attack against the cultist bowman",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The cultist bowman shifts 1 square and makes a ranged attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"8a2df466-a990-48b7-811a-caf1d13a6618",name:"Flame Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist bowman ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6ea03b7-6fe6-45b4-a6e6-3bfc94e1b51b",name:"Cultist Doombringer",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:76,initiative:3,ac:16,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"1ba2994f-f403-400a-b479-6d6af8d3bfaf",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+4 damage (crit 1d12 + 16).",damage:"1d12+4 damage (crit 1d12 + 16)",category:1},{id:"e73ab3c2-f15a-4dae-be77-77f110fc4ee3",name:"Doom Strike",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The cultist doombringer makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:5},{id:"05a55889-5900-4aea-9278-d77808507a05",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69ea4a3a-c662-46f3-ab70-a3eac275b28d",name:"Cultist Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"0be5e427-e851-4cb1-83b6-0d87de0f221c",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"ce8f3c15-10e9-49e8-abec-52591bbe1706",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"ffb25d46-87f9-470c-bf02-28a25ae503bd",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:7,defence:2},description:"",details:"The cultist mage makes a separate attack against 3 different targets; 1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"1e6fe7a9-b556-4639-8781-85ffc171a6bf",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 fire damage, and the target is dazed (save ends).",damage:"1d8+4 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f43fc8e-94d8-460c-a2a3-d27ed23e7e2a",name:"Gnoll Cultist Enforcer",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Abyssal, Common",skills:"Intimidate +5, Stealth +8",equipment:"",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:7},hp:44,initiative:3,ac:14,fortitude:14,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"d9f765d1-eed6-4d10-807d-6b5dfc598ded",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 damage, or 1d8 + 6 damage while bloodied; see also quick bite and pack attack.",damage:"1d8+4 damage",category:1},{id:"dd4bdd7c-588d-4d7f-8c3c-6daf7c546d8e",name:"Quick Bite",action:{action:7,trigger:"when the gnoll cultist enforcer hits a bloodied enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"The gnoll cultist enforcer makes a bite attack against the same target; 1d6 damage, or 1d6 + 2 damage while bloodied.",damage:"1d6 damage",category:5},{id:"f0bacfd6-1b82-47c6-9b57-d106402d7dd2",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll cultist enforcer deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the enforcer’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d309a52f-51e3-4de3-a5c6-f594a8a884f0",name:"Gnome Cultist Fireflinger",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"5 ; see also fey step",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +12, Bluff +8, Insight +6, Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:15},hp:46,initiative:1,ac:16,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"e3249130-8d96-4a27-a87a-a770b5051da6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"f433731b-6714-4266-949f-8b598e1a0bfb",name:"Fiery Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6+4 fire damage, and the target is dazed (save ends).",damage:"1d6+4 fire damage",category:1},{id:"bfd18263-42ad-4ed8-a2e8-4f91de849e0a",name:"Flame Spark",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Fire",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"1e6d506c-a9cf-4624-9ce7-018aedff7f1e",name:"Shimmering Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is slowed (save ends).",damage:"",category:1},{id:"24983f08-1fb2-49b2-8460-709c79324dc5",name:"Fade Away",action:{action:4,trigger:"when the gnome cultist fireflinger takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome cultist fireflinger turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"429feb62-b88e-40a2-ac89-a0c1eb9897a2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnome cultist fireflinger teleports 5 squares.",damage:"The gnome cultist fireflinger teleports 5 squares",category:2},{id:"405a8390-0478-48f4-a354-29b482fb1c9c",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome cultist fireflinger has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to escape notice.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"243ef835-fb7a-4814-9f32-31f90c4c27ea",name:"Hobgoblin Cultist Watcher",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, History +12",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"3046846b-68fd-47d1-a349-1d8220ab9cc5",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"441a0207-5c12-44d8-9bca-8cd75f203004",name:"Fire Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires quarterstaff; 2d10+4 fire damage, and the target is dazed until the end of the hobgoblin cultist watcher’s next turn.",damage:"2d10+4 fire damage",category:1},{id:"0ee2045b-74c8-42a7-8a2e-6583b0095496",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"2d6+4 force damage, and the target slides 3 squares.",damage:"2d6+4 force damage",category:1},{id:"f2a8197b-c1b7-47dd-bfda-0727778ae02c",name:"Hell’s Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8+4 fire damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+4 fire damage",category:1},{id:"2d07dbe2-a0ee-4e22-a30e-3dd47f5d6f99",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin cultist watcher suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Hobgoblin Cultist Watcher makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ca9dc94f-e318-47b4-b512-7947df0b6786",name:"Dark Smasher",details:"",size:2,origin:5,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"dagger; greataxe",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:11},wisdom:{score:10},charisma:{score:11},hp:98,initiative:8,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"6bb654ac-6beb-44f9-bb76-36acf8a3f299",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+5 damage (crit 1d12 +17).",damage:"1d12+5 damage (crit 1d12 +17)",category:1},{id:"aa62d3ab-14e7-403f-94f1-5ab9e8954cb2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"ea455149-5be6-4cd7-9502-e769541635c4",name:"Bloodfury Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"The dark smasher makes a melee basic attack and then spends a healing surge.",attack:null,description:"",details:"",damage:"",category:1},{id:"46fdd0da-a735-4dd0-bb99-a703720cec7f",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a dark creeper explodes in a shower of darkness.",damage:"",category:0},{id:"05127dcb-2662-40e4-a425-8e3543b52f5f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark smasher deals +1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"19adcfbc-a339-45e4-afff-401fc5220b7a",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark creeper moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark creeper moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b6055d58-a64b-4390-a5cc-e941ef540833",name:"Watcher of Shar",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; mace; whip",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:62,initiative:3,ac:18,fortitude:14,reflex:14,will:19,regeneration:null,auras:[],powers:[{id:"607bf9de-7e32-4f15-9648-026105737b49",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"2ca89132-de2d-4d1d-8888-f668e2862c93",name:"Whip of Shar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+4 damage and the creature is weakened until the end of the watcher’s next turn.",damage:"2d4+4 damage and the creature is weakened until the end of the watcher’s next turn",category:1},{id:"b3dc6d14-0847-4920-84e7-acdc38b187f3",name:"Shar’s Dark Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d8+4 necrotic damage.",damage:"1d8+4 necrotic damage",category:1},{id:"96304433-a5c3-4867-a3e3-86f24b3f70aa",name:"Shadow’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target is dazed until the end of the watcher’s next turn. In addition, the watcher can choose to knock the target prone or slide the target 5 squares.",damage:"the watcher can choose to knock the target prone or slide the target 5 squares",category:1},{id:"308f656f-22f5-44ea-9195-638620a82e2c",name:"Shar’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"The watcher teleports 5 squares. He cannot take other creatures with him.",damage:"The watcher teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4665c66-fcef-451f-bcf4-2552c08eae43",name:"Almros Hammerhand",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Dungeoneering +11, Endurance +5",equipment:"heavy shield; plate armor; throwing hammer; warhammer",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:10},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:128,initiative:4,ac:25,fortitude:20,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"2d500378-2229-4c83-b676-5f05c4812b26",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"68ca4ab7-7ceb-45a0-b10c-5ecaf9f0de5e",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"2d6+3 damage, and the target is knocked prone or pushed 1 square (Almros’ choice).",damage:"2d6+3 damage",category:3},{id:"5b16525a-27d1-4fdb-ba3f-e2cca1c67a1e",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"6d3ff237-3f32-4002-99e8-9d908188c20a",name:"Stubborn",action:{action:5,trigger:"when an enemy tries to push almros or knock him prone",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Almros makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"02853575-c256-4dde-af76-12bf4209893e",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0},{id:"d91ddd28-8dee-4f78-8f09-c2091ce8ffe6",name:"Battle Champion Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Almros and his allies deal an extra 1d6 damage against enemies that Almros flanks.",damage:"almros and his allies deal an extra 1d6 damage against enemies that almros flanks",category:0},{id:"033bfdc9-00d8-4b7e-b343-6c6caabce6fc",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Almros can score critical hits on attack rolls of natural 19 and 20.",damage:"Almros can score critical hits on attack rolls of natural 19 and 20",category:0},{id:"498a683c-cc6d-40ef-a874-1e609b925f63",name:"Inspiring Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever he scores a critical hit, Almros and all allies within 5 squares of him regain 2 hit points.",damage:"Almros and all allies within 5 squares of him regain 2 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4d2a8f2d-fbec-4516-93e5-5b2e03efa71e",name:"Dathor the Devastator",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:1,leader:!0},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +10",equipment:"master’s wand of thunderwave; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:72,initiative:3,ac:18,fortitude:12,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ebc7f2d1-0ee0-4e98-88be-2f40b6743d5d",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"573f5ec4-9150-46b9-b029-af7cc253b13c",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"450e0d22-8ca6-4370-8a6d-4ffaf7f2f920",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:7,defence:2},description:"",details:"Dathor makes a separate attack against 3 different targets; 1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"43a8e7a0-31c8-462b-a01f-7cd6ed8d60f6",name:"Thunderwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Item, Thunder",condition:"",range:"close blast 3 or close burst 1",attack:{bonus:7,defence:1},description:"",details:"Requires master’s wand of thunderwave +1; 1d6+4 thunder damage, and Dathor pushes the target 3 squares.",damage:"1d6+4 thunder damage",category:1},{id:"e71051a1-025b-4d65-af33-1662bb431084",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends).",damage:"1d8+4 thunder damage",category:1},{id:"1523c00c-b498-4e2e-bed2-372469d89ceb",name:"Critical Hit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever Dathor scores a critical hit with his magic missile, dancing lightning, thunder burst, or thunderwave powers, he deals an additional 1d8 damage.",damage:"he deals an additional 1d8 damage",category:0},{id:"7c9e62a1-4061-4f34-a298-0562da46d981",name:"Spell Shaper",action:null,keywords:"",condition:"",range:"Whenever Dathor uses a close burst or an area attack power, he can choose up to two allies in the power’s area of effect. These allies are not targeted by the power.",attack:null,description:"",details:"",damage:"",category:0},{id:"d3455063-537d-4ed9-98e6-2312ea74ef26",name:"Endless Power",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dathor regains the use of an expended encounter power. (This may not be used to regain the use of the item power thunderwave.)",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a5526d82-08a9-4237-8273-fceae0734424",name:"Human Soldier",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +0",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Endurance +5, Intimidate +7, Streetwise +7",equipment:"crossbow; crossbow bolts (20); heavy shield; longsword; scale armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:31,initiative:4,ac:17,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"63f83d8e-cd22-4e89-859a-769005d86f9c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 damage, and the target is marked until the end of the human soldier’s next turn.",damage:"1d8+4 damage",category:1},{id:"2facc07a-43c7-4d93-ab0c-bd1edea09c3b",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"c8d1704c-4cff-4bac-9ef8-50476d527e83",name:"Sly Cut",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires longsword; affects a target marked by the human soldier; 1d8+4 damage, and the target is slowed (save ends).",damage:"1d8+4 damage",category:1},{id:"e0421a98-d089-4388-a3ca-3bfa88b9dc14",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires shield; 1d8+2 damage, and the target is pushed 1 square if it is Large or smaller. The human soldier can shift 1 square into the space vacated by the target.",damage:"1d8+2 damage",category:1},{id:"2acb7a4f-9031-4a55-9138-1bdc1a50ff2c",name:"Phalanx",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a human soldier is adjacent to an ally, he or she doesn’t grant combat advantage to flanking enemies.",damage:"",category:0},{id:"6f224428-ff15-4bcd-9089-723b1303e800",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human soldier deals an extra 1d4 damage on all attacks against a target that is marked by it.",damage:"the human soldier deals an extra 1d4 damage on all attacks against a target that is marked by it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25a1c0cf-e69d-4edf-b0bc-ad47692fbedf",name:"Deathpriest of Tiamat",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:10},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:88,initiative:4,ac:22,fortitude:20,reflex:18,will:20,regeneration:null,auras:[{id:"37854cdd-42a5-4446-81e5-ea1769c2150d",name:"Death’s Embrace",keywords:"",details:"(Necrotic) aura 10; each enemy within the aura takes a -2 penalty to death saving throws."}],powers:[{id:"4f3b0850-efb6-43a2-a7ee-432176018fe6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+1 damage plus 1d8 necrotic damage.",damage:"(+12 while bloodied)1d8+1 damage plus 1d8 necrotic damage",category:1},{id:"70d79425-c515-4d31-915e-9fd017a02294",name:"Ray of Black Ice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"(+10 while bloodied)1d8+3 cold and necrotic damage, and one ally in the deathpriest’s line of sight gains a +2 power bonus to its next attack roll against the target.",damage:"(+10 while bloodied)1d8+3 cold and necrotic damage",category:1},{id:"8822b6d8-b8ac-4a1e-97cb-ec88030a9cc9",name:"Dark Blessing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:{bonus:9,defence:1},description:"",details:"(+10 while bloodied)2d8+3 necrotic damage, and the target is pushed 1 square. Effect: The deathpriest and all allies in the burst gain a +2 power bonus to AC until the end of the encounter.",damage:"(+10 while bloodied)2d8+3 necrotic damage",category:1},{id:"73aba1f8-233e-47f6-883e-7659712e3f93",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:9,defence:2},description:"",details:"(+10 while bloodied)1d6+3 cold damage.",damage:"(+10 while bloodied)1d6+3 cold damage",category:3},{id:"31e0dfa8-ef3d-45a0-9494-c3c14543f500",name:"Dragonborn Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"34257a1e-1ae2-4d75-b4d2-f1bde57b3e8c",name:"Drow Demonologist",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!0},senses:"Perception +11; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +12, Dungeoneering +11, Intimidate +6, Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:64,initiative:6,ac:21,fortitude:17,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"3a61953f-74af-469a-8463-ba53fc22e01d",name:"Demonic Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 damage, and the target is immobilized (save ends); see also Lolth’s judgment.",damage:"1d6 damage",category:1},{id:"b7e89e90-bb98-4b1e-8ac2-bcd8e52f50ee",name:"Immolating Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d8+1 fire damage, and ongoing 5 fire damage (save ends); see also Lolth’s judgment.",damage:"2d8+1 fire damage",category:1},{id:"24684fdb-8b61-4f75-b098-bb3c105d2939",name:"Demonic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 4 within 10",attack:{bonus:11,defence:2},description:"",details:"spectral flames fill the zone (drow and demons are immune); the target is restrained (save ends). The zone is difficult terrain until the end of the encounter. Any creature that starts its turn in the zone takes 5 fire damage.",damage:"any creature that starts its turn in the zone takes 5 fire damage",category:1},{id:"bcc86eaf-0089-4071-bfb4-edb4b312bfbf",name:"Demon Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Spectral imps swarm over and bite the target: ranged 20",attack:{bonus:11,defence:3},description:"",details:"1d6+5 necrotic damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both); see also Lolth’s judgment.",damage:"1d6+5 necrotic damage",category:1},{id:"65c53777-c483-4d60-993e-6589860860bf",name:"Flame Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"2d6+8 fire damage. Miss: Half damage.",damage:"2d6+8 fire damage",category:1},{id:"dfa17ac9-a0c5-4471-b2c6-98a3be1107bd",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow demonologist’s next turn. The cloud blocks line of sight for all creatures except the drow demonologist. Any creature entirely within the cloud (except the drow demonologist) is blinded until it exits.",damage:"",category:3},{id:"347b1648-6768-442e-bb64-55bc826a0eaf",name:"Lolth’s Judgment",action:{action:7,trigger:"when the demonologist hits a target with a melee or a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All demon allies within 20 squares of the demonologist gain a +2 bonus to attack rolls against the target until the end of the demonologist’s next turn.",damage:"All demon allies within 20 squares of the demonologist gain a +2 bonus to attack rolls against the target until the end of the demonologist’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63534b61-aa2b-4d85-a709-acd23da128aa",name:"Adept (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"6, fly 8",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Arcana +13, Diplomacy +9, Insight +11, Stealth +11",equipment:"dagger; implement, wand",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:12},hp:70,initiative:8,ac:20,fortitude:17,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"9c6946e8-3dcb-46ad-9b0e-535a536f4736",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"97265a91-dfdb-4f51-9622-2bb578b10274",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"2d4 + 4 damage.",damage:"2d4 + 4 damage",category:1},{id:"8b3bc8b0-0b4c-4e61-9b0b-eb47e52efa7b",name:"Snow Fog",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration",condition:"",range:"Area burst 4 within 20 squares, creating a zone of heavy fog that blocks line of sight until the adept’s next turn. The fog cloud can be sustained as a minor action. As a move action, the adept can move the zone up to 6 squares.",attack:{bonus:10,defence:0},description:"",details:".",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3b81af47-1020-4231-a61a-daefdb734086",name:"Doppleganger Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +12, Stealth +14",equipment:"dagger",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:12},charisma:{score:19},hp:69,initiative:13,ac:23,fortitude:18,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"96adf330-9341-4926-a0b7-d80fa563c466",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4 + 5 damage.",damage:"1d4 + 5 damage",category:1},{id:"406398da-00a2-4121-bd8b-af51bee7fe06",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"the doppelganger assassin gains combat advantage against the target until the end of the doppelganger assassin’s next turn; .",damage:"",category:3},{id:"68dc0ff9-494f-4f5c-b2e7-d67251761dd0",name:"Cloud Mind",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"the doppelganger assassin is invisible to the target. Affected targets are unable to see the doppelganger for as long as it sustains the effect, until the doppelganger attacks, or until it is hit by an attack; .",damage:"",category:1},{id:"6b1311e6-8a9a-4d41-807c-28365f24cb4d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger assassin deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the doppelganger assassin deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"6cb2c775-7bb5-4759-806a-b48d3c09d286",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any medium humanoid, including a unique individual",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46b1a517-223a-467c-bb45-3e8da7af9cce",name:"Tong Initiate (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Stealth +7, Streetwise +7",equipment:"chainmail; crossbow; halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"43b4d1a9-2f5f-40a0-a296-4f8e629c2700",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10 + 3 damage and the target is marked until the end of the tong initiate’s next turn.",damage:"1d10 + 3 damage and the target is marked until the end of the tong initiate’s next turn",category:1},{id:"9f58fcc1-b896-406b-b194-352be0c1c510",name:"Falling Snow Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The tong initiate can fly 4 squares and make one melee basic attack at any point during that movement. He must both start and end this movement standing upon a solid surface. The tong Initiate does not provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:8,defence:0},description:"",details:"",damage:"",category:1},{id:"1b485b1f-4982-4242-b966-bec540c1c793",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15 / 30",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91056a90-3f12-4839-a12e-bd6c3a2b656f",name:"Tong Minion (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Stealth +7",equipment:"chainmail; crossbow; halberd",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:5,ac:33,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"88925c9c-e1d4-4d35-8874-0d64eb49a296",name:"Iron Hand Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"decc4693-00e3-45f6-84d1-ad62a35267da",name:"Falling Snow Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The tong minion can fly 4 squares and make one melee basic attack at any point during that movement. He must both start and end this movement standing upon a solid surface. The tong Initiate does not provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:10,defence:0},description:"",details:".",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2094e33-3a21-4ae1-a42b-a0364dc3349c",name:"Zen Bow Master (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Acrobatics +13, Athletics +11, Nature +11, Stealth +13",equipment:"longbow; short sword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:56,initiative:8,ac:21,fortitude:18,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"5cf3e549-284f-4da1-9db7-f363592d8296",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"afcd9460-846d-4b1a-a8ee-bacd646bcb58",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:13,defence:2},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"2360d821-457b-4e5a-a3cc-b3979bb6b485",name:"Deadly Blossom Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"The zen bow master makes three ranged basic attacks, each with a ---2 penalty to the attack roll.",attack:{bonus:11,defence:0},description:"",details:".",damage:"",category:1},{id:"81149fb5-c1d8-43f9-9318-4104560c3d15",name:"Floating Snow Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The zen bow master can fly 4 squares and make one ranged basic attack at any point during that movement. He must both start and end this movement on the ground. The zen bow master does not provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"d94cd0c2-2ab7-485a-b98d-97c5678d6001",name:"Zen Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"If the zen bow master has not attacked or moved in the previous round he can make an extreme ranged basic attack from any range between 41-80 squares with his longbow with a +2 bonus to attack rolls and +1d6 damage vs. creatures with no cover.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56373159-7971-43a0-9c4e-303f8d4e88eb",name:"Crazed Necromancer",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"541879f3-e785-442b-9b0c-133f6a61cb7e",name:"Staff of Death",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 necrotic damage, and the target is immobilized (save ends).",damage:"1d6 necrotic damage",category:1},{id:"957e3715-99c3-4b02-9ce8-77c0999e2cce",name:"Grave Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"1d6+4 necrotic damage, and the target is immobilized (save ends).",damage:"1d6+4 necrotic damage",category:1},{id:"fd814a80-00ac-4862-aebe-491a87970426",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"Close blast 3 (blast 6 if adjacent to the statue)",attack:{bonus:7,defence:3},description:"",details:"1d6 damage, and the target is pushed 3 squares.",damage:"1d6 damage",category:1},{id:"1a62abdb-c5b2-45d7-bd13-4a8a67210022",name:"Reanimate",action:{action:4,trigger:"when an undead minion ally within 5 squares of the crazed necromancer (10 if adjacent to the statue) is reduced to 0 hit points",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The undead minion ally regains 1 hit point.",damage:"The undead minion ally regains 1 hit point",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0fb8cbd-0a80-4452-8caf-5f19102f92fd",name:"Wererat Rogue",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Acrobatics +10, Bluff +6, Stealth +10, Streetwise +6, Thievery +10",equipment:"dagger; short sword; thieves’ tools",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:57,initiative:7,ac:17,fortitude:15,reflex:18,will:13,regeneration:{value:5,details:"if the wererat takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"43830b74-fc39-472d-8457-348e01bc9657",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"a5831b37-8013-4bc4-bc49-87b88720a5e6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+2 damage plus ongoing 2 damage (save ends), and the target contracts filth fever.",damage:"1d4+2 damage plus ongoing 2 damage (save ends)",category:1},{id:"70528a1c-84c4-497d-985e-b9d77445fb20",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"21a23bcf-1edc-4810-8076-7f76f1c35ee8",name:"Riposte Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage. If the target attacks you before the start of your next turn, you make your riposte against the target as immediate interrupt, +8 vs AC; 1d6 damage.",damage:"1d6+4 damage",category:1},{id:"4d979ef0-f516-4ed9-8c26-8836f9f88368",name:"Setup Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+4 damage, and the target grants you combat advantage until the end of your next turn.",damage:"2d6+4 damage",category:1},{id:"bf9dce13-385a-438c-a8b1-3a664c13d410",name:"Easy Target",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+4 damage, and the target is slowed and grants combat advantage to you (save ends both).",damage:"2d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever",tactics:""},{id:"30c997cd-e460-4829-a2f0-fefd238dd335",name:"Berdine Gaelle",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common, one regional language",skills:"Diplomacy +11, Insight +11, Intimidate +13, Stealth +13, Thievery +11",equipment:"dagger; hide armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:15},hp:196,initiative:7,ac:24,fortitude:22,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"63c103c9-4f45-4101-8a7b-78aea2f14b9d",name:"Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Two attacks; 1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"a568ff10-e906-49d9-930e-4e010a1f05e6",name:"Flick of the Wrist",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(minor",range:"Ranged 6/12",attack:{bonus:14,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"e75eacef-dc66-444a-811e-9f7d8e2a631a",name:"Crushing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d4+5 damage, and the target is grabbed (until escape).",damage:"1d4+5 damage",category:1},{id:"ad86828f-7a07-447c-b34a-e796d9ed8814",name:"Strangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Grabbed target only; 2d8+4 damage. Miss: half damage.",damage:"2d8+4 damage",category:1},{id:"07b5baf2-2f84-4068-9783-6daeb904288e",name:"Choke and Throw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d4+5 damage, and the target slides 3 squares, is knocked prone, and is stunned until the end of Berdine’s next turn.",damage:"2d4+5 damage",category:1},{id:"66dd7aa7-3ab7-4397-b4b3-e2b0837ade20",name:"Quick Counter",action:{action:4,trigger:"when an enemy misses berdine with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Berdine makes an attack against that enemy; 1d4+5 damage.",damage:"1d4+5 damage",category:5},{id:"69728d9d-c7af-480b-97d5-790893c34ea5",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Berdine deals an extra 1d6 damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"berdine deals an extra 1d6 damage on the next attack it makes with combat advantage",category:3},{id:"759eb8a5-83ed-496d-a535-b51b64fa60f6",name:"Quick Draw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Berdine can draw a weapon as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"18bbce69-1971-4c4b-93ec-22e9ac4931f1",name:"Gloomblade Dread Warrior",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:4,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"chainmail; greatsword",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:96,initiative:12,ac:20,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"ce64a983-34d8-4492-87b3-d8677492e343",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"938ee750-2f93-4189-9f4f-dd929d45381b",name:"Gloomstrike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gloomblade hits a target that can’t see him, the target is blinded until the end of the gloomblade’s next turn.",damage:"",category:0},{id:"90e32f43-d8a4-4ab8-875a-a21261cf961d",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"The gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn",category:2},{id:"bfd126c4-cb42-443f-91d3-d49111e365bc",name:"Veil of Shadows",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gloomblade turns invisible and moves up to his speed. The gloomblade cannot use this power while bloodied.",damage:"",category:2}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6285bdbc-184a-4f84-8cb4-e5e4801410dc",name:"Death Master Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:3,role:{type:4,flag:1,leader:!0},senses:"Perception +5; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:52,initiative:7,ac:17,fortitude:17,reflex:15,will:18,regeneration:null,auras:[{id:"6336a3f2-8516-4b40-a0d3-6d00258144f0",name:"Shroud of the Grave",keywords:"",details:"(Necrotic) aura 5; all undead lose any vulnerability to radiant damage."},{id:"5a2f70ed-f084-48c6-a06c-30199afdb93d",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"fe8d53e2-4c96-4d28-ac97-dd453af44fb3",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+2 necrotic damage.",damage:"1d6+2 necrotic damage",category:1},{id:"963adace-cfc1-4db8-b5b0-0329a5ec9571",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close burst 2",attack:{bonus:6,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage, and the target is knocked prone.",damage:"2d6+2 psychic damage",category:1},{id:"4754bfd6-cf92-4cd9-b4f8-2dcf68b4d414",name:"Call of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"four undead minions of the death master’s level, or lower, appear in any unoccupied space within range. These undead minions take their turns immediately after the death master.",damage:"",category:1},{id:"cc253ef6-91db-4871-99ba-4f6bd8b7a6f5",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e6f90c75-4d35-4e0d-a2ad-9547bf8779f1",name:"Animated Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:2,role:{type:2,flag:1,leader:!1},senses:"Perception +1; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:12},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:86,initiative:2,ac:17,fortitude:16,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"f40721c0-2299-4537-bc38-fd71b2c489db",name:"Smashing Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"8093d567-9ea4-40cc-9af5-f6cb074c37a6",name:"Knockdown Fist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:1},description:"",details:"2d6+3 and knock prone.",damage:"2d6+3 and knock prone",category:1},{id:"632a0d28-b5d9-4532-a14d-ac9ffb9a043a",name:"Kick when Down",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When adjacent to a prone enemy at the end of its turn, the Animated Statue may make a smashing fist attack against that enemy",damage:"",category:4},{id:"383c4d47-de0d-42a7-b3f7-0907fddfcf4d",name:"Keep Them Down",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an adjacent enemy attempts to stand, make a Smashing Fist against that foe. On hit, the target stays prone and its turn ends.",damage:"",category:5}],damageModifiers:[],resist:"charm, fear, poison, sleep",vulnerable:"",immune:"",tactics:""},{id:"e357ae5f-3685-440f-bb75-7968e93694d6",name:"Helvec",details:"",size:2,origin:2,type:2,keywords:"elf",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +2; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +9, Bluff +9, Intimidate +9",equipment:"quarterstaff; ritual book",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:13},intelligence:{score:16},wisdom:{score:12},charisma:{score:16},hp:47,initiative:2,ac:14,fortitude:13,reflex:14,will:16,regeneration:null,auras:[{id:"1927cf60-e150-4289-9b8e-47e3e5863920",name:"Magic Circle",keywords:"",details:"Helvec gains +2 to his defenses on the platform."}],powers:[{id:"3fbe195e-9176-4a30-a8d9-0857401c8754",name:"Dark Staff Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"e504c986-fc7d-407c-8caa-6625a27923f6",name:"Bone-Wearying Glance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:5,defence:1},description:"",details:"two targets; 1d6+2 necrotic damage and slowed (save ends).",damage:"1d6+2 necrotic damage and slowed (save ends)",category:1},{id:"62a939cb-4c3b-4967-a623-9988ceb32d9e",name:"Vampiric Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:6,defence:3},description:"",details:"1d8+2 necrotic damage and Helvec heals 5 hp.",damage:"1d8+2 necrotic damage and helvec heals 5 hp",category:1},{id:"48d9cfca-7266-4ee7-8070-360223315604",name:"Flesh-Rotting Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Burst 2 within 10; living creatures only; 1d6+3 necrotic damage and undead gain +2 attack and +2 damage against target (save ends).",damage:"1d6+3 necrotic damage and undead gain +2 attack and +2 damage against target (save ends)",category:1},{id:"b99e2cc0-f3af-469c-ae47-22921898ad96",name:"Necromantic Reinvigoration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Burst 5; undead creatures regain 5 hit points.",damage:"Burst 5",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2fb71386-7d38-4e76-b05d-8cbc1f1bf4bb",name:"Hobgoblin Mercenary",details:"",size:2,origin:4,type:2,keywords:"goblin",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +11, History +8",equipment:"arrow; light shield; longbow; longsword",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:39,initiative:7,ac:19,fortitude:17,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"7f2427fc-d841-4dce-a690-e2a2a60a14a4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"52000c3a-f225-40a5-bbf6-1791e7ef48e9",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"2531d441-fe7a-4684-8b6a-ac0b437da117",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"A hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d538e745-e4d2-41cc-ba64-02c0a386ce1b",name:"Prisoner",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +0",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:11},dexterity:{score:9},intelligence:{score:10},wisdom:{score:11},charisma:{score:9},hp:27,initiative:1,ac:9,fortitude:11,reflex:10,will:11,regeneration:null,auras:[],powers:[{id:"32ba26d4-1263-4ec5-a5f1-ad714c0daa7f",name:"Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:0,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aa81684c-89d3-42b3-a210-c14fe62186fd",name:"Shadow Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"7, fly 7 phasing",alignment:"Unaligned",languages:"Common",skills:"Intimidate +9, Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:44,initiative:6,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"f8adfb8c-5ed8-4fd3-b014-a53a5b309df6",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"93e6dfff-30ff-4d38-b96b-0514f8a2e799",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"1d8+2 damage, and the target is weakened until the end of the shadow spirit’s next turn.",damage:"1d8+2 damage",category:1},{id:"5ddd8ec0-014f-4b55-a51a-cc32744e6c78",name:"Shadow Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1d6 damage against weakened targets.",damage:"+1d6 damage against weakened targets",category:0}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"0cb4ba54-0d59-46fe-b556-f0752d71bded",name:"Skeleton Trooper",details:"",size:2,origin:4,type:0,keywords:"undead",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"Common (understand only)",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:29,initiative:4,ac:16,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"c0b0fdda-515d-4ab3-a568-a7065a053f42",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"fa60043d-1ebe-4339-9a03-a8fc154a1267",name:"Forward the Line",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+2 damage, and push 1.",damage:"1d6+2 damage",category:1},{id:"4b777742-c90b-4efa-a9d7-92ed86c2e7c0",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"2 bonus on attack rolls and +1d6 damage with opportunity attacks.",damage:"2 bonus on attack rolls and +1d6 damage with opportunity attacks",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"Poison",tactics:""},{id:"6792c6ac-733b-4422-be91-02cd94d1dd9e",name:"Cult Fanatic",details:"",size:2,origin:4,type:2,keywords:"human, orc; half-orc",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:1,initiative:5,ac:16,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"95f1802a-7248-4c3d-82e4-fe6d2fb396de",name:"Glass Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"488f69bb-ac13-4025-b94b-d8ddc91c1e0d",name:"Death Strike",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:{bonus:5,defence:0},description:"",details:"The cult fanatic makes a dagger attack against each adjacent enemy.; .",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1005f4e2-20c1-45cc-8a07-b92c64a1bb69",name:"Cultist Eyeblade",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +9, Athletics +7, Stealth +9",equipment:"dagger; short sword",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:15},charisma:{score:12},hp:45,initiative:6,ac:17,fortitude:14,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"3b0511f9-8047-46b9-85b8-3273d670d310",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+6 Damage.",damage:"1d6+6 damage",category:1},{id:"17eb5fe3-951c-42f9-ad34-41147ccfc2de",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+5 Damage.",damage:"1d4+5 damage",category:1},{id:"6ead03bd-8a41-40d1-84e9-14023a869965",name:"Belashyrra’s Blade",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist eyeblade gains combat advantage against any enemy marked by an ally.",damage:"",category:0},{id:"5ce1af03-6fab-4d59-9bf4-7b100c3be5f7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cultist eyeblade deals 1d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e359135d-598d-4409-abc5-583894ac89e5",name:"Dolgaunt Acolyte",details:"",size:2,origin:0,type:2,keywords:"blind",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +9; blindsight 20",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +9, Athletics +8",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:14},intelligence:{score:14},wisdom:{score:14},charisma:{score:18},hp:55,initiative:3,ac:18,fortitude:15,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"2aa77947-2572-4a42-bafd-326e23e5d590",name:"Leaching Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and the dolgaunt acolyte gains 5 temporary hit points.",damage:"1d6+5 damage",category:1},{id:"dde70c05-3a3c-4c80-aa14-977d836984ca",name:"Warp Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"1d6+6 necrotic damage, and the target is immobilized (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"8a381c15-45d3-45bd-9054-9d12a7bd7e06",name:"Maddening Whispers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:5,defence:3},description:"",details:"targets enemies; 1d6+4 psychic damage and the target slides 3 squares.",damage:"1d6+4 psychic damage and the target slides 3 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"d4fa2b5c-6a65-431c-9971-298402f89ee2",name:"Living Darkness",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +5; blindsight 10",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:168,initiative:7,ac:18,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"a558cb68-adf6-4b56-99c3-7d8b6f4c3d2b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"2d8 + 4 necrotic damage.",damage:"2d8 + 4 necrotic damage",category:1},{id:"5d96a7dc-e4d2-4211-a4cb-ac8af0893670",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"On a hit, the target is grabbed and pulled into the living darkness’s space; the target is dazed and takes ongoing 10 necrotic damage until the grab ends. A creature that escapes the grab shifts to a square of its choosing adjacent to the living darkness. The living darkness can move normally while creatures are engulfed within it.; Targets one or two Medium or smaller creatures; .",damage:"the target is dazed and takes ongoing 10 necrotic damage until the grab ends",category:1},{id:"c24bb52d-0b2a-4bfe-99b5-2c2a24fcd166",name:"Cloud Drift",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living darkness shifts its speed and can move through enemies’ spaces. It must end this movement in an unoccupied space.",damage:"",category:2},{id:"4e03eb01-7628-474f-b6b2-8fbdc1b776bd",name:"Chilling Move",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"On its turn, if the living darkness moves through a creature’s space, that creature takes 5 necrotic damage.",damage:"that creature takes 5 necrotic damage",category:0}],damageModifiers:[{type:9,value:10}],resist:"insubstantial (does not apply to radiant damage)",vulnerable:"",immune:"gaze, poison",tactics:""},{id:"80952c3d-77f9-4a24-b0c7-ec32cde67a3e",name:"Orc Warden",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Giant, Deep Speech",skills:"Athletics +11, Endurance +10",equipment:"greataxe; hide armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:13},intelligence:{score:8},wisdom:{score:15},charisma:{score:9},hp:56,initiative:4,ac:20,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"96ab8b77-834e-46b0-8354-e7dd1f4fb8f5",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d12+4 damage.",damage:"1d12+4 damage",category:1},{id:"d9155c5b-6f87-48ef-951f-d9439b9f8c55",name:"Tongueworm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"(If the attack roll is a 1, the orc warden is dazed until the end of its next turn.)1d6+1 poison damage.",damage:")1d6+1 poison damage",category:3},{id:"f69cd4fe-fb23-4a7f-9bc0-6f562844803d",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"healing, weapon",condition:"",range:"The orc warden makes a melee basic attack and regains 14 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"b924b4db-4153-456d-a381-d954f4fae938",name:"Belashyrra’s Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The orc warden makes a melee basic attack and regains 14 hit points.",attack:null,description:"",details:"",damage:"",category:3},{id:"9763593e-92d4-42d2-8055-0ea4186515bf",name:"Warden’s Wrath",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc warden makes a basic attack against the triggering enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d4658089-4a1f-4761-871a-7e5fd5087102",name:"Toraash",details:"",size:2,origin:4,type:2,keywords:"orc",level:4,role:{type:7,flag:1,leader:!1},senses:"Perception +13; blindsight 5, low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Giant, Deep Speech",skills:"Athletics +11, Endurance +10",equipment:"greataxe",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:8},wisdom:{score:16},charisma:{score:9},hp:112,initiative:6,ac:22,fortitude:19,reflex:15,will:18,regeneration:null,auras:[{id:"7fbc45af-9ad5-4efa-9c61-0ceb8fe49dbd",name:"Watchful Eye",keywords:"",details:"aura 1; an enemy that begins its turn in the aura is marked until the end of its next turn."}],powers:[{id:"84ce2d87-e172-4469-ac7b-36e908b3e6a6",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d12 + 4 damage.",damage:"1d12 + 4 damage",category:1},{id:"2dc2d253-4e0c-40d7-8ad7-de2d697177ce",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"Toraash makes a melee basic attack and regains 28 hit points",attack:{bonus:9,defence:0},description:"",details:".",damage:"",category:1},{id:"ff5641d6-4fc4-4f51-85bf-f804a54a8197",name:"Intimidating Presence",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"targets a marked enemy; 1d4 + 3 damage, and the target is dazed until the end of its next turn.",damage:"1d4 + 3 damage",category:3},{id:"d31ae827-23fe-4d6d-8ba9-b047bc8a5214",name:"Furious Surge",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:0},description:"",details:"Toraash makes an intimidating presence attack against each marked enemy within the burst, with a +2 bonus to the attack roll.; .",damage:"with a +2 bonus to the attack roll",category:5},{id:"04885d4c-e254-49ab-aec2-e918405ab398",name:"Warden’s Wrath",action:{action:5,trigger:"when an adjacent enemy toraash has marked makes an attack that does not include him as a target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Toraash makes a basic attack against the triggering enemy",damage:"",category:5}],damageModifiers:[{type:8,value:-10},{type:7,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"572d3a56-d06d-4b98-abf7-8e00fe43bef2",name:"Feyborn Ettercap Webspinner",details:"",size:2,origin:2,type:2,keywords:"spider",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"5, climb 5 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"leather armor; longspear",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:5},wisdom:{score:15},charisma:{score:13},hp:168,initiative:8,ac:22,fortitude:20,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"f609b482-6e0f-4bc2-b9b3-bf8c84f61d1d",name:"Lognspear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"3d3a0f6b-08c0-4fe2-a913-7879d8fce04a",name:"Spider Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires combat advantage; 1d6+5 damage, and the ettercap makes a secondary attack against the same target. Secondary Attack: +11 vs. Fortitude; ongoing 5 poison (save ends).",damage:"1d6+5 damage",category:1},{id:"c9f162dd-d21e-45ac-bbc4-b4bd45f3b3a2",name:"Undeniable Beauty",action:{action:5,trigger:"when feyborn creature is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"against attacker; the attacker must target a different creature or end its attack.",damage:"",category:5},{id:"38800ad7-9b0d-48d4-b26c-7e71e1252d6d",name:"Lure of the Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"target is pulled 5 squares and dazed (save ends).",damage:"target is pulled 5 squares and dazed (save ends)",category:1},{id:"0101e883-305a-48a6-8687-cb70018859eb",name:"Web Net",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:12,defence:2},description:"",details:"the target is restrained (save ends).",damage:"",category:3},{id:"dd3944f9-150a-4b21-9350-8cbc5b186ac1",name:"Webbed Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"the target is immobilized (save ends). The zone is filled with spider webs and is considered difficult terrain until the end of the encounter.",damage:"",category:1},{id:"3856b95c-9816-4589-81f2-93a133ea74ae",name:"Step Through the Mists",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feyborn creature teleports up to 3 squares.",damage:"The feyborn creature teleports up to 3 squares",category:2},{id:"02b8ff4e-7474-4768-80bb-2f691e28212b",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettercap ignores movement effects of spider webs and difficult terrain related to spider swarms.",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0dd4ce43-533b-452a-a31f-07aacfd68540",name:"Moonshadow",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6 see also fey step",alignment:"Good",languages:"Common, Elven",skills:"Arcana +19, History +19, Nature +13",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:26},hp:1,initiative:10,ac:29,fortitude:26,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"315ba04b-debf-40a2-9828-74abce5af3a3",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage and the target is slowed until the end of Moonshadow’s next turn.",damage:"1d8+4 damage and the target is slowed until the end of moonshadow’s next turn",category:1},{id:"7264bb3c-2327-48d1-a309-c9992a309b1f",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"1d8+6 damage and the target is immobilized until the end of Moonshadow’s next turn.",damage:"1d8+6 damage and the target is immobilized until the end of moonshadow’s next turn",category:1},{id:"9b15c2bd-eefd-4d28-9f33-be1787819337",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe square.",damage:"1d8+5 damage and the target is teleported up to 3 squares",category:1},{id:"0a1c4aab-0446-4e8c-b91b-3be327adca98",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"2d6+6 radiant damage, and the target is blinded until the end of Moonshadow’s next turn.",damage:"2d6+6 radiant damage",category:1},{id:"3bddbe16-a8d4-4ce3-882d-a18d8e47caa2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Moonshadow can teleport 5 squares.",damage:"Moonshadow can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d375913e-1771-4862-aa1f-cb915260e006",name:"Marlug",details:"",size:3,origin:1,type:1,keywords:"demon",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +10, Athletics +14, Stealth +12, Thievery +12",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:198,initiative:10,ac:25,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"e262e09f-ebe8-4ca0-93fc-b13f574f50a6",name:"Withering Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+5 damage and the target is slowed and takes a -2 penalty to attack rolls (save ends).",damage:"2d8+5 damage and the target is slowed and takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f74cecce-80ce-4567-9904-0a16157f35ca",name:"Throat Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Reach 2; 2d8+5 damage, and the target is grabbed. Marlug can grab only one creature at a time.",damage:"2d8+5 damage",category:1},{id:"97680bba-1d52-485e-bae7-1f343637c1de",name:"Devour Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Psychic",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; affects immobilized target only; 3d8+5 psychic damage, and Marlug regains 10 hit points.",damage:"3d8+5 psychic damage",category:1},{id:"d40699f8-af3f-49e7-83e4-8de9d86350af",name:"Soul Heave",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage and the target is pulled into an unoccupied space adjacent to Marlug.",damage:"2d6+5 psychic damage and the target is pulled into an unoccupied space adjacent to marlug",category:3},{id:"fd212c2f-71b6-4664-8852-d891974ee8d2",name:"Demonic Vigor",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Marlug gains 1 action point whenever he reduces a foe to 0 hit points or less with his devour soul attack.",damage:"Marlug gains 1 action point whenever he reduces a foe to 0 hit points or less with his devour soul attack",category:0},{id:"b41f0e57-4c8d-43b6-ab68-251b75e7652f",name:"Lifebound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When reduced to 0 hit points or less, Marlug returns to life at 9 hit points after two rounds unless the Dark Heart of the Altar is destroyed.",damage:"Marlug returns to life at 9 hit points after two rounds unless the Dark Heart of the Altar is destroyed",category:0}],damageModifiers:[{type:3,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"df90c5c0-d674-4541-bc4a-cec0e17bcaed",name:"Pelgor",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +13, Religion +13",equipment:"leather armor",category:"",strength:{score:13},constitution:{score:20},dexterity:{score:12},intelligence:{score:17},wisdom:{score:11},charisma:{score:15},hp:92,initiative:6,ac:25,fortitude:24,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"1c0100c9-45bb-4c9c-8e84-97b581447217",name:"Barbed Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+2 damage, and ongoing 5 damage (save ends).",damage:"1d8+2 damage",category:1},{id:"6ffe2194-db74-43f6-b337-f7aa0314aa28",name:"Hellish Rebuke",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d6+8 fire damage. If Pelgor takes damage before the end of his next turn, the target takes an extra 1d6+5 fire damage.",damage:"1d6+8 fire damage",category:1},{id:"ba748fc5-a4f4-447a-b401-4fbc9c4672d4",name:"Howl of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Arcane, Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d6+8 thunder damage, and the target is pushed 5 squares.",damage:"2d6+8 thunder damage",category:1},{id:"596aae62-ee19-4ef0-8f51-994aa5a95c0b",name:"Summons of Marlug",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d10+8 psychic damage, and Pelgor teleports the target to an unoccupied square within 3 squares of him. Sustain Minor: +16 vs. Will; Pelgor teleports the target to an unoccupied square within 3 squares of him. On a miss, the effect ends.",damage:"2d10+8 psychic damage",category:1},{id:"7ff87920-b8ec-45c7-a954-2987cd50e1bf",name:"Shielding Shades",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:3,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Reduce the damage from the attack to 0.",damage:"reduce the damage from the attack to 0",category:5},{id:"5ea3af01-fca6-4add-8390-4a51068cdd3b",name:"Soulbound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Pelgor is ever more than 3 squares away from the altar, his powers deal -2 damage and he cannot use his summons of Marlug power.",damage:"his powers deal -2 damage and he cannot use his summons of marlug power",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b85f03e4-edda-45f9-b1cf-1386d8cb5691",name:"Berrian Truescourge",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Arcana +15, History +15, Nature +9",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:66,initiative:6,ac:20,fortitude:17,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"be5ef312-5a9e-4edf-a310-e8828d3ebb0e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 damage, and the target is slowed until the end of Berrian’s next turn.",damage:"1d8 damage",category:1},{id:"03b6b51e-c88d-4187-98af-36e64f0fe930",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+2 damage, and the target is immobilized until the end of Berrian’s next turn.",damage:"1d8+2 damage",category:1},{id:"997ceb83-4905-40a9-930b-c01dd212a58e",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+1 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+1 damage",category:1},{id:"f5c8e04d-a372-4a86-92cd-888fdbfe2052",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:7,defence:3},description:"",details:"2d6+2 radiant damage, and the target is blinded until the end of Berrian’s next turn.",damage:"2d6+2 radiant damage",category:1},{id:"b6e32ed1-4d6b-4c3b-b5c6-0626cda3130e",name:"Fey Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Berrian can teleport 5 squares.",damage:"Berrian can teleport 5 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bca2a360-e65b-49fc-aaac-47133412de77",name:"Feyborn Ant Swarm",details:"",size:2,origin:2,type:1,keywords:"swarm",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:17},intelligence:{score:1},wisdom:{score:10},charisma:{score:9},hp:88,initiative:10,ac:18,fortitude:15,reflex:19,will:16,regeneration:null,auras:[{id:"8946588e-9d9d-4a7f-a647-7fc6e392de6d",name:"Swarm Attack",keywords:"",details:"aura 1; the ant swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"cd6e5c37-5fc4-4039-9b13-6e0c4ba0c4da",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage, and ongoing 3 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"e909a5e8-8d03-4cae-b46a-8e71151fc4fe",name:"Undeniable Beauty",action:{action:5,trigger:"when feyborn creature is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"against the attacker; the attacker must target a different creature or end its attack.",damage:"",category:5},{id:"33267fc8-97f6-4bea-a6f2-6cd1f37087e0",name:"Lure of the Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:5,defence:3},description:"",details:"The target is pulled 5 squares and is dazed (save ends).",damage:"The target is pulled 5 squares and is dazed (save ends)",category:1},{id:"1708faf3-d73b-4193-a260-6b0a3145f850",name:"Step Through the Mists",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feyborn creature teleports up to 3 squares.",damage:"The feyborn creature teleports up to 3 squares",category:2}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"8faf1697-5811-4158-a113-22662697c80b",name:"Voldini Archer",details:"",size:2,origin:2,type:2,keywords:"",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Nature +10, Stealth +9",equipment:"arrows (30); leather armor; longbow; short sword",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:26,initiative:4,ac:14,fortitude:10,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"c3fec939-bc98-472a-b403-af1097671012",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"f7562129-06cf-48f2-9384-793c85c95174",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:6,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"e82f3250-3fc7-40a8-80f2-e6e5329e8d80",name:"Archer’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the archer moves at least 4 squares from its original position, it gains a +2 bonus to ranged attack rolls until the start of its next turn.",damage:"",category:0},{id:"12320111-7899-4613-b2eb-b4df6a8d7dcb",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The archer can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"a4db01ea-894b-4674-93c0-06a77603d447",name:"Not So Close",action:{action:4,trigger:"when an enemy makes a melee attack against the archer",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The archer shifts 1 square and makes a ranged attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"35169fc5-1804-4ca7-8486-383b9f37e1e3",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The archer ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"caeda84f-ae2a-4722-9f44-0dae3ae9a6d9",name:"Voldini Cultist",details:"",size:2,origin:2,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Arcana +2, History +2, Nature +6",equipment:"leather armor; light shield; longsword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:3,ac:16,fortitude:12,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"e33d58a6-89e5-4db9-b4c3-b9969a21436e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"ea6dd50e-223a-4fd5-ad07-08ee1e05812c",name:"Fey Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The cultist can teleport 5 squares.",damage:"The cultist can teleport 5 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ef21d12-66c0-4aca-9a94-b25280f5eb3a",name:"Ostram del’Fargo",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"dagger; goblin totem; dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ea5190dc-f6b8-47c5-8b3d-8852e06604f1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage, or 1d4+4 damage against medium sized opponents.",damage:"1d4+3 damage",category:1},{id:"d657e152-b4d7-45cf-82b7-3643c4f78fc6",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage, or 1d4+4 damage against medium sized opponents.",damage:"1d4+3 damage",category:1},{id:"a448bc5b-72a3-44e8-9f14-d779de2aae4f",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The halfling can move up to 3 squares and make one melee basic attack at any point during that movement. The halfling thief doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"1a9609fd-3cac-468e-874e-ff23dceb1fd5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"00169658-4006-435e-88aa-8235c4bc2470",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"ab6a185d-1977-4422-9db6-0fd99dbda03b",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling thief forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7f716fd-fed7-47f0-91da-f2ea417bd653",name:"Selmik the Master Rat",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:2,role:{type:6,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +6, Stealth +10, Streetwise +6, Thievery +10",equipment:"short sword",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:72,initiative:7,ac:18,fortitude:16,reflex:15,will:12,regeneration:{value:5,details:"if the wererat takes damage from a silver weapon its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"a291a275-a34a-4b48-8106-28b76a3c3367",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"bc211115-d8f5-44cc-816d-973c7b3aa71d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage and the target takes ongoing 2 damage (save ends) and contracts filth fever.",damage:"1d4+2 damage and the target takes ongoing 2 damage (save ends) and contracts filth fever",category:1},{id:"2844f5a0-f106-4ec4-b448-fdffded35eae",name:"Summon Dire Rat",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Summoning",condition:"",range:"",attack:null,description:"",details:"Selmik summons one dire rat to fight for him. The rat appears beneath a trapdoor (DM’s choice). If Selmik is standing on his hallowed fountain, then he summons one extra dire rat. The dire rat acts on Selmik’s initiative.",damage:"",category:3},{id:"bbb34584-6487-47f9-9d11-d65a54bc723e",name:"Inspire Rat Servants",action:null,keywords:"",condition:"",range:"Selmik and any rat it directs deals an extra 1d6 damage on melee attacks against any target they have combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever",tactics:""},{id:"08d7af81-769e-44a8-a314-559328197136",name:"Zombie Abomination",details:"",size:3,origin:4,type:0,keywords:"undead",level:4,role:{type:2,flag:2,leader:!1},senses:"Perception +4",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"bastard sword",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:6},intelligence:{score:3},wisdom:{score:10},charisma:{score:3},hp:232,initiative:4,ac:18,fortitude:22,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"6a774930-dfeb-484a-b07e-abfd60002aef",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 1d12+5 damage and the target is marked until the end of the abomination’s next turn.",damage:"1d12+5 damage and the target is marked until the end of the abomination’s next turn",category:1},{id:"94a59853-a452-4eb4-92c6-3faefba7b550",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The zombie abomination makes two bastard sword attacks.; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"ca655528-ebcb-404c-bcef-d4d811b752ef",name:"Grasping Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"the target is pulled 1 square and grabbed (until escape). The abomination can grab only one creature at time. Checks made to escape the abomination’s grab take a -5 penalty.",damage:"the target is pulled 1 square and grabbed (until escape)",category:3},{id:"a13e2467-2ff4-4479-8869-648141d94374",name:"Crush",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Grabbed target only; 2d8+4 damage.",damage:"2d8+4 damage",category:3},{id:"de8ed018-1f12-429b-a060-18858f275c54",name:"Rise Again",action:null,keywords:"",condition:"the first time the abomination drops to 0 hit points",range:"",attack:null,description:"",details:"Make a new initiative check for the abomination. On its next turn, the abomination rises (as a move action) with 116 hit points",damage:"the abomination rises (as a move action) with 116 hit points",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6e8b1587-5f96-4233-a2be-12a1bd8959a3",name:"Human Bowman Lackey",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Any",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:6,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"836ec70f-c35b-4447-af7a-bba5b023da68",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"dc6e6a0d-d1c2-4689-aa07-9a6250452600",name:"Bow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"7bba08ed-d6d7-4d4b-b888-1fdcf955bb17",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human lackey gains a +2 power bonus to all defenses while at least two other human lackeys are within 5 squares of it.",damage:"A human lackey gains a +2 power bonus to all defenses while at least two other human lackeys are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6c98b1e-753b-4984-90c8-dd7c22b02d2d",name:"Laundae Ethari",details:"",size:2,origin:5,type:2,keywords:"undead",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +9, Arcana +13, Religion +13, Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:19},wisdom:{score:12},charisma:{score:17},hp:178,initiative:7,ac:25,fortitude:22,reflex:23,will:23,regeneration:{value:5,details:"regeneration does not function while Laundae Ethari is exposed to direct sunlight"},auras:[{id:"f32c1795-e8c2-4529-9fc4-48dafb082526",name:"Deep Shadow",keywords:"",details:"(Necrotic) Aura 2; thick, writhing shadows surround the shadar-kai witch. The witch and any other shadow creatures in the aura gain concealment. In addition, enemies that enter or start their turns in the aura take 5 necrotic damage, and enemies (including flying ones) also treat the area within the aura as difficult terrain. The shadar-kai witch can sustain the aura as a minor action. However, the effect ends if she uses shadow jaunt or moves more than half her speed on her turn."}],powers:[{id:"75a34f4d-4100-4e6f-8c38-9b8e504e513c",name:"Blackfire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"2d6+5 fire and necrotic damage.",damage:"2d6+5 fire and necrotic damage",category:1},{id:"d01165d5-4531-4f18-b0c7-edb77b0e4ae7",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires combat advantage; 2d12+7 damage, and the target is weakened (save ends), and Laundae Ethari regains 44 hit points.",damage:"2d12+7 damage",category:1},{id:"60c5a194-09bf-4783-8e11-71d6a1c562e5",name:"Beshadowed Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"2d6+5 necrotic damage, and the target has no line of sight to anything more than 2 squares from it (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"b8835d4b-3309-4593-ab69-2fde8ec56b7f",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty on the saving throw). Aftereffect: The target is dazed (save ends). Laundae Ethari can dominate only one creature at a time.",damage:"with a -2 penalty on the saving throw)",category:3},{id:"6146f3d1-5a84-4e91-9593-c67715d92eb2",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Laundae Ethari becomes insubstantial and gains a fly speed of 12, but cannot make attacks. Laundae Ethari can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Laundae Ethari becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2a20c211-f2ed-4e50-8ea4-ca777ddb4811",name:"Orc Favored of Gruumsh",details:"",size:2,origin:4,type:2,keywords:"orc",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +3; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +10, Intimidate +10, Religion +7",equipment:"leather armor; spear",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:128,initiative:6,ac:20,fortitude:17,reflex:14,will:17,regeneration:null,auras:[{id:"20bcc353-53cd-4893-bce9-dff5d0fb0509",name:"Wrath of Gruumsh",keywords:"",details:"aura 10; orcs in the aura can use death strike."}],powers:[{id:"4002149f-0804-4bf4-a311-fb7a2cadd546",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"b1255fe3-5093-407a-b07e-835cb991bdd8",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The favored of Gruumsh makes a melee basic attack and regains 16 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"6cf2f2dc-be7d-4025-9770-060b3f12d819",name:"Death Strike",action:null,keywords:"",condition:"when the favored of gruumsh drops to 0 hit points",range:"The orc makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0},{id:"278e3ddd-f70d-4232-baba-1d3dfb930eea",name:"Eye of Wrath",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:8,defence:3},description:"",details:"the target takes a -4 penalty to AC (save ends).",damage:"the target takes a -4 penalty to AC (save ends)",category:3},{id:"100637cd-3a4a-410c-8177-77a8ae5603ff",name:"Swift Arm of Destruction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"one orc within range makes a melee basic attack (as a free action) and regains 15 hit points on a hit or 5 hit points on a miss.",attack:null,description:"",details:"",damage:"",category:1},{id:"c3bbfa75-e5fe-4574-8d8a-85c2ec075529",name:"Chaos Hammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:2},description:"",details:"2d6+3 force damage, and the target is knocked prone. Miss: Half damage, and the target is not knocked prone.",damage:"2d6+3 force damage",category:1},{id:"292df0cb-50d3-4c0b-8424-36db8c93b0c2",name:"Call to Battle",action:{action:4,trigger:"when first hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One orc ally within 10 squares charges an enemy adjacent to the favored of Gruumsh.",damage:"One orc ally within 10 squares charges an enemy adjacent to the favored of Gruumsh",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5f19d163-48b2-47ed-a0f7-d3a076e9cc15",name:"Stonetrap Scarab",details:"",size:2,origin:4,type:1,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5, burrow 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:12},intelligence:{score:1},wisdom:{score:16},charisma:{score:7},hp:67,initiative:3,ac:21,fortitude:18,reflex:15,will:17,regeneration:null,auras:[{id:"c325347e-0ac8-49e1-b091-5d2a062ccd67",name:"Scarab’s Mark",keywords:"",details:"aura 1; any creature that starts its turn in the aura is marked by the scarab until the start of its next turn. The aura requires line of effect, and does not function if the scarab is burrowing."}],powers:[{id:"cd736c51-331f-4ca2-81ee-cc131a6e8ea5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"9d6bfb06-79c1-41eb-a261-b40c055dcfb6",name:"Stone Trap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"The stonetrap scarab burrows its speed and rises in a square adjacent to the target; 1d6+4 damage, and the target is immobilized (save ends). The immobilized condition ends if the scarab is no longer adjacent to the target.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2ab8388-3215-405c-a0e6-3b818236298a",name:"Deranged Elf Berserker",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:56,initiative:2,ac:14,fortitude:14,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4766760b-b420-496a-b5fd-5dd763416889",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d12+3 damage (crit 1d12+15).",damage:"1d12+3 damage (crit 1d12+15)",category:1},{id:"6e4a1639-9a01-4128-96bf-52d808af184d",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The deranged elf scout makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:5},{id:"775ac51c-3d12-40bf-9d7c-c5e1b417a7f1",name:"Handaxe",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:4,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"9635db03-36ee-4583-ac4a-b8d557562c1d",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"432565d8-5032-477e-9d87-efb9f782ce92",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa2e37ff-52d8-4649-9aca-8adae8895d98",name:"Drow Cleric of Lolth",details:"",size:2,origin:2,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +9, Insight +10, Intimidate +9, Religion +9, Stealth +8",equipment:"chainmail; holy symbol; mace",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:13},intelligence:{score:14},wisdom:{score:17},charisma:{score:16},hp:57,initiative:3,ac:18,fortitude:17,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"611f5903-9a0e-416f-9b7e-d589ed900045",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"b207a934-0f8a-4040-b57c-ddd95bca29b7",name:"Lolth’s Sting",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"1d6+2 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+2 poison damage",category:1},{id:"a5a9c28b-6736-4df9-b79a-b78de59c101a",name:"Surge of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:8,defence:3},description:"",details:"1d6+2 psychic damage, push 3, and dazed (save ends).",damage:"1d6+2 psychic damage",category:1},{id:"72138c07-b080-4b96-8a20-b58560fa5e84",name:"Devoured by Spiders",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"2d6+3 damage, and the target is immobilized (save ends). Each time the target fails its save against this effect, it takes 1d6 damage.",damage:"2d6+3 damage",category:1},{id:"a2b81a79-cdb6-403d-b9d5-0da3add6ec7d",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"until the end of the drow cleric of Lolth’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"ff1d2177-b7c5-406f-bf55-e98b6d0b6372",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The drow cleric of Lolth can transfer up to 8 points of damage she has taken to a spider or drow ally within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"the drow cleric of lolth can transfer up to 8 points of damage she has taken to a spider or drow ally within 5 squares of her",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9533aa1-98ff-4a4e-9e52-715e3ce076e5",name:"Drow Scavenger",details:"",size:2,origin:2,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +9",equipment:"javelin; leather armor; light shield; longsword",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:9},charisma:{score:8},hp:1,initiative:3,ac:16,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"294e8077-7dd8-4f1f-b345-317da872b1c4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3 damage (5 with combat advantage).",damage:"3 damage (5 with combat advantage)",category:1},{id:"a6ba2079-f958-4a8b-a5f3-f27e8beffa9e",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"3 damage (5 with combat advantage).",damage:"3 damage (5 with combat advantage)",category:1},{id:"0caf0a66-1dc1-4ac2-8fdd-8780d6e48704",name:"Dirty Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A drow scavenger gains combat advantage against a target adjacent to one or more creatures.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90eacdc3-5bb2-4585-9485-fbe36ff5375f",name:"Drow Shadowblade",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +9, Thievery +9",equipment:"crossbow bolts (20); hand crossbow; leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:37,initiative:8,ac:18,fortitude:14,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"175e8572-415d-4212-a16c-a2e863207da3",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"18d56d4e-41a9-4e96-a409-ca148504e6c8",name:"Hand crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"307cf1ef-b703-48f5-b08f-672d3b1123f9",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"the burst creates a cloud of darkness that remains in place until the end of the drow shadowblade’s next turn. The cloud blocks line of sight, squares within it are totally obscured, and creatures entirely within it are blinded until they exit. The drow shadowblade is immune to these effects.",damage:"",category:3},{id:"7825119b-1d24-4ce1-909d-7a8211cf6b40",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow shadowblade deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ac58c92-0432-49c7-a50b-8ce2fe124c90",name:"Drow Shadowhunter",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +10",equipment:"drow long knife; leather armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:46,initiative:7,ac:17,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"c86c68a2-f1b6-4013-92f9-31e4b9a8846d",name:"Drow Long Knife",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"c205cedb-9560-42fc-835f-006275ff961d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires two weapons; (two attacks)1d6 damage per attack.",damage:"(two attacks)1d6 damage per attack",category:1},{id:"ed0a421d-d92a-409f-b221-4bdd806ff30a",name:"Drow Long Knife",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"c8a4ed47-31e0-473d-85eb-fd1c90821c9f",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"until the end of the drow shadowhunter’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"104e5b7d-ca3f-4200-be29-85c384427644",name:"Shadow Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow shadowhunter moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The drow shadowhunter moves up to 4 squares",category:2},{id:"738cf0ab-11f0-4ee3-ba0a-69bc81bf5c48",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow shadowhunter deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"949ded3f-11c0-4a13-9b36-e95f0dc1d332",name:"Insane Elf Scout",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +10, Stealth +9",equipment:"chainmail; longsword; short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:47,initiative:7,ac:17,fortitude:14,reflex:16,will:13,regeneration:null,auras:[{id:"11556ccd-7fa4-44a8-bcf4-7da7d6170f64",name:"Group Awareness",keywords:"",details:"aura 5; non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"249f6297-abdd-453a-a79a-8cd41df1271d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"543833cc-3dab-4f04-a2ad-4266a9815b0d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"4230827f-e399-47da-bfd1-093fbf6cbc95",name:"Two-Weapon Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The elf scout makes a longsword attack and a shortsword attack against the same target. If both attacks hit, the elf scout deals an additional 4 damage.",damage:"the elf scout deals an additional 4 damage",category:1},{id:"89a51b28-431a-4458-b693-267995c346ea",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"d8c5aad6-bf38-48e4-9fe9-fa089d5d810b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf scout that has combat advantage deals an extra 1d6 damage on its attacks.",damage:"an elf scout that has combat advantage deals an extra 1d6 damage on its attacks",category:0},{id:"01707d8e-7728-4cda-8891-bf48c425fe53",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bf52493-97cc-4d3c-a4a9-326d82e27bbf",name:"Mad Elf Journeyman",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +6",equipment:"leather armor; light shield; longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:1,initiative:4,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"acc2b684-b044-4654-80d7-8fdf8a51f6b0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"37f4d3ba-ee1b-475b-a5b3-b267aa57d9c1",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"944267cb-f489-4938-9f68-e5ca49fbe006",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3338d336-c507-4436-9400-1fdf5260af17",name:"Sea Wraith",details:"",size:2,origin:5,type:2,keywords:"aquatic, undead",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6 (hover), swim 6 , phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:47,initiative:11,ac:19,fortitude:16,reflex:19,will:17,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"37caa6da-860e-482c-8b2a-9accac506220",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Cold",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 cold and necrotic damage.",damage:"1d8+5 cold and necrotic damage",category:1},{id:"dd3306dd-ec18-4168-a57d-e4e0c5410ddb",name:"Embrace of the Deep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The target must be dazed or stunned; the sea wraith attacks one Medium or smaller target; 2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape).",damage:"2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape)",category:1},{id:"5a1e912b-857b-4065-aea7-6ad4f6c15414",name:"Combat Advantage",action:null,keywords:"Necrotic, Cold",condition:"",range:"",attack:null,description:"",details:"The sea wraith deals an extra 1d6 necrotic and cold damage against Any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith.",damage:"the sea wraith deals an extra 1d6 necrotic and cold damage against any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith",category:0},{id:"186efa34-efb2-4115-9219-4d48ce486481",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only works underwater",range:"",attack:null,description:"",details:"The sea wraith shifts 6 squares.",damage:"The sea wraith shifts 6 squares",category:2},{id:"0d360449-2c26-4b12-bb7f-f92793240927",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sea wraith rises as a free willed sea wraith at the start of its creators next turn, appearing in the space where it died (or in the nearest unoccupied square). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"39c6c657-c5ea-4dd7-91ab-709c4b779f4e",name:"Sea Wraith Lord",details:"",size:2,origin:5,type:2,keywords:"aquatic, undead",level:9,role:{type:3,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6, swim 6 , phasing",alignment:"Chaotic evil",languages:"Commonr",skills:"Stealth +13",equipment:"",category:"",strength:{score:4},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:15},hp:70,initiative:8,ac:22,fortitude:17,reflex:20,will:21,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"bc51d5f4-b42b-4a33-9078-754575aee7a7",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Cold",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 cold and necrotic damage.",damage:"1d8+5 cold and necrotic damage",category:1},{id:"ecaacf45-8c87-4cf5-b9cf-6ee7278f3c60",name:"Deep’s Pain",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Necrotic, Cold",condition:"",range:"Area burst 2 within 20",attack:{bonus:13,defence:1},description:"",details:"3d8+3 cold and necrotic damage. The burst creates a zone that lasts until the end of the sea wraith lord’s next turn. Any creature that starts turn within the zone takes 10 cold and necrotic damage. The sea wraith lord can dismiss the zone as a minor action.",damage:"3d8+3 cold and necrotic damage",category:1},{id:"1bffe22a-6fe3-4616-95e1-864783d84850",name:"Embrace of the Deep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The target must be dazed or stunned; the sea wraith attacks one Medium or smaller target; 2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape).",damage:"2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape)",category:1},{id:"e1db6be5-21af-4957-80e4-5f11504351cb",name:"Vortex of Death",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"targets enemies; 2d6+6 necrotic damage; the target is dazed until the end of the sea wraith lord’s next turn.",damage:"2d6+6 necrotic damage",category:5},{id:"bf34a3f1-d573-4e2b-b064-0fa61934bf5e",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only works underwater",range:"",attack:null,description:"",details:"The sea wraith shifts 6 squares.",damage:"The sea wraith shifts 6 squares",category:2},{id:"0c88cfc0-7dd6-43e9-b4a3-7b04ceb048ea",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sea wraith rises as a free willed sea wraith at the start of its creators next turn, appearing in the space where it died (or in the nearest unoccupied square). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e6a3d98e-427f-4526-ae42-9ff10a9cc104",name:"Sea Wraith Warrior",details:"",size:2,origin:5,type:2,keywords:"aquatic, undead",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6, swim 6 , phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:1,initiative:11,ac:22,fortitude:8,reflex:8,will:8,regeneration:null,auras:[],powers:[{id:"50512f6a-8685-487d-86d6-f53c94352a9a",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"5 necrotic damage.",damage:"5 necrotic damage",category:1},{id:"a91a568b-9f65-432f-b22d-fbc893de9833",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sea wraith warrior deals an extra 1d6 necrotic damage against any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith.",damage:"the sea wraith warrior deals an extra 1d6 necrotic damage against any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bba92a8a-525d-4600-8f76-e576ec5fb7f1",name:"Zombie Boar",details:"",size:3,origin:4,type:0,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:8},intelligence:{score:1},wisdom:{score:9},charisma:{score:3},hp:128,initiative:4,ac:22,fortitude:25,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"c3a9cb5d-69d1-4f05-951a-b28fe3aaf7c0",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+6 damage, or 2d6+11 damage against a prone target.",damage:"2d6+6 damage",category:1},{id:"18e07cc2-8513-460a-adcd-2aa0ead0e6b6",name:"Death Strike",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The zombie boar makes a gore attack.",damage:"",category:0},{id:"1c9e53b1-a736-4a2e-ac08-a4b4908fa658",name:"Slough Off Skin",action:{action:4,trigger:"when the dire boar is affected by ongoing damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All ongoing damage effects end immediately. Other ongoing effects are unaffected.",damage:"all ongoing damage effects end immediately",category:5},{id:"030559ff-ade3-4306-8b1d-621416d5cea1",name:"Furious Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zombie boar charges, its gore deals an extra 5 damage, pushes the target 2 squares, and knocks the target prone on a hit.",damage:"its gore deals an extra 5 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4977a585-c9fa-476e-8c1a-727de4764f9a",name:"Amnite Freebooter",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:1,leader:!0},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +10, Thievery +10",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:74,initiative:6,ac:17,fortitude:15,reflex:15,will:17,regeneration:null,auras:[{id:"5e38cda2-6bd2-425d-9d7d-978514a39a07",name:"Deathless Fanaticism",keywords:"",details:"aura 5; allies below the demagogue’s level in the area remain alive when reduced to zero hit points. They die at the end of their next turn if they are still at zero or below."}],powers:[{id:"147ce604-6be2-423a-9e66-e65c1268faa2",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8+1 damage, and the human bandit shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"1e9b74d1-ac6a-4efe-8d35-edb7c94b7f56",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"4a7dbb56-e6bd-4107-8a9c-1cc8145d566c",name:"Dazzling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"Requires mace; 1D8+1 damage, the target is dazed until the end of the human bandit’s next turn, and the human bandit shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"aa685598-4c41-489b-8c55-58acdc486789",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"c6e8a974-34f3-42b1-82af-58dc76c8c9ad",name:"Mob Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The demagogue gains+1 bonus to all defenses for each ally adjacent to it.",damage:"The demagogue gains+1 bonus to all defenses for each ally adjacent to it",category:0},{id:"27732377-060d-4935-9e6f-e3f164f9abfb",name:"Strike on My Order",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5, up to three allies, in area make basic attacks with a +2 attack bonus and a +1 damage bonus.",attack:null,description:"",details:"",damage:"",category:1},{id:"13794096-de20-46fb-b5f0-64e1fff26312",name:"Clever Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shift 3 squares. One square shifted through must be occupied by an ally.",damage:"Shift 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3744c3b6-2910-435f-aeb5-aa996eb2dc94",name:"Relentless Bounty Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"greataxe; leather armor",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:8},hp:196,initiative:4,ac:21,fortitude:22,reflex:17,will:21,regeneration:null,auras:[],powers:[{id:"ea1a6f73-8a74-48b3-8940-d168d6f66f83",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 (crit 1d12 + 20) damage.",damage:"1d12+8 (crit 1d12 + 20) damage",category:1},{id:"1f92df6b-d6dd-4cba-b49f-ffede9e40b1f",name:"Clear the Area",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:8,defence:0},description:"",details:"Requires greataxe; 2d12+10 damage, and the target is pushed 1 square.",damage:"2d12+10 damage",category:1},{id:"a61d1359-47fd-41c6-9da8-9781e4de97d5",name:"Mark of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature; the target is marked and grants combat advantage to the relentless bounty hunter (save ends).",damage:"",category:1},{id:"8da48ea8-74ef-4dd5-83df-710cae1627bc",name:"Brute Rush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a relentless bounty hunter makes a bull rush attack, he pushes the target 2 squares instead of 1 square.",damage:"he pushes the target 2 squares instead of 1 square",category:0},{id:"7cecd1b6-40d4-4799-94a7-6246af42cf6d",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces the relentless bounty hunter to move------ through a push, a pull, or a slide------the relentless bounty hunter moves 1 square less than the effect specifies. When an attack would knock the relentless bounty hunter prone, the relentless bounty hunter can roll a saving throw to avoid falling prone.",damage:"or a slide------the relentless bounty hunter moves 1 square less than the effect specifies",category:0},{id:"8d6acc5c-ca97-4001-8d3b-dc410ab49302",name:"Death’s Release",action:null,keywords:"Necrotic",condition:"when the relentless killer is reduced to 0 hit points or fewer",range:"Close burst 3",attack:{bonus:9,defence:1},description:"",details:"2d6 + 7 necrotic damage, and the target is knocked prone.",damage:"2d6 + 7 necrotic damage",category:0},{id:"b3f10662-3986-4f51-bb03-1747c87578e9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The relentless bounty hunter deals 2d6 extra damage when it hits a creature it has combat advantage against.",damage:"the relentless bounty hunter deals 2d6 extra damage when it hits a creature it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"37c427f2-ecbc-48ad-8aaa-bfd1f4d83cf0",name:"Infernal Battle Armor",details:"",size:2,origin:3,type:0,keywords:"devil, undead",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Understands Common, Supernal",skills:"",equipment:"club",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:10},charisma:{score:11},hp:1,initiative:6,ac:20,fortitude:21,reflex:20,will:19,regeneration:null,auras:[{id:"9bc7e186-8e60-40b5-85c5-d96e65909929",name:"Bloodlust",keywords:"",details:"aura 2; non-minion devils in the aura gain a +1 bonus to damage. This bonus is cumulative, so a devil within the aura of 4 infernal armors deals 4 additional points of damage per attack."}],powers:[{id:"65c3cd04-3f15-453a-94a2-b9b1af8b5b3c",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"fa72902c-5dd4-405c-ad39-9693802e9c0d",name:"Transference",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an infernal armor dies, it transfers its essence to the nearest non-minion devil within 5 squares. That devil regains 15 hit points.",damage:"it transfers its essence to the nearest non-minion devil within 5 squares",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f89bd001-7e5b-4c59-b31c-9f59f10ee361",name:"Minotaur Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Any",languages:"Common",skills:"Dungeoneering +13, Intimidate +12, Nature +10",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:10},intelligence:{score:9},wisdom:{score:14},charisma:{score:13},hp:122,initiative:8,ac:28,fortitude:29,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"44aff480-2d90-40e2-a84b-72251d638934",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of the minotaur warrior’s next turn.",damage:"1d10+7 damage",category:1},{id:"be517f7e-b6bb-4015-bffa-417221ee4664",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The minotaur warrior makes a charge attack; 1d6+7 damage, and the target is knocked prone.",damage:"1d6+7 damage",category:1},{id:"44cbee37-e911-48e4-afad-e82f33ea43dc",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur warrior makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bcc494e8-b48f-47e0-b004-b7569088ac1a",name:"Quickling Jack",details:"",size:1,origin:2,type:2,keywords:"",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"12, climb 6",alignment:"Evil",languages:"Elven",skills:"Acrobatics +22, Bluff +10, Stealth +17",equipment:"short sword",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:10},hp:112,initiative:14,ac:26,fortitude:22,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"c1c35fdb-37e0-4ba7-9dae-4b92b01f5d1b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"45993473-5b3a-4fad-986e-23733b8509fd",name:"Quick Cuts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The quickling moves its speed. At any two points during its move, the quickling makes a melee basic attack at a -2 penalty. The quickling cannot use this power while immobilized or slowed.",attack:null,description:"",details:"",damage:"",category:1},{id:"115fb5b4-0edf-4afb-b8d2-4338a31f3657",name:"Fey Shift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling runner shifts 10 squares.",damage:"The quickling runner shifts 10 squares",category:1},{id:"7513430c-ff2f-4337-959c-5dd0c4e95fa6",name:"Maintain Mobility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An immobilized quickling runner is no longer immobilized.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fdebd20-9e9e-41b8-b9d1-40d2bb6bab8f",name:"Rastiel the Mezzodemon",details:"",size:3,origin:1,type:2,keywords:"demon",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +13",equipment:"lifedrinker weapon; trident",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:145,initiative:11,ac:31,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"f9237d26-f43d-45c2-88d8-a101e58d8476",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires trident; reach 2; 1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"95fd2ee7-86fa-4652-90a2-b357735cb572",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+7 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+7 damage",category:1},{id:"c9798a25-b7da-437a-8622-b041eab55bc2",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"targets enemies; 2d6+5 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+5 poison damage",category:1},{id:"749e9f1f-4da3-453f-8d4d-1f07cd75cc0b",name:"Lifedrinker Trident",action:null,keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"When the mezzodemon reduces an enemy to 0 hit points or fewer with a weapon attack, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8bceb9b4-d993-4a82-8368-bb0eb3dcdd0a",name:"Runespiral Demon Netherflame",details:"",size:1,origin:1,type:1,keywords:"demon",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:5},wisdom:{score:16},charisma:{score:12},hp:81,initiative:9,ac:22,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"b1e608db-760f-4521-b26f-b225f502a472",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"743b6767-7102-45e5-bc51-677c823bb120",name:"Fell Arc",action:{action:5,trigger:"when an enemy moves adjacent to this creature",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"2d6+6 necrotic, and fire damage.",damage:"and fire damage",category:5},{id:"b8c69357-e12c-42ed-9c17-3e8ffd42b08d",name:"Fell Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"1d6+6 necrotic and fire damage, and this attack deals an additional 1 fire damage for each creature in the burst.",damage:"1d6+6 necrotic and fire damage",category:1},{id:"1d28131f-a1ae-4b2b-b2b8-b3057520bc80",name:"Bloodied Shock",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"use when first bloodied",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"1d6+6 necrotic and fire damage and daze.",damage:"1d6+6 necrotic and fire damage and daze",category:1}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"c6c30806-65ee-475b-b65d-72b1d1ea62e8",name:"Troglodyte Bruiser",details:"",size:2,origin:4,type:2,keywords:"reptile",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:4},wisdom:{score:16},charisma:{score:11},hp:140,initiative:7,ac:23,fortitude:23,reflex:19,will:21,regeneration:null,auras:[{id:"88f00be3-d266-4aa3-8993-b5956c039053",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"dedb5e5a-7210-4030-87e1-dd5ab769937e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"dd324b54-7ca5-4dc2-80d0-3add1a071eaa",name:"Tooth and Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2 attacks; 1d6+6 damage. If the target is bloodied by this attack, the troglodyte brute can make a claw attack against it.",damage:"1d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3f413eec-8f01-4863-bf2b-021c95a3f7b4",name:"Werewolf Savage Berserker",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:2,flag:1,leader:!0},senses:"Perception +11; low-light vision",movement:"6 (8 in werewolf form)",alignment:"Evil",languages:"Common",skills:"Bluff +9, Insight +11, Intimidate +9, Nature +11",equipment:"greatclub; leather armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:206,initiative:7,ac:20,fortitude:20,reflex:20,will:20,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"37ec60b0-6a3e-44a6-a8b3-3e5b2a4862d5",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"f8c25d4b-cbf5-4945-81cd-8358cfb4eb46",name:"Special Bite template",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d6+4 damage",category:1},{id:"ad3f19bb-907b-44b5-8141-62710edb9d42",name:"Murderous Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The savage berserker gains 1 action point the first time it reduces a foe to 0 hit points in an encounter.",damage:"The savage berserker gains 1 action point the first time it reduces a foe to 0 hit points in an encounter",category:0},{id:"8a37cc31-7295-4aea-9d6e-006f0a3a9c05",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The savage berserker makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"f4a25a93-c686-4a60-ba93-0927f7cb25db",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"595d1d9e-ee41-41e3-9d6d-ac2d2b12f983",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and cannot make weapon attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"a4d1c31c-4215-40d9-af23-f32b34ca4bf6",name:"Werewolf Stormcaller",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:5,role:{type:0,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Arcana +10, Bluff +8, Insight +10, Intimidate +8, Nature +10, Religion +10",equipment:"leather armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:10},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:108,initiative:6,ac:17,fortitude:17,reflex:16,will:17,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"91d4bf46-37df-4a1f-bd70-f77121522ee0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+3 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d6+3 damage",category:1},{id:"b2ea2876-98b3-4923-8595-0f3c9375cbb9",name:"Storm Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Lightning",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"1d8+4 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"92c06f3a-d211-474a-a3b8-b89517e90f90",name:"Stormcaller",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Thunder",condition:"",range:"Close blast 3",attack:{bonus:10,defence:1},description:"",details:"1d6+4 thunder damage; and the target is pushed 2 squares.",damage:"1d6+4 thunder damage",category:1},{id:"96b86242-65c1-490f-beee-6af7dafef3ae",name:"Disrupting Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Arcane, Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"1d10+4 lightning damage; and the target is slowed (save ends).",damage:"1d10+4 lightning damage",category:1},{id:"2b48e703-9d14-4b72-b5b7-1b8e292b2d00",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"856ec0e9-c78d-4c95-a4fe-32cf76086638",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and cannot make weapon attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"2bb7b766-a950-46f5-9fb6-c9e311e91535",name:"Drow Arachnomancer Vampire Lord",details:"",size:2,origin:2,type:2,keywords:"undead",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Dungeoneering +13, Intimidate +8, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:12},hp:184,initiative:8,ac:25,fortitude:21,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8c93e617-ebd3-4817-a271-a8ed1b2b5f44",name:"Spider Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6 damage, and the target is immobilized (save ends); see also Lolth’s judgment.",damage:"1d6 damage",category:1},{id:"013c3b76-6e40-44fe-ac00-281b0b7a318f",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Requires combat advantage; 2d12+7 damage, and the target is weakened (save ends), and the vampire lord heals 56 hit points; see also Lolth’s judgment.",damage:"2d12+7 damage",category:1},{id:"d848417b-bcaa-4871-8fc8-3ffc3be8638e",name:"Venom Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d8+3 poison damage, and ongoing 5 poison damage (save ends); see also Lolth’s judgment.",damage:"2d8+3 poison damage",category:1},{id:"d8b89254-1ac1-41a8-92d1-aad1c585c534",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:14,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: the target is dazed (save ends). The vampire lord can dominate only one creature at a time; see also Lolth’s judgment.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"31c4f6ba-eae3-46c7-90e7-ee4b1a5f39e6",name:"Lolth’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 4",attack:{bonus:15,defence:2},description:"",details:"within 10; webs full of spectral spiders cover the zone; drow and spiders are immune; the target is restrained (save ends). The zone is difficult terrain until the end of the encounter. Any creature that starts its turn in the zone takes 10 necrotic damage.",damage:"any creature that starts its turn in the zone takes 10 necrotic damage",category:1},{id:"95f19bd6-8d58-46c4-bde7-cdb340cbbd51",name:"Spider Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"ranged 20",attack:{bonus:15,defence:3},description:"",details:"Spectral spiders swarm over and bite the target; 1d6+7 necrotic damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both); see also Lolth’s judgment.",damage:"1d6+7 necrotic damage",category:1},{id:"feb49703-7feb-4a22-9e71-074c7bed0bdd",name:"Venom Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"2d6+10 poison damage. Miss: Half damage.",damage:"2d6+10 poison damage",category:1},{id:"ab094dfe-ab7d-45f4-a268-179079e52e33",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow arachnomancer’s next turn. The cloud blocks line of sight for all creatures except the drow arachnomancer. Any creature entirely within the cloud (except the drow arachnomancer) is blinded until it exits.",damage:"",category:3},{id:"50e589ca-abef-49ad-a6c2-55fa5c6349c9",name:"Lolth’s Judgment",action:{action:7,trigger:"when the arachnomancer hits a target with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn.",damage:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cd4c6554-d059-46e3-a7dc-8123455e7b94",name:"Gelatinous Ice Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:5,role:{type:2,flag:1,leader:!1},senses:"Perception +3; tremorsense 5",movement:"3 see also engulf",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +9",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:13},charisma:{score:1},hp:152,initiative:4,ac:18,fortitude:18,reflex:16,will:15,regeneration:null,auras:[{id:"b70113e5-7f27-4567-b361-40f3a5d98521",name:"Frozen Radiance",keywords:"",details:"aura 1; any creature that starts its turn or enters the aura takes 3 cold damage."}],powers:[{id:"88a64097-7457-489b-a273-daf35e020305",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d6+2 damage and the target is immobilized (save ends).",damage:"1d6+2 damage and the target is immobilized (save ends)",category:1},{id:"dfe2cefe-7b33-4ce6-8834-7067dde7793a",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"The gelatinous ice cube attacks one or two Medium or smaller targets; the target is dazed and takes ongoing 10 cold damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 10 cold damage until it escapes the grab",category:1},{id:"680e0d15-9005-4345-8b5d-a3b7d87560a6",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gelatinous ice cube is invisible until seen (Perception DC 25) or until it attacks. Creatures that fail to notice the gelatinous cube might walk into it, automatically being engulfed.",damage:"",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"5 electricity",immune:"gaze",tactics:""},{id:"c92b69c0-d36d-42a0-83e3-6be767608618",name:"Bog Toad",details:"",size:2,origin:4,type:1,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6, swim 6",alignment:"Unaligned",languages:"Common",skills:"Athletics +10, Stealth +10",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:16},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:63,initiative:5,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"a9e4a629-c4bc-4991-b7ea-2b59225ecf69",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+3 damage and slow (save ends).",damage:"1d10+3 damage and slow (save ends)",category:1},{id:"e3cb0fbe-6cab-4ce5-8386-9e4e772123f4",name:"Grasping Tongue",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"grab and pull 3.",damage:"grab and pull 3",category:1},{id:"e91cd12a-cd83-4874-b8f4-3264e26c4c08",name:"Sudden Leap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Jump 4 squares without provoking; 1d10+6 damage and knock prone.",damage:"1d10+6 damage and knock prone",category:1},{id:"db5540ab-b610-4777-a1fa-7b694291cc36",name:"Prodigious Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jump 4 squares without provoking.",damage:"Jump 4 squares without provoking",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50c8cf0b-c310-4e62-899d-d83d3a75dfee",name:"Gnome Sniper",details:"",size:1,origin:2,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"None",skills:"Athletics +7, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:10},hp:63,initiative:7,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"e4e46749-d2b3-4b90-bf75-642d3b275148",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"31e7d289-5555-4fa6-ac67-45236acd1f51",name:"Short Bow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"d39571f8-fafa-4d57-8df0-44446a7752d8",name:"Rapid Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make two shots.",damage:"",category:1},{id:"9ef327a6-b4ae-42b0-a9c1-ba5a487ac085",name:"Shadow Sniper",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a hiding sniper misses with a ranged attack, it remains hidden.",damage:"",category:0},{id:"0bd4926f-bf9e-4cc9-b8a8-d290a44cb54a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1d6 damage",damage:"+1d6 damage",category:0},{id:"f84f90a8-0f9c-4348-bad8-8560c7c35efc",name:"Fade Away",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome sniper turns invisible until it attacks or until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e63b0c94-a0eb-4f58-870e-95726dd58812",name:"Kerek the Deceptor",details:"",size:1,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"None",skills:"Arcana +12, Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:16},intelligence:{score:19},wisdom:{score:11},charisma:{score:16},hp:73,initiative:6,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"6ac19346-af3d-4508-9623-0e4e0dcd44fa",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"2be33501-50be-420e-bc79-245b96af2c37",name:"Scintillating Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:9,defence:1},description:"",details:"1d8+5 damage and dazed (save ends).",damage:"1d8+5 damage and dazed (save ends)",category:1},{id:"0971e205-0cc0-4d32-bcef-4d2799f83ccd",name:"Illusory Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"targets enemies; target is slowed (save ends).",damage:"",category:1},{id:"b1aeb13d-f23d-46c5-bcac-d31d1dca24b3",name:"Fade Away",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Kerek turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"b828205a-af68-4a53-a87f-945af0f74dd1",name:"Blur",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Teleport 1 square.",damage:"Teleport 1 square",category:5},{id:"5ca92e66-2938-4f54-b282-7c07ed15fb40",name:"Mist Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Teleport 5 squares.",damage:"Teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f44f214-4ab1-4c0b-92b2-f06d9ae24aa4",name:"Runeflame Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:71,initiative:9,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[{id:"d032fc8e-1377-4125-900f-423d13c992db",name:"Burning Aura",keywords:"",details:"Enemies within 3 squares take 2 points of fire damage at the start of their turns. Unlike normal auras, this aura’s damage stacks."}],powers:[{id:"caa7d129-3888-471c-8ae1-c32e233778f2",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 fire damage.",damage:"1d8+5 fire damage",category:1},{id:"4d1b3f05-ca05-4c35-b7c6-bd81edc8343e",name:"Flame Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:9,defence:2},description:"",details:"1d8+5 fire damage and push 2.",damage:"1d8+5 fire damage and push 2",category:1},{id:"808cafcb-b715-426c-9987-6b94f769468d",name:"Fiery Eidolon",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The runeflame skeleton gains insubstantial until the end of its turn and moves 8 squares. When it enters a square during this movement, that square bursts into flames. Until the end of its next turn, any creature that enters or begins its turn in that square suffers 5 fire damage. The flames block line of sight. They last until the end of the skeleton’s next turn.",damage:"any creature that enters or begins its turn in that square suffers 5 fire damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1e10bc5-cc5f-4d3d-ab08-337df7ea0703",name:"Sevvik Water-Blessed",details:"",size:2,origin:1,type:2,keywords:"water; orc",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +10",movement:"6, swim 6",alignment:"Evil",languages:"Common",skills:"Athletics +9, Bluff +8, Stealth +12, Thievery +12",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:18},intelligence:{score:13},wisdom:{score:15},charisma:{score:10},hp:61,initiative:11,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"8e1ad293-1837-4c38-8da1-44dd50944f21",name:"Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+4 poison damage and ongoing 5 poison damage (save ends).",damage:"1d4+4 poison damage and ongoing 5 poison damage (save ends)",category:1},{id:"a2ba9570-acf1-4cd7-b059-924bacf29202",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"1d4+4 poison damage and ongoing 5 poison damage (save ends).",damage:"1d4+4 poison damage and ongoing 5 poison damage (save ends)",category:1},{id:"0a16c48f-1c83-46af-821a-915d0ad259dd",name:"Drowning Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d6+4 damage and ongoing 5 damage (save ends).",damage:"2d6+4 damage and ongoing 5 damage (save ends)",category:1},{id:"aeeb46a1-9dc1-4691-9657-6a2474ad3db6",name:"Water Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Sevvik turns into a pool of water. He gains insubstantial, a +5 bonus on Stealth checks, and can shift 5 squares as a move action in this form but cannot use his melee or ranged basic attack.",attack:null,description:"",details:"",damage:"",category:3},{id:"aef6df9f-5577-4a96-9a07-7535bfcfcb04",name:"Water Shift",action:{action:4,trigger:"when damaged by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sevvik gains insubstantial against the attack and can slide 5 squares.",damage:"Sevvik gains insubstantial against the attack and can slide 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23c53560-531e-418a-830a-d6577688fccb",name:"Tahrg Soulhammer",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +6",movement:"5",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +11, Intimidate +10, Religion +9, Stealth +7",equipment:"chainmail; light shield; mace",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:13},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:73,initiative:4,ac:20,fortitude:19,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"2cd260f1-bb19-4703-9916-01b50f4d4059",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage and daze until the end of Tahrg’s next turn.",damage:"1d8+4 damage and daze until the end of tahrg’s next turn",category:1},{id:"ae86c62c-7062-4cb4-bbee-38607599a12d",name:"Blackfire Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:1},description:"",details:"1d8+4 necrotic damage and immobilized until the end of Tahrg’s next turn.",damage:"1d8+4 necrotic damage and immobilized until the end of tahrg’s next turn",category:1},{id:"21696b06-aacb-4c47-bb0d-a69f383a63b4",name:"Wasting Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement or Weapon",condition:"",range:"melee +12 vs AC, ranged +10 vs Reflex",attack:null,description:"",details:"1d6+4 damage, vulnerability 5 all ongoing 5 damage (save ends both). Aftereffect: Ongoing 5 damage (save ends).",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2cd266d8-3331-4505-a712-f6992368f0c8",name:"Wind Dragon",details:"",size:3,origin:2,type:0,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"8",alignment:"Unaligned",languages:"None",skills:"Stealth +14",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:22},intelligence:{score:7},wisdom:{score:15},charisma:{score:16},hp:73,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[{id:"8a755ab3-7dea-4351-870a-00ef0600086e",name:"Aura of Mist",keywords:"",details:"An ally who begins his turn within 5 squares of the wind dragon gains invisibility until the end of his turn."}],powers:[{id:"116b77a2-eef3-4668-93f6-3faf83003c12",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d6+4 damage and slide 3.",damage:"2d6+4 damage and slide 3",category:1},{id:"07352845-a4c1-449e-bf05-6e431395f855",name:"Maddening Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:3},description:"",details:"1d8+4 damage and dazed (save ends).",damage:"1d8+4 damage and dazed (save ends)",category:1},{id:"4a5a8744-293b-4eda-b019-0c94103cd38d",name:"Prismatic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:9,defence:3},description:"",details:"2d6+4 radiant damage and blinded until the end of the target’s next turn.",damage:"2d6+4 radiant damage and blinded until the end of the target’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d70731ea-8df9-4ca0-90b4-fe87e765984d",name:"Zombie of Iuz",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"None",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:10},dexterity:{score:16},intelligence:{score:3},wisdom:{score:8},charisma:{score:7},hp:1,initiative:5,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"9e024ff2-147c-4439-84a3-dad798f355f3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"71071ed2-a1ea-40d7-8ebf-8e03a1283707",name:"Clutch of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"target grabbed and suffers -1 on attacks and all defenses (including AC) per zombie of Iuz that is grabbing it.",damage:"target grabbed and suffers -1 on attacks and all defenses (including AC) per zombie of Iuz that is grabbing it",category:1},{id:"65b1dcd9-53f3-45e9-a490-6d26f889ef53",name:"Death Burst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When reduced to 0 hit points, all living creatures adjacent to the zombie of Iuz suffer 4 necrotic damage.",damage:"all living creatures adjacent to the zombie of iuz suffer 4 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ff257af-6cb7-4850-8488-19fb8e2a2991",name:"Elite Fire Bat",details:"",size:2,origin:1,type:1,keywords:"fire",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +8",movement:"2 (clumsy), fly 8 ; see also fiery swoop",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:7},hp:120,initiative:8,ac:22,fortitude:17,reflex:22,will:13,regeneration:null,auras:[],powers:[{id:"23bf4f84-e027-4540-9b3a-4fe141ccf540",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+4 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d6+4 fire damage",category:1},{id:"10306e7f-7016-4932-8163-1200637116d6",name:"Fiery Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The fire bats shifts up to 4 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The fire bat cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:null,description:"",details:"",damage:"",category:1},{id:"7ae6ec60-ff89-4262-941b-d6667f73b854",name:"Spout of Ash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:6,defence:1},description:"",details:"1d6+4 damage, and the target is blinded (save ends).",damage:"1d6+4 damage",category:3},{id:"91deaad7-da2b-4049-985a-64439173411b",name:"Wisp of Smoke",action:{action:5,trigger:"when elite fire bat is targeted by a melee or ranged attack",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elite fire bat may immediately shift up to 4 squares and gain concealment until the beginning of its next turn.",damage:"The elite fire bat may immediately shift up to 4 squares and gain concealment until the beginning of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bfbdb3f0-bb30-4b78-9584-c003e0b0fc99",name:"Glimnock Klemwocket",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +8, Religion +8, Thievery +6",equipment:"adventurer’s kit; leather armor; mace",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:11},intelligence:{score:15},wisdom:{score:16},charisma:{score:16},hp:34,initiative:1,ac:17,fortitude:13,reflex:14,will:17,regeneration:null,auras:[],powers:[{id:"467df1fa-2b68-459c-b739-7580bffdb6ca",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"7a9a1825-7810-4262-8bb0-a006678adf61",name:"Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:5,defence:3},description:"",details:"the target is dazed until the end of Glimnock’s next turn. In addition, Glimnock can choose to knock the target prone or slide the target up to 6 squares.",damage:"Glimnock can choose to knock the target prone or slide the target up to 6 squares",category:1},{id:"28c03561-39ee-45c3-8f42-3f6a79304b2b",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine, Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"Glimnock or one ally in burst can spend a healing surge and regain an additional 1d6 hit points.",damage:"Glimnock or one ally in burst can spend a healing surge and regain an additional 1d6 hit points",category:3},{id:"38e39b83-2db1-45e5-bbb0-e5335b6d927a",name:"Fade Away",action:{action:4,trigger:"when glimnock takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Glimnock turns invisible until he attacks or until the end of his next turn.",damage:"",category:5},{id:"a1e415bf-9eb5-4421-9a12-2fa4ec7bbb0e",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Glimnock has cover or concealment when he makes an initiative check at the start of an encounter, he can make a Stealth check to escape notice.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb81a3b1-38d7-4a4a-bc9d-d145427c13c3",name:"Guardian Commander",details:"",size:3,origin:4,type:0,keywords:"construct",level:2,role:{type:3,flag:0,leader:!0},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:15},intelligence:{score:17},wisdom:{score:12},charisma:{score:10},hp:39,initiative:6,ac:16,fortitude:15,reflex:16,will:15,regeneration:null,auras:[{id:"7cdfb7e3-aa75-4c5e-ab21-4e664a776c1b",name:"Repair Damage",keywords:"",details:"aura 2; allied constructs that start their turn within the guardian commander’s aura heal 2 hit points."}],powers:[{id:"7bddaf1c-0cbc-4014-8c47-fa3c5cf17a8a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"75338b8d-af4e-4ffa-b352-c9db312e0894",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d6+3 damage plus 1d6 force damage.",damage:"1d6+3 damage plus 1d6 force damage",category:1},{id:"1a7b891f-00ec-4add-8255-aa08e2826e29",name:"Guardian Tactics",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"Choose up to 3 allies in burst and slide each of those allies up to 3 squares each.",damage:"Choose up to 3 allies in burst and slide each of those allies up to 3 squares each",category:2},{id:"68c9db8a-a4d5-4b11-8468-7260d74def80",name:"Guardian Onslaught",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Choose up to 3 allies in burst. Each of those allies immediately makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"793ff556-ecd6-4823-a14b-892e9612c25b",name:"Self-Repair",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The guardian commander heals 9 hit points.",damage:"The guardian commander heals 9 hit points",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"092c78b9-d8be-4e52-83c9-a89a88a751e6",name:"Hammer of Gond",details:"",size:2,origin:4,type:0,keywords:"construct",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:13},intelligence:{score:5},wisdom:{score:12},charisma:{score:8},hp:31,initiative:3,ac:17,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4a040bea-52c0-46fa-9d71-b88ce5109ad4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"bee1c50b-f831-476f-923f-179cfce34a57",name:"Powerful Wallop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+3 damage and target is dazed (save ends).",damage:"2d6+3 damage and target is dazed (save ends)",category:1},{id:"bfc53dcf-61b3-4fb9-98ec-ae3fd1c41f0f",name:"Wheelie",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hammer of Gond gains a +2 bonus to its speed until the end of its turn.",damage:"The hammer of Gond gains a +2 bonus to its speed until the end of its turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"34a9e714-71e0-4e25-9454-5c6ee48f7cf1",name:"Pirate Thug",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"d1bffb19-4a8f-457a-9e07-50c73bbe4b23",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"133205b2-96f0-4e18-9f36-b9a0a6942a1e",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pirate thug gains a +2 power bonus to damage while at least two other pirate thugs are within 5 squares of it.",damage:"a pirate thug gains a +2 power bonus to damage while at least two other pirate thugs are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a0196f9-9b24-4c24-97f9-7a87e9346a79",name:"The Big Man",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:2,flag:1,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +8, Intimidate +6",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:14},intelligence:{score:8},wisdom:{score:10},charisma:{score:12},hp:74,initiative:2,ac:15,fortitude:19,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"2b07ce46-0f7e-46d2-aa73-124c1fba6f39",name:"Cudgel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"8c663811-d431-4912-8b2d-5cd5ce377f66",name:"Head Butt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+3 damage and the target is dazed (save ends).",damage:"1d6+3 damage and the target is dazed (save ends)",category:1},{id:"f5a8e3ba-039f-4a5c-9173-3701e517fea2",name:"Double Whammy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make two cudgel attacks against two different foes, or one cudgel attack and one head butt attack against the same foe.",damage:"",category:1},{id:"65f4bf10-638a-4632-b756-ac0a310d70ce",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"The Big Man makes a cudgel attack against each enemy within the burst, gaining a +4 power bonus on the attack roll. If the attack hits, the target is also knocked prone.",damage:"gaining a +4 power bonus on the attack roll",category:5},{id:"1acbe5a2-b7b9-4249-889e-40b9badab4fb",name:"Murderous Frenzy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Big Man gains 1 action point the first time he reduces a foe to 0 hit points during an encounter.",damage:"The Big Man gains 1 action point the first time he reduces a foe to 0 hit points during an encounter",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a759f371-d1e7-4e14-9df2-1d17bbf1f8c2",name:"Adept of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +10",movement:"5",alignment:"Evil",languages:"Common",skills:"Endurance +10, Religion +10",equipment:"holy symbol; longsword; scale armor",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:12},intelligence:{score:8},wisdom:{score:18},charisma:{score:12},hp:58,initiative:3,ac:19,fortitude:18,reflex:13,will:18,regeneration:null,auras:[],powers:[{id:"aef750ad-c43b-42e1-b030-393b1ea70ec0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"2e98d2a0-d105-4237-a151-02c7b171ab5f",name:"Dominating Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"1d6+3 damage and the target is slowed (save ends).",damage:"1d6+3 damage and the target is slowed (save ends)",category:1},{id:"89ea2816-4f47-4b3e-9a7d-c55dcba893ce",name:"Withering Glance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"the target takes 5 ongoing necrotic damage and is weakened (save ends both).",damage:"the target takes 5 ongoing necrotic damage and is weakened (save ends both)",category:1},{id:"b5edc689-d795-4396-b0e2-48ac02257114",name:"Battle Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the adept of Bane’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the adept of Bane’s next turn",category:3},{id:"3ddc7475-c898-4868-bc26-32078fc93ac8",name:"Bane’s Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"298e03b0-2d18-4be6-a5cb-06c8205d33ef",name:"Blade of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Evil",languages:"Common",skills:"Endurance +10, Religion +6",equipment:"greatsword; javelin; scale armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:6},wisdom:{score:12},charisma:{score:8},hp:50,initiative:4,ac:19,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"b661139f-681c-495b-aaf2-42bf2bec6b87",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d12+2 damage, and the target is marked until the end of the blade of Bane’s next turn.",damage:"1d12+2 damage",category:1},{id:"bff3a40b-f1e0-40b6-9532-d5e90d79784c",name:"Kick",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"Requires combat advantage; 1d4+2 damage.",damage:"1d4+2 damage",category:3},{id:"629765b6-bd6e-4da4-9e05-4bc873c7dfa3",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b640503e-3afa-4c82-8f9f-b3848a6abd20",name:"Bloody Scalp Pirate",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +8, Thievery +8",equipment:"leather armor; longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:8},hp:30,initiative:5,ac:17,fortitude:14,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"478aaa9d-3900-4d06-8c87-367f8c025ad4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"c36014c5-a150-4045-9447-52ccf4ba1046",name:"Dirty Fighting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage and the target is dazed (save ends).",damage:"1d8+2 damage and the target is dazed (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ccbf5142-5091-4c4a-b7f8-fe967e9fc1cd",name:"Bloody Scalp Swashbuckler",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:7,flag:1,leader:!0},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +8, Thievery +8",equipment:"leather armor; longsword",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:12},hp:64,initiative:7,ac:19,fortitude:17,reflex:17,will:13,regeneration:null,auras:[],powers:[{id:"c084cf9b-2b19-4ba2-a597-f7613aeec120",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"63ddc6ea-0544-4bb6-a8b3-5814efec4106",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"The bloody scalp swashbuckler makes two longsword attacks (each attack must be made against a different target).; 1d10+3 damage.",damage:"1d10+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"21d22a65-c4b0-4fda-808c-f870b5c9e443",name:"Dark Hammer",details:"",size:2,origin:5,type:0,keywords:"construct",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"4 (8 when charging)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:12},intelligence:{score:8},wisdom:{score:10},charisma:{score:10},hp:34,initiative:3,ac:17,fortitude:15,reflex:11,will:10,regeneration:null,auras:[],powers:[{id:"6cc5c5e1-0bd3-42c3-9636-5f5bf29009eb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage plus 1d6 cold damage.",damage:"1d6+3 damage plus 1d6 cold damage",category:1},{id:"e65829de-0a6b-47ad-8374-ebb436bd156c",name:"Frosty Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close burst 1",attack:{bonus:3,defence:2},description:"",details:"the target takes ongoing 3 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 3 cold damage and is immobilized (save ends both)",category:1},{id:"f2c770bb-a4ce-4947-95e9-7b67e58c95a7",name:"Umbral Blend",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When adjacent to an ally with the shadow origin, both creatures gain +1 to AC and Reflex defense.",damage:"both creatures gain +1 to AC and Reflex defense",category:0}],damageModifiers:[],resist:"cold 5",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e19fe65f-4aa7-484a-b3d1-d99715ea9bf6",name:"Energy Mote",details:"",size:1,origin:4,type:0,keywords:"construct",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:8},hp:1,initiative:2,ac:15,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"5ae40317-d116-44ff-98f2-c0e78d04a2ae",name:"Energy Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:4,defence:2},description:"",details:"3 radiant damage.",damage:"3 radiant damage",category:1},{id:"38c46b67-f297-4d45-af46-9db57f129c06",name:"Kinetic Burst",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:2,defence:2},description:"",details:"enemies in burst suffer 3 radiant damage. Effect: Allies in burst region regain 6 hit points.",damage:"enemies in burst suffer 3 radiant damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45897b02-fa11-482b-8b18-0a681e8d7c72",name:"Fist of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"javelin; leather armor; short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:8},wisdom:{score:10},charisma:{score:8},hp:1,initiative:0,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"4b906dbf-fec5-4aa8-9c84-7754c1ace8d1",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"4d6c0ef7-5f08-4b05-9ba0-e910b6d414dc",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:4,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"6517b6f8-7d0c-4cd1-95db-c9b74735eb07",name:"Fervor of Bane",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fist of Bane gains a +1 power bonus to damage while at least 2 other fists of Bane are within 5 squares of it.",damage:"the fist of bane gains a +1 power bonus to damage while at least 2 other fists of bane are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2f82ad0-95a6-4f00-ac30-ed236a6ec69b",name:"Shadow Shaper",details:"",size:2,origin:5,type:0,keywords:"construct",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +7",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:10},hp:22,initiative:5,ac:15,fortitude:12,reflex:14,will:10,regeneration:null,auras:[],powers:[{id:"bc95a8da-4bb6-411a-8f39-79ed538bd3b1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"0a4aea1f-7da0-46c0-9cc7-c8724bc5839f",name:"Freezing Shadow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 15",attack:{bonus:4,defence:2},description:"",details:"1d6+4 cold damage. Miss: 2 cold damage.",damage:"1d6+4 cold damage",category:1},{id:"d163237a-a221-4d7b-8221-56d89fa97690",name:"Umbral Blend",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When adjacent to an ally with the shadow origin, both creatures gain +1 to AC and Reflex defense.",damage:"both creatures gain +1 to AC and Reflex defense",category:0}],damageModifiers:[],resist:"cold 5",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2e11736b-b788-4187-a6a4-4dc33bdfbbbe",name:"Shar’s Guardian",details:"",size:3,origin:5,type:2,keywords:"",level:3,role:{type:6,flag:2,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +12, Stealth +12",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:156,initiative:7,ac:19,fortitude:18,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"9089b527-8ad3-4d31-a9e7-732c62bb8bc4",name:"Shadow Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 2d4+2 damage.",damage:"2d4+2 damage",category:1},{id:"6369b0fb-364e-48b9-9952-a90c53f98d07",name:"Shadow’s Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; Shar’s guardian can make 2 shadow tendril attacks. If both shadow tendril attacks hit the same target, that target is grabbed. Up to 3 targets can be grabbed at one time.; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"c0226c15-6548-477e-961c-4b465344972b",name:"Dark Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Shar’s guardian shifts 8 squares and makes 3 shadow tendril attacks at any point during the shift. It can attack a given enemy only once, but it deals an extra 1d6 necrotic damage on each hit. Shar’s guardian can squeeze as a free action as part of this power.",damage:"but it deals an extra 1d6 necrotic damage on each hit",category:1},{id:"243d6f7d-bb6e-4ac0-9bdd-0207321da52d",name:"Shar’s Noose",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"when Shar’s guardian begins its turn with a grabbed foe, it can move the grabbed foe (and itself with it) up to 3 squares. If the attack misses, the guardian decides whether to continue its move by itself (which ends the grab) or to remain in place (which maintains the grab).",damage:"it can move the grabbed foe (and itself with it) up to 3 squares",category:2},{id:"85d0d3ae-5cef-4b5d-ace6-2e782ccf5e0e",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shar’s guardian teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"Shar’s guardian teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"8f5be52b-eecd-4418-a691-09cc0814f3ca",name:"Steal Hope",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"If a grabbed creature uses or receives the benefits of a healing surge, Shar’s guardian may make a shadow tendril attack against that creature. If the attack hits, it deals no damage, but Shar’s guardian regains the hit points that the grabbed creature would have regained, the grabbed creature regains no hit points, and the healing surge is still expended.",damage:"it deals no damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2445a62c-fac9-4750-995c-b432a48547b1",name:"Spellwrought Guardian",details:"",size:2,origin:4,type:2,keywords:"living construct",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"8",alignment:"Unaligned",languages:"",skills:"Acrobatics +10",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:38,initiative:7,ac:18,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"e2d2c21f-9549-49f3-b882-6a1a2d9394b5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"b64c3362-6c42-49a4-b534-b73b0d3b7b1b",name:"Energy Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Must use the charge action and must move through at least one of the teleport portals on the map; 1d10+3 damage. Roll 1d4 to determine the type of damage: 1 = acid, 2 = cold, 3 = fire, 4 = lightning.",damage:"1d10+3 damage",category:1},{id:"99677bdf-6be4-423a-8db0-154244d3bb33",name:"Energy Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning",condition:"",range:"May not be used until the spellwrought guardian has used energy charge at least once during the encounter. Close burst 1",attack:{bonus:6,defence:2},description:"",details:"3d6+3 energy damage of the same type of energy as the last time the spellwrought guardian used energy charge.",damage:"3d6+3 energy damage of the same type of energy as the last time the spellwrought guardian used energy charge",category:1},{id:"74829862-ec2e-4e3e-8199-3c2b52956cc2",name:"Adaptive Energy Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"After the spellwrought guardian takes damage from a particular type of energy, it gains resist 10 against that type of energy. Only one type of energy resistance can be active at any time, and it can only resist acid, cold, fire, or lightning.",damage:"after the spellwrought guardian takes damage from a particular type of energy",category:0}],damageModifiers:[],resist:"10 any one type of energy",vulnerable:"",immune:"",tactics:""},{id:"088560f6-ed1c-43ee-9ebe-9c584e9b7b41",name:"Dragonborn Gladiator Battle Champion",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +5",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +14, History +6, Intimidate +14",equipment:"bastard sword; scale armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:196,initiative:8,ac:25,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"136883e8-26e5-4a36-8824-9875ca5de805",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"(+15 while bloodied); 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"afb79bfc-2de2-47ba-950d-56713852cfbe",name:"Finishing Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Target must be bloodied; (+15 while bloodied); 2d10+4 damage, and the dragonborn gladiator’s allies gain a +2 bonus to attack rolls until the end of the dragonborn gladiator’s next turn.",damage:"2d10+4 damage",category:1},{id:"f1bbc947-3571-4cf9-84c4-af49fe235d7b",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied); 1d6+4 poison damage.",damage:"1d6+4 poison damage",category:3},{id:"a031cc11-bc28-4eeb-b405-be0281844ba5",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"6ac9c937-a947-44ac-9ecf-725d2fc6c96a",name:"Gladiator’s Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the dragonborn gladiator hits an enemy with an opportunity attack, the target is knocked prone.",damage:"",category:0},{id:"9267fe03-d1f4-4ca6-903a-23f857c433ee",name:"Battle Lord Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The battle champion and its allies deal an extra 1d6 damage against enemies that the battle champion flanks.",damage:"the battle champion and its allies deal an extra 1d6 damage against enemies that the battle champion flanks",category:0},{id:"74c55779-f32e-41af-a365-b3fa92281072",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The battle champion can score critical hits on attack rolls of natural 19 and 20.",damage:"The battle champion can score critical hits on attack rolls of natural 19 and 20",category:0},{id:"d51e5358-0947-4f2c-98d9-c79375fa042f",name:"Inspiring Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever it scores a critical hit, the battle champion and all allies within 5 squares regain hit points equal to one-half the battle champion’s level.",damage:"the battle champion and all allies within 5 squares regain hit points equal to one-half the battle champion’s level",category:0},{id:"7a2f00c6-b286-45e1-aa6a-a52c02433e80",name:"Lone Fighter",action:null,keywords:"",condition:"",range:"The dragonborn gladiator gains a +2 bonus to melee attack rolls when adjacent to only one enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"638abbe5-434d-4d9d-9a48-5f283e372cbe",name:"Spellplague Adept",details:"",size:2,origin:4,type:2,keywords:"spellscarred",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +10, Athletics +4, History +12",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"3c86653e-6bfd-4707-ba6e-8d197001f86e",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"31bcfd3d-e626-4601-940c-30deee316721",name:"Withering Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires quarterstaff; 2d10 + 4 necrotic damage, and the target is dazed until the end of the spellplague adept’s next turn.",damage:"2d10 + 4 necrotic damage",category:1},{id:"c2cc17a2-c9fa-49ca-a167-ad41acf87827",name:"Call of the Plague",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"2d6 + 4 necrotic damage, and the target slides 3 squares.",damage:"2d6 + 4 necrotic damage",category:1},{id:"89a91740-3989-45a4-be9a-713d32455b99",name:"Plague Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8 + 4 necrotic damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8 + 4 necrotic damage",category:1},{id:"4eec3720-0891-425d-a3f1-e35f73030581",name:"Spellplague Resilience",action:{action:4,trigger:"when the spellplague adept suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spellplague adept makes a saving throw against the triggering effect",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8593463-d263-4547-b437-7826a2e14a12",name:"Spellscarred Dwarf Bolter",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Dungeoneering +10, Endurance +9",equipment:"chainmail; crossbow; warhammer",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:34,initiative:5,ac:15,fortitude:14,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"d33295bf-ab7b-430c-9e81-418e3c42b0fa",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10 + 1 damage.",damage:"1d10 + 1 damage",category:1},{id:"59bad3f1-9138-4b8a-bfd7-8a3577a9f867",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"625c635e-e599-4cab-a25c-c6d027108ef7",name:"Plague Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6 + 1 psychic damage. Each time the target attacks on its next turn, it also coughs up sickly blue-black blood, taking 5 necrotic damage.",damage:"1d6 + 1 psychic damage",category:1},{id:"34ef239b-3167-4002-ac36-3ec8d560a79b",name:"Aimed Shot",action:null,keywords:"",condition:"",range:"The dwarf bolter gains a +2 bonus to attack rolls and deals an extra 1d6 damage with ranged attacks against creatures that don’t have cover",attack:null,description:"",details:"",damage:"",category:0},{id:"d9ef170a-7ee1-423a-8cbe-93000f618b86",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move --- through a push, a pull, or a slide --- the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide --- the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a169110-9e28-4507-a2af-e8b24694a7b0",name:"Spellscarred Halfling Thief",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"4ee5f853-0ed1-4209-8813-ce17fd10ad9b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"62fd8ebe-dfdb-45a1-bdf1-8cd4e5de0e49",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"4178b094-83f3-4abc-9345-6ec4da783a42",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The halfling thief can move up to 3 squares and make one melee basic attack at any point during that movement. The halfling thief doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:5,defence:0},description:"",details:".",damage:"",category:1},{id:"2ccd6993-a870-4776-9db6-38e2527f1f03",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:1},{id:"1d0074cd-ee49-4c1e-9f93-9db9fdba2429",name:"Nimble Reaction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:1},{id:"20296c45-cd2a-424d-b988-89ff94510348",name:"Spellmirror",action:{action:4,trigger:"when a creature misses the spellscarred halfling thief with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"Targets the creature that missed the spellscarred halfling thief; 2d10 + 2 damage. This damage is of the same type (or types) as the attack that missed. The target also gains any effect (and its duration) that its attack would have inflicted on the spellscarred halfling thief. Miss: Half damage, and the attack does not produce any effects.",damage:"2d10 + 2 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"872f9c51-c413-4f02-bef5-5c44619b3636",name:"Werewolf Rite Defender",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:30,initiative:2,ac:17,fortitude:13,reflex:14,will:13,regeneration:{value:3,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"f61d52b2-37d6-4e00-8b31-2bbfd6588bb2",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"63807ff1-b89a-45f0-a222-0d80d143d9d2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"1bb662f1-3b9c-4b1d-8f11-1762579b4973",name:"Protective Snarl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8 + 2 damage, and the target is marked until the end of the werewolf rite defender’s next turn.",damage:"2d8 + 2 damage",category:1},{id:"5d4dabd7-8f1c-4eba-bfc4-8ef071ccc6d0",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"a7f58633-d026-4067-8c3f-0257c63a443d",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and it cannot make claw attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d60ad063-9138-427f-84bf-1c63f1b69573",name:"Elm Skirmisher",details:"",size:2,origin:4,type:3,keywords:"living construct",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elf",skills:"Acrobatics +9, Athletics +8",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:37,initiative:5,ac:16,fortitude:13,reflex:17,will:13,regeneration:null,auras:[],powers:[{id:"f67d73da-ae7e-4800-8534-478fcecd5ad3",name:"Stony Branch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+3 damage and slide 1 square.",damage:"1d10+3 damage and slide 1 square",category:1},{id:"222990eb-5b06-4314-b7af-fb82ff87e438",name:"Fleeting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The elm skirmisher moves up 8 squares and make one melee basic attack at any point during that movement. The elm skirmisher doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:{bonus:5,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0c7aad6-a434-42b9-90e5-bc323ed4e3ec",name:"Oak Brute",details:"",size:2,origin:4,type:3,keywords:"living construct",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Elf",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:32,initiative:2,ac:13,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"d4aed33e-2723-4dff-b277-21fffcfa0757",name:"Stony Branch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"2d6+1 damage.",damage:"2d6+1 damage",category:1},{id:"0532efa8-4740-46b7-a359-177e2205685f",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:2,defence:2},description:"",details:"The oak brute can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the oak brute must end its move in an unoccupied space. When it enters an enemy’s space, the oak brute makes a trample attack; 1d6+4 damage, and the target is knocked prone.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45a9e8da-107e-43c2-b009-f641d7f71b51",name:"Silvered Hurler",details:"",size:2,origin:4,type:3,keywords:"living construct",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"7",alignment:"Unaligned",languages:"Elf",skills:"Acrobatics +9, Athletics +7",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:37,initiative:5,ac:15,fortitude:14,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"e0a2ca5b-f04b-4524-976f-ccea362393bb",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage and slide 1 square.",damage:"1d10+3 damage and slide 1 square",category:1},{id:"6dc1d3c8-3c0e-4cf4-8843-90874231370f",name:"Silver Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"58feb3b9-152f-4031-bc11-b2bcda701332",name:"Combat Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silvered hurler shifts 1 square.",damage:"The silvered hurler shifts 1 square",category:5},{id:"3ac65ee8-0a90-4450-b857-4ade841e85ef",name:"Preternatural Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silver hurler can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01f95de2-b786-4bdb-9ba4-f3342edd27a9",name:"Silvered Spearman",details:"",size:2,origin:4,type:3,keywords:"living construct",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Elf",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:52,initiative:3,ac:15,fortitude:17,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"a0eb7f92-8be7-4775-8da2-dc2ea08de18c",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"e0269f4d-5e68-4f8f-9570-3c351a236c17",name:"Cunning Thrust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"The silvered spearman makes a spear attack, but gets two attack rolls and takes the better result; 2d10+3 damage.",damage:"2d10+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3f62bd84-fe4b-47b2-8c5f-c4b8cb9ba6a4",name:"Elalaran",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +8, Stealth +10, Thievery +10",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:18},intelligence:{score:11},wisdom:{score:10},charisma:{score:14},hp:35,initiative:7,ac:17,fortitude:13,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"2123354c-f437-4225-9c5d-136c522107f1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"83eea086-9c11-457d-a42f-4b6cfd544a0e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"2a4c2186-57fa-4040-867a-6ac231a4079c",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+4 damage; Special: you can move 2 squares before the attack.",damage:"1d4+4 damage",category:1},{id:"b862ad96-f8b0-4365-8be6-c1bd226f99f1",name:"Bait and Switch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"2d4+4 damage; in addition Elalaran switches places with the target and can then shift 3 squares.",damage:"2d4+4 damage",category:1},{id:"48d5d0b8-8556-4613-a6e5-e765b0a0ed1b",name:"Blinding Barrage",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:9,defence:0},description:"",details:"2d4+4 damage; Hit: the target is blinded until the end of your next turn; Miss: Half damage and the target is not blinded.",damage:"2d4+4 damage",category:1},{id:"fcce19e9-7b5c-48c1-b069-4dda87c98d79",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of an encounter, Elalaran has combat advantage against any creatures that have not yet acted.",damage:"",category:0},{id:"9b06b545-3fe7-4ec3-a9be-2e378aaaaa11",name:"Artful Dodger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Elalaran gains a +2 bonus to AC against opportunity attacks.",damage:"Elalaran gains a +2 bonus to AC against opportunity attacks",category:0},{id:"bec862f9-1193-4bac-ac06-4cda6d0e80b5",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, when Elalaran has combat advantage against an enemy, Elalaran deals extra +2d6 damage if the attack hits.",damage:"elalaran deals extra +2d6 damage if the attack hits",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17449096-5026-4a86-9735-eeaa7203b62f",name:"Halfling Sellsword",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6 see also mobile melee attack",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"acb1355d-ca86-48c8-993f-7d7701e7bb94",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"25d362af-c7d3-4c96-a1f2-5351a84cd0e8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"9a845784-4e77-4c09-8b4a-6e84a74ebc8c",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The halfling sellsword can move up to 3 squares and make one melee basic attack at any point during the movement. The halfling sellsword does not provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"82b664ce-7709-4794-9df9-61589e2fb7ed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The halfling sellsword deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"cf332872-9c6a-4265-90fe-3ea99085d84c",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halfings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halfings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"ee0899cc-57f2-4578-a414-1c0c50d4dacf",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"86a21766-d9a1-4c6b-91ab-6a904483a467",name:"Human Cult Acolyte",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"a8d6663a-c859-499d-9be8-5bbf3a0f352f",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"1967f04c-8a0e-428e-b878-39a459498be8",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human cult acolyte gains a +2 power bonus to defenses while at least two other human cult acolytes are within 5 squares of it.",damage:"A human cult acolyte gains a +2 power bonus to defenses while at least two other human cult acolytes are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fc9896bb-8d4c-4c5e-93aa-a9ca677402a6",name:"Human Cult Devotee",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"255b98b6-d0c2-44cb-9b26-4a588eb0690e",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the human cult initiate’s next turn.",damage:"1d10+3 damage",category:1},{id:"709fa293-5049-4242-b85c-8288bfdbf1fa",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"82333bf9-3af0-41c8-8bde-6802ea8da7bd",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c8147625-1e3e-42f7-8244-48760a792cf7",name:"Human Cult Fanatic",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Evil",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:2,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"bce5c070-5bb4-40f3-9ebf-437bff5efd51",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"d46d03e4-6a27-4ea9-b5bc-8b9786ab0df1",name:"Battle Fury",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"The human cult fanatic makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:1},{id:"999e80a8-9bbb-4122-8167-f4aa793bf46c",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e5d3310-a280-4f63-b8e4-e1b8e46e8e91",name:"Human Hired Goon",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"c913c3b9-8974-478a-9999-dd43ff332298",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"0fe71d21-ebef-4a87-8bf2-68580593a689",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human hired goon gains a +2 power bonus to defenses while at least two other human hired goons are within 5 squares of it.",damage:"A human hired goon gains a +2 power bonus to defenses while at least two other human hired goons are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be6dc2a3-8d66-42c8-bee8-099789c40cab",name:"Human Hired Goon Leader",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"d6e7959f-e0ae-4f70-aa8c-07efd86edf68",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"e5d33b70-6bf5-453e-bba7-556aff10a1f3",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"aac60ed6-1fe3-44bc-bb19-34c392013608",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the human press gang leader’s next turn, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"f5d07355-2e16-4a9b-b72b-cf5ed72b30da",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human press gang leader deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a43b1fd8-0f21-467a-92f5-ffa032301c00",name:"Human Press Gang Leader",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"a5679127-9844-4461-a3ae-cb7bb6812706",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"6c997d7b-b818-408a-827f-91d873649058",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"e838b778-92e7-47eb-9e91-9b5360128af7",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the human press gang leader’s next turn, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"6ea589e4-298a-4f23-a581-2959ae71eee6",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human press gang leader deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d7e1af67-6501-455c-be3f-75d3874dafe8",name:"Human Press Gang Member",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"54a54042-f738-4ea2-bfb4-5ee85b69e646",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"b2f2e5a8-48a7-415b-ab70-a449b2b0b6fe",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human press gang member gains a +2 power bonus to all defenses while at least two other human press gang members are within 5 squares of it.",damage:"The human press gang member gains a +2 power bonus to all defenses while at least two other human press gang members are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"de055711-dfa0-4929-bbaf-cdf2dd264f1f",name:"Lekaral",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:1,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +8, Athletics +6, Bluff +11, Diplomacy +11, Intimidate +11",equipment:"dagger; shimmering armor",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:12},wisdom:{score:11},charisma:{score:19},hp:80,initiative:2,ac:13,fortitude:14,reflex:15,will:19,regeneration:null,auras:[],powers:[{id:"fff90887-8ba7-41b7-a8f6-32b936136af4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"843c6a6b-07c4-4df0-a7b7-85f735223d09",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"b5a4ec4d-1cff-4714-9be2-5177c0dab450",name:"Chaos Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:6,defence:3},description:"",details:"1d10+6 psychic damage; If you rolled an even number for the primary attack, make a secondary attack. Secondary Target: One creature within 5 squares of the target last hit by this power. Secondary Attack: +5 vs. Will; 1d6 psychic damage. If you rolled an even number for the secondary attack roll, repeat the secondary attack. You can attack a creature only once with a single use of this power.",damage:"1d10+6 psychic damage",category:1},{id:"8527cacc-4a59-4f29-88c2-a7975be9df72",name:"Bedeviling Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Implement, Psychic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:3},description:"",details:"1d10+6 psychic damage, and you push the target 2 squares. If you rolled an even number on the attack roll, you slide the target instead of pushing it.",damage:"1d10+6 psychic damage",category:1},{id:"01d24284-aa83-4dd2-82e5-4c43d6bbcbe8",name:"Dazzling Ray",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Arcane, Implement, Psychic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"6d6+6 radiant damage. If you rolled an even number on the attack roll, the target takes a -2 penalty to attack rolls against you (save ends). Miss: Half damage.",damage:"6d6+6 radiant damage",category:1},{id:"7f256d8c-3ce2-4484-ba30-be82fd8a5c43",name:"Elemental Shift",action:{action:3,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Lekaral can change his resistance to one of the other damage types for the rest of the encounter. In addition, one ally adjacent to Lekaral gains resist 5 to the damage type that he resists until the end of the encounter.",damage:"lekaral can change his resistance to one of the other damage types for the rest of the encounter",category:3}],damageModifiers:[],resist:"cold 5",vulnerable:"",immune:"",tactics:""},{id:"01b6109d-041e-433f-a511-b689b734e492",name:"Lekaral’s Double",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Insight +9, Stealth +10",equipment:"short sword",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:45,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"b87c777a-5c41-40bf-89ff-f69a3aeee4c2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"43ef438d-232e-4843-a3f7-c86a73b561b7",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"the doppelganger gains combat advantage against the target until the end of the doppleganger’s next turn.",damage:"",category:3},{id:"010daf6e-67db-4f9f-92ad-71742a8cd934",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against.",damage:"the doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against",category:0},{id:"9f803dc8-f241-4c4a-837f-a23fd3b397e9",name:"Change Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba08bc01-6ed6-46cd-9a6a-083d54ec6574",name:"Dark Skull",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Good",languages:"Common",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:10},intelligence:{score:10},wisdom:{score:8},charisma:{score:8},hp:56,initiative:1,ac:20,fortitude:19,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"b857d6b9-b296-4839-b2de-67735ae9ac18",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+3 damage and push 1 square. Dark Skull can then shift into the vacated square.",damage:"1d10+3 damage and push 1 square",category:1},{id:"f1c77aab-c94e-47d9-bcce-5349f73af674",name:"Furious Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:8,defence:3},description:"",details:"targets pushed 2 squares and knocked prone.",damage:"targets pushed 2 squares and knocked prone",category:3},{id:"a0aa9f83-f75c-484c-b2e0-a7752304ace9",name:"Face of Fright",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 20",attack:{bonus:5,defence:3},description:"",details:"target takes a -2 penalty to attack rolls (save ends).",damage:"target takes a -2 penalty to attack rolls (save ends)",category:3},{id:"a654ba76-0950-4289-a408-d80379bdb24a",name:"Through the Shadows",action:{action:4,trigger:"when an enemy hits dark skull with a ranged attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dark Skull can teleport up to 5 squares towards the attacker.",damage:"Dark Skull can teleport up to 5 squares towards the attacker",category:5},{id:"2f72d349-c3c8-4566-8356-2e5f9c3055b6",name:"Bloody Roar",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Furious Roar recharges and Dark Skull uses it immediately.",damage:"",category:5},{id:"d28a669a-35d7-490a-b0f0-749873b5cca8",name:"Fade to Shadow",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Teleport 10 squares to an area of shadow or darkness.",damage:"Teleport 10 squares to an area of shadow or darkness",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cfcd597-5053-4b43-8054-24ca27214efc",name:"Draft Horse (Suzy)",details:"",size:3,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:11},charisma:{score:9},hp:32,initiative:1,ac:14,fortitude:15,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"ad249b40-835f-40dd-a0df-2e4adb665dd6",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+4 damage. A draft horse can’t attack while harnessed to a carriage.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c981a1bc-5abc-4fe6-b25c-5f83e6fc5954",name:"Initiate of the Dark Eclipse",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:10},charisma:{score:12},hp:20,initiative:5,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"767c16fc-0f3b-4f46-bd3c-fdbeb2444775",name:"Basic Chakram template",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"606263fe-98ad-4b9e-ad3e-f5217e2c647e",name:"Chakram Thrown",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"b8c34924-1c95-4425-b833-462db812c38c",name:"The Dark Eclipse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"An initiate can make two melee chakram attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"60c2b056-5778-4c67-8590-8d3aab6a1390",name:"Returning Chakram",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An Initiate can throw a chakram in a sweeping arc so that it will return to him.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fe68fdfb-d09b-4794-b446-bd2c640814a0",name:"Nightcloak of the Dark Eclipse",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:3,flag:1,leader:!0},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"leather armor",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:10},intelligence:{score:12},wisdom:{score:14},charisma:{score:14},hp:84,initiative:1,ac:20,fortitude:15,reflex:17,will:19,regeneration:null,auras:[{id:"348e35c3-4ce2-4dd8-bd9f-e3f256921e37",name:"The Fear",keywords:"",details:"aura 10; human allies gain + 2 to Will defense until the Master is bloodied."}],powers:[{id:"1835f3e6-e046-49a7-8d4d-fbf92466bd3b",name:"Chakram",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6 damage.",damage:"1d6 damage",category:1},{id:"d3c867d5-b0e9-4bae-8fc1-78abb3bbee27",name:"Fear Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"(standard",range:"Ranged 10/20",attack:{bonus:9,defence:3},description:"",details:"1d6 damage and push target 2 squares.",damage:"1d6 damage and push target 2 squares",category:1},{id:"cafc8225-8eff-4e37-9c4a-a705533c951b",name:"Cloud of Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:3},description:"",details:"enemies within burst are dazed until end of their next turn. Aftereffect: -2 penalty to attacks (save ends).",damage:"-2 penalty to attacks (save ends)",category:1},{id:"b23e8bd0-9fda-4435-9ebc-3e7250cfe978",name:"Quell the Flame",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"after a radiant power targets nightcloak",range:"",attack:null,description:"",details:"The Nightcloak makes a Fear Bolt attack on creature that used radiant power against Nightcloak.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc83ac1f-0912-41c8-a357-fb69474c7687",name:"Petitioner of the Dark Eclipse",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"ac14ebdc-8fd6-482c-807c-808ee293f2fe",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"6ee84c2b-ab3c-4f09-83e5-ad7bf296139e",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A petitioner gains a + 2 power bonus to defenses while at least two other petitioners are within 5 squares of it.",damage:"A petitioner gains a + 2 power bonus to defenses while at least two other petitioners are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0814136-ef8f-45ac-a293-7aaf44a923d3",name:"Shadow Juggernaut",details:"",size:3,origin:1,type:1,keywords:"Shadow",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 5 (hover; limit 1) no more than 1 square high",alignment:"Evil",languages:"",skills:"Intimidate +6",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:10},intelligence:{score:10},wisdom:{score:8},charisma:{score:12},hp:32,initiative:4,ac:14,fortitude:15,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"f8b40fa8-b98c-47ef-b286-cfca17ff3d79",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"ad8e88c3-a170-47bd-848c-d7a9caa00d4a",name:"Wave of Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 1",attack:{bonus:3,defence:2},description:"",details:"1d6+1 damage and enemies fall prone. Miss: Enemies fall prone.",damage:"1d6+1 damage and enemies fall prone",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ad217ef8-d784-4855-8741-40d3a2128586",name:"Shadow Mote",details:"",size:1,origin:1,type:1,keywords:"Shadow",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6, fly 6 (hover; limit 1) no more than 1 square high",alignment:"Evil",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:8},charisma:{score:10},hp:1,initiative:3,ac:16,fortitude:13,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"e83c7682-17e2-44bd-b792-e061b00a3ff6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1 damage.",damage:"1 damage",category:1},{id:"5d24fd20-79a1-4a1a-9994-e67c22567638",name:"Shadowplay Distraction",action:null,keywords:"",condition:"",range:"Opponents adjacent to a shadow mote take a -1 penalty to melee or ranged attacks per mote (up to -5).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d6eba1ce-3a73-4b3e-b448-7a70c5b4d13e",name:"Shadow Seeker",details:"",size:2,origin:1,type:1,keywords:"Shadow",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6, fly 6 (hover; limit 1) no more than 1 square high",alignment:"Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:12},wisdom:{score:8},charisma:{score:12},hp:16,initiative:3,ac:16,fortitude:13,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"c25c95ae-2c5a-4858-999e-c88cacd941b6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"f14d95e0-ba3a-42aa-98c3-088a29ad74fa",name:"Flitting Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8 damage; a shadow seeker can move its speed and make this attack, gaining a +5 bonus to AC vs. opportunity attacks incurred by the movement.",damage:"1d8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da88d072-2dd0-46e5-b4d4-633ea6c53a19",name:"Dragonborn Fireseeker",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"History +2, Intimidate +3",equipment:"battleaxe; leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:38,initiative:6,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"2160933f-fbff-4d8f-94f0-94fc6fab0e54",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"((+8 while bloodied))1d10+4 damage.",damage:"((+8 while bloodied))1d10+4 damage",category:1},{id:"0130fb86-7777-4bfe-9755-6c2f11578f8b",name:"Overwhelming Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires battleaxe; ((+8 while bloodied))1d10+4 damage, and the target grants combat advantage to the dragonborn fireseeker until the end of the fireseeker’s next turn.",damage:"((+8 while bloodied))1d10+4 damage",category:1},{id:"7bcac2b2-d35f-4c4d-b5dc-217cba470110",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:5,defence:2},description:"",details:"((+6 while bloodied))1d6+2 fire damage.",damage:"((+6 while bloodied))1d6+2 fire damage",category:3},{id:"296bf654-88d6-43ac-83b0-10257bc1375b",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn fireseeker gains a +1 racial bonus to attack rolls.",damage:"A dragonborn fireseeker gains a +1 racial bonus to attack rolls",category:0},{id:"db86ed2c-4164-461b-a926-f180adf7283f",name:"Skirmish +1d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the dragonborn fireseeker ends its move at least 4 squares away from its starting point, it deals 1d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0},{id:"d71ed437-3139-4028-819c-f96779d77a54",name:"Tactical Withdrawal",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn fireseeker shifts 3 squares.",damage:"The dragonborn fireseeker shifts 3 squares",category:5}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d65af55f-343d-4744-99d6-ca47cd61f37e",name:"Firebird",details:"",size:3,origin:1,type:1,keywords:"air, fire",level:2,role:{type:2,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"Athletics +11",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:168,initiative:2,ac:18,fortitude:18,reflex:17,will:14,regeneration:null,auras:[{id:"0b553574-fd47-4025-a960-bc6043274c10",name:"Body Blaze",keywords:"",details:"(Fire) aura 2; any creature that enters the aura or starts its turn within the aura takes 5 fire damage."}],powers:[{id:"0e523f1e-725a-4e8d-aa43-6c760f6825ff",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"Reach 2; 2d8+5 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"1263003d-82b5-48ac-8982-7db2b2afc35b",name:"Firebird Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The firebird makes two bite attacks. If both bites hit a single target, it makes a third bite attack against the same target.",damage:"",category:1},{id:"8e4cd07e-fa18-4d9a-bbb7-73211017da0c",name:"Tumbling Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:3,defence:2},description:"",details:"3d6+3 fire damage and the target takes ongoing 5 fire damage (save ends). Effect: The firebird teleports to any open space adjacent to the border of the blast’s area.",damage:"3d6+3 fire damage and the target takes ongoing 5 fire damage (save ends)",category:1},{id:"f349fa5a-9b7e-46ab-b65f-d7509af19466",name:"Fire Spray",action:{action:4,trigger:"when an enemy attacks the firebird with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:3,defence:2},description:"",details:"targets the triggering enemy; 1d6+1 fire damage, and the target is blinded until the end of the firebird’s next turn.",damage:"1d6+1 fire damage",category:5},{id:"1325bb5f-9117-4c9f-9233-78f603868c86",name:"Feeding the Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:3,defence:1},description:"",details:"Requires combat advantage; 2d8+5 fire damage and the target is weakened (save ends), and the firebird heals 42 hit points.",damage:"2d8+5 fire damage and the target is weakened (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"ee91d3e1-d46c-4101-ac13-dd47f242e70d",name:"Human Firetender",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:39,initiative:5,ac:17,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"2593992f-931f-4d7e-86da-565dfcf6b5dc",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the human firetender’s next turn.",damage:"1d10+3 damage",category:1},{id:"96657e22-ab53-4848-81ee-7188dd62415a",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+7 damage, and target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"1fd17359-2b6d-4685-a70e-5d982e634efe",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a255f9c-041e-404d-b184-f9ac20e56989",name:"Myrelas the Gallant",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Intimidate +9, Stealth +9",equipment:"rapier",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:45,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"0bd7c15d-b910-45fb-9527-a9ba1b812b78",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"3845bbfc-b2b7-405c-aec5-dab0950b6b7a",name:"Bravo Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"The doppelganger shifts 3 then attacks an adjacent target; the doppelganger gains combat advantage against the target until the end of the doppelganger’s next turn.",damage:"The doppelganger shifts 3 then attacks an adjacent target",category:2},{id:"4cc4b097-c9da-4cb8-97fb-73fa37574555",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against.",damage:"the doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against",category:0},{id:"9a988951-f1f0-48b6-b12c-68cd0db62b24",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71176f27-de72-4be9-b728-a53f559eca26",name:"Perfumed Lackey",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:10},hp:1,initiative:0,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"cf72ec6a-ffa5-4d05-838b-b314d3bcf2e7",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"510d3c36-84a6-4aea-abeb-f4bc8ef38884",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A perfumed lackey gains a +2 power bonus to all defenses while at least two other perfumed lackeys are within 5 squares of it.",damage:"A perfumed lackey gains a +2 power bonus to all defenses while at least two other perfumed lackeys are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b44b93e-c9f4-401e-80af-452a0c56466c",name:"Perfumed Sentry",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"6ee537b2-b809-4a5e-b07a-67781dfe87c2",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage and the perfumed sentry shifts 1 square.",damage:"1d8+1 damage and the perfumed sentry shifts 1 square",category:1},{id:"bd40a43d-52c9-4563-ae9a-a4e7f30e8e05",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"55d05a36-2b6e-48cb-8a27-3eea2cf82db6",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the target is dazed until the end of the perfumed sentry’s next turn, and the perfumed sentry shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"cf5970ef-bfd8-4e04-8de9-1161e517ff9d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The perfumed sentry deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c796c4a5-8ead-4d09-9023-b744ec625d14",name:"Sambral Bravo",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Intimidate +6",equipment:"leather armor; short sword",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:11},charisma:{score:10},hp:37,initiative:5,ac:16,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"085c8d16-a730-4ee9-b5f0-4dd88c2886e0",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+5 damage, and the Sambral bravo can shift 1 square.",damage:"1d6+5 damage",category:1},{id:"c699e01d-bae4-4120-b090-dc3f4e969cfb",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+3 damage (two attacks); 1d6+1 damage per attack. If both attacks hit the same target, the target is pushed 1 square.",damage:"2d6+3 damage (two attacks)",category:1},{id:"4cf75a15-298d-4369-8138-a00cca7f18f1",name:"Deep Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+3 damage, ongoing damage 3 (save ends), and the Sambral bravo can shift 1 square.",damage:"2d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ba69594-667a-4b3d-8276-7b73e5621e3f",name:"Genasi Bandit",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:12},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"5d41a3fa-6288-4700-afd6-3e15e952540a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the genasi thug shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"2ffa51b7-59c4-41fe-8859-e78d02abdb17",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"2ba4f5d4-f3c1-481a-9c57-565b610fa37c",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the genasi thug’s next turn, and the genasi thug shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"ed1e45cf-1830-4253-a298-6c3d26f89406",name:"Earthshock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:6,defence:1},description:"",details:"target is knocked prone.",damage:"",category:3},{id:"728b0a4e-8cc7-4110-ae61-51cbc07ddc4e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The genasi thug deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage again.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0df3263b-1f6f-4453-a89e-c3924e88f9d5",name:"Genasi Miller",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:12},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:14,reflex:12,will:13,regeneration:null,auras:[],powers:[{id:"e62edbc2-c0e7-47d8-9be6-d17f1eb8bef8",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"e80ceaff-3dcd-47d9-b2e2-662e6548d389",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The genasi miller makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:{bonus:5,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:5},{id:"3ddeffe2-95af-4443-b5b0-1704e3c061f0",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"ab993e46-d9fc-487a-a95c-e221bab8f87c",name:"Firepulse",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"when an enemy hits the genasi miller with a melee attack, the genasi miller makes an attack against the target",attack:{bonus:5,defence:2},description:"",details:"1d6+5 fire damage.",damage:"1d6+5 fire damage",category:5}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"27c0d98d-8436-42d6-b15d-6085e15f0ad5",name:"Genasi Thundermage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:12,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"0b23c8d1-edca-4de5-9377-fc0876250255",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"b4b10e8c-7478-4720-b56d-9197d48b6aef",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"7ab92474-87f3-417d-ab69-111afe5d6977",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"The genasi thundermage makes a separate attack against 3 different targets ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"5d879875-99f7-4c58-a441-e01f52cdcf24",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 thunder damage and the target is dazed (save ends).",damage:"1d8+4 thunder damage and the target is dazed (save ends)",category:1},{id:"a78079c7-1a7d-49d3-8d6e-b84629573509",name:"Promise of Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the genasi thundermage’s next turn, he deals an extra 1d8 damage with any lightning or thunder power he uses.",damage:"he deals an extra 1d8 damage with any lightning or thunder power he uses",category:3}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a6d60d3-b572-4a1c-af23-d736486f32c9",name:"Hooked Claw Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:4,role:{type:3,flag:1,leader:!1},senses:"Perception +4",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:19},hp:110,initiative:5,ac:20,fortitude:15,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"9f46c898-9ef4-4d81-815e-9b2f44ac0f47",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"0d1bf150-98f0-4513-8154-95a3976ac7b4",name:"Alluring Song",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:10,defence:3},description:"",details:"deafened creatures are immune; the target is pulled 3 squares and immobilized (save ends). When the harpy sustains the power, any target that has not yet saved against the effect is pulled 3 squares and immobilized (save ends).",damage:"the target is pulled 3 squares and immobilized (save ends)",category:1},{id:"1a8f2fc9-21f9-44b0-8e11-049119dc25f0",name:"Deadly Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close burst 4",attack:{bonus:10,defence:1},description:"",details:"1d6+3 thunder damage, and the target is dazed (save ends).",damage:"1d6+3 thunder damage",category:1},{id:"6df16b0b-ce9b-4e38-a833-ebf2b5408a0f",name:"Desperate Screech",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"The Hooked Claw harpy’s deadly screech recharges, and the harpy uses it immediately.",damage:"",category:5},{id:"0d1e22dd-78b5-4752-956e-82ed0d9446dd",name:"Hideous Visage",action:{action:5,trigger:"when hooked claw harpy is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"the attacker must target a different creature with the melee attack or forego its attack.",attack:{bonus:7,defence:3},description:"",details:"targets attacker only",damage:"",category:5}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5db6a249-c11a-4422-aa07-5eb2a1618557",name:"Duergar Fleshtearer",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Bluff +10, Dungeoneering +14, Stealth +14",equipment:"leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:18},charisma:{score:10},hp:89,initiative:13,ac:26,fortitude:25,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"c207de6b-34e0-4aef-9273-620db7b1cd4a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 damage (save ends).",damage:"1d8+3 damage",category:1},{id:"ef642398-d7b7-4b5d-a34a-10eebb7288d7",name:"Quill Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the fleshtearer hits with its claw attack"},keywords:"Poison",condition:"requires combat advantage against the target",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8 damage, and target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage",category:1},{id:"6ed120c7-55bf-470b-865b-aa983ce544ff",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:16,defence:0},description:"",details:"1d8 damage and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both)",category:1},{id:"55ae2fc2-6aa6-4900-a158-4c65fbe99a25",name:"Shadow Scourge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the duergar fleshtearer is invisible, its attacks deal twice the normal amount of ongoing damage.",damage:"its attacks deal twice the normal amount of ongoing damage",category:0},{id:"2d636e16-6124-4df9-b297-fde13e313832",name:"Underdark Sneak",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while in dim light or darkness and adjacent to an object or a wall that occupies at least 1 square",range:"",attack:null,description:"",details:"The duergar fleshtearer becomes invisible until the end of its next turn or until it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8abfbf83-9bae-4e9b-a1de-a594f4367c80",name:"Duergar Thrall",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"chainmail; warhammer",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:18},charisma:{score:10},hp:1,initiative:9,ac:26,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"59373c9c-8e14-4418-9040-b7333b59041c",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"048a15ab-9442-4871-a697-0f620711e928",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:16,defence:0},description:"",details:"8 poison damage.",damage:"8 poison damage",category:1},{id:"ba6760ed-a519-48ff-a21d-76c8b627c5b8",name:"Mind Flayer Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The thrall is immune to the mind blast power of mind flayers, and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer.",damage:"and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd4b87ac-445a-4c73-ba4d-891983c270be",name:"Dwarf Ruffian Thrall",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +14",equipment:"chainmail; warhammer",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:18},hp:112,initiative:12,ac:27,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"4ead3c83-b29f-4a35-ad0a-c05cbcbae037",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is marked until the end of the dwarf ruffian’s next turn.",damage:"2d6+5 damage",category:1},{id:"a9ed7123-00a0-4361-bf01-29a382b62f9e",name:"Mighty Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"3d8+5 damage, and the target is pushed 3 squares. The dwarf ruffian can use this power as part of a charge.",damage:"3d8+5 damage",category:1},{id:"f3f28c35-6ce0-4eba-a819-8673a87af8ad",name:"Mad Dash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the dwarf ruffian makes a charge attack, the enemy is knocked prone on a hit, in addition to any other effects of the attack.",damage:"",category:0},{id:"d02da1df-bc89-4efc-8af7-8c8c7d2cff58",name:"Mind Flayer Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The thrall is immune to the mind blast power of mind flayers, and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer.",damage:"and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"799dd438-86ed-48ec-b07c-a4b5f2d2eadf",name:"Bonepile Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:79,initiative:8,ac:21,fortitude:21,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"8e063076-2172-48f5-883e-b3b2db5a1dc7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"2e07a16c-e1ae-4952-9f31-72a59ed54289",name:"Bone Cyclone",action:null,keywords:"Necrotic",condition:"recharge 5 6",range:"Close burst 2",attack:{bonus:8,defence:2},description:"",details:"2d6+5 necrotic damage, and the target is pushed 1 square and knocked prone. Miss: half damage and the target is neither pushed nor knocked prone.",damage:"2d6+5 necrotic damage",category:0},{id:"607b2dad-88eb-43ba-951f-ded945091928",name:"Bone Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:1},description:"",details:"The bonepile skeleton can shift 6 squares and move through other creatures’ squares. If the bone cloud enters another creature’s square, it makes an attack against the creature; target is knocked prone.",damage:"The bonepile skeleton can shift 6 squares and move through other creatures’ squares",category:2},{id:"b0083d92-9b8f-47de-8f44-ab6180859e16",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the bonepile skeleton gains a +2 bonus to the attack roll and deals and extra 1d6 damage.",damage:"the bonepile skeleton gains a +2 bonus to the attack roll and deals and extra 1d6 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"59c8e7a5-f675-472d-9285-f39fcd62fabf",name:"Eladrin Spellscarred Knight",details:"",size:2,origin:2,type:2,keywords:"spellscarred; eladrin",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"5",alignment:"Any",languages:"Common, Elven",skills:"Arcana +6, Athletics +11, History +6, Nature +8",equipment:"chainmail; light shield; longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:61,initiative:10,ac:21,fortitude:16,reflex:17,will:15,regeneration:null,auras:[{id:"06dbaa1d-3057-481a-8feb-06e7f5f8c426",name:"Feywild Tactics",keywords:"",details:"aura 10; fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"10bb0b7e-3b11-4992-8ea0-62e3f1c04ee9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"7b0c5c28-6ed0-4e7c-9035-688305dbf6d0",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires Longsword; 3d8+3 damage, and the target is restrained until the end of the eladrin spellscarred knight’s next turn. The eladrin spellscarred knight cannot attack with its longsword while the target is restrained.",damage:"3d8+3 damage",category:1},{id:"341e478f-7a62-402b-ace0-1066789f5f32",name:"Spellscarred Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Range 10; the target is marked until the end of the encounter or until the eladrin spellscarred knight dies, taking 4 fire damage each round it does not attack the eladrin spellscarred knight.",damage:"taking 4 fire damage each round it does not attack the eladrin spellscarred knight",category:1},{id:"823d7bc1-d9a5-45cb-877c-f94aaf1cce06",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"The eladrin spellscarred knight can teleport 5 squares.",damage:"The eladrin spellscarred knight can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ebaa9020-1596-47aa-b5c3-0b2ad792f454",name:"Plaguechanged Harpy",details:"",size:2,origin:2,type:2,keywords:"spellscarred",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:68,initiative:8,ac:23,fortitude:19,reflex:18,will:19,regeneration:null,auras:[{id:"4db4fcc0-453c-4199-b8d4-69bbe1533676",name:"Burning Song",keywords:"",details:"(Fire) aura 20; enemies within the aura at the start of their turns take 5 fire damage (deafened creatures are immune)."}],powers:[{id:"fbf6c3ea-2c97-43ef-bbfb-8dfa17595f3c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"18f47267-ef00-41f1-810a-5c0fef90353f",name:"Belching Blue Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"1d10+3 fire damage, and the target is blinded (save ends).",damage:"1d10+3 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01453b4f-bcd7-4dc6-8e24-d1543c9ff334",name:"Flameskull Death Master",details:"",size:0,origin:4,type:0,keywords:"undead",level:5,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"fly 10 (hover)",alignment:"Evil",languages:"Abyssal, Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:5},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:14},charisma:{score:20},hp:128,initiative:7,ac:20,fortitude:17,reflex:20,will:20,regeneration:null,auras:[{id:"432d8a4d-efaf-4ada-977e-4b7057c4e145",name:"Shroud of the Grave",keywords:"",details:"aura 5; all undead within 5 squares of the death master lose any vulnerability to radiant damage."}],powers:[{id:"7dfe984f-2ed8-47c0-b6a5-2e346318879b",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 0; 1 damage plus 1d8 fire damage.",damage:"1 damage plus 1d8 fire damage",category:1},{id:"082a66c9-7c40-4ec7-9ca7-8288f68d183e",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d6+5 fire damage.",damage:"2d6+5 fire damage",category:1},{id:"f42b1299-1827-45a3-a1b0-acaaf65e9f9b",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:9,defence:2},description:"",details:"3d6+5 fire damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d6+5 fire damage",category:1},{id:"ad7ec287-2fee-4ccb-a6f3-e1da09adc404",name:"Call of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"four undead minions of the death master’s level or lower appear in any unoccupied space within range. These undead minions take their turns immediately after the death master.",damage:"",category:1},{id:"88cd19f8-fe32-4df5-bbf2-e67341d248f7",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"205336ad-7a37-4422-83b4-630656857198",name:"Gnoll Packrunner",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +8, Stealth +10",equipment:"hide armor; light shield",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:7},hp:1,initiative:5,ac:17,fortitude:16,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"71c3abf5-41fc-4f6c-9e33-e3e1264dfe27",name:"Torch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1 fire damage.",damage:"1 fire damage",category:1},{id:"79f0542a-30a9-490e-b4db-cbd23d9a7d28",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"72325f29-8c47-4770-936e-bcb5445a4272",name:"Quick Bite",action:{action:7,trigger:"when the gnoll packrunner hits a bloodied enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The gnoll packrunner makes a bite attack against the same target; 2 damage.",damage:"2 damage",category:5},{id:"ec25044d-91c0-4026-ba16-db712a3a8637",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll packrunner deals an extra 4 damage on melee attacks against an enemy that has two or more of the packrunner’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9fdd9c6-7366-4b20-b908-709ab3f13284",name:"Halfling Camper",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6",alignment:"Good",languages:"Common, Dwarven",skills:"Acrobatics +9, Thievery +9",equipment:"",category:"",strength:{score:11},constitution:{score:10},dexterity:{score:15},intelligence:{score:10},wisdom:{score:9},charisma:{score:14},hp:1,initiative:3,ac:15,fortitude:12,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"9c5f32bf-e193-42eb-874b-1ae23a558be6",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"b2138b26-9524-4736-a8bf-9f8caebe5817",name:"Second Chance",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling camper forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"28424b41-ff71-4a6f-898d-0afb4a3c6418",name:"Human Militia",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"spear",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"61d11436-f985-4be7-baec-262061d51db6",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"a89dcd12-3612-498c-b1e7-5ae4b27dca87",name:"Mob Rule",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"The human militia gains a +2 power bonus to all defenses while at least two other human militia are within 5 squares of it.",damage:"The human militia gains a +2 power bonus to all defenses while at least two other human militia are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1de2c6e5-2a2c-4207-a52b-9b7e2e5a0c96",name:"Hyena Whelp",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:15},intelligence:{score:2},wisdom:{score:12},charisma:{score:5},hp:1,initiative:5,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"caf382b9-4b9f-4773-9043-8e49af739568",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"ae2b3142-13a5-4f56-b282-352eb16e6874",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The hyena whelp deals an extra 4 damage on melee attacks against an enemy that has two or more of the whelp’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"d67b5341-8f65-45bd-8931-5071601b1808",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a hyena whelp is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d396a83-ab71-448b-a0da-da708c5a7266",name:"Talbot Artfulhands",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Arcana +9",equipment:"cloak of survival; implement, orb",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:12},intelligence:{score:18},wisdom:{score:14},charisma:{score:12},hp:43,initiative:2,ac:17,fortitude:14,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"2e3a99e5-cb17-457d-b387-2dc4c9a390de",name:"Ray of Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6+5 cold damage, and the target is slowed until the end of Talbot’s next turn.",damage:"1d6+5 cold damage",category:1},{id:"3fe611e3-0ab3-49e0-b9d8-50a3164235b9",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"one or two creatures; (one attack per target)1d10+5 cold damage, and the target is immobilized until the end of Talbot’s next turn.",damage:"(one attack per target)1d10+5 cold damage",category:1},{id:"4a4b8644-cea2-4509-8cba-c65af5270af3",name:"Sleep",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Sleep",condition:"",range:"Area burst 2 within 20",attack:{bonus:6,defence:3},description:"",details:"the target is slowed (save ends). If the target fails its first saving throw against this power the target becomes unconscious (save ends).",damage:"",category:1},{id:"220acb35-49e5-4732-aabe-d9df209d99e0",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"f03478cd-483a-467e-a8fe-f51f6e1a9ae5",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling thief forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[{type:2,value:-5},{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d837e907-2d28-45c6-be23-ab75f428865e",name:"Llewan Aspenhold",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common, Draconic, Elven",skills:"Arcana +9, Religion +9, Stealth +7",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:10},intelligence:{score:15},wisdom:{score:15},charisma:{score:11},hp:71,initiative:6,ac:17,fortitude:17,reflex:17,will:20,regeneration:null,auras:[{id:"52f5674e-7897-4e06-8693-863e066fbd09",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"c7083d40-8b67-4494-9da9-d40fd4fbd21b",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d6+2 necrotic damage.",damage:"1d6+2 necrotic damage",category:1},{id:"35bf9304-af0a-4717-ad73-929487ed088d",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:8,defence:3},description:"",details:"affects enemies only; 2d6+2 psychic damage, and the target is knocked prone.",damage:"2d6+2 psychic damage",category:1},{id:"4140a0f9-269f-4e33-b4fb-b7c2fd1b8fbd",name:"Sacred Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement, Radiant",condition:"",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"1d6+2 radiant damage, and Llewan gains 4 temporary hit points or may make a saving throw.",damage:"1d6+2 radiant damage",category:1},{id:"85ccd764-c6b8-402d-abd5-3c2ada170559",name:"Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"target is dazed, and either knocked prone or slide 5.",damage:"and either knocked prone or slide 5",category:1},{id:"db2ca7a1-6b98-42ea-a3ee-b1cc149c4d3a",name:"Spiritual Weapon",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Conjuration, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:9,defence:0},description:"",details:"Conjures a weapon that appears in the target’s square and attacks; 1d10+2 damage. Llewan and her allies gain combat advantage against the target. She can move the weapon up to 10 squares as a move action. Lasts until the end of her next turn.",damage:"1d10+2 damage",category:1},{id:"e537b7e5-1219-4314-ad1e-33a377122276",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"Llewan regains 19 + 1d6 hp.",damage:"Llewan regains 19 + 1d6 hp",category:3},{id:"582630f7-2cf7-40fc-9374-9194119d579a",name:"Channel Divinity",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"Llewan gains a +1 to her next attack roll or saving throw before the end of her next turn.",damage:"Llewan gains a +1 to her next attack roll or saving throw before the end of her next turn",category:4},{id:"862c6cfa-7257-445f-8207-40a9cf4975a5",name:"Cure Light Wounds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine, Healing",condition:"",range:"",attack:null,description:"",details:"Llewan regains 19 hp.",damage:"Llewan regains 19 hp",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"dff41641-2e49-4f71-8d44-48f8649b11e3",name:"Spitting Drake (Bombardier Beetle)",details:"This cunning reptile spits acid, hence the name. In the wild, spitting drakes attack without provocation, but they can be domesticated and trained. They instinctively focus their attacks on one target at a time, determined to take it down quickly.",size:2,origin:4,type:1,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:12},hp:38,initiative:5,ac:17,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"3ae632d5-8aab-43b5-b25d-0586c71c3f76",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"b236b52e-62ed-4c21-80a5-8b4f8d27ee93",name:"Caustic Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d10+4 acid damage.",damage:"1d10+4 acid damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0e04f03-6165-45e3-8f2d-ab0e5113ebaf",name:"Ogre Savage Boss",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +4",movement:"8",alignment:"Evil",languages:"Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:222,initiative:4,ac:21,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"4400057f-6f2f-41e8-a6ad-7194d8a13aa7",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"e21c5454-6419-479c-b152-6b369bb11d87",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The ogre savage boss makes two greatclub attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"272a410c-2388-4aaf-a83f-7b394dd3b876",name:"Angry Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The ogre savage boss makes a greatclub attack, but gets two attack rolls and takes the better result.",damage:"",category:1},{id:"d3b0eecd-460c-4b0a-854d-fefe8f82f8ab",name:"Bloody Smash",action:{action:4,trigger:"when bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"When bloodied, the ogre savage boss’s angry smash attack automatically recharges, and the ogre savage boss makes an angry smash attack as an immediate reaction.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f84c8bf-e523-46a9-b7e5-636a5baf2362",name:"Mummy Lord (Human Cleric 10)",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"History +12, Insight +14, Intimidate +12, Religion +12",equipment:"chainmail; mace",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:18},charisma:{score:15},hp:157,initiative:6,ac:24,fortitude:22,reflex:20,will:24,regeneration:{value:10,details:"if the mummy lord takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"ebbf4971-ea16-4782-b3c1-26e346b5818c",name:"Despair",keywords:"",details:"(Fear) aura 5; An enemy takes a -2 penalty on attack rolls against the mummy guardian until it damages the mummy guardian."}],powers:[{id:"4824b236-eddc-400f-8110-d3e4f1a9e59d",name:"Shielding Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+8 damage, and the mummy lord and one adjacent ally gain a +1 power bonus to AC until the end of the mummy lord’s next turn.",damage:"1d8+8 damage",category:1},{id:"eb0c47e8-6314-4e4f-812c-93f2e139cbbf",name:"Awe Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"Requires mace; 1d8+8 damage, and the target is immobilized (save ends).",damage:"1d8+8 damage",category:1},{id:"f6b8a9ba-9f68-4d81-a92e-00c64a2578c7",name:"Plague of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"3d8+8 necrotic damage, and the target takes a -2 penalty to all defenses until the end of the mummy lord’s next turn.",damage:"3d8+8 necrotic damage",category:1},{id:"e209f964-343b-4dfe-90ac-eff5d252ae35",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:12,defence:3},description:"",details:"targets enemies; the target contracts level 10 mummy rot.",damage:"the target contracts level 10 mummy rot",category:0},{id:"4717892c-8424-45fb-8ac4-85d6fb23ff73",name:"Unholy Aid",action:{action:5,trigger:"when affected by a condition",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mummy lord removes the condition.",damage:"",category:5},{id:"98f8d15a-21af-47f2-8b71-086a68f09ef8",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The mummy lord spends a healing surge and regains 51 hit points. The mummy lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The mummy lord spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"809a6a7a-0300-4d86-9840-1499fffb4925",name:"Mummy Lord (Human Cleric 12)",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"History +13, Insight +15, Intimidate +13, Religion +13",equipment:"chainmail; mace",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:18},charisma:{score:15},hp:189,initiative:7,ac:26,fortitude:24,reflex:22,will:26,regeneration:{value:10,details:"if the mummy lord takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"a567eafc-5218-487b-90cc-f3802c4737f0",name:"Despair",keywords:"",details:"(Fear) aura 5; An enemy takes a -2 penalty on attack rolls against the mummy guardian until it damages the mummy guardian."}],powers:[{id:"49e00e24-407d-48ac-a8af-c96ed752347e",name:"Shielding Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+9 damage, and the mummy lord and one adjacent ally gain a +1 power bonus to AC until the end of the mummy lord’s next turn.",damage:"1d8+9 damage",category:1},{id:"a08241c3-f8f8-4dc3-a186-207c7cf822af",name:"Awe Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"Requires mace; 1d8+9 damage, and the target is immobilized (save ends).",damage:"1d8+9 damage",category:1},{id:"cde901fb-cef9-481b-b0f0-3bd251d22334",name:"Plague of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"3d8+9 necrotic damage, and the target takes a -2 penalty to all defenses until the end of the mummy lord’s next turn.",damage:"3d8+9 necrotic damage",category:1},{id:"23cf6634-946b-4e1d-87d3-7885a94c3333",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target contracts level 12 mummy rot.",damage:"the target contracts level 12 mummy rot",category:0},{id:"14a21af6-6f3b-4c81-957f-1c9397c52760",name:"Unholy Aid",action:{action:5,trigger:"when affected by a condition",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mummy lord removes the condition.",damage:"",category:5},{id:"654ecbce-46f7-4ad9-aaff-6424878f053f",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The mummy lord spends a healing surge and regains 51 hit points. The mummy lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The mummy lord spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8a087f10-663a-4c05-87ec-6c91780cad04",name:"Stone Bear Alchemist",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +13",equipment:"leather armor; short sword",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:16},intelligence:{score:16},wisdom:{score:14},charisma:{score:12},hp:72,initiative:7,ac:21,fortitude:18,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"8ae29e1a-f03c-4408-8d79-75188cf32d94",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"ff495532-7882-4a2d-97c0-efb048af8e90",name:"Alchemist’s Acid",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Consumable",condition:"",range:"ranged 5/10",attack:{bonus:12,defence:2},description:"",details:"Requires alchemist’s acid flask; 1d10 acid damage and ongoing 5 acid damage (save ends).",damage:"1d10 acid damage and ongoing 5 acid damage (save ends)",category:1},{id:"b3d5399d-ef15-4f0d-9e74-ce2fa314e0fc",name:"Alchemist’s Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Consumable, Fire",condition:"",range:"area burst 1 within 10",attack:{bonus:12,defence:2},description:"",details:"Requires alchemist’s fire flask; 2d6 fire damage. Miss: half damage.",damage:"2d6 fire damage",category:1},{id:"f7136ea4-1454-4350-b4e8-9a4ae9adbc93",name:"Alchemist’s Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Consumable",condition:"",range:"ranged 5/10",attack:{bonus:12,defence:2},description:"",details:"Requires alchemist’s frost flask; 1d10 cold damage and the target is slowed until the end of the alchemist’s next turn. Miss: half damage, and the target is not slowed.",damage:"1d10 cold damage and the target is slowed until the end of the alchemist’s next turn",category:1},{id:"a70ff237-44f1-4d71-8f03-459b147263c9",name:"Jolt Flask",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Consumable",condition:"",range:"area burst 1 within 10",attack:{bonus:13,defence:1},description:"",details:"Requires jolt flask; on a hit, the target is dazed until the end of the alchemist’s next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2248c604-f04b-4092-8d52-6a97a8557b3f",name:"Stone Bear Lackey",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:4,ac:20,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"757b0ebe-a977-4876-8ce3-9f5daffc00bc",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"b1e55e79-793f-4cbb-a5e7-0b6bed687d86",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Stone Bear lackey gains a +2 power bonus to all defenses while at least two other Stone Bear lackeys are within 5 squares of it.",damage:"The Stone Bear lackey gains a +2 power bonus to all defenses while at least two other Stone Bear lackeys are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e6f8088-0f09-46db-a2cc-9fb1b0483234",name:"Stone Bear Lieutenant",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:0,leader:!0},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +12, Stealth +13, Streetwise +12",equipment:"heavy flail; scale armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:12},charisma:{score:15},hp:126,initiative:8,ac:24,fortitude:22,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"73db3ff0-8489-43a5-8ca9-69e748ac02d9",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage (2d6+7 while bloodied).",damage:"2d6+5 damage (2d6+7 while bloodied)",category:1},{id:"0e829327-ea53-496a-8685-9160b8eb932b",name:"Spinning Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires heavy flail; 2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone.",damage:"2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone",category:1},{id:"1111fcf6-9e68-475e-9687-d4e36da47979",name:"Come and Get It",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"targets enemies. Effect: the Stone Bear lieutenant pulls each target 2 squares to a space adjacent to it. The Stone Bear lieutenant cannot pull a target that cannot end adjacent to it. The Stone Bear lieutenant then makes a close burst 1 attack targeting each adjacent enemy. Attack:",attack:{bonus:13,defence:0},description:"",details:"Requires heavy flail; 2d6+5 damage (2d6+7 while bloodied).",damage:"2d6+5 damage (2d6+7 while bloodied)",category:1},{id:"3bb41b86-1960-4ae0-8e09-99a0a65896f1",name:"Sweeping Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:17,defence:0},description:"",details:"Requires heavy flail; targets enemies; 2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone.",damage:"2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone",category:1},{id:"67d10e2a-b091-4be3-bae5-9bf3f4e2c755",name:"Prone Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Stone Bear lieutenant deals an extra 2d6 damage against any prone target.",damage:"the stone bear lieutenant deals an extra 2d6 damage against any prone target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb538f8b-6e24-4cea-936a-3c224ef2bc89",name:"Stone Bear Taskmaster",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Intimidate +9, Stealth +14",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:85,initiative:11,ac:22,fortitude:20,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"46a9495b-e06d-4c48-92bc-7891644652d2",name:"Barbed Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+4 damage and ongoing 5 damage (save ends).",damage:"1d8+4 damage and ongoing 5 damage (save ends)",category:1},{id:"42fb51ee-35de-4224-827b-36da20aba2e4",name:"Whip Flay",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires barbed whip; reach 2; 3d8+7 damage and ongoing 10 damage (save ends).",damage:"3d8+7 damage and ongoing 10 damage (save ends)",category:1},{id:"fad75fd7-0cc0-4ebe-b1ae-5e2563801c4e",name:"Drag Around",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires barbed whip; reach 2; 2d8+5 damage and the Stone Bear taskmaster may slide the target 3 squares.",damage:"2d8+5 damage and the stone bear taskmaster may slide the target 3 squares",category:1},{id:"16c52e33-fb57-418d-874e-412c973314d5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Stone Bear taskmaster deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the stone bear taskmaster deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b53068c-5290-4f99-ab85-31989a93cb7d",name:"Stone Bear Thug",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +10, Stealth +11, Streetwise +10",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:87,initiative:8,ac:24,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0f9438b7-8566-4b68-99a1-23b24c3983fe",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+7 damage, and the target is marked until the end of the stone bear thug’s next turn.",damage:"1d10+7 damage",category:1},{id:"a43a7230-aef9-46ac-8fe2-88e1f4cbc3e8",name:"Pushback Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+10 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+10 damage",category:1},{id:"875954f5-5142-4877-99cc-630d387d6bff",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7eff4b81-9b80-47ef-85ca-0ba79534678d",name:"Eladrin Blade of Summer",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:1,initiative:7,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"4b59d05d-46e4-44d9-97c6-78529c2d2a0d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"5 damage; see also fiery wounding.",damage:"5 damage",category:1},{id:"35f4e3a6-92e8-4ff9-8cf7-2babb47f4746",name:"Fiery Wounding",action:null,keywords:"Fire",condition:"",range:"A blade of summer’s melee basic attack deals 1 extra point of fire damage for each blade of summer adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"ccf36a9c-e488-4ce3-9a21-db1ecda0882d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blade of summer can teleport 5 squares.",damage:"The blade of summer can teleport 5 squares",category:2}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b8e31209-27a0-4f56-a6e4-6289daafac4b",name:"Eladrin Guard",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +5, History +5",equipment:"longsword; scale armor",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:62,initiative:7,ac:21,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"73966815-fa89-4dc8-8c27-582fc113f941",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"5a65ff27-f66d-4a3d-8d68-eed50bde5921",name:"Protective Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+6 damage, and the target is marked until the end of the eladrin guard’s next turn.",damage:"2d8+6 damage",category:1},{id:"5be099ff-369f-4134-a499-029c2311ceb5",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin guard can teleport 5 squares.",damage:"The eladrin guard can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f182fd53-c308-4cd2-8cc5-8fa7911824ff",name:"Kir-Lanan Darklasher",details:"",size:2,origin:5,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5, fly 8",alignment:"Evil",languages:"Common, Kirlanan",skills:"Stealth +10",equipment:"",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:52,initiative:5,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"3a407b85-2722-417f-ad6e-9177a1f4ad4c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+5 damage plus 1d4 necrotic damage.",damage:"1d4+5 damage plus 1d4 necrotic damage",category:1},{id:"18b36505-b5c7-4958-bea3-88691bb0a0c1",name:"Tendril Rake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Reach 5; 1d6+4 damage plus 1d4 necrotic damage, and the target is weakened and immobilized (save ends both).",damage:"1d6+4 damage plus 1d4 necrotic damage",category:1},{id:"d77ba4be-38d9-42d1-b4dd-493677a402be",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"immobilized target only",range:"",attack:{bonus:8,defence:1},description:"",details:"target is pulled 5 squares.",damage:"target is pulled 5 squares",category:3},{id:"c03b2642-64d0-454a-af08-433c164d4a2b",name:"Enfeebling Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d6+3 necrotic damage, and the target takes a -2 penalty on attack rolls (save ends).",damage:"1d6+3 necrotic damage",category:1},{id:"733527b1-9ca0-449f-81c9-dbff8baa54ad",name:"Necrotic Healing",action:{action:4,trigger:"when damaged by a necrotic attack",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The kir-lanan darklasher heals 13 hit points.",damage:"The kir-lanan darklasher heals 13 hit points",category:5}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a2f5048-409b-4528-8d67-12e32cc76cb6",name:"Nightcloak Felomin",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:0,flag:1,leader:!0},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11, Bluff +12",equipment:"implement, staff; leather armor",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:100,initiative:5,ac:16,fortitude:18,reflex:16,will:20,regeneration:null,auras:[{id:"0d7d3d15-8a4c-4cae-9e41-1c1e46577a76",name:"Deathless Fanaticism",keywords:"",details:"aura 5; Lower-level allies in the aura remain alive when reduced to 0 hit points. An affected creature dies at the end of its next turn if it is still at 0 hit points or below."}],powers:[{id:"36265034-3ea6-4881-917c-7d72ae0bd7bd",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"063ebce8-0566-43d7-8c59-aac212a57383",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"a9eca639-0ab4-4360-8144-bd9c1f0d081c",name:"Arc of Darkness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Felomin makes a separate attack against 3 different targets: Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d6+4 necrotic damage.",damage:"2d6+4 necrotic damage",category:1},{id:"1f23d3ed-980d-4e21-8428-4e9b3efee33c",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"Felomin creates a cloud of darkness that remains in place until the end his next turn. The cloud blocks line of sight for all creatures except Felomin. Any creature entirely within the cloud (except Felomin) is blinded as long as it exists.",damage:"",category:3},{id:"ab8897f4-fad5-404b-bf9c-be44012b5a95",name:"Dark Escape",action:{action:4,trigger:"when felomin is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin teleports 5 squares.",damage:"Felomin teleports 5 squares",category:5},{id:"b3dec6dc-81bd-45c2-bc54-c0bb9bcb1569",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin turns invisible until he attacks or until the end of his next turn.",damage:"",category:3},{id:"872c10be-e3f5-45a5-a3f7-6be9006f3ccb",name:"Mob Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin gains a +1 bonus to all defenses for each ally adjacent to him.",damage:"Felomin gains a +1 bonus to all defenses for each ally adjacent to him",category:0},{id:"48fddfcd-bef2-4206-a2e0-bb694bcf26e8",name:"Clever Escape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin moves up to twice his speed. He can move only into squares that take it farther away from his enemies. This movement does not provoke opportunity attacks.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db7fa747-7839-4a18-acc0-d307e0037fb4",name:"Fleshtearer Shark",details:"",size:3,origin:4,type:1,keywords:"aquatic",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"1 (clumsy), swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:15},hp:128,initiative:8,ac:22,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"537e768b-08ad-4d51-ae87-fffc982fa4c9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"6b49e625-ffc4-43dd-9f54-bca525b4db5f",name:"Lockjaw Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the fleshtearer shark is not grabbing a creature",range:"The shark charges and makes the following attack in place of a melee basic attack",attack:{bonus:14,defence:0},description:"",details:"2d8+7 damage, and the target is grabbed. When the grab ends, the target takes ongoing 5 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"0298c23b-cbeb-4449-a917-64e5e0a8fbae",name:"Shredding Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the fleshtearer shark; no attack roll; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"4c9130f2-e199-45d1-b32a-0c0c4a3b8183",name:"Feeding Frenzy",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the fleshtearer shark starts its turn within 5 squares of a bloodied creature",range:"",attack:null,description:"",details:"The shark must make a bite attack against a creature adjacent to it. If the shark is grabbing a creature, the grab ends.",damage:"",category:1},{id:"610ef97b-058a-4630-bb6d-630d3ff721de",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, a Fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed.",damage:"a fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d578fb64-9f11-484a-8679-ffbc12de913e",name:"Skeleton Hauler",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:8,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"6595f0d4-c842-47e7-aa78-aeb8d2c67f04",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d893b52f-6bd8-4d82-99a5-f618c24c705b",name:"Pack Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:1,initiative:5,ac:14,fortitude:14,reflex:10,will:11,regeneration:null,auras:[],powers:[{id:"3a1816e5-aaa6-4800-87ed-5bac96fa3995",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"7ff199a5-6a2b-4c84-ac4c-a407623bec65",name:"Pack Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pack of zombies gains a +2 bonus to its attack roll if it is adjacent to at least one other pack zombie.",damage:"A pack of zombies gains a +2 bonus to its attack roll if it is adjacent to at least one other pack zombie",category:0},{id:"1095b6fd-1907-4281-b48b-35fb72d76285",name:"Lurching Sacrifice",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"This power triggers automatically when a nonminion ally adjacent to a pack zombie is hit by a melee attack. The pack zombie is destroyed, and the damage dealt to the ally is reduced by 5.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"53b014c6-ef52-48bd-b3ed-95b5d588bc36",name:"Giant Crayfish",details:"",size:4,origin:0,type:1,keywords:"blind",level:4,role:{type:7,flag:2,leader:!1},senses:"Perception +3; blindsight",movement:"2, swim 4",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:1},wisdom:{score:16},charisma:{score:5},hp:224,initiative:7,ac:22,fortitude:21,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"7b0ed766-8c62-4603-a455-1615b7363d1f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"3d8 +4 damage.",damage:"3d8 +4 damage",category:1},{id:"bb82c30a-9cc4-42a7-bda4-f4f5f05950d4",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The crayfish makes two claw attacks. If both attacks hit a single target, the target is grabbed. As long as a target is grabbed, the crayfish can’t make claw attacks (but see pincer crush).; .",damage:"",category:1},{id:"c33d53ac-0526-48a8-a5fb-c4830c37cc59",name:"Pincer Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"targets a creature the giant crayfish has grabbed; 4d10 + 4 damage.",damage:"4d10 + 4 damage",category:1},{id:"3e55e02a-9d40-4f17-8701-1b52dcf89a6f",name:"Bloodied Rage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"While the crayfish is bloodied, it takes a –2 penalty to attacks and defenses but gains a +5 bonus on damage rolls.",damage:"it takes a –2 penalty to attacks and defenses but gains a +5 bonus on damage rolls",category:1},{id:"2d21ccca-3cca-4926-9da7-6eadf1b2acb3",name:"Natural Camouflage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the crayfish begins its turn underwater, it becomes invisible until it moves or attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ee740fc-178a-4f8d-9324-a20dd9d41338",name:"Giant Frog",details:"",size:2,origin:4,type:1,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"4, swim 6",alignment:"Unaligned",languages:"",skills:"Athletics +8, Stealth +9",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:44,initiative:5,ac:18,fortitude:15,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"a042fbca-2705-46f9-a8de-e7047d8c6a1a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"3 damage, and a Medium or smaller target is swallowed. A swallowed target is stunned, takes ongoing 5 damage, and can’t be targeted by any effect (save ends all effects). A giant frog can have only one target swallowed at a time and cannot make bite attacks as long as the swallowed target is alive.",damage:"3 damage",category:1},{id:"992c1873-2382-47e4-b123-3c42041a93fd",name:"Grasping Tongue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"The target is pulled 2 squares; 3; .",damage:"The target is pulled 2 squares",category:3},{id:"a4935731-63e9-46dd-9dd0-ef6cb5a27852",name:"Prodigious Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The giant frog shifts 4 squares. It can shift through enemy squares as long as it ends its movement in an unoccupied space.",damage:"The giant frog shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b90a28a-cece-4d41-bbbe-cba106fcb99a",name:"Gremag",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:4,flag:1,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"Bluff +7, Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:8},charisma:{score:11},hp:96,initiative:8,ac:22,fortitude:20,reflex:22,will:17,regeneration:null,auras:[],powers:[{id:"7bc6f73c-d0d0-4cc0-b1da-fa59f242e2cb",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"8add8fb3-8f0f-405c-ad89-2d83490152e6",name:"Thrown Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"eff38523-99d4-45ef-9104-1681d57d8c2a",name:"Sudden Riposte",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Gremag makes a dagger attack against the triggering attacker. This attack gains a +2 bonus to the attack roll and deals 5 extra damage; .",damage:"this attack gains a +2 bonus to the attack roll and deals 5 extra damage",category:5},{id:"c136fc14-56c9-4689-9b12-3351998a23ca",name:"Poison Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The next time Gremag hits with a dagger or thrown dagger attack during this encounter, the target also takes ongoing 10 poison damage (save ends).",damage:"the target also takes ongoing 10 poison damage (save ends)",category:1},{id:"cd103a6f-eb98-44db-9a9e-3cd57df9d7ee",name:"Cowardly Stance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If two or more enemies are adjacent to Gremag, he takes a –4 penalty to all defenses.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e0ff640-4bd2-4a2d-86b6-a1c9d27e856b",name:"Human Bandit Archer",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"crossbow; leather armor; spear",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:4,ac:16,fortitude:13,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"eb276812-ffb0-44a2-8233-010496966794",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"1df8dcc0-8f5e-41a5-a61e-40e1b6142ee0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"0abf4851-811d-411f-aed6-05cd1142e3b6",name:"Mob Rule",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A human bandit archer gains a +2 power bonus to all defenses while at least two other human bandit archers are within 5 squares of it.",damage:"A human bandit archer gains a +2 power bonus to all defenses while at least two other human bandit archers are within 5 squares of it",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3af4df6-7881-4136-b332-1c6a500e3c2a",name:"Lareth the Beautiful",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:3,flag:1,leader:!0},senses:"Perception +4",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +11, Diplomacy +11, Religion +9",equipment:"light shield; plate armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:11},intelligence:{score:15},wisdom:{score:14},charisma:{score:18},hp:104,initiative:2,ac:20,fortitude:17,reflex:16,will:20,regeneration:null,auras:[{id:"86ad043d-617a-495e-a557-326196903e3a",name:"Ward of Vitality",keywords:"",details:"allies who begin their turn within the aura gain 3 temporary hit points as long as Lareth is not bloodied"}],powers:[{id:"22e29e9e-fd39-497b-a059-bb661917c648",name:"Scepter of Striking",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 6 damage, and the target is dazed until the end of Lareth’s next turn.",damage:"2d6 + 6 damage",category:1},{id:"7bcd7b53-7a72-42ee-b9a0-5994fcec2b95",name:"Commanding Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets enemies in burst; 1d6 + 4 psychic damage, and Lareth slides the target 2 squares.",damage:"1d6 + 4 psychic damage",category:1},{id:"12f06bd0-5632-4139-b176-98e5ec618b86",name:"Curse of Blindness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:8,defence:1},description:"",details:"targets enemies in burst; 1d6 + 4 necrotic damage, and the target is blinded (save ends).",damage:"1d6 + 4 necrotic damage",category:1},{id:"a2c8b9f4-cf18-4ca4-be9f-6f3efa5efe94",name:"Terrible Visage",action:null,keywords:"",condition:"",range:"After Lareth first becomes bloodied, until the end of the encounter, he gains a +2 bonus on melee attacks and melee damage rolls against the character who bloodied him.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d117f3e-5373-4d9d-962b-9cf8dccaf200",name:"Lubash the Ogre",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"club; hide armor; javelin",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:91,initiative:8,ac:22,fortitude:22,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"7c2f241b-aa72-495d-b87d-2d2ae6208e50",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"fa0796d9-73c7-468d-a088-fa12bfcec2c4",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:13,defence:0},description:"",details:"1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"d942a131-cc4f-4673-965f-62c3ca0f99dc",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Lubash makes a javelin attack followed by a charge attack; damage; see also skirmish.",damage:"damage",category:1},{id:"2a4777d8-a27f-4422-857e-bd37471047ec",name:"Skirmish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on his turn, Lubash ends his move at least 4 squares away from his starting point, he deals 1d8 extra damage on his melee attacks until the start of his next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"82dffd4e-c637-4627-8fbe-435d4c98516b",name:"Rannos Davl",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:126,initiative:6,ac:22,fortitude:17,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"d2a14aa0-330f-48e1-87b1-e41f80d27142",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"3984cd00-43fe-401a-af5b-cad7cf7a8aa9",name:"Blade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Rannos Davl makes two short sword attacks and shifts 1 square before either or both attacks.; .",damage:"Rannos Davl makes two short sword attacks and shifts 1 square before either or both attacks",category:1},{id:"d8befaf4-7d79-430b-aa0f-80df65818f50",name:"Surprise Lunge",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rannos Davl shifts 4 squares. When he ends this move, he gains combat advantage against each enemy adjacent to him until the end of his turn.",damage:"Rannos Davl shifts 4 squares",category:2},{id:"6a0e29f7-7978-40d6-b4d5-bcf1cef60eea",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rannos Davl gains combat advantage against any target marked by one of Davl’s allies",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb166988-a659-43df-b6f9-420269a5b1da",name:"Lich (Thayan)",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +18, History +18, Insight +13",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:22},wisdom:{score:13},charisma:{score:18},hp:218,initiative:8,ac:28,fortitude:24,reflex:28,will:26,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"553024fa-e900-48b3-b93c-94ed24651fc4",name:"Necrotic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"dbed5fa5-e9d7-4f4f-9d69-6bd77b93b2bc",name:"Shadow Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"746fd26a-4fda-4484-be0c-31ebeaf6f56c",name:"Frostburn",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic, Zone",condition:"",range:"Area burst 2 within 20",attack:{bonus:18,defence:1},description:"",details:"3d8+6 cold and necrotic damage. The burst creates a zone that lasts until the end of the lich’s next turn. The zone is considered difficult terrain. Any creature that starts its turn within the zone takes 10 cold and necrotic damage. The lich can sustain or dismiss the zone as a minor action.",damage:"3d8+6 cold and necrotic damage",category:1},{id:"913c99e2-465c-4355-a01b-eb64afc970f7",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"4fe43390-f2c3-4351-a3cd-c5fd9f77258c",name:"Lich Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The lich teleports up to 8 squares and recharges one encounter or recharge power (including lich step).",damage:"The lich teleports up to 8 squares and recharges one encounter or recharge power (including lich step)",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"040b5b1b-65ba-4155-8b12-fc7268187892",name:"Dark Angel of Valor",details:"",size:2,origin:3,type:2,keywords:"angel",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"6, Fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +12",equipment:"chainmail; dagger; longsword",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:88,initiative:10,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[{id:"2d8116ce-9c14-48ce-9af4-9130d3742447",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of battle take a -2 penalty unless the angel is bloodied."}],powers:[{id:"77617156-bb51-44fe-a91d-196505d76ac2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"ffe945e5-e1d2-46d6-92ff-4614bc8fe61b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"745b2716-6a42-4f62-a6fa-25bcd8a73dea",name:"Blade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The angel of valor makes a longsword attack and a dagger attack.",damage:"",category:1},{id:"06929368-113c-448b-813c-c9919e8c420c",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:11,defence:1},description:"",details:"targets enemies; 1d8+4 lightning damage, and the target is dazed until the end of the angel of valor’s next turn.",damage:"1d8+4 lightning damage",category:1},{id:"e29ac500-f7cd-455f-be27-4e117363d239",name:"Dark Blades",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Until the start of the angel of valor’s next turn, the angel of valor’s weapons deal cold damage and attack the target’s Reflex defense instead of AC.",damage:"the angel of valor’s weapons deal cold damage and attack the target’s reflex defense instead of ac",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"536061e7-971d-4ef4-bdae-48bd04822cfd",name:"Kerstol Cobb",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13, Streetwise +11",equipment:"chainmail; longsword; short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:14},hp:87,initiative:7,ac:22,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"eb35af46-2d95-4d14-8e58-61ae2f2c1900",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"82cb847c-06a8-42bb-800e-2af6baec25ab",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"e06b9876-fee0-42a3-9794-3347c57ec56e",name:"Two-Weapon Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Kerstol makes a longsword attack and a short sword attack against the same target. If both attacks hit, Kerstol deals an additional 8 damage.",damage:"kerstol deals an additional 8 damage",category:1},{id:"cbdf1937-19e0-4d0c-895d-0d6bd7000e79",name:"Clever Ploy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Kerstol makes two attack rolls and uses the higher result. 1d8 + 8 damage, and the target grants combat advantage to an ally of Kerstol’s choice until the start of Kerstol’s next turn. Kerstol can then shift 3 squares.",damage:"1d8 + 8 damage",category:1},{id:"7c7c0c1b-d224-4059-8457-9701b082aa75",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kerstol deals an extra 2d6 damage on his attacks when he has combat advantage against the target.",damage:"kerstol deals an extra 2d6 damage on his attacks when he has combat advantage against the target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3eea2572-c7e2-4796-bbd7-51ac5782d923",name:"Knight of Shade",details:"",size:2,origin:5,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Netherese",skills:"Diplomacy +15, Insight +12, Intimidate +15, Stealth +12",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:212,initiative:11,ac:26,fortitude:24,reflex:22,will:23,regeneration:{value:10,details:"if the knight of shade takes radiant damage, his regeneration doesn’t function on his next turn."},auras:[{id:"d3903a9c-332a-42d7-88cb-696468a203a0",name:"Benighted Presence",keywords:"",details:"aura 10; light-producing effects within the aura whose level is lower than Naramus’s can create only dim light."}],powers:[{id:"72e29842-a546-4dc0-b7aa-3b60ddfeabd1",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage (crit 1d10+17).",damage:"1d10+7 damage (crit 1d10+17)",category:1},{id:"dd15c09b-4064-41b1-a9fb-c1f8cec5b5e3",name:"Gloom Chakram",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 5",attack:{bonus:14,defence:0},description:"",details:"2d6+4 force damage.",damage:"2d6+4 force damage",category:1},{id:"35c944e1-505f-4823-a3b9-fd27fd56aa9a",name:"Arcing Swings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The knight of shade makes two basic melee attacks and shifts 1 square after the first attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"f84c0682-1bc7-4d82-9933-ec70473c4a94",name:"Disrupting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d10+7 damage plus ongoing 5 force damage (save ends).",damage:"3d10+7 damage plus ongoing 5 force damage (save ends)",category:1},{id:"51531a6d-170f-4de3-b875-11cdb14db4f5",name:"Triumphant Cry",action:{action:7,trigger:"when the knight of shade scores a critical hit or reduces an enemy to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The knight of shade or an ally within 20 squares can make a melee or ranged attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"a447711d-5433-4146-88b2-e65fef510657",name:"Shadow Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The knight of shade can teleport 20 squares, but must end his move in dim light or darkness.",damage:"The knight of shade can teleport 20 squares",category:2},{id:"b1c87fca-ce6a-40b5-9b35-904506f81c9f",name:"Coalescing Darkness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the knight of shade moves 3 or more squares by any means, he is cloaked with supernatural darkness, gaining total concealment.",damage:"If the knight of shade moves 3 or more squares by any means",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b39396f-889f-4ed4-9e57-f4debb7cd4e3",name:"Twilight Incanter of Shar",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"implement, orb; spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:82,initiative:7,ac:22,fortitude:19,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"bf08f6a1-f96d-4bfd-b55d-16dcd95a9375",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+1 damage, and the target is slowed until the end of the twilight incanter’s next turn.",damage:"1d8+1 damage",category:1},{id:"4fb444a9-164c-4002-a083-50eae73749fc",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+3 damage, and the target is immobilized until the end of the twilight incanter’s next turn.",damage:"1d8+3 damage",category:1},{id:"13f4f838-7b62-46e7-9622-b9d4f17790f7",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+2 damage, and the target is immobilized until the end of the twilight incanter’s next turn.",damage:"1d8+2 damage",category:1},{id:"723ba2d5-1c34-47f7-92d8-8b31d54cef95",name:"Shadow Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close blast 3",attack:{bonus:9,defence:3},description:"",details:"2d6+3 psychic damage, and the target is blinded until the end of the twilight incanter’s next turn.",damage:"2d6+3 psychic damage",category:1},{id:"aae645c0-b129-4cff-bc62-081a64bbcee3",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The twilight incanter can teleport 5 squares.",damage:"The twilight incanter can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"550f3c97-882f-47da-ab83-6b1f56f05d6e",name:"War Troll Vampire Lord",details:"",size:3,origin:4,type:2,keywords:"undead",level:11,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Athletics +16, Endurance +14",equipment:"arrows (30); greatsword; longbow; plate armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:194,initiative:11,ac:29,fortitude:28,reflex:24,will:24,regeneration:{value:10,details:"regeneration does not function while the vampire lord is exposed to direct sunlight"},auras:[],powers:[{id:"6274ed94-8b9a-4daa-a700-58024ebebc8c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d12+7 damage, and the target is marked until the end of the vampire lord’s next turn.",damage:"1d12+7 damage",category:1},{id:"5c62ad61-9197-4a00-a99b-5ba806e4d5b7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"b4826ba3-6fff-4473-a2b8-2f6392ed8da9",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:17,defence:0},description:"",details:"1d12+2 damage.",damage:"1d12+2 damage",category:1},{id:"7134a76e-bd4f-4127-ab41-0ef21dc15c70",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"close blast 2",attack:{bonus:17,defence:0},description:"",details:"Requires greatsword; 1d12+7 damage and the target is knocked prone.",damage:"1d12+7 damage and the target is knocked prone",category:1},{id:"45b487c2-2741-463d-9f58-7c2880013ca2",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Requires combat advantage; 2d12+8 damage, and the target is weakened (save ends), and the vampire lord regains 48 hit points.",damage:"2d12+8 damage",category:1},{id:"999c89f4-8aa9-4356-af4e-6456d60eee47",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty on the saving throw). Aftereffect: The target is dazed (save ends). The vampire lord can dominate only one creature at a time.",damage:"with a -2 penalty on the saving throw)",category:3},{id:"5f991923-e4ce-4b9f-b828-f7136d1c61a5",name:"Blood Pursuit",action:{action:4,trigger:"when a bloodied enemy within 2 squares of the vampire lord moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord shifts 1 square closer to the enemy.",damage:"The vampire lord shifts 1 square closer to the enemy",category:5},{id:"fecd16e0-fdec-4bb9-a2c1-ab5a8bcfe3e9",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"34d2e8a3-c9e4-4294-ad02-53e7783e234f",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The vampire lord becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The vampire lord can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The vampire lord becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"37c775a0-5c91-40eb-b9ec-165096c87c06",name:"Akitani",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Nature +7, Stealth +10",equipment:"hide armor; waraxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:13},charisma:{score:16},hp:54,initiative:3,ac:16,fortitude:16,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"4536fe33-fd7c-4c62-a622-3a38095d41b2",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12 + 3 damage, or 2d12 + 3 damage while bloodied.",damage:"1d12 + 3 damage",category:1},{id:"38ba78b5-eb9b-4075-a37e-9224b1b576d4",name:"Rabid Wolf Charge",action:{action:1,trigger:"requires a waraxe",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"1d12 + 3 plus 1d8 damage. When charging, Akitani can use this power in place of a melee basic attack. While bloodied, Akitani’s movement during a charge doesn’t provoke opportunity attacks.",attack:{bonus:7,defence:0},description:"",details:"",damage:"",category:5},{id:"3aef4d0e-301a-408f-8470-03bb03d8ccae",name:"Rampage",action:{action:7,trigger:"when akitani scores a critical hit",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Akitani makes a melee basic attack",attack:{bonus:4,defence:0},description:"",details:".",damage:"",category:5},{id:"28799012-eed2-44a3-ab5b-334e9a69a436",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Akitani shifts 1 square.",damage:"Akitani shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d21b9152-6788-4c09-a1b0-ee7fb542e1db",name:"Ancient Tomb Mote",details:"",size:0,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:8},constitution:{score:17},dexterity:{score:20},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:1,initiative:6,ac:31,fortitude:27,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"24d93dd5-5b98-446a-a395-2bfb8c0285b9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3 necrotic damage, and ongoing 2 necrotic damage (save ends); 6 necrotic damage, and ongoing 5 necrotic damage (save ends) instead, if the target is adjacent to three or more tomb motes.",damage:"3 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7f2f536f-37b1-411b-8962-247501a0a380",name:"Ashurta",details:"",size:2,origin:4,type:2,keywords:"undead, wight; hobgoblin",level:4,role:{type:7,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +10, Intimidate +11",equipment:"light shield; scale armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:15},wisdom:{score:9},charisma:{score:18},hp:108,initiative:7,ac:22,fortitude:18,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"5a4695d4-226d-4384-b745-890f7e9ae493",name:"Ashurta’s Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10 + 5 damage (crit 2d6 + 15), and an ally within line of sight can shift 1 square as a free action.",damage:"1d10 + 5 damage (crit 2d6 + 15)",category:1},{id:"d13bd756-d7f1-4d97-a1b3-f69b88db1c6d",name:"Dispatch",action:{action:1,trigger:"requires ashurta’s blade",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d10 + 3 damage, and two allies can each shift 1 square as a free action.",damage:"2d10 + 3 damage",category:5},{id:"4ebbb443-dad2-4416-abe6-6a4e55b22c07",name:"Bloodcurdling Shriek",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 2d6 + 4 necrotic damage, and the target is slowed and takes a –2 penalty to all defenses (save ends both). Ashurta slides each undead ally within the burst 2 squares.",damage:"2d6 + 4 necrotic damage",category:5},{id:"dce57928-3826-4346-aa88-c93cdd619cdb",name:"Blade Daze",action:{action:7,trigger:"when ashurta hits with ashurta’s blade; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is dazed until the end of Ashurta’s next turn.",damage:"",category:5},{id:"c4f0bcbf-3c23-4588-ba3a-6f35cf1d97f6",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When Ashurta hits with a melee attack against a creature that grants combat advantage to it, that creature also loses a healing surge.",attack:null,description:"",details:"",damage:"",category:0},{id:"d05230b2-067c-448d-9cb7-ad3b1ba7f81d",name:"Death Scream",action:null,keywords:"",condition:"when ashurta drops to 0 hit points",range:"",attack:null,description:"",details:"Ashurta unleashes a bloodcurdling shriek.",damage:"",category:0},{id:"677a4285-7afe-48c2-a861-025f2f138c4a",name:"Hobgoblin Resilience",action:{action:4,trigger:"when ashurta suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ashurta makes a saving throw against the triggering eff ect",damage:"",category:5},{id:"b8cff4bf-8def-4ac1-8642-88b7e4c5900a",name:"Quick Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"An ally within 10 squares makes a melee basic attack",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"66c3e93c-753f-4ae3-ae7c-214f168b8a56",name:"Bladebearer Sharpshooter",details:"",size:1,origin:4,type:2,keywords:"goblin",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather armor; short sword; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:31,initiative:5,ac:16,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"47bcd9b1-7ffc-4b98-9856-ba3c054a797f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 2 damage.",damage:"1d6 + 2 damage",category:1},{id:"79f07c40-7b3a-4ad5-9a92-ee26e8256689",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"20b18958-34a1-4784-bd53-6532cb4e4cd4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Bladebearer sharpshooter deals 1d6 extra damage against any creature that grants combat advantage to it.",damage:"a bladebearer sharpshooter deals 1d6 extra damage against any creature that grants combat advantage to it",category:0},{id:"04eb2cf1-1ee4-4c69-813a-090f00d53a7e",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer sharpshooter shifts 1 square.",damage:"The Bladebearer sharpshooter shifts 1 square",category:5},{id:"52e127cd-a277-46ff-bf47-0003e1dc80f0",name:"Sniper",action:null,keywords:"",condition:"",range:"When a Bladebearer sharpshooter makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ad6e408-2226-4746-b444-151b3f4458e3",name:"Bloodblade Hobgoblin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"falchion",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:78,initiative:4,ac:17,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"93b652b2-d690-47ef-be2d-a32021b55ce1",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4 + 3 damage (crit 2d4 + 11), and ongoing 5 damage (save ends).",damage:"2d4 + 3 damage (crit 2d4 + 11)",category:1},{id:"433084fd-04f6-4bde-90bd-ab13e28791bb",name:"Bloodblade Sweep",action:{action:1,trigger:"requires a falchion",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"when first bloodied and again when the bloodblade hobgoblin skeleton drops to 0 hit points",range:"Close burst 1",attack:{bonus:8,defence:0},description:"",details:"2d4 + 3 damage (crit 2d4 + 11), and ongoing 5 damage (save ends).",damage:"2d4 + 3 damage (crit 2d4 + 11)",category:5},{id:"d7cd8add-c5f5-4e38-b0c0-50aa8f319a12",name:"Bloodblade",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When a bloodblade hobgoblin skeleton scores a critical hit, it regains 5 hit points.",damage:"it regains 5 hit points",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ee070eb6-365a-4e30-b5a6-b0b742108ee6",name:"Blue Dragon Sky Bandit",details:"",size:3,origin:4,type:1,keywords:"dragon",level:4,role:{type:0,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:232,initiative:4,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"7ea3b25e-184b-4765-ba40-40d7af1ecc44",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d6 + 4 plus 1d6 lightning damage.",damage:"1d6 + 4 plus 1d6 lightning damage",category:1},{id:"5b671ff2-360a-4275-a84d-c7ea7260a7c1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"baf1a877-bc02-4af5-9082-5e54ce7dd1fb",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The dragon makes a gore attack and two claw attacks; .",damage:"",category:1},{id:"6352f72d-c953-4974-bdb8-6410644cc1d3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second; 1d12 + 4 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12 + 4 lightning damage",category:1},{id:"9a775641-f443-47b6-963b-fef6011382dd",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Breath weapon recharges, and the dragon uses it; .",damage:"",category:5},{id:"9e1cb57e-d751-4036-9b63-4eb7905affd9",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).; targets enemies; .",damage:"",category:1},{id:"b0ad1264-d5ad-4198-b583-fe2a0321218b",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:9,defence:2},description:"",details:"1d6 + 3 lightning damage. Miss: Half damage.",damage:"1d6 + 3 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0663c867-7fbe-465a-a881-c1636adb36f3",name:"Bonepile Hobgoblin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:29,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"7c561ad0-decd-4e2f-85c9-4bf46e97f74e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"918bbf7d-a24d-4fea-95ec-706c2e0b69f8",name:"Captain Warrik",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common",skills:"History +9, Intimidate +10",equipment:"halberd; plate armor",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:10},intelligence:{score:14},wisdom:{score:11},charisma:{score:16},hp:106,initiative:4,ac:22,fortitude:18,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"36e38bfd-96f4-4c81-9b0d-48976501f532",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10 + 5 damage, and the target is marked until the end of Captain Warrik’s next turn.",damage:"1d10 + 5 damage",category:1},{id:"5c79190b-1adb-4ef0-ad97-d2ec42ca0bab",name:"Staggering Slash",action:{action:1,trigger:"requires a halberd",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"targets a creature marked by Captain Warrik; Reach 2; 2d10 + 5 damage, and the target slides 2 squares. On a critical hit, the target is also knocked prone.",damage:"2d10 + 5 damage",category:5},{id:"ac10be3e-96d3-472c-b1f6-31fa8f9e322d",name:"Inspire Zeal",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"An ally within 5 squares gains 10 temporary hit points; .",damage:"An ally within 5 squares gains 10 temporary hit points",category:3},{id:"4807dc04-65b6-4f5c-8904-5539e784e61c",name:"True Fanatic",action:{action:1,trigger:"requires a halberd",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when captain warrik drops to 0 hit points",range:"Close blast 2",attack:{bonus:9,defence:0},description:"",details:"Targets enemies; 2d10 + 5 damage, and the target is pushed 1 square.",damage:"2d10 + 5 damage",category:5},{id:"ecb39981-e8b7-4ab7-bd00-2c69ffabdc9d",name:"Baiting Ploy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Captain Warrik moves 1 square, and grants combat advantage until the start of his next turn. If an enemy attacks Captain Warrik due to this movement, Captain Warrik (with reach) or one of his allies adjacent to that enemy makes a melee basic attack with combat advantage against that enemy as a free action.",attack:null,description:"",details:"",damage:"",category:3},{id:"de11e1ba-485f-4a51-849e-fcc2b860ccdf",name:"Claw Maneuver",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each ally within 5 squares shifts 2 squares. During its next turn, an ally that shifts because of this power deals +2 damage with its next attack, or +4 if that attack is made with combat advantage",damage:"an ally that shifts because of this power deals +2 damage with its next attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b792ead9-6854-46e9-99b4-44b1518ea655",name:"Chainfighter Wight",details:"",size:2,origin:4,type:2,keywords:"undead; hobgoblin",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +12, Stealth +11",equipment:"leather armor; spiked chain",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:9},charisma:{score:15},hp:64,initiative:10,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7f17408b-9cf1-41e8-8560-d59f4fd6eb73",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4 + 5 damage, and the chainfighter wight can shift 2 squares.",damage:"2d4 + 5 damage",category:1},{id:"3cab0db3-62a9-4545-8509-dc86dc7f6b9f",name:"Revolving Strike",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"The chainfighter wight makes spiked chain attacks against two different targets; .",damage:"",category:5},{id:"ee75ea60-8944-42c9-b5c3-95781b693224",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When a chainfi ghter wight hits with a melee attack against a creature that grants combat advantage to it, that creature also loses a healing surge",attack:null,description:"",details:"",damage:"",category:0},{id:"b7d26482-4c8f-4e18-99e4-ea6ffb849e78",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the chainfighter wight suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chainfighter wight makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[{type:9,value:5}],resist:"5 necrotic (if the wight takes necrotic damage, it gains an extra move action on its next turn)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"27349762-b4e2-4333-8fc0-9cc2dacd7738",name:"Chib Naersaar",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +12, Stealth +11",equipment:"leather armor; scimitar",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:62,initiative:10,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"15529fea-2a39-4d80-ac42-3e47608f4af5",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage (crit 1d8 + 14).",damage:"1d8 + 6 damage (crit 1d8 + 14)",category:1},{id:"19d5c9fe-22af-4ddc-a946-9e0f9688ac1e",name:"Bladebearer Engagement",action:{action:1,trigger:"requires a scimitar; recharges when naersaar hits with at least one bladebearer strike attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Naersaar charges, but doesn’t provoke opportunity attacks for leaving the initial square. Eff ect: Naersaar shifts 1 square.; .",damage:"Naersaar shifts 1 square",category:5},{id:"c4ebacc2-5b30-432e-bce3-10e2d157992e",name:"Bladebearer Strike",action:{action:1,trigger:"requires a scimitar",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Naersaar makes a melee basic attack with each of the two scimitars it wields.",attack:{bonus:8,defence:0},description:"",details:".",damage:"",category:5},{id:"4de06f8b-a177-4e62-a22d-5972158fcd40",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Naersaar deals 1d6 extra damage against any creature that grants combat advantage to him.",damage:"naersaar deals 1d6 extra damage against any creature that grants combat advantage to him",category:0},{id:"a0fb1e13-c01f-45e6-9f7a-7ee39d13b1bc",name:"Dhakaani Footwork",action:{action:7,trigger:"when naersaar hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Naersaar shifts 1 square.",damage:"Naersaar shifts 1 square",category:5},{id:"f0664b50-c0f1-47a5-bd69-c7a93aa0b836",name:"Hobgoblin Resilience",action:{action:4,trigger:"when naersaar suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Naersaar makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"62433330-3842-4b34-9a4c-2e37ab9db46c",name:"Claw Doppelganger Darkmage",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Elven, Goblin",skills:"Arcana +10, Intimidate +11",equipment:"implement, rod; mace",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:10},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:42,initiative:2,ac:16,fortitude:14,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"d4650194-a76b-47d3-8b94-054ca75db56a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"9e5a038a-e5ef-4616-a064-10c0bb515250",name:"Dark Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d10 + 4 necrotic damage, or 2d6 + 4 necrotic damage against a target at full normal hit points.",damage:"1d10 + 4 necrotic damage",category:1},{id:"1279754b-97fd-4946-bcd2-7c38fb7b2f08",name:"Cursebite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Close burst 20",attack:{bonus:7,defence:1},description:"",details:"targets cursed enemies; 2d8 + 5 necrotic damage.",damage:"2d8 + 5 necrotic damage",category:1},{id:"79ca264f-c471-4ef4-bc28-e758ea638843",name:"Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Claw doppelganger darkmage curses the nearest noncursed enemy. The curse lasts until the end of the encounter. Once per round when the darkmage hits a cursed enemy, it can deal that enemy 1d6 extra damage.",damage:"it can deal that enemy 1d6 extra damage",category:1},{id:"29fb5ea8-f96d-4300-aa26-55cb23a7a08b",name:"Darkmage Fanatic",action:null,keywords:"",condition:"when the claw doppelganger darkmage drops to 0 hit points",range:"",attack:null,description:"",details:"The Claw doppelganger darkmage makes a basic attack",damage:"",category:0},{id:"3c217ebd-dd56-462d-99d4-d4622bd032ef",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Monster Manual, page 280)",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"153813e4-2209-4d20-9211-c426b267695f",name:"Deathgaunt Drover",details:"",size:1,origin:0,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"Stealth +11",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:18},intelligence:{score:8},wisdom:{score:6},charisma:{score:15},hp:52,initiative:8,ac:18,fortitude:15,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"d5b556ae-2fc4-4e91-bc9d-41fb2d8af81d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"d74a64fe-3ab4-4c6f-9687-391b696e10bf",name:"Dirty Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Targets a creature that grants combat advantage to the deathgaunt drover; 1d6 + 2 necrotic damage, and the target loses a healing surge.",damage:"1d6 + 2 necrotic damage",category:1},{id:"fa896dfd-a031-4f7d-b006-e41e0fcfa360",name:"Dark Rendering",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The deathgaunt drover shifts 4 squares. At any point during that movement, it can make two melee attacks",attack:null,description:"",details:"",damage:"",category:1},{id:"33180363-f52f-4f4d-8ec1-c82125c1aba2",name:"Horde Tactics",action:{action:7,trigger:"when the deathgaunt drover hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deathgaunt drover shifts 1 square",damage:"The deathgaunt drover shifts 1 square",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"51cd51a3-5fb1-4a4c-b505-7f50290c38d0",name:"Deathgaunt Hordeling",details:"",size:1,origin:0,type:2,keywords:"undead",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:17},intelligence:{score:4},wisdom:{score:6},charisma:{score:12},hp:1,initiative:5,ac:18,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"8a222c83-4375-48c8-aba5-8203ce2e1bef",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"eb4245c5-1511-4cfc-823c-5549d0801c4b",name:"Horde Tactics",action:{action:1,trigger:"when the deathgaunt hordeling hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(free",range:"",attack:null,description:"",details:"The deathgaunt hordeling shifts 1 square",damage:"The deathgaunt hordeling shifts 1 square",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"14e39a9a-6fa9-41bd-b3ba-d79a826f5347",name:"Deathgaunt Lasher",details:"",size:2,origin:0,type:2,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"8",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:15},hp:63,initiative:8,ac:21,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"1e7a96d0-5dbf-4a42-b71b-6c878d323b2c",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 3; 1d6 + 4 damage, and the target is marked until the end of the deathgaunt lasher’s next turn.",damage:"1d6 + 4 damage",category:1},{id:"68f1690a-5c55-447b-9495-6cb48a8f47ab",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 3; targets a creature marked by the deathgaunt lasher; 1d10 + 4 damage, and the target is dazed and marked until the end of the lasher’s next turn.",damage:"1d10 + 4 damage",category:1},{id:"613bdce0-4217-4511-8cd2-16ba42fd087b",name:"Deathgaunt Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets a dazed, stunned, or unconscious creature; 2d8 + 4 necrotic damage, and ongoing 5 necrotic damage.",damage:"2d8 + 4 necrotic damage",category:1},{id:"ff3a41f6-0e6d-414f-9120-fa936137343e",name:"Marked Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A deathgaunt lasher can make opportunity attacks against all enemies within its reach (3 squares) that it has marked.",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e11d88f4-68f0-495c-baa4-4968f822e30b",name:"Deathgaunt Madcaster",details:"",size:2,origin:0,type:2,keywords:"undead",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:19},hp:68,initiative:6,ac:20,fortitude:17,reflex:18,will:19,regeneration:null,auras:[{id:"1e718a5b-408c-4ee1-84d9-90b4bf0bd456",name:"Xoriat’s Shadow",keywords:"",details:"(Psychic) each enemy that starts its turn within the aura takes 5 psychic damage and a –2 penalty to all checks and rolls until the start of its next turn. If the deathgaunt madcaster takes radiant damage, its aura is negated until the end of its next turn."}],powers:[{id:"dec1a4e2-81ec-420a-a8e9-22802c884d66",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"57a39028-5d58-40b7-a47f-a0d281e404fa",name:"Push over the Edge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"Reach 2; 1d10 + 5 necrotic and psychic damage, and the target moves its speed and makes a basic attack against a target of the deathgaunt madcaster’s choice as a free action.",damage:"1d10 + 5 necrotic and psychic damage",category:1},{id:"6451d45e-2b9d-4372-a0cf-cd3e0a8a9654",name:"Flying Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"5; 1d10 + 5 necrotic damage, and the target is dazed until the end of the deathgaunt madcaster’s next turn.",damage:"1d10 + 5 necrotic damage",category:1},{id:"6000c370-d04c-4698-989a-b03c6c614aff",name:"Reanimate",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets one destroyed undead creature within 10 squares and of a level no higher than the deathgaunt madcaster’s level. The target regains 15 hit points and stands as a free action.",damage:"Targets one destroyed undead creature within 10 squares and of a level no higher than the deathgaunt madcaster’s level",category:3}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"5 radiant (see also Xoriat’s shadow)",immune:"disease, poison",tactics:""},{id:"cc8f1657-b824-4bc1-8548-3fb3e7a86450",name:"Deathgaunt Spiner",details:"",size:1,origin:0,type:2,keywords:"undead",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:14},hp:45,initiative:6,ac:16,fortitude:15,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"56a01f16-ab13-4fee-b337-9511d5fc26dc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"f30c3172-8aa2-4eda-b1d8-0283dccb6447",name:"Death Spine",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d8 + 4 necrotic damage.",damage:"2d8 + 4 necrotic damage",category:1},{id:"a7ed472e-b138-4a5b-8f12-19c67e18197b",name:"Death Spine Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:2},description:"",details:"1d8 + 4 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8 + 4 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4cc4866b-b363-4dd8-918d-f5179f9ccbfe",name:"Decrepit Goblin Skeleton",details:"",size:1,origin:4,type:0,keywords:"undead",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:30,fortitude:25,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"7d95c4fc-b210-45bf-b039-40f285cd4609",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"1c51cb13-3bd0-481a-9251-902b7126d462",name:"Foul Strength",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A decrepit goblin skeleton gains a +2 power bonus to all defenses while at least two other decrepit goblin skeletons are within 5 squares of it.",damage:"A decrepit goblin skeleton gains a +2 power bonus to all defenses while at least two other decrepit goblin skeletons are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ee4a4cd4-b91a-47ae-9499-1647aa8ec2ca",name:"Deep Goblin Curser",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +3; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Goblin",skills:"Stealth +11, Thievery +9",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"e57684c8-5ced-400d-ae80-0d2df8fd11b7",name:"Stone Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 2 damage, and the target is slowed until the end of the deep goblin curser’s next turn.",damage:"1d8 + 2 damage",category:1},{id:"5ceac76d-b7ed-411d-8f17-36f1855c8077",name:"Caveroot Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"2d6 + 1 damage, and the target is restrained (save ends).",damage:"2d6 + 1 damage",category:1},{id:"88f89357-2084-41e4-9fa6-0cd2b1834583",name:"Rage Rot Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"the target takes a –2 penalty to attack rolls until the end of the curser’s next turn and, if it attacks during its next turn, it takes 2d6 + 6 necrotic damage.; .",damage:"it takes 2d6 + 6 necrotic damage",category:1},{id:"f395dc76-f4ed-4689-9551-0624e44bde78",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:0},description:"",details:"the triggering ally can shift 2 more squares as a free action and make an attack as a free action.; .",damage:"the triggering ally can shift 2 more squares as a free action and make an attack as a free action",category:5},{id:"4800c3e6-37e8-4672-8e9d-430c5fe096f1",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deep goblin curser shifts 1 square.",damage:"The deep goblin curser shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8451a55a-32b8-4872-b31c-0ed7b9b647a9",name:"Deep Goblin Stoneblade",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +9, Stealth +11",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:19},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:52,initiative:8,ac:18,fortitude:14,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"53d5c50c-bacf-475a-b763-9195fe654170",name:"Stone Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"ba6e767b-9eec-4a77-a460-3346d7cf2d99",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"A goblin stoneblade can move up to half its speed and make one melee basic attack at any point during that movement. The goblin doesn’t provoke opportunity attacks when moving away from the target of this attack.",attack:{bonus:7,defence:0},description:"",details:".",damage:"",category:1},{id:"a2f37c27-5de5-4e36-9455-7fce8a072947",name:"Stoneblade Storm",action:{action:1,trigger:"requires two stone blades",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:7,defence:0},description:"",details:".",damage:"",category:5},{id:"1edb018e-13de-4733-acbf-a5a1570ae0d5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goblin stoneblade deals 1d6 extra damage against any creature that grants combat advantage to it",damage:"a goblin stoneblade deals 1d6 extra damage against any creature that grants combat advantage to it",category:0},{id:"782b5e3c-c518-40a5-8ad3-d059a1936abf",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin stoneblade shifts 1 square.",damage:"The goblin stoneblade shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b2e37bc-797d-4157-848b-e53a147f4387",name:"Deep Goblin Wretch",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Stealth +12, Thievery +11",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:6,ac:32,fortitude:27,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"225e2893-9665-46cf-93f4-c308f3ff4948",name:"Stone Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"5 damage (6 damage if the deep goblin wretch has combat advantage against the target).",damage:"5 damage (6 damage if the deep goblin wretch has combat advantage against the target)",category:1},{id:"092eb7a5-a30f-45f2-82ce-6a5c3fdbb5e1",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"6c5d10c7-f083-4ce7-a0fe-8fc55f4fe016",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deep goblin wretch shifts 1 square.",damage:"The deep goblin wretch shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2a905f52-0150-4c93-ab8b-2a38dc460955",name:"Demise",details:"",size:2,origin:2,type:2,keywords:"elf",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Draconic, Elven, Giant",skills:"Arcana +13, Bluff +12, History +13, Religion +13, Stealth +12",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:12},intelligence:{score:19},wisdom:{score:13},charisma:{score:17},hp:174,initiative:5,ac:22,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"c08352d8-7e3b-4aa6-94fe-2993f4ca4774",name:"Staff of Ruin",action:{action:1,trigger:"requires a staff",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6 + 6 cold damage (crit 2d10 + 18), and the target is slowed and takes a –2 penalty to Fortitude until the end of Demise’s next turn.",damage:"2d6 + 6 cold damage (crit 2d10 + 18)",category:5},{id:"768cad6c-ce9e-4917-858e-7900144bf8cc",name:"Vampiric Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d8 + 6 necrotic damage (crit 2d10 + 22), and Demise gains 4 temporary hit points. If this attack bloodies a target, that target is weakened until the end of Demise’s next turn.",damage:"2d8 + 6 necrotic damage (crit 2d10 + 22)",category:1},{id:"18c20e2a-295a-4ac4-9726-82eff58fc9c7",name:"Death Glare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"2d10 + 6 necrotic damage (crit 2d10 + 26), and ongoing 10 necrotic damage (save ends both). The target cannot save until it ends its turn farther from Demise than it was at the start of its turn.",damage:"2d10 + 6 necrotic damage (crit 2d10 + 26)",category:1},{id:"69b9ab2d-925d-469e-b949-395b1cee8c8f",name:"Zombie Cloud",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Poison, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"1d8 + 4 poison damage (crit 2d10 + 12). The burst creates a zone of lightly obscured squares. A creature that enters the zone or starts its turn there takes 1d8 + 4 poison damage. A living creature reduced to 0 hit points or fewer within the zone rises on its turn with 1 hit point and is dominated (no save), but can use only basic attacks. Any healing used on a dominated target works normally and ends the dominated effect. Demise can move the cloud 3 squares as a move action. Sustain Minor: The zone persists.",damage:"1d8 + 4 poison damage (crit 2d10 + 12)",category:5},{id:"6b051418-f713-4f5f-b41c-17a9d2c704b4",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise can reroll an attack roll, taking the second result.",damage:"",category:4},{id:"3c5e6af5-cdb2-42ac-b1ab-e3800b40cb93",name:"False Life",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise gains 22 temporary hit points.",damage:"Demise gains 22 temporary hit points",category:3},{id:"fa41f913-3491-4ec6-be0f-a6c4e9b8be28",name:"Ghostwalk",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise can move up to her speed, and she has insubstantial and phasing until the start of her next turn.",damage:"",category:2},{id:"611a0787-79a7-46ef-8f6a-b664e64ce981",name:"Shadowdance Robes",action:null,keywords:"",condition:"",range:"Demise’s area attacks and ranged attacks don’t provoke opportunity attacks",attack:null,description:"",details:"",damage:"",category:0},{id:"9517ff25-5fae-4e13-b34d-fd8d9d347a4c",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise ignores difficult terrain when she shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5a499695-9d08-4ab2-93cd-3fdc25195366",name:"Dolgaunt",details:"",size:2,origin:0,type:2,keywords:"blind",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +9; blindsight 20",movement:"7",alignment:"Evil",languages:"Deep Speech, Goblin",skills:"Acrobatics +11, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:61,initiative:8,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"09dea187-a0d5-4871-95d6-fd90a90d163a",name:"Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4 + 4 damage.",damage:"2d4 + 4 damage",category:1},{id:"754f8e0b-8ed9-4da2-9486-bd3bdc2cd5a7",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d4 + 4 damage, and the target is slid 2 squares and grabbed.",damage:"1d4 + 4 damage",category:1},{id:"129ea538-023f-4538-977e-95811395555f",name:"Grasping Tentacles",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dolgaunt can grab with up to two tentacles at a time. While grabbing an enemy, the dolgaunt can’t move more than 2 squares from that creature, and the dolgaunt can’t use the grabbing tentacle to attack.",damage:"the dolgaunt can’t move more than 2 squares from that creature",category:0},{id:"8a4b0132-dca5-4e19-9325-ad2b50c7a803",name:"Vitality Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The dolgaunt deals 5 damage to each target it has grabbed. It regains half that amount of hit points.",damage:"the dolgaunt deals 5 damage to each target it has grabbed",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69fd6936-5c68-4db0-ac0d-c2142cbc9259",name:"Dreadclaw Darkliege",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Bluff +11, Stealth +10",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:10},wisdom:{score:9},charisma:{score:18},hp:55,initiative:5,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[{id:"20c0f85b-1426-43c4-beaa-547d2dd974d7",name:"Dread Wrath",keywords:"",details:"(Necrotic) aura 5; each creature within the aura that attacks the dreadclaw darkliege takes 5 necrotic damage before making the attack roll."}],powers:[{id:"98c4db10-9890-4dbe-be3b-a8322c67b423",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 2 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6 + 2 necrotic damage",category:1},{id:"973ee989-d1a2-4c85-9201-2869e7031202",name:"Dark Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 2",attack:{bonus:6,defence:2},description:"",details:"1d4 + 4 necrotic damage, and the target is dazed until the end of the dreadclaw darkliege’s next turn.",damage:"1d4 + 4 necrotic damage",category:1},{id:"0d4735a2-919d-4c9e-82c0-c62f869fac71",name:"Terrifying Splendor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:6,defence:3},description:"",details:"3d6 + 4 necrotic damage, and the target is knocked prone.",damage:"3d6 + 4 necrotic damage",category:1},{id:"ad5b14b2-0544-4ca3-9f28-e80a944e38c4",name:"Living Seeming",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A dreadclaw darkliege appears as it did in life, usually as a Medium humanoid. A DC 15 Insight check pierces the illusion",damage:"A DC 15 Insight check pierces the illusion",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"88b545e7-af95-4e8d-b4b7-5aeb8b7707c0",name:"Dreadclaw Reaver",details:"",size:1,origin:4,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Evil",languages:"Common, Goblin",skills:"Bluff +9, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:9},wisdom:{score:6},charisma:{score:15},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"3301ec26-086f-4a04-9782-db68c7e90367",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 4 necrotic damage, and the dreadclaw reaver shifts 2 squares.",damage:"2d6 + 4 necrotic damage",category:1},{id:"f8c0f48d-86ab-40e2-a6e5-c99bf3671848",name:"Wrathful Retribution",action:null,keywords:"Necrotic",condition:"when the dreadclaw reaver is hit by a melee attack on its turn",range:"",attack:null,description:"",details:"The attacker takes 5 necrotic damage.",damage:"the attacker takes 5 necrotic damage",category:0},{id:"0532a9c8-ee55-440e-bdbc-29e72a55ab96",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it",damage:"a dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it",category:0},{id:"6c8fa63a-2d14-4ef7-aa7e-646a772dc90b",name:"Living Seeming",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver appears as it did in life. A DC 13 Insight check pierces the illusion.",damage:"A DC 13 Insight check pierces the illusion",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4e0ecb3f-82cb-4fa0-8d58-923d87573c14",name:"Emerald Claw Fireblade Assassin",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +13, Stealth +14",equipment:"leather armor; short sword",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:71,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"10ed9332-467e-4677-984b-05ecf9d2ee5f",name:"Short Sword",action:{action:1,trigger:"requires a short sword",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 against a bloodied target)1d6 + 5 damage plus 1d6 fire damage.",damage:"(+12 against a bloodied target)1d6 + 5 damage plus 1d6 fire damage",category:5},{id:"e19943c4-f780-4a3c-81f5-d30a7d396fa0",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Emerald Claw fi reblade assassin moves half its speed and makes one melee basic attack at any point during that movement. The assassin doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:9,defence:0},description:"",details:".",damage:"",category:1},{id:"7eff6233-d458-40ce-aa02-d78d77d7fff0",name:"Fanatic",action:null,keywords:"",condition:"when the emerald claw fireblade assassin is reduced to 0 hit points",range:"The Emerald Claw fireblade assassin makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0},{id:"512afdb3-1fe4-4903-9ae2-80a65aeacc79",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Emerald Claw fireblade assassin gains a +1 power bonus to its next attack roll against an enemy that hit it since its last turn. If the attack hits and deals damage, it deals 3 extra damage.",damage:"if the attack hits and deals damage",category:3},{id:"f00467cc-cc33-433c-a882-6625e1988ef5",name:"Path of Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the emerald claw fireblade assassin is hit by a melee attack during its turn",range:"",attack:null,description:"",details:"The target takes ongoing 3 fire damage (save ends).",damage:"the target takes ongoing 3 fire damage (save ends)",category:1}],damageModifiers:[{type:3,value:-8}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7944475a-1095-4d3b-87c9-61fe9914ffaa",name:"Emerald Claw Necromancer",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +9, Religion +9",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:13},intelligence:{score:17},wisdom:{score:15},charisma:{score:12},hp:38,initiative:2,ac:16,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"3bb1e260-d1ab-4aa2-97cf-a9ae5488666a",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+2 damage plus 1d6 necrotic damage.",damage:"1d6+2 damage plus 1d6 necrotic damage",category:1},{id:"e94b1e8f-79e7-4deb-955d-41f820842462",name:"Ray of Enfeeblement",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"1d10+4 necrotic damage, and the target is weakened until the end of the Emerald Claw necromancer’s next turn.",damage:"1d10+4 necrotic damage",category:1},{id:"823079a9-3d64-464f-9a68-b0006e54a0b0",name:"Deathly Summons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:6,defence:1},description:"",details:"1d12+3 necrotic damage, and the target is pulled 1 square toward the burst’s origin square.",damage:"1d12+3 necrotic damage",category:1},{id:"b7994e18-23ef-4c8d-8c84-6495e5d4911d",name:"Fanatic",action:{action:1,trigger:"requires a quarterstaff",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the emerald claw necromancer drops to 0 hit points",range:"The emerald claw necromancer makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1bac028-08d4-4313-8249-a27f6570e66d",name:"Emerald Claw Scout",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common",skills:"Nature +6, Stealth +9",equipment:"leather armor; short sword; shortbow",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:11},hp:37,initiative:6,ac:16,fortitude:14,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"50298da8-cb7d-4ce3-9183-1d997d9a956c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 4 damage, and an ally within 5 squares shifts 1 square as a free action.",damage:"1d6 + 4 damage",category:1},{id:"02cce3de-3d89-4c48-ab0d-716003d020a9",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:7,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"302bb6f2-3860-4f6e-b9ff-5fe6447c53a3",name:"Alchemist’s Fire Arrows",action:{action:1,trigger:"requires a shortbow; usable three times only)",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 15",attack:{bonus:4,defence:2},description:"",details:"1d6 fire damage. Miss: Half damage.",damage:"1d6 fire damage",category:5},{id:"7ea7544f-c76f-498f-9f92-f2784a2202f4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An Emerald Claw scout deals 1d6 extra damage against any creature that grants combat advantage to it.",damage:"an emerald claw scout deals 1d6 extra damage against any creature that grants combat advantage to it",category:0},{id:"fe1d9dd8-6385-4203-be98-fce401dcdb99",name:"Fanatic",action:null,keywords:"",condition:"when the emerald claw scout drops to 0 hit points",range:"",attack:null,description:"",details:"The Emerald Claw scout makes a basic attack",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9010a15e-3188-4e0f-9757-f35ca8f748e4",name:"Emerald Claw Stalwarts",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +9, Religion +8",equipment:"broadsword; heavy shield; plate armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:14},intelligence:{score:12},wisdom:{score:13},charisma:{score:15},hp:62,initiative:6,ac:22,fortitude:19,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"62714d24-8ab2-42fa-a4b8-323f64f8d89a",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10 + 5 damage, and the target is marked until the end of the Emerald Claw stalwart’s next turn.",damage:"1d10 + 5 damage",category:1},{id:"3a985358-9f96-41bb-bda2-1cdf691cb9eb",name:"Craven Smile",action:{action:1,trigger:"requires a broadsword",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"targets a creature marked by the Emerald Claw stalwart; 1d10 + 5 damage, and the target is slowed and takes 2 necrotic damage for each square it moves away from the Emerald Claw stalwart each turn (save ends both).",damage:"1d10 + 5 damage",category:5},{id:"74a51063-0daf-4494-bc32-5d247c7ba130",name:"Imposing Smite",action:{action:1,trigger:"requires a broadsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10 + 5 damage, and the target is pushed 2 squares and knocked prone. The target can instead ignore these effects, but if it does, it grants grant combat advantage to all enemies until the end of the Emerald Claw stalwart’s next turn.",damage:"2d10 + 5 damage",category:5},{id:"e98614d6-ddd8-4171-8dd6-52db9025d581",name:"Fanatic",action:{action:1,trigger:"requires a broadsword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"when the emerald claw stalwart drops to 0 hit points",range:"The Emerald Claw stalwart makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dcacebc5-5e24-4810-bc91-2c6dd1b27a0a",name:"Filching Wraith",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 8 (hover); phasing",alignment:"Evil",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:3},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:30,initiative:10,ac:17,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"23c74eae-4845-46ce-9986-4793126c1c7c",name:"Filching Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d10 + 5 necrotic damage. If the wraith was invisible or hidden, the target takes ongoing 5 necrotic damage (save ends) or the filching wraith can make a Thievery check to pickpocket the target (see PH 189). The wraith ignores the penalty for attempting to pickpocket in combat. If the target was unaware of the wraith’s location when the attack occurred, the wraith receives a +2 bonus to the Thievery check.",damage:"1d10 + 5 necrotic damage",category:1},{id:"40aa3648-3866-4fe0-9f7e-075ef17be5a4",name:"Filcher’s Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The filching wraith becomes invisible until the end of its next turn or until it attacks, and it shifts 1 square.",damage:"and it shifts 1 square",category:2},{id:"db782fd3-21bc-47dc-ba87-72c8011d12ce",name:"Hide Away",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The filching wraith can teleport an object it’s holding 5 squares to a place it knows or can see.",damage:"The filching wraith can teleport an object it’s holding 5 squares to a place it knows or can see",category:3}],damageModifiers:[{type:6,value:-5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a5a05ce5-c47e-4bd2-8149-1609d3c6d396",name:"Fire Sink",details:"A wisp of animate flame.",size:1,origin:1,type:0,keywords:"blind, fire",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +2; blindsight 10",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:16},intelligence:{score:2},wisdom:{score:12},charisma:{score:3},hp:1,initiative:4,ac:30,fortitude:25,reflex:28,will:26,regeneration:null,auras:[{id:"2db22a50-891d-4079-b649-05448c57900f",name:"Fiery Breach",keywords:"",details:"aura1; each enemy that starts its turn within the aura loses all fire resistance until the end of the fire sink’s next turn. An enemy that ends its turn within the aura takes 3 fire damage."}],powers:[],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"38f164a2-5294-43ce-b8b7-7db575e99398",name:"Force Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:6},wisdom:{score:8},charisma:{score:14},hp:26,initiative:8,ac:15,fortitude:15,reflex:16,will:15,regeneration:null,auras:[{id:"784eaaf7-6416-4ceb-adb8-e126146439dc",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; an enemy within the aura takes a –2 penalty to all defenses"}],powers:[{id:"9519b0f0-a6ea-4395-a2c8-e21ec62d2504",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6 + 4 necrotic damage.",damage:"1d6 + 4 necrotic damage",category:1},{id:"1df868c3-a871-4ea8-82b8-7ac38c593f86",name:"Spectral Force",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close Burst 2",attack:{bonus:6,defence:3},description:"",details:"targets enemies; 2d6 + 4 force damage, and the target slides 1 square.",damage:"2d6 + 4 force damage",category:1},{id:"98852491-b622-4f98-b3e3-666b54ef4708",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The force specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a8a91cfc-938c-4758-a0e9-c76bca1fe429",name:"Fresh-Hatched Kruthik Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"8, climb 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:17},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:55,initiative:4,ac:15,fortitude:15,reflex:15,will:12,regeneration:null,auras:[{id:"df3a00ae-969b-47c5-ac6a-76a7ce070991",name:"Swarm Attack",keywords:"",details:"aura 1; when any enemy starts its turn within the aura, it takes 6 damage."}],powers:[{id:"bc3c9edf-64a4-4285-be67-e3609355f76f",name:"Gnashing Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6516dcaf-5d24-42a8-b6f9-8524a4ff0d8c",name:"Gnoll Mockery Priest",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +7, Religion +6",equipment:"chainmail; light shield",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:9},wisdom:{score:18},charisma:{score:11},hp:54,initiative:3,ac:18,fortitude:17,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"5bd4d3bc-5f29-4791-a160-0e68987f8340",name:"Pain Khopesh",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8 + 5 damage, or 1d8 + 7 damage while bloodied, and the target takes a –2 penalty to its next attack roll. Reroll any damage result of 1.",damage:"1d8 + 5 damage",category:1},{id:"feace522-6c73-4b29-b27c-d96662bbc2af",name:"Peel Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"1d6 + 1 damage, and ongoing 5 damage (save ends).",damage:"1d6 + 1 damage",category:1},{id:"8a8dc5ab-24ad-4ac7-8f85-f67686b298e4",name:"Shuddering Agony",action:{action:1,trigger:"recharges when no enemy is taking ongoing damage",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"targets a creature taking ongoing damage; 2d6 + 4 damage, and the target is knocked prone and takes a –2 penalty to attack rolls, all defenses, and checks until the end of the gnoll Mockery priest’s next turn.",damage:"targets a creature taking ongoing damage",category:5},{id:"fcd3ae01-5c5a-4063-adb3-f0a9b709d9c9",name:"Symbol of Battle",action:{action:7,trigger:"when the gnoll mockery priest hits with an implement attack; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 1d10 extra damage.",damage:"the triggering attack deals 1d10 extra damage",category:5},{id:"58cd0f3a-8ea5-489c-87b5-b03013aebb8e",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll Mockery priest deals 5 extra damage on melee and ranged attacks against an enemy that has two or more of the priest’s allies adjacent to it",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9326eb72-cca9-4b48-9c88-98bc166da6a6",name:"Goblin Dreadclaw Reaver",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Evil",languages:"Common, Goblin",skills:"Bluff +9, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:9},wisdom:{score:6},charisma:{score:15},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"6cf1865f-9d0e-407d-819b-10d5266a798a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 4 necrotic damage, and the dreadclaw reaver shifts 2 squares.",damage:"2d6 + 4 necrotic damage",category:1},{id:"4dd581da-a50b-4c77-9ae4-f9facfa3ce75",name:"Wrathful Retribution",action:null,keywords:"Necrotic",condition:"when the dreadclaw reaver is hit by a melee attack on its turn",range:"",attack:null,description:"",details:"The attacker takes 5 necrotic damage",damage:"the attacker takes 5 necrotic damage",category:0},{id:"f0c3298d-5c82-4e1e-a03c-c67421db1bf9",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it.",damage:"a dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it",category:0},{id:"635a628a-10a3-496d-8542-a27a4c9e0239",name:"Living Seeming",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver appears as it did in life. A DC 15 Insight check pierces the illusion.",damage:"A DC 15 Insight check pierces the illusion",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5c9cd91-454b-4c7d-a24f-7e0e588df3e4",name:"Goblin Fire Phantom",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:17},hp:36,initiative:6,ac:16,fortitude:14,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"4df35809-ef93-49ae-aae3-7182f0e121bf",name:"Phantom Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d8 + 3 fire and necrotic damage.",damage:"1d8 + 3 fire and necrotic damage",category:1},{id:"6aad4eb5-a3cb-49fd-83f6-492fc79b8d3d",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin fire phantom shifts 1 square.",damage:"The goblin fire phantom shifts 1 square",category:5},{id:"152655e2-a93f-4c7e-b0dc-2dde17d91774",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target has an ally of the goblin fire phantom adjacent to it, the goblin fire phantom has combat advantage against that target.",damage:"",category:0},{id:"fc1472e2-7b74-4556-8fd9-988725568104",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goblin fire phantom deals 1d8 extra fire and necrotic damage against any creature that grants combat advantage to it.",damage:"a goblin fire phantom deals 1d8 extra fire and necrotic damage against any creature that grants combat advantage to it",category:0}],damageModifiers:[],resist:"fire 5, insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"72214ab8-52fc-4a23-a476-ee63ce7d9e29",name:"Goblin Flame Vent Haunt",details:"",size:1,origin:5,type:2,keywords:"undead",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:16},hp:56,initiative:11,ac:18,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"275822f1-8d89-412e-bec5-0ed3ef1c7105",name:"Fiery Death Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d6 fire and necrotic damage.",damage:"2d6 fire and necrotic damage",category:1},{id:"acf313f6-ed54-48fb-b1bc-0158ff003a6f",name:"Fiery Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Fire, Necrotic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"Targets a living humanoid; the goblin flame vent haunt enters the target’s space and is removed from the map, and the target is dominated (save ends). The haunt can use this power against only one creature at a time. When its target is no longer dominated, or when the haunt chooses to end its fiery possession (a free action), it reappears in a square of its choice adjacent to the target. While dominated, the target takes 5 fire and necrotic damage at the start of each of its turns.; .",damage:"the target takes 5 fire and necrotic damage at the start of each of its turns",category:1},{id:"189f3017-bf96-44aa-8d7e-153a4797aa2a",name:"Trapbound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin flame vent haunt cannot voluntarily move more than 5 squares from the flame vent trap. If it is forced beyond this range, it is weakened and unable to use its fiery possession power until it moves back within range.",damage:"The goblin flame vent haunt cannot voluntarily move more than 5 squares from the flame vent trap",category:0}],damageModifiers:[],resist:"fire 5, insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4052310d-9cc0-4276-be7f-62562adfbe9d",name:"Goblin Ghost Boss",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9, Thievery +9",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:13},charisma:{score:18},hp:38,initiative:4,ac:16,fortitude:16,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"b47c483d-420d-4e27-bf5d-233731c113af",name:"Ghost Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 necrotic damage.",damage:"1d8 + 4 necrotic damage",category:1},{id:"b5207178-7069-45fc-8bfa-c2974c6d5344",name:"Ghost Mash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"2d8 + 6 damage, and the target slides 1 square. Miss: An ally adjacent to the target can make a melee basic attack against the target as a free action.",attack:{bonus:9,defence:2},description:"",details:"",damage:"",category:1},{id:"dcdd64a1-08c6-4820-b40c-2bd23ed9d30c",name:"Superior Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin ghost boss and up to two allies within its line of sight shift 1 square",damage:"The goblin ghost boss and up to two allies within its line of sight shift 1 square",category:5},{id:"4838dfc7-0f91-4175-83a3-ecc787c463e1",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target has an ally of the goblin ghost boss adjacent to it, the goblin phantom has combat advantage against that target.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d8416d9e-d383-450a-9a2f-63107efc539e",name:"Goblin Phantom",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:17},hp:36,initiative:8,ac:16,fortitude:14,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"fc57b587-75b6-446d-bb68-a4c63e15f089",name:"Phantom Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8 + 2 necrotic damage.",damage:"1d8 + 2 necrotic damage",category:1},{id:"ea4b1a5f-bc54-4992-8d82-5e77534b9d0e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goblin phantom deals 1d8 extra necrotic damage against any creature that grants combat advantage to it.",damage:"a goblin phantom deals 1d8 extra necrotic damage against any creature that grants combat advantage to it",category:0},{id:"7382f1c4-5603-41fc-b197-18918009bef8",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin phantom shifts 1 square.",damage:"The goblin phantom shifts 1 square",category:5},{id:"f3df70c0-eca6-4745-9a10-393aa2a56db7",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target has an ally of the goblin phantom adjacent to it, the goblin phantom has combat advantage against that target.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0f29c65e-6554-4fe4-9d12-da09ae4171ed",name:"Goblin Zombie Archers",details:"",size:1,origin:4,type:0,keywords:"undead",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"leather armor; shortbow",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:31,initiative:5,ac:28,fortitude:25,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"6c91d5cf-8924-431d-9ece-4997fa0e34d7",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage.",damage:"1d6 + 2 damage",category:1},{id:"a579812c-b282-4c4d-89c7-a2a6c31e9220",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"9a3be6c2-79f8-4ed2-a0a0-9499766a8074",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit to a goblin zombie shooter reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"550cb02e-9ef1-4628-800b-dd82968c1d79",name:"Govaan",details:"",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Acrobatics +11, Athletics +8, Bluff +7, Nature +9, Stealth +13",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:15},charisma:{score:10},hp:55,initiative:8,ac:19,fortitude:15,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"4a36f5ec-a3df-4d85-ba66-b93a7017db3f",name:"Katar",action:{action:1,trigger:"requires a katar",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 5 damage (crit 1d6 + 11).",damage:"1d6 + 5 damage (crit 1d6 + 11)",category:5},{id:"0f0e8ca4-b754-483e-98cc-468d0d9ca348",name:"Shuriken",action:{action:1,trigger:"requires a shuriken",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:5},{id:"192011c4-37d1-4bbc-9b16-d7e928f7b12b",name:"Shifty Attack",action:{action:1,trigger:"requires a katar or a shuriken",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Govaan shifts 3 squares and makes one basic attack at any point during that movement. He doesn’t provoke opportunity attacks when using this power; .",damage:"Govaan shifts 3 squares and makes one basic attack at any point during that movement",category:5},{id:"2e15a988-f3ef-4f71-be94-709ddb88d69b",name:"Setup Strike",action:{action:1,trigger:"requires a katar",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 5 damage (crit 1d6 + 17), and the target grants combat advantage to Govaan until the end of his next turn.",damage:"2d6 + 5 damage (crit 1d6 + 17)",category:5},{id:"29fea0dc-62f9-423f-961b-efae04eedfdb",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Govaan shifts 1 square.",damage:"Govaan shifts 1 square",category:5},{id:"827966b8-c27d-46c6-a98d-a48d76cf6f03",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, when Govaan hits a target that grants combat advantage to him, he can deal that target 2d6 extra damage.",damage:"he can deal that target 2d6 extra damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98de4620-6905-4d81-a132-86e1e3a2dbb8",name:"Grave Drake",details:"",size:1,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:14},intelligence:{score:1},wisdom:{score:12},charisma:{score:3},hp:49,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d3ce32d1-5e52-4620-94c7-4cc6f4c17d0b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10 + 3 damage, and the target is grabbed.",damage:"1d10 + 3 damage",category:1},{id:"7374e556-27b1-4203-8043-a48fa1f21916",name:"Gnaw",action:{action:1,trigger:"usable only against a target grabbed by the grave drake",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10 + 9 damage.",damage:"1d10 + 9 damage",category:5},{id:"94910d55-768b-4ed7-9697-d2dc5fcc8260",name:"Death Grip",action:null,keywords:"",condition:"when the grave drake drops to 0 hit points",range:"",attack:{bonus:8,defence:0},description:"",details:"The grave drake makes a bite attack against an adjacent target. It can maintain the grab only until the end of its next turn, during which time it can gnaw. If it takes 10 damage, its grab ends.; .",damage:"if it takes 10 damage",category:0},{id:"6ccba7e6-16d7-4963-88cf-8ff7961466c4",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the grave drake drops reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"acb80ebc-df10-43a1-9c6a-72f3d9f89286",name:"Graywall Gnoll Mercenary",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +8",equipment:"light shield; scale armor; triple-headed flail",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:16},charisma:{score:10},hp:54,initiative:6,ac:20,fortitude:17,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"f5877fcc-36e4-4cfe-9306-09c4511d182e",name:"Triple-Headed Flail",action:{action:1,trigger:"requires a flail",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10 + 5 damage, and the target is marked until the end of the Graywall gnoll mercenary’s next turn.",damage:"1d10 + 5 damage",category:5},{id:"14405430-ce41-43bd-b7df-7f11ad7ede63",name:"Marked Bite",action:{action:5,trigger:"when an adjacent enemy marked by the graywall gnoll mercenary shifts or attacks a target other than the gnoll",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 + 2 damage, and the target is slowed until the end of the Graywall gnoll mercenary’s next turn.",damage:"1d6 + 2 damage",category:5},{id:"7d13d0e0-468f-45e6-8729-53523bd8f23f",name:"Line Sweep",action:{action:1,trigger:"requires a flail",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"1d10 + 7 damage, and the target is marked until the end of the Graywall gnoll mercenary’s next turn. Special: When charging, the gnoll can use this power in place of a melee basic attack.",attack:{bonus:9,defence:0},description:"",details:"targets enemies",damage:"",category:5},{id:"d79adf15-571a-424a-bb13-c3df6492b47d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The Graywall gnoll mercenary deals 5 extra damage on melee and ranged attacks against an enemy that has two or more of the gnoll’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"edcfbf80-1c1f-4933-8dfb-7269add96ed5",name:"Hobgoblin Shadow Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:18},intelligence:{score:4},wisdom:{score:15},charisma:{score:6},hp:53,initiative:6,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[{id:"07c80810-209b-4e2f-96a2-57546c367cbc",name:"Black Aura",keywords:"",details:"(Necrotic) aura 1; when any creature starts its turn within the aura, it takes 5 necrotic damage"}],powers:[{id:"b9c13c68-3dce-443f-817c-8259cd7ea59b",name:"Shadow Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4 + 1 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d4 + 1 damage",category:1},{id:"a26772cc-775b-4b34-99ea-de6029022b44",name:"Black Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d4 + 2 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d4 + 2 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"417d4b69-e020-4124-bb5d-a946b1a06b7e",name:"Hobgoblin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"chainmail; heavy shield; scimitar",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:6,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"9efd3710-7225-4995-8721-46aabee67e79",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8 + 2 damage (crit 1d8 + 10), and the target is marked until the end of the hobgoblin skeleton’s next turn; see also speed of the dead.",damage:"1d8 + 2 damage (crit 1d8 + 10)",category:1},{id:"990ce0ee-3644-4a4d-84fd-9ee3fb46b842",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, a hobgoblin skeleton gains a +2 bonus to the attack roll and deals 1d6 extra damage.",damage:"a hobgoblin skeleton gains a +2 bonus to the attack roll and deals 1d6 extra damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b04844da-c442-41c0-a747-bcdc76e9bfdb",name:"Hobgoblin Soldier Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"Athletics +6",equipment:"light shield; scale armor; scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:12},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:41,initiative:4,ac:17,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"d65bc2ce-b39c-4c88-afce-f2e23fcfc8b3",name:"Scimitar",action:{action:1,trigger:"requires a scimitar",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 5 damage (crit 1d8 + 13), and the target is marked until the end of the hobgoblin soldier zombie’s next turn.",damage:"1d8 + 5 damage (crit 1d8 + 13)",category:5},{id:"4bd15b48-d3a5-4de4-9afa-b38c3830e345",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin soldier zombie suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier zombie makes a saving throw against the triggering effect.",damage:"",category:5},{id:"46b7d953-1592-4eae-a52a-4317b5eb709a",name:"Phalanx Soldier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier zombie gains a +2 bonus to AC while at least one ally is adjacent to it.",damage:"The hobgoblin soldier zombie gains a +2 bonus to AC while at least one ally is adjacent to it",category:1},{id:"515d6ea0-1883-477d-a699-803e3bc78d2d",name:"Rise Again",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If a hobgoblin soldier zombie is reduced to 0 hit points or fewer by an attack that does not deal radiant damage, it rises on its next turn (as a move action) with 5 hit points. If it takes a critical hit after using this power or is reduced to 0 hit points after the second time this power triggers, it is permanently destroyed",damage:"if a hobgoblin soldier zombie is reduced to 0 hit points or fewer by an attack that does not deal radiant damage",category:1},{id:"335a97c1-2e8a-4217-b2f3-0af8d6493890",name:"Zombie Weakness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to a hobgoblin soldier zombie drops it to 0 hit points.",damage:"",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18a03629-365c-4332-9576-1a60c1a0637b",name:"Hobgoblin Specter",details:"A distorted black and crimson apparition with a burning red hobgoblin skull floating at its head",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:18},intelligence:{score:6},wisdom:{score:8},charisma:{score:16},hp:36,initiative:10,ac:17,fortitude:16,reflex:18,will:17,regeneration:null,auras:[{id:"ea7ba2ac-0912-4a43-ab1a-29cc78348e2c",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; an enemy within the aura takes a –2 penalty to all defenses."}],powers:[{id:"3a2ecd98-0927-4fac-a3f4-c0b871fdee6d",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d8 + 2 necrotic damage.",damage:"1d8 + 2 necrotic damage",category:1},{id:"9f588e59-f44c-4f3e-abbd-f9534c1da75f",name:"Spectral Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:8,defence:3},description:"",details:"targets enemies; 1d8 + 2 psychic damage, and the target is pushed 3 squares and knocked prone.",damage:"1d8 + 2 psychic damage",category:1},{id:"fe983d4b-4888-45fa-b598-0f7434cfbfec",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack. It remains invisible when it uses spectral scream.",damage:"",category:1},{id:"942be799-7f72-4478-8625-2ae6fd049ca4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A specter deals 1d8 extra damage against any creature granting combat advantage to it.",damage:"a specter deals 1d8 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[{type:6,value:-5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b08b685e-07ad-4737-816d-d18949c0079e",name:"Hobgoblin Wight",details:"A pale hobgoblin in tattered rags. It has wild hair, wicked claws, and eyes burning with hate",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:9},charisma:{score:15},hp:64,initiative:10,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"a8e53ea3-74d8-48eb-a2ee-f3b4d9b6e779",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 necrotic damage, the target loses a healing surge, and the hobgoblin wight shifts 3 squares.",damage:"1d6 + 4 necrotic damage",category:1},{id:"70fc8a33-40d6-46f3-9c3a-5e875bebf54b",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the wight suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin wight makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[{type:9,value:5}],resist:"5 necrotic (if the hobgoblin wight takes necrotic damage, it can move 7 squares or shift 1 square as a free action)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"98de0658-b7f3-4c90-9d74-e400212c53d2",name:"Hobgoblin Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:40,initiative:1,ac:25,fortitude:25,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"4e949c8a-258c-42fa-825c-21c840f3211c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d6 + 2 damage.",damage:"2d6 + 2 damage",category:1},{id:"71195a91-2ad5-49e5-a0fa-3b02b6a755f4",name:"Zombie Grab",action:{action:1,trigger:"requires a free hand",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"the target is grabbed. Checks made to escape the hobgoblin zombie’s grab take a -5 penalty.",damage:"Checks made to escape the hobgoblin zombie’s grab take a -5 penalty",category:5},{id:"58420049-1626-412b-83b9-d19164cf9ac6",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit to a hobgoblin zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"fc18fb32-6803-4b67-ba42-a037ed02b272",name:"Kruthik Young Zombie",details:"",size:1,origin:4,type:0,keywords:"reptile, undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2; darkvision, tremorsense 5",movement:"6, burrow 1, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:15},intelligence:{score:1},wisdom:{score:10},charisma:{score:2},hp:75,initiative:4,ac:17,fortitude:18,reflex:17,will:15,regeneration:null,auras:[{id:"13aee0ba-9df7-4066-9cef-f13c10626700",name:"Gnashing Horde",keywords:"",details:"aura 1; when any enemy ends its turn within the aura, it takes 2 damage."}],powers:[{id:"90e1e129-6749-47b3-b75c-fd32df7a2535",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"f9216424-5da0-48b9-a05f-7438512e5359",name:"Death Spiral",action:null,keywords:"",condition:"when the kruthik young zombie drops to 0 hit points",range:"The kruthik young zombie deals gnashing horde damage and makes a melee basic attack.",attack:{bonus:6,defence:0},description:"",details:".",damage:"",category:0},{id:"930d9e87-6d4b-4b34-909e-aa5e9d9a8cef",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the kruthik young zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e57686de-4303-4f23-ac24-249008205eeb",name:"Magma Runner",details:"A little, humanoid-shaped hunk of lava",size:1,origin:1,type:2,keywords:"earth, fire",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"Primordial",skills:"Acrobatics +9, Athletics +6",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:17},intelligence:{score:6},wisdom:{score:14},charisma:{score:8},hp:37,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"35fa143d-42a6-42bf-94b9-944454bc6094",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage plus 1d6 fire damage.",damage:"1d6 + 3 damage plus 1d6 fire damage",category:1},{id:"0416eb0f-5965-46e2-8db1-f226dea31559",name:"Molten Rush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The magma runner moves at half speed, and can make a slam attack against each creature it moves adjacent to. Any creature that attacks the magma runner during this movement takes 5 fire damage.; .",damage:"any creature that attacks the magma runner during this movement takes 5 fire damage",category:1}],damageModifiers:[],resist:"5 fire (a magma runner that takes fire damage gains +2 speed until the end of its next turn)",vulnerable:"cold (a magma runner that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:""},{id:"070a84ea-a878-4f27-b403-235e74e35eb4",name:"Orc Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Goblin",skills:"Endurance +9, Intimidate +5, Stealth +8",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:8},hp:48,initiative:5,ac:17,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"773023f3-94cc-407a-9af0-43bb189d1f41",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"98d03292-3630-40ca-a380-31b7e5b1a6ad",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"ee88ba04-53e3-4881-a1ab-0624817c1a53",name:"Marauder’s Onsluaght",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a greataxe",range:"1d12 + 3 damage (crit 1d12 + 15), and the target is pushed 1 square (2 squares on a charge). Special: When charging, the Turakbar orc marauder can use this power in place of a melee basic attack.",attack:{bonus:8,defence:0},description:"",details:"",damage:"",category:1},{id:"a4df98a2-f050-43c6-a6c4-dd312cc4fdbd",name:"Warrior’s Surge",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15), and the Turakbar orc marauder regains 12 hit points.",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78e51b1c-f631-40a3-875e-402fd6f857d9",name:"Shadowskull",details:"",size:0,origin:4,type:0,keywords:"undead",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:4},constitution:{score:16},dexterity:{score:18},intelligence:{score:12},wisdom:{score:12},charisma:{score:20},hp:64,initiative:7,ac:21,fortitude:17,reflex:21,will:19,regeneration:{value:5,details:"if the shadowskull takes radiant damage, regeneration is negated until the end of its next turn"},auras:[],powers:[{id:"59a3f970-c76a-42a4-b8db-e302e739c52b",name:"Bite to the Bone",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 0; 1d4 damage, and ongoing 5 damage (save ends).",damage:"1d4 damage",category:1},{id:"b0eb32bd-d998-481c-a482-d4fbdc9f97ba",name:"Ghost Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d10 + 5 necrotic damage, and the target treats the shadowskull as insubstantial until the end of its next turn.",damage:"1d10 + 5 necrotic damage",category:1},{id:"36167a6f-0cd7-4e66-9f97-597611820d05",name:"Grave Strands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"2d8 + 5 necrotic damage, and the target is restrained until the end of the shadowskull’s next turn. Enemies adjacent to the target take 5 necrotic damage and are slowed until the end of the shadowskull’s next turn.",damage:"2d8 + 5 necrotic damage",category:1},{id:"4a990205-0eca-4740-a8b6-5d7d1ebcc0fb",name:"Column of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadowskull’s square is filled with darkness 4 squares high until the end of its next turn.",damage:"The shadowskull’s square is filled with darkness 4 squares high until the end of its next turn",category:3}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a727eee4-4ff3-4564-a0a3-f9c90b1e5e5c",name:"Sharn Kruthik",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:4,flag:0,leader:!1},senses:"Perception +1; blindsight 10, low-light vision 10",movement:"8, burrow 2, climb 8, fly 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:4},wisdom:{score:10},charisma:{score:8},hp:32,initiative:9,ac:16,fortitude:14,reflex:16,will:13,regeneration:null,auras:[{id:"060303fe-d645-46c7-86eb-cab863d7192a",name:"Gnashing Horde",keywords:"",details:"aura 1; an enemy that ends its turn within the aura takes 2 damage."}],powers:[{id:"9233c6fe-b600-4042-a200-fb05510d806d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8 + 1 damage, and the target is grabbed. While grabbing, the kruthik can claw only the grabbed target, and that target takes 6 damage, instead of 2 damage, from the grabbing kruthik’s gnashing horde aura. The kruthik gains +2 to AC and Reflex while grabbing a target.",damage:"1d8 + 1 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae6aefff-965d-48f9-84fd-2b9297772bb4",name:"Skullborn Deathlock Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:14},intelligence:{score:16},wisdom:{score:10},charisma:{score:18},hp:56,initiative:4,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"def7ec90-cf8e-460f-a210-ea49d5dc888a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 necrotic damage, and an immobilized target loses a healing surge. When it causes the loss of a healing surge, the Skullborn deathlock wight regains 5 hit points.",damage:"1d6 necrotic damage",category:1},{id:"d3abbf9f-abba-4b48-9094-ca58dc23479c",name:"Skullborn Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"1d6 + 4 cold and necrotic damage, and the target is immobilized (save ends).",damage:"1d6 + 4 cold and necrotic damage",category:1},{id:"0b77c79d-d00d-4eda-9c61-423b0c23224c",name:"Horrific Visage",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; 2d6 + 4 psychic damage, and the target is pushed 3 squares.",damage:"2d6 + 4 psychic damage",category:5},{id:"3f00dbdc-deda-4e9f-84b5-2892e7b3da82",name:"Reanimate",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one destroyed undead creature of a level no higher than the Skullborn deathlock wight’s level + 2; the target regains 10 hit points and stands as a free action. This power does not affect minions.",damage:"targets one destroyed undead creature of a level no higher than the Skullborn deathlock wight’s level + 2",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"94c8d574-91a5-42d2-b27d-39b11b9140ae",name:"Skullborn Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"8, climb 4",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:13},charisma:{score:12},hp:63,initiative:8,ac:21,fortitude:17,reflex:20,will:16,regeneration:null,auras:[],powers:[{id:"0ca782fa-1139-425a-84a3-c161488a1749",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the target is immobilized (save ends).",damage:"1d6+4 damage",category:1},{id:"234fa7ca-6632-4e9b-a0c5-85ac32403116",name:"Bloody Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(targets an immobilized, stunned, or unconscious creature)2d6+4 damage, and the target takes ongoing 5 damage and is dazed (save ends both).",damage:"or unconscious creature)2d6+4 damage",category:1},{id:"964e1acf-27ba-4d5f-a928-80ebec3deae9",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An skullborn ghoul ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1fb7bbf0-acc5-4e8f-a755-06700bd1df48",name:"Skullborn Rotwing Zombie",details:"This corpse has leathery wings magically grafted to its flanks.",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6, fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:17},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:54,initiative:7,ac:17,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"7a43e024-9040-4458-8f0d-25191eed6c98",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"f63c76bd-474a-4388-b52b-f2e9f301ca85",name:"Flying Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a skullborn rotwing zombie charges while flying and hits with a slam attack, that attack deals 1d8 extra damage, and the target is pushed 2 squares",damage:"that attack deals 1d8 extra damage",category:0},{id:"dab86fd8-6c4c-4892-90ce-2474a95cc7c6",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to a Skullborn rotwing zombie drops it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"648caa9d-4dff-4cf6-9638-d0102e8872f7",name:"Skullborn Zombie",details:"A dessicated elf corpse draped in a fine loincloth, its withered face tattooed to look like a skull",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:12},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:40,initiative:4,ac:17,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"64aa53a5-d776-4750-8609-53dfc1f638cd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4 + 3 damage. On a critical hit, the Skullborn zombie can make a Skullborn zombie grab as a free action.",damage:"2d4 + 3 damage",category:1},{id:"12804f9a-9ab4-4e1c-8afa-a359ea6c7b25",name:"Skullborn Zombie Grab",action:{action:1,trigger:"requires a free claw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d4 + 3 damage, and the target is grabbed. Any escape attempt must target the Skullborn zombie’s Fortitude, rather than its Reflex.",damage:"1d4 + 3 damage",category:5},{id:"3f55baa1-c2ce-460a-bb12-3d5ff4e9ed96",name:"Zombie Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Targets an immobilized, stunned, or unconscious creature; 2d6 + 3 damage, and the target is dazed (save ends).",damage:"2d6 + 3 damage",category:1},{id:"04ecc96a-1295-45b1-9013-b86ae3b4a060",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to a Skullborn zombie drops it to 0 hit points instantly",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9eb3ea91-8b94-4506-b851-8f24065c4c0f",name:"Skullborn Zombie Husks",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:15},intelligence:{score:4},wisdom:{score:14},charisma:{score:4},hp:1,initiative:4,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"6428038d-b8a7-4752-881b-72e0974fbc90",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage, and the target is marked until the end of the Skullborn zombie husk’s next turn.",damage:"7 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"643431cd-97cd-4b66-b01c-994ca49f1ae9",name:"Sodden Corruption Corpse",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:13},intelligence:{score:4},wisdom:{score:12},charisma:{score:3},hp:48,initiative:3,ac:17,fortitude:17,reflex:15,will:14,regeneration:{value:5,details:"if the sodden corruption corpse takes radiant damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"1d8d3d46-bd09-41f0-98b6-383fd92855f6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"d648f545-21f2-41e8-bb26-95d4fb07341d",name:"Corruption of Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d6 + 3 necrotic damage, and the target is weakened until the end of the sodden corruption corpse’s next turn.",damage:"2d6 + 3 necrotic damage",category:1},{id:"4c5b246e-92c8-4994-8cfc-201f695fd413",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when the sodden corruption corpse drops to 0 hit points",range:"Close burst 2",attack:{bonus:7,defence:1},description:"",details:"2d6 + 5 Necrotic damage.",damage:"2d6 + 5 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6dd2a592-eca3-478b-8ff5-c435fac49422",name:"Tikulti",details:"",size:2,origin:4,type:2,keywords:"doppelganger",level:6,role:{type:6,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Goblin",skills:"Acrobatics +13, Bluff +13, Insight +11, Stealth +13, Thievery +13",equipment:"rapier; shuriken",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:142,initiative:10,ac:22,fortitude:18,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"d58dbed5-c053-4228-a236-806f2890b63f",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:1},{id:"3d7ad63a-557c-468c-a131-04a5b5f75c88",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:11,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"0b540588-27bc-4699-939e-bdb81ae69b14",name:"Riposte Strike",action:{action:1,trigger:"requires a rapier",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 + 7 damage. If the target attacks Tikulti before the start of its next turn, Tikulti can make a rapier attack against that target as an immediate interrupt.",damage:"1d8 + 7 damage",category:5},{id:"c6bf10a6-eb14-4602-ae48-dbc3529706c4",name:"Sharp Feint",action:{action:3,trigger:"requires a rapier",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8 damage, and the target grants combat advantage to Tikulti until the end of his next turn.",damage:"1d8 damage",category:5},{id:"387baa96-420c-4b75-bbca-49ed23d64857",name:"Blinding Barrage",action:{action:1,trigger:"requires a shuriken for each target",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:10,defence:0},description:"",details:"targets enemies Tikulti can see; 1d6 + 6 damage, and the target is blinded until the end of Tikulti’s next turn. Miss: Half damage.",damage:"1d6 + 6 damage",category:5},{id:"321b9ec1-0a20-4a08-b12f-2d50a81546e5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Tikulti can alter his physical form to take on the appearance of any Medium humanoid, including a unique individual",damage:"",category:3},{id:"ad1685e6-8b62-4622-839d-eea9d7170626",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Tikulti deals 2d8 extra damage against a target that grants combat advantage to him.",damage:"tikulti deals 2d8 extra damage against a target that grants combat advantage to him",category:0},{id:"55e148d1-eecc-4932-a0e7-1333de1afab8",name:"Tumble",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tikulti shifts 3 squares.",damage:"Tikulti shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0db3512-9709-4f9a-8d7f-50a36f1c3294",name:"Turakbar Gnoll Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Athletics +8, Endurance +8, Intimidate +5, Stealth +9",equipment:"battleaxe; leather armor; longbow",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:17},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:38,initiative:4,ac:17,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"28e4349b-4e96-4ebd-be86-5ef2803d60e9",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10 + 3 damage, or 1d10 + 5 damage while bloodied.",damage:"1d10 + 3 damage",category:1},{id:"dfc9f56f-327c-45fa-b058-e296fde6ed57",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage, or 1d10 + 6 damage while bloodied.",damage:"1d10 + 4 damage",category:1},{id:"ddd5e1aa-feb5-4409-825f-9875f03c2aa4",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The Turakbar gnoll hunter deals 5 extra damage on melee and ranged attacks against an enemy that has two or more of the gnoll’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d853cc5d-8bfa-4ea7-8370-dbf67acd9814",name:"Turakbar Orc Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Goblin",skills:"Endurance +9, Intimidate +5, Stealth +8",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:8},hp:48,initiative:5,ac:17,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"62bc8684-8e96-4c05-89ff-b63aaf396653",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"0149671a-05bd-4abc-ab37-9a7c678df3ec",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"c49bdf91-7fb1-4391-866b-7e2771153e04",name:"Marauder’s Onsluaght",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a greataxe",range:"1d12 + 3 damage (crit 1d12 + 15), and the target is pushed 1 square (2 squares on a charge). Special: When charging, the Turakbar orc marauder can use this power in place of a melee basic attack.",attack:{bonus:8,defence:0},description:"",details:"",damage:"",category:1},{id:"b99bd859-2e54-4a67-9718-5043f36a7fb5",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15), and the Turakbar orc marauder regains 12 hit points.",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35307cca-1833-4531-82c7-095c92f87bf5",name:"Weak Kruthik Zombies",details:"",size:1,origin:4,type:0,keywords:"reptile, undead",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision, tremorsense 5",movement:"6, climb 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:14},intelligence:{score:1},wisdom:{score:10},charisma:{score:2},hp:1,initiative:4,ac:30,fortitude:28,reflex:28,will:26,regeneration:null,auras:[{id:"706a051c-ac73-4ea1-9d98-ce438b963071",name:"Gnashing Horde",keywords:"",details:"aura 1; when any enemy ends its turn within the aura, it takes 2 damage."}],powers:[{id:"e3bd6b7d-ff0c-40ef-921d-0410f0c0b382",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4115f6a0-2455-42e0-8d70-521c6ce95327",name:"Yeraa",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Deep Speech, Goblin",skills:"Arcana +10, Diplomacy +11, History +12",equipment:"chainmail",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:11},intelligence:{score:16},wisdom:{score:12},charisma:{score:18},hp:56,initiative:2,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"0eb98839-23c2-4fff-8551-23a1072f4cfc",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10 + 4 damage (crit 2d6 + 14 thunder damage).",damage:"1d10 + 4 damage (crit 2d6 + 14 thunder damage)",category:1},{id:"796a3ecb-78bd-4ef6-8c03-31b8707fd0c7",name:"War Chanter’s Strike",action:{action:1,trigger:"requires a resounding bastard sword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10 + 4 damage (crit 2d6 + 14 thunder damage), and any ally who hits the target before the end of Yeraa’s next turn gains 4 temporary hit points.",damage:"1d10 + 4 damage (crit 2d6 + 14 thunder damage)",category:5},{id:"6e467e5c-1d12-411c-b200-f6b2ffc3ebe0",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Radiant",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"1d6 + 3 radiant damage. If the target moves nearer to Yeraa on its next turn, it takes an additional 1d6 + 3 radiant damage.",damage:"1d6 + 3 radiant damage",category:1},{id:"c19e3188-a645-41e7-957d-a0edc6498251",name:"Designating Hum",action:{action:1,trigger:"requires a resounding bastard sword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"2d10 + 4 damage (crit 2d6 + 24 thunder damage), and allies gain a +2 bonus to attack rolls against the target until the end of Yeraa’s next turn.",damage:"2d10 + 4 damage (crit 2d6 + 24 thunder damage)",category:5},{id:"0d312f18-4f20-473b-a06c-b88964bba922",name:"Raise Spirits",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"targets Yeraa or one of her allies; the target regains 12 hit points and slides 1 square as a free action; Burst 5; .",damage:"the target regains 12 hit points and slides 1 square as a free action",category:3},{id:"1d9568a1-b614-4650-b37b-66c11ffe0ebc",name:"Bard’s Valor",action:null,keywords:"",condition:"when an ally within 10 squares bloodies an enemy or reduces an enemy to 0 hit points",range:"",attack:null,description:"",details:"The triggering ally gains 6 temporary hit points",damage:"The triggering ally gains 6 temporary hit points",category:0},{id:"fe2b2d8e-023d-4d8b-abbf-ffc246d600db",name:"Hobgoblin Resilience",action:{action:4,trigger:"when yeraa suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Yeraa makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fe2d486-7119-46e8-96cd-e009977d1a3c",name:"Young Kruthik Hive Lord",details:"",size:2,origin:4,type:1,keywords:"reptile",level:4,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision, tremorsense 10",movement:"6, burrow 3 (tunneling), climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:4},wisdom:{score:12},charisma:{score:10},hp:110,initiative:5,ac:20,fortitude:20,reflex:19,will:16,regeneration:null,auras:[{id:"295bcf1c-32d1-47e6-a537-726f1f6f8a77",name:"Hive Frenzy",keywords:"",details:"aura 2; allied kruthiks within the aura deal double damage with basic attacks."}],powers:[{id:"384e36ea-f751-4806-bdf5-39f7fbf071a8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"7835cc8e-0ef3-42c9-81cd-56dc0b1a4274",name:"Acid Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:7,defence:1},description:"",details:"targets enemies; 1d6 + 4 acid damage, the target is weakened and takes ongoing 5 acid damage (save ends both).",damage:"1d6 + 4 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2ba15ee2-09ff-462d-aab1-dc09ce893224",name:"Young Turakbar Minotaur Raider",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Chaotic Evil",languages:"Common, Goblin",skills:"Endurance +11, Intimidate +9, Nature +10",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:72,initiative:7,ac:22,fortitude:20,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"e7c2e425-5000-407f-bd8e-5f1f3bc58346",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12 + 4 damage, and the target is marked until the end of the young Turakbar minotaur raider’s next turn.",damage:"1d12 + 4 damage",category:1},{id:"ee7061fa-dbb5-48b1-8f75-7bce8b071ef3",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The young Turakbar minotaur raider charges and makes the following attack in place of a melee basic attack",attack:{bonus:14,defence:0},description:"",details:"1d6 + 5 damage, and the target is knocked prone.",damage:"1d6 + 5 damage",category:1},{id:"272ad7af-4178-4a32-9b09-fdc064ad9be1",name:"Shield Smash",action:{action:5,trigger:"when an adjacent target marked by the young turakbar minotaur raider shifts or attacks a target other than the minotaur; requires a shield",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"1d6 + 4 damage, and the target is knocked prone.",damage:"1d6 + 4 damage",category:5},{id:"a08f0fd9-bbdc-4c8e-9b0b-533e68ac97c8",name:"Turakbar Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The young Turakbar minotaur raider makes a goring charge, followed by a melee basic attack against the same target",attack:{bonus:11,defence:0},description:"",details:".",damage:"",category:1},{id:"6a3f9d75-4048-4771-ad47-40c69dc20179",name:"Ferocity",action:null,keywords:"",condition:"when the raider drops to 0 hit points",range:"The young Turakbar minotaur raider makes a melee basic attack",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ac23e08b-b56c-4a20-9f17-bd160eaf1a04",name:"Astral Giant Blazing Javelineer",details:"",size:3,origin:3,type:2,keywords:"giant",level:19,role:{type:0,flag:0,leader:!0},senses:"Perception +18",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"",equipment:"javelin",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:22},intelligence:{score:18},wisdom:{score:18},charisma:{score:20},hp:144,initiative:15,ac:31,fortitude:29,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"f55750a3-edcb-4cb8-a482-15425f57111d",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 1d8 + 4 damage + 2d8 radiant damage.",damage:"1d8 + 4 damage + 2d8 radiant damage",category:1},{id:"3d150599-88ae-4267-9478-dd09c4d14e1f",name:"Blazing Throw",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"2d8 + 5 damage, and the target grants combat advantage and takes ongoing 5 radiant damage (save ends both).",damage:"2d8 + 5 damage",category:1},{id:"3413b8af-cdf8-48e5-aaed-0ecb77608335",name:"Astral Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 2",attack:{bonus:22,defence:2},description:"",details:"3d8 + 4 radiant damage, and the astral giant blazing javelineer pushes the target 3 squares.",damage:"3d8 + 4 radiant damage",category:1},{id:"a6faaec1-c991-44cb-a502-1982cc8e6a58",name:"Brilliant Lance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant",condition:"",range:"Area burst 2 within 20",attack:{bonus:22,defence:2},description:"",details:"2d8 + 9 damage, and the target is blinded until the end of the astral giant blazing javelineer’s next turn.",damage:"2d8 + 9 damage",category:1},{id:"aca3fe97-fad8-4b6f-900c-73289000419c",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as an astral giant has an unbloodied astral giant ally within 10 squares of it, it gains a +2 bonus to attack rolls.",damage:"As long as an astral giant has an unbloodied astral giant ally within 10 squares of it",category:0},{id:"9dcc135b-5393-40ff-b2aa-2fd53ea20a6b",name:"Astral Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"only within the astral sea",range:"",attack:null,description:"",details:"The astral giant blazing javelineer flies 10 squares.",damage:"The astral giant blazing javelineer flies 10 squares",category:2}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bd07d04-d40d-48aa-a467-1e9d45b75d08",name:"Banesworn Iron Bulwark",details:"",size:2,origin:3,type:2,keywords:"",level:19,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +21, Intimidate +18, Religion +18",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:20},intelligence:{score:18},wisdom:{score:22},charisma:{score:18},hp:184,initiative:16,ac:34,fortitude:32,reflex:30,will:31,regeneration:null,auras:[{id:"28426191-0181-4d65-aa71-a997af6314c8",name:"Ubiquitous Threat",keywords:"",details:"aura 2; each enemy that starts its turn within the aura is marked by the Banesworn iron bulwark until the start of the enemy’s next turn."}],powers:[{id:"e79e02b8-31f4-46d1-961e-76dd8c769290",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"42b94e28-7a20-41e2-b59a-3e8a16e6182d",name:"Shield Shove",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a shield",range:"",attack:{bonus:24,defence:1},description:"",details:"Targets a creature marked by the Banesworn iron bulwark; the iron bulwark pushes the target 1 square and shifts into the space the target left. On a critical hit, the target is also knocked prone.",damage:"the iron bulwark pushes the target 1 square and shifts into the space the target left",category:3},{id:"9b0df7ec-7a7d-4aa2-8aa5-1b2669556bed",name:"Bane’s Retribution",action:{action:4,trigger:"when a creature marked by the banesworn iron bulwark makes an attack that does not include the iron bulwark",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:24,defence:1},description:"",details:"targets the triggering creature; the target takes 10 damage for each creature it targeted with the triggering attack.",damage:"the target takes 10 damage for each creature it targeted with the triggering attack",category:5},{id:"99eaabb6-8916-49b4-9c06-212cfe64320e",name:"Brutal Intercept",action:{action:4,trigger:"when the banesworn iron bulwark hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is knocked prone.",damage:"",category:5},{id:"bb8ad636-932b-4da7-a79f-ae7254fc33b9",name:"Impassable Bulwark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a Banesworn iron bulwark makes an opportunity attack, it rolls twice and uses the higher of the two results.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"264d2103-5642-43e9-a42b-2a1a4b8142e6",name:"Banesworn War Priest",details:"",size:2,origin:3,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!0},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Religion +17",equipment:"mace; plate armor",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:17},intelligence:{score:20},wisdom:{score:23},charisma:{score:20},hp:141,initiative:10,ac:28,fortitude:27,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"5174c4a2-d318-4c2e-9b9a-f0c194492cf4",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"3ec82728-3a60-4904-a640-bf635ac57905",name:"Lance of Fear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"2d8+6 necrotic and radiant damage, and the target is slowed (save ends).",damage:"2d8+6 necrotic and radiant damage",category:1},{id:"82858eba-d8fb-4cec-b87d-c404120d5c3b",name:"Imperator’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+3 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d8+3 damage",category:1},{id:"2a45eb36-c147-4da5-988b-2be233e8a8b8",name:"Curse of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Fear",condition:"",range:"Area burst 1 within 10 targets enemies",attack:{bonus:18,defence:3},description:"",details:"2d8+6 radiant damage. Effect: The target takes a -2 penalty to all defenses until the end of its next turn.",damage:"2d8+6 radiant damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b54f6aa-433e-419f-b380-278ec006a95a",name:"Banesworn Warrior",details:"",size:2,origin:3,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +17, Religion +12",equipment:"scale armor; shortbow; spear",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:16},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:133,initiative:11,ac:29,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"eec1c4d8-d775-4910-b6f1-6e2049ff02c2",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+8 damage. Effect: The target is marked until the end of the Banesworn warrior’s next turn.",damage:"1d8+8 damage",category:1},{id:"55d06fbf-5189-4e74-aaf4-5d497ceb0c77",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"1d8+8 damage. Effect: The target is marked until the end of the Banesworn warrior’s next turn.",damage:"1d8+8 damage",category:1},{id:"efeea8c1-99d5-4c38-aace-9e4351c40f86",name:"Spearmaster’s Stand",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"requires a spear",range:"",attack:null,description:"",details:"The Banesworn warrior gains threatening reach, allowing it to make opportunity attacks against all enemies within its reach (2 squares). This effect ends when the Banesworn warrior moves.",damage:"",category:3},{id:"e47b2388-e385-4ad6-aac1-c69361c88bb8",name:"Brutal Intercept",action:{action:4,trigger:"when the banesworn warrior hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is knocked prone.",damage:"",category:5},{id:"5ab03a1f-fa6b-4de9-9a69-550856575721",name:"Chosen Foe",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any target marked by a Banesworn warrior also grants combat advantage to it.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68383ec8-0f29-453f-af4a-039fdab9bd9f",name:"Battlesworn Ogre Mauler",details:"",size:3,origin:3,type:2,keywords:"",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"javelin; maul",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:21},intelligence:{score:6},wisdom:{score:16},charisma:{score:8},hp:275,initiative:17,ac:36,fortitude:36,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"572e8618-c277-4ce8-aef3-b1b2ce6258ff",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 4d8+8 damage.",damage:"4d8+8 damage",category:1},{id:"4373ad84-7f50-4071-80fa-1f8c9818bff2",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:25,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"2da03c07-080d-4822-8f00-88d26b329d4f",name:"Brutal Hammer",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+8 damage, and the target is stunned until the end of its next turn. Aftereffect: The target is dazed (save ends).",damage:"2d8+8 damage",category:3},{id:"cbd27730-2801-40ea-b5e1-46b18de447fd",name:"Roar of Destruction",action:{action:7,trigger:"when the battlesworn ogre mauler hits with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"2d6+8 thunder damage, and the target is knocked prone and pushed 3 squares.",damage:"2d6+8 thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72b71ebe-4d60-43b7-a627-6b221dbfe760",name:"Battlesworn Orc Bloodsage",details:"",size:2,origin:3,type:2,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +22",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"hide armor; longspear",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:26},intelligence:{score:10},wisdom:{score:29},charisma:{score:17},hp:1,initiative:21,ac:38,fortitude:37,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"17a0aa7f-a736-4db3-9072-6dd50e71f63f",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 14 damage.",damage:"14 damage",category:1},{id:"ece0f6d0-67c9-4cd2-a832-9824555af846",name:"Blood Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"14 lightning damage, and any enemy adjacent to the target takes 7 necrotic damage, or 14 necrotic damage if the target is bloodied.",damage:"14 lightning damage",category:1},{id:"8705577d-c96b-48bc-af6b-59425f6217ef",name:"Blood Energy Burst",action:null,keywords:"Lightning, Necrotic",condition:"when the battlesworn orc bloodsage drops to 0 hit points",range:"14 lightning and necrotic damage. Effect: Each ally within the burst can make a melee basic attack as a free action.",attack:{bonus:29,defence:2},description:"",details:"targets enemies",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c1ed8dab-7b60-4e94-8c5b-2d64c5636ad8",name:"Battlesworn Orc Legionnaire",details:"",size:2,origin:3,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"chainmail; greataxe; handaxe",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:23},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:1,initiative:19,ac:39,fortitude:36,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"245b108d-e018-458f-8077-8a13c5642112",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"0910c3ea-5322-420c-805c-e39db46289c4",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:30,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"8e4f596c-9224-48e2-b69b-71c4af7b375b",name:"Mocking Fury",action:{action:5,trigger:"when an enemy misses the battlesworn orc legionnaire with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The battlesworn orc legionnaire makes a basic attack or a charge attack against the triggering enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"06ba092d-f51c-4e31-a325-9886580fe301",name:"Battlesworn War Troll Defender",details:"",size:3,origin:3,type:2,keywords:"",level:26,role:{type:7,flag:0,leader:!1},senses:"Perception +24",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +28, Endurance +26",equipment:"flail; heavy shield; plate armor",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:22},intelligence:{score:12},wisdom:{score:22},charisma:{score:14},hp:242,initiative:21,ac:42,fortitude:40,reflex:36,will:36,regeneration:{value:20,details:""},auras:[],powers:[{id:"60c7c03d-0107-4d6f-868f-be248f2473e7",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and the battlesworn war troll defender slides the target 1 square.",damage:"3d10+10 damage",category:1},{id:"ba416099-cdc0-4af7-b51c-1c7252c73055",name:"Not So Fast",action:{action:5,trigger:"when an enemy within reach shifts away from the battlesworn war troll defender",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Reach 2; 3d10+10 damage, and the target is knocked prone and immobilized until the end of its next turn.",damage:"3d10+10 damage",category:5},{id:"28074dbc-c7e6-4d3c-bd57-6cd8a784293b",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A battlesworn war troll defender can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"ad656144-2f47-4eb4-a8ba-526fca3922ba",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If a battlesworn war troll defender is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 35 hit points. If an attack deals acid or fire damage to the defender while it’s at 0 hit points, it is destroyed.",damage:"if a battlesworn war troll defender is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage",category:0},{id:"15613c46-502b-43ea-95c1-a2a040e419d0",name:"Vicious Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A battlesworn war troll defender deals 2d10 extra damage against targets that are marking it.",damage:"a battlesworn war troll defender deals 2d10 extra damage against targets that are marking it",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the battlesworn war troll defender takes acid or fire damage, its regeneration doesn’t function until the end of its next turn)",immune:"",tactics:""},{id:"94cc7dc0-cf08-4666-b4ed-f7c26af6a7fd",name:"Blackfire Burning Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:27},intelligence:{score:10},wisdom:{score:21},charisma:{score:10},hp:1,initiative:22,ac:39,fortitude:36,reflex:38,will:34,regeneration:null,auras:[],powers:[{id:"18883472-197b-485c-a0f8-99f0c32f0fff",name:"Burning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"13 necrotic damage.",damage:"13 necrotic damage",category:1},{id:"fa2be812-f1f9-44b3-bf10-3b7aa149ee73",name:"Blackflame Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"13 necrotic damage.",damage:"13 necrotic damage",category:1},{id:"46823e09-65ff-4f0a-946b-587f1993fad8",name:"Blackfire Burst",action:null,keywords:"Necrotic",condition:"when the blackfire burning devil drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"no attack roll; the target takes ongoing 10 necrotic damage and is weakened (save ends both).",damage:"the target takes ongoing 10 necrotic damage and is weakened (save ends both)",category:0},{id:"8e126c66-ce47-4b08-840a-d87df79ee713",name:"Deadly Alacrity",action:{action:7,trigger:"when a blackfire burning devil is missed with a fire or necrotic attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"The blackfire burning devil teleports 8 squares. At the end of the movement, the burning devil makes a blackflame bolt attack against the creature that made the triggering attack.",damage:"The blackfire burning devil teleports 8 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:6,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8848f470-cd57-407b-9238-3faecd09bbb4",name:"Burning Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:6,ac:18,fortitude:16,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"d2049ad2-c0f2-49c1-8bda-ffe5632f358d",name:"Burning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"5 fire damage.",damage:"5 fire damage",category:1},{id:"a8099663-85ad-4bb1-a6dc-4c5bdc66d7bb",name:"Fire Burst",action:null,keywords:"Fire",condition:"when the burning devil drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"no attack roll; 5 fire damage.",damage:"5 fire damage",category:0},{id:"93e8ebd0-c548-408f-9afd-2077a4b1cd0e",name:"Fire Alacrity",action:{action:7,trigger:"when the burning devil is missed by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The burning devil teleports 7 squares.",damage:"The burning devil teleports 7 squares",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"15c49a8c-e71a-4687-8ac5-ebe8fa80b7da",name:"Ch’r’ai Inquisitor",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +14, Insight +15",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:23},intelligence:{score:14},wisdom:{score:16},charisma:{score:20},hp:114,initiative:17,ac:28,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"93ec874c-217e-4d85-bca5-e4c0d8ef4c32",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+4 damage plus 1d6 psychic damage.",damage:"1d8+4 damage plus 1d6 psychic damage",category:1},{id:"38691a93-c440-444e-91ed-2ccd5000e6c5",name:"Inquisitor’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"usable only against a target not affected by inquisitor’s strike",range:"",attack:{bonus:18,defence:3},description:"",details:"1d8+4 damage plus 1d6 psychic damage, and the target is dominated until the end of the ch’r’ai inquisitor’s next turn.",damage:"1d8+4 damage plus 1d6 psychic damage",category:1},{id:"675f05ff-0028-4696-a874-f9dcc95795ba",name:"Bend the Will",action:{action:7,trigger:"when the ch’r’ai inquisitor is hit with a melee or ranged attack while dominating a creature",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creature dominated by the ch’r’ai inquisitor uses an at-will attack power of the ch’r’ai inquisitor’s choice against the enemy making the triggering attack as a free action.",damage:"",category:5},{id:"e252d010-cf02-4bdd-98ee-48844be52ccf",name:"Keep Enemies Close",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A ch’r’ai inquisitor gains a +4 bonus to all defenses while a creature it’s dominating is within 5 squares of it.",damage:"A ch’r’ai inquisitor gains a +4 bonus to all defenses while a creature it’s dominating is within 5 squares of it",category:0},{id:"35d5b806-9921-46ae-b666-6f84f3261b6e",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ch’r’ai inquisitor or an ally within 10 squares of it can fly 5 squares.",damage:"The ch’r’ai inquisitor or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e361b28d-e706-42de-aaaa-064a8f1bbc8f",name:"Durud Fragment Mage",details:"",size:2,origin:3,type:2,keywords:"",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +19; all-around vision",movement:"8, fly 6, teleport 3",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"dagger",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:20},intelligence:{score:26},wisdom:{score:19},charisma:{score:24},hp:376,initiative:15,ac:33,fortitude:30,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"c3e0b701-a6be-41b8-bf3e-e616c935f045",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d4+8 damage.",damage:"2d4+8 damage",category:1},{id:"66409d0c-889a-403f-802d-fb6ac6342ed0",name:"Fragment Spike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:25,defence:3},description:"",details:"targets one or two creatures; 3d8+8 force damage, and the target is knocked prone.",damage:"3d8+8 force damage",category:1},{id:"c550a80c-6653-4311-a6f9-0c6e503518a5",name:"Vortex of Lakal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Implement, Radiant, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:26,defence:1},description:"",details:"2d10+7 radiant damage, and the target is pulled 2 squares toward the origin square of the burst and slowed (save ends). The burst creates a zone that lasts until the end of the durud fragment mage’s next turn. Any creature that ends its turn within the zone takes 20 force damage.",damage:"2d10+7 radiant damage",category:1},{id:"9f06f048-bf0a-4bc4-913d-c902e6f8bee6",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the durud fragment mage scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The durud fragment mage can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cbd5dd47-007f-41e5-b812-85a5f261024f",name:"Durud Healer",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:3,flag:0,leader:!0},senses:"Perception +20; all-around vision",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Heal +20, Insight +20",equipment:"chainmail",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:23},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:196,initiative:16,ac:35,fortitude:33,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"44188e7b-e541-48e5-b0ca-0fdc5b99d953",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"a394798f-f3c4-4f7d-990b-d39f94e0c9cd",name:"Lakal’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Radiant",condition:"",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"3d6+7 radiant damage, and the target grants combat advantage until the end of the durud healer’s next turn. The first ally of the durud healer to hit the target while it is granting combat advantage in this way regains 20 hit points.",damage:"3d6+7 radiant damage",category:1},{id:"de9ec10f-4071-4cb1-a934-174526cf7f92",name:"Binding Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Area burst 1 within 10",attack:null,description:"",details:"targets enemies; 2d10+8 radiant damage, and the target is immobilized until the end of the durud healer’s next turn.",damage:"2d10+8 radiant damage",category:1},{id:"b2850bf4-ba12-4909-ad59-a392c2c1ff43",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the durud healer scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The durud healer can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5},{id:"bc5552e5-7f9e-4155-8b91-44a6668c7291",name:"Surge Siphon",action:{action:5,trigger:"when an enemy within 3 squares of the durud healer uses or is the target of a healing power",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The durud healer shifts 3 squares. If it ends this movement adjacent to the triggering enemy, the healing power grants only half its normal hit points, and each of the durud healer’s allies within 5 squares of it regains 10 hit points.",damage:"The durud healer shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10094f6b-c532-4a77-a161-0cb2faba9275",name:"Durud Slayer",details:"",size:2,origin:3,type:2,keywords:"",level:23,role:{type:4,flag:0,leader:!1},senses:"Perception +22; all-around vision",movement:"8, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"dagger; scale armor",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:27},intelligence:{score:21},wisdom:{score:23},charisma:{score:22},hp:165,initiative:23,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"021380fb-b12e-4dec-9ac5-b61795635749",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d4+10 damage.",damage:"4d4+10 damage",category:1},{id:"87a73de7-08c5-4246-99e3-065967afaae8",name:"Radiant Garrote",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"3d6+8 radiant damage, and the target is grabbed. The durud slayer can have only one target grabbed at a time. Sustain Minor: The grabbed target takes 4d4 + 10 damage.",damage:"3d6+8 radiant damage",category:1},{id:"583bbf00-9fea-4641-8b66-1ad62ec25d4a",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the durud slayer scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The durud slayer can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5},{id:"eda84ea0-ce2a-4e2a-8e99-c239fd950920",name:"Retreating Step",action:{action:4,trigger:"when an enemy grabbed by the durud slayer succeeds on its escape check",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The durud slayer teleports 8 squares.",damage:"The durud slayer teleports 8 squares",category:5},{id:"b0ca4661-7910-480d-94bf-c7e281aa9b8c",name:"Slayer’s Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The durud slayer and any creature it has grabbed teleport 8 squares. If the durud slayer has a creature grabbed, that creature must end its teleport adjacent to the slayer.",damage:"The durud slayer and any creature it has grabbed teleport 8 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08f00ee5-7097-4d20-b571-c9119898ac33",name:"Duthka’gith",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +14, Intimidate +20",equipment:"scale armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:20},intelligence:{score:11},wisdom:{score:16},charisma:{score:22},hp:222,initiative:14,ac:31,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"e528f037-ed70-44ec-aabd-bd37297e89ff",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+6 damage plus 1d10 psychic damage, and the duthka’gith slides the target 1 square.",damage:"1d10+6 damage plus 1d10 psychic damage",category:1},{id:"2be991d6-638c-4e3b-8ce0-8297ebd54bbc",name:"Battering Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"3d10+6 damage, the duthka’gith pushes the target 3 squares, and the target is immobilized until the end of the duthka’gith’s next turn.",damage:"3d10+6 damage",category:1},{id:"218308e2-5757-47b9-9607-604f8ddec973",name:"Buckle the Knees",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"1d10+5 psychic damage, and the target is immobilized until the end of the duthka’gith’s next turn.",damage:"1d10+5 psychic damage",category:3},{id:"7f64ef5a-6e28-41f8-86c8-2e594f122127",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d12+5 fire damage. Miss: Half damage.",damage:"2d12+5 fire damage",category:1},{id:"4cd3e3aa-79ae-49d1-8c86-9b50670a652e",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the duthka’gith uses it.",damage:"",category:5},{id:"b27b0cb8-a981-414e-933c-4e052fdf73de",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The duthka’gith or an ally within 10 squares of it can fly 5 squares.",damage:"The duthka’gith or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dec766e6-a886-40ac-aed8-e1efa603c1b3",name:"Githyanki Blackweave",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +17, Religion +17",equipment:"leather armor; rod implement",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:14},intelligence:{score:20},wisdom:{score:13},charisma:{score:23},hp:136,initiative:9,ac:28,fortitude:24,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"f73f8f07-814f-4da5-8346-a132047bd760",name:"Silver Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8 +2 damage plus 1d8 psychic damage.",damage:"2d8 +2 damage plus 1d8 psychic damage",category:1},{id:"88f8dae2-1849-43b1-a618-93da7b0352aa",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"",attack:{bonus:18,defence:2},description:"",details:"2d10 +4 damage, and the target is slowed until the end of the githyanki blackweave’s next turn.",damage:"2d10 +4 damage",category:1},{id:"e373f9b4-276e-4685-b17b-cfb002a1b3b9",name:"Wracking Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"2d6 + 4 psychic damage, and until the end of the githyanki blackweave’s next turn whenever the target damages the githyanki blackweave, the target takes 2d6 psychic damage.",damage:"2d6 + 4 psychic damage",category:1},{id:"2c35eba9-9e06-40bf-be7d-a4685bef36c6",name:"Psychic Sinkhole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:16,defence:3},description:"",details:"2d6 + 4 psychic damage. Effect: The burst creates a zone of energy that lasts until the end of the githyanki blackweave’s next turn. Any creature that starts its turn within the zone loses its move action during that turn.",damage:"2d6 + 4 psychic damage",category:1},{id:"37555740-fd89-4e22-a6b9-b972b1b76993",name:"Pact of the Lich-Queen",action:{action:7,trigger:"when the githyanki blackweave damages a bloodied enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy loses a healing surge and cannot spend healing surges (save ends).",damage:"",category:5},{id:"4603e906-cc48-4319-8249-feebaf7c968a",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki blackweave or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki blackweave or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4e975d87-df79-40da-8664-ce0e5cc4f3b4",name:"Githyanki Far Wanderer",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +17, Athletics +13, Nature +13",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:22},intelligence:{score:13},wisdom:{score:14},charisma:{score:19},hp:131,initiative:14,ac:27,fortitude:25,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"4fbb0914-0b69-481a-9fac-60f1534282c8",name:"Silver Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage plus 1d8 psychic damage.",damage:"1d8+5 damage plus 1d8 psychic damage",category:1},{id:"3c710b7c-3788-4bde-8e99-2b6dc7ba791f",name:"Positioning Lunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage plus 1d8 psychic damage, and the githyanki far wanderer shifts 2 squares.",damage:"1d8+5 damage plus 1d8 psychic damage",category:1},{id:"c2cea658-253d-4075-9de5-d63d0a345f99",name:"Silver Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki far wanderer makes three silver rapier attacks, each against a different target. The githyanki far wanderer can teleport 5 squares before each attack.",damage:"The githyanki far wanderer can teleport 5 squares before each attack",category:1},{id:"5bfb439b-8c1a-46bf-b97c-2d08b49e94dd",name:"Liberating Strike",action:{action:4,trigger:"when the githyanki far wanderer is grabbed",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"or restrained",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets the creature that grabbed, restrained, or immobilized the githyanki far wanderer; 2d8 + 5 damage, and the githyanki far wanderer ends the grabbed, immobilized, or restrained condition and shifts 3 squares.",damage:"2d8 + 5 damage",category:5},{id:"1c303a0f-645f-482f-8169-ed9c7ca33c2d",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki far wanderer or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki far wanderer or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5149677d-021c-4a67-9b9b-64b86f19801c",name:"Githyanki Ghustil",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!0},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +15, Religion +15",equipment:"cloth armor (basic clothing)",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:19},intelligence:{score:16},wisdom:{score:23},charisma:{score:14},hp:108,initiative:15,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"4d77a7f4-4951-4d31-a1d8-bfbe6c4db9ca",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+3 damage plus 1d6 psychic damage.",damage:"1d8+3 damage plus 1d6 psychic damage",category:1},{id:"004f2cfc-d17c-4fd4-849d-12ec782c0284",name:"Necrotic Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Radiant, Weapon",condition:"usable only while affected by cloak of shadows",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+3 damage plus 1d8 necrotic damage plus 1d8 radiant damage.",damage:"2d8+3 damage plus 1d8 necrotic damage plus 1d8 radiant damage",category:1},{id:"28d0bfe9-970b-41eb-ba8f-c7f63125c759",name:"Capture Divinity",action:{action:4,trigger:"when an enemy within 10 squares of the githyanki ghustil uses a divine power",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The githyanki ghustil regains 27 hit points.",damage:"The githyanki ghustil regains 27 hit points",category:5},{id:"70dab231-a538-4254-9364-28333af462c1",name:"Cloak of Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki ghustil gains total concealment against all enemies until the end of its next turn.",damage:"",category:1},{id:"7afa3525-70ad-4fde-869a-0c613ea722b3",name:"Gift of Vlaakith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One githyanki ally within 10 squares of the githyanki ghustil gains 15 temporary hit points.",damage:"One githyanki ally within 10 squares of the githyanki ghustil gains 15 temporary hit points",category:3},{id:"a7425aef-c19a-4f08-86e7-bf5c4615f3f0",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki ghustil or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki ghustil or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a61e5875-6c7e-4bbb-858a-e69e82e7d554",name:"Githyanki Pyroclast",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +18",equipment:"cloth armor (basic clothing)",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:12},intelligence:{score:21},wisdom:{score:16},charisma:{score:19},hp:161,initiative:9,ac:31,fortitude:27,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"17e435b9-0177-432d-b719-16552ce131d2",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+4 damage plus 1d8 psychic damage.",damage:"2d8+4 damage plus 1d8 psychic damage",category:1},{id:"0c64a9e7-67b5-4e3a-9f7c-9967b7e6a748",name:"Psychic Flames",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Psychic",condition:"(standard",range:"",attack:{bonus:21,defence:2},description:"",details:"1d10+5 fire damage plus 1d10 psychic damage.",damage:"1d10+5 fire damage plus 1d10 psychic damage",category:1},{id:"e8023eb4-ef62-4483-9975-76e8e7bf606c",name:"Searing Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire, Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"targets one, two, or three creatures; 1d10+5 fire damage, and the target’s healing surge value is halved (save ends).",damage:"1d10+5 fire damage",category:1},{id:"abbcb8e0-6b64-44a9-9246-89fd2bdf99c2",name:"Fire of the Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:2},description:"",details:"targets enemies; 1d6+3 fire damage, and ongoing 10 psychic damage (save ends).",damage:"1d6+3 fire damage",category:1},{id:"007a6e1f-def0-45a0-a2c9-37d5d032cb67",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki pyroclast or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki pyroclast or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"790036d1-f38a-4553-9153-8714389935a5",name:"Githyanki Sword Stalker",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Stealth +17",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:19},intelligence:{score:10},wisdom:{score:20},charisma:{score:11},hp:160,initiative:14,ac:33,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"40a9fb4f-5d18-4b19-b726-dc3ae9ce8ec3",name:"Silver Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d12+6 damage plus 1d6 psychic damage (crit 2d12 + 24 damage). Effect: The target is marked until the end of the githyanki sword stalker’s next turn.",damage:"1d12+6 damage plus 1d6 psychic damage (crit 2d12 + 24 damage)",category:1},{id:"a9a739f0-e871-4231-8fcb-a43a30273ad2",name:"Disarming Reclamation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d12+3 damage (crit 2d12 + 27 damage), and the target drops any weapon it’s holding.",damage:"2d12+3 damage (crit 2d12 + 27 damage)",category:1},{id:"0b69a896-b15e-4710-bd63-49898623c71a",name:"Unavoidable Swordsmanship",action:{action:5,trigger:"when an enemy adjacent to the sword stalker that is marked by it makes a melee attack that does not include the sword stalker",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d12+3 damage (crit 2d12 + 27 damage), and the triggering attack instead targets the githyanki sword stalker. The githyanki sword stalker gains a +2 bonus to AC and Reflex against this attack.",damage:"2d12+3 damage (crit 2d12 + 27 damage)",category:5},{id:"76493498-9731-4a27-b316-20b08aedf223",name:"Vortex of Silver Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:2},description:"",details:"1d12+3 damage (crit 2d12 + 15 damage), and until the end of the githyanki sword stalker’s next turn, the target is marked and slowed by it.",damage:"1d12+3 damage (crit 2d12 + 15 damage)",category:1},{id:"37b03eb7-57d3-44a6-981b-0885a32055ce",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki sword stalker or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki sword stalker or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"18c976eb-24a1-4f4f-92a2-e01f210716e9",name:"Gul’othran Dragon Raider",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:17,role:{type:0,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"History +13, Insight +18",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:24},intelligence:{score:10},wisdom:{score:21},charisma:{score:16},hp:128,initiative:15,ac:29,fortitude:28,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"6b3f7263-f041-48dd-9353-c9eca2cb3fbd",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+3 damage plus 1d8 psychic damage.",damage:"2d8+3 damage plus 1d8 psychic damage",category:1},{id:"53816e73-d045-4e84-ad81-3b0cdc979aad",name:"Psychic Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:22,defence:3},description:"",details:"3d6+6 psychic damage, and the target takes a -2 penalty to attack rolls against the gul’othran dragon raider and its mount until the end of the dragon raider’s next turn.",damage:"3d6+6 psychic damage",category:1},{id:"fdbe707c-e1fe-4731-a875-264b7b64e2eb",name:"Burst of Oppression",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:3},description:"",details:"2d8+6 psychic damage, and the target is knocked prone.",damage:"2d8+6 psychic damage",category:1},{id:"6f7debf6-e94e-4aa2-89d3-e3fbbb800400",name:"Psychic Sunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:20,defence:3},description:"",details:"2d6+6 psychic damage, and whenever the target makes an attack, it takes 2d6 psychic damage (save ends).",damage:"2d6+6 psychic damage",category:1},{id:"51f18acf-d394-480e-93b8-39c3ceb212cd",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gul’othran dragon raider or an ally within 10 squares of it can fly 5 squares.",damage:"The gul’othran dragon raider or an ally within 10 squares of it can fly 5 squares",category:2},{id:"979b029a-f485-48b8-96a6-dde0a2d4f5b2",name:"Master Dragon Rider",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"While mounted on a dragon, a gul’othran dragon raider can make either a silver longsword attack or a psychic bolt attack once per round as a minor action.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f593a4b5-bdbe-4672-b382-c15a67ab2027",name:"Gul’othran Marauder",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Nature +17",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:14},wisdom:{score:18},charisma:{score:12},hp:190,initiative:11,ac:28,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"1f4164cc-3c55-4358-bbaa-bf50f3cd3b20",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+4 damage plus 1d10 psychic damage.",damage:"2d10+4 damage plus 1d10 psychic damage",category:1},{id:"4baab4e6-8d4e-48c2-97bc-d7fa5af3b790",name:"Break-Through Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"3d10+4 damage, and the gul’othran marauder pushes the target 3 squares.",damage:"3d10+4 damage",category:1},{id:"cf4dc7ef-3d91-4c60-a045-ed6427c8aa16",name:"Driving Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d10+7 damage, and the gul’othran marauder pushes the target 3 squares.",damage:"2d10+7 damage",category:1},{id:"b923b030-fefe-4377-8b6a-c2f2b553d216",name:"Slave Taker",action:{action:7,trigger:"when the gul’othran marauder bloodies an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy is dominated (save ends). The target takes a -5 penalty to saving throws against this effect if it’s within 5 squares of the gul’othran marauder.",damage:"The target takes a -5 penalty to saving throws against this effect if it’s within 5 squares of the gul’othran marauder",category:5},{id:"709a68f3-4889-40e7-9d88-ba3d3c6c04d3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gul’othran marauder or an ally within 10 squares of it can fly 5 squares.",damage:"The gul’othran marauder or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23e6d782-f322-4d3e-9be6-d75e464282bb",name:"Half-Void Nullifier",details:"",size:3,origin:3,type:2,keywords:"",level:24,role:{type:7,flag:0,leader:!0},senses:"Perception +16; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Evil",languages:"Primordial, Supernal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:23},intelligence:{score:16},wisdom:{score:18},charisma:{score:23},hp:228,initiative:20,ac:40,fortitude:38,reflex:35,will:35,regeneration:null,auras:[{id:"0b98bd34-97ad-4d9b-b4b5-c8093a620903",name:"Void Feedback",keywords:"",details:"aura 5; when an enemy within the aura hits the half-void nullifier, as a free action, one ally within the aura can make a saving throw or gain 5 temporary hit points (the ally’s choice)."}],powers:[{id:"cb6f9f1d-5cfc-4d55-a1c4-042ed1fefc01",name:"Void Fist",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"(standard",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 2d10+10 damage, and an ally within 5 squares of the half-void nullifier can teleport to any square adjacent to the target as a free action.",damage:"2d10+10 damage",category:1},{id:"a35a543f-dc12-474d-bd52-ec84fc98a1db",name:"Half-Cosmic Rip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:29,defence:3},description:"",details:"3d10+10 psychic damage, and the half-void nullifier teleports the target 5 squares.",damage:"3d10+10 psychic damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"if a half-void nullifier takes at least 30 radiant damage from a single attack, its aura ends until the nullifier reactivates it.",immune:"sleep",tactics:""},{id:"7a459284-0035-4208-a507-e5a5a0da0961",name:"Hundred-Handed One",details:"",size:4,origin:3,type:0,keywords:"construct",level:29,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"8 see also earth reaver",alignment:"Evil",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:33},constitution:{score:30},dexterity:{score:25},intelligence:{score:4},wisdom:{score:11},charisma:{score:27},hp:540,initiative:23,ac:47,fortitude:46,reflex:42,will:43,regeneration:null,auras:[{id:"a7e822bf-733c-47a8-8e1f-7744fdbc7925",name:"Avalanche of Blades",keywords:"",details:"aura 3; each creature that enters the aura or starts its turn there takes 10 damage."}],powers:[{id:"070f9a82-2010-4faf-8a3a-f9b9f66d6408",name:"Whirling Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 3; 4d8+4 damage.",damage:"4d8+4 damage",category:1},{id:"f5ca73ac-df26-4ed5-bbde-2f8432a6a04b",name:"Hundred Hands",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"4d6+8 damage, and the target is knocked prone. Special: When charging, the hundred-handed one can use this power in place of a melee basic attack.",attack:{bonus:36,defence:0},description:"",details:"Reach 3; targets each enemy within reach",damage:"Reach 3",category:1},{id:"456048f2-c919-4e6f-9f24-39867422e8ab",name:"Hail of Steel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Area burst 1 within 20",attack:{bonus:34,defence:0},description:"",details:"4d6+8 damage, and the target is marked until the end of the hundred-handed one’s next turn.",damage:"4d6+8 damage",category:1},{id:"55272dad-5369-4595-ac63-780ce6d3d7c3",name:"Blades of Death",action:null,keywords:"",condition:"when the hundred-handed one hits a creature with an opportunity attack",range:"",attack:null,description:"",details:"The target is dazed until the end of the hundred-handed one’s next turn.",damage:"",category:0},{id:"92617ab1-5659-4fda-bafe-43a244142866",name:"Earth Reaver",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hundred-handed one ignores difficult terrain.",damage:"",category:0},{id:"ba32cfd5-fa7c-4e51-adc2-ba2e9086b490",name:"Indiscriminate Carnage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hundred-handed one can score a critical hit against a prone creature on a roll of 17-20.",damage:"A hundred-handed one can score a critical hit against a prone creature on a roll of 17-20",category:0}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"charm, fear",tactics:""},{id:"c94f41d3-6258-4608-a41d-e1ae99cf2dc3",name:"Illyram Brackz",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +24, History +24, Insight +19",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:15},intelligence:{score:25},wisdom:{score:15},charisma:{score:21},hp:362,initiative:14,ac:38,fortitude:33,reflex:38,will:38,regeneration:null,auras:[{id:"cfa9f36d-3491-4d95-9f7d-757dbfb7e94a",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"50581041-ecd9-46c1-830b-eab81ad290ba",name:"Shadow Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"519af721-ed27-4e27-a05c-9b7ccc6fad44",name:"Necrotic Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"3d8+7 necrotic damage, and the target is stunned until the end of Illyram’s next turn.",damage:"3d8+7 necrotic damage",category:1},{id:"b606cdf0-2452-4f62-ba49-d9027a43d258",name:"Entropic Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:28,defence:2},description:"",details:"6d6+7 necrotic damage.",damage:"6d6+7 necrotic damage",category:1},{id:"5c741d5c-9cdf-4e1a-b1e7-7137f47dbfc8",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Illyram is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery",category:0},{id:"03c39e2e-3857-4d68-a646-acf2b4b345bd",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Illyram spends a healing surge and regains 90 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Illyram spends a healing surge and regains 90 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});Ni.push({id:"02c40048-679f-4e52-ae59-0fbb6d5b7fc4",name:"Indwelling Devil",details:"",size:1,origin:3,type:2,keywords:"devil",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +19, Diplomacy +19",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:20},wisdom:{score:18},charisma:{score:20},hp:90,initiative:17,ac:30,fortitude:25,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"2849937f-b050-4773-9537-756ec543fec0",name:"Devil’s Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"1d6+10 necrotic damage, and the target is dazed until the end of the indwelling devil’s next turn and grabbed.",damage:"1d6+10 necrotic damage",category:1},{id:"13fdbdf1-1212-4ac2-b781-6b3097b9246d",name:"Devil’s Thrall",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"usable only against a target dazed and grabbed by the indwelling devil",range:"",attack:{bonus:21,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"1a6c82e6-e736-479f-a26a-0bd9ceb1c8e8",name:"Indwelling",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only against a target dominated and grabbed by the indwelling devil",range:"",attack:{bonus:21,defence:3},description:"",details:"the indwelling devil merges with the target, sharing its space and controlling its actions. The merged creature is stunned until the merge ends. On the indwelling devil’s turn, it uses its actions to control the merged creature. It can choose only actions normally available to the target, and can use only the target’s at-will powers. A successful grab attack against the indwelling devil ends the merge. When the merge ends, the attacker slides the indwelling devil to a square adjacent to the creature it merged with, and the indwelling devil is dazed (save ends).",damage:"",category:3},{id:"71c2c41d-70cf-4280-ac01-797adeaea381",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The indwelling devil becomes invisible until the end of its next turn, or, if it is merged with a creature, it becomes invisible until the merge ends. The indwelling devil can end the invisibility as a free action.",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c868b9d6-9980-44ba-9cc1-157399bd6fbc",name:"Juggernaut of the Black Hand",details:"",size:2,origin:3,type:2,keywords:"",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +14",movement:"7",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +21, Intimidate +20, Religion +16",equipment:"greatsword; scale armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:15},wisdom:{score:21},charisma:{score:22},hp:174,initiative:15,ac:30,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"278c5aad-f74a-4ebe-bcc3-96b39985f0bf",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d10+7 damage.",damage:"3d10+7 damage",category:1},{id:"4953e7fe-c097-4b43-af8a-8e2788028f0e",name:"Barreling Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d10+7 damage, and the juggernaut pushes the target 5 squares.",damage:"3d10+7 damage",category:1},{id:"7ffa1ee0-9acc-4392-baa9-121869c47f00",name:"Banesworn Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"2d10+5 damage, and ongoing 10 damage (save ends).",damage:"2d10+5 damage",category:1},{id:"ce79c4ed-4c89-4a64-9469-f94410ef9038",name:"Terrible Slaughter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While not bloodied, a juggernaut gains a +4 bonus to damage rolls and resist 5 to all damage.",damage:"a juggernaut gains a +4 bonus to damage rolls and resist 5 to all damage",category:0},{id:"bad9e9c7-57dc-491c-9d0f-77a3b8e37b59",name:"Unstoppable Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a juggernaut makes a charge attack, it rolls twice and uses the higher of the two results.",damage:"",category:0}],damageModifiers:[],resist:"see also terrible slaughter",vulnerable:"",immune:"fear",tactics:""},{id:"3e21f44f-b032-4414-832e-3e33bb4286d3",name:"Luthic",details:"",size:2,origin:3,type:2,keywords:"orc",level:27,role:{type:3,flag:1,leader:!0},senses:"Perception +28",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common, Giant, Supernal",skills:"Arcana +23, Insight +28, Intimidate +24, Stealth +25",equipment:"",category:"",strength:{score:17},constitution:{score:27},dexterity:{score:24},intelligence:{score:20},wisdom:{score:31},charisma:{score:22},hp:502,initiative:20,ac:41,fortitude:39,reflex:38,will:41,regeneration:null,auras:[],powers:[{id:"ff6fbdd8-a09b-4581-b57b-f2193179a2ae",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+3 damage.",damage:"3d8+3 damage",category:1},{id:"f9eccd2f-0dad-492e-b7c6-dfb75da7eacf",name:"Stretching Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; targets one, two, or three creatures; 3d8+3 damage.",damage:"3d8+3 damage",category:1},{id:"cf4aaca0-8883-4172-bcd9-02f4decd354a",name:"Blood Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"2d10+6 necrotic damage. Effect: The blast creates a zone of raining blood that lasts until the end of Luthic’s next turn. The zone is difficult terrain and blocks line of sight for enemies. Sustain Minor: The zone persists.",damage:"2d10+6 necrotic damage",category:1},{id:"889818c1-4e0c-490f-b3d9-fba47f6cc439",name:"Bloodied Frenzy",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Blood moon frenzy recharges, and Luthic uses it.",damage:"",category:5},{id:"aa945760-1239-4027-80c1-4d03a8cc30d0",name:"Blood Moon Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"Luthic and each bloodied ally within 6 squares of her make basic attacks as free actions and gain a +2 bonus to the attack roll. When one of these attacks hits a bloodied enemy, the target is dominated by Luthic until the end of her next turn.",damage:"Luthic and each bloodied ally within 6 squares of her make basic attacks as free actions and gain a +2 bonus to the attack roll",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fea3ebe1-c642-4bf2-8a05-49329ea92c20",name:"Malediction",details:"",size:3,origin:1,type:1,keywords:"undead",level:23,role:{type:3,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic Evil",languages:"Primordial, understands all languages",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:29},intelligence:{score:18},wisdom:{score:18},charisma:{score:20},hp:153,initiative:20,ac:35,fortitude:34,reflex:35,will:33,regeneration:null,auras:[{id:"e6a3a1a4-7913-429b-acdf-af427e0aed46",name:"Grave Storm",keywords:"",details:"(Lightning, Necrotic, Thunder) aura 3; when an enemy within the aura spends a healing surge, it takes 20 lightning, necrotic, and thunder damage."}],powers:[{id:"912faf57-e6de-48a6-90b1-5b87747dde17",name:"Maddening Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d8+8 psychic damage, and the target takes a -2 penalty to Will until the end of the malediction’s next turn.",damage:"2d8+8 psychic damage",category:1},{id:"991c5133-e564-4dfe-a72b-fccee54fd639",name:"Necrostorm Ray",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Lightning, Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"3d8+5 lightning and thunder damage, and the target is slowed and grants combat advantage (save ends both).",damage:"3d8+5 lightning and thunder damage",category:1},{id:"f34c406d-9fb8-48cc-ad19-2370b1081dcc",name:"Keening Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"3d8+10 psychic damage, and the target is dazed (save ends).",damage:"3d8+10 psychic damage",category:1}],damageModifiers:[{type:5,value:-15},{type:6,value:-15},{type:10,value:-15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"3e336dd6-9e39-4a15-8b67-e05e2142e1e1",name:"Osyrimon",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:2,flag:1,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Intimidate +16",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:20},intelligence:{score:14},wisdom:{score:20},charisma:{score:16},hp:378,initiative:13,ac:28,fortitude:29,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"05eaa20a-0252-48b1-abf7-ee941d58e7f2",name:"Silver Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+3 damage plus 1d10 psychic damage.",damage:"2d10+3 damage plus 1d10 psychic damage",category:1},{id:"c5a9384c-5f80-48f7-b622-98bad949355c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Osyrimon makes two silver bastard sword attacks, each against a different target.",damage:"",category:1},{id:"a2c2b646-c170-4f24-9a00-09037f051171",name:"Deceptive Quickness",action:{action:5,trigger:"when an enemy makes a melee attack roll against osyrimon",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+3 damage, and the target takes a -2 penalty to the attack roll.",damage:"2d10+3 damage",category:5},{id:"a07004e6-985a-4562-a77f-b4c8fe7986e5",name:"Sling Foe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"2d12+5 force damage, and the target is pushed 5 squares and knocked prone. If the target ends this movement adjacent to one of its allies, that ally takes 1d10 damage and is knocked prone. Only one of the target’s allies can suffer this effect when this power is used.",damage:"2d12+5 force damage",category:1},{id:"4a3115a7-8aed-4df5-a8f1-65739ee8c278",name:"For the Lich-Queen",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Osyrimon makes two silver bastard sword attacks, each against a different target.",damage:"",category:5},{id:"d7fb8e80-7f80-4b79-a9e5-ea8db189223b",name:"Master Dragon Rider",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While mounted on a dragon, Osyrimon can make a silver bastard sword attack once per round as a minor action.",damage:"",category:0},{id:"1990bbc8-6bd0-4362-8420-4916ccd29874",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Osyrimon or an ally within 10 squares of him can fly 5 squares.",damage:"Osyrimon or an ally within 10 squares of him can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba826ef4-244a-4199-b125-f75d83f55f7e",name:"Pillager Devil",details:"",size:4,origin:3,type:1,keywords:"devil",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"7, fly 9 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Intimidate +21",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:18},intelligence:{score:16},wisdom:{score:23},charisma:{score:18},hp:232,initiative:18,ac:41,fortitude:39,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"19d9c8e6-1c50-475c-850f-aa4e93b46837",name:"Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"565c8342-8bb1-40db-8985-1e8167fde27b",name:"Frenzied Rake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; the pillager devil makes three attacks, targeting two or three enemies; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"a376354d-d86c-4281-bb1d-cbcc5809c50c",name:"Soul Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:30,defence:3},description:"",details:"Reach 2; 2d10+5 psychic damage, and the target is grabbed. While grabbing a creature, the pillager devil can move normally, and if the pillager devil is affected by forced movement, it can take the grabbed creature with it. Sustain Minor: The pillager devil sustains the grab, and the target takes 2d10 + 10 psychic damage.",damage:"2d10+5 psychic damage",category:1},{id:"24500a7b-c0aa-4a23-99d7-1d8f9ed1c033",name:"Soul’s Calling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:28,defence:3},description:"",details:"targets creatures other than devils; the pillager devil pulls the target 2 squares.",damage:"the pillager devil pulls the target 2 squares",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4268cf17-b42f-4f71-87e7-3a85eeb037f7",name:"Quom Desperate",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"broadsword; scale armor",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:23},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:1,initiative:18,ac:35,fortitude:31,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"c1dff6be-2924-41b3-b0f6-94fe9bd859ca",name:"Inspiring Cut",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"requires broadsword",range:"",attack:{bonus:26,defence:0},description:"",details:"11 damage, and one ally within 5 squares of the quom desperate rolls to recharge one of its powers.",damage:"11 damage",category:1},{id:"9282d7c1-e1e2-4115-9df9-08f86a0440df",name:"Cosmic Vengeance",action:null,keywords:"",condition:"when the quom desperate drops to 0 hit points",range:"Close burst 3",attack:null,description:"",details:"any enemy in the burst grants combat advantage until the end of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8266ee68-fd12-4adc-93e9-65b8b1f32b91",name:"Quom Enforcer",details:"",size:2,origin:3,type:2,keywords:"",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +13",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Bluff +17, Intimidate +17",equipment:"maul; scale armor",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:18},intelligence:{score:18},wisdom:{score:21},charisma:{score:18},hp:198,initiative:12,ac:29,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"ef094d98-2b6d-44d0-94a6-49a64e6faa2b",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"4d6+6 damage.",damage:"4d6+6 damage",category:1},{id:"b43bcbe3-9b27-4a2f-b13b-df2a0cd55694",name:"Enforcer’s Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"4d6+6 damage, and the target is knocked prone and dazed (save ends).",damage:"4d6+6 damage",category:1},{id:"bf59aef0-5a2d-4732-8476-811218bc2d6f",name:"Mystic Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires maul",range:"",attack:null,description:"",details:"The quom enforcer makes three maul attacks, each against a different target. If at least one of these attacks hits, the quom enforcer gains a +2 bonus to AC and Will until the end of its next turn.",damage:"the quom enforcer gains a +2 bonus to AC and Will until the end of its next turn",category:1},{id:"de7368dd-bc26-4183-9076-a36ef92f886a",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the quom enforcer scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quom enforcer can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4b732a9d-c4fb-4964-a9e3-cee73c1de8af",name:"Quom Fanatic",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Bluff +15, Insight +17",equipment:"broadsword; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:24},intelligence:{score:17},wisdom:{score:21},charisma:{score:16},hp:145,initiative:16,ac:31,fortitude:27,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"13ca1b00-dd1c-4a37-9136-32108fa1c978",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"1ab55655-662e-4b70-b0f5-92d50bbac292",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"60ac6c1a-9839-4bfc-9592-6a9eb48a116c",name:"Mystic Mark",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets enemies; the target is marked (save ends). In addition, the quom fanatic gains a +2 bonus to attack rolls against creatures it has marked until the end of its next turn.",damage:"the quom fanatic gains a +2 bonus to attack rolls against creatures it has marked until the end of its next turn",category:3},{id:"36bf998c-8066-49fc-b09c-9c11779042be",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the quom fanatic scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quom fanatic can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d43a8e38-fa2f-4c20-8f75-cf1274eeb18b",name:"Quom Harpoonist",details:"",size:2,origin:3,type:2,keywords:"",level:19,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Bluff +18, Insight +20",equipment:"javelin; scale armor",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:25},intelligence:{score:19},wisdom:{score:22},charisma:{score:19},hp:142,initiative:16,ac:31,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"397f9d61-a89b-41cf-95c9-e1a2219b3be9",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"219ac1ea-a048-4421-89ac-10111b930e4b",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"6189d8da-02aa-4439-8f57-9a4b92240791",name:"Harpooning Javelin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires javelin",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"4d6+8 damage, and the target is pulled 3 squares and immobilized (save ends). Each Failed Saving Throw: The quom harpoonist pulls the target 3 squares.",damage:"4d6+8 damage",category:1},{id:"e963f8e5-563f-4469-bfb6-a9cc86364ae0",name:"Harpoonist’s Determination",action:{action:7,trigger:"when an enemy within 5 squares of the quom harpoonist",sustainAction:0,use:0,recharge:""},keywords:"",condition:"scores a critical hit",range:"",attack:null,description:"",details:"The quom harpoonist makes a basic attack, shifts 1 square, pulls a creature immobilized by harpooning javelin 3 squares, or moves its speed.",damage:"shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d78352a-4b80-49d9-b748-92a9ae8b3281",name:"Spined Devil Ravager",details:"",size:2,origin:3,type:2,keywords:"devil",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"5, fly 7 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:17},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:120,initiative:11,ac:26,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"45fc0f67-6e8a-481b-a8f2-dfdd466bf265",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a40a29c3-9ec2-4357-aadc-84e44c181587",name:"Spinestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"The spined devil ravager flings spines that ignite as they fly through the air. Ranged 10",attack:{bonus:15,defence:2},description:"",details:"targets one or two creatures; 1d10+3 fire damage, and the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d10+3 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10a3c981-e8fe-4876-84f1-4cb1e760ff49",name:"Tu’narathi Dragon Rider",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +13, Nature +17",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:24},intelligence:{score:11},wisdom:{score:18},charisma:{score:13},hp:156,initiative:17,ac:32,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"ba0b5b37-db92-43a5-b1bb-37491a1f4025",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+3 damage plus 1d6 psychic damage, or 2d6 psychic damage if the target is weakened.",damage:"2d8+3 damage plus 1d6 psychic damage",category:1},{id:"6aaba7ef-fb5f-4ea0-b63c-e14a9c0162da",name:"Force Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d10+5 force damage.",damage:"2d10+5 force damage",category:1},{id:"6bbb248a-ec67-473f-a2f0-188db98e4e70",name:"Dragon Rider’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"3d8+3 damage, and the target is marked by either the Tu’narathi dragon rider or its mount (rider’s choice) until the end of the dragon rider’s next turn.",damage:"3d8+3 damage",category:1},{id:"25d5fac5-8bc2-49c9-9cc4-ba3d996556e4",name:"Weakening Retribution",action:{action:5,trigger:"when a target marked by the tu’narathi dragon rider or its mount makes an attack that doesn’t include the creature marking it",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+8 damage, and the target is weakened until the end of the Tu’narathi dragon rider’s next turn.",damage:"2d8+8 damage",category:5},{id:"29e380a2-db02-4976-b8fe-50b51c6181d0",name:"Master Dragon Rider",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While mounted on a dragon, a Tu’narathi dragon rider can make either a silver longsword attack or a force bolt attack once per round as a minor action.",damage:"",category:0},{id:"2e4c0593-2617-4266-9404-83194a9f08ef",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Tu’narathi dragon rider or an ally within 10 squares of it can fly 5 squares.",damage:"The Tu’narathi dragon rider or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0c5e9ec1-d2f4-4244-a113-5d6729572546",name:"Vaprak",details:"",size:4,origin:3,type:2,keywords:"",level:25,role:{type:6,flag:1,leader:!1},senses:"Perception +24",movement:"12",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +27, Endurance +24, Intimidate +22",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:26},intelligence:{score:17},wisdom:{score:24},charisma:{score:21},hp:466,initiative:22,ac:39,fortitude:41,reflex:38,will:36,regeneration:{value:20,details:""},auras:[],powers:[{id:"13429fbb-98ff-41a6-9442-fd8edc212975",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d8+9 damage; see also blood bite.",damage:"3d8+9 damage",category:1},{id:"f02b8ec2-7444-4dc0-9589-2ab72f42ea5d",name:"Blood Bite",action:{action:3,trigger:"when vaprak hits a bloodied enemy with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a bloodied enemy hit with a claw attack; 2d8+9 damage, and Vaprak shifts 3 squares.",damage:"2d8+9 damage",category:5},{id:"4e907c74-c7e7-4771-ac5d-0566b456a229",name:"Intimidating Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:28,defence:3},description:"",details:"the target is weakened until the end of Vaprak’s next turn.",damage:"",category:2},{id:"6919d253-ed4a-446d-be41-af4359a44de9",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaprak can make opportunity attacks against all enemies within his reach (3 squares).",damage:"",category:0},{id:"8c9abec9-e166-4b9d-afa4-b49aed7a86f2",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If Vaprak is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage, he falls prone and remains at 0 hit points until the start of his next turn, when he regains 100 hit points. If an attack deals acid or fire damage to Vaprak while he’s at 0 hit points, he is destroyed. See also Vaprak’s vengeance.",damage:"if vaprak is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage",category:0},{id:"34504700-6a7c-461f-9d18-65c32b99d849",name:"Vaprak’s Vengeance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Vaprak is destroyed, his remains continue to strike at creatures. Until the end of the encounter, Vaprak makes a claw attack against any creature that enters Vaprak’s space or starts its turn there.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1d24cc4-a759-4835-ae07-20e871da75cb",name:"Vlaakith",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +23, Bluff +21, Insight +19, Intimidate +21, Religion +23",equipment:"",category:"",strength:{score:14},constitution:{score:21},dexterity:{score:11},intelligence:{score:26},wisdom:{score:19},charisma:{score:23},hp:788,initiative:10,ac:35,fortitude:31,reflex:34,will:32,regeneration:{value:10,details:""},auras:[{id:"2df6d977-79bf-4bf3-babc-2e8113d6714a",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 10 necrotic damage."}],powers:[{id:"c9e12cdc-20f7-4408-aa2b-a1817b263ce8",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d10+4 damage plus 1d10 psychic damage.",damage:"2d10+4 damage plus 1d10 psychic damage",category:1},{id:"eef66b7d-0c6e-4637-a772-13ef061dffb7",name:"Grasp of the Lich-Queen",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:"recharges when first bloodied"},keywords:"Charm, Implement, Psychic",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"2d12+5 psychic damage, and the target is dominated (save ends). While the target is dominated, any enemy of Vlaakith that starts its turn within 2 squares of the target takes 15 psychic damage.",damage:"2d12+5 psychic damage",category:3},{id:"81f5f669-264d-43a6-a192-9d737c8db293",name:"Crippling Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"3d8+4 necrotic damage. In addition, until the end of Vlaakith’s next turn, the target is slowed and takes a -4 penalty to all defenses.",damage:"3d8+4 necrotic damage",category:1},{id:"830fc9aa-470d-4b0c-86b7-19ae4475285f",name:"Banish",action:{action:4,trigger:"when an enemy hits vlaakith with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Targets the triggering enemy; 2d10+8 necrotic damage, and the target is banished to a remote region of Tytherion. While banished, the target takes no actions. At the end of its next turn, the target returns to the same square it occupied (or the nearest empty square).",damage:"2d10+8 necrotic damage",category:5},{id:"9a66960d-25e8-4b06-8692-fe197e78cfcb",name:"Crippling Barrage",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:null,description:"",details:"Vlaakith makes three crippling ray attacks, each against a different target.",damage:"",category:1},{id:"6f64c54e-4f5f-4eaf-aa40-aa2a7c21541b",name:"Dancing Silver Greatsword",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Close burst 10",attack:{bonus:26,defence:0},description:"",details:"targets one enemy; 1d10+4 damage, and ongoing 10 psychic damage (save ends).",damage:"1d10+4 damage",category:3},{id:"943a62b7-2adc-42fd-b281-6e56a2c8a433",name:"Necrotic Waves",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"usable only while bloodied",range:"Close burst 2",attack:{bonus:23,defence:1},description:"",details:"3d6+3 necrotic damage. In addition, Vlaakith gains a +2 bonus to her next attack roll before the end of her turn.",damage:"3d6+3 necrotic damage",category:3},{id:"c2b0e695-cbde-4632-a0bc-066f6f3d8688",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Vlaakith drops to 0 hit points, her body and possessions crumble into dust, but she is not destroyed. She and her possessions reappear adjacent to her phylactery in 1d10 days, unless the phylactery is also destroyed.",damage:"She and her possessions reappear adjacent to her phylactery in 1d10 days",category:0},{id:"2e12e6fe-fdb4-4055-8d2d-252d3490ac20",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith or an ally within 10 squares of her can fly 5 squares.",damage:"Vlaakith or an ally within 10 squares of her can fly 5 squares",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"radiant (if Vlaakith takes radiant damage, her regeneration doesn’t function on her next turn)",immune:"disease, poison",tactics:""},{id:"a680e268-042f-40aa-a105-3d3de86c7496",name:"Void Nexus Nullifier",details:"",size:3,origin:3,type:2,keywords:"",level:25,role:{type:2,flag:0,leader:!0},senses:"Perception +15; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Evil",languages:"Primordial, Supernal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:16},charisma:{score:25},hp:282,initiative:19,ac:37,fortitude:37,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"e1a03834-d4cc-4a5f-af27-ad01c6b35135",name:"Disheartening Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and any creature within 3 squares of the void nexus nullifier has its temporary hit points reduced to 0.",damage:"3d10+10 damage",category:1},{id:"f8e414ce-cc11-46da-873e-f19834964b46",name:"Flaring Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Varies",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and any enemy within 3 squares of the void nexus nullifier that is taking ongoing damage takes that damage.",damage:"3d10+10 damage",category:1},{id:"979f6df1-4694-44fb-b77f-249bb55ee325",name:"Nexus Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and all effects that a save can end on creatures within 3 squares of the void nexus nullifier end.",damage:"3d10+10 damage",category:1},{id:"8e6b8036-6b75-4652-8034-c7e0eb465362",name:"Hasty Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"4d10+10 damage, and the void nexus nullifier shifts 2 squares and makes a melee basic attack.",attack:{bonus:28,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"1fc80279-4634-499f-a38b-b3929a1bf14a",name:"Dispelling Presence",action:null,keywords:"",condition:"when the void nexus nullifier enters a zone",range:"",attack:null,description:"",details:"If the zone was created by a creature of the void nexus nullifier’s level or lower, that zone ends.",damage:"",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"abfb0bc2-e4fa-47f1-b1eb-6c67e766271d",name:"Voracia",details:"",size:3,origin:1,type:1,keywords:"",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +16",movement:"7 (10 while bloodied), climb 6",alignment:"Chaotic Evil",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:26},intelligence:{score:18},wisdom:{score:20},charisma:{score:20},hp:416,initiative:21,ac:36,fortitude:34,reflex:34,will:30,regeneration:null,auras:[{id:"79717166-7fa8-4747-a04a-55a25d025c72",name:"Acid Haze",keywords:"",details:"(Acid) aura 3; each enemy that enters the aura or starts its turn there takes 10 acid damage, or 20 acid damage while the voracia is bloodied."}],powers:[{id:"d2c07ef7-2ecd-42c0-bc66-8a94dd86a2c0",name:"Envenomed Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; targets one or two creatures; 2d8+12 damage, and ongoing 5 poison damage (save ends). If the target is bloodied by this attack, the target is also dazed until the end of its next turn.",damage:"2d8+12 damage",category:1},{id:"fd365fe5-eaf3-41c3-9852-778aa3c4664d",name:"Acidic Spittle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"2d6+12 acid damage, and ongoing 15 acid damage (save ends).",damage:"2d6+12 acid damage",category:1},{id:"a2110cde-ddc2-4a9f-ac18-0811f3b033fa",name:"Ravenous Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The voracia makes two envenomed fangs attacks and shifts 3 squares.",damage:"The voracia makes two envenomed fangs attacks and shifts 3 squares",category:1},{id:"6e0f4401-77ec-45a2-9a1f-c97655234a6d",name:"Astral Doom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Enemies cannot reroll attacks against a voracia.",damage:"",category:0},{id:"1bbb2eaf-bdaf-4f56-af1a-e5fd9669f23a",name:"Stepper’s Bane",action:{action:4,trigger:"when an enemy uses a teleportation power inside the voracia’s acid haze aura",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"The voracia teleports 10 squares and makes a melee basic attack. If it hits the triggering enemy with this attack, the target also takes ongoing 10 poison damage (save ends).",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:1,value:-20},{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"497b2cc8-ea20-4189-9a1e-dd4518100890",name:"Warder Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"Intimidate +17",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:14},wisdom:{score:11},charisma:{score:19},hp:154,initiative:16,ac:32,fortitude:32,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"9fb6dc63-3f2e-41db-8f2f-0d63db1a7202",name:"Burning Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+11 fire damage, and the target is marked until the end of the encounter or until the warder devil uses burning greatsword against a different target.",damage:"1d10+11 fire damage",category:1},{id:"d3ee84b4-78d1-40be-9998-ebae449e205b",name:"Whirling Ravage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:0},description:"",details:"1d10+11 fire damage, and ongoing 10 fire damage (save ends). If the target is marked by the warder devil, it instead takes ongoing 15 fire damage (save ends).",damage:"1d10+11 fire damage",category:1},{id:"9d93ee9c-2bb4-46e4-b51c-cf15f50d9516",name:"Hell’s Step",action:{action:5,trigger:"when an enemy marked by the warder devil hits an ally",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The warder devil teleports 10 squares to a space adjacent to the triggering enemy and makes a burning greatsword attack against that creature.",damage:"The warder devil teleports 10 squares to a space adjacent to the triggering enemy and makes a burning greatsword attack against that creature",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1993e3b7-2741-44e2-a26c-3ba10f599a7f",name:"Whitefire Burning Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:22},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:1,initiative:15,ac:28,fortitude:26,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"6589a2b9-8085-45e0-ab5e-9512ac729059",name:"Burning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"9 radiant damage.",damage:"9 radiant damage",category:1},{id:"a4157a46-5c07-471a-97ba-b36509165fa3",name:"Whiteflame Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"9 radiant damage.",damage:"9 radiant damage",category:1},{id:"d47cb555-de99-4c1b-8049-d930da9699fc",name:"Whitefire Burst",action:null,keywords:"Radiant",condition:"when the whitefire burning devil drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"no attack roll; the target takes ongoing 9 radiant damage (save ends).",damage:"the target takes ongoing 9 radiant damage (save ends)",category:0},{id:"2c41bf43-0131-44da-af4d-3c3f078f4c7b",name:"Brilliant Alacrity",action:{action:7,trigger:"when the whitefire burning devil is missed by a fire or radiant attack",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"",attack:null,description:"",details:"The whitefire burning devil teleports 7 squares. At the end of the movement, the burning devil makes a whiteflame bolt attack against the creature that made the triggering attack.",damage:"The whitefire burning devil teleports 7 squares",category:5}],damageModifiers:[{type:3,value:-15},{type:9,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c112e7ad-2a3e-4c51-9882-2b8f89a79993",name:"Acolyte of Entropy",details:"Skirnex has gathered a small group of fanatical slaad worshipers of Ygorl who coerce other slaads into following his orders.",size:2,origin:1,type:2,keywords:"slaad",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +16, Stealth +17",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:17},intelligence:{score:23},wisdom:{score:19},charisma:{score:16},hp:162,initiative:14,ac:31,fortitude:30,reflex:31,will:28,regeneration:{value:5,details:""},auras:[],powers:[{id:"0ff9dcc8-72a4-4c66-97fb-9b21e6c06f71",name:"Entropic Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+8 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+8 necrotic damage",category:1},{id:"22ae422b-f75d-4fd5-ac3e-77eec1a12cf3",name:"Void Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:21,defence:2},description:"",details:"2d8+8 necrotic damage, and the target is knocked prone. If the attack scores a critical hit, the target is also stunned until the end of its next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"75f52a14-a0d2-443b-b6c5-810d09b37e81",name:"Illogic Burst",action:{action:1,trigger:"recharges when the acolyte is restored to full hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"when the acolyte of entropy becomes bloodied",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"the acolyte of entropy’s head explodes; 3d8+6 necrotic damage, and ongoing 5 psychic damage (save ends). Aftereffect: The target grants combat advantage until the end of its next turn.",damage:"3d8+6 necrotic damage",category:5},{id:"17ade7a6-94ed-4d37-bfce-d92fdcbf787f",name:"Entropic Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever the acolyte of entropy hits a target granting combat advantage to it, that target also gains vulnerable 5 to all damage (save ends).",damage:"that target also gains vulnerable 5 to all damage (save ends)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bb9829c9-29dd-48c4-87ca-6fb515d84945",name:"Ashfrost Assassin",details:"An ashfrost assassin’s dark body is a shifting slurry of smoldering ash and ice that constantly melts and refreezes. Its malleable form allows it to move in unexpected ways.",size:2,origin:1,type:1,keywords:"cold, fire",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"7 see also flowing slurry",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +17",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:22},intelligence:{score:7},wisdom:{score:19},charisma:{score:8},hp:121,initiative:14,ac:26,fortitude:23,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"324cf123-0a2e-4c2c-8001-e00bb26049c4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"1d6+3 cold damage plus 1d6 + 3 fire damage, and the target is knocked prone and cannot stand up until the end of the ashfrost assassin’s next turn.",damage:"1d6+3 cold damage plus 1d6 + 3 fire damage",category:1},{id:"b93de2f8-128a-4e7e-9235-fde5df76d284",name:"Ashfrost Slide",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ashfrost assassin moves its speed and can make a slam attack at any point during this movement. It doesn’t provoke opportunity attacks when moving away from the target.",damage:"",category:1},{id:"25aada73-a7d5-4561-9231-e4886e72bd9c",name:"Ashfrost Torrent",action:{action:1,trigger:"or recharges when the ashfrost assassin takes cold or fire damage",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Fire",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"2d6+3 cold damage plus 2d6 +3 fire damage, and the target is knocked prone.",damage:"2d6+3 cold damage plus 2d6 +3 fire damage",category:5},{id:"64b4e4cd-9ccf-448e-8f09-63484ea34e1a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ashfrost assassin deals 1d8 extra cold damage and 1d8 extra fire damage against any creature granting combat advantage to it instead of knocking that creature prone.",damage:"an ashfrost assassin deals 1d8 extra cold damage and 1d8 extra fire damage against any creature granting combat advantage to it instead of knocking that creature prone",category:0},{id:"d1f78f1d-095b-481d-81f0-cddf3dcdc3e0",name:"Mutable Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When squeezing, an ashfrost assassin moves at full speed, provokes no opportunity attacks for squeezing, and does not take a -5 penalty to attack rolls for squeezing.",damage:"and does not take a -5 penalty to attack rolls for squeezing",category:0},{id:"c4e82979-f0ec-4bd8-8b70-e3a5dba9252e",name:"Flowing Slurry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ashfrost assassin can move across liquid and ignores difficult terrain.",damage:"",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eb73fad8-dd2f-49bc-836e-6b91fdd349b9",name:"Ash-Wrought Soulburner",details:"Formerly efreets, ash-wrought soulburners feed on the warmth of living beings. Though they burn flesh, their feeding drains body heat, leaving behind icy corpses rather than cinders.",size:3,origin:1,type:2,keywords:"demon, fire",level:19,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"Intimidate +20",equipment:"",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:22},intelligence:{score:11},wisdom:{score:9},charisma:{score:23},hp:178,initiative:15,ac:32,fortitude:32,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"dc416011-bacd-4524-b1a7-3d3a2c13a33e",name:"Chilling Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+8 cold damage.",damage:"3d6+8 cold damage",category:1},{id:"f0d4efc8-49c4-4b76-8ee0-bf74ee8c3951",name:"Soulfire Theft",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 15",attack:{bonus:23,defence:1},description:"",details:"1d10+8 cold damage, and the target takes ongoing 5 cold damage and is slowed (save ends both). When any creature fails a saving throw against this power, the ash-wrought soulburner recharges either burning ash storm or soulfire inferno.",damage:"1d10+8 cold damage",category:1},{id:"fb10dea3-b3d0-4916-9c00-d065b1b004dd",name:"Soulfire Inferno",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Ranged 15",attack:{bonus:23,defence:2},description:"",details:"2d8+7 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d8+7 fire damage",category:1},{id:"0fb5110a-aea2-42e1-8f41-93e457180a69",name:"Burning Ash Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 2 within 15",attack:null,description:"",details:"the burst creates a zone of burning ash that lasts until the end of the ash-wrought soulburner’s next turn. Any creature that starts its turn within the zone takes 2d6 + 3 fire damage. The zone blocks line of sight. Sustain Minor: The zone persists, and the soulburner can move it 3 squares.",damage:"any creature that starts its turn within the zone takes 2d6 + 3 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"15 variable (2/encounter)",vulnerable:"cold (an ashwrought soulburner that takes cold damage is slowed until the end of its next turn)",immune:"",tactics:""},{id:"d4ad1d5c-5a4d-42b9-a75e-7bc6eed11d78",name:"Black Slaad Entropic",details:"Black slaads embody entropic energies similar to those that Ygorl wields. Those the Lord of Entropy selects as personal troops are changed by his touch, becoming black slaad entropics.",size:3,origin:1,type:2,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +15; low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:12},wisdom:{score:15},charisma:{score:25},hp:1,initiative:21,ac:38,fortitude:39,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"3461b94e-885a-494e-94b6-392fabde8781",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 12 damage, and until the start of the black slaad entropic’s next turn, the target takes 5 extra damage whenever the target is hit by an attack.",damage:"12 damage",category:1},{id:"ecc64a2a-b931-4d23-ae89-9533475420df",name:"Ray of Entropy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"10 damage, and ongoing 7 damage (save ends).",damage:"10 damage",category:1},{id:"e8a6d8c5-4ac6-4819-88c1-0178ebdc5806",name:"Entropic Void",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:27,defence:1},description:"",details:"10 damage, the target is pulled 1 square, and the black slaad entropic becomes an entropic void.",damage:"10 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"fc9aa17b-37cc-4a32-a537-cfff45627a55",name:"Blue Slaad Digester",details:"These variant blue slaads try to consume reality in search of the true nature of the wider multiverse. They have a filthy habit of predigesting prey with acidic saliva while holding it with their sticky skin.",size:3,origin:1,type:2,keywords:"",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +13; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:20},intelligence:{score:4},wisdom:{score:13},charisma:{score:20},hp:332,initiative:14,ac:28,fortitude:27,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"db9ba933-e089-4442-bc0d-a6f3325b7cf1",name:"Grasping Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+9 damage, and the target is grabbed and exposed to chaos phage (page 142). The blue slaad digester can grab up to two Medium or smaller creatures at once.",damage:"1d8+9 damage",category:1},{id:"c52227d1-18d3-460d-a97b-73fc9b621400",name:"Acidic Spew",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"One creature grabbed by the blue slaad digester takes ongoing 10 acid damage (save ends).",damage:"one creature grabbed by the blue slaad digester takes ongoing 10 acid damage (save ends)",category:3},{id:"4439157a-4add-4cf9-8b17-85e6c5212e7d",name:"Caustic Tongue",action:{action:1,trigger:"when a creature grabbed by the blue slaad digester escapes the grab",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"opportunity",range:"",attack:{bonus:17,defence:1},description:"",details:"Reach 2; targets the triggering creature; the target is knocked prone and takes ongoing 10 acid damage (save ends).",damage:"the target is knocked prone and takes ongoing 10 acid damage (save ends)",category:5},{id:"879a3ebd-35f1-4aa2-87d8-f6534e6405a0",name:"Covetous Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blue slaad digester makes two grasping claw attacks.",damage:"",category:1},{id:"c43cd759-e95a-4bf1-ae32-c320ec6ee88b",name:"Digestive Spray",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"1d8+6 damage, and ongoing 10 acid damage (save ends).",damage:"1d8+6 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"553bf4b0-ba9a-49d1-93e8-bd9e35c87aac",name:"Caustic Slayer",details:"Fine salt crystals and other caustic minerals form a gritty, malleable body around flexible bones of shifting rock, creating a towering form of streaming particles and writhing limbs. Although the creature is enormous, its constituent parts are so fine that it moves with unexpected ease.",size:4,origin:1,type:1,keywords:"earth",level:24,role:{type:4,flag:1,leader:!1},senses:"Perception +19",movement:"7 (earth walk), climb 7 see also malleable form",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:28},intelligence:{score:8},wisdom:{score:25},charisma:{score:8},hp:346,initiative:25,ac:38,fortitude:35,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"9855a401-3c66-4373-b897-b20ece18b22a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Reach 3; 1d10+7 damage, and ongoing 10 acid damage (save ends). If the target cannot see the caustic slayer, it instead takes 2d10 + 7 damage, and ongoing 15 acid damage (save ends).",damage:"1d10+7 damage",category:1},{id:"562fc648-655e-4881-985d-daed5d0259a6",name:"Eyeburn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"2d6+7 acid damage, and the target is blinded until the end of the caustic slayer’s next turn.",damage:"2d6+7 acid damage",category:1},{id:"dc2b6a52-0514-4ffd-82ba-2e721215289a",name:"Slayer’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"the caustic slayer makes two basic attacks.",damage:"",category:1},{id:"21fd0b2a-a94a-4882-82a4-da9fc8fbec68",name:"Caustic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"2d10+7 acid damage, and the target takes ongoing 10 acid damage and is slowed (save ends both).",damage:"2d10+7 acid damage",category:1},{id:"f9f461f0-2616-484a-9848-c6876f36c633",name:"Sight-Burning Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of corrosive grit centered on the caustic slayer that lasts until the end of its next turn. When the slayer moves, the zone moves with it, remaining centered on it. Any creature that ends its turn within the zone takes 20 acid damage and is blinded until the end of its next turn. The zone’s area is heavily obscured for all creatures except the caustic slayer, which treats it as lightly obscured. Sustain Minor: The zone persists.",damage:"any creature that ends its turn within the zone takes 20 acid damage and is blinded until the end of its next turn",category:1},{id:"e1b1407e-a437-4b09-9ec7-6cad2df9b52d",name:"Malleable Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A caustic slayer can squeeze through spaces as though it were a Large creature.",damage:"",category:0}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"22931362-9469-430b-8056-1d8084cca5c9",name:"Chaos Phage Swarm",details:"These mindless clumps of oversized slaad embryos are set loose into the Elemental Chaos to spread havoc and produce more of their kind. A chaos phage swarm attacks recklessly, since in death it infects even more potential hosts.",size:2,origin:1,type:1,keywords:"swarm",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"fly 6 (hover)",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:1},wisdom:{score:16},charisma:{score:3},hp:151,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[{id:"badff62b-d483-4565-b8e1-d0a1c3235675",name:"Swarm Attack",keywords:"",details:"(Disease) aura 1; each enemy that starts its turn within the aura takes 7 damage and is exposed to chaos phage (see below)."}],powers:[{id:"2c745e4c-45c1-4d25-b7ae-f4f1e2c0bd81",name:"A Thousand Tiny Bites",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"2d10+5 damage, and the target is exposed to chaos phage (see below).",damage:"2d10+5 damage",category:1},{id:"d557cc68-da29-4eac-bd1e-049a219482a4",name:"Swarm Swell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Reach 2; 2d10+5 damage, ongoing 10 damage (save ends), and the target is exposed to chaos phage.",damage:"2d10+5 damage",category:1},{id:"c8a4cb1e-18b8-4caa-8e03-7cbde787cc5f",name:"Death Burst",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"The chaos phage swarm explodes in a burst of diseased matter: Close burst 2",attack:{bonus:13,defence:2},description:"",details:"ongoing 10 damage (save ends), and the target is exposed to chaos phage.",damage:"ongoing 10 damage (save ends)",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"chaos phage",tactics:""},{id:"7f227e11-a7f0-422a-afba-ff1458b2a722",name:"Consumptive Parasite",details:"Prolonged exposure to the Abyss normally transforms slaads into void slaads, but those that were bathed in energy at the birth of the Abyss were more dramatically altered. From those first warped slaads burst swarms of ravenous parasites combining the worst aspects of slaad tadpoles and demons.",size:1,origin:1,type:1,keywords:"demon",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"6 see also chaotic shift",alignment:"Chaotic Evil",languages:"understands Abyssal",skills:"",equipment:"",category:"",strength:{score:9},constitution:{score:21},dexterity:{score:24},intelligence:{score:3},wisdom:{score:19},charisma:{score:9},hp:1,initiative:15,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"405a56b2-c249-4b37-ac13-2b4f30baa916",name:"Digestive Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"4 acid damage, and the target gains vulnerable 5 acid (save ends).",damage:"4 acid damage",category:1},{id:"dfe273b0-e19f-4d0d-a7b5-27d3ece8852c",name:"Chaotic Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The consumptive parasite shifts 2 squares.",damage:"The consumptive parasite shifts 2 squares",category:2}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease",tactics:""},{id:"0e057694-603b-4e35-9334-221ae16ab6be",name:"Crushing Wave Hierophant",details:"",size:2,origin:1,type:2,keywords:"aquatic, water; Genasi",level:10,role:{type:0,flag:0,leader:!0},senses:"Perception +8",movement:"6, swim 6",alignment:"Evil",languages:"Common, Primordial",skills:"Arcana +12, Religion +12",equipment:"chainmail",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:18},intelligence:{score:15},wisdom:{score:17},charisma:{score:21},hp:84,initiative:9,ac:22,fortitude:22,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"78e734a1-69c6-487f-aff9-faaec280310b",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"32fe3ecb-5eb9-4427-b8a7-79a9a5f523a1",name:"Force Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:17,defence:0},description:"",details:"2d6+6 force damage, and the Crushing Wave hierophant slides the target 2 squares.",damage:"2d6+6 force damage",category:1},{id:"26b1914d-edc3-4751-ac0c-cd434428158b",name:"Tide of War",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target shifts 2 squares. If the target ends this move adjacent to at least one enemy, it can make a melee basic attack against one of those enemies as a free action.",attack:null,description:"",details:"targets one or two allies",damage:"",category:3},{id:"5286f0e9-39ac-4a7b-83ca-5f5c0d6d7756",name:"Phantom Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:15,defence:2},description:"",details:"2d8+5 force and lightning damage, and the target is slowed until the end of the Crushing Wave hierophant’s next turn.",damage:"2d8+5 force and lightning damage",category:1},{id:"c2da888d-30ca-4806-b568-ea8a167f4315",name:"Swift Current",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Crushing Wave hierophant shifts 6 squares. During this movement, the hierophant can move across liquid and through enemies’ spaces, ignoring difficult terrain and hazardous terrain effects. It takes no penalties for squeezing during this movement.",damage:"The Crushing Wave hierophant shifts 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"943234a6-d9d7-49db-bc49-70018a57510d",name:"Diamondstorm Reaper",details:"The vicious diamondstorm reaper combines the strength and sharpness of diamond with the fluidity of wind.",size:3,origin:1,type:1,keywords:"air, earth",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:6},wisdom:{score:19},charisma:{score:9},hp:188,initiative:18,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"c548dcc7-5bf4-4ae0-9e63-ecea9fda47f8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+8 damage (crit 3d6 + 26), and the target is marked until the end of the diamondstorm reaper’s next turn.",damage:"3d6+8 damage (crit 3d6 + 26)",category:1},{id:"20f8b165-5c5c-4811-b925-a3b2af2431d2",name:"Reaping",action:{action:5,trigger:"when a creature marked by the reaper moves or shifts out of a square adjacent to it; or makes an attack that does not include the reaper",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondstorm reaper makes a slam attack against the triggering creature. On a hit, the target’s movement ends.",damage:"",category:5},{id:"d2ade765-10f6-46cc-9bb0-21484fb5a0b2",name:"Diamond Shred",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondstorm reaper makes two slam attacks. If both attacks hit the same target, that target is also knocked prone and dazed until the end of the diamondstorm reaper’s next turn.",damage:"",category:1},{id:"a7bbcaf4-efe4-4cf4-9eb9-4ebcbdbd3ce3",name:"Diamondstorm",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"The diamondstorm reaper shifts its speed and can move through enemies’ spaces. It makes an attack against each creature whose space it enters; 4d8+8 damage (crit 4d8 + 32), and the target is marked until the end of the diamondstorm reaper’s next turn.",damage:"4d8+8 damage (crit 4d8 + 32)",category:5},{id:"d1a854eb-3d0c-4611-8397-1e0e8e13bd10",name:"Keen Winds",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A diamondstorm reaper can score a critical hit on a roll of 19-20.",damage:"A diamondstorm reaper can score a critical hit on a roll of 19-20",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18e1ca70-3b9b-4537-8e3d-5be4a753f316",name:"Djinn Cloudstalker",details:"",size:3,origin:1,type:2,keywords:"air",level:24,role:{type:4,flag:0,leader:!1},senses:"Perception +16; blindsight 10",movement:"6, fly 8 (hover); see also cloud form",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +26",equipment:"katar",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:28},intelligence:{score:23},wisdom:{score:18},charisma:{score:25},hp:173,initiative:25,ac:38,fortitude:35,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"7ac14e8d-6abc-4fc4-85a4-f8bae73a902a",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d8+9 damage (crit 3d8 + 18).",damage:"2d8+9 damage (crit 3d8 + 18)",category:1},{id:"7faa189c-23cf-411e-8f08-c763053d85f0",name:"Biting Wind",action:{action:1,trigger:"usable only in cloud form",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; targets a creature within reach or within the cloud form zone; 4d8+9 cold damage, and the target is knocked prone. The djinn cloudstalker returns to its humanoid form after the attack. See also cloud form.",damage:"4d8+9 cold damage",category:5},{id:"859cfe9d-f2ea-4fa9-8a4b-0a3798eab40a",name:"Cloud Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph, Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"the djinn cloudstalker disperses into a billowing cloud. The burst creates a cloudy zone until the cloudstalker uses a minor action to end the effect or is forced to resume humanoid form. While in cloud form, the cloudstalker cannot be attacked and can use only biting wind and turbulence. It can fly at half speed as a move action, squeeze as though it were a Tiny creature, and move through enemy-occupied spaces.",damage:"",category:1},{id:"6ab6935b-c32b-452e-9e2a-f48d73025ee7",name:"Turbulence",action:{action:3,trigger:"usable only in cloud form",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:26,defence:1},description:"",details:"targets enemies; the djinn cloudstalker slides the target 2 squares and knocks it prone.",damage:"the djinn cloudstalker slides the target 2 squares and knocks it prone",category:5}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"19fe0101-793c-4d86-af65-bb815c0cdae8",name:"Dust Demon",details:"The aftermath of the Abyss’s creation engulfed a tribe of djinns, scouring away portions of their flesh and souls until they were little more than sentient wind and bits of debris. The resulting blight-born demons, known as dust demons, appear as whirlwinds of dirt, dust, teeth, and broken bone that whip through one another so that it is impossible to tell where one ends and the next begins. Driven insane by their transformation, dust demons kill and maim out of endless rage directed against all creatures that do not suffer as they do.",size:3,origin:1,type:1,keywords:"air, demon",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"fly 10 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:20},charisma:{score:17},hp:296,initiative:14,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[{id:"13ae3969-9f53-49e5-bace-69261110bb13",name:"Buffeting Winds",keywords:"",details:"aura 5; each creature in the aura takes a -2 penalty to attack rolls with ranged and area attacks."}],powers:[{id:"d1a142ac-2c7c-4300-b2e9-11842894f784",name:"Wind and Thunder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; 1d8+7 damage plus 1d8 thunder damage, and the dust demon slides the target 3 squares. The dust demon can then shift 1 square or move 3 squares as a free action.",damage:"1d8+7 damage plus 1d8 thunder damage",category:1},{id:"f75a180f-4ed7-4648-b2a4-a426f4179fb1",name:"Whirlwind Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"The dust demon moves half its speed and can move through enemies’ spaces. This movement does not provoke opportunity attacks. At any point during the move, it makes an attack against a Large or smaller creature within reach: reach 2; the target is grabbed and pulled into the dust demon’s space. Until the grab ends, the target is dazed and takes ongoing 10 damage and ongoing 5 thunder damage. When the grab ends, the target shifts to a square of its choice adjacent to the dust demon.",damage:"the target is dazed and takes ongoing 10 damage and ongoing 5 thunder damage",category:1},{id:"36346f74-a6f1-4191-91e8-a18c826fe0d5",name:"Dust Horde",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Five dust wisps appear, each in an unoccupied square within 2 squares of the dust demon. Each wisp takes a move action and a standard action right away and thereafter acts immediately after the dust demon’s initiative count. When a dust wisp is reduced to 0 hit points, the dust demon that created it takes 5 damage. Characters do not earn experience points for killing dust wisps created by this power.",damage:"the dust demon that created it takes 5 damage",category:1},{id:"63f24644-ac03-455c-b923-53443a076fe6",name:"Bloodied Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied by an attack",range:"",attack:null,description:"",details:"The dust demon slides the triggering attacker 4 squares.",damage:"The dust demon slides the triggering attacker 4 squares",category:1}],damageModifiers:[],resist:"10 variable (3/encounter), half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"b70e284c-6998-4599-b9ab-103897d74d2a",name:"Dust Wisp",details:"The aftermath of the Abyss’s creation engulfed a tribe of djinns, scouring away portions of their flesh and souls until they were little more than sentient wind and bits of debris. The resulting blight-born demons, known as dust demons, appear as whirlwinds of dirt, dust, teeth, and broken bone that whip through one another so that it is impossible to tell where one ends and the next begins. Driven insane by their transformation, dust demons kill and maim out of endless rage directed against all creatures that do not suffer as they do.",size:1,origin:1,type:2,keywords:"air, demon",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"fly 10 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:20},charisma:{score:17},hp:1,initiative:14,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[{id:"99d3cce2-5157-44df-a0eb-f605e198a26d",name:"Buffeting Winds",keywords:"",details:"aura 2; each creature within the aura takes a -2 penalty to attack rolls with ranged and area attacks."}],powers:[{id:"753126ce-7217-4d86-b356-88345fdcefdf",name:"Wind and Thunder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"7 damage plus 4 thunder damage, and the dust wisp slides the target 3 squares. The dust wisp can then shift 1 square or move 3 squares as a free action.",damage:"7 damage plus 4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b11b05c-4245-451f-a23a-ce463f31cbd0",name:"Eisk Jaat Mauler",details:"",size:2,origin:1,type:2,keywords:"cold",level:16,role:{type:2,flag:0,leader:!0},senses:"Perception +14",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"hide armor",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:19},intelligence:{score:10},wisdom:{score:22},charisma:{score:12},hp:194,initiative:12,ac:28,fortitude:29,reflex:26,will:28,regeneration:null,auras:[{id:"ffbba169-a771-4196-9d85-03f98469f725",name:"Pack Master",keywords:"",details:"aura 5: each elemental beast ally that starts its turn within the aura rolls twice when recharging a power that recharges on a die roll, taking the higher result."}],powers:[{id:"ccd36583-8007-447f-b263-33de406efccd",name:"Frost Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+5 damage plus 2d6 cold damage, and the target is slowed until the end of the eisk jaat mauler’s next turn.",damage:"2d6+5 damage plus 2d6 cold damage",category:1},{id:"e0e04f4c-f218-4194-96af-df451f4a082d",name:"Icebind Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Targets a prone or slowed creature; 4d6+5 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed until the end of the eisk jaat mauler’s next turn.",damage:"4d6+5 cold damage",category:1},{id:"9a412cff-f30b-400e-b9b3-24a3a1f82bee",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an eisk jaat, the eisk jaat moves 1 square less than the effect specifies. Also, an eisk jaat can make a saving throw to avoid being knocked prone.",damage:"the eisk jaat moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"29c00015-4836-4cc4-bc87-76d756406eb7",name:"Eisk Jaat Mystic",details:"",size:2,origin:1,type:2,keywords:"cold",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +16",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:14},intelligence:{score:21},wisdom:{score:24},charisma:{score:14},hp:136,initiative:15,ac:32,fortitude:30,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"62fd849a-6a0f-4448-a044-4be20f3352b6",name:"Rime Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d6+3 damage, and ongoing 10 cold damage (save ends).",damage:"1d6+3 damage",category:1},{id:"4fd68925-6568-420a-84cf-6ed017254974",name:"Chilling Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d6+7 cold damage, and the target gains vulnerable 10 cold until the end of the eisk jaat mystic’s next turn.",damage:"2d6+7 cold damage",category:1},{id:"ed6a4379-5a85-4a6c-9bd2-b76ef7f46ec8",name:"Blizzard Cloak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of whirling snow and wind centered on the eisk jaat mystic that lasts until the end of the mystic’s next turn. When the mystic moves, the zone moves with it, remaining centered on it. Any enemy that ends its turn within the zone takes 15 cold damage and is slowed until the end of its next turn. The zone’s space is heavily obscured. Sustain Minor: The zone persists.",damage:"any enemy that ends its turn within the zone takes 15 cold damage and is slowed until the end of its next turn",category:1},{id:"1e5515f4-3d2b-4753-b467-e937a3c52f4a",name:"Winter’s Fury",action:{action:1,trigger:"recharges when blizzard cloak ends",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:1},description:"",details:"2d8+7 cold damage, and the target is immobilized (save ends). If the target is already immobilized, prone, or slowed, it is instead restrained (save ends).",damage:"2d8+7 cold damage",category:5},{id:"ec850caa-b133-4866-bdd4-19cdf14685f2",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an eisk jaat, the eisk jaat moves 1 square less than the effect specifies. Also, an eisk jaat can make a saving throw to avoid being knocked prone.",damage:"the eisk jaat moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"dba0e359-00b4-4b2a-a3e9-b0c0ae8abd02",name:"Eisk Jaat Rimebolter",details:"",size:2,origin:1,type:2,keywords:"cold",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"chainmail; crossbow bolts (20)",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:23},intelligence:{score:10},wisdom:{score:21},charisma:{score:12},hp:115,initiative:13,ac:27,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"b72d58da-48d6-4805-b2f5-4304bb596d02",name:"Frost Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+5 damage plus 1d10 cold damage.",damage:"1d10+5 damage plus 1d10 cold damage",category:1},{id:"32db7272-d765-4098-89a4-127d15ab9560",name:"Rimebolt Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+5 cold damage, and the target is slowed until the end of the eisk jaat rimebolter’s next turn.",damage:"2d8+5 cold damage",category:1},{id:"8b9aa491-d074-4b59-b113-fb91729535f1",name:"Winterbite Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:1},description:"",details:"2d8+5 cold damage, and the target takes ongoing 10 cold damage and is slowed (save ends both). Until the target saves, any creature that starts its turn within 2 squares of the target takes 5 cold damage.",damage:"2d8+5 cold damage",category:1},{id:"ab24cec5-ab30-4a91-a5a3-e6c6b2938e75",name:"Slide Away",action:{action:5,trigger:"when hit by a melee or close attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eisk jaat rimebolter shifts 5 squares.",damage:"The eisk jaat rimebolter shifts 5 squares",category:5},{id:"a5f6586c-bff0-4ed3-b500-acd6f0702f05",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an eisk jaat, the eisk jaat moves 1 square less than the effect specifies. Also, an eisk jaat can make a saving throw to avoid being knocked prone.",damage:"the eisk jaat moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"3637d30c-3760-4fcc-9b4c-bf1c5b9b006f",name:"Eisk Jaat Warrior",details:"",size:2,origin:1,type:2,keywords:"cold",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"hide armor",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:19},intelligence:{score:10},wisdom:{score:20},charisma:{score:10},hp:1,initiative:13,ac:29,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"0f8847fd-0ed0-4e52-80e3-cfbfb76b7db1",name:"Icy Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"7 cold damage (crit 10).",damage:"7 cold damage (crit 10)",category:1},{id:"b2e72e23-b3d6-4e59-9867-c01af3699736",name:"Slide Away",action:{action:5,trigger:"when hit by a close or area attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eisk jaat warrior shifts 3 squares.",damage:"The eisk jaat warrior shifts 3 squares",category:5}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"aee6d385-0582-442b-bce3-36d02de6a58e",name:"Entropic Void",details:"Black slaads embody entropic energies similar to those that Ygorl wields. Those the Lord of Entropy selects as personal troops are changed by his touch, becoming black slaad entropics.",size:3,origin:1,type:1,keywords:"blind",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +10; blindsight 10",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:29},intelligence:{score:4},wisdom:{score:4},charisma:{score:25},hp:1,initiative:24,ac:42,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"7d97c3e4-3620-461b-be77-66bdede90019",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"the target is pulled into the entropic void’s space and grabbed. The target is weakened until the grab ends. Sustain Standard: The entropic void sustains the grab, and the target takes 15 damage.",damage:"and the target takes 15 damage",category:1},{id:"6969aaab-66c6-438e-935a-069d7fc2c24d",name:"Entropic Locus",action:null,keywords:"Zone",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of black void that lasts until the end of the encounter. The zone blocks line of sight. Any creature that enters or starts its turn in the zone takes 10 damage.",damage:"any creature that enters or starts its turn in the zone takes 10 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"bb42fa39-eec7-47f1-a9fe-63f4e3bd3d96",name:"Gray Slaad Havoc",details:"These variant gray slaads love to sow confusion in combat by misdirecting enemies’ attacks and scattering friend and foe alike across the battlefield.",size:2,origin:1,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!0},senses:"Perception +11; low-light vision",movement:"6, teleport 6",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +14, Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:17},intelligence:{score:23},wisdom:{score:19},charisma:{score:16},hp:116,initiative:10,ac:27,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"0374c617-9bb3-4279-ae74-978d9b48e610",name:"Havoc Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+6 damage, the gray slaad havoc slides the target 2 squares, and the target is exposed to chaos phage (page 142).",damage:"1d8+6 damage",category:1},{id:"492de784-6ca8-4af3-9322-b2a7dc54b1c2",name:"Havoc Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"2d8+6 damage, and the gray slaad havoc slides the target 3 squares. If the attack scores a critical hit, the gray slaad havoc can repeat it once as free action.",damage:"2d8+6 damage",category:1},{id:"7bc8b02b-95fc-4b85-9ae0-b0f585f94370",name:"Fog of Chaos",action:{action:5,trigger:"when hit by a ranged attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:20,defence:3},description:"",details:"targets the triggering attacker; the triggering attack instead targets one of the target’s allies of its choice.",damage:"",category:5},{id:"74c280af-1dd0-4dee-b9f0-5cde21083c41",name:"Reality Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets one creature in burst; (no attack roll required against an ally); the gray slaad havoc teleports the target to any space within the burst.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"96f36bec-cd1d-4ab8-8f05-15b85b6d417e",name:"Green Slaad Madjack",details:"Green slaads whose mad visions extend beyond their own fevered minds, madjacks sow insanity among their foes.",size:3,origin:1,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +16; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +15, Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:14},intelligence:{score:16},wisdom:{score:21},charisma:{score:14},hp:268,initiative:8,ac:27,fortitude:26,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"943d8d9c-cc28-41f3-92f4-7437483c0ce7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is exposed to chaos phage (page 142).",damage:"2d8+5 damage",category:1},{id:"b3f7a07c-39e2-4b37-84a4-02c290693455",name:"Maddening Croak",action:{action:1,trigger:"recharges when first bloodied and again when the green slaad madjack spends an action point",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"2d12+5 psychic damage, and the madjack slides the target 3 squares and knocks it prone. Until the end of the target’s next turn, the target must take a standard action to stand up.",damage:"2d12+5 psychic damage",category:5},{id:"a8fbe072-7145-47f0-ad37-62bdfdde5ea2",name:"Maddening Visions",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"the target must make a melee at-will attack as a free action against one of its allies within its reach. The green slaad madjack chooses the attack and the target ally.",attack:{bonus:16,defence:3},description:"",details:"targets one enemy in burst",damage:"",category:3},{id:"133ca95f-ad6f-4fc9-8539-f264e712ee82",name:"Mind Spasm",action:{action:4,trigger:"when an enemy moves adjacent to the green slaad madjack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:13,defence:3},description:"",details:"2d6+5 psychic damage. If the attack hits the triggering enemy, it is also dazed (save ends).",damage:"2d6+5 psychic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"a5807ce3-f9ba-441a-b930-6a5d5001f8e1",name:"Iron Archon Crescent Blade",details:"",size:2,origin:1,type:2,keywords:"",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"sickle",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:25},intelligence:{score:17},wisdom:{score:21},charisma:{score:15},hp:159,initiative:17,ac:30,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"bce07b31-834c-433a-9e95-fbf3de184880",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+7 damage (2d8 + 7 against marked targets).",damage:"1d8+7 damage (2d8 + 7 against marked targets)",category:1},{id:"482d6420-c723-4fc4-b4fe-4cd9fbf50946",name:"Twin Sickles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron archon crescent blade makes two sickle attacks. It can shift before, between, or after these attacks, up to a total of 2 squares.",damage:"up to a total of 2 squares",category:1},{id:"491e5a62-abc0-4e23-9cd0-752a19b1fc12",name:"Roll With It",action:{action:4,trigger:"when hit by a melee or close attack",sustainAction:0,use:0,recharge:"recharge 6 and when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron archon crescent blade shifts its speed. If it ends this movement in a space adjacent to a marked enemy, it can then make a sickle attack against a marked enemy as a free action.",damage:"",category:5},{id:"8b5ea1d6-e229-41da-9bfc-5b65a7fcfbfd",name:"Blood Rust",action:null,keywords:"Poison",condition:"while bloodied",range:"",attack:null,description:"",details:"The iron archon crescent blade is filmed in a poisonous rust and flies into a rage. It takes a -2 penalty to AC and a -1 penalty to Reflex, and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends).",damage:"and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends)",category:0},{id:"9a5c15fe-fa2d-4840-b8be-6e872573eb57",name:"Lightning Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever an iron archon crescent blade is hit by a lightning power or is subject to an effect that deals lightning damage, it can shift 3 squares as a free action.",damage:"whenever an iron archon crescent blade is hit by a lightning power or is subject to an effect that deals lightning damage",category:0}],damageModifiers:[{type:5,value:-15}],resist:"see also lightning leap",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eab03fed-e861-4999-9090-672151fe7bbd",name:"Iron Archon Interceptor",details:"",size:2,origin:1,type:2,keywords:"",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:20},intelligence:{score:15},wisdom:{score:20},charisma:{score:15},hp:144,initiative:14,ac:30,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"9d9cc7bf-21af-495c-89a6-89a1b905faf9",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+4 damage, and the target is marked until the end of the iron archon interceptor’s next turn.",damage:"2d10+4 damage",category:1},{id:"4ad009cc-8448-464d-bb55-5e2ebcdd01e2",name:"Intercepting Slash",action:{action:5,trigger:"when an enemy marked by the interceptor and within 3 squares of it makes an attack that does not include the interceptor",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"The iron archon interceptor shifts into the nearest empty square adjacent to the target and makes an attack; 2d10+4 damage, and the target is weakened until the end of the interceptor’s next turn.",damage:"2d10+4 damage",category:5},{id:"903a1755-988f-4ed1-8436-bd961be26fba",name:"Blood Rust",action:null,keywords:"Poison",condition:"while bloodied",range:"",attack:null,description:"",details:"The iron archon interceptor is filmed in a poisonous rust and flies into a rage. It takes a -2 penalty to AC and a -1 penalty to Reflex, and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends).",damage:"and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends)",category:0},{id:"9dd305ce-2f97-4645-8620-7ee45c34ce8c",name:"Lightning Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever an iron archon interceptor is hit by a lightning power or is subject to an effect that deals lightning damage, it can shift 3 squares as a free action.",damage:"whenever an iron archon interceptor is hit by a lightning power or is subject to an effect that deals lightning damage",category:0}],damageModifiers:[{type:5,value:-15}],resist:"see also lightning leap",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c910c23f-7fa7-4bcc-b1a5-d0212bb2c3e8",name:"Liricosa",details:"Githzerai hold up this revered, even legendary hermit as a shining example of what mortals can become. Liricosa is the one living member of the race to have achieved true enlightenment. His wisdom and insight are rivaled only by his physical perfection.",size:2,origin:4,type:2,keywords:"githzerai",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +24; truesight 20",movement:"8, teleport 6",alignment:"Unaligned",languages:"Supernal",skills:"Athletics +20, Insight +24 see also fundamental awareness",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:24},intelligence:{score:24},wisdom:{score:29},charisma:{score:26},hp:704,initiative:17,ac:35,fortitude:33,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"41238ab7-4378-4969-9148-7254d1b3a1b1",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+7 damage, and the target is dazed until the end of its next turn.",damage:"2d8+7 damage",category:1},{id:"b0b0e7bd-9c2e-4b04-a800-13e6cf7f1abd",name:"Blur of Fists",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa makes two unarmed strike attacks.",damage:"",category:1},{id:"89a0c27a-c4b0-4f09-bbc2-dbb75a717d23",name:"The Master’s Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"4d10+8 damage, and the target takes ongoing damage equal to half its bloodied value (save ends).",damage:"4d10+8 damage",category:1},{id:"fc769376-a3f4-4af3-943a-5e4d5e53df9e",name:"Reorder Reality",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"targets one to five creatures; Liricosa teleports the targets, swapping their positions as he chooses.",damage:"",category:3},{id:"5275da6a-b218-4019-a4f1-428ae2dab88f",name:"Awe of Truth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:25,defence:3},description:"",details:"targets enemies; 4d8+7 psychic damage, and the target is stunned (save ends). Miss: Half damage.",damage:"4d8+7 psychic damage",category:1},{id:"0f8d67fe-1e5c-4574-8287-1c7a1efd177a",name:"Inevitable Consequences",action:{action:5,trigger:"when liricosa is missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa teleports 15 squares to a space adjacent to the triggering attacker and makes an unarmed strike attack against it.",damage:"Liricosa teleports 15 squares to a space adjacent to the triggering attacker and makes an unarmed strike attack against it",category:5},{id:"796f301b-cdb7-4c64-bd14-5412cb5dcbb8",name:"Fundamental Awareness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa is always assumed to roll a 20 on any Insight, Perception, or initiative checks.",damage:"Liricosa is always assumed to roll a 20 on any Insight",category:0},{id:"18a7d6b9-d894-4ed3-86f7-17e646a1e830",name:"Environmental Adaptation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa never takes damage from nonmagical environmental effects.",damage:"liricosa never takes damage from nonmagical environmental effects",category:0}],damageModifiers:[],resist:"15 variable (at-will)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"33df9823-6e23-4c69-b413-9a1aee7aadfb",name:"Mirmakur",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +24",movement:"8 (ice walk), fly 10 (hover), swim 8",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"",equipment:"halberd",category:"",strength:{score:34},constitution:{score:30},dexterity:{score:23},intelligence:{score:15},wisdom:{score:20},charisma:{score:24},hp:640,initiative:20,ac:40,fortitude:43,reflex:36,will:39,regeneration:null,auras:[{id:"a738b156-486c-47eb-af97-1f2b0545f3e5",name:"Storm Fury",keywords:"",details:"(Lightning, Thunder) aura 4; any enemy that enters or starts its turn within the aura takes 10 lightning and thunder damage; enemies treat the area within the aura as difficult terrain and cannot fly."}],powers:[{id:"3df85f42-7ca0-4303-9674-d4b5e4e3d461",name:"Roaring Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d6+12 damage plus 2d8 lightning and thunder damage.",damage:"2d6+12 damage plus 2d8 lightning and thunder damage",category:1},{id:"f11b6c95-569d-49d7-bb07-c95cb880ad01",name:"Fearsome Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Thunder, Weapon",condition:"",range:"Close burst 4",attack:{bonus:31,defence:0},description:"",details:"targets enemies in burst; 2d6+12 damage plus 2d8 lightning and thunder damage, and the target is knocked prone.",damage:"2d6+12 damage plus 2d8 lightning and thunder damage",category:1},{id:"c36c4c40-6934-46d3-bd1b-b41c74de22cf",name:"Hurl Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"3d6+12 lightning and thunder damage, the target is dazed (save ends), and Mirmakur pushes the target 3 squares.",damage:"3d6+12 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3520d72c-85d3-49ea-9211-369854361845",name:"Mud Archon Ambusher",details:"",size:2,origin:1,type:2,keywords:"earth, water",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"7 (swamp walk); see also mud spray",alignment:"Chaotic Evil",languages:"Primordial",skills:"Acrobatics +20, Stealth +20",equipment:"longsword; scale armor",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:22},intelligence:{score:15},wisdom:{score:20},charisma:{score:15},hp:183,initiative:17,ac:33,fortitude:32,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"34e4067c-163b-4cf6-97b9-cdb970d48772",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is slowed until the end of the mud archon ambusher’s next turn.",damage:"2d8+7 damage",category:1},{id:"546ef53b-3769-491b-92be-7a55c1410a1c",name:"Mud Spray",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The mud archon ambusher transforms into a spray of mud and shifts its speed. During this move, it ignores difficult terrain and can move through enemies’ spaces. At the end of the move, it reverts to its normal form. Each enemy adjacent to it at the end of the move grants combat advantage to the ambusher until the end of the ambusher’s next turn.",damage:"",category:2},{id:"7c52b051-3c59-4bc4-a33c-952692c48c90",name:"Splatter",action:{action:7,trigger:"when a critical hit is scored against the mud archon ambusher or when it is first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mud spray recharges, and the ambusher uses it.",damage:"",category:5},{id:"6c546b83-6b3d-401f-9f1b-6f889f1d4e2d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A mud archon ambusher deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a mud archon ambusher deals 2d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"68eddd6b-7f16-4861-a85c-7fb17b7ae886",name:"Mud Archon Skulker",details:"",size:2,origin:1,type:2,keywords:"earth, water",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +11",movement:"7 (swamp walk); see also sliding mud form",alignment:"Chaotic Evil",languages:"Primordial",skills:"Acrobatics +17, Stealth +17",equipment:"scale armor; spiked chain",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:20},intelligence:{score:15},wisdom:{score:18},charisma:{score:13},hp:112,initiative:16,ac:28,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"83883c26-9579-4e3a-a7a4-d1808e367122",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d4+6 damage, and the target is knocked prone.",damage:"2d4+6 damage",category:1},{id:"8fde378f-6002-49a1-bf2f-3fd98f8b135f",name:"Shifting Mud",action:{action:7,trigger:"when the mud archon skulker moves into an enemy’s space; only while in sliding mud form",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Targets the triggering enemy; the target is knocked prone and immobilized until the end of the skulker’s next turn.",damage:"",category:5},{id:"941abe65-40b5-49ab-96fb-047230f30e69",name:"Sliding Mud Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The mud archon skulker transforms into an oozelike mass of mud. While in sliding mud form, the skulker is insubstantial and can attempt to become hidden if it has cover or concealment. While squeezing in this form, it moves at full speed, provokes no opportunity attacks for squeezing, and does not take a -5 penalty to attack rolls for squeezing. It can shift 4 squares as a move action and can move through enemies’ spaces during this move. it cannot manipulate objects or make attacks except for its shifting mud power. The mud archon skulker can revert to its normal form as a minor action.",damage:"and does not take a -5 penalty to attack rolls for squeezing",category:1},{id:"b35fbffb-886e-41e8-b00d-c763ded04fe2",name:"Strike the Fallen",action:null,keywords:"",condition:"",range:"Whenever a mud archon skulker hits a prone enemy with a melee attack, it deals 2d8 extra damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d0190baf-c5ab-4fbd-be17-87f038aab849",name:"Primeval Ooze",details:"The viscid and mutable primeval ooze is a primitive form of life, an acid-filled amoeboid blob. Ever hungry, it bubbles with envy of all more advanced creatures.",size:4,origin:1,type:1,keywords:"blind, ooze",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +18; blindsight 20, tremorsense 20",movement:"5, burrow 5 see also engulf",alignment:"Unaligned",languages:"understands Primordial",skills:"Stealth +27",equipment:"",category:"",strength:{score:25},constitution:{score:28},dexterity:{score:21},intelligence:{score:7},wisdom:{score:23},charisma:{score:17},hp:556,initiative:17,ac:36,fortitude:40,reflex:36,will:37,regeneration:null,auras:[{id:"f2f1da7b-0d48-402d-a913-a6a5b7f9eb2a",name:"Seeping Sludge",keywords:"",details:"aura 3; the aura’s area is difficult terrain. Any creature that has a critical hit scored against it while within the aura is knocked prone."}],powers:[{id:"2dfcadb2-8eb0-47ac-ba81-79a16eea6ce8",name:"Pseudopod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 3d8+9 acid damage, and the ooze slides the target 2 squares.",damage:"3d8+9 acid damage",category:1},{id:"1094a91a-5bd3-4340-b3e7-179f1ed6e223",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"The primeval ooze attacks one or two Large or smaller targets; (no attack roll required against an immobilized creature); the target is grabbed and pulled into the primeval ooze’s space. The target is dazed and takes ongoing 20 acid damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the primeval ooze. A primeval ooze can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 20 acid damage until it escapes the grab",category:1},{id:"997986bb-86f9-4d3e-b198-e8aa797c51b5",name:"Bursting Cyst",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:25,defence:2},description:"",details:"targets the triggering attacker; 1d8+6 acid damage, and ongoing 10 acid damage (save ends).",damage:"1d8+6 acid damage",category:5},{id:"72448d35-f13f-4820-abb8-5f2fe44eebbd",name:"Torrent of Slime",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Area burst 3 within 20",attack:{bonus:25,defence:2},description:"",details:"1d8+10 acid damage, and the target is immobilized (save ends).",damage:"1d8+10 acid damage",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"gaze, poison",tactics:""},{id:"9ad3aeb4-b43d-437e-afe4-3a21d5a7ff87",name:"Primordial Blot",details:"The primordial blot embodies the forces of creation. It is all elements in one, as if the Elemental Chaos were bound to a finite size and imbued with dim sentience. A primordial blot roams the Elemental Chaos or sometimes other planes. Wherever it finds order and life, it strives to reduces that order and life back to the fundamental chaos from which it arose.",size:3,origin:1,type:1,keywords:"air, cold, earth, fire",level:26,role:{type:0,flag:2,leader:!1},senses:"Perception +20",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:26},dexterity:{score:29},intelligence:{score:7},wisdom:{score:24},charisma:{score:20},hp:968,initiative:22,ac:39,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"1153c0ab-a969-4e1f-a5eb-5468b9d4eae9",name:"Acid Gout",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 15",attack:{bonus:31,defence:2},description:"",details:"1d8+9 acid damage, and ongoing 15 acid damage (save ends).",damage:"1d8+9 acid damage",category:1},{id:"b4a1fe2c-ea5d-4eb6-a2ac-d27583565c35",name:"Crushing Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:33,defence:0},description:"",details:"3d6+9 damage, and the target is slowed (save ends).",damage:"3d6+9 damage",category:1},{id:"5800e56b-4691-4aca-ba43-2bdf2584192b",name:"Ice Slick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"3d8+9 cold damage, and the target is knocked prone.",damage:"3d8+9 cold damage",category:1},{id:"8ab458f1-a69f-4e8e-9482-c2695ac6575c",name:"Light Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d8+9 damage, and the target is blinded (save ends).",damage:"2d8+9 damage",category:1},{id:"29ed6dd1-0861-43c4-9276-16a3b9528caf",name:"Thunderous Grip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"2d8+9 thunder damage, and the target is immobilized (save ends).",damage:"2d8+9 thunder damage",category:1},{id:"415cda66-c739-4ce6-a981-619d78cc6391",name:"Elemental Barrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The primordial blot makes four different ranged basic attacks. Using elemental barrage does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"d8ce1caf-0ac1-4cb2-b165-c66da5dc1e0f",name:"Elemental Opportunity",action:{action:4,trigger:"when an enemy provokes an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The primordial blot makes a ranged basic attack against the triggering enemy. Using elemental opportunity does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:5},{id:"22f01a80-d997-4550-b06b-16c009b8275c",name:"Elemental Snap",action:{action:7,trigger:"when an enemy moves adjacent to the primordial blot or hits it with an attack; only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The primordial blot makes a ranged basic attack against the triggering enemy. Using elemental snap does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:5},{id:"7f1250d7-69aa-4c3e-bcae-915f096e9bbc",name:"Primordial Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:31,defence:3},description:"",details:"the primordial blot pushes the target 3 squares.",damage:"the primordial blot pushes the target 3 squares",category:3},{id:"6986d3b2-c451-47f0-b1e4-9e049ff1a11f",name:"Skyfire Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Lightning",condition:"",range:"Area burst 3 within 10 or close burst 2",attack:{bonus:31,defence:2},description:"",details:"5d10+9 lightning damage, and ongoing 10 fire damage (save ends).",damage:"5d10+9 lightning damage",category:1},{id:"43114c7b-534b-4ed1-b3c6-369c6001a6bd",name:"Primordial Surge",action:null,keywords:"",condition:"when first bloodied and again when reduced to 0 hit points",range:"Skyfire eruption recharges, and the primordial blot uses it and makes each of its ranged basic attacks once. Using primordial surge does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"25 variable (5/encounter)",vulnerable:"",immune:"disease, petrification, polymorph, poison",tactics:""},{id:"c71bc6dc-0268-4245-823a-89c6caa30415",name:"Quake Gorgon",details:"",size:3,origin:1,type:1,keywords:"earth",level:26,role:{type:7,flag:0,leader:!1},senses:"; truesight 6",movement:"6 (earth walk), climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:29},dexterity:{score:23},intelligence:{score:2},wisdom:{score:26},charisma:{score:8},hp:245,initiative:21,ac:42,fortitude:40,reflex:36,will:38,regeneration:null,auras:[{id:"f520e041-a017-44d3-b7c0-81e6fd894358",name:"Temblor",keywords:"",details:"aura 3; at the start of the quake gorgon’s turn, each enemy within the aura is pulled 3 squares. Any enemy without earth walk treats the area as difficult terrain."}],powers:[{id:"25e1c7dc-4f37-473d-a498-2d4c2e26525d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d6+10 damage, and the target slides 3 squares and is knocked prone.",damage:"3d6+10 damage",category:1},{id:"60d67b97-ee7f-4d43-a821-8248266fc5e0",name:"Grounding Glare",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:1},description:"",details:"2d8+9 damage, and the target is pulled 4 squares and knocked prone.",damage:"2d8+9 damage",category:1},{id:"80e68993-5aef-4aba-8dc4-dcf6da842bc3",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"The quake gorgon moves its speed and can enter enemies’ spaces. The quake gorgon makes an attack against each enemy whose space it enters; 1d10+10 damage, and the target is knocked prone.",damage:"1d10+10 damage",category:1},{id:"d5d4cdf5-82c3-44d2-98c8-78213b684a25",name:"Eruption Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Poison",condition:"",range:"Close blast 5",attack:{bonus:31,defence:1},description:"",details:"2d8+8 fire damage plus 2d8 + 8 poison damage, and the target is slowed (save ends).",damage:"2d8+8 fire damage plus 2d8 + 8 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"knocked prone, petrification, forced movement",tactics:""},{id:"e0ea39d8-8589-4f66-922e-f88c0f9d4fe6",name:"Red Slaad Juggernaut",details:"Taking the red slaads’ propensity for violence to extremes, the immense juggernaut is an unstoppable engine of destruction.",size:4,origin:1,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"8, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +18, Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:11},hp:296,initiative:12,ac:32,fortitude:30,reflex:25,will:29,regeneration:null,auras:[],powers:[{id:"6760e1c7-a93a-45a0-92ad-e33e3ad4b294",name:"Brutal Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d8+6 damage, and the target is knocked prone and exposed to chaos phage (see page 142).",damage:"2d8+6 damage",category:1},{id:"6dbd0824-d2ff-41f2-acaf-e7b649129e4e",name:"Rend the Fallen",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; targets a prone creature; 2d8+6 damage.",damage:"2d8+6 damage",category:3},{id:"eb563d30-2f34-483b-8a29-fd61257ade15",name:"Claw Apocalypse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease",condition:"",range:"Close burst 2",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage, and the target is knocked prone and exposed to chaos phage.",damage:"2d8+6 damage",category:1},{id:"fb36d9c4-0398-40ce-8358-7fef0167f30b",name:"Juggernaut’s Punishment",action:{action:1,trigger:"when a creature within 2 squares of the red slaad juggernaut moves or stands up",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"The red slaad juggernaut makes a melee basic attack against the triggering creature.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"244bcd8e-5eb4-46a5-9717-66f2e1d695a0",name:"Scorchwind Phantom",details:"This mass of steam interspersed with flashes of fire glides across the chaotic landscape.",size:2,origin:1,type:1,keywords:"fire, water",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +7",movement:"fly 8 (hover); phasing",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +14",equipment:"",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:20},intelligence:{score:7},wisdom:{score:17},charisma:{score:7},hp:54,initiative:13,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"9f8df51f-f7cb-46fd-a8ff-7b4dee9dc51b",name:"Scorchwind Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Reach 2; 2d4+5 fire damage, and the target grants combat advantage until the end of the scorchwind phantom’s next turn.",damage:"2d4+5 fire damage",category:1},{id:"30e179c6-5ce5-4857-8695-b7c8f6efd4bb",name:"Roiling Surge",action:{action:1,trigger:"after the scorchwind phantom uses disperse",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"The scorchwind phantom flies its speed and can move through enemies’ spaces. This movement does not provoke opportunity attacks. The scorchwind phantom makes an attack against any creature whose space it moves into; 2d8+5 fire damage, and the target grants combat advantage until the end of the scorchwind phantom’s next turn.",damage:"2d8+5 fire damage",category:5},{id:"b7a08a11-0570-4763-85b6-1833ee026768",name:"Disperse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The scorchwind phantom transforms into scalding steam occasionally flashing with motes of fire. Until it resumes its normal form, it cannot attack or be attacked. At the start of its turn, it can resume its normal form in any space within 8 squares of its position when it used disperse; until the end of that turn, its attacks make targets blinded instead of causing them to grant combat advantage. A creature that encounters a scorchwind phantom in steam form can recognize it as a creature with a successful DC 24 Perception check.",damage:"it can resume its normal form in any space within 8 squares of its position when it used disperse",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"cold (a scorchwind phantom that takes cold damage is slowed and cannot use disperse until the end of the attacker’s next turn)",immune:"disease, poison",tactics:""},{id:"ed4b76e1-857e-428d-b30e-76fb5c1066f8",name:"Shkiv",details:"Shkiv came to Ygorl’s service after the ruin of Arkhosia. Disgusted with human excess and overcome with grief for his fallen kin, the dragon sought out the Lord of Entropy to get revenge. The slaad lord accepted the dragon’s service, and the melancholic beast has been Ygorl’s constant companion ever since.",size:3,origin:4,type:1,keywords:"dragon",level:26,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Chaotic Evil",languages:"Draconic, Primordial",skills:"Arcana +22, Athletics +27, Insight +20, Intimidate +24",equipment:"",category:"",strength:{score:28},constitution:{score:27},dexterity:{score:24},intelligence:{score:19},wisdom:{score:14},charisma:{score:22},hp:189,initiative:20,ac:39,fortitude:41,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"d3d30e31-4cce-4850-a33d-367f34c6004d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d8+5 damage plus 2d8 fire damage.",damage:"2d8+5 damage plus 2d8 fire damage",category:1},{id:"623be488-1961-42dc-975f-878cc659ac39",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"4f30b55b-9dd0-44e2-b340-101aa0bbfaee",name:"Aggressive Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shkiv shifts 2 squares and then makes two claw attacks. He cannot move on his turn after using this attack, and, if flying, he must land.",damage:"Shkiv shifts 2 squares and then makes two claw attacks",category:1},{id:"953aac8b-377e-4345-b376-59ef3338e0fe",name:"Chaos Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d8+8 fire damage, and each enemy adjacent to the target is dazed until the end of Shkiv’s next turn.",damage:"2d8+8 fire damage",category:1},{id:"56d35960-4206-4504-9a07-63279be5a306",name:"Flux Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Varies",condition:"",range:"Close blast 5",attack:{bonus:29,defence:2},description:"",details:"4d10+8 damage. Roll a d6 to determine the attack’s damage type: 1—cold, 2—fire, 3—lightning, 4—necrotic, 5—psychic, or 6—thunder. Miss: Half damage.",damage:"4d10+8 damage",category:1},{id:"b6864ffa-b2a9-40df-bed8-2f382c78e395",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Flux breath recharges, and Shkiv uses it immediately.",damage:"",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85a82af8-b4b9-4b9f-8e45-bb172fbd2e2b",name:"Sirrajadt",details:"The once-mighty djinns are few now, their great palaces and sweeping empire lost. Punished by the gods for their part in the Dawn War, many linger imprisoned in mundane objects. Those who remain free are mere shadows of what once they were, seeking to regain their lost power and free their kin so that they might rebuild the great djinn cities of the Elemental Chaos. Some, though, seek not recovery but revenge.",size:3,origin:1,type:2,keywords:"air",level:27,role:{type:4,flag:1,leader:!0},senses:"Perception +19; blindsight 15",movement:"6, fly 10 (hover), overland flight 15 see also storm form",alignment:"Evil",languages:"Common, Primordial",skills:"Insight +24, Stealth +28",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:31},intelligence:{score:28},wisdom:{score:22},charisma:{score:26},hp:386,initiative:27,ac:41,fortitude:38,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"7ad706b7-7163-495a-9f69-ed3ecb2a406a",name:"Storm Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 1d8+9 lightning damage plus 1d8 + 9 thunder damage (crit 17 lightning damage plus 17 thunder damage, and ongoing 10 lightning and thunder damage [save ends]).",damage:"1d8+9 lightning damage plus 1d8 + 9 thunder damage (crit 17 lightning damage plus 17 thunder damage",category:1},{id:"edcc19bd-bbd5-4395-9981-7e1b432a2c44",name:"Sound and Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Sirrajadt makes two melee basic attacks. If each attack hits a different target, both targets are deafened until the end of Sirrajadt’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"d69e710e-6cdf-48d4-a343-f67c2c027a84",name:"Storm Strike",action:{action:1,trigger:"usable only in storm form",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; targets two different creatures within reach or within the storm form’s zone; 3d6+9 lightning damage plus 3d6 + 9 thunder damage, and the target is deafened and cannot take opportunity actions until the end of Sirrajadt’s next turn. Sirrajadt returns to his humanoid form after the attack. See also storm form.",damage:"3d6+9 lightning damage plus 3d6 + 9 thunder damage",category:5},{id:"340bcf32-f88a-4255-ad6d-a360ed70075d",name:"Storm Surge",action:{action:1,trigger:"usable only in storm form",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; targets each creature wtihin reach or within the storm form’s zone; 2d8+9 lightning damage and 2d8 + 9 thunder damage, and the target is deafened (save ends) and knocked prone. Miss: Half damage, and the target is deafened until the end of Sirrajadt’s next turn. Sirrajadt returns to his humanoid form after the attack. See also storm form.",damage:"2d8+9 lightning damage and 2d8 + 9 thunder damage",category:5},{id:"28a341ec-f2d5-4e91-a404-9c21e8838a2e",name:"Cyclone",action:{action:3,trigger:"usable only in storm form",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:29,defence:1},description:"",details:"(no attack roll required against allies)Sirrajadt slides the target 3 squares, and enemies within the burst are knocked prone.",damage:"(no attack roll required against allies)Sirrajadt slides the target 3 squares",category:5},{id:"94e50e6d-88d3-473a-9811-62b76d6838cf",name:"Storm Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Polymorph, Thunder, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"Sirrajadt disperses into a howling storm. The burst creates a stormy zone that lasts until Sirrajadt uses a minor action to end the effect or is forced to return to humanoid form. Any enemy that starts its turn within the zone is slowed until the start of its next turn. Any ally that starts its turn within the zone gains a +2 bonus to attack rolls, and its attacks deal 5 extra lightning and thunder damage.",damage:"and its attacks deal 5 extra lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46e9ed72-68ef-4b78-b330-4e7fc59efeb4",name:"Skirnex",details:"Ygorl needs slaads to execute his mysterious plans, but his reclusive nature hinders his efforts to direct them. The twisted void slaad Skirnex serves as an intermediary and pseudo-priest, dispensing the Lord of Entropy’s unfathomable wisdom to followers.",size:2,origin:1,type:2,keywords:"slaad",level:23,role:{type:3,flag:1,leader:!0},senses:"Perception +17; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Deep Speech, Primordial",skills:"Stealth +20",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:11},wisdom:{score:13},charisma:{score:17},hp:290,initiative:15,ac:35,fortitude:37,reflex:35,will:33,regeneration:null,auras:[{id:"83ebfbe7-adb8-40de-9df2-79a798ed8e40",name:"Entropic Gibbering",keywords:"",details:"aura 2; each enemy that enters the aura or starts its turn there takes a -2 penalty to all defenses until the start of its next turn."}],powers:[{id:"33d45b08-fc9f-4f23-9a8a-ef8e5bd15aa5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d10+8 damage, and ongoing 10 damage (save ends). Each Failed Saving Throw: The target loses a healing surge.",damage:"2d10+8 damage",category:1},{id:"2afdde9f-a337-4539-be9b-c564d0651186",name:"Bolt of Insanity",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"2d10+8 psychic damage, and the target is surrounded by a shroud of maddening energy (save ends). While surrounded by the shroud, whenever the target takes damage, it takes 1d10 extra psychic damage.",damage:"2d10+8 psychic damage",category:1},{id:"48440345-75aa-449d-85ad-e8acf846cfbf",name:"Mad Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Skirnex makes two basic attacks. If each attack hits a different target, the target is also dazed until the end of its next turn.",damage:"",category:1},{id:"7554fc4c-c3b8-4689-a7ab-a14c3e703b41",name:"Void Slime",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"2d8+6 damage, and the target is encased by a blob of entropic goo (save ends). While encased by the goo, the target is slowed, cannot take standard actions, and takes half damage from melee and ranged attacks. Aftereffect: The target is slowed and takes ongoing 10 necrotic damage and a -2 penalty to attack rolls (save ends all). Miss: The target is slowed and takes ongoing 10 necrotic damage (save ends both).",attack:{bonus:26,defence:1},description:"",details:"",damage:"",category:1},{id:"49c28a89-389a-4270-9170-94a38e919d09",name:"Entropic Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets two creatures in burst; (no attack roll required against an ally)Skirnex teleports the targets, swapping their positions.",damage:"",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:""},{id:"2cfd0a93-f202-4689-a581-8fbe35bccf49",name:"Smoke Hound",details:"These creatures of living smoke aren’t truly hounds, but their behavior and general shape are close enough to what canines display that the name has stuck. When they are not serving a master or trainer, smoke hounds run in packs through the Elemental Chaos.",size:2,origin:1,type:1,keywords:"air, fire",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +20; low-light vision",movement:"8",alignment:"Unaligned",languages:"understands Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:26},intelligence:{score:5},wisdom:{score:18},charisma:{score:11},hp:1,initiative:21,ac:37,fortitude:35,reflex:37,will:33,regeneration:null,auras:[],powers:[{id:"ebd4a5d3-ae0d-4791-95f6-c83c041dd2e9",name:"Unyielding Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Poison",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"9 fire and poison damage, and the target is grabbed. The smoke hound cannot make unyielding bite attacks while it has a creature grabbed. Sustain Minor: The smoke hound sustains the grab, and the target takes 13 fire damage.",damage:"9 fire and poison damage",category:1},{id:"92ebb8db-3ad0-436a-8388-d2ab409d3a13",name:"Tongue of Smoke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Targets a creature grabbed by the smoke hound; the smoke hound moves half its speed and moves the target with it.",damage:"",category:1},{id:"20afa40d-ae9d-41eb-8c75-fba0562cfdd0",name:"Unshakable Grasp",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature grabbed by a smoke hound grants combat advantage until the grab ends.",damage:"",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"22bb34f5-ae1f-42c5-be14-952c79eceb14",name:"Solkara",details:"She is the fury of the tsunami that crashes upon the shore, leaving broken wood and shattered stone in its wake. She is the impossible weight of the bottomless depths, against which no living thing can stand. Solkara, the Crushing Wave, is a primordial lord who waits in cold rage for her vengeance. Like the sea against which mortal races build their fragile bulwarks, Solkara’s wrath can be forestalled only for a time.",size:5,origin:1,type:1,keywords:"aquatic, cold, primordial, water",level:34,role:{type:3,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"6, swim 10",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:34},constitution:{score:27},dexterity:{score:28},intelligence:{score:17},wisdom:{score:25},charisma:{score:30},hp:1148,initiative:26,ac:48,fortitude:48,reflex:45,will:46,regeneration:null,auras:[{id:"a1b4c42b-8c05-4b99-800f-0061a508d567",name:"Cumbersome Tide",keywords:"",details:"aura 10; the aura’s area is difficult terrain. Each prone creature within the aura must use a standard action to stand up; see also drowning wave."},{id:"d65f9a93-a838-44c6-b56e-95ed895b83ad",name:"Drowning Wave",keywords:"",details:"(only while bloodied) aura 10; creatures treat the aura’s area as underwater (DMG 45)."}],powers:[{id:"45aa65b9-4b15-41f6-abb9-c3f0b7676a9b",name:"Crushing Blow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:41,defence:0},description:"",details:"Reach 4; 4d6+12 damage, and Solkara knocks the target prone.",damage:"4d6+12 damage",category:1},{id:"2471b715-6ca7-47d2-a568-f58a989bfee9",name:"Battering Tide",action:{action:1,trigger:"and recharges when first bloodied",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:39,defence:2},description:"",details:"Solkara moves her speed and makes one attack against each creature within her reach (4 squares) at any point during the move; 3d10+12 damage, and Solkara knocks the target prone. Miss: Half damage.",damage:"3d10+12 damage",category:5},{id:"bf1335a7-ef94-4393-b232-85951c5036b0",name:"Crushing Torrent",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Solkara makes four crushing blow attacks, each against a different target.",damage:"",category:1},{id:"b51e9901-a70d-4b08-8b68-a926cf136475",name:"Crushing Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 10",attack:{bonus:39,defence:2},description:"",details:"4d6+12 damage, and Solkara pushes the target 8 squares and knocks it prone. In addition, the target is blinded until the end of Solkara’s next turn and takes ongoing 10 cold damage (save ends). Miss: Half damage, and Solkara pushes the target 2 squares.",damage:"4d6+12 damage",category:1},{id:"29026aaf-190c-4760-adbb-ff7a3a0a2f67",name:"Incoming Tide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:39,defence:1},description:"",details:"Solkara pulls the target 5 squares.",damage:"Solkara pulls the target 5 squares",category:3},{id:"24b3e40d-9872-4f71-914b-753994f7ebc9",name:"Threatening Reach",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"Solkara can make opportunity attacks against all enemies within her reach (4 squares).",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"attacks by creatures of lower than 20th level",tactics:""},{id:"75b95db7-d4bd-4481-a5bb-9d1da993fbc9",name:"Storm That Walks",details:"A storm that walks is the fury of the elements given destructive purpose. It takes the form of a mass of dark, boiling clouds with a vaguely humanoid shape, flickering with lightning and spawning ice storms with each immense step.",size:5,origin:1,type:2,keywords:"air, cold, fire",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +21",movement:"fly 8 (hover)",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:20},dexterity:{score:27},intelligence:{score:16},wisdom:{score:24},charisma:{score:16},hp:1008,initiative:22,ac:42,fortitude:41,reflex:38,will:40,regeneration:null,auras:[{id:"bd48c159-e49e-4518-bd9c-b7331d3b7ed7",name:"Oncoming Storm",keywords:"",details:"aura 5; creatures (including flying creatures) treat the area within the aura as difficult terrain. Each enemy within the aura gains vulnerable 10 lightning."}],powers:[{id:"8d368a41-2267-4ca0-946b-1bb440f4412f",name:"Pummeling Gust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 4; 3d6+11 cold damage, and the target is knocked prone.",damage:"3d6+11 cold damage",category:1},{id:"06318454-0e90-424f-9329-e50eb9f88655",name:"Tongue of Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:1},description:"",details:"3d6+11 lightning damage, and the target is dazed (save ends). Each Failed Saving Throw: Each ally adjacent to the target takes 10 lightning damage.",damage:"3d6+11 lightning damage",category:1},{id:"c6896719-84ea-4f32-998b-de88f1ee1e1f",name:"Forked Tongue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"The storm that walks makes four basic attacks. It cannot attack the same target more than twice.",damage:"",category:1},{id:"1e5a3716-8396-4791-9b84-452425aa5cbd",name:"Fist of the Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold, Lightning",condition:"",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"4d6+11 cold and lightning damage, and the target is restrained (save ends). Each Failed Saving Throw: The storm that walks slides the target 3 squares.",damage:"4d6+11 cold and lightning damage",category:3},{id:"2aabedcf-e685-45ce-a150-70b76cd7f62e",name:"Raging Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 3",attack:{bonus:32,defence:1},description:"",details:"4d6+11 lightning and thunder damage, and the storm that walks pushes the target 4 squares and knocks it prone.",damage:"4d6+11 lightning and thunder damage",category:3},{id:"665b92d3-e178-4a45-9cf1-87e243c62f21",name:"Storm Unleashed",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Lightning, Thunder",condition:"",range:"",attack:null,description:"",details:"Raging storm and fist of the storm recharge, and the storm that walks uses them both.",damage:"",category:5}],damageModifiers:[{type:2,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"insubstantial",vulnerable:"cold (if a storm that walks takes cold damage, it loses the insubstantial quality until the end of its next turn)",immune:"lightning",tactics:""},{id:"bfe34d87-77c7-4e6d-88b5-4ee4b515b4dc",name:"Sunsearer",details:"A mote of solid light that wanders the Elemental Chaos, the sunsearer scorches all it encounters with blazing light and intense flame.",size:2,origin:1,type:1,keywords:"fire",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"2 (clumsy), fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:20},dexterity:{score:24},intelligence:{score:6},wisdom:{score:18},charisma:{score:7},hp:116,initiative:14,ac:27,fortitude:27,reflex:29,will:26,regeneration:null,auras:[{id:"49238dad-7064-42c8-a13a-5d98cf6842b3",name:"Dazzling Radiance",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is blinded until the start of its next turn."}],powers:[{id:"cc2ecb7c-ceaa-4609-90c3-04b5b4ffa137",name:"Sunstrike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"1d6+3 fire damage plus 1d6 +3 radiant damage.",damage:"1d6+3 fire damage plus 1d6 +3 radiant damage",category:1},{id:"0c98289e-33df-492f-b9b2-e946638bf816",name:"Blinding Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"1d6+3 fire damage plus 1d6 +3 radiant damage, and the target is blinded (save ends).",damage:"1d6+3 fire damage plus 1d6 +3 radiant damage",category:1},{id:"11e62be6-0b03-406d-973b-c186bc765718",name:"Sunblast",action:{action:1,trigger:"or recharges when the sunsearer takes fire or radiant damage",sustainAction:0,use:0,recharge:"recharge 4"},keywords:"Fire, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:19,defence:2},description:"",details:"1d8+5 fire plus 1d8 + 5 radiant damage, and the target takes a -2 penalty to attack rolls and grants combat advantage (save ends both). Miss: Half damage.",damage:"1d8+5 fire plus 1d8 + 5 radiant damage",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"blinded, disease, poison",tactics:""},{id:"630b6e31-15ac-4a96-9a38-b1450e751365",name:"Tholundru",details:"",size:3,origin:1,type:2,keywords:"earth, giant",level:28,role:{type:3,flag:1,leader:!0},senses:"Perception +23; low-light vision",movement:"8 (earth walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Arcana +25, Athletics +27, Stealth +22",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:17},intelligence:{score:23},wisdom:{score:28},charisma:{score:20},hp:514,initiative:17,ac:42,fortitude:41,reflex:36,will:41,regeneration:null,auras:[],powers:[{id:"85363a68-1080-4fcf-94df-df46a9ba7c38",name:"Enruned War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d10+11 damage (crit 3d10 + 22), and the target is slowed (save ends).",damage:"2d10+11 damage (crit 3d10 + 22)",category:1},{id:"963e15de-be36-49f7-8d80-5ebd5697e96f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tholundru makes two enruned war pick attacks.",damage:"",category:1},{id:"80ebcd12-7467-4366-90b1-c3a9118a0838",name:"Rune of Stony Sleep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:1},description:"",details:"3d8+7 damage, and the target is slowed (save ends). First Failed Saving Throw: The target is petrified (save ends). Effect: The burst creates a zone of magical runes that lasts until the end of the encounter. Each enemy that starts its turn within the zone takes a -2 penalty to saving throws against immobilizing or slowing effects.",damage:"3d8+7 damage",category:1},{id:"e8662904-1a9c-41f8-a02a-b75d15db170a",name:"Rune of Thundering Echo",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Area burst 1 within 20",attack:{bonus:31,defence:1},description:"",details:"3d8+9 thunder damage. A slowed or immobilized target also takes ongoing 10 thunder damage (save ends).",damage:"3d8+9 thunder damage",category:1},{id:"d7dd6121-bd39-4634-ab32-899fca21e9e6",name:"Grasping Stone",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Tholundru hits a slowed creature with an attack that would cause the creature to become slowed, that creature is instead immobilized (save ends).",damage:"",category:0},{id:"3223faa3-af38-4403-b00d-4c3f03f98d9e",name:"Stone Bones",action:{action:5,trigger:"when tholundru is hit by an attack; not usable while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tholundru gains resist 5 to all damage against the triggering attack.",damage:"tholundru gains resist 5 to all damage against the triggering attack",category:5},{id:"ca71ec5c-57e7-43ae-bfdc-449c575f5a15",name:"Stone from Air",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tholundru calls four shardstorm vortex whirlwinds to his aid. Each appears in an unoccupied square within 15 squares of Tholundru and acts immediately after Tholundru’s initiative count. The shardstorm vortex whirlwinds remain until killed, until dismissed by Tholundru as a free action, or until the end of the encounter. Characters do not gain experience points for killing the shardstorm vortex whirlwinds.",damage:"Each appears in an unoccupied square within 15 squares of Tholundru and acts immediately after Tholundru’s initiative count",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"bf8e9a80-3899-4f36-8fc6-c71bd689f7bf",name:"Tziphal Xorn",details:"",size:2,origin:1,type:1,keywords:"earth",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +20; all-around vision, darkvision",movement:"5, burrow 5 see also earth glide",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:28},dexterity:{score:24},intelligence:{score:10},wisdom:{score:26},charisma:{score:15},hp:1,initiative:21,ac:38,fortitude:38,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"45a0b728-42b8-406b-8baa-52a7cdba46c7",name:"Triple Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"One, two, or three targets; 9 damage.",damage:"9 damage",category:1},{id:"b9a3ee27-0baf-4d38-9555-4c20c5efe90c",name:"Erupt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"The Tziphal xorn burrows its speed and attacks a nonflying enemy whose space it passes under; 15 damage, and the target is pushed 4 squares and knocked prone.",damage:"15 damage",category:1},{id:"e389e201-5a8c-473e-aa44-9c6783971ebe",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tziphal xorn can burrow through lava and stone as if it were loose earth.",damage:"",category:0},{id:"54d5eb12-42c6-4a83-96e4-8b8856bf8f5b",name:"Retreat",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Tziphal xorn burrows its speed.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire, poison",tactics:""},{id:"39eb1b78-a952-49d1-99e1-09e676910e7a",name:"White Slaad",details:"These rare slaads have an uncanny and disturbing insight into time, with which they pull replicas of themselves from the past and future.",size:2,origin:1,type:2,keywords:"",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +18, Stealth +17",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:19},intelligence:{score:7},wisdom:{score:13},charisma:{score:14},hp:248,initiative:16,ac:29,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"901e813a-177e-464d-858f-4855a79f7769",name:"Probability Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+5 damage, and the target is dazed until the end of the white slaad’s next turn and is exposed to chaos phage (page 142).",damage:"1d6+5 damage",category:1},{id:"1d73e67b-1658-4db3-8e4d-e1d2d84f51f6",name:"Temporal Split",action:{action:1,trigger:"recharges when first bloodied or when the white slaad spends an action point",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The white slaad splinters into six white slaad temporal replicas, each appearing in an unoccupied space within 5 squares of the white slaad’s previous space. The white slaad disappears, and it cannot attack or be attacked until it reappears. The temporal replicas thereafter act on the white slaad’s initiative count. When the last temporal replica has been reduced to 0 hit points, the white slaad reappears within 5 squares of the space occupied by that replica and can act normally on its next initiative count. See also advantage of time.",damage:"each appearing in an unoccupied space within 5 squares of the white slaad’s previous space",category:5},{id:"1160666e-dd99-4c72-b312-bfe04daffcf0",name:"Advantage of Time",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever a white slaad reappears after its temporal replicas have been reduced to 0 hit points, all enemies it can see grant it combat advantage until the end of its next turn.",damage:"",category:0},{id:"c11b57c3-91d2-4da1-8dbd-1b95cf282896",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A white slaad deals 1d6 extra damage against any creature granting combat advantage to it. In addition, that creature is dazed (save ends) instead of dazed until the end of the slaad’s next turn.",damage:"a white slaad deals 1d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"c7ee306d-0870-4dff-bf01-fee4849bc384",name:"White Slaad Temporal Replica",details:"These rare slaads have an uncanny and disturbing insight into time, with which they pull replicas of themselves from the past and future.",size:2,origin:1,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +14; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:19},intelligence:{score:7},wisdom:{score:13},charisma:{score:14},hp:1,initiative:16,ac:29,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"6a53e19e-dabd-48d9-ab02-d44e1b328ee1",name:"Probability Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage, and the target is dazed until the beginning of the white slaad temporal replica’s next turn.",damage:"8 damage",category:1},{id:"9d82aeee-a5ba-4621-9b03-473a2a9f4e5f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A white slaad temporal replica deals 2 extra damage against any creature granting combat advantage to it.",damage:"a white slaad temporal replica deals 2 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ebc693a-48a0-46e0-b51d-e74f0c653628",name:"Writhing Crag",details:"Hideous amalgamations of jagged stone, writhing crags love the feel of flesh and bone being crushed beneath their flailing limbs. They have traits of both ropers and xorns and might be descended from either—or perhaps both, fused by the same corruptive taint that transformed them into demons.",size:4,origin:1,type:1,keywords:"demon, earth",level:23,role:{type:7,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"6 (earth walk), burrow 4 (tunneling), climb 6 (spider climb)",alignment:"Evil",languages:"Abyssal, Primordial",skills:"Athletics +25, Stealth +21 (only in caves and rocky environments)",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:13},wisdom:{score:22},charisma:{score:23},hp:434,initiative:18,ac:39,fortitude:37,reflex:31,will:35,regeneration:null,auras:[],powers:[{id:"10602ac8-25a6-44b6-9513-03e59a5dac82",name:"Stone Reach",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 5; 2d6+5 damage, and the target is grabbed.",damage:"2d6+5 damage",category:1},{id:"fde69f21-09a8-491f-8c9c-20b142656102",name:"Triple Reach",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The writhing crag makes three stone reach attacks.",damage:"",category:1},{id:"7dc077ae-43c9-4fa0-bbda-de8814db2d60",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 5; targets a creature grabbed by the writhing crag; the target is pulled 5 squares.",damage:"Reach 5",category:3},{id:"43c7cfe0-4de8-4e55-bd57-292bfffb16e4",name:"Flailing Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 5; 3d6+9 damage, and the writhing crag slides the target 5 squares and knocks it prone. Each enemy adjacent to the target and within the writhing crag’s reach (5 squares) takes 9 damage.",damage:"3d6+9 damage",category:1},{id:"f866c61a-1602-447a-b8b8-b3346d0cbb4f",name:"Stone-Melding Slam",action:{action:1,trigger:"usable only against a target touching or adjacent to a stone surface",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 5; 3d6+9 damage, and the target is partly absorbed into the surface, causing it to become immobilized (save ends). First Failed Saving Throw: The target is restrained (save ends). Second Failed Saving Throw: The target is drawn entirely into the stone, leaving a faint imprint (no save). The target does not die but remains in stasis until it is freed from the stone.",damage:"3d6+9 damage",category:5},{id:"c2f3a4ac-11c9-4659-9a09-2725af425ecd",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A writhing crag can attack and grab with up to three tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make the writhing crag let go of a grabbed creature; the tentacle’s defenses are the same as the crag’s. An attack that hits a tentacle does not harm the writhing crag but causes it to let go and retract the tentacle.",damage:"",category:0},{id:"26c69cce-b96f-4fc1-8e4f-eded6840b8d2",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A writhing crag can burrow through solid stone as if it were loose earth.",damage:"",category:0},{id:"7b536809-2a1c-4915-94ed-f3c1d66f1ab7",name:"Stony Body",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A writhing crag that does not move and retracts its tentacles resembles a jagged rock formation, stalagmite, or stalactite. In this form, the writhing crag can be recognized only with a successful DC 35 Perception check.",damage:"the writhing crag can be recognized only with a successful DC 35 Perception check",category:1}],damageModifiers:[],resist:"25 variable (3/encounter)",vulnerable:"",immune:"petrification",tactics:""},{id:"f83798e2-efde-473f-b72a-df749c80fa87",name:"Xixecal",details:"This towering abomination of shifting, cracking ice is one of Solkara’s greatest servants. Xixecal’s roughly humanoid shape is surrounded by a permanent blizzard and radiates bone-numbing, soul-chilling cold.",size:4,origin:1,type:2,keywords:"cold",level:30,role:{type:2,flag:1,leader:!1},senses:"Perception +17; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Primordial",skills:"Arcana +25",equipment:"",category:"",strength:{score:32},constitution:{score:31},dexterity:{score:15},intelligence:{score:20},wisdom:{score:14},charisma:{score:28},hp:682,initiative:17,ac:44,fortitude:46,reflex:42,will:44,regeneration:null,auras:[{id:"01d17b15-aa39-4463-a87b-abd51d4e5b10",name:"Raging Blizzard",keywords:"",details:"aura 5; the aura’s area is lightly obscured. Each enemy that starts its turn within the aura is slowed and loses any resistance to cold until the start of its next turn."}],powers:[{id:"25446778-0bdd-4941-98ee-001af170a55c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 4d8+11 cold damage.",damage:"4d8+11 cold damage",category:1},{id:"66ac867f-e385-4dce-a2fb-99880c406e24",name:"Freezing Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Xixecal makes two slam attacks. If both attacks hit the same target, the target takes ongoing 20 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 20 cold damage and is immobilized (save ends both)",category:1},{id:"68231a84-bb28-4d57-918e-594a9a77761f",name:"Breath of Winter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 6",attack:{bonus:31,defence:1},description:"",details:"4d10+11 cold damage, and the target takes ongoing 20 cold damage and is restrained (save ends both).",damage:"4d10+11 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"fire (when hit by a fire attack, Xixecal takes a -4 penalty to all defenses until the end of its next turn)",immune:"cold",tactics:""},{id:"5e3aa010-6a62-487a-8e8c-90f634cb7550",name:"Ygorl",details:"",size:2,origin:1,type:2,keywords:"slaad",level:26,role:{type:7,flag:1,leader:!0},senses:"Perception +22; low-light vision",movement:"8, teleport 6 phasing",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Arcana +25, Insight +22, Intimidate +25, Stealth +23",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:21},intelligence:{score:25},wisdom:{score:19},charisma:{score:24},hp:480,initiative:20,ac:42,fortitude:39,reflex:37,will:37,regeneration:null,auras:[{id:"49553997-f1db-46ea-b8ab-7fd5f311c789",name:"Entropic Presence",keywords:"",details:"aura 5; each slaad ally within the aura rolls twice and takes the higher result when making melee basic attacks. Each enemy within the aura gains a +2 bonus to attack rolls and vulnerable 5 to all damage; see also word of annihilation."}],powers:[{id:"00498c27-bf83-41ca-9567-43741edcbf30",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d12+9 damage (crit 3d12 + 21), and the target is immobilized until the end of Ygorl’s next turn.",damage:"1d12+9 damage (crit 3d12 + 21)",category:1},{id:"0a49b584-2dbe-4eac-960a-1d73b022ec14",name:"Entropic Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon, Zone",condition:"",range:"Close burst 2",attack:{bonus:33,defence:0},description:"",details:"targets enemies; 1d12+9 damage (crit 3d12 + 21). Effect: The burst creates a zone of entropic destruction that lasts until the end of Ygorl’s next turn. Any creature that enters the zone or starts its turn there takes 10 necrotic damage.",damage:"1d12+9 damage (crit 3d12 + 21)",category:1},{id:"02f5539e-c788-4e25-a9f0-d5e56fe8e32b",name:"Inescapable Endings",action:{action:3,trigger:"recharges when a creature affected by this power saves",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 2",attack:{bonus:31,defence:3},description:"",details:"targets one creature in burst; the target is affected by inescapable endings (save ends). While the target is affected by inescapable endings, whenever it takes a standard or a move action, Ygorl can take a move action as an immediate reaction; whenever the target regains hit points, Ygorl regains the same number of hit points. Miss: Whenever the target takes a move action, Ygorl can take a move action as an immediate reaction (save ends).",damage:"",category:5},{id:"77009db9-1cb7-459b-9cdf-dd8446f4ecb7",name:"Well of Entropy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 5",attack:null,description:"",details:"the burst creates a zone of entropy that lasts until the end of Ygorl’s next turn. Any bloodied creature that starts its turn within the zone cannot move out of the zone on that turn. Sustain Minor: The zone persists.",damage:"",category:1},{id:"ccf9056b-13e7-4ec7-a763-8e8813a41006",name:"Word of Annihilation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:31,defence:1},description:"",details:"targets one creature in burst; the target takes ongoing 20 necrotic damage (save ends). While the target is within Ygorl’s entropic presence aura, it cannot make saving throws to end the ongoing damage.",damage:"the target takes ongoing 20 necrotic damage (save ends)",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, fear",tactics:""},{id:"0e1cd162-968e-4a55-9540-943ed26dcf4a",name:"Armored Wrackspawn",details:"",size:2,origin:3,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"warhammer",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:19},charisma:{score:8},hp:132,initiative:12,ac:30,fortitude:25,reflex:24,will:24,regeneration:null,auras:[{id:"e841687b-644e-4fd8-88b7-112dd73aac43",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"c38ffcfc-8d50-4bf0-9813-cc94245fe396",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+4 damage, and the target is marked until the end of the armored wrackspawn’s next turn.",damage:"2d10+4 damage",category:1},{id:"5c33d585-2744-4777-bd1a-48332dd5e790",name:"Crushing Blow",action:{action:1,trigger:"requires a warhammer",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"3d10+4 damage, and the target is marked and slowed (save ends both).",damage:"3d10+4 damage",category:5},{id:"595c030a-f404-4d31-8820-3f9739adad87",name:"Inflict New Tortures",action:{action:4,trigger:"when any enemy adjacent to the armored wrackspawn succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The armored wrackspawn shifts its speed. Crushing blow recharges, and the wrackspawn uses it against a target other than the triggering enemy.",damage:"",category:5}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4776f458-1d73-45e5-8832-88200596d794",name:"Blood Ooze",details:"Spawned from the blood of Torog, these ravenous oozes slither endlessly along the King’s Highway in search of prey.",size:3,origin:3,type:1,keywords:"blind, ooze",level:11,role:{type:3,flag:2,leader:!1},senses:"Perception +9; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:16},intelligence:{score:6},wisdom:{score:18},charisma:{score:10},hp:448,initiative:8,ac:25,fortitude:24,reflex:22,will:23,regeneration:null,auras:[{id:"da825308-c424-4732-b219-d222e65d5a67",name:"Blood Absorption",keywords:"",details:"(Healing) aura 2; each creature that starts its turn within the aura takes 10 damage (or 20 if the blood ooze is bloodied), and the blood ooze regains 10 hit points."}],powers:[{id:"70d1f361-4c59-429f-adc7-43f5d1a57c86",name:"Fetid Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Reach 2; 2d6+3 necrotic damage plus 1d6 poison damage.",damage:"2d6+3 necrotic damage plus 1d6 poison damage",category:1},{id:"773dca38-73dc-4fa1-915e-fa5be4090087",name:"Blood Infiltration",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Necrotic, Poison, Reliable",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Reach 2; targets a bloodied creature; 3d6+6 necrotic damage, and the blood ooze flows to completely inundate the target. The blood ooze occupies the same space as the target, and attacks that deal damage to the ooze deal equal damage to the target. The target is dominated and takes ongoing 5 poison damage (save ends both). Aftereffect: Ongoing 5 poison damage (save ends). When the target saves against this aftereffect, the blood ooze leaves the target and flows into the nearest unoccupied space.",damage:"3d6+6 necrotic damage",category:3},{id:"1ea274aa-efd6-43fb-b9fd-e44743a00e9d",name:"Blood Rot",action:{action:3,trigger:"recharges when bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Reach 2; 1d6+2 necrotic damage, the target takes ongoing 10 poison damage, and all creatures have concealment against the target (save ends both).",damage:"1d6+2 necrotic damage",category:5},{id:"f1e0f8d2-3643-454c-8a2d-3ac28369f52a",name:"Effusive Reaction",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"when the blood ooze is hit by an attack",range:"Close burst 1",attack:null,description:"",details:"no attack roll; 5 necrotic damage.",damage:"5 necrotic damage",category:1},{id:"626df207-4964-46c0-9a7a-3d82f1365ef5",name:"Ooze Consumption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"2d6+3 necrotic damage, and the target is grabbed until the end of the blood ooze’s next turn. Sustain Free: The blood ooze sustains the grab, and the target takes 2d6 + 3 necrotic damage.",damage:"2d6+3 necrotic damage",category:1},{id:"55935d3a-b3db-464c-b8ce-1a30ad1aec12",name:"Vile Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"1d6+5 necrotic and poison damage.",damage:"1d6+5 necrotic and poison damage",category:1}],damageModifiers:[{type:6,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"f24d637f-9fd3-4dea-9067-3a620c9c9657",name:"Broken Wrackspawn",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:21},charisma:{score:8},hp:1,initiative:11,ac:29,fortitude:29,reflex:26,will:27,regeneration:null,auras:[{id:"9d48eda7-d965-47de-bf40-da0e84ae965f",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"315192a0-4a32-4bce-ac62-26eecd9026b2",name:"Bone Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"9 damage, and the target is weakened until the broken wrackspawn drops to 0 hit points.",damage:"9 damage",category:1}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0077195e-044a-4abe-a354-982694c16fc3",name:"Broken Wrackspawn Pit Guardian",details:"",size:2,origin:3,type:2,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:24},intelligence:{score:10},wisdom:{score:27},charisma:{score:9},hp:1,initiative:21,ac:42,fortitude:42,reflex:39,will:40,regeneration:null,auras:[{id:"d0254bb7-899b-4c65-845c-2184fb0f1b14",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"6c3daf72-501e-4249-ac90-761b09f0f57f",name:"Bone Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"15 damage, and the target is weakened until the broken wrackspawn pit guardian drops to 0 hit points.",damage:"15 damage",category:1}],damageModifiers:[{type:8,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ba7ceb2-5a9e-457b-a803-fca344d96b80",name:"Crawling Blood Swarm",details:"Torog’s divine blood seeps constantly from his grievous wounds, and grotesque creatures resembling centipedes, leeches, and roaches constantly emerge from this ichor. Legends claim that the most repulsive creatures of the Underdark were first born from the blood of Torog.",size:2,origin:3,type:1,keywords:"swarm",level:34,role:{type:9,flag:3,leader:!1},senses:"Perception +27; darkvision",movement:"3, climb 3 (spider climb)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:28},dexterity:{score:33},intelligence:{score:1},wisdom:{score:30},charisma:{score:22},hp:1,initiative:30,ac:48,fortitude:45,reflex:47,will:46,regeneration:null,auras:[{id:"3287050a-5f7b-4b6a-b940-51fe9f449983",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage plus 5 extra damage per crawling blood swarm adjacent to the enemy."}],powers:[{id:"2d01f563-88e6-4264-879a-8a32e1e97519",name:"Swarm of Torturous Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"ongoing 10 damage (save ends).",damage:"ongoing 10 damage (save ends)",category:1},{id:"6c7dd99b-d86a-452e-8ce9-3711ccb2add0",name:"Blood Pollution",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a crawling blood swarm is adjacent to a bloodied creature at the end of the swarm’s turn, another crawling blood swarm appears in a space adjacent to the bloodied creature.",damage:"",category:0}],damageModifiers:[],resist:"20 to melee and ranged attacks",vulnerable:"",immune:"",tactics:""},{id:"c54eb2a0-005c-4f10-87b4-d31036bbdb4b",name:"Dark Creeper Necromancer",details:"",size:1,origin:5,type:2,keywords:"",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:124,initiative:8,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[{id:"67a57050-96d4-4b2d-a8ec-bedaf3492272",name:"Shroud of the Grave",keywords:"",details:"(Necrotic) aura 5; each undead within the aura loses any vulnerability to radiant damage."}],powers:[{id:"fdfafe79-330d-4c84-a8be-a79947dd4c78",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"fcda0287-dd7d-47d1-8a85-a937242d15f2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"b37ebf0e-5d05-491b-9bf2-e2f4bf133248",name:"Dark Dance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The dark creeper necromancer shifts 6 squares and makes three attacks against three different targets at any time during the shift; 1d6+4 necrotic damage.",damage:"1d6+4 necrotic damage",category:1},{id:"253aede0-8baa-40fd-8bc1-5557236d2140",name:"Call of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"four crawling gauntlets appear in four unoccupied spaces within range.",damage:"",category:1},{id:"94823b35-2854-4fcf-a464-53fb9137b5ca",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends).",damage:"",category:0},{id:"314dd4e3-1b11-4376-8924-dd3ce84fb5af",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A dark creeper necromancer deals 2d6 extra damage on melee and ranged attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"441ab3a9-61be-4c62-89ba-8d249f2e75b8",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark creeper necromancer moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that he ends his move adjacent to.",damage:"The dark creeper necromancer moves up to 4 squares",category:2}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc196593-2531-49dd-962e-a6291f284623",name:"Elemental Eye Cultist",details:"",size:2,origin:2,type:2,keywords:"drow",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"spiked chain",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:1,initiative:9,ac:25,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"99dc30d8-8ac6-4734-9df1-9682fb858b0a",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 8 damage, and the target is marked and weakened until the end of the cultist’s next turn.",damage:"8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d32d0783-647e-489f-8843-c708e080239a",name:"Elemental Eye Priest",details:"",size:2,origin:2,type:2,keywords:"drow",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +16, Insight +18, Intimidate +16, Religion +14, Stealth +16",equipment:"chainmail; spiked chain",category:"",strength:{score:20},constitution:{score:12},dexterity:{score:19},intelligence:{score:15},wisdom:{score:23},charisma:{score:19},hp:132,initiative:11,ac:28,fortitude:26,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"06ac4caf-8137-4ae1-b92a-466fba297f11",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"4f463a2c-00b3-4707-b2a5-1e556185e613",name:"Chain of Destruction",action:{action:1,trigger:"usable only while bloodied; requires a spiked chain",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 4d4+5 damage, and the target takes ongoing 5 lightning and thunder damage.",damage:"4d4+5 damage",category:5},{id:"4b48a131-81ab-4cba-b27f-cb703d097b5d",name:"Burning Acid Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Fire",condition:"",range:"Ranged 20",attack:{bonus:19,defence:0},description:"",details:"2d10+4 acid and fire damage, and the target is slowed (save ends).",damage:"2d10+4 acid and fire damage",category:1},{id:"0fe201a6-8afa-42fa-b2fc-0e5b94acdd01",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"until the end of the elemental eye priest’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"6aaeede6-26c0-4f2e-b158-326e46259c39",name:"Scream of the Chained God",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 1d10+5 psychic damage, and the target is dazed (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"e52b5582-af96-4853-ba85-939335860391",name:"Chains of the Master",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elemental eye priest transfers one effect that a save can end from itself to an ally within 5 squares of it.",damage:"The elemental eye priest transfers one effect that a save can end from itself to an ally within 5 squares of it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08e8850b-3bef-4e4f-a694-baaf45a4adf1",name:"Flaying Wrackspawn",details:"",size:2,origin:3,type:2,keywords:"",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:29},intelligence:{score:14},wisdom:{score:25},charisma:{score:14},hp:226,initiative:21,ac:39,fortitude:36,reflex:39,will:37,regeneration:null,auras:[{id:"98643da8-9bd3-4b53-b977-3501fa02cb11",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"2bed25c2-6d41-4cc7-bacf-538c63385f85",name:"Barbed Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d8+7 damage, and the target is immobilized until the end of the wrackspawn’s next turn.",damage:"3d8+7 damage",category:1},{id:"10daf6a7-b9e1-4a1c-aa3b-3a22485236b8",name:"Discord from Pain",action:{action:4,trigger:"when any enemy adjacent to the flaying wrackspawn succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"Targets the triggering enemy; the target makes a basic attack against a creature of the flaying wrackspawn’s choice as a free action.",damage:"",category:5},{id:"a606d496-bd41-42e6-9515-f201a437476a",name:"Break Loyalty",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic",condition:"",range:"Close burst 5",attack:{bonus:29,defence:3},description:"",details:"1d10 psychic damage. In addition, the target is affected by broken loyalty (save ends). While affected by broken loyalty, the target cannot flank with its allies, cannot use any power that grants bonuses to allies, and cannot use any power that allows allies to gain temporary hit points, regain hit points, or spend healing surges.",damage:"1d10 psychic damage",category:1}],damageModifiers:[{type:8,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd67a8ba-18c4-4e44-804d-8d2cd290ffa4",name:"Gnome Caravan Guard",details:"",size:1,origin:2,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Elven",skills:"Athletics +17, Endurance +16",equipment:"chainmail; war pick",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:18},charisma:{score:16},hp:132,initiative:12,ac:29,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"0f8c4eaa-c229-41d9-895b-dc38748b0406",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+5 damage (crit 4d8 + 21), and the target is marked until the end of the gnome caravan guard’s next turn.",damage:"2d8+5 damage (crit 4d8 + 21)",category:1},{id:"1b2ad11e-f233-423b-81c3-9ebf6a116491",name:"Binding Strike",action:{action:1,trigger:"requires a war pick",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"2d8+5 damage (crit 4d8 + 21). In addition, the target is marked until it ends its turn in a square that is not adjacent to the caravan guard. Until the mark ends, the target cannot shift unless it ends the shift in a square adjacent to the caravan guard.",damage:"2d8+5 damage (crit 4d8 + 21)",category:5},{id:"9ecc5d0e-c9fa-4a01-9cf5-e78b3bd0d17c",name:"Stone Call",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"the target is pulled 4 squares.",damage:"the target is pulled 4 squares",category:3},{id:"99361590-0591-4600-af0c-c0d4563bd13f",name:"Fade Away",action:{action:4,trigger:"when the gnome caravan guard takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome caravan guard turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"95d7a864-119c-49f5-9def-ac38e02bf3e6",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnome caravan guard moves 3 squares or shifts 1 square, and can pass into and through squares occupied by obstacles made of stone. If the obstacle is larger than it is, the caravan guard can end its movement in such a square. If it does, it remains alive and aware of its surroundings, but it cannot be seen or attacked. The only actions it can take are to make Perception checks or to shift 1 square into an unoccupied square as a move action.",damage:"The gnome caravan guard moves 3 squares or shifts 1 square",category:2},{id:"a78c2f7f-6649-435c-9ad5-81ac773ee114",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da063352-e9fa-4b95-9f79-a6738fc2193c",name:"Gnome Rockcaller",details:"A gnome rockcaller is one with the deep roots of the Underdark, channeling the strength of stone through its attacks and even from the living rock beneath its feet.",size:1,origin:2,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Elven",skills:"Arcana +17, Diplomacy +18",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:23},hp:140,initiative:10,ac:26,fortitude:26,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8e533339-ee4d-4ee8-89c0-448245fa05e0",name:"Stone Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"c8511ac5-bcab-4c40-855c-37e8ebff32ad",name:"Focused Quake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 1d6+2 damage, and the target is knocked prone.",damage:"1d6+2 damage",category:1},{id:"e7f663ca-5182-4553-9f71-c08a55e39842",name:"Ring of Stone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"2d6+4 damage. Effect: Each square in the burst becomes difficult terrain until the end of the gnome rockcaller’s next turn.",damage:"2d6+4 damage",category:1},{id:"665477aa-cddf-41d5-a0af-cbd86986411f",name:"Call Stone Spirits",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 1 within 5",attack:null,description:"",details:"the burst creates a zone of difficult terrain that lasts until the end of the rockcaller’s next turn. As a standard action, the rockcaller can use stone fist against any target in the zone. As a move action, the rockcaller can move the zone up to 5 squares. Sustain Minor: The effect persists.",damage:"the rockcaller can move the zone up to 5 squares",category:3},{id:"23ec8ce2-b1e8-449a-9836-f741e197de55",name:"Fade Away",action:{action:4,trigger:"when the gnome rockcaller takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome rockcaller turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"21f92f0d-5761-4118-9ddc-6a0a9dadd7e3",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnome rockcaller moves 3 squares or shifts 1 square, and can pass into and through squares occupied by obstacles made of stone. If the obstacle is larger than it is, the rockcaller can end its movement in such a square. If it does, it remains alive and aware of its surroundings, but it cannot be seen or attacked. The only actions it can take are to make Perception checks or to shift 1 square into an unoccupied square as a move action.",damage:"The gnome rockcaller moves 3 squares or shifts 1 square",category:2},{id:"9e6a9264-25f0-4b30-918a-ba39c900be67",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85686d31-655a-43e8-a5de-5d759b019037",name:"Gnome Stonewalker",details:"",size:1,origin:2,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Elven",skills:"Dungeoneering +17",equipment:"hide armor; throwing hammer",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:17},intelligence:{score:20},wisdom:{score:23},charisma:{score:14},hp:128,initiative:11,ac:27,fortitude:24,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"5767f93e-acb5-4a01-9be0-9c963deb72d2",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"9c65ccd9-abe9-4f40-aacc-b037ca23c924",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"d1ebedda-3c3f-4d14-8a69-49eb8e281193",name:"Battering Steps",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The gnome stonewalker makes a melee basic attack, shifts 1 square, makes a melee basic attack against a new target, and shifts 1 square.",attack:null,description:"",details:"",damage:"",category:1},{id:"1575f8be-9947-42ae-8f1e-d91e8aad3fd2",name:"Disrupting Smash",action:{action:1,trigger:"requires a throwing hammer",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d6+5 damage, and if the stonewalker is marked, that condition ends on it.",damage:"2d6+5 damage",category:5},{id:"af0e94c8-47c1-4a57-aa69-b12938788619",name:"Fade Away",action:{action:4,trigger:"when the gnome stonewalker takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome stonewalker turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"abd35d8f-ab12-4b28-82e9-5db2b6196337",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnome stonewalker moves 3 squares or shifts 1 square, and can pass into and through squares occupied by obstacles made of stone. If the obstacle is larger than it is, the stonewalker can end its movement in such a square. If it does, it remains alive and aware of its surroundings, but it cannot be seen or attacked. The only actions it can take are to make Perception checks or to shift 1 square into an unoccupied square as a move action.",damage:"The gnome stonewalker moves 3 squares or shifts 1 square",category:2},{id:"a0ebf1a4-c34a-4d42-b94e-396fa19ac304",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0},{id:"1f586680-6d40-45d4-86f1-01cc0f46c773",name:"Stonewalk",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnome stonewalker teleports 3 squares. Its origin and destination squares must both be adjacent to stone, or must have a floor of stone.",damage:"The gnome stonewalker teleports 3 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb38b3f4-7979-4b3e-b6a9-a84f43d0357f",name:"Grimlock Bodyguard",details:"",size:2,origin:4,type:2,keywords:"blind",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +11; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"greatsword",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:20},intelligence:{score:11},wisdom:{score:19},charisma:{score:11},hp:139,initiative:14,ac:30,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"1d4fa3e6-5b9a-4bcb-8dd1-f4fc886b9a1e",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"3c383203-7134-4acd-bfff-4b9d04a81a8a",name:"Stick and Shift",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The grimlock bodyguard makes a melee basic attack and then shifts 1 square. See also bodyguard shift.",attack:null,description:"",details:"",damage:"",category:1},{id:"2265f7b9-ec51-4111-9ca0-da9aa982bfe6",name:"Mindlash",action:{action:5,trigger:"when any enemy marked by the grimlock bodyguard within 5 squares of it makes an attack that does not include the bodyguard",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets the triggering enemy; no attack roll; 10 psychic damage.",damage:"10 psychic damage",category:5},{id:"66442aeb-6844-4f08-b3ab-612e42d0049b",name:"Bodyguard Shift",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a grimlock bodyguard shifts, it can shift into a square occupied by any enemy marked by it. The bodyguard slides that enemy 1 square as a free action and ends its shift in a square the enemy vacated.",damage:"The bodyguard slides that enemy 1 square as a free action and ends its shift in a square the enemy vacated",category:0},{id:"241c1e3e-cc58-448b-9e29-d7d3e0f3942f",name:"Guarded Mark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to the grimlock bodyguard at the end of its turn is marked by the bodyguard until the end of the enemy’s next turn. An enemy marked by a grimlock bodyguard does not gain combat advantage while flanking any grimlock bodyguard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"dec671cb-bb05-4022-ae5e-e7de0edadd77",name:"Grimlock Dark Caller",details:"",size:2,origin:4,type:2,keywords:"blind",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +13; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +13, Religion +13",equipment:"hide armor",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:17},intelligence:{score:13},wisdom:{score:23},charisma:{score:14},hp:148,initiative:10,ac:29,fortitude:27,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"602112dc-98b5-4cb2-b12f-fbdd142819a1",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"9a5241d3-3df7-4540-956f-9a1f84ffef89",name:"Endless Dark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d10+5 psychic damage, and the target cannot see more than 1 square away (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"db3e8eab-e6bb-45c8-9e2e-3c9d13b11899",name:"Call of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all sources of light within the burst are extinguished.",damage:"",category:3},{id:"04f28cfa-caa4-44c0-b7a4-428565b19bda",name:"Shadow Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Zone",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:19,defence:3},description:"",details:"2d8+5 the burst becomes a zone shadow swarms that lasts until the end of the dark caller’s next turn. A creature within in the zone is blinded until it leaves the zone.",damage:"2d8+5 the burst becomes a zone shadow swarms that lasts until the end of the dark caller’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"bcc7a399-6803-48a1-a099-85b2bff3697a",name:"Grimlock Hulk",details:"",size:2,origin:4,type:2,keywords:"blind",level:16,role:{type:2,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Athletics +20, Endurance +18",equipment:"morningstar",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:19},intelligence:{score:7},wisdom:{score:19},charisma:{score:9},hp:190,initiative:12,ac:28,fortitude:30,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"fd7b2bd8-1513-46cf-b2ad-5dcea69a170d",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+7 damage, and the target is knocked prone.",damage:"2d10+7 damage",category:1},{id:"87e578f4-c03a-45bd-bbd1-932ef8a2360c",name:"Reaping Star",action:{action:1,trigger:"requires a morningstar",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 1d10+7 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+7 damage",category:5},{id:"7619092b-9928-4c3d-bbb2-873b5e0a1f99",name:"Bloody Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A grimlock hulk’s weapon attacks deal 1d10 extra damage against bloodied targets.",damage:"a grimlock hulk’s weapon attacks deal 1d10 extra damage against bloodied targets",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"a8fa9687-83fa-4809-9385-3b2cc0f69cfe",name:"Grimlock Thug",details:"",size:2,origin:4,type:2,keywords:"blind",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:20},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:1,initiative:14,ac:30,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"a8dce0c6-911b-482b-9e9b-c9beb54b353f",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"12 damage (14 damage against a bloodied target).",damage:"12 damage (14 damage against a bloodied target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"7bf719fa-f38f-4a91-bb56-faa21ea4ebac",name:"Hook Horror Darkfiend",details:"",size:3,origin:4,type:1,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +10; blindsight 10",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"Athletics +15, Stealth +18",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:23},intelligence:{score:3},wisdom:{score:16},charisma:{score:11},hp:110,initiative:17,ac:28,fortitude:26,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"b02c1f26-cbf5-45c5-bf6c-d598f62439eb",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"0e36ec90-dea8-4ed8-bbd0-8731efd1d015",name:"Horror’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The hook horror darkfiend charges and makes the following attack in place of a melee basic attack",attack:{bonus:19,defence:0},description:"",details:"2d12+6 damage. If the darkfiend has combat advantage against the target, this attack deals 2d12 extra damage.",damage:"2d12+6 damage",category:1},{id:"beb125ac-1c08-4837-a576-b2edc41aba5b",name:"Fiend’s Darkness",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the darkfiend’s next turn. The zone blocks line of sight for all creatures that do not have blindsight. Any creature entirely within the area is blinded unless it has blindsight. While inside the zone, the darkfiend is hidden from creatures that do not have blindsight, gaining combat advantage against them.",damage:"",category:5},{id:"6722c1e6-c679-45a8-81b6-762f432b044e",name:"Shriek of Horror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"when first bloodied",range:"Close blast 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 3d6+6 damage, and the target is immobilized and deafened (save ends both). Miss: Half damage, and the target is deafened (save ends).",damage:"3d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"589665ce-fd1e-4bcd-bfc5-ecee6b31396b",name:"Incunabulum Bone Naga",details:"",size:3,origin:3,type:1,keywords:"undead",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Arcana +18, History +18, Insight +20, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:22},hp:328,initiative:11,ac:30,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"20919a50-ee2e-47a1-b426-b393adcd3ad1",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; an enemy that starts its turn within the aura is dazed."}],powers:[{id:"7dfcfde5-4674-40c9-a421-a1f2503a009e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d4+6 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4+6 damage",category:1},{id:"393106bd-3e2a-4dba-81d6-3c7ae6923ecc",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:21,defence:3},description:"",details:"blind creatures are immune; the target is dazed (save ends). If the target is already dazed, it takes 3d6 + 6 necrotic damage instead.",damage:"it takes 3d6 + 6 necrotic damage instead",category:1},{id:"eb2855f4-709b-4308-9935-10861b87369f",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum bone naga is hit by a melee attack or a close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5},{id:"8502e82b-43a0-4605-adb3-5e8c6e229f07",name:"Condition the Subject",action:{action:3,trigger:"usable only while adjacent to an immobilized enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the bone naga can make two bite attacks as a standard action against immobilized enemies. While this power is active, the bone naga can make only basic attacks. It can end this power at any time as a free action.",damage:"",category:5}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d6d3ec22-5286-4af1-bbc1-c21e93446e7d",name:"Incunabulum Cursebringer",details:"As an initiate of forbidden secrets, the incunabulum cursebringer can strike down the strongest foes.",size:2,origin:5,type:2,keywords:"",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +15, Diplomacy +18, Insight +15",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:24},intelligence:{score:14},wisdom:{score:14},charisma:{score:20},hp:123,initiative:15,ac:28,fortitude:27,reflex:29,will:27,regeneration:null,auras:[{id:"fb76d335-4a06-4f4e-8369-6f94f665f3fc",name:"Whispers of Revulsion",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is pushed 2 squares."}],powers:[{id:"e563caa4-cf8d-42c2-b128-4221b68bcff8",name:"Inquiring Grip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"2d6+4 psychic damage, and the target is immobilized until the end of the cursebringer’s next turn.",damage:"2d6+4 psychic damage",category:1},{id:"3854aebe-5f48-40f0-b3af-476e702ba8ae",name:"Curse of Creeping Doubt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:null,description:"",details:"2d8+7 psychic damage, and the target is immobilized (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"6627fb84-d0db-4201-b91d-89763d11bad2",name:"Curse Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:21,defence:2},description:"",details:"1d10 psychic damage, and the target is immobilized (save ends). The burst creates a zone of animated funerary wrappings that lasts until the end of the encounter. The zone is difficult terrain. Any creature that ends its turn within the zone is immobilized (save ends).",damage:"1d10 psychic damage",category:1},{id:"ea4a045c-d2ef-4c8a-8653-c20b24dc0aac",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum cursebringer is hit by a melee attack or a close weapon attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e11effc1-68b7-45d8-8e28-c03cef345492",name:"Incunabulum Inquisitor",details:"With the dark magic of its touch, an incunabulum inquisitor can wrest the will and life from any foe.",size:2,origin:5,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +21, Diplomacy +19, Insight +15",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:16},intelligence:{score:24},wisdom:{score:12},charisma:{score:20},hp:172,initiative:12,ac:32,fortitude:30,reflex:32,will:30,regeneration:null,auras:[{id:"c5111865-f658-42cc-9840-37a2d88a8c12",name:"Binding Whispers",keywords:"",details:"aura 5; enemies within the aura are slowed and take a –2 penalty to saving throws."}],powers:[{id:"e624949f-bd5b-44d8-8087-e2dd5dde49d5",name:"Inquiring Grip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+7 psychic damage, and the target is immobilized until the end of the inquisitor’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"c10ef982-b0f1-4ecf-896d-a3ab238b4afa",name:"Call To Answer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"1d10+7 psychic damage, and the target is immobilized (save ends).",damage:"1d10+7 psychic damage",category:1},{id:"be6888e2-e5dd-40c2-afb1-fa74d4d7cc17",name:"Under the Question",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"targets an immobilized creature; the target takes ongoing 15 psychic damage and is restrained (save ends both). A target reduced to 0 hit points or fewer by this attack’s ongoing damage is dominated by the incunabulum inquisitor. A dominated target does not fall unconscious and does not need to make death saving throws. It dies only when reduced to negative hit points equal to its bloodied value. If the target under the inquisitor’s control regains hit points so that it is no longer dying, or if the inquisitor drops to 0 hit points, the inquisitor’s domination of the target ends.",damage:"the target takes ongoing 15 psychic damage and is restrained (save ends both)",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5fc3bf22-0d15-40aa-b12a-c41abe741ced",name:"Incunabulum Keeper",details:"",size:2,origin:5,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +16, Diplomacy +16, Insight +18",equipment:"longsword",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:19},intelligence:{score:16},wisdom:{score:20},charisma:{score:16},hp:167,initiative:14,ac:33,fortitude:30,reflex:28,will:29,regeneration:null,auras:[{id:"dedf1d4f-9f82-4c22-8a35-042b0a0497d3",name:"White Hand Authority",keywords:"",details:"aura 2; one undead ally within the aura at the start of the incunabulum keeper’s turn can make a melee basic attack as a free action."}],powers:[{id:"170c4202-ad0e-40b8-9c9c-61dba0ba64ce",name:"Sword of Keeping",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage plus 1d8 psychic damage, and the target is immobilized until the end of the keeper’s next turn.",damage:"2d8+7 damage plus 1d8 psychic damage",category:1},{id:"2db029ed-4ba5-457b-a23f-c561ba19d8d7",name:"Feed on the Vulnerable",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"targets one allied undead creature adjacent to an immobilized enemy. The next time the target makes a check to recharge a power, it makes an extra check as a free action.",damage:"",category:3},{id:"fe476524-44d9-4fc7-99e0-9a7db8a11262",name:"Keeper’s Blazon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each ally within 5 squares of the keeper makes a basic attack against an immobilized enemy as a free action, provided the ally can both see and hear the keeper.",damage:"Each ally within 5 squares of the keeper makes a basic attack against an immobilized enemy as a free action",category:1},{id:"eea02596-a1f9-4795-baec-1c9cbe7cd014",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum keeper is hit by a melee attack or a close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eaf5fa93-c327-4b01-8b0a-ffc28e6c320d",name:"Incunabulum Slayer",details:"",size:2,origin:5,type:2,keywords:"",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +17, Insight +15, Stealth +17",equipment:"dagger",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:19},intelligence:{score:19},wisdom:{score:15},charisma:{score:23},hp:124,initiative:16,ac:30,fortitude:29,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"0d0665bf-6229-4bf0-917e-d7a804d9acf6",name:"Inquisitive Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d4+9 psychic damage, and the target is immobilized until the end of the slayer’s next turn.",damage:"2d4+9 psychic damage",category:1},{id:"7427dfef-900d-4254-b558-457ec04604d1",name:"Digging for Answers",action:{action:1,trigger:"requires a dagger",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"Targets an immobilized creature; 2d4+4 damage plus 5d6 psychic damage. A target reduced to 0 hit points or fewer by this attack is dominated by the incunabulum slayer. A dominated target does not fall unconscious and does not need to make death saving throws. It dies only when reduced to negative hit points equal to its bloodied value. If the target under the slayer’s control regains hit points so that it is no longer dying, or if the slayer drops to 0 hit points, the slayer’s domination of the target ends.",damage:"2d4+4 damage plus 5d6 psychic damage",category:5},{id:"428e8dec-5838-47bb-98e8-f15ce77ff314",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum slayer is hit by a melee attack or a close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"192152b4-86b8-49ff-9156-53c61a2d3b91",name:"Incunabulum Thug",details:"",size:2,origin:4,type:2,keywords:"blind; grimlock",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +11; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"greataxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:1,initiative:10,ac:30,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"6bb6fc32-73d7-4e55-87fe-6a0fa1c08cc5",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"12 damage (14 damage against a bloodied target).",damage:"12 damage (14 damage against a bloodied target)",category:1},{id:"7c2fddef-1af1-4fe1-9027-522c9b765d4e",name:"All the Answers",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Immobilized enemies grant this creature combat advantage.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2151bcd4-745c-4d48-a0cc-cdb50a211c3e",name:"Jagged Wrackspawn",details:"A jagged wrackspawn’s body pulses from within with eldritch light, its limbs pierced with steel-hard bone needles that can rend the flesh from a foe.",size:2,origin:3,type:2,keywords:"",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:24},intelligence:{score:12},wisdom:{score:19},charisma:{score:13},hp:157,initiative:15,ac:30,fortitude:28,reflex:30,will:27,regeneration:null,auras:[{id:"4edb5a33-505d-4faf-ac15-dd31a746508b",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"164cd500-16c7-47d2-8ee2-5588a44231f0",name:"Embedded Needles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6+2 damage, and ongoing 5 damage (save ends).",damage:"2d6+2 damage",category:1},{id:"6c7e1995-3df9-48e9-8f7d-f93fa665d113",name:"Dread Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"the target is removed from the battle grid and imprisoned within an extradimensional space inside the jagged wrackspawn (save ends). While imprisoned, the target is stunned and takes ongoing 10 damage, and no creature has line of sight or line of effect to it. When the target saves, or if the wrackspawn drops to 0 hit points, the target returns in a space of its choice adjacent to the wrackspawn. While imprisoned, the target is considered to be within the wrackspawn’s bloodwrack aura but not adjacent to the wrackspawn, so that its successful saving throws don’t trigger rancorous screech.",damage:"the target is stunned and takes ongoing 10 damage",category:1},{id:"9f44f465-3aa5-468a-ac87-79544d334d7a",name:"Rancorous Screech",action:{action:4,trigger:"when any enemy adjacent to the jagged wrackspawn succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"1d6+3 psychic damage.",damage:"1d6+3 psychic damage",category:5}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8305d238-f9c6-408c-91e0-8095b057a1e0",name:"Kuo-Toa Leviathan",details:"Overwhelmed by crippling madness, some kuo-toas undergo a physical and mental transformation into hulking feral predators.",size:4,origin:4,type:2,keywords:"aquatic",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"8, swim 8",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +18",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:21},intelligence:{score:5},wisdom:{score:18},charisma:{score:7},hp:358,initiative:12,ac:27,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"b604cc6d-8ded-480d-8b19-e3fb533f8af8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 3d8+6 damage, and the target is knocked prone.",damage:"3d8+6 damage",category:1},{id:"65c98ca0-0bea-41b5-9876-ee2109dc1272",name:"Bloodlust Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets a bloodied creature; 3d8+6 damage, and the target slides 3 squares and takes ongoing 10 damage (save ends).",damage:"3d8+6 damage",category:1},{id:"a3f82d83-8099-461e-8b23-bc488cb09f35",name:"Snapping Bites",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The kuo-toa leviathan makes two attacks; 3d8+6 damage, and the target slides 3 squares.",damage:"3d8+6 damage",category:1},{id:"8e7a625b-97a6-4e80-9666-6cafb85c9cde",name:"Mind-Rending Roar",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Thunder",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"1d8+5 psychic and thunder damage, and the target is dazed (save ends).",damage:"1d8+5 psychic and thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c114d3e6-cbc8-411b-9049-9b3e7177252e",name:"Kuo-Toa Mumbler",details:"With its lisping whispers, a black-robed kuo-toa mumbler summons up dread power and terrible secrets.",size:2,origin:4,type:2,keywords:"aquatic",level:13,role:{type:4,flag:1,leader:!0},senses:"Perception +9; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:22},intelligence:{score:17},wisdom:{score:17},charisma:{score:14},hp:206,initiative:16,ac:27,fortitude:25,reflex:27,will:24,regeneration:null,auras:[{id:"1566773f-f6d0-4a30-a4f8-7cdaaa334d35",name:"Maddening Mumbles",keywords:"",details:"(Psychic) aura 2; any creature without the aquatic keyword that enters the aura or starts its turn there takes 5 psychic damage."}],powers:[{id:"f0811874-2d73-4f8e-897f-52a9bf65d2c6",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"42169d38-f27a-4f4d-afbe-51fb0d9e5b7d",name:"Vicious Spear",action:{action:1,trigger:"requires a spear",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets a blinded creature; 3d8+8 damage.",damage:"3d8+8 damage",category:5},{id:"32827732-9490-43c6-a344-8a4225a49f57",name:"Terrifying Revelation",action:{action:1,trigger:"when strange eon’s syllable ends",sustainAction:0,use:1,recharge:""},keywords:"",condition:"no action",range:"Close burst 3",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is blinded until the end of the mumbler’s next turn.",damage:"",category:5},{id:"cc2d1faa-9aee-4950-87e7-c05a820e9b10",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2},{id:"1c797673-31b8-448b-b49e-8b746f3d36d1",name:"Strange Eon’s Syllable",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the kuo-toa mumbler’s next turn, it gains a +2 bonus to all defenses, and allies within 10 squares of it gain a +2 bonus to Fortitude and Will.",damage:"it gains a +2 bonus to all defenses",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d8c0898-e5b6-409d-b718-f8dee348246c",name:"Kuo-Toa Spearfiend",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +15",equipment:"longspear",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:18},intelligence:{score:11},wisdom:{score:17},charisma:{score:8},hp:152,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"4f5f9a19-89c5-4c74-9c2d-0e4fa44d6d64",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"6b7c0fd1-266d-40fb-a320-a0891d2928e2",name:"Fiendish Spear Sweep",action:{action:1,trigger:"requires a longspear",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"targets enemies; 2d8 damage, and the target is knocked prone. Miss: Half damage.",damage:"2d8 damage",category:5},{id:"9bbd7ec1-e49e-41b3-827d-2e64e9a133cb",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"566f09b1-ea29-42a6-8ce1-8c130ba323db",name:"Kuo-Toa Warder",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +14",equipment:"javelin; spear",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:1,initiative:8,ac:23,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f6bbfac0-c699-4e7d-bbd5-afd8ad33bcf9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3d357550-48fa-4793-afe7-90f4529366ce",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"2e8075c7-ba53-4e91-9e5b-4d555f372468",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4e8a67e-1c4e-4ed2-acd5-fa8c8349f8c4",name:"Mind Flayer Tormentor",details:"ALL MIND FLAYERS DELIGHT IN THE AGONY of others, but the mind flayer tormentor develops this rapacious nature into a dark art.",size:2,origin:0,type:2,keywords:"",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"7, teleport 5",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +22, Insight +20, Intimidate +22, Religion +22",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:19},intelligence:{score:24},wisdom:{score:20},charisma:{score:24},hp:148,initiative:14,ac:32,fortitude:31,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"0a7b3ac2-77c3-4373-9ad9-fd7bd97f4a1c",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+7 damage, and the target is grabbed.",damage:"2d8+7 damage",category:1},{id:"1c4ff0f8-0945-4858-985c-36529bb167f5",name:"Mind Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:25,defence:3},description:"",details:"3d8+5 psychic damage, and the target is dazed until the end of the tormentor’s next turn.",damage:"3d8+5 psychic damage",category:1},{id:"f09d253f-a05f-4ebb-b250-97930eb8283d",name:"Bore into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a grabbed or stunned creature; 4d10+5 damage, and the target is dazed (save ends). If this power reduces the target to 0 hit points or fewer, the mind flayer tormentor devours its brain. This kills the target instantly and recharges all the tormentor’s recharge powers. See also tentacle projection.",damage:"4d10+5 damage",category:1},{id:"f112a364-39d1-48f8-850f-687a6e431dc2",name:"Tentacle Projection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"4d10+5 psychic damage, and the target is restrained (save ends). While the mind flayer tormentor has a target restrained by this power, it can make its bore into brain attack as a ranged attack as if the target were grabbed, with a range of 10 squares.",attack:{bonus:25,defence:3},description:"",details:"",damage:"",category:1},{id:"9ccfc3e6-2bcb-4561-9348-ad8033023145",name:"Agonizing Feedback",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets enemies; no attack roll; 1d8+1 psychic damage, and the target is dazed (save ends). If the target is already dazed, it instead becomes stunned (save ends). The mind flayer tormentor teleports 5 squares after the attack.",damage:"1d8+1 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c46b46f-69ca-4ffd-abf0-375accf02d9f",name:"Myconid Colony Swarm",details:"These swarms of carnivorous fungal creatures rise up to defend a myconid colony.",size:3,origin:5,type:1,keywords:"plant, swarm",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4; tremorsense 10",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:18},intelligence:{score:2},wisdom:{score:15},charisma:{score:10},hp:51,initiative:6,ac:17,fortitude:16,reflex:18,will:16,regeneration:null,auras:[{id:"06bcace1-2679-46fc-b756-6781cdeb5698",name:"Swarm Attack",keywords:"",details:"(Poison) aura 1; each enemy that starts its turn within the aura takes 3 poison damage."}],powers:[{id:"28ded836-fbd6-4508-80f1-852ed9b5ddda",name:"Swarm of Slams",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"50ecea39-3c10-46e3-9643-b21b2e215e69",name:"Devouring Spores",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10/20",attack:{bonus:10,defence:1},description:"",details:"1d10+5 poison damage, and each nonfey or nonshadow creature adjacent to the target takes 5 poison damage.",damage:"1d10+5 poison damage",category:1},{id:"1b3c9fda-772c-47da-a80a-061d1875d7f5",name:"Rotting Decay",action:null,keywords:"Necrotic, Zone",condition:"when the colony swarm drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of putrid black slime that lasts until the end of the encounter. The zone is difficult terrain. Any nonfey or nonshadow creature that starts its turn within the zone takes 5 necrotic damage.",damage:"any nonfey or nonshadow creature that starts its turn within the zone takes 5 necrotic damage",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"3b271675-3a6a-4857-a8ea-44a6d925be25",name:"Myconid Gas Spore",details:"The floating gas spore acts as a remote spy and first line of defense for remote myconid colonies.",size:2,origin:5,type:1,keywords:"plant",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3; blindsight 10",movement:"0, fly 2 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:16},dexterity:{score:13},intelligence:{score:1},wisdom:{score:13},charisma:{score:8},hp:1,initiative:5,ac:18,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"fb08f303-11bb-46ed-8d2b-bd39eef5f177",name:"Acidic Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"5 acid damage.",damage:"5 acid damage",category:1},{id:"e79df7c4-19fb-4617-ad1f-b2c78ba9cd56",name:"Spore Burst",action:null,keywords:"Healing, Poison",condition:"when the gas spore drops to 0 hit points",range:"Close burst 3",attack:{bonus:7,defence:1},description:"",details:"targets nonplants; 5 poison damage. Effect: Each plant creature in the burst regains 5 hit points.",damage:"5 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8cb1b485-5cf6-4148-91d5-032036f43476",name:"Myconid Rotslammer",details:"",size:2,origin:5,type:2,keywords:"plant",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:14},intelligence:{score:8},wisdom:{score:14},charisma:{score:13},hp:78,initiative:4,ac:17,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"8260e6e6-8f20-4234-a21c-5d470ceab3e8",name:"Fungal Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 damage, and ongoing 5 poison damage (save ends).",damage:"1d10+4 damage",category:1},{id:"9e96ce29-d71f-490b-887b-fd3d6f4b64a2",name:"Rotting Burst",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:1},description:"",details:"2d8+4 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+4 necrotic damage",category:5},{id:"3594401d-82f5-44c2-a24b-e4e2b0c38808",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid rotslammer is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rotslammer takes half damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the rotslammer takes half damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5f835c30-8af0-49a3-bf5b-2304a9100952",name:"Quaggoth Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +6",movement:"7",alignment:"Unaligned",languages:"Deep Speech",skills:"Athletics +14",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:19},intelligence:{score:8},wisdom:{score:15},charisma:{score:10},hp:117,initiative:8,ac:21,fortitude:22,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"ac02a64b-a398-4a9f-9e37-7084503c46bd",name:"Stone Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage, and the quaggoth berserker gains a +2 bonus to attack rolls and damage rolls until the end of its next turn.",damage:"2d6+5 damage",category:1},{id:"c9a2d04b-83cc-475f-866d-a43710087ade",name:"Quaggoth Fury",action:{action:7,trigger:"when the quaggoth berserker hits with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The berserker deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack.",damage:"the berserker deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"500a2d62-dffd-4f9f-9d37-f07155c26f4c",name:"Quaggoth Chanter",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:3,flag:0,leader:!0},senses:"Perception +10",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Dungeoneering +15, Nature +15",equipment:"totem",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:20},charisma:{score:16},hp:114,initiative:8,ac:25,fortitude:23,reflex:22,will:24,regeneration:null,auras:[{id:"0b812073-670b-417e-8660-6b170c703ed8",name:"Restoration",keywords:"",details:"aura 5; when any enemy within the aura spends a healing surge, all quaggoth allies of the chanter within the aura recharge their quaggoth fury power."}],powers:[{id:"dbb3d9d6-6084-47c0-a8c5-289f25cc67b0",name:"Primal Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+4 damage, and the target takes a -2 penalty to all defenses until the end of the chanter’s next turn.",damage:"2d6+4 damage",category:1},{id:"ce9c95f3-2888-45d9-a051-a6ba82e7cb5b",name:"Wind Totem",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Close blast 4",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 1d6+2 damage, and the target slides 2 squares.",damage:"1d6+2 damage",category:1},{id:"5212f85f-c5a3-44b6-9874-c4e87bc9c7df",name:"War Chant",action:{action:4,trigger:"when any enemy within 5 squares of the chanter spends an action point",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 5 squares of the chanter can take a standard action as a free action.",damage:"An ally within 5 squares of the chanter can take a standard action as a free action",category:5},{id:"33b7b055-51eb-43ff-9361-7eb652b5bda0",name:"Quaggoth Fury",action:{action:7,trigger:"when the chanter hits with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chanter deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack.",damage:"the chanter deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e21c5a5a-3e63-434c-80d3-8b68b399df2b",name:"Swordwing Cutter",details:"Swordwing cutters attack as a mob, surrounding and slashing foes with vicious armblade attacks.",size:2,origin:0,type:2,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +21; low-light vision",movement:"6, fly 10 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Endurance +26, Stealth +27",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:26},intelligence:{score:10},wisdom:{score:25},charisma:{score:12},hp:1,initiative:24,ac:43,fortitude:41,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"d82aa3b5-ca4e-4505-b97e-b3dddf1d7415",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 14 damage (crit 20), and the target is knocked prone.",damage:"14 damage (crit 20)",category:1},{id:"f6b06907-0681-4632-934a-06140248b303",name:"Scattering Hive",action:{action:5,trigger:"when the swordwing cutter drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each other swordwing cutter adjacent to this swordwing cutter can shift 5 squares as a free action.",damage:"Each other swordwing cutter adjacent to this swordwing cutter can shift 5 squares as a free action",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b577c55-b300-4775-90b6-ad7a8bfde09e",name:"Swordwing Slasher",details:"The swordwing slasher hones its armblade attacks to deadly precision, darting across the battlefield as it unleashes its fury.",size:2,origin:0,type:2,keywords:"",level:23,role:{type:4,flag:0,leader:!1},senses:"Perception +17; low-light vision",movement:"6, fly 10 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Endurance +22, Stealth +24",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:26},intelligence:{score:12},wisdom:{score:22},charisma:{score:10},hp:166,initiative:23,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"4d40a1c5-3d89-47e0-83a3-97ce807537d7",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d6+9 damage (crit 9d6 + 27 damage).",damage:"3d6+9 damage (crit 9d6 + 27 damage)",category:1},{id:"418bffc3-214c-454d-bcb1-41f01f9a64fb",name:"Slasher’s Escape",action:{action:5,trigger:"when the swordwing slasher is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Teleportation",condition:"",range:"",attack:null,description:"",details:"The swordwing slasher becomes invisible until the end of its next turn, and teleports 5 squares. If the swordwing slasher is marked, that condition ends.",damage:"and teleports 5 squares",category:5},{id:"d577a1af-d034-4094-a8a7-6911028b6119",name:"Slasher’s Flurry",action:{action:1,trigger:"recharges when the swordwing slasher uses slasher’s escape",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The swordwing slasher makes an armblade attack against each enemy within reach.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"325a48d6-46ee-46ec-9aa9-39f8ea9d0d69",name:"The Cringe",details:"",size:3,origin:3,type:2,keywords:"",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Dungeoneering +19, Endurance +21, Intimidate +16, Religion +17",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:22},intelligence:{score:16},wisdom:{score:20},charisma:{score:15},hp:430,initiative:15,ac:30,fortitude:31,reflex:30,will:29,regeneration:null,auras:[{id:"5dec6519-52fe-4758-aa52-4e80066610b6",name:"Bloodwrack",keywords:"",details:"aura 2; any bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"409b9c40-4c6b-4810-b0de-3183aac97a7b",name:"Razor Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d10+3 damage, and the target takes ongoing 5 damage and is slowed (save ends both).",damage:"2d10+3 damage",category:1},{id:"d4c7baea-7427-4258-9eee-1f8f94a5da0e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cringe makes two razor chain attacks.",damage:"",category:1},{id:"3f8fe4aa-7eaf-4b4f-8cf8-dc3fad49f80f",name:"Rack of Nails",action:{action:1,trigger:"recharges when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"Reach 2; 5d6+7 damage, the Cringe slides the target into a square adjacent to it, and the target is restrained (save ends). Each time the target attempts a save against the restrained condition, it takes 10 damage. Each time the Cringe moves while the target is restrained, it can slide the target into any square adjacent to it. Only one enemy at a time can be restrained by this power.",damage:"5d6+7 damage",category:5},{id:"24e26cb0-0f10-4944-b1cd-5004db6f2620",name:"Cruel Choice",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll; the target can make a saving throw. If the saving throw succeeds, the target takes; 3d6+7 psychic damage.",damage:"3d6+7 psychic damage",category:3},{id:"71dfe948-b88e-4118-9402-7857fffed2ff",name:"Price of Failure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"when first bloodied",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:1}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cad0a86f-c376-4cfc-a1cf-18fce1e86e18",name:"Torog",details:"",size:4,origin:3,type:2,keywords:"",level:34,role:{type:4,flag:2,leader:!1},senses:"Perception +27; darkvision",movement:"6 (earth walk), climb 6",alignment:"Evil",languages:"all, telepathy 20",skills:"Dungeoneering +32, Endurance +31, Intimidate +35",equipment:"",category:"",strength:{score:33},constitution:{score:28},dexterity:{score:20},intelligence:{score:28},wisdom:{score:30},charisma:{score:27},hp:1232,initiative:26,ac:48,fortitude:47,reflex:45,will:46,regeneration:null,auras:[{id:"7836930f-e8ca-4a89-95f0-4c01283f4b81",name:"Shared Torture",keywords:"",details:"(Psychic) aura 10; when any enemy within the aura makes a death saving throw, each conscious enemy within the aura takes 10 psychic damage."},{id:"99c18ace-6a49-4c50-833e-07f8623070ac",name:"Torturous Exhaustion",keywords:"",details:"aura 10; when any enemy within the aura makes a saving throw against ongoing damage, that enemy is weakened until the end of its next turn. Enemies within the aura can choose not to make saving throws against ongoing damage to avoid this effect."}],powers:[{id:"85839c3d-f3f6-4800-bfe4-3e2eeffd5664",name:"Serrated Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 2; 3d12 damage, and ongoing 5 fire damage (save ends).",damage:"3d12 damage",category:1},{id:"ff39cbb5-fa6a-4b44-b582-b390a485fb36",name:"Sickle of Agony",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 2; targets a creature that is not bloodied; 3d10 damage, and ongoing 5 damage (save ends).",damage:"3d10 damage",category:3},{id:"7a8f1c8c-3ac0-4a02-bc8e-fba05757f4b0",name:"Bond of Torture",action:{action:3,trigger:"recharges when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:39,defence:3},description:"",details:"targets an enemy taking ongoing damage; each time Torog takes damage, the target takes psychic damage equal to one-half the damage dealt to Torog. Each time the target takes damage from this effect, it can use an immediate reaction to end the effect by voluntarily becoming dominated by Torog (save ends).",damage:"targets an enemy taking ongoing damage",category:5},{id:"65f887c3-37f2-45cd-9811-257aa51a14e7",name:"Imprisoning Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:37,defence:2},description:"",details:"targets one, two, or three enemies; 1d10+10 damage, and the target slides 5 squares and is restrained until the end of Torog’s next turn.",damage:"1d10+10 damage",category:1},{id:"f53c643d-ffbd-4ea4-b363-02c8af78a98c",name:"Torturous Chainlash",action:{action:4,trigger:"when torog is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:37,defence:2},description:"",details:"targets the triggering attacker; 1d10+10 damage, and the target is stunned until the end of Torog’s next turn.",damage:"1d10+10 damage",category:5},{id:"28b3e565-2a8e-4dce-bddb-e2bae5ccbdc0",name:"Crawling Blood",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Torog moves his speed or shifts 1 square, and a crawling blood swarm (see the statistics block) appears in a square he left.",damage:"Torog moves his speed or shifts 1 square",category:2},{id:"1a0a6f01-1c0e-427e-ab89-e356b6c35deb",name:"Discorporation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"When Torog becomes bloodied, he normally discorporates and is unable to take physical form for a time.",damage:"",category:1},{id:"b2d9fc93-034f-45c0-a5d0-19c89474d752",name:"Perpetual Crawler",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Torog cannot be knocked prone. He takes no penalties for his ruined legs, and crawls at his normal speed.",damage:"",category:0}],damageModifiers:[{type:8,value:-20}],resist:"",vulnerable:"",immune:"attacks by characters below 20th level",tactics:""},{id:"541e0dc6-af1f-4bd9-8a72-1ff52d173ad5",name:"Troglodyte Savage",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +12, Endurance +13, Stealth +13",equipment:"javelin; spear",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:19},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:98,initiative:10,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[{id:"04eaaa0e-7b98-4709-993a-a19cdfb39685",name:"Troglodyte Stench",keywords:"",details:"aura 1; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"e3204701-c545-4d05-bcdd-f146c3e2fbf5",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"675e49f2-3746-4bf1-a097-24add11e309a",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6+9 damage.",damage:"1d6+9 damage",category:1},{id:"b05cfef7-1ef8-4809-9112-691acd35f409",name:"Savage Leap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The troglodyte savage charges; 2d8+8 damage. During the charge, the troglodyte savage ignores difficult terrain and hindering terrain, and its movement does not provoke opportunity attacks.",damage:"2d8+8 damage",category:1},{id:"5918ddff-e0ec-4591-ba96-c01d9bb11617",name:"Slimecoated",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The troglodyte savage has a +4 bonus to escape attempts. In addition, it has a +4 bonus to AC and Reflex when targeted by an attack while it is moving.",damage:"The troglodyte savage has a +4 bonus to escape attempts",category:0},{id:"be86312b-86b5-445e-8ee4-573290596c36",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A troglodyte savage deals 1d8 extra damage against any target it has combat advantage against.",damage:"a troglodyte savage deals 1d8 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});ib.getItem("moreau-homebrew-monsters").then(e=>{dy(document.getElementById("root")).render(E.jsx(c.StrictMode,{children:E.jsx(oP,{officialMonsters:Ni,homebrewMonsters:e??[]})}))}); + `]:{cursor:"not-allowed !important"}},[`&-tooltip ${t}-tooltip-inner`]:{minWidth:"unset"}})}},g3=(e,a)=>{const{componentCls:t,railSize:i,handleSize:n,dotSize:r,marginFull:s,calc:o}=e,d=a?"paddingBlock":"paddingInline",c=a?"width":"height",g=a?"height":"width",u=a?"insetBlockStart":"insetInlineStart",m=a?"top":"insetInlineStart",b=o(i).mul(3).sub(n).div(2).equal(),k=o(n).sub(i).div(2).equal(),y=a?{borderWidth:`${ie(k)} 0`,transform:`translateY(${ie(o(k).mul(-1).equal())})`}:{borderWidth:`0 ${ie(k)}`,transform:`translateX(${ie(e.calc(k).mul(-1).equal())})`};return{[d]:i,[g]:o(i).mul(3).equal(),[`${t}-rail`]:{[c]:"100%",[g]:i},[`${t}-track,${t}-tracks`]:{[g]:i},[`${t}-track-draggable`]:Object.assign({},y),[`${t}-handle`]:{[u]:b},[`${t}-mark`]:{insetInlineStart:0,top:0,[m]:o(i).mul(3).add(a?0:s).equal(),[c]:"100%"},[`${t}-step`]:{insetInlineStart:0,top:0,[m]:i,[c]:"100%",[g]:i},[`${t}-dot`]:{position:"absolute",[u]:o(i).sub(r).div(2).equal()}}},Yz=e=>{const{componentCls:a,marginPartWithMark:t}=e;return{[`${a}-horizontal`]:Object.assign(Object.assign({},g3(e,!0)),{[`&${a}-with-marks`]:{marginBottom:t}})}},Qz=e=>{const{componentCls:a}=e;return{[`${a}-vertical`]:Object.assign(Object.assign({},g3(e,!1)),{height:"100%"})}},Xz=e=>{const t=e.controlHeightLG/4,i=e.controlHeightSM/2,n=e.lineWidth+1,r=e.lineWidth+1*3;return{controlSize:t,railSize:4,handleSize:t,handleSizeHover:i,dotSize:8,handleLineWidth:n,handleLineWidthHover:r,railBg:e.colorFillTertiary,railHoverBg:e.colorFillSecondary,trackBg:e.colorPrimaryBorder,trackHoverBg:e.colorPrimaryBorderHover,handleColor:e.colorPrimaryBorder,handleActiveColor:e.colorPrimary,handleColorDisabled:new At(e.colorTextDisabled).onBackground(e.colorBgContainer).toHexShortString(),dotBorderColor:e.colorBorderSecondary,dotActiveBorderColor:e.colorPrimaryBorder,trackBgDisabled:e.colorBgContainerDisabled}},eM=Zt("Slider",e=>{const a=Ya(e,{marginPart:e.calc(e.controlHeight).sub(e.controlSize).div(2).equal(),marginFull:e.calc(e.controlSize).div(2).equal(),marginPartWithMark:e.calc(e.controlHeightLG).sub(e.controlSize).equal()});return[Jz(a),Yz(a),Qz(a)]},Xz);var aM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);ntypeof t=="number"?t.toString():""}const iM=K.forwardRef((e,a)=>{const{prefixCls:t,range:i,className:n,rootClassName:r,style:s,disabled:o,tooltipPrefixCls:d,tipFormatter:c,tooltipVisible:g,getTooltipPopupContainer:u,tooltipPlacement:m}=e,b=aM(e,["prefixCls","range","className","rootClassName","style","disabled","tooltipPrefixCls","tipFormatter","tooltipVisible","getTooltipPopupContainer","tooltipPlacement"]),{direction:k,slider:y,getPrefixCls:w,getPopupContainer:f}=K.useContext(Ra),h=K.useContext(rr),p=o??h,[A,S]=K.useState({}),x=(P,T)=>{S(I=>Object.assign(Object.assign({},I),{[P]:T}))},v=(P,T)=>P||(T?k==="rtl"?"left":"right":"top"),C=w("slider",t),[R,z,W]=eM(C),F=de(n,y==null?void 0:y.className,r,{[`${C}-rtl`]:k==="rtl"},z,W);k==="rtl"&&!b.vertical&&(b.reverse=!b.reverse);const[B,$]=K.useMemo(()=>i?typeof i=="object"?[!0,i.draggableTrack]:[!0,!1]:[!1],[i]),V=(P,T)=>{var I;const{index:H,dragging:L}=T,{tooltip:Z={},vertical:ae}=e,te=Object.assign({},Z),{open:X,placement:we,getPopupContainer:be,prefixCls:ye,formatter:pe}=te,ne=tM(pe,c),J=ne?A[H]||L:!1,fe=(I=X??g)!==null&&I!==void 0?I:X===void 0&&J,Ce=Object.assign(Object.assign({},P.props),{onMouseEnter:()=>x(H,!0),onMouseLeave:()=>x(H,!1),onFocus:se=>{var Q;x(H,!0),(Q=b.onFocus)===null||Q===void 0||Q.call(b,se)},onBlur:se=>{var Q;x(H,!1),(Q=b.onBlur)===null||Q===void 0||Q.call(b,se)}});return K.createElement(Zz,Object.assign({},te,{prefixCls:w("tooltip",ye??d),title:ne?ne(T.value):"",open:fe,placement:v(we??m,ae),key:H,overlayClassName:`${C}-tooltip`,getPopupContainer:be||u||f}),K.cloneElement(P,Ce))},D=Object.assign(Object.assign({},y==null?void 0:y.style),s);return R(K.createElement(_z,Object.assign({},b,{step:b.step,range:B,draggableTrack:$,className:F,style:D,disabled:p,ref:a,prefixCls:C,handleRender:V})))}),nM=iM;var rM=["prefixCls","className","checked","defaultChecked","disabled","loadingIcon","checkedChildren","unCheckedChildren","onClick","onChange","onKeyDown"],u3=l.forwardRef(function(e,a){var t,i=e.prefixCls,n=i===void 0?"rc-switch":i,r=e.className,s=e.checked,o=e.defaultChecked,d=e.disabled,c=e.loadingIcon,g=e.checkedChildren,u=e.unCheckedChildren,m=e.onClick,b=e.onChange,k=e.onKeyDown,y=Wa(e,rM),w=ui(!1,{value:s,defaultValue:o}),f=Y(w,2),h=f[0],p=f[1];function A(C,R){var z=h;return d||(z=C,p(z),b==null||b(z,R)),z}function S(C){C.which===le.LEFT?A(!1,C):C.which===le.RIGHT&&A(!0,C),k==null||k(C)}function x(C){var R=A(!h,C);m==null||m(R,C)}var v=de(n,r,(t={},O(t,"".concat(n,"-checked"),h),O(t,"".concat(n,"-disabled"),d),t));return l.createElement("button",_e({},y,{type:"button",role:"switch","aria-checked":h,disabled:d,className:v,ref:a,onKeyDown:S,onClick:x}),c,l.createElement("span",{className:"".concat(n,"-inner")},l.createElement("span",{className:"".concat(n,"-inner-checked")},g),l.createElement("span",{className:"".concat(n,"-inner-unchecked")},u)))});u3.displayName="Switch";const sM=e=>{const{componentCls:a,trackHeightSM:t,trackPadding:i,trackMinWidthSM:n,innerMinMarginSM:r,innerMaxMarginSM:s,handleSizeSM:o,calc:d}=e,c=`${a}-inner`,g=ie(d(o).add(d(i).mul(2)).equal()),u=ie(d(s).mul(2).equal());return{[a]:{[`&${a}-small`]:{minWidth:n,height:t,lineHeight:ie(t),[`${a}-inner`]:{paddingInlineStart:s,paddingInlineEnd:r,[`${c}-checked`]:{marginInlineStart:`calc(-100% + ${g} - ${u})`,marginInlineEnd:`calc(100% - ${g} + ${u})`},[`${c}-unchecked`]:{marginTop:d(t).mul(-1).equal(),marginInlineStart:0,marginInlineEnd:0}},[`${a}-handle`]:{width:o,height:o},[`${a}-loading-icon`]:{top:d(d(o).sub(e.switchLoadingIconSize)).div(2).equal(),fontSize:e.switchLoadingIconSize},[`&${a}-checked`]:{[`${a}-inner`]:{paddingInlineStart:r,paddingInlineEnd:s,[`${c}-checked`]:{marginInlineStart:0,marginInlineEnd:0},[`${c}-unchecked`]:{marginInlineStart:`calc(100% - ${g} + ${u})`,marginInlineEnd:`calc(-100% + ${g} - ${u})`}},[`${a}-handle`]:{insetInlineStart:`calc(100% - ${ie(d(o).add(i).equal())})`}},[`&:not(${a}-disabled):active`]:{[`&:not(${a}-checked) ${c}`]:{[`${c}-unchecked`]:{marginInlineStart:d(e.marginXXS).div(2).equal(),marginInlineEnd:d(e.marginXXS).mul(-1).div(2).equal()}},[`&${a}-checked ${c}`]:{[`${c}-checked`]:{marginInlineStart:d(e.marginXXS).mul(-1).div(2).equal(),marginInlineEnd:d(e.marginXXS).div(2).equal()}}}}}}},oM=e=>{const{componentCls:a,handleSize:t,calc:i}=e;return{[a]:{[`${a}-loading-icon${e.iconCls}`]:{position:"relative",top:i(i(t).sub(e.fontSize)).div(2).equal(),color:e.switchLoadingIconColor,verticalAlign:"top"},[`&${a}-checked ${a}-loading-icon`]:{color:e.switchColor}}}},dM=e=>{const{componentCls:a,trackPadding:t,handleBg:i,handleShadow:n,handleSize:r,calc:s}=e,o=`${a}-handle`;return{[a]:{[o]:{position:"absolute",top:t,insetInlineStart:t,width:r,height:r,transition:`all ${e.switchDuration} ease-in-out`,"&::before":{position:"absolute",top:0,insetInlineEnd:0,bottom:0,insetInlineStart:0,backgroundColor:i,borderRadius:s(r).div(2).equal(),boxShadow:n,transition:`all ${e.switchDuration} ease-in-out`,content:'""'}},[`&${a}-checked ${o}`]:{insetInlineStart:`calc(100% - ${ie(s(r).add(t).equal())})`},[`&:not(${a}-disabled):active`]:{[`${o}::before`]:{insetInlineEnd:e.switchHandleActiveInset,insetInlineStart:0},[`&${a}-checked ${o}::before`]:{insetInlineEnd:0,insetInlineStart:e.switchHandleActiveInset}}}}},cM=e=>{const{componentCls:a,trackHeight:t,trackPadding:i,innerMinMargin:n,innerMaxMargin:r,handleSize:s,calc:o}=e,d=`${a}-inner`,c=ie(o(s).add(o(i).mul(2)).equal()),g=ie(o(r).mul(2).equal());return{[a]:{[d]:{display:"block",overflow:"hidden",borderRadius:100,height:"100%",paddingInlineStart:r,paddingInlineEnd:n,transition:`padding-inline-start ${e.switchDuration} ease-in-out, padding-inline-end ${e.switchDuration} ease-in-out`,[`${d}-checked, ${d}-unchecked`]:{display:"block",color:e.colorTextLightSolid,fontSize:e.fontSizeSM,transition:`margin-inline-start ${e.switchDuration} ease-in-out, margin-inline-end ${e.switchDuration} ease-in-out`,pointerEvents:"none"},[`${d}-checked`]:{marginInlineStart:`calc(-100% + ${c} - ${g})`,marginInlineEnd:`calc(100% - ${c} + ${g})`},[`${d}-unchecked`]:{marginTop:o(t).mul(-1).equal(),marginInlineStart:0,marginInlineEnd:0}},[`&${a}-checked ${d}`]:{paddingInlineStart:n,paddingInlineEnd:r,[`${d}-checked`]:{marginInlineStart:0,marginInlineEnd:0},[`${d}-unchecked`]:{marginInlineStart:`calc(100% - ${c} + ${g})`,marginInlineEnd:`calc(-100% + ${c} - ${g})`}},[`&:not(${a}-disabled):active`]:{[`&:not(${a}-checked) ${d}`]:{[`${d}-unchecked`]:{marginInlineStart:o(i).mul(2).equal(),marginInlineEnd:o(i).mul(-1).mul(2).equal()}},[`&${a}-checked ${d}`]:{[`${d}-checked`]:{marginInlineStart:o(i).mul(-1).mul(2).equal(),marginInlineEnd:o(i).mul(2).equal()}}}}}},lM=e=>{const{componentCls:a,trackHeight:t,trackMinWidth:i}=e;return{[a]:Object.assign(Object.assign(Object.assign(Object.assign({},Ut(e)),{position:"relative",display:"inline-block",boxSizing:"border-box",minWidth:i,height:t,lineHeight:`${ie(t)}`,verticalAlign:"middle",background:e.colorTextQuaternary,border:"0",borderRadius:100,cursor:"pointer",transition:`all ${e.motionDurationMid}`,userSelect:"none",[`&:hover:not(${a}-disabled)`]:{background:e.colorTextTertiary}}),th(e)),{[`&${a}-checked`]:{background:e.switchColor,[`&:hover:not(${a}-disabled)`]:{background:e.colorPrimaryHover}},[`&${a}-loading, &${a}-disabled`]:{cursor:"not-allowed",opacity:e.switchDisabledOpacity,"*":{boxShadow:"none",cursor:"not-allowed"}},[`&${a}-rtl`]:{direction:"rtl"}})}},gM=e=>{const{fontSize:a,lineHeight:t,controlHeight:i,colorWhite:n}=e,r=a*t,s=i/2,o=2,d=r-o*2,c=s-o*2;return{trackHeight:r,trackHeightSM:s,trackMinWidth:d*2+o*4,trackMinWidthSM:c*2+o*2,trackPadding:o,handleBg:n,handleSize:d,handleSizeSM:c,handleShadow:`0 2px 4px 0 ${new At("#00230b").setAlpha(.2).toRgbString()}`,innerMinMargin:d/2,innerMaxMargin:d+o+o*2,innerMinMarginSM:c/2,innerMaxMarginSM:c+o+o*2}},uM=Zt("Switch",e=>{const a=Ya(e,{switchDuration:e.motionDurationMid,switchColor:e.colorPrimary,switchDisabledOpacity:e.opacityLoading,switchLoadingIconSize:e.calc(e.fontSizeIcon).mul(.75).equal(),switchLoadingIconColor:`rgba(0, 0, 0, ${e.opacityLoading})`,switchHandleActiveInset:"-30%"});return[lM(a),cM(a),dM(a),oM(a),sM(a)]},gM);var mM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,size:i,disabled:n,loading:r,className:s,rootClassName:o,style:d,checked:c,value:g,defaultChecked:u,defaultValue:m,onChange:b}=e,k=mM(e,["prefixCls","size","disabled","loading","className","rootClassName","style","checked","value","defaultChecked","defaultValue","onChange"]),[y,w]=ui(!1,{value:c??g,defaultValue:u??m}),{getPrefixCls:f,direction:h,switch:p}=l.useContext(Ra),A=l.useContext(rr),S=(n??A)||r,x=f("switch",t),v=l.createElement("div",{className:`${x}-handle`},r&&l.createElement(oh,{className:`${x}-loading-icon`})),[C,R,z]=uM(x),W=un(i),F=de(p==null?void 0:p.className,{[`${x}-small`]:W==="small",[`${x}-loading`]:r,[`${x}-rtl`]:h==="rtl"},s,o,R,z),B=Object.assign(Object.assign({},p==null?void 0:p.style),d),$=function(){w(arguments.length<=0?void 0:arguments[0]),b==null||b.apply(void 0,arguments)};return C(l.createElement(dh,{component:"Switch"},l.createElement(u3,Object.assign({},k,{checked:y,onChange:$,prefixCls:x,className:F,style:B,disabled:S,ref:a,loadingIcon:v}))))});m3.__ANT_SWITCH=!0;const hM=m3,fM=e=>{const{paddingXXS:a,lineWidth:t,tagPaddingHorizontal:i,componentCls:n,calc:r}=e,s=r(i).sub(t).equal(),o=r(a).sub(t).equal();return{[n]:Object.assign(Object.assign({},Ut(e)),{display:"inline-block",height:"auto",marginInlineEnd:e.marginXS,paddingInline:s,fontSize:e.tagFontSize,lineHeight:e.tagLineHeight,whiteSpace:"nowrap",background:e.defaultBg,border:`${ie(e.lineWidth)} ${e.lineType} ${e.colorBorder}`,borderRadius:e.borderRadiusSM,opacity:1,transition:`all ${e.motionDurationMid}`,textAlign:"start",position:"relative",[`&${n}-rtl`]:{direction:"rtl"},"&, a, a:hover":{color:e.defaultColor},[`${n}-close-icon`]:{marginInlineStart:o,fontSize:e.tagIconSize,color:e.colorTextDescription,cursor:"pointer",transition:`all ${e.motionDurationMid}`,"&:hover":{color:e.colorTextHeading}},[`&${n}-has-color`]:{borderColor:"transparent",[`&, a, a:hover, ${e.iconCls}-close, ${e.iconCls}-close:hover`]:{color:e.colorTextLightSolid}},"&-checkable":{backgroundColor:"transparent",borderColor:"transparent",cursor:"pointer",[`&:not(${n}-checkable-checked):hover`]:{color:e.colorPrimary,backgroundColor:e.colorFillSecondary},"&:active, &-checked":{color:e.colorTextLightSolid},"&-checked":{backgroundColor:e.colorPrimary,"&:hover":{backgroundColor:e.colorPrimaryHover}},"&:active":{backgroundColor:e.colorPrimaryActive}},"&-hidden":{display:"none"},[`> ${e.iconCls} + span, > span + ${e.iconCls}`]:{marginInlineStart:s}}),[`${n}-borderless`]:{borderColor:"transparent",background:e.tagBorderlessBg}}},Eh=e=>{const{lineWidth:a,fontSizeIcon:t,calc:i}=e,n=e.fontSizeSM;return Ya(e,{tagFontSize:n,tagLineHeight:ie(i(e.lineHeightSM).mul(n).equal()),tagIconSize:i(t).sub(i(a).mul(2)).equal(),tagPaddingHorizontal:8,tagBorderlessBg:e.defaultBg})},Wh=e=>({defaultBg:new At(e.colorFillQuaternary).onBackground(e.colorBgContainer).toHexString(),defaultColor:e.colorText}),h3=Zt("Tag",e=>{const a=Eh(e);return fM(a)},Wh);var bM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,style:i,className:n,checked:r,onChange:s,onClick:o}=e,d=bM(e,["prefixCls","style","className","checked","onChange","onClick"]),{getPrefixCls:c,tag:g}=l.useContext(Ra),u=f=>{s==null||s(!r),o==null||o(f)},m=c("tag",t),[b,k,y]=h3(m),w=de(m,`${m}-checkable`,{[`${m}-checkable-checked`]:r},g==null?void 0:g.className,n,k,y);return b(l.createElement("span",Object.assign({},d,{ref:a,style:Object.assign(Object.assign({},i),g==null?void 0:g.style),className:w,onClick:u})))}),yM=pM,kM=e=>h4(e,(a,t)=>{let{textColor:i,lightBorderColor:n,lightColor:r,darkColor:s}=t;return{[`${e.componentCls}${e.componentCls}-${a}`]:{color:i,background:r,borderColor:n,"&-inverse":{color:e.colorTextLightSolid,background:s,borderColor:s},[`&${e.componentCls}-borderless`]:{borderColor:"transparent"}}}}),wM=jl(["Tag","preset"],e=>{const a=Eh(e);return kM(a)},Wh);function vM(e){return typeof e!="string"?e:e.charAt(0).toUpperCase()+e.slice(1)}const Kd=(e,a,t)=>{const i=vM(t);return{[`${e.componentCls}${e.componentCls}-${a}`]:{color:e[`color${t}`],background:e[`color${i}Bg`],borderColor:e[`color${i}Border`],[`&${e.componentCls}-borderless`]:{borderColor:"transparent"}}}},AM=jl(["Tag","status"],e=>{const a=Eh(e);return[Kd(a,"success","Success"),Kd(a,"processing","Info"),Kd(a,"error","Error"),Kd(a,"warning","Warning")]},Wh);var xM=function(e,a){var t={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&a.indexOf(i)<0&&(t[i]=e[i]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(e);n{const{prefixCls:t,className:i,rootClassName:n,style:r,children:s,icon:o,color:d,onClose:c,closeIcon:g,closable:u,bordered:m=!0}=e,b=xM(e,["prefixCls","className","rootClassName","style","children","icon","color","onClose","closeIcon","closable","bordered"]),{getPrefixCls:k,direction:y,tag:w}=l.useContext(Ra),[f,h]=l.useState(!0);l.useEffect(()=>{"visible"in b&&h(b.visible)},[b.visible]);const p=Pk(d),A=TT(d),S=p||A,x=Object.assign(Object.assign({backgroundColor:d&&!S?d:void 0},w==null?void 0:w.style),r),v=k("tag",t),[C,R,z]=h3(v),W=de(v,w==null?void 0:w.className,{[`${v}-${d}`]:S,[`${v}-has-color`]:d&&!S,[`${v}-hidden`]:!f,[`${v}-rtl`]:y==="rtl",[`${v}-borderless`]:!m},i,n,R,z),F=T=>{T.stopPropagation(),c==null||c(T),!T.defaultPrevented&&h(!1)},[,B]=hA({closable:u,closeIcon:g??(w==null?void 0:w.closeIcon),customCloseIconRender:T=>T===null?l.createElement(sh,{className:`${v}-close-icon`,onClick:F}):l.createElement("span",{className:`${v}-close-icon`,onClick:F},T),defaultCloseIcon:null,defaultClosable:!1}),$=typeof b.onClick=="function"||s&&s.type==="a",V=o||null,D=V?l.createElement(l.Fragment,null,V,s&&l.createElement("span",null,s)):s,P=l.createElement("span",Object.assign({},b,{ref:a,className:W,style:x}),D,B,p&&l.createElement(wM,{key:"preset",prefixCls:v}),A&&l.createElement(AM,{key:"status",prefixCls:v}));return C($?l.createElement(dh,{component:"Tag"},P):P)},f3=l.forwardRef(SM);f3.CheckableTag=yM;const CM=f3,Ka=e=>{const[a,t]=l.useState(!1),i=()=>{t(!a)};let n="editable-panel";return a&&(n+=" highlighted"),M.jsxs("div",{className:n,children:[a?M.jsx("div",{className:"editable-panel-content",children:e.editor}):M.jsx("div",{className:"editable-panel-content",children:e.viewer}),e.editable?M.jsxs("div",{className:"editable-panel-actions",children:[a?null:M.jsx(di,{icon:M.jsx(ry,{}),onClick:()=>i()}),a?M.jsx(di,{icon:M.jsx(ny,{}),onClick:()=>i()}):null,a&&e.onDelete?M.jsx(di,{icon:M.jsx(L1,{}),onClick:()=>e.onDelete?e.onDelete():null}):null]}):null]})},Um=e=>{let a=null;e.content&&(a=M.jsx("div",{className:"info-panel-content",children:e.content}));let t=null;e.info&&(t=M.jsx("div",{className:"info-panel-info",children:e.info}));let i=null;return e.actions&&(i=M.jsx("div",{className:"info-panel-actions",children:e.actions})),M.jsxs("div",{className:"info-panel",children:[a,t,i]})};var Za=(e=>(e[e.Tiny=0]="Tiny",e[e.Small=1]="Small",e[e.Medium=2]="Medium",e[e.Large=3]="Large",e[e.Huge=4]="Huge",e[e.Gargantuan=5]="Gargantuan",e[e.None=6]="None",e[e.Any=7]="Any",e))(Za||{}),Ja=(e=>(e[e.Aberrant=0]="Aberrant",e[e.Elemental=1]="Elemental",e[e.Fey=2]="Fey",e[e.Immortal=3]="Immortal",e[e.Natural=4]="Natural",e[e.Shadow=5]="Shadow",e[e.None=6]="None",e[e.Any=7]="Any",e))(Ja||{}),wt=(e=>(e[e.Animate=0]="Animate",e[e.Beast=1]="Beast",e[e.Humanoid=2]="Humanoid",e[e.MagicalBeast=3]="MagicalBeast",e[e.None=4]="None",e[e.Any=5]="Any",e))(wt||{}),Na=(e=>(e[e.Artillery=0]="Artillery",e[e.Blaster=1]="Blaster",e[e.Brute=2]="Brute",e[e.Controller=3]="Controller",e[e.Lurker=4]="Lurker",e[e.Obstacle=5]="Obstacle",e[e.Skirmisher=6]="Skirmisher",e[e.Soldier=7]="Soldier",e[e.Warder=8]="Warder",e[e.None=9]="None",e[e.Any=10]="Any",e))(Na||{}),Ha=(e=>(e[e.Standard=0]="Standard",e[e.Elite=1]="Elite",e[e.Solo=2]="Solo",e[e.Minion=3]="Minion",e[e.None=4]="None",e[e.Any=5]="Any",e))(Ha||{}),bt=(e=>(e[e.Trait=0]="Trait",e[e.Standard=1]="Standard",e[e.Move=2]="Move",e[e.Minor=3]="Minor",e[e.Free=4]="Free",e[e.Triggered=5]="Triggered",e))(bt||{}),dn=(e=>(e[e.AC=0]="AC",e[e.Fortitude=1]="Fortitude",e[e.Reflex=2]="Reflex",e[e.Will=3]="Will",e))(dn||{}),Aa=(e=>(e[e.None=0]="None",e[e.Standard=1]="Standard",e[e.Move=2]="Move",e[e.Minor=3]="Minor",e[e.Reaction=4]="Reaction",e[e.Interrupt=5]="Interrupt",e[e.Opportunity=6]="Opportunity",e[e.Free=7]="Free",e))(Aa||{}),vi=(e=>(e[e.Encounter=0]="Encounter",e[e.AtWill=1]="AtWill",e[e.Basic=2]="Basic",e[e.Daily=3]="Daily",e))(vi||{}),dt=(e=>(e[e.Untyped=0]="Untyped",e[e.Acid=1]="Acid",e[e.Cold=2]="Cold",e[e.Fire=3]="Fire",e[e.Force=4]="Force",e[e.Lightning=5]="Lightning",e[e.Necrotic=6]="Necrotic",e[e.Poison=7]="Poison",e[e.Psychic=8]="Psychic",e[e.Radiant=9]="Radiant",e[e.Thunder=10]="Thunder",e))(dt||{}),al=(e=>(e[e.Monster=0]="Monster",e[e.Trap=1]="Trap",e))(al||{});const yt=class yt{};ka(yt,"createMonster",()=>({id:si.guid(),name:"",details:"",size:Za.Medium,origin:Ja.Natural,type:wt.Humanoid,keywords:"",category:"",level:1,role:yt.createRole(),senses:"",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",tactics:"",strength:yt.createAbility(),constitution:yt.createAbility(),dexterity:yt.createAbility(),intelligence:yt.createAbility(),wisdom:yt.createAbility(),charisma:yt.createAbility(),hp:1,initiative:0,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[],damageModifiers:[],resist:"",vulnerable:"",immune:"",info:"",phenotype:""})),ka(yt,"createRole",()=>({type:Na.Artillery,flag:Ha.Standard,leader:!1})),ka(yt,"createAbility",()=>({score:10,modifier:0,cost:0})),ka(yt,"createRegeneration",()=>({value:5,details:""})),ka(yt,"createAura",()=>({id:si.guid(),name:"",keywords:"",details:""})),ka(yt,"createDamageModifier",()=>({type:dt.Fire,value:0})),ka(yt,"createPower",()=>({id:si.guid(),name:"",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"",damage:"",category:bt.Standard})),ka(yt,"createPowerAction",()=>({action:Aa.Standard,trigger:"",sustainAction:Aa.None,use:vi.AtWill,recharge:""})),ka(yt,"createPowerAttack",()=>({bonus:0,defence:dn.AC})),ka(yt,"createEncounter",()=>({id:si.guid(),name:"",waves:[]})),ka(yt,"createEncounterWave",()=>({id:si.guid(),name:"",slots:[]})),ka(yt,"createEncounterSlot",()=>({id:si.guid(),threatType:al.Monster,threatID:"",count:1}));let Qo=yt;class ja{static monsterSize(a){switch(a){case Za.Tiny:return"Tiny";case Za.Small:return"Small";case Za.Medium:return"Medium";case Za.Large:return"Large";case Za.Huge:return"Huge";case Za.Gargantuan:return"Gargantuan";case Za.None:return"None";case Za.Any:return"Any Size"}}static monsterOrigin(a){switch(a){case Ja.Aberrant:return"Aberrant";case Ja.Elemental:return"Elemental";case Ja.Fey:return"Fey";case Ja.Immortal:return"Immortal";case Ja.Natural:return"Natural";case Ja.Shadow:return"Shadow";case Ja.None:return"None";case Ja.Any:return"Any Origin"}}static monsterType(a){switch(a){case wt.Animate:return"Animate";case wt.Beast:return"Beast";case wt.Humanoid:return"Humanoid";case wt.MagicalBeast:return"Magical Beast";case wt.None:return"None";case wt.Any:return"Any Type"}}static roleType(a){switch(a){case Na.Artillery:return"Artillery";case Na.Blaster:return"Blaster";case Na.Brute:return"Brute";case Na.Controller:return"Controller";case Na.Lurker:return"Lurker";case Na.Obstacle:return"Obstacle";case Na.Skirmisher:return"Skirmisher";case Na.Soldier:return"Soldier";case Na.Warder:return"Warder";case Na.None:return"None";case Na.Any:return"Any Role"}}static roleFlag(a){switch(a){case Ha.Standard:return"Standard";case Ha.Elite:return"Elite";case Ha.Solo:return"Solo";case Ha.Minion:return"Minion";case Ha.None:return"None";case Ha.Any:return"Any Modifier"}}static powerCategory(a){switch(a){case bt.Trait:return"Trait";case bt.Standard:return"Standard Action";case bt.Move:return"Move Action";case bt.Minor:return"Minor Action";case bt.Free:return"Free Action";case bt.Triggered:return"Triggered Action"}}static defenceType(a){switch(a){case dn.AC:return"AC";case dn.Fortitude:return"Fortitude";case dn.Reflex:return"Reflex";case dn.Will:return"Will"}}static actionType(a){switch(a){case Aa.None:return"None";case Aa.Standard:return"Standard Action";case Aa.Move:return"Move Action";case Aa.Minor:return"Minor Action";case Aa.Reaction:return"Reaction Action";case Aa.Interrupt:return"Interrupt Action";case Aa.Opportunity:return"Opportunity Action";case Aa.Free:return"Free Action"}}static usageType(a){switch(a){case vi.Encounter:return"Encounter";case vi.AtWill:return"At Will";case vi.Basic:return"At Will (basic attack)";case vi.Daily:return"Daily"}}static damageType(a){switch(a){case dt.Untyped:return"Untyped";case dt.Acid:return"Acid";case dt.Cold:return"Cold";case dt.Fire:return"Fire";case dt.Force:return"Force";case dt.Lightning:return"Lightning";case dt.Necrotic:return"Necrotic";case dt.Poison:return"Poison";case dt.Psychic:return"Psychic";case dt.Radiant:return"Radiant";case dt.Thunder:return"Thunder"}}static threatType(a){switch(a){case al.Monster:return"Monster";case al.Trap:return"Trap"}}}class _a{}ka(_a,"sanitize",a=>(a.length>0&&(a=a[0].toUpperCase()+a.substring(1)),(a.endsWith(";")||a.endsWith(":")||a.endsWith(","))&&(a=a.substring(0,a.length-1)+"."),a)),ka(_a,"capitalize",a=>a.split(" ").filter(t=>t.length>0).map(t=>`${t[0].toUpperCase()}${t.substring(1)}`).join(" ")),ka(_a,"toText",a=>a.toLocaleString()),ka(_a,"toSize",a=>{let t=`${a} B`;return a>1024&&(a/=1024,t=`${a.toFixed(2)} kB`),a>1024&&(a/=1024,t=`${a.toFixed(2)} MB`),a>1024&&(a/=1024,t=`${a.toFixed(2)} GB`),t}),ka(_a,"toCurrency",(a,t)=>a<=0?"FREE":`${t}${a.toFixed(2)}`),ka(_a,"toModifier",a=>Math.floor((a-10)/2)),ka(_a,"toSigned",a=>(a>=0?"+":"")+a);const wr=e=>M.jsxs("div",{className:"boolean-field",children:[M.jsx("div",{className:"boolean-field-label",children:e.label}),M.jsx(hM,{className:"boolean-field-control",checked:e.value,onChange:e.onChange})]}),Qt=e=>{const a=e.options.map(t=>({value:t,label:e.format(t),disabled:e.isDisabled(t)}));return M.jsxs("div",{className:"enum-field",children:[M.jsx("div",{className:"enum-field-label",children:e.label}),M.jsx(ud,{className:"enum-field-control",defaultValue:"Select...",options:a,value:e.value,onChange:e.onChange})]})},Ft=e=>{const a=t=>{t!==null&&(!e.validate||e.validate(t))&&e.onChange(t)};return M.jsxs("div",{className:"number-field",children:[M.jsx("div",{className:"number-field-label",children:e.label}),M.jsx(Qq,{className:"number-field-control",value:e.value,onChange:t=>a(t)})]})},ct=e=>M.jsxs("div",{className:"string-field",children:[e.label?M.jsx("div",{className:"string-field-label",children:e.label}):null,M.jsx(e3,{className:"string-field-control",placeholder:e.placeholder,value:e.value,allowClear:!0,onChange:a=>e.onChange(a.target.value)})]}),Ih=e=>M.jsxs("div",{className:"multiline-field",children:[e.label?M.jsx("div",{className:"multiline-field-label",children:e.label}):null,M.jsx(e3.TextArea,{className:"multiline-field-control",placeholder:e.placeholder,value:e.value,rows:5,onChange:a=>e.onChange(a.target.value)})]}),TM="/moreau/assets/melee-BvwFsZph.png",qM="/moreau/assets/melee-basic-DOPkYWkG.png",RM="/moreau/assets/ranged-CTdI-VTd.png",zM="/moreau/assets/ranged-basic-CVSlUjXy.png",MM="/moreau/assets/burst-BQC0R_bw.png",PM="/moreau/assets/burst-basic-BbL5pQ4E.png",EM="/moreau/assets/blast-BHYi5yLi.png",WM="/moreau/assets/blast-basic-Dso16Rf2.png",IM=e=>{let a=null;if(e.power.attack){const d=e.power.action&&e.power.action.use===vi.Basic;let c="",g="";e.power.range.toLowerCase().includes("blast")?(c=d?WM:EM,g=d?"Blast Basic Attack":"Blast Attack"):e.power.range.toLowerCase().includes("burst")?(c=d?PM:MM,g=d?"Burst Basic Attack":"Burst Attack"):e.power.range.toLowerCase().includes("ranged")?(c=d?zM:RM,g=d?"Ranged Basic Attack":"Ranged Attack"):(c=d?qM:TM,g=d?"Melee Basic Attack":"Melee Attack"),a=M.jsx("img",{src:c,alt:g})}let t=null;e.power.keywords&&(t=M.jsxs("span",{children:["(",e.power.keywords,")"]}));let i=null,n=null;if(e.power.action){if(e.power.action.recharge)i=M.jsxs("span",{children:["◆ ",_a.sanitize(e.power.action.recharge)]});else switch(e.power.action.use){case vi.Encounter:case vi.Daily:i=M.jsxs("span",{children:["◆ ",ja.usageType(e.power.action.use)]});break}e.power.action.sustainAction!==Aa.None&&(n=M.jsxs("span",{children:["◆ Sustain: ",ja.actionType(e.power.action.sustainAction)]}))}let r=null;e.power.condition&&(r=M.jsxs("div",{children:[M.jsx("i",{children:"Requirement"}),": ",_a.sanitize(e.power.condition)]}));let s=null;e.power.action&&e.power.action.trigger&&(s=M.jsxs("div",{children:[M.jsx("i",{children:"Trigger"}),": ",_a.sanitize(e.power.action.trigger)]}));let o=null;if(e.power.attack){let d="Attack";e.power.action&&(e.power.action.action===Aa.Reaction||e.power.action.action===Aa.Interrupt||e.power.action.action===Aa.Opportunity)&&(d=`Attack (${ja.actionType(e.power.action.action)})`);let c=`${e.power.attack.bonus>=0?"+":""}${e.power.attack.bonus} vs ${ja.defenceType(e.power.attack.defence)}`;e.power.range&&(c=e.power.range+"; "+c),o=M.jsxs("div",{children:[M.jsx("i",{children:d}),": ",c]})}return M.jsxs("div",{className:"power-panel",children:[M.jsxs("div",{className:"top-line",children:[M.jsx("div",{className:"power-icon",children:a}),M.jsx("b",{children:e.power.name}),t,i,n]}),M.jsx("div",{className:"description",children:M.jsx("i",{children:_a.sanitize(e.power.description)})}),M.jsxs("div",{className:"content",children:[r,s,o,M.jsx("div",{children:_a.sanitize(e.power.details)})]})]})},BM=e=>M.jsxs("div",{className:"power-editor-panel",children:[M.jsx(ct,{label:"Name",value:e.power.name,onChange:a=>e.changeValue(e.power,"name",a)}),M.jsx(ct,{label:"Keywords",value:e.power.keywords,onChange:a=>e.changeValue(e.power,"keywords",a)}),M.jsx(ct,{label:"Description",value:e.power.description,onChange:a=>e.changeValue(e.power,"description",a)}),M.jsx(ct,{label:"Requirements",value:e.power.condition,onChange:a=>e.changeValue(e.power,"condition",a)}),M.jsx(wr,{label:"Action",value:e.power.action!==null,onChange:a=>e.changeValue(e.power,"action",a?Qo.createPowerAction():null)}),e.power.action!==null?M.jsx(Qt,{label:"Action Type",options:[Aa.None,Aa.Standard,Aa.Move,Aa.Minor,Aa.Reaction,Aa.Interrupt,Aa.Opportunity,Aa.Free],value:e.power.action.action,format:a=>ja.actionType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.action,"action",a)}):null,e.power.action!==null?M.jsx(ct,{label:"Trigger",value:e.power.action.trigger,onChange:a=>e.changeValue(e.power.action,"trigger",a)}):null,e.power.action!==null?M.jsx(Qt,{label:"Sustain Action",options:[Aa.None,Aa.Standard,Aa.Move,Aa.Minor,Aa.Reaction,Aa.Interrupt,Aa.Opportunity,Aa.Free],value:e.power.action.sustainAction,format:a=>ja.actionType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.action,"sustainAction",a)}):null,e.power.action!==null?M.jsx(Qt,{label:"Use",options:[vi.Encounter,vi.AtWill,vi.Basic,vi.Daily],value:e.power.action.use,format:a=>ja.usageType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.action,"use",a)}):null,e.power.action!==null?M.jsx(ct,{label:"Recharge",value:e.power.action.recharge,onChange:a=>e.changeValue(e.power.attack,"recharge",a)}):null,M.jsx(wr,{label:"Attack",value:e.power.attack!==null,onChange:a=>e.changeValue(e.power,"attack",a?Qo.createPowerAttack():null)}),e.power.attack!==null?M.jsx(ct,{label:"Range",value:e.power.range,onChange:a=>e.changeValue(e.power,"range",a)}):null,e.power.attack!==null?M.jsx(Ft,{label:"Bonus",value:e.power.attack.bonus,onChange:a=>e.changeValue(e.power.attack,"bonus",a)}):null,e.power.attack!==null?M.jsx(Qt,{label:"Defence",options:[dn.AC,dn.Fortitude,dn.Reflex,dn.Will],value:e.power.attack.defence,format:a=>ja.defenceType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.power.attack,"defence",a)}):null,M.jsx(Ih,{label:"Details",value:e.power.details,onChange:a=>e.changeValue(e.power,"details",a)})]}),FM=e=>{let t="";e.aura.keywords&&(t=`(${e.aura.keywords})`);let i=_a.sanitize(e.aura.details);return i.toLowerCase().startsWith("aura")||(i="Aura "+i),M.jsxs("div",{className:"power-panel",children:[M.jsxs("div",{className:"top-line",children:[M.jsx("div",{className:"power-icon",children:null}),M.jsx("b",{children:e.aura.name})," ",t]}),M.jsx("div",{className:"content",children:M.jsx("div",{children:i})})]})},DM=e=>M.jsxs("div",{className:"aura-editor-panel",children:[M.jsx(ct,{label:"Name",value:e.aura.name,onChange:a=>e.changeValue(e.aura,"name",a)}),M.jsx(ct,{label:"Keywords",value:e.aura.keywords,onChange:a=>e.changeValue(e.aura,"keywords",a)}),M.jsx(Ih,{label:"Details",value:e.aura.details,onChange:a=>e.changeValue(e.aura,"details",a)})]}),NM=e=>M.jsxs("div",{className:"power-panel",children:[M.jsxs("div",{className:"top-line",children:[M.jsx("div",{className:"power-icon"}),M.jsxs("b",{children:["Regeneration ",e.regeneration.value]}),M.jsx("span",{children:"(Healing)"})]}),M.jsx("div",{className:"content",children:M.jsx("div",{children:_a.sanitize(e.regeneration.details)})})]}),HM=e=>M.jsxs("div",{className:"regeneration-editor-panel",children:[M.jsx(Ft,{label:"Value",value:e.regeneration.value,validate:a=>a>=0,onChange:a=>e.changeValue(e.regeneration,"value",a)}),M.jsx(Ih,{label:"Details",value:e.regeneration.details,onChange:a=>e.changeValue(e.regeneration,"details",a)})]});class Yn{}ka(Yn,"getRole",a=>{let t=ja.roleType(a.type);switch(a.flag){case Ha.Elite:case Ha.Solo:case Ha.Minion:a.type===Na.None?t=ja.roleFlag(a.flag):t=`${ja.roleFlag(a.flag)} ${ja.roleType(a.type)}`;break}return a.leader&&(t+=" (L)"),t}),ka(Yn,"getPhenotype",a=>{let t=`${ja.monsterSize(a.size)} ${ja.monsterOrigin(a.origin)} ${ja.monsterType(a.type)}`;return a.keywords&&(t+=` (${a.keywords})`),t}),ka(Yn,"getXP",(a,t)=>{let i=0;switch(a){case 1:i=100;break;case 2:i=125;break;case 3:i=150;break;case 4:i=175;break;case 5:i=200;break;case 6:i=250;break;case 7:i=300;break;case 8:i=350;break;case 9:i=400;break;case 10:i=500;break;case 11:i=600;break;case 12:i=700;break;case 13:i=800;break;case 14:i=1e3;break;case 15:i=1200;break;case 16:i=1400;break;case 17:i=1600;break;case 18:i=2e3;break;case 19:i=2400;break;case 20:i=2800;break;case 21:i=3200;break;case 22:i=4150;break;case 23:i=5100;break;case 24:i=6050;break;case 25:i=7e3;break;case 26:i=9e3;break;case 27:i=11e3;break;case 28:i=13e3;break;case 29:i=15e3;break;case 30:i=19e3;break;case 31:i=23e3;break;case 32:i=27e3;break;case 33:i=31e3;break;case 34:i=39e3;break;case 35:i=47e3;break;case 36:i=55e3;break;case 37:i=63e3;break;case 38:i=79e3;break;case 39:i=95e3;break;case 40:i=111e3;break}switch(t){case Ha.Elite:i*=2;break;case Ha.Solo:i*=5;break;case Ha.Minion:i*=.25;break}return i});const b3=e=>{const a=()=>{let o=null;e.monster.role.flag===Ha.Minion?o=M.jsx(Ka,{editable:!1,viewer:M.jsxs("div",{children:[M.jsx("b",{children:"HP"})," 1; a missed attack never damages a minion."]}),editor:null,onDelete:null}):o=M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"HP"})," ",e.monster.hp,", ",M.jsx("b",{children:"bloodied"})," ",Math.floor(e.monster.hp/2)]}),editor:M.jsx(Ft,{label:"HP",value:e.monster.hp,validate:u=>u>0,onChange:u=>e.changeValue(e.monster,"hp",u)}),onDelete:null});let d=null;if(e.mode==="edit"||e.monster.damageModifiers.length>0||e.monster.immune||e.monster.resist||e.monster.vulnerable){const u=e.monster.damageModifiers.filter(f=>f.value===0).map(f=>`${ja.damageType(f.type)}`);e.monster.immune&&u.push(e.monster.immune);const m=e.mode==="edit"||u.length>0?M.jsxs("span",{children:[M.jsx("b",{children:"Immune"})," ",u.join(", ")||"none"]}):null,b=e.monster.damageModifiers.filter(f=>f.value<0).map(f=>`${ja.damageType(f.type)} ${Math.abs(f.value)}`);e.monster.resist&&b.push(e.monster.resist);const k=e.mode==="edit"||b.length>0?M.jsxs("span",{children:[M.jsx("b",{children:"Resist"})," ",b.join(", ")||"none"]}):null,y=e.monster.damageModifiers.filter(f=>f.value>0).map(f=>`${ja.damageType(f.type)} ${Math.abs(f.value)}`);e.monster.vulnerable&&y.push(e.monster.vulnerable);const w=e.mode==="edit"||y.length>0?M.jsxs("span",{children:[M.jsx("b",{children:"Vulnerable"})," ",y.join(", ")||"none"]}):null;d=M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[m," ",k," ",w]}),editor:M.jsx(OM,{monster:e.monster,changeValue:(f,h,p)=>e.changeValue(f,h,p)}),onDelete:null})}let c=0,g=0;switch(e.monster.role.flag){case Ha.Elite:c=2,g=1;break;case Ha.Solo:c=5,g=2;break}return M.jsxs("div",{className:"row",children:[M.jsxs("div",{className:"cell wide",children:[o,M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"AC"})," ",e.monster.ac,", ",M.jsx("b",{children:"Fortitude"})," ",e.monster.fortitude,", ",M.jsx("b",{children:"Reflex"})," ",e.monster.reflex,", ",M.jsx("b",{children:"Will"})," ",e.monster.will]}),editor:M.jsx(GM,{monster:e.monster,changeValue:(u,m,b)=>e.changeValue(u,m,b)}),onDelete:null}),M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Speed"})," ",e.monster.movement||"0"]}),editor:M.jsx(ct,{label:"Speed",value:e.monster.movement,onChange:u=>e.changeValue(e.monster,"movement",u)}),onDelete:null}),d,M.jsx("div",{className:c>0?"":"hidden",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Saving Throws"})," ",_a.toSigned(c),", ",M.jsx("b",{children:"Action Points"})," ",g]}),editor:M.jsx("div",{children:"Saving throws and action points are set by the monster's role."}),onDelete:null})})]}),M.jsxs("div",{className:"cell right",children:[M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Initiative"})," ",_a.toSigned(e.monster.initiative)]}),editor:M.jsx(Ft,{label:"Initiative",value:e.monster.initiative,onChange:u=>e.changeValue(e.monster,"initiative",u)}),onDelete:null}),M.jsx(Ka,{editable:e.mode==="edit",viewer:e.monster.senses,editor:M.jsx(ct,{label:"Senses",value:e.monster.senses,onChange:u=>e.changeValue(e.monster,"senses",u)}),onDelete:null})]})]})},t=o=>{let d=[];if(o===bt.Trait)d=e.monster.powers.filter(b=>!b.action);else{let b=[];switch(o){case bt.Standard:b=[Aa.Standard];break;case bt.Move:b=[Aa.Move];break;case bt.Minor:b=[Aa.Minor];break;case bt.Free:b=[Aa.Free];break;case bt.Triggered:b=[Aa.Reaction,Aa.Interrupt,Aa.Opportunity];break}d=e.monster.powers.filter(k=>k.action&&b.includes(k.action.action))}let c=d.length;if(o===bt.Trait&&(c+=e.monster.auras.length,e.monster.regeneration&&(c+=1)),c===0)return null;let g=null,u=null;o===bt.Trait&&(g=e.monster.auras.map(b=>M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsx(FM,{aura:b}),editor:M.jsx(DM,{aura:b,changeValue:(k,y,w)=>e.changeValue(k,y,w)}),onDelete:()=>e.changeValue(e.monster,"auras",e.monster.auras.filter(k=>k.id!==b.id))},b.id)),e.monster.regeneration&&(u=M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsx(NM,{regeneration:e.monster.regeneration}),editor:M.jsx(HM,{regeneration:e.monster.regeneration,changeValue:(b,k,y)=>e.changeValue(b,k,y)}),onDelete:()=>e.changeValue(e.monster,"regeneration",null)})));const m=d.map(b=>M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsx(IM,{power:b}),editor:M.jsx(BM,{power:b,changeValue:(k,y,w)=>e.changeValue(k,y,w)}),onDelete:()=>e.changeValue(e.monster,"powers",e.monster.powers.filter(k=>k.id!==b.id))},b.id));return M.jsxs("div",{children:[M.jsxs("div",{className:"row subheading",children:[ja.powerCategory(o),"s"]}),g,m,u]})},i=()=>e.mode==="view"&&!e.monster.skills?null:M.jsx("div",{className:"row dark",children:M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Skills"})," ",e.monster.skills]}),editor:M.jsx(ct,{label:"Skills",value:e.monster.skills,onChange:o=>e.changeValue(e.monster,"skills",o)}),onDelete:null})})}),n=()=>e.mode==="view"&&!e.monster.equipment?null:M.jsx("div",{className:"row",children:M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Equipment"})," ",e.monster.equipment]}),editor:M.jsx(ct,{label:"Equipment",value:e.monster.equipment,onChange:o=>e.changeValue(e.monster,"equipment",o)}),onDelete:null})})}),r=()=>e.mode==="view"&&!e.monster.details?null:M.jsx("div",{className:"row",children:M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Details"})," ",e.monster.details]}),editor:M.jsx(ct,{label:"Details",value:e.monster.details,onChange:o=>e.changeValue(e.monster,"details",o)}),onDelete:null})})}),s=()=>e.mode==="view"&&!e.monster.tactics?null:M.jsx("div",{className:"row",children:M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Tactics"})," ",e.monster.tactics]}),editor:M.jsx(ct,{label:"Tactics",value:e.monster.tactics,onChange:o=>e.changeValue(e.monster,"tactics",o)}),onDelete:null})})});return M.jsxs("div",{className:"stat-block",children:[M.jsxs("div",{className:"row monster-top-section",children:[M.jsx("div",{className:"cell wide big",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:e.monster.name||"Unnamed Monster",editor:M.jsx(ct,{label:"Name",value:e.monster.name,onChange:o=>e.changeValue(e.monster,"name",o)}),onDelete:null})}),M.jsx("div",{className:"cell right big",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:["Level ",e.monster.level," ",Yn.getRole(e.monster.role)]}),editor:M.jsx(jM,{monster:e.monster,changeValue:(o,d,c)=>e.changeValue(o,d,c)}),onDelete:null})})]}),M.jsxs("div",{className:"row monster-top-section",children:[M.jsx("div",{className:"cell wide",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:Yn.getPhenotype(e.monster),editor:M.jsx(LM,{monster:e.monster,changeValue:(o,d,c)=>e.changeValue(o,d,c)}),onDelete:null})}),M.jsx("div",{className:"cell right",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"XP "})," ",Yn.getXP(e.monster.level,e.monster.role.flag)]}),onDelete:null,editor:M.jsx("div",{children:"XP is set by the monster's level."})})})]}),a(),t(bt.Trait),t(bt.Standard),t(bt.Move),t(bt.Minor),t(bt.Free),t(bt.Triggered),i(),M.jsxs("div",{className:"row dark vcenter",children:[M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Str"})," ",e.monster.strength.score," (",_a.toSigned(_a.toModifier(e.monster.strength.score)),")"]}),editor:M.jsx(Ft,{label:"Str",value:e.monster.strength.score,onChange:o=>e.changeValue(e.monster.strength,"score",o)}),onDelete:null})}),M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Dex"})," ",e.monster.dexterity.score," (",_a.toSigned(_a.toModifier(e.monster.dexterity.score)),")"]}),editor:M.jsx(Ft,{label:"Dex",value:e.monster.dexterity.score,onChange:o=>e.changeValue(e.monster.dexterity,"score",o)}),onDelete:null})}),M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Wis"})," ",e.monster.wisdom.score," (",_a.toSigned(_a.toModifier(e.monster.wisdom.score)),")"]}),editor:M.jsx(Ft,{label:"Wis",value:e.monster.wisdom.score,onChange:o=>e.changeValue(e.monster.wisdom,"score",o)}),onDelete:null})})]}),M.jsxs("div",{className:"row dark vcenter",children:[M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Con"})," ",e.monster.constitution.score," (",_a.toSigned(_a.toModifier(e.monster.constitution.score)),")"]}),editor:M.jsx(Ft,{label:"Con",value:e.monster.constitution.score,onChange:o=>e.changeValue(e.monster.constitution,"score",o)}),onDelete:null})}),M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Int"})," ",e.monster.intelligence.score," (",_a.toSigned(_a.toModifier(e.monster.intelligence.score)),")"]}),editor:M.jsx(Ft,{label:"Int",value:e.monster.intelligence.score,onChange:o=>e.changeValue(e.monster.intelligence,"score",o)}),onDelete:null})}),M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Cha"})," ",e.monster.charisma.score," (",_a.toSigned(_a.toModifier(e.monster.charisma.score)),")"]}),editor:M.jsx(Ft,{label:"Cha",value:e.monster.charisma.score,onChange:o=>e.changeValue(e.monster.charisma,"score",o)}),onDelete:null})})]}),M.jsxs("div",{className:"row vcenter",children:[M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Alignment"})," ",e.monster.alignment||"Unaligned"]}),editor:M.jsx(ct,{label:"Alignment",value:e.monster.alignment,onChange:o=>e.changeValue(e.monster,"alignment",o)}),onDelete:null})}),M.jsx("div",{className:"cell",children:M.jsx(Ka,{editable:e.mode==="edit",viewer:M.jsxs("div",{children:[M.jsx("b",{children:"Languages"})," ",e.monster.languages||"None"]}),editor:M.jsx(ct,{label:"Languages",value:e.monster.languages,onChange:o=>e.changeValue(e.monster,"languages",o)}),onDelete:null})})]}),n(),r(),s()]})},jM=e=>M.jsxs("div",{className:"level-role-editor-panel",children:[M.jsx(Ft,{label:"Level",value:e.monster.level,validate:a=>a>=1&&a<=40,onChange:a=>e.changeValue(e.monster,"level",a)}),M.jsx(Qt,{label:"Role",options:[Na.Artillery,Na.Brute,Na.Controller,Na.Lurker,Na.Skirmisher,Na.Soldier],value:e.monster.role.type,format:a=>ja.roleType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster.role,"type",a)}),M.jsx(Qt,{label:"Role Modifier",options:[Ha.Standard,Ha.Elite,Ha.Solo,Ha.Minion],value:e.monster.role.flag,format:a=>ja.roleFlag(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster.role,"flag",a)}),M.jsx(wr,{label:"Leader",value:e.monster.role.leader,onChange:a=>e.changeValue(e.monster.role,"leader",a)})]}),LM=e=>M.jsxs("div",{className:"phenotype-editor-panel",children:[M.jsx(Qt,{label:"Size",options:[Za.Tiny,Za.Small,Za.Medium,Za.Large,Za.Huge,Za.Gargantuan],value:e.monster.size,format:a=>ja.monsterSize(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster,"size",a)}),M.jsx(Qt,{label:"Origin",options:[Ja.Aberrant,Ja.Elemental,Ja.Fey,Ja.Immortal,Ja.Natural,Ja.Shadow],value:e.monster.origin,format:a=>ja.monsterOrigin(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster,"origin",a)}),M.jsx(Qt,{label:"Type",options:[wt.Animate,wt.Beast,wt.Humanoid,wt.MagicalBeast],value:e.monster.type,format:a=>ja.monsterType(a),isDisabled:()=>!1,onChange:a=>e.changeValue(e.monster,"type",a)}),M.jsx(ct,{label:"Keywords",value:e.monster.keywords,onChange:a=>e.changeValue(e.monster,"keywords",a)})]}),OM=e=>{const a=n=>{const r=Qo.createDamageModifier();r.value=n,e.monster.damageModifiers.push(r),e.changeValue(e.monster,"damageModifiers",e.monster.damageModifiers)},t=n=>{const r=e.monster.damageModifiers.filter(s=>s!==n);e.changeValue(e.monster,"damageModifiers",r)},i=e.monster.damageModifiers.map(n=>{let r="Immunity",s=null;return n.value>0?(r="Vulnerability",s=M.jsx(Ft,{label:"Value",value:n.value,onChange:o=>e.changeValue(n,"value",o)})):n.value<0&&(r="Resistance",s=M.jsx(Ft,{label:"Value",value:n.value*-1,onChange:o=>e.changeValue(n,"value",o*-1)})),M.jsx("div",{className:"damage-mod",children:M.jsx(Um,{content:M.jsxs("div",{children:[M.jsx("div",{children:M.jsx("b",{children:r})}),M.jsx(Qt,{label:"Damage Type",options:[dt.Acid,dt.Cold,dt.Fire,dt.Force,dt.Lightning,dt.Necrotic,dt.Poison,dt.Psychic,dt.Radiant,dt.Thunder],value:n.type,format:o=>ja.damageType(o),isDisabled:()=>!1,onChange:o=>e.changeValue(n,"type",o)}),s]}),actions:M.jsx(di,{icon:M.jsx(L1,{}),onClick:()=>t(n)})})},si.guid())});return M.jsxs("div",{className:"damage-mods-editor-panel",children:[M.jsxs(el,{gap:"small",children:[M.jsx(di,{onClick:()=>a(0),children:"Add Damage Immunity"}),M.jsx(di,{onClick:()=>a(-5),children:"Add Damage Resistance"}),M.jsx(di,{onClick:()=>a(5),children:"Add Damage Vulnerability"})]}),i,M.jsx(ct,{label:"Other Immunities",value:e.monster.immune,onChange:n=>e.changeValue(e.monster,"immune",n)}),M.jsx(ct,{label:"Other Resistances",value:e.monster.resist,onChange:n=>e.changeValue(e.monster,"resist",n)}),M.jsx(ct,{label:"Other Vulnerabilities",value:e.monster.vulnerable,onChange:n=>e.changeValue(e.monster,"vulnerable",n)})]})},GM=e=>M.jsxs("div",{className:"defences-editor-panel",children:[M.jsx(Ft,{label:"AC",value:e.monster.ac,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"ac",a)}),M.jsx(Ft,{label:"Fortitude",value:e.monster.fortitude,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"fortitude",a)}),M.jsx(Ft,{label:"Reflex",value:e.monster.reflex,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"reflex",a)}),M.jsx(Ft,{label:"Will",value:e.monster.will,validate:a=>a>=1,onChange:a=>e.changeValue(e.monster,"will",a)})]}),$M=e=>{const[a,t]=l.useState(e.monster),i=(n,r,s)=>{n[r]=s;const o=JSON.parse(JSON.stringify(a));t(o)};return M.jsxs("div",{className:"monster-editor-page",children:[M.jsxs(el,{gap:"small",children:[M.jsx(di,{icon:M.jsx(ny,{}),onClick:()=>e.save(a)}),M.jsx(di,{icon:M.jsx(Vw,{}),onClick:()=>e.cancel()})]}),M.jsx(b3,{mode:"edit",monster:a,changeValue:i})]})},Oi=class Oi{};ka(Oi,"sort",(a,t)=>{const i=n=>{let r=t(n);return["a ","the "].forEach(o=>{r.toLowerCase().startsWith(o)&&(r=r.substring(o.length))}),r};return a.sort((n,r)=>{const s=i(n),o=i(r);return s.localeCompare(o)})}),ka(Oi,"shuffle",(a,t=Math.random)=>{let i=a.length;for(;i!==0;){const n=$o.randomNumber(i,t);i-=1;const r=a[i];a[i]=a[n],a[n]=r}return a}),ka(Oi,"draw",(a,t=Math.random)=>{const i=$o.randomNumber(a.length,t);return a[i]}),ka(Oi,"distinct",(a,t)=>{const i=new Set;return a.filter(n=>{const r=t(n);return i.has(r)?!1:i.add(r)})}),ka(Oi,"sum",(a,t)=>a.reduce((i,n)=>i+t(n),0)),ka(Oi,"mean",(a,t)=>a.length===0?0:Oi.sum(a,t)/a.length),ka(Oi,"min",(a,t)=>{let i=null,n=Number.MAX_VALUE;return a.forEach(r=>{const s=t(r);s{let i=null,n=Number.MIN_VALUE;return a.forEach(r=>{const s=t(r);s>n&&(i=r,n=s)}),i});let Vm=Oi;const UM=e=>{const a=[{key:"1",label:e.title,children:e.children}];return M.jsx(Cq,{items:a})},VM=e=>{const[a,t]=l.useState(null),[i,n]=l.useState({text:"",level:[1,40],roleType:Na.Any,roleFlag:Ha.Any,roleLeader:!0,roleNonLeader:!0,monsterSize:Za.Any,monsterOrigin:Ja.Any,monsterType:wt.Any,showOfficial:!0,showHomebrew:!0}),r=v=>{const C=JSON.parse(JSON.stringify(i));C.text=v,n(C)},s=v=>{const C=JSON.parse(JSON.stringify(i));C.level=v,n(C)},o=v=>{const C=JSON.parse(JSON.stringify(i));C.roleType=v,n(C)},d=v=>{const C=JSON.parse(JSON.stringify(i));C.roleFlag=v,n(C)},c=v=>{const C=JSON.parse(JSON.stringify(i));C.roleLeader=v,n(C)},g=v=>{const C=JSON.parse(JSON.stringify(i));C.roleNonLeader=v,n(C)},u=v=>{const C=JSON.parse(JSON.stringify(i));C.monsterSize=v,n(C)},m=v=>{const C=JSON.parse(JSON.stringify(i));C.monsterOrigin=v,n(C)},b=v=>{const C=JSON.parse(JSON.stringify(i));C.monsterType=v,n(C)},k=v=>{const C=JSON.parse(JSON.stringify(i));C.showOfficial=v,n(C)},y=v=>{const C=JSON.parse(JSON.stringify(i));C.showHomebrew=v,n(C)},w=()=>{const v=JSON.parse(JSON.stringify(i));v.text="",v.level=[1,40],v.roleType=Na.Any,v.roleFlag=Ha.Any,v.roleLeader=!0,v.roleNonLeader=!0,v.monsterSize=Za.Any,v.monsterOrigin=Ja.Any,v.monsterType=wt.Any,v.showOfficial=!0,v.showHomebrew=!0,n(v)},f=()=>!!(i.text||Math.min(...i.level)!==1||Math.max(...i.level)!==40||i.roleType!==Na.Any||i.roleFlag!==Ha.Any||!i.roleLeader||!i.roleNonLeader||i.monsterSize!==Za.Any||i.monsterOrigin!==Ja.Any||i.monsterType!==wt.Any||!i.showOfficial||!i.showHomebrew),h=()=>{if(a){const v=e.copyMonster(a);t(v)}},p=()=>{a&&e.editMonster(a)},A=()=>{a&&(e.deleteMonster(a),t(null))},x=(()=>{const v=[].concat(e.officialMonsters).concat(e.homebrewMonsters).filter(C=>!!(!i.text||C.name.toLowerCase().includes(i.text.toLowerCase())||C.category.toLowerCase().includes(i.text.toLowerCase())||C.keywords.toLowerCase().includes(i.text.toLowerCase()))).filter(C=>{const R=Math.min(...i.level),z=Math.max(...i.level);return C.level>=R&&C.level<=z}).filter(C=>i.roleType===Na.Any?!0:C.role.type===i.roleType).filter(C=>i.roleFlag===Ha.Any?!0:C.role.flag===i.roleFlag).filter(C=>!!(C.role.leader&&i.roleLeader||!C.role.leader&&i.roleNonLeader)).filter(C=>i.monsterSize===Za.Any?!0:C.size===i.monsterSize).filter(C=>i.monsterOrigin===Ja.Any?!0:C.origin===i.monsterOrigin).filter(C=>i.monsterType===wt.Any?!0:C.type===i.monsterType).filter(C=>!!(!C.category&&i.showOfficial||C.category&&i.showHomebrew));return Vm.sort(v,C=>C.name)})();return M.jsxs("div",{className:"monsters-page",children:[M.jsxs("div",{className:"monsters-page-column monster-filter",children:[M.jsx(Um,{content:"Monsters shown",info:x.length}),M.jsxs(UM,{title:"Filter Monsters",children:[M.jsx(ct,{placeholder:"Name, keywords, etc",value:i.text,onChange:v=>r(v)}),M.jsx("hr",{}),M.jsxs("div",{className:"filter-level",children:[M.jsx(Um,{content:"Show Levels",info:Math.min(...i.level)+" to "+Math.max(...i.level)}),M.jsx("div",{className:"filter-level-slider",children:M.jsx(nM,{range:!0,min:1,max:40,value:i.level,onChange:v=>s(v)})})]}),M.jsx("hr",{}),M.jsx(Qt,{label:"Role",options:[Na.Any,Na.Artillery,Na.Brute,Na.Controller,Na.Lurker,Na.Skirmisher,Na.Soldier],value:i.roleType,format:v=>ja.roleType(v),isDisabled:()=>!1,onChange:v=>o(v)}),M.jsx(Qt,{label:"Modifier",options:[Ha.Any,Ha.Standard,Ha.Elite,Ha.Solo,Ha.Minion],value:i.roleFlag,format:v=>ja.roleFlag(v),isDisabled:()=>!1,onChange:v=>d(v)}),M.jsx("hr",{}),M.jsx(wr,{label:"Show Leaders",value:i.roleLeader,onChange:v=>c(v)}),M.jsx(wr,{label:"Show Non-Leaders",value:i.roleNonLeader,onChange:v=>g(v)}),M.jsx("hr",{}),M.jsx(Qt,{label:"Size",options:[Za.Any,Za.Tiny,Za.Small,Za.Medium,Za.Large,Za.Huge,Za.Gargantuan],value:i.monsterSize,format:v=>ja.monsterSize(v),isDisabled:()=>!1,onChange:v=>u(v)}),M.jsx(Qt,{label:"Origin",options:[Ja.Any,Ja.Aberrant,Ja.Elemental,Ja.Fey,Ja.Immortal,Ja.Natural,Ja.Shadow],value:i.monsterOrigin,format:v=>ja.monsterOrigin(v),isDisabled:()=>!1,onChange:v=>m(v)}),M.jsx(Qt,{label:"Type",options:[wt.Any,wt.Animate,wt.Beast,wt.Humanoid,wt.MagicalBeast],value:i.monsterType,format:v=>ja.monsterType(v),isDisabled:()=>!1,onChange:v=>b(v)}),M.jsx("hr",{}),M.jsx(wr,{label:"Show Official Monsters",value:i.showOfficial,onChange:v=>k(v)}),M.jsx(wr,{label:"Show Homebrew Monsters",value:i.showHomebrew,onChange:v=>y(v)}),M.jsx("hr",{}),M.jsx(di,{block:!0,disabled:!f(),onClick:()=>w(),children:"Reset Filter"})]})]}),M.jsx("div",{className:"monsters-page-column monster-list",children:M.jsx(Gm,{dataSource:x,renderItem:v=>M.jsx(Gm.Item,{onClick:()=>t(v),children:M.jsxs("div",{className:`list-item ${a&&a.id===v.id?"selected":""}`,children:[M.jsxs(el,{gap:"small",children:[M.jsx("b",{children:v.name}),v.category?M.jsx(CM,{children:"Homebrew"}):null]}),M.jsxs("div",{children:["Level ",v.level," ",Yn.getRole(v.role)]}),M.jsx("div",{children:Yn.getPhenotype(v)})]})},v.id)})}),M.jsx("div",{className:"monsters-page-column monster-details",children:a?M.jsxs("div",{className:"monster-details-content",children:[M.jsxs(el,{gap:"small",children:[a.category?null:M.jsx(di,{onClick:h,children:"Create a Homebrew Version"}),a.category?M.jsx(di,{icon:M.jsx(ry,{}),onClick:p}):null,a.category?M.jsx(di,{icon:M.jsx(L1,{}),onClick:A}):null]}),M.jsx(b3,{mode:"view",monster:a,changeValue:()=>null})]}):null})]})},_M=e=>{const[a,t]=l.useState({type:"monster-list",data:null}),[i,n]=l.useState(e.homebrewMonsters),r=si.debounce(()=>{Q0.setItem("moreau-homebrew-monsters",i)}),s=()=>{switch(a.type){case"monster-list":return M.jsx(VM,{officialMonsters:e.officialMonsters,homebrewMonsters:e.homebrewMonsters,copyMonster:o=>{const d=JSON.parse(JSON.stringify(o));return d.name=`${d.name} (copy)`,d.id=si.guid(),d.auras.forEach(c=>c.id=si.guid()),d.powers.forEach(c=>c.id=si.guid()),d.category="homebrew",i.push(d),n(i),r(),d},editMonster:o=>{const d=JSON.parse(JSON.stringify(o));t({type:"monster-editor",data:d})},deleteMonster:o=>{const d=i.filter(c=>c.id!==o.id);n(d),r()}});case"monster-editor":return M.jsx($M,{monster:a.data,save:o=>{const d=i.findIndex(c=>c.id===o.id);d!==-1&&(i[d]=o,n(i),r()),t({type:"monster-list",data:null})},cancel:()=>{t({type:"monster-list",data:null})}})}return null};return M.jsxs("div",{className:"main",children:[M.jsx("div",{className:"main-header",children:"Moreau"}),M.jsx("div",{className:"main-content",children:s()}),M.jsx("div",{className:"main-footer",children:"© Andy Aiken 2024"})]})},Ni=[];Ni.push({id:"d54c39ac-75b0-429a-9409-a360a1f0a8ba",name:"Camel",details:"",size:3,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +0",movement:"9",alignment:"Unaligned",languages:"",skills:"Endurance +9",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:13},intelligence:{score:2},wisdom:{score:11},charisma:{score:8},hp:38,initiative:1,ac:13,fortitude:13,reflex:10,will:9,regeneration:null,auras:[],powers:[{id:"333f65fe-91dc-4191-8edb-26bced5969c8",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3954f755-3d2c-46c6-9636-5356e31271ba",name:"Elephant",details:"",size:4,origin:4,type:1,keywords:"mount",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:11},intelligence:{score:2},wisdom:{score:16},charisma:{score:9},hp:111,initiative:4,ac:20,fortitude:22,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"0a0a6f1f-291d-4ec9-a361-54dcf18aa26d",name:"Tusk Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"46dcc1bd-f748-43ac-b412-cc6d983ac18c",name:"Stamp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"4c00f81e-7690-412c-b15d-269b8f3de892",name:"Trampling Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 8th level or higher",range:"",attack:null,description:"",details:"When charging, the elephant can move through one Medium or smaller creature’s space and make a stamp attack against that creature. The elephant must end its move in an unoccupied space. The rider still attacks at the end of the mount’s movement.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"16b4e299-0b96-4b10-bf58-97528eb4d62e",name:"Giant Ant",details:"",size:3,origin:4,type:1,keywords:"mount",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"9",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:19},intelligence:{score:1},wisdom:{score:12},charisma:{score:7},hp:54,initiative:8,ac:18,fortitude:17,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"7d9bd453-7bda-4470-bf1e-a7ed3579e0c5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage, and the target is knocked prone.",damage:"1d10+4 damage",category:1},{id:"d37f9e63-a0fc-4a44-b1c5-2f3475e3ab49",name:"Skitter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 4th level or higher",range:"",attack:null,description:"",details:"The giant ant shifts 2 squares instead of 1 square when it shifts.",damage:"The giant ant shifts 2 squares instead of 1 square when it shifts",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd6fc99d-d126-4485-ac5a-f4b689a43334",name:"Rhinoceros",details:"",size:3,origin:4,type:1,keywords:"mount",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:2},wisdom:{score:11},charisma:{score:8},hp:83,initiative:8,ac:23,fortitude:23,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"34f301b3-4002-4d46-bd46-9be9fd46dc33",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"3dbe8553-8649-4a67-8a6e-286bfb7b22e1",name:"Crushing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"When charging, the rhinoceros can make a gore attack in addition to its rider’s charge attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"32af6cf6-245c-4fa0-8870-164b39f7a785",name:"Trihorn Behemoth",details:"",size:4,origin:4,type:1,keywords:"mount",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:127,initiative:12,ac:28,fortitude:30,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"3582da60-4e2a-4387-bff1-d0523a43fb5a",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"e6dd4821-9a0e-40a0-88d3-1327cfef067c",name:"Protective Crest",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 12th level or higher",range:"",attack:null,description:"",details:"The trihorn behemoth’s rider gains a +1 shield bonus to AC and Reflex defense.",damage:"The trihorn behemoth’s rider gains a +1 shield bonus to AC and Reflex defense",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f4774f5-cefb-47b7-a423-5b3c15f1a850",name:"Antaegus",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +20",movement:"8, fly 10 (hover), swim 8",alignment:"Unaligned",languages:"Common, Draconic, Elven, Giant",skills:"Arcana +20, Insight +20",equipment:"greatsword",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:25},intelligence:{score:16},wisdom:{score:17},charisma:{score:28},hp:440,initiative:19,ac:38,fortitude:37,reflex:35,will:37,regeneration:null,auras:[{id:"d6063304-1a22-456f-b8c0-fdc67f2d1cab",name:"Winds of Madness",keywords:"",details:"(Psychic) aura 2; any enemy that starts its turn within the aura takes 10 psychic damage and treats the aura as difficult terrain."}],powers:[{id:"0b9a79ef-4a9d-43c8-b441-febad2ac7056",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d6+9 damage plus 1d10 thunder and lightning damage, and Antaegus slides the target 4 squares.",damage:"2d6+9 damage plus 1d10 thunder and lightning damage",category:1},{id:"0eb80eb3-c012-4400-9a43-f52e7f078032",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Antaegus makes two greatsword attacks.",damage:"",category:1},{id:"9c98cd91-67db-49af-8e34-a84137e73772",name:"Leaping Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"2d6+9 lightning damage, and Antaegus pushes the target 2 squares. The target is dazed until the end of Antaegus’s next turn. Another enemy within 5 squares takes 5 lightning damage.",damage:"2d6+9 lightning damage",category:1},{id:"2d5b582e-b0b3-4d22-af58-429f85db2cb6",name:"Psychic Backlash",action:{action:4,trigger:"when an enemy damages antaegus while antaegus is bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets one enemy, favoring the triggering enemy; 1d12+6 psychic damage, and the target grants combat advantage (save ends).",damage:"1d12+6 psychic damage",category:5},{id:"0becbb58-f0f2-4811-8e53-66cdedd66e8d",name:"Storm Leap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Teleportation, Thunder",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"2d8+8 thunder damage, and the target is slowed and takes ongoing 10 lightning damage (save ends both). Antaegus then teleports to any space that includes at least 1 square of the blast area.",damage:"2d8+8 thunder damage",category:1},{id:"636592fa-11e8-4b8e-95c1-ade6fa43e74d",name:"Freedom of Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Antaegus is affected by a power that would render him immobilized, restrained, or slowed, he can make a saving throw to negate the effect.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19f9e9e4-b90a-43b5-86be-edc88ba15330",name:"Captain Smargat",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +12, Insight +11",equipment:"flail; leather armor",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:178,initiative:9,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"7bbe756e-0ebc-42f0-8680-9fe8c17d204e",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+7 damage, and Smargat shifts 1 square.",damage:"1d10+7 damage",category:1},{id:"700bfc06-c557-4f6f-b21a-139ceab9b197",name:"Flail Trip",action:{action:1,trigger:"requires a flail and combat advantage against the target",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d10+7 damage, and Smargat slides the target 1 square and the target falls prone. Smargat shifts 1 square.",damage:"2d10+7 damage",category:5},{id:"a415db9e-2c82-4e51-a18b-0ed56ac00b8d",name:"Parrying Chains",action:{action:5,trigger:"when a melee attack hits or misses smargat; requires two flails",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and Smargat gains a +2 bonus to the defense that the triggering attack targeted against the triggering attack.",damage:"1d10+5 damage",category:5},{id:"6acbdef9-3505-4b23-85f4-1918ab764a0e",name:"Whirling Escape",action:{action:7,trigger:"when a melee or close attack misses smargat",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Smargat shifts 1 square.",damage:"Smargat shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cfe0f571-d5f3-4714-80bf-5722befa6263",name:"Dedrick Beynar",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common, Draconic, Giant",skills:"Bluff +14, Stealth +15 Perception +11 to locate hidden objects and creatures",equipment:"leather armor; rapier",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:20},intelligence:{score:15},wisdom:{score:14},charisma:{score:19},hp:224,initiative:12,ac:25,fortitude:22,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"adac8115-0ae6-4de4-b4f5-0038de20b911",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage, and Dedrick slides the target 1 square. Dedrick shifts 1 square.",damage:"1d8+7 damage",category:1},{id:"c703fd0a-4d0d-408a-862b-7dc9ab203ec5",name:"Vile Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"can originate from the White Raven’s space; 1d10+5 psychic damage; and the target grants combat advantage until the end of Dedrick’s next turn.",damage:"1d10+5 psychic damage",category:1},{id:"2f6346a0-328e-4043-8032-4eea39315283",name:"Vexing Combination",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Dedrick makes two basic attacks.",damage:"",category:1},{id:"445a2406-c070-4e17-9504-35808b8ccca2",name:"Call the White Raven",action:{action:3,trigger:"only while the white raven is destroyed",sustainAction:0,use:0,recharge:"recharge 4"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"the White Raven (see statistics) appears in Dedrick’s space or in an unoccupied square elsewhere in the area. It must remain within 20 squares of Dedrick; if forced beyond this range, it teleports back to Dedrick’s space as a free action. Dedrick can speak through the White Raven, and he can hear everything it hears.",damage:"It must remain within 20 squares of Dedrick",category:5},{id:"775e3d1b-ae00-4f0f-828c-79b3797b1a06",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dedrick deals 2d8 extra damage against any creature granting combat advantage to him.",damage:"dedrick deals 2d8 extra damage against any creature granting combat advantage to him",category:1},{id:"ab338781-5dcc-40a0-a1e4-8ca8c3178380",name:"White Raven Repositioning",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the White Raven is alive, and not adjacent or closer to Dedrick, Dedrick can shift his speed. He must end this movement closer to the White Raven than he started. If he moves adjacent to an enemy that the White Raven is also adjacent to, he gains combat advantage against that enemy.",damage:"",category:2},{id:"d6173da0-a640-4dae-aee0-31f07512a5c3",name:"White Raven Sacrifice",action:{action:5,trigger:"when an attack damages dedrick while the white raven is adjacent to him or in his space",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The White Raven takes the damage from the triggering attack.",damage:"the white raven takes the damage from the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9c6b0149-bce5-47e9-abe6-292a18bb9267",name:"Drenga Sandspur",details:"",size:2,origin:4,type:2,keywords:"drow",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Elven",skills:"Athletics +12",equipment:"hide armor; short sword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:154,initiative:8,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"8437c0b1-2be7-486a-9e4d-37a52e898d9b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage, and Drenga shifts 1 square.",damage:"2d6+4 damage",category:1},{id:"57436cd3-008d-475e-92ec-9e0fcbc3c014",name:"Cutting Stride",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Drenga makes two short sword attacks, shifting 1 square before each attack and after the second attack.",damage:"shifting 1 square before each attack and after the second attack",category:1},{id:"a90d47c6-b939-4ed3-8fc4-4440e2aa2455",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"until the end of Drenga’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"ec3e0b45-39b6-4965-bffb-7c87155eec63",name:"Swirling Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:12,defence:0},description:"",details:"3d6+4 damage, and Drenga shifts 3 squares after the attacks.",damage:"3d6+4 damage",category:1},{id:"e2c0de73-4e0b-4ea5-8a94-df9b130656ec",name:"Sly Setup",action:{action:7,trigger:"when an enemy misses drenga with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Drenga shifts 1 square, and the triggering enemy grants combat advantage to Drenga until the end of his next turn.",damage:"Drenga shifts 1 square",category:5},{id:"54de6636-3c0a-4a2f-9a28-d404bbd1c6af",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Drenga deals 1d8 extra damage against any creature granting combat advantage to him.",damage:"drenga deals 1d8 extra damage against any creature granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90921ff8-389e-44ab-8504-956bc39f2ca7",name:"Korbek Ghedin",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +11; low-light vision, truesight 2",movement:"5",alignment:"Evil",languages:"Common, Draconic, Dwarven, Giant, telepathy 5",skills:"",equipment:"heavy shield; plate armor; waraxe",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:12},intelligence:{score:22},wisdom:{score:20},charisma:{score:12},hp:244,initiative:7,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"f5775fd6-a020-40a2-9119-71a35dc4a33e",name:"Reverberating Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+4 damage, and Korbek pushes the target 2 squares. The target is dazed until the end of Korbek’s next turn.",damage:"1d12+4 damage",category:1},{id:"45bb880d-a26c-4ade-b9f4-4d35a2b5e371",name:"False Senses",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8+5 psychic damage, and the target is slowed (save ends).",damage:"2d8+5 psychic damage",category:1},{id:"d29702d5-dd6c-454a-8c85-920765610897",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"Korbek makes two basic attacks.",damage:"",category:1},{id:"ab4a2c00-6a48-45f1-b5cc-059a4eab61a3",name:"Bend Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8+5 psychic damage, and the target is dominated (save ends). Korbek can dominate only one creature at a time.",damage:"2d8+5 psychic damage",category:1},{id:"41897e6b-69ea-4bf9-a086-8438dcb9bd74",name:"Hostile Empathy",action:{action:4,trigger:"when korbek is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"targets one enemy; the target takes 1d8 + 5 damage of the same type Korbek took, and the target shares any conditions the attack imposes on Korbek (save ends). While this condition sharing lasts, if a shared condition ends for the target, that condition also ends for Korbek.",damage:"the target takes 1d8 + 5 damage of the same type korbek took",category:5},{id:"ae07fe75-29f6-4a60-9475-581347592d81",name:"Mind Door",action:{action:4,trigger:"when an attack hits korbek; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Korbek teleports 8 squares, and the triggering attack grants combat advantage to Korbek until the end of his next turn.",damage:"Korbek teleports 8 squares",category:5},{id:"c25c8d82-d2f7-4f0b-b3bb-16db414c4502",name:"Ultrasenses",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that has combat advantage against Korbek gains no attack bonus from the combat advantage.",damage:"",category:0},{id:"ba34ebaf-112c-4e88-8f21-7b2fabcf3515",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Korbek can move 1 fewer square than a forced movement attack specifies. He can make a saving throw to avoid being knocked prone.",damage:"Korbek can move 1 fewer square than a forced movement attack specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6f9cb47-d573-4541-880e-c406de292a50",name:"Kraa’ark Lors",details:"",size:4,origin:4,type:1,keywords:"roc",level:18,role:{type:6,flag:2,leader:!1},senses:"Perception +19",movement:"4, fly 10, overland flight 15",alignment:"Unaligned",languages:"Common",skills:"Nature +19",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:20},charisma:{score:14},hp:688,initiative:17,ac:32,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"7fc134b2-7ecd-4d3c-b389-5b6541bf8130",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage plus 1d8 + 5 thunder damage; see also black cloud.",damage:"2d8+7 damage plus 1d8 + 5 thunder damage",category:1},{id:"9e56d695-edf9-4da2-afcb-b4b76613a11a",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; (2d6+7)damage, and ongoing 10 lightning damage (save ends); see also black cloud.",damage:"(2d6+7)damage",category:1},{id:"2c26e6a1-7076-430f-894c-497df1284df4",name:"Storming Flyby",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kraa’ark Lors flies 10 squares and makes a talon attack against each enemy to which it moves adjacent. Kraa’ark Lors doesn’t provoke opportunity attacks when moving away from the target of each attack. See also black cloud.",damage:"Kraa’ark Lors flies 10 squares and makes a talon attack against each enemy to which it moves adjacent",category:1},{id:"0d3d64bc-0976-4edf-be3b-ae70742fb854",name:"Winged Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kraa’ark Lors makes two claw attacks and one bite attack. He can shift 1 square between each attack and after the final attack, even if flying.",damage:"He can shift 1 square between each attack and after the final attack",category:1},{id:"8386e525-79db-4202-ae8c-2d72cd426de0",name:"Stormwing Riposte",action:{action:4,trigger:"when an enemy misses kraa’ark lors",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"ranged 10",attack:{bonus:23,defence:2},description:"",details:"Targets the triggering enemy; 1d10+7 thunder damage, and Kraa’ark Lors pushes the target 2 squares; see also black cloud. This attack doesn’t provoke opportunity attacks.",damage:"1d10+7 thunder damage",category:5},{id:"3a221411-e23f-477b-92c7-dde940aa4a9f",name:"Black Cloud",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 3 within 20",attack:null,description:"",details:"heavy mist fills the area until the end of Kraa’ark Lors’s next turn; the area is lightly obscured to every creature besides Kraa’ark Lors. If Kraa’ark Lors hits a target with an attack while that target is in the black cloud, the target also takes 1d8 + 5 thunder damage and falls prone.",damage:"the target also takes 1d8 + 5 thunder damage and falls prone",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"15b6cc19-edeb-4ed9-a1d5-2f35206b132c",name:"K’Shegla",details:"",size:2,origin:4,type:2,keywords:"aquatic; sahuagin",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"6, swim 8",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +14, Religion +14",equipment:"leather armor; scimitar; trident; war pick",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:16},wisdom:{score:20},charisma:{score:13},hp:244,initiative:10,ac:26,fortitude:25,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"d3a121a4-5114-44a3-b974-34465af823d5",name:"Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and the target is immobilized until the end of K’Shegla’s next turn.",damage:"1d8+6 damage",category:1},{id:"dcf935c9-a54b-4552-b6a4-dcc65ada023f",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and ongoing 5 damage (save ends).",damage:"1d8+6 damage",category:1},{id:"7b75a7b0-f014-4522-b6ca-875c4c553438",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 3/6",attack:{bonus:15,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"bda5a24b-29ee-4c0a-bf09-e2082d31832f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"K’Shegla makes two basic attacks.",damage:"",category:1},{id:"0c2c96a3-347e-4846-a4ec-106a1552bb37",name:"Chill of the Deep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"3d6+4 cold damage, and the target is slowed (save ends). K’Shegla pushes the target 3 squares. A target that is already slowed or immobilized is restrained (save ends).",damage:"3d6+4 cold damage",category:1},{id:"5e833948-4876-4d0e-b16f-8e531c86dd99",name:"Devouring Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target is dazed and takes ongoing 10 damage (save ends both).",damage:"2d6+4 psychic damage",category:1},{id:"298ebbb3-0f7b-41e9-8e9f-5672c4ee6f6f",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"K’Shegla gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies and those taking untyped ongoing damage.",damage:"k’shegla gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies and those taking untyped ongoing damage",category:0},{id:"6514f583-593c-4712-b849-782c2d28a119",name:"Kraken Shroud",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any mark on K’Shegla ends. He gains concealment. K’Shegla cannot be marked until the end of his next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9d942f0-fbe2-4f34-9d30-976dc4bf5710",name:"Lorishto",details:"",size:2,origin:4,type:2,keywords:"rakshasa",level:21,role:{type:3,flag:1,leader:!0},senses:"Perception +19",movement:"6, teleport 4",alignment:"Evil",languages:"Abyssal, Common, Deep Speech",skills:"Arcana +18, Bluff +21, Stealth +20",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:16},wisdom:{score:18},charisma:{score:23},hp:388,initiative:15,ac:27,fortitude:26,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"0d2479db-7aab-423b-9c6a-1e0579fd8a44",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+5 damage, and the target cannot take immediate actions until the end of Lorishto’s next turn.",damage:"2d6+5 damage",category:1},{id:"7a856b98-60f9-49f1-8db1-1b2d5a74519a",name:"Blinding Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:25,defence:2},description:"",details:"2d4+7 psychic damage, and the target is blinded until the end of Lorishto’s next turn.",damage:"2d4+7 psychic damage",category:1},{id:"ea003e35-4967-409a-a184-a58dcb5d4e50",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"Lorishto makes two basic attacks.",damage:"",category:1},{id:"222d047c-3701-4bef-b88b-60fe136c1b16",name:"Dead Zone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic, Zone",condition:"",range:"Close burst 2",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 4d8+6 necrotic damage. Effect: The burst creates a zone of dark haze until the end of Lorishto’s next turn. The zone moves with Lorishto. Any enemy that starts its turn within the zone takes 15 necrotic damage (save ends), and it must attempt to leave the zone by the end of its turn. If an enemy took damage between the end of one of Lorishto’s turns and the start of his next turn, Lorishto can grant an ally 10 temporary hit points. Sustain Minor: The zone persists until the end of Lorishto’s next turn.",damage:"4d8+6 necrotic damage",category:1},{id:"f848e36c-a2de-44e3-a0d8-44fbf602c663",name:"Mindburn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:24,defence:2},description:"",details:"targets enemies; 2d10+6 psychic damage, and the target is slowed and can use only at-will powers until the end of Lorishto’s next turn.",damage:"2d10+6 psychic damage",category:1},{id:"dbf5aa17-c052-4a88-a439-8c9417b009fc",name:"Shifting Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Close burst 2",attack:{bonus:24,defence:3},description:"",details:"the target slides 5 squares and makes a basic attack against a target of Lorishto’s choice.",damage:"the target slides 5 squares and makes a basic attack against a target of Lorishto’s choice",category:1},{id:"b7a2960a-ca5a-45a3-9efc-4d9ee45503b9",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Lorishto can disguise himself to appear as any Medium humanoid. A successful Insight check (opposed by Lorishto’s Bluff check) pierces the disguise.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3efb92d7-fd93-42ad-b53f-8343e9113f82",name:"Lurking Two-Maws",details:"",size:4,origin:0,type:1,keywords:"reptile; fang titan drake",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +15; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:2},wisdom:{score:20},charisma:{score:10},hp:792,initiative:16,ac:35,fortitude:35,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"ec27094f-df6f-401d-a39d-c26b27e054f4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; targets one or two adjacent creatures; 3d10+8 damage, and the target is dazed (save ends). Lurking Two-Maws grabs one target.",damage:"3d10+8 damage",category:1},{id:"e4a5c54d-b148-43bb-8a6e-33bb5d57194b",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 4; 2d8+8 damage, and Lurking Two-Maws grabs the target.",damage:"2d8+8 damage",category:1},{id:"91c61c23-04e7-41fa-a54a-4176c2708573",name:"Two-Maws Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Lurking Two-Maws makes two tentacle attacks and one bite attack.",damage:"",category:1},{id:"f66ff904-7e11-4115-b5a0-07be62107d66",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage plus 10 acid damage at the start of Lurking Two-Maw’s turn. The swallowed creature has line of sight and line of effect only to Lurking Two-Maws, and no creature has line of sight or line of effect to it. The swallowed creature can make only melee and close attacks. If swallowed creatures deal 50 or more damage to Lurking Two-Maws between the end of one of her turns and the start of her next turn, she regurgitates swallowed creatures into an adjacent square, and those creatures are no longer swallowed. When Lurking Two-Maws drops to 0 hit points, the target is no longer swallowed and can escape as a move action, appearing in the drake’s former space.",attack:{bonus:24,defence:1},description:"",details:"Reach 4; targets a bloodied creature Lurking Two-Maws is grabbing",damage:"Reach 4",category:1},{id:"e686bbb1-aa2e-4937-90c8-7d7d2bef2dcc",name:"Tail Smash",action:{action:4,trigger:"when a creature hits lurking two-maws",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"Reach 3; targets the triggering creature; 2d8+7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d8+7 damage",category:5},{id:"bfb869b2-1c96-4c72-8e57-21c0680a89b2",name:"Thundering Bellow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:2,defence:3},description:"",details:"targets enemies; 3d6+6 thunder damage, and the target is dazed and deafened (save ends both).",damage:"3d6+6 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce62296b-cc2a-403c-99c9-66c46215f747",name:"Mulraargo",details:"",size:3,origin:4,type:2,keywords:"shapechanger; troll",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +14",movement:"6, climb 4",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +16, Stealth +15",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:18},intelligence:{score:8},wisdom:{score:16},charisma:{score:6},hp:280,initiative:10,ac:24,fortitude:25,reflex:24,will:23,regeneration:{value:10,details:""},auras:[],powers:[{id:"a5af296c-2c10-4c89-9df2-ba6025914ac2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d10+7 damage; see also rending strike.",damage:"2d10+7 damage",category:1},{id:"965082f0-dd32-44d1-919b-300e1ffa29d4",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mulraargo makes two claw attacks.",damage:"",category:1},{id:"3d767203-96bf-48da-a090-7ea14dc77de4",name:"Engulf",action:{action:1,trigger:"usable only in ooze form",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"the target is grabbed. Mulraargo can move normally while grabbing a target, pulling the grabbed target with him. He can grab only one target at a time. Sustain Minor: Mulraargo sustains the grab and the target takes 10 acid damage.",damage:"mulraargo sustains the grab and the target takes 10 acid damage",category:5},{id:"a681e9a5-e3e4-4f18-b4bc-90ae545b65e9",name:"Rending Stirke",action:{action:7,trigger:"when mulraargo’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mulraargo makes a claw attack. If the attack hits, the target also takes a -2 penalty to all defenses (save ends).",damage:"the target also takes a -2 penalty to all defenses (save ends)",category:5},{id:"c3ca7264-e53f-4db1-9066-d50c30cf351e",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If Mulraargo drops to 0 hit points due to an attack that does not deal acid or fire damage, he starts his next turn with 10 hit points.",damage:"if mulraargo drops to 0 hit points due to an attack that does not deal acid or fire damage",category:0},{id:"c26502ad-fb19-4758-a0c7-abceef1f3ec6",name:"Ooze Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mulraargo can alter his physical form to appear as a pool of black sludge. While in sludge form, the troll gains the benefits of the ooze keyword.",damage:"",category:3}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"acid, fire (if Mulraargo takes acid or fire damage, his regeneration does not function until the end of his next turn)",immune:"",tactics:""},{id:"f2c8f2ca-9bcf-4e9f-abf2-edbdc7674beb",name:"Old Silverclaws",details:"",size:4,origin:4,type:1,keywords:"girallon",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8, climb 6",alignment:"Evil",languages:"",skills:"Athletics +21",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:22},intelligence:{score:7},wisdom:{score:18},charisma:{score:12},hp:420,initiative:15,ac:30,fortitude:32,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"aec6ea29-50e1-4ac1-b8c4-46be9875c5a4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d12+7 damage (3d12 + 7 damage while bloodied), and the target falls prone. See also prone rending.",damage:"2d12+7 damage (3d12 + 7 damage while bloodied)",category:1},{id:"1af083e1-322d-456f-a425-27e86f898d94",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Old Silverclaws makes two claw attacks. While bloodied, it makes two claw attacks and a quick bite.",damage:"",category:1},{id:"00c0591d-b8ec-4671-bc7f-47095a441183",name:"Quick Bite",action:{action:7,trigger:"when old silverclaws hits a bloodied enemy with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+7 damage (and, while bloodied, ongoing 5 damage [save ends]). See also prone rending.",damage:"1d8+7 damage (and",category:5},{id:"6a632873-a76c-40e9-978d-00aed4da0508",name:"Taste for Blood",action:{action:7,trigger:"when an enemy within 5 squares becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Old Silverclaws moves adjacent to the triggering enemy and bites; 2d8+7 damage. See also prone rending.",damage:"2d8+7 damage",category:5},{id:"05cb0f63-8dc2-4af1-a892-2d5d88d75452",name:"Terrifying Howl",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"the target is dazed (save ends).",damage:"",category:3},{id:"30d7d603-80ba-4f79-9ca8-8e70d2e96794",name:"Prone Rendering",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Old Silverclaws can score a critical hit against a prone target on an attack roll of 18-20.",damage:"Old Silverclaws can score a critical hit against a prone target on an attack roll of 18-20",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"905e6b76-bc46-4b71-9ae1-581611bfbe70",name:"Steppin’ Jaq",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Elven, Giant, Riedran",skills:"",equipment:"arrows (30); leather armor; rapier; shortbow",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:8},charisma:{score:17},hp:172,initiative:7,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"375a1f3f-12ca-40c4-8bf8-65d68fb211d0",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage, and the target is slowed until the end of his next turn. Jaq slides the target 1 square.",damage:"1d8+5 damage",category:1},{id:"16e03b7a-d191-495d-b004-96fed78de0f3",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage, and the target has no line of sight to anything 3 or more squares from it until the end of Steppin’ Jaq’s next turn.",damage:"2d6+3 damage",category:1},{id:"f0c5379a-570c-4b45-b44e-c69f54252cea",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Steppin’ Jaq makes two basic attacks.",damage:"",category:1},{id:"f0c53ba7-1367-421e-825e-8076ff7286b4",name:"Visions of Defeat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close burst 3",attack:{bonus:12,defence:3},description:"",details:"targets 2 enemies; 3d8+5 psychic damage, and the target is slowed (save ends). Jaq slides the target to the edge of the burst.",damage:"3d8+5 psychic damage",category:1},{id:"34b5529a-b31f-411b-9acc-d8c04997514a",name:"Phantom Soldiers",action:{action:1,trigger:"sustain minor; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic, Zone",condition:"",range:"Area burst 3 within 10",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d8+5 psychic damage; the burst creates a zone filled with fighting illusory soldiers fighting that lasts until the end of Jaq’s next turn. Any enemy that enters the zone or starts its turn there takes 5 psychic damage. Until the end of Jaq’s next turn, any enemy within the zone is deafened and slowed. Sustain Minor: The zone persists, and Jaq can move it 3 squares.",damage:"2d8+5 psychic damage",category:5},{id:"eff0e005-ced1-4c01-86ff-7e962b8ca61b",name:"Halt the Foe",action:{action:5,trigger:"when a slowed enemy moves or shifts to a square adjacent to steppin’ jaq",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Steppin’ Jaq immobilizes the target until the end of his next turn.",damage:"",category:5},{id:"1e0ed576-5680-4c3a-ab5c-c96466112333",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Steppin’ Jaq can alter his physical form to appear as any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"31e99887-00d9-488a-a581-b8dc54338e60",name:"Spider Climb",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Steppin’ Jaq gains a climb speed of 6 until the end of his next turn.",damage:"Steppin’ Jaq gains a climb speed of 6 until the end of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7be4331-7828-4a91-8b18-447001458bf6",name:"Surrayana",details:"",size:2,origin:4,type:2,keywords:"shulassakar",level:8,role:{type:7,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Good",languages:"Common, Draconic",skills:"Heal +12",equipment:"heavy shield; morningstar; scale armor",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:172,initiative:8,ac:24,fortitude:22,reflex:19,will:20,regeneration:null,auras:[{id:"6bc36c83-c422-43a6-b21f-a9e1da8abd28",name:"Hypnotic Presence",keywords:"",details:"(Charm) aura 1; any enemy that starts its turn within the aura grants combat advantage."}],powers:[{id:"18ef96b9-3c8e-4fd6-86df-ee21b2da062f",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of Surrayana’s next turn.",damage:"1d10+5 damage",category:1},{id:"41e11065-80f6-4556-bf09-e353bf00f8f1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Surrayana makes two melee basic attacks.",damage:"",category:1},{id:"14a0f4bd-b8af-456f-963c-c45bc25c94d6",name:"Lockdown Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets an enemy marked by Surrayana; 3d10+5 damage, and the target is immobilized (save ends).",damage:"3d10+5 damage",category:1},{id:"19b0b850-10ae-4bc0-805c-8817e5837a7b",name:"Breath of Siberys",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"targets enemies; 2d8+5 radiant damage, and the target is marked until the end of Surrayana’s next turn. Allies in the area gain 10 temporary hit points.",damage:"2d8+5 radiant damage",category:1},{id:"1f8ba663-3749-47c7-8684-0309503bfb60",name:"Radiant Eyes",action:{action:5,trigger:"when an enemy marked by surrayana makes an attack that doesn’t include her",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Radiant",condition:"",range:"Close burst 10",attack:{bonus:12,defence:3},description:"",details:"targets the triggering enemy; 1d8+3 radiant damage, and the target takes a -2 penalty to the attack’s damage roll.",damage:"1d8+3 radiant damage",category:5},{id:"6fa96b4f-4b0e-41c4-9d62-1640938ea701",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Surrayana can alter her physical form to appear as a Tiny or Medium feathered snake.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5a0af095-2bbc-40f4-98dd-1cd9838c79e6",name:"The Cinder Sisters",details:"",size:4,origin:1,type:1,keywords:"reptile; hydra",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +12; all-around vision",movement:"7, swim 7",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:19},intelligence:{score:8},wisdom:{score:10},charisma:{score:20},hp:552,initiative:11,ac:26,fortitude:27,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"9fb5df2e-7de6-4e0d-b166-a29fd35b142b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d8+6 damage, and ongoing 5 fire damage (save ends). If the Cinder Sisters hit a target that is already taking ongoing fire damage, that target’s ongoing fire damage increases by 5 up to a maximum of 15.",damage:"1d8+6 damage",category:1},{id:"98608357-68aa-4494-9752-c7479ecb2a15",name:"Volcanic Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"1d8+6 fire damage, and ongoing 5 poison damage (save ends). This attack does not provoke opportunity attacks.",damage:"1d8+6 fire damage",category:1},{id:"44716b8b-fb9f-4e0c-b00c-decb3ea3f531",name:"Cinder Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"The Cinder Sisters make four basic attacks, plus an additional attack for each head she has grown (see regenerating heads).",damage:"",category:1},{id:"059eac9d-cd97-4e15-a049-80fed6012e22",name:"Breath of Khyber",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"two blasts in different areas; 2d8+4 fire damage and 2d8 + 4 necrotic damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d8+4 fire damage and 2d8 + 4 necrotic damage",category:1},{id:"2cdb1a94-b8fc-40ce-9f51-451337efbaa1",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the Cinder Sisters would become dazed or stunned, they instead lose one attack while using cinder fury during their next turn. They can be dazed or stunned multiple times.",damage:"",category:0},{id:"07f51445-dc69-48f9-bb03-df9d4f10a5e2",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the Cinder Sisters first reaches 414, 276, and 138 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional attack with cinder fury.",damage:"When the Cinder Sisters first reaches 414",category:0},{id:"a6b18968-0d93-4051-83db-097ea2af142b",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Cinder Sisters can make opportunity attacks against all enemies within reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90b0ce85-bc3d-4382-a166-36eacf047545",name:"The White Raven",details:"",size:0,origin:5,type:0,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"; low-light vision",movement:"2, fly 6 (hover); see also dependant action",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:5},constitution:{score:5},dexterity:{score:5},intelligence:{score:5},wisdom:{score:5},charisma:{score:5},hp:1,initiative:0,ac:25,fortitude:22,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"ac80b02d-039f-4e75-ab93-36c0ecca1c0d",name:"Dependant Action",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"For the White Raven to take any action, Dedrick must spend the relevant action. It cannot attack, and it uses Dedrick’s modifiers when relevant.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"attacks and damage while in Dedrick Beynar’s space and while Dedrick has 1 or more hit points",tactics:""},{id:"dc4fff06-574e-4fc5-9230-c5bcb5e36f2b",name:"Vaedin",details:"",size:2,origin:4,type:2,keywords:"elf",level:9,role:{type:4,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6, climb 3 see also wild step",alignment:"Evil",languages:"Common, Dwarven, Elven",skills:"Acrobatics +13, Stealth +13",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:18},intelligence:{score:14},wisdom:{score:14},charisma:{score:20},hp:144,initiative:12,ac:23,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"6867511f-7cab-47a2-97d3-5a15fd19ecf4",name:"Mind Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d6+5 force damage.",damage:"2d6+5 force damage",category:1},{id:"90c572c1-ced0-4285-b1c7-93fdd3b8e92a",name:"Mind Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:2},description:"",details:"2d6+5 force damage.",damage:"2d6+5 force damage",category:1},{id:"06b9b494-9872-44ac-b736-24d0f1175ea8",name:"Quick Slices",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"Vaedin makes two basic attacks.",damage:"",category:1},{id:"bf2d6d74-9fde-42e9-9bd3-cc29afd2aff4",name:"Mind Stab",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"When Vaedin hits a target from which he is hidden or invisible, that target takes ongoing 15 psychic damage (save ends).",damage:"that target takes ongoing 15 psychic damage (save ends)",category:0},{id:"9cc04dda-9a4e-4216-80d2-666942724f56",name:"Mind Slip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaedin becomes invisible to two targets until the end of his next turn. He becomes insubstantial to and gains concealment against all other enemies until the end of his next turn.",damage:"",category:1},{id:"c0512485-5352-4cd7-82a6-2764f994ee20",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaedin can reroll an attack roll. He must use the second roll, even if it’s lower.",damage:"",category:4},{id:"8474a58c-521c-4122-9417-9ec27718c45a",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaedin ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2eec8c0-a1b4-444a-a675-8ef87983ccc9",name:"Adult Battle Dragon",details:"",size:3,origin:3,type:1,keywords:"dragon",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +10; darkvision",movement:"7, fly 6 (hover), overland flight 14",alignment:"Any",languages:"Draconic, Supernal",skills:"Intimidate +20",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:12},wisdom:{score:16},charisma:{score:26},hp:284,initiative:14,ac:32,fortitude:28,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"38c0503d-a8ae-4deb-9e16-ca94fac8c718",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+9 damage, and the target takes ongoing 5 radiant damage (save ends). Allies gain a +2 bonus to attack rolls against the target until the end of the battle dragon’s next turn. Aftereffect: The target is weakened until the end of the battle dragon’s next turn.",damage:"1d8+9 damage",category:1},{id:"39a46b39-1aa6-4478-a429-93d8827d80b9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"14f66d4d-ac47-4fb5-8d90-9a7fc4d1951d",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"33cc71ee-8ee2-47b3-aa65-02bf47107640",name:"Battle Fury",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The battle dragon makes a bite attack against an enemy within reach.",damage:"",category:5},{id:"987b10b2-b36c-4c3d-a03d-a40f7fbca8aa",name:"Battle Cry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies within the burst gain 10 temporary hit points.",damage:"allies within the burst gain 10 temporary hit points",category:1},{id:"75128007-6e4d-4e60-9116-10954c78d13a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"4d6+7 radiant damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"4d6+7 radiant damage",category:1},{id:"908b1b12-0f25-4ab1-8c62-3f8f7ce8b440",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63373726-3446-475d-803a-6bacaed885a2",name:"Adult Blight Dragon",details:"",size:3,origin:5,type:1,keywords:"dragon",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 5 (hover)",alignment:"Evil",languages:"Draconic",skills:"Endurance +17, Stealth +15",equipment:"",category:"",strength:{score:19},constitution:{score:23},dexterity:{score:19},intelligence:{score:17},wisdom:{score:21},charisma:{score:14},hp:254,initiative:10,ac:28,fortitude:28,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"39ebf6e9-8a70-4f5b-a9f5-9701c5e41571",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target takes ongoing 5 necrotic damage.",damage:"2d10+4 damage",category:1},{id:"3d78c711-e2ba-4be8-b7c7-298b5641382b",name:"Life Leech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"2d6+5 necrotic damage, and the blight dragon regains a number of hit points equal to the amount of damage dealt.",damage:"2d6+5 necrotic damage",category:1},{id:"839786b9-e9d0-4730-891f-2c11d356b476",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 8",attack:{bonus:16,defence:1},description:"",details:"1d10+7 fire damage, and the target takes ongoing 10 necrotic damage (save ends). Aftereffect: The target takes a -2 penalty to attack rolls until the end of the dragon’s next turn.",damage:"1d10+7 fire damage",category:1},{id:"edb7df3d-377a-49be-a3de-b044ec87e16a",name:"Dust Storm",action:{action:3,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"1d8+5 damage, and the target is dazed (save ends). The blight dragon has concealment against any creature that is dazed by this effect.",damage:"1d8+5 damage",category:5},{id:"b6a86e69-e280-4f19-9fdf-094c985522b6",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"667e8f7d-61b2-44d1-8cb5-662e8273fd2f",name:"Adult Brown Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:10,role:{type:4,flag:2,leader:!1},senses:"Perception +9; darkvision, tremorsense 10",movement:"8, burrow 6, fly 7, overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +13, Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:15},intelligence:{score:15},wisdom:{score:17},charisma:{score:13},hp:420,initiative:11,ac:28,fortitude:28,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"31fb34c4-8863-4247-a8a2-d7005f2d9e42",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a2dbd86c-7507-4fd8-9b36-105929b18388",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"6fbf4002-d4a1-4e85-9898-838c194ab934",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"2e728dc7-5acf-4701-a14a-b4888281aaa1",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"targets the triggering enemy; 1d8+2 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d8+2 damage",category:5},{id:"d57096cf-a86e-4ef8-85ad-4c93edaa6782",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 10",attack:{bonus:13,defence:1},description:"",details:"3d8+3 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 5 damage. The area blocks line of sight for all creatures except the dragon.",damage:"3d8+3 damage",category:1},{id:"8ed653ee-f2a1-4586-ba2d-a17773f7b1f2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"7393b860-d843-43d4-b756-2e7e5eeabc66",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"296939cb-a2f1-428c-bb14-8aa83dae64dc",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 1d8 + 6 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 1d8 + 6 damage and is blinded (save ends)",category:2},{id:"55f88ddd-c35f-49e4-a6e2-1e355745d342",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 2d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 2d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8879abee-57b2-473e-9ece-99ef2c708dbe",name:"Adult Faerie Dragon Flitterwing",details:"",size:1,origin:2,type:1,keywords:"dragon",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"Draconic, Elven",skills:"Bluff +8, Stealth +10, Thievery +10",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:17},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:53,initiative:7,ac:18,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"b355bd7d-8ae2-49fc-8163-23dfc13581e8",name:"Tail Spike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"657ca15b-9286-45b3-837b-77802ac3865b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close blast 4",attack:{bonus:7,defence:2},description:"",details:"3d6+3 radiant damage, and the faerie dragon teleports 1 square for each enemy caught in the blast. Miss: Half damage, and the faerie dragon does not teleport.",damage:"3d6+3 radiant damage",category:1},{id:"373a5c48-6d38-4930-bd95-ca78644667c7",name:"Dazzling Departure",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, the faerie dragon dissolves in a burst of rainbow light.",damage:"",category:0},{id:"2e5b6ced-40cf-4999-9887-1e7fbf8578f5",name:"Flitter",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The faerie dragon moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The faerie dragon moves up to 4 squares",category:2},{id:"47f7b138-b7f7-4dc1-9425-00bb64144341",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The faerie dragon deals 1d6 extra damage on melee attacks against any target it has combat advantage against.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d03feed0-9364-4986-a18d-df4e53bd275a",name:"Adult Faerie Dragon Windgleam",details:"",size:2,origin:2,type:1,keywords:"dragon",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5, fly 8 (hover)",alignment:"Unaligned",languages:"Draconic, Elven",skills:"Bluff +9, Stealth +10, Thievery +10",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:43,initiative:9,ac:18,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"47306b9d-1396-4812-b5b9-5e189f8217f0",name:"Tail Spike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"a62ba3b1-6bb8-46bd-aa4a-09ecdbcdf5a8",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Radiant, Teleportation",condition:"",range:"Close blast 4",attack:{bonus:8,defence:2},description:"",details:"2d6+2 radiant damage, and the faerie dragon becomes invisible if two or more enemies are caught in the blast. Miss: Half damage, and the faerie dragon does not become invisible.",damage:"2d6+2 radiant damage",category:1},{id:"58e24fe4-a9b5-4e76-82e8-0c25cd5f6f24",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The faerie dragon becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3421868-6e32-418e-94f0-ad59415b6c6e",name:"Adult Frostforged Wyrm",details:"",size:3,origin:1,type:1,keywords:"dragon",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7, fly 5",alignment:"Evil",languages:"Abyssal, Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:13},intelligence:{score:9},wisdom:{score:18},charisma:{score:16},hp:143,initiative:6,ac:23,fortitude:24,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"b6775156-3fdc-449b-9ba1-58faa1206471",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+6 damage plus 1d10 cold damage.",damage:"1d8+6 damage plus 1d10 cold damage",category:1},{id:"a25da8a8-c6c2-4d98-ac87-e465a49b9713",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"4d8+6 cold damage, and the target is slowed and takes a -2 penalty to attack tolls (save ends both).",damage:"4d8+6 cold damage",category:1},{id:"1c40c95d-07b4-47ee-b449-07ae7d16cb71",name:"Pain Frenzy",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"4d10+6 damage, and the target is knocked prone.",damage:"4d10+6 damage",category:5},{id:"23a62ebe-f78c-4a38-8677-64e6786732aa",name:"Spikes of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"see text",range:"",attack:null,description:"",details:"An adjacent demon can spend a minor action to spur on a frostforged wyrm. The frostforged wyrm takes 1d10 damage and takes a standard action.",damage:"the frostforged wyrm takes 1d10 damage and takes a standard action",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"charm (a frostforged wyrm that is hit by a charm effect attacks the nearest demon on its next turn)",immune:"",tactics:""},{id:"60ed35bb-b22b-4e72-bae9-31de59d03e01",name:"Adult Gray Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:12,role:{type:7,flag:2,leader:!1},senses:"Perception +15; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +14, Intimidate +13",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:16},wisdom:{score:18},charisma:{score:15},hp:615,initiative:11,ac:29,fortitude:27,reflex:26,will:26,regeneration:null,auras:[{id:"815b432d-f51d-4755-8272-b82df25d3a22",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"997f62e6-612f-44aa-9df7-5b166455aec9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"2d8+6 damage",category:1},{id:"78485e1d-f23a-4381-b933-70afe1abe50e",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d8+6 damage",category:1},{id:"d90cc6ea-130d-4ba3-88c0-e0603c40efcf",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"e4244fa1-62c9-4621-8b19-c465b44d70a7",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"817efd34-ea0d-4833-8502-db192b72e874",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d10+4 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"2d10+4 acid damage",category:1},{id:"f8ed5bc3-fb7c-4f36-ad20-69276a8ad114",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"0a5575f5-8132-4ea1-9fd5-fff0b2d9632e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6193fdc-8898-4c0a-af69-f360dcd5bece",name:"Adult Mirage Dragon",details:"",size:3,origin:2,type:1,keywords:"dragon",level:15,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"9, climb 6 (spider climb), fly 8 (hover), teleport 6",alignment:"Unaligned",languages:"Draconic, Elven",skills:"Bluff +19, Diplomacy +19, Insight +16, Stealth +18",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:23},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:745,initiative:13,ac:31,fortitude:28,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"eed9e30d-89d8-428e-9f3e-0ec5e996e8c1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Sleep",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target takes ongoing 5 poison damage (save ends). First Failed Saving Throw: The target falls unconscious (save ends).",damage:"2d10+6 damage",category:1},{id:"35692e22-992d-4287-8229-8de713c04cf3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"1cf67bbd-452d-44b8-9fc5-0d982197575a",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"a2bbe128-d195-4159-89dd-2f7541787f47",name:"Phantom Harrier",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Illusion",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"the target takes a -2 penalty to attack rolls until the end of the mirage dragon’s next turn.",damage:"the target takes a -2 penalty to attack rolls until the end of the mirage dragon’s next turn",category:3},{id:"693a3a29-dd5f-4039-bbf8-ed8e245ede51",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Close blast 6",attack:{bonus:20,defence:3},description:"",details:"1d12+9 psychic damage, and on its turn the target must either move twice its speed away from the dragon or attack its nearest ally (save ends). Aftereffect: The target is weakened (save ends).",damage:"1d12+9 psychic damage",category:1},{id:"7a36e00c-a52d-42df-ab56-e914869452d3",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"02ccc35b-172e-422b-b7e1-c3acd013bd1f",name:"Mirage",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Illusion, Psychic, Zone",condition:"",range:"Area burst 6 within 10",attack:{bonus:18,defence:3},description:"",details:"2d6+9 psychic damage, and the target is slowed (save ends). The burst creates a zone that counts as difficult terrain for all creatures except the dragon. A creature that enters or starts its turn in the zone takes 10 psychic damage.",damage:"2d6+9 psychic damage",category:1},{id:"32f607a4-d088-42a9-9133-a2f392b8256c",name:"Recover Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon recharges its breath weapon.",damage:"",category:1},{id:"3632c9e2-c719-4d4e-8aa6-b37d72289467",name:"Elusive Foe",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mirage dragon teleports 6 squares.",damage:"The mirage dragon teleports 6 squares",category:5}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2a49f74-540a-45c2-8eb2-edac0a1082eb",name:"Adult Pact Dragon",details:"",size:3,origin:3,type:1,keywords:"dragon, mount",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"7, fly 10 (hover), overland flight 14",alignment:"Evil",languages:"Deep Speech, Draconic, telepathy 20",skills:"Endurance +17, Insight +15",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:15},wisdom:{score:18},charisma:{score:16},hp:134,initiative:13,ac:27,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"f61cd4db-245f-4159-96b0-11e34161cbbb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"2ed0e528-0fd7-4026-aeee-fd81171ec800",name:"Aggressive Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 13th level or higher",range:"",attack:{bonus:16,defence:0},description:"",details:"When it charges, the pact dragon makes a bite attack in addition to its rider’s charge attack.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4b2b54b1-cad5-490e-9a37-8d2c72561477",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"2d12+12 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d12+12 fire damage",category:1},{id:"ac35ba2d-5583-430a-b829-2ade6dff11d5",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"27651997-da2a-4b2d-a8d3-31bb8a2879fc",name:"Astral Jaunt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Mount",condition:"",range:"",attack:null,description:"",details:"The pact dragon disappears into the Astral Sea, teleporting 10 squares. Its rider teleports with it.",damage:"teleporting 10 squares",category:3},{id:"5439618e-99b1-4a42-a9a4-434f3d8b8e03",name:"Pledged Rider",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 13th level or higher",range:"",attack:null,description:"",details:"Any damage dealt to the pact dragon can be redirected to the rider, and vice versa.",damage:"any damage dealt to the pact dragon can be redirected to the rider",category:1},{id:"6a306787-23ce-4dd0-a850-dde6a61a96f1",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the pact dragon ends its move at least 4 squares away from its starting point, it deals 2d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba6c4aed-ad1c-48f3-8616-5fccfb0b7d66",name:"Adult Purple Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"7, fly 7 (hover), overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +18, Diplomacy +18, Dungeoneering +15, Insight +15, Intimidate +18",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:24},hp:640,initiative:10,ac:31,fortitude:28,reflex:29,will:32,regeneration:null,auras:[],powers:[{id:"23d9d33c-1723-437a-b00e-30f13684f668",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target takes ongoing 10 psychic damage (save ends).",damage:"1d10+3 damage",category:1},{id:"9f3d618d-026b-4c0a-9115-bfc2a1057cec",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"c59218ff-a616-45fe-bee4-640643602213",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"651f736e-edde-4021-b8eb-ba38bdc7200c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:17,defence:1},description:"",details:"2d8+7 psychic damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 3 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"2d8+7 psychic damage",category:1},{id:"cffc26e2-71e7-4df0-ae80-2f7a6e4c7e48",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"f2ac5e5c-7470-4b30-9670-af6a0d6de4ac",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated until the end of the dragon’s next turn. The purple dragon can use dominating gaze on only one creature at a time.",damage:"",category:3},{id:"544cb646-36d5-4330-bab7-9534cb64baba",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"81e259b5-2037-4347-a7a1-1c789169fc09",name:"Dark Phase",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon gains the phasing quality until the end of its turn.",damage:"",category:3},{id:"49ade88a-3ec7-42b2-9bcd-e8c7c4668fc4",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An adult purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 160 damage.",damage:"it also takes 160 damage",category:0}],damageModifiers:[{type:8,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"40ddcfeb-5d7d-4d05-9716-f0c81fc83269",name:"Adult Wretch Dragon",details:"",size:3,origin:2,type:1,keywords:"dragon",level:17,role:{type:2,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8, climb 8 (spider climb), fly 6 (hover)",alignment:"Evil",languages:"Draconic, Elven",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:23},intelligence:{score:20},wisdom:{score:27},charisma:{score:14},hp:400,initiative:14,ac:30,fortitude:29,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"2149c102-f74e-43b0-896c-969fc5706433",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+5 damage, plus ongoing 10 necrotic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"2b319c63-9398-4a79-a5dd-aae8df66a29d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"1a44a159-1b83-4f59-828f-c15864497048",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"0d455123-5ccd-4a08-9fe2-6e3d2770f07f",name:"Wretched Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"1d8+2 psychic damage, and the target is pulled 2 squares.",damage:"1d8+2 psychic damage",category:3},{id:"ff97748e-74d2-4b0c-a1b7-b97b2383676e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"3d10+4 psychic damage, and the target teleports 5 squares to an unoccupied space on solid ground of the dragon’s choosing. Miss: Half damage, and the target does not teleport.",damage:"3d10+4 psychic damage",category:1},{id:"f384a7f0-17b6-4426-8348-715d52adefee",name:"Burst of Filth",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:1},description:"",details:"2d10+7 necrotic damage, and the target is dazed and takes ongoing 10 psychic damage (save ends both).",damage:"2d10+7 necrotic damage",category:5}],damageModifiers:[{type:6,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a61362c-3480-466f-8ebf-93c4d15356df",name:"Ambush Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6, fly 4 (clumsy)",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:3},wisdom:{score:11},charisma:{score:6},hp:71,initiative:7,ac:20,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"d6470965-ac4a-4a89-8bd3-c5fba16b826e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a720bab5-e6c3-44d8-8376-201f6d2fcb87",name:"Shifting Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage. The ambush drake can shift 1 square before or after the attack.",damage:"2d6+3 damage",category:1},{id:"3be9fe13-ff4c-4cc8-b0bc-e20cebcf4502",name:"Ravenous",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ambush drake shifts 2 squares toward a bloodied enemy.",damage:"The ambush drake shifts 2 squares toward a bloodied enemy",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"53cab829-a6f0-4ea6-bbd2-dc1c7658e9b5",name:"Ambush Drake Packleader",details:"",size:3,origin:4,type:1,keywords:"reptile",level:8,role:{type:2,flag:0,leader:!0},senses:"Perception +5",movement:"8, fly 4 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Stealth +11",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:14},intelligence:{score:4},wisdom:{score:13},charisma:{score:8},hp:107,initiative:6,ac:20,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"ebf8f992-231a-4ccc-858e-f24001a79b68",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+4 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"2d6+4 damage",category:1},{id:"9530ec4e-2691-42b0-a5bb-c3b9ec2e050f",name:"Vicious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The ambush drake makes two bite attacks against the same target, each with a -2 penalty to the attack roll.; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"e7b464a4-9345-4441-8d6a-c5cc181dfe0d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:9,defence:1},description:"",details:"2d8+3 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"2d8+3 poison damage",category:1},{id:"0613c2ae-0c34-432b-aba2-98b8b08a1d79",name:"Scent of Prey",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that is taking ongoing poison damage from the packleader’s attacks is treated as bloodied by ambush drakes.",damage:"a creature that is taking ongoing poison damage from the packleader’s attacks is treated as bloodied by ambush drakes",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5184be06-1e2f-427c-91dc-c918ff5305b8",name:"Ancient Brown Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:25,role:{type:4,flag:2,leader:!1},senses:"Perception +19; darkvision, tremorsense 20",movement:"12, burrow 10, fly 8 (hover), overland flight 16",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +24, Stealth +23",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:22},intelligence:{score:20},wisdom:{score:24},charisma:{score:20},hp:1160,initiative:22,ac:43,fortitude:43,reflex:39,will:41,regeneration:null,auras:[],powers:[{id:"1bc17461-1915-4668-ab5a-adc872649816",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d10+9 damage.",damage:"2d10+9 damage",category:1},{id:"64a0df04-013f-4cf9-a353-2496408123b0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"4b3377cf-7bc6-42ed-9749-62ffa31a0a32",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"eca15fb2-8db2-4c12-97ad-bec8ed17869b",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"targets the triggering enemy; 1d10+7 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d10+7 damage",category:5},{id:"1defa355-30db-4d58-a8dc-cd280172320f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 10",attack:{bonus:28,defence:1},description:"",details:"4d10+7 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 10 damage. The area blocks line of sight for all creatures except the dragon.",damage:"4d10+7 damage",category:1},{id:"3af570d6-b907-48d6-934c-b1775fae190c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"4bb675b5-2410-459a-b00c-b04e3e086e65",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"2f9c1353-0f41-4ad6-b282-1da5463dd148",name:"Quicksand Vortex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"the target slides 3 squares and is slowed until the end of the dragon’s next turn.",damage:"the target slides 3 squares and is slowed until the end of the dragon’s next turn",category:3},{id:"aa0042dd-514b-4756-b1ca-31783420d271",name:"Sandstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"3d8+7 damage, and the target slides 5 squares. This power creates an area of swirling sand that remains in place until the end of the dragon’s next turn. The area blocks line of sight for all creatures except the dragon.",damage:"3d8+7 damage",category:1},{id:"2252f5f4-5f94-4c5d-bfca-635115f95b48",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 3d6 + 7 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 3d6 + 7 damage and is blinded (save ends)",category:2},{id:"f2a7147d-a036-4f77-b64f-d3c66a31b45e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 4d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 4d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d3ddd60-cc3e-44e5-a306-f931c92e8e42",name:"Ancient Gray Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:7,flag:2,leader:!1},senses:"Perception +27; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +24, Intimidate +23",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:23},intelligence:{score:22},wisdom:{score:24},charisma:{score:21},hp:1245,initiative:21,ac:45,fortitude:43,reflex:42,will:42,regeneration:null,auras:[{id:"c7f4962d-bc79-4bc1-b4f3-8e6a2f91db8b",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"02b30e4e-0ddf-4735-b291-2350ff138e3e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d10+9 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"2d10+9 damage",category:1},{id:"be16a425-f8f9-4e3e-91ce-7d4bf17eef44",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 1d10+9 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d10+9 damage",category:1},{id:"c1ac7df7-9d69-4d0a-9c6b-88d17fb409bf",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"babaf0c0-3aa5-4138-9739-850ff9039ade",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"b7fc8d87-361f-4959-8a28-3e045f1069f2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:null,description:"",details:"3d10+7 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"3d10+7 acid damage",category:1},{id:"39a40196-4b75-4a21-b223-6f0e5dfc6515",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"b6c557ed-3f72-4d3f-90b7-49492b283763",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:32,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f0a01cb2-0bcd-4731-8169-bdb16c32ab4d",name:"Stone’s Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"targets immobilized enemies; the target is petrified (save ends). Aftereffect: The target is immobilized (save ends). A creature that fails a saving throw against this immobilized condition becomes petrified again as if hit by the stone’s embrace power, including this aftereffect.",damage:"",category:1},{id:"896c47df-36c0-4de9-aebf-e9d536d3db77",name:"Infectious Petrification",action:{action:4,trigger:"when a creature within 20 squares fails a saving throw against being petrified",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 5 within 20, centered on the triggering creature",attack:{bonus:32,defence:1},description:"",details:"the target is petrified (save ends). The gray dragon is immune to this attack, and using this power does not provoke opportunity attacks. Aftereffect: The target is immobilized (save ends). A creature that fails a saving throw against this immobilized condition becomes petrified again as if hit by the infectious petrification power, including this aftereffect.",damage:"",category:5}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7206da09-de7e-4eab-9a75-e6222dd7d0fe",name:"Ancient Purple Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"11, fly 10 (hover), overland flight 18 phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +29, Diplomacy +29, Dungeoneering +26, Insight +26, Intimidate +29",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:26},intelligence:{score:25},wisdom:{score:25},charisma:{score:31},hp:1275,initiative:22,ac:46,fortitude:43,reflex:44,will:46,regeneration:null,auras:[],powers:[{id:"cbd31fd9-9173-446a-b704-bd6d81adeb25",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+6 damage, and the target takes ongoing 15 psychic damage (save ends).",damage:"2d8+6 damage",category:1},{id:"d90aca50-ac4a-4965-af63-27e54143f202",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"db6cae29-36cc-450a-9364-9097516fff0e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"b8239c38-72f7-4f97-a438-396037617e1e",name:"Phasing Strike",action:{action:4,trigger:"when an enemy ends its turn within 4 squares of the dragon",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:32,defence:3},description:"",details:"The dragon attacks the triggering enemy; reach 4; 3d6+6 psychic damage, and the target is pushed 5 squares. The target gains the phasing quality during this forced movement.",damage:"3d6+6 psychic damage",category:5},{id:"7538e256-fcec-4bcc-881a-d1970b279977",name:"Nightmare Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze, Psychic",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"targets a stunned or dazed creature; 2d6+7 the target is dominated (save ends). A creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect).",damage:"a creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect)",category:3},{id:"4297a4ca-d5a5-4bc9-8d0c-44dbf57b20db",name:"Nightmare Prison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"targets a stunned or dazed creature; the target disappears into a nightmare prison created by the dragon’s mind. The target is dazed until the end of the turn on which it leaves the prison. At the end of each turn within the prison, the target takes 20 psychic damage.",damage:"the target takes 20 psychic damage",category:1},{id:"2691a1fc-5486-4ed6-930c-cb625e5ac531",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:32,defence:1},description:"",details:"4d8+7 psychic damage, and the target takes ongoing 10 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 5 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"4d8+7 psychic damage",category:1},{id:"c86e237f-61fa-45f1-b169-569f0a86125a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"a2c4b755-63c8-41c7-b9da-f2581dc59e06",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:32,defence:3},description:"",details:"targets enemies; 4d8+7 the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"4d8+7 the target is stunned until the end of the dragon’s next turn",category:1},{id:"8d18112b-0e7e-4996-a2f0-3cdf85bb1c7f",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 318 damage.",damage:"it also takes 318 damage",category:0}],damageModifiers:[{type:8,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7832832b-8f62-4cae-b4d2-dfb5d883d43c",name:"Azer Beastmaster",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:7,flag:0,leader:!0},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"battleaxe; chainmail; light shield",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:11},wisdom:{score:18},charisma:{score:16},hp:167,initiative:13,ac:32,fortitude:31,reflex:28,will:29,regeneration:null,auras:[{id:"93c29222-a704-4529-b7f4-31d662fa7527",name:"Warding Flame",keywords:"",details:"(Fire) Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage."}],powers:[{id:"25b763f1-7172-4ebe-a006-93be23d1fd8d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+5 damage plus 1d8 fire damage, and the target is marked until the end of the azer beastmaster’s next turn.",damage:"1d10+5 damage plus 1d8 fire damage",category:1},{id:"a523a5b5-9ebf-4279-a661-8149bf6adfcc",name:"On My Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each allied elemental beast within 5 squares of the azer beastmaster makes a basic attack as a free action, provided the elemental beast is flanking an enemy and can both see and hear the azer beastmaster.",damage:"Each allied elemental beast within 5 squares of the azer beastmaster makes a basic attack as a free action",category:1},{id:"55209ad4-8bc4-4071-8e10-1ac5cbc11932",name:"Induce Hellburst",action:{action:4,trigger:"when the azer beastmaster is bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All the allied firebred hellhounds within 5 squares of the azer beastmaster use their fiery burst power, even if it is currently uncharged.",damage:"All the allied firebred hellhounds within 5 squares of the azer beastmaster use their fiery burst power",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9afb8af-8fbb-4fa3-8bfc-074880ee0175",name:"Black Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"aquatic, dragon",level:2,role:{type:4,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 6 (clumsy), overland flight 8, swim 6",alignment:"Evil",languages:"Draconic",skills:"Nature +7, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:10},hp:68,initiative:10,ac:18,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"fbe2c9c1-a573-4a68-bc95-dfd9af9932cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage, and the target takes ongoing 5 acid damage (save ends).",damage:"1d6+3 damage",category:1},{id:"5b4d4424-57ef-43cc-af96-dc35f07a4e39",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"cfb0fe37-da00-452a-8739-5f58c7d9dfcb",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"b2086c0f-1eb7-4177-93af-be8f34978de0",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The wyrmling uses its tail to attack the triggering enemy: reach 2; 1d6+4 damage, and the target is pushed 1 square.",damage:"1d6+4 damage",category:5},{id:"32843f4b-b4ad-4989-88fc-04c4698d1561",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:6,defence:2},description:"",details:"1d12+3 acid damage, and the target takes ongoing 5 acid damage and a -4 penalty to AC (save ends both).",damage:"1d12+3 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10ae692b-8426-4de3-92e6-b367f7bbfd13",name:"Blade of the Pharoh",details:"",size:3,origin:4,type:0,keywords:"construct",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +20; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:23},intelligence:{score:3},wisdom:{score:23},charisma:{score:3},hp:1,initiative:20,ac:42,fortitude:41,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"8f98cee5-77c6-4d3e-b7ef-85dfb5bb687a",name:"Bronze Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 11 damage.",damage:"11 damage",category:1},{id:"0ecb8de4-33fa-4b71-9475-1256977dc122",name:"Breath of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"6 fire damage. Special: If a target takes breath of sand damage from multiple blades in the same round, this attack has additional effects. These effects are cumulative, and each requires a separate save.",damage:"6 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"7d54cec5-833a-4d11-8903-961b4a697ddc",name:"Bloodwind",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:23,role:{type:4,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 12",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +22, Stealth +21",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:21},intelligence:{score:21},wisdom:{score:22},charisma:{score:18},hp:800,initiative:20,ac:41,fortitude:39,reflex:38,will:38,regeneration:{value:20,details:"regeneration does not function while the bloodwind is exposed to sunlight"},auras:[],powers:[{id:"b3aa4c59-292f-437e-b48e-ecb16a37a189",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"e84752b1-d7f5-4cf6-92d0-2320b6f40e1c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"475a9752-7f52-43f2-a696-5875d490e231",name:"Hunger Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodwind makes a bite attack and two claw attacks. The claw attacks must target two different enemies.",damage:"",category:1},{id:"58ff1bac-78c1-40eb-a516-8afd91b0b9ae",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"The bloodwind targets up to three creatures; the first target must be within 10 squares of the bloodwind, the second target within 10 squares of the first, and the third target within 10 squares of the second; 4d8+7 necrotic damage, and the target is weakened (save ends). Miss: Half damage, and the target is not weakened. This attack does not provoke opportunity attacks.",damage:"4d8+7 necrotic damage",category:1},{id:"02f895e4-14a8-44bb-9194-239027c4e457",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The bloodwind’s breath weapon recharges, and the bloodwind uses it immediately.",damage:"",category:5},{id:"a98bca5a-67a2-4927-bdfc-d163a5831278",name:"Repelling Gaze",action:{action:4,trigger:"when an enemy attacks the bloodwind",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm",condition:"",range:"ranged 10",attack:{bonus:26,defence:3},description:"",details:"The bloodwind fixes the triggering enemy with its gaze; the target is dazed and is pushed 2 squares at the start of its turn (save ends both). This attack does not provoke opportunity attacks.",damage:"the target is dazed and is pushed 2 squares at the start of its turn (save ends both)",category:5},{id:"aa984c41-160d-4981-bb7a-6b955d5d7463",name:"Breath Leap",action:{action:7,trigger:"when the bloodwind uses its breath weapon",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bloodwind can teleport to any unoccupied space adjacent to one of the targets of its breath weapon, whether or not the attack hits.",damage:"",category:5},{id:"b1e30713-778e-455c-a4ee-4ea1607a9e96",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the bloodwind’s bite attack hits a target it has combat advantage against, the target also takes ongoing 20 damage and is weakened (save ends both).",damage:"the target also takes ongoing 20 damage and is weakened (save ends both)",category:0},{id:"06f991e8-f259-4209-9d95-23cdc937aa18",name:"Shadowy Discorporation",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The bloodwind teleports 10 squares and becomes invisible until the end of its next turn.",damage:"The bloodwind teleports 10 squares and becomes invisible until the end of its next turn",category:2},{id:"283bbb41-8239-40a5-9c9c-6a59dd2e9946",name:"Scent of Blood",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodwind automatically gains combat advantage against bloodied living creatures.",damage:"",category:0}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d291894b-03e0-44d7-8cf6-b4199e46f225",name:"Blue Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:0,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"7, fly 7 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +12, Insight +9, Nature +9",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:96,initiative:4,ac:18,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"05e03f7f-be6b-4bfe-a585-34445ac13bdb",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+5 lightning damage.",damage:"2d6+5 lightning damage",category:1},{id:"1f9af797-3cb9-4bba-b28d-43484651f6f4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"66e1acd5-e1d9-479b-975c-0e9a51c4727a",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes a gore attack and two claw attacks.",damage:"",category:1},{id:"3e3649b7-f8d1-4e6a-bbb6-68979b79a559",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"The wyrmling targets up to three creatures; the first target must be within 10 squares of the wyrmling, the second target within 5 squares of the first, and the third target within 5 squares of the second; 2d6+4 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d6+4 lightning damage",category:1},{id:"60acc937-8aff-47c1-be8b-4e305bdf2405",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:8,defence:2},description:"",details:"2d6+4 lightning damage. Miss: Half damage.",damage:"2d6+4 lightning damage",category:1}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7435ce45-149a-49c8-ab36-a33778784ccd",name:"Bluespawn Stormlizard",details:"",size:3,origin:4,type:1,keywords:"reptile",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:18},intelligence:{score:2},wisdom:{score:19},charisma:{score:6},hp:117,initiative:8,ac:21,fortitude:21,reflex:19,will:20,regeneration:null,auras:[{id:"74aa2cdf-c337-4b2f-9a76-0c5a200cc310",name:"Lightning Within",keywords:"",details:"aura 5; any ally within the aura gains resist 5 lightning."}],powers:[{id:"6d9788a5-f246-4d22-83a7-1c0dff58f272",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"5ae7f978-e436-4bb1-871d-7076844645b4",name:"Lightning Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The bluespawn stormlizard makes a charge attack; 3d10+5 lightning damage, and the target is knocked prone.",damage:"3d10+5 lightning damage",category:1},{id:"715f298c-9afb-495a-8e57-c4a1e61430fe",name:"Counterbolt",action:{action:4,trigger:"when an enemy attacks an ally and this stormlizard is within 5 squares of at least one other bluespawn stormlizard",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"ranged 6",attack:{bonus:10,defence:2},description:"",details:"The bluespawn stormlizard launches a lightning arc against the triggering enemy; 2d8+3 lightning damage.",damage:"2d8+3 lightning damage",category:5}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b186a886-ec3e-4ecc-88eb-3033d8770fe7",name:"Bone Mongrel Dracolich",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:7},wisdom:{score:11},charisma:{score:12},hp:218,initiative:7,ac:22,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"d87adbad-9d58-4968-8bb6-6aa6095bf603",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d8+6 necrotic damage, and the target takes ongoing 5 damage.",damage:"2d8+6 necrotic damage",category:1},{id:"762c3034-bdd7-4d16-8aaf-e298c6c53e0f",name:"Flensing Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The dracolich makes a bite attack against each of two different targets.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"d29df185-e6fb-4ead-858b-490108910c6a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"The dracolich unleashes a blast of bone shards: close blast 5",attack:{bonus:9,defence:2},description:"",details:"2d10+10 necrotic damage, and the target takes ongoing 5 damage (save ends). First Failed Saving Throw: The ongoing damage increases to 10.",damage:"2d10+10 necrotic damage",category:1},{id:"be66f70d-bdfe-4eea-9d58-efbe43654ab6",name:"Horrid Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target is pushed 3 squares and dazed (save ends).",damage:"the target is pushed 3 squares and dazed (save ends)",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"6a536404-3453-4c32-b0eb-d61be5b89d7a",name:"Bonespitter",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"10, climb 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:27},intelligence:{score:3},wisdom:{score:15},charisma:{score:8},hp:125,initiative:16,ac:28,fortitude:25,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"25096de6-d7e6-44c0-95bb-9c824465322e",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 1d12+9 damage, and the target is pushed 2 squares.",damage:"1d12+9 damage",category:1},{id:"49244f07-502b-42f1-bf2e-81b3b16b50fa",name:"Bone Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:0},description:"",details:"2d6+6 damage, and the target is immobilized (save ends).",damage:"2d6+6 damage",category:1},{id:"56bf95fd-d7e7-40c6-9baf-347d09160cda",name:"Bone Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"Close blast 10",attack:{bonus:23,defence:0},description:"",details:"3d10+6 damage, and the target is immobilized (save ends). The bonespitter can teleport to any square within the blast’s area. Miss: Half damage, and the target is not immobilized.",damage:"3d10+6 damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f8baf611-e367-4749-b957-6eacd6a518ed",name:"Brown Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:2,role:{type:4,flag:1,leader:!1},senses:"Perception +3; darkvision, tremorsense 10",movement:"7, burrow 6, fly 4 (hover)",alignment:"Evil",languages:"Draconic",skills:"Endurance +8, Stealth +7",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:12},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:64,initiative:6,ac:19,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"8a9c4204-5068-43c8-ae33-a00496478e92",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"4a1a8b4f-5cb7-44b0-be44-70243d30fc83",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"a38bdcda-541e-48ed-a980-117742dc317d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"183b2787-24a6-4795-9196-13c5e76da03e",name:"Sand Spray",action:{action:4,trigger:"when an enemy targets the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"ranged 10",attack:{bonus:6,defence:2},description:"",details:"The wyrmling attacks the triggering enemy; 1d6+1 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d6+1 damage",category:5},{id:"aae137b7-16ee-47cd-ae61-32e5a19a7aea",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:6,defence:1},description:"",details:"2d8+2 damage, and the target is blinded (save ends).",damage:"2d8+2 damage",category:1},{id:"249a6bb2-c07b-45f6-992c-18dc552c1576",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The wyrmling transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 1d6 + 4 damage and is blinded (save ends). The wyrmling returns to its normal form after this move.",damage:"any creature whose space the dragon enters takes 1d6 + 4 damage and is blinded (save ends)",category:2},{id:"3671bb6c-9d8b-4472-8f3d-73d9a1d07f78",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling deals 1d6 extra damage against any target it has combat advantage against.",damage:"the wyrmling deals 1d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d25315ac-2ae5-439f-8495-2ff2b775895c",name:"Brownspawn Marauder",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6 (earth walk)",alignment:"Evil",languages:"Draconic",skills:"Nature +9",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:58,initiative:8,ac:18,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ab3da2c8-ced7-45d2-9814-28266f405991",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"208e3dfd-be21-402c-aaf9-5a7a5e9a1273",name:"Bleeding Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d8+4 damage",category:1},{id:"b1387507-7888-4945-8f0e-26c59d8cb40b",name:"Sirocco Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 6",attack:{bonus:7,defence:2},description:"",details:"1d6+4 damage, and the target is blinded (save ends).",damage:"1d6+4 damage",category:1},{id:"1ba995b3-6337-449e-b117-d149532c19b2",name:"Bloodied Sirocco Strike",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder’s sirocco strike recharges, and the creature uses it immediately.",damage:"",category:5},{id:"1063e0b8-a8eb-447d-8b03-0c6ed3378cd2",name:"Sand Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brownspawn marauder transforms into a cloud of sand and can move up to 8 squares. It gains the insubstantial quality during this move but must end in a legal space. It resumes its normal form at the end of this move.",damage:"The brownspawn marauder transforms into a cloud of sand and can move up to 8 squares",category:2}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"022f2d5f-fd8c-4c72-8de9-0d5b1ddff259",name:"Burning Vortex",details:"",size:3,origin:4,type:0,keywords:"construct, fire",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +18; tremorsense 5",movement:"8, fly 10 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:30},intelligence:{score:9},wisdom:{score:25},charisma:{score:12},hp:207,initiative:21,ac:36,fortitude:32,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"0119985e-836e-41b4-aeff-e4565a2eb052",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+8 fire damage, and the target slides 3 squares.",damage:"2d10+8 fire damage",category:1},{id:"64e4591b-8a4f-4331-8d05-b7f290c5f2a8",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 5",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 1d10+4 fire damage, and the target slides 3 squares.",damage:"1d10+4 fire damage",category:1},{id:"8da511cc-0ef2-4d74-9ed7-f37c539bd4d6",name:"Waves of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"targets enemies; 2d10+8 fire damage, and the target is knocked prone.",damage:"2d10+8 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"b5a93600-bbb4-4423-870b-551551b31eab",name:"Deathless Hunger",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:17,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:12},intelligence:{score:1},wisdom:{score:13},charisma:{score:6},hp:336,initiative:11,ac:34,fortitude:32,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"6f352fc3-3038-4daa-ba3a-e898454667f9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+8 damage, and a Medium or smaller target is grabbed (until escape). A deathless hunger cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8+8 damage",category:1},{id:"6e6f28ea-8524-43fa-9060-e1f380b439ee",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"If a deathless hunger begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature; 2d8+8 damage. Miss: Half damage.",damage:"2d8+8 damage",category:1},{id:"4ec560a5-f7c5-43f0-8b3f-cb0d21d84a8d",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"on a hit, the target is swallowed and restrained (no saving throw) and takes 10 damage plus 10 acid damage on subsequent rounds at the start of the deathless hunger’s turn. The swallowed creature can make melee basic attacks only, and only with one-handed or natural weapons. If the deathless hunger is destroyed, any creature trapped in its gullet can escape as a move action, ending that action in a square formerly occupied by the deathless hunger.",attack:{bonus:22,defence:1},description:"",details:"The deathless hunger attempts to swallow a bloodied Medium or smaller creature it is grabbing",damage:"",category:1},{id:"829259b6-1e7b-4af5-9e5e-beeff7525e79",name:"Blood Gout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when the deathless hunger swallows a creature"},keywords:"Acid",condition:"",range:"Area burst 2 within 10",attack:{bonus:22,defence:2},description:"",details:"2d6+7 acid damage, and the target is knocked prone and takes a -2 penalty to all defenses and ongoing 10 acid damage (save ends both).",damage:"2d6+7 acid damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"20 against critical hits, radiant (a deathless hunger that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"e715c149-1980-48a5-8026-dd91d7b8f320",name:"Dragonborn Annihilator",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:29,role:{type:7,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"History +24, Insight +28, Intimidate +32, Religion +27",equipment:"greatsword; plate armor",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:30},intelligence:{score:26},wisdom:{score:29},charisma:{score:32},hp:0,initiative:26,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[{id:"49ce60db-725e-41c7-bb4e-907f3ddae81e",name:"Tiamat’s Favor",keywords:"",details:"(Acid, Cold, Fire, Lightning, or Poison) aura 5; any enemy that starts its turn within the aura takes 20 damage of one of the following types: acid, cold, fire, lightning, or poison. The annihilator chooses which type at the start of its turn."}],powers:[{id:"3fae50e0-1e60-4217-9b6c-85db997a6edd",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"(+37 while bloodied)3d10+10 damage.",damage:"(+37 while bloodied)3d10+10 damage",category:1},{id:"81264268-57e7-442f-bbff-7e192119bd54",name:"Dragonborn Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Requires greatsword; the annihilator makes two greatsword attacks, each against a different target.; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"4212be65-7c5f-4f6b-8bc0-d57bcf860d37",name:"Punishing Strike",action:{action:4,trigger:"when an enemy attacks the annihilator with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Requires greatsword; the annihilator attacks the triggering enemy; (+37 while bloodied)3d10+10 damage, and the target is pushed 5 squares and knocked prone.",damage:"(+37 while bloodied)3d10+10 damage",category:5},{id:"bbb3d662-c8a0-473e-a5e0-7cd8719bf70b",name:"Conflagration Breath",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Close blast 5",attack:{bonus:32,defence:2},description:"",details:"(+33 while bloodied)4d10+9 fire damage, and the target takes ongoing 10 fire damage (save ends). The blast creates a zone that lasts until the end of the annihilator’s next turn (sustain minor). Any creature that enters or starts its turn in the zone takes 10 fire damage.",damage:"(+33 while bloodied)4d10+9 fire damage",category:1},{id:"a4480a7e-691c-40d4-bc10-abbebc2e6b9b",name:"Fury of the Dragon",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"Close burst 6",attack:{bonus:34,defence:2},description:"",details:"targets enemies; (+35 while bloodied)4d10+6 damage of one of the following types: acid, cold, fire, lightning, or poison.",damage:"(+35 while bloodied)4d10+6 damage of one of the following types",category:5},{id:"d3212c2d-6caf-494e-93d9-169570a735bd",name:"Sweeping Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:34,defence:2},description:"",details:"Requires greatsword; (+35 while bloodied)2d10+10 damage, and the target is knocked prone.",damage:"(+35 while bloodied)2d10+10 damage",category:1},{id:"f7450048-2263-4b39-9a11-3d187f21053e",name:"Chromatic Boon",action:{action:5,trigger:"when an enemy attacks the annihilator",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The annihilator gains resist 30 to one of the following damage types until the end of the encounter: acid, cold, fire, lightning, or poison.",damage:"the annihilator gains resist 30 to one of the following damage types until the end of the encounter",category:5},{id:"d4b64d43-6514-4ad2-a8ea-748e552a1397",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"6e4cdd00-7393-4762-a012-6bb0dc7b97af",name:"No Remorse",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The annihilator deals 2d10 extra damage with melee attacks against a prone target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b99ed0dd-2239-4181-997e-58fba6355c04",name:"Dragonborn Bloodreaver",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"History +11, Intimidate +12",equipment:"bastard sword; heavy shield; scale armor",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:14},intelligence:{score:13},wisdom:{score:17},charisma:{score:14},hp:168,initiative:12,ac:32,fortitude:30,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"7fcac045-5a0e-4173-bb38-b50b8179e7e2",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"(+23 while bloodied)2d10+5 damage.",damage:"(+23 while bloodied)2d10+5 damage",category:1},{id:"3cb67448-dd6f-4234-a2ac-eabbe903585e",name:"Vicious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires bastard sword; (+23 while bloodied)2d10+5 damage, and the target is pushed 1 square and takes ongoing 5 damage (save ends).",damage:"(+23 while bloodied)2d10+5 damage",category:1},{id:"cbc4c990-d999-4b03-92cc-09186015c9b1",name:"Bloodreaver Wrath",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"The dragonborn bloodreaver gains regeneration 10.",damage:"The dragonborn bloodreaver gains regeneration 10",category:0},{id:"a65fbe0a-24b2-499b-87ff-da7c5ac11d3f",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"46ba6cfe-5f8b-4eb0-8a2c-dfffa320c301",name:"Leap from the Kill",action:{action:7,trigger:"when the bloodreaver hits with a melee attack during its turn",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn bloodreaver shifts 3 squares.",damage:"The dragonborn bloodreaver shifts 3 squares",category:5},{id:"816f7260-7885-4ada-94f9-499e4d91eae2",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the dragonborn bloodreaver ends its move at least 4 squares away from its starting point, it deals 2d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"03fa4f57-ea5f-4d3f-a420-b8bc481e8d6b",name:"Dragonborn Fire Adept",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"Arcana +16, History +16, Intimidate +21",equipment:"hide armor",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:22},intelligence:{score:18},wisdom:{score:17},charisma:{score:24},hp:151,initiative:13,ac:28,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"6c76363b-f3e7-47e2-bfb9-a139b9430212",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)1d6+6 fire damage.",damage:"(+20 while bloodied)1d6+6 fire damage",category:1},{id:"d4ac46ae-f8aa-48d9-aeb2-b41fcd488a8f",name:"Immolate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:18,defence:1},description:"",details:"(+19 while bloodied)1d6+7 fire damage, and the target takes ongoing 5 fire damage and is slowed (save ends both).",damage:"(+19 while bloodied)1d6+7 fire damage",category:1},{id:"525342be-93ec-45f8-92b1-55074d614cc6",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"(+20 while bloodied)3d6+6 fire damage.",damage:"(+20 while bloodied)3d6+6 fire damage",category:3},{id:"14057fee-c579-45c2-b1e0-6fbedad48ae8",name:"Fiery Denial",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Fire",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Area wall 5 within 10; (-19 while bloodied)2d6+7 fire damage. Miss: Half damage. This power creates a wall of contiguous squares filled with arcane fire. The wall can be up to 4 squares high and lasts until the end of the fire adept’s next turn (sustain minor). Any creature that starts its turn adjacent to the wall takes 5 fire damage. If a creature moves into the wall’s space or starts its turn there, it takes 10 fire damage. Entering a square occupied by the wall costs 3 extra squares of movement. The wall blocks line of sight.",damage:"(-19 while bloodied)2d6+7 fire damage",category:1},{id:"82e5188d-983e-460b-ac47-97a0d4a0f0d1",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"ac2a19be-188c-4bb7-8c5f-1b0f409eea13",name:"Shroud of Flame",action:null,keywords:"Fire",condition:"",range:"Any creature that makes a melee attack against a fire adept takes 5 fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:2,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"38460988-7ffb-4e1a-a0f0-79903cbabb1c",name:"Dragonborn Sellsword",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"History +2, Intimidate +3",equipment:"battleaxe; leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:38,initiative:6,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"88ed8b5f-2365-48ae-9446-fc9e918f3be4",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"(+8 while bloodied)1d10+4 damage.",damage:"(+8 while bloodied)1d10+4 damage",category:1},{id:"9875b3f5-3ae7-466c-9cb9-4f857e880335",name:"Overwhelming Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires battleaxe; (+8 while bloodied)1d10+4 damage, and the target grants combat advantage to the dragonborn sellsword until the end of the sellsword’s next turn.",damage:"(+8 while bloodied)1d10+4 damage",category:1},{id:"217f2d45-5faf-4f44-908a-5217a30d8955",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:5,defence:2},description:"",details:"(+6 while bloodied)1d6+2 lightning damage.",damage:"(+6 while bloodied)1d6+2 lightning damage",category:3},{id:"234d9f96-4019-4ef7-a2a6-cedd8b9bc6c7",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"6a4ebc72-afd7-4c1b-817d-a427e9a46053",name:"Skirmish +1d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the dragonborn sellsword ends its move at least 4 squares away from its starting point, it deals 1d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0},{id:"e6dcce1d-4970-47e3-95af-713bcbe7526a",name:"Tactical Withdrawal",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn sellsword shifts 3 squares.",damage:"The dragonborn sellsword shifts 3 squares",category:5}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5a937828-2174-4cfa-9058-a104098cb387",name:"Dragonborn Warmaster",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +13",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +22, History +18, Insight +18, Intimidate +24",equipment:"falchion; plate armor",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:13},intelligence:{score:14},wisdom:{score:15},charisma:{score:22},hp:432,initiative:14,ac:41,fortitude:38,reflex:37,will:37,regeneration:null,auras:[{id:"e98e1703-5ed6-4b99-bf7a-6e328e0a6b86",name:"Battle Tide",keywords:"",details:"aura 6; any ally that starts its turn within the aura gains +2 speed until the start of its next turn."}],powers:[{id:"c663e57a-7ea2-482f-bfec-e5e1ed668938",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"(+31 while bloodied)4d4+9 damage (crit 4d4+25).",damage:"(+31 while bloodied)4d4+9 damage (crit 4d4+25)",category:1},{id:"a8dfb8f1-c57c-40c4-8f3a-35d0eba55ab0",name:"Single Out",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Requires falchion; (+31 while bloodied)4d4+9 damage, and allies of the warmaster gain a +2 bonus to attack rolls and damage rolls made against the target until the start of the warmaster’s next turn.",damage:"(+31 while bloodied)4d4+9 damage",category:1},{id:"a3a2a50e-9643-4941-9ff9-5c721d224374",name:"Superior Tactics",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 6",attack:null,description:"",details:"an ally within range shifts 1 square.",damage:"an ally within range shifts 1 square",category:3},{id:"591f4054-b7b5-48bf-9ed8-563c6dad2d85",name:"Tiamat’s will",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"recharge the breath weapon of a dragon or dragonborn.",damage:"",category:1},{id:"f1d7da84-3e43-419f-8331-5fd16bdb609d",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"Close blast 10",attack:{bonus:28,defence:2},description:"",details:"(+29 while bloodied)3d8+9 damage of one of the following types: acid, cold, fire, lightning, or poison (choose one type per use).",damage:"(+29 while bloodied)3d8+9 damage of one of the following types",category:3},{id:"bdc35989-d7e5-4471-b4cb-05d33e41fc76",name:"To Me!",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"allies within the burst can shift 2 squares toward the warmaster.",damage:"allies within the burst can shift 2 squares toward the warmaster",category:5},{id:"36327ce6-666e-4fdd-958c-8a394b91d405",name:"Chromatic Boon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"",attack:null,description:"",details:"The dragonborn warmaster gains resist 10 to one of the following damage types until the end of the encounter: acid, cold, fire, lightning, or poison.",damage:"the dragonborn warmaster gains resist 10 to one of the following damage types until the end of the encounter",category:1},{id:"bb770567-e2e4-4d11-a9ef-75ebfe8006a8",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d485b8b9-ab84-4a15-bdd9-85b424e47a98",name:"Dragonkin Defender",details:"",size:1,origin:4,type:2,keywords:"reptile",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +6, Thievery +6",equipment:"longsword; scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:13},charisma:{score:16},hp:70,initiative:6,ac:22,fortitude:18,reflex:16,will:19,regeneration:null,auras:[],powers:[{id:"f3b54c9e-efa5-4dac-be10-4351e3497d71",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+3 damage, and the target is marked until the end of the defender’s next turn.",damage:"1d8+3 damage",category:1},{id:"bf50c4af-7996-4578-8d24-9b5799558c2b",name:"None Shall Pass",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires longsword; 2d8+3 damage, and the target is immobilized and takes a -2 penalty to all defenses (save ends both).",damage:"2d8+3 damage",category:1},{id:"7cccd2d7-bf53-4e12-9027-14a1505d75c4",name:"For the Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The defender gains a +1 bonus to attack rolls while it is within 5 squares of a dragon.",damage:"The defender gains a +1 bonus to attack rolls while it is within 5 squares of a dragon",category:0},{id:"4189743e-ddf7-4dfd-b060-69b7be2a6bad",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The defender shifts 1 square.",damage:"The defender shifts 1 square",category:3},{id:"f3936cf0-2746-4182-b00f-e83758a0aa95",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The defender gains a +2 bonus to all defenses against traps.",damage:"The defender gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c10860f1-f7e2-4c52-bb6f-0c0e8149f38c",name:"Dragonkin Sentry",details:"",size:1,origin:4,type:2,keywords:"reptile",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11, Thievery +6",equipment:"scale armor; spear",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:18},charisma:{score:10},hp:63,initiative:6,ac:19,fortitude:16,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"6b415262-7ab2-4a1f-aaeb-5f4fcbc61dc9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"8dfa1521-0c2d-47f5-b31d-90381fe84c8b",name:"Mighty Dragon Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires spear; 1d8+3 damage, and ongoing 5 fire damage (save ends).",damage:"1d8+3 damage",category:1},{id:"4e04117a-0bec-4915-9ebb-6559ae6827cb",name:"Telepathic Warning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentry sends a warning to its dragon master, which cannot be more than 1 mile away. The sentry automatically sends out its warning when it is reduced to 0 hit points, whether or not it has previously used this power.",damage:"which cannot be more than 1 mile away",category:1},{id:"2458dfa5-b3da-44cd-82d6-891e0d611fb5",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentry shifts 1 square.",damage:"The sentry shifts 1 square",category:3},{id:"c6e3bdb3-1afb-47ac-9a56-594105f637d0",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentry gains a +2 bonus to all defenses against traps.",damage:"The sentry gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68798b56-a258-4370-8d16-ef106b372929",name:"Dreambreath Dracolich",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +19, Insight +18, Intimidate +19",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:19},intelligence:{score:20},wisdom:{score:18},charisma:{score:20},hp:905,initiative:13,ac:36,fortitude:34,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"5b3d188c-d827-44a2-ab7b-b168d85d3e54",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"bd82b9fb-b133-40b0-b803-664ccad88ae3",name:"Nightmare Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The dracolich makes a bite attack against each of two different targets.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"873d319d-b4be-4e8b-a5a4-3642996288ce",name:"Nightmare Gaze",action:{action:5,trigger:"when an enemy attacks the dreambreath",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Gaze, Psychic",condition:"",range:"2d6+6 psychic damage, and the target makes a melee or ranged basic attack (dragon’s choice) as a free action against a randomly chosen adjacent ally.",attack:{bonus:24,defence:3},description:"",details:"The dreambreath dracolich fixes the triggering enemy with its gaze",damage:"",category:5},{id:"1c4277af-8801-47c9-be00-a1c014712835",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Sleep",condition:"",range:"Close blast 5",attack:{bonus:24,defence:3},description:"",details:"the target falls unconscious (save ends). Each Failed Saving Throw: The target takes 10 psychic damage and loses its lowest-level, unused encounter power until the end of the encounter.",damage:"the target takes 10 psychic damage and loses its lowest-level",category:1},{id:"c082c1cc-9310-49c9-b06c-b530ed74876a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Sleep",condition:"",range:"",attack:null,description:"",details:"The dreambreath dracolich’s breath weapon recharges, and the dracolich uses it immediately.",damage:"",category:5},{id:"827b1a55-4843-42dd-8f5f-03e5748339c9",name:"Nightmare Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Sleep",condition:"",range:"Close burst 10",attack:{bonus:24,defence:3},description:"",details:"targets enemies; the target is immobilized (save ends). First Failed Saving Throw: The target falls unconscious (save ends).",damage:"",category:1},{id:"32941a8e-0fd9-410b-ac41-a4b0543daab5",name:"Nightmare Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:3},description:"",details:"2d8+8 psychic damage, and the target is pushed 5 squares and is dazed (save ends).",damage:"2d8+8 psychic damage",category:1},{id:"950e385b-7d0a-4ca9-98df-c5307081ed66",name:"Nightmare Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dreambreath dracolich moves up to its speed. It gains the insubstantial and phasing qualities during this move.",damage:"",category:2}],damageModifiers:[{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"7b96d28f-412d-4e8b-9f77-d488406b8102",name:"Elder Brown Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:16,role:{type:4,flag:2,leader:!1},senses:"Perception +12; darkvision, tremorsense 20",movement:"10, burrow 8, fly 7 (hover), overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +17, Stealth +16",equipment:"",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:17},intelligence:{score:17},wisdom:{score:19},charisma:{score:15},hp:775,initiative:15,ac:34,fortitude:34,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"8176ece2-8648-498a-b900-feb339c481b1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"063877d9-1298-4b16-ae66-6c015ef2b357",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a51b207a-0fe0-4306-8655-e1969bff387d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"97743c48-7eae-4049-aba0-65171dca299b",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"targets the triggering enemy; 2d8+3 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"2d8+3 damage",category:5},{id:"1dd51e24-a02c-4695-a691-b55cdf1cac13",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 10",attack:{bonus:19,defence:1},description:"",details:"3d10+4 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 10 damage. The area blocks line of sight for all creatures except the dragon.",damage:"3d10+4 damage",category:1},{id:"016f5cc7-9d8c-4563-b5c0-8f9ee3b9c291",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"4ce46d29-73b3-4e77-bf9b-2178da457db7",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d2bbcca7-f239-4d60-82a2-95e23ce19da9",name:"Quicksand Vortex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:19,defence:1},description:"",details:"the target slides 2 squares and is slowed until the end of the dragon’s next turn.",damage:"the target slides 2 squares and is slowed until the end of the dragon’s next turn",category:3},{id:"b3e19981-1f86-4721-963b-ed98a4c087c4",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 2d6 + 4 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 2d6 + 4 damage and is blinded (save ends)",category:2},{id:"0fcc560f-afe0-4545-a9a4-125841c42807",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 3d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 3d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e510cd7b-e2e1-4715-acd1-dd0c3543b28f",name:"Elder Deathmask Dragon",details:"",size:4,origin:1,type:1,keywords:"demon, dragon",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"9, climb 9 (spider climb), fly 8 (hover), overland flight 18 phasing",alignment:"Evil",languages:"Abyssal, Draconic",skills:"Bluff +24, Dungeoneering +21, Intimidate +24",equipment:"",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:23},intelligence:{score:22},wisdom:{score:22},charisma:{score:28},hp:980,initiative:16,ac:39,fortitude:36,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"d7f9354a-61a0-43d8-9fb8-9eeb02663f2c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d68+5 damage, and the target takes ongoing 20 necrotic damage (save ends).",damage:"2d68+5 damage",category:1},{id:"5775397c-3941-4a35-8ab8-604556545aa3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"8cde2522-b8af-4ac7-9389-afb77fca9540",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"99d76547-47a3-42b2-bb83-090f2e220477",name:"Mask of Dread",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 20",attack:{bonus:24,defence:3},description:"",details:"2d6+9 psychic damage. Until the end of the dragon’s next turn, when the target deals damage, it takes psychic damage equal to half the amount dealt.",damage:"2d6+9 psychic damage",category:3},{id:"bc2847ab-a9a0-4974-9c6d-190afb400d75",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 10",attack:{bonus:25,defence:1},description:"",details:"3d8+5 necrotic damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"3d8+5 necrotic damage",category:1},{id:"0c43730d-41fa-4641-bc69-497181da8594",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"169e982b-0627-419c-bfb4-ddaa3ec8cd0e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"f0c69c16-6f25-4d1d-8304-74588a23f819",name:"Wall of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Area burst 5 within 10",attack:{bonus:24,defence:3},description:"",details:"4d6+9 psychic damage. When the target deals damage, it takes psychic damage equal to half the amount dealt (save ends).",damage:"4d6+9 psychic damage",category:1}],damageModifiers:[{type:6,value:-35}],resist:"30 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"bb5568d2-5353-40b6-8cb4-34b1b75eaee4",name:"Elder Dragon Eel",details:"",size:4,origin:1,type:1,keywords:"aquatic, dragon",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"swim 8, fly 8 (hover)",alignment:"Unaligned",languages:"Draconic, Primordial",skills:"Intimidate +14",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:13},wisdom:{score:16},charisma:{score:14},hp:302,initiative:13,ac:33,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"2cb4a253-d3de-47f5-a1fa-1d97b7dcaed2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+3 damage plus 1d6 lightning damage, and the target is grabbed (until escape). A dragon eel cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8+3 damage plus 1d6 lightning damage",category:1},{id:"539fe9b2-f276-40b8-bc67-eecd7d78dc49",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"26303cda-97f6-4321-b37e-076adbc18d14",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"If a dragon eel begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature; 2d8+3 damage plus 1d6 lightning damage. Miss: Half damage.",damage:"2d8+3 damage plus 1d6 lightning damage",category:1},{id:"8e7077ae-4501-408c-aa96-a905a683cdea",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon eel makes two tail slap attacks.",damage:"",category:1},{id:"0b2618a8-c99b-45ca-93d3-606dc26b41cb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"The dragon eel targets up to two creatures with its lightning breath; the first target must be within 10 squares of the dragon eel, and the second target within 10 squares of the first; 2d12+10 lightning damage. Miss: Half damage.",damage:"2d12+10 lightning damage",category:1},{id:"cb5573a8-3cb5-4808-a689-d6b1cc230a32",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"on a hit, the target is swallowed and restrained (no saving throw) and takes 10 damage plus 10 lightning damage on subsequent rounds at the start of the dragon eel’s turn. The swallowed creature can make melee basic attacks only, and only with one-handed or natural weapons. If the dragon eel dies, any creature trapped in its gullet can escape as a move action, ending that action in a square formerly occupied by the dragon eel.",attack:{bonus:21,defence:1},description:"",details:"The dragon eel attempts to swallow a bloodied Medium or smaller creature it is grabbing",damage:"",category:1}],damageModifiers:[{type:2,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0b346fcb-2e5d-4c97-8c56-17a12ca692fb",name:"Elder Gray Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:18,role:{type:7,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +18, Intimidate +17",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:18},wisdom:{score:20},charisma:{score:17},hp:865,initiative:15,ac:36,fortitude:35,reflex:33,will:33,regeneration:null,auras:[{id:"d159d6fa-7af1-44b4-9432-98057779d0bf",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"93bc3b24-7c03-40e6-99c6-91d9840c68e2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d10+7 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"2d10+7 damage",category:1},{id:"46c66daa-4436-4235-9caf-90f71bf1337a",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 1d10+7 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d10+7 damage",category:1},{id:"48983567-ca2b-4ad1-ab0c-dca7f1282025",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"94b4bfa3-5d4a-4adb-922c-27125e506951",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"061a701b-a0b8-4937-aad2-f2c1b2ae3503",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"2d10+5 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"2d10+5 acid damage",category:1},{id:"baa478bc-0ce5-4f3e-88fd-46c1b0b02641",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"a356b837-ce15-4898-b54f-b25412900f58",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8029fef4-2d11-48d2-8e5c-b9b02d19fff5",name:"Stone’s Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:24,defence:1},description:"",details:"targets immobilized enemies; the target is petrified (save ends). Aftereffect: The target is immobilized (save ends). A creature that fails a saving throw against this immobilized condition becomes petrified again as if hit by the stone’s embrace power, including this aftereffect.",damage:"",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d95af5a9-6df5-4e92-b88a-bea4516fd8d1",name:"Elder Purple Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"9, fly 9 (hover), overland flight 18 phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +22, Diplomacy +22, Dungeoneering +19, Insight +19, Intimidate +22",equipment:"",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:22},intelligence:{score:21},wisdom:{score:21},charisma:{score:27},hp:895,initiative:15,ac:37,fortitude:33,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"4324e7a7-714a-4c5b-b0d7-8d97a0f13335",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d6+4 damage, and the target takes ongoing 15 psychic damage (save ends).",damage:"2d6+4 damage",category:1},{id:"adffd9ce-1705-4bc3-bd89-8308aa2f0219",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"226e9e8f-13c4-4bbe-82cf-611932e4d0ee",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"7b594877-cf9e-4334-ad6b-3cdf9f3bfc04",name:"Phasing Strike",action:{action:4,trigger:"when an enemy ends its turn within 3 squares of the dragon",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"The dragon attacks the triggering enemy; reach 3; 2d6+4 psychic damage, and the target is pushed 5 squares. The target gains the phasing quality during this forced movement.",damage:"2d6+4 psychic damage",category:5},{id:"754ad2c6-04b5-4ae2-b2f1-d54a051a52ef",name:"Nightmare Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze, Psychic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated (save ends). A creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect).",damage:"a creature dominated by this effect must attack an ally on its turn or take 20 psychic damage at the end of its turn (even if it saves against this effect)",category:3},{id:"80527cd7-ddf5-4202-af88-1ba555d20082",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:23,defence:1},description:"",details:"2d10+8 psychic damage, and the target takes ongoing 10 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 5 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"2d10+8 psychic damage",category:1},{id:"1fdd9ff3-7278-4e49-8110-423ec623d92b",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"d387ad02-c441-4a0a-bfe6-49f14c00573c",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"236f1ee4-5585-44e7-97dd-e39a1bab4187",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 223 damage.",damage:"it also takes 223 damage",category:0}],damageModifiers:[{type:8,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22ebbd0e-7a19-4d84-b0e4-570d28e6217b",name:"Elder Pyroclastic Dragon",details:"",size:4,origin:1,type:1,keywords:"dragon, fire",level:21,role:{type:2,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"9, burrow 6, climb 6, fly 6 (clumsy), overland flight 18",alignment:"Evil",languages:"Draconic, Primordial",skills:"Athletics +23, Endurance +22",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:19},intelligence:{score:11},wisdom:{score:19},charisma:{score:13},hp:1220,initiative:14,ac:36,fortitude:36,reflex:32,will:34,regeneration:null,auras:[{id:"d0fe8c9f-cea0-4467-873f-a029f9aefa2b",name:"Venomous Heat",keywords:"",details:"(Fire, Poison) aura 5; any creature that enters the aura or starts its turn within the aura takes 10 fire damage and 10 poison damage."}],powers:[{id:"e9dd9c95-9aee-4318-b40d-0b482aba130e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+8 damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d8+8 damage",category:1},{id:"7f14ee6c-c2a1-4f7e-b8e3-a63d26f55e5f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"4839da12-1764-41c0-898f-c950e77d76b2",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"68cbff3a-0a55-4d25-8918-cad203a441c2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 8",attack:{bonus:22,defence:2},description:"",details:"3d12+8 fire damage, and the target is blinded and takes ongoing 5 fire damage (save ends both). First Failed Saving Throw: The target is slowed (save ends). Aftereffect: The target is restrained (save ends).",damage:"3d12+8 fire damage",category:1},{id:"ac441418-df2e-4749-ade7-6ef65b83f10f",name:"Bloodied",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"1fc03f2b-ad66-4650-b3cd-feed013dd4e6",name:"Eruption",action:{action:4,trigger:"when an enemy attacks the dragon with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5, which must include the triggering enemy",attack:{bonus:22,defence:2},description:"",details:"4d6+8 fire damage, and the target is pushed 3 squares and knocked prone.",damage:"4d6+8 fire damage",category:5},{id:"98df2d9a-b0f8-4d22-ac1e-3b48e2f66653",name:"Tremors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:22,defence:2},description:"",details:"2d6+8 damage, and the target is knocked prone.",damage:"2d6+8 damage",category:1}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"7a91877e-27b7-41d9-9222-98c4d8141f16",name:"Elder Shadow Dragon",details:"",size:4,origin:5,type:1,keywords:"dragon",level:24,role:{type:4,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 10 (hover), overland flight 20, swim 10",alignment:"Evil",languages:"Draconic",skills:"Intimidate +20, Stealth +26",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:29},intelligence:{score:18},wisdom:{score:21},charisma:{score:17},hp:1100,initiative:25,ac:41,fortitude:37,reflex:41,will:37,regeneration:null,auras:[],powers:[{id:"a7f48e8f-c7e3-4318-bb5b-4e54d57e08c1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and the target is weakened (save ends).",damage:"2d10+9 damage",category:1},{id:"2ce90c0a-96e5-4fdf-ac7f-265ba5f01707",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 1d10+9 damage.",damage:"1d10+9 damage",category:1},{id:"0e5a5133-ebf3-4468-a474-144529c055a5",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"ddd290da-8627-4a4f-b2c3-efa0b6e0d16b",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"The dragon uses its tail to attack the triggering enemy; 2d8+9 damage.",damage:"2d8+9 damage",category:5},{id:"6c17f1b4-e63a-4acb-bbf3-547dbe08e6a2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"2d12+5 necrotic damage, and the target loses one healing surge and is weakened (save ends). Aftereffect: The target’s necrotic resistance is negated until the end of the encounter. Miss: Half damage, and the target does not lose a healing surge.",damage:"2d12+5 necrotic damage",category:1},{id:"9be98e26-6c4d-4d6c-a577-120c876fb7e0",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"0fb0c4a0-0bdc-4d47-ba42-736341093f03",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b1cc5b44-d691-4ad8-abb7-6e63e5d28a4d",name:"Globe of Darkness",action:{action:3,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 20",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:3},{id:"bd97a96b-37fc-4384-951a-42983bec35f4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow dragon deals 4d6 extra damage against a target it has combat advantage against.",damage:"the shadow dragon deals 4d6 extra damage against a target it has combat advantage against",category:0},{id:"637cf126-fc8a-4dbb-b468-be0c0a30e589",name:"Shadow Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"A shadow dragon that is in at least one square of a globe of darkness can teleport to any other globe of darkness within line of sight. It must end this move in at least one square of that globe of darkness.",damage:"",category:2}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"radiant (whenever a shadow dragon takes radiant damage, one of its globes of darkness ends)",immune:"",tactics:""},{id:"32270ca2-5045-4d6a-a76f-56718d0af0bc",name:"Elder Tempest Dragon",details:"",size:3,origin:1,type:1,keywords:"aquatic, dragon",level:18,role:{type:7,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"9, fly 6 (clumsy), overland flight 18, swim 8 phasing",alignment:"Unaligned",languages:"Draconic, Primordial",skills:"Athletics +22",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:17},hp:875,initiative:15,ac:35,fortitude:35,reflex:33,will:30,regeneration:null,auras:[{id:"cf6a3609-c8d2-4d8d-bcd0-ced8c8d7444e",name:"Watery Aura",keywords:"",details:"aura 5; enemies treat the area within the aura as difficult terrain. Any enemy that enters the aura or starts its turn within the aura takes 10 damage and is dazed until the end of the tempest dragon’s next turn."}],powers:[{id:"0bbad757-2c1d-48d7-9ba5-19d7c88af95e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d12+7 damage plus 1d10 lightning damage, and the target is dazed until the end of the tempest dragon’s next turn.",damage:"2d12+7 damage plus 1d10 lightning damage",category:1},{id:"d2f43468-ce22-4044-87cd-6ffb555bc7e1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The dragon makes two bite attacks.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"76d1d5db-d6fa-4d5f-865c-8c26a636f3a2",name:"Lightning Discharge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close burst 10",attack:{bonus:21,defence:2},description:"",details:"(+23 against creatures in the dragon’s watery aura)4d6+8 lightning damage, and the target is dazed (save ends).",damage:"(+23 against creatures in the dragon’s watery aura)4d6+8 lightning damage",category:1},{id:"4ee50149-366f-4e1e-825e-f45fefaf5190",name:"Bloodied Lightning",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"The dragon’s lightning discharge recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"fe5c9f93-0cbf-4c4c-84d4-e50c379d2e10",name:"Swirling Tempest",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tempest dragon slides each creature in its watery aura a number of squares equal to its speed to a space within the aura. It can then move its speed.",damage:"",category:2}],damageModifiers:[{type:5,value:-25},{type:10,value:10}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2ccad5a1-f38d-4535-94a9-9baa5eda0ee1",name:"Gray Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:3,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"8, fly 6 (overland flight)",alignment:"Evil",languages:"Draconic",skills:"Intimidate +6",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:11},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:90,initiative:3,ac:21,fortitude:17,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"1432619f-f110-45e5-8b8f-b50bac5bd68c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"1d6+3 damage",category:1},{id:"25eedf54-c552-45aa-9a48-fa9b4a488861",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The gray dragon makes two claw attacks.; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"c1e224fe-d1e5-4787-a3a5-2d9a69528cd9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:8,defence:1},description:"",details:"1d6+1 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage (save ends).",damage:"1d6+1 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d79b933-7e22-4358-b199-43391044af23",name:"Gray Wing Vrock",details:"",size:3,origin:1,type:2,keywords:"demon",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +17, Insight +15",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:20},hp:164,initiative:15,ac:31,fortitude:29,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"31f24e99-be88-4c0a-80e3-d305be0aa6ae",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"ab8d6e87-5783-4a73-8064-bbf129d4d0d2",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The vrock flies up to 8 squares and makes one claw attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"64363a80-500f-4c56-9cc5-d3900bc39d93",name:"Stunning Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"deafened creatures are immune; the target is stunned until the end of the vrock’s next turn.",damage:"",category:1},{id:"2ea4be8c-f5b7-4dfc-a9ae-1fe1e8753f06",name:"Spores of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:20,defence:3},description:"",details:"demons are immune; 1d10+5 poison damage, and the target is dazed (save ends).",damage:"1d10+5 poison damage",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"169c119d-d92a-4aa4-b440-3478452eca93",name:"Grayspawn Fleshtearer",details:"",size:3,origin:4,type:1,keywords:"reptile",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:148,initiative:11,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"a13fa328-5621-4bed-a0e4-3d67450d7786",name:"Slavering Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+7 damage, and ongoing 5 acid damage (save ends). The target is also marked until the end of the fleshtearer’s next turn.",damage:"1d8+7 damage",category:1},{id:"afbe8ae0-2fb0-4b7c-8f6f-10d3c911c135",name:"Marked Superiority",action:{action:5,trigger:"when an adjacent marked enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The grayspawn fleshtearer makes a basic attack against the triggering enemy.; 2d8+6 damage.",damage:"2d8+6 damage",category:5},{id:"b3edf115-0f2e-4591-b0c0-9c3197660c2c",name:"Grayspawn Ferocity",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The grayspawn fleshtearer regains 20 hit points and gains a +2 bonus to attack rolls and damage rolls until the end of its next turn.",damage:"the grayspawn fleshtearer regains 20 hit points and gains a +2 bonus to attack rolls and damage rolls until the end of its next turn",category:5}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"75f4b64a-03bb-4cd3-8234-0a29b9a261f1",name:"Green Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:6,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"8, fly 8 (hover)",alignment:"Evil",languages:"Draconic",skills:"Bluff +10, Diplomacy +10, Insight +8, Intimidate +10",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:16},hp:112,initiative:8,ac:20,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"1fbbbb63-b4ce-45b5-96a3-59d5f34aa2e9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"1d8+4 damage",category:1},{id:"69e8ad20-ff70-4d44-bdcd-056182174209",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"011664b9-4845-40ef-8db9-0890b494f21b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"fbbb87ae-0740-463b-914d-85fbd84aa24b",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"849deaeb-14f9-4959-9f52-4d1e0f585f80",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 4",attack:{bonus:7,defence:1},description:"",details:"1d8+3 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d8+3 poison damage",category:1}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bdf6e6b3-65c4-478d-9f61-6c4ac775a1e2",name:"Greenspawn Razorfiend",details:"",size:3,origin:4,type:1,keywords:"reptile",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"8, Jump 4",alignment:"Evil",languages:"Draconic",skills:"Nature +14, Stealth +16",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:21},intelligence:{score:4},wisdom:{score:16},charisma:{score:20},hp:266,initiative:13,ac:29,fortitude:27,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"baea1f09-17b5-4e2b-91b3-8984d85da231",name:"Wingblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4335f5f0-10df-4333-b948-5d4a1316e9ad",name:"Wingblade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target takes ongoing 10 damage (save ends).",damage:"1d8+6 damage",category:1},{id:"e893aa3f-20a0-42fa-862f-1307c26a30f2",name:"Greenspawn Spittle",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Poison",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"4d8+5 poison damage, and the target takes ongoing 5 acid damage (save ends).",damage:"4d8+5 poison damage",category:3},{id:"028f0bb8-0ebd-4029-8578-f1f3bc630c0e",name:"Horrid Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the razorfiend scores a critical hit with any attack"},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target slides 3 squares.",damage:"the target slides 3 squares",category:3}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c8ce423-d81c-4ea4-ac30-5c62b8f04979",name:"Greenspawn Sneak",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6 (forest walk)",alignment:"Evil",languages:"Draconic",skills:"Stealth +9",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:16},intelligence:{score:13},wisdom:{score:16},charisma:{score:10},hp:28,initiative:8,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"ef7994be-5121-4756-aa37-4aaabef6f6d9",name:"Dragonsplitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"4a8da2ab-e9f7-4425-88bf-74f956ac999a",name:"Acid Sphere",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"2d4 acid damage.",damage:"2d4 acid damage",category:1},{id:"64808c31-d3bf-4918-aafb-0c5c3067dd33",name:"Arboreal Hunter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A greenspawn sneak that starts its turn with cover also has total concealment against nonadjacent enemies.",damage:"",category:0},{id:"73bc0e4d-d382-47c2-9092-4090d73486c4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The greenspawn sneak deals 1d6 extra damage against any target it has combat advantage against.",damage:"the greenspawn sneak deals 1d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01eb3bfb-a5de-40e4-9b0a-d9c7ff157c84",name:"Hamadryad",details:"",size:2,origin:2,type:2,keywords:"plant",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:1,initiative:8,ac:25,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"3c2b9507-b1b1-4d7a-9649-74d8ec6b849a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0c0afa4-49e6-43e0-90aa-6a4c2fec06c4",name:"Hoard Scarab Larva Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +5; tremorsense 4",movement:"8, burrow 4, fly 6 (maximum altitude 3)",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:8},constitution:{score:19},dexterity:{score:22},intelligence:{score:1},wisdom:{score:15},charisma:{score:9},hp:51,initiative:13,ac:21,fortitude:18,reflex:19,will:16,regeneration:null,auras:[{id:"fd32addb-1144-461d-8e9f-1f4a335b264c",name:"Swarm Attack",keywords:"",details:"aura 1; the hoard scarab swarm makes a swarm of mandibles attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"3165243c-ede6-48a5-af37-54d7e63c0c5a",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+1 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d6+1 damage",category:1},{id:"e622b8a8-89c0-4f29-afa3-46e4caf2a236",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the swarm has combat advantage against the target, the target is also blinded on a hit (save ends).",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"e7fcb85e-a3ab-4d33-88c4-64aa2effa9b7",name:"Hobbler Decoy",details:"",size:1,origin:4,type:2,keywords:"reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +13, Thievery +13",equipment:"leather armor; short sword",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:19},intelligence:{score:12},wisdom:{score:17},charisma:{score:10},hp:56,initiative:8,ac:18,fortitude:15,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"4dc90f69-4c36-4c26-9025-dbabc56a85b7",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"3aae55e9-65f0-49b3-942b-617d48765232",name:"Taunting Jeer",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the decoy moves 4 squares and then attacks a target within range; the target is pulled 3 squares.",damage:"the decoy moves 4 squares and then attacks a target within range",category:2},{id:"24903332-6fe7-465f-a36d-50241e35e9b1",name:"Lightstep",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The decoy moves up to its speed. This movement does not trigger any traps of which it is aware.",damage:"",category:2},{id:"62ceeca3-9e41-4cd6-bb6d-a0db52c2618c",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The decoy shifts 1 square.",damage:"The decoy shifts 1 square",category:3},{id:"961659dd-96dc-4a6f-8059-2e5a743ed57e",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The decoy gains a +4 bonus to all defenses against traps.",damage:"The decoy gains a +4 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"30dc1a97-51ed-40d6-a48e-ab79a61161fb",name:"Hobbler Trap Savant",details:"",size:1,origin:4,type:2,keywords:"reptile",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +6; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Dungeoneering +11, Stealth +13, Thievery +13",equipment:"crossbow; crossbow bolt; leather armor",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:16},intelligence:{score:17},wisdom:{score:17},charisma:{score:13},hp:70,initiative:6,ac:20,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"03e52035-bd0e-4456-90d0-540d7444df00",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"fd9acf02-3806-49e9-a93f-7c938ca1acc8",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"b684a3c3-a510-4935-ab38-e67754e5fe8f",name:"Tactical Reset",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant resets an adjacent triggered trap it is aware of. This power works even on a trap that has been disabled.",damage:"",category:1},{id:"d2c8ae07-87c4-4cda-9322-080c19b79db5",name:"Anticipate Snare",action:{action:5,trigger:"when a trap within 2 squares of the trap savant is triggered",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant shifts 2 squares.",damage:"The trap savant shifts 2 squares",category:5},{id:"7c2aef99-db89-4bcd-9465-7674dbb67a39",name:"Bait the Hook",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one ally; the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"84176c89-411e-4819-afd6-460439972c99",name:"Trigger Trap",action:{action:4,trigger:"when an enemy moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"the trap savant triggers a trap it is aware of within range.",damage:"",category:5},{id:"07b9f003-9ddd-4300-9149-1657fe2320c7",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant shifts 1 square.",damage:"The trap savant shifts 1 square",category:3},{id:"75df6679-529c-4971-b18d-cee297c69a3d",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The trap savant gains a +4 bonus to all defenses against traps.",damage:"The trap savant gains a +4 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f0ce345-f314-4f09-a81f-771f670afb45",name:"Hobbler Trapmaster",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +12, Thievery +12",equipment:"leather armor; throwing hammer",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:9},hp:38,initiative:7,ac:16,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"2c6d15d4-9768-41d5-b017-f5ae78e60c3b",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"f034505e-2853-46f0-883e-4a6952d08ea0",name:"Throwing hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"ba8467ca-f5d1-4416-9a42-5cb450ce4619",name:"Deft maneuver",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires throwing hammer; 1d6+4 damage, and the target slides 1 square.",damage:"1d6+4 damage",category:1},{id:"ba7f8991-bb72-4c6d-84bb-20e716bff3c1",name:"Trap Opportunist",action:{action:4,trigger:"when an enemy moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"the trapmaster triggers a trap it is aware of within range.",damage:"",category:5},{id:"12d0e0a7-8798-430c-bbfe-2b8e5479b62f",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trapmaster shifts 1 square.",damage:"The trapmaster shifts 1 square",category:3},{id:"4b5f3d01-dc55-4ed1-bb02-62a422c1298a",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The trapmaster gains a +6 bonus to all defenses against traps.",damage:"The trapmaster gains a +6 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74fb299a-67d3-4902-b501-75202aab1afb",name:"Icewrought Dracolich",details:"",size:3,origin:4,type:1,keywords:"cold, dragon, undead",level:16,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Endurance +20, Stealth +24",equipment:"",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:18},charisma:{score:16},hp:805,initiative:14,ac:34,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"25dbbf26-45e1-43b7-8043-9e90d19ed4e4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d6+6 cold and necrotic damage, and the target is immobilized (save ends).",damage:"2d6+6 cold and necrotic damage",category:1},{id:"dd854003-4189-4c42-bdba-f40439406630",name:"Frigid Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 5",attack:{bonus:19,defence:1},description:"",details:"the target is immobilized and takes ongoing 10 cold damage (save ends). Aftereffect: The target is slowed (save ends).",damage:"the target is immobilized and takes ongoing 10 cold damage (save ends)",category:1},{id:"e4716945-2495-4448-b922-93da6d63c17e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"2d8+7 cold and necrotic damage, and the target is encased in ice (until escape). While encased, the target is dazed and cannot attack or take any actions other than attempt to escape. It can attempt to escape as a standard action (DC 24 Strength check). An encased target automatically escapes if it takes 20 or more damage.",damage:"2d8+7 cold and necrotic damage",category:1},{id:"1e463e07-52c6-47f5-81bc-d1ac7f8d7c4c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The icewrought dracolich’s breath weapon recharges, and the dracolich uses it immediately.",damage:"",category:5},{id:"5c0ed621-eb5a-4690-a145-bd6de3707380",name:"Deadly Chill",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"automatically hits immobilized or slowed enemies; 3d6 + 10 necrotic damage.",damage:"3d6 + 10 necrotic damage",category:1},{id:"58364432-c98f-4ec8-bed3-a9b211734541",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the targets is stunned until the end of the icewrought dracolich’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:6,value:-30},{type:3,value:10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"27416b4f-1cac-48d3-99c6-3ec02349f9a1",name:"Icy Wrath",details:"",size:3,origin:4,type:0,keywords:"cold, construct",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +14; tremorsense 5",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:22},intelligence:{score:9},wisdom:{score:22},charisma:{score:12},hp:208,initiative:14,ac:29,fortitude:29,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"8cb5fb72-7754-43b5-a74d-b5683f673622",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 3d6+10 damage, and the target takes ongoing 5 cold damage and is slowed (save ends both).",damage:"3d6+10 damage",category:1},{id:"90efc57a-35c4-45a7-abab-8bc56ccfee08",name:"Burst of Wrath",action:{action:7,trigger:"when the icy wrath hits a target with its slam attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold",condition:"",range:"Close burst 6",attack:{bonus:19,defence:2},description:"",details:"3d6+10 cold damage, and the target takes ongoing 5 cold damage and its cold resistance is negated (save ends both).",damage:"3d6+10 cold damage",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"8b0a994e-256e-4468-8572-40b5fdbfadda",name:"Indomitable Bulwark",details:"",size:3,origin:4,type:0,keywords:"construct",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +12; tremorsense 5",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:19},intelligence:{score:9},wisdom:{score:19},charisma:{score:10},hp:164,initiative:14,ac:32,fortitude:30,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"cfe47e13-32a7-4489-a101-8b492ea1a43d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d6+7 damage, and the target is immobilized until the end of its next turn.",damage:"2d6+7 damage",category:1},{id:"772e4d57-cf8c-4eb9-9f20-6f60625bd89f",name:"Slowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"2d10+7 damage, and the target is slowed (save ends).",damage:"2d10+7 damage",category:1},{id:"66d3985b-48c1-4190-a798-8f3fb2cd048a",name:"Diehard",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The indomitable bulwark gains regeneration 10 until the end of the encounter.",damage:"The indomitable bulwark gains regeneration 10 until the end of the encounter",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"97f1b934-66ce-43c0-8d05-e092f27877b1",name:"Inferno Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:8,role:{type:7,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"8, fly 6 (hover)",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:174,initiative:10,ac:26,fortitude:23,reflex:21,will:21,regeneration:{value:5,details:""},auras:[{id:"a8b3ae60-4610-4a05-817c-6ecf85a105cd",name:"Limned in Flames",keywords:"",details:"aura 2; while an inferno abishai is bloodied, any enemy that enters the aura or starts its turn within the aura take 5 fire damage."}],powers:[{id:"b6748e79-b6de-441f-aca9-0f0f4d2d37b6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"b5924583-676d-4614-88ec-a392617c7b5e",name:"Binding Flames",action:{action:5,trigger:"when an adjacent enemy shifts",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d6+5 fire damage, and the inferno abishai shifts 1 square.",damage:"1d6+5 fire damage",category:5},{id:"11092ee0-d0cf-4d49-a89c-435d98357134",name:"Claw Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The inferno abishai makes a claw attack against two different targets.",damage:"",category:1},{id:"f47e9ba6-8602-4dfe-a360-39cf18599e12",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d8+7 damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"579d1df4-227f-4752-a8c1-ab3cc4355e20",name:"Mindfire Miasma",details:"",size:3,origin:4,type:0,keywords:"air, construct",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +20; tremorsense 5",movement:"8, fly 10 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:32},intelligence:{score:9},wisdom:{score:25},charisma:{score:12},hp:250,initiative:26,ac:40,fortitude:34,reflex:40,will:36,regeneration:null,auras:[],powers:[{id:"9f0adbfd-755a-4227-a240-3129bc9865db",name:"Caustic Wisp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; 2d8+8 poison damage, and ongoing 10 poison damage (save ends).",damage:"2d8+8 poison damage",category:1},{id:"03823437-1ab0-4d88-a726-b89c9ee5c74e",name:"Roiling Mindfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:3},description:"",details:"The mindfire miasma moves up to its speed + 2, and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (any enemy or ally other than its parent green dragon), the mindfire miasma makes the following attack; 3d8+3 poison damage, and the target is dazed and takes a -2 penalty to charm attacks and saving throws (save ends both). The mindfire miasma must leave the space after it attacks, and must end its move in an unoccupied space.",damage:"3d8+3 poison damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"poison",tactics:""},{id:"1f204e2b-ca4e-4271-81aa-4fbd8b775c6d",name:"Pact-Bound Adept",details:"",size:1,origin:4,type:2,keywords:"reptile",level:6,role:{type:0,flag:0,leader:!0},senses:"Perception +3; darkvision",movement:"6, fly 4 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +10, Stealth +8, Thievery +8",equipment:"quarterstaff",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:17},intelligence:{score:14},wisdom:{score:10},charisma:{score:21},hp:58,initiative:6,ac:18,fortitude:17,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"21c8d5a5-b3ad-42a8-97bd-529e2bec43f1",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"00b438f6-2ad8-4873-bbc6-c8e9ddd3326f",name:"Flaming Staff",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"ranged 10",attack:{bonus:13,defence:2},description:"",details:"Requires quarterstaff; 1d6+5 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"1d6+5 fire damage",category:1},{id:"f2185ad1-6742-454c-8139-3fbb20817453",name:"Fierce Rebuke",action:{action:4,trigger:"when an enemy moves adjacent to the pact-bound adept",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:13,defence:3},description:"",details:"The adept attacks the triggering enemy; the target is pushed 3 squares and weakened (save ends).",damage:"the target is pushed 3 squares and weakened (save ends)",category:5},{id:"cc5091aa-e824-49c8-8098-f567c2e9d25c",name:"dragon’s Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"one ally gains resist 10 against a damage type of the adept’s choice until the end of the encounter.",damage:"one ally gains resist 10 against a damage type of the adept’s choice until the end of the encounter",category:3},{id:"47374857-1369-4bcb-b09f-371dfe466368",name:"Healing Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"allies in the area regain 20 hit points.",damage:"allies in the area regain 20 hit points",category:1},{id:"6c4fe52b-614a-4226-bb82-3e5cb4ca020c",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adept shifts 1 square.",damage:"The adept shifts 1 square",category:3},{id:"483c7974-bc77-451c-87c1-875c18adecc7",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The adept gains a +2 bonus to all defenses against traps.",damage:"The adept gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4c937e25-efb8-4339-9587-13f56fd3dcd4",name:"Portal Drake",details:"",size:1,origin:4,type:1,keywords:"reptile",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +8",movement:"8, fly 6 (hover), teleport 6",alignment:"Chaotic evil",languages:"Draconic",skills:"Arcana +13, Stealth +16",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:22},intelligence:{score:16},wisdom:{score:17},charisma:{score:21},hp:104,initiative:11,ac:26,fortitude:19,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"b39d91f5-8517-4ae8-a9f8-e7bd634a6c09",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"bfc852c4-8910-4444-8758-5180a79685b0",name:"Slip through Space",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:14,defence:0},description:"",details:"targets two allies within range, or the portal drake and one ally within range; the targets swap places.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0ee7923d-4a5d-464a-947c-3d81744929bf",name:"Portal Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Close burst 2",attack:{bonus:14,defence:2},description:"",details:"the target teleports 5 squares to an unoccupied space of the drake’s choosing (and in its line of sight). This attack automatically hits allies, though the drake can choose not to target them.",damage:"the target teleports 5 squares to an unoccupied space of the drake’s choosing (and in its line of sight)",category:1},{id:"b68b4478-cd96-4698-88ca-43b008fcb7ee",name:"Catch a Ride",action:{action:4,trigger:"when a creature within 6 squares of the portal drake teleports",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The portal drake teleports the same distance as the triggering creature. This movement can be in any direction and can exceed the drake’s normal teleport speed.",damage:"",category:5}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d2056e87-ccdd-4b36-93bd-71c03cd55392",name:"Purple Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:3,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"6, fly 6 (hover)",alignment:"Evil",languages:"Draconic",skills:"Bluff +12, Diplomacy +12, Dungeoneering +9, Insight +9, Intimidate +12",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:13},wisdom:{score:14},charisma:{score:20},hp:104,initiative:4,ac:20,fortitude:18,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"d96a8cd9-fe1f-44ad-9a9e-486b5f5037c2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+1 damage, and the target takes ongoing 5 psychic damage (save ends).",damage:"1d8+1 damage",category:1},{id:"49265486-1563-4f36-b5c2-9472e1e900f5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"04b10191-ee44-4892-8845-9a3c658eff19",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"263c0240-a3a1-4e88-b1e1-4021de73624c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:9,defence:1},description:"",details:"1d8+5 psychic damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Miss: Half damage, and the target is not dazed and does not take ongoing damage. Each time the target fails the saving throw against the ongoing effect, the wyrmling can slide it 3 squares.",damage:"1d8+5 psychic damage",category:1},{id:"33c20187-13b5-45ed-952a-93bdd54d69e4",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated until the end of the wyrmling’s next turn. The wyrmling can use dominating gaze on only one creature at a time.",damage:"",category:3},{id:"176e66f9-d881-4ca2-85e6-3d07f8f536a1",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A purple dragon wyrmling that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc52951c-d5ff-418e-82af-0beff159a5c5",name:"Purplespawn Nightmare",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Acrobatics +18, Bluff +18, Stealth +18, Thievery +18",equipment:"longsword",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:20},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:128,initiative:17,ac:30,fortitude:29,reflex:30,will:28,regeneration:{value:10,details:"if the purplespawn nightmare takes radiant damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"df67f17a-f72e-471b-9141-dacbbf0e924f",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"4c51cd5e-fc3a-4f6e-9410-e9fbec7c734e",name:"Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Sleep",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and the target is dazed (save ends). First Failed Saving Throw: The target is dazed and slowed (save ends both). Second Failed Saving Throw: The target falls unconscious (save ends).",damage:"3d6+8 damage",category:1},{id:"0c0f6591-1ba0-4310-b5a0-71b2e9b375e8",name:"Nightmare Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"The purplespawn nightmare can alter its physical form to appear as an enemy of its choice. While the nightmare is adjacent to that enemy, roll 1d20 whenever a melee or ranged attack targets the nightmare. On a roll of 10 or higher, the attack instead targets the copied enemy. The copied enemy’s attacks are not subject to this effect.",attack:null,description:"",details:"",damage:"",category:1},{id:"7210500a-bc85-4648-b310-a07116d2c202",name:"Nightmarish Torment",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the purplespawn nightmare’s melee attack hits an enemy it is copying with nightmare form or a sleeping target, that target takes ongoing 10 psychic damage (save ends) in addition to the attack’s other effects.",damage:"",category:0},{id:"b757c1f2-6a41-4f69-854f-51c0ce23d184",name:"Psychic Edge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A purplespawn nightmare gains a +4 bonus to all defenses against attacks from enemies that are taking ongoing psychic damage.",damage:"a purplespawn nightmare gains a +4 bonus to all defenses against attacks from enemies that are taking ongoing psychic damage",category:0}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a826b73d-efbe-46ef-bd19-90840321e9a7",name:"Rancid Tide",details:"",size:5,origin:4,type:0,keywords:"dragon, undead",level:23,role:{type:0,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:12},intelligence:{score:1},wisdom:{score:15},charisma:{score:8},hp:340,initiative:12,ac:37,fortitude:38,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"768f44f3-d801-4701-96fc-3488f45ecadf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d6+10 damage.",damage:"2d6+10 damage",category:1},{id:"4fc3e11b-7b2a-4140-80bc-681f69a99a32",name:"Black Bile Spittle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:28,defence:2},description:"",details:"2d8+10 necrotic damage, and the target is weakened until the end of the rancid tide’s next turn.",damage:"2d8+10 necrotic damage",category:1},{id:"408ca3b6-a206-4e57-9145-a220c94f18eb",name:"Unholy Tears",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 12",attack:{bonus:30,defence:0},description:"",details:"2d8+10 necrotic damage, and the target takes a -4 penalty to AC and Reflex defense (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"dd900998-4145-45fd-bb87-1999de3c2a7f",name:"Torrent of Terror",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The rancid tide makes a black bile spittle and an unholy tears attack, each against a different target.",damage:"",category:1},{id:"999d6db2-de3e-4d4e-9506-29572a7ba3fa",name:"Rancid Flood",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"2d8+8 necrotic damage, and the target is pushed 3 squares.",damage:"2d8+8 necrotic damage",category:5}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"25 against critical hits, radiant (a rancid tide that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"13b1a2f8-cd0e-4ad6-bedf-a151ee24f54c",name:"Red Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"5, fly 7 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Bluff +8, Insight +9, Intimidate +8",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:134,initiative:7,ac:23,fortitude:21,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"98d7946e-fc0e-4c6f-a9db-562a6a7d3aa0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+6 fire damage.",damage:"2d6+6 fire damage",category:1},{id:"8edae6c3-6b33-4c7b-abef-7f56dfab5a1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"ff1722e3-a10f-49ba-801c-fd1bdc3bb250",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"bf52c15d-d898-40ed-9962-0fd209018b8c",name:"Tall Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon wyrmling",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The wyrmling attacks the triggering enemy with its tail; 1d10+6 damage, and the target is pushed 1 square.",damage:"1d10+6 damage",category:5},{id:"026a0be5-5e95-4dac-98b8-6fe4b8d6fada",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"1d10+4 fire damage. Miss: Half damage.",damage:"1d10+4 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc5861cb-5e81-4e55-ada0-10929096aad7",name:"Roper Lasher",details:"",size:3,origin:1,type:1,keywords:"earth",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"2, climb 2 (spider climb)",alignment:"Evil",languages:"Primordial",skills:"Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:15},intelligence:{score:11},wisdom:{score:18},charisma:{score:9},hp:316,initiative:10,ac:32,fortitude:31,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"6d1bf4f0-6b23-47c2-9e0d-3d99bbc2d588",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Reach 10; 2d10+5 damage, and the target is grabbed (until escape or until the tentacle is hit). While the target is grabbed, it is also weakened.",damage:"2d10+5 damage",category:1},{id:"3d88099d-fd7a-498c-9063-0318ebc60205",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The roper makes two tentacle attacks; if either hit, and It has at least one free tentacle, It can make a third attack.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"925afb07-2377-4037-ba56-e2603d32ec21",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"The roper makes an attack against a creature it has grabbed; on a hit, the target is pulled 5 squares. The roper can use this power only against a grabbed target once per turn.",damage:"the target is pulled 5 squares",category:3},{id:"299f1425-b65c-4910-ba40-0af73f982164",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+12 damage.",damage:"2d10+12 damage",category:1},{id:"527fa855-54f2-47af-a57e-5d8c6be6d2aa",name:"Stony Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A roper that does not move, retracts its tentacles, and keeps its eye and mouth closed resembles a jagged rock formation, stalagmite, or stalactite. In this form, the roper can be recognized with a successful DC 32 Perception check.",damage:"the roper can be recognized with a successful DC 32 Perception check",category:0},{id:"ea21b3c9-1b83-4071-82c7-b3baf0c2fd44",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The roper can attack and grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make the roper let go of a grabbed creature; the tentacle’s defenses are the same as the roper’s. An attack that hits the tentacle does not harm the roper but causes it to let go and retract the tentacle.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"5f47fe07-c4bb-4432-abaf-eee08008fa71",name:"Rotclaw",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:12},intelligence:{score:1},wisdom:{score:13},charisma:{score:6},hp:138,initiative:6,ac:23,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"4b837386-0b3b-485c-a007-669c408b5c29",name:"Bite",action:{action:1,trigger:"",sustainAction:1,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"c17053f6-5e7f-432a-a55a-033b1e872cd8",name:"Bullying Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The rotclaw makes a charge attack; 4d6+6 damage, and the target is knocked prone.",damage:"4d6+6 damage",category:1},{id:"81643c23-6415-4f0d-b437-7f37adb7b6c5",name:"Eat the Fallen",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the rotclaw is adjacent to a prone enemy, the creature becomes immobilized and cannot attack any target other than a prone enemy. It gains a +2 bonus to attack rolls against a prone target (in addition to any bonus for combat advantage).",damage:"It gains a +2 bonus to attack rolls against a prone target (in addition to any bonus for combat advantage)",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"20 against critical hits, radiant (a rotclaw that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"b71bf2b6-7311-4e63-8f89-863f3524b2bf",name:"Siegewyrm",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:29},dexterity:{score:25},intelligence:{score:3},wisdom:{score:17},charisma:{score:10},hp:410,initiative:17,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"d7602208-5722-4c7e-958e-073cedf12709",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d6+9 damage, and the target slides 2 squares.",damage:"3d6+9 damage",category:1},{id:"021028dd-3187-465b-b4f0-793b47293980",name:"Pinning Tail",action:{action:5,trigger:"when an enemy targets the siegewyrm with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The siegewyrm attacks the triggering enemy; reach 4; 2d10+9 damage, and the target is knocked prone and is immobilized (save ends).",damage:"2d10+9 damage",category:5},{id:"8b385c92-6fa6-41f0-a8ed-e79be857e55d",name:"Marrow Sluice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"The siegewyrm targets up to three creatures; the first target must be within 10 squares of the siegewyrm, the second target within 10 squares of the first, and the third target within 10 squares of the second; 2d6+9 damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is not pushed.",damage:"2d6+9 damage",category:1},{id:"09118a08-e0ce-4a45-b05e-d4602e6f59bb",name:"Osseous Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 3 within 12",attack:{bonus:25,defence:2},description:"",details:"damage, and the target is restrained (save ends). Miss: Half damage, and the target is immobilized (save ends). Aftereffect, on Hit Only: The",damage:"damage",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3fe933d2-e24d-41b6-ac8c-0db01bf28185",name:"Son of Winter",details:"",size:2,origin:4,type:2,keywords:"",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"6",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"",equipment:"hide armor",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:25},intelligence:{score:8},wisdom:{score:14},charisma:{score:22},hp:1,initiative:21,ac:39,fortitude:39,reflex:37,will:36,regeneration:null,auras:[{id:"8075f3d4-048b-4ceb-ae4a-518d8aec4d30",name:"Utter Cold",keywords:"",details:"(Cold) aura 1; any enemy within the aura gains vulnerability 5 cold."}],powers:[{id:"adbf334e-1bbf-49c9-b3ea-cf5073975a8c",name:"Ice Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"6 cold damage, and the target is slowed (save ends). First Failed Saving Throw: The target is immobilized instead of slowed (save ends). Second Failed Saving Throw: The target is restrained instead of immobilized and takes ongoing 10 cold damage (save ends both).",damage:"6 cold damage",category:1},{id:"a6bd5c2d-2d95-4b16-a0aa-a92919ca6c27",name:"Hoarfrost Eruption",action:null,keywords:"Cold, Zone",condition:"when reduced to 0 hit points",range:"The son of winter explodes in a burst of utter cold. Close burst 3",attack:{bonus:28,defence:1},description:"",details:"6 cold damage, and the target is immobilized (save ends). In addition, the burst creates a zone of difficult terrain that lasts until the end of the encounter.",damage:"6 cold damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0d093117-eaf1-4c43-86b9-79ff1bbe8b65",name:"Soulgrinder",details:"",size:4,origin:5,type:1,keywords:"dragon, undead",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Stealth +29",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:30},intelligence:{score:12},wisdom:{score:25},charisma:{score:26},hp:957,initiative:24,ac:46,fortitude:40,reflex:44,will:41,regeneration:{value:20,details:"if the soulgrinder takes radiant damage, regeneration does not function on its next turn"},auras:[{id:"739359bc-5ad8-42f4-b796-e3a02dfa2015",name:"Death Wish",keywords:"",details:"(Charm, Necrotic) aura 3; creatures in the aura cannot spend healing surges. Any creature within the aura at the start of the soulgrinder’s turn is pulled 1 square."}],powers:[{id:"69148707-0915-400b-a848-ae3a1e09d99b",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 3; 3d8+10 necrotic damage, and the target takes ongoing 10 necrotic damage and cannot spend a healing surge (save ends both).",damage:"3d8+10 necrotic damage",category:1},{id:"c86484dc-bc67-4faa-9da8-7896f7eb4d3a",name:"Death’s Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The soulgrinder makes a shadow bite attack against each of three different targets.",damage:"",category:1},{id:"4c261100-a901-4a24-bbd3-c5189a40944c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 10",attack:{bonus:32,defence:1},description:"",details:"4d8+8 necrotic damage, and the target takes ongoing 10 necrotic damage and cannot spend a healing surge (save ends both). A target that is already taking ongoing necrotic damage also loses two healing surges. Miss: Half damage, and a target taking ongoing necrotic damage loses only one healing surge.",damage:"4d8+8 necrotic damage",category:1},{id:"f52bd40e-bf65-4ef3-9733-9f4f9a9f7254",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The soulgrinder’s breath weapon recharges, and the soulgrinder uses it immediately.",damage:"",category:5},{id:"128c20e3-0305-4868-822c-5d030fefe4eb",name:"Vengeance from Beyond",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"when the soulgrinder is reduced to 0 hit points",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"4d8+8 necrotic damage, and the target loses two healing surges. Miss: No damage, and the target loses one healing surge.",damage:"4d8+8 necrotic damage",category:1},{id:"f7d8b4f3-4f7a-44ea-a334-3da4c708cd5c",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulgrinder shifts 6 squares.",damage:"The soulgrinder shifts 6 squares",category:2},{id:"1b5e1d54-fc52-4932-91af-59ffadd9fbe3",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid creature killed by a soulgrinder rises as a freewilled wraith at the start of its creator’s next turn; a dragon instead rises as a soulgrinder. The new wraith appears in the space where it died or in the nearest unoccupied space. Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-20}],resist:"insubstantial",vulnerable:"10 radiant (see also regeneration)",immune:"disease, poison",tactics:""},{id:"313aa963-e228-4337-b407-6a9e50754439",name:"Squamous Maw",details:"",size:3,origin:0,type:1,keywords:"dragon",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +8; all-around vision, darkvision",movement:"6, burrow 3",alignment:"Evil",languages:"Draconic, Far Speech",skills:"Intimidate +11",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:17},intelligence:{score:11},wisdom:{score:15},charisma:{score:13},hp:216,initiative:8,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"c7ec33fe-f49e-4cf5-8a4c-5ab140c7a146",name:"Dreadful Cacophony",keywords:"",details:"(Fear) aura 3; any enemy within the aura that is taking ongoing psychic damage takes a -1 penalty to attack rolls."}],powers:[{id:"0fcca496-2062-4f1b-92d6-cb2151f5e86a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+5 psychic damage, and ongoing 5 psychic damage.",damage:"2d8+5 psychic damage",category:1},{id:"83cd907c-6b0f-4cae-b5b1-704ff81acf87",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The maw makes two bite attacks.",damage:"",category:1},{id:"cc34fd16-db45-4a42-94b8-3d88b39840f2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"1d12+7 psychic damage, and ongoing 5 psychic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"1d12+7 psychic damage",category:1},{id:"86e1545b-bb7e-477c-a54e-ff1b18a4a452",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The maw’s breath weapon recharges, and the maw uses it immediately.",damage:"",category:5},{id:"a2f05e38-3a5f-4495-9a2e-90320da33c2f",name:"Mad Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The maw gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against enemies that are taking ongoing psychic damage.",damage:"the maw gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against enemies that are taking ongoing psychic damage",category:0}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8eeb890c-c525-4f0f-b064-6f7e99137322",name:"Squamous Spewer",details:"",size:4,origin:0,type:1,keywords:"dragon",level:22,role:{type:7,flag:2,leader:!1},senses:"Perception +14; all-around vision, darkvision",movement:"8, burrow 4",alignment:"Evil",languages:"Draconic, Far Speech",skills:"Intimidate +18",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:23},intelligence:{score:17},wisdom:{score:17},charisma:{score:14},hp:1055,initiative:19,ac:41,fortitude:39,reflex:36,will:33,regeneration:null,auras:[{id:"2dfc59cf-31db-408c-bc87-ab46b6ae9213",name:"Frightful Cacophony",keywords:"",details:"(Fear) aura 5; any enemy that starts its turn within the aura that is taking ongoing psychic damage is pushed 3 squares."}],powers:[{id:"f742924c-3c58-4d82-ba9a-465a506f3f4e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+7 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d10+7 psychic damage",category:1},{id:"da0fd70b-bd9d-4790-b4b5-53332f375b90",name:"Spew Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:28,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"69a03c47-71bb-44a1-b350-6d869ae5b904",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spitter makes three bite attacks.",damage:"",category:1},{id:"8ccf13d8-70b9-4884-bcf7-5ae1fe181b5d",name:"Far Stare",action:{action:4,trigger:"when an enemy attacks the spitter",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"ranged 5",attack:{bonus:27,defence:3},description:"",details:"The spitter locks eyes with the triggering enemy; 3d10+9 psychic damage, and the target is knocked prone. This attack does not provoke opportunity attacks.",damage:"3d10+9 psychic damage",category:5},{id:"89f60525-301f-4b68-8fe2-77d3ccad67aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:2},description:"",details:"3d12+6 psychic damage, and ongoing 5 psychic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"3d12+6 psychic damage",category:1},{id:"5ce6049b-a956-4293-ada7-09de133e8eec",name:"Storm of Agony",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"3d10+8 psychic damage, and the target is stunned and takes ongoing 10 psychic damage (save ends).",damage:"3d10+8 psychic damage",category:1},{id:"f61c89a4-67d7-4b83-9845-71ccd8fdb95c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The spewer’s breath weapon recharges, and the spewer uses it immediately.",damage:"",category:5}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"e0c5408b-e29b-471a-b1b7-9d8453b4ef52",name:"Squamous Spitter",details:"",size:3,origin:0,type:1,keywords:"dragon",level:15,role:{type:7,flag:2,leader:!1},senses:"Perception +10; all-around vision, darkvision",movement:"6, burrow 3",alignment:"Evil",languages:"Draconic, Far Speech",skills:"Intimidate +14",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:755,initiative:13,ac:34,fortitude:32,reflex:29,will:28,regeneration:null,auras:[{id:"3eac0d23-54c2-45a2-b76b-c19bcd65da3c",name:"Frightful Cacophony",keywords:"",details:"(Fear) aura 3; any enemy that starts its turn within the aura that is taking ongoing psychic damage is pushed 3 squares."}],powers:[{id:"8aaaf2f3-d090-4424-aecf-6138b77eac0f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"4779c37e-9a00-45c9-9173-c72c86343956",name:"Spew Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 8",attack:{bonus:21,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"2a34371a-db25-4099-84c2-6b3da6911233",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The spitter makes three bite attacks.",damage:"",category:1},{id:"c503c753-b071-47a4-b1fe-b19800c928d5",name:"Far Stare",action:{action:4,trigger:"when an enemy attacks the spitter",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"ranged 5",attack:{bonus:20,defence:3},description:"",details:"The spitter locks eyes with the triggering enemy; 2d10+7 psychic damage, and the target is knocked prone. This attack does not provoke opportunity attacks.",damage:"2d10+7 psychic damage",category:5},{id:"d094ba7f-d103-433a-a580-30bc6b784a32",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"2d12+6 psychic damage, and ongoing 5 psychic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d12+6 psychic damage",category:1},{id:"caf6444c-e871-464e-bea8-129d547075b1",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The spitter’s breath weapon recharges, and the spitter uses it immediately.",damage:"",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"a41ec8d1-3ba7-4114-9b2f-aeaa1f5cbc4c",name:"Stone Harrier",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:46,initiative:4,ac:18,fortitude:17,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"fd61f86d-baf5-4553-8ee1-5f072847e759",name:"Stab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage, and the target is slowed (save ends).",damage:"1d6+3 damage",category:1},{id:"d56cc299-9163-40a1-a12b-8deaa76219a9",name:"Harrying Stone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 5 squares",attack:{bonus:7,defence:2},description:"",details:"affects only creatures in contact with the ground; the target is immobilized (save ends).",damage:"",category:1},{id:"9d1be5d0-1fb0-4658-9dff-f10dbca492ea",name:"Guard Object",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The stone harrier deals 1d6 extra damage against targets adjacent to or carrying its guarded object. These stone harriers are commanded to guard the portcullis (technically, one specific bar of the portcullis, due to weight restrictions).",damage:"the stone harrier deals 1d6 extra damage against targets adjacent to or carrying its guarded object",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"dd803f18-d2e5-438e-b458-f97b05c9b828",name:"Stoneborn Dracolich",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:11,role:{type:7,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +12, Intimidate +12",equipment:"",category:"",strength:{score:27},constitution:{score:13},dexterity:{score:13},intelligence:{score:14},wisdom:{score:17},charisma:{score:14},hp:545,initiative:8,ac:28,fortitude:25,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"ff2291c1-c8d7-4076-b6bb-95bd75e777c6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage, and the target is marked until the end of the stoneborn dracolich’s next turn.",damage:"2d6+6 damage",category:1},{id:"e01f2f67-7de0-4cc9-9754-c7af1726f532",name:"Stone Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The stoneborn dracolich makes a bite attack and a tail sweep attack.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0d9de988-038b-44c0-a99d-13242138f0cd",name:"Bone Shard Splinters",action:{action:4,trigger:"when the dracolich takes damage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:5},{id:"1044d3d1-b326-45bd-96d4-f93351b3b374",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d8+4 necrotic damage, and the target is immobilized (save ends). Each Failed Saving Throw: The target takes 10 damage.",damage:"2d8+4 necrotic damage",category:1},{id:"7e6fd365-40f8-4abe-a0fa-85adbac1ebc6",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The stoneborn dracolich’s breath weapon recharges, and the dracolich uses it immediately.",damage:"",category:5},{id:"019a619a-4f66-4bdc-9f89-500cd8276485",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the stoneborn dracolich’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"48251ba4-a060-4f60-98f8-064f04fef342",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:18,defence:0},description:"",details:"1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"5 all",immune:"disease, fear, poison",tactics:""},{id:"c8718aa7-8073-4dd0-9515-f1dadbdf0760",name:"Storm Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:21},hp:58,initiative:6,ac:20,fortitude:19,reflex:18,will:19,regeneration:{value:5,details:""},auras:[],powers:[{id:"c64f0a92-333a-4d23-9133-9bc173f74477",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 lightning damage.",damage:"2d6+4 lightning damage",category:1},{id:"1edd791f-ebc3-4102-9db5-d005943cf898",name:"Lightning Discharge",action:{action:4,trigger:"when an enemy hits the abishai with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:12,defence:2},description:"",details:"1d6+5 lightning damage, and the triggering enemy is pushed 1 square and stunned until the end of its next turn.",damage:"1d6+5 lightning damage",category:5},{id:"1c369b1c-3c83-446a-b741-0c82640fbcac",name:"Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"2d6+5 thunder damage.",damage:"2d6+5 thunder damage",category:1}],damageModifiers:[{type:5,value:-5},{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6b2f0efe-4813-48ef-a4a0-d3fd25eca741",name:"Swarmtongue Hydra",details:"",size:2,origin:0,type:1,keywords:"reptile",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"8, burrow 4, climb 8",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:17},intelligence:{score:2},wisdom:{score:19},charisma:{score:7},hp:270,initiative:11,ac:29,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"4458fda1-9860-42be-801c-a847ad6412a0",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"6a73277f-81a5-48c2-88d3-46185647c030",name:"Fierce Lashing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The swarmtongue hydra makes three tongue lash attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"9852f2db-4787-4a1b-a3f8-9b02be145223",name:"Consuming Grubs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable twice per encounter",range:"Close blast 4",attack:{bonus:16,defence:2},description:"",details:"the target takes ongoing 10 damage and is dazed (save ends both).",damage:"the target takes ongoing 10 damage and is dazed (save ends both)",category:1},{id:"d6f3e951-6272-4884-ae3f-9e232e00b23f",name:"Anesthetic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Sleep",condition:"",range:"Close blast 4",attack:{bonus:16,defence:1},description:"",details:"the target falls unconscious (save ends).",damage:"",category:1},{id:"fa016d2d-d2d9-429d-92d0-716f00d1793e",name:"Energy Leech",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target hit by its consuming grubs has resistance to damage, the swarmtongue hydra gains resist 10 against that type of damage and can transform the damage it deals from any attack into damage of that type. (if the target has multiple resistances, choose one.)",damage:"if a target hit by its consuming grubs has resistance to damage",category:0},{id:"40b372f0-5d83-497c-9d44-fb818c382061",name:"Analgesic Saliva",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Damage from the swarmtongue hydra’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect.",damage:"damage from the swarmtongue hydra’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect",category:0},{id:"0bbf210f-c845-462d-a309-273bf1569ead",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the swarmtongue hydra becomes dazed or stunned, it instead loses one attack with its fierce lashing power on its next turn. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2cc0886a-9e88-4e28-a7a5-9d317b3ee945",name:"Swarmtongue Worm",details:"",size:2,origin:0,type:1,keywords:"reptile",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"8, burrow 4, climb 8",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:14},intelligence:{score:2},wisdom:{score:16},charisma:{score:7},hp:76,initiative:7,ac:20,fortitude:19,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"48e90613-b6e9-46b2-8d94-52ff072252a4",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 3d4+3 damage.",damage:"3d4+3 damage",category:1},{id:"50349fb6-6c2d-4e5c-94aa-2b67f8a860af",name:"Consuming Grubs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:9,defence:2},description:"",details:"2d4+2 damage, and the target takes ongoing 5 damage and is dazed (save ends both).",damage:"2d4+2 damage",category:1},{id:"c96351b9-3952-44f1-bf97-8ecda7d76c85",name:"Energy Leech",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target hit by its consuming grubs has resistance to damage, the swarmtongue worm gains resist 5 against that type of damage and can transform the damage it deals from any attack into damage of that type. (if the target has multiple resistances, choose one.)",damage:"if a target hit by its consuming grubs has resistance to damage",category:0},{id:"945fa933-8b95-4a94-8dbd-2680435201f7",name:"Analgesic Saliva",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Damage from the swarmtongue worm’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect.",damage:"damage from the swarmtongue worm’s tongue lash and consuming grubs attacks does not wake creatures that are sleeping or have been rendered unconscious by a sleep effect",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fd19a840-ac8c-499d-acea-6080a598cbd8",name:"Thief of Life",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:15,role:{type:6,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +16, Stealth +15",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:17},intelligence:{score:17},wisdom:{score:18},charisma:{score:16},hp:730,initiative:12,ac:33,fortitude:31,reflex:30,will:30,regeneration:{value:15,details:"regeneration does not function while the thief of life is exposed to sunlight"},auras:[],powers:[{id:"bf614fa8-63e6-48c2-af11-7f00c1d35c47",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target takes ongoing 10 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"15fbe35a-43ca-4be4-91e8-f4845f0cc3dc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"a3f8878c-0641-4e62-86de-85579f245b57",name:"Hunger Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The thief of life makes a bite attack and two claw attacks. The claw attacks must target two different enemies.",damage:"",category:1},{id:"609f199c-3b53-4328-88bc-cce23321ffc4",name:"Compelling Gaze",action:{action:4,trigger:"when an enemy attacks the thief of life",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"the triggering enemy is dazed and is pulled 5 squares at the start of its turn (save ends both). This attack does not provoke opportunity attacks.",damage:"the triggering enemy is dazed and is pulled 5 squares at the start of its turn (save ends both)",category:5},{id:"d6a32cf9-d3b2-47dd-a027-a877b7f54e69",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"(+20 against bloodied targets)2d8+6 damage, and the thief of life regains 30 hit points. It regains only 30 hit points regardless of how many targets are hit. Miss: Half damage, and the thief of life does not regain hit points.",damage:"(+20 against bloodied targets)2d8+6 damage",category:1},{id:"e98040f4-85b9-40bc-b9fd-a29357164bdc",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The thief of life’s breath weapon recharges, and the thief of life uses it immediately.",damage:"",category:5},{id:"b6ff6345-8a1c-4c36-80f7-31fb33671c18",name:"Fly to Feast",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The thief of life teleports 20 squares. It must end its move adjacent to a bloodied enemy.",damage:"The thief of life teleports 20 squares",category:2},{id:"628e943b-07c7-4d16-a3b9-e662cbd03d44",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The thief of life becomes insubstantial but cannot make attacks. It can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"It can remain in mist form for up to 1 hour or end the effect as a minor action",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7e387af3-48f7-43e8-b394-54fe618be251",name:"Venomous Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6, fly 8, overland flight 16",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Bluff +12",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:19},hp:62,initiative:6,ac:21,fortitude:18,reflex:20,will:19,regeneration:{value:5,details:""},auras:[],powers:[{id:"dd4a1761-1950-4509-ab9c-a6a9e3f1e5a7",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+3 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"2d4+3 damage",category:1},{id:"a9a03353-a712-451c-902f-039666708505",name:"Eyes of the Dragon",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target slides 2 squares.",damage:"the target slides 2 squares",category:3},{id:"8d674bcb-8a63-4c78-a9f0-9b1c032a91b5",name:"Venom Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Teleportation, Zone",condition:"",range:"Close blast 3",attack:null,description:"",details:"the burst creates a zone filled with poisonous gas that lasts until the end of the encounter. Any creature that starts its turn in the zone takes 5 poison damage and is dazed until the end of its next turn. The zone is difficult terrain. The venomous abishai can teleport 3 squares as a move action, as long as it begins and ends this movement within the zone.",damage:"any creature that starts its turn in the zone takes 5 poison damage and is dazed until the end of its next turn",category:1}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"af79960f-9c64-4b93-b8c0-0b8c57bdb4bf",name:"White Dragon Wyrmling",details:"",size:2,origin:4,type:1,keywords:"dragon",level:1,role:{type:2,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6 (ice walk), fly 6 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +9",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:76,initiative:0,ac:13,fortitude:14,reflex:12,will:13,regeneration:null,auras:[],powers:[{id:"61b844a4-7e30-4154-9a27-e20ebf702879",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+4 cold damage.",damage:"1d8+4 cold damage",category:1},{id:"480a1d51-14bf-4496-ab6f-0466ed42bb7c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"1e47141a-64f0-4dff-9333-b1c2252dfcad",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks. If it hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"a6e93903-5db0-46a5-9d93-4c1b4e1b654c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Cold",condition:"",range:"Close blast 4",attack:{bonus:2,defence:2},description:"",details:"3d6+4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6+4 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f67cdd36-f906-4bf4-b489-cd106fbe3207",name:"Winged Putrescence",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"6, fly 4 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:10},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:240,initiative:4,ac:23,fortitude:25,reflex:19,will:19,regeneration:null,auras:[{id:"dc2d9c5a-035f-4630-ab7c-cd3720df168a",name:"Stench of Decay",keywords:"",details:"aura 2; any enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"1efcd509-b136-449c-924a-053f1e82c65a",name:"Claw",action:{action:1,trigger:"",sustainAction:1,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 4d4+6 damage, and a Large or smaller target is grabbed and immobilized (both until escape). When the winged putrescence sustains the grab, it deals 4d4 + 6 damage to the target. It can’t make other attacks while grabbing a target.",damage:"4d4+6 damage",category:1},{id:"14cdc558-1ae0-4499-bf09-4505aead3c07",name:"Wing Beat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:10,defence:1},description:"",details:"2d6+6 damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+6 damage",category:1},{id:"e2fdd8a3-9149-4bf7-b338-661477a7758e",name:"Putrid Blast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:10,defence:2},description:"",details:"3d6+6 damage, and the target is immobilized and takes ongoing 10 acid and necrotic damage (save ends both).",damage:"3d6+6 damage",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"20 against critical hits, radiant (a winged putrescence that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"954e13d0-5c0c-474d-bdef-2d594b515a3b",name:"Wrack Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:11},charisma:{score:19},hp:51,initiative:9,ac:19,fortitude:17,reflex:17,will:18,regeneration:{value:5,details:""},auras:[],powers:[{id:"4a406c2e-0881-4b10-b6ea-1d71eac8ff76",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+3 acid damage.",damage:"2d6+3 acid damage",category:1},{id:"033315b8-f7ce-4507-bbbd-5b74b7423068",name:"Acidic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 6",attack:{bonus:8,defence:1},description:"",details:"1d6+4 acid damage, and the target is pushed 3 squares and blinded (save ends).",damage:"1d6+4 acid damage",category:1},{id:"79362535-e6ef-4e5b-a8ff-8496e66c6c62",name:"Shadow Meld",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The wrack abishai turns invisible and moves 6 squares. It remains invisible until the end of its next turn.",damage:"The wrack abishai turns invisible and moves 6 squares",category:1},{id:"db930d3c-b021-4310-b259-99e6ab9dcf79",name:"Deadly Ambush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The wrack abishai deals 1d10 extra damage to a target that cannot see it, and that target is dazed (save ends).",damage:"the wrack abishai deals 1d10 extra damage to a target that cannot see it",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4bde38e9-e2a2-45b0-9319-3e4967d3124a",name:"Wyrmwarped Atrocity",details:"",size:1,origin:0,type:2,keywords:"reptile",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +6, Thievery +6",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:8},charisma:{score:13},hp:64,initiative:4,ac:16,fortitude:16,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"3a9f52cf-d31c-40b5-bac4-0038eeaa0925",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"c4490b66-30d6-43a8-86d7-87ddb1ab82ad",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The atrocity makes two claw attacks.; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"8e25bdab-762a-42fb-9eba-97c75d4f5814",name:"Fearsome Outburst",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:5},{id:"385efbee-62e4-4f77-8aae-fdd00fa8bd86",name:"Death Burst",action:null,keywords:"Acid",condition:"when reduced to 0 hit points",range:"close burst 2",attack:{bonus:4,defence:2},description:"",details:"The atrocity explodes in a burst of acidic goo; 1d10+2 acid damage, and the target takes a -1 penalty to attack rolls (save ends).",damage:"1d10+2 acid damage",category:0},{id:"0b8086ee-c1c0-4097-8306-ec0643906618",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The atrocity shifts 1 square.",damage:"The atrocity shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e3c4e09-beac-495c-9d96-b4f2b49f08d9",name:"Wyrmwarped Scaleshaper",details:"",size:1,origin:0,type:2,keywords:"reptile",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +2; darkvision",movement:"6, fly 4 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Far Speech",skills:"Arcana +8, Intimidate +11, Stealth +8, Thievery +8",equipment:"",category:"",strength:{score:8},constitution:{score:17},dexterity:{score:16},intelligence:{score:11},wisdom:{score:9},charisma:{score:17},hp:73,initiative:6,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"52fc1a1a-d08e-44bb-af02-e77653eef81a",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"da3e1610-fb17-4b0e-92a5-4fa952d141a9",name:"Frightful Vision",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the scaleshaper attacks two different targets; 1d8+5 psychic damage, and the target is slowed (save ends).",damage:"1d8+5 psychic damage",category:1},{id:"8be8507c-ac4d-4ebf-92f7-05f41297f334",name:"Unnatural Speed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets two allies within range, or the scaleshaper and one ally within range; the target gains +4 speed and can shift 2 squares as a minor action until the end of its next turn.",damage:"the target gains +4 speed and can shift 2 squares as a minor action until the end of its next turn",category:1},{id:"5f8862d2-dace-4d00-9dde-edad1dca9815",name:"Warped Strength",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target gains a +2 bonus to attack rolls and damage rolls with its melee attacks until the end of its next turn.",attack:null,description:"",details:"targets two allies within range, or the scaleshaper and one ally within range",damage:"",category:1},{id:"d29b43b4-147a-4191-a363-991368676020",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scaleshaper shifts 1 square.",damage:"The scaleshaper shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"decf9df8-f5dc-40ef-8f74-0258bf681a9d",name:"Wyrm-Wisp",details:"",size:1,origin:5,type:1,keywords:"dragon, undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:6},wisdom:{score:12},charisma:{score:10},hp:40,initiative:8,ac:17,fortitude:14,reflex:17,will:14,regeneration:{value:5,details:"if the wyrm-wisp takes radiant damage, regeneration does not function on its next turn"},auras:[],powers:[{id:"32e528db-8c0b-4abe-b29a-487753b022b1",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d10+4 necrotic damage, and the target is weakened (save ends).",damage:"1d10+4 necrotic damage",category:1},{id:"dcf216dc-087f-414c-ad02-66793d5a6202",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The wyrm-wisp deals 1d6 extra necrotic damage against any target it has combat advantage against.",damage:"the wyrm-wisp deals 1d6 extra necrotic damage against any target it has combat advantage against",category:0},{id:"a5fd8f1b-bcf6-434a-a624-862844090ca4",name:"Death Dive",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The wyrm-wisp shifts 6 squares. If it enters the space of another creature, that creature takes 1d6 necrotic damage and is weakened until the end of the wyrm-wisp’s next turn.",damage:"that creature takes 1d6 necrotic damage and is weakened until the end of the wyrm-wisp’s next turn",category:2},{id:"03267708-09b3-43d3-a0ad-8c2174f6f960",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid creature killed by a wyrm-wisp rises as a freewilled wraith at the start of its creator’s next turn; a dragon instead rises as a wyrm-wisp. The new wraith appears in the space where it died or in the nearest unoccupied space. Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7fcc75eb-009a-44e8-8024-4bcf6218cb10",name:"Young Blazewyrm",details:"",size:3,origin:1,type:1,keywords:"dragon, fire",level:4,role:{type:2,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6 (hover)",alignment:"Unaligned",languages:"Draconic, Primordial",skills:"Athletics +11",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:136,initiative:2,ac:18,fortitude:18,reflex:17,will:16,regeneration:null,auras:[{id:"9b22e831-4a91-40b2-9815-b9d01daef027",name:"Body Blaze",keywords:"",details:"(Fire) aura 2; any creature that enters the aura or starts its turn within the aura takes 5 fire damage."}],powers:[{id:"76d3ff67-d481-448a-87ea-0a945a72d590",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 2d8+6 fire damage.",damage:"2d8+6 fire damage",category:1},{id:"151bf55a-b751-4659-bfb8-a3e465a0d1b2",name:"Blazewyrm Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blazewyrm makes two bite attacks. If both bites hit a single target, it makes a third bite attack against the same target.",damage:"",category:1},{id:"564bb845-da93-410d-8c69-02a2d17b2b41",name:"Tumbling Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire, Teleport",condition:"",range:"Close blast 5",attack:{bonus:5,defence:2},description:"",details:"3d6+4 fire damage, and the target takes ongoing 5 fire damage (save ends). Effect: The blazewyrm teleports to any open space adjacent to the border of the blast’s area.",damage:"3d6+4 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"f0149eeb-8851-41c5-b936-26fec2881a2c",name:"Young Brown Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:3,role:{type:4,flag:2,leader:!1},senses:"Perception +3; darkvision, tremorsense 10",movement:"8, burrow 6, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +8, Stealth +7",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:12},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:184,initiative:6,ac:21,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"bddf0321-aa39-42b6-8265-94f24ee81e97",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"aed5df3f-4496-44cf-a2cb-19bca6a91ac5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"945cb1e9-72a1-444d-b6a4-22b952234e2b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"f164d803-6aa4-4475-bfd4-6577f4a57f18",name:"Sand Spray",action:{action:4,trigger:"when an enemy attacks the dragon with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"targets the triggering enemy; 1d6+1 damage, and the target is blinded until the end of the dragon’s next turn.",damage:"1d6+1 damage",category:5},{id:"d59bf603-f9a5-40cb-92df-b5b7f5e5b0bb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:6,defence:1},description:"",details:"2d8+2 damage. The blast creates an area of swirling sand that remains in place until the end of the dragon’s next turn. Any creature that starts its turn adjacent to the area or that moves through the area takes 5 damage. The area blocks line of sight for all creatures except the dragon.",damage:"2d8+2 damage",category:1},{id:"192150eb-8dfd-4b81-9d67-72c4b5e9ab46",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"1573c2f8-327a-4158-8589-d2e7c22909bd",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:6,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"4a75365a-b0f1-4c8f-97aa-e371b15b8c90",name:"Sand Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The brown dragon transforms into a cloud of sand and shifts a number of squares up to its speed. It can move through occupied squares but must end in a legal space. Any creature whose space the dragon enters takes 1d6+4 damage and is blinded (save ends). The dragon returns to its normal form at the end of this move.",damage:"any creature whose space the dragon enters takes 1d6+4 damage and is blinded (save ends)",category:2},{id:"af5fa893-3be0-413a-bd56-9b4b99c6310c",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The brown dragon deals 1d6 extra damage against any target it has combat advantage against.",damage:"the brown dragon deals 1d6 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72baa6c8-9951-4e8f-8766-ec502323c104",name:"Young Gray Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:5,role:{type:7,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +9, Intimidate +8",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:260,initiative:6,ac:23,fortitude:22,reflex:21,will:21,regeneration:null,auras:[{id:"5e6252c4-40b7-476d-85c6-46301f4ca3c7",name:"Aura of Terror",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"99718234-5398-4769-958e-9ca01586ca36",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is immobilized and takes ongoing 5 damage (save ends both).",damage:"1d8+5 damage",category:1},{id:"1a5225a3-4348-4fe6-ac5e-fc7527e540b6",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and the target takes ongoing 5 damage (save ends).",damage:"1d6+5 damage",category:1},{id:"758b7b49-d464-42c2-8985-11ea4fc4b95a",name:"Slicing Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against one target and a tail lash attack against another target.",damage:"",category:1},{id:"37c0a657-0675-4af4-a086-4b46d69ac4bc",name:"Warding Tail",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a tail lash attack against the triggering enemy.",damage:"",category:5},{id:"b287b4ff-5561-42f0-9903-634011dbf65d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"1d10+3 acid damage, and the target is pushed 2 squares. The target also takes ongoing 5 acid damage and is immobilized (save ends both).",damage:"1d10+3 acid damage",category:1},{id:"facbcd28-4ab7-45ca-af03-64fc555d14b0",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"da6d2942-a6b1-4c8e-a551-321a91a2de10",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e546f9b-c41b-4e79-a585-17d9d2580eb8",name:"Young Purple Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:6,role:{type:3,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"7, fly 7 (hover), overland flight 14",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +13, Diplomacy +13, Dungeoneering +10, Insight +10, Intimidate +13",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:13},wisdom:{score:14},charisma:{score:20},hp:272,initiative:5,ac:24,fortitude:21,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"333973d9-098d-479d-a11e-f5de08719a49",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+1 damage, and the target takes ongoing 5 psychic damage (save ends).",damage:"1d8+1 damage",category:1},{id:"9fc58a52-05ed-4f45-a0cd-7357edc3cb44",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"f55cf01e-760d-4526-83ed-25dd73b0eb6d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"cd839f5f-3ee5-402d-a7a1-ce1a1f93d482",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"1d8+5 psychic damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Each time the target fails the saving throw against this effect, the purple dragon can slide it 3 squares. Miss: Half damage, and the target is not dazed and does not take ongoing damage.",damage:"1d8+5 psychic damage",category:1},{id:"ec9d451b-ab5e-482b-b9e2-5fda0302a78a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"582204f9-2d2c-4665-b957-27db4d005f80",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"targets a stunned or dazed creature; the target is dominated until the end of the dragon’s next turn. The purple dragon can use dominating gaze on only one creature at a time.",damage:"",category:3},{id:"7be9e3dc-ac7a-4d77-8707-6ac2a5a41be5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d935e2b4-caea-41a6-aacb-eed4f10f9e7c",name:"Harmed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A young purple dragon that begins its turn in direct sunlight can take only a single standard action on its turn. If it ends the turn in direct sunlight, it also takes 85 damage.",damage:"it also takes 85 damage",category:0}],damageModifiers:[{type:8,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7296c009-c46a-443a-b8da-c0ce4cfbfb8d",name:"Adamaaz Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +12, Intimidate +10, Stealth +12",equipment:"falchion; plate armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:74,initiative:9,ac:22,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"e5960af7-ce66-4edf-9b8f-688de3c764b3",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+5 damage (crit 2d4 + 12).",damage:"2d4+5 damage (crit 2d4 + 12)",category:1},{id:"2b028b6f-85ca-437b-9251-aaf50d29180b",name:"Thunderous Throes",action:null,keywords:"Thunder",condition:"when the draconian drops to 0 hit points",range:"Close burst 2",attack:{bonus:11,defence:1},description:"",details:"2d8+3 thunder damage, the target is knocked prone, and the target is deafened (save ends).",damage:"2d8+3 thunder damage",category:0},{id:"ce320e0a-ff06-4d2d-a897-abc1046069ca",name:"Marauding Step",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The draconian shifts 1 square and makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0f62f44-bec1-4e49-87e1-c2531315068a",name:"Adamantine Dragon Wyrmling",details:"ADAMANTINE WYRMLINGS ARE BORN STARVING, and they swiftly set out to hunt for food. Dependent on darkness and shadows to hide from larger predators, these creatures might not see light for the first months or years of life. They quickly develop the territoriality and temper of their parents, and this aspect of their nature occasionally results in adamantine wyrmlings killing one another.",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:7,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 6 (hover), overland flight 8",alignment:"Unaligned",languages:"Draconic",skills:"Insight +8",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:126,initiative:6,ac:21,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"2591df72-52d5-4ce8-a8d9-9bc0c720eb31",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+5 damage plus 1d6 thunder damage.",damage:"1d6+5 damage plus 1d6 thunder damage",category:1},{id:"69d363a5-adaa-4031-8cd1-e95d50a7a230",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"4071c04a-0548-460b-8edd-f536d1abd4ec",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"0e4497b9-02e5-499b-8327-1687fb4f9112",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"Close blast 4",attack:{bonus:8,defence:1},description:"",details:"3d6+4 thunder damage.",damage:"3d6+4 thunder damage",category:1}],damageModifiers:[{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9155077-3892-49f4-b55c-28d446a1ae3b",name:"Adult Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:3,origin:4,type:1,keywords:"dragon",level:11,role:{type:0,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +14, Insight +13, Intimidate +11",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:16},charisma:{score:13},hp:464,initiative:9,ac:24,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"7895a384-e49d-408f-8ac9-fd55939436bb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+5 damage plus 1d6 fire damage.",damage:"1d10+5 damage plus 1d6 fire damage",category:1},{id:"303de51c-0d3b-4fe1-aa7f-4801dc9115d9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"860b4f99-613d-42d2-9b68-70ac5bf1c5cd",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"049ea589-0bb5-4524-9729-63561d4fe86b",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets the triggering enemy; 1d10+5 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"1d10+5 damage",category:5},{id:"0d910553-0228-4438-9bcd-22a1bc264870",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"3d8+5 fire damage, and the dragon pushes the target 3 squares. Miss: Half damage.",damage:"3d8+5 fire damage",category:1},{id:"0b9f85fd-894b-4d76-b09f-daff2775ab64",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it. If the dragon is flying, it can shift up to 5 squares before making this attack.",damage:"it can shift up to 5 squares before making this attack",category:5},{id:"b583c6b2-5a57-48bb-b282-6b4f0780d981",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"2d6+5 fire damage. Effect: Each creature adjacent to the target takes 2d6 fire damage.",damage:"2d6+5 fire damage",category:1},{id:"b51969b3-45f6-4f51-846d-7fec652509ad",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e03b64d7-3024-4d25-b83d-8a1885dcc703",name:"Adult Bronze Dragon",details:"Order’s sworn servants, bronze dragons can seem arrogant and haughty, with an inflated sense of self, a tendency that can put them at odds with those they meet. In rare cases, this self-righteousness grows into something far more sinister, and the bronze dragon takes over what it sees as lesser races, ruling as a cruel tyrant that demands worship and subservience from its subjects. Bronze dragons claim coastlines, inlets, and islands as their own, constructing lairs in coastal caves that have access to the sea. More aggressive bronze dragons purposely choose lairs near shipping lanes so they can claim tribute from merchant vessels as those craft pass by. All bronze dragons share a deep and abiding hatred for blue dragons, and they are vigilant in protecting their homes from these despised interlopers.",size:3,origin:4,type:1,keywords:"aquatic, dragon",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 8 (hover), overland flight 10, swim 6",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +13, Intimidate +16",equipment:"",category:"",strength:{score:26},constitution:{score:21},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:20},hp:507,initiative:12,ac:26,fortitude:28,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"0809b541-89f8-4f7b-a242-41c672142e31",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+8 damage plus 3d6 lightning damage.",damage:"2d8+8 damage plus 3d6 lightning damage",category:1},{id:"ee5e21bf-7d50-4a1a-ac01-5395d30d3ea9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+10 damage.",damage:"2d8+10 damage",category:1},{id:"9458c9be-50b3-4c09-b4ea-7caa03b0ecfc",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"72219b7d-41a4-40a9-8e03-f44cc010519b",name:"Wing Smash",action:{action:4,trigger:"when an enemy moves to a space where it flanks the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d12+6 damage, and the dragon pushes the target 2 squares.",damage:"2d12+6 damage",category:5},{id:"1fa85ac0-e878-46d9-9a4e-b12153a60825",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:15,defence:2},description:"",details:"3d8+5 lightning damage, and the dragon pushes the target 2 squares. If the attack hit at least one target, the dragon makes a secondary attack against a creature within 10 squares that was not a target of the primary attack. Miss: Half damage. Secondary Attack: +15 vs. Reflex; 2d10 + 5 lightning damage, and the dragon pushes the target 1 square.",damage:"3d8+5 lightning damage",category:1},{id:"b95159fb-0df7-47f9-87b1-97a1e054167f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"18f5a2f2-5ff9-4f39-8961-537f9d0b4b0c",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b0ecee3b-9a45-4785-a17d-0a40522e0903",name:"Restorative Dive",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"while bloodied and completely submerged in water",range:"",attack:null,description:"",details:"The dragon regains 126 hit points and gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The dragon regains 126 hit points and gains a +2 bonus to attack rolls until the end of its next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0794de4-e40b-4732-a589-bc1e8c746290",name:"Adult Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:3,origin:4,type:1,keywords:"dragon",level:12,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"6 (ice walk), fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +17, Endurance +16, Intimidate +14",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:16},intelligence:{score:13},wisdom:{score:16},charisma:{score:17},hp:500,initiative:9,ac:27,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"dfac5171-8163-446e-a772-3aff364756cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 cold damage, and the target is slowed (save ends).",damage:"2d6+6 cold damage",category:1},{id:"250bc987-4cbe-4fd4-8bad-0a9d80e51620",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"9c563121-8b7c-4a13-b882-280f11e9374a",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 2 squares, and then makes two claw attacks against a different target.",damage:"shifts 2 squares",category:1},{id:"e93c47d4-bac7-400b-9394-b8d82a524b70",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:14,defence:1},description:"",details:"1d8+6 damage, and the dragon pushes the target 2 squares.",damage:"1d8+6 damage",category:5},{id:"f93ad757-8d98-4a46-a538-096d1d294225",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:15,defence:0},description:"",details:"targets slowed or restrained creatures; 2d8+6 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"2d8+6 damage",category:1},{id:"7e5ebafb-ac0d-401c-b07b-ec0f418be86c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"2d8+6 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"2d8+6 cold damage",category:1},{id:"3b9b0f14-2fc4-4649-b940-56b3f6444858",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"b92410f5-e36d-40d8-b89b-93656217cb54",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3789acf0-c46e-4bc5-9cc6-8b78986d07aa",name:"Adult Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:13,role:{type:4,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"7, fly 7 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +17, Bluff +16, Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:23},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:516,initiative:16,ac:27,fortitude:26,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"77dd4634-00ce-481e-8222-e719f969cd3d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d12+7 damage.",damage:"1d12+7 damage",category:1},{id:"57fb7bbf-4242-4e26-841a-c38100ae5da5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"7cb586d1-0d48-45b5-a341-70e7943ab19f",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"dd85c396-a923-4feb-a51c-9be9a5311a55",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"5e19e741-74cb-41db-b29b-269c2e5564fb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d8+4 poison damage, and the target takes ongoing 5 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"2d8+4 poison damage",category:1},{id:"60df3174-7250-47c0-803b-034e396c3142",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"b1b95b7d-d999-4b25-9faf-ddc7453322b1",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"7b038407-3c71-4587-890d-326af8544931",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares",category:2},{id:"45fbe303-5b76-4068-b9cc-36a82538574c",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as any Medium or Large humanoid, including a unique individual (see “Change Shape,” MM2 216).",damage:"",category:3},{id:"650476f3-68c1-4820-b49e-3a1f75f725ed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 2d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 2d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7d9bd79b-07c7-4ea7-a157-2df2fca441d6",name:"Adult Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:3,origin:4,type:1,keywords:"dragon",level:18,role:{type:6,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"8, fly 10 (hover), overland flight 12, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +19, History +19, Insight +20, Intimidate +19, Religion +19",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:27},intelligence:{score:20},wisdom:{score:22},charisma:{score:20},hp:684,initiative:19,ac:32,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"65e5a5b1-9832-46ac-8dcd-854d45969e3d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d8+7 damage",category:1},{id:"683dbde1-0c01-4958-83d3-d5ef40061ab7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"4f80d47f-977c-4f01-b039-022bdfa2da9b",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"02e5969f-84f8-4fe1-b9d5-d3c82535a0f8",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Reach 2; 3d8+6 damage, and the dragon pushes the target 3 squares.",damage:"3d8+6 damage",category:3},{id:"3819a869-5b4e-4ad9-b66c-470c73e8e4b8",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8+4 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"3d8+4 radiant damage",category:1},{id:"91ec5bca-8bcc-4492-bd7d-5ec181f026e1",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"0b885b04-331f-4563-b76b-eda7fe899991",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10",attack:{bonus:14,defence:2},description:"",details:"targets up to four enemies; 2d8+7 damage, and the target takes ongoing 5 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"2d8+7 damage",category:1},{id:"d7001449-5a10-4cce-b838-744ad518d886",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"e04cb87d-4b03-43c7-813a-97bbd3dbab7b",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares.",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c35a89c9-b324-4742-9a9c-9923091a410e",name:"Adult Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:3,origin:4,type:1,keywords:"dragon",level:13,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +13, Insight +12, Intimidate +14",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:14},wisdom:{score:13},charisma:{score:17},hp:532,initiative:13,ac:29,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"4e7ea5ab-30fc-42d3-a6d2-397386aa4b26",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 2d6 acid damage.",damage:"1d10+6 damage plus 2d6 acid damage",category:1},{id:"5823186a-a494-4262-90f2-fd45f93f55ab",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d12+6 damage, and the target is marked until the end of the dragon’s next turn.",damage:"1d12+6 damage",category:1},{id:"dfaa9a9b-9c22-4c4a-8d31-c1d4ac7f75df",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"677e8118-a28a-4bb2-b2ef-2d0ce5845f72",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d8+4 acid damage, and an adult vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"2d8+4 acid damage",category:1},{id:"ebacb8e5-e482-40bf-8a39-72f8803747e6",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"964c4b68-71ee-4063-af15-6ec8ca0b1aa7",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f006750c-0cde-493f-8443-971fb7b47559",name:"Adult Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:14,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +19, Diplomacy +19, Insight +16",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:19},charisma:{score:24},hp:560,initiative:11,ac:29,fortitude:26,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"d03edd06-80e7-4e42-b748-4665183a7955",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage plus 1d10 force damage, and the dragon slides the target 2 squares.",damage:"2d8+6 damage plus 1d10 force damage",category:1},{id:"a5bfc9db-b9e0-4747-aaee-e732b911a673",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"8b04d0bb-da81-4656-a240-fa46e5ec1e27",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"0b86cef4-3855-4313-b3dd-046400541e3b",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets the triggering enemy; 2d8+6 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"2d8+6 damage",category:5},{id:"d93bd097-6b7d-4211-83af-14ee98282118",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"the dragon slides the target 1 square, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 1 square",category:3},{id:"7b415733-12c4-4a88-b2d4-066fac1878c3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:18,defence:1},description:"",details:"4d6+6 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"4d6+6 force damage",category:1},{id:"cff16301-d448-4d37-b78b-2075947a59c4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"4992ab12-aa27-45c9-8f2e-232cb741cb18",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"07ec49b4-a9ed-49cf-8af8-9103d50fb192",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b5f9887-5912-4aa1-95e4-8c31b0b29756",name:"Adult Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:12},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:26,fortitude:25,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"0d568f72-26be-46ab-adab-9ec419710cdb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"13 acid damage.",damage:"13 acid damage",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1d363e94-e7e3-40fa-9629-1d5a22c73a41",name:"Aelathric Sahuagin Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6, swim 6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"trident",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:1,initiative:9,ac:26,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"88d88186-98fd-42f5-906c-c31fce5f96af",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"13158af0-8859-4fda-98c3-4ba5d4348b56",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:17,defence:0},description:"",details:"6 damage. The sahuagin guard must retrieve its trident before it can throw it again.",damage:"6 damage",category:1},{id:"f3019c14-caec-450c-8284-668b49c07763",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"a sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bac381f9-7a1c-44b3-ae38-e74c9f9a52fe",name:"Aelathric Sahuagin Priest",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"holy symbol; trident",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:22},charisma:{score:18},hp:102,initiative:11,ac:25,fortitude:24,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"8128b4fc-55a2-46c5-aca7-bf34ffb0f9b6",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"c3d59ccc-f7b5-4f69-a6d8-522e5bcbd54a",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage. The sahuagin priest must retrieve its trident before it can throw it again.",damage:"2d8+6 damage",category:1},{id:"681cabde-17a1-46a1-99fe-c570e6e0fb48",name:"Water Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10 (20 while in water)",attack:{bonus:20,defence:0},description:"",details:"2d6+4 damage (3d6 + 6 while in water).",damage:"2d6+4 damage (3d6 + 6 while in water)",category:1},{id:"690ebef4-6303-49ef-9b80-7fac024ccdce",name:"Spectral Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a target saves against this effect"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:18,defence:3},description:"",details:"spectral shark jaws appear and bite the target; 3d8+4 damage, and the target takes ongoing 5 damage and a -2 penalty to all defenses (save ends both).",damage:"3d8+4 damage",category:1},{id:"a8acba28-06ee-4d47-8c3e-7e9116dcfa96",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"a sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4951f20-3585-4ed5-9588-86cfa83dc92b",name:"Ancient Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:5,origin:4,type:1,keywords:"dragon",level:26,role:{type:0,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +26, Insight +23, Intimidate +21, Nature +23",equipment:"",category:"",strength:{score:27},constitution:{score:26},dexterity:{score:24},intelligence:{score:19},wisdom:{score:20},charisma:{score:17},hp:968,initiative:20,ac:39,fortitude:39,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"39142aa6-7628-470b-b56f-fe50b29a0ea5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+9 damage plus 2d8 fire damage.",damage:"2d8+9 damage plus 2d8 fire damage",category:1},{id:"677045b7-3520-44a4-b86e-1015ed6c9fad",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"9798be98-6dc6-4b28-9665-d61758a88f2a",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 2 squares.",damage:"and then shifts 2 squares",category:1},{id:"856a0b10-3cc5-481d-8c36-17d2b72f3b90",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Targets the triggering enemy; 2d10+9 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"2d10+9 damage",category:5},{id:"c7f1d1cb-fe51-49c6-92b8-c229dbb66ecf",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 7",attack:{bonus:31,defence:2},description:"",details:"5d10+9 fire damage, and the target is knocked prone. Miss: Half damage.",damage:"5d10+9 fire damage",category:1},{id:"6dffe95a-b752-419d-9631-9868f9ee930a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it. If the dragon is flying, it can shift 12 squares before making this attack.",damage:"it can shift 12 squares before making this attack",category:5},{id:"9a0abefa-eae9-47ee-b8ba-261adc2d2df9",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"3d8+9 fire damage. Effect: Each creature adjacent to the target takes 3d8 fire damage.",damage:"3d8+9 fire damage",category:1},{id:"643c06ba-a79e-4542-8b09-2ca37899a268",name:"Fiery Strafe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"The dragon flies up to 12 squares and creates a wall of fire 1 square high on the ground directly beneath its path; area wall 12 within 10 (only in squares the dragon flew over); any creature that starts its turn in the wall’s space or moves into it takes 25 fire damage. The wall lasts until the end of the dragon’s next turn.",damage:"any creature that starts its turn in the wall’s space or moves into it takes 25 fire damage",category:1},{id:"b87e079f-744a-459a-be83-508fee8afdc5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"e2d1023b-42c9-4390-96d5-bf7da0ab05ed",name:"Ignite",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"after using breath weapon or fire stream",range:"",attack:null,description:"",details:"Any creature hit by the triggering attack also takes ongoing 15 fire damage and is dazed (save ends both).",damage:"any creature hit by the triggering attack also takes ongoing 15 fire damage and is dazed (save ends both)",category:4}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d6670bf-dee8-4414-a31b-05fa0fce2ce5",name:"Ancient Bronze Dragon",details:"Order’s sworn servants, bronze dragons can seem arrogant and haughty, with an inflated sense of self, a tendency that can put them at odds with those they meet. In rare cases, this self-righteousness grows into something far more sinister, and the bronze dragon takes over what it sees as lesser races, ruling as a cruel tyrant that demands worship and subservience from its subjects. Bronze dragons claim coastlines, inlets, and islands as their own, constructing lairs in coastal caves that have access to the sea. More aggressive bronze dragons purposely choose lairs near shipping lanes so they can claim tribute from merchant vessels as those craft pass by. All bronze dragons share a deep and abiding hatred for blue dragons, and they are vigilant in protecting their homes from these despised interlopers.",size:5,origin:4,type:1,keywords:"aquatic, dragon",level:29,role:{type:2,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"10, fly 12 (hover), overland flight 15, swim 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +22, Intimidate +27",equipment:"",category:"",strength:{score:34},constitution:{score:29},dexterity:{score:29},intelligence:{score:17},wisdom:{score:19},charisma:{score:27},hp:968,initiative:23,ac:41,fortitude:43,reflex:40,will:40,regeneration:null,auras:[{id:"7e29f13a-5c94-47f8-a55a-a07275735d85",name:"Living Tempest",keywords:"",details:"(Lightning) aura 5; each creature that starts its turn within the aura takes 15 lightning damage."}],powers:[{id:"4f7fa3d3-8bf0-42da-803a-64f17b7aad74",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 2d12+13 damage plus 6d8 lightning damage.",damage:"2d12+13 damage plus 6d8 lightning damage",category:1},{id:"98f7dd33-92ef-49f8-a9fc-816aa007413a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 3d12+10 damage.",damage:"3d12+10 damage",category:1},{id:"154e473a-a2a9-4f96-8e63-ad5c28c04392",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"ebac04b5-e049-4bf9-9be0-7385c7ec9bfc",name:"Wing Smash",action:{action:4,trigger:"when an enemy moves to a space where it flanks the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"3d12+13 damage, and the dragon pushes the target 3 squares.",damage:"3d12+13 damage",category:5},{id:"fac23462-4a8e-4f20-9f3a-5733d1d10b46",name:"Pinning Claw",action:{action:4,trigger:"when an adjacent enemy moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d12+10 damage, and the dragon grabs the target. If the dragon uses double attack while grabbing a target, it must target a grabbed creature with at least one attack if it is able.",damage:"3d12+10 damage",category:5},{id:"c13be969-1608-47af-a025-c6c40b84dcef",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:30,defence:2},description:"",details:"4d10+10 lightning damage, and the dragon pushes the target 4 squares. If the attack hit at least one target, the dragon makes a secondary attack against a creature within 10 squares that was not a target of the primary attack. Miss: Half damage. Secondary Attack: +22 vs. Reflex; 3d12 + 9 lightning damage, and the dragon pushes the target 2 squares.",damage:"4d10+10 lightning damage",category:1},{id:"b6056395-4758-4184-a56a-c9c2a5ff2be9",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"f51e0692-ee22-4003-9c1b-cb33ed988bae",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:30,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"0f6bf642-c2db-43b7-a963-dc8e78c5d47a",name:"Restorative Dive",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"while bloodied and completely submerged in water",range:"",attack:null,description:"",details:"The dragon regains 242 hit points and gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The dragon regains 242 hit points and gains a +2 bonus to attack rolls until the end of its next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e54d6340-1eee-4c74-b01b-062a6cd76980",name:"Ancient Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:3,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"8 (ice walk), fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +27, Endurance +26, Intimidate +25",equipment:"",category:"",strength:{score:28},constitution:{score:27},dexterity:{score:20},intelligence:{score:16},wisdom:{score:19},charisma:{score:24},hp:1004,initiative:18,ac:41,fortitude:41,reflex:37,will:39,regeneration:null,auras:[{id:"3537380f-33ef-4ed3-860a-c25e2e837cda",name:"Aura of Chill Mist",keywords:"",details:"(Cold) aura 5; each creature that enters the aura or starts its turn there takes 20 cold damage. The ground is coated with ice and becomes difficult terrain, and the squares of the aura are lightly obscured."}],powers:[{id:"7d09cb10-2c79-475d-8491-7846847580dc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d6+9 cold damage, and the target is slowed (save ends).",damage:"3d6+9 cold damage",category:1},{id:"8817a5af-f806-4d86-a4d6-09e73f66dfdd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"c949b9b5-378d-4bb1-8146-4a440f8cbc80",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 3 squares, and then makes two claw attacks against a different target.",damage:"shifts 3 squares",category:1},{id:"597d0e5d-3e51-4a05-baaf-82186d7302b8",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:28,defence:1},description:"",details:"2d8+9 damage, and the dragon pushes the target 3 squares.",damage:"2d8+9 damage",category:5},{id:"a4dbd451-1933-4406-b7e8-af752101fbbb",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:30,defence:0},description:"",details:"targets slowed or restrained creatures; 4d8+9 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"4d8+9 damage",category:1},{id:"cb208f07-092b-4385-93d7-34beaf2dc6ab",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:28,defence:1},description:"",details:"3d10+9 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"3d10+9 cold damage",category:1},{id:"f20f4386-2df4-468d-ab67-3c70c18c46ea",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"8e8fa7ed-f444-4f60-9bda-6a7ec9bddd6f",name:"Rimedeath Fog",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:30,defence:1},description:"",details:"2d10+9 cold damage, and the target is slowed and weakened (save ends both). Miss: Half damage. Effect: The burst becomes a zone of freezing fog. It is difficult terrain and the squares within it are heavily obscured. The zone persists until the dragon uses this power again or until the end of the encounter.",damage:"2d10+9 cold damage",category:1},{id:"656411ea-7e1e-471b-a154-d58ecc4a558b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"33919402-2661-4ece-9c7e-4bc8dd7ceafb",name:"Ancient Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:5,origin:4,type:1,keywords:"dragon, shapechanger",level:28,role:{type:4,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"9, fly 8 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +29, Bluff +26, Stealth +29",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:30},intelligence:{score:15},wisdom:{score:15},charisma:{score:24},hp:1012,initiative:28,ac:42,fortitude:41,reflex:42,will:38,regeneration:null,auras:[],powers:[{id:"38cb2c43-fb6c-4417-a666-b32c7928d33f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d10+11 damage.",damage:"2d10+11 damage",category:1},{id:"bb8cc20c-54f9-4897-92fd-5d1f3d6bf1f6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8+11 damage.",damage:"2d8+11 damage",category:1},{id:"ce947291-653f-4459-afa5-4450a3acff48",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"a73d1525-5271-41a3-b555-acad543f6162",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"1e8defe2-560a-4c19-a1b0-2e62f38f0f0b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:31,defence:1},description:"",details:"4d8+7 poison damage, and the target takes ongoing 15 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"4d8+7 poison damage",category:1},{id:"9837298c-774b-4d6b-aef5-14d3cbc0571d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"12085d7b-e610-4842-a150-d33bfd98d997",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"0e4f23a0-ee8f-4b01-82a6-cec16b831ea1",name:"Fluid Shape",action:{action:5,trigger:"when an enemy attacks the dragon",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The triggering attack instead targets a different creature adjacent to the dragon.",damage:"",category:5},{id:"5aabc8e6-fc29-485f-93b7-f9f6500aa941",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 8 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 8 squares",category:2},{id:"8dbdcce6-6914-4956-829f-a296c53048e5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as any Medium or Large humanoid, including a unique individual (see “Change Shape,” MM2 216).",damage:"",category:3},{id:"f1727c25-2068-4246-b2b4-5f53606b873b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 3d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 3d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"412e7bc1-632c-4919-9a68-0ff98c87a8fe",name:"Ancient Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:5,origin:3,type:1,keywords:"dragon",level:31,role:{type:6,flag:2,leader:!1},senses:"Perception +29; darkvision",movement:"12, fly 14 (hover), overland flight 18, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +28, History +28, Insight +29, Intimidate +28, Religion +28",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:33},intelligence:{score:26},wisdom:{score:28},charisma:{score:26},hp:1120,initiative:28,ac:45,fortitude:42,reflex:44,will:42,regeneration:null,auras:[],powers:[{id:"48edd3fd-eef8-4ee1-8b06-83c42de521dd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 2d8+12 damage, and the target takes ongoing 15 radiant damage (save ends).",damage:"2d8+12 damage",category:1},{id:"dfa37b6a-1feb-4a7a-bfee-c3430adcbb53",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"108a7aeb-7592-46d4-b98e-8a1885e466be",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"75cffa73-45d8-482a-9b6f-d478d62572ef",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"Reach 4; 4d10+7 damage, and the dragon pushes the target 3 squares.",damage:"4d10+7 damage",category:3},{id:"fa663482-9a46-41f3-a138-999e2f8e6225",name:"Mithral Prescience",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target.",damage:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target",category:3},{id:"a934c1e3-143f-4458-b95a-7e14afb4e19e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:34,defence:2},description:"",details:"4d10+5 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"4d10+5 radiant damage",category:1},{id:"30cddc55-07f6-40b9-87ff-d95e35d26290",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"28922b4f-e009-4a84-85e7-dffbb04fcab6",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10",attack:{bonus:34,defence:2},description:"",details:"targets up to four enemies; 4d8+5 damage, and the target takes ongoing 15 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"4d8+5 damage",category:1},{id:"8b51d87e-e4fd-43e0-b1a0-11c243fc7405",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:34,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8cfe022a-e42b-49aa-bc91-867194e74d11",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cf63f117-c215-4868-8fc8-012f87c91b65",name:"Ancient Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:5,origin:4,type:1,keywords:"dragon",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"12, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +23, Intimidate +25, Nature +22",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:19},wisdom:{score:17},charisma:{score:22},hp:1040,initiative:24,ac:44,fortitude:42,reflex:40,will:38,regeneration:null,auras:[{id:"0d374e4b-1fa0-496b-a0a9-a76be6674f39",name:"Corrosive Fumes",keywords:"",details:"(Acid) aura 3; any creature that enters the aura or starts its turn there takes 20 acid damage."}],powers:[{id:"62135a38-a772-4cb7-877b-6830572817ba",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 4; 2d10+10 damage plus 4d6 acid damage.",damage:"2d10+10 damage plus 4d6 acid damage",category:1},{id:"ce2efbe9-1b53-44ec-b6c9-0311e76f300b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 2d10+10 damage, and the target is marked until the end of the dragon’s next turn.",damage:"2d10+10 damage",category:1},{id:"ae6df4ec-4806-444b-9aa4-04c1609d296d",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"67dd8ea1-6d10-4ff4-a6ee-c9f23f351f8a",name:"Tail Coil",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 4; 3d10+10 damage, and the target is grabbed. A creature grabbed by this attack takes 20 damage at the start of each of its turns. The dragon can grab only one creature with tail coil at a time.",damage:"3d10+10 damage",category:5},{id:"ffacc44f-1f8b-4a7d-8e02-7be347f93262",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"3d10+8 acid damage, and an ancient vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"3d10+8 acid damage",category:1},{id:"b07b2e1f-9903-4318-823c-fa17d1d39089",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"9a4671f8-3733-4715-b5fa-06572237fab4",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c63c1823-a288-439c-a721-4adfbb549c71",name:"Ancient Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:5,origin:4,type:1,keywords:"dragon, shapechanger",level:29,role:{type:3,flag:2,leader:!1},senses:"Perception +26; darkvision",movement:"12, fly 14 (hover), overland flight 20",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +30, Diplomacy +30, Insight +26",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:28},intelligence:{score:21},wisdom:{score:25},charisma:{score:32},hp:1072,initiative:23,ac:44,fortitude:41,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"24d1e6e8-5317-47ed-9a99-7494a52bdf19",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 3d8+11 damage plus 3d8 force damage, and the target slides 3 squares.",damage:"3d8+11 damage plus 3d8 force damage",category:1},{id:"ef67b7e5-f49d-4862-b0f6-db882063ed5a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 3d6+11 damage.",damage:"3d6+11 damage",category:1},{id:"1d4b6216-8cfe-454b-a81c-517228fab9c0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"7a86732b-65d2-4ac0-b486-4fda578c6346",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Targets the triggering enemy; 3d6+11 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"3d6+11 damage",category:5},{id:"7c058482-66fa-41e5-95ec-00f07227f976",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:31,defence:3},description:"",details:"the dragon slides the target 3 squares, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 3 squares",category:3},{id:"8eaf91dc-28d6-4adc-9870-fb99b3e81b76",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:33,defence:1},description:"",details:"5d8+9 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"5d8+9 force damage",category:1},{id:"ce5559f3-5b30-48ad-a8b3-6cfc2ae7e8c4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"bdf99641-515b-4c2a-a4fa-f90896d65e26",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"812ce56d-f28b-4250-835f-d243149e5761",name:"Force Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the dragon uses breath weapon"},keywords:"Force, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:33,defence:2},description:"",details:"4d8+9 force damage. Effect: The burst becomes a zone of force until the end of the dragon’s next turn. A creature within the zone can’t leave it.",damage:"4d8+9 force damage",category:1},{id:"ea9a3b59-5509-49a4-a12e-400b919cce4e",name:"Hidden Steel",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The dragon becomes invisible until the end of its next turn or until it attacks. Sustain Minor: The effect persists.",damage:"",category:3},{id:"f210eeed-0df9-4581-b37b-b7b448f6ef9e",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b05bb606-fd1d-4d37-8e06-0ec477040011",name:"Ancient Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:22},dexterity:{score:18},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:41,fortitude:40,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"4ae2dfea-60aa-4317-bbe1-2e492fa413b0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"20 acid damage.",damage:"20 acid damage",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5cc615df-2364-48f1-8bc8-0e17c7b94fda",name:"Angel of the Sigil and Word",details:"",size:2,origin:3,type:2,keywords:"angel",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +23",movement:"6, fly 10 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +22, Thievery +23",equipment:"plate armor",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:24},intelligence:{score:22},wisdom:{score:24},charisma:{score:25},hp:217,initiative:18,ac:39,fortitude:35,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"b2a4d5cb-5bc4-42f1-80ad-69c171f75c88",name:"Radiant Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d10+8 radiant damage, and the target is under the effect of angelic sigil (save ends).",damage:"2d10+8 radiant damage",category:1},{id:"ba7aa4eb-5420-4cf9-8fb8-9cd9d5aa6c06",name:"Dominating Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:25,defence:3},description:"",details:"targets one creature under the effect of angelic sigil; the target is dominated (save ends).",damage:"",category:3},{id:"83d04819-1b52-4fc0-ae86-cefba3cbce2a",name:"Repelling Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:25,defence:1},description:"",details:"targets one creature under the effect of angelic sigil; the angel pushes the target 4 squares, and the target is knocked prone.",damage:"the angel pushes the target 4 squares",category:3},{id:"d2a3096f-f08f-4e4d-b29f-a4685c4fef7f",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel takes a -2 penalty to the attack roll.",damage:"Any attack against the angel takes a -2 penalty to the attack roll",category:0},{id:"8d5fc614-31d2-44f1-afce-cb071c49ffcd",name:"Angelic Sigil",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each creature under the effect of angelic sigil is marked by the angel and takes a -5 penalty to saving throws.",damage:"Each creature under the effect of angelic sigil is marked by the angel and takes a -5 penalty to saving throws",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc87c9dc-c84b-4a7a-a5e9-9c05e1eebf9f",name:"Askaran-Rus",details:"",size:3,origin:5,type:2,keywords:"undead",level:24,role:{type:2,flag:1,leader:!0},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"Common, telepathy 20",skills:"Stealth +23",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:16},wisdom:{score:20},charisma:{score:26},hp:548,initiative:18,ac:35,fortitude:37,reflex:35,will:37,regeneration:null,auras:[{id:"fa9ab67e-c766-41c4-a0bb-8165177783c2",name:"Void Chill",keywords:"",details:"(Cold, Necrotic) aura 5; each enemy that starts its turn in the aura takes 5 cold and necrotic damage and grants combat advantage until the start of the enemy’s next turn."}],powers:[{id:"78cd1ac1-11d5-4319-8322-e78c38b6b3a1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 1d8+8 damage plus 2d8 cold and necrotic damage, and the target is dazed until the end of Askaran-Rus’s next turn.",damage:"1d8+8 damage plus 2d8 cold and necrotic damage",category:1},{id:"14282569-dc57-45d4-a022-e1c506e09173",name:"Finger of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"targets a bloodied creature; the target drops to 0 hit points. (Resistance to necrotic damage doesn’t affect this power).",damage:"(resistance to necrotic damage doesn’t affect this power)",category:1},{id:"feca4c2a-c54f-49fc-a8f8-2b9d9765dd26",name:"Void Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:25,defence:3},description:"",details:"2d10+8 necrotic damage, Askaran-Rus pushes the target 4 squares, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d10+8 necrotic damage",category:3}],damageModifiers:[{type:2,value:-20},{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"332e3f38-f9fa-4021-a125-9afae2d3d9ac",name:"Aspect of Bahamut",details:"BAHAMUT CAN CREATE AN ASPECT OF HIMSELF from the willing sacrifice of a powerful metallic dragon worshiper. The dragon dies, but rises anew as an aspect of the Platinum Dragon itself, remembering all of its previous life and now utterly bound to Bahamut. Bahamut prefers for his dragon worshipers to remain dragons rather than sacrificing themselves in this manner, but he sometimes uses aspects as longterm guardians, ambassadors for crucial diplomatic efforts, or extraplanar authorities who bring to justice villains too powerful for anything less than an aspect of the god of justice.",size:4,origin:3,type:1,keywords:"dragon",level:18,role:{type:7,flag:2,leader:!0},senses:"Perception +18; darkvision",movement:"10, fly 10 (hover), teleport 5",alignment:"Lawful Good",languages:"all",skills:"Arcana +18, Diplomacy +19, History +18, Insight +18, Intimidate +19, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:14},intelligence:{score:18},wisdom:{score:19},charisma:{score:20},hp:704,initiative:11,ac:35,fortitude:32,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"e33ea6c3-1e4f-4e58-b3bb-494d6b8cc951",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d10+8 damage, and ongoing 10 damage.",damage:"2d10+8 damage",category:1},{id:"d14efd9a-4a85-41ff-9ac8-b1d179d5f54d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"8a7ae23e-49e1-4466-b6c2-7f55aae4936c",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Bahamut makes two claw attacks and one bite attack.",damage:"",category:1},{id:"0901e2e4-ad3b-4be2-b35d-7518af1a217a",name:"Snatch",action:{action:5,trigger:"when an enemy moves into a square adjacent to the aspect of bahamut",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d10+8 damage, and the target is grabbed. First Failed Escape Attempt: The aspect of Bahamut automatically hits the target with its bite attack.",damage:"2d10+8 damage",category:5},{id:"f813b85d-fbf1-47f8-92a4-e69c70e24495",name:"Polar Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Cold",condition:"all breath weapons share one recharge roll",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d12+10 cold damage, and the target is immobilized (save ends). Miss: Half damage.",damage:"3d12+10 cold damage",category:1},{id:"61e3ad33-d150-4f7f-a78d-ea62facf458e",name:"Disintegration Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"all breath weapons share one recharge roll",range:"Close blast 5",attack:{bonus:20,defence:1},description:"",details:"3d12+10 damage, and 10 ongoing damage (save ends).",damage:"3d12+10 damage",category:1},{id:"0ed25f1e-6714-485f-ac88-77a645de34e2",name:"Misty Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"all breath weapons share one recharge roll",range:"Close blast 5",attack:{bonus:20,defence:3},description:"",details:"+20 vs. Will; the target is stunned, weakened, and transformed into fine mist (save ends all). While the target is in this mist form, enemies can move through the target’s space freely.",damage:"+20 vs",category:1},{id:"e3387aff-17d6-47dd-9774-df3cc6485cb7",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Bahamut’s breath weapon recharges, and it uses polar breath, disintegration breath, or misty breath.",damage:"",category:5},{id:"3220f118-b248-448b-985d-3b5c141fb80c",name:"Frightful Majesty",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the aspect of Bahamut’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:3}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2daf8010-bf49-4749-9545-74c94de84222",name:"Aurak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +13, Insight +14",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:13},intelligence:{score:20},wisdom:{score:20},charisma:{score:18},hp:70,initiative:5,ac:22,fortitude:19,reflex:21,will:21,regeneration:null,auras:[{id:"d2d79f54-b0df-4ef4-bf1e-bf646e2e5bfc",name:"Fiery Frenzy",keywords:"",details:"(Fire) aura 1; only when the aurak draconian drops to 0 hit points; each enemy that starts its turn within the aura takes 5 fire damage. See also death frenzy."}],powers:[{id:"f5572773-a328-47bd-82d3-1d6d5a18810c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"db8886fe-ff6f-4649-8c2a-b6bb9e830285",name:"Fiery Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 5",attack:{bonus:12,defence:2},description:"",details:"1d10 + 7 fire damage.",damage:"1d10 + 7 fire damage",category:1},{id:"d0c4553d-00d8-4cdf-8990-1b2878f50f83",name:"Mindbend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"1d6 + 5 psychic damage, and the target is dominated (save ends).",damage:"1d6 + 5 psychic damage",category:1},{id:"159d5b26-bcc8-4232-8492-06407ee88511",name:"Death Frenzy",action:null,keywords:"",condition:"when the draconian drops to 0 hit points",range:"The draconian does not fall dead, but instead flies into a savage and fiery rage. Its fiery frenzy aura is activated. The draconian can make only melee basic attacks, but it deals 1d6 extra damage on those attacks. At the end of each of its turns, the draconian makes a saving throw. If it fails, it dies. It also dies if an enemy scores a critical hit against it.",attack:null,description:"",details:"",damage:"",category:0},{id:"b6b17bda-ea67-46f1-b018-37cfb9958448",name:"Dimensional Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The aurak draconian teleports 5 squares.",damage:"The aurak draconian teleports 5 squares",category:2},{id:"ad45d474-99f3-4599-ad02-32a4d526f699",name:"Defend Me!",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 5 squares shifts 1 square.",damage:"One ally within 5 squares shifts 1 square",category:3},{id:"63ff4eee-1dcf-47de-bcfa-f15e6cbe9f1e",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"An aurak draconian can alter its physical form to appear as any Medium humanoid (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b2d7bfe2-a8c7-4426-a6e3-753a670148f6",name:"Baaz Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +7, Bluff +7, Intimidate +7",equipment:"longsword; scale armor",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:14},intelligence:{score:8},wisdom:{score:12},charisma:{score:13},hp:41,initiative:5,ac:18,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"1e077349-78ec-48d5-84e6-697bf9c4e5b7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the draconian’s next turn.",damage:"1d8+5 damage",category:1},{id:"eee2e8f5-6c97-4029-8277-244b107ceff6",name:"Leaping Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The draconian makes a charge attack, ignoring difficult terrain; 2d8+5 damage, and the target is marked until the end of the draconian’s next turn.",damage:"2d8+5 damage",category:1},{id:"3c730d83-f5c6-468b-b35b-f7f05ab53712",name:"Stone Dead",action:null,keywords:"Polymorph",condition:"when the draconian drops to 0 hit points",range:"The draconian turns into a statue, and the square it occupies becomes difficult terrain that provides cover. If the draconian was reduced to 0 hit points by a melee attack using a weapon, it makes the following attack against that weapon’s wielder",attack:{bonus:7,defence:2},description:"",details:"the target is disarmed, and the weapon is stuck partially inside the statue. An adjacent creature can yank out the weapon as a standard action. The statue crumbles to dust at the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4bca4ab-9c1a-4821-8630-d7a7f9dbff5a",name:"Baaz Draconian Foot Soldier",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +11, Bluff +11, Intimidate +11",equipment:"longsword; scale armor",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:16},intelligence:{score:9},wisdom:{score:10},charisma:{score:15},hp:1,initiative:9,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0cd74b25-deb2-47b7-ab84-666b4ba48103",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage, and the target is marked until the end of the draconian’s next turn.",damage:"6 damage",category:1},{id:"9d84dada-1ee3-4b18-9c54-ef4b5763e0fa",name:"Stone Dead",action:null,keywords:"Polymorph",condition:"when the draconian drops to 0 hit points",range:"The draconian turns into a statue, and the square it occupies becomes difficult terrain that provides cover. If the draconian was reduced to 0 hit points by a melee attack using a weapon, it makes the following attack against that weapon’s wielder",attack:{bonus:12,defence:2},description:"",details:"the target is disarmed, and the weapon is stuck partially inside the statue. An adjacent creature can yank out the weapon by spending a standard action. The statue crumbles to dust at the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a89873e0-f005-49d7-ac59-b731116c54f6",name:"Bahamut",details:"THE GOD OF HONOR, JUSTICE AND NOBILITY, Bahamut is known as the Grandfather of Dragons or Lawbringer, but most often called the Platinum Dragon. Though the deity can appear in many forms, he is usually portrayed as a powerful dragon with platinum scales, the form he takes on when he goes to battle.",size:4,origin:3,type:1,keywords:"dragon",level:36,role:{type:7,flag:2,leader:!1},senses:"Perception +32; darkvision",movement:"10, fly 15 (hover), teleport 10",alignment:"Lawful Good",languages:"Supernal",skills:"Arcana +31, Athletics +33, Diplomacy +32, Endurance +34, Heal +32, History +31, Insight +32, Intimidate +32, Religion +31",equipment:"",category:"",strength:{score:31},constitution:{score:33},dexterity:{score:23},intelligence:{score:27},wisdom:{score:28},charisma:{score:29},hp:1316,initiative:24,ac:52,fortitude:47,reflex:45,will:47,regeneration:null,auras:[],powers:[{id:"6411572e-966a-4da7-8d83-2fd0c14acd43",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:42,defence:0},description:"",details:"Reach 3; 3d12+10 damage, and the target loses two healing surges.",damage:"3d12+10 damage",category:1},{id:"9c221073-a0bb-43d1-b2c6-0fcdfa6aa340",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:41,defence:0},description:"",details:"Reach 3; 2d12+10 damage.",damage:"2d12+10 damage",category:1},{id:"26d18ad0-0daf-472f-9e31-826d3877effe",name:"Bahamut’s Clutches",action:{action:5,trigger:"when an enemy moves into a square adjacent to bahamut",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:41,defence:2},description:"",details:"2d12+10 damage, and the target is grabbed. Failed Escape Attempt: Bahamut automatically hits the target with his bite attack.",damage:"2d12+10 damage",category:5},{id:"ffca44b3-15de-41f9-9ec3-42062394812e",name:"Polar Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Cold",condition:"all breath weapons share one recharge roll",range:"Close blast 10",attack:{bonus:40,defence:2},description:"",details:"4d12+10 cold damage, and the target is pushed 6 squares and immobilized (save ends); Miss: Half damage, and the target is pushed 3 squares.",damage:"4d12+10 cold damage",category:3},{id:"e7e325b1-a079-418b-b842-8d38c5cfd270",name:"Disintegration Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"all breath weapons share one recharge roll",range:"Close blast 10",attack:{bonus:40,defence:1},description:"",details:"4d12+10 damage, and 15 ongoing damage (save ends).; Aftereffect: Ongoing 10 damage (save ends).",damage:"4d12+10 damage",category:3},{id:"d0c048b6-e0ff-439b-acdb-0866d6dc3b4c",name:"Misty Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Polymorph",condition:"all breath weapons share one recharge roll",range:"Close blast 10",attack:{bonus:40,defence:3},description:"",details:"the target is stunned, weakened, and transformed into fine mist (save ends all). While the target is in this mist form, enemies can move through the target’s space freely.",damage:"",category:3},{id:"2606cf1f-52bb-405c-a677-a2f54c8acb60",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Bahamut’s breath weapon recharges, and he uses polar breath, disintegration breath, or misty breath.",damage:"",category:5},{id:"c2b76093-961a-4b82-826a-f1e638809349",name:"Frightful Majesty",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 20",attack:{bonus:38,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Bahamut’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:3},{id:"4492fdad-6e7c-4d69-ad0e-4d80f3d2a57b",name:"Discorporation",action:null,keywords:"",condition:"when bloodied",range:"",attack:null,description:"",details:"When Bahamut becomes bloodied, he discorporates and is unable to take physical form for a time.",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"attacks by creatures of lower than 20th level",tactics:""},{id:"06eb6cb5-3f64-4c2a-974e-8224bd754c09",name:"Bozak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +9, Insight +11",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:15},intelligence:{score:17},wisdom:{score:18},charisma:{score:14},hp:51,initiative:4,ac:17,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"da5c3ef5-76c1-45ed-8eab-a4ce4027dd82",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"bcd48800-803f-4d57-a1c7-1006f037528f",name:"Lightning Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+4 lightning damage, and all creatures adjacent to the target slide 1 square and take 5 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"7bfcf597-f2c3-40ae-9695-d8e06da5401a",name:"Shrapnel Skeleton",action:null,keywords:"",condition:"when the draconian drops to 0 hit points",range:"The draconian’s flesh crumbles to dust, revealing a skeleton that explodes in a shower of bone shards: close burst 2",attack:{bonus:10,defence:2},description:"",details:"2d10+4 damage. Miss: Half damage.",damage:"2d10+4 damage",category:0},{id:"51c7f264-ab54-4aef-b226-d81b099ee91b",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:10,defence:2},description:"",details:"2d8+4 lightning damage. Miss: Half damage.",damage:"2d8+4 lightning damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c18e2806-34a4-43a8-b8c7-62f83138f4c2",name:"Brass Dragon Wyrmling",details:"MOST BRASS DRAGON WYRMLINGS live in the dry lands in which they are born. Though they have extremely deadly ranged breath weapons, they are more fragile than other dragons. As a result, they make alliances with small groups of intelligent creatures, such as tribes of nomadic dragonborn. To creatures other than their allies, brass dragons are belligerent bullies with a strong territorial instinct.",size:2,origin:4,type:1,keywords:"dragon",level:2,role:{type:0,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +8, Insight +7, Intimidate +6",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:13},charisma:{score:10},hp:68,initiative:3,ac:16,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"c7504a38-f130-4792-a0aa-bdceaac1bdd2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage plus 1d6 fire damage.",damage:"1d8+2 damage plus 1d6 fire damage",category:1},{id:"e6984dcd-d31e-4401-8050-8c77e66d543b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"3553f44c-d1f6-434f-9a29-c80060a80c9c",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"f6665e8f-a25e-45f7-a8ef-fccfca1b7d0a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:5,defence:2},description:"",details:"3d6+2 fire damage, and the wyrmling pushes the target 1 square. Miss: Half damage.",damage:"3d6+2 fire damage",category:1},{id:"5baf1029-4d3d-47b5-ba2b-6bea750464b4",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"1d8+4 fire damage, and any creature adjacent to the target takes 1d6 fire damage.",damage:"1d8+4 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e86e4c29-1237-4c5e-98da-0126d2993e59",name:"Bugbear Warrior",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +9, Stealth +11",equipment:"hide armor; morningstar",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:76,initiative:5,ac:18,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"b38d73fd-a5ad-4435-ac6d-e918743d0451",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"eb2452a8-0624-45d6-bc0b-3c89df76293c",name:"Skullthumper",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"requires a morningstar and combat advanage against the target; 1d10+7 damage, and the target is knocked prone and dazed (save ends).",damage:"1d10+7 damage",category:1},{id:"74c15ea0-be60-4af5-bdbd-d9142e4a0591",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear warrior deals 1d6 extra damage on the next attack it makes against a target granting combat advantage to it. It must apply this bonus before the end of its next turn.",damage:"the bugbear warrior deals 1d6 extra damage on the next attack it makes against a target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c8fccc8-8f13-4189-8300-8c50b3106903",name:"Cave Stirge Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:1},wisdom:{score:19},charisma:{score:4},hp:84,initiative:6,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[{id:"7864ecad-277e-401c-af66-330dea3c874c",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"e6ef9f3c-e419-4050-befd-ab6525f0e206",name:"Bloodsucking Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 damage (save ends).",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"dd7cbe48-e5ec-4176-b82f-5ebeb5ecb310",name:"Chevkos",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +11, Stealth +15",equipment:"dagger",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:60,initiative:8,ac:20,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"54734b01-9a7c-4f8e-8d97-41003e6d12a5",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(+11 against a bloodied target)1d4+2 damage.",damage:"(+11 against a bloodied target)1d4+2 damage",category:1},{id:"9b57d22c-b34f-4fb3-b413-185874a681f6",name:"Balefire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"(+10 against a bloodied target)1d8+5 fire damage, and ongoing 5 fire damage (save ends).",damage:"(+10 against a bloodied target)1d8+5 fire damage",category:1},{id:"06de8bf0-a141-418c-8341-fc4551de2ff0",name:"Serpent Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"illusory snakes appear and attack the target; (+10 against a bloodied target)1d6+5 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"(+10 against a bloodied target)1d6+5 psychic damage",category:1},{id:"afa39630-a753-4ea2-8e14-5254f29c41c1",name:"Cloak of Escape",action:{action:4,trigger:"when chevkos is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Chevkos teleports 5 squares.",damage:"Chevkos teleports 5 squares",category:5},{id:"a41a1d2e-48db-4c09-b36b-d57bcf2f4245",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Chevkos gains a +1 power bonus to his next attack roll against an enemy that hit him since his last turn. If the attack hits and deals damage, Chevkos deals 5 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68561ec3-eb3e-477c-9428-96b2b6027e48",name:"Chevkos’s Crossbowman",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +11",equipment:"crossbow; crossbow bolts (20); leather armor; short sword",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:45,initiative:6,ac:16,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"5053577b-6b36-43ef-ba4c-89d74c0b15e6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"413dc7fe-834c-4506-8d45-6cff6a367f0d",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"15/30; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"226dd025-5df0-4357-87fc-042305067a70",name:"Quick Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crossbowman makes crossbow attacks against two different targets.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d16baca0-629a-4cdc-870a-2d88ec937d85",name:"Chevkos’s Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; crossbow; crossbow bolts (20); longspear",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:56,initiative:6,ac:20,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"10740ade-7027-4e13-81f6-7d0da858be2c",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+4 damage, and the target is marked until the end of the guard’s next turn.",damage:"1d10+4 damage",category:1},{id:"3d00bc43-5d59-4a7a-937a-194c76efec77",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:10,defence:0},description:"",details:"15/30; 1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"a97b5f9f-8b32-42ff-810d-52417d0c3a26",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires a reach weapon",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is knocked prone.",damage:"2d10+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6be1c8d6-932b-4c7e-8c9b-b4f557cd224c",name:"Chevkos’s Lackey",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +7",equipment:"crossbow bolts (20); hand crossbow; leather armor; short sword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:4,ac:18,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"39f4d661-8052-49a8-bc1e-60e68e06f025",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3f8a0453-cc69-43a1-9ce2-7abd5650d18a",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"857e25d3-f2fc-4439-8b96-02e81dc7e16d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A lackey deals 2 extra damage against any creature granting combat advantage to it.",damage:"a lackey deals 2 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b21e765d-11d2-468c-bd25-5d785af94b15",name:"Cobalt Dragon Wyrmling",details:"BORN FROM NESTS CARVED IN GLACIERS near snowy taiga terrain or in shallow underground caves hidden in the Shadowfell, cobalt dragon wyrmlings are vicious savages. A cobalt dragon’s hunting grounds lie anywhere prey collects within its territory, such as melting glaciers or cold mountain springs. Although normally isolated, cobalt wyrmlings do form hunting parties when food is scarce or when a more powerful threat appears (such as the encroachment of civilization or the appearance of a hungry young white or black dragon).",size:2,origin:4,type:1,keywords:"dragon",level:3,role:{type:3,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6 (ice walk), fly 6, overland flight 8",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +9, Endurance +9, Intimidate +7, Stealth +7",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:98,initiative:2,ac:18,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"63679738-3467-41df-8b67-7c1430af0b3d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 cold damage, and the target is slowed (save ends).",damage:"1d10+4 cold damage",category:1},{id:"3b21d86b-0ef4-42ef-9edf-16ad055373db",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"a84fb40b-e918-4cb6-bf49-063138e64909",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes a bite attack, shifts 2 squares, and makes a claw attack against a different target.",damage:"shifts 2 squares",category:1},{id:"e006f26d-d509-40cb-9cc3-bc5fab1ce19f",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:9,defence:0},description:"",details:"targets slowed or restrained creatures; 3d6+3 damage, and the wyrmling pushes the target 3 squares and knocks it prone. This forced movement can affect a creature restrained by the wyrmling’s own breath weapon.",damage:"3d6+3 damage",category:1},{id:"863bf6e7-95bb-4a33-b161-d201a2fb0058",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:7,defence:1},description:"",details:"1d6+3 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends).",damage:"1d6+3 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1c3248e7-f0b5-4fe2-a217-a4aad6c7bc92",name:"Cobalt Dragon-Bred Drakkensteed",details:"DRAKKENSTEEDS ARE FIERCE, remarkably cunning reptilian predators. A drakkensteed’s broad, sharp wings and long neck evoke flying predators of bygone epochs, yet its four-legged stance— complete with dagger-sharp claws—and its fanged snout are clearly draconic in nature. From their lairs in high peaks and caves, families of drakkensteeds claim a wide region as their own hunting ground, tolerating no competition.",size:3,origin:4,type:1,keywords:"dragon, mount",level:26,role:{type:6,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 10, overland flight 15",alignment:"Unaligned",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:7},wisdom:{score:23},charisma:{score:13},hp:240,initiative:23,ac:38,fortitude:39,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"3672f5cc-34a8-47b2-bd27-6a7728e6550b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d6+8 damage plus 1d6 cold damage.",damage:"2d6+8 damage plus 1d6 cold damage",category:1},{id:"86546016-9c26-48a9-b143-dc1b8d52edc1",name:"Wing Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d6+8 damage plus 1d6 cold damage.",damage:"1d6+8 damage plus 1d6 cold damage",category:1},{id:"6868ad19-fe5e-47d8-a3dd-2ab4a11c5d2c",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drakkensteed flies up to 10 squares and makes one claw attack, or two wing swipes against different creatures, at any point during that movement. The drakkensteed doesn’t provoke opportunity attacks when moving away from the targets of the attacks.",damage:"The drakkensteed flies up to 10 squares and makes one claw attack",category:1},{id:"d4ca84df-e885-4140-8de7-6700ed2822bb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 6",attack:{bonus:29,defence:2},description:"",details:"4d12+6 cold damage.",damage:"4d12+6 cold damage",category:1},{id:"8661bba8-8034-402d-a82e-2794ae6558cb",name:"Fearsome Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 4",attack:{bonus:29,defence:1},description:"",details:"deafened creatures are immune; the target is dazed (save ends). A friendly rider of 22nd level or higher is immune.",damage:"",category:1},{id:"9b2c9364-3125-462b-bf50-30238ecd93af",name:"Gift of the Dragon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 22nd level or higher",range:"",attack:null,description:"",details:"When the mounted rider spends an action point to take an extra action, the drakkensteed’s fearsome roar or breath weapon recharges (rider’s choice), and the drakkensteed uses it as a free action.",damage:"",category:1},{id:"57478707-bc6f-4e63-82ff-1936593db89e",name:"Draconic Resistance",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 22nd level or higher",range:"",attack:null,description:"",details:"The mounted rider gains resist 15 cold.",damage:"The mounted rider gains resist 15 cold",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"11dd1721-3485-4e2e-a478-561164111e25",name:"Copper Dragon Wyrmling",details:"COPPER WYRMLINGS PREFER to dwell in, and hunt from, the safety of rocky terrain that features great crags and protrusions. This environment allows them to hide from threats or to mimic the tactics of older coppers when attacking prey. They develop their covetous nature early, and some copper parents encourage this by rewarding one offspring in view of the others, stoking jealousy and—they believe—the urge to perform better for greater reward.",size:2,origin:4,type:1,keywords:"dragon",level:4,role:{type:6,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"8, fly 10 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"Acrobatics +11, Bluff +9",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:112,initiative:8,ac:18,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"d3589c3a-c9af-48e6-b9e7-4636f3045a72",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The wyrmling shifts 2 squares before and after making the attack; 1d6+4 damage plus 1d4 acid damage.",damage:"1d6+4 damage plus 1d4 acid damage",category:1},{id:"11d505e3-0e93-4b8f-a2aa-a528b7ecaee2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"de421a88-1f66-4660-ab05-6b90049a2f6d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks and then shifts 2 squares.",damage:"The wyrmling makes two claw attacks and then shifts 2 squares",category:1},{id:"eee64f88-3cdc-4ca6-911a-8e925658bfc6",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The wyrmling flies up to 8 squares and makes one melee basic attack at any point during that movement. The wyrmling doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"19a13adc-9b2c-4d96-913f-a68dcb031eab",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:7,defence:2},description:"",details:"1d8+4 acid damage, and the target is slowed (save ends).",damage:"1d8+4 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7ba2b1c1-98d4-45b7-866a-63ac73f5e178",name:"Couatl Redeemer",details:"",size:3,origin:3,type:1,keywords:"",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +19",movement:"8, fly 8 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +26, Bluff +20, Diplomacy +20, Insight +24",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:19},intelligence:{score:28},wisdom:{score:24},charisma:{score:17},hp:174,initiative:16,ac:37,fortitude:33,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"8d9a998f-71bc-4d25-88c6-f6f21ab5af12",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d6+5 damage, the target is immobilized until the end of the couatl redeemer’s next turn, and the target takes ongoing 10 poison and radiant damage (save ends).",damage:"2d6+5 damage",category:1},{id:"0cf93883-bce2-41bc-8728-5bb83148dcfd",name:"Brilliant Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"2d10+10 radiant damage.",damage:"2d10+10 radiant damage",category:1},{id:"a44e84c0-0ee8-4520-a7f6-971044d55d49",name:"Soul Sear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Radiant",condition:"",range:"Area burst 2 within 20",attack:{bonus:27,defence:1},description:"",details:"2d6+5 poison and radiant damage, the target is weakened, and the target takes ongoing 10 poison and radiant damage (save ends both). Miss: Half damage, and the target takes ongoing 5 poison and radiant damage (save ends).",damage:"2d6+5 poison and radiant damage",category:1},{id:"ea8f9224-4329-4d02-be9a-49a889750f1b",name:"Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 2 within 20",attack:{bonus:27,defence:2},description:"",details:"3d10+5 damage, and the target is immobilized in a whirlwind (save ends).",damage:"3d10+5 damage",category:1},{id:"a753639d-f218-4595-84f2-f361bee51712",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl redeemer takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl redeemer takes radiant damage",category:0},{id:"447e900a-31d8-4524-8150-d5e0c31e9763",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl makes saving throws against immobilizing or restraining effects at the start of its turn as well as at the end of its turn. In addition, a couatl can make saving throws against immobilizing or restraining effects that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a946d395-c45c-43f7-856c-484deb9eab67",name:"Couatl Rogue Serpent",details:"ALL BUT A FEW COUATLS fight for the forces of good. Evil couatls, perhaps jaded by endless battles, find the allure of power too difficult to resist.",size:3,origin:3,type:1,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"8, fly 10 (hover)",alignment:"Evil",languages:"Supernal",skills:"Bluff +15, Diplomacy +15, Nature +13, Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:22},intelligence:{score:18},wisdom:{score:15},charisma:{score:19},hp:134,initiative:14,ac:28,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"ea19a692-9562-4e3d-952b-a60532c48fb9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 5 poison and radiant damage and takes 5 poison and radiant damage each time it makes an opportunity attack (save ends both).",damage:"2d6+5 damage",category:1},{id:"30f8055c-9c56-4bb3-8f0b-c3a58d2231d9",name:"Passing Bites",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The couatl rogue serpent makes a bite attack, shifts its speed, and makes another bite attack.",damage:"",category:1},{id:"02df20d5-6427-4e89-b6ad-2f818fe5e0df",name:"Venomous Teleport",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The couatl rogue serpent swaps positions with a creature within 10 squares of it that is taking ongoing poison and radiant damage.",damage:"the couatl rogue serpent swaps positions with a creature within 10 squares of it that is taking ongoing poison and radiant damage",category:2},{id:"3ed00a7c-ed79-4b96-b7de-1b9da57f75c3",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl rogue serpent takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl rogue serpent takes radiant damage",category:0},{id:"adb81327-db7b-4dac-a673-991d07aad9a5",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl makes saving throws against immobilizing or restraining effects at the start of its turn as well as at the end of its turn. In addition, a couatl can make saving throws against immobilizing or restraining effects that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eb27b9b8-2c46-44cc-8d56-8e7bf9480b07",name:"Death Giant Soulfire Hurler",details:"",size:3,origin:5,type:2,keywords:"giant",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +23; darkvision",movement:"7",alignment:"Evil",languages:"Giant, Draconic",skills:"Intimidate +22",equipment:"chainmail; greataxe",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:29},intelligence:{score:12},wisdom:{score:21},charisma:{score:18},hp:180,initiative:22,ac:41,fortitude:39,reflex:41,will:37,regeneration:null,auras:[{id:"49a5c6cf-3317-4baa-a24d-d5d25975bd76",name:"Soulsnatcher",keywords:"",details:"aura 10; enemies within the aura take 5 necrotic damage and a -2 penalty to attack rolls and all defenses; a creature that dies within the aura bestows one soul shard to the death giant; see also soul shroud."}],powers:[{id:"9e2203ac-43d2-49a6-a816-f42773b6ef56",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 2d6+11 damage (crit 6d6 + 18), and the target is pushed 1 square.",damage:"2d6+11 damage (crit 6d6 + 18)",category:1},{id:"70aa626c-22bd-40aa-87e8-c7e3c048ca8a",name:"Hurled Soulfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:32,defence:2},description:"",details:"2d8+9 necrotic damage. The death giant can expend one soul shard to increase the power’s damage to 4d8 + 9.",damage:"2d8+9 necrotic damage",category:1},{id:"b1572a71-b77c-45bc-a411-c10803da0451",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death giant expends one soul shard and regains 20 hit points.",damage:"The death giant expends one soul shard and regains 20 hit points",category:3},{id:"1c1f0953-6ba2-4221-b04f-f388fa9700e0",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the death giant to protect and empower it. At the beginning of an encounter, the soul shroud contains four soul shards. When the soul shroud is depleted of soul shards, the death giant takes a -2 penalty to attack rolls.",damage:"the death giant takes a -2 penalty to attack rolls",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d97dbad4-c8a2-49ba-813a-c6327462b31c",name:"Death Thrall Attendant",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Giant",skills:"",equipment:"chainmail; greataxe",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:1,initiative:16,ac:34,fortitude:36,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"dae2be47-00d5-4ba2-855a-c82d2b7182c7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 11 damage (crit 21 damage).",damage:"11 damage (crit 21 damage)",category:1},{id:"fe1a04ab-5224-46f8-b3ff-cfeb34011b7e",name:"Soulfire Explosion",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:23,defence:2},description:"",details:"5 damage and the target loses a healing surge. If the target doesn’t have a healing surge available, it takes damage equal to its healing surge value.",damage:"5 damage and the target loses a healing surge",category:0},{id:"25a776b8-5663-40fd-92b6-c8ef9764e061",name:"Soul Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An attendant gains a +2 bonus to attack rolls while in a death giant’s or death titan’s aura.",damage:"An attendant gains a +2 bonus to attack rolls while in a death giant’s or death titan’s aura",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ada09c7c-f677-434c-9a98-e96200c69a61",name:"Dragonkin Champion",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"spear",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:94,initiative:6,ac:18,fortitude:19,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"52054cd8-241a-43d3-84e2-e8783f357648",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"45853cde-d57f-4163-9cda-87b6a74bebe6",name:"Shocking Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the kobold’s draconic master uses breath weapon"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The kobold makes two attacks; reach 2; 3d6+6 lightning damage.",damage:"3d6+6 lightning damage",category:1},{id:"78c332e9-4288-495b-83f2-a3d7baef1f3f",name:"Draconic Inspiration",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold deals 1d6 extra lightning damage against any creature adjacent to one of the kobold’s dragon allies.",damage:"a kobold deals 1d6 extra lightning damage against any creature adjacent to one of the kobold’s dragon allies",category:0},{id:"3c13f4b2-db91-4ddb-bc47-98e0bcfb0834",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"e0255570-c33f-41fa-8cc3-a34a146abcd4",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f740e7bd-dc67-4148-a4b0-45cf62e04aae",name:"Dragonkin Channeler",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"leather armor",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:15},charisma:{score:14},hp:61,initiative:5,ac:19,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"a373b35c-48dd-40b3-a40e-2345fd37856a",name:"Shocking Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d6+3 lightning damage, and the target is dazed until the end of the kobold’s next turn.",damage:"1d6+3 lightning damage",category:1},{id:"612bcbe2-3fdd-4aaf-b03c-a4c947e63d4b",name:"Channel Lightning",action:{action:4,trigger:"when attacked with a lightning power",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"The channeler uses the lightning around it to charge its shocking staff and make an attack: ranged 10",attack:{bonus:9,defence:2},description:"",details:"3d6+3 lightning damage.",damage:"3d6+3 lightning damage",category:5},{id:"abbfc57b-1ede-4d36-bd75-dcc41e2945e7",name:"Electrify",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"1d6+3 lightning damage, and the target is dazed (save ends). Effect: The area becomes a zone of difficult terrain until the start of the channeler’s next turn. Each creature that enters the zone takes 5 lightning damage.",damage:"1d6+3 lightning damage",category:1},{id:"151c987d-d3f9-493d-8445-cf5386993af5",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"751463f1-0d30-414a-852b-b27ce5ef6841",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"059f2f95-0798-4fb4-956c-1d0c1d57d674",name:"Dragonkin Zealot",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Stealth +11",equipment:"dagger; leather armor; shuriken",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:49,initiative:10,ac:20,fortitude:16,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"b97333f9-ac5e-4e82-9530-790d664c7b66",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"f2a9afb1-7820-4a81-9f43-7e8a5b0805a5",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Ranged 6/12",attack:{bonus:10,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"203b41b4-464a-416f-949f-7bb726ab4963",name:"Run Away and Hide",action:{action:4,trigger:"when the dragonkin zealot takes damage",sustainAction:0,use:1,recharge:"recharges when the zealot uses electric zeal"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonkin zealot shifts its speed. If it reaches a square where it has cover or concealment, it can make a Stealth check to become hidden.",damage:"",category:5},{id:"82e35233-4605-4005-bc49-28faac2724b4",name:"Electric Zeal",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the zealot uses run away and hide"},keywords:"Lightning",condition:"",range:"The dragonkin zealot deals 3d6 extra lightning damage on melee attacks until the start of its next turn.",attack:null,description:"",details:"",damage:"",category:3},{id:"446e2654-7724-4e91-9a28-552e4ac1c26d",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"51c5335f-13f3-4c08-97c2-e651cb98bf14",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8938e019-0ea0-4815-bd4e-49b4d6f119e3",name:"Drakkensteed",details:"DRAKKENSTEEDS ARE FIERCE, remarkably cunning reptilian predators. A drakkensteed’s broad, sharp wings and long neck evoke flying predators of bygone epochs, yet its four-legged stance— complete with dagger-sharp claws—and its fanged snout are clearly draconic in nature. From their lairs in high peaks and caves, families of drakkensteeds claim a wide region as their own hunting ground, tolerating no competition.",size:3,origin:4,type:1,keywords:"mount, reptile",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8, fly 10, overland flight 15",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:21},intelligence:{score:3},wisdom:{score:19},charisma:{score:10},hp:157,initiative:15,ac:30,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"2c3cb996-a66b-4c7f-921a-9164a87e7e03",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"46de38e9-1612-484b-b1ea-e858dfc3cd22",name:"Wing Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"f660004b-9988-4d36-8aed-4856500ec767",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drakkensteed flies up to 10 squares and makes one claw attack, or two wing swipes against different creatures, at any point during that movement. The drakkensteed doesn’t provoke opportunity attacks when moving away from the targets of the attacks.",damage:"The drakkensteed flies up to 10 squares and makes one claw attack",category:1},{id:"1d4f4878-5b61-4f21-b72a-d1a1524b6a82",name:"Fearsome Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:19,defence:1},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:1},{id:"2f1bb5d5-252f-47ac-a1fe-495fdd368d8c",name:"Drakkensteed Action",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Mount",condition:"while mounted by a friendly rider of 16th level or higher",range:"",attack:null,description:"",details:"When the rider spends an action point to take an extra action, the drakkensteed’s fearsome roar recharges, and the drakkensteed uses it as a free action.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e2973943-39f1-4ba5-a3ec-856b6b34b7b3",name:"Elder Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:4,origin:4,type:1,keywords:"dragon",level:18,role:{type:0,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +20, Insight +18, Intimidate +16, Nature +18",equipment:"",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:20},intelligence:{score:17},wisdom:{score:18},charisma:{score:15},hp:704,initiative:14,ac:31,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"c3e795f1-0dd0-4d66-9711-1061fdf2420b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d6+7 damage plus 1d12 fire damage.",damage:"2d6+7 damage plus 1d12 fire damage",category:1},{id:"89dab725-d08a-403a-a23c-e67d0a1d3c08",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"12ad8d8c-8ed7-4157-a737-0d4f497a24af",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"f6be31db-c72a-4695-81eb-b1899aeee314",name:"Wing Buffet",action:{action:4,trigger:"when an enemy moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"or leaves an adjacent square",range:"",attack:{bonus:23,defence:1},description:"",details:"Targets the triggering enemy; 2d8+7 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"2d8+7 damage",category:5},{id:"5c77dca8-ba37-449b-b4d4-b40095f4bb77",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"4d10+7 fire damage, and the dragon pushes the target 3 squares. Miss: Half damage.",damage:"4d10+7 fire damage",category:1},{id:"5c5b31a5-2beb-4ae4-bd0c-d22ab66f62f3",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it. If the dragon is flying, it can shift 10 squares before making this attack.",damage:"it can shift 10 squares before making this attack",category:5},{id:"a691aed9-196d-44b7-9f5b-9b8a260f251d",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 15",attack:{bonus:23,defence:2},description:"",details:"2d8+7 fire damage. Effect: Each creature adjacent to the target takes 2d8 fire damage.",damage:"2d8+7 fire damage",category:1},{id:"7e9bf23c-7684-41c6-8d0f-eb7ce67cc21b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"be5709aa-7881-4090-a7d1-3298579ed37a",name:"Ignite",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"after using breath weapon or fire stream",range:"",attack:null,description:"",details:"Any creature hit by the triggering attack also takes ongoing 10 fire damage and is dazed (save ends both).",damage:"any creature hit by the triggering attack also takes ongoing 10 fire damage and is dazed (save ends both)",category:4}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2c6e2195-c00e-4228-8e2a-7ca3a6e208b9",name:"Elder Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:4,origin:4,type:1,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8 (ice walk), fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +21, Endurance +21, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:17},intelligence:{score:14},wisdom:{score:17},charisma:{score:21},hp:736,initiative:12,ac:33,fortitude:33,reflex:29,will:31,regeneration:null,auras:[{id:"3e16ff49-002f-41df-8467-d00c87abafa4",name:"Aura of Chill Mist",keywords:"",details:"(Cold) aura 2; each creature that enters the aura or starts its turn there takes 10 cold damage. The ground is coated with ice and becomes difficult terrain, and the squares of the aura are lightly obscured."}],powers:[{id:"953983a9-c91e-4e53-a06e-a970711b43f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d8+8 cold damage, and the target is slowed (save ends).",damage:"2d8+8 cold damage",category:1},{id:"0168440f-af67-4075-86b7-84baf44857dd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"62812db1-c073-441d-a8c1-14aa0541788f",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 3 squares, and then makes two claw attacks against a different target.",damage:"shifts 3 squares",category:1},{id:"c15a1b21-b3e4-428d-971e-f6842df52b9a",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:1},description:"",details:"1d10+8 damage, and the dragon pushes the target 3 squares.",damage:"1d10+8 damage",category:5},{id:"708e0915-bb30-4c15-82eb-1ee965c773a3",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:0},description:"",details:"targets slowed or restrained creatures; 3d8+8 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"3d8+8 damage",category:1},{id:"bfb6a258-23d3-45da-ac5f-66949a5817d3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"3d8+8 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"c12ba4b6-f5ae-4682-9e45-4cf02fb0f63f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"78cedfd9-07ee-45c1-a4be-73ad730fee14",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c28081f-99c4-4c59-ab08-70ccd5ee46a3",name:"Elder Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:4,origin:4,type:1,keywords:"dragon, shapechanger",level:21,role:{type:4,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +23, Bluff +21, Stealth +23",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:26},intelligence:{score:13},wisdom:{score:13},charisma:{score:22},hp:780,initiative:22,ac:35,fortitude:34,reflex:35,will:31,regeneration:null,auras:[],powers:[{id:"883505b5-1894-4b4f-85ac-f2fc45f8704d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d6+9 damage.",damage:"2d6+9 damage",category:1},{id:"05807ce9-ec84-4e9d-a7bd-079363c201da",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 1d12+9 damage.",damage:"1d12+9 damage",category:1},{id:"37ab625d-dc05-47e8-a626-0c706fb8dfa7",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"fdeb47ba-2087-4697-84e0-9001d1723f53",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"14d5a902-8f60-4671-9952-e906a6e8b72b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:24,defence:1},description:"",details:"3d8+6 poison damage, and the target takes ongoing 10 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"3d8+6 poison damage",category:1},{id:"51a00cc3-5975-4359-bc17-668078132efd",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"f4f2a2f9-6b89-4570-9704-fc9ab03900ea",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:24,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b2aa630d-fd02-428b-86a3-2b31cc139a62",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 6 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 6 squares",category:2},{id:"ce34181d-4538-4b79-8d05-c1f8eda21338",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as any Medium or Large humanoid, including a unique individual (see “Change Shape,” MM2 216).",damage:"",category:3},{id:"c2be1130-c419-49a9-b338-f0bdcafec619",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 3d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 3d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68d79ce8-06d9-40b8-8789-21e618bdd156",name:"Elder Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:4,origin:3,type:1,keywords:"dragon",level:25,role:{type:6,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"10, fly 12 (hover), overland flight 16, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +23, History +23, Insight +24, Intimidate +23, Religion +23",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:30},intelligence:{score:23},wisdom:{score:25},charisma:{score:23},hp:916,initiative:24,ac:39,fortitude:36,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"ab20c418-f25c-4515-9b2a-f660fd796031",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 2d8+10 damage, and the target takes ongoing 10 radiant damage (save ends).",damage:"2d8+10 damage",category:1},{id:"2ff0e8e1-aa29-4c59-a66f-a852039f83ba",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"77daacb1-32ca-43a4-a7ab-ebc813d07f5e",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"f45fb64a-db07-4da7-87f6-65788b452937",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 3; 3d10+7 damage, and the dragon pushes the target 3 squares.",damage:"3d10+7 damage",category:3},{id:"1a294863-7e99-4138-bc93-457c4a65ee48",name:"Mithral Prescience",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target.",damage:"the target takes a -2 penalty to all defenses against the dragon’s attacks until the dragon uses this power on another target",category:3},{id:"e2ee9937-c256-424b-ae0c-55d377513684",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8+4 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"4d8+4 radiant damage",category:1},{id:"11badb17-608e-4a97-9d26-215ed9ce5960",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"a0e5039e-b827-4230-a5af-82f69d34374b",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10, targets up to four enemies",attack:{bonus:28,defence:2},description:"",details:"3d8+7 damage, and the target takes ongoing 10 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"3d8+7 damage",category:1},{id:"02f0f834-8357-4977-aa1b-02f33f2e959f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d731433c-fd75-49f5-8c79-9653f047a21a",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares.",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63e0d9bc-5ee9-4a4b-894d-49bd537b12fc",name:"Elder Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:4,origin:4,type:1,keywords:"dragon",level:20,role:{type:7,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +18, Insight +17, Intimidate +19",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:23},intelligence:{score:16},wisdom:{score:14},charisma:{score:18},hp:768,initiative:18,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"66fe61af-6124-455e-9933-ffab6836b439",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d6+7 damage plus 2d6 acid damage.",damage:"2d6+7 damage plus 2d6 acid damage",category:1},{id:"85c1053c-1db8-4037-9b6d-d2c12b417f6b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d6+7 damage, and the target is marked until the end of the dragon’s next turn.",damage:"2d6+7 damage",category:1},{id:"0154c115-52e6-44f6-89ed-402587e6ef78",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"9b052491-12c1-459f-87ac-f0b3e8af686c",name:"Tail Coil",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"Targets the triggering enemy; 3d6+7 damage, and the target is grabbed. A creature grabbed by this attack takes 15 damage at the start of each of its turns. The dragon can grab only one creature with tail coil at a time.",damage:"3d6+7 damage",category:5},{id:"aba2589e-5556-43a0-a25a-1b58bb1174c3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"3d6+6 acid damage, and an elder vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"3d6+6 acid damage",category:1},{id:"06be7b49-fc46-45f7-9ad4-8181ba8bb478",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"4dc2995d-c74c-4c9f-8621-6daaaba1fb7b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7c4df12-ff08-4e86-956d-9628c479c4f4",name:"Elder Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:4,origin:4,type:1,keywords:"dragon, shapechanger",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"10, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +24, Diplomacy +24, Insight +20",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:24},intelligence:{score:17},wisdom:{score:21},charisma:{score:28},hp:800,initiative:17,ac:36,fortitude:33,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"fcc12f99-4132-4d05-942c-8242bfa578d1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d6+8 damage plus 2d6 force damage, and the dragon slides the target 2 squares.",damage:"3d6+8 damage plus 2d6 force damage",category:1},{id:"57a90e0b-58c8-4255-912c-a5085d852a84",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"daf9bc96-2fb8-483f-986f-37230b1961f7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"3a923e71-4216-4e7d-8cb6-2095f12c3b2c",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"Targets the triggering enemy; 3d6+8 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"3d6+8 damage",category:5},{id:"d8e0783a-5cd5-42be-8699-e504a05476c9",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"the dragon slides the target 2 squares, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 2 squares",category:3},{id:"e99209ff-9fb5-47ba-8947-32550fb96890",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close burst 10",attack:{bonus:25,defence:1},description:"",details:"targets enemies; 4d8+8 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"4d8+8 force damage",category:1},{id:"52b0fdd2-7b21-40f9-9a2f-3499da9015e4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"fb920fbe-1551-406d-b511-cd6bc0354f1d",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b60b52b7-a9cd-4f81-a053-7bdbc4898981",name:"Force Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the dragon uses breath weapon"},keywords:"Force, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:25,defence:2},description:"",details:"3d10+8 force damage. Effect: The burst becomes a zone of force until the end of the dragon’s next turn. A creature within the zone can’t leave it.",damage:"3d10+8 force damage",category:1},{id:"9f1635af-0dd9-4b5d-b3fa-cc4c470a472e",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17629251-55fe-4b68-81fb-c44a516498bc",name:"Elder Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:20,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:33,fortitude:32,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"22aaeb80-0815-435c-b09f-ceed896cf932",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"17 acid damage.",damage:"17 acid damage",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68972e7c-1f46-44a8-9f48-860a2b1b391f",name:"Ferak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +10, Intimidate +5, Stealth +6",equipment:"hide armor; short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:11},intelligence:{score:7},wisdom:{score:15},charisma:{score:8},hp:55,initiative:1,ac:15,fortitude:17,reflex:13,will:15,regeneration:null,auras:[],powers:[{id:"f8f32355-b131-4df6-8d2e-67b8dd60ace3",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"786349ef-4b39-45b2-a605-8e71138f190d",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconian makes two short sword attacks.",damage:"",category:1},{id:"9df2c34f-e096-4b99-925c-553680534030",name:"Rust Cloud",action:null,keywords:"Zone",condition:"when the draconian drops to 0 hit points",range:"The draconian explodes into a cloud of rust: close burst 2",attack:{bonus:4,defence:1},description:"",details:"2d6+3 damage. Effect: The draconian’s square and all squares in the burst become a zone of lightly obscured squares until the end of the encounter.",damage:"2d6+3 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5cbb32de-24b0-483a-bf67-dce29ffc2461",name:"Galzaik",details:"",size:3,origin:3,type:1,keywords:"reptile",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"History +22, Insight +21, Stealth +19",equipment:"",category:"",strength:{score:26},constitution:{score:26},dexterity:{score:18},intelligence:{score:24},wisdom:{score:22},charisma:{score:30},hp:404,initiative:14,ac:35,fortitude:33,reflex:31,will:35,regeneration:null,auras:[],powers:[{id:"5a139cf8-9673-4231-a97c-eaad8cdaca05",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d6+8 poison damage (3d6 + 8 poison damage against a dazed target), and the target is slowed (save ends).",damage:"2d6+8 poison damage (3d6 + 8 poison damage against a dazed target)",category:1},{id:"b567e6c0-18a6-449a-80bf-8b2771400d9a",name:"Lure",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is pulled 1 square and dazed (save ends).",damage:"the target is pulled 1 square and dazed (save ends)",category:3},{id:"68565890-e4dd-4a38-a00f-184866318bcc",name:"Psychic Miasma",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:26,defence:3},description:"",details:"3d6+10 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target is stunned (save ends).",damage:"3d6+10 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"840f2604-a9be-444d-aaca-83a49babc8fc",name:"Gargoyle Harrier",details:"",size:2,origin:1,type:2,keywords:"earth",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Deep Speech, Primordial",skills:"Stealth +13",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:17},intelligence:{score:9},wisdom:{score:17},charisma:{score:17},hp:89,initiative:13,ac:27,fortitude:23,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"ad2946cb-96ce-4810-a5ad-7da292917e3a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a725fae0-2204-43b3-93ed-7f4700d7c92b",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after using stone form"},keywords:"",condition:"",range:"The gargoyle flies up to 8 squares and makes a melee basic attack at any point during the move without provoking an opportunity attack from the target. If the attack hits, the target is knocked prone.",attack:null,description:"",details:"",damage:"",category:1},{id:"2c8d1d6a-2a4e-40b9-9f54-acab5b55fb58",name:"Stone Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gargoyle becomes a statue and gains resist 25 to all damage, regeneration 3, and tremorsense 10. It loses all other senses and can take no actions in stone form other than reverting to its normal form (as a minor action).",damage:"the gargoyle becomes a statue and gains resist 25 to all damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"1d9ff4e7-78e3-4927-9be1-f3b4e2d9fdc6",name:"Goblin Cursespewer",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!0},senses:"Perception +2; low-light vision",movement:"6",alignment:"Chaotic Evil",languages:"Common, Goblin",skills:"Religion +5",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:17},hp:68,initiative:2,ac:14,fortitude:14,reflex:13,will:15,regeneration:null,auras:[],powers:[{id:"4370c14d-3176-4c08-a431-3d99dc06eb40",name:"Sacrificial Knife",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"a7cdf7f2-4c9c-4219-b76e-99f79e2e2044",name:"Confounding Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"targets two creatures; 1d6+3 damage, and the target grants combat advantage to allies until the end of the cursespewer’s next turn.",damage:"1d6+3 damage",category:1},{id:"88556fa8-a30b-4783-830d-09e22270a18b",name:"Goblin Doom",action:{action:5,trigger:"when a goblin within 5 squares is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Area burst 2 within 10, centered on the goblin that was hit",attack:{bonus:5,defence:2},description:"",details:"the goblin explodes; 1d10+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d10+3 poison damage",category:5},{id:"9c4b5b28-923c-4644-a860-9f95f3f39089",name:"Goblin Tactics",action:{action:4,trigger:"when the goblin cursespewer is missed by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6cf54254-3ef8-4c5b-8e61-9817961c9b1d",name:"Goblin Sentry",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"chainmail; crossbow bolt; hand crossbow; light shield; spear",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:9},wisdom:{score:11},charisma:{score:8},hp:41,initiative:6,ac:18,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"95f8cdd1-cd75-4291-96e6-5185de74ae2e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the goblin slides the target 1 square.",damage:"1d8+3 damage",category:1},{id:"e0aad1ce-ad13-420d-9909-f9984b3fc269",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"c9c968f2-c24b-4656-af10-4e0493dd71bb",name:"Trip Up",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d8+4 damage, and the target is knocked prone.",damage:"1d8+4 damage",category:1},{id:"cca551da-aeac-4f73-be36-f026e67db583",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9898c9ec-cb4e-4087-8efc-6c8af5948e8f",name:"Gold Dragon Wyrmling",details:"AS BEFITS THE MIGHTY (and perhaps arrogant) race of gold dragons, their wyrmlings are born with a wide suite of abilities, including fully functional wings and breath weapons. Gold wyrmlings often challenge one another in games. They take such activities seriously, competing for small territories and prizes (such as prime prey). These efforts help train them for adulthood so that they will be capable—and worthy— of ruling true domains. A gold wyrmling is torn between a burning desire to prove itself to its parents and an innate belief that it is already superior—or destined to be so—to all other creatures it encounters.",size:2,origin:4,type:1,keywords:"dragon",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"7, fly 9 (hover), overland flight 14",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +11, Insight +10, Intimidate +11",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:156,initiative:4,ac:21,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"e1955bf6-75d2-4c1c-ae61-6a009d681410",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage plus 1d6 fire damage.",damage:"1d6+5 damage plus 1d6 fire damage",category:1},{id:"eac0e3a9-10ee-4344-929c-53b054ed654f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"30807096-5e96-4c1f-8fe0-3e4597ebae6d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"d34de600-0232-4b60-8269-94569639d5a9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:11,defence:2},description:"",details:"2d6+5 fire damage, and the target is weakened until the end of the wyrmling’s next turn.",damage:"2d6+5 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d8cac0a7-af14-4847-bef6-5573dd2ef2e5",name:"Gold Hollow Dragon",details:"A METALLIC DRAGON CAN BECOME A CONSTRUCT called a hollow dragon: an empty shell of the dragon’s scales and hide animated by powerful magic and the dragon’s essence. Unlike evil chromatic dragons, which turn to the magic of shadow and undeath to prolong their existence (see the dracoliches in the Monster Manual and other undead dragons in Draconomicon: Chromatic Dragons), metallic dragons use elemental magic to become eternal guardians of great treasures, ancient artifacts, and holy sites.",size:4,origin:4,type:1,keywords:"construct, dragon",level:16,role:{type:2,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 10 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +16, Insight +17, Intimidate +18",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:21},hp:640,initiative:12,ac:28,fortitude:29,reflex:27,will:28,regeneration:null,auras:[{id:"0d022175-82d4-4c96-9ace-695f7d90eb2b",name:"Manifest Essence",keywords:"",details:"(Fire) aura 3; each creature that starts its turn in the aura takes 5 fire damage. The damage increases to 10 while the dragon is bloodied."}],powers:[{id:"55ca8bac-cef5-4d14-999b-080cd28cb129",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 1d8+7 damage, and ongoing 10 fire damage (save ends).",damage:"1d8+7 damage",category:1},{id:"a75fa663-5164-4ba2-a468-ce16bf191db0",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"b5999d90-68a1-440b-a805-e280381d239b",name:"Bloodied Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and two tail slaps.",damage:"",category:5},{id:"0c504d8c-5f4e-4d2e-bbed-d18a0fa1ff3e",name:"Breath of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d10+7 fire damage, and the target takes ongoing 10 fire damage and is dazed (save ends both). Miss: Half damage.",damage:"2d10+7 fire damage",category:1},{id:"4a62451e-e136-4267-9337-7e59931344c0",name:"Burst of Essence",action:{action:4,trigger:"when an enemy hits the dragon with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"close blast 3",attack:{bonus:17,defence:2},description:"",details:"The dragon’s skin ruptures, releasing a gout of its essence; 3d8+7 fire damage.",damage:"3d8+7 fire damage",category:5},{id:"71ced011-36ba-4461-b13c-22f086877ca4",name:"Essence Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"2d10+7 fire damage, and the target is knocked prone. Miss: Half damage.",damage:"2d10+7 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"192218a6-8325-4994-a78a-b7a1a45946b3",name:"Gold Hollow Wyrm",details:"A METALLIC DRAGON CAN BECOME A CONSTRUCT called a hollow dragon: an empty shell of the dragon’s scales and hide animated by powerful magic and the dragon’s essence. Unlike evil chromatic dragons, which turn to the magic of shadow and undeath to prolong their existence (see the dracoliches in the Monster Manual and other undead dragons in Draconomicon: Chromatic Dragons), metallic dragons use elemental magic to become eternal guardians of great treasures, ancient artifacts, and holy sites.",size:5,origin:4,type:1,keywords:"construct, dragon",level:24,role:{type:7,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"8, fly 12 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +21, Insight +23, Intimidate +24",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:23},intelligence:{score:19},wisdom:{score:23},charisma:{score:25},hp:904,initiative:21,ac:39,fortitude:37,reflex:36,will:36,regeneration:null,auras:[{id:"83ec1764-e877-4a23-939e-4fe026eb6cae",name:"Manifest Essence",keywords:"",details:"(Fire) aura 3; each creature that starts its turn in the aura takes 10 fire damage. The damage increases to 15 while the wyrm is bloodied."}],powers:[{id:"fed6bf04-efab-4f20-ab17-2ee20bd4995c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d6+9 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d6+9 fire damage",category:1},{id:"283a9165-a5d8-4d2a-9b7c-66e9cd547247",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 4d6+8 damage.",damage:"4d6+8 damage",category:1},{id:"c03501a4-81ec-4158-8971-c88bf682a71c",name:"Bloodied Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and two tail slaps.",damage:"",category:5},{id:"d5364780-4bba-48b2-b737-a85e0accd332",name:"Consume",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"3d8+9 damage, and the target is swallowed. While the target is swallowed, it is dazed and restrained, and it takes 20 fire damage at the start of the wyrm’s turn. The target has line of sight and line of effect only to the wyrm, and no creature has line of sight or line of effect to the target. The swallowed creature can make only melee or close basic attacks. The wyrm’s aura does not affect the target. As a move action, the target can escape with an Athletics check vs. Fortitude or an Acrobatics check vs. Reflex. If the target escapes this way, it appears in a space adjacent to the wyrm. The target also escapes when the wyrm uses breath of power, appearing in a space within the blast after the attack. When the wyrm dies, the target is no longer swallowed and can escape as a move action, appearing in the wyrm’s former space.",attack:{bonus:29,defence:2},description:"",details:"The wyrm traps an enemy inside itself: reach 4",damage:"reach 4",category:1},{id:"2e5828b4-a08a-4c0b-8a02-2f8841c8d472",name:"Breath of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 7",attack:{bonus:29,defence:2},description:"",details:"4d6+9 fire damage, and the target takes ongoing 15 fire damage and is dazed (save ends both). Miss: Half damage.",damage:"4d6+9 fire damage",category:1},{id:"8f5d24d6-d39a-49b2-8557-eaa5311b3861",name:"Burst of Essence",action:{action:4,trigger:"when an enemy hits the dragon with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The dragon’s skin ruptures, releasing a gout of its essence: close blast 3",attack:{bonus:29,defence:2},description:"",details:"4d8+9 fire damage.",damage:"4d8+9 fire damage",category:5},{id:"1cd429c5-e613-4e0a-bc33-c3e423825993",name:"Essence Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:29,defence:2},description:"",details:"3d10+7 fire damage, and the target is knocked prone. Miss: Half damage.",damage:"3d10+7 fire damage",category:1}],damageModifiers:[{type:3,value:-35}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9ba0731d-39bb-4a1a-9669-587cb55f38f6",name:"Grave-Born Drakkensteed",details:"DRAKKENSTEEDS ARE FIERCE, remarkably cunning reptilian predators. A drakkensteed’s broad, sharp wings and long neck evoke flying predators of bygone epochs, yet its four-legged stance— complete with dagger-sharp claws—and its fanged snout are clearly draconic in nature. From their lairs in high peaks and caves, families of drakkensteeds claim a wide region as their own hunting ground, tolerating no competition.",size:3,origin:4,type:1,keywords:"mount, undead",level:21,role:{type:0,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8, overland flight 14",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:23},intelligence:{score:2},wisdom:{score:21},charisma:{score:7},hp:155,initiative:16,ac:33,fortitude:34,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"b8a434ef-b7a4-4f5f-a5dc-89ea51cb7642",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6+7 damage, and ongoing 10 necrotic damage (save ends).",damage:"1d6+7 damage",category:1},{id:"3aab1af8-3f93-4f6e-8a09-b58989fedd81",name:"Eyes of the Grave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"3d6+8 necrotic damage, and the target takes a -2 penalty to attack rolls made against the drakkensteed or its rider until the end of the drakkensteed’s next turn.",damage:"3d6+8 necrotic damage",category:1},{id:"90be99f2-4b13-4ee9-a9e9-2c8109c20df3",name:"Breath of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 4",attack:{bonus:26,defence:1},description:"",details:"3d8+8 necrotic damage, and the target is weakened (save ends).",damage:"3d8+8 necrotic damage",category:1},{id:"f989cc42-c7d4-4e4f-a103-36323c906aa1",name:"Gift of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Gaze, Necrotic, Mount",condition:"while mounted by a friendly rider of 21st level or higher",range:"",attack:null,description:"",details:"When the rider spends an action point to take an extra action, the drakkensteed’s breath of the grave recharges, and the drakkensteed uses it as a free action.",damage:"",category:1},{id:"06b81399-64f4-4dac-b275-02da7afb735c",name:"Grave Resistance",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 21st level or higher",range:"",attack:null,description:"",details:"The mounted rider gains resist 15 necrotic and resist 15 poison.",damage:"The mounted rider gains resist 15 necrotic and resist 15 poison",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0643a642-02dc-4541-a5ca-7406098e3a33",name:"Hoard Guardian Sentinel",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:17},intelligence:{score:14},wisdom:{score:19},charisma:{score:4},hp:186,initiative:15,ac:34,fortitude:32,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"47dd8c1c-09f3-4aca-b9e6-ed9946477a0e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the sentinel marks the target (save ends) and pulls it 1 square.",damage:"2d8+5 damage",category:1},{id:"2930b712-abd0-494d-95c3-32ce9e904bdc",name:"No Escape",action:{action:5,trigger:"when an enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"the target doesn’t leave the square, and its movement ends.",damage:"",category:5},{id:"dea269ae-5ad5-4ca5-acbb-2f9792f47637",name:"Concussive Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"2d10+5 force damage, and the sentinel slides the target 3 squares.",damage:"2d10+5 force damage",category:1},{id:"89f0a522-b570-4611-9c13-b4709abf47a6",name:"Petrifying Eyes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when no creature is affected by this power"},keywords:"Cold, Gaze",condition:"",range:"Ranged 5",attack:{bonus:21,defence:1},description:"",details:"2d10+5 damage, and the target is dazed and slowed (save ends both). First Failed Saving Throw: The target is immobilized instead of dazed and slowed (save ends). Second Failed Saving Throw: The target becomes a statue of mithral and is petrified.",damage:"2d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"fda57697-e165-4a5b-af60-0b31557faf0b",name:"Iron Dragon Wyrmling",details:"IRON WYRMLINGS ARE SOME OF THE WEAKEST wyrmlings, but they are born in larger clutches and have a stronger tendency toward social behavior when first hatched. They rarely come out of hiding, except to swiftly strike at the prey they are learning to hunt before diving back into the shadows. They prefer caves but are almost as comfortable hiding beneath the underbrush and dead leaves on the forest floor. They emerge to attack only if they greatly outsize or outnumber their target, and they try to avoid prolonged battles.",size:2,origin:4,type:1,keywords:"dragon",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 8 (hover), overland flight 7",alignment:"Unaligned",languages:"Draconic",skills:"Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:96,initiative:4,ac:17,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d7fb03c8-aeff-4069-9704-bd8cad3f2e40",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+3 damage plus 1d6 lightning damage.",damage:"2d6+3 damage plus 1d6 lightning damage",category:1},{id:"e0da22ef-1afb-4de8-99cb-b0a954210d74",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"f8c6345b-aa0e-4af8-b16f-f134252d7657",name:"Swift Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks and shifts 2 squares.",damage:"The wyrmling makes two claw attacks and shifts 2 squares",category:1},{id:"b68f43bd-ebcd-4391-87e8-4b88f26db11c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"Close blast 4",attack:{bonus:6,defence:2},description:"",details:"2d6+2 lightning damage, and the wyrmling pulls the target 1 square.",damage:"2d6+2 lightning damage",category:1}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bcc764b4-ac50-4bfe-858a-60afba592460",name:"Kapak Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11",equipment:"arrow; leather armor; short sword; shortbow",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:45,initiative:10,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"e54baa51-eb65-4e45-abe3-0b2f8e3cdbd2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"74c2dd30-0623-4006-af13-d9f59ef9324e",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"a786b1aa-9631-4f5a-80da-a410a8fbc049",name:"Acid Pool",action:null,keywords:"Acid, Zone",condition:"when the draconian drops to 0 hit points",range:"The draconian dissolves into a pool of acid: close burst 1",attack:{bonus:7,defence:2},description:"",details:"2d8+4 acid damage. Effect: The draconian’s square and all squares in the burst become a zone that lasts until the end of the encounter. Any creature that enters the zone or starts its turn there takes 5 acid damage.",damage:"2d8+4 acid damage",category:0},{id:"11daafdd-2de1-4372-8f04-2716a02239bc",name:"Apply Poison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The draconian gains a +4 bonus to all defenses and to Stealth checks until the start of its next turn, and it applies poison to its short sword or shortbow by licking the weapon. The next attack with that weapon deals 2d6 extra poison damage.",damage:"the next attack with that weapon deals 2d6 extra poison damage",category:1},{id:"2699ca2e-d430-4cd4-a704-d9b6969a5909",name:"Draconian Sniper",action:null,keywords:"",condition:"",range:"A hidden kapak draconian that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"873e31df-3114-4a62-b062-854850927b64",name:"Kobaaz Draconian",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 5 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +11",equipment:"glaive; scale armor",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:11},hp:57,initiative:4,ac:18,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"82c7ccf5-6826-4b56-87c2-15270b36c8ef",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 2d4+4 damage, and the target slides 3 squares.",damage:"2d4+4 damage",category:1},{id:"7a7c35ab-781c-430d-ad51-958b6097c4f0",name:"Arching Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobaaz draconian makes a glaive attack against each enemy within reach. If an attack hits, the target is also knocked prone. After these attacks are made, the draconian can shift 1 square.",damage:"the draconian can shift 1 square",category:1},{id:"b01c750f-97e2-490a-bdaa-a60172ae7353",name:"Ice Statue",action:null,keywords:"Cold, Polymorph",condition:"when the kobaaz draconian drops to 0 hit points",range:"",attack:null,description:"",details:"The kobaaz draconian crystallizes into an icy statue. It becomes blocking terrain, and any creature that starts its turn within 2 squares of the statue takes 5 cold damage and is slowed until the end of its current turn.",damage:"and any creature that starts its turn within 2 squares of the statue takes 5 cold damage and is slowed until the end of its current turn",category:0},{id:"e173fc8d-f94c-42b7-b75c-367a0611f05e",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobaaz draconian can make opportunity attacks against all enemies within its weapon’s reach.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0d5a5ffe-0afa-4c9f-9de9-e73a5c3b2152",name:"Liondrake",details:"Liondrakes are fierce, intelligent desert hunters that blend the characteristics of a brass dragon and a great lion. They are fast, powerful adversaries armed with a devastating roar. Though liondrakes understand Draconic and can manage a few words of Common, they rarely speak.",size:3,origin:4,type:1,keywords:"mount, reptile",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"7, fly 10 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +17",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:6},wisdom:{score:16},charisma:{score:11},hp:122,initiative:12,ac:26,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"92347d06-31a8-4246-881d-ff8d014e6fd9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"5d66f079-344b-4490-a1d7-f7beb6048a7e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"99b24a2e-ca77-49c9-ac29-5cc11acafa50",name:"Battle Leap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The liondrake shifts 4 squares and makes two claw attacks or a bite attack.",damage:"The liondrake shifts 4 squares and makes two claw attacks or a bite attack",category:1},{id:"45710341-0cec-4522-98c6-4815afe17c25",name:"Terrifying Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Thunder",condition:"",range:"Close burst 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d8+4 thunder damage, and the target is dazed (save ends).",damage:"2d8+4 thunder damage",category:1},{id:"03f360ef-0f19-4a44-a605-35c787a72be5",name:"Fierce Steed",action:null,keywords:"Mount, Thunder",condition:"while mounted by a friendly rider of 12th level or higher",range:"",attack:null,description:"",details:"When it makes charge attacks, the liondrake and its rider gain a +4 to defense against opportunity attacks.",damage:"the liondrake and its rider gain a +4 to defense against opportunity attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81ac4662-fea2-4ac1-b871-ba4a74994478",name:"Mercury Dragon Wyrmling",details:"THE NESTS OF MERCURY DRAGONS are found near poisonous volcanic vents and noxious sulfurous springs. These inhospitable conditions require mercury wyrmlings to travel great distances to hunt for food, instilling a desire to explore the world at an extremely young age. As a result, a mercury dragon wyrmling can often be found a great distance from its home.",size:2,origin:4,type:1,keywords:"dragon, shapechanger",level:4,role:{type:4,flag:1,leader:!1},senses:"Perception +2; darkvision",movement:"6, fly 6 (hover), overland flight 8",alignment:"Unaligned",languages:"Draconic",skills:"Acrobatics +11, Bluff +10, Stealth +11",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:11},charisma:{score:16},hp:90,initiative:10,ac:18,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"d17e637c-d8cc-455a-8b08-58199acd3dbf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"82954cd9-b775-44ab-83ba-ff61a01533ca",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"38d954b1-9750-4ef4-b02d-4704a7b71a3a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 4",attack:{bonus:7,defence:1},description:"",details:"1d12+3 poison damage, and the target takes ongoing 5 poison damage and treats the wyrmling as invisible (save ends both).",damage:"1d12+3 poison damage",category:1},{id:"f22ed001-cc12-462c-96f7-d030bb9e1f7b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling deals 1d6 extra damage against a target granting combat advantage to it.",damage:"the wyrmling deals 1d6 extra damage against a target granting combat advantage to it",category:0},{id:"ba8868ee-782c-4b73-afd8-d3870b90b51f",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The wyrmling becomes a liquid wave of quicksilver and shifts 4 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the wyrmling can’t attack or fly, but gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The wyrmling can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the wyrmling until the end of the wyrmling’s next turn.",damage:"The wyrmling becomes a liquid wave of quicksilver and shifts 4 squares",category:2}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee22baf4-649b-48ce-836a-1c9178f9b45e",name:"Mithral Dragon Wyrmling",details:"THE RARE OCCASION when a mithral dragon wyrmling leaves the Astral Sea signifies the beginning of a time of change. The wyrmling has seen the importance of the moment and has come to guide the world through a chaotic time. A mithral wyrmling’s horns are short, as is the ridge of spikes that runs the length of its neck. The ridge stands out only when the wyrmling is angered.",size:2,origin:3,type:1,keywords:"dragon",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"8, fly 8 (hover), overland flight 10, teleport 5",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Insight +12, Intimidate +11, Religion +11",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:21},intelligence:{score:14},wisdom:{score:17},charisma:{score:14},hp:186,initiative:11,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"60ea0e41-85b7-49d5-9d2f-6402b5910c52",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d6+4 damage",category:1},{id:"12552f3c-c3b1-4f42-b7a9-0db493026488",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"7316bc58-9a77-48b2-8e96-1bd4057f4a41",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The wyrmling teleports half its speed, makes a claw attack, teleports half its speed, and makes a claw attack against a different target.",damage:"",category:1},{id:"b19f69d9-64e7-4f33-8a0f-10bda021def1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Radiant",condition:"",range:"Close blast 4",attack:{bonus:12,defence:2},description:"",details:"2d6+2 radiant damage, and the target is blinded (save ends).",damage:"2d6+2 radiant damage",category:1}],damageModifiers:[{type:9,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3790d329-2936-4883-95de-e2aa3e5493a3",name:"Orium Dragon Wyrmling",details:"AS ORIUM DRAGONS ACCUMULATE KNOWLEDGE, they discover the locations of additional crumbling ruins. Not having the time to investigate each potential site, a dragon sends its children to investigate and potentially create their own lairs.",size:2,origin:4,type:1,keywords:"dragon",level:6,role:{type:7,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"History +8, Insight +8, Intimidate +9",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:13},hp:146,initiative:7,ac:22,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"3eb4b1bc-d869-4103-90ad-80ae2bc8c498",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+6 damage plus 1d6 acid damage.",damage:"1d8+6 damage plus 1d6 acid damage",category:1},{id:"0299d195-8278-44e9-a1d6-34348f40ffa2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+6 damage, and the target is marked until the end of the wyrmling’s next turn.",damage:"1d6+6 damage",category:1},{id:"f5fab179-c531-444d-8c4d-1b1d8198718d",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks and one bite attack.",damage:"",category:1},{id:"b2274d51-57c2-4545-8a1d-c022d8ceb932",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:11,defence:1},description:"",details:"2d6+3 acid damage, and a wyrmling vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the wyrmling in the initiative order.",damage:"2d6+3 acid damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"24c35688-b33f-401c-89f4-6aafe9ca9d58",name:"Sand Knives Bandit",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"arrow; leather armor; longbow; scimitar",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:25},intelligence:{score:15},wisdom:{score:14},charisma:{score:17},hp:1,initiative:15,ac:29,fortitude:24,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"c3dca35c-e410-48aa-81e6-0bfacc9899df",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"6 damage (crit 9).",damage:"6 damage (crit 9)",category:1},{id:"c5293130-6825-4214-8e0a-8d133ce39c19",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d04de76b-652e-40cc-8dcd-233b002e4db7",name:"Mark of Knives",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:null,description:"",details:"the target is marked until the end of its next turn.",damage:"",category:3},{id:"ba933aa1-0656-4e2b-90b0-90f94e38717a",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bandit teleports 5 squares.",damage:"The bandit teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ae9d29f-429b-4002-b7b7-c05003fae982",name:"Silver Dragon Wyrmling",details:"FROM BIRTH, SILVER WYRMLINGS LEARN the importance of forthrightness and righteous combat. They and their siblings engage in vicious mock battles that rarely result in lasting injury. Silver dragon parents take their responsibilities more seriously than other dragon parents do, but still encourage their offspring to spend time in the world.",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:2,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 6 (clumsy), overland flight 8",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +12",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:152,initiative:4,ac:17,fortitude:19,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"65144c31-90f3-476e-b329-25e62c7da024",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"50d2f858-983b-4b5d-a07f-044ac7a2cd78",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"96d2a404-70ee-4729-86be-feea3b182116",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes a claw attack against each enemy adjacent to it.",damage:"",category:1},{id:"90427f91-e5be-4812-b207-77e4af7ade1f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold",condition:"",range:"Close blast 4",attack:{bonus:6,defence:2},description:"",details:"1d6+5 cold damage, and the target gains vulnerable 5 to all damage (save ends).",damage:"1d6+5 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ac2107c-6056-4be9-b205-9c0610909376",name:"Sivak Draconian",details:"",size:3,origin:4,type:2,keywords:"reptile",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7, fly 7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +10, Streetwise +10",equipment:"greatsword; plate armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:12},hp:90,initiative:11,ac:22,fortitude:20,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"508aadd7-f98e-455c-8e7b-06440843520c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d12 + 6 damage.",damage:"1d12 + 6 damage",category:1},{id:"96b03fe1-c52f-4667-a0f8-102268fe687c",name:"Leaping Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The draconian shifts 3 squares and makes an attack; reach 2; 2d12 + 6 damage.",damage:"2d12 + 6 damage",category:1},{id:"81f2623f-04e8-497c-8953-f5df46de5534",name:"Death Mask",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic, Polymorph",condition:"targets the creature that reduced the draconian to 0 hit points",range:"",attack:{bonus:9,defence:3},description:"",details:"The draconian dies, and changes its form to that of the creature that killed it; 2d6 + 5 psychic damage, and the target is dazed until the end of its next turn. The draconian’s body decomposes into dust after three days.",damage:"2d6 + 5 psychic damage",category:1},{id:"1d497a75-f8e3-4808-83c6-5e86f959ff64",name:"Flying Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When charging, a draconian can charge to any unoccupied space adjacent to the target, instead of just the closest space.",damage:"",category:0},{id:"233a2a2c-cb73-4dc5-b56f-2510b6c99ad3",name:"Steal Appearance",action:{action:4,trigger:"when the sivak draconian kills a humanoid",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The draconian alters its physical form to appear as the slain creature (see “Change Shape,” MM2 216). The draconian can end the transformation as a minor action.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da4c87cc-4034-4aa7-a941-ed3a96f8946c",name:"Steel Dragon Wyrmling",details:"STEEL DRAGON PARENTS, entrenched in human affairs, hide their wyrmlings and instruct them secretly until the wyrmlings’ shapechanging powers develop. However, a wyrmling’s intense curiosity tempts it to escape a watchful parent’s eye to hunt and to cause mischief.",size:2,origin:4,type:1,keywords:"dragon",level:5,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +11, Diplomacy +11, Insight +9",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:12},intelligence:{score:11},wisdom:{score:14},charisma:{score:19},hp:126,initiative:3,ac:20,fortitude:17,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"6dafe710-bacc-4dc8-8f59-1318cdc4cd73",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage plus 1d6 force damage, and the wyrmling slides the target 1 square.",damage:"1d8+4 damage plus 1d6 force damage",category:1},{id:"1a44b908-935e-47b8-bb8a-4e96ac89abe3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"8c7fbf7b-b092-42dd-8f89-fbda7533dcb3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmling makes two claw attacks.",damage:"",category:1},{id:"dc8c9f01-df21-4af1-b6b1-d5a56f83aa59",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"the wyrmling slides the target 1 square, and the target grants combat advantage until the end of the wyrmling’s next turn.",damage:"the wyrmling slides the target 1 square",category:3},{id:"54f9b8a1-38f3-4c67-b1b1-1e3058ed6a13",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"2d10+2 force damage, and the target is dazed (save ends).",damage:"2d10+2 force damage",category:1}],damageModifiers:[{type:4,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"613f7899-1f9a-4519-9c97-571246eb5c16",name:"The Old Man with the Canaries",details:"",size:2,origin:3,type:2,keywords:"",level:36,role:{type:7,flag:2,leader:!0},senses:"Perception +32",movement:"8, teleport 5",alignment:"Lawful Good",languages:"Supernal",skills:"Arcana +31, Athletics +33, Diplomacy +32, Endurance +34, Heal +32, History +31, Insight +32, Intimidate +32, Religion +31",equipment:"",category:"",strength:{score:31},constitution:{score:33},dexterity:{score:23},intelligence:{score:27},wisdom:{score:28},charisma:{score:29},hp:1645,initiative:24,ac:52,fortitude:47,reflex:45,will:47,regeneration:null,auras:[],powers:[{id:"452ee09b-f6fb-460a-b8bf-734c0e180177",name:"Unarmed Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:41,defence:0},description:"",details:"1d12+20 damage, and the target is dazed until the end of its next turn.",damage:"1d12+20 damage",category:1},{id:"7108482e-6887-4d66-bc1e-a0e31763799f",name:"Gold Dragon Rescue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"uses one canary",range:"Area burst 1 within 30, centered on ally",attack:{bonus:41,defence:0},description:"",details:"the target is stunned (save ends). Effect: The ally in the origin square gains fly 10 until the end of its next turn.",damage:"The ally in the origin square gains fly 10 until the end of its next turn",category:1},{id:"2ad904c1-72a5-423f-a0b6-19428b560484",name:"Summon Gold Dragon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Summoning",condition:"uses one canary",range:"Ranged 20",attack:null,description:"",details:"Bahamut summons a Large gold dragon in an unoccupied space within range. The dragon has speed 8, fly 10 (hover) and, unlike a typical summoned creature, has its own defenses and hit points (all defenses 34; hp 120).",damage:"The dragon has speed 8",category:1},{id:"ebbc5bc9-6117-44ed-9055-e565b0ee3489",name:"Bahamut’s Blessing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 30",attack:null,description:"",details:"two targets; each target gains a +10 bonus to attack rolls, a +10 bonus to skill checks, and a +10 bonus to damage rolls until the end of the target’s next turn",damage:"and a +10 bonus to damage rolls until the end of the target’s next turn",category:1},{id:"c09c5f82-7339-417a-b80e-cdc103269253",name:"Bahamut’s Cleansing",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 30",attack:null,description:"",details:"two targets; each target can end one effect a save can end.",damage:"",category:3},{id:"88da87a3-b136-4e07-86fa-2eb0e7fe136b",name:"Bahamut’s Mercy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 30",attack:null,description:"",details:"two targets; each target can spend a healing surge and regain an additional 25 hit points.",damage:"each target can spend a healing surge and regain an additional 25 hit points",category:3},{id:"83b8fb84-aa28-46fa-9b84-28132032bb81",name:"Bahamut Runs Rampant",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Bahamut assumes his draconic form (see Bahamut).",damage:"",category:1},{id:"5ddfd7da-22cd-4264-a442-d071eeeda18d",name:"Seven Canaries",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Bahamut has seven trained canaries, which he can transform into gold dragons. Some of his powers use up these canaries. All the canaries return during a short rest.",damage:"",category:0},{id:"70d049bb-c67a-4fa3-9a41-61cad132735d",name:"Discorporation",action:null,keywords:"",condition:"when bloodied",range:"",attack:null,description:"",details:"When Bahamut becomes bloodied, he discorporates and is unable to take physical form for a time.",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e17b8783-8d79-427a-bd4f-8df862c9b4a9",name:"Three-Tooth",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"dagger",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:24},hp:176,initiative:11,ac:22,fortitude:19,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"3234882c-26e0-4f87-b592-371b03db2ca1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"d2eabc5c-d3d4-4eb0-a991-a2f32db0e827",name:"Venom Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:15,defence:2},description:"",details:"three attacks against up to three different targets; 1d8+5 poison damage, and Three-Tooth pushes the target 3 squares.",damage:"1d8+5 poison damage",category:1},{id:"e1ec3cb2-c016-460e-bfcd-9acb0d0cb313",name:"Resonating Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Implement",condition:"",range:"Area burst 2 within 20",attack:{bonus:15,defence:2},description:"",details:"2d8+5 force damage, and the target is knocked prone. Damage from this attack ignores temporary hit points.",damage:"2d8+5 force damage",category:1},{id:"c7c2d489-9e16-4fd3-9629-b640b29d2c10",name:"Kobold Sorcery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Three-Tooth rolls an even number on an attack roll with an implement power (whether the attack hits or misses), she slides the target 1 square after the attack.",damage:"she slides the target 1 square after the attack",category:0},{id:"a6eeefdc-7900-423d-9a5c-57a14131c5bc",name:"Blinking Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Teleportation",condition:"",range:"",attack:null,description:"",details:"Three-Tooth teleports 2 squares and regains 3 hit points.",damage:"Three-Tooth teleports 2 squares and regains 3 hit points",category:3},{id:"4a679c5b-2a29-4d75-9c1a-3ad240cf7d49",name:"Teleport Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Three-Tooth teleports 10 squares.",damage:"Three-Tooth teleports 10 squares",category:2},{id:"9e511b7f-9646-451f-b398-685921df0979",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Three-Tooth gains a +2 bonus to all defenses against traps.",damage:"Three-Tooth gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"92d10f1c-a027-4806-bad5-80d0278d1edd",name:"Uvokula",details:"",size:3,origin:4,type:2,keywords:"aquatic",level:14,role:{type:2,flag:1,leader:!0},senses:"Perception +9; low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +16",equipment:"trident",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:20},intelligence:{score:14},wisdom:{score:14},charisma:{score:18},hp:340,initiative:12,ac:26,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"936e7eba-e344-4ec7-9976-77eaa590a819",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 3d4+4 damage.",damage:"3d4+4 damage",category:1},{id:"b054c548-8051-4d88-a0af-8d42c219f780",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d6+3 damage, and ongoing 5 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"209eff44-46af-4588-b045-929ab4a430e3",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:17,defence:0},description:"",details:"3d4+4 damage. Uvokula must retrieve his trident before he can throw it again.",damage:"3d4+4 damage",category:1},{id:"a0095dfa-cb22-4046-8a3e-7021553e9ffe",name:"Baron’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uvokula makes a trident attack and two claw attacks.",damage:"",category:1},{id:"22e12cc3-7487-4a0c-b634-2b3de81a5875",name:"Blood Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Uvokula gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies.",damage:"uvokula gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23ad24a3-27b6-48ae-9bb4-4e37b2b878f2",name:"Venomous Remnant",details:"",size:2,origin:1,type:0,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +18; darkvision",movement:"fly 7 (hover)",alignment:"Unaligned",languages:"Abyssal, Draconic",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:25},dexterity:{score:22},intelligence:{score:14},wisdom:{score:20},charisma:{score:28},hp:1,initiative:19,ac:38,fortitude:37,reflex:36,will:39,regeneration:null,auras:[{id:"2841afb1-9324-4d5d-aef9-a72a5d73b082",name:"Choking Aura",keywords:"",details:"(Poison) aura 2; each living creature that enters the aura or starts its turn there takes 5 poison damage."}],powers:[{id:"1c3c3537-46ac-45d5-81c6-225d97d66cd9",name:"Toxic Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"8 poison damage.",damage:"8 poison damage",category:1},{id:"0a09005c-013d-428c-b02d-479c6b0973e4",name:"Toxic Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:1},description:"",details:"12 poison damage.",damage:"12 poison damage",category:1},{id:"d58428b8-ffb6-40e0-aa3e-fe5e98c77964",name:"Venomous Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Area burst 3 within 20",attack:{bonus:33,defence:1},description:"",details:"targets enemies; the target loses any resistance to poison until the end of the venomous remnant’s next turn and takes 10 poison damage. Effect: Each venomous remnant in the area gains a +5 bonus to defenses until the end of the triggering remnant’s next turn.",damage:"the target loses any resistance to poison until the end of the venomous remnant’s next turn and takes 10 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8e69e79f-c6d1-4885-aa9d-39b224de5866",name:"Vulture Drake",details:"Vulture drakes were originally natural creatures of the world, but they have been corrupted by the dark energy of the Shadowfell. Cunning scavengers that love the taste of carrion, they are favored flying mounts of the shadar-kai and other creatures in the service of the Raven Queen.",size:3,origin:4,type:1,keywords:"mount, reptile",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"6, fly 8 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:16},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:119,initiative:7,ac:21,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"82c14488-29a8-4381-b97c-cba762d76f85",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"fa271805-c8f6-4d9a-93df-e62d37ece722",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"7cbd3dae-5543-4a8c-9fec-dc46111cae08",name:"Swooping Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vulture drake makes a charge attack, starting in the air and ending on the ground. It can make two claw attacks against the target it charges, instead of making one melee basic attack. If both attacks hit, the target is knocked prone.",attack:null,description:"",details:"",damage:"",category:1},{id:"5d9eff7e-6082-434b-b86a-538088f53c8c",name:"Death Shriek",action:{action:4,trigger:"when first damaged",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic, Thunder",condition:"",range:"Close blast 5",attack:{bonus:10,defence:3},description:"",details:"2d8+5 thunder damage, and the target takes ongoing 5 necrotic damage and a -2 penalty to attack rolls and saving throws (save ends both).",damage:"2d8+5 thunder damage",category:5},{id:"a21e791d-85f3-4e31-9931-fcb4bf37f5a6",name:"Death Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Creatures taking ongoing necrotic damage gain no benefit from concealment or total concealment when they are attacked by a vulture drake.",damage:"creatures taking ongoing necrotic damage gain no benefit from concealment or total concealment when they are attacked by a vulture drake",category:0},{id:"02b42d4e-2ae2-4808-a840-76d641196108",name:"Shadow Mount",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The vulture drake grants its rider resist 10 necrotic and a +4 bonus to saving throws against fear effects.",damage:"The vulture drake grants its rider resist 10 necrotic and a +4 bonus to saving throws against fear effects",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b302e2f3-ccd7-452a-92a8-bb25e55367bb",name:"War Shark",details:"",size:3,origin:4,type:1,keywords:"aquatic, mount",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"swim 11",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:24},intelligence:{score:2},wisdom:{score:14},charisma:{score:9},hp:139,initiative:16,ac:28,fortitude:26,reflex:28,will:23,regeneration:null,auras:[],powers:[{id:"d6b43051-dbcb-4086-b386-7041737d605f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"d1892ed1-9b59-4f51-926e-703eae82db83",name:"Deft Swimmer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 14th level or higher",range:"",attack:null,description:"",details:"The war shark’s rider gains a +2 bonus to AC against opportunity attacks. While in water, the rider also gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"The war shark’s rider gains a +2 bonus to AC against opportunity attacks",category:1},{id:"174a8272-9002-47b6-b12b-02e5bf16d2a3",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, a war shark gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"a war shark gains a +2 bonus to attack rolls against creatures without a swim speed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6ca98526-1f88-4227-a899-678e7f67de69",name:"Wyrmguard Scout",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"dagger; leather armor",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:17},charisma:{score:15},hp:75,initiative:11,ac:21,fortitude:19,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"ad67445b-8980-4cad-bbcf-3f35d3c6001a",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"e426a548-e4fd-47c6-a34d-aa56c2b20bea",name:"Dragon Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"2d6+5 poison damage.",damage:"2d6+5 poison damage",category:1},{id:"d7d06983-b1ac-41af-9052-acd8b8df1630",name:"Dragon Clash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the scout’s ward is damaged by an enemy"},keywords:"Poison",condition:"targets enemies",range:"Area burst 1 within 20",attack:{bonus:12,defence:1},description:"",details:"3d6+5 poison damage.",damage:"3d6+5 poison damage",category:1},{id:"c145a156-1c3e-4897-a762-62f19eb4165a",name:"Scout’s Ward",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmguard sentinel designates an ally or object within 10 squares as its ward, and any creature it was already warding is no longer its ward. The scout deals 2d6 extra damage against the enemy nearest to its ward.",damage:"the scout deals 2d6 extra damage against the enemy nearest to its ward",category:3},{id:"2e169155-557b-46bd-a419-223eefa9d475",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scout shifts 1 square",damage:"The scout shifts 1 square",category:3},{id:"3509d5c1-81e9-4ba0-afe1-e5a61da8fe07",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A scout gains a +2 bonus to all defenses against traps.",damage:"A scout gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a8132c0-ce13-45b3-bed3-61b0d967aa31",name:"Wyrmguard Sentinel",details:"",size:1,origin:4,type:2,keywords:"reptile; Kobold",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"scale armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:80,initiative:8,ac:23,fortitude:20,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"3e4fc0c2-5def-4b8a-8428-e826291089f5",name:"Dragontooth Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+2 damage, and the target is marked until the end of the sentinel’s next turn.",damage:"2d8+2 damage",category:1},{id:"6e3f2952-974f-4318-b036-5c404456ff25",name:"Sentinel’s Ward",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wyrmguard sentinel designates an ally or object within 10 squares as its ward, and any creature it was already warding is no longer its ward. The ward takes half damage from creatures marked by the sentinel.",damage:"the ward takes half damage from creatures marked by the sentinel",category:3},{id:"fb92715c-b411-41d6-bbec-48285683c1e9",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sentinel has a +3 bonus to attack rolls on opportunity attacks. If a move provoked the attack, an enemy struck by the wyrmguard’s opportunity attack stops moving. If it still has actions remaining, the enemy can use them to resume moving.",damage:"A sentinel has a +3 bonus to attack rolls on opportunity attacks",category:0},{id:"93cdd5c7-65d3-4113-ace2-c78753df8cf6",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sentinel shifts 1 square.",damage:"The sentinel shifts 1 square",category:3},{id:"75df4215-4f47-4312-94e5-ebb96fae32c0",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sentinel gains a +2 bonus to all defenses against traps.",damage:"A sentinel gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7c8b0897-ef54-4b72-b992-2668c0eb1bb6",name:"Wyrmling Vaporous Spirit",details:"",size:2,origin:1,type:1,keywords:"",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:10},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"1cfdea72-3a0f-4023-9415-91774f563aa5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"6 acid damage.",damage:"6 acid damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bab8c13-c18c-4e9b-9fba-444978f3a3c9",name:"Young Brass Dragon",details:"Fire-breathing monsters haunting deserts and other dry lands, brass dragons tend to be callous, violent, and selfish. The best are honorable mercenaries, brave and loyal if paid well. The worst are brigands that plunder any travelers who venture into their territory.",size:3,origin:4,type:1,keywords:"dragon",level:4,role:{type:0,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +10, Insight +9, Intimidate +8",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:16},intelligence:{score:13},wisdom:{score:15},charisma:{score:12},hp:232,initiative:5,ac:17,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"3403139a-da1e-4705-8ce8-e6c27a17fdb8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+3 damage plus 1d6 fire damage.",damage:"1d8+3 damage plus 1d6 fire damage",category:1},{id:"b055a6dc-0537-42de-98db-de67afdcfc1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"3bf36331-780d-4660-ad8d-3f78b5968e56",name:"Dragon Ire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks or one bite attack, and then shifts 1 square.",damage:"and then shifts 1 square",category:1},{id:"37201b85-901e-46fe-a17e-9d55d0c29fff",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Targets the triggering enemy; 1d8+3 damage, the target is knocked prone, and the dragon shifts 2 squares.",damage:"1d8+3 damage",category:5},{id:"ff3eec2f-4b36-46cb-8d3a-d172d56b98ac",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:9,defence:2},description:"",details:"3d6+3 fire damage, and the dragon pushes the target 3 squares. Miss: Half damage.",damage:"3d6+3 fire damage",category:1},{id:"1efff608-ca4c-4130-9ca8-d3fee64417ea",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"61f2127b-5805-4370-8b6c-b54b28f3ab15",name:"Fire Stream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"1d8+5 fire damage. Effect: Each creature adjacent to the target takes 1d8 fire damage.",damage:"1d8+5 fire damage",category:1},{id:"0c6b0405-2eee-41e8-8764-02ea60f16250",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3f206e7b-8cb0-4d3b-bb71-cd0380ac1d02",name:"Young Bronze Dragon",details:"Order’s sworn servants, bronze dragons can seem arrogant and haughty, with an inflated sense of self, a tendency that can put them at odds with those they meet. In rare cases, this self-righteousness grows into something far more sinister, and the bronze dragon takes over what it sees as lesser races, ruling as a cruel tyrant that demands worship and subservience from its subjects. Bronze dragons claim coastlines, inlets, and islands as their own, constructing lairs in coastal caves that have access to the sea. More aggressive bronze dragons purposely choose lairs near shipping lanes so they can claim tribute from merchant vessels as those craft pass by. All bronze dragons share a deep and abiding hatred for blue dragons, and they are vigilant in protecting their homes from these despised interlopers.",size:3,origin:4,type:1,keywords:"aquatic, dragon",level:7,role:{type:2,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6, fly 8 (hover), overland flight 10, swim 6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:17},intelligence:{score:11},wisdom:{score:11},charisma:{score:16},hp:296,initiative:6,ac:19,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"1b9125a5-a667-4229-9687-a143196d3184",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 2d6 lightning damage.",damage:"1d10+6 damage plus 2d6 lightning damage",category:1},{id:"c4211464-cca5-4635-87c5-f5844153858a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"0e346132-a5d5-4dd3-8288-8c8b9608e4b7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"5035d330-1a8e-433b-9134-23892bdea21f",name:"Wing Smash",action:{action:4,trigger:"when an enemy moves to a space where it flanks the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"1d12+6 damage, and the dragon pushes the target 1 square.",damage:"1d12+6 damage",category:5},{id:"e88468e1-00ac-453b-bf71-a170297b91b1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:8,defence:2},description:"",details:"2d8+4 lightning damage, and the dragon pushes the target 2 squares. If the attack hit at least one target, the dragon makes a secondary attack against a creature within 10 squares that was not a target of the primary attack. Miss: Half damage. Secondary Attack: +8 vs. Reflex; 2d8 + 4 lightning damage, and the dragon pushes the target 1 square.",damage:"2d8+4 lightning damage",category:1},{id:"b73b358e-245b-4f1d-a814-b4ea0797b38d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"e7c8db11-e43d-4718-93fa-f4c7fa6cae78",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"e1263c9d-1337-4628-8215-7ece38be70a1",name:"Restorative Dive",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"while bloodied and completely submerged in water",range:"",attack:null,description:"",details:"The dragon regains 74 hit points and gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The dragon regains 74 hit points and gains a +2 bonus to attack rolls until the end of its next turn",category:3}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4e740d0b-526e-452f-800f-d56d7323ad0a",name:"Young Cobalt Dragon",details:"Brooding and distrustful, cobalt dragons respect only strength. They breathe bitterly cold clouds of vapor that freeze their victims in thick ice.",size:3,origin:4,type:1,keywords:"dragon",level:5,role:{type:3,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"6 (ice walk), fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +11, Endurance +11, Intimidate +9",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:15},hp:268,initiative:4,ac:20,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"6e7a7175-e32b-4db7-a41d-01b0eb697ec3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+4 cold damage, and the target is slowed (save ends).",damage:"1d8+4 cold damage",category:1},{id:"63fb1353-919f-4452-b95a-4ca62f7c743c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"e3490788-0c64-4289-8932-3017114e7228",name:"dragon’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack, shifts 2 squares, and then makes two claw attacks against a different target.",damage:"shifts 2 squares",category:1},{id:"4b1666cb-70b4-47ae-9978-7f0bcd34f2f2",name:"Wing Flurry",action:{action:4,trigger:"when an enemy misses the dragon with a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:7,defence:1},description:"",details:"1d6+4 damage, and the target is pushed 2 squares.",damage:"1d6+4 damage",category:5},{id:"6fae9f35-0e42-435e-b59f-4265bc333181",name:"Savage Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:11,defence:0},description:"",details:"targets slowed or restrained creatures; 2d6+5 damage, the dragon pushes the target 3 squares, and the target is knocked prone. This forced movement can affect a creature restrained by the dragon’s own breath weapon.",damage:"2d6+5 damage",category:1},{id:"5a0504b1-8019-452d-99d1-5b19c007fff5",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"1d6+4 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends). Miss: Half damage.",damage:"1d6+4 cold damage",category:1},{id:"ed88ce3b-cd87-4c22-8e06-f6767a137473",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"3dd2a3c1-3357-4b40-b488-94cc09bffd10",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1af68fa5-9a63-43a1-8d88-c52406fbc1ca",name:"Young Mercury Dragon",details:"SKILLED SCOUTS, EMISSARIES, AND ASSASSINS, mercury dragons are capable of shapechanging tricks that other dragons can’t match. The breath of a mercury dragon poisons the body and the mind, rendering its victims unable to see the mercury dragon escape or circle around for a killing blow. A mercury dragon craves variety and new experiences.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:6,role:{type:4,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6, fly 6 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +13, Bluff +12, Stealth +13",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:21},intelligence:{score:13},wisdom:{score:11},charisma:{score:19},hp:288,initiative:12,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"a5b0ad91-b00f-4957-82e0-434b6f47d2d0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"4a3b26ad-1d3d-4166-a56b-e7f0825bf37d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"346b4958-3f6f-41e6-8c35-1b124d60cc99",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"37d184a2-3552-4dca-b966-fdfb89bc8d99",name:"Quick Snap",action:{action:5,trigger:"when an enemy moves adjacent to the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack against the triggering enemy. On a hit, the target also grants combat advantage to the dragon (save ends).",damage:"",category:5},{id:"f93868f9-ae36-4167-a482-2257fa7415e5",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"1d12+4 poison damage, and the target takes ongoing 5 poison damage and treats the dragon as invisible (save ends both). Miss: Half damage.",damage:"1d12+4 poison damage",category:1},{id:"ba34e633-38a0-4d89-8712-ac53d1362352",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"0107755c-7fb3-4e33-9d90-8f5dce33b5db",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"99ddbb48-9f68-4f78-9265-4467ffab8eee",name:"Quicksilver Form",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares. It remains in quicksilver form until the end of its next turn. While in quicksilver form, the dragon can’t attack or fly, but it gains a climb speed of 6, ignores difficult terrain, and doesn’t provoke opportunity attacks. It can squeeze through any aperture a Tiny creature could fit through. The dragon can return to its normal form as a free action on its turn. When it returns to normal, each creature within 2 squares grants combat advantage to the dragon until the end of the dragon’s next turn. Sustain Minor: The quicksilver form persists.",damage:"The dragon becomes a liquid wave of quicksilver and shifts 4 squares",category:2},{id:"b3451aeb-8195-4ec9-afee-cd8b7fb3fbc3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon deals 1d6 extra damage against a target granting combat advantage to it.",damage:"the dragon deals 1d6 extra damage against a target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5569f1c3-c5f9-4ff8-b0c4-2e0c16c473e4",name:"Young Mithral Dragon",details:"THE MYSTERIOUS MITHRAL DRAGONS can glimpse the future. Devoted to causes and deities, these dragons involve themselves in the affairs of the faithful, appearing to a select few and then disappearing suddenly. Single-minded in pursuit of its cause, a mithral can be an implacable foe or an unflinching ally.",size:3,origin:3,type:1,keywords:"dragon",level:11,role:{type:6,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8, fly 10 (hover), overland flight 12, teleport 10",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Diplomacy +13, History +13, Insight +14, Intimidate +13, Religion +13",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:23},intelligence:{score:16},wisdom:{score:18},charisma:{score:16},hp:444,initiative:13,ac:25,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"76fa9ad8-2297-4687-96b8-a8a5bcd6fcae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d8+4 damage",category:1},{id:"c501fd7e-96bd-4ff7-abcc-a6930de0b09b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"6eb1bc0a-69ef-47c6-9648-ecf19b57e228",name:"Dimension Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon teleports 5 squares, makes a claw attack, teleports 5 squares, and makes a claw attack against a different target.",damage:"The dragon teleports 5 squares",category:1},{id:"4505f9c5-6cfe-44e4-80da-7cef5a98935a",name:"Wing Buffet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; 2d8+6 damage, and the dragon pushes the target 3 squares.",damage:"2d8+6 damage",category:3},{id:"6607e8c7-0807-4b93-bca9-cd44418491de",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"2d6+4 radiant damage, and the target is blinded (save ends). Miss: Half damage.",damage:"2d6+4 radiant damage",category:1},{id:"97037d2b-8315-4dfd-a7ac-960caf9cbda2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"e8bcd754-38e2-43af-a65c-44f423b573ad",name:"Dimensional Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 10",attack:{bonus:14,defence:2},description:"",details:"targets up to four enemies; 2d8+4 damage, and the target takes ongoing 5 radiant damage and is dazed (save ends both). Effect: The dragon teleports to a space in the burst.",damage:"2d8+4 damage",category:1},{id:"77cad083-6e41-479f-bba6-b6b717407a16",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d4c6e069-be5d-4b21-ad7d-8757db754ec4",name:"Prophetic Defense",action:{action:5,trigger:"when the dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dragon gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the dragon teleports 6 squares.",damage:"The dragon gains a +4 bonus to all defenses against the triggering attack",category:5}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8cf1238f-6d9f-4b3e-894f-420aceabbb27",name:"Young Orium Dragon",details:"ORIUM DRAGONS LIVE AMONG RUINS of ancient civilizations, commanding lesser creatures to rebuild the glories of yesteryear and recapture the magic of fallen empires. To those under its protection, an orium dragon is a wise but sometimes harsh monarch. Those who threaten the dragon’s dreams of renewed empire find themselves choking on its corrosive breath—while they watch the vapor coalesce into a smoky serpent that attacks at the dragon’s command.",size:3,origin:4,type:1,keywords:"dragon",level:8,role:{type:7,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +10, Insight +9, Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:11},charisma:{score:15},hp:360,initiative:9,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"f816761a-f809-453d-9ee0-c36b5675b2c9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 1d6 acid damage.",damage:"1d10+6 damage plus 1d6 acid damage",category:1},{id:"420c7e64-0b4b-45a1-b6ff-e98829ac5427",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target is marked until the end of the dragon’s next turn.",damage:"1d8+6 damage",category:1},{id:"7486801f-d257-4f03-8ba4-0e65e553f5da",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks and one bite attack.",damage:"",category:1},{id:"0b5bc2d8-555c-4548-9343-bc93f09fa207",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when one of the dragon’s vaporous spirits is reduced to 0 hit points"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"2d8+4 acid damage, and a young vaporous serpent minion appears in any single unoccupied square in the blast. It acts just after the dragon in the initiative order.",damage:"2d8+4 acid damage",category:1},{id:"2cef02ed-a557-4096-a152-f0f98662bc51",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"41417af3-9974-4c51-9a93-625d87201425",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1fa9c6e1-4e97-4440-8b74-8ba90051d62f",name:"Young Steel Dragon",details:"IN HUMANOID CITIES, steel dragons conceal their identities by adopting humanoid forms. In battle, steel dragons are quick and employ a wide array of attacks.",size:3,origin:4,type:1,keywords:"dragon, shapechanger",level:7,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +13, Diplomacy +13, Insight +11",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:14},intelligence:{score:13},wisdom:{score:16},charisma:{score:21},hp:324,initiative:5,ac:22,fortitude:19,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"404a77da-ddae-4760-8559-f5e59ad6bfb9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d8+4 damage plus 1d8 force damage, and the dragon slides the target 1 square.",damage:"2d8+4 damage plus 1d8 force damage",category:1},{id:"d07dc949-5a15-4fd0-8dd6-9dc622948d82",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"9cbb17a5-f390-4a6a-87a7-103d923988f5",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"5fbfa126-8f8c-4a3a-ba73-cf42b2b90518",name:"Wing Scatter",action:{action:4,trigger:"when an enemy moves into an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Targets the triggering enemy; 1d8+4 damage, and the target is knocked prone. Effect: The dragon shifts 1 square and flies 3 squares.",damage:"1d8+4 damage",category:5},{id:"b4500e93-75dc-4181-a314-fd67db059a95",name:"dragon’s Suggestion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"the dragon slides the target 1 square, and the target grants combat advantage until the end of the dragon’s next turn. Effect: The dragon shifts 1 square.",damage:"the dragon slides the target 1 square",category:3},{id:"8a3aabf4-1347-4b38-8323-a6a254dd7e7b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:11,defence:1},description:"",details:"2d10+4 force damage, and the target is dazed (save ends). Miss: Half damage.",damage:"2d10+4 force damage",category:1},{id:"0628fd9e-8bf4-4723-8f0f-bd24f3fb8a04",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"13b57ba2-ca95-4eef-b212-6d7cf75fc220",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"1f49ebcf-92f7-4df1-b15a-02e141cdb370",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The dragon can alter its physical form to appear as a unique human (see “Change Shape,” MM2 216).",damage:"",category:3}],damageModifiers:[{type:4,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2022fb8d-fc98-4ee8-831b-e84798e2d116",name:"Young Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:10},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"cfff1f7d-d02f-4d35-8296-15f8e05ffd7b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"10 acid damage.",damage:"10 acid damage",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"310d35d8-312c-4b53-8825-8650d25a1539",name:"Zanathakla Vaporous Serpent",details:"",size:2,origin:1,type:1,keywords:"",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6, fly 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:10},intelligence:{score:4},wisdom:{score:4},charisma:{score:4},hp:1,initiative:0,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"72fa9bfd-9432-47cd-a73d-30cd4cf2f36d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"10 acid damage.",damage:"10 acid damage",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"382a698a-bac4-4b4c-9a62-f25d2e17aee9",name:"Kahlir Bloodworm",details:"",size:2,origin:4,type:1,keywords:"",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:10},intelligence:{score:5},wisdom:{score:14},charisma:{score:5},hp:130,initiative:5,ac:23,fortitude:25,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"94a049fc-eac6-4f0d-9d1a-453f0f8bf8ee",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"119abbb0-b43a-4056-bd15-56d6e65f9e74",name:"Flesh Tear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage, and ongoing 10 damage (save ends).",damage:"2d6+3 damage",category:1},{id:"e309009b-0584-4d4f-b8c7-e4084a732ad1",name:"Writhe of Hunger",action:{action:5,trigger:"when an adjacent creature is bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1effd5d-71ea-474f-9894-31780b559ab6",name:"Kahlir Husk",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:9},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:106,initiative:6,ac:25,fortitude:24,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"beeaf8e0-f0ff-4232-b899-e646ba9cf33a",name:"Blood Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage, and the target is immobilized (until escape). The Kahlir husk cannot use this attack if two creatures are currently immobilized by its blood claw.",damage:"1d6+5 damage",category:1},{id:"86903a54-3501-4f48-a67c-6dd758171349",name:"Blood Siphon",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"(immobilized living creature only) 4 damage, and the husk regains 4 hit points.",damage:"(immobilized living creature only) 4 damage",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"119fbc78-31d2-4706-b2d4-8c6af0e85f02",name:"Kahlir Vampire",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, Diplomacy +16, Intimidate +16",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:20},wisdom:{score:18},charisma:{score:20},hp:120,initiative:9,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"e4a5331c-6a4b-4f06-b952-22d223e18585",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"f9bcdad8-8f3a-4d0a-bae5-a25a2d38af7a",name:"Call to Blood",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 2",attack:{bonus:16,defence:1},description:"",details:"2d8+5 damage and the Kahlir vampire or another undead within 2 squares regains 5 hit points.",damage:"2d8+5 damage and the kahlir vampire or another undead within 2 squares regains 5 hit points",category:1},{id:"0562bf27-fd48-437c-b239-e911f89c4894",name:"Blood Root",action:{action:5,trigger:"when an enemy within 10 squares of the kahlir vampire moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:5},{id:"7f290adf-9c89-4445-8f94-2d4abce8c11f",name:"Summons by Blood",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 6",attack:{bonus:16,defence:1},description:"",details:"1d8+5 damage, and the target is pulled 2 squares.",damage:"1d8+5 damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3da6d5b0-144b-41e8-9347-b9bff04f1d7c",name:"Skinweaver Hand",details:"",size:1,origin:0,type:1,keywords:"blind",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +9; blindsight 10, tremorsense 10",movement:"5 (forest walk), climb 5",alignment:"Unaligned",languages:"",skills:"Athletics +8, Stealth +14, Thievery +14",equipment:"",category:"",strength:{score:8},constitution:{score:20},dexterity:{score:20},intelligence:{score:6},wisdom:{score:10},charisma:{score:14},hp:74,initiative:9,ac:20,fortitude:20,reflex:22,will:18,regeneration:null,auras:[],powers:[{id:"e63d0421-85fc-4cb1-9266-0c664bbfd6bf",name:"Unclean Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4 damage plus ongoing 5 necrotic damage (save ends).",damage:"1d4 damage plus ongoing 5 necrotic damage (save ends)",category:1},{id:"33b23e06-3c96-4182-b3a9-3c8fea1a9717",name:"Rotting Hex",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 10; 2d6+4 necrotic damage. If the target moves closer to the hand on the target’s next turn, the target takes an additional 1d6+4 necrotic damage.",damage:"2d6+4 necrotic damage",category:1},{id:"00f6afcf-2928-4a62-8808-4df7acc90527",name:"Rending Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 3 within 20",attack:{bonus:13,defence:2},description:"",details:"2d6+4 necrotic damage and ongoing 5 necrotic damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d6+4 necrotic damage and ongoing 5 necrotic damage (save ends)",category:1},{id:"0a29bf25-8c1c-4be8-992e-086ce3ce5bbd",name:"Choke Hold",action:{action:1,trigger:"",sustainAction:1,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"10 necrotic damage, and that target is dazed and immobilized (until escape), and the skinweaver hand enters the target’s space and is immobilized until the end of the hand’s next turn. The skinweaver hand can sustain the power as a standard action. If it does, the target takes an additional 10 necrotic damage and the effect continues until the end of the hand’s next turn. If the hand is forced out of the target’s space, it cannot sustain this power.",damage:"10 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"1d511ca6-c363-44c4-b832-572b28020a36",name:"Skinweaver Head",details:"",size:1,origin:0,type:1,keywords:"",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6 (forest walk), climb 5",alignment:"Unaligned",languages:"",skills:"Arcana +13, Bluff +15, Insight +12",equipment:"",category:"",strength:{score:6},constitution:{score:20},dexterity:{score:14},intelligence:{score:16},wisdom:{score:15},charisma:{score:20},hp:108,initiative:7,ac:24,fortitude:23,reflex:21,will:23,regeneration:null,auras:[{id:"a5b6a571-cc01-44a7-a99e-8eb06e5dd7ef",name:"Crawling Flesh",keywords:"",details:"aura 6; enemies within the aura take a -1 penalty to attack rolls and reduce their necrotic resistance by 10."}],powers:[{id:"487214cc-b03a-448a-88fe-4fc354f6b670",name:"Vicious Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6 damage plus ongoing 5 necrotic damage (save ends).",damage:"1d6 damage plus ongoing 5 necrotic damage (save ends)",category:1},{id:"016842d0-28e4-4f74-8530-886b35ea2cbf",name:"Dreadful Word",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:14,defence:3},description:"",details:"2d6+5 psychic damage, and the target takes a -3 penalty to Will defense until the end of the skinweaver head’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"81f144a3-55ee-4093-83d6-2f440d0951bc",name:"Mucus Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 15",attack:null,description:"",details:"target is immobilized (save ends); creates a zone of difficult terrain; any creature that ends its turn in the zone is slowed (save ends). The zone lasts for the duration of the encounter.",damage:"",category:1},{id:"b617c798-b77d-47ee-b9e7-d4f8994ff0bc",name:"Fleshweaving",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Close burst 2",attack:null,description:"",details:"skinweavers in the burst regain 10 hit points.",damage:"skinweavers in the burst regain 10 hit points",category:2},{id:"c153e5b1-5a6a-44f9-9d87-c454d2c82aed",name:"Arcane Mimicry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skinweaver head can use one encounter or at-will wizard power of 10th level or below that has been used in the last round and within 10 squares of the head. This is considered to be a standard action, even if the original power was a move or minor action. If the power is an attack, the skinweaver’s attack bonus is +14 and its damage modifier is +5.",damage:"the skinweaver’s attack bonus is +14 and its damage modifier is +5",category:1}],damageModifiers:[{type:6,value:-15},{type:7,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"dd81e5d2-a392-436b-942a-d1cdc16c036c",name:"Dragonborn Commandant",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:7,role:{type:7,flag:1,leader:!0},senses:"Perception +4",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"History +13, Intimidate +14",equipment:"fullblade; plate armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:11},intelligence:{score:16},wisdom:{score:12},charisma:{score:18},hp:158,initiative:5,ac:24,fortitude:22,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"0c559138-e43b-4514-875f-e3ad12db99b2",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+5 damage and marked until the end of the commandant’s next turn.",damage:"1d12+5 damage and marked until the end of the commandant’s next turn",category:1},{id:"84b42559-33bc-4be1-80a9-21833830b7ab",name:"Arching Slice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The dragonborn commandant makes two fullblade attacks, each against a different target within reach.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"55871f1c-05ec-4df9-aac2-0f3d2a3c93e1",name:"Designating Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+9 damage, and the target is marked until the end of the commandant’s next turn and slowed (save ends). In addition, while the creature is slowed due to this attack, the dragonborn commandant and all his allies gain a +1 power bonus to attack rolls and a +4 power bonus to damage rolls against that target.",damage:"1d12+9 damage",category:1},{id:"092a1ad2-330b-4101-b882-ef728832ac80",name:"Termination Order",action:{action:4,trigger:"when an adjacent enemy becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The dragonborn commandant immediately recharges designating smite (if necessary), and uses that power against the triggering enemy.",damage:"",category:5},{id:"0df134b4-f68a-4124-b37f-36de890c3310",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied)1d6+5 acid damage.",damage:"(+13 while bloodied)1d6+5 acid damage",category:3},{id:"8ba73659-6b4d-4848-8ef9-3b4f40ec4fe7",name:"Dragonborn Frenzy",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls and a +2 bonus to damage rolls.",damage:"a dragonborn gains a +1 racial bonus to attack rolls and a +2 bonus to damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d800504f-d49c-441c-a27a-2bd99fb76cb2",name:"Dragonborn Elementalist",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Any",languages:"Common, Draconic",skills:"Arcana +13, History +15",equipment:"quarterstaff",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:11},intelligence:{score:19},wisdom:{score:10},charisma:{score:17},hp:67,initiative:4,ac:21,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"a5227327-64eb-499e-a91d-710ca8f6e7b7",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(+13 while bloodied)1d8+2 damage.",damage:"(+13 while bloodied)1d8+2 damage",category:1},{id:"24fbdd60-7640-4759-8e63-e6574edcfb51",name:"Lightning Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Lightning",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:2},description:"",details:"(+14 while bloodied)2d6+4 lightning damage.",damage:"(+14 while bloodied)2d6+4 lightning damage",category:1},{id:"d335492e-0a49-46da-8970-ffd57969f7a2",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold or Fire",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"(+12 while bloodied)1d6+4 cold damage or fire damage; choose when using the power.",damage:"(+12 while bloodied)1d6+4 cold damage or fire damage",category:3},{id:"a225ce3d-f69c-49f5-8f08-362897bede2b",name:"Acid Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Acid",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"(+14 while bloodied)1d8+4 acid damage. The acid rain persists until the end of the elementalist’s next turn, dealing 10 acid damage to any creature that starts or ends its turn in the area, though a creature can take this damage only once on a given turn.",damage:"(+14 while bloodied)1d8+4 acid damage",category:1},{id:"49306e09-c795-4e0a-b669-4e3522f6014e",name:"Icicle Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"(+14 while bloodied)2d6+6 cold damage. Blast becomes difficult terrain until the end of the elementalist’s next turn.",damage:"(+14 while bloodied)2d6+6 cold damage",category:1},{id:"c7e1a4e9-6d70-41c3-b5e7-32fcee062933",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"6cd613dd-7707-4b4c-91c4-16df8dbcd443",name:"Winging Wind",action:{action:5,trigger:"when the elementalist would be hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Winds whip up, granting the elementalist a +2 bonus to the defense targeted by the attack. The elementalist can shift 2 squares, ignoring difficult terrain, and the attacker is pushed 2 squares.",damage:"granting the elementalist a +2 bonus to the defense targeted by the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e50a97d6-b570-4b59-ab02-521a8dc226d1",name:"Troll Witch",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +16, Insight +10",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:12},wisdom:{score:9},charisma:{score:18},hp:124,initiative:8,ac:25,fortitude:25,reflex:22,will:24,regeneration:{value:10,details:"if the troll witch takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"c8d5dfaf-56c2-48ff-ac8d-7a19e4564538",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"8487f7ac-ded8-4bf8-882b-674326bf9dff",name:"Flesh For Eating",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target takes 1 point of damage, and any time a troll deals damage from a melee attack against the target for the remainder of the encounter, the target takes an additional 1d6 damage.",attack:{bonus:16,defence:2},description:"",details:"",damage:"",category:3},{id:"a36e106d-8a30-408b-9e4c-a152c9caf383",name:"Fear of Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Fear",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"targets an enemy affected by flesh for eating; the target is dominated (save ends). A troll witch can dominate only one creature at a time.",damage:"",category:1},{id:"fa6f1f2d-d109-4f5d-9426-09a8a1a86563",name:"Ravenous Teeth",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"targets enemies only; 2d8+5 damage, and the target is dazed (save ends).",damage:"2d8+5 damage",category:1},{id:"e73cac69-5d7d-4426-9471-d14b20eb1794",name:"Burnsalve",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"A troll within 2 squares of the troll witch (excluding itself) regenerates normally at the beginning of its turn even if it took fire or acid damage any time since its last turn.",damage:"a troll within 2 squares of the troll witch (excluding itself) regenerates normally at the beginning of its turn even if it took fire or acid damage any time since its last turn",category:0},{id:"52a06d2f-c817-4a74-a377-bbffd8bf20da",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll witch is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll witch is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8eb280db-8330-4deb-8560-71dbe183d404",name:"Abyssal Ghoul Myrmidon",details:"",size:2,origin:1,type:2,keywords:"undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +22",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:17,ac:35,fortitude:35,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"05fe897b-35c7-4a74-9778-138ff9011d21",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"9 damage, and the target is immobilized (save ends).",damage:"9 damage",category:1},{id:"970261d3-b83b-41db-9219-fbd7831c78f8",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 5 necrotic damage.",damage:"all enemies in the burst take 5 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cd25b3a7-68f5-4e81-a986-5676b29201fc",name:"Crystal Golem",details:"",size:2,origin:4,type:0,keywords:"construct",level:14,role:{type:0,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:14},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:216,initiative:9,ac:28,fortitude:30,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"444f2c63-41b2-4c80-b508-9d6a2142cba7",name:"Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and ongoing 5 damage (save ends).",damage:"2d6+4 damage",category:1},{id:"d63dd15f-c272-43de-b6b7-5b061089c812",name:"Piercing Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:21,defence:0},description:"",details:"2d6+4 damage, and ongoing 10 damage (save ends).",damage:"2d6+4 damage",category:1},{id:"bf95081d-e9ff-4019-b0c6-8cc219075149",name:"Shard Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard golem makes a piercing shard attack against each target within range.",damage:"",category:1},{id:"6e844fb2-96be-4c5d-937e-c9591cb5220e",name:"Death Burst",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The crystal golem explodes in a burst of crystal shards. Close burst 2",attack:{bonus:19,defence:2},description:"",details:"2d6 damage, and ongoing 10 damage (save ends).",damage:"2d6 damage",category:0},{id:"b63103ac-bb45-433c-be3d-86a216c7f103",name:"Fractured Body",action:{action:4,trigger:"when an adjacent enemy hits the crystal golem with a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The enemy takes ongoing 5 damage (save ends).",damage:"the enemy takes ongoing 5 damage (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a898d270-032f-40c1-982b-c98063395ec0",name:"Genasi Stormmaster",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +14",equipment:"longsword",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:11},intelligence:{score:21},wisdom:{score:16},charisma:{score:13},hp:97,initiative:9,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"975efb8c-58ae-499e-9dbe-b572c66a02a4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"f34ab3c8-777a-4231-9171-7ad6546360bb",name:"Storm Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d8+5 lightning damage, and slide the target 5 squares. At the end of the slide, enemies adjacent to the target take 1d8+5 lightning damage.",damage:"3d8+5 lightning damage",category:1},{id:"7f20fa3a-da29-4ab2-8858-642dd85b3b14",name:"Wrath of the Thunderstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"2d10+8 lightning damage the target slides 3 squares.",damage:"2d10+8 lightning damage the target slides 3 squares",category:1},{id:"c8fab8e3-dcf5-4f81-ab52-d3aba33e25f0",name:"Promise of Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:null,description:"",details:"Personal; until the end of its next turn, the genasi stormmaster deals an extra 1d8 damage with a lightning or thunder power it uses.",damage:"the genasi stormmaster deals an extra 1d8 damage with a lightning or thunder power it uses",category:3},{id:"48d0ff92-c87b-4575-889f-5ac149f7dff1",name:"Thunderclap Rebuke",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacking creature is pushed 5 squares.",damage:"The attacking creature is pushed 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3479cc19-c1da-41ae-af36-66143c0317a1",name:"Genasi Tempest",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +14",equipment:"leather armor; rapier",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:12},wisdom:{score:13},charisma:{score:17},hp:89,initiative:11,ac:22,fortitude:20,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"88912211-def3-4503-ac10-375fcd87f928",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"581e0e24-7d90-4685-bc06-9973bac158fe",name:"Rush of the River",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d8+5 damage, and the genasi tempest can shift up to 2 squares before or after making this attack.",damage:"3d8+5 damage",category:1},{id:"356b11c5-5998-4e53-b9cc-82b6acc9ce60",name:"Earthshock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:13,defence:1},description:"",details:"affects one creature in burst that is touching the ground; target is knocked prone.",damage:"",category:3},{id:"2e72058a-52da-40ea-98cb-993756438917",name:"Thundering Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:11,defence:1},description:"",details:"2d10+4 thunder damage, and the target is pushed 2 squares.",damage:"2d10+4 thunder damage",category:1},{id:"f713a906-349c-4503-8e91-b5f113e04f74",name:"Pity is for the Weak",action:null,keywords:"",condition:"",range:"The genasi tempest deals an extra 2d6 damage on melee and ranged attacks against any target it has combat",attack:null,description:"",details:"",damage:"",category:0},{id:"45b8d2e3-6d00-466c-9111-c99abe22ff38",name:"Swiftcurrent",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi tempest shifts up to 6 squares over ground or liquid terrain, taking no penalties for squeezing. The genasi tempest can move through enemy spaces, ignore difficult terrain, and take no damage if the surface it moves across would normally deal damage to it.",damage:"and take no damage if the surface it moves across would normally deal damage to it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"921d6518-e655-40c5-90e6-4ee699fe2d83",name:"Iridescent Ooze",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:13,role:{type:7,flag:1,leader:!1},senses:"Perception +9; tremorsense 20",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:1},wisdom:{score:16},charisma:{score:1},hp:258,initiative:8,ac:29,fortitude:28,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"916c5cbd-bb4c-4323-9d84-4b73401f8023",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and the target is marked (save ends).",damage:"2d6+4 damage",category:1},{id:"72a2c73c-bee3-4700-a2f5-0a38773daa48",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The iridescent ooze makes a slam attack against two different targets.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"413a1370-4804-4af8-b062-f645a1b3418f",name:"Alluring Colors",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Charm",condition:"",range:"Close burst 1",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target is pulled 2 squares. If the target is marked by the iridescent ooze, it is pulled 4 squares. Any creature marked by the iridescent ooze and in a square adjacent to the iridescent ooze is grabbed and gains ongoing 10 acid damage (escape ends both).",damage:"any creature marked by the iridescent ooze and in a square adjacent to the iridescent ooze is grabbed and gains ongoing 10 acid damage (escape ends both)",category:1},{id:"de955339-f5b4-48c1-9524-e9d6164fd8cd",name:"Prismatic Shock",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Radiant",condition:"",range:"Close burst 2",attack:{bonus:18,defence:3},description:"",details:"1d10+5 damage, and the target is dazed until the end of the iridescent ooze’s next turn.",damage:"1d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"68efe17e-877e-45fa-8dae-d4264cc5d677",name:"Rimefire Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:468,initiative:8,ac:34,fortitude:34,reflex:31,will:30,regeneration:null,auras:[{id:"f6072847-7516-4135-a98f-9111bab27279",name:"Icefire Fog",keywords:"",details:"(Cold) aura 2; enemies treat the area within the aura as difficult terrain; see also forgefire unleashed"}],powers:[{id:"79969789-122a-4e19-9d9b-3d87eb3ceb50",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+2 damage, and ongoing 10 cold damage (save ends).",damage:"2d8+2 damage",category:1},{id:"a70ab59f-ea77-4932-b45c-8d84986ed45f",name:"Rimefire Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The rimefire golem makes a basic attack against each adjacent enemy.",damage:"",category:1},{id:"7504a3e6-820f-41e4-83fc-85e5fa78ae5c",name:"Death Burst",action:null,keywords:"Cold, Fire, Zone",condition:"when reduced to 0 hit points",range:"The rimefire golem explodes in a burst of fire and ice. Close burst 2",attack:{bonus:22,defence:2},description:"",details:"3d8+7 fire and cold damage. In addition, the area of the burst becomes a zone that lasts until the end of the encounter. A creature that begins its turn in the zone takes 10 fire damage.",damage:"3d8+7 fire and cold damage",category:0},{id:"7db5f277-4a28-4f53-9349-56b4e38760ed",name:"Forgefire Unleashed",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The rimefire golem’s icefire fog aura gains the fire keyword and gains the following effect: an enemy that begins its turn in the aura takes 10 fire damage.",damage:"an enemy that begins its turn in the aura takes 10 fire damage",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"5ca35de2-9fc0-4361-8981-81cd276b5482",name:"Sand Golem",details:"",size:2,origin:4,type:0,keywords:"construct",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:13},intelligence:{score:6},wisdom:{score:9},charisma:{score:3},hp:148,initiative:11,ac:29,fortitude:24,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"7c63b611-cfc8-4d19-ab12-6f0cc27da65d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 3d6+4 damage.",damage:"3d6+4 damage",category:1},{id:"d03a2770-dde8-40de-9df2-773fb74ba7a2",name:"Sandstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 1d8+4 damage, and the target is blinded (save ends).",damage:"1d8+4 damage",category:1},{id:"30a44851-58d9-4951-9d68-d4fa3d7a80ed",name:"Evasive Slide",action:{action:4,trigger:"when a melee attack misses the sand golem",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sand golem shifts 3 squares and gains combat advantage against the creature that missed it.",damage:"The sand golem shifts 3 squares and gains combat advantage against the creature that missed it",category:5},{id:"d378cbdf-4460-48a2-851f-8f76b9c9c686",name:"Shifting Sands",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sand golem can shift up to its speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"315d04f5-db12-43ce-996a-c9b55f14b884",name:"Shadow Slime",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:10,role:{type:4,flag:1,leader:!1},senses:"Perception +7; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"Athletics +12, Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:18},intelligence:{score:1},wisdom:{score:15},charisma:{score:1},hp:154,initiative:13,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"c807be8a-c8ca-461d-b1af-5b3e23998a7b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 necrotic damage.",damage:"1d8+5 necrotic damage",category:1},{id:"31363ccc-7498-480c-a93a-e3a976a34fe3",name:"Drain Life",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"2d8+3 necrotic damage, and the slime regains hit points equal to the damage dealt.",damage:"2d8+3 necrotic damage",category:1},{id:"91ceca7b-336d-44bf-8900-fb1277f399a4",name:"Engulf in Shadows",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One light source (even magical light) within 10 squares of the shadow slime stops producing light until relit.",damage:"One light source (even magical light) within 10 squares of the shadow slime stops producing light until relit",category:3},{id:"7f2eb206-21c2-42ec-a52b-118e6524c6f7",name:"Pool of Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow slime is invisible in areas of dim light or darkness.",damage:"",category:0},{id:"52e46320-0891-4118-a4c9-ef48240f5abf",name:"Shadowed Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow slime hits a creature that cannot see it, the attack deals an extra 2d6 damage and the target loses 1 healing surge.",damage:"the attack deals an extra 2d6 damage and the target loses 1 healing surge",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"ad83258c-ad39-4d33-b7ae-a94f2b558b23",name:"Winter Hag",details:"",size:2,origin:2,type:2,keywords:"",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:25},intelligence:{score:20},wisdom:{score:22},charisma:{score:18},hp:139,initiative:20,ac:33,fortitude:29,reflex:32,will:30,regeneration:null,auras:[{id:"e0ddb085-365d-411b-9412-9c44bed102d6",name:"Whiteout",keywords:"",details:"aura 4; severe snow and wind obscure sight and movement; all creatures that start their turns inside the hag’s aura gain total concealment and are slowed. The hag is unaffected by whiteout conditions and can see enemies clearly."}],powers:[{id:"cff19a33-716e-4781-8d87-80b3d143455e",name:"Graystaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 cold damage, and the target is immobilized (save ends).",damage:"1d10+7 cold damage",category:1},{id:"cda80bb3-53bb-4840-aa47-655ce63b0f1e",name:"Winter Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:24,defence:0},description:"",details:"3d10+6 cold damage and ongoing 5 cold damage (save ends), and the target’s resistance to cold is negated until the end of the encounter.",damage:"3d10+6 cold damage and ongoing 5 cold damage (save ends)",category:1},{id:"28384326-5a01-4122-aa57-f7d3f3612599",name:"Rimefire Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"2d6+7 cold damage.",damage:"2d6+7 cold damage",category:1},{id:"70186899-6ffd-490a-b8f3-ee3f71e89165",name:"Icy Bonds",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Cold, Zone",condition:"",range:"Area burst 3 within 15",attack:null,description:"",details:"the area becomes a zone filled with chains of permafrost that remain until the end of the hag’s next turn. Any creature that enters or begins its turn in the area or adjacent to it is restrained and takes ongoing 10 cold damage (save ends both). As a move action, the hag can slide a target shackled in icy bonds 2 squares.",damage:"any creature that enters or begins its turn in the area or adjacent to it is restrained and takes ongoing 10 cold damage (save ends both)",category:1},{id:"505e7545-a0fb-419b-a9dc-33ca5d713a4f",name:"Blizzard Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The winter hag teleports 10 squares, reappearing in a hail of wind and frost; it gains invisibility until the end of its next turn.",damage:"The winter hag teleports 10 squares",category:3},{id:"576e2a26-9769-4e33-8fee-388c1c163454",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A winter hag can alter its physical form to appear as an old crone of any Medium or Large humanoid race.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"9a2c06c5-65a3-4d49-9d3d-b3728e812796",name:"Hellbound Flamecaller",details:"",size:3,origin:3,type:2,keywords:"devil",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"Insight +19, Stealth +20",equipment:"shortbow",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:26},intelligence:{score:15},wisdom:{score:24},charisma:{score:14},hp:114,initiative:19,ac:29,fortitude:25,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"8bc5f774-3228-4bff-bd9c-28544c3af2a1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"598d2d5b-6167-4559-af82-f14b4787e435",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"2d4+7 fire damage.",damage:"2d4+7 fire damage",category:1},{id:"7f1cb7ca-1f75-4291-88b2-fec524fdb115",name:"Fiendish Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close blast 5",attack:{bonus:20,defence:0},description:"",details:"Requires shortbow; 2d4+7 fire damage.",damage:"2d4+7 fire damage",category:1},{id:"88eed724-c805-4722-8b16-7e26459448c8",name:"Fiery Invisibility",action:{action:4,trigger:"when the hellbound flamecaller is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Illusion",condition:"",range:"Close burst 1",attack:{bonus:20,defence:2},description:"",details:"1d10+6 fire damage. Effect: The hellbound flamecaller is invisible until it hits with an attack or the encounter ends.",damage:"1d10+6 fire damage",category:5},{id:"d3183b63-a71d-4145-b86f-fde861d2b40a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The hellbound deals an extra 2d8 damage on melee and ranged attacks against any target that it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"61c1f6f7-744f-43b9-96b5-c408dba48e83",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden hellbound flamecaller that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d0b11f1-7279-4e3a-af84-b2b66725ec04",name:"Hellbound Hunter",details:"",size:3,origin:3,type:2,keywords:"devil",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"Insight +16, Stealth +18",equipment:"glaive",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:13},wisdom:{score:20},charisma:{score:14},hp:149,initiative:15,ac:31,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"c35a1979-027c-4189-9a71-b6becb56438b",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d10+4 damage. If the target is prone, the attack deals an extra 2d6 damage.",damage:"2d10+4 damage",category:1},{id:"73d34212-b835-4794-b62c-11c34253c1d9",name:"Cutting Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"close blast 3",attack:{bonus:20,defence:2},description:"",details:"Requires glaive; 1d10+6 damage and target is knocked prone.",damage:"1d10+6 damage and target is knocked prone",category:1},{id:"0baa06f2-b045-4d0b-ac35-2607b8ad307c",name:"Fiery Retaliation",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Teleport",condition:"or stunned",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"1d10+6 fire damage, and the target gains the condition that triggered this attack with the same duration.",damage:"1d10+6 fire damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa8dc1b3-279f-4aa4-9049-c0741c74fab7",name:"Nephigor",details:"",size:2,origin:5,type:2,keywords:"devil, undead",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"All",skills:"Arcana +20, History +20, Insight +15, Intimidate +18, Religion +20, Stealth +19",equipment:"",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:24},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:187,initiative:14,ac:28,fortitude:26,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"f7463c2f-46a2-4519-ada5-babc6a6fdbe2",name:"Ghostly Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 2d8+6 necrotic damage and the target is slowed. If the target is restrained, the attack deals an extra 2d6 necrotic damage.",damage:"2d8+6 necrotic damage and the target is slowed",category:1},{id:"35496e76-9745-45b4-b595-612c8dc7f837",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Nephigor makes two ghostly chain attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"ebb47081-7e70-45f9-926b-9b33782e7ec2",name:"Chains of Bondage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 4",attack:{bonus:18,defence:2},description:"",details:"enemies only; 2d10+6 necrotic damage and targets are restrained (save ends).",damage:"2d10+6 necrotic damage and targets are restrained (save ends)",category:1},{id:"8f1e01f3-758d-4d77-8fe0-a38ff7ef1921",name:"Chains of Ghostly Vengeance",action:null,keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Nephigor immediately uses chains of bondage even if it has not recharged.",damage:"",category:0},{id:"5c6385c1-a41f-46bf-ba28-1acfbe7dd9ef",name:"Grip of Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 4",attack:{bonus:18,defence:2},description:"",details:"enemies only; (+21 vs. restrained targets)1d10+6 psychic damage and targets take ongoing 5 psychic damage (save ends).",damage:"restrained targets)1d10+6 psychic damage and targets take ongoing 5 psychic damage (save ends)",category:1},{id:"aa98aabc-6d09-4a02-87b6-44122fd74a79",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Nephigor can make opportunity attacks against all enemies within his reach (4 squares).",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"810d6574-3391-48ce-a64a-2884539ce641",name:"Abyssal Slaughter-Lord",details:"",size:3,origin:4,type:2,keywords:"",level:9,role:{type:7,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +12",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:13},intelligence:{score:16},wisdom:{score:15},charisma:{score:17},hp:194,initiative:7,ac:27,fortitude:23,reflex:21,will:23,regeneration:null,auras:[{id:"8580d4b4-9bb0-40b3-b664-3a7f8c9c34d9",name:"Opportune Tactics",keywords:"",details:"aura 5; each ally in the aura gains a +1 bonus to opportunity attack rolls, and deals +2 damage on opportunity attacks."}],powers:[{id:"ebe013c2-7dc7-4165-bfba-2cd5098b71e0",name:"Reaching Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and the target slides 2 squares. An ally adjacent to the target after the slide can make an opportunity attack against the target.",damage:"2d6+5 damage",category:1},{id:"f59d532f-9e65-4d0b-b561-09ba10337a41",name:"Swift Opportunist",action:{action:4,trigger:"when an ally within 3 squares hits an enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaughter-lord shifts 5 squares and makes a reaching claw attack against the enemy.",damage:"The slaughter-lord shifts 5 squares and makes a reaching claw attack against the enemy",category:5},{id:"f4ef903a-47ba-4c71-b412-ec5448d1ba33",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"31f4e8a3-b879-41b6-9d9d-b642ac60feb6",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The abyssal slaughter-lord deals an extra 5 damage on melee attacks against an enemy that has two or more of the slaughter-lord’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d55fa61-0bab-4ae6-ae75-5c9eefcee8bc",name:"Aspect of Baphomet",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +22; darkvision",movement:"8 (earth walk)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +24, Intimidate +20, Nature +22",equipment:"greataxe",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:25},intelligence:{score:17},wisdom:{score:23},charisma:{score:19},hp:508,initiative:18,ac:36,fortitude:37,reflex:34,will:33,regeneration:null,auras:[{id:"33b49af8-56f5-4ef2-9ac4-6ad5735c65f9",name:"Blood Ground",keywords:"",details:"aura 3; a creature in the aura that makes a melee attack against a bloodied target gains a +3 bonus to damage rolls, and a bloodied creature that makes a melee attack gains a +5 bonus to damage rolls. The two bonuses stack."}],powers:[{id:"81c9a111-5ad9-4191-b24c-c972a7200bfa",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 3d6+8 damage (crit 9d6+26).",damage:"3d6+8 damage (crit 9d6+26)",category:1},{id:"3063f870-8a4a-4eb0-9cd5-79bec39954b3",name:"Slashing Horns",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 1d12+8 damage, and slide the target 2 squares.",damage:"1d12+8 damage",category:3},{id:"33e31286-a27c-4827-807c-ae1611e74510",name:"Brutal Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The aspect of Baphomet charges a creature and makes the following attack in addition to the normal melee basic attack",attack:{bonus:24,defence:1},description:"",details:"3d12+8 damage, slide the target 2 squares , and the target is knocked prone.",damage:"3d12+8 damage",category:1},{id:"1a4c8791-e9e8-45fd-a1da-65c97cb4af61",name:"Bellow",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Close burst 2",attack:{bonus:24,defence:1},description:"",details:"2d8+7 thunder damage, push the target 2 squares, and the target is dazed until the end of the aspect’s next turn.",damage:"2d8+7 thunder damage",category:5},{id:"51daea0b-ddc3-4830-baab-a3ac858d76e4",name:"Bloodied Outrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The aspect of Baphomet makes two greataxe attacks. If both attacks hit the same target, the target is dazed (save ends).",damage:"",category:1},{id:"8a766299-6a59-4b8f-ac6f-2bbd0e528438",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The aspect of Baphomet makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"877268f1-39e5-42fa-b862-93804e8b7779",name:"Asterion",details:"",size:2,origin:1,type:2,keywords:"demon",level:26,role:{type:6,flag:1,leader:!1},senses:"Perception +25",movement:"8 phasing",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +27, Intimidate +26, Stealth +24",equipment:"battleaxe; hide armor",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:22},intelligence:{score:14},wisdom:{score:20},charisma:{score:26},hp:482,initiative:21,ac:42,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"4fc0d658-2d0b-414d-b8bb-42a4e1ea81dd",name:"Neckfinder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d10+9 damage, and ongoing 10 damage (save ends).",damage:"1d10+9 damage",category:1},{id:"c2d2d575-2b35-49cd-a371-58c5d7b11154",name:"Charnel Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Asterion makes two neckfinder attacks, and can shift after each.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"cd331109-ef34-41c5-95f2-b92f13d9f51a",name:"Headstealer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Bloodied targets only; 4d10+9 damage. If this reduces the target to 0 hit points, the target has taken grievous wounds to its neck and takes a -5 penalty to death saving throws until it has greater than 0 hit points.",damage:"4d10+9 damage",category:1},{id:"469bfb7d-83bf-47b2-95cb-76ae5b6a9445",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Asterion charges; 3d6+9 damage, and the target is knocked prone.",damage:"3d6+9 damage",category:1},{id:"3ea5386f-50f4-4703-9724-6ec23b147b09",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Asterion hits an enemy he has combat advantage against, he can shift 3 squares after the attack as a free action.",damage:"he can shift 3 squares after the attack as a free action",category:0}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"17d1987c-d912-4070-8936-0c58ebfe0127",name:"Beastcaller",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +11",equipment:"javelin; leather armor",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:17},intelligence:{score:15},wisdom:{score:15},charisma:{score:20},hp:81,initiative:7,ac:21,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"74659aef-80bb-4549-890e-0701e8172dab",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"00d42e62-74c4-44ab-966d-c08974997036",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"6f1714c8-49bf-436f-a650-345c01c0e03b",name:"Murderous Flock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Ravens appear from nowhere and descend upon the battlefield. Burst 3 within 20; targets enemies; 2d4+5 damage, and the target is blinded and takes ongoing 5 damage (save ends both). Miss: Half damage, and ongoing 5 damage (save ends) and the target is not blinded.",damage:"2d4+5 damage",category:1},{id:"97b47d33-db7e-4d8e-9bed-1ae02d96db50",name:"Erupting Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Vermin boil from the earth and ravage everything in their path. Burst 3 within 10; targets enemies on the ground; 2d4+5 damage, and the target is immobilized and takes ongoing 5 poison damage (save ends both). Miss: Half damage, and ongoing 5 poison damage (save ends) and the target is not immobilized. Effect: The area becomes difficult terrain until the end of the encounter.",damage:"2d4+5 damage",category:1},{id:"2902772b-29fe-4e78-b293-bec7c4425869",name:"Against the Tide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"targets one creature hit by murderous flock or erupting swarm this turn; the beastcaller slides the target 3 squares or the target is knocked prone.",damage:"the beastcaller slides the target 3 squares or the target is knocked prone",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ca3c2d0-3217-42db-9cd2-df99b121c5bc",name:"Bloodwalker",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +13, Religion +10, Stealth +14",equipment:"leather armor",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:14},charisma:{score:18},hp:95,initiative:11,ac:23,fortitude:19,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"7003619f-778d-4b28-aab9-641e450511af",name:"Jagged Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage (crit 1d6+17).",damage:"2d6+5 damage (crit 1d6+17)",category:1},{id:"7b45035d-fcf8-4557-8a7b-1e2a512006a3",name:"Blood Defense",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"target must be bloodied",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage, and the bloodwalker gains a +2 power bonus to all defenses until the end of its next turn.",damage:"2d6+5 damage",category:1},{id:"28270e49-44e0-4853-9ac7-e533cb752ef1",name:"Bloodwalk",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bloodwalker teleports up to 10 squares to a space adjacent to a bloodied creature, including itself if it is bloodied.",damage:"The bloodwalker teleports up to 10 squares to a space adjacent to a bloodied creature",category:2},{id:"b4987864-18e4-420e-83c5-1e1883fb4c48",name:"Blood Frenzy",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"the bloodwalker must be bloodied",range:"When the bloodwalker makes a successful melee attack, it shifts 2 squares.",attack:null,description:"",details:"",damage:"",category:4},{id:"4afc4ba9-8ceb-4318-80fb-d858b90fe97f",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The bloodwalker deals an extra 5 damage on melee attacks against an enemy that has two or more of the bloodwalker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3b1b3628-725a-44f5-aa47-6d6f537cd9b3",name:"Cackling Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:2,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Endurance +12",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:9},wisdom:{score:16},charisma:{score:11},hp:356,initiative:11,ac:24,fortitude:24,reflex:26,will:20,regeneration:null,auras:[{id:"12594b32-5c0e-408d-82a9-430ddfed1575",name:"Soul-Chilling Cackle",keywords:"",details:"(Fear) aura 2 (5 while bloodied); an enemy that starts its turn in the aura shakes with fear until the end of its next turn. The creature takes a -2 penalty to attack rolls and skill checks, and falls prone if it moves more than half its speed in a single action."}],powers:[{id:"b4d7cb3d-38eb-4598-9920-4db30042d913",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d4+5 damage, plus 2d6 damage against a prone target.",damage:"3d4+5 damage",category:1},{id:"0bf8fa0e-5cd5-43b4-b333-e12830cd69ab",name:"Snarling Bite",action:{action:7,trigger:"when the marauder makes a successful claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"The cackling marauder makes a bite attack against the same target; 2d6+5 damage, and the target takes ongoing 10 poison damage.",damage:"2d6+5 damage",category:5},{id:"9ac5843b-6819-43ce-a987-b4745eefb8fe",name:"Claw Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder makes a claw attack against two targets, and can shift 2 squares after each attack.",damage:"and can shift 2 squares after each attack",category:1},{id:"0c17930c-443f-4f28-b343-452ce5ea41ea",name:"Claw Dervish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder shifts up to its speed and makes one claw attack against each creature adjacent to it at any time during the shift.",damage:"",category:1},{id:"d16220de-6a23-4a7c-b4a5-ce17ec711527",name:"Horrific Cackle",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 2 (5 while bloodied)",attack:{bonus:11,defence:3},description:"",details:"the target is pushed a number of squares equal to its speed and knocked prone.",damage:"",category:3},{id:"5c905be3-6844-469c-93ea-4264d8978f1b",name:"Bloodied Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cackling marauder takes any action it can perform as a standard action.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"6f8f12ed-717c-4b9d-be13-827f29b6f142",name:"Coflizu",details:"",size:4,origin:1,type:1,keywords:"demon, swarm",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, fly 4 (hover)",alignment:"Chaotic evil",languages:"",skills:"Stealth +25",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:29},intelligence:{score:4},wisdom:{score:19},charisma:{score:12},hp:216,initiative:22,ac:37,fortitude:35,reflex:35,will:32,regeneration:null,auras:[{id:"fa3cd21e-25a8-493e-a43b-f6d9cbbff767",name:"Seething Mass",keywords:"",details:"aura 2; the coflizu makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"807bada5-4951-410a-9677-13f1d3574306",name:"Rending Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"1d6+7 damage, and ongoing 10 damage (save ends).",damage:"1d6+7 damage",category:1},{id:"89b3c0e2-ad03-4248-bc2a-c08ecc67655d",name:"Blood Tendril",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 3; 3d6+8 damage. The coflizu takes 10 damage and the target takes ongoing 10 damage and, at the start of the target’s turn, roll 1d6 to determine whether the coflizu chooses the target’s move action(1-3) or the target’s standard action(4-6)(save ends both).",damage:"3d6+8 damage",category:1},{id:"ef313fde-5f6f-42e2-83a8-1ee0d0625b9f",name:"Fiendish Flow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The coflizu shifts 4 squares.",damage:"The coflizu shifts 4 squares",category:2}],damageModifiers:[{type:3,value:-20}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"a4245bd2-2c08-472d-b773-de2c5bb46d2d",name:"Havoc Gnoll Prey-Taker",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +14, Stealth +16",equipment:"leather armor; net; spear",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:22},intelligence:{score:15},wisdom:{score:16},charisma:{score:18},hp:91,initiative:11,ac:24,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"10aec4fa-9e51-483f-9553-f0b35785e049",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"fd982bed-e43d-449f-9437-e319fef22d86",name:"Spear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"c0cc763c-ad2a-4ce7-80dc-1f0e0fdf4c73",name:"Net",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is immobilized by this power"},keywords:"Weapon",condition:"medium or smaller creature only",range:"Ranged 4/8",attack:{bonus:16,defence:2},description:"",details:"1d8+5 damage, and the target is knocked prone and is immobilized and cannot stand (until escape).",damage:"1d8+5 damage",category:1},{id:"023582f1-883e-477b-9a54-4469af9168dd",name:"Ranging Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The prey-taker shifts 3 squares and ignores difficult terrain for this move.",damage:"The prey-taker shifts 3 squares and ignores difficult terrain for this move",category:2},{id:"e3c3a915-2947-4815-9926-4b0f5237baee",name:"Net Master",action:null,keywords:"",condition:"",range:"The prey-taker deals an extra 1d6 damage on attacks made against an enemy immobilized by its net, and it takes no penalty for attacking a prone creature with a ranged attack when that creature is immobilized by its net.",attack:null,description:"",details:"",damage:"",category:0},{id:"6a43be08-f928-4f80-bc16-d4b7a87362c3",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The prey-taker deals an extra 10 damage on melee attacks against an enemy that has two or more of the prey-taker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e09c85cc-fa6b-4627-82bd-289429d053c5",name:"Havoc Gnoll Tribal Champion",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"club; hide armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:19},intelligence:{score:16},wisdom:{score:17},charisma:{score:19},hp:124,initiative:12,ac:28,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"a3048177-e8e5-453a-bb95-32cd3a3ce807",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+6 damage, and the target is marked until the end of the tribal champion’s next turn.",damage:"2d6+6 damage",category:1},{id:"8c5a681f-c935-44d2-8f64-5c00bc70c1fc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"bf5b7873-158e-45ec-a6f9-c32f2d4147c6",name:"Spinning Trip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"2d6+6 damage and the target is knocked prone.",damage:"2d6+6 damage and the target is knocked prone",category:1},{id:"461cda28-029e-4946-9f1c-86076423cb46",name:"Reactive Trip",action:{action:5,trigger:"when an enemy marked by the champion shifts out of a square adjacent to the champion",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The champion makes a spinning trip attack against that enemy.",damage:"",category:5},{id:"f0b8c6ca-d9dc-421f-8b00-db62c1e35305",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The tribal champion deals an extra 10 damage on melee attacks against an enemy that has two or more of the havoc gnoll’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d646ac59-f08c-4fd4-b9d2-fcac2ddebcaa",name:"Hound of Yeenoghu",details:"",size:3,origin:4,type:1,keywords:"",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:4},wisdom:{score:17},charisma:{score:11},hp:238,initiative:7,ac:23,fortitude:25,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"714ed91b-0069-4364-ba74-4dcaeeae7ff5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage, and the target is knocked prone.",damage:"2d8+5 damage",category:1},{id:"bc6af74e-b5d0-4386-a03a-adae54369fce",name:"Savage Rend",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"target must be prone",range:"",attack:{bonus:10,defence:1},description:"",details:"1d8+5 damage, and the target cannot stand until the end of its next turn.",damage:"1d8+5 damage",category:3},{id:"e923ea4e-02f6-4e27-b3ab-634c4781e8c3",name:"Blood-Hunter",action:{action:4,trigger:"when an enemy within 6 squares is bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hound charges the bloodied enemy.",damage:"",category:5},{id:"1f2366cf-efae-41db-8cc8-2b693da810f4",name:"Ravenous Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the hound charges a bloodied enemy, its movement does not provoke opportunity attacks.",damage:"",category:0},{id:"22e1f587-c9e2-479c-891f-70f126f611cc",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The hound of Yeenoghu deals an extra 5 damage on melee attacks against an enemy that has two or more of the hound’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"518e514a-debe-46bc-8c32-2c3d8c17e19e",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hound of Yeenoghu remembers the taste of the blood of any creature it has ever bitten, even once. It gains a +10 bonus to Perception checks to detect or track such a creature.",damage:"It gains a +10 bonus to Perception checks to detect or track such a creature",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e37cc48-8f42-4e4d-9c76-c770256c3ef3",name:"Kalaka",details:"",size:2,origin:1,type:2,keywords:"demon",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +6; truesight 5",movement:"5",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +14, Endurance +13",equipment:"halberd; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:14},intelligence:{score:9},wisdom:{score:15},charisma:{score:11},hp:108,initiative:8,ac:25,fortitude:23,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"2b1dea7a-0261-4f98-a60e-1362205cb11b",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d4+6 damage, and slide the target 1 square.",damage:"2d4+6 damage",category:1},{id:"62d5f117-f434-4601-a3a1-bfad75a585c8",name:"Unexpected Reinforcements",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Weapon",condition:"",range:"the kalaka conjures up to four duplicates of itself, which appear in four unoccupied squares in range. The kalaka and each duplicate make a melee basic attack. At the end of the kalaka’s turn, choose a duplicate or the original kalaka to remain. Remove the rest from play.",attack:{bonus:16,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"e4d4b27d-d8e2-489b-81ef-549e45d96018",name:"Spewing Death",action:null,keywords:"Acid",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:2},description:"",details:"2d6+4 acid damage, and the target is blinded until the start of its next turn. Miss: Half damage and the target is not blinded.",damage:"2d6+4 acid damage",category:0},{id:"39943c06-240a-446c-92f6-8bd803d33534",name:"Flawed Creation",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The kalaka takes ongoing 5 damage.",damage:"the kalaka takes ongoing 5 damage",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"3c66fc43-bf2e-4449-a6b7-7a5612a8df46",name:"Knight of the Horned King",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +10, Intimidate +11",equipment:"battleaxe; heavy shield; plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:18},hp:112,initiative:8,ac:27,fortitude:25,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"bb118e24-b019-40c1-b81f-d2d5e9abe1ba",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is marked until the end of the knight’s next turn.",damage:"2d6+5 damage",category:1},{id:"88e32422-f042-44fc-bcd8-b17de4386a84",name:"Maze of Madness",action:{action:7,trigger:"when target marked by the knight moves or makes an attack that does not include the knight",sustainAction:0,use:1,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(the triggering creature)1d10+5 damage, and the target takes a -4 penalty to Will and the knight can slide the target 1 square as a free action at the start of the target’s turn (save ends).",damage:"(the triggering creature)1d10+5 damage",category:5},{id:"9612d60b-ac90-4d54-be5e-630bd7b8371b",name:"Mark of the beast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"close blast 3",attack:{bonus:16,defence:3},description:"",details:"Two targets; the target is stunned (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d241ff9b-ab94-4ebe-904a-d5163eb9bcb5",name:"Oostarix",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:3,flag:1,leader:!0},senses:"Perception +18",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Dungeoneering +16, Intimidate +20, Nature +18, Religion +18",equipment:"morningstar",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:12},intelligence:{score:18},wisdom:{score:15},charisma:{score:23},hp:354,initiative:10,ac:34,fortitude:35,reflex:29,will:32,regeneration:null,auras:[{id:"a3f16665-0994-440d-a00f-580b550f4e7f",name:"Baphomet’s Boon",keywords:"",details:"aura 10; allies who start their turns in the aura gain a +2 bonus to attack rolls when charging."}],powers:[{id:"bda65586-8677-4d25-ab79-bfaec188d851",name:"Bonecrusher Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+9 damage, and the target is weakened until the end of Oostarix’s next turn.",damage:"1d10+9 damage",category:1},{id:"75537dc8-184b-4801-8ca1-0f282b201a45",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Oostarix makes a charge attack; 2d6+9 damage, and the target is knocked prone.",damage:"2d6+9 damage",category:1},{id:"1495e5f9-ea71-4303-a66d-3f58fa5358f7",name:"Savage Infection",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"1d6+7 psychic damage, the target takes ongoing 5 psychic damage and at the start of the target’s turn it makes a melee basic attack against one random adjacent creature (save ends both). If this attack hits, it deals normal damage and the target of the basic attack gains the same condition (save ends).",attack:{bonus:22,defence:3},description:"",details:"",damage:"",category:1},{id:"864637a9-8b40-494a-aabf-bf757e5a8b8b",name:"Unholy Flood",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic",condition:"",range:"1d10+7 necrotic damage, and the target makes a melee basic attack against one of its adjacent allies as a free action. Miss: Half damage, and the target does not make an attack.",attack:{bonus:22,defence:3},description:"",details:"",damage:"",category:1},{id:"09bbc6b6-527c-4d34-8615-acd4395feb8c",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Oostarix makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1df86216-f272-4b75-a865-37fa476f8659",name:"Perditazu (Maze Demon)",details:"",size:2,origin:1,type:2,keywords:"demon, undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:16},intelligence:{score:21},wisdom:{score:18},charisma:{score:9},hp:92,initiative:13,ac:27,fortitude:22,reflex:25,will:24,regeneration:null,auras:[{id:"9279bc2d-8a1b-44c0-b0e8-1559df9e4815",name:"Confounding Presence",keywords:"",details:"(Psychic) aura 2; any enemy starting its turn in the aura is dazed."}],powers:[{id:"e670acd8-35e4-4dcb-8731-5863a1da4cc7",name:"Essence Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Teleportation",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+3 damage, the target takes a -5 penalty to its Will defense (save ends), and the perditazu can teleport 5 squares provided it ends its movement in a space adjacent to an enemy.",damage:"1d8+3 damage",category:1},{id:"b29d0670-16ff-479c-8662-a8099d8a9c97",name:"Phantom Assailants",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"2d6+5 the target makes a melee basic attack against an adjacent ally as a free action.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:3},{id:"4bf99ea5-55ad-436c-a36a-53c6c2c87446",name:"Mind Maze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"the target is dazed, and the perditazu enters the target’s space and vanishes into the target’s body (save ends both). Remove the perditazu from play. Each round, on the target’s turn, it takes 2d6 + 5 psychic damage unless it moves its speed. Aftereffect: The target takes 10 psychic damage, and the perditazu appears in an unoccupied space of its choice adjacent to the target.",damage:"it takes 2d6 + 5 psychic damage unless it moves its speed",category:1}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fd938cee-ad41-4430-b10c-0d10e2318586",name:"The Misbegotten",details:"",size:3,origin:1,type:1,keywords:"blind, demon",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +19; blindsight 12",movement:"8, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:31},constitution:{score:29},dexterity:{score:26},intelligence:{score:8},wisdom:{score:25},charisma:{score:4},hp:558,initiative:20,ac:38,fortitude:40,reflex:38,will:37,regeneration:null,auras:[{id:"7a7b3e5a-b2a2-4f11-abe3-e7de44552036",name:"Unholy Stench",keywords:"",details:"(Poison) aura 3; all creatures in the aura take a -2 penalty to attack rolls and gain vulnerable 10 acid."}],powers:[{id:"cea6142f-4889-4c94-b684-ae59982fde68",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d6+10 damage plus 2d6 acid damage, and the target is grabbed. The Misbegotten can grab up to four creatures at once.",damage:"2d6+10 damage plus 2d6 acid damage",category:1},{id:"3874f12c-740e-433c-a91c-80ffa62af917",name:"Tentacle Smash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Grabbed creature only; 3d6+10 damage, and the target is dazed (save ends).",damage:"3d6+10 damage",category:3},{id:"49447ade-b216-4b56-8ff3-8171c4020af1",name:"Corrosive Slobber",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Zone",condition:"",range:"Close blast 3",attack:{bonus:25,defence:2},description:"",details:"2d6+9 acid damage, and ongoing 10 acid damage (save ends). The blast creates a zone of noxious smoke that lasts until the end of the Misbegotten’s next turn. A creature that starts its turn in or enters the zone takes 10 acid damage, and the zone grants concealment to creatures within.",damage:"2d6+9 acid damage",category:1},{id:"f1c3c607-c0b2-4fef-b19e-f6e3c30f52b9",name:"Wormcrawl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"",damage:"",category:1},{id:"5f735fbf-7ad6-48ed-9487-fdc9204b36ae",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Misbegotten can make opportunity attacks against any creature in its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"816007d2-3a82-4c14-b970-71b9855781c9",name:"Andred Wormblade",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:1,leader:!0},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Common",skills:"Bluff +9, History +12, Insight +8, Intimidate +9",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:13},hp:140,initiative:5,ac:23,fortitude:20,reflex:20,will:17,regeneration:null,auras:[{id:"332b5cb5-b80d-4ed7-a40d-78fde6ede8cb",name:"Foment Savagery",keywords:"",details:"aura 2; allies in the aura gain a +2 bonus to damage rolls against bloodied targets."}],powers:[{id:"49c1b7a9-3ffb-4b8e-901d-c69e09ef47b9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:13,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of Andred’s next turn.",damage:"1d8+6 damage",category:1},{id:"0ef6ff5e-bb51-468b-842a-844e59b24a8c",name:"Leading Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires longsword",range:"Andred makes a longsword attack, and one ally within 3 squares of him makes a melee basic attack as a free action.",attack:{bonus:11,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"9345d00d-0b62-48e7-a0cb-02f84871168e",name:"Kill Them All",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets two allies in burst; the target makes a charge attack as a free action.",damage:"",category:3},{id:"55e49bea-1b68-4a94-9d43-6614ccfc4c81",name:"Bloody Reward",action:{action:4,trigger:"when an ally within 5 squares of andred bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering ally gains 5 temporary hit points and can shift 1 square as a free action.",damage:"The triggering ally gains 5 temporary hit points and can shift 1 square as a free action",category:5},{id:"b4f33d3c-0b79-4cef-81ce-f716a9c4a4c4",name:"Victor’s Spoils",action:{action:7,trigger:"when andred reduces an enemy to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Andred spends a healing surge and regains 35 hit points, and each ally adjacent to him gains 10 temporary hit points.",damage:"Andred spends a healing surge and regains 35 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"708e5c54-96cf-46a1-8c6a-a744ee2bdd86",name:"Arwyl Swan’s Son",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:1,leader:!0},senses:"Perception +12",movement:"5",alignment:"Lawful good",languages:"Common, Supernal",skills:"Diplomacy +19, Insight +17, Religion +17, Streetwise +19",equipment:"heavy shield; plate armor",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:14},intelligence:{score:19},wisdom:{score:18},charisma:{score:23},hp:328,initiative:12,ac:35,fortitude:32,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"ae155176-6867-4169-9697-7fa0f765618b",name:"Sword of Justice",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and until the end of Arwyl’s next turn, if the target makes an attack that does not include Arwyl, it takes 10 radiant damage.",damage:"2d8+7 damage",category:1},{id:"2f689d31-e07f-411f-bf59-886a36c8add9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Arwyl makes two sword of justice attacks.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"8dffafec-b5cc-499d-aac3-4758d55c77bb",name:"Mete Justice",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Requires sword of justice; 3d8+7 damage, and the target slides 1 square.",damage:"3d8+7 damage",category:5},{id:"b72dbd27-d4b0-4ac6-a585-3812a82ee423",name:"Purifying Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Requires sword of justice; 4d8+7 damage, and the target can use only at-will powers when it attacks (save ends).",damage:"4d8+7 damage",category:1},{id:"a7b9137d-287b-492a-849d-db08988ecd7a",name:"Righteous Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires sword of justice",range:"Close burst 1",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of Arwyl’s next turn.",damage:"2d8+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"527e6a60-34a6-48f8-83db-cc8dd68d2eed",name:"Cadrick Dragonsworn",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +20; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Draconic, Dwarven",skills:"Bluff +22, Diplomacy +22, Intimidate +22",equipment:"execution axe; plate armor",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:19},wisdom:{score:26},charisma:{score:21},hp:408,initiative:16,ac:40,fortitude:37,reflex:32,will:37,regeneration:{value:10,details:"only while bloodied"},auras:[],powers:[{id:"65252676-0974-4a4c-bde8-cc10a529b356",name:"Executioner’s Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:29,defence:0},description:"",details:"2d12+8 damage (crit 3d12 + 32).",damage:"2d12+8 damage (crit 3d12 + 32)",category:1},{id:"3b5ff4be-a60e-4c9e-9c09-dcc466d8ad3e",name:"Dread Execution",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires executioner’s axe",range:"",attack:{bonus:29,defence:0},description:"",details:"1d12+8 damage (crit 3d12 + 20), and the target grants combat advantage to all creatures until the end of Cadrick’s next turn.",damage:"1d12+8 damage (crit 3d12 + 20)",category:1},{id:"091e4b0c-44c5-4cce-9423-b2b8676e2b4c",name:"End of the Line",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Cadrick makes two dread execution attacks.",damage:"",category:1},{id:"dc9188af-44af-442f-94ac-eebe759d31ed",name:"Beheading Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"requires executioner’s axe",range:"Melee 1",attack:{bonus:29,defence:0},description:"",details:"4d12+8 damage (crit 3d12 + 56). If this attack reduces the target to 0 or fewer hit points, the target takes a -5 penalty to death saving throws until the end of the encounter.",damage:"4d12+8 damage (crit 3d12 + 56)",category:1},{id:"c9f7212f-1a99-413a-83eb-e42f47108cb2",name:"Hewing Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires executioner’s axe",range:"Close burst 1",attack:{bonus:29,defence:0},description:"",details:"1d12+8 damage (crit 3d12 + 20).",damage:"1d12+8 damage (crit 3d12 + 20)",category:1},{id:"f88761c3-fc4a-4b77-b47e-0fd83e214dfb",name:"Implacable Advance",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Cadrick is marked, that condition ends. He can then shift 1 square.",damage:"He can then shift 1 square",category:2},{id:"fe9bacda-9b03-4100-8875-0527280f9a39",name:"Advantageous Repositioning",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when cadrick deals damage to a target he has combat advantage",range:"",attack:null,description:"",details:"Cadrick can shift 3 squares.",damage:"Cadrick can shift 3 squares",category:4},{id:"8578cf48-e9d7-4893-a4bb-d6bb4a64e7d3",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Cadrick to move—through a pull, a push, or a slide—Cadrick moves 1 square less than the effect specifies. When an attack would knock Cadrick prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—Cadrick moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e08288a0-c35f-4bb9-b07e-d58d59840051",name:"Captain Andrezhej",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!0},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Primordial, Supernal",skills:"History +13, Intimidate +14, Religion +13",equipment:"heavy shield; holy symbol; mace; plate armor",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:19},wisdom:{score:22},charisma:{score:15},hp:145,initiative:10,ac:30,fortitude:28,reflex:26,will:28,regeneration:null,auras:[{id:"93d6dc8d-fd25-4d7d-8d6b-787888078eb8",name:"Confounding Presence",keywords:"",details:"aura 3; allies within the aura gain a +1 bonus to attack rolls."}],powers:[{id:"0337e760-da4d-4824-9d5c-f24ec3b69b46",name:"Skullcrushing Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"1ac691db-634b-48b4-a4d8-ffa605411461",name:"Star of Justice",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"2d8+6 radiant damage, and the target grants combat advantage to all enemies until the end of Andrezhej’s next turn.",damage:"2d8+6 radiant damage",category:1},{id:"0575ea1b-8ce9-405b-b00a-cc4766d76bb3",name:"Kneel Foe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires mace; 2d8+6 damage, and the target is knocked prone.",damage:"2d8+6 damage",category:1},{id:"81b202bc-a5e6-4a7d-9377-8cdba40259aa",name:"Mighty Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires mace; 4d8+6 damage, and the target is dazed and gains vulnerable 5 radiant (save ends both).",damage:"4d8+6 damage",category:1},{id:"3889b0b2-caf7-4bdd-af82-3257750d70c0",name:"Memory of A Thousand Lifetimes",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check",range:"",attack:null,description:"",details:"aura 3; allies within the aura gain a +1 bonus to attack rolls.",damage:"aura 3",category:1},{id:"083cd738-4113-4cd9-893c-96652966b228",name:"Astral Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Captain Andrezhej gains a +1 bonus to all defenses against attacks made by bloodied creatures.",damage:"Captain Andrezhej gains a +1 bonus to all defenses against attacks made by bloodied creatures",category:0}],damageModifiers:[],resist:"12 necrotic and 12 radiant",vulnerable:"",immune:"",tactics:""},{id:"5272752b-7528-47d3-b39b-029133c029bb",name:"Cruel Seirrah",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +23, Intimidate +21, Stealth +23",equipment:"dagger; hide armor",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:25},intelligence:{score:22},wisdom:{score:17},charisma:{score:24},hp:358,initiative:16,ac:35,fortitude:30,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"0ec0bf7c-c4c7-46d3-8ab8-693152eedeb7",name:"Cruel Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d4+7 damage, and the target is immobilized and takes ongoing 10 damage (save ends).",damage:"1d4+7 damage",category:1},{id:"61d7f019-f315-41e1-8ca7-feb0164522c2",name:"Opportune Slash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Cruel Seirrah makes a cruel dagger attack against an immobilized target.; 3d6+8 damage.",damage:"3d6+8 damage",category:3},{id:"19cdb77b-f86c-4705-8c17-5eff078200ce",name:"Blade Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"close blast 3",attack:{bonus:24,defence:2},description:"",details:"Requires dagger; 6d4+7 damage, and the target is slowed (save ends).",damage:"6d4+7 damage",category:1},{id:"d7d831b2-53c2-4492-9707-012dff41feeb",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Seirrah gains a +1 power bonus to her next attack roll against an enemy that hit her since her last turn. If the attack hits and deals damage, it deals 7 extra damage.",damage:"if the attack hits and deals damage",category:3},{id:"3e7256db-4121-4edd-9ba2-b1b1d2bb6af6",name:"Mobile Cover",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Seirrah shifts 3 squares and slides 3 squares one immobilized enemy that was adjacent to her at the start of that movement. The enemy must end adjacent to Seirrah.",damage:"Seirrah shifts 3 squares and slides 3 squares one immobilized enemy that was adjacent to her at the start of that movement",category:2},{id:"073aa24a-6a11-4193-ad1e-dfa2c2678642",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Seirrah has a +1 racial bonus to attack rolls against bloodied foes.",damage:"Seirrah has a +1 racial bonus to attack rolls against bloodied foes",category:0},{id:"fffbae4e-2a81-4fa8-84b3-3507af06b46c",name:"Body Shield",action:null,keywords:"",condition:"when seirrah is damaged by an attack while adjacent to an immobilized enemy",range:"",attack:null,description:"",details:"Seirrah takes half the attack’s damage and one adjacent immobilized enemy of her choice takes the other half.",damage:"seirrah takes half the attack’s damage and one adjacent immobilized enemy of her choice takes the other half",category:0}],damageModifiers:[{type:3,value:-14}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"44b8c88b-5358-4f78-aecf-942af928aee6",name:"Cyprio",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:4,flag:1,leader:!1},senses:"Perception +17",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +21, Athletics +14, Bluff +20, Stealth +21, Thievery +21",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:25},intelligence:{score:20},wisdom:{score:17},charisma:{score:22},hp:260,initiative:20,ac:33,fortitude:28,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"c9db7de1-ec9b-46c1-9fc0-015cb04a7515",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:23,defence:0},description:"",details:"2d4+7 damage, and ongoing 10 damage (save ends).",damage:"2d4+7 damage",category:1},{id:"9bce7d5e-b1bf-425a-a79e-367dad7e140f",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:23,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"1961f015-b980-41fe-aecc-6fd340fbdf2f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Cyprio makes two basic attacks.",damage:"",category:1},{id:"1cf57fc6-fd52-4017-9d71-f39d66eb41fe",name:"Swift Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"usable while wielding a dagger",range:"Cyprio shifts 6 squares and makes a melee attack against a single enemy at any point during that movement: melee 1",attack:{bonus:21,defence:2},description:"",details:"2d4+7 damage, and the target is dazed and takes ongoing 10 damage (save ends both).",damage:"2d4+7 damage",category:1},{id:"1a06061b-a325-4d51-a5b4-4a1060d093be",name:"Altered Target",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Until the start of her next turn, as a free action when targeted by a melee or ranged attack, Cyprio can redirect the attack to an enemy adjacent to her. Any enemy that takes damage from such a redirected attack grants combat advantage to Cyprio until the end of her next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"dd237871-9249-4a04-b65a-b40c0e397ef9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Cyprio’s melee and ranged attacks deal 4d6 extra damage to targets she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"ef567316-bdbe-440c-b6af-687e95698ec1",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Cyprio can disguise herself to appear as any Medium humanoid. A successful Insight check (opposed by Cyprio’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"3342294a-fe89-45af-b604-41f06f5df768",name:"Tumble",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Cyprio shifts 3 squares.",damage:"Cyprio shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e28a3958-f680-4a26-8fcf-02abb5b0342a",name:"Drow Adventurer",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7",alignment:"Any",languages:"Common, Elven",skills:"Acrobatics +13, Intimidate +5, Stealth +15",equipment:"chainmail; shuriken",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:79,initiative:10,ac:21,fortitude:18,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"5f93abdf-1075-4af7-9cc5-25b37805d49c",name:"Fangblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+2 poison damage (crit 1d8+18).",damage:"2d8+2 poison damage (crit 1d8+18)",category:1},{id:"45b06ca0-0bc0-46c1-98e6-e264e3f98882",name:"Shuriken",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:13,defence:0},description:"",details:"2d4+5 poison damage.",damage:"2d4+5 poison damage",category:1},{id:"b55b37eb-6a61-494d-9a42-f36e7a645c52",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when wielding a fangblade",range:"The drow adventurer can move up to 3 squares and make one melee basic attack at any point during that movement. It doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"5ad91bef-4951-4bd5-b5d6-e5f431f99732",name:"Venomous Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Required fangblade; 3d8+5 poison damage (crit 1d8+29), and all enemies adjacent to the target take 6 poison damage.",damage:"3d8+5 poison damage (crit 1d8+29)",category:1},{id:"ffe143dc-a48c-4c2d-90d0-e84ce26a39ef",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"until the end of the drow adventurer’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"30d84ab9-0d99-4e32-9ad7-c0b73394f559",name:"Drow Assassin",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:4,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Acrobatics +19, Athletics +14, Dungeoneering +16, Intimidate +12, Stealth +21, Thievery +19",equipment:"crossbow bolts (20); hand crossbow; leather armor; rapier",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:24},intelligence:{score:14},wisdom:{score:19},charisma:{score:16},hp:206,initiative:18,ac:30,fortitude:24,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"94a4d0ea-ff52-477d-9471-d00495aa8c70",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 poison damage.",damage:"2d8+6 poison damage",category:1},{id:"3f5c2008-3270-4a80-8302-a93df304e0de",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"2d6+6 poison damage.",damage:"2d6+6 poison damage",category:1},{id:"40bb4c1a-c65b-4ece-822a-a5a72f503cfa",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"The drow assassin makes a rapier or hand crossbow attack, shifts up to 2 squares, then makes another rapier or hand crossbow attack.",damage:"shifts up to 2 squares",category:1},{id:"76bde14b-1561-40ab-8a29-7197f5b4f17c",name:"Stinging Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison, Weapon",condition:"",range:"ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"Requires hand crossbow; 3d6+6 poison damage, and ongoing 10 poison damage (save ends). First Failed Save: Increase the ongoing poison damage by 5.",damage:"3d6+6 poison damage",category:1},{id:"c76f5964-a269-4012-b580-b0013e3fd807",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1 (close burst 2 while bloodied)",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow assassin’s next turn. The cloud blocks line of sight for all creatures except the drow assassin. Any creature entirely within the cloud (except the drow assassin) is blinded until it exits.",damage:"",category:3},{id:"3f92840f-2a5f-406e-b011-b0b84f210a9a",name:"Call to the Shadow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow assassin’s cloud of darkness power recharges, and the drow assassin uses it immediately.",damage:"",category:1},{id:"176e6c13-e255-4099-9d80-e3799e92ab96",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow assassin deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"c020ff2f-3bb9-4c2a-b786-1887eb1b2d51",name:"Stealth Shift",action:{action:4,trigger:"when an attack misses the drow assassin and the drow assassin is hidden from the attacker",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow assassin shifts 1 square.",damage:"The drow assassin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"343829cc-7a6e-46e2-b304-d8461fd9fa2d",name:"Drow Demonbinder (Glabrezu Servant)",details:"",size:2,origin:2,type:2,keywords:"demon",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Arcana +20, Bluff +17, Intimidate +19, Stealth +14",equipment:"leather armor",category:"",strength:{score:27},constitution:{score:18},dexterity:{score:16},intelligence:{score:22},wisdom:{score:13},charisma:{score:17},hp:218,initiative:12,ac:32,fortitude:32,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"e93cfd68-5496-440c-9625-3b8c2e4fd313",name:"Demonic Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"d4cbb268-d550-4b10-8bd2-3f1e572f2141",name:"Pincer Grab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"4d10+7 damage, and the target is grabbed.",damage:"4d10+7 damage",category:1},{id:"4461e844-663f-4a3c-8a46-0cbd11c9583c",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"until the end of the demonbinder’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"51b38809-d497-47f3-bb75-fdd71993e902",name:"Chaos Word",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:22,defence:1},description:"",details:"targets enemies; 2d6+8 damage. This damage bypasses all resistances.",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3657631b-1548-43fc-819f-d35c37fa1edb",name:"Drow Demonbinder (Marilith Servant)",details:"",size:2,origin:2,type:2,keywords:"demon",level:20,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Arcana +19, Intimidate +20, Stealth +23",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:27},dexterity:{score:22},intelligence:{score:18},wisdom:{score:14},charisma:{score:17},hp:195,initiative:18,ac:33,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"69567516-85a8-454a-aae9-7dae1e9046f3",name:"Demonic Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The demonbinder makes two attacks against the same target; 2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"74f5b20a-ca64-4ffe-b95c-b9bdb47f203b",name:"Arms of the Marilith",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The demonbinder shifts 3 squares and makes three demonic strike attacks (six attack rolls total) at any points during this move.; 4d10+7 damage.",damage:"4d10+7 damage",category:1},{id:"95801494-4547-4494-9160-1662c864e4e7",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the demonbinder’s next turn. The cloud blocks line of sight for all creatures except the demonbinder. Any creature entirely within the cloud (except the demonbinder) is blinded until it exits.",damage:"",category:3},{id:"73ff6bb1-be8f-4feb-9235-14696e7655e8",name:"Slithering Movement",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demonbinder shifts its speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2551820a-5818-4d03-8e5a-2d7bb577f47e",name:"Explosive Scythejaw",details:"",size:2,origin:4,type:0,keywords:"blind, construct",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +10; blindsight 10",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:14},intelligence:{score:1},wisdom:{score:19},charisma:{score:12},hp:108,initiative:12,ac:26,fortitude:26,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"e6c502ae-eb4e-43d1-8fe7-41e20e5093f1",name:"Iron Jaws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"43aa196d-88b4-4fdb-b10f-e2fd87a77bb8",name:"Clampdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d12+8 damage, and the target is grabbed and takes ongoing 10 damage until it escapes. The grab ends if the scythejaw attacks or fails to sustain the grab. While it has a target grabbed, the scythejaw gains a +4 bonus to all defenses.",damage:"2d12+8 damage",category:1},{id:"80f67a61-a211-4959-a46c-161e84f17f3f",name:"Timed Explosion",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points by clockwork timer",range:"Close burst 3",attack:{bonus:16,defence:2},description:"",details:"3d12+6 damage. Miss: Half damage.",damage:"3d12+6 damage",category:1},{id:"3c65163c-9157-40f5-8a51-8a6cb2d260cc",name:"Clockwork Timer",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"While bloodied, at the end of each creature’s turn the explosive scythejaw takes damage equal to its healing surge value.",damage:"at the end of each creature’s turn the explosive scythejaw takes damage equal to its healing surge value",category:1},{id:"f9317c53-a801-4d8f-95c2-81be0bb550c8",name:"Lie in Wait",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, a scythejaw hides behind a false floor or wall panel. In this state, it gains a +5 bonus to Stealth checks. It readies, then attacks when a creature moves into reach.",damage:"it gains a +5 bonus to Stealth checks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f4f12107-aaed-44ca-986d-4d3606374ea7",name:"Ghedrin the Blasphemer",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:1,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Bluff +16, History +15, Intimidate +13",equipment:"implement, rod; leather armor; mace",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:10},intelligence:{score:15},wisdom:{score:16},charisma:{score:20},hp:198,initiative:6,ac:26,fortitude:26,reflex:22,will:26,regeneration:null,auras:[],powers:[{id:"c7f0c5e7-e67a-4273-8a82-1bb9ddd80c71",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"melee 1",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"722c13c8-9411-4edc-8a42-eb97152ee552",name:"Hurled Dragon Breath",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"2d6+5 acid, cold, fire, lightning, or poison damage. Ghedrin chooses the damage type for each attack.",damage:"or poison damage",category:1},{id:"ba112cef-f8df-44ec-98cd-936182672efc",name:"Breath Volley",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"",attack:null,description:"",details:"Ghedrin makes two hurled dragon breath attacks.",damage:"",category:1},{id:"e36164d5-380b-4eaa-bf04-c0a639fddcd9",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"Close blast 3",attack:{bonus:17,defence:2},description:"",details:"2d6+5 acid, cold, fire, lightning, or poison damage, and ongoing 10 damage of the same type (save ends). Ghedrin chooses the damage type for each attack.",damage:"or poison damage",category:3},{id:"07545554-0309-4829-9f87-78e378b0980c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"",attack:null,description:"",details:"Ghedrin’s breath weapon recharges, and he uses it immediately.",damage:"",category:5},{id:"f22ad566-4075-4d27-a9e3-1f8e53b711e1",name:"Conflagration Step",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:17,defence:2},description:"",details:"4d6+5 fire damage. Ghedrin teleports 5 squares, plus 1 additional square for each target he hits with this attack.",damage:"4d6+5 fire damage",category:5},{id:"bfbb4d9e-3d65-464e-a874-9a8f30892ac0",name:"Dragonborn Fury",action:null,keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Ghedrin gains a +1 bonus to attack rolls.",damage:"Ghedrin gains a +1 bonus to attack rolls",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"43527305-5a62-45c4-967c-ca18b2cb6274",name:"Mercykiller Recruit",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"5 (7 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"",equipment:"battleaxe; chainmail; light shield",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:16},intelligence:{score:11},wisdom:{score:10},charisma:{score:8},hp:1,initiative:7,ac:21,fortitude:23,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"03f44b43-195c-43dc-96e9-09d88b09b055",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"7fe76eec-c7ad-429c-8f16-b0b5094dbd4c",name:"Headman’s Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:10,defence:0},description:"",details:"Requires battleaxe; the target can choose to fall prone as a free action to avoid this attack; 5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8dcb3f06-f8db-40b9-a4fd-47339394b9f4",name:"Minder Assassin",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +11, History +11, Stealth +17",equipment:"dagger; leather armor; rapier",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:22},intelligence:{score:17},wisdom:{score:18},charisma:{score:13},hp:114,initiative:14,ac:26,fortitude:22,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"314f4af5-1fa3-4098-b908-126d885e45e7",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"2c19a462-119b-4cfc-b3ea-ad72a9f3b70b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"c62463bc-b73a-4341-bef7-fc19bb7fdfe5",name:"Dismissing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires rapier; 3d8+6 damage, and the Minder assassin teleports the target 5 squares. The target cannot be teleported into an unsafe space.",damage:"3d8+6 damage",category:1},{id:"a91b9289-e4d2-4dde-a49f-d91fd7fbf290",name:"Sudden Justice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The Minder assassin teleports 5 squares and makes an attack against an adjacent creature; requires rapier; 4d8+6 damage, and the target is dazed (save ends).",damage:"4d8+6 damage",category:1},{id:"8311788f-41bc-43d9-a3af-66130dea9dc3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Minder assassin deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"55c83400-1f60-4e79-b959-435ab0bb6caa",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Minder assassin teleports 5 squares.",damage:"The Minder assassin teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a85f49d7-b19a-42a1-9700-fba518d2de9a",name:"Phaseweb Spider",details:"",size:3,origin:1,type:1,keywords:"spider",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision, tremorsense 5",movement:"7, climb 7 (spider climb); phasing",alignment:"Chaotic evil",languages:"",skills:"Athletics +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:23},intelligence:{score:2},wisdom:{score:13},charisma:{score:9},hp:122,initiative:14,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"4c9c1435-1a9a-49f9-a1ce-e10c5025d18e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+5 damage",category:1},{id:"0de099a1-e0ba-4f07-a0e9-fe1cadc48b76",name:"Web Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"3d6+5 damage, and the target is immobilized (save ends).",damage:"3d6+5 damage",category:1},{id:"1ccd4afa-a868-4675-bfa1-d3d6deb43421",name:"Join the Fray",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The phaseweb spider teleports 3 squares, or it teleports adjacent to any drow, demon, or spider creature within its line of sight.",damage:"The phaseweb spider teleports 3 squares",category:2},{id:"2e92a2a5-1b46-4249-a3f6-41686d9032ef",name:"Phaseweb Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"If the phaseweb spider is in the space of a phaseweb, it teleports to any other square in the space of a phaseweb within its line of sight.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25145e31-6945-44c0-ad35-a2513737071b",name:"Primordial Thunderspawn",details:"",size:4,origin:1,type:1,keywords:"lightning, thunder",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:28},intelligence:{score:2},wisdom:{score:20},charisma:{score:24},hp:570,initiative:21,ac:39,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"c61cce20-b791-4903-8035-ce22dd4147cf",name:"Storm Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Reach 3; 4d8+9 lightning damage.",damage:"4d8+9 lightning damage",category:1},{id:"a2e06697-e5f7-47a8-9374-2164b60e8110",name:"Double Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The primordial thunderspawn makes two storm lash attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"50b512d9-92c9-4409-97b7-0012d59568aa",name:"Sundering Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:24,defence:0},description:"",details:"4d8+9 lightning and thunder damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"4d8+9 lightning and thunder damage",category:1},{id:"b40a7c2d-e250-44b1-9fef-009431aa6ac4",name:"Thunder Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:24,defence:1},description:"",details:"3d6+9 thunder damage and the target is knocked prone.",damage:"3d6+9 thunder damage and the target is knocked prone",category:1}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cebed6a9-834c-4d50-ab90-e88f3433ffe8",name:"Sarpacala Malison",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:3,flag:0,leader:!0},senses:"Perception +12",movement:"7",alignment:"Chaotic evil",languages:"Common, Draconic, Primordial",skills:"Arcana +18, Bluff +21, History +18, Insight +17, Stealth +18",equipment:"longspear",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:164,initiative:13,ac:31,fortitude:29,reflex:29,will:32,regeneration:null,auras:[{id:"384366c5-5d43-42f2-a944-3901e18e000a",name:"Thunder Ward",keywords:"",details:"(Healing, Thunder) aura 3; each ally that starts its turn within the aura regains 5 hit points, and each enemy that starts its turn within the aura takes 5 thunder damage."}],powers:[{id:"e00c7df6-bf94-495c-a35d-36ea38c364ae",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and ongoing 10 poison damage (save ends).",damage:"1d10+3 damage",category:1},{id:"1465b90a-097e-47c3-b924-e5bd384bd6d4",name:"Lightning Spear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Reach 2; 3d10+7 lightning damage and the Sarpacala malison pushes the target 2 squares and knocks it prone.",damage:"3d10+7 lightning damage and the sarpacala malison pushes the target 2 squares and knocks it prone",category:1},{id:"71456b86-6e1a-4c8d-a84e-c7b1461ee5c4",name:"Crushing Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"1d10+7 thunder damage and the target is slowed (save ends).",damage:"1d10+7 thunder damage and the target is slowed (save ends)",category:1},{id:"a4b088d4-a162-45e1-9f62-ef1de59b26d9",name:"Thunder Serpent’s Wings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:19,defence:1},description:"",details:"targets enemies in burst; 2d8+7 lightning and thunder damage, and slide the target 3 squares. Miss: Half damage, and push the target 1 square. Effect: Allies in the burst can shift 3 squares as a free action.",damage:"2d8+7 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-5},{type:7,value:-10},{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3906c4d-7720-43fb-9c35-81be973467ee",name:"Scythejaw",details:"",size:2,origin:4,type:0,keywords:"blind, construct",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"5",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:12},intelligence:{score:1},wisdom:{score:17},charisma:{score:12},hp:82,initiative:9,ac:23,fortitude:22,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"82823334-2b3f-43ae-8b9b-296cc236497a",name:"Iron Jaws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+6 damage.",damage:"1d12+6 damage",category:1},{id:"7f0bb5fd-377a-4cfe-8dda-9f9794b2468d",name:"Clampdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d12+6 damage, and the target is grabbed and takes ongoing 10 damage until it escapes. The grab ends if the scythejaw attacks or fails to sustain the grab. While it has a target grabbed, the scythejaw gains a +4 bonus to all defenses.",damage:"2d12+6 damage",category:1},{id:"4cec221d-7c67-4a65-af7c-448358101e6e",name:"Vicious Jaws",action:null,keywords:"",condition:"",range:"The scythejaw deals 1d8 extra damage on melee attacks against any target it has combat advantage against, and 1d8 extra damage on opportunity attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"39c2afc4-0c37-41ea-b968-bb568f143e08",name:"Lie in Wait",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, a scythejaw hides behind a false floor or wall panel. In this state, it gains a +5 bonus to Stealth checks. It readies, then attacks when a creature moves into its reach.",damage:"it gains a +5 bonus to Stealth checks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5a04dd36-b4ce-4e03-99ce-e29c7b8e8aaa",name:"Sodkiller Foot Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +10",equipment:"glaive; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:11},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:105,initiative:7,ac:26,fortitude:23,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"1a2f314d-5ea1-4c65-ae7d-a0fd6d8e75df",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach2; 4d4+5 damage, and the target is pushed 1 square.",damage:"4d4+5 damage",category:1},{id:"c3d16b73-74c8-40ee-bae2-7fcd5a89f8c4",name:"Ignorance’s price",action:{action:4,trigger:"when an enemy within reach makes an attack that doesn’t include the sodkiller foot soldier",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The Sodkiller foot soldier makes a glaive attack against the triggering enemy.; 2d6+5 damage.",damage:"2d6+5 damage",category:5},{id:"6cc306fa-e27d-443c-a739-c5ef4d21affc",name:"Sodkiller Justice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"4d4+5 damage, and if the target moves or shifts before the end of the Sodkiller foot soldier’s next turn, the foot soldier can make a melee basic attack as a free action against that target.",attack:{bonus:15,defence:0},description:"",details:"Requires glaive",damage:"",category:1},{id:"ba1bb620-4d12-4eef-9745-d3fc92e79f53",name:"Murderous",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Sodkiller foot soldier gains a +2 bonus to attack rolls against bloodied targets.",damage:"The Sodkiller foot soldier gains a +2 bonus to attack rolls against bloodied targets",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90e06202-db0b-4f66-b5cb-943d935a1fae",name:"Son of Mercy Warden",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Lawful good",languages:"Common",skills:"Intimidate +8, Streetwise +8",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:11},intelligence:{score:13},wisdom:{score:16},charisma:{score:11},hp:78,initiative:5,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"91ccba75-eb76-449e-8d2b-f1e7adfb9b7f",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of Son of Mercy warden’s next turn.",damage:"1d10+7 damage",category:1},{id:"fb94e05b-6cec-45b7-a35f-0b6e060a6356",name:"Price of Crime",action:{action:0,trigger:"when a target is marked by the son of mercy warden moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:{bonus:12,defence:0},description:"",details:"The Son of Mercy warden makes a bastard sword attack against the triggering enemy.; 2d6+5 damage.",damage:"2d6+5 damage",category:5},{id:"a08dab31-8b50-4cdf-ae8b-7ded84eb7867",name:"Compulsory Punishment",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires bastard sword; 2d10+7 damage, and whenever the target deals damage, it takes 5 damage (save ends).",damage:"2d10+7 damage",category:1},{id:"068596dd-6825-4b3d-ab8f-c5d4b00e4c20",name:"On the Lady’s Authority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever the Son of Mercy warden saves against an ongoing effect or condition with the charm or fear keywords, it can make a bastard sword attack against an adjacent enemy as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8da0dbb-0602-4a91-86ed-aba61934f4be",name:"Soulrider Devil Drow Warrior",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"leather armor; longsword",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:23},intelligence:{score:15},wisdom:{score:10},charisma:{score:15},hp:113,initiative:13,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"6df88819-ed62-440b-b01f-7a7389dfec16",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+3 poison damage.",damage:"2d8+3 poison damage",category:1},{id:"eb5e4510-5f42-4a4e-9e6e-5189be622c03",name:"Charging Swipe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"usable while wielding a longsword",range:"",attack:{bonus:14,defence:0},description:"",details:"The soulrider devil makes a charge attack; on a hit, it deals 2d8 extra poison damage, then shifts 3 squares.; 4d8+5 damage.",damage:"it deals 2d8 extra poison damage",category:1},{id:"f5ffe7e5-625b-433f-8d21-1e8c9c72c7fd",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"until the end of the soulrider devil’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"2087d900-72c7-4d62-bc5f-a6b7e9e93f46",name:"Darkflame Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"3d8+3 fire and necrotic damage. Miss: 2d8 fire damage. Effect: The soulrider devil shifts 4 squares after making all the attacks.",damage:"3d8+3 fire and necrotic damage",category:1},{id:"2b4c568e-562c-4e68-9e78-bddd946f2373",name:"Soulrider Sacrifice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulrider devil takes 10 damage and recharges charging swipe or darkflame blade. If the soulrider devil would be killed by this damage, it instead kills its host and becomes unattached, and it shifts 3 squares as a free action.",damage:"the soulrider devil takes 10 damage and recharges charging swipe or darkflame blade",category:3},{id:"a0c612de-9a9b-44e5-a05f-95b7a528877f",name:"Confused when Dazed or Stunned",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the soulrider devil would be dazed or stunned, it does not suffer the normal effects of that condition. Instead, on its turn it attacks its nearest ally. While in this state, it cannot use soulrider sacrifice.",damage:"",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"While the soulrider devil would be dazed or stunned, it does not suffer the normal effects of that condition. Instead, it attacks its nearest ally. While in this state, it cannot use soulrider sacrifice.",immune:"",tactics:""},{id:"e88dfd90-286e-4de9-b11b-995cb78fa239",name:"Soulrider Devil Eladrin Arcanist",details:"",size:2,origin:3,type:2,keywords:"devil",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"longsword",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:20},intelligence:{score:22},wisdom:{score:16},charisma:{score:17},hp:72,initiative:9,ac:21,fortitude:20,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"d9220415-5313-43ce-8645-746a336aa8a2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"db07bd0a-d13a-41d9-b182-ca7b60bdcf0f",name:"Black Chill Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"1d8+5 cold damage plus 1d8+5 necrotic damage. Miss: 1d8+5 necrotic damage.",damage:"1d8+5 cold damage plus 1d8+5 necrotic damage",category:1},{id:"4d8d1289-bf5b-4259-8724-dbc1ae443701",name:"Acid Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:2},description:"",details:"1d10+6 fire damage, and ongoing 10 acid damage (save ends). Miss: 1d10+6 fire damage.",damage:"1d10+6 fire damage",category:1},{id:"6cd169ad-e122-4a9d-8782-88ee92339b64",name:"Soulrider Sacrifice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulrider devil takes 10 damage and recharges black chill blast or acid flame. If the soulrider devil would be killed by this damage, it instead kills its host and becomes unattached, and it shifts 3 squares as a free action.",damage:"the soulrider devil takes 10 damage and recharges black chill blast or acid flame",category:3},{id:"33b1c849-66ae-43c1-84fc-0f3a47bacfeb",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The soulrider devil teleports 5 squares.",damage:"The soulrider devil teleports 5 squares",category:2},{id:"9ea3b703-b1bb-463e-8508-47f196c752fb",name:"Confused when Dazed or Stunned",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the soulrider devil would be dazed or stunned, it does not suffer the normal effects of that condition. Instead, on its turn it attacks its nearest ally. While in this state, it cannot use soulrider sacrifice.",damage:"",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56272978-8f0d-49ab-a4f4-9a52b3685969",name:"Spider Shield",details:"",size:1,origin:4,type:1,keywords:"spider",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"5, climb 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:2},wisdom:{score:17},charisma:{score:9},hp:1,initiative:0,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"26345ea9-0337-4d9a-939a-03bd5105f5c8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"ongoing 5 poison damage (save ends).",damage:"ongoing 5 poison damage (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc9fe213-129b-4335-bbd6-d021ce6bfb66",name:"Spiderbound Drow Warrior",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +10, Stealth +12",equipment:"chainmail; longsword",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:19},intelligence:{score:14},wisdom:{score:12},charisma:{score:14},hp:128,initiative:12,ac:30,fortitude:26,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"dd377a88-f21b-4914-b57b-51e0b318aa40",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target is slowed until the end of the spiderbound drow warrior’s next turn.",damage:"2d8+6 damage",category:1},{id:"bfd1a370-5a7a-4273-9632-35f35dd5c507",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"until the end of the warrior’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"1b84d823-1363-48b2-81e8-7bd661730549",name:"Surrounding Webs",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"all squares in the burst become difficult terrain for enemies until the end of the encounter.",damage:"",category:5},{id:"db1f5cc0-0c05-4407-b170-f130ea5ce9de",name:"Spider Shield",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The warrior’s shield turns into a spider shield minion, which appears in an adjacent square. The warrior takes a -4 penalty to AC and Reflex. The minion can take one standard, move, and minor action on its turn as normal, but it acts on the warrior’s initiative and must be directed. When the minion is destroyed, the shield returns to the warrior. This power cannot recharge while that warrior’s spider minion is active.",damage:"The warrior takes a -4 penalty to AC and Reflex",category:3}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8c27938-feb3-4b57-b3ae-04e2140e22c9",name:"Stormfury Orc Champion",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:2,flag:1,leader:!1},senses:"Perception +3; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant, Primordial",skills:"Arcana +7, Endurance +11, Intimidate +8",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:9},wisdom:{score:11},charisma:{score:10},hp:166,initiative:5,ac:21,fortitude:22,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"fb509581-7b50-42e0-bc10-82492067d717",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+5 damage +1d6 lightning damage (crit 1d12+17 +16 lightning damage).",damage:"1d12+5 damage +1d6 lightning damage (crit 1d12+17 +16 lightning damage)",category:1},{id:"22944dc2-1378-48d1-8878-bec190d43b8d",name:"Storm’s Retaliation",action:{action:4,trigger:"when hit by an adjacent enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"1d12+5 damage plus lightning damage and the target is pushed 1 square.",damage:"1d12+5 damage plus lightning damage and the target is pushed 1 square",category:5},{id:"d4445934-c7f0-4342-8f8d-3d24df80462d",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The stormfury orc champion makes a melee basic attack and regains 42 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"eb3e4f4b-a109-4c13-b363-1c6168b3b0ce",name:"Storm Blood",action:null,keywords:"Healing, Thunder, Weapon",condition:"",range:"",attack:null,description:"",details:"When it hits a bloodied enemy, the stormfury orc champion deals 5 extra thunder damage and regains 10 hit points.",damage:"the stormfury orc champion deals 5 extra thunder damage and regains 10 hit points",category:0}],damageModifiers:[{type:5,value:-5},{type:10,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb6b0bef-4e5b-485a-8310-1dd93547026b",name:"Unattached Soulrider Devil",details:"",size:1,origin:3,type:2,keywords:"devil",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 5",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:7},dexterity:{score:22},intelligence:{score:12},wisdom:{score:14},charisma:{score:17},hp:1,initiative:13,ac:24,fortitude:19,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"cb8ccbb4-d245-4769-9404-3dbbd3163536",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35ef308e-3fe5-4506-9d14-a9a5f5955a53",name:"Angelic Captain of Hestavar",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"8, fly 12 (hover)",alignment:"Any",languages:"Common, Supernal",skills:"Diplomacy +24, Intimidate +24",equipment:"fullblade",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:17},wisdom:{score:19},charisma:{score:27},hp:206,initiative:18,ac:38,fortitude:34,reflex:31,will:34,regeneration:null,auras:[{id:"56bf38cf-4a76-47e9-98c9-34d332cd6595",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of battle take a -2 penalty unless the angel is bloodied."}],powers:[{id:"8a35e8f2-620b-4d0d-aef3-039cdb82cf30",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d12+6 damage, and the target is marked until the end of the angelic captain’s next turn.",damage:"2d12+6 damage",category:1},{id:"85fa20c4-3474-4e94-ae69-7ae4179edd1f",name:"Halting Sword of Woe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d12+6 radiant damage and the target is marked, immobilized, and takes ongoing 10 radiant damage (save ends all).",damage:"2d12+6 radiant damage and the target is marked",category:1},{id:"1ae79bce-78a9-4bcd-9ad6-0fea2292ea85",name:"Perfection of the Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:25,defence:2},description:"",details:"2d12+6 damage and the target is marked until the end of the angelic captain’s next turn.",damage:"2d12+6 damage and the target is marked until the end of the angelic captain’s next turn",category:1},{id:"4bc6a436-3ead-4f4e-ade1-b62ae9e1151f",name:"Ruination of the Marked",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies do 5 extra radiant damage when they hit a creature marked by an angelic captain of Hestavar.",damage:"allies do 5 extra radiant damage when they hit a creature marked by an angelic captain of hestavar",category:0},{id:"288d518e-ab4a-4d71-8722-a4f590fccaac",name:"Many from One",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"immediate reaction when an angel minion ally within 5 squares is reduced to zero or fewer hit points",range:"",attack:null,description:"",details:"Four angel minions of the same type rise from the remains of the triggering angelic minion. These new minions appear in the square in which the triggering minion fell, or an unoccupied square adjacent to that square. These new minions act on the same initiative count as the angel minion that triggered the use of this power.",damage:"",category:1}],damageModifiers:[{type:5,value:-15},{type:9,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"5bc06a2d-d7c7-4f0a-97a1-306c60507393",name:"Astral Warwing",details:"",size:3,origin:3,type:0,keywords:"construct",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:24},intelligence:{score:8},wisdom:{score:24},charisma:{score:8},hp:214,initiative:20,ac:39,fortitude:35,reflex:35,will:35,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"faa144d8-b0e5-4ff9-ac1e-83cfcdd23908",name:"Astral Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Radiant, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d12+6 lightning and radiant damage, and the target is marked until the end of the astral warwing’s next turn.",damage:"2d12+6 lightning and radiant damage",category:1},{id:"fd5b8879-41ae-410f-820d-8f5e363f089e",name:"Mace Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Radiant, Weapon",condition:"",range:"Close blast 2",attack:{bonus:28,defence:0},description:"",details:"2d12+86 lightning and radiant damage, and the target is dazed until the end of the astral warwing’s next turn.",damage:"2d12+86 lightning and radiant damage",category:1},{id:"3d8c2673-83ee-4f9d-a5ee-c630f1680d58",name:"Combat Vigilance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target that the astral warwing has marked shifts or makes an attack that does not include the astral warwing, the astral warwing can make an astral mace attack as a free action against that target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"3619b603-6f4c-46d0-bb57-cb5f176dcdc1",name:"Astral Warwing Bombadier",details:"",size:3,origin:3,type:0,keywords:"construct",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +19",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:25},dexterity:{score:30},intelligence:{score:6},wisdom:{score:25},charisma:{score:6},hp:175,initiative:22,ac:36,fortitude:36,reflex:39,will:36,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"39bffdbf-298a-418f-97cf-3617fe33c1f4",name:"Astral Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"Ranged sight",attack:{bonus:29,defence:2},description:"",details:"2d10+10 fire and radiant damage.",damage:"2d10+10 fire and radiant damage",category:1},{id:"e3d66ce8-f824-48b0-834b-9c7612133a4e",name:"Astral Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"Close burst 2",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 3d4+10 fire and radiant damage, and the target is blinded (save ends) and pushed 3 squares. Miss: Half damage, and the target is pushed 1 square.",damage:"3d4+10 fire and radiant damage",category:1},{id:"12d5a576-1ebb-4e62-87db-a83889f85fcf",name:"Astral Bombard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Area burst 3 within sight",attack:{bonus:27,defence:2},description:"",details:"4d6+10 radiant damage.",damage:"4d6+10 radiant damage",category:1},{id:"f54bc5a9-8a4b-4aa2-a859-77993ee86588",name:"Final Bombard",action:null,keywords:"Fire, Radiant",condition:"when reduced to 0 hit points",range:"Area burst 3 within sight",attack:{bonus:27,defence:1},description:"",details:"3d8+10 fire and radiant damage, and the target is knocked prone.",damage:"3d8+10 fire and radiant damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"601bcff4-e3b7-4fdc-b8d4-988d0fa9d6c3",name:"Astral Warwing Commander",details:"",size:4,origin:3,type:0,keywords:"construct",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:24},intelligence:{score:12},wisdom:{score:24},charisma:{score:12},hp:418,initiative:18,ac:37,fortitude:35,reflex:34,will:34,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[{id:"ac6ae880-58e8-4aeb-b9c0-63f324bbcbff",name:"Commander’s Boon",keywords:"",details:"aura 10; astral warwings that start their turn in the aura gain a +2 bonus to attack rolls."}],powers:[{id:"8f9a47c2-6683-4320-97fb-efe0a7b12a7f",name:"Astral Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 2d10+8 damage, and the target is pushed 3 squares.",damage:"2d10+8 damage",category:1},{id:"5659ca7c-ef3f-4fe3-9c56-fdb9f2e0946d",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:26,defence:0},description:"",details:"2d10+8 damage, and the target is pushed 3 squares.",damage:"2d10+8 damage",category:1},{id:"039f95b9-395b-47d5-9175-622d11097cc9",name:"Astral Target",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:27,defence:2},description:"",details:"the target is illuminated in astral fire, slowed, and takes an additional 1d10 + 8 damage from attacks made against it by astral warwings (save ends both).",damage:"and takes an additional 1d10 + 8 damage from attacks made against it by astral warwings (save ends both)",category:3},{id:"a113e0ac-a546-41d9-8f64-f4c9cc329f16",name:"Clearing Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within sight",attack:{bonus:27,defence:3},description:"",details:"2d8+7 psychic damage. In addition, this power targets any conjuration or zone in the burst; +27 vs. creator’s Will; conjuration or zone is destroyed, all its effects end, and its creator is dazed (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"26d974f0-7be5-4417-b9d8-9cdc19381758",name:"Astral Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Radiant",condition:"",range:"Close blast 5",attack:{bonus:25,defence:1},description:"",details:"targets enemies; 2d6+7 thunder and radiant damage, and the target is deafened and blinded (save ends both), and knocked prone. Miss: Half damage, and the target is deafened (save ends), but not blinded or knocked prone.",damage:"2d6+7 thunder and radiant damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"d9b6128e-8476-4a0b-bd02-9d81b1e3c0ec",name:"Astral Warwing Rager",details:"",size:3,origin:3,type:0,keywords:"construct",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +18",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:24},intelligence:{score:6},wisdom:{score:22},charisma:{score:6},hp:275,initiative:19,ac:36,fortitude:36,reflex:39,will:35,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"8a2c6240-e424-45f3-8971-83e0b9375431",name:"Siege Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d12+10 damage, and the target is knocked prone. If the target is prone, the target is dazed until the end of the astral warwing’s next turn.",damage:"2d12+10 damage",category:1},{id:"68ea4b2c-1aa1-42a9-891c-bdad9ca4eb25",name:"Raging Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"warwing must be bloodied to use this power",range:"",attack:{bonus:25,defence:3},description:"",details:"The astral warwing moves at half speed. It makes one siege flail attack with each square of movement against an enemy that comes within reach. It can make up to four attacks in this way. If it comes within reach of a conjuration or zone, it makes an attack; 4d12+8 On a hit, the conjuration or zone is destroyed, and all its effects end. The creator takes 1d10 + 6 psychic damage and is pulled 2 squares closer to the astral warwing.",damage:"the creator takes 1d10 + 6 psychic damage and is pulled 2 squares closer to the astral warwing",category:1},{id:"9a9b7626-9900-4913-849f-fb1c617c4348",name:"Raging Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close blast 3",attack:{bonus:25,defence:0},description:"",details:"Requires siege flail; 2d12+10 damage, and the target is pushed 3 squares and knocked prone.",damage:"2d12+10 damage",category:1}],damageModifiers:[],resist:"disease, poison, sleep",vulnerable:"",immune:"",tactics:""},{id:"b6ffd68b-827d-4ca8-a9c2-fbfa44ac7c9d",name:"Astral Warwing Vanguard",details:"",size:4,origin:3,type:0,keywords:"construct",level:23,role:{type:2,flag:2,leader:!1},senses:"Perception +17",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:22},intelligence:{score:8},wisdom:{score:22},charisma:{score:6},hp:1075,initiative:17,ac:35,fortitude:36,reflex:35,will:35,regeneration:{value:10,details:"if the astral warwing takes necrotic damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"b5c1d581-f9bd-4804-9ebb-e18f527348c8",name:"Astral Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d10+8 damage and the target is pushed 1 square. If the warwing is bloodied, the damage increases to 3d10+8.",damage:"2d10+8 damage and the target is pushed 1 square",category:1},{id:"ba7bb932-5932-4a00-b8d6-e478c1f27df3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The astral warwing makes two astral waraxe attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"1596052c-160c-4b28-b3d4-ba9498db1aae",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"warwing must be bloodied to use this power",range:"",attack:null,description:"",details:"The astral warwing makes three astral waraxe attacks.",damage:"",category:1},{id:"b18ae44a-55ce-4103-8e45-85abbb7a390f",name:"Vanguard Vengeance",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Teleportation, Weapon",condition:"immediate reaction when hit by anarea or ranged attack",range:"",attack:null,description:"",details:"The astral warwing teleports up to 20 squares to end adjacent to the attacker and then make an astral waxaxe attack against the attacker.",damage:"The astral warwing teleports up to 20 squares to end adjacent to the attacker and then make an astral waxaxe attack against the attacker",category:1},{id:"dcfbc830-5119-45af-af51-9b1eefa964f4",name:"Vanguard Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"warwing must be bloodied to use this power",range:"",attack:null,description:"",details:"The astral warwing moves its speed. It makes one astral waraxe attack with each square of movement against an enemy that comes within reach. It can make up to six attacks in this way.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"0523bcdd-dd6c-4cdf-bd6a-a687a1ee802c",name:"Blackfire Creeper",details:"Chosen guardians created from exemplary Moilian dead, the blackfire creepers patrol the City That Waits to dispatch any interlopers they find.",size:2,origin:5,type:2,keywords:"cold, undead",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:24},dexterity:{score:25},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:368,initiative:18,ac:37,fortitude:34,reflex:35,will:29,regeneration:null,auras:[],powers:[{id:"f70028f6-651b-49fc-bb3d-15d95bf4141c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6+7 damage plus 2d6 cold and necrotic damage, and the target is marked until the end of the blackfire creeper’s next turn.",damage:"1d6+7 damage plus 2d6 cold and necrotic damage",category:1},{id:"61f63660-fd64-40d3-b148-28185e5cdc80",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The blackfire creeper makes two claw attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"42e8edf5-eef4-4174-8812-8ce43e7355a2",name:"Blackfire Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"on a hit, the target loses 1 healing surge and is engulfed in black flames (save ends). While engulfed, any creature that starts its turn in a space adjacent to the target takes 10 cold and necrotic damage. First Failed Saving Throw: The target is engulfed in black flames and cannot spend healing surges until it takes a short rest. Second Failed Saving Throw: The target is engulfed in black flames and cannot spend healing surges until it takes an extended rest.",damage:"any creature that starts its turn in a space adjacent to the target takes 10 cold and necrotic damage",category:1},{id:"e4205b07-d6b6-4ed6-8607-67e49d7d9e2e",name:"Imperiled by Fire",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the blackfire creeper takes fire damage, it takes a -4 penalty to AC until the end of its next turn.",damage:"if the blackfire creeper takes fire damage",category:0}],damageModifiers:[{type:2,value:-20},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"445ac19f-30d6-40b2-9dc3-dfd515ab281a",name:"Bleak Necromancer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +13, Intimidate +7, Religion +13",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:16},intelligence:{score:21},wisdom:{score:11},charisma:{score:8},hp:80,initiative:6,ac:21,fortitude:19,reflex:21,will:16,regeneration:null,auras:[{id:"f4e98904-788b-4e75-a538-0a16c6f0eca1",name:"Grave Stench",keywords:"",details:"aura 1; enemies that enter or start their turns within the aura take a -2 penalty to attack rolls."}],powers:[{id:"f9766a47-067b-431d-8110-f64b77aa45cb",name:"Lantern Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage plus 1d6 fire and necrotic damage.",damage:"1d8+3 damage plus 1d6 fire and necrotic damage",category:1},{id:"39a4ab0e-b6f0-4a66-ab93-e27b19205531",name:"Death Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:11,defence:2},description:"",details:"(+13 against bloodied targets)1d8+8 necrotic damage and slide the target 2 squares.",damage:"(+13 against bloodied targets)1d8+8 necrotic damage and slide the target 2 squares",category:1},{id:"d3a392ea-884b-4fba-bba7-217409fc32de",name:"Enervating Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:1},description:"",details:"1d6+5 necrotic damage, and the target is slowed (save ends).",damage:"1d6+5 necrotic damage",category:1},{id:"3d1ce071-2a96-4e95-9eac-5f24dce9f07b",name:"Restless Dead",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:11,defence:2},description:"",details:"flying creatures immune; 1d8+5 damage, and the target is immobilized (save ends). The burst creates a zone that lasts until the end of the bleak necromancer’s turn. Any enemy that enters the zone or starts its turn within the zone is subject to another attack. The bleak necromancer can move the zone 3 squares by spending a standard action.",damage:"1d8+5 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc9d8be2-829e-4cce-861b-87a52e5761c2",name:"Charnel Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:10},intelligence:{score:1},wisdom:{score:10},charisma:{score:2},hp:1,initiative:5,ac:24,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"a5b55f0d-f67b-4c3a-95c1-33f26121b9fe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"48e218cb-174f-4e64-9677-0a26cb0a97b8",name:"Grasping Death",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:{bonus:13,defence:0},description:"",details:"The charnel zombie makes a slam attack against a target within its reach.; 4d8+5 damage.",damage:"4d8+5 damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3a47b19c-b2ae-4a42-ac83-9ae79d3a95a4",name:"Corpse of Despair",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:10},intelligence:{score:2},wisdom:{score:13},charisma:{score:1},hp:86,initiative:3,ac:18,fortitude:19,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"94ab638a-a162-4c7c-8ee1-1f0cc94932b9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"c137904d-5d46-489a-b6d9-4444a28de509",name:"Crushing Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+4 damage, and the target is dazed (save ends).",damage:"2d6+4 damage",category:1},{id:"ae9b932c-2371-4f5e-b56d-a1e8418fba65",name:"Death of Hope",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"A dazed target hit by the corpse of despair also takes ongoing 5 psychic damage (save ends).",damage:"a dazed target hit by the corpse of despair also takes ongoing 5 psychic damage (save ends)",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"514d57e1-8d01-4590-bc35-d12dd9c97357",name:"Devourer initiate",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +11, Intimidate +8, Religion +11",equipment:"dagger",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:14},intelligence:{score:19},wisdom:{score:8},charisma:{score:12},hp:46,initiative:4,ac:18,fortitude:17,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"08bcd29a-8e6b-41c9-8cc6-5dc39f65784a",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"b8526178-776f-4935-a1ae-afed95f7f872",name:"Decay",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:1},description:"",details:"1d6+6 necrotic damage , and the target grants combat advantage to all enemies (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"ae7eb0a5-1c78-49be-a642-e54306a43a2b",name:"Decay Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:1},description:"",details:"1d6+6 necrotic damage, and the target gains vulnerable 5 necrotic (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"6c135c91-deab-4344-8064-408e96d7a491",name:"Evoke Terror",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 1",attack:{bonus:8,defence:3},description:"",details:"the target grants combat advantage to all enemies (save ends), and it immediately moves its speed by the safest route away from the bleak initiate.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"202b9c5c-2fe8-4c5f-916a-7b49511f43d9",name:"Disciple of the Devourer",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Arcana +15, Bluff +11, Intimidate +11, Religion +15, Stealth +13",equipment:"implement, orb",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:18},intelligence:{score:21},wisdom:{score:11},charisma:{score:13},hp:228,initiative:8,ac:27,fortitude:25,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"a853d953-94e2-4aa1-a54d-d3adecc8179e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6+5 damage",category:1},{id:"39700bd4-5009-49ab-a6c9-bde12c6c1441",name:"Sphere of the Devourer",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Conjuration, Necrotic",condition:"",range:"The disciple of the devourer conjures a black sphere in an unoccupied square within range and makes an attack against one adjacent creature: ranged 10",attack:{bonus:15,defence:2},description:"",details:"2d6+5 necrotic damage, and the target slides 1 square. If this damage would reduce the target to 0 or fewer hit points, the target takes a –2 penalty to death saving throws until it takes a short rest. The sphere lasts until the end of the disciple’s next turn. Any creature that starts its turn adjacent to the sphere takes 1d4 necrotic damage. The disciple can sustain the sphere until the end of its next turn by spending a minor action. It can also move the sphere 3 squares by spending a move action. Finally, it can make another attack with the sphere by spending a standard action.",damage:"2d6+5 necrotic damage",category:1},{id:"a90c9729-94d9-46f1-81ba-f78280f16cfd",name:"Void Sphere",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"requires sphere of the devourer",range:"Area burst 3 within 10, centered on the sphere of the devourer",attack:{bonus:15,defence:1},description:"",details:"pull target 1 square (toward sphere).",damage:"pull target 1 square (toward sphere)",category:1},{id:"d8f6e7a5-1326-43bd-a786-e5b3deccb99f",name:"Putrescent Spray",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"targets one creature in burst; 1d8+3 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 necrotic damage",category:3}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"e2475386-138c-45bc-8d25-4a8b85beac17",name:"Exalted Bright Guard",details:"",size:2,origin:3,type:2,keywords:"exalted",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +16",movement:"6",alignment:"Any",languages:"Common, Supernal",skills:"Athletics +21, Intimidate +19",equipment:"chainmail; tratnyr",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:21},intelligence:{score:17},wisdom:{score:23},charisma:{score:19},hp:210,initiative:15,ac:33,fortitude:33,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"f045ce08-a298-427f-bf34-715eb3abd244",name:"Tratnyr",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"a74d505c-657f-4eb9-a994-a10c38764c6c",name:"Returning Tratnyr",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/23",attack:{bonus:23,defence:0},description:"",details:"3d8+8 damage, and the target is knocked prone. After the attack, the tratnyr returns to the exalted guard’s hand.",damage:"3d8+8 damage",category:1},{id:"0a8f66c9-da08-4797-aa13-0b2acc80543e",name:"Bright Guard Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder, Weapon",condition:"",range:"Close burst 2",attack:{bonus:21,defence:1},description:"",details:"3d8+8 thunder and radiant damage, and the target is deafened and blinded until the end of the exalted guard’s next turn.",damage:"3d8+8 thunder and radiant damage",category:1},{id:"f4a0a076-2aa5-42b3-a667-2cb82e2ab564",name:"Charge of Summer’s Wrath",action:null,keywords:"Fire, Radiant",condition:"",range:"When an exalted guard hits a target with a melee basic attack at the end of a charge, it does 1d10 fire damage, and ongoing 10 radiant damage (save ends)",attack:null,description:"",details:"",damage:"",category:0},{id:"8acf25df-22e2-41f2-8167-1281aec8c13e",name:"Divine Light",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The exalted guard regains 50 hit points, and gains a +2 bonus to all defenses until the end of the exalted guard’s next turn.",damage:"The exalted guard regains 50 hit points",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed39b1c7-4e01-4717-b88e-8e112c6a297c",name:"Exalted Brightmage",details:"",size:2,origin:3,type:2,keywords:"exalted",level:26,role:{type:0,flag:1,leader:!1},senses:"Perception +26",movement:"8, fly 4 (hover)",alignment:"Any",languages:"Common, Elven, Supernal",skills:"Arcana +31, Bluff +25, History +24, Insight +26",equipment:"dagger; implement, orb",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:22},intelligence:{score:28},wisdom:{score:26},charisma:{score:24},hp:370,initiative:19,ac:40,fortitude:37,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"ff159170-079d-46c0-be0d-b173c649361d",name:"Forceful Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"4d4+10 force damage, and push the target 1 square.",damage:"4d4+10 force damage",category:1},{id:"9f907810-e553-4f8a-97a9-c0751bdc1030",name:"Mindbright Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d6+10 psychic damage, and the target takes ongoing 10 radiant damage and the target takes a -2 penalty to AC and Will (save ends both).",damage:"2d6+10 psychic damage",category:1},{id:"65bc28e2-e4c3-4443-8ff5-cf76d7be1a2f",name:"Mindfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Radiant",condition:"",range:"Ranged 20",attack:{bonus:31,defence:3},description:"",details:"6d6+10 psychic and radiant damage, and the target is dazed and takes a -2 penalty to attack rolls, skill checks and ability checks (save ends).",damage:"6d6+10 psychic and radiant damage",category:1},{id:"f73a958f-dab2-4a4b-8f42-632c330c93b2",name:"Mind Scramble",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Close blast 5",attack:{bonus:31,defence:3},description:"",details:"(targets one enemy)2d6+10 psychic damage, slide the target 3 squares, and the exalted brightmage is invisible to the target (save ends).",damage:"(targets one enemy)2d6+10 psychic damage",category:3},{id:"ec74092d-0256-42a5-9666-ccfe5f2d566a",name:"Improved Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Teleport 10 squares. When the exalted brightmage uses improved fey step, it gains a +2 bonus to all defenses until the end of its next turn.",damage:"Teleport 10 squares",category:2}],damageModifiers:[{type:8,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab1bf48f-8157-4cb3-96f4-d004373a06c7",name:"Festering Morass",details:"",size:3,origin:4,type:0,keywords:"blind, undead",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +10; blindsight 10",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:14},intelligence:{score:4},wisdom:{score:19},charisma:{score:4},hp:330,initiative:8,ac:26,fortitude:29,reflex:23,will:26,regeneration:null,auras:[{id:"5a0b1572-bbdc-4fce-a295-2f79b7366ab8",name:"Appalling Stench",keywords:"",details:"aura 10; living creatures that enter or start their turns within the aura take a -2 penalty to all defenses."}],powers:[{id:"e05b1aec-4300-435f-8a20-1acb6ec47131",name:"Splattering Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee 2",attack:{bonus:14,defence:0},description:"",details:"2d6+1 damage and ongoing 10 necrotic damage (save ends), and each creature adjacent to the target takes 5 necrotic damage.",damage:"2d6+1 damage and ongoing 10 necrotic damage (save ends)",category:1},{id:"46aab3f2-cd96-4368-999e-c693a5e4c528",name:"Necrotic Leakage",action:{action:4,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"2d6+6 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"2d6+6 necrotic damage",category:5},{id:"93b28489-26d5-4104-9eab-776ac78125f4",name:"Necrotic Rupture",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of necrotic mist. All creatures entering or starting their turns inside the zone take 10 necrotic damage. The zone moves with the festering morass and persists until the festering morass takes no damage from the end of one turn until the beginning of its next turn.",damage:"all creatures entering or starting their turns inside the zone take 10 necrotic damage",category:5}],damageModifiers:[{type:1,value:-10},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"03cc146d-b727-4e0a-88c1-a5104dfb312c",name:"Flayed Crawler",details:"",size:2,origin:4,type:0,keywords:"undead",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:20},intelligence:{score:3},wisdom:{score:12},charisma:{score:1},hp:77,initiative:13,ac:23,fortitude:21,reflex:23,will:19,regeneration:null,auras:[],powers:[{id:"a773292d-ef70-4d19-b06c-b8b1bd1b1444",name:"Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a49732f7-287b-48b1-bdc4-d4882e80ccb3",name:"Flaying Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d8+5 damage, and the target takes 5 ongoing damage and takes a -2 penalty to attack rolls (save ends both).",damage:"3d8+5 damage",category:1},{id:"23682bec-af45-4a8f-8622-066774390031",name:"Impossible Bound",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flayed crawler can fly 10 squares. It must end its movement either on the ground or by clinging to a surface capable of supporting its weight by using its spider climb.",damage:"The flayed crawler can fly 10 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a89b1b11-5aca-47fa-b121-56f943991932",name:"Glistening Heap",details:"",size:2,origin:4,type:0,keywords:"blind, swarm, undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"4",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:13},intelligence:{score:1},wisdom:{score:18},charisma:{score:4},hp:138,initiative:6,ac:22,fortitude:24,reflex:20,will:23,regeneration:null,auras:[{id:"74ba18a3-96e4-477a-af52-3628e3b4a26e",name:"Flailing Viscera",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"dcd83719-a204-4d13-8e8a-ff50af0eab97",name:"Rotting Ropes",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6+3 necrotic damage, and ongoing 10 necrotic damage.",damage:"1d6+3 necrotic damage",category:1},{id:"c985d6db-c6c5-43f9-a667-dc0f086821a8",name:"Sickening Expulsion",action:{action:0,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"no action",range:"Close burst 1",attack:{bonus:10,defence:1},description:"",details:"2d6+7 necrotic damage, and the target takes a -2 penalty to all attack rolls (save ends).",damage:"2d6+7 necrotic damage",category:5},{id:"478146bf-c33d-4b4e-934e-69e7b46ee409",name:"Slithering Mass",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glistening heap shifts 1 square.",damage:"The glistening heap shifts 1 square",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"disease, gaze, poison",tactics:""},{id:"5d55709a-7170-4c04-9545-92ca403eeffa",name:"Hestavar Racing Drake",details:"",size:3,origin:3,type:1,keywords:"reptile",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +21",movement:"6, fly 12",alignment:"Unaligned",languages:"",skills:"Endurance +23",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:26},intelligence:{score:4},wisdom:{score:22},charisma:{score:12},hp:217,initiative:21,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"5dd16de3-8fc9-418b-bcb0-ac7e2bb4519e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 2",attack:{bonus:34,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"c45094a8-e571-4851-8e67-bc131609e8fb",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Hestavar racing drake flies 10 squares and makes one melee basic attack at any point during that movement. The drake doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:{bonus:26,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"10413163-7860-4e56-9ebd-a81f4aebd27a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 2",attack:null,description:"",details:"3d8 + 8 lightning damage and the target is dazed until the end of the racing drake’s next turn.",damage:"3d8 + 8 lightning damage and the target is dazed until the end of the racing drake’s next turn",category:1},{id:"ae546268-bbca-4e65-807b-a2524c4252d4",name:"Lightning Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when that power recharges"},keywords:"Mount, Teleportation",condition:"consumes a use of lightning burst",range:"",attack:null,description:"",details:"The racing drake and the rider teleport 20 squares.",damage:"The racing drake and the rider teleport 20 squares",category:2}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e4567a36-6e69-45c9-8306-5607d7243fda",name:"Lasher Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:1},hp:80,initiative:5,ac:23,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"7163a15a-4fa3-4ab4-bbf6-de33c94accd1",name:"Viscera Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is pulled 1 square and grabbed.",damage:"1d8+5 damage",category:1},{id:"3b8d87b6-0e85-45d6-a086-0a43510589f1",name:"Burrowing Entrails",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Grabbed target only; 1d6+5 damage.",damage:"1d6+5 damage",category:3},{id:"c3426d17-83bd-431e-a28d-ea1d6b129e23",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The lasher zombie can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b6e36cba-9a0e-4be3-ba94-2962aefbf752",name:"Mistress Ferranifer",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 6",alignment:"Chaotic evil",languages:"Common",skills:"Acrobatics +20, Arcana +17, Athletics +14, Bluff +21, Intimidate +21, Religion +17, Stealth +20",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:22},intelligence:{score:17},wisdom:{score:19},charisma:{score:24},hp:336,initiative:15,ac:34,fortitude:28,reflex:32,will:33,regeneration:{value:10,details:"regeneration does not function while Ferranifer is exposed to direct sunlight"},auras:[],powers:[{id:"caf29f00-cd79-4601-a2c3-ae2c6dfc6a17",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+6 necrotic damage, and the target is dazed (save ends).",damage:"2d6+6 necrotic damage",category:1},{id:"f656b2fc-2192-406d-b333-2e40cc941aac",name:"Foul Dart",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"(Mistress Ferranifer makes two attacks against two different targets)2d6+7 force and necrotic damage per attack.",damage:"(mistress ferranifer makes two attacks against two different targets)2d6+7 force and necrotic damage per attack",category:1},{id:"d51bb4c6-b669-4f5e-827d-728c9b81ef3d",name:"Blackfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"on a hit, the target loses 1 healing surge and gains the “engulfed in midnight flames” condition (save ends). While engulfed, any creature that starts its turn in a space adjacent to the target takes 5 cold and 5 necrotic damage. First Failed Saving Throw: The target gains the “engulfed in midnight flames” condition (save ends) and cannot spend healing surges until it takes a short rest. Second Failed Saving Throw: The target gains the “engulfed in midnight flames” condition (save ends) and cannot spend healing surges until it takes an extended rest.",damage:"any creature that starts its turn in a space adjacent to the target takes 5 cold and 5 necrotic damage",category:3},{id:"96ff5003-2434-4c50-ad6e-59430a71b854",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:20,defence:1},description:"",details:"2d12+6 damage, and the target is weakened (save ends), and Mistress Ferranifer regains 84 hit points.",damage:"2d12+6 damage",category:1},{id:"c142dfc3-2eaa-455e-abae-1979eec8d5b1",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target is dominated (save ends with a -2 penalty to the saving throw). Ferranifer can dominate one creature at a time.",damage:"the target is dominated (save ends with a -2 penalty to the saving throw)",category:3},{id:"3819c37a-c5aa-4ecb-8e56-6c586356ee9d",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Ferranifer becomes insubstantial and gains a fly speed of 12, but she cannot make attacks. She can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Ferranifer becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5b2a4591-ab63-4803-ba34-72afd012b03d",name:"Moilian Dead",details:"",size:2,origin:5,type:2,keywords:"cold, undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:15},intelligence:{score:7},wisdom:{score:20},charisma:{score:6},hp:128,initiative:14,ac:29,fortitude:31,reflex:25,will:28,regeneration:{value:10,details:"if the Moilian dead takes fire or radiant damage, regeneration does not function until the end of its next turn"},auras:[{id:"18ec1ab4-913c-4183-8ff7-f6c1622891bc",name:"Frost",keywords:"",details:"(Cold) aura 5; living creatures that start their turns within the aura take 5 cold damage and grant the Moilian dead combat advantage until the start of their next turns."}],powers:[{id:"342d9c97-e56d-4d9b-b78d-676ccbde1c90",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"9eb9c3e6-c7a1-48d5-beba-53575153a500",name:"Stirrings of Unlife",action:{action:4,trigger:"when a living creature moves to within 5 squares of the moilian dead",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:17,defence:1},description:"",details:"living creatures only; 1d6+7 necrotic damage. If Moilian dead is currently prone, as a free action it stands and makes a charge attack against the nearest enemy.",damage:"1d6+7 necrotic damage",category:5},{id:"b98ca120-6bfe-4e91-933b-d0ae0763d659",name:"Crawling Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Moilian dead falls prone and gains a +4 bonus to AC and all defenses until the start of its next turn or until it makes an attack.",damage:"The Moilian dead falls prone and gains a +4 bonus to AC and all defenses until the start of its next turn or until it makes an attack",category:1},{id:"f970e114-be59-4216-8571-6344a63fbc98",name:"Combat Advantage",action:null,keywords:"Cold, Necrotic",condition:"encounter",range:"",attack:null,description:"",details:"A Moilian dead’s slam attacks deal 2d6 extra cold and necrotic damage to targets it has combat advantage against.",damage:"a moilian dead’s slam attacks deal 2d6 extra cold and necrotic damage to targets it has combat advantage against",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-15},{type:3,value:10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3d8f585-5a65-4788-8426-69bb7925b5d8",name:"Plague Fogger",details:"",size:2,origin:4,type:0,keywords:"undead",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:118,initiative:5,ac:21,fortitude:23,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"2bdcc973-f088-4883-8475-88355f699eae",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"100d45de-475d-450e-bb73-31338c9e36aa",name:"Plague Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target takes ongoing 5 poison damage and takes a -2 penalty to Fortitude (save ends both).",damage:"1d8+5 damage",category:1},{id:"12d7a2f8-16b7-4e7f-ae53-9326892f52f0",name:"Pestilential Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"1d8+5 poison damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 poison damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"708a572e-8123-4165-a445-ee62dd3d56a9",name:"Shadow Watcher",details:"",size:0,origin:5,type:0,keywords:"undead",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"4, fly 6 (hover), overland flight 8",alignment:"Evil",languages:"",skills:"Stealth +18",equipment:"",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:23},intelligence:{score:8},wisdom:{score:19},charisma:{score:14},hp:104,initiative:17,ac:29,fortitude:23,reflex:27,will:25,regeneration:null,auras:[{id:"07c0d365-6b67-40d6-899c-a0a678fdd626",name:"Gloaming",keywords:"",details:"aura 2; bright light in the aura is instead dim light, and dim light in the aura is dark."}],powers:[{id:"ebe31659-8896-4be9-90b6-01cc70019aa7",name:"Shadow Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 0; 1d6+6 necrotic damage, and the target gains vulnerable 10 necrotic (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"d6da8722-b315-4a52-9a4a-e5741fe2767c",name:"Shadow Plunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when it hits with shadow talons"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"The shadow watcher flies 6 squares and makes an attack at any point during that movement: targets creatures with vulnerable necrotic; on a hit, the shadow watcher enters the target’s space without provoking an opportunity attack and perches on the target’s shoulder. The target is dominated and takes ongoing 15 necrotic damage (save ends both). While the target is dominated, the shadow watcher gains insubstantial, but cannot take standard, move, or minor actions (see also invisible at rest). Aftereffect: The shadow watcher exits the creature’s space into any unoccupied adjacent space.",damage:"the target is dominated and takes ongoing 15 necrotic damage (save ends both)",category:1},{id:"395d495d-cf7b-48c8-85e1-1629a8cc4916",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadow watcher’s shadow talons attack deals 2d6 extra necrotic damage to targets it has combat advantage against.",damage:"the shadow watcher’s shadow talons attack deals 2d6 extra necrotic damage to targets it has combat advantage against",category:0},{id:"c77c2131-0aab-4441-abdf-633cf2aeaf13",name:"Invisible at Rest",action:{action:7,trigger:"when the shadow watcher does not move on its turn",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The shadow watcher becomes invisible until the start of its next turn.",damage:"",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9c21f811-af64-4cfa-bb3b-12c9aeb1a806",name:"Shadowguard",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"7",alignment:"Evil",languages:"understands Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:16},intelligence:{score:11},wisdom:{score:21},charisma:{score:14},hp:165,initiative:13,ac:32,fortitude:31,reflex:27,will:29,regeneration:null,auras:[{id:"15958662-676b-4e3f-8368-d68313d6a80b",name:"Devourer’s Presence",keywords:"",details:"(Cold) aura 1; enemies that start their turns inside the shadowguard’s aura are slowed until the start of their next turns."}],powers:[{id:"22c3f8d1-d13c-4e52-a475-b75a85e955de",name:"Shadowblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"1d8+7 necrotic damage plus 1d8 cold damage, and the target is marked until the end of the shadowguard’s next turn.",damage:"1d8+7 necrotic damage plus 1d8 cold damage",category:1},{id:"e03149eb-6256-4623-978e-70aa10f8d7a4",name:"Shadow Doom",action:{action:4,trigger:"when a creature the shadowguard marks moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:22,defence:3},description:"",details:"the target slides 1 square, and gains vulnerable 5 cold and vulnerable 5 necrotic (save ends both).",damage:"the target slides 1 square",category:5},{id:"f4c3989e-6a9d-47f9-872c-0f38f4cc7bd8",name:"Vision of Darkness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close blast 5",attack:{bonus:20,defence:3},description:"",details:"the shadowguard can exclude squares containing a marked target from this blast; the target is pushed 3 squares and is immobilized until the end of the shadowguard’s next turn. Miss: The target is pushed 3 squares.",damage:"the target is pushed 3 squares and is immobilized until the end of the shadowguard’s next turn",category:1},{id:"eae126fb-9dc7-43bb-b3b9-1d3758067e12",name:"Isolation’s Horror",action:null,keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadowguard’s shadowblade attack deals 5 extra cold and necrotic damage against targets it has marked and that have no allies adjacent to them.",damage:"the shadowguard’s shadowblade attack deals 5 extra cold and necrotic damage against targets it has marked and that have no allies adjacent to them",category:0}],damageModifiers:[{type:6,value:0},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d805249-9df0-47cc-be62-989870fb1a50",name:"Shambling Nexus",details:"",size:2,origin:4,type:0,keywords:"undead",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +5; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:10},intelligence:{score:3},wisdom:{score:13},charisma:{score:2},hp:89,initiative:4,ac:22,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"dd087c61-c1b4-4c7e-815d-d9e2dfd460e9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"70fd11c0-1cfa-4ea2-b0fa-20baaf157459",name:"Speed of the Dead",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One undead ally within 5 squares makes a basic attack with a +2 bonus or moves its speed +2 as a free action.",damage:"One undead ally within 5 squares makes a basic attack with a +2 bonus or moves its speed +2 as a free action",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cdd0fe70-d1a8-4aee-aec6-158ad4ef47f6",name:"Slavering Maw",details:"",size:3,origin:4,type:0,keywords:"undead",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:8},intelligence:{score:1},wisdom:{score:8},charisma:{score:2},hp:282,initiative:4,ac:25,fortitude:25,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"2448bff9-2820-4a0b-9ed6-3eb890cf13ad",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d6+5 damage and the target is pushed 2 squares.",damage:"3d6+5 damage and the target is pushed 2 squares",category:1},{id:"eac1184a-9db4-417d-93e9-5a3fdb1ad91e",name:"Fork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage, and the target is grabbed.",damage:"2d6+5 damage",category:1},{id:"5b939c85-0fa4-4c95-9835-438938f6aa37",name:"Hungering Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"grabbed target",range:"the target is swallowed and restrained (escape ends) and takes 10 necrotic damage when it starts its turn swallowed. A swallowed creature can make only melee or close attacks and has line of effect and line of sight only to the slavering maw. Acrobatics and Athletics checks to escape suffer a -5 penalty.",attack:{bonus:12,defence:1},description:"",details:"The slavering maw attempts to swallow a Medium or smaller creature it is grabbing",damage:"",category:1},{id:"a4ab5c6a-4560-42aa-8a96-2ced4841b58c",name:"Slavering Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slavering maw makes a cleaver and a fork attack against different targets.",damage:"",category:1},{id:"ebb69685-f0f0-440f-b095-310632a808bb",name:"Rupture",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Four charnel zombies appear in the slavering maw’s space. They take their turn immediately after the slavering maw is reduced to 0 hit points. Swallowed creatures are released into the nearest unoccupied square.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"892bf41a-ede3-490a-a7c2-6330daa05e54",name:"Zombie Grave Digger",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:3},hp:75,initiative:2,ac:17,fortitude:19,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"5487212a-e876-46fc-9a1f-ed43495adffd",name:"Shovel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"969b47a2-ddbd-430c-8583-b0428843f92e",name:"Dirt in the Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"the target is blinded and takes ongoing 5 necrotic damage (save ends both).",damage:"the target is blinded and takes ongoing 5 necrotic damage (save ends both)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"143c38e9-0309-45aa-a629-c40e4aa61d9f",name:"Firequench Wizard",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Any",languages:"Common, Primordial",skills:"Arcana +12",equipment:"dagger; implement, orb",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:10},intelligence:{score:19},wisdom:{score:16},charisma:{score:12},hp:71,initiative:3,ac:16,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"56b3930c-e7de-48be-96cc-a800da7b4a2b",name:"Icy Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4 damage plus 1d4 cold damage, and the target is immobilized until the end of the firequench wizard’s next turn.",damage:"1d4 damage plus 1d4 cold damage",category:1},{id:"a9ae557e-102e-44e3-bdf9-85ab1f543729",name:"Ray of Frost",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:1},description:"",details:"1d6+4 cold damage, and the target gains vulnerable 5 cold and is slowed, both until the end of the firequench wizard’s next turn.",damage:"1d6+4 cold damage",category:1},{id:"606fcc2f-0eb7-4b3d-a399-9931bda21bd2",name:"Douse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Implement",condition:"",range:"Area burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"1d6+4 damage, and the target is pushed 2 squares and knocked prone. The area is difficult terrain until the end of the firequench wizard’s next turn. Normal fire is extinguished within the area. Magical conjurations and zones of fire are extinguished if the firequench mage hits with the following attack: +10 vs. the Will of the creator of the conjuration or zone.",damage:"1d6+4 damage",category:1},{id:"f37b9201-73d1-4ba7-a9d5-e575808a2d1e",name:"Fireproof",action:{action:3,trigger:"",sustainAction:3,use:3,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"The firequench wizard gains resist fire 10 until the end of his or her next turn. Sustain Minor: The resist fire 5 continues until the end of the firequench wizard’s next turn.",damage:"The firequench wizard gains resist fire 10 until the end of his or her next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5d22f8b-035b-4e2b-b32a-97147f59d5eb",name:"Mordain the Fleshweaver",details:"",size:2,origin:0,type:2,keywords:"elf",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"8, teleport 5",alignment:"Evil",languages:"Common, Deep Speech, Elven, Goblin",skills:"Arcana +23, Dungeoneering +22, Insight +17, Nature +17",equipment:"",category:"",strength:{score:14},constitution:{score:23},dexterity:{score:17},intelligence:{score:27},wisdom:{score:14},charisma:{score:22},hp:338,initiative:13,ac:35,fortitude:33,reflex:35,will:33,regeneration:{value:15,details:"if Mordain takes cold and radiant damage, regeneration does not function until the end of his next turn"},auras:[],powers:[{id:"6adf4c65-cedd-4d03-bcfb-ccc342a9692f",name:"Stinging Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d8+2 damage, and the target is slowed and takes ongoing 10 damage (save ends both). If the target is already slowed, it is dazed instead.",damage:"2d8+2 damage",category:1},{id:"9150fb8a-3bb3-42dd-9ec0-6a56764d768f",name:"Unraveling Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"2d6+7 damage, Mordain pushes the target 1 square, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends).",damage:"2d6+7 damage",category:1},{id:"eba1926d-a444-4bc2-afa4-6ce16304ce6c",name:"Fleshweaver’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mordain makes two basic attacks.",damage:"",category:1},{id:"28dda465-bd18-4adf-9fdf-00700bb16a5f",name:"Burrowing Shard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:26,defence:1},description:"",details:"2d6 damage, and the target is immobilized and takes ongoing 15 damage (save ends both). Aftereffect: The target takes ongoing 5 damage and is slowed (save ends both).",damage:"2d6 damage",category:1},{id:"82552b4c-ae0c-4540-884f-f19ac1d8ba0b",name:"Unnatural Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Mordain’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls against Mordain (save ends).",damage:"The target takes a -2 penalty to attack rolls against Mordain (save ends)",category:1},{id:"c2dc5a03-6edd-47a3-89f0-5337f8e1b51c",name:"Xorlat Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Close burst 3",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 2d6 psychic damage, and the target is slowed (save ends). Effect: The area of the burst becomes a zone until the end of Mordain’s next turn. Any creature that starts its turn within the zone is subject to an attack; +24 vs. Will; 2d6 psychic damage, and the target is slowed (save ends). Sustain Minor: The zone persists.",damage:"2d6 psychic damage",category:1},{id:"05655dcf-14e4-4014-b683-b7a3e716d314",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mordain can alter his physical form to take on the appearance of any Small or Medium humanoid, including a unique individual.",damage:"",category:3},{id:"3cec59dd-f509-4623-84ac-0bba10fe4d66",name:"Fleshweaver’s Resurgence",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"when mordain is reduced to 0 hit points in a round in which he did not take cold and radiant damage",range:"",attack:null,description:"",details:"Mordain returns to life with 30 hit points at the start of his next turn.",damage:"Mordain returns to life with 30 hit points at the start of his next turn",category:1},{id:"6fb646cd-ee1d-42cf-9e1e-7aa84823459b",name:"Resistance to Scrying",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attempts to scry upon Mordain, his location, or objects in his possession fail as if the target of the attempt did not exist.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, polymorph",tactics:""},{id:"ae82c1ad-8429-4d4d-8b28-83218eb506a7",name:"Onster Glarrak",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:1,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +11, Diplomacy +11, Insight +8",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:8},intelligence:{score:15},wisdom:{score:12},charisma:{score:18},hp:92,initiative:3,ac:16,fortitude:16,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"eab114bf-0986-4bda-98ea-797e458a4a9c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+1 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+1 damage",category:1},{id:"547061b4-1c8e-486e-8c0b-e27c868ae531",name:"Spit Serpents",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+3 poison damage",category:1},{id:"4477a0ad-96d4-4cfc-9c88-030e0b2426a9",name:"Serpent Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"illusory snakes appear and attack the target; 2d6+4 psychic damage, and ongoing 5 psychic damage and the target is slowed (save ends both).",damage:"2d6+4 psychic damage",category:1},{id:"421c5efc-fe38-4ade-9e82-33506510d8bf",name:"Snake’s Quickness",action:null,keywords:"",condition:"",range:"Onster makes two basic attacks. If the first is a melee attack and it hits, Onster can shift 1 square.",attack:null,description:"",details:"",damage:"",category:0},{id:"d784a376-f82e-4ac4-8d56-fcd93e6d7845",name:"Writhe",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"usable when onster is hit by a melee attack",range:"Onster shifts 3 squares and takes half damage from melee and ranged attacks until the start of his next turn.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4371c86f-5561-4242-83cb-1a99271abebe",name:"Rathgar Malynd",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Primordial",skills:"History +14, Insight +12, Intimidate +15",equipment:"plate armor; triple-headed flail",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:12},intelligence:{score:16},wisdom:{score:12},charisma:{score:18},hp:240,initiative:9,ac:28,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"56fb4715-1513-4d3c-a507-306d082c125d",name:"Triple-Headed Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+8 damage, and the target is marked until the end of Rathgar’s next turn.",damage:"1d10+8 damage",category:1},{id:"5d0ae0d4-8995-48d2-800a-e1a7660d9390",name:"Spiked Shield",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d6+6 damage, and the target is pushed 2 squares.",damage:"1d6+6 damage",category:3},{id:"7a3cd85e-2656-4979-b698-8be3fcf7f597",name:"Fell Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"usable while wielding a triple-headed flail",range:"1d10+6 damage, and the target is pushed 2 squares. Rathgar can mark one of the targets he hits. If after being pushed the target is adjacent to one of Rathgar’s allies, that ally can make a basic melee attack against the target as an immediate reaction. On a hit, the ally’s basic melee attack deals 3 damage, and the target is knocked prone.",attack:{bonus:17,defence:0},description:"",details:"targets enemies Rathgar can see",damage:"",category:1},{id:"22a63ee4-13e8-42e9-8cf4-75b4856795c0",name:"Battle Hounds",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when a target marked by rathgar leaves a square adjacent to him",range:"",attack:null,description:"",details:"Rathgar or one of his allies can shift 2 squares.",damage:"Rathgar or one of his allies can shift 2 squares",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eddf74e6-1694-4760-8ee4-ca29746c5521",name:"Skelmur the Stalker",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:4,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"History +9, Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:18},intelligence:{score:10},wisdom:{score:8},charisma:{score:20},hp:99,initiative:12,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"e77f2ff5-7d77-4d6d-b621-cbaa72261be5",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d4+3 necrotic damage.",damage:"2d4+3 necrotic damage",category:1},{id:"15817145-660f-42b0-9488-391c491932cf",name:"Skelmur’s Eyes",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"(minor 1/round",range:"Ranged 5",attack:{bonus:12,defence:3},description:"",details:"1d6+3 psychic damage, and the target is immobilized until the end of Skelmur’s next turn. This attack doesn’t provoke opportunity attacks.",damage:"1d6+3 psychic damage",category:1},{id:"b04afc57-5aa4-417b-8460-8b3f3d7193f4",name:"Drowning Hands",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:"recharges after skelmur uses dematerialize"},keywords:"Necrotic",condition:"requires combat advantage",range:"",attack:{bonus:12,defence:1},description:"",details:"2d10+5 damage, ongoing 5 damage (save ends), and the target is dazed until the end of Skelmur’s next turn. Sustain Minor: Skelmur can only sustain the effect on a target he hit with the above attack or following attack during his last turn. When he sustains the power, he repeats the attack on the target, dealing 5 damage (10 to an immobilized target).",damage:"2d10+5 damage",category:1},{id:"21578098-18c9-4dd0-9ab6-69d95f05b2f2",name:"Dematerialize",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Skelmur reduces himself to a set of floating eyes, and he shifts 2 squares. He can make a Stealth check to hide if he has any sort of cover or concealment.",damage:"and he shifts 2 squares",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4d8180b3-592d-4d68-82c8-6bc76cff1bd4",name:"The Centurion",details:"",size:3,origin:3,type:2,keywords:"",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Common, Goblin, primordial, Supernal",skills:"Athletics +27, Intimidate +26, Religion +24",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:26},intelligence:{score:22},wisdom:{score:22},charisma:{score:26},hp:486,initiative:23,ac:44,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"dd1da976-38b6-447e-bcc3-eccc65dad7d4",name:"Ebon Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 3; 4d4+11 damage, plus the target is pushed 2 squares. Effect: The target is marked until the end of the Centurion’s next turn.",damage:"4d4+11 damage",category:1},{id:"f7df511e-7da5-4481-9159-d550422ba0e5",name:"Ebon Gladius",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 2d8+11 damage, plus the target is slowed. Effect: The target is marked until the end of the Centurion’s next turn.",damage:"2d8+11 damage",category:1},{id:"f262623f-4064-45da-8015-4dc40ba93fd3",name:"Ebon Spear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:31,defence:1},description:"",details:"4d4+11 damage, plus the target is pushed 2 squares. Effect: The spear instantly returns to the Centurion’s hand.",damage:"4d4+11 damage",category:1},{id:"c365f104-7fb4-4ca5-bd32-0c6b636d37bb",name:"Furious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"The Centurion makes an ebon spear attack (either melee or ranged) and an ebon gladius attack. Special: The Centurion can use this attack at the culmination of a charge.",attack:null,description:"",details:"",damage:"",category:1},{id:"efa80042-e9bf-46da-bc78-916c0024b08b",name:"Fearsome Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Fear",condition:"",range:"Close burst 2",attack:{bonus:29,defence:3},description:"",details:"the target immediately moves its speed away from the Centurion. The fleeing target avoids unsafe squares and difficult terrain if it can.",damage:"",category:3},{id:"41c6fe43-af1e-4268-8a05-c5402228fab6",name:"Positioning Style",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:31,defence:3},description:"",details:"targets one enemy in burst; slide the target 3 squares.",damage:"slide the target 3 squares",category:3},{id:"e52a969c-5aba-4302-bcff-01d8cd253201",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Centurion can make opportunity attacks against all enemies within its reach.",damage:"",category:0},{id:"564ca2d7-b99b-40a1-83c5-3b9c51f57028",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Centurion gains a +6 bonus to opportunity attacks. An enemy struck by his opportunity attack stops moving if a move provoked the attack. If it still has actions remaining, it can use them to resume moving. Any creature that is damaged by the Centurion takes ongoing 15 necrotic damage (save ends)",damage:"any creature that is damaged by the centurion takes ongoing 15 necrotic damage (save ends)",category:0}],damageModifiers:[{type:7,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"bb36b80a-bb8f-4108-a10a-15310b05cdc5",name:"The Imperator",details:"",size:3,origin:3,type:2,keywords:"",level:29,role:{type:3,flag:1,leader:!0},senses:"Perception +21; darkvision",movement:"7",alignment:"Evil",languages:"Common, Goblin, Primordial, Supernal",skills:"Athletics +29, Intimidate +27, Religion +27",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:26},wisdom:{score:25},charisma:{score:27},hp:536,initiative:22,ac:45,fortitude:44,reflex:41,will:42,regeneration:null,auras:[{id:"879e1372-6756-4316-a208-b10a6a440679",name:"Relentless Legion",keywords:"",details:"aura 5; allies who start their turn within the area gain 15 temporary hit points."}],powers:[{id:"d217f64c-6b72-4448-884e-3e42f89b39d7",name:"Ebon Cestus",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:33,defence:3},description:"",details:"Reach 2; 2d8+10 damage, plus the target is weakened until the end of the Imperator’s next turn.",damage:"2d8+10 damage",category:1},{id:"34c20601-d3e0-4e62-950b-1ea73093e56b",name:"Iron Fist",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Fear",condition:"",range:"Ranged 10",attack:{bonus:33,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target cannot use encounter or daily powers (save ends).",damage:"",category:3},{id:"0f677aab-5e3d-42cb-ae3a-fbae67b425a5",name:"Curse of Bane",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:31,defence:3},description:"",details:"2d6+10 psychic damage, and each target is immobilized (save ends).",damage:"2d6+10 psychic damage",category:1},{id:"66e95463-df79-41e2-b8ab-303e3e763547",name:"Blasphemy of Bane",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:31,defence:3},description:"",details:"4d6+5 psychic damage, and ongoing 10 psychic damage (save ends).",damage:"4d6+5 psychic damage",category:1},{id:"831b4c55-ceec-45e6-910f-d4e5e0b165cd",name:"Inspiring Leader",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"one ally in the burst can make an immediate basic melee attack against a target in its reach",attack:null,description:"",details:"for that attack, if the target is immobilized, and the ally gains a +10 bonus to damage rolls and deals a critical hit on a roll of 18–20.",damage:"and the ally gains a +10 bonus to damage rolls and deals a critical hit on a roll of 18–20",category:3},{id:"0649508a-d87a-48f0-8c5f-ee718a39d670",name:"Divine Inspiration",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gains a +10 bonus to damage rolls and deal a critical hit on a roll of 18–20, until the end of the Imperator’s next turn. (This bonus damage does not stack with inspiring leader.).",damage:"all allies in the burst gains a +10 bonus to damage rolls and deal a critical hit on a roll of 18–20",category:3},{id:"112ce131-b820-428f-8a0e-822de96aeaf8",name:"Vicious Harrier",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"If the Imperator and an ally are both adjacent to the same enemy, that enemy grants combat advantage to them even if they are not flanking.",damage:"",category:0}],damageModifiers:[{type:7,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"ed0399b1-db47-425b-8cbe-5c9da51c4754",name:"Alloces",details:"",size:2,origin:3,type:2,keywords:"devil",level:28,role:{type:3,flag:1,leader:!0},senses:"Perception +19; darkvision",movement:"7, climb 7, teleport 5",alignment:"Evil",languages:"Common, Supernal, Alloces can communicate telepathically with any creature he created, within line of sight or within 20 squares without line of sight",skills:"Bluff +27, Heal +24, Insight +24, Intimidate +27",equipment:"",category:"",strength:{score:22},constitution:{score:27},dexterity:{score:27},intelligence:{score:30},wisdom:{score:21},charisma:{score:27},hp:518,initiative:22,ac:42,fortitude:40,reflex:42,will:39,regeneration:null,auras:[{id:"db302c00-229a-4b6d-aade-43cb030e3246",name:"Infernal Goad",keywords:"",details:"aura 10; allies within the aura can choose to take 10 damage to reroll a saving throw that just failed. Each failed saving throw can be rerolled in this manner only once."},{id:"8899f653-5c3b-4eda-b178-4051661419ae",name:"Terrible Presence",keywords:"",details:"(Psychic) aura 3; enemies that start their turns within the aura or enter the aura take 15 psychic damage."}],powers:[{id:"292047d1-ffd4-4560-b26f-372cf3cc4c56",name:"Soulwood Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d12+6 damage, and the target si pushed 4 squares and slowed until the end of Alloces’s next turn.",damage:"3d12+6 damage",category:1},{id:"99a59edf-35de-4443-ac4c-eb5795f694c8",name:"Soul-Rending Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:3},description:"",details:"3d8+10 psychic damage, and the target makes an immediate basic attack against an ally within 6 squares of it as a free action.",damage:"3d8+10 psychic damage",category:1},{id:"0b0ce3a8-35f6-4b77-b544-1bf4cacafa87",name:"Horrid Transformation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Polymorph",condition:"",range:"Ranged 12",attack:{bonus:32,defence:1},description:"",details:"the target is dominated by Alloces (save ends). Alloces can have only one target dominated at a time.",damage:"",category:3},{id:"ac8f3776-eb09-49f7-a915-f581bfa562b7",name:"Infernal Inspiration",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(minor 1/turn",range:"Ranged 12",attack:null,description:"",details:"an ally can shift 1 square and make a basic attack against a target within range.",damage:"an ally can shift 1 square and make a basic attack against a target within range",category:1},{id:"5c181ed4-1cc4-468f-b94d-b30f734b3c16",name:"Flesh-Twister",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"Area burst 2 within 20",attack:{bonus:32,defence:1},description:"",details:"the targets are weakened, slowed, and take ongoing 10 damage (save ends all).",damage:"and take ongoing 10 damage (save ends all)",category:1},{id:"9dffc73f-faf0-428a-bf70-b8b44fdd1cf7",name:"Infernal Summons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Alloces summons a group of allies. Summoned allies roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as Alloces is alive. They remain until they are killed, dismissed by Alloces (free action), or the encounter ends. PCs do not earn experience points for killing these summoned creatures. Alloces chooses to summon one of the following groups of allies:",damage:"Summoned allies roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as Alloces is alive",category:1}],damageModifiers:[{type:3,value:-30},{type:7,value:-20}],resist:"",vulnerable:"",immune:"polymorph",tactics:""},{id:"ab905922-ec59-4e5f-8505-7911197d0e35",name:"Carpet of Flesh",details:"",size:5,origin:3,type:1,keywords:"living construct, ooze",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +12; blindsight 20, tremorsense 20",movement:"2",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:17},intelligence:{score:3},wisdom:{score:20},charisma:{score:3},hp:302,initiative:10,ac:29,fortitude:29,reflex:23,will:27,regeneration:null,auras:[{id:"e7384acc-ac86-4047-9a7e-bd3021b0e8b0",name:"Caustic Humors",keywords:"",details:"(Acid) aura 0 (see viscous nature); any creature that starts its turn in the carpet’s space takes 10 acid damage."},{id:"ee73704e-d949-4871-ae77-b3efc849a92c",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"b2f199de-4dfb-4ef0-83f5-6138b916f2de",name:"Reaching Arms",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 2d8+6 damage, and the target is pulled 3 squares and grabbed until escape. If the target is within the carpet of flesh’s space, it slides 3 squares (instead of being pulled).",damage:"2d8+6 damage",category:1},{id:"4c8f5ae4-0376-4f87-af23-f2c83b1cfef3",name:"Crush",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A single grabbed target only; 2d8+6 damage, and the carpet sustains the grab.",damage:"2d8+6 damage",category:3},{id:"19a196ae-c72a-4f80-bf84-f9248e0d5a82",name:"Grasping Arms",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The carpet of flesh makes two reaching arm attacks.",damage:"",category:1},{id:"37a7e223-edc6-462c-b8a0-0634c79b0842",name:"Reeling Grab",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The carpet of flesh slides one adjacent, grabbed target into the nearest square within the carpet’s space.",damage:"",category:3},{id:"dbfd9935-96eb-46ac-bf23-ca9ce1b48268",name:"Chameleon",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A carpet of flesh can remain hidden with the Stealth skill even without cover or concealment.",damage:"",category:0},{id:"f745fa72-7f70-48a8-8e2d-3cd39085bc7c",name:"Mobile Grappler",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The carpet of flesh can move at full speed even when grabbing one or more foes without breaking the grab.",damage:"",category:0},{id:"dc3e563c-166d-4923-b15c-0ddeee5d2117",name:"Vicious Nature",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Other creatures can move through the carpet of flesh’s space, treating the squares it occupies as difficult terrain. A carpet of flesh threatens all squares it occupies.",damage:"",category:0}],damageModifiers:[],resist:"half damage from ranged and area attacks",vulnerable:"",immune:"fear",tactics:""},{id:"7270c3ee-143e-4c98-94cc-fbd7f944f61d",name:"Creeping Teeth",details:"",size:3,origin:3,type:1,keywords:"blind, living construct, ooze",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +7; blindsight 10, tremorsense 15",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:21},intelligence:{score:1},wisdom:{score:17},charisma:{score:1},hp:77,initiative:13,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"21b5de95-19ee-474e-bf31-c69c1ef4e1f8",name:"Toothy Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 damage (save ends).",damage:"1d8+3 damage",category:1},{id:"6ad4692a-e1c2-492c-8a54-c407a97e23bf",name:"Consume",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"The creeping teeth attacks one Medium or smaller target; (automatically hits creatures that the creeping teeth has combat advantage against) On a hit, the target is grabbed and pulled into the creeping teeth’s space; the target is dazed and takes ongoing 10 damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the creeping teeth. The creeping teeth can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 10 damage until it escapes the grab",category:1},{id:"0f88bfe6-cb37-4448-8dd6-1350f9c3bf8f",name:"Parting Shot",action:{action:4,trigger:"when a creature escapes the creeping teeth’s grab",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creeping teeth makes a toothy slam attack against the creature that just escaped its grab.",damage:"",category:5},{id:"c3b00ab2-a97d-4a7b-be88-e37da227d8af",name:"Creeping Skitter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creeping teeth shifts 3 squares and designates a single target within 6 squares; that target grants the creeping teeth combat advantage until the end of the creeping teeth’s next turn.",damage:"The creeping teeth shifts 3 squares and designates a single target within 6 squares",category:1},{id:"34d1a807-ce5e-4006-a29b-47d429b712e2",name:"Rain of Teeth",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creeping teeth shifts 6 squares, ignoring difficult terrain.",damage:"The creeping teeth shifts 6 squares",category:2}],damageModifiers:[],resist:"5 melee and ranged attacks",vulnerable:"",immune:"gaze",tactics:""},{id:"f3781a3c-2702-455f-af60-2a77775bd719",name:"Damned Choir",details:"A writhing, wailing mass of humanoid souls, bound together in space and given substance, damned choirs seek nothing more than the comfort of the living bodies they have lost and can never regain. How much of their attacks on mortal beings are driven by that urge, and how much by rage and madness, is unclear, but their burning need to slaughter all who cross their path is unmistakable.",size:3,origin:3,type:2,keywords:"living construct, swarm",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:21},intelligence:{score:7},wisdom:{score:11},charisma:{score:18},hp:114,initiative:12,ac:27,fortitude:22,reflex:25,will:22,regeneration:null,auras:[{id:"65310cc0-17aa-4cde-8f4b-6579d1b2934a",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."},{id:"7b40d8a2-668a-40d9-9ba3-d9710cba665f",name:"Swarm Attack",keywords:"",details:"aura 1; the damned choir makes a basic attack as a free action against each enemy that starts its turn within the aura."}],powers:[{id:"f560ed91-67bd-47de-b151-df0e331d2e51",name:"Damned Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"1d6+5 psychic damage, and if the target deals damage to any creature other than the damned choir before the start of the damned choir’s next turn, the target takes 5 psychic damage and ongoing 5 psychic damage (save ends).",damage:"1d6+5 psychic damage",category:1},{id:"8ab9c88e-1d1f-4c8c-ba6e-4c83ff0d8f08",name:"Screams of the Damned",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:1},description:"",details:"3d8+5 psychic damage.",damage:"3d8+5 psychic damage",category:1},{id:"6b191051-bec6-4c6b-a7c6-ecb969975b0d",name:"Shriek of the Damned",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"the target is immobilized.",damage:"",category:3}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"fear",tactics:""},{id:"8510ec16-8556-4ce2-bd16-2085cdde964e",name:"Hellfire Hound",details:"",size:2,origin:3,type:1,keywords:"living construct",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8 phasing (when not bloodied)",alignment:"Evil",languages:"Supernal",skills:"Athletics +17, Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:19},intelligence:{score:6},wisdom:{score:19},charisma:{score:13},hp:123,initiative:12,ac:28,fortitude:24,reflex:24,will:24,regeneration:null,auras:[{id:"57284738-b359-442d-9b70-156eb4cbe8b4",name:"Fiery Wrath",keywords:"",details:"(Fire) aura 3; creatures that start their turns in the aura gain vulnerable 5 fire until the end of their next turns; devils and other Nessian hounds are immune."}],powers:[{id:"30e7543f-9896-4aad-8034-6e7176cda20c",name:"Burning Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 when bloodied)1d8+6 damage, plus the target takes ongoing 5 fire damage and the target takes a -4 penalty to opportunity attacks (save ends both).",damage:"(+20 when bloodied)1d8+6 damage",category:1},{id:"93b1e41c-3e7a-4870-9a25-7a9ec724a8e7",name:"Burning Blood",action:{action:4,trigger:"when struck by a melee attack while bloodied",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"1d8+6 fire damage.",damage:"1d8+6 fire damage",category:5},{id:"2d828e70-90e2-4838-a6a8-e225cea99288",name:"Roar of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:17,defence:2},description:"",details:"(+18 when bloodied)3d8+6 fire damage and the hellfire hound gains a +4 bonus on opportunity attacks against the target (save ends).",damage:"(+18 when bloodied)3d8+6 fire damage and the hellfire hound gains a +4 bonus on opportunity attacks against the target (save ends)",category:1},{id:"6c01e2aa-60cf-49f0-b6aa-68e7241a1246",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound takes no penalties to attack rolls from concealment against bloodied targets.",damage:"",category:0},{id:"b9bd30d6-3524-4327-80ab-461df7eea35e",name:"Protective Discorporation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound ceases to be insubstantial and loses its phasing ability when it is bloodied.",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"insubstantial (when not bloodied)",vulnerable:"",immune:"fear",tactics:""},{id:"ba4a1dd4-2ece-4ef2-9b96-8daca091e40e",name:"Infernal Hound",details:"",size:3,origin:3,type:1,keywords:"living construct",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"10 phasing (when not bloodied)",alignment:"Evil",languages:"Supernal",skills:"Athletics +20, Intimidate +15, Stealth +18",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:21},intelligence:{score:6},wisdom:{score:21},charisma:{score:15},hp:157,initiative:15,ac:29,fortitude:29,reflex:28,will:28,regeneration:null,auras:[{id:"fe523d89-6a1e-47dc-832b-4070d67b116c",name:"Fiery Wrath",keywords:"",details:"(Fire) aura 3; creatures that start their turns in the aura gain vulnerable 5 fire until the end of their next turns; devils and other Nessian hounds are immune."}],powers:[{id:"9fb50879-a85b-4418-8684-2d6f8b3bbfed",name:"Hellish Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; (+24 when bloodied)1d10+7 fire and necrotic damage, plus the target takes ongoing 5 fire and necrotic damage and the infernal hound gains 10 temporary hit points whenever the target makes an attack that does not include the infernal hound as a target (save ends both).",damage:"(+24 when bloodied)1d10+7 fire and necrotic damage",category:1},{id:"c2894aae-dde9-4d48-bfcf-876c77a649a8",name:"Horrid Bay",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"usable only when not bloodied",range:"Close burst 3",attack:{bonus:19,defence:3},description:"",details:"targets enemies only; target is marked by the infernal hound (save ends).",damage:"",category:3},{id:"1cdeb4d1-2d9a-4243-bb47-b698a7af1947",name:"Deathly Howl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"only when bloodied",range:"Close blast 4",attack:{bonus:19,defence:1},description:"",details:"the target is immobilized and takes a -2 penalty to all saves (save ends both). First Failed Saving Throw: The target takes ongoing 10 fire and necrotic damage and takes a -2 penalty to all saves (save ends both). Second Failed Saving Throw: The target takes ongoing 15 fire and necrotic damage and the target deals 5 fire and necrotic damage to all adjacent creatures at the start of its turn (save ends both).",damage:"the target takes ongoing 10 fire and necrotic damage and takes a -2 penalty to all saves (save ends both)",category:1},{id:"14232dc8-d7a7-417b-ab72-5dfc3f8f0fc9",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound takes no penalties to attack rolls from concealment against bloodied targets.",damage:"",category:0},{id:"5cbd863d-4f87-4830-bf4e-0bceed95660a",name:"Protective Discorporation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound ceases to be insubstantial and loses its phasing ability when it is bloodied.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"insubstantial (when not bloodied)",vulnerable:"",immune:"fear",tactics:""},{id:"f243f1d6-54ba-4020-a341-3fa2642d0a49",name:"Machalos",details:"",size:3,origin:3,type:0,keywords:"devil",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Athletics +25, Intimidate +20",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:19},intelligence:{score:25},wisdom:{score:25},charisma:{score:16},hp:228,initiative:18,ac:40,fortitude:38,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"8c9f928d-baca-4285-b064-921b4cfb0e08",name:"Hellish Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and ongoing 10 fire damage and the target deals 5 fire damage to all adjacent creatures at the start of its turn (save ends both).",damage:"2d6+4 damage",category:1},{id:"337c166f-5903-4324-8f66-542d2ed085fc",name:"Tail Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 2d6+4 damage, and if the target attempts to move or shift away from Machalos before the end of Machalos’s next turn, Machalos can make a hellish trident attack against the target as an immediate interrupt.",damage:"2d6+4 damage",category:1},{id:"a4833b0e-8020-417b-93d5-e2e9b7398d96",name:"Back-Breaker",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; targets an enemy of Large size or smaller; 4d8+8 damage and the target is pushed 8 squares. If the target ends this forced movement in a square adjacent to another enemy, Machalos can immediately use the discard refuse power.",damage:"4d8+8 damage and the target is pushed 8 squares",category:1},{id:"881fd5fc-4cf4-4ae4-962a-7475b9468db0",name:"Wild Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Machalos makes a hellish trident and tail swipe attack.",damage:"",category:1},{id:"6ab147b4-0908-488d-b12c-e92425b700c6",name:"Discard Refuse",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only when back-breaker hits a target",range:"Ranged 8",attack:{bonus:31,defence:0},description:"",details:"targets a creature adjacent to the target of the back-breaker power; 4d8+4 damage and the target is knocked prone.",damage:"4d8+4 damage and the target is knocked prone",category:1}],damageModifiers:[{type:3,value:-20},{type:7,value:-20}],resist:"",vulnerable:"",immune:"disease, sleep",tactics:""},{id:"a7ff636d-85e4-43a2-939c-df357473290f",name:"Seraphic Golem",details:"",size:3,origin:3,type:0,keywords:"construct",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6, fly 9 (clumsy); can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:27},dexterity:{score:20},intelligence:{score:3},wisdom:{score:17},charisma:{score:3},hp:514,initiative:16,ac:34,fortitude:35,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"901f1c1e-fc1b-4a5a-a451-51aa1cb7f320",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; (+27 while bloodied)2d6+8 damage plus 2d8 radiant damage.",damage:"(+27 while bloodied)2d6+8 damage plus 2d8 radiant damage",category:1},{id:"551ad15d-e232-4068-9e1b-2153d508383c",name:"Wing Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; (+27 while bloodied)2d6+8 damage plus 2d8 radiant damage, and the seraphic golem slides the target 2 squares.",damage:"(+27 while bloodied)2d6+8 damage plus 2d8 radiant damage",category:1},{id:"d748d073-a3f4-44a1-b7ce-5ce0452588b1",name:"Seraphic Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"The golem makes a slam attack and a wing slap attack. If the golem hits the same creature with both attacks, the target is knocked prone.",damage:"",category:1},{id:"00d77566-1447-47e0-b167-01dd4c68375a",name:"Stomp",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Adjacent prone targets only; (+27 while bloodied)3d10+8 damage.",damage:"(+27 while bloodied)3d10+8 damage",category:3},{id:"d4aac7a4-5ebd-4a9b-b010-8d4addccfc80",name:"Vengeful Burst",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 2",attack:{bonus:23,defence:1},description:"",details:"2d10+8 radiant damage and the target is blinded until the end of the golem’s next turn.",damage:"2d10+8 radiant damage and the target is blinded until the end of the golem’s next turn",category:5},{id:"19c842dd-cb80-4182-9f50-7e251a15816e",name:"Radiant Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"The seraphic becomes insubstantial until the end of its turn and moves up to 12 squares, taking no penalties to movement for squeezing and can move through enemy spaces. When it enters any creature’s space, the golem makes a slam attack against that creature; on a hit, all of the slam attack’s damage is considered radiant damage. The golem must end its movement in an unoccupied space and can make only one slam attack against any target while using this ability.",damage:"all of the slam attack’s damage is considered radiant damage",category:1}],damageModifiers:[{type:2,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear, poison, sleep",tactics:""},{id:"3dfd4d05-cc42-4a3b-9259-e95b8c9d7797",name:"Sharn Hexshadow",details:"",size:3,origin:0,type:1,keywords:"",level:19,role:{type:6,flag:2,leader:!1},senses:"Perception +13",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Arcana +18, Insight +12, Religion +18",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:682,initiative:17,ac:35,fortitude:31,reflex:31,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"477483bb-8255-4efb-bc44-e9b1e3593b4d",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:3},{id:"87a1d2cb-2856-4d41-99c1-ff1ba562d480",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d6+6 damage, and the sharn shifts 2 squares after the attack.",damage:"3d6+6 damage",category:1},{id:"0fcb7a09-369b-4e83-8027-e79f0b6b9949",name:"Lightning Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"two attacks, each against different targets; 2d10+6 lightning damage.",damage:"2d10+6 lightning damage",category:1},{id:"2e65eb4f-1f2b-442f-a9e3-291b1637a691",name:"Hex Portal",action:{action:3,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 5",attack:null,description:"",details:"the sharn creates a hexagonal window of light that it can attack through as if it were in that portal’s space. As a minor action, it can move one portal 4 squares. Portals don’t block line of sight, line of effect, or enemy movement. A sharn can sustain up to three such portals at a time with a single minor action; it can close as many as it wishes with a free action.",damage:"it can move one portal 4 squares",category:3},{id:"0735408d-e765-4912-94cf-31e2e57c0d20",name:"Hex Step",action:{action:2,trigger:"when adjacent to a hex portal",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sharn teleports to any unoccupied square adjacent to a hex portal it created.",damage:"",category:5},{id:"3d1cf2c2-b7fb-404d-8d06-fc731f3f79ee",name:"Independent Action",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sharn makes two melee basic attacks. If a bite and claw hit the same target, that target is also dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"40f49f77-8bc8-4955-9a17-48fe2e1403ad",name:"Shadow Hex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Illusion",condition:"not usable when bloodied",range:"",attack:null,description:"",details:"The sharn creates a shadowy illusion of itself, which occupies a space exactly as though it were the sharn hexshadow. The sharn and its illusion are considered to both be the same creature, sharing the same hit point pool and the same abilities, and each one takes one of the sharn’s turns each round. When a sharn is bloodied, its illusion vanishes immediately.",damage:"",category:3},{id:"ae3fce17-78a0-43e2-a937-3d298627593d",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different consciousness. The sharn’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"99e9a4c9-f9e2-4464-885a-3923dd48d4c1",name:"Independent Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn automatically saves against the dazed and stunned conditions, and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification, polymorph",tactics:""},{id:"c527a95d-19e9-4d4e-9e4d-634d4eda2449",name:"Sharn Phaseblade",details:"",size:3,origin:0,type:1,keywords:"",level:16,role:{type:4,flag:2,leader:!1},senses:"Perception +12",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Arcana +18, Insight +12, Religion +18",equipment:"kukri",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:586,initiative:18,ac:30,fortitude:28,reflex:28,will:29,regeneration:{value:10,details:""},auras:[],powers:[{id:"a22796c4-642f-4cff-a85f-316093360ee0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"521ab43b-4df1-4979-bc35-976568956fd6",name:"Phaseblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+5 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 psychic damage",category:1},{id:"45c57834-5a62-40cd-8a71-44eebea3fca9",name:"Hex Portal",action:{action:3,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 5",attack:null,description:"",details:"the sharn creates a hexagonal window of light that it can attack through as if it were in that portal’s space. As a minor action, it can move one portal 4 squares. Portals don’t block line of sight, line of effect, or enemy movement. A sharn can maintain up to three such portals at a time with a single minor action; it can close as many as it wishes with a free action.",damage:"it can move one portal 4 squares",category:3},{id:"5b493107-27a3-4378-b3e3-eaf0a50eb617",name:"Independent Action",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sharn makes two melee basic attacks. If a phaseblade and a bite hit the same target, that target is also dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"411732f0-6fa7-4730-8b84-85c1451ec3f0",name:"Phase Distortion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sharn Phaseblade teleports 10 squares and gains insubstantial and phasing until the start of its next turn. Additionally, on its next turn the sharn Phaseblade gains a +3 bonus to attack rolls.",damage:"The sharn Phaseblade teleports 10 squares and gains insubstantial and phasing until the start of its next turn",category:1},{id:"fbb1a40c-ced6-48ea-818a-d944b30ee388",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different consciousness. The sharn’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"d1808fa5-2567-4650-9aa4-030d62dbf3e4",name:"Independent Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn automatically saves against the dazed and stunned conditions, and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification, polymorph",tactics:""},{id:"99dbbd4b-998e-4d00-bb62-ec642af392f4",name:"Sharn Symbiote",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +6; blindsight 10, tremorsense 10",movement:"6",alignment:"Unaligned",languages:"",skills:"Arcana +17, Insight +11, Religion +17",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:119,initiative:17,ac:29,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"1b777ae6-7200-455a-ba22-442470dabfff",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"248810cd-63ba-4fad-9f26-c0ce286575d4",name:"Seize Host",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"(+20 against immobilized creatures) ongoing 10 psychic damage (save ends) and the target is grabbed.",damage:"(+20 against immobilized creatures) ongoing 10 psychic damage (save ends) and the target is grabbed",category:1},{id:"edba437f-dd54-481a-a842-69208c309ba9",name:"Assimilate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"Targets a creature the sharn symbiote has grabbed; the target is dominated (save ends).",damage:"",category:1},{id:"476e85b5-c077-409b-b7ca-d903cce64da9",name:"Psychic Feast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"Targets the creature the sharn symbiote has grabbed; 3d8+9 psychic damage, and the sharn symbiote regains 10 hit points.",damage:"3d8+9 psychic damage",category:1},{id:"846bd4b0-30f2-4eaa-a577-6734b20d40a1",name:"Psychic Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:3},description:"",details:"the target is immobilized until the end of the sharn symbiote’s next turn.",damage:"",category:1},{id:"a7802219-7128-4737-b49c-254c7ad3942e",name:"Host Before Symbiote",action:{action:5,trigger:"when targeted by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires a grabbed creature; the attack that triggered this interrupt targets a creature the sharn symbiote has grabbed instead.",damage:"",category:5},{id:"e413ca88-e82f-4b56-980c-96ff2fb9fcd8",name:"Symbiotic Link",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a creature the sharn symbiote has grabbed is reduced to 0 hit points by either the psychic feast power or the ongoing damage from seize host, the creature gains the sharn symbiote graft, regains 10 hit points, and is dominated by the sharn symbiote (a condition that can be ended only by the Remove Affliction ritual).",damage:"if a creature the sharn symbiote has grabbed is reduced to 0 hit points by either the psychic feast power or the ongoing damage from seize host",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, petrification, polymorph",tactics:""},{id:"c68d284c-aad5-4b35-b9d2-a75d4ed8deb2",name:"Shrieking Steed",details:"",size:4,origin:3,type:1,keywords:"living construct, mount",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +23; all-around vision, darkvision",movement:"6",alignment:"Evil",languages:"Understands Common and Supernal",skills:"Acrobatics +23, Athletics +24, Endurance +23",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:24},intelligence:{score:5},wisdom:{score:24},charisma:{score:17},hp:160,initiative:20,ac:30,fortitude:29,reflex:28,will:28,regeneration:null,auras:[{id:"67bb8972-059a-45c2-931b-6189b4bd60ce",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"ebf6ea50-555d-41c0-9d92-1c665b800a39",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"6ec3abe9-3db6-49c1-af88-b9b4bddafffd",name:"Horrid Wail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Thunder",condition:"",range:"Close burst 3",attack:{bonus:26,defence:1},description:"",details:"4d8+8 psychic and thunder damage, and the target is dazed until the end of the steed’s next turn. The steed’s rider is immune.",damage:"4d8+8 psychic and thunder damage",category:1},{id:"5f8a00cf-7041-40d4-b883-5ea7091d9dd9",name:"Hellish Gate",action:{action:3,trigger:"when mounted by a friendly rider of 16th level or higher",sustainAction:0,use:0,recharge:""},keywords:"Mount, Teleportation",condition:"",range:"",attack:null,description:"",details:"The steed and its rider teleport 5 squares.",damage:"The steed and its rider teleport 5 squares",category:5},{id:"d5ff391e-85e5-491a-99ca-f0fb1eaade1d",name:"Tandem Mount",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"when mounted by a friendly rider of 16th level or higher",range:"",attack:null,description:"",details:"When the steed’s rider spends an action point to gain an extra action, the steed can also take an extra move action.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e8dfa9c9-8995-4ea8-a313-f960ec02d6c6",name:"Soulstuff Hound",details:"",size:2,origin:3,type:1,keywords:"living construct",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"8 phasing (when not bloodied)",alignment:"Evil",languages:"Supernal",skills:"Athletics +14, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:17},intelligence:{score:6},wisdom:{score:17},charisma:{score:13},hp:89,initiative:9,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"e10df47a-9488-401a-9642-4af3b500db3e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+16 when bloodied)1d8+2 damage, plus the target is slowed and takes ongoing 5 damage (save ends both).",damage:"(+16 when bloodied)1d8+2 damage",category:1},{id:"cf6de987-cee1-49ed-89e6-df4123779d41",name:"Blood Scent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound takes no penalties to attack rolls from concealment against bloodied targets.",damage:"",category:0},{id:"ebc78938-3131-4463-bc14-2b2208fdaa4b",name:"Cloak of Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hound’s peculiar flesh seems to blend and ripple in the light. The hound is considered to have concealment in any area of bright illumination.",damage:"",category:0},{id:"cfb9a82e-dcf2-4d27-9066-bbcff695172f",name:"Protective Discorporation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Nessian hound ceases to be insubstantial and loses its phasing ability when it is bloodied.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial (when not bloodied)",vulnerable:"",immune:"fear",tactics:""},{id:"ae427d1b-c37d-4ecf-9b11-a48895cb960b",name:"Vile Host (Conjoined Form)",details:"",size:4,origin:3,type:2,keywords:"living construct",level:17,role:{type:7,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:660,initiative:14,ac:33,fortitude:30,reflex:26,will:29,regeneration:null,auras:[{id:"8d15037a-a77c-475d-923d-7128a133f624",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"ef7f5950-b865-4522-a6c0-a80f505d4ffe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the target cannot shift until the end of the vile host’s next turn.",damage:"2d8+7 damage",category:1},{id:"c2c04944-43f8-4a38-bfac-3b7653057aaa",name:"Soul-Shaking Stare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"(minor 1/turn",range:"Ranged 12",attack:{bonus:22,defence:3},description:"",details:"the target is dazed until the end of the vile host’s next turn.",damage:"",category:1},{id:"1456b5a0-4b80-4896-881d-714db80238fc",name:"Slam Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vile host (conjoined form) makes three slam attacks.",damage:"",category:1},{id:"bdc9c0fe-e1be-4083-bb96-5ba85b9bd35e",name:"Devastating Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 4d10+7 damage, and the target is pushed 6 squares and knocked prone.",damage:"4d10+7 damage",category:1},{id:"61af26a5-b2da-4159-984e-606c126d62a5",name:"Keep Back",action:{action:4,trigger:"when an enemy moves adjacent to the vile host",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 2 squares.",damage:"2d8+7 damage",category:5},{id:"5cf89acf-0a79-41cb-aa73-f40fe7c74dfd",name:"Sweeping Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:24,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"00dbe1a8-d194-4eae-9dbe-cbe1db94382d",name:"Bloodied Dissolution",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a vile host in conjoined form is reduced to 330 hit points or fewer, the vile host (conjoined form) is removed from play and is replaced by 5 other monsters: a vile host spirit shaker component, two vile host spirit shredder components, and two vile host spirit smasher components. The components appear in any unoccupied square anywhere in vile host’s original space, or within 4 squares of those spaces. The vile host components act on the same initiative count as the vile host (component form).",damage:"When a vile host in conjoined form is reduced to 330 hit points or fewer",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"996ba434-614c-4e29-b860-9168b6ab93f7",name:"Vile Host Churner Component",details:"",size:2,origin:3,type:2,keywords:"living construct",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:82,initiative:0,ac:31,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"b1b20617-3261-4b0f-8409-aedc67de399c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the vile host churner component shifts 2 squares.",damage:"2d8+7 damage",category:1},{id:"1e375f83-a3c3-4806-a189-36cb6d8e035a",name:"Keep Back",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 2 squares.",damage:"2d8+7 damage",category:1},{id:"e8210e80-d836-4132-831c-4aba0f2246bf",name:"Swirling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The vile host churner component can shift up to 4 squares before making its attack; 4d8+7 damage. The vile host churner can shift up to 4 squares after the attack is resolved.",damage:"4d8+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"7574a771-3948-4bfb-99d4-604bf03f4d99",name:"Vile Host Shaker Component",details:"",size:2,origin:3,type:2,keywords:"living construct",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:82,initiative:0,ac:31,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"d162d82f-dc9d-45cc-9dd1-ef5929b56fbd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"6c2cde89-f554-4bac-884b-9ea968e53d60",name:"Soul-Shaking Stare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"(standard",range:"Ranged 12",attack:{bonus:22,defence:3},description:"",details:"1d8+7 damage, and the target is dazed until the end of the vile host shaker’s next turn.",damage:"1d8+7 damage",category:1},{id:"058f4959-e01b-41d6-9efe-889b5143d5c3",name:"Earth-Shaking Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:22,defence:2},description:"",details:"1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"494db100-8e48-401b-a976-73c56e4e9fb3",name:"Rend Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 4",attack:{bonus:22,defence:2},description:"",details:"3d10+7 damage, and the area of the blast becomes difficult terrain.",damage:"3d10+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"b3422927-9020-433f-b27f-7554e68d2801",name:"Vile Host Smasher Component",details:"",size:2,origin:3,type:2,keywords:"living construct",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:19},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:82,initiative:0,ac:33,fortitude:30,reflex:28,will:29,regeneration:null,auras:[{id:"11b8bb5a-8dcb-44f4-b87a-2262ff9d60a7",name:"Soul-Chilling Presence",keywords:"",details:"(Fear) aura 4; living creatures within the aura take a -4 penalty to Will."}],powers:[{id:"16f9b6fe-ab5a-4f3e-b793-bc537192108b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target cannot shift until the end of the vile host smasher component’s next turn.",damage:"2d8+7 damage",category:1},{id:"804d9718-8f5a-492c-97e4-f6b7c295f21c",name:"Devastating Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"4d10+7 damage, and the target is pushed 3 squares, ignoring intervening terrain and falling prone.",damage:"4d10+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"47d8a6c3-1c86-416d-b971-62f847be98c7",name:"Azara Iceborn",details:"",size:2,origin:4,type:2,keywords:"cold; human",level:10,role:{type:0,flag:1,leader:!0},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Arcana +14, Intimidate +15",equipment:"",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:14},intelligence:{score:18},wisdom:{score:16},charisma:{score:21},hp:168,initiative:7,ac:24,fortitude:22,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"a6a24df1-4d05-4cc1-b72c-a78f9a4f0d8f",name:"Chill Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+4 cold damage, and the target cannot make opportunity attacks against Azara until the end of her next turn.",damage:"2d6+4 cold damage",category:1},{id:"4ab5c86d-555f-488d-b4e6-f3ba1e01c296",name:"Frosty Glare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"2d8+5 cold damage, and the target gains bulnerable 5 cold until the end of Azara’s next turn.",damage:"2d8+5 cold damage",category:1},{id:"4f030e2a-5e42-4ac6-ac78-6f2e3a5f7f62",name:"Fury of Winter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Azara makes two basic attacks.",damage:"",category:1},{id:"12fb1956-592c-4f41-a649-80faa1f1f92c",name:"Lash of the Long Night",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6+5 cold damage, and the target is slowed and is pushed 5 squares (save ends).",damage:"2d6+5 cold damage",category:1},{id:"81bba8ae-4a32-406b-a2ca-911de47fd372",name:"Ride the Bitter Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d6+5 cold damage, and the target is knocked prone. Azara and her allies within the area teleport to any square within the blast.",damage:"2d6+5 cold damage",category:1},{id:"2f0c4bac-1b4b-4f71-b130-b8a02683dc0b",name:"Gift of the Pale Prince",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation",condition:"when first bloodied",range:"",attack:null,description:"",details:"Azara recharges ride the bitter wind if she has expended it, and she uses it as a free action. If she has not expended it, she uses it immediately without expending it.",damage:"",category:1}],damageModifiers:[{type:2,value:-5}],resist:"if Azara takes cold damage and her next attack hits, one target of that attack takes an extra 5 cold damage.",vulnerable:"",immune:"",tactics:""},{id:"8838c764-617f-47a5-adf6-617a639c85f0",name:"Deva Catspaw",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:16},intelligence:{score:20},wisdom:{score:14},charisma:{score:22},hp:114,initiative:14,ac:29,fortitude:26,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"62842033-4eac-4343-86e5-45d4fca400d1",name:"Retractable Katar Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+3 damage (crit 15+1d6), and ongoing 5 damage (save ends).",damage:"2d6+3 damage (crit 15+1d6)",category:1},{id:"54a75839-6ce8-4949-b6aa-e5a24faa5c76",name:"Betrayer’s Lunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:{bonus:20,defence:0},description:"",details:"3d6+3 damage, ongoing 10 damage (save ends), and the target is knocked prone.",damage:"3d6+3 damage",category:1},{id:"0594a125-b2ae-4460-a20a-78531c59c704",name:"Kinslayer Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Radiant, Weapon",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d6+3 psychic and radiant, and ongoing 5 psychic and radiant damage (save ends).",damage:"and ongoing 5 psychic and radiant damage (save ends)",category:1},{id:"a551b8ea-26c3-4c65-ab6b-62349613af0b",name:"Faceless",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Illusion",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"the deva catspaw is hidden from the target until the deva catspaw attacks. Effect: The deva catspaw can shift 2 squares, including through enemy spaces, and is subject to no attacks for doing so.",damage:"The deva catspaw can shift 2 squares",category:1},{id:"dbfb2d02-6381-4e4f-abad-045b2c3848b5",name:"Killer’s Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the deva rolls a 19–20 on an attack roll against a target granting the deva combat advantage",range:"",attack:null,description:"",details:"If the attack hits, it is a critical hit.",damage:"",category:1}],damageModifiers:[{type:6,value:-12},{type:9,value:-12}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ee1d7fc-5f08-44e9-83c7-df72a30774f7",name:"Deva Disincarnate",details:"",size:2,origin:3,type:2,keywords:"undead",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +15; truesight 1",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Supernal",skills:"History +17, Insight +15",equipment:"",category:"",strength:{score:8},constitution:{score:18},dexterity:{score:14},intelligence:{score:20},wisdom:{score:21},charisma:{score:16},hp:160,initiative:10,ac:24,fortitude:23,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"749c5ebb-e4a6-4733-bb19-1445b6d5b304",name:"Disincarnate Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Radiant",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d4+5 psychic and radiant damage, and the target cannot make opportunity attacks against the deva disincarnate until the end of the deva disincarnate’s next turn.",damage:"2d4+5 psychic and radiant damage",category:1},{id:"b8ec1300-79d9-4a9a-8da5-ffef8cb54fe9",name:"Spirit Roots",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"1d8+5 lightning and radiant damage, and the target is slowed until the end of the deva disincarnate’s next turn.",damage:"1d8+5 lightning and radiant damage",category:1},{id:"8f6f30a8-a317-4430-8d9b-f4905449293b",name:"Disincarnate Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva disincarnate makes two basic attacks, or it shifts 3 squares and makes one basic attack before or after shifting.",damage:"or it shifts 3 squares and makes one basic attack before or after shifting",category:1},{id:"ba0b8c56-c78d-4417-8794-65a3a4ad36b6",name:"Psychic Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"targets enemies; 3d6+5 psychic damage, and the target is pushed 3 squares and knocked prone.",damage:"3d6+5 psychic damage",category:1},{id:"2dd3ba02-ea8c-4200-b3a8-1e4435b7b452",name:"Salient Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"or check",range:"",attack:null,description:"",details:"Add 1d6 to the triggering roll.",damage:"Add 1d6 to the triggering roll",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"95a5624b-3242-4c19-b361-767f50ec847d",name:"Deva Seer",details:"",size:2,origin:3,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +9, Insight +13, Religion +15",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:10},intelligence:{score:17},wisdom:{score:19},charisma:{score:16},hp:87,initiative:8,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[{id:"9a1c1fd5-813c-4ae2-bfbb-3fe1eacf7fa5",name:"Clarity Shared",keywords:"",details:"aura 5; each ally within the aura gains a +4 bonus to Perception and Insight checks."},{id:"1ffa438e-e2c1-4dbb-8f79-ccb197a9d251",name:"Convey Weakness",keywords:"",details:"aura 2; each ally within the aura who can hear the deva seer has combat advantage against enemies within the aura."}],powers:[{id:"674f97c8-74f1-4d70-a450-62984357678a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"(+15 on opportunity attacks)1d8 damage plus 1d8 radiant damage, and the target slides 2 squares.",damage:"(+15 on opportunity attacks)1d8 damage plus 1d8 radiant damage",category:1},{id:"359a3146-5d8f-46d3-b985-13ea7bbfa2cc",name:"Forced Detachment",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Melee or ranged 10",attack:{bonus:12,defence:3},description:"",details:"1d8+4 psychic damage, and the target cannot take standard, immediate, or opportunity actions until the end of the deva seer’s next turn.",damage:"1d8+4 psychic damage",category:1},{id:"2f2d60da-3c8a-4369-aecd-5ac5d700e071",name:"Seer’s Trip",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires quarterstaff",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets the attacker (if possible); 1d8 damage, and the target is knocked prone. Effect: The seer can shift 1 square, and one ally that can see the seer can shift 1 square closer to the target.",damage:"1d8 damage",category:5},{id:"a4afdbdb-ce55-45cb-b26a-9c325e3c118e",name:"Resonant Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"or check",range:"",attack:null,description:"",details:"Add 1d6 to the triggering roll.",damage:"Add 1d6 to the triggering roll",category:1}],damageModifiers:[{type:6,value:-9},{type:9,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e565670e-d8c0-4519-98d0-261a9789b7df",name:"Mournwind",details:"",size:2,origin:2,type:2,keywords:"undead",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +19; low-light vision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Common, Elven, Giant",skills:"History +23, Stealth +25",equipment:"",category:"",strength:{score:17},constitution:{score:25},dexterity:{score:26},intelligence:{score:18},wisdom:{score:15},charisma:{score:28},hp:315,initiative:22,ac:38,fortitude:35,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"7ca0ee47-8a29-4906-89ed-949dee025524",name:"Touch of Mourning",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"3d6+7 cold damage, and the target cannot make opportunity attacks against Mournwind until the end of her next turn.",damage:"3d6+7 cold damage",category:1},{id:"8d2c7282-e5d7-4686-bb89-18ae905f9fd2",name:"Hope Leech",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"2d6+8 psychic damage, and the target takes a -2 penalty to attack rolls and checks until the end of Mournwind’s next turn.",damage:"2d6+8 psychic damage",category:1},{id:"aa90966e-a75e-4e70-b6b3-430ebdd255be",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Mournwind makes two melee basic attacks. She can teleport 1 square before, between, and after each these attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"60e8f72b-7f5a-42af-9e1f-0e556ae12954",name:"Deadly Gale",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Mournwind shifts 8 squares, including through occupied spaces. She can make a melee basic attack as a free action against any enemy whose space she moves through.",attack:null,description:"",details:"",damage:"",category:1},{id:"8244896e-abc0-4042-a1a0-6ea6e5ea8786",name:"Cry of Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold, Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"targets enemies; whichever is lower; 3d6 + 9 psychic and cold damage, and target is pushed 3 squares, and is dazed and slowed (save ends both).",damage:"3d6 + 9 psychic and cold damage",category:1},{id:"983e8506-dc45-4561-9e56-32f88fc3378e",name:"Move as Wind",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges after mournwind uses deadly gale"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mournwind teleports 5 squares.",damage:"Mournwind teleports 5 squares",category:2}],damageModifiers:[{type:2,value:-15},{type:9,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6085145b-e74e-4535-9280-5c751de7be6d",name:"Mournwind Courtier",details:"",size:2,origin:2,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +19; low-light vision",movement:"fly 8 (hover), teleport 5",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Stealth +28",equipment:"",category:"",strength:{score:17},constitution:{score:25},dexterity:{score:26},intelligence:{score:18},wisdom:{score:8},charisma:{score:28},hp:1,initiative:25,ac:44,fortitude:41,reflex:42,will:43,regeneration:null,auras:[],powers:[{id:"8bc70c7e-fd1f-4063-8e2f-6791e19808e9",name:"Touch of Mourning",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:35,defence:2},description:"",details:"12 cold damage, and the target cannot make opportunity attacks against the courtier until the end of her next turn.",damage:"12 cold damage",category:1},{id:"3f5ed08e-7235-4bb8-b503-c1309a27e946",name:"Deadly Gale",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The courtier shifts 8 squares, including through occupied spaces. She can make a melee basic attack as a free action against any enemy whose space she moves through.",attack:null,description:"",details:"",damage:"",category:1},{id:"b6cc8526-c9c8-46f0-bd0e-f1fb7d35ec45",name:"Cry of Lament",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when sorrowsoul dies"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The courtier adds her voice to a cry of lament. If she is the second Sister of Lament to do so in a round, the chorus of lament (see below) goes off.",damage:"",category:1},{id:"adfac1b1-b1a8-4842-81d2-7ec98e9f6671",name:"Chorus of lament",action:null,keywords:"Cold, Psychic",condition:"",range:"Two close bursts 3, one centered on each Sister of Lament",attack:{bonus:34,defence:1},description:"",details:"targets enemies; 15 psychic and cold damage, and target is dazed (save ends).",damage:"15 psychic and cold damage",category:0},{id:"27aaddc8-c05a-4833-960b-5332b34d7d99",name:"Return to Mourning",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Mournwind courtier is dead at the start of her turn, but the Prince of Frost still lives, roll a d20. on a roll of 11 or higher, the courtier returns to life with 1 hit point in a space within 5 squares of the Prince of Frost, free of all conditions.",damage:"on a roll of 11 or higher",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold, disease, poison, radiant",tactics:""},{id:"978ba76d-ecfa-4f1e-b33e-eecf4d9e8da3",name:"Orc Alchemist",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Arcana +10, Nature +11",equipment:"club; leather armor",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:16},charisma:{score:8},hp:79,initiative:4,ac:21,fortitude:19,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"80c99240-4fd8-4f4a-ae85-ad4f9ae71457",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"2f429aad-f2ed-4485-b0eb-b7f1e41f99c1",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc raider makes a melee basic attack and regains 11 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"779b660b-cd9b-492e-afb0-5a058c208c9a",name:"Acid Jar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:11,defence:2},description:"",details:"1d10+4 acid damage, and each creature adjacent to the target takes 2 acid damage.",damage:"1d10+4 acid damage",category:1},{id:"87121a75-68cb-4f6d-9d2f-36bc91eb0b65",name:"Caustic Glue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:11,defence:2},description:"",details:"1d4+2 acid damage and is slowed (save ends).",damage:"1d4+2 acid damage and is slowed (save ends)",category:1},{id:"22169880-5ead-4eae-a757-2cdb9469c764",name:"Stink Bomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Close blast 3",attack:null,description:"",details:"The blast creates a zone that lasts until the end of the orc alchemist’s next turn. Creatures within the zone take a -2 penalty to attack rolls and to all defenses.",damage:"Creatures within the zone take a -2 penalty to attack rolls and to all defenses",category:1},{id:"6d5ad215-6033-4eed-85a2-d5605e28b8bc",name:"Alchemical Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The orc alchemist makes two attacks, choosing any combination of acid jar, caustic glue, and stink bomb.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"912f308d-3d45-472c-835d-a64f2377f8b8",name:"Orc Beastmaster",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:6,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Intimidate +11, Nature +8",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:79,initiative:7,ac:21,fortitude:20,reflex:18,will:19,regeneration:null,auras:[{id:"19f1d587-77b0-4423-904c-b77c5490646a",name:"Pack Frenzy",keywords:"",details:"aura 5; any ally within the aura gain a +2 bonus to damage rolls."}],powers:[{id:"885da9e9-07fc-4f7c-a5fd-ccbc293f7d0d",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"56cf3110-95cf-4526-8744-2e36b42d7d68",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc beastmaster makes a melee basic attack and regains 19 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"829c9033-28d3-435d-a816-718dc6d315dc",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc beastmaster deals 1d6 extra damage against any target granting combat advantage to it.",damage:"the orc beastmaster deals 1d6 extra damage against any target granting combat advantage to it",category:0},{id:"0d8a39a1-0f1b-4c69-aee3-4fdb82158651",name:"Release the Hounds",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each allied natural beast within 5 squares of the orc beastmaster can shift 1 square as a free action.",damage:"Each allied natural beast within 5 squares of the orc beastmaster can shift 1 square as a free action",category:3},{id:"7a8489d5-d111-4cf8-aca8-70d53e5acf9f",name:"Sick ’Em",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"An allied natural beast adjacent to the attacker can make a melee basic attack as a free action against the attacker. The orc beastmaster then shifts 1 square.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"510e8280-809d-41cf-aeaa-21da486eaf4f",name:"Orc Crescent Hurler",details:"",size:2,origin:4,type:2,keywords:"orc",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +12, Endurance +13",equipment:"battleaxe",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:14},intelligence:{score:9},wisdom:{score:11},charisma:{score:8},hp:65,initiative:5,ac:19,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"f59bab9f-ba37-4ee7-b0fc-f8d2fbead2ca",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"e6850d22-a55b-424f-8e5b-351981005f19",name:"Chained Battleaxe",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5",attack:{bonus:14,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"ae2d8812-c28c-4215-bda4-039b5dc9265f",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc crescent hurler makes a melee basic attack and regains 16 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"ed5c14a9-510f-4164-b650-b3c127e30b04",name:"Outta My Face",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"the target is pushed 2 squares.",damage:"the target is pushed 2 squares",category:3},{id:"394e7d3e-b8a6-4ddb-9df7-960ad67e17b6",name:"Twin Crescents",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires battleaxe",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1c698b88-24cf-4eb7-bf09-1e5a625b828c",name:"Orc Darkblade",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Stealth +12",equipment:"falchion; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:9},wisdom:{score:12},charisma:{score:9},hp:56,initiative:11,ac:20,fortitude:18,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"2ac071c4-4fcf-4eb3-8a23-a1a6603d4166",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+3 damage (crit 2d4+11).",damage:"2d4+3 damage (crit 2d4+11)",category:1},{id:"54ca476f-ba10-4c68-8db1-f6ee79dfcf6b",name:"Bloodblind Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires falchion; 2d4 damage, and the target takes ongoing 5 poison damage and a -5 penalty to Perception checks (save ends both).",damage:"2d4 damage",category:1},{id:"7c7f0f24-abac-4fe0-a57b-9a04e9872148",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc darkblade makes a melee basic attack and regains 14 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"dee2d372-eb87-4625-9554-2f26a26fde87",name:"Cut from Behind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the orc darkblade attacks with combat advantage, the attack targets Reflex instead of AC.",damage:"",category:0},{id:"eaf848f8-9b5e-4c09-8c23-1218d2929e6f",name:"Elusive Target",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc darkblade swaps positions with a creature adjacent to it other than the triggering attacker. The darkblade gains superior cover against the triggering attack, and it gains combat advantage against the creature it swapped positions with until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"11cb6de5-d210-4211-bd03-f155764be2cc",name:"Orc Gruumsh-Sworn",details:"",size:2,origin:4,type:2,keywords:"orc",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5 (7 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +13, Religion +9",equipment:"battleaxe; scale armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:9},hp:90,initiative:5,ac:22,fortitude:23,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"ac6367f0-4085-4608-91b0-94485c2dd4ee",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"3ed1eb15-bc40-481f-8181-23f0697cbdc0",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc Gruumsh-sworn makes a melee basic attack and regains 22 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"fa21b9bc-2c09-439a-bdaa-b3ce3bbcb5b4",name:"Leg Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d10+6 damage, and the target is knocked prone.",damage:"1d10+6 damage",category:1},{id:"b4bd43f9-6325-4af3-8ce9-4167f3220af1",name:"Hamstring",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"1d10+6 damage, and the target is slowed (save ends).",damage:"1d10+6 damage",category:1},{id:"2792fdd0-f562-471a-acdf-3e91928a59fd",name:"Sickening Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:12,defence:1},description:"",details:"1d10+6 damage and the target is weakened (save ends).",damage:"1d10+6 damage and the target is weakened (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f48fd044-e393-453a-ad38-ec9e2b641639",name:"Orc Harrier",details:"",size:2,origin:4,type:2,keywords:"orc",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +9, Stealth +11",equipment:"leather armor; spear",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:63,initiative:8,ac:19,fortitude:17,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"08e49bc7-d479-49ae-a44f-dec551914c02",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"000e0007-0705-4641-9563-c598567acd7d",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc harrier makes a melee basic attack and regains 15 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"032ef1e3-8447-4cc6-abe8-2aa804fe5dda",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The orc harrier can move half its speed and make one melee basic attack at any point during that movement. The creature doesn’t provoke opportunity attacks while moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"8a73ff1e-8e7f-4f69-902a-ccf10bbcafdb",name:"Deft Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc harrier can use its move action to shift after it charges.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0deb7958-8777-4fcc-80ad-df60a5139875",name:"Orc Pyromaniac",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"leather armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:7},wisdom:{score:8},charisma:{score:10},hp:1,initiative:5,ac:18,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"27f6a29f-c562-42a2-92e0-2a1dda1013df",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"76507d12-4511-49c8-922b-a1473318f486",name:"Flaming Pitch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"requires flaming pitch bomb",range:"Ranged 5",attack:{bonus:11,defence:2},description:"",details:"5 fire damage.",damage:"5 fire damage",category:1},{id:"cbc5d30c-5836-448b-acbc-486d7892ccb6",name:"Explosive Charge",action:null,keywords:"",condition:"when reduced to 0 hit points and no enemy is adjacent to the orc pyromaniac",range:"The orc pyromaniac charges the nearest enemy it can charge and makes a melee basic attack that deals 5 extra fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd1b5239-eeb7-420a-8ed8-5906bd6b0ad7",name:"Orc Warlord",details:"",size:2,origin:4,type:2,keywords:"orc",level:10,role:{type:7,flag:1,leader:!0},senses:"Perception +6",movement:"5 (7 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +14, Intimidate +14",equipment:"double axe; scale armor",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:12},intelligence:{score:14},wisdom:{score:13},charisma:{score:19},hp:214,initiative:8,ac:25,fortitude:24,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"1476ccc0-330d-4f55-9a99-cbd11310ba50",name:"Double Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is marked until the end of the orc warlord’s next turn.",damage:"1d10+5 damage",category:1},{id:"428f5aba-6539-477b-bc1d-7c3781621b19",name:"Sweeping Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The orc warlord makes two double axe attacks. If the orc warlord hits the same target with both double axe attacks, that target is knocked prone.",damage:"",category:1},{id:"c2c601ea-5f69-4bd0-87f5-74da026a78c4",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc warlord makes a melee basic attack and regains 53 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"911e7892-1170-4801-98bf-351a06a2c742",name:"Inspire Bloodlust",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each orc ally within sight of the orc warlord recharges its warrior’s surge power.",damage:"",category:3},{id:"b507d7fe-9466-4c33-9754-6223b4062386",name:"Furious Onslaught",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares of the orc warlord can make a charge attack as a free action.",damage:"One ally within 10 squares of the orc warlord can make a charge attack as a free action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"106d3d33-06d9-4117-aff0-ddad85264806",name:"Pack of Hounds",details:"",size:2,origin:4,type:1,keywords:"swarm",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:10},charisma:{score:8},hp:72,initiative:7,ac:22,fortitude:19,reflex:17,will:18,regeneration:null,auras:[{id:"b07f18fa-21f1-4935-9179-e70f0b581eb2",name:"Harry",keywords:"",details:"aura 1; while an enemy grants combat advantage to the pack of hounds, any enemy that starts its turn within the aura is slowed until the end of its turn."}],powers:[{id:"ee31214e-0e6c-4473-bba9-b782a274a819",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"1e50f7ca-9f70-4680-a0ca-0e781b895fed",name:"Savage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets bloodied enemies; 2d8+5 damage.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"3929bc88-ef20-4934-929f-823a69609693",name:"Sorrowsoul Courtier",details:"",size:2,origin:2,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +19; low-light vision",movement:"fly 8 (hover), teleport 5",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Stealth +29",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:28},intelligence:{score:16},wisdom:{score:9},charisma:{score:25},hp:1,initiative:26,ac:46,fortitude:42,reflex:43,will:41,regeneration:null,auras:[],powers:[{id:"8249cbad-736e-44fc-8b13-d424762e17e6",name:"Mark of Sorrow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:35,defence:2},description:"",details:"12 cold damage, and the target is marked until the end of the courtier’s next turn.",damage:"12 cold damage",category:1},{id:"73ed97f1-6e64-4916-b03d-f5ec128719d2",name:"Chains of Lamentation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:34,defence:3},description:"",details:"targets enemies; 10 psychic damage, and target is slowed (save ends). If the courtier had the target marked, that target is immobilized instead (save ends).",damage:"10 psychic damage",category:1},{id:"39efbf81-ad23-4674-8be2-fb0df698fa5f",name:"Cry of Lament",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when mournwind dies"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The courtier adds her voice to a cry of lament. If she is the second Sister of Lament to do so in a round, the chorus of lament (see below) is triggered.",damage:"",category:1},{id:"6628ba12-75fa-4d1d-836a-e3bb6cc89032",name:"Chorus of Lament",action:null,keywords:"Cold, Psychic",condition:"",range:"Two close bursts 3, one centered on each Sister of Lament",attack:{bonus:34,defence:1},description:"",details:"targets enemies; 15 psychic and cold damage, and target is dazed (save ends).",damage:"15 psychic and cold damage",category:0},{id:"81689bd7-82de-4109-a646-51da23506a96",name:"Sorrow’s Resurgence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Soulsorrow courtier is dead at the start of her turn, but the Prince of Frost still lives, roll a d20. on a roll of 11 or higher, the courtier returns to life with 1 hit point in a space within 5 squares of the Prince of Frost, free of all conditions.",damage:"on a roll of 11 or higher",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold, disease, poison, radiant",tactics:""},{id:"08cfb274-b311-4c2a-9fe8-e6e0955a34c8",name:"Soulsorrow",details:"",size:2,origin:2,type:2,keywords:"undead",level:24,role:{type:7,flag:1,leader:!1},senses:"Perception +20; low-light vision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Arcana +20, Stealth +26",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:28},intelligence:{score:16},wisdom:{score:16},charisma:{score:25},hp:316,initiative:23,ac:40,fortitude:36,reflex:37,will:35,regeneration:null,auras:[{id:"73531e5c-08b0-4dc1-be03-dce82582b771",name:"Fell Attraction",keywords:"",details:"aura 5; an enemy that starts its turn within the aura is pulled 2 squares."}],powers:[{id:"a46e093f-5c84-435b-a006-3f8302c8832e",name:"Mark of Sorrow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"3d6+9 cold damage, and the target is marked until the end of Soulsorrow’s next turn. A target already marked by Soulsorrow is also slowed (save ends).",damage:"3d6+9 cold damage",category:1},{id:"79e9e34d-f0e5-4ed2-aa19-ca02f9b64e91",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Soulsorrow makes two mark of sorrow attacks.",damage:"",category:1},{id:"7b91e2da-42d4-417e-bb96-fa46b01ce3da",name:"Marked Torment",action:{action:5,trigger:"when the creature marked by soulsorrow makes an attack that does not include soulsorrow",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"Soulsorrow can teleport 10 squares and make an attack against the triggering target; reach 2; 1d10+7 psychic damage, and the target must make the attack against Soulsorrow.",damage:"1d10+7 psychic damage",category:5},{id:"835af6d3-bb31-4bca-b70b-a98cecc073ee",name:"Chains of Lamentation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d8+8 psychic damage, and target is immobilized (save ends).",damage:"2d8+8 psychic damage",category:1},{id:"6fca2eb8-5111-4f37-9d80-a1794526e1ba",name:"Cry of Longing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold, Psychic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 4d6+7 psychic and cold damage, and target is slowed (save ends) and pulled 4 squares.",damage:"4d6+7 psychic and cold damage",category:1}],damageModifiers:[{type:2,value:-15},{type:9,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0eb5dc63-229a-4ed4-9608-26e8674f2e41",name:"The Prince of Frost",details:"",size:2,origin:2,type:2,keywords:"cold",level:31,role:{type:3,flag:2,leader:!1},senses:"Perception +27; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"Arcana +27, Diplomacy +31, Insight +27, Intimidate +31",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:30},intelligence:{score:25},wisdom:{score:25},charisma:{score:33},hp:1124,initiative:25,ac:45,fortitude:42,reflex:43,will:44,regeneration:null,auras:[{id:"8c038737-7509-4e68-84c5-1f88a969a725",name:"Chill the Heart",keywords:"",details:"(Cold) aura 3: an enemy that enters or starts its turn within the aura gains vulnerable 10 cold. While the Prince of Frost is bloodied, this increases to vulnerable 15 cold."}],powers:[{id:"8509008e-9603-4be3-a1a7-0cab2b12febf",name:"Bitter Edge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"2d8+9 damage plus 2d8 cold damage, and the target takes a -2 penalty to all defenses until the end of the Prince of Frost’s next turn.",damage:"2d8+9 damage plus 2d8 cold damage",category:1},{id:"e9e81a2b-3cff-4cbf-bfee-06912936a238",name:"Ice Lance",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:34,defence:1},description:"",details:"2d10+10 cold damage, and ongoing 10 cold damage, and the target is immobilized until the end of the Prince of Frost’s next turn.",damage:"2d10+10 cold damage",category:1},{id:"7b7e3e6e-6449-489e-980f-55428b200527",name:"Prince’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"The Prince of Frost makes a melee basic attack against two different targets. While bloodied, he can target three creatures.",attack:null,description:"",details:"",damage:"",category:1},{id:"b45553e8-0f6f-4e37-8b31-eb54e41c173a",name:"Blood to Ice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:34,defence:1},description:"",details:"1d10+11 cold damage, and the target is slowed and is dazed (save ends both). First Failed Saving Throw: The target takes 15 cold damage and is stunned (save ends). Second Failed Saving Throw: The target turns to ice and is petrified (save ends).",damage:"1d10+11 cold damage",category:1},{id:"d4708816-085a-47b1-a9d3-5ab95ac0ecfb",name:"Grip of Winter",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Cold",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"Targets a creature taking ongoing cold damage; the target no longer takes ongoing cold damage and is dominated until the end of the Prince’s next turn. Aftereffect: The target is slowed (save ends).",damage:"targets a creature taking ongoing cold damage",category:3},{id:"b86bdceb-9c49-4231-9106-af419e1967ab",name:"Harrowing Winds",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no enemy is affected by this power"},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:34,defence:2},description:"",details:"3d10+11 cold damage, and ongoing 10 cold damage and the target is immobilized (save ends both). Aftereffect: Ongoing 5 cold damage, and the target is slowed (save ends both).",damage:"3d10+11 cold damage",category:3},{id:"76fa42ff-45b2-4377-8f0b-4a5f77c96279",name:"Curse the Flames",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"immediate reaction when an enemy within 10 squares makes an attack with the fire keyword",range:"",attack:null,description:"",details:"The Prince of Frost teleports 10 squares and makes a basic attack against the triggering target. If the prince hits, the target is also dazed (save ends).",damage:"The Prince of Frost teleports 10 squares and makes a basic attack against the triggering target",category:1},{id:"fedac404-2317-4168-96a2-91f518fc8a1d",name:"Blizzard Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Prince of Frost teleports 5 squares. Each enemy adjacent to the square that he leaves takes 5 cold damage and is slowed until the end of the prince’s next turn.",damage:"each enemy adjacent to the square that he leaves takes 5 cold damage and is slowed until the end of the prince’s next turn",category:2}],damageModifiers:[{type:2,value:-30},{type:9,value:-20},{type:3,value:15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb4383ea-c339-4325-bd15-351fb1899b02",name:"Alaria d’Orien",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +12",movement:"6 See also teleportation savant",alignment:"Unaligned",languages:"Common",skills:"Arcana +14, Endurance +10, Insight +12",equipment:"dagger",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:20},wisdom:{score:16},charisma:{score:13},hp:86,initiative:6,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[{id:"f247bc5c-f485-4cce-acaa-76e92baeed7a",name:"Dimension Leap",keywords:"",details:"(Teleportation) Alaria teleports 5 squares and gains a +2 bonus to all defenses until the start of its next turn."},{id:"ce9f5f09-7ac0-44bd-9da0-9713b339ff33",name:"Teleportation Savant",keywords:"",details:"Alaria gains a teleportation speed equal to her current speed until the end of her next turn."}],powers:[{id:"ef564550-5f26-4248-a814-0a9a96b586e1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"17fca00d-df38-4a33-898f-5f6ca02eca93",name:"Disrupting Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"2d6+6 force damage, and Alaria teleports the target 1 square.",damage:"2d6+6 force damage",category:1},{id:"c99fabcb-3d0e-411a-bbdf-d2c08d783edf",name:"Painful Jaunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"3d8+6 damage, and Alaria causes the target and one ally within range to swap positions.",damage:"3d8+6 damage",category:1},{id:"d693c78a-f420-47c2-a7ac-9cfa9122129d",name:"Temporal Disruption",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:3},description:"",details:"the target is dazed and slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c3c22c96-8dce-4de7-83f1-fd2bc3beb00f",name:"Anaxim Hound",details:"",size:3,origin:1,type:0,keywords:"construct",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:5},charisma:{score:16},hp:120,initiative:7,ac:21,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"267fcc3c-701c-4ae4-abe3-ce703aae3ba6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"094320df-dc3f-428b-a867-e62fdc26db35",name:"Burst of Spines",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 5",attack:{bonus:10,defence:2},description:"",details:"targets enemies; 1d6+5 lightning damage.",damage:"1d6+5 lightning damage",category:3}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a87c8dfb-07ec-46f0-bf4a-6315feadefba",name:"Anaxim Spark Lasher",details:"",size:2,origin:1,type:0,keywords:"construct",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 3",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:19},intelligence:{score:7},wisdom:{score:15},charisma:{score:10},hp:86,initiative:9,ac:23,fortitude:25,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"85878c09-c263-4111-82ed-9b96914c3ccc",name:"Discharge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d10+8 lightning damage.",damage:"1d10+8 lightning damage",category:1},{id:"5fbf62a1-fd75-4d21-96ee-6aedc7aa07a4",name:"Lightning Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"2d4+8 lightning damage.",damage:"2d4+8 lightning damage",category:1},{id:"8b3d855d-6bb6-4f01-af99-a80ad5ba7567",name:"Storm Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"2d4+8 lightning damage, and the target is weakened (save ends).",damage:"2d4+8 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f641322-a7a0-4403-b896-ced0e8b15241",name:"Brother Edgar",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +4",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +7, Religion +8",equipment:"morningstar; scale armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:10},intelligence:{score:12},wisdom:{score:15},charisma:{score:11},hp:62,initiative:2,ac:20,fortitude:19,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"2c7fc9bb-c743-45a3-8d84-61d9c10f0436",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the end of Edgar’s next turn.",damage:"1d10+4 damage",category:1},{id:"c1433e2a-46e0-4280-bbf8-bfa1602b0a9b",name:"Turn Undead",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"close burst 2",attack:{bonus:7,defence:3},description:"",details:"Targets undead; 2d10+2 radiant damage, the target is pushed 3 squares, and the target is immobilized until the end of Edgar’s next turn. Miss: Half damage, and the target is not pushed or immobilized.",damage:"2d10+2 radiant damage",category:1},{id:"420d0087-4701-4992-8ee9-efea7f2fbef9",name:"Ruby Glare",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"on a hit, the target slides 1 square and is weakened (save ends).",damage:"the target slides 1 square and is weakened (save ends)",category:3},{id:"3c56e99e-6807-426c-bb62-d264e8d803fe",name:"Painful Restoration",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"2/encounter",range:"",attack:null,description:"",details:"The target spends a healing surge, regains hit points equal to its surge value, and is weakened until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04ed03f4-b4f9-4eef-957d-188e1e9ca4b0",name:"Dalus d’Cannith",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +12",equipment:"implement, wand",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:12},hp:61,initiative:5,ac:19,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"3448e3ba-d4ff-4f84-a503-cc8c937c7cb6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"5dc3d8ba-b467-4458-81d8-56e59de309a2",name:"Wand Spark",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"2d4+8 damage.",damage:"2d4+8 damage",category:1},{id:"9e493b4d-8c9b-451b-b678-a8ba558b69ea",name:"Magewright’s Fiery Wand",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d4+4 fire damage, and each enemy adjacent to the target takes 4 fire damage.",damage:"1d4+4 fire damage",category:1},{id:"7b732d51-a8dd-41f3-a476-888b8f875271",name:"Alchemical Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"1d6+4 fire damage and ongoing 5 fire damage, and the target is knocked prone.",damage:"1d6+4 fire damage and ongoing 5 fire damage",category:1},{id:"6029b17f-75a6-460b-ade9-81ab02d4e4f7",name:"Lightning Sacrafice",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Area burst 2",attack:{bonus:12,defence:1},description:"",details:"4d6+4 lightning damage, and Dalus takes half that damage himself and teleports 5 squares.",damage:"4d6+4 lightning damage",category:5},{id:"e00f2ec7-2ae1-4b9a-a181-279a76bae3cf",name:"Elemental Affinity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creature can change the damage type of any one of his powers to one of the following: acid, cold, fire, lightning, or thunder. The change lasts until the end of the creature’s next turn.",damage:"the creature can change the damage type of any one of his powers to one of the following",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b1291d3-96d2-4415-8b30-6118f79562e0",name:"Eater of the Dead (Lesser)",details:"",size:2,origin:5,type:2,keywords:"human",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Intimidate +6, Stealth +8",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:11},dexterity:{score:14},intelligence:{score:8},wisdom:{score:9},charisma:{score:11},hp:41,initiative:3,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"7afed958-3aa3-4714-89b6-b63440945f13",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"97f63b2e-08c6-475e-8811-25b7aadf16a7",name:"Grisly Feast",action:{action:4,trigger:"when an adjacent eater of the dead hits with horrific bite",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The human carrion eater makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:5},{id:"901c8fac-b1fa-46f1-9251-a10055f52542",name:"Horrific Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"Requires combat advantage; target takes ongoing 5 damage (save ends).",damage:"target takes ongoing 5 damage (save ends)",category:3},{id:"d249cefe-01e9-42e7-85f5-4640bc0af6f3",name:"Unspeakable Hunger",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The human carrion eater gains a +2 bonus to attack rolls and damage rolls.",damage:"the human carrion eater gains a +2 bonus to attack rolls and damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5834d11-603e-49fd-9d72-a3b341d2b716",name:"Elkavar d’Deneith",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +13, Bluff +13, Intimidate +8",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:10},intelligence:{score:16},wisdom:{score:13},charisma:{score:16},hp:78,initiative:5,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"e096c7ef-a2a9-478b-be6f-0f1b30c4c8fa",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"96a88ca3-cc24-4a91-81f6-2865a0fc36cd",name:"Seize the Good Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+7 damage, and Elkavar shifts 3 squares to a space adjacent to the target.",damage:"2d8+7 damage",category:1},{id:"d85a09e5-27e4-4067-9642-e4699ba08576",name:"Shifting Tactician",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+7 damage, and Elkavar and up to two allies adjacent to the target can immediately shift up to 2 squares.",damage:"1d8+7 damage",category:1},{id:"43b25c39-cd67-4b9e-acd6-b82551177050",name:"Spot the Flaw",action:null,keywords:"",condition:"",range:"Allies making melee attacks against a target Elkavar is adjacent to gain a +3 bonus to damage rolls.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3a8b1fc-da5b-4357-99ae-c41c844329fc",name:"Ettin Spirit-Talker",details:"",size:3,origin:4,type:2,keywords:"giant",level:12,role:{type:3,flag:1,leader:!0},senses:"Perception +17",movement:"6",alignment:"Chaotic evil",languages:"Giant",skills:"Intimidate +10, Religion +12",equipment:"club; hide armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:23},charisma:{score:15},hp:252,initiative:6,ac:28,fortitude:27,reflex:21,will:26,regeneration:null,auras:[{id:"fe6a8032-74bb-41b3-8c5e-a9e5176409a8",name:"Demonic Frenzy",keywords:"",details:"aura 5; any bloodied ally within the aura gains a +1 bonus to attack rolls"}],powers:[{id:"6e24d21b-0297-4072-9b13-75c32e1cdfcf",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+7 damage, and the target is pushed 1 square.",damage:"1d8+7 damage",category:1},{id:"c72629a6-7b17-46cb-b7e8-6a349806b2f7",name:"Curse of Shattered Bone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the next time the spirit talker successfully hits the target with a melee attack, the attack is treated as a critical hit and deals an extra 1d12 damage. The curse lasts until the end of the ettin spirit talker’s next turn.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:1},{id:"8c66bbba-368f-43af-b1ea-3e045acb0dc0",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"The ettin spirit-talker initiates a howling chant to demonic spirits, filling the area with swirling spectral forms: close burst 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 necrotic damage, and the target slides 3 squares.",damage:"2d6+6 necrotic damage",category:1},{id:"5ef11929-3b85-4422-bb42-6884dd742661",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettin rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The ettin’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"dabdb78b-4c4a-4e2f-a374-f5852816fc96",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the ettin automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"33a82171-1378-44de-b19c-62c3e2f9a4b2",name:"Ghost of Graefmotte",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +8",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:12},intelligence:{score:10},wisdom:{score:9},charisma:{score:15},hp:74,initiative:7,ac:17,fortitude:17,reflex:16,will:17,regeneration:null,auras:[{id:"96fa8285-7cc0-4d39-a3ee-f51de3cbca69",name:"Murder’s Memory",keywords:"",details:"(Fear) aura 5; each enemy within the aura takes a -2 penalty to Will."}],powers:[{id:"36d28d54-1934-437d-802d-12cc157a9b4e",name:"Fearsome Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"1d4+2 necrotic damage, and the target slides 1 square.",damage:"1d4+2 necrotic damage",category:1},{id:"6d0151c4-f85b-427f-990d-08443d61413b",name:"Shared Nightmare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"Requires combat advantage; 2d4+2 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target is stunned instead of dazed (save ends). Second Failed Saving Throw: The target is unconscious instead of stunned (save ends). Aftereffect: The target is dazed until the end of the Ghost’s next turn.",damage:"2d4+2 psychic damage",category:1},{id:"846defa6-ab9b-45e8-ae0c-4a3db84bb918",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"The Ghost of Graefmotte’s melee attacks deal 2d6 extra necrotic damage to any target granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0},{id:"2ed8d641-279e-4ddb-bcfd-c4f795771be3",name:"Fleeting Ghost",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Ghost of Graefmotte shifts 3 squares.",damage:"The Ghost of Graefmotte shifts 3 squares",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b78b5b19-93bd-4a71-bc70-7b4f80d0dac4",name:"Gloom",details:"",size:3,origin:5,type:1,keywords:"mount",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7 (9 while charging)",alignment:"Unaligned",languages:"",skills:"Endurance +12",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:17},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:88,initiative:6,ac:20,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"7237259f-163e-4838-bff4-38e0ec248d84",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"76e16933-47cd-42ba-a421-513361b9d5ff",name:"Gloaming Gallop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"Gloom can move its speed and enter enemies’ spaces, and Gloom must end its move in an unoccupied space. When it enters an enemy’s space, Gloom makes an attack; 1d8+6 damage, and the target is blinded until the start of Gloom’s next turn.",damage:"1d8+6 damage",category:1},{id:"dae0fbba-1449-41c3-a35a-604acc0b026b",name:"Shadowy Steed",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher",range:"",attack:null,description:"",details:"Gloom grants its rider concealment.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2804e2d8-2a07-4af1-966c-454b47fc26d0",name:"Gnoll Scavenger",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:9},charisma:{score:6},hp:46,initiative:5,ac:19,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"5c1bc212-cdde-4e7d-a1d9-0915d3bf06a4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"edfda202-2148-495f-8cad-b3bc72cf300b",name:"Grisly Feast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Immobilized, stunned, or unconscious targets only; 2d8+4 damage, and ongoing 5 damage (save ends).",damage:"2d8+4 damage",category:1},{id:"3a99ed0c-7963-4a0e-bc22-1814a58ae791",name:"Ferocious Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The gnoll scavenger charges and makes the following attack instead of its basic attack; 1d8+4 damage, and the target is immobilized (save ends).",damage:"1d8+4 damage",category:1},{id:"3a252b91-1dee-4369-b779-b053828ad142",name:"Blood Fury",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The gnoll scavenger gains a +2 bonus to damage rolls.",damage:"the gnoll scavenger gains a +2 bonus to damage rolls",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"38149d68-d1ac-4535-8756-829dae7b783a",name:"Griefmote",details:"",size:0,origin:5,type:1,keywords:"undead",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"understands Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:5},constitution:{score:11},dexterity:{score:17},intelligence:{score:4},wisdom:{score:14},charisma:{score:8},hp:24,initiative:8,ac:16,fortitude:13,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"5aeaf52d-3541-4839-a573-39ff7b8e49dd",name:"Chilling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Reach 0; 1d6+3 necrotic damage, and the target is slowed until the end of its next turn.",damage:"1d6+3 necrotic damage",category:1},{id:"804eea0e-6333-4e5a-bf8d-465a73d19410",name:"Chill of the Grave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close burst 2",attack:{bonus:4,defence:1},description:"",details:"1d6+3 cold damage, and the target gains vulnerable 3 cold (save ends).",damage:"1d6+3 cold damage",category:1},{id:"23970214-117e-49cd-896c-667e1c5b5d55",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The griefmote becomes invisible until the end of its next turn or until it attacks.",damage:"",category:3}],damageModifiers:[{type:2,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6402045d-a198-433c-be66-8aa80c39bd2a",name:"Griefmote Cloud",details:"",size:2,origin:5,type:1,keywords:"swarm, undead",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"understands Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:5},constitution:{score:11},dexterity:{score:21},intelligence:{score:4},wisdom:{score:16},charisma:{score:11},hp:65,initiative:13,ac:22,fortitude:18,reflex:22,will:20,regeneration:null,auras:[{id:"efe08c24-c185-429a-b77f-a06f7b08a9dd",name:"Cold Spot ",keywords:"",details:"(cold) aura [[x]]; each enemy that starts its turn within the aura takes [[x]] cold damage"}],powers:[{id:"4a87fcf8-9b81-4508-a5bd-dcb2ff569011",name:"Chilling Assault",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"1d8+5 necrotic damage, and the target gains vulnerable 5 cold (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"4b668114-be76-40ab-bf57-a92762a95ce0",name:"Feast of Sorrows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:11,defence:1},description:"",details:"1d6+5 necrotic damage plus 1d8 cold damage, and the target gains vulnerable 5 necrotic (save ends).",damage:"1d6+5 necrotic damage plus 1d8 cold damage",category:1},{id:"9e2dda8f-4e81-48f9-bd8c-06062c7857c0",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The griefmote cloud becomes invisible until the end of its next turn or until it attacks.",damage:"",category:3}],damageModifiers:[{type:2,value:-10}],resist:"insubstantial",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"75e176e1-3efb-4dfa-bade-fcaa975825f9",name:"Lord Durven Graef",details:"",size:2,origin:5,type:2,keywords:"",level:8,role:{type:6,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Diplomacy +12, History +9, Insight +11, Intimidate +12, Nature +11",equipment:"graefling; heavy shield; plate armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:11},intelligence:{score:10},wisdom:{score:14},charisma:{score:16},hp:170,initiative:6,ac:22,fortitude:20,reflex:18,will:19,regeneration:{value:5,details:""},auras:[{id:"685d03d8-4729-4b62-aa76-a6a6d8cbed66",name:"Guarding Presence",keywords:"",details:"aura 1; each ally within the aura gains a +2 bonus to AC and Will."}],powers:[{id:"c3a2d672-0ae5-4e08-ad94-56bbeefe2959",name:"Graefling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage). Against bloodied targets, Durven can reroll any 1 on Graefling’s damage rolls.",damage:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage)",category:1},{id:"3e4d57dd-9db5-4575-9c23-c929bad45a7f",name:"Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while mounted",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and if Durven scores a critical with this attack, or makes this attack against a creature granting him combat advantage, the target is also knocked prone.",damage:"2d6+5 damage",category:1},{id:"7195cba8-a262-4b55-9d13-bb41636f2f57",name:"Grieving Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires graefling",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage), and each enemy adjacent to Durven takes 5 damage and grants combat advantage to him until the end of Durven’s next turn. Against bloodied targets, Durven can reroll any 1 on Graefling’s damage rolls.",damage:"1d10+6 damage (crit 2d8 necrotic damage + 16 damage)",category:1},{id:"7b3238a0-ef6e-4200-80df-8aef564581c8",name:"Peerless Horseman",action:{action:4,trigger:"when durven’s mount is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Targets the enemy that triggered this attack; 1d6+5 damage, and the mount gains resist 10 for the triggering attack.",damage:"1d6+5 damage",category:5},{id:"c5acb1b7-d286-4aa6-b7df-938f32841b79",name:"Inspiring Cry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in the burst gains 10 temporary hit points and a +1 power bonus to attack rolls until the end of Durven’s next turn.",damage:"each ally in the burst gains 10 temporary hit points and a +1 power bonus to attack rolls until the end of Durven’s next turn",category:3},{id:"2bf74afb-3259-415c-8e28-11c78702c816",name:"Deadly Charge",action:null,keywords:"",condition:"while mounted",range:"",attack:null,description:"",details:"When making a charge attack, Durven deals 2d6 extra damage.",damage:"durven deals 2d6 extra damage",category:0},{id:"482bafa2-0863-4539-b068-5345b174bf44",name:"Mounted Combat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While Durven rides a creature, he gains access to any special mount abilities it confers to its rider, plus the creature can also make Athletics, Acrobatics, Endurance, or Stealth checks using Durven’s base skill check bonus rather than its own if Durven’s is higher.",damage:"",category:0},{id:"51c441ee-ad03-4d69-811d-f8bbb0fcdda0",name:"Immortal Curse",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Durven cannot die from natural causes and cannot be slain by mortal hands. If reduced to 0 hit points, he rises in his personal chambers with full hit points after 24 hours. Durven can be destroyed only if reduced to 0 hit points by a creature with the immortal origin.",damage:"he rises in his personal chambers with full hit points after 24 hours",category:0}],damageModifiers:[],resist:"",vulnerable:"radiant (if Durven takes radiant damage, his regeneration does not function on his next turn).",immune:"",tactics:""},{id:"9334fffd-8223-456a-beeb-ecea271aa4e0",name:"Martha and Guy",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +8, Insight +5, Stealth +9, Streetwise +8",equipment:"",category:"",strength:{score:8},constitution:{score:9},dexterity:{score:17},intelligence:{score:12},wisdom:{score:9},charisma:{score:14},hp:46,initiative:6,ac:17,fortitude:12,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ec448cf7-073a-484e-b4be-5d05b26a2cd5",name:"Cruel Knife",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d4+3 damage, and the target grants combat advantage to Martha and Guy until the start of its next turn.",damage:"2d4+3 damage",category:1},{id:"ccf6691d-2a1a-40e9-8efd-e353773f88d7",name:"Blood Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"while bloodied",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires cruel knife; 3d4+3 damage, and Martha or Guy (whichever one is attacking) can shift 2 squares as a free action.",damage:"3d4+3 damage",category:1},{id:"c88db927-f499-4560-b005-87f7e967ef2a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Martha and Guy’s melee attacks deal 1d6 extra damage to any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"984b2918-37fb-4cfc-a57b-b70059ef9225",name:"Adult Volcanic Dragon",details:"",size:3,origin:1,type:1,keywords:"dragon",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 8 (clumsy), overland flight 12, swim 8 (in lava only)",alignment:"Chaotic Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:18},wisdom:{score:23},charisma:{score:20},hp:322,initiative:11,ac:25,fortitude:26,reflex:24,will:25,regeneration:null,auras:[{id:"3b8e73d2-e382-4159-8027-57f6f2515a57",name:"Burning Fumes",keywords:"",details:"aura 2; enemies within the aura gain vulnerable 5 fire."}],powers:[{id:"bbf546da-5191-4734-b603-f1c8370827f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and ongoing 10 fire damage (save ends).",damage:"1d10+5 damage",category:1},{id:"4e6c887d-e1ca-4d8b-b0a6-70641fe5681b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 3d6+5 damage, and the target loses fire resistance until the end of the volcanic dragon’s next turn.",damage:"3d6+5 damage",category:1},{id:"98acda5d-1f1c-4647-bac1-9b1889dbed30",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The volcanic dragon makes a claw and bite attack or two claw attacks.",damage:"",category:1},{id:"f6b7acb8-136a-4263-acf5-3326f306cf72",name:"Growing Heat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 5. Sustain free: Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 10. Each round thereafter, the volcanic dragon can sustain it to maintain the size and damage of the aura.",damage:"each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage",category:1},{id:"0cffe2b3-85b2-4d32-af12-774529ede018",name:"Volcanic Catastrophe",action:{action:7,trigger:"when the volcanic dragon’s burning fumes is aura 10 at the start of its turn",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"burst 10; targets enemies; 3d10+5 fire damage and ongoing 5 fire damage (save ends). Effect: The burning fumes aura reverts to its original state and size (aura 2).",damage:"3d10+5 fire damage and ongoing 5 fire damage (save ends)",category:5},{id:"167073e3-77d5-435c-b572-9d6891365514",name:"Lava Vent",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"burst 1 within 10; the burst becomes a zone of lava. Any creature that moves into or starts its turn in the zone takes 5 fire damage.",damage:"any creature that moves into or starts its turn in the zone takes 5 fire damage",category:3},{id:"3f247d3a-f297-4ebe-8900-3b05201ef36e",name:"Fire Absorption",action:{action:7,trigger:"whenever the volcanic dragon is hit by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy in the dragon’s burning fumes aura takes 5 fire damage.",damage:"each enemy in the dragon’s burning fumes aura takes 5 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"460d60b1-e1a0-4d4a-bdec-1aa13d59df8c",name:"Aspect of Turaglas",details:"",size:4,origin:1,type:2,keywords:"blind, demon",level:24,role:{type:7,flag:1,leader:!1},senses:"Perception +19; blindsight 25",movement:"8, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Athletics +25",equipment:"",category:"",strength:{score:27},constitution:{score:28},dexterity:{score:22},intelligence:{score:10},wisdom:{score:25},charisma:{score:23},hp:456,initiative:20,ac:40,fortitude:37,reflex:33,will:36,regeneration:null,auras:[],powers:[{id:"a3028c0f-cfbd-4fd8-abd8-6d87209e43f9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 1d6+9 damage plus 2d6 acid damage.",damage:"1d6+9 damage plus 2d6 acid damage",category:1},{id:"9a1e4c80-d81b-415f-a5ff-cbb1cb5bb13a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 3; 1d4+9 damage, and the target is pulled 2 squares and grabbed. The aspect has two claws, and a claw grabbing a creature is unavailable for claw attacks.",damage:"1d4+9 damage",category:1},{id:"f15ed12c-0f7e-45cf-8138-636f6de21e71",name:"Mauling Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Turaglas makes a bite attack and two claw attacks.",damage:"",category:1},{id:"a393bd72-4090-41a1-a1be-fd93624dc81d",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage and 10 acid damage at the start of the aspect’s turn. The swallowed creature has line of sight and line of effect only to the aspect, and no creature has line of sight or line of effect to the target. The swallowed creature can make melee and close attacks only. If the aspect dies, the target is no longer swallowed and can escape as a move action, ending that action in a square formerly occupied by the aspect.",attack:{bonus:29,defence:1},description:"",details:"Targets a bloodied Huge or smaller creature grabbed by the aspect",damage:"",category:1},{id:"bed2f021-46c0-4e88-8467-0ea6fee3cc8c",name:"Intercepting Claw",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"immediate reaction when a creature moves or shifts adjacent to the aspect",range:"",attack:null,description:"",details:"The aspect of Turaglas makes a claw attack.",damage:"",category:1}],damageModifiers:[{type:1,value:-20}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"7d5d5ba0-dc41-4efc-b7a1-4c14b0fc1b0a",name:"Elder Volcanic Dragon",details:"",size:4,origin:1,type:1,keywords:"dragon",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"10, fly 10 (clumsy), overland flight 14, swim 10 (in lava only)",alignment:"Chaotic Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:18},wisdom:{score:23},charisma:{score:20},hp:428,initiative:15,ac:30,fortitude:31,reflex:29,will:30,regeneration:null,auras:[{id:"91661f23-5217-4ba7-93bf-6aa914ec5736",name:"Burning Fumes",keywords:"",details:"aura 2; enemies within the aura gain vulnerable 10 fire."}],powers:[{id:"366afa4f-075e-4ca8-82ee-18eef4e0e33a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+5 damage, and ongoing 10 fire damage (save ends).",damage:"2d10+5 damage",category:1},{id:"87c9ec60-d666-47ca-ad4a-d72484db9d87",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 3d8+7 damage, and the target loses fire resistance until the end of the volcanic dragon’s next turn.",damage:"3d8+7 damage",category:1},{id:"ccc1c10c-1e81-472a-81a6-5a82fb6bb00a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The volcanic dragon makes a claw and bite attack or two claw attacks.",damage:"",category:1},{id:"14ce6382-23cc-4aae-a0d3-f57bce1a436c",name:"Growing Heat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 5. Sustain free: Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 10. Each round thereafter, the volcanic dragon can sustain it to maintain the size and damage of the aura.",damage:"each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage",category:1},{id:"ed559f17-40b1-4119-b284-0790d2ffca7e",name:"Volcanic Catastrophe",action:{action:7,trigger:"when the volcanic dragon’s burning fumes is aura 10 at the start of its turn",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"burst 10; targets enemies; 4d10+7 fire damage and ongoing 10 fire damage (save ends). Effect: The burning fumes aura reverts to its original state and size (aura 2).",damage:"4d10+7 fire damage and ongoing 10 fire damage (save ends)",category:5},{id:"4a4335aa-064e-4f38-8b85-2e982d8c980d",name:"Lava Vent",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"burst 1 within 10; the burst becomes a zone of lava. Any creature that moves into or starts its turn in the zone takes 10 fire damage.",damage:"any creature that moves into or starts its turn in the zone takes 10 fire damage",category:3},{id:"b36ac86e-0f24-4827-b1be-60e99d9026a6",name:"Fire Absorption",action:{action:7,trigger:"whenever the volcanic dragon is hit by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy in the dragon’s burning fumes aura takes 5 fire damage.",damage:"each enemy in the dragon’s burning fumes aura takes 5 fire damage",category:5}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6ef73fdd-1a2f-453b-852b-3b264d8e7478",name:"Fell Taint Darter",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"1, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:12},charisma:{score:10},hp:17,initiative:5,ac:13,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"36e74dbe-6844-45ea-b6ef-2da030dd1f18",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"1b3b2217-c4c4-4555-9ebf-906ba25c39d6",name:"Mind Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:4,defence:3},description:"",details:"1d4+4 psychic damage, and the target is knocked prone. The fell taint darter must move at least 2 squares before using this attack, and it can continue moving its fly speed after the attack.",damage:"1d4+4 psychic damage",category:1},{id:"d175166d-6510-48e8-88e9-f5c5cac4f0f9",name:"Darter’s Dodge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fell taint darter has +4 to AC vs. opportunity attacks.",damage:"The fell taint darter has +4 to AC vs",category:0},{id:"bfbaff85-0283-4fc9-a080-756d0217e921",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint darter loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the Fell Taint Darter kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"f94645e4-f24a-4c20-bba0-2b470568b526",name:"Fell Taint Defiant",details:"",size:1,origin:0,type:1,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:13},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:32,initiative:5,ac:17,fortitude:15,reflex:14,will:16,regeneration:null,auras:[{id:"54454919-3a61-46f4-9a90-79fcaebbac28",name:"Disorientation",keywords:"",details:"aura 1; each enemy within the aura has a –4 penalty to all attack rolls against creatures other than a Fell Taint Defiant."}],powers:[{id:"9ee8c7f6-4806-45fd-b898-435b8f6663b9",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"2d6+3 psychic damage.",damage:"2d6+3 psychic damage",category:1},{id:"b6a3ae7b-cff0-43be-b9ce-b58b63589787",name:"Tendrils of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:8,defence:2},description:"",details:"2d6+3 psychic damage, and the target is knocked prone.",damage:"2d6+3 psychic damage",category:1},{id:"1f441042-124c-4000-bccf-d7820b3aeebe",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the Fell Taint Defiant loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the Fell Taint Defiant kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"6bae5cc5-cf4c-41f5-b2b9-c8cbc0ce3472",name:"Fell Taint Drone",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"1, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:1,initiative:5,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"85aa23c0-553b-4779-861d-811fb1ef6083",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"5 psychic damage.",damage:"5 psychic damage",category:1},{id:"cbc0a95f-544f-4bb5-a73d-93ca5e414015",name:"Incorporeal Form",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"The first time in an encounter that a fell taint drone would take damage, roll d20, on a 10+, the fell taint drone takes no damage.",damage:"the first time in an encounter that a fell taint drone would take damage",category:0},{id:"07230764-f815-437b-b432-a44ffd7d2ea3",name:"Drone Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the target takes 5 psychic damage and the fell taint drone gains 10 temporary hit points.",damage:"the target takes 5 psychic damage and the fell taint drone gains 10 temporary hit points",category:1}],damageModifiers:[],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"e7077cf2-0ec3-4dd3-bcbc-aec24b08ebf0",name:"Fell Taint Ripper",details:"",size:1,origin:0,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +6",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:12},intelligence:{score:4},wisdom:{score:14},charisma:{score:10},hp:46,initiative:3,ac:13,fortitude:13,reflex:12,will:16,regeneration:null,auras:[],powers:[{id:"9f8840ee-1f9b-4112-966c-824f48c9a3bd",name:"Tendrils of Pain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:3,defence:2},description:"",details:"2d6+3 psychic damage.",damage:"2d6+3 psychic damage",category:1},{id:"b60a5f38-57c5-4b6f-a647-9119a9c9aebe",name:"Tendrils of Misery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the fell taint ripper hits with an attack, it deals a cumulative +1d6 extra damage with successive attacks. When it misses with an attack, it loses this damage bonus.",damage:"it deals a cumulative +1d6 extra damage with successive attacks",category:0},{id:"be92943a-8dfe-4e65-8215-15d2aca2b888",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint ripper loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint ripper kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"674d72bc-3f1f-4ca0-b01c-583bb6d1e700",name:"Fell Taint Thought Scourge",details:"",size:2,origin:0,type:1,keywords:"",level:5,role:{type:3,flag:2,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:15},intelligence:{score:4},wisdom:{score:18},charisma:{score:10},hp:173,initiative:5,ac:23,fortitude:19,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"de35a1b2-6619-4cdf-a996-ea4d840f50ac",name:"Tendrils of Despair",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Reach 2; 2d6+2 psychic damage.",damage:"2d6+2 psychic damage",category:1},{id:"b621a8b9-63a6-42b2-9d58-11bdab01022f",name:"Spreading Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Reach 2; 3d6+2 psychic damage. The target can choose to reduce the damage by 5 by dealing 2d6 damage to an ally within 5 squares.",damage:"3d6+2 psychic damage",category:1},{id:"b6f4d636-5747-45e5-bae1-e993119c04ff",name:"Seeds of Despair",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:8,defence:3},description:"",details:"at the start of each of the target’s turns, the target deals 5 psychic damage to adjacent allies (save ends).",damage:"the target deals 5 psychic damage to adjacent allies (save ends)",category:3},{id:"f4b7ddb8-7f0b-495e-a54a-2e4b766aa1f9",name:"Seeds of Discord",action:{action:4,trigger:"when an enemy misses the thought scourge with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"Reach 2; slide the target 3 squares, and the target re-rolls the triggering attack against a different target of the thought scourge’s choosing.",damage:"Reach 2",category:5},{id:"e1e68b10-bed1-4f65-8563-da0c9a5b8ab0",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint thought scourge loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint thought scourge kills the target, it regains hit points equal to its bloodied total.",damage:"",category:1},{id:"d1903a6b-35a3-487a-83c2-2696051a2992",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This fell taint thought scourge can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"c3ce63e9-ea7e-4b21-a819-c5e818cbc144",name:"Fell Taint Void Caller",details:"",size:1,origin:0,type:1,keywords:"",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +10",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:19},charisma:{score:10},hp:99,initiative:6,ac:19,fortitude:18,reflex:18,will:19,regeneration:null,auras:[{id:"f27ddfab-6f5b-4513-9bff-c7dbc1beaeab",name:"Tainted Zone",keywords:"",details:"aura 5; the fell taint void caller gains temporary hit points equal to twice the number of enemies within the aura at the start of its turn."}],powers:[{id:"a2191a44-7dd4-4710-85dc-a351fc9a029f",name:"Tendrils of Despair",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+3 psychic damage, and the target is slowed until the end of his or her next turn. If the target was already slowed, it becomes dazed instead.",damage:"1d6+3 psychic damage",category:1},{id:"a2c726ff-e56e-46ea-be9b-07a51c1baac5",name:"Tendrils of Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"5 psychic damage and the target is slowed until the end of his or her next turn.",damage:"5 psychic damage and the target is slowed until the end of his or her next turn",category:3},{id:"93d7ec1d-9214-419f-b868-e5ed890542fb",name:"Drone Calling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Summoning",condition:"",range:"",attack:null,description:"",details:"The fell taint void caller takes 5 damage (ignoring insubstantial) and summons a fell taint drone in an adjacent square. The summoned creature takes its turn after the void caller, and it acts on the void caller’s initiative count.",damage:"the fell taint void caller takes 5 damage (ignoring insubstantial) and summons a fell taint drone in an adjacent square",category:1},{id:"3a2faec5-c2bc-46ad-a429-03d7c05236ee",name:"Fell Taint Calling",action:null,keywords:"Summoning",condition:"recharge when first bloodied",range:"",attack:null,description:"",details:"The fell taint void caller takes 20 damage (ignoring insubstantial) and summons a fell taint of level 4 or lower in an adjacent square. The summoned creature takes its turn after the void caller, and it acts on the void caller’s initiative count.",damage:"the fell taint void caller takes 20 damage (ignoring insubstantial) and summons a fell taint of level 4 or lower in an adjacent square",category:0},{id:"0aeeb53e-06df-43a9-a40c-9c0564ce3801",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint void caller loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint void caller kills the target, it regains hit points equal to its bloodied value.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"7a071e8d-1c1d-4c8b-afab-f19db457a9e1",name:"Fell Taint Wisp",details:"",size:1,origin:0,type:1,keywords:"",level:2,role:{type:4,flag:0,leader:!0},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:22,initiative:6,ac:14,fortitude:13,reflex:13,will:14,regeneration:null,auras:[{id:"a9cf9dc8-f011-482a-95a4-f881259d66e7",name:"Aura of Thought Eating",keywords:"",details:"aura 5; a fell taint within the aura has a +2 bonus to all defenses."}],powers:[{id:"ff99c839-c9a1-458c-a908-971c531ca813",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"fb45233b-8df4-4d20-bcda-0b01de7758f5",name:"Tendril Flick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"1d4+3 psychic damage.",damage:"1d4+3 psychic damage",category:1},{id:"7a788a3f-d792-467b-998f-c00c0f3a6ebe",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fell taint wisp deals 1d6 extra damage to any target granting combat advantage to it.",damage:"a fell taint wisp deals 1d6 extra damage to any target granting combat advantage to it",category:0},{id:"971e5aa4-350a-4f6a-9da9-61497ec3a735",name:"Coalesce",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Until the end of its next turn, the fell taint wisp loses insubstantial but whenever an enemy hits the fell taint wisp, that enemy takes 5 psychic damage and all fell taints within 5 squares of it regain 5 hit points.",damage:"that enemy takes 5 psychic damage and all fell taints within 5 squares of it regain 5 hit points",category:3},{id:"5e9709f5-f602-4f58-8ba0-4039a8210420",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint wisp loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the fell taint wisp kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"b5797d42-fd3a-496a-aa3e-a5c8b114f3e4",name:"Gargmanethka",details:"",size:4,origin:4,type:1,keywords:"",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"6, swim 6; see also tentacle dash",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Religion +24, Stealth +21",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:16},intelligence:{score:22},wisdom:{score:26},charisma:{score:24},hp:496,initiative:16,ac:41,fortitude:42,reflex:37,will:37,regeneration:null,auras:[{id:"5e49e4e4-8c1d-4ded-96f4-a7b066af620c",name:"Demonic Stench",keywords:"",details:"(Poison) aura 4; living enemies who start their turns in the aura take 10 poison damage and are slowed until the start of their next turn."}],powers:[{id:"2466ff48-3af6-4cc3-a9d4-1176274c11f9",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 8; 3d8+9 damage, and the target is grabbed. While the target is grabbed, it is also dazed.",damage:"3d8+9 damage",category:1},{id:"97fc3f9a-eda5-4f6e-97ec-fc8f4ac122eb",name:"Filthy Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Poison",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 2; 2d8+4 damage, plus ongoing poison 10 (save ends) and the target is exposed to slimy doom disease.",damage:"2d8+4 damage",category:1},{id:"d75ff621-8589-4bda-8651-f200cb18b487",name:"Dual Threat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease, Poison",condition:"",range:"",attack:null,description:"",details:"Gargmanethka makes two tentacle attacks, or one tentacle attack and one filthy bite attack.",damage:"",category:1},{id:"ec99e4bd-f7e3-4664-85e7-13380ed2179e",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Targets one creature grabbed by Gargmanethka; on a hit, Gargmanethka slides the target 5 squares (but never more than 8 squares away from it). Gargmanethka can target any specific grabbed target only once per turn with this power.",damage:"Gargmanethka slides the target 5 squares (but never more than 8 squares away from it)",category:3},{id:"c3de9535-1caf-4c6f-8c1d-5cc5fb06f734",name:"Carrion Spittle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease, Poison",condition:"",range:"Close burst 5",attack:null,description:"",details:"4d10+9 poison damage and the target is exposed to slimy doom. Effect: The area of the burst is difficult terrain until the end of Gargmanethka’s next turn.",damage:"4d10+9 poison damage and the target is exposed to slimy doom",category:1},{id:"8087f088-561e-4e72-82aa-a902291e66ec",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gargmanethka can grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make Gargmanethka let go of a grabbed creature; the tentacle’s defenses are the same as Gargmanethka’s. An attack that hits the tentacle does not harm Gargmanethka but causes it to let go and retract the tentacle.",damage:"",category:0},{id:"7400caaf-2f1e-4717-8bd2-d3de5d9690b9",name:"Tentacle Dash",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Using its tentacles to haul itself along, Gargmanethka can either shift 3 squares or move 12 squares. It cannot sustain a grab in the same turn that it uses tentacle dash.",damage:"Gargmanethka can either shift 3 squares or move 12 squares",category:2},{id:"592fc1e6-01d7-482a-8fe7-566fab55db35",name:"Spying Eye",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gargmanethka can hide beneath murky water or refuse, leaving only its eyestalk exposed. While doing so, it gains a +10 bonus to Stealth checks but is immobilized.",damage:"it gains a +10 bonus to Stealth checks but is immobilized",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bd70e661-9f8c-47c2-b952-3b2d05ecea5d",name:"Rust Monster Lodestone",details:"",size:2,origin:4,type:1,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:12},hp:86,initiative:7,ac:22,fortitude:18,reflex:21,will:22,regeneration:null,auras:[{id:"8a9e9ad1-5f73-419e-afac-15d1cd2b0a62",name:"Repulsion",keywords:"",details:"aura 2; enemies treat all squares within the aura as difficult terrain."}],powers:[{id:"d515448e-dd6e-4749-ad24-8d3673375a41",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+6 damage, and target slides 1 square, or 2 squares if the target is wearing heavy armor.",damage:"1d10+6 damage",category:1},{id:"5494979d-00bc-44f8-8afa-ee84f913f1bc",name:"Dissolve Metal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Targets a creature wearing or wielding a rusting magic item of 10th level or lower or any nonmagic rusting item; the rusting item is destroyed.",damage:"",category:1},{id:"a364bc15-0424-4f2c-b152-ce15abd02d5a",name:"Repulsing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d10+6 damage, and target slides 3 squares, or 6 squares if the target is wearing heavy armor.",damage:"1d10+6 damage",category:1},{id:"6fadf0ca-3cb0-4cc8-8f27-a94e0fc1849c",name:"Lodestone Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"the rust monster lodestone slides an ally up to 5 squares, then that ally makes a melee basic attack with a +2 power bonus to the attack roll.",attack:null,description:"",details:"Range 5",damage:"Range 5",category:1},{id:"9d413245-0c99-4ab7-bccc-96b3d31d902c",name:"Lodestone Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Range 5; 1d6+6 damage, and the target is slowed until the end of the rust monster lodestone’s next turn. Aftereffect: If the target is wearing heavy armor, it is slowed (save ends).",damage:"1d6+6 damage",category:1},{id:"b577dbbc-a858-440b-9240-e4cce0eea654",name:"Magnetic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"2d8+5 damage, plus an additional 4 damage if the target is wearing heavy armor, and the target is knocked prone.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8758798e-da2a-4a62-9228-d05d94e5facc",name:"Rust Monster Nightmare",details:"",size:4,origin:4,type:1,keywords:"",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +21; blindsight 20",movement:"6, teleport 6",alignment:"Unaligned",languages:"(telepathy)",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:17},intelligence:{score:8},wisdom:{score:18},charisma:{score:12},hp:888,initiative:15,ac:38,fortitude:33,reflex:37,will:36,regeneration:null,auras:[{id:"d29aba6c-9070-4ec7-bebe-09970663cbff",name:"Repulsion",keywords:"",details:"aura 4; enemies treat all squares within the aura as difficult terrain."}],powers:[{id:"eabeafaa-da88-4797-872a-d556104a8c9b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d8+6 damage, and if the target is wearing magic armor, the armor starts decaying; the wearer takes a –1 penalty to AC until the end of encounter. This penalty is cumulative, to a maximum –5.",damage:"3d8+6 damage",category:1},{id:"b3582ed4-b602-4dce-a022-af9a6135514f",name:"Consumptive Force",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:27,defence:2},description:"",details:"2d12+6 psychic damage, and if the target is wearing magic armor, the armor starts decaying; the wearer takes a –1 penalty to AC until the end of encounter. This penalty is cumulative, to a maximum –5.",damage:"2d12+6 psychic damage",category:1},{id:"509e29a1-ea12-4e0b-a7df-9d1311bdf5ea",name:"Dissolve Item",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Reliable",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Targets a creature wearing or wielding a decaying magic item of 30th level or lower; the decaying magic item is destroyed.",damage:"",category:3},{id:"db51df32-545c-4650-98aa-4cfe7f9a0cbb",name:"Nightmare’s Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The rust monster nightmare shifts 4 squares by leaping and makes four melee or ranged basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"52043a48-05c8-483e-9697-b1f17e238c36",name:"Dweomer Feedback",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"3d12+6 damage, and the target is stunned (save ends). First Failed Saving Throw: The target is unconscious (save ends). The rust monster nightmare causes the magical possession of the target to exude painful vibrations.",damage:"3d12+6 damage",category:1},{id:"afbc4c9e-84d3-4e30-b6a1-94ce670e680d",name:"Psychic Trap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:26,defence:3},description:"",details:"2d12+6 psychic damage, and the target is immobilized until the end of the rust monster nightmare’s next turn. Miss: Half damage, and the target is slowed until the end of the rust monster nightmare’s next turn.",damage:"2d12+6 psychic damage",category:1},{id:"f51837d1-7ff9-4aee-ad54-138a403292b4",name:"Extradimensional Lock",action:{action:5,trigger:"when an enemy teleports into or out of a square adjacent to the rust monster nightmare",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:3},description:"",details:"Targets the triggering creature; the teleport fails and the rust monster gains 20 temporary hit points.",damage:"the teleport fails and the rust monster gains 20 temporary hit points",category:5},{id:"f51f8ea4-1760-43e9-b8b7-c23077048417",name:"Magic Consumption",action:null,keywords:"",condition:"at-will",range:"",attack:null,description:"",details:"(when the rust monster nightmare is hit by an attack that uses a magic implement or weapon; at-will) The implement or weapon used in the triggering attack begins decaying; the wielder of the weapon takes a –1 penalty to damage rolls with that weapon until the end of the encounter. This penalty is cumulative, to a maximum of –5.",damage:"the wielder of the weapon takes a –1 penalty to damage rolls with that weapon until the end of the encounter",category:0},{id:"0ce2d3a9-09e7-4d7c-a18b-66c017caf48b",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rust monster nightmare consumes any item it destroys. The residuum from any magic items the creature has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"Psychic 30",vulnerable:"",immune:"",tactics:""},{id:"7fcdc2aa-ea18-42bc-95ed-36cbad9ee6d0",name:"Rust Monster Terror",details:"",size:2,origin:4,type:1,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:2},wisdom:{score:12},charisma:{score:12},hp:94,initiative:6,ac:25,fortitude:21,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"b0109501-5606-4db5-b323-e2070ac2980d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the rust monster terror’s next turn.",damage:"1d10+5 damage",category:1},{id:"14c00935-4e96-4572-bc5a-b6e95e52ff19",name:"Dissolve Metal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Targets a creature wearing or wielding a rusting magic item of 10th level or lower or any nonmagic rusting item; the rusting item is destroyed.",damage:"",category:1},{id:"51059b9c-5035-4aff-a2aa-6fc4b8214654",name:"Terror Burst",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"Burst 1; targets hit by the attack take a –2 penalty to attack rolls and are immobilized (save ends).",damage:"Burst 1",category:3},{id:"359d1f2e-d1cf-4ab6-a2d2-e6850c06d328",name:"Fear Reverberation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If targeted with a fear power, the attack automatically misses, and both the rust monster terror and the attacker take ongoing 5 psychic damage (save ends).",damage:"and both the rust monster terror and the attacker take ongoing 5 psychic damage (save ends)",category:0},{id:"5225fdd9-ece8-487e-9fd7-77e67dba8a97",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rust monster terror consumes any item it destroys. The residuum from any magic items the creature has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7c630a5-9a08-4a57-adfa-5a4ff4443f5c",name:"Turagathshnee",details:"",size:3,origin:1,type:2,keywords:"blind, demon",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +13; blindsight 20",movement:"8, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Athletics +20",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:17},intelligence:{score:20},wisdom:{score:21},charisma:{score:18},hp:165,initiative:13,ac:31,fortitude:31,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"e2b0737e-4277-4655-b1a6-6830957e769f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+7 damage plus 1d8 acid damage.",damage:"1d8+7 damage plus 1d8 acid damage",category:1},{id:"cfa4f9e6-1ab1-4c1f-a97f-ea73db1d4ef7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 2; 2d6+7 damage, and the target is grabbed. The turagathshnee has two claws, and a claw grabbing a creature is unavailable for claw attacks.",damage:"2d6+7 damage",category:1},{id:"e48bd900-57e2-44ab-9138-5e387de74bfc",name:"Caustic Spit",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Range 10; 3d10+5 acid damage, and the target is slowed until the end of the turagathshnee’s next turn.",damage:"3d10+5 acid damage",category:1},{id:"5c1b691a-aeaa-44bb-b5a3-b3f8d8c21036",name:"Feasting Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The turagathshnee teleports 5 squares and makes a claw attack against one target within reach. It does this two more times, and then teleports 5 squares. It can carry a grabbed creature with it through all or part of this process and cannot make claw attacks if it’s maintaining two grabs at once.",damage:"The turagathshnee teleports 5 squares and makes a claw attack against one target within reach",category:1},{id:"5709a669-9ebb-4d79-a77e-5cbec29285b2",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 5 damage and 10 acid damage at the start of the turagathshnee’s turn. The swallowed creature has line of sight and line of effect only to the turagathshnee, and no creature has line of sight or line of effect to the target. The swallowed creature can make melee and close attacks only. If the turagathshnee dies, the target is no longer swallowed and can escape as a move action, ending that action in a square formerly occupied by the turagathshnee.",attack:{bonus:20,defence:1},description:"",details:"Targets one bloodied Large or smaller creature grabbed by the turagathshnee",damage:"",category:1},{id:"e3c257ad-dd7c-490c-be18-375d05fa947c",name:"Dimentional Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The turagathshnee teleports up to 8 squares and teleports each creature grabbed by it to a square within its reach.",damage:"The turagathshnee teleports up to 8 squares and teleports each creature grabbed by it to a square within its reach",category:2}],damageModifiers:[{type:1,value:-10}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"70b12c30-dc3f-4d9d-a3d3-a3c25f1a2e57",name:"Turaglas",details:"",size:5,origin:1,type:1,keywords:"blind, demon, ooze",level:30,role:{type:2,flag:2,leader:!1},senses:"; blindsight 100, tremorsense 20",movement:"4, climb 4 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +27, Athletics +31, History +27, Religion +27",equipment:"",category:"",strength:{score:33},constitution:{score:34},dexterity:{score:17},intelligence:{score:24},wisdom:{score:28},charisma:{score:24},hp:1128,initiative:18,ac:44,fortitude:44,reflex:40,will:43,regeneration:null,auras:[{id:"5ba02770-f11e-47fc-8674-50b39ba6c5ca",name:"Infinite Maws",keywords:"",details:"aura 0; at the start of Turaglas’s turn, each creature in Turaglas’s space takes 10 damage and 10 acid damage and Turaglas slides it 1 square."}],powers:[{id:"ed4051e9-0a5d-4f65-aa30-c72b0591ec61",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 0; 2d6+4 damage plus 2d6 acid damage, and the target is slowed (save ends).",damage:"2d6+4 damage plus 2d6 acid damage",category:1},{id:"86d602d8-f1da-4c0d-9367-0765f6d6bf1d",name:"Caustic Spittle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:2},description:"",details:"one or two targets; 2d12+8 acid damage, and the target is slowed (save ends).",damage:"2d12+8 acid damage",category:1},{id:"fb3e2c5f-0fa3-459c-8fe5-3cb5ce286830",name:"Grasping Mouths",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d6+8 damage, plus 2d6 acid damage, and the target is pulled into Turaglas’s space and slowed (save ends).",damage:"2d6+8 damage",category:3},{id:"e77f694d-760e-4d0c-8c8a-49e5e21c31bb",name:"Forbidding Mouths",action:{action:5,trigger:"when an enemy leaves turaglas’ space",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; targets the triggering creature; the target is pulled into Turaglas’ space.",damage:"Reach 3",category:5},{id:"2333a482-ce20-48fa-8c2a-1e34528c4f13",name:"Tide of Flesh",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"Turaglas washes outward in a wave of flesh and then retracts; 2d12 + 15 acid damage, and the target is pulled into Turaglas’s space and slowed (save ends).",damage:"2d12 + 15 acid damage",category:1},{id:"d3cd0f45-5793-46fb-80f1-b8da7b3baf56",name:"Caustic Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 6",attack:{bonus:31,defence:2},description:"",details:"2d10+8 acid damage, plus the target is slowed (save ends).",damage:"2d10+8 acid damage",category:1},{id:"2452709b-826e-446b-adf7-05299ffb2f01",name:"Expand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:33,defence:2},description:"",details:"targets creatures outside Turaglas’ space; 2d6+8 damage and 2d6 acid damage.",damage:"2d6+8 damage and 2d6 acid damage",category:1},{id:"472586ce-e825-4c29-8521-28b379c5a714",name:"Contract",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when turaglas uses expand"},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"Turaglas shrinks in space by 1 square. Each creature in Turaglas’ space is pulled 2 squares toward Turaglas’ center. Turaglas cannot become smaller than 5 squares by 5 squares.",damage:"Turaglas shrinks in space by 1 square",category:3},{id:"dd484aac-0098-4908-b081-cdee3df607a4",name:"Bloodied Expansion",action:{action:1,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas recharges expand and uses it twice. Until the end of the encounter, expand recharges on a 5 or a 6.",damage:"expand recharges on a 5 or a 6",category:5},{id:"51531780-4a40-4dc5-a28e-6303dde1eba3",name:"Sea of Flesh",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas consists of gooey flesh approximately waist high in the squares it occupies. It can enter and occupy squares occupied by other creatures, and other creatures can enter and occupy squares occupied by Turaglas. Turaglas’s space is difficult terrain to all creatures except Turaglas.",damage:"",category:0},{id:"8704460b-b415-47b9-a667-ce47b09ba94a",name:"Uncontainable Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Turaglas is dazed, it instead grants combat advantage to all enemies for the same duration. When Turaglas is stunned, it grants combat advantage to all enemies and is immobilized for the same duration.",damage:"",category:0},{id:"1fee0cc3-2ef2-46fd-9678-74e0ccca3f49",name:"Digested Essence",action:{action:1,trigger:"when a living enemy drops to 0 hit points or fewer while in turaglas’ space",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas regains hit points equal to the triggering creature’s bloodied value or gains 1 action point.",damage:"Turaglas regains hit points equal to the triggering creature’s bloodied value or gains 1 action point",category:5},{id:"6e611050-74a8-4065-b805-9e978d62c65a",name:"Dimensional Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Turaglas teleports up to 12 squares.",damage:"Turaglas teleports up to 12 squares",category:3}],damageModifiers:[{type:1,value:-25}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"b1939cee-a5e5-469f-931e-dc157ff4bf64",name:"Young Volcanic Dragon",details:"",size:3,origin:1,type:1,keywords:"dragon",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 8 (clumsy), overland flight 12, swim 8 (in lava only)",alignment:"Chaotic Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:18},wisdom:{score:23},charisma:{score:20},hp:224,initiative:9,ac:20,fortitude:21,reflex:19,will:20,regeneration:null,auras:[{id:"0cf24b37-29c0-4b00-b90d-9e3408449736",name:"Burning Fumes",keywords:"",details:"aura 2; enemies within the aura gain vulnerable 5 fire."}],powers:[{id:"9216aee8-1383-4f4d-9f05-6000ef885a7a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and ongoing 5 fire damage (save ends).",damage:"1d10+5 damage",category:1},{id:"5b909f3d-373d-4555-b876-75f951a236bc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d6+4 damage, and the target loses fire resistance until the end of the volcanic dragon’s next turn.",damage:"2d6+4 damage",category:1},{id:"f4c6bea0-6838-491d-a259-91c403cf21f1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The volcanic dragon makes a claw and bite attack or two claw attacks.",damage:"",category:1},{id:"9b545af7-de5d-43c7-8dea-e0eda6f0024a",name:"Growing Heat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 5. Sustain free: Each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage, then the burning fumes expands to aura 10. Each round thereafter, the volcanic dragon can sustain it to maintain the size and damage of the aura.",damage:"each enemy in the volcanic dragon’s burning fumes aura takes 5 fire damage",category:1},{id:"1df7a7a4-82c8-4c37-8fa6-43859181e411",name:"Volcanic Catastrophe",action:{action:7,trigger:"when the volcanic dragon’s burning fumes is aura 10 at the start of its turn",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"burst 10; targets enemies; 2d10+5 fire damage and ongoing 5 fire damage (save ends). Effect: The burning fumes aura reverts to its original state and size (aura 2).",damage:"2d10+5 fire damage and ongoing 5 fire damage (save ends)",category:5},{id:"e5e7cfb3-8fe3-40c0-88be-fbf7bd96f8bb",name:"Lava Vent",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"",attack:null,description:"",details:"burst 1 within 10; the burst becomes a zone of lava. Any creature that moves into or starts its turn in the zone takes 5 fire damage.",damage:"any creature that moves into or starts its turn in the zone takes 5 fire damage",category:3},{id:"267592b5-97b2-4e72-ac9f-8ddf363b7309",name:"Fire Absorption",action:{action:7,trigger:"whenever the volcanic dragon is hit by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy in the dragon’s burning fumes aura takes 5 fire damage.",damage:"each enemy in the dragon’s burning fumes aura takes 5 fire damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7ee19821-07e2-43d5-8a7f-ecd4fcc1b286",name:"Beholder Eternal Tyrant Essence",details:"",size:4,origin:5,type:1,keywords:"undead",level:33,role:{type:0,flag:1,leader:!1},senses:"Perception +31; all-around vision, darkvision",movement:"fly 8 (hover), phasing",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:30},dexterity:{score:25},intelligence:{score:36},wisdom:{score:31},charisma:{score:26},hp:327,initiative:23,ac:45,fortitude:45,reflex:44,will:46,regeneration:null,auras:[],powers:[{id:"edeee288-7e48-4da2-a83d-7b4dc5efc9d3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:40,defence:0},description:"",details:"4d6 + 10 psychic damage.",damage:"4d6 + 10 psychic damage",category:1},{id:"eddd9fac-7e33-4112-83f8-e7eadf698fae",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target can’t spend healing surges (save ends).",damage:"",category:3},{id:"a4feb975-7772-4e49-9bbd-c0b5675b5681",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant essence uses a random eye ray attack against the triggering enemy.",damage:"",category:5},{id:"d0f903ea-fbc2-488b-8423-e794ddc55c91",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant essence uses one eye ray power chosen from the list below. Using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"f8bb0e86-a97f-4beb-98b2-8dd9f0fdf9d1",name:"Mental Transference",action:null,keywords:"",condition:"when the beholder eternal tyrant essence drops to 0 hit points",range:"",attack:null,description:"",details:"The beholder eternal tyrant essence is destroyed, and it transfers its mind into a beholder eternal tyrant shell within sight. The shell gains all the eye ray options of the essence (and keeps the eye rays it already had).",damage:"",category:0}],damageModifiers:[],resist:"Insubstantial",vulnerable:"",immune:"",tactics:""},{id:"41294d0d-97a4-4b7b-bf34-b7f6fdcf143a",name:"Beholder Eternal Tyrant Shell",details:"",size:4,origin:4,type:0,keywords:"construct",level:31,role:{type:2,flag:1,leader:!1},senses:"Perception +28; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:38},constitution:{score:40},dexterity:{score:30},intelligence:{score:7},wisdom:{score:26},charisma:{score:36},hp:720,initiative:25,ac:43,fortitude:45,reflex:43,will:41,regeneration:null,auras:[],powers:[{id:"e8ed5d44-bc7c-4746-b41f-a92278844ff5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"4d8 + 12 damage.",damage:"4d8 + 12 damage",category:1},{id:"46d879f7-43ef-411e-8119-b4bf107b3d6a",name:"Jaws of the Beholder",action:{action:7,trigger:"when an adjacent enemy is hit by any beholder’s eye ray",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant shell makes a bite attack against the triggering enemy.",damage:"",category:5},{id:"c11f212b-0d90-4521-ae57-42331e485240",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eternal tyrant shell uses one eye ray power chosen from the list below. Using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"78a858d3-2848-4f75-bdb4-5164781975b2",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close blast 5",attack:{bonus:32,defence:3},description:"",details:"until the end of the beholder eternal tyrant shell’s next turn, the target is marked and takes half damage when missed by an eye ray attack.",damage:"the target is marked and takes half damage when missed by an eye ray attack",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3cd751de-09c2-4f6b-91d0-5ec6f64a9827",name:"Firebrand Crusader",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"flint and steel; longsword; plate armor; torch",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:10},intelligence:{score:8},wisdom:{score:11},charisma:{score:16},hp:88,initiative:6,ac:24,fortitude:22,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"6c69ad78-ff9e-40de-b1ab-b621222792cc",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage, and the target is marked until the end of the crusader’s next turn.",damage:"1d8 + 5 damage",category:1},{id:"70711d7d-6d3b-44b5-9bb5-d3fcad907611",name:"Crusader’s Mercy",action:{action:0,trigger:"when an enemy marked by the crusader moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage, and the target is knocked prone.",damage:"1d8 + 5 damage",category:5},{id:"c6fcc9fe-7d57-41c4-96da-c711efaec281",name:"Immolate the Unclean",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"requires torch",range:"",attack:{bonus:13,defence:2},description:"",details:"2d4 + 5 damage, and the target takes ongoing 10 fire damage (save ends).",damage:"2d4 + 5 damage",category:1},{id:"81f5e413-f1e0-4ab9-96a6-7383dbe24fc5",name:"Torch",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d4 fire damage.",damage:"1d4 fire damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61b7414c-ca9c-4d78-b776-ce6817bf1510",name:"Frost Titan Avalanche",details:"",size:4,origin:1,type:2,keywords:"cold, giant",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +12",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant, Primordial",skills:"Athletics +19",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:15},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:568,initiative:9,ac:28,fortitude:28,reflex:23,will:26,regeneration:null,auras:[{id:"55468966-2dd1-4e53-a5b0-0d8f90b38c5d",name:"Icy Terrain",keywords:"",details:"(Cold) aura 2 (or 5 while bloodied); enemies treat the aura’s area as difficult terrain."}],powers:[{id:"d355d927-90d7-4caa-a5d0-b92db2f0819e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Reach 3; 2d10+6 cold damage. On a critical hit, the target also takes ongoing 10 cold damage (save ends).",damage:"2d10+6 cold damage",category:1},{id:"0d49997f-c180-4377-83f6-c2c60aab4cda",name:"Frost Spike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(minor",range:"",attack:{bonus:15,defence:2},description:"",details:"20; 2d6 + 6 cold damage, and the target is slowed until the end of the frost titan avalanche’s next turn.",damage:"2d6 + 6 cold damage",category:1},{id:"37e28372-2d5a-4319-a977-42f9a78ee7b2",name:"Avalanche Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be bloodied",range:"",attack:null,description:"",details:"The frost titan avalanche shifts its speed and can enter enemies’ spaces. The titan makes a slam attack against each enemy whose space it enters.",damage:"",category:1},{id:"44c94569-1af0-4613-9cd2-cc59c19b3afe",name:"Bloodied Backlash",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Freezing backlash recharges, and the frost titan avalanche uses it. The attack is a close burst 10 when triggered this way.",attack:null,description:"",details:"",damage:"",category:5},{id:"d97cc65f-980f-4a00-8062-378e7d0b46c5",name:"Cascading Avalanche",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 8",attack:{bonus:15,defence:1},description:"",details:"3d10 + 6 damage, and the target is knocked prone. Miss: Half damage.",damage:"3d10 + 6 damage",category:1},{id:"f0f9b0c2-70a6-4a10-adc5-eb8f5883aa88",name:"Freezing Backlash",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close burst 2 (5 while bloodied)",attack:{bonus:15,defence:1},description:"",details:"1d10 + 6 damage, and the target is restrained and takes ongoing 5 cold damage (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 6 damage",category:5},{id:"dcd1c699-85e5-4ac9-81ea-c3f24cb2ebb0",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A frost titan avalanche can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"96a4582b-3dec-4748-b42b-ad9566d9a998",name:"Glacial Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost titan avalanche, the titan moves 4 squares less than the effect specifies. Also, a frost titan avalanche can make a saving throw to avoid being knocked prone.",damage:"the titan moves 4 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69afc726-f98c-4092-a598-36f8748e063c",name:"Goristro Chattel",details:"",size:4,origin:1,type:2,keywords:"demon",level:25,role:{type:2,flag:0,leader:!1},senses:"Perception +24; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:18},intelligence:{score:5},wisdom:{score:24},charisma:{score:13},hp:287,initiative:16,ac:37,fortitude:40,reflex:34,will:37,regeneration:null,auras:[],powers:[{id:"3d3f23b1-dcad-4b8f-a452-7d6d4cade7dc",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d10 + 8 damage.",damage:"3d10 + 8 damage",category:1},{id:"bcb5cc7b-f17c-4e09-8d0b-a560d68fc35e",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d10 + 7 damage, and the target is knocked prone.",damage:"4d10 + 7 damage",category:1},{id:"29ab681f-6013-45a1-9569-4c739d0d80f2",name:"Protective Stomp",action:{action:5,trigger:"when an enemy moves adjacent to one of the goristro chattel’s allies and is within 2 squares",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:26,defence:2},description:"",details:"4d10 + 9 damage, and the target is knocked prone.",damage:"4d10 + 9 damage",category:5}],damageModifiers:[],resist:"20 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"4746ac34-688e-4118-9401-4f1ca92393ee",name:"Green Dragon Arbiter",details:"",size:4,origin:4,type:1,keywords:"dragon",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"10, fly 14 (hover), overland flight 18",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +23, Diplomacy +23, Insight +19, Intimidate +23",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:28},intelligence:{score:18},wisdom:{score:17},charisma:{score:24},hp:432,initiative:20,ac:37,fortitude:34,reflex:36,will:34,regeneration:null,auras:[{id:"96151d01-97d0-4553-a45a-09a8db925c87",name:"Equalizing Law",keywords:"",details:"(Psychic) aura 5; while the green dragon arbiter is bloodied, each nonbloodied creature that starts its turn within the aura takes 10 psychic damage."}],powers:[{id:"bd15bdf8-aaa5-4ffa-b739-c3d37cd69deb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d12 + 6 damage, and ongoing 10 poison damage and slowed (save ends both).",damage:"1d12 + 6 damage",category:1},{id:"152bcfe5-3a7e-42be-8c63-43914773bb0f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d12 + 6 damage, and the next time the target misses, the green dragon arbiter slides the target 3 squares.",damage:"1d12 + 6 damage",category:1},{id:"5554fef5-5f83-48c0-8484-53e06b5f3c51",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The green dragon arbiter makes two claw attacks.",damage:"",category:1},{id:"b498c29e-ea6d-48df-b3d1-2197cb713712",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"2d10 + 10 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d10 + 10 poison damage",category:1},{id:"dba14bde-621b-4244-94aa-458b8c710b7f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the green dragon arbiter’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"cfb76c28-419e-448e-a561-23a0b7ac4d7f",name:"Punishing Glare",action:{action:5,trigger:"when an enemy within 10 squares hits one of the green dragon arbiter’s allies",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Gaze",condition:"",range:"Close burst 10",attack:{bonus:30,defence:3},description:"",details:"targets the triggering creature; the target is weakened (save ends).",damage:"",category:5},{id:"aa0985a9-0f6f-49ce-9d72-d30542adadd5",name:"Invoke Justice",action:{action:7,trigger:"when an ally within 20 squares misses with an attack roll",sustainAction:0,use:1,recharge:"recharge when the green dragon arbiter is hit by an enemy’s attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ally rerolls the attack roll.",damage:"",category:5}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f816503-1c83-46eb-811f-3541bfb8a614",name:"Havoc Goristro",details:"",size:4,origin:1,type:2,keywords:"demon",level:13,role:{type:2,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:10},hp:528,initiative:7,ac:27,fortitude:27,reflex:23,will:24,regeneration:null,auras:[{id:"fe7681e7-25a8-429b-8509-5180428eac1e",name:"Aura of Bloodlust",keywords:"",details:"(Charm) aura 20; while the havoc goristro is bloodied, a nonbloodied enemy that ends its turn within the aura takes 10 damage if it didn’t hit the havoc goristro that turn."}],powers:[{id:"c1074975-e429-48d0-ab69-000b9250ac35",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 2d10 + 3 damage.",damage:"2d10 + 3 damage",category:1},{id:"6099c150-314c-4e05-a27a-628515b074ec",name:"Rent Earth",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"ranged 10/20",attack:{bonus:16,defence:2},description:"",details:"The goristro rips a chunk from the ground and hurls it; 2d6 + 7 damage, and the target is knocked prone.",damage:"2d6 + 7 damage",category:1},{id:"89626a62-cb69-4cc2-8f71-537041d7c959",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The havoc goristro makes two basic attacks.",damage:"",category:1},{id:"6e7d9c64-b5f6-4444-aa7c-f1cc0b3911d9",name:"Blood Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be bloodied",range:"",attack:null,description:"",details:"The havoc goristro makes 3 slam attacks. It can’t target the same creature with more than two of these attacks.",damage:"The havoc goristro makes 3 slam attacks",category:1},{id:"4e5d1a45-bff3-469d-86be-b9ae141619b0",name:"Bloodied Outburst",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The havoc goristro uses blood fury, then moves its speed.",damage:"",category:5},{id:"c2fdd021-0a17-4dc3-b170-15ac65f94903",name:"Savage Revenge",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The havoc goristro makes a charge attack against the creature that damaged it.",damage:"the havoc goristro makes a charge attack against the creature that damaged it",category:5},{id:"c9e634f7-2c2b-47b4-9c57-f4aafeef6b1c",name:"Gouging Horns",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:16,defence:0},description:"",details:"2d8+3 damage, and ongoing 10 damage (save ends).",damage:"2d8+3 damage",category:1},{id:"e501e3c0-9bb7-4b74-a0d9-cec0802bbe82",name:"Havoc Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:16,defence:1},description:"",details:"2d6 + 6 damage, and the target is knocked prone. Effect: The havoc goristro makes a charge attack against one creature knocked prone by this power.",damage:"2d6 + 6 damage",category:1}],damageModifiers:[],resist:"15 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"50b86e2d-5a5d-471f-a6e0-f10d33f99ec8",name:"Legendary Remorhaz",details:"",size:4,origin:1,type:1,keywords:"",level:15,role:{type:2,flag:2,leader:!1},senses:"Perception +10; low-light vision",movement:"6, burrow 4 (tunneling), swim 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:24},intelligence:{score:5},wisdom:{score:17},charisma:{score:9},hp:584,initiative:14,ac:28,fortitude:26,reflex:28,will:24,regeneration:null,auras:[{id:"f76a1334-7648-4905-8b35-51f1cb17b4a3",name:"Blistering Heat",keywords:"",details:"(Fire) aura 2; each creature that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"16c02371-e7b8-48dd-80e8-53cf94657aeb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10 + 5 damage, and the target is grabbed.",damage:"2d10 + 5 damage",category:1},{id:"27b4886b-d06b-427a-b483-543c5492fc0c",name:"Swallow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage plus 5 fire damage at the start of the legendary remorhaz’s turn. The swallowed creature has line of sight and line of effect only to the legendary remorhaz, and no creature has line of sight or line of effect to the target. The swallowed creature can make only melee or close attacks. If the swallowed creature deals 20 damage to the legendary remorhaz with an attack, or if the legendary remorhaz dies, the legendary remorhaz uses victim purge (no action).",attack:{bonus:18,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the legendary remorhaz",damage:"Reach 2",category:3},{id:"65dd2cae-5bc0-4925-b11f-b437120fcdcf",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"The legendary remorhaz moves its speed and can enter enemies’ spaces. The legendary remorhaz makes an attack against each enemy whose space it enters; 2d8 + 6 damage, and the target is knocked prone.",damage:"2d8 + 6 damage",category:1},{id:"3522be92-85d4-4585-813f-564d5ecb9909",name:"Bloodied Claws",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The legendary remorhaz shifts 3 squares, then thrashing claws recharges, and the legendary remorhaz uses it.",damage:"The legendary remorhaz shifts 3 squares",category:5},{id:"a490acca-31cb-426b-bb9e-6dcf21c874d9",name:"Thrashing Claws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"target enemies; 4d6 + 6 damage. Effect: If it isn’t grabbing a creature, the legendary remorhaz makes a bite attack.",damage:"4d6 + 6 damage",category:1},{id:"ea07e441-4e0f-413a-a8fd-85adff8202ee",name:"Victim Purge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"must be swallowing a creature",range:"Area burst 1 within 10",attack:{bonus:16,defence:2},description:"",details:"The legendary remorhaz regurgitates a swallowed creature; 2d10 + 9 fire damage. Effect: The regurgitated creature falls prone in the burst’s origin square and is no longer swallowed.",damage:"2d10 + 9 fire damage",category:3},{id:"8b11ede3-862e-4db9-bc5e-f9c028703fe7",name:"Ice Skitter",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The legendary remorhaz moves its speed and pulls any grabbed creature with it. If the legendary remorhaz is bloodied, the movement doesn’t provoke opportunity attacks.",damage:"",category:2},{id:"ac670fb4-873a-4469-a989-39b5fa53592e",name:"Enraged Heat",action:{action:4,trigger:"when a creature hits the legendary remorhaz with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"must be bloodied",range:"",attack:null,description:"",details:"The triggering creature takes 10 fire damage.",damage:"the triggering creature takes 10 fire damage",category:5},{id:"4cab2c92-337b-4c88-b082-ad36966d5416",name:"Legendary Tenaciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the legendary remorhaz is bloodied, it can make a saving throw against one effect a save can end at the start of each of its turns.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5feb7d60-9bcc-466c-97ee-28d8445e054c",name:"Monster with the Glasses",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +6; truesight",movement:"6",alignment:"Unaligned",languages:"",skills:"History +12, Insight +11",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:13},intelligence:{score:19},wisdom:{score:16},charisma:{score:16},hp:154,initiative:4,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[{id:"a34fefdd-9082-4eb9-88ad-9087b548f049",name:"Charming Wit",keywords:"",details:"aura 1; enemies grant combat advantage while in the aura."}],powers:[{id:"d70fb115-afe9-4a0d-93e0-746204df239a",name:"Quick Illusion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"1d6 + 5 Psychic damage and the target is knocked prone.",damage:"1d6 + 5 psychic damage and the target is knocked prone",category:1},{id:"74ce36af-4615-46b7-8fcc-5dfb49c8f5a2",name:"Shared Astigmatism",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6 + 5 Psychic damage and the target cannot see anything more than 2 squares away until the end of the Monster with the Glasses’ next turn.",damage:"2d6 + 5 psychic damage and the target cannot see anything more than 2 squares away until the end of the monster with the glasses’ next turn",category:1},{id:"2a384b81-ba25-4807-a0d1-21e144cf262b",name:"Rapid Illusions",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Monster with the Glasses makes two basic attacks.",damage:"",category:1},{id:"c6e33bff-94c7-4271-b67a-f650547f4fad",name:"Poetry Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Sleep",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:11,defence:3},description:"",details:"the target is slowed (save ends). First Failed Saving Throw: The target becomes unconscious (save ends).",damage:"",category:1},{id:"9727bbc3-d091-4bfb-99b2-c0b40dc0cc82",name:"Quantum Tunneling",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Monster with the Glasses and up to 2 allies within 10 squares of it can teleport up to 4 squares.",damage:"The Monster with the Glasses and up to 2 allies within 10 squares of it can teleport up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"14e330cc-8545-4123-8552-e25d0b7aedd0",name:"Skulking Watcher",details:"",size:1,origin:4,type:2,keywords:"halfling",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +16, Stealth +14, Thievery +16",equipment:"katar; leather armor; shortbow",category:"",strength:{score:9},constitution:{score:11},dexterity:{score:21},intelligence:{score:16},wisdom:{score:16},charisma:{score:11},hp:83,initiative:11,ac:22,fortitude:17,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"186e9dcb-baf6-4563-85d8-80dcd3cc9ad8",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6 + 5 damage (crit 1d6 + 11) and the skulking watching shifts 1 square.",damage:"1d6 + 5 damage (crit 1d6 + 11) and the skulking watching shifts 1 square",category:1},{id:"db5783ba-5d8f-44b2-af53-7f4511bc957a",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"9a6ebae8-ddb7-4b4f-9b7d-417bfb580eb5",name:"Watcher’s Scrutiny",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature in burst the skulking watcher has concealment or cover against; the skulking watcher gains combat advantage against the target until the end of its turn.",damage:"",category:3},{id:"d34e66f3-a087-4464-87e2-433d8bd7ffbc",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A skulking watcher deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a skulking watcher deals 2d6 extra damage against any creature granting combat advantage to it",category:0},{id:"0ddd7bf1-773f-40d6-b1e0-52dea88da4dd",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"81c1958b-ba88-4669-80fa-01d7bac74728",name:"Second Chance",action:{action:5,trigger:"when the skulking watcher would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skulking watcher forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"024af202-b7f6-4e93-828d-902deef0d622",name:"Storm Titan Archer",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:28,role:{type:0,flag:1,leader:!1},senses:"Perception +19",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +25, Intimidate +25",equipment:"arrow; greatsword; leather armor; longbow",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:30},intelligence:{score:14},wisdom:{score:20},charisma:{score:22},hp:394,initiative:24,ac:40,fortitude:40,reflex:42,will:38,regeneration:null,auras:[{id:"bec9e21c-34ec-4b9b-9442-8275d720678a",name:"Storm Fury",keywords:"",details:"(Lightning, Thunder) aura 4; any creature that enters the aura or starts its turn there takes 10 lightning and thunder damage. Creatures other than storm giants and storm titans treat the aura’s area as difficult terrain and cannot fly."}],powers:[{id:"aff0f0c8-988d-45ff-8d8c-b1ddc12c8df5",name:"Crackling Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 2d6 + 6 damage plus 1d8 lightning and thunder damage.",damage:"2d6 + 6 damage plus 1d8 lightning and thunder damage",category:1},{id:"ee0dec6c-3fce-48aa-a854-cb1399a5a1bc",name:"Arcing Arrow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"3d6 + 10 lightning damage. Effect: The storm titan archer makes a secondary attack against a different creature within 10 squares of the primary target, originating the attack from the primary target: ranged 10",attack:{bonus:35,defence:0},description:"",details:"+33 vs. Reflex; 2d8 + 10 lightning damage.",damage:"2d8 + 10 lightning damage",category:1},{id:"04304236-afd9-4e40-b5be-5ff7e3c08ea1",name:"Reactive Bolt",action:{action:4,trigger:"when hit by a melee or ranged",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm titan archer shifts half its speed, then makes an arcing arrow attack.",damage:"",category:5},{id:"6d04fa82-f3d2-4726-bb46-e0428ed5a5ab",name:"Swift Zephyr",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm titan archer becomes invisible until the end of its next turn. The titan then shifts its speed, making two arcing arrow attacks at any point during the movement.",damage:"",category:1}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e6bb7cea-ea84-435b-8d05-9fc0b817c0e1",name:"Storm Titan Spark Binder",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +16",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +25, Intimidate +25",equipment:"",category:"",strength:{score:29},constitution:{score:28},dexterity:{score:22},intelligence:{score:13},wisdom:{score:18},charisma:{score:26},hp:576,initiative:18,ac:37,fortitude:38,reflex:35,will:37,regeneration:null,auras:[{id:"9050f031-8b5e-439c-be37-0ae8df73d387",name:"Storm Fury",keywords:"",details:"(Lightning, Thunder) aura 4; any creature that enters the aura or starts its turn there takes 10 lightning and thunder damage. Creatures other than storm giants and storm titans treat the aura’s area as difficult terrain and cannot fly."}],powers:[{id:"7fca476e-6e6b-4d85-9e64-d330852e1e27",name:"Elemental Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 2d6 + 10 damage plus 2d6 lightning damage.",damage:"2d6 + 10 damage plus 2d6 lightning damage",category:1},{id:"85453046-8a09-4d2c-980d-46698c836e2f",name:"Hurl Thunderbolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:26,defence:2},description:"",details:"2d6 + 9 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"2d6 + 9 lightning and thunder damage",category:1},{id:"094a23a0-6af6-4824-84c3-af70d0e72bc5",name:"Shattering Morningstar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"close burst 3, targets enemies",attack:{bonus:28,defence:0},description:"",details:"The titan splits its morningstar into rocky fragments that hit nearby enemies, then forms the weapon again; 2d6 + 9 damage plus 2d6 lightning and thunder damage.",damage:"2d6 + 9 damage plus 2d6 lightning and thunder damage",category:1},{id:"261022ca-0db1-4e52-a149-dcea0dc4babf",name:"Elemental Armor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"must be bloodied",range:"the storm titan gains resist 15 to all damage. Each time the titan is hit by a melee attack, reduce the resistance by 5.",attack:null,description:"",details:"The storm titan spark binder surrounds itself with elemental stone tethered by arcs of lightning",damage:"",category:3}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d063f239-cb44-4c1a-8dc8-16e149328064",name:"Storm Titan Thunder Tempest",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:21,role:{type:4,flag:2,leader:!1},senses:"Perception +21",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +23, Intimidate +23",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:15},wisdom:{score:23},charisma:{score:27},hp:784,initiative:20,ac:36,fortitude:34,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"71af5695-fa10-4a7b-9b17-f568e327c8b3",name:"Bolt Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"must be in humanoid form",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 4; 3d6 + 8 lightning and thunder damage.",damage:"3d6 + 8 lightning and thunder damage",category:1},{id:"c27d32e9-a8f9-4f28-bb1d-288269b99309",name:"Hurl Thunderbolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"2d6 + 8 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"2d6 + 8 lightning and thunder damage",category:1},{id:"a7ce3d59-c544-4297-a5ce-cd65c1556e97",name:"Leaping Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm titan thunder tempest makes a basic attack, teleports half its speed, and makes a basic attack against a different target.",damage:"",category:1},{id:"aaaf6f59-d4e4-45d6-9538-7c46adebac6b",name:"Booming Bellow",action:{action:4,trigger:"when the storm titan thunder tempest is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:24,defence:1},description:"",details:"1d12 + 7 thunder damage, and the target is knocked prone.",damage:"1d12 + 7 thunder damage",category:5},{id:"72f57d6f-0a33-457f-a951-1732ace48277",name:"Sheet of Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the storm titan thunder tempest uses thunder tempest"},keywords:"Lightning, Polymorph, Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:24,defence:2},description:"",details:"2d12 + 7 lightning damage, the target is knocked prone, and the target takes ongoing 10 thunder damage and is deafened (save ends both). Miss: Half damage. Effect: The thunder tempest teleports to a square adjacent to or in the burst.",damage:"2d12 + 7 lightning damage",category:1},{id:"655f8bfc-8023-4d3a-bfaf-6ff39c6f44f4",name:"Lightning Flesh",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"when hit by a melee attack",range:"",attack:{bonus:24,defence:2},description:"",details:"Targets triggering attacker; 1d10 + 5 lightning damage, 1d10 + 5 thunder damage, and the target is pushed 2 squares.",damage:"1d10 + 5 lightning damage",category:1},{id:"86a222c5-22ad-4384-adf4-d2c28e017a21",name:"Thunder Tempest",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The storm titan thunder tempest takes the form of a Gargantuan thunder cloud, then flies its speed. While in this form, it is insubstantial and can occupy spaces occupied by other creatures. A creature that shares a square with the cloud loses lightning resistance (save ends). A creature that starts its turn in the thunder tempest’s space is slid 3 squares. The storm titan thunder tempest resumes its titan form immediately after making an attack other than lightning flesh.",damage:"A creature that starts its turn in the thunder tempest’s space is slid 3 squares",category:2},{id:"a4bdbcf2-9495-4be0-a075-edc9d42a3f6c",name:"Blood Storm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thunder tempest recharges and the storm titan uses it. The titan’s attacks deal 10 extra thunder damage until the end of the encounter.",damage:"the titan’s attacks deal 10 extra thunder damage until the end of the encounter",category:5}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b52c3980-85e0-4209-bae4-9049cfcb1f1b",name:"Unbound Balor",details:"",size:4,origin:1,type:2,keywords:"demon",level:21,role:{type:2,flag:2,leader:!1},senses:"Perception +22; truesight 6",movement:"8, fly 12 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:28},dexterity:{score:21},intelligence:{score:13},wisdom:{score:24},charisma:{score:13},hp:816,initiative:15,ac:35,fortitude:35,reflex:31,will:33,regeneration:null,auras:[{id:"ed7dfdda-b4d8-44f8-ab61-c38ca20ab392",name:"Flaming Body",keywords:"",details:"(Fire) aura 2 (aura 3 while the balor is bloodied); any enemy that starts its turn within the aura takes 5 fire damage (10 fire damage while the balor is bloodied)."}],powers:[{id:"ed033db8-c9a1-44d3-b16c-95c310bffee5",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 3d10 + 5 lightning damage (crit 4d10 + 5), plus 5 lightning damage while bloodied.",damage:"3d10 + 5 lightning damage (crit 4d10 + 5)",category:1},{id:"1450ed7a-7e4f-4bb2-87f4-0419e405e08a",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Reach 5; 2d8 + 5 damage, plus 5 fire damage while bloodied, the target takes ongoing 10 fire damage (save ends), and the target is pulled 4 squares to a space adjacent to the unbound balor.",damage:"2d8 + 5 damage",category:1},{id:"6b0fc1dc-79d3-4600-b8ff-4777dd051a5e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The unbound balor makes a lightning sword attack and a flame whip attack (in either order).",damage:"",category:1},{id:"89b4a16e-992e-441d-a250-96b42858b085",name:"Break Away",action:{action:4,trigger:"when damaged by an attack from an enemy within 3 squares",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor makes a lightning sword attack against the triggering enemy, then flies half its speed without provoking opportunity attacks.",damage:"",category:5},{id:"b0799890-104a-42a5-b942-7c068227c831",name:"Abyssal Shackles",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d6 + 8 necrotic damage, and the target is restrained (save ends). Aftereffect: The target takes 10 necrotic damage.",damage:"1d6 + 8 necrotic damage",category:3},{id:"94ff98ea-2328-4d42-a78e-919474240b83",name:"Death Burst",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"close burst 10",attack:{bonus:22,defence:2},description:"",details:"5d10 fire damage. Miss: Half damage.",damage:"5d10 fire damage",category:1},{id:"19dc8a59-28d1-44fa-8b19-e6972e2e6d37",name:"Wingclap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"no attack roll; the target is pushed 1d6 squares and knocked prone. If the unbound balor is bloodied, the target also takes ongoing 5 fire damage. Effect: The balor flies its speed.",damage:"the target also takes ongoing 5 fire damage",category:2},{id:"0bcc3a61-ede4-4aff-867c-f2c5bb154b16",name:"Wildfire Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied)"},keywords:"Fire, Zone",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d8 + 7 fire damage. Effect: The blast becomes a zone of abyssal flames until the end of the encounter. Any creature that enters the zone or starts its turn there takes 10 fire damage.",damage:"3d8 + 7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"b355f2ba-7cba-4636-a7ff-2806177b86bf",name:"Zealous Demagogue",details:"",size:2,origin:3,type:2,keywords:"deva",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven, Elven",skills:"Diplomacy +16, History +15, Insight +13, Religion +13",equipment:"chainmail; holy symbol; light shield; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:10},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:101,initiative:5,ac:24,fortitude:19,reflex:21,will:24,regeneration:null,auras:[],powers:[{id:"a9d2e19e-1b27-41df-b563-c567fdcf2d91",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 + 1 damage, and each enemy adjacent to the target takes 5 radiant damage. Also, each enemy that takes damage from this attack is marked by an ally within 5 squares of the demagogue until the end of the demagogue’s next turn.",damage:"1d8 + 1 damage",category:1},{id:"dd38a5f9-cf1e-499b-87ed-9423b43ab78d",name:"Reveal the Guilty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"one creature; 1d8 + 1 radiant damage, and the target grants combat advantage to all enemies until the end of the demagogue’s next turn.",damage:"1d8 + 1 radiant damage",category:3},{id:"ea9e0ab2-cd72-4fea-9d28-43b1cb14a9f9",name:"Regroup",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Ranged 5",attack:null,description:"",details:"one ally; the target spends a healing surge and can shift 1 square as a free action.",damage:"the target spends a healing surge and can shift 1 square as a free action",category:1},{id:"7dcfe9a7-b169-40c9-b2dc-ddc8a7778020",name:"Destroy the Heretic",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"the target makes a melee basic attack as a free action against an adjacent enemy. An ally that hits also knocks its target prone.",attack:null,description:"",details:"targets up to three allies",damage:"",category:1},{id:"d9129d88-06ad-4f08-946f-a76669db861a",name:"Memory of A Thousand Lifetimes",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The zealous demagogue rolls 1d6 and adds the result to the triggering roll.",damage:"The zealous demagogue rolls 1d6 and adds the result to the triggering roll",category:1},{id:"105ad826-660a-43e8-86d7-adfdb0dbcbe2",name:"Astral Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The zealous demagogue gains a +1 bonus to all defenses against attacks made by bloodied creatures.",damage:"The zealous demagogue gains a +1 bonus to all defenses against attacks made by bloodied creatures",category:0}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0affd094-e913-4f0f-8dcc-c91734918c12",name:"Adamantine Vanguard",details:"",size:2,origin:4,type:2,keywords:"living construct; Warforged",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +15, Intimidate +10",equipment:"fullblade; plate armor",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:21},intelligence:{score:8},wisdom:{score:16},charisma:{score:11},hp:201,initiative:13,ac:30,fortitude:31,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"54155ea7-45e9-442e-b7b8-092a2759099f",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d12+7 damage (crit 2d12 + 31).",damage:"2d12+7 damage (crit 2d12 + 31)",category:1},{id:"534d7bdd-2dbc-442c-8ab0-8e0b2acf037d",name:"Unrelenting Offense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d12+7 damage (crit 2d12 + 31), the target is pushed 1 square, and the adamantine vanguard shifts into the space the target vacated.",damage:"2d12+7 damage (crit 2d12 + 31)",category:1},{id:"9859de82-036c-4e14-a633-e0a5f3f30339",name:"Inexorable Advance",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adamantine vanguard pushes an adjacent creature 1 square and shifts 1 square into the space the target vacated.",damage:"The adamantine vanguard pushes an adjacent creature 1 square and shifts 1 square into the space the target vacated",category:2},{id:"5a956760-97f2-4aad-a401-f22ce88dba25",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The adamantine vanguard gains 11 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 11 hit points.",damage:"the adamantine vanguard gains 11 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a358c311-d4ad-4689-abf7-76d264fcad6f",name:"Arantor",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:25,role:{type:2,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"Athletics +27, Insight +19",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:25},intelligence:{score:14},wisdom:{score:14},charisma:{score:23},hp:819,initiative:19,ac:38,fortitude:39,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"14965659-5cb8-4ec6-9c75-083215b6ff3b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+6 damage plus 2d8 necrotic damage.",damage:"2d8+6 damage plus 2d8 necrotic damage",category:1},{id:"3a0164ef-601e-47e0-bde2-0e60326ebc3e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"4f42ef15-3b37-460c-9087-e11e94e2e8b3",name:"Furious Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be arantor’s turn",range:"",attack:null,description:"",details:"Arantor makes a claw attack against each enemy in reach, and one bite attack.",damage:"",category:1},{id:"7ea684f6-fc2a-4a8b-bb77-5dbc171d0608",name:"Remnant Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"must be arantor’s turn",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"3d10+5 necrotic damage, and the target takes 15 ongoing cold damage (save ends).",damage:"3d10+5 necrotic damage",category:1},{id:"c8c5d7da-77b4-47f5-a315-e17cac805cb4",name:"Bloodied Breath",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"when arantor first becomes bloodied",range:"",attack:null,description:"",details:"Arantor recharges remnant breath and uses it immediately.",damage:"",category:1},{id:"b45eac89-6b84-46cf-a2f1-e8e97023755d",name:"Betraying Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"must be imrissa’s turn",range:"Close blast 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d10+4 psychic damage and the target is dazed until it damages one of its allies.",damage:"2d10+4 psychic damage and the target is dazed until it damages one of its allies",category:1},{id:"95e1b245-d4b8-4354-be4b-9d8293d57dca",name:"Influential Whispers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"must be imrissa’s turn",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"2d10+4 psychic damage, and the target is dominated (save ends). Aftereffect: The nearest ally within 3 squares of the target is dominated (save ends). This attack does not provoke opportunity attacks.",damage:"2d10+4 psychic damage",category:1},{id:"f89aba00-2a49-448c-ad76-2606f9d3d5a7",name:"Dead dragon’s Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"must be imrissa’s turn",range:"",attack:null,description:"",details:"Arantor teleports 10 squares.",damage:"Arantor teleports 10 squares",category:2},{id:"6c442534-8cf5-4c91-8689-943433efa8a0",name:"Two Souls",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Arantor acts twice each round, once on initiative result 30 and once on initiative result 20. The first is Arantor’s turn, and the second is Imrissa’s turn, which determines which powers Arantor can use on each turn. On Imrissa’s turn, Arantor can only move by using dead dragon’s stride.",damage:"once on initiative result 30 and once on initiative result 20",category:0},{id:"f8fcd45d-3741-481a-901a-4c3ae9e44fbb",name:"Shattered Prison",action:null,keywords:"",condition:"when arantor drops to 0 or fewer hit points",range:"",attack:null,description:"",details:"Arantor’s corpse cracks open and releases Imrissa, who continues to fight. She is large instead of huge, has 234 hit points, does not benefit from two souls, can move normally, and only uses powers that can be used on Imrissa’s turn.",damage:"has 234 hit points",category:0}],damageModifiers:[{type:2,value:-25},{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ba82a046-dfc1-491b-87b1-a3cbb1916615",name:"Brassbound",details:"",size:2,origin:4,type:2,keywords:"human",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"5",alignment:"Lawful Good",languages:"Common",skills:"",equipment:"chainmail; light shield; longsword",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:21},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:1,initiative:15,ac:30,fortitude:30,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"b7127462-50df-49e0-be80-17e3ebbc28ed",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"19fe7304-b907-4ebf-871f-2b43a8974359",name:"Aggressive Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The brassbound shifts 1 square to a square adjacent to an enemy.",damage:"The brassbound shifts 1 square to a square adjacent to an enemy",category:3},{id:"c21615b6-4ab9-4272-ac4a-3f7136f2d3d0",name:"Avenge Me!",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"One adjacent ally makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b629c96-3c36-4dcb-9fda-df28c79aca7e",name:"Chevesh",details:"",size:2,origin:4,type:2,keywords:"fire; human",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +18, Dungeoneering +15",equipment:"dagger; implement, wand",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:12},intelligence:{score:22},wisdom:{score:16},charisma:{score:13},hp:228,initiative:8,ac:27,fortitude:25,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"4b9910f2-5b94-43dd-9df3-9b6d1313f4cf",name:"Flame Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d4+4 damage plus 2d8 fire damage.",damage:"1d4+4 damage plus 2d8 fire damage",category:1},{id:"fcc3f0e5-7fe2-4e57-8109-98134e067317",name:"Flame Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"3d4+7 fire damage.",damage:"3d4+7 fire damage",category:1},{id:"63ca7eb0-db81-491d-b6a7-2458620dfa96",name:"Missile Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Chevesh makes two flame missile attacks.",damage:"",category:1},{id:"00a15a93-f687-45f2-9592-441b7de1fb25",name:"Lances of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 4d6+6 fire damage, and Chevesh pushes the target 4 squares.",damage:"4d6+6 fire damage",category:1},{id:"45d4c9d1-7e53-4249-b211-37c6a6481cfd",name:"Prismatic Beams",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"2d6+7 poison damage, and ongoing 5 poison damage (save ends). Effect: Chevesh makes a secondary attack. Secondary Attack: Close burst 5",attack:{bonus:18,defence:1},description:"",details:"targets enemies; targets enemies; +18 vs. Reflex; 2d6 + 7 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 7 fire damage",category:1},{id:"adf59b4f-15f3-4554-b25f-0aa6b705354d",name:"Body of Flame",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering creature takes 10 fire damage.",damage:"the triggering creature takes 10 fire damage",category:4},{id:"a2736f39-9fc7-4a18-816d-f580ea330e9d",name:"Blur",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Enemies 5 or more squares away from Chevesh cannot see him. Sustain Minor: The effect persists.",damage:"Enemies 5 or more squares away from Chevesh cannot see him",category:3},{id:"489e6ba5-2cec-441a-849c-76104929fabf",name:"Displacement",action:{action:5,trigger:"when an attack hits chevesh",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The attacker must reroll the attack.",damage:"",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e638304a-caa3-4140-af96-e5c530333ec3",name:"Cobalt Inquisitor",details:"",size:2,origin:4,type:2,keywords:"deva",level:14,role:{type:3,flag:0,leader:!0},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"History +15, Religion +15",equipment:"chainmail; quarterstaff",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:11},intelligence:{score:16},wisdom:{score:19},charisma:{score:22},hp:134,initiative:7,ac:26,fortitude:25,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"aeeb8050-ddc5-4b35-8548-266628043e7d",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+4 damage, and one enemy within 5 squares of the cobalt inquisitor other than the primary target takes 5 psychic damage.",damage:"2d8+4 damage",category:1},{id:"24886b5a-fa38-4d8d-85e3-ff491bc3afc1",name:"Holy Shackles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the target makes a save to end this effect"},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"1d10+6 psychic damage, and the target is restrained (save ends). Each enemy that starts its turn adjacent to the target while the target is restrained by this power is immobilized (save ends).",damage:"1d10+6 psychic damage",category:1},{id:"d992694b-c8d0-4480-b0cb-c7b7d7cde76b",name:"Inquisitor’s Query",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Radiant",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"one immobilized creature; the target is dominated (save ends), and the immobilized condition ends. Miss: The target takes 10 psychic damage.",damage:"the target takes 10 psychic damage",category:3},{id:"a5051f02-b17a-4c52-ad27-a50ef0e702d5",name:"Divine Command",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one ally or two minion allies the cobalt inquisitor can see; the target makes a basic attack as a free action.",damage:"",category:1},{id:"94418565-cd8f-4247-baf5-0c5dc295a033",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the cobalt inquisitor makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The cobalt inquisitor adds 1d6 to the triggering roll.",damage:"The cobalt inquisitor adds 1d6 to the triggering roll",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60216c34-e2de-416a-be1e-d57736e2c266",name:"Copper Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"plate armor; spear",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:20},intelligence:{score:11},wisdom:{score:13},charisma:{score:17},hp:148,initiative:14,ac:31,fortitude:28,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"b20fe253-4362-40cc-b692-e16e77c22a7a",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+6 damage plus 1d6 lightning damage. Effect: The target is marked until the end of the copper guard’s next turn.",damage:"1d8+6 damage plus 1d6 lightning damage",category:1},{id:"029963c1-b301-4e8a-9e26-d9c58bbab37b",name:"Jolting Reminder",action:{action:5,trigger:"when a target marked by the copper guard makes an attack that does not include the copper guard",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 2; 1d8+6 lightning damage, and the target is pushed 2 squares.",damage:"1d8+6 lightning damage",category:5},{id:"008c05d7-3737-41cf-9ee7-ffb06183aab0",name:"Shocking Condemnation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:20,defence:2},description:"",details:"2d8+6 lightning damage, and the target is immobilized until the end of the copper guard’s next turn.",damage:"2d8+6 lightning damage",category:1},{id:"fff6a3f3-383f-429c-9d18-817095b2c2ce",name:"Copper Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A copper guard gains resist 20 lightning when adjacent to at least one other copper guard.",damage:"A copper guard gains resist 20 lightning when adjacent to at least one other copper guard",category:0}],damageModifiers:[],resist:"see copper defense",vulnerable:"",immune:"",tactics:""},{id:"3c50003a-4da5-4179-ae68-8f5bd6d30ece",name:"Death Giant Dreadguard",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +18",equipment:"heavy shield; mace; plate armor",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:209,initiative:18,ac:38,fortitude:37,reflex:33,will:31,regeneration:null,auras:[{id:"b7d3d13b-b9f7-4ae3-a571-76c2f2a92373",name:"Soulcatcher",keywords:"",details:"aura 5; a creature that dies within the aura bestows one soul shard to the dreadguard."}],powers:[{id:"ead87e33-608e-4bea-aaed-c61a889fbc15",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is marked until the end of the dreadguard’s next turn.",damage:"2d8+6 damage",category:1},{id:"1631d3e2-1a71-4514-87ce-e9c6afd8426f",name:"Death Guardian",action:{action:5,trigger:"when an enemy marked by the dreadguard makes an attack that does not include the dreadguard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dreadguard makes a mace attack against the triggering enemy.",damage:"",category:5},{id:"61437471-beba-432d-918e-79c32c5f72c2",name:"Soul Shield",action:{action:7,trigger:"when an ally within 5 squares is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dreadguard expends one soul shard and the ally gains a +4 bonus to all defenses against the attack.",damage:"The dreadguard expends one soul shard and the ally gains a +4 bonus to all defenses against the attack",category:5},{id:"57260913-fbb1-464d-ade9-066857be8783",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The dreadguard expends one soul shard and regains 20 hit points.",damage:"The dreadguard expends one soul shard and regains 20 hit points",category:3},{id:"99becfdc-bebb-45fb-82f5-b923aba7c0a0",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the dreadguard to protect and empower it. At the start of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the dreadguard takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7740d24-a267-40db-a1b6-b01c38618340",name:"Death Giant Soulcatcher",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +18",equipment:"dagger; leather armor",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:22},charisma:{score:15},hp:209,initiative:16,ac:36,fortitude:35,reflex:32,will:35,regeneration:null,auras:[{id:"bf00ce5f-079b-4540-a4cc-4979a3211ca9",name:"Soulcatcher",keywords:"",details:"aura 10; a creature that dies within the aura bestows one soul shard to the soulcatcher."}],powers:[{id:"e7090aaf-541a-4927-b37a-212ccfbfa68c",name:"Soul Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d6+8 damage and the target is immobilized until the end of the soulcatcher’s next turn.",damage:"2d6+8 damage and the target is immobilized until the end of the soulcatcher’s next turn",category:1},{id:"7bc3f9d2-2b40-459f-8eeb-c0597ac648fb",name:"Soul Shrive",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"the target is stunned and loses 1 healing surge at the start of its turn (save ends both). A target without healing surges takes damage equal to one quarter its total hit points. Each time the target loses a healing surge or takes damage from soul shrive, the soulcatcher gains a soul shard.",damage:"a target without healing surges takes damage equal to one quarter its total hit points",category:1},{id:"f50db228-3dc1-40c8-9624-adae0f79ba71",name:"Soulfury Detonation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"must expend 3 soul shards",range:"Area burst 2 within 10",attack:{bonus:26,defence:1},description:"",details:"2d12+6 necrotic damage, and the target is dazed (save ends).",damage:"2d12+6 necrotic damage",category:1},{id:"dfe66f81-3111-4409-be60-76ba63a4294e",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The soulcatcher expends one soul shard and regains 20 hit points.",damage:"The soulcatcher expends one soul shard and regains 20 hit points",category:3},{id:"09a5a478-ee69-4a19-ac3c-6202b56be2a3",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the soulcatcher to protect and empower it. At the start of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the soulcatcher takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f145eddb-cb19-4207-ab4c-b3e0b87e94de",name:"Iron Talon",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Lawful Good",languages:"Common, Draconic",skills:"Bluff +13, Stealth +8",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:15},intelligence:{score:12},wisdom:{score:13},charisma:{score:20},hp:120,initiative:10,ac:28,fortitude:25,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"1f8fa452-9fe8-4a17-8578-ee867cac1bd4",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 vs. AC against a bloodied target )1d10 + 5 damage.",damage:"ac against a bloodied target )1d10 + 5 damage",category:1},{id:"4a55e496-0a8c-4e01-82d0-42eb1d1bc26a",name:"Righteous Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is marked by this power"},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"targets one enemy; the target is marked (save ends).",damage:"",category:3},{id:"dfaf00e2-7b62-4b2a-ac97-4625a3c63695",name:"Brilliant Doom",action:{action:7,trigger:"when a creature marked by the iron talon shifts",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:null,description:"",details:"The target takes 2d6 fire and radiant damage.",damage:"the target takes 2d6 fire and radiant damage",category:5},{id:"9bec6213-f8f9-4b14-9b5f-ae8b7809a7af",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron talon gains a +1 power bonus to its next attack roll against an enemy that hit it since the iron talon’s last turn. If the attack hits and deals damage, the iron talon deals 5 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5df67c5-bc84-44c4-821e-21b0716adca6",name:"Josseth Crownblade",details:"",size:2,origin:4,type:2,keywords:"human",level:18,role:{type:7,flag:1,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Diplomacy +21, Intimidate +21, Religion +15",equipment:"flail; heavy shield; plate armor",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:18},intelligence:{score:13},wisdom:{score:9},charisma:{score:24},hp:346,initiative:15,ac:33,fortitude:29,reflex:28,will:31,regeneration:null,auras:[{id:"5dc0db8c-0976-4629-86dd-1b6f389ed6c1",name:"Infectious Fervor",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to saving throws."}],powers:[{id:"9df8210f-e35e-401c-b275-63002cc0e4eb",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+7 damage plus 1d6 radiant damage. Effect: The target is marked until the end of Josseth’s next turn.",damage:"1d10+7 damage plus 1d6 radiant damage",category:1},{id:"7aa39c2b-bb5f-451a-92ee-8a8972b521ff",name:"Worthy Sacrifice",action:{action:5,trigger:"when an ally within range drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the triggering ally makes a basic attack as a free action.",damage:"",category:5},{id:"d8a366cf-aa3b-407f-aefa-51022aef099f",name:"Order’s Virtues",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"the target chooses to take 4d10 + 7 radiant damage or become dominated (save ends).",damage:"the target chooses to take 4d10 + 7 radiant damage or become dominated (save ends)",category:1},{id:"c206b561-c1ea-4f66-81e4-c65c9027ccd9",name:"Suffer Not the Infidel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one ally; the target shifts 2 squares and makes a basic attack as a free action.",damage:"the target shifts 2 squares and makes a basic attack as a free action",category:3},{id:"c06f307e-334a-4462-a6bb-c32748828a8e",name:"Brilliant Rebuke",action:{action:7,trigger:"when a creature marked by josseth makes an attack that does not include him as a target",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:23,defence:3},description:"",details:"targets the triggering creature; 2d6 radiant damage, the target is dazed until it is no longer marked, and each enemy adjacent to the target is blinded until the end of Josseth’s next turn.",damage:"2d6 radiant damage",category:5},{id:"befa6fe5-970d-4496-b23a-34de9ab5b414",name:"United We Stand",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets allies; Josseth pulls the target 1 square, and the target gains a +2 bonus to attack rolls and all defenses until the end of Josseth’s next turn.",damage:"Josseth pulls the target 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e78ca96b-049e-4a4c-ba97-5b1ae4e41bcd",name:"Naibur Tinok",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Netherese, Primordial",skills:"Arcana +12, Diplomacy +9, History +12",equipment:"bastard sword; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:19},wisdom:{score:12},charisma:{score:13},hp:156,initiative:5,ac:23,fortitude:18,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"6e5c177a-26bc-465c-9db8-f8e0be510673",name:"Acidic Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+3 acid damage.",damage:"1d10+3 acid damage",category:1},{id:"bb841a0c-6cac-4793-aea6-00da62e0d75c",name:"Corrosive Splash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Naibur makes two acidic slash attacks. If either hits, Naibur deals 3 points of acid damage to each enemy adjacent to him that he did not hit.",damage:"naibur deals 3 points of acid damage to each enemy adjacent to him that he did not hit",category:1},{id:"5bd36033-42ad-4b05-9336-2ee36db8b4f0",name:"Enervating Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d10+4 damage. Miss: Half damage. Effect: The target is weakened (save ends).",damage:"2d10+4 damage",category:1},{id:"b32b78d9-d38f-4e97-b539-8bbed3c87c24",name:"Lightning Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Close burst 2",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 2d10+4 lightning damage.",damage:"2d10+4 lightning damage",category:1},{id:"b5f3a95c-5057-467c-a1d8-fdebf9c1c558",name:"Aegis of Ensnarement",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets one enemy in burst; no attack roll; the target is marked until Naibur marks another target with this power. If a target marked by this power is within 10 squares of Naibur when it hits with an attack that does not include him as a target, Naibur can use an immediate reaction after the target’s entire attack is resolved to teleport the target to any space adjacent to him. In addition, the target grants combat advantage to all creatures until the end of Naibur’s next turn.",damage:"If a target marked by this power is within 10 squares of Naibur when it hits with an attack that does not include him as a target",category:3},{id:"df46d87d-7d36-4c8e-aee6-c0de393b89ad",name:"Shadowstride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Illusion, Teleportation",condition:"",range:"",attack:null,description:"",details:"Naibur teleports 6 squares and is invisible until the start of his next turn.",damage:"Naibur teleports 6 squares and is invisible until the start of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69f8a758-b72c-40f3-a979-aeaedba8fb76",name:"Rilta",details:"",size:2,origin:1,type:2,keywords:"air; Genasi",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6 see also cloud hop",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +12, Stealth +12, Thievery +12",equipment:"dagger; leather armor; short sword",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:19},intelligence:{score:13},wisdom:{score:12},charisma:{score:18},hp:188,initiative:10,ac:23,fortitude:19,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"016b987f-6fc5-40ae-9c55-2f0bcc7546db",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+5 damage plus 1d6 cold damage, and Rilta shifts 2 squares.",damage:"1d6+5 damage plus 1d6 cold damage",category:1},{id:"46d02918-8209-47fe-b13b-f11a50fec67e",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:0},description:"",details:"2d4+5 damage, and the target cannot make opportunity attacks until the end of Rilta’s next turn.",damage:"2d4+5 damage",category:1},{id:"362f3954-20dd-40d6-8295-657e899472b3",name:"Swiftwind Stride",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rilta makes two basic attacks.",damage:"",category:1},{id:"1eb9ced2-48e0-46a3-8af0-d8884e0f2b0c",name:"Steel Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:12,defence:2},description:"",details:"targets enemies; 2d6+5 damage, and Rilta pushes the target 1 square and knocks it prone.",damage:"2d6+5 damage",category:1},{id:"f70e2aa0-9097-4652-840d-b2a10eebbdf4",name:"Knockout Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+4 damage and the target is knocked unconscious (save ends). Miss: Half damage, and the target is dazed (save ends).",damage:"2d6+4 damage and the target is knocked unconscious (save ends)",category:1},{id:"8f374130-ad55-470b-ac7b-a20cb6d1fc64",name:"Evasive Flip",action:{action:4,trigger:"when a creature flanks rilta",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Rilta shifts 2 squares, which can move her through occupied squares. At the end of her movement, Rilta deals 4 damage to an adjacent enemy.",damage:"rilta deals 4 damage to an adjacent enemy",category:5},{id:"fe3ccb9b-ed5e-4ab8-af8d-8dd653409fc7",name:"Cloud Hop",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of her turn, Rilta gains fly 6 and can hover. If Rilta ends her turn without landing, she floats harmlessly to the ground.",damage:"Rilta gains fly 6 and can hover",category:3},{id:"42eb3828-2cd2-40a0-b150-dc01be1896fb",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rilta deals 2d6 extra damage against any target granting combat advantage to her.",damage:"rilta deals 2d6 extra damage against any target granting combat advantage to her",category:0},{id:"04d50c46-2340-48c7-b4c6-eafee862f471",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rilta has combat advantage against any enemy that has not yet acted in the encounter.",damage:"",category:0}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e60ddf2-8383-4fcf-a469-d2ff1302cdfb",name:"Salavar Dag",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:16,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +16, Intimidate +10",equipment:"execution axe; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:18},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:192,initiative:12,ac:28,fortitude:31,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"771c3fd7-c0e3-4731-902a-2c843ac5b68b",name:"Great Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d12+6 damage (crit 2d12 + 30).",damage:"2d12+6 damage (crit 2d12 + 30)",category:1},{id:"4b7fc378-c72a-44dc-a654-986207d4c0f2",name:"Killing Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied or when an enemy scores a critical hit against salavar"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 2d12+6 damage (crit 2d12 + 32). Effect: Salavar shifts 1 square and repeats the attack.",damage:"2d12+6 damage (crit 2d12 + 32)",category:1},{id:"40bd3b44-b8db-43bc-968c-70096df32db2",name:"Furious Assault",action:{action:7,trigger:"when salavar hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack deals 1[W] extra damage if it’s a weapon attack or 1d8 extra damage if it isn’t.",damage:"the attack deals 1[w] extra damage if it’s a weapon attack or 1d8 extra damage if it isn’t",category:5},{id:"f593c60a-94b7-4f5c-bdc9-2d8913671fa5",name:"Half-Orc Resilience",action:null,keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Salavar gains 10 temporary hit points.",damage:"Salavar gains 10 temporary hit points",category:0},{id:"801c00c6-0f50-44e1-aca0-ca273b791feb",name:"Obedient Servant",action:null,keywords:"",condition:"",range:"Salavar Dag deals 1[W] extra damage on any melee basic attack he makes granted by an ally.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3629c3b9-40cb-47f8-b049-fcfac6e4e1b9",name:"Tanris",details:"",size:2,origin:1,type:2,keywords:"air, water; Genasi",level:12,role:{type:4,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Primordial",skills:"Bluff +11, Insight +13, Stealth +16",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:20},intelligence:{score:16},wisdom:{score:14},charisma:{score:10},hp:184,initiative:15,ac:26,fortitude:22,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"fd474c20-3e07-4d25-ae2f-e85fe184cf16",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"6d446121-033f-45ad-b822-01a1f33f9e8c",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"59863dee-65b3-4940-9a31-52923342342b",name:"Near or Far",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Tanris makes two basic (melee or ranged) attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"a975383f-f863-4e02-a839-b4298dcb63a1",name:"By the Throat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage, and the target is grabbed and takes a –2 penalty to escape checks to escape the grab.",damage:"1d4+5 damage",category:1},{id:"5b0a2809-ac68-4cec-b3af-a60e41eed6e7",name:"Close Shave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets one creature grabbed by Tanris; 3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"8e603eb0-4597-4138-bca6-cdbe79637e98",name:"Before You Go",action:{action:7,trigger:"when an enemy grabbed by tanris escapes",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets the escaping enemy; 2d4+5 damage.",damage:"2d4+5 damage",category:5},{id:"6336d2e7-631b-4c97-bd03-19d719c10fa5",name:"Rising Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:14,defence:2},description:"",details:"2d10 lightning damage. Effect: Tanris gains fly 6 until the end of his next turn.",damage:"2d10 lightning damage",category:3},{id:"ed4ef0b5-0c14-47db-840b-3971952e1d81",name:"Body Shield",action:{action:0,trigger:"when an enemy hits or misses tanris",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be grabbing a creature",range:"",attack:null,description:"",details:"Tanris takes only half damage from the hit, and the grabbed creature takes the rest. If the attack misses and deals damage on a miss, Tanris takes no damage and the grabbed enemy takes all the damage from the attack.",damage:"tanris takes only half damage from the hit",category:5},{id:"54ab93b7-761e-483f-910c-68eb6f507884",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Tanris deals 1d6 extra damage against any target granting combat advantage to him.",damage:"tanris deals 1d6 extra damage against any target granting combat advantage to him",category:0}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f34a9b2-718f-4f28-9aee-556b619d8870",name:"Traitorous Spirit",details:"",size:2,origin:5,type:2,keywords:"",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:14,ac:35,fortitude:35,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"c9e2ce5e-69f8-4897-becd-930520a18b88",name:"Shiv",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"11 damage (13 damage with combat advantage).",damage:"11 damage (13 damage with combat advantage)",category:1},{id:"a37fdecb-e34c-45e3-b911-22562ea70bfc",name:"Last Betrayal",action:null,keywords:"Weapon",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The traitorous spirit makes a shiv attack against each adjacent enemy.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dfa21621-beeb-4c8c-a438-01a1d81592ab",name:"Mage Wight",details:"",size:2,origin:4,type:2,keywords:"undead, wight",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 3",alignment:"Evil",languages:"Common",skills:"Arcana +9, Dungeoneering +5, Nature +5",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:46,initiative:3,ac:17,fortitude:14,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"958fa909-c5e3-4edc-a15d-e14d415a458f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+2 necrotic damage, and the mage wight pushes the target 2 squares. If the target is immobilized, it also loses a healing surge.",damage:"2d6+2 necrotic damage",category:1},{id:"e9dc4b37-b862-4312-8237-58602c673ac9",name:"Deathchill Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d8+3 necrotic damage, and the target is immobilized (save ends).",damage:"1d8+3 necrotic damage",category:1},{id:"4b37ca5d-eb22-4804-99ed-b6f289566ca6",name:"Spirit-Chilling Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:6,defence:1},description:"",details:"targets immobilized enemies; 1d6+3 cold and necrotic damage, the target loses a healing surge, and two deathchill wisps appear in squares adjacent to the target. The wisps act just after the mage wight in the initiative order. Miss: 1d6 + 3 cold and necrotic damage, and one deathchill wisp appears next to the target.",damage:"1d6+3 cold and necrotic damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"17e036ab-9cc6-4a82-8a1e-f31472f31f54",name:"Tainted Bat",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; blindsight 3",movement:"1, fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:15},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:1,initiative:4,ac:13,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"71719e3c-aa3d-48c3-9e5d-339643a73e1c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"1106eedf-9caf-4d7b-9e87-851f58c686cb",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The tainted bat flies 6 squares and makes one melee basic attack at any point during that movement. It doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43ddec94-1bd1-47f9-b3d2-8409432e530e",name:"Tainted Ooze",details:"",size:2,origin:0,type:0,keywords:"blind, ooze",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +4; blindsight 5",movement:"4, climb 2, swim 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:1,initiative:2,ac:13,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"a68c7fa9-3e14-453a-a9ba-f2150a05aacd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:4,defence:1},description:"",details:"3 acid damage, and the target slides 2 squares.",damage:"3 acid damage",category:1},{id:"bd4b0575-b623-4cb4-bfa7-4a50491fb454",name:"Oozy Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tainted ooze ignores difficult terrain.",damage:"",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze, pull/push/slide",tactics:""},{id:"64ae5a55-dea7-45db-8b8c-e490bb911f5e",name:"Tainted Root",details:"",size:2,origin:0,type:0,keywords:"blind, ooze",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6; blindsight 5",movement:"2, climb 2 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:17},intelligence:{score:1},wisdom:{score:12},charisma:{score:4},hp:1,initiative:3,ac:15,fortitude:13,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"302dafaf-7da6-439f-b785-0ba2307fd68f",name:"Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"must not be grabbing an enemy",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 4 damage, and the target is grabbed and pulled adjacent to the root.",damage:"4 damage",category:1},{id:"594fd2cc-fd2d-4829-a5d1-2ebe10be0921",name:"Drag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Targets an enemy grabbed by the tainted root; 2 damage, and the tainted root shifts 1 square and slides the target 1 square to a square adjacent to the tainted root.",damage:"2 damage",category:1},{id:"867a0db0-f586-4cc2-9a68-04126877f3e4",name:"Snaky Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tainted root ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"640fb432-0af5-486e-87bb-bc26ba687f49",name:"Tainted Root Pod",details:"",size:2,origin:0,type:1,keywords:"blind, plant",level:2,role:{type:3,flag:0,leader:!1},senses:"Perception +3; blindsight 5",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:17},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:34,initiative:1,ac:16,fortitude:14,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"aa35c882-ed46-4295-ab4c-b27276940f2b",name:"Root Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 1d8+3 damage, and the target is grabbed. The tainted root pod can grab one target at time.",damage:"1d8+3 damage",category:1},{id:"93cb8cf3-c86d-4e88-b1e1-193291b909d8",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Targets a creature the tainted vine pod is grabbing; 1d8+3 damage, and the vine pod sustains the grab.",damage:"1d8+3 damage",category:1},{id:"b93b8d3e-932c-47c1-9cf1-7999fc1f3fd7",name:"Pulling Roots",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tainted root pod shifts 2 squares and slides any creature grabbed by it 2 squares into a square adjacent to it.",damage:"The tainted root pod shifts 2 squares and slides any creature grabbed by it 2 squares into a square adjacent to it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e14f4fb-8a3c-46e2-a0c1-3e2a7a2065fc",name:"Tainted Wisp",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"fly 6 (hover)",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:15},charisma:{score:10},hp:1,initiative:7,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"fe1d1f08-99e8-46ff-a096-df6166df90fc",name:"Tainted Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"4 psychic damage.",damage:"4 psychic damage",category:1},{id:"01590d99-7ee9-43c0-abc7-259a2c1c1288",name:"Incorporeal Form",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when an attack hits the tainted wisp",range:"",attack:null,description:"",details:"Roll d20; on a 10+, the tainted wisp takes no damage.",damage:"the tainted wisp takes no damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3b23496b-0a11-4c5c-bcc6-ba758119bbc6",name:"Tainted Zombie",details:"",size:2,origin:0,type:0,keywords:"undead",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:10},dexterity:{score:14},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:30,initiative:2,ac:13,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"9f44dc60-2f6a-4aa7-8e48-81e3d839a467",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+3 damage, and the target is immobilized (save ends).",damage:"1d8+3 damage",category:1},{id:"fc575d82-f024-4e21-982f-7f3579187821",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Targets an immobilized creature; 2d6+3 damage, and the target is no longer immobilized.",damage:"2d6+3 damage",category:1},{id:"d7bec112-185d-43e8-9155-ec0e90b22173",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the zombie reduces it to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ad00a27a-9c42-43f9-b2c7-b2c626d0baa4",name:"Amon Bassiri",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:17,role:{type:4,flag:1,leader:!0},senses:"Perception +18; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +13, Bluff +15, History +13, Stealth +20, Thievery +20",equipment:"dagger; leather armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:24},intelligence:{score:16},wisdom:{score:21},charisma:{score:14},hp:246,initiative:19,ac:31,fortitude:29,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"7fc951ad-3cf8-4d97-b5ff-d003111a8d2d",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d4+6 damage.",damage:"4d4+6 damage",category:1},{id:"7d241e66-4010-46a7-a3ed-2885b23f2ac9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri makes two dagger attacks.",damage:"",category:1},{id:"ab53dc70-e0c6-4f2c-8c39-a7690fbd4ee9",name:"Arcane Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"6d4+10 damage; Amon Bassiri can choose to do normal damage with this attack, or have the attack deal cold, fire, lightning, or thunder damage instead.",damage:"6d4+10 damage",category:1},{id:"5c0e6ffc-e0f3-4d02-9cd1-a20e964df282",name:"Rush to Action",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d4+17 damage; Amon Bassiri can shift 2 squares both before and after making this attack.",damage:"4d4+17 damage",category:1},{id:"7ae921c8-a24c-4048-bd93-5a9b2005fd04",name:"No More Secrets",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one creature; the target gains 10 vulnerability to cold, fire, lightning, or thunder (Amon’s choice) until the end of Amon’s next turn.",damage:"the target gains 10 vulnerability to cold",category:3},{id:"86ee506b-f62f-44df-bdb2-0abd5aaf6ac4",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri can teleport 5 squares.",damage:"Amon Bassiri can teleport 5 squares",category:2},{id:"bef2dce1-66d0-4a35-9345-7bd4864bb63d",name:"Swift Watcher",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One eladrin ally within 5 squares of Amon (and in his line of sight) can shift 2 squares as a free action.",damage:"One eladrin ally within 5 squares of Amon (and in his line of sight) can shift 2 squares as a free action",category:3},{id:"b86a9e1e-5258-44de-ae51-11375f8ffcd2",name:"Watcher’s Signet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri gains a +5 bonus to Stealth checks until the end of his next turn.",damage:"Amon Bassiri gains a +5 bonus to Stealth checks until the end of his next turn",category:3},{id:"e31648ce-9e77-4a19-bc0e-a6e5377a9f0c",name:"Night’s Embrace",action:{action:4,trigger:"when hit or missed by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri gains total concealment from the attacking creature until the end of the creature’s next turn. Amon can use this power even in the radius of a revelation sphere and this power does not end when Amon enters the radius of a revelation sphere.",damage:"",category:5},{id:"05622112-0a8e-4fd3-9733-3bce6ee139ce",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Amon Bassiri deals 3d6 extra damage against any target granting combat advantage to him.",damage:"amon bassiri deals 3d6 extra damage against any target granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"072f2018-5090-4968-b80f-651ebb6c0e5c",name:"Angry Mob",details:"",size:5,origin:4,type:2,keywords:"swarm",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:8},charisma:{score:12},hp:74,initiative:3,ac:17,fortitude:19,reflex:17,will:16,regeneration:null,auras:[{id:"46151fe5-61bf-482f-b6ac-951d7b74966b",name:"Swarm Attack",keywords:"",details:"aura 1; the angry mob makes a basic attack as a free action against each enemy that begins its turn within the aura."}],powers:[{id:"d53a9019-8767-41bc-9551-7e1241ed348f",name:"Savage Mob",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+4 damage, and the target is knocked prone.",damage:"2d6+4 damage",category:1},{id:"35d8b21a-bf9d-4966-95bb-4f8394f9c691",name:"Crushing Press",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An angry mob deals an extra 2d6 damage to prone creatures.",damage:"an angry mob deals an extra 2d6 damage to prone creatures",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"56891a2a-9f73-4a9e-9fb5-bb80329133f6",name:"Arena Champion",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +14, Athletics +16, Bluff +13, Diplomacy +13, Intimidate +13",equipment:"hide armor; scimitar",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:15},wisdom:{score:12},charisma:{score:17},hp:228,initiative:12,ac:25,fortitude:24,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"8260f2d9-2ec2-48a6-9380-4ffe7ed85844",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+4 damage (crit 1d8+20).",damage:"2d8+4 damage (crit 1d8+20)",category:1},{id:"bfbac0b6-6fa9-41b7-8c7a-1299772e46c9",name:"Reaping Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The arena champion makes two scimitar attacks.",damage:"",category:1},{id:"f2b1d524-75b6-4772-9a28-b4f2e2a5f521",name:"Treacherous Move",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"the target grants combat advantage to the arena champion until the end of the champion’s next turn.",damage:"",category:3},{id:"68d3c5ae-9365-44a0-abae-c798c9e8d5f3",name:"Finishing Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Bloodied target only; (two attacks)2d8+4 damage (crit 1d8 + 20), and ongoing 5 damage (save ends).",damage:"(two attacks)2d8+4 damage (crit 1d8 + 20)",category:1},{id:"f9e1c7a9-7d97-4cd4-8f63-5e4b3117f2d6",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arena champion’s scimitar attacks deal 3d6 extra damage to targets granting combat advantage to it.",damage:"the arena champion’s scimitar attacks deal 3d6 extra damage to targets granting combat advantage to it",category:0},{id:"41569ae7-c5bd-4420-b7e0-7f6b8bd9858d",name:"Deft Escape",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the arena champion is marked, that condition ends. In addition, the arena champion shifts 3 squares.",damage:"the arena champion shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7a4950f1-71e1-4b2f-b65f-f929242e0beb",name:"Arena-Trained Ogre",details:"",size:3,origin:4,type:2,keywords:"ogre",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Intimidate +10",equipment:"greataxe; hide armor",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:19},intelligence:{score:8},wisdom:{score:17},charisma:{score:6},hp:173,initiative:9,ac:26,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"c26774ef-11b4-44a9-a65f-9b3bd8ab4973",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 4d6+5 damage.",damage:"4d6+5 damage",category:1},{id:"cbfc3d4b-e2fc-4f91-94c3-80aefd3083f1",name:"Vorpal Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage, and ongoing 10 damage (save ends).",damage:"2d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc335f16-4e35-4620-b21d-b7278967a3b2",name:"Ashgaunt",details:"",size:2,origin:4,type:2,keywords:"undead",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +4; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:16},wisdom:{score:12},charisma:{score:20},hp:82,initiative:7,ac:25,fortitude:24,reflex:20,will:20,regeneration:null,auras:[{id:"69579cfd-e3ae-43c9-9fad-482bc06ed7cd",name:"Grave Masters",keywords:"",details:"aura 5; each undead ally within the aura gains a +2 bonus to attack rolls and to all defenses, +4 if the ashgaunt created the creature with its wake the dead ability."}],powers:[{id:"13bcac6a-b55b-43e6-bd65-e750c2e0c0f3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+5 necrotic damage and target is marked until the end of the ashgaunt’s next turn.",damage:"1d6+5 necrotic damage and target is marked until the end of the ashgaunt’s next turn",category:1},{id:"09d595e1-c66f-485f-b1fe-b882504a7eca",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+5 necrotic damage; if the target is marked, it also loses 1 healing surge and is immobilized (save ends). If the target has no healing surges, the attack does extra damage equal to half the target’s bloodied total. On a hit, the ashgaunt regains 5 hit points.",damage:"2d6+5 necrotic damage",category:1},{id:"bb681c74-16fc-48c5-b3af-9f7cc3e4b449",name:"Wake the Dead",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:null,description:"",details:"targets up to 4 destroyed undead creatures reduced to 0 hit points within range; the targets become zombie rotters (see Monster Manual 274), which fight on the behest of the ashguant until the end of the encounter or for 5 minutes, whichever comes first. The zombie rotters rise as a free action, and act after the ashgaunt in the initiative order.",damage:"targets up to 4 destroyed undead creatures reduced to 0 hit points within range",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"efdfbc3c-ce41-42d7-9ab9-a2db9a8023f4",name:"Aspect of Yeenoghu",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Athletics +24, Insight +24, Intimidate +22, Nature +24, Stealth +23",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:24},intelligence:{score:20},wisdom:{score:26},charisma:{score:22},hp:424,initiative:20,ac:36,fortitude:36,reflex:34,will:35,regeneration:null,auras:[{id:"2538e37b-ae7e-4f2b-93a6-2ed4d663cc6e",name:"Fetid Cloud",keywords:"",details:"aura 3; each enemy inside the aura takes a –2 penalty to attack rolls."}],powers:[{id:"3fd208a5-685b-4daf-b80e-a624225d6ff5",name:"Three-Headed Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d6 + 9 damage.",damage:"2d6 + 9 damage",category:1},{id:"db9aa042-3600-4fe8-bdce-eaade8d315da",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"at-will against target hit by three-headed flail",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 1d6 + 9 damage, and ongoing 5 damage (save ends).",damage:"1d6 + 9 damage",category:3},{id:"a825f993-7450-4cb6-a61e-9d96e954e122",name:"Fetid Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the aspect reduces an enemy to 0 or fewer hit points"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:25,defence:1},description:"",details:"2d6+9 poison damage, and the target is pushed 1 square and takes ongoing 10 poison damage (save ends).",damage:"2d6+9 poison damage",category:1},{id:"d98a7fd7-6d4c-4f71-a671-c298ea29c4eb",name:"Threatening Reach",action:null,keywords:"",condition:"requires three-headed flail",range:"",attack:null,description:"",details:"The aspect of Yeenoghu can make opportunity attacks against all creatures within its reach (2 squares).",damage:"",category:0},{id:"d2b26710-a66a-4b71-adb1-61029f4c94d2",name:"Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Yeenoghu can shift 3 squares. Until the end of the aspect’s turn, any target it ends its move adjacent to grants combat advantage to the aspect.",damage:"The aspect of Yeenoghu can shift 3 squares",category:2},{id:"f3e32147-c094-4122-b80f-f13d6f50b7b0",name:"Hyena Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If an aspect of Yeenoghu moves at least 3 squares from where it began its turn, its attacks deal 2d6 extra damage.",damage:"its attacks deal 2d6 extra damage",category:0},{id:"a5de29b0-d558-4e75-ba4f-87e3fb3adc27",name:"Demonic Wrath",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When bloodied, an aspect of Yeenoghu gains a +2 bonus to attack rolls.",damage:"an aspect of Yeenoghu gains a +2 bonus to attack rolls",category:0}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"51d69d5c-b63b-40c2-ab26-42890e330be8",name:"Barrier Sentinel",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +7, History +7",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:196,initiative:11,ac:25,fortitude:21,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"85734f29-54ec-4693-b988-60c098a0bbb5",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage, and the target is marked until the end of the barrier sentinel’s next turn.",damage:"1d8+7 damage",category:1},{id:"e70dcdbf-55e0-4dc2-b7f4-32b47f4eb0d2",name:"Drive Back",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 3 squares.",damage:"2d8+7 damage",category:1},{id:"3a7aa027-82fb-45a6-8e9e-b44d626c933f",name:"Shield Riposte",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires shield",range:"",attack:{bonus:14,defence:1},description:"",details:"1d6+5 damage, and barrier sentinel gains a +2 bonus to AC and Reflex until the end of its next turn.",damage:"1d6+5 damage",category:5},{id:"96856917-fba0-4212-9eb1-a5b237114683",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The barrier sentinel can teleport 5 squares.",damage:"The barrier sentinel can teleport 5 squares",category:2},{id:"41b44435-5800-4f19-8d6c-943f17241176",name:"Sentinel Step",action:{action:4,trigger:"when an enemy moves into a position flanking the barrier sentinel",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barrier sentinel can teleport 5 squares.",damage:"The barrier sentinel can teleport 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07d520e2-8dcd-4fd8-a46e-b2903513580e",name:"Bloodcrazed Duergar Dhampyr",details:"",size:2,origin:4,type:2,keywords:"devil, vampire",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +11, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:17},intelligence:{score:9},wisdom:{score:15},charisma:{score:10},hp:214,initiative:7,ac:20,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"ca5156ec-c2f8-481f-aab5-088154ca77eb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+5 damage, and ongoing 5 damage (save ends).",damage:"1d12+5 damage",category:1},{id:"72a2f110-da71-460c-81fa-ff63aeea9961",name:"Blood Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodcrazed duergar dhampyr makes two claw attacks. If the first claw attack hits a target, the dhampyr can attempt to grab that target instead of making the second claw attack.",damage:"",category:1},{id:"551777c5-1057-4650-8ae3-81e9d20c2f7f",name:"Blood Letting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires a grabbed target",range:"",attack:{bonus:9,defence:1},description:"",details:"1d8+5 damage, and ongoing 5 damage (save ends), and the bloodcrazed duergar dhampyr regains 25 hit points.",damage:"1d8+5 damage",category:1},{id:"415d38b4-8549-4f64-958d-fe4041c53bba",name:"Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:10,defence:0},description:"",details:"2d8+8 damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"2d8+8 damage",category:3}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7cff9838-8f3c-44b9-ac05-7a84685ea1b5",name:"Bugbear Assassin",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +10, Stealth +12, Thievery +12",equipment:"crossbow; crossbow bolt; dagger; leather armor; longsword",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:14},hp:168,initiative:9,ac:21,fortitude:21,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"ea540fef-239b-4a5b-82e7-408428f28157",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+4 damage (crit +1d8).",damage:"2d8+4 damage (crit +1d8)",category:1},{id:"2ec849ec-af68-42d2-8b18-6c7bd7336cdb",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"d898f376-7fca-4467-952f-965f035cf90e",name:"Acid Vial",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:10,defence:2},description:"",details:"2d6+4 acid damage, and the target is blinded (save ends).",damage:"2d6+4 acid damage",category:1},{id:"c9bd5ce4-cad2-4835-bff0-c9abc2deba22",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The bugbear assassin makes two longsword or two crossbow attacks.",damage:"",category:1},{id:"289b0b5b-4011-4789-b16a-7e62e428da8b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bugbear assassin’s attack deals 1d10 extra damage to any target granting combat advantage to it.",damage:"a bugbear assassin’s attack deals 1d10 extra damage to any target granting combat advantage to it",category:0},{id:"cb35d402-5c68-4d1a-84b3-3bcd098ec10b",name:"Assassin’s Stop",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear assassin shifts 2 squares.",damage:"The bugbear assassin shifts 2 squares",category:2},{id:"beb4bd14-f257-46d9-8765-12a4df04e7ea",name:"Assassin’s Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"The bugbear assassin shifts 1 square and makes an attack against the triggering creature; on a hit, any marks placed on the assassin by the triggering creature are removed and the triggering creature grants combat advantage to the assassin.",damage:"The bugbear assassin shifts 1 square and makes an attack against the triggering creature",category:5},{id:"2c3e8bb1-0df9-4b96-a491-cd4b2ca5e015",name:"Poison Blade",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"special",range:"",attack:null,description:"",details:"As a minor action, the assassin can apply one of the following three poisons to its weapons. Once it applies the poison, it gains a secondary attack against the next target it damages with that weapon. The assassin can use only one poison on a weapon at a time. If it applies another poison before damaging an enemy with its first poison, the initial poison is wasted.",damage:"it gains a secondary attack against the next target it damages with that weapon",category:3},{id:"adcbed76-3d6f-4aed-aee7-b824db6e6b0a",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The assassin deals 1d6 extra damage against the next target granting combat advantage to it.",damage:"the assassin deals 1d6 extra damage against the next target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23b6c80e-e358-4f9b-a74a-f47045e87143",name:"Bugbear Bloodghost Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Acrobatics +12, Athletics +12, Intimidate +6, Stealth +14",equipment:"greataxe; hide armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:85,initiative:9,ac:22,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"016205cf-abe1-4d00-840b-ad108700913b",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+5 damage (crit 1d12+17).",damage:"1d12+5 damage (crit 1d12+17)",category:1},{id:"ba5fb5bf-5964-4c96-a4eb-26a552a159e5",name:"Slayer’s Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The bloodghost hunter moves 7 squares before the attack and does not provoke opportunity attacks by moving; 1d12+5 damage (crit 1d12 + 17). Effect: The bloodghost hunter shifts 3 squares after the attack.",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"4be3ed6b-05ce-4714-bf5f-3ea1afef3957",name:"Blur of Movement",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodghost hunter shifts 3 squares.",damage:"The bloodghost hunter shifts 3 squares",category:2},{id:"b71866b0-5e03-4582-9a7e-3b67f9c41448",name:"Shadow Ghost",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the bloodghost hunter has cover or concealment, it can make a Stealth check with a +2 bonus to become hidden.",damage:"it can make a Stealth check with a +2 bonus to become hidden",category:3},{id:"af59e8d4-5a4d-4e2d-806c-85c18ca104a4",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hunter deals 1d6 extra damage against the next target granting combat advantage to it.",damage:"the hunter deals 1d6 extra damage against the next target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ce4d607-bfbe-434d-9c16-09f2f4050386",name:"Bugbear Shadow Walker",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +9, Athletics +9, Stealth +12, Thievery +10",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:13},wisdom:{score:12},charisma:{score:11},hp:49,initiative:9,ac:19,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"e6a5157c-6ab0-4745-9b61-5eb774beb8f2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"579efebd-1222-4171-8d35-2116335aa8de",name:"Blur of Movement",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow walker shifts up to 8 squares, and can make 2 short sword attacks at any point during the move. The shadow walker must attack two different targets. On a hit, the shadow walker slides the target 3 squares.",damage:"The shadow walker shifts up to 8 squares",category:1},{id:"09a9d963-6dfb-451d-94bb-94ea7c7f8154",name:"Shadow Walk",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"When a shadow walker moves 3 or more squares on its turn, it becomes invisible until the end of its next turn or until it attacks.",damage:"When a shadow walker moves 3 or more squares on its turn",category:0},{id:"4b11dabb-4095-47fa-bee2-20d3e6b285d8",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow walker deals 1d6 extra damage against the next target granting combat advantage to it.",damage:"the shadow walker deals 1d6 extra damage against the next target granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"075bb2cb-8cf4-4b0d-888b-cc6a26f3313b",name:"Cazakk the Blessed",details:"",size:3,origin:4,type:1,keywords:"dragon; red",level:11,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +12, Bluff +13, Insight +12, Intimidate +18",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:15},charisma:{score:17},hp:464,initiative:11,ac:27,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"08e7a982-13ea-4ba1-a9cf-556640c5ebb9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 plus 3d6 fire damage.",damage:"2d6+6 plus 3d6 fire damage",category:1},{id:"80e0dd30-d856-4fea-a44f-d008985a43c5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"3254c722-6873-4989-8f7f-e4bab3f5438b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"030659ec-8417-4aa3-b5b1-d45db8bdcc96",name:"Snatch",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when an enemy moves into a square adjacent to cazakk",range:"",attack:{bonus:16,defence:2},description:"",details:"2d6+6 damage, and the target is grabbed. First Failed Escape Attempt: Cazakk automatically hits the target with his bite attack.",damage:"2d6+6 damage",category:5},{id:"cc9ef8a9-b09c-4278-8626-61640d0f6f04",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"2d10+5 fire damage. Miss: Half damage.",damage:"2d10+5 fire damage",category:1},{id:"8db09c14-b13c-4926-98a8-157deb34c8c3",name:"Glory of Tiamat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"while bloodied",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"the target is pushed 3 squares, knocked prone, and dazed (save ends).",damage:"the target is pushed 3 squares",category:1},{id:"4bfdad43-dca4-4d5c-b2e7-5694a35ce2a6",name:"Glacial Armor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Cazakk gains 33 temporary hit points and a +2 bonus to AC, but his fire resistance goes down to 0. These effects last until the temporary hit points this power grants are gone.",damage:"Cazakk gains 33 temporary hit points and a +2 bonus to AC",category:3}],damageModifiers:[{type:3,value:-10},{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aa17af59-7336-4047-9341-13a7f78eb458",name:"Common Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +6",equipment:"hide armor; short sword",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:11},charisma:{score:10},hp:45,initiative:5,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"b5721e02-737d-4568-bafb-b12866f91654",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage, and the gladiator shifts 1 square.",damage:"1d6+5 damage",category:1},{id:"0ae33e91-b5b6-41e1-be91-bd1876317b17",name:"Deep Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+3 damage, ongoing 3 damage (save ends), and the gladiator shifts 1 square.",damage:"2d6+3 damage",category:1},{id:"ecc60362-8f5b-4203-9cc3-1820bfc0e4de",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires two weapons",range:"",attack:{bonus:8,defence:0},description:"",details:"Two attacks; 1d6+1 damage per attack. If both attacks hit the same target, the gladiator pushes the target 1 square.",damage:"1d6+1 damage per attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00b3ea24-73a7-45c5-b9ef-d2eccac54f17",name:"Crocotta",details:"",size:2,origin:1,type:1,keywords:"demon",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:17},intelligence:{score:5},wisdom:{score:15},charisma:{score:11},hp:94,initiative:9,ac:23,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"6045b884-a987-4eb5-bf08-3c74f236c866",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"191431fd-fc79-4f97-822c-3ea8b8e67e31",name:"Haunting Laughter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:12,defence:3},description:"",details:"2d10+6 damage, and the crocotta slides the target 1 square. Miss: The crocotta slides the target 1 square.",damage:"2d10+6 damage",category:1},{id:"141eb99b-4f2f-4b61-9c84-5bd1107a3600",name:"Morphic Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"Close blast 3",attack:{bonus:12,defence:3},description:"",details:"the target grants combat advantage to the crocotta until the end of the crocotta’s next turn.",damage:"",category:3},{id:"82c6089a-fb6f-4bfd-b8f8-8c98c81d26c5",name:"Craven",action:{action:4,trigger:"when targeted by a power with the fear keyword",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever a Crocotta is the target of an attack with the fear keyword, it shifts 4 squares away from the source of the attack.",damage:"it shifts 4 squares away from the source of the attack",category:5},{id:"e6d0388e-bbdb-4fb5-998a-20efa8f1c7ae",name:"Feint",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a crocotta shifts at least 1 square during its turn, its melee attacks deal 1d6 extra damage.",damage:"",category:0}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b54c1590-6a59-4542-b833-900c470bd400",name:"Dhampyr Asassin",details:"",size:2,origin:4,type:2,keywords:"vampire; human",level:13,role:{type:4,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +17, Athletics +15, Stealth +17",equipment:"kukri; leather armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:22},intelligence:{score:15},wisdom:{score:12},charisma:{score:19},hp:198,initiative:16,ac:27,fortitude:26,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"208a4282-d53b-4a83-b2f0-c39a6754f60f",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+8 damage (reroll any damage die result of 1).",damage:"1d6+8 damage (reroll any damage die result of 1)",category:1},{id:"5db27e6e-7d3d-411c-b0d9-cee4b8c9218a",name:"Blood Run",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The dhampyr assassin moves 6 squares and makes two melee basic attacks at any point during that movement. It does not provoke opportunity attacks when moving away from the targets of these attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"3124583e-6ff6-4e4e-90ac-e11b0350d15c",name:"Tear the Vein",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:16,defence:1},description:"",details:"2d8+6 damage, and the dhampyr assassin regains 25 hit points.",damage:"2d8+6 damage",category:1},{id:"8f16f843-a524-43fb-b049-79109ca6161e",name:"Misty Step",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dhampyr assassin gains insubstantial, phasing, and concealment until the end of its next turn or until it attacks, whichever comes first.",damage:"",category:1},{id:"69d62595-5131-4274-a363-bf34c1d32f25",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dhampyr assassin’s attack deals 3d6 extra damage to any target granting combat advantage to it.",damage:"a dhampyr assassin’s attack deals 3d6 extra damage to any target granting combat advantage to it",category:0},{id:"d388cb90-357b-470a-bdd7-61a02c8fd4f0",name:"Strike from the Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the dhampyr assassin misses with an attack while hidden, it remains hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea56cbde-0cd2-4a11-8edf-1747f581fe9d",name:"Dhampyr Coercer",details:"",size:2,origin:4,type:2,keywords:"vampire; eladrin",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +20, Stealth +15",equipment:"katar; leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:21},intelligence:{score:16},wisdom:{score:15},charisma:{score:24},hp:324,initiative:13,ac:31,fortitude:29,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"96cc0e5b-b532-40f1-9c67-aba5df3b1bc8",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d6+7 damage (crit 4d6+19).",damage:"2d6+7 damage (crit 4d6+19)",category:1},{id:"43de60e6-61f8-4376-86ab-5cff3ecd7ae1",name:"Blood Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The dhampyr coercer makes two melee basic attacks. Each hit also slides the target 1 square.",attack:null,description:"",details:"",damage:"",category:1},{id:"65c58955-203c-4c87-8e6a-85170b9e0c70",name:"Tear the Vein",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:19,defence:1},description:"",details:"2d8+6 damage, and the dhampyr coercer regains 40 hit points.",damage:"2d8+6 damage",category:1},{id:"296b971e-8d62-4f86-8ef3-a865bf93b441",name:"Luring Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"the coercer pulls the target 3 squares and the target is dazed (save ends). This attack does not provoke opportunity attacks.",damage:"the coercer pulls the target 3 squares and the target is dazed (save ends)",category:3},{id:"98c6e4ad-b74e-45b8-a981-bc3d516df10c",name:"Repelling Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close burst 3",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 1d8+7 psychic damage, and the coercer pushes the target 3 squares.",damage:"1d8+7 psychic damage",category:1},{id:"a1c3831b-56c9-4972-b78c-d150de5f8ccf",name:"Bloody Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dhampyr coercer teleports 5 squares. Any target that the coercer ends its teleport adjacent to grants combat advantage to it.",damage:"The dhampyr coercer teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91d8fbee-5e96-4ad4-84a9-ba7fab0d973f",name:"Elder Arantham",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:3,flag:1,leader:!0},senses:"Perception +18; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +21, Diplomacy +20, History +21, Insight +23, Religion +21",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:16},intelligence:{score:19},wisdom:{score:22},charisma:{score:17},hp:448,initiative:15,ac:39,fortitude:37,reflex:38,will:40,regeneration:{value:5,details:"damage from silver weapons negates Arantham’s regeneration until the end of his next turn"},auras:[{id:"0c003803-f183-4686-a05a-3a77e4ccafc0",name:"Deathless Fanaticism",keywords:"",details:"aura 10; each ally within the aura that drops to 0 hit points immediately makes a melee basic attack with a +5 bonus to the attack roll and damage roll."}],powers:[{id:"4f17d7b7-fd37-41f0-ae70-9b98fe017afa",name:"Unholy Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"1d10+6 necrotic damage and ongoing 10 necrotic damage, and when the target of this attack takes ongoing necrotic damage, all adjacent creatures take 5 necrotic damage (save ends both).",damage:"1d10+6 necrotic damage and ongoing 10 necrotic damage",category:1},{id:"e40dcf68-27b1-485f-8ec3-0a4ad5f608d2",name:"Unholy Glare",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"(minor",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"1d10+6 necrotic damage and ongoing 10 necrotic damage, and when the target of this attack takes ongoing necrotic damage, all adjacent creatures take 5 necrotic damage (save ends both).",damage:"1d10+6 necrotic damage and ongoing 10 necrotic damage",category:1},{id:"5709690a-4e3d-4d8c-9a42-b7737e6557e6",name:"Killing in the Name",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"up to three allies in the burst make a melee basic attack with a +2 bonus. Each attack deals 2d6 extra damage.",attack:null,description:"",details:"",damage:"",category:1},{id:"6d2b41d7-f891-46cf-99c6-2ade8ac089e9",name:"Dying for the Cause",action:{action:5,trigger:"when elder arantham takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"requires an adjacent allied minion",range:"",attack:null,description:"",details:"The ally is reduced to 0 hit points. Arantham takes no damage from the triggering attack.",damage:"arantham takes no damage from the triggering attack",category:5},{id:"efebd4d4-30d2-4503-b71d-912a0349ef86",name:"Return to Sanctum",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Arantham teleports himself and one ally within 5 squares to a prepared location within 1 mile.",damage:"Arantham teleports himself and one ally within 5 squares to a prepared location within 1 mile",category:1},{id:"799e1b78-8885-435a-83ec-cf0f23c9b29d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Arantham spends a healing surge and regains 112 hit points. Arantham gains a +2 bonus to all defenses until the start of his next turn.",damage:"Arantham spends a healing surge and regains 112 hit points",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"38f55720-1123-4176-927c-2164abbe174a",name:"Flameharrow",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:3,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"6, teleport 3",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:16},intelligence:{score:18},wisdom:{score:15},charisma:{score:21},hp:244,initiative:9,ac:26,fortitude:24,reflex:25,will:26,regeneration:null,auras:[{id:"7c73bc61-5db2-4a69-8ef2-cfef4ac40a8a",name:"Spiritual Inferno",keywords:"",details:"aura 5; each undead ally within the aura gains resist 10 fire and deals ongoing 5 necrotic damage (save ends) in addition to the normal damage from its attacks."}],powers:[{id:"ebc5c979-cb07-4ea3-bd78-81711bf6ec30",name:"Flameharrow Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+5 fire damage, and the target can’t spend healing surges until the end of the flameharrow’s next turn.",damage:"1d10+5 fire damage",category:1},{id:"d674b966-0648-45e4-99ec-8965d7fa917c",name:"Harrowing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close blast 10",attack:{bonus:16,defence:3},description:"",details:"targets one enemy; 1d8+5 psychic damage, and target is pushed 4 squares. The target is dazed until the end of the flameharrow’s next turn.",damage:"1d8+5 psychic damage",category:3},{id:"302446be-ab2b-49ef-afaf-fe9044ef37d3",name:"Deadfire Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"1d8+6 necrotic damage, and the target takes ongoing 5 fire damage and is immobilized (save ends both).",damage:"1d8+6 necrotic damage",category:3},{id:"2a6a644e-6ae5-49b9-8388-98dc1945d287",name:"Death’s Salvation",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing",condition:"immediate interrupt when an undead ally is reduced to 0 hit points",range:"",attack:null,description:"",details:"Range 10; the triggering ally regains 15 hit points.",damage:"Range 10",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9440b8eb-ccdb-48d3-aa0f-02b5b49bdc72",name:"Grand Melee Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Any",languages:"Common",skills:"",equipment:"javelin; leather armor; light shield; short sword",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:9},charisma:{score:8},hp:1,initiative:5,ac:16,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"cec85204-546e-4b71-b779-88cc89d7754c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3 damage (5 damage with combat advantage).",damage:"3 damage (5 damage with combat advantage)",category:1},{id:"f5f8d789-6ff6-4418-af14-0dbdcc00d275",name:"Dirty Tactics",action:null,keywords:"",condition:"",range:"A target that is adjacent to one or more creatures grants combat advantage to a grand melee gladiator.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"de1e03f9-1c1d-4704-a109-21714fba4cd7",name:"Hoard Scarab Swarm",details:"",size:3,origin:4,type:1,keywords:"swarm",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +15; tremorsense 4",movement:"8, burrow 4, fly 6 (maximum altitude 3)",alignment:"Unaligned",languages:"",skills:"Stealth +15 (+20 amid gold coins or similar material)",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:21},intelligence:{score:1},wisdom:{score:20},charisma:{score:9},hp:85,initiative:14,ac:22,fortitude:21,reflex:23,will:22,regeneration:null,auras:[{id:"032dd476-3efc-4bd7-9372-7209d012c165",name:"Swarm Attack",keywords:"",details:"aura 1; the hoard scarab swarm makes a grasping swarm attack as a free action against each enemy that starts its turn within the aura. This aura deactivates while the hoard scarab swarm is hidden."}],powers:[{id:"89802007-78ac-4055-9cec-fd5706c62e80",name:"Grasping Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d8+1 damage, and the target takes ongoing 5 damage and is grabbed.",damage:"1d8+1 damage",category:1},{id:"5363d743-e677-4227-bba1-a04732741bba",name:"Coin Meld",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Can be used only while at least 1 square in the hoard scarab swarm’s space contains gold coins or similar material. The hoard scarab swarm gains total concealment from all enemies as long as it remains within the same space as gold coins or similar material, and it can make an immediate Stealth check to hide.",damage:"Can be used only while at least 1 square in the hoard scarab swarm’s space contains gold coins or similar material",category:1},{id:"adea5e87-3d3e-4a94-af29-fece76bc84da",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hoard scarab swarm’s attack deals 2d8 extra damage to any target granting combat advantage to it.",damage:"a hoard scarab swarm’s attack deals 2d8 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"6a172a01-5942-4b6b-a63d-32bf67a78a68",name:"Jarmaag Fireseer",details:"",size:1,origin:4,type:2,keywords:"Kobold",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common, Draconic, Goblin",skills:"Arcana +14, Diplomacy +12, Insight +11, Stealth +12, Thievery +12",equipment:"dagger",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:13},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:72,initiative:5,ac:20,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"8dfbb992-3835-4d4f-9276-d4d1f497d7fe",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"d9d3933f-714e-4645-85aa-f9404907d13f",name:"Black Shard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+4 necrotic damage, and the target is slowed until the end of Jarmaag’s next turn.",damage:"1d6+4 necrotic damage",category:1},{id:"43eed218-1b30-48ca-b1e7-7b04c7824585",name:"Lightning Arc",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"targets one, two, or three creatures; 1d8+4 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"88d26f84-22ed-4b5b-a5d0-92bf249c9964",name:"Wind Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement",condition:"",range:"Area burst 1 within 10",attack:{bonus:11,defence:2},description:"",details:"2d6+4 damage, and Jarmaag slides the target 2 squares.",damage:"2d6+4 damage",category:1},{id:"aad95c29-f000-4e99-ab79-db796a5b83ba",name:"Acid Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Implement",condition:"",range:"Area burst 2 within 10",attack:{bonus:11,defence:1},description:"",details:"1d10+6 acid damage. Miss: Half damage.",damage:"1d10+6 acid damage",category:1},{id:"69ccad25-d249-43f1-889a-1411f927c179",name:"Knife in the Back",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Jarmaag includes at least one ally in an area attack, he deals 1d6 extra damage to all targets of that attack.",damage:"he deals 1d6 extra damage to all targets of that attack",category:0},{id:"2cff3fe5-f2ee-423d-ae51-a18a56cda880",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jarmaag shifts 1 square.",damage:"Jarmaag shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9871a73-77b6-4228-abd9-f6502c6cfe7d",name:"Kagen the Blackknife",details:"",size:2,origin:2,type:2,keywords:"drow",level:6,role:{type:6,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +9, Intimidate +11, Stealth +14",equipment:"hand crossbow; short sword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:19},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:138,initiative:9,ac:20,fortitude:18,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"a2449c60-3d2c-4e11-96e4-91b0d3dc1079",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"f569168e-f1a3-4467-877c-2ad9a8178f85",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"60ed645a-7953-4ea9-8e01-cfbbff05a263",name:"Clear the Bar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:null,description:"",details:"Kagen the Blackknife makes two hand crossbow attacks.",damage:"",category:1},{id:"d5a1dfa7-6ac8-4450-a7f3-bb5bb21cfa12",name:"Deal with the Rabble",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Kagen the Blackknife can shift up to 2 squares and make a hand crossbow attack.",damage:"Kagen the Blackknife can shift up to 2 squares and make a hand crossbow attack",category:5},{id:"21ff231b-a7b6-422d-91ba-ba11d7e92233",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"the burst creates a zone of darkness that lasts until the end of Kagen the Blackknife’s next turn. This cloud blocks line of sight for all creatures except Kagen the Blackknife. Any creature (except Kagen the Blackknife) is blinded while it is entirely within the cloud.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef1ff0c8-dcca-426c-b368-96baa0347d4a",name:"Kobold Chieftain",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +10, Intimidate +10",equipment:"battleaxe; plate armor; sling",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:13},intelligence:{score:12},wisdom:{score:12},charisma:{score:17},hp:65,initiative:5,ac:21,fortitude:18,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"d52ab8f1-6574-439b-99fc-a494c719f69b",name:"Battle Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the chieftain’s next turn.",damage:"1d8+5 damage",category:1},{id:"0d86998f-e16d-4d64-bd69-149cd080dc55",name:"Fight On, You Slugs!",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"each kobold ally in the burst gains a +4 bonus to its next attack roll.",damage:"each kobold ally in the burst gains a +4 bonus to its next attack roll",category:3},{id:"e92af63b-00db-4867-a57b-c8fb4fd516c5",name:"Knee Splitter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage, and the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d8+5 damage",category:1},{id:"42f1e3ba-ae3d-473e-a931-beaf4b44c48c",name:"Cheap Shot",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d8 damage, and the target is stunned (save ends).",damage:"1d8 damage",category:3},{id:"6ff9615e-84d4-4745-b5cc-ee8ad5514ecf",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"09b579aa-ad6b-4e0b-9279-f15dc30ecc11",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5e39439-6814-401c-a50b-f753420abc36",name:"Kobold Horde",details:"",size:2,origin:4,type:2,keywords:"swarm",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Stealth +9",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:13},intelligence:{score:7},wisdom:{score:9},charisma:{score:8},hp:67,initiative:6,ac:19,fortitude:18,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"8db7fa48-5905-4659-bd98-16d324362742",name:"Horde of Knives",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"0ac5a7c1-6aa1-4f6e-a6de-b482f53f7f6b",name:"Overwhelm Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:9,defence:1},description:"",details:"1d8+5 damage, and the target is knocked prone.",damage:"1d8+5 damage",category:1},{id:"3e76c188-0e63-457f-b5b5-6bc743d20375",name:"Swarm the Fallen",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets prone enemies; 1d10+6 damage.",damage:"1d10+6 damage",category:3},{id:"80102842-487a-45b1-bfe0-952d99c30afe",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"fdd7a8ea-f5fc-409d-a324-133695eb7b2c",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"8ffb0d8f-de5e-4e0f-9685-d32087e1e152",name:"Kobold Piker",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Athletics +8, Stealth +9",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:13},intelligence:{score:7},wisdom:{score:12},charisma:{score:10},hp:42,initiative:2,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"ccd31a5a-6cbe-4591-8f2d-5e1aa17cd564",name:"Kobold Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"e8bd7eb2-5856-4790-9663-2aaa298f5b70",name:"Warding Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"(with a +1 bonus per ally adjacent to the target)1d10+3 damage, and the target is pushed 1 square.",damage:"(with a +1 bonus per ally adjacent to the target)1d10+3 damage",category:1},{id:"dd6b6615-4fa2-4f3a-930b-4bd7b1c210c1",name:"Piker Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a piker readies an action to make a basic melee attack against a foe that enters a square adjacent to it, it gains +4 to damage rolls on that attack.",damage:"",category:0},{id:"2334f3d0-6493-4911-a9b5-fc2f426ae51e",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"276738ac-4251-405f-8767-8c4ae6d0c050",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a91547aa-9502-40ea-9159-3827ace01eec",name:"Kobold Rat Master",details:"",size:1,origin:4,type:2,keywords:"reptile",level:4,role:{type:7,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Nature +8",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:114,initiative:6,ac:20,fortitude:18,reflex:17,will:16,regeneration:null,auras:[{id:"bfea0e98-5253-4ae0-aa3f-980064ebb84f",name:"Rat Horde",keywords:"",details:"aura 1; each enemy that begins its turns within the aura takes 5 damage. Enemies treat squares in the aura as difficult terrain. See also devouring horde."}],powers:[{id:"b6f6b95c-ea1c-43c1-b760-6471f9733480",name:"Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d4+2 damage, and the target is pulled 1 square.",damage:"1d4+2 damage",category:1},{id:"26e9f70d-5814-4bf7-881f-f830e6a62eed",name:"Gnawing Rats",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:9,defence:1},description:"",details:"1d6+2 damage and ongoing 5 damage (save ends). See also devouring horde.",damage:"1d6+2 damage and ongoing 5 damage (save ends)",category:1},{id:"2cfca110-cb80-4f5e-b3dc-7cd45e56ebb4",name:"Devouring Horde",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:9,defence:1},description:"",details:"1d6+3 damage, and the target is stunned (save ends); until the target saves, the rat master loses its rat horde aura and the use of its gnawing rats attack.",damage:"1d6+3 damage",category:1},{id:"6d36772e-5628-4574-b2ae-4a31f7bb69ba",name:"Rat Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:9,defence:2},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"04944963-4b50-4ce1-90c5-ba0ee7f4355a",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"cff5169a-5f7b-476f-91ba-426ee0b08b4e",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a14b23e9-ce4e-4aa3-a80f-c3b40349f7d2",name:"Kobold Spiker",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Dungeoneering +8, Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:16},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:44,initiative:4,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"0d8d3451-f318-46d4-8d32-a611fe980fda",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"bfca4376-b6b0-42e1-b79d-b4f2b6f03bc1",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"02598763-48ce-48a4-93ef-7b2c7d40bcbb",name:"Foot Spiker",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Trap",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4 + 4 damage, and the target is slowed (save ends). Once caltrops hit with an attack, they are crushed and destroyed. A spiker carries enough caltrops to fill 1 square.",damage:"2d4 + 4 damage",category:3},{id:"45b894cc-3edd-4dae-ba12-b10aa9d8001b",name:"Knee Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage, and the target is pushed 1 square. If a creature is attacked by a trap due to this forced movement, the creature grants combat advantage to the trap.",damage:"1d6+3 damage",category:1},{id:"b481f5c0-3515-4cad-a31c-07679ceadea5",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"214e1324-0b60-4145-bf12-29eb87041d7f",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bfdc154e-3478-4b9b-8bfe-c54075afac01",name:"Kobold Vermin Handler",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Acrobatics +9, Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:38,initiative:4,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"0f9bc417-630f-4e09-82ba-60009539db2a",name:"Hand Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"4673fac6-2c63-4629-887e-4c2e3254ce01",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"e55ac695-1084-4b41-bd52-e88bc667be02",name:"Vermin Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 5",attack:{bonus:8,defence:2},description:"",details:"1d8+2 damage, and the target takes ongoing 5 poison damage and is dazed (save ends both). Miss: Half damage, and the target takes ongoing 2 poison damage and is slowed (save ends both).",damage:"1d8+2 damage",category:1},{id:"a4e05cfa-a9e2-4da5-9851-3ca426709ca8",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"ac6d3af7-4f9d-4ebe-8d49-4e29ebe4bc64",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"104fc950-3fd5-4a96-b247-4a595b581aec",name:"Kobold War Priest",details:"",size:1,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +10, Religion +10",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:13},intelligence:{score:14},wisdom:{score:17},charisma:{score:16},hp:65,initiative:3,ac:19,fortitude:18,reflex:16,will:19,regeneration:null,auras:[],powers:[{id:"b158bc56-0d94-4bb5-bebc-b925801b9305",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"ae7085e1-fd8b-4715-a4b1-3ac102ba55cc",name:"Venomous Sting",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Poison",condition:"(standard",range:"Ranged 5",attack:{bonus:9,defence:1},description:"",details:"1d6+2 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+2 poison damage",category:1},{id:"0e9fd508-f69e-4088-adf9-9d594fa4af1b",name:"Surge of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Implement",condition:"",range:"Close burst 2",attack:{bonus:9,defence:3},description:"",details:"1d6+2 psychic damage, and the target is pushed 3 squares and dazed (save ends).",damage:"1d6+2 psychic damage",category:1},{id:"9835d4dc-965d-4d4d-8074-486d73d8b852",name:"Devouring Stone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d6+3 damage, and the target is immobilized (save ends). Each time the target fails to save against this effect, it takes 1d6 damage.",damage:"2d6+3 damage",category:1},{id:"6baac2cc-48f9-418c-bdfb-6963015752eb",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"5304fdd6-2675-4560-93da-6ef9e1355f7c",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2815be3b-1261-4101-9a55-4eae9a74cd28",name:"Kobold Wild Mage",details:"",size:1,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"Arcana +10, Stealth +11",equipment:"dagger; implement, wand",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:15},intelligence:{score:16},wisdom:{score:15},charisma:{score:16},hp:62,initiative:4,ac:17,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"56247b3c-4bff-422c-8afd-2f2cd930dc04",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"f6511f94-9eae-42bf-b835-e55b5e841388",name:"Wild Surge",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d6+4 damage, and the wild mage slides the target 2 squares.",damage:"1d6+4 damage",category:1},{id:"3b75c556-c58d-4bd9-b825-8ce540ad87dd",name:"Wild Magic",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Varies",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"on a hit, roll a d4 to determine the effect:",damage:"",category:1},{id:"12ab101f-6c02-4b4c-823c-68c2acc81a4e",name:"Wild Blast",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:10,defence:2},description:"",details:"2d6+4 fire, cold, and lightning damage.",damage:"and lightning damage",category:0},{id:"c54ed032-bf09-4db1-8848-ae3d4fda2fe3",name:"Wild Teleport",action:{action:4,trigger:"when the wild mage is damaged",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"The kobold wild mage teleports 1d6 squares.",damage:"The kobold wild mage teleports 1d6 squares",category:5},{id:"bca210dd-ced7-45e4-964e-863508f5b583",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold can shift 1 square as a minor action.",damage:"A kobold can shift 1 square as a minor action",category:3},{id:"d8e3be99-7781-4ace-8ec8-1f84b48e9beb",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold gains a +2 bonus to all defenses against traps.",damage:"A kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10ea174d-ce02-482e-9a52-f79e8f3e7e12",name:"Mauglurien",details:"",size:2,origin:4,type:2,keywords:"undead",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Dwarven",skills:"Athletics +22, Endurance +18, Intimidate +23",equipment:"",category:"",strength:{score:27},constitution:{score:19},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:422,initiative:14,ac:39,fortitude:35,reflex:31,will:34,regeneration:null,auras:[{id:"4d455301-9034-444e-908b-79e4fb182171",name:"Undead Warlord",keywords:"",details:"aura 10; each ally within the aura gains a +5 bonus to initiative."}],powers:[{id:"eb6a0493-b374-4a4e-8841-86523f653ec6",name:"Boneshredder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 10 necrotic damage (crit 5d12 + 30).",damage:"2d10 + 10 necrotic damage (crit 5d12 + 30)",category:1},{id:"fdf13ede-7978-4c57-8135-8c5e3b2cf3a6",name:"Black Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires boneshredder",range:"2d10 + 10 necrotic damage (crit 5d12 + 30 ), and an ally adjacent to the target makes a melee basic attack against the target as a free action with a +5 damage bonus.",attack:{bonus:30,defence:0},description:"",details:"",damage:"",category:1},{id:"0e23276c-2934-4a5d-9371-93d6220a6fc5",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"undead creatures within the burst (including Mauglurien) deal 2d6 extra fire damage with melee attacks until the end of Mauglurien’s next turn.",attack:{bonus:26,defence:2},description:"",details:"6d8 + 4 necrotic and fire damage to all living creatures",damage:"6d8 + 4 necrotic and fire damage to all living creatures",category:1},{id:"1360549b-d936-48de-8b5a-bfd436dd53a3",name:"Ebon Rider Banner",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll.",damage:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll",category:1},{id:"4621d748-9529-49a1-975f-1ca285c48ce7",name:"Shadow Weapon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"Mauglurien’s melee attacks target Reflex instead of AC until the start of his next turn.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5298b5f-e6ff-4aeb-955f-d35eb076b799",name:"Mithrendain Guard",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +4, History +4",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:38,initiative:6,ac:18,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"e3c1269b-5052-4298-8eae-8efda573ee69",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"eb81f260-c412-476b-aa85-834933d1ea41",name:"Protective Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d8+5 damage, and the target is marked until the end of the Mithrendain guard’s next turn.",damage:"2d8+5 damage",category:1},{id:"76a665b5-f608-4d25-b19d-43597e8d2558",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Mithrendain guard can teleport 5 squares.",damage:"The Mithrendain guard can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9685fe10-256e-42d8-8945-c9a2a41b01c1",name:"Mithrendain Guard Captain",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +5, History +5",equipment:"longsword; scale armor",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:16},charisma:{score:13},hp:63,initiative:8,ac:21,fortitude:17,reflex:18,will:17,regeneration:null,auras:[{id:"4fa4f9f2-c453-4b67-9085-2557583661fc",name:"Eladrin Courage",keywords:"",details:"aura 5; any eladrin ally within the aura that succeeds on a saving throw gains 5 temporary hit points."}],powers:[{id:"fc4d7672-fefb-41b7-ae33-ef241239e818",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"d9353e60-cce4-4844-95d1-1bd42d9cea09",name:"Protective Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"3d8+5 damage and the target is marked until the end of the Mithrendain guard captain’s next turn.",damage:"3d8+5 damage and the target is marked until the end of the mithrendain guard captain’s next turn",category:1},{id:"090d7b69-fe15-4ee7-a8bd-085d935e9b83",name:"Guard Captain’s Poise",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one eladrin ally within burst; the target makes an immediate saving throw against one effect that a save can end.",damage:"",category:3},{id:"4f11e3f4-ef5a-411a-a950-ee81d496179a",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Mithrendain guard captain can teleport 5 squares.",damage:"The Mithrendain guard captain can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a936188a-2e7c-4c17-88e1-75af1c7e2331",name:"Nezrebe",details:"",size:3,origin:4,type:2,keywords:"",level:25,role:{type:7,flag:1,leader:!0},senses:"Perception +24; low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Endurance +23, Intimidate +23, Nature +24",equipment:"",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:25},charisma:{score:22},hp:462,initiative:20,ac:41,fortitude:39,reflex:36,will:38,regeneration:null,auras:[{id:"e13855ce-d6e7-4802-b983-8bbcc385b52c",name:"Bloodlust",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to attack rolls."}],powers:[{id:"8075eeb3-6af3-4238-ba8f-14d9bacb4013",name:"Winnower",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+9 damage, and the target is marked until the end of Nezrebe’s next turn.",damage:"2d8+9 damage",category:1},{id:"c11fc8d7-a9e9-4816-a318-7e9276b880fd",name:"Bloody Phlegm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"1d8+6 acid damage, and the target is blinded (save ends).",damage:"1d8+6 acid damage",category:1},{id:"71bd03c1-f502-4229-8e3c-a5c876ac0b37",name:"Savage Bite",action:{action:3,trigger:"when nezrebe hits with winnower",sustainAction:0,use:1,recharge:"recharges when nezrebe makes a critical hit"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"1d12+9 damage, and ongoing 10 damage (save ends). Aftereffect: Target is dazed (save ends).",damage:"1d12+9 damage",category:5},{id:"c3e0f2c7-62ed-4023-840a-7d1cb45a052e",name:"Rending Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when nezrebe is first bloodied or makes a critical hit"},keywords:"Weapon",condition:"requires winnower",range:"",attack:{bonus:30,defence:0},description:"",details:"4d8+9 damage, and the target takes ongoing 5 damage (save ends) and is marked until the end of Nezrebe’s next turn.",damage:"4d8+9 damage",category:1},{id:"fa9df0df-ed52-4e9f-89b0-7245561d8240",name:"Savage Frenzy",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Nezrebe makes a melee basic attack against each adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:1,value:-15}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"d34dd255-f393-47eb-ae9e-98086e87727f",name:"Rathos Bloodghost",details:"",size:2,origin:4,type:2,keywords:"bugbear",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Diplomacy +12, Insight +12, Intimidate +14, Stealth +14, Thievery +12",equipment:"dagger; hide armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:15},hp:212,initiative:8,ac:24,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"e5b02c65-a7c8-4495-8ddd-5fe2ab7ba74a",name:"Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Two attacks; 1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"efa71c2c-aea2-4c44-9b17-5eb7cf31d3fc",name:"Flick of the Wrist",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(minor",range:"Ranged 6/12",attack:{bonus:16,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"da4363af-a5a1-4c1e-93bc-3d8eae78cd0b",name:"Crushing Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d4+6 damage, and the target is grabbed.",damage:"1d4+6 damage",category:1},{id:"dcfbed84-92d0-4d77-8a4b-ed879e101558",name:"Strangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Targets a creature grabbed by Rathos; 2d8+5 damage. Miss: Half Damage.",damage:"2d8+5 damage",category:1},{id:"28b121e4-5272-4623-9987-c11a73f85b57",name:"Choke and Throw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"2d4+6 damage, Rathos slides the target 3 squares, and the target is knocked prone and is stunned until the end of Rathos’s next turn.",damage:"2d4+6 damage",category:1},{id:"f445c23e-68e6-4713-b7a7-d363429e854f",name:"Quick Counter",action:{action:4,trigger:"when an enemy misses rathos with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Targets the triggering enemy; 1d4+6 damage.",damage:"1d4+6 damage",category:5},{id:"423dde10-3b87-49f2-93d5-066bed551145",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rathos deals 1d6 extra damage against the next target that grants combat advantage to him.",damage:"rathos deals 1d6 extra damage against the next target that grants combat advantage to him",category:3},{id:"89917c6b-224e-48ca-845b-1b3575402e47",name:"Quick Draw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rathos can draw a weapon as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7f91bd2d-07c1-4076-b2ac-454476585221",name:"Veteran Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Any",languages:"Common",skills:"Bluff +8, Diplomacy +8, Intimidate +8",equipment:"net; scale armor; trident",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:70,initiative:7,ac:22,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"d205e6da-3c38-4168-a32f-ab39303a7204",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the veteran gladiator’s next turn.",damage:"1d8+5 damage",category:1},{id:"cdf21c70-1b24-493e-ab5a-9fa11b601c1b",name:"Entangling Net",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Reach 2; 1d6+2 damage, and the target is grabbed.",damage:"1d6+2 damage",category:1},{id:"3d9e2998-efbe-402e-81d9-c8964156f003",name:"Pinning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage, and the target is marked, immobilized, and takes ongoing 5 damage (save ends all). The gladiator cannot make trident attacks while the target remains immobilized.",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e864ce37-6429-4a34-9ca0-0509742ee115",name:"Vyndra Sysvani",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Good",languages:"Common, Draconic, Dwarven, Elven",skills:"Arcana +15, Diplomacy +14, History +15",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:16},intelligence:{score:18},wisdom:{score:19},charisma:{score:20},hp:139,initiative:7,ac:20,fortitude:19,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"88322b69-359c-47c6-aaf6-558b3ff40376",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"ef29bfb7-2257-4e88-b256-f7eb715682e7",name:"Reactive Blast",action:{action:5,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Fire",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"2d6+4 fire damage.",damage:"2d6+4 fire damage",category:5},{id:"744a5f95-8b6c-4322-bbb6-1e68474977e6",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:12,defence:2},description:"",details:"3d6+4 fire damage.",damage:"3d6+4 fire damage",category:1},{id:"76566610-094d-4212-8885-48646588085f",name:"Bloodied Burst",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Vyndra Sysvani’s fire burst recharges, and she uses it.",damage:"",category:5},{id:"b57af991-b9d7-40e6-a361-c332d3312378",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Vyndra Sysvani can teleport 5 squares.",damage:"Vyndra Sysvani can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"12de4b2c-897a-42f7-897e-ca920a288668",name:"Watcher of the Night",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:12,role:{type:4,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +10, History +10, Stealth +17",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:22},intelligence:{score:14},wisdom:{score:19},charisma:{score:13},hp:194,initiative:16,ac:26,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"71880ce1-358f-4ee1-89b1-0638fdcfa411",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d4+5 damage.",damage:"3d4+5 damage",category:1},{id:"f52bc3b6-6a97-4195-b49b-e6fb9cf2d2f7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night makes two dagger attacks.",damage:"",category:1},{id:"f03b691b-caac-4ffc-8aab-b1accc8b6c7a",name:"Arcane Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"4d4+10 damage; the Watcher of the Night can choose to do normal damage with this attack, or have the attack deal cold, fire, lightning, or thunder damage instead.",damage:"4d4+10 damage",category:1},{id:"d3a6781b-1181-4041-8a3c-755149bfbc8d",name:"No More Secrets",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one creature; the target gains 10 vulnerability to cold, fire, lightning, or thunder (Watcher of the Night’s choice) until the end of the Watcher’s next turn.",damage:"the target gains 10 vulnerability to cold",category:3},{id:"9e8e03d0-5f30-49e6-bb48-2594efbf0478",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night can teleport 5 squares.",damage:"The Watcher of the Night can teleport 5 squares",category:2},{id:"08df05f1-ff63-4ad7-b912-779879f489b9",name:"Watcher’s Signet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night gains a +5 bonus to Stealth checks until the end of its next turn.",damage:"The Watcher of the Night gains a +5 bonus to Stealth checks until the end of its next turn",category:3},{id:"ea4a70cb-1dc9-4cf7-b30b-09425c70b947",name:"Night’s Embrace",action:{action:4,trigger:"when hit or missed by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Watcher of the Night gains total concealment from the attacking creature until the end of the Watcher’s next turn. The Watcher of the Night can use this power even in the radius of a revelation sphere and this power does not end when the Watcher of the Night enters the radius of a revelation sphere.",damage:"",category:5},{id:"26f6e581-c34a-4793-9e9b-c46113fb0b60",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Watcher of the Night deals 2d6 extra damage against any target granting combat advantage to it.",damage:"a watcher of the night deals 2d6 extra damage against any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f2e548c-d0ef-4047-8b72-7c3e161d23bd",name:"Yeenoghu",details:"",size:3,origin:1,type:2,keywords:"demon",level:28,role:{type:6,flag:2,leader:!1},senses:"Perception +22; darkvision, low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Athletics +29, Insight +22, Intimidate +24, Nature +22, Stealth +27",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:16},charisma:{score:21},hp:1032,initiative:24,ac:42,fortitude:44,reflex:42,will:39,regeneration:null,auras:[{id:"01b15333-1c42-4d76-9bad-e25195f3cbae",name:"Fetid Cloud",keywords:"",details:"(Poison) aura 5; each enemy that starts its turn in the aura take 10 poison damage and is slowed until the start of his or her next turn."}],powers:[{id:"3ef4baf6-8c93-4e62-95ae-436f3652628a",name:"Triple Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+10 damage, and the target is immobilized (save ends). Aftereffect: 15 damage.",damage:"3d8+10 damage",category:1},{id:"b14f7eac-53e5-47ee-938b-ccf8b5e1c2f2",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"at-will against a target hit by yeenoghu’s triple flail attack this turn",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 1d8+10 damage, and ongoing 5 damage (save ends).",damage:"1d8+10 damage",category:3},{id:"929cbaca-52ce-427a-9791-a09e8a5feea5",name:"Ribbons of Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Yeenoghu makes two melee basic attacks against two different targets. Each target that is hit takes a –4 penalty to all attack rolls (save ends).",attack:null,description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"c190a0e4-ac5e-46e3-a8a9-60f262b40c16",name:"Crushing Grasp",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Area burst 2 within 20",attack:{bonus:31,defence:2},description:"",details:"3d10+10 force damage, and the target is immobilized until the end of Yeenoghu’s next turn. Miss: Half damage and the target is pushed 10 squares.",damage:"3d10+10 force damage",category:3},{id:"6a4c9c22-e45b-424b-ad57-db28ecd196c0",name:"Filthy Curse",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:31,defence:3},description:"",details:"1d8+5 psychic damage, and the target takes ongoing 10 necrotic damage (save ends) and is stunned until the end of its next turn.",damage:"1d8+5 psychic damage",category:3},{id:"ef09f3f6-7b7e-41f7-997b-bf374818c3d2",name:"Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Yeenoghu shifts 3 squares, and any creature he ends this shift adjacent to grants combat advantage to him until the end of his next turn.",damage:"Yeenoghu shifts 3 squares",category:2},{id:"dac620af-4d0c-40f6-a9a6-07e9783e48e6",name:"Hyena Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Yeenoghu moves at least 3 squares from where he began his turn, his attacks deal 3d6 extra damage.",damage:"his attacks deal 3d6 extra damage",category:0},{id:"77d3260d-f25a-419f-884d-2dd7b0485a95",name:"Threatening Reach",action:null,keywords:"",condition:"requires triple flail",range:"",attack:null,description:"",details:"Yeenoghu can make opportunity attacks against all creature within his reach (2 squares).",damage:"",category:0},{id:"86d02a17-90cc-47e2-9d45-64c87c1c4a01",name:"Teleport",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Yeenoghu teleports 12 squares.",damage:"Yeenoghu teleports 12 squares",category:2}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"79daffec-f434-41b8-b526-f16dcd4e0eac",name:"Zaiden",details:"",size:2,origin:4,type:2,keywords:"",level:20,role:{type:3,flag:1,leader:!0},senses:"Perception +11; low-light vision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Intimidate +21, Religion +16",equipment:"flail",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:15},wisdom:{score:13},charisma:{score:23},hp:364,initiative:14,ac:34,fortitude:33,reflex:32,will:34,regeneration:null,auras:[{id:"009cd75d-6690-4e95-873e-b2589bf7587e",name:"Fear and Loathing",keywords:"",details:"aura 5; each enemy within the aura takes a –2 penalty to damage rolls."}],powers:[{id:"8e318190-c311-4fa5-a24c-31e1c3e5e5c2",name:"Cruel Barbs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+5 damage, and the target is dazed (save ends).",damage:"2d10+5 damage",category:1},{id:"27f311e2-b040-4fc6-85d7-e068d1221ad4",name:"Dark Utterance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 6",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 4d6 + 6 psychic damage, and the target is pushed 5 squares. Miss: Half damage, and the target is pushed 2 squares.",damage:"4d6 + 6 psychic damage",category:1},{id:"659dfccd-5d3f-4003-86c3-3e033202254f",name:"Whirlwind of Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:2},description:"",details:"targets enemies; 3d8 + 6 damage, and ongoing 10 damage (save ends).",damage:"3d8 + 6 damage",category:1},{id:"e342965c-83d0-435c-a3b9-5c3a4065b370",name:"Yeenoghu’s Claws",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"all allies in the burst gain a +2 bonus to attack rolls and damage rolls until the end of the encounter.",damage:"all allies in the burst gain a +2 bonus to attack rolls and damage rolls until the end of the encounter",category:3},{id:"bf400895-8987-44d9-b32a-7dce4c845bb7",name:"Dark Portents",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Zaiden gains a +4 bonus to AC and all defenses until the end of her next turn.",damage:"Zaiden gains a +4 bonus to AC and all defenses until the end of her next turn",category:5}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b78e7354-ae3c-4a38-8f0d-8cb45d8ee214",name:"Abyssal Elder Gold Dragon",details:"",size:4,origin:1,type:1,keywords:"dragon",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"Arcana +22, Insight +22",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:22},intelligence:{score:20},wisdom:{score:20},charisma:{score:25},hp:888,initiative:18,ac:38,fortitude:38,reflex:35,will:36,regeneration:null,auras:[{id:"6120effd-3482-4d9a-8cdd-5fef428bc8ae",name:"Grasping Abyssal Flames",keywords:"",details:"(Fire, Necrotic) aura 2; each enemy that enters or starts its turn within the aura chooses either to take 15 damage (roll 1d6: 1-3 fire, 4-6 necrotic) or to slide 2 squares and be immobilized until the start of its next turn."}],powers:[{id:"5bd28237-46b4-40cd-b81a-b12edec2eece",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d8+9 damage plus 1d8 + 6 fire damage plus 1d8 + 6 necrotic damage.",damage:"2d8+9 damage plus 1d8 + 6 fire damage plus 1d8 + 6 necrotic damage",category:1},{id:"eca092a6-cdc4-4600-b46b-0da5e9405849",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+9 damage.",damage:"2d10+9 damage",category:1},{id:"625a19fd-4a1c-4baf-b320-6ad43b9ee09b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal elder gold dragon makes two claw attacks.",damage:"",category:1},{id:"1311e722-1126-48d2-9990-4f118729209e",name:"Chaos Wing Riposte",action:{action:4,trigger:"when the abyssal elder gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the target is pushed 4 squares and takes ongoing 10 damage (save ends).",damage:"the target is pushed 4 squares and takes ongoing 10 damage (save ends)",category:5},{id:"64cddc32-5148-4c41-8228-f7c8bd9ed50d",name:"Eye of Spiraling Doom",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:28,defence:1},description:"",details:"1d8+5 damage, and the abyssal elder gold dragon slides the target 4 squares; if the target is bloodied, it is slowed and takes ongoing 5 damage (save ends both). This ongoing damage stacks with other untyped ongoing damage, up to a maximum of 15.",damage:"1d8+5 damage",category:3},{id:"4dd8a614-dbee-47d5-84f0-1800991a5ab1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"1d8+6 fire damage plus 1d8 + 6 necrotic damage, and the target is weakened (save ends). Miss: Half damage.",damage:"1d8+6 fire damage plus 1d8 + 6 necrotic damage",category:1},{id:"8490f2e2-88e5-4a86-b70b-062b5363c14f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the abyssal elder gold dragon uses it.",damage:"",category:5},{id:"6e736a7b-455f-401d-9fb3-e975f0e89f27",name:"Chilling Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d10+6 cold damage, and the target is dazed and restrained until the end of the abyssal elder gold dragon’s next turn. Aftereffect: The target is slowed (save ends).",damage:"2d10+6 cold damage",category:1},{id:"039ba5d9-4b6b-41f0-9efa-fd6c1df4f8b8",name:"Chaos’s Freedom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal elder gold dragon can make one saving throw at the start of its turn against an effect a save can end.",damage:"",category:0}],damageModifiers:[{type:3,value:-15}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fd210e45-a376-4afb-be14-df42a92f8225",name:"Arstyvrax",details:"",size:4,origin:4,type:1,keywords:"aquatic, dragon, undead",level:25,role:{type:3,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"9, fly 9 (hover), overland flight 12, swim 9",alignment:"Evil",languages:"Argon, Common, Draconic, Giant",skills:"Arcana +24, History +24, Nature +20, Stealth +25",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:16},intelligence:{score:25},wisdom:{score:17},charisma:{score:26},hp:900,initiative:15,ac:39,fortitude:38,reflex:36,will:37,regeneration:{value:10,details:"; see also breath weapon"},auras:[{id:"f6d53cf9-e8e0-437e-af8a-cbe4d32abf4c",name:"Death Pall",keywords:"",details:"(Psychic) aura 10; whenever Arstyvrax reduces an enemy in the aura to 0 or fewer hit points, each other enemy in the aura takes 10 psychic damage and takes a -2 penalty to all defenses and saving throws (save ends)."}],powers:[{id:"5ed220e7-ace5-47ee-9f5b-2db3932356b7",name:"Sickening Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Healing, Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 2d8+9 damage (2d8 + 14 against an immobilized target), and the target takes ongoing 5 acid and necrotic damage and is immobilized (save ends both). If the target is already immobilized, it is also weakened until the end of Arstyvrax’s next turn, and Arstyvrax regains 10 hit points.",damage:"2d8+9 damage (2d8 + 14 against an immobilized target)",category:1},{id:"ac8ae613-6421-4238-ba07-be606a9ca5c9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 2d6+9 damage (2d6 + 14 against an immobilized target), and Arstyvrax slides the target 3 squares.",damage:"2d6+9 damage (2d6 + 14 against an immobilized target)",category:1},{id:"5a1db746-3ee1-408e-910e-09239d95b8ec",name:"Death’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Arstyvrax makes a bite attack and two claw attacks. If possible, he attacks at least two different targets.",damage:"",category:1},{id:"9d8c4a1b-2ad5-417a-9423-fd8619db6e55",name:"Snaking Tail",action:{action:4,trigger:"when an enemy attack within 3 squares of arstyvrax misses him; see text",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; targets the triggering enemy; 2d6+9 damage, and the target is grabbed. Sustain Minor: Arstyvrax repeats the attack against the grabbed target. Arstyvrax cannot make this attack as an immediate reaction while he has a creature grabbed in this way, but he can release the grabbed creature as a free action to make this attack against another triggering enemy.",damage:"2d6+9 damage",category:5},{id:"52e63751-1c57-4969-881c-9673887e8bca",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is immobilized until the end of Arstyvrax’s next turn. Arstyvrax can have only one creature dominated at a time.",damage:"",category:3},{id:"86dfd708-837c-4a92-b32f-80460764f443",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8+6 acid and necrotic damage, and the target takes ongoing 10 acid and necrotic damage and a -2 penalty to Fortitude and AC (save ends both). Arstyvrax’s regeneration increases to 15 while any creature is still subject to these effects.",damage:"4d8+6 acid and necrotic damage",category:1},{id:"6946384e-3e5f-4b2f-90a1-bac56b2ae3f7",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Arstyvrax uses it.",damage:"",category:5},{id:"e4443ab0-8d11-4492-b5b7-2c6d8b217d52",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Arstyvrax’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f162fbff-a528-427e-ae12-2283167d2fd6",name:"Tomb’s Darkness",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:27,defence:1},description:"",details:"2d10+8 necrotic damage. The burst creates a zone of darkness that lasts until the end of Arstyvrax’s next turn. The zone blocks line of sight for all creatures except Arstyvrax. Any creature that starts its turn in the zone takes 1d10 + 4 necrotic damage, and any creature entirely within the zone (except Arstyvrax) is blinded. Sustain Minor: The zone persists.",damage:"2d10+8 necrotic damage",category:5}],damageModifiers:[{type:1,value:-25},{type:6,value:-15}],resist:"",vulnerable:"radiant (if Arstyvrax takes radiant damage or is exposed to direct sunlight, his regeneration doesn’t function on his next turn)",immune:"disease, poison",tactics:""},{id:"2729d644-9645-4e99-af61-292586abfcb7",name:"Athis the Scorned",details:"",size:2,origin:4,type:2,keywords:"dragon",level:16,role:{type:6,flag:1,leader:!1},senses:"Perception +17; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Elven",skills:"Nature +17, Stealth +19",equipment:"arrows (30); hide armor; longbow; short sword",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:23},intelligence:{score:13},wisdom:{score:18},charisma:{score:10},hp:302,initiative:16,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"4ad87a1c-312e-43c2-ac3a-e38c7ad37e2c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"df1e55f1-5f72-4a3d-8681-c5f7fb23a898",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:21,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"427dcf31-d2d3-4114-945a-15a3dc657019",name:"Circling Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Athis makes two short sword or two longbow attacks, and he shifts 1 square before each attack.",damage:"and he shifts 1 square before each attack",category:1},{id:"878ed67e-9a90-425a-b727-899abf1a1796",name:"Grounding Arrow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:19,defence:1},description:"",details:"3d10+6 damage, and the target is immobilized (save ends) and knocked prone. Aftereffect: The target is slowed (save ends).",damage:"3d10+6 damage",category:1},{id:"6bfa6b5a-0c0b-4e1d-94a4-f4a05eb0bd38",name:"Breath Weapon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close burst 5",attack:{bonus:19,defence:2},description:"",details:"2d6+6 cold damage.",damage:"2d6+6 cold damage",category:3},{id:"8333b301-7289-4226-a0fd-f1cbf35ab215",name:"Energy Protection",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis gains resist 10 acid, cold, fire, lightning, or thunder until the end of the encounter.",damage:"Athis gains resist 10 acid",category:3},{id:"09686bb9-422b-43c9-9a59-2ea10d9cc19f",name:"Eye for Weakness",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis’s attacks target Reflex until the end of his turn.",damage:"",category:5},{id:"999fa698-42fa-43e9-ae92-6281eeda49e8",name:"Hunter’s Precision",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis designates one target as his quarry. If he hits his quarry with an attack, that target also takes ongoing 5 damage (save ends).",damage:"that target also takes ongoing 5 damage (save ends)",category:3},{id:"568de9a9-c6c5-464b-aa29-2decc6559431",name:"Quick Switch",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Athis sheathes one weapon and draws another.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8674b533-2ff2-44e9-b5f7-cbb74e217661",name:"Baasra",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:19,role:{type:0,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"8 (ice walk), fly 6",alignment:"Evil",languages:"Common, Draconic, Elven, Giant",skills:"Arcana +19, Athletics +20, Insight +18, Intimidate +21",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:12},intelligence:{score:21},wisdom:{score:18},charisma:{score:25},hp:280,initiative:10,ac:31,fortitude:32,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"5d730d7f-03c4-48d8-98ce-d82d152a3157",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+6 damage, and ongoing 5 cold damage (save ends).",damage:"1d10+6 damage",category:1},{id:"e17f641c-9530-471f-b24c-4728ed359145",name:"Forked Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:1},description:"",details:"targets two enemies; 2d6+7 cold damage, and ongoing 5 lightning damage (save ends).",damage:"2d6+7 cold damage",category:1},{id:"9ae323a3-ef98-4af6-b364-db3a0a69f961",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Baasra makes two claw attacks.",damage:"",category:1},{id:"422f6379-8471-4a73-96b2-5ba523bfa08a",name:"Permafrost Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Polymorph",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; ongoing 15 cold damage, and the target is restrained (save ends both). First Failed Saving Throw: The target is also dazed (save ends all). Second Failed Saving Throw: The target turns to ice, becoming unconscious instead of dazed and gaining vulnerable 10 all (save ends all). Aftereffect: The target is slowed (save ends). Miss: Ongoing 10 cold damage, and the target is slowed (save ends both).",damage:"ongoing 15 cold damage",category:1},{id:"f07efa1f-5814-4952-bf1a-15ce232614db",name:"Breath Weapon",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"2d8+5 cold damage, and Baasra slides the target 3 squares Miss: Half damage, and Baasra pushes the target 1 square.",damage:"2d8+5 cold damage",category:5},{id:"57226c6c-75cf-4796-97bb-a75486eb4444",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides Baasra, she moves 2 squares less than the effect specifies. Also, Baasra can make a saving throw to avoid being knocked prone.",damage:"she moves 2 squares less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ffd2822d-9fad-4fd5-94bf-1fbe82d4cdba",name:"Dawnwing",details:"",size:3,origin:4,type:1,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic, Elven, Goblin",skills:"Arcana +19, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:10},intelligence:{score:20},wisdom:{score:19},charisma:{score:22},hp:724,initiative:9,ac:33,fortitude:32,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"2d96e8ac-b250-4171-b3f0-6be66e24857b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+7 damage, and the target is slowed until the end of Dawnwing’s next turn. If the target is already slowed, it is immobilized instead. If the target is already immobilized, it is unconscious instead.",damage:"3d6+7 damage",category:1},{id:"34c71094-684d-4bcf-862d-6afa70f28baa",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target is slowed until the end of Dawnwing’s next turn.",damage:"2d8+7 damage",category:1},{id:"08ee9320-621b-46e6-b73f-a767b10cdcb3",name:"Dawn Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dawnwing makes two claw attacks and a bite attack. If a claw attack hits an immobilized target, the target is dazed until the end of Dawnwing’s next turn.",damage:"",category:1},{id:"ae9d425a-ccb8-4bac-93b8-176a615b368f",name:"Fiery Wing Riposte",action:{action:4,trigger:"when dawnwing is hit by a creature adjacent to him",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends). The target can make a saving throw against this effect only if it doesn’t move on its turn.",damage:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends)",category:5},{id:"768f6f89-5b48-4a43-84a9-6f13587eff9d",name:"Imperious Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 3 squares and takes a -2 penalty to saving throws until the end of Dawnwing’s next turn. This attack doesn’t provoke opportunity attacks.",damage:"the target slides 3 squares and takes a -2 penalty to saving throws until the end of Dawnwing’s next turn",category:3},{id:"038dbc24-b100-4f6f-a128-9256c4411672",name:"Shatter Magic",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"targets a conjuration, zone, or effect that a save can end; (of the creator of the conjuration, zone, or effect; the conjuration, zone, or effect ends, and its creator takes )2d10+6 psychic damage.",damage:"and its creator takes )2d10+6 psychic damage",category:5},{id:"5db02992-d12a-46b1-a8a0-acd8086ce3ad",name:"Grasping Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d6+8 fire damage, and the target is restrained (save ends). Miss: Half damage, and the target is immobilized until the end of Dawnwing’s next turn.",damage:"3d6+8 fire damage",category:1},{id:"1dba2830-cff6-49e6-ba4b-591c9d28c9de",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Grasping breath recharges, and Dawnwing uses it.",damage:"",category:5},{id:"f3d71816-22f9-4eb6-a93e-38605dfcd770",name:"Overwhelming Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target slides 5 squares and is stunned until the end of Dawnwing’s next turn. Aftereffect: The target grants combat advantage (save ends).",damage:"the target slides 5 squares and is stunned until the end of Dawnwing’s next turn",category:1},{id:"166472c4-8fb5-45e6-9175-8341f9a495a1",name:"Clear Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dawnwing makes a saving throw against one stunned or dazed conditions at the start of his turn.",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"54fa39b3-1b0d-4bc0-95ff-8c30230e5006",name:"Dragonbone Golem",details:"",size:4,origin:4,type:0,keywords:"construct",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"8 (can’t shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:3},wisdom:{score:18},charisma:{score:3},hp:356,initiative:12,ac:27,fortitude:28,reflex:27,will:26,regeneration:null,auras:[{id:"2fc5b384-d7cb-4bd6-acab-7bf6d93694c0",name:"Dragon Dread",keywords:"",details:"(Fear) aura 2; each enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"f76456c1-56cc-4091-be8a-16231483c2df",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 2d8+6 damage, and ongoing 5 damage (save ends).",damage:"2d8+6 damage",category:1},{id:"3a452c08-7fd5-464a-b83a-f0654a7a9139",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonbone golem makes two claw attacks.",damage:"",category:1},{id:"20fa391d-1ff8-4018-9515-682e699ade22",name:"Tail Slap",action:{action:4,trigger:"when an enemy moves to a position where it flanks the dragonbone golem",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage, and the dragonbone golem pushes the target 3 squares.",damage:"2d8+6 damage",category:5},{id:"380c31d6-04b7-45bc-8577-06f86f64dd37",name:"Pain of Broken Bones",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:16,defence:1},description:"",details:"1d10+4 necrotic damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"1d10+4 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"c924c225-e24d-4cb3-8811-5fc960131b0c",name:"Half-Dragon Rakshasa",details:"",size:2,origin:4,type:2,keywords:"dragon",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +16; darkvision, truesight 1",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +19, Insight +16, Stealth +20",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:22},intelligence:{score:12},wisdom:{score:15},charisma:{score:21},hp:346,initiative:17,ac:32,fortitude:33,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"70180426-10ee-40fc-98fd-a512234e787c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+9 damage.",damage:"2d6+9 damage",category:1},{id:"6280ce3f-f160-469d-89b8-1e0fd72ee3d4",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-dragon rakshasa moves its speed and makes two claw attacks during the move, each against a different target. It doesn’t provoke opportunity attacks when moving away from the target of each attack.",damage:"",category:1},{id:"216a551b-f305-4ceb-8508-a2774d6a14c1",name:"Sidestepping Riposte",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d6+4 damage, then the half-dragon rakshasa shifts 1 square.",damage:"1d6+4 damage",category:5},{id:"883d539a-b320-41f0-8b50-dac58660bc16",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"2d8+5 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d8+5 poison damage",category:1},{id:"fc40b5e4-2d46-4d91-95f6-f823c9d99a44",name:"Hypnotic Flight",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:22,defence:3},description:"",details:"the target is dazed until the end of the half-dragon rakshasa’s turn, and the half-dragon rakshasa shifts 6 squares. It ignores difficult terrain and ground-based hazards during this movement.",damage:"and the half-dragon rakshasa shifts 6 squares",category:2},{id:"0b90cc70-5f6a-40e6-835e-7643b4d65915",name:"Draconic Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The half-dragon rakshasa can disguise itself to appear as any Medium humanoid or dragon. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"2c4ff947-916d-4893-8413-5110a064090a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A half-dragon rakshasa’s attacks deal 2d6 extra damage to any target granting combat advantage to it.",damage:"a half-dragon rakshasa’s attacks deal 2d6 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e825f7f-218f-4bde-884a-2f6382346799",name:"High Cultist",details:"",size:2,origin:4,type:2,keywords:"dragon",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Draconic",skills:"Athletics +23, Intimidate +24",equipment:"longspear; scale armor",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:14},intelligence:{score:24},wisdom:{score:10},charisma:{score:27},hp:400,initiative:13,ac:36,fortitude:34,reflex:34,will:35,regeneration:null,auras:[{id:"bdf07c1f-0b68-4dbf-9553-5ad4bab8c02c",name:"Dragon Dread",keywords:"",details:"(Fear) aura 5; each enemy within the aura takes a -2 penalty to saving throws."}],powers:[{id:"cf9039ef-8cbe-4deb-9246-5c8ea40af515",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+8 damage, and the high cultist pushes the target 1 square (it instead slides a slowed or immobilized target 2 squares).",damage:"2d10+8 damage",category:1},{id:"d3ad7e1e-9d32-42bc-aace-16c504c61e12",name:"Frozen Eyes",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Gaze",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"2d6+8 cold damage, and the target is slowed (save ends). Second Failed Saving Throw: The target is immobilized (save ends).",damage:"2d6+8 cold damage",category:3},{id:"1f2913d2-0410-4265-8b41-f4d24fce94cc",name:"Clearing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:27,defence:0},description:"",details:"2d10+8 damage, and the high cultist pushes the target 2 squares (it instead slides a slowed or immobilized target 4 squares).",damage:"2d10+8 damage",category:1},{id:"86f7f34c-0c8e-4056-8699-6b4e57043a30",name:"Terrifying Snarl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:23,defence:3},description:"",details:"2d6+5 psychic damage, and the target is pushed 3 squares and dazed until the end of the high cultist’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"e0a2ed43-0a05-4994-8419-58ae2fc29076",name:"Clinging Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"3d6+7 cold damage, and the target takes ongoing 10 cold damage and is immobilized (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d6+7 cold damage",category:1},{id:"238e9df0-4972-454d-883f-6d67cbc5213e",name:"Slip the Coil",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The high cultist becomes invisible until it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"88f0a9ec-f93e-4d9f-96b9-d8fff47416f2",name:"Horrid Lion",details:"",size:4,origin:4,type:1,keywords:"",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"8",alignment:"Evil",languages:"",skills:"Athletics +14, Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:230,initiative:8,ac:21,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"98355362-44ef-4093-b228-4d5e5c87f03d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage plus 1d8 + 2 acid damage (plus 1d8 damage against an immobilized or prone target).",damage:"1d8+5 damage plus 1d8 + 2 acid damage (plus 1d8 damage against an immobilized or prone target)",category:1},{id:"6fdac501-ae4f-4dd0-9a0e-24b0d1bc5198",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and ongoing 5 damage (save ends).",damage:"2d4+5 damage",category:1},{id:"7f2e0ae2-8a57-41ce-89a0-67142b003433",name:"Horrid Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The horrid lion makes a bite attack and a claw attack, or two claw attacks.",damage:"",category:1},{id:"8cafdfc2-fae9-4480-81de-0ccd044e9994",name:"Leaping Pounce",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The horrid lion charges and makes two claw attacks against a single target. If both attacks hit, the target is knocked prone and grabbed. Charging does not end the horrid lion’s turn. While grabbing a target, the horrid lion can make claw attacks against only that target.",damage:"",category:1},{id:"892ddffe-8a27-4580-8dc1-cb338582b417",name:"Roar of the Great Beast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"2d8+5 thunder damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8+5 thunder damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c3b0f43-086d-4e09-8a69-f43fdb8eca65",name:"Jalm d’Akrar",details:"",size:3,origin:1,type:2,keywords:"fire",level:30,role:{type:6,flag:1,leader:!1},senses:"Perception +23",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Draconic, Primordial",skills:"Bluff +25, Insight +28, Intimidate +25, Stealth +30",equipment:"scimitar",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:31},intelligence:{score:19},wisdom:{score:26},charisma:{score:20},hp:536,initiative:27,ac:44,fortitude:42,reflex:43,will:41,regeneration:null,auras:[{id:"37a0dc47-d8b3-41b8-9462-4604182d3ab4",name:"Smoke Soul",keywords:"",details:"(Fire) aura 1; each creature that starts its turn within the aura takes 5 fire damage. Creatures in the aura have concealment against ranged attacks."}],powers:[{id:"c5cccbd2-87ed-4cfa-9c5a-5a6a1c366d4c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d10+12 damage (crit 3d10 + 32 damage). Jalm d’Akrar shifts 1 square before or after the attack.",damage:"2d10+12 damage (crit 3d10 + 32 damage)",category:1},{id:"0cbe99ed-c249-4c09-af91-9716b7e54a5a",name:"Smoke’s Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Jalm d’Akrar flies his speed and makes two scimitar attacks, each at a different point during that move. If Jalm hits with both attacks, he gains insubstantial and phasing until the end of his next turn or until damaged by an attack.",damage:"he gains insubstantial and phasing until the end of his next turn or until damaged by an attack",category:1},{id:"c9b96185-692b-4252-98b8-152ef28968ad",name:"Carving the Fiery Wall",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"Jalm d’Akrar flies his speed and makes a scimitar attack against each enemy within reach during this move. Effect: Jalm conjures a wall of flames in each square of his path that lasts until the end of his next turn. The wall is 6 squares high and blocks line of sight. Its space is lightly obscured. Any creature that starts its turn adjacent to the wall takes 10 fire damage, and any creature that enters a square of the wall or starts its turn there takes 20 fire damage. Sustain Minor: The wall persists.",damage:"any creature that starts its turn adjacent to the wall takes 10 fire damage",category:5},{id:"98ac0a61-b7a1-4a5e-86a9-8dea52619ccb",name:"Roiling Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Zone",condition:"",range:"2d10+9 fire damage. The burst creates a zone of flames and hot, shimmering air that lasts until the end of Jalm d’Akrar’s next turn. The zone is difficult terrain, and any creature entering or starting its turn there takes 10 fire damage. Creatures within the zone have concealment against ranged attacks.",attack:{bonus:33,defence:2},description:"",details:"",damage:"",category:1},{id:"b4247886-40ab-464a-8a10-2638e563cce1",name:"Ally in Flame",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Jalm has combat advantage against any creature in or adjacent to a square that contains fire.",damage:"",category:0},{id:"adae645f-8acb-4932-b15c-59f241b1dfb2",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Jalm’s attacks deal ongoing 15 fire damage (save ends) against any creature granting him combat advantage.",damage:"jalm’s attacks deal ongoing 15 fire damage (save ends) against any creature granting him combat advantage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"6ee45ba0-6fcb-4c02-b462-0ca9d3284b67",name:"Kalryni",details:"",size:3,origin:4,type:1,keywords:"dragon",level:9,role:{type:0,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +9, Diplomacy +13, Insight +11",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:16},intelligence:{score:10},wisdom:{score:15},charisma:{score:18},hp:380,initiative:7,ac:21,fortitude:22,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"1b21cdef-0f46-4823-a596-2fb8e8d7f3f3",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+5 damage plus 1d6 + 4 lightning damage.",damage:"1d6+5 damage plus 1d6 + 4 lightning damage",category:1},{id:"9c91d082-14a1-4130-b65c-d8807eb43c83",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"7899ccc0-cc8e-4bd0-be93-ac82c670eb5e",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kalryni makes a gore attack and two claw attacks.",damage:"",category:1},{id:"4ee73d0b-2981-4c9a-87bd-17e1506a479a",name:"Dazzling Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Kalryni targets up to three creatures with her dazzling breath; the first target must be within 10 squares of Kalryni, the second target within 10 squares of the first, and the third target within 10 squares of the second; 2d8+7 lightning damage, and the target takes a -2 penalty to attack rolls (save ends). First Failed Saving Throw: The target takes a -2 penalty to attack rolls and does not have line of sight to squares more than 3 squares away from it (save ends both). Second Failed Saving Throw: The target is blinded (save ends). Miss: Half damage, and the target takes a -2 penalty to attack rolls until the end of Kalryni’s next turn. This attack does not provoke opportunity attacks.",damage:"2d8+7 lightning damage",category:1},{id:"94d8ebd6-2a40-4fda-9377-67cbae56f93c",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dazzling breath recharges, and Kalryni uses it.",damage:"",category:5},{id:"6107ee7a-b329-4405-8cb7-debec0d619ea",name:"Static Snap",action:{action:4,trigger:"when kalryni is hit by an attack from a nonadjacent creature",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"2d6+4 lightning damage.",damage:"2d6+4 lightning damage",category:5},{id:"1b804a99-fd5c-4532-a020-2ce7f2604635",name:"Dizzying Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; the target slides 5 squares and is dazed (save ends). Aftereffect: The target is knocked prone.",damage:"the target slides 5 squares and is dazed (save ends)",category:1},{id:"e81a5ede-a773-4b3c-a19d-9c71573a27d9",name:"Charged Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 1d6+4 lightning damage, and the target cannot take immediate or opportunity actions (save ends). As its first action on its next turn, the target uses the run action to move away from Kalryni by the safest route possible.",damage:"1d6+4 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aa89dd0d-7334-456a-a8a8-e46f2b33bb3f",name:"Ketheptis",details:"",size:4,origin:4,type:1,keywords:"dragon",level:21,role:{type:2,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"8, fly 8 (hover), overland flight 15",alignment:"Chaotic Evil",languages:"Common, Deep Speech, Draconic, Elven, Giant",skills:"Arcana +19, Athletics +23, Insight +22, Nature +22",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:18},wisdom:{score:24},charisma:{score:18},hp:534,initiative:16,ac:33,fortitude:34,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"50aabbbd-e84e-41e6-849a-1206de05f2ff",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d8+8 damage, and ongoing 5 damage (save ends) and the target is knocked prone.",damage:"2d8+8 damage",category:1},{id:"d79a9f37-b6ae-4f84-8148-84e83df26e8b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d8+8 damage, and ongoing 5 damage (save ends).",damage:"1d8+8 damage",category:1},{id:"b7221235-a9a2-4790-ad42-3c84c1c6d321",name:"Furious Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ketheptis makes a claw attack against each enemy within reach, and she makes one bite attack.",damage:"",category:1},{id:"975522f8-a3a7-40f2-8cbf-bb3f6a10bd16",name:"Wing Rage",action:{action:4,trigger:"when an enemy attacks kethepis while flanking her",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 2d8+8 damage, and Ketheptis pushes the target 2 squares.",damage:"2d8+8 damage",category:5},{id:"cdbeee86-d5c6-4cf1-9c8c-9fdda50c9dcf",name:"Icy Eye of Hate",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Gaze",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target takes ongoing 15 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 15 cold damage and is immobilized (save ends both)",category:3},{id:"a1209c3c-0781-4e37-bb8e-4a4c5f663920",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d8+8 cold damage, and the target gains vulnerable 10 to all damage (save ends). A prone target is also unable to stand (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"ddfc7772-7347-4cb6-a4b3-d991a7a31705",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Ketheptis uses it.",damage:"",category:5},{id:"f3a57121-c9a9-48f9-9e17-74432ac82ac0",name:"Frightful Rage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Ketheptis’s next turn. For each target hit by this attack, Ketheptis gains a cumulative +1 bonus to attack rolls until the end of her next turn.",damage:"Ketheptis gains a cumulative +1 bonus to attack rolls until the end of her next turn",category:1},{id:"93d79afd-044d-446d-9795-cd9322c251f1",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:22,defence:1},description:"",details:"3d6+8 damage, and Ketheptis slides the target 2 squares and knocks it prone.",damage:"3d6+8 damage",category:1},{id:"83004bf2-a84b-4952-b4f2-23e7b4f245b8",name:"Blood-Covered Scales",action:{action:4,trigger:"when hit by an attack; usable only after dimensional resurgence",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker takes ongoing 15 damage (save ends).",damage:"the triggering attacker takes ongoing 15 damage (save ends)",category:5},{id:"22e5b9c5-53fe-4a8a-87f4-c258a5fd4b82",name:"Dimensional Resurgence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"At the start of her next turn, Ketheptis teleports 10 squares and regains 266 hit points.",damage:"Ketheptis teleports 10 squares and regains 266 hit points",category:1},{id:"5a774580-cc2f-4470-ab76-5e31b23083ac",name:"Bloodied Threat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, Ketheptis can make opportunity attacks with her bite against enemies within her reach (2 squares).",damage:"",category:0},{id:"ce7054c0-c1c1-4167-90f8-976ca27d5c84",name:"Freedom of Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Ketheptis makes a saving throw against one immobilized, restrained, or slowed effect at the start of her turn.",damage:"",category:0}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b942b6a-2cc9-4ab0-9174-27e91275d920",name:"Living Frost Breath Weapon",details:"",size:4,origin:1,type:1,keywords:"blind, ooze",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +18; blindsight 20",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:25},intelligence:{score:4},wisdom:{score:22},charisma:{score:4},hp:550,initiative:19,ac:36,fortitude:37,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"8907d80e-238e-4e1c-b52b-c875d5e8158b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 3; (+27 against slowed or immobilized targets)5d6+9 old damage, and the target is slowed (save ends).",damage:"(+27 against slowed or immobilized targets)5d6+9 old damage",category:1},{id:"79788c72-f238-4078-922e-152b1729eccb",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living frost breath weapon makes two slam attacks.",damage:"",category:1},{id:"bc432c0b-5a59-47ac-b7fc-1486dcce5c7d",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:25,defence:1},description:"",details:"(+27 against slowed or immobilized targets)3d6+9 cold damage, and the target is pulled adjacent to the living frost breath weapon and grabbed. Sustain Standard: The living frost breath weapon sustains the grab, and the target takes 25 cold damage. While grabbing a creature, the living frost breath weapon can make a +27 vs. Fortitude attack against it to move at full speed.",damage:"(+27 against slowed or immobilized targets)3d6+9 cold damage",category:1},{id:"e800c1c9-d327-4342-ae49-f3cc30fa00b3",name:"Icy Death",action:null,keywords:"Cold",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:25,defence:1},description:"",details:"(27 against slowed or immobilized targets)3d6+9 cold damage, and the target is restrained (save ends).",damage:"(27 against slowed or immobilized targets)3d6+9 cold damage",category:0}],damageModifiers:[{type:3,value:10}],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"9d8e0c8f-cbbe-4629-9ef5-e867fdf1e519",name:"Memory of the Prophecy",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:20,role:{type:7,flag:2,leader:!1},senses:"Perception +19; darkvision, truesight 3",movement:"fly 10 (hover); phasing",alignment:"Unaligned",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"Arcana +20, History +20, Insight +19",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:10},intelligence:{score:20},wisdom:{score:19},charisma:{score:22},hp:532,initiative:12,ac:34,fortitude:34,reflex:31,will:32,regeneration:null,auras:[{id:"a73bb06c-b75b-4b76-813a-5e80f47816d5",name:"Spirit Lock",keywords:"",details:"aura 5; enemies cannot teleport into or out of the aura, and they cannot use phasing while within the aura."}],powers:[{id:"8d320aa9-9945-4429-b4d3-7b6c4ebcbcb4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Reach 4; 2d10+8 fire and necrotic damage, and ongoing 10 fire and necrotic damage (save ends).",damage:"2d10+8 fire and necrotic damage",category:1},{id:"f83098d9-919a-46e7-9b42-28e2edcf4cc4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 3; 2d8+8 necrotic damage, and the target is marked until the end of Memory of the Prophecy’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"41d5adc1-80d2-4c86-a7ea-8d7774bc0e16",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Memory of the Prophecy makes two claw attacks and one bite attack.",damage:"",category:1},{id:"cf0d806c-3fb0-4f31-9e8a-85d160700eb0",name:"Withering Tail",action:{action:5,trigger:"when an enemy within 3 squares of and marked by memory of the prophecy leaves a square or makes an attack that doesn’t include memory of the prophecy as a target",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Reach 3; 2d8+8 necrotic damage, and the target slides 2 squares, ends its movement, and is weakened until the end of Memory of the Prophecy’s next turn.",damage:"2d8+8 necrotic damage",category:5},{id:"54727815-8933-4d33-92f9-3ca290cef929",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"2d12+8 fire and necrotic damage, and ongoing 10 necrotic damage (save ends). Miss: Half damage.",damage:"2d12+8 fire and necrotic damage",category:1},{id:"2fff4a40-525d-49bb-a49e-2ab9d37bee95",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Memory of the Prophecy uses it.",damage:"",category:5},{id:"62873094-56ef-4b5d-969c-7e9913f48280",name:"Fear of Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Fear, Fire",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Memory of the Prophecy’s next turn. Effect: Memory of the Prophecy conjures a wall of flames within the burst that lasts until the end of her next turn. The wall is 10 squares long and 6 squares high. It blocks line of sight, and its space is lightly obscured. Any creature that starts its turn adjacent to the wall takes 5 fire damage, and any creature that enters a square of the wall or starts its turn there takes 15 fire damage. Sustain Minor: The wall persists.",damage:"any creature that starts its turn adjacent to the wall takes 5 fire damage",category:1},{id:"e427e6a5-8305-41ef-8f99-545626e38039",name:"Prophesied Doom",action:{action:7,trigger:"when memory of the prophecy hits with a natural attack roll of 18-20; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack becomes a critical hit, dealing 4d6 extra damage.",damage:"dealing 4d6 extra damage",category:5}],damageModifiers:[{type:3,value:-15},{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a564ea0f-6d17-433f-954c-2ecd5eac1748",name:"Morspeth d’Cannith",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:3,flag:1,leader:!0},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common, Draconic, Dwarven",skills:"Arcana +12, Diplomacy +8, History +12",equipment:"dagger; leather armor",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:11},hp:158,initiative:5,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"e720feb5-5076-4890-a94e-a02e2287bd2b",name:"Alchemical Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Morspeth d’Cannith makes one attack chosen from the following list.",damage:"",category:1},{id:"1e8fb51b-e174-47ca-82f5-a8057c61d6aa",name:"Alchemical Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon, Varies",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"Morspeth d’Cannith makes one attack chosen from the list above. The dagger returns to Morspeth’s hands at the end of his turn.",damage:"",category:1},{id:"a5528b95-982b-4a89-842c-ab1ec2d2bbca",name:"Double Daggers",action:{action:1,trigger:"requires two daggers",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Morspeth D’Cannith makes two basic attacks.",damage:"",category:5},{id:"d27faf7f-c69d-42eb-8dcc-621a989d18f6",name:"Warding Force",action:{action:5,trigger:"when a second enemy moves adjacent to morspeth d’cannith",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 1",attack:{bonus:10,defence:2},description:"",details:"targets enemies; 1d4+4 force damage, and the target is pushed 2 squares and slowed until the end of Morspeth’s next turn.",damage:"1d4+4 force damage",category:5},{id:"8885a580-f11d-425c-9786-2ecec820f540",name:"Adaptive Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Area burst 2 within 20",attack:{bonus:10,defence:2},description:"",details:"targets enemies; 2d8+5 damage, and the target takes ongoing 5 damage, is slowed, and takes a -2 penalty to AC (save ends all). If a target is vulnerable to any damage type, it is also vulnerable to the initial damage from this attack.",damage:"2d8+5 damage",category:1},{id:"d8829872-2055-4911-9d70-91c25e3effc4",name:"Infuse Allies",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each of Morspeth’s allies within 5 squares shifts 1 square and gains 10 temporary hit points until the end of Morspeth’s next turn.",damage:"Each of Morspeth’s allies within 5 squares shifts 1 square and gains 10 temporary hit points until the end of Morspeth’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b7fdb1bb-f5a5-4874-8fc3-d06f57f15673",name:"Skeletal Black Dragon",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:6},hp:126,initiative:9,ac:22,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"dbdf7e7e-0793-4917-93e8-0f951a21f2cf",name:"Acidic Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+5 damage plus 1d8 + 3 acid damage.",damage:"1d8+5 damage plus 1d8 + 3 acid damage",category:1},{id:"bd2c91fe-9538-485e-97f8-4c0dc6776fe6",name:"Claw Flurry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and ongoing 5 damage (save ends).",damage:"2d6+5 damage",category:3},{id:"b79a497a-de22-4ca0-b0f0-7dfd47590463",name:"One Final Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:11,defence:2},description:"",details:"2d8+5 acid damage, and the target takes a -4 penalty to AC (save ends).",damage:"2d8+5 acid damage",category:5}],damageModifiers:[{type:1,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"96ecb0ee-5fef-4b12-9e18-d47a03726fe0",name:"Spellwarped Roc",details:"",size:4,origin:0,type:1,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +12",movement:"4, fly 10, overland flight 15",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:20},intelligence:{score:6},wisdom:{score:10},charisma:{score:18},hp:272,initiative:14,ac:28,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"69feb0d3-1487-45b8-8f1d-d9e35f8aa2a0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and 10 ongoing damage (save ends).",damage:"2d8+6 damage",category:1},{id:"b23bdfbf-856f-4ddf-b76d-ca8aae5b4ae1",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"0ff1deb9-04a7-473c-8ca8-44c3cdc173e4",name:"Twin Talon Toss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spellwarped roc makes two talon attacks. On a hit, the target is also pushed 3 squares and knocked prone.",damage:"the target is also pushed 3 squares and knocked prone",category:1},{id:"1ed5f0ae-0d07-40fe-8d38-58b18700875c",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spellwarped roc flies its speed and makes two talon attacks, each one against a different target, at any point during that move. The roc doesn’t provoke opportunity attacks when moving away from the target of each attack.",damage:"",category:1},{id:"8017f270-4d83-40b4-ba07-29fc8124eb78",name:"Spellwarped",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the spellwarped roc is hit by an attack that has a damage type, it gains a bonus, defined below by damage type.",damage:"if the spellwarped roc is hit by an attack that has a damage type",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"3f8ce5c0-c164-41ee-8097-13efc046e018",name:"Thraalgrum",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"",equipment:"mace",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:12},intelligence:{score:24},wisdom:{score:20},charisma:{score:14},hp:324,initiative:9,ac:31,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"be781b07-1eb5-4fe2-9185-e94c6a3e6a17",name:"Blackfire Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d10+6 damage, and ongoing 5 cold and fire damage (save ends), and Thraalgrum slides the target 2 squares.",damage:"1d10+6 damage",category:1},{id:"44bb72fd-a1bc-45b4-9402-1c9e28a5c4ab",name:"Snowblind Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"2d6+5 psychic damage, and creatures not adjacent to the target have concealment against the target (save ends).",damage:"2d6+5 psychic damage",category:1},{id:"3eaad1f4-adfa-4226-a7c2-c0c69103d38a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Thraalgrum makes two basic attacks.",damage:"",category:1},{id:"c639fe2d-3926-4479-b090-22c3a0fe5c7c",name:"Black Ice Stalker",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fear, Illusion, Psychic",condition:"",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target is marked by a Large shadowy ice stalker that only it can see (save ends). The ice stalker occupies a space adjacent to the target, who cannot enter the stalker’s space, and moves with it, remaining adjacent to the target until the effect ends. Other creatures can move through the stalker’s space and cannot attack it. If the target attacks the stalker, use Thraalgrum’s defenses; a hit deals half the attack’s damage to Thraalgrum. If it doesn’t attack the stalker, the target takes 10 cold damage at the end of its turn. Aftereffect: The target is dazed until the end of Thraalgrum’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"6c6ff495-4521-468f-8213-c209fca2f9ae",name:"Fog of the Black Glacier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic, Zone",condition:"",range:"Area burst 3 within 10",attack:{bonus:20,defence:1},description:"",details:"3d8+5 necrotic damage, and the burst creates a zone of freezing black fog that lasts until the end of Thraalgrum’s next turn. Squares within the zone are heavily obscured to any creature without resist cold. Each creature that starts its turn within the zone takes 1d8 +4 cold damage and 1d8 +4 necrotic damage. Sustain Minor: The zone persists.",damage:"3d8+5 necrotic damage",category:1},{id:"a9f39781-6798-45b5-9d17-c813a9d22a6b",name:"Blackfire Step",action:{action:2,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Teleportation",condition:"",range:"",attack:null,description:"",details:"Thraalgrum teleports 8 squares. Each enemy within 2 squares of his origin point and each enemy within 2 squares of his arrival point takes 5 cold and fire damage.",damage:"each enemy within 2 squares of his origin point and each enemy within 2 squares of his arrival point takes 5 cold and fire damage",category:5},{id:"4404bca0-dc5c-402d-b511-1a62f3a6bebb",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides Thraalgrum, he moves 2 squares less than the effect specifies. Also, Thraalgrum can make a saving throw to avoid being knocked prone.",damage:"he moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45c36c2f-dc66-44d4-af96-f4be28d6f6f7",name:"Una Wyrmguard",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +12",movement:"7",alignment:"Chaotic Evil",languages:"Common",skills:"Athletics +18, Intimidate +12",equipment:"greatclub; scale armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:10},wisdom:{score:20},charisma:{score:10},hp:276,initiative:13,ac:30,fortitude:27,reflex:25,will:26,regeneration:null,auras:[{id:"d1667d24-7312-4749-8187-1ffe6c4b4c0c",name:"Incite Frenzy",keywords:"",details:"aura 5; at the start of its turn, each ally in the aura can take a -2 penalty to all defenses to gain a +4 bonus to damage rolls until the start of its next turn."}],powers:[{id:"edbf8c08-e189-4b43-b8a2-50ccf16acf6a",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d4+8 damage, and the target is marked until the end of Una Wyrmguard’s next turn.",damage:"3d4+8 damage",category:1},{id:"c5ca03fb-5e10-4125-b30b-8e08e1c04be6",name:"Greatclub Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard makes two greatclub attacks.",damage:"",category:1},{id:"7c208507-eee3-486d-b6fb-c0abdbc9cd8a",name:"Fierce Retribution",action:{action:4,trigger:"when a target marked by una wyrmguard stands or makes an attack that does not include una as a target",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard shifts 2 squares and charges the triggering enemy.",damage:"Una Wyrmguard shifts 2 squares and charges the triggering enemy",category:5},{id:"581be437-68d0-44f9-9ac7-051cf7e9ce9e",name:"Frenzied Whirl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"targets enemies; 5d4+8 damage, and the target is marked until the end of Una Wyrmguard’s next turn and is knocked prone.",damage:"5d4+8 damage",category:1},{id:"afa9b43a-f96e-47e0-ae9f-28e0481dd318",name:"Frightful Rage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target takes a -2 penalty to all defenses until the end of Una Wyrmguard’s next turn.",damage:"the target takes a -2 penalty to all defenses until the end of Una Wyrmguard’s next turn",category:3},{id:"854e1ca2-20e1-4f01-9a55-fc0158bb3005",name:"Frenzied Attacks",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard can take a -2 penalty to all defenses to gain a +6 bonus to damage rolls until the start of her next turn.",damage:"una wyrmguard can take a -2 penalty to all defenses to gain a +6 bonus to damage rolls until the start of her next turn",category:0},{id:"57aaa74e-263f-42a0-a6be-3d78c9305159",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Una Wyrmguard makes one saving throw at the start of her turn against an effect that a save can end. Una does not fall unconscious or die immediately when reduced to 0 or fewer hp; instead, she dies if she ends her turn with 0 or fewer hp.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bfd18b0-d265-4fbc-8162-a683d5e0ad76",name:"Vyssilthar",details:"",size:4,origin:4,type:1,keywords:"aquatic, dragon",level:22,role:{type:4,flag:2,leader:!1},senses:"Perception +19; darkvision, truesight 2",movement:"10, fly 10 (hover), overland flight 15, swim 10",alignment:"Unaligned",languages:"Common, Draconic, Elven, Giant, Primordial",skills:"Bluff +22, Insight +19, Stealth +24",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:27},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:820,initiative:23,ac:36,fortitude:34,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"2997731f-1ce4-45a4-a09a-72f8da3fd710",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d6+7 damage, and ongoing 10 acid damage (save ends).",damage:"2d6+7 damage",category:1},{id:"1128bc90-7887-41d3-93be-23cca43abb06",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"ed64c7a1-3b3c-48b0-a32a-da5ad27a98eb",name:"Shadow Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vyssilthar makes two claw attacks and one bite attack.",damage:"",category:1},{id:"87fd87c1-f6b7-48b8-92ba-0f270d9518a0",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses vyssilthar",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; targets the triggering attacker; 1d10+7 damage, and Vyssilthar pushes the target 2 squares.",damage:"1d10+7 damage",category:5},{id:"0e2e1b87-86cb-45de-af4e-7f90df52cc9b",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close burst 3",attack:null,description:"",details:"the burst creates a zone of darkness that lasts until the end of Vyssilthar’s next turn. The zone blocks line of sight for all creatures except Vyssilthar. Any creature entirely within the area (except Vyssilthar) is blinded. Sustain Minor: The zone persists.",damage:"",category:1},{id:"e5c2c1e7-3cff-43b8-a742-547d2d95e63e",name:"Dark Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets enemies; the target is dazed and blinded until the end of Vyssilthar’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls and grants combat advantage (save ends).",damage:"The target takes a -2 penalty to attack rolls and grants combat advantage (save ends)",category:1},{id:"60067eb4-0e3c-4342-a264-b880c85f94a4",name:"Dispelling Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"3d8+5 acid damage, and the target takes 10 ongoing acid damage and a -4 penalty to AC (save ends both). All conjurations and zones completely or partly within the blast end.",damage:"3d8+5 acid damage",category:1},{id:"c0b1e4c3-5b73-4ff2-909a-66f4a3fd691b",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dispelling breath weapon recharges, and Vyssilthar uses it.",damage:"",category:5},{id:"00057b6d-524c-4573-9d30-bb13a57ab7a8",name:"Move as Shadow",action:{action:2,trigger:"only while vyssilthar is entirely within her cloud of darkness; recharges when cloud of darkness recharges",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Vyssilthar teleports 10 squares. After teleporting, she can make a Stealth check to become hidden even if creatures have line of sight to her.",damage:"Vyssilthar teleports 10 squares",category:5},{id:"6e8db351-cbe9-4292-8b1d-562fc5020d1b",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Vyssilthar can alter her physical form to take on the appearance of a Medium humanoid.",damage:"",category:3},{id:"6bb1638a-e090-423c-87ba-c95df50b105d",name:"Dark Doom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vyssilthar deals 2d10 extra damage to any creature that cannot see her.",damage:"vyssilthar deals 2d10 extra damage to any creature that cannot see her",category:0},{id:"efbe8adb-8367-4fcd-8205-de66f58ed136",name:"Slippery Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vyssilthar makes a saving throw against one charm, fear, or psychic effect at the start of her turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"187a8efb-c5b1-4b47-911a-dcffebd055d6",name:"Abyssal Spitter",details:"",size:3,origin:1,type:1,keywords:"demon",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +15; all-around vision, low-light vision",movement:"6, swim 12",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:20},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:720,initiative:12,ac:29,fortitude:31,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"d4b2e98a-d594-4616-b530-dce005bd603e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"2b3690cb-2bd4-4972-94cc-c86b3bcbfe93",name:"Acid Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d8+5 acid damage.",damage:"1d8+5 acid damage",category:1},{id:"21f85909-1937-43df-96a5-457a61ddbbbf",name:"Abyssal Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The abyssal spitter makes a number of basic attacks (any combination of melee and ranged attacks) equal to its number of heads (but see many-headed).",attack:null,description:"",details:"",damage:"",category:1},{id:"05516571-d03e-4115-a40c-c891e87e311d",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the abyssal spitter becomes dazed or stunned, it loses one attack on its next turn instead. Multiple effects stack.",damage:"",category:0},{id:"c992d170-96a7-4572-9837-7773453739c7",name:"Abyssal Regeneration",action:{action:3,trigger:"recharges when head lost",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An abyssal spitter starts with four heads. The first time the spitter is reduced to 540 hit points or fewer, it can spend a minor action on its next turn to grow two new heads (which increases the number of attacks it can make with abyssal fury by one). This occurs again the first time it becomes bloodied, and again the first time it is reduced to 180 hit points or fewer. Heads in excess of four die after 24 hours.",damage:"The first time the spitter is reduced to 540 hit points or fewer",category:5},{id:"0b134978-2494-4093-846d-bc67e31cb8f0",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An abyssal spitter can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"5136c526-9f7b-492e-b0d8-51c138966c66",name:"Portal Energy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the portal remains open, the abyssal spitter deals 2 extra damage on each of its attacks.",damage:"the abyssal spitter deals 2 extra damage on each of its attacks",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e643f00e-433e-4354-ac33-5639186c83ff",name:"Angel of Valor Warrior",details:"",size:2,origin:3,type:2,keywords:"angel",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6, fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:17,ac:40,fortitude:40,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"2471756f-7b96-4deb-b22b-b5d68e5bf804",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"11 fire damage.",damage:"11 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"f7b53b72-e196-45f9-93e4-a658887bdfec",name:"Big Grigbad",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:1,leader:!0},senses:"Perception +3; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +12, Endurance +8, History +3, Intimidate +6",equipment:"flail; heavy shield; scale armor",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:94,initiative:5,ac:21,fortitude:21,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"d31b72c7-ef31-4c2f-9f42-817a41882005",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, and the target is marked and slowed until the end of Big Grigbad’s next turn.",damage:"1d10+4 damage",category:1},{id:"6f5b27c5-ed91-4055-a93b-4215de0ea881",name:"Vexing Teamwork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires flail; (+1 per ally adjacent to target)1d10+4 damage, and the target cannot shift if at least two enemies are adjacent to it (save ends).",damage:"(+1 per ally adjacent to target)1d10+4 damage",category:1},{id:"0ce63f45-f46a-4b50-80fe-7a0ad725f940",name:"Mass Tactics",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in burst gains a +2 power bonus to its next attack roll and can shift 1 square as a free action.",damage:"each ally in burst gains a +2 power bonus to its next attack roll and can shift 1 square as a free action",category:2},{id:"a4c6ebbc-e6eb-4aa4-9b52-95b9a13d6c22",name:"Hobgoblin Resilience",action:{action:4,trigger:"when big grigbad suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Big Grigbad rolls a saving throw against the effect.",damage:"",category:5},{id:"86bc12b7-a43c-47a2-b49f-3b0180fcfa5f",name:"Phalanx Leader",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Big Grigbad gains a +2 bonus to AC while at least one minion is adjacent to him.",damage:"Big Grigbad gains a +2 bonus to AC while at least one minion is adjacent to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c53f2414-03f3-4f0e-a497-5f56e60974e2",name:"Bluespawn Defender",details:"",size:4,origin:4,type:2,keywords:"reptile",level:25,role:{type:7,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"8",alignment:"Evil",languages:"Draconic",skills:"",equipment:"greatsword; heavy shield",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:19},intelligence:{score:10},wisdom:{score:22},charisma:{score:16},hp:466,initiative:18,ac:43,fortitude:41,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"07639a7f-88bd-4c33-a302-4f36f00a3fd5",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 2d6+5 damage plus 2d8 lightning damage.",damage:"2d6+5 damage plus 2d8 lightning damage",category:1},{id:"aa00b841-2ed3-4074-95eb-c99538bf01c8",name:"Awesome Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"The defender makes a greatsword attack. If the attack hits, it makes a secondary attack against the same target. Secondary Attack; the target is pushed 3 squares and knocked prone.",damage:"the target is pushed 3 squares and knocked prone",category:1},{id:"75487a39-3bd3-48ec-99a2-0f215d4156dd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8 damage plus 2d8 lightning damage.",damage:"2d8 damage plus 2d8 lightning damage",category:1},{id:"ab067cc1-d48e-4d8e-beda-9f8b840b98aa",name:"Shield Crush",action:{action:5,trigger:"when an adjacent ally is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 3; 3d6+5 damage, and the target is dazed until the end of its next turn.",damage:"3d6+5 damage",category:5},{id:"a4d554ec-7803-4567-9e68-6c245879d700",name:"Defender",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bluespawn defender has resist 10 all against damage from dragons, dragonborn, and immortals.",damage:"a bluespawn defender has resist 10 all against damage from dragons",category:0}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c3265380-a5ef-46cc-baa0-41c3f141c0ac",name:"Borrit Crowfinger",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +15, Religion +15",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:12},intelligence:{score:21},wisdom:{score:16},charisma:{score:18},hp:560,initiative:6,ac:27,fortitude:21,reflex:27,will:25,regeneration:null,auras:[{id:"50fc7a0f-b804-4bd7-bc59-e33b8cf4766f",name:"Clutching Souls",keywords:"",details:"(Necrotic, Radiant) aura 3; en enemy that starts its turn in the aura takes 10 radiant and necrotic damage, and is slowed until the start of its next turn."}],powers:[{id:"a4bab117-d7d9-4017-949a-6d8f9ac25a73",name:"Scything Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage, and the target is dazed (save ends).",damage:"1d8+5 damage",category:1},{id:"9fe672f7-0f55-4574-82e3-823e14439d40",name:"Grasp of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d8+10 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"b84431aa-903f-432b-a441-704aedcc2702",name:"Glimpse of the Grave",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close blast 3",attack:{bonus:13,defence:3},description:"",details:"3d8+5 psychic damage, and the target is dazed and immobilized (save ends both).",damage:"3d8+5 psychic damage",category:3},{id:"9496de78-c654-4e8e-b46d-25422cd8dcd2",name:"Call of the Grave",action:{action:1,trigger:"recharges when the last minion created by this power is destroyed",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Five vampire spawn bloodhunters appear in any unoccupied spaces within 10 squares of Borrit. These undead minions take their turns immediately after the Bonemaster. At the end of the encounter or after 1 hour, these minions turn to dust.",damage:"Five vampire spawn bloodhunters appear in any unoccupied spaces within 10 squares of Borrit",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"12db78f4-9057-4218-af71-e3486ddcbdef",name:"Cambion Soul Conflagrant",details:"",size:2,origin:3,type:2,keywords:"devil",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +22, Bluff +24, Diplomacy +24",equipment:"quarterstaff",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:27},hp:166,initiative:16,ac:35,fortitude:34,reflex:34,will:36,regeneration:null,auras:[],powers:[{id:"9eedcd9f-d466-4ff0-873f-a283d3e5fe44",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4b942c7b-dd70-480f-9c1b-59dbfbdc1e9d",name:"Hellfire Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d6+8 fire damage, and the target is knocked prone.",damage:"3d6+8 fire damage",category:1},{id:"b7be9016-5ed2-46cf-aa42-187c4f15c668",name:"Purge the Soul",action:{action:1,trigger:"recharges when any enemy within sight is reduced to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"4d6+8 necrotic damage, and the target is weakened (save ends).",damage:"4d6+8 necrotic damage",category:5},{id:"d3d88807-24ac-4dfe-9030-40c6b12de0e4",name:"Soulscorch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:2},description:"",details:"2d6+8 fire damage, and ongoing 10 fire damage.",damage:"2d6+8 fire damage",category:1},{id:"de35f68c-e9ac-41c8-ba2e-c1f200c17eca",name:"Soul Mantle",action:null,keywords:"",condition:"",range:"A mantle of soul energy protects the cambion soul conflagrant, giving it a +4 bonus to AC and Reflex defense against ranged attacks (already included in its statistics).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bcb77e9-0cc8-4ac8-bcee-c07bde0db97d",name:"Cambion Stalwart",details:"",size:2,origin:3,type:2,keywords:"devil",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Athletics +13, Intimidate +14",equipment:"chainmail; greatsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:21},hp:186,initiative:8,ac:22,fortitude:22,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"84b18e6e-da2b-402d-b5d6-bb90063ede53",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage, and ongoing 5 fire damage (save ends).",damage:"1d10+5 damage",category:1},{id:"8e1bf5a3-db13-42fe-bb60-1faccc3e6897",name:"Stalwart Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a cambion stalwart flanks an enemy, the stalwart and its allies deal 1d6 extra damage against that enemy.",damage:"the stalwart and its allies deal 1d6 extra damage against that enemy",category:0},{id:"2bafa7fb-ca53-4127-9c5f-29096199ca1c",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A cambion stalwart scores critical hits on attack rolls of 19–20.",damage:"",category:0},{id:"79aeb9f7-b865-4ad9-b313-22d0193445d4",name:"Triumphant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a cambion stalwart bloodies an enemy or reduces an enemy to 0 hit points or fewer, the stalwart and all its allies within 5 squares each gain 5 temporary bit points.",damage:"the stalwart and all its allies within 5 squares each gain 5 temporary bit points",category:0},{id:"079f5f79-b41a-46af-8a28-84dfe98d4f47",name:"Whirlwind Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a cambion stalwart charges an enemy, it can make a greatsword attack against each enemy within its reach at the end of its charge.",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3fddbc08-bb5b-4ee0-8ed7-e1486e076f87",name:"Cobalt Serpent",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:15},charisma:{score:12},hp:109,initiative:11,ac:24,fortitude:23,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"bed7ef7a-8d33-4f24-8337-5855eaa0f47c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"47bdf33e-85cf-4564-8fb3-8d04e7bf2003",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"targets creature taking ongoing poison damage; the target is blinded and slowed (save ends both).",damage:"targets creature taking ongoing poison damage",category:1},{id:"ac15834e-572c-415b-86e4-6986e4a98bf1",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A cobalt serpent deals 1d6 extra damage on attacks against any target it has combat advantage against.",damage:"a cobalt serpent deals 1d6 extra damage on attacks against any target it has combat advantage against",category:0},{id:"2bc27e6b-c8cc-4a46-a4fa-d988e9af9b9c",name:"Elusive Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cobalt serpent shifts 2 squares. Enemies lose combat advantage against the cobalt serpent and cannot regain combat advantage against it until the start of its next turn.",damage:"The cobalt serpent shifts 2 squares",category:2},{id:"c0d54ae9-c8f2-4bc6-89cf-f41684d3ac22",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A cobalt serpent can use its poison the mind power against any creature in its guarded area even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"a cobalt serpent can use its poison the mind power against any creature in its guarded area even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a162edc5-efa5-4225-b7b1-96ad8b4cb680",name:"Death Knight",details:"",size:2,origin:4,type:2,keywords:"undead",level:17,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"light shield; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:11},charisma:{score:14},hp:264,initiative:11,ac:35,fortitude:32,reflex:26,will:27,regeneration:null,auras:[{id:"866df245-028f-4072-bd9a-242d8cb16798",name:"Marshal Undead",keywords:"",details:"aura 10; lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"550b88ac-47c3-4f5b-99af-910420a45b34",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+12 damage, plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit).",damage:"1d8+12 damage",category:1},{id:"03c9476c-6c97-4909-bfbe-ce8f47f9a39e",name:"Containing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"1d8+12 plus 5 necrotic damage, and the death knight can make a melee basic attack as an immediate reaction against the target if the target shifts on its next turn.",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword",damage:"",category:1},{id:"fdac3bf3-5af1-481c-be09-0b43aec74fb2",name:"Warrior’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword; 3d8+12 damage, plus 5 necrotic damage, and the target is pushed 2 squares. All enemies within 2 squares of the target are marked until the end of the death knight’s next turn.",damage:"3d8+12 damage",category:1},{id:"d98969ff-5e91-4c45-b826-1319ee46d882",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"6d8+12 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",attack:{bonus:19,defence:2},description:"",details:"",damage:"",category:1},{id:"298663f6-615a-4777-857f-c8e2ed111c1e",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight can mark that target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an adjacent enemy shifts, the death knight makes a melee basic attack against that enemy (as an immediate interrupt).",attack:null,description:"",details:"",damage:"",category:0},{id:"2d8a9fab-5c2b-424f-9da2-f156e986ff3f",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 66 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 66 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6353da3d-9dd9-49a5-8e7b-577767398260",name:"Decaying Skeleton",details:"",size:2,origin:4,type:0,keywords:"",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"arrow; heavy shield; longsword; shortbow",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:8,ac:19,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"a34649cd-a471-4e53-a92a-4f12a61b5a2e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"36daa198-8b9d-44ac-8501-3e2fe9fa9144",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a455f42d-8602-4cd3-af18-0a6cfa6fc9bd",name:"Demonfang Golem",details:"",size:3,origin:3,type:0,keywords:"construct, demon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +26; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:31},dexterity:{score:18},intelligence:{score:4},wisdom:{score:26},charisma:{score:17},hp:622,initiative:17,ac:41,fortitude:43,reflex:37,will:41,regeneration:null,auras:[],powers:[{id:"a6601ad5-68a6-43b9-916f-b10d4409fc6d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d10+5 damage and ongoing 10 necrotic damage (save ends).",damage:"2d10+5 damage and ongoing 10 necrotic damage (save ends)",category:1},{id:"b4e66e6f-b903-499b-9cb5-bcc43ea3591a",name:"Hungry Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Targets bloodied enemy; 4d10+10 damage, and the target is stunned (save ends).",damage:"4d10+10 damage",category:1},{id:"de677734-ca56-4270-9cb7-9ed6cd30d1f3",name:"Ravenous Gnash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 4d10+10 psychic damage, and the target is pushed 3 squares.",damage:"4d10+10 psychic damage",category:1},{id:"e77eb1c6-5102-4269-9b36-369ec7fea427",name:"Death Burst",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"close burst 1",attack:{bonus:30,defence:0},description:"",details:"The demonfang golem explodes in a burst of jagged teeth; 4d6+12 damage, and the area of the burst is difficult terrain until the end of the encounter.",damage:"4d6+12 damage",category:0}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"dcf24278-d1d3-4104-bf71-652ee2264c77",name:"Dragonborn Hunter",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +16",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"History +10, Intimidate +11, Stealth +20",equipment:"katar; leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:24},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:322,initiative:17,ac:32,fortitude:31,reflex:32,will:28,regeneration:null,auras:[],powers:[{id:"ec15ae37-4854-44fe-a64d-0e57cefdc4fa",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"(+23 while bloodied)2d6+6 damage (crit 1d6+18).",damage:"(+23 while bloodied)2d6+6 damage (crit 1d6+18)",category:1},{id:"b05748d5-ecd7-4256-b151-dad146b9ced9",name:"Twin Katar Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The dragonborn hunter makes two katar attacks and can shift 1 square before or after each attack. If bloodied, the dragonborn hunter can make four katar attacks instead of two (no more than two per target).; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"be8a8992-278d-4e32-ae30-d34866c62748",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:20,defence:2},description:"",details:"targets all creatures; (+21 while bloodied)2d6+3 lightning damage.",damage:"(+21 while bloodied)2d6+3 lightning damage",category:3},{id:"f86b6a92-88dc-4f0f-a328-cc5775b18678",name:"Bloodied Breath",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"The dragonborn’s dragon breath recharges automatically, and the dragonborn uses it immediately as a free action.",damage:"",category:4},{id:"c9bd1cd7-118e-4548-bdcd-d643599e32ea",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A dragonborn hunter deals 2d6 extra damage on melee and ranged attacks against any target that it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"558a179f-bff4-4272-bd06-5fd00df41fa4",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn hunter gains a +1 racial bonus to attack rolls.",damage:"A dragonborn hunter gains a +1 racial bonus to attack rolls",category:0},{id:"5c5f587e-f06b-48a7-aa79-b65a2bf51f04",name:"Hunter’s Stride",action:{action:2,trigger:"recharges after the dragonborn hunter attacks two or more different enemies in one turn with twin katar flurry",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn hunter shifts 2 squares. If adjacent to only one foe after this movement, the dragonborn hunter gains combat advantage against that foe until the start of its next turn.",damage:"The dragonborn hunter shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9bcd095-2d43-4bb4-ad1e-e0afc7c254bd",name:"Eranyth",details:"",size:2,origin:2,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"6, fly 9 (hover)",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +14, History +14, Intimidate +22, Nature +18",equipment:"leather armor; longsword",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:26},intelligence:{score:16},wisdom:{score:19},charisma:{score:27},hp:180,initiative:17,ac:33,fortitude:28,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"0f2c8a29-9245-4697-bce2-554638be095e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"ad135387-67a6-4ed9-88c3-23e46ef33d23",name:"Autumn Chill",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target is weakened until the end of the encounter.",damage:"",category:1},{id:"bd2dd312-9e84-47f6-be52-18a3d7bd435e",name:"Whirlwind Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"2d8+9 damage, and the target is pushed 2 squares (pushed 3 squares and knocked prone on a critical hit). Miss: Half damage, and the target is not pushed.",damage:"2d8+9 damage",category:1},{id:"98a91939-e76c-4ef6-8cf3-3f67a93351d9",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Eranyth can teleport 5 squares.",damage:"Eranyth can teleport 5 squares",category:2}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"necrotic (slowed until the end of Eranyth’s next turn)",immune:"",tactics:""},{id:"937cb3c0-bc32-4f69-a591-e146dab1851a",name:"Fire Archon Blazesword",details:"",size:2,origin:1,type:2,keywords:"fire",level:25,role:{type:7,flag:1,leader:!1},senses:"Perception +20",movement:"8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"plate armor; scimitar",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:26},intelligence:{score:15},wisdom:{score:17},charisma:{score:16},hp:462,initiative:22,ac:41,fortitude:37,reflex:36,will:31,regeneration:null,auras:[],powers:[{id:"0c9da236-1499-4540-81e4-2cf26ac4cd1c",name:"Fire-Forged Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8+9 damage (crit 4d8 + 18) plus 1d10 fire damage, the target is marked until the end of the blazesword’s next turn, and the blazesword pushes the target 1 square. It can shift into the space that the target occupied.",damage:"2d8+9 damage (crit 4d8 + 18) plus 1d10 fire damage",category:1},{id:"f0d1a151-4f6e-456c-bd24-c401c72e540d",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The blazesword makes two scimitar attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"8c675ee8-00c3-49d6-bf06-7b330d4b3963",name:"Wounded Fireburst",action:null,keywords:"Fire",condition:"when first bloodied and again when the blazesword is reduced to 0 hit points",range:"Close burst 2",attack:{bonus:30,defence:2},description:"",details:"20 fire damage, and ongoing 10 fire damage (save ends).",damage:"20 fire damage",category:0},{id:"1af1b500-b80f-40a6-b0f8-5e122628c09c",name:"Combat Advantage",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A blazesword makes a single extra scimitar attack and deals 1d8 extra fire damage against any enemy it has combat advantage against.",damage:"a blazesword makes a single extra scimitar attack and deals 1d8 extra fire damage against any enemy it has combat advantage against",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9f7bef2d-21de-4221-b1f3-5924e199316f",name:"Flameborn Zombie",details:"",size:2,origin:4,type:0,keywords:"fire, undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:103,initiative:5,ac:26,fortitude:24,reflex:20,will:20,regeneration:null,auras:[{id:"7b49593f-8b56-4b7d-bd04-53c68c0c9bd1",name:"Flameborn Aura",keywords:"",details:"(Fire) aura 2; each creature that enters the aura or starts its turn there takes 5 fire damage. Multiple auras deal cumulative damage."}],powers:[{id:"0bab5722-ba05-405f-82b8-e101143c9a23",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+6 damage, and the target is immobilized until the end of the flameborn zombie’s next turn and takes 5 ongoing fire damage (save ends).",damage:"1d6+6 damage",category:1},{id:"2b2b91a0-887a-4990-bdae-6581aa1f5f91",name:"Death Burst",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:15,defence:1},description:"",details:"2d6+4 damage, and the target is slowed (save ends).",damage:"2d6+4 damage",category:0},{id:"3915547b-75b6-4c77-a1f5-a7656f9e8f95",name:"Flame Reaper",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A flameborn zombie deals 5 extra fire damage to an immobilized creature.",damage:"a flameborn zombie deals 5 extra fire damage to an immobilized creature",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:2,value:5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"354f28c2-d5a3-48f9-a7f8-9994a2d19151",name:"Flameskull Lord",details:"",size:3,origin:4,type:0,keywords:"undead",level:26,role:{type:3,flag:0,leader:!1},senses:"Perception +23; truesight 6",movement:"fly 10 (hover)",alignment:"Evil",languages:"Common, Primordial",skills:"Arcana +28, Religion +28, Stealth +26",equipment:"",category:"",strength:{score:10},constitution:{score:24},dexterity:{score:26},intelligence:{score:30},wisdom:{score:21},charisma:{score:28},hp:240,initiative:21,ac:40,fortitude:38,reflex:38,will:38,regeneration:{value:10,details:""},auras:[{id:"12f2a9c1-2161-48bc-b31a-17ac88ce492d",name:"Aura of Fiery Death",keywords:"",details:"(Fire, Necrotic) aura 2; a creature that enters the aura or starts its turn within the aura takes 15 fire and necrotic damage."}],powers:[{id:"a42fe51b-4d28-4525-abe7-3f8126fff098",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8 damage plus 2d8 fire damage.",damage:"2d8 damage plus 2d8 fire damage",category:1},{id:"eefdabd6-e814-4cd8-aad3-df1357dbf309",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"2d8+10 fire damage, and the target is dazed until the end of the flameskull lord’s next turn.",damage:"2d8+10 fire damage",category:1},{id:"8df9cf8a-5e83-4f8e-a2c6-b98e92ca3e60",name:"Deadfire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 4 within 20",attack:{bonus:29,defence:2},description:"",details:"3d6+10 fire and necrotic damage, and the target is dazed and slowed (save ends both). Miss: Half damage, and the target is not dazed or slowed. The flameskull lord can exclude allies from the effect.",damage:"3d6+10 fire and necrotic damage",category:1},{id:"10a5387f-15dd-4e59-8981-ebf98f882a01",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand.",damage:"",category:3},{id:"8079020d-80ef-416b-b631-3c2c903e59ae",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A flameskull lord sheds bright light out to 10 squares, but it can reduce its brightness to dim light out to 3 squares as a free action.",damage:"A flameskull lord sheds bright light out to 10 squares",category:0}],damageModifiers:[{type:3,value:-20},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b8d1bb77-fc79-4fdc-92e2-8a9b7d3c56b5",name:"Frost Hound",details:"",size:2,origin:4,type:3,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:80,initiative:7,ac:24,fortitude:21,reflex:17,will:18,regeneration:null,auras:[{id:"c85c4f11-7fd4-43b7-b5b3-55c9fb85f86c",name:"Frost Shield",keywords:"",details:"(Cold) aura 1; each creature that enters or begins its turn in the aura is slowed until the end of its turn."}],powers:[{id:"5e54d0cf-6e7e-4fe1-acb0-c697814475c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+2 damage plus 1d6 extra cold damage.",damage:"1d8+2 damage plus 1d6 extra cold damage",category:1},{id:"d9ab15ce-fe56-4ceb-b7dc-7b1eaedd60b8",name:"Icy Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"1d8+3 cold damage, and the target is immobilized (save ends).",damage:"1d8+3 cold damage",category:1},{id:"7a59ad7e-2a3d-4620-89f7-3eb357506637",name:"Icy Spikes",action:{action:5,trigger:"when an adjacent enemy attacksthe frost hound’s ally without also targeting the frost houndwith the attack",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The target takes ongoing 5 cold damage (save ends).",damage:"the target takes ongoing 5 cold damage (save ends)",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f4ab5b53-651d-43aa-ab38-f9d14fab2605",name:"Githyanki Corsair",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +16, History +9, Insight +12",equipment:"light shield; longsword",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:21},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:118,initiative:15,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"7f8d7a4a-f47f-426b-894b-9c58feb4bb6a",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+4 damage plus 1d6 psychic damage, and if the githyanki corsair has combat advantage, it can shift up to 3 squares.",damage:"2d8+4 damage plus 1d6 psychic damage",category:1},{id:"d3b8a380-d9e1-48d2-a75b-cd11c466f352",name:"Blade Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+4 damage plus 1d6 psychic damage, and the target is dazed until the end of the githyanki corsair’s next turn. The githyanki corsair can shift up to 3 squares before or after making this attack.",damage:"3d8+4 damage plus 1d6 psychic damage",category:1},{id:"7349df2d-a6ef-4f13-8174-248794cbb541",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki corsair or an ally within range can fl y up to 5 squares.",damage:"the githyanki corsair or an ally within range can fl y up to 5 squares",category:2},{id:"2c2eda30-4bc1-43a7-a131-d60d6c8ab66a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A githyanki corsair deals 1d6 extra damage on melee attacks against any target that it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2fe5f003-789f-4b93-905a-16dd251472f1",name:"Great Conflagration",details:"",size:4,origin:1,type:1,keywords:"air, fire",level:26,role:{type:0,flag:1,leader:!1},senses:"Perception +18",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:30},intelligence:{score:8},wisdom:{score:21},charisma:{score:15},hp:376,initiative:23,ac:40,fortitude:40,reflex:42,will:37,regeneration:null,auras:[],powers:[{id:"10a82b23-8861-41da-9771-fe52c63d6333",name:"Fire Arc",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:37,defence:2},description:"",details:"Reach 3; 2d8+11 fire damage.",damage:"2d8+11 fire damage",category:1},{id:"7804799d-04ee-4139-989a-8c7495d2310d",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:37,defence:2},description:"",details:"2d8+11 fire damage.",damage:"2d8+11 fire damage",category:1},{id:"9ba239ba-93b7-4777-ba39-f6ec7a656d7a",name:"Burning Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"2d10+9 fire damage.",damage:"2d10+9 fire damage",category:1},{id:"8103c9eb-6c40-4112-8da9-725a6a599ae1",name:"Swirling Blaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:null,description:"",details:"automatic hit; 1d10 + 9 fire damage, and the great conflagration becomes insubstantial until the end of its next turn.",damage:"1d10 + 9 fire damage",category:1},{id:"bbeaf75f-67d7-4645-afd1-efdf79ecd94d",name:"Fire Storm",action:{action:1,trigger:"begins uncharged; recharges when the great conflagration uses swirling blaze",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:29,defence:2},description:"",details:"4d8+6 fire damage. Miss: Half damage.",damage:"4d8+6 fire damage",category:5}],damageModifiers:[{type:3,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e9192b41-b03a-49da-a925-4f4e42dee5da",name:"Hezrou Mangler",details:"A foul stench surrounds this hulking brute, which has a froglike head with a wide, tooth-filled mouth. Ridges crowned with jagged spines run from its head down its back, and strange horns break through its greenish-black hide.",size:3,origin:1,type:2,keywords:"demon",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +22",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:275,initiative:17,ac:36,fortitude:38,reflex:34,will:34,regeneration:null,auras:[{id:"e3a377e1-df20-4d69-97e5-4a25def8d424",name:"Noxious Stench ",keywords:"",details:"(Poison) aura 2; enemies in the aura take a -2 penalty to attack rolls. While the hezrou is bloodied, enemies within its aura are also weakened."}],powers:[{id:"1736150e-e2d6-47e4-9590-c9631a3e9f1a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"e298b9a6-33e1-4b6e-9b84-cf9279f4cc68",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+10 damage.",damage:"2d8+10 damage",category:1},{id:"1c47da3a-723b-4ce8-856e-f26adaac5225",name:"Combination Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou makes one slam attack and one bite attack.",damage:"",category:1},{id:"7c896a29-a3ec-4b80-bc6d-5af13428f4bb",name:"Demonic Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou ignores difficult terrain, seeming to phase through it.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"d7e98828-6b4b-4323-b970-e3886a16af61",name:"Human Blood Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:5,ac:22,fortitude:20,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"f7c0588a-4571-4622-bb8f-a66420e6cb4a",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"b2b60a1f-dba3-493d-b598-70aec034ac88",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human blood cultist gains a +2 power bonus to all defenses while at least two other human blood cultists are within 5 squares of it.",damage:"A human blood cultist gains a +2 power bonus to all defenses while at least two other human blood cultists are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"31aedb99-3d2d-4db7-8af3-af2c151ae3c8",name:"Inferno Bat",details:"",size:2,origin:1,type:1,keywords:"fire",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"2 (clumsy), fly 8 see also fiery swoop",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:16},dexterity:{score:27},intelligence:{score:2},wisdom:{score:12},charisma:{score:9},hp:144,initiative:17,ac:29,fortitude:25,reflex:29,will:23,regeneration:null,auras:[],powers:[{id:"e584a06d-f7d2-47d8-bb93-9b705e95bae0",name:"Inferno Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d6+5 fire damage, and ongoing 10 fire damage (save ends). Failed Saving Throw: Each ally of the target, within 2 squares of the target, takes 10 fire damage.",damage:"2d6+5 fire damage",category:1},{id:"1390e628-f8ad-46fe-ad4c-9979f822d830",name:"Fiery Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The inferno bat shifts 4 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The inferno bat cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:null,description:"",details:"",damage:"",category:1},{id:"aa8082c5-1721-4173-84f2-3ef73987e0ed",name:"Heatseeker",action:{action:4,trigger:"when the inferno bat is damaged by an enemy’s ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The inferno bat shifts 2 squares toward the triggering enemy.",damage:"The inferno bat shifts 2 squares toward the triggering enemy",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9afe576b-26bc-4b04-b569-8c82c0aa5012",name:"Kobold Cleaver",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +6, Thievery +6",equipment:"leather armor; short sword",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:9},wisdom:{score:10},charisma:{score:10},hp:1,initiative:4,ac:16,fortitude:14,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"1b9346c1-35c6-44ee-a61c-a9b378f08f8d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"85216910-d68a-4a05-9bea-4b988a10c616",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"e75f465e-e79d-413e-a5c5-130b2f096c4e",name:"Spinning Slash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a kobold cleaver hits with a short sword attack, it deals 2 damage to one other enemy adjacent to it.",damage:"it deals 2 damage to one other enemy adjacent to it",category:0},{id:"214623e5-028e-4d63-89c4-d7e703f3bcd9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kobold cleaver gains a +2 bonus to all defenses against traps.",damage:"A kobold cleaver gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a088c0b2-cfda-4841-b274-00f3c3498866",name:"Koptila",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:3,flag:2,leader:!0},senses:"Perception +5; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"heavy flail; hide armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:12},wisdom:{score:12},charisma:{score:20},hp:290,initiative:5,ac:24,fortitude:21,reflex:17,will:24,regeneration:null,auras:[],powers:[{id:"c39d2020-a917-4a65-a0b6-e2e39500d490",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target slides 2 squares.",damage:"2d8+4 damage",category:1},{id:"5fdc1d36-bc9a-4a53-91cd-ff1d7200ce19",name:"Sweeping Flail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"close burst 2",attack:{bonus:12,defence:0},description:"",details:"Requires heavy flail; targets enemies only; 2d8+4 damage, and the target is knocked prone.",damage:"2d8+4 damage",category:1},{id:"16875091-fe52-4730-97a7-cd9c7e4a24a9",name:"Vitality Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:13,defence:1},description:"",details:"targets enemies only; 2d6+5 necrotic damage, and the target is slowed (save ends), and Koptila or one undead ally within 5 squares gains 10 temporary hit points.",damage:"2d6+5 necrotic damage",category:1},{id:"d79a724f-2af0-4c4c-b9f5-e1dd4680accb",name:"Death’s Beckoning",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when koptila hits with vitality drain"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"target is teleported 5 squares and is dazed until the end of its next turn.",damage:"target is teleported 5 squares and is dazed until the end of its next turn",category:3},{id:"50683b23-0355-43b8-9ce6-d68966790c8c",name:"Koptila’s Curse",action:null,keywords:"",condition:"when hit by a melee attack",range:"",attack:null,description:"",details:"The attacker is weakened until the end of his next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"343e7b67-891e-4496-9a26-861caf3d4b4d",name:"Lava Gorgon",details:"",size:3,origin:1,type:1,keywords:"",level:26,role:{type:6,flag:0,leader:!1},senses:"Perception +19; truesight 6",movement:"8 (earth walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:24},intelligence:{score:3},wisdom:{score:22},charisma:{score:8},hp:246,initiative:20,ac:40,fortitude:38,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"f295151b-7262-4614-88c5-2ad7e4e2b618",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d10+12 damage plus 2d8 fire damage, and the target is pushed 2 squares and knocked prone.",damage:"1d10+12 damage plus 2d8 fire damage",category:1},{id:"bf3d759d-7c94-43bd-8b6d-4d1246d738dd",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The lava gorgon can move up to half its speed and make one melee basic attack at any point during that movement. The lava gorgon doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:29,defence:0},description:"",details:"3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"dfad1ab0-449e-427a-88c1-f012cb8a8b66",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"The lava gorgon can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the gorgon must end its move in an unoccupied space. When it enters an enemy’s space, the gorgon makes a trample attack; 1d10+10 damage, and the target is knocked prone.",damage:"1d10+10 damage",category:1},{id:"bdf0c0a7-b024-4d5d-b9ec-3a207bc48489",name:"Volcanic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Poison",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"2d10+20 fire and poison damage.",damage:"2d10+20 fire and poison damage",category:1}],damageModifiers:[{type:3,value:-20},{type:7,value:-20}],resist:"",vulnerable:"",immune:"knocked prone, push/pull/slide",tactics:""},{id:"b5740dad-4823-456f-bcc1-04bc13a8e35c",name:"Lich",details:"A lich is a gaunt, skeletal humanoid with withered skin stretched tightly across its bones. Its eyes have been lost to decay, but bright pinpoints of evil light burn in the empty sockets. A lich usually dresses in the rich robes and vestments it wore in life, although with the passing of the years these usually fade into tattered remnants.",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +24, History +24, Insight +19",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:15},intelligence:{score:25},wisdom:{score:15},charisma:{score:21},hp:362,initiative:14,ac:38,fortitude:33,reflex:38,will:38,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"b8a084f5-ce80-4020-a1b9-8295f4ba4179",name:"Necrotic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"8f1b69a6-af31-4421-bc44-2a207c155e82",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"36775e2e-be89-4eab-a839-cc8cb2735ea0",name:"Necrotic Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"3d8+7 necrotic damage, and the target is stunned until the end of the lich’s next turn.",damage:"3d8+7 necrotic damage",category:1},{id:"6767f0bf-f5c4-41e6-ba55-117afd911cd5",name:"Entropic Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:28,defence:2},description:"",details:"6d6+7 necrotic damage.",damage:"6d6+7 necrotic damage",category:1},{id:"af4951e5-bf33-48b4-bfd1-999cee2e5722",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"91ed07ee-ebc1-4955-ba8c-67643bfae51d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The lich spends a healing surge and regains 90 hit points. The lich gains a +2 bonus to all defenses until the start of its next turn.",damage:"The lich spends a healing surge and regains 90 hit points",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4b401b77-afd9-41f7-a322-b53a2f59e8ec",name:"Marut Battlemaster",details:"",size:2,origin:3,type:2,keywords:"",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +21; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Athletics +30, Endurance +25, Intimidate +20",equipment:"",category:"",strength:{score:35},constitution:{score:25},dexterity:{score:24},intelligence:{score:14},wisdom:{score:26},charisma:{score:15},hp:482,initiative:22,ac:43,fortitude:46,reflex:38,will:40,regeneration:{value:20,details:""},auras:[],powers:[{id:"31192a57-924f-4b63-8100-9fddf092d67b",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d10+13 damage plus 1d6 thunder damage, and the target is pushed 1 square.",damage:"1d10+13 damage plus 1d6 thunder damage",category:1},{id:"05e15fd3-abc6-4449-b04e-c53c8c69c148",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The marut battlemaster makes two greatsword attacks. It can shift up to 6 squares between the first and second attacks.; 5d10+9 damage.",damage:"5d10+9 damage",category:1},{id:"f061313b-b591-48e2-a35d-925878b62159",name:"Warrior’s Urging",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Weapon",condition:"",range:"close burst 4",attack:{bonus:33,defence:0},description:"",details:"Requires greatsword; targets each enemy in burst that the marut battlemaster can see; the target must shift up to 3 squares and end adjacent to the blademaster, if possible. A target that cannot end adjacent does not move. The battlemaster then attacks each adjacent target; 3d10+13 damage.",damage:"3d10+13 damage",category:1},{id:"00f5369b-60d5-4194-9ddc-f63bd2faa75a",name:"dragon’s Fangs",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Requires greatsword; 2d10+3 damage. The marut battlemaster makes two attacks against one target, or one attack against two different targets. Miss: Half damage.",damage:"2d10+3 damage",category:5},{id:"8faf358f-0ba3-45bc-899c-aa1ca4f5e531",name:"Into the Fray",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut battlemaster can shift up to 3 squares, as long as it ends the move adjacent to an enemy.",damage:"The marut battlemaster can shift up to 3 squares",category:3},{id:"ae1b84ce-2174-486f-9c76-b271ec179eab",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight can mark that target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an adjacent enemy shifts, the death knight makes a melee basic attack against that enemy (as an immediate interrupt).",attack:null,description:"",details:"",damage:"",category:0},{id:"38ee3fb6-198e-496d-ba0f-c31e89c6b4b0",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A marut battlemaster gains a +2 bonus to opportunity attacks. An enemy struck by opportunity attacks stops moving if a move provoked the attack.",damage:"A marut battlemaster gains a +2 bonus to opportunity attacks",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"bc6a93ee-5428-40e5-8e98-7eeae5b5b1dc",name:"Marut Champion",details:"",size:3,origin:3,type:2,keywords:"",level:26,role:{type:3,flag:1,leader:!0},senses:"Perception +25; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +25, Intimidate +26",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:13},intelligence:{score:22},wisdom:{score:25},charisma:{score:26},hp:482,initiative:14,ac:42,fortitude:43,reflex:36,will:41,regeneration:{value:20,details:""},auras:[{id:"85f7e3c4-bd5d-4f44-b951-109e5d0ecc39",name:"Battle Glory",keywords:"",details:"aura 4; allies within the aura gain a +1 bonus on attack rolls, or a +2 bonus if bloodied"}],powers:[{id:"c0dee5fc-ad52-4f1f-8737-4afabfdc2eb6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d6+12 damage plus 1d6 thunder damage.",damage:"2d6+12 damage plus 1d6 thunder damage",category:1},{id:"34e356d9-a2fb-46e2-9834-94043682ab71",name:"Fortune’s Woe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:1},description:"",details:"the target takes a -2 penalty to all defenses (save ends).",damage:"the target takes a -2 penalty to all defenses (save ends)",category:3},{id:"77507cb3-7f0a-411f-95c7-ffbc562e447b",name:"Fortune’s Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 5 within 20",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 3d6+8 psychic damage, and the target is dazed (save ends).",damage:"3d6+8 psychic damage",category:1},{id:"280eb04c-9c6f-45b8-b81b-469e943f2c75",name:"Thunderous Edict",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close burst 10",attack:{bonus:28,defence:1},description:"",details:"targets enemies; 3d6+10 thunder damage, and the target is pushed up to 4 squares. Miss: Half damage, and the target is not pushed.",damage:"3d6+10 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"10189b17-8daf-4131-831f-0afbe82ba1f5",name:"Massive Gelatinous Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +5; tremorsense 5",movement:"3",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:13},charisma:{score:1},hp:212,initiative:6,ac:21,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"283f1d58-70a8-4513-8f72-50a26181a052",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d6+3 damage, and the target is immobilized (save ends).",damage:"2d6+3 damage",category:1},{id:"dacc898e-990a-4340-8396-9d1c66cf9fd4",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Target one or two Medium or smaller adjacent creatures; (automatically hits an immobilized creature) the target is grabbed, pulled into the cube’s space, dazed, and takes ongoing 11 acid damage until the grab ends. When the grab ends, the creature that was grabbed shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"and takes ongoing 11 acid damage until the grab ends",category:1},{id:"72e72535-d219-40d2-afe0-a6c8de037584",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gelatinous cube is invisible until seen (Perception DC 25) or until it attacks. Creatures that fail to notice the gelatinous cube might walk into it, automatically becoming engulfed.",damage:"",category:0}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"e8eeab30-13c4-4f6a-828c-ed361dd0e5d7",name:"Minotaur Mauler",details:"",size:3,origin:4,type:2,keywords:"",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +20",movement:"8",alignment:"Chaotic evil",languages:"Common",skills:"Dungeoneering +18, Intimidate +15, Nature +15",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:19},charisma:{score:12},hp:210,initiative:10,ac:30,fortitude:34,reflex:28,will:31,regeneration:null,auras:[],powers:[{id:"3c4ccd48-a82c-4e16-b982-1a81b999c7b2",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+8 damage (crit 4d8+24), and the target is pushed 1 square.",damage:"2d8+8 damage (crit 4d8+24)",category:1},{id:"d476bc33-17b7-4bb0-b2b4-1123e538ef87",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The minotaur makes a charge attack; 2d6+8 damage, and the target is knocked prone.",damage:"2d6+8 damage",category:1},{id:"331027c3-dabf-4d8f-ba57-cbdda6100340",name:"Thrashing Horns",action:{action:1,trigger:"usable only when charging",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6+8 damage, and the target slides 2 squares.",damage:"2d6+8 damage",category:5},{id:"30f65552-5ef5-40a1-8322-8c6a3176d340",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur mauler makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a72fe83-0849-4643-86fd-0f4cae0e5b11",name:"Molten Firestorm",details:"",size:4,origin:1,type:1,keywords:"earth, fire",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:26},dexterity:{score:28},intelligence:{score:8},wisdom:{score:18},charisma:{score:16},hp:592,initiative:22,ac:38,fortitude:37,reflex:38,will:33,regeneration:null,auras:[],powers:[{id:"5604baf8-20de-4eb2-b56b-26efabc76148",name:"Molten Storm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d8+11 fire damage.",damage:"2d8+11 fire damage",category:1},{id:"6bc69de4-b19a-414d-b488-268cd68df7b9",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"The molten firestorm makes two molten slam attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"929236b1-614a-48ef-bde1-11e55bf35ebc",name:"Volcanic Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:27,defence:2},description:"",details:"2d8+9 fire damage.",damage:"2d8+9 fire damage",category:1},{id:"5e980e6b-f2d9-4b00-bec7-07d09c65c138",name:"Volcanic Storm",action:{action:1,trigger:"recharges the first time the molten firestorm is bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:27,defence:2},description:"",details:"6d8+9 fire damage. Miss: Half damage.",damage:"6d8+9 fire damage",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c12b25af-7f1d-47c2-9ffd-7832c3bd2a14",name:"Putrid Rot Harbinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:7,flag:0,leader:!1},senses:"Perception +16",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:17},hp:209,initiative:19,ac:36,fortitude:34,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"b225084b-7a68-4b91-8cad-731790b61771",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d10+7 damage, and the target is marked until the end of the rot harbinger’s next turn and takes ongoing 10 necrotic damage (save ends).",damage:"2d10+7 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"852f311e-ecfa-4d5b-bcb5-6687830eb2b9",name:"Rakshasa Destroyer",details:"",size:2,origin:4,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +20; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +22, Bluff +19, Insight +20, Intimidate +19",equipment:"heavy shield; longsword; scale armor",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:21},charisma:{score:18},hp:196,initiative:16,ac:37,fortitude:37,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"5fb831f9-5552-4ed2-8698-b45628abfee4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"The rakshasa destroyer makes two attack rolls and keeps the better result; 1d8+6 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8+6 damage",category:1},{id:"b6e11cae-c7b9-4380-b1d1-a66faa44827e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"e6ffbbbf-bbd3-4e2e-872b-63f81c57ec2a",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The rakshasa destroyer makes three melee basic attacks. If two or more attacks hit the same target, that target is dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"8bdc5826-128a-4a9c-bd0d-2ed8bfb97876",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa destroyer can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"ba6a06af-f99f-41a8-aa85-627713f0e80e",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rakshasa destroyer can fl y up to 6 squares. It must land at the end of this move or else it crashes.",damage:"The rakshasa destroyer can fl y up to 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10801a55-9c68-4d73-82a5-4cf4cf76e0ee",name:"Rot Hurler",details:"",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:0,flag:1,leader:!1},senses:"Perception +21",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:330,initiative:18,ac:39,fortitude:39,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"02be9c8c-1339-4e0d-a705-1126b5ba9999",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+5 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d10+5 damage",category:1},{id:"7a8cf766-ed60-4fbe-8431-ced8cbebcd52",name:"Orb of Pestilence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"2d8+8 poison damage, and the target is weakened and takes a -2 penalty to saving throws (save ends both).",damage:"2d8+8 poison damage",category:1},{id:"836a8203-0a4c-44bb-8c9f-06338d43b690",name:"Double Throw",action:{action:7,trigger:"when rot hurler hits with an orb of pestilence",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"If an orb of pestilence attack hits, make a second orb attack against another enemy within 5 squares of the original target.",damage:"make a second orb attack against another enemy within 5 squares of the original target",category:5},{id:"cc8dab0b-4cea-448e-aad8-d5168dc5c745",name:"Withdraw",action:{action:5,trigger:"when an enemy moves adjacent to the rot hurler",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rot hurler shifts up to 3 squares.",damage:"The rot hurler shifts up to 3 squares",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"30267f3a-88b7-4892-840d-e00fbee1a8d8",name:"Rot Spewer",details:"",size:2,origin:1,type:2,keywords:"undead",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +25",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:195,initiative:20,ac:42,fortitude:42,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"1690a2ad-60d5-4433-9347-4edb4b61d603",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10+7 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d10+7 damage",category:1},{id:"1b74576a-b02e-4dd1-a0d1-5565ca360337",name:"Orb of Decay",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:30,defence:1},description:"",details:"2d8+10 necrotic damage, and the target is weakened and takes a -2 penalty to saving throws (save ends both).",damage:"2d8+10 necrotic damage",category:1},{id:"3f256367-de05-4537-8ea4-ee8f176c86ed",name:"Interposing Decay",action:{action:5,trigger:"when hit by an attack; recharges when bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rot spewer gains a +4 power bonus to AC and Reflex until the end of its next turn, as it throws a wave of rotting flesh around itself.",damage:"The rot spewer gains a +4 power bonus to AC and Reflex until the end of its next turn",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"16780a9f-2bf6-4a16-840d-213a60b39907",name:"Superior Fire Titan",details:"",size:4,origin:1,type:2,keywords:"giant",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +24",movement:"8",alignment:"Evil",languages:"Giant, Primordial",skills:"Intimidate +23",equipment:"greatsword",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:23},intelligence:{score:10},wisdom:{score:23},charisma:{score:21},hp:478,initiative:19,ac:44,fortitude:41,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"3e6d4b5e-5fee-48e9-a1f7-8510cefd6640",name:"Fireraging Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d6+12 damage plus 4d6 fire damage, and the target is pushed 2 squares and marked until the end of the superior fire titan’s next turn.",damage:"2d6+12 damage plus 4d6 fire damage",category:1},{id:"c6222444-dbc6-4241-ba44-988c0d4018f0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The superior fire titan makes two fireraging greatsword attacks.; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"b15b8a76-7dd8-4675-9f11-c045a36d0261",name:"Hurl Lava",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"ranged 20",attack:{bonus:29,defence:2},description:"",details:"Requires a source of lava; 4d6+9 fire damage, and the target is immobilized until the end of the superior fire titan’s next turn. A flying creature hit by this attack crashes.",damage:"4d6+9 fire damage",category:1},{id:"85015b1b-a88e-4152-89a0-2011a8e8664a",name:"Burning Wave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 5",attack:{bonus:29,defence:2},description:"",details:"2d10+3 fire damage, and ongoing 10 fire damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d10+3 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"486097ed-c0ea-455e-88a8-64ea918138b5",name:"Tal Lorvas",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +4",movement:"6",alignment:"Evil",languages:"Common, Abyssal",skills:"Arcana +13",equipment:"implement, staff; magic orb",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:20},wisdom:{score:12},charisma:{score:17},hp:136,initiative:5,ac:20,fortitude:16,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"3f233d05-719c-4dac-9b81-4b6315fd22ce",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"1ef4e8af-9b7c-4e9d-9497-ca297e2978ab",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:12,defence:2},description:"",details:"2d4+6 force damage (crit 2d6+14).",damage:"2d4+6 force damage (crit 2d6+14)",category:1},{id:"2435e6f7-4b83-4f37-9e5f-e18fc97a9329",name:"Necrotic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when skeleton is raised using raise skeleton"},keywords:"Healing, Necrotic",condition:"",range:"Area burst 2 within 10 squares",attack:{bonus:12,defence:1},description:"",details:"2d6+4 necrotic damage (crit 2d6+22); undead in the burst regain 10 hit points.",damage:"2d6+4 necrotic damage (crit 2d6+22)",category:1},{id:"a09f84df-5a63-441e-9a2b-9b75f218a24d",name:"Deathwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:12,defence:1},description:"",details:"targets enemies; 1d8+10 necrotic damage (crit 2d6+18), and the target is pushed 3 squares and knocked prone.",damage:"1d8+10 necrotic damage (crit 2d6+18)",category:1},{id:"3a244f67-b2f4-4b8f-a810-af4643bd4e0b",name:"Raise Skeleton",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tal Lorvas animates one decaying skeleton. He raises the skeleton in any square within 10 squares of himself that he can see.",damage:"He raises the skeleton in any square within 10 squares of himself that he can see",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b039cce7-8dd3-495d-8f60-463c012447a6",name:"Tiefling Deceiver",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, Insight +12, Stealth +16",equipment:"dagger",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:72,initiative:8,ac:20,fortitude:19,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"a25196b0-4798-416f-8849-67dfca557bef",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(+13 against a bloodied target)1d4+3 damage.",damage:"(+13 against a bloodied target)1d4+3 damage",category:1},{id:"ad59b36d-7696-43ef-8c23-058c6a328282",name:"Balefire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"(+14 against a bloodied target)1d8+6 fire damage, ongoing 5 fire damage (save ends), and slide the target 1 square.",damage:"(+14 against a bloodied target)1d8+6 fire damage",category:1},{id:"eb9da40d-f045-46bc-8fda-cf19601cc6b4",name:"Cloak of Escape",action:{action:4,trigger:"when the tiefling deceiver is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The tiefling deceiver teleports up to 5 squares.",damage:"The tiefling deceiver teleports up to 5 squares",category:5},{id:"24278e5d-82b0-4aa8-9dd7-cace4b071fb2",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling deceiver gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling deceiver’s last turn. If the attack hits and deals damage, the tiefling deceiver deals 5 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:2,value:-5},{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eb565dfa-ddb7-4cf4-8fc3-bf4f5539b976",name:"Vecna’s Silence",details:"",size:3,origin:3,type:2,keywords:"angel",level:28,role:{type:2,flag:2,leader:!1},senses:"Perception +26",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Supernal",skills:"Bluff +27, Insight +26",equipment:"longsword; plate armor",category:"",strength:{score:30},constitution:{score:24},dexterity:{score:18},intelligence:{score:21},wisdom:{score:25},charisma:{score:27},hp:1280,initiative:18,ac:44,fortitude:45,reflex:40,will:44,regeneration:null,auras:[],powers:[{id:"a1803d48-786a-45b1-a444-8ee8eb9580db",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 1d10+5 damage plus 2d8 fire damage plus 2d8 cold damage.",damage:"1d10+5 damage plus 2d8 fire damage plus 2d8 cold damage",category:1},{id:"21f1c0d3-2aa6-4989-a0e6-689800ea3f24",name:"Unyielding Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Vecna’s Silence makes four longsword attacks.; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"2f8067b0-7760-4c90-9f19-d5c4af1eb263",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"Vecna’s Silence places an invisible sign upon the target. Until the end of the encounter, as a move action, Vecna’s Silence can teleport adjacent to the target, gaining combat advantage against that target until the end of its next turn.",damage:"",category:3},{id:"59b153d3-1f11-46b0-af9f-43e33fb2d1df",name:"Coldfire Pillar",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Polymorph",condition:"",range:"Close burst 2",attack:{bonus:29,defence:2},description:"",details:"2d8+8 cold damage plus 2d8+8 fire damage. Vecna’s Silence is immune to all damage until the start of its next turn.",damage:"2d8+8 cold damage plus 2d8+8 fire damage",category:5},{id:"cfa8769a-b210-453a-9c20-3eece8f6e756",name:"Angelic Summons",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All angel minions within sight of Vecna’s Silence revive with 1 hit point. They can stand as an immediate reaction and take a basic attack against an adjacent foe.",damage:"All angel minions within sight of Vecna’s Silence revive with 1 hit point",category:5},{id:"c3b53a89-2e79-43c7-a4a1-7f76beb69aa3",name:"Vecna’s Blindfold",action:{action:7,trigger:"must have combat advantage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any successful longsword attack on a foe against which Vecna’s Silence has combat advantage leaves the target blinded (save ends).",damage:"",category:5},{id:"cdc229ba-4b50-4b65-8f8f-3f4302934c2e",name:"Cloak of Vengeance",action:null,keywords:"Cold, Fire",condition:"until bloodied",range:"Attacks against Vecna’s Silence take a -2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against the angel takes 1d12 fire damage and 1d12 cold damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"7cb855f7-a0bf-42b2-9002-99041c9f8223",name:"Wild Hunt Acolyte",details:"",size:2,origin:2,type:1,keywords:"demon",level:21,role:{type:6,flag:1,leader:!0},senses:"Perception +23; low-light vision",movement:"10, fly 10 (clumsy)",alignment:"Unaligned",languages:"",skills:"Endurance +24, Stealth +24",equipment:"",category:"",strength:{score:30},constitution:{score:29},dexterity:{score:28},intelligence:{score:6},wisdom:{score:27},charisma:{score:9},hp:410,initiative:21,ac:36,fortitude:36,reflex:33,will:34,regeneration:null,auras:[{id:"c427033e-75e3-4953-ba84-3179b249861c",name:"Menacing Growl",keywords:"",details:"(Fear) aura 10; enemies within the aura take a -2 penalty to all defenses."},{id:"a9064906-0321-4cdd-a862-12537b274993",name:"Shield of Abyssal Majesty",keywords:"",details:"5; any ally in the aura gains the acolyte’s resistances."}],powers:[{id:"955248d5-7427-4d4c-9ea0-a4cd50742b0a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+9 damage (2d8+15 against an immobilized enemy), and the target cannot teleport and is slowed (save ends both). If the target is already slowed, it is immobilized instead.",damage:"2d8+9 damage (2d8+15 against an immobilized enemy)",category:1},{id:"151535c6-8664-4a10-8162-a4589b38a0db",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wild hunt acolyte can move up to 5 squares and make one bite attack at any point during that movement. The hound doesn’t provoke opportunity attacks when moving away from the target of its attack.",damage:"The wild hunt acolyte can move up to 5 squares and make one bite attack at any point during that movement",category:1},{id:"93567f34-1b56-43f3-8896-11edcb37ff06",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A wild hunt acolyte deals 1d8 extra damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"52f0dccd-5a0b-4446-b8ae-3227837973b1",name:"Consume Soul",action:{action:4,trigger:"when an ally within 5 squares of the acolyte is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The wild hunt acolyte regains 10 hit points.",damage:"The wild hunt acolyte regains 10 hit points",category:5}],damageModifiers:[{type:2,value:-15},{type:10,value:-15}],resist:"15 fi re",vulnerable:"",immune:"",tactics:""},{id:"605ab50c-0ca8-432a-a3d2-ad7f6e8329c9",name:"Advanced Hobgoblin Warcaster",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, Stealth +10",equipment:"implement, staff",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:62,initiative:5,ac:19,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"578f5ea4-3fbe-461b-9f8f-b6ed9dbd531b",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"9344fd89-a3ce-479b-8ab6-7ed035c31fe6",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d10+5 lightning damage, and the target is dazed until the end of the hobgoblin warcaster’s next turn.",damage:"2d10+5 lightning damage",category:1},{id:"ac996409-51f7-443a-8bcb-aa6478cd8067",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:9,defence:1},description:"",details:"2d6+5 force damage, and the target slides 3 squares.",damage:"2d6+5 force damage",category:1},{id:"9f56ebbb-47c1-466b-9d48-5c5d36d5131b",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:9,defence:2},description:"",details:"2d8+5 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+5 force damage",category:1},{id:"8d200025-fa95-4186-b02d-dc7a342ee283",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warcaster suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warcaster makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a270d365-0c05-4147-b2bb-589f9238971b",name:"Advanced Human Berserker",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Any",languages:"Common",skills:"Athletics +10, Endurance +10",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:76,initiative:3,ac:16,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"cf649c75-c551-41d8-94b6-93631a34cbbb",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"24be45f6-3b04-43b1-8917-ccd50807cc09",name:"Battle Fury",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The human berserker makes a melee basic attack with a +5 bonus to attack roll and deals an extra 1d6 damage on a hit.",attack:{bonus:6,defence:0},description:"",details:"3d8+4 damage.",damage:"3d8+4 damage",category:5},{id:"f3a9a8bd-6e55-402c-a6bd-5fb261063832",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f0024c74-44f4-4097-b16e-26dff31e6b2f",name:"Arcane Ballista",details:"",size:3,origin:4,type:0,keywords:"construct",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:20},intelligence:{score:3},wisdom:{score:14},charisma:{score:6},hp:57,initiative:8,ac:18,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"f001aee0-ca55-4962-8614-28dbabbd45e3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"cbfe3f4e-4129-4daa-ae58-f279ce2a4e92",name:"Lightning Shot",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"1d10+5 lightning damage.",damage:"1d10+5 lightning damage",category:1},{id:"49eb8b6d-6a05-48a9-b839-f904e013bdfa",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:9,defence:2},description:"",details:"1d10+5 lightning damage.",damage:"1d10+5 lightning damage",category:1}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"charm, disease, fear, poison, sleep",tactics:""},{id:"114eea66-f841-4646-8c69-4a1eff1183a4",name:"Beholder Zombie",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +3; blindsight",movement:"fly 4 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:88,initiative:2,ac:23,fortitude:26,reflex:17,will:23,regeneration:null,auras:[],powers:[{id:"c9a084f2-b25d-4b83-8095-9f2fd8adcef2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"dd4286d8-a298-458d-adef-dbd41036475b",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Target must be Medium size or smaller; 4d8+5 damage, and the target is knocked prone.",damage:"4d8+5 damage",category:1},{id:"e2f0e278-b65c-4eba-973a-660c4ec902dd",name:"Rise Again",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a new initiative check for the beholder zombie. On its next turn, the beholder zombie rises (as a move action) with 44 hit points.",damage:"the beholder zombie rises (as a move action) with 44 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"34050d3a-b43c-496d-8dbc-351fce488c4a",name:"Dark Servant",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +9",equipment:"short sword",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:16},intelligence:{score:12},wisdom:{score:10},charisma:{score:9},hp:38,initiative:6,ac:16,fortitude:14,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"469b9353-c1d7-4359-ab70-390e1dbfc558",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"738e5773-ac75-462d-b2c4-2c9b1fec50c5",name:"Shadow’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+1 damage plus ongoing 5 necrotic damage.",damage:"1d6+1 damage plus ongoing 5 necrotic damage",category:1},{id:"31a47ea5-56b9-4934-a588-5fc03d3b4b1d",name:"Shadow Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"the dark servant shifts 1 square as a minor action.",damage:"the dark servant shifts 1 square as a minor action",category:3},{id:"182168f2-c8d1-4783-9368-1b4ddfcea3d3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark servant deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f9076698-480a-4511-867a-808d3fd667e0",name:"Death Cultist Mage",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11, Insight +7",equipment:"diadem of acuity; implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:48,initiative:4,ac:18,fortitude:14,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"b29e9a00-76d6-4000-8c25-4116d0bc5617",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"108994e8-bd79-4255-90e1-9d461d4dedf1",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"31cabf14-66a6-49f2-9dd6-4581346ae74e",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"The mage makes a separate attack against 3 different targets: ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"cc36fe31-9f8d-4a42-87b0-190a76c977d0",name:"Thunderburst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:1},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends).",damage:"1d8+4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98e277f5-63d0-46ad-a0c8-b6994b9db7b1",name:"Dolgaunt Warrior",details:"",size:2,origin:0,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; blindsight 20",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +10, Athletics +8",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:19},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:45,initiative:7,ac:19,fortitude:14,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"00f702c8-afc5-43d3-be89-98026cbfe0ce",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage, and the target is marked until the end of this creature’s next turn.",damage:"1d8+2 damage",category:1},{id:"9a6e3318-ddd1-4b55-badc-a0c545b988c5",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Marked target only; 1d8+2 damage, and the target takes ongoing 5 damage (save ends) and is marked.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f6e54ba-165c-4325-85ac-0b5067ecb710",name:"Hanged One",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"fly 5 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:1,initiative:6,ac:19,fortitude:18,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"aeed5ed8-4111-4f82-a025-28a9699b7838",name:"Rope Thrust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"2ea4cf62-f5c0-42cb-a1e4-e0da34d76b33",name:"Entrap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a creature starts its turn adjacent to at least 3 hanged ones, it is immobilized until the end of its turn and takes 5 damage.",damage:"it is immobilized until the end of its turn and takes 5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6ff47a5d-11c2-45ab-a4bc-d56b1bd41007",name:"Hobgoblin Subcommander",details:"",size:2,origin:4,type:2,keywords:"goblin",level:3,role:{type:7,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, History +9, Intimidate +6",equipment:"heavy shield; scale armor; spear",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:48,initiative:5,ac:19,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"0625f408-b73f-4d47-8cc8-ce288f719b4c",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage. If the hobgoblin subcommander hits with an opportunity attack, it shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"40ac898b-05a8-4b03-b85d-674df45a109d",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:8,defence:0},description:"",details:"allies in the burst shift 3 squares.; 2d10+3 damage.",damage:"2d10+3 damage",category:3},{id:"ebfb3900-f924-4e5a-b4a2-3ac9d8a10686",name:"Lead from the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin subcommander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"4cff3b3f-850f-4d0b-b595-4bab59fc2d55",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin subcommander suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin subcommander rolls a saving throw against the effect.",damage:"",category:5},{id:"2938d504-c146-4ab7-9532-4b60fd80b562",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin subcommander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin subcommander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0b3d0dca-1cba-426f-8672-a03d4a1c0d85",name:"Human Mercenary",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7",equipment:"chainmail; crossbow; crossbow bolts (20); longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"94a555ef-9db4-4540-ba33-ddc0bea19889",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage, and the target is marked until the end of the human mercenary’s next turn.",damage:"1d10+3 damage",category:1},{id:"a49e059a-0f15-4801-aa65-86f099bab16d",name:"Press the Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires longsword; 1d10+7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"1d10+7 damage",category:1},{id:"26f3d844-b1b1-48a3-bb17-41339d759609",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6e2186c-c362-4816-99cf-e374b53c47ee",name:"Human Ruffian",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"5bc07948-9db2-443e-9252-b6404c0af087",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+1 damage, and the human bandit shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"d138192a-695b-4299-a503-8e36716d869a",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"1b055898-0738-4f93-bd1f-3554014e75f4",name:"Dazling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the human ruffian’s next turn, and the human ruffian shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"9b52f36a-2b05-4708-abad-bfb85e6acb21",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human ruffian deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0c0f8a62-d80d-453b-9d2a-2b3d7af7dc79",name:"Human Thug",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"7e6f0329-3a06-4d2c-83e3-454cec3739c0",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"c34b9d1b-698e-42fc-a8b9-c379558ebed1",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human thug gains a +2 power bonus to all defenses while at least two other human thugs are within 5 squares of it.",damage:"A human thug gains a +2 power bonus to all defenses while at least two other human thugs are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc8aac0a-fc63-4a5b-8996-a8b72508547d",name:"Ironteeth",details:"",size:1,origin:0,type:2,keywords:"",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Goblin",skills:"Athletics +9",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:16},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:90,initiative:6,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"b0bdde46-e4a8-4425-a8d0-babcf4bf9f77",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"0c34d247-4462-4fa2-9715-e5a6782f3c49",name:"Double Swing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"make a melee basic attack against two separate targets",attack:{bonus:8,defence:0},description:"",details:"Requires two battleaxes; Ironteeth can shift once before each attack.; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"1db53c0f-9b2a-4a26-88f2-971c615d0153",name:"Iron Bite",action:{action:7,trigger:"when ironteeth hits a bloodied enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:5},{id:"8f5c948f-8e17-4495-9709-8c72242864f0",name:"Dolgrim Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dolgrim shifts 1 square.",damage:"The dolgrim shifts 1 square",category:5},{id:"2016fa04-1945-4319-8983-64b04e74bddb",name:"Dual Consciousness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ironteeth gains a +2 bonus to saving throws against effects with the fear or charm keywords.",damage:"Ironteeth gains a +2 bonus to saving throws against effects with the fear or charm keywords",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3528fd0-1569-46da-8295-2ac5ca29447d",name:"Kobold Hurler",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +8, Stealth +10, Thievery +10",equipment:"dagger; leather armor",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:30,initiative:4,ac:14,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"b94b1cb6-2d7a-46e6-bfa6-91a53f06fab8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"a964b703-e23d-4b6d-862c-ee72cdbca10f",name:"Hurl Pot",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:2},description:"",details:"1d6+3 damage plus special shot.",damage:"1d6+3 damage plus special shot",category:1},{id:"ae6a876b-8cd7-45be-ac5a-daaab75c27dd",name:"Special Shot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold hurler can fire special ammunition from its sling. It typically carries 3 rounds of special shot, chosen from the types listed below. A special shot attack that hits deals normal damage and has an additional effect depending on its type:",damage:"a special shot attack that hits deals normal damage and has an additional effect depending on its type",category:0},{id:"ce61561e-6baa-4745-ab8c-2300125e0532",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"4bf93698-a64c-48d4-8311-d6406a2c5001",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2717020-0b0c-4459-822d-d85ea718441f",name:"Kobold Pikeman",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +8, Stealth +9",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:13},intelligence:{score:7},wisdom:{score:12},charisma:{score:10},hp:42,initiative:2,ac:15,fortitude:14,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"ab93a63f-fc5f-489b-8f7b-b110a5e55047",name:"Kobold Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"Reach 2; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"9147b284-4f84-45be-a956-76db9c6ffddc",name:"Warding Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"(+1 bonus per ally adjacent to the target)1d10+3 damage and push 1.",damage:"(+1 bonus per ally adjacent to the target)1d10+3 damage and push 1",category:1},{id:"c1ec0ae0-6dac-457b-8b99-0f5c5ff2021d",name:"Pikeman Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a pikeman readies a melee basic attack against a foe that enters a square adjacent to it, it gains +4 damage on that attack.",damage:"",category:0},{id:"d2676763-209b-4b43-9b4b-3932e62501fb",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"faeec2a2-d147-426d-b416-9d773d80f0f0",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fafe77da-267e-4b3d-80fc-3fca345a0dfc",name:"Lost wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:60,initiative:12,ac:22,fortitude:18,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"81739b7b-5ffe-4458-89e6-c01cbacd3f29",name:"Lost Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+5 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"1d6+5 necrotic damage",category:1},{id:"19675e0c-1b1d-42c3-848e-a72046268a25",name:"Lost in Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"the target teleports 5 squares to a space of the wraith’s choosing, and target is dazed and treats the lost wraith as invisible (save ends both).",damage:"the target teleports 5 squares to a space of the wraith’s choosing",category:1},{id:"770a1d6f-345e-4c27-bf35-019fdce319eb",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a lost wraith rises as a free-willed lost wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the raise dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9af15a95-a9a9-4a6d-816f-c4a8d7463cda",name:"Maw",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:16},wisdom:{score:15},charisma:{score:10},hp:44,initiative:1,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"8e46f166-ddaa-4b79-97d5-f6c4107f9bb0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"02962651-cbcd-41b9-82f5-c3206c06f06e",name:"Claw of Karalel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"a shadowy claw slides the target 3 squares, plus any zombie rotter adjacent to the target after the slide makes a melee basic attack against the target.",attack:{bonus:8,defence:1},description:"",details:"",damage:"",category:1},{id:"e6fa357e-5f56-47c5-83ae-4ec32db030ec",name:"Speed of the Damned",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"targets make a melee basic attack.",attack:null,description:"",details:"up to four zombie rotters",damage:"",category:1},{id:"35cf4445-d663-489e-a0dd-8c6d3d6fe4d6",name:"Arise, Corpse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A zombie rotter rises from the ground in each of four squares adjacent to Maw.",damage:"",category:1},{id:"6c7aa93a-6c0c-4fd8-9c7d-17f28917c973",name:"Undead Tenacity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zombie rotter within 2 squares of Maw hits a creature, it grabs that creature.",damage:"When a zombie rotter within 2 squares of Maw hits a creature",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43fbeefc-9984-4953-bd15-578368766cbb",name:"Naarash Warcaster",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, History +12",equipment:"magic rod",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"2e5fb2ca-81ab-42c6-834a-9a3b95f0e103",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"5a57d6ae-9528-4593-85af-5c821f6b6008",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires quarterstaff; 2d10+4 lightning damage, and the target is dazed until the end of the hobgoblin warcaster’s next turn.",damage:"2d10+4 lightning damage",category:1},{id:"3d7266f6-6b42-4aa2-ac3c-9db3c1fecf48",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"2d6+4 force damage, and the target slides 3 squares.",damage:"2d6+4 force damage",category:1},{id:"1d71c7cb-f169-4eb9-a8fc-1078b64505b8",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8+4 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+4 force damage",category:1},{id:"0de2a70b-7b58-43bd-b13c-a31440164b6e",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warcaster suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warcaster rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"92085f38-5a10-4480-b68b-94f01634628f",name:"Reaper Wraith Eidolon",details:"",size:3,origin:4,type:0,keywords:"construct",level:10,role:{type:6,flag:0,leader:!0},senses:"Perception +7",movement:"5, fly 5 (hover) , altitude limit 1; phasing",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:14},intelligence:{score:8},wisdom:{score:14},charisma:{score:10},hp:80,initiative:7,ac:24,fortitude:23,reflex:20,will:20,regeneration:null,auras:[{id:"a0906f00-2e8c-42b8-8dd0-039e4f3cb7ae",name:"Fearless Followers",keywords:"",details:"aura 5; allies in the aura are immune to fear."}],powers:[{id:"3e7decd7-c2c2-4f51-b1c5-d31177cf54b0",name:"Shadow Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"c4d38141-9809-44b8-aa8f-38806a19c9e2",name:"Sickle Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage. The reaper wraith loses phasing, insubstantial, and the ability to fly until it recharges this ability.",damage:"2d6+5 damage",category:1},{id:"ce674e4c-104d-4115-aef3-07053c9bed9a",name:"Harvest of Fear",action:{action:4,trigger:"when an enemy moves out of this creature’s reach",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 3",attack:{bonus:13,defence:2},description:"",details:"target the creature moving out of the reaper wraith eidolon’s reach; 2d6+5 necrotic damage and target takes -2 penalty to attacks against the reaper wraith eidolon and its allies within its fearless follower aura (save ends).",damage:"2d6+5 necrotic damage and target takes -2 penalty to attacks against the reaper wraith eidolon and its allies within its fearless follower aura (save ends)",category:5},{id:"06ec1b2d-bec2-4132-9623-d8e8b4c3ab1f",name:"Unhallowed Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"The eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 15 to all damage, and all allies in its line of sight deal an extra 1d8 necrotic damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"b5aaa8a2-25f9-49fc-ae1d-af1ea1f1284a",name:"Shadow Wolf",details:"",size:2,origin:5,type:1,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Evil",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:38,initiative:5,ac:17,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"f0e9a883-4944-4cc3-9a92-7ecc380bc395",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"198cba8e-8314-4021-b13a-64dd6ad11bb9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the shadow wolf has combat advantage against its target, it deals an extra 1d6 damage and blinds the target (save ends) on a successful melee attack.",damage:"",category:0},{id:"c0d362f7-9495-4253-afab-5d085b356807",name:"Fade to Night",action:{action:5,trigger:"when the shadow wolf is the target of a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The shadow wolf gains combat advantage against the attacker and makes a melee basic attack against the attacker. The shadow wolf then shifts 1 square.",attack:null,description:"",details:"",damage:"",category:5},{id:"c43e7178-c212-4103-b421-22d41682cdd7",name:"Shadow Stalk",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a shadow wolf moves at least 3 squares from its starting position, or if it does not attack this turn, it gains concealment until the end of its next turn.",damage:"If a shadow wolf moves at least 3 squares from its starting position",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"838c7ca6-6161-4a46-a496-d565115882ea",name:"Sightless Reaper",details:"",size:2,origin:5,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1; blindsight 5",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +7",equipment:"scythe",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:13},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:4,ac:19,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"68ee0afd-1f35-44cb-ad04-e8328c7a2742",name:"Shadow Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"6801df6f-271a-4750-96e7-557c26afc14a",name:"Blade of the Reaper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"1d8+3 damage, and the target is immobilized (save ends).",damage:"1d8+3 damage",category:1},{id:"33aae07a-2afc-4a3a-92d0-b7498dd3ef6a",name:"Stalking Shadow",action:{action:4,trigger:"when an adjacent opponent shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sightless reaper shifts 1 square.",damage:"The sightless reaper shifts 1 square",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7cfac8de-a823-46e1-8308-7607bae40466",name:"Sleeper’s Skeletal Warhorse",details:"",size:3,origin:4,type:0,keywords:"mount, undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:1},wisdom:{score:13},charisma:{score:7},hp:76,initiative:5,ac:17,fortitude:18,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"2b245ee0-238a-4743-a7d7-84f86c375a93",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"64494cf4-1778-47a2-8336-bbf499c3b80a",name:"Shadow Symbiosis",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"The horse’s rider gains resist 10 necrotic.",damage:"The horse’s rider gains resist 10 necrotic",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ce8501d9-e827-412f-af9d-d47cb623e1f8",name:"Steel Keeper",details:"",size:3,origin:4,type:0,keywords:"construct",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:72,initiative:4,ac:20,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7fa9b196-c883-4e1c-b5ed-dac581a98e98",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 4; 1d6+4 damage, and the target is slowed (save ends); see also door guard.",damage:"1d6+4 damage",category:1},{id:"62944763-350e-431c-aa91-84b78d201ccf",name:"Iron Defense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 5",attack:{bonus:9,defence:2},description:"",details:"affects only creatures in contact with the ground; the target is immobilized (save ends).",damage:"",category:1},{id:"8354c3cc-4256-403c-b916-8c2e0d2f71c1",name:"Door Guard",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The steel keeper deals an extra 1d6 damage against targets adjacent to the secret door.",damage:"the steel keeper deals an extra 1d6 damage against targets adjacent to the secret door",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e27030a2-7c64-41cd-8a1a-4a5143578ce3",name:"The Seer",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +10, Endurance +10",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"b6f1c03a-a5f4-4c20-a824-5da8e54f8beb",name:"Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"906da1ee-40ec-4f3d-919f-fdd3cbe11fb0",name:"Summoning Scream",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Seer summons allies as described under Setup.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c589df6-542d-4dbf-b38a-4c48784c660b",name:"Tiefling Shadowblade",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +11, Bluff +12, Stealth +13",equipment:"leather armor; scimitar",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:72,initiative:9,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"afc5ea5f-c6b8-40ce-b4ac-67889d8f3d55",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 against a bloodied target)1d8+4 damage (crit 1d8+13 damage).",damage:"(+12 against a bloodied target)1d8+4 damage (crit 1d8+13 damage)",category:1},{id:"69f90077-7c21-4c8e-a990-d80dc06691ce",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The shadowblade’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"bb79face-464f-4076-b6cf-66934e8acb4b",name:"Cloak of Shadows",action:{action:5,trigger:"when an enemy makes an opportunity attack against the tiefling shadowblade",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy is blinded (save ends).",damage:"",category:5},{id:"e3a5d487-a577-405d-9768-7596e379bea1",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling shadowblade gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling shadowblade’s last turn. If the attack hits and deals damage, the tiefling shadowblade deals an extra 2 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b8bb0df-b096-4c07-b65c-48c50dd063e4",name:"Tortured Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:6,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"6995db3f-14d9-4586-bb57-ae092b469091",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"11d78c14-7d3d-40a6-807c-faa4da4a4529",name:"Valthrun",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +11, Bluff +7, Religion +11",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:12},intelligence:{score:19},wisdom:{score:14},charisma:{score:11},hp:98,initiative:3,ac:19,fortitude:16,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"f1ea13fa-55e9-4c4b-a0f6-3874fe2bc8bf",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6 damage.",damage:"1d6 damage",category:1},{id:"9856e80e-f4f3-4e34-9659-16268f444496",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"31d77fff-1b3d-42fe-90f7-fe47c838ab3d",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Implement",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2 creatures; 1d10+4 cold damage, and the target is immobilized until the end of Valthrun’s next turn.",damage:"1d10+4 cold damage",category:1},{id:"0159c66e-d131-42ee-8325-24512c8a07e0",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"Burst 3 within 20 squares; 3d6+4 fire damage. Miss: Half damage.",damage:"3d6+4 fire damage",category:1},{id:"d49d2d3c-eeb8-4d57-8e91-f58d1a72ab5f",name:"Staff of Defense",action:{action:5,trigger:"when valthrun would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Valthrun gains a +1 bonus to all defenses until the end of his next turn.",damage:"Valthrun gains a +1 bonus to all defenses until the end of his next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab13cf74-a1a6-43bb-a788-a3206644242f",name:"Volkanth",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Far Speech, Infernal",skills:"Bluff +17",equipment:"lifedrinker weapon; scale armor",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:18},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:115,initiative:3,ac:25,fortitude:23,reflex:23,will:24,regeneration:null,auras:[{id:"2adc5ec1-1317-4387-96d8-a450ff62fdfb",name:"Blood Presence",keywords:"",details:"aura 2; allies in the aura gain a +2 bonus to AC; enemies taking ongoing necrotic damage take a -2 penalty to AC."}],powers:[{id:"b87885c3-1c68-452b-a1eb-98bdf4f1da12",name:"Lifedrinker Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+4 damage (on crit 12 damage plus 2d6 necrotic damage); if Volkanth reduces a creature to 0 hp, he gains 5 temporary hit points.",damage:"1d8+4 damage (on crit 12 damage plus 2d6 necrotic damage)",category:1},{id:"38eeace7-a236-4bcd-9beb-bc27c52bfa86",name:"Blood Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"2d6+6 damage; if the creature moves on its turn, the blood blades on its body slash it, causing another 2d6+4 damage.",damage:"2d6+6 damage",category:1},{id:"4d289e4d-db6b-40b9-8b79-912272087ced",name:"Blood Surge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 damage plus push 2.",damage:"2d6+6 damage plus push 2",category:1},{id:"5446d085-2873-43fe-816a-bde54892d5eb",name:"Blood Blindness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 damage, and the target is blinded (save ends).",damage:"2d6+6 damage",category:1},{id:"f31928ab-d265-40a1-83a0-393a799ec834",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Volkanth gains a +1 racial bonus to attack rolls against bloodied enemies.",damage:"Volkanth gains a +1 racial bonus to attack rolls against bloodied enemies",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50d02a46-0b30-4406-9970-5dc1a7a8b307",name:"Zombie Soldier",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:38,initiative:2,ac:18,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"8d76f449-da9d-47d7-a303-6e35103b1f7b",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"47879e47-95e0-4288-8f97-3deb1785e12d",name:"Protective Strike",action:{action:5,trigger:"when an adjacent foe attacks a zombie rotter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the target suffers -4 to the triggering attack.",damage:"1d8+3 damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1ec6ede8-07e4-4e39-b0fc-ccc011543f3e",name:"Abyssal Ghoul Pack Leader",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:6,flag:1,leader:!0},senses:"Perception +8; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:15},charisma:{score:10},hp:248,initiative:14,ac:28,fortitude:28,reflex:27,will:21,regeneration:null,auras:[{id:"929632c1-eb9b-4ab0-a8e3-fcb1d4f92760",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"b045ba14-1734-49dc-9be8-4e60e1381cd9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8+5 damage",category:1},{id:"58797690-9585-4240-bfbd-266c857d713f",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 10 necrotic damage.",damage:"all enemies in the burst take 10 necrotic damage",category:0},{id:"b19f6633-24a1-418a-8f8c-1b32b89048c0",name:"Offensive Shift",action:{action:4,trigger:"when an enemy moves within 2 squares of the abyssal ghoul and attacks an ally of the abyssal ghoul",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"The abyssal ghoul shifts and make a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a87d9fa3-a1b7-426a-9169-ad0189190147",name:"Alderman Ritter",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +9",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:17},charisma:{score:21},hp:70,initiative:7,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"5f1c2669-e23b-4ea1-ab36-271109449cb6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"6582cd05-7342-4116-844f-ca8056b247fc",name:"Dagon’s Fang",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d6+5 psychic damage.",damage:"2d6+5 psychic damage",category:1},{id:"6b65cd13-f98c-44ef-958a-01648075c115",name:"Storm of the Ocean Lord",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"2d8+5 cold damage, and target is immobilized until the end of the cultist’s next turn.",damage:"2d8+5 cold damage",category:1},{id:"788c8540-de21-4208-83c7-bb8c061c0513",name:"Ring of Terror",action:{action:4,trigger:"when an enemy moves to an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 1, triggering enemy only",attack:{bonus:12,defence:3},description:"",details:"push 4.",damage:"push 4",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8e696f7f-69a3-42a2-b208-79202bc10ece",name:"Animated Carriage",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"12",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:9},intelligence:{score:3},wisdom:{score:8},charisma:{score:2},hp:765,initiative:5,ac:25,fortitude:28,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"9ad6480a-4213-475b-954d-449587e5310f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d6+6 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6+6 damage",category:1},{id:"660cc8c8-cdd7-4fc5-ad0f-1f7e2f995d39",name:"Rumbling Charge",action:null,keywords:"",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"The animated carriage makes a charge attack; 2d10+6 damage, and a Medium or smaller target is pushed 3 squares and knocked prone.",damage:"2d10+6 damage",category:0},{id:"7b67bbd6-25c9-42af-a40f-22e4035dfaeb",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The animated carriage can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the carriage must end its move in an unoccupied space. When it enters an enemy’s space, the carriage makes a trample attack; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"f4ad177b-8917-493d-ac8a-5ece406735f9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The animated carriage makes a slam attack and either a rumbling charge or a trample attack (in any order), or makes two slam attacks.",damage:"",category:1}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"4ceb533f-8584-4a9d-8a78-117c2c2efdf5",name:"Fish-Men of Dagon Slayer",details:"",size:2,origin:1,type:2,keywords:"aquatic",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +15",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:22},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:77,initiative:14,ac:23,fortitude:20,reflex:23,will:20,regeneration:null,auras:[{id:"242e01a9-a425-40c6-bc37-250451f63008",name:"Vile Stench",keywords:"",details:"aura 2; creatures who begin their turn in the area take a -2 to all attacks until the start of their next turn; this is a poison effect."}],powers:[{id:"92d98c12-aaa6-4316-8465-1894376e51b9",name:"Rusty Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage, plus 2 poison damage.",damage:"1d8+6 damage",category:1},{id:"0c12e031-9346-4afd-812f-ae5aa86f3fb5",name:"Lurking Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gain combat advantage against creatures that cannot see the fish-man at the start of its turn.",damage:"",category:0},{id:"78558000-841b-4893-84ed-1928c126de3a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1d8 damage with rusty rapier.",damage:"+1d8 damage with rusty rapier",category:0},{id:"a0129f52-2ead-4994-9a32-cd790b3e2ab0",name:"Radiant Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Radiant effects cause a fish-man of Dagon slayer to take a -2 penalty to attacks until the start of the fish-man’s next turn.",damage:"Radiant effects cause a fish-man of Dagon slayer to take a -2 penalty to attacks until the start of the fish-man’s next turn",category:0},{id:"45e2af0b-a156-4407-8fa6-3b3a30a16432",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fish-man gains a +2 racial bonus to all rolls to escape a grab, and to saving throws against immobilization and restraint.",damage:"The fish-man gains a +2 racial bonus to all rolls to escape a grab",category:0}],damageModifiers:[{type:1,value:-5},{type:2,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"75009d8b-8a8e-4e29-8494-c695b56e1041",name:"Fish-Men of Dagon Warrior",details:"",size:2,origin:1,type:2,keywords:"aquatic",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:22},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:97,initiative:12,ac:23,fortitude:20,reflex:23,will:20,regeneration:null,auras:[{id:"dca0f759-5af8-42f8-a9e3-5310d7ed228d",name:"Vile Stench",keywords:"",details:"aura 2; creatures who begin their turn in the area take a -2 to all attacks until the start of their next turn; this is a poison effect."}],powers:[{id:"3ae89f66-b1d4-4010-848f-11ef5feeba06",name:"Rusty Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage, plus 2 poison damage.",damage:"1d8+6 damage",category:1},{id:"ada0cd6f-ded3-452d-8cd7-f46ee0cce5d2",name:"Rusty Javelins",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6+6 damage, plus 2 poison damage.",damage:"1d6+6 damage",category:1},{id:"e92e2de1-c6b3-4fdd-a9d8-71e8f2afc1c0",name:"Slippery Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage, plus 2 poison damage. The fish-men can shift 2 before or after the attack (but not both).",damage:"1d8+6 damage",category:1},{id:"e0d087c0-2b37-4b2f-8c45-ed09cb68c062",name:"Radiant Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Radiant effects cause a fish-man of Dagon warrior to take a -2 penalty to attacks until the start of the fish-man’s next turn.",damage:"Radiant effects cause a fish-man of Dagon warrior to take a -2 penalty to attacks until the start of the fish-man’s next turn",category:0},{id:"325c362b-8851-4d31-972f-4434c9d3e22d",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fish-man gains a +2 racial bonus to all rolls to escape a grab, and to saving throws against immobilization and restraint.",damage:"The fish-man gains a +2 racial bonus to all rolls to escape a grab",category:0}],damageModifiers:[{type:1,value:-5},{type:2,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0cbfb5ec-a25b-4fc0-a873-b022baac3203",name:"Grasping Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:12},intelligence:{score:3},wisdom:{score:13},charisma:{score:10},hp:123,initiative:7,ac:26,fortitude:28,reflex:24,will:24,regeneration:null,auras:[{id:"69ad8d85-59ed-4e48-a523-baeeae37b581",name:"Verdant Grasp",keywords:"",details:"aura 2; enemies treat the area within the aura as difficult terrain"}],powers:[{id:"f4052b50-b834-45e6-9229-5fdbde17c969",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and at the grasping statue’s option, the target slides 1 square or is grabbed (until escape). A target trying to escape the grab takes a -4 penalty to the check. The grasping statue can slide or grab only Large or smaller targets. The statue can grab up to two targets at once but, if it does so, it cannot make slam attacks until it releases at least one target.",damage:"1d6+5 damage",category:1},{id:"e45c16e9-6b79-4e31-821d-45fb87e7ca6f",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A grasping statue can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"67d69264-17c3-4b09-96b7-6337504814a1",name:"Greater Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:103,initiative:11,ac:26,fortitude:23,reflex:25,will:22,regeneration:null,auras:[{id:"19f0d0aa-02ae-4a56-b13c-0eec98028bee",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"3bd70133-4ff6-4c81-b6f1-699efa80947e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8+5 damage",category:1},{id:"13e00793-88fa-454f-99f4-71e24c3ab380",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Target must be immobilized, stunned, or unconscious; 3d6+6 damage, and the target is stunned (save ends).",damage:"3d6+6 damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b31fdf01-cdbf-4614-bc0c-6ad2f63c2341",name:"Guardian Demon",details:"",size:3,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"588721fc-779e-49d1-87c2-e3f2a8f93c5d",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"750d3dfd-5f8f-4528-bc55-9a8cc017a8be",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is restrained (until escape). The guardian demon can sustain the power as a standard action, in which case the target takes 1d8 + 5 damage and is still restrained. While the target is restrained, the guardian demon can’t make trident attacks.",damage:"1d8+5 damage",category:1},{id:"7e83081d-4b64-42d1-a454-93ac8ae1f171",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"the guardian demon breathes a cloud of poison gas that fills the area; 2d6+3 poison damage and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage and ongoing 5 poison damage (save ends)",category:1}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"3373933f-6969-44d7-b026-0b0ebac5a3ae",name:"Guardian Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:10},hp:122,initiative:10,ac:28,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"0138bb79-c01b-4be4-bdc9-3f7eb71f4a71",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"0aa80df0-7bff-4d4b-8238-f499f1199e16",name:"Reactive Strike",action:{action:4,trigger:"when an enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The guardian statue makes a melee basic attack against an enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5},{id:"c8cec6f4-4e4e-4793-a8f4-d2de3177135c",name:"Martial Expertise",action:{action:7,trigger:"when the guardian statue misses with a melee attack",sustainAction:0,use:1,recharge:"recharges when the statue uses expert strike"},keywords:"Weapon",condition:"",range:"The guardian statue makes another melee attack against the same target.",attack:null,description:"",details:"",damage:"",category:5},{id:"c1fdb064-0ed9-4cfd-8573-705978f23efa",name:"Expert Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the guardian statue hits with an opportunity attack, the target is also knocked prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"8f35a3b9-3000-476c-a086-5ca1db831782",name:"Horrid Timber",details:"",size:3,origin:1,type:0,keywords:"demon, plant",level:10,role:{type:7,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"4",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:15},intelligence:{score:7},wisdom:{score:19},charisma:{score:15},hp:444,initiative:7,ac:28,fortitude:27,reflex:24,will:25,regeneration:null,auras:[{id:"3e40ee81-2330-4e95-8183-62e87f1ea8a6",name:"Tangle Roots",keywords:"",details:"aura 4; all nonplant creatures treat the area as difficult terrain"}],powers:[{id:"befe9b32-a3cc-4d36-a479-78c028c7c44a",name:"Flailing Branch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d94bec08-f760-46d8-907b-b5f7003aeb34",name:"Whipping Branches",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Make up to four flailing branch attacks, but it cannot attack the same target more than twice. If two or more hit the same target, that target is knocked prone.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"298803c9-6fa1-43dd-b507-7dd995da3fdb",name:"Spore Pod",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:15,defence:1},description:"",details:"target begins to sprout thorns that grow through its skin; this deals ongoing 5 damage and causes the target to become slowed (a single save ends both).",damage:"this deals ongoing 5 damage and causes the target to become slowed (a single save ends both)",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3de6ee85-5242-4c5f-ad2d-f38c186d1219",name:"Leaping Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:18},intelligence:{score:3},wisdom:{score:15},charisma:{score:10},hp:105,initiative:11,ac:24,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"6255bf02-d821-4c03-98a0-3337c512c9ca",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Before it makes a slam attack, the leaping statue can make a standing long jump (as a free action) without provoking opportunity attacks; 1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"e890d24a-8d4c-412e-a12e-087afaabce1a",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:15,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"75085f10-fa3a-4e4d-935e-8aa8dbca5c44",name:"Agile Skirmisher",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A leaping statue gains a +4 bonus to AC against opportunity attacks that its movement triggers.",damage:"A leaping statue gains a +4 bonus to AC against opportunity attacks that its movement triggers",category:0},{id:"4d2a79b0-08d3-401f-a32d-72220e7eae4a",name:"Melee Agility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"after hitting with a melee attack",range:"",attack:null,description:"",details:"The leaping statue shifts 1 square.",damage:"The leaping statue shifts 1 square",category:3},{id:"765e2098-3383-40bb-b1a3-320cb30983b0",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the leaping statue ends its move at least 4 squares away from its starting point, it deals an extra 2d6 damage with its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"9e3db7f7-9af5-4e2f-b085-f0203547cec4",name:"Minotaur Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"chainmail; greataxe",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:61,initiative:8,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"971564c8-e1ea-4018-9bc8-63bc9b92872a",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d12+2 damage, and the target is marked until the end of the skeleton’s next turn.",damage:"1d12+2 damage",category:1},{id:"9c2f510d-2de7-46cf-8cbf-48861753d485",name:"Sweeping Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:11,defence:0},description:"",details:"Requires greataxe; 1d12+2 damage, and the target is knocked prone.",damage:"1d12+2 damage",category:1},{id:"3bed65ba-07ec-49a3-8b08-aeab945b4727",name:"Minotaur Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When charging, the skeleton gains a +2 bonus to the attack roll instead of +1 and deals an extra 1d6 damage.",damage:"the skeleton gains a +2 bonus to the attack roll instead of +1 and deals an extra 1d6 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0400fb35-9a0a-42fd-9821-267acd04e1c0",name:"Modified Gibbering Mouther",details:"",size:2,origin:0,type:1,keywords:"",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +4; all-around vision, darkvision",movement:"5, climb 5, swim 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:14},intelligence:{score:4},wisdom:{score:8},charisma:{score:18},hp:110,initiative:7,ac:22,fortitude:23,reflex:16,will:19,regeneration:null,auras:[{id:"a368817c-edb7-4079-81da-6dd2453dea89",name:"Warped Ground",keywords:"",details:"aura 3; enemies treat the area within the aura as difficult terrain."}],powers:[{id:"1e44a539-6093-46d5-aa57-23e365362619",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6+6 damage",category:1},{id:"67fd597b-75fc-450d-b0a6-30f0a195afb2",name:"Gibbering",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"once on its turn before it takes other actions",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"deafened creatures are immune; the target is dazed until the end of the gibbering mouther’s next turn.",damage:"",category:4},{id:"cf708446-ed8c-4816-ac3a-3357226e56ec",name:"Gibbering Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close burst 5",attack:{bonus:15,defence:0},description:"",details:"unnatural mouths appear on dazed creatures in the burst and bite them; 1d6+6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7cc1adf-e8a8-42da-88c4-8f600ba2399f",name:"Mystic Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +9",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:17},charisma:{score:21},hp:88,initiative:5,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"a9a36fda-56af-42ea-8de8-c44e5c96c95f",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"6cf3bb09-cd93-44b4-9b49-f3a1e840a334",name:"Dagon’s Fang",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d6+5 psychic damage.",damage:"2d6+5 psychic damage",category:1},{id:"60f28440-0c5d-4658-b303-2f9981e2a2d7",name:"Storm of the Ocean Lord",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"2d8+5 cold damage and target is immobilized until the end of the cultist’s next turn.",damage:"2d8+5 cold damage and target is immobilized until the end of the cultist’s next turn",category:1},{id:"e6e8f5af-203c-4b0a-8a90-bd44c1649208",name:"Ring of Terror",action:{action:4,trigger:"when an enemy moves to an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 1, triggering enemy only",attack:{bonus:12,defence:3},description:"",details:"push 4.",damage:"push 4",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a6e3567e-7561-4e56-8751-6cfdae8fc16e",name:"Tendril of Dagon",details:"",size:2,origin:1,type:1,keywords:"aquatic",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"swim 10",alignment:"Chaotic evil",languages:"None",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:15},intelligence:{score:3},wisdom:{score:13},charisma:{score:12},hp:107,initiative:9,ac:24,fortitude:24,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"d0fd1689-8eea-46b2-93b1-75fe317914b6",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; target is grabbed.",damage:"Reach 2",category:1},{id:"5a3b8dba-c42d-42c3-a356-33da1943ff41",name:"Beak",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Grabbed targets only; 2d6+6 damage.",damage:"2d6+6 damage",category:3},{id:"13b1c05d-5704-4f34-9189-4bc5f60db496",name:"Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Grabbed targets only; the target is pulled 2 squares.",damage:"the target is pulled 2 squares",category:3},{id:"181e8e67-9b65-4e12-ac08-55cabc022cff",name:"Ink Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"2d12+4 poison damage. Aftereffect: The cloud provides concealment, and it remains until the start of the tendril’s next turn.",damage:"2d12+4 poison damage",category:1},{id:"ef1be803-afb6-4e00-ba0f-d9062fccb88a",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"31482a89-9856-4e35-93ea-627276336c62",name:"Thuggish Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +9",equipment:"",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:16},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:107,initiative:7,ac:21,fortitude:21,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"bcdefaa0-731e-4c9a-89ac-a8a18b2601d3",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"70006b96-bdb1-4ef3-ad16-465629dbc2e0",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"64f4301d-872f-4e2b-b9aa-1fd3185b15dc",name:"Knock ’em Flat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+8 damage, plus push 2 and knocked prone.",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22e0957d-7a5b-4b92-a5db-07926681c270",name:"Vicious Dire Wolf",details:"",size:3,origin:4,type:1,keywords:"mount",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:83,initiative:8,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"a2eeaa3f-05d0-44d1-94c8-9ff744eb7ed3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, or 2d8+5 damage against a prone target.",damage:"1d8+5 damage",category:1},{id:"0be7be47-db7b-4a8d-9ad0-637754b1eccd",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire wolf gains combat advantage against a target that has one or more of the dire wolf’s allies adjacent to it. If the dire wolf has combat advantage against the target, the target is also knocked prone on a hit.",damage:"",category:0},{id:"908f9ac1-a236-43d3-a961-b27a3b1cf0bb",name:"Pack Hunter",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"The dire wolf’s rider gains combat advantage against an enemy if it has at least one ally other than its mount adjacent to the target.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b2eaa90-562c-4087-b552-b82aa79c60d7",name:"Voice of Dagon",details:"",size:3,origin:1,type:1,keywords:"demon",level:12,role:{type:0,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"5, swim 10",alignment:"Chaotic evil",languages:"Abyssal, telepathy 20",skills:"Arcana +16",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:21},wisdom:{score:23},charisma:{score:18},hp:192,initiative:8,ac:26,fortitude:26,reflex:24,will:26,regeneration:null,auras:[{id:"03c1b5a3-33c1-4539-b113-3e2b988cc67a",name:"Riptide",keywords:"",details:"aura 5; enemies treat the area as difficult terrain."}],powers:[{id:"405b8c5b-09bb-4fec-becb-e92b330306ba",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and the target is chaos-touched (save ends).",damage:"1d6+5 damage",category:1},{id:"1d9c5587-8d84-4262-9cd6-14f6af023e4a",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Make two tentacle attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"6187286f-d916-427a-8216-690bfd83a760",name:"Venomous Spit",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d6+6 poison damage, and the target is chaos-touched (save ends).",damage:"2d6+6 poison damage",category:1},{id:"850ace5f-227f-4ddc-b253-3ec4c6e29bd0",name:"Venomous Stream",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"",attack:null,description:"",details:"Make two venomous spit attacks.",damage:"",category:1},{id:"69e305cd-e9a9-4d82-a3ff-05b50d692a5a",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"the target must be humanoid and must be chaos-touched; target is dominated (save ends). The Voice of Dagon can dominate only one creature at a time.",damage:"",category:1},{id:"d7a8687b-5282-48bf-b458-48022abdc119",name:"Chaos Warp",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Voice can cause a chaos-touched creature to immediately reroll one attack roll, check, or save. The target must take the lower roll. No attack roll is required, but only chaos-touched creatures can be affected. (The Voice can use this power only once per round in total, not once per round per chaos-touched creature).",damage:"",category:5},{id:"e1f5a843-9c4d-4162-808f-f6aa72186740",name:"Frigid Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Area burst 4 within 10",attack:{bonus:17,defence:2},description:"",details:"2d6+6 cold damage, and the target is chaos-touched and immobilized (save ends both).",damage:"2d6+6 cold damage",category:1},{id:"54ac60dd-ba12-4e62-8514-79d8f163537f",name:"Venom Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 5 (affects enemies only)",attack:{bonus:17,defence:2},description:"",details:"2d6+6 poison damage, and the target is chaos-touched (save ends both).",damage:"2d6+6 poison damage",category:1},{id:"fd193ef3-060a-4cac-9de9-6a08b8658407",name:"Dagon’s Proxy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Against a chaos-touched target, the Voice of Dagon gains a +2 bonus to attack rolls and deals +2d6 damage with a successful tentacle attack.",damage:"the voice of dagon gains a +2 bonus to attack rolls and deals +2d6 damage with a successful tentacle attack",category:0},{id:"f0482e1e-49d7-49eb-b2f8-dfb37fbaf63c",name:"Lord of Illusions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Voice of Dagon can cast illusion rituals without paying the component cost.",damage:"",category:0},{id:"1cb3cbce-bfbc-4edb-a9f4-064c5f1e3151",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Voice of Dagon can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4755291e-9a0c-443d-af3d-c5bcab942575",name:"Werewolf Archer",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:6,flag:1,leader:!0},senses:"Perception +14; low-light vision",movement:"6 (8 in dire wolf form)",alignment:"Unaligned",languages:"Common",skills:"Bluff +12, Dungeoneering +14, Insight +14, Intimidate +12, Nature +14, Stealth +15",equipment:"arrows (30); greatclub; leather armor; longbow",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:18},intelligence:{score:11},wisdom:{score:17},charisma:{score:13},hp:224,initiative:12,ac:29,fortitude:29,reflex:25,will:24,regeneration:{value:10,details:"if the werewolf archer takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[{id:"fd53726d-639c-4d73-aa93-9a4627505ffc",name:"Call of the Wild",keywords:"",details:"aura 5; a lycanthrope ally in the aura (including the werewolf archer) can shift 1 square as a minor action."}],powers:[{id:"6a92c911-edb3-46d1-9150-76c4135ff1aa",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"5218a0e0-20c5-4da7-834e-0c9391f23b3e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+7 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d8+7 damage",category:1},{id:"fe97d6c5-3ff9-418f-bc65-5390a7fa1196",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"9aaa3c50-1dbf-46ec-9eac-4ce7e50f8cef",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"b6a5f204-624b-4fde-b369-ab8a7ca69ebe",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The werewolf archer can alter its physical form to appear as a dire wolf or a unique human. It cannot use its bite attack in human form and cannot make greatclub or longbow attacks in dire wolf form.",damage:"",category:3},{id:"9ff447c3-1afd-4e91-a8ec-de72069bec96",name:"Defensive Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The werewolf archer gains a +2 bonus to AC against opportunity attacks.",damage:"The werewolf archer gains a +2 bonus to AC against opportunity attacks",category:0},{id:"e2e56984-5f94-4a77-b64d-596b9be04f04",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"once per round",range:"",attack:null,description:"",details:"The werewolf archer designates the nearest enemy as its quarry. One of its attacks against the quarry deals an extra 2d6 points of damage. This effect lasts until the end of the encounter or the werewolf archer designates a new quarry.",damage:"one of its attacks against the quarry deals an extra 2d6 points of damage",category:3},{id:"5f37c7d3-64e7-476d-829d-4eb1a06b7629",name:"Prime Shot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If none of the werewolf archer’s allies is closer to a target than the archer is, the archer gains a +1 bonus to ranged attack rolls against that target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"69f29911-cd22-4c70-a94f-21ef72dd17a1",name:"Wrath of Dagon",details:"",size:2,origin:1,type:1,keywords:"aquatic",level:10,role:{type:7,flag:2,leader:!1},senses:"Perception +9; low-light vision",movement:"8, climb 4, swim 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +16",equipment:"",category:"",strength:{score:22},constitution:{score:22},dexterity:{score:20},intelligence:{score:14},wisdom:{score:19},charisma:{score:15},hp:415,initiative:10,ac:28,fortitude:26,reflex:25,will:25,regeneration:{value:5,details:""},auras:[{id:"f5e5c38e-c81c-4eb1-b328-e8bed755ae90",name:"Disorienting Pheromone",keywords:"",details:"aura 5; creatures that begin their turn in this aura take a -1 penalty to Will defense and a -2 penalty to Perception checks (save ends)"}],powers:[{id:"86156d62-e010-47c1-8638-0f2d889221e1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+6 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+6 damage",category:1},{id:"3a8873e8-e3df-4d93-b2ad-86f49df101b9",name:"Snapping Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"Make two claw attacks.",damage:"",category:1},{id:"85642b4c-d991-434f-aa7c-016acaf73b12",name:"Fearful Pheromone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"the target is pushed 4 and takes a -2 penalty to all attack rolls (save ends).",damage:"the target is pushed 4 and takes a -2 penalty to all attack rolls (save ends)",category:1},{id:"f69ec866-6fdc-4675-b37b-ebae4b742236",name:"Somnolent Pheromone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Sleep",condition:"",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"the target falls asleep (save ends); any damage immediately awakens the target.",damage:"any damage immediately awakens the target",category:1},{id:"6c027761-576c-477f-b826-129f021410bb",name:"Wrathful Pheromone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"the target must use a standard action on its next turn to make a basic attack against its nearest ally. If no ally is within range of a basic attack, the target loses its standard action for that round.",damage:"",category:1},{id:"052ffaff-ea06-49c9-93d0-a6fe07fdb817",name:"Leaping Horror",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Wrath can make long and high jumps as though it had a running start even if it does not, and even if leaping from the water. It also gains a +5 racial bonus to Athletics checks made to jump.",damage:"It also gains a +5 racial bonus to Athletics checks made to jump",category:0},{id:"c560045e-91e7-47af-a12c-c82a144d7c7b",name:"Radiant Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Radiant effects cause the wrath of Dagon to take a -2 penalty to attacks until the start of the fish-man’s next turn.",damage:"Radiant effects cause the wrath of Dagon to take a -2 penalty to attacks until the start of the fish-man’s next turn",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"51012807-ac7e-4015-9a36-813dce81e647",name:"Bone Naga Guardian",details:"",size:3,origin:3,type:1,keywords:"undead",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"7, burrow 7 (bone floor only)",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"Arcana +15, History +15, Insight +15, Religion +15",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:14},intelligence:{score:18},wisdom:{score:18},charisma:{score:20},hp:256,initiative:8,ac:28,fortitude:28,reflex:24,will:25,regeneration:null,auras:[{id:"1add24f7-e68b-4535-8cce-51fe90b45693",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; enemies that start their turns in the aura are dazed."}],powers:[{id:"b1c5398b-0984-4b1c-9aa9-a93a3786fdda",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d4+4 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4+4 damage",category:1},{id:"8134f003-d615-4986-903b-d178f64a551f",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:17,defence:3},description:"",details:"blind creatures are immune; the target is dazed (save ends). If the target is already dazed, it takes 2d6+4 necrotic damage instead.",damage:"it takes 2d6+4 necrotic damage instead",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b9c2dc71-5d62-48a7-a65e-efcaf9065a45",name:"Boneclaw Guardian",details:"",size:3,origin:5,type:0,keywords:"undead",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Intimidate +14, Stealth +16",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:21},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:120,initiative:15,ac:28,fortitude:22,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"aa5e10c3-fa76-49e6-987c-b311e19128b8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"8ab16cf2-ba1f-4bb2-b9e7-554b69575e57",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:17,defence:0},description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.; 4d8+5 damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5},{id:"30cb477d-31b9-4f07-b4ac-9ddc7001a7e5",name:"Relentless Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the boneclaw hits with an opportunity attack, it can make another opportunity attack against the same target during the current turn.",damage:"",category:0},{id:"64197fc7-a3bf-4c89-94c5-4f85b3156918",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The boneclaw can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46942d95-14f0-4a04-98c9-5b68f4ee69c2",name:"Captain Revince",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +4",movement:"5",alignment:"Good",languages:"Common",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:156,initiative:7,ac:24,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"510eeb1e-c15c-49b0-a0b4-62c0f10aae20",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"269b7585-e011-4211-bae1-8f81b67d4df5",name:"Knock Off Balance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8+5 damage, and the target is immobilized until the end of Revince’s next turn and target grants combat advantage to Revince (save ends).",damage:"1d8+5 damage",category:1},{id:"303a880b-ebfd-4bbd-ae9d-6dbb70ef0561",name:"Jarring Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Usable only if the target grants Revince combat advantage; 1d8+5 damage, and target is stunned (save ends).",damage:"1d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a78d4d0-0bd3-4cbf-bba3-5618b9127ac9",name:"Cave troll",details:"",size:3,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +13, Endurance +12",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:8},hp:99,initiative:6,ac:19,fortitude:21,reflex:19,will:17,regeneration:{value:10,details:"if the cave troll takes acid or fire damage regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"cc45d77d-ea91-44c6-a1ae-cee98148f15a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is grabbed (until escape). A cave troll can grab up to two targets at once.",damage:"2d4+5 damage",category:1},{id:"a54042ac-d34b-4c15-9b27-17f8f396a022",name:"Improvised Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires grabbed creature; reach 2; 2d8+5 damage, and the grabbed creature takes half this damage and is dazed (save ends). When grabbing a creature wearing heavy armor, the cave troll deals +5 damage with this attack, but the grabbed creature is not dazed.",damage:"2d8+5 damage",category:1},{id:"3033b3ca-0231-4bf2-a299-089b81ac5ca4",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the cave troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the cave troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ccb9209b-f862-49a6-a36c-86707a03d3f7",name:"Cultist Thug",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +13, Athletics +12, Bluff +10",equipment:"arrows (30); leather armor; short sword; shortbow",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:11},charisma:{score:12},hp:87,initiative:10,ac:22,fortitude:20,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"a9093563-1c12-4c3e-8ce7-80d9104dbb36",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"89ff3089-121d-41c3-9bd7-b4c921805bc7",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"113a726b-953c-487e-9b72-fc9c55f69d3c",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The cultist thug shifts up to 2 squares and then makes a short sword attack; 2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"c3b44645-54c2-43f1-ba0d-492d80154eb7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cultist thug deals an extra 2d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"ff6f5cec-04d8-4670-9a5d-dee3674a2647",name:"Dark Boon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"For as long as it is bloodied, the cultist thug gains regeneration 4.",damage:"the cultist thug gains regeneration 4",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b61b56f9-e6d8-4fb1-be01-027b7787f25b",name:"Cultist Warlock",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11, Bluff +12, History +11",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:12},intelligence:{score:14},wisdom:{score:11},charisma:{score:16},hp:63,initiative:5,ac:20,fortitude:18,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"ca7052b4-d21d-4011-b3ff-6e11ea01c313",name:"Fell Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8+4 psychic damage, and the target is pushed 2 squares.",damage:"1d8+4 psychic damage",category:1},{id:"707efc83-aac6-40c5-bb20-be480598a48f",name:"Desiccating Curse",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"2d6+3 damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d6+3 damage",category:1},{id:"0740cfc9-7249-4de9-a21a-c245f8e3b94a",name:"Scour the Cursed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"2d6+3 damage, and if the target is subject to the penalties of desiccating curse, it takes an extra 2d6 damage.",damage:"2d6+3 damage",category:1},{id:"013c4ce0-df7e-4e45-9ae3-f7f370e8ca1a",name:"Inescapable Hex",action:{action:4,trigger:"when an enemy within sight succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering creature must reroll the saving throw, using the second result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b1c6daf8-3bd0-44fc-9d2e-7cfcfdc6ea8f",name:"Dark One Emisarry",details:"",size:1,origin:5,type:2,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +9, Intimidate +11, Stealth +12",equipment:"dagger",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:20},intelligence:{score:14},wisdom:{score:15},charisma:{score:14},hp:48,initiative:11,ac:20,fortitude:16,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"523bcd35-f9eb-460d-8f59-00abf228a4f0",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"efcbe26f-e464-410b-90b6-25cdd6f29fc7",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"c5d71baa-e4db-46d5-a7df-e2a8e02a0070",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a dark one emissary explodes in a spout of darkness.",damage:"",category:0},{id:"0acbeab4-9b3f-42a4-8123-f28c6636d092",name:"Cloak of Shadows",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark one emissary shifts 1 square and gains concealment until the end of its next turn.",damage:"The dark one emissary shifts 1 square and gains concealment until the end of its next turn",category:3},{id:"19b115e4-53bc-428d-bfe5-16648d763416",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark one emissary deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"4053394e-4bf4-44bc-97c1-cfa40a9afd91",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark one emissary moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark one emissary moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8def749c-c8a5-48d9-a519-6d083d4d70cc",name:"Dresyae Tlathlyn",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Athletics +15, History +10, Nature +12",equipment:"longsword; ring of freedom of movement",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:234,initiative:14,ac:30,fortitude:24,reflex:24,will:22,regeneration:null,auras:[{id:"b7d69677-09ea-40e5-abeb-d9acb94351b6",name:"Feywild Tactics",keywords:"",details:"aura 10; fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"5a302b56-fe51-44cb-a39c-bd67d0ccf983",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"a30109f1-f945-45c0-a04e-0dda132a313e",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires longsword; 3d8+7 damage, and the target is restrained until the end of Dresyae’s next turn. Dresyae cannot attack with his longsword while the target is restrained.",damage:"3d8+7 damage",category:1},{id:"f34f258f-293e-4720-af9e-541ed0b449d0",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or Dresyae dies, taking 4 damage each round it does not attack Dresyae.",damage:"taking 4 damage each round it does not attack dresyae",category:1},{id:"c601502d-41d6-4232-b53f-f07a2323b45f",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dresyae scores critical hits on attack rolls of natural 19 and 20. Whenever Dresyae scores a critical hit, he and all allies within 5 squares of him regain 6 hit points.",damage:"Dresyae scores critical hits on attack rolls of natural 19 and 20",category:0},{id:"69932366-ef7d-452a-bdc1-423486606408",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"Dresyae can teleport 5 squares.",damage:"Dresyae can teleport 5 squares",category:2},{id:"070a8312-dc2b-4996-aff9-3a71315d71f1",name:"Harvest’s Sorrow",action:{action:4,trigger:"when an ally within 5 squares of dresyae is damaged",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and Dresyae takes the other half.",damage:"half the attack’s damage is negated",category:5},{id:"62808c60-a7cc-49c1-bf7d-f1e99671f549",name:"Battle Lord Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dresyae and his allies deal an extra 2d6 damage against enemies that Dresyae flanks.",damage:"dresyae and his allies deal an extra 2d6 damage against enemies that dresyae flanks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2177cea-3ee8-4144-a302-788c1b204625",name:"Eibon D’yingor",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +14, Bluff +14, History +14, Religion +14",equipment:"bloodcut armor; leather armor; light shield; potion of vitality",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:13},intelligence:{score:17},wisdom:{score:21},charisma:{score:16},hp:248,initiative:7,ac:29,fortitude:26,reflex:25,will:28,regeneration:null,auras:[{id:"8a9565c5-ff4d-49de-b2dd-2a20d6c55a64",name:"Necrotic Bonds",keywords:"",details:"aura 5; an enemy in the aura suffering from ongoing necrotic damage is immobilized."}],powers:[{id:"7bc8f657-dda6-4d0a-940d-818d2e933378",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 damage",category:1},{id:"7b830310-eb91-48ed-80d0-d817d9ec906a",name:"Tendrils of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:1},description:"",details:"two targets; the first target must be within 10 squares of Eibon, and the second target within 5 squares of the first target; the target takes ongoing 10 necrotic damage (save ends).",damage:"the target takes ongoing 10 necrotic damage (save ends)",category:1},{id:"319866eb-838e-4c01-85d1-d059a98aa63d",name:"Stolen Knowledge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage, and the target can’t use daily or encounter powers (save ends).",damage:"2d6+5 psychic damage",category:1},{id:"e34a203a-aeb1-4af1-8885-a49e7e448ab5",name:"Bloodcut Armor",action:{action:3,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Eibon gains resist 10 to all damage until the end of his next turn.",damage:"eibon gains resist 10 to all damage until the end of his next turn",category:3},{id:"6b112282-f8ea-4236-a6f8-6dc81306e941",name:"Fatal Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Allies within 5 squares of Eibon can make a melee basic attack against an enemy within reach.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b31582c3-b859-4eef-bbe2-c717cb82fa79",name:"Eladrin Blackguard",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:12,role:{type:7,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Athletics +15, History +10, Nature +12",equipment:"longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:117,initiative:14,ac:28,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"2da945cb-44f1-41d4-99e6-ab8220c1ebb5",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"0c5139a5-7e0a-46ab-be7a-da50bc9b173c",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires longsword; 3d8+8 damage, and target is restrained until the end of the eladrin blackguard’s next turn. The eladrin blackguard cannot attack with its longsword while target is restrained.",damage:"3d8+8 damage",category:1},{id:"6c66b24d-d890-4820-b8bc-aac7f2f04c40",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the eladrin blackguard dies, taking 6 damage each round it does not attack the eladrin blackguard.",damage:"taking 6 damage each round it does not attack the eladrin blackguard",category:1},{id:"4ebf66ab-06f6-4608-a3b3-c08832ce7860",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin blackguard can teleport 5 squares.",damage:"The eladrin blackguard can teleport 5 squares",category:2},{id:"e4d2591b-cc7f-4cc2-b5b2-7955e7182a71",name:"Harvest’s Sorrow",action:{action:4,trigger:"when ally within 5 squares of the eladrin blackguard is damaged",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and the eladrin blackguard takes the other half.",damage:"half the attack’s damage is negated",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da8e43db-3fe2-4b27-8657-97b0e5520fd9",name:"Eladrin Twilight Enforcer",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +18, History +18, Nature +12",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:114,initiative:9,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"2b744fde-3e0b-4c53-8235-780beb73d725",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+3 damage, and the target is slowed until the end of the eladrin twilight enforcer’s next turn.",damage:"1d8+3 damage",category:1},{id:"34886bad-d144-40ea-a5f4-129fc1ff1a55",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8+5 damage, and the target is immobilized until end of the eladrin twilight enforcer’s next turn.",damage:"1d8+5 damage",category:1},{id:"ab4ef903-f9e8-4829-9e9f-f34945bc19d3",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8+4 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+4 damage",category:1},{id:"c081a2c1-27c9-499a-be7f-fde91043731f",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:13,defence:3},description:"",details:"2d6+5 radiant damage, and the target is blinded until the end of the eladrin twilight enforcer’s next turn.",damage:"2d6+5 radiant damage",category:1},{id:"9a02b864-ad42-4e8e-9659-6077570ab5b2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin twilight enforcer can teleport 5 squares.",damage:"The eladrin twilight enforcer can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e653622-057e-42bb-9169-4e8d5f60265e",name:"Feyborn Constrictor",details:"",size:3,origin:2,type:1,keywords:"reptile",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:192,initiative:9,ac:26,fortitude:25,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"9ad60a1b-7e88-4cbd-aa27-b7aadf4e4a9b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+6 damage, and the target is grabbed (until escape).",damage:"1d10+6 damage",category:1},{id:"ff04aec5-23f4-4a2c-aa13-3688796f0e78",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Affects a target the feyborn constrictor has grabbed; 2d6+12 damage, and the target is dazed until the end of the feyborn constrictor’s next turn.",damage:"2d6+12 damage",category:1},{id:"6b8d9b8f-3df0-4c59-a174-26ea3c2bceba",name:"Undeniable Beauty",action:{action:5,trigger:"when the feyborn constrictor is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"against the attacker; the attacker must target a different creature or end its attack.",damage:"",category:5},{id:"1e1ed46e-a1d2-4474-82e4-61a6568cde11",name:"Lure of the Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"the target is pulled 5 squares and is dazed (save ends).",damage:"the target is pulled 5 squares and is dazed (save ends)",category:1},{id:"3c8d98df-0708-4de8-8558-05a6032647ab",name:"Step Through the Mists",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feyborn constrictor teleports up to 3 squares.",damage:"The feyborn constrictor teleports up to 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6ff962c9-3f12-4bc1-b76c-dc15df20ca56",name:"Ghena Tenson",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +10, History +10, Religion +10",equipment:"adventurer’s kit; spellbook",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:10},hp:44,initiative:2,ac:19,fortitude:15,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"f770715c-4859-480d-b228-83f5ed8c224a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"40f940e2-336c-4104-b754-bb018ddc8684",name:"Magic Missiles",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"2d4+4 force damage. This power counts as a ranged basic attack.",attack:{bonus:7,defence:0},description:"",details:"",damage:"",category:1},{id:"fd0f0dd0-101c-4ea7-871b-43056715e8e4",name:"Cloud of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:2},description:"",details:"1d6+4 force damage. The power’s area is filled with sharp daggers of force. Any creature that enters the area or starts its turn there takes 2 force damage. The cloud remains in place until the end of Ghena’s next turn.",damage:"1d6+4 force damage",category:1},{id:"0759e51c-03c9-4194-8c63-2323e4b1cc91",name:"Color Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"1d6+4 radiant damage, and the target is dazed until the end of Ghena’s next turn.",damage:"1d6+4 radiant damage",category:1},{id:"a596bbc4-9c9e-4467-b5d3-8647b4fa27e6",name:"Shield",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ghena gains a +4 power bonus to AC and Reflex defense until the end of her next turn.",damage:"Ghena gains a +4 power bonus to AC and Reflex defense until the end of her next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04f30c8d-563f-41b9-b394-d13af07ced7c",name:"Human Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:7,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"cdc72499-4040-4172-8be1-e72feb90792c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"f172fb91-c251-44ea-8178-1564f058fe03",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human cultist gains a +2 power bonus to all defenses while at least two other human cultists are within 5 squares of it.",damage:"A human cultist gains a +2 power bonus to all defenses while at least two other human cultists are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6f04dc4-4744-4d27-88ce-45b938191e0c",name:"Human Cultist Archer",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"arrow; leather armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:10},charisma:{score:14},hp:38,initiative:7,ac:17,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"2e5121b5-31e4-411b-acc4-1d1229527f1a",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"2e038acf-3fa5-419e-97fa-4a59b899dad1",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"1d10+4 damage, and the cultist archer grants an ally within 5 squares of it a +2 bonus to its next ranged attack against the same target.",attack:{bonus:9,defence:0},description:"",details:"",damage:"",category:1},{id:"fb96a76f-8813-4f37-a14e-6957873dae55",name:"Cultist Hysteria",action:{action:4,trigger:"when bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist archer gets an immediate saving throw against any ongoing affects it might be suffering.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});Ni.push({id:"a24bc660-5eee-4033-b1e7-cf193ad235d0",name:"Ichyrot (Kyton)",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:15},charisma:{score:13},hp:116,initiative:14,ac:25,fortitude:22,reflex:24,will:19,regeneration:null,auras:[],powers:[{id:"998c7ca7-eb87-45b8-8ad0-7f0002fa367a",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"596d85e5-9686-41fe-82a8-ed186a56dc0a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Ichyrot makes two spiked chain attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"ae00e211-f11e-492c-8b5b-dd492b8beaef",name:"Chains of Vengeance",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ichyrot makes two spiked chain attacks.",damage:"",category:5},{id:"57799bac-508e-48e3-9477-2514b4d338db",name:"Hellish Chain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"the target is wrapped in chains and restrained (save ends). Ichyrot can only use its chains to restrain one creature at a time.",damage:"",category:1},{id:"9f119305-2014-48ea-adea-5854a93d56b4",name:"Dance of Battle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ichyrot shifts 1 square.",damage:"Ichyrot shifts 1 square",category:3},{id:"f6f8ab12-4c61-48cc-8d38-2cc507ca1961",name:"Dance of Defiance",action:{action:5,trigger:"when a melee attack is made against ichyrot",sustainAction:0,use:1,recharge:"recharges after ichyrot uses chains of vengeance"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ichyrot shifts 1 square.",damage:"Ichyrot shifts 1 square",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2194c1cc-9768-4647-b180-8665554de346",name:"Kalad the Paladin",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"5",alignment:"Lawful good",languages:"Common, Dwarven",skills:"Dungeoneering +6, Endurance +11, Heal +9, History +7, Religion +7",equipment:"greataxe; plate armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:10},intelligence:{score:11},wisdom:{score:14},charisma:{score:14},hp:54,initiative:4,ac:21,fortitude:17,reflex:14,will:16,regeneration:null,auras:[],powers:[{id:"eb1cbccc-a942-4263-85c3-e139ae0b91c1",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+3 damage,(crit 1d12+18), and the target is marked until the end of Kalad’s next turn. if the target moves or makes an attack that does not include Kalad as the target, the target takes 5 radiant damage.",damage:"1d12+3 damage",category:1},{id:"391b5378-e5d4-4a9e-88fa-622fedaeeca3",name:"Arcing Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"One or two creatures; 1d12 + 3 damage (crit 1d12 + 18) damage, and the target is marked until end of Kalad’s next turn.; One or two creatures; +8 vs AC; 1d6+4 damage.",damage:"1d12 + 3 damage (crit 1d12 + 18) damage",category:1},{id:"fe8911b4-fbdb-410b-886f-7d7f538bb0c2",name:"Holy Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+3 damage (crit 1d12+18) radiant damage, and if Kalad marked the target, he deals an extra 2 radiant damage.",damage:"1d12+3 damage (crit 1d12+18) radiant damage",category:1},{id:"59f0c412-be25-4373-a449-0cf701c96143",name:"Sacred Circle",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Zone",condition:"",range:"Close burst 3",attack:null,description:"",details:"the burst creates a zone that, until the end of the encounter, gives Kalad and allies within it a +1 power bonus to AC.",damage:"gives Kalad and allies within it a +1 power bonus to AC",category:1},{id:"e8042877-1da8-4a09-af54-2702cc41e4bd",name:"Divine Strength",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kalad applies his Strength modifier as extra damage on his next attack this turn.",damage:"kalad applies his strength modifier as extra damage on his next attack this turn",category:3},{id:"29d242e1-c5b2-4459-82a1-44e1ce0cca47",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Kalad to move—through a pull, a push, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Kalad prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"407744bb-131b-4e09-8512-6bdb6c3a7d56",name:"Madrick",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Good",languages:"Common, Elven",skills:"Arcana +4, Stealth +11, Thievery +9",equipment:"adventurer’s kit; dagger; leather armor",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:16},intelligence:{score:12},wisdom:{score:11},charisma:{score:16},hp:44,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"1efca690-4d21-4082-90d2-ad384858117e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"431bd184-8f6e-4be7-90b8-8808ad4eac48",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"0eff711d-e4ab-4cc3-a22b-26512f4efa01",name:"Sly Flourish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"melee 1 or ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"Requires dagger; 1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"18773d40-e1bd-470c-925b-fc0ce9695208",name:"Positioning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"Requires dagger; 1d4+3 damage, and slide the target 3 squares.",damage:"1d4+3 damage",category:1},{id:"8394da82-5152-4750-8b9c-138f5da9f7da",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Madrick’s attack deals an extra 2d6 damage to a target he has combat advantage against.",damage:"madrick’s attack deals an extra 2d6 damage to a target he has combat advantage against",category:0},{id:"c389b8a7-a9ea-4841-9868-7d17f22df4a9",name:"Fade Away",action:{action:4,trigger:"when madrick takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Madrick is invisible until he attacks or until the end of his next turn.",damage:"",category:5},{id:"af32f61c-928e-4ed3-a892-a2bf421fc3bb",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Madrick has cover or concealment when he makes an initiative check, he can make a Stealth check to escape notice.",damage:"",category:0},{id:"df7812fc-e7d3-41d5-81e8-8434f21d5d69",name:"Fleeting Ghost",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Madrick can move his speed and make a Stealth check. He does not take the normal penalty from movement on this check.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9530ad54-384b-42f6-9f68-504b5433ee9d",name:"Massive Stormrage Shambler",details:"",size:3,origin:2,type:0,keywords:"plant",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:8},intelligence:{score:5},wisdom:{score:12},charisma:{score:7},hp:302,initiative:6,ac:29,fortitude:29,reflex:22,will:24,regeneration:{value:10,details:""},auras:[{id:"4d443929-a785-4b22-bca3-b87a996e1cb2",name:"Lightning Aura",keywords:"",details:"(Lightning) aura 2; enemies that enter or start their turns in the aura take 5 lightning damage."}],powers:[{id:"603c6307-9544-4567-b935-00f1a66a605e",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+7 damage plus 1d8 lightning damage. While bloodied, the stormrage shambler deals an extra 5 lightning damage.",damage:"1d8+7 damage plus 1d8 lightning damage",category:1},{id:"ddaeac15-def4-4f41-ae62-1e3f7346c015",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"The stormrage shambler makes two basic attacks.",damage:"",category:1},{id:"875ee5ac-d7b3-4731-b11a-6e70bd769ae3",name:"Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:18,defence:2},description:"",details:"3d8+8 lightning damage. Miss: Half damage.",damage:"3d8+8 lightning damage",category:1},{id:"f5549045-0927-4603-9902-92301eaea645",name:"Lightning Affinity",action:{action:4,trigger:"when hit by a lightning attack",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The stormrage shambler regains 10 hit points. The stormrage shambler cannot attack itself to heal in this fashion.",damage:"The stormrage shambler regains 10 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"lightning",tactics:""},{id:"f412a837-626e-414f-b7fd-b6ef46081dbe",name:"Megan Swiftblade",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Good",languages:"Common, Goblin",skills:"Intimidate +6",equipment:"adventurer’s kit; arrow; light shield; longbow; longsword; scale armor",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:13},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:44,initiative:4,ac:19,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"5cb22c9e-1b02-47b1-bcbd-2bd6cdb5e525",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of Megan’s next turn.",damage:"1d8+5 damage",category:1},{id:"4232a929-8edb-4829-9bd4-88385e601a33",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:4,defence:0},description:"",details:"1d10+1 damage.",damage:"1d10+1 damage",category:1},{id:"3bf456ad-4ea2-46f2-b356-875635f620d9",name:"Sure Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"1126ac4b-8d22-4b56-a503-ec4a355f4c54",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires shield; 1d8+5 damage, and the target, if Large or smaller, is pushed 1 square. The target is marked until the end of Megan’s next turn. Megan can shift into the space the pushed target vacated.",damage:"1d8+5 damage",category:1},{id:"d149dc60-7068-4829-9b41-0bddffb708dd",name:"Dance of Steel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+5 damage, and the target is marked and slowed until the end of Megan’s next turn.",damage:"2d8+5 damage",category:1},{id:"46c88a8e-45d3-4e04-b6fc-00e16de8ac9d",name:"No Opening",action:{action:5,trigger:"when an enemy attacks and has combat advantage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Megan cancels the combat advantage she was about to grant.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"66bafcc4-89d9-47d5-ac53-d950b85ddc34",name:"Miner Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:9},charisma:{score:20},hp:98,initiative:7,ac:25,fortitude:22,reflex:18,will:22,regeneration:null,auras:[],powers:[{id:"6f967042-1931-44e5-b29a-39e507cab45e",name:"Souldraining Pickaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8+5 damage",category:1},{id:"a032d77f-20e1-4ec4-9b5a-b06b417074ff",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"affects an immobilized target only; 2d8+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"213cc40a-d262-4df7-9139-61490346150a",name:"Orc Bolt Thrower",details:"",size:2,origin:4,type:2,keywords:"orc",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Stealth +7",equipment:"battleaxe; leather armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:9},charisma:{score:8},hp:26,initiative:2,ac:13,fortitude:14,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"4cce0b5f-6e69-4ef0-bc3b-ab7f3fdfd6e5",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"546d1438-a5fa-41de-9353-1aa02f476e04",name:"Bellybow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when the creature uses a move action to reload it"},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:8,defence:0},description:"",details:"1d12+2 damage, and the target is pushed 1 square.",damage:"1d12+2 damage",category:1},{id:"853d060d-5d71-4f12-897b-1ac6f48793df",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The orc bolt thrower makes a melee basic attack and regains 6 hit points.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5320034-005d-4190-8868-06d0ab83b3e3",name:"Orc Bombardier",details:"",size:2,origin:4,type:2,keywords:"orc",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception -2; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"battleaxe",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:17},intelligence:{score:8},wisdom:{score:7},charisma:{score:9},hp:24,initiative:3,ac:13,fortitude:13,reflex:15,will:11,regeneration:null,auras:[],powers:[{id:"03ccc5e8-00af-4b89-a9ec-305af3ab6228",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"32f3d05a-5baa-4b34-a10a-5dc714e0fb3e",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc bombardier makes a melee basic attack and regains 6 hit points.",attack:{bonus:6,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"e51e41cc-4837-4d64-a4c6-6b61588a4101",name:"Cinderbomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:4,defence:2},description:"",details:"1d8+3 fire damage, and ongoing 5 fire damage (save ends). On a crit, the orc bombadier knocks the target prone. Miss: Half damage, and no ongoing damage.",damage:"1d8+3 fire damage",category:1},{id:"6e010ea7-b462-4e66-bd44-94cc6203800c",name:"Detonation",action:{action:0,trigger:"when reduced to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"no action",range:"",attack:{bonus:4,defence:2},description:"",details:"The orc bombadier must have at least one cinderbomb left; 1d8+3 fire damage, and ongoing 5 fire damage (save ends)(crit knock prone). Miss: Half damage, and no ongoing damage.",damage:"1d8+3 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4355bf47-9a5c-411f-9c91-cd7b964056ff",name:"Orc Freak",details:"",size:2,origin:4,type:2,keywords:"orc",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +9",equipment:"battleaxe; hide armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:8},charisma:{score:7},hp:38,initiative:5,ac:15,fortitude:15,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"2fbdce27-b965-4728-92c1-f39bf6f1e014",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"be1c1c9f-bfc4-448b-b5b5-36b19fc60da4",name:"Savage Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Make two attacks; 1d10+3 damage per attack. If both attacks hit the same target, the target also takes ongoing 5 damage (save ends).",damage:"1d10+3 damage per attack",category:1},{id:"1aba024f-0ed2-4f2f-9874-f304a1db9766",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The orc freak makes a melee basic attack and regains 9 hit points.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9433e743-b560-400a-879a-960c636f0056",name:"Orc Scout",details:"",size:2,origin:4,type:2,keywords:"orc",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +9, Endurance +8, Intimidate +5, Stealth +8",equipment:"arrow; leather armor; longbow; scimitar",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:46,initiative:5,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"e8c42980-240f-40b8-97ce-52c2eb5aa3e6",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage (crit +1d8).",damage:"1d8+3 damage (crit +1d8)",category:1},{id:"0c9063f5-84f3-401b-b3ff-8ff865c3e3d6",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"fcfff18b-3625-41c8-8160-cf0884e3d593",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The orc scout makes a melee basic attack and regains 11 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"14134f68-eb4b-4c2d-a5fe-ee22930011f0",name:"Overeager",action:{action:4,trigger:"when the orc scout drops an enemy with a ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc scout draws its scimitar and charges the closest enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6024f6e6-edab-4146-87ab-d6624dffc022",name:"Orc Sergeant",details:"",size:2,origin:4,type:2,keywords:"orc",level:3,role:{type:7,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +5, Intimidate +5",equipment:"chainmail; glaive",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:9},intelligence:{score:11},wisdom:{score:13},charisma:{score:11},hp:46,initiative:2,ac:19,fortitude:17,reflex:13,will:14,regeneration:null,auras:[{id:"efa8fca1-fcd4-4c2e-a5e2-aed3a9aef8cf",name:"Lead by Fear",keywords:"",details:"aura 1; orcs inside the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"752d6fbe-febc-4bbf-8f6e-d737039a6e7f",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"bf919893-2c36-4f46-9349-9af946d8af38",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The orc sergeant makes a melee basic attack and regains 11 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"02a13fb5-b738-4c9e-9d62-8aa60da524b3",name:"Back to the Front!",action:{action:4,trigger:"when orc ally within 5 squares is forcibly moved",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Slide triggering ally 1 square.",damage:"Slide triggering ally 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c30d9105-1798-4e23-9291-21ccab0141a1",name:"Orog Militant",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"bastard sword; hide armor; plate armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:10},intelligence:{score:9},wisdom:{score:13},charisma:{score:11},hp:48,initiative:3,ac:20,fortitude:17,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"904003e7-5e8f-4aca-850f-af197e7fa081",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the end of the orog militant’s next turn.",damage:"1d10+4 damage",category:1},{id:"f3acb1b8-4274-4a59-8549-86e6e6434a64",name:"Relentless",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires bastard sword; 1d10+4 damage, and the target is pushed 1 square. the target is marked until the orog’s next turn. The orog militant can shift into the vacated square as a free action.",damage:"1d10+4 damage",category:1},{id:"6a464edc-020f-42a1-a00e-ba0fc6edb74a",name:"Fierce Counterstrike",action:{action:4,trigger:"when adjacent ally is first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires bastard sword; 2d10+4 damage, an the target is pushed 1 square. the orog militant can shift into the vacated square as a free action.",damage:"2d10+4 damage",category:5},{id:"77b00756-9379-4895-80e2-62d147381ff8",name:"Discipline",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Orogs gain a +2 bonus to saving throws against any ongoing effects when adjacent to an ally.",damage:"Orogs gain a +2 bonus to saving throws against any ongoing effects when adjacent to an ally",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5a112dc-a65f-43d0-a57d-051765785db2",name:"Orog Scarred Champion",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"5",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Intimidate +6",equipment:"greataxe; plate armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:10},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:66,initiative:2,ac:17,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"21cbc49a-2248-41fd-accd-22a8f4a63eeb",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the orog scarred champion’s next turn.",damage:"1d10+5 damage",category:1},{id:"a6265749-18ef-4c61-b3fd-33d3a6ecc06f",name:"Winnowing Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:7,defence:0},description:"",details:"Requires greatsword; 2d10+5 damage, and the target is pushed 1 square.",damage:"2d10+5 damage",category:1},{id:"ea92fb92-0b49-402d-b0bd-1295be2421b6",name:"Champion’s Scorn",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"the target becomes the object of the orog’s scorn. The orog scarred champion’s melee attacks deal an extra 1d10 damage to the target, and if the scarred champion reduces the target to 0 hit points, it regains 16 hit points.",attack:null,description:"",details:"one creature",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6f3f98f6-630e-4861-886c-90500866abb4",name:"Quickling Renegade",details:"",size:1,origin:2,type:2,keywords:"",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"12, climb 6",alignment:"Evil",languages:"Elven",skills:"Acrobatics +22, Bluff +10, Stealth +17",equipment:"short sword",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:10},hp:104,initiative:14,ac:25,fortitude:21,reflex:25,will:21,regeneration:null,auras:[],powers:[{id:"ae78559a-ab77-46c9-b5d4-892dd71249b2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"88ed357c-b42c-4ceb-8d20-f5559f0878be",name:"Quick Cuts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The quickling renegade moves its speed. At any two points during its move, the quickling makes a basic attack at a -2 penalty. The quickling renegade cannot use this power while immobilized or slowed.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0fd438ca-b66f-466b-b4ef-1270fabf42be",name:"Fey Shift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling renegade shifts 10 squares.",damage:"The quickling renegade shifts 10 squares",category:1},{id:"56efc88c-e54c-4e6f-b39d-7570b9874e64",name:"Maintain Mobility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An immobilized quickling renegade is no longer immobilized.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"64c6dafa-5030-423b-8265-0b57bc53023d",name:"Ragnum Dourstone",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"5",alignment:"Lawful good",languages:"Common, Dwarven",skills:"Dungeoneering +6, Endurance +5, Religion +6",equipment:"adventurer’s kit; chainmail; crossbow; crossbow bolts (20); holy symbol; warhammer",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:11},wisdom:{score:16},charisma:{score:13},hp:46,initiative:1,ac:17,fortitude:16,reflex:13,will:16,regeneration:null,auras:[],powers:[{id:"733e4afd-b881-4292-ab12-a632a480ab3d",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"6b05583f-1f16-4225-b16a-5a477e630462",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:5,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"573beaf0-5322-4975-b0e6-8b01d2cd61dd",name:"Priest’s Shield",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 damage, and Ragnum or one adjacent ally gains a +1 power bonus to AC until the end of Ragnum’s next turn.",damage:"1d10+4 damage",category:1},{id:"f919a1da-aeda-4fe2-9494-76b6c8458ce0",name:"Wrathful Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 thunder damage, and the target is dazed until the end of Ragnum’s next turn.",damage:"1d10+4 thunder damage",category:1},{id:"a0f99a50-f6c0-415a-811f-7699b1a40c04",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"[1/round]",range:"",attack:null,description:"",details:"One ally; the target spends a healing surge and regains an additional 1d6+3 hit points.",damage:"the target spends a healing surge and regains an additional 1d6+3 hit points",category:3},{id:"ab2299ac-84d7-4c9f-bfb6-361e5d5569ac",name:"Cure Light Wounds",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Healing",condition:"",range:"Melee touch",attack:null,description:"",details:"the target regains a number of hit points equal to its surge value +3.",damage:"the target regains a number of hit points equal to its surge value +3",category:1},{id:"9a157eae-629c-48f9-b141-86684c70825b",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cf9a9e17-9106-49b0-b08a-82218b633c25",name:"Rufus Crumley",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Infernal, Supernal",skills:"Arcana +16, Religion +13",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:16},intelligence:{score:22},wisdom:{score:19},charisma:{score:14},hp:188,initiative:7,ac:25,fortitude:20,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"46e3d1a3-e578-4224-8655-5cb83cf72b42",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+3 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+3 damage",category:1},{id:"3adc9c94-9ff2-4c74-9e7d-9098df0623af",name:"Ray of Rot",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"1d6+6 necrotic damage, and the target is slowed until the end of Rufus’s next turn.",damage:"1d6+6 necrotic damage",category:1},{id:"2b46c5f7-1d67-410c-a46f-e91cff694e27",name:"A Grave Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:1},description:"",details:"2d8+6 necrotic damage. A swirling cloud of souls appear in the area and remains until the end of Rufus’s next turn. It grants concealment, and any creature that starts its turn in the area takes 6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"8ec4da33-237a-4c3c-a66b-9003e2c070e2",name:"Invisibility",action:{action:1,trigger:"",sustainAction:1,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Rufus can turn invisible until the end of his next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb8fc5b9-41e1-434f-aed3-368f0d73e04a",name:"Saffrenia Movrymm",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"6",alignment:"Good",languages:"Common, Elven",skills:"Arcana +14, Bluff +11, Diplomacy +11",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:122,initiative:8,ac:27,fortitude:23,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"266af322-ea12-45c0-9881-8de8e9579d47",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+6 damage, and the target is dazed (save ends).",damage:"1d6+6 damage",category:1},{id:"0bcb0105-268f-498f-b795-c7412d0584ad",name:"Gust of the Frozen North",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:17,defence:1},description:"",details:"2d8+6 cold damage, and ongoing 5 cold damage (save ends).",damage:"2d8+6 cold damage",category:1},{id:"580d7f7d-ad59-4c9b-9ec4-4590d3846c1e",name:"Autumn’s Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"the target slides 5 squares.",damage:"the target slides 5 squares",category:1},{id:"c9eecd7d-6c26-4302-bde1-be2c061e88bb",name:"Healing Touch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"With a touch, Saffrenia allows the target to spend a healing surge and regain an additional 2d6 hit points.",damage:"Saffrenia allows the target to spend a healing surge and regain an additional 2d6 hit points",category:3},{id:"5f6d23eb-267c-4aff-84b1-0e45d5d18741",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Saffrenia can teleport 5 squares.",damage:"Saffrenia can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"29042f69-272b-4ba5-86c5-e4dee8d0062a",name:"Sylen Leafrunner",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Good",languages:"Common, Elven",skills:"Nature +10, Stealth +10",equipment:"adventurer’s kit; arrows (30); leather armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:10},hp:44,initiative:7,ac:19,fortitude:15,reflex:17,will:15,regeneration:null,auras:[{id:"d81fb77d-b774-42fb-a47b-4aba38a870e1",name:"Group Awareness",keywords:"",details:"aura 5; all allies inside the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"e315323a-5a8d-4a94-b953-75f240e5ff99",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"3e331208-c8e2-4eb8-b1f1-ddd78e221ecb",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"2a096755-3db5-418e-ab30-ae0e2db58d29",name:"Twin Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"Requires longbow; two attacks; 1d10 damage per attack.",damage:"1d10 damage per attack",category:1},{id:"2ff511a6-1050-437d-972a-a044f1ce9e0a",name:"Cut and Run",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"Requires longbow; 1d10 + 4 damage per attack. Sylen can shift up to 3 squares after the first or second attack.; Requires longbow; +9 vs AC; 3d6+3 damage.",damage:"1d10 + 4 damage per attack",category:1},{id:"e9167f90-d8e2-40ed-8e10-3fcc2e4b5173",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sylen can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"8ea9d0d2-5f2e-4926-9885-db2c6d82da87",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"at-will [1/round]",range:"",attack:null,description:"",details:"Closest enemy becomes Sylen’s quarry. Once per round, Sylen can deal an extra 1d6 damage on an attack against his quarry. Sylen can have just one quarry at a time.",damage:"sylen can deal an extra 1d6 damage on an attack against his quarry",category:3},{id:"4d28433d-a1c9-46be-818f-ebbb92f057aa",name:"Yield Ground",action:{action:4,trigger:"when damaged by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sylen can shift 2 squares and gains a +2 power bonus to all defenses until the end of his next turn.",damage:"Sylen can shift 2 squares and gains a +2 power bonus to all defenses until the end of his next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9acda4ac-c324-42ae-b402-ebf563eb4b7f",name:"Trilleste the Howling Hag",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +11, Insight +10, Intimidate +11, Nature +10",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:18},intelligence:{score:12},wisdom:{score:15},charisma:{score:16},hp:83,initiative:7,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[{id:"eca7400f-9da3-4574-bffe-8cdf738f696b",name:"Baleful Whispers",keywords:"",details:"(Psychic) aura 5; an enemy that ends its turn in the aura takes 1d6 psychic damage."}],powers:[{id:"e42c6b53-6a90-44eb-b4b8-6753a0ed3600",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"acd644f1-09d7-46f5-86ee-a53b341e0772",name:"Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"1d6+4 thunder damage, and the target is pushed 3 squares.",damage:"1d6+4 thunder damage",category:1},{id:"d2f78650-5120-425a-abca-cccc1e653f9a",name:"Shriek of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:8,defence:1},description:"",details:"3d6+4 thunder damage, or 3d6+9 thunder damage if Trilleste is bloodied. Miss: Half damage.",damage:"3d6+4 thunder damage",category:1},{id:"026904d6-ce13-4e25-b56d-b081eaa94db5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Trilleste can alter her physical form to appear as an old crone of any Medium humanoid race.",damage:"",category:3},{id:"9d81c77e-ee4c-4e45-9d5b-a8c0f7b64f2b",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Trilleste can teleport 10 squares.",damage:"Trilleste can teleport 10 squares",category:2}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d4e15edf-d84b-42c9-a877-a78ad03cef96",name:"Twisted Destrachan",details:"",size:3,origin:0,type:1,keywords:"blind",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"6, climb 3",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +10, Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:10},hp:86,initiative:9,ac:23,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"75c4f13b-eb9f-4576-b92a-9af197b34af1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"fc72d96e-3939-4631-b422-0b9144dd606a",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Range 10; 2d6+5 thunder damage.",damage:"2d6+5 thunder damage",category:1},{id:"23a98fad-fe55-4b45-82c8-a3dcda7d21d2",name:"Bellowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"2d6+5 thunder damage, and the target is dazed (save ends).",damage:"2d6+5 thunder damage",category:1},{id:"673b01b0-7543-4adf-92c4-9abb7a1e526a",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close blast 1",attack:{bonus:13,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"70746f4c-b52a-47d6-995e-e799662d342b",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"7299622a-0be9-4b9d-8728-95b1c4e89495",name:"Twisted Foulmaw",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:11},charisma:{score:18},hp:172,initiative:7,ac:25,fortitude:22,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"87793084-551c-4693-8ef6-89cc0db5cf71",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"82c864fd-4087-402f-b07c-8a098e0a2178",name:"Disrupting Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d10+5 damage, and the target is dazed (save ends).",damage:"1d10+5 damage",category:1},{id:"2be3a60c-21dc-43af-9122-5517da0823e0",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:13,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"87735756-eb7a-41d6-9288-08faa14c6540",name:"Corrupt Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Polymorph",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d8+6 damage, and the target is cursed with twisted domination.",damage:"2d8+6 damage",category:1},{id:"e9537700-2e8d-4c4d-bddd-f3fded98f250",name:"Twisted Connection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and one effect currently affecting the twisted foulmaw immediately ends on the foulmaw and is transferred to the target. If the effect has a fixed duration, that duration begins again on the new character.",damage:"2d6+4 psychic damage",category:1},{id:"9f98e283-c597-493d-a32a-4d89091337ee",name:"Distort Space",action:{action:5,trigger:"when the twisted foulmaw would be hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The twisted foulmaw teleports 2 squares and makes a disrupting orb attack against the attacker.",damage:"The twisted foulmaw teleports 2 squares and makes a disrupting orb attack against the attacker",category:5},{id:"63e61732-d866-4bcd-b7b4-9961d6312049",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"547e8653-3035-446f-a542-e140228d3224",name:"Twisted Hulk",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:150,initiative:8,ac:24,fortitude:27,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"fb0f991f-ee79-4d59-9c13-53a1a511cbe4",name:"Clobber",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+8 damage, and the target is pushed 1 square.",damage:"2d8+8 damage",category:1},{id:"61087ffa-0641-4769-ba1f-b0176222867a",name:"Bestow Curse",action:{action:7,trigger:"when the twisted hulk’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"Bloodied targets only; the target is cursed with twisted domination.",damage:"",category:5},{id:"121e0b05-b9e9-4579-b6f0-f67a95305439",name:"Curse Carrier",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"02178dcd-49ef-40f9-a011-2783e67458ff",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d081ca9a-081a-4718-80aa-54a7a5a896d0",name:"Twisted One Minion",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:7},hp:1,initiative:10,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"368d09a0-f52e-466a-99d8-86b57a3bbc71",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"51b12dda-0bda-40d5-94ab-b78ec402f8ff",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"bc458e7f-b11c-4770-b492-bc417f22d0f9",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3309385a-677f-46d9-92b4-648c8c6bcf69",name:"Twisted One Pickfighter",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Dungeoneering +12, Stealth +13",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:7},hp:118,initiative:10,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"7e4d505a-872d-4d9e-8da4-a7c36b32914c",name:"Pickaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"17db49b9-cf44-4122-aed2-fec223c40f27",name:"Curse Carrier",action:null,keywords:"Charm, Polymorph",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"e1388a1d-7825-4ca4-bfce-9fefa7b85238",name:"Careful Weave",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An adjacent enemy slides into the twisted miner’s space, and the twisted miner shifts 2 squares.",damage:"and the twisted miner shifts 2 squares",category:2},{id:"7af85834-36d2-43bf-beb8-e881be8074f2",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9af98ea4-e280-43c9-bcd5-08d710880995",name:"Twisted Shardmaster",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Athletics +11, Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:11},charisma:{score:7},hp:1,initiative:9,ac:25,fortitude:23,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"0680f11b-2b1e-44ae-8115-75d4f1e754a6",name:"Bone Shard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:15,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"d102dad9-5862-4b2b-bbe0-2f6c0b52ac0c",name:"Curse Carrier",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:12,defence:3},description:"",details:"the target is cursed with twisted domination.",damage:"",category:0},{id:"f831ebd0-2095-40d1-9864-e3290d6cb052",name:"Sense Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A twisted one can sense the distance and direction of the creature or remains whose tomb it is driven to guard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ddf804cb-c2c6-4a70-a5ed-dc942a741620",name:"Avonathemon",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:1,leader:!0},senses:"Perception +13",movement:"5",alignment:"Evil",languages:"Common",skills:"Bluff +10, Insight +12, Intimidate +10, Religion +9",equipment:"chainmail; dagger; holy symbol",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:11},intelligence:{score:15},wisdom:{score:20},charisma:{score:16},hp:110,initiative:6,ac:18,fortitude:19,reflex:17,will:21,regeneration:null,auras:[{id:"d856dd83-1819-4894-b41d-99728b26b6ac",name:"Ring of Hands",keywords:"",details:"aura 5; creatures in the aura cannot regain hit points. Undead in the aura gain a +1 bonus to attack rolls, damage rolls, and defenses."}],powers:[{id:"4986848e-c25b-49ab-b44d-fe552d11767f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+4 plus 1d6 necrotic damage.",damage:"1d4+4 plus 1d6 necrotic damage",category:1},{id:"b076ee2b-ad85-493d-83dc-1676bcfe7129",name:"Death Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"1d6+6 necrotic damage and the target is immobilized (save ends).",damage:"1d6+6 necrotic damage and the target is immobilized (save ends)",category:1},{id:"fda8cd7a-94a6-4db9-b057-82760247f659",name:"Hurl into Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"3d6+6 necrotic damage and the character teleports into the column of darkness that is streaming down on the altar. The character is stunned until the end of Avonathemon’s next turn and weakened (save ends). Afterward, the character falls to the floor next to the altar, taking 1d10 falling damage.",damage:"3d6+6 necrotic damage and the character teleports into the column of darkness that is streaming down on the altar",category:3},{id:"4cdabefe-e057-4631-a413-0c2e88df4882",name:"Touch of Corruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"966daecf-513d-4fc2-a5d8-c314f6920e37",name:"Cult Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Any",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"80929fbd-c2ea-4adf-b360-f27765dbaf60",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"80e50ae0-1d50-491c-b8aa-c7b2462db656",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The cult berserker makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:{bonus:5,defence:0},description:"",details:"3d8+4 damage.",damage:"3d8+4 damage",category:5},{id:"2ea62683-1516-48ff-a29e-0f9d5ae11bcf",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09016603-275a-414f-adb6-dbeaa01eae18",name:"Dark Haunter",details:"",size:1,origin:5,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +13, Thievery +13",equipment:"dagger; scimitar",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:14},wisdom:{score:14},charisma:{score:19},hp:57,initiative:12,ac:20,fortitude:17,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"f6607ab8-2873-4e94-a206-f5d5f3a3c8ee",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage (crit 1d8 + 11).",damage:"1d8+3 damage (crit 1d8 + 11)",category:1},{id:"3dbdd93a-701c-4bf8-b67d-2ac31287855c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"1ec2af02-b597-4186-a495-330a9db9dada",name:"Dark Fog",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 4 within 10",attack:null,description:"",details:"creates a zone of darkness that blocks line of sight (creatures with darkvision ignore this effect).",damage:"",category:1},{id:"4bbf8518-b8ff-41c2-b131-8bb4017b8bab",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a dark haunter explodes in a spout of darkness.",damage:"",category:0},{id:"a0cc3c89-b7f6-41e7-b20f-03a280b473ad",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark haunter deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"920a56fe-1a0a-4f18-9c1b-c0517c83ed4b",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark haunter moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark haunter moves up to 4 squares",category:2},{id:"02799ab6-764f-4d79-b841-8dbd1c7f0704",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark haunter becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc385b9b-2fcd-4431-be74-e75a46d370ee",name:"Death Boar",details:"",size:4,origin:4,type:1,keywords:"mount",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +2",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:9},charisma:{score:8},hp:170,initiative:3,ac:19,fortitude:23,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"765b4f90-3b3e-4a65-9e5d-90a1867fdcf0",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage, or 1d10 + 9 damage against a prone target.",damage:"1d10+4 damage",category:1},{id:"74a2773d-04c5-4532-a6ad-79f9830b5151",name:"Frenzied Gore",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The death boar makes two gore attacks. If it hits with both attacks against the same target, the target is knocked prone; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"34aefc8f-1150-4c72-b472-d18dc5a9add4",name:"Death Strike",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The death boar makes a gore attack.",damage:"",category:0},{id:"e23948d7-74eb-4303-9d90-6b487523fd12",name:"Furious Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a death boar charges, its gore attacks deal an extra 5 damage, pushes the targets 2 squares, and knocks the targets prone on a hit.",damage:"its gore attacks deal an extra 5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"411ee07b-4246-40e8-8ae0-17a7182ab9f7",name:"Dire Piranha Swarm",details:"",size:2,origin:4,type:1,keywords:"aquatic, swarm",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"swim 8 can enter or move through an enemy’s space (this movement does not provoke opportunity attacks)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:27},intelligence:{score:1},wisdom:{score:14},charisma:{score:9},hp:164,initiative:18,ac:31,fortitude:29,reflex:32,will:26,regeneration:null,auras:[{id:"c20519ca-6a64-414b-ab27-f168b3e169cb",name:"Swarm Attack",keywords:"",details:"aura 1; the dire piranha swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"e737b063-c669-4423-be90-2ae164872c1c",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+7 damage, or 3d8+7 damage against a bloodied target.",damage:"2d8+7 damage",category:1},{id:"dced69c1-53dd-47bf-9ab9-81f8e14e2456",name:"Disperse",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The swarm takes half damage from the attack.",damage:"the swarm takes half damage from the attack",category:5}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"forced movement from melee and ranged",tactics:""},{id:"9446ee7f-3d8e-42e9-a0dc-168fc9711951",name:"Dwarf Buccaneer",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +18, Dungeoneering +11, Endurance +18, Intimidate +12",equipment:"leather armor",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:22},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:139,initiative:15,ac:28,fortitude:27,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"cc3dd67d-736f-48e3-be64-6cf70d6b9b57",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage (crit 22 + 2d8).",damage:"2d8+6 damage (crit 22 + 2d8)",category:1},{id:"5cfd141b-5915-4243-ba1f-cea5b73b3903",name:"Stalwart Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dwarf buccaneer shifts 1 square and one dwarf ally within 5 can also shift one square.",damage:"The dwarf buccaneer shifts 1 square and one dwarf ally within 5 can also shift one square",category:2},{id:"be676373-4cef-4d62-87ee-40d8e7a49ce9",name:"Nerves of Steel",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dwarf buccaneer makes a saving throw against one effect that a save can end.",damage:"",category:3},{id:"7bfb6e52-d0c4-4f01-8189-46847816e5bd",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move, the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10f0af77-d91b-4264-a556-e97807f5fe77",name:"Dwarf Dark Arcanist",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Arcana +19, Dungeoneering +11, Endurance +11",equipment:"implement, wand",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:9},intelligence:{score:24},wisdom:{score:14},charisma:{score:19},hp:104,initiative:6,ac:26,fortitude:23,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"09c5598a-de47-473c-bcb3-dc137fcede09",name:"Unarmed Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"f8832e8d-9a84-441f-95be-a41fae8fd8a5",name:"Necrotic Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d10+4 necrotic damage, and ongoing 5 necrotic (save ends).",damage:"1d10+4 necrotic damage",category:1},{id:"0f110f43-2404-4aae-a2d8-587bb20c09ec",name:"Dark Flames",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 1d10+6 fire and necrotic damage.",damage:"1d10+6 fire and necrotic damage",category:1},{id:"e6653887-7d1c-4320-b427-cee789ea8665",name:"Arcane Leech",action:null,keywords:"",condition:"",range:"When the dark arcanist is hit by an Arcane attack, his next ranged or area attack deals an extra 1d10 damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"7c722e20-44c7-46d2-a187-70bb4f78072d",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move, the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"97ca0b8e-2161-4d09-b973-d9fa804ca338",name:"Gondra",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:6,flag:1,leader:!0},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Common, Deep Speech, Dwarven, Elven",skills:"Acrobatics +21, Athletics +17, Bluff +19, Diplomacy +19, History +18",equipment:"rapier",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:26},intelligence:{score:20},wisdom:{score:14},charisma:{score:22},hp:320,initiative:18,ac:33,fortitude:29,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"d9afb648-f800-459f-884f-d1d26c1aecd6",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+7 damage, and ongoing 5 damage (save ends).",damage:"1d8+7 damage",category:1},{id:"d248ae92-00b5-47e7-abb6-828779b84034",name:"Double Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Gondra makes two rapier attacks and can shift 1 before or after each one.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"caecb1a4-51b3-4319-b3f2-2b1bf6598ba0",name:"Chill Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Close burst 1",attack:{bonus:22,defence:0},description:"",details:"3d8+9 cold damage, and the target is slowed. Effect: Gondra shifts 3 squares.",damage:"3d8+9 cold damage",category:1},{id:"fc6460f6-79e6-4d9e-b5f5-170f5e049d50",name:"Acrobatic Stance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Stance",condition:"",range:"Gondra takes half damage from ranged and area attacks in this stance.",attack:null,description:"",details:"",damage:"",category:3},{id:"9309d83f-fb57-4478-a17d-2ef8d8dd64a5",name:"Riposte Stance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Stance",condition:"",range:"",attack:null,description:"",details:"While in this stance, Gondra deals 1d8 + 3 damage to any adjacent creature that attacks him.",damage:"gondra deals 1d8 + 3 damage to any adjacent creature that attacks him",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e883e94-9f88-42a7-9d43-ce76e344c16a",name:"Human Archer Minion",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"arrow; leather armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:24},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:1,initiative:13,ac:25,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"4214568e-4005-4b88-9b6a-49aa6f4dce15",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"6527d67b-4739-4e46-a94b-1c3c190a902c",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"f987ba1d-ea33-4063-9870-1251d814279f",name:"Coordinated Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The human archer makes a basic attack. The next human archer to attack the same target gains a +2 power bonus to the attack roll.",damage:"The next human archer to attack the same target gains a +2 power bonus to the attack roll",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d979a5e-4e00-4b59-9979-227104fb6ef7",name:"Human Blademaster",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +18, Athletics +15, Stealth +18",equipment:"dagger; leather armor; short sword",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:24},intelligence:{score:13},wisdom:{score:14},charisma:{score:14},hp:256,initiative:15,ac:29,fortitude:25,reflex:29,will:24,regeneration:null,auras:[],powers:[{id:"45d45bad-a4c8-4b40-bbd5-22174b5041a9",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a0fe6d64-dbb6-46bc-99c0-a0516ef26ae7",name:"Dual Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The blademaster makes two melee basic attacks, and can shift 1 before, between, or after the attacks.",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"277873a0-844f-4397-8fe2-d8c9add3fc56",name:"Secret Poison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+7 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d6+7 damage",category:1},{id:"5340926f-e44a-4b96-8f2f-81b13012f698",name:"Smoke Bomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 5",attack:{bonus:17,defence:1},description:"",details:"blinded until the end of the blademaster’s next turn. Squares in the area are lightly obscured until the end of the encounter.",damage:"",category:1},{id:"c36b157f-910b-4dbf-be9d-7635d79c23f2",name:"Secret Stride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blademaster takes no penalties to Stealth for moving up to its speed.",damage:"",category:0},{id:"29e2d004-5569-4ea2-8bcb-c965151cc95b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The blademaster’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f634f09-fc1f-4ad8-b761-5ac25a9075da",name:"Human Sniper",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +19",equipment:"crossbow",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:25},intelligence:{score:12},wisdom:{score:20},charisma:{score:14},hp:111,initiative:14,ac:27,fortitude:24,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"1017d1b6-7725-4671-8763-51fa0278fd13",name:"Bayonet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"c9410ac3-2277-4e08-a845-666301a5a10d",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"c29e8f02-9724-4227-a41c-0b5c3ae85b58",name:"Bleeding Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage, and the target takes ongoing 5 damage (save ends). Aftereffect: Weakened until the end of the sniper’s next turn.",damage:"2d8+6 damage",category:1},{id:"3323e44d-2988-41f4-b281-12ca8f8e2c45",name:"Acrid Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Weapon",condition:"",range:"Area burst 1 within 15",attack:null,description:"",details:"2d10+3 acid damage.",damage:"2d10+3 acid damage",category:1},{id:"bfe72fc9-4b26-4907-8f4b-b82780bf39ce",name:"Sharp Eye",action:null,keywords:"",condition:"",range:"When making a ranged attack, the human sniper ignores concealment (but not total concealment).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a5dde5c4-bbfc-4ca8-96ea-84c20e519521",name:"Human Soldier Minion",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"glaive; leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:22},intelligence:{score:11},wisdom:{score:12},charisma:{score:9},hp:1,initiative:15,ac:30,fortitude:26,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"c603d74e-cfb6-4766-93a6-e6898ea84228",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee93ec78-527d-4d88-b246-2f712c490f69",name:"Kuo-toa Piranha Shamans",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Arcana +15, Nature +17",equipment:"light shield",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:20},intelligence:{score:15},wisdom:{score:18},charisma:{score:23},hp:117,initiative:13,ac:28,fortitude:25,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"8cc692a9-6a35-42af-a257-3026bff07e86",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"abe3a870-c8b9-42a9-952f-3c2e2fdb6c59",name:"Psychic Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:3},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"e35914b2-eb39-44cc-a86c-29aa3951e5ce",name:"Bane Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Poison",condition:"",range:"Area burst 3 within 20",attack:{bonus:19,defence:1},description:"",details:"1d10+6 lightning damage, and the target takes ongoing 10 poison (save ends).",damage:"1d10+6 lightning damage",category:1},{id:"64ca117b-1bfb-4ded-9539-b4be96e770c3",name:"Psychic Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:19,defence:3},description:"",details:"3d10+7 psychic damage, and the target is slowed (save ends). Effect: The kuo-toa shifts its speed.",damage:"3d10+7 psychic damage",category:1},{id:"c81ac604-48b2-4817-96e0-49bcbfc99e6f",name:"Piranha Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A piranha swarm within sight shifts 1. If the swarm is in a creature’s space, that creature moves with the swarm.",damage:"A piranha swarm within sight shifts 1",category:3},{id:"97dfd246-509a-4ca0-9663-37b2912e627e",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f0e959ad-7bb2-4732-a3f9-3d7cba2b2410",name:"Mallum",details:"",size:1,origin:4,type:2,keywords:"",level:17,role:{type:4,flag:1,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +23, Athletics +21, Bluff +18, Stealth +21, Thievery +23",equipment:"kukri; leather armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:26},intelligence:{score:16},wisdom:{score:14},charisma:{score:21},hp:240,initiative:20,ac:33,fortitude:27,reflex:33,will:30,regeneration:null,auras:[],powers:[{id:"32f74449-a18a-45b8-a58f-c9475102199e",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d6+6 damage (reroll all 1s on damage), and slide the target 1 square.",damage:"2d6+6 damage (reroll all 1s on damage)",category:1},{id:"ad1cddf0-2575-4501-b5a1-492802b0d95f",name:"Thrown Kukri",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:22,defence:0},description:"",details:"2d6+6 damage (reroll all 1s on damage).",damage:"2d6+6 damage (reroll all 1s on damage)",category:1},{id:"5eccfb77-ca8e-44c3-8e29-d6e8742e94da",name:"Blood in the Water",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when a creature saves against this power"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d6+6 damage, and ongoing 10 damage (save ends). Miss: Ongoing 5 damage (save ends). Effect: Mallum gains a +2 bonus to attack and defense against an enemy with ongoing damage from this power.",damage:"2d6+6 damage",category:1},{id:"a395c2f1-e352-413f-bfbe-86a633232baf",name:"Blinding Counterattack",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 1 or ranged 5/10",attack:{bonus:22,defence:2},description:"",details:"the creature that hit her; the target is blinded (save ends).",damage:"",category:5},{id:"0cbf1caa-879f-4669-9c4b-37519bd6a9c2",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Mallum deals an extra 2d8 damage on melee attacks against any targets she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"a6c12ed4-0e85-4a69-a66f-aeb026beb0ed",name:"Bloodied Disappearance",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mallum becomes invisible until the end of her next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"66502539-11c8-4c6a-a32a-06d2200ec335",name:"Minotaur Mercenaries",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +13, Nature +13",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:13},hp:150,initiative:12,ac:31,fortitude:29,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"615b4a71-5337-4e5c-8c31-f238c0017b78",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d12+3 damage, and the target is marked until the end of the minotaur mercenary’s next turn.",damage:"2d12+3 damage",category:1},{id:"8559248d-7f34-4327-9822-622760bbe629",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The minotaur mercenary makes a charge attack; 2d6+7 damage, and the target is knocked prone.",damage:"2d6+7 damage",category:1},{id:"7161f94c-afcd-4563-909d-a8fe34c8093d",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur mercenary makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0},{id:"6be0c345-e046-486a-a7da-357e69813d1e",name:"Shield Spikes",action:{action:7,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker takes 2d6 damage.",damage:"the attacker takes 2d6 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"54bca3d3-a5be-46b3-8a28-202d575a13ce",name:"Ogre Umbral Savage",details:"",size:3,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:81,initiative:2,ac:16,fortitude:18,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4ee425dd-fd73-4662-9acb-1bcdd37b84be",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"b6c8257d-b2c4-459c-a561-091d8abcbe7b",name:"Flatten",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"The ogre umbral savage makes a greatclub attack; on a hit, the target is also pushed 1 square and knocked prone.; 3d8+4 damage.",damage:"3d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17fa136b-a10d-497b-9a03-c50c3cdd7017",name:"Ogre Umbral Skirmisher",details:"",size:3,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"club; hide armor; javelin",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:67,initiative:2,ac:19,fortitude:19,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"27bcd9ff-c05a-4010-8c38-4d98f148f3d0",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"af76abfb-bf1d-4a31-ac7a-6bb967cf64df",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"d7bc8748-bdf4-4ee7-99c6-443dd6a7b654",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The ogre umbral skirmisher makes a javelin attack followed by a charge attack.",damage:"",category:1},{id:"5bb8d5e9-dc56-4fd2-b33c-224637296ba3",name:"Skirmish +1d8",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the ogre umbral skirmisher ends its move at least 4 squares away from its starting point, it deals an extra 1d8 damage on it attacks until the start of its next turn.",damage:"it deals an extra 1d8 damage on it attacks until the start of its next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cfe8f700-39f1-45f6-b247-d7ed3a21115a",name:"Prine",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Dwarven, Elven",skills:"Arcana +20, Diplomacy +20, Insight +18",equipment:"staff of power",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:14},intelligence:{score:25},wisdom:{score:16},charisma:{score:20},hp:302,initiative:10,ac:32,fortitude:26,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"10f39f06-4bf9-43d4-8534-faf7f783a9a0",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"73ebfa2f-828d-46f5-8aa6-48ddda9dc64d",name:"Frost Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"two targets; 2d6+9 cold damage, and the target is slowed (save ends).",damage:"2d6+9 cold damage",category:1},{id:"47cfc525-dda3-4068-80b8-0621f1ccfb26",name:"Acid Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"two targets; 1d8+7 acid damage, ongoing 5 acid damage (save ends), and slide the target 3 squares.",damage:"1d8+7 acid damage",category:1},{id:"ed91eaa6-7373-4b72-9e27-9e9dbe4e000d",name:"Transferring Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"2d12+7 force damage, and the target is immobilized. Prine teleports to a square within 2 of the target.",damage:"2d12+7 force damage",category:1},{id:"2e0f2fe8-b637-4d8c-a434-f314bf5f9f1a",name:"Enfeebling Defense",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker is weakened until the end of Prine’s next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"096d4dcc-5bd7-4761-ba4e-6010e8efaf00",name:"Psychic Mage",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +19, Bluff +17",equipment:"",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:12},intelligence:{score:25},wisdom:{score:16},charisma:{score:20},hp:141,initiative:8,ac:29,fortitude:23,reflex:26,will:31,regeneration:null,auras:[{id:"24db51d0-c4fe-4a84-81dd-8dd75fa971d4",name:"Psychic Ripples",keywords:"",details:"aura 2; enemies starting their turns in the area take 5 psychic damage. Allies in the aura gain a +2 power bonus to Will defense."}],powers:[{id:"a40a7439-2a5e-4502-9e7f-aabab8d0a437",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"f1642959-a39c-451d-b633-52213cf1c7a6",name:"Mental Block",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"2d8+6 psychic damage, and a creature of the psychic mage’s choice is invisible to the target until the end of the psychic mage’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"76ecb43c-a010-48ee-9bf0-30ff2222e83f",name:"Mesmerize",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Ranged sight",attack:{bonus:19,defence:3},description:"",details:"the target is stunned (save ends).",damage:"",category:1},{id:"d3e8ba67-21bc-4a46-b016-675bdd21b15c",name:"Frightful Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:19,defence:3},description:"",details:"2d6+7 psychic damage, and the target uses its first action on its next turn to move at least three squares away from the psychic mage.",damage:"2d6+7 psychic damage",category:1},{id:"ed877141-1aca-4488-8116-fa8bf46ba1fb",name:"Numb to Pain",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares gains 15 temporary hit points.",damage:"One ally within 10 squares gains 15 temporary hit points",category:3}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61a40862-c543-4f35-ab91-5d60c3efad13",name:"Seething Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:20},intelligence:{score:11},wisdom:{score:6},charisma:{score:19},hp:76,initiative:8,ac:19,fortitude:16,reflex:19,will:18,regeneration:null,auras:[{id:"465d384d-85b6-48bd-8ebf-ced45c61b43b",name:"Seething Whispers",keywords:"",details:"(Psychic) aura 3; deafened creatures are immune; any enemy in the aura at the start of its turn takes 5 psychic damage and is dazed until the start of its next turn. (If the mad wraith takes radiant damage, the aura is negated until the end of the seething wraith’s next turn.)"}],powers:[{id:"ea86446c-332d-44f8-a660-0ce2eaa35f94",name:"Touch of Hate",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"1d6+5 psychic damage, and the target takes a -2 penalty to Will defense (save ends).",damage:"1d6+5 psychic damage",category:1},{id:"2587eb03-6a93-4228-86c2-f690944162ce",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"2d6+4 psychic damage, and the target moves up to its speed and makes a basic attack against its nearest ally as a free action.",damage:"2d6+4 psychic damage",category:1},{id:"a860b552-a14a-4769-bb24-efae1fef526b",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a seething wraith rises as a freewilled seething wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2d5f270d-b3b2-498b-870b-f8c9d67d6720",name:"Shadow Beetle",details:"",size:3,origin:5,type:1,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:10},intelligence:{score:1},wisdom:{score:12},charisma:{score:8},hp:62,initiative:2,ac:19,fortitude:17,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"45663783-09e2-45a6-93d4-3ee38bd46e54",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"54679de8-0879-4e95-a33f-2d2249c7105c",name:"Shadow Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:8,defence:2},description:"",details:"2d6+2 damage, plus the target is immobilized and all creatures have concealment against it (save ends).",damage:"2d6+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b7412f0-db75-44ff-9d01-08259985ed26",name:"Shadowgoblin Mauler",details:"",size:2,origin:5,type:2,keywords:"goblin",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Stealth +11",equipment:"mace",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:6,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"8c3cabba-2d56-4df5-ba71-44298a248b4e",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"f1a212c7-cfe7-4c18-8572-f167dda0e561",name:"Shadowgoblin Resilience",action:{action:4,trigger:"when the shadowgoblin mauler suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mauler makes a saving throw against the effect.",damage:"",category:5},{id:"1e31227e-de57-4bd2-8eee-e58954a07685",name:"Shadow Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadowgoblin mauler gains concealment while at least one shadowgoblin ally is adjacent to it.",damage:"",category:0},{id:"ad280346-9673-4c50-9f83-0fe873517ea5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The shadowgoblin mauler deals an extra 2 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10e12317-d7c4-47b3-b9b5-9d08d08b1e40",name:"Shadowgoblin Snarler",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +6, Stealth +11",equipment:"arrows (30); leather armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:51,initiative:6,ac:18,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"cdc1f1bf-8e9e-47d6-a56e-192c53db9ec7",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"e91d4070-b3d1-4bef-8ff4-3ace19686c22",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"1d10+5 damage, and the hobgoblin archer grants an ally within 5 squares of it a +2 bonus to its next ranged attack roll against the same target.",attack:{bonus:10,defence:0},description:"",details:"",damage:"",category:1},{id:"3fa727b8-a1dc-48d0-9550-5d4aedb1c00f",name:"Snarling Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage, and the target is immobilized by strands of shadow (save ends).",damage:"1d10+5 damage",category:1},{id:"76aa061e-d90a-43e5-8f2c-aaac0bf59bc4",name:"Shadowgoblin Resilience",action:{action:4,trigger:"when the shadowgoblin snarler suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The snarler makes a saving throw against the effect.",damage:"",category:5},{id:"f735c4b9-ce30-47a2-a228-8eb728d1c54e",name:"Shadow Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadowgoblin snarler gains concealment while at least one shadowgoblin ally is adjacent to it.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90ef16d5-e5f5-490b-afe2-55e7e2df14b1",name:"Umbral Panther",details:"",size:2,origin:5,type:1,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:21},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:76,initiative:12,ac:20,fortitude:19,reflex:21,will:17,regeneration:null,auras:[],powers:[{id:"aa2b8d5f-27bc-47a3-a338-05552a56cf44",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"b9101e81-4cd6-4b7a-8d2a-38b2d93dc888",name:"Tail Spike",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to the umbral panther",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:5},{id:"5cfd6126-a298-4c20-8d34-b2e6bd9a3232",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The umbral panther deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the umbral panther deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"cb14e166-2fef-4a4a-b60e-08021b9bb94a",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while in spectral form",range:"",attack:null,description:"",details:"The umbral panther is invisible until it makes an attack. It can end this effect on its turn as a free action.",damage:"",category:1},{id:"b031a8fb-2ddf-45e1-8652-97d2e49c0952",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The umbral panther becomes insubstantial. It gains a +5 power bonus to Stealth checks but deals only half damage with its attacks. It can end this effect on its turn as a free action.",damage:"it gains a +5 power bonus to stealth checks but deals only half damage with its attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"87723cbd-3a5d-4fdf-95b3-8645f416dcf4",name:"Vecnite Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Arcana +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"e94c12ff-916b-4ba6-a7d5-b740b313a599",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"29b60038-acae-4c12-b0e8-b5b745bb74ee",name:"Thunder Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"1d6+5 thunder damage, and the target is pushed 3 squares.",damage:"1d6+5 thunder damage",category:1},{id:"b77c6739-e2cd-4da4-9888-7ff234edddbf",name:"Lightning Arcs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"The mage makes a separate attack against 3 different targets: Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ac2d296-f7e9-4869-9abd-0f3a93dd55cf",name:"Vecnite Thug",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"club; dagger; leather armor",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"c81cca7b-f489-4790-8d80-9f8f37858116",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+1 damage, and the target is pushed 1 square.",damage:"1d6+1 damage",category:1},{id:"01957734-c447-43e2-abb5-c23b481446e4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"f80c4d8a-303e-45c3-91b3-fb07fcfece7f",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires club; 1d8+1 damage, the target is dazed until the end of the Vecnite thug’s next turn, and the Vecnite thug shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"e4f0bd93-e6eb-4564-b8b3-3d3ea6a6c61b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Vecnite thug deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56fd9ec4-327b-42a6-ae3a-affacaebe4d3",name:"Water Archon Wavecrasher",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"7, swim 10",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"plate armor",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:25},intelligence:{score:14},wisdom:{score:17},charisma:{score:12},hp:175,initiative:14,ac:27,fortitude:25,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"b8ee6bcf-368b-4c0b-9103-dde73dc536bd",name:"Coral Crescent",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+6 damage (crit 11 + 2d6).",damage:"1d6+6 damage (crit 11 + 2d6)",category:1},{id:"2f9c3e73-24dd-42b6-8195-afcc2290ac31",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The water archon makes two coral crescent attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"edcdfa1e-9c1a-48d3-a28c-f3af639bdbfc",name:"Wave Crash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:0},description:"",details:"4d6+6 damage, and the target is dazed until the end of the archon’s next turn.",damage:"4d6+6 damage",category:1},{id:"97039544-92dd-4b04-a11a-a548880bfdf4",name:"Bloodied Whirlpool",action:null,keywords:"",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:18,defence:1},description:"",details:"2d6+6 damage, and slide the target 5 squares. The target must remain within the burst during the slide.",damage:"2d6+6 damage",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bed7bf0f-7989-4835-bdf1-f5833d1ff8fd",name:"Ancient Ziggurat Mummy",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:20},hp:246,initiative:12,ac:32,fortitude:35,reflex:30,will:32,regeneration:{value:10,details:"if the mummy takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"2fea4592-fa4d-4df0-a03c-52157922bdeb",name:"Tomb Rot",keywords:"",details:"(Necrotic) aura 1; enemies that start their turn in the aura take 10 necrotic damage."}],powers:[{id:"03321dba-56c3-402d-abdc-c62a139f5cff",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d6+6 necrotic damage, and the target contracts level 21 mummy rot.",damage:"2d6+6 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"017a4bcb-ef6d-4897-ba30-82f921ea9c59",name:"Betrayer Spirit Reaver",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:6},charisma:{score:24},hp:202,initiative:19,ac:37,fortitude:34,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"187adb27-ddf1-4840-9a52-076d94755a39",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d12+7 damage (crit 3d12+31), and the target is dazed (save ends). Aftereffect: The target is dazed and weakened (save ends both).",damage:"2d12+7 damage (crit 3d12+31)",category:1},{id:"808b45aa-36e4-46cc-8c22-afaa7dc44b8f",name:"Murderous Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"must target a living creature; if the target is weakened, it is reduced to 0 hit points. Otherwise, the target takes 3d6 + 7 necrotic damage and loses a healing surge.",damage:"the target takes 3d6 + 7 necrotic damage and loses a healing surge",category:1},{id:"4c8b494a-8f20-4018-8389-17f5513cbcc5",name:"Death Drinker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the betrayer spirit reaver, the reaver gains a +1 bonus to attack rolls until the end of its next turn as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the betrayer spirit reaver",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c362e13a-7197-4661-8a80-84b33633e257",name:"Betrayer Wight",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:22},intelligence:{score:8},wisdom:{score:6},charisma:{score:20},hp:244,initiative:16,ac:33,fortitude:36,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"4e17ced8-8c1a-4f7d-9141-1ad5803f83ab",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+9 necrotic damage, and the target is weakened. To end the weakened condition, the target must spend a healing surge (a free action). If the target does so, the wight regains 15 hit points.",damage:"2d8+9 necrotic damage",category:1},{id:"9fca7d62-43ff-4008-a0ad-31b4fdfde32e",name:"Death Wail",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:21,defence:1},description:"",details:"targets enemies; 2d6+7 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"2d6+7 necrotic damage",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"50a41a60-81dc-4aef-9f1f-402e61343da1",name:"Frost Goblin Cutter",details:"",size:1,origin:4,type:2,keywords:"cold; goblin",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"javelin; leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:3,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"ee4cf6a2-68f2-4ee2-8d52-af4975515c1f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage (5 damage if the frost goblin cutter has combat advantage against the target).",damage:"4 damage (5 damage if the frost goblin cutter has combat advantage against the target)",category:1},{id:"dc4e5cc1-5dbc-47d8-b05e-4db811e3f5af",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f178c8be-1075-45d4-a556-326b0073ed58",name:"Frost Goblin Hexer",details:"",size:1,origin:4,type:2,keywords:"cold; goblin",level:3,role:{type:3,flag:1,leader:!0},senses:"Perception +2; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:18},hp:92,initiative:3,ac:19,fortitude:17,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"1a1ae9ee-7a80-492d-bf96-5c7280d5c42e",name:"Hexer Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"e2703df1-b020-49ef-b148-e1bfb9b42e88",name:"Freezing Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:7,defence:1},description:"",details:"2d6+1 cold damage, and the target is slowed (save ends).",damage:"2d6+1 cold damage",category:1},{id:"cbf9fb89-f40f-4d9b-bf8e-e0f3b66fb66d",name:"Icebound Hex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target takes 3d6 + 1 cold damage if it moves during its turn (save ends).",damage:"the target takes 3d6 + 1 cold damage if it moves during its turn (save ends)",category:1},{id:"73355e7c-6c57-424f-8466-488e6d78db3a",name:"Freezing Cloud",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Cold, Zone",condition:"",range:"Area burst 3 within 10",attack:null,description:"",details:"automatic hit; all squares within the zone are treated as difficult terrain (creatures with the ice walk ability can ignore this effect). The zone grants concealment to the frost goblin hexer and its allies. The frost goblin hexer can sustain the zone as a minor action, moving it up to 5 squares.",damage:"moving it up to 5 squares",category:1},{id:"369eea55-6e93-4093-b86f-34954694490a",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the targeted ally can shift 2 additional squares and make an attack.",damage:"the targeted ally can shift 2 additional squares and make an attack",category:5},{id:"1f256674-1d91-4556-8fd3-4d1e6ace810c",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin shifts 1 square.",damage:"The frost goblin shifts 1 square",category:5},{id:"4d27e4d5-745b-4c79-8d37-0a6d81d8ae0d",name:"Lead from the Rear",action:{action:5,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin hexer can change the attack’s target to an adjacent ally of its level or lower.",damage:"",category:5},{id:"a229263b-19af-497f-85d0-6d82460c4a70",name:"Body of Ice",action:null,keywords:"",condition:"",range:"Any creature that hits the frost goblin hexer with a melee attack is slowed until the end of that creature’s next turn.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d598f3e-db65-4dd4-8e2c-75214e12584e",name:"Frost Goblin Sharpshooter",details:"",size:1,origin:4,type:2,keywords:"cold; goblin",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"crossbow bolts (20); hand crossbow; leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:31,initiative:5,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"7d173a7b-f6e7-4b18-aeaf-8d9a70e9cde4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"aa301248-5ced-4264-a6d1-415233bcb52d",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"11f89440-bd5e-4df2-bc83-469a1e931478",name:"Sniper",action:null,keywords:"",condition:"",range:"When a frost goblin sharpshooter makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0},{id:"a0c36b9f-689a-4c8c-9f6e-b53c79d31be9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin sharpshooter deals an extra 1d6 damage against any target it has combat advantage against.",damage:"the frost goblin sharpshooter deals an extra 1d6 damage against any target it has combat advantage against",category:0},{id:"ce9537e9-0a9c-485e-b116-1ac8ca5c785e",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost goblin shifts 1 square.",damage:"The frost goblin shifts 1 square",category:5}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cd35217-a7ac-415b-8fd0-aceb2b25ff03",name:"Holy Ziggurat Guardian",details:"",size:2,origin:4,type:2,keywords:"undead",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +21",equipment:"spear",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:17},hp:193,initiative:18,ac:36,fortitude:33,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"1d48ee2f-c3eb-47fe-afef-df0dc12d4025",name:"Holy Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d10+6 radiant damage, and the target takes ongoing 10 radiant damage (save ends) and is marked until the end of the ziggurat guardian’s next turn.",damage:"2d10+6 radiant damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0fcff095-dd7c-44df-9dfa-b3abf711d237",name:"Holy Ziggurat Slinger",details:"",size:2,origin:4,type:2,keywords:"undead",level:22,role:{type:0,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +21",equipment:"sling",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:165,initiative:18,ac:34,fortitude:35,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"fedfe44c-213c-4748-b779-f595f2aa5f03",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 10 radiant damage (save ends).",damage:"2d6+5 damage",category:1},{id:"2f92e5a6-9a05-4e78-9cb6-e0060ed23483",name:"Holy Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:28,defence:0},description:"",details:"2d6+9 radiant damage, and the target is weakened and takes a -2 penalty to saving throws (save ends both).",damage:"2d6+9 radiant damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c6e32b2a-23da-4c35-a4ff-877119601a56",name:"Ice Warrior Frostling",details:"",size:2,origin:1,type:0,keywords:"cold",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"Intimidate +13",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:16,reflex:14,will:16,regeneration:null,auras:[{id:"34422397-9eb9-467f-af65-11c6937bbe0b",name:"Icy Aura",keywords:"",details:"(Cold) aura 5 (not active while bloodied); cold creatures in the area gain regeneration 2. Enemies treat the area within the aura as difficult terrain."}],powers:[{id:"3470434b-be2d-4f70-9a0c-85e4e4f38def",name:"Ice Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 cold damage.",damage:"1d8+5 cold damage",category:1},{id:"74d9b2ab-b1e3-44be-bf4d-0b53594c7821",name:"Freezing Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:9,defence:0},description:"",details:"1d6+4 cold damage, the target is slowed until the end of the binder’s next turn, and one ally within 3 squares of the target can shift 3 to a space adjacent to the target.",damage:"1d6+4 cold damage",category:1},{id:"c89f612a-23ec-4aae-a9ba-2b09c0e41618",name:"Icy Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Area burst 1 within 5",attack:{bonus:7,defence:1},description:"",details:"1d10+4 cold damage and the target is slowed (save ends). First Failed Saving Throw: The target is immobilized (save ends).",damage:"1d10+4 cold damage and the target is slowed (save ends)",category:1}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d470ea7c-7895-449c-b737-60b01b3c4c36",name:"Ice Warrior Icicle Hurler",details:"",size:2,origin:1,type:0,keywords:"cold",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:32,initiative:4,ac:15,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d00a73a2-2c18-4ead-86ca-d7a982ba6917",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage plus 1d4 cold damage.",damage:"1d4+3 damage plus 1d4 cold damage",category:1},{id:"fde19085-ad02-4e4b-a055-92bbe74663cb",name:"Flying Icicle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage plus 1d6 cold damage.",damage:"1d6+2 damage plus 1d6 cold damage",category:1},{id:"d5f924d5-822b-49bf-9812-c29f45fe7803",name:"Icicle Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area burst 3 within 20",attack:{bonus:7,defence:0},description:"",details:"1d10+1 cold damage.",damage:"1d10+1 cold damage",category:1}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7f8cf743-8364-4bc2-89e4-9bf1783913ef",name:"Ice Warrior Raider",details:"",size:2,origin:1,type:0,keywords:"cold",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"maul",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:14},intelligence:{score:11},wisdom:{score:11},charisma:{score:11},hp:42,initiative:5,ac:17,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"ba728003-700b-447e-af0f-e65c962b92a4",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the target is slowed (save ends). Against a slowed target, +1d6 cold damage.",damage:"1d8+3 damage",category:1},{id:"82c848ad-768c-478d-8183-dd966ffb1a5e",name:"Ice Embrace",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"the target is immobilized by ice (save ends).",damage:"",category:3}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d1ebf095-45c8-4292-9634-280d27602f43",name:"Ice Warrior Shardling",details:"",size:2,origin:1,type:0,keywords:"cold",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6 (ice walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:8},hp:1,initiative:2,ac:16,fortitude:14,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"20c1017b-cbd6-4699-a99a-740fda269251",name:"Ice Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 cold damage.",damage:"4 cold damage",category:1},{id:"23e8d986-8b67-4087-8ca3-b0c609d91743",name:"Ice Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:4,defence:0},description:"",details:"4 cold damage.",damage:"4 cold damage",category:1}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bd6f6ed2-28dd-46ef-8427-f84687bb5587",name:"Iron Cobra Guardian",details:"Homunculi come in many different forms. This creature resembles a hooded cobra with a body made of articulated metal rings.",size:2,origin:4,type:0,keywords:"construct, homunculus",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:75,initiative:7,ac:20,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"fd8d8102-ef01-48ba-bc48-0a7f1a802f8f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+3 damage",category:1},{id:"d3c3faae-230f-432c-9c21-a42aaa450079",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"only affects creatures taking ongoing poison damage; the target is dazed and slowed (save ends both).",damage:"only affects creatures taking ongoing poison damage",category:1},{id:"e53ae451-89b6-44a0-b69d-1f0090dc51e2",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra has been attuned to guard the landing of the stairwell, as well as the first 2 squares up and down the adjacent stairs. It defends this area with its life. The iron cobra can use its poison the mind power against any creature in its guarded area, even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0},{id:"5e24b303-8d66-4d06-bc48-6158b37f133b",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5422ae67-cae5-4d7a-a1af-779d39957b6f",name:"Juvenile Behir Thunderlance",details:"",size:3,origin:4,type:1,keywords:"reptile",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 4",alignment:"Unaligned",languages:"Common",skills:"Athletics +14",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:13},intelligence:{score:7},wisdom:{score:14},charisma:{score:12},hp:87,initiative:6,ac:22,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"62c02fc2-babc-40e2-b1c3-c6007960efaa",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"bfe8a190-65ec-4211-8662-1c08d863fb25",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Area blast 1 within 10; 3d6+5 lightning damage, and all creatures adjacent to the target takes 5 lightning damage. Miss: Half damage.",damage:"3d6+5 lightning damage",category:1},{id:"eb9b6b97-050a-412c-ac43-34150c989227",name:"Thunder Lance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The behir thunderlance sends a spear of crackling electricity from its mouth. The behir thunderlance targets up to two creatures with its thunder lance; the first target must be within 10 squares of the behir, and the second target must be within 10 squares of the first; 3d8+5 lightning damage, and the target is pushed 2 and knocked prone.",damage:"3d8+5 lightning damage",category:1},{id:"63df7010-e08b-46fe-9ffd-baff534a6863",name:"Devour",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"recharge when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"2d8+4 damage and the target is grabbed (until escape). While grabbed, the grabbed creature is pulled into the behir’s space, is restrained, and can only target the behir. The behir thunderlance can sustain the power as a minor action, dealing 10 damage and maintaining the grab. After escaping, the target is placed in any square adjacent to the behir.",damage:"2d8+4 damage and the target is grabbed (until escape)",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"44834a92-03bc-4bb4-8459-16213a4f3392",name:"Lesser Berbalang",details:"",size:2,origin:3,type:2,keywords:"",level:7,role:{type:6,flag:2,leader:!1},senses:"Perception +6",movement:"6, fly 8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:15},hp:312,initiative:13,ac:22,fortitude:19,reflex:22,will:18,regeneration:null,auras:[],powers:[{id:"503ed4c3-1676-42db-9fc1-aa819fc6a59c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"bbc86939-57a1-4179-9733-11cbb6a64d83",name:"Sacrifice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 centered on a duplicate",attack:{bonus:8,defence:1},description:"",details:"the berbalang can cause one of its duplicates to explode in a burst of psychic gore; 2d8+5 psychic damage, plus the target is dazed (save ends). Miss: No damage, but the target is dazed (save ends). Hit or Miss: The berbalang takes 15 damage.",damage:"2d8+5 psychic damage",category:1},{id:"3850b4f0-c7c6-48ac-8e26-012486b29ace",name:"Summon Duplicate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Psychic",condition:"not while bloodied",range:"",attack:null,description:"",details:"The berbalang manifests an exact duplicate of itself in an unoccupied adjacent square. It can have no more than four duplicates at once, and duplicates cannot summon other duplicates. When a duplicate appears, it makes an initiative check and joins the battle on that initiative count. All damage a duplicate deals is treated as psychic damage. A duplicate has the same statistics as the berbalang except for its hit points. When the berbalang manifests a duplicate, the berbalang loses one-quarter of its current hit points and the duplicate appears with that quantity of hit points. The berbalang’s maximum number of hit points remains the same. Duplicates last until the berbalang reaches 0 hit points, absorbs them, or uses sacrifice. A duplicate must stay within 10 squares of the berbalang at all times or it disappears.",damage:"all damage a duplicate deals is treated as psychic damage",category:3},{id:"0de9f732-afbd-4ee2-83ec-2b9fa8958001",name:"Absorb Duplicate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The berbalang absorbs a duplicate adjacent to it and regains 30 hit points",damage:"The berbalang absorbs a duplicate adjacent to it and regains 30 hit points",category:1},{id:"a99500ea-01a7-47c5-8759-5d9266fe709e",name:"Berbalang Sneak Attack",action:null,keywords:"",condition:"",range:"A berbalang or a duplicate that flanks an enemy with another duplicate deals an extra 1d8 damage on melee attacks against that enemy.",attack:null,description:"",details:"",damage:"",category:0},{id:"33299a1f-75a1-4003-89fb-63589e263732",name:"Psychic Deflection",action:{action:4,trigger:"when the berbaland is damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The berbalang can deflect the damage it takes from an attack to one of its duplicates. Any effects or secondary attacks included in the attack are also deflected to the duplicate. The damage a duplicate takes in this way is considered",damage:"the berbalang can deflect the damage it takes from an attack to one of its duplicates",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"99891076-9a30-41e8-a407-816d4a88df48",name:"Lesser Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:23,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"343db36b-b97a-4968-b470-02983f72fdea",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires trident; reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"54a5438d-1880-4995-bfc6-c4de9fe8d23d",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+4 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+4 damage",category:1},{id:"5e33f851-959c-45af-b678-f23e7bc0fb59",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:12,defence:1},description:"",details:"targets enemies; 2d6+2 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+2 poison damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8f5e403f-a95c-4dbc-b687-55fce3904088",name:"Painwrought Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +22; darkvision, truesight 10",movement:"8, fly 8 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +22",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:12},wisdom:{score:24},charisma:{score:18},hp:380,initiative:18,ac:38,fortitude:35,reflex:33,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"300fb96c-8c26-4573-a9df-25dfac0df29d",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d10+8 damage plus 1d10 cold, fire, lightning, or thunder damage (painwrought helmed horror’s choice).",damage:"1d10+8 damage plus 1d10 cold",category:1},{id:"42159f4c-a79d-4d76-950b-f75b76fe7ffd",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The painwrought helmed horror makes an elemental greatsword attack against two different targets within reach.; 4d10+7 damage.",damage:"4d10+7 damage",category:1},{id:"d848010a-6cc6-42fb-aab0-6b1dc1f2dd52",name:"Painful Elemental Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic; Cold, Fire, Lightning, or Thunder",condition:"",range:"Close blast 3",attack:{bonus:22,defence:2},description:"",details:"2d8+7 psychic and cold, fire, lightning, or thunder damage (painwrought helmed horror’s choice), and the target is pushed 2 squares.",damage:"or thunder damage (painwrought helmed horror’s choice)",category:1},{id:"a69f6fca-d05a-46b0-8274-2d61cba24865",name:"Tactical Step",action:{action:7,trigger:"when the greater helmed horror hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The painwrought helmed horror shifts 3 squares.",damage:"The painwrought helmed horror shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"b9a461b7-e689-4976-b8fa-797b0fd08f2d",name:"Sebacean Gleaner",details:"",size:3,origin:0,type:1,keywords:"",level:23,role:{type:3,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +23, History +23",equipment:"",category:"",strength:{score:19},constitution:{score:23},dexterity:{score:19},intelligence:{score:25},wisdom:{score:24},charisma:{score:27},hp:215,initiative:15,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"f2586bad-14c3-4212-a3d4-c9772e353e3c",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"f98ad42b-cab5-457e-88c5-4229c8a5fcf0",name:"Toxic Spittle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d8+7 damage, and the target is slowed (save ends).",damage:"2d8+7 damage",category:1},{id:"cae62478-878c-4693-81f5-19ef415d2793",name:"Cocoon Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no enemy is restrained by this power"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"1d10+6 acid damage, and the target is restrained (save ends).",damage:"1d10+6 acid damage",category:1},{id:"55cf2b14-8fa2-4fc6-93dd-c55cb67ac6fe",name:"Hypnotic Toxin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:27,defence:3},description:"",details:"Reach 2; 2d10+3 damage, and the target is dominated (save ends).",damage:"2d10+3 damage",category:1},{id:"537af6b5-ff31-4cc6-8d6c-e3fbaff0e538",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"bbbf5834-d491-411a-8441-86ed41833405",name:"Sebacean Glider",details:"",size:3,origin:0,type:1,keywords:"",level:20,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 10",alignment:"Evil",languages:"Deep Speech",skills:"Stealth +23",equipment:"",category:"",strength:{score:19},constitution:{score:23},dexterity:{score:26},intelligence:{score:12},wisdom:{score:21},charisma:{score:14},hp:191,initiative:20,ac:34,fortitude:32,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"ce3f09cc-b973-41c4-bccf-37aeda4210de",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"9292c5f2-c9d5-4d43-b304-330b9f557223",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sebacean glider flies up to 10 squares and makes one melee basic attack at any point during that movement. The glider doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:{bonus:23,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"8139feab-d6f1-4fc9-b2bc-ad1c9547741f",name:"Reactive Teleport",action:{action:4,trigger:"when the glider takes damage",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The glider teleports 2 squares and attacks an adjacent creature; 1d10+7 damage.",damage:"1d10+7 damage",category:5},{id:"c83fcc92-c41c-4b4e-8d64-a248fb5b6f7d",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"2b1d64ad-5cc2-4c5e-a6d3-93fe77181e6d",name:"Sebacean Gorger",details:"",size:3,origin:0,type:1,keywords:"",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:18},intelligence:{score:14},wisdom:{score:19},charisma:{score:15},hp:258,initiative:15,ac:34,fortitude:36,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"1801f0a8-3d60-4948-8d04-d04934a8d831",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; (+27 while bloodied)2d10+8 (2d10 + 10 while bloodied) damage, and ongoing 5 damage (save ends).",damage:"(+27 while bloodied)2d10+8 (2d10 + 10 while bloodied) damage",category:1},{id:"05217736-ec8a-4040-bae5-bd5d6f988b8c",name:"Blade Shred",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent enemy becomes bloodied"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:24,defence:0},description:"",details:"(+26 while bloodied)2d10+8 (2d10+10 while bloodied) damage, and ongoing 5 damage (save ends).",damage:"(+26 while bloodied)2d10+8 (2d10+10 while bloodied) damage",category:1},{id:"e4378282-bdfb-4609-8e11-7451dae87173",name:"Bloodied Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sebacean gorger gains +2 to attack rolls and damage rolls while bloodied (included above).",damage:"the sebacean gorger gains +2 to attack rolls and damage rolls while bloodied (included above)",category:0},{id:"749ca4d2-d19d-4f4f-90e1-20d7e4bf6df0",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"edee63db-ba1c-4c6b-a17c-71e2c0fa9abb",name:"Sebacean Guardian",details:"",size:3,origin:0,type:1,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:14},intelligence:{score:12},wisdom:{score:23},charisma:{score:16},hp:199,initiative:14,ac:37,fortitude:35,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"a1fe420e-9397-45a4-8e10-ff1e7c02824e",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"2d10+7 damage and until the sebacean guardian’s next turn, when the target shifts, the sebacean guardian can make a melee basic attack against it.",attack:{bonus:28,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"93870fa0-5ebd-4960-a438-3f86cf88a181",name:"Heuristic Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 1d10+10 damage. One condition that a save can end on the sebacean guardian ends, and the target gains that condition (save ends).",damage:"1d10+10 damage",category:1},{id:"ded92e10-9a54-4888-bcbd-1b142253ce89",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean guardian can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"7bc921e8-0e73-4065-9ef0-0c94aac24fd5",name:"Adaptive Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A sebacean gains resist 20 against the first damage type that damages it during an encounter. The resist lasts until the end of the encounter.",damage:"a sebacean gains resist 20 against the first damage type that damages it during an encounter",category:0}],damageModifiers:[],resist:"20 adaptive",vulnerable:"",immune:"",tactics:""},{id:"af3fe9aa-f3a3-458c-817d-6519ed238453",name:"Sebacean Mutant Ape",details:"",size:2,origin:0,type:1,keywords:"",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"8, climb 8",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:20},intelligence:{score:5},wisdom:{score:21},charisma:{score:15},hp:1,initiative:14,ac:32,fortitude:32,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"fb3ac905-36ae-4ec3-9c71-03c1284640a2",name:"Limb Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"7eb3df68-d631-419b-826f-27dd2beb2487",name:"Dying Howl",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Each other sebacean mutant ape within 10 squares gains +1 bonus to attack rolls until the end of its next turn. This bonus stacks with that from other sebacean mutant apes’ dying howls.",damage:"Each other sebacean mutant ape within 10 squares gains +1 bonus to attack rolls until the end of its next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2bfc58c-5d01-4b6c-913d-f509a6c97d32",name:"Sebacean Mutant Nightwalker",details:"",size:3,origin:0,type:2,keywords:"undead",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Evil",languages:"Common, Deep Speech, telepathy 20",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:23},intelligence:{score:17},wisdom:{score:9},charisma:{score:24},hp:490,initiative:16,ac:35,fortitude:36,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"dd0daac6-97a2-4d28-bdd2-a5077c3aba19",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d8+9 damage plus 2d8 psychic and necrotic damage.",damage:"1d8+9 damage plus 2d8 psychic and necrotic damage",category:1},{id:"ddaf5d52-7f7c-4668-9c8b-a43f35588ea1",name:"Mind Annihilation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, necrotic, Psychic",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"affects a bloodied target only; the target drops to 0 hit points. Miss: The target is dazed until the end of the sebacean mutant nightwalker’s next turn. Resistance does not apply to this power.",damage:"",category:1},{id:"68c296b9-cefb-476b-b498-2933e07e2b7b",name:"Void Lure",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic, Psychic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:3},description:"",details:"targets enemies; 1d8+7 necrotic and psychic damage, and the target is pulled 3 squares.",damage:"1d8+7 necrotic and psychic damage",category:3}],damageModifiers:[{type:8,value:-20},{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"265a93dd-93a9-4d1e-a249-e3c382e87a30",name:"Sebacean Mutant Treant",details:"",size:4,origin:0,type:1,keywords:"plant, undead",level:21,role:{type:7,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6 (forest walk)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:18},intelligence:{score:10},wisdom:{score:9},charisma:{score:23},hp:400,initiative:16,ac:38,fortitude:36,reflex:33,will:34,regeneration:null,auras:[{id:"51963639-cd74-4099-b97b-ced24a80aed3",name:"Screaming Tree",keywords:"",details:"(Psychic) aura 2; an enemy in the aura at the start of its turn takes 10 psychic damage."}],powers:[{id:"55e09f7b-1ac1-4f3e-94c2-a72d687a79fa",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d6+9 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+9 damage",category:1},{id:"9c488181-aaae-491e-899e-e6b4208decdd",name:"Psychic Roots",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"Reach 4; the target is knocked prone and immobilized (save ends).",damage:"Reach 4",category:3},{id:"d4937f56-a96c-43d7-9a51-d013bd5d65e9",name:"Psychic Shock",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature hit by the treant’s opportunity attack is immobilized until the end of the treant’s next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d64aab9d-7a00-4802-a360-6e96e7bffdfe",name:"Spirit of Winter",details:"",size:3,origin:2,type:2,keywords:"cold",level:3,role:{type:2,flag:2,leader:!1},senses:"Perception +7",movement:"6 (ice walk)",alignment:"Unaligned",languages:"telepathy 20",skills:"Athletics +15",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:250,initiative:2,ac:18,fortitude:19,reflex:15,will:16,regeneration:null,auras:[{id:"453d8bae-63a2-4f43-ad44-bc5ddddf625d",name:"Choke Frost Aura",keywords:"",details:"(Cold) aura 2 (not active while bloodied); creatures that start their turns or enter the area of the aura are slowed (save ends)."}],powers:[{id:"90deb77a-516a-46c2-a8fd-b66f17598008",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d6+4 plus 1d6 cold damage (plus an extra 1d6 cold damage against a creature that is under the effects of choke frost).",damage:"1d6+4 plus 1d6 cold damage (plus an extra 1d6 cold damage against a creature that is under the effects of choke frost)",category:1},{id:"2785ace6-565b-4ddc-ba6b-dfbf6cddc72a",name:"Frost Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The spirit of winter makes two slam attacks.",damage:"",category:1},{id:"9d0cd041-b60f-47d5-b4a7-1d20f489a8ed",name:"Blast of Cold",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10 from frost gem",attack:{bonus:4,defence:2},description:"",details:"two targets; 2d8+1 cold damage. This attack does not provoke opportunity attacks.",damage:"2d8+1 cold damage",category:3},{id:"201b6a1d-be54-4df5-be51-56bc601e3879",name:"Freezing Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"Close burst 3",attack:{bonus:4,defence:2},description:"",details:"1d6+4 cold damage, and the target is pushed 2 squares and knocked prone. Miss: The target is pushed 1 square and not knocked prone.",damage:"1d6+4 cold damage",category:1},{id:"c0e5f8d3-3f5a-4db7-9685-5f3db58aea54",name:"Bloodied Burst",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"when first bloodied",range:"",attack:null,description:"",details:"The spirit of winter’s freezing burst recharges, and the spirit of winter uses it immediately.",damage:"",category:1},{id:"b4a66717-85c6-43f5-b284-ea5ceb94786f",name:"Gem Bound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spirit of winter is bound to the frost gem. Attacking either damages the spirit of winter, and when the spirit of winter reaches 0 hit points or fewer, the gem is also destroyed. The gem’s defenses are identical to the spirit of winter’s, and the gem has resist 5 all.",damage:"attacking either damages the spirit of winter",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4d85325c-54eb-4db0-85d6-f4a826e34508",name:"Tower Iron Defender",details:"Homunculi come in many different forms. This construct resembles a large hound or wardog made of iron.",size:2,origin:4,type:0,keywords:"construct, homunculus",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:39,initiative:5,ac:17,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"0d5a61b3-bacd-48c4-9c8f-adb756498d24",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"5565142e-b680-4409-a72b-8ef482d66733",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The tower iron defender gains a +1 bonus to all defenses (not included above) when it is within 5 squares of the tower. However, it does not hesitate to pursue foes who step beyond this area. The tower iron defender does not pursue creatures that flee the area entirely, since its focus is on guarding the tower.",damage:"The tower iron defender gains a +1 bonus to all defenses (not included above) when it is within 5 squares of the tower",category:0},{id:"d41453a2-d4c7-496b-9d2b-989ea6b963b5",name:"Pursue and Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the tower iron defender makes an opportunity attack, it shifts 1 square before or after the attack.",damage:"it shifts 1 square before or after the attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1247247f-72ea-46ac-9848-d33b0b4bc4d4",name:"Troglodyte Spear Warrior",details:"",size:2,origin:4,type:2,keywords:"reptile",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Athletics +14, Endurance +13",equipment:"light shield; longspear",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:8},hp:1,initiative:6,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[{id:"c6279d8d-02c5-45d4-9d7c-04b14381c198",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"f18fc5f5-c0c9-4875-af4c-bbdfb1b4c3c1",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4fc4bfd-5528-4560-9bbd-f7703106777b",name:"Undead Gibbering Abomination",details:"",size:2,origin:0,type:1,keywords:"undead",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +13; all-around vision, darkvision",movement:"6, fly 4 (hover; maximum altitude 1)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:19},charisma:{score:12},hp:168,initiative:13,ac:32,fortitude:31,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"fbb1110f-0230-47de-91fc-08b5a8496d0a",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"1b78e1b1-1b1e-406d-9e53-bf182b473a2a",name:"Gibbering",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"once on the undead gibbering abomination’s turn before it takes other actions",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"deafened creatures are immune; the target is dazed until the end of the gibbering abomination’s next turn.",damage:"",category:4},{id:"8e79b856-9fb8-4eab-b4fe-1e939c0b1a85",name:"Eye of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"3d8+4 psychic damage, and the target is immobilized (save ends).",damage:"3d8+4 psychic damage",category:1},{id:"e4b74988-ea2c-4a5b-aa58-e0e424d42b31",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The gibbering abomination deals an extra 2d6 psychic damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b42efb37-49f1-48ac-98a7-97389aeb6853",name:"Ziggurat Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:3,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:28},intelligence:{score:12},wisdom:{score:14},charisma:{score:25},hp:152,initiative:19,ac:32,fortitude:30,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"87110e2a-618f-4355-ac4c-bd7fdbfb3ca0",name:"Blinding Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"2d8+7 necrotic damage, and the target is blinded (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"5452dfc2-5d9c-4c71-8845-9bd4e9b7538b",name:"Ghostly Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"",attack:{bonus:24,defence:3},description:"",details:"Target must be a living humanoid; the ghost enters the target’s space and is removed from play, and the target is dominated (save ends). The ghost can use this power against only one creature at a time. When the target is no longer dominated, or when the ghost chooses to end its ghostly possession (a free action), the ghost reappears in a square adjacent to the target.",damage:"",category:1},{id:"8edc1e37-52ab-41a2-b240-c4784ce49fec",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 3d8+7 psychic damage, and the target is pushed 3 squares and knocked prone.",damage:"3d8+7 psychic damage",category:1},{id:"30ee50cc-77c4-4b5b-a65a-78c1b4e14227",name:"Ghostly Terrain",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:25,defence:3},description:"",details:"the area is filled with ghostly lights, wisps of mist, and the faint whispers of the dead. The zone is difficult terrain and lightly obscured. Any creature that enters or ends its turn in the zone is subject to an attack; the target is immobilized (save ends).",damage:"",category:1},{id:"1d988a97-6c23-47ac-8d6e-a3ed3da6c464",name:"Death Shriek",action:null,keywords:"Fear, Psychic",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The ziggurat ghost recharges and uses its terrifying shriek immediately.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f0ca3e81-f577-4551-9fcd-506a3615948e",name:"Abyssal Wretch",details:"",size:2,origin:1,type:2,keywords:"",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:10},intelligence:{score:2},wisdom:{score:6},charisma:{score:11},hp:1,initiative:3,ac:18,fortitude:17,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"e7398b21-abad-446f-89c9-0ba566389575",name:"Twisted Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"cb006b1b-d824-4624-9049-2f17a591df77",name:"Inspire Revulsion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 1",attack:{bonus:7,defence:3},description:"",details:"targets one enemy in burst; 6 psychic damage, and the target takes a -2 penalty on attack rolls until the end of the abyssal wretch’s next turn.",damage:"6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c51b09ab-28c7-4f66-8aef-efa39439fa51",name:"Advanced Rancid Tide",details:"",size:5,origin:4,type:0,keywords:"dragon, undead",level:25,role:{type:0,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:14},intelligence:{score:1},wisdom:{score:16},charisma:{score:8},hp:366,initiative:14,ac:39,fortitude:40,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"d3857776-9763-4f16-b07b-3ded51e64ba1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d6+10 damage.",damage:"2d6+10 damage",category:1},{id:"e2bb6323-06b8-458f-9e14-f9350b47f0c2",name:"Black Bile Spittle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:30,defence:2},description:"",details:"2d8+10 necrotic damage, and the target is weakened until the end of the rancid tide’s next turn.",damage:"2d8+10 necrotic damage",category:1},{id:"a50bbc71-c00c-4e52-be1d-1cf63af66028",name:"Unholy Tears",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 12",attack:{bonus:31,defence:0},description:"",details:"2d8+10 necrotic damage, and the target takes a -4 penalty to AC and Reflex defense (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"1b4bc025-9f63-474d-9bce-76cdab71d676",name:"Torrent of Terror",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The rancid tide makes a black bile spittle and an unholy tears attack, each against a different target.",damage:"",category:1},{id:"39c7611e-2d4e-4a7d-97ef-e8ec4ee3f63c",name:"Rancid Flood",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"burst 5; 2d8+8 necrotic damage, and the target is pushed 3 squares.",damage:"2d8+8 necrotic damage",category:5}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"25 critical hits, radiant (a rancid tide that takes radiant damage is dazed [save ends])",immune:"disease, poison",tactics:""},{id:"19733d3e-7df7-43cc-a9be-434e0e20473d",name:"Amyria",details:"",size:2,origin:3,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Lawful good",languages:"Common, Draconic, Supernal",skills:"Diplomacy +13, Religion +15",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:12},intelligence:{score:18},wisdom:{score:21},charisma:{score:16},hp:200,initiative:11,ac:24,fortitude:19,reflex:22,will:23,regeneration:null,auras:[{id:"f263ad36-f480-419d-a345-0acba75c412e",name:"Aura of Recovery",keywords:"",details:"aura 2; allies that start their turn in Amyria’s aura gain a +1 bonus to all saves until the start of their next turn."}],powers:[{id:"99b4a338-4177-45c1-8fae-451c12fa7a6e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage plus 1d6 radiant damage.",damage:"1d8+5 damage plus 1d6 radiant damage",category:1},{id:"b324e405-fadf-4d5d-9e87-24a04154237f",name:"Crusader’s Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Requires longsword; 1d8+5 damage plus 1d6 radiant damage, and one of Amyria’s allies within 10 squares makes a basic attack as a free action against the same target.",damage:"1d8+5 damage plus 1d6 radiant damage",category:1},{id:"601dfcd8-65b4-4f21-b823-9c2be26e9ded",name:"Radiant Rebuke",action:{action:5,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"2d6+5 radiant damage.",damage:"2d6+5 radiant damage",category:5},{id:"7577a76b-3f03-44a0-b43b-5a75aafe7e73",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Amyria adds 1d6 to a d20 roll she just made.",damage:"Amyria adds 1d6 to a d20 roll she just made",category:4}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d21a0f0a-d4b0-4989-9cb4-bcf17fc497d9",name:"Anchor Troll",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +14",movement:"7",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +18, Endurance +16",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:20},intelligence:{score:5},wisdom:{score:14},charisma:{score:12},hp:139,initiative:12,ac:28,fortitude:27,reflex:27,will:23,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"6dac307f-9cc8-4c4f-b33b-662fde5f4fd6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"1e7c3df2-3564-46eb-989d-129d180c501c",name:"Wrapping Chain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Reach 5; 1d6+6 damage, and the target is restrained (save ends). The restrained effect ends if the troll and the target move more than 5 squares apart.",damage:"1d6+6 damage",category:1},{id:"1237ff86-47d0-4eff-8aa6-591736f9f934",name:"Chain Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"This attack can be used only against a creature restrained by wrapping chain. The troll swings the chain that has snared its target, and slams the creature against the ground. Move the target to any square within 5 of the troll and make an attack; 4d8+6 damage, and the target is knocked prone. Effect: The target is no longer restrained.",damage:"4d8+6 damage",category:1},{id:"6935ed24-7cf8-4d2a-917f-ccf7df8aeacb",name:"Anchor Tornado",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 5",attack:{bonus:19,defence:0},description:"",details:"3d8+6 damage, and the target is knocked prone.",damage:"3d8+6 damage",category:1},{id:"b5040d6a-7257-42dc-962d-d78503eccde8",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 15 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"156b0687-e26f-4253-a53f-cd7b59f61665",name:"Bladerager Troll Enforcer",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +17, Endurance +16",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:151,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"faab0af4-9393-4039-bdeb-431198676c48",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"cb384aef-766c-4460-becc-05b23b5a33a7",name:"Bladerager Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d10+6 damage, and ongoing 5 damage (save ends).",damage:"3d10+6 damage",category:1},{id:"4c099dc6-4f02-4c21-a0d5-13f72631b5e0",name:"Death Burst",action:null,keywords:"",condition:"when reduced to 0 hit points or less",range:"The bladerager troll enforcer explodes in a burst of shrapnel. Close burst 2",attack:{bonus:13,defence:2},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9b93926-2780-43df-a39e-4a5d06b1b08e",name:"Book Storm",details:"",size:3,origin:4,type:0,keywords:"swarm",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +20; blindsight 20",movement:"2 (clumsy), fly 12 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:25},dexterity:{score:30},intelligence:{score:2},wisdom:{score:27},charisma:{score:3},hp:225,initiative:24,ac:40,fortitude:35,reflex:38,will:36,regeneration:null,auras:[{id:"1865a06d-59a1-42f9-b0ae-e7217240c06b",name:"Swarm Attack",keywords:"",details:"aura 1; the book storm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"8bb76edd-2195-49ec-a44c-ac217aac81fa",name:"Slicing Pages",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Reach 0; 2d8+9 damage, ongoing 5 damage, and the target is slowed until the end of the book storm’s next turn.",damage:"2d8+9 damage",category:1}],damageModifiers:[{type:3,value:15}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison, sleep",tactics:""},{id:"6059b72b-0b54-4067-802b-5c3333337a83",name:"Bounty Hunter Snaremaster",details:"",size:1,origin:4,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"bola; leather armor; rapier",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:13},wisdom:{score:16},charisma:{score:10},hp:61,initiative:7,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"b2b50eba-5d83-48cd-b5dc-cb9b5d6145b4",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"dd6d1042-d74c-449d-9b89-5ff36186bf65",name:"Bolas",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:12,defence:2},description:"",details:"2d4+5 damage, and the target is restrained (save ends).",damage:"2d4+5 damage",category:1},{id:"bd25eb13-af3c-4cd9-bbbc-70a374e336c9",name:"Keep ’Em Separated",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"ranged 10/20",attack:{bonus:10,defence:2},description:"",details:"Requires bolas; three targets in range; 4d4+5 damage, and the target slides 2 squares and is restrained (save ends).",damage:"4d4+5 damage",category:1},{id:"51f25953-7cce-4181-af26-11a2fb87596a",name:"Second Chance",action:{action:5,trigger:"when the bounty hunter snaremaster would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bounty hunter snaremaster forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6172217b-050b-4ef2-9403-8a9439eaabc2",name:"Bounty Hunter Strongarm",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"greataxe; leather armor",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:8},hp:98,initiative:4,ac:19,fortitude:20,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"e91c5f8f-7a75-485d-90c1-69704e1f23a6",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"2112b42c-fa45-4357-8c0d-d812cb2f3360",name:"Clear The Area",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:8,defence:0},description:"",details:"Requires greataxe; 2d12+10 damage, and the target is pushed 1 square.",damage:"2d12+10 damage",category:1},{id:"f959ce37-9666-47e2-8f4f-16c6a059c15b",name:"Brute Rush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a bounty hunter strongarm makes a bull rush attack, he pushes the target 2 squares instead of 1 square.",damage:"he pushes the target 2 squares instead of 1 square",category:0},{id:"2a28e6a7-a845-4cb9-b6a7-64245923d6ac",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces the bounty hunter strongarm to move—through a push, a pull, or a slide—the bounty hunter strongarm moves 1 square less than the effect specifies. When an attack would knock the bounty hunter strongarm prone, the bounty hunter strongarm can roll a saving throw to avoid falling prone.",damage:"or a slide—the bounty hunter strongarm moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d005d97-62c7-4205-ab7f-e4e650a7b4fb",name:"Bounty Hunter Subduer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Nature +10",equipment:"leather armor; maul",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:76,initiative:8,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"68a587f9-9a1a-4998-a00a-f4ff8c8b4751",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"3aad0a1e-bbfe-4adf-a5c0-77b5fe81548e",name:"Knockout Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Requires maul; 4d6+5 damage, and the target is knocked prone and dazed (save ends).",damage:"4d6+5 damage",category:1},{id:"13ed6a63-5b1e-4ba0-8de9-e25ef05fdbad",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The bounty hunter subduer deals an extra 2d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3227bc0f-2a36-4729-8307-fa61a9b94866",name:"Cyclops Earthquake Shaman",details:"",size:3,origin:2,type:2,keywords:"",level:19,role:{type:0,flag:1,leader:!1},senses:"Perception +21; truesight 6",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"earthshaker staff; leather armor",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:18},intelligence:{score:15},wisdom:{score:25},charisma:{score:15},hp:284,initiative:13,ac:33,fortitude:33,reflex:31,will:34,regeneration:null,auras:[],powers:[{id:"3d1f95cc-1586-4fef-81df-cde91f34b3b9",name:"Earthshaker Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d4+8 force damage, and the target is dazed until the end of the shaman’s next turn.",damage:"2d4+8 force damage",category:1},{id:"741b186d-b195-4b9b-a23a-c0795d67ac30",name:"Fury Quake",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d8+8 force damage.",damage:"2d8+8 force damage",category:1},{id:"e9669a12-075b-41da-8bc3-1903e08c9aa9",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 2-0",attack:{bonus:22,defence:1},description:"",details:"the shaman can designate only one target with its evil eye at a time. The target takes -2 to defenses, and takes 1d6 extra damage when hit by the shaman’s allies (save ends).",damage:"and takes 1d6 extra damage when hit by the shaman’s allies (save ends)",category:3},{id:"59edd89a-1e27-47d5-9c00-837e00b9e6f1",name:"Quake Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"2d8+8 force damage, and the target is knocked prone.",damage:"2d8+8 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b13a81e-f990-494b-baf7-910b679f7a35",name:"Cyclops Rambler Zombie",details:"",size:3,origin:2,type:2,keywords:"undead",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"chainmail",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:15},intelligence:{score:1},wisdom:{score:18},charisma:{score:9},hp:92,initiative:9,ac:27,fortitude:29,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"5e47c8c0-006f-49ec-a33b-7c0d60fb7b21",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"cf72d740-4cfb-472c-a60e-99502d5ec414",name:"Double Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The zombie makes two slam attacks against different targets.; 4d8+6 damage.",damage:"4d8+6 damage",category:1},{id:"fafcca62-22ee-4a94-8727-b3c6bbf26ff6",name:"Undead Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops rambler zombie can designate only one target with its undead eye at a time. If it hits the designated creature, the cyclops rambler zombie deals 1d8 extra necrotic damage.",damage:"the cyclops rambler zombie deals 1d8 extra necrotic damage",category:3},{id:"f15daaa3-9788-4fb5-afab-10dc8e4fdede",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the cyclops rambler zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b2b657ce-9ce0-4fa1-aa2e-6e7ee14b0fdb",name:"Cyclops Reaver",details:"",size:3,origin:2,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +19; truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"battleaxe; chainmail; light shield",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:21},charisma:{score:13},hp:174,initiative:14,ac:34,fortitude:32,reflex:27,will:30,regeneration:null,auras:[],powers:[{id:"81005607-3f1e-4a91-8e0f-66dbd7162806",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 1d12+11 damage.",damage:"1d12+11 damage",category:1},{id:"2705f529-97cd-4b60-b065-ed373213f26a",name:"Evil Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops reaver can designate only one target with its evil eye at a time and gains the following effects:",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"501ef982-e637-4c4d-b75f-7360ea02a829",name:"Darkland Voidsoul Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:24,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:28},intelligence:{score:10},wisdom:{score:6},charisma:{score:25},hp:119,initiative:25,ac:36,fortitude:34,reflex:38,will:36,regeneration:null,auras:[{id:"e8fa6405-4e11-42e9-9103-43348beaa947",name:"Spectral Cold",keywords:"",details:"aura 1; an enemy that starts its turn in the aura takes 10 cold damage and takes a -2 penalty to all defenses until the start of its next turn."}],powers:[{id:"f355a0fa-f2c0-4036-a16b-fef62719674a",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d12+6 necrotic damage.",damage:"2d12+6 necrotic damage",category:1},{id:"c995fcde-1e74-4d2d-8fc3-b75bf93b10b5",name:"Life Siphon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:1},description:"",details:"2d12+6 necrotic damage, and the darkland voidsoul specter regains 5 hit points for every creature damaged by the attack.",damage:"2d12+6 necrotic damage",category:1},{id:"cb842c02-6a75-4ab4-bdfe-2ad98f95545a",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The darkland voidsoul specter becomes invisible until it attacks or until it is hit by an attack. It remains invisible while using life siphon.",damage:"",category:3}],damageModifiers:[{type:6,value:-30},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"716780bc-eba5-4895-8a68-69569d70600f",name:"Death Squad Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Insight +11, Stealth +12",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:19},intelligence:{score:13},wisdom:{score:16},charisma:{score:14},hp:61,initiative:11,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9c38098c-1660-4c59-a8cb-b4057fead7b1",name:"Assassin’s Longblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"c76ba1df-7077-46f4-93c9-bce491c40fb5",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"the death squad assassin gains combat advantage against the target until the end of the death squad assassin’s next turn.",damage:"",category:3},{id:"11cd61e9-a5c8-4250-9513-6cd0f11f7f46",name:"Assassin’s Quarry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"3d6+8 damage, and ongoing 5 damage (save ends).",damage:"3d6+8 damage",category:1},{id:"1d21d2b3-4ee2-454a-a1c4-56fbb4c4dad4",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"a33a5b6d-7f11-46e1-a2f2-dbbc1c417a40",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The death squad assassin deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the death squad assassin deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3a1e0c1e-57e5-4e6d-be45-2ca9fed88e54",name:"Desert Wrath",details:"",size:4,origin:4,type:0,keywords:"construct",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +19; truesight 5",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:24},intelligence:{score:8},wisdom:{score:24},charisma:{score:8},hp:560,initiative:19,ac:37,fortitude:40,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"a647711b-c9a1-4381-88b4-b15aed381596",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 2d10+10 damage plus 1d10 fire and radiant damage.",damage:"2d10+10 damage plus 1d10 fire and radiant damage",category:1},{id:"fd6e4e9d-2269-4c84-8217-675e2e94bc19",name:"Grinding Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"The desert wrath makes two slam attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"57ce3ec0-3fa6-401c-8f3f-fea8c53da4c2",name:"Burning Flaywind",action:{action:7,trigger:"when the desert wrath hits a target with its slam attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire, Radiant",condition:"",range:"Close burst 3",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d12+10 damage and ongoing 10 fire and radiant damage, and the target slides 3 squares and is immobilized (save ends).",damage:"2d12+10 damage and ongoing 10 fire and radiant damage",category:5}],damageModifiers:[{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a0ccc6a7-9ef9-40e6-bedf-f93c3f129097",name:"Disciple of Yeenoghu",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +14",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:18},wisdom:{score:16},charisma:{score:11},hp:62,initiative:7,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9461d8de-ca5f-4b5f-854f-b711ee19b338",name:"Sacrificial Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+5 damage, or 2d4+7 damage while bloodied.",damage:"2d4+5 damage",category:1},{id:"8b4731c9-44dd-4234-af58-871639177233",name:"Ray of Destruction",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"",attack:{bonus:12,defence:2},description:"",details:"2d8+5 necrotic damage, or 2d8+10 necrotic damage while bloodied.",damage:"2d8+5 necrotic damage",category:1},{id:"175ee071-f73f-4fda-8c5e-941b32bf7ac2",name:"Ruinous Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"3d10+5 fire and necrotic damage, or 3d10+5 fire and necrotic damage while bloodied.",damage:"3d10+5 fire and necrotic damage",category:1},{id:"0b7d2cb7-b68f-401a-b883-80fb71eaf91b",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The disciple of Yeenoghu deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the disciple’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8c0cb9e-d97c-482e-9ba4-9a11f3ac347d",name:"Drow Necromancer",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +19, Bluff +14, Intimidate +19, Stealth +12",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:17},intelligence:{score:25},wisdom:{score:14},charisma:{score:20},hp:142,initiative:10,ac:29,fortitude:25,reflex:28,will:28,regeneration:null,auras:[{id:"7ffd548d-8d33-4d71-b5b3-70afc560920f",name:"Orcus’s Rage",keywords:"",details:"aura 10; living allies in the aura gain a +2 power bonus to attack rolls and take a -2 penalty to defenses."}],powers:[{id:"3147a7c3-6094-4046-b24a-4f3755d08abf",name:"Skull Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 necrotic damage.",damage:"1d8+6 necrotic damage",category:1},{id:"4c0609a7-9123-43a3-9e48-143b88a1350d",name:"Skull Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d6+6 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"47e6a632-0fc6-4cbf-9f4d-93ab599207da",name:"Dark Enervation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:19,defence:1},description:"",details:"each enemy in burst; 1d10+6 necrotic damage, the target is pushed 1, and the target is weakened until the end of the necromancer’s next turn.",damage:"1d10+6 necrotic damage",category:1},{id:"b70a6dc5-46eb-4f51-bbbe-91aa76047a70",name:"Voices of Undeath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"3d8+6 necrotic damage, and the target is deafened (save ends). Until the target is no longer deafened, he or she has vulnerable 5 necrotic.",damage:"3d8+6 necrotic damage",category:1},{id:"cb63f66c-d7f3-481c-a7f6-a9501b7a94f8",name:"Zombify",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"target a cyclops rambler that has been reduced to 0 hit points or fewer. It becomes a cyclops rambler zombie, and is now alive with full hit points (but still prone). Roll initiative for the creature.",damage:"",category:3},{id:"d9cce51c-6a40-45cb-86ee-49c4d2ba7908",name:"Life Leech",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Each ally within 10 takes 5 damage, and the drow necromancer regains hit points equal to the total damage dealt.",damage:"each ally within 10 takes 5 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc5fb0f3-4fbf-42d3-9ca5-6e5e8a1daf03",name:"Elderwood Falcon",details:"",size:2,origin:4,type:0,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:16},charisma:{score:6},hp:70,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"d61d6b12-fb89-4490-9f39-a49f6e0fd253",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+4 damage, and the target slides 1 square.",damage:"2d4+4 damage",category:1},{id:"2acc3197-6229-4fb6-bffd-2b3bbfe7559e",name:"Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The elderwood falcon shifts 1 square, makes a talon attack, then shifts 1 square.; 1d10+4 damage.",damage:"1d10+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"698f11b8-f56b-4e89-81ac-2506156bc4cd",name:"Githzerai Psionic Echo",details:"",size:2,origin:1,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:20},hp:92,initiative:9,ac:25,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"ceb351e3-480b-4bf2-a176-c03aafe6a1b4",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"af1c0285-8b82-4abc-a3a4-bd9693f5d399",name:"Lesser Mindstrike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:14,defence:3},description:"",details:"1d10+9 psychic damage.",damage:"1d10+9 psychic damage",category:1},{id:"1acd35e2-90d5-4ff3-8118-a16ff2526cee",name:"psionic Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"2d8+9 damage plus 1d8 psychic damage; until the end of its next turn, the target has vulnerable 10 psychic.",damage:"2d8+9 damage plus 1d8 psychic damage",category:1},{id:"22c27322-bce8-4b9b-8d77-94fdc50b9016",name:"Iron Mind",action:{action:5,trigger:"when the githzerai psionic echo would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai psionic echo gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai psionic echo gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"b4e57546-c174-4ca0-a8b4-ef48f20bf8fb",name:"Unstable Manifestation",action:{action:4,trigger:"when the githzerai psionic echo takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai psionic echo becomes insubstantial until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f4307217-f2cf-45e5-baba-633f24b4d185",name:"Ironwood Hound",details:"",size:2,origin:4,type:0,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"Intimidate +7",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:13},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:69,initiative:6,ac:22,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"d97049e4-edde-4ec4-860b-4aed9daf0949",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+2 damage, and the target is marked until the end of the ironwood hound’s next turn.",damage:"2d6+2 damage",category:1},{id:"fa7e712a-99b0-4f1a-b38b-a10daed9fefa",name:"Drive Back",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d6+2 damage, and the target is pushed 2 squares and the ironwood hound can shift 2 squares. The ironwood hound must end its shift adjacent to the target’s new position.",damage:"2d6+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"242e36cd-1fe1-4f53-b81b-99bb64d05f5c",name:"Lost One Kidnapper",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9",equipment:"leather armor; longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:13},intelligence:{score:9},wisdom:{score:13},charisma:{score:12},hp:79,initiative:6,ac:23,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"bd6dea07-a5df-4936-a613-4a744457a1c6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"55aef852-abc4-4f8a-8e47-977112807ce7",name:"Grab and Go",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d8+5 damage, and the Lost One kidnapper slides 2 squares, then slides the target 2 squares. The target must end its slide adjacent to the kidnapper’s new position.",damage:"1d8+5 damage",category:1},{id:"6af2831d-0828-417f-b90a-12fe73c0d3a4",name:"Kidnap",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the Lost One kidnapper hits a target with its Grab and Go ability, the distance both creatures slide is increased to 4 squares.",damage:"the distance both creatures slide is increased to 4 squares",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b2b38a0-4746-4ab1-ac2f-6140c59fc3eb",name:"Lost One Underboss",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common, Dwarven",skills:"Bluff +12, Intimidate +12, Stealth +11",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:14},intelligence:{score:15},wisdom:{score:16},charisma:{score:17},hp:87,initiative:9,ac:22,fortitude:19,reflex:19,will:20,regeneration:null,auras:[{id:"57858d53-63b8-4abd-9612-4b5c54e81a8b",name:"Underboss’s Presence",keywords:"",details:"aura 2; at the start of each ally’s turn, if that ally is within the aura and the Lost One underboss’s line of sight, the ally gains 4 temporary hit points."}],powers:[{id:"87323f17-668d-4030-ad36-88d1ee429a21",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"f9a182c4-d460-46c7-a48b-1694621815ad",name:"Storm of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"area burst 1 within 10",attack:{bonus:10,defence:2},description:"",details:"Requires a number of daggers equal to number of enemies in burst; targets enemies the Lost One Underboss can see; 2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"72e4f3a0-b7eb-47ff-8ccd-ab44c8fc9312",name:"Get Into Position",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares shifts 1 square.",damage:"One ally within 10 squares shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"592d8f1f-2937-4937-90ae-12b7a9e89f6f",name:"Mindscrambler",details:"",size:2,origin:1,type:0,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Chaotic evil",languages:"Primordial",skills:"Intimidate +12",equipment:"",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:16},intelligence:{score:8},wisdom:{score:8},charisma:{score:16},hp:89,initiative:9,ac:22,fortitude:20,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"126610a1-bbf9-4c74-93e9-db52c92b95f4",name:"Chaos Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+7 psychic damage.",damage:"1d6+7 psychic damage",category:1},{id:"2201df7b-9493-4d5e-b5bd-625a11d71d07",name:"Scrambled Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"1d6+7 psychic damage, and the target makes a melee basic attack against one of its adjacent allies.",attack:{bonus:11,defence:3},description:"",details:"",damage:"",category:1},{id:"11e264d5-7a42-4b0c-94e2-14414c0c9597",name:"Dizzying Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"3d6+7 psychic damage, and the target slides 3 squares and is dazed (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"3a62a7de-0be6-4d24-8a55-301ff5fe98cd",name:"Misdirection",action:{action:5,trigger:"when an enemy within 10 squares moves or shifts",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"the target is pushed 3 squares and may not continue its movement.",damage:"the target is pushed 3 squares and may not continue its movement",category:5},{id:"e98de6f6-7129-4ac7-9d22-968a62a00615",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"the next melee attack made against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",attack:null,description:"",details:"Range 5; no attack roll required",damage:"Range 5",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60554d06-19f9-4eec-b7bc-449caafa3613",name:"Ravenous Attack Dog",details:"",size:1,origin:4,type:1,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"Intimidate +6",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:80,initiative:7,ac:21,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"48412a8f-dffc-4824-bd1f-0c05e24625e6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"54877922-5ecd-4c1d-9b70-9d6235526c44",name:"Tripping Lunge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4+9 damage, and the target is knocked prone.",damage:"2d4+9 damage",category:1},{id:"62cca011-39bb-4799-9908-3d60aea42060",name:"Drag off Prey",action:{action:5,trigger:"when an adjacent opponent moves away",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d4+3 damage, and the ravenous attack dog slides 1 square, then slides the target 1 square. The target must end its slide adjacent to the attack dog’s new position.",damage:"1d4+3 damage",category:5},{id:"2c490e10-5673-45b0-86f9-d03cbf170b12",name:"Circle for the Kill",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ravenous attack dog shifts 2 squares.",damage:"The ravenous attack dog shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"096032d2-4d96-44bd-8358-38684aafca77",name:"Ruin-Touched Beastcaller",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +11",equipment:"hide armor; javelin",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:17},intelligence:{score:15},wisdom:{score:15},charisma:{score:20},hp:81,initiative:7,ac:21,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"70df594a-e9ba-4e4a-bfc0-3f1ef6261d23",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a4b94c7e-cf1a-45bc-9340-7d7b49a963ff",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"688c18b8-d6c8-4dc8-bf43-fd756ae73d25",name:"Murderous Flock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"A flock of carrion birds (crows, ravens, and the like) appear from nowhere to descend briefly upon the battlefield, screeching and clawing: Burst 3 within 20; 2d4+5 damage, plus the target is blinded and takes ongoing 5 damage (save ends both). Miss: Half damage, and no ongoing damage or blindness.",damage:"2d4+5 damage",category:1},{id:"5abaa7b2-dfed-4be4-afd5-57fd4ef528ea",name:"Erupting Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Rats, serpents, and insects boil from the earth, ravaging all in their path: Burst 3 within 10 (targets on the ground only); 2d4+5 damage, plus the target is immobilized and takes ongoing 5 damage (save ends both). Miss: Half damage, and no ongoing damage or immobilization.",damage:"2d4+5 damage",category:1},{id:"cd68076a-e79e-4c02-9d98-cb16b0f821f1",name:"Against the Tide",action:{action:7,trigger:"when the beastcaller hits with an area attack",sustainAction:0,use:1,recharge:""},keywords:"Divine",condition:"but only once per round",range:"",attack:{bonus:13,defence:1},description:"",details:"The beastcaller may choose one of the targets hit by its area attack; the target slides up to 3 squares or falls prone (beastcaller’s choice).",damage:"the target slides up to 3 squares or falls prone (beastcaller’s choice)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7b806ef-f276-46fa-865f-0b52e7e1a8f8",name:"Ruin-Touched Bloodwalker",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +13, Religion +10, Stealth +14",equipment:"hide armor",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:14},charisma:{score:18},hp:95,initiative:11,ac:23,fortitude:20,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"0c890053-7535-4d3d-afc1-77dfa325a1c0",name:"Jagged Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)2d6+5 damage (plus 1d6 on a crit).",damage:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)2d6+5 damage (plus 1d6 on a crit)",category:1},{id:"a9181743-7699-4ac2-ab00-e12984b971f3",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)1d8+5 damage.",damage:"(or +24 if the bloodwalker attacks immediately after using its bloodwalk teleport ability)1d8+5 damage",category:1},{id:"9f3f3e6e-fea0-404e-a916-54682adf2a1c",name:"Bloodwalk",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"When the bloodwalker is first bloodied in an encounter, keep track of the square in which he was bloodied, and of the foe who bloodied him. (If using a battlemap, a token or even a scrap of paper can be used to mark the square.) Until the end of the encounter, the bloodwalker can use its bloodwalk ability to teleport either to the square in which he was bloodied, or to any unoccupied square adjacent to the foe who bloodied him, up to a maximum distance of 20 squares.",damage:"up to a maximum distance of 20 squares",category:2},{id:"b2169adb-8634-4dd0-a379-b0dc99b85c71",name:"Blood Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a bloodied bloodwalker attacks the foe who bloodied it, it deals an additional 1d6 damage.",damage:"it deals an additional 1d6 damage",category:0},{id:"53951cc8-8816-47bd-9d0d-ba54c95ebfdd",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The bloodwalker deals an extra 5 damage on melee attacks against an enemy that has two or more of the bloodwalker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eec366f4-ca2f-472d-b9d4-584c33d34888",name:"Slaughterfang Hyena",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:2},wisdom:{score:16},charisma:{score:6},hp:71,initiative:8,ac:20,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"62deda42-5314-4c44-9b62-ba9040024e2e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"bacb96f8-3950-4389-9ae0-4ea9148650fa",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a slaughterfang is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0},{id:"b67ff99b-ce02-43f0-b79a-05f6bda05ff4",name:"Pack Attack",action:null,keywords:"Mount",condition:"",range:"The slaughterfang hyena deals an extra 5 damage on melee attacks against an enemy that has two or more of the hyena’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"41ffcf8c-0928-4566-bc38-e278068e082b",name:"Ravaging Charge",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"when mounted by a friendly rider of 6th level or higher who also has the pack attack trait",range:"",attack:null,description:"",details:"When making a charge attack, the slaughterfang hyena and its rider both deal extra damage as per their pack attack power, even if they have no other allies adjacent to the foe. If they do have at least one other ally adjacent to the foe, their pack attack deals an extra point of damage (that is, 6 rather than 5).",damage:"the slaughterfang hyena and its rider both deal extra damage as per their pack attack power",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4732f4cb-e430-439e-916d-540fec5023c0",name:"Stoneform Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:27},dexterity:{score:7},intelligence:{score:3},wisdom:{score:10},charisma:{score:3},hp:1,initiative:8,ac:37,fortitude:37,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"a646aa2c-2417-46a3-869a-d1661b89e0cf",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 5 damage, and the target slides 4 squares.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"c00bdd20-ff98-417e-899b-f882d3b3d1b3",name:"Stonewalker Spirit",details:"",size:2,origin:1,type:1,keywords:"earth",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +5",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Abyssal, Primordial",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:19},hp:45,initiative:10,ac:21,fortitude:19,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"1bfe4682-4f8d-4771-9fd1-32f40fc8ea4b",name:"Spectral Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"c3b654df-45f9-474d-82c3-5553589da5c7",name:"Petrifying Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save), and is considered to be a statue for the purposes of the possess statue ability.",damage:"",category:1},{id:"1d033005-44d3-42a3-beb5-aa1ae3616910",name:"Possess Statue",action:{action:7,trigger:"when entering the same space as a statue",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonewalker spirit assumes the form of a possessed statue. Use the possessed statue stat block instead of the stonewalker spirit’s stat block. The spirit can leave the statue as a free action.",damage:"",category:5},{id:"4cd8cd5d-f072-4d83-9ad2-826e95a8a0b2",name:"Flee the Form",action:{action:7,trigger:"when a possessed statue is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonewalker spirit takes 16 damage (ignores insubstantial) as it reverts to its normal form, then moves up to its speed.",damage:"the stonewalker spirit takes 16 damage (ignores insubstantial) as it reverts to its normal form",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"05bcbc1c-9312-4d96-9d71-94245df6ec59",name:"Thorn",details:"",size:2,origin:2,type:2,keywords:"",level:9,role:{type:6,flag:2,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +9, Insight +12, Nature +12, Stealth +14, Thievery +14",equipment:"crossbow bolts (20); hand crossbow; leather armor; longsword; net",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:11},wisdom:{score:16},charisma:{score:10},hp:388,initiative:11,ac:25,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"690a94dd-f902-4d3c-a0e3-65526b29aca3",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"463f94e1-95b9-493d-9a11-929163c6ac70",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"e226c838-a9eb-4e5f-ba3e-8e50cbadb609",name:"Double Bolts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Thorn makes two hand crossbow attacks.",damage:"",category:1},{id:"759a02fe-9fb4-4aaf-a5cc-20d602d4fa11",name:"Gripping Net",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Requires net; target is restrained (save ends).",damage:"",category:3},{id:"2737a1a4-9234-4259-aa71-8fcf5f0b7bf6",name:"Pepper Bomb",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Requires pepper bomb; target is blinded (save ends).",damage:"",category:3},{id:"5049c41a-aa29-44da-939b-8d82a551d85a",name:"Retaliatory Shot",action:{action:4,trigger:"when hit by a ranged or area attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thorn makes a hand crossbow attack against the target that hit him.",damage:"",category:5},{id:"1fdae629-4400-4d72-84c4-dad9eaa39dd1",name:"Bolt Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"area burst 2 within 10",attack:{bonus:12,defence:0},description:"",details:"Requires hand crossbow; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"8f7760a6-1e9c-4a36-894a-c98fd495669b",name:"Desperate Bolt Storm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Thorn’s bolt storm recharges, and he uses it immediately.",damage:"",category:5},{id:"6968f701-0952-4efc-8641-f5aecadbbe2b",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thorn can reroll an attack roll. He must use the second roll, even if it is lower.",damage:"",category:4},{id:"5477a42d-0c1b-42ad-b513-c5ac743446ba",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Thron ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d60810e-11a0-45a9-9d8f-b506dbb23602",name:"Troll Timber Slinger",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +15, Endurance +15",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:5},wisdom:{score:13},charisma:{score:11},hp:109,initiative:10,ac:24,fortitude:25,reflex:23,will:21,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"30fe7c81-dfbf-43fc-9f2f-74c6d68a9c2d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"cb290192-0417-4744-9ac8-5b5d40aee372",name:"Timber Toss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Area burst 1 within 15",attack:{bonus:16,defence:2},description:"",details:"2d6+5 damage. If you hit the creature in the origin square of the burst, that creature takes 1d6 extra damage.",damage:"2d6+5 damage",category:1},{id:"f13cb0c0-24be-49ca-a1f2-5bad2226110d",name:"Timber Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 3; 4d8+3 damage, and the target is pushed 3 squares.",damage:"4d8+3 damage",category:1},{id:"ef97463a-4011-4fc1-848a-228c5678013a",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eeb6a8ee-9ffb-435a-9545-c90ffff1c603",name:"Wicked Fang Guard",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"greatsword; hide armor",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:13},charisma:{score:8},hp:74,initiative:7,ac:22,fortitude:19,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"6f4a23e8-c3e9-4201-951e-b86220f73558",name:"Shadar-Kai",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+7 damage (crit 1d12 + 19), or 1d12 + 9 damage (crit 1d12 + 21) while bloodied, and the target is marked until the end of the gnoll guard’s next turn.",damage:"1d12+7 damage (crit 1d12 + 19)",category:1},{id:"925dfd13-e867-4dd4-80e7-dbde574f70c3",name:"Pinning Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires greatsword; 1d12+7 damage (crit 1d12 + 19), or 1d12 + 9 damage (crit 1d12 + 21) while bloodied, and the target is immobilized until the end of the gnoll guard’s next turn.",damage:"1d12+7 damage (crit 1d12 + 19)",category:1},{id:"7cd3425f-d854-4f12-afff-3f5353b22ffe",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll guard deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll guard’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef19ba28-e2ce-4a3d-b48d-299410cc77a3",name:"Wicked Fang Keeper",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +11",equipment:"hide armor",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:10},wisdom:{score:17},charisma:{score:14},hp:178,initiative:9,ac:24,fortitude:20,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"76a93ade-b38e-4e50-a08c-852aac03cf25",name:"Shadar-Kai",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage (crit 1d6+17), or 2d6+7 damage (crit 1d6+19) while bloodied.",damage:"2d6+5 damage (crit 1d6+17)",category:1},{id:"48a06d5a-d3a2-4993-a0ad-ee0d6910c852",name:"Handaxe",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage (crit 1d6+17), or 2d6+7 damage (crit 1d6+19) while bloodied.",damage:"2d6+5 damage (crit 1d6+17)",category:1},{id:"b88d9743-c3a8-45a2-8e7a-1e69ae1bf87f",name:"Rain of Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll keeper makes three handaxe attacks, each of which must be against a different target.",damage:"",category:1},{id:"6da36aff-8ef2-4e51-b81f-eb06819171ad",name:"No Escape This Time",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires short sword; 2d6+5 damage (crit 1d6 + 17), or 2d6 + 7 damage (crit 1d6 + 19) while bloodied and the target is knocked prone.",damage:"2d6+5 damage (crit 1d6 + 17)",category:1},{id:"369624bc-a355-4cf2-9902-1d6d59eb5167",name:"Keeper’s Shackles",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets adjacent prone creature; target is restrained (until escape).",damage:"",category:3},{id:"f5194f74-9e85-44b5-bbbf-d8b6026bc77d",name:"Caltrops",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll keeper can designate a 1-square burst area within 5 squares; that area is filled with caltrops. Until the end of the encounter, any creature that enters a square filled with caltrops without treating it as difficult terrain takes 1d6 + 4 damage.",damage:"any creature that enters a square filled with caltrops without treating it as difficult terrain takes 1d6 + 4 damage",category:3},{id:"0bab8029-15ae-4259-825a-386e21b8d483",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll keeper deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll keeper’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"867e7ab1-5dc2-4fbe-96f3-f0191e79366d",name:"Wicked Fang Lasher",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +14",equipment:"hide armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:93,initiative:11,ac:23,fortitude:21,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"2679badb-0d3e-4b8c-8a46-c37bf6c17f11",name:"Barbed Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+4 damage (or 1d8 + 6 damage while bloodied) and ongoing 5 damage (save ends).",damage:"1d8+4 damage (or 1d8 + 6 damage while bloodied) and ongoing 5 damage (save ends)",category:1},{id:"d0af7671-2912-473a-bb14-46ed95165511",name:"Whip Flay",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires barbed whip; reach 2; 3d8+7 damage (or 3d8 + 9 damage while bloodied) and ongoing 10 damage (save ends).",damage:"3d8+7 damage (or 3d8 + 9 damage while bloodied) and ongoing 10 damage (save ends)",category:1},{id:"31e728c3-dd7e-4421-9013-7a5321e9ae8a",name:"Drag Around",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Requires barbed whip; reach 2; 2d8+5 damage (or 2d8 + 7 damage while bloodied) and the target slides 3 squares.",damage:"2d8+5 damage (or 2d8 + 7 damage while bloodied) and the target slides 3 squares",category:1},{id:"49c92ff0-7e61-4285-bed5-177878e0070d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll lasher deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll lasher’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7cd8f36-829f-49d7-bcff-288cbabf9eca",name:"Wicked Fang Mauler",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +13",equipment:"greatsword; hide armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:17},charisma:{score:8},hp:94,initiative:4,ac:19,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"a06cb410-3fb4-4421-ba73-64312134800a",name:"Shadar-Kai Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 damage (crit 1d12+20), or 1d12+10 damage (crit 1d12+22) while bloodied.",damage:"1d12+8 damage (crit 1d12+20)",category:1},{id:"5605c16d-93a5-4a83-bde4-aed5b081766e",name:"Backhand",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+8 damage, or 1d6+10 damage while bloodied, and the target is knocked prone.",damage:"1d6+8 damage",category:3},{id:"72045ee5-d02d-4fbc-8eb9-ea7c37698f67",name:"Beast Back",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 damage (crit 1d12+20), or 1d12+10 damage (crit 1d12+22) while bloodied, and the target is pushed 2 squares.",damage:"1d12+8 damage (crit 1d12+20)",category:1},{id:"62fdf9d9-a01e-46fd-a8cb-45d103f9b516",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll mauler deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll mauler’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d7078d2c-35e9-4a6f-a648-f277c70139a3",name:"Wicked Fang Recruit",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"greatsword; hide armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:13},charisma:{score:8},hp:1,initiative:7,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"771f0a4a-6dbe-4828-98ca-c7726af8578d",name:"Shadar-Kai Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"8 damage, or 10 damage while bloodied.",damage:"8 damage",category:1},{id:"cb5c787b-f603-4441-97e4-136760a6a5ad",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll recruit deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll recruit’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"244d8f0e-f9ef-417e-a4ba-dedf43dc886a",name:"Wicked Fang Scout",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"crossbow bolts (20); hand crossbow; hide armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:77,initiative:7,ac:21,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"57dfe09f-730d-4418-bce6-aa1ca3811d62",name:"Shadar-Kai Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+9 damage (crit 1d6+15), or 1d6+11 damage (crit 1d6+17) while bloodied.",damage:"1d6+9 damage (crit 1d6+15)",category:1},{id:"c3ea19fc-f8db-4525-be8c-e3045c6c4b55",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+9 damage, or 1d6+11 damage while bloodied.",damage:"1d6+9 damage",category:1},{id:"7fa30d62-d6a5-419e-aa31-e4193fad2c6a",name:"Cowardly Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"Requires hand crossbow; 1d6+9 damage, or 1d6+11 damage while bloodied; the gnoll scout can shift 2 squares both before and after making the attack.",damage:"1d6+9 damage",category:1},{id:"6600df50-50ac-474f-a4c9-92c3efc244ce",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll scout deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the scout’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9a3579a-c7d4-4fd4-b1c6-b8a504714936",name:"Wicked Fang Sentry",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"greatsword; hide armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:16},charisma:{score:8},hp:80,initiative:6,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"6faae0b6-0dc1-4f34-892d-49ebb001f1a4",name:"Shadar-Kai Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17), or 1d12 + 7 damage (crit 1d12 + 19) while bloodied, and the target is marked until the end of the gnoll sentry’s next turn.",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"14c4d63a-f575-46e5-869b-f261b499357e",name:"Defend the Pack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:12,defence:0},description:"",details:"1d12+5 damage, or 1d12 + 7 damage while bloodied, and the target is marked until the end of the gnoll sentry’s next turn.",damage:"1d12+5 damage",category:1},{id:"4eef51fd-b060-4192-9cfb-3733a817ae24",name:"Defensive Lure",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll sentry shifts 3 squares, then pulls all targets it has marked 3 squares.",damage:"The gnoll sentry shifts 3 squares",category:2},{id:"6a706cbe-cbbc-46bb-89f7-7e22542b1cb8",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll sentry deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll sentry’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9baac3c7-9353-4435-b62c-2d6bd091aa1e",name:"Wicked Fang Warmaster",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +10",equipment:"hide armor; wicked fang",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:10},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:107,initiative:6,ac:20,fortitude:20,reflex:19,will:20,regeneration:null,auras:[{id:"72bb8101-fdf2-4e70-86ab-fbe9efc7220e",name:"Warmaster’s Aura",keywords:"",details:"aura 5; the gnoll warmaster gains a +1 bonus to AC and all defenses for each ally within the aura (maximum +5)"}],powers:[{id:"69e0b8d7-98c4-43ef-b2be-11d254429ff2",name:"Wicked Fang",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+8 damage (crit 3d8+24), or 2d8+10 (crit 3d8+26) damage while bloodied.",damage:"2d8+8 damage (crit 3d8+24)",category:1},{id:"17554e62-d0a4-40d6-b596-d5e892e414b1",name:"Forward the Wicked Fang",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires Wicked Fang; 4d8+8 damage (crit 3d8 + 40), or 4d8 + 10 damage (crit 3d8 + 42) while bloodied, and all gnoll allies within the warmaster’s aura make a basic attack; see also pack attack.",damage:"4d8+8 damage (crit 3d8 + 40)",category:1},{id:"73855f58-b898-407d-9613-fe4019903869",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll warmaster deals an extra 5 damage on melee attacks against an enemy that has two or more of the gnoll warmaster’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"bbd3fb04-ee30-459f-acd4-77c5ff754276",name:"Wicked Fang Power",action:{action:7,trigger:"when an attack with the weapon keyword hits",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target also takes ongoing 13 damage (save ends).",damage:"the target also takes ongoing 13 damage (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b7f65b6-4b59-4073-9fe5-d8e4bde66c37",name:"Windrage Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +14",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:20},intelligence:{score:13},wisdom:{score:15},charisma:{score:22},hp:118,initiative:12,ac:27,fortitude:27,reflex:26,will:27,regeneration:null,auras:[{id:"dfa281b1-5e5c-452f-9826-382eb2031a8a",name:"Windrage Song",keywords:"",details:"(Acid) aura 10; an enemy that starts its turn in the aura takes 10 acid damage (deafened creatures take 5 acid damage)."}],powers:[{id:"dffb3387-d788-4be4-b206-8d40a424a8f4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 acid damage.",damage:"2d8+6 acid damage",category:1},{id:"403aa1d8-0845-40d2-b7d7-c3433bb87950",name:"Acid Gale",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:20,defence:2},description:"",details:"2d8+6 acid damage, and the target is blinded (save ends).",damage:"2d8+6 acid damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a64be5a-c5f1-4485-b3c4-a8c30bda2806",name:"Corroded Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +15",equipment:"greatsword",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:10},hp:112,initiative:10,ac:27,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"91b992be-66fd-4a5a-bfb3-5294f43efd3c",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Cold, Fire, Lightning or Thunder",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+7 damage plus 1d10 cold, fire lightning, or thunder damage (helmed horror’s choice).",damage:"1d10+7 damage plus 1d10 cold",category:1},{id:"72589fac-cd34-4e63-83db-c5809f090819",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Cold, Fire, Lightning or Thunder",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The helmed horror makes an elemental greatsword attack against two different targets within reach.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"a344b469-f91a-4501-9fe7-21a201f07c48",name:"Tactical Step",action:{action:7,trigger:"when the helmed horror hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The helmed horror shifts 2 squares.",damage:"The helmed horror shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, disease, fear, poison, sleep",tactics:""},{id:"d42ffc92-8783-4f4b-aae9-24a4fe0f1d92",name:"Darkpact Ghoul Initiate",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:6,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:21},intelligence:{score:17},wisdom:{score:18},charisma:{score:15},hp:264,initiative:13,ac:29,fortitude:27,reflex:27,will:25,regeneration:null,auras:[{id:"36dd3e4d-c444-44b5-b90a-c1a11e662991",name:"Nauseating Stench",keywords:"",details:"aura 6; a living creature that enters or starts its turn in the aura takes a –2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"d1b220a3-0ed0-4f16-9e66-25661f35bf80",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+4 damage, and the target is immobilized (save ends).",damage:"2d10+4 damage",category:1},{id:"eb26efaa-b8d7-4f9d-b008-7bf9e316a5ad",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkpact ghoul makes two claw attacks.",damage:"",category:1},{id:"37ab049d-e1aa-4757-947a-150b80d5a68a",name:"Ravenous Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets a bloodied creature; 2d12+6 damage or 3d12+6 damage and weakened (save ends) against an immobilized target.",damage:"2d12+6 damage or 3d12+6 damage and weakened (save ends) against an immobilized target",category:1},{id:"b0b2768f-4a62-4d2a-8239-5ecee2dabd06",name:"Baleful Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The ghoul teleports up to 6 squares. Each enemy adjacent to the ravenous ghoul after it teleports is dazed until the end of the ravenous ghoul’s next turn.",damage:"The ghoul teleports up to 6 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ac39ab4a-5efb-4783-a50a-5f2ad45548be",name:"Denva",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:1,leader:!0},senses:"Perception +4; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Athletics +15, Insight +9, Intimidate +14",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:10},intelligence:{score:17},wisdom:{score:8},charisma:{score:18},hp:206,initiative:7,ac:28,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"95980142-7618-4d77-b107-650db2f79533",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"bab40826-ceb9-42aa-9a4d-59306ff68f50",name:"Whirling Slashes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Denva makes two longsword attacks. Each one that hits also slides the target 2 squares.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"ce758026-ed39-4310-b575-78ebcd2e64b5",name:"Crushing Vice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"2d8+6 damage, and one ally adjacent to the target can make a melee basic attack against it as a free action, adding +4 to the damage roll.",attack:{bonus:17,defence:0},description:"",details:"",damage:"",category:1},{id:"beaf265e-cb74-485e-8c77-df95c269f3ca",name:"Aberrant Howl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+6 damage, and Denva and one ally within 5 squares regain 15 hit points. This power can bring a creature reduced to 0 hp back to life.",damage:"2d8+6 damage",category:1},{id:"bbc00ace-438c-4ce5-b72f-c16689763f4f",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"one ally takes a move action as a free action.",damage:"",category:2},{id:"e8f75f16-db95-4b1b-b6ac-1d16de455265",name:"Slimy Skin",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Denva is adjacent to an enemy, she shifts to any other square adjacent to that enemy. She can also use this power with the escape action, gaining +2 to the check to escape. If she escapes, she can shift 1 square.",damage:"gaining +2 to the check to escape",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"05de46f0-720c-4f2a-9f5a-a65596e91afc",name:"Destrachan Farspeaker",details:"",size:3,origin:0,type:1,keywords:"blind",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +10; blindsight 10",movement:"6, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +9, Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:16},hp:117,initiative:9,ac:25,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"0c572e63-c907-4fff-a505-e89acff2a194",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"d604846a-42da-4bb4-a48e-4aa90157d5ed",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"2d6+6 thunder damage.",damage:"2d6+6 thunder damage",category:1},{id:"42f12c0f-7d54-462f-a3e3-6687639bf802",name:"Buffeting Bellow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"2d8+5 thunder damage, and the target is pushed 3 squares.",damage:"2d8+5 thunder damage",category:1},{id:"78e1ecee-4f9c-401c-bac8-6e2351c607ca",name:"Drowsing Thrum",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:14,defence:1},description:"",details:"1d6+3 thunder damage, and the target is dazed (save ends). First Failed Save: The target falls unconscious (save ends).",damage:"1d6+3 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"be0f7d01-698d-4857-8a51-bd2f751969ed",name:"Elomir",details:"",size:2,origin:0,type:2,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech, Elven",skills:"Athletics +17, Intimidate +16",equipment:"heavy shield; longsword; scale armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:20},hp:238,initiative:12,ac:30,fortitude:27,reflex:25,will:26,regeneration:{value:5,details:""},auras:[{id:"11b8d154-6fc4-4117-b7a1-738d5e6895f1",name:"Psychic Vortex",keywords:"",details:"(Psychic) aura 1; if an enemy Elomir has marked starts its turn in the aura, that enemy takes 5 psychic damage and is slowed until the start of its next turn."}],powers:[{id:"972db707-5c39-4221-990e-4024b143ad58",name:"Psychic Agony Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+6 damage, ongoing 5 psychic damage, and the target is marked (save ends both).",damage:"1d8+6 damage",category:1},{id:"8fbd0ea1-87da-483d-9f96-79a7f8507d26",name:"Dual Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Elomir makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"c7602d3b-6cf7-4e2f-b465-9c4ee185202d",name:"Shared Agony",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Must target an enemy Elomir has marked; 1d8+8 damage, ongoing 10 psychic damage, and if an ally of the target starts a turn adjacent to the target, that creature takes 10 psychic damage (save ends both).",damage:"1d8+8 damage",category:1},{id:"3c566f78-ce65-4697-a341-f560df02880e",name:"Disruptive Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+8 damage, and whenever the target is the target of a power that has the healing keyword, it takes 10 necrotic damage (save ends).",damage:"2d8+8 damage",category:1},{id:"b43b51c4-e4ef-440e-be3e-35dae46bc7da",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Elomir can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"38746db5-d4ce-4693-a1bb-f29f8e6df2ed",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Elomir ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ada91b47-91a3-465b-90dd-462815a95a9f",name:"Eskade",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Arcana +12, Bluff +14, Stealth +9",equipment:"implement, rod; leather armor; morningstar",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:14},intelligence:{score:15},wisdom:{score:8},charisma:{score:21},hp:168,initiative:7,ac:24,fortitude:22,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"e41962b0-8637-4d0d-8848-3158404bf2c0",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"2234174c-1a3b-465c-98aa-ee583fb6b025",name:"Malachi’s Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Radiant",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6+5 radiant damage, ongoing 5 radiant damage, and the target cannot move close to Eskade (save ends both). Another target within 5 squares takes 1d6+5 radiant damage.",damage:"2d6+5 radiant damage",category:1},{id:"a73aed8e-17bd-438c-84c8-791d74e53cc0",name:"Bad Starsign",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"4d8+5 damage, and the target takes -2 to attack rolls (save ends).",damage:"4d8+5 damage",category:1},{id:"dcf07287-6576-4c76-8fd4-2b42873e250f",name:"Starfire Veil",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"while bloodied",range:"Close burst 1",attack:{bonus:13,defence:1},description:"",details:"2d8+5 fire damage, and the target is blinded (save ends).",damage:"2d8+5 fire damage",category:3},{id:"9c6d99d9-2cfc-475e-8b7c-c39218c11959",name:"Star Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Eskade curses the nearest enemy that she can see. Her attacks deal a cursed enemy an extra 1d8 damage.",damage:"her attacks deal a cursed enemy an extra 1d8 damage",category:3},{id:"0e50414b-4318-44f6-81b7-41a44b466f62",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Eskade gains a +1 power bonus to her next attack roll against an enemy that hit her since her last turn. If the attack hits and deals damage, it deals an extra 7 damage.",damage:"if the attack hits and deals damage",category:3},{id:"879d4872-e1ad-444f-8d5d-7ab5cd5eb049",name:"Shadow Walk",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Eskade moves at least 3 squares on her turn, she gains concealment until the end of her next turn.",damage:"If Eskade moves at least 3 squares on her turn",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61f330b5-2445-4e96-a5ac-76b30e062cce",name:"Eye of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Nature +9, Stealth +12",equipment:"battleaxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:17},intelligence:{score:10},wisdom:{score:8},charisma:{score:12},hp:95,initiative:9,ac:23,fortitude:21,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"9ebf1cf6-ac83-4c17-b484-d8dc721494d0",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"44b35cba-17ad-4650-89b5-19b4011c1e16",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"92e62179-1fd1-473e-b726-8c64fb0796da",name:"Malachi’s Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The eye of Malachi makes a battleaxe attack and a handaxe attack. If both attacks hit, one target takes ongoing 5 psychic damage (save ends).",damage:"one target takes ongoing 5 psychic damage (save ends)",category:1},{id:"f1839d3f-7ca4-4f22-bcb1-c968cb302983",name:"Scream for Malachi",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage.",damage:"2d6+2 psychic damage",category:0},{id:"301e4bac-035d-49a4-ba28-27dcc1f6d701",name:"Pain Slide",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Creatures taking ongoing damage can’t attack the eye of Malachi for moving or shifting.",damage:"creatures taking ongoing damage can’t attack the eye of malachi for moving or shifting",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0bb8169-af86-4602-a127-420428718107",name:"Feaster",details:"",size:3,origin:0,type:1,keywords:"",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"5, swim 5",alignment:"Chaotic evil",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:6},hp:214,initiative:10,ac:29,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"69d16f24-032d-44a7-b00a-e4e58e0ca085",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d12+6 damage, and the target is pulled 2 squares and grabbed.",damage:"1d12+6 damage",category:1},{id:"42a69a15-7135-40dc-815b-579d54fe8cc6",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Feaster makes two tentacle attacks. It can grab up to two targets.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"9f816a76-ae38-4169-bebe-fe24dd10e9cf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Target must be immobilized, stunned, or unconscious; 2d12+6 damage, ongoing 10 necrotic damage (save ends). First Failed Save: The target contracts festering doom.",damage:"2d12+6 damage",category:1},{id:"7bf1939e-c424-423b-a613-0aeff69d1465",name:"Spying Eye",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Feaster can hide in such a way that it leaves only its eyestalk exposed, it gains a +5 bonus to Stealth. The bonus ends if Feaster moves.",damage:"it gains a +5 bonus to Stealth",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"1e818a52-1146-492a-a8ac-838916cba79a",name:"Garen",details:"",size:2,origin:0,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Dwarven",skills:"Acrobatics +15, Bluff +14, Stealth +15, Thievery +15",equipment:"kukri; leather armor; shuriken; thieves’ tools",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:21},intelligence:{score:10},wisdom:{score:8},charisma:{score:18},hp:208,initiative:13,ac:28,fortitude:20,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"2e019d2b-429a-4392-9b97-cddae871b393",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage; reroll any result of 1 on a damage die.",damage:"2d6+5 damage",category:1},{id:"ff6a84a2-dee8-46f4-9723-ae8c1cca76ef",name:"Twin Stars",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires two shuriken",range:"ranged 6/12",attack:{bonus:15,defence:0},description:"",details:"Two attacks; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"bd0c65ac-c3c0-49af-92bf-0a899df78486",name:"Bleeding Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires kukri",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+6 damage, and ongoing 10 damage (save ends). Reroll any result of 1 on a damage die.",damage:"2d6+6 damage",category:1},{id:"47de3d79-e0b5-4fc7-84bc-4d170f65e636",name:"Tentacle Eye Feint",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:13,defence:3},description:"",details:"Reach 2; the target slides 1 square and grants Garen combat advantage until the end of his next turn.",damage:"Reach 2",category:3},{id:"f97734db-1edf-4c03-ad1e-53bc08c3ac23",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Garen deals an extra 2d8 damage to a target he has combat advantage against.",damage:"garen deals an extra 2d8 damage to a target he has combat advantage against",category:0},{id:"cec70864-ace6-416a-b6b0-ff7460d7415d",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Garen is subject to forced movement, he moves 1 square fewer than the effect specifies. When an attack would knock Garen prone, he can roll a saving throw to avoid falling prone.",damage:"he moves 1 square fewer than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"df9cfa3c-e4cf-42d8-8971-62ba009d5faa",name:"Grovald",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:1,leader:!0},senses:"Perception +9",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Religion +12",equipment:"chainmail; longsword",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:12},intelligence:{score:16},wisdom:{score:20},charisma:{score:14},hp:194,initiative:5,ac:25,fortitude:21,reflex:23,will:24,regeneration:null,auras:[{id:"29d74937-628d-4d38-9008-5696f9464fd1",name:"Unhallowed Resilience",keywords:"",details:"aura 3; when allies enter the aura or start their turns there, they gain a +1 bonus to all saving throws."}],powers:[{id:"efef0678-3abc-4d54-a01d-68ad0c2080e1",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"1d6+5 damage, plus 1d6 force damage and push 3.",damage:"1d6+5 damage",category:1},{id:"6afe970d-263b-4dfc-a268-4be7a406cadd",name:"Phantom Spear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 12",attack:{bonus:13,defence:2},description:"",details:"1d8+5 force damage, and the target is immobilized until the end of Grovald’s next turn.",damage:"1d8+5 force damage",category:1},{id:"d9ed04b8-ba0e-46b9-8a61-893730af552f",name:"Twin Spears",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Grovald makes two phantom spear attacks.",damage:"",category:1},{id:"373de844-6bf9-4263-ae5c-38c510c324ca",name:"Phantom Spikes",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Zone",condition:"",range:"Area burst 1 within 15",attack:{bonus:13,defence:2},description:"",details:"3d8+5 force damage. Aftereffect: Any enemy that begins its turn in the area takes 5 force damage, and Grovald’s enemies treat the zone as difficult terrain. Grovald can sustain or dismiss the zone as a minor action.",damage:"3d8+5 force damage",category:1},{id:"cde63e6d-7773-421e-b2da-a2a6607bbfc5",name:"Phantom Riposte",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"immediate reaction when hit or missedby a melee attack",range:"",attack:null,description:"",details:"Grovald makes an immediate phantom spear attack against the triggering enemy. This use of phantom spear does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1d7bda5-3085-40be-9f11-1d4f69f29560",name:"Harrowfolk Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"",equipment:"javelin; leather armor; spear",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:7,ac:24,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"5a392d0c-4144-4b0f-a9d7-f3b184dd32f0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d29d1fb9-3c1a-4c46-962a-9d0f66feac85",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2da57be7-28c0-4b75-bf5e-7dbaeba7f53d",name:"Harrowfolk Nature Priest",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 when charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +9, Intimidate +7, Nature +14",equipment:"leather armor; spear",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:74,initiative:7,ac:21,fortitude:21,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"d171395b-01e7-464a-83bc-9c333e920429",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"ead5a056-3066-4a4b-bcdb-1ac2a4fa38a6",name:"Thorn Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"291ae4f2-75fc-4704-adc6-b204fdad1c5b",name:"Leeching Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"3d6+5 damage, and the target takes ongoing 5 damage and is slowed (save ends both).",damage:"3d6+5 damage",category:1},{id:"210a7b6c-9291-4716-9801-8e558d5ef0ac",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the half-orc hits an enemy, it can deal +1[W] damage with a weapon attack or +1d8 damage with a nonweapon attack.",damage:"it can deal +1[w] damage with a weapon attack or +1d8 damage with a nonweapon attack",category:4},{id:"bed9cab0-267e-4b23-ab76-abfe1d9844ea",name:"Half-Orc Resilience",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When first bloodied, the half-orc gains 5 temporary hit points.",damage:"the half-orc gains 5 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b0a45b6-a832-44df-9eaf-47c0f9b02b98",name:"Harrowfolk Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +9, Intimidate +6, Nature +12",equipment:"battleaxe; handaxe; leather armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:88,initiative:7,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"c2754df3-7a19-4f4a-8622-ceb7cccf963a",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"24f47e69-2a75-49e8-8c38-cdc567f13de8",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10 or melee 1",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"996fdf0d-cca4-431d-94cf-8e003f68b0fb",name:"Chop Chop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Harrowfolk warrior makes a battleaxe attack and a handaxe attack, adding no +4 to the handaxe damage. The warrior can shift 2 squares, dividing them before, between, or after the attacks.",damage:"adding no +4 to the handaxe damage",category:1},{id:"1599470c-7661-4ddf-afd1-9c3305167e20",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"The Harrowfolk warrior makes a ranged handaxe attack followed by a charge attack. .",attack:null,description:"",details:"",damage:"",category:1},{id:"ee3477ea-d100-463b-90fa-f2f9228714ab",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the half-orc hits an enemy, it can deal +1[W] damage with a weapon attack or +1d8 damage with a nonweapon attack.",damage:"it can deal +1[w] damage with a weapon attack or +1d8 damage with a nonweapon attack",category:4},{id:"ddd522d6-36b3-4048-b010-d608c84035dc",name:"Half-Orc Resilience",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When first bloodied, the half-orc gains 5 temporary hit points.",damage:"the half-orc gains 5 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f843f86-fd1e-4ac1-8d8d-0c7ef237c549",name:"Horrid Grell",details:"",size:2,origin:0,type:1,keywords:"blind",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +10; blindsight 12",movement:"1 (clumsy), fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Stealth +18",equipment:"",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:20},intelligence:{score:10},wisdom:{score:14},charisma:{score:9},hp:192,initiative:11,ac:26,fortitude:21,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"761a6ad6-a6c1-4956-8601-a28bf3f77848",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d8+5 damage, and the target is slowed and takes a -2 penalty to attack rolls (save ends both).",damage:"3d8+5 damage",category:1},{id:"81f80564-577f-48dd-8f10-fd2662b0a46f",name:"Tentacle Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; 2d8+5 damage, and the target is grabbed. The grell can grab only one creature at a time.",damage:"2d8+5 damage",category:1},{id:"20ea6350-9688-403c-9840-b1cd14ef9d07",name:"Venomous Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Grabbed targets only; 1d8+5 damage, and the target is stunned (save ends).",damage:"1d8+5 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"3acbe5a6-d22e-439e-bb75-0256087a1fc4",name:"Klaus",details:"",size:2,origin:0,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Athletics +15, Dungeoneering +13, Nature +13",equipment:"hide armor; longsword; short sword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:17},charisma:{score:6},hp:204,initiative:11,ac:26,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"9ca7c37b-ef7b-48f0-8f1b-68d682f754e0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"8ca09bd9-4fe3-4b78-9808-167754ddcea6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"4b75c04d-123f-447c-9d90-0810a7f6bfa0",name:"Bloody Rending",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Klaus makes a longsword attack and a short sword attack. If he hits one target with both attacks, that target takes ongoing 5 damage (save ends).",damage:"that target takes ongoing 5 damage (save ends)",category:1},{id:"55934871-1837-4fd5-a650-f905f5a13f84",name:"Skirmish +2d8",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Klaus moves 3 squares away from his starting point, he deals an extra 2d8 damage with melee attacks until the start of his next turn.",damage:"",category:0},{id:"60daba1f-128b-4bbd-a698-abf113a5a283",name:"Unmarked Speed",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Klaus ends any mark affecting him and shifts 2 squares or moves 4 squares. The creature that marked him takes 5 psychic damage.",damage:"the creature that marked him takes 5 psychic damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fcd8e4a0-ea29-48a0-adc4-8bb9d37d4ebf",name:"Marching Hamer",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:8},intelligence:{score:5},wisdom:{score:14},charisma:{score:13},hp:129,initiative:4,ac:23,fortitude:23,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"7ba94312-e754-4fa7-9c4e-c3053bf34804",name:"Hammer Hand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"ac47ab7e-0c0e-4c75-b17a-5199588a6ae9",name:"Hammering Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The marching hammer can use this power as a part of a charge; 3d6+5 damage, plus target is knocked prone.",damage:"3d6+5 damage",category:1},{id:"c17d0cc9-dfd4-41d0-9471-6d996136f09e",name:"Beat Them When They’re Down",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The marching hammer deals 1d6 extra damage when attacking a prone enemy.",damage:"the marching hammer deals 1d6 extra damage when attacking a prone enemy",category:0},{id:"49c8ef47-0eb4-4bf6-b8f7-2abe39fb5d9d",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A marching hammer can make a hammering charge attack against any creature in its guarded area, even if the power hasn’t recharged. If the marching hammer uses a charge attack to make its hammering charge, its speed increases to 8 when making that charge.",damage:"its speed increases to 8 when making that charge",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"465165fd-0d20-4ee9-8cce-162c85ca720e",name:"Plague-changed Ghoul Eater",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:129,initiative:12,ac:29,fortitude:25,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"57c351ca-ff94-4ff7-b339-c0f4ac337684",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is immobilized (save ends).",damage:"2d6+5 damage",category:1},{id:"049dd2bd-377c-424b-b88a-1919d4fcbe82",name:"Gut Tongue",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the plague-changed ghoul eater damages an immobilized, stunned, or unconscious target with its claws attack, the target also takes ongoing 10 acid damage (save ends).",damage:"when the plague-changed ghoul eater damages an immobilized",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5823fb3-ee2c-4a38-b831-ca2eaaae213c",name:"Plague-changed Ghoul King",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:258,initiative:12,ac:31,fortitude:26,reflex:28,will:22,regeneration:null,auras:[],powers:[{id:"d8b3a5a8-bd3c-4ad2-a3fa-44b6eb1cd242",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is immobilized until the end of the plague-changed ghoul king’s next turn (save ends).",damage:"2d6+5 damage",category:1},{id:"7c0f82f0-849a-4d3d-8fe8-3cc92b261392",name:"Ghoul Pack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Before the attack, the plague-changed ghoul king lets one adjacent ally or an ally adjacent to its target shift 1 square; 2d6+5 damage, and the target is immobilized until the end of the plague-changed ghoul king’s next turn.",damage:"2d6+5 damage",category:1},{id:"dc22140e-6d91-4920-99a9-12ad8920ac87",name:"Ghoul Fervor",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within line of sight makes an immediate basic attack.",damage:"",category:3},{id:"fb31516f-939d-4c13-b7c8-2b07e4defb87",name:"Gut Tongue",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the plague-changed ghoul king damages an immobilized, stunned, or unconscious target with its claws or ghoul pack attacks, the target also takes ongoing 10 acid damage (save ends).",damage:"when the plague-changed ghoul king damages an immobilized",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f1d60ac8-124f-4ebb-b490-24a9617fee98",name:"Possessed Citizen",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +11",equipment:"greatsword; leather armor",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:101,initiative:10,ac:26,fortitude:23,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"393640de-a5ab-4dee-ba43-9f1e0a8b28f1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+4 damage, plus 3d6 extra psychic damage if the target is immobilized, and the target takes a -2 penalty to",damage:"1d12+4 damage",category:1},{id:"de0eca52-343c-49be-8fad-66a87a2cb4fa",name:"Telekinetic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"Medium or smaller target; the target is immobilized (save ends).",damage:"",category:1},{id:"83cea557-3599-4a58-974b-b58852d187bb",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the possessed citizen can fly 5 squares.",damage:"the possessed citizen can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43f41fd6-cc25-4da4-90ba-792d82411277",name:"Rathoraiax",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"4, fly 8 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:9},intelligence:{score:1},wisdom:{score:16},charisma:{score:3},hp:328,initiative:5,ac:27,fortitude:29,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"1c13bcdf-2e09-48c1-ab44-54bbd77abf67",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target is knocked prone if it is Large size or smaller.",damage:"2d10+6 damage",category:1},{id:"3273272b-4491-44b5-a85c-27587e288b12",name:"Tail Crush",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; prone targets only; 3d8+6 damage.",damage:"3d8+6 damage",category:3},{id:"7094ebf0-f19d-43f7-b247-a46f1e08b741",name:"Savage Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rathoraiax makes two claw attacks.",damage:"",category:1},{id:"25377f93-f753-4c19-88a7-1c61d54fcf73",name:"Breath of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"4d10+6 poison and necrotic damage, plus the target takes ongoing 10 poison and necrotic damage and is weakened (save ends both).",damage:"4d10+6 poison and necrotic damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d226523c-eb48-4e51-a617-508d29e5d6a0",name:"Slystone Dwarf Ruffian",details:"",size:1,origin:2,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Athletics +14",equipment:"leather armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:18},hp:104,initiative:12,ac:26,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"dab0c31d-0a1c-43f4-99dc-c9f8cb548ca8",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage, and the target is marked until the end of the slystone ruffian’s next turn.",damage:"2d6+5 damage",category:1},{id:"01292bb5-cbd7-4ae2-92c8-43c8a95943c7",name:"Mighty Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d8+5 damage, and the target is pushed 3 squares. The slystone dwarf ruffian can use this power as part of a charge.",damage:"3d8+5 damage",category:1},{id:"6ef69044-f089-4682-8bf8-1a491f7cda1f",name:"Mad Dash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the slystone dwarf ruffian makes a charge attack, the enemy is knocked prone on a hit, in addition to any other effects of the attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8f32b799-1b05-4bf2-aefe-565f9211c17d",name:"Spitting Troll",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!0},senses:"Perception +8",movement:"6, climb 4",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +13, Endurance +14",equipment:"javelin; leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:106,initiative:12,ac:26,fortitude:22,reflex:23,will:22,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"39008ad9-6271-464c-bac7-eca711fa07a2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage, plus 1d6 poison damage.",damage:"1d6+5 damage",category:1},{id:"29b3c448-8850-4b09-8476-165bb315c871",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage, plus 1d6 poison damage.",damage:"1d6+5 damage",category:1},{id:"ae4b62a9-e088-4b61-8a8c-047b83072868",name:"Acid Spit",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"1d6 acid damage.",damage:"1d6 acid damage",category:3},{id:"943ec45d-f9a9-4184-84ec-e05c26827db3",name:"Regenerative Empowerment",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One troll within 10 squares whose regeneration is currently inactive (as a result of taking acid or fire damage) immediately reactivates the regeneration.",damage:"one troll within 10 squares whose regeneration is currently inactive (as a result of taking acid or fire damage) immediately reactivates the regeneration",category:3},{id:"b3cb7ea0-ae56-4e7a-8ab0-abec608f23c7",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3cc37fd-a946-4fb6-9148-6edeb7502ad1",name:"Streetwise Thug",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +11, Thievery +8",equipment:"crossbow; crossbow bolts (20); leather armor; longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:12},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:3,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"512267b0-c38a-46ae-a8d6-798a32e5ab2d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d6bd25d9-acb4-499d-9667-133cc7c0bc6b",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"90c6fcd8-06a5-4351-83a4-60696d5d4ba4",name:"Murder is a Team Sport",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a streetwise thug is flanking an enemy, it deals 1 extra point of damage per ally adjacent to the flanked enemy (including the ally who is granting the flank), to a maximum of +4.",damage:"it deals 1 extra point of damage per ally adjacent to the flanked enemy (including the ally who is granting the flank)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cce0e9f3-59b7-4cdd-aebb-799bab0e0f56",name:"Two-Headed Troll",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +7",movement:"6",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"hide armor",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:10},intelligence:{score:6},wisdom:{score:14},charisma:{score:10},hp:264,initiative:5,ac:25,fortitude:27,reflex:19,will:20,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"5adb57eb-d637-41c4-9e97-612242af0f78",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"970fa6d9-4d32-4127-9eba-790e3d1c58a1",name:"Smackdown",action:{action:4,trigger:"when an enemy moves into a position that flanks the two-headed troll",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"The two-headed troll targets one creature flanking it; the target is knocked prone.",damage:"",category:5},{id:"d3f9d677-cabf-4bb9-b33b-c463269f6397",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A two-headed troll rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The troll’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"40a1b044-b6be-4d7a-ae79-ea35da394e21",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the two-headed troll automatically succeeds on all saving throws against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0},{id:"ee1057c9-dc8b-44f5-8648-87a13121f9c3",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4e8fffa3-2c0e-401d-80cc-06e146ef4074",name:"Vaymeer",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Athletics +14, Endurance +10, Intimidate +10, Nature +11",equipment:"greataxe; hide armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:18},intelligence:{score:11},wisdom:{score:12},charisma:{score:16},hp:276,initiative:9,ac:26,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"37648b1b-db1e-4b87-a5c0-b63775215d12",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d12+6 damage (crit 2d12+30).",damage:"2d12+6 damage (crit 2d12+30)",category:1},{id:"679a0f44-e8af-44a1-80f1-062ddbf9bba0",name:"Axe Reaction",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"immediate reaction when an enemy hits or misses vaymeer",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets the triggering enemy; 3d12+6 damage (crit 2d12+42).",damage:"3d12+6 damage (crit 2d12+42)",category:1},{id:"81d0f69a-66f1-4a86-9a3c-5400445041fc",name:"Earth’s Wellspring",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaymeer gains 15 temporary hit points, and he ends any marked condition affecting him.",damage:"Vaymeer gains 15 temporary hit points",category:3},{id:"a9febf26-5599-4c17-8975-37767036af95",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When Vaymeer hits an enemy, he can deal +1[W] damage with a weapon attack or +1d8 damage with a nonweapon attack.",damage:"he can deal +1[w] damage with a weapon attack or +1d8 damage with a nonweapon attack",category:4},{id:"7e00c144-d193-49e6-b713-9600f31dc5d7",name:"Half-Orc Resilience",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When first bloodied, Vaymeer gains 10 temporary hit points.",damage:"Vaymeer gains 10 temporary hit points",category:1},{id:"b94db83c-66c2-40ac-8b66-18716226e107",name:"Savage Cleave",action:null,keywords:"",condition:"",range:"Whenever Vaymeer hits with a melee attack, he can make a melee basic attack against another adjacent enemy as a free action, taking -2 to the second attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0933723d-94f8-4517-bd20-440bb8db916e",name:"Warped Ghoul",details:"",size:2,origin:0,type:2,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:8},charisma:{score:16},hp:130,initiative:8,ac:22,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"b4d4a303-4534-49d6-a926-f6fcf1a00d61",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and ongoing 5 damage.",damage:"1d10+5 damage",category:1},{id:"5e5b8726-3af9-46f7-9b31-bf899f606880",name:"Gut Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Provokes opportunity attacks unless the target is immobilized; 2d8+5 damage, and the ghoul regains 10 hit points.",damage:"2d8+5 damage",category:1},{id:"a9d41ffe-9e76-40d9-beb2-958afb2b61a7",name:"Passing Consumption",action:{action:4,trigger:"when missed by a melee attack made by an adjacent attacker",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghoul can make a gut maw attack that doesn’t provoke opportunity attacks.",damage:"",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3e286835-8711-43b7-b803-258f92fda21e",name:"Warped Grick",details:"",size:2,origin:0,type:1,keywords:"",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"Endurance +11, Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:14},charisma:{score:7},hp:96,initiative:4,ac:19,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"ce3da167-093d-4a6c-9228-a3429fe08e4c",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+4 damage, and ongoing 5 damage (save ends).",damage:"2d6+4 damage",category:1},{id:"d108c937-374a-4c99-9e8e-27fce42a93ff",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The warped grick gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The warped grick gains a +2 bonus to attack rolls against an enemy it is flanking",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:""},{id:"94821e6f-8814-4abd-ab28-cc721f9e4aad",name:"Warped Grick Alpha",details:"",size:3,origin:0,type:1,keywords:"",level:11,role:{type:2,flag:0,leader:!0},senses:"Perception +11; darkvision",movement:"7, climb 4",alignment:"Chaotic evil",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:17},intelligence:{score:2},wisdom:{score:17},charisma:{score:7},hp:116,initiative:5,ac:23,fortitude:25,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"f3000e49-8555-439d-b2cf-5c0856cd265b",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+5 damage, ongoing 5 damage (save ends), and the target is grabbed.",damage:"2d8+5 damage",category:1},{id:"13449676-e23f-4525-9765-b8ce947bd1ff",name:"Vicious Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Grabbed target only; automatic hit; 1d8 + 5 damage.; 2d6+5 damage.",damage:"1d8 + 5 damage",category:1},{id:"386c5f51-414b-41d6-b90b-4efb978da7d7",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking",category:0},{id:"ce51268e-c2ab-4eae-b88a-6a83fc12ab14",name:"Pinning Grip",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The warped grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature.",damage:"The warped grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:""},{id:"91ba89de-107c-46ea-ac59-29f15983a404",name:"Warped Grimlock Zombie",details:"",size:2,origin:0,type:0,keywords:"blind, undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; blindsight 5",movement:"6",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:14},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:25,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"84f84f6c-c0fe-4d44-a271-76aeb8c2ecab",name:"Viscera Grab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 7 damage, and the target is grabbed (escape ends). The zombie can grab only one target at a time, but the zombie can maintain the grab as long as it remains within 2 squares of the target.",damage:"7 damage",category:1},{id:"139d35c9-e015-4434-b861-23f921e2103b",name:"Burrowing Entrails",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"grabbed target only",range:"",attack:null,description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:1},{id:"59139414-09c6-4254-bd59-2250b65264f2",name:"Corpse Seeming",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the zombie is inactive, it appears to be a corpse (DC 18 Insight to see through the ruse).",damage:"it appears to be a corpse (DC 18 Insight to see through the ruse)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"5d2cd637-0cca-417c-8095-e8acdc2379d9",name:"Writhing Chain",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:17},intelligence:{score:18},wisdom:{score:15},charisma:{score:12},hp:131,initiative:10,ac:23,fortitude:23,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"8723fda0-9172-4a91-b6db-73a574287bad",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"efbd6ff5-5acc-4f09-bcf2-2ed985357ce2",name:"Winding Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage, and the target slides 2 squares and is grabbed and restrained.",damage:"2d6+5 damage",category:1},{id:"a1a14255-9e68-44b9-b087-de419dee0f6e",name:"Guarded Area",action:null,keywords:"",condition:"",range:"When making attacks against a creature in its guarded area, the writhing chain gains a +2 bonus to hit, and can stretch itself, granting itself reach 3 on all melee attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"278c27e5-61b6-4be0-8b1d-2f05a0303a10",name:"Threatening Reach",action:null,keywords:"",condition:"with guarded area only",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"089dbf26-c416-4298-ba91-06dc01e5db4b",name:"Serpentine Strike",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain shifts 3 squares.",damage:"The chain shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"10dbb637-0561-432a-916e-e8c7ed1d0206",name:"Advanced Foulspawn Seer",details:"",size:2,origin:0,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:15},intelligence:{score:23},wisdom:{score:8},charisma:{score:19},hp:95,initiative:8,ac:24,fortitude:21,reflex:26,will:24,regeneration:null,auras:[{id:"05dcc5d9-9436-41b1-be8b-e4f86b5ba528",name:"Foul Insight",keywords:"",details:"aura 10; allies in the aura that can hear the foulspawn seer gain a +2 power bonus to one attack roll, skill check, ability check, or saving throw on their turn."}],powers:[{id:"125d6d58-30ca-42f5-b295-97f7b3ebe5e0",name:"Twisted Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+6 damage, and the target is pushed 1 square.",damage:"1d8+6 damage",category:1},{id:"05d0549e-6dea-4b9b-9ba5-ffe1586769f4",name:"Warp Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8+6 damage, and the target is dazed (save ends).",damage:"1d8+6 damage",category:1},{id:"63419cfe-4935-47f1-a810-3667b364b0e2",name:"Distortion Blast",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"2d8+6 damage, and the target is dazed (save ends). Aberrant creatures take half damage.",damage:"2d8+6 damage",category:1},{id:"c2696210-72e2-4ff0-8f02-cd4dd064b0ab",name:"Bend Space",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn seer teleports 3 squares.",damage:"The foulspawn seer teleports 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ad7a7160-0f48-4456-ae55-853fbc76dc6c",name:"Angel of Prophecy",details:"",size:4,origin:3,type:2,keywords:"angel",level:23,role:{type:6,flag:2,leader:!1},senses:"Perception +23",movement:"8, fly 12 (hover)",alignment:"Any",languages:"Supernal",skills:"Acrobatics +23, Insight +23, Intimidate +24",equipment:"katar; plate armor",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:24},intelligence:{score:19},wisdom:{score:25},charisma:{score:27},hp:981,initiative:20,ac:40,fortitude:38,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"62e62cf7-7e1c-42a7-a845-7f095f8db522",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Radiant, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d10+8 damage plus 2d8 cold and radiant damage (crit 18 + 1d10 damage plus 16 cold and radiant damage).",damage:"1d10+8 damage plus 2d8 cold and radiant damage (crit 18 + 1d10 damage plus 16 cold and radiant damage)",category:1},{id:"62a42e36-120d-438a-b8d4-a5b7ad18890b",name:"Katar Death Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel of prophecy can make katar attacks against four different enemies. After each attack (hit or miss), the angel can shift 2 squares.",damage:"the angel can shift 2 squares",category:1},{id:"31aa0d17-a711-4490-a9ca-31ab4bc54548",name:"Mark of Prophecy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is under the effect of the angel mark of prophecy. The angel can have only one creature under the effect of a mark of prophecy at a time. The mark of prophecy has the following effect: the target is marked by the angel of prophecy, and while marked and within sight of the angel, when the target hits the angel, the angel can force it to reroll the attack with a -2 penalty. Also, once on each of its turns as a free action, if the angel misses the target with a melee attack, the angel can reroll that attack.",attack:{bonus:26,defence:3},description:"",details:"Reach 3",damage:"Reach 3",category:3},{id:"00d86c29-1588-47d1-bbd5-6dff86f294c6",name:"Word of Prophecy",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Fear",condition:"",range:"Close burst 3",attack:{bonus:23,defence:3},description:"",details:"3d8+9 thunder damage, and the target is pushed 3 squares and takes ongoing 10 psychic and is slowed (save ends both).",damage:"3d8+9 thunder damage",category:5},{id:"d6d2ec77-4eae-4ff9-9168-69312b1b4093",name:"Angelic Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"aura",range:"",attack:null,description:"",details:"Attacks against the angel of prophecy take a -2 penalty until the angel of prophecy is bloodied.",damage:"Attacks against the angel of prophecy take a -2 penalty until the angel of prophecy is bloodied",category:1},{id:"5630c4ac-47ce-4893-ae6b-d317f9e0000c",name:"Prophecy of Rebirth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time each day that the angel is reduced to 0 or fewer hit points it gains regeneration 10 until it regains hit points equal to his bloodied amount or is reduced to 0 or fewer hit points again, whichever comes first.",damage:"The first time each day that the angel is reduced to 0 or fewer hit points it gains regeneration 10 until it regains hit points equal to his bloodied amount or is reduced to 0 or fewer hit points again",category:0},{id:"262504ba-8761-4824-b3d8-ca48e5feae72",name:"Threatening Reach",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"The angel of prophecy can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:10,value:-15},{type:2,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"b722a0cc-0555-46bb-94b7-5089ceef51f1",name:"Ascendant Hellsword",details:"",size:2,origin:3,type:2,keywords:"",level:12,role:{type:2,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6, fly 6 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"chainmail; double sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:22},hp:300,initiative:9,ac:26,fortitude:27,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"f6d97de1-f9f0-456e-9638-b8450c38da7f",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage plus 2d6 fire damage.",damage:"1d8+7 damage plus 2d6 fire damage",category:1},{id:"d8d44b61-f164-4eaf-8540-08ec3aea4c7c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The ascendant hellsword makes two double sword attacks.; .",damage:"",category:1},{id:"06a2fe8a-1315-486c-b3a2-06eff4680b01",name:"Commanding Deviltry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 10 squares can make a basic attack as a free action.",damage:"An ally within 10 squares can make a basic attack as a free action",category:3},{id:"6b66d0e3-5f3d-425f-904e-200120eae031",name:"Whirlwind Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the ascendant hellsword charges an enemy, it can make a double sword attack against each enemy within its reach at the end of its charge.",damage:"",category:0},{id:"d7b8ed66-e5de-4129-b648-bfad1aecbaae",name:"Triumphant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The ascendant hellsword gains 10 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 or fewer hit points.",damage:"The ascendant hellsword gains 10 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 or fewer hit points",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bb7c104-5e8a-4521-8a22-4b3b15a0c8d1",name:"Chain Guardian",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:15},intelligence:{score:6},wisdom:{score:17},charisma:{score:6},hp:248,initiative:8,ac:27,fortitude:29,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"7ca7cbac-58a5-465e-8b6c-b4ab5c2356f2",name:"Whipping Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 3",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and the target is grabbed. The chain guardian can grab 2 creatures at a time.",damage:"1d10+6 damage",category:1},{id:"3b4c0373-e0a2-4ff1-9a9e-86d243d06d2f",name:"Crushing Chain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets a creature the chain guardian has grabbed; 1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"abba5bf8-fdcc-4a04-b83e-1e663ec9f117",name:"Chain Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Burst 3; 2d10+6 damage, and the target is pulled 2 squares and grabbed. The chain guardian can damage all creatures in the burst, but it can still grab only 2 creatures at a time.",damage:"2d10+6 damage",category:1},{id:"c4818956-01b4-4b32-8c46-cb5a631cc4e1",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"This creature can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"03211e00-e8c9-4d93-81ae-fb10d29640e5",name:"Chain Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain guardian can appear as normal chain, allowing it to make a Stealth check at +4 to hide in plain sight before an encounter begins.",damage:"allowing it to make a Stealth check at +4 to hide in plain sight before an encounter begins",category:0},{id:"9224413c-17cc-4b41-9e4a-17697f92b9e3",name:"Stable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain guardian ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"86723947-d657-4c2a-8615-8ffb79865d26",name:"Crazed Carrion Crawler",details:"",size:3,origin:0,type:1,keywords:"",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:19},intelligence:{score:2},wisdom:{score:8},charisma:{score:18},hp:238,initiative:10,ac:28,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"c6d1aadc-2581-468d-98af-0416b0eb3cd8",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 2; 1d4+6 damage, and the target takes ongoing 5 poison and is slowed (save at -2 ends both). First Failed Saving Throw: The target is immobilized instead of slowed (save at -2 ends). Second Failed Saving Throw: The target is stunned instead of immobilized (save at -2 ends).",damage:"1d4+6 damage",category:1},{id:"be83f8c2-b438-4e20-843f-2d69d5f452c2",name:"Snapping Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets a creature that is immobilized, restrained, stunned, or unconscious; 1d10+6 damage.",damage:"1d10+6 damage",category:3},{id:"01fd3942-49d8-49d1-bbdc-02d14ca28acd",name:"Wounded Fury",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable when first bloodied",range:"",attack:null,description:"",details:"The crazed carrion crawler moves up to 6 squares and makes a tentacles attack and a snapping bite against a creature within reach. It prefers to target the creature that bloodied it.",damage:"The crazed carrion crawler moves up to 6 squares and makes a tentacles attack and a snapping bite against a creature within reach",category:5},{id:"c0029c45-c420-4276-a36a-9d5c014fe012",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The crazed carrion crawler can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"61131872-66ae-47ad-8a3f-57e5a870cbfb",name:"Dergan Ironhammer",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"maul",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:72,initiative:3,ac:17,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"d45361cd-2e2a-469d-a819-ff0bc11ad7ca",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:10,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"a50de278-ca11-400c-a7dd-1c0edd52841f",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dergan reduces any forced movement he’s subjected to by 1 square. If he would be knocked prone, he can roll a saving throw to avoid falling prone.",damage:"Dergan reduces any forced movement he’s subjected to by 1 square",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e134a632-d9ef-4a4c-90ee-7bb7fdb0210d",name:"False Sir Keegan (Sir Drzak)",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:7,flag:1,leader:!0},senses:"Perception +11; darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +20",equipment:"light shield; longsword; plate armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:15},intelligence:{score:13},wisdom:{score:11},charisma:{score:17},hp:440,initiative:16,ac:40,fortitude:36,reflex:36,will:36,regeneration:null,auras:[{id:"94b46bb7-e177-47e8-9e36-1f2a366036a3",name:"Marshal Undead",keywords:"",details:"aura 10; every undead ally of a level lower than Sir Drzak that is within the aura gains a +2 bonus to its attack rolls."}],powers:[{id:"261e3937-5b47-4a3b-a93c-791b94f9fe37",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d12+18 damage plus 10 necrotic damage (crit 3d6 + 42 damage plus 10 necrotic damage).",damage:"2d12+18 damage plus 10 necrotic damage (crit 3d6 + 42 damage plus 10 necrotic damage)",category:1},{id:"51ae9c3e-3d5c-4629-9796-efd8c8311a0c",name:"Icy Death Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword; 2d12+18 damage plus 10 necrotic and cold damage and the target is dazed (save ends).",damage:"2d12+18 damage plus 10 necrotic and cold damage and the target is dazed (save ends)",category:1},{id:"82302c63-3e7b-4751-bbcd-023a81e33cd7",name:"Warrior’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires soulsword; 3d12+18 damage plus 10 necrotic damage, and the target is pushed 2 squares. The all within 2 squares of the target are marked until the end of the death knight’s next turn.",damage:"3d12+18 damage plus 10 necrotic damage",category:1},{id:"597eeba5-1d78-426b-a8b1-25ad2e5e1399",name:"Unholy Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"6d10+18 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 3d8 fire damage with melee attacks until the end of the death knight’s next turn.",attack:{bonus:19,defence:2},description:"",details:"",damage:"",category:1},{id:"678efc0c-5f32-4572-9c76-34fd7e3c7fd1",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight marks the target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an enemy adjacent to the death knight shifts, the death knight makes a melee basic attack against that enemy as an immediate interrupt.",attack:null,description:"",details:"",damage:"",category:0},{id:"a13cd2be-5370-4f09-b87a-533fb66227d3",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Sir Drzak is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with its possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with its possessions) in 1d10 days within 1 square of his phylactery",category:0},{id:"1751f832-f55b-4321-af85-f69d23c6599d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 110 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 110 hit points",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"35e3983c-36fc-4ba4-8233-f32d9a809b0d",name:"Fist of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +13",equipment:"light shield; scale armor; war pick",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:9},charisma:{score:17},hp:111,initiative:11,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"393b1bd9-04c4-42d8-b109-623176fd7773",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage (1d8+10 to a bloodied foe); (crit 2d8+15 or 2d8+20 to a bloodied foe) plus ongoing 5 damage and the target is marked (save ends both).",damage:"1d8+5 damage (1d8+10 to a bloodied foe)",category:1},{id:"5685e2fc-310b-4f7a-abeb-cdac923b9be6",name:"Scream for Malachi",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 2d6+3 psychic damage (2d6+8 psychic damage to a bloodied target).",damage:"2d6+3 psychic damage (2d6+8 psychic damage to a bloodied target)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"261adab5-48fb-4239-8606-e554bf6680f8",name:"Foul Gibberer",details:"",size:2,origin:0,type:1,keywords:"",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +10; all-around vision",movement:"5, swim 5",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:19},intelligence:{score:4},wisdom:{score:8},charisma:{score:19},hp:675,initiative:10,ac:28,fortitude:26,reflex:26,will:27,regeneration:null,auras:[{id:"6cf7058e-ce8b-4291-8913-2ad8830559ed",name:"Warped Ground",keywords:"",details:"aura 3; enemies treat the area within the aura as difficult terrain."}],powers:[{id:"20513b6c-ac48-4e4c-af37-4a742a12ff38",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+4 damage, and ongoing 10 acid damage (save ends).",damage:"1d8+4 damage",category:1},{id:"04c92592-7ab0-48aa-ba30-a0f64341b605",name:"Braking Bite",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"usable when a creature moves or shifts within 2 squares of the foul gibberer",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets the triggering creature; reach 2; 1d8+4 damage, ongoing 10 acid damage (save ends), and the target stops moving.",damage:"1d8+4 damage",category:5},{id:"afe1e6e8-9c4d-4417-bd6a-f9951aab758d",name:"Gnashing Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:17,defence:0},description:"",details:"targets enemies; 1d8+4 damage, and ongoing 5 acid damage (save ends).",damage:"1d8+4 damage",category:1},{id:"ad8c565e-0937-4aae-b97c-b670fe9fb545",name:"Caustic Spew",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:15,defence:2},description:"",details:"3d6+6 acid damage, and the target is blinded until the end of the foul gibberer’s next turn.",damage:"3d6+6 acid damage",category:1},{id:"b23fdb47-5b96-4dc5-9076-f5c7da2499f8",name:"Gibbering",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"deafened creatures are immune; the target takes -2 to attack rolls and all defenses (save ends both). First Failed Save: The target takes -2 to attack rolls and is dazed (save ends both).",damage:"the target takes -2 to attack rolls and all defenses (save ends both)",category:4}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f21c3ae7-2b1f-423e-92f2-561dd290c362",name:"Foulspawn Berserker Thrall",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"greatsword",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:16},intelligence:{score:6},wisdom:{score:2},charisma:{score:16},hp:120,initiative:10,ac:27,fortitude:27,reflex:23,will:23,regeneration:null,auras:[{id:"0c3356ca-2718-4677-a321-cc34a7466898",name:"Berserker Aura",keywords:"",details:"aura 1; when a creature in the aura makes a melee attack, it targets a random creature within its reach."}],powers:[{id:"242c9e6b-5015-4ed6-acb4-7c0fea9a7c54",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+19 while bloodied)1d10+7 damage, or 1d10+9 damage while bloodied.",damage:"(+19 while bloodied)1d10+7 damage",category:1},{id:"67bab1f4-a0dd-42c6-bb26-cd3e4a64814c",name:"Berserker Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The foulspawn berserker thrall charges and deals an extra 10 damage if its melee basic attack hits.",attack:null,description:"",details:"",damage:"",category:1},{id:"39d76105-446e-470c-8f41-b16142350275",name:"Mental Feedback",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the foulspawn berserker thrall is attacked by a charm effect, the foulspawn berserker and its attacker take 10 psychic damage.",damage:"the foulspawn berserker and its attacker take 10 psychic damage",category:0},{id:"697eda08-5516-40b1-9718-36138d8a6dc4",name:"Illithid Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn berserker thrall is considered a mind flayer’s thrall.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"ab9fcce4-a9d9-4337-8c4e-07e6ef6f9cf7",name:"Foulspawn Chirurgeon",details:"",size:1,origin:0,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 while bloodied)",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Dungeoneering +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:23},intelligence:{score:12},wisdom:{score:6},charisma:{score:18},hp:121,initiative:14,ac:26,fortitude:23,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"db44e345-d66e-405d-8e65-484bfca47395",name:"Bone Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"2e648806-a8f0-49e2-9314-1581ee204051",name:"Cutter’s Caper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The foulspawn chirurgeon makes four bone sickle attacks and shifts 1 square after each attack.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"19c2d76c-3ab8-4acb-b375-edaa0d1664e0",name:"Surgical Precision",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:null,description:"",details:"The foulspawn chirurgeon makes a bone sickle attack at +2 to the attack roll. A hit is treated as a critical hit, and the ongoing damage from combat advantage is doubled to 10. The foulspawn chirurgeon can also shift 3 squares.",damage:"and the ongoing damage from combat advantage is doubled to 10",category:1},{id:"8b8f2c76-97fe-43ab-9d1f-10de14f11f3b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the foulspawn chirurgeon has combat advantage against a target, its melee attacks also deal ongoing 5 damage (save ends) to that target.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"760a9777-d7ec-4109-bb5d-f7184ca7fe42",name:"Foulspawn Hulk Thrall",details:"",size:3,origin:0,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:150,initiative:8,ac:24,fortitude:27,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"74b92aa0-c1bf-4d0f-90d7-7ebf10bb1885",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; (+17 while bloodied)2d8+7 damage, or 3d8+9 while bloodied.",damage:"(+17 while bloodied)2d8+7 damage",category:1},{id:"ade5fc5a-73f2-4009-a25c-bbd4ebb70264",name:"Illithid Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn hulk thrall is considered a mind flayer’s thrall.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"8fb594cc-d6c8-41e8-a882-e43dcd4bf718",name:"Foulspawn Mangler Thrall",details:"",size:2,origin:0,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"7 (9 while bloodied)",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Athletics +14, Stealth +16",equipment:"dagger",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:21},intelligence:{score:11},wisdom:{score:6},charisma:{score:18},hp:119,initiative:13,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"4565c7bd-0a11-4b34-835c-e055c04c1f46",name:"Bone Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"9945058a-bd03-4ebe-ad75-56390b02f6e1",name:"Dagger Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The foulspawn render makes four bone dagger attacks and shifts 1 square after each attack.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"9f2e62c2-c3b0-4e34-994d-6b424d7fdb2d",name:"Bone Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The foulspawn render makes two bone dagger attacks. Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage per hit.",damage:"1d4+5 damage per hit",category:1},{id:"365379c9-a77c-46b2-8130-053f34496f0b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler deals an extra 3d6 damage to any target it has combat advantage against.",damage:"the foulspawn mangler deals an extra 3d6 damage to any target it has combat advantage against",category:0},{id:"b29279bf-a695-4f3c-8a0e-7d1285da1661",name:"Thrall’s Escape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler thrall gains a +5 racial bonus to AC against opportunity attacks provoked by movement. If the opportunity attack misses, the mangler can move 1 extra square during the movement that provoked.",damage:"The foulspawn mangler thrall gains a +5 racial bonus to AC against opportunity attacks provoked by movement",category:0},{id:"f4ae94ba-dd30-4e41-833d-e2d00e756e99",name:"Illithid Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler thrall is considered a mind flayer’s thrall.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d173d14d-9e6c-4879-bad2-05bb5cd8bce5",name:"Foulspawn Mystic",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:0,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +20, Intimidate +18",equipment:"implement, staff",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:20},intelligence:{score:26},wisdom:{score:10},charisma:{score:23},hp:218,initiative:12,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[{id:"fd86102d-b5da-4382-b567-0462959baddf",name:"Foul Insight",keywords:"",details:"aura 10; each ally in the aura can reroll one attack roll, check, or saving throw on its turn."}],powers:[{id:"ad9a9005-22fc-4ec4-a0a2-eaae7f8772a1",name:"Twisted Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage, and the target is dazed until the end of the foulspawn mystic’s next turn, pushed 4 squares, and knocked prone.",damage:"1d8+4 damage",category:1},{id:"3d1eda6a-032c-4026-a35d-9dc25cd3c3fe",name:"Forking Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"targets two different creatures; 1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"be83a61f-f97d-4f07-af3d-76d54964ab23",name:"hole in the Sky",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the foulspawn mystic uses bend space"},keywords:"Teleportation",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:3},description:"",details:"targets hit by the attack vanish into an extradimensional space that measures 10-squares-by-10-squares (save ends). When a creature saves, it returns in a safe, unoccupied space of the foulspawn mystic’s choosing. Aftereffect: The creature is dazed (save ends). Aberrant creatures gain +2 to saving throws against this power.",damage:"targets hit by the attack vanish into an extradimensional space that measures 10-squares-by-10-squares (save ends)",category:1},{id:"051f0605-6227-424d-a5f1-e016e689b2b9",name:"Bend Space",action:{action:5,trigger:"when the foulspawn mystic would be hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn mystic teleports 4 squares.",damage:"The foulspawn mystic teleports 4 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee6b5ea7-0228-416a-9b62-e42115bedd29",name:"Foulspawn Skintaker",details:"",size:2,origin:0,type:2,keywords:"shapechanger",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:19},intelligence:{score:9},wisdom:{score:4},charisma:{score:22},hp:95,initiative:14,ac:26,fortitude:23,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"a0e1d766-e34b-40ba-bd03-38fdc6bd7aef",name:"Disruptive Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 damage, and the target cannot spend healing surges (save ends).",damage:"1d10+6 damage",category:1},{id:"84ddb5df-94af-44d2-a693-4222a0405e01",name:"Steal Skin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the foulspawn skintaker has no one under the effect of this power"},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"3d6+5 damage. The foulspawn skintaker assumes the appearance of the target until the end of the encounter. Whenever the target uses a healing surge, the foulspawn skintaker regains half the hit points and the target regains the other half.",damage:"3d6+5 damage",category:1},{id:"690a7cac-3c4b-4e09-a19a-a8fd9b85ce20",name:"Identity Crisis",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable while bloodied when subject to a melee or ranged attack and adjacent to a target on which the foulspawn skintaker has used steal skin",range:"",attack:null,description:"",details:"The target of steal skin becomes the attack’s target instead of the foulspawn skintaker.",damage:"",category:5},{id:"551d9deb-f7a9-49e0-a8ae-51ab7945296a",name:"Twin Sympathy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"usable when attacked while within 5 squares of the target whose appearance it has assumed using steal skin",range:"",attack:null,description:"",details:"The target of steal skin takes half the attack’s damage and the foulspawn skintaker takes the other half.",damage:"the target of steal skin takes half the attack’s damage and the foulspawn skintaker takes the other half",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c63f9ac-2751-4abb-b728-26ffbd85c49e",name:"Frostblight Treant",details:"",size:4,origin:2,type:1,keywords:"plant",level:25,role:{type:7,flag:1,leader:!1},senses:"Perception +17; low-light vision",movement:"6 (ice walk)",alignment:"Unaligned",languages:"Elven",skills:"Nature +22, Stealth +23",equipment:"",category:"",strength:{score:33},constitution:{score:30},dexterity:{score:23},intelligence:{score:16},wisdom:{score:18},charisma:{score:28},hp:476,initiative:20,ac:43,fortitude:39,reflex:36,will:35,regeneration:null,auras:[{id:"8a837fff-66ce-4d96-a747-0900c53d5e31",name:"Frostblight Aura",keywords:"",details:"(Necrotic) aura 3; enemies that start their turn in the aura are slow and take 10 necrotic damage."}],powers:[{id:"8102d043-8bd5-4ec5-9b11-07acfcea6aa0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and ongoing 10 cold damage (save ends).",damage:"2d10+9 damage",category:1},{id:"b6ced016-e39c-40cd-8ef3-edc17934aa2f",name:"Freezing Roots",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 4; the target takes 2d6+4 cold damage and is restrained (save ends). Aftereffect: Immobilized until the end of the target’s next turn.",damage:"the target takes 2d6+4 cold damage and is restrained (save ends)",category:3},{id:"073ba4bb-b48e-4389-8d02-1885677d3abf",name:"Shake the Shards",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close burst 3",attack:{bonus:32,defence:0},description:"",details:"targets enemies only; 2d8+6 cold damage, and the target loses any cold resistance (save ends).",damage:"2d8+6 cold damage",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"fire (a frostblight treant takes ongoing 5 fire damage [save ends] when damaged by fire).",immune:"",tactics:""},{id:"d6d58187-dd7f-4e2d-bb65-684cf114e585",name:"Frostfury Ice Troll",details:"",size:3,origin:4,type:2,keywords:"",level:26,role:{type:2,flag:0,leader:!1},senses:"Perception +19",movement:"8 (ice walk)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +27, Endurance +25",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:25},intelligence:{score:9},wisdom:{score:22},charisma:{score:14},hp:287,initiative:20,ac:38,fortitude:39,reflex:38,will:36,regeneration:{value:20,details:""},auras:[{id:"e9d16013-2fd3-4a66-b612-a23735296837",name:"Emanating Cold",keywords:"",details:"aura 1; any enemy that starts its turn in the aura is slowed by the numbing cold until the start of its next turn."}],powers:[{id:"9d27ec30-c799-4e3a-8bed-19a52c234168",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d12+11 damage, and the target takes ongoing 15 cold damage (save ends).",damage:"2d12+11 damage",category:1},{id:"15a2e08b-c045-4be0-8c79-0d8183d779c6",name:"Frenzied Strike",action:{action:7,trigger:"when a troll’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes two claw attacks. This attack scores a critical hit on a roll of 16-20.",damage:"This attack scores a critical hit on a roll of 16-20",category:5},{id:"4fa8f02f-ff74-48bc-84b5-6fba6c6c6813",name:"Frostfury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a claw attack against every enemy within reach. This attack scores a critical hit on a roll of 16-20.",damage:"This attack scores a critical hit on a roll of 16-20",category:5},{id:"0c5d604a-87eb-4f4b-9697-1f831296a257",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"855006eb-5056-42dd-868e-3383ddbbed81",name:"Horrid Spawn",details:"",size:2,origin:1,type:2,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic evil",languages:"understands Common and Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:4},charisma:{score:14},hp:120,initiative:7,ac:21,fortitude:23,reflex:21,will:20,regeneration:null,auras:[{id:"bc7ad92d-364d-46fb-9651-b0690bc86f7f",name:"Sickening Stench",keywords:"",details:"aura 2; any living enemy that starts its turn within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"653d2633-2499-4281-a88c-3b7ca7392db2",name:"Toothy Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and if the target moves, shifts, or is forcibly moved before the start of the horrid spawn’s next turn, it takes 5 extra damage.",damage:"2d6+5 damage",category:1},{id:"97391524-9417-4d0b-b732-8a8352f4d5fd",name:"Mutilating Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when a horrid spawn reduces an enemy to 0 hit points"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 4d6+5 damage, and ongoing 5 damage (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"4d6+5 damage",category:1},{id:"1ef62796-bf13-4d8e-ae01-273f595a4c76",name:"Shuddering Delight",action:null,keywords:"",condition:"when a horrid spawn reduces an enemy to 0 hit points",range:"",attack:null,description:"",details:"The horrid spawn gains 20 temporary hit points, but grants combat advantage to any enemy until the start of its next turn.",damage:"The horrid spawn gains 20 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage, fear",tactics:""},{id:"87c26b45-10ae-49a2-ab79-e07f36f0ca5e",name:"Ice Troll Rimehammer",details:"",size:3,origin:4,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"8 (ice walk)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +27, Endurance +25",equipment:"maul; scale armor",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:25},intelligence:{score:9},wisdom:{score:22},charisma:{score:14},hp:227,initiative:21,ac:41,fortitude:39,reflex:37,will:36,regeneration:{value:20,details:""},auras:[{id:"01ab32ec-7571-4c23-967f-0f81bf417e4b",name:"Emanating Cold",keywords:"",details:"aura 1; any enemy that starts its turn in the aura is slowed by the numbing cold until the start of its next turn."}],powers:[{id:"3f8d8e9d-e293-4f5d-886f-d3a65352db69",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the target takes ongoing 15 cold damage (save ends).",damage:"2d8+10 damage",category:1},{id:"39380770-2d6e-4d83-afd3-6b817ebef331",name:"Bull Rush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the ice troll pushes the target 1 square and shifts into the vacated space.",damage:"the ice troll pushes the target 1 square and shifts into the vacated space",category:1},{id:"c0662b78-8e36-475b-963a-54e657e09306",name:"Frenzied Strike",action:{action:7,trigger:"when a troll’s attack bloodied an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a maul attack.",damage:"",category:5},{id:"8e5c1b09-86ad-4a69-9a3a-db199ed7bcc5",name:"Rimehammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d8+10 damage and the target takes ongoing 10 cold damage and is immobilized (save ends both).",damage:"4d8+10 damage and the target takes ongoing 10 cold damage and is immobilized (save ends both)",category:1},{id:"613a8bd0-5b26-41da-b8f8-ca1af4393761",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"e8f787c1-a48c-4afc-b002-508c4933f526",name:"Iceling Slasher",details:"",size:2,origin:2,type:2,keywords:"cold",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +18; low-light vision",movement:"10 (ice walk), fly 6 (clumsy)",alignment:"Unaligned",languages:"Common, Elven",skills:"Insight +26, Stealth +32",equipment:"",category:"",strength:{score:17},constitution:{score:26},dexterity:{score:28},intelligence:{score:22},wisdom:{score:25},charisma:{score:19},hp:210,initiative:22,ac:37,fortitude:35,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"5a4c6d6a-6c92-48b0-b3ec-1e94b8065373",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+8 cold damage.",damage:"2d10+8 cold damage",category:1},{id:"936573ae-b581-4196-827f-392e70ae7a4f",name:"Slick Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The iceling makes 2 claw attacks against different targets. If both attacks hit, the iceling shifts 5 squares as a free action.",damage:"The iceling makes 2 claw attacks against different targets",category:1},{id:"af5a10ad-b0aa-4068-a17a-292611ddc2c6",name:"Frost Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"target is immobilized and takes ongoing 15 cold damage (save ends both).",damage:"target is immobilized and takes ongoing 15 cold damage (save ends both)",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"c0002391-6bde-46a7-9505-e60d4e28c500",name:"Kalan the Avenger",details:"",size:2,origin:4,type:0,keywords:"undead",level:14,role:{type:7,flag:0,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"plate armor; warhammer",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:13},intelligence:{score:9},wisdom:{score:20},charisma:{score:14},hp:141,initiative:10,ac:28,fortitude:28,reflex:24,will:27,regeneration:null,auras:[{id:"31178a8d-9ca3-417b-a1d0-2b2412244e9a",name:"Flames of Vengeance",keywords:"",details:"(Fire) aura 1; allies who start their turns within the aura deal 5 extra fire damage on melee attacks."}],powers:[{id:"d8aad699-bff5-40d4-ba23-9d1ad452125f",name:"Fiery Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+7 damage plus 1d6 fire damage, and the target is marked until the end of Dalan’s next turn.",damage:"1d10+7 damage plus 1d6 fire damage",category:1},{id:"a8ed03a0-ca26-4927-a966-5b2d30bee4b5",name:"Volcanic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:15,defence:2},description:"",details:"1d6+5 fire damage, and the target is pulled 5 squares.",damage:"1d6+5 fire damage",category:1},{id:"b54869e3-a724-4cf2-a713-d9677b4eb447",name:"Back on Your Feet",action:{action:4,trigger:"when an ally within line of sight is reduced to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"The ally regains 20 hit points, stands immediately, and makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:5},{id:"e402e75d-9ed1-4849-a581-af6fe3cbccc9",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Dalan to move—through a pull, a push, or a slide—Dalan moves 1 square less than the effect specifies. When an attack would knock Dalan prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—Dalan moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"73f4f145-c748-4317-85d6-e9c10fb903f1",name:"Malachi’s Herald",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Bluff +16, Stealth +13",equipment:"dagger; implement, rod; leather armor",category:"",strength:{score:12},constitution:{score:23},dexterity:{score:14},intelligence:{score:18},wisdom:{score:9},charisma:{score:20},hp:202,initiative:8,ac:26,fortitude:26,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"76f0b286-0ccc-4a3f-855f-60f1dc22b183",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"(+15 against a bloodied target)2d4+3 damage.",damage:"(+15 against a bloodied target)2d4+3 damage",category:1},{id:"d0c9eff8-b0c5-473a-858f-ec0d13834e7a",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"(+18 against a bloodied target)2d6+7 damage.",damage:"(+18 against a bloodied target)2d6+7 damage",category:1},{id:"93e85d92-823f-461d-8ef7-ed01436e9e19",name:"Soul Flaying",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"(+18 against a bloodied target)4d6+7 necrotic damage, and the target can’t use healing surges until the end of the herald’s next turn.",damage:"(+18 against a bloodied target)4d6+7 necrotic damage",category:1},{id:"b88a00a8-4483-4efa-b572-c67304c37712",name:"Elder Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:16,defence:1},description:"",details:"(+17 against a bloodied target)4d6+7 thunder damage, and the target is pushed 4 squares.",damage:"(+17 against a bloodied target)4d6+7 thunder damage",category:1},{id:"479bfe97-d1df-461e-8217-ac8a035b9644",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Malachi’s Herald gains a +1 power bonus to its next attack roll against an enemy that hit it since the herald’s last turn. If the attack hits and deals damage, it deals extra 5 damage.",damage:"if the attack hits and deals damage",category:3},{id:"fa858a94-0f62-48fd-9c5d-f2e5ed9e49b3",name:"Hellfire Swap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Malachi’s Herald exchanges positions with a single ally within 10 squares or teleports 3 squares. Those adjacent to the herald or its ally when this teleportation occurs take 5 fire damage.",damage:"those adjacent to the herald or its ally when this teleportation occurs take 5 fire damage",category:2}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00ce51df-7f2f-4793-a3d2-ed5e3831422e",name:"Mutated Thrall",details:"",size:2,origin:1,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:22},intelligence:{score:6},wisdom:{score:8},charisma:{score:13},hp:1,initiative:10,ac:24,fortitude:21,reflex:24,will:19,regeneration:null,auras:[],powers:[{id:"c42ddff9-80d8-4d9e-b91c-e9dc1e057e33",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage, and slide the target 1 square.",damage:"6 damage",category:1},{id:"cf461421-d470-42e6-9110-5ac7e2bbbe66",name:"Gobs of Filth",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 5",attack:{bonus:19,defence:0},description:"",details:"6 poison damage.",damage:"6 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bc26b71-b0f7-4412-a4ee-c147381ef119",name:"Obsen",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Chaotic evil",languages:"Common, Primordial",skills:"Arcana +17, Dungeoneering +10, History +17, Nature +10",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:17},intelligence:{score:23},wisdom:{score:8},charisma:{score:19},hp:256,initiative:9,ac:29,fortitude:24,reflex:27,will:27,regeneration:null,auras:[{id:"70eb6437-cd77-4d00-9132-4556eb7bab74",name:"Entropic Imperative",keywords:"",details:"aura 3; allies who start their turns within the aura gain a +2 bonus to attack rolls and damage rolls."}],powers:[{id:"9749b510-2e82-4143-9b84-c0c426531093",name:"Chaos Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d4+3 damage, and the target is stunned until the end of Obsen’s next turn.",damage:"1d4+3 damage",category:1},{id:"1a3e929f-bdba-4c11-b295-e2988d617d6a",name:"Tumescent Nodule",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Poison",condition:"usable 4/day",range:"Obsen rips a nodule from his body and hurls it at an enemy within range: Obsen takes 5 damage: ranged 5/10",attack:{bonus:17,defence:2},description:"",details:"1d6+5 acid damage, and ongoing 5 poison damage (save ends). Each creature adjacent to the target takes 5 acid damage.",damage:"1d6+5 acid damage",category:1},{id:"b8f4c8dc-a64a-4be5-a213-309469da8fab",name:"Chaos Seed",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"on a hit, the target is dazed and makes a melee basic attack against one ally adjacent to it. Miss: The target is dazed and does not make an attack. Effect: The burst creates a zone that persists until the end of Obsen’s next turn. Obsen can sustain the effect by spending a minor action, and can move the zone 3 squares by spending a move action. Any creature that starts its turn inside the zone is subject to another attack.",attack:{bonus:17,defence:3},description:"",details:"targets enemies",damage:"",category:1},{id:"e846c35a-d0f6-44bf-a046-a35fd4b88f79",name:"Chaos Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"2d8+6 damage, and the target grants combat advantage to any enemy (save ends). Aftereffect: The target takes 5 damage.",damage:"2d8+6 damage",category:1},{id:"56911f19-1b65-4587-926f-2774a699d643",name:"Writhing Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Three ribbons of light appear in the air and attack: ranged 10",attack:{bonus:15,defence:2},description:"",details:"three targets; (three attacks)1d8+6 damage, and the target teleports to a square of Obsen’s choosing within 5 squares of him.",damage:"(three attacks)1d8+6 damage",category:1},{id:"c1780b9b-b67b-45a2-840d-ee763d948806",name:"Chaos Stride",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Teleportation",condition:"",range:"Close burst 1",attack:{bonus:15,defence:3},description:"",details:"1d8+6 damage, and the target is dazed (save ends). After the attack, Obsen teleports 1 square for each enemy he hit with this attack.",damage:"1d8+6 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9dcdf1d-217e-423e-a65b-6bba5a6bd6ac",name:"Risenguard of Drzak",details:"",size:2,origin:4,type:0,keywords:"undead",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"fullblade; longbow; plate armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:20},intelligence:{score:10},wisdom:{score:17},charisma:{score:8},hp:1,initiative:11,ac:25,fortitude:25,reflex:24,will:22,regeneration:null,auras:[{id:"f1590f0d-a36a-4548-b41c-fb5a7a25d062",name:"Death’s Icy Grasp",keywords:"",details:"aura 1; living creature that start their turn in the aura take 5 cold damage and are slowed until the end of their next turn."}],powers:[{id:"1fe93619-5d62-491a-95b7-f7a8f78771d0",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"13 damage (crit 16 damage).",damage:"13 damage (crit 16 damage)",category:1},{id:"48784d0d-95ad-4d60-abc5-d2244293e954",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:24,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d981682-d039-4d72-8fa9-7d1b7d1050c7",name:"Saimos",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +13; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +20, Athletics +16, Bluff +16, Stealth +20",equipment:"dagger; leather armor; rapier",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:23},intelligence:{score:15},wisdom:{score:12},charisma:{score:19},hp:270,initiative:15,ac:30,fortitude:27,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"1dbb6146-fad4-43fe-9b6f-6a79bf081a10",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"01ab4f89-9f69-4325-90aa-4a6e33441f43",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d4+8 damage.",damage:"1d4+8 damage",category:1},{id:"51ac60ef-3299-4e4e-a678-3bd0f3ea6b77",name:"Flashing Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Saimos makes a rapier attack and a dagger attack, or two dagger attacks.",damage:"",category:1},{id:"ec3a9569-47ad-4407-84be-b9d3ac8af0d2",name:"Disfiguring Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"requires combat advantage",range:"",attack:{bonus:17,defence:1},description:"",details:"2d8+8 damage, the target takes ongoing 5 damage, is dazed (save ends), and slides 3 squares. Allies of the target within 3 squares take a -2 penalty to attack rolls against Saimos (save ends).",damage:"2d8+8 damage",category:1},{id:"6ae00323-7751-45d0-8676-b54afb0adfd1",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Saimos hits a target he has combat advantage against, that target is weakened (save ends) or takes an extra 2d6 damage (Saimos’ choice).",damage:"that target is weakened (save ends) or takes an extra 2d6 damage (saimos’ choice)",category:0},{id:"6f90030a-10a1-456e-a2ba-fe824569058e",name:"Dark Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation, Zone",condition:"",range:"",attack:null,description:"",details:"Saimos teleports 4 squares and becomes insubstantial until the start of his next turn. A zone of darkness (burst 1) appears within 1 square of his starting square, blocking line of sight until the end of his next turn. If he ends his teleportation within 2 squares of a creature, he has combat advantage against that creature until the end of his next turn.",damage:"Saimos teleports 4 squares and becomes insubstantial until the start of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"866ccdfa-a33d-483e-bff8-28dd7d8764ab",name:"Shathrax",details:"",size:2,origin:0,type:2,keywords:"",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Bluff +20, Dungeoneering +16, Stealth +18",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:21},intelligence:{score:18},wisdom:{score:16},charisma:{score:24},hp:242,initiative:17,ac:32,fortitude:30,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"e89a86bb-be52-4ea0-968c-e39d9fe0bc7d",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d6+5 damage, and the target is grabbed.",damage:"3d6+5 damage",category:1},{id:"5ebd62bc-64cc-4ad0-8fd2-dce2d22b9df5",name:"Bore into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"or that shathrax is grabbing",range:"",attack:{bonus:19,defence:1},description:"",details:"4d8+5 damage, and the target is dazed (save ends). If this power reduces the target to 0 hit points or fewer, Shathrax devours that target’s brain or makes it a thrall (see below).",damage:"4d8+5 damage",category:1},{id:"5c6a387a-7a82-4cb6-80dd-17e3c8ef0a72",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"psychic",condition:"",range:"Close blast 5",attack:{bonus:18,defence:3},description:"",details:"mind flayers and their thralls are immune; 3d6+7 psychic damage, and the target is dazed (save ends). If the target is already dazed, it is stunned until the end of Shathrax’s next turn. Miss: Half damage, and the target is not dazed.",damage:"3d6+7 psychic damage",category:1},{id:"e5ec1ebd-88da-41a5-a106-bb1913b2105c",name:"Stalk the Senseless",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Shathrax is invisible to dazed or stunned creatures.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"234ead94-70a0-4d11-a38b-866cdf0a8d02",name:"Skeletal Hammerer",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"warhammer",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:20},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:126,initiative:10,ac:23,fortitude:22,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"1372b546-c597-48e7-9238-86b4fed50760",name:"Pounding Hammers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The skeletal hammerer makes two warhammer attacks against the same target; 1d10+4 damage. If both attacks hit the same target, it is pushed 2 squares after the attack.",damage:"1d10+4 damage",category:1},{id:"e11dd6e6-b580-49f7-b10e-881beee4217e",name:"Hammerfall",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"The skeletal hammerer makes two pounding hammer attacks (four attacks total).; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"20631e33-0340-44f4-ab60-750a6e4029b8",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal hammer makes a melee basic attack against the enemy that triggered the attack.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"34c8e214-af1b-4c82-b63a-3422b061ccca",name:"Stormstone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:21,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:27},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:406,initiative:11,ac:37,fortitude:35,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"bf77d57e-8d50-4ecf-b60b-9a931bda897a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d6+9 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6+9 damage",category:1},{id:"9bf7c90b-b5cf-4d3e-83cd-43774e43ef93",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stone golem makes two slam attacks.",damage:"",category:1},{id:"2aae4fdf-a365-4993-bc47-6f6e4a07aa1a",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stormstone golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The creature remains in its space, and the golem must leave the space after it attacks. The golem must end its rampage in an unoccupied space.",damage:"The stormstone golem moves up to its speed plus 2 and can move through enemies’ spaces",category:1},{id:"8cccb56c-d8a7-479c-bbee-cb20250fb4a4",name:"Death Burst",action:null,keywords:"Lightning",condition:"when reduced to 0 hit points",range:"close burst 1",attack:{bonus:28,defence:0},description:"",details:"The stormstone golem explodes in a burst of jagged stones and lightning; 3d6+7 lightning damage, and the space it occupied is difficult terrain until cleared.",damage:"3d6+7 lightning damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"fec0b5c0-9360-4eca-8bbf-bb0e6e4d95ce",name:"Suppurating Eidolon",details:"",size:3,origin:1,type:0,keywords:"construct",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +9",movement:"5",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:14},intelligence:{score:6},wisdom:{score:16},charisma:{score:11},hp:123,initiative:8,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"54335d39-f9a0-4c0b-8f73-d7f630c5e11b",name:"Fearless Followers",keywords:"",details:"aura 5; allies within the aura are immune to fear."}],powers:[{id:"266ef758-167f-412b-84b5-7715c0508805",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"4e02947e-b16d-4f10-9765-65b35c8f0a20",name:"Curse of Madness",action:{action:4,trigger:"when an enemy attacks the eidolon while unspeakable stance is active",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Tendrils of filthy darkness penetrate the creature that triggered the attack: close burst 10",attack:{bonus:16,defence:3},description:"",details:"targets the triggering enemy; 1d8+5 psychic damage, and the target is dominated until the end of the suppurating eidolon’s next turn. Miss: Half damage, and the target is instead dazed until the end of the suppurating eidolon’s next turn.",damage:"1d8+5 psychic damage",category:5},{id:"d624edda-a79d-4d19-885c-846f934a84eb",name:"Caustic Inundation",action:{action:4,trigger:"when an enemy kills one of the suppurating eidolon’s allies in the eidolon’s line of sight",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"targets enemies; 1d8+5 acid damage.",damage:"1d8+5 acid damage",category:5},{id:"f5866341-325f-4f24-9100-b123c6e68d88",name:"Unspeakable Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"The suppurating eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 20 to all damage, and allies in its line of sight deal 1d6 extra psychic damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"1b0fb434-e688-4fbe-96e7-6e436d963ba3",name:"Tomb Guardian Thrall",details:"",size:2,origin:4,type:0,keywords:"undead",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:27},intelligence:{score:3},wisdom:{score:19},charisma:{score:3},hp:1,initiative:19,ac:34,fortitude:33,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"609f1216-4fee-44e8-b0b8-731267327458",name:"Twin Scimitar Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The skeletal tomb guardian makes two scimitar attacks against the same target; 5 damage (7 damage on a crit). This also holds true for opportunity attacks.",damage:"5 damage (7 damage on a crit)",category:1},{id:"31c54e3a-0f91-41b7-863e-9ef4cbc9dfbc",name:"Cascade of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The skeletal tomb guardian makes two twin scimitar strike attacks (four scimitar attacks total).",damage:"",category:1},{id:"2c8a9e9a-f235-446b-9f81-27718a3c6cc1",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal tomb guardian makes a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"75f39ca1-27a5-4c5b-b143-6a865f32b009",name:"Wellspring Horror",details:"",size:2,origin:0,type:2,keywords:"",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +9; low-light vision",movement:"6, climb 3",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Athletics +17",equipment:"",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:19},intelligence:{score:8},wisdom:{score:6},charisma:{score:17},hp:635,initiative:10,ac:29,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"131c614f-6d0c-40b3-95ac-e77580468fc1",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+6 damage, and the target is grabbed. The Wellspring horror can grab up to three targets.",damage:"2d6+6 damage",category:1},{id:"2b76fa7e-2f28-4ef5-b375-dfee1d655420",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Targets a creature the Wellspring horror has grabbed; 1d6+6 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+6 damage",category:3},{id:"4b76c2de-8a69-4a62-8033-be22bfcbedc6",name:"Tentacle Rip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets a creature the Wellspring horror has grabbed; 5d6+6 damage, and the target is pushed 3 squares, knocked prone, and no longer grabbed.",damage:"5d6+6 damage",category:1},{id:"fb154fb4-1c0d-435e-8c71-ec30eb84904a",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage, and the target slides 1 square and is knocked prone.",damage:"2d6+6 damage",category:1},{id:"7d41f44f-21e1-4808-96ec-ec4c2ff718ca",name:"Tentacle Block",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a target the wellspring horror has grabbed",range:"",attack:null,description:"",details:"The Wellspring horror changes the attack’s target from itself to a creature it is grabbing other than the attacker.",damage:"",category:5},{id:"48710140-c663-4dd4-8496-878d9b68894e",name:"Tentacle Scuttle",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Wellspring horror shifts 2 squares.",damage:"The Wellspring horror shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08836778-3099-4fb8-826a-e58c24730f4d",name:"Wellspring Rioter",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:12},intelligence:{score:10},wisdom:{score:10},charisma:{score:12},hp:1,initiative:4,ac:17,fortitude:18,reflex:17,will:17,regeneration:null,auras:[{id:"9c9bbfa9-11a3-4976-9b79-3dd449fc1957",name:"Mob Rule",keywords:"",details:"aura 1; the Wellspringer riot makes a melee basic attack as a free action against each enemy that starts its turn in the aura."}],powers:[{id:"5e756c80-36f9-47b4-b96e-2802e609ec5b",name:"Torch and Pitchfork",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:8,defence:0},description:"",details:"4 damage, and ongoing 3 fire damage (save ends).",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46752878-b18e-4f7e-9476-5956fa3329f6",name:"Wellspringer Riot",details:"",size:4,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:9},wisdom:{score:9},charisma:{score:14},hp:125,initiative:8,ac:22,fortitude:23,reflex:22,will:21,regeneration:null,auras:[{id:"6f90e0eb-46c7-49c7-80f9-729dfcb960d7",name:"Mob Attack",keywords:"",details:"aura 1; the Wellspringer riot makes a melee basic attack as a free action against each enemy that starts its turn in the aura."}],powers:[{id:"6fe5be53-f7d5-4894-9896-e0598ecbfc2b",name:"Torches and pitchforks",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 fire damage (save ends).",damage:"1d8+4 damage",category:1},{id:"530903c0-c0ed-43e6-8429-9b4bfc492679",name:"Panicked Stampede",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"The Wellspringer riot moves 5 squares away from the creature that bloodied it. It attacks each creature whose space it moves through; 2d6 + 4 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6 + 4 damage",category:5},{id:"f2daead8-1ffc-4a32-aedf-fe97e14aeace",name:"Stragglers",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"and when it is reduced to 0 hit points",range:"",attack:null,description:"",details:"Each square the Wellspringer riot formerly occupied now contains one Wellspring rioter, who acts just after the riot.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e3dcad9-fc2b-4382-b11a-68c9288cce7e",name:"Aberrant Flinger",details:"",size:2,origin:0,type:0,keywords:"construct",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:2},wisdom:{score:8},charisma:{score:16},hp:1,initiative:10,ac:25,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"5c349b1d-459f-4763-b476-064c8ada4298",name:"Tentacle Knot",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 8 acid damage, and the target is grabbed. A grabbed target takes 8 acid damage at the start of each of the aberrant flinger’s turns.",damage:"8 acid damage",category:1},{id:"e4e3e61d-4bd5-484a-aa4c-6a607ab9b824",name:"Fling",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Targets a creature the aberrant flinger is grabbing; 5 damage, and the target slides 3 squares and is knocked prone. The target is no longer grabbed. Miss: The target is no longer grabbed.",damage:"5 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, petrification",tactics:""},{id:"2bf18326-ed5d-425d-bcee-8506b28a74f9",name:"Advanced Eye of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Nature +10, Stealth +17",equipment:"battleaxe; handaxe; hide armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:22},intelligence:{score:11},wisdom:{score:9},charisma:{score:18},hp:95,initiative:9,ac:23,fortitude:21,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"726136d8-3ded-49bc-aa59-733c7aab0ed3",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"bcd3d423-b1dc-46ce-abd4-e5fe1357687a",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"b4b33f7c-931c-404c-b682-b53a67543557",name:"Malachi’s Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The eye of Malachi makes a battleaxe attack and a handaxe attack. If both attacks hit, one target takes ongoing 5 psychic damage (save ends).",damage:"one target takes ongoing 5 psychic damage (save ends)",category:1},{id:"a8cfbad5-9f65-40c9-a2e3-c8dfca2026bf",name:"Scream for Malachi",action:null,keywords:"Psychic",condition:"when reduced to 0 hp",range:"Close burst 1",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage.",damage:"2d6+5 psychic damage",category:0},{id:"60c85c6f-0537-4e54-8ca1-be42e2216e3b",name:"Pain Slide",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Creatures taking ongoing damage can’t attack the eye of Malachi for moving or shifting.",damage:"creatures taking ongoing damage can’t attack the eye of malachi for moving or shifting",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d941488-8185-459a-9406-b72b7d8ccee2",name:"Arctide Spiralith",details:"",size:3,origin:1,type:1,keywords:"demon",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:23},intelligence:{score:7},wisdom:{score:19},charisma:{score:12},hp:97,initiative:12,ac:24,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"ad4060e1-ea4d-4c4f-b7e4-174ffa4aac8b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"a59b7e39-f911-4ccf-8dda-0fe9a95c6de3",name:"Arcane Arc",action:{action:5,trigger:"when an enemy moves adjacent to the arctide spiralith",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Melee 1",attack:{bonus:17,defence:2},description:"",details:"1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:5},{id:"8f21d6d1-89fa-406e-abbd-81507a82e59d",name:"Focused Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+5 lightning damage.",damage:"2d8+5 lightning damage",category:1},{id:"7b14769e-3cc1-48ea-b33b-65872739bbdb",name:"Bloodied Shock",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage, and the target is dazed (save ends).",damage:"1d8+5 lightning damage",category:5},{id:"16026f4c-353a-45d0-b0c3-26a1f2ec71e4",name:"Charged Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage. The attack deals 1 extra lightning damage for each creature in the burst. Any ally damaged by the attack gains a +1 bonus to any recharge rolls at the start of its next turn. If the bonus causes a recharge roll to exceed six, the result is considered six.",damage:"1d8+5 lightning damage",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8270a37a-3c6e-4d7e-8c6f-919a76059a75",name:"Arrow of Malachi",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +15",equipment:"arrows (30); hide armor; longbow; longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:22},intelligence:{score:11},wisdom:{score:9},charisma:{score:19},hp:90,initiative:12,ac:27,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"158133ec-5969-450d-83cc-05777da9a52f",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"d17055bc-7250-4e95-abdf-6d1e57c850fd",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"3885af04-80ec-4a50-9bf1-967e146a074e",name:"Staggering Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires longbow",range:"Ranged 20",attack:{bonus:20,defence:0},description:"",details:"2d10+8 damage, and the target slides 2 squares.",damage:"2d10+8 damage",category:1},{id:"5d816533-8225-4b70-b9eb-c3294e9d543b",name:"Aberrant hiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fear, Psychic",condition:"",range:"Close burst 1",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 1d8+4 psychic damage, and the target is pushed 2 squares.",damage:"1d8+4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"37ebc43d-8ea6-4d55-98de-feefc24f644a",name:"Battle Wight Bodyguard",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:7,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +15",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:14},intelligence:{score:12},wisdom:{score:9},charisma:{score:21},hp:230,initiative:9,ac:29,fortitude:26,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"b4bb5399-8ba6-4681-9fc3-441cf62047b9",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 necrotic damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"f074e3be-2ed2-4c79-85ba-fd7bd8395036",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"affects an immobilized target only; 2d8+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8+5 necrotic damage",category:1},{id:"b85f14aa-a049-42ee-94c4-fc96d820e53e",name:"Chosen Target",action:{action:5,trigger:"when a marked enemy shifts or makes an attack that does not include the bodyguard",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The battle wight bodyguard makes a melee basic attack against the triggering creature.",attack:null,description:"",details:"",damage:"",category:5},{id:"2db26cec-e624-472a-9d39-1de55180e79f",name:"Indomitable Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a bodyguard attacks an enemy, the target is marked until the end of the bodyguard’s next turn.",damage:"",category:0},{id:"6c60a203-5eb3-44e2-9001-740e6fce6e98",name:"Shieldbearer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies adjacent to the bodyguard gain a +2 power bonus to AC.",damage:"Allies adjacent to the bodyguard gain a +2 power bonus to AC",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ef5c13a0-7e49-42be-9b7c-15af094aeb88",name:"Blightfire Wretch",details:"",size:2,origin:4,type:0,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"7 (ice walk)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:20},intelligence:{score:4},wisdom:{score:8},charisma:{score:18},hp:1,initiative:8,ac:26,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"b0c79a69-1d69-47c1-8459-d11fc853d16e",name:"Blightfire Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"7 cold damage, and ongoing 3 cold and necrotic damage.",damage:"7 cold damage",category:1},{id:"5792bcfe-f78f-48d6-a9f7-1405843ba189",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a blightfire skeleton wretch is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage, the creature falls prone and appears to be destroyed. At the start of its next turn it regains 1 hit point. However, if it is destroyed 3 times, it is destroyed for good.",damage:"if a blightfire skeleton wretch is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"111f2bc6-eb77-4b4e-a476-59ded90f0446",name:"Canoloth Warbrute",details:"",size:2,origin:1,type:1,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; blindsight 10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +15",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:9},hp:116,initiative:11,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"8e28c0e9-f941-4a5a-b207-53988a288a76",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"9e706ef2-14ed-488c-a0a1-9bc69e6bb4d7",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 1d8+5 damage, and the target is dazed (save ends).",damage:"1d8+5 damage",category:1},{id:"7c554876-539e-480d-b583-ff01b7e037b3",name:"Tongue Seize",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets a dazed, stunned, unconscious, or helpless creature; reach 4; the target is pulled into an unoccupied space adjacent to the canoloth.",damage:"reach 4",category:3},{id:"97da080f-8357-48e7-b0a7-5c6dd4fa9e94",name:"Canoloth Yowl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:15,defence:3},description:"",details:"targets creatures without the demon keyword; 2d8+3 psychic damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d8+3 psychic damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"a39f5d4b-29f4-4090-a0c5-76068bef3247",name:"Chaos Mauler",details:"",size:3,origin:1,type:0,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:1,initiative:9,ac:23,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"4a86462e-caa4-4f32-891d-db57b29befc6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 8 fire damage.",damage:"8 fire damage",category:1},{id:"65b7aa70-4bea-4db7-8bb4-8518539d1423",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chaos mauler is perfectly adapted to living in blood chaos. It can move through blood chaos without penalty and takes no damage from contact with blood chaos.",damage:"it can move through blood chaos without penalty and takes no damage from contact with blood chaos",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"309c91d8-21ae-4b49-b005-5742bb8dec78",name:"Darkpact Cyclops Guard",details:"",size:3,origin:2,type:2,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +13; darkvision, truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"battleaxe; heavy shield; hide armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:11},hp:1,initiative:8,ac:27,fortitude:26,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"0c6ef6da-3b08-4dec-b528-c7ec3c9bde8d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 2",attack:{bonus:17,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"6bf1ac0b-0d59-47b4-9ba2-3adfd4343147",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the darkpact cyclops guard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The darkpact cyclops guard makes a melee basic attack against the attacker.",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8f5c20e9-4a37-401e-b122-e75f7b9ae7f4",name:"Darkpact Shadar-Kai Chainfighter",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"leather armor; magic weapon; spiked chain",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:68,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"ad3d8e7c-44d1-4b0b-b600-64da25f678ed",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 2",attack:{bonus:11,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"9988036c-7303-4359-88f4-bb9a106fa8ba",name:"Dance of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The darkpact shadar-kai chainfighter shifts 6 squares and makes 3 spiked chain attacks at any points during its move. It can attack a given enemy only once, but it deals 1d6 extra necrotic damage with each successful hit.; 3d8+4 damage.",damage:"but it deals 1d6 extra necrotic damage with each successful hit",category:1},{id:"d66fb022-2f1e-40fc-aba1-7b235fdc514c",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The darkpact shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The darkpact shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ec982bfb-038c-4034-9fc2-70d5db05431f",name:"Darkpact Stalker",details:"",size:2,origin:5,type:2,keywords:"",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +15, Thievery +15",equipment:"dagger; keen weapon; scimitar",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:14},wisdom:{score:14},charisma:{score:19},hp:81,initiative:14,ac:24,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"cec8ed01-36cf-4d9c-8fbc-37153a71a74c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage (crit 1d8+13).",damage:"1d8+5 damage (crit 1d8+13)",category:1},{id:"3158c745-2f1a-4c23-bb57-95e458529ea8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:15,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"0079aac4-90c1-4ad5-8cda-c2aa5b135cd4",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a darkpact stalker explodes in a spout of darkness.",damage:"",category:0},{id:"41bdd9f7-29ec-4d52-a1da-61806c506cdf",name:"Dark Fog",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 4 within 10",attack:null,description:"",details:"creates a zone of darkness that blocks line of sight (creatures with darkvision ignore this effect).",damage:"",category:1},{id:"d8909701-42d6-4063-8948-559d3f818254",name:"Keen Scimitar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires scimitar; if the next attack the darkpact stalker makes before the end of its next turn is a hit, treat it as a critical hit.",damage:"",category:3},{id:"1d07dbeb-be61-4f72-8095-405bfa22f0a0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The darkpact stalker deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"16a9f70b-1434-40fb-9db2-31c84992b899",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkpact stalker moves 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The darkpact stalker moves 4 squares",category:2},{id:"7f74d7bf-3d77-4159-af04-e42767589e33",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The darkpact stalker becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f849e37-fc82-46e6-bfa2-7c9d8d6eee1c",name:"Elder Troglodyte Curse Chanter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +15; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Dungeoneering +15, Endurance +17, Religion +11",equipment:"quarterstaff",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:12},intelligence:{score:10},wisdom:{score:19},charisma:{score:15},hp:127,initiative:7,ac:27,fortitude:26,reflex:21,will:26,regeneration:null,auras:[{id:"923322e9-625c-441f-99fa-aaf75b980dfa",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"05fb1d79-bbed-4058-ae4e-b3bfadda4c6a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"b2c28f65-61b8-4de8-89c3-ad8bf0b39dcd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"ca957e3e-4feb-400d-97c0-15204692dbbc",name:"Poison Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"1d8+6 poison damage, and the target is weakened (save ends).",damage:"1d8+6 poison damage",category:1},{id:"7f0f163c-6fab-4ad3-a3ff-92a688715cf8",name:"Cavern Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"the target takes ongoing 5 necrotic damage and is slowed (save ends both)",category:1},{id:"782a0112-db00-4bc9-8965-89ddb5e1ad7a",name:"Tunnel Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn",category:3},{id:"0b2c7425-11b0-486e-aea6-6c14fc92d944",name:"Chant of Renewal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f9ad3dd6-d570-4ef4-bd19-e6e5d84d188e",name:"Elomir (undead)",details:"",size:2,origin:0,type:2,keywords:"undead",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Deep Speech, Elven",skills:"Athletics +19, Intimidate +18",equipment:"heavy shield; longsword; scale armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:20},intelligence:{score:10},wisdom:{score:10},charisma:{score:22},hp:270,initiative:14,ac:30,fortitude:27,reflex:25,will:26,regeneration:{value:5,details:""},auras:[{id:"a06e5c31-e912-4ecf-b8e9-1fa27d625a24",name:"Mind Undead",keywords:"",details:"aura 5; undead allies within the aura deal an extra 5 psychic damage with melee attacks."}],powers:[{id:"47fbaa32-f56f-4be5-a7df-a85fc070315b",name:"Mindripping Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 damage, ongoing 5 necrotic and psychic damage, and the target is marked (save ends both).",damage:"1d8+6 damage",category:1},{id:"bd0b8060-3453-461e-a548-8431800b9a11",name:"Dual Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Psychic, Weapon",condition:"requires mindripping soulsword",range:"Elomir makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"0c22904c-5110-47d1-978f-ff40cd92a33d",name:"Disruptive Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Psychic, Weapon",condition:"requires mindripping soulsword",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+8 damage, ongoing 5 necrotic and psychic damage, and whenever the target is the target of a power that has the healing keyword, it takes 10 necrotic damage (save ends both).",damage:"2d8+8 damage",category:1},{id:"b200b801-bfdb-4238-9493-50e66faa558c",name:"Fires of Unmaking",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic, Psychic",condition:"",range:"Close burst 2",attack:{bonus:17,defence:1},description:"",details:"living creatures take 4d8+5 fire and necrotic damage, and ongoing 10 necrotic and psychic damage (save ends). Undead creatures in the burst deal an extra 2d6 necrotic and fire damage until the end of Elomir’s next turn.",damage:"living creatures take 4d8+5 fire and necrotic damage",category:1},{id:"b625e9ed-9ab2-4731-9654-8ccaa8253c3d",name:"Deathly Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Elomir ignores difficult terrain when he shifts.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c4c6a0a8-e600-4e61-9245-a109d2b6f3d1",name:"Far Eidolon",details:"",size:2,origin:0,type:0,keywords:"construct",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:6},wisdom:{score:9},charisma:{score:19},hp:276,initiative:9,ac:25,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"d0c51f7c-1fde-4b18-a664-7acaa71b3f16",name:"Twisting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage, and ongoing 10 psychic damage (save ends). While taking this ongoing damage, the target deals 5 psychic damage to any of its allies that are adjacent to it at the start of its turn.",damage:"2d8+6 damage",category:1},{id:"36619920-0357-4b31-8c40-7768e372e098",name:"Unnatural Retribution",action:{action:4,trigger:"when an enemy attacks the eidolon while it is in mindbending stance",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 1d8+4 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"1d8+4 psychic damage",category:5},{id:"5d16cdae-9973-4462-bd65-589ad66d273b",name:"Mindbending Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Until the end of the eidolon’s next turn, enemies that start their turns within 5 squares of it take 5 psychic damage, and a -2 penalty to attack rolls and defenses. If the eidolon moves, the effect ends.",damage:"enemies that start their turns within 5 squares of it take 5 psychic damage",category:1},{id:"fc4d7d6b-6699-4f83-9fa7-52bae9f2811a",name:"Statue Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the far eidolon remains still, it looks like a statue. In this form, it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check.",damage:"it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, petrification",tactics:""},{id:"648baf84-f278-4dd8-8eea-35bcdc14b0ae",name:"Ghost Harpy",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:20},intelligence:{score:10},wisdom:{score:14},charisma:{score:23},hp:169,initiative:10,ac:28,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"4ab20b6e-cbb1-40cb-849c-26ff63c0830d",name:"Spirit Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d10+6 necrotic damage.",damage:"1d10+6 necrotic damage",category:1},{id:"26cd403c-3f04-4df5-ae0b-93c4e50f6b13",name:"Death Kiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"2d6+6 psychic damage, and the target takes a -2 penalty to Fortitude (save ends).",damage:"2d6+6 psychic damage",category:3},{id:"ebfbc965-7a32-456c-8cb0-ef73bb9a2318",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:15,defence:3},description:"",details:"deafened creatures are immune; the target is pulled 4 squares and immobilized (save ends). Sustain Minor: Any target that has not yet saved against the effect is pulled 4 squares and immobilized (save ends).",damage:"the target is pulled 4 squares and immobilized (save ends)",category:1},{id:"770b338f-e01a-4d5c-ac50-23958853a347",name:"Despairing Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d6+6 thunder damage, and the target is dazed (save ends).",damage:"2d6+6 thunder damage",category:1},{id:"0cace4ad-7f6e-4803-8848-894af1fe6c14",name:"Lurking Voice",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as it doesn’t move or otherwise attack, the harpy ghost can use Stealth to hide while using spirit’s call.",damage:"",category:0}],damageModifiers:[{type:10,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eb24d31e-f7ec-43d7-a931-8454f39be2dc",name:"Githyanki Thug",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:11},wisdom:{score:11},charisma:{score:13},hp:1,initiative:6,ac:24,fortitude:26,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"71338d4a-adb0-4873-b31a-960650f0fcb7",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"6 damage, and the target is immobilized (save ends).",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"41d16cfc-f57f-46fd-ae27-768cff3e5376",name:"Icetomb Wight",details:"",size:3,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:148,initiative:12,ac:32,fortitude:28,reflex:26,will:27,regeneration:{value:0,details:"special (see Resist)"},auras:[],powers:[{id:"69291e3f-242c-48da-ba34-a10c3b7c3220",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 cold damage, and the target is marked (save ends).",damage:"2d6+7 cold damage",category:1},{id:"cc089dbe-c0b1-4186-9a77-34774ca9da6f",name:"Freezing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"Reach 2; 2d6+7 cold damage, and the target is grabbed. If the icetomb wight uses this power on a target it has already grabbed, that target loses a healing surge.",damage:"2d6+7 cold damage",category:1},{id:"c7d0ab92-1d2f-40dd-90b7-c45b3462058e",name:"Encase in Ice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"requires a grabbed target",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets the creature the icetomb wight is grabbing; 2d6+7 cold damage, and the target is no longer grabbed but is restrained and takes ongoing 10 cold damage (save ends both), and it is knocked prone. Aftereffect: The target is slowed and takes ongoing 5 cold damage (save ends both).",damage:"2d6+7 cold damage",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5},{type:9,value:5}],resist:"10 cold (if the wight takes cold damage, it gains regeneration 5 until it takes fire or radiant damage, or until the end of the encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"71bb9264-dbfc-4001-90b1-739f7315fb1c",name:"Icewight Castellan",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:7,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6 (ice walk)",alignment:"Evil",languages:"Common",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:19},intelligence:{score:10},wisdom:{score:14},charisma:{score:21},hp:284,initiative:12,ac:30,fortitude:28,reflex:25,will:27,regeneration:{value:0,details:"special (see Resist)"},auras:[],powers:[{id:"7d8ba07c-5527-4edf-b386-9294b40ab96e",name:"Blightfire Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+6 necrotic damage, and the target is immobilized and takes ongoing 10 cold and necrotic damage (save ends both). If this attack hits a creature taking ongoing cold or necrotic damage, the icewight warrior also drains a healing surge.",damage:"2d8+6 necrotic damage",category:1},{id:"b339fb80-3756-4090-9181-17d2706d1632",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"or helpless target",range:"Ranged 5",attack:{bonus:18,defence:1},description:"",details:"2d8+7 necrotic damage, and the icewight warrior and all undead allies within 2 squares regain 10 hit points.",damage:"2d8+7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5},{type:9,value:5}],resist:"10 cold (if the wight takes cold damage, it gains regeneration 5 until it takes fire or radiant damage, or until the end of the encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6d8cdd22-79d8-4e32-ab23-65a9e0e8db7c",name:"Kaorti Fallen",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Arcana +18, Intimidate +17, Stealth +18",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:23},intelligence:{score:18},wisdom:{score:8},charisma:{score:20},hp:145,initiative:15,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"c94cbd4e-7ed2-4cff-972e-543774255c90",name:"Ribbon Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d4+6 damage, and ongoing 5 damage (save ends).",damage:"2d4+6 damage",category:1},{id:"b216e4ea-ced6-4610-989c-d9851ef62c6b",name:"Twisting Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"1d10+7 psychic damage, and the target is weakened (save ends).",damage:"1d10+7 psychic damage",category:1},{id:"e0fed45c-0307-43c6-9ab4-9be4417aa77d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti fallen deals an extra 2d6 damage to creatures it has combat advantage against.",damage:"the kaorti fallen deals an extra 2d6 damage to creatures it has combat advantage against",category:0},{id:"6e14c648-a05b-4e3f-ac8a-353118159f14",name:"Mind Slide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti fallen can shift 3 squares, including through an enemy’s space. It must end its shift in an unoccupied space. It doesn’t provoke opportunity or immediate action attacks for shifting this way.",damage:"The Kaorti fallen can shift 3 squares",category:2}],damageModifiers:[],resist:"10 acid and 10 psychic",vulnerable:"",immune:"",tactics:""},{id:"24fbba0d-b79f-4cf3-b945-b7e433992063",name:"Kaorti Skybleeder",details:"",size:3,origin:0,type:1,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +10; all-around vision, darkvision",movement:"6, fly 6 (hover)",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:20},intelligence:{score:6},wisdom:{score:6},charisma:{score:18},hp:168,initiative:12,ac:26,fortitude:28,reflex:26,will:25,regeneration:{value:5,details:"if the skybleeder takes fire or force damage, its regeneration does not function until the end of its next turn"},auras:[{id:"3b4d8f81-a333-4e64-82b8-58be9d845081",name:"Acidic Mist",keywords:"",details:"(Acid) aura 1; a creature in the aura takes 5 acid damage at the start of its turn."}],powers:[{id:"6e489586-d206-4452-959d-7aac2b77b040",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"ece0f88a-2d9c-4bf0-862e-98a97ab894e5",name:"Skybleeder Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skybleeder makes two claw attacks, or three claw attacks at -2 to each attack roll.",damage:"or three claw attacks at -2 to each attack roll",category:1},{id:"6d3f4eb7-6df1-4508-8a72-63105f68cdc5",name:"Lashing Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:15,defence:2},description:"",details:"1d4+7 acid damage (3d4 + 7 acid damage against a target the skybleeder is grabbing), and the target is pulled 2 squares and grabbed. A skybleeder can grab up to three targets.",damage:"1d4+7 acid damage (3d4 + 7 acid damage against a target the skybleeder is grabbing)",category:1}],damageModifiers:[],resist:"10 acid and 10 psychic",vulnerable:"",immune:"",tactics:""},{id:"b45197c6-2aa2-4f36-8523-5f9a7c91cecc",name:"Kaorti Thrall",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 4",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:25},intelligence:{score:8},wisdom:{score:8},charisma:{score:15},hp:1,initiative:16,ac:28,fortitude:27,reflex:28,will:23,regeneration:null,auras:[],powers:[{id:"cb8bf33b-dd25-49ec-a271-b6d424b97515",name:"Ribbon Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"f139f813-1d27-4e86-b221-44574082c8ea",name:"Mind Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti thrall shifts 1 square. It doesn’t provoke opportunity or immediate action attacks for shifting this way.",damage:"The Kaorti thrall shifts 1 square",category:3},{id:"cbb0add8-37d9-4951-9c9c-ac1251450fee",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Kaorti thrall deals an extra 3 damage to foes it has combat advantage against.",damage:"the kaorti thrall deals an extra 3 damage to foes it has combat advantage against",category:0}],damageModifiers:[],resist:"10 acid and 10 psychic",vulnerable:"",immune:"",tactics:""},{id:"cffd3c2a-5c02-4317-b5d1-437faa65c0ff",name:"Keening Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:4},constitution:{score:18},dexterity:{score:23},intelligence:{score:6},wisdom:{score:8},charisma:{score:20},hp:1,initiative:15,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[{id:"122731bd-ab6d-4ada-98a9-c91a0667b412",name:"Tormenting Keening",keywords:"",details:"aura 1; any enemy within the aura that takes damage from a power that has the thunder or psychic keyword takes 5 extra psychic damage."}],powers:[{id:"cffd95a9-4271-42db-93cc-56e9e33190c8",name:"Passing Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"The keening spirit can shift up to 1 square before or after the attack; 7 thunder damage.",damage:"7 thunder damage",category:1}],damageModifiers:[{type:6,value:-10},{type:10,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eae1e003-cbc6-4ef7-bd62-7f543658f0fd",name:"Lingering Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:22},intelligence:{score:10},wisdom:{score:12},charisma:{score:19},hp:66,initiative:16,ac:26,fortitude:23,reflex:25,will:23,regeneration:null,auras:[{id:"21711268-a218-443f-8c6d-4fc96fe848cd",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"340686d2-8a59-408d-879f-1fb635e73372",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d8+5 necrotic damage.",damage:"2d8+5 necrotic damage",category:1},{id:"d11d08a7-1885-4f1f-84aa-c0cbb95909e9",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close burst 2",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 3d6 psychic damage, and the target is knocked prone.",damage:"3d6 psychic damage",category:1},{id:"581d19f4-ffdc-4a0a-83eb-d97e47414de5",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1d080fe2-0609-4a35-8478-29780c9a1965",name:"Malachi",details:"",size:2,origin:0,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common, Deep Speech",skills:"Arcana +20, History +20",equipment:"implement, orb",category:"",strength:{score:11},constitution:{score:21},dexterity:{score:12},intelligence:{score:14},wisdom:{score:9},charisma:{score:21},hp:314,initiative:9,ac:30,fortitude:38,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"aebdf5b0-ead3-4695-a97a-876bdcab127d",name:"Disrupting Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+3 necrotic damage, and the target regains only half the number of hit points granted by healing powers (save ends).",damage:"2d8+3 necrotic damage",category:1},{id:"eb5d0717-e131-4431-8521-def97cf75d69",name:"Psychic Assault",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 1d10+7 psychic damage.",damage:"1d10+7 psychic damage",category:3},{id:"2016b30e-dec7-473f-a5c9-8035a6126742",name:"Distortion Field",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:"recharges when first bloodied"},keywords:"Conjuration, Psychic, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"a rippling field of energy causes disturbing reality distortions; enemies that start their turns in the zone take 5 psychic damage and -2 to defenses until the start of their next turn. The distortion field moves with Malachi. While the field persists, Malachi gains +5 to checks to escape a grab and +5 saving throws against the immobilized, restrained, and slowed conditions. Sustain Minor: The zone persists.",damage:"enemies that start their turns in the zone take 5 psychic damage and -2 to defenses until the start of their next turn",category:1},{id:"353bbaf6-ad44-44bb-b548-95c1ff7fcd4a",name:"Unraveling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:18,defence:3},description:"",details:"2d10+7 psychic damage, and ongoing 10 psychic damage (save ends). If the target has created any effect that has a duration (save ends, until end of turn, until end of encounter) or can be sustained, that effect ends. Miss: 1d10+7 psychic damage and ongoing 5 psychic damage (save ends).",damage:"2d10+7 psychic damage",category:1},{id:"5c077c97-918f-4d45-b959-516fa92f616b",name:"Mindbending Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"Malachi teleports 5 squares. Malachi can choose a creature that he starts or arrives adjacent to, forcing that creature to make a melee basic attack against another adjacent creature as a free action.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1293f3f4-921d-4a1f-9eb3-51713d7c5e5c",name:"Malachi’s Butcher",details:"",size:3,origin:4,type:0,keywords:"undead",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:18},intelligence:{score:6},wisdom:{score:18},charisma:{score:2},hp:564,initiative:10,ac:26,fortitude:29,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"bd7ac8ca-a3f9-455f-8de7-6301c319ea66",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+7 damage, and ongoing 5 damage (save ends). On a critical hit, the ongoing damage increases to 10 and has Aftereffect: ongoing 5 damage (save ends). Against a grabbed target, the butcher scores a critical hit on a natural roll of 18-20.",damage:"2d10+7 damage",category:1},{id:"b9ed121a-d14c-49da-9b46-5d7d45566fc4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target is grabbed. The butcher can grab only one creature at a time, and it can’t make claw attacks while grabbing.",damage:"2d8+7 damage",category:1},{id:"2bfa05fa-7081-4eb2-aa34-1f1b37029bbf",name:"Butchery",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The butcher makes a cleaver and a claw attack.",damage:"",category:1},{id:"8b6f1fc9-77ea-43c7-aee3-dea5129adcfd",name:"Mangling Maw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a grabbed target",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets a creature the butcher is grabbing; 2d10+5 damage, and the butcher regains 5 hit points.",damage:"2d10+5 damage",category:3},{id:"c0d071de-1058-4c05-a920-64effba3a689",name:"Spew Meat Mote",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Malachi’s butcher takes 10 damage. A meat mote appears in a square of the butcher’s choice within 2 squares. It acts right after the butcher. The butcher can have only four active meat motes at a time.",damage:"malachi’s butcher takes 10 damage",category:3},{id:"96bee3c9-72ab-4415-8d7c-b5cfdd4de393",name:"Rupture",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Four meat motes appear in the butcher’s space. They take their turn immediately after the butcher is reduced to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"595432a3-0f5a-4126-a5a1-f36b7d281b6b",name:"Malachi’s Shade Witch",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +17, Stealth +14",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:22},wisdom:{score:9},charisma:{score:20},hp:228,initiative:9,ac:26,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"d6b4fe8c-b6db-462b-ae8a-f10b68a1c6ce",name:"Shadowfire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+4 fire and necrotic damage, and the shade witch is invisible to the target until she attacks.",damage:"2d6+4 fire and necrotic damage",category:1},{id:"1c3e0152-b974-4cc9-8a6c-1060fab8c9ef",name:"Shadowed Eye",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d6+5 psychic damage, and the target has no line of sight to anything beyond 2 squares until the end of the shade witch’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"fea833b4-f869-44ab-96da-760f0eedfdae",name:"Shadow Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Malachi’s shade witch makes two basic attacks.",damage:"",category:1},{id:"a08f9bd9-0740-47f8-8f20-92f34c201ac3",name:"Soul Flaying",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a target within sight becomes bloodied"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"4d8+7 necrotic damage, and the target can’t use healing surges until the end of the shade witch’s next turn.",damage:"4d8+7 necrotic damage",category:1},{id:"f1956990-584f-4358-97aa-e85ad7167d0b",name:"Shade Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:16,defence:1},description:"",details:"3d6+7 necrotic damage, and the target is dazed (save ends).",damage:"3d6+7 necrotic damage",category:1},{id:"f71373dd-bcb8-4284-9ccc-64b501a53558",name:"Shadowbite Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Malachi’s shade witch teleports 6 squares and becomes insubstantial until the start of her next turn. Enemies adjacent to her when she teleports take 1d10 + 5 necrotic damage and are knocked prone.",damage:"enemies adjacent to her when she teleports take 1d10 + 5 necrotic damage and are knocked prone",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71d470c2-4411-4c48-887a-41d266425488",name:"Meat Mote",details:"",size:0,origin:4,type:0,keywords:"undead",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:18},dexterity:{score:24},intelligence:{score:2},wisdom:{score:19},charisma:{score:2},hp:1,initiative:15,ac:28,fortitude:23,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"6c75e2c1-903a-44f4-97df-2c252b44c496",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"5 damage, and the target is slowed until the end of the meat mote’s next turn.",damage:"5 damage",category:1}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f25aead5-b35b-47ad-94a1-48fe7ce757e1",name:"Mezzodemon Beastlord",details:"",size:2,origin:1,type:2,keywords:"demon",level:13,role:{type:7,flag:0,leader:!0},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +12",equipment:"trident",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:10},wisdom:{score:19},charisma:{score:16},hp:132,initiative:11,ac:30,fortitude:27,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"38a22e36-df1d-4899-ad38-a0df0e8fc6f1",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the mezzodemon slides the target 2 squares.",damage:"1d8+6 damage",category:1},{id:"c014a740-6977-4952-a3d8-8f3f74e18614",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 2d8+5 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d8+5 poison damage",category:1},{id:"64ac53f9-056b-4488-bba9-92a5e3cb1bf5",name:"Beastly Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"One allied elemental beast within 5 squares of the mezzodemon beastlord makes a melee attack as a free action.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"f25e6bec-06d3-4b3a-83f9-9d3f250ace20",name:"Roper Eidolon",details:"",size:3,origin:4,type:3,keywords:"",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +12",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:6},wisdom:{score:20},charisma:{score:10},hp:280,initiative:10,ac:28,fortitude:27,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"c5ed9ce5-5664-4e6a-a4de-173c0900d139",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"d75afad6-2b8d-4cf1-9912-6bcb2f8aaa5c",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 10; 2d10+4 damage, and the target is grabbed. While the target is grabbed, it is also weakened.",damage:"2d10+4 damage",category:1},{id:"df17ac31-d55c-42eb-a0d3-8f894dcbe5a7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The roper makes two tentacle attacks.",damage:"",category:1},{id:"3ea27b72-a752-4889-bfbe-1b60f0bda01b",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Targets a creature the roper eidolon has grabbed; on a hit, the target is pulled 5 squares.",damage:"the target is pulled 5 squares",category:3},{id:"0eb93a40-f523-44fc-b235-76e88d182fae",name:"Pillar Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the roper eidolon that does not move, retracts its tentacles, and keeps its eye and mouth closed resembles a rough-hewn pillar. In this form, it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check.",damage:"it has resist 10 all and it can be recognized as a creature with a DC 30 Perception check",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, petrification",tactics:""},{id:"88f40dd4-a321-4960-a7bd-a2e47e0b6729",name:"Sarshan",details:"",size:2,origin:5,type:2,keywords:"",level:12,role:{type:3,flag:2,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Unaligned",languages:"Abyssal, Common, Elven, Deep Speech",skills:"Arcana +23, Diplomacy +23",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:17},hp:650,initiative:10,ac:28,fortitude:25,reflex:26,will:25,regeneration:null,auras:[{id:"d6edd3bf-ea86-426d-abe0-4e271c93881f",name:"Blood Chaos",keywords:"",details:"aura 2; an enemy that ends its turn in the aura takes ongoing 10 acid damage (save ends)."}],powers:[{id:"c0753581-cecc-4ac8-8037-633f0e4e887b",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and ongoing 5 acid damage (save ends).",damage:"1d10+6 damage",category:1},{id:"0df69418-9b6a-402c-9e1b-3dc28aab34f3",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sarshan makes three katar attacks.",damage:"",category:1},{id:"370563af-1095-499d-b4c1-173e5e07a7fb",name:"Shadow Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Sarshan teleports 6 squares, makes a triple attack and teleports 6 more squares, then becomes insubstantial until the start of his next turn.",damage:"Sarshan teleports 6 squares",category:1},{id:"08bc98ad-4e97-48be-9909-b7c75c8fc701",name:"Blood Chaos Flare",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"the target takes ongoing 10 acid damage (save ends). First Failed Saving Throw: The target is slowed and takes ongoing 10 acid damage (save ends). Second Failed Saving Throw: The target is transformed into a mass of slime (treat as petrified; no save). The Remove Affliction ritual can reverse this effect.",damage:"the target takes ongoing 10 acid damage (save ends)",category:1},{id:"d22e1fb0-814f-482c-92ed-dfb3883408b7",name:"Chaos Nova",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:15,defence:1},description:"",details:"4d10+5 acid damage. Miss: Half damage.",damage:"4d10+5 acid damage",category:1},{id:"4d79536f-5b82-43f6-bf4f-1a0c4158de44",name:"Chaos Scream",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"Sarshan makes a blood chaos flare attack.",damage:"",category:5}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"436c1936-2339-460e-a150-1b47180745d0",name:"Scion of Chaos",details:"",size:4,origin:1,type:0,keywords:"",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:19},intelligence:{score:16},wisdom:{score:19},charisma:{score:21},hp:120,initiative:9,ac:25,fortitude:24,reflex:23,will:24,regeneration:null,auras:[{id:"c31ee498-8d49-4a05-b9d3-527df28d1edd",name:"Whirling Tentacles",keywords:"",details:"aura 2; the scion of chaos slides any creature that starts its turn in the aura 2 squares."}],powers:[{id:"11dd1f62-a131-4328-b5eb-f85f297263e9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+4 fire damage.",damage:"2d8+4 fire damage",category:1},{id:"59d2d2f6-e4f3-4ace-adc6-84359e6d7b29",name:"Staggering Strike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+6 damage and the target is pushed 3 squares.",damage:"2d6+6 damage and the target is pushed 3 squares",category:1},{id:"c71eff64-6982-4b7a-a837-70f12cbf733d",name:"Coils of Immobility",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:2},description:"",details:"targets enemies only; 2d8+4 damage and the target is restrained (save ends).",damage:"2d8+4 damage and the target is restrained (save ends)",category:1},{id:"caa88d68-4ea3-4717-8257-615edaf97cbb",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The scion of chaos is perfectly adapted to living in blood chaos. It can move through blood chaos without penalty and takes no damage from contact with blood chaos.",damage:"it can move through blood chaos without penalty and takes no damage from contact with blood chaos",category:0}],damageModifiers:[],resist:"acid 10, fire 10",vulnerable:"",immune:"",tactics:""},{id:"75e702ee-a279-449f-a896-8129904d10da",name:"Shadow Hook Horror",details:"",size:3,origin:5,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"Athletics +18",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:12},hp:137,initiative:12,ac:28,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"fbc1f4ea-7283-4e00-8940-698b11ea2089",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"reach 2; 1d12+7 damage, and the target is pulled 1 square.",damage:"1d12+7 damage",category:1},{id:"552e864f-1091-47de-8a4e-e6666fd9467b",name:"Rending Hooks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The shadow hook horror makes two hook attacks, each at a -2 penalty. If both hooks hit the same target, the hook horror deals an extra 1d12 damage and the target can be grabbed.; 2d8+6 damage.",damage:"the hook horror deals an extra 1d12 damage and the target can be grabbed",category:1},{id:"9ff0828f-4dfc-465d-8a32-4146da8993b3",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a grabbed target",range:"",attack:{bonus:20,defence:0},description:"",details:"Targets a creature the shadow hook horror has grabbed; 1d8+7 damage.",damage:"1d8+7 damage",category:3},{id:"810df1f5-0bdb-44c8-bfc1-228a878956a7",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d12+7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d12+7 damage",category:1},{id:"12ed8298-9a6d-4f05-8076-49fb6977aa03",name:"Shadow Cloak",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"requires activation in an area of dim light",range:"",attack:null,description:"",details:"The shadow hook horror becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10225626-4b55-435f-8269-62d91210e4ab",name:"Shattered Wraith",details:"",size:1,origin:5,type:2,keywords:"undead",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"",skills:"Stealth +19",equipment:"",category:"",strength:{score:4},constitution:{score:15},dexterity:{score:23},intelligence:{score:6},wisdom:{score:15},charisma:{score:20},hp:1,initiative:18,ac:31,fortitude:25,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"af48359e-f744-48b1-8cb8-efe114d20590",name:"Shatter Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"5 necrotic damage, and the target gains vulnerable necrotic 5.",damage:"5 necrotic damage",category:1},{id:"183f79f2-836b-4847-9f60-8ac0bf5fe3de",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shattered wraith shifts 6 squares.",damage:"The shattered wraith shifts 6 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"29a1a9d4-f41e-4454-9aaa-568e959aa209",name:"Skulking Terror",details:"",size:2,origin:1,type:0,keywords:"",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +11",movement:"6, fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:12},hp:83,initiative:13,ac:25,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"f14138f6-6962-41e6-813e-3898d71d7477",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"599e13aa-b9b1-4e00-918d-bb6822dcb58d",name:"Lethargic Countenance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is slowed and grants combat advantage to the skulking terror until the end of the skulking terror’s next turn. After all attacks are resolved, the skulking terror teleports 8 squares and gains a +4 power bonus to all defenses against ranged and area attacks.",attack:{bonus:12,defence:3},description:"",details:"",damage:"",category:1},{id:"bccad8f3-17d5-4059-9b0b-7104acb0367f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The skulking terror deals an extra 2d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"2b767b45-5b70-402c-b5f0-2c39fe9a0a25",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The skulking terror is perfectly adapted to living in blood chaos. It can move through blood chaos without penalty and takes no damage from contact with blood chaos.",damage:"it can move through blood chaos without penalty and takes no damage from contact with blood chaos",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b59bf058-d93c-4856-873d-3c3e8a487699",name:"Skull Lord Servitor",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:0,flag:0,leader:!0},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +18, Insight +15, Intimidate +18",equipment:"implement, staff; ritual book",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:18},intelligence:{score:17},wisdom:{score:16},charisma:{score:23},hp:55,initiative:12,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[{id:"1cefedef-9234-467a-87f9-74d1daba60c7",name:"Master of the Grave",keywords:"",details:"aura 2; undead allies in the aura gain regeneration 5 and a +2 bonus to saving throws. This aura ends when the skull of death’s command is destroyed."}],powers:[{id:"da49ba30-2362-4f00-ad87-b30e8380ffe4",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage plus 1d6 necrotic damage.",damage:"1d8+4 damage plus 1d6 necrotic damage",category:1},{id:"6851333e-f7cf-4d88-94ec-92b6ca3349d4",name:"Skull of Bonechilling Fear",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fear",condition:"",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"1d10+3 cold damage, and the target is pushed 5 squares.",damage:"1d10+3 cold damage",category:3},{id:"af0f84db-1dda-4659-b915-089d3cfddc42",name:"Skull of Death’s Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"the skull lord restores a destroyed undead minion within range. The restored undead minion’s level must be no higher than the skull lord’s level +2. The restored minion stands in the space where it fell (or in any adjacent space if that space is occupied) as a free action, has full normal hit points, and can take actions (as normal) on its next turn.",damage:"The restored undead minion’s level must be no higher than the skull lord’s level +2",category:3},{id:"7d8fa0c0-648d-49c3-8c19-e14743fefa3e",name:"Skull of Withering Flame",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"2d6+5 fire and necrotic damage.",damage:"2d6+5 fire and necrotic damage",category:3},{id:"2c878719-a8b0-47bf-92a4-38bb4d26eb18",name:"Triple Skulls",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When a skull lord is reduced to 0 hit points, one of its skulls (determined randomly from the three powers above) is destroyed, and it loses the ability to use that power. If the creature has any skulls remaining, it instantly heals to full hit points (55 hit points). When all three skulls are destroyed, the skull lord is destroyed as well.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"adf056cb-daa7-4090-a43a-2e6139bf72fb",name:"Storm Abishai Sniper",details:"",size:2,origin:3,type:1,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +23; low-light vision",movement:"8, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:21},hp:98,initiative:9,ac:24,fortitude:24,reflex:24,will:22,regeneration:{value:5,details:""},auras:[],powers:[{id:"9fc92179-1925-4600-a2b9-b5dcc3d06ce6",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+7 lightning damage.",damage:"2d6+7 lightning damage",category:1},{id:"e5e104f1-6ee9-428e-ae69-1d9d3af63664",name:"Lightning Discharge",action:{action:4,trigger:"when an enemy hits the abishai with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:17,defence:2},description:"",details:"1d6+8 lightning damage, and the triggering enemy is pushed 1 square and stunned until the end of its next turn.",damage:"1d6+8 lightning damage",category:5},{id:"7fef6330-e305-4c3a-b3c4-6ba52bfe396f",name:"Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"2d6+8 thunder damage.",damage:"2d6+8 thunder damage",category:1}],damageModifiers:[{type:5,value:-10},{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be23e391-8574-49d1-b58a-c63a4870d02f",name:"Volarn",details:"",size:2,origin:0,type:2,keywords:"",level:16,role:{type:0,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Arcana +19, Insight +12, Religion +19",equipment:"",category:"",strength:{score:10},constitution:{score:21},dexterity:{score:18},intelligence:{score:22},wisdom:{score:8},charisma:{score:24},hp:246,initiative:12,ac:28,fortitude:27,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"cdef1e0c-07b2-4f7f-9b6e-1469cee07885",name:"Ribbon Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"4d4+4 damage, and ongoing 15 damage (save ends).",damage:"4d4+4 damage",category:1},{id:"c8bb9cf3-5eef-48d2-8841-0c48c9408725",name:"Mind Knives",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d8+7 psychic damage, and ongoing 5 psychic damage.",damage:"2d8+7 psychic damage",category:1},{id:"d8e26935-dd4d-4f51-af4e-49d542b79cd3",name:"Twisting Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d10+7 psychic damage, and the target is stunned until the end of Volarn’s next turn.",damage:"2d10+7 psychic damage",category:1},{id:"2d9b92be-2e9d-4901-ab47-6ca3f603147e",name:"Mind Warp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:20,defence:3},description:"",details:"targets enemies; 2d8+7 psychic damage, and the target slides 2 squares. Volarn can teleport anywhere in the burst.",damage:"2d8+7 psychic damage",category:1},{id:"004ec26b-125e-4f8d-88ab-e00524aeb35d",name:"Out of Nowhere",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Volarn teleports 6 squares and makes one mind knives attack while teleporting. He has combat advantage against his target and deals an extra 5 psychic damage.",damage:"he has combat advantage against his target and deals an extra 5 psychic damage",category:2}],damageModifiers:[{type:1,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7a872b8c-1522-43c3-8c3f-0ee6e99bcddc",name:"Young Shadow Hulk",details:"",size:3,origin:5,type:1,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision, tremorsense 5",movement:"6, burrow 2 (tunneling); phasing",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:12},hp:252,initiative:11,ac:28,fortitude:30,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"94c9571d-728f-4522-85e2-54a702ce5fe2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"b0a9959d-2bd2-4211-b234-0dbdcbc27c03",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The young shadow hulk makes two claw attacks. If both claw attacks hit the same target, the target can be grabbed. A grabbed target takes ongoing 10 damage from the young shadow hulk’s mandibles until it escapes. While grabbing a target, the only melee attack the young shadow hulk can make is a single claw attack against the grabbed target.",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"a7ef1d68-b1e8-4841-b3f1-a170b43ce5f9",name:"Dazing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84a93001-b51f-4ccf-b837-d66e2af070b0",name:"Bone Archivist",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:15},intelligence:{score:23},wisdom:{score:10},charisma:{score:20},hp:109,initiative:9,ac:26,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"ba629024-09b3-40b8-82c6-6dcffa1a0989",name:"Mind Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"1d10+6 psychic damage, and the target takes a -2 penalty to Will and is slowed until the end of the bone archivist’s next turn. The bone archivist can shift 3 squares.",damage:"1d10+6 psychic damage",category:1},{id:"0ec1d4ae-e5fe-44e8-970d-722cf6406722",name:"Siphon Memory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"2d4+6 psychic damage, and the target can make only basic attacks or use at-will powers until the end of the bone archivist’s next turn.",damage:"2d4+6 psychic damage",category:1},{id:"1532d7e5-4cb3-4f59-a2dd-720000e7d4f9",name:"Knowledge Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 3d6+6 damage, and the target is dazed (save ends).",damage:"3d6+6 damage",category:1}],damageModifiers:[{type:8,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"fd2cbc57-8751-47ee-8a36-8a454f4ecee5",name:"Bone Scribe",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:20},dexterity:{score:14},intelligence:{score:23},wisdom:{score:8},charisma:{score:19},hp:1,initiative:9,ac:27,fortitude:25,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"02075e2f-ca6f-4e72-9978-4d384f2a0a7f",name:"Mind Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"4 psychic damage, and the target takes a -2 penalty to Will and is slowed until the end of the bone scribe’s next turn. The bone scribe can shift 1 square.",damage:"4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"9dc8e30c-6cf7-4cfd-96bc-276cded90e82",name:"Cockroach Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:22},intelligence:{score:1},wisdom:{score:13},charisma:{score:6},hp:124,initiative:14,ac:28,fortitude:24,reflex:25,will:20,regeneration:null,auras:[{id:"8dd73631-30b0-453c-9ff9-a399188d168e",name:"Stench",keywords:"",details:"(Poison) aura 2; enemies within the aura take a –2 penalty to attack rolls."},{id:"cd5e6ff8-cf5d-48ea-81f6-a2d34c45d962",name:"Swarm Attack",keywords:"",details:"aura 1; the cockroach swarm makes a melee basic attack against each enemy that begins its turn within the aura."}],powers:[{id:"869257ba-c2eb-4b86-bdc6-9240b3014fbd",name:"Corrosive Surge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 acid damage, and ongoing 5 acid damage (save ends).",damage:"1d8+5 acid damage",category:1},{id:"6c887ca5-ec1a-4eb9-8c2e-d8aafade1562",name:"Scuttling Mass",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cockroach swarm shifts 3 squares.",damage:"The cockroach swarm shifts 3 squares",category:2}],damageModifiers:[],resist:"half damage from melee or ranged attacks",vulnerable:"10 against close or area attacks",immune:"",tactics:""},{id:"1bb19e9b-0cca-4318-97d5-6f0d58973d3b",name:"Crusty",details:"",size:2,origin:4,type:2,keywords:"living construct",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:22},intelligence:{score:5},wisdom:{score:11},charisma:{score:3},hp:94,initiative:11,ac:27,fortitude:27,reflex:26,will:20,regeneration:null,auras:[],powers:[{id:"eeed3bdc-d2d8-443c-8bea-09958f6d28fe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"4a634f2a-fb67-443a-9d62-c8236b4df37e",name:"Roach Barrel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:14,defence:2},description:"",details:"1d6+5 damage, and the target is slowed and takes ongoing 10 damage (save ends both).",damage:"1d6+5 damage",category:1},{id:"df793e4d-c32e-4b70-b6ee-eb2e32b058d9",name:"Eruption of Maggots",action:null,keywords:"Fear",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:16,defence:3},description:"",details:"the target is dazed (save ends). The crusty explodes in a fountain of squirming maggots.",damage:"",category:0},{id:"0c386c03-d118-4707-ab6d-94ee6ff3358a",name:"Crusty Hide",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The crusty takes a -2 penalty to AC and Fortitude.",damage:"The crusty takes a -2 penalty to AC and Fortitude",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb392688-98a3-401b-b1b9-287dbabcefcf",name:"Eater of the Dead",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:19},intelligence:{score:8},wisdom:{score:15},charisma:{score:6},hp:1,initiative:11,ac:28,fortitude:26,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"3355a8e2-e269-4c64-b800-dd14b260baa9",name:"Hatchet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d944ca4b-31b7-44e8-a538-cffc3d26faf4",name:"Eluron Bladewhisper",details:"",size:2,origin:5,type:2,keywords:"",level:7,role:{type:4,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"chainmail; greatsword",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:120,initiative:12,ac:21,fortitude:19,reflex:21,will:16,regeneration:null,auras:[],powers:[{id:"fe875239-d214-49d9-9ed4-601971ac64ef",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"40dead3a-e18f-4d6f-9abc-92990b42324e",name:"Finishing Move",action:{action:7,trigger:"when an adjacent enemy becomes bloodied",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Eluron Bladewhisper targets the enemy that has just become bloodied; 2d10+8 damage, ongoing 10 damage, and the target grants combat advantage (save ends both).",damage:"2d10+8 damage",category:5},{id:"21a317eb-a1f1-4e2f-9c05-702b997b5a1b",name:"Shadow Throw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d6+5 damage, and the target slides 2 squares and is knocked prone. Eluron can make a Stealth check to become hidden from the thrown enemy.",damage:"1d6+5 damage",category:3},{id:"1c4126c0-9b83-43c3-b0ad-6d99fd8b5cb8",name:"Gloomstrike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Eluron Bladewhisper hits a target that can’t see her, the target is blinded until the end of Eluron Bladewhisper’s next turn.",damage:"",category:0},{id:"9a493899-7b8d-4d44-b9cf-6b769d00a683",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Eluron Bladewhisper teleports 3 squares and becomes insubstantial until the start of her next turn.",damage:"Eluron Bladewhisper teleports 3 squares and becomes insubstantial until the start of her next turn",category:2},{id:"cbf729f5-bfe8-48f7-a04f-efa5a169e13a",name:"Veil of Shadows",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Eluron Bladewhisper turns invisible until the end of her turn and moves up to her speed. Eluron Bladewhisper cannot use this power while bloodied.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab0503b7-2727-41a1-9768-80854e125f2a",name:"Filth King",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +18, Intimidate +18, Stealth +14, Thievery +14",equipment:"hide armor; holy symbol",category:"",strength:{score:10},constitution:{score:19},dexterity:{score:15},intelligence:{score:20},wisdom:{score:17},charisma:{score:23},hp:278,initiative:9,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"6b0455c0-4369-4b88-8a46-b14f04c9c95a",name:"Festering Scratch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d4+2 damage, and ongoing 10 poison damage (save ends).",damage:"1d4+2 damage",category:1},{id:"b8c72173-567c-43d1-94f3-8a94ae92cc1c",name:"Awaken Greed",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"2d8+6 psychic damage, and the target slides 4 squares and is slowed until the end of the Beggar King’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"9ff38a99-230d-4059-b753-dd61bfd4ab62",name:"Driving Sickness",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The Beggar King makes two festering scratch attacks. If both hit the same target, on its next turn, the target must move away from the Beggar King or the ongoing damage increases by 5 points (maximum 15).",damage:"the target must move away from the beggar king or the ongoing damage increases by 5 points (maximum 15)",category:0},{id:"2be69970-33b8-4bd6-84bb-3c270891c32a",name:"Flanker Strike",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"usable when an enemy flanks the beggar king",range:"",attack:null,description:"",details:"The Beggar King makes a festering scratch attack against the triggering enemy.",damage:"",category:5},{id:"bb047ec2-6241-4bbf-a7dc-5d7952593caf",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Implement",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"1d10+4 acid damage, and the target is blinded until the end of the Beggar King’s next turn.",damage:"1d10+4 acid damage",category:1},{id:"9bb3a028-9c51-4a10-9e4e-201b16cbce8c",name:"Vengeful Return",action:{action:0,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"when the filth king is reduced to 0 hit points",range:"",attack:null,description:"",details:"For 5 minutes, the Beggar King appears dead and gains all the effects of the unconscious condition, but he cannot die. He can still see and hear. After 5 minutes, his body is restored, and he regains 20 hit points.",damage:"For 5 minutes",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c5bb4da7-61be-4c6c-9d08-15060187b54d",name:"Flesh Spider",details:"",size:2,origin:4,type:0,keywords:"living construct",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"8, climb 4 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:18},constitution:{score:11},dexterity:{score:22},intelligence:{score:6},wisdom:{score:12},charisma:{score:4},hp:1,initiative:11,ac:27,fortitude:23,reflex:25,will:20,regeneration:null,auras:[],powers:[{id:"237782dd-41f7-44f3-8b13-2aac9c873e05",name:"Slobbering Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"5 damage (7 damage with combat advantage).",damage:"5 damage (7 damage with combat advantage)",category:1},{id:"d22cc157-cea3-488e-aac0-de7fac1aa8fa",name:"Evasive Scuttle",action:{action:5,trigger:"when the target of a melee or close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flesh spider shifts 4 squares.",damage:"The flesh spider shifts 4 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"673be843-b2bd-4e18-a3f0-f08db8387dc7",name:"Gallia",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +15, Athletics +9, Insight +13",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:108,initiative:14,ac:27,fortitude:22,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8efcc08f-2569-4914-b466-270c425b65e5",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"7a65e5eb-9b06-4607-8163-6b0e037e7a24",name:"Stunning Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"1d8+3 damage, and the target is stunned until the end of Gallia’s next turn.",damage:"1d8+3 damage",category:1},{id:"82e9e29f-8691-409c-9686-5354ad735f88",name:"Relentless Pursuit",action:{action:4,trigger:"when an adjacent enemy shifts away from gallia",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gallia shifts to remain adjacent to the enemy. Gallia cannot use this power if the enemy shifts using a movement mode Gallia does not possess.",damage:"",category:5},{id:"c8832668-d7a7-4ddb-ae87-d0e996b092d1",name:"Iron Mind",action:{action:5,trigger:"when gallia would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gallia gains a +2 bonus to all defenses until the end of her next turn.",damage:"Gallia gains a +2 bonus to all defenses until the end of her next turn",category:5},{id:"6f4c35b0-4131-4ca3-a64f-583b7e3e8e32",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gallia can fly 5 squares.",damage:"Gallia can fly 5 squares",category:2},{id:"68081f67-a70d-4049-b56a-e24470ad206f",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"the next melee attack Gallia makes against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",attack:null,description:"",details:"no attack roll required",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a49f8b6e-68df-42d3-ba29-3589fb4c923c",name:"Giant Cockroach",details:"",size:2,origin:4,type:1,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:23},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:1,initiative:14,ac:28,fortitude:23,reflex:25,will:20,regeneration:null,auras:[{id:"8d2fceca-fccf-4683-b758-56a3450e510c",name:"Stench",keywords:"",details:"(Poison) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"a96dcf45-d0cb-49f8-a97a-fc19b8a9f79a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"2d7aaef4-c3d2-443d-a0ee-ae7738a444ce",name:"Scuttle",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The giant cockroach shifts 3 squares.",damage:"The giant cockroach shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e7d8b23-9562-480e-8161-1743233250fb",name:"Githyanki Captain",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:1,leader:!0},senses:"Perception +10",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +15, History +17",equipment:"plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:19},charisma:{score:16},hp:256,initiative:11,ac:29,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"ba0bf7e7-1d71-4f32-84e4-1123766adc21",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage plus 1d10 psychic damage, plus an extra 2d10 psychic damage against an immobilized target.",damage:"1d10+6 damage plus 1d10 psychic damage",category:1},{id:"b3df9547-4443-4f02-8f0b-28fdf3994cab",name:"Mindhook",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+3 psychic damage, and the githyanki captain or an ally of the captain’s choice marks the target (save ends).",damage:"2d8+3 psychic damage",category:1},{id:"8df03708-a490-45f0-b34f-65da96729e1a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki captain makes two basic attacks.",damage:"",category:1},{id:"a4c212f1-3f2c-4bb4-91e9-c03d9e78a700",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki captain or an ally within range can fly up to 8 squares.",damage:"the githyanki captain or an ally within range can fly up to 8 squares",category:2},{id:"8c518677-9da0-4973-9265-2aad92bc5596",name:"Psychic Upheaval",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:1},description:"",details:"targets enemies; 2d10+4 psychic damage, and the target is immobilized (save ends). Allies within the area gain 10 temporary hit points.",damage:"2d10+4 psychic damage",category:1},{id:"c5a15589-a0c3-47a7-8211-58ef019a134b",name:"Astral Engagement",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The captain teleports 6 squares to a square adjacent to an enemy, and one ally within 5 squares of the captain’s start or end point can charge the same enemy.",damage:"The captain teleports 6 squares to a square adjacent to an enemy",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d933315-acbe-443e-a70c-84e3c24215b0",name:"Githyanki Dragonknight",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +17, Athletics +17",equipment:"scale armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:20},intelligence:{score:16},wisdom:{score:18},charisma:{score:14},hp:272,initiative:14,ac:28,fortitude:27,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"6bbd1cb8-037d-4726-9d83-bd7e03e82b7c",name:"Psychic Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+5 psychic damage, and if the githyanki dragonknight charged, the target is pushed 2 squares.",damage:"2d10+5 psychic damage",category:1},{id:"55d27201-496d-4373-81ab-9b91b67d011f",name:"Silver Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+5 damage plus 1d10 psychic damage, and the dragonknight or its mount can shift 2 squares.",damage:"1d10+5 damage plus 1d10 psychic damage",category:1},{id:"16910d9b-661d-41a5-946f-6b4b128ca0ae",name:"Mindslice",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+3 psychic damage.",damage:"2d8+3 psychic damage",category:1},{id:"3cb78494-49ef-4d45-a57a-864043809623",name:"Knightly Prowess",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki dragonknight can make two basic attacks. If the dragonknight charged and made a psychic lance attack, the dragonkight or its mount can instead shift 2 squares, then the dragonknight makes a silver longsword attack.",damage:"the dragonkight or its mount can instead shift 2 squares",category:1},{id:"b464eb16-2695-4bcb-9258-05b2d26aaa87",name:"Hatred’s Juggernaut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Reach 2; the githyanki dragonknight moves up to it or its mount’s speed, making a psychic lance against any enemy that comes within reach.",damage:"Reach 2",category:1},{id:"dcda9542-4196-46c8-a974-f797af59727e",name:"Telekinetic Tether",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki dragonknight can fly up to 12 squares, fly back to its mount’s saddle, or fall to the ground without taking falling damage.",damage:"or fall to the ground without taking falling damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c79c63a2-7f06-4f99-9d1e-413ffbc1caf1",name:"Githyanki Lancer",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +16",equipment:"scale armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:18},intelligence:{score:15},wisdom:{score:16},charisma:{score:11},hp:134,initiative:15,ac:28,fortitude:26,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"227e1721-243b-49ea-8832-21bcc0092c3c",name:"Psychic Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+5 psychic damage, and if the githyanki lancer charged, the target is pushed 2 squares.",damage:"2d10+5 psychic damage",category:1},{id:"23c45f8c-f208-495d-94b3-144a838ff411",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage plus 1d8 psychic damage, and the githyanki lancer or its mount can shift 1 square.",damage:"1d8+5 damage plus 1d8 psychic damage",category:1},{id:"bcc5aeed-f43a-4026-8583-cb2de90958f7",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+5 psychic damage.",damage:"2d8+5 psychic damage",category:1},{id:"73010e85-d8d2-40bc-91e4-d619e46e7d60",name:"Telekinetic Tether",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki lancer can fly up to 10 squares, fly back to its mount’s saddle, or fall to the ground without taking falling damage.",damage:"or fall to the ground without taking falling damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a983f1f2-d72e-45a6-994d-a41a7700fe1c",name:"Githyanki Myrmidon",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"5",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:1,initiative:12,ac:28,fortitude:24,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"5c16fd20-7687-49d8-b58a-df2f435ab714",name:"Silver Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"7 damage, plus an extra 5 psychic damage if the target is immobilized.",damage:"7 damage",category:1},{id:"11b61065-90ef-4b80-804d-2c1441958c29",name:"Telekinetic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"medium or smaller target; the target is immobilized (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c8000a88-ef40-495d-8496-064f83da627b",name:"Gluttonous Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +10; tremorsense 10",movement:"4",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:17},intelligence:{score:1},wisdom:{score:18},charisma:{score:1},hp:324,initiative:9,ac:27,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"d9de6532-350a-4dbd-bf82-abd586188dc0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d6+5 damage, and the target is immobilized (save ends).",damage:"2d6+5 damage",category:1},{id:"6f56d3c3-7f65-4b63-ac85-bc2559ee4db5",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"The gluttonous cube attacks one or two Medium or smaller targets; the target is dazed and takes ongoing 15 acid damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 15 acid damage until it escapes the grab",category:1},{id:"aa43901c-af81-4b12-9abb-1fbd75283a02",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gluttonous cube is invisible until seen (Perception DC 29) or until it attacks. Creatures that fail to notice the gluttonous cube might walk into it, automatically becoming engulfed.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"78f19464-c60a-4714-bebc-e20d62ffc96b",name:"Grim Tailor",details:"",size:2,origin:4,type:2,keywords:"living construct",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common",skills:"Intimidate +12, Stealth +18",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:24},intelligence:{score:18},wisdom:{score:14},charisma:{score:12},hp:126,initiative:13,ac:29,fortitude:25,reflex:28,will:23,regeneration:null,auras:[{id:"adf21fd2-bdaa-445b-a708-01829ab108ff",name:"Snagging Thread",keywords:"",details:"aura 1; enemies starting their turns within the aura are slowed until the start of their next turns."}],powers:[{id:"5e2e5a5a-3fcb-48eb-a674-5ac0c697d104",name:"Needle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+4 damage, and the target is slowed (save ends). Targets take a -2 penalty to saving throws against this slowed condition.",damage:"2d8+4 damage",category:1},{id:"5f836b85-73ca-437e-84f7-c87d4a7eda6f",name:"Expert Stitch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Slowed targets only; target is restrained (save ends). Aftereffect: The target is immobilized (save ends). Targets take a -2 penalty to saving throws against this restrained condition.",damage:"Targets take a -2 penalty to saving throws against this restrained condition",category:1},{id:"37aeffa9-beee-4506-a2f0-1d8fa7695d81",name:"Tuck Away",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Tailor enters an adjacent restrained creature’s space and pulls the target onto its back. The target takes a -2 to attack rolls the Tailor while it is tucked away. Whenever the Tailor moves, the target moves with it. When the target is no longer restrained, it escapes into an empty adjacent square.",damage:"The target takes a -2 to attack rolls the Tailor while it is tucked away",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c400b418-1a4c-477a-a0c3-bafdcb229fd5",name:"Ham",details:"",size:2,origin:4,type:2,keywords:"blind, living construct",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +8; blindsight 10",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +11",equipment:"hide armor",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:17},intelligence:{score:5},wisdom:{score:12},charisma:{score:9},hp:175,initiative:10,ac:25,fortitude:29,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"453793e7-6898-4031-b488-91364d662a89",name:"Cleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+3 damage, and ongoing 5 damage (save ends).",damage:"2d6+3 damage",category:1},{id:"0483f152-c1aa-4c36-a274-c00a12fa2005",name:"Head Butt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d6+8 damage, and the target is dazed (save ends).",damage:"1d6+8 damage",category:3},{id:"686a8d6c-5672-4db1-9f9c-cc250feeaaf7",name:"Slice and Dice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Dazed, stunned, or helpless targets only; 2d6+8 damage, and ongoing 10 damage (save ends).",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e04d4c4-eea4-48d5-965b-da2277b8f451",name:"Human Murderer",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +9, Stealth +13",equipment:"battleaxe; hide armor",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:128,initiative:8,ac:22,fortitude:22,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"67960e44-0434-4556-9a00-6347ab30ac3d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d10+6 damage, and the target is slowed until the end of the murderer’s next turn.",damage:"2d10+6 damage",category:1},{id:"d4bfd531-478e-4d20-a2d1-91807ef0bf45",name:"Executioner’s Swing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Slowed creatures only; 3d10+6 damage.",damage:"3d10+6 damage",category:1},{id:"5eb96abc-7916-4cfc-89bc-105b0cd83a0c",name:"Deadly Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:11,defence:2},description:"",details:"2d10+6 damage, ongoing 5 damage (save ends), and the target is slowed until the end of the murderer’s next turn.",damage:"2d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dd3a59e3-cbfd-46a5-87ac-a492c26c2c3a",name:"Joaquin Tantelroy",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Elven",skills:"Acrobatics +17, Bluff +16, Diplomacy +18, History +16, Insight +11",equipment:"parrying dagger; rapier",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:23},intelligence:{score:20},wisdom:{score:16},charisma:{score:20},hp:232,initiative:14,ac:26,fortitude:23,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"266c05fe-f08d-4679-bfb9-bbf7e01594a2",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and Joaquin can shift 1 square. Miss: No damage, but Joaquin can still shift 1 square.",damage:"1d8+6 damage",category:1},{id:"4164a0bb-a585-471b-976c-36a739506be7",name:"Dagger",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:3},{id:"ec7072fc-1329-4c6f-867f-b78469883ea5",name:"Cruel Taunt",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"one enemy; the target is pulled 1 square, and grants Joaquin combat advantage until the start of his next turn.",damage:"the target is pulled 1 square",category:3},{id:"08f22cb2-e42d-4211-bdac-021bd2bb1277",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Joaquin’s melee attacks deal 3d6 extra damage to targets he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"2e1ca96e-9f7c-449d-b043-10d91d0a1c88",name:"Acrobatic Retreat",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Joaquin is marked, end this condition. Joaquin shifts 1 square and then moves up to his speed.",damage:"Joaquin shifts 1 square and then moves up to his speed",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c9f4809-386e-47ee-8f5a-3920e158ab9b",name:"Laughing Shadow Groveler",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +16, Stealth +15",equipment:"katar; leather armor; shuriken",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:22},intelligence:{score:12},wisdom:{score:17},charisma:{score:20},hp:103,initiative:14,ac:27,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"f399fe87-15ad-4a13-98f0-0613cfeae7d4",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage (crit 18+2d6).",damage:"2d6+6 damage (crit 18+2d6)",category:1},{id:"914b5b0a-b236-475c-b787-a045377841be",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"5c2426a1-91f5-4d5e-9d4f-fd7aac34b6c4",name:"Covert Attack",action:{action:4,trigger:"when an ally attacks an enemy the ally has marked because of cringe",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires katar or shuriken",range:"",attack:null,description:"",details:"Targets the enemy the triggering ally attacked; the groveler makes a katar attack against an adjacent enemy or a shuriken attack against a nonadjacent enemy. Hit: 4d6 + 6 damage (with katar, crit 30 damage + 2d6).",damage:"4d6 + 6 damage (with katar",category:5},{id:"eab43bf7-aed2-45e1-9f17-e3aa84905a86",name:"Cringe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires an ally in the area",range:"Close burst 10",attack:null,description:"",details:"the groveler chooses up to one ally in the area per enemy in the area. The enemy is considered to be marked by the chosen ally until the end of the groveler’s next turn. Each ally can mark only one enemy in this way. The groveler gains +2 to all defenses against marked enemies.",damage:"The groveler gains +2 to all defenses against marked enemies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74888a58-5ccc-46ad-9a21-74a4c12db93e",name:"Laughing Shadow Scrabbler",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +10, Stealth +15",equipment:"chainmail; short sword; shuriken",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:8},hp:1,initiative:12,ac:27,fortitude:25,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"1262c51f-650b-4de5-a5f9-8b56bee25829",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"8 damage, and the scrabbler can shift 2 squares, ignoring difficult terrain.",damage:"8 damage",category:1},{id:"6c729438-94c2-49c7-9f8c-5eaf6d0be771",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"1ecacda2-6bdd-45b9-96d5-7446f8ef500f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The scrabbler deals an extra 5 damage against any target it has combat advantage against.",damage:"the scrabbler deals an extra 5 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"840da84d-1ac5-403e-ac1e-64862e012841",name:"Laughing Shadow Sentry",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Streetwise +11",equipment:"crossbow; crossbow bolts (20); halberd; scale armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:16},charisma:{score:13},hp:47,initiative:9,ac:27,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"5a95330c-3ad2-4b27-be3b-00cad5e749fc",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is marked until the end of the sentry’s next turn.",damage:"2d10+4 damage",category:1},{id:"fdeba13e-8892-4a43-8491-f668b81de553",name:"halberd Sweep",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable when a target the sentry has marked leaves a square within reach",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 2; 1d10+4 damage, and the target’s movement ends and it slides 2 squares.",damage:"1d10+4 damage",category:5},{id:"bc4f81e6-7f27-494b-a96d-8fede52caf4d",name:"Halberd Trip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires halberd",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is knocked prone.",damage:"2d10+4 damage",category:1},{id:"17cc426b-8988-4581-a14b-ae7d13ac7a1c",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e410090-8fb1-487b-b512-ff9921e50ae7",name:"Laughing Shadow Streetfighter",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +13, Intimidate +13, Stealth +15",equipment:"chainmail; katar; shuriken",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:19},intelligence:{score:11},wisdom:{score:17},charisma:{score:10},hp:128,initiative:12,ac:29,fortitude:26,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"f2375eaf-56cf-4347-81ba-873bab6daedf",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage (crit 18+1d6), and the target is slowed until the end of the streetfighter’s next turn.",damage:"2d6+6 damage (crit 18+1d6)",category:1},{id:"16b0f517-876c-459f-860d-bfd2fcf474a4",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:19,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"46cf795e-f637-4fea-839b-9f26d5783d6b",name:"Cheap Shot",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires katar",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+6 damage, and the target’s movement ends.",damage:"2d6+6 damage",category:5},{id:"15d7898b-6658-4add-85ea-13a8f1908168",name:"Streetfighter Flourish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"requires katar",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 2d6+6 damage, and the target is slowed (save ends).",damage:"2d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b8d1f84-281c-4c7f-a55b-3982f93f68d0",name:"Pennel",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +17",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +18, Insight +17, Stealth +18, Thievery +18",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:23},intelligence:{score:17},wisdom:{score:20},charisma:{score:12},hp:276,initiative:15,ac:30,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"15942d19-a02c-4f30-ae30-999e683ad11a",name:"Crystal Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d4+8 psychic damage, and the target is marked until the end of Pennel’s next turn.",damage:"3d4+8 psychic damage",category:1},{id:"763b0144-1903-4b07-aa98-ba25c13fc02e",name:"Crystal Strands",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"3d4+7 damage, and the target is pulled 3 squares.",damage:"3d4+7 damage",category:1},{id:"4cd7accd-0aa0-40c9-84a1-aa6800e30279",name:"Crystal Bloom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"Pennel makes two basic attacks.",damage:"",category:1},{id:"0513e0c7-049e-4ea0-a6bc-befa179284e0",name:"Cut Off",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when a target pennel has marked leaves a square adjacent to pennel or enters a square adjacent to telicanthus",range:"",attack:null,description:"",details:"Pennel can make a basic attack against the target. If the attack hits, the target’s movement ends.",damage:"",category:5},{id:"261f3329-7527-4ee6-93f7-5b3f14fe891b",name:"Crystal Shards",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:2},description:"",details:"2d4+7 psychic damage, and the target is immobilized (save ends). Miss: Half damage, and the target is slowed until the end of Pennel’s next turn.",damage:"2d4+7 psychic damage",category:1},{id:"f9164805-e3a2-4726-bb7e-261b12a28253",name:"Psychic Redirection",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when an attack hits telicanthus",range:"",attack:null,description:"",details:"Pennel redirects the triggering attack to himself.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6610fe3-0be0-4d13-b248-ad9bec206aca",name:"Slippery",details:"This creature is a mess of gooey flesh.",size:2,origin:4,type:2,keywords:"living construct",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:12},constitution:{score:8},dexterity:{score:22},intelligence:{score:6},wisdom:{score:18},charisma:{score:8},hp:1,initiative:11,ac:25,fortitude:20,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"df3e3dde-ffbc-408f-a337-eafa8e8286df",name:"Gooey Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage and slide the target 1square.",damage:"6 damage and slide the target 1square",category:1},{id:"48ce398d-c5d0-400e-90b9-db24c2ffc69f",name:"Slimy Death",action:null,keywords:"Zone",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:11,defence:0},description:"",details:"the burst creates a zone of slime that lasts until the end of the encounter. Any creature that ends its movement within the zone is slowed until the end of its next turn.; 4d8+5 damage.",damage:"4d8+5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d5626b2-1680-4022-9d68-8423105c5e01",name:"The Patriarch",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Arcana +20, Heal +10, History +15",equipment:"longsword",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:22},intelligence:{score:25},wisdom:{score:8},charisma:{score:13},hp:244,initiative:14,ac:26,fortitude:24,reflex:27,will:21,regeneration:null,auras:[{id:"4ad38b4a-4550-455a-a1a0-52733afc50f7",name:"Swirling Madness",keywords:"",details:"(Fear) aura 1; the Patriarch makes a mind rend attack against each enemy that starts its turn within the aura."}],powers:[{id:"fe07de06-1dc5-4e27-af23-ac5e1eaf3578",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage, and if the Patriarch is marked, end this condition.",damage:"2d8+4 damage",category:1},{id:"beb82499-f237-4db3-90e8-201cd2bd051b",name:"Mind Rend",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"the target is dazed until the end of the Partiarch’s next turn.",damage:"",category:1},{id:"db51b27f-7a46-4e45-9d5b-dc044d1cf0d9",name:"Flesh-Splitter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make a longsword attack against two targets. The Patriarch can shift before or after each attack. If both attacks hit, both targets are slowed (save ends).",damage:"",category:1},{id:"5b841f81-d4cc-40d8-8ce2-7f985f693924",name:"Haunted by the Past",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is dazed (save ends). First Failed Saving Throw: The target is dominated instead of stunned (save ends). Aftereffect: The target takes 10 psychic damage.",damage:"the target takes 10 psychic damage",category:1},{id:"724278ec-3b18-4cae-b7d2-fed1393eba88",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Patriarch teleports 5 squares.",damage:"The Patriarch teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"063407e6-c46f-4f14-b726-a1fb331439f6",name:"Treasure Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +6; darkvision, tremorsense 5",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:10},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:700,initiative:5,ac:26,fortitude:30,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"ad790cff-b41f-4f9a-b2b8-e81c6c1d08c1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target slides 2 squares or is knocked prone.",damage:"2d10+6 damage",category:1},{id:"08e7afbb-7dc0-46cd-8ebd-6ffed0849d09",name:"Gleamshard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:26,defence:0},description:"",details:"3d6+7 force damage, and the target slides 2 squares or is knocked prone.",damage:"3d6+7 force damage",category:1},{id:"910dbae7-f8f5-4f16-ae0a-0f206261a336",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The treasure golem makes two basic attacks.",damage:"",category:1},{id:"cc1fa2df-5917-479f-8a9b-81b504f51bb8",name:"Berserk Attacks",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when damaged by an attack while bloodied",range:"",attack:null,description:"",details:"The treasure golem makes two basic attacks against random targets.",damage:"",category:5},{id:"6db36f6a-45ab-4244-910a-d972dadf189b",name:"Horrid Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:1},description:"",details:"2d10+7 damage, and prone targets cannot stand until the end of the golem’s next turn. Miss: Half damage. Effect: The golem bursts into its component pieces, filling the area and gaining insubstantial until the start of its next turn, when it reappears within 5 squares of its last space.",damage:"2d10+7 damage",category:1},{id:"9a600b9a-fe2d-49c4-9882-7783cd2474f7",name:"Weight of Greed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:2},description:"",details:"1d10+7 psychic damage, and the target is dominated until the end of the golem’s next turn. Miss: Half damage.",damage:"1d10+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f293bdc7-cd34-4706-8860-112311f8b771",name:"Troll Shade",details:"",size:3,origin:5,type:0,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"fly 8",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:1,initiative:5,ac:23,fortitude:25,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"075e4321-64be-426d-bb6a-4edd0bd5b096",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5159fd49-c952-46f8-8140-c4b8f77ea95d",name:"Vicious Wrack Abishai",details:"",size:2,origin:3,type:1,keywords:"",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6, fly 6, overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:17},intelligence:{score:11},wisdom:{score:12},charisma:{score:20},hp:69,initiative:11,ac:22,fortitude:20,reflex:19,will:21,regeneration:{value:5,details:""},auras:[],powers:[{id:"d4790e86-2be0-4407-9efc-89a44715c1de",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 acid damage.",damage:"2d6+4 acid damage",category:1},{id:"8915d5b1-d6cd-4c3d-afc3-8bda1658ecc0",name:"Acidic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:11,defence:1},description:"",details:"1d6+5 acid damage, and the target is pushed 2 squares and blinded (save ends).",damage:"1d6+5 acid damage",category:1},{id:"7d9cf26b-d281-45d1-84e1-9423084fe359",name:"Shadow Meld",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The vicious wrack abishai turns invisible and moves 6 squares. It remains invisible until the end of its next turn.",damage:"The vicious wrack abishai turns invisible and moves 6 squares",category:1},{id:"dabbbce3-6258-40dd-8e2b-b065707d6e71",name:"Deadly Ambush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vicious wrack abishai deals 1d10 extra damage to a target that cannot see it, and that target is dazed (save ends).",damage:"the vicious wrack abishai deals 1d10 extra damage to a target that cannot see it",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f41b50f5-ef82-4fc3-9640-07c4adecdc2b",name:"Virarr",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:3,flag:1,leader:!0},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +10, Intimidate +13, Religion +10",equipment:"bastard sword; holy symbol; scale armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:228,initiative:7,ac:25,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"0c95af2f-135b-4d26-bac1-ba6c7af2bb64",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)1d10+5 damage.",damage:"(+17 while bloodied)1d10+5 damage",category:1},{id:"23b591fc-87fd-4ef4-8e4f-9547f83ee403",name:"Smite the Bold",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)1d10 damage, and the target is pushed 2 square.",damage:"(+17 while bloodied)1d10 damage",category:3},{id:"dbf9433e-7f11-4652-8c98-d056a41591e0",name:"Forking Tongue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Radiant",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"two targets; (+16 while bloodied)2d6+3 radiant damage, and one ally within sight gains 6 temporary hit points or makes a saving throw.",damage:"(+16 while bloodied)2d6+3 radiant damage",category:1},{id:"71acb23d-38a1-4df7-9ea5-fcf21fe4764b",name:"Breath of Tiamat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"targets enemies; (+14 while bloodied)2d6+4 acid, cold, fire, lightning, and poison damage.",damage:"and poison damage",category:1},{id:"eabecd60-1e0e-46f1-941a-d571cde11cd2",name:"Maws of Tiamat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Implement, Lightning, Poison",condition:"",range:"Close burst 4",attack:{bonus:15,defence:0},description:"",details:"targets enemies; (+14 while bloodied)3d10+4 acid, cold, fire, lightning, and poison damage, and the target is slowed (save ends).",damage:"and poison damage",category:1},{id:"3c569d4f-d98e-4e7b-98ea-01b0339c85c2",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ab0be905-3a40-4130-b6ee-e282aa2b0b72",name:"Woodcutter’s Ghost",details:"",size:2,origin:5,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:17},hp:91,initiative:8,ac:23,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"69322ef5-69d5-4877-8a1b-619ae0802946",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d10+2 necrotic damage.",damage:"1d10+2 necrotic damage",category:1},{id:"f21b0013-a092-45f8-8926-dd174b6d6d28",name:"Death’s Visage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"2d6+3 psychic damage, and the target takes a -2 penalty to all defenses.",damage:"2d6+3 psychic damage",category:1},{id:"f600c41a-9833-4cf9-844e-6c3185896f6b",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 2d8+3 psychic damage, the target is pushed 5 squares and is immobilized (save ends).",damage:"2d8+3 psychic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e4a25dae-9e90-4294-ab2f-b8172dbabe0f",name:"Arctic Dire Shark",details:"",size:4,origin:4,type:1,keywords:"aquatic, mount",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"swim 10 (12 on a charge)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:24},intelligence:{score:2},wisdom:{score:14},charisma:{score:9},hp:139,initiative:16,ac:28,fortitude:26,reflex:28,will:23,regeneration:null,auras:[],powers:[{id:"6b04dd4a-c6fe-495d-aeed-e69f6e62604c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+19 against creatures without a swim speed)3d6+5 damage.",damage:"(+19 against creatures without a swim speed)3d6+5 damage",category:1},{id:"d1473cb3-f41f-48cd-97b9-4b268f0c3cd0",name:"Deft Swimmer",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 14th level or higher",range:"",attack:null,description:"",details:"The dire shark’s rider gains a +2 bonus to AC against opportunity attacks. While in water, the rider also gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"The dire shark’s rider gains a +2 bonus to AC against opportunity attacks",category:1},{id:"8f35c501-8caa-46c1-a75d-022321be5725",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, the icetouched dire shark gains a +2 bonus to attack rolls against creatures without a swim speed.",damage:"the icetouched dire shark gains a +2 bonus to attack rolls against creatures without a swim speed",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"80447f10-a23e-471d-bd08-7d62f87e40d1",name:"Arctic Sahuagin Baron",details:"",size:3,origin:4,type:2,keywords:"aquatic, cold",level:15,role:{type:2,flag:1,leader:!0},senses:"Perception +8; low-light vision",movement:"5 (7 on a charge; icewalk), swim 7 (9 on a charge)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"javelin; trident",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:360,initiative:11,ac:27,fortitude:28,reflex:26,will:27,regeneration:null,auras:[{id:"ce001276-34d6-484e-b825-3e78acd4c45b",name:"Blood Healing",keywords:"",details:"(Healing) aura 10; any ally within the aura that starts its turn adjacent to a bloodied enemy regains 5 hit points."}],powers:[{id:"834630b5-e824-466e-9f1e-a4ec29b11573",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 against a bloodied target)1d10+7 (1d10 + 12 against a bloodied target) damage plus 1d10 cold damage; see also blood hunger.",damage:"(+20 against a bloodied target)1d10+7 (1d10 + 12 against a bloodied target) damage plus 1d10 cold damage",category:1},{id:"9ef05670-2498-4250-b111-82fe148e2c42",name:"Bloodchill Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 against a bloodied target)1d6+7 (1d6 + 12 against a bloodied target) damage, and ongoing 5 cold damage and the target is slowed (save ends both).",damage:"(+20 against a bloodied target)1d6+7 (1d6 + 12 against a bloodied target) damage",category:1},{id:"4cb17d13-8e05-4fb9-a875-5503aa1ed33e",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"(+20 against a bloodied target)2d8+7 (2d8 + 12 against a bloodied target) damage.",damage:"(+20 against a bloodied target)2d8+7 (2d8 + 12 against a bloodied target) damage",category:1},{id:"bd8caacd-310d-42be-9118-6bec0c4209a6",name:"Baron’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin baron makes a trident attack and two claw attacks.",damage:"",category:1},{id:"ba643698-159b-4f82-96d1-acfeae29e81a",name:"Blood Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2df29694-59ca-461f-bfc4-a8d0f5092ce2",name:"Arctic Sahuagin Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"5 (7 on a charge, ice walk), swim 6 (7 on a charge)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"javelin; trident",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:10,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"1a73d150-942c-4676-a0ae-d5501d0d8b42",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target), and the target is marked until the end of the arctic sahuagin guard’s next turn.",damage:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target)",category:1},{id:"c1c72bed-8065-4f25-8b15-124a709c8a2b",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target).",damage:"(+19 against a bloodied target)7 damage (10 damage to a bloodied target)",category:1},{id:"03b943fb-f791-4d2c-8a73-fa44182ac76c",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c936cd38-fbc3-4772-820a-9708a1d0c73b",name:"Arctic Sahuagin Priest",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5 (7 during a double move, ice walk), swim 5 (7 during a double move)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +15",equipment:"holy symbol; trident",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:12},wisdom:{score:20},charisma:{score:16},hp:101,initiative:11,ac:25,fortitude:24,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"5898bdcc-3412-41f6-9ff8-f56ce63648f7",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; (+18 against a bloodied target)1d10+4 (1d10 + 6 to a bloodied target) damage plus 1d8 cold damage, and the target slides 1 square.",damage:"(+18 against a bloodied target)1d10+4 (1d10 + 6 to a bloodied target) damage plus 1d8 cold damage",category:1},{id:"f7cf51c3-29ac-4708-99a9-b64fb041513a",name:"Freezing Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"(+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage, and the target is slowed until the end of the arctic sahuagin priest’s next turn.",damage:"(+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage",category:1},{id:"e2ac868f-e6bc-4dd9-8a9a-4192f5d70c1d",name:"Arctic Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no target is affected by this power"},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:18,defence:3},description:"",details:"icy shark jaws appear and bite the target; (+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage, and target gains vulnerable 5 cold and is slowed (save ends both).",damage:"(+19 against a bloodied target)2d6+6 (2d6 + 8 to a bloodied target) cold damage",category:1},{id:"9a6e281e-a427-43c7-b60a-0f06de54c8c1",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin priest gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin priest gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10eacc53-7538-4431-bb5b-ecd9ca57e40d",name:"Arctic Sahuagin Raider",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"5 (7 on a charge, icewalk), swim 5 (7 on a charge)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:112,initiative:11,ac:27,fortitude:24,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"256a6f55-37b2-4d8d-b07c-f356b20162b2",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)1d8+5 (1d8 + 7 to a bloodied target) damage plus 1d8 cold damage, and the target is marked until the end of the arctic sahuagin raider’s next turn.",damage:"(+19 against a bloodied target)1d8+5 (1d8 + 7 to a bloodied target) damage plus 1d8 cold damage",category:1},{id:"b43ab79b-94d5-4e4c-bf03-09c1a53f75d8",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"(+19 against a bloodied target)2d6+5 (2d6 + 7 to a bloodied target) damage.",damage:"(+19 against a bloodied target)2d6+5 (2d6 + 7 to a bloodied target) damage",category:1},{id:"ca6ff1d9-7069-46fa-a59b-9becf05a3d35",name:"Opportunistic Strike",action:{action:4,trigger:"when a flankedenemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"The arctic sahuagin raider makes a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"7937035e-6381-4175-b65a-e3b132ce1f9b",name:"Sliding Strike",action:{action:5,trigger:"when a marked enemy makes an attack that doesn’t include the arctic sahuagin raider",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"The arctic sahuagin raider shifts 7 squares adjacent to the triggering enemy, and makes a melee basic attack against that enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"fe7c4251-c3c8-4a94-a171-608b8ba1a3c8",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The arctic sahuagin raider gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the arctic sahuagin raider gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5f313ef8-e530-45d7-a9b3-1a57fa66afcc",name:"Dragonborn Brigand",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +9, History +4, Intimidate +6, Stealth +8",equipment:"chainmail; heavy flail",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:66,initiative:4,ac:18,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"d674899d-237f-4d36-a257-21c330502aab",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"(+8 while bloodied)2d6+4 damage. Bloodstinger Poison: If this is the weapon’s first hit; +6 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"(+8 while bloodied)2d6+4 damage",category:1},{id:"27685c1c-676f-4b21-992c-01cf1ce37e5e",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:6,defence:2},description:"",details:"(+7 while bloodied)1d6+4 poison damage.",damage:"(+7 while bloodied)1d6+4 poison damage",category:3},{id:"5e94f9a8-003d-4dc6-a2d2-de70eebfbd35",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"325dad20-e438-4c31-ab0a-27b71090cc9e",name:"Erratic Maneuver",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a Bluff check to gain combat advantage.",damage:"",category:2},{id:"89d7049e-ab69-4efe-b154-90315ca888ed",name:"Vicious Strike",action:null,keywords:"Weapon",condition:"",range:"the dragonborn brigand deals an extra 1d6 damage on melee attacks.",attack:null,description:"",details:"Requires flail and combat advantage",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b3498df-fb05-4c29-bb92-d92f9d003f26",name:"Dragonborn Sniper",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"History +5, Intimidate +7, Stealth +10",equipment:"arrows (30); hide armor; longbow; longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:44,initiative:6,ac:18,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"d7d7ee49-6caa-4e81-9d5d-52ec56b22203",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"(+9 while bloodied)1d8+3 damage.",damage:"(+9 while bloodied)1d8+3 damage",category:1},{id:"ac9d646e-c76d-4887-93cc-f0cb06ce0d35",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"(+11 while bloodied)1d10+4 damage. Bloodstinger Poison: If this is the weapon’s first hit; +6 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"(+11 while bloodied)1d10+4 damage",category:1},{id:"297c1c8a-e3da-4859-8200-2937cfe844d4",name:"Disruptive Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:8,defence:0},description:"",details:"Requires longbow; (+9 while bloodied)1d10+4 damage, and the dragonborn sniper grants allies adjacent to target combat advantage until the end of their next turn.",damage:"(+9 while bloodied)1d10+4 damage",category:1},{id:"d0c75663-df7f-4f8d-bf52-6be36c384fc6",name:"Versatile Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Area burst 2 within 10 squares or close blast 3",attack:{bonus:8,defence:2},description:"",details:"(+9 while bloodied)1d6+4 poison damage.",damage:"(+9 while bloodied)1d6+4 poison damage",category:3},{id:"fd47ebcc-4184-4838-87fe-efc99aff4908",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a432b475-1733-4851-9b2c-61427c44a074",name:"Dragonborn Specter",details:"",size:2,origin:5,type:2,keywords:"undead; dragonborn",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Draconic",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:30,initiative:8,ac:16,fortitude:16,reflex:16,will:17,regeneration:null,auras:[{id:"45af19da-3ef0-4c90-9427-1ebe347c882a",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"a86e8476-8464-46d4-a46f-97cb268afca6",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d6+2 necrotic damage.",damage:"1d6+2 necrotic damage",category:1},{id:"b66bee75-0b8e-4236-b4e0-7973e6b3d831",name:"Spectral Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when bloodied"},keywords:"Illusion, Psychic",condition:"",range:"Close blast 3",attack:{bonus:7,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage, and the target is knocked prone.",damage:"2d6+2 psychic damage",category:3},{id:"6a7a1d03-6faf-4265-a5b5-ec32e16bcaf4",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9887167d-55ad-4974-b003-a504d31f49bb",name:"Frost Giant Scout",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"9 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +16, Stealth +18",equipment:"arrow; hide armor; longbow; spear",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:23},intelligence:{score:10},wisdom:{score:20},charisma:{score:10},hp:115,initiative:13,ac:28,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"ee568e3c-683a-4dfc-bb2f-418d6fc267e6",name:"Icy Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+6 cold damage.",damage:"1d10+6 cold damage",category:1},{id:"fbcb14a6-3782-4292-9bcc-59de9a6a9ca6",name:"Icy Arrow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"requires longbow",range:"Ranged 20/40",attack:{bonus:22,defence:0},description:"",details:"1d12+8 cold damage, and the target is slowed until the end of the frost giant scout’s next turn.",damage:"1d12+8 cold damage",category:1},{id:"392f9de5-9987-4c18-ae92-0fcc171e0bdd",name:"Chillshards",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:1},description:"",details:"1d12+8 cold damage, and the target is slowed and cannot take immediate or opportunity actions until the end of the frost giant scout’s next turn. Aftereffect: The target is slowed until the end of the frost giant scout’s next turn.",damage:"1d12+8 cold damage",category:1},{id:"5e4057fa-06cb-4170-88fa-b2fe084a04fe",name:"Tundra Hunter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"The frost giant makes a melee or ranged attack. If the attack hits, the target gains vulnerable 10 cold (save ends). Aftereffect: The target gains vulnerable 5 cold (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"63880834-4204-45b9-81e9-790d09b22b8c",name:"Quick Release",action:null,keywords:"",condition:"",range:"The frost giant scout does not provoke opportunity attacks when it makes ranged or area attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"0eb1257e-dd00-44d2-9f6b-3f8b632812fc",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"045e7993-f5e1-4252-b657-48c731cbd3f3",name:"Ice Gargoyle",details:"",size:2,origin:1,type:2,keywords:"cold",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Primordial",skills:"Stealth +18",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:23},intelligence:{score:5},wisdom:{score:10},charisma:{score:17},hp:96,initiative:14,ac:26,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"e445c5ce-42e7-4792-afd8-dd6750453e5c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage plus 1d6+4 cold damage.",damage:"1d6+5 damage plus 1d6+4 cold damage",category:1},{id:"18747088-856e-4533-b074-9515b6a6d0db",name:"Flyby Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after using ice prison"},keywords:"",condition:"",range:"The ice gargoyle flies 8 squares and makes a melee basic attack at the end of that movement. If the attack hits, the target is grabbed. The ice gargoyle can try to move the grabbed target as part of its next move action. If it succeeds, it can move or fly at full speed, pulling the target with it.",attack:null,description:"",details:"",damage:"",category:1},{id:"95103853-8610-45db-ba0c-74c56475be29",name:"Ice Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ice gargoyle encases itself and anyone it is grabbing in ice. In this form, the ice gargoyle and any target it is grabbing gain resist 15 all, except against the cold damage dealt by this power. Both can still see their surroundings, but they cannot use other normal senses. A target the ice gargoyle is grabbing is stunned, restrained, and takes ongoing 20 cold damage (save ends all, ending the grab and the ice prison). Aftereffect: The target is slowed until the end of the ice gargoyle’s next turn.",damage:"except against the cold damage dealt by this power",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"fire (the ice gargoyle is dazed until the end of the attacker’s next turn)",immune:"slow",tactics:""},{id:"d0d544ee-57e5-4595-ac10-c5f5999c412c",name:"Ice Gargoyle Reaver",details:"",size:3,origin:1,type:2,keywords:"earth",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Primordial",skills:"Stealth +19",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:24},intelligence:{score:5},wisdom:{score:17},charisma:{score:20},hp:116,initiative:17,ac:29,fortitude:28,reflex:27,will:26,regeneration:null,auras:[{id:"38f64b77-d7ba-496b-8c24-4ec86f70a661",name:"Freezing Gaze",keywords:"",details:"(Cold) aura 2; requires the ice gargoyle reaver to be in its ice prison; an enemy that enters or starts its turn within the aura is weakened until the start of its next turn and takes 5 cold damage."}],powers:[{id:"a21b6e99-4da8-4c70-9f4c-025892894a0b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and ongoing 5 cold damage (save ends).",damage:"1d8+6 damage",category:1},{id:"bd7a9cfc-ade1-4cce-8f44-f6fb57bea59e",name:"Bloodchill Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Healing",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+5 cold damage (3d6 + 5 cold damage against a weakened target), the target gains vulnerable 5 cold (save ends), and the ice gargoyle reaver regains 5 hit points.",damage:"2d6+5 cold damage (3d6 + 5 cold damage against a weakened target)",category:1},{id:"d3525109-8a4f-4d5f-a1b9-976b6884f36c",name:"Flying Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after using ice prison"},keywords:"",condition:"",range:"The ice gargoyle reaver flies 8 squares and makes a melee basic attack at the end of that movement. If the attack hits, the target is grabbed. The ice gargoyle reaver can try to move the grabbed target as part of its next move action. If it succeeds, it can move or fly at full speed, pulling the target with it.",attack:null,description:"",details:"",damage:"",category:1},{id:"24b73362-c262-4a08-a9b6-cb989d434778",name:"Ice Prison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ice gargoyle reaver encases itself and anyone it is grabbing in ice. In this form, the ice gargoyle reaver and any target it is grabbing gain resist 20 all, except against the cold damage dealt by this power. Both can still see their surroundings, but they cannot use other normal senses. A target the ice gargoyle reaver is grabbing is stunned, restrained, and takes ongoing 20 cold damage (save ends all, ending the grab and ice prison). Aftereffect: The target is slowed and weakened until the end of the ice gargoyle reaver’s next turn.",damage:"except against the cold damage dealt by this power",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"fire (the ice gargoyle reaver grants combat advantage until the end of the attacker’s next turn)",immune:"slow",tactics:""},{id:"c331b26a-98c5-4ca9-a3e2-3a20afa8f3a5",name:"Icetouched Umber Hulk",details:"",size:3,origin:4,type:1,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision, tremorsense 5",movement:"5 (ice walk), burrow 2 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:248,initiative:11,ac:30,fortitude:33,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"360fc2da-a167-409c-b6c9-b478ddae388f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"fea4fef4-2ca0-4131-84d1-eaa921c03619",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The icetouched umber hulk makes two claw attacks. If both claw attacks hit the same target, the target is grabbed. A grabbed target takes ongoing 10 damage from the icetouched umber hulk’s mandibles until it escapes. The icetouched umber hulk cannot make any other attacks while grabbing a creature.",damage:"a grabbed target takes ongoing 10 damage from the icetouched umber hulk’s mandibles until it escapes",category:1},{id:"f5501453-945f-496f-9bd0-bcaa191412b9",name:"Confusing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target slides 5 squares and is dazed (save ends).",damage:"the target slides 5 squares and is dazed (save ends)",category:3}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"96ba9bdb-1e90-4d6c-a811-183a7b636c9f",name:"Practice Mannequin",details:"",size:2,origin:4,type:0,keywords:"construct",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:2},wisdom:{score:14},charisma:{score:2},hp:80,initiative:7,ac:20,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"774cd25e-e91c-48c7-bef3-2a2a32a4b5e6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"f7a18a00-9c53-40be-96f4-1d08a8bc4ee2",name:"Adjustment Pattern",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"One or two creatures; 1d8 damage, and slide the target 1 square.",damage:"1d8 damage",category:1},{id:"af523daa-3dc4-4c7b-b534-c9455b26acc6",name:"Training Ripost",action:{action:4,trigger:"when a melee attack misses the mannequin",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The triggering creature; 1d8+2 damage, and the target takes a -2 penalty to all defenses until the end of the mannequin’s next turn.",damage:"1d8+2 damage",category:5},{id:"37604e54-d8d8-4707-b3da-8322c5ac08bd",name:"Overbearing Flank",action:null,keywords:"",condition:"when the mannequin hits a creature it flanks with an attack",range:"",attack:null,description:"",details:"The creature is knocked prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f65da93e-0063-4dbd-9115-ecab301e5470",name:"Spell Weaver Collector",details:"",size:2,origin:3,type:2,keywords:"",level:7,role:{type:3,flag:2,leader:!1},senses:"Perception +11",movement:"6, teleport 6",alignment:"Unaligned",languages:"telepathy (sight)",skills:"Arcana +18, Insight +16",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:20},wisdom:{score:16},charisma:{score:16},hp:312,initiative:5,ac:21,fortitude:17,reflex:21,will:21,regeneration:null,auras:[{id:"d6f3983c-1203-4a1d-9b1c-eba48b982a5c",name:"Arcane Bolster",keywords:"",details:"aura 2; at the start of the spell weaver’s turn, it gains temporary hit points equal to the level of the highest level magic item within the aura."}],powers:[{id:"42f2a18a-31d5-4a5d-96b6-1ff2e8318aab",name:"Esoteric Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d6+3 force damage, and the target takes ongoing 5 force damage (save ends).",damage:"1d6+3 force damage",category:1},{id:"6b14184c-43a0-48d7-af8c-513e29e1c798",name:"Esoteric Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"(minor",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"1d6+3 lightning damage, and the target is blinded (save ends), and each creature adjacent to the target takes 1d6+3 thunder damage.",damage:"1d6+3 lightning damage",category:1},{id:"c0367d85-a8c4-4cc5-b994-3322858d24c3",name:"Banishing Sign",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"the target disappears to a place where it can see reflections of itself in every direction (save ends). While there, the target cannot target any creature or be targeted by any creature. When the target saves, he returns to his previous space, or the nearest unoccupied space.",damage:"",category:3},{id:"f60f4c6d-f708-4396-a37e-31459e44f2bd",name:"Repulsing Touch",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"2d6+4 force damage, and push the target 5 squares.",damage:"2d6+4 force damage",category:3},{id:"0e19286d-874b-4c8a-af32-fc4ea94b724e",name:"Extract Arcane Soul",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Psychic",condition:"requires chromatic disk",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"bloodied arcane targets only; 1d8+9 psychic damage, and the target is dazed (save ends). Miss: Half damage. Effect: The spell weaver regains 24 hit points.",damage:"1d8+9 psychic damage",category:3},{id:"de7b0d1c-3d07-4c98-831c-1b92852c9965",name:"Flametrap Invocation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d8+4 fire damage, and the target is immobilized and each creature adjacent to the target at the start of the target’s turn takes 1d8 + 4 fire damage (save ends).",damage:"1d8+4 fire damage",category:3},{id:"06da1a19-aaa0-4792-9370-4507f0dc1e33",name:"Sharing of Minds",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d6+3 psychic damage, and the target is dazed and attacks the nearest creature with its standard action on its turn (save ends both).",damage:"1d6+3 psychic damage",category:3},{id:"bd310740-440d-4691-9ce1-ca9c9e03a665",name:"Arctic Rune",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:11,defence:1},description:"",details:"1d6+3 cold damage, and slide the target 1 square.",damage:"1d6+3 cold damage",category:3},{id:"932e6449-b018-4251-a7b3-c7177133b90d",name:"Battle Arcana",action:{action:4,trigger:"when the spell weaver takes damage",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"or at-will while bloodied",range:"",attack:null,description:"",details:"The spell weaver takes a minor action or a move action.",damage:"",category:5},{id:"e2ec1712-0a1f-4617-8a84-3c1d62419e15",name:"Multitasking Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When dazed, a spell weaver takes a standard action and a minor action on its turn, instead of just a standard action, and can still take immediate actions.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a569a8fa-7ac9-4e36-9cd8-89818bcd6828",name:"Warwing Drake",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"8, fly 8, overland flight 12",alignment:"Unaligned",languages:"",skills:"Athletics +11",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:6},wisdom:{score:14},charisma:{score:14},hp:56,initiative:6,ac:18,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"2843e411-302d-4fd5-a33e-07f3b626e570",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"f9212c34-e306-4013-81c0-bece81d03fd0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"39880cc0-c938-4f0b-adfb-5ef31bf48855",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The warwing drake flies up to 8 squares and makes two claw attacks at any point during that movement. The drake doesn’t provoke opportunity attacks when moving away from a target of either attack.",damage:"The warwing drake flies up to 8 squares and makes two claw attacks at any point during that movement",category:1},{id:"fe4cfc0d-734f-4ec3-9f97-e64152b863e8",name:"Fearless Flight",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"no action",range:"",attack:null,description:"",details:"Attackers can’t target the warwing drake’s rider when the drake’s movement provokes opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while flying)",tactics:""},{id:"6cb72f12-f54d-4942-85c2-94b22672de4b",name:"Boneshard Mongrel",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:70,initiative:5,ac:17,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"da54d4d3-9e9e-4d3d-8f52-a02b7b3a466c",name:"Boneshard Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 damage",category:1},{id:"c50d7f9c-89f1-4819-b9b8-b29f406188ba",name:"Bite and Hurl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends), and the target slides 2 squares and is knocked prone.",damage:"1d8+3 damage",category:1},{id:"2f8a1096-21e7-432c-ba4e-b1036e0ad849",name:"Boneshard Maul",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Targets a prone creature; 1d8+3 necrotic damage.",damage:"1d8+3 necrotic damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"041c529a-9eea-4a6b-87bd-59f9eba5de20",name:"Bram Ironfell",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Dwarven, Elven",skills:"Bluff +17, Diplomacy +17, Dungeoneering +15, History +14",equipment:"dagger",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:12},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:123,initiative:9,ac:26,fortitude:24,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"6da369b7-063a-474c-9aae-295ba659a925",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"3cd32fb0-3bcc-4864-a1b5-54956b2dea9c",name:"Coward’s Slice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Bram makes a dagger attack, then shifts half his speed. If the attack hits, the target is marked by one of Bram’s allies within 5 squares of the target. The mark lasts until the end of Bram’s next turn.",damage:"the target is marked by one of Bram’s allies within 5 squares of the target",category:1},{id:"c568b100-125f-466f-86d6-01bfc7116531",name:"Ambassador’s Sanction",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target can move half its speed and make a melee basic attack. The target receives a +2 bonus to the attack roll if it attacks a creature marked by the it.",attack:null,description:"",details:"targets one ally in burst",damage:"",category:1},{id:"3692c686-b5e0-46db-ad01-8c76d0900f34",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Bram Ironfell to move—through a pull, a push, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Bram prone, he can roll a saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ac3ab08-161e-4328-8591-e79871f71383",name:"Cauldron Corpse",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:1,leader:!1},senses:"Perception +3",movement:"4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:6},wisdom:{score:13},charisma:{score:4},hp:152,initiative:4,ac:18,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"5b57965e-f05f-42a3-9b4a-094ffb2a4618",name:"Necrotic Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"1d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+3 damage",category:1},{id:"4a244758-2ca5-4632-8ba7-96126d05a8e9",name:"Necrotic Spew",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:8,defence:2},description:"",details:"1d8+3 necrotic damage, and the target is dazed until the end of the cauldron corpse’s next turn.",damage:"1d8+3 necrotic damage",category:1},{id:"66ef8627-b34e-4f6d-b4a0-32c3799ae19a",name:"Necrotic Spray",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:8,defence:1},description:"",details:"1d8+3 necrotic damage, and the cauldron corpse releases one cauldron mote.",damage:"1d8+3 necrotic damage",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"812da511-b942-4504-8c75-a5fdb952f52a",name:"Cyclops Slaver",details:"",size:3,origin:2,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +15; truesight",movement:"7",alignment:"Unaligned",languages:"Elven",skills:"Stealth +19",equipment:"leather armor; net; shuriken; spear",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:24},intelligence:{score:11},wisdom:{score:17},charisma:{score:10},hp:149,initiative:14,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"86d1e74f-c365-46c9-8f4e-0e12355e6c90",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"2ea06257-2812-4939-aaa4-9ad550adb073",name:"Shuriken",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:20,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"2274366d-551d-422a-b01e-44bcec0de158",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"the target takes a -2 penalty to attack rolls against the cyclops slaver until the end of the encounter or until the slaver uses evil eye against a different target.",damage:"the target takes a -2 penalty to attack rolls against the cyclops slaver until the end of the encounter or until the slaver uses evil eye against a different target",category:3},{id:"5ea6482c-1551-49fa-abcc-6f62bcd622a4",name:"Barbed Net",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires net",range:"Close blast 4",attack:{bonus:19,defence:2},description:"",details:"1d10+6 damage, and the target is restrained and takes ongoing 10 damage (save ends both).",damage:"1d10+6 damage",category:1},{id:"b66d8a57-41e8-4ae2-a233-448caff00849",name:"Sleep Powder Flask",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Sleep",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"the target is slowed (save ends). First Failed Saving Throw: The target is knocked unconscious instead of slowed (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7d46c6bc-0346-4e0b-b923-aa8b2aa2cc26",name:"Drow Underling",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"dagger; leather armor; short sword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:23},intelligence:{score:13},wisdom:{score:14},charisma:{score:20},hp:1,initiative:15,ac:28,fortitude:24,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"3ea691c1-dece-469d-9477-7fb238f644ea",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"2c88efe8-919c-4648-ba6b-0f9a5823b774",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:19,defence:0},description:"",details:"6 poison damage.",damage:"6 poison damage",category:1},{id:"417ebeb0-6c86-4669-9a62-de260c1dfbc3",name:"Darkfire Sacrifice",action:null,keywords:"",condition:"when the drow underling is reduced to 0 hit points",range:"",attack:null,description:"",details:"An ally within 5 squares of the drow underling gains combat advantage and ignores concealment on its next attack.",damage:"An ally within 5 squares of the drow underling gains combat advantage and ignores concealment on its next attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"21d4dc51-e80b-4866-87f1-dc5786be5c57",name:"Druemmeth Goldtemple",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:6,flag:0,leader:!0},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Diplomacy +15, History +17, Insight +14",equipment:"chainmail; longsword",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:24},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:144,initiative:16,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[{id:"9e4911ec-4d17-4fe1-8370-b7bbd1d440ee",name:"Fey Quickness",keywords:"",details:"aura 10; an eladrin ally within the aura can use fey step as a minor action."}],powers:[{id:"30423a6c-0c69-4778-b17d-42351366a87d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target grants combat advantage until the end of its next turn.",damage:"2d8+6 damage",category:1},{id:"43238c33-2351-4803-8ad9-6d10571cf3a3",name:"Nimbus of Battle",action:{action:4,trigger:"when an ally within 10 damages an enemy",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The triggering ally regains 1d10 hit points.",damage:"The triggering ally regains 1d10 hit points",category:5},{id:"17e6c9ba-d122-42b9-8ef6-dbd9b09072ad",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Druemmeth Goldtemple teleports 5 squares.",damage:"Druemmeth Goldtemple teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cc76d2b1-a885-4327-a5be-f4fcc04302b2",name:"Eladrin Feydark Gladiator",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"scale armor; spear",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:24},intelligence:{score:15},wisdom:{score:13},charisma:{score:16},hp:154,initiative:17,ac:32,fortitude:28,reflex:30,will:26,regeneration:null,auras:[],powers:[{id:"05c0624f-46e4-4a2e-b9a7-3020563d9c52",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of the gladiator’s next turn.",damage:"2d8+7 damage",category:1},{id:"560a7a23-82d1-4e4f-aa83-ac50fbd4dda6",name:"Bloodletting Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"3d8+7 damage. If the gladiator has combat advantage against the target, the target takes ongoing 10 damage (save ends).",damage:"3d8+7 damage",category:1},{id:"f802b45d-46a1-40ac-925a-fed34d7721d7",name:"Gladiator’s Cage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An enemy flanked by the gladiator takes a -5 penalty to attack rolls.",damage:"An enemy flanked by the gladiator takes a -5 penalty to attack rolls",category:0},{id:"c0ec7663-ffcd-4872-aba2-f464526f3d15",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin Feydark gladiator teleports 5 squares.",damage:"The eladrin Feydark gladiator teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"89370f5a-6c2d-4137-b69c-3cf02ef7a13b",name:"Eladrin Winter Blade",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"leather armor; longsword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:23},intelligence:{score:15},wisdom:{score:12},charisma:{score:16},hp:1,initiative:15,ac:30,fortitude:26,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"32583e89-aba6-42e9-9487-5b5920dd7379",name:"Winter Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 cold damage.",damage:"8 cold damage",category:1},{id:"26316c23-c67c-4820-b985-6f0c8880d451",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin winter blade teleports 5 squares.",damage:"The eladrin winter blade teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"75f5ba96-49fd-40bd-b709-8c5a963cca58",name:"Jeras Falck",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +2",movement:"4",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +9, History +9, Religion +9",equipment:"dagger; orb implement",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:9},intelligence:{score:16},wisdom:{score:10},charisma:{score:18},hp:114,initiative:1,ac:19,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"686b04f1-b5fd-47a6-9d27-ed9cb22d0d06",name:"Dagger of Pain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4+2 damage, and the target slides 2 squares.",damage:"2d4+2 damage",category:1},{id:"72990d05-08ee-4600-9eec-ce9bec348594",name:"Pain Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"1d6+4 necrotic damage, and the target takes -2 to all defenses until the end of Jeras’s next turn.",damage:"1d6+4 necrotic damage",category:1},{id:"199cf9f2-1db0-4360-a2af-b6ab54453597",name:"Flurry of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jeras makes two basic attacks.",damage:"",category:1},{id:"6242d268-d692-4e66-bf06-3ede37dcf309",name:"Crimson Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when falck does not have a creature immobilized with this power"},keywords:"Implement",condition:"",range:"Ranged 10",attack:null,description:"",details:"2d6+4 damage, and ongoing 5 damage and the target is immobilized (save ends both). While Falck has a target immobilized with this power, he gains regeneration 3.",damage:"2d6+4 damage",category:1},{id:"e7719b26-b8ba-46dd-a2ca-fde91d59138c",name:"Overwhelming Wounds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"2d6+4 damage, and if the target is bloodied after the damage, that target is dazed until the end of Falck’s next turn.",damage:"2d6+4 damage",category:1},{id:"00875cd1-790e-4c97-b1aa-60da91dd284a",name:"Command Undead",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Undead allies within 10 squares of Jeras Falck can shift 2 squares as a free action. One destroyed undead minion rises again with 1 hit point and stands as a free action.",damage:"Undead allies within 10 squares of Jeras Falck can shift 2 squares as a free action",category:2},{id:"eb6d8352-d9bf-4817-a299-9f66b9865517",name:"Wraithform",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jeras Falck becomes insubstantial and gains phasing until the end of his next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"26a632d9-15f5-4d10-baef-398590f7ed17",name:"Scarred Bulette",details:"",size:3,origin:4,type:1,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +10; darkvision, tremorsense 20",movement:"6, burrow 6",alignment:"Unaligned",languages:"",skills:"Athletics +20, Endurance +19",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:21},intelligence:{score:2},wisdom:{score:16},charisma:{score:11},hp:304,initiative:14,ac:29,fortitude:28,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"3fbe1eb8-97bc-431f-afe5-f6318073f64e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Before it bites, the bulette can make a standing long jump (as a free action) without provoking opportunity attacks; 2d8+6 damage, or 4d8+6 damage against a prone target.",damage:"2d8+6 damage",category:1},{id:"4989f81f-9441-4770-8571-437e2b4e8678",name:"Earth Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The scarred bulette moves its burrow speed just below the surface of the ground, avoiding opportunity attacks as it passes underneath other creatures’ spaces. As it burrows beneath the space of a Medium or smaller creature on the ground, the bulette makes an attack against the creature; the target is knocked prone.",damage:"",category:2},{id:"fcb59f7e-9f28-41c8-abc3-375e4c8651e8",name:"Rising Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"the bulette must have emerged from the ground after burrowing this turn",range:"Close burst 2",attack:{bonus:19,defence:0},description:"",details:"the bulette sprays rocks and dirt into the air when it rises out of the ground; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"630846c2-bab6-4d40-a06a-d5958b43eb73",name:"Spray of Tainted Blood",action:null,keywords:"",condition:"when an adjacent creature hits the scarred bulette with a melee attack",range:"",attack:null,description:"",details:"The attacker takes a -2 penalty to Fortitude until the end of the scarred bulette’s next turn.",damage:"The attacker takes a -2 penalty to Fortitude until the end of the scarred bulette’s next turn",category:0},{id:"03ca17cc-c94e-4021-a5e2-792a563d979b",name:"Habituated to Torture",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the scarred bulette is bloodied, it gains a +2 bonus to all defenses and to speed.",damage:"it gains a +2 bonus to all defenses and to speed",category:0}],damageModifiers:[],resist:"",vulnerable:"charm (a tortured bulette hit by a charm attack is immobilized until the end of its next turn)",immune:"",tactics:""},{id:"53de897c-b4d3-4903-ab0a-1b24a336d3a8",name:"Skeleton Archer",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"arrow; longbow; short sword",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:31,initiative:6,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"905d144f-743c-479b-a297-5ab766ff001f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"8a00fc40-f14d-4e2c-9722-1ec453b82a1b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:6,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"22c75b53-37a3-4d5b-a603-f689012da560",name:"Shake the Mark",action:{action:4,trigger:"when the skeleton archer is marked",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skeleton archer is no longer marked.",damage:"",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e9eb663b-5b16-4276-b7d5-91bd2d15e127",name:"Sorik Orvash",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Good",languages:"Common, Dwarven",skills:"Dungeoneering +9, Endurance +10",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:10},intelligence:{score:12},wisdom:{score:13},charisma:{score:11},hp:1,initiative:1,ac:14,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"fd4acaa1-bfd5-415d-a124-6d5e7fdc22d7",name:"Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage, and Sorik shifts 1 square.",damage:"4 damage",category:1},{id:"3ffae054-269c-458d-8095-2404671394c2",name:"Roll With It",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sorik can roll a saving throw to avoid damage from the attack. If he succeeds, he can shift 2 squares.",damage:"sorik can roll a saving throw to avoid damage from the attack",category:5},{id:"0ab96824-556c-4b06-a24b-f33ed46bd79f",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides Sorik, Sorik moves 1 square less than the effect specifies. When an attack could knock Sorik prone, a successful save negates that effect.",damage:"Sorik moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b1a848b3-ee2e-4435-b890-46df0ec2dc1d",name:"Yellowskull Bandit",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception -1",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +10, Streetwise +6, Thievery +10",equipment:"crossbow; crossbow bolt; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:36,initiative:7,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"09bc4dee-c9fd-4d85-a7e5-e7c3494f548a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+3 damage, and the bandit shifts 1 square.",damage:"1d8+3 damage",category:1},{id:"b97399d4-6540-4c75-a6e8-3d47dd442596",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Requires mace or crossbow; 1d8+3 damage, the target is dazed until the end of the bandit’s next turn, and the bandit shifts 1 square.",damage:"1d8+3 damage",category:1},{id:"0be4a990-afdc-4c1d-a3c2-560875140fc4",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage, and the bandit shifts 1 square.",damage:"1d6+3 damage",category:1},{id:"450eea15-372e-4caf-8f23-f413da2a0b50",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bandit deals 1d6 extra damage to any target granting combat advantage to it.",damage:"the bandit deals 1d6 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9160900-9725-4a6d-ad5b-1ffbbf77fe86",name:"Astral Shade",details:"",size:3,origin:3,type:2,keywords:"",level:17,role:{type:4,flag:2,leader:!1},senses:"Perception +11; blindsight 10, darkvision",movement:"fly 10 (hover), teleport 6 phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +20",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:24},intelligence:{score:18},wisdom:{score:16},charisma:{score:21},hp:448,initiative:19,ac:29,fortitude:28,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"220ade77-deba-4b8e-bee4-eec8fd3b8b77",name:"Astral Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"3d8 + 4 radiant damage and the target gains vulnerable 10 to radiant damage until the end of the astral shade’s next turn. If the astral shade is bloodied, the target is also restrained (save ends).",damage:"3d8 + 4 radiant damage and the target gains vulnerable 10 to radiant damage until the end of the astral shade’s next turn",category:1},{id:"5460f63e-7d3c-4a30-82c7-0d124a8da73b",name:"Radiant Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(minor",range:"",attack:{bonus:22,defence:2},description:"",details:"One or two targets; 3d8 radiant damage, and the target slides 1 square. If the astral shade is bloodied, the attack instead deals 3d8 + 5 radian damage and slides the target 2 squares.",damage:"3d8 radiant damage",category:1},{id:"ba2252ee-c635-4efc-819d-c6b10d8a7d1a",name:"Wrathful Strike",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral shade teleports 4 squares and makes an astral slam attack or a radiant ray attack.",damage:"The astral shade teleports 4 squares and makes an astral slam attack or a radiant ray attack",category:5},{id:"d0bd12a5-90f6-4aae-a3fb-4aafce60bd18",name:"Astral Shockwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the astral shade takes force damage"},keywords:"Force",condition:"",range:"Close burst 3",attack:{bonus:20,defence:2},description:"",details:"3d8 + 5 force damage and the target is pushed 5 squares.",damage:"3d8 + 5 force damage and the target is pushed 5 squares",category:1},{id:"9b463276-c87d-4416-814f-e05640ae5473",name:"Radiant Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close burst 3",attack:{bonus:20,defence:1},description:"",details:"3d8 + 5 radiant damage and the target is immobilized (save ends).",damage:"3d8 + 5 radiant damage and the target is immobilized (save ends)",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"force (the next attack against the astral shade ignores its insubstantial)",immune:"disease, poison",tactics:""},{id:"b7385abf-31f0-4da3-964b-55cca70ef601",name:"Astral Whitewings",details:"* A whitewing in this encounter flees if its corsair cutter rider",size:3,origin:3,type:1,keywords:"reptile",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +18; low-light vision",movement:"4, fly 8 (hover); see also astral wings",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:24},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:146,initiative:16,ac:30,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"7c70679f-c00f-4365-a88f-948d03760b0a",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"91b54305-cc62-4c75-aab0-d55bfb2349d3",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The astral whitewing moves its fly speed and makes one tail slam attack at any point during that movement. The whitewing does not provoke opportunity attacks when moving away from the target of the attack.; .",damage:"",category:1},{id:"b28e5c4e-868b-4379-babe-387f44ad2d76",name:"Stunning Shriek",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"the target is stunned until the end of its next turn.; 5; .",damage:"5",category:1},{id:"272f3375-43a5-4e46-8c5e-c6e9cdd39884",name:"Astral Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Mount, Teleportation",condition:"must be mounted by a friendly githyanki rider",range:"",attack:null,description:"",details:"The astral whitewing and its rider teleport a distance equal to the whitewing’s fly speed.",damage:"",category:2},{id:"223e902c-856a-401a-9888-815ec362fcb7",name:"Astral Wings",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"While in the Astral Sea, the whitewing’s fly speed increases to 12 squares.",damage:"the whitewing’s fly speed increases to 12 squares",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"54fa7d55-135f-4dab-b452-662abca8ca68",name:"Bladebearer Strangler",details:"",size:2,origin:4,type:2,keywords:"bugbear",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +13, Intimidate +11, Stealth +15",equipment:"battleaxe; garrote; leather armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:88,initiative:12,ac:22,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"c1f90c88-d7b9-4362-84ad-10357802e524",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12 + 6 Damage.",damage:"1d12 + 6 damage",category:1},{id:"5dbeab61-768b-412a-88bf-235c7d001b39",name:"Strangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires combat advantage and a garrote",range:"",attack:{bonus:11,defence:2},description:"",details:"Can be used as part of a charge; 1d10 + 5 damage, and the target is grabbed (-4 penalty to escape). Sustain Standard: When it sustains this power, the bugbear deals the target 1d10 + 5 damage and sustains the grab.",damage:"1d10 + 5 damage",category:1},{id:"ee66a43d-7a7f-4c5f-8f78-5ba129e50c23",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or a ranged attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer strangler makes its grabbed victim the target instead. The Bladebearer strangler cannot use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5},{id:"e6cafe11-cfa0-40cc-ad24-0f8889c4f085",name:"Strangler’s Alacrity",action:{action:7,trigger:"when a creature the bladebearer strangler has grabbed drops to 0 or fewer hit points",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer strangler can make a charge attack.",damage:"",category:5},{id:"0f92cb4f-ad1f-46e1-ba13-c64a417610f3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer strangler deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"the bladebearer strangler deals 1d6 extra damage against any creature granting combat advantage to it",category:0},{id:"f5da5391-3acf-458a-9715-525aa68bad8b",name:"Strangler’s Cover",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the Bladebearer strangler is grabbing a creature, that creature’s allies consider the grabbed creature to be an enemy for determining cover.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"641a821a-e89c-4530-9c8a-997b565122c6",name:"Calmachia",details:"",size:3,origin:4,type:3,keywords:"dragon, living construct",level:9,role:{type:3,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +13, Intimidate +14",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:10},intelligence:{score:18},wisdom:{score:12},charisma:{score:20},hp:400,initiative:4,ac:23,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"00068fa8-4554-44db-8d17-32610646cbb0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8 + 6 damage, and the target is grabbed.",damage:"2d8 + 6 damage",category:1},{id:"e09c8b79-f182-41c2-a14f-874e9d4e57e2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10 + 6 damage, and the target slides 2 squares.",damage:"1d10 + 6 damage",category:1},{id:"cec51ee6-86cf-477c-9150-31c69f9ba12c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Calmachia makes two claw attacks.",damage:"",category:1},{id:"b12bc7db-e94b-42ac-9cfc-4d13ee0c68ea",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets a creature Calmachia has grabbed; 1d8+6 damage, and the target is pushed 6 squares and knocked prone. Miss: The target is pushed 2 squares.",damage:"1d8+6 damage",category:1},{id:"8093c7c2-84e7-49e1-abbb-7be33587c315",name:"Arcing Backlash",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 10",attack:{bonus:13,defence:2},description:"",details:"targets only the attacker; 1d8 + 5 lightning damage, and the enemy is pushed 2 squares and knocked prone.",damage:"1d8 + 5 lightning damage",category:5},{id:"4f0d22a8-c69b-4d00-903c-364beaa1cfb2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"2d6 + 5 force damage, and the target is slowed (save ends) and pushed 3 squares.",damage:"2d6 + 5 force damage",category:1},{id:"ebef7cb0-aaf6-4f61-88b1-908634497a7d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Calmachia’s breath weapon recharges, and she uses it immediately.",damage:"",category:5},{id:"69032fc4-3cb1-4664-8162-8f99fcfac7fe",name:"Commanding Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is dominated until the end of Calmachia’s next turn. Miss: The target is dazed until the end of Calmachia’s next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d6a8319-13ec-4617-96a8-4efecba6f719",name:"Dakai",details:"",size:1,origin:4,type:2,keywords:"goblin",level:7,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +16, Bluff +10, Stealth +5, Thievery +10",equipment:"leather armor; mace; rod implement",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:10},intelligence:{score:18},wisdom:{score:14},charisma:{score:13},hp:80,initiative:3,ac:22,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"d6961146-4b0f-4b58-9f8e-2a886a53bf5d",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Arcane, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage, and the next of Dakai’s allies to attack the target gains +2 to its attack roll.",damage:"1d8 + 4 damage",category:1},{id:"ad08a922-808a-4c41-a800-1c3dcdd4a6e3",name:"Rod Arc",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement, Lightning",condition:"(standard",range:"",attack:{bonus:10,defence:2},description:"",details:"Dakai ignores the target’s cover; 10; 1d8 + 4 lightning damage, and the target takes -3 to its next damage roll.",damage:"1d8 + 4 lightning damage",category:1},{id:"f5cacf8e-8f5d-4dee-8320-74793d1d8e3a",name:"Shard Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Arcane, Force, Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 1d10 + 4 force damage, and the target is knocked prone. Effect: The burst creates a zone that lasts until the end of Dakai’s next turn. An enemy who ends its turn in this zone takes 1d10 + 4 force damage.",damage:"1d10 + 4 force damage",category:1},{id:"2df58015-4da8-4d02-8c4d-81f60f050dd0",name:"Resistive Formula",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 5 temporary hit points.",damage:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 5 temporary hit points",category:3},{id:"2c21fb97-dd5e-4df8-bdb6-1d38ffba5ed7",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a meleeattack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dakai shifts 1 square.",damage:"Dakai shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b568e12d-e785-43ed-93c4-af383a49082f",name:"Decrepit Flesh Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"5 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:210,initiative:4,ac:20,fortitude:23,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"2eda4b66-c21b-493a-814e-f65f33b08192",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d8 + 5 damage, and the target is pushed 2 squares.",damage:"2d8 + 5 damage",category:1},{id:"3bc14122-6e39-4f2e-bfcd-cc0c666ecba4",name:"Berserk Attack",action:{action:4,trigger:"when damaged by anattack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flesh golem makes a slam attack against a random enemy within its reach.",damage:"",category:5},{id:"ac5270f0-23d8-4d32-8894-9b3441ec64c4",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The decrepit flesh golem moves its speed and can move through enemies’ spaces. When it enters a creature’s space, the golem makes a slam attack against that creature.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e79b4ba-285c-47c7-88dc-0eaae2d42245",name:"Decrepit Warforged",details:"",size:2,origin:4,type:2,keywords:"living construct",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:1,initiative:5,ac:18,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"ced36678-32ee-4a4e-a09c-ae354d5361e3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"6 damage; on a critical hit, the target is also knocked prone.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0846f651-cf91-4a7e-894e-f3920f229cc8",name:"Fomorian Guards",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Deep Speech, Elven",skills:"",equipment:"chainmail; halberd",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:11},wisdom:{score:20},charisma:{score:15},hp:1,initiative:16,ac:33,fortitude:30,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"cfc932a3-23fa-4345-8ac8-ae065a5ef0fc",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 4; 8 damage (13 damage against immobilized targets) and the target is marked until the end of the fomorian guard’s next turn.",damage:"8 damage (13 damage against immobilized targets) and the target is marked until the end of the fomorian guard’s next turn",category:1},{id:"c64222ec-984b-417e-851e-ffd0190d0c6b",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:3},description:"",details:"the target is immobilized until the end of the fomorian guard’s turn.; 5; .",damage:"5",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ff8819a6-ad9d-48c9-bcba-5352883d1ba8",name:"Forge Drake",details:"This winged drake is made of shining steel",size:2,origin:4,type:0,keywords:"construct, homunculus",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6, fly 4 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:19},intelligence:{score:4},wisdom:{score:14},charisma:{score:4},hp:79,initiative:9,ac:21,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"054c4b14-31b9-457a-901f-d296c4c406d6",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6 + 4 damage.",damage:"2d6 + 4 damage",category:1},{id:"ff68e636-4e86-4813-986b-53ce7e7067c5",name:"Shifting Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4 + 3 damage. The forge drake can shift 1 square before or after the attack.",damage:"2d4 + 3 damage",category:1},{id:"3b9e8903-9816-47a8-8336-5e4bd251ce50",name:"Guard Creature",action:{action:4,trigger:"when an enemyattacks a creature guarded by the forge drake",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forge drake shifts 2 squares toward or around the triggering creature. If the drake is adjacent to the triggering creature after shifting, it can make a claw attack against that creature.",damage:"The forge drake shifts 2 squares toward or around the triggering creature",category:5},{id:"b514132c-3e1e-4370-9067-68629dd19c46",name:"Force Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close blast 3",attack:{bonus:10,defence:2},description:"",details:"3d6 + 4 force damage, and target is pushed 2 squares and knocked prone.",damage:"3d6 + 4 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9f48a10f-361b-4746-a608-191be2f198e4",name:"Forge Wisp Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:4},constitution:{score:17},dexterity:{score:13},intelligence:{score:4},wisdom:{score:10},charisma:{score:15},hp:1,initiative:4,ac:19,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"5c4a0957-d636-47aa-bb21-2b88c94abef6",name:"Kindling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"2 necrotic damage, and ongoing 5 fire damage (save ends).",damage:"2 necrotic damage",category:1},{id:"1c7b876c-2454-4302-b89b-00650c4c4bc1",name:"Explosive End",action:null,keywords:"Fire",condition:"when reduced to 0 hp",range:"Close burst 1",attack:{bonus:7,defence:2},description:"",details:"ongoing 5 fire damage (save ends).",damage:"ongoing 5 fire damage (save ends)",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, fire, necrotic, poison",tactics:""},{id:"17577c53-b56a-4292-b03d-c85a18fe9341",name:"Forgewraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Intimidate +14, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:10},charisma:{score:20},hp:123,initiative:5,ac:20,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"a7e95f99-0783-4f6c-9030-240edd9bcf83",name:"Pain Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6 + 5 fire and necrotic damage, and the target is pushed 2 squares and knocked prone.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"27a0880b-ef02-406d-9253-e2e9023b6ab9",name:"Soulburn",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d6 + 5 fire and necrotic damage, the forgewraith slides the target 2 squares, and the target takes a -2 penalty to all defenses until the end of the forgewraith’s next turn.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"281de7e5-27ac-4c86-a761-4694afd1edca",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forgewraith makes two basic attacks.",damage:"",category:1},{id:"89adb0f3-7af6-4b7c-9861-74ad9d06606b",name:"Forge Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"10; 2d10 + 5 fire damage, and ongoing 10 fire damage (save ends), and the target is knocked prone. Each time a target takes ongoing damage from this attack, the forgewraith gains 5 temporary hit points.",damage:"2d10 + 5 fire damage",category:1},{id:"b34e2510-4c54-4d78-a521-a38ac9f5f664",name:"Forge’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation, Illusion, Psychic",condition:"",range:"Close burst 2",attack:{bonus:11,defence:3},description:"",details:"2d6 + 5 psychic damage, and if the target leaves its space, it takes 2d6 + 5 psychic damage (save ends). While the target remains in its space, all other creatures have concealment against the target. Miss: Half damage. Effect: The forgewraith can teleport to any square in the area of effect.",damage:"2d6 + 5 psychic damage",category:1},{id:"755c1be0-ec32-4cea-a6cf-06a1e672ff99",name:"Bloodied Wrath",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Forge’s wrath recharges, and the forgewraith uses it.",damage:"",category:1}],damageModifiers:[{type:3,value:-5},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, nonmagical fire, poison",tactics:""},{id:"6c45d52e-40ff-4acc-bffc-d917a215da8b",name:"Githyanki Blademaster",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"5 see also telekinetic jump",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:12},charisma:{score:21},hp:1,initiative:15,ac:28,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"4b613515-5332-40b9-bee2-8d36776eb44b",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"8 psychic damage.",damage:"8 psychic damage",category:1},{id:"e3038122-ddc9-43c9-a4cd-0c68514c8bf3",name:"Twin Longsword Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires combat advantage against the target",range:"",attack:{bonus:22,defence:0},description:"",details:"12 psychic damage.",damage:"12 psychic damage",category:1},{id:"ad956467-f927-40ba-9b7f-3ad6950c1652",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki blademaster flies 5 squares.",damage:"The githyanki blademaster flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a99fe9c7-929d-4467-b8e5-a94e8ab2a5dc",name:"Githyanki Corsair Cutters",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"5 see also telekinetic jump",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"leather armor; light shield",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:23},intelligence:{score:17},wisdom:{score:21},charisma:{score:16},hp:1,initiative:16,ac:31,fortitude:28,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"d8914bcc-04dd-419b-bf56-9e2732d480bf",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"a5b3d20f-b56a-48f4-9a13-1a5cd1fa5880",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki blademaster flies 5 squares.",damage:"The githyanki blademaster flies 5 squares",category:2},{id:"c261362f-11de-4371-b605-79fdb1fdc1da",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A githyanki corsair cutter deals 3 extra damage on melee attacks against any target that is granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9cbde43-caea-4751-b428-0187e60c7589",name:"Githyanki Corsair Shipmaster",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +21, Insight +20",equipment:"leather armor; light shield",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:25},intelligence:{score:21},wisdom:{score:22},charisma:{score:17},hp:179,initiative:18,ac:33,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"411d0fb8-21e6-447b-a8c8-3988a23d7109",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8 + 5 damage plus 1d6 psychic damage, and if the githyanki corsair shipmaster has combat advantage against the target, it can shift 3 squares.",damage:"2d8 + 5 damage plus 1d6 psychic damage",category:1},{id:"41de62da-1117-4afa-9001-39934af90797",name:"Blade Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d8 + 6 damage plus 1d8 psychic damage, and the target is dazed until the end of the githyanki corsair shipmaster’s next turn. Effect: The shipmaster can shift up to 3 squares before or after making this attack.",damage:"3d8 + 6 damage plus 1d8 psychic damage",category:1},{id:"99b93170-0144-4aff-b5c0-2b2e2457d3b3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"the githyanki corsair shipmaster or an ally within range can fly 5 squares; 10; .",damage:"the githyanki corsair shipmaster or an ally within range can fly 5 squares",category:2},{id:"d276f13b-d434-431f-80eb-a881bef2629a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A githyanki corsair shipmaster deals 1d6 extra damage on melee attacks against any target that is granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"26da5d75-20ee-4024-b565-64837426da54",name:"Githyanki Gish Crusaders",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"chainmail",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:18},intelligence:{score:14},wisdom:{score:14},charisma:{score:18},hp:1,initiative:14,ac:30,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"f0623b72-d67c-4421-bb34-98ccdc0159fb",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"10 psychic damage.",damage:"10 psychic damage",category:1},{id:"af9b9acd-36df-42b3-ad96-f1725d16268f",name:"Astral Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"10; 10 psychic damage.",damage:"10 psychic damage",category:1},{id:"516b53cb-50e4-4e8a-8fdf-9a98ffd07ec6",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki gish crusader teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki gish crusader teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6f7d15a8-92a1-41e5-9752-a13ff13c209d",name:"Githyanki Gish Warmasters",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +17",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +20",equipment:"chainmail",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:18},intelligence:{score:24},wisdom:{score:18},charisma:{score:21},hp:330,initiative:14,ac:33,fortitude:28,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"1f0f92b7-7342-46d0-9107-2fe8fca2e010",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8 + 3 damage plus 1d8 psychic damage.",damage:"2d8 + 3 damage plus 1d8 psychic damage",category:1},{id:"9dfee34a-16f0-4442-a5f5-8d14b38d6b0a",name:"Astral Strike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"",attack:{bonus:20,defence:1},description:"",details:"5; 2d8 + 6 radiant damage.",damage:"2d8 + 6 radiant damage",category:1},{id:"f7d90c1f-2175-4ac0-aa63-a4ffb5e5736a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The githyanki gish warmaster makes two silver longsword attacks. If it hits two different targets, each target takes an additional 1d8 psychic damage; .",damage:"each target takes an additional 1d8 psychic damage",category:1},{id:"23be70b7-2cbc-48ad-b403-d43dc870bde1",name:"Astral Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Radiant",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"The githyanki gish warmaster makes four attacks, no more than two of them against a single target:; 5; 3d8 + 6 psychic and radiant damage.",damage:"3d8 + 6 psychic and radiant damage",category:1},{id:"ebed6467-7fdb-4fb4-b688-6244ee8544df",name:"Astral Stride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"burst 1 within 10; 4d8 + 6 lightning damage.",damage:"4d8 + 6 lightning damage",category:1},{id:"94554fc2-2f8a-4717-b22f-0464e2bf097e",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki gish warmaster teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki gish warmaster teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6cce3710-b938-4435-bf1c-12f061d0726a",name:"Githyanki Guardian Shade",details:"",size:2,origin:1,type:2,keywords:"undead",level:20,role:{type:4,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"8, fly 8",alignment:"Unaligned",languages:"understands Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:23},intelligence:{score:19},wisdom:{score:21},charisma:{score:26},hp:756,initiative:20,ac:34,fortitude:30,reflex:32,will:28,regeneration:null,auras:[{id:"9abca227-0e9c-4752-a7e8-ab0760ca9fc8",name:"Guardian Presence",keywords:"",details:"(Psychic) while the githyanki guardian shade is bloodied, each creature that starts its turn adjacent to it takes 5 psychic damage."}],powers:[{id:"16b80de9-a2b7-4e7a-a621-c4c9403134a4",name:"Ghost Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage and the target takes a –2 penalty to all defenses and is slowed (save ends both).",damage:"2d10 + 7 damage and the target takes a –2 penalty to all defenses and is slowed (save ends both)",category:1},{id:"002eeb30-3559-401a-9479-2b75b318379a",name:"Spirit Rake",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(minor",range:"",attack:{bonus:23,defence:3},description:"",details:"5; 1d8 + 5 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"1d8 + 5 psychic damage",category:1},{id:"819d4a94-ffdd-49df-9edf-7ad303e4e765",name:"Bladed Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Burst 3; targets enemies; the githyanki guardian shade pulls the target 2 squares, then makes a ghost sword attack against each adjacent enemy. Effect: The githyanki guardian shade teleports up to 8 squares.; .",damage:"Burst 3",category:1},{id:"9f8c5985-cacd-4ca6-83bb-a0aaa2170534",name:"Guardian Fury",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Burst 2; 2d8 + 4 force damage and the target is pushed 3 squares.",damage:"2d8 + 4 force damage and the target is pushed 3 squares",category:5},{id:"d5880f7c-a89f-44da-bdb4-c0c5713c15df",name:"Soul Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 4 while bloodied"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"Slowed targets only; 4d10 + 10 radiant damage, and the target gains vulnerable 15 psychic until the end of its next turn.",damage:"4d10 + 10 radiant damage",category:1},{id:"df3532b5-bdf6-432f-a00c-4474aca0778e",name:"Soul Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"10; 2d8 + 5 psychic damage, and the target is stunned until the end of the githyanki guardian shade’s next turn. Miss: Half damage, and the target is dazed until the end of the githyanki guardian shade’s next turn.",damage:"2d8 + 5 psychic damage",category:1},{id:"a53f88c9-c507-40b3-b89d-1859c5d61661",name:"Astral Soul",action:{action:4,trigger:"when the githyanki guardian shade takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki guardian shade becomes insubstantial and gains phasing until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e838aa43-7240-4f07-9781-7836c9254323",name:"Githyanki Mindlasher",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"8 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +12",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:25},intelligence:{score:20},wisdom:{score:22},charisma:{score:14},hp:132,initiative:16,ac:30,fortitude:29,reflex:33,will:29,regeneration:null,auras:[],powers:[{id:"e9d87753-c181-40fb-9594-e3fdd4a1feed",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d8 + 4 psychic damage.",damage:"2d8 + 4 psychic damage",category:1},{id:"87f6af9f-f8be-4642-9e90-f6dec57a76a6",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"the githyanki mindlasher or an ally within range can fly 5 squares.; 10; .",damage:"the githyanki mindlasher or an ally within range can fly 5 squares",category:2},{id:"44ad5458-d203-4e79-b661-519ecdd651e5",name:"Mind Crush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"burst 2 within 20; 1d10 damage, and ongoing 5 psychic damage (save ends). Aftereffect: The target gains vulnerable 10 psychic and can make only basic attacks (save ends).",damage:"1d10 damage",category:1},{id:"19b2f38c-3f08-4896-8cec-6f77a7d316cf",name:"Psychic Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"burst 2 within 10; 2d8 psychic damage, and the target is knocked prone.",damage:"2d8 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e4ef4a1-46dd-4f64-b6cc-92b2f14327d5",name:"Githyanki Psychic Archers",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"leather armor; longbow",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:15},intelligence:{score:24},wisdom:{score:17},charisma:{score:21},hp:1,initiative:10,ac:28,fortitude:27,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"6af51732-f48d-4693-abc2-a51cab3b0bbd",name:"Silver Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"15/30; 6 damage.",damage:"6 damage",category:1},{id:"535ddd34-3b1f-4d1b-917d-ef57305ab6b1",name:"Psychic Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires longbow",range:"",attack:{bonus:21,defence:3},description:"",details:"15/30; 8 psychic damage and the target is dazed until the end of its next turn.",damage:"8 psychic damage and the target is dazed until the end of its next turn",category:1},{id:"9ae1a72d-03e0-490b-8120-1b57d7818f23",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki psychic archer flies 5 squares",damage:"The githyanki psychic archer flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"59aa95cd-76cc-45e2-92b1-0585459ee5b9",name:"Githyanki Reavers",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"5 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:21},intelligence:{score:15},wisdom:{score:14},charisma:{score:21},hp:197,initiative:13,ac:29,fortitude:30,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"5e579d0f-f3aa-4a47-840b-045ad9c08061",name:"Silver Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d12 + 4 (crit 2d12 + 28) plus 1d6 psychic damage, plus an extra 3d6 psychic damage if the target is immobilized.",damage:"2d12 + 4 (crit 2d12 + 28) plus 1d6 psychic damage",category:1},{id:"edf06bb1-a986-4ed0-ae01-eccd62020531",name:"Reaving Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Reliable, Weapon",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"3d12 + 4 damage plus 1d6 psychic damage, and the target is immobilized (save ends).",damage:"3d12 + 4 damage plus 1d6 psychic damage",category:1},{id:"d3ebc99b-ad95-422b-af92-37b7f6130778",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"the githyanki reaver or an ally within range can fly 5 squares; 10; .",damage:"the githyanki reaver or an ally within range can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b67f3756-f4c3-448d-bc32-ed736a5c602b",name:"Githyanki Shade",details:"",size:2,origin:1,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 8",alignment:"Unaligned",languages:"Understands Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:24},intelligence:{score:19},wisdom:{score:16},charisma:{score:21},hp:120,initiative:19,ac:30,fortitude:26,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"35575391-2a95-454e-a70a-0a69a5fd0ee4",name:"Ghost Sword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10 + 5 damage.",damage:"2d10 + 5 damage",category:1},{id:"46e5c1db-b4e6-482d-a6e4-39466ee088a6",name:"Spirit Rake",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"",attack:{bonus:19,defence:3},description:"",details:"5; 2d8 + 7 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d8 + 7 psychic damage",category:1},{id:"1741fb1b-17d7-4dae-ad2f-1b0ef6575e5c",name:"Bladed Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Burst 1; 1d10 + 5 damage, and the target takes a –2 penalty to all defenses and is slowed (save ends both).",damage:"1d10 + 5 damage",category:1},{id:"e7f02b3d-a99a-456e-a893-1861457d5808",name:"Soul Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"Slowed targets only; 4d10 + 5 radiant damage, and the target gains vulnerable 10 psychic until the end of its next turn.",damage:"4d10 + 5 radiant damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ba37f6d4-1c09-4a54-b13c-263d2ec3abd0",name:"Githyanki Warmongers",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +11",movement:"6 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:21},intelligence:{score:16},wisdom:{score:17},charisma:{score:21},hp:162,initiative:15,ac:33,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"2004e323-3af9-4032-9cbd-d4d9fe144fb5",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d10 damage plus 1d10 psychic damage, plus 3d8 extra psychic damage if the target is immobilized or stunned.",damage:"2d10 damage plus 1d10 psychic damage",category:1},{id:"7d7775ae-5220-4c96-abf9-f55186ee19c4",name:"Telekinetic Crush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Medium or smaller target; 5; 1d10 damage, and the target is immobilized (save ends).",damage:"1d10 damage",category:1},{id:"cca955fa-62e5-4ed7-b77b-8bcce6489774",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:0},description:"",details:"the githyanki warrior or an ally within range can fly 5 squares.; .",damage:"the githyanki warrior or an ally within range can fly 5 squares",category:2},{id:"f78856bc-3ecf-4f0c-9508-f570db926504",name:"Soulsword Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"requires silver greatsword",range:"Close burst 1",attack:{bonus:22,defence:3},description:"",details:"3d10 damage, and the target takes ongoing 5 psychic damage and is stunned (save ends both).",damage:"3d10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"019deae4-dbaa-47e2-af1e-a736fd22d173",name:"Haestus",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +13, Intimidate +14, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:10},charisma:{score:20},hp:123,initiative:5,ac:20,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"a0f178a5-53cd-4ad1-b931-0d0bdc511e61",name:"Pain Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6 + 5 fire and necrotic damage, and the target is pushed 2 squares and knocked prone.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"57e561f8-67f3-4d6d-829a-a206c28095c7",name:"Soulburn",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d6 + 5 fire and necrotic damage, and the target slides 2 squares and takes a -2 penalty to all defenses until the end of Haestus’s next turn.",damage:"1d6 + 5 fire and necrotic damage",category:1},{id:"cd6eca2b-9b7d-4c91-a336-a897fc0b6c14",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Haestus makes two basic attacks.",damage:"",category:1},{id:"22626587-daba-45a3-aa1c-42caf41f2449",name:"Forge Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d10 + 5 fire damage, and ongoing 10 fire damage (save ends), and the target is knocked prone. Each time a target takes ongoing damage from this attack, the forgewraith gains 5 temporary hit points.",damage:"2d10 + 5 fire damage",category:1},{id:"dba20a71-36e1-4f0c-b44e-929108537bed",name:"Forge’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic, Teleportation",condition:"",range:"Close burst 2",attack:{bonus:12,defence:3},description:"",details:"2d6 + 5 psychic damage, and the target believes it is surrounded by fire; if the target leaves its space, it takes 2d6 + 5 psychic damage (save ends). While the target remains in its space, all other targets have concealment against the target. Miss: Half damage. Effect: Haestus can teleport to any square in the area of effect.",damage:"2d6 + 5 psychic damage",category:1},{id:"f8949807-9af9-4e10-9b48-21d242833c17",name:"Bloodied Wrath",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Psychic, Teleportation",condition:"when first bloodied",range:"",attack:null,description:"",details:"Forge’s wrath recharges, and Haestus uses it immediately.",damage:"",category:1}],damageModifiers:[{type:3,value:-5},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, nonmagical fire, poison",tactics:""},{id:"f226a39a-76c4-46f1-bc84-6830fd82b027",name:"Incomplete Forge Drake",details:"",size:2,origin:4,type:0,keywords:"construct",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:19},intelligence:{score:4},wisdom:{score:14},charisma:{score:4},hp:1,initiative:4,ac:22,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"76cba3ee-ffbf-4977-be94-96357e6e762d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage, and the incomplete forge drake can shift 1 square.",damage:"5 damage",category:1},{id:"d8bea6bb-a79a-4211-ab8c-9f44c740e730",name:"Guarding Flash",action:{action:5,trigger:"when an ally within 5 squares is the target of an attack that could instead target the incomplete forge drake",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets the creature making the attack; the target must instead make its attack against the incomplete forge drake or include the forge drake in the area of the attack.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"afa7065f-3c11-444c-aed7-ef1f99821e12",name:"Infiltrator Warforged Prototype",details:"",size:2,origin:4,type:2,keywords:"living construct",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:4},wisdom:{score:10},charisma:{score:12},hp:80,initiative:9,ac:19,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"0a8f5f41-4414-414c-aea6-f7bd5562b967",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage, and the infiltrator warforged prototype shifts 1 square.",damage:"1d8 + 4 damage",category:1},{id:"a1bc566c-b1cf-4e7c-b713-df05d1b8b97d",name:"Infiltrator Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges after the infiltrator warforged prototype hits with impersonator’s strike"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"the infiltrator prototype gains combat advantage against the target.",damage:"",category:3},{id:"f73bac12-e115-432e-8022-eb81a90248fa",name:"Impersonatror’s Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"The infiltrator warforged prototype mimics the target or one of the target’s allies in some way; 2d8 + 4 damage, and the target takes a -2 penalty to attack rolls until the end of infiltrator warforged prototype’s next turn.",damage:"2d8 + 4 damage",category:1},{id:"252fb3cc-4949-4d04-b12f-2e2402db1e0b",name:"Arcane Empowerment",action:null,keywords:"",condition:"",range:"While the arcane generator functions, whenever a infiltrator warforged prototype hits with a melee attack, it gains 3 temporary hit points.",attack:null,description:"",details:"",damage:"",category:0},{id:"bf14eb82-8e23-4f4d-abe6-69f48565c052",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"An infiltrator warforged prototype deals 1d8 extra damage on melee attacks against any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7e2a011-c63c-4ccb-aeb5-e118e15ea8f1",name:"Jelia",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"6 see also construct space and fey step",alignment:"Unaligned",languages:"Common, Elven, Goblin",skills:"Arcana +16, History +16, Thievery +12",equipment:"implement, rod; leather armor; longsword",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:18},hp:176,initiative:6,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"3f6f0c51-b4a1-4682-aad0-1cb02e264e78",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8 + 5 damage, and the next among Jelia and her allies to hit the target gains a +3 bonus to the damage roll.",damage:"1d8 + 5 damage",category:1},{id:"b616dfcf-1e2d-444f-a8f8-98ebc26e9b2d",name:"Eldritch Discharge",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Close burst 10",attack:{bonus:12,defence:1},description:"",details:"Jelia or one ally (primary target) gains a +1 bonus to AC until the end of Jelia’s next turn. An enemy adjacent to the primary target is attacked; 1d8 + 5 force damage, and the enemy is pushed 1 square away from the primary target.",damage:"1d8 + 5 force damage",category:1},{id:"4f2845fd-dd14-4f9a-af19-ddcf542151b0",name:"Artificer’s Expertise",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jelia makes two basic attacks.",damage:"",category:1},{id:"a632d5f2-3de0-43e7-8019-ddb28b99672a",name:"Resistive Formula",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Healing",condition:"",range:"Close burst 5",attack:{bonus:11,defence:1},description:"",details:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 10 temporary hit points.; .",damage:"allies in the burst gain +1 to AC and can end this bonus as a free action to gain 10 temporary hit points",category:3},{id:"a4cb2287-f07f-4352-8c26-bb0ba4a909d7",name:"Staggering Motes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:12,defence:0},description:"",details:"targets enemies; 2d10 + 5 force damage, and the target slides 2 squares. It also slides 2 squares each time an attack hits it (save ends).",damage:"2d10 + 5 force damage",category:1},{id:"157fd259-0e5f-4821-b9d0-8a514541bea7",name:"Construct Space",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jelia switches spaces with a construct or living construct within 5 squares. That creature becomes the attack’s target.",damage:"Jelia switches spaces with a construct or living construct within 5 squares",category:5},{id:"9fa4e2e5-b30d-4582-b386-55ebd9d6cba1",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Jelia teleports 5 squares",damage:"Jelia teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"87b04119-14b8-40e1-86e2-03478ec19108",name:"Jelia’s Iron Cobra",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7 see also slithering shift",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:75,initiative:7,ac:20,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"e00cda04-e302-4d55-938c-91cae4b792af",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 + 3 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 3 damage",category:1},{id:"2939f504-7527-4cc1-8122-fb4cc4296e01",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"affects only creatures taking ongoing poison damage; affects only creatures taking ongoing poison damage; (the target is dazed and slowed (save ends both); see also guard creature).",damage:"affects only creatures taking ongoing poison damage",category:1},{id:"86288123-f993-443f-96b0-0b6643519803",name:"Guard Creature",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Jelia’s iron cobra can use its poison the mind power against any creature that has attacked Jelia since the end of the iron cobra’s last turn, even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0},{id:"b6e821eb-1f67-4295-baf4-d9cc370c8b21",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a85bbf3c-2ff7-401b-aee3-1c390a2f83c3",name:"Marauder Planestalkers",details:"",size:3,origin:0,type:1,keywords:"",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"7, teleport 5 see also planar evasion, planephase form",alignment:"Unaligned",languages:"Deep Speech",skills:"Bluff +14, Insight +18, Stealth +20",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:24},intelligence:{score:7},wisdom:{score:21},charisma:{score:13},hp:129,initiative:19,ac:31,fortitude:28,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"dd5497e3-c320-4db4-9527-3f5a469545e9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d6 + 6 damage.",damage:"3d6 + 6 damage",category:1},{id:"c67eac7e-1d1c-4714-a716-188c36b327df",name:"Body Snatch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"usable only in planephase form",range:"",attack:{bonus:21,defence:1},description:"",details:"4d6 + 6 damage, and both the target and the marauder planestalker are teleported to an extradimensional space that completely encloses both creatures. The space is 2 squares high and 4 squares wide on each side. Other creatures do not have line of effect or line of sight to the target or the planestalker, and the target and planestalker do not have line of sight or line of effect to other creatures. If the planestalker takes 25 damage, if it is killed, or if the target is killed, the target and the planestalker return to the spaces they occupied before being teleported, or to the nearest available spaces.",damage:"4d6 + 6 damage",category:1},{id:"14d3195a-911d-4dbe-8194-d4b5bcf1b2bd",name:"Dimensional Disjunction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"2d6 + 3 damage, and the target takes 10 extra damage from melee attacks (save ends).",attack:{bonus:19,defence:3},description:"",details:"",damage:"",category:1},{id:"b59520e6-9236-426e-b0ac-51ad40623fbe",name:"Planar Evasion",action:{action:4,trigger:"when the marauder planestalker is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The marauder planestalker teleports 3 squares.",damage:"The marauder planestalker teleports 3 squares",category:5},{id:"5cfd4834-f51f-4156-a694-6bcf3dfc6b47",name:"Planephase Form",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marauder planestalker partially phases into another plane, gaining the insubstantial and phasing qualities until the end of its next turn or until it attacks. Sustain Minor: The effect persists.",damage:"",category:1}],damageModifiers:[],resist:"see planephase form",vulnerable:"psychic, a marauder planestalker that takes psychic damage immediately ends planephase form.",immune:"",tactics:""},{id:"df3023d0-079e-42ae-bc6d-d56dd6894481",name:"Tomb Mote Swarms",details:"",size:2,origin:4,type:1,keywords:"swarm, undead",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:20},intelligence:{score:4},wisdom:{score:16},charisma:{score:14},hp:87,initiative:8,ac:14,fortitude:14,reflex:15,will:10,regeneration:null,auras:[{id:"0cbd3400-c8e3-4b82-9517-2b94aff8cf20",name:"Swarm Attack",keywords:"",details:"(Necrotic) aura 1; each enemy that starts its turn within the aura takes 5 necrotic damage plus 3 extra necrotic damage per tomb mote swarm adjacent to the enemy."}],powers:[{id:"e946c64c-2861-418e-aee9-359a857e46c2",name:"Swarm of Bones",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6 + 1 necrotic damage, and ongoing 5 necrotic damage (save ends). A creature already taking ongoing 5 necrotic damage instead takes ongoing 10 necrotic damage (save ends).",damage:"1d6 + 1 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"9b72b9c7-76d9-48c4-a082-dc6fb78d9c8f",name:"Valsath",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6 see also Dhakaani footwork",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +14, History +12, Intimidate +10",equipment:"light shield; plate armor; scimitar",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:17},intelligence:{score:12},wisdom:{score:18},charisma:{score:12},hp:178,initiative:9,ac:23,fortitude:21,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"247d13c3-49f9-4111-b9d9-58e3178d51cb",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 7 damage (crit 1d8 + 15), the target is marked until the end of Valsath’s next turn.",damage:"1d8 + 7 damage (crit 1d8 + 15)",category:1},{id:"5fc58205-65bb-4c1c-93bd-b17a875a189b",name:"Scimitar Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires a scimitar",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 7 damage (crit 2d8 + 22), and ongoing 10 damage and the target takes –2 to AC (save ends both).",damage:"1d8 + 7 damage (crit 2d8 + 22)",category:1},{id:"6c451750-71a9-439c-a601-b6db9a926004",name:"Bladebearer Riposte",action:{action:4,trigger:"when hit or missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Valsath shifts 1 square and makes a melee basic attack against the triggering target. See also bloodblade dance.",attack:{bonus:11,defence:0},description:"",details:".",damage:"",category:5},{id:"0d510304-89d9-4496-b192-a0730b4ce769",name:"Bladebearer Finesse",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while charging",range:"",attack:null,description:"",details:"Valsath doesn’t provoke opportunity attacks when leaving the initial square of her charge.",damage:"",category:4},{id:"7f51c8ba-a196-432c-b318-13cd988461cc",name:"Bloodblade Dance",action:null,keywords:"",condition:"(while bloodied)",range:"",attack:null,description:"",details:"The use of Bladebearer riposte becomes a free action 2/round.",damage:"",category:0},{id:"81ac91cd-8ca7-47dc-9952-a58df25cef0a",name:"Dhakaani Footwork",action:{action:7,trigger:"when valsath hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Valsath shifts 1 square.",damage:"Valsath shifts 1 square",category:5},{id:"b10e69de-b772-4202-84ef-c162d4253fad",name:"Hobgoblin Resilience",action:{action:4,trigger:"when valsath becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Valsath rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a0bf4f6-222a-4c0c-946b-1b82563e2731",name:"Valsath’s Warriors",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"evil",languages:"goblin, common",skills:"Athletics +9, History +5",equipment:"arrow; light shield; longbow; longsword; scale armor",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:8,ac:23,fortitude:20,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"31f3e2cf-1d65-45ae-9d17-78afeb239eb8",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage, and the target is marked until the end of the hobgoblin’s next turn.",damage:"5 damage",category:1},{id:"77ab7e8c-c492-4a74-b560-bebacfaca271",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"Range 20; 5 damage.",damage:"5 damage",category:1},{id:"7ed5d908-9eb1-4cf3-ade5-29f66bd0a19b",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Valsath’s Warrior makes a saving throw against the triggering effect.",damage:"",category:5},{id:"6fe201ca-abdd-4f63-bba3-de1c8b2f083a",name:"Phalanx Soldier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Valsath’s Warrior gains a 2 bonus to AC while at least one Valsath’s Warrior ally is adjacent to it.",damage:"The Valsath’s Warrior gains a 2 bonus to AC while at least one Valsath’s Warrior ally is adjacent to it",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be61f7ad-9689-478e-9633-99ec18e51aeb",name:"Whirling Blades Automatons",details:"",size:1,origin:4,type:0,keywords:"blind, construct",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +1; blindsight 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:19},intelligence:{score:2},wisdom:{score:6},charisma:{score:2},hp:66,initiative:9,ac:20,fortitude:18,reflex:20,will:16,regeneration:null,auras:[],powers:[{id:"f7702704-9e7e-4b5c-be2b-3f45cddb3f02",name:"Whirling Blades",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Close burst 1",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage, and the automaton can shift 1 square for each target it hits up to 3 squares.",damage:"1d6 + 4 damage",category:1},{id:"7b8396d8-6aac-4641-b784-84a263512097",name:"Remove Mark",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"the target’s mark is removed from the whirling blade automaton.",damage:"",category:3},{id:"98ec66d8-49e4-4b89-9aa5-cde7026a3ffd",name:"Bladed Destruction",action:null,keywords:"",condition:"when the automaton drops to 0 hit points",range:"The whirling blade automaton explodes, launching blades in all directions. Close burst 5",attack:{bonus:10,defence:0},description:"",details:"1d10 + 2 damage.",damage:"1d10 + 2 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, knocked prone, poison",tactics:""},{id:"9c2d05c5-0435-4739-9cd5-119f1f69de90",name:"Mother Bone Naga",details:"",size:3,origin:3,type:1,keywords:"undead",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Draconic, Supernal",skills:"Arcana +18, History +18, Insight +18, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:328,initiative:11,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"784de170-9585-4b7e-b546-dfd156b12c17",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; enemies that start their turn in the aura are dazed."}],powers:[{id:"895a3846-4826-46eb-9578-bb75261f0733",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d4 + 6 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4 + 6 damage",category:1},{id:"0bdba862-9206-4a9a-810d-6a91b09d5ed0",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:21,defence:3},description:"",details:"blind creatures are immune; the target is dazed (save ends). If the target is already dazed, it takes 2d6 + 6 necrotic damage instead.",damage:"it takes 2d6 + 6 necrotic damage instead",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"db045e0e-926f-4f89-b1fd-58926252a82b",name:"Angel of Tiamat",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6, fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:14,ac:49,fortitude:47,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"9b5de4a5-f923-45c7-afc9-3774362285ce",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"18 fire damage.",damage:"18 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"3111aa31-f4c7-4b82-a06b-e4be02ba00a9",name:"Angel of Tiamat’s Vengeance",details:"",size:3,origin:3,type:2,keywords:"angel",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +16",movement:"8, fly 12 (hover); see also sign of vengeance",alignment:"Evil",languages:"Supernal",skills:"Insight +21, Intimidate +22",equipment:"longsword; plate armor",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:18},intelligence:{score:19},wisdom:{score:25},charisma:{score:26},hp:446,initiative:13,ac:34,fortitude:33,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"1295919c-8eb1-4234-a2b7-5c60ecc0a56d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Cold, Fire, Lightning, Poison, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 1d10 + 9 damage plus 1d8 acid, cold, fire, lightning, or poison damage plus 1d8 acid, cold, fire, lightning, or poison damage.",damage:"1d10 + 9 damage plus 1d8 acid",category:1},{id:"243a1def-16ac-4733-a49d-584471f938d5",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel of vengeance makes two longsword attacks.",damage:"",category:1},{id:"241ccf87-b196-4822-8fb3-4120c5c23f27",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"the angel of vengeance places an invisible sign upon the target. Until the end of the encounter, as a move action, the angel can teleport adjacent to the target.",damage:"",category:3},{id:"e8ea0c59-e1b1-42e1-88a6-09bb82a92d8e",name:"Chromatic Pillar",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire Lightning, Poison, Polymorph",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"The angel transforms into a 30-foot-high pillar of draconic energies; 1d8 + 9 acid, cold, fire, lightning, or poison damage plus 1d8 + 9 acid, cold, fire, lightning, or poison damage. The angel of Tiamat’s vengeance is immune to all damage until the start of its next turn.",damage:"or poison damage plus 1d8 + 9 acid",category:1},{id:"cdfa0160-9511-4ce1-a962-66c72dce7692",name:"Chromatic Cloak",action:null,keywords:"Acid, Cold, Fire, Lightning, Poison",condition:"until bloodied",range:"Attacks against the angel of vengeance take a −2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against the angel takes 1d8 acid or cold damage and 1d8 fire, lightning, or poison damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:9,value:-15}],resist:"15 variable (3/ encounter, acid, cold, fire, lightning, or poison only, see “Resist”, Monster Manual, page 282), see also Chromatic Pillar",vulnerable:"",immune:"disease, fear",tactics:""},{id:"df7638a1-24cc-4eda-b092-9729db39b9da",name:"Barbed Devil Veteran",details:"",size:3,origin:3,type:2,keywords:"devil",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7, teleport 7",alignment:"Evil",languages:"Supernal",skills:"Athletics +23, Intimidate +21",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:22},intelligence:{score:13},wisdom:{score:16},charisma:{score:22},hp:191,initiative:18,ac:37,fortitude:33,reflex:31,will:31,regeneration:null,auras:[{id:"99eaab60-f7aa-4e8e-8ee7-95af1ba5d941",name:"Grasping Barbs",keywords:"",details:"aura 1; an enemy that enters or leaves the aura takes 5 damage and is marked until the end of its next turn."}],powers:[{id:"cb60dca1-15cc-4ad2-af0e-33bec0ac3f9b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d8 + 8 damage, and the target is pushed 1 square.",damage:"1d8 + 8 damage",category:1},{id:"e04d6da0-dd1a-401d-8035-4d9ed726bf3e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3e87aa2b-38db-4ec4-8591-83907fbfd326",name:"Hurl Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"1d10 + 8 fire damage, and the target takes ongoing 5 fire damage and is dazed (save ends both).",damage:"1d10 + 8 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7feb0a77-68fc-4054-8eba-6bd74c3b6ff3",name:"Chosen Gish’sarath",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +16",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +19, History +16, Insight +16",equipment:"chainmail",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:21},wisdom:{score:15},charisma:{score:19},hp:342,initiative:13,ac:32,fortitude:29,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"6a63a109-d517-4c10-96c0-4bb9e83fa4a3",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8 + 7 damage, plus 1d8 psychic damage.",damage:"1d8 + 7 damage",category:1},{id:"f26015f1-5757-4f54-9132-fa057ab7e51c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The gish’sarath makes two silver longsword attacks.",damage:"",category:1},{id:"a02eaced-ee4e-4bd7-8a38-d44a194435f2",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"3d6 + 5 force damage and the gish’sarath pushes the target 1 square.",damage:"3d6 + 5 force damage and the gish’sarath pushes the target 1 square",category:1},{id:"55ffb5c2-4c03-433d-83ac-2f9187cbbde2",name:"Storm of Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The gish’sarath makes four attacks, no more than two of",damage:"",category:1},{id:"2ac0aa27-339e-4cb2-87ff-37bbe857c35b",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The chosen gith’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The chosen gith’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cea29c2-5a7e-4f2d-8f2f-b094aa9064c6",name:"Elite Githyanki Dragonknight",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +16",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +16",equipment:"heavy shield; plate armor",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:21},intelligence:{score:13},wisdom:{score:17},charisma:{score:18},hp:165,initiative:15,ac:33,fortitude:31,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"b07bd1b2-90b5-4fe9-b388-130d79e257f4",name:"Silver Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage plus 1d6 psychic damage, plus 3d6 extra psychic damage against an immobilized target.",damage:"1d10+7 damage plus 1d6 psychic damage",category:1},{id:"58aade9e-57f0-4648-aa78-1ea90fce9500",name:"Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"must be mounted",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d8 + 9 damage (2d8 + 9 damage when charging).",damage:"1d8 + 9 damage (2d8 + 9 damage when charging)",category:1},{id:"00f21d35-eb8c-4b2f-9e6a-d14bad4a503b",name:"Impaling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Requires lance and mount; the githyanki dragonknight makes a charge attack; reach 2; 3d8 + 7 damage, and the target is immobilized (save ends). Effect: The githyanki dragonknight cannot make lance attacks until the end of the encounter.",damage:"3d8 + 7 damage",category:1},{id:"7a0ea0e8-0877-4239-9044-700d1e051101",name:"Telekinetic Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:1},description:"",details:"Medium or small target; 1d6 + 7 damage, and the target slides 2 squares and is immobilized (save ends).",damage:"1d6 + 7 damage",category:1},{id:"c0b76281-5dba-4f45-8993-4d6077a4e1c7",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki dragonknight or an ally within range can fly 5 squares.",damage:"the githyanki dragonknight or an ally within range can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ca789542-0184-40ae-bcfe-49cb4dd98196",name:"Emperor Zetch’r’r",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +18",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Diplomacy +23, History +18, Insight +18, Intimidate +23",equipment:"plate armor",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:15},intelligence:{score:21},wisdom:{score:14},charisma:{score:24},hp:428,initiative:15,ac:39,fortitude:36,reflex:32,will:36,regeneration:null,auras:[{id:"012aa2ab-a68b-469e-927b-c26b6d154455",name:"Despair",keywords:"",details:"(Fear) aura 1; any enemy within the aura takes a −2 penalty to all defenses and saving throws."}],powers:[{id:"0008dd31-4cff-427b-acf9-a5f0d8887935",name:"Silver Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d6 + 6 damage plus 2d6 psychic damage, and the target is marked until the end of Zetch’r’r’s next turn. Against an immobilized target, this attack deals 4d6 extra damage and slides the target 2 squares.",damage:"2d6 + 6 damage plus 2d6 psychic damage",category:1},{id:"87ba2c76-7837-4d21-9421-69e353a4613a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"Zetch’r’r makes a silver sword attack against two different targets.",damage:"",category:1},{id:"05952af7-213c-4769-978f-26a2edc88196",name:"Parrying Maneuver",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires silver sword",range:"",attack:null,description:"",details:"Zetch’r’r makes a silver sword attack; on a hit, the target also grants combat advantage to Zetch’r’r until the end of his next turn.",damage:"",category:1},{id:"35a9b18b-5067-4f3a-9d42-ca24ee6311bd",name:"Folded Space",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll; Zetch’r’r and the target swap spaces.",damage:"",category:2},{id:"13b91fa3-1b29-4047-bc18-8d0ff7cb7d11",name:"Telekinetic Vise",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:28,defence:1},description:"",details:"2d10 + 8 damage, and the target is immobilized (save ends).",damage:"2d10 + 8 damage",category:1},{id:"80e18649-d46b-42de-8057-4f89ce359eff",name:"Telekinetic Thrust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:28,defence:1},description:"",details:"targets enemies; the target is pushed 1 square and is immobilized (save ends). Miss: The target is pushed 1 square.",damage:"the target is pushed 1 square and is immobilized (save ends)",category:1},{id:"34a26c0b-b1c9-43cc-98df-b29031714967",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Emperor Zetch’r’r’s melee attacks deal 4d6 extra damage against any target granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e16cdef5-abbe-4765-bc6d-c3473ccbe2cb",name:"Ghorfal the Voracious Neogi Great Old Master",details:"",size:3,origin:0,type:1,keywords:"",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:14},intelligence:{score:22},wisdom:{score:18},charisma:{score:24},hp:157,initiative:9,ac:30,fortitude:27,reflex:28,will:29,regeneration:null,auras:[{id:"a6b432eb-bae8-4f68-a366-53261a93f1db",name:"Thrall Field",keywords:"",details:"aura 1; each enemy within the aura takes a –4 penalty to saving throws."}],powers:[{id:"47583f09-133e-44a4-89dd-b57876ca8909",name:"Scythe Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d8 + 7 damage, and the target is knocked prone.",damage:"2d8 + 7 damage",category:1},{id:"7b9ffb15-57de-4078-859c-8546e9cd5ccc",name:"Enslaving Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"2d6 + 7 psychic damage, and the target is slowed (save ends). First Failed Saving Throw: The target takes a –2 penalty to attack rolls on attacks that include the neogi great old master as a target. Second Failed Saving Throw: The target is dominated (save ends). Third Failed Saving Throw: If the target is bloodied, it is dominated until it takes an extended rest.",damage:"2d6 + 7 psychic damage",category:1},{id:"de7ee6f6-8430-4b9f-92c8-30079e8235e1",name:"Larva Burst",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d10 + 5 damage, and the target is slowed (save ends). Effect: The burst creates a zone of squirming grubs and larvae that lasts until the end of the encounter. The zone is difficult terrain.",damage:"2d10 + 5 damage",category:1},{id:"c85bcde1-f7e6-41c4-9773-589964b99829",name:"Psychic Shackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 4",attack:{bonus:20,defence:3},description:"",details:"3d6 + 7 psychic damage, and the target is dazed until the start of the neogi great old master’s next turn.",damage:"3d6 + 7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"e1756e2c-1898-4f8a-8dc4-2573b6f992f2",name:"Gish’sarath",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:6,flag:1,leader:!1},senses:"Perception +15",movement:"5 see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +17, History +14, Insight +15",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:14},intelligence:{score:19},wisdom:{score:14},charisma:{score:17},hp:306,initiative:12,ac:30,fortitude:27,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"96e8d0ce-b15c-454d-93f9-8f76da9cd131",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6 + 6 plus 1d8 psychic damage.",damage:"1d6 + 6 plus 1d8 psychic damage",category:1},{id:"d13314d1-763c-4d04-8bde-19bd5ae01e1e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The gish’sarath makes two silver longsword attacks.",damage:"",category:1},{id:"34ae53d1-c6bc-43a7-8701-a621fcfc4387",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"3d6 + 4 force damage.",damage:"3d6 + 4 force damage",category:1},{id:"5343d88d-2a7d-48d5-9189-3cbeb2dab1d4",name:"Storm of Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"ranged 5",attack:{bonus:21,defence:0},description:"",details:"The gish’sarath makes four attacks, no more than two of these against a single target; 2d8 + 5 fire damage.",damage:"2d8 + 5 fire damage",category:1},{id:"3626cc57-4537-4dd9-bbfd-6e48cdae2ef6",name:"Astral Stride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gish’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The gish’sarath teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2177dd6-627c-453a-8b49-366081b4282d",name:"Githwarrior",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"6 see also telekinetic stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"crossbow; greatsword",category:"",strength:{score:25},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:14},hp:1,initiative:13,ac:30,fortitude:30,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"33442979-27df-4292-8b75-3225e8a354b3",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"6f402e7a-096b-4fd2-b134-f9163c7a95cf",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"b96a3076-9ecc-4389-b82d-717292c6fa13",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githwarrior flies 5 squares.",damage:"The githwarrior flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a49b85ed-9ef2-4180-84a2-315e05b1a790",name:"Githyanki Blackweaver",details:"",size:2,origin:4,type:2,keywords:"undead",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +19, History +21",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:23},intelligence:{score:18},wisdom:{score:19},charisma:{score:24},hp:146,initiative:16,ac:32,fortitude:31,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"86bd81aa-5513-4799-a415-245b6095b6a2",name:"Corrosive Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d6 + 5 lightning and necrotic damage, and the target is pushed 1 square.",damage:"2d6 + 5 lightning and necrotic damage",category:1},{id:"f2be7df2-dda0-4b99-a729-e2d4697a7950",name:"Black Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:2},description:"",details:"2d6 + 7 lightning damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6 + 7 lightning damage",category:1},{id:"281b60c6-618d-4eca-b12b-5e4bcb70f56a",name:"Consuming Shadows",action:{action:4,trigger:"when an enemy enters a space adjacent to the blackweaver",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 1d8 + 7 necrotic damage, and the target is blinded (save ends). Effect: The blackweaver teleports 5 squares.",damage:"1d8 + 7 necrotic damage",category:5},{id:"78719811-0b8e-4e8e-af67-e64b29c13ac2",name:"Lich-Queen’s Legacy",action:null,keywords:"",condition:"",range:"The githyanki blackweaver’s melee and ranged attacks deal 2d6 extra necrotic damage to targets suffering ongoing necrotic damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"63e4b4db-9532-44df-8520-10f97212d9da",name:"Githyanki Dread Knight",details:"",size:2,origin:4,type:2,keywords:"",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"History +20, Insight +17",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:17},wisdom:{score:14},charisma:{score:19},hp:190,initiative:18,ac:35,fortitude:33,reflex:32,will:31,regeneration:null,auras:[{id:"33d52be1-157b-47c3-8dbf-5503f634db58",name:"Final Authority",keywords:"",details:"aura 1; enemies in the aura take a −2 penalty to attack rolls on attacks that do not include the githyanki dread knight."}],powers:[{id:"70547dd1-3bfc-4e1e-a203-1769e6dab0fe",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d10 + 7 damage plus 1d6 psychic damage, and the target is marked until the end of the dread knight’s next turn.",damage:"1d10 + 7 damage plus 1d6 psychic damage",category:1},{id:"4d86412a-e454-4162-add2-91831ce2fb36",name:"Severing Strike",action:{action:5,trigger:"when an enemy the dread knight has marked shifts or makes an attack that does not include the dread knight",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d10 + 7 damage plus 3d6 psychic damage, and the target is dazed (save ends).",damage:"1d10 + 7 damage plus 3d6 psychic damage",category:5},{id:"fa828a5a-dad9-4221-bd8d-569a3f713ae9",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the dread knight or an ally within range can fly up to 5 squares.",damage:"the dread knight or an ally within range can fly up to 5 squares",category:2},{id:"6c27c3a8-133c-45e1-8477-dc74d75eab76",name:"Forceful Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"the target is pulled 2 squares, and the dread knight makes a melee basic attack against the target.",attack:{bonus:23,defence:1},description:"",details:"targets enemies",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"251b8df3-456e-4087-85ff-04092b51bddd",name:"Githyanki Kith’rak",details:"",size:2,origin:4,type:2,keywords:"",level:20,role:{type:7,flag:0,leader:!0},senses:"Perception +18",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"History +14, Insight +18",equipment:"plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:15},wisdom:{score:16},charisma:{score:18},hp:190,initiative:18,ac:36,fortitude:34,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"25ce5506-c7f1-4a27-8f1d-4662403ee892",name:"Silver Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d12 + 6 damage plus 1d8 psychic (crit 2d12 + 18 + 8 psychic), and the next time the target takes damage before the start of the kith’rak’s next turn, it takes 1d8 extra psychic damage.",damage:"1d12 + 6 damage plus 1d8 psychic (crit 2d12 + 18 + 8 psychic)",category:1},{id:"10883633-8b4a-4c90-80ce-fa84c744238f",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki kith’rak or an ally within range can fly up to 5 squares.",damage:"the githyanki kith’rak or an ally within range can fly up to 5 squares",category:2},{id:"d971f99d-223b-4678-9b11-5d8f1b3ee5f8",name:"Telekinetic Snare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"the target slides 2 squares and is immobilized (save ends).",damage:"the target slides 2 squares and is immobilized (save ends)",category:1},{id:"dcc5ae66-1660-4e6c-924d-cf30413bcad0",name:"Devastating Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Weapon",condition:"",range:"Close burst 1",attack:null,description:"",details:"the githyanki kith’rak makes a silver fullblade attack against each enemy in the burst.",damage:"",category:1},{id:"62da930f-0c42-43b8-bd33-cd6650f9a637",name:"Emperor’s Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in burst regains 20 hit points.",damage:"each ally in burst regains 20 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3a337efb-5f18-4df7-88bb-e22df031f9ec",name:"Githyanki Knight",details:"",size:2,origin:4,type:2,keywords:"",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +22; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"plate armor",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:21},intelligence:{score:16},wisdom:{score:24},charisma:{score:20},hp:396,initiative:15,ac:35,fortitude:34,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"f27a9120-e8a5-4e37-88a6-38fada7f6e56",name:"True Silver Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d12 + 8 damage plus 1d8 psychic damage (crit 3d12 + 20 + 8 psychic).",damage:"1d12 + 8 damage plus 1d8 psychic damage (crit 3d12 + 20 + 8 psychic)",category:1},{id:"38cc3073-2ab1-4041-a43f-5e56c2da70b0",name:"Dark Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets an immobilized creature; 2d12 + 8 damage plus 1d12 psychic damage, and the target is pushed 5 squares and knocked prone.",damage:"2d12 + 8 damage plus 1d12 psychic damage",category:1},{id:"5b3cd76d-ef42-48ac-90ba-3649002bd1de",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The githyanki knight makes two true silver sword attacks.",damage:"",category:1},{id:"31386bb6-ad69-4fdc-92ae-ac4a1fba1e14",name:"Reactive Grab",action:{action:4,trigger:"when an enemy enters a square adjacent to the githyanki knight",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki knight makes a telekinetic fist attack against the triggering enemy. This attack doesn’t provoke opportunity attacks.",damage:"",category:5},{id:"053f86bb-b5cf-4078-bfe9-8752ef8385c0",name:"Telekinetic Fist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"the target is immobilized (save ends). Each Failed Saving Throw: The githyanki knight slides the target 5 squares.",damage:"The githyanki knight slides the target 5 squares",category:1},{id:"ff43850a-5139-476c-8a6f-c3cffec701b1",name:"Dimensional Exile",action:{action:7,trigger:"when the githyanki knight hits witha melee attack",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The target is sent to a pocket dimension (save ends). The target is removed from play and cannot take actions. When the target ends the effect, it returns to the space it last occupied or the closest unoccupied space.",damage:"",category:5}],damageModifiers:[{type:8,value:-5},{type:9,value:-5}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"27d6d90b-a09f-4489-8926-49910b8118af",name:"Githyanki Mate",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"5 see also Astral Stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:25},intelligence:{score:20},wisdom:{score:19},charisma:{score:14},hp:177,initiative:18,ac:33,fortitude:31,reflex:33,will:30,regeneration:null,auras:[],powers:[{id:"598244fc-c1cc-425f-a03d-7fa924083653",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8 + 8 damage plus 1d8 psychic damage, and the githyanki mate shifts 1 square.",damage:"1d8 + 8 damage plus 1d8 psychic damage",category:1},{id:"384be1e3-2908-4549-83be-5894bb29d0cd",name:"Astral Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:0},description:"",details:"1d6 + 8 force damage plus 1d6 psychic damage.",damage:"1d6 + 8 force damage plus 1d6 psychic damage",category:1},{id:"7d441cd9-fee5-4c58-b41d-14858457ec2c",name:"Merciless Cut",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"requires silver longsword",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a dazed or stunned creature; 2d8 + 7 damage plus 2d8 psychic damage, and a dazed target is stunned instead of dazed (save ends).",damage:"2d8 + 7 damage plus 2d8 psychic damage",category:1},{id:"c6568054-e4ad-4ad9-8b04-5a19b71d18fc",name:"Psychic Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:22,defence:3},description:"",details:"1d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"1d6 + 7 psychic damage",category:1},{id:"2b55c8ea-833e-4093-a123-2eed27401fe9",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki pirate teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki pirate teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60e5ec2b-f18e-4122-bda3-314e76d81752",name:"Githyanki Pirate",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"5 see also Telekinetic Jump",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:14},dexterity:{score:22},intelligence:{score:15},wisdom:{score:19},charisma:{score:14},hp:1,initiative:15,ac:34,fortitude:33,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"655e5546-4898-4a13-bef1-2d5fb49a70b1",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"16 psychic damage, and the target is marked until the end of the githyanki’s next turn.",damage:"16 psychic damage",category:1},{id:"6ee1dc84-44a8-4402-a5e3-43c18abfa9ab",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when the githyanki spends a minor action to reload the weapon"},keywords:"",condition:"(standard",range:"Ranged 15/30",attack:{bonus:26,defence:0},description:"",details:"16 damage.",damage:"16 damage",category:1},{id:"1f27cb00-4550-4de7-b5df-625faff0ccad",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki flies 5 squares.",damage:"The githyanki flies 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4aaac0fa-cc47-4d2b-bb32-924aefc7bf50",name:"Githyanki Terrth",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!0},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +12, Insight +15",equipment:"crossbow bolts (20); heavy shield; plate armor",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:19},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:154,initiative:14,ac:31,fortitude:30,reflex:27,will:27,regeneration:null,auras:[{id:"1d1773d9-5e15-4cc4-9e8c-76c8d88d431a",name:"Unwavering Discipline",keywords:"",details:"aura 3; any ally within the aura gains a +2 bonus to defenses."}],powers:[{id:"d7757bb5-a9e6-493e-869e-92f7b3b658ba",name:"Silver Longsword",action:{action:7,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"after the githyanki terrth hits an enemy with a silver longsword attack",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8 + 4 and the target is dazed until the end of the githyanki terrth’s next turn.",damage:"2d8 + 4 and the target is dazed until the end of the githyanki terrth’s next turn",category:4},{id:"2726d0d0-6cad-4715-a711-645838b0b90a",name:"Slaughter the Weak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"One ally adjacent to the githyanki terrth makes a melee basic attack against the same enemy. If the enemy is dazed or stunned, the attack deals 2d8 extra psychic damage.",attack:null,description:"",details:"",damage:"",category:1},{id:"a721b860-9435-49af-ba42-5de1f0667ef8",name:"Instructive Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Targets a dazed creature; 1d8 + 7 plus 2d8 psychic damage.",damage:"1d8 + 7 plus 2d8 psychic damage",category:1},{id:"a7ac5452-ffcf-4e0e-9a6f-243136027ac4",name:"Heavy Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the githyanki spends a minor action to reload the weapon"},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:23,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"414ed6d0-300c-44c9-84dd-f1c11db7824d",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets the githyanki terrth or one ally; the target can fly up to 5 squares.",damage:"the target can fly up to 5 squares",category:2},{id:"40ccb2d5-9bc6-4148-9352-7d84b76aaa64",name:"Telekinetic Command",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"one ally in the burst slides up to 5 squares.",damage:"one ally in the burst slides up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c1490fc-14bb-4c84-8558-0c7f210836df",name:"Goristro Slave",details:"",size:4,origin:1,type:2,keywords:"demon",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:450,initiative:10,ac:31,fortitude:33,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"e43d99cb-d352-4a36-a65f-4c704a68ea96",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"f1afc1c0-5bc8-4172-9979-3cd98eb2dcde",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goristro makes two slam attacks.",damage:"",category:1},{id:"428f854c-4a4c-4d47-ab58-c91e54ea248a",name:"Goristro Stomp",action:{action:4,trigger:"when a nonadjacent enemy moves adjacent to the goristro",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"The goristro attacks the triggering enemy; 4d8 + 6 damage, and the target is pushed 2 squares and knocked prone.",damage:"4d8 + 6 damage",category:5},{id:"2321ca18-7fe7-4cfb-a1e7-b7ba2dd9dc22",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Targets triggering enemy; 2d8 + 6 damage.",damage:"2d8 + 6 damage",category:5},{id:"92ac2400-bd51-4d92-b54e-fd4481bbb89c",name:"Lashing Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:0},description:"",details:"3d10 + 8 damage, and the target is grabbed. Effect: One other creature grabbed by the goristro slides to a space adjacent to the target of the attack, takes 15 damage, and is no longer grabbed.",damage:"3d10 + 8 damage",category:1}],damageModifiers:[],resist:"20 variable (2/encounter, see “Resist”, Monster Manual, 282)",vulnerable:"",immune:"",tactics:""},{id:"d1ca672d-07b5-41f2-b0fd-76f8113148da",name:"Handmaiden",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:13},charisma:{score:24},hp:1,initiative:15,ac:31,fortitude:28,reflex:29,will:32,regeneration:null,auras:[],powers:[{id:"f3e3252a-7c73-453b-9079-9efa78c3a600",name:"Poisoned Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"8 damage plus 5 poison damage.",damage:"8 damage plus 5 poison damage",category:1},{id:"add5bc0a-1b5c-44f0-a584-96c8c229f790",name:"Scream of Vengeance",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:null,description:"",details:"each ally in the burst gains a +2 bonus to attack rolls until the end of its next turn.",damage:"each ally in the burst gains a +2 bonus to attack rolls until the end of its next turn",category:0},{id:"c20a268d-93f3-4f0b-9916-3e2ade26ffa3",name:"Telekinetic Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The handmaiden flies up to 5 squares.",damage:"The handmaiden flies up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ca8a63b-a1cf-43f3-8284-6c2caba0d94b",name:"Kryizoth Fire Mage",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki",level:20,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +22, History +19",equipment:"",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:20},intelligence:{score:25},wisdom:{score:19},charisma:{score:14},hp:190,initiative:15,ac:34,fortitude:30,reflex:33,will:33,regeneration:null,auras:[{id:"b1146c94-19f5-4354-a0a5-c6726183595e",name:"Black Flame Shroud",keywords:"",details:"(Fire, Necrotic) aura 1; any enemy that enters or starts its turn within the aura takes 10 fire and necrotic damage."}],powers:[{id:"67a7a66c-d86b-46f7-872e-6e71abdc8ac5",name:"Blackflame Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"1d6 + 7 fire and necrotic damage, and the target loses 1 healing surge.",damage:"1d6 + 7 fire and necrotic damage",category:1},{id:"5fc6dbb5-2a82-4ac3-9747-b5fab71751c6",name:"Rotting Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:0},description:"",details:"2d8 + 7 necrotic damage, and the target is slowed and takes a –2 penalty to AC (save ends both).",damage:"2d8 + 7 necrotic damage",category:1},{id:"28bae6f8-b73e-4996-8ce1-4378a6838d4b",name:"Immolation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d6 + 7 fire damage, and ongoing 10 fire damage (save ends). Miss: Half damage. Each Failed Saving Throw: Each enemy adjacent to the target takes 10 fire damage.",damage:"3d6 + 7 fire damage",category:1},{id:"ee676694-a65a-4d53-b122-c82cb1048cf3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the kryizoth fire mage or one ally within range can fly up to 5 squares.",damage:"the kryizoth fire mage or one ally within range can fly up to 5 squares",category:2},{id:"38ccf8aa-8e04-426a-8af6-985b9622fc80",name:"Heat Mirage",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The kryizoth fire mage gains a +2 bonus to all defenses until the end of its next turn.",damage:"The kryizoth fire mage gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"253fab33-6319-47cb-a5bb-2ab417827ee3",name:"Dimensional Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The kryizoth fire mage teleports 5 squares.",damage:"The kryizoth fire mage teleports 5 squares",category:3}],damageModifiers:[{type:3,value:-20},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b0e1e6c8-2bf0-43d8-bae2-e4f0725f3f08",name:"Marut Escort",details:"",size:2,origin:3,type:2,keywords:"",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +20; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:23},dexterity:{score:21},intelligence:{score:12},wisdom:{score:23},charisma:{score:13},hp:1,initiative:14,ac:34,fortitude:36,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"6ec22060-5cbf-4629-92af-2ad55aaf0800",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 damage plus 3 thunder damage, and the target is pushed 1 square.",damage:"12 damage plus 3 thunder damage",category:1},{id:"e7e644fa-68a3-405c-963c-3d959c03e89b",name:"Hardy Minion",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the marut escort is hit by an attack",range:"",attack:null,description:"",details:"Roll 1d6. On a 5 or 6, the marut takes no damage from the attack.",damage:"the marut takes no damage from the attack",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"73d048c7-d525-4a32-8cf5-9127a6d4f10e",name:"Marut Sentinel",details:"",size:2,origin:3,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +20; truesight 10",movement:"8, fly 4 (hover), teleport",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +20, Intimidate +15",equipment:"",category:"",strength:{score:30},constitution:{score:23},dexterity:{score:21},intelligence:{score:12},wisdom:{score:23},charisma:{score:13},hp:175,initiative:16,ac:35,fortitude:35,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"9d28e602-61f9-420f-84cc-3567776080e1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10 + 8 damage plus 1d6 thunder damage, the target is pushed 1 square, and the target is marked until the end of the marut sentinel’s next turn.",damage:"1d10 + 8 damage plus 1d6 thunder damage",category:1},{id:"a24b08d5-2779-4ebe-9c3a-b4bf3e2f14fe",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut sentinel makes two greatsword attacks.",damage:"",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"5c83a8de-fcad-42f9-a5f9-87d99deccb2d",name:"Mayhem the Raavasta",details:"",size:2,origin:1,type:2,keywords:"shapechanger",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +18; truesight 6",movement:"8",alignment:"Evil",languages:"All",skills:"Bluff +21, Stealth +20",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:22},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:136,initiative:19,ac:32,fortitude:29,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"96598936-007b-4b13-a0d1-6d1c7f9e7094",name:"Claws of Blindness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d6 + 6 damage, and the target is blinded (save ends).",damage:"1d6 + 6 damage",category:1},{id:"787cf447-2bf5-4236-814a-4113945431fe",name:"Mind Scramble",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied or when mayhem scores a critical hit with claws of blindness"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d10 + 7 1d10 + 7 psychic damage, and the target is dazed and takes a −2 penalty to attack rolls (save ends both).",damage:"1d10 + 7 1d10 + 7 psychic damage",category:1},{id:"e33f3f80-13d3-42da-b1dc-99aad53257b6",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mayhem can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"e2306e87-4bcc-4d35-a551-31763463e01c",name:"Cloak and Claw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Mayhem’s attacks deal 2d6 extra damage against a target against which it has total concealment.",damage:"mayhem’s attacks deal 2d6 extra damage against a target against which it has total concealment",category:0},{id:"eb305ad7-15ef-4403-aa95-2691423a9652",name:"Vanish",action:{action:4,trigger:"when an enemy hits mayhem",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Mayhem shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"Mayhem shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-10}],resist:"10 variable (3/encounter, see Resist, Monster Manual, page 282)",vulnerable:"",immune:"",tactics:""},{id:"fc396465-42ce-4068-952b-5c93ce3f0431",name:"Neogi Taskmaster",details:"",size:2,origin:0,type:1,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"climb 8 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:14},intelligence:{score:19},wisdom:{score:17},charisma:{score:21},hp:112,initiative:7,ac:23,fortitude:22,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"edd5fde8-b336-43a7-8539-dbc4c62e9e95",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6 + 3 damage, and ongoing 5 poison damage (save ends).",damage:"1d6 + 3 damage",category:1},{id:"20cc3023-9929-4e52-8a7a-2c84522aa3c6",name:"Pain Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"2d6 + 2 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d6 + 2 psychic damage",category:1},{id:"1c89ddd9-b6e4-4012-a601-2b7bcf448a2a",name:"Command of Return",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"3d6 + 2 psychic damage, and the target must move 2 squares closer to the neogi before the taskmaster’s next turn, if possible, or the target takes an additional 3d6 + 2 psychic damage (save ends).",damage:"3d6 + 2 psychic damage",category:1},{id:"ca218d79-f6d3-4534-855d-30529f4a8482",name:"Pain Goad",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All non-neogi allies of the neogi taskmaster within 6 squares are at -2 to all defenses and +2 to attack rolls until the beginning of taskmaster’s next turn.",damage:"All non-neogi allies of the neogi taskmaster within 6 squares are at -2 to all defenses and +2 to attack rolls until the beginning of taskmaster’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"08b36725-575d-4a5b-a20a-7d46d8949c5d",name:"Redspawn Immolator",details:"",size:3,origin:4,type:1,keywords:"reptile",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:22},intelligence:{score:8},wisdom:{score:12},charisma:{score:17},hp:234,initiative:16,ac:32,fortitude:34,reflex:32,will:29,regeneration:null,auras:[{id:"49fdffc1-2240-4bf9-a9e4-088eded7a35f",name:"Inner Flame",keywords:"",details:"(Fire) aura 3; any ally within the aura gains resist 10 fire. While the immolator is bloodied, each enemy that ends its turn in the aura takes 10 fire damage."}],powers:[{id:"6387d381-7fd3-4b0c-a218-c8fef4e90642",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d6 + 8 damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 8 damage",category:1},{id:"c88ca34b-2945-40e9-929d-d7a7cebe4781",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d10 + 6 damage.",damage:"2d10 + 6 damage",category:1},{id:"95d00826-73b5-4f12-8549-94625bc0cc5d",name:"Fiery Expulsion",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when first bloodied",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"1d12 + 7 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 7 fire damage",category:1},{id:"019432aa-0adc-4436-936d-82fad00013ce",name:"Redspawn Frenzy",action:null,keywords:"",condition:"while at 58 or fewer hit points",range:"The redspawn immolator’s melee attacks deal 2d6 extra damage, and the immolator treats allies as enemies for the purposes of opportunity attacks and makes all opportunity attacks provoked from it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2d309546-5928-4227-b762-ca7d0c86cb5b",name:"Ri’s’an",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:19,role:{type:0,flag:1,leader:!0},senses:"Perception +19",movement:"6 see also Astral Stride",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +17, History +14, Insight +19, Intimidate +21",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:25},hp:270,initiative:15,ac:31,fortitude:29,reflex:31,will:34,regeneration:null,auras:[],powers:[{id:"b6ade8fa-f1f0-4096-8ba5-e138d7b28d4b",name:"Psychic Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d6 + 7 force damage plus 1d6 psychic damage.",damage:"1d6 + 7 force damage plus 1d6 psychic damage",category:1},{id:"685849c0-71e5-48e1-bdee-469ca0339eb5",name:"Hurled Blade",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Psychic",condition:"(standard",range:"Ranged 15",attack:{bonus:26,defence:0},description:"",details:"1d8 + 8 force damage plus 1d8 psychic damage.",damage:"1d8 + 8 force damage plus 1d8 psychic damage",category:1},{id:"3b4d10a9-722c-4178-a78b-b3d683f9de92",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ri’s’an makes two hurled blade attacks, or one psychic blade attack, shifts, and makes a hurled blade attack.",damage:"",category:1},{id:"0a02fc5b-70ef-482f-8641-8fa5c03409bb",name:"Githyanki Tactics",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one githyanki Ri’s’an can see; The target slides 5 squares.",damage:"The target slides 5 squares",category:2},{id:"d41e8c78-391f-4d7a-93df-d3a33f2e25b6",name:"Psychic Spear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force, Psychic",condition:"",range:"Ranged 20",attack:{bonus:26,defence:0},description:"",details:"2d8 + 5 force damage plus 2d8 psychic damage, and the target is immobilized (save ends).",damage:"2d8 + 5 force damage plus 2d8 psychic damage",category:1},{id:"df510e31-ee2a-4476-9dff-57a45912efc5",name:"Psychic Scream",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 4d6 + 7 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d6 + 7 psychic damage",category:5},{id:"fc432903-207a-4db3-b34c-8de262e8a3ac",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ri’s’an teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"Ri’s’an teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea0422a4-49b0-4836-a459-e04922f89d81",name:"Scaramandar",details:"",size:2,origin:3,type:2,keywords:"devil",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +21, Diplomacy +21, Insight +19, Intimidate +21, Streetwise +21",equipment:"fine clothing; greatsword",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:17},intelligence:{score:19},wisdom:{score:18},charisma:{score:22},hp:382,initiative:13,ac:33,fortitude:35,reflex:31,will:34,regeneration:null,auras:[],powers:[{id:"07d8d2ec-fa28-4b5a-bf6d-78aa2f6feb45",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10 + 7 damage, and ongoing 5 fire damage (save ends).",damage:"1d10 + 7 damage",category:1},{id:"d28da98c-20ff-453b-83cd-d1f8551b0090",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Scaramandar makes two greatsword attacks. If both attacks hit the same target, the ongoing 5 damage becomes ongoing 10 fire damage (save ends).",damage:"the ongoing 5 damage becomes ongoing 10 fire damage (save ends)",category:1},{id:"a3fc5765-660d-45af-9bf9-1452c3bd2ff2",name:"Hellfire Doom",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"targets one or two creatures; 2d10 + 7 fire damage, and the target takes a −2 penalty to attack rolls (save ends).",damage:"2d10 + 7 fire damage",category:1},{id:"625184a0-601e-4103-b0e7-495c8cafb4fd",name:"Shackles of Phlegethos",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"2d6 + 7 fire damage, and if the target moves more than 1 square on its turn it takes 10 fire damage, and if the target makes an attack on its turn it takes 10 fire damage (save ends both).",damage:"2d6 + 7 fire damage",category:3},{id:"66117ac4-ba51-4e7f-8191-1572ec993043",name:"Hellfire Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Fire, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:24,defence:2},description:"",details:"2d6 + 7 fire damage, and the target takes a −2 penalty to attack rolls and ongoing 5 fire damage (save ends both). The burst creates a zone that lasts until the end of Scaramandar’s next turn. Each enemy that starts its turn within the zone cannot make saving throws until the end of its next turn. As a move action, Scaramandar can move the zone up to 4 squares. Sustain Minor: The zone persists.",damage:"2d6 + 7 fire damage",category:1},{id:"901080fc-026b-40a5-96ec-b3f67e5a65b3",name:"Brimstone Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:24,defence:1},description:"",details:"the target is blinded (save ends). Effect: Scaramandar teleports 20 squares.",damage:"Scaramandar teleports 20 squares",category:2}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"charm",tactics:""},{id:"4b341b7a-1980-4553-9914-c563151681f3",name:"Spine of Vlaakith",details:"",size:0,origin:4,type:0,keywords:"undead",level:20,role:{type:0,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"fly 12 (hover)",alignment:"Chaotic Evil",languages:"Common, Supernal",skills:"Arcana +17, Insight +18, Intimidate +23, Religion +18",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:16},intelligence:{score:15},wisdom:{score:17},charisma:{score:27},hp:600,initiative:13,ac:32,fortitude:32,reflex:28,will:33,regeneration:{value:20,details:"if the spine of Vlaakith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"6755221f-e955-4aef-8823-f2beeb7cad3d",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a −2 penalty to attack rolls."}],powers:[{id:"740929e3-cb45-427a-849c-3a26565c8669",name:"Shadow Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:0},description:"",details:"3d6 + 8 necrotic damage.",damage:"3d6 + 8 necrotic damage",category:1},{id:"5d136648-7dc3-4276-975f-a134a6c6373a",name:"Immobilizing Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:20,defence:1},description:"",details:"1d6 + 8 necrotic damage, and the target is immobilized (save ends).",damage:"1d6 + 8 necrotic damage",category:1},{id:"4980111c-eb4c-4855-b4d5-46a8329da8ef",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"does not provoke opportunity attacks; the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of the spine’s soul gems until the spine is destroyed; see also consume soul.",damage:"",category:1},{id:"25732449-af12-4141-9224-f6a54e803205",name:"Wither",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"the target takes ongoing 10 necrotic damage (save ends).",damage:"the target takes ongoing 10 necrotic damage (save ends)",category:3},{id:"1c5465ce-851c-439b-9083-7f466be1dd35",name:"Twin Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The spine of Vlaakith makes a shadow ray attack and a immobilizing ray attack.",damage:"",category:1},{id:"26cbc908-dc6a-4b0f-8533-13b86de231e9",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:25,defence:1},description:"",details:"3d6 + 5 necrotic damage, and the target takes a −2 penalty to saving throws (save ends).",damage:"3d6 + 5 necrotic damage",category:5},{id:"5b6d75aa-4941-4079-ae9c-70964122d9e0",name:"Consume Soul",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The spine of Vlaakith regains 200 hit points.",damage:"The spine of Vlaakith regains 200 hit points",category:3},{id:"644a2ad6-523c-4473-af43-c6cfcd1bf01a",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spine of Vlaakith’s six soul gems can each hold the soul of one if its victims. At the beginning of an encounter, the soul gems contain two souls. Crushing a gem after the spine is defeated releases the soul back to the Shadowfell.",damage:"",category:0},{id:"7924815f-e534-4a6b-a752-57c37ef7f4dc",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the spine of Vlaakith is reduced to 0 hit points or fewer, its spine (but not the soul gems) crumbles into dust, but it is not destroyed. It reappears 1d10 days later within 1 square of its phylactery (in room 15), unless the phylactery is also found and destroyed.",damage:"It reappears 1d10 days later within 1 square of its phylactery (in room 15)",category:0}],damageModifiers:[{type:6,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"555660e0-1e14-4357-bad0-37c9110de9fc",name:"Sword Wraith Attendant",details:"",size:2,origin:5,type:2,keywords:"undead",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +21",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:12},charisma:{score:24},hp:95,initiative:20,ac:31,fortitude:30,reflex:31,will:33,regeneration:{value:10,details:""},auras:[],powers:[{id:"128e01a4-4f4c-47f7-bdc8-4ccab2821bc5",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"2d8 + 7 necrotic damage, and the target is weakened (save ends).",damage:"2d8 + 7 necrotic damage",category:1},{id:"7536e248-d102-4e1b-9a02-ede294fe22d3",name:"Death Strike",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"The sword wraith shifts 4 squares and makes a melee basic attack, dealing 2d8 extra necrotic damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"d39047ac-3364-43e4-8037-3b8e52a63a4b",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The sword wraith attendant deals 2d6 extra necrotic damage against any target granting combat advantage to it.",damage:"the sword wraith attendant deals 2d6 extra necrotic damage against any target granting combat advantage to it",category:0},{id:"895bfd87-a498-4d3a-98e6-9baff903c907",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sword wraith attendant shifts 6 squares.",damage:"The sword wraith attendant shifts 6 squares",category:2},{id:"85cdda9b-8e98-433c-8929-42a26ad9dd15",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sword wraith rises as a freewilled sword wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-20}],resist:"insubstantial",vulnerable:"10 radiant (if the sword wraith attendant takes radiant damage, its regeneration does not function until the end of the its next turn)",immune:"disease, poison",tactics:""},{id:"b73cd93f-46c7-457c-a565-311b76fcdf7c",name:"Taikus",details:"",size:2,origin:4,type:2,keywords:"githzerai",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +20, Athletics +18, Insight +18",equipment:"",category:"",strength:{score:19},constitution:{score:13},dexterity:{score:23},intelligence:{score:15},wisdom:{score:23},charisma:{score:14},hp:282,initiative:13,ac:31,fortitude:28,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"00a223e1-ee25-48a2-ae3f-0d128d866116",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"6204a3dd-1405-4136-912f-05d571123519",name:"Inner Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"1d8 + 4 lightning damage, and the target teleports 5 squares to an unoccupied space of Taikus’s choosing.",damage:"1d8 + 4 lightning damage",category:1},{id:"4b5364f2-f806-4f59-bd75-6e95d24b01d4",name:"Reorder Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:{bonus:19,defence:1},description:"",details:"up to 4 Medium or smaller targets; the targets teleport to swap spaces as Taikus chooses.",damage:"up to 4 Medium or smaller targets",category:1},{id:"7354af39-07e9-4089-869f-69957c88970b",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"the next melee attack made against the target gains a +5 power bonus to the attack roll, and, if it hits, it is automatically a critical hit.",attack:null,description:"",details:"no attack roll required",damage:"",category:1},{id:"45bd984f-db84-473e-9048-a7114daeedd2",name:"Psychic Fists",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 1d8 + 4 psychic damage.",damage:"1d8 + 4 psychic damage",category:1},{id:"50b1cc2f-d0be-49aa-bca7-ab3cb8990f4a",name:"Avenging Wind",action:{action:5,trigger:"when targeted by a ranged attack",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The attack targets another creature within 5 squares of Taikus, and Taikus teleports 10 squares into a square adjacent to the attacker.",damage:"The attack targets another creature within 5 squares of Taikus",category:5},{id:"baadf0ee-6760-4bc2-8776-8ffb2b6b924f",name:"Iron Mind",action:{action:5,trigger:"when taikus would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Taikus gains a +2 bonus to all defenses until end of his next turn.",damage:"Taikus gains a +2 bonus to all defenses until end of his next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5604de8e-a6f4-42c8-982e-e67a89508ea0",name:"Tiamat-Sworn Reaver",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"5 see also springing assault",alignment:"Evil",languages:"Common, Draconic",skills:"History +12, Intimidate +13",equipment:"",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:14},intelligence:{score:13},wisdom:{score:17},charisma:{score:14},hp:176,initiative:13,ac:33,fortitude:31,reflex:27,will:29,regeneration:{value:10,details:"(only while bloodied)."},auras:[],powers:[{id:"347ec96e-19db-4748-990f-c0edf3423f63",name:"Triple-headed Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"(+24 while bloodied); 1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"2d584cc4-4bb7-4b4a-8f6b-5af457b96efe",name:"Rending Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires triple-headed flail",range:"",attack:null,description:"",details:"The Tiamat-sworn reaver attacks up to three targets with its triple-headed flail. If it hits one target, it can push the next target 1 square on a hit, and if it hits two targets, the third takes ongoing 5 damage on a hit (save ends).",damage:"the third takes ongoing 5 damage on a hit (save ends)",category:1},{id:"f0847382-d6c0-4230-afdb-3b3e85471d0b",name:"Dragonborn Fury",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The reaver gains a +1 racial bonus to attack rolls while bloodied",damage:"The reaver gains a +1 racial bonus to attack rolls while bloodied",category:1},{id:"26ba7ed9-22d4-486f-860f-f8a953cf3f3a",name:"Skirmish +2d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the Tiamat-sworn reaver ends its move at least 3 squares away from where it began its turn, its melee attacks deal 2d6 extra damage until the start of its next turn.",damage:"",category:0},{id:"a8647f6d-1fcc-46f8-b51b-33dd2bd5d7dc",name:"Springing Assault",action:{action:7,trigger:"when the reaver hits with a melee attack during its turn",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The reaver shifts 3 squares",damage:"The reaver shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"638edf83-e5a4-4671-8715-795fd305075f",name:"Tlaikith Forlorn",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki",level:19,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5, fly 5 (hover)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 10",skills:"",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:18},intelligence:{score:13},wisdom:{score:16},charisma:{score:21},hp:125,initiative:15,ac:33,fortitude:32,reflex:29,will:30,regeneration:null,auras:[{id:"6ff481ed-7b91-4cb1-be44-3a438dcb1393",name:"Dimensional Bar",keywords:"",details:"aura 1; creatures in the aura cannot teleport, and creatures cannot teleport into the aura."}],powers:[{id:"b9da79cc-a96a-430e-894f-473e8019ae46",name:"Silver Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"1d10 + 7 damage, and the target is marked until the end of the tlaikith forlorn’s next turn.",damage:"1d10 + 7 damage",category:1},{id:"ae8865b5-f6b1-4c23-b933-e8b48ebcfd0b",name:"Soul Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"2d10 + 7 damage and the target is stunned (save ends).",damage:"2d10 + 7 damage and the target is stunned (save ends)",category:1},{id:"de84bcd3-c7ed-4af1-a0e4-e811daf41cd5",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the tlaikith forlorn or one ally within range can fly up to 5 squares.",damage:"the tlaikith forlorn or one ally within range can fly up to 5 squares",category:2},{id:"db4ad7b1-ce1a-4922-901d-603118508a96",name:"Telekinetic Pull",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:24,defence:1},description:"",details:"the target is pulled 5 squares.",damage:"the target is pulled 5 squares",category:3},{id:"6e5916d3-246a-4828-b52d-ad5b916738f7",name:"Silver Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Close burst 1",attack:{bonus:24,defence:2},description:"",details:"2d10 + 7 damage, and the target is dazed (save ends).",damage:"2d10 + 7 damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"be3521b9-b83b-4026-aee0-0796a34af85d",name:"Trethrix",details:"",size:2,origin:1,type:2,keywords:"raavasta, shapechanger",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +22; truesight 6",movement:"6",alignment:"Evil",languages:"All",skills:"Bluff +23, Diplomacy +23, Insight +22",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:28},wisdom:{score:23},charisma:{score:25},hp:428,initiative:16,ac:40,fortitude:35,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"cc00d478-023d-464d-851e-f0d9ada0471b",name:"Beguiling Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6 + 5 damage, and the target is blinded (save ends).",damage:"1d6 + 5 damage",category:1},{id:"084b0708-e391-43c8-abd7-4b6d69d042c0",name:"Bind",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when enforce contract is used"},keywords:"Charm, Psychic",condition:"",range:"Ranged sight",attack:null,description:"",details:"no attack roll required; the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends); see also enforce contract.",damage:"the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends)",category:3},{id:"7b923964-d185-46b1-a97b-7f80aa0fce92",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 5d6 + 9 psychic damage, and the target moves its speed away from Trethrix.",damage:"5d6 + 9 psychic damage",category:1},{id:"5e9c6284-1da9-4769-8fda-cffa9af7b466",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Trethrix can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see “Change Shape,” Monster Manual, page 280).",damage:"",category:3},{id:"4b39c015-a156-41b4-b606-361df30ee174",name:"Enforce Contract",action:{action:4,trigger:"when an enemy’s melee or ranged attack targets trethrix",sustainAction:0,use:1,recharge:"recharges when bind is used"},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The attack targets the creature affected by Trethrix’s bind power instead of Trethrix. Using this power ends the bind effect on that creature.",damage:"",category:5},{id:"f60a6524-16d4-45e1-be36-744f4d52485c",name:"Vanish",action:{action:4,trigger:"when an enemy hits trethrix",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Trethrix shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"Trethrix shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-15}],resist:"15 variable (2/encounter, see “Resist”, Monster Manual, page 282)",vulnerable:"",immune:"",tactics:""},{id:"17b25337-a5b2-415b-967e-946bb12ff725",name:"Vlaakith CLVIII/Gith",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:25,role:{type:7,flag:2,leader:!1},senses:"Perception +23",movement:"6 see also Mind over Matter",alignment:"Unaligned",languages:"Common, Deep Speech, Supernal",skills:"Acrobatics +26, Athletics +21, Diplomacy +24, Dungeoneering +23, History +25, Insight +23, Intimidate +24",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:28},intelligence:{score:23},wisdom:{score:22},charisma:{score:25},hp:912,initiative:21,ac:39,fortitude:37,reflex:41,will:42,regeneration:null,auras:[{id:"9ad517f7-8e5b-4e31-949d-a20d3dbfea4d",name:"Forceful Presence",keywords:"",details:"aura 2; a bloodied enemy that starts its turn within the aura is pushed 5 squares."}],powers:[{id:"4ae4e39d-5311-4f82-82f3-9eedeabda797",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 9 damage, and the target is dazed until the end of Vlaakith’s next turn, see Gith’s judgment.",damage:"2d10 + 9 damage",category:1},{id:"0b7e342e-0582-42a5-a763-f99817ebf974",name:"Ancient Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith makes an unarmed strike attack against up to three targets, and can use Time to Die as a free action before each attack. While bloodied, she can attack up to four targets.",damage:"",category:1},{id:"958a5d9b-09d3-484a-b804-8b7306496de0",name:"Shattering Strike",action:{action:7,trigger:"when vlaakith hits a creature with a melee attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target takes a –2 penalty to defenses until the end of the encounter.",damage:"",category:5},{id:"32733db3-bdb5-4715-9c2d-0f8d342fc504",name:"Stunning Impact",action:{action:7,trigger:"when vlaakith hits a creature with a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is stunned until the end of its next turn.",damage:"",category:5},{id:"ef60b27e-acbf-4099-a001-f74e26a20f70",name:"Time to Die",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:27,defence:1},description:"",details:"( +32 vs immobilized targets)The target is pulled 5 squares. This action does not provoke opportunity attacks.",damage:"( +32 vs immobilized targets)The target is pulled 5 squares",category:3},{id:"0eac3fb2-cb82-46f9-8a04-61c63972b3d0",name:"Telekinetic Bind",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creatures are immobilized by this power"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"targets enemies; the target is immobilized (save ends).",damage:"",category:3},{id:"3793f7cf-45b3-4728-804d-d0e9a93f745a",name:"Gith’s Judgement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith deals 3d6 extra damage to immobilized targets.",damage:"vlaakith deals 3d6 extra damage to immobilized targets",category:0},{id:"1091c27c-2577-40c7-9d36-301fe4f305aa",name:"Mind over Matter",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith flies 6 squares.",damage:"Vlaakith flies 6 squares",category:2}],damageModifiers:[{type:8,value:-30}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"44e3513e-e0df-4d67-a96e-9914b8e09ef4",name:"Winterdeath Dracolich",details:"",size:4,origin:4,type:1,keywords:"dragon, undead",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +18, Endurance +22, History +18, Insight +19, Intimidate +18, Religion +18",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:22},intelligence:{score:16},wisdom:{score:19},charisma:{score:17},hp:384,initiative:16,ac:34,fortitude:33,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"92e644bf-2606-4287-9f14-10b15e3d9232",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d6 + 8 damage. Against an immobilized target, this attack deals 3d6 extra cold and necrotic damage.",damage:"3d6 + 8 damage",category:1},{id:"07a6218d-daa7-4d21-94a6-767397976159",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The winterdeath dracolich’s breath weapon recharges and it uses it immediately.",damage:"",category:5},{id:"b2bf7d77-822b-4c8b-a637-b6322202f85d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"close blast 5",attack:{bonus:23,defence:1},description:"",details:"The winterdeath dracolich breathes a blast of icy black necrotic energy; 2d8 + 7 cold and necrotic damage, and the target is immobilized until the end of the dracolich’s next turn. Miss: Half damage. Effect: The target loses any cold or necrotic resistance it has (save ends).",damage:"2d8 + 7 cold and necrotic damage",category:1},{id:"52796086-e755-4263-a8cf-a1e46e780aa1",name:"Unnerving Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:23,defence:3},description:"",details:"the target moves up to its speed away from the winterdeath dracolich by the safest possible route and takes a −2 penalty to all attack rolls until the end of the dracolich’s next turn.",damage:"",category:1},{id:"eb4ebf1b-09cd-4734-8314-25811da8e364",name:"Winterdeath Corona",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Necrotic",condition:"",range:"Close burst 3",attack:{bonus:23,defence:1},description:"",details:"2d8 + 7 necrotic damage, and ongoing 10 cold damage (save ends).",damage:"2d8 + 7 necrotic damage",category:1}],damageModifiers:[{type:2,value:-30},{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"42134d77-30c7-4b6f-84a5-f390cda36ef3",name:"Advanced Iron Cobra",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:99,initiative:8,ac:23,fortitude:23,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"6003474a-8fc4-420b-aa9a-edff67c8b718",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+4 damage",category:1},{id:"c846ad99-e3b1-4ede-b5d0-d2918ad87fd9",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"only affects creatures taking ongoing poison damage; the target is dazed and slowed (save ends both).",damage:"only affects creatures taking ongoing poison damage",category:1},{id:"8eb42768-762d-4971-8add-cb83b72f94af",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An iron cobra can use its poison the mind power against any creature in its guarded area, even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",damage:"even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage",category:0},{id:"fee3f6ff-d03f-49d1-9c1b-0af5277483f1",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4d31ec39-0828-4823-983d-04aa0aa8618f",name:"Agera of the Shadow Face",details:"",size:2,origin:4,type:2,keywords:"devil, undead",level:7,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +12, Athletics +10, Insight +7",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:10},intelligence:{score:19},wisdom:{score:8},charisma:{score:16},hp:316,initiative:6,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"14de14f3-e125-46f2-9a25-dcd5918ab202",name:"Horn Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage plus 1d6 + 4 necrotic damage, and the target is pushed 2 squares.",damage:"1d8+4 damage plus 1d6 + 4 necrotic damage",category:1},{id:"20f24010-9c28-4e28-a099-8913d477c245",name:"Unhinging Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"1d6+4 psychic damage, and the target slides 2 squares and makes a basic attack against an ally within range.",damage:"1d6+4 psychic damage",category:1},{id:"f2bcdb95-0dab-4bc0-a2fa-2502eb9b82cb",name:"Hellish Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Agera makes three basic attacks.",damage:"",category:1},{id:"06f5bed0-c278-44f8-93b0-77d178b64a9f",name:"Grave Wrath",action:{action:4,trigger:"when agera is hit by a creature adjacent to her",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"the target is pushed 3 squares, and is slowed and takes ongoing 10 necrotic damage (save ends both).",damage:"and is slowed and takes ongoing 10 necrotic damage (save ends both)",category:5},{id:"2f476931-279e-49e2-88d5-2ba6da8d3c47",name:"Invocation of Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 2",attack:{bonus:9,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"66f2d014-048e-415a-8ccd-577c0cf3633a",name:"Wrathfire Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Charm, Fire",condition:"",range:"Close blast 5",attack:{bonus:9,defence:2},description:"",details:"targets enemies; 2d6+3 fire damage, and the target slides 2 squares and makes an at-will attack against an ally within range. Miss: Half damage, and the target sides 1 square.",damage:"2d6+3 fire damage",category:1}],damageModifiers:[{type:3,value:-8},{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"aef8d59f-282c-484c-af37-dae20884b0f6",name:"Blood Hawk Sentinel",details:"",size:1,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4",movement:"2 (clumsy), fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:16},intelligence:{score:2},wisdom:{score:13},charisma:{score:7},hp:67,initiative:8,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"54b92f95-c004-4a66-b2c8-806a24ade211",name:"Claw Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+7 damage, and the target takes ongoing 2 damage, or ongoing 5 damage if the blood hawk sentinel is bloodied (save ends).",damage:"1d6+7 damage",category:1},{id:"807327a2-2ffc-4a89-a713-b0879b67c9bc",name:"Flyby Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood hawk sentinel flies 6 squares and makes a claw rake attack at any point during that movement. The blood hawk sentinel does not provoke opportunity attacks when moving away from the target.",damage:"The blood hawk sentinel flies 6 squares and makes a claw rake attack at any point during that movement",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a3da360-be7e-4c43-8260-176f37a573a3",name:"Cave Troll Mangler",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +14",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:170,initiative:10,ac:26,fortitude:28,reflex:24,will:23,regeneration:{value:10,details:""},auras:[],powers:[{id:"e74aa3ec-eea2-4968-9905-175fb4112355",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target is grabbed. A cave troll mangler can grab up to two targets at once.",damage:"2d8+4 damage",category:1},{id:"d45942f8-f839-4316-8e3e-46bdce89becf",name:"Bash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be grabbing a creature",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; targets a creature not grabbed by the cave troll mangler; 3d8+6 damage, and the grabbed creature takes half this damage and is dazed (save ends). When grabbing a creature wearing heavy armor, the cave troll mangler deals +5 damage with this attack, but the grabbed creature is not dazed.",damage:"3d8+6 damage",category:1},{id:"37192344-1ebd-4c09-a9b2-995e6f9dddb5",name:"Smash and Thrash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"must be grabbing a creature",range:"",attack:null,description:"",details:"The cave troll mangler makes a bash attack against each enemy within 2 squares.",damage:"The cave troll mangler makes a bash attack against each enemy within 2 squares",category:1},{id:"b307806f-d07f-4e07-a118-0e0b96febe0a",name:"Hurl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"must be grabbing a creature",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"targets a creature not grabbed by the cave troll mangler; the cave troll mangler throws a creature grabbed by it to a square adjacent to the target, where it lands prone; 3d6+6 damage and the target is knocked prone, and the grabbed creature takes half this damage and is dazed (save ends). When grabbing a creature wearing heavy armor, the cave troll mangler deals +5 damage with this attack, but the grabbed creature is not dazed.",damage:"3d6+6 damage and the target is knocked prone",category:1},{id:"41cbd3af-abfe-4707-8c9b-af85bb1910c6",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the cave troll mangler is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the cave troll mangler while it is at 0 hit points, it is destroyed",damage:"if the cave troll mangler is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the cave troll mangler takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"929facdb-e4fb-426c-bb59-089531caf37a",name:"Comet Tail Eagle",details:"",size:2,origin:1,type:1,keywords:"fire",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"2 (clumsy), fly 10 (hover); see also comet fall",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:2},wisdom:{score:15},charisma:{score:6},hp:94,initiative:6,ac:19,fortitude:20,reflex:19,will:17,regeneration:null,auras:[{id:"f367e0b6-a589-4ed0-b38e-f70891e358c0",name:"Dissipating Heat",keywords:"",details:"(Fire) aura 1; after a comet tail eagle charges, any creature that enters or begins its turn within the aura takes 5 fire damage. The aura lasts until the beginning of the comet tail eagle’s next turn."}],powers:[{id:"a8a40ad6-bec3-47a8-a22c-504cca5e164b",name:"Talon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"25ee696c-b2be-4874-8338-984ba7c533e6",name:"Comet Fall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A comet tail eagle does not provoke opportunity attacks while charging, and after it charges, it can shift 3 squares as a free action.",damage:"it can shift 3 squares as a free action",category:0},{id:"e3a329c7-8293-4ded-95c7-999dfe32a139",name:"Fiery Impact",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"For every square a comet tail eagle moves while charging, it deals 2 extra fire damage on a hit.",damage:"it deals 2 extra fire damage on a hit",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"36c161f5-5caf-4ef4-b989-56d23d5dd1dd",name:"Eladrin Desert Blade",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"leather armor; scimitar",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:1,initiative:6,ac:21,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"de3605d2-a17d-49dc-ae90-c79a1398ae89",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"6 damage (8 damage on a critical hit).",damage:"6 damage (8 damage on a critical hit)",category:1},{id:"ae9cfd47-0657-4537-b4f8-d8b3bd427eb1",name:"Heat Stroke",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A desert blade’s basic attack deals 1 extra point of fire damage for each desert blade adjacent to the target.",damage:"a desert blade’s basic attack deals 1 extra point of fire damage for each desert blade adjacent to the target",category:0},{id:"d25ab66b-cd09-4833-873f-5c1020d1cbf6",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The desert blade can teleport 5 squares.",damage:"The desert blade can teleport 5 squares",category:2}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"abc026cc-37b5-4b2f-a68d-d2b1e5738f0e",name:"Eladrin Dune Sniper",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"6 see also dust form and fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +14, Stealth +14",equipment:"arrows (30); leather armor; longbow; scimitar",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:61,initiative:13,ac:21,fortitude:19,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"b759286a-265e-4450-8a91-12880ca32ed3",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14).",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"ad5a96ce-3c1e-4088-99ff-a125426b60c4",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"f531e213-d971-46b1-bc71-bd89a7bffdb9",name:"Rapid Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eladrin dune sniper makes two longbow attacks.",damage:"",category:1},{id:"0fbaeaae-457d-456d-8e34-aed4b03aabc1",name:"Sniper",action:null,keywords:"",condition:"",range:"When an eladrin dune sniper makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0},{id:"cc35957a-010b-4aa1-8036-a234ac2ddc54",name:"Dust Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The eladrin dune sniper becomes insubstantial and gains a fly speed of 8 (hover). It can enter and move through a porous obstacle that would otherwise prevent movement (such as a door or cracked window). Sustain Standard: The effect persists.",damage:"The eladrin dune sniper becomes insubstantial and gains a fly speed of 8 (hover)",category:1},{id:"cd1aa05a-fb34-43aa-a5f8-990a2037d6e8",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin dune sniper can teleport 5 squares.",damage:"The eladrin dune sniper can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7a23d78-db29-46f4-94bd-6b77e7a74818",name:"Eladrin Mamluk",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6 see also dance of the desert blades and fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +12, Endurance +9",equipment:"chainmail; scimitar",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:77,initiative:11,ac:23,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"5caf4c9e-db84-4f61-8c31-2e9ab36372aa",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14), and the target is marked until the end of the eladrin mamluk’s next turn.",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"9e6363fa-3c2d-4e4e-b13b-f75db5effc2f",name:"Dance of the Desert Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets one or two creatures; the eladrin mamluk makes a scimitar attack and can then shift 1 square.",damage:"the eladrin mamluk makes a scimitar attack and can then shift 1 square",category:1},{id:"cd04fdf0-f351-4de6-a039-3afdab7f7844",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin mamluk can teleport 5 squares.",damage:"The eladrin mamluk can teleport 5 squares",category:2},{id:"a135620d-0cb6-4d87-8876-85a5d9f5c208",name:"Tower of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The eladrin mamluk absorbs the sand underfoot to fuel a magical growth spurt; the eladrin mamluk becomes Large, occupying 4 squares instead of 1. Creatures and objects in the squares that the eladrin mamluk comes to occupy are pushed 1 square. The eladrin mamluk’s reach becomes 2 and it gains a +5 bonus to damage rolls. The eladrin mamluk can revert to its normal form as a free action.",damage:"the eladrin mamluk’s reach becomes 2 and it gains a +5 bonus to damage rolls",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b779946-5da2-4399-aa83-9e373ade7aeb",name:"Emrett Mazrid",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6, teleport 3 see also scorpion strike and unseelie stride",alignment:"Chaotic Evil",languages:"Abyssal, Common, Elven, Giant, Primordial",skills:"Arcana +14, Bluff +14, Diplomacy +11, History +14, Insight +7, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:13},intelligence:{score:18},wisdom:{score:11},charisma:{score:18},hp:204,initiative:8,ac:24,fortitude:20,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"94954d7d-a8e1-4606-bee1-bd33b2721bf3",name:"Venomous Jambiya",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+3 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1d4+3 damage",category:1},{id:"ef42688c-c2e6-4843-807f-176c0fe9ed59",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"d22c922b-baf3-479d-8c14-2e25a53f55d5",name:"Scorpion Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Emrett can make two venomous jambiya attacks, or one venomous jambiya attack and one eldritch blast attack. Emrett can shift one square after each attack.",damage:"",category:1},{id:"4458fd62-8353-41f5-9ed2-c1d36dbb3d80",name:"Malignant Whispers",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"targets enemies, deafened creatures are immune; the target takes 3d6 + 4 psychic damage and makes a basic attack against its nearest ally as a free action.",damage:"the target takes 3d6 + 4 psychic damage and makes a basic attack against its nearest ally as a free action",category:1},{id:"f346e26a-8fb8-493d-9211-05e9dcf464d8",name:"Cruel Splendor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Necrotic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"Emrett pulls the target 2 squares, and the target is dazed and cannot attack Emrett (save ends both); Emrett then teleports 3 squares. Aftereffect: 3d8 + 5 necrotic damage, and the target is blinded until the end of its next turn. Miss: The target is dazed (save ends).",damage:"3d8 + 5 necrotic damage",category:1},{id:"a4c63759-473a-4042-abf2-8865f2b2ca2d",name:"Master’s Favor",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Emrett can reroll an attack roll, skill check, ability check, or saving throw, using the higher of the two results.",damage:"",category:4},{id:"d2970849-e3ea-4ca6-8132-b3a0ac7f98de",name:"Unseelie Stride",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:"recharges when emrett is first bloodied or when an enemy drops to 0 hit points"},keywords:"Teleportation",condition:"triggers when emrett is hit by a melee or close attack",range:"",attack:null,description:"",details:"Emrett teleports 5 squares and gains concealment until the end of her next turn.",damage:"Emrett teleports 5 squares and gains concealment until the end of her next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aced5f59-5eaf-445b-b75d-ca1ab994b6d7",name:"Fang Golem",details:"",size:3,origin:2,type:0,keywords:"construct",level:9,role:{type:0,flag:1,leader:!1},senses:"Perception +3; darkvision",movement:"6 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:156,initiative:9,ac:21,fortitude:21,reflex:23,will:19,regeneration:null,auras:[],powers:[{id:"5694079b-f723-43fc-92d0-0d733371f23d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"e02e438e-d1a9-4080-ac39-f714cc9a5ee7",name:"Spike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10/20",attack:{bonus:16,defence:0},description:"",details:"1d4+4 damage, and ongoing 5 damage (save ends).",damage:"1d4+4 damage",category:1},{id:"cef1eb24-6586-4ad9-be87-ba44c9778807",name:"Spike Volley",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fang golem makes two spike attacks. If both spikes hit the same target, that target takes ongoing 10 damage (save ends) and is also restrained until the end of its next turn.",damage:"that target takes ongoing 10 damage (save ends) and is also restrained until the end of its next turn",category:1},{id:"25dde97a-2a80-4894-a973-d41d9e2d652a",name:"Death Burst",action:null,keywords:"",condition:"when the fang golem drops to 0 hit points",range:"The fang golem explodes in a burst of jagged shards. Close burst 1",attack:{bonus:12,defence:2},description:"",details:"4d6+4 damage. Miss: half damage.",damage:"4d6+4 damage",category:0},{id:"8201900b-a988-4cdd-903e-5c5ca531c4a1",name:"Barrage of Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 12",attack:{bonus:12,defence:2},description:"",details:"4d6 + 4 damage. Miss: Half damage.",damage:"4d6 + 4 damage",category:1},{id:"de3ba2ff-bbe3-4b4e-adfd-f31d1c61ffc5",name:"Verdant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, any enemy damaged by a fang golem suffers a –2 penalty to saving throws made to end ongoing damage or effects caused by the powers of a creature with the fey origin.",damage:"any enemy damaged by a fang golem suffers a –2 penalty to saving throws made to end ongoing damage or effects caused by the powers of a creature with the fey origin",category:0}],damageModifiers:[{type:10,value:5}],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"c82ab652-3774-4759-91c8-78a617185d85",name:"Fanged Troll",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:15},intelligence:{score:9},wisdom:{score:10},charisma:{score:8},hp:109,initiative:9,ac:26,fortitude:24,reflex:20,will:18,regeneration:{value:10,details:""},auras:[],powers:[{id:"e86db76c-2831-49b7-86aa-846a3be11d52",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the target is grabbed.",damage:"2d8+4 damage",category:1},{id:"5c5858e0-8b2b-48ac-9d6c-772813d82008",name:"Gnaw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only against a grabbed target",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage and ongoing 5 damage (save ends).",damage:"2d8+4 damage and ongoing 5 damage (save ends)",category:1},{id:"ce2eea28-1734-4c11-84a5-219f1d7cea34",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fanged troll can make opportunity attacks against all enemies within its reach (2 squares)",damage:"",category:0},{id:"36287c05-e6cd-47b5-ac46-97882e57853e",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the fanged troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the fanged troll while it is at 0 hit points, it is destroyed.",damage:"if the fanged troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the fanged troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"a94dbd88-4edd-4ad7-bc90-c57e025ee342",name:"Flamespiker Tongue",details:"",size:2,origin:1,type:1,keywords:"air, earth, fire",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"7",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:15},intelligence:{score:6},wisdom:{score:15},charisma:{score:8},hp:1,initiative:4,ac:21,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"9479db98-1290-4d75-bb14-62a518b798d9",name:"Spike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 6 fire damage.",damage:"6 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"f3be4efa-d172-43a6-9553-99428fb9c05c",name:"Fungal Bloodthorn",details:"",size:3,origin:4,type:1,keywords:"aquatic, plant",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +3; blindsight 10",movement:"5 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:10},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:41,initiative:3,ac:18,fortitude:15,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"41960a53-6d8c-4e6f-9eb8-2a890b8a856a",name:"Striking Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"76b2240d-69ed-4229-9e7b-f4fd67cb9c30",name:"Impaling Thorn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the fungal bloodthorn doesn’t have a creature grabbed"},keywords:"Healing",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"The vine impales the target’s flesh with a thorn: Reach 2; 1d8+4 damage, and the target is grabbed. Sustain Standard: The bloodthorn sustains the grab, the target takes 2d8 + 4 damage, and the vine regains 5 hit points.",damage:"1d8+4 damage",category:1},{id:"bd0afa40-f0a0-40db-84cd-899818b434e9",name:"Pulling Thorns",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodthorn shifts 1 square, pulling any creature grabbed by it into a space adjacent to it.",damage:"The bloodthorn shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f138a21b-73e7-482b-9da6-2d4bf0765016",name:"Hazar",details:"",size:3,origin:2,type:1,keywords:"sphinx",level:10,role:{type:3,flag:2,leader:!1},senses:"Perception +14; low-light vision",movement:"6, fly 8, overland flight 10",alignment:"Evil",languages:"Common, Elven, Draconic, Supernal, Hazar can also communicate with any bird or birdlike creature.",skills:"Arcana +15, Diplomacy +14, Nature +15",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:21},wisdom:{score:18},charisma:{score:19},hp:424,initiative:7,ac:24,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"2cdca846-8fed-47af-80af-259a1dd7457b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"b132a1e3-08fa-45f1-adf6-b6fa6efe5b6e",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Hazar can make two claw attacks. If both attacks hit the same target, it is knocked prone. Special: When charging, Hazar can use this power in place of a melee basic attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"b6e1e756-6c98-4e2d-a7fd-1cad08cfdebe",name:"Buffeting Wings",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"triggers when two or more enemies flank hazar",range:"",attack:{bonus:15,defence:0},description:"",details:"(targets enemies flanking Hazar)1d6+4 damage and the target is pushed 2 squares.",damage:"(targets enemies flanking hazar)1d6+4 damage and the target is pushed 2 squares",category:5},{id:"92f9a5bc-adb1-448c-a7d5-3e904bd8b837",name:"Desert Storm Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Area burst 1 within 12",attack:{bonus:12,defence:2},description:"",details:"1d8+6 lightning and thunder damage, and Hazar can slide each target 1 square.",damage:"1d8+6 lightning and thunder damage",category:1},{id:"49f65199-3b94-4bae-b5f4-190a9959cb9a",name:"Flensing Haboob",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Hazar creates a violent, magical sandstorm. Area burst 2 within 12",attack:{bonus:12,defence:1},description:"",details:"2d8+5 damage and the target is knocked prone and blinded (save ends). Creatures within the haboob gain concealment, but it also limits their line of sight to adjacent squares. Miss: Half damage. Sustain: Hazar sustains the haboob and can move it up to six squares by spending a move action; any creature that enters the haboob’s space or starts its turn within it is subject to another attack.",damage:"2d8+5 damage and the target is knocked prone and blinded (save ends)",category:1},{id:"b363e6c6-f84b-4d1b-b506-3d4a15954735",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Hazar spends a healing surge and regains 106 hit points. She also gains a +2 bonus to all defenses until the start of her next turn.",damage:"Hazar spends a healing surge and regains 106 hit points",category:1},{id:"592cf24e-09e6-4e30-ab5a-c57a124c61fa",name:"Summon Songbird Swarm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the first two songbird swarms are reduced to 0 or fewer hit points"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Hazar summons a pair of songbird swarms. The summoned swarms appear within 3 squares of Hazar and act immediately after her in the initiative order. They remain until they are killed, dismissed by Hazar (as a free action), or the encounter ends. Hazar can end her movement in a square occupied by a songbird swarm; she gains concealment when occupying a square containing a bird swarm.",damage:"The summoned swarms appear within 3 squares of Hazar and act immediately after her in the initiative order",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"469f6c1d-1a1f-49cd-a888-52191a1c6bf7",name:"Kenku Inciter",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Intimidate +10",equipment:"leather armor; sling; spiked chain",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:54,initiative:8,ac:20,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"7005fdee-00b1-4c74-a1c4-6b0739fdc3c1",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is marked until the end of the kenku inciter’s next turn.",damage:"2d4+5 damage",category:1},{id:"8558f318-f73f-4b8a-b551-eb827842d4c4",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"de45e1b5-9ddb-43a0-bd99-b7f292e9da4b",name:"Chain Slide",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; targets an enemy marked by the kenku; 2d4+5 damage, and the target slides 3 squares.",damage:"2d4+5 damage",category:1},{id:"b1f9ba8c-8fdd-4b08-ba7b-ebbba9976fa8",name:"Flock Reaction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets kenkus; the target shifts 1 square as a free action.",damage:"the target shifts 1 square as a free action",category:1},{id:"3c2a378e-8a50-4e26-91ea-078b0df88325",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku inciter gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku inciter gains a +3 bonus instead of +2 while flanking",category:0},{id:"e3530d0f-1495-4151-ae85-058f784575d7",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku inciter can mimic sounds and voices. A successful Insight check opposed by the inciter’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f46df5b2-0183-4daf-b490-c6c5f9ceabe6",name:"Kenku Tribal",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9",equipment:"javelin; leather armor; spear",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:1,initiative:6,ac:17,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"00b60101-03b8-498d-bc66-1f95dbc2c3a0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"90fb1f10-19e9-4e7c-9699-90a5934c5126",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"ec5e0236-bcf0-4234-b96e-298bf89c7460",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku tribal gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku tribal gains a +3 bonus instead of +2 while flanking",category:0},{id:"98bbb097-3df0-4da2-a95b-e8a7eb07e9e1",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku tribal can mimic sounds and voices. A successful Insight check opposed by the tribal’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ea3db84-9c8a-4fa9-9eda-082682eef1c6",name:"Najid",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:7,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +15, Endurance +13, Nature +13",equipment:"chainmail; scimitar",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:17},intelligence:{score:14},wisdom:{score:18},charisma:{score:14},hp:180,initiative:9,ac:24,fortitude:22,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"1bd838ba-e1b3-408d-a5ab-d82b2aaefdb3",name:"Lance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while mounted",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0ac8bd51-8eda-4220-b5b9-dc48b0b34480",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+7 damage (crit 2d8+15).",damage:"1d8+7 damage (crit 2d8+15)",category:1},{id:"3bd21175-e2c8-4047-931d-2c1b3d374885",name:"Dismounted Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while dismounted",range:"",attack:null,description:"",details:"Najid makes two scimitar attacks, which score critical hits on a natural roll of 19–20.",damage:"",category:1},{id:"14e02c18-d4c6-44ee-b543-a0cfe56d92d7",name:"Relentless Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while mounted and charging",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage and the target is pushed 1 square and knocked prone.",damage:"2d6+5 damage and the target is pushed 1 square and knocked prone",category:1},{id:"f6744cc8-2f0e-4234-8e2c-cfb3e02a115d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Najid can teleport 5 squares. If mounted, Najid can also teleport his mount.",damage:"Najid can teleport 5 squares",category:2},{id:"bc2d1c18-1107-4c3a-9732-b594faa63e8b",name:"Mounted Combat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While Najid rides a creature, he gains access to any special mount abilities it confers to its rider, plus the creature can also make Athletics, Acrobatics, Endurance, and Stealth checks using Najid’s base skill check bonus rather its own if Najid’s is higher.",damage:"",category:0},{id:"1bfcb3d4-7eb9-4209-bd57-c6c4c0b7d620",name:"Tower of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"unusable while mounted",range:"",attack:null,description:"",details:"Najid absorbs the sand underfoot to fuel a magical growth spurt; Najid becomes Large, occupying 4 squares instead of 1. Creatures and objects in the squares that Najid comes to occupy are pushed 1 square. Najid’s reach becomes 2 and he gains a +5 bonus to damage rolls. Najid can revert to its normal form as a free action.",damage:"najid’s reach becomes 2 and he gains a +5 bonus to damage rolls",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f896cfcf-c196-4cd5-b12a-a4772a2eec05",name:"Najid’s War Camel",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"",skills:"Endurance +11",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:78,initiative:4,ac:17,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"70bd7c9a-a54a-420b-a142-cb778f34b2f7",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"2cd67dba-9614-4698-9589-b719b5d50591",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"The war camel can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the war camel must end its movement in an unoccupied space. When it enters an enemy’s space, the war camel makes a trample attack; 1d6+7 damage, and the target is knocked prone.",damage:"1d6+7 damage",category:1},{id:"e9f9ae38-e243-4962-8d8b-f3aeabab19c4",name:"Charger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"The war camel grants its rider a +5 bonus to damage rolls on charge attacks.",damage:"the war camel grants its rider a +5 bonus to damage rolls on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"609f6b4e-07e7-4a79-aad3-503daa5f3723",name:"Saqr",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +14, Endurance +13, Intimidate +11",equipment:"falchion",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:236,initiative:7,ac:21,fortitude:23,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"6f68bebc-8886-4951-88ee-8d48bc854357",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+9 damage (crit 4d4 + 17 damage).",damage:"2d4+9 damage (crit 4d4 + 17 damage)",category:1},{id:"8132d7eb-55f5-44d8-b5bc-f2664d074fa9",name:"A Lover’s Retribution",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"triggers when taalah is targeted by an attack",range:"",attack:null,description:"",details:"Saqr charges the enemy that targeted Taalah and makes a falchion attack. On a hit, the target takes an additional 1d10 damage and is marked by Saqr until the end of his next turn.",damage:"the target takes an additional 1d10 damage and is marked by saqr until the end of his next turn",category:5},{id:"435bbb29-9b9a-409e-9f0d-974a303bd58b",name:"Bereaved Frenzy",action:null,keywords:"",condition:"usable when taalah drops to 0 or fewer hit points",range:"",attack:null,description:"",details:"Saqr gains a +2 bonus to his attack rolls and deals an extra 5 damage on a hit. However, he also takes a –2 penalty to all his defenses and gains vulnerable 5 to all attacks.",damage:"saqr gains a +2 bonus to his attack rolls and deals an extra 5 damage on a hit",category:0},{id:"cb1d3867-080b-4fa0-bd0b-196146dedbc4",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Saqr can teleport 5 squares.",damage:"Saqr can teleport 5 squares",category:2},{id:"7db5a366-ed3a-415b-9542-5adebdc4e6af",name:"Tower of Sand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Saqr absorbs the sand underfoot to fuel a magical growth spurt; Saqr becomes Large, occupying 4 squares instead of 1. Creatures and objects in the squares that Saqr comes to occupy are pushed 1 square. Saqr’s reach becomes 2 and he gains a +5 bonus to damage rolls. Saqr can revert to his normal form as a free action.",damage:"saqr’s reach becomes 2 and he gains a +5 bonus to damage rolls",category:1},{id:"aafd1ef6-c42a-4e46-b06d-3c575bec5f39",name:"Threatening Reach",action:null,keywords:"",condition:"usable when large-sized",range:"",attack:null,description:"",details:"Saqr can make opportunity attacks against all enemies within his reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"b38a81cc-0f61-44b2-8f91-2870548257e6",name:"Shade of Fallen Heroes",details:"",size:2,origin:5,type:2,keywords:"undead",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:14},hp:1,initiative:8,ac:24,fortitude:22,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"6ed1a018-d541-49ca-ba69-a333266e2313",name:"Shade Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"8 necrotic damage.",damage:"8 necrotic damage",category:1},{id:"e1031ba0-5751-4779-ae78-64bdbb6b7154",name:"Shadow Lash",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"8 necrotic damage.",damage:"8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9a38c47e-5264-4918-92bd-f260c33fe11f",name:"Songbird Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"2, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:19},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:68,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[{id:"9479c087-1114-4169-9177-bb02fb18e4fa",name:"Swarm Attack",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"17a2aeb3-d51f-4c9f-af9c-d943991dc43f",name:"Blinding Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage, and the target is blinded (save ends).",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"7b4f457e-8052-434f-8ecb-40f4d55fe7c4",name:"Taalah",details:"",size:2,origin:2,type:2,keywords:"plant; dryad",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"8 (forest walk)",alignment:"Chaotic Evil",languages:"Elven",skills:"Bluff +10, Insight +12, Stealth +12",equipment:"",category:"",strength:{score:19},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:92,initiative:9,ac:23,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"a9674314-215f-48bc-9047-4c3c028ef64f",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage, or 1d8 + 9 damage if the target is the only enemy adjacent to the dryad.",damage:"1d8+4 damage",category:1},{id:"301f1f93-f209-4bb5-a538-65287b4785a4",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dryad can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. An Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"d7f92020-97e1-4afa-add7-e20d0118299c",name:"Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree, treant, or a plant of Large size or bigger.",damage:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68ab3f2c-2f05-41e7-9a07-1f5bc2d23e0a",name:"Tangler Snake Swarm",details:"",size:3,origin:4,type:1,keywords:"reptile, swarm",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6, climb 4, swim 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:21},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:117,initiative:9,ac:21,fortitude:21,reflex:23,will:19,regeneration:null,auras:[{id:"ad6a6264-0dd1-461f-8ae9-8900a95eede1",name:"Tangling Serpents",keywords:"",details:"aura 1; an enemy that starts its turn in the aura cannot shift on its turn, and an enemy that starts its turn in the snake swarm’s space takes 5 damage."}],powers:[{id:"f48334d5-9853-41e5-94d8-dc1df69b89f3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+6 damage, and the tangler snake swarm shifts 1 square into the target’s space.",damage:"1d8+6 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"90c7997c-2456-4fea-ae11-68c7304e6051",name:"Thurraya",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6 see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +12, Endurance +11",equipment:"leather armor; scimitar",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:20},hp:134,initiative:8,ac:20,fortitude:18,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"8564c824-c14a-4421-96e3-92079e9b5666",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+7 damage (crit 1d8+15).",damage:"1d8+7 damage (crit 1d8+15)",category:1},{id:"bd67d50e-ebd3-453f-887d-a2110c76c096",name:"Force Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d4+7 force damage.",damage:"2d4+7 force damage",category:1},{id:"e6ae444a-4c03-4d8e-b9a5-c0108ef4441c",name:"Whirling Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a scimitar",range:"Ranged 10",attack:{bonus:15,defence:0},description:"",details:"1d8+7 damage (crit 2d8+15). Aftereffect: Thurraya’s scimitar immediately returns to her hand.",damage:"1d8+7 damage (crit 2d8+15)",category:1},{id:"c24faa4c-5754-4886-b975-cf8590aad570",name:"Ricocheting Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Thurraya makes a whirling blade attack. Effect: If Thurraya hits with her first attack, she immediately makes a second whirling blade attack against the nearest enemy within range other than the first target.",damage:"",category:1},{id:"ad66dee9-6c52-43ea-bb8f-cfe23670a419",name:"Scorching Scimitar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"requires a scimitar",range:"Area burst 1 within 10",attack:{bonus:11,defence:2},description:"",details:"2d10+7 fire damage. Aftereffect: Thurraya’s scimitar immediately reforms in her hand.",damage:"2d10+7 fire damage",category:1},{id:"d98ef4d1-bc94-4416-9c14-03072011defa",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Thurraya can teleport 5 squares.",damage:"Thurraya can teleport 5 squares",category:2},{id:"aa68ccb8-0256-480a-b86d-5bb81fb825b6",name:"Mirage",action:null,keywords:"Illusion",condition:"not usable while bloodied",range:"Thurraya has concealment against all melee and ranged attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd83b458-ea80-420d-9bb5-de5a66e1c1fc",name:"Tornak",details:"",size:3,origin:4,type:2,keywords:"troll",level:14,role:{type:6,flag:1,leader:!0},senses:"Perception +15",movement:"7",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:15},wisdom:{score:16},charisma:{score:14},hp:260,initiative:12,ac:28,fortitude:28,reflex:22,will:24,regeneration:{value:10,details:""},auras:[],powers:[{id:"07191768-2a23-437f-bcb0-e76db5c86fcf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"4d136530-e71b-43d2-a36d-da915e8f99a9",name:"Necrotic Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"2d8+5 necrotic damage.",damage:"2d8+5 necrotic damage",category:1},{id:"a4ac9d09-68c3-4255-a8d0-744bcdecdf77",name:"Wrath of the Troll King",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tornak makes two claw attacks.",damage:"",category:1},{id:"25b26976-7266-41a8-9b10-29660b5424e2",name:"Shadowed Host",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when tornak rolls initiative or is first bloodied",range:"Close burst 10",attack:null,description:"",details:"Tornak calls four shades of fallen heroes from the crown. Each appears in one square within the burst. They enter the initiative order immediately after Tornak and can act normally in the round they appear. If a shade of fallen heroes ends its turn more than 20 squares from Tornak, it is destroyed.",damage:"If a shade of fallen heroes ends its turn more than 20 squares from Tornak",category:1},{id:"1ea2fa68-03b7-4252-820b-751636ef6cff",name:"Summon Shade",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires fewer than four shades of fallen heroes within 20 squares of tornak",range:"Close burst 10",attack:null,description:"",details:"Tornak calls a shade of fallen heroes from the crown into one square within the burst. Tornak cannot summon more than four shades at one time, between this power and shadowed host. The shade enters the initiative order immediately after Tornak and can act normally in the round it appears. If the shade of fallen heroes ends its turn more than 20 squares from Tornak, it is destroyed.",damage:"If the shade of fallen heroes ends its turn more than 20 squares from Tornak",category:3},{id:"9a8fc36f-8a85-4fa9-bf07-c240335cee28",name:"Crown of Shades",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Tornak swaps places with a shade of fallen heroes within 10 squares of him.",damage:"Tornak swaps places with a shade of fallen heroes within 10 squares of him",category:2},{id:"dc0ef92e-d000-463d-a1f0-63e0db7be5d1",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If Tornak is reduced to 0 hit points by an attack that does not deal acid or fire damage, he falls prone and remains at 0 hit points until the start of his next turn, when he regains 10 hit points. If an attack deals acid or fire damage to Tornak while he is at 0 hit points, he is destroyed.",damage:"if tornak is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if Tornak takes acid or fire damage, his regeneration does not function until the end of his next turn)",immune:"",tactics:""},{id:"2253fd65-608a-4fc6-8f32-efbbd5eb3273",name:"Troll Bloodchanter",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +12",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +15, Endurance +14",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:16},intelligence:{score:16},wisdom:{score:12},charisma:{score:10},hp:126,initiative:9,ac:26,fortitude:24,reflex:21,will:19,regeneration:{value:10,details:""},auras:[],powers:[{id:"7b483682-cc1b-4f18-b18c-64e01771b43c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+7 damage, and the bloodchanter pushes the target 1 square.",damage:"2d6+7 damage",category:1},{id:"cfd7ea71-127d-4e77-8e80-9725998c1afe",name:"Hex of the Blood Scent",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"1d6+5 damage, and ongoing 5 necrotic damage (save ends). When the target takes ongoing damage from this power, each ally within 3 squares of the target can shift 1 square closer to the target as a free action.",damage:"1d6+5 damage",category:1},{id:"8456fee8-56d8-41c4-a30d-5afec79f8ff3",name:"Chant of Exsanguination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Implement",condition:"",range:"Close burst 5",attack:{bonus:16,defence:1},description:"",details:"targets enemies; ongoing 10 damage and the target is dazed (save ends). Each Failed Save: One ally within 5 squares of the target regains 10 hit points.",damage:"ongoing 10 damage and the target is dazed (save ends)",category:1},{id:"9e02cc41-facc-438a-a2ec-8bd838937f5c",name:"Quickened Blood",action:{action:4,trigger:"when an ally within 10 squares of the bloodchanter regains hit points from troll healing",sustainAction:0,use:1,recharge:""},keywords:"Healing, Implement",condition:"",range:"Close burst 10",attack:null,description:"",details:"the triggering ally regains 20 hit points.",damage:"the triggering ally regains 20 hit points",category:5},{id:"31f18fa1-5e91-462c-aafd-584b362da9f6",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll bloodchanter is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the bloodchanter while it is at 0 hit points, it is destroyed.",damage:"if the troll bloodchanter is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll bloodchanter takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"cbc3ff6a-4180-4afa-90b5-3a8e93d72dc7",name:"Troll Runt",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +8",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:1,initiative:9,ac:24,fortitude:25,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"8421dba6-b9ee-455f-a31f-9770e3912df5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"10 damage.",damage:"10 damage",category:1},{id:"72b9b8c0-1eec-4850-bffc-2821fe25170f",name:"Troll Runt Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll runt is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 1 hit point. If an attack deals acid or fire damage to the troll runt while it is at 0 hit points, it is destroyed.",damage:"if the troll runt is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dbfbe00d-dec9-4dab-b970-5edf2f67db90",name:"Voor",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"5",alignment:"Good",languages:"Common, Draconic, Elven",skills:"Arcana +12, Diplomacy +10, History +12, Insight +10, Nature +11",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:12},intelligence:{score:19},wisdom:{score:17},charisma:{score:15},hp:1,initiative:4,ac:21,fortitude:17,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"1b399923-3523-40b4-ae83-8a2ccb6decc7",name:"Arcane Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"4 force damage.",damage:"4 force damage",category:1},{id:"9c886730-b6af-4be5-9d26-941c42ca997d",name:"Charm Person",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"the target is dominated (save ends). Voor cannot make a dominated target attack another creature.",damage:"",category:1},{id:"853fa19f-7b78-4212-8cca-2a5234252053",name:"Feyblooded Prescience",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Voor can roll a saving throw to avoid damage from the attack. If he succeeds, he can teleport 2 squares.",damage:"voor can roll a saving throw to avoid damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da2d45d5-7644-4d36-b995-aca80284a929",name:"Aboleth Behemoth",details:"",size:4,origin:0,type:1,keywords:"aquatic",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"5, fly 7, swim 8",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +11, Dungeoneering +18, Insight +18",equipment:"",category:"",strength:{score:28},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:18},charisma:{score:8},hp:362,initiative:15,ac:35,fortitude:35,reflex:30,will:30,regeneration:null,auras:[{id:"8e7473ed-89a7-439f-a407-ee55290987d6",name:"Mucus Haze",keywords:"",details:"aura 5; any enemy treats the area within the aura as difficult terrain. While the aboleth is bloodied, enemies within the aura take a –2 penalty to saving throws against dazed and dominated effects."}],powers:[{id:"14d55155-e688-4435-a4e3-c9bbaeda32af",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d10+6 damage, and the target is grabbed and dazed (save ends).",damage:"2d10+6 damage",category:1},{id:"063083b4-dedb-4e83-af5d-bd376757d34d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aboleth behemoth makes two tentacle attacks, each against different targets.",damage:"",category:1},{id:"62142336-4ab4-4937-ad5e-d25ab3a22e6a",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The aboleth behemoth makes three tentacle attacks, each against different targets.",damage:"",category:1},{id:"d438c4e8-0c78-4233-b581-a6f0192b3a3c",name:"Whipping Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:22,defence:2},description:"",details:"targets enemies in burst; 2d8+8 damage, and the aboleth behemoth slides the target 3 squares.",damage:"2d8+8 damage",category:1},{id:"6a2f9e64-018b-4cda-b2b1-a5d64131579d",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals ongoing 10 psychic damage to the target (save ends).",damage:"the triggering attack deals ongoing 10 psychic damage to the target (save ends)",category:5},{id:"a8299ddc-13d0-4208-96e9-ddeb0714d965",name:"Persistent Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aboleth behemoth can sustain a grab on all creatures it is currently grabbing with a single minor action.",damage:"",category:0},{id:"502cc633-3192-4495-a06e-8176e145f79f",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aboleth behemoth can make opportunity attacks against any enemy within 3 squares of it.",damage:"An aboleth behemoth can make opportunity attacks against any enemy within 3 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cab7636d-3749-4f4f-92e6-bddbe58610e2",name:"Aboleth Hatchling",details:"",size:1,origin:0,type:1,keywords:"aquatic",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +8; darkvision",movement:"8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:25},intelligence:{score:15},wisdom:{score:10},charisma:{score:11},hp:1,initiative:17,ac:30,fortitude:28,reflex:29,will:26,regeneration:null,auras:[{id:"fb9b6901-46b0-456f-a00a-d893a45bb53e",name:"Disorienting Haze",keywords:"",details:"aura 1; any enemy within the aura takes a –2 penalty to saving throws against daze and dominate effects. This aura’s penalty is cumulative with the penalties imposed by the aura of other aboleth hatchlings."}],powers:[{id:"fdbeec61-8e35-4f33-b962-b3fc0b48cbfc",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage (12 damage against a dazed or dominated target).",damage:"8 damage (12 damage against a dazed or dominated target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6974d347-4263-46c3-99be-49c451dcfc15",name:"Aboleth Master",details:"",size:3,origin:0,type:1,keywords:"aquatic",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"5, fly 8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +22, Dungeoneering +23, Insight +23",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:13},intelligence:{score:22},wisdom:{score:25},charisma:{score:26},hp:418,initiative:12,ac:38,fortitude:39,reflex:33,will:36,regeneration:null,auras:[{id:"bfc92e6f-f2c7-4ee7-8292-6a9bc7b30f2a",name:"Mindbending Mucus",keywords:"",details:"aura 5; any enemy within the aura takes a –2 penalty to Will against charm attacks and psychic attacks."}],powers:[{id:"d167d4e2-80be-4579-81bb-85b04e8c112d",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the target is dazed (save ends).",damage:"2d8+10 damage",category:1},{id:"fd54400f-c16a-4986-b18e-ff41e83b609a",name:"Body Puppet",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:1},description:"",details:"1d10+4 psychic damage, and the aboleth slides the target 5 squares.",damage:"1d10+4 psychic damage",category:1},{id:"27de6daa-664e-4ab2-9080-7305633bf68a",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"targets a dazed creature; the target is dominated (save ends). An aboleth master can dominate only 1 creature at a time.",damage:"An aboleth master can dominate only 1 creature at a time",category:1},{id:"db2018ef-edb3-4e33-b433-231a031c1833",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"targets a dominated creature; 5d8+7 psychic damage. A target reduced to 0 hit points or fewer by this attack doesn’t die but becomes enslaved in preparation for the Aboleth Servitor ritual. Enslaved targets are dominated, and only the death of the master can end this domination. Once a creature is enslaved, an aboleth master is free to dominate other creatures.",damage:"5d8+7 psychic damage",category:1},{id:"b60a983e-9c94-438b-ad69-1e10170863d4",name:"Mind Snap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"1d10+4 psychic damage, and the target is dazed (save ends).",damage:"1d10+4 psychic damage",category:3},{id:"c294f54a-0424-485c-8226-69da92572002",name:"Command Thrall",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The aboleth master commands a dominated target to use any power it knows on its turn, not just at-will powers.",damage:"",category:3},{id:"0a32d8b0-a351-4fcb-8a93-65bc9722a359",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals ongoing 10 psychic damage to the target (save ends).",damage:"the triggering attack deals ongoing 10 psychic damage to the target (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"470459df-91a9-4eae-bbbf-9c4cf01f7185",name:"Aboleth Perceptor",details:"",size:3,origin:0,type:1,keywords:"aquatic",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +15; truesight 10",movement:"5, fly 8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +16, Dungeoneering +15, Insight +15",equipment:"",category:"",strength:{score:19},constitution:{score:24},dexterity:{score:20},intelligence:{score:17},wisdom:{score:15},charisma:{score:17},hp:168,initiative:15,ac:33,fortitude:30,reflex:30,will:26,regeneration:null,auras:[{id:"4602282d-9ed8-4a8c-a40d-3dd95eb10dda",name:"Mucus of Detection",keywords:"",details:"aura 5; the aboleth ignores concealment, total concealment, and cover when attacking any creature within its aura."}],powers:[{id:"938e43c5-aba9-4e46-91fc-08159dd08a2b",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and the target is pulled 3 squares and marked by the perceptor until the end of the perceptor’s next turn.",damage:"2d8+7 damage",category:1},{id:"9bbb80b7-0da9-4ad9-b1b8-a82a016ee9cc",name:"Eye of Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target is dazed and marked (save ends both). Any enemy adjacent to the target takes half damage and is marked (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"b2cd97c6-cac5-41d2-904c-ffe0b7e92a34",name:"Punishing Madness",action:{action:5,trigger:"when an enemy marked by the perceptor makes an attack that does not include the perceptor",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target gains vulnerable 10 psychic (save ends).",damage:"2d8+7 psychic damage",category:5},{id:"98c5669e-1da2-4f95-9097-3f54abad6473",name:"Slime Path",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The perceptor shifts 5 squares to a space adjacent to a creature it has marked. The target grants combat advantage to the perceptor until the end of the perceptor’s turn.",damage:"The perceptor shifts 5 squares to a space adjacent to a creature it has marked",category:2},{id:"6aa0b415-bfd3-452e-a69e-676e8412e599",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 2d8 extra psychic damage to the target.",damage:"the triggering attack deals 2d8 extra psychic damage to the target",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7e8b947-fd84-4973-a56e-8d198977c782",name:"Aboleth Suffocator",details:"",size:3,origin:0,type:1,keywords:"aquatic",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5, fly 8, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +17, Dungeoneering +17, Insight +17",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:25},intelligence:{score:18},wisdom:{score:18},charisma:{score:11},hp:124,initiative:19,ac:30,fortitude:28,reflex:29,will:26,regeneration:null,auras:[{id:"c0a74643-3606-4902-baa1-0b08036fcd3f",name:"Suffocating Haze",keywords:"",details:"aura 2; any enemy within the aura takes a –2 penalty to defenses and saving throws."}],powers:[{id:"49aa6b24-0c1b-4f91-b5cc-58e89625844b",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is dazed (save ends).",damage:"1d10+5 damage",category:1},{id:"26004c7e-024b-4956-944d-f05041b47169",name:"Brain Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:19,defence:3},description:"",details:"2d8+7 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"88c19fed-bbb6-4031-919d-335db010c252",name:"Mind Bore",action:{action:7,trigger:"when the aboleth damages a dazed or dominated target with a tentacle attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 2d10 extra psychic damage to the target.",damage:"the triggering attack deals 2d10 extra psychic damage to the target",category:5},{id:"0464f7e9-7d0a-4848-8ac4-bab7acbaf366",name:"Pillar of Slime",action:{action:4,trigger:"when an attack damages the aboleth suffocator",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"he aboleth suffocator changes into a mass of amorphous slime. While in this form, the aboleth is insubstantial, cannot make attacks, and can use its slime shift power. The aboleth can resume its normal form as a minor action, ending this effect.",damage:"",category:5},{id:"a13bb9b7-281c-4bb9-a8bd-dc1489e511a3",name:"Slime Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only when affected by pillar of slime",range:"",attack:null,description:"",details:"The aboleth shifts its speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3b07b7cb-8ba0-43de-810e-3ec28fa8f6a1",name:"Azure Savage",details:"",size:2,origin:1,type:1,keywords:"air",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:1,initiative:9,ac:27,fortitude:25,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"4610688c-2701-452b-8ded-007ef93b44ba",name:"Crackling Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 lightning damage, and the target is marked until the end of the azure savage’s next turn.",damage:"7 lightning damage",category:1},{id:"db5556c7-599c-4955-89b7-45435a097970",name:"Shocking Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 8 lightning damage.",damage:"each non-elemental creature in the burst takes 8 lightning damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7ef120fa-19e7-4baa-8ab7-47347402bf5a",name:"Callophage Vampire",details:"",size:2,origin:4,type:2,keywords:"undead",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Diplomacy +21, Streetwise +21",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:20},intelligence:{score:20},wisdom:{score:17},charisma:{score:21},hp:203,initiative:16,ac:36,fortitude:33,reflex:34,will:35,regeneration:{value:10,details:"regeneration does not function while the callophage vampire is exposed to direct sunlight"},auras:[],powers:[{id:"973348b0-ef1b-400b-a124-70bfa804cdef",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+6 damage, and the target is grabbed.",damage:"2d8+6 damage",category:1},{id:"9d402325-9398-40c1-906f-4b03d203103b",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"must have combat advantage",range:"",attack:{bonus:24,defence:1},description:"",details:"2d12+15 damage, and the target is weakened (save ends), and the callophage vampire regains 50 hit points.",damage:"2d12+15 damage",category:1},{id:"70c55bc0-ae38-408b-ab8e-1fee66befd42",name:"Disfiguring Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Targets a creature grabbed by the callophage vampire; 3d8+5 damage, and the target takes ongoing 10 psychic damage and is dazed (save ends both).",damage:"3d8+5 damage",category:1},{id:"4f36dc20-abeb-4d4c-8c93-da0c2d3f94a6",name:"Stolen Beauty",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after each successful disfiguring bite"},keywords:"Charm, Psychic",condition:"cannot be used until a disfiguring bite hits",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"3d10+3 psychic damage, and the target cannot use encounter attack powers, daily attack powers, or utility powers (save ends). Aftereffect: The target cannot willingly move closer to the callophage vampire (save ends).",damage:"3d10+3 psychic damage",category:1},{id:"57412ead-a317-4690-a206-7f9dd02f45bf",name:"Alluring Visage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"the target is pulled 3 squares and immobilized (save ends). Sustain Minor: Each creature that has not yet saved against the effect is pulled 3 squares and immobilized (save ends).",damage:"the target is pulled 3 squares and immobilized (save ends)",category:1},{id:"bd4c01ec-1336-4576-a578-c015521297fc",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The callophage vampire becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The callophage vampire can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The callophage vampire becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c7be8bf9-f7e8-478e-8388-8e96524e3ec4",name:"Cambion Impaler",details:"",size:2,origin:3,type:2,keywords:"devil",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +24; darkvision",movement:"6, fly 10 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Athletics +20, Bluff +19, Diplomacy +19",equipment:"spear",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:25},intelligence:{score:17},wisdom:{score:20},charisma:{score:21},hp:179,initiative:18,ac:33,fortitude:31,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"f690a26c-69db-4445-878b-46193f2a6d01",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"7ec26aac-2ff5-4eff-86d2-dc458ed1183a",name:"Swooping Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"The cambion impaler charges and makes the following attack in place of a melee basic attack",attack:{bonus:25,defence:0},description:"",details:"3d6+8 damage, and either slide the target 3 squares and immobilize the target until the end of the impaler’s next turn or deal 10 ongoing damage. The impaler is not considered a clumsy flyer when making this attack.",damage:"3d6+8 damage",category:1},{id:"81558ca5-f2c4-46a1-8582-d64feddc4fbe",name:"Soulscorch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:2},description:"",details:"2d8+4 fire damage, and ongoing 10 fire damage.",damage:"2d8+4 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e487636-c3e3-4ef5-9b10-24eb65726131",name:"Cambion Legionnaire",details:"",size:2,origin:3,type:2,keywords:"devil",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +22, Bluff +24, Diplomacy +24",equipment:"light shield; short sword",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:27},hp:198,initiative:18,ac:37,fortitude:34,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"1ae3702f-642d-4d70-a279-28180fe822fe",name:"Gladius",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+8 damage. Effect: The target is marked until the end of the legionnaire’s next turn.",damage:"3d6+8 damage",category:1},{id:"09488376-e748-4dc8-a1af-9abca67c9b1d",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"the cambion legionnaire pushes the target 1 square and can shift into the square the target vacates.",damage:"the cambion legionnaire pushes the target 1 square and can shift into the square the target vacates",category:3},{id:"65fab006-f56f-4481-a29c-58adff750562",name:"Immolate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:28,defence:2},description:"",details:"2d8+5 fire damage, and ongoing 10 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"192f5974-583c-4939-91b0-d37b98d43781",name:"Legion’s Mantle",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the legionnaire is within 3 squares of another cambion, it gains a +4 bonus to Will defense (already included in its statistics) and a +2 bonus on saving throws.",damage:"While the legionnaire is within 3 squares of another cambion",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"41252c98-f222-4b5c-ad9c-93b070509321",name:"Cambion Soulthief",details:"",size:2,origin:3,type:2,keywords:"devil",level:22,role:{type:4,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"longsword",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:25},intelligence:{score:13},wisdom:{score:14},charisma:{score:17},hp:0,initiative:22,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[{id:"c18fc74a-9437-4964-a335-5d160e7c932e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"dd7fb000-133c-4df2-9853-6db45bcc9e02",name:"Soul Grasp",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:"recharges when no enemy is affected by this power"},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:27,defence:3},description:"",details:"1d10+8 necrotic damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends).",damage:"1d10+8 necrotic damage",category:1},{id:"7e418c46-476b-42cd-85bc-e0ac8c46e4fc",name:"Double Lunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"must be invisible",range:"",attack:null,description:"",details:"The cambion soulthief makes a longsword attack against two targets.",damage:"",category:1},{id:"e9c1144a-b24e-4afa-97d0-a406063213dc",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cambion soulthief deals 1d6 extra damage on melee attacks against any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"2dd6f0e9-7472-4081-a1a7-a2ecae783861",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The cambion soulthief becomes invisible until it attacks.",damage:"",category:1},{id:"d513f738-e662-41b9-93ca-678149a15094",name:"Soul Fuel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"a creature must be immobilized or stunned by this soulthief’s soul grasp",range:"",attack:null,description:"",details:"The cambion soulthief turns invisible until it attacks and teleports 10. The creature affected by soul grasp loses a healing surge and automatically saves against the effect of soul grasp.",damage:"The cambion soulthief turns invisible until it attacks and teleports 10",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cbe94f51-2f1b-4b73-885d-e9ffacde1273",name:"Chaku’kawr",details:"",size:2,origin:4,type:2,keywords:"gnoll",level:16,role:{type:3,flag:1,leader:!0},senses:"Perception +12; low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +17, Religion +20",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:16},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:314,initiative:13,ac:32,fortitude:30,reflex:27,will:31,regeneration:null,auras:[{id:"44b34655-4a5d-4db1-9446-94aeaba9b3af",name:"Bloodlust",keywords:"",details:"aura 3; all allies inside the aura gain a +2 bonus to attack rolls."}],powers:[{id:"28960746-e83a-4361-a014-152841ad13bd",name:"Caustic Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d8+7 fire damage, or 2d8 + 9 fire damage while bloodied.",damage:"2d8+7 fire damage",category:1},{id:"958967ad-842e-4b2f-9f41-1af9633f6da4",name:"Arcing Chaos Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"targets one or two enemies; 2d8+7 damage, and the target is slowed until the end of Chaku’kawr’s next turn.",damage:"2d8+7 damage",category:1},{id:"fd7aee84-d9a9-43c1-88c7-406568b8bcbd",name:"Furious Blastback",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"4d10+7 fire damage, or 4d10 + 9 fire damage while bloodied, and the target is pushed 6 squares.",damage:"4d10+7 fire damage",category:1},{id:"195d6fec-1af5-4de3-8278-997260b73b21",name:"Vortex of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"3d10+8 fire damage, and target takes ongoing 10 psychic damage and is dazed (save ends both).",damage:"3d10+8 fire damage",category:1},{id:"91fef76e-371d-4103-a05c-a954e50f082b",name:"Sycophantic Fervor",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A gnoll sycophant within sight of Chaku’kawr makes a basic attack as a free action.",damage:"",category:3},{id:"b0ff9c4e-d55b-447c-a173-295632a2c400",name:"Shun the Nonbeliever",action:{action:4,trigger:"when an enemy moves adjacent to chaku’kawr",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target slides 3 squares.",damage:"The target slides 3 squares",category:5},{id:"401254bf-9311-41e7-87cc-d169e9386a4d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"Chaku’kawr deals an extra 5 damage on melee attacks against an enemy that has two or more allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"29c64603-6e49-49e4-8675-50c32e82aa94",name:"Disfigured Vampire",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:15},intelligence:{score:7},wisdom:{score:13},charisma:{score:17},hp:245,initiative:12,ac:33,fortitude:34,reflex:30,will:31,regeneration:{value:10,details:"regeneration does not function while the disfigured vampire is exposed to direct sunlight"},auras:[],powers:[{id:"3b7382a0-ac54-4358-aee2-ef492f417cea",name:"Vampiric Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d6+6 damage, and 10 ongoing necrotic damage (save ends).",damage:"2d6+6 damage",category:1},{id:"d17eacdd-50ff-4cef-89ba-b35ac793f927",name:"Gaze Upon My Hideous Ruin",action:{action:4,trigger:"when first bloodied and again when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:22,defence:3},description:"",details:"2d8+7 psychic damage, and the disfigured vampire pushes the target 5 squares.",damage:"2d8+7 psychic damage",category:5},{id:"44f8d7d7-1e71-47b2-9c53-1de47e9e132e",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:23,defence:1},description:"",details:"2d12+13 damage, and the target is weakened (save ends), and the disfigured vampire regains 61 hit points.",damage:"2d12+13 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d6934307-a926-4d86-926f-ec011e70d663",name:"Earth Hellion",details:"",size:2,origin:1,type:1,keywords:"earth, thunder",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:15},intelligence:{score:15},wisdom:{score:15},charisma:{score:10},hp:1,initiative:7,ac:23,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f90e6475-8782-459c-b4e0-c7ad4e72339f",name:"Earth Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"7 thunder damage and ongoing 5 thunder damage (save ends).",damage:"7 thunder damage and ongoing 5 thunder damage (save ends)",category:1},{id:"68bfd217-5ee0-4786-94ff-4a4ef00204b6",name:"Thunderous Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 10 thunder damage.",damage:"each non-elemental creature in the burst takes 10 thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"82f660b0-e819-413c-8c64-01b5f2af8f6d",name:"Frozen Racer",details:"",size:2,origin:1,type:1,keywords:"cold, water",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:27},intelligence:{score:18},wisdom:{score:12},charisma:{score:12},hp:1,initiative:15,ac:24,fortitude:22,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"e03e5059-3810-4546-a534-1f50f4a3e1d3",name:"Frosty Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The frozen racer can shift its speed before making this attack; 7 cold damage.",damage:"7 cold damage",category:1},{id:"9448caff-9b47-4b82-831f-07ff8ebe5d49",name:"Frozen Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 8 cold damage.",damage:"each non-elemental creature in the burst takes 8 cold damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"745bef8a-bbe6-4a3a-8860-69bb89a85b2f",name:"Gnoll Sycophant",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +17; low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +7, Stealth +11",equipment:"handaxe; longbow",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:23},intelligence:{score:12},wisdom:{score:18},charisma:{score:11},hp:1,initiative:14,ac:28,fortitude:24,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"26977ba3-a85e-4cb6-a978-baf408f46146",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"dd0c54e2-f94b-4822-868a-703c658a0c55",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:19,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"b6c4f9fa-be21-463c-a276-0375483528fc",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A gnoll sycophant deals an extra 5 damage on melee attacks against an enemy that has two or more allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f7eb248-41a2-482f-b365-8d1ddcc6a52b",name:"Incendiary Vilifier",details:"",size:2,origin:1,type:1,keywords:"fire",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:15},intelligence:{score:12},wisdom:{score:12},charisma:{score:15},hp:1,initiative:16,ac:23,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"e069cafe-b9ab-43a9-8c4a-3bccf10cf7de",name:"Searing Snap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3 fire damage and ongoing 5 fire damage (save ends).",damage:"3 fire damage and ongoing 5 fire damage (save ends)",category:1},{id:"3cb4780d-5c00-428e-b212-4716bbb379d5",name:"Burning Destruction",action:{action:0,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"(free",range:"Close burst 1",attack:null,description:"",details:"each non-elemental creature in the burst takes 8 fire damage.",damage:"each non-elemental creature in the burst takes 8 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c7bb10f-482b-480d-aeaa-bbea7ce7fe1e",name:"Kas of Monadhan",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:7,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common",skills:"Arcana +25, Insight +22, Intimidate +27, Religion +25, Stealth +22",equipment:"bastard sword; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:24},wisdom:{score:19},charisma:{score:28},hp:952,initiative:20,ac:40,fortitude:41,reflex:39,will:41,regeneration:{value:20,details:"regeneration doesn’t function while Kas is exposed to direct sunlight"},auras:[],powers:[{id:"65fab1d3-11b6-4190-b011-c4a0acfc88ce",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"a2865faa-8c49-47ee-bb95-8e460deb0826",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"requires combat advantage against the target",range:"",attack:{bonus:29,defence:1},description:"",details:"2d12+14 damage, and the target is weakened (save ends), and Kas regains 59 hit points.",damage:"2d12+14 damage",category:1},{id:"ca9390c2-2ab4-4820-bb31-b851a281f0c9",name:"Betrayer’s Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Targets up to three creatures; 2d10+10 damage, and Kas slides the target 3 squares.",damage:"2d10+10 damage",category:1},{id:"dc8068c9-130d-4f61-ab49-5694d5d68ac9",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:29,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:3},{id:"4b45f468-62d6-4a70-9622-d57ce526247f",name:"Kas’s Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; no attack roll; the target is marked until the end of Kas’s next turn. If the target makes an attack that doesn’t include Kas as a target while marked by this power, it takes ongoing 10 necrotic damage (save ends).",damage:"it takes ongoing 10 necrotic damage (save ends)",category:3},{id:"79999afc-7aee-4a4f-b834-742e50e1d469",name:"Kas’s Recovery",action:null,keywords:"",condition:"when kas becomes bloodied",range:"",attack:null,description:"",details:"All adverse effects affecting Kas end, then Kas takes a standard action after the triggering action is resolved",damage:"",category:0},{id:"8d82d937-c0d9-4404-b2e0-6d2c4f307d04",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn. Kas cannot attack while in this form and can sustain this form for up to 1 hour.",damage:"Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn",category:1},{id:"6bc27626-7e42-4bbc-a349-1e727a9fde66",name:"Misty Assault",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Kas flies 6 squares and is insubstantial while he flies. He can make a bastard sword attack before or after he flies.",damage:"Kas flies 6 squares and is insubstantial while he flies",category:5}],damageModifiers:[{type:3,value:-15},{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4c3c769c-55d0-4a1a-a3a2-120e3d1cd8cc",name:"Oshikam",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:7,flag:1,leader:!0},senses:"Perception +9",movement:"6 (8 when mounted on steppe pony)",alignment:"Evil",languages:"Common, Primordial",skills:"Athletics +20, Endurance +15, Nature +14",equipment:"longspear",category:"",strength:{score:26},constitution:{score:17},dexterity:{score:19},intelligence:{score:14},wisdom:{score:15},charisma:{score:18},hp:290,initiative:13,ac:30,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"8fc6f320-7a24-4d1a-ba00-267d927d687d",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+6 damage (crit 3d10 + 26).",damage:"2d8+6 damage (crit 3d10 + 26)",category:1},{id:"552ec467-2cae-4bdb-8185-9bb52bde8d5e",name:"Saddleback Skewer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"While mounted; Oshikam charges and makes a longspear attack. On a hit, the target is knocked prone, and Oshikam makes another longspear attack against a different target within reach.",damage:"",category:1},{id:"a562a1a0-3236-40a5-9025-3417e4b4306c",name:"Jolting Hex",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"2d8+6 lightning damage, and the target is marked until the end of Oshikam’s next turn. Using this power does not provoke opportunity attacks.",damage:"2d8+6 lightning damage",category:3},{id:"3808671f-daa7-4f50-a53b-729c05d84890",name:"Vaegould Retribution",action:{action:4,trigger:"when an ally within 5 squares is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:18,defence:1},description:"",details:"targets enemies; 1d10+6 thunder damage, and the target is knocked prone.",damage:"1d10+6 thunder damage",category:5},{id:"ae3fc4c6-ce74-49e6-9b2b-623aebba3bd5",name:"Call of the Warlord",action:null,keywords:"",condition:"when bloodied",range:"",attack:null,description:"",details:"At the start of its turn, the vaegould warlord calls into battle four additional vaegould warriors.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17a88a94-8af9-47a1-b2b5-4a90e4de0acb",name:"Steppe Pony",details:"",size:3,origin:4,type:1,keywords:"mount",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:17},charisma:{score:13},hp:90,initiative:7,ac:20,fortitude:19,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"f04dbe06-b1d1-48c2-9692-ccf9ffd8ef71",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"d6550d42-75f3-4468-b737-444fc23e629b",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"The steppe pony can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the steppe pony must end its move in an unoccupied space. When it enters an enemy’s space, the steppe pony makes a trample attack; 1d8+8 damage, and the target is knocked prone.",damage:"1d8+8 damage",category:1},{id:"bd47e0dc-2689-4ecf-bb98-c3d11e422d7e",name:"Charger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher with the mounted combat feat",range:"",attack:null,description:"",details:"The steppe pony grants its rider a +1 bonus to attack rolls on charge attacks.",damage:"The steppe pony grants its rider a +1 bonus to attack rolls on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4b93bda-23a1-48b6-aa64-786aee190ea9",name:"Trebuchet and Crew",details:"",size:3,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"0",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:8},dexterity:{score:20},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:50,initiative:8,ac:23,fortitude:24,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"cfc960f3-c5eb-48b1-8c6e-973e55c192bf",name:"Launched Stone",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"(standard",range:"Area burst 1 within 40 (minimum range 10)",attack:{bonus:15,defence:0},description:"",details:"4d6 damage.",damage:"4d6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"120c5957-0ea2-4564-8516-949fa103486f",name:"Vaegould Elementalist",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +9",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Athletics +12, Endurance +15, Nature +14",equipment:"",category:"",strength:{score:13},constitution:{score:19},dexterity:{score:16},intelligence:{score:16},wisdom:{score:22},charisma:{score:19},hp:131,initiative:9,ac:27,fortitude:25,reflex:32,will:25,regeneration:null,auras:[],powers:[{id:"7d88f5cf-0136-429b-8f0f-9291e9f07256",name:"Haunting Spirits",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 5 or melee",attack:{bonus:18,defence:3},description:"",details:"1d10+6 psychic damage. Until the end of the Vaegould elementalist’s next turn, the target grants combat advantage to an ally of the elementalist’s choice.",damage:"1d10+6 psychic damage",category:1},{id:"51d2d375-e46f-431c-a5bd-809aceb9ce82",name:"Earthrage Spirit",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"enemies only; 2d8+7 thunder damage, and the target is knocked prone.",damage:"2d8+7 thunder damage",category:1},{id:"7015514f-ff92-48b0-ab02-9c86a2c2811d",name:"Raging Storm Spirit",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder, Zone",condition:"",range:"Area burst 5 within 10",attack:{bonus:18,defence:2},description:"",details:"3d6+7 lightning damage. Until the end of the encounter, the elementalist and any ally deals 1d6 extra thunder damage when it hits an enemy that is within the zone. The zone lasts until the end of the encounter.",damage:"3d6+7 lightning damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81aaeb13-8cba-469a-ac69-f06aed334a24",name:"Vaegould Marauder",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6 (8 when mounted on a steppe pony)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +20, Endurance +15, Nature +14",equipment:"waraxe",category:"",strength:{score:26},constitution:{score:17},dexterity:{score:19},intelligence:{score:14},wisdom:{score:15},charisma:{score:18},hp:128,initiative:14,ac:27,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"987114e5-9c96-4384-937e-c7e656cc1ccf",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"b4497fae-7b9d-421c-a104-f9f5276026c3",name:"Mounted Archer",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"c98282c2-adce-4e5d-9b25-b6f7e2c13e4a",name:"Three-Fingered Release",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage, and the target is dazed (save ends).",damage:"2d8+6 damage",category:1},{id:"385eaaec-f19d-4c49-8c68-c7770b79eada",name:"Brotherhood of the Ride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vaegould marauder doesn’t provoke opportunity attacks when moving while mounted.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"520dff19-ccf2-42c4-92f0-6c5594078527",name:"Vaegould Warrior",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"6 (8 when mounted on steppe pony)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +15, Endurance +12, Nature +12",equipment:"handaxe; shortbow",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:24},intelligence:{score:15},wisdom:{score:15},charisma:{score:12},hp:1,initiative:14,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"464afb50-a405-4eb3-874c-0acf4eca32a6",name:"Hand Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"27a9c056-77ef-463b-8762-0d7866c33bf6",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"8ee23a7c-3f84-4e81-81a1-82c69a79f541",name:"Brotherhood of the Ride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vaegould warrior doesn’t provoke opportunity attacks when moving while mounted.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"73cf96e9-90de-4ac5-911f-6af5f88fcae5",name:"Vanguard Hippogriff Dreadmount",details:"",size:3,origin:4,type:1,keywords:"mount",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"4, fly 10, overland flight 12",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:20},intelligence:{score:5},wisdom:{score:15},charisma:{score:9},hp:109,initiative:12,ac:26,fortitude:26,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"7f552f87-9191-4687-a5e4-9c5048275208",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"7e3e79fb-0daf-4dbf-a8c2-53c6e6c01a7d",name:"Wing Slam",action:{action:5,trigger:"when an adjacent enemy shifts or moves into a nonadjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8 + 6 damage, and the target is knocked prone. The dreadmount cannot use this power while flying.",damage:"1d8 + 6 damage",category:5},{id:"9b17b2e9-5600-49d2-bbb9-0bd58fa99f7d",name:"Sturdy Mount",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 10th level or higher",range:"",attack:null,description:"",details:"When an attack forces the dreadmount to move, it moves 1 less square than the attack specifies. When an attack would knock it or its rider prone, the dreadmount can roll an immediate saving throw to prevent it or its rider from falling prone.",damage:"it moves 1 less square than the attack specifies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3f56039-9075-4249-bdfd-25919fe03ae3",name:"Archer Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:3,ac:13,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"48040898-9b75-4f53-98ea-dedc2221ec52",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"3 damage, or 5 damage if an ally is adjacent to the target.",damage:"3 damage",category:1},{id:"0dece8f3-2345-4905-8109-4b53723d07cc",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"ce24559f-4869-4051-8952-654dd4c957bd",name:"Archer’s Dodge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The archer cultist has +4 to AC vs. opportunity attacks.",damage:"The archer cultist has +4 to AC vs",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"05877b8a-01e4-485c-82c5-2daa7d1a71e9",name:"Black Wing",details:"",size:2,origin:2,type:2,keywords:"elf",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7 see also wild step",alignment:"Unaligned",languages:"Common, Elven",skills:"Stealth +11",equipment:"",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:19},intelligence:{score:11},wisdom:{score:12},charisma:{score:8},hp:48,initiative:10,ac:19,fortitude:16,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"f87e885f-e019-4e6f-ab27-53fb528d806a",name:"Razor",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage, and if the target moves more than 2 squares on its turn, it takes 1d6 extra damage.",damage:"1d6+4 damage",category:1},{id:"004e5a7d-6bbb-4638-b4c1-349fe08de9ee",name:"Shadow Razor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets a creature that cannot see the black wing; 2d6+4 damage, and the target is dazed and takes ongoing 5 damage (save ends both).",damage:"2d6+4 damage",category:1},{id:"a2d60eb0-000d-4867-bb56-d72cb6e2696b",name:"On Death’s Wings",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Targets one dying creature; no attack roll; the target makes a death saving throw; on a failed saving throw, the black wing gains an action point.",damage:"",category:3},{id:"f691ad75-4653-4a40-8b6c-fc916db13491",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black wing can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"ed1355f9-3b8d-4270-9e32-dc309530ab6e",name:"Raven’s Mantle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black wing becomes invisible until it attacks and shifts 1 square.",damage:"The black wing becomes invisible until it attacks and shifts 1 square",category:1},{id:"fdfa5025-d46d-487d-9de0-0ee4658c15a1",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black wing ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"528c1826-55a5-43d4-94a2-44fc8f2bf147",name:"Bone Picker",details:"",size:1,origin:4,type:2,keywords:"halfling",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +13, Stealth +13, Thievery +13",equipment:"leather armor; short sword; sling; sling bullets (20); thieves’ tools",category:"",strength:{score:9},constitution:{score:11},dexterity:{score:21},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:75,initiative:10,ac:21,fortitude:17,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"9604e39d-d320-4627-8899-71c6167f4d38",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"b80c8004-1742-42e8-b404-90dc0325c2d4",name:"Sling",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"170ab312-efd0-43f1-ab1a-9ecb5a5e8263",name:"Truss Up",action:{action:1,trigger:"when adjacent to one or more ally",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage, and the target is restrained (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d6+5 damage",category:5},{id:"696f1ae3-ea41-4431-af17-ccda64e90c9c",name:"Once Over",action:{action:7,trigger:"when the bone picker hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creature the bone picker hit grants combat advantage until the end of the bone picker’s next turn and the bone picker shifts 1 square.",damage:"The creature the bone picker hit grants combat advantage until the end of the bone picker’s next turn and the bone picker shifts 1 square",category:5},{id:"5e77e738-a52b-4ac1-b37d-ff4d256f564d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The bone picker’s melee attacks deal 1d6 extra damage against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"e427fdb7-c33d-4cfc-8bff-f47c223b2d15",name:"Second Chance",action:{action:5,trigger:"when the bone picker is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bone picker forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"32f711fe-a74a-4455-98b1-4a3be248d2f4",name:"Botched Witherling",details:"",size:1,origin:1,type:1,keywords:"undead",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception -1; low-light vision",movement:"6, climb 6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:17},intelligence:{score:5},wisdom:{score:9},charisma:{score:10},hp:30,initiative:5,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"675103c4-7508-400a-8439-1cfaa55281d5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+1 damage, and the target is slowed (save ends).",damage:"1d6+1 damage",category:1},{id:"607888c0-1d84-4bdc-a612-0aa83da20cce",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling makes two claw attacks.",damage:"",category:1},{id:"11e3d791-318e-43be-9a59-5ca10efda602",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it.",damage:"a witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"8b22eb1d-caf3-44ec-ac15-b47f4a66dd13",name:"Blood Dance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling shifts 2 squares.",damage:"The witherling shifts 2 squares",category:3},{id:"f6a73d83-1c43-4dc8-8fbc-132fe38a6ff0",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling’s melee attacks deal 2 extra damage against any enemy that has two or more of the witherling’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a27dd931-d269-4a3e-b822-1c39fca1423c",name:"Drizzt Do’Urden",details:"",size:2,origin:2,type:2,keywords:"drow",level:21,role:{type:6,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"7 see also undisturbed stride",alignment:"Good",languages:"Common, Dwarven, Elven, Goblin",skills:"Acrobatics +22, Dungeoneering +18, Nature +18, Stealth +28",equipment:"",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:24},intelligence:{score:15},wisdom:{score:17},charisma:{score:13},hp:764,initiative:19,ac:35,fortitude:34,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"e60fe667-1dc9-4062-9893-f26bb04bd24b",name:"Twinkle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+13 damage (crit 22 + 3d8 + 5d10 radiant). Miss: 7 damage. Drizzt can change Twinkle’s damage type to radiant as a free action.",damage:"2d8+13 damage (crit 22 + 3d8 + 5d10 radiant)",category:1},{id:"a3a28633-e6f0-4427-aead-3f3f5ecefa87",name:"Icingdeath",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+13 damage (crit 22 + 3d8 + 5d6 cold). Miss: 7 damage. Drizzt can change Icingdeath’s damage type to cold as a free action.",damage:"2d8+13 damage (crit 22 + 3d8 + 5d6 cold)",category:1},{id:"36f4b48b-2487-4948-ab35-2ce4f241db81",name:"Taulmaril",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:24,defence:2},description:"",details:"targets two enemies; 2d10+9 force damage (crit 29 + 5d6 force damage, and the target is knocked prone).",damage:"2d10+9 force damage (crit 29 + 5d6 force damage",category:1},{id:"c1a73391-c983-45fe-a1fa-d7805abd2798",name:"Four-Fang Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a weapon in each hand",range:"Drizzt makes three melee basic attacks (no more than two can be made with the same weapon), and he shifts 1 square before the first attack and after each attack. After the attacks are made, Guenhwyvar shifts 1 square, and then makes a melee attack as a free action.",attack:null,description:"",details:"",damage:"",category:1},{id:"d9485c4b-0e31-404e-bb99-c7b408da4a58",name:"Neutralizing Parry",action:{action:5,trigger:"when an enemy hits drizzt with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Drizzt makes a melee basic attack that deals half damage on a hit, but on a hit, the target is also weakened and grants combat advantage until the start of its next turn.",attack:null,description:"",details:"",damage:"",category:5},{id:"11099e95-75d7-46a0-9745-74519f8a5f3f",name:"Spine of the World Avalanche",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires a weapon in each hand",range:"Drizzt makes up to five melee basic attacks, no more than two attacks on the same target. On each hit, the target is pushed 3 squares and knocked prone, and then Drizzt shifts 3 squares.",attack:null,description:"",details:"",damage:"",category:1},{id:"6df8eeeb-f22b-486b-afaf-1f5092ef2fd3",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"until the end of Drizzt’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"e8082223-8b47-42a3-a66c-bf1399773bac",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of Drizzt’s next turn. The zone blocks line of sight for all creatures except Drizzt. Any creature entirely within the area, except for Drizzt and Guenhwyvar, is blinded.",damage:"",category:3},{id:"4a1af0bc-6488-4ee1-855d-a655985d64ac",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Drizzt designates his closest enemy as his quarry until the end of the encounter or until he designates another quarry. Once per round, on a hit, Drizzt can deal 3d8 extra damage to his quarry.",damage:"drizzt can deal 3d8 extra damage to his quarry",category:3},{id:"08926a09-a2bd-4fde-8bc1-f60554c2413a",name:"Blind-Fighter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Enemies adjacent to Drizzt do not benefit from concealment, total concealment, or invisibility.",damage:"",category:0},{id:"3128c47b-c7a5-4686-9316-d44ec82f9fca",name:"Undisturbed Stride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Drizzt shifts, he can shift 3 squares instead of 1 square and he ignores difficult terrain.",damage:"he can shift 3 squares instead of 1 square and he ignores difficult terrain",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d17f4094-7051-4ca7-ade5-b1c7d7cc5694",name:"Ebony Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:11},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:120,initiative:8,ac:28,fortitude:26,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"3721665b-86da-4609-b0cd-d1b98a93e262",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+5 damage. Effect: The target is marked until the end of the ebony guard’s next turn.",damage:"1d10+5 damage",category:1},{id:"eb5930ae-516d-426c-8e3e-d319dd25a628",name:"Executioner’s Caress",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The ebony guard shifts 1 square, then attacks; 2d10+5 damage, and the target is immobilized (save ends).",damage:"2d10+5 damage",category:1},{id:"8c497e2e-6339-4e7c-9621-e65e314244c7",name:"Invitation to Death",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the ebony guard reduces an enemy to 0 hit points"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:17,defence:3},description:"",details:"1d8+5 necrotic damage, and the guard pulls the target 5 squares.",damage:"1d8+5 necrotic damage",category:3},{id:"2f0a5d86-35f1-4bef-b2a1-cd5c5a539919",name:"Mouth of Madness",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close blast 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies with line of sight to the ebony guard; the target is dazed (save ends).",damage:"",category:5},{id:"efc62ff0-b18e-4c4c-b5f4-9fa2c19a7b11",name:"Death’s Rebuke",action:{action:7,trigger:"when an enemy the ebony guard has marked makes an attack that does not include the ebony guard",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The target and each enemy adjacent to the target take 5 necrotic damage.",damage:"the target and each enemy adjacent to the target take 5 necrotic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c278359c-8d05-48f1-9c65-cf8275e9104f",name:"Evil Ritualist",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:5,ac:15,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"a90d0f5e-a7e1-41a4-9106-247df1ac273a",name:"Sacrificial Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"0ea917fe-dbcf-4917-8e04-b523224ea257",name:"Unholy Vigor",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"When an evil ritualist, or an ally within 5 squares, scores a critical hit, this creature makes an immediate melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0fa6f41c-aa26-4674-ac5d-c099076b0560",name:"Grim Censer-Bearer",details:"Death’s malodorous emanations are noxious to the Raven Queen’s servants, thus every procession includes a censer-bearer. These hulking priests swing heavy iron censers from which intoxicating blue smoke issues, fed by burning soporific herbs and other mysterious alchemical ingredients. The cloud’s inebriating effect is useful in quieting mourners when grief interferes with proper decorum.",size:2,origin:4,type:2,keywords:"goliath",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Athletics +14",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:9},wisdom:{score:11},charisma:{score:8},hp:90,initiative:7,ac:22,fortitude:22,reflex:20,will:17,regeneration:null,auras:[{id:"84a20f61-4bd5-4817-b9d0-19f98c3bbeef",name:"Cloying Smoke",keywords:"",details:"(Poison) aura 3; any enemy within the aura cannot shift; see also smashed vessel"}],powers:[{id:"0adba10f-ef14-4652-aac0-d9de030dcd54",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+3 damage, and the grim censer-bearer pushes the target 1 square.",damage:"2d8+3 damage",category:1},{id:"d635dea0-272e-4d26-85a6-39cae28ddd96",name:"Mountain’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"while bloodied",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"14012dd4-bca9-40d3-928d-85f92d7131ba",name:"Smashed Vessel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"while bloodied",range:"Close burst 1",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is dazed and slowed (save ends both). The cloying smoke aura drops by 1 square. Once the aura drops to 0, the grim censer-bearer loses the cloying smoke aura and cannot recharge smashed vessel.",damage:"1d8+5 damage",category:1},{id:"36a35b69-5a55-4523-8738-b0ded8d649e3",name:"Stone’s Endurance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The grim censer-bearer gains resist 5 all damage until the end of its next turn.",damage:"the grim censer-bearer gains resist 5 all damage until the end of its next turn",category:3}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f28ab0c-2d7d-42cf-8f7d-e138b9f0dce2",name:"Irfelujhar",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:0,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Common, Supernal",skills:"Arcana +28, Nature +26, Religion +28",equipment:"implement, wand",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:22},intelligence:{score:30},wisdom:{score:26},charisma:{score:20},hp:960,initiative:19,ac:40,fortitude:41,reflex:40,will:42,regeneration:{value:10,details:". If Irfelujhar takes radiant damage, his regeneration doesn’t function until the end of his next turn."},auras:[{id:"e455c974-33ce-4d1a-9d40-9b05e5436f73",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 15 necrotic damage."}],powers:[{id:"44e30d91-5f9f-44f2-b56f-bae241eea685",name:"Baleful Strike",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+8 necrotic damage, and Irfelujhar shifts 2 squares.",damage:"2d8+8 necrotic damage",category:3},{id:"7f6b69c3-69ad-4541-9ee3-83eb4515ad15",name:"Tormenting Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"2d6+10 necrotic damage, and the target is stunned (save ends).",damage:"2d6+10 necrotic damage",category:1},{id:"3d30b954-bbd8-49d0-9e8b-a78db9f52102",name:"Cascade of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:29,defence:2},description:"",details:"4d10+10 fire damage.",damage:"4d10+10 fire damage",category:1},{id:"9a1d3a54-c29f-40dc-a534-0ccd640cd5d9",name:"Grasping Tendrils",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Force, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:29,defence:1},description:"",details:"2d10+10 force damage, and the target is restrained (save ends). The burst creates a zone of difficult terrain that lasts until the end of Irfelujhar’s next turn. Any enemy that enters the zone is immediately attacked by grasping tendrils. Irfelujhar can sustain the zone as a minor action. First Failed Save: the target is stunned (save ends).",damage:"2d10+10 force damage",category:1},{id:"a1050289-2b7d-4231-8328-b3cf2b9a9779",name:"Shockwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"3d10+10 force damage, and the target is pushed 3 squares and falls prone.",damage:"3d10+10 force damage",category:1},{id:"96fb9ac7-a0ef-4ee4-a104-ae9128eb8af3",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irfelujhar recharges cascade of fire or grasping tendrils.",damage:"",category:3},{id:"6e24e88e-9af9-470f-b00a-b3f1c13cc66e",name:"Necrotic Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Irfelujhar can convert any attack power he has to necrotic damage. Change a power’s energy keyword to necrotic, or add necrotic energy to an attack power that doesn’t normally deal energy damage.",damage:"irfelujhar can convert any attack power he has to necrotic damage",category:0},{id:"f39920ee-1406-4bee-a127-b480d6c1a55e",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Irfelujhar is reduced to 0 hit points, his body and possessions crumble into dust. He reappears (along with all his possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with all his possessions) in 1d10 days within 1 square of his phylactery",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"459b1eb8-8a2e-4d6a-9b27-e72deee52bf2",name:"Justice Stalker",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"crossbow; crossbow bolts (20); leather armor; short sword",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:62,initiative:8,ac:19,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"021c49bd-1865-48fc-b4c5-bb9b142f29fe",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+7 damage, and the stalker shifts 2 squares.",damage:"1d6+7 damage",category:1},{id:"b26c704b-085d-4cd6-b1c6-55f7e4df3235",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"da343266-3b7c-4c9e-bf32-e600ec78e9b1",name:"Adept Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires combat advantage against the target",range:"",attack:{bonus:8,defence:3},description:"",details:"1d6+8 radiant damage, and the target is dazed (save ends).",damage:"1d6+8 radiant damage",category:1},{id:"406f7835-d15f-4b66-b1be-ba4fe1f5b30b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The stalker’s attack deals 1d6 extra damage to any target granting combat advantage to it.",damage:"the stalker’s attack deals 1d6 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"545e8efe-4c07-4bd6-ad31-45a321890b8b",name:"Justice Tough",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; dagger; light shield; morningstar",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:13},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:1,initiative:2,ac:16,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"0b5dc7fb-c85f-464b-8c66-3d91b013a729",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"5 damage. If another tough is adjacent to the target, the target also falls prone.",damage:"5 damage",category:1},{id:"2eafd71e-2630-4574-8aef-f24826441801",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"00b02965-8601-4433-ad7f-010c07527ff7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The tough’s attack deals 1 extra damage to any target granting combat advantage to it.",damage:"the tough’s attack deals 1 extra damage to any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eaed3597-67c7-4b1a-aca4-63339fa5afb7",name:"Justice Watcher",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"bastard sword; holy symbol; scale armor",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:18},hp:125,initiative:8,ac:22,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"2a6db6d9-9cf0-4240-85f6-0ac6c311a44a",name:"Radiant Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d10+6 radiant damage.",damage:"2d10+6 radiant damage",category:1},{id:"cf56f5c1-8af5-4b9d-9b06-41b388cea3b1",name:"Searing Justice",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Radiant",condition:"(standard",range:"",attack:{bonus:11,defence:2},description:"",details:"3d8+6 radiant damage, and the target is dazed until end of the watcher’s next turn.",damage:"3d8+6 radiant damage",category:1},{id:"a248c940-4e3e-4e56-992f-5c3c66ef5460",name:"Brilliant Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Targets one or two creatures; 2d10+6 damage, and the target takes ongoing 5 radiant damage (save ends).",damage:"2d10+6 damage",category:1},{id:"00bfe07d-e516-4c47-941c-bfde38128273",name:"Pitiless Guardian",action:{action:4,trigger:"when the watcher or an ally adjacent to the watcher is hit by a melee attack",sustainAction:0,use:1,recharge:"recharges when the watcher is first bloodied"},keywords:"",condition:"",range:"The watcher makes a melee basic attack against the attacker.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07183502-e6c0-4af6-a342-31d22e4d498f",name:"Knight of the Eye",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"dagger; light shield; longsword; plate armor",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"a419c24e-8244-4dc9-ba19-6733e06abbc8",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the knight’s next turn.",damage:"1d8+5 damage",category:1},{id:"53e38378-c897-4e04-a17b-a685fea3fe5b",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"ee2cb6ca-ca10-4fc8-b8e2-89393b3850ce",name:"Stealthy Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"must have combat advantage against target",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+9 damage, and the target falls prone.",damage:"1d8+9 damage",category:1},{id:"00aee30b-f164-427c-8dc4-530e457f55a1",name:"Punitive Radiance",action:{action:7,trigger:"when the knight hits with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack deals 1d6 extra radiant damage, and the target grants combat advantage until the end of the knight’s next turn.",damage:"the attack deals 1d6 extra radiant damage",category:5},{id:"f5aad80e-508a-42fa-abbd-54752d04bc25",name:"Knight’s Shove",action:{action:5,trigger:"when a creature marked by the knight shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The knight makes a longsword attack against the triggering creature. If it hits, the target falls prone.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84246a60-1410-4e99-b3d5-e062ef6933e0",name:"Levia Shadewalker",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:6,role:{type:3,flag:1,leader:!0},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +11, Insight +13, Religion +13, Stealth +8",equipment:"chainmail; holy symbol",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:11},intelligence:{score:15},wisdom:{score:20},charisma:{score:16},hp:142,initiative:3,ac:20,fortitude:18,reflex:16,will:20,regeneration:null,auras:[{id:"eb5a7df3-6da5-4139-a214-b5eec465e873",name:"Aura of Retribution",keywords:"",details:"aura 2; any creature within the aura that hits Levia or her allies with an attack takes 5 radiant damage."}],powers:[{id:"3f7661ca-a5b8-4b61-b2b8-0ac6ec23f661",name:"Heavy Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage plus 1d6 radiant damage.",damage:"1d8+3 damage plus 1d6 radiant damage",category:1},{id:"8c0f5679-3430-4fe4-ab3e-070a4c4742b1",name:"Bolts of Glory",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:1},description:"",details:"one or two targets; 1d6+4 radiant damage, and the target is slowed (save ends). A slowed target is instead immobilized (save ends).",damage:"1d6+4 radiant damage",category:1},{id:"47220ee4-0b92-4800-8390-28d12fa3d08b",name:"Divine Tremor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Divine, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"2d6+5 radiant damage, and the target falls prone.",damage:"2d6+5 radiant damage",category:1},{id:"b94fa229-19d5-4de1-91ac-e5c2d9d0864b",name:"Command of Justice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within line of sight of Levia and who can hear Levia makes a basic attack as a free action.",damage:"",category:3},{id:"51fef772-027d-4e59-a7cb-62b070a7ad58",name:"Lay on Hands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Levia or one ally adjacent to her regains 20 hit points.",damage:"Levia or one ally adjacent to her regains 20 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d92a6d00-5bd4-4b3a-a017-9aa6a31811e9",name:"Living Dark Transport",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +18; blindsight 10",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:22},intelligence:{score:7},wisdom:{score:22},charisma:{score:14},hp:298,initiative:20,ac:36,fortitude:37,reflex:35,will:35,regeneration:null,auras:[{id:"46236b15-2266-4014-8f79-405979aeabc2",name:"Dimension Crush",keywords:"",details:"(Teleportation) aura 2; enemies within the aura cannot use any power with the teleportation keyword, and enemies that teleport into or out of the aura take 15 force damage."}],powers:[{id:"1d386733-e563-4a64-ab10-5a019db4dae1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 damage, and the living dark transport teleports 3 squares, and the target slides 1 square.",damage:"3d6+8 damage",category:1},{id:"69d141d3-f5f0-44e5-9d91-e22cb1fdc12a",name:"Dimensional Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Teleportation",condition:"",range:"",attack:{bonus:27,defence:3},description:"",details:"2d6+8 damage, and the target is teleported 3 squares and takes 15 force damage, and this creature teleports 3 squares.",damage:"2d6+8 damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"gaze",tactics:""},{id:"99890f3c-1550-4fd0-aa95-0ba8322a0421",name:"Mornujhar",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:25,role:{type:4,flag:1,leader:!1},senses:"Perception +24",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic, Supernal",skills:"Stealth +24",equipment:"falchion; godplate armor",category:"",strength:{score:30},constitution:{score:24},dexterity:{score:26},intelligence:{score:22},wisdom:{score:24},charisma:{score:27},hp:360,initiative:24,ac:39,fortitude:39,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"dc3ad6de-2c65-4c67-a4d6-63c319f3cd6e",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"(+31 while bloodied)6d4+10 damage.",damage:"(+31 while bloodied)6d4+10 damage",category:1},{id:"011d5dac-83d2-4604-b345-3e8f5c4e2a6b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Mornujhar makes a melee basic attack against up to two opponents.",attack:null,description:"",details:"",damage:"",category:1},{id:"20a7f2e8-d76e-40f3-81f2-eb5bc7840a95",name:"Stalk",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Mornujhar shifts up to 6 squares and makes one melee basic attack at any point during his movement. If Mornujhar has superior cover or total concealment at the end of his move he can make a Stealth check to hide with a +5 bonus.",attack:null,description:"",details:"",damage:"",category:1},{id:"a86b8834-a66f-40b1-8c72-71da820d25e9",name:"Toxic Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Zone",condition:"",range:"Close blast 5",attack:null,description:"",details:"Mornujhar projects a billowing cloud of acidic gas that lasts until the end of his next turn. Any creature that ends its turn in the cloud (except Mornujhar) takes 10 acid damage and is weakened (save ends). The cloud blocks line of sight for all creatures.",damage:"any creature that ends its turn in the cloud (except mornujhar) takes 10 acid damage and is weakened (save ends)",category:1},{id:"b262ea9c-46b9-4e49-aa13-447450352d1e",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:28,defence:2},description:"",details:"(+29 while bloodied)3d6+7 acid damage.",damage:"(+29 while bloodied)3d6+7 acid damage",category:3},{id:"dd30f66d-93f9-4213-92fa-20de0445ee9a",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"Mornujhar gains a +1 racial bonus to attack rolls.",damage:"Mornujhar gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"20 electricity",vulnerable:"",immune:"acid",tactics:""},{id:"b17ca164-ac8e-4830-85d4-f8244927a10e",name:"Mud Man",details:"",size:1,origin:1,type:1,keywords:"earth, water",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +7",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:13},intelligence:{score:6},wisdom:{score:13},charisma:{score:8},hp:43,initiative:2,ac:14,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4ff774b5-ee55-4567-8411-9931387a5d26",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"1dd46c6e-10ce-481c-90a0-a24fb65b77e4",name:"Mud Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:3,defence:2},description:"",details:"the target is slowed (save ends). If the target is already slowed, it is instead immobilized (save ends).",damage:"",category:1},{id:"f6ce7929-ab79-4310-ad7c-8d7fd9944145",name:"Amorphous Body",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mud man shifts 3 squares.",damage:"The mud man shifts 3 squares",category:5},{id:"90fcf3bf-1036-4197-ad9f-25128c7abfd1",name:"Relentless Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mud man gains a +2 bonus to attack rolls against slowed or immobilized creatures.",damage:"The mud man gains a +2 bonus to attack rolls against slowed or immobilized creatures",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3b368703-e30c-4d9c-a50d-18f186ef2615",name:"Mutant Arbalester",details:"",size:2,origin:3,type:2,keywords:"construct, homunculus",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6 (0 when chained)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:4},wisdom:{score:14},charisma:{score:7},hp:36,initiative:4,ac:15,fortitude:14,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"293857e2-4279-4f6c-a8bd-9377d56ed0e0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"91900c39-2911-45f1-98a7-a1c993c5ae3c",name:"Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"900024c0-413d-4d70-8bfd-f26c7b3a575d",name:"Perverse Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The arbalester makes two bolt attacks, each against a different target. The targets must be within 5 squares of each other. If an ally of the mutant arbalester is within 5 squares of its first target, there is a 50% chance that it will target that ally with its second shot.",damage:"The targets must be within 5 squares of each other",category:1},{id:"112ad918-3f60-4880-b74e-7f955acdaadf",name:"Guard Self",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of the arbalester’s turn, if an enemy is within 2 squares, the arbalester recharges its double shot power.",damage:"if an enemy is within 2 squares",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison (and push, pull, slide when chained)",tactics:""},{id:"997e1aa7-758e-4e19-8338-11a090512d97",name:"Naiethar Traihel",details:"",size:2,origin:2,type:2,keywords:"plant, undead",level:23,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8 (forest walk), see also necrotic treestride",alignment:"Evil",languages:"Elven, telepathy 10",skills:"Arcana +22, Bluff +25, Insight +21, Stealth +23",equipment:"",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:24},intelligence:{score:22},wisdom:{score:21},charisma:{score:28},hp:872,initiative:18,ac:37,fortitude:36,reflex:35,will:37,regeneration:{value:20,details:"(if Naiethar takes radiant damage, regeneration doesn’t function until the end of her next turn)."},auras:[{id:"b6c9d3dc-25d6-444e-8d41-ee0a0645d1d5",name:"Death Thorns",keywords:"",details:"(Necrotic) aura 3; any creature without forest walk takes 5 necrotic damage each time it moves or is pushed, pulled, or slid into a square within the aura."}],powers:[{id:"8fdc53c5-5b51-444a-85be-ab316787efdf",name:"Nauseating Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+5 damage, and ongoing 5 necrotic (save ends).",damage:"2d8+5 damage",category:1},{id:"405e4dc5-7efe-4965-9a4d-64600c91536a",name:"Branch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"two attacks, each against a different target; 3d6+5 damage per attack, and the target is slid 4 squares. At the end of the slide, the target takes 10 ongoing necrotic damage and is restrained (save ends both).",damage:"3d6+5 damage per attack",category:1},{id:"7d228f59-5246-4d52-9c56-85efab9942ed",name:"Necrotic Crush",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor 1/round",range:"Close burst 3",attack:{bonus:27,defence:3},description:"",details:"targets one creature restrained by branch blast; 1d6+3 damage plus 2d8 psychic damage, and the target is dazed (save ends); First Failed Saving Throw: 2d8 psychic damage; Second Failed Saving Throw: target is instead stunned (save ends).",damage:"1d6+3 damage plus 2d8 psychic damage",category:1},{id:"85a60bf9-8efc-4ff4-acaf-fe9c72907adb",name:"Soul Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:3},description:"",details:"4d12+8 psychic damage, and the target is pushed 5 squares and falls prone.",damage:"4d12+8 psychic damage",category:1},{id:"8b810fcc-b162-4784-877a-d33ed4d3157b",name:"Venomous Roots",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Area burst 3 within 10",attack:{bonus:27,defence:1},description:"",details:"4d8+9 poison damage, and the target is slowed (save ends).",damage:"4d8+9 poison damage",category:1},{id:"41e2f43b-a551-4571-997f-37a800a34e88",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Naiethar can disguise herself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by her Bluff check) pierces the disguise.",damage:"",category:3},{id:"59ae2646-9507-470f-b334-78d755b648de",name:"Necrotic Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"Naiethar teleports up to 8 squares if she begins and ends the move adjacent to a tree, a treant, or a plant of Large size or larger. When she teleports in this manner, she deals 10 necrotic damage to all nonplant creatures adjacent to her at the end of the teleport.",damage:"she deals 10 necrotic damage to all nonplant creatures adjacent to her at the end of the teleport",category:2},{id:"a9821824-f421-407f-b7b9-af56e9d03d91",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Naiethar is reduced to 0 hit points, she dissipates into a spray of dead leaves but is not truly destroyed. She reappears in 1d10 days within 1 square of her phylactery tree, unless the phylactery tree is also destroyed.",damage:"She reappears in 1d10 days within 1 square of her phylactery tree",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"889f98ee-c322-4fd7-bcd8-9a798eebf3e1",name:"Priest of the Raven Queen",details:"",size:2,origin:4,type:2,keywords:"human",level:16,role:{type:0,flag:0,leader:!0},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +20, Religion +18",equipment:"chainmail; sickle",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:15},intelligence:{score:20},wisdom:{score:18},charisma:{score:25},hp:120,initiative:10,ac:28,fortitude:28,reflex:28,will:28,regeneration:null,auras:[{id:"a0702f76-7d6c-411b-b5b5-3de80b474882",name:"Raven’s Blessing",keywords:"",details:"aura 3; any ally within the aura gains resist 5 necrotic and a +1 bonus to attack rolls."}],powers:[{id:"eb6e50ee-476d-4825-b8c8-d710cf3342ef",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and the target gains vulnerable 5 cold or 5 necrotic until the end of the priest’s next turn.",damage:"2d6+4 damage",category:1},{id:"6cab1bd2-1e56-49a3-83b9-0dae3651824f",name:"Shadow Well",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"2d8+6 necrotic damage, and any enemy adjacent to the target takes 5 cold damage.",damage:"2d8+6 necrotic damage",category:1},{id:"146ec806-01f7-4fa3-a7f1-9fdbd60dc06d",name:"Winter’s Bitter Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"1d8+6 cold damage, the priest slides the target 3 squares, and the target is immobilized (save ends). Aftereffect: The priest slides the target 3 squares and the target is slowed (save ends).",damage:"1d8+6 cold damage",category:1},{id:"47feaac3-a6b4-4c52-a2a7-11f073286ce2",name:"Unkind Intervention",action:{action:4,trigger:"when an enemy within 5 squares of the priest hits an ally of the priest",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The enemy must reroll the attack and use the second result. If the attack misses, the enemy takes 5 cold and necrotic damage.",damage:"the enemy takes 5 cold and necrotic damage",category:5},{id:"75a2362d-2499-4a7f-a48b-6f72b4c38f65",name:"Furious Dismissal",action:{action:5,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Targets the triggering creature; no attack roll; the target teleports 5 squares and the priest or an ally makes a basic attack against the target.",damage:"the target teleports 5 squares and the priest or an ally makes a basic attack against the target",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eabd652e-2680-4e94-88a9-4a508d47a8ed",name:"Ralvaster ’Blaster’ Hendrick",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:18},intelligence:{score:22},wisdom:{score:20},charisma:{score:18},hp:184,initiative:8,ac:21,fortitude:17,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"f7e31c4a-bc04-47ba-a7ad-f11f574292e3",name:"Staff of Striking",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Arcane, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+8 damage, and target is dazed until end of the target’s next turn.",damage:"1d6+8 damage",category:1},{id:"09102d24-2eed-4074-9e86-10acd0549c89",name:"Magic Missile Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Force",condition:"(standard",range:"Ranged 20",attack:{bonus:12,defence:1},description:"",details:"one or two targets; 2d4+8 force damage, and the target is pushed 2 squares.",damage:"2d4+8 force damage",category:1},{id:"30fcae90-2733-49be-86ae-9fe7731c43e6",name:"Blast of Heart’s Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Arcane, Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"the target is dominated until the end of its next turn. Aftereffect: The target is dazed (save ends).",damage:"",category:1},{id:"119e31ce-081f-43ce-adaa-896683408045",name:"Blasting Defense",action:{action:4,trigger:"when ralvaster is hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Targets triggering attacker; 2d6+6 force damage, and target is pushed 5 squares and stunned (save ends).",damage:"2d6+6 force damage",category:5},{id:"239f7c3f-a13b-46e4-86ee-3743266196a7",name:"Winter’s Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"2d6+6 cold damage, and the target is immobilized until the end of Ralvaster’s next turn. The area becomes difficult terrain for the duration of the encounter.",damage:"2d6+6 cold damage",category:1},{id:"84c129ce-93e6-433a-925e-df198f99bff3",name:"Expeditious Retreat",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Ralvaster shifts up to twice his speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b06e87a0-0d4d-4280-b4f8-28fa93e03736",name:"Ritual-Born Killer",details:"Ritual-born creatures are birthed from concentrated sources of magical energy. They are loyal servitors of their creator given form by the rituals from which they spring.",size:2,origin:0,type:0,keywords:"construct",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Acrobatics +25, Athletics +23, Stealth +25",equipment:"",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:28},intelligence:{score:18},wisdom:{score:16},charisma:{score:10},hp:216,initiative:22,ac:37,fortitude:35,reflex:37,will:32,regeneration:null,auras:[],powers:[{id:"a5194cfd-8a0a-4557-b1d6-969e44e0b470",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+7 damage, and the ritual-born killer shifts 1 square.",damage:"3d6+7 damage",category:1},{id:"1b61e853-57bb-4eb0-9e92-11b849f7abed",name:"Storm of Strikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ritual-born killer shifts up to 4 squares, makes one slam against all adjacent targets (without shifting), and then shifts 1 square for each attack it made.",damage:"The ritual-born killer shifts up to 4 squares",category:1},{id:"b765e9eb-1c5c-4f80-90c8-f92a90f1ffa7",name:"Wild Slams",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ritual-born killer shifts up to 4 squares and makes up to two slam attacks.",damage:"The ritual-born killer shifts up to 4 squares and makes up to two slam attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"97375b53-1d8b-43b8-9be8-0318dcf08511",name:"Ritual-Born Sentinel",details:"Ritual-born creatures are birthed from concentrated sources of magical energy. They are loyal servitors of their creator given form by the rituals from which they spring.",size:2,origin:0,type:0,keywords:"construct",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:20},intelligence:{score:16},wisdom:{score:16},charisma:{score:10},hp:208,initiative:18,ac:36,fortitude:35,reflex:34,will:32,regeneration:null,auras:[{id:"62be0a09-d61d-4aff-8bae-9e2dc0aa88cf",name:"Flaying Windstorm",keywords:"",details:"aura 3; winds fill the area, making it difficult terrain. Each enemy that ends its turn within the aura takes 10 damage."}],powers:[{id:"7f21419e-874f-46af-99bf-a5b4ae17003b",name:"Storm Buffet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+8 damage, and the target is marked.",damage:"3d6+8 damage",category:1},{id:"da9b1be4-257b-42f9-9d22-c3408658d54e",name:"Storm Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:26,defence:2},description:"",details:"3d6+8 damage, and the target is dazed (save ends).",damage:"3d6+8 damage",category:1},{id:"e9803e68-e371-4703-9356-279f5291f02f",name:"Blasting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"4d8 damage, and the target is pushed 4 squares.",damage:"4d8 damage",category:1},{id:"06794053-e134-419e-85d7-9ca8819afc98",name:"Cyclone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"4d8+8 damage, and the target is restrained (save ends).",damage:"4d8+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"e9491f26-b6bf-4584-a413-ed024b696fca",name:"Shadowbane",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Good",languages:"Common, Elven",skills:"Athletics +13, Religion +11, Stealth +15",equipment:"dagger",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:22},charisma:{score:18},hp:156,initiative:12,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"1786b332-f3a9-418c-a79e-128882594335",name:"Vindicator",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+3 damage plus 1d6 radiant damage.",damage:"1d10+3 damage plus 1d6 radiant damage",category:1},{id:"8b3daa0b-c274-4f86-96c1-8ce3dffcf0ef",name:"Justice Flame",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d6+5 fire and radiant damage.",damage:"1d6+5 fire and radiant damage",category:1},{id:"3b9734ba-0cf9-4a13-b56a-85286737ead1",name:"Offensive Parry",action:{action:4,trigger:"when a melee attack misses shadowbane",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shadowbane shifts 1 square and makes a Vindicator attack against the triggering attacker. If the attack hits, the target is pushed 2 squares and falls prone.",damage:"Shadowbane shifts 1 square and makes a Vindicator attack against the triggering attacker",category:5},{id:"d77d411d-7713-415f-a50b-c1bde1b34d68",name:"Vindicator Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:null,description:"",details:"Shadowbane makes two Vindicator attacks and can shift 2 squares after each hit or miss. If he hits the same target with both attacks, the target takes ongoing 5 radiant damage (save ends), and the target is pushed 2 squares.",damage:"the target takes ongoing 5 radiant damage (save ends)",category:1},{id:"a761acc7-bfe2-4940-a5b7-d54f45e04950",name:"Vigilante’s Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shadowbane jumps up to 6 squares (up to 4 squares vertically) without provoking opportunity attacks.",damage:"Shadowbane jumps up to 6 squares (up to 4 squares vertically) without provoking opportunity attacks",category:2},{id:"76b4abb6-c68e-4f05-b062-2de7b9566c20",name:"Lay on Hands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Shadowbane or one ally to him regains 39 hit points.",damage:"Shadowbane or one ally to him regains 39 hit points",category:1}],damageModifiers:[],resist:"5 all when bloodied",vulnerable:"",immune:"",tactics:""},{id:"6b25337b-c9de-48da-8c6b-639951d25005",name:"The Hand of Torog",details:"",size:2,origin:4,type:2,keywords:"gnoll",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Endurance +7, Intimidate +5",equipment:"battleaxe; leather armor",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:12},intelligence:{score:7},wisdom:{score:12},charisma:{score:5},hp:52,initiative:2,ac:14,fortitude:15,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"9c82266f-18f4-49dd-82dd-297a3eb99ce7",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+5 damage, or 1d8+8 while bloodied.",damage:"1d8+5 damage",category:1},{id:"b7871eb3-a228-4ee1-a58a-c60994aca0a8",name:"Quick Bite",action:{action:7,trigger:"when gnoll marauder hits a bloodied enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"The Hand of Torog makes a bite attack against the same target; 1d6+1 damage, or 1d6+4 damage while bloodied.",damage:"1d6+1 damage",category:5},{id:"494abd62-5990-4382-bc9f-0c7b1f58e68a",name:"Desperate Loner",action:null,keywords:"",condition:"",range:"The Hand of Torog deals 5 extra damage on melee attacks when 2 or more enemies are adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ecfa891-efe6-441b-b244-fc93457832d7",name:"Unkindness of Ravens",details:"The Raven Queen’s temples, shrines, and graveyards attract her creatures.",size:3,origin:4,type:1,keywords:"swarm",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"3, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:4},constitution:{score:9},dexterity:{score:19},intelligence:{score:3},wisdom:{score:14},charisma:{score:6},hp:65,initiative:9,ac:21,fortitude:14,reflex:19,will:17,regeneration:null,auras:[{id:"b6768483-ced1-4baf-a0d1-9051e5886b79",name:"Claws and Beaks",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"630973cf-396f-4166-9878-029736f36ad4",name:"Unkind Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d4+3 damage, and the target is blinded until the end of the unkindness of ravens’ next turn.",damage:"1d4+3 damage",category:1},{id:"a4807618-b151-439c-b01b-b0642796c781",name:"Scattering of Feathers",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"he unkindness of ravens breaks apart into its constituent parts and cannot be attacked until the start of its next turn, at which point it reforms in any space within 5 squares of the space it vacated.",damage:"at which point it reforms in any space within 5 squares of the space it vacated",category:5},{id:"3c9e45f5-5c96-4a29-8c79-9c0c63099284",name:"Blot the Sun",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An unkindness of ravens blocks line of sight. Creatures entirely in its space are blinded.",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"ea542250-20ac-4793-8797-51792e48e7ab",name:"Uthias Darkwell",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +18, Insight +20",equipment:"plate armor",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:22},intelligence:{score:18},wisdom:{score:28},charisma:{score:25},hp:256,initiative:14,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[{id:"e29f08e6-6c7a-4f54-8ee7-a06efce897f1",name:"Aura of Resolve",keywords:"",details:"aura 2; any ally within Uthias’s aura gains a +2 bonus to all defenses."}],powers:[{id:"ac5ff241-fcac-4f37-9a74-54400bfece2d",name:"Vigilant Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+9 radiant damage, and the target is marked.",damage:"1d10+9 radiant damage",category:1},{id:"ab27a8af-2afe-4bfb-a844-7ead351cad9f",name:"Blazing Retribution",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+9 damage, and the target takes ongoing 10 radiant damage (save ends). Until the end of the encounter, on a turn the target takes radiant damage, the target is immobilized until the end of its next turn.",damage:"1d10+9 damage",category:1},{id:"e62968b4-6e7a-4e65-8728-5bf8536fc9c1",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uthias makes a basic attack against two targets adjacent to him.",damage:"",category:1},{id:"0417ef7a-4d44-4d72-a496-7fb4ce097562",name:"Harsh Dictum",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder",condition:"",range:"Close burst 1",attack:{bonus:17,defence:3},description:"",details:"2d10+3 radiant and thunder damage, and the target is dazed (save ends).",damage:"2d10+3 radiant and thunder damage",category:1},{id:"e4590a13-44ac-452a-a411-db122239896b",name:"Harsh Justiciar",action:{action:5,trigger:"when a marked target shifts or makes an attack that does not include uthias as a target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uthias makes a vigilant sword attack against the target. If this attack hits, the target falls prone.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b6be08f8-1663-4e30-b57f-6bd713ca0a7a",name:"Waterdeep Street Thug",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"dagger; hide armor; morningstar",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:82,initiative:9,ac:21,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"c57d43e7-39d2-49de-a6f8-13d3b2d5f5b8",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and target is marked until the end of the thug’s next turn.",damage:"1d10+5 damage",category:1},{id:"593911e2-ad60-4bd8-b6c7-c79abcb495e7",name:"Poisoned Dagger",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:14,defence:0},description:"",details:"1d4+6 damage, ongoing 5 poison damage, and the target grants combat advantage (save ends both).",damage:"1d4+6 damage",category:1},{id:"babc6861-57eb-4240-b55b-b998f523a633",name:"Rattling Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"2d10+8 damage, and the target takes a –2 penalty to attack rolls until the end of its next turn. If the target was marked by the tough, the target is also dazed until the end of the tough’s next turn.",damage:"2d10+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"adb46522-1d8d-462d-9c5d-56224c0f3276",name:"Alyshex",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"",equipment:"short sword",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:17},intelligence:{score:14},wisdom:{score:11},charisma:{score:11},hp:35,initiative:3,ac:15,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"b4d61264-6446-4416-a2ab-c9113631c3b3",name:"Skewer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"2b00e567-ea81-4572-8259-648a52f039c6",name:"Ice Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"1d10+3 cold damage and the target is slowed (save ends).",damage:"1d10+3 cold damage and the target is slowed (save ends)",category:1},{id:"a63d57ca-61b4-40ca-83d7-c36b33a0597f",name:"Storm of Energy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"1d10+3 lightning damage and the target is dazed (save ends).",damage:"1d10+3 lightning damage and the target is dazed (save ends)",category:1},{id:"51d141cd-2fa4-4d67-b1b2-0111759e2b46",name:"Shield",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Alyshex gains +4 to AC and Reflex until the end of her next turn",damage:"Alyshex gains +4 to AC and Reflex until the end of her next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f25c124f-9727-4c98-a575-00545eced6b7",name:"Amreth Gaunt",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:6,flag:1,leader:!0},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Chondathan, Common, Dwarven, Elven, Goblin",skills:"Bluff +10, Diplomacy +10, Endurance +9, History +10, Insight +11, Thievery +12",equipment:"dagger; leather armor; short sword",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:19},intelligence:{score:15},wisdom:{score:17},charisma:{score:15},hp:136,initiative:9,ac:21,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"2f23ef21-3e3b-4b81-81fe-7519a3d74bff",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"34b63297-6bb7-4ae7-b4b9-3130d872782e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"148c069f-f192-4204-a26a-9514ab68a3ce",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"6c9ce21e-c324-48f1-952e-0b3cb8c01083",name:"Fencing Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Gaunt makes a short sword attack and a dagger attack (melee or ranged), and he shifts 1 square after each attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"e8875938-a1a6-4a83-8c52-9deca5212b75",name:"Surprise Counter",action:{action:5,trigger:"when hit or missed by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Gaunt can shift 1 square before the attack; he gains combat advantage against the target (included in attack and damage); targets the triggering attacker; 3d6+4 damage, and the target grants combat advantage until the end of Gaunt’s next turn.",damage:"he gains combat advantage against the target (included in attack and damage)",category:5},{id:"96050dd1-1b8d-4f92-9472-7cda52ce3391",name:"Muddling Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires short sword",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage, and the target is slowed and grants combat advantage (save ends both), and it slides 2 squares.",damage:"2d6+5 damage",category:1},{id:"c3a0be05-f1d6-4e72-b563-7bfa9665ad41",name:"Blinding Bomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:1},description:"",details:"the target treats all nonadjacent squares as lightly obscured until the end of Gaunt’s next turn. This attack doesn’t provoke opportunity attacks.",damage:"",category:1},{id:"d3e69d44-7941-4ce1-b100-534376730959",name:"Ignoble Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gaunt ends any marked condition currently affecting him, and he shifts 6 squares.",damage:"and he shifts 6 squares",category:2},{id:"78a22b50-d9a6-42a0-8c87-d1935fdf12d7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gaunt deals 2d6 extra damage when he hits a creature he has combat advantage against.",damage:"gaunt deals 2d6 extra damage when he hits a creature he has combat advantage against",category:0},{id:"74bc9a67-f11d-444e-b47d-65ca79608ea9",name:"Quick Draw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gaunt can draw an item as part of the same action required to use that item.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ac564dd1-b6d5-4971-8274-4ab54e486ab5",name:"Angel of Command",details:"",size:3,origin:3,type:2,keywords:"angel",level:25,role:{type:7,flag:0,leader:!0},senses:"Perception +18",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Athletics +27, Insight +19",equipment:"heavy shield; longsword",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:22},charisma:{score:22},hp:234,initiative:19,ac:41,fortitude:39,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"9146af2c-5d1a-4f7d-8f61-4d1ff89adcc3",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the target is marked until the end of the angel of command’s next turn.",damage:"3d8+9 damage",category:1},{id:"e45263e0-5ca3-4dcb-9be5-1480a88a0551",name:"Honor Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8+9 damage and the target is marked, immobilized, and takes ongoing 15 radiant damage (save ends all).",damage:"3d8+9 damage and the target is marked",category:1},{id:"3c97b8aa-59c3-46b5-a519-dee853fc6ea8",name:"Edict of Honor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:28,defence:3},description:"",details:"3d8+9 thunder damage, and the target is marked until the end of the angel of command’s next turn, and the angel of command pulls the target 2 squares.",damage:"3d8+9 thunder damage",category:1},{id:"92a13aff-ba2d-4e7b-bfd1-40e0436281a5",name:"Lead the Faithful",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies deal 5 extra radiant damage when they hit a creature marked by an angel of command.",damage:"allies deal 5 extra radiant damage when they hit a creature marked by an angel of command",category:0},{id:"0500ae0a-1641-474f-931e-13e70ac7513b",name:"From One, Many",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"immediate reaction where an angel minion ally within 5 squares is reduced to 0 or fewer hit points",range:"",attack:null,description:"",details:"Four angel minions of the same type rise from the remains of the triggering angelic minion. These minions appear in the square in which the triggering minion fell, or the nearest unoccupied square. The new minions act on the same initiative count as the triggering minion.",damage:"",category:1},{id:"660bb504-8bc1-48c7-8fc6-109d144d86a7",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of command takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of command takes a -2 penalty to the attack roll",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"68387a11-f0bc-4b38-8c94-7917e0615025",name:"Angel of Thunder",details:"",size:3,origin:3,type:2,keywords:"angel",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"10, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Insight +23, Religion +23",equipment:"quarterstaff",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:22},intelligence:{score:24},wisdom:{score:25},charisma:{score:27},hp:173,initiative:18,ac:36,fortitude:34,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"976bf3b4-8a52-43a8-b890-1c59f780c2c4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 1d6+8 damage plus 1d10 thunder damage.",damage:"1d6+8 damage plus 1d10 thunder damage",category:1},{id:"9a9a2fc5-c920-430e-9c35-ac504832b886",name:"Thunder Crack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:29,defence:1},description:"",details:"2d12+8 thunder damage, and the target is knocked prone.",damage:"2d12+8 thunder damage",category:1},{id:"22ce9c8b-ab5b-4acc-9d24-236dccfa5c2b",name:"Thunder Wing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:29,defence:1},description:"",details:"targets enemies; 2d6+8 thunder damage, and the angel of thunder pushes the target 2 squares. Effect: The angel of thunder shifts 2 squares.",damage:"2d6+8 thunder damage",category:1},{id:"0cb85e82-28a6-43df-9352-94ddc5ce0981",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"targets one, two, or three enemies in range; 3d12+8 lightning damage.",damage:"3d12+8 lightning damage",category:1},{id:"91d7036d-05b4-4ebf-9e8a-1c38f60b6ad3",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of authority takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of authority takes a -2 penalty to the attack roll",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"8ecd4a12-f44e-43d4-93a9-21da0c97dfd0",name:"Armorcutter Ant",details:"",size:2,origin:4,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision, tremorsense 10",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:11},intelligence:{score:2},wisdom:{score:11},charisma:{score:4},hp:68,initiative:2,ac:16,fortitude:17,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"4158ade8-0af6-4232-b52c-2ec05f2a9c7b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"2c46b5b6-30d0-40bd-a37d-c0a1b32ad0f3",name:"Shred Armor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage against the target",range:"",attack:{bonus:7,defence:0},description:"",details:"2d10+5 damage, and the target takes a -4 penalty to AC (save ends).",damage:"2d10+5 damage",category:1},{id:"bbde2e3d-56f4-45cc-87d5-bd0ac21bd32c",name:"Thrash",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:5,defence:2},description:"",details:"targets enemies; 1d10 damage, and the target is knocked prone. Miss: Half damage.",damage:"1d10 damage",category:5},{id:"cc4897f0-1e99-476e-b66a-5c881da3fb74",name:"Hive Armorcutter Frenzy",action:null,keywords:"",condition:"when any giant ant within 10 squares of the armorcutter is reduced to 0 hit points",range:"",attack:null,description:"",details:"The armorcutter makes a bite attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"320ee789-8c6d-474a-aa2c-18fc7bc7cc44",name:"Aspect of Codricuhn",details:"The aspect of Codricuhn is not a spiritual reflection or even a manifestation of the fiend lord’s dark will, but in truth, it is a clotted mass wrapped in chains pulled from Codricuhn’s form, ripped free and sucked into another world by reckless magic wielded by insane cultists and nihilists. The bleeding heap contains a fragment of Codricuhn’s consciousness, but even this fades as the pestilential evil asserts its control, guiding the monstrosity to slaughter the fools that called it into being.",size:4,origin:1,type:1,keywords:"blind, demon",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +16; blindsight 10, tremorsense 10",movement:"6, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"understands Abyssal",skills:"Athletics +24, Endurance +26",equipment:"",category:"",strength:{score:27},constitution:{score:30},dexterity:{score:21},intelligence:{score:4},wisdom:{score:20},charisma:{score:23},hp:520,initiative:16,ac:34,fortitude:37,reflex:34,will:32,regeneration:null,auras:[{id:"e90c10ec-81f2-46d0-97de-6242cab23bc4",name:"Chain Squall",keywords:"",details:"aura 2; the aspect of Codricuhn deals 10 damage to any enemy that ends its turn within the aura and slides that enemy 2 squares."}],powers:[{id:"4348a357-5a1b-4e47-87b6-a3fd78b047ab",name:"Barbed Grab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d6+8 damage, and the target is grabbed.",damage:"2d6+8 damage",category:1},{id:"97a13675-0602-4cd6-ba58-054a806e37c7",name:"Rending Release",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Reach 3; targets one creature the aspect is currently grabbing; 4d6+8 damage, and the aspect of Codricuhn slides the target 3 squares and is no longer grabbing the target.",damage:"4d6+8 damage",category:3},{id:"cf6523fc-980b-4d4b-a007-1cbd7cff1de1",name:"Tide of Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 3; the aspect makes a barbed grab attack against each creature in its reach.",damage:"Reach 3",category:1}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"5093aeb0-b2d8-4a53-993c-73a16ce0781f",name:"Bloody Knives Lieutenant",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common, Elven, Goblin",skills:"Acrobatics +13, Diplomacy +13, Stealth +13",equipment:"bastard sword; dagger; leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:212,initiative:10,ac:26,fortitude:22,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"d4a1b848-04e9-487c-95af-5d1d5f5b6721",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and the target is marked until the end of the lieutenant’s next turn.",damage:"1d10+6 damage",category:1},{id:"ba6f6a47-18d9-4fdc-b9ed-4f8787093fbb",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:{bonus:17,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"0686935c-fb82-44f0-aa30-4e6034aef440",name:"Bloody Brand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+6 damage, and the target takes ongoing 5 damage and grants combat advantage (save ends both). Miss: Half damage.",damage:"2d10+6 damage",category:1},{id:"9612214e-bde9-4af1-a0ae-a21642ee7d4e",name:"Slash and Dash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged",attack:null,description:"",details:"the Bloody Knives lieutenant makes a bastard sword attack, shifts 2 squares, and makes a dagger attack against a different target.",damage:"shifts 2 squares",category:1},{id:"645e6861-8da8-4e61-b47b-69838f6f7688",name:"Bloody Blade Riposte",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(targets triggering enemy)1d10+6 damage, and the target is dazed until the end of the lieutenant’s next turn.",damage:"(targets triggering enemy)1d10+6 damage",category:5},{id:"9edadb3a-b8b3-43c5-afcb-dd3a81014aab",name:"Combat Tumbleset",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lieutenant shifts its speed, and can shift through enemies’ squares during this movement, but must end the move in an unoccupied space.",damage:"",category:2},{id:"1d30c0ef-7410-4b55-97b1-5d7341819190",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The lieutenant deals 1d8 extra damage to any creature granting combat advantage to it.",damage:"the lieutenant deals 1d8 extra damage to any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ffdefbd-5cb9-4a92-9016-33f25d7d4760",name:"Cherubium",details:"",size:2,origin:3,type:0,keywords:"devil",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"2, fly 12 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:22},dexterity:{score:26},intelligence:{score:15},wisdom:{score:21},charisma:{score:27},hp:1,initiative:19,ac:39,fortitude:34,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"06465f70-3357-4dda-86df-efa751b4fc94",name:"Needling Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"3a819651-019b-46d5-ad57-1f484fc6205b",name:"Sweet Disposition",action:{action:5,trigger:"when a creature targets the cherubium with an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:3},description:"",details:"Range sight; targets the triggering creature; the target cannot attack the cherubium until the start of its next turn. The target is free to target a different creature with the attack. This power does not provoke opportunity attacks.",damage:"",category:5}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f97bf5c8-128e-4ebb-a3c0-6f6d904fbc95",name:"Codricuhn",details:"Codricuhn’s magnificence is no more: Gone is the coral crown, the sea spray of his breath, and the swirling currents cloaking his watery flesh. What the former primordial was has been replaced by chains and an unsightly blend of flesh and the remains of his elemental glory. Bits of a coral and bone skeleton are exposed or erupt awkwardly in painful, hornlike protrusions from his body. Where his body is whole, his flesh is a blend of angry red demon skin, masses of rock, and pools of bubbling magma.",size:5,origin:1,type:1,keywords:"demon",level:27,role:{type:3,flag:2,leader:!1},senses:"Perception +25; tremorsense 20, truesight 10",movement:"5, climb 5 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Athletics +27, Endurance +29, Intimidate +27",equipment:"",category:"",strength:{score:28},constitution:{score:32},dexterity:{score:26},intelligence:{score:10},wisdom:{score:24},charisma:{score:29},hp:1024,initiative:21,ac:41,fortitude:41,reflex:39,will:37,regeneration:null,auras:[{id:"24ae9bc0-6b7c-4cfb-888e-51f1073dfb13",name:"Primordial Groan",keywords:"",details:"(Fear) aura 5; any enemy that starts its turn within the aura takes a -5 penalty to damage rolls and grants combat advantage until the start of its next turn."},{id:"e80a48e4-3786-4d25-b7cc-c33cede816b2",name:"Writhing Chains",keywords:"",details:"aura 5; Codricuhn deals 10 damage to any enemy that ends its turn within the aura and slides that enemy 3 squares."}],powers:[{id:"48a43708-85fd-4746-a0ae-5548af39e404",name:"Ensnaring Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 1d8+9 damage, and the target is grabbed.",damage:"1d8+9 damage",category:1},{id:"6a0a1a4a-0b0e-40f9-898f-d79e520b711b",name:"Whipping Chains",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Codricuhn makes two ensnaring chain attacks.",damage:"",category:1},{id:"21baa719-ac2c-4519-9e6b-19735c4e1d21",name:"Rending Release",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 4; targets all creatures grabbed by Codricuhn; 4d6+9 damage, and Codricuhn slides the target 5 squares and is no longer grabbing the target.",damage:"4d6+9 damage",category:3},{id:"ea2ed3c5-0857-4e8a-bdba-c5a9bbab6de2",name:"Codricuhn’s Balance",action:{action:4,trigger:"when a creature within codricuhn’s line of sight is the target of a healing power",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:31,defence:2},description:"",details:"targets enemies; 3d8+8 lightning damage, and Codricuhn slides the target 3 squares.",damage:"3d8+8 lightning damage",category:5},{id:"f1932cbf-862e-41f0-9878-5021494ebf67",name:"Invoke the Blood Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Close burst 10",attack:{bonus:31,defence:1},description:"",details:"targets enemies; 1d6+8 damage, and ongoing 20 damage (save ends). Aftereffect: The target is stunned (save ends).",damage:"1d6+8 damage",category:1},{id:"60153931-391e-4d33-9ba1-ae7838c0a375",name:"Tide of Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"2d8+9 damage, and the target falls prone and is grabbed.",damage:"2d8+9 damage",category:1},{id:"28f5642a-10b9-44f4-ac11-0c4230278e2d",name:"Thunderous Torment",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:1},description:"",details:"2d6+9 thunder damage, and the target is dazed (save ends). This attack does not provoke opportunity attacks.",damage:"2d6+9 thunder damage",category:3},{id:"fd455215-f889-44a1-835a-8e89461eb693",name:"Loose the Chains",action:null,keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Codricuhn gains an action point.",damage:"",category:0},{id:"06fee857-3277-4b89-a301-4374289cbd4c",name:"Mutable Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Codricuhn can squeeze through spaces as though he were a Large creature.",damage:"",category:0}],damageModifiers:[{type:10,value:-30}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"b8c5bf2d-0837-42c5-9368-48204719905c",name:"Crossbow Thug",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"crossbow; crossbow bolt; leather armor; morningstar",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:1,initiative:7,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9c705ef2-fc31-468f-9b3a-58046b21ea39",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"37d094b0-832c-4f10-9ec3-921af692e919",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"bee8fe5d-ec0e-49f4-869c-d94b7229a5d1",name:"Beatdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage, and the target is knocked prone.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3891538-43fa-4c5b-8bee-65698040e40a",name:"Diaconate of Bindings",details:"",size:2,origin:4,type:2,keywords:"blind; human",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +8; blindsight 10",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +9, Intimidate +14, Religion +9",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:9},intelligence:{score:10},wisdom:{score:8},charisma:{score:20},hp:86,initiative:3,ac:22,fortitude:20,reflex:17,will:22,regeneration:null,auras:[{id:"262dc597-715d-4047-a6e7-342d6015da5a",name:"Maddening Fumes",keywords:"",details:"(Fear) aura 2; the diaconate slides any enemy that starts its turn within the aura 1 square"}],powers:[{id:"eb64bdf3-5f3b-4956-8808-1196ddf702d5",name:"Spiked Censer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d4+2 damage, and the target and each creature adjacent to the target take 5 poison damage and are slowed (save ends).",damage:"2d4+2 damage",category:1},{id:"4d60c19d-fa62-4c0c-89d7-859260d1c34c",name:"Master’s Shackles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"2d6+2 damage, and if the target shifts or willingly moves more than 3 squares before the start of the diaconate’s next turn, it takes 5 damage.",damage:"2d6+2 damage",category:1},{id:"a23d29cf-73ab-40fd-8364-c68610de15bb",name:"Horrific Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"must be bloodied",range:"",attack:{bonus:10,defence:3},description:"",details:"The diaconate momentarily removes its mask; the target moves its speed away from the diaconate by the safest route, and grants combat advantage (save ends). Miss: The target grants combat advantage (save ends).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e92c3557-6523-4acf-aaab-78546253ca38",name:"Dragon-Infused Gangster",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Athletics +15",equipment:"dagger; leather armor; longsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:104,initiative:10,ac:24,fortitude:24,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"4b8f315a-a1ff-4014-b603-c8bd97792f7c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"d00c2793-19b2-410a-8d46-f981e581d331",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"d3f037c7-4aaa-4647-a1f6-6b3a4e9ed06b",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:15,defence:0},description:"",details:"Range 5/10; 1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"5cd7aa9d-e8f0-45e2-8e4c-9fd6a64cd3e3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gangster makes a longsword attack and a dagger attack.",damage:"",category:1},{id:"b262bb64-3eee-4702-8f39-29f0bd07b05a",name:"Steely Resolve",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+10 damage, and the target is pushed 1 square.",damage:"2d6+10 damage",category:1},{id:"b8b8e48b-b330-4f1c-b548-e6db4af909f8",name:"Furious Assault",action:{action:7,trigger:"when the dragon-infused gangster hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gangster’s attack deals 1d10 extra damage.",damage:"the gangster’s attack deals 1d10 extra damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07792db3-a7a4-4a7f-82a1-1f51fd651930",name:"Exalted Captain",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:25,role:{type:7,flag:0,leader:!0},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Athletics +27, Insight +17",equipment:"heavy shield; longsword",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:20},charisma:{score:22},hp:174,initiative:19,ac:41,fortitude:39,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"5df2e5e9-57ed-4af6-af02-c04c4967c42d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+9 damage, and the target is marked until the end of the exalted captain’s next turn.",damage:"3d8+9 damage",category:1},{id:"dc14c2ec-2891-4209-9bb4-d336ddaed076",name:"Bolstering Sword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+9 damage, and the target is marked until the end of the exalted captain’s next turn and the exalted captain or one ally within 10 squares gains 15 temporary hit points.",damage:"3d8+9 damage",category:1},{id:"70502859-7f12-4654-b914-4aad9dc25fa7",name:"Edifying Shout",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"1d8+6 damage, and the target is marked until the end of the exalted captain’s next turn. Effect: Allies in the burst gain 10 temporary hit points.",damage:"1d8+6 damage",category:3},{id:"875ac0e3-90c2-450d-9377-3379fbd0756f",name:"Battlefield Command",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies gain a +2 bonus to attack rolls against creatures marked by the exalted captain.",damage:"Allies gain a +2 bonus to attack rolls against creatures marked by the exalted captain",category:0},{id:"33b8d426-6692-4e63-9b12-569f37eff814",name:"Divine Light",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"only while bloodied",range:"",attack:null,description:"",details:"The exalted captain regains 60 hit points, and the exalted captain and all allies within 5 squares gain a +2 bonus to all defenses until the end of the exalted captain’s next turn.",damage:"The exalted captain regains 60 hit points",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed903086-2208-4877-8aa0-ba971c330d4b",name:"Exalted Patroller",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:23},intelligence:{score:15},wisdom:{score:25},charisma:{score:18},hp:1,initiative:18,ac:40,fortitude:35,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"5429884c-e044-4b6f-8d44-a736b392c6df",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"795bb021-9579-40b0-9bd0-5ba67f64e996",name:"Riot Control",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If an exalted patroller hits a target that is adjacent to at least one other exalted patroller, the target is knocked prone.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17bbf018-09c2-4f24-a67c-0de71b1b21a9",name:"Exalted Watchman",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"leather armor",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:22},intelligence:{score:19},wisdom:{score:25},charisma:{score:27},hp:226,initiative:18,ac:38,fortitude:37,reflex:34,will:37,regeneration:null,auras:[],powers:[{id:"3cdd3bea-1f2a-4aba-a22e-23f1eb2fd537",name:"Truncheon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"e03e1783-dedc-4787-befd-05fc85c1b919",name:"Head Crack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"2d10+8 damage, and the target is dazed until the end of the exalted watchman’s next turn.",damage:"2d10+8 damage",category:1},{id:"bce557f2-d702-4908-89c0-7b0ef0f72487",name:"Take Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"2d10+8 damage, and the target is knocked prone, and is grabbed and restrained (until escape). Attempts to escape the grab take a -5 penalty.",damage:"2d10+8 damage",category:1},{id:"efea2503-ebea-4ae9-886c-740a61349534",name:"Symbol of Peace",action:null,keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"The target cannot make attacks (save ends).",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e98a995-acd8-43d8-bd59-5fbc20efb103",name:"Ghaash’kala Defender",details:"",size:2,origin:4,type:2,keywords:"orc",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5 (7 while charging)",alignment:"Lawful Good",languages:"Common, Goblin",skills:"Diplomacy +14, Intimidate +14, Religion +13",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:17},intelligence:{score:12},wisdom:{score:21},charisma:{score:15},hp:148,initiative:12,ac:31,fortitude:29,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"c20bfef2-5093-4854-8f1b-5464922d4638",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage, and the target is marked until the end of the defender’s next turn.",damage:"2d8+6 damage",category:1},{id:"b1d2d55a-37d8-46f0-a97b-3f92f36eb85b",name:"Binding Flame Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 fire damage, and ongoing 10 fire damage; the target is slowed. If the target is marked by the defender or is already slowed, it is immobilized instead of slowed.",damage:"2d8+6 fire damage",category:1},{id:"e704a692-1142-4b9a-8f6d-39daa4a83f65",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The defender makes a melee basic attack and regains 37 hit points.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07e8359f-1633-47ff-a4e8-967847dab3cd",name:"Ghaash’kala Mystic",details:"",size:2,origin:4,type:2,keywords:"orc",level:17,role:{type:0,flag:0,leader:!0},senses:"Perception +20; low-light vision",movement:"6 (8 while charging)",alignment:"Lawful Good",languages:"Common, Goblin",skills:"Diplomacy +16, Religion +17",equipment:"hide armor; quarterstaff",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:16},intelligence:{score:19},wisdom:{score:24},charisma:{score:16},hp:129,initiative:11,ac:29,fortitude:29,reflex:27,will:31,regeneration:null,auras:[],powers:[{id:"df062a97-7102-46c2-ad52-c9a64f8fdece",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"8ffe6257-9c93-4840-ad39-6f5c0e597caa",name:"Binding Immolation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement, Radiant",condition:"",range:"Area burst 2 within 10 squares",attack:{bonus:20,defence:1},description:"",details:"targets enemies; 2d8+7 fire and radiant damage, and the target is slowed. Effect: Any ally in the burst gains 10 temporary hit points.",damage:"2d8+7 fire and radiant damage",category:1},{id:"34e968da-c9d7-4213-9d9b-2ac9c0dcc569",name:"Warrior’s Blessing",action:{action:5,trigger:"when a bloodied ally within 10 squares of the mystic hits with a melee basic attack",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The triggering ally regains 10 hit points and deals 10 extra fire and radiant damage with the triggering attack.",damage:"the triggering ally regains 10 hit points and deals 10 extra fire and radiant damage with the triggering attack",category:5},{id:"355e6184-41b7-4739-948f-84dbb2e4c6be",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied",range:"The mystic makes a melee basic attack and regains 32 hit points.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3ef7b41-deac-4d3c-b3e9-5f9fe4c90ff0",name:"Goran Steelgate",details:"",size:2,origin:3,type:2,keywords:"dwarf, exalted",level:27,role:{type:7,flag:1,leader:!0},senses:"Perception +21",movement:"6",alignment:"Good",languages:"Common, Supernal",skills:"Athletics +27, Insight +17",equipment:"heavy shield; warhammer",category:"",strength:{score:27},constitution:{score:31},dexterity:{score:22},intelligence:{score:23},wisdom:{score:26},charisma:{score:21},hp:572,initiative:21,ac:45,fortitude:45,reflex:39,will:43,regeneration:null,auras:[{id:"d55a471a-4727-4f99-a3a6-b791e1f32d33",name:"Cooperative Tactics",keywords:"",details:"aura 5; allies within the aura deal 10 extra damage when attacking a target they are flanking and gain a +2 bonus to all defenses when adjacent to another ally."}],powers:[{id:"96fa34e5-a8d0-4f1c-a319-f247a3b8b74c",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d8+9 damage, and the target is marked until the end of Goran’s next turn.",damage:"3d8+9 damage",category:1},{id:"02f72a89-1b20-462f-a98d-936d3b3da48e",name:"Shield Bash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"2d6+9 damage, and the target is knocked prone and dazed (save ends).",damage:"2d6+9 damage",category:1},{id:"e656f264-46ca-4c80-b9dc-e5b7dc9b991d",name:"Hammer and Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Goran makes a warhammer attack and a shield bash attack.",damage:"",category:1},{id:"adf4bbe7-7f2e-4488-9759-5fd76abf4fc3",name:"Crucible of Forging",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"4d10+9 fire damage, and the target takes ongoing 15 fire damage and takes a -5 penalty to AC (save ends both).",damage:"4d10+9 fire damage",category:1},{id:"b6ef1756-05b2-46d6-8f24-819dfdc6e3a2",name:"Judgment of Thunder",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fear, Thunder",condition:"",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 4d10+9 thunder damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"4d10+9 thunder damage",category:1},{id:"ac3a40d0-1d07-49fb-ac98-3a0188c65557",name:"Second Wind",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Goran regains 118 hit points and gains a +2 bonus to all defenses until the end of his next turn.",damage:"Goran regains 118 hit points and gains a +2 bonus to all defenses until the end of his next turn",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"512b096b-ef63-4862-a8a5-996c05106aaf",name:"Granosos",details:"",size:3,origin:3,type:1,keywords:"sphinx",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +29; low-light vision",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"Common, Dwarven, Elven, Primordial, Supernal",skills:"Insight +30",equipment:"",category:"",strength:{score:29},constitution:{score:28},dexterity:{score:27},intelligence:{score:31},wisdom:{score:32},charisma:{score:32},hp:672,initiative:21,ac:40,fortitude:39,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"22fe4876-ad7c-4ef0-abf9-fe247781cb9a",name:"Ancient Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"4d10+8 damage.",damage:"4d10+8 damage",category:1},{id:"a81507c7-61b0-4c53-ad89-3a9d40c924fb",name:"Bite of Ages",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10+8 damage, and the target is knocked prone and immobilized (save ends).",damage:"2d10+8 damage",category:1},{id:"bc7d7c63-af51-49d5-801d-1373806e6419",name:"Primordial Riddle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor",range:"Ranged 10",attack:null,description:"",details:"Granosos compels the target to contemplate a riddle. The target is dazed until the end of the encounter or until it answers the riddle. To determine the answer, a creature must spend a minor action and succeed at a DC 28 History check. A target that does not attempt to answer the riddle during its turn takes 3d8 psychic damage at the end of its turn. An ally can provide the answer and end the effect. If an ally ends the effect, the target takes 3d8 psychic damage.",damage:"a target that does not attempt to answer the riddle during its turn takes 3d8 psychic damage at the end of its turn",category:1},{id:"e1260563-4fc2-4d6d-a03e-d08f79954d2e",name:"Great Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"5d10+10 thunder damage, and the target is pushed 5 squares and is knocked prone.",damage:"5d10+10 thunder damage",category:1},{id:"941e72b4-ab95-4a2a-b8f7-4eec7041281e",name:"Fury of Ages",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Granosos makes an ancient claws and a bite of ages attack. If both hit the same target, the target is weakened (save ends).",damage:"",category:1},{id:"600e93d5-a524-43f6-809a-29eb27f51b1f",name:"Sands of Time",action:{action:5,trigger:"when granosos is hit with an attack",sustainAction:0,use:1,recharge:"recharges when a creature takes damage from primordial riddle"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Granosos gains a +4 bonus to all defenses against the triggering attack. If the triggering attack still hits, Granosos takes only half damage.",damage:"granosos takes only half damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d005509d-2312-493d-b8ae-028a5364f5aa",name:"Guionne",details:"",size:2,origin:3,type:2,keywords:"devil",level:26,role:{type:3,flag:1,leader:!1},senses:"Perception +18",movement:"6, teleport 6",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +25",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:22},intelligence:{score:28},wisdom:{score:21},charisma:{score:27},hp:502,initiative:19,ac:43,fortitude:38,reflex:41,will:41,regeneration:null,auras:[],powers:[{id:"98c5c84c-59d4-46e6-b524-953c37f7f988",name:"Backhand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+9 damage, and the target is pushed 2 squares and dazed (saves ends).",damage:"2d8+9 damage",category:1},{id:"9f9fcd32-f7f6-442b-be45-5d6139a75865",name:"Acid Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Implement",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"3d8+9 acid damage, and the target takes a -2 penalty to attack rolls until the end of Guionne’s next turn.",damage:"3d8+9 acid damage",category:1},{id:"394b68cd-6aab-4b88-a071-5753b0aca9cd",name:"Molten Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Implement",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"3d8+9 fire damage, and ongoing 15 fire damage (save ends).",damage:"3d8+9 fire damage",category:1},{id:"d2b2cec7-5fd6-4dc5-b25f-bd30cc2db7a2",name:"Wall of Burning Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Conjuration, Fire, Implement",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 10 squares. Guionne conjures a wall of red-hot iron covered in wicked barbs. The wall blocks movement, line of sight, and line of effect. Creatures that end their turn adjacent to the wall take 10 fire damage. Creatures that touch the wall or are pulled, pushed, or slid into the wall take 10 damage and 10 fire damage. The wall is 3 squares high, can be climbed with a DC 29 Athletics check (creatures climbing or standing on the wall take 10 damage and 10 fire damage for touching it), and cannot be destroyed. Sustain Minor: The wall persists.",damage:"creatures that end their turn adjacent to the wall take 10 fire damage",category:1},{id:"f8c953fc-bfb3-4618-9613-74b0ea5a8635",name:"Iron Spike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Range 5; Target must be within 2 squares of the wall conjured with wall of burning iron; 4d10+9 damage, and ongoing 15 fire damage and the target is immobilized (save ends both).",damage:"4d10+9 damage",category:1},{id:"9a7abc85-f50c-4272-890c-06a9fb4a9cf9",name:"Cherubium Conduit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Guionne can channel any of his powers with the implement keyword through one of his cherubium that is within 20 squares, treating the cherubium’s square as his own for purposes of the ability (line of sight, line of effect, range, origin squares, and so on). Guionne does not need line of sight or line of effect to the cherubium.",damage:"Guionne can channel any of his powers with the implement keyword through one of his cherubium that is within 20 squares",category:0},{id:"53b54acc-ed27-4dce-835b-466445b637c1",name:"Spawn Cherubium",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Guionne takes 15 damage and creates a cherubium in an adjacent square. The cherubium enters the initiative count immediately after Guionne and can act normally the turn it is created. Guionne cannot control more than two cherubium at a time; creating a new cherubium while he has two active destroys one of the preexisting cherubium.",damage:"guionne takes 15 damage and creates a cherubium in an adjacent square",category:3}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8092b726-b65e-45e8-b1f0-cc3910524d17",name:"Headmaster Burage",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +21",movement:"6, teleport 5",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +25",equipment:"",category:"",strength:{score:15},constitution:{score:25},dexterity:{score:16},intelligence:{score:32},wisdom:{score:27},charisma:{score:21},hp:518,initiative:16,ac:44,fortitude:39,reflex:42,will:42,regeneration:null,auras:[],powers:[{id:"454f0514-de5e-4186-98da-889db6093da1",name:"Caning",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8+9 damage, and the target is dazed and takes a -2 to attack rolls (saves ends both).",damage:"2d8+9 damage",category:1},{id:"9f1f5c09-ead1-4e3b-8206-0fb5aa7a88c9",name:"Chastisement",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:3},description:"",details:"3d8+9 damage, and the target is immobilized (save ends).",damage:"3d8+9 damage",category:1},{id:"84c6be68-2793-4c90-aa48-98c811c84e20",name:"Telekinetic Hurl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when headmaster burage hits with a basic attack"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:31,defence:2},description:"",details:"targets one creature in burst; 2d10+9 damage, and Headmaster Burage slides the target 5 squares and the target is knocked prone.",damage:"2d10+9 damage",category:1},{id:"85eec4ec-4d40-46f1-96e6-2af0411156e2",name:"Leaping Polymorph",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"the target becomes a Tiny animal (save ends). While in this form, the target cannot use powers or make attacks. Aftereffect: One of the target’s allies within 10 squares suffers the following attack: +31 vs. Fortitude; the target becomes a Tiny animal (save ends). While in this form the target cannot use powers or make attacks; .",damage:"One of the target’s allies within 10 squares suffers the following attack",category:1},{id:"4c81f90c-8e81-41b9-8ade-5993d08049f9",name:"Headmaster’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Headmaster Burage makes two basic attacks.",damage:"",category:1},{id:"67dbebf2-3855-4f9a-bdde-4f39ae76e08d",name:"Startling Displacement",action:{action:5,trigger:"when headmaster burage is hit with an attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Headmaster Burage swaps places with one creature within 5 squares. The triggering attack hits this creature instead.",damage:"Headmaster Burage swaps places with one creature within 5 squares",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"20179ec7-d77e-4a53-b32d-770fff5f378b",name:"Industrial Automaton",details:"",size:4,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:2,leader:!1},senses:"Perception +6",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:10},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:516,initiative:6,ac:24,fortitude:25,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"48021653-0d19-4f1e-ab4d-daf2dd537601",name:"Hammerhand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d12+4 damage (2d12 + 9 while bloodied), and the target is knocked prone and grabbed. Sustain Minor: The automaton sustains the grab, and the target takes 10 damage. The automaton cannot make hammerhand attacks while grabbing a creature.",damage:"2d12+4 damage (2d12 + 9 while bloodied)",category:1},{id:"27f4a129-98a6-4d58-be05-def42ebae8de",name:"Shovel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d8+8 damage (2d8 + 13 while bloodied), and the target is pulled 2 squares.",damage:"2d8+8 damage (2d8 + 13 while bloodied)",category:1},{id:"e6a989d6-1004-4c2e-9041-b61a962e9103",name:"Automaton Fury Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The industrial automaton makes two hammerhand attacks and two shovel attacks. Each attack must target a different creature.",damage:"",category:1},{id:"8bb52b5a-862f-459c-97f9-9c1bc9e3fe80",name:"Fling",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 3; targets the triggering enemy; 1d10+5 damage, the automaton slides the target 3 squares and knocks it prone.",damage:"1d10+5 damage",category:5},{id:"aa5b889b-5456-40cb-8a82-06cec8dcea81",name:"Hoist",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the automaton has a creature grabbed",range:"",attack:{bonus:13,defence:2},description:"",details:"Targets grabbed creature; 2d12+8 damage (2d12 + 13 while bloodied), and the target is restrained (save ends) and no longer grabbed. Only one target can be restrained in this way at a time.",damage:"2d12+8 damage (2d12 + 13 while bloodied)",category:3},{id:"b76da79d-c486-4428-a564-fb3034cde829",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The automaton moves its speed and can enter enemies’ spaces. The automaton makes an attack against each enemy whose space it enters; 1d10+10 damage (1d10 + 15 while bloodied), and the automaton slides the target 2 squares.",damage:"1d10+10 damage (1d10 + 15 while bloodied)",category:1},{id:"51cdb38f-0376-45ad-8a81-2d8204c69703",name:"Death Burst",action:null,keywords:"",condition:"when the automaton drops to 0 hit points",range:"The automaton explodes in a shower of metal shards and loose gears: close burst 2",attack:{bonus:15,defence:0},description:"",details:"3d8+8 damage. Miss: Half damage.",damage:"3d8+8 damage",category:0},{id:"a8160eeb-23ec-49da-883a-fb82359c9a54",name:"Reverberate",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"when first bloodied",range:"",attack:{bonus:13,defence:1},description:"",details:"3d8+8 thunder damage, and ongoing 5 damage (save ends). Miss: Half damage.",damage:"3d8+8 thunder damage",category:1},{id:"8df19786-3bd8-4d75-ab4c-a031ed96e62b",name:"Catapult",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:2},description:"",details:"1d8+8 damage. The burst creates an area of difficult terrain that lasts until the end of the encounter.",damage:"1d8+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5bb4867f-ceaa-4f34-a7b0-a93b00afc263",name:"Iron Martyr",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"leather armor; spiked gauntlet",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:8},wisdom:{score:11},charisma:{score:10},hp:66,initiative:4,ac:16,fortitude:18,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"b20ca7c7-af70-45ad-b780-39dfbad7d4bc",name:"Spiked Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+6 damage, and the target is dazed until the end of the iron martyr’s next turn.",damage:"1d6+6 damage",category:1},{id:"c5eb184e-d4cf-47fd-ab37-4b6bf0a59308",name:"Hideous Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3d6+4 damage, and the target is stunned until the end of the iron martyr’s next turn.",damage:"3d6+4 damage",category:1},{id:"f3d3c45e-d9c0-4442-ab4b-5a3af9895333",name:"Bloodsoaked Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron martyr gains a +2 bonus to attack rolls, damage rolls, and Will.",damage:"damage rolls",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3a588cb0-407a-4031-b57e-39057953c220",name:"Kevrick",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"crossbow; dagger; leather armor; scimitar",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:15},wisdom:{score:20},charisma:{score:12},hp:292,initiative:21,ac:29,fortitude:26,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"f38f868a-6cb9-4f64-b706-1573e8eacfa6",name:"Slashing Feint",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage and Kevrick can shift 1 square (4d8 + 22 damage on critical hit).",damage:"2d8+6 damage and kevrick can shift 1 square (4d8 + 22 damage on critical hit)",category:1},{id:"1812ce1d-f015-441c-92ed-2cdf28a73a6c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kevrick makes two slashing feint attacks.",damage:"",category:1},{id:"49fe1c1f-84fd-4d17-9529-bc978db179d1",name:"Off-Hand Pierce",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"1d10+6 damage (2d10 + 16 damage on critical hit).",damage:"1d10+6 damage (2d10 + 16 damage on critical hit)",category:3},{id:"e8f82b1c-5f63-4b90-beac-43cf7c6dfe24",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"7e4dea82-a737-443e-b1c1-c8dd74416288",name:"Evil Eye of the Vistani",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"until the end of Kevrick’s next turn, the target grants combat advantage and cannot willingly move closer to Kevrick.",damage:"",category:3},{id:"6bc43ab8-c970-4627-b9bd-4237cf593de7",name:"Deadly Aim",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"4d10+6 damage and the target is stunned (save ends).",damage:"4d10+6 damage and the target is stunned (save ends)",category:1},{id:"3517c9ea-b5cc-44ca-9cf0-9ec2bb42ff1d",name:"Deadly Repercussions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Close burst 2",attack:{bonus:18,defence:3},description:"",details:"3d8+8 psychic damage. The target grants combat advantage and has ongoing 10 damage (save ends both). Until the target saves against this effect, once each turn when the target hits an ally roll 1d6; the target takes a penalty to saving throws equal to the result until the end of Kevrick’s next turn.",damage:"3d8+8 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8aa6340d-d98b-431b-86eb-53135df6289e",name:"Library Academic",details:"",size:2,origin:3,type:2,keywords:"exalted; eladrin",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Elven, Supernal",skills:"Insight +23, Religion +23",equipment:"",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:22},intelligence:{score:30},wisdom:{score:25},charisma:{score:19},hp:233,initiative:18,ac:39,fortitude:37,reflex:38,will:38,regeneration:null,auras:[{id:"79356e39-0e14-4db3-86ed-626675f4f209",name:"Litany of Sustaining",keywords:"",details:"aura 5; enemies within the aura take a -2 penalty to saves to end ongoing damage or conditions."}],powers:[{id:"ad3d719a-8508-449e-8735-0044b751bf28",name:"Sopoforic Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Psychic",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"2d10+8 psychic damage, and the target is stunned until the end of the library academic’s next turn.",damage:"2d10+8 psychic damage",category:1},{id:"ec819657-da0e-4df3-abb3-0d177978bb6b",name:"Word of Stumbling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"3d8+9 damage, and the library academic slides the target 3 squares.",damage:"3d8+9 damage",category:1},{id:"4206c513-d4b1-4a70-a874-4b1cf296be3c",name:"Word of Flaying",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Implement",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"4d10+9 damage, and ongoing 15 damage and the target takes a -2 penalty to attack rolls and all defenses (save ends all).",damage:"4d10+9 damage",category:1},{id:"2b92cbde-9f70-4fc8-ba5e-a0283b84325d",name:"Fey Step Mastery",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The library academic teleports 3 squares.",damage:"The library academic teleports 3 squares",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4e42e05-757a-4d98-9681-e57a9707e1ad",name:"Library Researcher",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:25,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +25",equipment:"implement, wand",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:30},wisdom:{score:26},charisma:{score:21},hp:175,initiative:15,ac:37,fortitude:33,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"e5ceb5d7-4f83-4037-90dc-e39a9cc1fb09",name:"Knock Back",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"2d8+10 damage, and the library researcher pushes the target 3 squares.",damage:"2d8+10 damage",category:1},{id:"c41a9576-95aa-49ac-908e-6dd4e9e058af",name:"Force Barrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"three attacks, each targeting the same or different creatures; 2d6+9 force damage. If a target is hit by two or more of the attacks, the target is knocked prone.",damage:"2d6+9 force damage",category:1},{id:"ec80e0d2-6464-4811-aaa0-ee439fce1278",name:"Prism Bomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear, Implement, Lightning, Poison",condition:"",range:"Area burst 2 within 20",attack:null,description:"",details:"each target in the burst is subject to the following attacks:",damage:"",category:1},{id:"ce6117ce-83c7-453b-9edb-96db9cf99543",name:"Cinder Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:2},description:"",details:"the library researcher conjures a zone of burning hot cinders. Any creature within the zone when it is conjured, which starts its turn within the zone, or moves into the zone is subject to the following attack; 3d10+9 fire damage, and the target takes ongoing 10 fire damage (save ends). Sustain Minor: The zone persists.",damage:"3d10+9 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0849376-1d7d-42a4-86ef-1494b8e9c625",name:"Methion Citizen",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:23},intelligence:{score:15},wisdom:{score:25},charisma:{score:18},hp:1,initiative:18,ac:38,fortitude:36,reflex:36,will:38,regeneration:null,auras:[],powers:[{id:"d2233f3b-0e62-4ee6-9eb1-cdac8ececf2e",name:"Improvised Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"bb70c46f-8382-4847-9918-917028007a07",name:"For Methion!",action:null,keywords:"",condition:"when reduced to 0 hp",range:"",attack:null,description:"",details:"The Methion citizen makes an improvised weapon attack as a free action.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e77ceb7-ee53-40ee-a7b5-c2dea28aaebd",name:"Methion Guildmaster",details:"",size:2,origin:3,type:2,keywords:"exalted; human",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Insight +23, Religion +23",equipment:"plate armor",category:"",strength:{score:20},constitution:{score:26},dexterity:{score:22},intelligence:{score:19},wisdom:{score:25},charisma:{score:27},hp:226,initiative:18,ac:38,fortitude:37,reflex:34,will:37,regeneration:null,auras:[],powers:[{id:"030eb7cb-a555-4eea-9f5c-ba7c784dca3b",name:"Forge Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d10+8 damage, and the target takes ongoing 10 fire damage (save ends).",damage:"2d10+8 damage",category:1},{id:"72b7dc77-1cfc-47c9-b4c9-853733b5a918",name:"Rune of Brittleness",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no targets are suffering the effects"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"the target takes a -5 penalty to AC, attack rolls, and damage rolls (save ends all). Only one rune power may be attempted a turn.",damage:"and damage rolls (save ends all)",category:3},{id:"5197371c-d591-429f-bc57-7bc5d80d7a51",name:"Rune of Weakness",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no targets are suffering the effects"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the target is weakened (save ends). Only one rune power may be attempted a turn.",damage:"",category:3},{id:"59630e92-6715-472c-8580-b6b3c626ef6b",name:"Rune of Reinforcement",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Methion guildmaster or an adjacent ally gains a +2 bonus to AC and Fortitude defenses for the remainder of the encounter or until the Methion guildmaster uses the power again. Only one rune power may be attempted a turn.",damage:"The Methion guildmaster or an adjacent ally gains a +2 bonus to AC and Fortitude defenses for the remainder of the encounter or until the Methion guildmaster uses the power again",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1861693-b2da-4bdd-b94d-e1c64a0c5a85",name:"Mithral Dragonkin",details:"",size:2,origin:4,type:2,keywords:"",level:25,role:{type:6,flag:0,leader:!1},senses:"Perception +18",movement:"8, fly 12 (hover), teleport 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +27, Insight +19",equipment:"longspear",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:22},charisma:{score:22},hp:234,initiative:19,ac:39,fortitude:39,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"519407ae-4cf2-4b5a-92a0-35c2a892dab2",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+9 damage and ongoing 10 radiant damage (save ends).",damage:"2d8+9 damage and ongoing 10 radiant damage (save ends)",category:1},{id:"e69a8b93-5b19-4d75-af2c-7857c5cb6cb5",name:"Dimensional Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mithral dragonkin teleports 5 squares, makes a longspear attack, teleports 5 squares, and makes a longspear attack against a different target.",damage:"The mithral dragonkin teleports 5 squares",category:1},{id:"037396aa-14d1-4a37-bc1f-e35501308ad8",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:28,defence:2},description:"",details:"3d8+9 radiant damage, and the target is blinded (save ends).",damage:"3d8+9 radiant damage",category:1},{id:"97c83f27-f283-48b9-a88a-5b22c6dbda39",name:"Prescient Defense",action:{action:5,trigger:"when the mithral dragonkin is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mithral dragonkin gains a +4 bonus to all defenses against the triggering attack. If the attack misses, the mithral dragonkin teleports 5 squares.",damage:"The mithral dragonkin gains a +4 bonus to all defenses against the triggering attack",category:5},{id:"c6eec9d0-9a8f-49f3-9a0a-e89177897193",name:"Dragonborn Fury",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The mithral dragonkin gains a +1 racial bonus to attack rolls.",damage:"The mithral dragonkin gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"030ea28d-1c78-4b04-874e-f6afbefee6a7",name:"Shocktroop Devil Line Breaker",details:"",size:3,origin:3,type:2,keywords:"devil",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:24},hp:219,initiative:15,ac:41,fortitude:35,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"f33b46c4-9234-40b6-bcdd-026c1be98c3a",name:"Sword and Shield",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and the shocktroop devil line breaker makes a secondary attack. Secondary Attack: Reach 2; +28 vs. Fortitude; the target is pushed 2 squares and dazed until the end of the shocktroop devil line breaker’s next turn.",damage:"3d6+8 damage",category:1},{id:"65d84286-7f6b-4d9e-97eb-3c2d6e04bc1e",name:"Shocktroop Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the shocktroop devil line breaker has full hit points"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The devil makes three sword and shield attacks, each against a different target.",damage:"",category:1},{id:"1ae4c6e2-c44b-460d-816d-fcadad9669a5",name:"Asmodeus’s Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a shocktroop devil line breaker is not bloodied, it gains a +2 bonus to all defenses against divine attack powers. While bloodied, it takes a -2 penalty to all defenses against divine attack powers.",damage:"it gains a +2 bonus to all defenses against divine attack powers",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4895a58d-8219-4ff7-bfc5-20778dadc7b6",name:"Silver Dragon Errant",details:"",size:4,origin:4,type:1,keywords:"dragon",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"10, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +27, Insight +19",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:24},intelligence:{score:14},wisdom:{score:14},charisma:{score:22},hp:564,initiative:19,ac:36,fortitude:38,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"9dc5069b-1c0c-4f86-9174-d8b82e684403",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 4d6+8 damage.",damage:"4d6+8 damage",category:1},{id:"e7970c9a-bfc2-444a-be7d-579895ce6287",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"d6a75ff4-4699-4726-9adc-ac0329c0ed1d",name:"Tail Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:25,defence:0},description:"",details:"one, two, or three enemies in blast; 4d6+8 damage, and the target is dazed (save ends).",damage:"4d6+8 damage",category:1},{id:"f2c8ea8b-8e6f-4d69-a842-a5ea3cbd445c",name:"Errant’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silver dragon errant makes two claw attacks and one bite attack.",damage:"",category:1},{id:"354909cb-e2a8-4fc5-b184-ba76c83dee68",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:23,defence:2},description:"",details:"3d8+8 cold damage, and the target gains vulnerable 10 to all damage (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"f9c7de5d-a7e5-4c55-8978-40f34b093159",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the silver dragon errant uses it.",damage:"",category:5},{id:"1479fd93-35e0-4c83-b4fa-05763b1b7ad9",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the silver dragon errant’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"4a7cee94-4c67-4625-8d5a-d2631e78827b",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A silver dragon errant makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"a silver dragon errant makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ae68582-0dc7-4d8d-9ea9-1d80cdd0706a",name:"Spell Shard",details:"",size:2,origin:3,type:0,keywords:"",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"2, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:23},dexterity:{score:23},intelligence:{score:12},wisdom:{score:27},charisma:{score:23},hp:1,initiative:18,ac:36,fortitude:35,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"f502239f-f45b-41c2-82b5-ab6a1506a5f6",name:"Origin Spell",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Force, Lightning, Thunder",condition:"(standard",range:"",attack:null,description:"",details:"When created, the spell shard knows one of the following attacks, determined randomly:",damage:"",category:1},{id:"642a4865-789a-4e87-8418-d670de947d68",name:"Energy Release",action:null,keywords:"",condition:"when the spell shard drops to 0 hit points",range:"",attack:null,description:"",details:"The spell shard makes an origin spell attack as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19dc31ad-59b5-4de3-8cbc-a09b67d5a907",name:"Terraguhl",details:"Among the most horrific creatures found in Codricuhn’s employ, the terraguhls are sentient mounds of grave dirt, replete with twitching corpses trapped in their bodies and compelled by madness and wickedness to bury their enemies alive.",size:3,origin:1,type:1,keywords:"demon, earth, undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +9; darkvision, tremorsense 10",movement:"5, burrow 5 see also plunge",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:8},hp:93,initiative:9,ac:24,fortitude:22,reflex:20,will:18,regeneration:null,auras:[{id:"c481356f-2b20-4325-b544-f89f5e548836",name:"Grasping Corpses",keywords:"",details:"aura 1; any enemy that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"181ca090-1e54-49ee-ae79-dca9a4849dd5",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+2 damage, and the target is slowed (save ends).",damage:"2d6+2 damage",category:1},{id:"87121001-23fc-4767-abd1-0bb82c110077",name:"Entomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"Close burst 3",attack:{bonus:11,defence:1},description:"",details:"targets one slowed or immobilized creature; the target is buried under the surface of the ground (save ends). While buried, the target is restrained and blind, and only creatures with burrowing can have line of effect to the target. Each time the target fails a save against this effect, it takes 5 damage and the terraguhl regains 5 hit points. Aftereffect: The target is half-buried (save ends). While half-buried, the target is immobilized and prone.",damage:"it takes 5 damage and the terraguhl regains 5 hit points",category:1},{id:"dafc5316-fc30-42cf-a392-286a62e6b94a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A terraguhl’s melee attacks deal 1d6 extra damage to any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"8e06e4d9-11b1-4d87-afa9-0e5ad8d1fb52",name:"Plunge",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The terraguhl shifts 1 square and burrows 2 squares.",damage:"The terraguhl shifts 1 square and burrows 2 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"7afd512d-d08f-476a-90f2-342ccf09a19c",name:"The Voice of the Storm",details:"The Voice is a horror. Possessed of an oversized mortal man’s physique, it is chiseled and almost appealing. From afar, the Voice seems angelic, with two feathery wings emerging from its back, but any physical beauty it might possess is immediately overshadowed by its awful visage. A great sucking maw occupies much of its head—a lamprey’s mouth filled with inwardly curved teeth clotted with rotten meat and a bevy of toxins.",size:3,origin:1,type:2,keywords:"blind, demon",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +18; blindsight 20, tremorsense 20",movement:"6, fly 8 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +23, Bluff +26, History +23, Intimidate +26",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:26},intelligence:{score:22},wisdom:{score:23},charisma:{score:29},hp:458,initiative:20,ac:39,fortitude:35,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"54136f60-a4db-4406-be94-8b14c8b3ac39",name:"Appalling Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d8+6 damage",category:1},{id:"f4690f02-3b3c-4476-98a2-16803e251538",name:"Wing Slap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+4 damage, and the Voice slides the target 2 squares.",damage:"2d8+4 damage",category:3},{id:"2c81cb7b-fd1a-4f64-aa2e-38333683171c",name:"Howl of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:29,defence:3},description:"",details:"targets enemies; deafened creatures are immune; the target is dazed and must use its standard action on its turns to make a basic attack against an ally adjacent to it or a charge attack against the nearest legal ally (save ends both).",damage:"",category:5},{id:"579ec86e-3e67-4a97-8034-902a39444904",name:"Speak the Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"3d8+9 thunder damage, and the target is dazed and deafened (save ends both).",damage:"3d8+9 thunder damage",category:1},{id:"eb3c5ced-4666-4be0-bb9f-7c2ca395e826",name:"Wind Gust",action:{action:5,trigger:"when an enemy moves to flank the voice",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"the Voice pushes the target 3 squares and knocks the target prone.",damage:"the Voice pushes the target 3 squares and knocks the target prone",category:5},{id:"73807e6a-43d8-41a1-b908-47de0cfcee7b",name:"Invoke the Master’s Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:29,defence:2},description:"",details:"1d10+9 damage plus 1d10 lightning damage. The burst creates a zone of crackling barbed chains until the end of the encounter. The zone is difficult terrain, and any creature that starts its turn within the zone takes 10 lightning damage.",damage:"1d10+9 damage plus 1d10 lightning damage",category:1}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"gaze",tactics:""},{id:"fc46b84c-1860-40b9-940b-596172b565c9",name:"Thug",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"leather armor; morningstar",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:1,initiative:7,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"a55994f5-b723-4f71-94c8-6b34c7b013b5",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"7fe5ba17-ebac-4206-8b1c-75453f73b8ac",name:"Beatdown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage, and the thug knocks the target prone.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3182e6a0-a021-42ee-a700-58ee9b76f840",name:"Valshelar",details:"",size:2,origin:1,type:2,keywords:"water; Genasi",level:2,role:{type:4,flag:1,leader:!1},senses:"Perception +6; tremorsense",movement:"6",alignment:"Evil",languages:"Common, Primordial",skills:"",equipment:"hide armor; katar",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:20},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:58,initiative:8,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ae351636-eb9b-4476-8f4a-60000eecc291",name:"Piercing Thrust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage (1d6 +9 damage on critical hit).",damage:"1d6+3 damage (1d6 +9 damage on critical hit)",category:1},{id:"5e451f49-221d-478d-b323-39a7d0b5678f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Valshelar makes two piercing thrust attacks.",damage:"",category:1},{id:"24e12de9-bca2-4951-9aa8-0db89de718cf",name:"Counter",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"When hit with a melee attack",attack:{bonus:7,defence:0},description:"",details:"1d10+3 damage (1d10 + 9 damage on critical hit) and the target is dazed (save ends).",damage:"1d10+3 damage (1d10 + 9 damage on critical hit) and the target is dazed (save ends)",category:5},{id:"aefee16b-0a70-4a58-bd9d-4bd9a9280f3b",name:"Dart Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:5,defence:2},description:"",details:"targets enemies; 2d6+3 damage and the target is slowed (save ends).",damage:"2d6+3 damage and the target is slowed (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04e68c77-e08a-4f4c-b297-3825675f784c",name:"War Devil Lieutenant",details:"",size:3,origin:3,type:2,keywords:"devil",level:25,role:{type:2,flag:0,leader:!0},senses:"Perception +17; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +20",equipment:"trident",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:15},wisdom:{score:20},charisma:{score:19},hp:286,initiative:19,ac:38,fortitude:37,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"c468b507-dd52-4d15-abc6-bea7c703a04a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"8127e53b-1109-4d68-afcd-af14d3cc2d60",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 4d4+9 damage and ongoing 5 damage (save ends), and the target slides into any square adjacent to the war devil lieutenant and is knocked prone.",damage:"4d4+9 damage and ongoing 5 damage (save ends)",category:1},{id:"b1a1387e-225a-44a3-bd8b-517b63a11aed",name:"Besieged Foe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"automatic hit; the target is marked, and allies of the war devil lieutenant gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil lieutenant marks a new target.",damage:"and allies of the war devil lieutenant gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil lieutenant marks a new target",category:3},{id:"4230bfaf-9410-4559-b63e-fed9ee3f1fe9",name:"Devilish Transposition",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:null,description:"",details:"the war devil lieutenant and an allied devil within range swap positions.",damage:"",category:2},{id:"81522544-cee0-4294-8ed6-72287d77cc90",name:"Fiendish Tactics",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects up to 2 allied devils of the war devil lieutenant’s level or lower; each target can take a move action or make a basic attack.",damage:"affects up to 2 allied devils of the war devil lieutenant’s level or lower",category:3}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"64512b03-a15e-4e07-ba6d-467ac950327b",name:"Watch Patroller",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"glaive; scale armor",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:10},charisma:{score:12},hp:1,initiative:8,ac:23,fortitude:20,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"72b42629-23d8-40f3-a329-e0414c6ac195",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 6 damage.",damage:"6 damage",category:1},{id:"dd0e0b30-7adb-4853-8399-ffda6eec798d",name:"Stop in the Name of the Law",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Reach 2; 6 damage, and the target is slowed until the end of the patroller’s next turn.",damage:"6 damage",category:1},{id:"5fb31830-6a31-4cc1-b78e-ebc85e287929",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it.",damage:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dcd09925-6aef-44ac-bddc-ded35f728111",name:"Watch Sergeant",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:7,flag:0,leader:!0},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; crossbow; crossbow bolt; longsword",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:104,initiative:10,ac:26,fortitude:22,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"8a38b538-ca4b-463a-b287-8a94144b4296",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of the watch sergeant’s next turn.",damage:"2d8+7 damage",category:1},{id:"b554595b-3faf-483e-9d8d-f60794dd1b51",name:"Line Support",action:{action:4,trigger:"when an enemy marked by the watch sergeant makes an attack that does not include the watch sergeant",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(targets triggering enemy)2d8+7 damage, and the target is pushed 1 square.",damage:"(targets triggering enemy)2d8+7 damage",category:5},{id:"b676dca3-f849-487d-ad22-bc5cc29e4759",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:14,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"e9b60577-df46-4d8a-b394-638e7c7eec95",name:"Call to Arms",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target makes a melee basic attack or shifts 3 squares as a free action.",attack:null,description:"",details:"targets allies",damage:"",category:5},{id:"705a2bd7-5ebc-412d-bf09-f7cd0d8dc4dc",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it.",damage:"The watch patroller gains a +2 bonus to AC while at least one watch patroller or watch sergeant is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46ba6da2-b1d0-4e6c-be69-654f4983741c",name:"Adrik Bronzeknuckle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"Acrobatics +13, Intimidate +10, Thievery +13",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:13},wisdom:{score:14},charisma:{score:14},hp:81,initiative:10,ac:21,fortitude:19,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"c5d4d8a4-3af9-416b-a8e3-23f1a50b4d1c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"d5e68bd2-5adc-4f7c-8f70-d9d1c8003579",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"fc49e4a0-659c-40e6-acb5-151cfa0c0db8",name:"Murderous Slice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"2d4+5 damage and the target takes ongoing 5 damage (save ends).",damage:"2d4+5 damage and the target takes ongoing 5 damage (save ends)",category:1},{id:"2b595710-b979-4218-b978-60956988eb98",name:"Slippery Dodge",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when adrik starts his turn adjacent to more than one enemy"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Adrik ends any mark condition affecting him and then shifts 3 squares.",damage:"Adrik ends any mark condition affecting him and then shifts 3 squares",category:2},{id:"630abec0-3bc8-4480-a9bd-7d679d39a87a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Adrik deals 1d6 extra damage against any target he has combat advantage against.",damage:"adrik deals 1d6 extra damage against any target he has combat advantage against",category:0},{id:"9c5af992-11ef-49d1-8191-87d7cbb29153",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bfc4df9-d655-4193-8339-b14f73f06d3a",name:"Ajathan Strongheart",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Any",languages:"Common, Elven",skills:"Arcana +14, Bluff +12, History +14, Streetwise +10",equipment:"dagger",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:180,initiative:7,ac:23,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"f505d349-a981-4fe2-9a7d-d60506e8bb2f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+5 damage, and the target is slowed until the end of Ajathan’s next turn.",damage:"1d4+5 damage",category:1},{id:"bb7dcee2-df52-4dff-bee5-1a5c5def17a7",name:"Charm Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"two targets; the target is dominated (save ends).",damage:"",category:1},{id:"00c0de66-e360-4007-8487-6c155c757f02",name:"Dual Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ajathan makes a phantom bolt attack against one creature and a teleporting bolt attack against another creature.",damage:"",category:1},{id:"cadc55a6-294b-476f-ba07-b64177d178fc",name:"Phantom Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d8+7 psychic damage, and Ajathan slides the target 1 square.",damage:"1d8+7 psychic damage",category:1},{id:"595c2a7b-a138-4844-a2b6-19426b777dc4",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d8+7 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"125386fb-0a6d-4c81-a5fa-83c8704807f6",name:"Angel of Great Valor",details:"",size:2,origin:3,type:2,keywords:"angel",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"6, fly 9 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:28},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:18,ac:39,fortitude:39,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"5c65a571-fdd6-4354-ae1a-1790f6d6e5e2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"14 fire damage.",damage:"14 fire damage",category:1}],damageModifiers:[{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e9c9cf97-4015-4b62-99d0-3e8fcf27c840",name:"Angel of Radiance",details:"",size:2,origin:3,type:2,keywords:"angel",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +23",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:25},intelligence:{score:15},wisdom:{score:30},charisma:{score:25},hp:1,initiative:22,ac:41,fortitude:39,reflex:39,will:39,regeneration:null,auras:[],powers:[{id:"0297cedc-10ae-4418-8ce7-b862d61fd191",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"14 damage.",damage:"14 damage",category:1},{id:"b70fe9c8-8968-4ef6-8815-1444b626a102",name:"Radiant Martyr",action:null,keywords:"Radiant",condition:"when the angel of radiance drops to 0 hit points",range:"close burst 10",attack:{bonus:28,defence:1},description:"",details:"The angel of radiance explodes in a burst of brilliant light; targets enemies; the target is blinded until the end of its next turn. Effect: Angels in the burst gain 10 temporary hit points.",damage:"Angels in the burst gain 10 temporary hit points",category:0}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"96013c21-0f05-4510-a445-0e9d1b53375e",name:"Angel of Warding",details:"",size:2,origin:3,type:2,keywords:"angel",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Supernal",skills:"Acrobatics +21, Insight +22, Intimidate +19",equipment:"fullblade; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:11},wisdom:{score:22},charisma:{score:16},hp:210,initiative:18,ac:38,fortitude:35,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"2b8db5e6-a038-4f61-95d6-1d3e0bc50557",name:"Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d12+7 damage (crit 6d12 + 31), and the target is marked until the end of the angel of warding’s next turn.",damage:"2d12+7 damage (crit 6d12 + 31)",category:1},{id:"7f30616a-d76b-4c2c-b61c-268733623dfc",name:"Holy Ban",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the angel of warding hits with a fullblade attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature the angel of warding has marked; the target can only spend move actions to move, and not shift, away from the angel of warding (save ends).",damage:"",category:3},{id:"cf145ded-085c-452c-b731-d66d6c961269",name:"Hewing Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires fullblade",range:"Close burst 1",attack:{bonus:30,defence:0},description:"",details:"one creature; 2d12+7 damage, and the angel of warding can repeat the attack against another creature in the burst.",damage:"2d12+7 damage",category:1},{id:"1d22a17d-49bc-4cec-abbf-bdfcc847f786",name:"Righteous Retaliation",action:{action:4,trigger:"when an enemy the angel of warding has marked ends its turn in a square not adjacent to an angel of warding",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Teleportation, Weapon",condition:"",range:"",attack:null,description:"",details:"The angel of warding teleports to a square adjacent to the triggering enemy, makes a basic attack, and teleports to the square it vacated.",damage:"",category:5},{id:"50c61b9b-e77c-448e-99c2-fb63e3d30d43",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against an angel of warding takes a –2 penalty to the attack roll",damage:"",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"3875f682-f90a-43b3-a226-ed5c629beac8",name:"Assassin Devil Abductor",details:"",size:2,origin:3,type:2,keywords:"devil",level:27,role:{type:4,flag:0,leader:!1},senses:"Perception +26; darkvision",movement:"12",alignment:"Evil",languages:"Common, Supernal",skills:"Stealth +28",equipment:"leather armor; longsword",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:30},intelligence:{score:18},wisdom:{score:27},charisma:{score:14},hp:186,initiative:27,ac:41,fortitude:37,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"5864e37d-a666-4814-8a25-27f8674e0187",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"2d8+6 necrotic damage, and ongoing 5 damage (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"c2256363-6063-40e1-afdd-e75d478a08e8",name:"Shadow Net",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the assassin devil uses shadow cloak"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:29,defence:2},description:"",details:"the target is restrained, is weakened, and takes ongoing 10 necrotic damage (save ends all). While a target is affected by shadow net, the assassin devil cannot use its shadow cloak power.",damage:"and takes ongoing 10 necrotic damage (save ends all)",category:1},{id:"e8938413-8b59-4c30-bf28-79e3d33dd8bb",name:"Spirit Away",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:29,defence:3},description:"",details:"one target restrained by shadow cloak; the target teleports 10 squares.",damage:"the target teleports 10 squares",category:1},{id:"546f31f3-4e45-4288-8cfa-b3d1aace6e26",name:"Dangerous Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it.",damage:"an assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it",category:1},{id:"bfc151ae-f25d-4153-98d7-b7aa5a7f3bc3",name:"Shadow Cloak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creatures are affected by shadow net"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The assassin devil abductor is invisible until it hits or misses with an attack.",damage:"",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7601e76-40b3-4756-badb-73b6d32d2895",name:"Brazen Devil Guard",details:"",size:3,origin:3,type:2,keywords:"devil",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +25; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +24",equipment:"trident",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:18},intelligence:{score:23},wisdom:{score:25},charisma:{score:22},hp:249,initiative:19,ac:43,fortitude:40,reflex:37,will:38,regeneration:null,auras:[],powers:[{id:"45a528a4-3d14-485a-bb8f-d8e9d08a9176",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 2d12+8 damage, and the target slides 1 square.",damage:"2d12+8 damage",category:1},{id:"0d70c4d1-9dbb-42ac-9a85-42dc3660d9cd",name:"Disgorge Hellfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:32,defence:2},description:"",details:"2d10+10 fire damage, and the target loses all resistances until the end of the brazen guard’s next turn.",damage:"2d10+10 fire damage",category:1},{id:"c62566ad-ac39-4224-ac55-1a78ffad2daf",name:"Furious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Reach 2; 2d12+8 damage, the target is pushed 3 squares, and the brazen devil guard teleports to a space adjacent to the target at the end of the push.",damage:"2d12+8 damage",category:1},{id:"7a6c6b34-eab6-4f92-8353-dc3d9983c97d",name:"Fiendish Opportunist",action:{action:4,trigger:"when an enemy is pushed",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"or slid into a square adjacent to the brazen devil",range:"",attack:{bonus:32,defence:1},description:"",details:"2d12+5 damage, and the target is knocked prone.",damage:"2d12+5 damage",category:5},{id:"7f618a23-f624-42c3-b042-5c052a318104",name:"Infernal Assault",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The brazen devil guard teleports 20 squares and gains a +2 bonus to attack rolls until the start of its next turn. The brazen devil guard can teleport into occupied squares, sliding any creatures occupying those squares into the nearest unoccupied squares.",damage:"The brazen devil guard teleports 20 squares and gains a +2 bonus to attack rolls until the start of its next turn",category:2}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b414abc6-7619-447f-ae42-a3ecc98931c8",name:"Cambion Hell Thrall",details:"",size:2,origin:3,type:2,keywords:"devil",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +24, Bluff +26",equipment:"dagger",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:22},intelligence:{score:24},wisdom:{score:21},charisma:{score:29},hp:220,initiative:18,ac:38,fortitude:34,reflex:36,will:38,regeneration:null,auras:[],powers:[{id:"a58c6df6-8eaa-42bf-bdc7-60b72b3b86b0",name:"Hellfire Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"4d6+3 damage, and the target gains vulnerability 5 fire until the end of the cambion’s next turn.",damage:"4d6+3 damage",category:1},{id:"5ab38c67-494b-47b0-8e84-de1f46be2d91",name:"Soulburn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"1d6+9 fire and psychic damage, and ongoing 10 fire and psychic damage (save ends).",damage:"1d6+9 fire and psychic damage",category:1},{id:"940ceaae-7f0f-4134-802b-0aec798cffcb",name:"Tortured Soul",action:{action:4,trigger:"when a target fails a saving throw to end the ongoing damage from soulburn",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:3},description:"",details:"the target is dazed until the end of the cambion’s next turn. Effect: The target slides 3 squares.",damage:"The target slides 3 squares",category:5},{id:"edfa453f-2816-41d0-808d-ed2a108a6946",name:"Plague of Hellfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the cambion is first bloodied"},keywords:"Fire, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:2},description:"",details:"targets enemies; 4d8+8 fire and psychic damage, the target takes ongoing 10 fire damage and the target is held immobilized 6 squares (30 feet) above the battlefield (save ends both). Aftereffect: The target falls and takes normal falling damage.",damage:"4d8+8 fire and psychic damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5004f4ac-de0c-4404-8042-e1bb2d0bc4ca",name:"Carnage Demon Savager",details:"",size:2,origin:1,type:1,keywords:"demon",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:7},wisdom:{score:18},charisma:{score:9},hp:1,initiative:12,ac:27,fortitude:29,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"f3e3f5c0-6e47-4aa8-8617-e47ce48301ae",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"3b76d896-dd9d-4181-94d8-79434cd08b7b",name:"Bloodlust",action:null,keywords:"",condition:"when the carnage demon savager drops to 0 hp adjacent to a bloodied enemy",range:"",attack:null,description:"",details:"The carnage demon makes a claw attack against an adjacent bloodied enemy.",damage:"",category:0},{id:"3a2c3c7f-f2a2-4333-856e-29970a310e14",name:"Carnage",action:null,keywords:"",condition:"",range:"The carnage demon savager gains a +1 bonus to melee attack rolls if it has one or more allies adjacent to its target, or +3 if one of these allies is another carnage demon.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fb3021a0-dd66-48d3-8aff-a70224e7d219",name:"Countess Tesyn ir’Lantar",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +16, Bluff +18, Insight +14",equipment:"dagger",category:"",strength:{score:9},constitution:{score:20},dexterity:{score:11},intelligence:{score:18},wisdom:{score:11},charisma:{score:22},hp:232,initiative:7,ac:26,fortitude:27,reflex:26,will:28,regeneration:null,auras:[{id:"35f5d064-29cd-4d09-9a91-506baf71ddf5",name:"Entropic Veil",keywords:"",details:"aura 5; enemies within the aura lower their resist values by 10."}],powers:[{id:"116593d6-11e6-42dc-9efb-60649094b355",name:"Demonclaw Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d4+5 damage, and the target takes 15 poison damage if it ends its turn within 5 squares of the Countess (save ends).",damage:"2d4+5 damage",category:1},{id:"2ce8b4d7-4d22-49ea-9675-412665f05381",name:"Rotfall",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Area burst 1 within 10",attack:{bonus:19,defence:2},description:"",details:"2d8+6 necrotic damage, and the target is knocked prone.",damage:"2d8+6 necrotic damage",category:1},{id:"d50904a7-ab80-44a0-947d-5fb973ca118c",name:"Storm Maw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:19,defence:2},description:"",details:"1d8+6 lightning damage plus 1d8 + 6 thunder damage, and the target slides 1 square toward the burst’s origin square. Miss: Half damage.",damage:"1d8+6 lightning damage plus 1d8 + 6 thunder damage",category:1},{id:"d6308d9c-278d-4d45-a75d-35e0b35d1b6f",name:"Demon Shackles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:1},description:"",details:"2d6+6 fire damage. Effect: A zone of spent heat springs up in the area. If a creature leaves the zone or is inside the countess’s aura before the end of the countess’s next turn, that creature takes 10 cold damage.",damage:"2d6+6 fire damage",category:1},{id:"92d41e32-87d3-4b04-9274-3040ca07c316",name:"Blood Power",action:{action:4,trigger:"when a bloodied enemy within 5 squares takes damage",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The countess regains the use of demon shackles or storm maw.",damage:"",category:5},{id:"cfa19e3d-4dc4-4386-b52f-b13e16d78394",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The countess can disguise herself to appear as any Medium humanoid. A successful Insight check (DC 28) pierces the disguise.",damage:"",category:3},{id:"d04b0298-41ad-49b7-ba3f-ca1d2c1cef48",name:"Demon Seed",action:{action:4,trigger:"when the countess drops an enemy to 0 hp",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Two carnage demon savager minions appear in unoccupied squares adjacent to the countess. The triggering enemy takes a –4 penalty to death saving throws while these minions live.",damage:"",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"e0c0d3ef-674f-492f-b83f-83cc9a4d3b23",name:"Ekud ’Myst’ Bronzeknuckle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:16},wisdom:{score:15},charisma:{score:16},hp:91,initiative:6,ac:22,fortitude:20,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"f0866f5d-927c-4de3-9997-c0859b5e4c84",name:"Rod of Acamar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 necrotic damage.",damage:"1d6+4 necrotic damage",category:1},{id:"7b00633e-eb61-468e-bff5-651e54b2a210",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement, Radiant",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"1d6+4 radiant damage, and if the target moves closer to Ekud on its next turn it takes 1d6 + 4 damage.",damage:"1d6+4 radiant damage",category:1},{id:"a11ff933-ae89-45bf-a1e3-e086f95a49b6",name:"Acamar’s Tide",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Implement, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:11,defence:1},description:"",details:"targets enemies; 2d8+4 necrotic damage and the target is pushed 4 squares.",damage:"2d8+4 necrotic damage and the target is pushed 4 squares",category:1},{id:"726df33a-5b13-4632-bc24-1c25e6ada898",name:"Death Breaks the Prison",action:null,keywords:"Necrotic, Psychic",condition:"when ekud is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"1d10 necrotic damage, and ongoing 5 psychic damage (save ends).",damage:"1d10 necrotic damage",category:0},{id:"60629a04-00bf-4793-87f2-1bb126957915",name:"Curse of Ulban",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"Must target the nearest enemy; no attack roll; the curse of Ulban lasts until the end of the encounter; whenever Ekud hits a cursed target with an attack, that target takes 1d6 extra damage and is slowed until the end of Ekud’s next turn.",damage:"that target takes 1d6 extra damage and is slowed until the end of ekud’s next turn",category:3},{id:"42ff6123-cb17-4221-9b21-467cec0bda62",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e66b6ea2-deca-4c85-b38b-5408a0e31a09",name:"Empyron Attendant",details:"",size:2,origin:3,type:2,keywords:"",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +21",movement:"6",alignment:"Lawful Good",languages:"Supernal",skills:"Heal +26",equipment:"",category:"",strength:{score:11},constitution:{score:26},dexterity:{score:26},intelligence:{score:10},wisdom:{score:27},charisma:{score:11},hp:1,initiative:21,ac:41,fortitude:39,reflex:39,will:39,regeneration:null,auras:[{id:"f515f063-30bc-41a6-8154-aaf29163264d",name:"Healing Presence",keywords:"",details:"(Healing) aura 1; allies in the aura regain 9 extra hit points whenever they regain hit points."}],powers:[{id:"6c634154-56b2-4b6e-8a87-904815af8039",name:"Martyr’s Shield",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:null,description:"",details:"allies in the burst gain a +2 bonus to all defenses until the end of their next turns.",damage:"allies in the burst gain a +2 bonus to all defenses until the end of their next turns",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"radiant",tactics:""},{id:"74d26930-0bbf-444a-92b8-4da0fb90d48a",name:"Forgespirit",details:"",size:3,origin:3,type:1,keywords:"air, earth, fire",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:25},intelligence:{score:6},wisdom:{score:21},charisma:{score:15},hp:236,initiative:19,ac:39,fortitude:39,reflex:37,will:35,regeneration:null,auras:[],powers:[{id:"078bc6a7-8247-439b-be3c-a1e0a563273a",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 1d6+8 fire damage, and ongoing 10 fire damage (save ends). If this attack hits a target already suffering from ongoing fire damage, the attack instead deals 10 extra fire damage.",damage:"1d6+8 fire damage",category:1},{id:"caf21c6c-8864-46f0-9f02-abc7c0c1cd4c",name:"Hammer on Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"Reach 2; 3d8+8 damage, and the target is pushed 3 squares and knocked prone.",damage:"3d8+8 damage",category:1},{id:"188200db-fac9-4e25-ae1b-36ffdd9d5083",name:"Forge Burst",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"3d6+9 fire damage. Effect: The squares along the edge of the burst become a zone of raging fire that lasts until the end of the forgespirit’s next turn (sustain minor). Any creature that starts its turn inside or enters the zone takes 20 fire damage.",damage:"3d6+9 fire damage",category:1},{id:"24044526-e9ef-40b8-b7ba-5285287dd37b",name:"Unearthly Bellows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"3d10+6 damage, and the target is pushed 3 squares, and slowed (save ends).",damage:"3d10+6 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c92ca58d-2464-492a-b163-beed062c78b4",name:"Forgesworn Dwarf",details:"",size:2,origin:3,type:2,keywords:"dwarf",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"chainmail; heavy shield; warhammer",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:20},intelligence:{score:10},wisdom:{score:23},charisma:{score:10},hp:1,initiative:18,ac:36,fortitude:40,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"e28c6385-8f2c-42f8-892f-5f0c1af6cf26",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"17 damage.",damage:"17 damage",category:1},{id:"dd823ddb-3e51-4b37-b8ac-70c6658628f0",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0},{id:"839f286e-dbbb-42a9-a93c-a238fea6d646",name:"Eternal Returns",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a forgesworn dwarf is reduced to 0 hit points while in the aspect of Moradin’s victorious song aura, two more forgesworn dwarves appear in unoccupied spaces adjacent to the aspect of Moradin at the end of his next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"40ba9a62-50e9-43db-90b9-fe98e9b9d9ea",name:"Godforged Blade Bearer",details:"",size:3,origin:3,type:0,keywords:"construct",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +26; truesight 10",movement:"8 see also swift blade",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:29},intelligence:{score:4},wisdom:{score:26},charisma:{score:8},hp:245,initiative:24,ac:42,fortitude:37,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"a7defbfe-32fe-4386-8eb9-d9e6616ddd99",name:"Swift Blade",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the godforged blade bearer shifts 1 square.",damage:"3d8+9 damage",category:3},{id:"e63f846b-5442-4f03-9954-2ea23445e289",name:"Sparking Damage",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Radiant",condition:"and 0 hit points",range:"Close burst 1",attack:{bonus:30,defence:2},description:"",details:"5d10 lightning and radiant damage.",damage:"5d10 lightning and radiant damage",category:1},{id:"338fde45-c70e-4c98-a4f4-8f84862954ab",name:"Murderous Intent",action:null,keywords:"",condition:"while marked by an enemy",range:"",attack:null,description:"",details:"The godforged blade bearer’s swift blade attacks deals 2d8 extra damage to targets that mark it.",damage:"the godforged blade bearer’s swift blade attacks deals 2d8 extra damage to targets that mark it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"7e64aba2-78c7-4f77-bfd2-eb3aaffb6466",name:"Godforged Bolter",details:"",size:2,origin:3,type:0,keywords:"construct",level:26,role:{type:0,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"4 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:30},intelligence:{score:2},wisdom:{score:20},charisma:{score:8},hp:185,initiative:23,ac:41,fortitude:38,reflex:41,will:36,regeneration:null,auras:[],powers:[{id:"e54ba4d8-a2f1-43dc-93da-bc198b35d6c8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+7 damage, and the target is pushed 2 squares.",damage:"2d8+7 damage",category:1},{id:"b3bdf40e-f4cc-47e1-a2fb-2c6fceec9858",name:"Impaling Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"2d6+10 damage, the target is immobilized (save ends), and the godforged bolter pushes the target 1 square. Aftereffect: The target takes 10 damage.",damage:"2d6+10 damage",category:1},{id:"67a92a7e-9eca-47de-b158-0e8a46542195",name:"Missile Defense",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:28,defence:2},description:"",details:"4d10+8 damage.",damage:"4d10+8 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"be8b76c3-d4e3-4fa0-82cd-8f4c0179f3c9",name:"Godforged Slasher",details:"",size:3,origin:3,type:0,keywords:"construct",level:29,role:{type:2,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:2},wisdom:{score:24},charisma:{score:8},hp:328,initiative:22,ac:41,fortitude:43,reflex:41,will:40,regeneration:null,auras:[{id:"3d03838b-3c0f-429b-afe6-1a233caadc12",name:"Spinning Blades",keywords:"",details:"aura 1; each creature that starts its turn in the aura takes 20 damage."}],powers:[{id:"ae5cc43e-f37b-44c5-87c3-eac6afa938fb",name:"Slashing Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"f502c53c-3ff0-4df1-91cf-d9cb324ec0a7",name:"Flensing Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:32,defence:0},description:"",details:"targets enemies; 2d8+6 damage, and ongoing 15 damage (save ends).",damage:"2d8+6 damage",category:1},{id:"024f565b-f373-4db0-84dd-72a8f70ecd5e",name:"Hasty Repair",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Reach 2; targets one shattered progeny; the shattered progeny is destroyed and the godforged slasher regains 40 hit points.",damage:"Reach 2",category:3},{id:"316b76f4-6842-4444-8240-886ac0511fc4",name:"Shattered Progeny",action:{action:7,trigger:"when reduced to 246",sustainAction:0,use:1,recharge:""},keywords:"",condition:"and 0 hit points",range:"",attack:null,description:"",details:"Place a shattered progeny token in an unoccupied space adjacent to the godforged slasher, and reduce the godforged slasher’s spinning blades damage by 5.",damage:"and reduce the godforged slasher’s spinning blades damage by 5",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"3782066c-b2ff-4c4e-84f3-69ce92d6af6a",name:"Half-Elf Smuggler",details:"Although the river elves are a colorful part of Fairhaven life, and most are as law abiding as most citizens, river life has its dark side. River elves are fantastic guides and expert shippers, but both traits make them ideal smugglers. Illicit goods come into Fairhaven through the river ports, and the bulk of that trade flows through half-elven hands. Finding a smuggling ring and shutting it down can be part of just about any heroic adventure.",size:2,origin:4,type:2,keywords:"",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:8,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"0908424d-3a49-4dd6-a1b4-8e99acbcfbdc",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"f74c42bd-e61a-4eb9-a8a6-e48d226c0d21",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a half-elf smuggler ends his or her move at least 4 squares from the square where he or she started the move, the smuggler’s attacks deal 3 extra damage until the start of his or her next turn.",damage:"the smuggler’s attacks deal 3 extra damage until the start of his or her next turn",category:0},{id:"20d1e773-2db1-4c33-b3f5-7987f9fb03ed",name:"Dock Runner",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A half-elf smuggler ignores difficult terrain when shifting.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e304adab-1313-4b8d-b816-4f411013aa37",name:"Hell’s Fury",details:"",size:2,origin:3,type:2,keywords:"devil",level:25,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"6, fly 8 (hover); see also feathery escape",alignment:"Evil",languages:"Supernal",skills:"",equipment:"arrows (30); leather armor; longbow; longsword",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:28},intelligence:{score:14},wisdom:{score:17},charisma:{score:22},hp:176,initiative:21,ac:39,fortitude:37,reflex:39,will:36,regeneration:null,auras:[],powers:[{id:"6069fd0b-883b-4f39-b638-5f5ae2cfcf42",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"2f989ac1-dde3-427e-afba-32d4ceb19044",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:32,defence:0},description:"",details:"2d10+9 damage, and ongoing 10 fire damage (save ends). If this attack hits a creature already suffering from ongoing fire damage, this attack instead deals 1d10 extra fire damage.",damage:"2d10+9 damage",category:1},{id:"4ce8a515-d352-4ea9-a899-c5995d8201c4",name:"Strafing Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the hell’s fury misses with a longbow attack"},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"The Hell’s fury flies its fly speed and makes two longbow attacks against two different targets at any point during this movement.",damage:"",category:1},{id:"cfaabb27-3ef8-45ea-a361-5b63df8a0321",name:"Iron Thorn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:30,defence:2},description:"",details:"3d10+9 damage, and an iron thorn appears in an unoccupied space adjacent to the target. The target cannot move more than 3 squares from the iron thorn and grants combat advantage to all attackers (save ends).",damage:"3d10+9 damage",category:1},{id:"e13988f2-8ba6-47b2-8b80-0f02296ae294",name:"Feathery Escape",action:{action:4,trigger:"when bloodied by an attack",sustainAction:0,use:0,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"The Hell’s fury disappears in a cloud of fiery feathers: close burst 1",attack:{bonus:28,defence:2},description:"",details:"4d10+8 fire damage. Effect: The Hell’s fury teleports 10 squares.",damage:"4d10+8 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"567bb90b-2982-4fea-95e2-dd5615528980",name:"Imre Levalle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"5 see also dwarven pursuit",alignment:"Evil",languages:"Common, Dwarven, Elven, Goblin",skills:"Bluff +9, Dungeoneering +11, History +10, Insight +10, Thievery +13",equipment:"battleaxe; leather armor; thieves’ tools; throwing hammer",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:190,initiative:10,ac:25,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"589ea208-441e-465f-9912-10c31e87f02f",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+6 damage, and the target is marked and slowed (save ends both). First Failed Saving Throw: Ongoing 5 poison damage, and the target is slowed (save ends both).",damage:"1d10+6 damage",category:1},{id:"ce745a4f-e2f3-42cd-8ca7-04b47b78239b",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee or ranged 5/10",attack:{bonus:16,defence:0},description:"",details:"2d6+3 damage, and the target is knocked prone.",damage:"2d6+3 damage",category:1},{id:"7cd003dd-204e-45e1-87f2-c3d312f47417",name:"Dwarven Tempest Footwork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Imre makes a melee attack with his axe and another with his throwing hammer. After the attacks, any target hit at least once slides 1 square.",damage:"",category:1},{id:"482b76ff-2623-4c31-9ea2-fe83266a9f80",name:"Parrying Counterstrike",action:{action:0,trigger:"when an enemy marked by imre leaves a square adjacent to him or makes an attack that doesn’t include him",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:null,description:"",details:"Imre makes a battleaxe attack against the triggering enemy.",damage:"",category:5},{id:"7fd0f9ce-981f-4bf3-b2ce-c764f04b70cc",name:"Dwarven Pursuit",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Imre can shift 2 squares, but he must end this movement adjacent to an enemy.",damage:"Imre can shift 2 squares",category:2},{id:"70aaf236-3834-49f0-821e-45c3a013e0bb",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull, a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fc5940e-539b-4ad7-9ecd-703384b91991",name:"Infernal Ironguard",details:"",size:3,origin:3,type:2,keywords:"devil",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:19},charisma:{score:24},hp:234,initiative:21,ac:41,fortitude:39,reflex:37,will:37,regeneration:null,auras:[{id:"a6ec9d40-5f9f-4122-8a88-7ef65889471e",name:"Guarding Presence",keywords:"",details:"aura 1; allies with the devil keyword that are in the aura gain a +2 bonus to AC and Reflex defense."}],powers:[{id:"bf10d535-7702-4e51-878e-b2165ac69b20",name:"Stab and Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d12+9 damage, and the target is pushed 5 squares and is knocked prone.",damage:"2d12+9 damage",category:1},{id:"4cbff54a-fe87-4b0e-837c-ee45094a00f3",name:"Protect at any Cost",action:{action:0,trigger:"when an adjacent ally is the target of an attack that does not include the infernal ironguard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(immediate interrupt",range:"",attack:{bonus:30,defence:2},description:"",details:"1d4+9 damage, and the target is pushed 5 squares, and is knocked prone.",damage:"1d4+9 damage",category:5},{id:"72aa20e2-fc7e-46cc-b63c-44059ed26fb1",name:"Dis Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While not bloodied, an infernal ironguard gains a +2 bonus to all defenses against divine attack powers. While bloodied, it takes a –2 penalty to all defenses against divine attack powers.",damage:"an infernal ironguard gains a +2 bonus to all defenses against divine attack powers",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cb52a51b-b3a2-4535-aaac-9b750bc10b2f",name:"Kobold Miner",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"backpack (empty); leather armor; war pick",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:1,initiative:4,ac:15,fortitude:11,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"0aad0d8b-f4e4-4844-8acc-9ac3c79c2cc3",name:"Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage (crit 6).",damage:"4 damage (crit 6)",category:1},{id:"7208c551-5b1c-4972-84b4-dc38d29cf5e0",name:"Small Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"de88d155-f449-4812-86af-2230fb4371dd",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"18531cc7-fc03-4595-b63b-25358bec11c9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b631119-7225-4cad-a12c-12170252792e",name:"Kreelo",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Elven",skills:"Bluff +16, Insight +14, Stealth +15, Thievery +15",equipment:"dagger; leather armor",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:18},hp:200,initiative:12,ac:24,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"48c3cd50-2287-4482-b7aa-ee0f5d6597e4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"055ed986-49a0-4aaa-86b1-9ec779db7be6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:15,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"daf240f2-3f5a-4be6-8103-767fb5736a3f",name:"Shapechanger’s Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Kreelo makes two basic attacks. He can shift 1 square as a free action after each hit.",damage:"He can shift 1 square as a free action after each hit",category:1},{id:"a7ade200-26ba-439e-864a-8b0455994f9c",name:"Dull Minds",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"the target takes a –2 penalty to attack rolls against Kreelo, or –4 if the attack occurs when it is not the target’s turn (save ends). If Kreelo hits a creature that is marking him with this attack, the mark ends and the target cannot mark Kreelo until the target saves.",damage:"",category:3},{id:"6fc5c902-774b-4dab-b5e1-bf41f7971ff9",name:"Steel Slipstream",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Close blast 5",attack:{bonus:15,defence:0},description:"",details:"2d4+7 damage and slide 1. After all attacks are complete, Kreelo shifts to any square in the blast.",damage:"2d4+7 damage and slide 1",category:1},{id:"1e258109-c58f-4c38-bdec-3cdfec08b135",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Kreelo ends his move at least 4 squares from the square where he started the move, his attacks deal 1d8 extra damage until the start of his next turn.",damage:"his attacks deal 1d8 extra damage until the start of his next turn",category:0},{id:"156828e1-c57f-41f1-9da7-9b10d13be9ad",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Kreelo can alter his physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e6d6888-a201-4f79-8434-81ef0cb99bce",name:"Legion Devil Militant",details:"",size:2,origin:3,type:2,keywords:"devil",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:16,ac:42,fortitude:38,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"1f8eeb08-308e-4d82-ac7a-84a201f3667d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"14 damage.",damage:"14 damage",category:1},{id:"a948644e-ba15-4902-971a-66afa006b6d6",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil militant gains a +2 bonus to all defenses when adjacent to at least one other legion devil.",damage:"The legion devil militant gains a +2 bonus to all defenses when adjacent to at least one other legion devil",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6f7ef692-d207-4402-a304-2ce7a30504dc",name:"Mithral Disciple Deva Knight-Errant",details:"",size:2,origin:3,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Good",languages:"Common",skills:"History +16, Insight +16, Religion +18",equipment:"broadsword; heavy shield; holy symbol; plate armor",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:10},intelligence:{score:18},wisdom:{score:16},charisma:{score:18},hp:111,initiative:7,ac:27,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"27ad88bd-1960-4435-b3e5-a3cacde924c5",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the target is marked until the end of the deva knight-errant’s next turn.",damage:"2d10+2 damage",category:1},{id:"a21633d4-827c-470c-be02-204510ca4a3a",name:"Rejuvenating Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the deva knight-errant regains hit points equal to half the damage dealt.",damage:"2d10+2 damage",category:1},{id:"8ff6924a-98f5-40a4-9714-01bdb3a30a1e",name:"Blinding Light",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"the target is blinded until the end of the deva knight errant’s next turn. Effect: This creature teleports 5 squares.",damage:"This creature teleports 5 squares",category:3},{id:"e721087e-0ed4-420a-a43b-39d4425799b4",name:"Martyr’s Cry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target is marked (save ends).",damage:"2d6+4 psychic damage",category:1},{id:"cc7dc62a-ade8-467f-b634-fc5a1e05710c",name:"Inner Radiance",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"Any attack a deva knight-errant makes can instead deal radiant damage. In addition, a knight-errant can take a –2 penalty to an attack roll to deal 4 extra radiant damage on the attack.",damage:"any attack a deva knight-errant makes can instead deal radiant damage",category:0},{id:"f48041ed-c432-461e-8b0c-ab0e223e9e6e",name:"Health Transfer",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The deva knight-errant takes up to 25 damage, and one ally within 10 squares of it regains the same number of hit points. The knight-errant can then transfer one condition from the ally to itself.",damage:"the deva knight-errant takes up to 25 damage",category:3},{id:"10e14f1a-6bd5-463e-bc82-a734d75a8577",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the deva knight-errant makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The knight-errant adds 1d6 to the triggering roll.",damage:"The knight-errant adds 1d6 to the triggering roll",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7a2157ac-d70c-448a-9d99-ca820642cc16",name:"Morgol the Undying",details:"",size:5,origin:3,type:1,keywords:"reptile; hydra",level:26,role:{type:2,flag:2,leader:!1},senses:"Perception +23; all-around vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:29},dexterity:{score:22},intelligence:{score:2},wisdom:{score:21},charisma:{score:10},hp:980,initiative:19,ac:38,fortitude:40,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"0863552e-fe25-48b3-9404-19a08e3b9b3a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d8+10 damage plus 1d8 radiant damage.",damage:"2d8+10 damage plus 1d8 radiant damage",category:1},{id:"1f723708-aee7-429c-9c03-39d81bb7b1b3",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Morgol makes five bite attacks, plus an additional attack for each head it has grown (see regenerating heads). A target hit by more than one bite attack in a round takes 10 extra damage.",damage:"a target hit by more than one bite attack in a round takes 10 extra damage",category:1},{id:"05508a8a-7446-4a68-9845-4f3d3419732a",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a critical hit is scored against morgol"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Morgol makes one bite attack against each enemy within its reach. On a hit, the target also takes ongoing 10 damage (save ends).",damage:"the target also takes ongoing 10 damage (save ends)",category:1},{id:"50f37116-9853-4a6b-838b-31159a0b2320",name:"Heroslayer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While Morgol is marked, it gains a +2 bonus to attack rolls and a +10 bonus to damage rolls against the creature that marked it.",damage:"it gains a +2 bonus to attack rolls and a +10 bonus to damage rolls against the creature that marked it",category:0},{id:"28979834-7d1b-41ec-8de2-fdbc97d50bef",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time Morgol would become dazed or stunned, it instead loses one attack while using hydra fury during its next turn. Morgol can be dazed or stunned multiple times.",damage:"",category:0},{id:"1325ac50-49cd-483a-85a0-3c8d3dd6c169",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Morgol first reaches 735, 490, and 245 hit points, a head is destroyed. At the start of Morgol’s next turn after a head is destroyed, two heads grow in the lost head’s place, and Morgol gains an additional bite attack with hydra fury.",damage:"When Morgol first reaches 735",category:0},{id:"bba2bd89-9f6b-49b6-8468-ed508e8617b4",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Morgol can make opportunity attacks against all enemies within its reach (4 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3743e8c-34c9-4282-a7b0-297c8c381ac0",name:"Obmi Bronzeknuckle",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:9,role:{type:2,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"Bluff +11, Insight +12, Streetwise +11",equipment:"chainmail; dagger; throwing hammer",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:13},wisdom:{score:17},charisma:{score:15},hp:238,initiative:6,ac:21,fortitude:24,reflex:19,will:21,regeneration:null,auras:[{id:"5306e937-c559-4f33-8307-be56f22a1944",name:"Bronzeknuckle’s Largess",keywords:"",details:"aura 2; all enemies in the aura take a –2 penalty to attack dwarf allies in the aura, and allies in the aura gain a +2 bonus to saving throws"}],powers:[{id:"1e827c16-abe3-41ae-95a9-e7be671b9578",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"c95ebd8d-ce3d-490b-b99d-bbb7c2ad87ed",name:"Thundering Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Melee basic or normal ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"2d8+7 thunder damage, and the target is deafened (save ends) and pushed 2 squares.",damage:"2d8+7 thunder damage",category:1},{id:"3e75b57c-38a7-4a78-8e38-2d1eed216230",name:"Obmi’s Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Obmi can make a dagger attack and a thundering hammer attack, each attack against a different enemy.",damage:"",category:1},{id:"1ba55bc9-e1e7-4d05-9905-68cb10a1bd7e",name:"Obmi’s Wrath",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"immediate reaction when an adjacent enemy makes an attack that does not include obmi",range:"",attack:null,description:"",details:"Obmi makes a thundering hammer attack against the target.",damage:"",category:1},{id:"d1a8265a-0b09-4a86-81ab-0c705fadfdf5",name:"Faster Than He Looks",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Obmi shifts his speed.",damage:"",category:3},{id:"9fb62a23-a7b5-43f5-9177-9cc8b9007e6a",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e49479d9-bdd0-472f-9cbc-49f9b95648c1",name:"Quoriel",details:"",size:3,origin:3,type:2,keywords:"angel",level:24,role:{type:3,flag:1,leader:!0},senses:"Perception +19",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Supernal",skills:"Insight +24, Religion +24",equipment:"plate armor; quarterstaff",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:22},intelligence:{score:25},wisdom:{score:25},charisma:{score:28},hp:438,initiative:18,ac:40,fortitude:34,reflex:36,will:38,regeneration:null,auras:[],powers:[{id:"a70fc2ec-71a1-468c-a082-9405b120603b",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d8+11 damage.",damage:"2d8+11 damage",category:1},{id:"080d3442-0c5e-4730-8a40-6fe2bdf667cd",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:28,defence:1},description:"",details:"2d10+9 lightning damage, and the target is dazed until the end of Quoriel’s next turn.",damage:"2d10+9 lightning damage",category:1},{id:"852c2f64-3776-46c4-8f7b-1d0a19de3b6c",name:"Avenging Strike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when an ally within 5 squares of quoriel is reduced to 0 hit points",range:"Quoriel shifts 2 squares and makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:1},{id:"2aa70730-e6ce-409d-aeb2-ea936a83c9ff",name:"Majestic Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d10+8 radiant damage plus 2d10 thunder damage, and the target is weakened (save ends). Miss: Half damage. Effect: Any angel within the burst gains a +2 bonus to attack rolls until the end of Quoriel’s next turn.",damage:"2d10+8 radiant damage plus 2d10 thunder damage",category:1},{id:"f48e4802-07ff-450a-b197-8f51761babd4",name:"Overwhelming Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 5d8+8 radiant damage, and the target is stunned until the end of Quoriel’s next turn.",damage:"5d8+8 radiant damage",category:1}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"9951ed49-509b-451c-bc7e-ce2776aba167",name:"Shard Golem",details:"",size:2,origin:0,type:0,keywords:"construct",level:3,role:{type:7,flag:1,leader:!0},senses:"Perception +8; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"",skills:"Arcana +8, Dungeoneering +8, Endurance +9",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:11},intelligence:{score:4},wisdom:{score:15},charisma:{score:16},hp:98,initiative:3,ac:18,fortitude:16,reflex:14,will:17,regeneration:null,auras:[{id:"e8405d4c-4b6a-4767-bf0e-4d2de6cfb41c",name:"Unnatural Aura",keywords:"",details:"aura 1; non-aberrant creatures within the aura take a –2 penalty to attack rolls."}],powers:[{id:"39669828-ffdc-4537-a44a-c3795104d713",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 psychic damage.",damage:"1d8+4 psychic damage",category:1},{id:"052df2d7-5e1b-4f79-8182-4b2e097f3de5",name:"Mind-Searing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 psychic damage, and one of the following effects (roll a d4):",damage:"1d8+4 psychic damage",category:1},{id:"53ab2431-a211-47e4-a51d-68f2ab632a89",name:"Dual Mind Sear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The shard golem makes two mind-searing strikes, each against a different target.",damage:"",category:1},{id:"5a455e5a-38a6-4bb5-8ee1-8c0b6d44b62c",name:"Chaos Pulse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:3},description:"",details:"targets enemies; 5 psychic damage, and the target is dazed (save ends).",damage:"5 psychic damage",category:3}],damageModifiers:[{type:10,value:5}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"46e6680f-8919-4dea-9bf4-09dd580343c5",name:"Shattered Progeny",details:"",size:1,origin:3,type:0,keywords:"construct",level:29,role:{type:9,flag:3,leader:!1},senses:"Perception +21; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:27},intelligence:{score:2},wisdom:{score:24},charisma:{score:8},hp:1,initiative:0,ac:41,fortitude:43,reflex:41,will:40,regeneration:null,auras:[],powers:[{id:"49007683-4828-45c3-9efb-f6b4ec46f5f8",name:"Spinning Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"18 damage.",damage:"18 damage",category:1},{id:"c4067577-54fa-4732-86de-faeb538953d4",name:"Exploding Construct",action:null,keywords:"Fire, Radiant",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:30,defence:2},description:"",details:"18 fire and radiant damage.",damage:"18 fire and radiant damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"dc4cc5e5-24e8-4529-a6f6-ff6663e64b1d",name:"Silver Dragon Scourger",details:"",size:4,origin:4,type:1,keywords:"dragon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"10, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +28, Insight +20",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:25},intelligence:{score:14},wisdom:{score:14},charisma:{score:23},hp:612,initiative:20,ac:39,fortitude:41,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"6e510340-6bc4-4578-98d3-9fd1039b96d1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 4d8+9 damage.",damage:"4d8+9 damage",category:1},{id:"d6a076a1-a868-413a-94d7-3964fbadd6a2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"d8b26d13-0bde-47c6-b6ad-964ec6fc531c",name:"Smashing Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:28,defence:0},description:"",details:"one, two, or three enemies in blast; 4d10+5 damage, and the target is dazed (save ends).",damage:"4d10+5 damage",category:1},{id:"20d2e41c-af38-41e3-b736-390d6fc35c25",name:"Scourger’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silver dragon scourger makes two claw attacks and one bite attack.",damage:"",category:1},{id:"a514bc41-2929-4e03-9383-0e9307bc6dd2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"4d10+9 cold damage, and the target gains vulnerable 10 to all damage (save ends). Miss: Half damage.",damage:"4d10+9 cold damage",category:1},{id:"7f9c8110-176a-447c-923b-da842bc653bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the silver dragon scourger uses it.",damage:"",category:5},{id:"d3befbcc-5357-4d55-9bcd-1c0c96fef14d",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the silver dragon scourger’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b014b2d4-eda9-42c4-aa42-2c34e18673d3",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A silver dragon scourger makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"a silver dragon scourger makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a42a0247-60a4-4b42-a840-ec3400cff3dc",name:"The Colossus of Laarn",details:"Somewhere within the Chaos Scar stands a shrine to the demon lord Baphomet. The minotaurs that built the shrine are long gone, but their shrine and its treasures remain. The minotaurs offered to Baphomet gold and magic items taken from their victims. A massive treasure chest filled with gold and gems stands behind the altar to Baphomet, tempting adventurers from across the region.",size:3,origin:1,type:0,keywords:"",level:10,role:{type:2,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"5",alignment:"Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:18},charisma:{score:8},hp:0,initiative:9,ac:23,fortitude:22,reflex:18,will:22,regeneration:null,auras:[{id:"2af2b5fa-5c53-4788-9123-a3080b4198b3",name:"Whirling Axe",keywords:"",details:"aura 2; an enemy that ends its turn in the aura suffers 10 damage."}],powers:[{id:"b3348faa-abc3-4b2b-9d3a-e79fd5463916",name:"Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 4d6+5 damage (2d6 + 29 on a critical hit), and the target is knocked prone. Miss: Half damage.",damage:"4d6+5 damage (2d6 + 29 on a critical hit)",category:1},{id:"f03db3c6-dec8-4241-8c83-8781c98c2a96",name:"Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:11,defence:1},description:"",details:"2d6+2 damage, and knocked prone. Miss: Half damage.",damage:"2d6+2 damage",category:1},{id:"3212f62b-d83a-442e-84ca-07567439fedf",name:"Fiery Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"4d6+5 fire damage. Miss: Half damage.",damage:"4d6+5 fire damage",category:1},{id:"6a2ccada-27fd-4470-b6ec-f04ab69320e1",name:"Fiery Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d6+5 fire damage. Miss: Half damage.",damage:"2d6+5 fire damage",category:1},{id:"8665d4aa-5669-40ab-8d0c-46ae838f538e",name:"Legion Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The colossus rolls initiative once for each opponent it faces. It gains a full set of actions on each of its turns.",damage:"",category:0},{id:"72da5796-d7ae-4ef7-a6aa-bb3857921dbf",name:"Indomitable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The colossus ignores all damage. If an effect can end with a save, the colossus does not suffer from it. The colossus is immune to all forced movement. If it suffers from an effect that ends at the end of a creatures turn, the effect ends at the end of the colossus’s next turn.",damage:"the colossus ignores all damage",category:0},{id:"2f797c07-2203-4c1a-ba51-ace5df65de8e",name:"Spell Eater",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the colossus ends its turn in or adjacent to a zone or conjuration, the zone or conjuration is destroyed.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a8358c1-7614-4b16-a3d2-1796928be293",name:"Torven ’the Ageless’ d’Medani",details:"",size:2,origin:4,type:2,keywords:"undead, vampire; half-elf",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Draconic, Elven",skills:"Athletics +14, Bluff +21, Insight +18, Stealth +20, Thievery +20",equipment:"leather armor; short sword",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:22},intelligence:{score:14},wisdom:{score:15},charisma:{score:25},hp:344,initiative:17,ac:32,fortitude:30,reflex:31,will:32,regeneration:null,auras:[{id:"a29868d4-21d6-41a9-b8b5-bd7b24da04f5",name:"Life Thief",keywords:"",details:"aura 5; Torven can detect living creatures in the aura as if he had blindsight. Enemies take a –2 penalty to death saving throws within the aura."}],powers:[{id:"aea72ce6-ef60-4823-8bcc-c0287c305944",name:"Lifedrinking Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+6 damage, ongoing 5 necrotic damage (save ends), and Torven gains 5 temporary hit points.",damage:"2d6+6 damage",category:1},{id:"acf2e4e1-e91f-41ae-afb4-557f88a150a6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Torven makes two melee basic attacks. He can shift 2 squares before, between, or after the attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"91c52e0f-5647-47ab-816c-427925f5d282",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Weapon",condition:"requires combat advantage",range:"",attack:{bonus:21,defence:1},description:"",details:"3d12+5 damage, the target is weakened (save ends), and Torven regains 10 hit points.",damage:"3d12+5 damage",category:1},{id:"1f00cb0b-7f79-4282-9e95-ac53757c400b",name:"Mesmerize",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Close blast 3",attack:{bonus:20,defence:3},description:"",details:"the target is dazed (save ends).",damage:"",category:3},{id:"3b62eb41-863e-4c38-b933-b28dcfc06e7a",name:"Gainful Portents",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when torven uses an action point"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Torven gains +2 to defenses and combat advantage against all enemies until the end of his next turn. If Torven is marked, the mark ends.",damage:"Torven gains +2 to defenses and combat advantage against all enemies until the end of his next turn",category:3},{id:"89f42803-5dd5-454f-9503-339326e23f9f",name:"Ghost Mist Form",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Torven becomes insubstantial and gains phasing until the end of his next turn. Torven cannot attack while in this form. He can make Stealth checks in this form without any cover or concealment. He can end the effect as a minor action, and can remain in this state for 1 hour.",damage:"and can remain in this state for 1 hour",category:1},{id:"61a7abd6-ee52-441a-abde-e3434f0ac904",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Torven deals 2d6 extra damage when he hits a creature he has combat advantage against.",damage:"torven deals 2d6 extra damage when he hits a creature he has combat advantage against",category:0},{id:"039f7800-3a26-42f3-8cb1-7162914bba49",name:"Medani Scion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Torven treats any Perception check die result lower than 10 as 10. He ignores cover and concealment, but not superior cover or total concealment.",damage:"Torven treats any Perception check die result lower than 10 as 10",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"10 (if Torven is exposed to direct sunlight or takes radiant damage, regeneration does not function until the end of his next turn)",immune:"blinded, disease, fear, poison",tactics:""},{id:"300078db-ad6c-4b4f-afbb-a99dc3b4e1dc",name:"Vampire Spawn Life-Thief",details:"",size:2,origin:4,type:2,keywords:"undead",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"+16 Perception against living creatures",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:20},intelligence:{score:11},wisdom:{score:14},charisma:{score:17},hp:1,initiative:14,ac:29,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"826d8152-4cb8-40f3-b4c0-44bec00eb454",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"10 damage, and ongoing 3 necrotic damage (save ends). A creature already taking ongoing necrotic damage instead increases its current ongoing damage by 2.",damage:"10 damage",category:1},{id:"3f5e6163-3665-46f8-aade-05252a5a7813",name:"Steal Life",action:{action:5,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"10 necrotic damage, and the vampire spawn life-thief regains 1 hp.",damage:"10 necrotic damage",category:5},{id:"12f22d65-ac2e-4925-bcc6-c0be7191e43e",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the vampire spawn life-thief ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"fac1259d-ff9b-489c-afdd-ea67a21ab116",name:"War Devil Mauler",details:"",size:3,origin:3,type:2,keywords:"devil",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +22",equipment:"trident",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:25},intelligence:{score:17},wisdom:{score:21},charisma:{score:20},hp:235,initiative:21,ac:42,fortitude:39,reflex:37,will:35,regeneration:null,auras:[],powers:[{id:"df245c6b-fa8d-45ac-b40f-ccfc04a685cd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 2; 3d8+9 damage, and the target is grabbed.",damage:"3d8+9 damage",category:1},{id:"a9fb6d7e-6163-437b-8c7d-1ea7c2525ea9",name:"Crackling Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d6+4 damage plus ongoing 5 lightning damage.",damage:"4d6+4 damage plus ongoing 5 lightning damage",category:1},{id:"d4604b2f-103b-4c31-8c07-1dd1a06fdc56",name:"Hurl",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"The war devil mauler throws a Medium or smaller target it is grabbing: the grab ends and the war devil mauler slides the target 8 squares. The war devil makes an attack against the slid target and one creature adjacent to the target at the end of the slide; 1d8+9 damage, and the target is knocked prone.",damage:"1d8+9 damage",category:3},{id:"f15492b0-f29f-40bd-bd84-0224d9124c93",name:"Fiendish Pursuit",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when the war devil mauler uses hurl"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The war devil mauler flies 8 squares and lands at the end of this movement. All creatures adjacent to the war devil mauler are marked until the end of its next turn.",damage:"The war devil mauler flies 8 squares and lands at the end of this movement",category:2}],damageModifiers:[],resist:"fire 30",vulnerable:"",immune:"",tactics:""},{id:"64d4b9fb-8c25-486e-86b7-daa7cebbb375",name:"Zachariel",details:"",size:3,origin:3,type:2,keywords:"angel",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +27",movement:"8, fly 16 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +24, Diplomacy +26, History +24, Insight +27, Religion +24",equipment:"greatsword; plate armor",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:23},intelligence:{score:21},wisdom:{score:26},charisma:{score:24},hp:1036,initiative:22,ac:44,fortitude:42,reflex:38,will:40,regeneration:null,auras:[{id:"04de4782-54a5-4d38-9ac1-9433c70cff5b",name:"Dimensional Ward",keywords:"",details:"aura 3; creatures cannot use teleportation powers or effects to enter or exit squares inside the aura."}],powers:[{id:"a6be7bb7-ee8a-463e-b3ab-1c80cd5cc67c",name:"Blazing Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Radiant, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d6+10 damage plus 2d6 fire and radiant damage, and the target is slowed and marked until the end of Zachariel’s next turn.",damage:"2d6+10 damage plus 2d6 fire and radiant damage",category:1},{id:"c1ec8b8d-193d-43db-8b53-6992399c97b7",name:"Brilliant Rebuke",action:{action:4,trigger:"when an adjacent enemy moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"Zachariel makes a blazing sword attack against the triggering enemy.",damage:"",category:5},{id:"52312fde-2949-4a56-9b7d-62aa28a37e5a",name:"Excommunication",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an enemy hits zachariel with a melee attack"},keywords:"Acid, Teleportation",condition:"",range:"Ranged sight",attack:{bonus:31,defence:3},description:"",details:"the target disappears into Carceri and is removed from play (save ends). The target is marooned on a bleak island lashed with acid rain, taking 20 acid damage each time it fails a saving throw to end the effect. Aftereffect: The target reappears in a square on the edge of the Zachariel’s dimensional ward aura and is immobilized and knocked prone until the end of its next turn.",damage:"taking 20 acid damage each time it fails a saving throw to end the effect",category:1},{id:"4a102ca8-f205-4dce-9ce9-47925a879b16",name:"Astral Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Zone",condition:"",range:"Close burst 5",attack:{bonus:31,defence:1},description:"",details:"3d6+9 radiant damage, and the target is blinded (save ends). Effect: The burst creates a zone of brilliant light that lasts until the end of the encounter. Zachariel’s blazing sword attacks deal 2d6 extra radiant damage while he is within the zone.",damage:"3d6+9 radiant damage",category:5},{id:"715b9d17-17cd-4222-8b65-b94cff947055",name:"Blazing Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant, Weapon",condition:"",range:"Close burst 2",attack:{bonus:35,defence:0},description:"",details:"2d6+10 damage plus 2d6 fire and radiant damage, and the target is slowed and marked until the end of Zachariel’s next turn.",damage:"2d6+10 damage plus 2d6 fire and radiant damage",category:1},{id:"aa39bb66-8282-4688-8d5d-18db2fbb07d0",name:"Holy Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:31,defence:1},description:"",details:"4d8+13 thunder damage, and the target is stunned until the end of Zachariel’s next turn. Aftereffect: The target is dazed (save ends).",damage:"4d8+13 thunder damage",category:3},{id:"f078125d-80eb-4594-8175-ea5f84b7cac6",name:"Menacing Presence",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:33,defence:3},description:"",details:"targets creatures marked by Zachariel; the target is pushed 3 squares and takes a –2 penalty to all attack rolls until the end of its next turn.",damage:"the target is pushed 3 squares and takes a –2 penalty to all attack rolls until the end of its next turn",category:3},{id:"3d843b78-2747-43fe-9b7b-b9d2b4690c5b",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against Zachariel takes a –2 penalty to the attack roll.",damage:"",category:0},{id:"6e29f2bd-c947-4f5f-a201-609dc861c289",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Zachariel can make opportunity attacks against all enemies in his reach.",damage:"",category:0},{id:"d18d5fb5-c1c6-4d9b-99aa-32fe209dc3b0",name:"Arrow of Fate",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Zachariel is particularly vulnerable to the arrow of fate. If fired from a longbow or shortbow or used as an improvised weapon, when hit Zachariel takes 250 points of damage and is stunned (save ends).",damage:"when hit zachariel takes 250 points of damage and is stunned (save ends)",category:0}],damageModifiers:[{type:3,value:-20},{type:9,value:-30}],resist:"",vulnerable:"see arrow of fate",immune:"fear",tactics:""},{id:"27fc3be4-23c8-4b3c-852c-c8f5042504a6",name:"Abyssal Rotlord",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:29,role:{type:3,flag:0,leader:!1},senses:"Perception +22; truesight 20",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:30},dexterity:{score:26},intelligence:{score:21},wisdom:{score:26},charisma:{score:33},hp:270,initiative:22,ac:43,fortitude:41,reflex:39,will:43,regeneration:null,auras:[{id:"cd173509-2c5d-416a-9d75-2fbf4e99a8b8",name:"Abyssal Fields",keywords:"",details:"aura 5; each enemy within the aura cannot teleport."}],powers:[{id:"2aff5d56-ef80-4a80-b65a-84c7c3f15e30",name:"Skullsplitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 3d8+9 psychic damage, or 2d8 + 9 psychic damage against a bloodied target.",damage:"3d8+9 psychic damage",category:1},{id:"49025948-0372-4d56-adfe-9eb6e0f491c5",name:"Conjure Abscess",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:32,defence:1},description:"",details:"2d8+9 psychic damage, and if the target moves more than 2 squares on its turn, it takes 2d8 extra damage (save ends). If the abyssal rotlord is bloodied, the target takes the damage for moving 1 or more squares.",damage:"2d8+9 psychic damage",category:1},{id:"cd3aa893-6dc9-4e90-9ed7-6adf5f49d6f4",name:"Floating Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"the burst creates a zone of dark miasma that lasts until the end of the abyssal rotlord’s next turn. Any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn. Sustain Minor: The zone persists, and the rotfiend can move it 5 squares.",damage:"any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn",category:1}],damageModifiers:[{type:3,value:-20},{type:6,value:-10}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"64b57fb4-de92-4c83-8086-961b744116e5",name:"Avatar of Dkar",details:"An avatar of Dkar appears as a distinct blot of boiling stormcloud constantly sparking with lightning, rumbling with thunder, and flashing odd, chaotic colors. Between peals of thunder, the visage of a furious humanoid face briefly resolves before being wiped away by the next onslaught.",size:4,origin:4,type:1,keywords:"",level:15,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:21},intelligence:{score:6},wisdom:{score:20},charisma:{score:12},hp:596,initiative:14,ac:31,fortitude:28,reflex:27,will:26,regeneration:null,auras:[{id:"d5a7dc32-4696-4597-a84d-b8f333df0233",name:"Lightning Storm",keywords:"",details:"aura 5; each enemy that starts its turn within the aura takes 10 lightning damage."}],powers:[{id:"18786985-202e-4ee5-a75b-95c24d6ec8cb",name:"Lightning Trawl",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+6 lightning damage.",damage:"2d8+6 lightning damage",category:1},{id:"3c07fd71-8714-40f0-b790-68aff0b64e1e",name:"Thunderous Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 3; 2d8+6 thunder damage.",damage:"2d8+6 thunder damage",category:1},{id:"a10b8290-124b-4f45-8b56-95f232556c94",name:"Avatar Blitz",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The avatar of Dkar makes a lightning trawl attack against each enemy within reach. It also attacks one creature with a thunderous strike.",damage:"",category:1},{id:"0f1b629e-de1e-46e9-b720-011fd40bcf07",name:"Envelop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 3; 2d8+6 damage, and a Medium or smaller target is enveloped. An enveloped target is grabbed and restrained. An enveloped creature has line of sight and line of effect only to the avatar, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer enveloped and appears in a space adjacent to the avatar. An avatar can move normally while it has a target grabbed in this way. When the avatar is destroyed, the target can escape as a move action, appearing in the avatar’s former space. Sustain Minor: The avatar sustains the grab, and the target takes 15 damage.",damage:"2d8+6 damage",category:1},{id:"6a927509-e8f0-4885-9497-74d8b13ad18b",name:"Howling Winds",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:20,defence:1},description:"",details:"2d8+7 damage, and the target falls prone.",damage:"2d8+7 damage",category:1},{id:"102b09ba-b3fc-46b6-a7d0-7680b71785df",name:"Storm Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d10+7 lightning damage, and the target is dazed until the end of its next turn. Miss: Half damage.",damage:"3d10+7 lightning damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c40e934d-0f23-4c92-8402-5a012b780e47",name:"Azer Mauler",details:"",size:2,origin:1,type:2,keywords:"fire",level:27,role:{type:3,flag:0,leader:!0},senses:"Perception +21",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"maul; scale armor",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:25},intelligence:{score:20},wisdom:{score:27},charisma:{score:18},hp:247,initiative:20,ac:41,fortitude:40,reflex:38,will:39,regeneration:null,auras:[{id:"3e14651f-99eb-4a2a-b9f4-d6aed580b6ef",name:"Azer’s Wrath",keywords:"",details:"(Fire) aura 2; any enemy that enters or ends its turn within the aura takes 10 fire damage."}],powers:[{id:"659bc779-20e6-4bb7-b395-bd73e468e735",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8 damage plus 2d6 fire damage.",damage:"2d8 damage plus 2d6 fire damage",category:1},{id:"19d508a2-11b5-44e1-b6f4-0ddef0157f76",name:"Hurled Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d8 damage plus 2d6 fire damage. The azer’s maul reforms in its hand at the end of its turn.",damage:"2d8 damage plus 2d6 fire damage",category:1},{id:"dc319b1a-43e6-4f9f-a6d7-c1a5c1b2a664",name:"Clinging Flames",action:{action:4,trigger:"when an enemy within 5 squares of the azer mauler takes fire damage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy takes ongoing 10 fire damage (save ends).",damage:"the triggering enemy takes ongoing 10 fire damage (save ends)",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0e40c07-f7bc-4b16-aef0-eb1498760c87",name:"Black Slaad Overlord",details:"",size:3,origin:1,type:2,keywords:"",level:29,role:{type:6,flag:0,leader:!1},senses:"Perception +22; low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +26, Stealth +29",equipment:"",category:"",strength:{score:25},constitution:{score:27},dexterity:{score:30},intelligence:{score:15},wisdom:{score:26},charisma:{score:19},hp:267,initiative:26,ac:43,fortitude:40,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"bf4b90b7-754a-4d00-9ff4-0e5a764b6d75",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 2; 3d8+5 damage, and the target is slowed until the end of its next turn.",damage:"3d8+5 damage",category:1},{id:"29ef97c6-b605-49e2-be48-4010a0e51c49",name:"Chaos Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black slaad overlord shifts 3 squares and makes two claw attacks. If both attacks hit the same target, the target loses a healing surge.",damage:"The black slaad overlord shifts 3 squares and makes two claw attacks",category:1},{id:"899c468e-5e0b-48f3-a434-ccdd1d4af8e7",name:"Eye of the Overlord",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:{bonus:34,defence:2},description:"",details:"3d10+6 damage, and the overlord teleports to within 5 squares of the target.",damage:"3d10+6 damage",category:1},{id:"632b3989-8031-4a08-b6f8-33766b8f196a",name:"Black Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:34,defence:1},description:"",details:"ongoing 10 necrotic damage, and the target is slowed (save ends both).",damage:"ongoing 10 necrotic damage",category:1},{id:"9ef4a560-360a-4855-9637-ff6f30a44390",name:"Zone of Oblivion",action:null,keywords:"Zone",condition:"when the overlord drops to 0 hit points",range:"Close burst 2",attack:{bonus:34,defence:2},description:"",details:"4d10 damage. The burst becomes a black void until the end of the encounter. The zone blocks line of sight. Any creature that enters the zone or starts its turn there takes 3d10 + 6 damage.",damage:"4d10 damage",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:""},{id:"f7eb97e5-8913-4b20-8140-dcd7f3617fcb",name:"Black Slaad Voidhowler",details:"",size:3,origin:1,type:2,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +15; low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:12},wisdom:{score:15},charisma:{score:25},hp:1,initiative:21,ac:38,fortitude:39,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"ab449752-cf1a-47c7-ac18-0d0f225c7faf",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 12 damage, and until the start of the black slaad voidhowler’s next turn, the target takes 5 extra damage whenever the target is hit by an attack.",damage:"12 damage",category:1},{id:"7913c132-644f-4fe8-b4ec-008986c40e50",name:"Ray of Entropy",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"10 damage, and ongoing 7 damage (save ends).",damage:"10 damage",category:1},{id:"341f65da-e31b-44ae-955d-c0a56d355f2e",name:"Nexus Void",action:{action:5,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:27,defence:1},description:"",details:"10 damage, and the target is pulled 1 square. The voidhowler gains a +1 bonus to its next attack roll.",damage:"10 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"f3cc7ffb-e66d-4a20-8149-6064ddb5d1e7",name:"Casaubon",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:3,role:{type:3,flag:1,leader:!1},senses:"Perception +0; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Deep Speech, Draconic",skills:"Arcana +10, Bluff +6, History +10",equipment:"dagger; spellbook; wand implement",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:13},intelligence:{score:18},wisdom:{score:9},charisma:{score:16},hp:88,initiative:2,ac:18,fortitude:14,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"06ff5f69-2b7b-45e7-9050-ee929414f8bc",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"a0b6926e-128b-4544-9db9-3dcf91bde1df",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"3d4+4 force damage.",damage:"3d4+4 force damage",category:1},{id:"6590ae52-7b71-4020-8d23-2b114c9c6f44",name:"Misdirected Mark",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d8+5 damage, and the target is marked by an ally of Casaubon’s choice within 5 squares of him until the end of his next turn.",damage:"1d8+5 damage",category:1},{id:"4fa1c712-8ad6-4a60-9df8-b51f021ccba2",name:"Light",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one object or unoccupied square; the target sheds bright light that fills the square and all squares within 4 squares of it. The light lasts 5 minutes and can be put out with a free action. Casaubon can have only one light active at a time.",damage:"the target sheds bright light that fills the square and all squares within 4 squares of it",category:3},{id:"5e22cd68-fc34-4c17-b7c3-8b6f4194dfaf",name:"Maze of Mirrors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Implement",condition:"",range:"Area burst 1 within 10",attack:{bonus:6,defence:3},description:"",details:"until the end of Casaubon’s next turn, the target is immobilized and takes a -4 to attack rolls.",damage:"the target is immobilized and takes a -4 to attack rolls",category:1},{id:"f06da53f-9879-40ce-9b02-a1f0ee4439d1",name:"Expeditious Retreat",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Casaubon shifts twice his speed.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"af2903c4-083b-492c-990c-3755539f47ca",name:"Cursing Heads",details:"",size:3,origin:5,type:1,keywords:"swarm, undead",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 4 (altitude limit 3)",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:20},intelligence:{score:12},wisdom:{score:19},charisma:{score:23},hp:148,initiative:12,ac:29,fortitude:27,reflex:27,will:28,regeneration:null,auras:[{id:"520d7bc3-d523-4a9f-8628-361596df0e3b",name:"Teeth and Tongues",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 7 damage."}],powers:[{id:"15902254-03a8-4310-a9ac-7ca2af143a01",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"4afae10b-fd85-4991-b20f-d0c6a34c635d",name:"Curse of Stone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:19,defence:3},description:"",details:"deaf creatures are immune; the target is slowed (save ends). First Failed Saving Throw: The target is immobilized instead of slowed (save ends). Second Failed Saving Throw: The target is petrified (no save).",damage:"",category:1},{id:"be5c6685-79ff-4e75-b001-c76f2c20757e",name:"Curse of Plague",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"3d10+6 poison damage, and the target is dazed (save ends).",damage:"3d10+6 poison damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 close and area attacks",immune:"disease, poison",tactics:""},{id:"05219977-8672-4478-890c-6ee68471159a",name:"Ediza",details:"",size:2,origin:1,type:2,keywords:"earth; Genasi",level:2,role:{type:7,flag:1,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +9",equipment:"leather armor; longsword",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:16},wisdom:{score:12},charisma:{score:13},hp:74,initiative:5,ac:18,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"add0cd79-231b-4212-81dc-178670ba3e66",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"e92cbab2-83b8-4b3b-a543-a36c01a851d0",name:"Swordsnare",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"1d8+4 damage, and the target is immobilized until the end of Ediza’s next turn. Ediza can use this power in place of a melee basic attack when charging or using her aegis of assault.",attack:{bonus:9,defence:0},description:"",details:"",damage:"",category:1},{id:"23ad1ce7-86d0-459c-9be8-10d88d40da65",name:"Lightning Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Lightning",condition:"",range:"Ranged 3",attack:{bonus:7,defence:1},description:"",details:"1d6+6 damage and Ediza pulls the target 3 squares to a square adjacent to her.",damage:"1d6+6 damage and ediza pulls the target 3 squares to a square adjacent to her",category:1},{id:"0856855d-af43-42e6-a7c5-8ba650c0fb70",name:"Sword Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Force",condition:"",range:"Close burst 1",attack:{bonus:7,defence:2},description:"",details:"1d6+6 force damage.",damage:"1d6+6 force damage",category:1},{id:"6b7a330c-4402-4a94-8df2-8bbbfcedb1c2",name:"Aegis of Assault",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ediza marks the target, and the target remains marked until Ediza uses this power on another creature or this mark is superseded by another mark. If a creature marked by this power makes an attack that does not include Ediza, is within 10 squares of Ediza, and hits the creature with the that attack, Ediza can, as an immediate reaction, teleport to a square adjacent to that creature, and make a melee basic attack against it.",attack:null,description:"",details:"no attack roll",damage:"",category:3},{id:"b423fdcd-401e-4714-82e4-f495bf1a1e56",name:"Earthshock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:7,defence:1},description:"",details:"targets enemies in burst touching the ground; the target is knocked prone.",damage:"",category:3},{id:"1580d5d7-34e1-402f-b360-57d438904348",name:"Mythal Recovery",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ediza makes a saving throw against one effect that a save can end.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"92a8eafc-b0fc-4985-85d6-69134a2e6a54",name:"Efreet Scalespawn",details:"",size:3,origin:1,type:2,keywords:"fire",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"scimitar",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:25},intelligence:{score:18},wisdom:{score:24},charisma:{score:21},hp:1,initiative:22,ac:43,fortitude:40,reflex:38,will:38,regeneration:null,auras:[{id:"c0838db4-a5ea-4e54-a89b-719e799ba86e",name:"Scaled Wrath",keywords:"",details:"aura 1; any creature that attacks a scalespawn while adjacent to it takes 10 damage."}],powers:[{id:"afb95a05-86f8-4c95-be8e-bef4132a65a9",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 14 damage, and the target is marked until the end of the efreet scalespawn’s next turn.",damage:"14 damage",category:1},{id:"e0f3bfd3-d85a-4386-b53f-6c2d500005ea",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:32,defence:2},description:"",details:"14 fire damage, and the target is slowed (save ends).",damage:"14 fire damage",category:1},{id:"63fe4d15-ae6a-4361-a1ce-9fa418d8521a",name:"Vengeful Immolation",action:null,keywords:"Fire",condition:"when the scalespawn drops to 0 hit points",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"the target is pushed 1 square and takes ongoing 10 fire damage (save ends). The scalespawn is destroyed, and its space and all adjacent squares become difficult terrain until the end of the encounter.",damage:"the target is pushed 1 square and takes ongoing 10 fire damage (save ends)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"a85edb47-3086-46c5-9b16-d92df7c2cc12",name:"Eli van Hassen",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +16, Diplomacy +16, Insight +12, Religion +14",equipment:"dagger",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:12},intelligence:{score:18},wisdom:{score:15},charisma:{score:22},hp:112,initiative:6,ac:25,fortitude:22,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"555c56ad-46ce-42c9-a1fd-bb452450f522",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d4+4 damage.",damage:"3d4+4 damage",category:1},{id:"39013736-147d-40ac-b48f-46ed16e3920d",name:"Fickle Fortune",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Close burst 5",attack:{bonus:15,defence:2},description:"",details:"targets one creature in burst; 2d8+4 damage, and one of the following effects (roll 1d6).",damage:"2d8+4 damage",category:1},{id:"6701a9db-2224-422d-8cc3-9fd772cb0445",name:"Foul Fortune",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:1},description:"",details:"3d8+5 damage, and the target is knocked prone and takes one of the following effects (roll 1d6) (save ends).",damage:"3d8+5 damage",category:1},{id:"21afd873-a86e-44f9-b72c-d89f89732d97",name:"Cringe and Cower",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Van Hassen gains a +2 bonus to all defenses when he’s within 5 squares of at least two allies.",damage:"Van Hassen gains a +2 bonus to all defenses when he’s within 5 squares of at least two allies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e0296de-5476-4d34-9d9a-9b7d8ffdb69c",name:"Fire Archon Flamebow",details:"",size:2,origin:1,type:2,keywords:"fire",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +21",movement:"8 see also flame step",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"chainmail",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:29},intelligence:{score:20},wisdom:{score:27},charisma:{score:18},hp:1,initiative:22,ac:38,fortitude:39,reflex:37,will:38,regeneration:null,auras:[],powers:[{id:"4944a96f-dc37-445d-89f7-ba4cfc35cc04",name:"Flamebow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"",attack:{bonus:31,defence:2},description:"",details:"7 fire damage, and ongoing 5 fire damage (save ends).",damage:"7 fire damage",category:1},{id:"66fb1df1-052b-4371-9f4e-c415ea8a9b6d",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:2},description:"",details:"ongoing 10 fire damage (save ends). A target already taking ongoing fire damage instead increases that ongoing damage by 5.",damage:"ongoing 10 fire damage (save ends)",category:1},{id:"4911ebaf-a4cf-4607-bd20-2d91ea981f78",name:"Deathstorm",action:null,keywords:"Fire",condition:"when the flamebow drops to 0 hit points",range:"The flamebow explodes and is destroyed: close burst 5",attack:{bonus:31,defence:1},description:"",details:"targets enemies taking ongoing fire damage; the target and all allies adjacent to the target take 14 fire damage. Miss: The target takes 7 fire damage.",damage:"targets enemies taking ongoing fire damage",category:0},{id:"c967a587-215f-43e4-a48b-ebba59af616d",name:"Flame Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The flamebow can teleport to within 3 squares of any fire creature within 20 squares of it.",damage:"The flamebow can teleport to within 3 squares of any fire creature within 20 squares of it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c6f0f743-1323-41a8-b114-261fef61924d",name:"Genasi Blackheart",details:"",size:2,origin:1,type:2,keywords:"fire",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"chainmail; falchion",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:27},intelligence:{score:14},wisdom:{score:23},charisma:{score:14},hp:1,initiative:21,ac:38,fortitude:39,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"8ea26948-2aa7-4d63-9fa2-a05229a734a7",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"10 damage, and ongoing 5 fire damage (save ends).",damage:"10 damage",category:1},{id:"e44b836e-b25e-4c4a-bba6-d149221066cf",name:"Heart of Fire",action:null,keywords:"Fire",condition:"when missed by a melee attack",range:"",attack:null,description:"",details:"If the target is taking ongoing fire damage, that ongoing damage increases by 5.",damage:"if the target is taking ongoing fire damage",category:0},{id:"031de201-37f1-48a8-8fb4-6e6eb1a6a4be",name:"Fiery Vengeance",action:null,keywords:"Fire",condition:"when the blackheart drops to 0 hit points",range:"Close burst 5",attack:{bonus:27,defence:2},description:"",details:"17 fire damage. Additionally, if the target is taking ongoing fire damage, that ongoing damage increases by 5.",damage:"17 fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"6ad58d19-639c-4ecf-b504-bc9e07c72371",name:"Gibbering Heads",details:"",size:3,origin:5,type:1,keywords:"swarm, undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8, fly 4 (altitude limit 3)",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:23},intelligence:{score:7},wisdom:{score:19},charisma:{score:14},hp:148,initiative:15,ac:31,fortitude:27,reflex:28,will:26,regeneration:null,auras:[{id:"a3126525-89a2-4b61-8373-133c0e07561a",name:"Teeth and Tongues",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 7 damage."}],powers:[{id:"2a8a35d7-1be8-4da6-a5a9-cd68475390a5",name:"Chomping Maws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"1d10+6 damage and the target is grabbed. The target takes 5 damage at the end of its turn as long as it is grabbed by the gibbering heads swarm. The swarm can continue to make additional attacks—against the same target or others—while maintaining grabs, and can sustain all grabs with a single minor action.",damage:"1d10+6 damage and the target is grabbed",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 close and area attacks",immune:"disease, poison",tactics:""},{id:"19bde2ae-b379-4da0-849c-c1f08eff55e3",name:"Kazrith Flametongue",details:"",size:2,origin:1,type:1,keywords:"demon, water",level:28,role:{type:4,flag:0,leader:!1},senses:"Perception +21; tremorsense 20",movement:"6, burrow 6 (tunneling), swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"Stealth +29",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:30},intelligence:{score:16},wisdom:{score:25},charisma:{score:15},hp:196,initiative:28,ac:42,fortitude:40,reflex:42,will:38,regeneration:null,auras:[],powers:[{id:"233a22d1-10dd-44a3-9c5c-4b876d7b110d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8+6 damage, and ongoing 5 fire damage (save ends).",damage:"2d8+6 damage",category:1},{id:"0777c9dc-77d8-40f8-b8f9-b41b2b12676c",name:"Molten Flow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:31,defence:2},description:"",details:"2d6+4 damage, and ongoing 10 fire damage (save ends). Effect: The kazrith burrows its speed.",damage:"2d6+4 damage",category:1},{id:"1751b00a-4735-4b9a-a47f-6086e31010e8",name:"Magma Skin",action:null,keywords:"Fire",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The kazrith gains a +4 bonus to its burrow speed, and at the start of its turn, creatures adjacent to it take 15 fire damage.",damage:"creatures adjacent to it take 15 fire damage",category:0},{id:"d81f7604-1b03-456e-b84a-164d2ed28fd6",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kazrith makes saving throws against immobilized, restrained, and slowed conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"fire",tactics:""},{id:"b735a5f1-f81d-4295-bf2a-688e17ebac88",name:"Nycademon Warmaster",details:"",size:3,origin:1,type:2,keywords:"",level:28,role:{type:6,flag:0,leader:!1},senses:"Perception +22",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +26",equipment:"",category:"",strength:{score:28},constitution:{score:29},dexterity:{score:29},intelligence:{score:11},wisdom:{score:16},charisma:{score:24},hp:261,initiative:25,ac:41,fortitude:41,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"08f023b0-c621-4b3c-b360-939c6045f8fd",name:"War Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d8+7 damage, and ongoing 5 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"41878049-bc09-43a6-9825-3ca6d1d4b439",name:"Merciless Flail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon makes two war flail attacks.",damage:"",category:1},{id:"5649667a-2e22-492a-964f-d52aa96e9d34",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Before or after the attack, the nycademon flies 6 squares. Reach 2; the target is grabbed.",damage:"the nycademon flies 6 squares",category:1},{id:"663cf084-8e22-4f9f-b1b2-64f4a448fb83",name:"Strong Flyer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nycademon moves a grabbed target, it does not need to make a Strength attack. While bloodied, a nycademon can fly at full speed instead of half speed when moving a grabbed target.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2673578d-70b7-453b-b171-86e66673d37f",name:"Pung",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:0,flag:0,leader:!0},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +7, Intimidate +9",equipment:"flail",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:10},intelligence:{score:8},wisdom:{score:8},charisma:{score:16},hp:31,initiative:1,ac:13,fortitude:14,reflex:13,will:16,regeneration:null,auras:[{id:"c63a6305-9c7c-409f-8790-bf7926c29d82",name:"Ecstatic Fury",keywords:"",details:"aura 3; any ally that starts its turn in the aura slides 1 square and gains +1 bonus to attack rolls until the start of its next turn."}],powers:[{id:"140cb894-24b4-4a70-bfff-417ea3ea7972",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+1 damage.",damage:"1d10+1 damage",category:1},{id:"ae1ff474-0948-43f7-9416-fbac685f1aea",name:"Bitter Epithets",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"1d6+3 psychic damage, and the target takes 3 extra psychic damage if it ends its next turn closer to the mad prophet than where he began.",damage:"1d6+3 psychic damage",category:1},{id:"43c30272-42de-4201-a8f5-4ce43bfa7e65",name:"Perilous Order",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"targets one ally; the target makes a charge attack and deals 3 extra damage.",damage:"the target makes a charge attack and deals 3 extra damage",category:1},{id:"c23da877-4da3-4c8f-806c-f16980318ba9",name:"Incite Bloodlust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"the target makes a melee basic attack and deals 3 extra damage on hit (6 extra damage against prone targets).",attack:null,description:"",details:"targets allies",damage:"",category:1},{id:"d81927ca-d76e-40dc-9432-7191bc42c4d8",name:"Wild Swing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"requires flail",range:"Close burst 1",attack:{bonus:5,defence:0},description:"",details:"targets 1d4 random creatures in the burst; 1d10+1 damage, and the target is knocked prone.",damage:"1d10+1 damage",category:1},{id:"460f4a8e-8e1e-4bf7-b0c1-9cf93ac3fe5d",name:"Rise Fool!",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets one dead ally; the target regains 1 hit point and stands up as a free action.",damage:"the target regains 1 hit point and stands up as a free action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e4345b3-fc1a-4737-ba07-59d69251b1f4",name:"Pung’s Believers",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception -1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"kukri",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:8},wisdom:{score:8},charisma:{score:10},hp:1,initiative:1,ac:13,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"d5e94fda-37ae-4361-b9a5-f4f83e50fd6b",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"b685784d-0796-4ebe-9455-aedd0dfdfb17",name:"Pung!",action:null,keywords:"",condition:"when a pung’s believer drops to 0 hit points",range:"Close burst 5",attack:null,description:"",details:"target’s Pung; Pung shifts 1 square toward the minion and rolls to recharge rise fool!.",damage:"Pung shifts 1 square toward the minion and rolls to recharge rise fool!",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2fcc30b-cb8c-43b4-8c82-5b352635a1bd",name:"Reymol and Jargo",details:"",size:1,origin:4,type:2,keywords:"halfling",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +8, Thievery +7",equipment:"dagger; leather armor; rod implement",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:10},charisma:{score:16},hp:31,initiative:3,ac:18,fortitude:14,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"48b9afa9-e19c-41f3-b4f2-f81db508a810",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"fb2b8076-5bc7-4a55-a63c-7dfa7d6b0a9d",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"80ce87cd-d5db-4e54-bb69-852139c5c73b",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement, Radiant",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6+3 radiant damage, and if the target moves closer to this character on its next turn, it takes 1d6 +3 extra damage.",damage:"1d6+3 radiant damage",category:1},{id:"9f307017-d576-4430-a998-bc39c07849e1",name:"Arms of Hadar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Close burst 2",attack:{bonus:6,defence:2},description:"",details:"1d8+3 damage, and the target is pushed 4 squares.",damage:"1d8+3 damage",category:1},{id:"cabe3cbc-e1bd-4f98-a1a1-d86be3596838",name:"Second Chance",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must reroll the triggering attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1646e60-36c3-46eb-ac3b-3cf9e5e48057",name:"Ring of Fire Flamerunner",details:"",size:3,origin:1,type:2,keywords:"fire",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"scimitar",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:29},intelligence:{score:17},wisdom:{score:24},charisma:{score:20},hp:1,initiative:24,ac:41,fortitude:39,reflex:41,will:38,regeneration:null,auras:[{id:"baf8bbd4-b571-4948-aa60-a0009084a842",name:"Ring of Fire",keywords:"",details:"aura 2; enemies within the aura takes a -5 penalty to saving throws to end ongoing fire damage."}],powers:[{id:"bcedaefb-a3d0-4c89-9289-18baf145b48e",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 10 damage, and ongoing 5 fire damage (save ends). If used as part of a charge, increase the ongoing damage to ongoing 10 fire damage.",damage:"10 damage",category:1},{id:"56efcf0d-2f11-458d-bfa1-ce713250a67c",name:"Fiery Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The flamerunner teleports 20 squares adjacent to another efreet, reappearing in a flash of fire and smoke.",damage:"The flamerunner teleports 20 squares adjacent to another efreet",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"02d5b53f-0206-4918-9135-599179de055f",name:"Ring of Fire Magmacaster",details:"",size:3,origin:1,type:2,keywords:"fire",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:31},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:1,initiative:24,ac:40,fortitude:39,reflex:42,will:40,regeneration:null,auras:[{id:"2bfb9925-e04a-43b9-99ee-13de68646108",name:"Ring of Fire",keywords:"",details:"aura 2; any enemy that ends its turn within the aura takes 5 fire damage."}],powers:[{id:"b7ebf3bb-557d-4a9a-bb9f-784698e10324",name:"Magma Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:33,defence:0},description:"",details:"10 fire damage, and ongoing 5 fire damage (save ends).",damage:"10 fire damage",category:1},{id:"a88cd1a3-bca5-4ba2-b1db-7fc33e26a4b9",name:"Molten Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:33,defence:2},description:"",details:"the target gains vulnerable 15 fire damage (save ends).",damage:"the target gains vulnerable 15 fire damage (save ends)",category:1},{id:"0c333e8f-0e22-40e7-bc66-780736be625a",name:"Magma Spray",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"when reduced to 0 hp",range:"",attack:null,description:"",details:"The magmacaster’s space and all adjacent squares become difficult terrain until the end of the encounter. A creature that enters these squares takes 5 fire damage.",damage:"a creature that enters these squares takes 5 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"ea59fc03-227d-4c75-8c30-26370e7de8be",name:"Ring of Fire Pyremaster",details:"",size:3,origin:1,type:2,keywords:"fire",level:27,role:{type:3,flag:0,leader:!1},senses:"Perception +17",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Arcana +25, Insight +24, Intimidate +27",equipment:"scimitar",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:19},charisma:{score:26},hp:250,initiative:21,ac:41,fortitude:40,reflex:38,will:38,regeneration:null,auras:[{id:"92f2c944-2c47-4518-8ce7-d1f2c3e6ba4c",name:"Ring of Fire",keywords:"",details:"aura 2; any enemy that enters or ends its turn in the aura takes 10 fire damage."}],powers:[{id:"d492b993-3b3f-4dd9-be03-6892c6a19312",name:"Spiked Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d10+9 damage (crit 6d10 + 29), and the target is slowed until the end of its next turn.",damage:"2d10+9 damage (crit 6d10 + 29)",category:1},{id:"2ea3c97c-7f45-499c-aabd-fa465ba3d146",name:"Pyremaster’s Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"2d8+7 fire damage, and the target slides 3 squares, takes ongoing 10 fire damage, and is immobilized (save ends both).",damage:"2d8+7 fire damage",category:1},{id:"7b71465d-c6a4-462c-afad-ea6d7a2e9842",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:32,defence:0},description:"",details:"3d6+7 fire damage, and ongoing 5 fire damage (save ends).",damage:"3d6+7 fire damage",category:1},{id:"d15dac37-0d71-41ae-a6d0-1dab67738114",name:"Wall of Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 20; the pyremaster conjures a wall of searing flame that lasts until the end of the pyremaster’s next turn. The wall is 6 squares high and blocks line of sight. The wall’s space is heavily obscured and is difficult terrain. A creature that starts its turn adjacent to the wall takes 10 fire damage. A creature that enters a square of the wall or starts its turn there takes 20 fire damage. Sustain Minor: The wall persists.",damage:"a creature that starts its turn adjacent to the wall takes 10 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"7b72a419-91b8-4e7f-bdbb-560f7d83b843",name:"Salamander Fireshield",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"6",alignment:"Evil",languages:"Primordial",skills:"",equipment:"javelin",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:25},intelligence:{score:18},wisdom:{score:23},charisma:{score:14},hp:1,initiative:20,ac:38,fortitude:40,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"adf05935-36ca-431c-8a8e-41d69cd9a574",name:"Fireshield Bash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 12 damage, and ongoing 5 fire damage (save ends).",damage:"12 damage",category:1},{id:"59221d6e-47d2-4b2e-8652-c6ea1fde9279",name:"Flaming Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"10 damage, and ongoing 5 fire damage.",damage:"10 damage",category:1},{id:"a7d6eb80-5717-4822-8c98-54f21f75498f",name:"Fireshield Burst",action:null,keywords:"Fire",condition:"when the salamander fireshield is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:27,defence:2},description:"",details:"ongoing 10 fire damage (save ends).",damage:"ongoing 10 fire damage (save ends)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"d38f3817-7974-4efc-a764-f2c4e288fbfa",name:"Salamander Thrallmaster",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:28,role:{type:3,flag:0,leader:!1},senses:"Perception +22",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Intimidate +23",equipment:"scourge",category:"",strength:{score:25},constitution:{score:30},dexterity:{score:27},intelligence:{score:20},wisdom:{score:27},charisma:{score:19},hp:262,initiative:22,ac:42,fortitude:41,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"e179882f-6ee6-471e-9a9c-229f5a8c7f03",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d10+6 fire damage, and the target is knocked prone.",damage:"3d10+6 fire damage",category:1},{id:"9d053695-5092-4927-9a11-1cf32dfa043e",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 2d10+4 damage, and the target takes ongoing 5 fire damage and is slowed (save ends both).",damage:"2d10+4 damage",category:1},{id:"5f7ba164-f10d-4100-a9af-9a4047a3fa91",name:"Molten Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"3d10 damage, and the target takes ongoing 10 fire damage and is stunned (save ends both).",damage:"3d10 damage",category:1},{id:"065b1fd5-19a3-4a47-902a-8b164440144c",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The salamander thrallmaster can make opportunity attacks against enemies within 2 squares.",damage:"The salamander thrallmaster can make opportunity attacks against enemies within 2 squares",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"653b4b75-6661-426f-b08b-dc2c59791726",name:"Shardstorm Icewind",details:"",size:2,origin:1,type:1,keywords:"air, cold, earth",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +20",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:26},dexterity:{score:29},intelligence:{score:7},wisdom:{score:24},charisma:{score:9},hp:1,initiative:24,ac:41,fortitude:39,reflex:40,will:38,regeneration:null,auras:[{id:"1247251f-4316-4b3a-ac8f-4c7b91cc76c6",name:"Iceblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses. The area of the aura is difficult terrain for creatures without ice walk."}],powers:[{id:"3db78d54-c8c9-4ee4-b157-0d5c2d880726",name:"Ice-Shard Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"15 cold damage.",damage:"15 cold damage",category:1},{id:"102d1a11-e898-44b8-b45e-4d552b37ddc0",name:"Vortex Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardstorm icewind shifts 4 squares.",damage:"The shardstorm icewind shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold, disease, poison",tactics:""},{id:"66edf562-a779-4d8d-89a8-9e5078fdb2fb",name:"Sliver Wraith Guardian",details:"",size:2,origin:0,type:2,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:15},hp:26,initiative:4,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[{id:"a00bf0c8-8da4-44e5-93fe-11a8cfc3745f",name:"Hypnotic Form",keywords:"",details:"(Charm) aura 2; each enemy that ends its turn in the aura is slowed and takes a –2 penalty to Will until the end of its next turn."}],powers:[{id:"950c136d-97e1-431e-8abf-2e9329d2be0d",name:"Dizzying Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"1d6+2 psychic damage, and the target is marked and grants combat advantage until the end of the guardian’s next turn.",damage:"1d6+2 psychic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"dazed, disease, poison",tactics:""},{id:"78c3694a-2d22-42d4-a515-696d001abaea",name:"Sliver Wraith Seeker",details:"",size:2,origin:0,type:2,keywords:"undead",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +2",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:15},hp:31,initiative:4,ac:15,fortitude:14,reflex:15,will:14,regeneration:null,auras:[{id:"67422493-b6d9-4d1a-9b50-9ae66e839a70",name:"Hypnotic Form",keywords:"",details:"(Charm) aura 2; each enemy that ends its turn in the aura is slowed and takes a -2 penalty to Will until the end of its next turn."}],powers:[{id:"e067cf9b-4ad2-45bc-8fa3-1e6a3c15fc23",name:"Maddening Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"1d6+2 psychic damage, and the target is knocked prone and can’t stand up (save ends).",damage:"1d6+2 psychic damage",category:1},{id:"67ed2465-8278-4662-871d-4f88b2a99c85",name:"Seeker’s Calling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:5,defence:3},description:"",details:"targets one creature in burst; 2d6+2 psychic damage and the seeker slides the target 5 squares to a square either adjacent to the seeker or within its hypnotic form aura.",damage:"2d6+2 psychic damage and the seeker slides the target 5 squares to a square either adjacent to the seeker or within its hypnotic form aura",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"dazed, disease, poison",tactics:""},{id:"9d3d7489-e6d8-4eff-97bf-76479f2c115a",name:"Spitfire",details:"",size:3,origin:5,type:1,keywords:"mount",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"12 (14 when charging); phasing",alignment:"Evil",languages:"",skills:"Endurance +20",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:20},intelligence:{score:6},wisdom:{score:13},charisma:{score:16},hp:155,initiative:14,ac:29,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"9ff319ad-bb28-4526-b8c3-42bbb9d6a0ba",name:"Iron-Shod Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage, and ongoing 5 damage (save ends).",damage:"1d10+6 damage",category:1},{id:"2c720157-9ce7-4109-8b65-f4fb7c306605",name:"Phantom Rider",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 15th level or higher",range:"",attack:null,description:"",details:"The rider gains phasing. The mount and raider share all resistances and immunities, and may act together on the higher of the pair’s initiative.",damage:"",category:1},{id:"83be4430-c7c7-4082-813a-84a6edb77772",name:"Run to Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Spitfire moves up to her speed. Each square she leaves becomes difficult terrain until the end of her next turn. Any enemy that hits Spitfire with a melee attack during this move is immobilized until the end of Spitfire’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"92535377-514e-4cfe-b0f0-486db78b243e",name:"Unholy Resilience",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or slowing effect that a save can end",range:"",attack:null,description:"",details:"Spitfire makes a saving throw against the triggering effect, even if it does not normally allow a save to end.",damage:"",category:1},{id:"f9d7a12d-a98c-4646-8edd-eee2f6f0e70d",name:"Bound to the Road",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Spitfire is linked to the road. She treats all terrain beyond the road as difficult terrain, and she cannot move beyond line of sight of the road.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"baa4a319-7bb5-4c1a-b4a9-47372d65a808",name:"The Headless Horseman",details:"",size:2,origin:5,type:2,keywords:"blind, undead",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +16; blindsight 10",movement:"6",alignment:"Chaotic Evil",languages:"Understands all spoken languages; does not speak",skills:"Athletics +19",equipment:"sickle",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:20},intelligence:{score:9},wisdom:{score:19},charisma:{score:14},hp:362,initiative:12,ac:27,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"e92faded-f0e7-4530-a9c3-13faafdd916c",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"Targets one or two creatures; 2d8+7 damage (crit 4d8+7 damage, and the target is dazed until the end of the Horseman’s next turn). This attack rolls a critical hit on an 18–20.",damage:"2d8+7 damage (crit 4d8+7 damage",category:1},{id:"dc99b207-a2c2-4193-897f-0ff5a02680ff",name:"Beheading Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"Targets a bloodied creature; the target is reduced to 0 hit points. Miss: 2d8 + 23 damage, and the target is dazed until the end of the Horseman’s next turn.",damage:"2d8 + 23 damage",category:1},{id:"5cc06c0e-0e71-41cb-9eba-f28855349f9a",name:"Unholy Resilience",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or slowing effect",range:"",attack:null,description:"",details:"The Horseman makes a saving throw against the triggering effect, even if it does not normally allow a save to end.",damage:"",category:1},{id:"45770c5d-b667-4c29-9b6c-91968bcf925f",name:"Executioner’s Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the Horseman makes a charge attack (whether on foot or mounted), he gains combat advantage against the target of the charge.",damage:"",category:0},{id:"e57e7a10-4ef3-4d65-b100-d0bdd5b6f782",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The horseman deals ongoing 10 damage (save ends) on a hit against any creature granting him combat advantage.",damage:"the horseman deals ongoing 10 damage (save ends) on a hit against any creature granting him combat advantage",category:0},{id:"39cbafe1-4da4-4382-b1e6-46da713f10b6",name:"Bound to the Road",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Horseman is linked to the road. He treats all terrain beyond the road as difficult terrain, and he cannot move beyond line of sight of the road.",damage:"",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"c5bd71b5-fe1f-4ac2-9c38-febad3731b67",name:"The White Reeve",details:"",size:2,origin:5,type:2,keywords:"undead",level:13,role:{type:7,flag:1,leader:!0},senses:"Perception +9; darkvision",movement:"8, climb 4",alignment:"Evil",languages:"Common",skills:"Insight +14, Stealth +17",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:19},hp:262,initiative:14,ac:29,fortitude:25,reflex:26,will:25,regeneration:null,auras:[{id:"66e21381-8cad-413e-bc72-23404e0ffc5a",name:"Shroud of the Grave",keywords:"",details:"aura 5; undead in the area lose vulnerable radiant."}],powers:[{id:"bfdbe45e-3e19-48fb-b35a-ff159aff4337",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the attack deals 1d8 extra damage.",damage:"2d8+6 damage",category:1},{id:"9d08f730-27b6-4820-b7c2-ffb0114a81b8",name:"Ravenous Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets an immobilized, stunned, or unconscious creature; 2d6+6 damage, and the target loses a healing surge and is stunned until the end of the white reeve’s next turn.",damage:"2d6+6 damage",category:1},{id:"e1124605-b8e3-4673-a5ab-43a55ef0d236",name:"Ravening Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The White Reeve makes two claw attacks.",damage:"",category:1},{id:"3f2245e9-0727-4423-b4fe-99be7035f461",name:"Morbid Inhabitation",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"1/turn",range:"",attack:null,description:"",details:"The White Reeve swaps places with one undead creature within 10 squares.",damage:"The White Reeve swaps places with one undead creature within 10 squares",category:4}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"08484e2f-ae35-42f2-96c6-53eb454d88ef",name:"Van Hassen Estate Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"crossbow; crossbow bolt; halberd; leather armor",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:9},hp:1,initiative:11,ac:26,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"55a8f93b-283d-47d0-bc43-1c37b959109f",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 8 damage.",damage:"8 damage",category:1},{id:"0cf55b88-38a6-463c-ac1e-3d3c60359ae0",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"1367c8b0-8794-4eff-9d04-dbce3679f407",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the estate guard has combat advantage against a target, a hit also knocks the target prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"109e01d0-f78d-43ad-8d90-810299b905ba",name:"White Dragon Firelord",details:"",size:4,origin:4,type:1,keywords:"dragon",level:28,role:{type:2,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8 (ice walk), fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +28, Intimidate +27",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:21},intelligence:{score:26},wisdom:{score:20},charisma:{score:26},hp:1048,initiative:19,ac:42,fortitude:43,reflex:40,will:40,regeneration:null,auras:[{id:"812f4487-4b95-488c-94a8-04cc5ee0b7ce",name:"Fire and Ice",keywords:"",details:"aura 5; while within the aura, enemies gain vulnerable 15 cold and vulnerable 15 fire."}],powers:[{id:"9eeb836e-3dce-45b8-8671-fb7a8633a292",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 2d12+6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack).",damage:"2d12+6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack)",category:1},{id:"82675619-c1e5-44cf-817d-7097a7110643",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 1d12+6 damage plus 1d12 fire damage.",damage:"1d12+6 damage plus 1d12 fire damage",category:1},{id:"44f62c35-4a5b-4763-bc41-97fd5353da8e",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks. If the dragon hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"b62024b3-01e5-492b-a6a3-b4919d6415ce",name:"Scouring Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire",condition:"",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"2d12+10 cold and fire damage, and the firelord slides the target 2 squares.",damage:"2d12+10 cold and fire damage",category:1},{id:"d4b2e421-2139-42b9-8254-5dc70e730cd2",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"5d10+10 cold and fire damage, and the target is knocked prone and blinded (save ends both).",damage:"5d10+10 cold and fire damage",category:1},{id:"477eb3fb-be84-4f35-b390-216c7024e2bb",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"fb427f56-2949-4a8d-b2b9-70a7aff9be7e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"24c9dd10-b525-4b83-91c3-364434172c1a",name:"Steam Shroud",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"",attack:null,description:"",details:"The dragon’s space and all adjacent squares become a zone of roiling steam that grants total concealment until the end of the dragon’s next turn.",damage:"",category:5},{id:"76075c23-2da7-444e-9cb3-83d90540c86f",name:"Elemental Affinity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The white dragon firelord’s elemental power overcomes the fire affinity of the City of Brass. The dragon’s attacks with the cold keyword deal full damage.",damage:"the dragon’s attacks with the cold keyword deal full damage",category:0}],damageModifiers:[{type:2,value:-30}],resist:"fire",vulnerable:"",immune:"",tactics:""},{id:"779e646c-3670-4679-853a-f8f104ab6d5b",name:"Azharul Dominion Ship",details:"",size:5,origin:4,type:0,keywords:"construct",level:28,role:{type:0,flag:1,leader:!1},senses:"Perception +19",movement:"fly 10 (hover)",alignment:"Evil",languages:"Draconic (crew)",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:30},intelligence:{score:14},wisdom:{score:20},charisma:{score:22},hp:394,initiative:24,ac:40,fortitude:40,reflex:42,will:38,regeneration:null,auras:[{id:"edb64e29-e657-46b8-bc6b-60c83e4a1f88",name:"Hissing Corona",keywords:"",details:"(Lightning) any creature that enters the aura or starts its turn there takes 10 lightning damage."}],powers:[{id:"f03cf9cc-1ec8-4001-8b17-9f5965da8db3",name:"Dragonborn Marines on Deck",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:3},{id:"e44ed5bd-8237-4426-8dc7-3e253b6cb161",name:"Thunder-Echo Projectors",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"(standard",range:"3d6+10 thunder damage. Effect: The thunder projector makes a secondary attack against every other creature within 5 squares of the primary target, originating the attack from the primary target: ranged 10",attack:{bonus:35,defence:0},description:"",details:"+33 vs. Reflex; 2d8 + 10 thunder damage.",damage:"2d8 + 10 thunder damage",category:1},{id:"a66c0040-a453-4a88-8719-8cd1decc6fef",name:"Collective Operation",action:null,keywords:"",condition:"",range:"The dominion ship is operated by multiple dragonborn crew, and attacking or controlling them individually doesn’t hamper the ship. The ship is subject to close and area attacks normally, but ranged and melee attacks with the poison, disease, psychic, charm, or fear keywords don’t harm the dominion ship.",attack:null,description:"",details:"",damage:"",category:0},{id:"c84618c9-5cc5-4166-9586-a1e13afffe6d",name:"Crew Suppression",action:null,keywords:"",condition:"",range:"such an “attack” automatically succeeds. It does no damage but leaves the dominion ship unable to make its melee attack (save ends). If the same creature performs the crew suppression attack three rounds in a row, the thunder-echo projectors are likewise unable to attack (save ends).",attack:null,description:"",details:"A creature adjacent to the dominion ship can spend a standard action to attack the visible crew members. They don’t fight back",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"thunder, immune poison, disease, psychic, charm, fear (melee and ranged only, see Collective Operation)",tactics:""},{id:"8590736d-42a8-4673-bf01-30ca5e47f2a7",name:"Banite Convert",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"battleaxe",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:1,initiative:5,ac:19,fortitude:19,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"8abbf80a-7526-4c90-935b-0684c46c0fea",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"d07bd3d1-7b0d-43a6-95fd-734bb04098fa",name:"Tyranny of the Mob",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human cultist gains a +1 power bonus to all defenses and a +1 power bonus to attack rolls while at least two other Banite converts are within 5 squares of it.",damage:"A human cultist gains a +1 power bonus to all defenses and a +1 power bonus to attack rolls while at least two other Banite converts are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c119536-be2e-4572-8815-eb5d80013355",name:"Bear Corpse",details:"",size:3,origin:4,type:0,keywords:"undead",level:7,role:{type:2,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:13},intelligence:{score:1},wisdom:{score:15},charisma:{score:9},hp:190,initiative:4,ac:19,fortitude:20,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"a1147fe2-e298-4dde-83bc-7f2c3e6e60a4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"15f0404f-9f82-45ab-9400-866913e9dc8b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bear corpse makes two claw attacks. If both claws hit the same target, the target is grabbed (until escape).",damage:"",category:1},{id:"2edae19c-f38b-4916-8697-c32055401e6f",name:"Necrotic Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"Grabbed target only; 4d8+3 necrotic damage.",damage:"4d8+3 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2f8056c8-eed2-44e1-9d2b-fbb5af37dbe9",name:"Black Brood Mother",details:"",size:5,origin:4,type:1,keywords:"aquatic, dragon",level:29,role:{type:4,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 10 (hover), swim 10",alignment:"Evil",languages:"Draconic",skills:"Nature +22, Stealth +33",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:16},hp:1208,initiative:27,ac:46,fortitude:42,reflex:44,will:38,regeneration:null,auras:[],powers:[{id:"50f0a8a5-5b45-4e4d-91ea-2b83894a9fa8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 2d8+9 damage, and ongoing 15 acid damage (save ends).",damage:"2d8+9 damage",category:1},{id:"fe83ad37-8e12-4121-82c8-9b27d403d831",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 1d10+9 damage.",damage:"1d10+9 damage",category:1},{id:"2b059d7c-a0d1-4ac0-8484-97e1e724aa62",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"The dragon uses its tail to attack the enemy that missed it: reach 4; 1d12+11 damage, and the target is pushed 3 squares.",damage:"1d12+11 damage",category:5},{id:"69b24248-2202-490a-a790-cdb912cf4c84",name:"Underbelly Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets an adjacent creature; 1d12+10 damage, and a Large or smaller target is grabbed, pulled 1 square into the dragon’s space, and restrained. A creature trapped underneath the brood mother’s bulk has line of sight and line of effect only to the brood mother, and no creatures have line of sight or line of effect to it. A creature that escapes the grab is no longer underneath the brood mother and no longer restrained; the character shifts to the nearest square that is not part of the brood mother’s space. If the brood mother moves so that it no longer occupies the grabbed character’s space, then the character is no longer grabbed or restrained. Sustain Minor: The brood mother sustains the grab, and the target takes 20 damage plus 10 acid damage.",damage:"1d12+10 damage",category:1},{id:"c4196ec2-d100-4efe-a2e0-628305359e4f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"4d8+7 acid damage, and the target takes ongoing 30 acid damage and takes a -4 penalty to AC (save ends both).",damage:"4d8+7 acid damage",category:1},{id:"de329c83-3cc6-40b8-83fc-5749e76cb14a",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"2d10+7 acid damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"2d10+7 acid damage",category:1},{id:"22217853-948d-4d43-b5c4-b4f01d4c1b3a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"9effe443-c3fb-44b4-b574-edd87a38e893",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:31,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b86b2329-b1ca-4a9f-af73-a4691f33c61c",name:"Blue Brood Mother",details:"",size:5,origin:4,type:1,keywords:"dragon",level:30,role:{type:0,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"10, fly 12 (hover)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +34, Insight +23, Nature +23",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:17},hp:1302,initiative:18,ac:44,fortitude:48,reflex:42,will:42,regeneration:null,auras:[],powers:[{id:"f8bcc02a-abec-4ef9-af25-33dbb6473a28",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 2d8 +11 plus 2d6 lightning damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8 +11 plus 2d6 lightning damage",category:1},{id:"89a2216b-303a-4b94-ab48-0120feebc264",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 2d6 +11 damage.",damage:"2d6 +11 damage",category:1},{id:"c264b60e-b746-4daf-a798-624626af9f67",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a gore attack and two claw attacks.",damage:"",category:1},{id:"3164fd45-5b4a-4788-b0c1-2d5b3ee79580",name:"Underbelly Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets an adjacent creature; 1d12 +10 damage, and a Large or smaller target is grabbed, pulled 1 square into the dragon’s space, and restrained. A creature trapped underneath the brood mother’s bulk has line of sight and line of effect only to the brood mother, and no creatures have line of sight or line of effect to it. A creature that escapes the grab is no longer underneath the brood mother and no longer restrained; the character shifts to the nearest square that is not part of the brood mother’s space. If the brood mother moves so that it no longer occupies the grabbed character’s space, then the character is no longer grabbed or restrained. Sustain Minor: The brood mother sustains the grab, and the target takes 20 damage plus 10 lightning damage.",damage:"1d12 +10 damage",category:1},{id:"2e5cd809-6153-4080-a59e-20abddbed6e3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:36,defence:2},description:"",details:"The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second; 3d12 + 23 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 23 lightning damage",category:1},{id:"6a10a5e0-15cc-4dc3-ad38-25121b93f6bd",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately. This attack does not provoke opportunity attacks.; .",damage:"",category:5},{id:"9e775da0-433e-469d-811c-9426524f92f8",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"targets enemies",range:"",attack:{bonus:35,defence:3},description:"",details:"The target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"5fcf5098-651a-4106-b98c-8884586537a4",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"close burst 3",range:"",attack:{bonus:35,defence:1},description:"",details:"2d10 +9 thunder damage, and the target is stunned until the end of the blue dragon’s next turn. Critical Hit: As above, except that the target is stunned (save ends).",damage:"2d10 +9 thunder damage",category:1},{id:"94150a7f-ddb7-4297-aeac-89c215e7d65d",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"area burst 4 within 20",range:"",attack:{bonus:35,defence:2},description:"",details:"5d6 +9 lightning damage. Miss: half damage.",damage:"5d6 +9 lightning damage",category:1}],damageModifiers:[{type:5,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"261fa2dd-3d98-4776-815d-0a8aef55e626",name:"Corrosion Web",details:"Most living spells are the animated form of a single spell, but occasionally multiple spells interact to form a hybrid creature. The corrosion web is an example of a living spell that combines two common arcane spells: the wizard’s web and the sorcerer’s acid orb. Such combinations transform each spell in unique ways; for the corrosion web, the silk filaments forming the mass of the creature are covered with a caustic slime. Like a fisher throwing a net, the corrosion web ensnares foes with thin layers of its ropy body.",size:3,origin:0,type:1,keywords:"blind, ooze",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +7; blindsight",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:15},charisma:{score:7},hp:114,initiative:7,ac:25,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"2dd40991-2232-48df-8a74-2269786244df",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d8+5 acid damage, and ongoing 5 acid damage (save ends).",damage:"2d8+5 acid damage",category:1},{id:"22deaf90-2525-42a9-8417-41b990efd2a5",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"usable only when no creatures are engulfed",range:"",attack:{bonus:15,defence:2},description:"",details:"Targets one Medium or smaller creature; (automatically hits an immobilized creature); the corrosion web pulls the target into its space, and the target is grabbed. Until the grab ends, the target is dazed and takes ongoing 10 acid damage. When the grab ends, the target shifts to a square of its choosing adjacent to the corrosion web. When the corrosion web moves, it pulls any engulfed creatures with it, and it does not provoke opportunity attacks from engulfed creatures.",damage:"the target is dazed and takes ongoing 10 acid damage",category:1},{id:"0d671c27-961d-43ea-a9ef-ee353fd2f504",name:"Towing Tendril",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"2d8+9 acid damage, and the corrosion web pulls the target 3 squares.",damage:"2d8+9 acid damage",category:1},{id:"3c03217b-00f9-4014-87b7-f5b0f30b4fe9",name:"Ensnaring Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:15,defence:2},description:"",details:"1d8+5 acid damage, and the target takes ongoing 5 acid damage and is immobilized (save ends both). Effect: The burst creates a zone of webs that lasts until the end of the corrosion web’s next turn. The zone is difficult terrain for the corrosion web’s enemies.",damage:"1d8+5 acid damage",category:1},{id:"38e1c8d2-c811-4899-bc67-32f894edba88",name:"Combustible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the corrosion web takes fire damage while a creature is engulfed, the engulfed creature takes 10 fire damage.",damage:"if the corrosion web takes fire damage while a creature is engulfed",category:0}],damageModifiers:[{type:1,value:-10},{type:3,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9880fb0-c372-40ae-9dd9-1be47f5bb848",name:"Dharvek",details:"",size:2,origin:2,type:2,keywords:"elf",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"7 see also scavenger’s survival",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Bluff +16, Insight +14, Stealth +15, Thievery +15",equipment:"dagger; leather armor; longsword; shortbow",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:15},intelligence:{score:18},wisdom:{score:18},charisma:{score:14},hp:164,initiative:7,ac:23,fortitude:21,reflex:24,will:23,regeneration:null,auras:[{id:"597604eb-4267-4879-9aa1-d72e0b978700",name:"Group Awareness",keywords:"",details:"aura 5; non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"147b3b21-37d8-4f84-821e-98cfac223a7c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"1c4efb89-c61f-4996-a9dc-1f917a22c7b1",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:17,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"a451bc20-0996-4190-9f82-6ccc74146779",name:"Burning Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon, Fire",condition:"",range:"Ranged 15/30",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage, and ongoing 10 fire damage (save ends).",damage:"2d8+4 damage",category:1},{id:"3983ed2b-96cd-479c-834f-055c51792355",name:"Twin Arrows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Dharvek makes two shortbow attacks.",damage:"",category:1},{id:"5f45684c-6ab6-4902-a691-98788465d9e8",name:"Shocking Dissuasion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:15,defence:2},description:"",details:"2d6+4 lightning damage, and the target is pushed 2 squares.",damage:"2d6+4 lightning damage",category:1},{id:"abad5d62-1cab-4f85-a056-a7b283334457",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dharvek can reroll an attack roll. He must use the second roll, even if it’s lower.",damage:"",category:4},{id:"a5f4e83d-5502-4c76-9606-e73009836e6d",name:"Scavenger’s Survival",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dharvek shifts 3 squares and gains phasing during this movement.",damage:"Dharvek shifts 3 squares and gains phasing during this movement",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"13137e4f-86d4-4d89-b56a-bb968d6bbf81",name:"Fherina",details:"",size:1,origin:2,type:2,keywords:"gnome",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +12, Insight +9, Streetwise +10, Thievery +8",equipment:"dagger; leather armor",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:13},intelligence:{score:15},wisdom:{score:14},charisma:{score:16},hp:63,initiative:5,ac:18,fortitude:18,reflex:16,will:19,regeneration:null,auras:[],powers:[{id:"ac2bc775-1ee3-4150-892c-49a17ab4aa4d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"e86954d0-942f-4f61-b10f-5cfc92c0ae1c",name:"Arcane Quip",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 5",attack:{bonus:9,defence:3},description:"",details:"1d10+5 psychic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"3934ed44-e69b-4d77-836c-28363e8d5bfe",name:"Scathing Retort",action:{action:4,trigger:"when fherina is hit or missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets the triggering attacker; the attacker gains vulnerable 10 psychic until the end of Fherina’s next turn.",damage:"the attacker gains vulnerable 10 psychic until the end of Fherina’s next turn",category:5},{id:"e91e8914-161a-49b7-ab74-27a7915fdcef",name:"Fade Away",action:{action:4,trigger:"when fherina takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Fherina becomes invisible until she attacks or until the end of her next turn.",damage:"",category:5},{id:"610c80be-5b9a-46bb-9073-aff955a5d35c",name:"Muckrake",action:{action:7,trigger:"when fherina damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target takes a -2 penalty to Will defense (save ends).",damage:"The target takes a -2 penalty to Will defense (save ends)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"253b4053-5f93-400e-a126-62583f5fced7",name:"Frostclutch",details:"Most living spells are chaotic blobs of bubbling magic, but a living spell of a structured conjuration resembles the original form. In the case of the frostclutch, the oversized hands of force from Bigby’s arsenal fly through the air, grabbing and trapping creatures in a prison of ice.",size:2,origin:0,type:1,keywords:"blind, ooze",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +14; blindsight",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:20},intelligence:{score:5},wisdom:{score:20},charisma:{score:11},hp:170,initiative:14,ac:32,fortitude:31,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"89fb1d47-7524-44e9-aba0-72b68b4bd9f3",name:"Chilling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"(automatically hits a target grabbed by the frostclutch)2d8+8 cold damage.",damage:"(automatically hits a target grabbed by the frostclutch)2d8+8 cold damage",category:1},{id:"5cef2c1b-726e-4f1e-addf-b08cd617c10f",name:"Frozen Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only while the frostclutch does not have a creature grabbed",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+8 cold damage, and the target is grabbed.",damage:"2d8+8 cold damage",category:1},{id:"269e330e-da98-4ccd-bfac-57263356e189",name:"Entomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Targets a creature grabbed by the frostclutch; 2d8+8 cold damage, the grab ends, and the target is entombed in ice (save ends). While entombed, the target takes ongoing 10 cold damage and is stunned. No creature has line of effect to the target. Miss: Half damage, the grab ends, and the target is entombed until the end of the frostclutch’s next turn.",damage:"2d8+8 cold damage",category:1},{id:"ccdbd1c0-5e3b-4555-81f2-032e980e04da",name:"Drag",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the frostclutch has a creature grabbed",range:"",attack:{bonus:22,defence:1},description:"",details:"Targets a creature grabbed by the frostclutch; the frostclutch shifts 3 squares and pulls the grabbed target with it.",damage:"the frostclutch shifts 3 squares and pulls the grabbed target with it",category:2}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed907a58-8de0-4b63-8b78-da78530b1f14",name:"General Nadar",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!0},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"leather armor; spiked chain",category:"",strength:{score:26},constitution:{score:17},dexterity:{score:19},intelligence:{score:14},wisdom:{score:15},charisma:{score:18},hp:290,initiative:13,ac:30,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"797fa696-19f4-47a5-983b-35cccead746d",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10+8 damage, and the target is marked until the start of Nadar’s next turn.",damage:"2d10+8 damage",category:1},{id:"36f033df-0ee1-49d2-ae1d-4ddfa8d15f6e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Nadar makes two spiked chain attacks.",damage:"",category:1},{id:"f8ac005f-c835-424c-9904-16a44898fd30",name:"Follow-up Attack",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"1d6+6 damage, and the target is knocked prone.",damage:"1d6+6 damage",category:3},{id:"ab0bba2c-72ac-4e9c-845d-6031cf7db19b",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Nadar teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"Nadar teleports 3 squares and becomes insubstantial until the start of his next turn",category:2},{id:"c8b45af4-0f42-4184-a15c-d5c7babcc585",name:"Astral Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"all allies in the burst regain 10 hit points, can teleport 5 squares, and make a melee basic attack after teleporting.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43f7464d-3310-40e1-b1e2-06a0fa6ac9f2",name:"Glass Guardian",details:"",size:2,origin:0,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision, tremorsense 4",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:4},wisdom:{score:12},charisma:{score:8},hp:65,initiative:6,ac:16,fortitude:14,reflex:15,will:13,regeneration:null,auras:[{id:"fa1b7dcd-12cf-45d4-bfc2-7ee0230626e2",name:"Piercing Slivers",keywords:"",details:"aura 1; an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"ff1dbd41-9de0-43c8-831e-aa4473c955e0",name:"Lancing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"ff978693-4077-44b3-bb5e-9a57a2c9ebf9",name:"Piercing Shard",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:8,defence:0},description:"",details:"1d8 damage, and ongoing 5 damage (save ends).",damage:"1d8 damage",category:1},{id:"3610af54-6e06-45d3-8955-7f69e17fb1b8",name:"Death Burst",action:null,keywords:"",condition:"when the glass guardian drops to 0 hit points",range:"Close burst 2",attack:{bonus:5,defence:2},description:"",details:"2d6 damage, and ongoing 5 damage (save ends).",damage:"2d6 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4d581d55-eb17-47b2-9e6a-321ba2d4e3fc",name:"Glass Guardian Nestling",details:"",size:1,origin:0,type:1,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision, tremorsense 4",movement:"8, climb 6",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:6},hp:1,initiative:6,ac:15,fortitude:13,reflex:15,will:12,regeneration:null,auras:[{id:"295a6440-987e-4562-92d6-34489dc73b13",name:"Piercing Slivers",keywords:"",details:"aura 1; an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"7538b6b5-2a37-426a-aa9a-de23f73a7831",name:"Lancing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"df693ffa-0e27-4abd-8de8-5894b5373155",name:"Spire Leap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The glass guardian nestling must be on a surface above the target. The nestling shifts 3 squares (it can jump during this move) before the attack; 5 damage. Effect: The nestling doesn’t take falling damage from using this attack power.",damage:"5 damage",category:1},{id:"fdf1f2a8-b331-459e-aa82-2ac04bdaa48f",name:"Death Burst",action:null,keywords:"",condition:"when the glass guardian nestling drops to 0 hit points",range:"Close burst 2",attack:{bonus:5,defence:2},description:"",details:"4 damage.",damage:"4 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0e2a45cd-c30a-47d3-8633-9062d8a3215a",name:"Green Brood Mother",details:"",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:3,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 14 (hover)",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +31, Diplomacy +26, Insight +27, Intimidate +26",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:26},hp:1250,initiative:23,ac:43,fortitude:39,reflex:41,will:39,regeneration:null,auras:[{id:"c9e5822a-0334-4303-bb71-c5677ad533a1",name:"Lashing Tail",keywords:"",details:"aura 2; all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"4c5e6d76-d4b8-450a-ac93-8ba6cb29d15b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 1d12+10 damage, plus ongoing 25 poison damage (save ends).",damage:"1d12+10 damage",category:1},{id:"f7fa0e68-fa49-4850-8609-870adc92f061",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 1d10+10 damage.",damage:"1d10+10 damage",category:1},{id:"ac8febbc-a6cb-47e3-9221-17d13d32ab00",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks.",damage:"",category:1},{id:"da9652cc-3e36-40a4-9474-3bc4352427f5",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",damage:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target",category:1},{id:"dee784ee-9112-4877-b745-75a526ad640d",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"2d12+10 damage, and the target is knocked prone.",damage:"2d12+10 damage",category:5},{id:"aa8129e2-ec29-4c53-a1e1-b9a149399389",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:30,defence:3},description:"",details:"the target slides 4 squares.",damage:"the target slides 4 squares",category:3},{id:"5386844a-0e97-4b6c-b5bf-add03c315429",name:"Underbelly Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets an adjacent creature; 1d12+10 damage, and a Large or smaller target is grabbed, pulled 1 square into the dragon’s space, and restrained. A creature trapped underneath the brood mother’s bulk has line of sight and line of effect only to the brood mother, and no creatures have line of sight or line of effect to it. A creature that escapes the grab is no longer underneath the brood mother and no longer restrained; the character shifts to the nearest square that is not part of the brood mother’s space. If the brood mother moves so that it no longer occupies the grabbed character’s space, then the character is no longer grabbed or restrained. Sustain Minor: The brood mother sustains the grab, and the target takes 20 damage plus 10 poison damage.",damage:"1d12+10 damage",category:1},{id:"fe1e1f78-e3e1-4273-9ca6-d3539a5b2f68",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:30,defence:1},description:"",details:"3d10+8 poison damage, and the target takes ongoing 15 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d10+8 poison damage",category:1},{id:"c5f2f359-afca-4648-8099-bc938ebfd56f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"fe4aa26a-b2b9-436b-9c48-84fad4d199bb",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:30,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5c07c108-04a3-4ae0-8bec-2de6e0b304a2",name:"Living Cloud of Daggers",details:"As a living embodiment of one of the simplest spells in the wizard’s arsenal, the living cloud of daggers is a common sight in the Mournlands. It hovers like a swarm of insects, harassing nearby creatures with its mystical blades of force.",size:2,origin:0,type:1,keywords:"blind",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +7; blindsight",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:18},intelligence:{score:3},wisdom:{score:15},charisma:{score:9},hp:1,initiative:9,ac:22,fortitude:23,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"aa07a6f4-7d2c-4d3c-9afe-e0be2e0c45a3",name:"Slicing Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"8 force damage.",damage:"8 force damage",category:1},{id:"4a0199bf-e523-432b-ba3f-9bc2370392d7",name:"Envelop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"8 force damage. Effect: The living cloud of daggers enters a square in the target’s space and the target takes ongoing 5 force damage (until the target no longer shares a space with the cloud). Any attack by a creature other than the target that hits the living cloud of daggers also hits the enveloped creature.",damage:"8 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f0b21bf-26ea-47ec-befa-8b410e7d9daf",name:"Living Flaming Sphere",details:"The living flaming sphere is similar in appearance to the famous conjuration, except that no wizard lays claim to its creation and no arcane energy directs it. This creature is wild and chaotic; it never stays in one spot for long and it revels in fiery destruction.",size:2,origin:0,type:1,keywords:"blind, ooze",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +7; blindsight",movement:"fly 6 (hover; altitude limit 1)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:19},intelligence:{score:4},wisdom:{score:15},charisma:{score:9},hp:220,initiative:11,ac:24,fortitude:24,reflex:22,will:20,regeneration:null,auras:[{id:"1eb7f383-490f-4b3b-97de-7da2d364cd1a",name:"Blazing Husk",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"41702c20-79f7-42de-8e30-26f2354f3bf1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"3d6+8 fire damage.",damage:"3d6+8 fire damage",category:1},{id:"96da6870-5480-4711-a90d-e3b03ddc5a8a",name:"Immolating Crash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"usable only when charging",range:"",attack:{bonus:13,defence:2},description:"",details:"1d6+4 fire damage, and ongoing 10 fire damage (save ends). The sphere pushes the target 2 squares and knocks it prone. Effect: The living flaming sphere can shift 2 squares.",damage:"1d6+4 fire damage",category:1},{id:"0a8c9e72-988a-4ab0-a64c-3b261d3b53cd",name:"Rolling Strike",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The living flaming sphere moves 6 squares and makes one attack at any point during the movement; 3d6+8 fire damage, and the target falls prone. A living flaming sphere doesn’t provoke opportunity attacks from the target when moving away from it.",damage:"3d6+8 fire damage",category:2},{id:"0b8afc59-376a-48dd-b577-dd330185479f",name:"Spinning Escape",action:{action:4,trigger:"when an enemy hits this creature with an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living flaming sphere shifts 1 square.",damage:"The living flaming sphere shifts 1 square",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a living flaming sphere that takes cold damage deals half damage with blazing husk until the end of its next turn)",immune:"",tactics:""},{id:"b5a71150-1213-465f-89e5-ed4eb10acfbd",name:"Quavor",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Chondathan, Common",skills:"Arcana +15, Diplomacy +9, Dungeoneering +11, Insight +11",equipment:"dagger; wand implement",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:12},hp:56,initiative:6,ac:18,fortitude:17,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"de328db7-a1d8-4746-bf20-98b2a1621629",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"f3f82e17-2b18-44dc-9bbc-389b3b9c8524",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"2d4+6 force damage.",damage:"2d4+6 force damage",category:1},{id:"08caa577-c7aa-43fe-b98b-b4dd5e82b53e",name:"Necrotic Flash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:9,defence:2},description:"",details:"1d8+6 necrotic damage, and the target is immobilized until the end of Quavor’s next turn.",damage:"1d8+6 necrotic damage",category:1},{id:"78dbe201-3e8d-4bd7-ab7b-893e77e9829f",name:"Death Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:2},description:"",details:"1d6+5 necrotic damage.",damage:"1d6+5 necrotic damage",category:1},{id:"cfe698fa-4894-4b40-bf88-bf4130e8029d",name:"Black Vapors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d6+5 poison damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d6+5 poison damage",category:1},{id:"1753c311-951f-4ae5-bdb7-79b5efd44bf5",name:"Wand of Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"Requires wand; Quavor gains a +3 bonus to one attack roll.",damage:"Quavor gains a +3 bonus to one attack roll",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e93579f-2d2f-4e12-a206-02e0d5255212",name:"Ralsor d’Lyrandar",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"cloth armor (basic clothing); hand crossbow; rapier",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:18},intelligence:{score:15},wisdom:{score:12},charisma:{score:16},hp:152,initiative:9,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0bb9b7db-b618-4dd5-a2a3-2a5716a21faf",name:"Flourishing Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+6 damage, and Ralsor shifts 1 square.",damage:"1d8+6 damage",category:1},{id:"3891c5e5-007a-48ca-b19d-3a3d2c0a7348",name:"Hand Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"8da5aacb-db5f-48bc-b63c-2eb7baf5a29e",name:"Bladed Comeback",action:{action:4,trigger:"when ralsor takes damage",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:5},{id:"6d3fc090-6f6c-4bcc-bedb-a3028d598ac6",name:"Point-Blank Skewer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Ralsor makes one rapier attack and one hand crossbow attack against the same target without provoking opportunity attacks. He can shift 1 square before, after, or between the attacks.",damage:"He can shift 1 square before",category:1},{id:"8b1b7fd5-e206-4771-8353-95adbc60e6f5",name:"Throw Caution to the Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 1",attack:{bonus:10,defence:1},description:"",details:"4d10+4 thunder damage, and the target is pushed 1. If Ralsor misses all targets with this attack, he grants combat advantage until the end of his next turn.",damage:"4d10+4 thunder damage",category:1},{id:"c1651300-0113-463b-94cd-b96eaa2cd775",name:"Windy Retreat",action:{action:7,trigger:"when ralsor hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Ralsor is dazed or immobilized, that condition ends. In addition, Ralsor shifts 1 square.",damage:"Ralsor shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"780bb867-2235-42c6-81c9-d98df9e0558c",name:"Shard Slave",details:"",size:2,origin:0,type:2,keywords:"undead",level:4,role:{type:3,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:19},intelligence:{score:14},wisdom:{score:12},charisma:{score:8},hp:148,initiative:6,ac:16,fortitude:13,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"c23fb9e5-c944-4637-9624-5a5ede20f5e0",name:"Dominating Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm, Psychic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"Reach 3; 1d8+1 psychic damage, and the target takes ongoing 5 psychic damage (save ends). First Failed Save: The target instead takes ongoing 5 psychic damage and is dominated (save ends both). The tendril remains attached until the target saves.",damage:"1d8+1 psychic damage",category:1},{id:"506c1e52-0170-46be-921d-eeb9336bf42e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard slave makes two dominating tendril attacks.",damage:"",category:1},{id:"e715340b-932d-4017-9b34-261ef2107a19",name:"Call of the Shard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Psychic",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"1d10+3 psychic damage, and the target takes a -2 penalty to saving throws (save ends).",damage:"1d10+3 psychic damage",category:1},{id:"ddd46dab-92f0-412e-8d6e-417fc3041b16",name:"Shard Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close burst 2",attack:{bonus:7,defence:1},description:"",details:"targets enemies; 2d8+3 force damage, and the target is pushed 3 squares.",damage:"2d8+3 force damage",category:1},{id:"c7db261c-464f-4004-8d91-84918dd2194f",name:"Shard Reflection",action:{action:4,trigger:"when the shard slave takes damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard slave shifts 6 squares.",damage:"The shard slave shifts 6 squares",category:5}],damageModifiers:[{type:6,value:-5}],resist:"insubstantial (if the shard slave takes radiant damage, it doesn’t benefit from being insubstantial during its next turn)",vulnerable:"5 radiant (and see insubstantial)",immune:"",tactics:""},{id:"f98aaa7f-d808-44c1-8480-f6d6fcc3a3a3",name:"Staunch",details:"",size:2,origin:4,type:2,keywords:"living construct; Warforged",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10",movement:"4",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; warhammer",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:12},intelligence:{score:19},wisdom:{score:19},charisma:{score:12},hp:246,initiative:7,ac:26,fortitude:26,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"8d4308f8-d0e6-40c5-a0be-7fff6203d989",name:"Icy Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+5 damage plus 1d6 cold damage, and the target is slowed until the end of Staunch’s next turn.",damage:"1d10+5 damage plus 1d6 cold damage",category:1},{id:"1e4b1b58-40e2-40e8-b39f-7154a32fefab",name:"Fiery Armbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage plus 1d6 fire damage.",damage:"1d8+4 damage plus 1d6 fire damage",category:1},{id:"f6496fc0-f75c-4fa6-8ddd-a26fa2cc8e9d",name:"Incendiary Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Zone",condition:"",range:"Close blast 3",attack:{bonus:16,defence:2},description:"",details:"2d8+5 fire damage, and ongoing 5 fire damage (save ends). The burst becomes an incendiary zone that lasts until the end of Staunch’s next turn. Creatures that end their turns within the zone take 10 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"6881903e-706c-40d1-8efa-89676d5f1ea1",name:"Alchemical Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Thunder",condition:"",range:"Area burst 2 within 10",attack:{bonus:16,defence:2},description:"",details:"2d8+8 acid and thunder damage, and the target is dazed (save ends). Miss: Half damage.",damage:"2d8+8 acid and thunder damage",category:1},{id:"cca57ec1-a9d6-4dc2-9a6d-87337c4e70d2",name:"Grinding Wheel",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Staunch shifts up to 4 squares, making the following attack against each creature he moves adjacent to during the shift. Staunch can only target a given creature once during each use of grinding wheel; the target falls prone.",damage:"Staunch shifts up to 4 squares",category:2},{id:"92593ea2-352a-4269-b5f5-2e97535bd1e2",name:"Uncanny Pivot",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Staunch gains a +2 bonus to AC, Fortitude, and Reflex until he moves.",damage:"Staunch gains a +2 bonus to AC",category:2},{id:"5da98e19-e00e-4a6b-97b4-14479d7e13d7",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Staunch gains 14 temporary hit points.",damage:"Staunch gains 14 temporary hit points",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"65f8812c-2625-4203-85f5-646ae5c2bed5",name:"Withering Grasp",details:"The ebon tentacles and enfeebling powers of this living spell reveal its origins as the combination of Evard’s black tentacles and ray of enfeeblement. The dreaded composite sucks the life out of those it envelops, weakening them to a point where they cannot escape.",size:3,origin:0,type:1,keywords:"blind, ooze",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +10; blindsight",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Athletics +18, Stealth +15",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:17},intelligence:{score:4},wisdom:{score:17},charisma:{score:9},hp:148,initiative:12,ac:31,fortitude:29,reflex:26,will:26,regeneration:null,auras:[{id:"2be5c350-b354-4922-b3fa-9e7d60a2cad1",name:"Tentacle Web",keywords:"",details:"aura 2; enemies treat squares within the aura as difficult terrain."}],powers:[{id:"68d18582-893f-4322-83ae-0e56793d8671",name:"Grasping Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 2; 4d8+5 necrotic damage, and the withering grasp pulls the target adjacent to it and marks it until the end of the grasp’s next turn.",damage:"4d8+5 necrotic damage",category:1},{id:"eb948a5d-00b0-4584-a99e-c664d8877010",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"usable only when no creatures are engulfed",range:"",attack:{bonus:20,defence:2},description:"",details:"Targets one Medium or smaller creature; (automatically hits an immobilized creature); the grasp pulls the target into its space, and the target is grabbed. Until the grab ends, the target is dazed and takes ongoing 10 necrotic damage. When the grab ends, the target shifts to a square of its choosing adjacent to the withering grasp. When the grasp moves, it pulls any engulfed creatures with it, and it does not provoke opportunity attacks from engulfed creatures.",damage:"the target is dazed and takes ongoing 10 necrotic damage",category:1},{id:"49352e32-546b-41d6-9067-0c9fb77e116b",name:"Lashing Tentacles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"3d10+8 necrotic damage, and the grasp pulls the target 1 square to an adjacent square and marks it until the end of the grasp’s next turn.",damage:"3d10+8 necrotic damage",category:1},{id:"48ecd991-2b19-4201-9306-6fc6ff8b2c1a",name:"Ebon Clutch",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Enemies marked by the grasp are also immobilized as long as they are adjacent to the creature.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4b62a34-7565-457a-9aff-ebeee35ad89d",name:"Zealot of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:8},hp:168,initiative:4,ac:18,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"136f70d6-9e63-4132-908f-c64e05d7b421",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+8 (crit 1d10 + 20) damage.",damage:"1d10+8 (crit 1d10 + 20) damage",category:1},{id:"378f9856-626c-4276-8d5a-cda705b9a7a7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The zealot of Bane makes two greatsword attacks. If both attacks hit the same target, the target is knocked prone.",damage:"",category:1},{id:"d161b7d0-ed37-4904-9ae6-67adb52fcb64",name:"You Will Kneel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:9,defence:0},description:"",details:"1d10+8 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+8 damage",category:1},{id:"53e946cd-5a38-4a63-ae01-5836e1a33eb5",name:"Mark of Loathing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature; the target is marked and grants combat advantage to the zealot of Bane’s allies (save ends).",damage:"",category:1},{id:"ef16e336-26f7-435c-a9e3-e6d93067e2b0",name:"Brute Rush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zealot of Bane makes a bull rush attack, the target is pushed 2 squares instead of 1 square.",damage:"the target is pushed 2 squares instead of 1 square",category:0},{id:"becc9642-737d-4d7a-b4e9-c55316f0727e",name:"Martyr’s Farewell",action:null,keywords:"Fear",condition:"when the zealot of bane is reduced to 0 hit points or fewer",range:"",attack:null,description:"",details:"The zealot of Bane makes a greatsword attack against all enemies within reach. A target struck by this attack is shaken until the end of its next turn in addition to taking damage.",damage:"a target struck by this attack is shaken until the end of its next turn in addition to taking damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"517e48a9-40d4-4c4c-8380-35a599cb0ea8",name:"Boneyard Zombie",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:2,flag:0,leader:!0},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +7",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:13},intelligence:{score:4},wisdom:{score:15},charisma:{score:8},hp:57,initiative:2,ac:15,fortitude:15,reflex:11,will:13,regeneration:null,auras:[],powers:[{id:"8e54e018-9d06-4353-83be-e9f516c02719",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"b1b7e524-51b5-4c9a-af89-e8ec14f3b1b2",name:"Driving Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+6 damage and the target is pushed 3 squares.",damage:"1d10+6 damage and the target is pushed 3 squares",category:1},{id:"1d64c582-5e60-45fc-a3f1-b5f47c281254",name:"Feed the Hungry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"1d10+6 damage, and slide the target 3 squares. One ally adjacent to the target can use any at-will melee attack power against the target as a free action.",attack:{bonus:4,defence:1},description:"",details:"",damage:"",category:1},{id:"92d2223c-e9f9-4960-b689-4f294fbe555b",name:"Parting Shot",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:{bonus:6,defence:0},description:"",details:"2d10+5 damage, and the target is pushed 3 squares.",damage:"2d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b22eddfb-e3e3-482b-b036-e2d76d91dfb2",name:"Dwarf Caravan Guard",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"scale armor; warhammer",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:13},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:32,initiative:3,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"52742e89-14e6-4df6-a117-943eec8aaf25",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"f4ad5c29-46a8-4895-9302-a52b399d941e",name:"Shield Bash",action:{action:0,trigger:"when an enemy makes an attack against the dwarf’s focused guard power",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity action",range:"",attack:{bonus:6,defence:1},description:"",details:"1d6+3 damage, and the target takes a -3 penalty to the triggering attack.",damage:"1d6+3 damage",category:5},{id:"8c32631e-4e9d-43f5-9d7b-0a0976546bf8",name:"Skullcracker",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d10+3 damage. Miss: Half damage.",damage:"2d10+3 damage",category:1},{id:"4d55cbc0-7f34-4f04-ab54-0a856e461285",name:"Focused Guard",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"1/round",range:"",attack:null,description:"",details:"Targets one adjacent ally. Until the end of the encounter or until the dwarf caravan guard uses this power again, if the target starts its turn adjacent to the dwarf caravan guard the target gains 4 temporary hit points.",damage:"if the target starts its turn adjacent to the dwarf caravan guard the target gains 4 temporary hit points",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fd32c96-aa87-4034-b2e6-8f341b571057",name:"Dwarf Caravan Master",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:2,role:{type:6,flag:0,leader:!0},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Insight +7",equipment:"greataxe; scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:13},wisdom:{score:13},charisma:{score:12},hp:38,initiative:3,ac:16,fortitude:14,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"2d879034-8f83-4b34-ae22-7d5fa9e57d0f",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12+3 damage (crit: 1d12 + 15 damage).",damage:"1d12+3 damage (crit",category:1},{id:"59852062-768a-4de4-89ac-d7a673c59533",name:"Mobile Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The dwarf caravan master can shift 1 square both before and after making this attack; 1d12+3 damage (crit: 1d12 + 15 damage).",damage:"1d12+3 damage (crit",category:1},{id:"53e8397e-13f4-4601-b2a4-b1a1dcabdc81",name:"Leaping Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The dwarf caravan master jumps up to his speed before making this attack, and this jump does not provoke opportunity attacks; 2d12+2 damage.",damage:"2d12+2 damage",category:1},{id:"2b5ef409-a29c-4b81-afe9-e5e70291ba51",name:"Caravan Driver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each dwarf ally within 5 squares can shift 2 squares.",damage:"Each dwarf ally within 5 squares can shift 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da69c375-36aa-42f2-b936-f42711664d5b",name:"Elven Fleet-Foot",details:"",size:2,origin:2,type:2,keywords:"elf",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"7",alignment:"Good",languages:"Common, Elven",skills:"Acrobatics +9, Nature +8",equipment:"dagger; leather armor",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:29,initiative:4,ac:15,fortitude:12,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"9357b7c0-ae47-43a0-87aa-4220650ca84c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"b1a79b76-74ce-4e07-a81a-da272bc5ae51",name:"Evasive Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee or Ranged 10",attack:{bonus:6,defence:0},description:"",details:"2d4+3 damage; the elven fleet-foot can shift up to four squares before or after attacking.",damage:"2d4+3 damage",category:1},{id:"a5543708-c612-42f4-89ea-2489f277e2ca",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elven fleet-foot can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"ad4876dd-dcc5-4b1b-a360-fe3b9e8499fe",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2090858-5e0a-47ae-be9f-8d73f99565a8",name:"Fierce Dog",details:"",size:2,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:1,initiative:4,ac:16,fortitude:13,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"16ffad6d-235d-40af-97c1-b6ff289b533d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage, or 6 against a prone target. If the fierce dog has combat advantage against the target, the target also falls prone.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e6a1f2e-17cb-4ba6-b89e-aee31ccd4b34",name:"Fomorian Abyssal Eye",details:"Many fomorians seek powers of the Abyss. Few, however, have the patience required to delve its truths without accidentally internalizing some part of the abyssal chaos.",size:4,origin:2,type:2,keywords:"giant",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +18; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:23},intelligence:{score:22},wisdom:{score:26},charisma:{score:12},hp:376,initiative:16,ac:34,fortitude:30,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"e67b2016-67a9-4312-9c96-14a350c09f88",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d8+9 damage, and the target is dazed until the end of the abyssal eye’s next turn.",damage:"2d8+9 damage",category:1},{id:"3629ad92-89d0-4aa6-88b6-b3ff63f78073",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"targets one dazed enemy; 1d10+7 psychic damage, and the target charges its nearest ally or makes a basic attack against its nearest ally as a free action.",damage:"1d10+7 psychic damage",category:3},{id:"672a662e-0108-4661-8db0-c687fef49724",name:"Abyssal Heart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire",condition:"",range:"Close burst 2",attack:{bonus:24,defence:2},description:"",details:"2d6+8 fire damage, and the target is dazed (save ends).",damage:"2d6+8 fire damage",category:1},{id:"68a90354-4e79-4196-bb22-52d97794e933",name:"Walking the Demonweb",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal eye ignores difficult terrain and makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"24593759-2d2f-43d1-8390-46d34061af8f",name:"Fomorian Astral Scourge",details:"Fomorian astral scourges work incessantly to master the power of the Astral Sea. Each hopes to uncover the means to supplant or become a god. An astral scourge appears as a combination of fomorian and angel, flying on ephemeral angelic wings. It carries the severed wing of an angel of battle as a weapon and symbol of power. Enslaved angels often accompany astral scourges.",size:4,origin:2,type:2,keywords:"giant",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +6; truesight 6",movement:"8, fly 8",alignment:"Evil",languages:"Elven",skills:"Acrobatics +18, Religion +17",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:22},intelligence:{score:20},wisdom:{score:8},charisma:{score:25},hp:220,initiative:13,ac:25,fortitude:25,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"a96cd3e0-e810-4f1f-be20-da4a7ce377a0",name:"Wing Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"7b578b81-1e5a-4302-830b-83ad5f6d4893",name:"Astral Wrath",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"one or two targets; 2d8+6 radiant damage (2d12 + 6 while bloodied).",damage:"2d8+6 radiant damage (2d12 + 6 while bloodied)",category:1},{id:"5558d5da-fcef-4867-8eb6-6cb0a560cf11",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"the target takes ongoing 15 radiant damage, sheds bright light as a torch, and cannot benefit from cover or concealment (save ends all).",damage:"the target takes ongoing 15 radiant damage",category:3},{id:"a0c6b0be-2cd3-4e18-aab9-94a6da481bf7",name:"Angelfall",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Force",condition:"requires the fomorian to be flying",range:"The astral scourge flies its speed and lands and makes the following attack: Close burst 2",attack:{bonus:18,defence:2},description:"",details:"3d6+5 force damage, and the target is immobilized until the end of the astral scourge’s next turn.",damage:"3d6+5 force damage",category:1},{id:"890b3081-c379-4f59-b2ae-b2ddd781edb9",name:"Light as a Feather",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral scourge reduces its falling damage by 25 and lands on its feet.",damage:"the astral scourge reduces its falling damage by 25 and lands on its feet",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"977145d3-fb93-4b25-8f87-5839831ee364",name:"Fomorian Jailor",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:3,flag:2,leader:!1},senses:"Perception +14; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:24},dexterity:{score:21},intelligence:{score:26},wisdom:{score:22},charisma:{score:18},hp:672,initiative:13,ac:31,fortitude:31,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"cf85389a-9f63-4027-8eb9-fd8a071f15cf",name:"Lash and Shackles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the target is slowed until the end of the jailor’s next turn.",damage:"2d8+7 damage",category:1},{id:"37b3acc2-ef05-4c1b-bfb9-12e5b6f72b55",name:"Feydark Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The jailor makes 3 lash and shackles attacks, or 4 if bloodied.",damage:"The jailor makes 3 lash and shackles attacks",category:1},{id:"12d413ca-4336-4480-b6f1-5358c315d293",name:"No Escape",action:{action:4,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"targets the triggering attacker; the jailor pulls the target 9 squares into an unoccupied square adjacent to the jailor.",damage:"the jailor pulls the target 9 squares into an unoccupied square adjacent to the jailor",category:5},{id:"068eecae-5e58-4474-965f-b1f883f74d77",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"not usable while bloodied",range:"Close burst 1",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target takes 10 ongoing psychic damage (save ends).",damage:"the target takes 10 ongoing psychic damage (save ends)",category:3},{id:"8c2d3239-5734-4449-a4e4-1e0fbd5c41cb",name:"Lockdown",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when no targets are affected"},keywords:"Force",condition:"not usable while bloodied",range:"Close burst 5",attack:{bonus:20,defence:2},description:"",details:"targets enemies; the target is slowed and takes ongoing 10 damage (save ends both).",damage:"the target is slowed and takes ongoing 10 damage (save ends both)",category:1},{id:"fff8e44e-aaa1-47bb-9cbc-8537bcc23d91",name:"Prison Break",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"targets enemies; 3d12+4 psychic damage, and the jailor pushes the target 3 squares.",damage:"3d12+4 psychic damage",category:5},{id:"caf25404-dded-4a12-b346-95e44958ec54",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian jailor can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ce0acb3-93ee-4ec3-a847-c3d22c376560",name:"Fomorian One-Eyed Raver",details:"",size:4,origin:2,type:2,keywords:"giant",level:18,role:{type:2,flag:1,leader:!0},senses:"Perception +9; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"greataxe; hide armor",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:14},intelligence:{score:22},wisdom:{score:10},charisma:{score:24},hp:436,initiative:11,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"a0d1ca40-6637-424e-add9-ffb81e94a3be",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 4d6+8 damage (crit 4d6 + 32).",damage:"4d6+8 damage (crit 4d6 + 32)",category:1},{id:"d3d3106d-3249-49f7-a750-320f89830fd3",name:"Down, Worms",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:20,defence:0},description:"",details:"2d6+8 damage (crit 4d6 + 20), and the target falls prone.",damage:"2d6+8 damage (crit 4d6 + 20)",category:1},{id:"aa0486ae-3d00-4a94-80a8-4ef7e34c9ec3",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"one ally in the burst can make a charge attack as a free action.",damage:"",category:3},{id:"01a49bf0-0ee4-40d1-b74f-8756504736da",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian one-eyed raver can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6214aacd-a107-4b03-a3c9-c74112af0020",name:"Fomorian Outcast",details:"When a fomorian breaks the local king’s law or fails in a coup, it is banished and sentenced to years of hard labor. Those that escape or survive the prisons are unwelcome in the civilized realms of the Feydark.",size:4,origin:2,type:2,keywords:"giant",level:15,role:{type:4,flag:1,leader:!1},senses:"Perception +11; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Stealth +19, Thievery +19",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:25},intelligence:{score:12},wisdom:{score:18},charisma:{score:20},hp:222,initiative:18,ac:27,fortitude:27,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"05b1fff9-20c4-4e36-9e1f-c725bbfe577e",name:"Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"dbb164f5-fa03-40ed-bdd4-abd7dd5c1350",name:"Prison Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while the outcast does not have a creature grabbed",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 1d6+5 damage, and the target is grabbed (and takes a -5 penalty to checks made to end the grab) and is pulled 2 squares into an unoccupied square adjacent to the outcast. The outcast can move the grabbed creature without making a Strength check. While the outcast has the target grabbed, any attack that hits the outcast also hits the grabbed creature.",damage:"1d6+5 damage",category:1},{id:"620ead1f-8e81-426f-99b7-ca9629b916bd",name:"Crack Shackles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires the outcast to have the creature grabbed",range:"",attack:{bonus:20,defence:0},description:"",details:"Targets the grabbed creature; 5d6+5 and the grab ends.",damage:"5d6+5 and the grab ends",category:1},{id:"062c736c-092f-434c-8b4f-c6ba33831026",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"requires the outcast to have the creature grabbed",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d8+4 psychic damage, and the outcast and any creature it is grabbing become invisible to the target until the end of the outcast’s next turn.",damage:"2d8+4 psychic damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"009befc3-c454-453a-9f18-7909cfdffc3f",name:"Fomorian Portal Lord",details:"Fomorian portal lords delve shortcuts across time and space, creating and controlling temporary and permanent teleportation circles. Those that aren’t forever lost between dimensions gain power and influence within fomorian kingdoms.",size:4,origin:2,type:2,keywords:"giant",level:16,role:{type:6,flag:1,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Arcana +20",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:18},intelligence:{score:24},wisdom:{score:21},charisma:{score:10},hp:300,initiative:14,ac:30,fortitude:27,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"efed759e-5c62-4c2d-aa58-6fa672a54d75",name:"Temporal Slice",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Teleportation",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 1d10+6 force damage, and ongoing 5 force damage (save ends). The portal lord teleports 2 squares.",damage:"1d10+6 force damage",category:1},{id:"011f35b6-55d2-4770-a067-50172b56dbff",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The portal lord makes two temporal slice attacks.",damage:"",category:1},{id:"148dfdc1-4c02-42c5-a307-b54033298759",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"the portal lord teleports the target 3 squares.",damage:"the portal lord teleports the target 3 squares",category:3},{id:"745502b3-94ea-482a-ac72-b6dba0a70548",name:"Feywild Backblast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"3d6+6 force damage. Effect: The portal lord teleports to any unoccupied space within or adjacent to the area.",damage:"3d6+6 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f0bf620e-8f0b-4908-a3ce-f2dec1fd8238",name:"Fomorian Slavedriver",details:"",size:4,origin:2,type:2,keywords:"giant",level:14,role:{type:2,flag:1,leader:!0},senses:"Perception +8; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"leather armor; scourge",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:20},intelligence:{score:15},wisdom:{score:12},charisma:{score:16},hp:346,initiative:12,ac:27,fortitude:28,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"51947830-3130-4f39-9050-f74611641697",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 2d12+7 damage.",damage:"2d12+7 damage",category:1},{id:"b62d5e5b-ecc6-42d7-ab3f-53f7f4fcdfe0",name:"Flaying Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; (targets one or two creatures)2d12+7 damage, and the target grants combat advantage until the start of the slavedriver’s next turn.",damage:"(targets one or two creatures)2d12+7 damage",category:1},{id:"73cb25fc-8bd1-44dc-823f-30943437c8ca",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets 1 ally; the target deals 2d6 extra damage with next attack made before the end of its next turn but grants combat advantage until the end of the slavedriver’s next turn.",damage:"the target deals 2d6 extra damage with next attack made before the end of its next turn but grants combat advantage until the end of the slavedriver’s next turn",category:3},{id:"9dec0087-257a-4024-82e9-e070951d6c88",name:"Back, You Dogs",action:{action:4,trigger:"when the fomorian slavedriver is marked",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:17,defence:0},description:"",details:"targets enemies; 2d12+7 damage, the slavedriver pushes the target 2 squares, and the slavedriver is no longer marked. Effect: The slavedriver slides each ally in the burst 2 squares.",damage:"2d12+7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d7a00673-707b-4797-b544-314a4eefe1a9",name:"Fomorian Witch",details:"Obsessed with beauty, a fomorian witch bends her magic and knowledge of alchemy to transform herself, but she cannot disguise her evil eye. Unable to perfect herself, she is driven to find or create flaws in others.",size:4,origin:2,type:2,keywords:"giant",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +10; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:28},wisdom:{score:12},charisma:{score:24},hp:340,initiative:14,ac:32,fortitude:27,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"42775598-48a5-464c-afe6-b0eaedad71bc",name:"Hurl Away",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Reach 3; 2d8+8 force damage, and the witch pushes the target 3 squares.",damage:"2d8+8 force damage",category:1},{id:"defdfb74-7daa-4b0e-bd19-81c8c48db7e7",name:"Baleful Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"2d10+6 psychic damage, and the target gains a random transformation from the list below.",damage:"2d10+6 psychic damage",category:1},{id:"b1ac13b0-a4ec-4682-b0fe-cca0cf34ac88",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target takes a -2 penalty to Fortitude and ongoing 20 poison damage (save ends).",damage:"the target takes a -2 penalty to fortitude and ongoing 20 poison damage (save ends)",category:3},{id:"75e34c80-be97-4811-be9b-877930f530a3",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A fomorian witch can alter its form to appear as a drow or eladrin of Huge size. Its evil eye remains deformed in this form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b2380978-f99c-40d3-b2c0-e44513bfedff",name:"Footpad",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:2,ac:15,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"068041f9-c771-4049-8432-5ec0cd968eed",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"5 damage, and the footpad shifts 1 square.",damage:"5 damage",category:1},{id:"41a96596-97e6-4e5d-8352-e179c1917829",name:"Peer Pressure",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The footpad gains a +2 bonus to damage while at least two other footpads are within 5 squares of it.",damage:"the footpad gains a +2 bonus to damage while at least two other footpads are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"555858e3-d58c-4316-a598-9c87ae23ca60",name:"Fulgrim",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Stealth +7",equipment:"handaxe; leather armor",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:15},charisma:{score:14},hp:40,initiative:6,ac:17,fortitude:15,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"b3c63917-9811-4011-bad8-fd89cc628baf",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"9a688c49-d890-49a0-8087-c9e85b951b06",name:"Axe Throw",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"5662da72-650f-4471-a7c0-f3a6649c4136",name:"Hook and Hold",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Requires handaxe; 1d6+3 damage, and the target is grabbed. The target grants combat advantage to Fulgrim while grabbed.",damage:"1d6+3 damage",category:1},{id:"fb2d6402-08cd-4387-9327-6578583af7ac",name:"Hostage Strike",action:{action:5,trigger:"when hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature Fulgrim is grabbing takes the damage from the triggering attack.",damage:"a creature fulgrim is grabbing takes the damage from the triggering attack",category:5},{id:"97325f43-dbc5-4f58-b61c-4f8881e72783",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Fulgrim’s attacks against creatures granting him combat advantage deal an extra 1d6 damage on a hit, and the target is pushed the target 2 squares.",damage:"fulgrim’s attacks against creatures granting him combat advantage deal an extra 1d6 damage on a hit",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2af02bbf-6877-4d30-9ca8-3b74f8f4b3e9",name:"Gnomish Trickster",details:"",size:1,origin:2,type:2,keywords:"gnome",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +9, Arcana +6, Stealth +6, Thievery +9",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:16},intelligence:{score:14},wisdom:{score:11},charisma:{score:15},hp:34,initiative:6,ac:16,fortitude:13,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"95c2c88f-9d0d-4b17-9145-63334fee1d25",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d4+4 damage, or 2d4 + 8 with combat advantage, and the trickster slides the target 1 square.",damage:"2d4+4 damage",category:1},{id:"2a243124-29a6-4eaf-ba4e-3437cd38751a",name:"Blinding Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d4+4 damage, or 2d4 + 8 with combat advantage, and the target is blinded until the end of the trickster’s next turn.",damage:"2d4+4 damage",category:1},{id:"ad7d1123-126d-4bac-8aec-96e50008276d",name:"Fade Away",action:{action:4,trigger:"when the gnome trickster takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The trickster becomes invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"f94ac1e4-f6d0-4c4c-b705-45de61535d09",name:"Great Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The trickster jumps 7 squares.",damage:"The trickster jumps 7 squares",category:2},{id:"02e58aa4-3d18-4100-894d-f55b9f857cda",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the trickster has any cover or concealment when making an initiative check, the trickster may make a Stealth check.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"463115e5-afc7-4e93-85bf-ced2e635f008",name:"Grave Hunger Zombie",details:"",size:2,origin:4,type:2,keywords:"undead",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +9, Stealth +8",equipment:"",category:"",strength:{score:16},constitution:{score:11},dexterity:{score:14},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:35,initiative:7,ac:17,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"8bbaebff-e7ca-4003-8aa3-b15bd44ddaa5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"50190473-69c3-40f1-9b83-ecaf74df3a99",name:"Drag to the Grave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"1d6+2 damage, and the grave hunger zombie shifts up to its speed and pulls the target the same number of squares. The target is grabbed, and as long as the target remains grabbed the grave hunger zombie gains a +4 bonus to AC and Reflex.",damage:"1d6+2 damage",category:1},{id:"16040e4f-4f55-4691-9285-b6cd4e77021d",name:"Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Grabbed targets only; 2d8+5 damage, and the grab ends.",damage:"2d8+5 damage",category:1},{id:"8f383906-a7e9-4856-b137-c8c0ed4e0e05",name:"Cast Off",action:{action:4,trigger:"when a grabbed creature escapes from the grave hunger zombie",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The grave hunger zombie shifts up to half its speed.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"66a55268-5087-415d-8542-845997844101",name:"Halfling Second-Storey Man",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +11, Athletics +9, Thievery +11",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"8055372d-5988-4f1e-90e8-af8c65a71f6b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage, or 1d4 + 6 with combat advantage, and ongoing 5 poison damage (save ends).",damage:"1d4+2 damage",category:1},{id:"e4feee11-7be7-46ca-b448-60bbc7bd7b2f",name:"Thrown dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage, or 1d4 + 6 with combat advantage, and ongoing 5 poison damage (save ends).",damage:"1d4+2 damage",category:1},{id:"7cdc7709-f486-4fbc-a472-27b13c4c4fcd",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The second-storey man can shift up to 3 squares and make one melee basic attack at any point during that movement.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba08021c-f3c7-45e8-8cc1-40b2ba9f4ccb",name:"Half-Orc Runner",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +10, Endurance +10, Intimidate +6",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:13},hp:46,initiative:5,ac:19,fortitude:17,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"281ce976-5e93-4ea9-ab63-74870c1a7017",name:"Brawl",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"6fd0ebea-f17d-4ccb-9852-c61c38131249",name:"Bruising Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8+7 damage, and the target falls prone.",damage:"2d8+7 damage",category:1},{id:"697a754c-cbd5-4f09-91f5-49bede5464aa",name:"Combat Sprint",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The runner moves its speed + 4, with a +4 bonus to defenses against opportunity attacks this movement provokes.",damage:"The runner moves its speed + 4",category:2},{id:"a00c5a69-7b0f-4ef9-8813-bddccaaa5f04",name:"Furious Assault",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Trigger: The runner hits with an attack.",damage:"",category:4},{id:"c1dd3445-b8cf-4ec6-ba37-a2c2caea0225",name:"Half-Orc Resilience",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time that the runner is bloodied in combat, they gain 5 temporary hit points.",damage:"they gain 5 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1cde34df-fc6a-40bc-be92-a8d2f89dd280",name:"Hobgoblin Deathwatcher",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +9",equipment:"scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:12},charisma:{score:7},hp:46,initiative:5,ac:19,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"80611ae5-0f35-43c4-aa78-cc56d366cbb6",name:"Deathwatcher Pike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+4 damage, and the target is marked until the end of the hobgoblin deathwatcher’s next turn.",damage:"1d10+4 damage",category:1},{id:"2218562c-68c3-4b62-a79c-4f07afa27de5",name:"Pinning Pike",action:{action:0,trigger:"when a marked target makes an attack that does not include the hobgoblin deathwatcher",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity action",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; targets the triggering creature; 1d10+4 damage, and the target is immobilized until the end of the deathwatcher’s next turn.",damage:"1d10+4 damage",category:5},{id:"fce48dab-0d76-4a2e-bcdd-3480f6bf04a8",name:"Prisoner’s Lament",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets grabbed, restrained, or immobilized targets only; Reach 2; 1d10+8 damage, and the target takes a -2 penalty to skill checks and saves until the end of the deathwatcher’s next turn.",damage:"1d10+8 damage",category:1},{id:"2686a415-9d10-4e54-b99b-ce4e80a34abe",name:"Clearing Pike",action:{action:1,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:10,defence:0},description:"",details:"targets enemies in burst; 1d10+4 damage, and the target is pushed 2 squares.",damage:"1d10+4 damage",category:5},{id:"aa4d2707-76b8-463f-892f-ac77b3a7068a",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin deathwatcher suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin deathwatcher rolls a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7e2c959-1f57-484b-b7a1-5681db2b72fd",name:"Hobgoblin Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:40,initiative:1,ac:15,fortitude:15,reflex:11,will:12,regeneration:null,auras:[],powers:[{id:"dfd7231f-30b9-492b-bf11-975a595b93b4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d6 + 2 damage.",damage:"2d6 + 2 damage",category:1},{id:"4a9c60f0-b17e-4408-840b-d7b0eaf872df",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a free hand",range:"",attack:{bonus:4,defence:2},description:"",details:"the target is grabbed. Checks made to escape the hobgoblin zombie’s grab take a -5 penalty.",damage:"Checks made to escape the hobgoblin zombie’s grab take a -5 penalty",category:1},{id:"624f7ab9-712d-459a-b4e7-adaf93c60778",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit to a hobgoblin zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8d3b42f0-1f52-4567-8620-f52d3fea5b2c",name:"Horned Beast",details:"",size:3,origin:3,type:2,keywords:"devil",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +24; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"",equipment:"greataxe",category:"",strength:{score:31},constitution:{score:25},dexterity:{score:24},intelligence:{score:8},wisdom:{score:28},charisma:{score:13},hp:1,initiative:22,ac:42,fortitude:43,reflex:41,will:42,regeneration:null,auras:[],powers:[{id:"3c4b2abd-b1cc-4a3d-84f1-e05d9f617915",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 18 damage.",damage:"18 damage",category:1},{id:"9d3452cf-23c0-49cc-8516-c3c884fac079",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"The horned beast makes a charge attack; 13 damage, and the target is pushed 2 squares. The horned beast shifts 2 squares after the attack to remain adjacent to the target.",damage:"13 damage",category:1},{id:"16ca730a-4802-4408-bac0-3d8f18defbeb",name:"Deathly Inferno",action:null,keywords:"Fire, Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"13 fire damage.",damage:"13 fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"362091c2-3a1a-4125-aa29-d817d19e5fce",name:"Human Street Entertainer",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +6, Arcana +7, Athletics +6",equipment:"leather armor; quarterstaff",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:12},intelligence:{score:14},wisdom:{score:11},charisma:{score:18},hp:29,initiative:3,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"27531219-f6b8-4319-9b39-b08bfe8b127a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"70a770c6-7182-47d9-b049-d2380470ccbe",name:"Blunder",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Charm, Implement",condition:"",range:"Ranged 5",attack:{bonus:4,defence:3},description:"",details:"1d6+5 damage and the entertainer slides the target 2 squares.",damage:"1d6+5 damage and the entertainer slides the target 2 squares",category:1},{id:"6fc76e12-b474-4926-b736-5d365c2bdb7c",name:"Vicious Mockery",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Charm, Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:4,defence:3},description:"",details:"1d6+5 psychic damage, and the target takes a -2 penalty to attack rolls until the end of the entertainer’s next turn.",damage:"1d6+5 psychic damage",category:1},{id:"3a216c05-17f6-468a-8401-9e25273fe605",name:"Surprising Shout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Healing, Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:4,defence:3},description:"",details:"2d8+5 psychic damage, and the target is dazed until the end of the entertainer’s next turn.",damage:"2d8+5 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5a21aa5-a45e-4892-8f35-322cbc62c763",name:"Human Watchman",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +10, Endurance +10, Intimidate +6",equipment:"leather armor; short sword",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:13},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:40,initiative:4,ac:18,fortitude:18,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"0b4a79f1-489d-463a-87e3-07cf331b97c1",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+5 damage. Effect: The watchman marks the target until the end of the watchman’s next turn.",damage:"1d6+5 damage",category:1},{id:"cb83090b-8c3a-49ea-9298-6325be37ada3",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+5 damage and the human watchman pushes the target 1 square and can shift 1 square into the square the target vacated.",damage:"1d6+5 damage and the human watchman pushes the target 1 square and can shift 1 square into the square the target vacated",category:1},{id:"ccb070c2-b67d-477d-84df-220af0d119f3",name:"Brutal Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"475c365e-4651-472d-b76d-eb947f845dda",name:"Get Over Here",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The guardsman can slide a willing target 2 squares to a square that’s adjacent to you.",damage:"The guardsman can slide a willing target 2 squares to a square that’s adjacent to you",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72f75830-3bba-4444-8fe0-899aa4e68a93",name:"Millen Silvereye",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:2,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +9",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:12},intelligence:{score:17},wisdom:{score:14},charisma:{score:11},hp:37,initiative:2,ac:16,fortitude:12,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"036fda0a-8835-4429-b21d-8646e8952b7a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"514e9ba5-79f2-4156-ba3b-845f0493c78e",name:"Hurl Object",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:6,defence:2},description:"",details:"2d4+4 damage, and the target is slowed until the end of Millen’s next turn.",damage:"2d4+4 damage",category:1},{id:"16fb98c3-58b6-4dc3-88b3-963cc9e16ceb",name:"Kneel!",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:4,defence:3},description:"",details:"1d6+6 psychic damage, and the target is knocked prone.",damage:"1d6+6 psychic damage",category:1},{id:"26e59e10-66de-4803-9a82-ce91070964fa",name:"Psionic Augment",action:{action:7,trigger:"when millen hits with a quarterstaff or hurl object attack",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"Millen’s attack deals an extra 1d8 psychic damage.",damage:"millen’s attack deals an extra 1d8 psychic damage",category:5},{id:"a892ca61-eb20-44a4-b1fe-dcd23769136f",name:"Vision of the Future",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Millen shifts 2 squares.",damage:"Millen shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"204f2ae9-8c08-4e49-b4ba-ce1430f5268b",name:"Raven Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:34,initiative:6,ac:16,fortitude:12,reflex:14,will:13,regeneration:null,auras:[{id:"b4d19701-dd72-4cfc-9119-b499a88cbf49",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that ends its turn in the aura takes 5 damage."}],powers:[{id:"bfbeca77-3065-453c-a24d-04aa576cf16b",name:"Beaks and Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"3f4b786b-b292-4c44-a22e-9870fa0d2381",name:"Feasting Ravens",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The raven swarm shifts up to its speed, can shift through squares occupied by enemies, and makes the following attack once against each enemy whose square it enters; 1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"3a43a0eb-40b1-4c9c-aa92-ff0512a5f0f5",name:"Blur of Black",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The raven swarm moves up to its speed, and can move through squares occupied by enemies.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0b05486a-518a-4aa1-b6ad-72a44b8c299b",name:"Shard Zombie",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:11},intelligence:{score:17},wisdom:{score:16},charisma:{score:11},hp:57,initiative:2,ac:18,fortitude:15,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"4548617c-05f3-4deb-9010-48273c30874f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"0ac02ebb-df70-4f43-9146-48c4d9709bc4",name:"Claw of Doom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"a shadowy claw slides the target 3 squares, and one zombie ally adjacent to the target after the slide makes a melee basic attack against the target.",attack:{bonus:9,defence:1},description:"",details:"",damage:"",category:1},{id:"ddc442b7-8e4f-4a64-bc37-49d4cf672627",name:"Speed of the Damned",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"targets make a melee basic attack.",attack:null,description:"",details:"up to four zombie rotters",damage:"",category:1},{id:"1b683d3d-af96-43b4-861a-e7b6ff2e0d04",name:"Arise, Corpse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Four zombie rotters appear in unoccupied squares adjacent to the shard zombie.",damage:"",category:1},{id:"ecfa4b49-26d9-4ad5-998b-8906b08dec69",name:"Undead Tenacity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zombie rotter within 2 squares of the shard zombie hits a creature, it grabs that creature.",damage:"When a zombie rotter within 2 squares of the shard zombie hits a creature",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8f16463f-9188-4c66-82b7-66885b9212a4",name:"Spriggan Dunter",details:"Spriggan dunters are guards or overseers in fomorian households. They require only their hobnailed boots to kick an unruly slave or disrespectful servant into submission.",size:1,origin:2,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Stealth +20",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:24},intelligence:{score:14},wisdom:{score:21},charisma:{score:18},hp:1,initiative:17,ac:31,fortitude:28,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"0e340b53-f7ff-4b63-a855-66732cd66017",name:"Hobnailed Boots",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"8 damage (crit 13), and a grabbed, restrained, immobilized, or prone target takes 5 ongoing damage (save ends).",damage:"8 damage (crit 13)",category:1},{id:"2669b827-88a3-4a4c-be92-44b606a935ee",name:"Underfoot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spriggan dunter gains a +4 bonus to all defenses against grabbed, restrained, immobilized, and prone targets.",damage:"The spriggan dunter gains a +4 bonus to all defenses against grabbed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"218510db-bbe2-4710-9868-5b12c3dc2417",name:"Chuul Nymph",details:"",size:2,origin:0,type:1,keywords:"aquatic",level:2,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, swim 6",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:17},intelligence:{score:4},wisdom:{score:13},charisma:{score:11},hp:33,initiative:8,ac:16,fortitude:15,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"b6b5cc5a-6c64-44ce-b612-5844289c4d9b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"b2593cb5-72fe-4b8b-b523-92a0fe1554fe",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires combat advantage; the chuul nymph makes two claw attacks against a single target. If both attacks hit, the target is grabbed (until escape).",damage:"",category:1},{id:"3614d3c0-a77b-45e0-a8b6-c50955b64f14",name:"Crushing Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Grabbed target only; 2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"8fc0d223-c496-4e06-a5c8-4cbfae8e5d4d",name:"Powerful Grappler",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"no action",range:"",attack:null,description:"",details:"When a chuul nymph moves a grabbed target of Medium size or smaller, it gains a +5 bonus to the Strength attack.",damage:"it gains a +5 bonus to the Strength attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce6cb4e7-d14a-4c20-bad2-e84e42d16953",name:"Berserk Warforged Prototypes",details:"",size:2,origin:4,type:2,keywords:"living construct",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:98,initiative:5,ac:19,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"6c111a6d-7026-4fab-b75f-682ceaf5efe7",name:"Sweeping Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage, plus 4 damage to another enemy adjacent to the prototype. On a critical hit, the target is also knocked prone.",damage:"1d8 + 6 damage",category:1},{id:"c8874943-4b50-4c8d-9852-f9e2105c99e6",name:"Wild Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after the berserk warforged prototype hits two or more targets with a savage sweep"},keywords:"",condition:"",range:"The prototype charges, gains a +3 bonus to AC during the charge, and makes the following attack in place of a melee basic attack: +11 vs. AC",attack:null,description:"",details:"2d8 + 9 damage, and the target is knocked prone.",damage:"2d8 + 9 damage",category:1},{id:"d8abce6c-b94a-44de-9b09-4f990641938c",name:"Savage Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage (crit 1d8 + 14). Miss: 4 damage.",damage:"1d8 + 6 damage (crit 1d8 + 14)",category:1},{id:"c1844d4c-c4d2-48fa-b3af-ee8ee795f405",name:"Arcane Empowerment",action:null,keywords:"",condition:"",range:"While the arcane generator functions, whenever a berserk warforged prototype hits with a melee attack, it gains 4 temporary hit points.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8edbae94-93f3-4e37-baa6-f5c1c0fef6fe",name:"Bone Worm",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"7, climb 4 see also skittering rake",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:20},intelligence:{score:2},wisdom:{score:16},charisma:{score:2},hp:158,initiative:10,ac:21,fortitude:18,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"c7dc2372-673c-4880-b178-1100321b4ecb",name:"Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The bone worm shifts up to 2 squares before or after the attack; 1d8 + 5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"11aa9b1e-cf49-4fa8-99b9-93336b0ca6da",name:"Skittering Rake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The bone worm shifts up to 7 squares and can make two rake attacks during this move; .",damage:"The bone worm shifts up to 7 squares and can make two rake attacks during this move",category:1},{id:"83c3a9b7-23ce-47cb-ae3d-2786564e9ae1",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A bone worm deals +1d8 necrotic damage to creatures it has combat advantage against.",damage:"a bone worm deals +1d8 necrotic damage to creatures it has combat advantage against",category:1},{id:"079dadbb-6d1e-4fa2-a04a-fe8ec8202ce4",name:"Necrotic Advantage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A bone worm gains combat advantage against any creature taking ongoing necrotic damage.",damage:"a bone worm gains combat advantage against any creature taking ongoing necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"789f56e1-1815-49ee-9add-bfc643ce6a6c",name:"Armos Kamroth",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!0},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +8, Religion +7",equipment:"chainmail; mace",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:18},charisma:{score:12},hp:54,initiative:3,ac:18,fortitude:16,reflex:15,will:20,regeneration:null,auras:[],powers:[{id:"50372073-2377-4816-8c2f-50ea5256fda4",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"6f903f3b-ca9f-4d3c-beba-f64aada3c9ef",name:"Lance of Faith",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement",condition:"",range:"Ranged 5",attack:{bonus:7,defence:2},description:"",details:"1d8+5 damage, and one ally gains a +2 power bonus to his next attack against the target.",damage:"1d8+5 damage",category:1},{id:"808108a6-22dc-4931-afe0-0a2c26f3a385",name:"Cause of Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target moves its speed +1 away from Armos. The fleeing target avoids unsafe squares and difficult terrain if it can. This movement provokes opportunity attacks.",damage:"the target moves its speed +1 away from Armos",category:1},{id:"b5f9816f-4f02-489d-8430-406160ab14c0",name:"Divine Fortune",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"Armos gains a +1 bonus to his next attack roll or saving throw before the end of his next turn.",damage:"Armos gains a +1 bonus to his next attack roll or saving throw before the end of his next turn",category:4},{id:"89251363-b93a-46ae-bb94-098cab92bf9e",name:"Healing Word",action:{action:3,trigger:"2/encounter",sustainAction:0,use:1,recharge:""},keywords:"Divine, Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"you or one ally can spend a healing surge and regain an additional 1d6 hit points.",damage:"you or one ally can spend a healing surge and regain an additional 1d6 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2057b138-9d56-4a40-aab1-e8ca50a893a6",name:"Barstomun Strongbeard",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Endurance +7",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:13},intelligence:{score:11},wisdom:{score:13},charisma:{score:8},hp:67,initiative:3,ac:16,fortitude:18,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"61519758-b801-4b1c-9cdf-f24e18dedc6e",name:"First Pummel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"f24e8427-4239-48bb-865c-8055c16e2228",name:"Quick Punch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:3},{id:"8b9c664e-edc0-4e0d-812d-4c8b13d0b7d7",name:"Dodge and Throw",action:{action:4,trigger:"after an enemy misses with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"slide target 1, and target is knocked prone.",damage:"slide target 1",category:5},{id:"32865afe-e439-4f88-9679-f1eb059b39d2",name:"Stand Your Ground",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Barstomun to move—through a push, a pull, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Barstomun prone, he can immediately make a saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa9c36be-5af1-43f2-ae8a-9b29a46e1502",name:"Kelson",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +9, Diplomacy +9, Stealth +12, Streetwise +7",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:52,initiative:5,ac:20,fortitude:16,reflex:21,will:16,regeneration:null,auras:[],powers:[{id:"fd76e47e-bcae-4c02-9aac-0772d90c8fc6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"5618bf92-f7c6-4d2d-9492-9c54c0f13aac",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Kelson can move 2 squares before the attack; 1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"9c039d91-1321-4c2d-b04a-b7856fb861c2",name:"King’s Castle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"2d4+6 damage; Kelson can also switch places with a willing adjacent ally.",damage:"2d4+6 damage",category:1},{id:"8d94e5f1-d713-4d4f-8898-3f68ab5fe89b",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of an encounter, Kelson has combat advantage against any creatures that have not yet acted.",damage:"",category:0},{id:"b3aef3df-f969-4676-81e1-dd4b9e57d946",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kelson gain a +2 racial bonus to AC against opportunity attacks.",damage:"Kelson gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"91f294d0-c3dc-461d-8031-39aac8ba0c81",name:"Second Chance",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an attack hits Kelson, he forces the enemy to roll the attack again. The enemy must use the second roll.",damage:"",category:5},{id:"ad38d8af-db59-49cf-8747-c260bafb88ca",name:"Sneak Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Kelson gains +2d6 damage when he has combat advantage.",damage:"kelson gains +2d6 damage when he has combat advantage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d83d0ccf-1d36-4dc0-8dd0-5ec2df5a7056",name:"Kobold Wyrmpriest (Cold)",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!0},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11, Thievery +11",equipment:"hide armor; spear; staff of the war mage",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"1e8fc984-69c8-4e26-afed-03aa96ebfca3",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"a43cd902-1a96-4ec8-93b2-8e1d3a33b891",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"cold",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d10+3 cold damage.",damage:"1d10+3 cold damage",category:1},{id:"c6856503-ba17-4ccb-890d-e0c165dc273c",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"kobold allies in the burst gain 5 temporary hit points and shift 1 square.",damage:"kobold allies in the burst gain 5 temporary hit points and shift 1 square",category:3},{id:"5d329e62-03a1-4491-99f2-3544570fcd73",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:6,defence:1},description:"",details:"1d10+3 cold damage. Miss: Half damage.",damage:"1d10+3 cold damage",category:1},{id:"e663ee3e-a7fb-4601-b34d-0d0b4e90829f",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shift 1 square.",damage:"Shift 1 square",category:3},{id:"21c3b230-ecb6-4406-af27-f499606b8824",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+2 bonus to all defenses against traps.",damage:"+2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7526c6d5-a79e-4f01-a66a-27e1bef6fddf",name:"Orest Naerumar",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Bluff +13, Diplomacy +14, Insight +11, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:20},hp:79,initiative:8,ac:21,fortitude:19,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"dcf7481e-3a83-43b9-92a9-cb8c5c61a841",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"60475d33-0386-429d-98bb-0e420d9223ac",name:"Sly Flourish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+9 damage.",damage:"1d4+9 damage",category:1},{id:"f44ec018-be93-4b73-b7c0-e8d5a5756c38",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+4 damage, and the target is dazed until the end of Orest’s next turn.",damage:"1d4+4 damage",category:1},{id:"a6b849ef-cc5d-45bf-8bd1-00ed4451dc72",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Orest gains a +1 power bonus to its next attack roll against an enemy that hit him since his last turn. If the attack hits and deals damage, Orest deals an extra 5 damage.",damage:"if the attack hits and deals damage",category:3},{id:"8000565d-e63f-4ef8-9ec1-42bc1ebc9d25",name:"First Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of an encounter, Orest has combat advantage against any creatures that have not yet acted.",damage:"",category:1},{id:"7e6398a5-ae63-4b27-9217-dc5064f7c039",name:"Sneak Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Orest gains +2d6 damage when he has combat advantage.",damage:"orest gains +2d6 damage when he has combat advantage",category:1},{id:"9a89f13b-cea4-4484-a067-a8822fd36095",name:"Bloodhunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Orest gains a +1 racial bonus to attack rolls against bloodied foes.",damage:"Orest gains a +1 racial bonus to attack rolls against bloodied foes",category:1}],damageModifiers:[{type:3,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eca69c33-c58a-46ed-b48f-2335e531bd08",name:"Skull Kicker Slinger",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +8, Stealth +10, Thievery +10",equipment:"dagger; leather armor; sling; sling bullets (20)",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:24,initiative:3,ac:13,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"3a52069e-efef-4ece-bb15-968ea12363ea",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"dc35469b-f099-48d7-aab6-9fcf8305de1d",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Range 10/20; 1d6+3 damage; see also Glue Shot.",damage:"1d6+3 damage",category:1},{id:"e07c2aa1-673a-47fc-a56b-915e35d2c1ec",name:"Glue Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is immobilized (save ends)Ranged 10/20",attack:null,description:"",details:".",damage:"",category:1},{id:"bddb394d-043b-48a8-8018-9f9fa1265581",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"47a3c8cb-e4c6-4349-bbb3-9f3e4aa8afbf",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85aebf65-27ee-41b2-be88-af3c8917d34e",name:"Skull Kicker’s Chieftain",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!0},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Stealth +10, Thievery +10",equipment:"hide armor; spear; staff of the war mage",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"096e6be9-2a4c-46a4-b51b-9b115c26ae6c",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"00f6dfc6-41f5-45fd-a107-fad17fc96fc7",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"Range 10; 1d10+3 damage of a chosen type (based on the dragon served).",damage:"1d10+3 damage of a chosen type (based on the dragon served)",category:1},{id:"7d2131da-3bc2-45a9-a4a6-c8cae4d7fda6",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"kobold allies in the burst gain 5 temporary hit points and shift 1 square.",damage:"kobold allies in the burst gain 5 temporary hit points and shift 1 square",category:3},{id:"1b0346d3-36d4-4c2d-8e21-739d79972952",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"see text",condition:"",range:"Close blast 3",attack:{bonus:6,defence:1},description:"",details:"3d6+3 damage of a chosen type (based on the dragon served). Miss: Half damage.",damage:"3d6+3 damage of a chosen type (based on the dragon served)",category:1},{id:"c625e477-f9ed-4d67-a452-d729cda9d176",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"8c2bf42a-4b5a-4a2c-8566-af66090073fd",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"28a1d139-76f6-40fd-b84c-e0383e6d14d7",name:"Szartharrax",details:"",size:3,origin:4,type:1,keywords:"dragon",level:3,role:{type:2,flag:2,leader:!1},senses:"Perception +7; darkvision",movement:"6 (ice walk), fly 6 (hover), overland flight 10",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +15",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:200,initiative:1,ac:18,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"7f862a85-4131-4e89-89ff-2ed6a6621dee",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d8+4 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack).",damage:"1d8+4 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack)",category:1},{id:"934d2ee0-c199-484a-afd7-d05205296370",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"c475c47c-b0be-4edd-b014-5874e99ac3c8",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes two claw attacks. If the dragon hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"e3133dfb-23e7-4748-8f81-511fae06d0f1",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:4,defence:2},description:"",details:"3d6+4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6+4 cold damage",category:1},{id:"0bacd528-71c1-4332-a7a8-7c885007ef5f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"a325655e-3228-4d25-8271-eeb4abfe9d5a",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:4,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"02ad5e9d-146b-4d67-a727-18571a217d1d",name:"Abyssal Eviscerator",details:"",size:2,origin:1,type:2,keywords:"demon",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +18",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:17},intelligence:{score:7},wisdom:{score:15},charisma:{score:11},hp:173,initiative:10,ac:26,fortitude:28,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"9b9c1752-bfba-4c3d-8779-0b19ad273804",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"3651966f-eb65-452c-a582-22385134aa8c",name:"Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+6 damage, and the target is grabbed.",damage:"2d6+6 damage",category:1},{id:"09920d62-2866-4a6e-8bcc-ce9ab38e45d4",name:"Eviscerating Talons",action:{action:3,trigger:"3/round while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the abyssal eviscerator; no attack roll; 6 damage.",damage:"6 damage",category:5}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"66977062-64ac-43e6-8f49-b19ab5669d8e",name:"Adamantine Horse of Xarn",details:"",size:3,origin:4,type:0,keywords:"construct, mount",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"8",alignment:"Unaligned",languages:"Understands Common, Draconic, Supernal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:12},intelligence:{score:3},wisdom:{score:14},charisma:{score:10},hp:105,initiative:4,ac:19,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"6407b3ab-372c-4681-92cc-46d34aa829a5",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"ba6e96ef-b494-4ce2-aec6-cbc3748200cc",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"The Adamantine Horse of Xarn can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the warhorse must end its move in an unoccupied space. When it enters an enemy’s space, the warhorse makes a trample attack; 1d8+7 damage, and the target is knocked prone.",damage:"1d8+7 damage",category:1},{id:"7b1df81b-97ee-4349-8746-790fe5d9de48",name:"Adamantine Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The Adamantine Horse grants its rider 10 extra damage on charge attacks.",damage:"the adamantine horse grants its rider 10 extra damage on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee768722-7b29-4ea1-b02c-2e97d0fe9b62",name:"Arctide Runespiral Demon",details:"",size:3,origin:1,type:1,keywords:"demon",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:23},intelligence:{score:7},wisdom:{score:19},charisma:{score:12},hp:97,initiative:12,ac:24,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"7bc6ff49-6074-4e7e-b4fe-0edf6e879500",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"60da20e5-d734-4934-8d03-1bcc4174f4d0",name:"Arcane Arc",action:{action:5,trigger:"when an enemy moves adjacent to the arctide runespiral demon",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:5},{id:"ecb63fef-7053-4c24-bf21-5cfa60ca096a",name:"Focused Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+5 lightning damage.",damage:"2d8+5 lightning damage",category:1},{id:"1bed817e-3f2f-46df-897b-046ffe166a49",name:"Bloodied Shock",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage, and the target is dazed (save ends).",damage:"1d8+5 lightning damage",category:5},{id:"fa1e0a1b-4a03-4e17-8d1c-3846eac9799f",name:"Charged Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"1d8+5 lightning damage. The attack deals 1 extra lightning damage for each creature in the burst. Each ally damaged by the attack gains a +1 bonus to any recharge rolls at the start of its next turn. If the bonus causes a recharge roll to exceed 6, the result is considered 6.",damage:"1d8+5 lightning damage",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"909ad5a3-01fe-4425-8630-1b30d664bff3",name:"Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:9},charisma:{score:20},hp:98,initiative:7,ac:25,fortitude:22,reflex:18,will:22,regeneration:null,auras:[],powers:[{id:"bdc9ac94-ddd1-43fa-92c5-43e010dbb4f0",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 necrotic damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"e10a308b-d2c0-4771-8c55-fb98fcc22af3",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"affects an immobilized target only; 2d8+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0e204762-3266-452a-a9ed-3d6f7cada7cc",name:"Battle Wight Commander",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:0,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +18",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:24},hp:106,initiative:12,ac:28,fortitude:26,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"70edaf57-31ff-4cd3-8691-a6f9932d0e42",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Paralysis, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+7 necrotic damage, and the target is immobilized and weakened (save ends both) and loses 1 healing surge.",damage:"1d8+7 necrotic damage",category:1},{id:"f4dad42b-71e5-4a9b-9b45-16fc53c14e5c",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"affects an immobilized target only; 2d8+7 necrotic damage, and the battle wight commander and all undead allies within 2 squares of it regain 10 hit points.",damage:"2d8+7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3bf0e786-1bc0-44ad-adb6-44c4d8669dca",name:"Bloodcry Barlgura",details:"",size:3,origin:1,type:1,keywords:"demon",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +16; low-light vision",movement:"8, climb 8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Athletics +18",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:18},intelligence:{score:6},wisdom:{score:19},charisma:{score:12},hp:174,initiative:11,ac:26,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"d116321c-675f-45b8-aad1-90c44d4135a6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+6 damage, or 3d8 + 6 damage if the barlgura is bloodied, and the target is pushed 1 square.",damage:"2d8+6 damage",category:1},{id:"9a9d93f7-6843-40bd-891f-3313a13ca9b9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barlgura makes two slam attacks.",damage:"",category:1},{id:"be31fd6b-eb8f-45b3-a4d6-37d49afddd77",name:"Bloodcry",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies only; 4d10+6 damage, and the barlgura and all allies within 5 squares of it gain a +2 bonus to attack rolls until the end of the barlgura’s next turn.",damage:"4d10+6 damage",category:5}],damageModifiers:[],resist:"10 variable (1/encounter, see Monster Manual)",vulnerable:"",immune:"",tactics:""},{id:"f192507e-4908-4384-90fa-50b3e6d50ffd",name:"Chosen Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Dungeoneering +10, Intimidate +11, Stealth +9",equipment:"trident",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"b1652a3f-5a6d-4453-abed-88ff1d09cd69",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"e1d9b094-32bf-4b1e-8142-bdd87a1d311f",name:"Skewering Tines",action:{action:1,trigger:"requires a trident",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target is restrained and takes ongoing 5 damage (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+5 damage",category:5},{id:"6fc03be1-d66e-4b45-a573-159c61c96da3",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"2d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage",category:1},{id:"ef2719b2-86c1-453f-a015-9146cac6e306",name:"Poison Weapon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"the target takes a –2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is weakened (save ends). Second Failed Saving Throw: The target is knocked unconscious (save ends; the target takes a -5 penalty to this saving throw).",damage:"the target takes a -5 penalty to this saving throw)",category:3},{id:"b6ab83f7-5f08-4261-aa1d-9c1742053f3c",name:"Blessing of the Spider Queen",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mezzodemon is not blinded while within a cloud of darkness, nor does that power block this creature’s line of sight. The mezzodemon is considered a drow and a spider for the purpose of the eff ects of allies’ powers.",damage:"",category:0}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"613a2f11-caec-4325-9501-d3ce8fe0c5cd",name:"Cranium Rat Arcanist Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +22; low-light vision",movement:"6, climb 3",alignment:"Unaligned",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:17},charisma:{score:18},hp:141,initiative:16,ac:28,fortitude:27,reflex:25,will:26,regeneration:null,auras:[{id:"52365291-5a70-4e03-a405-c663b261e4ce",name:"Mind Whispers",keywords:"",details:"aura 1; each enemy that begins its turn in the aura takes 5 psychic damage and a –2 penalty to attack rolls until the end of its next turn."}],powers:[{id:"531f787d-a271-4f90-9a41-fbb44483e031",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 damage (save ends).",damage:"1d8+5 damage",category:1},{id:"0c6fe898-6755-4f9a-b5a9-b1f0645e8264",name:"Psychic Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:18,defence:3},description:"",details:"1d10+6 psychic damage, and the target is dazed (save ends).",damage:"1d10+6 psychic damage",category:1},{id:"16b3130b-cbb8-4f66-ba01-bed04ea3ab79",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:16,defence:3},description:"",details:"2d10+6 psychic damage, and the target is stunned (save ends).",damage:"2d10+6 psychic damage",category:1},{id:"e6f66adb-f0a6-4884-9543-0193dd018ebf",name:"Group Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"For each cranium rat swarm within 10 squares of any other one, increase attack and damage rolls by 1, and increase the Intelligence score of each swarm by 2.",damage:"increase attack and damage rolls by 1",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"b20f8679-b174-40cf-9f86-a2df572f5413",name:"Crazed Human Rabble",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"b37f80b6-b17b-46b2-8fca-19f61bf1c9cf",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"5f98d51a-174c-4f0a-8002-7a053521cb65",name:"Aura of Madness",action:{action:1,trigger:"when a creature starts its turn within 3 squares of the human rabble",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The human rabble slides the triggering creature 1 square.",damage:"The human rabble slides the triggering creature 1 square",category:5},{id:"9a987b60-ae51-4b4b-96bc-6b3550d5c186",name:"Psychic Feedback",action:null,keywords:"Psychic",condition:"when the human rabble drops to 0 hit points",range:"",attack:null,description:"",details:"Each enemy adjacent to one or more human rabble takes 2 psychic damage.",damage:"each enemy adjacent to one or more human rabble takes 2 psychic damage",category:0},{id:"70348ab1-df23-47b4-83a5-912b9ab8ccb2",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it.",damage:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10234d40-cfe2-4d11-9705-9474821a459f",name:"Cyclops Guard",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +13; truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"battleaxe; heavy shield; hide armor",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:11},hp:1,initiative:8,ac:27,fortitude:26,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"56f303f4-1b4e-44c2-a4ab-6c13d11861c7",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 7 damage.",damage:"7 damage",category:1},{id:"4db48dba-cf0c-47c8-a58d-6584a432ea87",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the cyclops guard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The cyclops guard makes a melee basic attack against the attacker.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2bb891bc-553b-4166-829a-f601d5c0959c",name:"Dabus Custodian",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8 (hover)",alignment:"Unaligned",languages:"(understands all)",skills:"Streetwise +15",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:18},intelligence:{score:16},wisdom:{score:18},charisma:{score:16},hp:118,initiative:11,ac:27,fortitude:27,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"a703c2b1-577e-401f-b6a4-7bdb4032470e",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"e51120a3-dda9-4354-9f63-864183fbca75",name:"Psychic Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"2d8+6 psychic damage, and the target is dazed (save ends).",damage:"2d8+6 psychic damage",category:1},{id:"d29ea9fd-6d54-4cd8-931b-f1eea5001494",name:"Psychic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:18,defence:3},description:"",details:"3d10+6 psychic damage, and the target is stunned (save ends).",damage:"3d10+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ccebe55-7135-4845-aa8a-c676b4b3729d",name:"Dabus Enforcer",details:"",size:2,origin:3,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"8 (hover)",alignment:"Unaligned",languages:"(understands all)",skills:"Arcana +18, Nature +18",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:18},wisdom:{score:17},charisma:{score:18},hp:172,initiative:14,ac:32,fortitude:30,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"a90c5065-7303-4843-99e5-2e04f023b289",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"b04d6cd1-d10a-498b-992b-1cd87c7c4e4b",name:"Psychic Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:22,defence:3},description:"",details:"2d8+7 psychic damage, and the target slides 3 squares. The target is also stunned (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"b9518427-9d9f-42f6-a58c-fadccccab4fc",name:"Mind Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:22,defence:3},description:"",details:"4d10+7 psychic damage, and the target takes ongoing 10 psychic damage and is immobilized (save ends both).",damage:"4d10+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"36fbcaba-d464-413c-9ef2-c68fda79e752",name:"Dragonborn Gladiator of Tiamat",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +15, History +7, Intimidate +17",equipment:"bastard sword; scale armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:106,initiative:9,ac:24,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"54aa9100-5ee2-4068-9bd6-5167c2272509",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+16 while bloodied; see also lone fighter)1d10+5 damage.",damage:"see also lone fighter)1d10+5 damage",category:1},{id:"f57df741-7454-4f9d-aa62-cd2bcb8584bb",name:"Finishing Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+16 while bloodied)2d10+5 damage, and the dragonborn gladiator’s allies gain a +2 bonus to attack rolls until the end of the dragonborn gladiator’s next turn.",damage:"(+16 while bloodied)2d10+5 damage",category:1},{id:"0c1f667d-5b07-4415-869a-557684692ba5",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied)1d6+4 fire damage.",damage:"(+13 while bloodied)1d6+4 fire damage",category:3},{id:"3ee007d6-dd4b-4604-904e-adbb43007762",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:10,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragonborn gladiator’s next turn.",damage:"",category:1},{id:"d0718f67-82a7-472f-a5ed-e4a50b70b5fd",name:"Chromatic Boon",action:{action:5,trigger:"when an enemy hits or misses this creature",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn gladiator gains resist 5 acid, resist 5 cold, resist 5 fire, resist 5 lightning, or resist 5 poison until the end of the encounter.",damage:"The dragonborn gladiator gains resist 5 acid",category:5},{id:"e83958db-1ee9-4565-b781-430177d0eb83",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"731f14e9-920e-4ade-933e-ad8e3fcb7e92",name:"Gladiator’s Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a dragonborn gladiator hits an enemy with an opportunity attack, the target is knocked prone.",damage:"",category:0},{id:"e309b56d-9dae-421b-af03-67b339204576",name:"Lone Fighter",action:null,keywords:"",condition:"",range:"The dragonborn gladiator gains a +2 bonus to melee attack rolls while adjacent to only one enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c1cfa18-9541-4ffe-8419-c76f1a53cc2a",name:"Dwarf Thug",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +17, Endurance +14, Stealth +15",equipment:"chainmail; crossbow; crossbow bolts (20); warhammer",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:18},charisma:{score:10},hp:1,initiative:10,ac:25,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8d51e111-6146-43a8-8fa8-ff381cdd87b6",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"d64e3602-f0b8-4099-a7c5-a5a14c34a327",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"ae517e01-7273-4c35-884c-c5c6feef3cf0",name:"Aimed Shot",action:null,keywords:"",condition:"",range:"A dwarf thug gains a +2 bonus to attack rolls and deals an extra 3 damage with ranged attacks against creatures that don’t have cover.",attack:null,description:"",details:"",damage:"",category:0},{id:"4ec1b216-99b0-4360-8447-bd97a0294de0",name:"Combined Fire",action:null,keywords:"",condition:"",range:"Dwarf thugs can make a combined ranged attack against a single target. For each dwarf thug participating in a combined attack, increase the attack roll by 1 and the damage by 1.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bee0567-f368-4a10-b538-7e24b05463e9",name:"Elemental Ooze",details:"",size:3,origin:1,type:1,keywords:"blind, ooze",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; blindsight 10, tremorsense 10",movement:"4 see also flowing form",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:4},wisdom:{score:16},charisma:{score:4},hp:150,initiative:9,ac:24,fortitude:26,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"09721ae0-3513-424e-9112-568de2a5686b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d6+5 damage, and ongoing 10 cold, fire, and lightning damage (save ends).",damage:"3d6+5 damage",category:1},{id:"bc665972-59fd-4516-b3dd-b1bd17a97db6",name:"Elemental Burst",action:{action:1,trigger:"and again when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"when first bloodied",range:"close burst 2",attack:{bonus:15,defence:2},description:"",details:"The elemental ooze releases a burst of elemental energy; 3d10+6 cold, fire, and lightning damage, and the target is pushed 2 squares.",damage:"and lightning damage",category:5},{id:"dae3d338-12fb-4e56-b657-42cd085c42b3",name:"Flowing Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elemental ooze shifts 4 squares.",damage:"The elemental ooze shifts 4 squares",category:2},{id:"5dbd3c64-f520-4d8c-a36b-aea6eb19b728",name:"Elemental Backlash",action:{action:4,trigger:"when the elemental ooze takes damage",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"",attack:null,description:"",details:"The elemental ooze releases elemental energy that deals 5 cold, fire, and lightning damage to all enemies adjacent to it.",damage:"and lightning damage to all enemies adjacent to it",category:5}],damageModifiers:[{type:1,value:-10}],resist:"cold, fire, lightning",vulnerable:"",immune:"gaze",tactics:""},{id:"bbc7a162-3fd8-4b31-b28f-4a97cace45bd",name:"Ettin Spirit-Talker of Demogorgon",details:"",size:3,origin:4,type:2,keywords:"giant",level:12,role:{type:3,flag:1,leader:!0},senses:"Perception +17",movement:"6",alignment:"Chaotic Evil",languages:"Giant",skills:"Intimidate +10, Religion +12",equipment:"club; hide armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:23},charisma:{score:15},hp:252,initiative:6,ac:28,fortitude:27,reflex:21,will:26,regeneration:null,auras:[{id:"e85525c8-3f78-4e56-bf84-cfab2be8ed2f",name:"Demonic Frenzy",keywords:"",details:"aura 5; any bloodied ally within the aura gains a +1 bonus to attack rolls."},{id:"0cc2ad0c-137e-4f02-badb-bf89afae46e3",name:"Lashing Tentacles",keywords:"",details:"(Fire) aura 1; any enemy that enters the aura or starts its turn there takes 4 fire damage."}],powers:[{id:"62339b7a-2829-43a5-b2a2-5c3b33d18a38",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+7 damage, and the target is pushed 1 square.",damage:"1d8+7 damage",category:1},{id:"b49c102b-9b09-47d3-a844-672a4812ec29",name:"Curse of Shattered Bone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the next time the spirit-talker hits the target with a melee attack, the attack is treated as a critical hit and deals 1d12 extra damage. The curse lasts until the end of the ettin spirit-talker’s next turn.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:1},{id:"fa1fa142-9401-4e34-a662-dd237a86a4b9",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:15,defence:1},description:"",details:"2d6+6 necrotic damage, and the target slides 3 squares.",damage:"2d6+6 necrotic damage",category:1},{id:"3df52aff-471e-40c2-add6-c5dd896396ad",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, the ettin spirit-talker makes two initiative checks. Each check corresponds to one of the ettin spirit-talker’s heads, and the ettin spirit-talker takes a turn on each initiative count. The ettin spirit-talker has a full set of actions on each of its turns, and its ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"30c7fa6f-350f-4f15-9216-5488222a6207",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of each of its turns, the ettin spirit-talker saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"048f6dbe-b5a8-4a71-8f86-47bd91f6340f",name:"Fey Bodak Skulk",details:"",size:2,origin:2,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:19},intelligence:{score:6},wisdom:{score:15},charisma:{score:23},hp:124,initiative:16,ac:29,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"a1e2dcfd-717b-4b23-b2ea-04819c00ec06",name:"Agonizing Gaze ",keywords:"",details:"(Fear, Gaze, Necrotic) aura 5; each creature within the aura that makes a melee or a ranged attack against the bodak skulk takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"a39d98ba-fcde-49a3-9d45-61ea89ea38dc",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+5 damage plus 2d6 necrotic damage, and the target is weakened until the end of the bodak skulk’s next turn.",damage:"1d6+5 damage plus 2d6 necrotic damage",category:1},{id:"cc91b115-a8b3-42af-8687-15e975835475",name:"Surprise Attack",action:{action:1,trigger:"usable while the bodak skulk is hidden",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The bodak skulk makes a melee at-will attack that deals 2d8 extra damage.",attack:null,description:"",details:"",damage:"",category:5},{id:"c8045b67-86d6-4144-8670-3acdcc3a3fb8",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"targets a living creature; if the target is weakened, it drops to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses a healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses a healing surge",category:1},{id:"925f547f-e25e-403a-b24e-cbc0b3cf1c2a",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bodak skulk becomes invisible and gains insubstantial and phasing. It can do nothing but move in its spectral form, and it can return to its normal form as a free action.",damage:"",category:1},{id:"424f4a27-1c86-4109-bdcc-a235c3739c58",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The bodak skulk can alter its physical form to appear as an attractive humanoid of its size and any race or gender (see “Change Shape,” Monster Manual 2, page 216).",damage:"",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"a bodak skulk that takes radiant damage cannot weaken a target until the end of its next turn.",immune:"disease, poison",tactics:""},{id:"c7d12b14-e603-4434-9243-67295ff55c98",name:"Ghost Spider",details:"",size:3,origin:5,type:1,keywords:"spider",level:11,role:{type:4,flag:1,leader:!1},senses:"Perception +7; tremorsense 10",movement:"6, climb 6 (spider climb), phasing",alignment:"Unaligned",languages:"",skills:"Athletics +15, Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:18},intelligence:{score:1},wisdom:{score:15},charisma:{score:10},hp:129,initiative:9,ac:25,fortitude:25,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"059b9b60-ffa9-4638-8f7d-ad8b6bf83fd0",name:"Ghost Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d8+5 damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both).",damage:"1d8+5 damage",category:1},{id:"8452b6fc-b660-49c1-a4b0-ca7b91b02f03",name:"Phasing Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost spider makes two ghost claw attacks. The ghost spider can shift 6 squares between the attacks.",damage:"The ghost spider can shift 6 squares between the attacks",category:1},{id:"31a0c9df-4fef-4839-80ea-7c41551ae802",name:"Phasing Web",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost spider shifts 6 squares, phasing through enemies. It attacks each enemy it phases through; target is immobilized (save ends).",damage:"The ghost spider shifts 6 squares",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"87ef3d3a-e5c4-4ee5-9570-3c83ceba18e1",name:"Half-Elf Brigand Captain",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +15, Diplomacy +14, Insight +12, Stealth +16",equipment:"dagger; leather armor; longsword",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:20},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:126,initiative:13,ac:27,fortitude:25,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"bdb342d0-dd2c-44b7-960e-61f773b52fec",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+8 damage, and the half-elf brigand captain shifts 1 square.",damage:"1d8+8 damage",category:1},{id:"7ef2381f-9bba-4e81-ae48-ce2b589d00d2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"fa0edf96-75ac-4723-bab7-5d5684adfa00",name:"Slash and Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-elf brigand captain makes a longsword attack, shifts 2 squares, and makes a dagger attack.",damage:"shifts 2 squares",category:1},{id:"c7020170-93be-48db-b784-c7b7082e2eb1",name:"Triggering Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"2d8+8 damage, and one ally shifts 1 square and makes a melee basic attack as a free action.",attack:{bonus:18,defence:0},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0495dab-846f-41ef-b3f4-817cde4223d0",name:"Hobgoblin Legionnaire of Avernus",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +14, Endurance +7, History +10, Intimidate +9",equipment:"heavy shield; scale armor; spear",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:64,initiative:8,ac:21,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"9488e72f-1fbc-427d-b825-8a886e0ed64e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage. If the hobgoblin commander hits with an opportunity attack, it shifts 1 square; see also lead from the front.",damage:"1d8+5 damage",category:1},{id:"43016fd8-6720-4b73-8c39-ffb17c8decdd",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies in the burst shift 3 squares.",damage:"allies in the burst shift 3 squares",category:3},{id:"47c30f26-ca54-44f5-a1c1-75150a683782",name:"Infernal Wound",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The hobgoblin commander makes a melee basic attack. If the attack hits, the target is marked and takes ongoing 5 damage (save ends both).",attack:null,description:"",details:"",damage:"",category:1},{id:"6360724d-554d-4918-a7b3-6478c86c698d",name:"Lead from the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin commander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until the end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"83c8bc73-0697-4d8a-a08e-8cc860ffe2c2",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin commander becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander rolls a saving throw against the triggering effect.",damage:"",category:5},{id:"b4256589-6f59-4cfe-bed8-6cee8c5acf5a",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander gains a +2 bonus to all defenses while adjacent to a legion devil or any creature that has the Legion of Avernus theme.",damage:"The hobgoblin commander gains a +2 bonus to all defenses while adjacent to a legion devil or any creature that has the Legion of Avernus theme",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"296d4f15-767d-4372-9ada-95905705f268",name:"Human Gladiator",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +15, Athletics +18",equipment:"light shield; scale armor",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:14},charisma:{score:17},hp:276,initiative:12,ac:30,fortitude:26,reflex:26,will:24,regeneration:null,auras:[{id:"3984a60a-1a14-4477-b505-6409cba5d3fe",name:"Fighting Focus",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is marked until the start of its next turn."}],powers:[{id:"3ff0394c-fbd7-454b-a4cb-74f80527226d",name:"Gladius",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"baf4928b-8fdd-414e-9e45-8c8e03d468e4",name:"Knock to the Dirt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"the target is knocked prone.",damage:"",category:3},{id:"7cc90131-8bd5-470c-8f55-766f96896836",name:"Well-Placed Kick",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"the target is dazed and slowed (save ends both).",damage:"",category:3},{id:"6482cf1b-ed48-4351-a00e-89d0c85cf13f",name:"Sand in the Eyes",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"the target is blinded (save ends).",damage:"",category:3},{id:"a3c52d99-f5ba-45a4-a816-d073ac9f9990",name:"Gladius Display",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:2},description:"",details:"targets enemies; 2d8+6 damage.",damage:"2d8+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0f1e666-c544-416a-a901-e1727b859f92",name:"Immolith Deathrager",details:"",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:25},dexterity:{score:18},intelligence:{score:9},wisdom:{score:15},charisma:{score:20},hp:185,initiative:11,ac:27,fortitude:30,reflex:27,will:28,regeneration:null,auras:[{id:"830ea130-057b-4438-abb1-67f742e02819",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn in the aura takes 10 fire damage."}],powers:[{id:"2c23e1ad-43ea-417a-8232-82ac3a20ec58",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 3d6+6 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d6+6 fire damage",category:1},{id:"63d90049-3e0b-4237-add0-d83143b64bc9",name:"Deathrage",action:{action:7,trigger:"when first bloodied and again when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 4",attack:{bonus:17,defence:0},description:"",details:"3d10+6 fire damage.",damage:"3d10+6 fire damage",category:5}],damageModifiers:[{type:9,value:10}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"9c995b86-e7d9-4e69-bad5-12c7bd5abb64",name:"Lamia Devourer",details:"",size:2,origin:2,type:1,keywords:"shapechanger",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +13",movement:"6, climb 6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Bluff +16, Insight +13",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:14},intelligence:{score:17},wisdom:{score:14},charisma:{score:21},hp:260,initiative:8,ac:27,fortitude:25,reflex:24,will:26,regeneration:null,auras:[{id:"1ec06830-6e9d-42eb-aef6-832bce728b94",name:"Swarm’s Embrace",keywords:"",details:"aura 1; an enemy that starts its turn in the aura takes 10 damage."}],powers:[{id:"76553dab-2ffd-44e0-803e-8d735cdf3eaf",name:"Cursed Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"7a12466f-d364-4702-9bc6-f81f9caf2e47",name:"Devouring Swarm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"targets enemies only; 3d6+4 damage.",damage:"3d6+4 damage",category:1},{id:"ec48e294-35ff-4e97-ae37-41dfbfe882b3",name:"Swarm Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies only; the target is pushed 3 squares and immobilized (save ends).",damage:"the target is pushed 3 squares and immobilized (save ends)",category:1},{id:"e4ffc74d-9d2a-4b3e-b47c-0cc5c9f2113c",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A lamia can alter its physical form to appear as an attractive Medium humanoid of any race or gender (see “Change Shape,” Monster Manual 2, page 216).",damage:"",category:3},{id:"43a986c2-e7dc-4a1d-8366-d4da797ff23c",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a lamia can squeeze through small openings as if it were a Tiny creature (see “Squeeze,” Player’s Handbook, page 292).",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"65116881-bc3e-491a-baf9-375a0492e585",name:"Loathsome Chanter",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"6, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:6,ac:27,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"121f1389-81c6-421e-b846-c1bca64c6a20",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"db062a64-0d67-43b1-a71e-f1c119b4cb73",name:"Death’s Rebuke",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:14,defence:3},description:"",details:"targets enemies; 6 psychic damage.",damage:"6 psychic damage",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"06df2c57-5f26-482c-819a-0eeb676337ea",name:"Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"19779146-82df-4baa-842a-500e1d0f884e",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"dd2d0b7a-4e76-48b5-8ca4-6ab667736ed9",name:"Skewering Tines",action:{action:1,trigger:"sustain standard",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+5 damage",category:5},{id:"c9d00626-104e-44ab-8b0c-6b7bb8467b54",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"targets enemies; 2d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"e4f25b70-1202-4045-9cc2-94e6520b585e",name:"Needle Demon",details:"",size:2,origin:1,type:2,keywords:"demon",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +17, Insight +14, Intimidate +17",equipment:"",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:19},intelligence:{score:14},wisdom:{score:17},charisma:{score:22},hp:123,initiative:10,ac:26,fortitude:23,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"6c3e9871-ae54-4d7d-bb65-6f6edca81f7c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"dc090775-3f97-4124-9f76-6d09978fd305",name:"Claws of Betrayal",action:{action:1,trigger:"requires combat advantage against each target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The needle demon makes two claw attacks. If both attacks hit the same target, the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:5},{id:"bfa23bba-56da-426a-9c39-2720c184cf6a",name:"Tail Whip",action:{action:4,trigger:"when an enemy moves into a square adjacent to the needle demon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"7fb78e43-8cc5-4ae9-bfb4-a811d96483b7",name:"Rage of the Betrayed",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is dominated (save ends).",damage:"",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"6fdcabe9-7b2a-48cc-94a8-3a89a95f103a",name:"Ogre Bludgeoneer",details:"",size:3,origin:4,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:13},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:1,initiative:9,ac:28,fortitude:30,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"387ac09e-eb66-4ac9-ace0-ebafdf22608f",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"de9a3831-4262-4756-93ae-d50ad4595cfd",name:"Pleased Adamantine Horse of Xarn",details:"",size:3,origin:4,type:0,keywords:"construct, mount",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"10",alignment:"Unaligned",languages:"Understands Common, Draconic, Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:12},intelligence:{score:4},wisdom:{score:14},charisma:{score:10},hp:136,initiative:6,ac:22,fortitude:24,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"9864eb8e-f66d-4327-b2b7-555674945cf1",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"c28ef0f8-b086-4584-a6d8-e43cbff6d84c",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The Adamantine Horse of Xarn can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the Adamantine Horse must end its move in an unoccupied space. When it enters an enemy’s space, the Adamantine Horse makes a trample attack; 1d10+8 damage, and the target is knocked prone.",damage:"1d10+8 damage",category:1},{id:"d8e29984-446b-4d7b-b7bd-2e664d27fd00",name:"Adamantine Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The Adamantine Horse grants its rider 10 extra damage on charge attacks.",damage:"the adamantine horse grants its rider 10 extra damage on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"86f8932a-899d-421e-a471-ce67926bba50",name:"Pod Demon",details:"",size:3,origin:1,type:2,keywords:"demon",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"8",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:24},hp:176,initiative:12,ac:27,fortitude:25,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"78547c5a-f224-4c6f-bcfc-58a3edfdb546",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d6+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+5 damage",category:1},{id:"0d97835f-0fbb-48b3-9bf1-b7e064c53c30",name:"Detonate Minion",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one podspawn; the podspawn explodes, dropping to 0 hit points and dealing 1d8 + 3 poison damage to each creature adjacent to the podspawn.",damage:"dropping to 0 hit points and dealing 1d8 + 3 poison damage to each creature adjacent to the podspawn",category:3},{id:"ddbedab8-e6e1-46e7-887d-f510983ece42",name:"Spew Podspawn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:18,defence:2},description:"",details:"2d6+5 acid damage.",damage:"2d6+5 acid damage",category:1},{id:"825aa034-f250-4bb1-9dbb-c010153160ce",name:"Generate Podspawn",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:18,defence:2},description:"",details:"3d6+5 poison damage. Effect: If the pod demon has fewer than four podspawn, it spawns podspawn into unoccupied squares within the burst, bringing its total number of minions to four.",damage:"3d6+5 poison damage",category:5},{id:"bdb9d127-9217-4565-9977-5a2fcb2f4637",name:"Fling Podspawn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"2d6+5 acid damage.",damage:"2d6+5 acid damage",category:1},{id:"80c5c967-ab86-4b8a-ba49-0bea5f6a8d57",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pod demon’s attack deals 2d6 extra damage to any target granting combat advantage to it.",damage:"a pod demon’s attack deals 2d6 extra damage to any target granting combat advantage to it",category:0},{id:"a781286d-1fc8-4bce-98a8-780a58ef9793",name:"Spawn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a pod demon has fewer than four podspawn at the start of its turn, it spawns one podspawn within 2 squares of it.",damage:"it spawns one podspawn within 2 squares of it",category:0},{id:"34b9d176-6ea8-46ae-babe-cf2e02237d13",name:"Transfer Essence",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The pod demon swaps positions with a podspawn within 10 squares of it.",damage:"The pod demon swaps positions with a podspawn within 10 squares of it",category:2}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fa7991c0-4458-4d4a-9e58-285e094c846a",name:"Podspawn",details:"",size:1,origin:1,type:2,keywords:"demon",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:21},dexterity:{score:20},intelligence:{score:5},wisdom:{score:8},charisma:{score:15},hp:1,initiative:14,ac:29,fortitude:28,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"20db9f3d-8ebd-4513-9b33-6a027bf18afa",name:"Corroding Slime",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"12 acid damage.",damage:"12 acid damage",category:1},{id:"da131d35-c306-4d6c-94d5-9584e389a6f4",name:"Dangerous Proximity",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to a podspawn grants combat advantage to it.",damage:"",category:0}],damageModifiers:[],resist:"The podspawn shares any resistances that its pod demon progenitor has.",vulnerable:"",immune:"",tactics:""},{id:"e1720c80-9949-4f40-89ef-725f405c7be8",name:"Satisfied Adamantine Horse of Xarn",details:"",size:3,origin:4,type:0,keywords:"construct, mount",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"9",alignment:"Unaligned",languages:"Understands Common,, Draconic, Supernal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:12},intelligence:{score:3},wisdom:{score:14},charisma:{score:10},hp:115,initiative:5,ac:20,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"9aeb286d-35d7-4220-a077-1118592db76c",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"816b00bf-211f-496d-9c4d-ea092d11a8c0",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"The Adamantine Horse of Xarn can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the warhorse must end its move in an unoccupied space. When it enters an enemy’s space, the warhorse makes a trample attack; 1d8+7 damage, and the target is knocked prone.",damage:"1d8+7 damage",category:1},{id:"7169f5bf-bf63-4efe-b833-b5cca3c65a8e",name:"Adamantine Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"The Adamantine Horse grants its rider 10 extra damage on charge attacks.",damage:"the adamantine horse grants its rider 10 extra damage on charge attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"70c782ce-ecd3-4110-8b5b-5f53c967dbf9",name:"Snaketongue Wyvern",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:17},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:106,initiative:10,ac:24,fortitude:24,reflex:20,will:19,regeneration:null,auras:[{id:"1186b772-f371-4799-9413-fac31a50b50b",name:"Venom Enhancement",keywords:"",details:"aura 2; each enemy within the aura that has ongoing poison damage takes a –2 penalty to all defenses and saving throws."}],powers:[{id:"4e17704c-cb69-4563-934f-97934e3889bb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"afe7bba2-8c29-4a81-a985-6be365e2d42a",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+7 damage, and the target is knocked prone.",damage:"1d6+7 damage",category:1},{id:"a9dcd90a-c7ca-44ed-a513-2494f8b1829c",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+4 and the wyvern makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; ongoing 10 poison damage (save ends).",damage:"ongoing 10 poison damage (save ends)",category:1},{id:"447f9f29-6664-4834-8335-cfe19dbef6fa",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The wyvern flies 8 squares and makes one melee basic attack at any point during that movement. The wyvern doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"76090214-89d8-4ff2-aca1-03ee2aab3dd6",name:"Aerial Agility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a rider of 10th level or higher",range:"",attack:null,description:"",details:"While flying, the wyvern grants its rider a +2 bonus to all defenses.",damage:"the wyvern grants its rider a +2 bonus to all defenses",category:1},{id:"2ad2ba8d-0667-420d-8e41-9e5f3870ff8f",name:"Slither Away",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The wyvern gains a +2 bonus to speed and a +2 bonus to all defenses.",damage:"The wyvern gains a +2 bonus to speed and a +2 bonus to all defenses",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01014fee-d2b3-4ac4-ab56-f22a318281dc",name:"Sons of Mercy Basher",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +16, Streetwise +14",equipment:"chainmail; crossbow; halberd",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:130,initiative:11,ac:29,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"97a9f99a-b42b-4de5-8a4a-1d91b518546c",name:"Lightning Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d10+4 lightning damage, and the target is marked until the end of the basher’s next turn.",damage:"2d10+4 lightning damage",category:1},{id:"47b1f5fe-7bf9-456e-920d-9b148ef73e08",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Requires a halberd; reach 2; 3d10+6 lightning damage, and the target is knocked prone.",damage:"3d10+6 lightning damage",category:1},{id:"d651f9b5-4165-4f86-8d6c-0c846824b2f3",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"1d8+8 cold damage, and the target is slowed (save ends).",damage:"1d8+8 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bde0360-a0e7-46ca-af05-39f24d78c22d",name:"Sons of Mercy Wizard",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +16, Diplomacy +17",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:22},intelligence:{score:18},wisdom:{score:17},charisma:{score:20},hp:108,initiative:13,ac:26,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"327bbd84-8b7b-4fb2-9e36-c981ec8105d4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+6 cold and fire damage.",damage:"1d10+6 cold and fire damage",category:1},{id:"fda82bc0-b22d-47e8-b4c5-65ce64518906",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"8baa6dd7-a1df-4ff8-8651-a8eac7f92275",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"two ray attacks on different targets; 1d10+4 cold damage, and the target is immobilized until the end of the wizard’s next turn.",damage:"1d10+4 cold damage",category:1},{id:"2073d9ef-c501-48eb-adf6-d92b2325c5f1",name:"Lightning Serpent",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Poison",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d12+4 lightning damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"2d12+4 lightning damage",category:1},{id:"d3137ae9-cf0d-48c0-908e-e83783468ff5",name:"Thunderlance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"4d6+4 thunder damage, and the target is pushed 4 squares.",damage:"4d6+4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81d549da-660e-44a1-b818-9c7455fe2d5e",name:"Tarvas Demoncaller",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +12; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +16, Insight +17, Intimidate +17, Stealth +14",equipment:"quarterstaff",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:18},wisdom:{score:21},charisma:{score:20},hp:140,initiative:9,ac:29,fortitude:24,reflex:27,will:28,regeneration:null,auras:[{id:"030950ab-527f-46df-9e4c-e8640f8cd14d",name:"Demonic Command",keywords:"",details:"aura sight; demons in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"9c36c062-8489-4964-b498-673696488df8",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"b353421a-cac1-4c7a-b57e-a207182ac2bd",name:"Touch of the Demon",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:5},{id:"53d8b0a2-f288-41f9-b4c5-5de2c91ca30c",name:"Elemental Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Lightning",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"1d8+6 fire and lightning damage.",damage:"1d8+6 fire and lightning damage",category:1},{id:"109dcb1c-5d35-43d5-940b-c29f8834b9db",name:"Explosive Summoning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:17,defence:2},description:"",details:"Tarvas summons a small demon that appears in a square adjacent to him and then moves up to 10 squares and explodes; 1d10+6 damage, and the target is slowed (save ends).",damage:"1d10+6 damage",category:1},{id:"d8ee6e6f-0c55-44e9-b777-fdf6ae8818a3",name:"Demonic Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:17,defence:2},description:"",details:"4d8+5 damage, and the target takes ongoing 5 damage (save ends).",damage:"4d8+5 damage",category:1},{id:"c0952450-86af-4632-b9f1-2f74fda75dc7",name:"Demon Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Tarvas can transfer up to 22 damage he has taken to a demon within 5 squares of him. He cannot transfer more hit points than the demon has remaining.",damage:"tarvas can transfer up to 22 damage he has taken to a demon within 5 squares of him",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"016cbba0-6489-4390-a70c-360e267e3fbb",name:"Vrock Swordwing",details:"",size:3,origin:1,type:2,keywords:"demon",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"6, fly 8 see also flyby attack",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +16, Insight +14",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:19},hp:140,initiative:13,ac:28,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"b643c410-624c-40b6-98ba-0ad41f49dcad",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"fc1ab95b-b2e5-4104-8d7f-5f587c5436df",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vrock flies up to 8 squares and makes one falchion attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.",damage:"The vrock flies up to 8 squares and makes one falchion attack at any point during that movement",category:1},{id:"25c6538a-0f5d-427d-961f-e6dbd22eccb4",name:"Frightful Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"deafened creatures are immune; the target is pushed 3 squares and immobilized until the end of the vrock’s next turn.",damage:"the target is pushed 3 squares and immobilized until the end of the vrock’s next turn",category:1},{id:"72ef9225-3faa-4a7c-8554-ce498587ad96",name:"Spores of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:17,defence:3},description:"",details:"demons are immune; 1d10+5 poison damage, and the target is dazed (save ends).",damage:"1d10+5 poison damage",category:1}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"a95a78bc-d9d1-4b61-a17b-a8e573948a3c",name:"Wererat Sewer Guard",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +15, Stealth +17, Streetwise +15, Thievery +17",equipment:"short sword",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:22},intelligence:{score:15},wisdom:{score:16},charisma:{score:18},hp:130,initiative:14,ac:27,fortitude:25,reflex:26,will:24,regeneration:{value:10,details:"if the wererat takes damage from a silvered weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"fb8bef22-4009-4234-bcb9-a78b645ec893",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage, plus ongoing 10 poison damage (save ends).",damage:"1d10+6 damage",category:1},{id:"38e2d3a2-bd64-4c2e-8daa-38381a7cdd2a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 5 damage (save ends) and contracts sewer fever.",damage:"1d6+4 damage",category:1},{id:"987a70eb-631a-4055-9018-12cc4e565dfd",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:18,defence:0},description:"",details:"1d8+6 poison damage, plus ongoing 5 poison damage (save ends).",damage:"1d8+6 poison damage",category:1},{id:"ffb44b80-ea14-4b68-b844-eddbbde5e008",name:"Dance of Poison",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wererat makes two short sword attacks against one target, shifts up to 3 squares, and makes two short sword attacks against a different target.",damage:"shifts up to 3 squares",category:5},{id:"8d7ce0e0-68a0-4d90-ad3a-5da3be600165",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wererat can alter its physical form to appear as a dire rat or a unique human (see “Change Shape,” Monster Manual 2, page 216). It loses its bite attack in human form.",damage:"",category:3},{id:"15304569-913a-477d-95f1-9e77b3342706",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A wererat deals 2d6 extra damage on melee attacks against any target that grants it combat advantage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"sewer fever",tactics:""});Ni.push({id:"1c2ec56d-8d50-451a-9f3e-25967783c6e3",name:"Wight Life-Eater",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:6},charisma:{score:17},hp:104,initiative:9,ac:24,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"fd2cefa9-fc78-4338-a7b3-b3338d252023",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 necrotic damage, the target loses a healing surge, and the wight shifts 3 squares.",damage:"2d6+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"47f9137d-3b79-49bf-a197-d362b4197ba9",name:"Young Blue Dragon Goblin Ally",details:"",size:3,origin:4,type:1,keywords:"dragon",level:6,role:{type:0,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +20, Insight +10, Nature +10",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:296,initiative:5,ac:23,fortitude:24,reflex:21,will:21,regeneration:null,auras:[{id:"c0f92614-bb41-4233-9b7b-1f7479c1bb7f",name:"Tactical Orders",keywords:"",details:"aura 5; any bugbear, hobgoblin, or goblin ally within the aura deals 1d6 extra damage to a creature granting combat advantage to it (or 1 extra damage if the ally is a minion)."}],powers:[{id:"1892e044-e046-4793-8712-ee71d075f1dc",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+5 plus 1d6 lightning damage.",damage:"1d6+5 plus 1d6 lightning damage",category:1},{id:"fd64771a-6ec6-4268-82ec-d403fe5daee9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"127b6e95-71b3-4235-be1f-2b484a81e4d9",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a gore attack and two claw attacks.",damage:"",category:1},{id:"32bc02d4-6441-476e-98ab-cbdf376bba33",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second; 1d12+5 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12+5 lightning damage",category:1},{id:"55187c0c-7358-4bd9-8d46-23973e9c2c31",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the dragon uses it.",damage:"",category:5},{id:"28e096cb-c1c0-4acc-a3c6-8c457ef55709",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"77cb52dc-b98d-4c42-ae5d-6cca9c220429",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:11,defence:2},description:"",details:"1d6+4 lightning damage. Miss: Half damage.",damage:"1d6+4 lightning damage",category:1},{id:"870c10d5-7030-4d02-b60d-c3fe343f09a4",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The young blue dragon gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it. The dragon also counts as a hobgoblin for the purpose of other creatures’ phalanx soldier ability.",damage:"The young blue dragon gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7c312c6-a11a-4ff6-94f5-ef1bcca4c596",name:"Zombie Hulk of Orcus",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:88,initiative:2,ac:20,fortitude:23,reflex:17,will:18,regeneration:null,auras:[{id:"15522909-84bd-4f5e-aa51-b357c07dead4",name:"Death’s Embrace",keywords:"",details:"aura 5; each enemy within the aura takes a –2 penalty to death saving throws."}],powers:[{id:"a1a08e14-c44f-47e7-a5ff-9f1f371db549",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"de104c24-1026-468d-8fb9-d08715c981fb",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 2; targets a Medium or smaller creature; 4d8+5 damage, and the target is knocked prone.",damage:"4d8+5 damage",category:1},{id:"d93119dc-4fd4-4406-bdac-d59029c6e1d0",name:"Rotting Strike",action:{action:7,trigger:"when the zombie hulk hits with a melee basic attack during its turn",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The target takes ongoing 6 necrotic damage (save ends).",damage:"the target takes ongoing 6 necrotic damage (save ends)",category:5},{id:"5214dba3-d74b-4e2e-823d-773921fbbb6b",name:"Rise Again",action:null,keywords:"",condition:"the first time the zombie hulk drops to 0 hit points",range:"",attack:null,description:"",details:"The zombie hulk makes a new initiative check. On its next turn, the zombie hulk rises (as a move action) with 44 hit points.",damage:"the zombie hulk rises (as a move action) with 44 hit points",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c0cf07ea-3b37-4f54-9ecf-cfbec8c57a15",name:"Abyssal Ghoul Horde",details:"",size:4,origin:1,type:2,keywords:"swarm, undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +21",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:17},charisma:{score:13},hp:240,initiative:16,ac:30,fortitude:34,reflex:33,will:29,regeneration:null,auras:[{id:"4912a23e-d916-4758-a85b-a64a4ff35617",name:"Swarm Attack",keywords:"",details:"aura 1; the abyssal ghoul horde makes a melee basic attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"466daac1-752c-4eb2-a26d-473dcf805ff3",name:"Horde of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d8+7 damage, and the target is immobilized (save ends). An immobilized target takes an extra 3d6 damage.",damage:"3d8+7 damage",category:1},{id:"880aa3c4-7782-49b2-a969-6c69f03a272e",name:"Sprays of Dead Blood",action:null,keywords:"Necrotic",condition:"when the horde is damaged",range:"Close burst 1",attack:{bonus:21,defence:2},description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:0},{id:"0090b3a7-062d-4aa6-b14c-8708a3a5e37f",name:"Ghoul Stragglers",action:null,keywords:"Necrotic",condition:"when the horde takes forced movement and when it is reduced to 0 hit points",range:"",attack:null,description:"",details:"Each square the ghoul horde formerly occupied now contains one abyssal ghoul hungerer, which acts just after the horde.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 damage from close and area attacks",immune:"disease, poison",tactics:""},{id:"0ff0b378-f1d9-4a5d-9553-132f20f6b96d",name:"Angel of Protection Shieldbearer",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +16",movement:"6",alignment:"Unaligned",languages:"Supernal",skills:"Insight +21, Intimidate +19",equipment:"greatsword; plate armor",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:21},intelligence:{score:16},wisdom:{score:23},charisma:{score:18},hp:197,initiative:17,ac:37,fortitude:33,reflex:31,will:32,regeneration:null,auras:[{id:"5ab2ac61-12ed-47a3-92c5-c61b8a2f6577",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of protection take a -2 penalty until the angel is bloodied."},{id:"7e22d031-47a4-4e8e-aa54-cdbcca97c552",name:"Angelic Shield",keywords:"",details:"aura 5; any enemy treats the area within the aura as difficult terrain as long as the angel’s angelic presence is active and the angel is within 5 squares of the angel of secrets."}],powers:[{id:"001e0cac-9f1e-4feb-a7c3-72f7ccbedb42",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+7 damage plus 10 radiant damage, and the target is marked until the end of the angel of protection’s next turn.",damage:"2d10+7 damage plus 10 radiant damage",category:1},{id:"19e46de7-c6aa-4125-b44a-0e53e35b8fb0",name:"Ward Angel of Secrets",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"When the angel is within 5 squares of the angel of secrets, the angel of secrets takes only half damage from melee and ranged attacks",attack:null,description:"",details:"the angel of protection takes the rest. While the angel is adjacent to the angel of secrets, the angel of secrets gains a +2 bonus to AC.",damage:"the angel of secrets gains a +2 bonus to AC",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1d80dd52-8067-48f6-904c-bb538696c8de",name:"Angel of Secret Legionaire",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +16",movement:"6, fly 9 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"chainmail",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:26},intelligence:{score:12},wisdom:{score:14},charisma:{score:22},hp:1,initiative:18,ac:35,fortitude:32,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"0cca6457-850f-4b09-ad55-6902a6bcda1d",name:"Shadowsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:1},{id:"89e04acd-cc9a-4216-8b65-594b11142441",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel deals an extra 5 damage to a target it has combat advantage against.",damage:"the angel deals an extra 5 damage to a target it has combat advantage against",category:0},{id:"e6f901f7-d749-4ac8-b345-8c5018eadf4d",name:"Shadow Play",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an attack misses the angel, it becomes insubstantial until the end of its next turn. The angel gains combat advantage against all enemies while it is insubstantial.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"5da2c019-2f67-466d-9430-3bb8097747ac",name:"Angel of Secrets",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"All",skills:"Arcana +22, History +22, Stealth +20",equipment:"chainmail",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:23},wisdom:{score:23},charisma:{score:27},hp:408,initiative:20,ac:36,fortitude:34,reflex:34,will:36,regeneration:null,auras:[{id:"7ace6ea8-4036-4575-90b5-e8615e0f7d18",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of secrets take a -2 penalty until the angel is bloodied; once bloodied, the penalty increases to -4."}],powers:[{id:"f0478bb2-2391-4d92-8a7b-0d84f2205ac1",name:"Memory Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d6+8 psychic damage, and the target can’t use encounter powers or daily powers until the end of the angel’s next turn.",damage:"3d6+8 psychic damage",category:1},{id:"54895ff9-4cb4-454c-a741-a21fcc704420",name:"Mind Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:3},description:"",details:"2d10+8 psychic damage, and the target is dazed until the end of the angel’s next turn.",damage:"2d10+8 psychic damage",category:1},{id:"f007a7cb-ae7f-4b5e-b90b-b2f7126664e5",name:"Roaring Revelation",action:{action:1,trigger:"encounter and when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Thunder",condition:"",range:"Close burst 5",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 2d10+8 psychic and thunder damage, and the target is stunned until the end of the angel’s next turn.",damage:"2d10+8 psychic and thunder damage",category:5},{id:"c15a6440-3b2d-4a31-ab08-602355041182",name:"Foresight",action:{action:5,trigger:"when attacked",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The angel of secrets teleports 4 squares and makes a memory blade attack.",damage:"The angel of secrets teleports 4 squares and makes a memory blade attack",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"8bb2091a-8867-4cc3-ab4f-da1106857454",name:"Angel of Shadow Legionnaire",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:14,ac:35,fortitude:35,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"c5e763cb-5584-43d6-a6a3-997dbc453694",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"1bb3e4a1-d257-42d8-8048-404c943cac66",name:"Angel of Vengeance Retaliator",details:"",size:3,origin:3,type:2,keywords:"angel",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"8, fly 12",alignment:"Unaligned",languages:"Supernal",skills:"Insight +22, Intimidate +23",equipment:"longsword; plate armor",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:20},intelligence:{score:19},wisdom:{score:25},charisma:{score:26},hp:486,initiative:15,ac:34,fortitude:34,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"1929283a-0c26-4945-8400-bf8b713ca120",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d10+9 damage plus 2d8 cold and fire damage.",damage:"1d10+9 damage plus 2d8 cold and fire damage",category:1},{id:"5f387ea7-4814-438a-b7b0-7f81b7229f17",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"The angel of vengeance makes two longsword attacks.",damage:"",category:1},{id:"5528551d-a695-41a4-a7d8-401777ec8d8e",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"the angel of vengeance places an invisible sign upon the target. Until the end of the encounter, as a move action, the angel of vengeance can teleport adjacent to the target.",damage:"",category:3},{id:"b7901c90-6d3d-4505-9eaf-dedc6a410130",name:"Coldfire Pillar",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Polymorph",condition:"",range:"Close burst 2",attack:{bonus:23,defence:2},description:"",details:"3d8+9 cold and fire damage. The angel of vengeance transforms into a 30-foot-high pillar of blue fire and is immune to all damage until the start of its next turn.",damage:"3d8+9 cold and fire damage",category:5},{id:"f957c3d8-b809-4470-ad39-e35d3eecfe3b",name:"Cloak of Vengeance",action:null,keywords:"Cold, Fire",condition:"until bloodied",range:"Attacks against the angel of vengeance take a -2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that hits the angel with a melee attack takes 2d8 cold and fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"409f287f-df20-4d1a-9d42-84d034c9105b",name:"Beholder Death Emperor",details:"",size:3,origin:0,type:1,keywords:"undead",level:22,role:{type:0,flag:2,leader:!1},senses:"Perception +20; all-around vision, darkvision",movement:"fly 5 (hover)",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:24},dexterity:{score:26},intelligence:{score:22},wisdom:{score:19},charisma:{score:28},hp:832,initiative:19,ac:34,fortitude:35,reflex:36,will:37,regeneration:null,auras:[{id:"2a5d6b19-5924-4cd0-a51d-4447409c1334",name:"Eyes of the Beholder",keywords:"",details:"aura 5; the beholder death emperor uses one random eye ray as a free action against any enemy within the aura at the start of that enemy’s turn."}],powers:[{id:"568939fd-fc4b-434f-8e36-f7ec548d4d98",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d4+12 damage.",damage:"3d4+12 damage",category:1},{id:"017d6aa7-61c0-4e3f-83cf-71d1f24a7154",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:27,defence:3},description:"",details:"the target is slowed and loses necrotic resistance until the end of the beholder death emperor’s next turn.",damage:"",category:3},{id:"2f71b77b-0062-4e3e-8318-d77ddd7e1492",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder death emperor uses up to two different eye ray powers (chosen from the list below). Each ray must target a different creature, and using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"786e1232-1123-4778-9c80-ac943bbb6acb",name:"Killing Look",action:{action:4,trigger:"when an enemy within 10 squares of the beholder death emperor fails a saving throw against ongoing damage",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets the triggering creature; the target loses 2 healing surges.",damage:"the target loses 2 healing surges",category:5}],damageModifiers:[{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f76972c2-bfa2-4684-af6c-756b6bd77bcc",name:"Blackstar Annihilator",details:"",size:2,origin:1,type:0,keywords:"",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +23; darkvision",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:28},intelligence:{score:8},wisdom:{score:24},charisma:{score:7},hp:168,initiative:20,ac:35,fortitude:34,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"f46777ad-52e8-40ec-9ed3-bdcbaf6a28b3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d6+8 damage, and ongoing 5 damage (save ends).",damage:"2d6+8 damage",category:1},{id:"33949c4b-c2e7-4694-aa19-1ad8bf6541e8",name:"Meteor Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"3d6+8 damage, and the target takes a -2 penalty to saving throws and ongoing 5 damage (save ends both).",damage:"3d6+8 damage",category:1},{id:"f879788c-dff0-4902-b4a4-0662deaabbc5",name:"Blackstar Fall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"4d6 + 8 damage, and the target is pushed 2 squares and knocked prone. Miss: The target is pushed 1 square. If the target cannot be pushed, the blackstar annihilator ends its move in an unoccupied square adjacent to the target. Secondary Attack: When it lands, the blackstar annihilator attacks: close burst 3",attack:{bonus:28,defence:1},description:"",details:"The blackstar annihilator can fl y 8 squares and enter an enemy’s space; targets enemies; +26 vs. Reflex; 2d6 + 8 damage, and the target is pushed 1 square and knocked prone. The burst area becomes difficult terrain.",damage:"2d6 + 8 damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2446d8db-062f-4e7d-91ba-447aa17e1414",name:"Blackstar Crawler",details:"",size:2,origin:1,type:0,keywords:"",level:20,role:{type:6,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8",alignment:"Evil",languages:"",skills:"Endurance +20, Stealth +22",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:24},intelligence:{score:3},wisdom:{score:22},charisma:{score:7},hp:188,initiative:19,ac:34,fortitude:32,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"85462fc2-c5bb-405a-938f-ba4120c8af40",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"dfdd3d55-d8a9-41ba-8c29-304f33a8bb8c",name:"Disengage",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blackstar crawler shifts up to 8 squares to end its move adjacent to an enemy other than the one that caused this reaction and makes a bite attack.",damage:"The blackstar crawler shifts up to 8 squares to end its move adjacent to an enemy other than the one that caused this reaction and makes a bite attack",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cadf0a5f-78ba-4c4a-9677-a098a1dd6704",name:"Blackstar Crusher",details:"",size:3,origin:1,type:0,keywords:"",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 5 (clumsy)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:25},intelligence:{score:4},wisdom:{score:24},charisma:{score:7},hp:275,initiative:19,ac:36,fortitude:36,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"9afb4286-2633-462c-b23c-a461254e3610",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d12+6 damage.",damage:"2d12+6 damage",category:1},{id:"35d5eb99-1d43-4e70-a3ff-e2dd33c5e2d2",name:"Meteoric Shockwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Close burst 3",attack:{bonus:25,defence:1},description:"",details:"2d12+12 force damage, and the target is pushed 4 squares and knocked prone.",damage:"2d12+12 force damage",category:1},{id:"140107f2-2999-4749-8a34-69985af92f88",name:"Focused Gravity",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"2d8+7 force damage, and the target is knocked prone.",damage:"2d8+7 force damage",category:1}],damageModifiers:[{type:3,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"65053146-aed8-41b2-92a7-a6fdb830fca1",name:"Blackstar Idol",details:"",size:3,origin:1,type:0,keywords:"",level:22,role:{type:3,flag:1,leader:!0},senses:"Perception +21; darkvision",movement:"fly 8 (hover), teleport 4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:13},intelligence:{score:10},wisdom:{score:30},charisma:{score:7},hp:420,initiative:12,ac:36,fortitude:34,reflex:27,will:36,regeneration:null,auras:[],powers:[{id:"29946430-d9c8-4dce-b772-96395cfea1ea",name:"Force Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d6+8 force damage.",damage:"2d6+8 force damage",category:1},{id:"b285bfca-2ddb-4212-a03f-079964967ab6",name:"Mindrip",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"1d10+8 psychic damage, and the target is slowed (save ends).",damage:"1d10+8 psychic damage",category:3},{id:"6271c250-b3bf-4635-b8d0-d82296b08859",name:"Blackstar Nova",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is pushed 2 squares and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"4d6+8 psychic damage",category:5},{id:"4fcfec92-c76e-4aa4-9dd5-faef550be39c",name:"Mindquake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is dazed (save ends).",damage:"4d6+8 psychic damage",category:1},{id:"f7e546cf-5e9e-489a-bd34-3e466ba8b314",name:"Animate Blackstar",action:{action:1,trigger:"at-will or encounter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The idol targets the remains of a fallen blackstar creature and imbues it with energy. As an at-will power, the fallen blackstar rises as a blackstar pawn. If the blackstar idol targets a blackstar pawn as an encounter power, it becomes a blackstar knight.",damage:"",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa3901cb-f68d-4ed6-ae11-7618a695b977",name:"Blackstar Idol of Timesus",details:"",size:3,origin:1,type:0,keywords:"",level:22,role:{type:3,flag:1,leader:!0},senses:"Perception +21; darkvision",movement:"fly 8 (hover), teleport 4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:13},intelligence:{score:10},wisdom:{score:30},charisma:{score:7},hp:420,initiative:12,ac:36,fortitude:34,reflex:27,will:36,regeneration:null,auras:[{id:"b0f214e3-181c-4ac9-9cf5-fe4f1b0f8500",name:"Blackstar Pulse",keywords:"",details:"(Healing) aura 3; enemies that start their turns within the aura take 10 damage, and blackstar host that start their turns within the aura heal 10 hit points."}],powers:[{id:"7e9db39c-dc31-4e9c-b879-ab4ad71701fc",name:"Force Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d6+8 force damage.",damage:"2d6+8 force damage",category:1},{id:"922c0a33-d66c-499b-b2c4-c228fcf804be",name:"Mindrip",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"1d10+8 psychic damage, and the target is slowed (save ends).",damage:"1d10+8 psychic damage",category:3},{id:"1a4e76ef-6c64-4899-acfb-dfe7e2be1039",name:"Blackstar Nova",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is pushed 2 squares and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"4d6+8 psychic damage",category:5},{id:"9ecf6205-274c-4c06-891a-1fe009cbe5c0",name:"Mindquake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 4d6+8 psychic damage, and the target is dazed (save ends).",damage:"4d6+8 psychic damage",category:1},{id:"7d6a0d02-690d-461c-ab39-128cb45d4a2a",name:"Animate Blackstar",action:{action:1,trigger:"at-will or encounter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The idol targets the remains of a fallen blackstar creature and imbues it with energy. As an at-will power, the fallen blackstar rises as a blackstar pawn. If the blackstar idol targets a blackstar pawn as an encounter power, it becomes a blackstar knight.",damage:"",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08e97a21-0427-4170-b6d6-8d8e0cbc9f86",name:"Blackstar Pawn",details:"",size:2,origin:1,type:0,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:24},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:18,ac:37,fortitude:37,reflex:36,will:31,regeneration:null,auras:[],powers:[{id:"86120170-98b2-4f84-a33a-e0587d747fbf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 damage (crit 18 damage).",damage:"12 damage (crit 18 damage)",category:1},{id:"8b02340f-a70b-44b6-b8e2-f2fd091b5bd1",name:"Blackstar Ricochet",action:{action:4,trigger:"when a blackstar pawn within 5 squares is reduced to 0 hit points",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"The blackstar pawn shifts 3 squares and collides with an enemy; 8 damage.",damage:"8 damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1557acc7-5d99-4174-aa0d-074944affbd7",name:"Blackstar Prowler",details:"",size:2,origin:1,type:0,keywords:"",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"",skills:"Endurance +22, Stealth +25",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:28},intelligence:{score:3},wisdom:{score:22},charisma:{score:7},hp:214,initiative:22,ac:37,fortitude:33,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"3da23744-b199-4e63-9767-a96560d94753",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+8 damage, or 2d10+13 damage against a prone target.",damage:"2d10+8 damage",category:1},{id:"aba62523-68f9-4cc4-b345-194a4bb145b1",name:"Blackstar Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"The prowler makes a charge attack; 3d10+10 damage, and the target is knocked prone. When the target stands up, it provokes opportunity attacks from adjacent blackstar prowlers.",damage:"3d10+10 damage",category:1},{id:"e34794fd-3b02-4c28-af65-7a9ff81691cd",name:"Pounce on the Fallen",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blackstar prowler teleports up to 8 squares to end its move adjacent to a prone enemy.",damage:"The blackstar prowler teleports up to 8 squares to end its move adjacent to a prone enemy",category:2}],damageModifiers:[{type:3,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ecd0c38-0586-4b3a-a59d-d43520262c22",name:"Blaspheme Disciple Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:0,flag:0,leader:!0},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Heal +19, Religion +17",equipment:"holy symbol",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:136,initiative:14,ac:31,fortitude:29,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"81b6eaea-efe4-4f75-99cb-09f7a96711e8",name:"Unholy Smite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d10+10 necrotic damage.",damage:"1d10+10 necrotic damage",category:1},{id:"d66cc91d-6022-421c-8cc0-78ee45304cd8",name:"Unholy Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"1d12+12 necrotic damage, and the target takes a -2 penalty to attack rolls until the end of the blaspheme disciple’s next turn.",damage:"1d12+12 necrotic damage",category:1},{id:"f613d9ea-1790-4591-b661-c68d709e11af",name:"Words of Undeath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 3d6+12 necrotic and psychic damage. In addition, undead allies within the burst regain 10 hit points.",damage:"3d6+12 necrotic and psychic damage",category:1}],damageModifiers:[{type:6,value:-15},{type:7,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"3d7ff72a-819c-4ac5-a35f-a5193c1795e9",name:"Blaspheme Fragment Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:17},charisma:{score:13},hp:1,initiative:16,ac:33,fortitude:32,reflex:31,will:27,regeneration:null,auras:[],powers:[{id:"d8412b89-12b9-462f-a557-51f2941c298e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"12 damage, and the target is slowed (save ends).",damage:"12 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:7,value:-15}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"fdcfff18-c21b-458a-a044-3b61dc5826e5",name:"Blaspheme Imperfect Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:18},intelligence:{score:14},wisdom:{score:19},charisma:{score:12},hp:214,initiative:13,ac:31,fortitude:32,reflex:29,will:29,regeneration:null,auras:[{id:"a6b52ece-2c73-4cb0-8426-5d75b5b61c7b",name:"Life Sap",keywords:"",details:"(Healing, Necrotic) aura 1; any living enemy that starts its turn within the aura takes 5 necrotic damage. Each round, if at least one enemy is damaged by the aura, the blaspheme imperfect keeper regains 5 hit points."}],powers:[{id:"be4fdb29-9cd8-4dc0-a301-09e0c247b8ed",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d12+11 necrotic damage.",damage:"2d12+11 necrotic damage",category:1},{id:"3740bcd4-4deb-45e7-bd0b-e5e7c81199ea",name:"Deadly Clutch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Requires free hand; 2d12+11 necrotic damage, and the target is grabbed.",damage:"2d12+11 necrotic damage",category:1},{id:"91fd633b-d1bf-4d62-8a08-ec63ea930623",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Targets a creature grabbed by the blaspheme imperfect keeper; 2d10+9 necrotic damage, and the target loses a healing surge, and the blaspheme imperfect keeper regains 15 hit points.",damage:"2d10+9 necrotic damage",category:1},{id:"8829ee0a-cbab-482d-ba2f-e14932a49e13",name:"Bloodied Degeneration",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The blaspheme imperfect keeper’s body begins to degenerate, and it enters a state of bloodlust. The blaspheme gains vulnerable 5 to all damage and deals 3d6 extra damage on a hit.",damage:"the blaspheme gains vulnerable 5 to all damage and deals 3d6 extra damage on a hit",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"7820fbf6-2fe4-4eb6-a366-3522bfa4dce1",name:"Blaspheme Knight Keeper",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:19,role:{type:7,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"greatsword",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:20},intelligence:{score:14},wisdom:{score:10},charisma:{score:20},hp:182,initiative:16,ac:35,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"a076beab-efc7-4258-b501-ce6d6cee21fc",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d12+13 damage, and the target is marked until the end of the blaspheme knight keeper’s next turn.",damage:"1d12+13 damage",category:1},{id:"50ca8ed0-652f-4903-a96a-b7d34dc5517c",name:"Sweeping Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:24,defence:0},description:"",details:"Requires greatsword; 2d12+13 damage, and the target is marked until the end of the blaspheme knight’s next turn.",damage:"2d12+13 damage",category:1},{id:"8c041db7-1d39-43aa-b63a-c57c3d72f3a1",name:"Blasphemous Might",action:null,keywords:"",condition:"when a creature marked by the blaspheme knight makes an attack that doesn’t include the knight",range:"",attack:null,description:"",details:"Until the end of its next turn, the blaspheme knight deals 3d10 extra necrotic damage when it hits the marked creature.",damage:"the blaspheme knight deals 3d10 extra necrotic damage when it hits the marked creature",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bf17c94d-9d69-417b-9d2b-70790298bdb9",name:"Blood Fiend Martyr",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +18; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:26},intelligence:{score:22},wisdom:{score:24},charisma:{score:27},hp:1,initiative:19,ac:37,fortitude:36,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"9eabd6e0-603f-4f44-9047-a948779007ef",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"15 damage, and the target is grabbed and takes ongoing 10 damage until the grab ends.",damage:"15 damage",category:1},{id:"cb895277-c227-4a90-ae41-96191919ba4c",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood fiend martyr gains combat advantage against any living, bloodied enemy.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"17c392e4-5eea-4f2a-aa2a-51cbcb9186ca",name:"Bone Naga Corruptor",details:"",size:3,origin:3,type:1,keywords:"undead",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common, Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:22},intelligence:{score:10},wisdom:{score:25},charisma:{score:3},hp:199,initiative:18,ac:37,fortitude:33,reflex:33,will:34,regeneration:null,auras:[{id:"2a5240a1-54ad-493e-966b-c7a0556d29c5",name:"Lethal Fascination",keywords:"",details:"aura 5; the aura is difficult terrain for enemies."}],powers:[{id:"aa1f7ef2-8f06-40d2-8458-3b0e651ae342",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d6+7 poison and necrotic damage, and ongoing 10 poison and necrotic damage (save ends). Aftereffect: The target is dazed until the end of the bone naga’s next turn. In addition, a target is marked as long as it suffers any effect from the bite.",damage:"2d6+7 poison and necrotic damage",category:1},{id:"dd5950c5-44ff-45e7-87a1-b1d0716b84b5",name:"Death Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"Close burst 3",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 2d6+7 necrotic and psychic damage, and the target is marked (save ends) and pulled 1 square closer to the bone naga.",damage:"2d6+7 necrotic and psychic damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"574fa692-fb31-497e-acb3-92bf424653a5",name:"Bonestorm",details:"",size:4,origin:4,type:0,keywords:"blind, swarm, undead",level:20,role:{type:3,flag:2,leader:!1},senses:"Perception +16; blindsight 20",movement:"8, burrow 8, fly 8",alignment:"Unaligned",languages:"",skills:"Stealth +20",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:20},intelligence:{score:4},wisdom:{score:23},charisma:{score:8},hp:752,initiative:15,ac:34,fortitude:32,reflex:29,will:30,regeneration:null,auras:[{id:"9506039f-5462-4f8b-a457-012b4f042d44",name:"Swarm Attack",keywords:"",details:"aura 1; any enemy that starts its turn within the aura takes 10 damage."}],powers:[{id:"b324dfb2-446b-49d7-96a3-cb488d9a1955",name:"Bone Trash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+9 damage (2d12+10 damage while bloodied).",damage:"2d10+9 damage (2d12+10 damage while bloodied)",category:1},{id:"89be092f-dc1a-4394-a931-2d8f0f49715d",name:"Bonestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:23,defence:2},description:"",details:"3d10+9 necrotic damage, and the target is grabbed. At the start of a grabbed target’s turn, it takes 15 necrotic damage. While grabbed, a target cannot be hit by another bonestorm.",damage:"3d10+9 necrotic damage",category:1},{id:"fd296b88-cb76-4c75-a87c-38da0a5f7fa5",name:"Soul Plague",action:{action:7,trigger:"when first bloodied and when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 20",attack:{bonus:21,defence:1},description:"",details:"targets enemies; the target is weakened (save ends) and loses a healing surge. Miss: The target is weakened until the end of its next turn and does not lose a healing surge.",damage:"",category:5},{id:"900b2fbf-3cb7-4ed1-94ca-21a9a3f3692f",name:"Hide in Plain Sight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While inactive, the bonestorm appears as rubble and remains. It can make a Stealth check to remain unnoticed until it takes an action.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, gaze, poison",tactics:""},{id:"e22813b3-91d4-4c14-a8c6-fb0df1af432a",name:"Dawn War Ghost",details:"This shadowy spirit wears the form of a regal male eladrin in ancient robes. Its hollow eyes are wide with madness.",size:2,origin:5,type:2,keywords:"undead",level:23,role:{type:3,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +24",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:26},intelligence:{score:12},wisdom:{score:8},charisma:{score:24},hp:148,initiative:19,ac:37,fortitude:32,reflex:35,will:34,regeneration:null,auras:[{id:"0a883fab-4380-44c9-ba60-6a8eb6e30a11",name:"Memories of War",keywords:"",details:"aura 3; enemies that enter or start their turns in the aura take 10 psychic damage and is slowed. The area is filled with ghostly images and sounds of the ghost’s memories of the Dawn War."}],powers:[{id:"b1ceb40a-7dec-459a-9bc6-096f738e394b",name:"Trauma Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+9 psychic damage, and the target is dazed until the end of the ghost’s next turn.",damage:"2d6+9 psychic damage",category:1},{id:"46ea6d6b-c546-45f9-beb4-4556a3fd8e2c",name:"Traumatic Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"",attack:{bonus:26,defence:3},description:"",details:"Targets a living humanoid; the ghost enters the target’s space and is removed from play, and the target is dominated (save ends). The ghost can use this power against one creature at a time. Instead of dictating the target’s action, the ghost can cause the target to take no action and deal it 20 psychic damage. When the target is no longer dominated, or when the ghost chooses to end its ghostly possession (a free action), the ghost reappears in an unoccupied square adjacent to the target.",damage:"the ghost can cause the target to take no action and deal it 20 psychic damage",category:1},{id:"a13ed9ee-4afb-4752-805f-91a3f1551395",name:"Mortal Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, psychic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 1d8+9 psychic damage, the target is pushed 5 squares, and the target is dazed, and takes ongoing 10 psychic damage (save ends both).",damage:"1d8+9 psychic damage",category:1},{id:"8e767d3f-9831-40a6-bbbb-a98987a8744f",name:"Spectral Shift",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost shifts 3 squares.",damage:"The ghost shifts 3 squares",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a195c324-839c-4bb2-87a1-fc6955f7b5d5",name:"Death Knight Mauglurien",details:"",size:2,origin:4,type:2,keywords:"undead",level:23,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Dwarven",skills:"Athletics +22, Endurance +18, Intimidate +23",equipment:"light shield; plate armor",category:"",strength:{score:27},constitution:{score:19},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:422,initiative:14,ac:39,fortitude:35,reflex:31,will:34,regeneration:null,auras:[{id:"591ac358-afe3-4e8b-8de1-f3a056e0c9f7",name:"Undead Warlord",keywords:"",details:"aura 10; any ally within the aura gains +5 to initiative."}],powers:[{id:"63ed0c9d-e5a2-4698-9ec0-b9211a5acdf1",name:"Boneshredder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"2d10+10 necrotic damage (crit 5d12 + 30).",damage:"2d10+10 necrotic damage (crit 5d12 + 30)",category:1},{id:"088db415-d727-4361-bef1-6eed81627cc9",name:"Black Anvil",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"2d10+10 necrotic damage (crit 5d12 + 30 ), and an ally adjacent to target makes a melee basic attack against it as a free action with a +5 damage bonus.",attack:null,description:"",details:"Requires Boneshredder",damage:"",category:1},{id:"143b811c-f5c5-4d0b-920a-4049c97e23f5",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"undead creatures within the burst (including Mauglurien) deal an extra 2d6 fire damage with melee attacks until the end of Mauglurien’s next turn.",attack:{bonus:26,defence:2},description:"",details:"6d8+4 necrotic and fire damage to all living creatures",damage:"6d8+4 necrotic and fire damage to all living creatures",category:1},{id:"31ec30fe-76c2-4cbd-b265-b447de43e3e9",name:"Ebon Rider Banner",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll.",damage:"each ally in the burst regains 20 hit points and gains a +4 bonus to its next attack roll",category:1},{id:"1274683e-d820-4bab-ad43-84e0b37de0b9",name:"Shadow Weapon",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Mauglurien’s melee attacks target Reflex instead of AC until the start of his next turn.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bd3f6c0a-9ad8-4e66-87a0-173a03cc41ca",name:"Ebon Rider",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Athletics +20, Endurance +18, Intimidate +16",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:20},charisma:{score:15},hp:170,initiative:14,ac:34,fortitude:31,reflex:28,will:30,regeneration:null,auras:[],powers:[{id:"5bec124f-9b35-42eb-a4de-c134203a5661",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"a2020091-e3de-4af5-8cb1-06aec2b7dd3e",name:"Death Mark",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"3d8+9 damage, and the target is marked (save ends). While marked, the target grants combat advantage.",damage:"3d8+9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b67acbc1-32e2-4cb6-8ea2-d989baa4fd6a",name:"Flameharrow Lord",details:"",size:2,origin:4,type:2,keywords:"undead",level:20,role:{type:3,flag:1,leader:!0},senses:"Perception +17; darkvision",movement:"6, teleport 5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:16},intelligence:{score:23},wisdom:{score:15},charisma:{score:26},hp:374,initiative:13,ac:34,fortitude:31,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"aa540e57-b1bf-4656-8e00-e0b578b4d99a",name:"Flameharrow Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+9 fire damage, and the target can’t spend healing surges until the end of the flameharrow’s next turn.",damage:"1d10+9 fire damage",category:1},{id:"79d18336-9df7-493f-a5cb-7b65c62db053",name:"Harrowing Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"(minor 1/round",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"2d8+5 psychic damage, and the target is pushed 4 squares. The target is dazed until the end of the flameharrow’s next turn.",damage:"2d8+5 psychic damage",category:1},{id:"17c938d0-2a86-4e7f-a51f-5e5a871a7d66",name:"Deadfire Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Gaze, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"targets enemies; 1d8+10 necrotic damage, ongoing 10 fire damage, and the target is immobilized (save ends both).",damage:"1d8+10 necrotic damage",category:3},{id:"8a9e0832-a712-472a-91b1-84525001aa72",name:"Death’s Salvation",action:{action:5,trigger:"when an undead ally is reduced to 0 hit points",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing",condition:"",range:"Ranged 10",attack:null,description:"",details:"targeted undead ally regains 25 hit points.",damage:"targeted undead ally regains 25 hit points",category:5}],damageModifiers:[{type:6,value:-20},{type:3,value:-25},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1e29a5d3-494f-4a9c-829a-48cdab824f98",name:"Ghostfire Flameskull",details:"",size:1,origin:4,type:0,keywords:"undead",level:22,role:{type:0,flag:0,leader:!1},senses:"Perception +15; truesight 6",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:10},constitution:{score:25},dexterity:{score:28},intelligence:{score:14},wisdom:{score:9},charisma:{score:26},hp:163,initiative:20,ac:34,fortitude:32,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"4d739f44-a2df-4e39-bcce-544b21819eb0",name:"Ghostfire Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"2d4+5 fire and necrotic damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d4+5 fire and necrotic damage",category:1},{id:"8bb61c6c-2660-4450-8d3b-f0ebc0ce816e",name:"Cremation Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d12+7 fire and necrotic damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d12+7 fire and necrotic damage",category:1},{id:"094a8b8d-2221-4f24-9b34-ecf57187836f",name:"Ghostfire Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 3 within 15",attack:{bonus:25,defence:2},description:"",details:"2d10+7 fire and necrotic damage. Miss: Half damage. The storm blocks line of sight, deals 10 fire and necrotic damage to any creature that starts its turn in the area, and disappears at the end of the flameskull’s next turn. The flameskull can exclude allies from the effect.",damage:"2d10+7 fire and necrotic damage",category:1},{id:"9d7b8ffd-1bf6-4c6f-b2f7-307dbb2cc424",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As mage hand (wizard 1).",damage:"",category:3}],damageModifiers:[{type:3,value:-20},{type:6,value:-10},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5d5a8ba6-8a82-4785-815a-7277b88a1810",name:"Ghovran Aki",details:"",size:2,origin:2,type:2,keywords:"undead",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Arcana +19, History +19, Religion +19",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:16},intelligence:{score:18},wisdom:{score:19},charisma:{score:27},hp:392,initiative:18,ac:35,fortitude:33,reflex:36,will:36,regeneration:{value:10,details:"if Ghovran takes radiant damage, regeneration doesn’t function until the end of his next turn"},auras:[{id:"315517dc-ffcd-4981-ad27-3d87fd0baf17",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living enemy that enters or starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"c02ea343-3102-4404-ac98-eea51a395c5f",name:"Deadwinter Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+7 cold and necrotic damage, and the target is slowed (save ends).",damage:"2d6+7 cold and necrotic damage",category:1},{id:"43945efc-9873-4e66-b493-956c88ae016c",name:"Deadwinter Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d8+7 cold and necrotic damage, and the target is immobilized (save ends).",damage:"3d8+7 cold and necrotic damage",category:1},{id:"80b6e53a-919b-4777-9a75-27b230528c7d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"Ghovran makes two deadwinter touch attacks or two deadwinter ray attacks.",damage:"",category:1},{id:"a3bd7806-43ed-443d-b532-509049fa8009",name:"Lifesapping Hate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 4d8+7 cold and necrotic damage, and the target takes ongoing 10 cold and necrotic damage (save ends). Ghovran gains 5 temporary hit points for each enemy he damages with this power.",damage:"4d8+7 cold and necrotic damage",category:1},{id:"8799e377-5438-40d6-bbb5-7a8fa9aa4d90",name:"Deadwinter Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Ghovran can teleport 5 squares. At the end of that move, enemies adjacent to him take 10 cold and necrotic damage.",damage:"enemies adjacent to him take 10 cold and necrotic damage",category:2},{id:"a09b1b33-57f6-498b-9478-8e3631a8d5d1",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Ghovran is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"28fdc88e-0db8-4e9c-81ff-b5b73319527d",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ghovran regains the use of an expended encounter power.",damage:"",category:3}],damageModifiers:[{type:6,value:-15},{type:2,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"17ee7231-8d1a-4978-a821-751b45d8667d",name:"Githyanki Dreamslicer",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +17, Insight +15",equipment:"",category:"",strength:{score:22},constitution:{score:22},dexterity:{score:25},intelligence:{score:17},wisdom:{score:12},charisma:{score:11},hp:128,initiative:16,ac:32,fortitude:29,reflex:30,will:24,regeneration:null,auras:[],powers:[{id:"f34dbbb6-714d-447b-b6cc-b0b83c30a798",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+5 damage plus 1d10 psychic damage.",damage:"1d8+5 damage plus 1d10 psychic damage",category:1},{id:"478008d9-5978-42a0-a76a-1841d704c41e",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"2d10+5 psychic damage.",damage:"2d10+5 psychic damage",category:1},{id:"3de347b3-482c-424a-a26e-6f373beb73dd",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki dreamslicer or an ally within range can fly up to 5 squares.",damage:"the githyanki dreamslicer or an ally within range can fly up to 5 squares",category:2},{id:"1ac46f59-c287-4f48-a41b-45dae2e782a2",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:21,defence:3},description:"",details:"1d8+5 psychic damage, and ongoing 5 psychic damage (save ends), and the target can’t use daily or encounter powers (save ends).",damage:"1d8+5 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"880d93d2-cc5f-4560-9c2f-61a5e8f5c40f",name:"Immolith Claw",details:"The spirits of deceased demons sometimes fuse together as they fall back into the Abyss that spawned them. The event is unpredictable, and the result is a horrid demonic entity called an immolith.",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:20,role:{type:3,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:18},intelligence:{score:9},wisdom:{score:16},charisma:{score:18},hp:193,initiative:14,ac:34,fortitude:35,reflex:32,will:32,regeneration:null,auras:[{id:"bce50968-bb69-4200-a18e-48f867f9d3ff",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn within the aura takes 10 fire damage."}],powers:[{id:"1d535e36-8016-4f79-97de-7bf72e03d8c7",name:"Flaming Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 4; 1d10+9 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d10+9 fire damage",category:1},{id:"2b747fea-6845-4648-8064-54167300c0cc",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The immolith claw makes a flaming claw attack against a Large or smaller target. On a hit, the target slides into a square adjacent to the immolith claw and is grabbed. While grabbed, the target loses any resistance it has to fire. An immolith claw can hold up to five grabbed creatures using this power.",damage:"",category:1},{id:"42db009e-710a-4dbb-b40b-8b8b171a2c7f",name:"Deathfire Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:3},description:"",details:"Range 10; the target is slowed (save ends). Aftereffect: The target takes ongoing 5 fire damage (save ends).",damage:"the target takes ongoing 5 fire damage (save ends)",category:3},{id:"a1921bbd-58d4-4edc-9646-005c3a988b2a",name:"Fiery Lash",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close burst 4",attack:{bonus:23,defence:0},description:"",details:"targets enemies; 1d10+9 fire damage, and ongoing 10 fire damage (save ends).",damage:"1d10+9 fire damage",category:5}],damageModifiers:[{type:9,value:10}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"68f05790-726b-4ee3-9277-9c4cd0a9429d",name:"Larva War Master",details:"",size:2,origin:4,type:1,keywords:"undead",level:23,role:{type:2,flag:1,leader:!1},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common",skills:"Acrobatics +22, Athletics +23, Intimidate +22",equipment:"plate armor",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:22},hp:528,initiative:19,ac:37,fortitude:37,reflex:35,will:34,regeneration:null,auras:[{id:"d40fc741-a38a-4402-abb5-abfef4cb43f6",name:"Tactical Feedback",keywords:"",details:"(Psychic) aura 6; any enemy within the aura takes 10 psychic damage when it shifts."}],powers:[{id:"b2dcb52e-e687-466c-915a-f48e849c37c7",name:"Mandible Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"3d10+8 necrotic damage.",damage:"3d10+8 necrotic damage",category:1},{id:"033c4ced-3507-4b28-98f0-f2577b62ae29",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The larva war master makes two mandible blade attacks.",damage:"",category:1},{id:"e1bcec7d-ff99-4b58-94ab-6c95c0d8f2dd",name:"Punishing Beetle",action:{action:4,trigger:"when a creature regains hit points",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 20",attack:{bonus:24,defence:1},description:"",details:"targets the triggering creature; 5d10+12 poison damage. Miss: Half damage.",damage:"5d10+12 poison damage",category:5},{id:"5e3a31fe-6b2f-4cf3-86cf-9c826f223d74",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva war master can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"74645cd5-28e0-4622-8197-d9b728fc4e59",name:"Petrified Treant",details:"",size:4,origin:2,type:1,keywords:"plant, undead",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:6},wisdom:{score:8},charisma:{score:18},hp:376,initiative:16,ac:34,fortitude:32,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"1eaf3b08-ad0d-406c-87b2-37a7189387fe",name:"Petrifying Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 2d12+8 damage, and the target is immobilized (save ends). First Failed Saving Throw: Target is restrained (save ends). Second Failed Saving Throw: Target is restrained and takes ongoing 5 necrotic damage (save ends). Third Failed Saving Throw: Target is petrified (no save).",damage:"2d12+8 damage",category:1},{id:"db0fccff-39d3-40b9-8eeb-c97d370c8f4a",name:"Petrifying Roots",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:23,defence:2},description:"",details:"1d12+8 damage and the target is knocked prone.",damage:"1d12+8 damage and the target is knocked prone",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45c50885-2bb1-4401-a4b0-93da92821b41",name:"Phane Wraith",details:"",size:3,origin:5,type:1,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +24; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Primordial, Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:25},dexterity:{score:28},intelligence:{score:28},wisdom:{score:25},charisma:{score:10},hp:315,initiative:21,ac:38,fortitude:36,reflex:38,will:36,regeneration:{value:15,details:"if the phane wraith takes radiant damage, regeneration is negated until the end of its next turn"},auras:[],powers:[{id:"7fbc60ab-75d3-4867-8388-5434308f9262",name:"Ghost Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+11 necrotic damage, and the target is pushed 2 squares, and is weakened until the end of the phane wraith’s next turn. The phane wraith can shift before and after the attack, up to a total of 4 squares.",damage:"2d10+11 necrotic damage",category:1},{id:"88e6ce76-ee1e-40be-9036-7fa4f0cd0dfd",name:"Ray of Temporal possibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d10+11 psychic damage, and the target is teleported 7 squares and restrained (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d10+11 psychic damage",category:1},{id:"292cd7a1-48e3-45f6-8e59-77af25fb447e",name:"Ghost Tempest",action:{action:1,trigger:"not usable when bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:25,defence:3},description:"",details:"1d10+11 necrotic damage, and the target is pushed 2 squares, and is weakened and insubstantial until the end of the phane wraith’s next turn. If possible, a time wraith appears in the target’s original space and enters the initiative order.",damage:"1d10+11 necrotic damage",category:5},{id:"80251409-569a-49ff-8b03-8ec7e56654d4",name:"Temporal Fugue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"By moving backward and forward in time, a phane wraith cancels one condition or type of ongoing damage effecting it.",damage:"a phane wraith cancels one condition or type of ongoing damage effecting it",category:3},{id:"011f8a4d-9805-442d-a25b-99d84db34083",name:"Dead to Time and Space",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The phane wraith is invisible and immune to all damage until it attacks or avoids the damage from an area or close attack.",damage:"the phane wraith is invisible and immune to all damage until it attacks or avoids the damage from an area or close attack",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"72588c0d-119c-43d9-b42a-380268196979",name:"Portal Thing",details:"",size:3,origin:5,type:0,keywords:"blind, ooze, undead",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +15; blindsight 20, tremorsense 20",movement:"0 immobile",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:18},intelligence:{score:1},wisdom:{score:18},charisma:{score:1},hp:520,initiative:15,ac:34,fortitude:38,reflex:32,will:32,regeneration:{value:20,details:"if the portal thing takes radiant damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"9eef6b6b-c74f-4041-a828-14a88c1ec085",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 4; 4d6+10 necrotic damage, and the target is pulled 1.",damage:"4d6+10 necrotic damage",category:1},{id:"f8514794-314d-4eda-8fef-d1653358fd22",name:"Death’s Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 4",attack:{bonus:21,defence:2},description:"",details:"targets enemies; 2d6+10 necrotic damage, and the target is pulled 1.",damage:"2d6+10 necrotic damage",category:1},{id:"ecd2ccc9-9886-4411-89c4-cbe551f9b81b",name:"Into the Thing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that enters or starts its turn in a square containing the portal thing takes 20 necrotic damage and is immobilized (save ends). A creature that dies in the portal thing is slowly dissolved over a 24-hour period.",damage:"a creature that enters or starts its turn in a square containing the portal thing takes 20 necrotic damage and is immobilized (save ends)",category:0},{id:"0c1af938-14b6-4f97-8b49-40bcc8d601f2",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The portal thing can make opportunity attacks against all enemies within its reach.",damage:"",category:0}],damageModifiers:[{type:1,value:-15},{type:3,value:-15},{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e05fff85-6e65-471a-8b9a-9cadbe5f1164",name:"Rakshasa Noble Huecuva",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +19; low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Arcana +20, Athletics +17, Bluff +21, Diplomacy +21, History +20, Insight +19, Intimidate +21",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:22},wisdom:{score:20},charisma:{score:24},hp:356,initiative:14,ac:33,fortitude:31,reflex:33,will:34,regeneration:{value:5,details:"damage from silver weapons negates regeneration until the end of the rakshasa noble huecuva’s next turn"},auras:[],powers:[{id:"fa6289ec-a75d-4c0d-bcac-25a1bde86838",name:"Unholy Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d6+3 damage, and the target takes ongoing 10 necrotic damage (save ends). When the target takes ongoing necrotic damage from this power, all adjacent living creatures take 5 necrotic damage.",damage:"1d6+3 damage",category:1},{id:"b973ae56-17e7-49ee-9ceb-f476eae56c2e",name:"Mind Twist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:23,defence:3},description:"",details:"3d6+7 psychic damage, and the target is dazed (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"d55df7b2-1e2d-43c2-acc9-518408ad1046",name:"Phantom Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 5 squares.",damage:"the target slides 5 squares",category:1},{id:"caaef9da-79e5-4cf0-8511-1cb33d4300a8",name:"Frightful Phantom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"4d8+7 psychic damage, the target is pushed 5 squares, and the target is stunned (save ends).",damage:"4d8+7 psychic damage",category:1},{id:"2c80437f-f3fa-4610-8a84-ebb02b358eb5",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa noble huecuva can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"4176a3b9-7bb2-4120-a9be-ea9df2e2040a",name:"Phantom Image",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of the rakshasa noble huecuva’s next turn, any creature that attacks the rakshasa’s AC or Reflex defense must roll twice and use the lower attack roll result. If either result is a critical hit, use that result instead.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98b4f38c-9f13-45d6-abb7-f74e41f1e7fa",name:"Shadowclaw",details:"",size:3,origin:5,type:1,keywords:"mount, undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:18},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:1,initiative:13,ac:33,fortitude:36,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"ddd53229-51f8-470b-80ab-a4a27647dedd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"8 damage (12 damage after reanimation).",damage:"8 damage (12 damage after reanimation)",category:1},{id:"5305ff81-25ee-4465-a0d7-e897fef5f08f",name:"Charger",action:null,keywords:"Mount",condition:"while mounted by a friendly rider",range:"",attack:null,description:"",details:"Shadowclaw grants rider +10 to damage rolls on charge attacks.",damage:"shadowclaw grants rider +10 to damage rolls on charge attacks",category:0},{id:"7d7ef063-9ac3-49b3-8e14-729837dfe31a",name:"Reanimation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"On the turn after it is first reduced to 0 hit points, the shadowclaw rises again with 1 hit point.",damage:"the shadowclaw rises again with 1 hit point",category:0},{id:"ffe0a1a3-74cf-4eda-b17e-b2b1e30e4a63",name:"Shadow Jump",action:{action:2,trigger:"recharges with reanimation",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Shadowclaw teleports 3 squares and becomes immune to all damage until the start of its next turn.",damage:"shadowclaw teleports 3 squares and becomes immune to all damage until the start of its next turn",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"67fa32e5-db57-44f1-8218-ba1d722e5f9b",name:"Shadowclaw Nightmare",details:"",size:3,origin:5,type:1,keywords:"mount, undead",level:21,role:{type:6,flag:0,leader:!1},senses:"Perception +19",movement:"8",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:30},dexterity:{score:22},intelligence:{score:4},wisdom:{score:18},charisma:{score:12},hp:206,initiative:18,ac:34,fortitude:34,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"04421497-eaf3-46b0-be93-29eeb03b4ce5",name:"Shadowclaws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+7 necrotic damage, and ongoing 10 cold damage (save ends). (Damage increases to 2d8 + 9 after reanimation.).",damage:"2d6+7 necrotic damage",category:1},{id:"aff41bea-26bb-48ee-a360-11963ac4e615",name:"Shadowride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"Shadowclaw moves its speed. Each creature that makes a melee attack against the shadowclaw during this move takes 15 cold and necrotic damage. Each square the shadowclaw leaves is filled with swirling shadows until the end of the shadowclaw’s next turn. A living creature that enters an affected square is blinded (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"315fcd2c-ffbf-4645-bcce-63bb1769de36",name:"Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 20th level or higher",range:"",attack:null,description:"",details:"Shadowclaw grants rider +15 to damage rolls on charge attacks.",damage:"shadowclaw grants rider +15 to damage rolls on charge attacks",category:1},{id:"65f0c3fe-8118-4244-8298-7043a8a3c34d",name:"Reanimation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"On the turn after it is first reduced to 0 hit points, a shadowclaw rises again with 25 hit points.",damage:"a shadowclaw rises again with 25 hit points",category:0},{id:"524df30e-48f1-42da-977d-2e1e75245039",name:"Shadow Jump",action:{action:2,trigger:"recharges with reanimation",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Shadowclaw teleports 5 squares and becomes immune to all damage until the start of its next turn.",damage:"shadowclaw teleports 5 squares and becomes immune to all damage until the start of its next turn",category:5}],damageModifiers:[{type:6,value:-20},{type:2,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d186c6c8-342d-4d8c-9ba0-9d02f27b8d30",name:"Shonvurru",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +19, History +19, Insight +21, Stealth +25",equipment:"scimitar",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:440,initiative:22,ac:38,fortitude:34,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"a3b6b85c-e7b6-449a-ae43-d92c95281596",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d10+9 damage (crit 6d10+29), and ongoing 10 necrotic damage (save ends).",damage:"2d10+9 damage (crit 6d10+29)",category:1},{id:"8abb37c2-84b7-4283-ab19-37825a523c57",name:"Deadly Steel Mantle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Shonvurru makes two scimitar attacks and uses two scimitars to parry incoming attacks, gaining a +2 bonus to AC until the start of her next turn.",damage:"gaining a +2 bonus to AC until the start of her next turn",category:1},{id:"d76b99f1-a8ac-4fc5-9e97-b08df4384965",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemy misses shonvurru with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Shonvurru makes a scimitar attack against the enemy.",damage:"",category:5},{id:"065fdfea-2536-4900-9b0b-9788566ba822",name:"Wraith Dance",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Shonvurru can shift 4 squares, including through enemy spaces, and make up to four scimitar attacks, shifting 1 extra square each time she hits. She gains insubstantial and phasing while shifting this way, and deals 5 necrotic damage to any creature whose space she shifts through. She must end the dance in an unoccupied space.",damage:"and deals 5 necrotic damage to any creature whose space she shifts through",category:5}],damageModifiers:[{type:6,value:-10}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2b278539-d3ad-40d9-b15d-4e9133dad6e1",name:"Sorrowsworn Doomguard",details:"",size:2,origin:5,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Intimidate +20",equipment:"scythe",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:26},intelligence:{score:14},wisdom:{score:18},charisma:{score:21},hp:198,initiative:20,ac:37,fortitude:33,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"188d3a6d-78fd-4953-ba87-125749743a01",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d4+9 damage, and the target is marked until the end of the sorrowsworn doomguard’s next turn.",damage:"4d4+9 damage",category:1},{id:"468a3ebc-1956-4f86-aa63-2a49ba27fae6",name:"Shadow Reap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"Requires scythe; targets an enemy marked by a sorrowsworn doomguard; 4d4+15 psychic damage, the target is immobilized and marked—both until the end of the sorrowsworn doomguard’s next turn. If this attack reduces a target to 0 or fewer hit points, the sorrowsworn doomguard gains 20 temporary hit points.",damage:"4d4+15 psychic damage",category:1},{id:"63eae8a4-ca69-4f3f-b373-9e8825bb6015",name:"Doomguard Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn doomguard teleports 8 squares.",damage:"The sorrowsworn doomguard teleports 8 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e4968d29-ead3-4093-8c0e-aea946d69f71",name:"Sorrowsworn Fleshripper",details:"",size:2,origin:5,type:2,keywords:"",level:21,role:{type:6,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Stealth +23",equipment:"spiked gauntlet",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:23},charisma:{score:18},hp:196,initiative:20,ac:35,fortitude:32,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"d70912bd-71dc-4946-ab97-788b30c37894",name:"Spiked Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+11 damage.",damage:"2d6+11 damage",category:1},{id:"58e53774-7114-4457-ad0d-c58450107f3f",name:"Bereaving Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn fleshripper teleports 5 squares and makes a spiked gauntlet attack with combat advantage.",damage:"The sorrowsworn fleshripper teleports 5 squares and makes a spiked gauntlet attack with combat advantage",category:1},{id:"d31a14df-66e2-49cf-88ac-d8a8379849de",name:"Corpse Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn initiate fleshripper shifts 8 squares and makes three spiked gauntlet attacks at any point during the move, dealing an extra 1d8 psychic damage on each attack. Each attack must be made against a different target.",damage:"dealing an extra 1d8 psychic damage on each attack",category:1},{id:"30b87ad9-0249-44dc-820b-45fd1da962a5",name:"Combat Advantage",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn fleshripper deals an extra 2d8 psychic damage to a target it has combat advantage against.",damage:"the sorrowsworn fleshripper deals an extra 2d8 psychic damage to a target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3881308c-ad76-4bd4-b055-aac1987d358f",name:"Time Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +13; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:22},dexterity:{score:25},intelligence:{score:6},wisdom:{score:6},charisma:{score:20},hp:1,initiative:17,ac:36,fortitude:32,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"01717bf6-9558-4884-9889-2c5fba4cd3eb",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1},{id:"0948d38e-fbef-46a8-ad86-56d24fc31489",name:"Spiritual Connection",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The time wraith marks the target from which it was created until the time wraith is destroyed, or the mark is otherwise superseded or ended. A target cannot produce another time wraith while so marked. When the time wraith is reduced to 0 hit points, the target from which it originated is dazed until the end of that target’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a83091d6-755f-4165-a418-99d86c28152c",name:"Uganon",details:"",size:2,origin:4,type:2,keywords:"",level:21,role:{type:0,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +22, Bluff +22, Religion +22, Stealth +19",equipment:"magic armor; feyleather armor; pact blade; potion of recovery",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:18},intelligence:{score:24},wisdom:{score:16},charisma:{score:24},hp:304,initiative:14,ac:33,fortitude:33,reflex:35,will:35,regeneration:null,auras:[{id:"b8192bc6-d217-4a5c-9f4b-b22979255ec4",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"359ba0bf-d440-451b-94b8-0a49abd60173",name:"Pact Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"(+29 against bloodied enemies)2d4+6 damage plus 2d6 necrotic damage (crit 5d6+14 +12 necrotic).",damage:"(+29 against bloodied enemies)2d4+6 damage plus 2d6 necrotic damage (crit 5d6+14 +12 necrotic)",category:1},{id:"31c9ab5a-01d6-44a1-9f2e-867df69ebdc5",name:"Ghoulish Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:26,defence:3},description:"",details:"2d8+7 necrotic damage (crit 5d6 + 23 necrotic), and the target is immobilized (save ends).",damage:"2d8+7 necrotic damage (crit 5d6 + 23 necrotic)",category:1},{id:"f9e660d4-da45-4d63-8c12-5ad056eeea5f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uganon makes either two pact blade or two ghoulish ray attacks.",damage:"",category:1},{id:"617bc52e-fd1c-4b53-bf30-391fdfe82f67",name:"Thantos Pall",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 5 within 20",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d4+7 necrotic damage. Enemies treat the area as lightly obscured. A creature that enters or starts its turn within the zone is attacked. As a move action, Uganon can move the zone 3 squares. Sustain Minor: The zone persists.",damage:"2d4+7 necrotic damage",category:5},{id:"fbfa5fb4-5163-41f3-8e7b-f25a39daf4e7",name:"Uganon’s Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Targets closest enemy; the curse remains in effect until either the target or Uganon is destroyed. Once per round, Uganon can deal an extra 4d6 necrotic damage to a cursed target he hits with an attack. Cursed targets that make an attack against Uganon take 5 necrotic damage.",damage:"uganon can deal an extra 4d6 necrotic damage to a cursed target he hits with an attack",category:3},{id:"573121ac-159b-4401-ba1a-4b4facbf9299",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Uganon gains a +1 power bonus to his next attack roll against an enemy that hit him since his last turn. If the attack hits and deals damage, Uganon deals an extra 7 damage, and the target is pushed 3 squares.",damage:"if the attack hits and deals damage",category:3},{id:"c27e887b-8b8e-4179-adf6-e9b498bb3055",name:"Wraith’s Transposition",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"Uganon teleports 8 squares and becomes insubstantial until the end of his next turn. He can teleport into a space occupied by an ally or a cursed target, switching places with that target. A cursed enemy takes 10 necrotic damage from this switch.",damage:"a cursed enemy takes 10 necrotic damage from this switch",category:3}],damageModifiers:[{type:3,value:-15},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d45bf619-0cbe-4a96-b83b-c38f33287cdc",name:"Undead Goristro",details:"",size:4,origin:1,type:2,keywords:"demon, undead",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:14},intelligence:{score:6},wisdom:{score:17},charisma:{score:8},hp:500,initiative:12,ac:33,fortitude:36,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"8de03c81-4f50-4258-b476-f0cf42d19652",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d12+10 damage.",damage:"2d12+10 damage",category:1},{id:"4fc1309b-e5ee-4bcc-a0e1-688dc7085abd",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The undead goristro makes two slam attacks.",damage:"",category:1},{id:"1c48c132-736c-4f5c-90f7-bb54027c1fc8",name:"Deadly Rampage",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The undead goristro moves its speed and can move through enemy spaces. Each time it enters a creature’s space, it makes a gore attack; 2d10+10 damage, and the target is pushed 2 squares and knocked prone. The goristro must end its move in an unoccupied space.",damage:"2d10+10 damage",category:5},{id:"5cf0f67a-7771-4350-955e-f3731737de14",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The undead goristro makes a charge attack; 3d12+10 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d12+10 damage",category:1},{id:"2befa758-a068-4b87-bf7a-316a9ec90485",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The undead goristro makes a frenzied gore attack against the enemy; 2d10+10 damage.",damage:"2d10+10 damage",category:5}],damageModifiers:[{type:6,value:-20},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"93813391-e084-4992-bbe0-ec47ab22d183",name:"Worm of Ages",details:"",size:4,origin:5,type:1,keywords:"blind, undead",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +19; blindsight 10, tremorsense 20",movement:"8, burrow 4 (tunneling)",alignment:"Unaligned",languages:"",skills:"Stealth +22",equipment:"",category:"",strength:{score:28},constitution:{score:29},dexterity:{score:20},intelligence:{score:2},wisdom:{score:25},charisma:{score:6},hp:916,initiative:17,ac:38,fortitude:36,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"afb9082f-d4ca-4bea-bb33-34cb0d4504fe",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and the target is grabbed (escape ends). Place a grabbed target in the maw. While the worm has a target grabbed, it cannot bite and no creature can enter the maw. The maw adjoins the throat. If a creature moves into the maw from the throat without being grabbed, it can shift to an unoccupied space adjacent to the worm.",damage:"2d10+9 damage",category:1},{id:"fd9060d3-56d5-48c0-8f61-b88bbf6890d7",name:"Gulping Bite",action:{action:1,trigger:"recharges when the worm is bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:28,defence:2},description:"",details:"2d10+9 damage, and the target is grabbed (escape ends). Place a grabbed target in the maw. Miss: Half damage, and the target is pushed 2 squares and knocked prone, but not grabbed.",damage:"2d10+9 damage",category:5},{id:"f8f4182a-4e9c-4e70-9174-b488e05a1fff",name:"Sections",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The inside of each section of the worm—maw, throat, gullet, and stomach—is 2-by-2 squares and dark. A creature inside the worm but not swallowed has combat advantage against the worm. Moving from a section deeper in the worm to a section closer to the maw requires a move action and a DC 24 Strength check. Moving deeper into the worm requires only a move action.",damage:"and stomach—is 2-by-2 squares and dark",category:0},{id:"706a73bd-d53d-4141-a4cc-c9cb20c886e4",name:"Maw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"1d12 + 4 damage, and the target is swallowed. The target is forced into the throat.",damage:"1d12 + 4 damage",category:3},{id:"d5cf8219-b44a-4f95-a3d3-6c5fdb26ff59",name:"Throat",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"1d12 + 4 damage, and the target is swallowed. The target is forced into the gullet.",damage:"1d12 + 4 damage",category:3},{id:"71c84c5b-0287-4b71-aec7-eb98180c2d33",name:"Gullet",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"1d12 + 4 damage, and the target is swallowed. The target is forced into the stomach.",damage:"1d12 + 4 damage",category:3},{id:"2b4cd9f9-3fcb-4c5d-bfec-02d074309dc6",name:"Stomach",action:null,keywords:"Acid, Necrotic",condition:"no action",range:"",attack:null,description:"",details:"At the start of its turn, a creature in the stomach takes 1d10 + 9 acid and necrotic damage, and the target is swallowed.",damage:"a creature in the stomach takes 1d10 + 9 acid and necrotic damage",category:0},{id:"700709af-143a-437c-9f57-fc55bfc68c1c",name:"Swallowed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A swallowed target is restrained (escape ends), and takes 1d12 + 4 damage at the start of each of its turns. The area of effect for its area and close attacks cannot extend beyond the section of the worm it currently occupies. If the target succeeds on an escape action, it ends the swallowed condition. If any target deals damage to the throat, gullet, or stomach, that target and all others in that same section of the worm gain a +2 bonus to escape rolls until the start of the worm’s next turn. Creatures outside the worm have no line of effect on creatures inside the worm. If the worm drops to 0 hit points, its flesh turns to dust in a matter of moments, freeing any creatures inside it.",damage:"and takes 1d12 + 4 damage at the start of each of its turns",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00d03f94-0034-4cc2-a5e6-fb45d17d2712",name:"Abhorrent Reaper Terror",details:"",size:3,origin:5,type:2,keywords:"undead",level:26,role:{type:7,flag:1,leader:!0},senses:"Perception +16; darkvision",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Common",skills:"Intimidate +25",equipment:"sickle",category:"",strength:{score:27},constitution:{score:20},dexterity:{score:21},intelligence:{score:18},wisdom:{score:16},charisma:{score:24},hp:472,initiative:20,ac:42,fortitude:38,reflex:35,will:37,regeneration:{value:15,details:"if an abhorrent reaper takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"50a4b73c-94c1-4042-9eb5-173d725997c2",name:"Aura of Ruin",keywords:"",details:"aura 5; any ally within the aura deals 1d6 extra necrotic damage with melee attacks."}],powers:[{id:"bb8b08f6-633c-4483-a7a5-8dc9cf9bc620",name:"Abhorrent Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+9 necrotic damage.",damage:"3d8+9 necrotic damage",category:1},{id:"f7c9f676-56e1-458e-83db-a0b870f68510",name:"Hateful Charge",action:{action:1,trigger:"requires sickle; usable only when charging",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+9 necrotic damage, and the target is knocked prone and is immobilized until the end of the abhorrent reaper’s next turn.",damage:"3d8+9 necrotic damage",category:5},{id:"9027365b-13a1-4466-b750-39b1c5624366",name:"Hate’s Cleave",action:{action:1,trigger:"requires sickle",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Close burst 2",attack:{bonus:31,defence:0},description:"",details:"targets enemies; 4d6+9 necrotic damage.",damage:"4d6+9 necrotic damage",category:5},{id:"18b5166e-bc9c-4b06-a85b-154a595989b1",name:"Bloodthirst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an abhorrent reaper bloodies an enemy, one of the abhorrent reaper’s allies can make a melee basic attack against the bloodied creature as a free action.",damage:"",category:0},{id:"fc2e3358-aa9d-44ca-bed8-4ebba3cbd735",name:"Umbral Phantasm",action:{action:5,trigger:"when the abhorrent reaper would take damage",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abhorrent reaper terror becomes insubstantial until it attacks or until the end of its next turn.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"b0da4e93-2ed5-4d51-8327-f59229998bee",name:"Abyssal Horde Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +17; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:16},hp:1,initiative:20,ac:40,fortitude:38,reflex:39,will:36,regeneration:null,auras:[{id:"2e0000c2-7e68-458b-a22b-2cd1decd7eb5",name:"Unending Hunger",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"6cb3fbda-9631-48f0-bac7-00cfdc6bca9b",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"14 necrotic damage, and the target is immobilized (save ends).",damage:"14 necrotic damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ed795264-ef46-44e2-bc6b-c6d7dd9618d6",name:"Balor Battlewhip",details:"",size:4,origin:1,type:2,keywords:"demon",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +22; truesight 6",movement:"8, fly 10 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Bluff +19, Insight +22, Intimidate +19",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:19},intelligence:{score:12},wisdom:{score:21},charisma:{score:14},hp:560,initiative:16,ac:38,fortitude:40,reflex:34,will:35,regeneration:null,auras:[{id:"eeeb5f40-3c75-40eb-84cd-58ee6037429e",name:"Flaming Body",keywords:"",details:"(Fire) aura 1 (aura 2 while the balor is bloodied); each enemy that starts its turn within the aura takes 10 fire damage (15 fire damage while the balor is bloodied)."}],powers:[{id:"37f2f68f-1d92-4341-bb3c-a7aedfcf5557",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d8+8 lightning damage, or 3d8+24 lightning damage on a critical hit.",damage:"2d8+8 lightning damage",category:1},{id:"4165c78c-d96b-4a3f-ba9b-a44022852fd8",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Reach 5; 3d6+3 fire damage, and ongoing 5 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"3d6+3 fire damage",category:1},{id:"b6013822-8a52-4083-9a5b-a77dfcdb7ff4",name:"Fire and Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor battlewhip makes a lightning sword attack and a flame whip attack.",damage:"",category:1},{id:"95d92c7b-5097-42a3-b3e7-bd1a52416cca",name:"Death Burst",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"The balor explodes in a burst of flame. The balor and its weapons are destroyed. Close burst 5",attack:{bonus:25,defence:2},description:"",details:"5d10 fire damage. Miss: Half damage.",damage:"5d10 fire damage",category:0},{id:"6e1f3820-c5d8-4a2e-9715-ea84d23bbf8d",name:"Demonic Accuracy",action:{action:7,trigger:"when the balor misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor rerolls the attack and gains a +5 bonus to the roll.",damage:"The balor rerolls the attack and gains a +5 bonus to the roll",category:5}],damageModifiers:[{type:3,value:-40}],resist:"15 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"740cdb63-603e-4d36-8b3f-9627557f890c",name:"Black Blood Bone Collector",details:"",size:4,origin:4,type:0,keywords:"blind, ooze, undead",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +12; tremorsense 20",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:36},constitution:{score:30},dexterity:{score:6},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:580,initiative:10,ac:37,fortitude:39,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"3642dd33-668a-4daf-aaff-fdd04721f372",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 4d6+11 necrotic damage.",damage:"4d6+11 necrotic damage",category:1},{id:"30e2cb2c-fc82-4873-9620-89489d5c4b47",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:26,defence:2},description:"",details:"3d6+11 necrotic damage, and the target is grabbed and loses a healing surge. The black blood bone collector regains 5 hit points for each healing surge a target loses in this way.",damage:"3d6+11 necrotic damage",category:1},{id:"2c436336-41e9-4e37-ac75-ba4b0475833a",name:"Lurch",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black blood bone collector shifts up to 3 squares.",damage:"The black blood bone collector shifts up to 3 squares",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"7244a7cc-27d9-41f3-a4a8-3f3a7a9d30d3",name:"Black Blood Hydra",details:"",size:5,origin:1,type:1,keywords:"reptile",level:26,role:{type:2,flag:2,leader:!1},senses:"Perception +22; all-around vision, darkvision",movement:"7, swim 14",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:32},dexterity:{score:22},intelligence:{score:4},wisdom:{score:18},charisma:{score:12},hp:992,initiative:19,ac:38,fortitude:40,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"1add9c60-2741-4508-ae29-2cc10d61e473",name:"Death Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 3d8+9 necrotic damage, and ongoing 15 necrotic damage (save ends).",damage:"3d8+9 necrotic damage",category:1},{id:"cf510423-8336-4fb7-b7f4-a0a85739beb4",name:"Acid Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 3d8+9 acid damage, and -2 to AC and Reflex (save ends).",damage:"3d8+9 acid damage",category:1},{id:"588596ae-0aad-49c0-b174-747692a58abb",name:"Blood Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Reach 3; 3d8+9 poison damage, and ongoing 15 poison (save ends).",damage:"3d8+9 poison damage",category:1},{id:"13b9d3c7-8fc2-441b-ac66-1e848f54edaf",name:"Black Blood Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Area burst 3 within 20",attack:{bonus:27,defence:2},description:"",details:"2d8+9 acid and necrotic damage, and the target is immobilized (save ends).",damage:"2d8+9 acid and necrotic damage",category:1},{id:"daa1d488-4c70-411e-9fc5-f87ad434d565",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The black blood hydra makes five bite attacks (either death bite, acid bite, or blood bite), and any additional bite attacks it gains from regenerating heads (up to eight attacks when reduced to 248 hit points or fewer).",damage:"and any additional bite attacks it gains from regenerating heads (up to eight attacks when reduced to 248 hit points or fewer)",category:1},{id:"c47d1f9f-d755-440a-9832-9d2080a71244",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the black blood hydra becomes dazed or stunned, it loses one attack while using hydra fury on its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"a173b7bd-138a-464e-9c0c-1e953662bae4",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a black blood hydra first reaches 744, 496, and 248 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional bite attack with hydra fury.",damage:"When a black blood hydra first reaches 744",category:0},{id:"ebe5e425-ffa7-4eb0-8065-e719427b76f3",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black blood hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:1,value:-20},{type:6,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"002b6218-3091-4a34-865f-ad85486e2fac",name:"Black Bloodspawn Devourer",details:"",size:2,origin:1,type:1,keywords:"blind, undead",level:25,role:{type:2,flag:0,leader:!1},senses:"Perception +19; blindsight 10",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:25},intelligence:{score:6},wisdom:{score:25},charisma:{score:15},hp:282,initiative:19,ac:37,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"9ca5c3ab-9339-4a24-989a-77c123343c79",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d10+10 necrotic damage.",damage:"3d10+10 necrotic damage",category:1},{id:"6b72b331-1eba-4a81-a095-bfadfd858333",name:"Devourer’s Tongue",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"Reach 3; the devourer makes three attacks against the same target; 1d10+5 necrotic damage. If one attack hits, the target is knocked prone. If two attacks hit, the target is knocked prone and dazed until the end of the black bloodspawn’s next turn. If all three attacks hit, the target is knocked prone, stunned until the end of the black bloodspawn’s next turn, and loses a healing surge.",damage:"1d10+5 necrotic damage",category:1},{id:"0dbfc764-8807-47f8-a32f-1ec75bd809db",name:"Hive Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn gains combat advantage against any target that is adjacent to two or more black bloodspawn.",damage:"",category:0},{id:"90c76c65-db2c-42f3-85f2-ad9f5bc60831",name:"Caustic Blood",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn devourer deals 10 necrotic damage to the attacker.",damage:"the black bloodspawn devourer deals 10 necrotic damage to the attacker",category:5}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0e3ff883-bc2c-430a-a5b0-56f7c5e2ff8f",name:"Black Bloodspawn Hunter",details:"",size:2,origin:1,type:1,keywords:"blind, undead",level:25,role:{type:6,flag:0,leader:!1},senses:"Perception +20; blindsight 10",movement:"8, swim 8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:28},intelligence:{score:6},wisdom:{score:26},charisma:{score:15},hp:229,initiative:23,ac:39,fortitude:37,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"b69d93ef-ceec-4fe4-ab44-a7eb7d6f7bff",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d6+10 necrotic damage, and the black bloodspawn shifts 1 square.",damage:"3d6+10 necrotic damage",category:1},{id:"5671ad91-0d01-4af4-86f2-3edabe418b74",name:"Black Blood Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 2; 2d8+5 necrotic damage, and ongoing 15 poison damage (save ends). The target cannot spend healing surges until it ends the ongoing damage. Miss: The black bloodspawn hunter shifts 3 squares.",damage:"2d8+5 necrotic damage",category:1},{id:"ed22e23c-a849-4022-ab41-10939a3c57f0",name:"Hunter’s Tongue",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 3; the hunter makes three attacks against the same target; 1d6+5 necrotic damage. If one attack hits, the target is knocked prone. If two attacks hit, the target is knocked prone and immobilized (save ends). If all three attacks hit, the target is knocked prone, immobilized, weakened (save ends both), and loses a healing surge.",damage:"1d6+5 necrotic damage",category:1},{id:"0d1285f9-110c-4dec-bf78-fcc287bfcad7",name:"Hive Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn gains combat advantage against any target that is adjacent to two or more black bloodspawn.",damage:"",category:0},{id:"1a13b0dd-1973-4124-8205-f8d836e6a5ed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the black bloodspawn deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"07d13624-8768-4a17-9d20-c7c5db8345cd",name:"Caustic Blood",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The black bloodspawn hunter deals 10 necrotic damage to the attacker.",damage:"the black bloodspawn hunter deals 10 necrotic damage to the attacker",category:5}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"db91db4a-4947-495a-8ce9-565026eeeeed",name:"Covenant Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"longsword",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:23},intelligence:{score:12},wisdom:{score:22},charisma:{score:15},hp:1,initiative:13,ac:33,fortitude:33,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"e20794dc-ba6f-4880-94c9-6d311e772136",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5fb24786-e0ea-4b39-8cb2-9e86e77b3c2a",name:"Decaying Mummy",details:"",size:2,origin:4,type:2,keywords:"human",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:18},intelligence:{score:6},wisdom:{score:12},charisma:{score:16},hp:1,initiative:16,ac:35,fortitude:37,reflex:34,will:32,regeneration:null,auras:[{id:"1dc3e611-4674-413d-86f7-3768029f8146",name:"Decaying Aura",keywords:"",details:"(Necrotic) aura 1; each enemy that enters or starts its turn within the aura takes 5 necrotic damage and is weakened (save ends)."}],powers:[{id:"78f21b9c-ee41-4a53-94db-4cfe6e9a9723",name:"Decaying Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"14 necrotic damage.",damage:"14 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f4b4018-de1a-4d76-82e1-955b764d3d16",name:"Deva Fallen Star Servitor",details:"",size:2,origin:3,type:2,keywords:"",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +24, History +26, Insight +17, Religion +26",equipment:"implement, rod",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:15},intelligence:{score:26},wisdom:{score:12},charisma:{score:27},hp:171,initiative:13,ac:35,fortitude:33,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"eece0e2c-848b-4ec9-bc0c-4096496cbefc",name:"Rebuking Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Radiant, Weapon",condition:"",range:"",attack:{bonus:28,defence:3},description:"",details:"2d8+6 psychic and radiant damage, and the deva fallen star gains total concealment against the target (save ends).",damage:"2d8+6 psychic and radiant damage",category:1},{id:"e401aaf7-7230-45c9-94e1-5dc1965c3837",name:"Fateful Transposition",action:{action:5,trigger:"when an enemy attacks the deva fallen star servitor",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target swaps positions with the deva fallen star servitor. The triggering enemy’s attack deals half damage to the fallen star, and the target takes damage equal to half the attack’s damage.",damage:"the triggering enemy’s attack deals half damage to the fallen star",category:5},{id:"3531ded9-0e34-40df-952b-f67d540a083f",name:"Forgetting Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d6+6 psychic damage, and the target can use only basic attacks and at-will powers during its next turn.",damage:"3d6+6 psychic damage",category:1},{id:"18f24481-f873-4dcd-b16d-eac744666adb",name:"Soul Scourge",action:{action:1,trigger:"recharges when first bloodied and again when it uses vile rebirth",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Radiant",condition:"",range:"Area burst 2 within 15",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d6+6 radiant damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d6+6 radiant damage",category:5},{id:"69b938d0-9378-43cc-afd9-83f9c1720707",name:"Fate Manipulation",action:{action:7,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva fallen star servitor adds 1d8 to or subtracts 1d8 from an attack roll, ability check, or saving throw made by itself or any creature within 10 squares of it.",damage:"The deva fallen star servitor adds 1d8 to or subtracts 1d8 from an attack roll",category:5},{id:"e7c6b9a4-2cbd-4260-a9eb-0dca7f405bdf",name:"Vile Rebirth",action:null,keywords:"",condition:"when the deva fallen star servitor is reduced to 0 hit points",range:"",attack:null,description:"",details:"The deva fallen star servitor does not die and instead remains at 0 hit points until the start of its next turn, when it regains 25 hit points, loses resistance to radiant damage, and gains the undead keyword.",damage:"loses resistance to radiant damage",category:0}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a5959301-6d9b-4e86-b5e2-518872550fb8",name:"Doomguard Merc",details:"",size:2,origin:4,type:2,keywords:"human",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +16",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"longsword",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:19,ac:36,fortitude:38,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"503c25c1-0ec6-4bab-a614-65e7c34d7bdb",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"14 damage (crit 1d6 + 14 damage).",damage:"14 damage (crit 1d6 + 14 damage)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d1c8cf6-fb24-4f73-8c5f-aef70a0d5ff9",name:"Flameskull Vestige",details:"",size:1,origin:4,type:0,keywords:"undead",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +22; truesight 6",movement:"fly 10 (hover)",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:10},constitution:{score:24},dexterity:{score:25},intelligence:{score:30},wisdom:{score:21},charisma:{score:28},hp:1,initiative:19,ac:37,fortitude:34,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"5e668318-997b-492d-a5ee-7f2b92dedeb8",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"b2a409ed-09c8-4959-8c6e-4f5fa84647af",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:29,defence:2},description:"",details:"13 fire damage, and the target falls prone.",damage:"13 fire damage",category:1},{id:"93db1643-f0e7-4848-a259-ac421174f83f",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull vestige sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull vestige sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-20},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bbc53cb2-0935-4de0-a5e4-365a3dfa7b0b",name:"Fleshglutton Bileguard",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +24; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +26",equipment:"glaive",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:25},intelligence:{score:11},wisdom:{score:25},charisma:{score:12},hp:224,initiative:21,ac:40,fortitude:37,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"7b37ba09-5a71-47c3-827e-66d1b31cf30e",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 6d4+5 damage, and the target is marked until the end of the fleshglutton bileguard’s next turn.",damage:"6d4+5 damage",category:1},{id:"af584180-5d25-4a88-863b-7c07ad2881ca",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"2d8+5 plus 2d6 poison damage.",damage:"2d8+5 plus 2d6 poison damage",category:1},{id:"b1cbf76f-296b-4dd4-a8a0-b656cafbb51b",name:"Strike and Lunge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The fleshglutton bileguard makes a glaive attack, shifts 1 square, and makes a bite attack.",damage:"shifts 1 square",category:1},{id:"b3559727-8139-492f-8d63-3de1cc1de2d9",name:"Bilious Blade",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The fleshglutton bileguard deals an extra 2d6 poison damage on opportunity attacks.",damage:"the fleshglutton bileguard deals an extra 2d6 poison damage on opportunity attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4514c605-cb5d-43d4-a109-7768d6a46e90",name:"Fleshglutton Corpse Eater",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +19; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +27",equipment:"",category:"",strength:{score:30},constitution:{score:23},dexterity:{score:24},intelligence:{score:11},wisdom:{score:25},charisma:{score:10},hp:273,initiative:19,ac:36,fortitude:37,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"accdae6f-ef06-41dd-8eb3-eb2dde14c6f3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d10+8 damage, and the target is grabbed.",damage:"3d10+8 damage",category:1},{id:"dc857411-49c1-4820-be71-fa427a17ff14",name:"Frenzied Feast",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a creature grabbed by the fleshglutton corpse eater; the target takes 15 ongoing necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"the target takes 15 ongoing necrotic damage (save ends)",category:3},{id:"7a46cc31-4a65-497e-8725-c95243a031b6",name:"Devouring Lunge",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The fleshglutton corpse eater makes a bite attack against a humanoid living target that has 0 hit points or fewer. On a hit, the fleshglutton corpse eater regains 68 hit points.",damage:"the fleshglutton corpse eater regains 68 hit points",category:5},{id:"63ad15aa-f96c-43a6-8b17-cb4151c2198c",name:"Kill the Weak",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The fleshglutton corpse eater deals an extra 2d10 necrotic damage against weakened targets.",damage:"the fleshglutton corpse eater deals an extra 2d10 necrotic damage against weakened targets",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d447e1c5-cd5f-445b-ab9a-668df71fcdea",name:"Fleshglutton Favored One",details:"",size:2,origin:4,type:2,keywords:"",level:25,role:{type:3,flag:0,leader:!0},senses:"Perception +21; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +24, Insight +26, Religion +24",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:20},intelligence:{score:25},wisdom:{score:28},charisma:{score:24},hp:232,initiative:17,ac:39,fortitude:37,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"57b7b7dc-11d5-435c-a95a-aacb561c473c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:1},{id:"40b7a8df-2c62-4e23-bd06-769c8a2c74df",name:"Evasive Lunge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fleshglutton favored one makes a bite attack and teleports up to 10 squares.",damage:"The fleshglutton favored one makes a bite attack and teleports up to 10 squares",category:1},{id:"36a70a8b-caa5-499f-9807-64b4728fe8bb",name:"Mind Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:3},description:"",details:"2d10+9 psychic damage, and one ally of the fleshglutton favored one that is adjacent to the target makes an opportunity attack against the target.",damage:"2d10+9 psychic damage",category:1},{id:"43de7353-91a2-4b84-95cd-6d46e90db26c",name:"Ghoul King’s Gift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:27,defence:1},description:"",details:"targets enemies; the target is weakened (save ends). In addition, allies within the burst gain a +4 bonus to bite attacks until the end of the fleshglutton favored one’s next turn.",damage:"allies within the burst gain a +4 bonus to bite attacks until the end of the fleshglutton favored one’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46d095a3-0c04-4b94-b329-50a07a3ba2ec",name:"Fleshglutton Supplicant",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +18; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:27},intelligence:{score:11},wisdom:{score:24},charisma:{score:10},hp:1,initiative:21,ac:37,fortitude:35,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"84d54452-b5e6-4f3a-bb86-2a7e9213266d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"12 damage, and the fleshglutton supplicant shifts 3 squares.",damage:"12 damage",category:1},{id:"5ce2b9e3-92ed-4f7b-8ab9-3db510def9c7",name:"Death Lunge",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The fleshglutton supplicant makes a bite attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f90f9308-cb68-4f3c-99b8-1f5927585dd8",name:"Forsaken Hierophant Elder",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:25,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +19",equipment:"mace; plate armor",category:"",strength:{score:23},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:26},hp:892,initiative:13,ac:39,fortitude:39,reflex:35,will:41,regeneration:{value:10,details:"if a forsaken hierophant elder takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"56e1d158-a236-4514-84c3-88c66a26ec89",name:"Decaying Hope",keywords:"",details:"(Fear, Necrotic) aura 5; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"2c07db25-d7fb-416a-9dc6-106ccd4f5eb1",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8+9 damage, and ongoing 10 necrotic damage.",damage:"2d8+9 damage",category:1},{id:"c040b8fd-2b7a-46ff-946f-abf1ea49102f",name:"Forsaken Word",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Close blast 5",attack:{bonus:27,defence:3},description:"",details:"targets enemies; 2d8+9 necrotic and psychic damage, and the target is pushed 3 squares.",damage:"2d8+9 necrotic and psychic damage",category:1},{id:"56d79a0b-7dce-454d-b99f-4431680293cf",name:"Vision of Death",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:29,defence:3},description:"",details:"targets one creature; 2d6+9 psychic damage, and the target is dazed (save ends).",damage:"2d6+9 psychic damage",category:3},{id:"691c8d2e-facc-4f6d-97fb-fd6535e175d0",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 2d6+9 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6+9 necrotic damage",category:1},{id:"59389645-794f-439a-bc45-458eb494be81",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f82091b0-7f81-4dda-be37-2aee25e5cd5a",name:"Ghoul Gatherer",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +22, Stealth +25",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:233,initiative:20,ac:39,fortitude:37,reflex:36,will:36,regeneration:null,auras:[{id:"56b32955-501d-45fc-87a8-eed8279be647",name:"Ghoul King’s Kiss",keywords:"",details:"(Psychic) aura 3; each enemy that starts its turn within the aura takes 15 psychic damage and is blinded and dazed until the start of its next turn."}],powers:[{id:"9d3de4fa-a5ba-4b04-b505-32e48713d517",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10+9 damage, and the target is grabbed. Until the grab ends, the target takes 10 necrotic damage at the start of its turn.",damage:"2d10+9 damage",category:1},{id:"310bbe28-a681-4daf-abed-29b9ffe6dd96",name:"Far Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The ghoul teleports 10 squares before or after the attack; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"214ddba6-9032-4747-9d67-4cb5d2ca49a8",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Target must be grabbed, stunned, or unconscious; 3d8+9 damage, and the target is stunned (save ends).",damage:"3d8+9 damage",category:1},{id:"f6bd2260-b39c-46fb-9246-f06286805215",name:"Hunger’s Slave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:3},description:"",details:"Target must be stunned; 2d8+7 psychic damage, and the target is dominated (save ends; -2 penalty to the saving throw).",damage:"2d8+7 psychic damage",category:1},{id:"918cac2e-2550-4597-972b-22180266ef44",name:"Kingdom Bound",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Charm, Zone",condition:"",range:"Area burst 3 within 20",attack:null,description:"",details:"targets creatures dominated by the ghoul gatherer; the ghoul gatherer creates a temporary portal (a zone) that leads to Doresain’s Court of Teeth in the inner fane of his palace. The ghoul gatherer commands dominated creatures to go through the portal. The portal functions only for dominated creatures of level 20 or lower. Sustain Minor: The portal persists.",damage:"The portal functions only for dominated creatures of level 20 or lower",category:5}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"72148cb8-f54c-4431-a7a9-f144603cfff3",name:"Ghoul King’s Siegewyrm",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:26,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:29},dexterity:{score:25},intelligence:{score:3},wisdom:{score:17},charisma:{score:10},hp:490,initiative:20,ac:40,fortitude:38,reflex:36,will:32,regeneration:null,auras:[{id:"e1730c57-3819-4c10-9f5f-0e4626ffb652",name:"Jagged Bones",keywords:"",details:"aura 3; each creature that enters or starts its turn within the aura takes 15 damage. All creatures treat the area within the aura as difficult terrain."}],powers:[{id:"6a6e94f4-3b21-412f-a41b-01f6634e30f9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 3d6+11 damage, and the target slides 2 squares.",damage:"3d6+11 damage",category:1},{id:"d0f19cf3-a1bd-41e4-8185-21129890231d",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:29,defence:0},description:"",details:"2d8+11 damage, and the target is pushed 2 squares and immobilized (save ends).",damage:"2d8+11 damage",category:1},{id:"4ec5a475-d443-428f-80b5-c150ef479f6c",name:"Marrow Sluice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"The siegewyrm targets up to three creatures; the first target must be within 10 squares of the siegewyrm, the second target within 10 squares of the first, and the third target within 10 squares of the second; 2d6+11 damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is not pushed.",damage:"2d6+11 damage",category:1},{id:"b8c9106f-2879-4e3a-a132-35f97c6711bf",name:"Osseous Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 3 within 12",attack:{bonus:30,defence:2},description:"",details:"4d8+11 damage, and the target is restrained (save ends). Miss: Half damage, and the target is immobilized (save ends). Aftereffect, on Hit Only: The target is immobilized (save ends).",damage:"4d8+11 damage",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"82a241e2-bb2f-459c-8284-5a0a12268c62",name:"Ghoul Ripper",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:2,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +24",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:24},intelligence:{score:18},wisdom:{score:20},charisma:{score:18},hp:286,initiative:19,ac:37,fortitude:37,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"426c53e5-cc80-4eea-84d4-23326b9e8b5e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the target takes ongoing 10 necrotic damage and is immobilized (save ends both).",damage:"3d8+9 damage",category:1},{id:"ffa844a9-2392-4a40-b6e1-945621843b94",name:"Dead Blood",action:null,keywords:"",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close burst 3",attack:null,description:"",details:"all enemies in the burst take 15 necrotic damage.",damage:"all enemies in the burst take 15 necrotic damage",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c76d9c77-61a9-4594-ba90-06ff5b78dbc8",name:"Ghoul Stalker",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:6,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +33",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:28},intelligence:{score:16},wisdom:{score:24},charisma:{score:22},hp:231,initiative:23,ac:39,fortitude:36,reflex:37,will:35,regeneration:null,auras:[],powers:[{id:"a66cecf6-bf66-4822-b98a-36605fa466dd",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8+9 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the attack deals an extra 3d6 damage.",damage:"3d8+9 damage",category:1},{id:"86bed733-7e92-4294-98da-37d484544943",name:"Stalker’s Bite",action:{action:7,trigger:"when the ghoul stalker hits an immobilized; stunned; or unconscious target with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:5},{id:"a463e5cf-1809-4cf7-9689-0fff6f098aaf",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghoul stalker flies up to 8 squares and makes a claw attack at any point during the move without provoking an opportunity attack from the target.",damage:"The ghoul stalker flies up to 8 squares and makes a claw attack at any point during the move without provoking an opportunity attack from the target",category:1},{id:"bec53b5a-ad28-4f7c-85c2-6b28de1413d9",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 15 necrotic damage.",damage:"all enemies in the burst take 15 necrotic damage",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0399615e-b7c1-4ec7-ac61-8af460e1a7ea",name:"Ghoul Warrior",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:24},intelligence:{score:22},wisdom:{score:20},charisma:{score:22},hp:222,initiative:21,ac:40,fortitude:36,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"4f787063-b04e-4ee4-99f8-beb3bf277248",name:"Bone Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8+6 necrotic damage (crit 5d6 + 22), and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d8+6 necrotic damage (crit 5d6 + 22)",category:1},{id:"ccb9c679-040a-473a-8267-5c4f819d6672",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Target must be immobilized, stunned, or unconscious; 3d8+9 damage, and the target is stunned (save ends).",damage:"3d8+9 damage",category:1},{id:"308fd54c-f960-43f3-b858-eff5c797f336",name:"Bone Sword Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:28,defence:0},description:"",details:"all enemies in burst; 3d8+9 necrotic damage, and the target is immobilized (save ends; -2 penalty to the saving throw).",damage:"3d8+9 necrotic damage",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7cfbb438-db65-4f43-a52a-1c36dca7a67c",name:"Ghoul Whisperer",details:"",size:2,origin:4,type:2,keywords:"undead",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:20},intelligence:{score:14},wisdom:{score:20},charisma:{score:16},hp:152,initiative:12,ac:29,fortitude:29,reflex:27,will:27,regeneration:null,auras:[{id:"ac2ba196-b825-4d44-87ef-858302703df5",name:"Promise of the White Kingdom",keywords:"",details:"(Psychic) aura 3; deafened creatures are immune; each enemy that starts its turn within the aura takes 5 psychic damage and is dazed until the start of its next turn"}],powers:[{id:"68795135-c977-4a12-a62b-e1547eb0d958",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage, and the target is grabbed. Until the grab ends, the target takes 5 necrotic damage at the start of its turn.",damage:"1d10+6 damage",category:1},{id:"182ee3fb-6228-4a02-9d73-f02a7319f55d",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Target must be grabbed, dazed, or unconscious; 3d6+6 damage, and the target is dazed (save ends).",damage:"3d6+6 damage",category:1},{id:"c7c6104c-b812-4cc2-97e2-b8d9e7b8f608",name:"Hunger’s Promise",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"1d10+6 damage, and the target takes ongoing 10 psychic damage and slides up to its speed each round (save ends both).",damage:"1d10+6 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"68bae557-84bc-4636-9821-ddfdfb7d11be",name:"Gibbering Orb Acolyte",details:"",size:4,origin:0,type:1,keywords:"",level:23,role:{type:3,flag:2,leader:!1},senses:"Perception +18; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:28},intelligence:{score:17},wisdom:{score:15},charisma:{score:31},hp:856,initiative:20,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[{id:"c651cd98-6b62-46ce-a034-993c9a8c579a",name:"Merciless Eyes",keywords:"",details:"aura 5; at the start of each enemy’s turn, if that creature is within the aura and in the gibbering orb’s line of sight, the orb uses one random eye ray power against that creature."}],powers:[{id:"b20975ac-c3ff-4fcb-9ad7-21ee5ee3de15",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d6+8 damage, and the mouth detaches from the gibbering orb and makes a new bite attack against the target each round at the start of the gibbering orb’s turn. When the mouth misses, it drops off and turns into useless, dead gray flesh.",damage:"4d6+8 damage",category:1},{id:"5031e7c6-f72c-469a-ace9-51b6f5b8fd97",name:"Gibbering",action:{action:7,trigger:"once on the gibbering orb’s turn before it takes other actions",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"deafened creatures are immune; the target is dazed until the end of the gibbering orb’s next turn.",damage:"",category:5},{id:"5f7435fd-50f2-477a-848e-61999757f39c",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"",attack:null,description:"",details:"The gibbering orb can use two different eye ray powers (chosen from the list below or rolled randomly). Each power must target a different creature. Using eye rays does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cb34bd9e-cdad-4dd0-930e-39a097daa5c8",name:"Marut Castigator Icon",details:"",size:2,origin:3,type:2,keywords:"",level:24,role:{type:6,flag:0,leader:!1},senses:"Perception +23; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Acrobatics +24",equipment:"double sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:25},intelligence:{score:14},wisdom:{score:22},charisma:{score:15},hp:170,initiative:21,ac:38,fortitude:36,reflex:37,will:36,regeneration:{value:10,details:""},auras:[],powers:[{id:"c82e569f-de6e-427f-a65a-44f5c7ecc358",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d8+7 damage. The marut castigator can choose to have the attack deal lightning damage.",damage:"3d8+7 damage",category:1},{id:"87f5c609-5239-46be-a344-b49de434de3b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut castigator makes two double sword attacks.",damage:"",category:1},{id:"76ac4eda-271f-47a3-b7b2-ac61a6cadb2f",name:"Punisher’s Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Reach 2; 2d6+9 lightning damage, and the target is slowed and cannot teleport until the end of the marut castigator’s next turn.",damage:"2d6+9 lightning damage",category:1},{id:"e330e10b-f7ab-4299-b826-14b6a380eb90",name:"Thunderbolt Strike",action:{action:1,trigger:"recharges when both attacks of double attack hit",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Thunder",condition:"",range:"",attack:null,description:"",details:"The marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage.",damage:"the marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage",category:5}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"bbe3b26b-782e-40ff-8972-311edc0307ad",name:"Marut Prosecutor Noble",details:"",size:2,origin:3,type:2,keywords:"",level:24,role:{type:3,flag:0,leader:!0},senses:"Perception +23; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Insight +23, Intimidate +24",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:16},intelligence:{score:23},wisdom:{score:23},charisma:{score:24},hp:171,initiative:15,ac:38,fortitude:35,reflex:36,will:36,regeneration:{value:10,details:""},auras:[],powers:[{id:"75df6b90-adc7-4b9d-b527-5303b0af74b2",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"1d10+4 damage plus 1d10 thunder damage, and the target is slowed (save ends).",damage:"1d10+4 damage plus 1d10 thunder damage",category:1},{id:"13d492ef-6ec7-48b0-95a8-45036eb92c39",name:"Dictum",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"3633901b-4123-4b33-a51f-b8d5ac3bff45",name:"Biting Testimony",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets one enemy; 3d6+9 psychic damage, and the target takes a -2 penalty to attack rolls, skill checks, and ability checks (save ends).",damage:"3d6+9 psychic damage",category:1},{id:"140f3934-07ee-4de9-8ba8-a3daaab8d9ce",name:"Sigil of Indictment",action:{action:3,trigger:"usable only when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets one enemy; until the end of the marut prosecutor’s next turn, the target grants combat advantage to the prosecutor, and the prosecutor and its allies deal 5 extra psychic damage against the creature. Sustain Minor: The effect persists.",damage:"and the prosecutor and its allies deal 5 extra psychic damage against the creature",category:5},{id:"14385b5b-7dc0-4966-9f73-5d744acdbc27",name:"Justice Restrained",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slowed, immobilized, or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor noble.",damage:"or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor noble",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"a63bcb9d-2227-4809-a527-858720edb91e",name:"Master of the Bridge",details:"",size:3,origin:3,type:1,keywords:"phane",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"10, fly 10",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:30},intelligence:{score:28},wisdom:{score:25},charisma:{score:22},hp:494,initiative:23,ac:41,fortitude:38,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"fa1942d9-2223-4033-9779-c2427bf78366",name:"Temporal Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 2d8+10 damage, and the target is slowed until the end of the phane’s next turn. The phane shifts 4 squares before or after making this attack.",damage:"2d8+10 damage",category:1},{id:"9d24f7b4-7fb6-42a5-af80-003ca4fb25df",name:"Wizening Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"2d6+9 damage, and the target is dazed and weakened (save ends both). Aftereffect: The target is weakened (save ends). The target appears elderly until the effect of the wizening ray ends.",damage:"2d6+9 damage",category:1},{id:"51a43bb9-b0ff-4575-96f5-06a2cb24b637",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The phane makes either two temporal touch attacks or two wizening ray attacks.",damage:"",category:1},{id:"feb2fcc4-57ce-4ceb-a8f8-cb5bf738f9c1",name:"Wizening Tempest",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:29,defence:1},description:"",details:"phanes are immune; 2d6+10 damage, and the target is stunned (save ends). Aftereffect: The target is dazed and weakened (save ends both). The target appears elderly until the effect of the wizening tempest ends.",damage:"2d6+10 damage",category:5},{id:"25a7434a-4f26-42e6-aca3-d40d3e0a0ab3",name:"Temporal Fugue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"By moving backward and forward in time, a phane can remove one effect afflicting it.",damage:"",category:3}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"10d76f13-1b00-4425-a250-39b837df3349",name:"Sewer Revenant",details:"",size:2,origin:4,type:1,keywords:"aquatic, blind, ooze",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +17; blindsight 15, tremorsense 15",movement:"4, swim 8",alignment:"Unaligned",languages:"",skills:"Stealth +21",equipment:"",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:19},intelligence:{score:4},wisdom:{score:15},charisma:{score:4},hp:1,initiative:16,ac:36,fortitude:36,reflex:34,will:32,regeneration:null,auras:[{id:"7db0eb8f-96c3-4664-8806-a3d2532f9c9e",name:"Rotting Stench",keywords:"",details:"aura 1; creatures that start their turn within the aura take 10 acid damage."}],powers:[{id:"2c81ef3a-de62-4487-b9f6-ea5722f29b2f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"14 acid damage (crit 18 acid damage).",damage:"14 acid damage (crit 18 acid damage)",category:1},{id:"c94f82af-df2a-4970-9b17-1603aed5d9a1",name:"Sewer Swimmer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sewer revenant is invisible if any part of it is submerged in water. It does not provoke opportunity attacks while submerged.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"acdb476f-5d2e-44d8-a878-ad8f224f40c3",name:"Slaughter Wight Ripper",details:"A wight is the corpse of a humanoid creature, usually a human. It is gaunt with pallid, leathery skin stretched taut over its bones. Black claws tip its fingers and toes. The creature’s nose is sunken, and its lips are pulled back in a death grimace. Within its hollow eye sockets, motes of vile light glow in place of eyes. This wiry horror has elongated claws,",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:9},charisma:{score:18},hp:212,initiative:15,ac:33,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"c1dca8df-012b-411b-94ca-36422ce2b1a2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"3d6+9 necrotic damage, the target loses 1 healing surge and is weakened (save ends), and the slaughter wight regains 15 hit points.",damage:"3d6+9 necrotic damage",category:1},{id:"16baf7b1-d791-4e05-af00-94c35c08b17d",name:"Death Wail",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d6+5 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"2d6+5 necrotic damage",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"57be5cf1-770d-46f5-be67-3e70bd05b734",name:"Sorrowsworn Dread Wraith",details:"",size:3,origin:5,type:2,keywords:"undead",level:27,role:{type:4,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +27",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:28},intelligence:{score:14},wisdom:{score:12},charisma:{score:28},hp:150,initiative:26,ac:41,fortitude:36,reflex:39,will:39,regeneration:{value:20,details:"if the sorrowsworn dread wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[{id:"35c56b14-0c7a-4c08-ae4f-af7927b50731",name:"Shroud of Night",keywords:"",details:"aura 5; within the aura, bright light is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"69eef7c5-f7ca-4e0c-ba7c-e244c84a696a",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 2; 2d10+10 necrotic damage, and the target is weakened (save ends).",damage:"2d10+10 necrotic damage",category:1},{id:"1062c94e-ceea-4528-bc35-b031127da3ae",name:"Death Shriek",action:null,keywords:"Psychic",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close blast 3",attack:{bonus:29,defence:3},description:"",details:"targets enemies; 4d6+10 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d6+10 psychic damage",category:0},{id:"0a2d8160-9cbf-45a4-baef-ec95650848f2",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn dread wraith deals an extra 3d6 necrotic damage against any target it has combat advantage against.",damage:"the sorrowsworn dread wraith deals an extra 3d6 necrotic damage against any target it has combat advantage against",category:0},{id:"f4d09941-c1ed-4dd3-9ab6-b9a4d613a663",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sorrowsworn dread wraith shifts 6 squares.",damage:"The sorrowsworn dread wraith shifts 6 squares",category:2},{id:"2889494c-f474-4e3d-b423-1c95888f1042",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by the sorrowsworn dread wraith rises as a free-willed dread wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"897df1f8-d67a-44c8-b0dc-2dac204eefd6",name:"Soulspike Devourer Champion",details:"",size:4,origin:5,type:2,keywords:"undead",level:24,role:{type:7,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:20},dexterity:{score:8},intelligence:{score:20},wisdom:{score:11},charisma:{score:26},hp:440,initiative:13,ac:40,fortitude:40,reflex:36,will:39,regeneration:null,auras:[{id:"aac49252-1c69-4e98-8a4c-40ec404af6f0",name:"Soulspike Ward",keywords:"",details:"aura 10; the soulspike devourer champion and all allies within the aura gain a bonus to all defenses equal to onehalf the number of soulspiked spirits impaled on the creature."}],powers:[{id:"e1fbf6a4-9afd-4fde-b61d-fcba58bb6440",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d8+11 damage. If the attack reduces a humanoid living target to 0 hit points or fewer, the target disappears and becomes a soulspiked spirit impaled on the devourer.",damage:"2d8+11 damage",category:1},{id:"c81738d3-090b-49e5-b976-66f8d4c1b0b2",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer makes two claw attacks.",damage:"",category:1},{id:"a3a70e0d-ab34-416d-bcaf-1d6c7cb04dc0",name:"Soul Shatter",action:{action:1,trigger:"recharges when the soulspike devourer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:27,defence:3},description:"",details:"5d8+10 necrotic damage, and the target is stunned until the end of the soulspike devourer’s next turn. Aftereffect: The target is weakened (save ends).",damage:"5d8+10 necrotic damage",category:5},{id:"39e4d90c-f77f-4aee-83f2-cd55fc6ad308",name:"Devour Spirit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points. A dead body appears in a space adjacent to the devourer.",damage:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points",category:1},{id:"fa1a2776-2d4c-49e3-974b-bf758c43d177",name:"Soulspiked Spirit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer begins the encounter with one soulspiked spirit and can impale up to four soulspiked spirits. A soulspiked spirit can take no actions and escapes when the devourer is destroyed. When a creature’s spirit escapes, its body appears in an unoccupied space adjacent to the devourer, in the same state it was in when it disappeared.",damage:"",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"10 radiant (when the soulspike devourer champion takes radiant damage, its newest soulspiked spirit can make a saving throw to escape)",immune:"disease, poison",tactics:""},{id:"ac4f9728-8529-499b-add8-128912a7e3fd",name:"Abyssal Madness Ghoul",details:"",size:2,origin:1,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Stealth +25",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:16},hp:1,initiative:22,ac:44,fortitude:41,reflex:42,will:39,regeneration:null,auras:[{id:"d9d35a66-2793-4696-bbe4-3d326a414211",name:"Unending Hunger",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 10 damage."}],powers:[{id:"38693843-f120-48f3-909c-49651c40b511",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"16 necrotic damage, and the target is immobilized (save ends).",damage:"16 necrotic damage",category:1},{id:"1653785f-54df-4941-975d-cefe980e2c3d",name:"Maddening Shriek",action:null,keywords:"Necrotic",condition:"when the madness ghoul drops to 0 hit points",range:"Close burst 1",attack:{bonus:33,defence:2},description:"",details:"12 necrotic damage, and the target is dazed (save ends).",damage:"12 necrotic damage",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"125e79ce-6b7e-4888-abd3-75ee7a22e152",name:"Achree",details:"",size:3,origin:1,type:1,keywords:"aquatic, demon",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +26; blindsight 10",movement:"4, swim 10 see also relentless attack",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:29},intelligence:{score:2},wisdom:{score:26},charisma:{score:20},hp:250,initiative:24,ac:41,fortitude:39,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"dda4ab90-3f6c-45d7-9c4b-61f344d2c986",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d8+9 damage, and the target is grabbed. The achree cannot make bite attacks while it has a creature grabbed, but it can use its vicious rend.",damage:"4d8+9 damage",category:1},{id:"35e58190-33f7-4bf5-8269-93eeaba9bf43",name:"Vicious Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"If an achree begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature; 4d10+10 damage, and the target slides 5 squares, is knocked prone, and is no longer grabbed. Miss: Half damage, no slide, still grabbed.",damage:"4d10+10 damage",category:1},{id:"f58a7a57-e916-4ef3-bd65-caa98a38ecf9",name:"Relentless Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The achree moves its speed and can enter enemies’ spaces. This movement provokes opportunity attacks, and the achree must end its move in an unoccupied space. When it enters an enemy’s space, the achree makes a bite attack. Once after a successful bite attack, the achree can end its movement within reach of the same target and make a vicious rend attack against the target.",damage:"",category:1},{id:"b4757434-2186-4bd6-8d64-df19dc71f690",name:"Jaws of Death",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"the achree makes a bite attack against all enemies in the burst.",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c279dbd4-cb2b-4681-b47a-ab7a148b7e8c",name:"Achree Spawn",details:"",size:2,origin:1,type:1,keywords:"aquatic, demon",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +20; blindsight 10",movement:"4, swim 10",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:28},intelligence:{score:2},wisdom:{score:25},charisma:{score:17},hp:1,initiative:22,ac:38,fortitude:36,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"d5eee833-789a-4c8e-bc1e-788f44ee1a1f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 16 damage. Miss: 8 damage.",damage:"16 damage",category:1},{id:"484a70cf-2099-48b6-a0c3-7fca3847461f",name:"Jaws of Death",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"the achree spawn makes a bite attack against all enemies in the burst.",damage:"",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23068c59-372b-438e-8793-f172c5f78816",name:"Balor Champion",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:2,leader:!1},senses:"Perception +21; truesight 6",movement:"8, fly 12 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +22, Insight +26, Intimidate +22",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:26},intelligence:{score:17},wisdom:{score:27},charisma:{score:19},hp:1248,initiative:21,ac:39,fortitude:41,reflex:38,will:38,regeneration:null,auras:[{id:"9c5d3424-e39f-4237-8739-664a2e54330f",name:"Flaming Body",keywords:"",details:"(Fire) aura 2 (aura 3 while the balor is bloodied); enemies that start their turns in the aura takes 20 fire damage (30 fire damage while the balor is bloodied)."}],powers:[{id:"95bd08ac-b332-460c-a124-f496bdae53c5",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d10+10 lightning damage, or 3d10 + 40 lightning damage on a critical hit.",damage:"3d10+10 lightning damage",category:1},{id:"a3f3cc87-4ce3-4700-8a45-55956388f7db",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 5; 3d8+5 fire damage, and ongoing 10 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"3d8+5 fire damage",category:1},{id:"494b78c2-b8e3-4616-91c4-84b8adc23ee1",name:"Balor Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Lightning, Weapon",condition:"",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"5d10+15 fire and lightning damage, and ongoing 10 fire damage (save ends).",damage:"5d10+15 fire and lightning damage",category:1},{id:"a5b669cf-6990-49db-887c-77d0e2910d5a",name:"Fireburst Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:30,defence:1},description:"",details:"2d10+10 fire damage, and the target is dazed (save ends). The balor teleports 5 squares.",damage:"2d10+10 fire damage",category:2},{id:"20844adb-1e58-401b-a49c-6aced8d40594",name:"Death Burst",action:null,keywords:"Fire",condition:"reduced to 0 hit points",range:"The balor explodes in a burst of flame: close burst 10",attack:{bonus:29,defence:2},description:"",details:"10d10 fire damage. Miss: Half damage. The balor and its weapons are completely destroyed.",damage:"10d10 fire damage",category:0},{id:"92da5d05-880e-4552-8738-efa247427054",name:"Demonic Accuracy",action:{action:7,trigger:"when the balor misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor rerolls the attack and gains a +5 bonus to the roll.",damage:"The balor rerolls the attack and gains a +5 bonus to the roll",category:5}],damageModifiers:[{type:3,value:-40},{type:1,value:-20},{type:2,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"7bb5c23d-f4b2-44dd-8cc9-21de568c6a7c",name:"Beholder Eye of Death",details:"",size:3,origin:0,type:1,keywords:"undead",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +18; all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Chaotic Evil",languages:"(understands Abyssal, Deep Speech)",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:26},intelligence:{score:5},wisdom:{score:20},charisma:{score:30},hp:632,initiative:21,ac:40,fortitude:38,reflex:38,will:40,regeneration:null,auras:[{id:"84891231-4f92-472f-abd0-8e355ddd86de",name:"Eyes of the Beholder",keywords:"",details:"aura 5; the beholder eye of death uses one random eye ray as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"36807951-5b3d-4480-83e5-61e930f68276",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"68a01b07-f494-471e-b555-c48c25db899a",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:29,defence:3},description:"",details:"the target is slowed and loses necrotic resistance until the end of the beholder eye of death’s next turn.",damage:"",category:3},{id:"b6ca54cf-00ef-4328-8166-7cccf5354f72",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Varies",condition:"",range:"",attack:null,description:"",details:"The beholder eye of death uses up to two different eye ray powers (chosen from the list below). Each ray must target a different creature, and using eye ray does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[{type:6,value:-25},{type:9,value:25}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ce3fde06-7d81-4671-9b4b-d7984ad45f94",name:"Beholder Eye of Despair",details:"",size:3,origin:0,type:1,keywords:"",level:27,role:{type:0,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:18},charisma:{score:28},hp:388,initiative:21,ac:39,fortitude:39,reflex:39,will:40,regeneration:null,auras:[],powers:[{id:"ec5f14a0-59f0-47f8-86b8-4a86725f2482",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"4f228d61-3d36-481a-8d8f-8833fc340f9b",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:32,defence:1},description:"",details:"and the target cannot use encounter attack powers or daily attack powers until the end of the beholder eye of despair’s next turn.",damage:"",category:3},{id:"22d031db-bfcb-45d4-b5a2-d41f838f895c",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder eye of despair",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eye of despair uses eye ray against the triggering enemy.",damage:"",category:5},{id:"ff11daab-cc8e-40cb-b0d2-af2dd3fd0522",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Varies",condition:"",range:"",attack:null,description:"",details:"The beholder eye of despair uses one eye ray power chosen from the list below. Using eye rays does not provoke opportunity attacks.",damage:"",category:1},{id:"f3e27403-45a8-46e0-a188-be088605ab99",name:"Ripple of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Each enemy within 5 squares of the beholder eye of despair is targeted by a random eye ray power as a free action and takes a –2 penalty to all defenses (save ends). The eye of despair then teleports 6 squares as a free action.",damage:"Each enemy within 5 squares of the beholder eye of despair is targeted by a random eye ray power as a free action and takes a –2 penalty to all defenses (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"208b29f5-cde0-46a1-b691-16ce025809eb",name:"Blackstar Battlepawn",details:"",size:2,origin:1,type:0,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +18; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:24},intelligence:{score:3},wisdom:{score:18},charisma:{score:3},hp:1,initiative:21,ac:42,fortitude:42,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"e1874899-a560-417c-863a-0001dfe0710c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"15 damage (crit 20 damage).",damage:"15 damage (crit 20 damage)",category:1},{id:"7964738e-5449-4c02-88e5-c708eec3b246",name:"Blackstar Ricochet",action:{action:4,trigger:"when a blackstar battlepawn within 5 squares is reduced to 0 hit points",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"The blackstar battlepawn shifts 3 squares and collides with an enemy; 10 damage.",damage:"10 damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed999e68-9f3a-4ba7-8913-a5bedd7d277b",name:"Blackstar Decimator",details:"",size:2,origin:1,type:0,keywords:"",level:30,role:{type:0,flag:0,leader:!1},senses:"Perception +27; darkvision",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:28},intelligence:{score:8},wisdom:{score:24},charisma:{score:7},hp:210,initiative:24,ac:42,fortitude:42,reflex:44,will:42,regeneration:null,auras:[],powers:[{id:"395bf5fb-25d7-4311-b1d7-3115b88b46b0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8+10 damage, and ongoing 10 damage (save ends).",damage:"2d8+10 damage",category:1},{id:"4cdd1c79-e43f-488e-a411-359da7c33871",name:"Meteor Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:35,defence:2},description:"",details:"3d8+10 damage, and the target takes a –2 penalty to saving throws and ongoing 10 damage (save ends both).",damage:"3d8+10 damage",category:1},{id:"01ef2ba7-c7b9-40c2-9e52-eba6e2360dfc",name:"Blackstar Fall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"4d10 + 9 damage, and the target is pushed 2 squares and knocked prone. Miss: The target is pushed 1 square. If the target cannot be pushed, the blackstar decimator ends its move in an unoccupied square adjacent to the target. Secondary Attack: When it lands, the blackstar decimator attacks: close burst 3",attack:{bonus:35,defence:1},description:"",details:"The blackstar decimator can fly 8 squares and enter an enemy’s space; targets enemies; +33 vs. Reflex; 2d8 + 10 damage, and the target is pushed 1 square and knocked prone. The burst area becomes difficult terrain.",damage:"2d8 + 10 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"20bc35f1-1e6c-4334-92fe-63df177f68a8",name:"Blackstar Knight-Commander",details:"",size:2,origin:1,type:0,keywords:"",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"7",alignment:"Evil",languages:"Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:24},intelligence:{score:12},wisdom:{score:26},charisma:{score:11},hp:246,initiative:22,ac:43,fortitude:39,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"e59c20a3-d5cd-4d31-8c1e-0692bd9e90fc",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d10+9 damage, and the target is marked until the end of the blackstar knight-commander’s next turn.",damage:"3d10+9 damage",category:1},{id:"419475e3-0f8a-4e88-9bfe-e20b6e0779f0",name:"Deathsword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Requires greatsword; 4d10+9 damage, and if the target is marked by the blackstar knight-commander it takes ongoing 10 damage (save ends).",damage:"4d10+9 damage",category:1},{id:"62a8920b-2233-450d-ad81-46f015d04028",name:"Soldier’s Duty",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"close burst 2",attack:{bonus:32,defence:2},description:"",details:"The blackstar knight-commander explodes; targets enemies; 2d10+9 damage; marked targets take an additional 2d10 + 9 damage.",damage:"2d10+9 damage",category:0},{id:"136278ac-2219-4203-ba8d-18d211f0ada4",name:"No Escape",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blackstar knight-commander can teleport 10 squares as long as it ends in a square adjacent to an enemy marked by the blackstar knight-commander.",damage:"The blackstar knight-commander can teleport 10 squares as long as it ends in a square adjacent to an enemy marked by the blackstar knight-commander",category:2}],damageModifiers:[{type:3,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1653f1f7-f88c-4485-8ba5-0f4d00c46485",name:"Bonecrusher Skeleton Hulk",details:"",size:3,origin:4,type:0,keywords:"undead",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"greatclub",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:3},wisdom:{score:24},charisma:{score:8},hp:232,initiative:22,ac:41,fortitude:38,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"44d57c11-eed8-497e-8566-e771068afb82",name:"Crushing Blow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d10+9 damage, and the target is knocked prone.",damage:"4d10+9 damage",category:1},{id:"d0bbdcf3-0d69-474f-9b71-346d92959e96",name:"Swift Retribution",action:{action:1,trigger:"whenever an enemy moves into or out of a square within reach of the bonecrusher skeleton",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d10+9 damage, and the target is dazed (save ends).",damage:"2d10+9 damage",category:5},{id:"0763a6bb-7ea4-42bd-807e-3b8b008a22eb",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bonecrusher skeleton can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"128e075c-e926-45ff-be38-f56f1aa03ae7",name:"Canoloth Tracker",details:"",size:2,origin:1,type:1,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +21; blindsight 10",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:24},dexterity:{score:27},intelligence:{score:10},wisdom:{score:25},charisma:{score:12},hp:1,initiative:22,ac:42,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"f149a6d3-69eb-4dbd-933f-9eae26742cdd",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 11 damage, and the target is dazed (save ends). If the target is already dazed, it takes an extra 5 damage instead.",damage:"11 damage",category:1}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"81b01028-ec95-4907-a8f6-2d9bb972653b",name:"Corruption Shard",details:"",size:2,origin:1,type:1,keywords:"",level:32,role:{type:0,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:13},charisma:{score:24},hp:219,initiative:21,ac:44,fortitude:43,reflex:43,will:45,regeneration:null,auras:[{id:"83305566-6b31-48d8-8fd6-29f21a1a1f44",name:"Corruption Corona",keywords:"",details:"aura 2; each enemy that ends its turn within the aura takes 20 damage and is slowed."}],powers:[{id:"7781569d-60d2-443a-8d9e-5736a98bfdf6",name:"Corruption Flare",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:2},description:"",details:"2d10+12 damage.",damage:"2d10+12 damage",category:1},{id:"10907378-6516-4e5e-9043-b343e866972d",name:"Corruption Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:37,defence:3},description:"",details:"3d10+12 damage, and the target is blinded until the end of the corruption shard’s next turn.",damage:"3d10+12 damage",category:1},{id:"ee162258-8945-4f8d-8ecd-19ca9a9ca8cb",name:"Nauseous Form",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:35,defence:1},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:3},{id:"c53b2c46-6c39-4567-8390-f6a0dcf41777",name:"Seed of Corruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the corruption shard drops to 0 hit points",range:"Close burst 2",attack:{bonus:35,defence:3},description:"",details:"2d10+12 damage, and the target takes ongoing 15 damage and is blinded (save ends both).",damage:"2d10+12 damage",category:1}],damageModifiers:[{type:2,value:-20},{type:4,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"disease, poison, radiant",tactics:""},{id:"7293d747-2005-44a7-9bf3-fbb6fbf2348c",name:"Deathpriest Necromancer",details:"",size:2,origin:4,type:2,keywords:"human",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +19",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Religion +24",equipment:"mace; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:532,initiative:16,ac:44,fortitude:42,reflex:41,will:44,regeneration:null,auras:[{id:"a6bbf607-83bf-4ade-937c-fa252cb5432d",name:"Aura of Decay",keywords:"",details:"(Necrotic) aura 5; living enemies within the aura take a –2 penalty to all defenses."}],powers:[{id:"6beaa34e-13fc-4740-9342-fa9887bae8e2",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"2d8+10 damage, and ongoing 15 necrotic damage (save ends).",damage:"2d8+10 damage",category:1},{id:"941fe88a-8769-4033-b2e9-3b0339892c92",name:"Spirit Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Spectral forms appear to batter the deathpriest’s enemies. Close blast 3",attack:{bonus:34,defence:1},description:"",details:"3d8+10 damage, and the target is pushed 2 squares and immobilized (save ends).",damage:"3d8+10 damage",category:1},{id:"663ec9b4-d8ec-4ce2-9c5f-c73cb491b924",name:"Vision of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:34,defence:3},description:"",details:"3d8+10 psychic damage, and the target is dazed (save ends).",damage:"3d8+10 psychic damage",category:1},{id:"47cc8d72-6117-4aa7-abdc-6e28491e932b",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 2d8+10 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 25 hit points.",damage:"2d8+10 necrotic damage",category:1}],damageModifiers:[{type:6,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4cf4c254-ee17-4fcc-9d64-1c5a758510e0",name:"Demonic Skeleton Defilade",details:"",size:2,origin:1,type:2,keywords:"undead",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:27},intelligence:{score:13},wisdom:{score:24},charisma:{score:13},hp:1,initiative:25,ac:46,fortitude:42,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"53545ddd-c954-4b22-b6b0-8e129b224157",name:"Demon Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Necrotic",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"15 poison and necrotic damage, and the target is marked until the end of the skeleton’s next turn and slowed (save ends).",damage:"15 poison and necrotic damage",category:1},{id:"90709b3b-f6f8-447c-aeef-66c6f71977a4",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever an adjacent enemy performs any action, the skeleton makes an immediate demon blade attack and deals an extra 1d8 damage on a hit.",damage:"the skeleton makes an immediate demon blade attack and deals an extra 1d8 damage on a hit",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5798f8f0-6617-42c3-ac29-f60a896e0677",name:"Dread Wraith Assassin",details:"",size:3,origin:5,type:2,keywords:"undead",level:31,role:{type:4,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +29",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:28},intelligence:{score:14},wisdom:{score:12},charisma:{score:28},hp:206,initiative:28,ac:45,fortitude:41,reflex:43,will:43,regeneration:{value:20,details:"if the dread wraith lord takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[{id:"0ecf5de1-0b83-4e87-8280-a063fb3c4bc0",name:"Shroud of Night",keywords:"",details:"(Necrotic) aura 5; bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"dc7774f3-cad5-490e-9007-7287d3f35d0b",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:2},description:"",details:"Reach 2; 2d10+10 necrotic damage, and the target is weakened (save ends).",damage:"2d10+10 necrotic damage",category:1},{id:"b3a92367-f2d8-4cc4-9af7-f3a5b60b3b77",name:"Death Shriek",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"Close blast 3",attack:{bonus:32,defence:3},description:"",details:"targets enemies; 4d8+10 psychic damage, and the target is dazed (save ends). Miss: Half damage.",damage:"4d8+10 psychic damage",category:0},{id:"607d82de-9dc3-449c-99a5-432bfb2f0a42",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dread wraith assassin deals 4d6 extra necrotic damage against any target it has combat advantage against.",damage:"the dread wraith assassin deals 4d6 extra necrotic damage against any target it has combat advantage against",category:0},{id:"13600825-ea78-400b-a452-ddbb31056b08",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dread wraith assassin shifts 6 squares.",damage:"The dread wraith assassin shifts 6 squares",category:2},{id:"ede987e0-4cd1-40d4-b69f-bda552e4d9ca",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a dread wraith assassin rises as a free-willed dread wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-30}],resist:"insubstantial",vulnerable:"20 radiant (see also regeneration)",immune:"disease, fear, poison",tactics:""},{id:"30c2bc2a-96ab-4738-900f-711f8ba640dd",name:"Evistro Devastator",details:"",size:2,origin:1,type:2,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +28",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:29},intelligence:{score:19},wisdom:{score:26},charisma:{score:16},hp:1,initiative:23,ac:40,fortitude:39,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"dc7e3647-8fd3-4d98-a2f3-1c3fdb1b0fb4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"60ba2a8d-f705-46a2-bd47-08cfddb4cdae",name:"Devastating Bite",action:{action:3,trigger:"against bloodied targets only",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"18 damage.",damage:"18 damage",category:5},{id:"b694524a-8b42-4778-995c-82453ddef739",name:"Carnage",action:null,keywords:"",condition:"",range:"The evistro devastator gains a +2 bonus to melee attacks if it has one or more allies adjacent to its target. This bonus stacks with combat advantage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9a7b5281-20c6-4a7c-a44e-dd15b2a146da",name:"Fathomal Blight",details:"",size:2,origin:1,type:1,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +20; darkvision",movement:"fly 8",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:13},intelligence:{score:22},wisdom:{score:12},charisma:{score:18},hp:1,initiative:15,ac:42,fortitude:38,reflex:42,will:40,regeneration:null,auras:[{id:"2c0ba5d4-e521-4afa-b058-822722db76fa",name:"Demonic Aura",keywords:"",details:"aura 1; each allied demon that starts its turn within the aura gains a +2 power bonus to attack rolls and damage rolls until the end of its turn."}],powers:[{id:"be1bae76-9525-4aaa-ab23-03cf78090ad0",name:"Abyssal Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"10 psychic damage, and the target is stunned (save ends).",damage:"10 psychic damage",category:1},{id:"ed6a0d1f-2acc-40e5-af61-d200d2f0d186",name:"Death Burst",action:null,keywords:"Psychic",condition:"when reduced to 0 hit points",range:"The fathomal explodes in a scream of psychic annihilation. Close burst 10",attack:{bonus:31,defence:2},description:"",details:"targets enemies; 16 psychic damage. Miss: Half damage.",damage:"16 psychic damage",category:0}],damageModifiers:[{type:2,value:-25},{type:3,value:-25},{type:10,value:-25}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"7a6df799-e2f2-4b68-904c-0083ccb66376",name:"Fathomal Clasp",details:"",size:4,origin:1,type:1,keywords:"demon",level:29,role:{type:2,flag:1,leader:!1},senses:"Perception +26; truesight 6",movement:"fly 10",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:41},constitution:{score:30},dexterity:{score:20},intelligence:{score:5},wisdom:{score:35},charisma:{score:16},hp:660,initiative:19,ac:41,fortitude:43,reflex:37,will:40,regeneration:null,auras:[{id:"86b6a344-97b0-4d98-8ac6-891453967bb4",name:"Grip of Chaos",keywords:"",details:"(Psychic) aura 5; each enemy that starts its turn within the aura takes 20 psychic damage."}],powers:[{id:"064bdd1d-257c-4700-9f66-db133d3dcf3b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 4d10+9 damage, and the target is grabbed. A target trying to escape the grab takes a –4 penalty to the check. A fathomal clasp can grab only one creature at a time, and only creatures that are Large or smaller.",damage:"4d10+9 damage",category:1},{id:"14658897-46c5-4988-8f63-9bfb972a0e82",name:"Grab and Hurl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fathomal clasp can make a slam attack. If the slam attack hits, it makes an ally missile attack. If the slam attack misses, or if the ally missile attack would provoke an opportunity attack, the fathomal instead makes a second slam attack.",damage:"",category:1},{id:"a125e17c-d0e7-408c-bcb7-5d63e8ffd813",name:"Filch Foe",action:{action:4,trigger:"when an enemy moves adjacent to the fathomal clasp while no creature is grabbed",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fathomal clasp makes a slam attack.",damage:"",category:5},{id:"f4d00d1a-9ac8-4afb-8410-a46e9ba3c96a",name:"Ally Missile",action:{action:1,trigger:"while the fathomal clasp has a creature grabbed",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The fathomal clasp hurls the grabbed creature at another foe. Ranged 20",attack:{bonus:30,defence:2},description:"",details:"3d10+9 damage to the target and the hurled foe, and the target is pushed 2 squares (the hurled foe falls prone in the target’s vacated square). The fathomal clasp can throw the grabbed creature at any open space in range if it has no other targets.",damage:"3d10+9 damage to the target and the hurled foe",category:5},{id:"61e0ade3-59ac-4b11-ae8c-c10d68bafd3d",name:"Cry of Anarchy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:29,defence:3},description:"",details:"targets enemies; 4d8+10 psychic damage, ongoing 10 psychic damage (save ends), and the target is dazed until the end of the fathomal clasp’s next turn.",damage:"4d8+10 psychic damage",category:1}],damageModifiers:[{type:3,value:-25},{type:5,value:-25},{type:10,value:-25}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"d08bc3cc-47d1-474a-b00e-fe6f9a1c9aec",name:"Fathomal Gnaw",details:"",size:3,origin:1,type:1,keywords:"demon",level:28,role:{type:4,flag:0,leader:!1},senses:"Perception +26; truesight 6",movement:"teleport 12",alignment:"Evil",languages:"",skills:"Stealth +32",equipment:"",category:"",strength:{score:29},constitution:{score:31},dexterity:{score:36},intelligence:{score:24},wisdom:{score:24},charisma:{score:30},hp:205,initiative:31,ac:42,fortitude:38,reflex:41,will:38,regeneration:null,auras:[{id:"5fb81465-8ce4-4386-a2b8-fd25e859bec3",name:"Self-Inflicted Wounds",keywords:"",details:"(Psychic) aura 1; each enemy that starts its turn within the aura takes 10 psychic damage and 10 poison damage."}],powers:[{id:"9e1f8d8f-9ff2-4f31-8550-fdfb7a81751d",name:"Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Psychic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 4d8+10 poison and psychic damage, and the target is slowed (save ends).",damage:"4d8+10 poison and psychic damage",category:1},{id:"ee23984e-1f93-4c0b-ab17-9bc8300b63cc",name:"Blink and Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison, Psychic",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"The fathomal gnaw teleports up to 6 squares and makes an attack. Reach 2; 5d10+9 poison and psychic damage, and the target is immobilized (save ends). Then the fathomal gnaw teleports up to 12 squares.",damage:"5d10+9 poison and psychic damage",category:1}],damageModifiers:[{type:3,value:-25},{type:4,value:-25},{type:5,value:-25}],resist:"insubstantial",vulnerable:"",immune:"fear",tactics:""},{id:"b0178655-233d-48d1-a026-33181091cabd",name:"Fathomal Scream",details:"",size:3,origin:1,type:1,keywords:"demon",level:29,role:{type:3,flag:0,leader:!1},senses:"Perception +18; truesight 6",movement:"fly 10 phasing",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:5},wisdom:{score:18},charisma:{score:26},hp:265,initiative:22,ac:43,fortitude:41,reflex:40,will:40,regeneration:null,auras:[{id:"ad1dd8f2-4b8f-42a3-b2e0-c05727ebb5be",name:"Darkest Memory",keywords:"",details:"(Psychic) aura 1; each creature within the aura taking ongoing psychic damage takes 5 extra psychic damage."}],powers:[{id:"236abd36-0681-465e-9789-e6b639308224",name:"Dreadful Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:33,defence:3},description:"",details:"Reach 2; 2d10+10 damage (crit 6d10 + 30), and ongoing 10 psychic damage (save ends).",damage:"2d10+10 damage (crit 6d10 + 30)",category:1},{id:"4018439e-2ff7-4211-92cb-0554f4e98f2c",name:"Nightmare Dredge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; 2d8+10 psychic damage, and the target slides 3 squares, takes ongoing 10 psychic damage, and is immobilized (save ends both). When the target fails a saving throw, it slides 3 squares.",damage:"2d8+10 psychic damage",category:1},{id:"3c6a0c77-aa9d-4381-84fe-c3c97d8b989e",name:"Mote of Dread",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Fear, Zone",condition:"",range:"Area burst 3 within 20",attack:null,description:"",details:"the fathomal scream fashions a phantasmal mote of churning mist. Any creature that enters or begins its turn in the zone takes 15 psychic damage. The mote blocks line of sight. It remains in place until the end of the encounter.",damage:"any creature that enters or begins its turn in the zone takes 15 psychic damage",category:1}],damageModifiers:[{type:1,value:-25},{type:4,value:-25},{type:6,value:-25}],resist:"insubstantial",vulnerable:"",immune:"fear",tactics:""},{id:"92d7cad8-1c42-42a6-b506-d04b1466a9d8",name:"Forgeborn Chaos Skulk",details:"",size:3,origin:3,type:1,keywords:"",level:27,role:{type:4,flag:0,leader:!1},senses:"Perception +22; blindsight 10, darkvision",movement:"8, climb 8",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:28},intelligence:{score:19},wisdom:{score:19},charisma:{score:25},hp:193,initiative:26,ac:41,fortitude:39,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"0b838460-bb97-48d3-8f4b-16281bc42565",name:"Soul Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; 3d8+9 psychic damage, and the chaos skulk becomes invisible to the target until the end of the chaos skulk’s next turn; see also subtle strike.",damage:"3d8+9 psychic damage",category:1},{id:"26cb142c-f984-4161-8d6b-b9ea330902a2",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:30,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0},{id:"b5c46c46-622c-4795-8c87-0cfcadfe9d5e",name:"Soul Shroud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:30,defence:3},description:"",details:"5d10+9 psychic damage, the target takes ongoing 5 psychic damage, and the chaos skulk becomes invisible to the target (save ends both); see also subtle strike.",damage:"5d10+9 psychic damage",category:1},{id:"24d7b8e0-9ec4-43d0-b121-dd2d20c1ba04",name:"Subtle Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chaos skulk deals 3d8 extra damage on attacks when it is invisible to its target.",damage:"the chaos skulk deals 3d8 extra damage on attacks when it is invisible to its target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"594c24e5-f260-48aa-85ba-b285fa6008c9",name:"Forgeborn Darkslayer",details:"",size:3,origin:3,type:1,keywords:"",level:28,role:{type:2,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"greatsword",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:27},intelligence:{score:18},wisdom:{score:27},charisma:{score:20},hp:315,initiative:22,ac:40,fortitude:42,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"26b79f61-6ce0-497d-a8bf-e0a1e2a47791",name:"Shadow Sword",action:{action:1,trigger:"usable only while wielding a greatsword",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 3d10+10 necrotic damage, plus ongoing 10 necrotic damage (save ends).",damage:"3d10+10 necrotic damage",category:5},{id:"ca761026-19f5-4d19-9e83-1f4d47c67b95",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0},{id:"708da2b2-a303-4ff3-bdfe-b1021c113b0e",name:"Shadow Frenzy",action:{action:1,trigger:"usable only while wielding a greatsword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:29,defence:1},description:"",details:"3d10+10 necrotic damage, and the target is stunned (save ends).",damage:"3d10+10 necrotic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"44b24672-fffc-43ab-bafd-3dc91a78543f",name:"Forgeborn Firelasher",details:"",size:2,origin:3,type:1,keywords:"",level:28,role:{type:0,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"8, fly 6 (clumsy)",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:26},dexterity:{score:29},intelligence:{score:23},wisdom:{score:26},charisma:{score:18},hp:200,initiative:23,ac:42,fortitude:40,reflex:41,will:40,regeneration:null,auras:[],powers:[{id:"aaebdb60-9bf5-44f5-be08-995997da943c",name:"Darkfire Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+10 fire damage, and the target is dazed until the beginning of its next turn.",damage:"3d8+10 fire damage",category:1},{id:"102e3848-a0b9-45cc-b0d0-5d0ec5092085",name:"Flame Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"3d8+10 fire damage.",damage:"3d8+10 fire damage",category:1},{id:"d856869e-0830-48e7-b24f-0788999a3923",name:"Defensive Flare",action:{action:4,trigger:"when the firelasher is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; the target is dazed until the end of its next turn. A target already dazed is also weakened until the end of its next turn.",damage:"Reach 2",category:5},{id:"5ac71433-7e35-4a0f-9e58-1bc570459f81",name:"Lash of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Psychic",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"4d8+10 fire and psychic damage, and the target takes ongoing 15 fire damage (save ends).",damage:"4d8+10 fire and psychic damage",category:1},{id:"c4724ea6-8100-4833-83e8-c701a0b95782",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"7cf09788-37a1-4af6-a4a7-bce0b1201db8",name:"Forgeborn Fury",details:"",size:2,origin:1,type:1,keywords:"demon",level:30,role:{type:9,flag:3,leader:!1},senses:"Perception +20; darkvision",movement:"8",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:26},intelligence:{score:18},wisdom:{score:20},charisma:{score:18},hp:1,initiative:23,ac:44,fortitude:42,reflex:43,will:42,regeneration:null,auras:[{id:"72b6a9d5-00d8-4a96-aa4f-ca99c318d29e",name:"Elemental Fury",keywords:"",details:"aura 1; each allied forgeborn within the aura gains a +2 power bonus to attack rolls and damage rolls."}],powers:[{id:"0e91da76-1ca1-4796-b0fe-91df5e85613a",name:"Furious Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"14 damage, and the target loses any resistances (save ends).",damage:"14 damage",category:1},{id:"32157ddc-2ea5-4e1d-ba6f-6657ef624c05",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"14 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"4fb4ee2e-b82b-433b-abe5-efe34188b48f",name:"Forgeborn Stormstriker",details:"",size:3,origin:3,type:1,keywords:"",level:31,role:{type:3,flag:0,leader:!0},senses:"Perception +28; blindsight 10, darkvision",movement:"8, teleport 8",alignment:"Unaligned",languages:"(understands Abyssal, Primordial, and Supernal)",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:22},intelligence:{score:27},wisdom:{score:27},charisma:{score:23},hp:281,initiative:21,ac:45,fortitude:43,reflex:41,will:41,regeneration:null,auras:[{id:"b721e297-9a06-4799-8b9a-a440e39d8b8e",name:"Defenders of the Forge",keywords:"",details:"(Cold, Fire, Healing, Lightning) aura 5; each immortal ally that starts its turn within the aura regains 20 hit points, while each enemy that starts its turn within the aura takes 15 cold, fire, and lightning damage."}],powers:[{id:"02b5a67e-29e7-4f90-9ea5-4776fda002fe",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:35,defence:3},description:"",details:"Reach 2; 4d8+10 psychic damage, and the target is dazed until the end of the stormstriker’s next turn.",damage:"4d8+10 psychic damage",category:1},{id:"334f4807-d635-4f2f-a231-1812e2bbf1f2",name:"Arc Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"3d8+10 lightning damage plus ongoing 10 lightning damage (save ends), the target is dazed until the end of its next turn, and the stormstriker makes a secondary attack against two new targets within 5 squares of the initial target. Secondary Attack: +35 vs. Fortitude; 2d8 + 10 lightning damage and ongoing 10 lightning damage (save ends).",damage:"3d8+10 lightning damage plus ongoing 10 lightning damage (save ends)",category:1},{id:"c8807e48-d267-4dbc-8321-6728ddc03b35",name:"Fury of the Forge",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"4d10+9 cold, fire, and lightning damage. Miss: Half damage.",damage:"and lightning damage",category:0},{id:"3c318497-4c97-43c3-bfd5-89bc5feedeff",name:"Coldfire Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"Burst 5 within 10; 3d8+10 cold and fire damage, and crystalline growths make the area of the burst difficult terrain until the end of the encounter.",damage:"3d8+10 cold and fire damage",category:1}],damageModifiers:[{type:2,value:-15},{type:3,value:-15},{type:5,value:-15}],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"976c2429-681f-456d-a54c-54453642ae64",name:"Glabrezu Gatewarder",details:"",size:4,origin:1,type:2,keywords:"demon",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +20; truesight 6",movement:"8, fly 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +26, Bluff +21, Intimidate +21",equipment:"",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:19},intelligence:{score:26},wisdom:{score:25},charisma:{score:16},hp:580,initiative:17,ac:38,fortitude:38,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"2dbb68ac-b6fd-4ddd-b1c6-06512eed7e93",name:"Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"2ce24038-8457-4acd-a659-e4b7f744e0bd",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glabrezu makes two pincer claw attacks. If both claws hit the same target, the target is grabbed if the glabrezu so chooses.",damage:"",category:1},{id:"3dfcca6f-fa27-4b49-a21f-04700a5e907b",name:"Abyssal Bolt",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"4d4+8 damage.",damage:"4d4+8 damage",category:3},{id:"c97695c8-b055-4e61-8f5b-a110bb96b1cb",name:"Blasphemous Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 2d12+8 psychic damage, and the target is dazed until the end of the glabrezu’s next turn.",damage:"2d12+8 psychic damage",category:3},{id:"3bbc4547-fb1c-4e2a-b892-13aa2bd3c208",name:"Chaos Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"targets enemies; 2d12+8 damage. This damage bypasses all resistances.",damage:"2d12+8 damage",category:3},{id:"6b07be74-9299-47c9-a428-351b79b131f2",name:"Arcane Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glabrezu teleports 8 squares, recharges its blasphemous word and chaos word powers, and makes an abyssal bolt, blasphemous word, or chaos word attack.",damage:"The glabrezu teleports 8 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"40818bfe-ffab-437e-a110-716d07950043",name:"Goristro Ripper",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:610,initiative:14,ac:39,fortitude:42,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"46ec7700-afe3-4fd3-b066-97e750416382",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d10+12 damage.",damage:"2d10+12 damage",category:1},{id:"e0f39f4d-f5e8-4413-ade2-4311bd5fdd9b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goristro makes two slam attacks.",damage:"",category:1},{id:"f936d25c-e97f-4481-9d99-e4a94d6fb84b",name:"Goristro Stomp",action:{action:4,trigger:"when a nonadjacent enemy moves adjacent to the goristro",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The goristro makes an attack against the enemy; 4d8+12 damage, and the target is knocked prone.",damage:"4d8+12 damage",category:5},{id:"c9090a5e-48ad-4998-a5b4-769478d3bd39",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The goristro makes a charge attack; 3d10+12 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d10+12 damage",category:1},{id:"d461d8aa-5576-48bb-b661-7e8be89f7ab8",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The goristro makes a frenzied gore attack against the enemy; 2d8+12 damage.",damage:"2d8+12 damage",category:5}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"095d60ae-4abb-4432-aa3a-b5b925eecadb",name:"Goristro Slavemaster",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:26},intelligence:{score:12},wisdom:{score:25},charisma:{score:17},hp:610,initiative:21,ac:39,fortitude:41,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"ffbdea0f-11e5-4250-97af-4a1643e10a1c",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d10+9 fire damage.",damage:"3d10+9 fire damage",category:1},{id:"7fc99483-5fcf-4473-8771-f996f509bbcf",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"The goristro makes two flame whip attacks.",damage:"",category:1},{id:"6862fb5c-923b-4dbf-84c1-e0edc6262c09",name:"Goristro Stomp",action:{action:4,trigger:"when an enemy moves adjacent to the goristro",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The goristro makes an attack against the enemy; 4d10+10 damage, and the target is knocked prone.",damage:"4d10+10 damage",category:5},{id:"8a36b443-d0f5-4b78-b017-15ead55fa3e2",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The goristro makes a charge attack; 3d10+10 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d10+10 damage",category:1},{id:"71ee9e11-8e8d-444d-8957-424d843dca05",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8+10 damage, and the target is pushed 2 squares.",damage:"3d8+10 damage",category:5}],damageModifiers:[],resist:"25 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b746b2ec-e473-41bb-bd1e-d8e191fe0d4b",name:"Gulari",details:"",size:3,origin:1,type:1,keywords:"demon",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +24; truesight 6",movement:"8, climb 8 (spider climb)",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"Acrobatics +24, Athletics +23",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:25},intelligence:{score:2},wisdom:{score:25},charisma:{score:20},hp:236,initiative:21,ac:41,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"777d0470-6278-45c5-a6ee-5ec18056c083",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 4d6 + 9 poison damage, and the target is dazed until the end of its next turn.",damage:"4d6 + 9 poison damage",category:1},{id:"c6b13394-5db0-4d20-840a-83e6832aa372",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d8 + 9 damage, and the target is knocked prone.",damage:"3d8 + 9 damage",category:1},{id:"d9fc9586-4f85-4b30-9f7c-35ba0edcb148",name:"Shifting Assault",action:{action:4,trigger:"when an enemy within 2 squares of the gulari shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gulari shifts to within 2 squares of the triggering creature and makes a bite attack and a slam attack against the triggering creature.",damage:"The gulari shifts to within 2 squares of the triggering creature and makes a bite attack and a slam attack against the triggering creature",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e8b71fb-446c-497c-b991-8f168cc5789c",name:"Gulari Whelp",details:"",size:2,origin:1,type:1,keywords:"demon",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +19; truesight 6",movement:"8, climb 8 (spider climb); see also shifting assault",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:28},dexterity:{score:25},intelligence:{score:2},wisdom:{score:25},charisma:{score:16},hp:1,initiative:19,ac:40,fortitude:37,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"43e3d07e-fe46-4417-8308-1bd8fe3130c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"10 poison damage, and the target is knocked prone.",damage:"10 poison damage",category:1},{id:"00461c39-1a2b-48b4-a64a-1eb344744d38",name:"Shifting Assault",action:{action:4,trigger:"when an enemy adjacent to the gulari whelp shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gulari makes a bite attack against the triggering creature.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"508ff86c-8fc3-4b0e-a832-c0c5071f1d01",name:"Hezrou Ripper",details:"",size:3,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6 see also demonic step",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Intimidate +21, Stealth +23",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:305,initiative:18,ac:39,fortitude:39,reflex:35,will:35,regeneration:null,auras:[{id:"2d372782-da3c-457b-afe0-71c951e5e94f",name:"Noxious Stench ",keywords:"",details:"(Poison) aura 2; enemies in the aura take a –2 penalty to attack rolls. While the hezrou is bloodied, enemies within its aura are also weakened."}],powers:[{id:"cc30b29c-f4f8-47bd-941e-96fb4f3ea98f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"53ec24e4-6f9b-473a-af09-52d98a433596",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"f7213ab9-3b96-4831-9099-65762abe9b32",name:"Combination Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou makes one slam attack and one bite attack.",damage:"",category:1},{id:"98826c69-7a3a-4a6a-ba6c-34fc4989bb79",name:"Demonic Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou ignores difficult terrain, seeming to phase through it.",damage:"",category:0}],damageModifiers:[{type:4,value:-20},{type:6,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09ae4798-6cb8-48b9-ab7e-186f909ff242",name:"High Aspect of Orcus",details:"",size:4,origin:1,type:2,keywords:"demon",level:29,role:{type:2,flag:1,leader:!1},senses:"Perception +23; darkvision, low-light vision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +26, History +26, Intimidate +27, Religion +26",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:18},intelligence:{score:24},wisdom:{score:19},charisma:{score:27},hp:664,initiative:18,ac:41,fortitude:43,reflex:39,will:40,regeneration:null,auras:[{id:"d0f7be87-715b-4088-9d76-7ed1bdbd0e5f",name:"Lesser Aura of Death",keywords:"",details:"(Necrotic) aura 10; each enemy that enters or starts its turn in the aura takes 10 necrotic damage (20 necrotic damage while the high aspect of Orcus is bloodied)."}],powers:[{id:"57868ffa-a494-4a8f-bcaf-d44e2d41ffd1",name:"Skull Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d8+10 damage, and the target is weakened (save ends).",damage:"3d8+10 damage",category:1},{id:"ae8fcc30-944e-4971-9be7-e3253f4dde16",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"The high aspect of Orcus makes two skull mace attacks.",damage:"",category:1},{id:"2ec7b934-4ba8-4274-bafb-c1138856f987",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts within 3 squares of the aspect of orcus",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Reach 3; 3d6+12 damage, and the target is knocked prone.",damage:"3d6+12 damage",category:5}],damageModifiers:[{type:6,value:-20},{type:3,value:-10},{type:4,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"697cfac4-7caa-42c2-bdf0-e54f1faa4f87",name:"Immolith Seeker",details:"",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:28,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:27},intelligence:{score:18},wisdom:{score:20},charisma:{score:27},hp:262,initiative:22,ac:42,fortitude:40,reflex:38,will:38,regeneration:null,auras:[{id:"42796be2-f9f6-48fc-b453-690d15ccc402",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; each creature that enters or starts its turn in the aura takes 15 fire damage."}],powers:[{id:"ceb2f995-73e2-4a37-8002-561ccd760b7b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d8+10 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d8+10 fire damage",category:1},{id:"dd843d6d-e331-49d4-bb50-0c07d5af33c7",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The immolith makes a claw attack (see above) against a Large or smaller target. On a hit, the target slides into a square adjacent to the immolith and is grabbed. While grabbed, the target loses any resistance it has to fire. An immolith can hold up to five grabbed creatures using this power.",damage:"",category:1},{id:"2699d162-34b6-40d4-a581-765d9073c4de",name:"Deathfire Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"the target is slowed (save ends). Aftereffect: The target takes ongoing 10 fire damage (save ends).",damage:"the target takes ongoing 10 fire damage (save ends)",category:3},{id:"cd24e9de-1fec-4a34-b9b4-52676fcc3b76",name:"Vigor of the Grave",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"undead in the burst (including the immolith) regain 15 hit points.",damage:"undead in the burst (including the immolith) regain 15 hit points",category:3}],damageModifiers:[{type:3,value:-20},{type:4,value:-20},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"00b0e797-ef6e-4783-9917-8329221bbd6b",name:"Kazrith Sentinel",details:"",size:3,origin:1,type:1,keywords:"aquatic, demon",level:26,role:{type:4,flag:0,leader:!1},senses:"Perception +20; tremorsense 20",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"Stealth +27",equipment:"",category:"",strength:{score:26},constitution:{score:21},dexterity:{score:29},intelligence:{score:18},wisdom:{score:25},charisma:{score:12},hp:183,initiative:26,ac:40,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"41e01882-0560-4f2b-8449-c03221d56e36",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d6+7 damage, and ongoing 10 acid damage (save ends).",damage:"3d6+7 damage",category:1},{id:"393b07cc-2a49-4fb1-a6b3-b0a47009261b",name:"Acidic Retreat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:29,defence:2},description:"",details:"2d6+7 damage, and ongoing 15 acid damage (save ends). Effect: The kazrith swims its speed.",damage:"2d6+7 damage",category:1},{id:"a5ecdb60-06d2-434b-8ecf-30137c8f15bf",name:"Acidic Seepage",action:null,keywords:"Acid",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The kazrith gains a +4 bonus to its swim speed, and at the start of its turn creatures adjacent to it take 10 acid damage.",damage:"and at the start of its turn creatures adjacent to it take 10 acid damage",category:0},{id:"e1194160-b76e-4ee9-9975-710904ababeb",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kazrith makes saving throws against immobilized, restrained, and slowed conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"46f3088d-f145-4e33-ad9a-b20cc02b5ea1",name:"Laamisha",details:"",size:3,origin:1,type:1,keywords:"demon",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +26; darkvision",movement:"6, climb 6",alignment:"Chaotic Evil",languages:"(understands Abyssal)",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:29},intelligence:{score:2},wisdom:{score:26},charisma:{score:18},hp:246,initiative:24,ac:43,fortitude:39,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"30fccd18-96fd-40b1-956c-be1dd9c88469",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the laamisha makes a secondary attack against the same target. Secondary Attack: +32 vs. Fortitude; ongoing 15 poison damage, and the target is immobilized until the end of the laamisha’s next turn.",damage:"3d8+9 damage",category:1},{id:"88facc2d-8def-4356-9ee1-4f908e63bec0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d10+9 damage, and the target is slowed until the end of the laamisha’s next turn.",damage:"3d10+9 damage",category:1},{id:"bb29eed1-3c1c-4881-bded-0e862ceb602a",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Reach 3; 5d10+9 damage, and the target is weakened (save ends). A target already weakened takes ongoing 15 poison damage (save ends).",damage:"5d10+9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"34f59c34-3ad3-4a99-af7d-78536ab68f98",name:"Larva Warlord",details:"",size:2,origin:4,type:1,keywords:"undead",level:27,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"5 see also squeezing swarm",alignment:"Evil",languages:"Common",skills:"Acrobatics +26, Athletics +27, Intimidate +25",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:24},hp:608,initiative:21,ac:39,fortitude:39,reflex:38,will:37,regeneration:null,auras:[{id:"4a89ce18-0e86-4b46-8883-653f1c26a208",name:"Tactical Feedback",keywords:"",details:"(Psychic) aura 6; enemies within the aura take 10 psychic damage when they shift."}],powers:[{id:"4a728352-5917-4f23-983d-3183217822f0",name:"Mandible Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:1},description:"",details:"3d10+10 necrotic damage.",damage:"3d10+10 necrotic damage",category:1},{id:"86996d51-501e-4320-9e21-5fd9296d57f8",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The larva war master makes two mandible blade attacks.",damage:"",category:1},{id:"c467a2c2-5c71-4d37-85d1-472555ef5e01",name:"Punishing Beetle",action:{action:4,trigger:"when a creature regains hit points",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 20",attack:{bonus:29,defence:1},description:"",details:"5d10+14 poison damage. Miss: Half damage.",damage:"5d10+14 poison damage",category:5},{id:"c9f308a4-1170-4c53-9521-434220ba3b93",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva warlord can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"f1344751-291a-44f2-9f0d-0b9d295f234b",name:"Legion Devil Vanguard",details:"",size:2,origin:3,type:2,keywords:"devil",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:25},intelligence:{score:12},wisdom:{score:18},charisma:{score:25},hp:1,initiative:11,ac:44,fortitude:40,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"1d2c5c0c-2320-49ec-af35-4f57a9dd3067",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"64c03573-9ee9-4948-bdd3-40b8eb7d6e22",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil vanguard gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil vanguard gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be4cd730-e71d-43e8-b565-b0dbb8f835ef",name:"Marilith Ward Keeper",details:"",size:3,origin:1,type:2,keywords:"demon",level:27,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"scimitar",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:26},intelligence:{score:18},wisdom:{score:20},charisma:{score:26},hp:494,initiative:21,ac:41,fortitude:39,reflex:37,will:37,regeneration:null,auras:[{id:"b84f6030-5dac-4ac7-b137-7d1fc0140b3c",name:"Keeper’s Aura",keywords:"",details:"(Charm) aura 5; each ally within the aura gains a +2 bonus to AC. While the marilith ward keeper is bloodied, the bonus is gained on all defenses."}],powers:[{id:"84ecaed7-01ea-49fc-bf42-1dcbd355b053",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d10+5 damage (crit 3d10 + 35).",damage:"3d10+5 damage (crit 3d10 + 35)",category:1},{id:"d972d71f-1720-429b-9df5-e75da9478b46",name:"Keeper Strike",action:{action:1,trigger:"usable only while wielding a scimitar",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 3d10+5 damage (crit 3d10 + 35), and the target is dazed until the end of the keeper’s next turn.",damage:"3d10+5 damage (crit 3d10 + 35)",category:5},{id:"380b36c4-9d7d-4f1b-92a9-3cd693960eb8",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemy misses the marilith with a melee attack; usable only while wielding a scimitar",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The marilith ward keeper makes a scimitar attack against the triggering creature. If the triggering creatures is dazed, the marilith makes two scimitar attacks.",damage:"",category:5},{id:"7f4c8988-b7e1-4af2-bf19-7099752983da",name:"Stunning Steel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The marilith makes six scimitar attacks. If two or more attacks hit a single target, that target is knocked prone and stunned (save ends).",damage:"",category:1},{id:"f201eec3-f577-463e-8917-aefa921c83bf",name:"Hypnotic Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Area burst 5 within 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is pulled 6 squares and immobilized (save ends).",damage:"the target is pulled 6 squares and immobilized (save ends)",category:1}],damageModifiers:[{type:1,value:-20},{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3c3b44f-558a-4773-b6a7-ab4d63bad3eb",name:"Mezzodemon Shocktroop",details:"",size:2,origin:1,type:2,keywords:"demon",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +27",equipment:"",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:26},intelligence:{score:19},wisdom:{score:26},charisma:{score:13},hp:1,initiative:24,ac:44,fortitude:40,reflex:39,will:39,regeneration:null,auras:[],powers:[{id:"3ae699ec-c414-409f-97a0-7e09f6da3913",name:"Trident",action:{action:1,trigger:"usable only while wielding a trident",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 12 damage.",damage:"12 damage",category:5},{id:"ad48e773-1f59-41e8-97c1-fdeabef35b98",name:"Demon’s Curse",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"enemies in the burst take 10 damage.",damage:"enemies in the burst take 10 damage",category:0},{id:"752d611d-35b2-46fe-a5f1-6770c7bca008",name:"Restraining Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:33,defence:1},description:"",details:"targets enemies; 15 damage and the target is restrained (save ends).",damage:"15 damage and the target is restrained (save ends)",category:1}],damageModifiers:[{type:7,value:-20},{type:6,value:-10},{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"475c9635-fa9f-4bd3-b8ce-18f067115cd4",name:"Mezzodemon Throne Guard",details:"",size:2,origin:1,type:2,keywords:"demon",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +21; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:26},intelligence:{score:14},wisdom:{score:26},charisma:{score:16},hp:1,initiative:23,ac:43,fortitude:40,reflex:39,will:39,regeneration:null,auras:[],powers:[{id:"ba498279-1af3-4398-81d7-1f774eea6e56",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 11 damage.",damage:"11 damage",category:1},{id:"9e09ca85-4bc3-4d9a-a215-019f5f335d2b",name:"Restraining Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 11 damage, and the target is restrained (save ends).",damage:"11 damage",category:1}],damageModifiers:[{type:7,value:-25},{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed2aef34-6215-42bc-b14b-3f08b7fcf8c0",name:"Mezzodemon Watchguard",details:"",size:2,origin:1,type:2,keywords:"demon",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:28},constitution:{score:21},dexterity:{score:24},intelligence:{score:12},wisdom:{score:25},charisma:{score:16},hp:245,initiative:21,ac:43,fortitude:39,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"335c3b65-f4e8-4cdf-aa5a-dae3d3e784c8",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"d4e125de-caae-4d30-9095-fb96e159ea7f",name:"Skewering Tines",action:{action:1,trigger:"usable only while wielding a trident",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8+9 damage, and the target takes ongoing 10 damage and is restrained (save ends both).",damage:"3d8+9 damage",category:5},{id:"bf723877-1330-44dd-a28d-b281d50c077c",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 4d6+9 poison damage, and ongoing 15 poison damage (save ends).",damage:"4d6+9 poison damage",category:1}],damageModifiers:[{type:7,value:-25},{type:3,value:-15},{type:4,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b3044f4-d3cb-4a5f-969c-74abc934369f",name:"Nycademon Repeller",details:"",size:3,origin:1,type:2,keywords:"demon",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +19",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +23",equipment:"greataxe",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:26},intelligence:{score:8},wisdom:{score:13},charisma:{score:21},hp:250,initiative:23,ac:41,fortitude:40,reflex:40,will:37,regeneration:null,auras:[],powers:[{id:"521d744b-b282-4095-bd07-eccee0f80c17",name:"Wicked Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+7 damage, and ongoing 5 damage (save ends).",damage:"3d8+7 damage",category:1},{id:"1db7af01-17e4-4381-87d2-2ccec3193d47",name:"Wicked Edges",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon makes two wicked axe attacks.",damage:"",category:1},{id:"c779de5b-6de4-4697-8286-0f113a7a0f42",name:"Repelling Flight",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"The nycademon flies up to 6 squares. This flight does not provoke opportunity attacks. During the flight, the nycademon can make up to three attacks, each at a different target; 1d8+7 damage, and ongoing 5 damage (save ends).",damage:"1d8+7 damage",category:1},{id:"948eda5b-b3a4-44df-b382-d64bb48d8a27",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon deals an extra 2d8 damage against any target it has combat advantage against.",damage:"the nycademon deals an extra 2d8 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"470ee91f-3184-4779-a646-a67ff8f25424",name:"Orcus Empowered",details:"",size:5,origin:1,type:2,keywords:"demon",level:34,role:{type:2,flag:2,leader:!0},senses:"Perception +29; darkvision",movement:"6, fly 10 (clumsy), teleport 6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +29, History +29, Intimidate +32, Religion +29",equipment:"",category:"",strength:{score:35},constitution:{score:33},dexterity:{score:22},intelligence:{score:25},wisdom:{score:25},charisma:{score:30},hp:1525,initiative:23,ac:48,fortitude:51,reflex:46,will:49,regeneration:null,auras:[{id:"88236686-d825-4657-ab79-81b5afece9d3",name:"Aura of Death",keywords:"",details:"(Necrotic) aura 20; each enemy that enters the aura or starts its turn there takes 10 necrotic damage (20 necrotic damage while Orcus is bloodied)"},{id:"f4c28e49-e397-4500-9f8f-1199e035bac5",name:"The Dead Rise",keywords:"",details:"aura 6; enemies (including flying ones) treat the area within the aura as difficult terrain, and any dead creature within the aura at the start of Orcus’s turn (except those killed by the Wand of Orcus) rises as an abyssal madness ghoul to fight at Orcus’s command."}],powers:[{id:"00e4f497-9531-4e07-b5b1-a45fe4d89eff",name:"Wand of Orcus",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:38,defence:0},description:"",details:"Reach 4; 3d12+12 damage plus 1d12 necrotic damage, and the target is weakened (save ends); see also master of undeath.",damage:"3d12+12 damage plus 1d12 necrotic damage",category:1},{id:"be93cdc8-6f94-4e28-854d-0abbb179ef15",name:"Sweeping Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Close blast 4",attack:{bonus:36,defence:0},description:"",details:"2d12+12 damage plus 1d12 necrotic damage, and the target is pushed 2 squares and knocked prone; see also master of undeath.",damage:"2d12+12 damage plus 1d12 necrotic damage",category:1},{id:"760bbdec-5456-40a1-845c-d9d9dde41edf",name:"Touch of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"Reach 4; the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply). Miss: The target takes necrotic damage equal to its bloodied value.",damage:"the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply)",category:1},{id:"2951f70e-cc6c-408e-9686-6d9f1fc47850",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to orcus",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8+12 damage, and the target is stunned until the end of Orcus’s next turn and is knocked prone.",damage:"2d8+12 damage",category:5},{id:"01e1fa7d-3340-47fb-b63a-206594d2ccef",name:"Necrotic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:38,defence:1},description:"",details:"2d12+12 necrotic damage, and all undead in the burst regain 20 hit points.",damage:"2d12+12 necrotic damage",category:1},{id:"472e1e78-7609-478b-93ec-e98e2b8994e1",name:"Master of Undeath",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of Orcus’s turn, any creature killed by the Wand of Orcus that is still dead rises as a dread wraith under Orcus’s command.",damage:"",category:0}],damageModifiers:[{type:1,value:-20},{type:2,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"disease, poison, necrotic",tactics:""},{id:"d568504b-ffef-4e32-8734-abec829029f0",name:"Pit Fiend Captain",details:"",size:3,origin:3,type:2,keywords:"devil",level:30,role:{type:7,flag:1,leader:!0},senses:"Perception +26; darkvision",movement:"12, fly 12 (clumsy), teleport 10",alignment:"Evil",languages:"Supernal",skills:"Bluff +29, Insight +26, Intimidate +29, Religion +26",equipment:"",category:"",strength:{score:33},constitution:{score:27},dexterity:{score:25},intelligence:{score:22},wisdom:{score:23},charisma:{score:29},hp:550,initiative:24,ac:46,fortitude:43,reflex:39,will:41,regeneration:null,auras:[{id:"b2bf2c11-0ae8-4662-9ee6-ab25fd30e5dd",name:"Aura of Fear ",keywords:"",details:"(Fear) aura 5; each enemy within the aura takes a –2 penalty to attack rolls."},{id:"0a81fae9-5b2b-4021-aa65-e50694f6269a",name:"Aura of Fire",keywords:"",details:"(Fire) aura 5; each enemy that enters or starts its turns in the aura takes 15 fire damage."}],powers:[{id:"c488b0c0-ffb3-412e-a515-68403021ca7b",name:"Flametouched Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 3d8+10 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d8+10 fire damage",category:1},{id:"2b88d723-4fbe-4532-90ae-9181c15454c9",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the pit fiend makes a secondary attack against the same target. Secondary Attack: +35 vs. Fortitude; the target takes ongoing 15 poison damage and is weakened (save ends both).",damage:"2d8+10 damage",category:1},{id:"4e5238f5-8917-4db1-b83d-30069258b6aa",name:"Pit Fiend Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The pit fiend makes a flametouched mace attack and a tail sting attack.",damage:"",category:1},{id:"4a76df8b-a39d-464d-86c7-67c698c2dfd9",name:"Point of Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:35,defence:3},description:"",details:"the target takes a –5 penalty to all defenses until the end of the pit fiend’s next turn.",damage:"",category:3},{id:"1e5a5b8e-f594-4b8a-a64e-16f627d66e08",name:"Tactical Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The pit fiend can teleport up to 2 allies within 10 squares of it. The targets appear in any unoccupied squares within 10 squares of the pit fiend.",damage:"The pit fiend can teleport up to 2 allies within 10 squares of it",category:1}],damageModifiers:[{type:3,value:-30},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a542b00-68f7-4f2f-ae11-a805be578b01",name:"Retriever Holocaust",details:"",size:4,origin:3,type:0,keywords:"",level:30,role:{type:7,flag:2,leader:!1},senses:"Perception +24; darkvision, truesight 10",movement:"10, teleport 10",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:30},intelligence:{score:18},wisdom:{score:28},charisma:{score:14},hp:1104,initiative:27,ac:46,fortitude:44,reflex:43,will:42,regeneration:null,auras:[{id:"9a8c75db-ead0-4f02-99a6-211ec5a41fca",name:"Holocaust Aura",keywords:"",details:"(Fire) aura 5; each creature that starts its turn within the aura takes 15 fire damage. See also shield of fire."}],powers:[{id:"d2947d37-3968-48d9-99a8-be2b77d648cb",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 3; 4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"28692342-5254-4843-885f-c2369938f792",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The retriever holocaust makes four claw attacks, less one claw for each creature it has grabbed.",damage:"",category:1},{id:"72d5dc6d-3cbc-447d-ac16-0fc233abfdf1",name:"Great Retrieve",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"Reach 3; targets up to four creatures, less one for each creature the retriever already has grabbed; 3d8+10 damage, and the target is grabbed. The retriever can move a creature it has grabbed without making a Strength attack.",damage:"3d8+10 damage",category:1},{id:"b638718d-f6f2-44a4-af04-7193a8ffff4c",name:"Shield of Fire",action:{action:5,trigger:"when a creature within the retriever’s holocaust aura makes an attack roll",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"4d10+9 fire and necrotic damage, and the triggering attack takes a –2 penalty to the attack roll.",damage:"4d10+9 fire and necrotic damage",category:5},{id:"6234abf1-e060-49ed-8428-d4f8c7bf6756",name:"Holocaust Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:35,defence:1},description:"",details:"three attacks at three different targets; 3d10+9 fire and necrotic damage, and the target takes ongoing 5 fire and necrotic damage and is dazed (save ends both). A creature already dazed is stunned (save ends).",damage:"3d10+9 fire and necrotic damage",category:1},{id:"2725fc5e-fa10-4861-9417-538e19218eba",name:"Path of Flame",action:null,keywords:"",condition:"",range:"Each time the retriever holocaust teleports, it unleashes a storm of fire at its destination in a close burst 3: +35 vs. Reflex",attack:null,description:"",details:"2d10 + 9 fire damage, and the target is blinded (save ends).",damage:"2d10 + 9 fire damage",category:0},{id:"2bde8bd8-9e7b-401a-acc4-a7c7ee50748a",name:"Self-Repair",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The retriever regains 100 hit points and gains a +4 bonus to AC until the start of its next turn.",damage:"The retriever regains 100 hit points and gains a +4 bonus to AC until the start of its next turn",category:5},{id:"c4fc6dc4-2dc5-4b32-8371-a397917c514c",name:"Unerring Accuracy",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The retriever senses the general location of the target or nearest creature of the type it was commanded to locate. The retriever teleports to within 10 squares of the target. The target need not be on the same plane as the retriever.",damage:"The retriever teleports to within 10 squares of the target",category:5}],damageModifiers:[],resist:"10 all",vulnerable:"",immune:"charm, fear",tactics:""},{id:"1eef74c2-3071-404a-9600-086280c3da07",name:"Rot Harbinger Reaver",details:"",size:2,origin:1,type:2,keywords:"undead",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:30},intelligence:{score:21},wisdom:{score:27},charisma:{score:19},hp:1,initiative:24,ac:44,fortitude:39,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"1e98533f-acb9-4e09-b9da-b02aa82e74ae",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"12 damage, and the target is marked until the end of the rot harbinger’s next turn.",damage:"12 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, necrotic",tactics:""},{id:"34ae2d78-ddd7-414f-a682-aa3e6280dd91",name:"Shadow Demon Assassin",details:"",size:2,origin:1,type:2,keywords:"demon",level:31,role:{type:4,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Arcana +26, Bluff +29, Stealth +30",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:30},intelligence:{score:22},wisdom:{score:17},charisma:{score:28},hp:436,initiative:29,ac:45,fortitude:41,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"384d419d-cd06-4c2e-acab-deebd014b258",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:2},description:"",details:"Two attacks; 3d8+10 necrotic damage; see also combat advantage.",damage:"3d8+10 necrotic damage",category:1},{id:"95657179-f69b-4ded-a839-6abaa9be037e",name:"Void Rake",action:{action:3,trigger:"requires combat advantage against the target",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadow demon makes a single claw attack.",damage:"",category:5},{id:"d002f553-7f03-4e49-9601-76fda53e28dd",name:"Abyssal Void",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Close burst 3",attack:{bonus:32,defence:1},description:"",details:"4d8+10 necrotic damage. The burst creates a zone of darkness that lasts until the end of the shadow demon’s next turn. The zone of darkness cannot be illuminated, and it blocks line of sight for all creatures that cannot see in darkness. A creature that starts its turn within the zone takes 2d8 + 10 necrotic damage.",damage:"4d8+10 necrotic damage",category:5},{id:"5effc4fb-ed08-4c8d-9ffe-1d43d2c07781",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow demon uses a claw attack to damage a target it has combat advantage against, the target cannot spend healing surges until the end of the shadow demon’s next turn.",damage:"when the shadow demon uses a claw attack to damage a target it has combat advantage against",category:0}],damageModifiers:[{type:6,value:-25},{type:2,value:-20},{type:5,value:-20}],resist:"insubstantial",vulnerable:"radiant (if the shadow demon takes 25 or more radiant damage in a single attack, it loses phasing and insubstantial until the end of the attacker’s next turn)",immune:"",tactics:""},{id:"fdb05612-d154-4ba4-8627-800d84bb39dd",name:"Shard of Timesus",details:"",size:3,origin:1,type:0,keywords:"",level:30,role:{type:2,flag:1,leader:!1},senses:"Perception +22; darkvision, truesight 6",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:27},intelligence:{score:8},wisdom:{score:24},charisma:{score:18},hp:670,initiative:23,ac:42,fortitude:44,reflex:42,will:41,regeneration:null,auras:[{id:"4432aa8a-ce3d-40de-addc-1b1d520371e4",name:"Blackstar Gravity",keywords:"",details:"aura 3; each enemy within the aura at the start of the shard’s turn is pulled 2 squares."}],powers:[{id:"211f6625-0932-4425-9412-3e24fb37da00",name:"Blackstar Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 4d8+10 damage.",damage:"4d8+10 damage",category:1},{id:"60356509-fde9-4f84-9d42-14835572b749",name:"Amok Rage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shard of Timesus makes blackstar slam attacks against two different targets.",damage:"",category:1},{id:"f10541cb-72d2-433a-ab73-21672d37948c",name:"Meteor Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close blast 5",attack:{bonus:31,defence:2},description:"",details:"5d10+9 force damage, and the target is pushed 4 squares and knocked prone.",damage:"5d10+9 force damage",category:1},{id:"07deefa8-7bdf-48b7-b9dc-76b757933510",name:"Focused Gravity",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged sight",attack:{bonus:31,defence:1},description:"",details:"2d8+10 force damage, and the target is knocked prone.",damage:"2d8+10 force damage",category:5},{id:"a6933706-f05e-46d6-8fdc-5f670a36c9c2",name:"Starquake",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 3",attack:{bonus:31,defence:2},description:"",details:"targets enemies; 2d8 + 10 damage.",damage:"2d8 + 10 damage",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68a4a227-8ace-4e63-9cb9-e3cb18758b65",name:"Slaughter Wight Overlord",details:"",size:2,origin:4,type:2,keywords:"undead",level:27,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:26},intelligence:{score:17},wisdom:{score:11},charisma:{score:24},hp:304,initiative:21,ac:39,fortitude:41,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"a80023a8-6ef5-4440-8515-a7efdb21b8db",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"5d6+9 necrotic damage, the target loses a healing surge and is weakened (save ends), and the slaughter wight regains 20 hit points.",damage:"5d6+9 necrotic damage",category:1},{id:"a37f260c-bbd1-4bac-9551-84eafa0e9871",name:"Bloodied Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"when first bloodied",range:"Close burst 1",attack:{bonus:28,defence:2},description:"",details:"targets enemies; 4d6+9 necrotic damage, and the target is pushed 1 square and immobilized (save ends).",damage:"4d6+9 necrotic damage",category:1},{id:"21d7cbf1-6ebd-4001-9c21-67bfeb038871",name:"Death Wail",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:28,defence:1},description:"",details:"targets enemies; 4d6+9 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"4d6+9 necrotic damage",category:0}],damageModifiers:[{type:6,value:-25},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0855c8cc-2e4c-4c18-8374-477f7c499096",name:"Solamith Hunter",details:"",size:3,origin:1,type:2,keywords:"demon",level:30,role:{type:0,flag:0,leader:!1},senses:"Perception +23",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:29},intelligence:{score:12},wisdom:{score:26},charisma:{score:10},hp:208,initiative:24,ac:42,fortitude:41,reflex:42,will:41,regeneration:{value:20,details:"if the solamith takes cold damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"ac915851-68af-4152-8051-529a7891a4ef",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 2d8+10 fire damage.",damage:"2d8+10 fire damage",category:1},{id:"0314c709-0f5f-41cc-89d2-3367826a979a",name:"Soulfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:null,description:"",details:"The solamith chooses one of the following attacks, taking damage as it hurls parts of itself at enemies. The solamith cannot reduce itself to 0 hit points or fewer in this fashion.",damage:"taking damage as it hurls parts of itself at enemies",category:1},{id:"75e333b0-d6ae-4977-a468-e440b297c67f",name:"Soulfire Retort",action:{action:4,trigger:"when the solamith takes damage from a melee attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:33,defence:2},description:"",details:"2d8+10 fire and necrotic damage, and the target is pushed 2 squares.",damage:"2d8+10 fire and necrotic damage",category:5}],damageModifiers:[{type:3,value:-20},{type:4,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7cb517a-634f-4205-ad53-17739d46566a",name:"Storm Devil Thrall",details:"",size:2,origin:3,type:2,keywords:"devil",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Supernal",skills:"Stealth +26",equipment:"trident",category:"",strength:{score:21},constitution:{score:27},dexterity:{score:27},intelligence:{score:16},wisdom:{score:24},charisma:{score:15},hp:195,initiative:21,ac:39,fortitude:39,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"44a899b5-637f-4b7a-9abe-6d67349b75ac",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"2d8+9 damage, and the target takes ongoing 10 lightning damage and is dazed (save ends both).",damage:"2d8+9 damage",category:1},{id:"e2665125-9364-4727-907e-4dbf231edf7a",name:"Lightning Fork",action:{action:1,trigger:"usable only while wielding a trident",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"3d8+10 lightning damage.",damage:"3d8+10 lightning damage",category:5},{id:"f1a5e4f2-9fe8-49ba-b494-cad1d56d6fdf",name:"Infernal Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:30,defence:1},description:"",details:"4d10+9 lightning and thunder damage, and the target is pushed 3 squares and dazed until the end of its next turn.",damage:"4d10+9 lightning and thunder damage",category:1},{id:"d7be34e2-4a9f-40de-8c68-4f9eaa1209ef",name:"Cyclone",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm devil shifts 3 squares, and any Medium or smaller enemy adjacent to the storm devil at the start of the move is knocked prone.",damage:"The storm devil shifts 3 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7e37460-d1fb-4699-acd3-e18264e64945",name:"Vampire Lord (Human Fighter)",details:"",size:2,origin:4,type:2,keywords:"undead",level:28,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8, climb 4 (spider climb)",alignment:"Evil",languages:"Abyssal, Common",skills:"Acrobatics +28, Athletics +29, Intimidate +27",equipment:"broadsword",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:28},intelligence:{score:18},wisdom:{score:20},charisma:{score:26},hp:408,initiative:25,ac:44,fortitude:42,reflex:41,will:40,regeneration:{value:15,details:"regeneration does not function while the vampire lord is exposed to direct sunlight"},auras:[],powers:[{id:"ebf15570-8cec-4d9c-b191-098192470e27",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"3d10+5 damage, and the target is marked until the end of the vampire lord’s next turn.",damage:"3d10+5 damage",category:1},{id:"3d74e227-f067-4f0e-b435-b5d3fa56f866",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The vampire lord makes two broadsword attacks.",damage:"",category:1},{id:"27d014da-7e00-4ec8-8295-9f45c68e244c",name:"Blood Drain",action:{action:1,trigger:"requires combat advantage against the target; recharges when an adjacent creature becomes bloodied)",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"4d12+8 damage, the target is weakened (save ends), and the vampire lord regains 102 hit points; see also combat advantage.",damage:"4d12+8 damage",category:5},{id:"e8d9e7b8-4026-4ef8-b6f4-6454e98ffcc7",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:33,defence:3},description:"",details:"the target is dominated (save ends, with a –2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). The vampire lord can dominate only one creature at a time.",damage:"",category:3},{id:"3908fd42-e056-4f2b-af6f-518952fac557",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord deals 2d10 extra damage with its attacks against any target it has marked.",damage:"the vampire lord deals 2d10 extra damage with its attacks against any target it has marked",category:0},{id:"342191be-074d-4d9f-9384-28948c1a09f5",name:"Vampire Lord’s Mark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord deals 2d10 extra damage with its attacks against any target it has marked.",damage:"the vampire lord deals 2d10 extra damage with its attacks against any target it has marked",category:0},{id:"546f02f4-ec5a-4bff-91ef-a9f5cb28193f",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The vampire lord becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The vampire lord can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The vampire lord becomes insubstantial and gains a fly speed of 12",category:1},{id:"04e1e6a2-d855-42c9-b5d7-885b0160ad9a",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The vampire lord spends a healing surge and regains 102 hit points. The vampire lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The vampire lord spends a healing surge and regains 102 hit points",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"838de2a1-c682-4d2d-9171-6630d74423fe",name:"War Devil Spearfighter",details:"",size:3,origin:3,type:2,keywords:"devil",level:28,role:{type:2,flag:0,leader:!0},senses:"Perception +19; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +23",equipment:"trident",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:25},intelligence:{score:17},wisdom:{score:21},charisma:{score:18},hp:316,initiative:21,ac:40,fortitude:40,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"b4269ef2-b1d3-4d5f-9ebd-381254e55074",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 2d8+10 damage.",damage:"2d8+10 damage",category:1},{id:"01ab5017-abaf-4de9-b6ca-6c75d8651ad9",name:"Savage Spear",action:{action:1,trigger:"usable only while wielding a longspear",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 3d8+10 damage, and the target is knocked prone and takes ongoing 10 damage and is dazed (save ends both).",damage:"3d8+10 damage",category:5},{id:"e054a842-8202-4dbd-abef-20454d9bd264",name:"Besieged Foe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"automatic hit; the target is marked; allies of the war devil gain a +2 bonus to attack rolls made against the marked target until the end of the encounter or the war devil marks a new target.",damage:"allies of the war devil gain a +2 bonus to attack rolls made against the marked target until the end of the encounter or the war devil marks a new target",category:3},{id:"4e312414-f60d-4d70-8744-0608593c50f0",name:"Devilish Transposition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:null,description:"",details:"the war devil and an allied devil within range swap positions.",damage:"",category:1},{id:"74158b24-c91c-4d5e-977c-59342b660050",name:"Fiendish Tactics",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects up to two allied devils of the war devil’s level or lower; each target can take a move action or make a basic attack.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"ae283752-b88c-4675-a347-b18dae60915c",name:"Ancestral Vassal",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:22,role:{type:7,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"5, fly 4 (clumsy)",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"scale armor; short sword",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:16},intelligence:{score:24},wisdom:{score:19},charisma:{score:23},hp:418,initiative:16,ac:40,fortitude:37,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"beab64e3-0bf8-460a-aa4b-1f3079fd2991",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 damage plus 1d6 lightning damage, and the target is marked until the end of the vassal’s next turn.",damage:"3d6+8 damage plus 1d6 lightning damage",category:1},{id:"1643b60b-642f-4e92-8213-d06aa035a6c0",name:"Crackling Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+8 lightning damage.",damage:"3d6+8 lightning damage",category:1},{id:"a79194d1-fbdc-447c-ae2e-d0b065fcb7f4",name:"Dragonblood Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vassal makes both a short sword attack and a crackling claw attack.",damage:"",category:1},{id:"61660c27-1693-4c90-9409-fe75b2f91e43",name:"Bloodied Fury",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vassal makes a dragonblood fury attack against an adjacent enemy.",damage:"",category:4},{id:"73520b96-98c6-47ef-9179-98b275c63508",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:25,defence:2},description:"",details:"3d6+8 lightning damage.",damage:"3d6+8 lightning damage",category:1},{id:"036a9eec-7996-461a-a4b1-e68a3ff7452d",name:"Impetuous Spirit",action:{action:4,trigger:"when an enemy leaves a square adjacent to the vassal",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vassal makes a melee basic attack against the triggering enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5},{id:"ace1aaf4-82d2-4367-841f-4b8657863e7f",name:"Martial Recovery",action:{action:7,trigger:"when the vassal misses with a melee attack; recharges when the vassal uses impetuous spirit",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vassal makes another melee attack against the same target.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b26136a4-d685-4e65-b3db-6b0b1f818a2c",name:"Aric Blacktree",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:0,flag:1,leader:!0},senses:"Perception +7",movement:"6, fly 8 (soarsled)",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +8, Bluff +9",equipment:"leather armor; mace",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:13},intelligence:{score:15},wisdom:{score:12},charisma:{score:17},hp:76,initiative:2,ac:17,fortitude:14,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"a44fffb0-52ab-46e6-b98e-c083ea292332",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"81c8dcf1-d3b0-42e2-a7a7-f620d3312b89",name:"Withering Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"targets one or two creatures; 2d6+3 lightning and necrotic damage, and the target is weakened until the end of Aric Blacktree’s next turn.",damage:"2d6+3 lightning and necrotic damage",category:1},{id:"9ecc0457-7a77-4a19-8287-72824aa6baa3",name:"Aberrant Inspiration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in burst can make a basic attack as a free action, and then takes 5 necrotic damage.",damage:"and then takes 5 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6cb4d86-6c6d-4179-8c86-4295753392fa",name:"Ashbound Berserker",details:"",size:2,origin:4,type:2,keywords:"shifter",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +10, Stealth +10",equipment:"battleaxe; light shield",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:9},hp:43,initiative:7,ac:14,fortitude:13,reflex:15,will:13,regeneration:{value:0,details:"longtooth shifting"},auras:[],powers:[{id:"74725722-886f-4cf3-90cb-aa45582a3167",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"755a0203-43e3-4a16-a262-dc991147091e",name:"Unraveling Strike",action:{action:1,trigger:"requires a battleaxe; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d8+5 damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d8+5 damage",category:5},{id:"94bc01bb-948e-42c1-81e1-36591bcde7d2",name:"Longtooth Shifting",action:{action:3,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the Ashbound berserker gains a +2 bonus to damage rolls, and gains regeneration 2 while bloodied.",damage:"the ashbound berserker gains a +2 bonus to damage rolls",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ad4e8c50-8bc7-4ff2-a7e4-bf781ff945be",name:"Ashbound Juggernaut",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +8, Intimidate +5",equipment:"greataxe; hide armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:8},hp:46,initiative:5,ac:17,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"5b239996-fe2f-49cf-bcb9-3095bd31c695",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+3 damage (crit 1d12 + 15).",damage:"1d12+3 damage (crit 1d12 + 15)",category:1},{id:"0bb0b978-a502-4896-b443-301fb850cd9b",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"85b69275-154d-4c86-a9da-0cc327c70a6b",name:"Hewing Strike",action:{action:1,trigger:"requires a greataxe; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:9,defence:0},description:"",details:"The Ashbound Juggernaut makes a charge attack; 1d12 damage (crit 1d12 + 12), and ongoing 5 damage (save ends).",damage:"1d12 damage (crit 1d12 + 12)",category:5},{id:"0b9980ff-c835-47f9-9fab-068788b8e846",name:"Nature’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The Ashbound juggernaut shifts 3 squares and makes a basic attack as a free action at any point during this movement.",damage:"The Ashbound juggernaut shifts 3 squares and makes a basic attack as a free action at any point during this movement",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"077c5faf-7d64-46f7-b0bf-93bae93079c2",name:"Ashbound Warshaper",details:"",size:2,origin:4,type:2,keywords:"shifter",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +8, Intimidate +8, Nature +12",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:15},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:120,initiative:4,ac:21,fortitude:19,reflex:16,will:21,regeneration:{value:0,details:"aspect of the beast"},auras:[{id:"4e6e6d9b-ebcd-4762-8d8f-43ab71f44f9c",name:"Bloodlust",keywords:"",details:"aura 2; each ally within the aura gains a +1 bonus to attack rolls."}],powers:[{id:"31fe630b-6a2c-4be3-a7d1-efb8784db137",name:"Claw",action:{action:1,trigger:"usable only while affected by aspect of the beast",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:5},{id:"934a30dc-9219-4585-843e-0743b213e03c",name:"Quarterstaff",action:{action:1,trigger:"usable only while not affected by aspect of the beast",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage, and the warshaper slides the target 2 squares.",damage:"1d8+6 damage",category:5},{id:"eaf5715e-55ba-4afd-8ed2-bc74e348da3e",name:"Claw Flurry",action:{action:1,trigger:"usable only while affected by aspect of the beast",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Ashbound warshaper makes two claw attacks.",damage:"",category:5},{id:"440dec35-42a7-4b24-aa7f-7481d561c93a",name:"Unleash the Beast",action:{action:3,trigger:"usable only while not affected by aspect of the beast",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"the target makes a melee basic attack against an adjacent creature of the Ashbound warshaper’s choice as a free action.",attack:{bonus:9,defence:3},description:"",details:"",damage:"",category:5},{id:"5220483e-a90c-4478-8067-7143e715c7bb",name:"Aspect of the Beast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Polymorph",condition:"",range:"",attack:null,description:"",details:"The Ashbound warshaper assumes the form of a primal beast. Until the end of the encounter, the warshaper gains regeneration 5, its speed increases by 2, and it can make claw attacks. While in this form, the Ashbound warshaper cannot make quarterstaff attacks and cannot use unleash the beast.",damage:"the warshaper gains regeneration 5",category:3},{id:"13bcbe12-dd39-447f-a357-c5deb56d66c9",name:"Razorclaw Shifting",action:{action:3,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the warshaper’s speed increases by 2 and it gains a +1 bonus to AC and Reflex.",damage:"the warshaper’s speed increases by 2 and it gains a +1 bonus to AC and Reflex",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"142006c9-dc54-439f-a620-78fce61d187f",name:"Aurum Concordian",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:7,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Bluff +13, Diplomacy +13, History +11, Insight +11",equipment:"chainmail",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:11},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:158,initiative:3,ac:23,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"d7a0bfb1-ffc4-4781-8510-7b02756269c5",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"c9cc3a69-a0f4-4b4b-9dec-049c198e6c9c",name:"Dazing Hammerstrike",action:{action:1,trigger:"requires a warhammer",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d0+5 damage, and the target is dazed until the end of the Aurum Concordian’s next turn.",damage:"1d0+5 damage",category:5},{id:"142332dc-15ee-4a30-ab05-3c96520abdfe",name:"Silver-Tongued Devil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:10,defence:3},description:"",details:"the target is dominated until the end of the Aurum Concordian’s next turn. The Concordian can have only one target dominated at a time.",damage:"",category:3},{id:"58793ae8-3236-4d46-b648-b390547c064f",name:"Superior Tactics",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one ally; the Concordian slides the target 1 square.",damage:"the Concordian slides the target 1 square",category:3},{id:"ecbf9745-c552-43ee-91d9-2607290fb284",name:"Price of Loyalty",action:{action:5,trigger:"when the concordian is targeted with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Aurum Concordian can change the triggering attack’s target to an adjacent ally, or to an enemy dominated by its silvertongued devil power.",damage:"",category:5},{id:"5d0f98fc-fe7c-4d11-a453-38685bd8ed98",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an Aurum Concordian, the Concordian moves 1 square less than the effect specifies. Also, a Concordian can make a saving throw to avoid being knocked prone.",damage:"the Concordian moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3648f466-b48c-498d-a9ed-90dbcc3d23b0",name:"Belashyrra",details:"",size:2,origin:0,type:2,keywords:"",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +27; all-around vision, darkvision, truesight 4",movement:"8",alignment:"Evil",languages:"All",skills:"Insight +27",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:21},intelligence:{score:27},wisdom:{score:26},charisma:{score:30},hp:1024,initiative:19,ac:42,fortitude:40,reflex:40,will:42,regeneration:{value:20,details:""},auras:[{id:"925ea7a5-05e8-4fc3-b3a0-47e973f83450",name:"Shroud of Madness",keywords:"",details:"aura 4; each enemy that starts its turn within the aura takes 20 psychic damage, and takes a -2 penalty to all defenses until the start of its next turn."}],powers:[{id:"132702f1-9daa-4ac7-a4d6-61239edb7e4c",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"3d8+10 damage, and the target is weakened until the end of Belashyrra’s next turn.",damage:"3d8+10 damage",category:1},{id:"83ea1b1a-9bce-4f0e-9fdb-cd34fafb9fe6",name:"Tentacle Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 3; 3d8+10 damage, and ongoing 15 poison damage (save ends).",damage:"3d8+10 damage",category:1},{id:"2e890c3b-8dd4-4f8f-9c24-bd495b735da6",name:"Gaze of Agony",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"3d8+8 psychic damage.",damage:"3d8+8 psychic damage",category:1},{id:"873a8148-c448-481c-918d-f7e5f5449021",name:"Lashing Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Belashyrra makes a corrupting touch attack and a tentacle whip attack.",damage:"",category:1},{id:"3306d403-13e5-4643-9344-3c7d312ed104",name:"Swift Corruption",action:{action:5,trigger:"when an enemy moves or shifts into a square adjacent to belashyrra",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Belashyrra makes a corrupting touch attack.",damage:"",category:5},{id:"ca9fa7d6-1b7b-4c9b-8f59-2e3ba7db7a79",name:"Hypnotic Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:32,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:3},{id:"6bb347c0-d9c5-4cd1-92e3-4276ef4a02df",name:"Eye Thief",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target is blinded (save ends). Belashyrra can see through the otherwise blind eyes of the target and use the target as the origin point for his ranged attacks. Second Failed Saving Throw: If the target fails two saving throws against this power, the blindness becomes permanent. The Remove Affliction ritual will remove this effect, but the skill check takes a -15 penalty. Otherwise, only Belashyrra’s death can remove the effect.",attack:{bonus:32,defence:3},description:"",details:"",damage:"",category:5},{id:"cc7aecfa-847f-4f39-90af-1bcb81b147c8",name:"Reality Rift",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:30,defence:2},description:"",details:"5d8+10 psychic damage. Effect: Belashyrra teleports up to 10 squares or to any square adjacent to a creature currently blinded by eye thief.",damage:"5d8+10 psychic damage",category:5},{id:"ef0bb33f-b8c2-445e-96e0-cd84ef30eb80",name:"Alien Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If an enemy attacks Belashyrra’s Will and hits with a charm or psychic attack or with a mind-reading power, that enemy takes 20 psychic damage and is dazed until the end of its next turn.",damage:"that enemy takes 20 psychic damage and is dazed until the end of its next turn",category:0},{id:"b58e5e1d-4c57-4a8f-8376-85740e7fe5be",name:"Sight in Blindness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When blinded, Belashyrra has blindsight 20.",damage:"Belashyrra has blindsight 20",category:0}],damageModifiers:[{type:7,value:-20},{type:8,value:-20}],resist:"",vulnerable:"radiant (if Belashyrra takes radiant damage, his regeneration doesn’t function on his",immune:"",tactics:""},{id:"b3874c9d-4cdb-40cd-9181-9c30c416e7e7",name:"Bladebearer Hobgoblin",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +12, Stealth +11",equipment:"leather armor; scimitar",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:62,initiative:8,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"9bc3aa6f-e873-40d1-9639-f12b9727dcf9",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14).",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"a856faac-04fa-472d-b204-0e3fed7c15c3",name:"Scimitar",action:{action:1,trigger:"requires combat advantage against the target; requires a scimitar",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin makes two scimitar attacks.",damage:"",category:5},{id:"ae378861-bb0e-4807-a8fa-1cb583029147",name:"Bladebearer Finesse",action:{action:7,trigger:"usable only while charging",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin doesn’t provoke opportunity attacks when leaving the initial square of its charge.",damage:"",category:5},{id:"cdabe787-2786-41b7-ba84-25d17a0d12d8",name:"Dhakaani Footwork",action:{action:7,trigger:"when the bladebearer hobgoblin hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin shifts 1 square.",damage:"The Bladebearer hobgoblin shifts 1 square",category:5},{id:"c7f9da5c-4412-40dc-9577-e4023fa5cca5",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the bladebearer hobgoblin is subjected to an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer hobgoblin rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d5f25c2-4f46-4e31-8d2f-b6f2804ede9b",name:"Bren ir’Gadden",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:1,role:{type:7,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; heavy shield; longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:31,initiative:4,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"3159b331-5292-4eb8-95a2-89d9b0a8f026",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage, and the target is marked until the end of Bren’s next turn.",damage:"1d8+3 damage",category:1},{id:"672439c0-1625-4b5f-a446-394338cf3948",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:5,defence:2},description:"",details:"2d4+1 damage.",damage:"2d4+1 damage",category:1},{id:"3a83462a-cc4f-42e9-ba55-658e20b9800f",name:"Inspiring Strike",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+7 damage, and one ally within 5 squares of Bren gains a +2 power bonus to its next attack roll against the target before the end of Bren’s next turn.",damage:"1d8+7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a50fa208-9c02-424f-85ee-d6503e45cb37",name:"Bugbear Skinner",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Intimidate +11, Stealth +12",equipment:"leather armor; sickle",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:80,initiative:9,ac:21,fortitude:18,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"07c656ac-6f7a-4175-944f-a95b0266dbf5",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"e66c75f0-5391-4613-9aea-b6c12144ca65",name:"Mocking Rend",action:{action:1,trigger:"requires combat advantage against the target; requires a sickle; recharges when an enemy within line of sight becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear skinner makes two sickle attacks against the same target. If both attacks hit, the target takes ongoing 5 damage (save ends) and is dazed until the end of the bugbear skinner’s next turn.",damage:"the target takes ongoing 5 damage (save ends) and is dazed until the end of the bugbear skinner’s next turn",category:5},{id:"7f5ebc1b-420c-4e6e-918e-1b0cf2900c09",name:"Horrifying Mockery",action:{action:3,trigger:"recharges when an enemy within line of sight is bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:10,defence:3},description:"",details:"targets one enemy in the burst; the bugbear skinner pushes the target 1 square, and the bugbear skinner shifts 3 squares.",damage:"the bugbear skinner pushes the target 1 square",category:5},{id:"3eb728a1-2b41-4b08-b93a-56d97b0fd224",name:"Bloodied Shift",action:{action:7,trigger:"when the bugbear skinner is hit by an attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear skinner shifts 1 square.",damage:"The bugbear skinner shifts 1 square",category:5},{id:"cc781c09-8b25-464b-88b4-cad28aa67a65",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a bugbear skinner hits a creature granting combat advantage to it with a melee attack, and that creature is not already taking ongoing damage, then the creature takes ongoing 5 damage (save ends).",damage:"",category:0},{id:"79bf2e6e-b847-45f1-a9c1-113550163e17",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A bugbear skinner deals 1d6 extra damage on the next attack it makes against a creature granting combat advantage to it. It must apply this bonus before the end of its next turn.",damage:"a bugbear skinner deals 1d6 extra damage on the next attack it makes against a creature granting combat advantage to it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"47a39afc-0aa3-48e9-a4c2-66b74a3ac5e5",name:"Cannith Magewright",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +12",equipment:"implement, wand",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:12},hp:55,initiative:5,ac:18,fortitude:16,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"4cf5a55c-8feb-459b-a13e-fe6de95d353c",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"89de3be7-27b9-4af5-b17f-f6eab61d72d8",name:"Wand Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"(standard",range:"",attack:{bonus:11,defence:2},description:"",details:"2d4+8 damage.",damage:"2d4+8 damage",category:1},{id:"f9893b5c-e15d-4e21-b1b7-84e7bbdff11c",name:"Magewright’s Fiery Wand",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d4+4 fire damage, and each enemy adjacent to the target takes 4 fire damage.",damage:"1d4+4 fire damage",category:1},{id:"28c569ac-4bfb-40ec-9652-6e881508df7f",name:"Alchemical Explosion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:11,defence:2},description:"",details:"1d6+4 fire damage and ongoing 5 fire damage, and the target is knocked prone.",damage:"1d6+4 fire damage and ongoing 5 fire damage",category:1},{id:"2aa114b7-d3e8-431c-add5-adb14d66491d",name:"Lightning Withdrawal",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:11,defence:1},description:"",details:"2d6+4 lightning damage, and the Cannith magewright teleports 5 squares.",damage:"2d6+4 lightning damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7a41d3b-84c3-4d71-b74d-dbaedebda311",name:"Carrion Tribe Blessed Champion",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +12",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +18, Endurance +16",equipment:"hide armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:10},hp:300,initiative:14,ac:33,fortitude:30,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"9edfd696-2b61-4e58-a97f-81db0359db5f",name:"Spiked Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d4+5 damage, and the target is marked until the start of the blessed champion’s next turn.",damage:"4d4+5 damage",category:1},{id:"05e79ad2-bea0-4b55-a377-7240ba19f26a",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d6+1 damage, and ongoing 5 damage (save ends).",damage:"2d6+1 damage",category:3},{id:"5c0d05f2-4698-4d9c-bbdc-93647b8a87f2",name:"Brutal Smash",action:{action:1,trigger:"requires a spiked greatclub",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"4d6+8 damage, and the target is dazed (save ends).",damage:"4d6+8 damage",category:5},{id:"898c7347-b0c9-4373-987b-cd6d9c92519a",name:"Demonic Wrath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The blessed champion takes on a hideous demonic form until the end of the encounter. Any enemy starting its turn adjacent to the blessed champion in demonic wrath form is marked by the blessed champion and takes a -2 penalty to all defenses until the start of its next turn.",damage:"Any enemy starting its turn adjacent to the blessed champion in demonic wrath form is marked by the blessed champion and takes a -2 penalty to all defenses until the start of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"699d21a0-15d9-42ef-bb55-95b2444c282c",name:"Carrion Tribe Degenerate",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:23},constitution:{score:17},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:6},hp:1,initiative:14,ac:29,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"eddcd742-ae3b-4a2f-bd31-6af6da2ad4c4",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"8 damage (10 damage against bloodied targets).",damage:"8 damage (10 damage against bloodied targets)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4803e4a-7e6a-45ed-ac20-1ca099627285",name:"Carrion Tribe Sakah Hunter",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +17",equipment:"arrow; leather armor; longbow; spear",category:"",strength:{score:19},constitution:{score:12},dexterity:{score:22},intelligence:{score:15},wisdom:{score:19},charisma:{score:16},hp:96,initiative:12,ac:25,fortitude:24,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"cbae6b78-eabf-4e35-a400-b8d7feca2f6e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"4cbb1715-9ceb-4f74-a01b-52195ff9ff5b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"45527c6a-aa30-4d76-bb95-523e7e12f6e3",name:"Infernal Summons",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 10",attack:null,description:"",details:"the sakah hunter conjures a Medium beast of smoke and flame in a space adjacent to an enemy in range. Any enemies adjacent to the conjured beast grant combat advantage to the sakah hunter. As a move action, the sakah hunter can move the fiendish beast 5 squares. The fiendish beast cannot be attacked, but it is vulnerable to dispel magic and similar effects. Sustain Minor: The fiendish beast persists.",damage:"the sakah hunter can move the fiendish beast 5 squares",category:3},{id:"182b96d8-8f5d-4cba-8887-20aae02b89e9",name:"Longbow Volley",action:{action:1,trigger:"requires longbow",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"targets one or two creatures; 2d10+3 damage.",damage:"2d10+3 damage",category:5},{id:"bbc75ed9-15d1-40cc-b479-ac6b42b88b38",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The sakah hunter’s melee and ranged attacks deal 1d6 extra damage against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"ceaab61f-8391-4d8e-97af-0633d856bfd4",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sakah hunter gains a +1 power bonus to its next attack roll against an enemy that hit it since the hunter’s last turn. If the attack hits and deals damage, the hunter deals 3 extra damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5dc7963e-cdae-4313-a1dd-3f1547255bda",name:"Carver",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:15},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:85,initiative:5,ac:18,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7ac6c3ea-4a56-4abc-8dd8-514ea1435fe1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage, and ongoing 3 damage (save ends).",damage:"1d8+5 damage",category:1},{id:"824302b2-41eb-413a-9076-2ffb012f39d2",name:"Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+7 damage.",damage:"2d4+7 damage",category:1},{id:"80b8377b-f40d-42e7-92cf-365f80a1da49",name:"Vicious Steed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher",range:"",attack:null,description:"",details:"When a carver’s rider misses with an opportunity attack, the carver makes a talons attack against an enemy within reach as a free action.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5222680d-253f-46fd-9680-e76f254a0562",name:"Chaos Fleet Sailor",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6, swim 6",alignment:"Chaotic evil",languages:"Abyssal, Common, Primordial",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:20},intelligence:{score:23},wisdom:{score:18},charisma:{score:24},hp:214,initiative:18,ac:37,fortitude:36,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"e883dd00-c5f2-4f7f-80cb-3d49e855325c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+9 damage.",damage:"3d6+9 damage",category:1},{id:"941f3303-5b22-4ab1-b7f0-ff39acfe425d",name:"Rending Pass",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d6+9 damage, and the sailor shifts 3 squares.",damage:"3d6+9 damage",category:1},{id:"5ac2a17a-e8af-4646-8cd0-f2de8385f385",name:"Elemental Eruption",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 1d8+3 cold, fire, or lightning damage (sailor’s choice). Miss: Half damage.",damage:"or lightning damage (sailor’s choice)",category:5}],damageModifiers:[{type:2,value:-20},{type:3,value:-20},{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7f9bad80-abde-43b3-b74b-f775fadc6804",name:"Child of Winter Doomspeaker",details:"",size:2,origin:4,type:2,keywords:"shifter",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +17, Stealth +17",equipment:"leather armor; sickle",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:22},intelligence:{score:14},wisdom:{score:18},charisma:{score:12},hp:96,initiative:16,ac:26,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"47a679ae-dfa0-4ad5-8c97-ad3eaf01b373",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+8 damage, and the target is dazed until the end of the doomspeaker’s next turn.",damage:"2d6+8 damage",category:1},{id:"e4f00dc4-d44d-4f5f-8a51-2eaabc7f9ce8",name:"Hasten Doom",action:{action:1,trigger:"requires a sickle",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"targets a creature affected by doom revealed; 4d6+7 damage, and the target is no longer affected by doom revealed.",damage:"4d6+7 damage",category:5},{id:"7f27d08d-2a29-4ce2-88d6-a8a82ba1f1e2",name:"Doom Revealed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"until the end of the doomspeaker’s next turn, whenever the doomspeaker takes damage, the target of this power takes half that much damage. The doomspeaker can designate only one target with its doom revealed power at a time.",damage:"whenever the doomspeaker takes damage",category:1},{id:"a94377fe-907c-4683-912e-2d4de9a921ed",name:"Razorclaw Shifting",action:{action:3,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the doomspeaker’s speed increases by 2 and it gains a +1 bonus to AC and Reflex.",damage:"the doomspeaker’s speed increases by 2 and it gains a +1 bonus to AC and Reflex",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0e11784f-161e-4e1c-baa9-1b692218bf49",name:"Clawfoot",details:"",size:2,origin:4,type:1,keywords:"mount, reptile",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:46,initiative:6,ac:17,fortitude:16,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"8a7c63d4-00e8-4496-8d44-eba8f947f7c5",name:"Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"330550ac-0d54-42d7-87c6-8a1ccc469157",name:"Clawfoot Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 3rd level or higher",range:"When a clawfoot’s rider charges, both the clawfoot and the rider make melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"5ef53377-0ead-4206-a802-c06fd08aa084",name:"Medium Steed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Medium creature can ride a clawfoot.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a27ac980-9eda-46a0-8525-0fa1fa44546f",name:"Deneith Blademark Grunt",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +8",equipment:"heavy shield; leather armor; longsword",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:10},intelligence:{score:13},wisdom:{score:15},charisma:{score:14},hp:46,initiative:3,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"e856fced-f852-4eed-9c2b-0a4522e00ce2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"c247aa16-96f1-4b3a-b185-e5680353cc54",name:"Seize the Good Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage, and the Deneith blademark grunt shifts 3 squares to a space adjacent to the target.",damage:"1d8+5 damage",category:1},{id:"4c75b642-8432-4c00-8932-62d36b5b8210",name:"Mark of the Sentinel",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Deneith blademark grunt shifts 1 square before or after it makes an opportunity attack.",damage:"A Deneith blademark grunt shifts 1 square before or after it makes an opportunity attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a267be8e-a541-4fe8-a9c2-1e3bd2ec5f79",name:"Dolgaunt Monk",details:"",size:2,origin:0,type:2,keywords:"blind",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +7; blindsight 20",movement:"8",alignment:"Evil",languages:"Deep Speech, Goblin",skills:"Acrobatics +14, Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:20},intelligence:{score:11},wisdom:{score:17},charisma:{score:12},hp:86,initiative:9,ac:22,fortitude:20,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"beddc82a-f4da-45bb-a40a-35ce4953d1f3",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is grabbed. The dolgaunt monk can’t grab more than two creatures at once; see also clutch of death.",damage:"2d4+5 damage",category:1},{id:"13987cfc-dcd0-4794-b2d1-07b7fc1642b5",name:"Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"141301dd-0755-4846-9ba7-fbdfd822d270",name:"Inexorable Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets a creature grabbed by the dolgaunt monk; the monk slides the target 2 squares.",damage:"the monk slides the target 2 squares",category:3},{id:"c7b21d45-ce28-4ada-b65d-1089eebea931",name:"Clutch of Death",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dolgaunt monk can grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle. An attack that hits the tentacle doesn’t harm the dolgaunt monk, but it causes the tentacle to release the grab. The tentacle’s defenses are the same as those of the dolgaunt monk.",damage:"",category:0},{id:"753ee102-e39b-482d-8f67-86ad66401edd",name:"Vitality Leech",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A target that begins its turn grabbed by the dolgaunt monk takes 10 necrotic damage, and the dolgaunt monk gains 10 temporary hit points.",damage:"a target that begins its turn grabbed by the dolgaunt monk takes 10 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72cc5dd5-2401-4ee1-bc4a-727c4ee75745",name:"Dolgrim Warrior",details:"",size:1,origin:0,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"arrow; club; crossbow; light shield",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:9},hp:53,initiative:6,ac:18,fortitude:16,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"37fa4ad4-4b96-490a-888c-2cb3abe0e828",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"2bec340e-23e0-45ca-82ac-6335d31df9ff",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"78b759f3-fcb3-4047-8a4e-74e805f9dc18",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, the dolgrim warrior makes two initiative checks. Each check corresponds to one of the warrior’s brains, and the warrior takes a turn on both initiative counts. The warrior has a full set of actions on each of these turns, and its ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"36482aad-9ca4-45c5-8d5e-43fe44850ecd",name:"Dolgrim Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dolgrim warrior shifts 1 square.",damage:"The dolgrim warrior shifts 1 square",category:5},{id:"8717adaa-5a5b-4fef-b5dd-a890a8446cdf",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dolgrim warrior deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"a dolgrim warrior deals 1d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[{type:8,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3973b5a4-2694-420e-9337-22a173006e28",name:"Dragonborn Spearfighter",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"Acrobatics +11, Athletics +12, Intimidate +16",equipment:"scale armor; tratnyr",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:16},hp:70,initiative:8,ac:20,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"736b5c3a-f4e9-49c0-a3dd-b598acfdf2b7",name:"Tratnyr",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+6 damage, and the spearfighter shifts 2 squares.",damage:"(+12 while bloodied)1d8+6 damage",category:1},{id:"2b00df24-bc26-482a-949a-b2b4887749a4",name:"Tratnyr",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+6 damage, and the spearfighter shifts 2 squares.",damage:"(+12 while bloodied)1d8+6 damage",category:1},{id:"03bbe026-c359-4682-8ec7-48e1954481a1",name:"Tripping Tratnyr",action:{action:1,trigger:"requires a tratnyr",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10 or melee",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+6 damage, and the target is knocked prone.",damage:"(+12 while bloodied)1d8+6 damage",category:5},{id:"2d1131c3-cace-4374-ad9d-65fac39f54a1",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 3",attack:{bonus:10,defence:2},description:"",details:"(+11 while bloodied)1d6+5 lightning damage.",damage:"(+11 while bloodied)1d6+5 lightning damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"451cdfb7-5ba5-4a55-9e89-fd743f3ea8c5",name:"Dragonhawk",details:"",size:3,origin:4,type:1,keywords:"mount",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"3, fly 12, overland flight 15",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:11},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:108,initiative:4,ac:20,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"4ec7deb1-c72c-4783-a18b-4e0ee7ae0eda",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+6 damage, and the dragonhawk slides the target 1 square.",damage:"2d8+6 damage",category:1},{id:"e7af94ad-5fd8-4cc0-8617-590a9402d06f",name:"Uncanny Instincts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 8th level or higher",range:"",attack:null,description:"",details:"A dragonhawk’s rider rolls initiative twice and uses the higher result. In addition, the rider gains a +2 bonus to Perception checks.",damage:"the rider gains a +2 bonus to Perception checks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8956e749-ad3f-4608-9225-bf93b9858301",name:"Dreaming Dark Assassin",details:"",size:2,origin:4,type:2,keywords:"inspired",level:14,role:{type:6,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Quori, telepathy 10",skills:"Bluff +18, Diplomacy +18, Insight +17, Intimidate +18, Stealth +17",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:20},intelligence:{score:24},wisdom:{score:20},charisma:{score:22},hp:276,initiative:14,ac:30,fortitude:25,reflex:30,will:29,regeneration:null,auras:[{id:"50223539-1de0-4828-8746-7cc1bf443112",name:"Repulsion",keywords:"",details:"aura 3; while a Dreaming Dark assassin is bloodied, each enemy (including a flying enemy) treats the area within the aura as difficult terrain."}],powers:[{id:"bfd4a5f8-73e1-4f3a-bde4-d8168ced02e6",name:"Nightmare Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"2d8+5 damage, and ongoing 10 psychic damage (save ends).",damage:"2d8+5 damage",category:1},{id:"c3ab5bc9-f6e9-468c-a5f8-eb1082692682",name:"Nightmare Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The assassin makes two nightmare touch attacks.",damage:"",category:1},{id:"a2176c0b-8aa4-4bdd-b24c-92f94cf8ee0b",name:"Slayer’s Puppets",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:17,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:3},{id:"e0b5fda3-c09b-4bd4-993c-a8d35968ceba",name:"Primal Fear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:17,defence:3},description:"",details:"targets enemies taking ongoing psychic damage; 1d8+5 psychic damage, and the target is dazed (save ends).",damage:"targets enemies taking ongoing psychic damage",category:1},{id:"0dce6f2a-0446-4108-9f71-63f21af9b0d1",name:"Psychic Escape",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:17,defence:3},description:"",details:"3d8+5 psychic damage. The assassin teleports 10 squares after the attack.",damage:"3d8+5 psychic damage",category:1},{id:"e80f8678-237e-4078-a92d-5799667ab421",name:"Dual Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature that attacks an assassin’s Will must make two attack rolls and use the lower result.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5569f118-f624-4cb5-9e2e-2b440cd6a2ff",name:"Dreaming Dark Thoughtstealer",details:"",size:2,origin:4,type:2,keywords:"inspired",level:10,role:{type:4,flag:1,leader:!1},senses:"Perception +12; truesight 6",movement:"6",alignment:"Evil",languages:"Common, Quori, telepathy 10",skills:"Bluff +14, Insight +12, Stealth +13, Streetwise +14, Thievery +14",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:21},wisdom:{score:14},charisma:{score:18},hp:164,initiative:13,ac:26,fortitude:22,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"5e285234-cfe7-4056-b64b-4181064055f5",name:"Mindblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"bedd7529-7a47-4658-8203-eeb7482cd009",name:"Thought Theft",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"no attack roll; until the end of the thoughtstealer’s next turn, the thoughtstealer gains a +5 bonus to AC and Reflex against attacks made by the target, and a +5 bonus to Insight checks against the target.",damage:"the thoughtstealer gains a +5 bonus to AC and Reflex against attacks made by the target",category:3},{id:"63854d9f-1b20-44c4-9a43-b7f505c5d0d1",name:"Cloud Minds",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"no attack roll; each enemy within the burst suffers the effect of thought theft until the end of the thoughtstealer’s next turn.",damage:"",category:1},{id:"4e339a41-91f2-49d0-96e4-6377b3d9f6db",name:"Mindblade Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:15,defence:0},description:"",details:"targets enemies under the effect of thought theft; 2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"71f2ae04-5e7b-46f5-8c6f-93f950b34932",name:"Weakness Revealed",action:null,keywords:"",condition:"",range:"A thoughtstealer’s melee attacks deal 2d6 extra damage against any target under the effect of thought theft.",attack:null,description:"",details:"",damage:"",category:0},{id:"60e2d59f-17a5-49b8-b79a-e43eccefb226",name:"Dual Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature that attacks a thoughtstealer’s Will must make two attack rolls and use the lower result.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3b7cce8-c296-41d4-a1da-c0e9bccb4470",name:"Drow Stingblade",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Unaligned",languages:"Giant",skills:"Nature +15",equipment:"xen’drik boomerang",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:25},intelligence:{score:11},wisdom:{score:16},charisma:{score:13},hp:138,initiative:16,ac:28,fortitude:22,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"d62ae458-231c-4c37-b25e-69ebba7adb46",name:"Stingblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+8 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+8 damage",category:1},{id:"01a7d21a-61e8-45d8-a649-2d34c2dca9c9",name:"Xen’drik Boomerang",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:19,defence:0},description:"",details:"2d6+7 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+7 damage",category:1},{id:"109bf4d4-8172-43df-a10f-c9d4582cbefc",name:"Whirling Dervish",action:{action:1,trigger:"requires a stingblade",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow stingblade shifts 4 squares, making a stingblade attack within each square it shifts into against an enemy within reach.",damage:"The drow stingblade shifts 4 squares",category:5},{id:"38162027-93c3-430a-8b0c-e0b4ff6d1d72",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"until the end of the drow stingblade’s next turn, the target grants combat advantage to all attackers and cannot benefi t from invisibility or concealment.",damage:"",category:3},{id:"9b358579-8e66-4bb7-8c0c-9bbc79078a23",name:"Battle Dancer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, a drow stingblade ends its move at least 4 squares away from its starting position, it deals 2d6 extra damage on its melee and ranged attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f31bb7ff-9b60-4d58-9f93-f78097a5492e",name:"Durastoran the Wyrmbreaker",details:"",size:2,origin:4,type:2,keywords:"",level:29,role:{type:3,flag:1,leader:!1},senses:"Perception +26; darkvision, truesight 10",movement:"8, teleport 6",alignment:"Evil",languages:"Common, Abyssal, Draconic, Elven, Giant",skills:"Arcana +27, Bluff +28, Diplomacy +28, History +27, Insight +26, Intimidate +28, Religion +27, Stealth +26, Streetwise +28",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:25},intelligence:{score:27},wisdom:{score:25},charisma:{score:29},hp:466,initiative:21,ac:44,fortitude:41,reflex:43,will:44,regeneration:{value:15,details:""},auras:[],powers:[{id:"6567b2e6-57da-4f96-a793-6d22c694a0bd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d6+7 damage, and the target is stunned until the end of Durastoran’s next turn.",damage:"2d6+7 damage",category:1},{id:"5a5e84c6-8be9-4486-9c34-8348d3d06edc",name:"Deceiving Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:33,defence:3},description:"",details:"Durastoran slides the target 5 squares and the target makes a basic attack as a free action against a target of Durastoran’s choice at the end of the move (if possible).",damage:"Durastoran slides the target 5 squares and the target makes a basic attack as a free action against a target of Durastoran’s choice at the end of the move (if possible)",category:1},{id:"7dcf0a3d-f712-4d96-b4a4-3d61a7d1d5b7",name:"Frightful Phantom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:33,defence:3},description:"",details:"5d10+7 psychic damage, Durastoran pushes the target 5 squares, and the target is stunned (save ends). Miss: Half damage, and the target is dazed (save ends).",damage:"5d10+7 psychic damage",category:1},{id:"ed3fda99-702f-47f7-b747-f7400c21f71d",name:"Terrifying Visions",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:33,defence:3},description:"",details:"4d6+9 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target is stunned (save ends).",damage:"4d6+9 psychic damage",category:1},{id:"15ad1427-c1d7-4dec-aca4-b07e60c74799",name:"Deadly Phantom",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of Durastoran’s next turn, an enemy that attacks his AC or Reflex must make two attack rolls and use the lower result. If the attack misses, the attacker hits itself with the attack.",damage:"",category:3},{id:"6e44a411-e187-4713-a7ec-d33a351c0581",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Durastoran disguises himself to appear as any Medium humanoid. A successful Insight check (opposed by Durastoran’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"aa2e8566-283d-438e-be2f-d5576fe86660",name:"Prophetic Foreknowledge",action:{action:5,trigger:"when an enemy hits durastoran",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy’s successful attack against Durastoran instead fails.",damage:"",category:5}],damageModifiers:[{type:6,value:-30}],resist:"20/variable (3/encounter)",vulnerable:"",immune:"disease",tactics:""},{id:"8bc28885-d0bb-413f-9479-3dda3187064f",name:"Elemental Drudge",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +18",movement:"6, swim 6",alignment:"Chaotic evil",languages:"(understands Common and Primordial)",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:24},intelligence:{score:3},wisdom:{score:24},charisma:{score:3},hp:1,initiative:18,ac:35,fortitude:36,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"c3c0cf24-e0bc-4dab-97c4-9e3abda259cc",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"7 damage, and ongoing 2 cold damage (save ends). This ongoing cold damage stacks with that of other drudges, to a maximum of ongoing 10 cold damage (a single save ends all).",damage:"7 damage",category:1},{id:"a25b214e-624b-4b48-8f6a-07a6075188cc",name:"Elemental Dissipation",action:null,keywords:"Cold, Fire, Lightning",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:24,defence:2},description:"",details:"targets enemies; 10 cold, fire, and lightning damage.",damage:"and lightning damage",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20},{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"173dafca-d18d-496b-bd98-30a6c907b692",name:"Eliza Finch",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Bluff +10",equipment:"crossbow; crossbow bolts (20); leather armor; short sword",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:20},intelligence:{score:13},wisdom:{score:17},charisma:{score:13},hp:69,initiative:9,ac:20,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"5cf15a7e-cb5d-4e25-9e3b-3b9b0233d8e9",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"0af21322-e261-47e7-a415-91707df1663d",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"4ff79f0d-81eb-4822-ab11-819d21906235",name:"Poison Shard",action:{action:1,trigger:"requires a crossbow",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 5 poison damage.",damage:"2d6+5 damage",category:5},{id:"78b89bda-e7bb-4ead-ad62-e1a78136844d",name:"Hole in the World",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Teleportation, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:13,defence:2},description:"",details:"3d10+5 cold damage, and the target falls briefly through a gap between the planes, disappearing (removed from play) until the end of Eliza’s next turn, then reappearing in the same square (or the closest unoccupied square). Aftereffect: After reappearing, the target is dazed until the start of its next turn.",damage:"3d10+5 cold damage",category:1},{id:"100a07f1-52f6-4a2f-82e8-68ebc8f9c6d5",name:"Back Off!",action:{action:5,trigger:"when an enemy shifts or moves adjacent to eliza",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Eliza shifts 2 squares and makes a crossbow attack against the triggering enemy.",damage:"Eliza shifts 2 squares and makes a crossbow attack against the triggering enemy",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c340c193-24c1-4d13-be42-b0e4000bc0e3",name:"Emerald Claw Knight",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +7",equipment:"flail; heavy shield; scale armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:14},wisdom:{score:10},charisma:{score:13},hp:46,initiative:3,ac:20,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"e6402be4-64c6-47e2-8622-7bfa1967cd6c",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the end of the Emerald Claw knight’s next turn.",damage:"1d10+4 damage",category:1},{id:"9e677a0a-770d-4a7e-b63a-8a28c425202c",name:"Smashing Strike",action:{action:1,trigger:"requires flail",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage, the knight slides the target 1 square, and the target is marked until the end of the knight’s next turn.",damage:"1d10+4 damage",category:5},{id:"9c4fd47f-0ef9-4e36-ae53-d26a59257ded",name:"Fanatic",action:{action:1,trigger:"requires a flail",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"The Emerald Claw knight makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"73598343-4453-4282-81ff-e1bcfbbb391c",name:"Emerald Claw Marshal",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:6,flag:0,leader:!0},senses:"Perception +3",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +9, Streetwise +9",equipment:"heavy flail; plate armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:10},intelligence:{score:15},wisdom:{score:12},charisma:{score:14},hp:62,initiative:4,ac:21,fortitude:19,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"82b4742e-62ab-4579-8a0a-a7696590f45c",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage, and the target is marked until the end of the Emerald Claw marshal’s next turn.",damage:"2d6+4 damage",category:1},{id:"f0ff4fa4-836f-49b3-8024-b495b2089372",name:"Crushing Strike",action:{action:1,trigger:"requires a heavy flail",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets a creature marked by the Emerald Claw marshal; 2d6+4 damage, the marshal slides the target 2 squares, and the target is slowed (save ends).",damage:"2d6+4 damage",category:5},{id:"bf29527f-2d0a-48da-855f-09d0a1a47f3d",name:"Claw Maneuver",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally within the burst shifts 1 square and gains a +2 bonus to the damage roll of its next attack made before the end of its next turn.",damage:"each ally within the burst shifts 1 square and gains a +2 bonus to the damage roll of its next attack made before the end of its next turn",category:5},{id:"a5744a28-98fe-4050-8b56-842d0a5f6abe",name:"Merciless Commander",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target immediately provokes an opportunity attack from an adjacent enemy. If that opportunity attack hits, the Emerald Claw marshal or an ally makes a melee basic attack against the attacker.",attack:null,description:"",details:"Targets an ally within 10 squares",damage:"Targets an ally within 10 squares",category:3},{id:"9b539e6a-e1a8-4313-bde2-e60244a4a3e3",name:"Fanatic",action:{action:1,trigger:"requires heavy flail",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"The Emerald Claw marshal makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"337e3dc9-f866-4957-8ab4-554f601413b0",name:"Emerald Claw Sergeant",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!0},senses:"Perception +1",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +7",equipment:"crossbow; crossbow bolts (20); flail; heavy shield; scale armor",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:4,ac:16,fortitude:14,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"bbfca235-faf0-440c-aa9a-1a3361ce4e25",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d10+1 damage, and one of the Emerald Claw sergeant’s allies within 5 squares of it can shift 1 square.",damage:"1d10+1 damage",category:1},{id:"ef7abe1c-b6ed-42af-8b2a-ad3119209ec9",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"787e1745-8f91-43ae-aecc-11ad889a2977",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"An Emerald Claw sergeant deals 1d6 extra damage on melee and ranged attacks against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"7ba61e5a-2cb1-4724-b84f-3b83840051b5",name:"Fanatic",action:{action:4,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Emerald Claw sergeant makes a basic attack against an enemy that is adjacent to it.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cc924bcc-0363-4696-ad6d-13c4347e4800",name:"Emerald Claw Trooper",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +2",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; flail; heavy shield",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:1,ac:18,fortitude:16,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"db8c0b9f-74a0-45f1-8782-f50cc65fac51",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"3e863536-f304-4078-bceb-71626995da94",name:"Fanatic",action:{action:4,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a flail",range:"",attack:null,description:"",details:"The Emerald Claw trooper makes a melee basic attack against an adjacent enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4511f1f5-b188-4815-9cad-35e286c5fa43",name:"Empress Donata",details:"",size:2,origin:4,type:2,keywords:"magebred",level:14,role:{type:3,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Draconic, Elven, Goblin",skills:"Arcana +17, Bluff +18, Diplomacy +18, Insight +12, Nature +12",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:18},intelligence:{score:20},wisdom:{score:10},charisma:{score:22},hp:280,initiative:11,ac:30,fortitude:26,reflex:28,will:29,regeneration:null,auras:[{id:"8d8a5325-d626-434b-855b-0cbf22dbc756",name:"Close Attachment",keywords:"",details:"aura 3; each ally that starts its turn within the aura can shift 1 square as a minor action instead of as a move action."}],powers:[{id:"24474392-9895-47c5-83e2-8d0d2ff2c426",name:"Unarmed Throw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage, Empress Donata slides the target 3 squares, and the target is knocked prone.",damage:"2d6+6 damage",category:1},{id:"24554a10-c8ee-4c80-949d-542271778e5e",name:"Dominating Murmur",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets one enemy in the burst; the target is dominated until the end of Empress Donata’s next turn. A creature dominated in this way is considered an ally with regard to Empress Donata’s other powers.",damage:"",category:1},{id:"cb6e22d6-2db6-4814-972c-f611c3a33b7e",name:"Perfect Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"an ally in the burst makes a basic attack as a free action. Empress Donata cannot use this power on the same creature more than once in a round.",damage:"",category:3},{id:"698058a3-ff95-4c65-9218-9647365a5f7d",name:"Extreme Devotion",action:{action:5,trigger:"when empress donata is attacked",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 3 squares of Empress Donata shifts 3 squares, ending the move adjacent to her. Empress Donata gains a +4 bonus to all defenses against the triggering attack. If the attack misses Empress Donata, it instead hits the ally who shifted adjacent to her.",damage:"An ally within 3 squares of Empress Donata shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"12b04927-aef1-4dbd-8f4c-5546c3f4143f",name:"Fading Dream Fearmonger",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +20, Intimidate +25, Stealth +18, Thievery +18",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:21},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:122,initiative:13,ac:28,fortitude:27,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"44cf7c99-d2cd-4dd4-8e0e-bc0e5cd4dc79",name:"Dreamblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d6+5 damage, and the target takes ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"252586d8-f0b5-4d86-ac1c-cd9881ac600b",name:"Nightmare Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"1d8+5 psychic damage, the fearmonger pushes the target 3 squares, and the target takes ongoing 5 psychic damage (save ends).",damage:"1d8+5 psychic damage",category:1},{id:"89c7dcc8-14e2-426f-8dd1-02e352f72b1f",name:"Humbling Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"targets a creature taking ongoing psychic damage; 3d10+7 psychic damage, and the target is knocked prone (save ends).",damage:"targets a creature taking ongoing psychic damage",category:1},{id:"9cd50826-4a70-4368-813d-788a01bcbc43",name:"Terrifying Vision",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"targets a creature taking ongoing psychic damage; 2d8+7 psychic damage, and the target is dazed (save ends).",damage:"targets a creature taking ongoing psychic damage",category:1},{id:"b3c45a1b-d38d-43f1-954b-1fb2a533e8bb",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Fading Dream fearmonger teleports 5 squares and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The Fading Dream fearmonger teleports 5 squares and gains a +2 bonus to all defenses until the end of its next turn",category:2}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"2a51c7c1-8dbb-4edd-9a8e-fc8d061a814c",name:"Fastieth",details:"",size:2,origin:4,type:1,keywords:"mount, reptile",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:36,initiative:5,ac:16,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"5e73e8f4-fdba-4bd4-abcf-8886af9578f3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"3c297c0a-ba06-44ac-853f-dfad0b8b2601",name:"Fastieth Burst",action:{action:2,trigger:"while mounted by a friendly rider of 2nd level or higher",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"",range:"",attack:null,description:"",details:"The fastieth shifts 4 squares.",damage:"The fastieth shifts 4 squares",category:5},{id:"b18f1316-7b7f-4ef1-8ac1-9432e2269f08",name:"Medium Steed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Medium creature can ride a fastieth.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1c19d4c-cb09-4e2c-b148-767e5bf11394",name:"Finch Household Guard",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:15},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:1,initiative:6,ac:22,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"d74e3616-92ad-4e15-83f7-514c16706a37",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"52e283bb-a3dd-4ae0-9208-7d20fa11d2e6",name:"Weight of Numbers",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If two or more Finch household guards hit the same target in the same round, the second attack also slows the target until the end of the second attacker’s next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f409e41-d826-4f7b-a783-fef87a7f9e2c",name:"Ghalerath",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech, Giant",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:17},intelligence:{score:13},wisdom:{score:14},charisma:{score:21},hp:90,initiative:7,ac:22,fortitude:20,reflex:19,will:21,regeneration:null,auras:[{id:"c15140e3-42dd-4ad7-875c-1b464e262b1f",name:"Aberrant Endurance",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to saving throws."}],powers:[{id:"4b47a9bb-f101-4dcf-b17c-1b946494bf71",name:"Withering Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d8+7 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+7 necrotic damage",category:1},{id:"978bc3ab-a8bd-4bf3-a0ae-d00302d2906e",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"2d6+4 radiant damage, and if the target ends its next turn within 3 squares of Ghalerath it takes 10 psychic damage.",damage:"2d6+4 radiant damage",category:1},{id:"7f525b51-ac46-4036-881a-eeb59b38b82f",name:"Wracking Word",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 2d8+3 psychic damage, and the target is dazed (save ends). Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"2d8+3 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4aa241f0-34f5-4a38-8dae-00f443f1829a",name:"Ghallanda Enclave Guard",details:"",size:1,origin:4,type:2,keywords:"halfling",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Insight +9",equipment:"arrow; longsword; plate armor; shortbow",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:20},intelligence:{score:11},wisdom:{score:14},charisma:{score:13},hp:58,initiative:9,ac:21,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"3874fa65-35eb-4f70-a0cd-9f33cb633aca",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the Ghallanda enclave guard’s next turn. One ally adjacent to the target regains 3 hit points.",damage:"1d8+5 damage",category:1},{id:"a047096e-6561-401b-9bf1-7b2514e3f862",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Weapon",condition:"(standard",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage, and the target is marked until the end of the Ghallanda enclave guard’s next turn. One ally adjacent to the target regains 3 hit points.",damage:"1d6+5 damage",category:1},{id:"7b53e6d0-1b91-43b1-97b8-2dbc9a42b2eb",name:"Advantageous Ground",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Ghallanda enclave guard and all allies adjacent to him or her gain a +2 bonus to all defenses until the end of the guard’s next turn.",damage:"The Ghallanda enclave guard and all allies adjacent to him or her gain a +2 bonus to all defenses until the end of the guard’s next turn",category:3},{id:"45e812be-d30f-4b57-86d5-b7e604ab48c6",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"7d73c713-811c-4dc6-9e64-4957042f073b",name:"Second Chance",action:{action:5,trigger:"when the enclave guard is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a new attack roll and use the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee052412-394c-42de-880f-64ecc0a2817d",name:"Glidewing",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"5, fly 10, overland flight 15",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:77,initiative:9,ac:22,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"4f8d683c-dde6-4541-8c83-ca5558a62e26",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"ee848399-8d52-4ce2-9015-3e86a6aa97c1",name:"Diving Smash",action:{action:1,trigger:"usable only while flying",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glidewing charges and gains a +2 bonus to its attack roll instead of the normal +1 bonus. It shifts 2 squares after the charge.",damage:"The glidewing charges and gains a +2 bonus to its attack roll instead of the normal +1 bonus",category:5},{id:"fb14d177-fd60-4e3c-b7ba-4a862fa911c1",name:"Aerial Agility",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher",range:"",attack:null,description:"",details:"While flying, a glidewing grants its rider a +1 bonus to all defenses.",damage:"a glidewing grants its rider a +1 bonus to all defenses",category:0},{id:"058851f0-2ee6-4da6-bd74-f4cbacd61e45",name:"Catch the Wind",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glidewing gains hover until the end of its next turn.",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ab19004-e69f-404f-9010-3cd944be7311",name:"Goblin Archer",details:"",size:1,origin:4,type:2,keywords:"goblin",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6, fly 8 (soarsled)",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"arrow; leather armor; short sword; shortbow",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:29,initiative:5,ac:17,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"316c318a-c1ef-4285-b7fe-4dec8687329b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"17726df6-e539-4160-a7dc-021f031e477d",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"cc813ff0-8a01-4c9b-b134-d6c0133b1866",name:"Mobile Ranged Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"at any point during that movement, it makes one ranged attack without provoking an opportunity attack.",attack:null,description:"",details:"The goblin archer can move up to half its speed",damage:"",category:1},{id:"05019a8f-9cff-416e-a5f4-885e5bab46fc",name:"Great Position",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the goblin archer ends its move at least 4 squares away from its starting position, it deals 1d6 extra damage on its ranged attacks until the start of its next turn.",damage:"",category:0},{id:"34eb5a6b-157b-4e61-a352-d90dff90e88c",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square. (A goblin archer can’t shift while flying on its soarsled.)",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b4f15fa-3c50-4cdc-94c1-7f2e02ebd6ac",name:"Gorodan Ashlord",details:"",size:3,origin:1,type:2,keywords:"giant",level:17,role:{type:7,flag:1,leader:!0},senses:"Perception +13",movement:"7",alignment:"Unaligned",languages:"Common, Elven, Giant, Goblin",skills:"Arcana +13, History +13, Insight +14, Intimidate +17",equipment:"scale armor; waraxe",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:12},charisma:{score:21},hp:334,initiative:15,ac:35,fortitude:32,reflex:28,will:30,regeneration:null,auras:[],powers:[{id:"4472a84e-13e2-4034-9701-caf3d1bf46d2",name:"Basic Attack Blazing Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d6+8 damage, ongoing 10 fire damage (save ends), and the target is marked until the end of Gorodan’s next turn.",damage:"2d6+8 damage",category:1},{id:"c82a917c-3c6f-4203-950f-658517fd23e0",name:"Axe Flurry",action:{action:1,trigger:"requires a waraxe",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gorodan makes two blazing waraxe attacks.",damage:"",category:5},{id:"6c6177a4-fa11-4816-aea1-aa115e69447a",name:"Blazing Axestorm",action:{action:1,trigger:"requires a waraxe; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Close burst 2",attack:{bonus:20,defence:0},description:"",details:"targets enemies; 2d6+8 damage, ongoing 5 fire damage (save ends), and the target is marked until the end of Gorodan’s next turn.",damage:"2d6+8 damage",category:5},{id:"60184bec-3f9b-4d64-8901-f7ded3ce650c",name:"Burning Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:20,defence:2},description:"",details:"1d8+7 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8+7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0529eaee-e182-4aa2-93fb-085910609a54",name:"Half-Orc Archer",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Endurance +5, Intimidate +8, Stealth +10",equipment:"arrows (30); handaxe; leather armor; longbow",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:38,initiative:7,ac:17,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"7bc562b4-6e57-407c-8fcb-c55028d93f3d",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"dc1d21d5-35e0-4847-8030-956da6c77a33",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"bff0aa7a-29d4-47ca-aafe-fff1f3236e5f",name:"Furious Assault",action:{action:7,trigger:"when the half-orc archer hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 1d6 extra damage if it was a handaxe attack or 1d10 extra damage if it was a longbow attack.",damage:"the triggering attack deals 1d6 extra damage if it was a handaxe attack or 1d10 extra damage if it was a longbow attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d2d0f4ed-e2db-49c2-89fa-34a3521dcccb",name:"Hand of Orien",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +9, Insight +11",equipment:"dagger",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:77,initiative:5,ac:21,fortitude:18,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"dd3a2d94-e2c6-4346-aefe-bb797e983cd3",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"74ce68c3-1c1a-4f49-9c81-1ba4db00f5df",name:"Disrupting Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6+5 force damage, and the Hand of Orien teleports the target 1 square.",damage:"2d6+5 force damage",category:1},{id:"a8f3e1a5-f95d-4195-93b7-dbe253ccc7e2",name:"Painful Jaunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"3d8+5 damage, and the Hand of Orien causes the target and one ally within range to swap positions.",damage:"3d8+5 damage",category:1},{id:"d3203bdb-ac84-4ac8-8afc-852953b457c0",name:"Temporal Disruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:3},description:"",details:"the target is dazed and slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"",category:1},{id:"7dd3e654-497b-46ad-9b22-d705ca1c8376",name:"Dimension Hop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The Hand of Orien teleports 3 squares an gains a +2 bonus to all defenses until the start of its next turn.",damage:"The Hand of Orien teleports 3 squares an gains a +2 bonus to all defenses until the start of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1a8e78f-8991-4cc2-ad06-e59e00d2bf34",name:"High Cardinal Krozen",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:3,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, History +13, Insight +15, Religion +13",equipment:"holy symbol; mace",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:10},intelligence:{score:17},wisdom:{score:20},charisma:{score:23},hp:214,initiative:5,ac:26,fortitude:24,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"acb7aca2-0231-42fa-a6c2-2cabec80fc8a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d8+4 damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"2d8+4 damage",category:1},{id:"a40f6b6d-c5bd-48b1-afdc-f9c6c6eb0d76",name:"Condemnation of the Nonbeliever",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear, Implement",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"the target is stunned until the end of Krozen’s next turn, and two of Krozen’s allies within 5 squares of the target gain 10 temporary hit points.",damage:"and two of Krozen’s allies within 5 squares of the target gain 10 temporary hit points",category:1},{id:"422b0b5e-b0cb-41c6-98f6-1d0886873fbb",name:"Enthralling Presence",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze, Implement",condition:"",range:"Close burst 3",attack:{bonus:14,defence:3},description:"",details:"the target is dazed (save ends). First Failed Saving Throw: The target is dazed and immobilized (save ends both).",damage:"",category:3},{id:"3957c998-171c-48a4-8fba-dff74a34bfd2",name:"Righteous Conflagration",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:2},description:"",details:"targets enemies; 1d6+3 fire and radiant damage, and ongoing 5 fire and radiant damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"1d6+3 fire and radiant damage",category:1},{id:"ae2d6d80-281c-4bb3-ae3f-8e213bb463ad",name:"Burden of Faith",action:{action:5,trigger:"when krozen is hit by an attack with at least one effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"Krozen applies all effects from the triggering attack that a save can end to an ally within 5 squares.",damage:"Krozen applies all effects from the triggering attack that a save can end to an ally within 5 squares",category:5},{id:"e8e5b233-6b9c-4048-b76b-fc7941577ae6",name:"Burden of Devotion",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Krozen transfers a marked condition to an ally he can see within 5 squares.",damage:"Krozen transfers a marked condition to an ally he can see within 5 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"42b18a3c-6862-4653-84cc-0b08fa41ff35",name:"Hilt or Pommel",details:"",size:2,origin:4,type:2,keywords:"construct, homunculus",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:169,initiative:16,ac:32,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"3b3bb0cb-c253-43c2-ba49-3eec8b3cc1d0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"562f44f3-4fb5-4367-b602-f6672818f625",name:"Metallic Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:21,defence:1},description:"",details:"3d8+8 thunder damage, and the target is dazed until the end of the attacking homunculus’s next turn.",damage:"3d8+8 thunder damage",category:1},{id:"ec19f017-bca7-42cb-84f8-cdf8b46c1235",name:"Bladed Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel deals 1d6 + 3 damage to any creature that grabs it. A creature that continues to grab the homunculus takes 1d6 + 3 damage at the start of its turn.",damage:"hilt or pommel deals 1d6 + 3 damage to any creature that grabs it",category:0},{id:"186c44db-b1b1-4d5c-81d7-4456e413cceb",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel has combat advantage against any target that has one of their allies adjacent to it. Whenever Hilt or Pommel hits a target it has combat advantage against, it knocks the target prone, and can then shift 1 square as a free action.",damage:"and can then shift 1 square as a free action",category:0},{id:"1b652807-7c35-4bce-aa4a-660348c76ffb",name:"Guard Anything",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel can be assigned to guard an area, object, or creature. It receives a +2 bonus to attack rolls and damage rolls against enemies within its guarded area, attacking its guarded creature, or carrying its guarded object.",damage:"it receives a +2 bonus to attack rolls and damage rolls against enemies within its guarded area",category:0},{id:"5b0fa225-c536-4db9-b92e-8e6b81dd7375",name:"Shifty Charger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Hilt or Pommel can shift 1 square after charging.",damage:"Hilt or Pommel can shift 1 square after charging",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ea485245-17f4-4774-a0f8-d9f986197988",name:"Hobgoblin Dirge Singer",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Draconic, Goblin",skills:"Diplomacy +12, History +11, Insight +10",equipment:"chainmail; longsword",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:12},intelligence:{score:16},wisdom:{score:14},charisma:{score:19},hp:72,initiative:4,ac:20,fortitude:18,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"13d1894f-a96e-4948-8d9d-755440ebe0a9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"fcb63045-9213-4e0a-a552-68f7dd1656ec",name:"Grave Cry",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage, and the target takes a -1 penalty to all defenses against attacks by the dirge singer’s allies until the end of the dirge singer’s next turn.",damage:"1d8+6 damage",category:5},{id:"5f9d4fbd-a8b1-4b0c-be12-5eaf9a494e43",name:"Battle Chant",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"two allies within the burst shift 5 squares and make a melee basic attack as a free action. If an attack hits, the target of the attack is marked by the ally until the end of the dirge singer’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"b407db52-4a77-4e54-983f-49f598a6b2ac",name:"Fateful Keening",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 2d6 thunder damage, and the dirge singer pushes the target 2 squares. Effect: The dirge singer slides each ally in the blast 1 square.",damage:"2d6 thunder damage",category:1},{id:"1b156971-4164-4dbb-bd07-8a57dc756589",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin dirge singer is subjected to an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dirge singer rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c40aa977-191b-427c-9c2b-5c7bb35d226f",name:"Holy Uldra",details:"",size:1,origin:4,type:2,keywords:"halfling",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +11, Religion +12, Thievery +11",equipment:"leather armor; talenta sharrash",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:15},intelligence:{score:17},wisdom:{score:16},charisma:{score:20},hp:89,initiative:6,ac:22,fortitude:19,reflex:19,will:21,regeneration:null,auras:[{id:"235e2ec7-47eb-44dc-a47b-4eff20ddf44d",name:"Balinor’s Frenzy",keywords:"",details:"aura 5; each ally that begins or ends a charge within the aura gains a +2 bonus to damage rolls."}],powers:[{id:"b4e52069-776c-4cbd-ba61-c9b1bf8bd3bd",name:"Talenta Sharrash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage, and the target is immobilized until the end of Holy Uldra’s next turn.",damage:"1d8+7 damage",category:1},{id:"51daf78c-5b26-4a3f-bf70-87584c9812d3",name:"Balinor’s Reaping",action:{action:1,trigger:"requires a talenta sharrash",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:11,defence:0},description:"",details:"(+13 against immobilized targets)2d6+7 damage, and the target is immobilized (save ends).",damage:"(+13 against immobilized targets)2d6+7 damage",category:5},{id:"1d9928b5-9d59-4dfd-9bf6-5a51f218ee5c",name:"Frenzy of the Hunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Healing, Psychic",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"1d10 psychic damage, and the target is immobilized and grants combat advantage to all attackers (save ends both). Holy Uldra and allies within the burst regain 5 hit points.",damage:"1d10 psychic damage",category:1},{id:"0bbad6a1-bade-4cf2-8447-315394ca7f1d",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"c2945c58-58a8-4d19-824f-5e19044bdefe",name:"Second Chance",action:{action:5,trigger:"when holy uldra is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a second attack roll and use the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fde221ff-6790-4669-961f-929e2636b80c",name:"Ikar the Black",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:9,role:{type:7,flag:1,leader:!0},senses:"Perception +5; low-light vision",movement:"5 (7 while charging)",alignment:"Evil",languages:"Common, Giant",skills:"Athletics +13, Diplomacy +12, Endurance +11, History +10",equipment:"broadsword; light shield; scale armor",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:12},wisdom:{score:13},charisma:{score:17},hp:190,initiative:8,ac:26,fortitude:24,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"05fc0c6a-5f55-4d2f-8a8f-94e467e254c1",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+6 damage, and the target is marked until the end of Ikar’s next turn.",damage:"1d10+6 damage",category:1},{id:"95b65580-2d61-4a1e-ab9f-3c9aca998fa1",name:"Junker’s Smash",action:{action:3,trigger:"requires a shield",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d8+4 damage, and the target is knocked prone.",damage:"1d8+4 damage",category:5},{id:"43309307-de11-419e-99c6-e2981f54d0c1",name:"Fair Trade",action:{action:7,trigger:"when ikar is hit by an opportunity attack or an immediate action melee attack; requires a broadsword",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d10+4 damage.",damage:"3d10+4 damage",category:5},{id:"50816655-9158-405f-9bcb-6ebfd0c21fe9",name:"Furious Assault",action:{action:7,trigger:"when ikar hits an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 1d10 extra damage if it is a broadsword attack or 1d8 extra damage if it is a junker’s smash attack.",damage:"the triggering attack deals 1d10 extra damage if it is a broadsword attack or 1d8 extra damage if it is a junker’s smash attack",category:5},{id:"65eff68c-947d-4a25-8bfd-91d2696a9870",name:"Half-Orc Resilience",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Ikar gains 5 temporary hit points.",damage:"Ikar gains 5 temporary hit points",category:1},{id:"81609d03-2206-4bd9-9884-fca05c807230",name:"Joint Venture",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable after ikar charges",range:"",attack:null,description:"",details:"An ally with 10 squares makes a charge attack as a free action. That ally’s movement during the charge does not provoke opportunity attacks.",damage:"An ally with 10 squares makes a charge attack as a free action",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cc091ca-b8a4-47d2-ab40-bbcc4d21322d",name:"Irristia Immiar",details:"",size:2,origin:2,type:2,keywords:"elf",level:9,role:{type:7,flag:0,leader:!0},senses:"Perception +13; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +13, Stealth +14",equipment:"arrow; leather armor; rapier; shortbow",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:20},intelligence:{score:13},wisdom:{score:14},charisma:{score:17},hp:97,initiative:11,ac:25,fortitude:20,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"6fae39a3-d225-4e2a-b5e9-bdd044c19544",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+8 damage, and the target is marked until the end of Irristia’s next turn.",damage:"1d8+8 damage",category:1},{id:"4bc8f5d6-e2af-45a6-ade2-61c8f4f7a299",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"1d8+8 damage, and the target is marked until the end of Irristia’s next turn.",damage:"1d8+8 damage",category:1},{id:"09e440df-2a36-4c25-95a0-329403897aed",name:"Twin Fang Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia charges and then makes two rapier attacks.",damage:"",category:1},{id:"36c91c0e-ccb2-4282-b268-3e6ff62b118c",name:"Twin Fang Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia makes two rapier attacks.",damage:"",category:1},{id:"9c1a320c-ef55-4bbc-a8e4-a31f2f62ae51",name:"Draw Attention",action:{action:1,trigger:"requires a shortbow",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:16,defence:1},description:"",details:"3d8+5 damage; the target is marked, and any creature currently marked by the target is no longer marked by the target.",damage:"3d8+5 damage",category:5},{id:"282921e7-30d2-4b98-9d36-16a1f97502d3",name:"Sustained Mark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Irristia ends her turn adjacent to a target marked by her, that target remains marked until the end of her next turn.",damage:"",category:0},{id:"c58689e5-bf13-4dac-9ff5-ff33d5325a03",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia can reroll an attack roll. She must use the second roll, even if it’s lower.",damage:"",category:4},{id:"7b3cccdc-b64b-4da3-ab28-59d0f18a3c98",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia ignores difficult terrain when she shifts.",damage:"",category:0},{id:"b0d04f1f-7ea3-4a9b-a028-fcdb56ce482a",name:"Born in the Saddle",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Irristia bestows her wild step power on any mount she rides.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"421e39ae-8cf8-480f-a34c-d510d3457641",name:"Jhorash’tar Bloodspiller",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:2,flag:0,leader:!0},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Unaligned",languages:"Common, Goblin",skills:"Endurance +11, Intimidate +8",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:13},wisdom:{score:16},charisma:{score:12},hp:84,initiative:6,ac:18,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"85397912-44c1-4dca-9639-35db12517233",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d12+7 damage (crit 1d12 + 19).",damage:"1d12+7 damage (crit 1d12 + 19)",category:1},{id:"d966dc7f-1dc1-4235-840f-e12f8d2fbf3e",name:"Bloodspiller’s Strike",action:{action:1,trigger:"requires a gerataxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d12 damage (crit 2d12 + 12), and ongoing 5 damage (save ends).",damage:"2d12 damage (crit 2d12 + 12)",category:5},{id:"6a60d495-b697-4a04-a706-b781e6925b10",name:"Warrior’s Surge",action:{action:1,trigger:"usable only while bloodied; requires a greataxe",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:null,description:"",details:"The Jhorash’tar bloodspiller makes a greataxe attack and regains 21 hit points.",damage:"The Jhorash’tar bloodspiller makes a greataxe attack and regains 21 hit points",category:5},{id:"4c84d3c7-b592-445a-a273-86e934c8bc9a",name:"Howl for Blood",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst makes a charge attack as a free action, dealing 2 extra damage if the attack hits.",damage:"dealing 2 extra damage if the attack hits",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d08d2135-2601-41c8-9804-c13c38b06cf4",name:"Jorasco Field Medic",details:"",size:1,origin:4,type:2,keywords:"halfling",level:4,role:{type:0,flag:0,leader:!0},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Heal +11",equipment:"crossbow bolts (20); hand crossbow; spear",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:10},intelligence:{score:15},wisdom:{score:19},charisma:{score:14},hp:45,initiative:2,ac:17,fortitude:16,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"c527b857-088e-423d-8923-ebc0dd017fc6",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"64fd1be2-42e1-41e3-9127-89ac4b08d6f4",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"529a4667-99a6-461a-8e4d-869500303ff9",name:"Emergency Healing",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one ally; the target regains 5 hit points and can make a saving throw.",damage:"the target regains 5 hit points and can make a saving throw",category:3},{id:"0e70fdeb-e449-4aa6-b0f4-f8a6e4a0967f",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one ally in burst; the target spends a healing surge and regains an additional 1d6 hit points.",damage:"the target spends a healing surge and regains an additional 1d6 hit points",category:3},{id:"92a21198-4f8c-4044-bbf7-1548b950f4d1",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"604ebebd-46b9-46e6-b86d-8dc6e1aa6ecd",name:"Second Chance",action:{action:5,trigger:"when the field medic is hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a new attack roll and use the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd6120e6-4e02-4e63-afe6-93a7a301711d",name:"Julius Finch",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Intimidate +9",equipment:"greatsword; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:9},wisdom:{score:15},charisma:{score:11},hp:107,initiative:6,ac:20,fortitude:21,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"39bc4e83-7b0b-4e0c-9f01-cf278fe38d52",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"4d6+5 damage.",damage:"4d6+5 damage",category:1},{id:"510f60c8-b879-4102-b827-13521b0affd1",name:"Deadly Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:13,defence:1},description:"",details:"2d6+5 damage, and the target is knocked prone until the end of Julius’s next turn.",damage:"2d6+5 damage",category:1},{id:"bdf0d36f-bee2-454c-b859-bd924fbcd267",name:"Feed the Void",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"targets a bloodied, living enemy; 6d6+5 necrotic damage.",damage:"6d6+5 necrotic damage",category:1},{id:"4039b6b0-9de3-4da2-87d5-13fed4bcc827",name:"Brutal Bruiser",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Julius deals 1d6 extra damage on attacks made against slowed or immobilized foes or against any creature granting combat advantage to him.",damage:"julius deals 1d6 extra damage on attacks made against slowed or immobilized foes or against any creature granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7e6cadb5-dfdb-4b9d-ad0f-f1f336764c9d",name:"Karrnathi Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"scale armor; scimitar",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:22},intelligence:{score:11},wisdom:{score:14},charisma:{score:8},hp:110,initiative:13,ac:25,fortitude:23,reflex:25,will:21,regeneration:null,auras:[],powers:[{id:"4ff34cac-5752-4f09-b369-38a81b765dfd",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+8 damage (crit 1d8 + 16), and the target is marked until the end of the Karrnathi skeleton’s next turn.",damage:"1d8+8 damage (crit 1d8 + 16)",category:1},{id:"f4b3f76c-46ca-4fa6-8d0d-422e15794a07",name:"Bone Dance",action:{action:4,trigger:"when an adjacent; marked enemy moves or makes an attack that does not include the karrnathi skeleton; requires a scimitar",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Karrnathi skeleton shifts 1 square and makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"8611e46c-4927-4854-a591-10ccee3e971f",name:"Eviscerating Slash",action:{action:1,trigger:"requires a scimitar",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+6 damage (crit 1d8 + 30), and ongoing 10 damage (save ends).",damage:"3d8+6 damage (crit 1d8 + 30)",category:5},{id:"2d42360e-6111-4b95-98ba-86079cd03dfe",name:"Razor Storm Strike",action:{action:1,trigger:"requires two scimitars",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Karrnathi skeleton makes two melee basic attacks. The Karrnathi skeleton shifts 1 square before, between, or after the attacks.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"81a21790-01a9-4193-b499-4bb2b342906b",name:"Karrnathi Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:13},intelligence:{score:11},wisdom:{score:18},charisma:{score:8},hp:138,initiative:6,ac:23,fortitude:25,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"0293873b-e581-4284-9b6b-d33f82c4e7b3",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"9b13ba02-463a-43e3-955b-625a5cf15be4",name:"Driving Assault",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"2d10+5 damage, the zombie pushes the target 2 squares, and the target is knocked prone. Miss: The Karrnathi zombie makes a melee basic attack against an enemy adjacent to it other than the original target.",attack:{bonus:14,defence:0},description:"",details:"",damage:"",category:5},{id:"f3e099cd-e9e1-4fd6-b754-64fb455d9e6d",name:"Battle Wrath",action:{action:4,trigger:"when hit by a melee attack; usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Karrnathi zombie makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eb38a2fb-f2ac-469c-8624-4f1f446d71bf",name:"King Kaius ir’Wynarn III",details:"",size:2,origin:4,type:2,keywords:"undead, vampire",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common, Draconic, Dwarven",skills:"Acrobatics +14, Athletics +18, Bluff +17, Diplomacy +17, History +17, Insight +15, Nature +15, Stealth +14",equipment:"light shield; plate armor",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:15},intelligence:{score:20},wisdom:{score:17},charisma:{score:20},hp:296,initiative:11,ac:31,fortitude:30,reflex:27,will:29,regeneration:{value:10,details:"regeneration does not function while Kaius is exposed to direct sunlight"},auras:[],powers:[{id:"e3431c33-1b6a-4584-9e16-a21dd9d333d2",name:"Soulthief",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+6 damage plus 1d8 necrotic damage, and Kaius gains 5 temporary hit points.",damage:"1d8+6 damage plus 1d8 necrotic damage",category:1},{id:"c7915e9b-a7b3-480e-9ebb-c531598e2310",name:"Blood Drain",action:{action:1,trigger:"requires combat advantage against the target; recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"2d12+6 damage, the target is weakened (save ends), and Kaius regains 74 hit points.",damage:"2d12+6 damage",category:5},{id:"5778dda5-f865-4ca3-b867-bac97dc1bf41",name:"Throat Rip",action:{action:1,trigger:"requires combat advantage against the target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"3d6+7 damage, and ongoing 10 damage (save ends).",damage:"3d6+7 damage",category:5},{id:"f909893e-a835-4085-b098-dde08f2d737a",name:"Whisper Strike",action:{action:1,trigger:"requires soulthief",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic, Weapon",condition:"",range:"Kaius makes three melee basic attacks. Kaius shifts 1 square before each attack.",attack:null,description:"",details:"Targets one, two, or three creatures",damage:"",category:5},{id:"40d39336-fa97-4281-99c0-dcf548ac9fcf",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Kaius can dominate only one creature at a time.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"6d2c0f9f-acff-4324-962f-e2c08bcf0c8a",name:"Human Guise",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Kaius can mask his undead features to appear as he did in life. A successful Insight check opposed by Kaius’s Bluff check pierces the guise.",damage:"",category:3},{id:"893cd6b5-8152-4016-b27e-9ceaad974eb8",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Kaius becomes insubstantial and gains a fl y speed of 12, but cannot make attacks. He can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Kaius becomes insubstantial and gains a fl y speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0769a592-d2a5-4df6-92eb-7704ba6a4350",name:"King’s Shield",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"5",alignment:"Lawful good",languages:"Common",skills:"Insight +10, Intimidate +7",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:10},intelligence:{score:14},wisdom:{score:16},charisma:{score:11},hp:64,initiative:4,ac:22,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"29fe544f-4551-46ff-8a9c-eb1411efcaef",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the Shield’s next turn.",damage:"1d8+5 damage",category:1},{id:"6872ead2-cc41-4852-b266-99791ffcab69",name:"For Breland!",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage, and the Shield gains 5 temporary hit points.",damage:"2d8+5 damage",category:5},{id:"c72bcee7-2efa-4c7d-99bc-b456a27fe669",name:"Shield the King",action:{action:4,trigger:"when an adjacent enemy moves or shifts; requires a shield",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Targets the triggering enemy; 1d6+5 damage, the Shield pushes the target 1 square, and the target ends its move action.",damage:"1d6+5 damage",category:5},{id:"90839fa2-5e11-41a6-b91c-77a13a44f00d",name:"Lock Shields",action:null,keywords:"",condition:"requires a shield",range:"",attack:null,description:"",details:"A King’s Shield gains a +2 bonus to AC and Reflex defense while adjacent to another King’s Shield",damage:"A King’s Shield gains a +2 bonus to AC and Reflex defense while adjacent to another King’s Shield",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8674c7e5-c54f-4c1a-b4b0-50241fea5ea3",name:"King’s Wand",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Good",languages:"Common, Elven",skills:"Arcana +13, Bluff +12, Insight +9, Stealth +10",equipment:"implement, wand; short sword",category:"",strength:{score:9},constitution:{score:10},dexterity:{score:14},intelligence:{score:20},wisdom:{score:13},charisma:{score:18},hp:52,initiative:5,ac:18,fortitude:15,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"3009a5d4-2d8e-4cbd-a254-f10a22f59ca4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"ac031ef6-acd9-4e07-ad08-a732bd693510",name:"Mind Razor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d8+4 psychic damage.",damage:"2d8+4 psychic damage",category:1},{id:"af271f0b-90a7-4396-8cf8-34f0934f256e",name:"Bedeviling Bolts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Implement",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d10+5 damage, and the Wand slides the target 1 square.",damage:"1d10+5 damage",category:1},{id:"6667b98d-7366-4f23-89d4-2ec907e66ad6",name:"Scintillating Pattern",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Illusion",condition:"",range:"Area burst 2 within 10",attack:{bonus:9,defence:3},description:"",details:"targets enemies; 3d8+4 damage, and the target is dazed (save ends).",damage:"3d8+4 damage",category:1},{id:"c000aee2-42e3-4a14-acde-bc9c5bbf8dd4",name:"Fade Away",action:{action:4,trigger:"when the king’s wand takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The King’s Wand turns invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"7c445e07-ff4a-45bd-903e-5dad0a1f7005",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a King’s Wand has cover or concealment when it makes an initiative check, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5e7ad2f-2005-484a-bcc7-b672e9f208da",name:"King’s Dark Lantern",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:4,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Athletics +13, Bluff +10, Diplomacy +10, Intimidate +10, Stealth +14, Streetwise +10, Thievery +14",equipment:"arrow; bastard sword; leather armor; longbow",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:20},intelligence:{score:15},wisdom:{score:16},charisma:{score:13},hp:136,initiative:13,ac:24,fortitude:22,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"75e0b851-77f9-44b2-a6df-eb45c080a065",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"80e4ec8f-df65-467c-b215-f39130b429f8",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"733a0604-eaec-4d03-b0b3-12cb4db3496d",name:"Blinding Strike",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and the Dark Lantern shifts 2 squares and has concealment against the target until the end of the Dark Lantern’s next turn.",damage:"1d10+5 damage",category:5},{id:"957dafbd-5f79-4b1d-90d8-8517bbccb2b5",name:"Blend In",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Dark Lantern turns invisible until it attacks or until the end of its next turn.",damage:"",category:3},{id:"67ec8a40-0423-40a5-87e9-b44f59270dd5",name:"Hunter’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets nearest enemy; the Dark Lantern deals +1d8 damage once per turn against its quarry. Only one creature can be the Dark Lantern’s quarry at a time.",damage:"the dark lantern deals +1d8 damage once per turn against its quarry",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90569b01-02bc-4f3d-904a-55fb2614cee5",name:"King’s Sword",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Good",languages:"Common",skills:"",equipment:"chainmail; greatsword",category:"",strength:{score:19},constitution:{score:13},dexterity:{score:14},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:69,initiative:7,ac:20,fortitude:18,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"b1fb3809-9795-4143-b63f-0df6e80b3b56",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"aa0ab494-5bb8-4817-b3f3-11f04ec20dd7",name:"Deft Blade",action:{action:1,trigger:"requires a greatsword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+6 damage, and the Sword shifts 1 square.",damage:"1d10+6 damage",category:5},{id:"50dd5899-65d6-4465-b153-d030f3fa7c33",name:"King’s Blade",action:{action:1,trigger:"requires a greatsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:11,defence:0},description:"",details:"2d10+5 damage. The King’s Sword shifts 2 squares after making this attack.",damage:"2d10+5 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db9d57e6-dba7-4cc8-88e6-efd4ee4845c6",name:"Kundarak Iron Gate Guard",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Dungeoneering +7, Endurance +10",equipment:"plate armor; waraxe",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:11},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:76,initiative:5,ac:22,fortitude:21,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"beebafaa-523e-4a7b-a2fc-f89c32cee6d1",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12+5 damage, and the target is marked until the end of the guard’s next turn.",damage:"1d12+5 damage",category:1},{id:"ea8b629d-7577-4e75-b3f0-5b8a42b2aad2",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"1d6+5 damage, and the Iron Gate guard pushes the target 1 square. If the target is marked by the guard, the guard can shift into the space the target vacates.",damage:"1d6+5 damage",category:3},{id:"3945a9fe-14ae-445f-bd42-c6bc8841036f",name:"Guard Ward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When within 4 squares of a creature or object it is guarding, or within a guarded area, an Iron Gate guard gains a +2 bonus to all defenses and a +1 bonus to attack rolls.",damage:"When within 4 squares of a creature or object it is guarding",category:0},{id:"c7f7755b-35da-4d80-9638-b642243882e9",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a guard to move—through a pull, a push, or a slide—the guard moves 1 square less than the effect specifies. When an attack would knock a guard prone, the guard can make a saving throw to avoid falling prone.",damage:"or a slide—the guard moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7df76a66-fe5b-4c3f-a99d-b3a0e61b4696",name:"Lady Vol",details:"",size:2,origin:4,type:2,keywords:"undead",level:19,role:{type:3,flag:1,leader:!0},senses:"Perception +12; darkvision, low-light vision",movement:"6, fly 7 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Elven",skills:"Arcana +24, Bluff +19, Diplomacy +22, History +21, Insight +17, Religion +21",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:14},intelligence:{score:24},wisdom:{score:16},charisma:{score:22},hp:356,initiative:11,ac:35,fortitude:31,reflex:34,will:35,regeneration:{value:10,details:""},auras:[],powers:[{id:"b440b37c-aab9-4d05-977c-e245e18c9733",name:"Death Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"09746ac0-c93d-46e7-9cd5-ca2930734323",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"abe85df0-3a92-4bc7-af6d-314cbefabafe",name:"Enfeebling Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:21,defence:1},description:"",details:"2d8+7 necrotic damage, and the target is weakened until the end of Lady Vol’s next turn.",damage:"2d8+7 necrotic damage",category:1},{id:"73a98f96-e8ce-4575-bf85-d4bfb3698a7a",name:"Spectral Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Area burst 3 within 10",attack:{bonus:21,defence:3},description:"",details:"targets two creatures in burst; 2d8+7 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"5eef5a69-1818-4409-a3d9-508d6bc98ea9",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"targets living creatures; 4d8+7 necrotic damage, and Lady Vol regains 5 hit points for every creature damaged in this manner.",damage:"4d8+7 necrotic damage",category:1},{id:"a575ed01-b9b6-4b73-a31d-7a019efbcae9",name:"Queen of the Dead",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"three of Lady Vol’s allies in the burst can each make a basic attack.",damage:"",category:1},{id:"e7a1a303-86bf-429d-a60e-d720db53e365",name:"Death Makes Me Stronger",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Lady Vol’s drain life ability recharges, and she uses it.",damage:"",category:5},{id:"f75eed56-9549-482f-8043-ca8e9f24431e",name:"Indestructible",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Lady Vol’s body and possessions crumble into dust, but she is not destroyed. She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery, unless the phylactery is also found and destroyed.",damage:"She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"radiant (if Lady Vol takes radiant damage, regeneration doesn’t function on her next turn)",immune:"disease, poison",tactics:""},{id:"28716b37-e229-4a73-bd20-5f21c72de77a",name:"Living Cloudkill",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +14; blindsight 10",movement:"8 see also engulf",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:20},intelligence:{score:5},wisdom:{score:20},charisma:{score:11},hp:314,initiative:14,ac:31,fortitude:33,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"dbc40b6f-0115-41c1-b900-fea69ae3998e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"3d8+7 poison damage.",damage:"3d8+7 poison damage",category:1},{id:"86f809c3-2e90-411e-96b9-a29b1a780436",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Targets one or two Medium or smaller creatures; (automatically hits an immobilized creature)the target is grabbed, pulled into the living cloudkill’s space, dazed until the grab ends, and takes ongoing 15 poison damage until the grab ends. When the grab ends, the target shifts to a square of its choosing adjacent to the living cloudkill. The living cloudkill can move normally while creatures are engulfed within it.",damage:"and takes ongoing 15 poison damage until the grab ends",category:1},{id:"e817b3b2-f7d3-4fc3-a756-35dc64a97a73",name:"Cloud Drift",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living cloudkill shifts its speed and can move through enemies’ spaces during this movement. It must end this movement in an unoccupied space.",damage:"",category:2},{id:"d7d8cab1-3e8d-4f85-a21f-f6980c6fd313",name:"Choking Move",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"On its turn, if a living cloudkill moves through a creature’s space, that creature takes 15 poison damage.",damage:"that creature takes 15 poison damage",category:0}],damageModifiers:[{type:7,value:-15}],resist:"insubstantial",vulnerable:"",immune:"gaze",tactics:""},{id:"37c99134-20d4-4a1a-bc15-6d7efd4af7ba",name:"Lord of Blades",details:"",size:2,origin:4,type:2,keywords:"living construct",level:21,role:{type:6,flag:1,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Giant",skills:"Arcana +17, Athletics +22, Intimidate +21",equipment:"plate armor",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:16},intelligence:{score:14},wisdom:{score:11},charisma:{score:22},hp:388,initiative:15,ac:39,fortitude:35,reflex:30,will:34,regeneration:null,auras:[{id:"9ff625e3-1810-4d24-9ae3-0588597dd088",name:"Quicken Constructs",keywords:"",details:"aura 5; allied constructs and living construct within the aura gain +4 to initiative rolls."}],powers:[{id:"46ddfd34-b0b3-42a3-a54a-558c59bb45a5",name:"Adamantine Sixblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"1d12+11 damage (crit 19–20), the Lord of Blades slides the target 2 squares, and the target is marked until the end of the Lord of Blades’ next turn. Damage from this attack ignores 10 points of resist all.",damage:"1d12+11 damage (crit 19–20)",category:1},{id:"8756bbb1-13f1-41c9-ba8e-27e260e723b3",name:"Blade Mark",action:{action:5,trigger:"when an adjacent enemy marked by the lord of blades moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The Lord of Blades makes a melee basic attack against the triggering enemy. An enemy hit by this attack stops moving. If this attack hits, the Lord of Blades makes a melee basic attack as a free action against a different target within reach.",attack:null,description:"",details:"",damage:"",category:5},{id:"926ad08b-395c-4c1d-a849-7b6427f0514c",name:"Off-Hand Slash",action:{action:3,trigger:"requires an adamantine sixblade",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"1d12+11 damage (crit 19–20), and the target is marked until the end of the Lord of Blades’ next turn. Damage from this attack ignores 10 points of resist all.",damage:"1d12+11 damage (crit 19–20)",category:5},{id:"21f21ff9-29e0-4608-8bde-b5ed9152fcdd",name:"Shoulderbow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20",attack:{bonus:28,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:3},{id:"27ef3a63-372b-49de-af6d-e5138b20956a",name:"Lord of Constructs",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"allied construct and living constructs gain 10 temporary hit points. A bloodied construct or living construct ally also regains 10 hit points.",damage:"allied construct and living constructs gain 10 temporary hit points",category:3},{id:"90a83b57-5fa8-4794-8de1-0c20fa483278",name:"Bladed Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Lord of Blades deals 1d8 + 4 damage to any creature that grabs him. A creature that continues to grab him takes 1d8 + 4 damage at the start of its turn.",damage:"the lord of blades deals 1d8 + 4 damage to any creature that grabs him",category:0},{id:"60dddbfd-0a36-40d7-85ce-26d980b6b287",name:"Powerful Charger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When charging, the Lord of Blades deals 2d6 extra damage and pushes the target 1 square. He then shifts into the square the target vacated.",damage:"the lord of blades deals 2d6 extra damage and pushes the target 1 square",category:0},{id:"00e28c78-9903-4b2f-a3d1-a6ba148218ad",name:"Lordly Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The Lord of Blades gains 15 temporary hit points and ends one effect that a save can end. If he uses this power while bloodied, he also regains 15 hit points.",damage:"The Lord of Blades gains 15 temporary hit points and ends one effect that a save can end",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"76a8455d-334e-4fdf-820f-2fe8644217dd",name:"Magebred Destrier",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Endurance +10",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:14},intelligence:{score:3},wisdom:{score:12},charisma:{score:10},hp:76,initiative:4,ac:17,fortitude:19,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"e511cdef-b1e8-4ea6-af01-59d24294cb5f",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"102af01f-ad5a-46ed-bc1f-26db18fb245b",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"The magebred destrier can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the destrier must end its move in an unoccupied space. When it enters an enemy’s space, the destrier makes a trample attack; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"b612c494-71d3-4245-89b3-11558f9975cb",name:"Charger",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher",range:"",attack:null,description:"",details:"When a destrier’s rider charges, the rider gains a +6 bonus to damage rolls.",damage:"the rider gains a +6 bonus to damage rolls",category:0},{id:"15f89b1a-00ee-4325-8119-3d5a61c6e9f0",name:"Bonded Mount",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"when a friendly rider of 5th level or higher spends a healing surge",range:"",attack:null,description:"",details:"The magebred destrier gains temporary hit points equal to the rider’s healing surge value.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b91af07-af05-44e2-8b4e-51e1c319771f",name:"Magwroth",details:"",size:2,origin:1,type:2,keywords:"",level:25,role:{type:2,flag:0,leader:!0},senses:"Perception +16",movement:"6, swim 6",alignment:"Chaotic evil",languages:"Abyssal, Common, Primordial",skills:"Arcana +22",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:25},intelligence:{score:21},wisdom:{score:19},charisma:{score:25},hp:284,initiative:19,ac:37,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"71228d69-63db-4b91-a661-9cf79b00db91",name:"Elemental Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d6+9 damage, and ongoing 10 cold, fire, or lightning damage (Magwroth’s choice) (save ends).",damage:"2d6+9 damage",category:1},{id:"8604e2a9-2ce2-44dc-abbb-1413831c1ad9",name:"Chaos Retort",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d6+7 cold, fire, or lightning damage (Magwroth’s choice), Magwroth slides the target 2 squares, and the target makes a basic attack against its nearest ally. Miss: Half damage, and the target is dazed until the end of Magwroth’s next turn.",damage:"or lightning damage (magwroth’s choice)",category:5},{id:"4c6ed03d-8674-44ca-b0f8-dae018290f64",name:"Faster, Ye Swabs!",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 6",attack:null,description:"",details:"each ally within the burst can take an extra move action immediately.",damage:"",category:3},{id:"f0da050b-92b5-477b-9f3e-34bb6cea61aa",name:"Wail of Anguish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 2d10+7 psychic damage.",damage:"2d10+7 psychic damage",category:1}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"114d64a2-c139-4789-a4d2-dee2534083e1",name:"Medani Inquisitive",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Insight +14",equipment:"crossbow; crossbow bolts (20); dagger",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:14},intelligence:{score:21},wisdom:{score:20},charisma:{score:12},hp:87,initiative:6,ac:24,fortitude:18,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"3055cbb8-f6c6-4ddf-b2b2-6ec7c211465b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"fdc2b216-12fc-4209-980b-72042ab983fb",name:"Repeating Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"ed58fa05-5558-463e-9853-a6e81fb39d69",name:"Inquisitive’s Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one enemy; the Medani inquisitive deals 2d6 extra damage on the next attack it makes against the target before the end of the inquisitive’s next turn.",damage:"the medani inquisitive deals 2d6 extra damage on the next attack it makes against the target before the end of the inquisitive’s next turn",category:3},{id:"f67a7e18-85ac-4725-93c2-7ad0e98bee45",name:"Blinding Powder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:11,defence:3},description:"",details:"the target is blinded and slowed (save ends both).",damage:"",category:1},{id:"6cfc0eca-a692-4499-bf5b-d83fbfd4ab3b",name:"Slippery Customer",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The inquisitive shifts 3 squares and ignores difficult terrain.",damage:"The inquisitive shifts 3 squares and ignores difficult terrain",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91b64d3c-c423-42c0-8765-a4b8dc363791",name:"Mishva Garodya Stormhorn",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:12,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Diplomacy +15, Endurance +13, Intimidate +15",equipment:"bastard sword; javelin; scale armor; short sword",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:11},intelligence:{score:19},wisdom:{score:12},charisma:{score:19},hp:238,initiative:8,ac:30,fortitude:25,reflex:25,will:25,regeneration:null,auras:[{id:"43396b33-f820-412e-95fd-be87bb46498b",name:"Frontline Command",keywords:"",details:"aura 10; each ally that starts the encounter within the aura gains a +2 bonus to its initiative check."}],powers:[{id:"88fcdfcf-e819-4b84-89ef-14b80be6f475",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)2d10+5 lightning damage.",damage:"(+20 while bloodied)2d10+5 lightning damage",category:1},{id:"0e394561-2fd0-48c9-97f6-22d2531f7d31",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)2d6+5 damage.",damage:"(+20 while bloodied)2d6+5 damage",category:1},{id:"a634e66a-4224-4ffc-b0da-7c09f0460eef",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"(+20 while bloodied)2d6+7 damage.",damage:"(+20 while bloodied)2d6+7 damage",category:1},{id:"65fdafa0-67f6-4537-a45b-4c0b97d29711",name:"Blue Dragon Strike",action:{action:1,trigger:"requires a bastard sword and a short sword",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mishva makes a basic attack with each weapon. If both attacks hit the same target, Mishva pushes that target 2 squares and knocks it prone.",damage:"Mishva pushes that target 2 squares and knocks it prone",category:5},{id:"ae2d7d44-619d-4833-a251-43aef610cf58",name:"Dragonwing Wedge",action:{action:1,trigger:"requires a bastard sword and a short sword; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mishva makes a basic attack with each weapon against two different targets. On a hit, Mishva slides the target 2 squares.",damage:"Mishva slides the target 2 squares",category:5},{id:"08544035-965c-4edb-8216-8c4ddaa62426",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d6+5 lightning damage.",damage:"2d6+5 lightning damage",category:3},{id:"17d2c13a-2f1d-491f-8f65-7a02b2c10b34",name:"Stormhorn War Cry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets Mishva and allies in the burst that can hear her; until the end of Mishva’s next turn, the target gains a +2 bonus to attack rolls and damage rolls.",damage:"the target gains a +2 bonus to attack rolls and damage rolls",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5cc60dd-8fd2-498a-b1c6-2f268f7ca8ce",name:"Mordain the Fleshweaver",details:"",size:2,origin:0,type:2,keywords:"",level:21,role:{type:3,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"8, teleport 5",alignment:"Evil",languages:"Common, Deep Speech, Elven, Goblin",skills:"Arcana +23, Dungeoneering +22, Insight +17, Nature +17",equipment:"",category:"",strength:{score:14},constitution:{score:23},dexterity:{score:17},intelligence:{score:27},wisdom:{score:14},charisma:{score:22},hp:338,initiative:13,ac:35,fortitude:33,reflex:35,will:33,regeneration:{value:15,details:""},auras:[],powers:[{id:"57449983-dfd5-4282-a225-38332e4a1815",name:"Stinging Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 2d8+3 damage, and the target is slowed and takes ongoing 5 damage (save ends both). If the target is already slowed, it is dazed instead.",damage:"2d8+3 damage",category:1},{id:"37b31218-c5cb-4d80-ab7b-d3357e53fd71",name:"Unraveling Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"2d6+7 damage, Mordain pushes the target 1 square, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends).",damage:"2d6+7 damage",category:1},{id:"8e605910-2442-4995-b7ea-429d5408ae19",name:"Fleshweaver’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mordain makes two basic attacks.",damage:"",category:1},{id:"2e3c5a4f-c89c-444a-8adf-037ba4ecf168",name:"Burrowing Shard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:24,defence:1},description:"",details:"2d6 damage, and the target is immobilized and takes ongoing 15 damage (save ends both). Aftereffect: The target takes ongoing 5 damage and is slowed (save ends both).",damage:"2d6 damage",category:1},{id:"4b5fbbfa-257b-4821-90ed-c3910e0febfc",name:"Unnatural Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of Mordain’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls against Mordain (save ends).",damage:"The target takes a -2 penalty to attack rolls against Mordain (save ends)",category:1},{id:"9309b05b-ef4b-4986-ae6b-f6818938c5fc",name:"Xorlat Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Close burst 3",attack:{bonus:24,defence:3},description:"",details:"targets enemies; 2d6 psychic damage, and the target is slowed (save ends). Effect: The burst creates a zone that lasts until the end of Mordain’s next turn. Any creature that starts its turn within the zone is subject to an attack; +24 vs. Will; 2d6 psychic damage, and the target is slowed (save ends). Sustain Minor: The zone persists.",damage:"2d6 psychic damage",category:1},{id:"f7ae62b5-8e7f-4b19-b00f-678ae4508dca",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Mordain can alter his physical form to take on the appearance of any Small or Medium humanoid, including a unique individual.",damage:"",category:3},{id:"0a70badf-435d-47b3-9985-1dd1c0b29e35",name:"Fleshweaver’s Resurgence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"when mordain is reduced to 0 hit points in a round during which he did not take cold and radiant damage",range:"",attack:null,description:"",details:"Mordain returns to life with 30 hit points at the start of his next turn.",damage:"Mordain returns to life with 30 hit points at the start of his next turn",category:1},{id:"373efc16-9c1e-4c09-9d49-50f32f0a4e9c",name:"Resistance to Scrying",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attempts to scry upon Mordain, his location, or objects in his possession fail as if the target of the attempt did not exist.",damage:"",category:0}],damageModifiers:[],resist:"cold and radiant (if Mordain takes cold and radiant damage, regeneration does not function until the end of his next turn)",vulnerable:"",immune:"disease, polymorph",tactics:""},{id:"6c109add-fa84-4e0e-98b0-83aaa4df82c6",name:"Mourner",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 8 (hover; altitude limit 6)",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:80,initiative:10,ac:24,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"cf769256-df46-4349-9dab-8f20124b5d06",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+5 psychic damage, and the target is slowed until the end of the mourner’s next turn.",damage:"2d6+5 psychic damage",category:1},{id:"206b23b5-b67d-42bc-a495-a843e92c30bd",name:"Tendril of Mist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"2d6+7 psychic damage, and the mourner slides the target 2 squares.",damage:"2d6+7 psychic damage",category:1},{id:"9a1dc5ea-35a4-4f34-9c6d-e8eb0c85da52",name:"Wall of Anguish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"3d8+7 psychic damage, and the target is immobilized (save ends).",damage:"3d8+7 psychic damage",category:1},{id:"ce856f27-1832-447c-bfce-f8f9512f32a9",name:"Aura of Doom",action:{action:1,trigger:"aura",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"aura 2; any enemy within the aura at the start of its turn takes a -2 penalty to Will defense until the start of its next turn.",damage:"aura 2",category:5}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"e28834a9-2cdf-438d-ba7b-74e5ff1416a3",name:"Mourning Haunt",details:"",size:2,origin:1,type:2,keywords:"demon",level:3,role:{type:4,flag:2,leader:!1},senses:"Perception +7; blindsight 3, darkvision",movement:"6 ;phasing",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +10",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:14},intelligence:{score:14},wisdom:{score:14},charisma:{score:14},hp:196,initiative:6,ac:17,fortitude:17,reflex:16,will:16,regeneration:null,auras:[{id:"0795ad81-31f6-4ef1-9102-37783689d982",name:"Mist Aura",keywords:"",details:"aura 2; the aura grants the Mourning haunt concealment from creatures adjacent to it and total concealment from other creatures. The aura ends while the Mourning haunt is bloodied."}],powers:[{id:"7336cf22-142e-4489-80e1-f139801ce338",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"16aefc8f-6c08-4086-9672-75d6f3e4450d",name:"Gnashing Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Mourning haunt makes three bite attacks.",damage:"",category:1},{id:"2f226c86-22b8-4321-bfe9-8ce0dc961632",name:"Haunting Fog",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:4,defence:1},description:"",details:"the target is restrained and takes ongoing 5 damage (save ends both).",damage:"the target is restrained and takes ongoing 5 damage (save ends both)",category:5},{id:"2500a744-62e7-4bc2-a900-6cbb075fc7cf",name:"Whirlwind Frenzy",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:10,defence:0},description:"",details:"1d6+2 damage, and the Mourning haunt pushes the target 1 square.",damage:"1d6+2 damage",category:5},{id:"2e87ce4f-4c05-43e8-b14a-57d1e25c8aed",name:"Reactive Swipe",action:{action:5,trigger:"when the mourning haunt is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+4 damage, and the Mourning haunt teleports 3 squares.",damage:"1d6+4 damage",category:5}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"629280fd-4eca-4adf-88c0-54adfb41c4e2",name:"Phiarlan Spy",details:"",size:2,origin:2,type:2,keywords:"elf",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +13, Bluff +15, Insight +11, Nature +8, Stealth +13, Thievery +13",equipment:"dagger",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:20},intelligence:{score:14},wisdom:{score:16},charisma:{score:18},hp:55,initiative:12,ac:20,fortitude:17,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"cea81842-8e09-4a7a-a082-8a8e74195e0b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+5 damage. The Phiarlan spy shifts 1 square before or after the attack.",damage:"1d4+5 damage",category:1},{id:"4d0af858-a289-4dcf-90e2-6fd73446ec2a",name:"Shadow Blade",action:{action:1,trigger:"requires dagger and combat advantage against the target",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"3d4+5 damage, and the target is slowed and takes ongoing 5 necrotic damage (save ends both). On a hit, this attack recharges shadowform.",damage:"3d4+5 damage",category:5},{id:"c0a68c4f-5917-4d0c-a3c3-a427960b3a76",name:"Shadow Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Phiarlan spy assumes a shadowy form until the end of its next turn. In this form, it gains total concealment and insubstantial.",damage:"",category:3},{id:"9133b6f0-68d1-4a93-9be2-91558c6984dd",name:"Veil of Shadows",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Phiarlan spy can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the spy’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"2dbc84aa-4e57-4428-a212-18c52f3a2743",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Phiarlan spy can reroll an attack roll and must use the second roll.",damage:"",category:4},{id:"696264b5-2a67-4e62-95fd-cfd6d191581f",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Phiarlan spy ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d957415-64eb-4689-aa5f-34a3e2dcf867",name:"Red Jackal Razorclaw",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +11, Stealth +11, Streetwise +7",equipment:"leather armor; scimitar",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"d0e5b441-5d87-449f-aa48-387193cbae93",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage (crit 9 + 1d8), and the red jackal razorclaw shifts 1 square.",damage:"1d8+1 damage (crit 9 + 1d8)",category:1},{id:"8a39ca29-cd4f-463d-9dd0-4781404bf930",name:"Charging Pounce",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the red jackal razorclaw charges, it deals 1d8 extra damage and knocks the target prone.",damage:"it deals 1d8 extra damage and knocks the target prone",category:0},{id:"f3119b0a-2be8-4143-a785-7b660b98c6c5",name:"Razorclaw Shifting",action:{action:3,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the red jackal razorclaw’s speed increases by 2 and it gains a +1 bonus to AC and Reflex.",damage:"the red jackal razorclaw’s speed increases by 2 and it gains a +1 bonus to AC and Reflex",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b8511670-a35a-4673-98e3-975b4b61aff9",name:"Rhashaak",details:"",size:5,origin:3,type:1,keywords:"aquatic, dragon",level:24,role:{type:4,flag:2,leader:!1},senses:"Perception +19; blindsight 10, darkvision",movement:"10, fly 10 (hover), overland flight 15, swim 10",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"Arcana +21, Insight +19, Nature +19, Stealth +30",equipment:"",category:"",strength:{score:29},constitution:{score:21},dexterity:{score:26},intelligence:{score:18},wisdom:{score:15},charisma:{score:26},hp:884,initiative:24,ac:38,fortitude:36,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"d19c7e35-9b0c-4f60-ba98-e4e9dc316c43",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d8+6 damage, and ongoing 15 acid damage (save ends).",damage:"2d8+6 damage",category:1},{id:"cd5d9c50-a04e-41aa-a032-b43e1350a0c3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 1d10+6 damage; a slowed target is also knocked prone.",damage:"1d10+6 damage",category:1},{id:"09a19db2-c869-4910-a2e7-2192e899a74c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rhashaak makes two claw attacks.",damage:"",category:1},{id:"88492a08-bf5b-4513-8264-6e2234f6bc4a",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses with a melee attack against rhashaak",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; targets the triggering enemy; 1d12+8 damage, and Rhashaak pushes the target 3 squares; a slowed target is also knocked prone.",damage:"1d12+8 damage",category:5},{id:"37b5c709-8adc-4492-8470-ca5d8ac2db00",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"4d8+5 and necrotic damage, and the target takes ongoing 15 acid and necrotic damage and a -4 penalty to AC and Reflex (save ends all).",damage:"4d8+5 and necrotic damage",category:1},{id:"8701c666-3e45-4434-baf9-42ed273c8516",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Rhashaak uses it immediately.",damage:"",category:5},{id:"18fbc886-e5b9-4576-b7eb-b928b94c0ceb",name:"Profane Utterance",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"close burst 10",attack:{bonus:25,defence:3},description:"",details:"Rhashaak speaks an Abyssal word of power; the target is dazed and restrained until the end of Rhashaak’s next turn.",damage:"",category:5},{id:"c314008c-0664-48b2-80dc-c8c88378f536",name:"Scathing Spray",action:{action:1,trigger:"while bloodied",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold",condition:"",range:"Close burst 5",attack:{bonus:25,defence:2},description:"",details:"2d6+5 acid and cold damage, and the target is blinded and slowed until the end of Rhashaak’s next turn. Miss: Half damage.",damage:"2d6+5 acid and cold damage",category:5},{id:"b0df9249-4983-4151-89db-010ca8e376d9",name:"Winterbite Gloom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Cold, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of acidic, wintry darkness that lasts until the end of Rhashaak’s next turn. The zone blocks line of sight for all creatures except Rhashaak. Each creature entirely within the zone (except Rhashaak) is blinded, and each creature that enters the zone or begins its turn there takes 15 acid and cold damage and is slowed until the end of its next turn. Sustain Minor: The zone persists.",damage:"and each creature that enters the zone or begins its turn there takes 15 acid and cold damage and is slowed until the end of its next turn",category:1}],damageModifiers:[{type:1,value:-30},{type:2,value:-15},{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee606c55-0414-4cbb-8e29-1ab4fa5bcf41",name:"Rhesh Turakbar",details:"",size:2,origin:4,type:2,keywords:"minotaur",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +6",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Goblin",skills:"Dungeoneering +11, Intimidate +14, Nature +11",equipment:"hide armor; spiked gauntlet",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:18},intelligence:{score:11},wisdom:{score:12},charisma:{score:19},hp:280,initiative:9,ac:27,fortitude:29,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"5d705f65-23da-4f89-a4c4-bcd1f17bce96",name:"Greathammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"72f66118-4180-4c0c-b623-b0623620bb90",name:"Gauntlet Smash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:3},{id:"ae209436-3e35-4e62-8866-ff73cf32bc46",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"2d6+7 damage, and the target is knocked prone. Rhesh then shifts 2 squares and makes a melee basic attack.",attack:{bonus:15,defence:0},description:"",details:"Rhesh makes a charge attack",damage:"",category:1},{id:"5e525c63-693d-4a3c-8e08-8e2f75808dd4",name:"Blood for Baphomet",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"when rhesh drops an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"Rhesh regains 30 hit points.",damage:"Rhesh regains 30 hit points",category:1},{id:"4c8fc40e-80fa-4795-899d-7b6d01367bea",name:"Ferocity",action:null,keywords:"",condition:"when first bloodied and again when reduced to 0 hit points",range:"Rhesh makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cdf19390-f094-45b0-ae5b-efca528067be",name:"Royal Eyes Agent",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +13, History +9, Insight +10, Streetwise +13, Thievery +12",equipment:"crossbow bolts (20); hand crossbow; leather armor; rapier; thieves’ tools",category:"",strength:{score:10},constitution:{score:11},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:21},hp:75,initiative:9,ac:21,fortitude:16,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"c03c48bb-7f95-4c79-b745-f9adb0b7c565",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 damage, and if the Royal Eyes agent is marked by the target, that condition ends.",damage:"1d8+4 damage",category:1},{id:"a8c30515-fbc1-4462-a84b-6db84eb17151",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"6427c5b6-f8e2-4dbb-a023-e6834ab27837",name:"Flamboyant Strike",action:{action:1,trigger:"requires rapier",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+4 damage, the agent slides the target 1 square, and the target is dazed until the end of the agent’s next turn.",damage:"2d8+4 damage",category:5},{id:"25e7ccbd-780b-4a2b-84fe-c82b5a29bd4e",name:"Information Is Power",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"one creature in burst; the target grants combat advantage to the Royal Eyes agent (save ends).",damage:"",category:3},{id:"1d495f39-c018-4b8f-9552-7b8f73a95c98",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A Royal Eyes agent deals 2d6 extra damage on melee and ranged attacks against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"96f6be55-eca6-4df4-9c1e-ab93d8c36a66",name:"Cunning Escape",action:{action:3,trigger:"when the royal eyes agent hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the Royal Eyes agent is marked, that condition ends. In addition, the agent shifts 1 square.",damage:"the agent shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0c3c575-45c7-4f87-be5d-d6a575e23a12",name:"Royal Eyes Elite Agent",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +13",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +15, Bluff +16, History +12, Insight +13, Streetwise +16, Thievery +15",equipment:"crossbow bolts (20); hand crossbow; leather armor; rapier; thieves’ tools",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:20},intelligence:{score:15},wisdom:{score:17},charisma:{score:22},hp:204,initiative:12,ac:27,fortitude:21,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"be6ecc86-5ddc-483f-a773-3b275fa280ec",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"47fcc77b-b05a-4331-849e-1d39ea308ddc",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:15,defence:0},description:"",details:"2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"d9cae91d-a501-4716-bf4d-e19f8a571c3a",name:"Flamboyant Strike",action:{action:1,trigger:"requires rapier",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+7 damage, the agent slides the target 1 square, and the target is dazed until the end of the agent’s next turn.",damage:"2d8+7 damage",category:5},{id:"fb6c206c-77d7-4982-97c5-ab589d3cf50e",name:"Information Is Power",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"the target grants combat advantage to the elite agent until the end of its next turn.",damage:"",category:3},{id:"5e4c1141-b4ea-41a7-82ce-a484e58258fd",name:"Aundairian Elan",action:{action:4,trigger:"when the elite agent is hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the Royal Eyes elite agent is marked, that condition ends. In addition, the agent shifts 2 squares and makes a basic attack as a free action against the triggering target at any point during this movement.",damage:"the agent shifts 2 squares and makes a basic attack as a free action against the triggering target at any point during this movement",category:5},{id:"e46a3f7c-4b46-4af6-a5a0-f46f3f77f8e7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A Royal Eyes elite agent deals 3d6 extra damage on melee and ranged attacks against any creature granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"9c9e124d-a67c-471a-8d98-abc065897d0b",name:"Disguise Trick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Royal Eyes elite agent takes on the appearance of any Medium humanoid race. Its clothing and equipment alter appearance to reflect this change. The illusion does not adjust sound or texture, so a creature listening to or touching an elite agent might detect the illusion.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2034c019-330b-4351-b2af-cb39e7b0cf39",name:"Ruus Dhakaan",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:13,role:{type:6,flag:1,leader:!0},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Acrobatics +15, Athletics +17, History +12, Intimidate +15",equipment:"scale armor; shuriken; spiked chain",category:"",strength:{score:22},constitution:{score:15},dexterity:{score:19},intelligence:{score:12},wisdom:{score:14},charisma:{score:19},hp:254,initiative:12,ac:27,fortitude:25,reflex:25,will:25,regeneration:null,auras:[{id:"3731f1a0-8ca9-4eeb-ab57-70b146e69f06",name:"Dhakaani Command",keywords:"",details:"aura 5; when Ruus shifts, each ally within the aura can shift 1 square as an immediate reaction."}],powers:[{id:"0f838993-b369-40d6-b3d7-b8fc631d9c7c",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"507843de-cdef-4d1f-b27d-9c966dbc517c",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:18,defence:0},description:"",details:"2d4+10 damage.",damage:"2d4+10 damage",category:1},{id:"6f26edfb-d009-4fba-9aab-58af0a41da2f",name:"Chain Snag",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Reach 2; 4d4+10 damage, and a Large or smaller target is grabbed. Sustain Minor: Ruus sustains the grab, and the grabbed creature takes 2d4 + 10 damage.",damage:"4d4+10 damage",category:5},{id:"3db312a2-2c1c-41f1-a71c-3edf5143bb01",name:"Spinning Chain",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus makes two spiked chain attacks. If both attacks hit the same target, Ruus slides the target 1 square or knocks the target prone (Ruus’s choice).",damage:"Ruus slides the target 1 square or knocks the target prone (Ruus’s choice)",category:5},{id:"ef1bf1db-263b-4740-97ec-ab2d81e1cf38",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus deals 2d6 extra damage against any creature granting combat advantage to him.",damage:"ruus deals 2d6 extra damage against any creature granting combat advantage to him",category:0},{id:"a4269d60-cc6c-4178-b5f1-1f1170480cf3",name:"Dhakaani Footwork",action:{action:7,trigger:"when ruus hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus shifts 1 square.",damage:"Ruus shifts 1 square",category:5},{id:"acb3815a-15e8-4d32-901f-1c5554caa094",name:"Dhakaani Onslaught",action:{action:7,trigger:"when ruus charges",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 5 squares of Ruus can charge the same target as an immediate reaction.",damage:"One ally within 5 squares of Ruus can charge the same target as an immediate reaction",category:5},{id:"99d654ab-ed03-4029-b6ba-2c4a094f2a98",name:"Hobgoblin Resilience",action:{action:4,trigger:"when ruus is subjected to an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ruus rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8aab3758-6b01-4535-b4bd-d46494453997",name:"Scarbrand Orc Berserker",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Deep Speech, Giant",skills:"Endurance +11, Intimidate +8",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:16},intelligence:{score:9},wisdom:{score:16},charisma:{score:10},hp:87,initiative:6,ac:18,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"bb14fec2-a854-4848-97dc-3fba99efdd0d",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17).",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"78f9d630-2d75-4fd8-9905-202c89e9b229",name:"Scarbrand Shriek",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Psychic",condition:"",range:"Close burst 3",attack:{bonus:7,defence:1},description:"",details:"1d6+2 psychic damage, and the berserker regains 10 hit points.",damage:"1d6+2 psychic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4667e2e6-1e25-471d-917d-06d486464f76",name:"Seren Dragon-Cult Barbarian",details:"",size:2,origin:4,type:2,keywords:"human",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"hide armor; war pick",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:171,initiative:10,ac:27,fortitude:28,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"01821938-1691-4f15-9033-42ce309b22b6",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+7 damage (crit 2d8 + 23).",damage:"2d8+7 damage (crit 2d8 + 23)",category:1},{id:"98840b48-e5f7-4d67-bbab-684195ffe51d",name:"Hurling Axe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"3d8bb3e0-c497-47aa-9857-0166675e86d7",name:"Pounding Tide",action:{action:1,trigger:"requires a war pick",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+7 damage (crit 2d8 + 23), the barbarian pushes the target 3 squares, and the barbarian shifts 3 squares into a square that is adjacent to the target.",damage:"2d8+7 damage (crit 2d8 + 23)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25a0737a-914b-44c3-8f7d-2cebb8db21ff",name:"Shrouded Sage",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6, fly 9 (hover)",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +22, History +22, Insight +19, Intimidate +24",equipment:"",category:"",strength:{score:10},constitution:{score:22},dexterity:{score:18},intelligence:{score:22},wisdom:{score:20},charisma:{score:25},hp:348,initiative:13,ac:34,fortitude:30,reflex:32,will:33,regeneration:null,auras:[{id:"e76b1048-b49e-4891-8e7a-b3c3d4f66b97",name:"Shroud of Doubt",keywords:"",details:"aura 5; each enemy within the aura does not benefit from resistance to psychic damage."}],powers:[{id:"8303e766-4a71-4f69-88d6-2ed9703a98d8",name:"Dark Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+5 psychic damage, and the target is stunned until the end of the shrouded sage’s next turn.",damage:"2d8+5 psychic damage",category:1},{id:"1e302a99-4bb8-405f-b45d-d832430ec80d",name:"Nightmares Made Real",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:0},description:"",details:"the shrouded sage conjures a Medium nightmare spirit into an unoccupied space within range. The spirit cannot be attacked. Any creature that starts its turn next to the spirit is subject to an attack; 2d8+7 psychic damage. Any creature that ends its turn next to the spirit is slowed until the end of its next turn. As a move action, the sage can move the spirit 5 squares. Sustain Minor: The nightmare spirit persists.",damage:"2d8+7 psychic damage",category:1},{id:"2056465e-cd88-4acc-8553-618d827f738e",name:"Terrifying Delusions",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"targets a creature taking ongoing psychic damage; 2d6+7 psychic damage, and the shrouded sage pushes the target 5 squares.",damage:"targets a creature taking ongoing psychic damage",category:3},{id:"1fb6edba-3b38-4110-b739-2e97b67569f3",name:"Paralyzing Doubt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close blast 3",attack:{bonus:22,defence:3},description:"",details:"1d10+3 psychic damage, and the target takes ongoing 5 psychic damage and is immobilized (save ends both).",damage:"1d10+3 psychic damage",category:1},{id:"b0c26183-b389-4f36-9e5a-78737c6495e2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shrouded sage teleports 5 squares.",damage:"The shrouded sage teleports 5 squares",category:2}],damageModifiers:[{type:8,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"d4ab6b56-5cf7-4b7a-95e7-e9eb33420f1a",name:"Sivis Wordsmith",details:"",size:1,origin:2,type:2,keywords:"gnome",level:12,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven, Draconic, Giant, Stonespeech",skills:"Arcana +18, History +16, Religion +16, Stealth +9",equipment:"dagger",category:"",strength:{score:8},constitution:{score:19},dexterity:{score:13},intelligence:{score:20},wisdom:{score:15},charisma:{score:22},hp:123,initiative:7,ac:26,fortitude:25,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"bd0dc848-f13d-409e-8565-d68d8c91987f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"49b68682-1b10-4ac1-9758-86ab735bdc12",name:"Word of Stasis",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8 psychic damage, and the target is dazed (save ends).",damage:"2d8 psychic damage",category:1},{id:"e1b57ae7-ddd4-4ec6-a696-033eca966380",name:"Dictate Destiny",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"a0361ec2-b48d-4fbf-bb0e-5ba4fb74c9c3",name:"Voice of Reason",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"each ally in the burst can make a saving throw against any charm or fear effect, with a +3 bonus.",damage:"with a +3 bonus",category:3},{id:"b44975e3-e6e1-4417-90bc-5e3729b1ff20",name:"Fade Away",action:{action:4,trigger:"when the wordsmith takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The Sivis Wordsmith becomes invisible until after he or she attacks or until the end of his or her next turn.",damage:"",category:5},{id:"89116433-6323-47cd-82ad-632452ab3aa1",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Sivis Wordsmith has cover or concealment when he or she makes an initiative check at the start of an encounter, he or she can make a Stealth check to remain hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3eb60412-2711-49a8-bd8d-14ec0768d68a",name:"Skullborn Necromancer",details:"",size:2,origin:2,type:2,keywords:"elf",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +9, Bluff +10, Religion +9",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:15},wisdom:{score:12},charisma:{score:17},hp:61,initiative:3,ac:18,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"2fbf91a9-529c-427b-8d01-7106dc5d985c",name:"Draining Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8+2 damage, and the target takes a -2 penalty to Fortitude and Will until the end of the Skullborn necromancer’s next turn.",damage:"1d8+2 damage",category:1},{id:"ba17fe0d-9575-42f0-b29c-21907446351c",name:"Bone Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d6+3 necrotic damage plus 1d6 cold damage.",damage:"1d6+3 necrotic damage plus 1d6 cold damage",category:1},{id:"1157fb60-1b08-4f1f-aba8-14984df59e85",name:"Grave Chill",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Implement, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 1d6+3 necrotic damage, and the target is slowed and takes a -2 penalty to attack rolls (save ends both).",damage:"1d6+3 necrotic damage",category:1},{id:"88fcaad9-e96b-49e9-8c00-489f5ec8195f",name:"Mortal Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Implement, Psychic",condition:"",range:"Close blast 3",attack:{bonus:9,defence:3},description:"",details:"targets enemies; 1d6+3 damage, and the target moves its speed away from the Skullborn necromancer by the safest route possible.",damage:"1d6+3 damage",category:1},{id:"73c3b15e-b469-4f4a-b1a1-03d267b1bdec",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Skullborn necromancer can reroll an attack roll. It must use the second roll even if it’s lower.",damage:"",category:4},{id:"033970fc-6f76-496c-a653-d8f18b5c6e2c",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Skullborn necromancer ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aafc1d80-4ddc-4f9a-8f64-bb4e01d69a33",name:"Skycoach Pilot",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"980e407f-e278-4501-a8af-9816c969eb88",name:"Basic Attack template",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:".",damage:"",category:1},{id:"e1aa89b8-4a23-4395-9570-d806b3e746e0",name:"Special Attack template",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:".",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98b778b3-ecf0-4f17-9466-19f2102737cd",name:"Sora Katra",details:"",size:2,origin:2,type:2,keywords:"hag",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision, low-light vision",movement:"8, teleport 6",alignment:"Evil",languages:"Abyssal, Common, Draconic, Elven, Giant, Goblin",skills:"Arcana +24, Bluff +31, Diplomacy +31, History +24, Insight +24, Intimidate +26, Streetwise +26",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:20},intelligence:{score:26},wisdom:{score:26},charisma:{score:30},hp:416,initiative:16,ac:38,fortitude:35,reflex:36,will:38,regeneration:null,auras:[{id:"5df6cd69-50a6-4fde-a058-98707fde3d3d",name:"Distracting Visions",keywords:"",details:"aura 3; each enemy within the aura takes a -5 penalty to Will."}],powers:[{id:"de143151-898d-401a-99f6-8abac07c8fcf",name:"Cunning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d8+5 damage, and Sora Katra slides the target 2 squares.",damage:"3d8+5 damage",category:1},{id:"4c24b2c8-58bc-4e21-adc2-6bc9416691b1",name:"Curse of Misfortune",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"2d6+5 damage, and ongoing 5 psychic damage (save ends).",damage:"2d6+5 damage",category:1},{id:"5c941f50-6900-4258-8f33-73a5db5dc868",name:"False Path",action:{action:3,trigger:"aura",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"Sora Katra slides the target 6 squares.",damage:"Sora Katra slides the target 6 squares",category:5},{id:"daffb8f5-b5fd-446a-b0d8-c8ea64bc76e2",name:"Lost Within",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:26,defence:3},description:"",details:"2d8+5 psychic damage, and the target takes ongoing 10 psychic damage and is stunned (save ends both).",damage:"2d8+5 psychic damage",category:1},{id:"e185c01d-cad4-4d18-a0c4-6a4501caa6dc",name:"Broken Curse",action:{action:5,trigger:"when a creature within 10 squares of sora katra taking ongoing psychic damage makes an attack roll",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets the triggering creature; 2d10+8 damage, and the target must make a second attack roll and use the lower result.",damage:"2d10+8 damage",category:5},{id:"1484fbdd-8de9-41bc-8dbb-d47c04fa0d9f",name:"Control Perceptions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is dominated (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"",category:1},{id:"2ef83e3f-4572-4506-bceb-8b1431c472c2",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Sora Katra can alter her physical form to appear as a female of any Medium humanoid race, including a unique individual.",damage:"",category:3}],damageModifiers:[{type:7,value:-10},{type:8,value:-20}],resist:"",vulnerable:"",immune:"charm, disease, fear",tactics:""},{id:"59ddb68e-6aa0-48da-8062-b3f85403cd96",name:"Sora Maenya",details:"",size:2,origin:2,type:2,keywords:"hag",level:22,role:{type:7,flag:1,leader:!1},senses:"Perception +22; darkvision, low-light vision",movement:"8",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Athletics +27, Bluff +22, Intimidate +22, Nature +22, Stealth +23",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:24},intelligence:{score:18},wisdom:{score:22},charisma:{score:22},hp:424,initiative:20,ac:40,fortitude:39,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"c363caee-b24c-4f33-898c-0fef50a4b597",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d6+9 necrotic damage, and the target is marked and cannot spend healing surges or regain hit points until the end of Sora Maenya’s next turn.",damage:"3d6+9 necrotic damage",category:1},{id:"cb7bb1a4-70a9-4838-b5d5-a1d7bc0dfc26",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sora Maenya makes two claw attacks. If both attacks hit, each target takes 5 extra damage.",damage:"each target takes 5 extra damage",category:1},{id:"0d4f0238-3fdd-4407-800b-1bd8758d59b8",name:"Devastating Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"4d10+6 damage, and the target is stunned until the end of Sora Maenya’s next turn.",damage:"4d10+6 damage",category:1},{id:"09119b4e-0bc1-480c-afb0-f93c8f2400f6",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:27,defence:1},description:"",details:"2d6+6 necrotic damage, and Sora Maenya regains 5 hit points for each creature damaged by this attack.",damage:"2d6+6 necrotic damage",category:1},{id:"f06f8322-0c70-4ee4-9109-9d78ba635755",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Sora Maenya can alter her physical form to appear as a female of any Medium humanoid race, including a unique individual.",damage:"",category:3}],damageModifiers:[{type:1,value:-10},{type:2,value:-10},{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:""},{id:"03d9750b-b673-4b89-8eb9-745bc2ed2119",name:"Sora Teraza",details:"",size:2,origin:2,type:2,keywords:"blind, hag",level:22,role:{type:3,flag:1,leader:!0},senses:"Perception +26; all-around vision, blindsight 20, truesight 20",movement:"8",alignment:"Unaligned",languages:"All",skills:"Arcana +30, Dungeoneering +26, History +30, Insight +31, Nature +25, Religion +30, Streetwise +22",equipment:"",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:20},intelligence:{score:28},wisdom:{score:30},charisma:{score:22},hp:416,initiative:16,ac:38,fortitude:32,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"cbc6fc50-ef69-4288-a686-28e951bc11d2",name:"Distracting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"3d10+3 psychic damage, and the target takes a -5 penalty to attack rolls against Sora Teraza until the end of its next turn.",damage:"3d10+3 psychic damage",category:1},{id:"c3546602-1a3a-4f73-89c5-d9c8910779f7",name:"Twist of Fate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"one ally within range ends a condition that a save can end, and the target gains that condition (save ends).",damage:"",category:3},{id:"604e3efb-10a2-44d6-bf08-67276ad753e6",name:"Teraza’s Whisper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:3},description:"",details:"2d6+3 damage, and the target is blinded and dazed (save ends both).",damage:"2d6+3 damage",category:1},{id:"284be78f-43dd-439d-a98c-4ada9a660ded",name:"Timeslip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"any ally in the burst can take a standard action immediately.",damage:"",category:1},{id:"f9c00dc4-8df0-48d1-99b8-98429df46744",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Sora Teraza can alter her physical form to appear as an elderly female of any Medium humanoid race, including a unique individual,",damage:"",category:3},{id:"6d6fe626-4bf6-4748-8d22-ed0178dd69da",name:"Prophetic Knowledge",action:{action:5,trigger:"when sora teraza is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attacker must make a second attack roll and use the new result.",damage:"",category:5}],damageModifiers:[{type:7,value:-10},{type:8,value:-20}],resist:"",vulnerable:"",immune:"charm, disease, fear",tactics:""},{id:"67c5862f-0f42-4f51-99a7-ab27befb23dc",name:"Storm Front Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +12, Diplomacy +9, Insight +6, Stealth +14",equipment:"implement, wand; leather armor; rapier",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:21},intelligence:{score:11},wisdom:{score:10},charisma:{score:17},hp:88,initiative:11,ac:22,fortitude:20,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"bfc2109b-0953-47e4-8fdc-88cc76a9998b",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"85f066f6-2f5d-4994-87d7-c6bebe6d7974",name:"Storm Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Lightning",condition:"",range:"Ranged 5",attack:{bonus:11,defence:1},description:"",details:"1d8+7 lightning damage, and the cultist slides the target 1 square.",damage:"1d8+7 lightning damage",category:1},{id:"b25ac96b-7bf4-47f1-a8f8-470c8fdc5430",name:"Thundering Advantage",action:null,keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"The Storm Front cultist deals 2d6 extra thunder damage against any creature granting combat advantage to it, and slides the target 1 square.",damage:"the storm front cultist deals 2d6 extra thunder damage against any creature granting combat advantage to it",category:0},{id:"23d08ec8-d9af-4e1d-a179-1b2bc2039b9e",name:"Rapid Shift",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Storm Front cultist can shift 2 squares as a move action.",damage:"A Storm Front cultist can shift 2 squares as a move action",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"213007d8-0d72-446f-98f3-7aa82c67c6d5",name:"Sulatar Flamespinner",details:"",size:2,origin:2,type:2,keywords:"drow",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Giant, Primordial",skills:"Religion +20",equipment:"",category:"",strength:{score:12},constitution:{score:22},dexterity:{score:16},intelligence:{score:19},wisdom:{score:19},charisma:{score:17},hp:174,initiative:12,ac:32,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"13bf16f9-1f83-45f8-8e45-52597fdb9f05",name:"Burning Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+8 fire damage.",damage:"2d8+8 fire damage",category:1},{id:"86a7569e-d367-435e-bdb2-ee2ecc03a412",name:"Flaming Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:23,defence:0},description:"",details:"2d8+8 fire damage, and the target is dazed until the end of the flamespinner’s next turn.",damage:"2d8+8 fire damage",category:1},{id:"497a682c-b529-4ab7-bbd0-46289f5cffd2",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"until the end of the flamespinner’s next turn, the target grants combat advantage to all attackers and cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"8b406d44-da11-4e28-911d-51ae575147e6",name:"Soul Burn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:2},description:"",details:"2d8+4 fire damage, and ongoing 5 fire damage.",damage:"2d8+4 fire damage",category:1},{id:"3db7de29-a78d-4cfc-9ea4-82c7aab75058",name:"Web of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"Area burst 2 within 20",attack:{bonus:22,defence:2},description:"",details:"3d8 fire damage, and the target is restrained (save ends). Effect: The burst creates a zone that lasts until the end of the encounter. Each creature that begins its turn within the zone takes 10 fire damage.",damage:"3d8 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c669c21b-2b7c-461b-a9c2-2638d6e63cf2",name:"Talon of Tiamat",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"",equipment:"dagger",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:17},intelligence:{score:24},wisdom:{score:14},charisma:{score:20},hp:165,initiative:11,ac:31,fortitude:28,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"2af846cf-d50f-4863-a953-23591108de12",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d4+5 damage plus 2d6 fire damage.",damage:"1d4+5 damage plus 2d6 fire damage",category:1},{id:"04a00cd6-4a43-49f0-8ebb-1ca0925ebee7",name:"Burning Blood Spittle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"03a36074-acc9-4298-9eac-654eac85cf0f",name:"Corrupting Blood",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 12",attack:{bonus:21,defence:3},description:"",details:"the target is dominated (save ends). The talon of Tiamat can dominate only one creature at a time. Aftereffect: The target is dazed (save ends).",damage:"",category:1},{id:"afbb3b72-b803-43cd-87d2-a4c45ccd8703",name:"Corrupting Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 12",attack:{bonus:21,defence:3},description:"",details:"targets a creature dominated by the talon; 2d8+7 psychic damage.",damage:"2d8+7 psychic damage",category:1},{id:"719abdb3-bb24-4d05-ac2c-ad069f1abf6b",name:"Geyser of Blood",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:21,defence:2},description:"",details:"2d10+5 acid damage, and ongoing 5 acid damage (save ends). Effect: The burst creates a zone that lasts until the end of the encounter. Each creature other than the talon of Tiamat that starts its turn within the zone falls prone.",damage:"2d10+5 acid damage",category:1},{id:"d6ad870a-ba01-463a-8485-c83351905187",name:"Burning Blood Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"3d8+7 acid damage, and the target is blinded until the end of the talon’s next turn.",damage:"3d8+7 acid damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa2db1d3-ad52-4efd-9602-d2bbc9d3d24c",name:"Tarkanan Assassin",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +13, Stealth +17, Streetwise +13, Thievery +14",equipment:"dagger",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:20},intelligence:{score:13},wisdom:{score:12},charisma:{score:18},hp:152,initiative:11,ac:26,fortitude:22,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"8d92367e-7383-4814-a9be-886297917bc9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"3e438f40-b978-472a-a111-4ba9fc6324d9",name:"Tear through Space",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The Tarkanan assassin teleports up to 6 squares, and each enemy adjacent to the square where it appears grants combat advantage to it; the assassin then makes the following attack; 2d4+7 damage.",damage:"2d4+7 damage",category:5},{id:"945f55fb-9431-4acc-a6a0-2d3ffb8be5e2",name:"Khyber’s Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets one creature; the Tarkanan assassin is invisible to that target until the end of the assassin’s next turn.",damage:"",category:3},{id:"eb9a2fc6-bb95-4e8b-be19-20bc53a2e692",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tarkanan assassin deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a tarkanan assassin deals 2d6 extra damage against any creature granting combat advantage to it",category:0},{id:"35d1d9a1-7608-4d43-88ba-6c8feb5d546b",name:"Fearsome Blade",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tarkanan assassin can score a critical hit on a roll of 18–20 when making a dagger attack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9c39ad16-7298-4136-b423-0516d838d22c",name:"Tarkanan Soldier",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +11, Intimidate +7",equipment:"battleaxe; chainmail; handaxe",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:63,initiative:6,ac:20,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"3f3fe5a4-3dc9-43ef-8c53-2dc00131f1b6",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage, and the target is marked until the start of the Tarkanan soldier’s next turn.",damage:"1d10+4 damage",category:1},{id:"404298e0-1eb1-4c1e-bcdd-2f0a36fbfad7",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"493bb815-79c1-47f6-ba9a-9caa382fe099",name:"Khyber’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:9,defence:1},description:"",details:"2d8+4 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+4 necrotic damage",category:1},{id:"07ebc13b-f107-484f-9f66-516399902ff3",name:"Watchful Eye",action:{action:4,trigger:"when a marked enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Tarkanan soldier makes a melee basic attack against the enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eff58906-8e74-41f5-96df-3aa5ee4c7687",name:"Tharashk Hunter",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"7",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +12, Insight +11, Nature +11, Stealth +12",equipment:"arrow; hide armor; longbow; longsword",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:19},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:56,initiative:7,ac:18,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"8bed8fa1-d0f8-478e-9ba9-0198d585b139",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"8965ddad-32e4-4429-adfd-f313f11a9ad4",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"c77f9a92-b4af-4bd4-a5a3-31cb31d73bdc",name:"Pinpoint the Prey",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+5 damage, and the target grants combat advantage to each ally that can see it (save ends).",damage:"1d10+5 damage",category:1},{id:"740e1953-da12-46f3-a2d0-7359f9cc9a4d",name:"Cripple the Prey",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d10+5 damage, and the target is slowed (save ends).",damage:"2d10+5 damage",category:1},{id:"3a1b882a-edff-4331-bcc7-91f69b3c0a5e",name:"Ranged Awareness",action:null,keywords:"",condition:"",range:"A Tharashk hunter gains a +2 bonus to AC against ranged attacks.",attack:null,description:"",details:"",damage:"",category:0},{id:"96464e8d-88b0-4591-90b8-c4f46e31fa7b",name:"Swift Stalker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tharashk hunter can move its speed without taking any penalty to Stealth checks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85259bb1-6a92-4878-b5a0-b2a6c6656842",name:"Thelonius and Lucretia Finch",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:3,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Deep Speech",skills:"Bluff +11, Intimidate +11, Religion +15",equipment:"dagger",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:11},intelligence:{score:21},wisdom:{score:18},charisma:{score:12},hp:104,initiative:11,ac:24,fortitude:21,reflex:23,will:22,regeneration:null,auras:[{id:"990b3dc5-0c99-4d76-8975-7ceb196d8fac",name:"Repellant Presence",keywords:"",details:"aura 3; enemies treat each space within the aura as difficult terrain."}],powers:[{id:"e58dd9c5-698f-41cf-99c0-34705266263a",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"19201ea0-630f-4543-87c0-e094d7c458f8",name:"Sluice of Corruption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 8",attack:{bonus:14,defence:1},description:"",details:"targets two creatures; 2d6+5 necrotic damage, and the target grants combat advantage to the Finch (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"22fa9a3b-b5ae-4ae8-a996-09a2f47ea5f1",name:"Hands of the Void",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:2},description:"",details:"3d8+5 necrotic damage, and the target is immobilized (save ends). Effect: The burst creates a zone of difficult terrain that lasts until the end of the Finch’s next turn. Each creature that starts its turn immobilized within the zone takes 5 necrotic damage. Sustain Minor: The Finch repeats the attack against any creatures in the zone that are not immobilized, and the zone persists until the end of the Finch’s next turn.",damage:"3d8+5 necrotic damage",category:1},{id:"bb8878b3-2719-40fe-ab8a-d7befc287d32",name:"Tide of Shadow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:14,defence:1},description:"",details:"the Finch pushes the target 3 squares.",damage:"the Finch pushes the target 3 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23af49d7-d980-45d2-be29-46d47e8d4506",name:"Thuranni Assassin",details:"",size:2,origin:2,type:2,keywords:"elf",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +16, Bluff +13, Stealth +16, Thievery +16",equipment:"crossbow; crossbow bolts (20); dagger; leather armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:22},intelligence:{score:12},wisdom:{score:18},charisma:{score:16},hp:160,initiative:15,ac:24,fortitude:20,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"1be88168-f6a4-4401-aa2d-2ad21d400ff2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"ecaa3181-719c-4b49-a986-f2436f78a328",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"56291b36-d29b-4205-b0b9-e25b09dadfa4",name:"Shadowblind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6+5 damage, and the target is blinded (save ends).",damage:"2d6+5 damage",category:1},{id:"880dd527-b3cc-42f5-aa4b-f5566688e1c2",name:"Cloak of Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Thuranni assassin gains total concealment from all creatures until it hits with an attack.",damage:"",category:1},{id:"315f526b-1c46-418f-b3f1-5e6c14a9a5f0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Thuranni assassin deals 2d8 extra damage on attacks against any creature granting combat advantage to it.",damage:"a thuranni assassin deals 2d8 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"b1fe4807-1ac5-416d-ae6d-de83855f9172",name:"Mark of Shadow",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a Thuranni assassin misses with an attack while hidden, it remains hidden.",damage:"",category:0},{id:"3b2d9371-4a0a-4139-99dd-c0aa9a0e4703",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A Thuranni assassin can reroll an attack roll and must use the second roll.",damage:"",category:4},{id:"52063ad9-db34-4a37-b24b-f84c035d6b97",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Thuranni assassin ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90354982-d1f2-4d74-a684-2e3aab89f605",name:"Tzaryan Rrac",details:"",size:3,origin:4,type:2,keywords:"oni mage",level:14,role:{type:4,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"7, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Draconic, Giant, Goblin",skills:"Arcana +17, Bluff +19, History +17, Insight +14, Religion +17",equipment:"chainmail; glaive",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:17},intelligence:{score:20},wisdom:{score:14},charisma:{score:24},hp:182,initiative:10,ac:30,fortitude:27,reflex:25,will:29,regeneration:{value:10,details:""},auras:[],powers:[{id:"f02719e0-ab00-4ff9-bd19-f7e258a48aaf",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 1d10+5 damage, and Tzaryan Rrac is invisible to the target until the end of his next turn.",damage:"1d10+5 damage",category:1},{id:"942421d3-5655-45c8-b19a-5faad06c169c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tzaryan Rrac makes two glaive attacks.",damage:"",category:1},{id:"0d43b905-97cc-49d6-90f9-8a1ddf9834e1",name:"Deadwinter Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 2d6+5 cold and necrotic damage, and the target is slowed (save ends).",damage:"2d6+5 cold and necrotic damage",category:1},{id:"8650b98f-972e-4794-a82e-ef15e6aa3e33",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Tzaryan deals 1d10 extra damage on melee attacks against any creature granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0},{id:"3a9cce54-033f-493f-b6d5-b057ab91689e",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Tzaryan can disguise himself to appear as any Medium or Large humanoid. A creature that makes a successful Insight check (opposed by Tzaryan’s Bluff check) sees through the disguise.",damage:"",category:3},{id:"ca680d8e-e895-4e32-a697-6cfee29fa649",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Tzaryan turns invisible until he attacks.",damage:"",category:3},{id:"002ee71a-0ace-45be-bec8-a7946a45cee8",name:"Reactive Glamer",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Tzaryan Rrac uses invisibility.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56e91d65-7a88-4855-94cf-0b739ba12227",name:"Umbragen Shadow Walker",details:"",size:2,origin:2,type:2,keywords:"drow",level:9,role:{type:4,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, Giant",skills:"Stealth +14",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:20},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:154,initiative:13,ac:25,fortitude:20,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"39975d57-b04a-4c95-8434-19f43c849b74",name:"Shadowblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+5 necrotic and psychic damage.",damage:"2d6+5 necrotic and psychic damage",category:1},{id:"29f8a159-39f0-44a3-ac06-e7968c6eab2c",name:"Shadowbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"(standard",range:"Ranged 15",attack:{bonus:12,defence:1},description:"",details:"2d6+5 necrotic and psychic damage.",damage:"2d6+5 necrotic and psychic damage",category:1},{id:"dbcc2bd1-142b-4121-9bd7-2f78486fa7f2",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Umbragen shadow walker makes two shadowblade attacks.",damage:"",category:1},{id:"8d0b7d19-3ed0-4c1c-be06-e171caa988bd",name:"Soulblade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"3d8+5 necrotic and psychic damage, and the target cannot spend healing surges until the end of the shadow walker’s next turn.",damage:"3d8+5 necrotic and psychic damage",category:1},{id:"c4c26453-6a04-4c59-848f-4a51278abbbc",name:"Dancing Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 3 within 12",attack:{bonus:12,defence:3},description:"",details:"1d8+2 psychic damage, and the target is blinded until the end of the shadow walker’s next turn.",damage:"1d8+2 psychic damage",category:1},{id:"7f3a0214-251a-4648-afaa-fc5d1293525b",name:"Could of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the shadow walker’s next turn. The cloud blocks line of sight for all creatures except the shadow walker. Any creature entirely within the cloud (except the shadow walker) is blinded until it exits.",damage:"",category:3},{id:"a094d74b-33cf-4755-94b6-55a18b13de98",name:"Shadow Form",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of its next turn, the shadow walker gains the insubstantial and phasing qualities, gains a +5 bonus to Stealth checks, and gains vulnerable 5 radiant.",damage:"gains a +5 bonus to Stealth checks",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b02ebaa-9d23-4f96-a8c7-a5df825919ca",name:"Valaes Tairn Outrider",details:"",size:2,origin:2,type:2,keywords:"elf",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +12, Stealth +14",equipment:"arrow; leather armor; shortbow; spear",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:87,initiative:11,ac:22,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"da64d135-63fe-4e00-8165-f1ed6786b28b",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"668d75b6-018b-4d60-a3f9-ca593147c20a",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"c5c6d996-8565-4a74-a3bd-c431a634954a",name:"Spear Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The outrider makes a charge attack that deals 1d8 extra damage. The charge movement does not provoke opportunity attacks.",damage:"the outrider makes a charge attack that deals 1d8 extra damage",category:1},{id:"98f30082-2cf3-43ab-9fc6-6a4f46f7dc95",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"a98b5280-65db-4eb3-900a-ae67577dea12",name:"Roll With the Punches",action:{action:4,trigger:"when an enemy makes a melee attack against the outrider",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The outrider shifts 2 squares.",damage:"The outrider shifts 2 squares",category:5},{id:"fdf72a28-0a35-4326-be80-114b8da59eea",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0},{id:"045dd319-9154-43ae-a242-876a0384be3f",name:"Born in the Saddle",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An outrider bestows its wild step power on any mount it rides.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5ee5bf01-e4f9-44c6-8d2e-880e9d2d4f70",name:"Valaes Tairn Plainswalker",details:"",size:2,origin:2,type:2,keywords:"elf",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +14, Stealth +12",equipment:"arrow; leather armor; shortbow; spear",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:16},intelligence:{score:12},wisdom:{score:20},charisma:{score:14},hp:89,initiative:7,ac:22,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"0ea7a5a8-195c-43a2-b538-650bc85ef872",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"24ebae1c-8bb7-48a8-8fef-140c46925ff8",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage, and the target is slowed until the end of the plainswalker’s next turn.",damage:"1d8+7 damage",category:1},{id:"77db3c3e-b96f-463c-8dff-8c3bcf13b5b2",name:"Storm Shot",action:{action:1,trigger:"requires a shortbow",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Ranged 20",attack:{bonus:12,defence:1},description:"",details:"targets up to three creatures; 1d8+3 thunder damage, and the target is knocked prone.",damage:"1d8+3 thunder damage",category:5},{id:"1ec505d5-0dd8-4e5d-8d66-976b4f0d888d",name:"Thorn Maze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Area burst 2 within 12",attack:{bonus:12,defence:2},description:"",details:"2d4+4 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of difficult terrain that lasts until the end of the encounter.",damage:"2d4+4 damage",category:1},{id:"067fc5f3-0b20-43c0-babd-0a65fb8e23f1",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"d3470b08-5056-42fc-9c45-590c81319480",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0},{id:"beac2426-717c-4877-825b-9aabcb2126b0",name:"Born in the Saddle",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"A plainswalker bestows its wild step power on any mount it rides.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"36b016d3-24e9-4bab-bc92-cd5df750a519",name:"Valenar Riding Horse",details:"",size:3,origin:2,type:1,keywords:"mount",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"10",alignment:"Unaligned",languages:"",skills:"Endurance +7",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:2},wisdom:{score:14},charisma:{score:9},hp:37,initiative:7,ac:18,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"a229ca54-f65e-4cfc-90c4-6608254c85e4",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"ca40cf6a-467d-4a26-9429-27bb53d3ab0c",name:"Nimble Beast",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Valenar riding horse shifts 2 squares.",damage:"The Valenar riding horse shifts 2 squares",category:2},{id:"d873fc9e-066f-4e4f-8ea8-18a4d349120d",name:"Swift Steed",action:{action:3,trigger:"while mounted by a friendly rider of 2nd level or higher",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"",range:"",attack:null,description:"",details:"The Valenar riding horse gains a +4 bonus to speed until the end of its next turn.",damage:"The Valenar riding horse gains a +4 bonus to speed until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9286726-b567-4251-87f8-65e06e47e30d",name:"Veln",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Bluff +15, Diplomacy +15, Stealth +17",equipment:"leather armor; short sword; shuriken",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:16},charisma:{score:19},hp:102,initiative:16,ac:27,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"34851310-2dcc-40a3-84ff-e9cffacf31a4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a0a50736-b237-4780-badb-85111512e4a7",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"cc59c674-7fd9-498f-ae7a-afe04542d914",name:"Diverting Barrage",action:{action:1,trigger:"requires a shuriken",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close blast 4",attack:{bonus:16,defence:2},description:"",details:"targets enemies; 2d6+6 damage, and the target takes a -5 penalty to Perception checks until the end of Veln’s next turn. Effect: Veln is invisible to the target until the end of his next turn.",damage:"2d6+6 damage",category:5},{id:"fc39657d-2c5f-4448-9774-13a11da7b1ad",name:"Hit and Run",action:{action:1,trigger:"requires short sword or shuriken",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Veln shifts 2 squares, makes a basic melee or basic ranged attack, then shifts 2 squares.",attack:null,description:"",details:"",damage:"",category:5},{id:"91ec022f-62f8-4209-8b43-dc833633292b",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Veln alters his physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"950b8b5f-cb1f-4900-b2fc-4473b6bee832",name:"Stealthy at Speed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making Stealth checks, Veln takes no penalty when moving his normal speed, and a -5 penalty when running.",damage:"and a -5 penalty when running",category:0},{id:"a88d196d-b531-4c8d-ba9a-66aca729d2f3",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Veln deals 2d8 extra damage against any creature granting combat advantage to him, and the target is slowed until the end of Veln’s next turn.",damage:"veln deals 2d8 extra damage against any creature granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc2cd0b1-e227-4747-b863-4e374dcc27c6",name:"Whirling Blade Swarm",details:"A cloud of spinning metal shards darts through the air like a flock",size:2,origin:3,type:0,keywords:"blind, swarm",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +6; blindsight 10",movement:"fly 10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:114,initiative:12,ac:25,fortitude:23,reflex:25,will:20,regeneration:null,auras:[{id:"14de9714-8736-4270-b2d8-78f7f28f5a4c",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage."}],powers:[{id:"224a8536-8ec3-49a6-8dca-8fda2545f3c8",name:"Swarm of Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"b43edf7e-d830-4133-9dab-8e899e882849",name:"Relentless Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The whirling blade swarm shifts up to 5 squares and can move through enemy-occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The swarm cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"53fece15-7786-4415-93ec-296cb70cbde2",name:"Winter Sentinel",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Common",skills:"Endurance +11, Intimidate +10, Nature +14",equipment:"heavy shield; hide armor; longsword",category:"",strength:{score:21},constitution:{score:13},dexterity:{score:17},intelligence:{score:9},wisdom:{score:18},charisma:{score:10},hp:101,initiative:10,ac:26,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"37e36e58-ff48-4936-a59b-17bc48764983",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage plus 1d6 poison damage, and the target is marked until the end of the sentinel’s next turn.",damage:"1d8+5 damage plus 1d6 poison damage",category:1},{id:"76891e4f-a631-4049-8781-e15741be76cc",name:"Winter’s Fang",action:{action:1,trigger:"requires a longsword",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage plus 1d6 poison damage, and the target is marked and immobilized until the end of the winter sentinel’s next turn.",damage:"1d8+5 damage plus 1d6 poison damage",category:5},{id:"81271e5c-7651-40c4-ad99-88238a8cd545",name:"Winter Fugue",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Disease",condition:"",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"targets a creature marked by winter’s fang; the target contracts the winter fugue disease.",damage:"",category:4},{id:"bb9d813d-d5cb-4aab-bba6-ac2fc2234fb9",name:"Winnow the Weak",action:null,keywords:"",condition:"",range:"A winter sentinel’s melee attacks deal 1d6 extra damage against a bloodied target it has marked.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"389a7355-cf7d-45d5-9a1b-2b5010b3f2fb",name:"Winter Witch",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Endurance +14, Intimidate +13, Nature +15, Religion +10",equipment:"leather armor; sickle",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:19},intelligence:{score:11},wisdom:{score:21},charisma:{score:17},hp:114,initiative:9,ac:25,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"48596893-e73e-4b86-b6d5-4742212c9985",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+7 damage, and the target gains vulnerable 5 necrotic until it moves more than 5 squares away from the winter witch.",damage:"2d6+7 damage",category:1},{id:"2483cf71-d8b1-41b3-8c14-416a787c4766",name:"Rot Tide",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 1d10+3 necrotic damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"1d10+3 necrotic damage",category:1},{id:"905656f9-d168-49a0-a0b9-d2e3600e2a5c",name:"Worms of the Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 3 within 10",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 2d10+3 necrotic damage, and the target is immobilized (save ends).",damage:"2d10+3 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"29ce47e8-70c6-4fbc-bdcb-2d77e82d1a9b",name:"Yllosavax",details:"",size:3,origin:4,type:1,keywords:"dragon",level:19,role:{type:2,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +20, Insight +17, Religion +20",equipment:"",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:16},intelligence:{score:22},wisdom:{score:17},charisma:{score:17},hp:732,initiative:12,ac:31,fortitude:32,reflex:31,will:28,regeneration:null,auras:[],powers:[{id:"bfd4d8fa-3b83-42f5-acf1-c41a49102f75",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 4d6+7 damage.",damage:"4d6+7 damage",category:1},{id:"0ce368b4-fd16-4d47-a7a2-2f79e27872c8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"93f96a84-b382-47d0-aea3-c7a2032bcf0d",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Yllosavax makes a claw attack against each enemy within reach. She also attacks one creature with a bite.",damage:"",category:1},{id:"af1c4808-d0b3-409c-8a0d-d73b0082ac87",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d8+7 cold damage, and the target gains vulnerable 5 to all damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"2765c397-beab-4fff-b9bc-504308742769",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and Yllosavax uses it.",damage:"",category:5},{id:"9c210d35-3481-4a34-b126-64e2d56dbaa0",name:"Mesmerizing Reflections",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 3",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target makes a basic attack with a +2 bonus to the attack roll and the damage roll against a creature of Yllosavax’s choice.",damage:"the target makes a basic attack with a +2 bonus to the attack roll and the damage roll against a creature of yllosavax’s choice",category:1},{id:"bd93d7c2-757a-4bc0-9993-75c02befa68b",name:"Silver Backlash",action:{action:4,trigger:"when yllosavax is hit by a melee attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:18,defence:2},description:"",details:"area of blast must include the triggering creature; 1d6+5 radiant damage.",damage:"1d6+5 radiant damage",category:5},{id:"13b3beb4-fef3-4b67-aa3b-bdcef29b55f5",name:"Door of Fog",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation, Zone",condition:"",range:"Close burst 3",attack:null,description:"",details:"the burst creates a zone of heavily obscured squares that lasts until the end of the encounter. Effect: Yllosavax teleports 20 squares and does not need line of sight to her destination.",damage:"Yllosavax teleports 20 squares and does not need line of sight to her destination",category:2},{id:"e26e6ffe-6387-4222-a79d-f60da341f921",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Yllosavax can make opportunity attacks against all enemies within her reach (2 squares).",damage:"",category:0},{id:"35267cf4-181b-45d1-92c2-ce2210c88baf",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Yllosavax alters her physical form to take on the appearance of a young, white-haired female eladrin.",damage:"",category:3}],damageModifiers:[{type:2,value:-20},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6bee91e1-8341-4417-a6cb-ce8a300bda84",name:"Ancient Brood Swarm White Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:24,role:{type:2,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"9 (ice walk), fly 9 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +24",equipment:"",category:"",strength:{score:25},constitution:{score:29},dexterity:{score:17},intelligence:{score:15},wisdom:{score:18},charisma:{score:15},hp:1145,initiative:15,ac:38,fortitude:43,reflex:37,will:38,regeneration:null,auras:[{id:"22700cd6-65fd-4027-83a1-213ff0a29f38",name:"Aura of Winter",keywords:"",details:"(Cold) aura 5; a creature that enters or begins its turn in the aura takes 30 cold damage. The ground is treated as difficult terrain, and creatures flying in the aura (other than the dragon) move at half speed. Creatures in the aura have concealment against ranged attacks."}],powers:[{id:"aa55bf5e-d37c-4a94-8d91-646d9ea3494f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 damage on a successful opportunity attack).",damage:"2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 damage on a successful opportunity attack)",category:1},{id:"3798073f-4c89-4c2d-8392-873c3eafd379",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 4; 2d12 + 7 damage.",damage:"2d12 + 7 damage",category:1},{id:"2db731d7-e175-4eeb-935e-b2284b6b5657",name:"Dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon males two claw attacks. If the dragon hits a single target with both claws, it makes a bite attack against the same target.",damage:"",category:1},{id:"7e31c374-f62f-4a3c-b7c3-160ecc2dae96",name:"Icy Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"The target is encased in ice; 4d12 + 9 damage, and the target is exposed to brood fever.",damage:"4d12 + 9 damage",category:1},{id:"6b6e9bd2-ef40-4201-b279-7c616ceb2995",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:27,defence:2},description:"",details:"8d6 + 9 cold damage, the target is slowed and weakened (save ends both), and the target is exposed to brood fever.",damage:"8d6 + 9 cold damage",category:1},{id:"1c58d0c1-9c10-428a-8d7f-390ddd80ec66",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"379c22cc-b151-4a24-8a9c-dac59d1aeed5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the dragon’s next turn. Aftereffect: the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"31d28f5e-41c4-4d48-ba29-b66846e9b2b6",name:"Animate Column",details:"",size:2,origin:3,type:0,keywords:"",level:26,role:{type:7,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +26",equipment:"bastard sword",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:26},intelligence:{score:12},wisdom:{score:18},charisma:{score:16},hp:243,initiative:23,ac:42,fortitude:40,reflex:38,will:34,regeneration:null,auras:[],powers:[{id:"99d0ca12-ac29-4b73-adec-99a684ac0f6e",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage; Effect: target is marked until the end of the animate column’s next turn.",damage:"2d10 + 10 damage",category:1},{id:"3746e3f3-6246-41f2-9e2f-2e44498217cb",name:"Paralyzing Strike",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage, and if the target is marked, it’s immobilized (save ends).",damage:"2d10 + 10 damage",category:5},{id:"a11a9ba7-edf2-4734-aa6d-e7276b3c2093",name:"Terror Smash",action:{action:1,trigger:"requires a bastard sword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage, and all enemies that can see the animate column are marked by it until the end of its next turn.",damage:"2d10 + 10 damage",category:5},{id:"fb1a6d3a-ac43-4fd8-be27-ef91360fa419",name:"Smash Back",action:{action:5,trigger:"requires a bastard sword; when an opponent first enters an adjacent square",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10 + 10 damage, and the target is pushed 2 squares.",damage:"2d10 + 10 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9d3f8e7-62cf-4139-a01f-ce4d11dd8083",name:"Aspect of Atropus",details:"",size:5,origin:1,type:2,keywords:"undead",level:30,role:{type:2,flag:2,leader:!1},senses:"Perception +22; darkvision, truesight 20",movement:"10",alignment:"Evil",languages:"Abyssal, Common",skills:"Endurance +29, Intimidate +30",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:14},intelligence:{score:16},wisdom:{score:25},charisma:{score:31},hp:1104,initiative:17,ac:42,fortitude:43,reflex:38,will:41,regeneration:null,auras:[{id:"5f64c498-5844-474f-a690-2f99665a85c9",name:"Aura of Fear and Death",keywords:"",details:"(Fear, Necrotic) aura 5; enemies that enter or start their turn in the aura take 10 necrotic damage (20 necrotic damage when the Aspect of Atropus is bloodied)."}],powers:[{id:"a9c54fc6-8ced-428d-89b9-77fce4aa703c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d12+10 necrotic damage, and the target is weakened until the end of the aspect of Atropus’s next turn.",damage:"3d12+10 necrotic damage",category:1},{id:"f730f265-ae8b-4366-bef5-1bae8df081eb",name:"Slams of Doom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The aspect of Atropus makes four basic attacks, no more than two can be on the same target.",damage:"",category:1},{id:"01fadd60-74ab-449b-af4a-9fd9b6671ca3",name:"Pounding Strike",action:{action:5,trigger:"when an enemy moves or shifts into a square adjacent to the aspect of atropus",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; targets the triggering enemy; 3d12 + 10 necrotic damage, and the target is weakened and immobilized (save ends both) and the Aspect of Atropus shifts 1 square.",damage:"3d12 + 10 necrotic damage",category:5},{id:"23cd9931-9f56-4818-a0ea-44fafb33354f",name:"Blight of Darkflame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Necrotic",condition:"",range:"Close Burst 5",attack:{bonus:31,defence:2},description:"",details:"4d8+10 fire and necrotic damage, and target takes ongoing 10 fire and necrotic damage (save ends); aftereffect: target takes ongoing 5 fire and necrotic damage (save ends).",damage:"4d8+10 fire and necrotic damage",category:1}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"16b44623-a612-4424-beef-56c994f770e2",name:"Aspect of Sertrous",details:"",size:5,origin:3,type:2,keywords:"reptile",level:30,role:{type:2,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"10",alignment:"Chaotic Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:32},dexterity:{score:20},intelligence:{score:24},wisdom:{score:22},charisma:{score:27},hp:1120,initiative:20,ac:42,fortitude:42,reflex:40,will:40,regeneration:null,auras:[{id:"63709417-1432-4461-9a88-2e3099f2ba87",name:"Form of Madness",keywords:"",details:"(Psychic) aura 2; enemies that start their turn within the aura take 15 psychic damage are slowed until the end of their turn."}],powers:[{id:"ce427784-bc09-450c-84d2-003d7b63b8a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 3d8 + 11 damage, and ongoing 15 poison damage (save ends).",damage:"3d8 + 11 damage",category:1},{id:"df561f3e-7882-48b3-ad40-17d4d5c57544",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d12 + 11 damage.",damage:"2d12 + 11 damage",category:1},{id:"4949488f-bda1-400f-aa50-eeb7e008b270",name:"Fury of Sertrous",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sertourous makes a bite attack and two claw attacks, each against different targets. If all of the attacks hit, Sertourous can make another bite attack against any creature within reach.",damage:"",category:1},{id:"5640862f-8cc1-4610-9001-13df9a1e6361",name:"Awesome Bite",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"Sertros makes a bite attack and on a hit the target is also pushed 2 squares.",damage:"Sertros makes a bite attack and on a hit the target is also pushed 2 squares",category:5},{id:"0311e436-906b-46b8-91c7-4ef9ef2a3c78",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:33,defence:1},description:"",details:"4d10 +11 poison damage, and the target is weakened (save ends).",damage:"4d10 +11 poison damage",category:1},{id:"bc0ed77a-6cda-4f74-812f-9b495b72d3dd",name:"Horrific Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close blast 5",attack:{bonus:33,defence:3},description:"",details:"the target is dazed (save ends) and immobilized (save ends).",damage:"",category:3}],damageModifiers:[],resist:"necrotic 20, radiant 20",vulnerable:"",immune:"poison",tactics:""},{id:"966d3f5d-8507-4397-a998-8d7e9301599b",name:"Aspects of Leviathan",details:"",size:5,origin:0,type:1,keywords:"",level:29,role:{type:2,flag:1,leader:!1},senses:"Perception +21",movement:"4, swim 12",alignment:"Unaligned",languages:"",skills:"Endurance +29",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:10},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:660,initiative:14,ac:43,fortitude:45,reflex:32,will:35,regeneration:null,auras:[],powers:[{id:"31a5c4e2-a5c0-467a-8ca3-f7125f3458ca",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"215139e9-c4ad-42bb-a861-d7ba498c0059",name:"Crushing Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 4; 2d12 +11 damage, and the target is dazed (save ends). Aftereffect: Target is weakened (save ends).",damage:"2d12 +11 damage",category:1},{id:"b1e51cc6-a62e-469a-8aa6-db1e92173e27",name:"Slam Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Leviathan makes three slam attacks against three different targets Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"9fc449d4-63a6-4472-a251-2d68bc9b5e13",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:2},description:"",details:"Targets a creature dazed or weakened by crushing bite; 2d12 +11 damage, and a Large or smaller target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the leviathan swallowing it, and no creatures has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the leviathan. A leviathan can move normally while it has a target grabbed in this way. When the leviathan dies, the target can escape as a move action, appearing in the leviathan’s former space. Sustain Minor: The leviathan sustains the grab, and the target takes 20 damage.",damage:"2d12 +11 damage",category:1},{id:"036d938a-4f14-4227-ad8c-76f7d5e630ce",name:"Chaos Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"close burst 5",attack:{bonus:30,defence:3},description:"",details:"The Leviathan unleashes a surge of pure energy; 3d6 + 11 psychic damage, and the target is blinded and dazed (save ends both) and then pushed 3 squares.",damage:"3d6 + 11 psychic damage",category:1}],damageModifiers:[],resist:"acid 20, fire 20",vulnerable:"",immune:"cold",tactics:""},{id:"a79ebaae-51cf-4f20-aa99-e56c711e39fa",name:"Avamerin",details:"",size:3,origin:3,type:2,keywords:"angel",level:30,role:{type:7,flag:1,leader:!0},senses:"Perception +18",movement:"6, fly 9 (hover); see also sign of vengeance.",alignment:"Evil",languages:"Supernal",skills:"Insight +23, Intimidate +24",equipment:"greatsword; plate armor",category:"",strength:{score:32},constitution:{score:26},dexterity:{score:28},intelligence:{score:14},wisdom:{score:17},charisma:{score:19},hp:548,initiative:26,ac:46,fortitude:42,reflex:42,will:38,regeneration:null,auras:[],powers:[{id:"e9de8bc6-a4ed-48e9-923a-4dbecf8866cd",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 1d12 + 11 damage plus 1d8 fire damage plus 1d8 cold damage.",damage:"1d12 + 11 damage plus 1d8 fire damage plus 1d8 cold damage",category:1},{id:"fc9917f3-aa37-4a7c-8ffa-8466554e8ef3",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"Avamerin makes two greatsword attacks.",damage:"",category:1},{id:"8a73b518-b342-4aca-aea7-83a7e4a623b1",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"Avamerin places an invisible sign upon the target. Until the end of the encounter, as a move action, he can teleport adjacent to the target.",damage:"",category:3},{id:"0084e536-0df4-479d-8aaa-0beca0ef50d9",name:"Battle Lord Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Avamerin and his allies deal an extra 3d6 damage against enemies that Avamerin flanks.",damage:"avamerin and his allies deal an extra 3d6 damage against enemies that avamerin flanks",category:0},{id:"a8067235-0784-4b4b-b1ed-265616d6e5a8",name:"Cloak of Vengeance",action:null,keywords:"Cold, Fire",condition:"until bloodied",range:"Attacks against Avamerin take a -2 penalty until he is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against Avamerin takes 1d8 fire damage and 1d8 cold damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"ce732655-9a1d-4b23-9f2c-7db9db5bcfe6",name:"Inspiring Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever Avamerin scores a critical hit, he and all allies within 5 squares of him regains 15 hit points.",damage:"he and all allies within 5 squares of him regains 15 hit points",category:0}],damageModifiers:[{type:3,value:-20},{type:9,value:-20}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e926479c-4ffc-44db-97ca-d979e36f5fb3",name:"Axihuatl",details:"",size:3,origin:0,type:2,keywords:"undead",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +25",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +23",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:12},intelligence:{score:16},wisdom:{score:29},charisma:{score:8},hp:536,initiative:16,ac:46,fortitude:43,reflex:38,will:44,regeneration:{value:10,details:"regeneration does not function while Axihuatl is exposed to direct sunlight"},auras:[],powers:[{id:"4d0d84d5-1443-422c-9ec1-d6fb7e752a38",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 3d8 + 9 damage.",damage:"3d8 + 9 damage",category:1},{id:"4cf62dfd-9db2-48ac-8270-20c429c3feb7",name:"Blood Drain",action:{action:1,trigger:"requires combat advantage; recharges when an adjacent creature becomes bloodied)",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"3d8 + 9 damage, and the target is weakened (save ends), and Axihuatl heals 134 hit points.",damage:"3d8 + 9 damage",category:5},{id:"49e9dbff-15b1-4c43-a3e4-f11963500afb",name:"Stunning Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:33,defence:3},description:"",details:"2d10 + 9 psychic damage, and the target is stunned until the end of Axihuatl’s next turn.",damage:"2d10 + 9 psychic damage",category:3},{id:"be120aa5-038e-4f78-ac75-9b75b5bdd727",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:33,defence:3},description:"",details:"the target is dominated (save ends with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Axihuatl can dominate one creature at a time.",damage:"the target is dominated (save ends with a -2 penalty to the saving throw)",category:3},{id:"373583dd-1cac-4bed-85fd-8124eec53474",name:"Darkburst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:3},description:"",details:"Burst 2 within 10 squares; targets enemies; 2d8 + 9 necrotic damage, and the target takes ongoing 15 necrotic and is blinded (save ends both).",damage:"2d8 + 9 necrotic damage",category:1},{id:"525ccb99-7f63-49b5-b70e-260b308efbc3",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Axihuatl becomes insubstantial and gains a fly speed of 12, but cannot make attacks. Axihuatl can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Axihuatl becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"radiant 10",immune:"disease, poison",tactics:""},{id:"d5eb9e1e-4f55-44dd-afc2-b0e223a848c0",name:"Blessed Spawn of Kyuss",details:"",size:3,origin:4,type:2,keywords:"undead",level:25,role:{type:2,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:12},intelligence:{score:3},wisdom:{score:14},charisma:{score:26},hp:450,initiative:14,ac:39,fortitude:39,reflex:32,will:37,regeneration:null,auras:[{id:"a0c84008-b837-4495-8969-f163107b5748",name:"Fear of Worms",keywords:"",details:"(Fear) aura 3; any living creature that starts its turn with the aura takes a -2 penalty to attack rolls against blessed spawn of Kyuss."}],powers:[{id:"3d74fd11-db07-48c2-93a7-56772df9c5df",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"e7792fe7-73c6-4648-8319-f0aeaa8b5816",name:"Dread Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; targets Medium size or smaller creature; 5d8 + 10 damage, and the target is knocked prone.",damage:"5d8 + 10 damage",category:1},{id:"2eb63413-f926-4278-8f07-81c80c765417",name:"Touch of Kyuss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"2d6 + 8 damage and ongoing 10 necrotic damage (save ends). First Failed Saving Throw: The target is exposed to worms of Kyuss (see Open Grave page 218).",damage:"2d6 + 8 damage and ongoing 10 necrotic damage (save ends)",category:1},{id:"059b4214-420c-46ca-86f3-2eb7f75c0fa0",name:"Rise Again",action:null,keywords:"",condition:"the first time a blessed spawn of kyuss drops to 0 hit points",range:"",attack:null,description:"",details:"Make a new initiative check for the blessed spawn of Kyuss. On its next turn, the blessed spawn rises (as a move action) with 225 hit points.",damage:"the blessed spawn rises (as a move action) with 225 hit points",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"979b5b1b-24a0-416a-a120-b01d3acfabd9",name:"Brood Swarm Barbarian",details:"",size:2,origin:4,type:2,keywords:"human",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +14",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +27, Intimidate +20",equipment:"battleaxe; leather armor",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:13},charisma:{score:14},hp:592,initiative:20,ac:40,fortitude:41,reflex:37,will:32,regeneration:null,auras:[],powers:[{id:"bbb77ed5-02e2-4bd3-8ced-324db491d722",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"3d10 + 9 damage.",damage:"3d10 + 9 damage",category:1},{id:"2ca8f7ff-a7b5-424e-b67d-925b9bc4d4bc",name:"Indomitable Strike",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"4d10 + 9 damage, and all enemies within 10 squares of the barbarian are marked until the end of its next turn.",damage:"4d10 + 9 damage",category:5},{id:"f9a9e85f-2fa5-40ae-aefd-795d349d632f",name:"Supreme Strike",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"6d10 + 9 damage, and target can only make basic attacks (save ends).",damage:"6d10 + 9 damage",category:5},{id:"67fbcb9e-00db-4bf0-97a1-68d8641726f0",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"3d6 + 8 cold damage, and the target is exposed to brood fever. Miss: Half damage.",damage:"3d6 + 8 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"919e166e-6cd0-4dc5-8347-d46cadb23ae3",name:"Brood Swarm Frost Giant",details:"",size:3,origin:0,type:2,keywords:"cold, giant",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +14",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:211,initiative:12,ac:32,fortitude:35,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"cfbc555e-8116-48e2-a860-544bd2ba2c37",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 4d6+7 (crit 8d6 + 31) cold damage.",damage:"4d6+7 (crit 8d6 + 31) cold damage",category:1},{id:"be955804-475a-4994-9651-c8a9f4493764",name:"Dying Swipe",action:null,keywords:"Cold, Weapon",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"2d6 + 7 The frost giant makes an icy greataxe attack.",damage:"2d6 + 7 The frost giant makes an icy greataxe attack",category:0},{id:"cf45b140-4fd7-438c-822d-2985d961a5dd",name:"Chilling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; cold damage, and the target gains vulnerable 10 cold (save ends).",damage:"cold damage",category:1},{id:"80e5e24f-4828-4808-ab1a-b44aa8df29e5",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:21,defence:0},description:"",details:"2d8 + 7 cold damage.",damage:"2d8 + 7 cold damage",category:1},{id:"cfdb2de0-621b-4f66-9f14-8e11ee6c425f",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d6 + 5 modifier cold damage, and the target is exposed to brood fever. Miss: Half damage.",damage:"3d6 + 5 modifier cold damage",category:1},{id:"5906ef2e-44c2-4f88-8bd2-b354f4aaed52",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25774dab-6d6d-48f6-8901-a6c3727a5aca",name:"Brood Swarm Worg",details:"",size:3,origin:0,type:1,keywords:"",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +19",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:21},intelligence:{score:10},wisdom:{score:13},charisma:{score:19},hp:428,initiative:14,ac:32,fortitude:33,reflex:30,will:29,regeneration:null,auras:[{id:"20b74e9f-2f1b-4370-b134-0fb889d3f08b",name:"Frightful Growl",keywords:"",details:"(Fear) aura 3; enemies in the aura take a -1 penalty to attack rolls, and allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"d3bfb9b3-8a00-4f52-8576-5353e421d821",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8 + 5 damage, and ongoing 10 damage (save ends).",damage:"2d8 + 5 damage",category:1},{id:"0bf9fe2b-3206-41f7-a18d-81c6d1ee3347",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Disease",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d6 + 7 modifier cold damage, and the target is exposed to brood fever. Miss: Half damage.",damage:"3d6 + 7 modifier cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c22091c1-94ad-4356-b6d2-3caac932f73d",name:"Caira Xasten",details:"",size:2,origin:4,type:2,keywords:"human",level:27,role:{type:3,flag:1,leader:!0},senses:"Perception +23",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +26, Diplomacy +26",equipment:"leather armor; rapier",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:28},intelligence:{score:23},wisdom:{score:31},charisma:{score:26},hp:492,initiative:22,ac:42,fortitude:36,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"715f6ad0-7d8a-45d0-b8ef-50be31640e3d",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+4 damage.",damage:"3d8+4 damage",category:1},{id:"facdf779-58c1-4bcc-ae71-69828b9ca0c7",name:"Sinister Flank",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"4d8+4 damage, and one of Caira’s allies within 10 squares can shift their speed and make a melee basic attack.",attack:{bonus:33,defence:0},description:"",details:"",damage:"",category:1},{id:"85d7244a-e76e-4034-9db6-5331a0ea1ece",name:"Unspeakable Resilience",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8+4 damage, and allies within 5 squares of Caira can make a saving throw.",damage:"3d8+4 damage",category:1},{id:"3765166e-e4bc-479e-8239-4cb5e9523141",name:"Life Scourge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:33,defence:2},description:"",details:"4d10+10 necrotic damage, and the target takes a -2 penalty to attack rolls until the end of Caira’s next turn.",damage:"4d10+10 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c7bf153c-895c-47d1-b3e3-0d480a192f3a",name:"Century Worm",details:"",size:5,origin:0,type:1,keywords:"undead",level:29,role:{type:7,flag:1,leader:!1},senses:"Perception +15",movement:"6, swim 4",alignment:"Unaligned",languages:"",skills:"Endurance +28",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:10},intelligence:{score:6},wisdom:{score:13},charisma:{score:4},hp:536,initiative:14,ac:44,fortitude:41,reflex:38,will:38,regeneration:null,auras:[{id:"5c8561ee-b7a8-4edf-88e6-1796baba467e",name:"Keening",keywords:"",details:"(Psychic) aura 5; enemies that start their turn in the aura take 15 psychic damage."}],powers:[{id:"3ad8020d-5f9d-4c45-8e71-e56b0d5ddee0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 4; 3d8 + 11 damage, and the target is grabbed.",damage:"3d8 + 11 damage",category:1},{id:"02f51f57-587f-4343-967a-41ab2945cb1a",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:1},description:"",details:"Targets a bloodied Huge or smaller creature the century worm is grabbing; the target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the century worm, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the century worm. A century worm can move normally while it has a target swallowed. When the century worm dies, the target can escape as a move action, appearing in the century worm’s former space. Sustain Minor: The century worm sustains the grab, and the target takes 20 damage.",damage:"and the target takes 20 damage",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8640edc5-5939-4eca-9be7-ac25b4c4faed",name:"Corrupture",details:"",size:4,origin:4,type:1,keywords:"blind, ooze",level:24,role:{type:6,flag:0,leader:!1},senses:"Perception +10; tremorsense",movement:"6 see also crushing surge",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:12},intelligence:{score:6},wisdom:{score:6},charisma:{score:6},hp:226,initiative:15,ac:38,fortitude:37,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"3031630e-735c-46c9-a6b8-409549be50eb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d6 + 9 damage, and ongoing 5 acid damage.",damage:"2d6 + 9 damage",category:1},{id:"88417806-87c6-4f17-93a4-f2cd945a25ef",name:"Acid Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close burst 4",attack:{bonus:27,defence:2},description:"",details:"4d12 + 9 acid damage.",damage:"4d12 + 9 acid damage",category:1},{id:"00cf40b7-6116-4d36-b6d3-5033cde1c7a1",name:"Crushing Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"The corrupture moves up to 8 squares and can move through opponent’s squares as part of the movement. It makes the following attack against the first creature whose space it moves through; 2d6 + 9 damage, and ongoing 5 acid damage, and the target is pushed 2 squares. It makes secondary attacks against any other targets in its path; +27 vs. Reflex; the target is pushed 2 squares. As part of this attack it can only attack any given target once.",damage:"2d6 + 9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"3bebdd99-9300-421d-85a3-ea118c58993b",name:"Cult Guard",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"5",alignment:"Evil",languages:"Common",skills:"Endurance +23, Intimidate +18",equipment:"chainmail; crossbow; longsword",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:12},wisdom:{score:10},charisma:{score:14},hp:216,initiative:19,ac:39,fortitude:36,reflex:34,will:30,regeneration:null,auras:[],powers:[{id:"5494d78e-7d93-45e4-a865-a79dd8cbd6dd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8 + 10 damage, and the target is marked until the end of the cult guard’s next turn.",damage:"2d8 + 10 damage",category:1},{id:"e2fda4a8-113c-4b19-a728-3c66e2d38a70",name:"Light Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:30,defence:0},description:"",details:"2d8 + 10 damage, and the target is marked until the end of the cult guard’s next turn.",damage:"2d8 + 10 damage",category:1},{id:"d9c30d96-ca42-43de-bee6-a3da8fff320b",name:"Knockdown Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"3d8 + 8 damage, and the target is knocked prone.",damage:"3d8 + 8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e98623e-23ca-405a-9967-a237e3c6cec8",name:"Cultist",details:"",size:2,origin:4,type:2,keywords:"human",level:29,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"arrow; longbow; longsword; plate armor",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:20},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:21,ac:45,fortitude:42,reflex:38,will:35,regeneration:null,auras:[],powers:[{id:"0d2a0eba-b1f3-4a79-ba6f-f8cd27336d52",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"5638b476-0aa2-47d5-b486-64f27953e69d",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:36,defence:2},description:"",details:"15 damage.",damage:"15 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"846c2458-e5bf-4ddb-afd4-0d3b8a74da23",name:"Cultist of Zargon",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:6,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"6 see also pounce",alignment:"Evil",languages:"Common",skills:"Endurance +23, Intimidate +20",equipment:"battleaxe; chainmail; crossbow",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:22},intelligence:{score:12},wisdom:{score:10},charisma:{score:18},hp:216,initiative:19,ac:39,fortitude:36,reflex:34,will:30,regeneration:null,auras:[],powers:[{id:"682511a5-b865-4828-a09e-6126ae329e77",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"02c79c34-496d-4a1a-bcc9-e946626128d0",name:"Light Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:30,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"1dfd5025-0e0b-4e88-bee3-0130de7b1ba0",name:"Crushing Blow",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d10 + 8 damage, and the target is knocked prone and weakened (save ends).",damage:"2d10 + 8 damage",category:5},{id:"b370d7ce-70cc-4dae-a89a-30452f130dc3",name:"Subjugate Interloper",action:null,keywords:"Psychic",condition:"",range:"When a cultist hits a creature granting it combat advantage with a melee attack, that creature gains ongoing 10 psychic damage and dazed (save ends both).",attack:null,description:"",details:"",damage:"",category:0},{id:"ec8477c7-0628-4bd1-89c4-3b6ee46f5305",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"The cultist moves up to 5 squares, gains combat advantage against all creatures it ends this move adjacent to until the end of its next turn, and makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8eedfc6d-2cfc-4c70-92db-d7474070b7ea",name:"Deathshrieker",details:"",size:2,origin:5,type:2,keywords:"undead",level:30,role:{type:6,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +31",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:32},intelligence:{score:10},wisdom:{score:16},charisma:{score:27},hp:386,initiative:28,ac:42,fortitude:42,reflex:44,will:42,regeneration:null,auras:[{id:"2955fa21-1ee4-4cd8-b021-a9a474de7959",name:"Despair",keywords:"",details:"(Psychic) aura 5; an enemy that starts its turn in the aura takes 10 psychic damage and is slowed."}],powers:[{id:"430cd02b-c70d-4d36-8731-85599d25116f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"2d8 + 10 necrotic damage.",damage:"2d8 + 10 necrotic damage",category:1},{id:"38664786-7872-4c22-998e-a5b5595fc7eb",name:"Scream of Doom",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:3},description:"",details:"3d8 + 10 psychic damage.",damage:"3d8 + 10 psychic damage",category:1},{id:"dabb4ca6-41ae-4b20-8ba8-52991af33020",name:"Death Rattle",action:null,keywords:"Necrotic",condition:"when the deathshrieker is reduced to 0 hp",range:"Close burst 10",attack:{bonus:33,defence:1},description:"",details:"5d12 + 10 necrotic damage, and the target is weakened.",damage:"5d12 + 10 necrotic damage",category:0},{id:"3741f2fa-f54f-4bb1-b36f-788305a75cf1",name:"Screams of the Damned",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:33,defence:1},description:"",details:"5d12 + 10 psychic damage, and the target is dazed (save ends).",damage:"5d12 + 10 psychic damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"d2ed3b46-6718-483a-8240-ee4c37b3ec6c",name:"Dorn",details:"",size:2,origin:4,type:2,keywords:"",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6 see also swift strike",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +24",equipment:"leather armor; rapier",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:27},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:416,initiative:21,ac:36,fortitude:35,reflex:35,will:31,regeneration:null,auras:[{id:"197cbf71-5ab1-43de-b359-d467ac584ec7",name:"Sickening Slime ",keywords:"",details:"(Psychic) aura 1; enemies within the aura suffer a -2 penalty to attack rolls against Dorn."}],powers:[{id:"7af21cdc-c132-4698-93e0-3ec543314271",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d8 + 8 damage.",damage:"3d8 + 8 damage",category:1},{id:"76b36e92-0e8a-4785-98fe-70940f990922",name:"Swift Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Dorn can shift 6 squares and make two basic melee attacks against 2 different creatures.",attack:null,description:"",details:"",damage:"",category:1},{id:"dd4aabe8-5417-44b3-b19a-a41c0611c977",name:"Acid Spew",action:{action:1,trigger:"recharges when dorn is first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:25,defence:2},description:"",details:"4d12 + 8 acid damage, and ongoing 5 acid damage (save ends).",damage:"4d12 + 8 acid damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"75f628f9-fe6e-48f2-89d0-e53503375411",name:"Dread Bonespitter",details:"",size:4,origin:4,type:0,keywords:"dragon, undead",level:29,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"10, fly 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:34},intelligence:{score:3},wisdom:{score:22},charisma:{score:15},hp:210,initiative:26,ac:43,fortitude:42,reflex:43,will:39,regeneration:null,auras:[],powers:[{id:"6d81e533-aab4-4e8a-8bd9-77d2620c59cc",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 2d12 + 10 damage, and the target is pushed 2 squares.",damage:"2d12 + 10 damage",category:1},{id:"7af61274-e563-460e-9ba2-810a933fd553",name:"Bone Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:36,defence:0},description:"",details:"4d10 + 10 damage, and the target is immobilized (save ends).",damage:"4d10 + 10 damage",category:1},{id:"ea603d59-453d-47dd-b535-6722e44a592a",name:"Bone Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"Close blast 10",attack:{bonus:34,defence:0},description:"",details:"4d10 + 10 damage, and the target is immobilized (save ends). The bonespitter can teleport to any square within the blast’s area. Miss: Half damage, and the target is not immobilized.",damage:"4d10 + 10 damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a2f17900-b316-4334-a256-313d1b133a65",name:"Dread Boneyard",details:"",size:5,origin:0,type:1,keywords:"undead",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"5, fly 12 (hover)",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:20},intelligence:{score:24},wisdom:{score:26},charisma:{score:30},hp:550,initiative:20,ac:44,fortitude:43,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"b8c1bdef-fa28-4d80-a75b-d048839482e3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d12 + 10 damage.",damage:"2d12 + 10 damage",category:1},{id:"b9125d4a-e4af-48ae-aef5-e3932a3a1994",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:33,defence:2},description:"",details:"The dread boneyard attacks one or two Large or smaller targets; Reach 3; (automatically hits an immobilized target). On a hit, the target is grabbed and pulled into the dread boneyard’s space; the target is dazed and takes ongoing 15 necrotic damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the boneyard. The boneyard can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 15 necrotic damage until it escapes the grab",category:1},{id:"275961cc-ba16-485a-b223-4ce6e2bc7b4d",name:"Retributive Bite",action:{action:1,trigger:"recharges when the dread boneyard is bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"Reach 3; 2d12 + 10 damage, and the target is weakened (save ends).",damage:"2d12 + 10 damage",category:5},{id:"062958a1-88da-4bd9-ba05-b5fad56145a8",name:"Field of Bones",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 10",attack:{bonus:33,defence:0},description:"",details:"2d8 + 10 necrotic damage, and the target is immobilized.",damage:"2d8 + 10 necrotic damage",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0b03673b-7e37-4594-97cf-6630bde6357e",name:"Dread Rot Harbinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:29,role:{type:7,flag:0,leader:!1},senses:"Perception +21",movement:"6, fly 8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:29},dexterity:{score:27},intelligence:{score:21},wisdom:{score:24},charisma:{score:20},hp:269,initiative:24,ac:45,fortitude:41,reflex:41,will:40,regeneration:null,auras:[],powers:[{id:"d0a8152b-011e-48a9-b856-cf74d67d79cb",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"2d10 + 9 damage, and the target is immobilized and marked until the end of the rot harbinger’s next turn and takes ongoing 15 necrotic damage (save ends).",damage:"2d10 + 9 damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"475e9967-c3c9-490f-8871-f8727d4a3752",name:"Dread Wraith Minion",details:"",size:3,origin:5,type:2,keywords:"undead",level:27,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"fly 10 (hover)",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +27",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:29},intelligence:{score:15},wisdom:{score:13},charisma:{score:29},hp:1,initiative:24,ac:41,fortitude:37,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"ac44c81f-a0ad-4110-8a65-d4376744d319",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 14 necrotic damage, and the target is weakened until the end of the dread wraith minion’s next turn.",damage:"14 necrotic damage",category:1}],damageModifiers:[{type:6,value:-30}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"7717aeff-aa14-4ceb-9d14-b7b5ca307f49",name:"Edwin Tolstoff",details:"",size:2,origin:0,type:2,keywords:"human",level:30,role:{type:3,flag:0,leader:!1},senses:"Perception +21",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +27, Religion +27",equipment:"dagger",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:15},intelligence:{score:24},wisdom:{score:22},charisma:{score:13},hp:262,initiative:17,ac:44,fortitude:39,reflex:42,will:44,regeneration:null,auras:[],powers:[{id:"be473e71-391c-45cc-a66f-13088d110507",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d4 + 8 damage.",damage:"3d4 + 8 damage",category:1},{id:"74267cdc-4082-4c89-b7e6-faa3a46155a7",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:33,defence:0},description:"",details:"4d4 + 8 force damage.",damage:"4d4 + 8 force damage",category:1},{id:"9022007c-edbb-4d08-951d-f28490e98ede",name:"Force Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Force, Implement",condition:"",range:"Ranged 20",attack:{bonus:33,defence:2},description:"",details:"3d10 + 8 force damage, and the target is confined until the end of Edwin’s next turn. While confined, it is immobilized, grants combat advantage, and cannot gain line of effect against nonadjacent enemies.",damage:"3d10 + 8 force damage",category:1},{id:"43d94da5-70ec-4c7d-b438-5033faf88af7",name:"Acidic Spew",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Implement",condition:"",range:"Close burst 5",attack:{bonus:33,defence:2},description:"",details:"2d6 + 8 acid damage, and ongoing 10 acid damage (save ends). Miss: half damage, and ongoing 5 acid damage (save ends).",damage:"2d6 + 8 acid damage",category:1},{id:"c516c175-165b-4c4c-8f9a-4b3238b435e4",name:"Meteor Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Fire, Implement",condition:"",range:"",attack:{bonus:33,defence:2},description:"",details:"Burst 5 within 20; 8d6 + 8 fire damage. Miss: half damage.",damage:"8d6 + 8 fire damage",category:1},{id:"0f0d0e48-ecdb-47a0-beea-7933a5d9211d",name:"Consume Soul",action:{action:4,trigger:"when an ally within 5 squares of edwin is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Edwin regains 15 hit points",damage:"Edwin regains 15 hit points",category:5},{id:"7b3b661a-68c2-43ca-a4f3-947ec08cdbd6",name:"Blink Escape",action:{action:1,trigger:"immediate interrupt when a ranged or melee attack hits edwin",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Arcane, Teleportation",condition:"",range:"",attack:null,description:"",details:"Edwin teleports 5 squares, and the attack is negated.",damage:"Edwin teleports 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a7cc938a-aa97-4275-9a6b-b56f5d230b5b",name:"Father Llymic",details:"",size:4,origin:0,type:1,keywords:"",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +26; darkvision",movement:"8 (ice walk), fly 6 (hover)",alignment:"Evil",languages:"Abyssal, Common, Far Speech",skills:"Endurance +24, Intimidate +27",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:22},intelligence:{score:28},wisdom:{score:25},charisma:{score:26},hp:1048,initiative:22,ac:44,fortitude:41,reflex:39,will:38,regeneration:null,auras:[{id:"eeaf6295-309a-4aaf-86cc-b3668f62ed46",name:"Deadly Chill",keywords:"",details:"(Cold) aura 6; an enemy that enters or begins its turn in the aura takes 30 cold damage."}],powers:[{id:"473c2d21-5f4c-4474-bbd0-bfeefd93c3aa",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 3d8 + 10 damage (crit 24 plus 3d8 + 10 damage), and the target is immobilized until the end of Father Llymic’s next turn.",damage:"3d8 + 10 damage (crit 24 plus 3d8 + 10 damage)",category:1},{id:"e45d445a-849a-4612-afee-f7d705cb9435",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Father Llymic can make up to four basic attacks against different targets. When bloodied Father Llymic can instead make up to three basic attacks on a single target or split the attacks between two targets.",damage:"",category:1},{id:"8ff55ae6-6899-4fd3-bb9f-97d250afc9f1",name:"Retaliatory Strike",action:{action:1,trigger:"when father llymic is hit with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity action",range:"Father Llymic makes a basic melee attack against the creature that hit him.",attack:null,description:"",details:"",damage:"",category:5},{id:"48e470e0-ee83-42de-b200-ffd9ce325e29",name:"Soul Chill",action:{action:1,trigger:"at-will when bloodied",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:31,defence:3},description:"",details:"5d10 + 10 cold damage and slowed (save ends).",damage:"5d10 + 10 cold damage and slowed (save ends)",category:5}],damageModifiers:[],resist:"acid 20, fire 20",vulnerable:"",immune:"cold",tactics:""},{id:"e744675f-8cbf-46cd-8ea5-bfb83468e68a",name:"Forest Giant Skeleton",details:"",size:4,origin:4,type:0,keywords:"undead",level:29,role:{type:2,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Evil",languages:"Giant, understands common",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:17},intelligence:{score:6},wisdom:{score:13},charisma:{score:4},hp:328,initiative:17,ac:41,fortitude:42,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"17eed8e8-98fd-435b-be5a-7d16c1864e14",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 3d12 + 10 damage (crit 3d12 + 46).",damage:"3d12 + 10 damage (crit 3d12 + 46)",category:1},{id:"67682100-132c-4741-b04f-3abb8af07975",name:"Awesome Smite",action:{action:1,trigger:"requires a greataxe",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 4d12 + 10 damage (crit 3d12 + 58), and the target is dazed (save ends).",damage:"4d12 + 10 damage (crit 3d12 + 58)",category:5}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"f2d610cc-6672-4782-b5f1-716052eff9e2",name:"Giant Squid",details:"",size:5,origin:4,type:1,keywords:"",level:30,role:{type:2,flag:0,leader:!1},senses:"Perception +20",movement:"6, swim 4",alignment:"Evil",languages:"Abyssal, Common",skills:"Endurance +29",equipment:"",category:"",strength:{score:31},constitution:{score:29},dexterity:{score:10},intelligence:{score:5},wisdom:{score:20},charisma:{score:20},hp:339,initiative:15,ac:42,fortitude:43,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"ebaedd42-d24b-48da-a61d-89bb12e585e2",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"e8d43c00-3eee-4673-b661-c239aa30cd9a",name:"Biting Grasp",action:{action:4,trigger:"when an enemy shifts from an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"The squid makes a bite attack; 2d12 + 9 damage, and grabs the target.",damage:"2d12 + 9 damage",category:5},{id:"f5829cfc-ff1f-4e88-a380-8f25f8aa9e2f",name:"Flurry of Strikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The squid makes two tentacle attacks and a biting grasp attack.",damage:"",category:1},{id:"574a5781-61a4-4898-8063-56b09f762c60",name:"Ink Cloud",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"The squid can move 12 squares and at any point during that movement expel a cloud of ink (close burst 4). The cloud creates a zone of heavy obscured squares that lasts until the end of the encounter.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"289943e9-4eb1-47ab-aa36-de4afff1beb2",name:"Golothoma",details:"",size:4,origin:3,type:1,keywords:"",level:29,role:{type:2,flag:0,leader:!1},senses:"Perception +17",movement:"6, swim 10",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Endurance +28, Intimidate +25",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:26},intelligence:{score:4},wisdom:{score:17},charisma:{score:22},hp:328,initiative:22,ac:41,fortitude:43,reflex:40,will:38,regeneration:null,auras:[],powers:[{id:"7b92e4f5-e849-4c38-a76d-94e8837be38d",name:"Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 3; 2d8 + 11 damage, and ongoing 10 acid damage (save ends), and the target is pushed 1 square.",damage:"2d8 + 11 damage",category:1},{id:"3fce81f7-587c-496c-bab2-a6cbe2116eb6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 3; 4d8 + 11 damage, and the target is pushed 1 square.",damage:"4d8 + 11 damage",category:1},{id:"38bc1a5a-dd1c-4d13-aeaf-86a6ca650419",name:"Claw Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golothomas makes four claw attacks.",damage:"",category:1},{id:"14f73ab5-6e2c-4957-b865-9fd0020b9fc0",name:"Dimensional Reach",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the golothomas can reach between dimensions to strike at distant targets with its claws.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2564b3b4-a5d2-4b05-9292-2dcabe0f000a",name:"Gorguth",details:"",size:2,origin:3,type:2,keywords:"undead",level:30,role:{type:7,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common",skills:"Athletics +30, Intimidate +25",equipment:"bastard sword; leather armor",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:28},intelligence:{score:10},wisdom:{score:20},charisma:{score:21},hp:552,initiative:26,ac:46,fortitude:44,reflex:43,will:40,regeneration:null,auras:[],powers:[{id:"992337ef-90a0-4738-abfa-ef483cddead9",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d10+10 damage, and ongoing 10 necrotic damage and the target is marked by Gorguth (save ends both).",damage:"2d10+10 damage",category:1},{id:"dcb2d096-f404-439a-8e67-7f200822b780",name:"Frenzy of Slaughter",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"(Gorguth makes two basic melee attacks).",attack:null,description:"",details:"",damage:"",category:1},{id:"2c21ac5d-a11f-4f2b-99c1-b1eea119554b",name:"Stunning Strike",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"3d10+10 damage, and the target is stunned (save ends).",damage:"3d10+10 damage",category:5},{id:"8e6513e2-828c-4251-9a3d-418688f7d325",name:"Unassailable Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Gorguth shifts his speed and makes a basic melee attack at the end of the move.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0df2d273-4df2-42e1-93f6-aa6d1c1b8c42",name:"Gravecrawler",details:"",size:1,origin:1,type:1,keywords:"undead",level:27,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Unaligned",languages:"",skills:"Endurance +25",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:18},intelligence:{score:24},wisdom:{score:14},charisma:{score:14},hp:248,initiative:19,ac:41,fortitude:39,reflex:39,will:39,regeneration:null,auras:[{id:"34184caf-d0c1-4063-adcb-f61437cc8f58",name:"Calcifying Aura",keywords:"",details:"aura 2; bloodied creatures that end their turn in the aura are slowed (save ends); First Failed Saving Throw: immobilized (save ends); Second Failed Saving Throws: petrified (save ends)."}],powers:[{id:"61824505-d007-400c-a118-e6141d4762fc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8 + 8 damage.",damage:"3d8 + 8 damage",category:1},{id:"3ded41cf-ee4c-45d0-8371-2b60b121bd15",name:"Spring Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The gravecrawler can shift 8 squares and make a basic melee attack at any point during its move.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"ed5f21da-227c-496d-9de8-214d43ba4dce",name:"Greater Aspect of Leviathan",details:"",size:5,origin:0,type:1,keywords:"",level:30,role:{type:2,flag:1,leader:!1},senses:"Perception +22",movement:"4, swim 12",alignment:"Unaligned",languages:"",skills:"Endurance +30",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:10},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:680,initiative:15,ac:44,fortitude:46,reflex:35,will:38,regeneration:null,auras:[],powers:[{id:"7724b1ce-2f3d-4b9e-8f58-3973e25c1b3b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"c473a3f2-e32b-4889-babd-4028e53aaf4e",name:"Crushing Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 4; 2d12 +11 damage, and the target is dazed (save ends). Aftereffect: Target is weakened (save ends).",damage:"2d12 +11 damage",category:1},{id:"5667973e-24e4-41ef-872e-1981d4abd564",name:"Slam Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"The Leviathan makes three slam attacks against three different opponents; Reach 4; 4d8 + 11 damage.",damage:"4d8 + 11 damage",category:1},{id:"d76fbbc9-25b8-4de6-9755-c8f87e7c9558",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"2d12 +11 damage, and a Large or smaller target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the leviathan swallowing it, and no creatures has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the leviathan. A leviathan can move normally while it has a target grabbed in this way. When the leviathan dies, the target can escape as a move action, appearing in the leviathan’s former space. Sustain Minor: The leviathan sustains the grab, and the target takes 20 damage.",damage:"2d12 +11 damage",category:1},{id:"b74bde18-ba7b-4897-b2bd-36ee94b63cc9",name:"Chaos Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"close burst 5",attack:{bonus:31,defence:3},description:"",details:"The Leviathan unleashes a surge of pure energy; 3d6 + 11 psychic damage, and the target is blinded and dazed (save ends both) and then pushed 3 squares.",damage:"3d6 + 11 psychic damage",category:1}],damageModifiers:[],resist:"acid 20, fire 20",vulnerable:"",immune:"cold",tactics:""},{id:"347b8d83-b541-4ee4-8cf7-ed5d7067ac91",name:"Greathorn Minotaur",details:"",size:3,origin:4,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +20",movement:"5",alignment:"Evil",languages:"Common",skills:"Dungeoneering +20, Intimidate +19, Nature +15",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:14},intelligence:{score:11},wisdom:{score:16},charisma:{score:15},hp:232,initiative:16,ac:41,fortitude:38,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"a0191a9f-d3f2-47d5-9df0-8503388e2072",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d10 + 10 damage, and the target is marked until the end of the minotaur’s next turn.",damage:"2d10 + 10 damage",category:1},{id:"eea086d1-b68d-474e-94e4-6fd874ff472e",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"The greathorn minotaur makes a charge attack; 3d8 + 10 damage, and the target is knocked prone.",damage:"3d8 + 10 damage",category:1},{id:"a985038f-71bc-4784-9f30-fcea32dadcfb",name:"Crippling Swing",action:{action:1,trigger:"requires a battleaxe",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; 3d10 +10 and that target is slowed and dazed (save ends).",damage:"Reach 2",category:5},{id:"f35dda40-961a-4f0d-9457-c722775142dd",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The greathorn minotaur makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4cb3286-b669-451a-b20a-4511cb82cf70",name:"Herald of Kyuss",details:"",size:3,origin:0,type:1,keywords:"undead",level:28,role:{type:3,flag:1,leader:!1},senses:"Perception +27; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +30, Diplomacy +30",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:27},intelligence:{score:20},wisdom:{score:30},charisma:{score:32},hp:520,initiative:22,ac:44,fortitude:42,reflex:40,will:44,regeneration:null,auras:[],powers:[{id:"dbe72084-da23-4147-8477-2c90b53c347d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d10 + 6 damage, and the target is immobilized (save ends).",damage:"2d10 + 6 damage",category:1},{id:"a81e7ebb-8572-41f3-8a1f-92db4ac41a1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; 2d8 + 6 damage, and the target is pushed 2 squares.",damage:"2d8 + 6 damage",category:1},{id:"564027bc-c5ac-487e-af2b-76ebf92f666d",name:"Sudden Strike",action:{action:4,trigger:"when a foe enters an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Herald of Kyuss makes a bite attack.",damage:"",category:5},{id:"a683802f-8529-493c-8f28-e446f44e0765",name:"Hypnotic Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:3},description:"",details:"target is stunned (save ends) Aftereffect: Target is dazed (save ends).",damage:"",category:1},{id:"e1ab4dfe-31e8-41ad-8f75-282f08481da0",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A Herald of Kyuss can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, MM 280).",damage:"",category:3},{id:"d842559c-c7a3-4700-87f2-c0842b963de5",name:"Death’s Gift",action:null,keywords:"Healing",condition:"when an enemy within 5 squares of the herald of kyuss is reduced to 0 hit points",range:"",attack:null,description:"",details:"The Herald of Kyuss regains 15 hit points.",damage:"The Herald of Kyuss regains 15 hit points",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"cold, disease",tactics:""},{id:"91aa93f2-f86c-4323-8271-7d69cace1840",name:"Hideous Leechwalker",details:"",size:3,origin:0,type:1,keywords:"",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6, swim 4",alignment:"Unaligned",languages:"",skills:"Athletics +24",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:6},wisdom:{score:18},charisma:{score:10},hp:208,initiative:15,ac:36,fortitude:35,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"b559cda5-fecd-4e83-aa0d-9ed72ddde2ae",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d6 + 8 damage.",damage:"3d6 + 8 damage",category:1},{id:"585e3a02-77b6-4ea7-8226-534bfa4166b8",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hideous leechwalker makes two tentacle attacks, if both hit the same target it also deals ongoing 20 damage (save ends).",damage:"if both hit the same target it also deals ongoing 20 damage (save ends)",category:1},{id:"2c3c2656-58e6-4036-b376-e8af5c8c65bd",name:"Slithering Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hideous leechwalker moves up to 6 squares and makes a tentacle attack.",damage:"The hideous leechwalker moves up to 6 squares and makes a tentacle attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"557d3691-2fd2-49ba-9e1b-b43d97a66f7a",name:"Howling Famine Spirit",details:"",size:3,origin:5,type:2,keywords:"undead",level:28,role:{type:2,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"4 phasing",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:22},dexterity:{score:17},intelligence:{score:25},wisdom:{score:27},charisma:{score:17},hp:218,initiative:17,ac:38,fortitude:40,reflex:38,will:36,regeneration:null,auras:[{id:"81ccedc8-0d53-4f00-82b7-af2a1f0a9284",name:"Gaping Howling Maw",keywords:"",details:"aura 6; any living creature that starts its turn within the aura is pulled 2 squares and takes 10 thunder damage."}],powers:[{id:"cd083c6a-540e-44da-8703-deec25c1942d",name:"Rending Claws",action:{action:1,trigger:"requires a free hand",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d8 + 8 necrotic damage, and the target is grabbed.",damage:"3d8 + 8 necrotic damage",category:5},{id:"b6f57358-9fd0-4547-a5c4-a35c98ab5727",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a creature grabbed by the famine spirit; 2d8 + 4 necrotic damage, and the target is engulfed, entering the famine spirit’s space and disappearing from sight and removing line of effect to all squares. While engulfed, the target takes ongoing 10 acid damage and is stunned and immobilized (save ends all). The famine spirit gains regeneration 10 while a target is engulfed. When the target saves, it is no longer engulfed. The target reappears in an unoccupied square adjacent to the famine spirit of the target’s choosing. If the famine spirit is killed, an engulfed target is no longer engulfed and reappears in a square previously occupied by the famine spirit. A famine spirit can have only one creature engulfed at a time.",damage:"2d8 + 4 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"13a2cc4e-aa78-4a5b-ae44-9cfe95b7ac32",name:"Hulk of Zoretha (Female)",details:"",size:4,origin:3,type:0,keywords:"",level:29,role:{type:3,flag:0,leader:!1},senses:"Perception +23; darkvision, tremorsense 5",movement:"10",alignment:"Chaotic Evil",languages:"Common, Supernal",skills:"Endurance +29",equipment:"",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:10},intelligence:{score:18},wisdom:{score:19},charisma:{score:10},hp:270,initiative:14,ac:43,fortitude:43,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"f9428c28-ebff-4c28-9910-8934cc7e151c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"dbdf5f47-999b-4f88-b1e6-ca3920547b67",name:"Many Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The hulk of Zoretha makes two basic melee attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"c7f5778f-f8e5-4043-99a3-ad97082bf0e3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Cold, Electricity or Fire ",condition:"",range:"Close blast 5",attack:{bonus:34,defence:1},description:"",details:"targets enemies; 3d12 + 22 acid, cold, electricity or fire damage, and the target is weakened (save end). Each of the four hulks has a different damage type for their breath weapon.",damage:"electricity or fire damage",category:1},{id:"34a3a98f-7caa-429d-99cd-3140ab5bde72",name:"Waking Nightmare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Gaze, Psychic",condition:"",range:"Close blast 5",attack:{bonus:32,defence:3},description:"",details:"The hulk’s appearance is so terrifying that it provokes waking nightmares in those seeing it; 3d12 + 22 psychic damage and the target is dazed (save ends).",damage:"3d12 + 22 psychic damage and the target is dazed (save ends)",category:1}],damageModifiers:[],resist:"acid 20, cold 20",vulnerable:"",immune:"fire",tactics:""},{id:"540c3c57-da2b-4023-b0b3-1b3c0707bd8d",name:"Hulk of Zoretha (Male)",details:"",size:4,origin:3,type:0,keywords:"",level:29,role:{type:3,flag:1,leader:!1},senses:"Perception +29; darkvision, tremorsense 5",movement:"12, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Common, Supernal",skills:"Endurance +29",equipment:"",category:"",strength:{score:26},constitution:{score:30},dexterity:{score:10},intelligence:{score:24},wisdom:{score:30},charisma:{score:20},hp:540,initiative:14,ac:43,fortitude:43,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"b28fb986-4743-4bf8-966e-678e20e80481",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"9d989a2e-e47f-4bd5-b269-1e7eb17e8437",name:"Poisoned Spikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"2d6 + 5 damage and ongoing 15 poison damage (save ends).",damage:"2d6 + 5 damage and ongoing 15 poison damage (save ends)",category:1},{id:"9e18bf81-73b8-4f41-bcf5-ee63c347ab5e",name:"Combination Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"The hulk makes two basic melee attacks",attack:null,description:"",details:"if both attacks hit the same opponent, it is pushed 8 squares, and it is knocked prone.",damage:"it is pushed 8 squares",category:1},{id:"05d14421-cd67-442f-ba92-df672f4edd66",name:"Hypnotic Gaze",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Gaze",condition:"",range:"Close blast 5",attack:{bonus:32,defence:3},description:"",details:"Target stunned until the end of the hulk of Zoretha’s next turn.",damage:"",category:5}],damageModifiers:[],resist:"acid 20, cold 20",vulnerable:"",immune:"fire",tactics:""},{id:"3fbced4e-737e-4294-a880-93b2ff56a605",name:"Irthicax Vane",details:"",size:2,origin:3,type:2,keywords:"",level:28,role:{type:6,flag:2,leader:!1},senses:"Perception +29",movement:"10, teleport 10",alignment:"Evil",languages:"Common, Supernal",skills:"Acrobatics +28, Athletics +26",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:28},intelligence:{score:14},wisdom:{score:30},charisma:{score:10},hp:1040,initiative:25,ac:42,fortitude:39,reflex:39,will:40,regeneration:null,auras:[],powers:[{id:"53878bc0-3fb0-4536-b7b9-772c9d8a94a8",name:"Dazing Palm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8 + 9 damage and the target is dazed until the end of Irthicax’s next turn.",damage:"2d8 + 9 damage and the target is dazed until the end of irthicax’s next turn",category:1},{id:"e12d0668-ad1e-43d5-b04b-cd5349af30a6",name:"Evasive Move",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Irthicax can shift 10 squares and make up to four dazing palm attacks each on different creatures at any time during the move; .",damage:"Irthicax can shift 10 squares and make up to four dazing palm attacks each on different creatures at any time during the move",category:1},{id:"861434bb-d3cd-4c01-bd16-985358a06453",name:"Shifting Strike",action:{action:4,trigger:"when a foe moves into an adjacent square",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8 + 9 damage, and Irthicax shifts 2 squares.",damage:"2d8 + 9 damage",category:5},{id:"dc4f8112-a0cc-473c-b1f6-4083623be57b",name:"Stunning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d8 + 9 damage, and the target is stunned (save ends).",damage:"2d8 + 9 damage",category:1},{id:"563c076e-6154-4092-98aa-b4c0f0c88c0b",name:"Immobilizing Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d8 + 9 damage, and the target is pushed 1 square and immobilized (save ends).",damage:"3d8 + 9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f54408d9-8a5a-4b95-9042-62713abf25c1",name:"Janwulf the Soulbiter",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:24,role:{type:7,flag:0,leader:!0},senses:"Perception +13",movement:"7 (ice walk)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +24, Endurance +22",equipment:"greataxe; scale armor",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:13},intelligence:{score:16},wisdom:{score:12},charisma:{score:15},hp:213,initiative:15,ac:38,fortitude:41,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"b3954e19-7bf8-4b43-974b-cc4f70262a9b",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 4d6 + 8 cold damage.",damage:"4d6 + 8 cold damage",category:1},{id:"1b5eee5a-de32-45f3-94b6-3571b50f56a1",name:"Ice Viper’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 2d6 + 8 cold damage, the target is slowed until the end of Janwulf’s next turn, and if the target shifts before the start of Janwulf’s next turn, it provokes opportunity attacks from Janwulf’s allies.",damage:"2d6 + 8 cold damage",category:1},{id:"14bc881d-7fad-41fd-83b4-1097229d40d4",name:"Blood Runs Cold",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 4d6 + 8 damage, and ongoing 10 cold damage (save ends).",damage:"4d6 + 8 damage",category:1},{id:"6fb3036c-ffa0-4047-b309-1a45c2470346",name:"Cold Wind Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Close burst 2",attack:{bonus:30,defence:0},description:"",details:"targets enemies only; 2d6 + 8 cold damage damage, and the target is dazed until the end of Janwulf’s next turn.",damage:"2d6 + 8 cold damage damage",category:1},{id:"1a9e3693-884f-47d9-a562-5ece3915ec1d",name:"Janwulf’s Icy Inspiration",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"One ally within close burst 5",attack:null,description:"",details:"target gains 10 temporary hit point and can shift as a free action.",damage:"target gains 10 temporary hit point and can shift as a free action",category:3},{id:"7ace8820-77a0-4eec-9059-f2f9c81fdad9",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Janwulf moves 2 square fewer than any pull, push, or slide effect specifies. It can make a saving throw to avoid being knocked prone.",damage:"Janwulf moves 2 square fewer than any pull",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f23c71d2-b0dd-4662-8dc2-f5d38d3420da",name:"Lucather Majii",details:"",size:2,origin:5,type:2,keywords:"undead",level:30,role:{type:0,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"fly 12",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +29",equipment:"implement, wand",category:"",strength:{score:14},constitution:{score:24},dexterity:{score:18},intelligence:{score:28},wisdom:{score:24},charisma:{score:22},hp:210,initiative:19,ac:42,fortitude:40,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"a2fd6ae5-b217-41af-949b-5826b37f662e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8 + 9 damage.",damage:"2d8 + 9 damage",category:1},{id:"151360ab-a70d-47bf-a9c1-ca156db979ae",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:37,defence:0},description:"",details:"4d4 + 9 damage.",damage:"4d4 + 9 damage",category:1},{id:"4d6d88ed-c155-4523-9fa3-d5e5b8ba8c7c",name:"Chain Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Lightning",condition:"",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"4d6 + 9 lightning damage. Secondary Attack: +35 vs. Reflex against two creatures within 5 squares of the primary target; 2d6 + 9 lightning damage. Tertiary Attack: Against all other enemies within 20 squares of Lucather; + 35 vs. Reflex; 1d6 + 9 lightning damage.",damage:"4d6 + 9 lightning damage",category:1},{id:"ce66235c-3f97-405f-98e1-a0e14bc98ee2",name:"Black Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:35,defence:2},description:"",details:"6d6 + 9 fire and necrotic damage.",damage:"6d6 + 9 fire and necrotic damage",category:1},{id:"422b8f6d-983e-47e5-9f9a-91f5455ae383",name:"Meteor Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:35,defence:2},description:"",details:"Burst 5 within 20 squares; 8d6 + 9 fire damage.",damage:"8d6 + 9 fire damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"657edd4e-09d0-4687-afd8-80dae39882a8",name:"Marcus Hape",details:"",size:2,origin:4,type:2,keywords:"human",level:29,role:{type:6,flag:0,leader:!1},senses:"Perception +20",movement:"7",alignment:"Chaotic evil",languages:"Common",skills:"Bluff +24, Stealth +27, Thievery +27",equipment:"dagger; leather armor; short sword",category:"",strength:{score:22},constitution:{score:14},dexterity:{score:26},intelligence:{score:13},wisdom:{score:12},charisma:{score:20},hp:246,initiative:22,ac:45,fortitude:49,reflex:57,will:48,regeneration:null,auras:[],powers:[{id:"68090f2d-747b-4a63-a1ae-43a09c27c369",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"1d6 + 12 damage.",damage:"1d6 + 12 damage",category:1},{id:"31d7528e-0c64-4f2a-9134-7db19d510c4f",name:"Deadly Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:36,defence:0},description:"",details:"1d4 + 10 damage (crit on 18+). The dagger returns to Marcus’s hand after the attack.",damage:"1d4 + 10 damage (crit on 18+)",category:1},{id:"11614d65-4486-4bf3-abf7-77d830a038ba",name:"Dastard’s Strike",action:{action:1,trigger:"requires combat advantage",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon ",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Marcus can shift his speed before making this attack; 1d6 + 12 damage, and the target is stunned until the end of Marcus’s next turn.",damage:"1d6 + 12 damage",category:5},{id:"bc1b6e48-a957-4cce-935e-b82220ba931d",name:"Blessing of Demogorgon",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Marcus becomes invisible until the end of his next turn.",damage:"",category:3},{id:"ac5952f7-9b5b-4501-a507-2433cf267b9d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Marcus does 4d6 extra damage against enemies that grant him combat advantage.",damage:"marcus does 4d6 extra damage against enemies that grant him combat advantage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a0a8065-53c4-4bc7-851d-2ed34ace9d84",name:"Mind Shard of Pandorym",details:"",size:4,origin:3,type:0,keywords:"",level:30,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +31, History +31",equipment:"",category:"",strength:{score:15},constitution:{score:28},dexterity:{score:15},intelligence:{score:32},wisdom:{score:30},charisma:{score:32},hp:552,initiative:17,ac:46,fortitude:42,reflex:46,will:46,regeneration:null,auras:[{id:"8fc6e438-2330-4e31-9173-7e58981f3bd9",name:"Mental Subjugation",keywords:"",details:"(Fear) aura 5; enemies within the aura take a -2 penalty to attack rolls against the mind shard of Pandorym"}],powers:[{id:"031e4a92-889b-4915-a742-4b4a05542c1f",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 3d8 + 10 necrotic damage and the target is weakened until the end of the mind shard’s next turn.",damage:"3d8 + 10 necrotic damage and the target is weakened until the end of the mind shard’s next turn",category:1},{id:"6da79eb5-7d1d-4699-a57b-b812ec068cba",name:"Dominating Ego Whip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when a creature under the effect of this power’s domination effect is reduced to 0 or fewer hit points or saves against that effect"},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:33,defence:3},description:"",details:"Range 10; 1d12 +10 psychic damage, and the target takes ongoing 15 psychic damage and is dominated by the mind shard (save ends both).",damage:"1d12 +10 psychic damage",category:1},{id:"23b17c39-5fb6-461b-b10f-0ae1e95b27e9",name:"Backlash",action:{action:1,trigger:"immediate reaction when the mind shard is hit with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:33,defence:2},description:"",details:"targets enemies only; 2d12 + 10 force damage, and the target is pushed 5 squares.",damage:"2d12 + 10 force damage",category:5}],damageModifiers:[],resist:"acid 20, cold 20, insubstantial",vulnerable:"",immune:"fire",tactics:""},{id:"7e3dfcdb-3b39-4642-9213-ef150829ec90",name:"Obligatum VII",details:"",size:2,origin:3,type:0,keywords:"",level:30,role:{type:7,flag:0,leader:!1},senses:"Perception +29",movement:"5",alignment:"Unaligned",languages:"Common, Supernal",skills:"",equipment:"longsword; plate armor",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:16},intelligence:{score:10},wisdom:{score:28},charisma:{score:28},hp:274,initiative:20,ac:44,fortitude:43,reflex:36,will:42,regeneration:null,auras:[],powers:[{id:"09a47a45-d2c7-4a8a-aa83-029b01dcfdb4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"65d043f6-1703-484f-b131-89a049b68e52",name:"Enervating Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"2d8 + 10 necrotic damage, and the target is weakened (save ends).",damage:"2d8 + 10 necrotic damage",category:1},{id:"a10364c0-c0db-472e-a176-4ddabc7cad22",name:"Curse of Death",action:{action:1,trigger:"requires a long sword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:3},description:"",details:"2d8 + 10 damage, and ongoing 10 damage and the target is stunned (save ends both).",damage:"2d8 + 10 damage",category:5},{id:"bcaf7840-7e17-45bf-99ea-522b149bc54f",name:"Vampiric Strike",action:{action:1,trigger:"requires a long sword",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"3d8 + 10 damage, and Obligatum heals 68 hit points.",damage:"3d8 + 10 damage",category:5},{id:"415c865d-8d5b-4078-93e8-c87c7ee1791f",name:"Uncanny Perseverance",action:{action:4,trigger:"when obligatum is affected by an effect that allows a saving throw",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Obligatum makes an immediate saving throw to throw off the effect",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae77d552-9dc4-4a76-aac6-5bd55e686651",name:"Ogre Tempest",details:"",size:3,origin:4,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"heavy flail; hide armor",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:14},intelligence:{score:5},wisdom:{score:14},charisma:{score:8},hp:1,initiative:13,ac:35,fortitude:37,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"f3d62c48-3966-467b-891e-4a93ca5d9801",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"16 damage.",damage:"16 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2de40759-216d-4d4d-b08b-fa1af1a8b9b1",name:"Scion of Kyuss",details:"",size:5,origin:0,type:2,keywords:"undead",level:30,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:21},hp:552,initiative:25,ac:46,fortitude:43,reflex:40,will:40,regeneration:null,auras:[{id:"f4e77c81-c5a8-4748-ab11-b99c8e3bba37",name:"Marking Tendrils",keywords:"",details:"(aura 2); writhing tendrils surround the scion of Kyuss; enemies starting their turn in the aura take 15 damage and are marked by the scion of Kyuss until the end of the scion’s next turn."}],powers:[{id:"bce8d4fe-fef0-426e-80c7-b00921f5d837",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 2d8 + 11 damage, and the scion can choose to immobilize (save ends) or grab the target.",damage:"2d8 + 11 damage",category:1},{id:"78d9aa6c-f51b-480e-80c7-ca7df90a18cb",name:"Lashing Tendrils",action:{action:1,trigger:"immediate interrupt when a creature marked by the scion moves out of a square adjacent to the scion",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 1; 2d8 + 11 damage, and the target is immobilized (save ends).",damage:"2d8 + 11 damage",category:5},{id:"6fd9fcec-d63c-4f1e-bca3-2b17994f21a3",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"Targets a bloodied Huge or smaller creature the scion of Kyuss is grabbing; the target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the scion of Kyuss, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the scion of Kyuss. A scion of Kyuss can move normally while it has a target swallowed. When the scion of Kyuss dies, the target can escape as a move action, appearing in the scion of Kyuss’s former space. Sustain Minor: The scion of Kyuss sustains the grab, and the target takes 20 damage.",damage:"and the target takes 20 damage",category:1},{id:"5b0e730e-7957-41d1-a181-c063ef21a268",name:"Breath of Kyuss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:33,defence:2},description:"",details:"targets enemies only; 5d12 + 8 necrotic damage, and the target is slowed (save ends). Miss: Half damage, and the target is slowed until the end of the scion’s next turn.",damage:"5d12 + 8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"e7744588-55b7-4fd8-87bc-10fa752cf379",name:"Seghulerkak",details:"",size:3,origin:4,type:2,keywords:"reptile; yuan-ti",level:30,role:{type:3,flag:0,leader:!0},senses:"Perception +31",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +27, Religion +31, Stealth +21",equipment:"arrow; longbow; plate armor; spiked chain",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:12},intelligence:{score:22},wisdom:{score:32},charisma:{score:25},hp:274,initiative:16,ac:44,fortitude:42,reflex:39,will:44,regeneration:null,auras:[{id:"119bef2a-471a-46f9-ad22-74530e7a5d75",name:"Aversion ",keywords:"",details:"(Psychic) aura 5; enemies ending their turn in the aura take 10 psychic damages, and allies in the aura gain a +2 bonus to all defenses."}],powers:[{id:"64a4bbcf-e1a4-4cbf-833b-a28427a13911",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d4 + 6 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d4 + 6 damage",category:1},{id:"fc0c1b8d-ad6c-4411-a915-18e01bf18d3f",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:35,defence:0},description:"",details:"1d10 + 1 damage, and the target is immobilized and takes ongoing 10 poison damage (save ends both).",damage:"1d10 + 1 damage",category:1},{id:"1b22b203-0775-4454-be41-101e04d4a63e",name:"Grasping Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:2},description:"",details:"the target is pulled 1 square and grabbed (until escape). While grabbed, the target is immobilized. Seghulerkak can only grab one creature at a time.",damage:"the target is pulled 1 square and grabbed (until escape)",category:3},{id:"6b3ca82b-5f72-4a21-b531-9c752e6eb6ed",name:"Soothing Words",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:33,defence:3},description:"",details:"the target must be able to hear Seghulerkak; the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:1}],damageModifiers:[],resist:"poison 20",vulnerable:"",immune:"",tactics:""},{id:"fbe4178c-eabc-4cc6-a18d-db0a16cb85bc",name:"Skindancer",details:"",size:3,origin:4,type:2,keywords:"",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"8",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:27},dexterity:{score:17},intelligence:{score:9},wisdom:{score:16},charisma:{score:6},hp:1,initiative:17,ac:40,fortitude:38,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"3dc128c4-22ce-4251-bfda-a4b0ee72a883",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 13 damage, and the target is knocked prone.",damage:"13 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9c6fdcf-594e-4b25-8f9a-500e109d1d36",name:"Skyshadow",details:"",size:3,origin:3,type:0,keywords:"mount",level:30,role:{type:2,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"6, fly 10 (hover), overland flight 12",alignment:"Evil",languages:"Abyssal, Common",skills:"Endurance +29, Intimidate +25",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:28},intelligence:{score:6},wisdom:{score:22},charisma:{score:20},hp:338,initiative:24,ac:42,fortitude:43,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"44872c12-c258-439a-8c38-5d17db4db8d5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"1e68cea9-e98a-4a2c-90bd-d6391e3d6d32",name:"Savage Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 4d8+10 damage, and the target is pushed 3 squares and knocked prone.",damage:"4d8+10 damage",category:1},{id:"ddf157e7-a82f-49ef-a4c6-2125319be76d",name:"Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Skyshadow makes a melee basic attack against each enemy in the burst.",attack:null,description:"",details:"",damage:"",category:1},{id:"6e18ae7a-283b-465b-a8d7-5cd3dd619617",name:"Skyshadow’s Brutality",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 30th level or higher",range:"When Skyshadow’s rider hits with a melee weapon attack, it can choose to push the target 2 squares and knock it prone as part of that attack",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"abd1f794-9237-48c8-b564-f2debb11fb2d",name:"Soelma Nilaenish",details:"",size:2,origin:4,type:2,keywords:"elf",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +23, History +23",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:23},wisdom:{score:15},charisma:{score:16},hp:165,initiative:17,ac:36,fortitude:33,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"b27a3d06-04d8-487e-8237-cad60ec361e6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d4 + 10 damage.",damage:"2d4 + 10 damage",category:1},{id:"0027bd26-d6f4-446f-91d1-ff141bdf82e2",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"",attack:{bonus:6,defence:0},description:"",details:"4d4 + 10 damage.",damage:"4d4 + 10 damage",category:1},{id:"75941a18-5249-4e50-8d49-ded0987426fe",name:"Disintegrate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d10 + 10 damage, and ongoing 10 damage (save ends). If the target saves, it takes ongoing 5 damage (save ends). Miss: 2d10 + 10 damage, and ongoing 5 damage (save ends).",damage:"2d10 + 10 damage",category:1},{id:"58b9d435-f905-42d5-87d7-0f4ac2433f03",name:"Acid Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Implement",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Burst 4 within 10 squares; 3d6 + 10 acid damage. The cloud blocks line of sight, providing total concealment to creatures inside it. Any creature that enters the cloud or starts its turn there takes 10 acid damage. The cloud lasts until the end of Soelma’s next turn, or she can dismiss it as a minor action.",damage:"3d6 + 10 acid damage",category:1},{id:"95914ace-ba2c-49b7-8892-c6842a0170f6",name:"Combust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Burst 2 within 20 squares; 3d6 + 10 fire damage.",damage:"3d6 + 10 fire damage",category:1},{id:"7c1dea0f-5b86-4893-b72d-b57636322807",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Soelma rerolls an attack roll. She uses the second roll, even if it’s lower.",damage:"",category:4},{id:"f57f973a-b56d-4c09-a604-9c9ee48002ae",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Soelma ignores difficult terrain when she shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"55312f1a-582e-4d6c-afbe-67fc29d4fc4d",name:"Terrifying Iron Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:30,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:17},intelligence:{score:3},wisdom:{score:13},charisma:{score:3},hp:552,initiative:21,ac:46,fortitude:46,reflex:40,will:38,regeneration:null,auras:[{id:"02f7a9dd-37bf-4748-9d5e-b47ce3df7554",name:"Noxious Fumes",keywords:"",details:"(Poison) aura 2; while the iron golem is bloodied, each creature that enters the aura or starts its turn there takes 10 poison damage."}],powers:[{id:"652758f5-d05e-4c77-b10f-9b9e2049de90",name:"Iron Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 3d10 + 7 damage, and the target is marked (save ends).",damage:"3d10 + 7 damage",category:1},{id:"512d029f-5b30-4e45-8a3e-9636451b81fc",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron golem makes two iron blade attacks, each against a different target.",damage:"",category:1},{id:"01402f2a-3c6a-4f75-a7de-2406a204e88b",name:"Dazing Fist",action:{action:5,trigger:"when a creature marked by the iron golem and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:1},description:"",details:"Reach 2; targets the triggering creature; the target is dazed (save ends).",damage:"Reach 2",category:5},{id:"bb70e5ea-c466-4c01-991c-edf410f314ad",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:35,defence:1},description:"",details:"4d8 + 9 poison damage, and ongoing 10 poison damage (save ends).",damage:"4d8 + 9 poison damage",category:1},{id:"fd2fa094-60b2-4195-853b-5eca62562caa",name:"Toxic Death",action:null,keywords:"Poison",condition:"when first bloodied and again when the iron golem drops to 0 hit points",range:"Close burst 3",attack:{bonus:35,defence:1},description:"",details:"4d8 + 6 poison damage, and ongoing 15 poison damage (save ends).",damage:"4d8 + 6 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"a8bcc5b0-2fff-44c6-b0b0-bc31030c3033",name:"Thrall of Juiblex",details:"",size:2,origin:4,type:2,keywords:"",level:23,role:{type:2,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5 (7 while charging)",alignment:"Evil",languages:"Common",skills:"Athletics +22",equipment:"chainmail; morningstar",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:14},intelligence:{score:12},wisdom:{score:10},charisma:{score:16},hp:264,initiative:13,ac:35,fortitude:36,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"62128450-760a-46b5-93a7-e37fdf799adf",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10 + 11 damage.",damage:"2d10 + 11 damage",category:1},{id:"4b76db8e-6f6a-4a05-b944-410235ddb644",name:"Punishing Strike",action:{action:1,trigger:"requires a morningstar",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"The thrall of Juiblex makes two basic melee attacks. If both hit the same target, that creature is pushed 3 squares and knocked prone.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c50cff1f-9b95-4dba-a2ea-96d5808f4325",name:"Vanessa",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +24, Bluff +16, Stealth +20",equipment:"crossbow; leather armor; longsword",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:24},intelligence:{score:27},wisdom:{score:16},charisma:{score:17},hp:167,initiative:18,ac:35,fortitude:35,reflex:36,will:32,regeneration:null,auras:[],powers:[{id:"46e5261a-d967-46f3-ace5-f912e544d4a2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"2d8 + 3 damage.",damage:"2d8 + 3 damage",category:1},{id:"0780a547-7717-44b1-9a33-98966e488a65",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:30,defence:0},description:"",details:"4d4 + 9 damage.",damage:"4d4 + 9 damage",category:1},{id:"f0fbd5a5-8c15-4b28-8809-a21e8efcc6d3",name:"Prismatic Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Implement",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"3d12 + 9 damage, and the target is pushed 4 squares and knocked prone.",damage:"3d12 + 9 damage",category:1},{id:"1f737f56-c254-4e36-81f4-dead60dacbb6",name:"Acid Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Acid, Implement",condition:"",range:"Area burst 2 within 20 squares",attack:{bonus:28,defence:1},description:"",details:"3d10 + 8 acid damage.",damage:"3d10 + 8 acid damage",category:1},{id:"e6fb9c22-e711-41c9-9b2f-2769c6268cef",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vanessa gains a +1 racial bonus to hit against bloodied foes.",damage:"Vanessa gains a +1 racial bonus to hit against bloodied foes",category:0},{id:"7b8658fb-7d1f-46c4-ba19-6976f8c95630",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vanessa channels her fury to gain a +1 power bonus to her next attack that has hit her since her last turn. If she hits, she deals an extra 3 damage.",damage:"she deals an extra 3 damage",category:3}],damageModifiers:[],resist:"fire 16",vulnerable:"",immune:"",tactics:""},{id:"4ec6e1d1-6e37-484d-8cfc-e28b33ea2a3b",name:"Vanguard Assassin",details:"",size:2,origin:4,type:2,keywords:"reptile; yuan-ti",level:28,role:{type:6,flag:0,leader:!1},senses:"Perception +17",movement:"7 (9); see also slither away",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"arrow; falchion; leather armor; longbow",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:30},intelligence:{score:18},wisdom:{score:16},charisma:{score:14},hp:254,initiative:26,ac:42,fortitude:39,reflex:41,will:35,regeneration:null,auras:[],powers:[{id:"526558ad-8916-433c-b015-e18e766decec",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d4 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d4 + 7 damage",category:1},{id:"0c9d3402-3da3-455f-8dbb-dbcc044a82e3",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:33,defence:0},description:"",details:"1d10 + 10 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 10 damage",category:1},{id:"1abd3393-7260-4402-ac5c-b2c95050ad52",name:"Sudden Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"The vanguard assassin can move up to 7 squares and attack; 4d4 + 7 damage, and the target is dazed (save ends).",damage:"4d4 + 7 damage",category:1},{id:"129dd719-116e-42d9-a7db-dea9f8f9d022",name:"Viper Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Weapon",condition:"",range:"",attack:{bonus:31,defence:3},description:"",details:"6d4 + 7 damage, and the vanguard assassin becomes invisible and can shift 2 squares. The vanguard assassin remains invisible until the start of its next turn. Miss: The target takes half damage, and the vanguard assassin shifts 1 square, but does not turn invisible.",damage:"6d4 + 7 damage",category:1},{id:"26185c84-e441-44a2-83e4-9fef759fc079",name:"Slither Away",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the vanguard assassin gains +2 speed and a +2 bonus to all defenses.",damage:"the vanguard assassin gains +2 speed and a +2 bonus to all defenses",category:0}],damageModifiers:[],resist:"poison 20",vulnerable:"",immune:"",tactics:""},{id:"ac5c82c5-11c3-4d95-9fef-fded200733d7",name:"Viper Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:29,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6, climb 4, swim 4",alignment:"Unaligned",languages:"",skills:"Stealth +29",equipment:"",category:"",strength:{score:26},constitution:{score:27},dexterity:{score:30},intelligence:{score:3},wisdom:{score:12},charisma:{score:14},hp:1,initiative:24,ac:57,fortitude:53,reflex:54,will:47,regeneration:null,auras:[{id:"aa5a54ec-76ce-42e3-9048-ac584148a13a",name:"Swarm Attack",keywords:"",details:"(Poison) aura 1; each enemy that starts its turn within the aura takes 7 poison damage."}],powers:[{id:"e4f00270-a0cc-4bf1-bfcd-7aa84838a5c4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"14 poison damage.",damage:"14 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a6ddc07-d001-4357-8617-a42b0fe5143c",name:"Waterveiled Assassin",details:"",size:3,origin:1,type:0,keywords:"",level:29,role:{type:4,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6, burrow 6",alignment:"Evil",languages:"Common, Primordial",skills:"Stealth +28",equipment:"",category:"",strength:{score:30},constitution:{score:21},dexterity:{score:28},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:201,initiative:27,ac:43,fortitude:42,reflex:41,will:36,regeneration:null,auras:[],powers:[{id:"008f0c36-d944-4a2d-81d1-6a6f873aeb84",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 2; 3d8 + 10 damage.",damage:"3d8 + 10 damage",category:1},{id:"33af4d0d-8d68-4743-bd36-fbc1039ab396",name:"Watery Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"The waterveiled assassin attacks one or two Medium or smaller targets; Reach 2; On a hit, the target is grabbed and pulled up to 3 squares and into the waterveiled assassin’s space; the target takes ongoing 15 damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the waterveiled assassin. The waterveiled assassin moves at half speed while creatures are engulfed within it.",damage:"the target takes ongoing 15 damage until it escapes the grab",category:1},{id:"33693bef-abf7-411d-b8be-547081f12bad",name:"Sudden Deluge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 2; 5d12 + 9 damage, and the target is pushed 4 squares and dazed (save ends).",damage:"5d12 + 9 damage",category:1},{id:"aa0bfe35-4f9e-40a0-94ca-5e2bc1f226fa",name:"Liquid Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A waterveiled assassin has complete control over its watery form. It can flow through small cracks and move through earth, walls, and other obstacles. It ignores difficult terrain and can burrow in this manner.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cd69ab90-325f-433a-968d-0bf599d6ce02",name:"Whelp of Zargon",details:"",size:2,origin:4,type:1,keywords:"blind, ooze",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +10; tremorsense",movement:"6, swim 6",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:28},dexterity:{score:10},intelligence:{score:6},wisdom:{score:6},charisma:{score:6},hp:258,initiative:11,ac:34,fortitude:36,reflex:27,will:26,regeneration:null,auras:[{id:"10997a63-f0c7-4f55-9705-aff2b76acfa5",name:"Horrific Visage",keywords:"",details:"(Psychic) aura 1; enemies that end their turn within the aura are weakened until the end of their next turn."}],powers:[{id:"e3d014c2-701c-4ba0-b405-0f8c2d83b09c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d6 + 9 damage, and ongoing 10 acid damage.",damage:"2d6 + 9 damage",category:1},{id:"c15803ca-056d-4d20-97fe-d5a53fdf06bb",name:"Noxious Slime",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10 + 10 damage, and the target is grabbed (until escape). The whelp can only have two creatures grabbed at a time. Sustain Minor: Sustain the grab, and the target takes 2d10 + 10 acid damage.",damage:"2d10 + 10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"acid",tactics:""},{id:"3d3cb1f1-15a0-4ab5-901a-575f40a56922",name:"Whitespawn Berserker",details:"",size:2,origin:4,type:2,keywords:"reptile",level:23,role:{type:2,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Endurance +23, Intimidate +18",equipment:"spiked chain",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:15},hp:264,initiative:15,ac:35,fortitude:37,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"a3233220-f5b4-452e-8fd7-fdd11ac3ba14",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 2d4 + 9 damage.",damage:"2d4 + 9 damage",category:1},{id:"c79c8dff-b888-4e74-b76c-05d7cc976378",name:"Raging Blow",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Reach 2; 8d4 + 9 damage, and the target is knocked prone and immobilized (save ends).",damage:"8d4 + 9 damage",category:5},{id:"8a3dadb5-93ba-49b1-9b00-839975627b96",name:"Reaving Strike",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 10d4 +9 damage, and the target is pushed 1 square.",damage:"10d4 +9 damage",category:5},{id:"92563958-c4ec-46cf-8f70-3a19d4cca6f8",name:"Swift Step",action:{action:4,trigger:"when an adjacent enemy moves away from the whitespawn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The whitespawn shifts into the vacated square and the triggering enemy grants the whitespan combat advantage until the end of the whitespawn’s next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ab4af2c-b86e-498d-90db-e5d0b89d87bb",name:"Zargon",details:"",size:4,origin:3,type:1,keywords:"",level:25,role:{type:6,flag:1,leader:!1},senses:"Perception +27; darkvision",movement:"8, swim 6",alignment:"Evil",languages:"Common, Primordial",skills:"Intimidate +28",equipment:"",category:"",strength:{score:32},constitution:{score:30},dexterity:{score:18},intelligence:{score:25},wisdom:{score:28},charisma:{score:32},hp:476,initiative:18,ac:41,fortitude:39,reflex:35,will:37,regeneration:{value:15,details:"(if Zargon takes radiant damage, regeneration does not function until the end of his next turn)."},auras:[],powers:[{id:"807dfd31-1a8f-4d51-a752-46e5a06ab46a",name:"Tentacle Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d8 + 11 damage.",damage:"3d8 + 11 damage",category:1},{id:"8cfed5b5-ab21-4072-a129-02307d38435c",name:"Grab and Crush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d8 + 11 damage, and the target is grabbed. Sustain minor: Zargon sustains the grab and the target takes 2d8 + 11 damage. Zargon’s moves normally while grabbing a creature. Zargon can have up to two creatures grabbed at a time.",damage:"3d8 + 11 damage",category:1},{id:"ee18154b-24f3-4ab3-a9a1-47f5e6fe32b7",name:"Writhing Mass",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:32,defence:0},description:"",details:"targets enemies only; 3d8 + 11 damage, and the target is pulled 2 squares.",damage:"3d8 + 11 damage",category:1}],damageModifiers:[],resist:"cold 20, fire 20",vulnerable:"",immune:"acid",tactics:""},{id:"90e692fb-ebef-478c-8a24-92c965d55dbd",name:"Zuvexus",details:"",size:3,origin:1,type:2,keywords:"demon, marilith ",level:30,role:{type:6,flag:1,leader:!1},senses:"Perception +26; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +27, Insight +26, Intimidate +27, Stealth +29",equipment:"scimitar",category:"",strength:{score:31},constitution:{score:23},dexterity:{score:29},intelligence:{score:17},wisdom:{score:22},charisma:{score:25},hp:542,initiative:26,ac:44,fortitude:42,reflex:41,will:39,regeneration:null,auras:[],powers:[{id:"e16816c7-9753-45e3-b40d-b14e0372fa8e",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d12 + 10 damage (crit 6d12 + 34).",damage:"2d12 + 10 damage (crit 6d12 + 34)",category:1},{id:"767a2e74-90cf-4fd7-865b-7b77801417dc",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemy misses zuvexus with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Zuvexus makes a scimitar attack against the enemy; .",damage:"",category:5},{id:"3256962e-24e7-42e8-8687-9db968c849f7",name:"Shroud of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Zuvexus makes two scimitar attacks and uses its other scimitars to parry incoming attacks, gaining a +4 bonus (+1 per scimitar) to AC until the start of its next turn; .",damage:"gaining a +4 bonus (+1 per scimitar) to AC until the start of its next turn",category:1},{id:"f84c5242-7cb2-493a-a7ab-b96c5eb8aecf",name:"Weapon Dance",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Zuvexus makes six scimitar attacks. Each time she hits, she shifts one square; .",damage:"",category:5}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"03e7ab7d-a011-4675-9a5e-72366c9cd771",name:"Al-Iborak Warrior",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +16",movement:"5, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +23, History +22, Intimidate +26",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:20},intelligence:{score:15},wisdom:{score:17},charisma:{score:22},hp:1,initiative:20,ac:42,fortitude:42,reflex:40,will:41,regeneration:null,auras:[],powers:[{id:"9f2417d9-5369-4cd8-bfe9-bf4a35b4d0be",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"10 damage, and the target is marked until the end of the Al-Iborak warrior’s next turn.",damage:"10 damage",category:1},{id:"950f2e03-1660-4888-b4f2-da5a2dce196a",name:"Al-Iborak’s Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Al-lborak guard does 2 extra damage while attacking a marked creature.",damage:"the al-lborak guard does 2 extra damage while attacking a marked creature",category:0}],damageModifiers:[{type:1,value:-30},{type:2,value:-30},{type:3,value:-30},{type:5,value:-30},{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0557dc52-d553-4e9c-8875-d3b938e9e36f",name:"Bloodfiend Locust Swarm",details:"",size:2,origin:3,type:1,keywords:"",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"4, fly 6",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:27},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:204,initiative:21,ac:36,fortitude:34,reflex:35,will:30,regeneration:null,auras:[{id:"fae928b1-9023-4dc5-8033-1c222ab4431f",name:"Swarm Attack",keywords:"",details:"aura 1; the bloodfiend locust swarm makes a basic attack as a free action against each enemy that begins its turn within the aura."}],powers:[{id:"383c08ad-6a00-449a-878d-5578ebbf51d1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"4d6 + 7 damage.",damage:"4d6 + 7 damage",category:1},{id:"7f774f25-d87a-4225-8884-43c7529b8f9e",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"4d6 + 7 damage, and ongoing 10 damage (save ends).",damage:"4d6 + 7 damage",category:1},{id:"47b468c4-c874-42de-89c4-71484c376a25",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"The bloodfiend locust swarm flies 6 squares and makes one melee basic attack at any point during its movement. This movement does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks.",immune:"",tactics:""},{id:"29a57f46-b2ea-43a8-a5b2-abe6f0f09883",name:"Calais Archwinter",details:"",size:2,origin:2,type:2,keywords:"drow",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Diplomacy +15, Religion +11",equipment:"chainmail; holy symbol; mace",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:19},charisma:{score:18},hp:250,initiative:8,ac:26,fortitude:24,reflex:25,will:29,regeneration:null,auras:[],powers:[{id:"f41b5242-a48c-47d4-a1f6-f9b362e7a91d",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"52c352ab-d065-4424-991d-bf5cc54d1b15",name:"Lolth’s Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 5",attack:{bonus:15,defence:1},description:"",details:"1d8+9 poison damage and one ally Calais can see gains a +2 power bonus to attack rolls against the target until the end of her next turn.",damage:"1d8+9 poison damage and one ally calais can see gains a +2 power bonus to attack rolls against the target until the end of her next turn",category:1},{id:"4e962a0d-5c4f-4d01-9f73-232e8aa34884",name:"Dread Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"Calais slides the target 5 squares and the target makes a basic attack against a target of Calais’s choice.",damage:"Calais slides the target 5 squares and the target makes a basic attack against a target of Calais’s choice",category:3},{id:"08647e45-c049-4093-b769-f5d371e99677",name:"Lolth’s Doom",action:{action:1,trigger:"recharges when bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"3d8+4 damage and the target takes a –2 penalty to all defenses (save ends).",damage:"3d8+4 damage and the target takes a –2 penalty to all defenses (save ends)",category:5},{id:"7cf3fc33-1c07-4c77-8d05-08556dbdd492",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of Calais’s next turn. The zone blocks line of sight for all creatures except Calais. Any creature (except Calais) within the area is blinded.",damage:"",category:3},{id:"a8bd4fcc-765c-45c4-8c7f-f72db3570aeb",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"until the end of Calais’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9fbd99ec-63e8-4673-be28-b1f9de27858a",name:"Captain Gnash",details:"",size:2,origin:4,type:2,keywords:"bugbear",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +12, Stealth +15",equipment:"hide armor; rapier",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:11},wisdom:{score:16},charisma:{score:12},hp:236,initiative:8,ac:23,fortitude:22,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"18051786-e0a6-460d-8127-e88d514c047b",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"5517a9fa-c596-47b3-b877-7854b6a6bf49",name:"Debilitating Strike",action:{action:1,trigger:"requires combat advantage against the target; usable only while wielding a rapier",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"3d10+6 damage, and the target is dazed (save ends both).",damage:"3d10+6 damage",category:5},{id:"8649d9c7-020c-4400-811d-afaa628bb42b",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Gnash makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"159972c2-b92c-48ee-8612-77706a3411a3",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gnash deals 1d6 extra damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"gnash deals 1d6 extra damage on the next attack it makes with combat advantage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"843a364a-ddb4-4a04-aadc-fc61f08575ba",name:"Corrupted Commander",details:"",size:2,origin:0,type:2,keywords:"human",level:9,role:{type:7,flag:0,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Endurance +12, Intimidate +9",equipment:"battleaxe; longbow; scale armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:19},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:96,initiative:10,ac:25,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"ab1bf64d-0439-46ed-8d72-7f25cae7b0f9",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:16,defence:0},description:"",details:"1d10 + 5 damage, and the target is marked until the end of its next turn.",damage:"1d10 + 5 damage",category:1},{id:"56a768d7-f655-479d-85e9-ed846c882e55",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:16,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"a11f8b83-c410-4cd8-83dd-d2f616fd00c6",name:"Sickening Blow",action:{action:1,trigger:"usable only while wielding a battleaxe",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d10 + 6 necrotic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d10 + 6 necrotic damage",category:5},{id:"9702911e-b840-448d-b2f3-187edd92a4b1",name:"Commanding Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Healing",condition:"",range:"",attack:null,description:"",details:"All allies within line of sight can make a basic attack as a free action and regain 10 hit points.",damage:"All allies within line of sight can make a basic attack as a free action and regain 10 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"201169d9-7166-423f-a325-c9ba6964716c",name:"Corrupted Warrior",details:"",size:2,origin:0,type:2,keywords:"human",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"",skills:"Endurance +10, Intimidate +7",equipment:"arrows (30); chainmail; longbow; longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:63,initiative:7,ac:20,fortitude:19,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"29d198ad-3988-416f-ae4a-19981e01be11",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"ba7ef026-0461-4b73-bbc3-285be7ed619c",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:15,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"9ab02731-9578-45ca-be0b-f08e540043f6",name:"Corruption Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10 + 4 damage, and the target is weakened until the end of its next turn.",damage:"1d10 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"303cbdfc-bb6c-4fdb-97f5-11f4fd843f8a",name:"Draen Ralgael",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +12, Stealth +15, Streetwise +12, Thievery +15",equipment:"short sword",category:"",strength:{score:13},constitution:{score:19},dexterity:{score:21},intelligence:{score:13},wisdom:{score:15},charisma:{score:14},hp:91,initiative:11,ac:24,fortitude:22,reflex:23,will:21,regeneration:{value:5,details:"if Draen takes damage from a silver weapon, his regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"6db7b7ba-091c-4478-ab9c-151dc8c751f9",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"cf435501-5f0e-40d4-95b6-724924cc8e8f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+2 damage, and the target takes ongoing 5 damage (save ends) and contracts filth fever.",damage:"1d8+2 damage",category:1},{id:"1e7ef35e-0c3b-4b91-bfbe-fb072674aad3",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Draen can alter his physical form to appear as a dire rat or a unique human (see Change Shape, Monster Manual 280). He loses his bite in human form",damage:"",category:3},{id:"2211a16e-89c7-4a25-950f-9f195d4a1537",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Draen deals 2d6 extra damage on melee attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0013962c-e86f-469d-ab80-d2f4eb20e19f",name:"Dwarreg",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Dungeoneering +16, Endurance +15",equipment:"chainmail; warhammer",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:10},intelligence:{score:16},wisdom:{score:18},charisma:{score:10},hp:208,initiative:5,ac:26,fortitude:24,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"d43fc037-a391-40b6-ae97-3a728175f2da",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10 +5 damage.",damage:"1d10 +5 damage",category:1},{id:"6e60faa0-d956-4d86-ab0c-be16f6d00d2f",name:"Knockout",action:{action:1,trigger:"usable while wielding a warhammer",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d10+ 10 and the target is dazed (save ends).",damage:"2d10+ 10 and the target is dazed (save ends)",category:5},{id:"bca248cb-a383-4871-80c9-c25e8cfdf228",name:"Sticky Concoction",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"target is immobilized and grants combat advantage to any enemy (save ends both).",damage:"",category:3},{id:"3dd4825e-b1ae-45e7-bb76-490a5604d56e",name:"Stand Your Ground",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a Dwarreg to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock Dwarreg prone, Dwarreg can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:1},{id:"2746ef8b-4f59-49e9-b9c3-a419e1e0306a",name:"Sudden Daze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"when first bloodied",range:"",attack:null,description:"",details:"Dwarreg’s knockout power recharges and he can use it immediately.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78715ac2-4210-4b2a-a923-70cb6c278eb6",name:"Edgar Tolstoff",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +12, History +12",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:12},intelligence:{score:14},wisdom:{score:11},charisma:{score:20},hp:113,initiative:8,ac:23,fortitude:25,reflex:25,will:28,regeneration:null,auras:[],powers:[{id:"bcd1a4b7-f61e-482a-8f9a-00e5479e127f",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:15,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"e6e41451-f762-4245-b529-f0ce9ed3c7ec",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d10 + 8 damage.",damage:"1d10 + 8 damage",category:1},{id:"c7d5d0d6-4945-4bd0-8b1c-79b0c43958a7",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Radiant",condition:"",range:"Ranged 10",attack:{bonus:14,defence:1},description:"",details:"1d6 + 8 damage. If the target moves nearer to Edgar on its next turn, it takes 1d6 + 8 extra damage.",damage:"1d6 + 8 damage",category:1},{id:"24807bd5-4bb5-4f83-956f-e3caaeb9e6be",name:"Fearful Connection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:3},description:"",details:"2d8 + 8 8 psychic damage, and when Edgar takes damage the target takes 10 psychic damage (save ends).",damage:"2d8 + 8 8 psychic damage",category:1},{id:"93fc6797-be18-4c04-a9b5-ac9283b78e15",name:"Corruption Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets closest enemy; automatically hits; until the end of the encounter, if Edgar hits the target with his eldritch blast, dire radiance, or fearful connection, the target takes 1d8 extra necrotic damage.",damage:"the target takes 1d8 extra necrotic damage",category:3},{id:"24475b63-c7fb-42c3-89de-2b4ebc09a0a4",name:"Far Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Edgar teleports 6 squares. Any enemy adjacent to him before or after the teleportation move grants combat advantage to him until the end of his next turn.",damage:"Edgar teleports 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eaf324a3-5d05-49f4-abfc-fb02f5d44ae3",name:"Emmara Ishandrenn",details:"",size:2,origin:4,type:2,keywords:"human",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"Bluff +18, Intimidate +18",equipment:"falchion; leather armor",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:11},intelligence:{score:14},wisdom:{score:12},charisma:{score:20},hp:324,initiative:10,ac:29,fortitude:29,reflex:30,will:33,regeneration:null,auras:[],powers:[{id:"ad9c6be9-61ee-41b1-8e7f-21bbe5f95637",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+3 damage.",damage:"2d4+3 damage",category:1},{id:"b57dc194-0caa-4ca8-938d-79cd2ba35a54",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:0},description:"",details:"1d10+10 damage.",damage:"1d10+10 damage",category:1},{id:"296eb4b0-4d9c-415a-85c5-53ae4d5ba1d7",name:"Harrowstone",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"4d8+4 thunder damage, and push the target 3 squares and knock it prone.",damage:"4d8+4 thunder damage",category:5},{id:"3423bdac-e25d-4d16-a61b-b9db70efb935",name:"Thirsting Maw",action:{action:1,trigger:"daily; sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 5",attack:{bonus:19,defence:1},description:"",details:"4d8+5 damage, and Emmara regains hit points equal to half the damage dealt. Sustain Minor: The target takes 2d8 damage (save ends). Each time the target takes damage, Emmara regains hit points equal to half the damage.",damage:"4d8+5 damage",category:5},{id:"380b558b-4c44-4b83-af2e-592bd46926f9",name:"Warlock’s Bargain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:19,defence:1},description:"",details:"Emmara takes 15 damage, and the target takes 3d10 + 12 damage.",damage:"emmara takes 15 damage",category:1},{id:"3c277dc8-486e-457e-9f0b-84d9c90214ec",name:"Warlock’s Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets closest enemy; no attack roll necessary; Emmara deals 2d6 extra damage to any creature she has cursed.",damage:"emmara deals 2d6 extra damage to any creature she has cursed",category:3},{id:"f4a0659b-bfdd-4876-86dd-48843e29fa9f",name:"Cloak of Shadows",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Emmara flies 8 squares. Until the end of her next turn, Emmara is insubstantial and cannot affect, attack, or use powers on creatures or objects",damage:"Emmara flies 8 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"52c6c138-0ebd-42f6-99ac-7fdf008e0aec",name:"Farror",details:"",size:2,origin:3,type:2,keywords:"devil, shapechanger",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +19, Diplomacy +19, Insight +17",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:140,initiative:13,ac:29,fortitude:25,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"6476d3b0-e770-4923-8ec2-2143fb8f2126",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"4134d3d5-4622-4cde-952f-dcb85b3db86c",name:"Charming Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target cannot attack Farror, and if the target is adjacent to Farror when Farror is attacked by a melee or ranged attack, the target interposes itself and becomes the target of the attack instead. The effects last until Farror or one of his allies attacks the target or until Farror dies.",attack:{bonus:20,defence:0},description:"",details:"on a hit, Farror makes a secondary attack against the same target. Secondary Attack: +18 vs. Will",damage:"+18 vs",category:1},{id:"3266c329-f463-46b5-9672-a6db27828065",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"the target is dominated until the end of Farror’s next turn.",damage:"",category:1},{id:"9e881372-a0b6-482e-9934-c183f99147b0",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Farror can alter his physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9b67f13-223b-4605-889c-52c07d219994",name:"Fire Giant Guard",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"7",alignment:"Evil",languages:"Giant",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:11},intelligence:{score:10},wisdom:{score:10},charisma:{score:11},hp:1,initiative:11,ac:34,fortitude:34,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"22ae62a5-d829-4e71-a9b6-d0f9f95b4238",name:"Searing Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 7 damage plus 5 fire damage.",damage:"7 damage plus 5 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cc00b324-d2dc-49b8-8c07-fbee7aafc487",name:"Gurn Sirensong",details:"",size:1,origin:2,type:2,keywords:"gnome",level:9,role:{type:0,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +16, Stealth +14",equipment:"dagger; implement, wand",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:16},intelligence:{score:20},wisdom:{score:14},charisma:{score:17},hp:150,initiative:7,ac:22,fortitude:20,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"b95f99d6-27aa-4464-af54-7cdcba9391ed",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"ef3f0f5d-1bf8-4d2f-9d42-5152bb8af8a1",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:16,defence:0},description:"",details:"2d4+5 damage.",damage:"2d4+5 damage",category:1},{id:"0f54bda9-39ff-4dd1-8a47-c7e799709940",name:"Missile Barrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"Gurn makes two magic missile attacks against 2 different targets.",damage:"Gurn makes two magic missile attacks against 2 different targets",category:1},{id:"3b42925f-09c0-45ca-ac36-253d764024e2",name:"Startling Glamor",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Illusion",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"e3984e9d-27a2-409a-aa86-5db8ee026141",name:"Fiery Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area Burst 3 within 20",attack:{bonus:14,defence:2},description:"",details:"(targets enemies only)3d8+ 5 damage. Miss: Half damage.",damage:"(targets enemies only)3d8+ 5 damage",category:1},{id:"66382e7c-e26f-4ad3-817e-34661cec457b",name:"Fade Away",action:{action:4,trigger:"when gurn takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Gurn turns invisible until he attacks or until the end of his next turn.",damage:"",category:5},{id:"d6402014-93ac-4f16-93da-5dcee3e15e65",name:"Reactive Stealth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Gurn has cover or concealment when he makes an initiative check, he can make a Stealth check to become hidden.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"002eaedc-ca2c-430b-b40e-2be8e5a15f3a",name:"Helthra Morlydd",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +14",equipment:"greataxe; javelin; plate armor",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:11},intelligence:{score:10},wisdom:{score:10},charisma:{score:11},hp:174,initiative:11,ac:34,fortitude:30,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"82916bde-a87f-459a-ac42-362710fe3115",name:"Searing Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d6 + 6 damage plus 2d8 fire damage, and the target is marked until the end of Helthra’s next turn.",damage:"2d6 + 6 damage plus 2d8 fire damage",category:1},{id:"435d095f-f188-46f3-9ff6-23a04ed05437",name:"Iron Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"1d10 + 6 damage, and the target is slowed until the end of Helthra’s next turn.",damage:"1d10 + 6 damage",category:1},{id:"9a2887ef-705d-4fd4-8d7a-c9c501fb87ee",name:"Sweeping Sword",action:{action:1,trigger:"usable only while wielding a greataxe",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Close blast 2",attack:{bonus:21,defence:0},description:"",details:"1d12 + 6 damage plus 2d8 fire damage, and the target is marked until the end of Helthra’s next turn.",damage:"1d12 + 6 damage plus 2d8 fire damage",category:5},{id:"ce99cf10-7144-47c0-9b1d-6db2666182df",name:"Body of Flame",action:null,keywords:"Fire",condition:"",range:"Any creature that hits Helthra with a melee attack takes 11 fire damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"586501b2-90d9-449c-a131-25f1f0d8d2f4",name:"Hullathoin",details:"",size:4,origin:3,type:1,keywords:"undead",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:508,initiative:13,ac:34,fortitude:35,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"631a26ee-48e9-497b-a2d9-c3cb1ef3fe12",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 4d6 + 8 damage.",damage:"4d6 + 8 damage",category:1},{id:"efd2a465-9615-4b84-a65e-c6a130e440e5",name:"Lumbering Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Use as part of a charge; 4d6 + 8 damage, and knocks the target prone.",damage:"4d6 + 8 damage",category:1},{id:"dc090d5e-445a-46a3-b131-f79f8b4c683a",name:"Crushing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"Reach 3; 4d8 + 8 damage, plus the target is grabbed.",damage:"4d8 + 8 damage",category:1},{id:"2f2a01d8-823a-48ff-b3b6-f0d59a6c4db7",name:"Ring of Pus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:23,defence:1},description:"",details:"2d8 + 8 necrotic damage, and the target is weakened (save ends).",damage:"2d8 + 8 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e2ec5621-8d57-43c0-beaf-83ea80e3968a",name:"Iliss Githom-Vaas",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki lich",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"5 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +15, Insight +18",equipment:"greatsword; plate armor",category:"",strength:{score:28},constitution:{score:17},dexterity:{score:20},intelligence:{score:15},wisdom:{score:15},charisma:{score:16},hp:450,initiative:21,ac:43,fortitude:42,reflex:34,will:38,regeneration:{value:10,details:"if Illiss takes radiant damage, her regeneration power does not function on her next turn"},auras:[],powers:[{id:"4f02e895-fac7-4431-9085-4f4ff317bffc",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"1d10 + 8 damage plus 2d8 psychic damage, plus 3d8 extra psychic damage if the target is immobilized.",damage:"1d10 + 8 damage plus 2d8 psychic damage",category:1},{id:"ec9ff239-dfa0-4e0d-9fc9-191fa52678d5",name:"Telekinetic Grasp",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:30,defence:1},description:"",details:"Medium or smaller target; the target is immobilized (save ends).",damage:"",category:5},{id:"d6bd5eb8-dd3c-4188-ae7d-4773651f9506",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"Illiss or an ally within range can fly 5 squares.",damage:"Illiss or an ally within range can fly 5 squares",category:2},{id:"0432b54e-9adc-44da-b516-3a928f7db209",name:"Whirling Strike",action:{action:1,trigger:"usable only when wielding a greataxe",sustainAction:0,use:0,recharge:""},keywords:"Weapon, Psychic",condition:"",range:"Close burst 1",attack:{bonus:30,defence:0},description:"",details:"1d10+8 damage plus 2d8 psychic damage, plus 3d8 extra psychic damage if the target is immobilized and the target is pushed 2 squares.",damage:"1d10+8 damage plus 2d8 psychic damage",category:5},{id:"b4263378-b4dd-432c-a0b3-ef496d9672d4",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Illiss is reduced to 0 hit points, her body and possessions crumble into dust, but she is not destroyed. She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery, unless the phylactery is also found and destroyed.",damage:"She reappears (along with her possessions) in 1d10 days within 1 square of her phylactery",category:0},{id:"14bd49f1-2cbf-4831-ad9d-16ff3a6192fc",name:"Mindmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Illiss regains the use of an expended encounter power.",damage:"",category:3}],damageModifiers:[{type:6,value:-16}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"7eaf3c1b-480d-43f2-9973-8e4551d5e54f",name:"Jebrix",details:"",size:3,origin:4,type:2,keywords:"minotaur",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +16",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"Dungeoneering +16, Intimidate +16, Nature +18, Religion +14",equipment:"mace",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:17},charisma:{score:16},hp:308,initiative:9,ac:32,fortitude:34,reflex:27,will:31,regeneration:null,auras:[],powers:[{id:"c553dd2e-cf16-487c-a437-b5af1bd3ac57",name:"Great Cursed Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d10+7 damage plus 1d6 necrotic damage.",damage:"1d10+7 damage plus 1d6 necrotic damage",category:1},{id:"b1765da6-df33-4f30-ae05-869e9df5e378",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Jebrix makes a charge attack; 2d6+8 damage plus 1d6 necrotic damage, and the target is knocked prone.",damage:"2d6+8 damage plus 1d6 necrotic damage",category:1},{id:"c2b72880-4ab5-4a90-ae67-1d69343e87d4",name:"Call Out the Beast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"one bloodied ally in range makes a melee attack against one enemy within its reach.",attack:null,description:"",details:"",damage:"",category:1},{id:"c0e15ea2-3a35-4202-b928-afbaa7b74590",name:"Horns of Force",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:21,defence:0},description:"",details:"1d8+3 force damage, and the target is pushed 2 squares.",damage:"1d8+3 force damage",category:1},{id:"bbf96dfb-c5a0-4db7-b7c3-a14a6bad7504",name:"Blast Back",action:{action:4,trigger:"when jebrix is injured by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:21,defence:0},description:"",details:"1d8+3 force damage, and the target is pushed 2 squares.",damage:"1d8+3 force damage",category:5},{id:"e329dc99-88a7-4179-9e58-cff8bcac05ce",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Jebrix makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c41629a5-2cf2-467b-accd-22174428df0b",name:"Kastya Zurith-Movya",details:"",size:2,origin:4,type:2,keywords:"undead; githyanki lich",level:26,role:{type:0,flag:1,leader:!1},senses:"Perception +26; darkvision",movement:"6 see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +28, History +30",equipment:"longsword",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:24},intelligence:{score:31},wisdom:{score:26},charisma:{score:17},hp:368,initiative:20,ac:40,fortitude:38,reflex:40,will:42,regeneration:{value:10,details:"if Kastya takes radiant damage, his regeneration power does not function on his next turn"},auras:[],powers:[{id:"1f3324ac-6f04-4ea1-9736-f2cc1edcdffd",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d8 + 5 damage plus 2d8 psychic damage.",damage:"1d8 + 5 damage plus 2d8 psychic damage",category:1},{id:"2f394b40-bb59-4ad9-b9b4-66fed46ee02b",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:3},description:"",details:"3d8 + 10 psychic damage.",damage:"3d8 + 10 psychic damage",category:1},{id:"d6bc9ee4-1743-4c08-8de3-35a59daf0bef",name:"Black Ray",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:31,defence:1},description:"",details:"2d8 + 10 necrotic damage.",damage:"2d8 + 10 necrotic damage",category:3},{id:"e0da368f-84ad-48bb-b14f-571f536604cd",name:"Telekinetic Leap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"Kastya or an ally within range can fly 5 squares.",damage:"Kastya or an ally within range can fly 5 squares",category:1},{id:"dd8c1acd-98e2-45da-987c-52da48d66c22",name:"Crush the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:31,defence:3},description:"",details:"4d8 + 10 psychic damage, and the target is pushed 3 squares.",damage:"4d8 + 10 psychic damage",category:1},{id:"fe1b4e87-d79f-490e-b6fe-a88aa683143e",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:31,defence:3},description:"",details:"3d6 + 10 psychic damage, and ongoing 5 psychic damage (save ends), and the target can’t use daily or encounter powers (save ends).",damage:"3d6 + 10 psychic damage",category:1},{id:"87450175-b385-4dd5-a6aa-df41eb26d3a6",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Kastya is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery",category:0},{id:"3ac5395c-67c2-4a91-a724-44e16df0139d",name:"Mindmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kastya regains the use of an expended encounter power or recharges psychic barrage.",damage:"",category:3}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"47a0f0af-e64a-439b-8db8-acc1aa7480bf",name:"Katarin Tolstoff",details:"",size:2,origin:4,type:2,keywords:"human",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"dagger; implement, wand",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:17},intelligence:{score:21},wisdom:{score:16},charisma:{score:14},hp:84,initiative:8,ac:23,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"f6e55330-672d-40b1-9aeb-4e5331d362bc",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"d2d6dddb-2265-4008-a944-d1aa47466749",name:"Corruption Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic ",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"1d8+7 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+7 necrotic damage",category:1},{id:"8b3c6ebd-3b55-43b6-b099-a92ad9242289",name:"Cloud of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force ",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"1 square within 10; 1d6+7 force damage; until the end of Katarin’s next turn, any creature that enters or starts its turn in the spell’s area takes 3 force damage.",damage:"1d6+7 force damage",category:1},{id:"e19de8d6-5e49-434e-8c17-9b3f52fecbff",name:"Death Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"burst 3 within 20; each enemy in the burst takes 2d6 + 7 necrotic damage, and ongoing 5 necrotic (save ends).",damage:"each enemy in the burst takes 2d6 + 7 necrotic damage",category:1},{id:"1ef07882-7726-4ffb-a788-3c02b943b299",name:"Sly Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Katarin shifts 2 squares.",damage:"Katarin shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"097a06cf-c3e6-4d48-98a2-7704141c398f",name:"Kjarlo the Unseen",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +17, History +17",equipment:"dagger",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:22},wisdom:{score:19},charisma:{score:14},hp:121,initiative:9,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"1344fa45-3a56-435f-83e4-4af1489755be",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"f002dbf2-4336-483f-a3ae-9af1f6d41bda",name:"Demonic Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 5",attack:{bonus:16,defence:3},description:"",details:"2d6+2 psychic damage and the target takes a –2 penalty to all defenses (save ends).",damage:"2d6+2 psychic damage and the target takes a –2 penalty to all defenses (save ends)",category:1},{id:"69ca7c14-e5c0-453f-8d41-b79ea1e69e88",name:"Shadows of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"2d8+1 psychic damage the targets are pushed 5 squares and immobilized (save ends).",damage:"2d8+1 psychic damage the targets are pushed 5 squares and immobilized (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1b8145c-c62a-44da-b18e-e916b4570dd6",name:"Pog",details:"",size:1,origin:4,type:2,keywords:"goblin",level:9,role:{type:3,flag:1,leader:!1},senses:"; low-light vision",movement:"6",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:198,initiative:9,ac:25,fortitude:21,reflex:21,will:24,regeneration:null,auras:[],powers:[{id:"2fdb3edb-f474-4587-bc98-d00ca6dce51d",name:"Hexer Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"8c217776-42d5-419e-9892-8527679e932e",name:"Blinding Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d6+7 damage and the target is blinded (save ends).",damage:"2d6+7 damage and the target is blinded (save ends)",category:1},{id:"cba8bc0e-e4fc-4699-8ab4-25d50b907385",name:"Stinging Hex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"the target takes 4d6 + 8 damage if it moves during its turn (save ends).",damage:"the target takes 4d6 + 8 damage if it moves during its turn (save ends)",category:1},{id:"c537e34e-9175-4882-8c0d-2a7c93da289e",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the targeted ally can shift 2 more squares and make an attack.",damage:"the targeted ally can shift 2 more squares and make an attack",category:5},{id:"b03d33d2-b0b7-4d43-b711-8d000305e043",name:"Vexing Cloud",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"(Area burst 3 within 10)automatic hit",attack:null,description:"",details:"any enemy within the zone take a –2 penalty to attack rolls. The zone grants concealment to Pog and his allies. Pog can sustain the zone as a minor action, moving it 5 squares.",damage:"moving it 5 squares",category:5},{id:"8ee55552-5aa6-471d-a59a-be6836799942",name:"Goblin Tactics",action:{action:5,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Pog shifts 1 square.",damage:"Pog shifts 1 square",category:5},{id:"524fdaf9-fcbf-4516-9a05-4ab9206293c1",name:"Lead from the Rear",action:{action:5,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Pog can change the attack’s target to an adjacent ally of 12th level or lower.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"681593e3-9ca0-4455-882f-774f25feadf6",name:"Scyllan",details:"",size:4,origin:4,type:1,keywords:"",level:17,role:{type:7,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"swim 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:20},intelligence:{score:10},wisdom:{score:18},charisma:{score:8},hp:825,initiative:15,ac:35,fortitude:32,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"2ded8420-4fb2-43f0-9169-f03561c4e433",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+7 damage plus the target is grabbed. The scyllan has four tentacles and it can use each to grab an enemy.",damage:"2d8+7 damage plus the target is grabbed",category:1},{id:"89f807a1-b167-4c29-9b5b-84f3117b1a90",name:"Double Tentacle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scyllan makes two tentacle attacks against two different creatures.",damage:"",category:1},{id:"84e69613-0743-4a9a-acbc-ce699c3a7d2c",name:"Crushing Tentacle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"Reach 3; if the scyllan begins its turn grabbing at least one creature, it can make the following attack against each grabbed creature; 2d8+7 damage Miss: Half damage.",damage:"2d8+7 damage miss",category:1},{id:"66108f11-c9da-41d0-bac3-f38c9e024708",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"on a hit the target is swallowed and restrained (no saving throw and takes 10 damage plus 10 acid damage on subsequent rounds at the start of the scyllan’s turn. The swallowed creature can make melee basic attacks only, and only with one-handed or natural weapons. If the scyllan dies, any creature trapped in its gullet can escape as a move action, ending that action in a square formerly occupied by the scyllan.",attack:{bonus:24,defence:1},description:"",details:"The scyllan attempts to swallow a bloodied Medium or smaller creature it is grabbing",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae9a8c5e-ed18-4ab7-a176-1d398fb9d243",name:"Spawn of Kyuss",details:"",size:2,origin:4,type:2,keywords:"undead",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +3",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"Endurance +10, Intimidate +7",equipment:"chainmail",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:8},hp:158,initiative:9,ac:24,fortitude:22,reflex:19,will:22,regeneration:{value:10,details:"if a spawn of Kyuss takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"9746776e-f0c8-4758-bf76-d2aad51b62cf",name:"Fear of Worms",keywords:"",details:"(Fear) Aura 3: any living creature that starts its turn within the aura takes a –2 penalty to attack rolls against spawn of Kyuss, larva undead, wormspawn praetorians, and Kyuss"}],powers:[{id:"979553c0-54ab-4abf-8abd-0b5ea3eccdad",name:"Touch of Kyuss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d6 + 2 damage, and ongoing 10 necrotic damage (save ends). First Failed Saving Throw: The target contracts worms of Kyuss.",damage:"2d6 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8b67860d-d4b0-4e04-bbb4-f03e72be161a",name:"Thaden Felstorm",details:"",size:2,origin:4,type:2,keywords:"human",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +19, Intimidate +16",equipment:"arrow; greatsword; leather armor; longbow",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:20},intelligence:{score:14},wisdom:{score:12},charisma:{score:14},hp:210,initiative:14,ac:30,fortitude:30,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"97974435-27a8-46f1-bfb3-649c238d262e",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"d1d265d5-2108-4f90-804c-9d393dc526f1",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:21,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"e6c00a7a-eb0c-45ee-9f33-122cfc5d2e02",name:"Bleeding Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee 1",attack:{bonus:21,defence:0},description:"",details:"2d10+8 damage, and ongoing 10 damage (save ends).",damage:"2d10+8 damage",category:1},{id:"69a82a27-9370-40ab-a197-464dc7fc6a11",name:"Storm of Blows",action:{action:1,trigger:"usable only while wielding a greatsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Burst 1; 1d10+8 damage, and the target is pushed 2 squares.",damage:"1d10+8 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7414fccf-9e49-462c-8500-746153a2a046",name:"The Thing in the Hold",details:"",size:3,origin:1,type:2,keywords:"demon",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"understands Abyssal",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:8},hp:260,initiative:8,ac:26,fortitude:27,reflex:24,will:21,regeneration:null,auras:[],powers:[{id:"74c52ba2-d5bb-4227-abce-8dd85362aebd",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"1ddec8e4-5381-44d6-8aa9-6985f166e541",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+6 damage and ongoing 5 damage (save ends).",damage:"1d8+6 damage and ongoing 5 damage (save ends)",category:1},{id:"6b487845-eeef-41f4-b7fe-5dae0674118a",name:"Frenzy of Claws and Teeth",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; the Thing in the Hold makes two claws and a bite attack.",damage:"Reach 2",category:5},{id:"2445cc2a-c3be-4087-9aab-fd713bb2b5c3",name:"Stinger",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Reach 2; 2d6+4 poison damage and the target takes ongoing 10 poison damage and is immobilized (save ends both).",damage:"2d6+4 poison damage and the target takes ongoing 10 poison damage and is immobilized (save ends both)",category:3}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"7ed7117e-d7d3-4918-8dd9-da39dd48aa0a",name:"Valbryn Morlydd",details:"",size:3,origin:1,type:2,keywords:"giant",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +14",equipment:"hide armor; mace",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:190,initiative:14,ac:34,fortitude:34,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"0d4a2f27-1473-4b0f-bc06-42f4f537d49b",name:"Smoldering Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 2; 1d10+6 damage plus 1d10 fire damage, and the target is marked by Valbryn until the end of her next turn whether or not the attack hits.",damage:"1d10+6 damage plus 1d10 fire damage",category:1},{id:"d70837ab-dc6f-4944-85fb-9cc6692addf0",name:"Fire Pillar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"3d8+3 fire damage.",damage:"3d8+3 fire damage",category:1},{id:"56fce82b-015d-479d-b278-2e26da95102b",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"2d8+3 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d8+3 fire damage",category:1},{id:"71048f7a-b5f8-4f85-9176-1f269fad0add",name:"Mob Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Valbryn gains a +1 bonus to all defenses for each ally adjacent to her (maximum +4).",damage:"Valbryn gains a +1 bonus to all defenses for each ally adjacent to her (maximum +4)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c96cbd05-b774-4867-b8ce-2e79bf514a10",name:"Warleader Grikfell",details:"",size:2,origin:4,type:2,keywords:"orc",level:9,role:{type:7,flag:1,leader:!0},senses:"Perception +5; low-light vision",movement:"5 (7 while charging)",alignment:"Chaotic evil",languages:"Common, Goblin",skills:"Endurance +14, Intimidate +9",equipment:"greataxe; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:194,initiative:8,ac:27,fortitude:24,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"fe56d6df-3557-4ced-8646-bf3e59c6652d",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d12+5 (1d12+17 on crit) damage, and the target is marked until the end of Grikfell’s next turn.",damage:"1d12+5 (1d12+17 on crit) damage",category:1},{id:"7998ec1a-3610-4a8d-aa1b-cb7094cd0ee1",name:"Opportune Strike",action:{action:4,trigger:"when an ally moves into a flank with grikfell",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Grikfell makes a melee basic attack against the newly flanked enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"768ffcb6-e37f-4773-81d0-80d29bea581f",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d12+5 damage (1d12 +29 on crit) and Girkfell regains 48 hit points.",damage:"2d12+5 damage (1d12 +29 on crit) and girkfell regains 48 hit points",category:1},{id:"cb170c90-547e-4b47-bb11-fddf791161ff",name:"Wild Strike",action:{action:1,trigger:"usuable while wielding a greataxe",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+5 damage (1d12+17 on crit) the target is marked until the end of its next turn, and is pushed 1 square.",damage:"1d12+5 damage (1d12+17 on crit) the target is marked until the end of its next turn",category:5},{id:"1c66424f-bc17-4fc9-9b82-1101f5526c69",name:"Inspiring Shout",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Blast 5; allies within blast make a basic attack as a free action.",damage:"Blast 5",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"57d9c153-1f62-453b-a1b4-5909a9ad5142",name:"Xeg-Yi Deathspitter",details:"",size:2,origin:3,type:1,keywords:"",level:22,role:{type:9,flag:3,leader:!1},senses:"Perception +15; darkvision",movement:"fly 10",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:2},constitution:{score:24},dexterity:{score:27},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:1,initiative:21,ac:36,fortitude:34,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"543da19a-3edc-494a-a7ad-7d36e9325ce5",name:"Necrotic Feedback",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Melee 1",attack:{bonus:24,defence:2},description:"",details:"6 necrotic damage.",damage:"6 necrotic damage",category:1},{id:"9ba58d74-6d55-4a19-bc42-ad0667ab5f25",name:"Ebon Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:0},description:"",details:"10 necrotic damage.",damage:"10 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2171861e-9a3c-4b5f-9717-cc589a78517d",name:"Zargath Human-Bane",details:"",size:2,origin:4,type:2,keywords:"orc",level:10,role:{type:6,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +14, Intimidate +10, Stealth +15, Thievery +15",equipment:"hide armor; short sword",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:11},hp:212,initiative:12,ac:26,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"5d0c0c57-32aa-4836-8680-297cdada9d72",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+ 2 damage.",damage:"1d6+ 2 damage",category:1},{id:"b2953aa2-28ee-47b7-b67f-c9dc6eb886f8",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10/20",attack:{bonus:15,defence:0},description:"",details:"1d6+ 5 damage.",damage:"1d6+ 5 damage",category:1},{id:"8f75cb74-30e0-4eee-a837-2702b318264d",name:"Dance of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Zargath makes three melee basic attacks. Each time he hits with one of these attacks, he shifts 1 square.",attack:null,description:"",details:"",damage:"",category:1},{id:"c1e70dcb-54b7-49fe-88ed-8c3d431bcb62",name:"Swift Counterstrike",action:{action:4,trigger:"when an adjacent enemy misses zargath with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Zargath makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"fbe4996f-77ef-45c9-85e6-bc2cb22cd7c6",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+ 2 damage, and Zargath regains 53 hit points.",damage:"2d6+ 2 damage",category:1},{id:"df404a38-39b1-4ddd-82d0-8735a5eb0cfb",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Zargath deals 2d6 extra damage against any target he has combat advantage against.",damage:"zargath deals 2d6 extra damage against any target he has combat advantage against",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"60b81def-eeb4-4a34-b26e-6168b45bd4b7",name:"Bandit Leader",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7, Thievery +8",equipment:"chainmail; crossbow bolts (20); longspear",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"6d0b4a91-ee99-4b85-b952-4aa23560aae1",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the leader’s next turn.",damage:"1d10+3 damage",category:1},{id:"75c336eb-6c9d-45bc-b5be-8fb968fe1080",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires longspear; reach 2; 1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"37a38c38-f7f7-408b-9ef4-6de233424660",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"02e74cb7-dd95-453e-858f-bbbc8753bdb7",name:"Banelar Naga",details:"",size:4,origin:3,type:1,keywords:"reptile",level:18,role:{type:3,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"Arcana +19, Bluff +22, Insight +17, Intimidate +22",equipment:"",category:"",strength:{score:30},constitution:{score:21},dexterity:{score:13},intelligence:{score:21},wisdom:{score:16},charisma:{score:26},hp:825,initiative:10,ac:36,fortitude:38,reflex:29,will:34,regeneration:{value:20,details:""},auras:[],powers:[{id:"698a7450-9144-45f1-bde5-36e161a4d286",name:"String",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d6+10 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"2d6+10 damage",category:1},{id:"e1ee88b3-40cb-4ad6-aa2e-64fa5393c70c",name:"Forceful Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"1d4+8 psychic damage, and the target is pushed 1 square.",damage:"1d4+8 psychic damage",category:3},{id:"e6271366-3d39-4112-8a6a-1a877256d384",name:"Skewer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"The banelar naga makes two sting attacks. If both attacks hit the same target, the target is also unconscious (save ends). An unconscious target can’t save against the ongoing poison damage until the unconscious condition ends.",damage:"an unconscious target can’t save against the ongoing poison damage until the unconscious condition ends",category:1},{id:"6df24193-da73-4d46-8997-5a9e6ed14d25",name:"Banelar Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"2d6+8 psychic damage, and the target is stunned (save ends). The arc attacks up to two secondary targets within 10 squares; +22 vs. Reflex; 1d4+8 psychic damage, and the target is dazed (save ends).",damage:"2d6+8 psychic damage",category:1},{id:"a03a0443-d3a0-4afa-8b67-1beb9d061a2a",name:"Baneful Utterance",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"ranged 10",attack:{bonus:22,defence:3},description:"",details:"The banelar naga makes an attack against the attacker; the target is dazed (save ends) and slides 3 squares.",damage:"the target is dazed (save ends) and slides 3 squares",category:5},{id:"62d7c2f5-630d-48ef-ac3e-b1c359eadca7",name:"Dark Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until bloodied, the banelar naga gains a +4 bonus to all defenses against opportunity attacks.",damage:"the banelar naga gains a +4 bonus to all defenses against opportunity attacks",category:0}],damageModifiers:[{type:1,value:-15},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7c2c237b-63d7-4d55-a6fd-3c033781fc4b",name:"Blazing Rorn the Fury",details:"",size:4,origin:1,type:2,keywords:"earth, fire",level:33,role:{type:2,flag:2,leader:!1},senses:"Perception +25; tremorsense 100",movement:"6",alignment:"Unaligned",languages:"All; telepathy 100",skills:"Diplomacy +31, Endurance +34, Insight +30, Intimidate +31, Nature +30, Religion +31",equipment:"",category:"",strength:{score:35},constitution:{score:37},dexterity:{score:24},intelligence:{score:21},wisdom:{score:28},charisma:{score:30},hp:0,initiative:23,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[{id:"14adec3d-5995-42d8-bde8-5db442648c6e",name:"Blazing Aura",keywords:"",details:"(Fire) aura 10; creatures within the aura lose resistance to fire. Each creature that starts its turn in the aura is pulled 2 squares at the start of its turn. While Rorn is bloodied, each creature that starts its turn in the aura also takes 20 fire"}],powers:[{id:"43833a96-2d66-4c69-b23a-edca307bf08a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:38,defence:0},description:"",details:"Reach 3; 3d8+12 damage. While Rorn is bloodied, the target also takes ongoing 5 fire damage (save ends).",damage:"3d8+12 damage",category:1},{id:"b91479f6-7f58-4a4d-860c-dead0ce902bd",name:"Tail Smash",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:2},description:"",details:"Reach 4; 2d10+12 damage, and the target is knocked prone. While Rorn is bloodied, the target also takes ongoing 5 fire damage (save ends).",damage:"2d10+12 damage",category:3},{id:"2c5f97c3-2d1f-4bd3-96b6-3bc35c1b5c14",name:"Earth Chains",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:36,defence:1},description:"",details:"(or Reflex)2d6+13 damage, and the target is pulled 10 squares. A flying creature hit by this attack is slowed (save ends). While Rorn is bloodied, the target also takes ongoing 5 fire damage (save ends both). Failed Save: The creature can’t fly, and falls if it’s already flying (save ends).",damage:"(or reflex)2d6+13 damage",category:3},{id:"b41a8766-02b8-4640-b851-6dd37a28077f",name:"Dominion of Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 20",attack:{bonus:36,defence:2},description:"",details:"2d8+13 fire damage, and the target takes ongoing 10 fire damage (save ends).",damage:"2d8+13 fire damage",category:1},{id:"ec0f8a7d-9a01-41c5-be24-6321ff69f454",name:"Volcanic Retort",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close burst 2 (burst 5 while Rorn is bloodied)",attack:{bonus:36,defence:2},description:"",details:"2d8+13 fire damage.",damage:"2d8+13 fire damage",category:5},{id:"4d26d066-05c7-4f6e-a91b-2a07bb715242",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, Rorn can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"5944c313-3983-4f89-9e0d-c8f0b79f05ea",name:"Fury of Burning Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Rorn changes to his blazing star form. His size increases to Gargantuan, and he pushes creatures within his new space to the nearest adjacent square. He takes an extra turn right after the turn of the character who bloodied him, then resumes his normal place in the initiative order. He remains in his blazing star form until the end of the encounter.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0aa584f1-3016-48e8-8342-5c1f616526b3",name:"Captain Shil Yargo",details:"",size:1,origin:4,type:2,keywords:"",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common, Halruaan",skills:"Athletics +13, Bluff +15, Insight +11, Stealth +16, Thievery +18",equipment:"dagger; leather armor",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:22},intelligence:{score:10},wisdom:{score:12},charisma:{score:20},hp:224,initiative:13,ac:27,fortitude:23,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"1f526bc1-8cc5-45a7-9ac3-f725123fc3e5",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4+8 damage (crit 2d6+12, or 2d8+12 if Shil has combat advantage against the target).",damage:"1d4+8 damage (crit 2d6+12",category:1},{id:"b9cd116d-a154-469c-8058-62b45f78df40",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:16,defence:0},description:"",details:"1d4+8 damage.",damage:"1d4+8 damage",category:1},{id:"c5c821da-fbc2-49cc-9d31-9775e88f56ba",name:"Deep Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d4+8 damage, and the target is dazed until the end of Shil’s next turn.",damage:"2d4+8 damage",category:1},{id:"0dffa0ef-34eb-449c-a3ff-a5d73962bdb9",name:"Whirling Slices",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Shil makes three melee basic attacks. She can shift 1 square before or after each attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"f99e14c5-ca1c-49d1-a818-eaf1882b97ee",name:"Thigh Cutter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Shil makes two basic melee attacks. If either hits, the target is also slowed (save ends)",attack:null,description:"",details:"if both hit the same target, it is also knocked prone. Shil can shift 1 square before or after each attack.",damage:"Shil can shift 1 square before or after each attack",category:1},{id:"58ab8f9b-787b-4d35-a3ed-a4f634662098",name:"Deck Dash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shil shifts 3 squares.",damage:"Shil shifts 3 squares",category:3},{id:"23a25c20-adad-4b72-9dac-38549ad0c6ea",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Shil deals an extra 2d8 damage on melee attacks against any target she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"73802ab5-5b6c-4187-b8f8-aad1db2030c8",name:"Second Chance",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shil forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7d61281-b689-42d3-8a78-36b259b3ef52",name:"Commander Accordant",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:6,flag:0,leader:!0},senses:"Perception +16",movement:"6",alignment:"Any",languages:"Common, one regional language",skills:"Arcana +11, Heal +16, Stealth +13",equipment:"hide armor",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:22},charisma:{score:12},hp:113,initiative:11,ac:25,fortitude:22,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"d5b41eb6-be24-4b76-aa06-c4b068fac54e",name:"Spellplague Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d4+6 force damage, and the target takes ongoing 5 force damage (save ends).",damage:"1d4+6 force damage",category:1},{id:"08486009-95c5-422a-beda-2edbce55ec68",name:"Spellplague Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"1d4+6 force damage, and the target takes ongoing 5 force damage (save ends).",damage:"1d4+6 force damage",category:1},{id:"2935e1e3-9e85-4ceb-be66-9842d155a8dd",name:"Spellplague Spirit",action:{action:1,trigger:"sustain standard",sustainAction:0,use:1,recharge:""},keywords:"Force, Polymorph",condition:"",range:"The commander becomes a spirit of blue fire. He becomes insubstantial and can enter and move through enemies’ spaces and porous obstacles that would otherwise prevent movement (such as a door or a cracked window). The commander makes a melee basic attack against any creature whose space he or she enters but cannot attack a target more than once in this fashion.",attack:null,description:"",details:"",damage:"",category:5},{id:"2176e76d-607c-40fb-9478-17524a5002d9",name:"Blue Fire Succor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"one ally within the area regains 11 hit points (spellscarred and plaguechanged creatures also add their Constitution bonus). In addition, that ally gains 1d6 temporary hit points in the form of a shimmering blue aura.",damage:"one ally within the area regains 11 hit points (spellscarred and plaguechanged creatures also add their Constitution bonus)",category:3},{id:"422ec2ac-f5d2-45ba-ac0f-ce5a08ac3a47",name:"Changing Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The commander shifts 2 squares. He or she becomes insubstantial and can move through enemies’ spaces until the end of this movement.",damage:"The commander shifts 2 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c35f37b7-665f-4664-91bb-609f37e53384",name:"Dark Moon Monk",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Chondathan, Common",skills:"Acrobatics +13, Athletics +12, Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:14},charisma:{score:16},hp:68,initiative:10,ac:22,fortitude:16,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"d732671c-c2c8-4c70-abb1-b3b0e46c7c17",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"aed16c01-5863-456d-8003-78d78f09fef3",name:"Ghost Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold or Necrotic",condition:"",range:"Ranged 6/12",attack:{bonus:10,defence:2},description:"",details:"1d4+3 damage plus 1d4 necrotic or cold damage (monk’s choice).",damage:"1d4+3 damage plus 1d4 necrotic or cold damage (monk’s choice)",category:1},{id:"6905d01f-003d-4a20-8f14-a785fc24254d",name:"Shadow Tentacle",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Conjuration, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"the monk conjures a shadow tentacle in an unoccupied square within range, and the tentacle attacks adjacent creatures on the monk’s turn; 1d6+3 necrotic damage, and the target is grabbed (until escape). The tentacle can grab only one target at a time, dealing 1d6+3 necrotic damage to the grabbed foe each round the monk sustains the grab. As a standard action, the monk can change the target and can move the tentacle up to 5 squares.",damage:"1d6+3 necrotic damage",category:5},{id:"893b1aa5-3cef-42b2-95c9-45b27083021b",name:"Gloom Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 5 necrotic damage and is dazed (save ends both).",damage:"1d6+4 damage",category:1},{id:"def36bb1-6093-4264-8540-8a9cb63f8606",name:"Dark Moon Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The next time the monk hits with a melee attack, the attack is treated as a critical hit.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c9f8c746-3095-4c7c-9d64-576a6ba0bb4e",name:"Direhelm",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"fly 6 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:20},intelligence:{score:9},wisdom:{score:13},charisma:{score:15},hp:148,initiative:14,ac:31,fortitude:29,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"70e644b5-e6cd-4b21-8907-e2336355ed01",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"a2360ce9-d81b-4a44-a173-9c595b6b3764",name:"Grave Strike",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Close burst 1",attack:{bonus:22,defence:0},description:"",details:"1d10+7 necrotic damage, and the target is knocked prone.",damage:"1d10+7 necrotic damage",category:5},{id:"bc34d88b-d88b-4a4c-bf01-f8be98b36c59",name:"Piercing Vision",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The direhelm gains truesight 10 and ignores concealment until the end of its current turn.",damage:"The direhelm gains truesight 10 and ignores concealment until the end of its current turn",category:3}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f62b8ad7-bdd2-400a-8c0b-4840273af8cf",name:"Doomsept",details:"",size:2,origin:5,type:2,keywords:"undead",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"fly 7 (hover); phasing",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:24},intelligence:{score:12},wisdom:{score:14},charisma:{score:15},hp:108,initiative:17,ac:28,fortitude:28,reflex:29,will:24,regeneration:null,auras:[],powers:[{id:"2124f8ed-f56a-4868-b09e-bca3d708f744",name:"Ephermeral Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"8092b4d1-93b2-428d-a1a2-bf84d934e905",name:"Manifold Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:20,defence:0},description:"",details:"targets three enemies in area; 1d10+7 damage. The doomsept shifts 2 squares for each successful attack.",damage:"1d10+7 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"97cd2b16-490b-4314-ad2d-99a06c2945dd",name:"Draegloth",details:"",size:3,origin:1,type:2,keywords:"demon",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6, jump 5",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Religion +12, Stealth +15",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:10},charisma:{score:16},hp:316,initiative:10,ac:27,fortitude:29,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"303dc03b-7357-4108-9920-0fe565650530",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"48a4567f-7bc2-4bfb-82f5-e1e4df015cac",name:"Quick Bite",action:{action:7,trigger:"when the draegloth hits with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d6+7 damage.",damage:"1d6+7 damage",category:5},{id:"8c32e6e0-7294-40e7-a5df-1af27f44d9a5",name:"Sweeping Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draegloth makes a claw attack; on a hit, it can make another claw attack against a different target that is within",damage:"",category:1},{id:"ef13a7d9-18d8-4b34-8a81-b1f543438ccd",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"until the end of the draegloth’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"94d97b27-c69b-4ec0-8373-8c5ba1327414",name:"Lolth’s Blight",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 4 within 20",attack:{bonus:14,defence:3},description:"",details:"targets enemies; 2d6+3 necrotic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d6+3 necrotic damage",category:5},{id:"cbdfae21-23fd-4a51-925b-05eb6041b837",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the draegloth’s next turn. The zone blocks line of sight for all creatures except the draegloth. Any creature entirely within the area (except the draegloth) is blinded.",damage:"",category:3}],damageModifiers:[],resist:"10 variable",vulnerable:"",immune:"",tactics:""},{id:"532e3fdc-95ad-4105-a9ad-5f5a835aed54",name:"Draegloth Favored One",details:"",size:3,origin:1,type:2,keywords:"demon",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +21; darkvision",movement:"6, jump 5",alignment:"Chaotic evil",languages:"Abyssal, Elven",skills:"Religion +14, Stealth +17",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:26},charisma:{score:16},hp:308,initiative:12,ac:32,fortitude:30,reflex:28,will:32,regeneration:null,auras:[],powers:[{id:"cb4dbce4-3d7c-459d-9844-056e94aa64b7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"9e304bef-a4a1-465f-8c7a-5c997c0eb30b",name:"Castigation Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"the draegloth favored one attacks two targets; 2d6+4 necrotic damage, and the target is dazed (save ends).",damage:"2d6+4 necrotic damage",category:1},{id:"480b7632-7e31-4241-952b-e8a530db57cb",name:"Quick Bite",action:{action:7,trigger:"when the draegloth favored one hits with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d6+6 damage.",damage:"1d6+6 damage",category:5},{id:"87a09ebc-63d6-43d2-be6e-efaaed98f195",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"until the end of the draegloth’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"2d5509ce-3d9b-44e4-82fa-85db50060a22",name:"Lolth’s Blight",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 4 within 20",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d6+3 necrotic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d6+3 necrotic damage",category:1},{id:"7e7aa8eb-4b2e-42a4-bc13-c56f53d38219",name:"Overshadow",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 5 within 10",attack:{bonus:20,defence:3},description:"",details:"affects creatures without darkvision in the area; 1d4+8 necrotic damage, and the target is blinded (save ends). This power creates a zone of darkness that remains in place until the end of the favored one’s next turn.",damage:"1d4+8 necrotic damage",category:5}],damageModifiers:[],resist:"10 variable",vulnerable:"",immune:"",tactics:""},{id:"35741c50-d07a-4b87-bacc-b7e85fb2f77d",name:"Felljaw",details:"",size:3,origin:4,type:1,keywords:"reptile",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:25},intelligence:{score:2},wisdom:{score:14},charisma:{score:20},hp:250,initiative:21,ac:41,fortitude:39,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"668b8df0-903b-45a4-8f9a-52794b836f7b",name:"Jagged Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d10+10 damage, and the target takes ongoing 10 fire damage.",damage:"1d10+10 damage",category:1},{id:"182eae81-e101-42ab-ae9c-45f73a4a5870",name:"Tug of War",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"The felljaw makes a basic attack. Another felljaw adjacent to the target can make a basic attack against the same target as an immediate reaction. If both attacks hit, the target takes an extra 10 damage and is grabbed by both felljaws (until escape).; 3d8+9 damage.",damage:"the target takes an extra 10 damage and is grabbed by both felljaws (until escape)",category:1},{id:"a836f253-c7ff-4cda-9ca8-91b7be67eccb",name:"Rending Fangs",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Grabbed target only; 2d10+10 damage, and the target takes ongoing 10 fire damage.",damage:"2d10+10 damage",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"392ce74e-0e7e-48cd-a296-cbc3e9172788",name:"Fettered Dracolich",details:"",size:3,origin:4,type:1,keywords:"dragon, undead",level:12,role:{type:3,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"8, fly 10 (clumsy)",alignment:"Chaotic evil",languages:"understands Common and Draconic",skills:"Endurance +16",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:9},wisdom:{score:9},charisma:{score:16},hp:620,initiative:10,ac:30,fortitude:31,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"d75f8acc-e548-43fe-8a8c-77c658e4b1ce",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage. Against a stunned target, this attack deals an extra 2d8 necrotic damage.",damage:"2d6+6 damage",category:1},{id:"0998d7c8-0a66-4e79-a58c-ee3fcd002212",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 10",attack:{bonus:16,defence:2},description:"",details:"2d8+5 necrotic damage, and the target is stunned until the end of the fettered dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d8+5 necrotic damage",category:1},{id:"60445b55-8c40-452e-9211-7f7857fd7106",name:"Bloodied Breath",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fettered dracolich’s breath weapon recharges automatically, and the dracolich uses it immediately.",damage:"",category:5},{id:"dfee771b-9854-4b44-ac1a-c9dd3489b40d",name:"Crazed Lashing",action:{action:4,trigger:"when an enemy moves into a position that flanks the fettered dracolich",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; the fettered dracolich makes a tail slap attack against the enemy; 2d4+6 damage, and the target is pushed 1 square.",damage:"2d4+6 damage",category:5},{id:"7e0cd0e7-5365-4fc3-9371-3503e0f22066",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the fettered dracolich’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls until the end of the encounter.",damage:"The target takes a -2 penalty to attack rolls until the end of the encounter",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"33534fd6-7748-4b44-8b91-eb79384b2ddc",name:"Fzoul Chembryl",details:"",size:2,origin:3,type:2,keywords:"",level:28,role:{type:3,flag:1,leader:!0},senses:"Perception +23",movement:"6, fly 8",alignment:"Evil",languages:"All",skills:"Arcana +23, Bluff +29, Diplomacy +29, History +23, Insight +28, Intimidate +29, Religion +23",equipment:"scepter of the chosen tyrant",category:"",strength:{score:26},constitution:{score:21},dexterity:{score:25},intelligence:{score:18},wisdom:{score:28},charisma:{score:30},hp:500,initiative:21,ac:44,fortitude:43,reflex:42,will:46,regeneration:null,auras:[{id:"0b297296-61ff-43b5-afef-df433079ab05",name:"Tyrant’s Eye",keywords:"",details:"(Psychic) aura 5; an enemy that starts its turn in the aura takes 5 psychic damage."}],powers:[{id:"9926ef2b-9702-4ab8-8b52-3bb0e806806e",name:"Scepter of the Chosen Tyrant",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d10+9 damage (crit 6d10+19), and the target takes ongoing 10 psychic damage (save ends). Fzoul can’t be disarmed of this weapon.",damage:"1d10+9 damage (crit 6d10+19)",category:1},{id:"ac8aca8e-88e2-4568-8cd4-2e08d8c92e7f",name:"Scepter of the Chosen Tyrant",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Psychic, Weapon",condition:"(standard",range:"Ranged 5",attack:{bonus:32,defence:0},description:"",details:"1d10+9 force damage (crit 6d10+19), and the target is pushed 1 square and takes ongoing 10 psychic damage (save ends).",damage:"1d10+9 force damage (crit 6d10+19)",category:1},{id:"9569fd7c-b3bd-41ea-abac-174dab46cdef",name:"Excoriating Decree",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 10",attack:{bonus:33,defence:1},description:"",details:"targets enemies; 2d6+9 thunder damage, and the target is dazed until the end of Fzoul’s next turn.",damage:"2d6+9 thunder damage",category:1},{id:"e88ef908-7a8e-485a-b54e-6997bb579655",name:"Ruling Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:34,defence:3},description:"",details:"2d6+10 psychic damage, and the target takes ongoing 5 psychic damage and is dominated (save ends both, with a -2 penalty to the saving throw). Fzoul can dominate only one creature at a time.",damage:"2d6+10 psychic damage",category:1},{id:"137c849c-680f-4bf0-bccb-7029e34f1375",name:"Restore the Faithful",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"Fzoul and each of his allies spends a healing surge and regains one-quarter of maximum hit points (125 hp for Fzoul).",damage:"",category:1},{id:"37bcc190-af40-4ffe-95c2-55f05cfefdd0",name:"Judging Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"If Fzoul hits with his next Scepter of the Chosen Tyrant attack (melee or ranged), the attack is treated as a critical hit.",damage:"",category:3},{id:"6b3bb92e-9488-4ef6-9c63-09f618a348ef",name:"Dark Majesty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until bloodied, Fzoul gains a +4 bonus to all defenses against opportunity attacks.",damage:"Fzoul gains a +4 bonus to all defenses against opportunity attacks",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3fe7e84-47e6-4ac4-9132-812a795d06c6",name:"Gibberling Bunch",details:"",size:2,origin:4,type:2,keywords:"swarm",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6 (If a gibberling bunch takes radiant damage, it is slowed until the end of the attacker’s next turn; if it takes fire damage, it is immobilized until the end of the attacker’s next turn.)",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:5},wisdom:{score:7},charisma:{score:2},hp:32,initiative:2,ac:13,fortitude:13,reflex:15,will:11,regeneration:null,auras:[{id:"a1dcaa1d-75db-48ae-ba8d-07b2c8f271c9",name:"Gibberling",keywords:"",details:"aura 10; enemies in the aura take a -2 penalty to all defenses. Gibberlings can’t surprise creatures that aren’t deafened."},{id:"6b1c5474-fec7-4166-8912-ab3220f7673d",name:"Swarm Attack",keywords:"",details:"aura 1; a gibberling bunch makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"0ebb9893-6ecc-43fa-be88-aa4c40fbb21a",name:"Swarming Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"3d4+2 damage. If a bunch reduces the damage from this attack by 2d4, its target is also knocked prone.",damage:"3d4+2 damage",category:1},{id:"6f12960c-360e-47e6-bc5f-a24472af5986",name:"Pull Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:1},description:"",details:"1d4+1 damage, and the target is knocked prone.",damage:"1d4+1 damage",category:1},{id:"fdc7d1c4-f932-4d05-83d3-b791d4f13b84",name:"Stay Down",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch can make opportunity attacks against adjacent targets that stand from prone.",damage:"",category:0},{id:"1819e1ef-d029-4221-8e74-0e31741879d5",name:"Bone Stripping",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch deals an extra 2d4 damage against prone targets.",damage:"a bunch deals an extra 2d4 damage against prone targets",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"+5 damage from close and area attacks",immune:"charm, fear",tactics:""},{id:"caa6fcb5-5fb8-4f22-8863-7cbd9a99924b",name:"Haraevor",details:"",size:3,origin:4,type:1,keywords:"reptile",level:26,role:{type:4,flag:1,leader:!1},senses:"Perception +14; tremorsense 20",movement:"8, burrow 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:25},intelligence:{score:2},wisdom:{score:14},charisma:{score:20},hp:375,initiative:24,ac:42,fortitude:42,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"2fb93cc8-c31c-4993-8d36-9ecf91e038ab",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d12+10 damage.",damage:"1d12+10 damage",category:1},{id:"a402d01e-0916-4f3e-b222-b3f7347ef30d",name:"Bite Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 2",attack:{bonus:30,defence:0},description:"",details:"1d12+10 damage.",damage:"1d12+10 damage",category:1},{id:"80203949-db60-4503-90c5-f5379582c764",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A haraevor has combat advantage against any creature that has not yet acted in an encounter.",damage:"",category:0},{id:"ffc73eae-3a11-440d-a18b-499029611750",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The haraevor deals an extra 3d10 damage with attacks against any target it has combat advantage against.",damage:"the haraevor deals an extra 3d10 damage with attacks against any target it has combat advantage against",category:0},{id:"a121a210-6350-46ac-8e0e-aa9d400f99a0",name:"Four Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A haraevor rolls initiative four times (once for each head) and uses the highest result. A haraevor loses a head whenever it suffers a critical hit. If it is reduced to no heads, it instantly dies. Heads never grow back.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"critical hits",immune:"",tactics:""},{id:"aed1b83e-0bc6-4641-876b-1a5dc5f6cb1b",name:"High Shaman Sancossug",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:3,flag:2,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"",languages:"",skills:"",equipment:"leather armor",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:184,initiative:3,ac:22,fortitude:17,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"30de6828-5a0b-4174-a34a-ffaf0c37b238",name:"Shaman Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"0379e8d4-07b5-4d85-9b6f-ff01be0dbea3",name:"Fire Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:7,defence:2},description:"",details:"3d6+1 fire damage.",damage:"3d6+1 fire damage",category:1},{id:"40df7413-59d8-48dd-b2a7-e2e18362ce00",name:"Blinding Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:7,defence:1},description:"",details:"2d6+1 damage, and the target is blinded until the end of its next turn.",damage:"2d6+1 damage",category:1},{id:"ce0fbfe9-c82d-4341-bfa7-428b6377909d",name:"Stinging Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:7,defence:3},description:"",details:"3d6+1 damage.",damage:"3d6+1 damage",category:1},{id:"53bbacdb-d2ea-4966-8af5-d38f3c8f7067",name:"Misdirection",action:{action:4,trigger:"when targeted by a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Change the attack’s target to an adjacent foe.",damage:"",category:5},{id:"a2d93074-9133-4333-9786-8056fbe7a263",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shaman shifts 1 square.",damage:"The shaman shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"785e5fba-ed9d-4371-8d90-129035ff500e",name:"Human Gang Member",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"87f93c98-9438-4eed-aaeb-5428e7338850",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"8b2dc8c4-a747-4f05-b0a8-7332f102ab95",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human gang member gains a +2 power bonus to all defenses while at least two other human gang members are within 5 squares of it.",damage:"A human gang member gains a +2 power bonus to all defenses while at least two other human gang members are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d310d8c-3903-412c-b66f-828655c9e1da",name:"Jarlaxle Baenre",details:"",size:2,origin:2,type:2,keywords:"",level:21,role:{type:6,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"8",alignment:"Evil",languages:"Abyssal, Elven",skills:"",equipment:"cape of the mountebank; dagger; rapier",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:28},intelligence:{score:18},wisdom:{score:17},charisma:{score:23},hp:392,initiative:21,ac:39,fortitude:34,reflex:38,will:35,regeneration:null,auras:[],powers:[{id:"29e1adc7-6d3b-4030-b3ff-eaff94ca7f39",name:"Rapler",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d8+14 (1d8+20 against a bloodied target)(crit 5d6+22, or 5d6+27 against a bloodied target).",damage:"or 5d6+27 against a bloodied target)",category:1},{id:"6d897e99-3a36-4b02-a41d-f8d06dbff33e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d4+13 damage.",damage:"1d4+13 damage",category:1},{id:"6658853d-eea7-4ff7-a8cb-99d1dc38c5bd",name:"Thrown Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:26,defence:0},description:"",details:"1d4+13 damage.",damage:"1d4+13 damage",category:1},{id:"8891d097-505d-4f7f-9d64-57dfd8590547",name:"Ambidextrous Fencer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Jarlaxle makes one rapier attack and one dagger melee attack. If both attacks hit the same target, that target is dazed until the end of Jarlaxle’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"f34e73e2-c767-470c-aa32-0a66fb3ab24d",name:"Flashy Disarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"3d8+14 damage, and the target drops one weapon it is holding. It lands in a square of Jarlaxle’s choice up to 6 squares away.",damage:"3d8+14 damage",category:1},{id:"009008bb-d6c8-4fb6-9be1-59b84c7ca150",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"until the end of Jarlaxle’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"8357ccc2-4a83-46c2-9a03-2dd33166cef9",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of Jarlaxle’s next turn. The zone blocks line of sight for all creatures except Jarlaxle. Any creature entirely within the area (except Jarlaxle) is blinded.",damage:"",category:3},{id:"82692811-53e9-4738-819a-82d0a55d7ec9",name:"Cape of the Mountebank",action:{action:4,trigger:"when hit by an attack; daily",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Jarlaxle teleports up to 5 squares, and until the end of his next turn, he gains combat advantage against the attacker. Jarlaxle takes half damage from that attack.",damage:"jarlaxle takes half damage from that attack",category:5},{id:"8bc7c4b3-b6db-41b1-b210-d341819d0b9e",name:"Whirling Evasion",action:{action:5,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jarlaxle shifts up to 6 squares.",damage:"Jarlaxle shifts up to 6 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd44be56-b212-4588-9522-11ce462b3739",name:"Jordaini Enforcer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +13",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Halruaan",skills:"Acrobatics +13, Athletics +9, Insight +13",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:21},intelligence:{score:14},wisdom:{score:20},charisma:{score:16},hp:164,initiative:10,ac:24,fortitude:19,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"a6b15aae-8372-47f0-877c-9fd5ecc6d352",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage, and the target is pushed 1 square.",damage:"1d8+5 damage",category:1},{id:"d4c3edf6-d843-49d2-94a1-b251b5e02b73",name:"Dizzying Blows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The Jordaini enforcer makes two basic melee attacks. If both hit the same target, that target is also dazed (save ends)",attack:{bonus:12,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"da9268a1-7e80-4067-a344-fb79f8b01323",name:"Exploit Opening",action:{action:1,trigger:"recharges after the enforcer uses battle scrutiny)",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target is knocked prone.",damage:"1d8+5 damage",category:5},{id:"ec343917-9745-4bb1-aa41-3acde5c0e906",name:"Battle Scrutiny",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Jordaini enforcer gains a +2 bonus to all defenses and to Perception checks until the end of his or her next turn.",damage:"The Jordaini enforcer gains a +2 bonus to all defenses and to Perception checks until the end of his or her next turn",category:3},{id:"f34eb2c5-13a1-40ca-b491-55d9900ccee5",name:"Redirect Attack",action:{action:4,trigger:"when missed by a melee or ranged attack; recharges when the enforcer moves",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Jordaini enforcer redirects the attack to an adjacent enemy other than the enemy who made the attack (if missed by a melee attack) or to an enemy within 3 squares (if missed by a ranged attack). The creature whose attack triggered this power makes another attack roll using the same attack to determine the success of the redirected attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"82f7b391-21ba-4ccc-9110-96251ab5d014",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Jordaini enforcer deals an extra 1d6 damage on melee attacks against any target he or she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"7ea6337e-8412-4ebb-8d3a-b160480a7029",name:"Reflective Evasion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an area or close attack would deal half damage on a miss, it deals no damage to a Jordaini enforcer if it misses. In addition, the attacker takes 5 damage of the same type the attack deals.",damage:"when an area or close attack would deal half damage on a miss",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2cbfb512-63f7-43f0-843c-80155ec4af91",name:"Kir-Lanan Voice",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"5, fly 8",alignment:"Unaligned",languages:"Common, KirLanan",skills:"Stealth +11",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:9},charisma:{score:20},hp:68,initiative:6,ac:21,fortitude:19,reflex:19,will:17,regeneration:null,auras:[{id:"1dff476f-8765-486e-b445-541cb3ba291f",name:"Shadow Devotion",keywords:"",details:"aura 5; allies in the aura gain a +1 bonus to attack rolls; shadow allies in the aura also gain a +2 bonus to damage rolls."}],powers:[{id:"ad7677e7-525e-41bf-929a-7f541fe4357b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage plus 1d4 necrotic damage.",damage:"1d6+4 damage plus 1d4 necrotic damage",category:1},{id:"7c4c5836-1d25-42c0-b30c-37cc00c11bdb",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"While flying, a kir-lanan wing can move up to half its speed and make one melee basic attack at any point during that movement. The kir-lanan wing doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"187b2c58-8904-4c2f-9d7a-29da84d01c44",name:"Enfeebling Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"3d6+4 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"3d6+4 necrotic damage",category:1},{id:"66d9321d-0701-4226-a169-ab67ac768a4b",name:"Word of loss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"3d6+4 and the target is dazed until the end of the kir-lanan’s voice next turn.",damage:"3d6+4 and the target is dazed until the end of the kir-lanan’s voice next turn",category:1},{id:"b2bd5153-dddf-47bf-915b-40981d7a211b",name:"Shadow’s Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Sleep",condition:"",range:"Close Burst 3",attack:{bonus:10,defence:3},description:"",details:"3d6+4 and the target falls unconscious (save ends).",damage:"3d6+4 and the target falls unconscious (save ends)",category:1},{id:"8ac0793f-b3d5-438d-9a09-47b137d06939",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against.",damage:"the kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against",category:0},{id:"605e7b14-5081-4c60-a2c1-e96b45c3c428",name:"Necrotic Healing",action:{action:4,trigger:"when damaged by a necrotic attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan’s voice regains 13 hit points.",damage:"The kir-lanan’s voice regains 13 hit points",category:5}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8df46d7b-70c0-40e1-bc20-622afd5c31e2",name:"Kir-Lanan Wing",details:"",size:2,origin:5,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5, fly 8",alignment:"Evil",languages:"Common, KirLanan",skills:"Stealth +10",equipment:"",category:"",strength:{score:20},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:9},charisma:{score:12},hp:52,initiative:7,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"82e0f2ee-ad44-4771-a9a3-ae957cc2b73f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+5 damage plus 1d4 necrotic damage.",damage:"1d4+5 damage plus 1d4 necrotic damage",category:1},{id:"6e695299-c3bb-4469-b54a-4300048c064c",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"While flying, a kir-lanan wing can move up to half its speed and make one melee basic attack at any point during that movement. The kir-lanan wing doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:7,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"d2ddf8ca-fee8-48d0-8c89-56c8e496c7ff",name:"Enfeebling Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d6+3 necrotic damage, and the target takes a -2 penalty to attack rolls (save ends).",damage:"1d6+3 necrotic damage",category:1},{id:"d8b917cb-05bb-4ec2-a1a8-7c700796fc54",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against.",damage:"the kir-lanan wing deals an extra 1d6 damage on attacks against any target it has combat advantage against",category:0},{id:"a72c078b-cc48-49a0-8382-64d91f5e6c2b",name:"Necrotic Healing",action:{action:4,trigger:"when damaged by a necrotic attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kir-lanan regains 13 hit points.",damage:"The kir-lanan regains 13 hit points",category:5}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6cdfe972-8793-4783-a3d9-2c208ca0386b",name:"Knight Accordant",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"5",alignment:"Any",languages:"Common, one regional language",skills:"Endurance +11, Intimidate +12",equipment:"arrow; heavy shield; longbow; scale armor; war pick",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:10},wisdom:{score:19},charisma:{score:15},hp:105,initiative:8,ac:26,fortitude:24,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"5fa1b99d-12ea-4b3c-af93-3bc9c8043b05",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 plus 3 force damage (critical 1d8+14 plus 3 force), and the target is marked.",damage:"1d8+6 plus 3 force damage (critical 1d8+14 plus 3 force)",category:1},{id:"6094c8ee-7477-48cc-9d85-e69feafa93b8",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:13,defence:0},description:"",details:"1d10+1 plus 3 force damage, and the target is marked.",damage:"1d10+1 plus 3 force damage",category:1},{id:"d7631a07-bf35-4603-a168-7826d37c4749",name:"Blue Fire Spike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"Until the start of the knight’s next turn, the knight’s weapons become energy, attacking the target’s Reflex instead of AC and dealing an extra 1d10 force damage.",damage:"attacking the target’s reflex instead of ac and dealing an extra 1d10 force damage",category:3},{id:"0a61f4f2-e75f-4bf7-be79-00016c220483",name:"Knight’s Eye",action:{action:4,trigger:"when an adjacent enemy shifts or an adjacent enemy marked by the knight attacks an ally",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The knight makes a basic melee attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"309ae030-1bd1-455c-a374-9235cf6ef986",name:"Forceful Critical",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"On a critical hit with any attack, the target also slides 1 square.",damage:"the target also slides 1 square",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1397bb18-36cd-4f16-9333-ebd274bd2c15",name:"Lady of Shadows",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:54,initiative:8,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"91315c98-ef1c-4fa6-a76d-3b07916dff28",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"21c1c70b-42d9-40a7-a27e-867388b90250",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"74872ab0-db19-4051-823b-4bd6ea58140c",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1, targets enemies",attack:null,description:"",details:"the Lady of Shadows explodes in a spout of darkness; each target is blinded (save ends).",damage:"",category:0},{id:"f790a80b-f27e-4b89-8bb3-9a606280e606",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The Lady deals an extra 1d6 damage on melee and ranged attacks against any target she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"e6115fac-0bd3-4d26-8983-bba26ae96369",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Lady moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that she ends her move adjacent to.",damage:"The Lady moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"03808ea6-19f9-40ce-accc-d558964ab758",name:"Loremaster Accordant",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Any",languages:"Common, one regional language",skills:"Arcana +16, Dungeoneering +14, History +16, Insight +14",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:11},intelligence:{score:22},wisdom:{score:19},charisma:{score:12},hp:90,initiative:5,ac:23,fortitude:22,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"9a01dee1-eb73-4ba0-b1c5-1b1800259db9",name:"Force Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"c57eb3b0-039f-4b91-8dc6-b5bcaa2a73f8",name:"Changing Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Polymorph",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"a blue ray warps the target momentarily; 1d8+6 force damage, and the target is dazed until the end of the loremaster’s next turn.",damage:"1d8+6 force damage",category:1},{id:"779a1fe0-60f5-4651-8a5b-04fada8609e6",name:"Changing Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"a wave of blue fire sweeps away from the loremaster, warping the forms of those caught in it; 1d4+6 damage, and the target is slowed and weakened until the end of the loremaster’s next turn.",damage:"1d4+6 damage",category:1},{id:"2a3ba034-cdfa-4bb3-bb13-9fea870cef62",name:"Accordant Vision",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:15,defence:3},description:"",details:"1d12+6 psychic damage, and the target is dazed (save ends).",damage:"1d12+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"79a65dcb-27cb-4057-8ebf-0951da2a05de",name:"Manshoon",details:"",size:2,origin:4,type:2,keywords:"undead",level:28,role:{type:3,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Abyssal, Chondathan, Common, Draconic, Elven, Supernal",skills:"Arcana +29, Diplomacy +28, History +29, Insight +28",equipment:"implement, staff; manshoon’s bloodmask",category:"",strength:{score:12},constitution:{score:26},dexterity:{score:16},intelligence:{score:31},wisdom:{score:16},charisma:{score:28},hp:500,initiative:17,ac:45,fortitude:42,reflex:44,will:43,regeneration:{value:10,details:"regeneration functions even while Manshoon is exposed to direct sunlight as long as he wears Manshoon’s bloodmask"},auras:[],powers:[{id:"a30cef51-78a5-4c10-bf82-db569f7681e1",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"9cdad9c8-bca7-4ee6-b53d-5392099afe1b",name:"Arcane Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:{bonus:33,defence:2},description:"",details:"2d6+10 damage.",damage:"2d6+10 damage",category:1},{id:"483e06e1-c71f-4681-a047-351c1e85fe89",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Requires combat advantage; 2d12+9 damage, the target is weakened (save ends), and Manshoon regains 125 hit points.",damage:"2d12+9 damage",category:5},{id:"d661f650-83da-4a39-826e-3c91730fe033",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:32,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Manshoon can dominate only one creature at a time.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"5eb8010e-a299-476c-bac4-919e905adf25",name:"Eldritch Tendrils",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Area burst 4 within 10",attack:{bonus:33,defence:2},description:"",details:"2d6+10 force damage, and the target is immobilized until the end of Manshoon’s next turn. Manshoon makes new attack rolls when he sustains this effect.",damage:"2d6+10 force damage",category:5},{id:"d32c306b-3509-400b-8d9f-a0d8a9a539a6",name:"Bolt Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Manshoon makes two arcane bolt attacks. If both attacks hit the same target, it is dazed until the end of Manshoon’s next turn and knocked prone.",damage:"",category:1},{id:"9240c2f5-655e-4ab2-8111-c96a5e2a7798",name:"Vascular Purge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Healing",condition:"",range:"Ranged 20",attack:{bonus:33,defence:1},description:"",details:"2d10+10 damage, and the target is stunned (save ends). All the target’s allies that can see the target are dazed (save ends). Undead creatures within 3 squares of the target regain 15 hit points.",damage:"2d10+10 damage",category:1},{id:"0e8cc5be-012f-427f-9208-9a83b45f5ee4",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Manshoon spends a healing surge and heals 125 hit points. He gains a +2 bonus to all defenses until the start of its next turn.",damage:"Manshoon spends a healing surge and heals 125 hit points",category:1},{id:"a7285afb-fda8-40b2-9370-eb3febc479eb",name:"Battle Teleport",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Manshoon teleports 4 squares.",damage:"Manshoon teleports 4 squares",category:2},{id:"0f7e9a6e-c475-4ea3-83b0-615f98ac8617",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Manshoon becomes insubstantial and gains a fly speed of 12, but cannot make attacks. He can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Manshoon becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-15}],resist:"10 against ranged attacks",vulnerable:"10 radiant (only if not wearing manshoon’s bloodmask)",immune:"disease, poison",tactics:""},{id:"c7d20e36-a2d7-4354-9984-7a26482215bb",name:"Mordrin",details:"",size:5,origin:1,type:2,keywords:"earth, giant",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +17; tremorsense 20",movement:"6",alignment:"Chaotic evil",languages:"Giant, Primordial",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:28},dexterity:{score:12},intelligence:{score:16},wisdom:{score:17},charisma:{score:19},hp:636,initiative:15,ac:43,fortitude:43,reflex:37,will:38,regeneration:null,auras:[{id:"69a9e6cb-dd4d-4481-83ed-ca6e42f0592e",name:"Halo of Stone",keywords:"",details:"(Earth) aura 2; a creature that enters or begins its turn in the aura takes 10 damage."}],powers:[{id:"7cf3b4f5-f3aa-4289-a3da-c6ae1c9b5b26",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"0c4be9b4-3c8d-409e-9ffb-137530075948",name:"Sweeping Fists",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mordrin makes a slam attack against two different targets within reach.",damage:"",category:1},{id:"f7c9ed5c-b93d-4eab-aa5e-9aaea4fe6b44",name:"Hurl Stones",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:29,defence:2},description:"",details:"2d8+9 damage, and the target is dazed (save ends).",damage:"2d8+9 damage",category:1},{id:"e8730aab-ec68-4534-86cc-e47a0a109b14",name:"Earth Shock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:30,defence:1},description:"",details:"3d10+9 damage, and the target is stunned until the end of the mordrin’s next turn. Miss: Half damage, and the target is not stunned.",damage:"3d10+9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9a97366b-e1b5-40e2-b02b-037943681250",name:"Naramus",details:"",size:2,origin:5,type:2,keywords:"",level:11,role:{type:6,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Netherese",skills:"Diplomacy +15, Insight +12, Intimidate +15, Stealth +12",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:208,initiative:11,ac:27,fortitude:25,reflex:23,will:24,regeneration:{value:10,details:"If Naramus takes radiant damage, his regeneration doesn’t function on his next turn."},auras:[{id:"dce06107-e445-41e9-909d-9d679fa35305",name:"Benighted Presence",keywords:"",details:"aura 10; light-producing effects within the aura whose level is lower than Naramus’s can create only dim light."}],powers:[{id:"27f05c96-de13-4285-814c-da2864f5b862",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+7 damage (crit 1d6+17).",damage:"1d10+7 damage (crit 1d6+17)",category:1},{id:"0dfac241-e642-44ee-a43d-bedb3d01d58c",name:"Gloom Chakram",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 5",attack:{bonus:15,defence:0},description:"",details:"2d6+4 force damage.",damage:"2d6+4 force damage",category:1},{id:"73175237-eb73-469c-ab54-cafaa3580713",name:"Arcing Swings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Naramus makes two basic melee attacks and shifts 1 square after the first attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"11639ce2-2993-4a3a-b295-cad8b4a8a0bf",name:"Disrupting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"3d10+7 damage plus ongoing 5 force damage (save ends).",damage:"3d10+7 damage plus ongoing 5 force damage (save ends)",category:1},{id:"190bcb5a-a7d5-46e4-a60e-dba922f66e12",name:"Triumphant Cry",action:{action:7,trigger:"when naramus scores a critical hit or reduces an enemy to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Naramus or an ally within 20 squares can make a melee or ranged attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"92345702-c36f-43cc-af99-b622892dd826",name:"Shadow Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Naramus can teleport 20 squares but must end his move in dim light or darkness.",damage:"Naramus can teleport 20 squares but must end his move in dim light or darkness",category:2},{id:"0b544d0e-8386-4374-8e30-336ac4c19e6d",name:"Coalescing Darkness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Naramus moves 3 or more squares by any means, he is cloaked with supernatural darkness, gaining total concealment.",damage:"If Naramus moves 3 or more squares by any means",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b9ffb61b-a8fc-43af-a9a5-c72c383d0b4b",name:"Narrows",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Supernal",skills:"Acrobatics +11, Bluff +11, Stealth +13",equipment:"dagger; leather armor",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"d7d8ff59-4cd6-4ea4-ae60-aba08d02fa22",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(+11 against a bloodied target)1d4+1 damage.",damage:"(+11 against a bloodied target)1d4+1 damage",category:1},{id:"7ec5f18c-8b40-4a58-b528-96e34ec09afd",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Narrows deals an extra 2d6 damage on melee attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"cc9fd707-ddc1-40e7-b61b-ea9df8252137",name:"Cloak of Shadows",action:{action:5,trigger:"when an enemy makes an opportunity attack against narrows",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacker is blinded (save ends).",damage:"",category:5},{id:"a8f080c7-bc3f-4ffc-ba16-19f63ffcd4fc",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Narrows gains a +1 power bonus to its next attack roll against an enemy that hit it since the Narrow’s last turn. If the attack hits and deals damage, he deals an extra 2 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71ec5390-1e53-4c48-a45e-6e1f45e526c5",name:"Plaguechanged Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +5",movement:"6, climb 4",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:19},intelligence:{score:6},wisdom:{score:3},charisma:{score:17},hp:109,initiative:8,ac:21,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"7719ddd2-d30e-4b93-8bd3-adc1145e6e57",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10+5 force damage, and the target is pushed 1.",damage:"2d10+5 force damage",category:1},{id:"c674b30c-124f-490c-854d-af385676a575",name:"Gut Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Provokes opportunity attacks; 2d8+3 force damage, and the ghoul can expend a healing surge.",damage:"2d8+3 force damage",category:1},{id:"4a7d3cd5-11dd-4a70-a4be-3f9757dc51db",name:"Passing Consumption",action:{action:4,trigger:"when missed by a melee attack made by an adjacent attacker",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"The plaguechanged ghoul can make a gut maw attack that doesn’t provoke opportunity attacks.",damage:"",category:5}],damageModifiers:[{type:6,value:-5},{type:4,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"31b9e192-94c0-4a26-adff-5b3ec7cf8493",name:"Plaguechanged Gibberling Bunch",details:"",size:2,origin:4,type:2,keywords:"swarm",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6 (If a plaguechanged gibberling bunch is exposed to sunlight, it is slowed until the end of the attacker’s next turn.)",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:2},hp:87,initiative:7,ac:19,fortitude:18,reflex:19,will:15,regeneration:null,auras:[{id:"13323a2e-4291-4387-9f11-04f3d45db81e",name:"Gibberling",keywords:"",details:"aura 10; enemies in the aura take a -2 penalty to all defenses. Gibberlings can’t surprise creatures that aren’t deafened."},{id:"a2a39d17-9310-4b5a-aee6-438dcbef4bfc",name:"Swarm Attack",keywords:"",details:"aura 1; a plaguechanged gibberling bunch makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"9d15c8a8-7d33-4748-b729-a20021f7772f",name:"Swarming Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4d4+4 damage. Critical Hit: The target takes an extra 1d6 force damage (save ends).",damage:"4d4+4 damage",category:1},{id:"56229f02-7637-4179-88d0-72876ba9f35f",name:"Pull Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"1d4+1 damage, and the target is knocked prone.",damage:"1d4+1 damage",category:1},{id:"7dca36eb-7949-4ab6-9f90-2edde13a71bd",name:"Bluefire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:6,defence:2},description:"",details:"1d4+3 force damage, and the target is slowed (save ends).",damage:"1d4+3 force damage",category:1},{id:"b7903407-b26a-4eb1-ad9b-6b80ef8adbaa",name:"Stay Down",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch can make opportunity attacks against adjacent targets that stand from prone.",damage:"",category:0},{id:"6f5f935b-66a1-4969-902c-0be8f5708941",name:"Bone Stripping",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bunch deals an extra 2d4 damage against prone targets.",damage:"a bunch deals an extra 2d4 damage against prone targets",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"+5 damage from close and area attacks",immune:"bluefire burst, charm, fear",tactics:""},{id:"0388cd8a-5cbe-4d72-a9c0-bbc4d010954f",name:"Sath’fiss’ith the Skybinder",details:"",size:2,origin:4,type:2,keywords:"reptile",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Common, Draconic, Primordial, Sarrukhar",skills:"Arcana +27, Bluff +28, Insight +24, Intimidate +28, Stealth +22",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:30},wisdom:{score:24},charisma:{score:32},hp:465,initiative:17,ac:42,fortitude:37,reflex:38,will:39,regeneration:null,auras:[{id:"093cecb9-7e8f-420f-94b6-38ac8fafc901",name:"Serpent Terror",keywords:"",details:"aura 10; while Sath’fiss’ith is not bloodied, enemies in the aura are slowed."}],powers:[{id:"3941ca9e-55cd-4695-aca0-ab9e8b26764c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"596e9065-158f-462c-bb66-265f3fec395d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"1d6+9 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"1d6+9 damage",category:1},{id:"35b825d4-fcc0-4fb6-b260-9e19c01cb862",name:"Sun Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"1d10+10 radiant damage, and the target is blinded (save ends).",damage:"1d10+10 radiant damage",category:1},{id:"15513c27-b004-4ec0-847b-e78a925a26cd",name:"Hypnotic Eyes",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target is dazed until the end of its next turn.",damage:"",category:3},{id:"36c1a632-f19e-4581-a683-674483158760",name:"Noxious Whirlwind",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 1 within 10",attack:{bonus:28,defence:1},description:"",details:"2d6+7 poison damage, and the target is immobilized (save ends). Miss: Half damage, and the target is pushed 1 square and is not immobilized.",damage:"2d6+7 poison damage",category:5},{id:"34593966-1fef-41eb-9c1a-953f1dd96e19",name:"Viper Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Poison",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"Sath’fiss’ith makes two attacks against different targets; 1d6+10 lightning damage, and the target takes ongoing 10 poison damage and is slowed (save ends).",damage:"1d6+10 lightning damage",category:1},{id:"35452104-8b79-4be1-8bb3-a725e78f3bd7",name:"Vanishing Slide",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Sath’fiss’ith becomes invisible until the start of his next turn and moves up to his speed.",damage:"",category:1},{id:"ba3b744e-b093-4523-9726-be2641e54839",name:"Serpentine Evasion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an area or close attack targeting AC or Reflex defense misses Sath’fiss’ith but deals damage on a miss, he takes no damage from the attack.",damage:"when an area or close attack targeting ac or reflex defense misses Sath’fiss’ith but deals damage on a miss",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"6d75c152-add9-4ee0-8870-89a899d2247f",name:"Scathebeast Adult",details:"",size:3,origin:4,type:1,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:9},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:69,initiative:1,ac:16,fortitude:19,reflex:14,will:16,regeneration:null,auras:[],powers:[{id:"9fb26aba-1ecf-40a1-b877-39c6b2e238f2",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"55a3e528-4332-401c-9fb9-7bf461dec74f",name:"Digest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"2d6+3 damage, and the target is grabbed (until escape) and knocked prone. A grabbed target takes 5 acid damage at the start of its turn.",damage:"2d6+3 damage",category:1},{id:"0f1c5a24-52ab-4085-8a66-d344230fda3e",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast adult can charge a target that the scathebeast adult charges.",damage:"one other scathebeast within 5 squares of a scathebeast adult can charge a target that the scathebeast adult charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"0598257a-38eb-4d6e-af24-343448764e8e",name:"Scathebeast Bull",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:20},dexterity:{score:10},intelligence:{score:2},wisdom:{score:15},charisma:{score:7},hp:75,initiative:3,ac:20,fortitude:20,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"ea8e72dd-0cdb-4e53-baae-a8869567f0d5",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"d93e10f9-c43d-4b8f-8565-edefbbef3166",name:"Split Slime",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d4+5 acid damage.",damage:"2d4+5 acid damage",category:1},{id:"47a8fe3f-6245-44ee-aaef-1399f77f75c9",name:"Slime Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:9,defence:2},description:"",details:"2d4+5 acid damage, and the target is immobilized until the end of the scathebeast bull’s next turn.",damage:"2d4+5 acid damage",category:1},{id:"bc79a0df-a445-47fe-87c1-e572b2ef12a5",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast bull can charge a target that the scathebeast bull charges.",damage:"one other scathebeast within 5 squares of a scathebeast bull can charge a target that the scathebeast bull charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"75078e61-b8aa-443e-bae7-011802af1036",name:"Scathebeast Calf",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:8},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:48,initiative:0,ac:14,fortitude:17,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"c84a798d-a8d2-4d11-916a-f510237a4c23",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"f447d377-c9e7-4db9-bef9-0cadc6cd246c",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast calf can charge a target that the scathebeast calf charges.",damage:"one other scathebeast within 5 squares of a scathebeast calf can charge a target that the scathebeast calf charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"52f72d40-8588-4486-8b11-c94c5d5e08e1",name:"Scathebeast Giant",details:"",size:4,origin:4,type:1,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:16},intelligence:{score:2},wisdom:{score:10},charisma:{score:7},hp:180,initiative:6,ac:20,fortitude:22,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"87c9d0df-9eb4-4097-a496-b16c851a9eb1",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"44910fda-4a2a-4b94-a0a0-e501c26caa5e",name:"Mass Pin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close burst 1",attack:{bonus:7,defence:1},description:"",details:"targets enemies; 2d6+3 damage, and the target is grabbed (until escape) and knocked prone. A grabbed target takes 5 acid damage at the start of its turn.",damage:"2d6+3 damage",category:1},{id:"41a2031a-aa1a-45ac-9bcb-64ee65d9d6c5",name:"Thrash",action:{action:4,trigger:"when a scathebeast giant takes damage from an attack by a creature within 2 squares of it",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"Reach 2; 2d6+3 damage, and the target is pulled adjacent to the scathebeast giant and is grabbed (until escape).",damage:"2d6+3 damage",category:5},{id:"6164f678-eb81-4437-a7cc-29eff26e0a09",name:"Stampede",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"As an immediate reaction, one other scathebeast within 5 squares of a scathebeast giant can charge a target that the scathebeast giant charges.",damage:"one other scathebeast within 5 squares of a scathebeast giant can charge a target that the scathebeast giant charges",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"a1c399f5-3c0f-437b-8ae3-614fd094301b",name:"Scathebeast Watcher",details:"",size:3,origin:4,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"8",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:55,initiative:8,ac:18,fortitude:15,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"4a48df69-0c49-4966-bb9b-70b2a3fa704c",name:"Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+1 damage. If a scathebeast watcher has combat advantage against the target, the target also takes ongoing 5 poison damage (save ends), and the scathebeast watcher can shift 1 square.",damage:"2d6+1 damage",category:1}],damageModifiers:[],resist:"5 variable. Each time a scathebeast resists damage, its resistance to that damage type increases by 5 until the end of the encounter.",vulnerable:"",immune:"poison",tactics:""},{id:"c540efea-bd14-46c2-b3c1-35e8e35ff8ad",name:"Shardsoul Avatar",details:"",size:3,origin:1,type:0,keywords:"construct",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"8, jump 6",alignment:"Chaotic evil",languages:"understands Common and Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:6},wisdom:{score:3},charisma:{score:20},hp:156,initiative:19,ac:31,fortitude:31,reflex:27,will:27,regeneration:null,auras:[{id:"9b5ce679-659b-4cb3-a483-afc28b1658cb",name:"Deranging Aura",keywords:"",details:"(Charm) aura 5; enemies within the aura take a -2 penalty to attack rolls and gain a +2 bonus to damage rolls. Each enemy whose attack misses the shardsoul avatar must make a melee basic attack against the nearest ally within reach as a free action."},{id:"e047a06b-e860-4ed2-af09-196a4562f82b",name:"Starshriek Aura",keywords:"",details:"(Psychic) aura 1; an enemy that starts its turn in the aura takes 5 psychic damage."}],powers:[{id:"2cf3f26b-0d19-4f5e-b729-beaa840074e5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+8 damage, and the target is marked until the end of the shardsoul avatar’s next turn.",damage:"2d6+8 damage",category:1},{id:"5127ff8c-26fc-4f7a-920a-2fc759569062",name:"Ironfell Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"1d10+6 radiant damage, and the target slides 1 square.",damage:"1d10+6 radiant damage",category:1},{id:"1f7384f5-e814-4c21-80b2-05c1c568872b",name:"Slaying Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardsoul avatar makes two claw attacks. If either attack hits a target marked by the shardsoul avatar, or if both attacks hit the same target, that target is also dazed until the end of the avatar’s next turn.",damage:"",category:1},{id:"3ffc1a4c-bc1c-4abc-bdc4-ac2403486291",name:"Meteor Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:21,defence:1},description:"",details:"1d4+8 damage plus 1d6 radiant damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is not pushed or knocked prone.",damage:"1d4+8 damage plus 1d6 radiant damage",category:1},{id:"06ce5316-d756-4d7f-b63b-c44682aec7d4",name:"Shardsoul Realease",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"Ranged 10",attack:null,description:"",details:"affects one other shardsoul of the shardsoul avatar’s level or lower; the target can take one extra standard action on each of its next two turns.",damage:"",category:1},{id:"119eee30-55e4-4cc5-b2b8-8064fdbe4b28",name:"Focused Killer",action:{action:5,trigger:"when an adjacent enemy marked by the shardsoul avatar shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardsoul avatar makes a claw attack against that enemy.",damage:"",category:5},{id:"05c84ed0-75bf-4f02-bcaf-915baaa09d11",name:"Skyfall Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a shardsoul avatar charges, it deals an extra 2d6 damage.",damage:"it deals an extra 2d6 damage",category:0}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2a2fd6a5-5552-42a2-b0f3-bff2e34b9800",name:"Shardsoul Slayer",details:"",size:2,origin:1,type:0,keywords:"construct",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6, jump 4",alignment:"Chaotic evil",languages:"understands Common and Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:18},intelligence:{score:6},wisdom:{score:3},charisma:{score:15},hp:90,initiative:13,ac:23,fortitude:21,reflex:20,will:18,regeneration:null,auras:[{id:"749c8ff9-187c-4cd0-b6eb-f353f308606b",name:"Deranging Aura",keywords:"",details:"(Charm) aura 5; enemies within the aura take a -2 penalty to attack rolls and gain a +2 bonus to damage rolls. Each enemy whose attack misses the shardsoul slayer must make a melee basic attack against the nearest ally within reach as a free action."}],powers:[{id:"b6b54eb8-9c21-49b9-82b6-1fea2f10dfdc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the shardsoul slayer’s next turn.",damage:"1d8+5 damage",category:1},{id:"6b9ded18-369f-4e2d-acda-9cbce437a04b",name:"Slaying Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The shardsoul slayer makes two claw attacks. If either attack hits a target marked by the shardsoul slayer, or if both attacks hit the same target, that target is also dazed until the end of the slayer’s next turn.; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"c980bcbb-0aa9-4e21-9dbb-4868222b385a",name:"Shardsoul Release",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"Ranged 10",attack:null,description:"",details:"affects one other shardsoul of the shardsoul slayer’s level or lower; the target can take one extra standard action on each of its next two turns.",damage:"",category:1},{id:"f6106f02-302c-4e6c-acbe-0331cf0c80a0",name:"Focused Killer",action:{action:5,trigger:"when an adjacent enemy marked by the shardsoul slayer shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardsoul slayer makes a claw attack against that enemy.",damage:"",category:5},{id:"81c81d48-3825-4b1b-af0c-505cb781a0c4",name:"Skyfall Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"When a shardsoul slayer charges, it deals an extra 1d8 damage.",damage:"it deals an extra 1d8 damage",category:1}],damageModifiers:[{type:9,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"094a1e7d-88f7-40cb-860f-1bd4c4465288",name:"Sharn",details:"",size:3,origin:0,type:1,keywords:"",level:12,role:{type:0,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"4, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Arcana +16, Insight +10, Religion +16",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:23},intelligence:{score:21},wisdom:{score:8},charisma:{score:24},hp:615,initiative:12,ac:28,fortitude:28,reflex:28,will:29,regeneration:{value:10,details:""},auras:[],powers:[{id:"e56d82ac-4026-4b6d-84ef-bff739c26ac3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"11dacd82-bf03-425c-8662-ede0c0240441",name:"Adaptive Blue Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:16,defence:2},description:"",details:"1d6+7 force damage, and ongoing 5 variable damage. The ongoing damage is a type to which the target is most vulnerable (sharn’s choice; the damage type doesn’t change once chosen). If the target has no vulnerability, the ongoing damage is force.",damage:"1d6+7 force damage",category:1},{id:"d7129e67-9ba8-42f0-b4a6-67badfd7296d",name:"Hex Portal",action:{action:3,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"Ranged 5",attack:null,description:"",details:"the sharn creates a hexogonal window of blue light that it can attack through as if it were in that portal’s space. As a minor action, it can move one portal up to 4 squares. Portals don’t block line of sight, line of effect, or enemy movement. A sharn can maintain up to three such portals at a time with a single minor action; it can close as many as it wishes with a free action.",damage:"it can move one portal up to 4 squares",category:5},{id:"575a4021-3ce7-4eb9-ab7b-80aa6b300b45",name:"Leaping Plaguefire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Force",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"The sharn sends a blast of blue fire against three targets; the first target must be within 10 squares of the sharn, and the other two targets within 5 squares of the first target. Primary Target:; 2d6+7 fire and force damage. Secondary Targets: +17 vs. Reflex; 1d6+7 fire and force damage, and the target is dazed (save ends).",damage:"2d6+7 fire and force damage",category:1},{id:"947c1df6-07d0-40ae-a31a-215ec519f2dd",name:"Independent Action",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The sharn makes two basic attacks (melee or ranged). If two different kinds of basic attacks hit the same target (such as a claw and a bite), that target is also dazed (save ends).",attack:null,description:"",details:"",damage:"",category:1},{id:"b0948e52-1518-4553-b518-d07be8e7e329",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The sharn spends a healing surge and heals 153 hit points. The sharn gains a +2 bonus to all defenses until the start of its next turn.",damage:"The sharn spends a healing surge and heals 153 hit points",category:1},{id:"fbea0846-48aa-4d45-b2b2-13f3c1f5e3e9",name:"Double Actions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An sharn rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different consciousness. The sharn’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:1},{id:"72d65496-3a7f-40d3-bc8d-52665b8e35db",name:"Independent Consciousness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"the sharn automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0},{id:"45c5f818-6e21-4014-aac1-0e44606788b8",name:"Threatening Reach",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A sharn can make opportunity attacks against all enemies within its reach (2 squares), including through hex portals.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"pertrification, polymorph",tactics:""},{id:"59c03dde-29a6-4706-a68a-df44597ce906",name:"Starved Dog",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:8},hp:1,initiative:2,ac:15,fortitude:10,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"5227b03f-0469-4f30-9cb7-671b8b95b29b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a01410bb-1027-460b-a548-f23f5a3dc249",name:"Szass Tam",details:"",size:2,origin:4,type:2,keywords:"undead",level:30,role:{type:0,flag:1,leader:!1},senses:"Perception +23; darkvision",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Abyssal, Common, Draconic, Elven, Infernal, Mulhorandi",skills:"Arcana +31, Dungeoneering +28, History +31, Nature +28, Stealth +22",equipment:"implement, orb",category:"",strength:{score:12},constitution:{score:28},dexterity:{score:14},intelligence:{score:32},wisdom:{score:27},charisma:{score:30},hp:388,initiative:17,ac:45,fortitude:45,reflex:43,will:46,regeneration:{value:10,details:"If Szass Tam takes radiant damage, his regeneration doesn’t function on his next turn."},auras:[{id:"bf8da06e-6d2e-45ec-8ad2-bb6d384c46b5",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"35c6a93f-0f8c-4b58-a56f-3eae874381ab",name:"Vampire Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"3d6+10 necrotic damage, and Szass Tam gains 5 temporary hit points.",damage:"3d6+10 necrotic damage",category:1},{id:"6c4a8561-40c6-4867-a6c9-aeb7af124735",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"1d6+10 damage, and 10 ongoing necrotic damage (save ends).",damage:"1d6+10 damage",category:1},{id:"9e622345-b245-4e2a-b1e6-2c8d30dd016c",name:"Soul Strike",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 10",attack:{bonus:35,defence:2},description:"",details:"targets enemies; 5d10+11 necrotic damage. Miss: Half damage.",damage:"5d10+11 necrotic damage",category:5},{id:"0c6ef1b7-5fd7-4989-a6ea-7a75f1e55a12",name:"Flensing",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:35,defence:1},description:"",details:"3d6+11 necrotic damage, and the target is stunned (save ends). All allies of the target within line of sight take a -2 penalty to attack rolls (save ends). Szass Tam must make a new attack roll against the target when he sustains this effect. he can change the target as a standard action.",damage:"3d6+11 necrotic damage",category:5},{id:"8b9d1595-6595-489b-a1b7-c7c8a7a7fbd0",name:"Resistance",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"Szass Tam or 1 ally within range gains resist 10 against one type of damage until the end of the encounter. Choose from acid, cold, fire, force, lightning, necrotic, poison, psychic, radiant, or thunder damage.",damage:"szass tam or 1 ally within range gains resist 10 against one type of damage until the end of the encounter",category:5},{id:"94d061c6-96f6-4fc1-8cd1-bddc7dc5153d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Szass Tam spends a healing surge and heals 100 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Szass Tam spends a healing surge and heals 100 hit points",category:1},{id:"9fb623e5-3edb-43b7-b332-b17a9bfc1693",name:"Necrotic Master",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Szass Tam can convert any attack power he has to necrotic. Change a power’s energy keyword to necrotic, or add necrotic energy to an attack power that doesn’t normally deal energy damage.",damage:"or add necrotic energy to an attack power that doesn’t normally deal energy damage",category:0},{id:"076cd952-02f6-483b-b320-1f1b7d32a2c7",name:"Time Stop",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Szass Tam gains two extra standard actions, which he cannot use to attack other creatures.",damage:"",category:5},{id:"2a501e9e-d383-450e-9816-24bbd122ee4e",name:"Shadow Flow",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Szass Tam uses the power contained in his robes to become invisible until the start of his next turn.",damage:"",category:3},{id:"5590cb72-a40c-4624-9b3c-c746e38697a9",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Szass Tam regains the use of an expended encounter power.",damage:"",category:3},{id:"1dfcb480-9dba-4dac-8132-a5547a5bf4e4",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Szass Tam is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"02b65420-52e5-4830-9f79-10d955c38f83",name:"Terpenzi",details:"",size:4,origin:3,type:1,keywords:"undead",level:30,role:{type:3,flag:2,leader:!1},senses:"Perception +30; darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +30, Bluff +32, Diplomacy +32, Insight +30, Intimidate +32, Stealth +32",equipment:"",category:"",strength:{score:27},constitution:{score:32},dexterity:{score:34},intelligence:{score:30},wisdom:{score:31},charisma:{score:34},hp:1400,initiative:27,ac:45,fortitude:47,reflex:48,will:48,regeneration:null,auras:[],powers:[{id:"98c23fcf-723a-4268-949b-49852e182351",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"necrotic",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 4d6+8 damage, and ongoing 10 necrotic damage (save ends).",damage:"4d6+8 damage",category:1},{id:"2eeb3e32-7c2d-4a34-8b67-effaacd0f6bb",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 3; 2d8+8 poison damage, and the target is weakened and takes ongoing 10 poison damage (save ends both). Aftereffect: The target is weakened (save ends).",damage:"2d8+8 poison damage",category:1},{id:"c71daa86-cdbf-47c2-af90-8057c515ba27",name:"Enslaving Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:35,defence:3},description:"",details:"the target is dazed (save ends). First Failed Save: The target is dazed and cannot attack Terpenzi (save ends both). Second Failed Save: The target is dominated (save ends). All saves to end these effects take a -2 penalty.",damage:"All saves to end these effects take a -2 penalty",category:3},{id:"5652be23-93a8-4839-91c5-f7543f13ae9f",name:"Soul-Chilling Wall",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Necrotic",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 10; conjures a wall of contiguous squares filled with darkness that blocks line of sight for all creatures except Terpenzi. The wall can be up to 5 squares long and up to 2 squares high. The spaces occupied by the soul-chilling wall are difficult terrain. Any creature that enters or starts its turn in the area takes 15 necrotic damage.",damage:"any creature that enters or starts its turn in the area takes 15 necrotic damage",category:5},{id:"114c2846-cc2a-4f52-a099-0bc10d17c7aa",name:"Siphon Slave",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 20",attack:null,description:"",details:"Terpenzi deals 30 necrotic damage to a creature it has dominated and regains 30 hit points.",damage:"terpenzi deals 30 necrotic damage to a creature it has dominated and regains 30 hit points",category:3},{id:"1ebb4039-5c4c-433c-8ebb-56893cb65268",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Terpenzi can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-30},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cf8d8875-c796-4ff7-bd5f-27b690ce6aa7",name:"Thaalud",details:"",size:4,origin:4,type:0,keywords:"construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +16; blindsight 20",movement:"8 (earth walk), burrow 2 (tunneling)",alignment:"Unaligned",languages:"understands Common and Netherese, telepathy 20",skills:"Arcana +21",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:17},intelligence:{score:22},wisdom:{score:12},charisma:{score:24},hp:380,initiative:15,ac:38,fortitude:35,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"249999ef-c4b8-422b-bb3e-f0f66171001e",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d8+11 damage.",damage:"2d8+11 damage",category:1},{id:"66c63389-d81d-43f8-85c7-46c3791ee0d5",name:"Thrown Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"2d8+11 damage. The maul returns to the thaalud’s grasp at the end of its turn.",damage:"2d8+11 damage",category:1},{id:"c5687d6a-85b0-452b-ab0e-0663c615c3e9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The thaalud makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"89f174a3-d368-40dd-aaf2-dee108237fb6",name:"Sweeping Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"2d8+11 damage, and the target is pushed 2 squares and is knocked prone. Hit: The thaalud can make a melee basic attack against another creature within reach.",attack:{bonus:20,defence:0},description:"",details:"Requires maul; reach 3",damage:"reach 3",category:1},{id:"24a15664-d63d-4304-b6b9-993be3deb68b",name:"Spike Stones",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:24,defence:0},description:"",details:"1d8 damage, and the target is slowed (save ends). Critical Hit: As above, but the target takes a -5 penalty to its saving throw to end the slowed condition. The zone is difficult terrain until the end of the encounter.",damage:"1d8 damage",category:1}],damageModifiers:[{type:2,value:-10},{type:3,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"f86400ea-4eed-455a-92cc-1ccdd98084c7",name:"Veserab",details:"",size:3,origin:5,type:1,keywords:"mount",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +11; blindsight 20",movement:"4, fly 8",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:18},intelligence:{score:2},wisdom:{score:17},charisma:{score:4},hp:60,initiative:11,ac:20,fortitude:20,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"3792bf1d-db14-4624-b271-0a7fc735b86d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"639b5efa-159d-40a5-be0a-0985d701021f",name:"Wing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"45f79302-428e-4242-8325-977550ba95e2",name:"Noxious Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Close blast 4",attack:{bonus:9,defence:1},description:"",details:"2d6+3 poison damage, and the target takes a -2 penalty to all defenses until the end of the veserab’s next turn. This power creates a zone of black, noxious fumes that remains in place until the end of the encounter. This zone blocks line of sight, and a creature that enters or ends its turn in the zone takes 5 poison damage. Veserabs are immune to this power’s effects.",damage:"2d6+3 poison damage",category:1},{id:"cf6f4966-29a9-4117-84f6-3bfe41df67dc",name:"Diving Wing Rake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath.",damage:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath",category:1},{id:"94b7405c-17db-4831-90af-4c0c1b03d1c0",name:"Dark Wings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when mounted by a friendly rider of 6th level or higher",range:"",attack:null,description:"",details:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath.",damage:"The veserab’s rider gains resist 5 poison and is immune to the effects of any veserab’s noxious breath",category:1},{id:"779bc3de-6e43-4091-b719-24a5a4b718aa",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The veserab deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"noxious breath",tactics:""},{id:"18fa47fa-97dc-48ed-b8ac-25d35bd2ec45",name:"Warlock Knight Executor",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:1,leader:!1},senses:"Perception +9",movement:"6",alignment:"Evil",languages:"Common, Damaran",skills:"Arcana +10, Bluff +13, Diplomacy +13, Insight +9",equipment:"leather armor",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:22},intelligence:{score:12},wisdom:{score:10},charisma:{score:18},hp:194,initiative:11,ac:25,fortitude:22,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"447e57f1-27ee-466a-a2d4-39e9441098ac",name:"Ironfell Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+6 damage plus 4 radiant damage.",damage:"1d4+6 damage plus 4 radiant damage",category:1},{id:"dd54f59a-855f-42e2-a20c-60bac65ea668",name:"Ironfell Shuriken",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 6/12",attack:{bonus:14,defence:0},description:"",details:"1d6+6 damage plus 1d4 radiant damage.",damage:"1d6+6 damage plus 1d4 radiant damage",category:1},{id:"e75e72c3-c9bc-433e-b0ed-6fb0b762558f",name:"Iron Sky Starfall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"1d6+4 radiant damage, and the target is dazed until the end of the executor’s next turn.",damage:"1d6+4 radiant damage",category:1},{id:"53b46b16-0c7f-45f3-85ab-7e02b2090444",name:"Shard Star Warrior",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"The executor makes two basic attacks (melee or ranged).",attack:null,description:"",details:"",damage:"",category:1},{id:"a714a3dc-bfb1-4965-a3e5-144742ce9ef4",name:"Dark One’s Own Luck",action:{action:7,trigger:"when the executor makes an attack roll; saving throw; ability check; or skill check; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The executor rerolls and uses the better of the two results.",damage:"",category:5},{id:"f459f379-0bb4-4426-a4d4-89c7e8285215",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"An executor deals an extra 2d6 damage on melee and ranged attacks against any target he or she has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8e5cedb7-92e2-497b-afdf-fb5aad60a9a8",name:"Warlock Knight Luminary",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:0,flag:1,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Damaran, Primordial",skills:"Arcana +17, Bluff +20, Intimidate +20, Streetwise +20",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:10},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:245,initiative:8,ac:30,fortitude:30,reflex:29,will:32,regeneration:null,auras:[],powers:[{id:"fe366b62-ed01-49c6-b5e2-59608c19a209",name:"Ironfell Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+1 damage plus 7 radiant damage.",damage:"1d10+1 damage plus 7 radiant damage",category:1},{id:"f48e697a-fdc5-4b0d-9427-7f4ab7cc52e5",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"f421e9e4-8f1e-47ed-900b-e327c4aaefb6",name:"Double Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make two eldritch blast attacks against different targets.",damage:"",category:1},{id:"5cb959d1-64da-407e-9ec9-2af7dff8b2af",name:"Bands of Telos",action:{action:1,trigger:"sustain minor; daily",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:1},description:"",details:"4d6+7 radiant damage, and the target is restrained (save ends). The luminary must make new attack rolls when she sustains the effect.",damage:"4d6+7 radiant damage",category:5},{id:"e12e32ea-963f-44fa-b479-070634d9c78b",name:"Iron Sky Meteors",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"affects two targets in the area; 2d6+7 radiant damage, and the target is dazed until the end of the luminary’s next turn.",damage:"2d6+7 radiant damage",category:1},{id:"e3af92b1-a554-4407-a9ea-d145e9947ad3",name:"Dark One’s Own Luck",action:{action:7,trigger:"when the luminary makes an attack roll; saving throw; ability check; or skill check; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The luminary rerolls and uses the better of the two results.",damage:"",category:5},{id:"d227f67a-7dcd-43b6-972d-926a975e2497",name:"Ironfell Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The luminary chooses the closest enemy within line of sight. That enemy takes an extra 2d6 damage from the luminary’s attacks. A luminary can’t curse an enemy already under the effect of ironfell curse or another creature’s curse.",damage:"that enemy takes an extra 2d6 damage from the luminary’s attacks",category:3},{id:"263fbbde-db70-4999-a2d1-2f59212f14cf",name:"Fate of Ironfell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an enemy under the effect of ironfell curse is reduced to 0 hit points, the luminary gains a +5 power bonus to a single d20 roll before the end of her next turn.",damage:"the luminary gains a +5 power bonus to a single d20 roll before the end of her next turn",category:0},{id:"9c910615-0639-4cd0-84ea-99d7e9f90ddd",name:"Star Trail",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The luminary flies up to 7 squares, landing in an unoccupied space; she becomes insubstantial during this movement. An enemy that makes an opportunity attack against the luminary during this movement takes 10 radiant damage.",damage:"an enemy that makes an opportunity attack against the luminary during this movement takes 10 radiant damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78f7362d-ac66-4349-aba4-860f76320553",name:"Warlock Knight Vindicator",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Damaran",skills:"Arcana +16, Athletics +17, Diplomacy +17, Intimidate +17",equipment:"",category:"",strength:{score:24},constitution:{score:15},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:20},hp:286,initiative:9,ac:32,fortitude:30,reflex:27,will:28,regeneration:null,auras:[{id:"14eac4d1-e8d3-4371-9a2d-aeee3d7743f5",name:"Beacon of Telos",keywords:"",details:"aura 5; allies within the aura gain resist 10 against fire, psychic, and radiant damage."}],powers:[{id:"b9bc2d38-a7f9-4a60-a8fc-f5739bc16edb",name:"Ironfell Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d4+7 damage plus 1d10 radiant damage, and the target is marked until the end of the vindicator’s next turn.",damage:"2d4+7 damage plus 1d10 radiant damage",category:1},{id:"9fba7897-cd0a-4485-8127-ddf4f040543a",name:"Glaive Arcs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:null,description:"",details:"The vindicator makes two ironfell glaive attacks.",damage:"",category:1},{id:"75d3dc48-2ef2-4537-b731-ce919c1bfb58",name:"Iron Sky Starfall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"1d6+5 radiant damage, and the target is dazed until the end of the vindicator’s next turn.",damage:"1d6+5 radiant damage",category:1},{id:"05ec1b54-ecbf-402e-b995-cd7cfe5c19a6",name:"Iron Sky Pursuit",action:{action:4,trigger:"when an enemy marked by the vindicator within 5 squares of the vindicator moves away",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vindicator shifts up to 4 squares toward the marked enemy.",damage:"The vindicator shifts up to 4 squares toward the marked enemy",category:5},{id:"5c45b5a9-2da5-404e-b7fa-8f975bcefe6f",name:"Dark One’s Own Luck",action:{action:7,trigger:"when the vindicator makes an attack roll; saving throw; ability check; or skill check; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vindicator rerolls and uses the better of the two results.",damage:"",category:5}],damageModifiers:[{type:9,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"07a87e17-78c3-4e8e-a16a-b4df36058089",name:"Wereserpent",details:"",size:2,origin:4,type:2,keywords:"reptile, shapechanger",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +9; low-light vision",movement:"6, climb 4 (in snake form only), swim 4",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +12, Bluff +12, Stealth +12",equipment:"leather armor; scimitar",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:60,initiative:7,ac:20,fortitude:19,reflex:18,will:17,regeneration:{value:5,details:"If the wereserpent takes damage from a silver weapon, its regeneration doesn’t function on its next turn."},auras:[],powers:[{id:"d72a5bd4-e4f7-4318-9b97-9115c3fa9587",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage (crit 1d8+13).",damage:"1d8+5 damage (crit 1d8+13)",category:1},{id:"feff3759-24b0-4ee9-82f8-0dcdd94d13fe",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage, and the target takes a -2 penalty to attack rolls and is weakened (save ends both).",damage:"1d6+5 damage",category:1},{id:"ab8c7fe9-c3f1-488d-88eb-abea387c434d",name:"Tail Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"the target is grabbed (until escape). A wereserpent can grab only one creature at a time.",damage:"",category:1},{id:"c5419feb-3432-4909-b710-79ece829c889",name:"Drag Foe",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Affects a target the wereserpent has grabbed; the wereserpent can move up to its speed and pull the grabbed target with it.",damage:"",category:2},{id:"84336f5d-493a-49ae-85e8-6643a8d61304",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Affects a target the wereserpent has grabbed; 1d4+5 damage, and the target is dazed until the end of the wereserpent’s next turn.",damage:"1d4+5 damage",category:1},{id:"2e8f523e-ef5b-4bfb-bf92-580309e0aaa8",name:"Serpentine Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wereserpent shifts 4 squares, and the serpent allies within 10 squares of it can shift 2 squares as a free action.",damage:"The wereserpent shifts 4 squares",category:2},{id:"76d89051-e2a3-4a0a-b518-d1cca7a6067d",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wereserpent can alter its physical form to appear as a crushgrip constrictor or a unique human. It cannot use its bite, constrict, or tail grab attacks in human form and cannot make scimitar attacks in snake form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cb2cd9b0-c8eb-486d-83ce-027862065b16",name:"Zairtail Bonebreaker",details:"",size:1,origin:4,type:1,keywords:"reptile",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:12},intelligence:{score:2},wisdom:{score:9},charisma:{score:7},hp:67,initiative:3,ac:16,fortitude:18,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"24695972-264f-498e-8ea6-4ecd6d7625e5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+4 damage, and the target is grabbed (until escape).",damage:"2d6+4 damage",category:1},{id:"c07ed6f4-ede7-4b0d-b25d-b0527138bfd2",name:"Drag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Grabbed target only; 2d6+4 damage, and the zairtail moves up to its speed, pulling the grabbed target with it.",damage:"2d6+4 damage",category:1},{id:"df425c22-56f1-4b23-b987-725ce45351bd",name:"Vise Jaws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A zairtail bonebreaker does not need to sustain a grab. Its grab lasts until the victim escapes or the bonebreaker lets go; the bonebreaker has a +5 bonus to Fortitude defense against escape attempts. Being affected by a condition that prevents the bonebreaker from taking opportunity actions does not end its grab. If the bonebreaker is subjected to forced movement, it pulls the grabbed creature with it.",damage:"the bonebreaker has a +5 bonus to Fortitude defense against escape attempts",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7900355c-2f07-4d0e-8bde-cbffec79ffa6",name:"Zairtail Cutter",details:"",size:1,origin:4,type:1,keywords:"reptile",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:20},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:58,initiative:9,ac:19,fortitude:15,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"c38b4097-0b0a-49d0-b3fa-6af2151fa420",name:"Slashing Crest",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"6ef1755b-cbb9-48b4-a367-5718eb9d33da",name:"Evasive Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage, and the zairtail cutter shifts 2 squares.",damage:"1d8+5 damage",category:1},{id:"f60f2dab-f509-4cb5-ba04-6e5de11b85f9",name:"Slicing Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The zairtail cutter moves its speed. It can make a single basic attack against each creature it moves adjacent to during this move.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"642d2cef-f155-45c9-aae8-5127f2a36cad",name:"Zairtail Firetongue",details:"",size:1,origin:4,type:1,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +0; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:9},charisma:{score:7},hp:38,initiative:5,ac:15,fortitude:15,reflex:17,will:12,regeneration:null,auras:[{id:"549bc1d4-25d9-4cc3-87ff-c8ecb77a9056",name:"Scalding Body",keywords:"",details:"When a zairtail firetongue is hit by a melee attack or grabbed, the attacker takes 5 fire damage, and the firetongue shifts 1 square."}],powers:[{id:"0f2268d9-9c31-4529-95d1-09c4369ff456",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"cfc5989b-b9ef-4e5c-9fa3-2d2321368808",name:"Burning Bile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:0},description:"",details:"2d6+2 fire damage.",damage:"2d6+2 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43221957-2e22-404b-a61d-ec8bf1c8683d",name:"Zairtail Gazer",details:"",size:1,origin:4,type:1,keywords:"reptile",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:9},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:19},hp:40,initiative:3,ac:17,fortitude:12,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"f494e05a-aeab-45a0-88c1-fc74c374b201",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"b0f529eb-4104-4cbc-b6dc-21ef0815ca2c",name:"Disorienting Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; blind creatures are immune; the target is dazed until the end of the zairtail gazer’s next turn.",damage:"",category:1},{id:"420b6722-1ef5-48f7-b89a-b476c03139dc",name:"Zairtail Alert",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"All zairtails within 10 squares can move up to their speed as a free action.",damage:"All zairtails within 10 squares can move up to their speed as a free action",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d5c77257-8013-4d81-94a3-8221fae21164",name:"Zairtatil Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"8 can enter or move through an enemy’s space without provoking opportunity attacks",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:9},dexterity:{score:19},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:40,initiative:7,ac:17,fortitude:13,reflex:18,will:16,regeneration:null,auras:[{id:"af421e16-229a-4c13-8a4e-c152d3dbd377",name:"Swarm Attack",keywords:"",details:"aura 1; the zairtail swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"415233f3-9bab-4eb6-b114-fa8d2a5ac673",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage plus ongoing 3 damage.",damage:"1d8+4 damage plus ongoing 3 damage",category:1}],damageModifiers:[{type:1,value:-5}],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"283bf478-b011-49fe-b691-a3220979b113",name:"Zark the Dwarf",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Dwarven",skills:"Bluff +7, Dungeoneering +10, Endurance +7",equipment:"crossbow; crossbow bolts (20); leather armor; warhammer",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:46,initiative:5,ac:17,fortitude:16,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"d40c7233-f505-4d6a-be84-58944387f1aa",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"f5911f0c-1e45-4033-989f-1f90ec76e66a",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"40ec5e99-ce08-4a89-96f0-3e8b6fd15cc8",name:"Aimed Shot",action:null,keywords:"",condition:"",range:"Zark gains a +2 bonus to attack rolls and deals an extra 1d6 damage with ranged attacks against creatures that don’t have cover.",attack:null,description:"",details:"",damage:"",category:0},{id:"5557a4ac-d537-4481-ab67-9d7db8610ba2",name:"Stand Your Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Zark to move—through a push, a pull, or a slide—he moves 1 square less than the effect specifies. When an attack would knock Zark prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide—he moves 1 square less than the effect specifies",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"43f1fa34-ea71-4ff4-abc0-3e2024049d5d",name:"Zhent Black Sun Adept",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Chaotic evil",languages:"Chondathan, Common",skills:"Bluff +13, Diplomacy +13, Insight +10, Religion +11",equipment:"chainmail; light shield; morningstar",category:"",strength:{score:15},constitution:{score:11},dexterity:{score:10},intelligence:{score:16},wisdom:{score:14},charisma:{score:20},hp:67,initiative:3,ac:20,fortitude:17,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"e833208e-4a0b-412a-a2bf-f9705009da54",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"a6d4ac64-5b67-47cd-81e6-2b5bb5d37255",name:"Black Sunbeam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic or Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d4+5 necrotic or radiant damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"1d4+5 necrotic or radiant damage",category:1},{id:"2c308d60-1e52-4d92-b603-540d5bd5ad40",name:"Behold the Black Sun",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 2",attack:{bonus:10,defence:3},description:"",details:"the target slides 1 square, is knocked prone, and is dazed until the end of the adept’s next turn.",damage:"the target slides 1 square",category:1},{id:"7975f2e8-07b5-4af4-b08b-e631d62c5387",name:"Rebellious Limbs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"1d4+5 psychic damage, and the target slides 2 squares and makes a basic melee attack against itself.",attack:{bonus:10,defence:3},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3504b24e-974f-4944-9ea4-889f88862bdc",name:"Zhent Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"5",alignment:"Evil",languages:"Chondathan, Common",skills:"Endurance +7, Intimidate +9, Streetwise +9",equipment:"crossbow; crossbow bolts (20); heavy shield; longsword; scale armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:63,initiative:4,ac:21,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"5338e499-e77d-4b44-87b6-eb344a9ec673",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of the Zhent soldier’s next turn.",damage:"1d8+6 damage",category:1},{id:"eec40f59-8e87-42d0-b6c5-640e7e10f643",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"f63681d3-ecee-40fa-a425-dd61a1920081",name:"Sly Cut",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Requires longsword; affects a target marked by the Zhent soldier; 1d8+6 damage, and the target is slowed (save ends).",damage:"1d8+6 damage",category:1},{id:"8d19a56b-6520-4ae7-a2ae-134c90ab9376",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires shield; 1d8+4 damage, and the target is pushed 1 square if it is Large or smaller. The Zhent soldier can shift 1 square into the space vacated by the target.",damage:"1d8+4 damage",category:1},{id:"49383076-161d-4191-a430-363cf2cf4104",name:"Zhent Phalanx",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a Zhent soldier is adjacent to an ally, he or she doesn’t grant combat advantage to flanking enemies.",damage:"",category:0},{id:"9c90b7bb-2970-4a93-aca4-cc751818f327",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Zhent soldier deals an extra 1d4 damage on all attacks against a target that is marked by it.",damage:"a zhent soldier deals an extra 1d4 damage on all attacks against a target that is marked by it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74dbcb50-d43c-44c2-ae9b-84ce8f61ea21",name:"Zhent War Mage",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Chondathan, Common",skills:"Arcana +15, Diplomacy +9, Dungeoneering +11, Insight +11",equipment:"dagger; implement, wand",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:12},hp:56,initiative:6,ac:19,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"3510c8b0-19dc-472a-9fc3-efda6d3620c5",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"b3389b9a-790e-4426-968a-e4d313467b10",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"2d4+5 force damage.",damage:"2d4+5 force damage",category:1},{id:"7383d348-ef37-496e-bb97-ebf214dfa3c4",name:"Zhent Flash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 3",attack:{bonus:10,defence:2},description:"",details:"1d8+5 radiant damage, and the target is blinded until the end of the war mage’s next turn.",damage:"1d8+5 radiant damage",category:1},{id:"c2c3ff5d-48f1-4b5f-854a-21b909571364",name:"Fire Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:2},description:"",details:"1d6+5 fire damage.",damage:"1d6+5 fire damage",category:1},{id:"d41d4f1d-23fb-4ecc-ae60-7e14dfc4efd0",name:"Black Vapors",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Area burst 3 within 20",attack:{bonus:10,defence:2},description:"",details:"1d6+5 poison damage, and the target takes ongoing 5 poison damage and takes a -2 penalty to attack rolls (save ends both).",damage:"1d6+5 poison damage",category:5},{id:"59977695-c171-481c-b973-d669bfde5795",name:"Wand of Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"",attack:null,description:"",details:"Requires wand; the war mage gains a +3 bonus to one attack roll.",damage:"the war mage gains a +3 bonus to one attack roll",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a880d9e3-9460-4bfc-bb33-be78ba831ed3",name:"Baboon Wight",details:"",size:2,origin:4,type:1,keywords:"undead",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +0; darkvision",movement:"7, climb 4",alignment:"Evil",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:3},wisdom:{score:6},charisma:{score:15},hp:124,initiative:7,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"8d4508ab-4a89-4b1b-b4fb-b4a8d7e05c00",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+4 necrotic damage, and the baboon makes a secondary attack against the target. Secondary Attack: +8 vs. Fortitude; the target loses 1 healing surge.",damage:"1d4+4 necrotic damage",category:1},{id:"b136e692-cce0-44ab-b842-5eace37cde7a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+5 damage, and the target is pushed 1 square.",damage:"1d6+5 damage",category:1},{id:"d1e86c93-2456-4aa2-adcc-aa08901d703f",name:"Howling Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The baboon wight makes a bite attack and a slam attack. The wight can shift 3 squares before, between, or after the attacks.",damage:"The wight can shift 3 squares before",category:1},{id:"32d12df1-cd17-4640-aa13-4ee0c8c924bf",name:"Maddening Howl",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:8,defence:3},description:"",details:"1d8+6 psychic damage, and the target is immobilized (save ends).",damage:"1d8+6 psychic damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1344d5da-cc6a-4d26-9e12-b894f722080a",name:"Chavakuth’s Bodyguard",details:"",size:2,origin:4,type:2,keywords:"reptile; lizardfolk",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +9",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +13",equipment:"greatclub",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:86,initiative:6,ac:18,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"d4450cc0-08de-4df6-a99b-f6d42ca185d4",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4d4+4 damage, and the target is pushed 1 square.",damage:"4d4+4 damage",category:1},{id:"a9ab1465-029d-4222-a811-02bec69bafaf",name:"Tail Slap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"2d6+4 damage, and the target is knocked prone.",damage:"2d6+4 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f913d7a-f261-4392-ba20-50ed9381a4e1",name:"Elvarel Prath",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:9,role:{type:3,flag:0,leader:!0},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Bluff +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:13},intelligence:{score:13},wisdom:{score:17},charisma:{score:13},hp:96,initiative:5,ac:23,fortitude:21,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"cd4d8c52-3a7c-42b9-94c8-a06e3042c202",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"925ca8e2-6160-4b04-9766-d9cbcb6e3dfd",name:"Smite the Invader",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+3 damage, and the target is knocked prone.",damage:"2d8+3 damage",category:1},{id:"a2671dc9-e468-43df-be93-ba9f36131ce4",name:"Invoke Ferocity",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"the target can make a melee basic attack as a free action. If the target hits, it regains 10 hit points.",attack:null,description:"",details:"targets one undead or beast ally",damage:"",category:3},{id:"6f7cb622-2004-4f62-907d-660fe2f7db1c",name:"Word of Command",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Elvarel slides the target 6 squares. If the target ends adjacent to any enemies, one of those enemies can make a melee basic attack against the target as a free action.",attack:{bonus:13,defence:3},description:"",details:"targets enemies",damage:"",category:1},{id:"1b0fe5ec-8224-4cd9-8267-4c4aae1c042f",name:"Feigned Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Elvarel falls prone but remains conscious with 10 hit points. He appears to be unconscious or dead (Passive Insight DC 19 to recognize the deception). The next time an enemy moves out of a square adjacent to Elvarel without shifting, as an immediate interrupt, he stands and makes a smite the invader attack.",damage:"Elvarel falls prone but remains conscious with 10 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4ca2255-a852-4d7e-a897-9f37fce8e1e6",name:"Kallist",details:"",size:2,origin:4,type:2,keywords:"reptile; lizardfolk",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:160,initiative:5,ac:20,fortitude:20,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"6ed0b198-4037-44f6-9ba7-9f99a5ba4716",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"c013c9a2-87cf-492c-8d9d-b7aef1ef4452",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage, and the target is slowed (save ends). If the target is already slowed, it is instead immobilized (save ends).",damage:"1d10+5 damage",category:1},{id:"07bc196b-f786-447b-ad7f-4a1ec4217393",name:"Debilitating Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"3d10+4 damage, and the target is weakened (save ends). Miss: Half damage.",damage:"3d10+4 damage",category:1},{id:"61de5b83-23ad-4fc7-ac38-a31fe434afaf",name:"Sidestep Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The lizardfolk shifts and makes two basic attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"33ac5d0c-9cde-4d58-8ede-defe57be6432",name:"Megaraptor Skeleton",details:"",size:4,origin:4,type:1,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:130,initiative:8,ac:22,fortitude:23,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"8ec2c9c7-6858-4edd-a5b4-3b2d2f16dc0e",name:"Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3d6+5 damage.",damage:"3d6+5 damage",category:1},{id:"164e8436-523a-4cd9-adc1-f3d363ab0768",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the megaraptor gains a +2 bonus to attack rolls and deals 1d6 extra damage.",damage:"the megaraptor gains a +2 bonus to attack rolls and deals 1d6 extra damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7e4b6a21-7a8a-46f5-9bc6-1d5bd2c4e460",name:"Nagatha",details:"",size:2,origin:4,type:2,keywords:"blind, reptile",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"10, burrow 2",alignment:"Chaotic Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:106,initiative:8,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"4b744a8c-22dd-4e44-ae7b-ec0310330fdf",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d8+3 damage, and the nagatha makes a secondary attack against the target. Secondary attack: +9 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"2d8+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"903e7de7-80ea-46b1-ace6-6a617b8d8f42",name:"Sail Snake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"4, climb 4, fly 6 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:19},intelligence:{score:2},wisdom:{score:10},charisma:{score:14},hp:85,initiative:7,ac:18,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"000ed9ce-c758-4555-a285-3e2b0751d961",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"d758a763-a50c-48ee-9d64-1e74aade25f1",name:"Venom Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:7,defence:1},description:"",details:"target is blinded (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"f77e8c06-bf40-45ac-990f-9a453db65625",name:"Scale Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:7,role:{type:2,flag:2,leader:!1},senses:"Perception +4; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:14},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:332,initiative:5,ac:19,fortitude:24,reflex:19,will:18,regeneration:null,auras:[{id:"3f73911b-145b-4d6a-9681-d1dae2424f9b",name:"Shifting Scales",keywords:"",details:"aura 2; any enemy the starts its turn within the aura takes 5 damage, and the scale golem slides the enemy 1 square."}],powers:[{id:"0f37965f-e5a4-4e32-8d2b-6e3de4e67842",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"b58445a1-29b5-4b26-a767-24991ef8e443",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem makes two slam attacks.",damage:"",category:1},{id:"5b4ce45c-b04e-4131-80b7-1d2552903146",name:"Eviscerating Explosion",action:null,keywords:"",condition:"when first bloodied and again when the scale golem drops to 0 hit points",range:"Close burst 3",attack:{bonus:8,defence:2},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:0},{id:"b57ebc12-c08b-4b82-a6b1-c963c6013870",name:"Golem Rampage",action:{action:1,trigger:"see also bloody rampage",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scale golem moves up to its speed plus 2 and can move through enemies’ spaces. When it enters a creature’s space, the golem makes a slam attack against that creature. On each use of golem rampage, the golem can make only one slam attack against each creature.",damage:"The scale golem moves up to its speed plus 2 and can move through enemies’ spaces",category:5},{id:"45103efd-a9eb-4a94-95b8-c111272d08f0",name:"Bloody Rampage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Golem rampage recharges on 4 5 6.",damage:"Golem rampage recharges on 4 5 6",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a45b335-97d5-4d90-be12-d35285c98c54",name:"Shillonok",details:"",size:2,origin:4,type:2,keywords:"reptile; lizardfolk",level:7,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:160,initiative:5,ac:20,fortitude:20,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"b3b84ca1-7c09-417b-a1ea-419bc3bf7f4a",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"f94aab53-e03a-4ed1-923e-1b87f00b4502",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage, and the target is slowed (save ends). If the target is already slowed, it is also pushed 2 squares.",damage:"1d10+5 damage",category:1},{id:"7d715129-87f8-4abc-909d-1cbaefd6e30d",name:"Blinding Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"3d10+4 damage, and the target is blinded (save ends). Miss: Half damage.",damage:"3d10+4 damage",category:1},{id:"ddb9482e-6a50-49e1-940b-e71e41e70878",name:"Sidestep Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Shillonok shifts and makes two basic attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1924a444-ea2d-40f3-90f0-1036e1eef3c2",name:"The Risen King",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:3,flag:2,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common, Draconic, telepathy 10",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:18},intelligence:{score:21},wisdom:{score:20},charisma:{score:22},hp:408,initiative:9,ac:24,fortitude:21,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"42a7b603-99eb-4a89-8c01-0f21718a1a5d",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+5 damage, and the target is marked or slowed until the end of the Risen King’s next turn.",damage:"2d10+5 damage",category:1},{id:"bcfee16e-3388-4283-8af3-8271c6606994",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Risen King makes two bastard sword attacks.",damage:"",category:1},{id:"b4895ea8-1fcf-4410-a44e-555d5cd7f01d",name:"Invoke Serpents",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:1},description:"",details:"3d10+5 damage. Effect: The Risen King causes vipers to spill from the target’s flesh, causing a viper swarm (see below) to appear adjacent to the target.",damage:"3d10+5 damage",category:3},{id:"f51f0191-189d-42af-9ea4-7b2225bf83fa",name:"Inspire Awe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"the target cannot attack the Risen King (save ends).",damage:"",category:3},{id:"77f85c56-966d-4ccd-82e2-45f8161d0d27",name:"Eyes of Betrayal",action:{action:1,trigger:"when an enemy starts its turn within 2 squares of the risen king",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The triggering enemy must make a basic attack against one ally.",damage:"",category:5},{id:"cb34710f-3168-4821-b9e6-c5b9735ec8e4",name:"Poisonous Blood",action:null,keywords:"",condition:"",range:"Any creature adjacent to the Risen King that is hit by a melee attack takes 5 poison damage. While the Risen King is bloodied, the damage instead equals 10 poison.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"57ad99f2-e3c8-4c63-b5b3-2d94d64e967a",name:"Viper Swarm (lesser)",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"5, climb 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:13,regeneration:null,auras:[{id:"7fa7e742-ad2e-4fa0-83d7-55a1d6fa98a4",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 poison damage."}],powers:[{id:"af6e39e2-a725-4517-a0c2-876c80ee198c",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+3 damage, and the swarm makes a secondary attack against the target. Secondary Attack: +9 vs. Fortitude; the target takes ongoing 5 poison damage (save ends).",damage:"1d6+3 damage",category:1},{id:"5abfc1df-bfbb-464c-8d64-3dd1a0561123",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The viper swarm makes a swarm of fangs attack and shifts its speed.",damage:"",category:1},{id:"3966a8d6-46bf-410e-b634-46910fb3b5bf",name:"Serpentine Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The viper swarm ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74dc4dbe-5c03-409a-b372-4c78974af8d6",name:"Writhing Blackness",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +6; tremorsense 5",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:13},intelligence:{score:1},wisdom:{score:13},charisma:{score:16},hp:252,initiative:6,ac:22,fortitude:20,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"08aac9e9-0e73-4afc-a4c7-3640c4a6db97",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 2; 1d8+5 damage, and the target is grabbed.",damage:"1d8+5 damage",category:1},{id:"8fe77f81-3f0a-4ddb-9322-7b9a3df20980",name:"Engulf",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Reach 2; targets a creature immobilized by the writhing blackness; the target is no longer grabbed or immobilized and is instead engulfed (save ends). While engulfed, the target is restrained and takes 3d8 + 5 necrotic damage at the start of the writhing blackness’s turn. The engulfed creature has line of sight and line of effect only to the writhing blackness, and no creature has line of sight or line of effect to the target. When the writhing blackness dies or the target saves, it appears in a space of its choice adjacent to the writhing blackness.",damage:"the target is restrained and takes 3d8 + 5 necrotic damage at the start of the writhing blackness’s turn",category:3},{id:"be71a393-bc52-4910-aefc-569df4ff54df",name:"Deadly Constriction",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the writhing blackness; 2d8+5 damage, and the target is immobilized (save ends).",damage:"2d8+5 damage",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"96d518a9-015c-402c-b7ea-0caf17eb616d",name:"Yuan-ti Boneshard Skeleton",details:"",size:2,origin:4,type:0,keywords:"reptile, undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:77,initiative:5,ac:17,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"eaebdc7b-1613-45dc-833e-0029b8897b44",name:"Boneshard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 damage, and ongoing 5 poison and necrotic damage (save ends).",damage:"1d4+3 damage",category:1},{id:"8c6d80d6-bacc-4e14-91e0-937d4d42f1bc",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage (crit 1d8 + 11) plus 5 poison damage.",damage:"1d8+3 damage (crit 1d8 + 11) plus 5 poison damage",category:1},{id:"0f79c0c5-9f54-4ef4-b251-ff8f0a6fde58",name:"Boneshard Burst",action:null,keywords:"Necrotic, Poison",condition:"when first bloodied and again when the boneshard skeleton drops to 0 hit points",range:"Close burst 3",attack:{bonus:8,defence:2},description:"",details:"2d6+3 necrotic and poison damage.",damage:"2d6+3 necrotic and poison damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"882cad85-4979-4c65-bc1a-226875c492e8",name:"Yuan-ti Ignan",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:8,role:{type:7,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:13},intelligence:{score:6},wisdom:{score:14},charisma:{score:11},hp:180,initiative:7,ac:24,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"2888e28b-57fe-47ad-94a8-45b071759a87",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+4 damage, and the target is marked until the end of the yuan-ti ignan’s next turn.",damage:"1d8+4 damage",category:1},{id:"bd84d221-64ae-4c86-88c8-e6c49094a855",name:"Burning Constriction",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets a creature grabbed by the yuan-ti ignan; 1d6+5 damage plus 1d4 fire damage, and until the end of the yuan-ti ignan’s turn, it can move the grabbed target as a move action instead of as a standard action.",damage:"1d6+5 damage plus 1d4 fire damage",category:3},{id:"e31747b3-6984-475e-a713-387a5d5138d9",name:"Tail Slap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"1d8+4 damage plus 1d4 fire damage, and the target is grabbed.",damage:"1d8+4 damage plus 1d4 fire damage",category:3},{id:"f1d0b52e-b897-4170-a2dd-7d54e26bb480",name:"Body of Flame",action:null,keywords:"",condition:"",range:"Any creature that hits the yuan-ti ignan with a melee attack gains vulnerable 5 fire until the end of its next turn.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e8ab613c-01b6-4807-8b3c-f0554610de88",name:"Allan Redhand",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven, Goblin",skills:"Athletics +10, Intimidate +5",equipment:"greatsword; scale armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:12},charisma:{score:9},hp:44,initiative:5,ac:21,fortitude:15,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"5d42592b-4212-4df4-ae68-3644715561cb",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"f6b9b0a8-c546-4f5e-a9d0-df96224927cc",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever Allan hits with his greatsword, he marks his target until the end of his next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"96f70579-8431-4d0d-9894-8a09ec211cda",name:"Barthus",details:"",size:2,origin:4,type:2,keywords:"undead",level:6,role:{type:3,flag:2,leader:!1},senses:"Perception +7; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Netherese",skills:"Arcana +8, Diplomacy +13, History +8, Insight +12, Religion +8",equipment:"leather armor; lifedrinker weapon; mace",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:18},charisma:{score:20},hp:292,initiative:10,ac:24,fortitude:20,reflex:17,will:18,regeneration:{value:5,details:"regeneration does not function while Barthus is exposed to direct sunlight"},auras:[],powers:[{id:"fb014f52-a4d0-45c4-a7f3-993670e811f8",name:"Lifedrinker Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage. If this attack drops an enemy to 0 hit points, then Barthus gains 5 temporary hit points.",damage:"1d8+4 damage",category:1},{id:"29d91c2c-1483-492a-8b5f-95984d66d494",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Requires combat advantage; 1d6+8 damage, and the target is weakened (save ends), and Barthus heals 36 hit points.",damage:"1d6+8 damage",category:5},{id:"e05ffb7d-c3ea-45ef-9d60-6a41d0bdc2dc",name:"Forbidding Darkness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d10+3 necrotic damage, and Barthus gains combat advantage against the target until the end of his next turn.",damage:"1d10+3 necrotic damage",category:1},{id:"dbe149c4-eea0-4c53-aab4-35b7c669ceca",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:9,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: The target is dazed (save ends). Barthus can dominate only one creature at a time.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"7936391f-c1b3-4eee-9b18-4639b88c8446",name:"Desecrated Ground",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Zone",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Burst 1; 1d6+3 necrotic damage, and target is slowed (save ends). Until the end of the encounter, enemies that start their turns within the zone take 1d6+3 necrotic damage. Barthus and any allies who are bloodied and start their turns within the zone regain 4 hit points. Barthus can have only one zone of desecrated ground at a time.",damage:"1d6+3 necrotic damage",category:3},{id:"399f844f-1da3-4b85-ba1c-7cae0e103c16",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Barthus becomes insubstantial and gains a fly speed of 12, but cannot make attacks. He can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Barthus becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"565c0b53-da26-40e6-a807-e027ba63972b",name:"Bound Oni Night Haunter",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +14, Insight +11, Stealth +13, Thievery +13",equipment:"morningstar",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:212,initiative:8,ac:26,fortitude:25,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"4af7a18f-6106-4995-bc16-52344165e801",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d12+6 damage, and a Medium or smaller target is pushed 1 square.",damage:"1d12+6 damage",category:1},{id:"c043ac36-6b31-476e-b2ad-5ecae3018f33",name:"Hypnotic Breath",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Charm, Sleep",condition:"",range:"Close blast 5",attack:{bonus:13,defence:3},description:"",details:"the target is dazed (save ends). First Failed Save: The target falls unconscious (no save).",damage:"",category:5},{id:"45c02232-2246-482a-9982-88e3e03ea746",name:"Devour Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Psychic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Affects an unconscious target only; 2d10+5 psychic damage, and the oni night haunter regains 10 hit points. This attack does not wake the unconscious target.",damage:"2d10+5 psychic damage",category:1},{id:"de1df94c-1e7b-468d-8c97-6d47c8489835",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni night haunter can disguise itself to appear as an elderly Medium or Large humanoid. A successful Insight check (opposed by the oni’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"fb667489-4e73-450d-99ed-fc305f3fcbc4",name:"Gaseous Form",action:{action:1,trigger:"sustain standard",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover). It can enter and move through a porous obstacle that would otherwise prevent movement (such as a door or a cracked window). It remains in this form as long as it sustains the power.",damage:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be581444-3957-4bc2-b1a9-0fd0ee92025b",name:"Devlin",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!0},senses:"Perception +1",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Bluff +8, Diplomacy +8",equipment:"chainmail; halberd",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:12},intelligence:{score:9},wisdom:{score:10},charisma:{score:15},hp:56,initiative:7,ac:18,fortitude:13,reflex:12,will:11,regeneration:null,auras:[{id:"40408034-aada-40bf-b836-5f9c2a15e942",name:"Bloodthirsty Tactics",keywords:"",details:"aura 5; allies in the aura score a critical hit on a roll of 19 or 20 when they attack a bloodied enemy with a melee or ranged attack."}],powers:[{id:"a93091dc-fce6-42e2-a42f-40bc2bf7b2c8",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"a3e88822-c3f5-49a1-a8b9-cea618dcf7d3",name:"Wolf Pack Tactics",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"Reach 2; 1d10+8 damage; prior to the attack, one can shift 1.",damage:"1d10+8 damage",category:1},{id:"b72685dd-88bd-4965-8bbe-93ef6514c6d1",name:"Hammer and Anvil",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"2d10+8 damage, and one ally adjacent to the target makes a melee basic attack against the target with a +2 bonus on the attack.",attack:{bonus:6,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7801d37a-a0d5-4fb7-8966-5768f4a602df",name:"Ephram Darano",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6, climb (not in halfling form)",alignment:"Evil",languages:"Common, Goblin, Netherese",skills:"Bluff +7, Stealth +10, Thievery +10",equipment:"dagger",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:18},wisdom:{score:12},charisma:{score:11},hp:49,initiative:10,ac:20,fortitude:18,reflex:19,will:16,regeneration:{value:5,details:"if Ephram takes damage from a silvered weapon, his regeneration doesn’t function on his next turn"},auras:[],powers:[{id:"1c27c487-0323-4256-8459-f34e966791af",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"162ff8ec-174d-488c-861a-53af74ce342d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 2 damage (save ends) and contracts filth fever.",damage:"1d6+4 damage",category:1},{id:"a4cbf1ad-46a4-4ad8-8b7a-7a3b304d2e20",name:"Cloud of Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"Area 1 square within 10 squares; 1d6+4 force damage.",damage:"1d6+4 force damage",category:1},{id:"6bf2f31e-bd41-4af2-901c-e9247a4854a8",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"two bolts of white energy attack targets; 2d8+7 cold damage, and the target is immobilized until the end of Ephram’s turn.",damage:"2d8+7 cold damage",category:1},{id:"79b4a276-0cdd-4e14-b1c1-b2841a9cc909",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Ephram deals 1d6 + 1 extra damage against any target he has combat advantage against.",damage:"ephram deals 1d6 + 1 extra damage against any target he has combat advantage against",category:0},{id:"1fed3428-2694-4c81-98b7-9e911b6f6b53",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Ephram can alter his physical form to appear as a dire rat or a unique halfling. He loses his bite attack in halfling form.",damage:"",category:3},{id:"b835b4dc-cfe5-4524-82c0-06c74dd37100",name:"Dimension Door",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ephram teleports 10 squares.",damage:"Ephram teleports 10 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b7b5dcdc-2e71-482b-9865-be014ba1b11e",name:"Farrak and Harrak",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +10",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:19},intelligence:{score:13},wisdom:{score:14},charisma:{score:9},hp:44,initiative:5,ac:17,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"78fbb89e-daef-4b0d-a7cd-9eb3a9126b8c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+7 damage.",damage:"1d4+7 damage",category:1},{id:"c080eb3c-dc2d-4f8c-8d6e-98426dec062e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Farrak and Harrak deal 1d6 extra damage against any target they have combat advantage against. If they’re flanking with each other, they deal 2d6 extra damage.",damage:"farrak and harrak deal 1d6 extra damage against any target they have combat advantage against",category:0},{id:"6ef4864c-93c8-4d45-98d7-bc6858b99a7b",name:"Blood Oath of Vengeance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If either Farrak or Harrak drops to 0 hit points within sight of the other one, the conscious one takes a -2 penalty on all defenses but a +2 bonus on attack rolls and damage rolls until the end of the encounter.",damage:"the conscious one takes a -2 penalty on all defenses but a +2 bonus on attack rolls and damage rolls until the end of the encounter",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"00c8e272-d24a-4593-9232-16a08ddb7c43",name:"The Dark-Eyed One",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +12",equipment:"cloth armor (basic clothing); dagger; quarterstaff",category:"",strength:{score:9},constitution:{score:9},dexterity:{score:18},intelligence:{score:19},wisdom:{score:15},charisma:{score:14},hp:39,initiative:5,ac:18,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"c6b1cbb8-ea20-4d9e-b2c6-ee7af65e77d4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"5ae95e01-818a-47a4-a45b-862eb9c32e8a",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"2d4+2 damage.",damage:"2d4+2 damage",category:1},{id:"37768d79-a8fe-4ebf-8f3a-e19a142f16c1",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:6,defence:1},description:"",details:"1d8+2 thunder damage, and the target is dazed (save ends).",damage:"1d8+2 thunder damage",category:1},{id:"928b38fe-5dca-4f7c-a38e-3d5536dad697",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"The Dark-Eyed One can teleport 5 squares.",damage:"The Dark-Eyed One can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b8ec828d-2135-47b2-acb5-c0056b4e1149",name:"Wererat Minions",details:"",size:1,origin:4,type:2,keywords:"shapechanger",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6, climb 4 (not in halfling form)",alignment:"Evil",languages:"Common",skills:"Stealth +9, Thievery +9",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:1,initiative:9,ac:17,fortitude:15,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"91faba70-eba9-4179-ab21-23d930d304d6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage, and the target contracts filth fever.",damage:"2 damage",category:1},{id:"5d3458f3-9072-4608-a21d-75d3c5c9acaa",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wererat minion can alter its physical form to appear as a dire rat or a unique halfling. It loses its bite attack in halfling form.",damage:"",category:3},{id:"c512fe63-8f52-4078-b0e7-b87119098659",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The wererat minion deals 2 extra damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ba8cfb0-2a02-4ab0-b8ae-a86f884eae9a",name:"Balgron the Fat",details:"This fat goblin wears leather armor that bulges from his weight. He has thick, knotty fingers, cruel eyes, and a terrible disposition. He carries a club, a crossbow, and 20 bolts.",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +11, Stealth +13, Thievery +13",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:46,initiative:10,ac:17,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"f0e2a0ab-3b4a-474d-b529-92030092fc7c",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"9a12eeec-c3cc-4fd0-85e5-6dd056ff4b72",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"4265009e-7514-49e6-b3e6-a9ecf22c0f05",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When Balgron has combat advantage, his ranged attacks deal +2d6 damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"e354bb2f-d083-4e6a-a2f1-8a881d209802",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Enemy struck by melee attack is slowed (speed becomes 2) and takes a -2 penalty on opportunity attacks until the end of Balgron’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"ba6532d2-0abd-42d3-87af-4f34dad4d4a7",name:"Goblin Tactics",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Balgron can shift 1 square.",damage:"Balgron can shift 1 square",category:5},{id:"9e459202-e601-41ca-abf0-cdc5bd925d75",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Balgron can shift 1 square as a minor action.",damage:"Balgron can shift 1 square as a minor action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cfdad0d1-a41a-4a6d-8561-65ccb601caf1",name:"Blue Slime",details:"The amorphous form of this creature seems to engulf everything around it. The blue ooze of the creature’s body bulges and reaches outward with fluid appendages.",size:3,origin:4,type:1,keywords:"ooze",level:3,role:{type:2,flag:2,leader:!1},senses:"Perception +7; blindsight, tremorsense 10",movement:"5, swim 5",alignment:"Unaligned",languages:"—",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:8},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:204,initiative:0,ac:18,fortitude:15,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"99b7d3a3-e48b-4a1c-85d2-59bf34ae62cb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 1d6+6 damage, plus ongoing 5 acid damage (save ends).",damage:"1d6+6 damage",category:1},{id:"89e15e16-9331-49ee-8e12-ef2abd100c54",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Make two basic melee attacks.",attack:{bonus:1,defence:0},description:"",details:".",damage:"",category:1},{id:"ba7ba781-f19c-478e-b952-3aab0d61b2af",name:"Slime Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:6,defence:2},description:"",details:"1d6+6 acid damage. Miss: Half damage.",damage:"1d6+6 acid damage",category:1},{id:"9ae27ce1-b6f4-476e-bd83-f9da0ff47443",name:"Stench Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 4",attack:{bonus:6,defence:3},description:"",details:"targets are dazed and weakened (save ends).",damage:"",category:1},{id:"94217642-f25c-4ab7-bfd6-f801f8d2bac6",name:"Bloodied Eruption",action:{action:1,trigger:"immediate reaction when slime is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Blue Slime uses slime eruption regardless if the power has recharged.",damage:"",category:5}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"charm, fear",tactics:""},{id:"1bf9fb2a-d26c-486d-a152-7363d105b71f",name:"Hobgoblin Torturer",details:"",size:2,origin:4,type:2,keywords:"goblin",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"hide armor",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:14},intelligence:{score:8},wisdom:{score:14},charisma:{score:8},hp:53,initiative:2,ac:16,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"afc88760-dff4-4ffd-9d57-3f07d31a9e85",name:"Hot Poker",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 fire damage plus ongoing 2 fire damage (save ends).",damage:"1d8+4 fire damage plus ongoing 2 fire damage (save ends)",category:1},{id:"0aa1b78e-4102-4ac6-ae73-54f04975f35e",name:"Bloodcut Armor",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Magic Item",condition:"",range:"",attack:null,description:"",details:"Gain resist all 10 until the end of this creature’s next turn.",damage:"Gain resist all 10 until the end of this creature’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"730613d5-9283-412e-8fde-7588146d6463",name:"Hobgoblin Warchief",details:"",size:2,origin:4,type:2,keywords:"goblin",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +14, Intimidate +7, Stealth +11",equipment:"heavy shield; scale armor; spear",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:64,initiative:8,ac:22,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"0bd673bc-9729-47d1-927f-23bddcf505e0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage. If the hobgoblin commander hits with an opportunity attack, it can shift 1 square.",damage:"1d8+5 damage",category:1},{id:"19720112-4f70-417d-9e4d-6bbab7c3c519",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies in the burst can shift up to 3 squares.",damage:"allies in the burst can shift up to 3 squares",category:3},{id:"3d5af684-39d2-4765-a9a7-93b1da922e2a",name:"Lead from the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin commander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"03dfbdc3-8521-4ebd-853d-a8643d6d93f8",name:"Hobgoblin Resilience",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin makes a saving throw against the triggering effect.",damage:"",category:5},{id:"348fbab5-1328-40a7-b907-92cbd79b5e95",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2e7787be-ef81-4f4f-865b-1cc2524e40a2",name:"Irontooth",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:2,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin, Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:14},intelligence:{score:8},wisdom:{score:16},charisma:{score:12},hp:106,initiative:2,ac:18,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"1ff5eabb-8519-4313-8f5b-18387fa75abc",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"b5dac9ed-bead-43ad-a693-a2d577d3710b",name:"Dual Axe",action:{action:1,trigger:"when irontooth doesn’t move on his turn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Make a basic melee attack against two adjacent creatures.",attack:{bonus:1,defence:0},description:"",details:".",damage:"",category:5},{id:"396912bf-e364-4fca-a25e-e7c5a3c98cf0",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Irontooth can shift 1 square.",damage:"Irontooth can shift 1 square",category:5},{id:"32a96a60-f381-4687-b529-26b10690ae99",name:"Blood Crazed",action:null,keywords:"Healing",condition:"while bloodied",range:"",attack:null,description:"",details:"While bloodied, Irontooth gains +1d10 damage and loses the ability to use goblin tactics. He must attack the nearest foe, charging when possible. At the end of his turn, he heals 5hp.",damage:"irontooth gains +1d10 damage and loses the ability to use goblin tactics",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"29d496de-4c15-448f-84f1-6e026257c301",name:"Kobold Slink",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:4,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +7, Stealth +9, Thievery +9",equipment:"hide armor; spear",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:16},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:24,initiative:7,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"dde79922-bcb8-4c21-a444-fd2328ab252e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"0ae7c7c4-546e-4f85-9fe6-494a72e475ea",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The kobold slink deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"d895b13e-5d37-4910-935f-f0485e45c307",name:"Shift and Slide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold slink shifts 1 square. It can shift into an ally’s space, and the ally slides into the kobold slink’s original space as a free action.",damage:"The kobold slink shifts 1 square",category:3},{id:"9e2c0b3e-3129-4a07-b25d-71b2724776ec",name:"Slink’s Boon",action:null,keywords:"",condition:"",range:"An enemy cannot target the kobold slink with a melee or ranged attack unless the kobold slink is the nearest enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"964e6756-66a2-473a-b2df-0f4c8711b5f5",name:"Kobold Wyrmpriest (Acid)",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"9f99d33b-dfd7-4765-8ea8-a92a23e64dae",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"e6d30710-9f97-4c1e-9781-7a7882bf9ff2",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"Range 10; 1d10+3 acid damage.",damage:"1d10+3 acid damage",category:1},{id:"0d47c52b-3695-4a15-950e-5a7277b29718",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"kobold allies in the area gain 5 temporary hit points and can shift 1 square.",damage:"kobold allies in the area gain 5 temporary hit points and can shift 1 square",category:3},{id:"de4590ee-7669-45a8-a8db-0db21c1973bc",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:6,defence:1},description:"",details:"1d10+3 acid damage. Miss: Half damage.",damage:"1d10+3 acid damage",category:1},{id:"3a0fb033-ca24-40b0-a684-f6fd6791c426",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold can shift 1 square as a minor action.",damage:"The kobold can shift 1 square as a minor action",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3d1c7cf7-fad6-47c6-ae9a-fff46b544075",name:"Orcus Underpriest",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Religion +8",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:64,initiative:4,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[{id:"e11f1170-016c-476b-826c-6a834f6c96fb",name:"Blessing of Orcus",keywords:"",details:"10; allies in the area gain death strike."}],powers:[{id:"a1203ef1-c414-4c81-abdd-10383f810fa9",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"be293b39-577b-47bf-85ce-0dd2aa7d7bb6",name:"Shadow Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"2d8+8 necrotic damage, and the target has a -2 AC until the end of the Orcus underpriest’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"3cc8eda7-1859-4489-9c9c-c7ebcab47179",name:"Infuse with Shadow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn. In addition, the target heals 10hp.",damage:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn",category:1},{id:"e00f7d4e-5350-40c2-b051-3f7c259ae479",name:"Death Attack",action:{action:7,trigger:"when reduced to 0 hp",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Before he dies, the Orcus underpriest can make a basic melee or ranged attack against a target within reach.",attack:null,description:"",details:"",damage:"",category:5},{id:"fdaa09e0-c2ec-4492-bb34-82fffbb7b86d",name:"Closer to Orcus",action:null,keywords:"",condition:"",range:"While bloodied, the Orcus underpriest gains a +2 bonus to melee attack rolls and a +3 bonus to melee damage rolls.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63b1412f-6d9f-4314-b1de-4fd1598ef4ef",name:"Sir Keegan",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:2,flag:2,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Good",languages:"Common, Draconic",skills:"Diplomacy +7, Insight +9",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:325,initiative:5,ac:20,fortitude:22,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"6548f21a-d514-441a-a7c2-dc6ced193ea6",name:"Longsword ’Aecris’",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+5 damage plus 5 necrotic damage .",damage:"1d10+5 damage plus 5 necrotic damage",category:1},{id:"59f9984e-ccdc-4e66-ab2e-eba877f254c3",name:"Legion Attack",action:{action:1,trigger:"when keegan doesn’t move more than 1 square in a round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Make two basic melee attacks.",attack:null,description:"",details:"",damage:"",category:5},{id:"ce2b21b3-95d1-4ed2-955d-cbab4923fe43",name:"Necromantic Burst",action:{action:1,trigger:"usable while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:5,defence:1},description:"",details:"2d6+3 necrotic damage.",damage:"2d6+3 necrotic damage",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"f59eac1f-8f5b-4a8a-9d16-3f37f92bbb8c",name:"Skeleton Warrior",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"chainmail; light shield; longsword",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:6,ac:18,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"6bf72666-b561-4fa0-a3f7-3a5a61d19881",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage, and the target is marked until the end of the skeleton warrior’s next turn.",damage:"1d8+2 damage",category:1},{id:"d0f7b93f-569c-405b-aaa2-228912dc6d39",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the skeleton warrior gains a +2 bonus to the attack roll and deals an extra 1d6 damage.",damage:"the skeleton warrior gains a +2 bonus to the attack roll and deals an extra 1d6 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"45009fc5-50ea-4ae7-b2ae-2ab2e66a30c4",name:"Vampire Spawn",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:6,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"c7bf52b9-8085-4e1f-9814-db63b6f90cd4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 necrotic damage (6 necrotic damage against a bloodied target).",damage:"5 necrotic damage (6 necrotic damage against a bloodied target)",category:1},{id:"c986151c-f50c-4a10-98b0-d848a1e753ce",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"281410dc-9166-4531-90e4-25bf9668084e",name:"Bronze Warder",details:"",size:3,origin:4,type:0,keywords:"construct",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +2; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:9},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:168,initiative:4,ac:25,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"cb1fd681-a7d5-45df-9df3-95e249a0fb18",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"8e9dfb05-e20b-4751-92e6-7148bcc4d501",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The bronze warder con move 3 squares, and all smaller creatures whose space the warder enters are pushed 1 and knocked prone. After moving, the bronze warder can use axe sweep.; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"56624fb3-6353-45ab-ad3f-4fc575ec26fd",name:"Axe Sweep",action:{action:7,trigger:"usable only immediately after rampage",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:14,defence:0},description:"",details:"1d12+5 damage, and ongoing 5 damage (save ends).",damage:"1d12+5 damage",category:5},{id:"797da2a3-6016-49ed-94cb-86e5c40ab682",name:"Guard",action:{action:4,trigger:"when the bronze warder’s master is within 2 squares of it and is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bronze warder takes half of the attack’s damage, and its master takes the other half.",damage:"the bronze warder takes half of the attack’s damage",category:5},{id:"faf54c22-460a-450e-827b-27fb57622297",name:"Inexorable Movement",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bronze warder can move through a smaller creature’s space, but it cannot end its movement in an occupied space.",damage:"",category:0},{id:"e5070482-6229-45d7-b849-6f140d80a14f",name:"Ponderous",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bronze warder cannot shift.",damage:"",category:0}],damageModifiers:[],resist:"5 all",vulnerable:"",immune:"charm, fear, poison",tactics:""},{id:"2310ba7b-4b99-4d90-b65e-4dca28455794",name:"Brugg",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:11},wisdom:{score:11},charisma:{score:14},hp:111,initiative:4,ac:19,fortitude:21,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"2b410f9d-b83a-41e3-91c1-c0a66ca107cd",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"3f7aa424-3257-4022-9230-35763c5f09cc",name:"Angry Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Brugg makes a greatclub attack, but gets two attack rolls and takes the better result.; 3d10+5 damage.",damage:"3d10+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50715abf-3ea3-4a85-ac4d-4937d8ff6dfc",name:"Duergar Miner",details:"",size:2,origin:4,type:2,keywords:"devil",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +11",equipment:"chainmail; warhammer",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:13},intelligence:{score:10},wisdom:{score:14},charisma:{score:7},hp:1,initiative:5,ac:20,fortitude:17,reflex:14,will:17,regeneration:null,auras:[],powers:[{id:"10177f3f-6fbf-425c-bbed-05a6afd67074",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"2770fde3-5bd4-4285-a4e9-91a33ff35242",name:"Enigma of Vecna",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +13",equipment:"dagger",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:20},wisdom:{score:15},charisma:{score:16},hp:68,initiative:5,ac:20,fortitude:17,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"7482d45e-8f9b-4e81-912e-6f45c7bfc384",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"977e8e8f-c55f-47b8-bfad-f955e56b9fcd",name:"Shock Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d6+5 lightning damage, and the target is slowed until the end of its next turn.",damage:"1d6+5 lightning damage",category:1},{id:"808d647d-3d3e-4d23-ae13-d90689e9b495",name:"Memory Ripper",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:10,defence:3},description:"",details:"1d10+5 psychic damage, and the target cannot use encounter attack powers, daily attack powers, or utility powers (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"1d10+5 psychic damage",category:1},{id:"97eae54a-7c1c-4eaa-96d6-b4ab311d52d6",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:10,defence:3},description:"",details:"1d8+3 psychic damage, and the target is pushed 3 squares.",damage:"1d8+3 psychic damage",category:1},{id:"1670ef37-710f-4446-ae08-027c558b5625",name:"Rend Flesh",action:{action:1,trigger:"usable only after flesh riper rage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:5},{id:"ee0974d6-3618-4c0d-85de-719485ed53e2",name:"Flesh Ripper Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once the enigma of Vecna has been bloodied, it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter.",damage:"it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1fe4ee2a-9338-4ace-bb23-0cbaf1cdccc8",name:"Human Mage of Saruun",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Draconic, Giant",skills:"Arcana +11",equipment:"implement, wand",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:22},wisdom:{score:17},charisma:{score:12},hp:116,initiative:4,ac:26,fortitude:24,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"f33ef7e8-f2aa-4b29-a96b-3f0fc2766296",name:"Firestaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+3 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8+3 fire damage",category:1},{id:"8c0cc268-0a93-4bbf-99b2-4f6b9005db79",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:16,defence:2},description:"",details:"2d4+6 force damage.",damage:"2d4+6 force damage",category:1},{id:"f2eb401f-6bbe-4750-bc74-a0621398e3ba",name:"Noxious Shroud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Burst 3; 1d8+6 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d8+6 poison damage",category:1},{id:"d1a4f108-186b-42e0-bb33-57a89e3f69e2",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"Burst 2 within 20 squares; 3d6+6 fire damage.",damage:"3d6+6 fire damage",category:1},{id:"bfde3773-06fa-4dca-b0fb-68d6fa8b2124",name:"Ice Serpent",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"2d12+6 cold damage, and the target is slowed (save ends).",damage:"2d12+6 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cd650327-7902-4709-ad37-282c9b5bcf90",name:"Maldrick Scarmaker",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"7, fly 9",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +9, Intimidate +12, Religion +9, Stealth +10, Thievery +13",equipment:"leather armor; mace",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:148,initiative:8,ac:22,fortitude:22,reflex:21,will:21,regeneration:null,auras:[{id:"c8a65ae8-180d-4449-bdae-e152bd45ac0a",name:"Aura of Abyssal Majesty",keywords:"",details:"aura 5; demons in the aura gain 5 regeneration."}],powers:[{id:"bd0666cb-3747-496a-bac4-3090bc7105cf",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"e6205d89-7289-4de8-ae58-cbae2fb32040",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"460d0a8e-64a1-4c92-a52b-94930bf15f7c",name:"Spined Tail",action:{action:4,trigger:"when an enemy enters an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+8 damage.",damage:"1d10+8 damage",category:5},{id:"1a11c3ca-ba77-409c-9a79-884495f69a8c",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"1d6+8 damage, and if the target moves nearer to Maldrick on its next turn, it takes an extra 1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"6c0ac6f2-95ab-4273-a81f-94b62204eea8",name:"Infernal Moon Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Implement",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"2d8+8 poison damage, and the target is held immobilized 5 feet off the ground until the end of Maldrick’s next turn.",damage:"2d8+8 poison damage",category:1},{id:"7f7e2aad-9a95-451b-b896-851df875afc9",name:"Dark One’s Own Luck",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Maldrick can reroll one attack roll, skill check, ability check, or saving throw, using the higher of the two results.",damage:"",category:4},{id:"518964d4-518f-4ca4-95b5-d7467fed27d3",name:"Warlock’s Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Maldrick places his curse on the nearest enemy that he can see and that is not already cursed. Maldrick’s arcane attacks deal 1d6 extra damage against the enemy. The curse lasts until the end of the encounter or until the enemy drops to 0 hit points or fewer.",damage:"maldrick’s arcane attacks deal 1d6 extra damage against the enemy",category:3}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"55791ce0-a01d-4315-8766-18297c473bec",name:"Murkelmor",details:"",size:2,origin:4,type:2,keywords:"devil",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +13, Religion +11",equipment:"plate armor",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:13},intelligence:{score:15},wisdom:{score:17},charisma:{score:13},hp:168,initiative:6,ac:23,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"6365dadf-25ee-4536-a621-6d977cff88bc",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+6 fire damage.",damage:"2d6+6 fire damage",category:1},{id:"103ab683-b35f-423e-b4c7-4ce68bb5cf10",name:"Fearsome Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+6 fire damage, and the target is pushed 2 squares. Murkelmor can then shift 2 squares to end adjacent to the target.",damage:"2d6+6 fire damage",category:1},{id:"eef14f3b-3f00-45b1-b346-d5fec50b7fbd",name:"Fiery Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6+6 fire damage, and ongoing 5 fire damage (save ends). The target is knocked prone.",damage:"2d6+6 fire damage",category:1},{id:"aed75baf-f4f4-43b6-8bf9-887d3b9296bb",name:"Beard Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage, and ongoing 2 poison damage and -2 penalty to attack rolls (save ends both).",damage:"1d8+3 damage",category:3},{id:"dafce253-a685-4996-82fd-035beda9a995",name:"Heal with Fire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Healing",condition:"",range:"",attack:null,description:"",details:"Murkelmor or an adjacent ally regains 25 hit points. Until the end of that creature’s next turn, anyone attacking it takes 5 fire damage.",damage:"anyone attacking it takes 5 fire damage",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"9354474c-ce4e-4231-82df-6cba0f9868cd",name:"Norker",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +8, Endurance +9, Stealth +7",equipment:"battleaxe; leather armor",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:7},hp:49,initiative:4,ac:19,fortitude:16,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"4996e801-d403-4468-bae2-06d47ce3f900",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"1636ad46-35a9-4108-9656-675f72db201e",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"6d810a88-eba3-4d77-b6dc-028a032c8702",name:"Snarling Ferocity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An enemy the norker has attacked this round is marked.",damage:"",category:3},{id:"bdb85f32-0fba-4f39-aecf-4ac38d1960fa",name:"Relentless Endurance",action:{action:3,trigger:"usable only while bloodied; once per round",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The norker regains 5 hit points.",damage:"The norker regains 5 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71e8a66f-604a-4dd5-9884-ebeec5b9e7cf",name:"Norker Berserker",details:"",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:2,flag:1,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Endurance +11",equipment:"flail; leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:12},intelligence:{score:5},wisdom:{score:11},charisma:{score:5},hp:136,initiative:3,ac:16,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"0b1d03df-d55b-4628-b071-9ae76b1dd4dc",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"62090234-8f37-4f3a-9a15-c75737b55b61",name:"Double Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The norker berserker makes two flail attacks against the same target. if both attacks hit, the target is pushed 1 square.; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"675ed922-7be2-470a-9a67-8eb09d908697",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c80948fd-d3cf-4a08-94a2-330458afb725",name:"Norker Grunt",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +8, Endurance +9, Stealth +7",equipment:"flail; leather armor",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:7},hp:1,initiative:2,ac:19,fortitude:16,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"ba2673d8-fa58-4c7a-bb99-677bf8679011",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"b9f869c6-f9ab-4d84-b0cd-815c66e39177",name:"Norker Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"For each additional norker grunt attacking the same target, increase the damage the norker grunts deal by +1.",damage:"increase the damage the norker grunts deal by +1",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3aaf9fd0-cc34-4d9b-be31-b4655c7b843e",name:"Norker Shadowblade",details:"",size:1,origin:4,type:2,keywords:"goblin",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Endurance +11",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:7},wisdom:{score:12},charisma:{score:6},hp:50,initiative:7,ac:19,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"f264c586-ef8a-418c-b278-76659ded180d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"380e03bf-e416-4005-906d-efe5d6f5ab98",name:"Shadow Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+2 damage, and the norker shadowblade shifts 2 squares and becomes invisible until the start of its next turn.",damage:"2d6+2 damage",category:1},{id:"5f500216-12c8-49b1-91fd-9ac8a30c246f",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"409f0965-8420-42a5-be1b-2d296362c8ba",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the norker shadowblade has combat advantage, its melee attacks deal an extra 2d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"d9ddf59c-29de-4721-a32d-163e88ba7bef",name:"Relentless Endurance",action:{action:3,trigger:"usable only while bloodied; once per round",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The norker shadowblade regains 5 hit points.",damage:"The norker shadowblade regains 5 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"874dbfbf-3756-4880-90c5-5ffdf55a9b17",name:"Norker Slinger",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +8",equipment:"dagger; leather armor; sling; sling bullets (20)",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:14},intelligence:{score:6},wisdom:{score:11},charisma:{score:7},hp:37,initiative:4,ac:15,fortitude:15,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"9256407b-e28f-4196-a4cc-cfb2aa7a46c3",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+1 damage.",damage:"1d4+1 damage",category:1},{id:"92559115-af4c-4155-a649-454ea80637ca",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"d82462d9-33d9-4aa2-88b2-4b4b0071fe12",name:"Snapping Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:5},{id:"2c512020-9656-4a48-b586-4c87e3fef522",name:"Relentless Endurance",action:{action:3,trigger:"usable only while bloodied; once per round",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The norker slinger regains 5 hit points.",damage:"The norker slinger regains 5 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c6078fb6-363a-4734-b07b-8c57f01e27bb",name:"Phalagar",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +9; tremorsense 10",movement:"6, burrow 6",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:15},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:142,initiative:5,ac:19,fortitude:19,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"eee9d37e-7977-4828-8eb3-ebc3e3746607",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 4; 2d6+5 damage, and the target is grabbed (until escape).",damage:"2d6+5 damage",category:1},{id:"f80348a0-1e43-4461-936f-bd114682d7fc",name:"Tentacle Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage, and the target is grabbed (until escape).",damage:"2d6+5 damage",category:1},{id:"4f9cba76-2d35-4341-b80e-5c2ba5779479",name:"Grinding Tentacles",action:null,keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"At the start of the phalagar’s turn, any creature it is grabbing takes 1d8+2 acid damage.",damage:"any creature it is grabbing takes 1d8+2 acid damage",category:0},{id:"4a608f9b-5864-4706-a0a7-90ec3ecbbf11",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The phalagar can make opportunity attacks against all enemies within its reach (4 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ec8ef96-efa2-451d-8d5d-5a6065c6b059",name:"Surina",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +9, History +9, Intimidate +10, Streetwise +10",equipment:"dagger; leather armor",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:12},intelligence:{score:14},wisdom:{score:10},charisma:{score:16},hp:65,initiative:5,ac:19,fortitude:18,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"4a674d7e-5432-4767-9781-c99d45f76ab9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(+11 while bloodied)1d4+3 damage.",damage:"(+11 while bloodied)1d4+3 damage",category:1},{id:"c955f9cb-44b1-42fd-9daa-4a06a7e3dc6a",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:7,defence:2},description:"",details:"(+8 while bloodied)1d6+3 fire damage.",damage:"(+8 while bloodied)1d6+3 fire damage",category:3},{id:"bb751f83-dc77-4aa9-bcd5-474167b2b1f7",name:"Eldritch Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"ca68a67a-ed20-4233-948b-700083caff2a",name:"Fiery Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"3d6+3 damage, and creatures adjacent to the target take 1d6+3 fire damage.",damage:"3d6+3 damage",category:1},{id:"dee403ad-9c4f-4511-88fc-ee4654475345",name:"Avernian Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Burst 1 within 10 squares; (+9 while bloodied)2d10+3 fire damage, and ongoing 5 fire damage (save ends).",damage:"(+9 while bloodied)2d10+3 fire damage",category:1},{id:"badabf51-6688-4471-b31e-65f480d4e3c7",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"Surina gains a +1 racial bonus to attack rolls while bloodied.",damage:"Surina gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"0e504242-995c-475e-aade-4d76901d76a0",name:"Ethereal Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn warlock teleports 3 squares and gains a +2 power bonus to all defenses until the end of its next turn.",damage:"The dragonborn warlock teleports 3 squares and gains a +2 power bonus to all defenses until the end of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"28d1e657-45b1-43ca-a3be-2d7aeb624033",name:"Arat Karavakos",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:0,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +15, Bluff +9, Stealth +9",equipment:"staff of storms",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:14},hp:156,initiative:7,ac:22,fortitude:20,reflex:24,will:21,regeneration:null,auras:[],powers:[{id:"651a351d-45e1-4d32-9a33-bbb0f4857817",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:14,defence:2},description:"",details:"2d4+9 force damage.",damage:"2d4+9 force damage",category:1},{id:"83c57ef2-72f5-4440-920d-2318d83b1431",name:"Thunderwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"1d6+9 damage, and the target is pushed 2 squares.",damage:"1d6+9 damage",category:1},{id:"8d7d7764-bc7d-4f51-af5b-b72c0198fb1a",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Lightning",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"targets 1 primary creature in range and 2 secondary targets within 10 squares of the primary target; 2d6+9 lightning damage to primary target, 1d6+9 lightning damage to secondary targets.",damage:"2d6+9 lightning damage to primary target",category:1},{id:"09eb5c6c-ba73-43c7-8f5c-e0406f02e6a8",name:"Mordenkalnen’s Sword",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Force, Implement",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"1d10+9 force damage. Sustain minor: sword attacks again. Move action: move the sword to a new target within range.",damage:"1d10+9 force damage",category:5},{id:"04cea66c-24b5-45c7-81a1-e0579a5d4ace",name:"Dimension Door",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Teleport 10.",damage:"Teleport 10",category:2},{id:"ebcaa7d1-4d76-4a16-853e-64742e24880b",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits.",damage:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits",category:3},{id:"41217b3c-a27e-4d20-978b-48e5af75e49b",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes.",damage:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes",category:0},{id:"1d60db3d-e20e-443e-a80c-5504db1e3241",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Arat Karavakos spends a healing surge and regains 39 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Arat Karavakos spends a healing surge and regains 39 hit points",category:1},{id:"26ec98da-c210-4610-8ab3-571ab6b7c468",name:"Staff of Storms",action:{action:7,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"After resolving a power that has the lightning or thunder keyword, the staff deals 1d8 lightning and thunder damage to every creature in a close blast 3.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0e343a02-3f81-4d4f-be72-7507b32cc4eb",name:"Arborean Plant Terror",details:"",size:3,origin:4,type:0,keywords:"plant",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +9",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:14},intelligence:{score:11},wisdom:{score:18},charisma:{score:19},hp:286,initiative:7,ac:23,fortitude:25,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"ee3aaad6-a885-4fa0-99ff-df1c72807140",name:"Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target slides 1 square.",damage:"2d8+6 damage",category:1},{id:"ed3dd361-ae25-4718-9095-dae2a0160d3a",name:"Vine Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The plant terror makes two basic attacks, one each against two different targets.; 4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"b1b3902d-3b60-4674-ad48-5e115621cee1",name:"Blood Devourer",action:null,keywords:"",condition:"",range:"When a plant terror damages a bloodied foe with a melee attack, it regains 10 hit points.",attack:null,description:"",details:"",damage:"",category:0},{id:"5c827808-3ce8-41f1-9d5e-c363a43c91ec",name:"Vicious Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The plant terror gains a +2 bonus to attack rolls and a +5 bonus to damage when it makes opportunity attacks.",damage:"the plant terror gains a +2 bonus to attack rolls and a +5 bonus to damage when it makes opportunity attacks",category:0},{id:"bb1d2669-43dd-47eb-b503-10b8037966c9",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The plant terror can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"20b46b9e-06d6-4117-94c3-89f9d18807d4",name:"Arborean Reaper",details:"",size:2,origin:4,type:2,keywords:"plant",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Nature +10",equipment:"scythe",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:13},intelligence:{score:9},wisdom:{score:14},charisma:{score:16},hp:81,initiative:6,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"f61b4de7-e58c-41e5-8d73-28095e3683fa",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the arborean reaper’s next turn.",damage:"1d10+5 damage",category:1},{id:"40ec2265-6d97-4294-b195-ef45c0835236",name:"Needle Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:12,defence:1},description:"",details:"2d6+4 damage, and the target is slowed (save ends).",damage:"2d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"492579fd-5840-4ea4-b8ec-d4ed737a2621",name:"Arborean Speaker",details:"",size:2,origin:4,type:2,keywords:"plant",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Diplomacy +13, Insight +15, Nature +15",equipment:"scythe",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:17},intelligence:{score:14},wisdom:{score:20},charisma:{score:17},hp:109,initiative:8,ac:24,fortitude:23,reflex:21,will:23,regeneration:null,auras:[{id:"781da22e-3918-40c5-b492-be19432c74cf",name:"Poison Spores",keywords:"",details:"(Poison) aura 5; enemies that enter or start their turns in the aura take 5 poison damage."}],powers:[{id:"eae6a84e-dee0-416b-98c6-69ffea66e933",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+2 damage, and ongoing 5 poison damage and the target is slowed (save ends both).",damage:"1d10+2 damage",category:1},{id:"64d9d982-76fc-4843-b1ad-9e4a3a52b814",name:"Invigorating Spores",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"allies within burst regain 5 hit points and immediately shift 3 squares.",damage:"allies within burst regain 5 hit points and immediately shift 3 squares",category:1},{id:"ec085b39-b455-4f22-808b-bb262e4de532",name:"Choking Spores",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close burst 5",attack:{bonus:14,defence:0},description:"",details:"enemies within burst take 2d4 + 4 poison damage and are dazed and take ongoing 5 poison damage (save ends both).",damage:"enemies within burst take 2d4 + 4 poison damage and are dazed and take ongoing 5 poison damage (save ends both)",category:1}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"06114ba4-5474-4253-bd47-e2731b214c68",name:"Arborean Watcher",details:"",size:2,origin:4,type:2,keywords:"plant",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Athletics +10, Stealth +11",equipment:"short sword",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:17},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:65,initiative:10,ac:21,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"2486b3c7-b150-4612-a918-dbb994a7cef7",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"0b1c8ac9-83a1-4d96-a9f3-265a8a90fbeb",name:"Vine Plague",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:10,defence:2},description:"",details:"1d6+4 damage, and the target is immobilized (save ends).",damage:"1d6+4 damage",category:1},{id:"501f256b-98bb-4818-b40b-01f2ba0c5d3a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the arborean watcher has combat advantage, its melee attacks deal 2d6 extra damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"cf41256e-2e86-41ae-931d-3537e5c29396",name:"Arboreal Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"If no enemy is within 3 squares, the arborean watcher gains invisibility until the end of its next turn.",damage:"If no enemy is within 3 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"5 fire (pushed 1 square when it takes fire damage)",immune:"",tactics:""},{id:"2ab8cbde-8536-4417-812b-7760825f5714",name:"Charnel Lord (Unique Otyugh)",details:"",size:3,origin:4,type:1,keywords:"",level:10,role:{type:7,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"5, swim 5",alignment:"Evil",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:11},intelligence:{score:6},wisdom:{score:16},charisma:{score:5},hp:212,initiative:7,ac:26,fortitude:27,reflex:21,will:24,regeneration:null,auras:[{id:"35199235-7190-43b1-a7c1-dceb7b872b44",name:"Otyugh Stench",keywords:"",details:"aura 1; enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"ef92b884-1c13-4917-92e0-aed1e5ec19e2",name:"Charnel Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d8+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+6 damage",category:1},{id:"ea532be5-650d-4f6c-836d-8f006e1254d8",name:"Lifeleech",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; target is pulled 2 squares and grabbed (until escape). Grabbed target takes 5 necrotic damage, and the Charnel Lord regains 5 hit points when grabbed and at the start of the grabbed target’s turn.",damage:"grabbed target takes 5 necrotic damage",category:1},{id:"6227fb7b-b8e4-4dc4-9edd-890597eb9309",name:"Charnel Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+6 damage",category:1},{id:"348c677d-e5a9-4207-935f-04be59b6dd4c",name:"Rotting Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+6 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6+6 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"09a60384-a38a-493c-b6d1-2c74acb4d00d",name:"Charnel Rat",details:"",size:1,origin:4,type:1,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6, climb 3",alignment:"Evil",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:20},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:1,initiative:8,ac:21,fortitude:18,reflex:21,will:20,regeneration:null,auras:[{id:"58c3aa83-d11a-4e69-bdbc-36761f4e369d",name:"Aura of Rot",keywords:"",details:"aura 1; an enemy that starts its turn adjacent to a charnel rat takes 2 damage."}],powers:[{id:"5e58ee29-2309-4d35-9d83-11529eabda92",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b829f319-4104-4f92-a4e1-eec493d21c35",name:"Eater of Knowledge Mindstrike",details:"",size:2,origin:3,type:2,keywords:"",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"Arcana +15, Dungeoneering +14, History +15, Insight +14, Nature +14, Religion +15",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:23},wisdom:{score:21},charisma:{score:16},hp:174,initiative:7,ac:23,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"d94b7d93-15f2-4319-b864-e2c9a530cce1",name:"Scimitar",action:{action:1,trigger:"aura",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+6 psychic damage.",damage:"1d8+6 psychic damage",category:5},{id:"15ab95c5-8b7b-4f80-b4b3-f9148b093d5f",name:"Mindsurge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in surge can make a basic attack.",damage:"",category:1},{id:"a8b618c0-883c-4aa3-abd1-bad1667ac71c",name:"Mindwrack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires scimitar; 2d8+6 psychic damage, and the target can only make basic attacks (save ends).",damage:"2d8+6 psychic damage",category:1},{id:"17c7c539-ed65-45e4-8bef-ccca9738e0cd",name:"Mindhowl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 2",attack:{bonus:12,defence:3},description:"",details:"2d8+6 psychic damage, and the target is dazed (save ends).",damage:"2d8+6 psychic damage",category:1}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"88634e7b-c2f4-4973-9e73-683bae52ea93",name:"Eater of Knowledge Thoughtbow",details:"",size:2,origin:3,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"Arcana +13, Dungeoneering +12, History +13, Nature +12, Religion +13",equipment:"arrow; longbow; scimitar",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:21},wisdom:{score:19},charisma:{score:14},hp:64,initiative:6,ac:19,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"4581efa7-ca0a-42b0-982f-4af6bedd986c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+4 psychic damage.",damage:"1d8+4 psychic damage",category:1},{id:"5ca3730e-5c5d-4830-badb-a150fbeb400f",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:14,defence:0},description:"",details:"1d10+5 psychic damage.",damage:"1d10+5 psychic damage",category:1},{id:"472dbc23-37c5-436b-9863-7e4eb69e049c",name:"Arrowstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Weapon",condition:"",range:"area burst 1 within 20 squares",attack:{bonus:10,defence:3},description:"",details:"Requires longbow; 1d10+5 psychic damage, and the target is dazed (save ends).",damage:"1d10+5 psychic damage",category:1}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b33da9e5-a6dc-4f3c-b24c-ccd0a36169f5",name:"Eater of Knowledge Voidblade",details:"",size:2,origin:3,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Arcana +13, Dungeoneering +12, History +13, Nature +12, Religion +13",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:20},wisdom:{score:18},charisma:{score:14},hp:70,initiative:7,ac:22,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"e603483a-c04c-4a8d-a102-975607e37c21",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 psychic damage, and the target is marked until the end of the voidblade’s next turn. A marked target takes 5 psychic damage if it makes an attack that does not include the voidblade.",damage:"1d8+5 psychic damage",category:1},{id:"61582f89-77fb-4c43-b5cf-94acb8043c57",name:"Psychic Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"1d8+5 psychic damage, and the target is immobilized until the end of the voidblade’s next turn.",damage:"1d8+5 psychic damage",category:1}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f432dd19-ed4b-4e62-8bd0-592b54627e14",name:"Eladrin Blades of Winter",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6 (ice walk)",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:1,initiative:6,ac:21,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"2cbee4f1-a28f-49cd-a71a-461e8415bfe9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"e51f125e-fa31-4f7b-95ad-238312ed9391",name:"Wintry Wounding",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A blade of winter’s basic attack deals 1 extra point of cold damage for each blade of winter adjacent to the target.",damage:"a blade of winter’s basic attack deals 1 extra point of cold damage for each blade of winter adjacent to the target",category:0},{id:"3f1183e9-5731-4759-b0d4-d6c8b3f8279d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blade of winter can teleport 5 squares.",damage:"The blade of winter can teleport 5 squares",category:2}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cba5a213-5157-4dd5-870d-799787f14f0a",name:"Eladrin Blizzard Speaker",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"6 (ice walk)",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:164,initiative:7,ac:24,fortitude:20,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"9d643ac1-bf68-41f4-af68-4d8b3256e127",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+3 damage, and the target is slowed until the end of the blizzard speaker’s next turn.",damage:"1d8+3 damage",category:1},{id:"5f645b41-2670-4328-a6ea-cffa1273340a",name:"Freezing Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+5 cold damage, and the target is immobilized until the end of the blizzard speaker’s next turn.",damage:"1d8+5 cold damage",category:1},{id:"6818479a-47bd-40b6-8fde-09bd24080f5e",name:"Winter Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+5 cold damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+5 cold damage",category:1},{id:"ac391d87-25d8-4c5e-b7b4-2fbf122958aa",name:"Dazzling Snow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:11,defence:3},description:"",details:"2d6+3 cold damage, and the target is blinded until the end of the blizzard speaker’s next turn.",damage:"2d6+3 cold damage",category:1},{id:"166775b6-b763-4422-b10b-1ace12fc5214",name:"Body of Ice",action:null,keywords:"",condition:"",range:"Any creature that hits the blizzard speaker with a melee attack is slowed until the end of that creature’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"2a27eb62-c3b7-4258-a55c-0f19d5ff8efd",name:"Icy Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The blizzard speaker can teleport to any square in sight as long as both the origin and the destination squares are icy terrain.",damage:"",category:2}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fca91273-0bbc-4b89-b651-f84346836d01",name:"Eladrin Winter Knight",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"5 (ice walk)",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +7, Athletics +12, History +7, Nature +9",equipment:"chainmail; light shield; longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:77,initiative:11,ac:23,fortitude:17,reflex:19,will:17,regeneration:null,auras:[{id:"130887c1-21d4-433a-a36f-e803781fd03e",name:"Feywild Tactics",keywords:"",details:"aura 10; fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"f604c853-3d40-45f3-914b-fe70c230c18e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"06022f57-1f2d-4ec6-86c6-22582ea691a8",name:"Stab of the Frozen Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Requires longsword; 3d8+4 cold damage, and the target is restrained until the end of the eladrin winter knight’s next turn. The eladrin winter knight cannot attack with its longsword while the target is restrained.",damage:"3d8+4 cold damage",category:1},{id:"175f062c-4bae-4958-a824-d85d47c05a59",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the eladrin winter knight dies, taking 4 damage each round it does not attack the eladrin winter knight.",damage:"taking 4 damage each round it does not attack the eladrin winter knight",category:1},{id:"a9544370-9ffc-482f-ba3e-a2311eaa8901",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin winter knight can teleport 5 squares.",damage:"The eladrin winter knight can teleport 5 squares",category:2},{id:"ec89c453-2cd8-44bd-8738-6a4e7a7252ab",name:"Harvest’s Sorrow",action:{action:4,trigger:"when an ally within 5 squares of the eladrin winter knight is damaged",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and the eladrin fey knight takes the other half.",damage:"half the attack’s damage is negated",category:5}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9621534-c16b-41db-a989-f4afc05f6a13",name:"False Shard",details:"",size:2,origin:5,type:2,keywords:"",level:10,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"dagger; implement, staff",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:16},intelligence:{score:13},wisdom:{score:12},charisma:{score:15},hp:1,initiative:8,ac:23,fortitude:22,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"08a4c781-4b9a-43e4-9f04-ab7714267a6b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"76694b66-e640-48d4-953b-179cf10cc0dc",name:"Force Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a3b3b63-1c44-4f00-8788-35f8f685a9e3",name:"Far Realm Abomination",details:"",size:3,origin:0,type:2,keywords:"",level:10,role:{type:0,flag:2,leader:!1},senses:"Perception +9; low-light vision",movement:"0 (6 when freed)",alignment:"Chaotic evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +13",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:13},intelligence:{score:16},wisdom:{score:9},charisma:{score:22},hp:436,initiative:6,ac:26,fortitude:26,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"f5030055-6fa7-47c9-89f3-4d246ad5cdd6",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d6+6 damage, and the target slides 2 squares.",damage:"2d6+6 damage",category:1},{id:"74f0d7dc-55ee-4999-a839-604c7c45b3f6",name:"Prismatic Surge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"(standard",range:"Ranged 10",attack:{bonus:13,defence:0},description:"",details:"+13 vs Any; .",damage:"+13 vs Any",category:1},{id:"fa1e5755-2013-4184-be18-5f2bd3c924ba",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:0},description:"",details:"2d6+6 damage, and the target slides 2 squares.",damage:"2d6+6 damage",category:1},{id:"b24082eb-00cd-4e39-bb01-cd69988ab8a2",name:"Vortex of Madness",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:13,defence:3},description:"",details:"1d8+10 damage, and the target is stunned (save ends).",damage:"1d8+10 damage",category:5},{id:"04279c8e-9cb9-4414-819d-a0a11f3e0598",name:"Warped Storm",action:{action:1,trigger:"immediate reaction when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The attacker teleports 3 squares.",damage:"The attacker teleports 3 squares",category:5},{id:"ab13fddd-e612-455a-acc7-fabfa423fcde",name:"Splintered Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The far realm abomination’s mind has been splintered into three distinct beings. Rather than roll initiative, it acts three times per round on initiative count 25, 15, and 5. It cannot delay or ready actions, and on each turn it gains one standard action. It can use one immediate action between each turn.",damage:"it acts three times per round on initiative count 25",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3440acf0-62d3-45d1-a178-8f96f90ef5de",name:"Frenzied Werewolf",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:2,flag:2,leader:!1},senses:"Perception +6; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Bluff +9, Insight +11, Intimidate +9, Nature +11",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:450,initiative:7,ac:22,fortitude:24,reflex:22,will:21,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"b0c779a9-8d93-440c-a729-e18f89478967",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2 targets; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"728b52bc-05c8-4904-9529-17a939090bed",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d6+5 damage",category:1},{id:"c777df2b-7f30-4a95-9a49-28a5d9651803",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"9076b492-c8f7-4456-9f83-b424385ce20b",name:"Murderous Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The werewolf gains 1 action point if it reduces a foe to 0 hit points.",damage:"The werewolf gains 1 action point if it reduces a foe to 0 hit points",category:0},{id:"f8d31fc8-977d-461a-8964-b99f14bd193b",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The werewolf makes a bite attack.",damage:"",category:5},{id:"317c317f-c7cb-4beb-a8c6-3fc381561073",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and cannot make claw attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"93eb5dec-c7b5-48e7-80fc-302dda506592",name:"Frightful Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:20},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:43,initiative:12,ac:20,fortitude:17,reflex:21,will:18,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"1f95a69c-60ce-4ab9-bfca-cdb2c5f6ff5a",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+6 necrotic damage, and the target is weakened (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"4ffdcb45-9899-4eb0-bdd8-644ae1285821",name:"Frightful Moan",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:10,defence:3},description:"",details:"the target is pushed 3 squares and is dazed (save ends).",damage:"the target is pushed 3 squares and is dazed (save ends)",category:1},{id:"baad22e0-1572-4735-80c5-6c3feb05e5a0",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The wraith deals an extra 1d6 necrotic damage against any target it has combat advantage against.",damage:"the wraith deals an extra 1d6 necrotic damage against any target it has combat advantage against",category:0},{id:"e3eefd3b-f0b9-43ce-86e3-5e487e0eb689",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wraith shifts 6 squares.",damage:"The wraith shifts 6 squares",category:2},{id:"b3cb90de-7ac1-40ad-8b6a-84797212eb3a",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a wraith rises as a free-willed wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the raise dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c58f582d-1207-4d99-b1bc-9499c261a9a9",name:"Gharash Vren",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +15, History +7, Intimidate +15",equipment:"bastard sword; light shield",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:10},intelligence:{score:12},wisdom:{score:11},charisma:{score:18},hp:101,initiative:7,ac:27,fortitude:22,reflex:19,will:22,regeneration:null,auras:[],powers:[{id:"616cd8d5-05ff-4328-890a-e27243f3cc1c",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+18 while bloodied)1d10+8 damage.",damage:"(+18 while bloodied)1d10+8 damage",category:1},{id:"a00991ad-c750-4b27-badd-5704bcfdf4d8",name:"Viper’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+18 while bloodied)1d10+8 damage. If the target shifts before the end of Gharash Vren’s next turn, it provokes an opportunity attack from an ally of Vren’s choice.",damage:"(+18 while bloodied)1d10+8 damage",category:1},{id:"d40e5ccd-d39f-4cd4-8a52-c7d08cc3f5cb",name:"Sunder Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"(+18 while bloodied)2d10+8 damage. Until the end of Gharash Vren’s next turn, any attack roll against the target can score a critical hit on a roll of 18-20.",damage:"(+18 while bloodied)2d10+8 damage",category:1},{id:"75f5b7b9-4b55-40c5-90e3-7aedd057e17b",name:"Inspiring Word",action:{action:3,trigger:"twice per encounter",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"Gharash Vren or one ally in burst; target spends a healing surge and regains an additional 2d6 hit points.",damage:"target spends a healing surge and regains an additional 2d6 hit points",category:5},{id:"6e2d6cba-ede6-4ef3-bdbb-7588cd1dc47d",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied)1d6+4 lightning damage.",damage:"(+13 while bloodied)1d6+4 lightning damage",category:3},{id:"46f7e81b-e183-44bc-9dfa-41dfa08bc10b",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"62cf7b6f-69c5-44b7-bdc3-dd93b195c0e4",name:"Dwarven Armor",action:{action:7,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Gharash Vren regains 25 hit points.",damage:"Gharash Vren regains 25 hit points",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1794898c-7e56-49c8-b3e8-4dfb772fab0f",name:"Headless Corpse",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +14",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:20},intelligence:{score:18},wisdom:{score:14},charisma:{score:19},hp:440,initiative:9,ac:22,fortitude:20,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"5df14682-8a4d-47fe-9f8c-70720c396dbe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"f17736b5-f2f6-4767-a59f-3be4b72a51f7",name:"Double Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The headless corpse makes two slam attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"aec7dab3-24c1-4565-9c73-d376d69346d6",name:"Ray of Ruin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Necrotic",condition:"(standard",range:"",attack:{bonus:12,defence:2},description:"",details:"2d6+4 necrotic damage, and the target is weakened (save ends).",damage:"2d6+4 necrotic damage",category:1},{id:"a1713583-c93f-481b-b85e-46f83e09c8a3",name:"Force Wave",action:{action:3,trigger:"once per round",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Force",condition:"",range:"Close burst 2",attack:{bonus:12,defence:1},description:"",details:"1d8+4 force damage, and the target is pushed 2 squares.",damage:"1d8+4 force damage",category:5},{id:"3774bcd8-9120-4c87-aaa8-e0c19757abd3",name:"Winter’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Burst within 10 squares; 2d8+4 cold damage. The blizzard remains until the end of the headless corpse’s next turn. Any creature that starts its turn in the storm takes 4 cold damage.",damage:"2d8+4 cold damage",category:1},{id:"e8b202b5-15c6-4d75-b182-3d14f3b9e1ff",name:"Razor Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Force, Zone",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Burst 2 within 10 squares; this spell’s area becomes a swirling storm of force blades. Any creature that starts its turn in this area is subject to an attack; 2d6+4 force damage, and the target is knocked prone. The headless corpse is immune to this effect. As a move action, the headless corpse can move this zone 4 squares. The zone lasts until the end of the encounter.",damage:"2d6+4 force damage",category:1},{id:"de928c44-f18f-4806-8355-c2ab975ac7cd",name:"Phantom Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Arcane, Illusion",condition:"",range:"",attack:null,description:"",details:"the headless corpse turns invisible and can move 6 squares. It remains invisible until the end of its next turn.",damage:"the headless corpse turns invisible and can move 6 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"5f33eaa1-84db-4bdf-93b5-a913f8f5efb8",name:"Human Ambusher",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +11, Streetwise +9, Thievery +11",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:77,initiative:8,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"d0b7084e-5f07-497d-9e1d-9576585b1804",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+4 damage, and the human ambusher shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"e5f378e3-039e-470b-b82b-186f7f3a1b17",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:14,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"0cb8e4eb-904c-4922-90ba-6cffabc415dd",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Requires mace; 1d8+4 damage, the target is dazed until the end of the human ambusher’s next turn, and the human ambusher shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"03a6c170-dca7-4eb4-be10-22d4dcd30799",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human ambusher deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a78534c-d9dc-4df7-8023-1c95698eb22b",name:"Human Archer",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; crossbow; crossbow bolts (20)",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:62,initiative:6,ac:19,fortitude:18,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"8d121109-80ab-4054-92bf-a0a39e1e9562",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"08b8f758-95d0-4854-bf84-f90f33ada7fe",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:14,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"2d809c71-c326-41a6-9fe7-989733be8d6b",name:"Bullseye Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 15/30",attack:{bonus:14,defence:0},description:"",details:"3d8+3 damage and the target is dazed (save ends).",damage:"3d8+3 damage and the target is dazed (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d399cc2c-7f5f-4d68-8a76-6fed17fbe849",name:"Human Outlaw",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:87,initiative:8,ac:24,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"19d37f92-493b-4021-83a2-d5db239bd34c",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+7 damage, and the target is marked until the end of the outlaw’s next turn.",damage:"1d10+7 damage",category:1},{id:"13abc07f-1c34-46a6-bc1f-c444106bf29f",name:"Pushback Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+10 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+10 damage",category:1},{id:"4bce4565-454d-49c3-b56e-458edf4f3a41",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"400a67f9-1b4a-4f28-a155-55970527e254",name:"Karavakos",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:0,flag:1,leader:!1},senses:"Perception +8; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +18, Bluff +12, Diplomacy +15, Insight +13, Religion +18, Stealth +10",equipment:"dagger; implement, staff; ritual book",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:13},intelligence:{score:22},wisdom:{score:12},charisma:{score:17},hp:226,initiative:8,ac:29,fortitude:29,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"72292ec8-2009-4411-b75e-6b04fd301ed4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"59456fc0-1ff6-4fc0-bb35-5a84007fd51a",name:"Scorching Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:18,defence:2},description:"",details:"1d6+11 fire damage.",damage:"1d6+11 fire damage",category:1},{id:"c3f6d571-e8b6-4aaa-908f-b94b645aa607",name:"Thunderlance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Thunder",condition:"",range:"Close blast 5",attack:{bonus:18,defence:1},description:"",details:"4d6+11 thunder damage, and the target is pushed 4 squares.",damage:"4d6+11 thunder damage",category:1},{id:"eba61d91-6e1f-45f8-8b78-f896c9465ea2",name:"Blast of Cold",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Cold, Implement",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"6d6+11 cold damage, and the target is immobilized (save ends). On a miss, half damage and the target is slowed (save ends).",damage:"6d6+11 cold damage",category:1},{id:"7044d435-37ac-4dbd-98a7-b6b63b6e5599",name:"Dispel Magic",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"+18 vs Will; damage.",damage:"damage",category:1},{id:"48abbc64-ebcc-4d33-bb2f-5d78a5344adc",name:"Mind Swap",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"swap positions with a false shard.",damage:"",category:3},{id:"99af04da-b064-4ace-b578-fd38c09f8c7a",name:"Deathless Echoes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If at least one of the false shards on this level is alive, Karavakos cannot be reduced to fewer than 1 hit point by any means.",damage:"Karavakos cannot be reduced to fewer than 1 hit point by any means",category:0},{id:"2c5a9b80-b909-450d-a28b-70786ef7c3b7",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Gain +1 one attack and +3 damage to his next attack against a foe who hit Karavakos since his last turn.",damage:"gain +1 one attack and +3 damage to his next attack against a foe who hit karavakos since his last turn",category:3},{id:"d6bb43fe-a803-48a4-9f2f-5a674d0210cb",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1 racial bonus to attack rolls against bloodied foes.",damage:"+1 racial bonus to attack rolls against bloodied foes",category:0}],damageModifiers:[{type:3,value:-12}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9be54993-5d42-4217-b593-5c7b025f9753",name:"Karavakos’s Shadow",details:"",size:2,origin:5,type:2,keywords:"",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +14, Bluff +14, Diplomacy +14, Stealth +14",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:18},intelligence:{score:19},wisdom:{score:15},charisma:{score:18},hp:80,initiative:9,ac:25,fortitude:23,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"e8f29796-886d-423c-ba14-39e652180430",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 necrotic damage and target blinded (save ends).",damage:"1d6+5 necrotic damage and target blinded (save ends)",category:1},{id:"4125919d-8e0d-4f9a-b1d2-46225bd9f321",name:"Shadow Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"1d6+5 necrotic damage and target is blinded (save ends).",damage:"1d6+5 necrotic damage and target is blinded (save ends)",category:1},{id:"6fcf9cca-5d6e-40c5-aa1e-c83db9aa268f",name:"Shadow Storm",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 2 within 10, target enemies only",attack:{bonus:15,defence:1},description:"",details:"2d8+3 necrotic damage, and the target is pushed 3 squares; swirling area of black energy grants concealment, repeat this effect’s attack when the Shadow sustains it.",damage:"2d8+3 necrotic damage",category:5},{id:"03ea14cd-d3cc-431c-bebb-6956aa2ef6c3",name:"Devouring Dark",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"affects enemies only; 3d6+10 necrotic damage and targets are teleported 3 squares to a destination of the Shadow’s choice.",damage:"3d6+10 necrotic damage and targets are teleported 3 squares to a destination of the shadow’s choice",category:1},{id:"cfa1ca38-d701-49b7-9a5b-7bad4230ad6b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The shadow deals +1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"30fffa1c-bfe3-4918-9c8d-1fa9a2c14efa",name:"Shadow Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Shadow gains phasing until the end of his next turn and can move up to 4 squares.",damage:"The Shadow gains phasing until the end of his next turn and can move up to 4 squares",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"f4680f6c-2ad3-4be6-89e0-307accab4416",name:"Kravak the Damned",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +15, Bluff +9, Stealth +9",equipment:"cloak of resistance",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:20},wisdom:{score:14},charisma:{score:14},hp:200,initiative:7,ac:27,fortitude:21,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"4ee4cc63-633d-4bd7-b443-d7092f3ff1af",name:"Screaming Skull",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d4+5 necrotic damage.",damage:"2d4+5 necrotic damage",category:1},{id:"568aae75-5ad5-4cf8-a61b-0025efb1c958",name:"Death’s Rebuke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Close burst 1",attack:{bonus:15,defence:0},description:"",details:"1d8+8 necrotic damage, and the target is pushed 1 square.",damage:"1d8+8 necrotic damage",category:1},{id:"6090cb66-dea3-47f1-b50f-48ee953b018d",name:"Deathstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Implement, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"2d8+8 cold and necrotic damage. Area is filled with swarming spirits until the end of Kravak’s next turn: it grants concealment, and any creature that starts its turn in the area takes 5 cold and necrotic damage. Kravak can end this effect as a minor action.",damage:"2d8+8 cold and necrotic damage",category:1},{id:"60577ae0-d36f-48a0-921d-580633fb732d",name:"Clutch of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Conjuration, Implement, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d8+8 cold and necrotic damage, and a spectral hand grabs the target. If the target attempts to escape, the hand uses Kravak’s Fortitude or Reflex defense. Sustain minor: A grabbed target takes 1d8+8 cold and necrotic damage when Kravak sustains the power. As a standard action, Kravak can attack another target with the hand, but it must release a target it has grabbed.",damage:"2d8+8 cold and necrotic damage",category:1},{id:"cce47151-fe62-432b-a988-5b64e2226b9e",name:"Dimension Door",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Teleport 10.",damage:"Teleport 10",category:2},{id:"2be38ae8-c125-4eb1-9964-1a861795a360",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits.",damage:"The tiefling’s next attack against a target that hit him since his last turn gains a +1 power bonus to the attack roll and pushes the target 1 square if it hits",category:3},{id:"5e3e2851-cfdd-481e-b3f6-4fd711cf853d",name:"Bloodhunt",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes.",damage:"A tiefling gains a +1 racial bonus to attack rolls against bloodied foes",category:0},{id:"f6076de8-1de8-4ddf-b018-5967f51595ba",name:"Cloak of Resistance",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kravak gains resist 10 to all damage until the start of his next turn.",damage:"kravak gains resist 10 to all damage until the start of his next turn",category:5},{id:"aff6bb5f-5cdd-49b6-af5c-4b9f76ab9a41",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Kravat spends a healing surge and regains 50 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Kravat spends a healing surge and regains 50 hit points",category:1}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c326b62-d007-4694-9b0b-6282c65ef259",name:"Mad Wanderer",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +13, Insight +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:132,initiative:4,ac:20,fortitude:18,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"aa7b6491-d5e7-4de4-80a0-7cbce4f87414",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"71acb4fe-39af-4a69-9b5c-52c66ec26018",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:13,defence:2},description:"",details:"2d4+5 force damage.",damage:"2d4+5 force damage",category:1},{id:"8316ab07-f46d-4d46-b435-998aa1072fe8",name:"Magic Missile Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:11,defence:2},description:"",details:"1d4+5 force damage.",damage:"1d4+5 force damage",category:1},{id:"59cfd6a0-668d-4021-a326-7f02381646fd",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:13,defence:2},description:"",details:"The mage makes a separate attack against 3 different targets; 1d8+5 lightning damage.",damage:"1d8+5 lightning damage",category:1},{id:"c5d61653-a630-4158-8b41-04a907e41022",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:1},description:"",details:"2d8+5 thunder damage, and the target is dazed (save ends).",damage:"2d8+5 thunder damage",category:1},{id:"6c8a7ba4-8b46-43fc-9793-00b6707fa09b",name:"Acid Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:2},description:"",details:"3d6+5 acid damage.",damage:"3d6+5 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"153ef05e-2422-460d-9102-bcb4c2ef4313",name:"Calastryx",details:"",size:4,origin:4,type:1,keywords:"dragon",level:14,role:{type:2,flag:2,leader:!1},senses:"Perception +19",movement:"6, fly 8",alignment:"Evil",languages:"Common, Draconic, Giant, Goblin",skills:"Arcana +17, Diplomacy +17, History +17, Insight +19, Intimidate +17",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:15},intelligence:{score:20},wisdom:{score:24},charisma:{score:21},hp:564,initiative:9,ac:28,fortitude:26,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"3165094d-5642-4704-a22e-5e2997b824e4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 3d8+7 damage, and Calastryx slides the target 3 squares.",damage:"3d8+7 damage",category:1},{id:"a298bca2-ccd8-4267-b5d9-827915c94099",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Zone",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"4d8+6 fire damage. Miss: Half damage. Effect: The area of the blast becomes a zone that lasts until the end of Calastryx’s next turn. An enemy that ends its turn in the zone takes 15 fire damage.",damage:"4d8+6 fire damage",category:1},{id:"bde31b14-668c-4aae-b191-eccafb475065",name:"Inferno Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d10+5 fire damage.",damage:"2d10+5 fire damage",category:1},{id:"e81932b3-56af-4009-be6c-4f0ef85a23e9",name:"Rip and Tear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; three attacks against one target; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"c72274fe-4f04-4ac4-bc84-11e325107def",name:"Multiple Threat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time Calastryx is marked, the attacker can choose one of the heads to mark. Marks affect each head separately. A head that is not marked ignores the mark’s effects and does not trigger effects tied to the mark. Other effects and conditions, such as dazed or stunned, apply to all of the heads.",damage:"",category:0},{id:"895d4df3-e8ac-473b-9776-e0ca133a39b8",name:"Triple Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Calastryx acts three times in a round, once for each head, on initiative counts 30, 20, and 10. It has a full set of actions on each turn and cannot delay or ready actions. It can use one immediate action between each turn.",damage:"on initiative counts 30",category:0},{id:"19b5a7ee-dc77-4448-8527-cb6f264e5f92",name:"Power of Three",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each of Calastryx’s heads tracks the use of encounter and recharge actions separately. Each head has a full array of the listed powers.",damage:"",category:0},{id:"e0ce838e-95d1-4b06-a3ff-0c9e0eb6126d",name:"Bloodied Birth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time Calastryx is bloodied, it sprouts a fourth head. That head has its own separate set of encounter and recharge powers. Its initiative is 40.",damage:"Its initiative is 40",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc673c70-4da7-4894-a766-6cb6414dbac9",name:"Carthain",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:6,flag:0,leader:!0},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common, Dwarven, Goblin",skills:"Acrobatics +13, Athletics +12, Bluff +13, Diplomacy +13, Thievery +13",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:18},hp:87,initiative:10,ac:22,fortitude:19,reflex:20,will:20,regeneration:null,auras:[{id:"005ee8f8-d135-422c-9793-e7aaa62c6433",name:"Menacing Blade",keywords:"",details:"aura 1; enemies grant combat advantage to Carthain’s allies while in the aura."}],powers:[{id:"4ea8ce24-0022-4fd6-908c-6d67d84db210",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"6ddb02b1-08b4-4a1d-83e4-ee5ab136b6ce",name:"Hand Axe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:3},{id:"d94aa830-b948-49da-a5f5-fcc6a04c2028",name:"Whirling Blade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:13,defence:0},description:"",details:"targets enemies; 2d8+5 damage. Effect: Until the end of Carthain’s next turn, each enemy that ends its turn adjacent to him takes 5 damage.",damage:"2d8+5 damage",category:1},{id:"a340c4e2-96f5-461b-aa11-195481366b58",name:"Nimble Footwork",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Carthain shifts 2 squares.",damage:"Carthain shifts 2 squares",category:2},{id:"3e38ee25-dcb7-4293-8248-5c40ce9c2319",name:"Villainous Escape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Carthain ends all marks that apply to him.",damage:"",category:3},{id:"693e9c20-7e26-423f-8ba2-5b6fa1242d18",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Carthain’s attacks deal 2d6 extra damage against any target granting combat advantage to him.",damage:"carthain’s attacks deal 2d6 extra damage against any target granting combat advantage to him",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a6454502-06af-42da-b16f-5ec04782ec77",name:"Gerrek",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Athletics +9, Endurance +11, Intimidate +8, Religion +8",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:11},wisdom:{score:18},charisma:{score:11},hp:81,initiative:8,ac:22,fortitude:20,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"b0c15dfa-517d-406d-9dc1-6fc5120a651f",name:"Urgrosh",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+3 damage.",damage:"1d12+3 damage",category:1},{id:"2142d92b-ccd4-477f-ae70-b263d2c2be37",name:"Oath of Enmity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"one enemy in burst; until the end of the encounter or until Gerrek uses this power again, when Gerrek attacks the target, he rolls twice and uses the higher result.",damage:"",category:3},{id:"a0578a19-cfdd-4bd7-bc04-fe5be26b91f0",name:"Censure the Coward",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+7 damage.",damage:"1d12+7 damage",category:5},{id:"f07444fd-5d9e-42e9-a532-ba29b89afd57",name:"Splinter the Formation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d12+3 damage, and Gerrek teleports each enemy within 2 squares of the target 3 squares.",damage:"2d12+3 damage",category:1},{id:"bd772b15-017a-4bf8-bfde-3a1f3df4dbc2",name:"Executioner’s Cloak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d12+3 damage, and Gerrek is invisible to the target (save ends). Miss: Half damage, and Gerrek is invisible to the target until the end of his next turn.",damage:"3d12+3 damage",category:1},{id:"7c867421-0755-4206-9b65-983b54828b72",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces Gerrek to move—through a push, a pull, or a slide—Gerrek moves 1 square less than the effect specifies. When an attack would knock Gerrek prone, Gerrek gains an immediate saving throw to avoid falling prone.",damage:"or a slide—Gerrek moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2a0c88f7-92e1-474f-9c0e-5474ec401381",name:"Serlek Undertow",details:"",size:1,origin:4,type:2,keywords:"halfling",level:4,role:{type:6,flag:0,leader:!0},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Acrobatics +13, Athletics +8, Bluff +10, Stealth +9, Thievery +13",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:15},hp:55,initiative:8,ac:18,fortitude:15,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"c8f37ca7-ab14-4def-b140-e1ebe95d01c4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+5 damage, and Serlek shifts 3 squares.",damage:"2d4+5 damage",category:1},{id:"cca9a576-fe15-483e-8285-4822885d6de2",name:"Vicious Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+5 damage, and ongoing 5 damage (save ends).",damage:"2d4+5 damage",category:1},{id:"5a116c31-6598-4fcd-8f1c-7e87054972f9",name:"Distracting Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"each ally adjacent to the target can make a melee basic attack against the target as a free action.",attack:{bonus:7,defence:2},description:"",details:"",damage:"",category:1},{id:"31146e0d-ba5c-4bd1-9ef9-1f2878b4fc05",name:"Second Chance",action:{action:5,trigger:"when an enemy hits serlek with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy rerolls the attack roll and uses the new result.",damage:"",category:5},{id:"0221947b-0889-4c68-99fe-5b130e0a3210",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Serlek’s melee attacks deal 1d6 extra damage against any target granting combat advantage to him.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c991c743-9220-4340-9138-982b3ca9b52f",name:"Thar",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Giant, Goblin",skills:"Athletics +17, Intimidate +14, Religion +11",equipment:"greataxe; hide armor",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:11},intelligence:{score:12},wisdom:{score:14},charisma:{score:19},hp:274,initiative:5,ac:23,fortitude:24,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"d3680b2d-ae01-41ee-9076-0b6b3f775b41",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)2d12+6 (crit 2d12 + 30) Miss: 6 damage.",damage:"6 damage",category:1},{id:"267b292d-458c-42d2-b8a5-93c475f229f1",name:"Menacing Eye of Gruumsh",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"(+16 while bloodied)the target takes 1d8 + 5 psychic damage each time it attacks Thar (save ends).",damage:"(+16 while bloodied)the target takes 1d8 + 5 psychic damage each time it attacks thar (save ends)",category:3},{id:"cc7eca1e-02d7-4551-9efa-bc57b287ac5b",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"(+15 while bloodied)2d6+3 fire damage.",damage:"(+15 while bloodied)2d6+3 fire damage",category:3},{id:"2889142c-b58f-4184-b1d7-43d72bbba7bf",name:"Sweeping Axe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)3d12+6 damage (crit 2d12 + 42), and ongoing 5 damage (save ends). Miss: Half damage.",damage:"(+17 while bloodied)3d12+6 damage (crit 2d12 + 42)",category:1},{id:"1b656392-3120-4e9b-8277-ae4099548b25",name:"Brutal Finish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"(+17 while bloodied)3d12+10 damage (crit 2d12 + 46). Miss: Half damage.",damage:"(+17 while bloodied)3d12+10 damage (crit 2d12 + 46)",category:1},{id:"bac319e3-2d3c-41c7-ac66-977859bb8bbd",name:"Winged Axe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"this attack does not provoke opportunity attacks; (+21 while bloodied)1d12+6 damage (crit 2d12 + 18), and the target is stunned until the end of its next turn. Thar’s axe returns to him after this attack.",damage:"(+21 while bloodied)1d12+6 damage (crit 2d12 + 18)",category:1},{id:"da612f34-34bf-4a4b-8c22-a589aaecef64",name:"Scorn for the Weak",action:{action:1,trigger:"when an adjacent enemy spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"opportunity",range:"Thar makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"f1a41fb8-dae4-476e-998a-d61702170d60",name:"Death Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Thar is bloodied, he gains a +2 bonus to attack rolls and damage rolls, but he suffers 5 damage at the end of each of his turns. When he is reduced to 0 hit points, he does not die or fall unconscious until the end of his next turn.",damage:"he gains a +2 bonus to attack rolls and damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bfc9370-52da-44af-b8de-eea7e5da32d2",name:"Goblin Cutter",details:"",size:1,origin:4,type:2,keywords:"goblin",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +5, Thievery +5",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:5,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"3e4e536a-dddb-4934-bec4-1be44b321715",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage (5 damage if the goblin cutter has combat advantage against the target).",damage:"4 damage (5 damage if the goblin cutter has combat advantage against the target)",category:1},{id:"e8f13d31-3e16-4241-8569-a52a093213a8",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c420b2ec-0c25-4ec1-b816-212bc252ff6a",name:"Gray Ooze",details:"",size:1,origin:4,type:1,keywords:"blind, ooze",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; blindsight 10, tremorsense 10",movement:"5, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:15},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:43,initiative:5,ac:15,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"9949c6d8-3857-4cf4-b675-4a6401027539",name:"Stench",keywords:"",details:"aura 2; each creature within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"0ead1d3c-a022-4283-bd31-12c59fa1b73a",name:"Bone Melt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+5 acid damage, and the target takes a cumulative -2 penalty to Fortitude each time it hits (save ends).",damage:"1d6+5 acid damage",category:1},{id:"8de0576f-a688-4767-a3a0-44ff9719cbd2",name:"Slimy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gray ooze shifts 2 squares.",damage:"The gray ooze shifts 2 squares",category:3}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"b0fcbc64-c1ec-4f98-90f4-0d05bfa7db78",name:"Iron Defender",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"9c70f62b-436b-47dd-a492-398b981dfbb6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"c7328e40-93e3-4726-9105-ca178c15bf00",name:"Guard Creature",action:{action:4,trigger:"when an adjacent enemy attacks the creature guarded by the iron defender",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron defender makes a bite attack against the enemy.",damage:"",category:5},{id:"bdcbca9b-ca65-4038-81fd-66f55c526bf5",name:"Pursue and Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the iron defender makes an opportunity attack, it shifts 1 square before or after the attack.",damage:"it shifts 1 square before or after the attack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"131e7aac-1724-4472-a5c4-ceff6ca9b3cb",name:"Kobold Dragonshield",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +5, Stealth +7, Thievery +7",equipment:"heavy shield; scale armor; short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:13},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:36,initiative:4,ac:18,fortitude:14,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"f7d019d5-3c46-4421-8b59-7cc4d9f5774f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage, and the target is marked until the end of the kobold dragonshield’s next turn.",damage:"1d6+3 damage",category:1},{id:"1b13bdfa-a4f2-4154-9749-40ddaa6d50f4",name:"Dragonshield Tactics",action:{action:4,trigger:"when an adjacent enemy shifts away or an enemy moves adjacent",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield shifts 1 square.",damage:"The kobold dragonshield shifts 1 square",category:5},{id:"36590622-0d05-493d-86cc-41ea098ae5b3",name:"Mob Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1 to hit and damage for each other identical creatures attacking the same opponent",damage:"+1 to hit and damage for each other identical creatures attacking the same opponent",category:0},{id:"e86db73d-6348-4061-8da5-464604f64236",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square as a minor action.",damage:"The kobold shifts 1 square as a minor action",category:3},{id:"37ca18e3-e5be-48af-8b90-2892c6de8298",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"5 (damage type of the dragon served)",vulnerable:"",immune:"",tactics:""},{id:"c5fc8c2a-089e-4c1b-be5a-cc2ed165ac37",name:"Rage Drake",details:"Rage drakes savagely attack all other creatures they encounter and become even more ferocious when bloodied. Adult rage drakes cannot be domesticated, but newly hatched rage drakes can be trained to serve as pets, guards, or mounts.",size:3,origin:4,type:1,keywords:"mount, reptile",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:13},intelligence:{score:3},wisdom:{score:13},charisma:{score:12},hp:77,initiative:3,ac:17,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"7ab61014-ea25-4ad1-8a05-c37f9b324b66",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"eb2d778c-3d7b-4b9d-9a54-6fc1bd0e3690",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"990b4484-3d63-4d76-b9f1-57988ab8d937",name:"Raking Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When the rage drake charges, it makes two claw attacks against a single target.",damage:"",category:1},{id:"c048dd41-ba52-4d34-a9d6-b80264d4f75c",name:"Bloodied Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"While bloodied, a rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack.",damage:"a rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack",category:0},{id:"cdf86ba0-c4e2-4375-b8b1-619884e9b494",name:"Raging Mount",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while bloodied and mounted by a friendly rider of 5th level or higher",range:"The rage drake grants its rider a +2 bonus to attack rolls and damage rolls with melee attacks.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:""},{id:"13517092-b0cc-4b3e-86a2-76ce2d604c22",name:"Stirge",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:4,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:22,initiative:7,ac:15,fortitude:12,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"99fb7444-b7b7-43f2-97a5-6b3ef05536ef",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4 damage, and the target is grabbed (until escape) and takes ongoing 5 damage until it escapes. An attached stirge doesn’t make attack rolls while grabbing a target and gains a +5 bonus to its AC and Reflex defenses.",damage:"1d4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eb15ec2f-684f-49aa-9c32-3b4f3192ac72",name:"Air Archon Tempestblade",details:"",size:2,origin:1,type:2,keywords:"air",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"longsword; plate armor",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:25},intelligence:{score:17},wisdom:{score:20},charisma:{score:15},hp:174,initiative:18,ac:32,fortitude:31,reflex:32,will:30,regeneration:null,auras:[{id:"3fb92e07-018d-4e18-adc9-42834c51712b",name:"Billowing Winds",keywords:"",details:"(while bloodied) aura 3; while in the aura, enemies without the air keyword are deafened and take a -2 penalty to melee attack rolls and ranged attack rolls"}],powers:[{id:"9db66651-684e-470f-86f6-a70e7eb46268",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+3 damage plus 2d6 lightning damage, and the target is pushed 1 square.",damage:"1d8+3 damage plus 2d6 lightning damage",category:1},{id:"eb2d8c86-c294-4ad3-b853-ebe5adf2be80",name:"Bonds of Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires Longsword; 4d8+10 lightning damage, and the target is immobilized (save ends). Hit or Miss: Once per round on this creature’s turn, it can use a minor action to slide the target 1 square (save ends).",damage:"4d8+10 lightning damage",category:1},{id:"9152c828-9787-48e2-9652-2e57ba5affd4",name:"Tempest Dash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the tempestblade moves 4 squares or more from its previous location on its turn, it gains a +2 bonus to AC, and its melee attacks deal an extra 1d8 lightning damage.",damage:"",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5ea5fb33-f2d1-4b1b-869f-492613ed3afb",name:"Air Archon Zephyrhaunt",details:"",size:2,origin:1,type:2,keywords:"air",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +12",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"Stealth +19",equipment:"plate armor; spiked chain",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:23},intelligence:{score:15},wisdom:{score:18},charisma:{score:14},hp:122,initiative:18,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"2b548ffd-3683-43ab-ae41-75132e4b7cd6",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d4+5 damage plus 2d6 lightning damage, and the target is pulled 1 square.",damage:"2d4+5 damage plus 2d6 lightning damage",category:1},{id:"3351d176-cf68-4406-b49b-7d68336ff6c8",name:"Cyclone Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:19,defence:1},description:"",details:"2d8+8 damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8+8 damage",category:1},{id:"adf490cc-eb74-4086-a3ec-60c15fc3914a",name:"Whirlwind Escape",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Adjacent creatures are pushed 1 square, and the archon zephyrhaunt teleports 8 squares.",damage:"Adjacent creatures are pushed 1 square",category:2}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ca5a16b3-b370-48c6-b2c0-4a1db9b10fef",name:"Aspect of Dispater",details:"",size:2,origin:3,type:2,keywords:"devil",level:20,role:{type:3,flag:1,leader:!0},senses:"Perception +15; darkvision",movement:"6, teleport 10",alignment:"Evil",languages:"Supernal",skills:"Arcana +23, Bluff +22, History +23, Insight +20, Religion +23",equipment:"",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:19},intelligence:{score:26},wisdom:{score:20},charisma:{score:25},hp:382,initiative:14,ac:37,fortitude:33,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"89b3ea15-acc8-4b25-a826-0293b7057487",name:"Smiting Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d8+6 damage, and the target is pushed 2 squares and dazed until the end of the aspect of Dispater’s next turn.",damage:"2d8+6 damage",category:1},{id:"ec703f22-3a83-4558-98e6-ccae4365e141",name:"Lesser Blasphemous Reply",action:{action:4,trigger:"when hit by a melee attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:24,defence:3},description:"",details:"Targets the attacker; 3d8+7 thunder damage, and the target is pushed 1 square.",damage:"3d8+7 thunder damage",category:5},{id:"af902a86-912b-4bb1-acf9-d36e2a6d7adc",name:"Lesser Inveigle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"2d6+7 psychic damage, and the target slides 2 squares and is dominated until the end of the aspect of Dispater’s next turn.",damage:"2d6+7 psychic damage",category:1},{id:"9106e368-c2a4-4647-b9a4-7d522239889b",name:"Lesser Gates of Dis",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Fire",condition:"",range:"",attack:null,description:"",details:"Area wall 5 within 20 squares. The aspect of Dispater conjures a lattice of scalding iron that lasts until the start of his next turn. The wall blocks movement and line of effect, but it does not block line of sight. Creatures that end their turn adjacent to the wall or are pulled, pushed, or slid adjacent to the wall take 10 fire damage. The wall is 4 squares high and cannot be destroyed.",damage:"or slid adjacent to the wall take 10 fire damage",category:3},{id:"4371b901-fc60-4428-a81f-78599e9e191f",name:"Lesser Diabolic Awe",action:{action:7,trigger:"when an enemy within 5 squares becomes bloodied or takes a critical hit",sustainAction:0,use:1,recharge:""},keywords:"Fear, Healing",condition:"",range:"",attack:null,description:"",details:"The enemy is pushed 3 squares away from the aspect of Dispater and is dazed until the end of the aspect’s next turn. Creatures with the devil keyword within 5 squares of the aspect of Dispater regain 10 hit points.",damage:"The enemy is pushed 3 squares away from the aspect of Dispater and is dazed until the end of the aspect’s next turn",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a98497f9-17f1-4974-9a99-50b85dd72683",name:"Aspect of Graz’zt",details:"",size:2,origin:1,type:2,keywords:"demon",level:24,role:{type:6,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"6, teleport 4",alignment:"Chaotic evil",languages:"All",skills:"Arcana +21, Bluff +26, Diplomacy +26, History +21, Insight +24, Intimidate +26",equipment:"greatsword",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:29},intelligence:{score:19},wisdom:{score:24},charisma:{score:29},hp:438,initiative:23,ac:40,fortitude:36,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"e6a9238d-d8e8-4c90-9496-ebf0dd946ce1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon, Teleportation",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and ongoing 5 acid damage (save ends), and the target teleports 1 square into a space of the aspect of Graz’zt’s choosing.",damage:"3d6+8 damage",category:1},{id:"e0085490-9416-4081-8fdf-c52810bfcdd7",name:"Forceful Domination",action:{action:1,trigger:"recharges when no enemies are dominated by the aspect of Graz’zt",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:28,defence:3},description:"",details:"the target is dominated (save ends), and saving throws against this effect take a -2 penalty. A creature dominated by the aspect of Graz’zt counts as his ally and is not considered dazed (as per the dominated condition) for the purpose of flanking.",damage:"and saving throws against this effect take a -2 penalty",category:5},{id:"7cf564ba-11b9-4cdb-9733-b87282a13a5c",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The aspect of Graz’zt deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the aspect of graz’zt deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"5b3da6af-84c7-4f63-a77d-a54f970ad106",name:"Astral Dreadnought",details:"",size:5,origin:3,type:1,keywords:"",level:24,role:{type:2,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"fly 12 (hover)",alignment:"Chaotic evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:22},intelligence:{score:5},wisdom:{score:25},charisma:{score:14},hp:1135,initiative:18,ac:38,fortitude:38,reflex:35,will:38,regeneration:null,auras:[{id:"5c48b989-41c9-4590-87e3-93f4517b08ab",name:"Frightful Presence",keywords:"",details:"(Fear) aura 3; enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"0f18087d-84ec-4427-935e-dcb49bb6f443",name:"Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 2d6+13 damage, and the target is grabbed (until escape). An astral dreadnought can grab up to two creatures at a time, one in each claw. The astral dreadnought cannot use this attack if it has two creatures grabbed.",damage:"2d6+13 damage",category:1},{id:"7ed91c7e-e621-4485-9b1b-34d8209341e1",name:"Twin Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral dreadnought makes two pincer attacks. The astral dreadnought cannot use this attack if it has a creature grabbed.",damage:"",category:1},{id:"e7079655-d59a-4b09-900f-8a83a29cdce2",name:"Pincer Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets creatures grabbed by the astral dreadnought; 2d12+13 damage.",damage:"2d12+13 damage",category:1},{id:"e5c4a244-4f22-4248-891e-c0ca6955d07c",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a bloodied Large or smaller creature that the astral dreadnought has grabbed; the target is swallowed. The target enters a demiplane that is 8 squares wide, 8 squares long, and 2 squares tall. The swallowed creature arrives in a square of the dreadnought’s choosing. A hovering eyeball occupies the center 4 squares of the demiplane.",damage:"The target enters a demiplane that is 8 squares wide",category:1},{id:"395c5389-cb85-4b34-b834-2b561e95dc90",name:"Chained God’s Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:25,defence:3},description:"",details:"the target is dazed (save ends). First Failed Saving Throw: The target is stunned instead of dazed (save ends). Second Failed Saving Throw: The target is stunned and takes ongoing 40 psychic damage (save ends both).",damage:"the target is stunned and takes ongoing 40 psychic damage (save ends both)",category:3},{id:"d69070b8-b92e-4925-8427-eb34bbb0b7a1",name:"Orb of Dread",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:26,defence:3},description:"",details:"targets swallowed creatures; the target is dazed (save ends). First Failed Saving Throw: The target is stunned instead of dazed (save ends). Second Failed Saving Throw: The target is stunned and takes ongoing 40 psychic damage (save ends both).",damage:"the target is stunned and takes ongoing 40 psychic damage (save ends both)",category:4}],damageModifiers:[],resist:"30 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"e369f139-5875-43a4-abd1-710a3a8a9941",name:"Baphomet",details:"",size:4,origin:1,type:2,keywords:"demon",level:28,role:{type:2,flag:2,leader:!1},senses:"Perception +27; darkvision",movement:"8 (earth walk)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Acrobatics +29, Intimidate +25, Nature +27",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:28},intelligence:{score:20},wisdom:{score:26},charisma:{score:22},hp:1295,initiative:23,ac:42,fortitude:44,reflex:41,will:40,regeneration:null,auras:[{id:"7d73795c-483e-4b08-ab9d-39306179a41f",name:"Blood Ground",keywords:"",details:"aura 5; a creature in the aura that makes a melee attack against a bloodied target gains a +5 bonus to damage rolls, and a bloodied creature that makes a melee attack gains a +10 bonus to damage rolls."}],powers:[{id:"382f026f-3d8d-4369-a4b2-782b3658884c",name:"Heartcleaver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d12+10 damage (crit 9d12 +46), and the target takes a -2 penalty to AC (save ends).",damage:"3d12+10 damage (crit 9d12 +46)",category:1},{id:"80406526-9950-4b21-b5c2-5b1784782b18",name:"Goring Horns",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 4d8+10 damage, and the target slides 2 squares. When Baphomet makes this attack as part of a charge, the target is also knocked prone.",damage:"4d8+10 damage",category:1},{id:"2fdd32ef-0935-4343-949a-8466aa2ba646",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Baphomet makes a heartcleaver attack against one target and a goring horns attack against a different target.",damage:"",category:1},{id:"1ef5de90-1833-45df-a55c-fc7f24974627",name:"Bellow",action:{action:4,trigger:"when baphomet is damaged by an attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear, Thunder",condition:"",range:"Close burst 6",attack:{bonus:29,defence:3},description:"",details:"7d8+6 thunder damage, and the target is dazed (save ends).",damage:"7d8+6 thunder damage",category:5},{id:"221df925-2c37-4253-a1fc-88db1f2a0fdb",name:"Bloodied Fury",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"4d8+10 damage, and the target is pushed 3 squares and knocked prone.",damage:"4d8+10 damage",category:5},{id:"540dd447-8087-4b14-9f44-31401e32dd2e",name:"Abyssal Maze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Area wall 4 within 10 squares; the illusory wall occupies 4 contiguous squares and lasts until the end of the encounter. The wall cannot be destroyed or climbed. If Baphomet creates more than one wall, no part of the walls can be adjacent.",damage:"Area wall 4 within 10 squares",category:3},{id:"fee4edaf-b691-4b87-925e-dff9bc04d862",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Baphomet makes a bloodied fury attack.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"d9069a7f-131b-43e9-8be2-373ee837a4f1",name:"Barbed Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"7, teleport 7",alignment:"Evil",languages:"Supernal",skills:"Athletics +21, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:23},intelligence:{score:12},wisdom:{score:15},charisma:{score:20},hp:170,initiative:17,ac:33,fortitude:31,reflex:30,will:29,regeneration:null,auras:[{id:"7e7296d6-32ac-4671-a013-685536aeb705",name:"Threatening Barbs",keywords:"",details:"aura 1; any creature in the aura that makes a melee attack or a close attack with the weapon keyword against the barbed devil takes 5 damage."}],powers:[{id:"6dd8cf59-75f3-4b57-a815-585cfc144d68",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"9a8131a2-a57e-4402-b882-700509b14f5c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barbed devil makes two claw attacks.",damage:"",category:1},{id:"db4c4db9-1937-4255-9e8e-e37fb4d5a804",name:"Hurl Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:21,defence:2},description:"",details:"1d10+6 fire damage, and ongoing 5 fire damage, and the target is dazed (save ends both).",damage:"1d10+6 fire damage",category:1},{id:"03d658d1-8bf9-4db3-8f8d-957700a8b67d",name:"Barbed Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 1",attack:{bonus:23,defence:0},description:"",details:"1d8+7 damage, and the barbed devil teleports 7 squares.",damage:"1d8+7 damage",category:1},{id:"5393e839-2716-47f0-a39d-9f55c49be9fb",name:"Infernal Bound",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barbed devil shifts 3 squares.",damage:"The barbed devil shifts 3 squares",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e29c2a5-6212-4b8d-9f87-e7148704f9c9",name:"Barbed Devil Enforcer",details:"",size:2,origin:3,type:2,keywords:"devil",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"7, teleport 7",alignment:"Evil",languages:"Supernal",skills:"Athletics +21, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:20},hp:174,initiative:16,ac:35,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"42e43754-936a-440d-8e81-b1ad04b277be",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+7 damage, and the target is pushed 1 square.",damage:"1d8+7 damage",category:1},{id:"75f496f7-5c64-4a9e-8f67-986135be2bc1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"The barbed devil enforcer makes two claw attacks. If both attacks hit the same target, the barbed devil enforcer tries to impale the target on its barbs as a secondary attack; 5 damage.",damage:"5 damage",category:1},{id:"6f29b6bd-c58e-47cb-a985-5df2be465917",name:"Hurl Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"1d10+7 fire damage, and ongoing 5 fire damage, and the target is dazed (save ends both).",damage:"1d10+7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bde4f4d0-5493-46db-88cb-b49c46c31b1a",name:"Bladeling Ironmage",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +6",movement:"6",alignment:"Any",languages:"Common",skills:"Arcana +15, Intimidate +10",equipment:"leather armor; short sword",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:15},intelligence:{score:20},wisdom:{score:13},charisma:{score:17},hp:200,initiative:7,ac:26,fortitude:19,reflex:25,will:21,regeneration:null,auras:[{id:"b97d6d62-3146-438f-b76e-78e39f7e2dd8",name:"Cloud of Blades",keywords:"",details:"aura 1; an enemy that begins its turn in the aura takes 5 damage."}],powers:[{id:"639ec3de-a825-4ddd-83ef-f7e24e6a82f5",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"a7bdb13b-73e1-421a-8189-1885dce88d6b",name:"Razor Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:0},description:"",details:"1d8+2 damage, and the target is slowed until the end of the bladeling ironmage’s next turn.",damage:"1d8+2 damage",category:1},{id:"11484e5b-f98c-45ac-9550-9e7ac9484b9a",name:"Improved Razor Storm",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:14,defence:2},description:"",details:"1d8+2 damage, and ongoing 5 damage (save ends).",damage:"1d8+2 damage",category:5},{id:"779f0eec-d600-484c-b2fc-f8d927eb5b8c",name:"Shrapnel Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10 squares",attack:{bonus:14,defence:2},description:"",details:"1d8+3 damage, and the target is slowed until the end of the bladeling ironmage’s next turn.",damage:"1d8+3 damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea959d1d-9bfb-4dfe-8d46-3790fc7e1b7e",name:"Bladeling Razorguard",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +5, Stealth +14",equipment:"arrows (30); hide armor; longbow; longsword",category:"",strength:{score:11},constitution:{score:11},dexterity:{score:21},intelligence:{score:12},wisdom:{score:16},charisma:{score:8},hp:65,initiative:9,ac:22,fortitude:17,reflex:22,will:20,regeneration:null,auras:[{id:"55d55f40-46c5-4f0f-9dd7-6fcb8c9ae298",name:"Steel Shroud",keywords:"",details:"aura 1, while the bladeling razorguard is not bloodied; an enemy that starts its turn in the aura takes 5 damage."}],powers:[{id:"58999af7-72bf-4c0b-8d1a-77e7a0ad79a2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"9dd6bb57-87c6-44e3-95da-eca6bab733d1",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:15,defence:0},description:"",details:"1d10+5 damage, and the target’s speed is reduced by 1 square until the end of the bladeling razorguard’s next turn.",damage:"1d10+5 damage",category:1},{id:"82a3bced-eda6-4e69-90f2-a4457518f812",name:"Razor Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:13,defence:2},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"02fd31fd-5074-428a-8da0-f3d71ff0ac48",name:"Razor Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the bladeling razorguard is not bloodied, it gains a +2 bonus to AC and Reflex defenses.",damage:"it gains a +2 bonus to AC and Reflex defenses",category:0}],damageModifiers:[{type:1,value:-9}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93ac74b7-1ca7-460e-aae2-81b6fcbdf74f",name:"Bladeling Spiker",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +4",equipment:"falchion; hide armor",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:69,initiative:6,ac:22,fortitude:20,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"1ac99281-54fe-4ca0-99db-569ec0aead78",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d4+5 damage (crit 4d4+13), and the target is marked until the end of the bladeling spiker’s next turn. If a target marked by the bladeling spiker makes an attack that does not include the bladeling spiker, it takes 2 damage.",damage:"2d4+5 damage (crit 4d4+13)",category:1},{id:"89e28baf-3951-4e30-aeb1-9cc3f860e0e2",name:"Razor Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:11,defence:2},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"3099e3e5-71c0-4625-9dd1-c117d741f689",name:"Natural Spikes",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 1",attack:null,description:"",details:"the target takes 2 damage.",damage:"the target takes 2 damage",category:3}],damageModifiers:[{type:1,value:-8}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d343597d-7dcb-4e3e-85cf-e35469e0593e",name:"Brazen Devil",details:"",size:3,origin:3,type:2,keywords:"devil",level:28,role:{type:7,flag:0,leader:!1},senses:"Perception +26; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +25",equipment:"halberd",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:18},intelligence:{score:23},wisdom:{score:25},charisma:{score:22},hp:257,initiative:20,ac:45,fortitude:41,reflex:38,will:39,regeneration:null,auras:[{id:"096529e3-71a3-4504-b439-e93144a9a3f0",name:"Cloying Hellfire",keywords:"",details:"(Fire) aura 2; a creature that starts its turn in the aura takes 10 fire damage. A creature without the devil keyword cannot use powers with the teleport keyword while in the aura."}],powers:[{id:"8dbf0ed3-d7f4-4f59-ac12-b96034e88950",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 2d12+10 damage, and the target slides 1 square.",damage:"2d12+10 damage",category:1},{id:"6ba95310-52ae-4f1b-9ddb-38eb2240a8c6",name:"Hellfire Gout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:33,defence:2},description:"",details:"4d10+7 fire damage.",damage:"4d10+7 fire damage",category:1},{id:"c6f3709f-947d-4fa2-8ef2-3a64e21a6e06",name:"Furious Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"4d12+10 damage, and the target is pushed 3 squares. In addition, the brazen devil teleports into a space adjacent to the target after the target is pushed.",damage:"4d12+10 damage",category:1},{id:"0558ebba-520c-42e9-a715-31f07301cc0f",name:"Fiendish Opportunist",action:{action:4,trigger:"when an enemy is pushed; pulled; or slid into a square adjacent to the brazen devil",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:1},description:"",details:"1d12+9 damage, and the target is knocked prone.",damage:"1d12+9 damage",category:5},{id:"cd757209-f6fb-4d6f-b955-ac5f619f3b21",name:"Infernal Assault",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The brazen devil teleports 20 squares and gains a +2 bonus to attack rolls until the beginning of its next turn. The brazen devil can teleport into occupied squares, sliding any creatures occupying those squares into the nearest unoccupied squares.",damage:"The brazen devil teleports 20 squares and gains a +2 bonus to attack rolls until the beginning of its next turn",category:2}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"39e54d98-4250-49a5-87f7-94dfd8c02b09",name:"Canoloth",details:"",size:2,origin:1,type:1,keywords:"demon",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"Athletics +12",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:14},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:82,initiative:7,ac:23,fortitude:21,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"b600d1e8-c49b-44f5-8f46-0d1323b7d14f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"66707f63-9830-49df-a576-8742040c8fed",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 4; 1d6+4 damage, and the target is dazed (save ends).",damage:"1d6+4 damage",category:1},{id:"7e0592ec-7167-404f-b0ad-73712b1b85bd",name:"Tongue Seize",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets a dazed, stunned, unconscious, or helpless creature; reach 4; the target is pulled into an unoccupied space adjacent to the canoloth.",damage:"reach 4",category:3},{id:"361acacc-7ad9-40d1-bdd1-9efea074ecfc",name:"Canoloth Yowl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"targets creatures without the demon keyword; 1d6+1 psychic damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"1d6+1 psychic damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"081e3a2b-6160-4b6d-baf2-b838dcdfa50d",name:"Canoloth Harrier",details:"",size:2,origin:1,type:1,keywords:"demon",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +12; blindsight 10",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:14},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:1,initiative:8,ac:27,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"756fc2ef-9308-4866-a49c-1c43768d62a1",name:"Tongue Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 4; 5 damage, and the target is dazed (save ends). If the target is already dazed, it takes an extra 2 damage instead.",damage:"5 damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e7c4ea96-4856-4d97-9067-91694b12fb45",name:"Chasme",details:"",size:3,origin:1,type:1,keywords:"demon",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"6, climb 6 (spider climb), fly 10",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +14, Insight +12, Intimidate +14, Stealth +19",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:10},charisma:{score:14},hp:138,initiative:16,ac:29,fortitude:26,reflex:29,will:24,regeneration:null,auras:[],powers:[{id:"c76536e9-58e0-4f8a-b1b3-67d3a7acc488",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+7 damage, and ongoing 5 damage (save ends), or ongoing 10 damage if the target already has ongoing 5 damage (save ends).",damage:"2d6+7 damage",category:1},{id:"be960da7-af3a-48b4-905f-984db9830089",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"A chasme can move up to half its speed and make one melee basic attack at any point during that movement. The chasme doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:17,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d3416ab3-e8ab-486e-bd22-e2fbfce4246d",name:"Drone",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Sleep",condition:"",range:"Close burst 2",attack:{bonus:17,defence:3},description:"",details:"targets creatures without the demon keyword; the target is dazed (save ends). First Failed Saving Throw: The target is unconscious (save ends).",damage:"",category:5},{id:"3c58b0c1-4487-4dac-bf97-361316d8ca87",name:"Chasme Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chasme gains a +2 bonus to AC against opportunity attacks provoked by movement.",damage:"The chasme gains a +2 bonus to AC against opportunity attacks provoked by movement",category:0},{id:"d2c39f73-209f-4358-a83a-fe147dfad4e8",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The chasme deals an extra 1d6 damage against any target it has combat advantage against. This damage increases to 2d6 against unconscious foes.",damage:"the chasme deals an extra 1d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b2566431-2d9d-4995-a00b-d0240d8f8448",name:"Chosen of Graz’zt",details:"",size:2,origin:2,type:1,keywords:"shapechanger",level:22,role:{type:3,flag:1,leader:!1},senses:"Perception +13",movement:"6, climb 6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +22, Bluff +25, Insight +18",equipment:"",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:19},intelligence:{score:23},wisdom:{score:14},charisma:{score:28},hp:416,initiative:15,ac:38,fortitude:35,reflex:34,will:35,regeneration:null,auras:[{id:"28811722-ca19-4216-860f-488d7f81e522",name:"Swarm’s Embrace",keywords:"",details:"aura 1; an enemy that starts its turn in the aura takes 15 damage."}],powers:[{id:"69b91450-17ad-4600-9932-a1972191b434",name:"Cursed Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"1d8+7 damage, and the target is dazed (save ends). In addition, the Chosen of Graz’zt regains hit points equal to the damage dealt.",damage:"1d8+7 damage",category:1},{id:"0d3340c0-6ba9-4c95-a4b5-c8a3af8782cb",name:"Devouring Swarm",action:{action:1,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Reach 5; 3d8+7 damage. When the Chosen of Graz’zt sustains this power, the devouring swarm deals 3d8+7 damage to the target (no attack roll required). The target must be within this power’s range for the Chosen of Graz’zt to sustain the power.",damage:"3d8+7 damage",category:5},{id:"f1216907-39c2-40a8-9f9a-e280986ec366",name:"Word of Graz’zt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies, affects first enemy hit only; the target is dominated (save ends).",damage:"",category:1},{id:"5eb77004-9c10-45db-98db-5dc632d25347",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A chosen of Graz’zt can alter its physical form to appear as an attractive Medium humanoid of any race or gender.",damage:"",category:3},{id:"a4db224f-04d7-4b45-a8e8-e55858730486",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a Chosen of Graz’zt can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against area and close attacks",immune:"",tactics:""},{id:"a73a4e65-b368-4e5e-b040-d66abcd35415",name:"Dark Acolyte of Graz’zt",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Bluff +13, Insight +15",equipment:"arrows (30); greatsword; leather armor; longbow",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:13},wisdom:{score:16},charisma:{score:12},hp:1,initiative:9,ac:29,fortitude:27,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"f4b08080-83e8-4018-8ba4-a20361d5f603",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"7 damage, or 9 damage if the dark acolyte has combat advantage against the target.",damage:"7 damage",category:1},{id:"cc47c8b1-9667-44f5-982d-1016fc124a2e",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:19,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"4a6f6803-c955-4ec2-90f8-4a4763037bbc",name:"Dying Whispers",action:null,keywords:"",condition:"when reduced to 0 hit points by an attack",range:"",attack:null,description:"",details:"Allies within 5 squares of the dark acolyte gain combat advantage against the attacker until the end of the acolyte’s next turn.",damage:"Allies within 5 squares of the dark acolyte gain combat advantage against the attacker until the end of the acolyte’s next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm",tactics:""},{id:"2c946cf3-84ef-469b-aeff-eeb636b2d057",name:"Dispater",details:"",size:2,origin:3,type:2,keywords:"devil",level:28,role:{type:3,flag:2,leader:!0},senses:"Perception +21; darkvision",movement:"6, teleport 10",alignment:"Evil",languages:"Supernal",skills:"Arcana +29, Bluff +28, History +29, Insight +26, Religion +29",equipment:"rod of dispater",category:"",strength:{score:22},constitution:{score:27},dexterity:{score:23},intelligence:{score:30},wisdom:{score:24},charisma:{score:29},hp:1295,initiative:20,ac:45,fortitude:41,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"15d46f2c-ae23-413a-936a-b7e437e80570",name:"Smiting Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Requires rod of Dispater; 2d8+10 damage (crit 8d8+10), and the target is pushed 2 squares and dazed (save ends).",damage:"2d8+10 damage (crit 8d8+10)",category:1},{id:"c2b58016-73a5-471f-a5e7-0654c533e16f",name:"Blasphemous Reply",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:32,defence:3},description:"",details:"Targets the attacker; 3d8+10 thunder damage, and the target is pushed 1 square.",damage:"3d8+10 thunder damage",category:5},{id:"7df69203-0617-4290-ba23-3dacf223e379",name:"Scathing Rod",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Implement",condition:"",range:"ranged 20",attack:{bonus:32,defence:2},description:"",details:"Requires rod of Dispater; 2d8+10 acid damage, and the target takes a -2 penalty to attacks rolls until the end of Dispater’s next turn.",damage:"2d8+10 acid damage",category:1},{id:"8402cf83-19fe-46f0-941e-6d5321b8fdf1",name:"Inveigle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:32,defence:3},description:"",details:"2d8+10 psychic damage, and the target slides 3 squares and is dominated (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"2d8+10 psychic damage",category:1},{id:"b55fc4ad-e72e-4695-a299-4a4d191173f4",name:"Gates of Dis",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Fire",condition:"",range:"",attack:null,description:"",details:"Area wall 10 within 20 squares. Dispater conjures a lattice of scalding iron that lasts until the start of his next turn. The wall blocks movement and line of effect, but it does not block line of sight. Creatures that end their turn adjacent to the wall take 10 fire damage. Creatures pulled, pushed, or slid adjacent to the wall take 20 fire damage. The wall is 4 squares high and cannot be destroyed.",damage:"creatures that end their turn adjacent to the wall take 10 fire damage",category:3},{id:"2431d892-593f-41ed-8a3d-7ad2224e5743",name:"Diabolic Awe",action:{action:7,trigger:"when an enemy within 10 squares becomes bloodied or takes a critical hit",sustainAction:0,use:1,recharge:""},keywords:"Fear, Healing",condition:"",range:"",attack:null,description:"",details:"The enemy is pushed 3 squares away from Dispater and is dazed until the end of Dispater’s next turn. Creatures with the devil keyword within 10 squares of Dispater regain 20 hit points.",damage:"The enemy is pushed 3 squares away from Dispater and is dazed until the end of Dispater’s next turn",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e191cc1e-6335-453f-9ac4-452954812344",name:"Graz’zt",details:"",size:2,origin:1,type:2,keywords:"demon",level:32,role:{type:3,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"6, teleport 6",alignment:"Chaotic evil",languages:"All",skills:"Arcana +27, Bluff +32, Diplomacy +32, History +27, Insight +29, Intimidate +32",equipment:"wave of sorrow",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:33},intelligence:{score:22},wisdom:{score:27},charisma:{score:33},hp:1430,initiative:27,ac:48,fortitude:45,reflex:48,will:48,regeneration:null,auras:[],powers:[{id:"6944eb3b-3dd7-42f3-bd70-5f817dc1a665",name:"Wave of Sorrow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon, Teleportation",condition:"",range:"",attack:{bonus:37,defence:0},description:"",details:"Reach 2; 2d10+10 damage (crit 7d10+10), and ongoing 10 acid damage (save ends), and Graz’zt teleports to an unoccupied square adjacent to the target.",damage:"2d10+10 damage (crit 7d10+10)",category:1},{id:"0fa995a5-218a-4020-8d22-d75ddf822b88",name:"Sorrow Cyclone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Weapon, Teleportation",condition:"",range:"close burst 1",attack:{bonus:37,defence:0},description:"",details:"Requires Wave of Sorrow; targets enemies; 2d10+10 damage (crit 7d10+10), and ongoing 10 acid damage (save ends), and Graz’zt teleports to an unoccupied square adjacent to a creature hit by the attack.",damage:"2d10+10 damage (crit 7d10+10)",category:1},{id:"b3989f41-5f30-482e-a74f-c54ae6a8043d",name:"Overwhelming Domination",action:{action:1,trigger:"recharges when no enemy is dominated by Graz’zt",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 20",attack:{bonus:35,defence:3},description:"",details:"targets two enemies; the target is dominated (save ends), and saving throws against this effect take a -4 penalty. Graz’zt can force a creature he has dominated to use encounter attack powers. A creature dominated by Graz’zt counts as his ally and is not considered dazed (as per the dominated condition) for the purpose of flanking. Aftereffect: The target takes a -4 penalty to Will defense until the end of the encounter.",damage:"and saving throws against this effect take a -4 penalty",category:5},{id:"662291a7-ffac-40d3-8cfd-9e3ae12234de",name:"Unholy Blight",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 5 within 10",attack:{bonus:35,defence:2},description:"",details:"targets enemies only; 2d10+10 damage, and the target is weakened until the end of Graz’zt’s next turn.",damage:"2d10+10 damage",category:1},{id:"a52b3751-02a6-4b47-8ca2-27c06d5ded38",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Graz’zt can alter his physical form to appear as an attractive Medium humanoid of any race or gender.",damage:"",category:3},{id:"502e63a7-dc61-490f-82d0-a1533520019d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Graz’zt deals an extra 4d6 damage against any target he has combat advantage against.",damage:"graz’zt deals an extra 4d6 damage against any target he has combat advantage against",category:0},{id:"a400682c-4560-4330-a290-198bd5a95baf",name:"Vicious Twist",action:{action:7,trigger:"when Graz’zt hits a creature with an attack that has the weapon keyword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"That creature takes an extra 20 damage.",damage:"that creature takes an extra 20 damage",category:5}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"charm",tactics:""},{id:"9eaa0614-1239-46d4-aece-5c695fa963d2",name:"Howling Blade",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:6,flag:0,leader:!0},senses:"Perception +17",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +15, Bluff +18, Nature +17",equipment:"hide armor; longsword",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:25},intelligence:{score:12},wisdom:{score:18},charisma:{score:20},hp:151,initiative:17,ac:30,fortitude:27,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"16fed3f4-cf8e-40e5-b44a-6f722496671a",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage, and the target slides 1 square.",damage:"2d8+7 damage",category:1},{id:"80de2175-ada1-4dae-b19d-0cdddb5bf532",name:"Mobile Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires longsword; the howling blade makes a charge attack; 1d8+9 damage, and the howling blade shifts 3 squares.",damage:"1d8+9 damage",category:1},{id:"c905221e-92a6-4ab0-946e-b00b0812a15b",name:"Strike of the Horned King",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Requires longsword; 3d8+7 damage.",damage:"3d8+7 damage",category:5},{id:"421c1385-98a1-4ff4-9ce9-9b5f4d1ad2e6",name:"Blood for Baphomet",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"An ally in a flank with the howling blade makes a melee basic attack against the flanked creature as a free action.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f13af08f-1770-4bbd-8dcb-1c250ffb25e7",name:"Keeper",details:"",size:2,origin:5,type:2,keywords:"shapechanger",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +17; blindsight 20",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +19, Thievery +19",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:22},intelligence:{score:18},wisdom:{score:19},charisma:{score:9},hp:128,initiative:18,ac:31,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"c5505265-08bc-4ba7-a226-0da954c43410",name:"Shadowformed Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"The keeper attacks with a weapon it forms out of shadow; 2d8+3 damage, and the target is marked until the end of the keeper’s next turn. A keeper can only have one creature marked by this attack at a time. The condition ends if the keeper uses its dissolution power.",damage:"2d8+3 damage",category:1},{id:"dc18af89-cc79-4871-84cb-8a79c4113887",name:"Caustic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"3d6+5 acid damage, and the target is blinded (save ends). Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"3d6+5 acid damage",category:1},{id:"807a67db-6ee0-4de6-a31a-44af4196635c",name:"Dissolution",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Polymorph",condition:"",range:"",attack:null,description:"",details:"The keeper dissolves into a dark, viscous liquid. While in this form, the keeper is immune to the restrained and immobilized conditions, and it ignores difficult terrain. The keeper gains a +5 bonus to all defenses, and it regains 10 hit points at the end of each of its turns. The keeper gains a climb speed and swim speed equal to its base walking speed. The keeper can take only move actions and minor actions. It can stay in this form indefinitely, and it can return to its normal form as a move action.",damage:"The keeper gains a +5 bonus to all defenses",category:1},{id:"2afbd4fd-3712-411f-a1d7-014fcc401cef",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The keeper deals an extra 2d6 damage against a target it has marked.",damage:"the keeper deals an extra 2d6 damage against a target it has marked",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"charm, fear, sleep",tactics:""},{id:"8a53f495-c1e3-413a-a355-ad0224a829c5",name:"Korred Cudgeleer",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"5",alignment:"Unaligned",languages:"Elven",skills:"Athletics +12, Endurance +11",equipment:"hide armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:11},wisdom:{score:14},charisma:{score:13},hp:86,initiative:7,ac:24,fortitude:21,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"ee405c84-99d0-4d27-9824-b5cac65b9d39",name:"Cudgel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+3 damage, and the target is marked until the end of the encounter or until another creature marks it.",damage:"2d6+3 damage",category:1},{id:"396c8eba-d686-4e1d-b814-ee2bdf49c2e9",name:"Cudgeleer’s Jig",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"the korred makes a melee basic attack against each creature within the burst. The korred cudgeleer shifts a number of squares equal to the number of creatures it hits. It must end the shift adjacent to another creature.",attack:{bonus:13,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"45f22e52-d421-4632-b704-ff7dbbb0ac59",name:"Cudgeleer’s Reel",action:{action:7,trigger:"when an adjacent enemy shifts away from the korred cudgeleer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The korred cudgeleer shifts into the vacated square.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b3e6c723-c13d-40e4-a58b-d04ca9f032d9",name:"Korred Dancecaller",details:"",size:1,origin:2,type:2,keywords:"",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Elven",skills:"Diplomacy +13, Insight +11",equipment:"club; hide armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:11},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:102,initiative:5,ac:24,fortitude:22,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"15260c24-c462-4a4b-a618-6bed3de53ec2",name:"Cudgel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+4 damage, and the target slides 3 squares.",damage:"2d6+4 damage",category:1},{id:"eb317cb8-593f-4750-b960-a187173133e7",name:"Fool’s dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"1d8+5 psychic damage, and the target must move at least 2 squares during its turn (save ends). A target that does not move 2 squares takes 2d6 psychic damage at the end of its turn (before it makes any saving throws).",damage:"1d8+5 psychic damage",category:1},{id:"02493677-08c7-4801-9a0e-8ec373d211dd",name:"Rhyme of Calling",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Two allies within 5 squares of the korred dancecaller can shift 2 squares as a free action.",damage:"Two allies within 5 squares of the korred dancecaller can shift 2 squares as a free action",category:3},{id:"2c849919-c7b5-4f20-9595-2b031e906a9c",name:"Reactive Call",action:{action:4,trigger:"when an enemy hits the korred dancecaller with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 5 squares of the korred dancecaller shifts 2 squares as a free action.",damage:"An ally within 5 squares of the korred dancecaller shifts 2 squares as a free action",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b5e3a28-6ea5-4ebf-9224-7a579ce7d648",name:"Pain Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Insight +12, Intimidate +10",equipment:"scourge",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:15},intelligence:{score:14},wisdom:{score:17},charisma:{score:12},hp:86,initiative:8,ac:24,fortitude:21,reflex:18,will:19,regeneration:null,auras:[{id:"d4617b53-e213-4f7e-ae82-3b6c4743f748",name:"Aura of Torment",keywords:"",details:"aura 2; a creature without the devil keyword that starts its turn in the aura takes 2 damage."}],powers:[{id:"ae702682-a32b-4584-a25c-78d3b05b0315",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is slowed until the end of the pain devil’s next turn.",damage:"2d8+5 damage",category:1},{id:"8773acc0-1ed2-4bc1-b38f-91652e8367de",name:"Wave of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:13,defence:0},description:"",details:"targets enemies; 3d6+5 damage, and the target is slowed until the end of the pain devil’s next turn.",damage:"3d6+5 damage",category:1},{id:"1bd97d30-69dc-4a47-a290-88337555432a",name:"Sadism",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the pain devil scores a critical hit or its attack renders an enemy bloodied, it gains a +2 bonus to attack rolls and saving throws until the end of its next turn.",damage:"it gains a +2 bonus to attack rolls and saving throws until the end of its next turn",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6d64580d-e5d8-4aed-81e5-a45f3d628186",name:"Pain Devil Captain",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:3,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Insight +13, Intimidate +11",equipment:"scourge",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:15},intelligence:{score:14},wisdom:{score:17},charisma:{score:12},hp:110,initiative:7,ac:25,fortitude:23,reflex:20,will:21,regeneration:null,auras:[{id:"f97e95f2-c820-423a-9930-d1b35db7fe5a",name:"Aura of Torment",keywords:"",details:"aura 2; a creature without the devil keyword that starts its turn in the aura takes 2 damage."}],powers:[{id:"3338e90e-44e2-4024-bbfb-dd8af2de7a68",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is weakened until the end of the pain devil captain’s next turn.",damage:"2d8+5 damage",category:1},{id:"952b3a6b-3a6c-4352-8eab-1453ed6ae305",name:"Ignite Weaponry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 10",attack:null,description:"",details:"allies in the burst deal an extra 5 fire damage on attacks with the weapon keyword until the end of the pain devil captain’s next turn.",damage:"allies in the burst deal an extra 5 fire damage on attacks with the weapon keyword until the end of the pain devil captain’s next turn",category:1},{id:"8e8a4576-22da-40c4-8393-350e7301bf1c",name:"Supreme Sadism",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the pain devil captain scores a critical hit or its attack renders an enemy bloodied, it and all allies within 5 squares of the pain devil captain gain 10 temporary hit points.",damage:"it and all allies within 5 squares of the pain devil captain gain 10 temporary hit points",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"96096163-f6fd-47b5-bf14-2b2c9a34d8f7",name:"Raavasta Conniver",details:"",size:2,origin:1,type:2,keywords:"shapechanger",level:23,role:{type:3,flag:1,leader:!1},senses:"Perception +22; truesight 6",movement:"6",alignment:"Evil",languages:"All",skills:"Bluff +23, Diplomacy +23, Insight +22",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:28},wisdom:{score:23},charisma:{score:25},hp:428,initiative:16,ac:40,fortitude:35,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"d58c36f6-20ac-45ad-9458-0aebe10d8def",name:"Claws of Blindness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d6+5 damage, and the target is blinded (save ends).",damage:"1d6+5 damage",category:1},{id:"13da7c70-63bd-4068-b4fd-1d72234e799f",name:"Bind",action:{action:3,trigger:"recharges when enforce contract is used",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged sight",attack:{bonus:27,defence:0},description:"",details:"no attack roll required; the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends); 4d12+8 damage.",damage:"the target chooses to take ongoing 20 psychic damage (save ends) or be dominated (save ends)",category:5},{id:"d823ed05-f9e5-4b2a-ae1d-87f6c2d7e9b7",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"targets enemies; 5d6+9 psychic damage, and the target moves its speed away from the raavasta conniver.",damage:"5d6+9 psychic damage",category:1},{id:"b2c7a29c-f59f-46bf-9f1f-ae2fc95d8994",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A raavasta conniver can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"8589fdbb-0dee-44bc-9d81-b4bb5495b16f",name:"Enforce Contract",action:{action:4,trigger:"when an enemy’s melee or ranged attack targets the raavasta conniver; recharges when bind is used",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"The attack targets the creature affected by the raavasta conniver’s bind power instead of the raavasta conniver. Using this power ends the bind effect on that creature.",damage:"",category:5},{id:"f607c112-7e3b-4812-ba72-a87f77e8867a",name:"Vanish",action:{action:4,trigger:"when an enemy hits the raavasta conniver",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The raavasta conniver shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"The raavasta conniver shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-15}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b96845b8-c459-479c-b1f0-6f396d47e6db",name:"Raavasta Observer",details:"",size:2,origin:1,type:2,keywords:"shapechanger",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +18; truesight 6",movement:"8",alignment:"Evil",languages:"All",skills:"Bluff +21, Stealth +20",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:22},intelligence:{score:19},wisdom:{score:18},charisma:{score:24},hp:136,initiative:19,ac:33,fortitude:29,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"186481a4-5b31-40d1-ae05-6e587ce22d3e",name:"Claws of Blindness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d6+6 damage, and the target is blinded (save ends).",damage:"1d6+6 damage",category:1},{id:"5779debf-1d21-40e6-a986-2c38378cda26",name:"Mind Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d10+7 psychic damage, and the target slides 5 squares and grants combat advantage to the raavasta observer until the end of the target’s next turn.",damage:"1d10+7 psychic damage",category:1},{id:"ec8a0d20-47d7-4b26-afe4-d55e3f5bfdcc",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The raavasta observer can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3},{id:"3940e5c9-f7e9-475d-ab65-38d4703fd8c7",name:"Cloak and Claw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The raavasta observer deals an extra 2d6 damage against a target when it makes an attack while it has total concealment.",damage:"the raavasta observer deals an extra 2d6 damage against a target when it makes an attack while it has total concealment",category:0},{id:"8beef255-325a-4f1a-a6fd-d58ef134cb90",name:"Vanish",action:{action:4,trigger:"when an enemy hits the raavasta observer",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The raavasta observer shifts 3 squares and is invisible until the end of its next turn or until it attacks.",damage:"The raavasta observer shifts 3 squares and is invisible until the end of its next turn or until it attacks",category:5}],damageModifiers:[{type:8,value:-10}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"cc87c651-cd61-42a4-96a4-66b602bce97b",name:"Shadow Demon",details:"",size:2,origin:1,type:2,keywords:"demon",level:12,role:{type:4,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Abyssal",skills:"Arcana +13, Bluff +17, Stealth +18",equipment:"",category:"",strength:{score:8},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:12},charisma:{score:22},hp:196,initiative:17,ac:28,fortitude:25,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"26a26d12-aeae-4376-ad91-936dc3b42403",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d6+7 necrotic damage.",damage:"2d6+7 necrotic damage",category:1},{id:"5cbfcf45-2b21-433d-839f-8f5a3358b21c",name:"Void Rake",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"the shadow demon makes a melee basic attack.",attack:{bonus:17,defence:0},description:"",details:"Requires combat advantage; 2d6+5 damage.",damage:"2d6+5 damage",category:3},{id:"7264e58e-49bb-48d3-a312-c552f030a315",name:"Abyssal Void",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"1d6+6 necrotic damage. The burst creates a zone of darkness that lasts until the end of the shadow demon’s next turn. The zone of darkness cannot be illuminated, and it blocks line of sight for all creatures that cannot see in darkness. A creature that starts its turn within the zone takes 1d6 + 6 necrotic damage.",damage:"1d6+6 necrotic damage",category:5},{id:"7f8c64a4-3d06-4c51-8cdf-50ef23d83f8d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow demon uses a claw attack to damage a target it has combat advantage against, the target cannot spend healing surges until the end of the shadow demon’s next turn.",damage:"when the shadow demon uses a claw attack to damage a target it has combat advantage against",category:0}],damageModifiers:[{type:6,value:-15}],resist:"15 variable (2/encounter), insubstantial",vulnerable:"radiant (if the shadow demon takes 15 or more radiant damage, it loses phasing and insubstantial until the end of the attacker’s next turn)",immune:"",tactics:""},{id:"aa6ec9a3-abd0-4409-9878-714445b44718",name:"Solamith",details:"",size:3,origin:1,type:2,keywords:"demon",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"8",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:23},intelligence:{score:4},wisdom:{score:13},charisma:{score:8},hp:115,initiative:13,ac:26,fortitude:27,reflex:28,will:25,regeneration:{value:10,details:"if the solamith takes cold damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"cb057f52-3aed-4280-8022-73d21e484e81",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d8+5 damage plus 1d6 fire damage.",damage:"1d8+5 damage plus 1d6 fire damage",category:1},{id:"bb0b57ed-9ff2-4a16-8198-e03f167ba5a4",name:"Soulfire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:null,description:"",details:"The solamith chooses one of the following attacks, taking damage as it hurls parts of itself at enemies. The solamith cannot reduce itself to 0 hit points or fewer in this fashion.",damage:"taking damage as it hurls parts of itself at enemies",category:1},{id:"e0be16b0-ae57-40fd-aa12-74638fb6916b",name:"Soulfire Retort",action:{action:4,trigger:"when the solamith takes damage from a melee attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:19,defence:2},description:"",details:"3d6+6 fire and necrotic damage, and the target is pushed 1 square.",damage:"3d6+6 fire and necrotic damage",category:5}],damageModifiers:[{type:3,value:-10}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"41317400-9979-47f6-b9a7-6ce5e7290c83",name:"Storm Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:23,role:{type:0,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"7, fly 7 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Stealth +23",equipment:"trident",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:25},intelligence:{score:16},wisdom:{score:22},charisma:{score:17},hp:169,initiative:18,ac:37,fortitude:35,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"4c770cb5-653d-4c65-969a-09ece8c2018d",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"2d6+8 damage, and ongoing 10 lightning damage, and the target is dazed (save ends both).",damage:"2d6+8 damage",category:1},{id:"95032387-acaa-4bf3-92cb-cf1127b1f016",name:"Lightning Fork",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"ranged 20",attack:{bonus:28,defence:2},description:"",details:"Requires trident; 3d6+8 lightning damage.",damage:"3d6+8 lightning damage",category:1},{id:"55a289a7-3f05-486f-91b6-39710f0d1c0a",name:"Infernal Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:26,defence:1},description:"",details:"2d10+6 lightning and thunder damage, and the target is pushed 3 squares from the origin square and dazed until the end of its next turn.",damage:"2d10+6 lightning and thunder damage",category:1},{id:"57f7023e-eead-4d8f-8ed3-301459a62ec6",name:"Cyclone",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The storm devil shifts 3 squares, and any Medium or smaller enemy adjacent to the storm devil at the start of the move is knocked prone.",damage:"The storm devil shifts 3 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d294a73-ed99-4768-b0a4-7185e85806fc",name:"Aboleth Lasher",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:17,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"5, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +19, Dungeoneering +19, Insight +19",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:16},intelligence:{score:23},wisdom:{score:22},charisma:{score:17},hp:200,initiative:11,ac:29,fortitude:27,reflex:25,will:25,regeneration:null,auras:[{id:"6c05d962-f72d-4841-89f2-6994d64abb83",name:"Mucus Haze",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"24c712fc-0b92-48dd-85d5-a217a6f37e2e",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d8 + 8 damage (4d8 + 8 damage against a dazed target), and the target is dazed (save ends). Combat Advantage: An aboleth lasher makes an extra tentacle attack against any enemy it has combat advantage against.",damage:"2d8 + 8 damage (4d8 + 8 damage against a dazed target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The aboleth lasher relies on its mucus haze to hinder its opponents’ movement while simultaneously using it to gain combat advantage with its allies. Once it covers an enemy with slime, it uses its tentacles to flay the hapless creature to death."},{id:"3e00792a-ebdb-4f5d-9718-d53169a20d53",name:"Aboleth Slime Mage",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:17,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"5, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +19, Dungeoneering +20, Insight +20",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:16},intelligence:{score:23},wisdom:{score:25},charisma:{score:20},hp:128,initiative:11,ac:31,fortitude:28,reflex:28,will:29,regeneration:null,auras:[{id:"4f903026-90fb-44c3-b2d8-e414f5402296",name:"Mucus Haze",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"f1a2bc56-0b5c-47ff-987f-b4b7450d95b9",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d8 + 6 damage (3d8 + 6 damage against a dazed target), and the target is dazed (save ends).",damage:"1d8 + 6 damage (3d8 + 6 damage against a dazed target)",category:1},{id:"cf8f9e61-52a2-4ca4-ac57-fa209534eacd",name:"Slime Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"2d8 + 7 psychic damage, and the target is slowed (save ends).",damage:"2d8 + 7 psychic damage",category:1},{id:"5df99a7c-4cdb-4b9a-8eed-16e1bd9a779b",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"targets a dazed humanoid",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"the target is dominated (save ends). An aboleth slime mage can dominate only one creature at a time.",damage:"",category:1},{id:"c64ab658-020c-4cec-935a-7db264fa115a",name:"Slime Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"targets enemies",range:"Area Burst 4 within 10",attack:{bonus:17,defence:2},description:"",details:"2d8 + 7 psychic damage, and the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"2d8 + 7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An aboleth slime mage prefers to have its underlings fight for it. When pressed into combat, it relies on its mucus haze to keep opponents away while it blasts them with ranged attacks. It uses slime orb and slime burst to slow its enemies’ approach and tries to dominate one of them as soon as possible."},{id:"3af647f9-4258-4874-a2df-11af037c6bb9",name:"Aboleth Overseer",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:18,role:{type:3,flag:1,leader:!0},senses:"darkvision",movement:"5, swim 10",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +20, Dungeoneering +21, Insight +21",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:23},wisdom:{score:25},charisma:{score:22},hp:348,initiative:12,ac:35,fortitude:33,reflex:31,will:33,regeneration:null,auras:[{id:"5e273a62-0717-42e7-aad2-4d2c9565193a",name:"Mucus Haze",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"22d8f87b-61c2-4568-b0b6-f82b60babea0",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"1d8 + 8 damage (3d8 + 8 damage against a dazed target), and the target is dazed (save ends).",damage:"1d8 + 8 damage (3d8 + 8 damage against a dazed target)",category:1},{id:"518b86a4-df6d-4cd2-805f-593e4c654197",name:"Psychic Slime",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges when first bloodied"},keywords:"Psychic",condition:"targets enemies",range:"Close Burst 10",attack:{bonus:20,defence:3},description:"",details:"2d8 + 8 psychic damage, and the target is dazed (save ends).",damage:"2d8 + 8 psychic damage",category:1},{id:"9b367c18-bd0f-4cd4-8bda-1a015bd112d9",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"targets a dazed humanoid",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"the target is dominated (save ends). An aboleth overseer can dominate only one creature at a time.",damage:"",category:1},{id:"437c3077-63e2-4520-8fd1-4e91355d499f",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"targets a dominated creature",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"6d8 + 8 psychic damage. A target reduced to 0 hit points or fewer by this attack doesn’t die but becomes enslaved in preparation for the Aboleth Servitor ritual. Enslaved targets are dominated, and only the death of the overseer can end this domination. Once a creature is enslaved, an aboleth overseer is free to dominate other creatures.",damage:"6d8 + 8 psychic damage",category:1},{id:"b8890aee-88ab-47c0-9f8a-00b8561123ae",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The aboleth overseer and one ally within 10 squares of it turn invisible until the end of the aboleth overseer’s next turn.",damage:"The aboleth overseer and one ally within 10 squares of it turn invisible until the end of the aboleth overseer’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An aboleth overseer uses psychic slime to hinder its enemies and then selects a target to dominate, preferably one that is greatly injured so that it can use its enslave ability on the creature. The overseer then forces the enslaved creature to fight its former allies while it attempts to dominate others."},{id:"92315518-73a5-44db-a7fc-4c15ea39093e",name:"Aboleth Servitor",details:"",size:2,origin:0,type:2,keywords:"aquatic",level:16,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:10,ac:30,fortitude:28,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"4abc2aca-2fb7-4407-9166-ee17cfaabab0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:19,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"797a39bb-dc7e-415d-98c4-bcb7555cfa82",name:"Aboleth Devotion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aboleth servitor gains a +2 bonus to attack rolls against enemies in an aboleth’s mucus haze aura. If an aboleth servitor is ever more than 10 squares from its aboleth master, the servitor becomes dazed, weakened, and immobilized until its master moves within 10 squares of it.",damage:"An aboleth servitor gains a +2 bonus to attack rolls against enemies in an aboleth’s mucus haze aura",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The servitor remains within 10 squares of its aboleth master and exists only to protect its master from harm."},{id:"68bde3ff-4aa3-4ab3-a57d-7710ab101da8",name:"Astral Stalker",details:"",size:2,origin:3,type:2,keywords:"",level:22,role:{type:4,flag:1,leader:!1},senses:"blindsight 10",movement:"10, climb 6",alignment:"Evil",languages:"Supernal",skills:"Perception +18, Stealth +24",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:26},intelligence:{score:8},wisdom:{score:15},charisma:{score:10},hp:314,initiative:23,ac:38,fortitude:32,reflex:38,will:32,regeneration:null,auras:[],powers:[{id:"e1154433-84ef-4e69-8364-eaa8b880a88c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:27,defence:0},description:"",details:"2d6 + 8 damage, and the astral stalker can choose to designate the target as its quarry (see stalker’s quarry). Combat Advantage: The astral stalker’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",damage:"2d6 + 8 damage",category:1},{id:"387cc49f-4c81-4f31-8527-f4421e168278",name:"Throat Dart",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Ranged 5/10",attack:{bonus:29,defence:0},description:"",details:"1d10 + 8 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends).",damage:"1d10 + 8 damage",category:1},{id:"121dc7e1-9783-4720-8f37-29595bcac2ca",name:"Quick Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"targets a slowed or immobilized target",range:"Melee 1",attack:{bonus:27,defence:0},description:"",details:"The astral stalker makes two claw attacks. 2d6 + 8 damage, and the astral stalker can choose to designate the target as its quarry (see stalker’s quarry). Combat Advantage: The astral stalker’s melee attacks deal an extra 2d6 damage against any target it has combat advantage against.",damage:"2d6 + 8 damage",category:1},{id:"9a4f60b6-bfc7-4390-85ad-44c63a5c6581",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The astral stalker turns invisible until it attacks.",damage:"",category:1},{id:"15c06322-59db-4de0-92e7-54bf9a6a7931",name:"Stalker’s Quarry",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral stalker knows the exact location of a creature it has designated as its quarry. The astral stalker can have only one quarry at a time, but the power works across any distance and even crosses planar boundaries.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An astral stalker relies on its invisibility and stealth to catch prey by surprise. It has poisonous bone darts in its throat that it can eject with deadly accuracy. It uses these darts to disorient and incapacitate enemies. Once one or more foes are slowed or immobilized, the stalker lunges into melee and uses its quick claws ability against its chosen quarry. If its quarry shakes off the darts’ debilitating effects, the stalker retreats and turns invisible again, returning to ranged attacks and repeating the same strategy."},{id:"cf7989a9-85f9-4bb3-8906-5353a935e5a4",name:"Atropal",details:"",size:3,origin:3,type:3,keywords:"undead",level:28,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"Insight +25, Religion +19",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:18},intelligence:{score:10},wisdom:{score:22},charisma:{score:20},hp:634,initiative:18,ac:42,fortitude:42,reflex:37,will:40,regeneration:null,auras:[{id:"3e6ed7fd-eb0c-4179-8a41-c78c9f1ca5b4",name:"Shroud of Death",keywords:"Necrotic",details:"5: at the beginning of the atropal’s turn, undead allies within the aura regain 20 hit points, and living creatures in the aura take 10 necrotic damage. Radiant damage to the atropal ends its shroud of death. The atropal can restore the aura as a minor action."}],powers:[{id:"c079189f-8e90-4913-8ef2-3d5d7bb488cb",name:"Necrotizing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 2",attack:{bonus:29,defence:2},description:"",details:"2d10 + 10 damage, and the target takes ongoing 15 necrotic damage and a –2 penalty to attack rolls, and the target loses any resistance or immunity to necrotic damage (save ends all).",damage:"2d10 + 10 damage",category:1},{id:"26d3c2e6-91bb-45f6-a9d1-e45330ce3902",name:"Atropos Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges when a living creature drops to 0 hit points within the atropal’s aura"},keywords:"Necrotic",condition:"",range:"Close Burst 5",attack:{bonus:27,defence:2},description:"",details:"4d8 + 5 necrotic damage, and the target loses 1 healing surge. The atropal gains 1 action point if it hits any creatures with atropos burst.",damage:"4d8 + 5 necrotic damage",category:1}],damageModifiers:[{type:6,value:0},{type:7,value:0},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"An atropal floats toward living creatures and tries to envelop as many of them as it can with its shroud of death aura. It relies on its hit points and speed to outlast and outmaneuver its opponents. Once surrounded, it uses atropos burst and then spends an action point to make a necrotizing touch against the most wounded creature. It continues to attack this foe with its necrotizing touch, hoping to slay the creature and recharge its atropos burst."},{id:"e233e1c5-927b-4b2f-b12e-94de36262621",name:"Blood Fiend",details:"",size:2,origin:1,type:2,keywords:"",level:23,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, fly 10",alignment:"Chaotic Evil",languages:"Primordial",skills:"Intimidate +24, Perception +23",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:26},intelligence:{score:22},wisdom:{score:24},charisma:{score:27},hp:220,initiative:21,ac:41,fortitude:36,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"dea6cb8e-796c-43ab-9ebd-85adc79e3928",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:28,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"ac817d4b-8fe2-4c07-b292-e5626e29fe8a",name:"Bloodthirsty Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"requires combat advantage",range:"Melee 1",attack:{bonus:28,defence:0},description:"",details:"1d8 + 10 damage, and the target is grabbed and takes ongoing 10 damage (until escape). Also, the blood fiend regains 10 hit points.",damage:"1d8 + 10 damage",category:1},{id:"863dedd9-4dde-4767-b49d-4f08e563f061",name:"Terror Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:24,defence:3},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"a77bc01e-a0d2-43d6-8246-cb7c5beeb6d0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood fiend gains combat advantage against any living, bloodied enemy.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:"A blood fiend uses its terror gaze at the beginning of each round, attempting to immobilize foes. It then turns its attention to a weak foe, tearing it to pieces with its sharp talons. The creature relentlessly attacks one foe until its prey is dead and it can select a new target. Blood fiends are fearless adversaries and do not flee under any circumstances."},{id:"ca97c894-31af-43e8-9c34-f17ddc502a8f",name:"Phane",details:"",size:3,origin:3,type:3,keywords:"",level:26,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"10, fly 10",alignment:"Unaligned",languages:"Supernal",skills:"Perception +25",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:30},intelligence:{score:28},wisdom:{score:25},charisma:{score:22},hp:478,initiative:23,ac:41,fortitude:38,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"c8a5c621-9e35-458c-a764-f1625e153159",name:"Temporal Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:29,defence:2},description:"",details:"2d8 + 10 damage, and the target is slowed until the end of the phane’s next turn. The phane shifts 4 squares before or after making this attack.",damage:"2d8 + 10 damage",category:1},{id:"09000f2c-906e-48f4-8aca-f51a031a21a8",name:"Wizening Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d6 + 9 damage, and the target is dazed and weakened (save ends both). Aftereffect: The target is weakened (save ends). The target appears elderly until the effects of the wizening ray end.",damage:"2d6 + 9 damage",category:1},{id:"a795d2f2-01cd-4adf-9035-6efe65f28b4f",name:"Wizening Tempest",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the phane is bloodied; phanes are immune",range:"Close Burst 1",attack:{bonus:29,defence:1},description:"",details:"2d6 + 10 damage, and the target is stunned (save ends). Aftereffect: The target is dazed and weakened (save ends both). The target appears elderly until the effects of the wizening tempest end.",damage:"2d6 + 10 damage",category:1},{id:"16371822-6de9-4fd4-80dc-36418bda498f",name:"Temporal Fugue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"By moving backward and forward in time, a phane can remove one effect afflicting it.",damage:"",category:3}],damageModifiers:[],resist:"Insubstantial",vulnerable:"",immune:"",tactics:"A phane uses its great speed to stay out of range of opponents while targeting them with wizening ray. If forced into close combat, a phane uses either its temporal touch or wizening tempest to slow or stun enemies so it can withdraw safely and attack from a distance."},{id:"123e36fd-b9b3-4660-b05e-17156a9d3df8",name:"Tarrasque",details:"",size:5,origin:1,type:3,keywords:"",level:30,role:{type:2,flag:2,leader:!1},senses:"blindsight 20",movement:"8, burrow 8, climb 8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:42},constitution:{score:36},dexterity:{score:26},intelligence:{score:3},wisdom:{score:18},charisma:{score:7},hp:1420,initiative:23,ac:43,fortitude:49,reflex:38,will:32,regeneration:null,auras:[{id:"5a7f36c0-e3c8-4086-ad92-14f4cf5f1096",name:"Earthbinding",keywords:"",details:"40: any flying creature in the aura has its fly speed reduced to 1 and maximum altitude reduced to 20 feet (putting it within the tarrasque’s reach). Any creature above this altitude at the end of its turn falls to an altitude of 20 feet automatically."}],powers:[{id:"d3ed7412-35c1-4de4-a119-9cb309b41088",name:"Elder of Annhilation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The tarrasque’s attacks ignore all resistances.",damage:"",category:0},{id:"f287fa1d-e322-40a1-8043-b5de7a0fe953",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:34,defence:0},description:"",details:"1d12 + 16 damage, and ongoing 15 damage (save ends).",damage:"1d12 + 16 damage",category:1},{id:"2ef8bca2-1b16-40b7-894b-1a4adc80e638",name:"Fury of the Tarrasque",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"can’t use while bloodied",range:"Reach 3",attack:{bonus:34,defence:0},description:"",details:"The tarrasque makes a bite attack and one of the following attacks: ✦ Rending Bite: reach 3; +34 vs. AC; 3d12 + 16 damage, plus the target takes a –5 penalty to AC until the end of the tarrasque’s next turn. ✦ Tail Slap: reach 3; cannot use against the same target it attacked with its bite; +32 vs. Fortitude; 3d12 + 16 damage, plus the target is pushed 4 squares and knocked prone.",damage:"3d12 + 16 damage",category:1},{id:"6afaa571-fff1-469b-9b17-645bc84a1a69",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Up to 8 squares",attack:{bonus:33,defence:2},description:"",details:"The tarrasque can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the tarrasque must end its move in an unoccupied space. When it enters an enemy’s space, the tarrasque makes a trample attack: 1d12 + 16 damage, and the target is knocked prone.",damage:"1d12 + 16 damage",category:1},{id:"d1cfc007-4913-41e1-82c4-7468746920c1",name:"Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Close Burst 3",attack:{bonus:34,defence:0},description:"",details:"the tarrasque makes a bite attack against each creature within the burst. 1d12 + 16 damage, and ongoing 15 damage (save ends).",damage:"1d12 + 16 damage",category:1},{id:"b28ff423-ed99-4146-8bc5-c116faaf54c3",name:"Eternal Slumber",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the tarrasque is reduced to 0 hit points, it sinks back into the world’s core and slumbers once again.",damage:"",category:0}],damageModifiers:[],resist:"10 to all damage",vulnerable:"",immune:"charm, fear",tactics:"The tarrasque tramples enemies as it wades into battle. It uses fury of the tarrasque as often as it can, alternating between rending bite and tail slap until bloodied, then using frenzy. Not one to conserve its power, the tarrasque spends its action points in the opening rounds of combat to make additional attacks."},{id:"9085416e-a11b-4024-9d66-858ea859e65b",name:"Angel of Battle",details:"",size:3,origin:3,type:2,keywords:"angel",level:15,role:{type:6,flag:0,leader:!0},senses:"",movement:"8, fly 12 (hover); see also mobile melee attack and storm of blades",alignment:"Any",languages:"Supernal",skills:"Intimidate +19",equipment:"falchion",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:18},charisma:{score:25},hp:148,initiative:13,ac:29,fortitude:27,reflex:25,will:28,regeneration:null,auras:[],powers:[{id:"48108b90-4468-490a-bb96-3f37510a17cf",name:"Angelic Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacks against the angel of battle take a –2 penalty unless the angel is bloodied.",damage:"",category:0},{id:"38e91749-5a43-43c6-a01c-776988e468de",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"1d10 + 5 damage (crit 2d10 + 16).",damage:"1d10 + 5 damage (crit 2d10 + 16)",category:1},{id:"12f46700-da50-47c2-9251-03bad8cdc592",name:"Storm of Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 3",attack:{bonus:19,defence:0},description:"Razor-sharp blades explode from the angel’s wings.",details:"6d8 + 7 damage. After using this ability, the angel of battle has a fly speed of 2 (hover) until the end of the encounter.",damage:"6d8 + 7 damage",category:1},{id:"08bed981-5eea-4947-af66-850a9a09c840",name:"Chosen Foe",action:{action:7,trigger:"after making a falchion attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Once during its turn, an angel of battle can illuminate an enemy it hits with a falchion attack, bathing the enemy in light as bright as a torch and granting the angel’s allies combat advantage against that enemy until the start of the angel’s next turn.",damage:"",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:"An angel of battle employs a combination of airborne and ground-based tactics. Against tough adversaries, the angel uses chosen foe and takes to the air, using its reach to stay out of melee attack range. The angel reserves storm of blades for the end of battle, when it believes it will no longer need to fly, either because death or victory is imminent."},{id:"5b33c70e-8ada-4074-9baa-6ef191fe6cee",name:"Angel of Protection",details:"",size:2,origin:3,type:2,keywords:"angel",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Any",languages:"Supernal",skills:"Insight +16, Intimidate +14",equipment:"plate armor, greatsword",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:17},intelligence:{score:12},wisdom:{score:19},charisma:{score:14},hp:141,initiative:12,ac:30,fortitude:26,reflex:24,will:25,regeneration:null,auras:[{id:"2015aca8-5806-4498-b394-a130e31ef38d",name:"Angelic Shield",keywords:"",details:"5: enemies treat the area within the aura as difficult terrain as long as the angel’s angelic presence is active and the angel is within 5 squares of its ward (see below)."}],powers:[{id:"ad9c80ec-c0ca-4290-96eb-826d672a8104",name:"Angelic Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacks against the angel of protection take a –2 penalty until the angel is bloodied.",damage:"",category:0},{id:"28727027-b958-4bbd-90d3-10cff89dcfb8",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d10 + 6 damage plus 5 radiant damage.",damage:"1d10 + 6 damage plus 5 radiant damage",category:1},{id:"d350c9d3-1b15-42f3-89d8-9dee4108900c",name:"Ward",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"An angel of protection designates a creature within 5 squares of it as its ward. When the angel is within 5 squares of its ward, the ward takes only half damage from melee and ranged attacks",attack:null,description:"",details:"the angel of protection takes the rest. While the angel is adjacent to its ward, the ward gains a +2 bonus to AC. A creature can be the ward of only one angel of protection at a time. If multiple angels designate the same creature as their ward, it becomes the ward of the last angel that designated it as so.",damage:"the ward gains a +2 bonus to AC",category:1}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:"An angel of protection guards its chosen or appointed ward faithfully. Barring dire circumstances, the angel stays within 5 squares of its ward (preferably adjacent to it) and remains there until the ward dies (at which point the angel either designates another ward or, lacking another creature to protect, fights until slain)."},{id:"c7e129f2-1e9a-41c0-8be1-c09f4c5cece9",name:"Angel of Valor",details:"",size:2,origin:3,type:2,keywords:"angel",level:8,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"Intimidate +12",equipment:"chainmail, longsword, dagger",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:88,initiative:10,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"d1a9aeba-4b4e-4fa6-a483-8d319a4d6c3c",name:"Angelic Presence",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Attacks against the angel of valor take a –2 penalty until the angel is bloodied.",damage:"",category:0},{id:"222ab35d-b099-4a10-912a-54b7a5c7c3b7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"d03e220b-fd54-43b5-adfc-a8a8934a9da9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d4 + 6 damage.",damage:"1d4 + 6 damage",category:1},{id:"c4a00aad-f2c8-4a0b-9ec8-e73500ecfd01",name:"Blade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The angel of valor makes a longsword attack and a dagger attack.",details:"1d8 + 6 damage, and 1d4 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"a0a182aa-6534-459a-9612-220c03e6751d",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"targets enemies",range:"Close Burst 1",attack:{bonus:11,defence:1},description:"",details:"1d8 + 4 lightning damage, and the target is dazed until the end of the angel of valor’s next turn.",damage:"1d8 + 4 lightning damage",category:1},{id:"b46ac056-4d9e-4bcd-9bd0-24e46b550059",name:"Fiery Blades",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Until the start of the angel of valor’s next turn, the angel of valor’s weapons deal fire damage and attack the target’s Reflex defense instead of AC.",damage:"the angel of valor’s weapons deal fire damage and attack the target’s reflex defense instead of ac",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:"Angels of valor employ straightforward melee tactics, wading into the fray and making use of a combination of basic attacks and powers. Angels of valor collaborate well with others of their kind, flanking enemies and concentrating their attacks on the most powerful opponent."},{id:"d0b33d87-c65f-4ded-ad62-40cee8ca87cb",name:"Angel of Valor Cohort",details:"",size:2,origin:3,type:2,keywords:"angel",level:11,role:{type:9,flag:3,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail, greatsword",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:1,initiative:9,ac:25,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"1d240a67-1f0b-4836-b064-93a932b3a31c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"6 fire damage.",damage:"6 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"063c4982-012b-4236-a437-cf7d4cb278cb",name:"Angel of Valor Veteran",details:"",size:2,origin:3,type:2,keywords:"angel",level:16,role:{type:9,flag:3,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail, greatsword",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:12,ac:30,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"1d240a67-1f0b-4836-b064-93a932b3a31c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"",details:"7 fire damage.",damage:"7 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"bc7f92c8-b388-49d4-9e66-107b7086cf14",name:"Angel of Valor Legionnaire",details:"",size:2,origin:3,type:2,keywords:"angel",level:21,role:{type:9,flag:3,leader:!1},senses:"",movement:"6, fly 9 (hover)",alignment:"Any",languages:"Supernal",skills:"",equipment:"chainmail, greatsword",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:16},hp:1,initiative:14,ac:35,fortitude:35,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"1d240a67-1f0b-4836-b064-93a932b3a31c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:26,defence:0},description:"",details:"9 fire damage.",damage:"9 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"9719eafc-8e0e-4a86-b25d-8d2368f2e5a5",name:"Angel of Vengeance",details:"",size:3,origin:3,type:2,keywords:"angel",level:19,role:{type:2,flag:1,leader:!1},senses:"",movement:"8, fly 12 (hover); see also sign of vengeance",alignment:"Any",languages:"Supernal",skills:"Insight +21, Intimidate +22",equipment:"plate armor, 2 longswords",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:18},intelligence:{score:19},wisdom:{score:25},charisma:{score:26},hp:446,initiative:13,ac:34,fortitude:33,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"bcbdeeca-3c71-4677-aacb-26aa7b5a1d3c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage.",damage:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage",category:1},{id:"3e161561-aa2b-4fa3-83e1-ccd9d44f81d1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"The angel of vengeance makes two longsword attacks.",details:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage.",damage:"1d10 + 9 damage plus 1d8 fire damage plus 1d8 cold damage",category:1},{id:"fb7a77e0-8a62-4df2-8147-077cbcfde2b8",name:"Sign of Vengeance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged sight",attack:null,description:"",details:"the angel of vengeance places an invisible sign upon the target. Until the end of the encounter, as a move action, the angel can teleport adjacent to the target.",damage:"",category:3},{id:"4f3824b4-2022-4e8c-ab0f-baf152190de0",name:"Coldfire Pillar",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Fire, Polymorph",condition:"",range:"Close Burst 2",attack:{bonus:23,defence:2},description:"The angel transforms into a 30-foot-high pillar of blue flame.",details:"1d8 + 9 cold damage plus 1d8 + 9 fire damage. The angel of vengeance is immune to all damage until the start of its next turn.",damage:"1d8 + 9 cold damage plus 1d8 + 9 fire damage",category:5},{id:"f47fad3b-b362-47b5-b2d4-436e4c8e546d",name:"Cloak of Vengeance",action:null,keywords:"",condition:"until bloodied",range:"Attacks against the angel of vengeance take a –2 penalty until the angel is bloodied. While cloak of vengeance is in effect, a creature that makes a successful melee attack against the angel takes 1d8 fire damage and 1d8 cold damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:9,value:-15},{type:3,value:-15}],resist:"see also coldfire pillar",vulnerable:"",immune:"disease, fear",tactics:"An angel of vengeance focuses on a single target. It evokes its sign of vengeance at the start of battle, then teleports to the target and spends an action point to use double attack against the foe. The angel continues its relentless pursuit of the target, paying little heed to events around it."},{id:"e0013150-17be-4acf-9068-d399a0819d50",name:"Fire Archon Emberguard",details:"",size:2,origin:1,type:2,keywords:"fire",level:12,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"Perception +13",equipment:"plate armor, greataxe",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:22},intelligence:{score:14},wisdom:{score:14},charisma:{score:12},hp:151,initiative:12,ac:24,fortitude:21,reflex:22,will:18,regeneration:null,auras:[{id:"b298e752-0b7c-4427-9280-9c4c21733ec9",name:"Ember Cloud",keywords:"Fire",details:"1: any creature that begins its turn in the aura takes 5 fire damage."}],powers:[{id:"07bc63a8-fdbc-4f0e-914d-62b0303b8420",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage.",damage:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage",category:1},{id:"b49b75d4-531f-4587-8bb2-1ddbf7879b87",name:"Immolating Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"requires greataxe",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 3 damage (crit 2d12 + 15) plus 1d10 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"Emberguards prefer to wade into melee combat, hacking enemies with their greataxes, saving their immolating strike for particularly irksome foes. "},{id:"992076d0-2292-416d-b718-24e0099034a9",name:"Fire Archon Blazesteel",details:"",size:2,origin:1,type:2,keywords:"fire",level:19,role:{type:7,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"plate armor, scimitar",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:16},charisma:{score:15},hp:182,initiative:18,ac:35,fortitude:33,reflex:32,will:28,regeneration:null,auras:[],powers:[{id:"ecef1d09-b3e2-4d78-9009-d66f2422dacb",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:25,defence:0},description:"",details:"1d8 + 8 damage (crit 2d8 + 16) plus 1d8 fi re damage, and the target is marked until the end of the blazesteel’s next turn. Combat Advantage: The blazesteel makes a single extra scimitar attack and deals an extra 1d8 fire damage.",damage:"1d8 + 8 damage (crit 2d8 + 16) plus 1d8 fi re damage",category:1},{id:"b0baeed1-0360-440e-b703-b7ade74a3280",name:"Wounded Fireburst",action:null,keywords:"Fire",condition:"when first bloodied and again when reduced to 0 hit points",range:"Close Burst 2",attack:{bonus:21,defence:2},description:"",details:"10 fire damage, and ongoing 5 fire damage (save ends).",damage:"10 fire damage",category:0}],damageModifiers:[{type:7,value:0},{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"Blazesteels try to close ranks around an enemy and gain the extra attack through combat advantage and deal extra damage from flanking. Tough and resilient warriors, they become more emboldened once they are bloodied, using wounded fireburst to ignite their enemies in flames."},{id:"f700847a-fb1b-42d7-9a9a-b4d59b813759",name:"Fire Archon Ash Disciple",details:"",size:2,origin:1,type:2,keywords:"fire",level:20,role:{type:0,flag:0,leader:!1},senses:"",movement:"8; see also flame step",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"scale armor (metal robes)",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:27},intelligence:{score:14},wisdom:{score:16},charisma:{score:15},hp:150,initiative:18,ac:33,fortitude:33,reflex:34,will:29,regeneration:null,auras:[],powers:[{id:"06cb3491-31f6-4f40-baa0-514879968ee3",name:"Flaming Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee Touch",attack:{bonus:20,defence:2},description:"",details:"1d8 + 5 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 5 fire damage",category:1},{id:"631114ac-d7c0-427f-9261-76c4c46a7837",name:"Rain of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area Burst 1 within 10",attack:{bonus:23,defence:2},description:"",details:"2d8 + 8 fire damage, and ongoing 5 fire damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d8 + 8 fire damage",category:1},{id:"a6429821-4aec-473f-9a1b-e597adebd51d",name:"Flame Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:23,defence:2},description:"",details:"2d8 + 8 fire damage, and the target is pushed 2 squares and takes ongoing 10 fire damage (save ends).",damage:"2d8 + 8 fire damage",category:1},{id:"cde7a30e-a9da-4577-81f2-26b5819e1900",name:"Cinder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 5",attack:{bonus:23,defence:1},description:"",details:"2d8 + 8 fire damage, and the target is blinded (save ends).",damage:"2d8 + 8 fire damage",category:1},{id:"de404e2b-caf3-4259-b398-9956dd69c70e",name:"Death Embers",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close Burst 5",attack:{bonus:23,defence:1},description:"The ash disciple is consumed in the burst, leaving only its metallic robes behind.",details:"2d8 + 8 fire damage, and the target is blinded (save ends).",damage:"2d8 + 8 fire damage",category:0},{id:"39483778-9cfe-4833-a15f-d9e893157298",name:"Flame Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The ash disciple can teleport to within 3 squares of any fire creature within 20 squares of it.",damage:"The ash disciple can teleport to within 3 squares of any fire creature within 20 squares of it",category:2}],damageModifiers:[{type:7,value:0},{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"An ash disciple uses rain of fire against distant targets, and then uses flame step to position itself where it can unleash a flame wave or cinder burst. Once bloodied, the ash disciple tries to get close to its enemies so that it catches as many of them as possible with death embers."},{id:"e9ee815c-5ea1-4840-af46-9e79d93df6de",name:"Ice Archon Hailscourge",details:"",size:2,origin:1,type:2,keywords:"cold",level:16,role:{type:0,flag:0,leader:!1},senses:"",movement:"6 (ice walk)",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"plate armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:15},hp:120,initiative:11,ac:30,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"f152a79b-a93c-4d49-8daf-63f0394a9695",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"1d6 + 4 cold damage.",damage:"1d6 + 4 cold damage",category:1},{id:"49fae2f2-1319-4c04-a97e-20f490d1d530",name:"Ice Shuriken",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Ranged 6/12",attack:{bonus:21,defence:0},description:"",details:"1d6 + 4 damage plus 1d6 cold damage.",damage:"1d6 + 4 damage plus 1d6 cold damage",category:1},{id:"22c7116f-d0e2-441b-8eb7-ea869cbab368",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 6/12",attack:{bonus:21,defence:0},description:"The ice archon hailscourge makes two ice shuriken attacks.",details:"1d6 + 4 damage plus 1d6 cold damage.",damage:"1d6 + 4 damage plus 1d6 cold damage",category:1},{id:"3de802b7-4a99-4339-bd77-4bbca1edd76d",name:"Hail Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area Burst 1, 2, 3, or 4 within 20",attack:{bonus:21,defence:0},description:"",details:"2d8 + 4 cold damage. Miss: Half damage. The ice archon hailscourge determines the exact burst radius of the hail storm.",damage:"2d8 + 4 cold damage",category:1},{id:"c864af62-fd4e-46fa-9143-6a0329eaf182",name:"Frost Shield",action:{action:5,trigger:"when attacked by a ranged, a close, or an area attack",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The ice archon hailscourge gains resist 20 to all damage against the triggering attack.",damage:"the ice archon hailscourge gains resist 20 to all damage against the triggering attack",category:5}],damageModifiers:[{type:7,value:0},{type:2,value:-20}],resist:"",vulnerable:"",immune:"disease",tactics:"The ice archon hailscourge unleashes its hail storm as often as it can, reducing the storm’s radius as needed to avoid harming its allies. While it waits for this power to recharge, it hurls ice shuriken at its enemies."},{id:"b238b363-bcf5-4f4c-bfbb-f319b2241988",name:"Ice Archon Rimehammer",details:"",size:2,origin:1,type:2,keywords:"cold",level:19,role:{type:7,flag:0,leader:!1},senses:"",movement:"6 (ice walk)",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"plate armor, maul",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:18},intelligence:{score:14},wisdom:{score:16},charisma:{score:15},hp:185,initiative:15,ac:35,fortitude:35,reflex:32,will:31,regeneration:null,auras:[{id:"1db3c1ea-2c9b-443f-a42f-67430bf1628d",name:"Icy Ground",keywords:"Cold",details:"1: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"d1ad30ed-bcc8-43bb-83a0-8363bab9b2d1",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:25,defence:0},description:"",details:"2d6 + 7 damage plus 1d6 cold damage, and the target is slowed (save ends). Against a slowed target, the rimehammer deals an extra 2d6 cold damage.",damage:"2d6 + 7 damage plus 1d6 cold damage",category:1}],damageModifiers:[{type:7,value:0},{type:2,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"This archon uses its icy ground aura to hinder foes that are trying to flank it. It otherwise engages in melee, using its maul to slow enemies and the icy ground to hinder their movement even further."},{id:"8da6d3f3-a000-4770-8779-5a11ebae237c",name:"Ice Archon Frostshaper",details:"",size:2,origin:1,type:2,keywords:"cold",level:20,role:{type:3,flag:0,leader:!0},senses:"",movement:"6 (ice walk)",alignment:"Chaotic Evil",languages:"Primordial",skills:"Intimidate +23",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:19},intelligence:{score:14},wisdom:{score:18},charisma:{score:27},hp:190,initiative:14,ac:34,fortitude:32,reflex:28,will:32,regeneration:null,auras:[{id:"4049b35b-e291-407e-8fdf-a49ca37785e5",name:"Icy Aura",keywords:"Cold",details:"5: (not active while bloodied); cold creatures in the aura gain regeneration 10. Enemies treat the area within the aura as difficult terrain."}],powers:[{id:"6bcf1e6e-fc55-4cf9-89ef-a8d12bdc1089",name:"Ice Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"2d6 + 8 cold damage.",damage:"2d6 + 8 cold damage",category:1},{id:"c5c7a3ce-d81d-4f1c-9fdf-5b1fdc962cc1",name:"Ice Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5",attack:{bonus:23,defence:0},description:"",details:"2d6 + 8 cold damage, plus the target is slowed until the end of the frostshaper’s next turn.",damage:"2d6 + 8 cold damage",category:1},{id:"20dc3f49-3c06-45c3-bd37-87b6348eb98f",name:"Icy Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the frostshaper hits with a melee attack"},keywords:"Cold",condition:"",range:"Area Burst 1 within 5",attack:{bonus:23,defence:0},description:"",details:"3d8 + 8 cold damage, plus the target is slowed (save ends). Miss: Half damage, and the target is not slowed.",damage:"3d8 + 8 cold damage",category:1}],damageModifiers:[{type:7,value:0},{type:2,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"The ice archon frostshaper relies on its icy aura to hinder enemies. It begins battle by closing to within 5 squares of foes so it can unleash an icy burst and make its enemies suffer the combined effects of slow and difficult terrain. The frostshaper follows up with basic attacks until one of these is successful, at which point it uses icy burst again."},{id:"1995b14f-6f45-4c52-af2c-0b5e49f59322",name:"Azer Warrior",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:9,flag:3,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"chainmail, light shield, warhammer",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:11},wisdom:{score:18},charisma:{score:16},hp:1,initiative:11,ac:31,fortitude:30,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8a80ea95-1875-4c13-b2b9-20c4121b25a1",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"87390957-caa3-46cc-8403-7d89e934f1db",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"7 fire damage, and ongoing 3 fire damage (save ends).",damage:"7 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"Azer warriors try to surround enemies and scorch them with their warding flame."},{id:"74df3b6e-869c-42d8-9ab5-518954c78542",name:"Azer Foot Soldier",details:"",size:2,origin:1,type:2,keywords:"fire",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"scale armor, light shield, warhammer",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:16},intelligence:{score:11},wisdom:{score:18},charisma:{score:15},hp:141,initiative:12,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8a80ea95-1875-4c13-b2b9-20c4121b25a1",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"87390957-caa3-46cc-8403-7d89e934f1db",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d10 + 4 damage plus 1d8 fire damage, and the target is marked until the end of the azer foot soldier’s next turn.",damage:"1d10 + 4 damage plus 1d8 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"These azers maneuver to flank their foes, gaining the benefits of their warding flame power in addition to combat advantage."},{id:"3c8b1676-d528-4f6d-9a35-501547c693e6",name:"Azer Rager",details:"",size:2,origin:1,type:2,keywords:"fire",level:15,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"scale armor, spiked gauntlets",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:15},intelligence:{score:11},wisdom:{score:14},charisma:{score:15},hp:181,initiative:9,ac:27,fortitude:28,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"7446f975-2f04-4720-83a3-3af60ed1f5f7",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"a67493ac-d440-4e6b-893e-46d79516dca2",name:"Spiked Gauntlet",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d6 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 6 damage",category:1},{id:"247d3ac5-9be4-4875-a71e-7c0590605c5b",name:"Chains of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"usable only while bloodied",range:"Close Burst 5",attack:{bonus:17,defence:2},description:"",details:"3d8 + 5 fire damage. Enemies adjacent to an azer or with ongoing fire damage are immobilized until the end of the azer rager’s next turn.",damage:"3d8 + 5 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"fear",tactics:"An azer rager attacks foes with its spiked gauntlets wreathed in fire. Once bloodied, it lets loose a furious howl and uses chains of flame."},{id:"e77588fb-a820-48b7-a37b-4a02c9177706",name:"Azer Taskmaster",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:3,flag:0,leader:!0},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"chainmail, scourge",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:165,initiative:12,ac:31,fortitude:28,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"95f07aa1-a741-4f62-9aa2-5ec4ed442db4",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"88aed0ff-86d4-4de2-9ee5-b08d9eb072c4",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d6 + 5 damage plus 2d6 fire damage.",damage:"1d6 + 5 damage plus 2d6 fire damage",category:1},{id:"ef528df4-68b8-4dd7-8000-fe1ead3f6cc9",name:"Clinging Flames",action:{action:4,trigger:"when an enemy within 5 squares of the azer taskmaster takes fire damage",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The enemy takes ongoing 5 fire damage (save ends).",damage:"the enemy takes ongoing 5 fire damage (save ends)",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"The azer taskmaster uses clinging flames and orders its servants into battle. Beyond that, it is a capable fighter that lashes foes with its flaming scourge."},{id:"34b08f55-772f-4188-82f1-e9aa696ea0f4",name:"Azer Beastlord",details:"",size:2,origin:1,type:2,keywords:"fire",level:17,role:{type:7,flag:0,leader:!0},senses:"",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"chainmail, light shield, battleaxe",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:11},wisdom:{score:18},charisma:{score:16},hp:167,initiative:13,ac:32,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"d794be97-9d44-4367-9675-95099fa5c00f",name:"Warding Flame",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage.",damage:"any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage",category:0},{id:"1cfc5f9f-ff89-4a4c-a8ec-346daa4c5a80",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d10 + 5 damage plus 1d8 fire damage, and the target is marked until the end of the azer beastlord’s next turn.",damage:"1d10 + 5 damage plus 1d8 fire damage",category:1},{id:"4e8c0c10-daee-4b4b-99c5-ea559387d2df",name:"On My Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each allied elemental beast within 5 squares of the azer beastlord makes a basic attack as a free action, provided the elemental beast is flanking an enemy and can both see and hear the azer beastlord.",damage:"Each allied elemental beast within 5 squares of the azer beastlord makes a basic attack as a free action",category:1},{id:"ff5560e7-82f0-45cd-962a-e80a622d2821",name:"Spur the Beast",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One allied elemental beast within 5 squares of the azer beastlord recharges an encounter or daily power of the beastlord’s choice.",damage:"One allied elemental beast within 5 squares of the azer beastlord recharges an encounter or daily power of the beastlord’s choice",category:3}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"An azer beastlord is rarely encountered without elemental beasts of its level or lower. The beastlord waits until its charges are locked in battle before joining the fray, helping the beasts maneuver into flanking positions so that it can take advantage of its on my command power."},{id:"23f200e1-fc7e-463d-b68f-fc88992f3e4c",name:"Balhannoth",details:"",size:3,origin:0,type:3,keywords:"blind",level:13,role:{type:4,flag:1,leader:!1},senses:"blindsight 10",movement:"4, climb 4 (spider climb); see also reality shift",alignment:"Chaotic Evil",languages:"Deep Speech",skills:"Perception +16, Stealth +19",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:27},intelligence:{score:3},wisdom:{score:20},charisma:{score:8},hp:216,initiative:18,ac:28,fortitude:27,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"81060267-1221-4f83-9702-93a7824fb7b8",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:17,defence:0},description:"",details:"1d8 + 9 damage. Combat Advantage: The balhannoth deals an extra 2d8 damage against any target it has combat advantage against.",damage:"1d8 + 9 damage",category:1},{id:"1be0f657-a0ba-4a03-a6d1-dd3c642b2ece",name:"Whipping Tentacles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"targets enemies",range:"Close Burst 3",attack:{bonus:17,defence:0},description:"",details:"1d8 + 9 damage, and the target slides to any other square of the balhannoth’s choosing within the burst area.",damage:"1d8 + 9 damage",category:1},{id:"2fb852b9-4712-4a4f-92f2-56e7d91d0a65",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The balhannoth can turn invisible until the end of its next turn. It turns visible if it takes a standard action.",damage:"",category:3},{id:"be628fc4-da68-49af-80fc-2fc2847ac70a",name:"Reality Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The balhannoth can teleport 10 squares. Enemies adjacent to the balhannoth before it teleports are dazed until the end of its next turn. The balhannoth automatically gains combat advantage against creatures it teleports adjacent to.",damage:"The balhannoth can teleport 10 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, illusion",tactics:"The balhannoth is opportunistic and sometimes waits for hours in ambush or stalks prey across many miles. Once it decides to attack, the balhannoth uses reality shift to teleport adjacent to its prey and uses its whipping tentacles to pull some enemies closer while pushing others back. It continues to use reality shift in subsequent rounds, dazing enemies that get too close and teleporting to more advantageous locations."},{id:"21b8b6f1-73e9-40f6-979e-8309d30c6e8a",name:"Banshrae Dartswarmer",details:"",size:2,origin:2,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"blowgun, darts",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:22},intelligence:{score:14},wisdom:{score:15},charisma:{score:20},hp:89,initiative:11,ac:23,fortitude:20,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"03164bbf-ab9e-46ce-8908-f970f5ad55c1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"92adaeee-79c6-4902-a72f-94d2d2230e83",name:"Blowgun Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage, and the target is dazed and takes a –2 penalty to attack rolls (save ends both).",damage:"1d10 + 6 damage",category:1},{id:"52eb69ee-9649-46c3-82ce-b14d04f26117",name:"Dart Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage, plus the target is dazed and takes a –2 penalty to attack rolls (save ends both).",damage:"1d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This creature avoids melee, preferring to fire darts from its blowgun or catch multiple foes in a dart flurry."},{id:"b6abf7fd-4dbf-475e-a1bc-83b244f43a66",name:"Banshrae Warrior",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"telepathy 20",skills:"",equipment:"blowgun, darts",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:23},intelligence:{score:14},wisdom:{score:15},charisma:{score:20},hp:121,initiative:14,ac:26,fortitude:22,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"eb951708-f4fe-4d38-8bab-ba5fc1813b33",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"1d8 + 4 damage. Skirmish: If, on its turn, the banshrae warrior ends its move at least 4 squares away from its starting point, it deals an extra 2d8 damage on its melee attacks until the start of its next turn.",damage:"1d8 + 4 damage",category:1},{id:"a8c262c9-4dbb-41b1-a981-8fc1eb1eed15",name:"Staggering Palm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges after the use of mantid dance"},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d8 + 4 damage, plus the target is stunned until the end of the banshrae warrior’s next turn. Skirmish: If, on its turn, the banshrae warrior ends its move at least 4 squares away from its starting point, it deals an extra 2d8 damage on its melee attacks until the start of its next turn.",damage:"2d8 + 4 damage",category:1},{id:"5ca645f8-4140-45cc-a991-58edc44f6294",name:"Blowgun Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"1d4 + 6 damage.",damage:"1d4 + 6 damage",category:1},{id:"9f1600ac-d7bc-41ad-92bd-1101616feb64",name:"Melee Agility",action:{action:3,trigger:"usable after immediately hitting with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The banshrae warrior shifts 1 square.",damage:"The banshrae warrior shifts 1 square",category:5},{id:"13f9202f-e3d6-413a-a50e-e171dba55cc7",name:"Mantid Dance",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Until the end of its next turn, the banshrae warrior gains a +2 bonus to all defenses and all noncritical ranged attacks automatically miss it.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This banshrae moves like a hunting insect, using its skirmish ability to deal extra damage. In close combat, the warrior uses staggering palm and then, if its enemy is stunned, withdraws to a safer position without risking an opportunity attack. The banshrae then employs mantid dance to limit attackers’ success at ranged attacks while recharging staggering palm so it can repeat the strategy."},{id:"cbb25ed8-a349-465c-8931-a8c3936b4cba",name:"Venom-Eye Basilisk",details:"",size:3,origin:4,type:1,keywords:"reptile",level:10,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +11, Stealth +11",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:12},intelligence:{score:2},wisdom:{score:13},charisma:{score:8},hp:87,initiative:6,ac:27,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"cce8beff-4cbf-40e2-b0aa-2f54ebfce20b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"78a3f5da-b3a2-4da3-b541-2c8c76e7492a",name:"Venomous Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Poison",condition:"",range:"Area Burst 1 within 10",attack:{bonus:15,defence:1},description:"",details:"2d6 poison damage, and ongoing 5 poison damage (save ends). As long as the target is taking ongoing poison damage from this attack, the target deals 2 poison damage to all creatures adjacent to it at the start of its turn.",damage:"2d6 poison damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"",tactics:"This basilisk has a weak bite attack, but its venomous gaze can affect multiple creatures at once, and at quite a distance. Green mist issues from the eyes of creatures poisoned by the basilisk’s gaze."},{id:"f522a407-576f-46f1-b97e-d4acd2aaba11",name:"Stone-Eye Basilisk",details:"",size:3,origin:4,type:1,keywords:"reptile",level:12,role:{type:7,flag:0,leader:!1},senses:"",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception +13, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:12},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:126,initiative:9,ac:28,fortitude:26,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"add7aa96-861c-4074-8aa6-09c8a8ac185a",name:"Baleful Gaze",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature within 5 squares of the stone-eye basilisk that attacks the basilisk is slowed until the end of its next turn. This effect doesn’t rely on the target seeing the basilisk.",damage:"Any creature within 5 squares of the stone-eye basilisk that attacks the basilisk is slowed until the end of its next turn",category:0},{id:"43267cfb-3caa-42af-979f-c4c10337c662",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"c937c437-9b30-46c2-bd33-2ebf9eff66a6",name:"Petrifying Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze",condition:"",range:"Close Blast 3",attack:{bonus:17,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized (save ends). Second Failed Save: The target is petrified (no save).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"A stone-eye basilisk tries to affect multiple targets with its petrifying gaze, sometimes waiting in ambush until opponents draw close together. The creature only resorts to its bite attack against foes that consistently resist its gaze."},{id:"10cc10fd-11b9-43a5-b427-59b892288861",name:"Shadowhunter Bat",details:"",size:2,origin:5,type:1,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"2 (clumsy), fly 8; see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +7, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:11},hp:38,initiative:9,ac:17,fortitude:14,reflex:17,will:12,regeneration:null,auras:[],powers:[{id:"6ad1f6e3-4b5c-4d90-991b-d14fd122e337",name:"Tail Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage. In dim light or darkness, a shadowhunter bat gains a +2 bonus to the attack roll and deals an extra 6 damage.",damage:"1d6 + 4 damage",category:1},{id:"c253fac0-b602-4c5d-bc7c-e86e9e8c4575",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"The shadowhunter bat flies up to 8 squares and makes one melee basic attack at any point during that movement. The bat doesn’t provoke opportunity attacks when moving away from the target of the attack. 1d6 + 4 damage. In dim light or darkness, a shadowhunter bat gains a +2 bonus to the attack roll and deals an extra 6 damage.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A shadowhunter bat uses flyby attack to dart out of the shadows, strike an opponent, and move back into the shadows without taking an opportunity attack. However, it prefers to catch prey in complete darkness, where its attacks are more lethal."},{id:"427fa979-e7cd-4cb6-90e4-843e2f9fcc01",name:"Fire Bat",details:"",size:2,origin:1,type:1,keywords:"fire",level:5,role:{type:6,flag:0,leader:!1},senses:"",movement:"2 (clumsy), fly 8; see also fiery swoop",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:7},hp:60,initiative:8,ac:20,fortitude:15,reflex:20,will:13,regeneration:null,auras:[],powers:[{id:"6cb7c7c1-44c9-41d4-9a77-e0381cf37b65",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee Touch",attack:{bonus:6,defence:2},description:"",details:"1d6 + 4 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 4 fire damage",category:1},{id:"85143596-082e-4d4c-9a7f-00ce7ca23130",name:"Fiery Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Melee Touch",attack:{bonus:6,defence:2},description:"",details:"The fire bat shifts up to 4 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The fire bat cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square. 1d6 + 4 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 4 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Fire bats use fiery swoop to strike multiple targets in a round while avoiding opportunity attacks."},{id:"f504bacf-de6a-463f-a5a9-4de9d3a934ba",name:"Warthorn Battlebriar",details:"",size:3,origin:4,type:0,keywords:"plant",level:14,role:{type:3,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:13},intelligence:{score:3},wisdom:{score:15},charisma:{score:12},hp:141,initiative:8,ac:28,fortitude:28,reflex:23,will:24,regeneration:null,auras:[{id:"6801907d-3c5c-4a36-8d8d-52ede11ec86d",name:"Grasping Thorns",keywords:"",details:"2: enemies treat the area within the aura as difficult terrain; at the start of the warthorn battlebriar’s turn, enemies in the aura take 5 damage."}],powers:[{id:"410a8e59-9d21-43e6-9b6b-bb146e7930b3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d8 + 6 damage, and the target is pulled 1 square. Threatening Reach: A warthorn battlebriar can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d8 + 6 damage",category:1},{id:"b5f935b5-8316-4107-af17-bd64af410330",name:"Thorn Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:17,defence:2},description:"",details:"2d8 + 1 damage, plus the target is slowed until the end of the warthorn battlebriar’s next turn.",damage:"2d8 + 1 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A warthorn battlebriar moves close to foes and sprays them with a thorn burst. It attempts to keep foes locked in melee combat and uses its grasping thorns aura to hinder opponents trying to flank it or escape."},{id:"2c66d2c7-f06a-470a-a4e3-0a9102304a51",name:"Earthrage Battlebriar",details:"",size:4,origin:1,type:0,keywords:"plant",level:28,role:{type:2,flag:1,leader:!1},senses:"tremorsense 5",movement:"8, burrow 6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:32},constitution:{score:27},dexterity:{score:20},intelligence:{score:3},wisdom:{score:17},charisma:{score:16},hp:634,initiative:19,ac:42,fortitude:44,reflex:38,will:36,regeneration:null,auras:[{id:"f378bd86-39b0-48df-a938-c1252d66f17b",name:"Grasping Vines",keywords:"",details:"3: at the start of the battlebriar’s turn, enemies in the aura are pulled 1 square."}],powers:[{id:"0a34a0bf-e906-4a48-8dff-96256870cfcb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"2d12 + 11 damage, and the target is slowed until the end of the earthrage battlebriar’s next turn. Threatening Reach: The earthrage battlebriar can make opportunity attacks against all enemies within its reach (3 squares).",damage:"2d12 + 11 damage",category:1},{id:"75e9bbee-271d-49e4-a62c-6e8f39731e46",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"The earthrage battlebriar can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the battlebriar must end its move in an unoccupied space. When it enters an enemy’s space, the battlebriar makes a trample attack: 1d12 + 22 damage, and the target is knocked prone.",damage:"1d12 + 22 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This battlebriar likes to bury itself, use tremorsense to detect foes passing overhead, and erupt from the ground suddenly to catch them by surprise. On the open battlefield, it enters combat by trampling enemies, spending its action point (if necessary) to move as far as it can. It then resorts to claw attacks, using its grasping vines to pull enemies closer and its threatening reach to attack those who retreat."},{id:"9e64970d-82e5-428e-8df6-a0b0a9945e35",name:"Cave Bear",details:"",size:2,origin:4,type:1,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:13},intelligence:{score:2},wisdom:{score:14},charisma:{score:12},hp:170,initiative:4,ac:20,fortitude:21,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"00f67b75-cb86-47a6-9880-05541d8ec983",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"c47d5f0b-93b9-4430-a808-f9a958588738",name:"Cave Bear Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"targets enemies",range:"Close Burst 1",attack:{bonus:10,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The cave bear wades into combat, often beginning with a charge. The creature claws foes with reckless abandon, using cave bear frenzy if it’s adjacent to two or more targets."},{id:"65d724fa-d786-4626-aa6d-857072241a9b",name:"Dire Bear",details:"",size:3,origin:4,type:1,keywords:"",level:11,role:{type:2,flag:1,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:16},hp:276,initiative:8,ac:25,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"a0dbe958-ed14-41bc-9b4f-9562d10d735b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"de3093b0-6a78-4f98-9049-fda678a6fd7c",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The dire bear makes two claw attacks.",details:"2d8 + 6 damage. If both claw attacks hit the same target, the dire bear makes a secondary attack against the target. Secondary Attack: +13 vs. AC; the target is grabbed (until escape).",damage:"2d8 + 6 damage",category:1},{id:"60fac029-ab29-4942-89d1-d51dac17c210",name:"Ursine Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cave bear deals 4d8 + 6 damage to a grabbed creature (no attack roll required).",damage:"the cave bear deals 4d8 + 6 damage to a grabbed creature (no attack roll required)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dire bear has reach and tries to grab its prey after making a successful claw attack. Against a grabbed creature, it uses ursine crush. The first time it uses its maul attack, it spends an action point to make a second maul attack against the same target that round."},{id:"3b7d6740-583c-4d67-9f26-e792d91b949a",name:"Fire Beetle",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:1},wisdom:{score:10},charisma:{score:8},hp:32,initiative:1,ac:13,fortitude:13,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"b8610b2c-ff58-4923-a406-953230fc273c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:5,defence:0},description:"",details:"2d4 + 2 damage.",damage:"2d4 + 2 damage",category:1},{id:"7f4f2f38-c2b6-46b3-8e21-f3c71b500adf",name:"Fire Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:4,defence:2},description:"",details:"3d6 fire damage.",damage:"3d6 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A fire beetle uses its fire spray power if several enemies clump together; otherwise, it relies on bite attacks."},{id:"b875e491-8d68-4c46-8227-e7df06685a44",name:"Tangler Beetle",details:"",size:3,origin:4,type:1,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:10},intelligence:{score:1},wisdom:{score:12},charisma:{score:8},hp:62,initiative:2,ac:19,fortitude:17,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"0643d531-1d11-47db-894d-8ef737257587",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"abd5f27c-7ac5-40cf-9ee2-e4b70b938c4e",name:"Entangling Spittle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:8,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6aa5b47f-dce5-405c-aa5a-ea1cf0bb9047",name:"Rot Scarab Swarm",details:"",size:2,origin:5,type:1,keywords:"swarm",level:8,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:1},wisdom:{score:16},charisma:{score:11},hp:88,initiative:9,ac:22,fortitude:21,reflex:21,will:19,regeneration:null,auras:[{id:"bf393023-ac29-4cf6-9bc6-10fc5dcabe1d",name:"Swarm Attack",keywords:"",details:"1: the rot scarab swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"70ea4090-87ee-486d-862e-11986b08f0aa",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:12,defence:2},description:"",details:"1d8 + 5 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8 + 5 necrotic damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Rot scarab swarms emerge from dark hidden places to catch prey by surprise."},{id:"66e5487e-6979-4cc3-b24d-b130c43a66e8",name:"Macetail Behemoth",details:"",size:3,origin:4,type:1,keywords:"reptile",level:7,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"--",skills:"Perception +5",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:82,initiative:8,ac:23,fortitude:23,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"d0ba4bce-6307-4ed3-b4f6-5d25fec61274",name:"Tail Bludgeon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"1d10 + 6 damage, and the target is marked until the end of the macetail behemoth’s next turn.",damage:"1d10 + 6 damage",category:1},{id:"c3e7eac5-9479-461b-8352-0b21c8b83a53",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:12,defence:2},description:"",details:"1d10 + 6 damage, and the target is knocked prone if it is Medium size or smaller.",damage:"1d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A macetail behemoth charges headlong into battle, smashing foes with its tail and using tail sweep when it has multiple opponents adjacent to it."},{id:"81b9e29d-34ab-492e-bc61-15028279c4ee",name:"Bloodspike Behemoth",details:"",size:3,origin:4,type:1,keywords:"reptile",level:9,role:{type:2,flag:0,leader:!1},senses:"",movement:"5",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:12},intelligence:{score:2},wisdom:{score:16},charisma:{score:6},hp:118,initiative:5,ac:21,fortitude:24,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"80215ae1-6258-421a-a3bb-5fe5ddfe458b",name:"Spiked Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"2d6 + 7 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"7762a53f-3e2a-4f5f-8c39-ebf37af39802",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:11,defence:2},description:"",details:"1d8 + 7 damage, and the target is knocked prone if it is Medium size or smaller.",damage:"1d8 + 7 damage",category:1},{id:"50dcf08d-c892-46f9-bd6e-5ae60a2643cc",name:"Bloodied Sweep",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:13,defence:1},description:"",details:"1d8 + 7 damage, and ongoing 5 damage (save ends)",damage:"1d8 + 7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bloodspike charges into battle and impales foes with its spiked tail. It panics when surrounded or bloodied, using its tail sweep or bloodied sweep to take down foes."},{id:"9e8bf634-edd6-4493-a09f-f31b4d69da61",name:"Beholder Eye of Flame",details:"",size:3,origin:0,type:3,keywords:"",level:13,role:{type:0,flag:1,leader:!1},senses:"all-around vision, darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Perception +15",equipment:"",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:20},intelligence:{score:14},wisdom:{score:19},charisma:{score:23},hp:204,initiative:11,ac:26,fortitude:26,reflex:27,will:28,regeneration:null,auras:[{id:"067646ae-8794-45ea-a637-4e22f49e060d",name:"Eye of the Beholder",keywords:"",details:"5: at the start of each enemy’s turn, if that creature is within the aura and in the eye of flame’s line of sight, the eye of flame uses one random eye ray power against that creature."}],powers:[{id:"3f778f86-edd5-4843-86e5-b4598084b13d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d6 damage.",damage:"2d6 damage",category:1},{id:"87a64b05-188f-4db7-aeb4-9c16ce695da8",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8",attack:null,description:"",details:"the target gains vulnerable 10 fire, and any attack that deals fire damage to the target also deals ongoing 5 fire damage (save ends both).",damage:"and any attack that deals fire damage to the target also deals ongoing 5 fire damage (save ends both)",category:3},{id:"339c36ef-5e26-480e-9e56-b3879438a190",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 8",attack:{bonus:17,defence:2},description:"",details:"The eye of flame can use up to two eye ray powers (chosen from the list below), at least one of which must be a fire ray. Each power must target a different creature. Using eye rays does not provoke opportunity attacks. 1—Fire Ray (Fire): Ranged 8; 2d8 + 6 fire damage. 2—Telekinesis Ray: Ranged 8; +17 vs. Fortitude; the target slides 4 squares. 3—Fear Ray (Fear): Ranged 8; +17 vs. Will; the target moves its speed away from the eye of flame by the safest route possible and takes a –2 penalty to attack rolls (save ends).",damage:"2d8 + 6 fire damage",category:1},{id:"08cbc03d-a30e-45c0-b5e5-b9210492f560",name:"Fiery Burst",action:{action:7,trigger:"when first bloodied and again when the eye of flame is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 2",attack:{bonus:17,defence:2},description:"",details:"2d8 + 6 fire damage.",damage:"2d8 + 6 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Each round, the eye of flame targets a creature with its central eye power followed by a fire ray. It attacks another creature with either a second fire ray or one of its other rays."},{id:"910bc530-77aa-4726-bfe3-dbed19c4f928",name:"Beholder Eye Tyrant",details:"",size:3,origin:0,type:3,keywords:"",level:19,role:{type:0,flag:2,leader:!1},senses:"all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Perception +17",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:24},intelligence:{score:22},wisdom:{score:17},charisma:{score:28},hp:900,initiative:16,ac:33,fortitude:30,reflex:32,will:34,regeneration:null,auras:[{id:"31d0d5a0-fb06-4765-90dc-d8950b7e2f49",name:"Eye of the Beholder",keywords:"",details:"5: at the start of each enemy’s turn, if that foe is within the aura and in the eye tyrant’s line of sight, the eye tyrant uses one random eye ray power against that creature."}],powers:[{id:"0149911b-5a1e-4d22-b67a-da5a76f6be02",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:24,defence:0},description:"",details:"2d6 + 1 damage.",damage:"2d6 + 1 damage",category:1},{id:"15e18a10-a4aa-4001-9087-c2e40cbd9773",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:25,defence:3},description:"",details:"the target is dazed until the end of the beholder’s next turn.",damage:"",category:3},{id:"b9ae6e7a-78b6-4cf2-ac78-27a35a65d0dc",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"The eye tyrant can use up to two different eye ray powers (chosen from the list below). Each power must target a different creature. Using eye rays does not provoke opportunity attacks. 1—Searing Ray (Radiant): Ranged 10; 2d8 + 9 radiant damage. 2—Withering Ray (Necrotic): Ranged 10; +22 vs. Fortitude; 1d8 + 9 damage, and ongoing 10 necrotic damage (save ends). 3—Sleep Ray (Sleep): Ranged 10; +22 vs. Will; the target falls unconscious (save ends). 4—Telekinesis Ray: Ranged 10; +22 vs. Fortitude; the target slides 4 squares. 5—Hold Ray: Ranged 10; +22 vs. Refl ex; the target is restrained (save ends). 6—Confusion Ray (Charm): Ranged 10; +22 vs. Will; the target charges its nearest ally and makes a melee basic attack against it. 7—Fear Ray (Fear, Psychic): Ranged 10; +22 vs. Will; 1d8 + 9 psychic damage, and the target moves its speed away from the beholder by the safest route possible. 8—Petrifying Ray: Ranged 10; +22 vs. Fortitude; the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save). 9—Death Ray (Necrotic): Ranged 10; +22 vs. Fortitude; 1d8 + 9 necrotic damage, and if the target is bloodied it is dazed (save ends). First Failed Save: The target is dazed and weakened (save ends). Second Failed Save: The target dies. 10—Disintegrate Ray: Ranged 10; +22 vs. Fortitude; 2d10 + 9 damage, and ongoing 2d20 damage (save ends). Aftereffect: Ongoing 2d6 damage (save ends).",damage:"2d8 + 9 radiant damage",category:1},{id:"b73d8517-be4e-4024-bcc0-04513e9f35e1",name:"Eye Ray Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"see text",condition:"usable only while bloodied",range:"Ranged 10",attack:null,description:"",details:"As eye rays above, except the eye tyrant makes four eye ray attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A beholder tries to stay close enough to use its eyes of the beholder power while floating out of the reach of melee attacks. Once bloodied, the beholder uses eye ray frenzy."},{id:"86ee703d-d174-46c3-a634-b7a36be07552",name:"Berbalang",details:"",size:2,origin:3,type:2,keywords:"",level:10,role:{type:6,flag:2,leader:!1},senses:"",movement:"6, fly 8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:15},hp:408,initiative:13,ac:25,fortitude:22,reflex:25,will:21,regeneration:null,auras:[],powers:[{id:"5c3acd52-52b6-47dc-b1b5-06b32c7cea77",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 6 damage. Berbalang Sneak Attack: A berbalang or a duplicate that flanks an enemy with another duplicate deals an extra 1d8 damage on melee attacks against that enemy.",damage:"1d8 + 6 damage",category:1},{id:"d37e33bf-9044-4d9f-855e-7fc205597bcb",name:"Summon Duplicate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Psychic",condition:"not while bloodied",range:"",attack:null,description:"",details:"The berbalang manifests an exact duplicate of itself in an unoccupied adjacent square. It can have no more than four duplicates at once, and duplicates cannot summon other duplicates. When a duplicate appears, it makes an initiative check and joins the battle on that initiative count. All damage a duplicate deals is treated as psychic damage. A duplicate has the same statistics as the berbalang except for its hit points. When the berbalang manifests a duplicate, the berbalang loses one-quarter of its current hit points and the duplicate appears with that quantity of hit points. The berbalang’s maximum number of hit points remains the same. Duplicates last until the berbalang reaches 0 hit points, absorbs them, or uses sacrifice. A duplicate must stay within 10 squares of the berbalang at all times or it disappears.",damage:"all damage a duplicate deals is treated as psychic damage",category:3},{id:"100f3f73-e306-4a45-92b6-81e12c1196fb",name:"Absorb Duplicate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The berbalang absorbs a duplicate adjacent to it and regains 50 hit points.",damage:"The berbalang absorbs a duplicate adjacent to it and regains 50 hit points",category:1},{id:"bb5e1b02-e46b-4c89-9ef2-efa4a6370d66",name:"Sacrifice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area Burst 1 centered on a duplicate",attack:{bonus:11,defence:1},description:"the berbalang can cause one of its duplicates to explode in a burst of psychic gore.",details:"2d8 + 6 psychic damage, plus the target is dazed (save ends). Miss: No damage, but the target is dazed (save ends). Hit or Miss: The berbalang takes 25 damage.",damage:"2d8 + 6 psychic damage",category:1},{id:"2a888ff5-71fc-422d-a829-e13920ba96d0",name:"Psychic Deflection",action:{action:4,trigger:"when the berbalang is damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The berbalang can deflect the damage it takes from an attack to one of its duplicates. Any effects or secondary attacks included in the attack are also deflected to the duplicate. The damage a duplicate takes in this way is considered psychic damage.",damage:"the berbalang can deflect the damage it takes from an attack to one of its duplicates",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A surprised berbalang uses summon duplicate at the start of battle, and if faced with several opponents, it might spawn a third or a fourth duplicate using its initial standard and move actions as well. Conversely, if it hears enemies approaching, it spawns duplicates out of initiative, before the battle begins. The duplicates try to maneuver around enemies to gain the benefit of their berbalang sneak attack. When the berbalang is bloodied, it increasingly uses absorb duplicate and sacrifice. A berbalang fearing its death retreats and uses a duplicate to block pursuit."},{id:"8ab19587-e5e9-4902-bac3-2e843c90430f",name:"Dire Boar",details:"",size:3,origin:4,type:1,keywords:"mount",level:6,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:9},charisma:{score:8},hp:85,initiative:3,ac:17,fortitude:21,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"63c24d19-1497-4459-b64c-8a2647c0919a",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage, or 1d10 + 9 damage against a prone target. Furious Charge: When a dire boar charges, its gore deals an extra 5 damage, pushes the target 2 squares, and knocks the target prone on a hit.",damage:"1d10 + 4 damage",category:1},{id:"7cdea064-1c76-4d38-b151-528823443810",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"The dire boar makes a gore attack.",details:"1d10 + 4 damage, or 1d10 + 9 damage against a prone target.",damage:"1d10 + 4 damage",category:5},{id:"7d04e801-9c45-4476-a4cc-a443d9e91773",name:"Rabid Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 6th level or higher",range:"Melee",attack:{bonus:9,defence:0},description:"When it charges, the dire boar makes a gore attack in addition to its rider’s charge attack; see also furious charge.",details:"1d10 + 4 damage, or 1d10 + 9 damage against a prone target. Furious Charge: When a dire boar charges, its gore deals an extra 5 damage, pushes the target 2 squares, and knocks the target prone on a hit.",damage:"1d10 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dire boar begins battle with a furious charge, aiming to knock an opponent prone. The creature attacks with wild abandon, fighting until slain."},{id:"089e8f4d-e0e5-495c-8c27-9bc20617e4af",name:"Thunderfury Boar",details:"",size:3,origin:2,type:1,keywords:"",level:15,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:15},intelligence:{score:5},wisdom:{score:12},charisma:{score:9},hp:182,initiative:9,ac:27,fortitude:29,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"1ac7938f-a180-43bf-92cc-41b107379a84",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 7 damage, or 3d8 + 7 damage while the thunderfury boar is bloodied. Thunderous Charge ✦ Thunder: The thunderfury boar deals an extra 10 thunder damage when it charges.",damage:"2d8 + 7 damage",category:1},{id:"1386639c-1bed-45d1-b39d-07796a9339b8",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"The thunderfury boar makes a gore attack.",details:"3d8 + 7 damage.",damage:"3d8 + 7 damage",category:5},{id:"9149a186-b566-4127-a430-bc26556bc712",name:"Thunderfury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 2",attack:{bonus:17,defence:1},description:"",details:"2d8 + 6 thunder damage, and the target is knocked prone. Miss: Half damage, and the target is not knocked prone.",damage:"2d8 + 6 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This boar enters battle with a thunderous charge and uses thunderfury as often as it can. Those who flee from the boar are likely to incite the beast’s wrath, and it pursues a fleeing enemy without regard for opportunity attacks."},{id:"e8b45f96-ddea-4a0d-9fcd-2c5870caef22",name:"Bodak Skulk",details:"",size:2,origin:5,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:19},intelligence:{score:6},wisdom:{score:15},charisma:{score:23},hp:124,initiative:16,ac:29,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"491ca958-57e8-462d-a11b-ee49120bcccf",name:"Agonizing Gaze",keywords:"Fear, Gaze, Necrotic",details:"5: a creature in the aura that makes a melee or a ranged attack against the bodak skulk takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"84b9810c-42b8-400f-8277-7255f590cc8d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:21,defence:0},description:"",details:"1d6 + 5 damage plus 2d6 necrotic damage, and the target is weakened until the end of the bodak skulk’s next turn.",damage:"1d6 + 5 damage plus 2d6 necrotic damage",category:1},{id:"26452ad4-f330-4b49-9ea9-e52d8331b32f",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10; targets a living creature",attack:{bonus:19,defence:1},description:"",details:"if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses 1 healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses 1 healing surge",category:1},{id:"06b97325-4719-4a0b-9888-13bf9a55c7d8",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bodak skulk turns invisible and gains the insubstantial and phasing qualities . It can do nothing but move in its spectral form, and it can return to its normal form as a free action.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"a bodak skulk that takes radiant damage cannot weaken a target until the end of its next turn",immune:"disease",tactics:"The bodak skulk approaches foes undetected using spectral form and then waits for an opportunity to gain combat advantage. When it’s poised to attack, the bodak reverts to normal form and attempts to weaken a foe with its slam attack. It fixes its death gaze on the first enemy it weakens."},{id:"ebb23672-5f65-46ee-bfae-fad57b0e3259",name:"Bodak Reaver",details:"",size:2,origin:5,type:2,keywords:"undead",level:18,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Perception +17",equipment:"plate armor, greataxe",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:16},charisma:{score:23},hp:175,initiative:16,ac:31,fortitude:31,reflex:30,will:31,regeneration:null,auras:[{id:"1a09dd84-e2ab-490d-8b85-157b2c8ecaa8",name:"Agonizing Gaze",keywords:"Fear, Gaze, Necrotic",details:"5: a creature in the aura that makes a melee or a ranged attack against the bodak reaver takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"67d5392e-4350-4a58-bded-098082e8e491",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d12 + 6 damage (crit 2d12 + 18) plus 1d8 necrotic damage, and the target is dazed and weakened (save ends both).",damage:"1d12 + 6 damage (crit 2d12 + 18) plus 1d8 necrotic damage",category:1},{id:"3294eb63-a48a-4030-81db-388650cb1c35",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10; targets a living creature",attack:{bonus:20,defence:1},description:"",details:"if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses 1 healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses 1 healing surge",category:1},{id:"b84e8bb5-639d-4a66-8f11-966853561f40",name:"Death Drinker",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver, the reaver gains a +1 bonus to attack rolls until the end of its next turn, as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"a bodak reaver that takes radiant damage can’t weaken a target until the end of its next turn",immune:"disease",tactics:"This bodak reaver wades into combat wielding its greataxe and taking advantage of its death gaze. A bodak reaver sometimes slays allied minions to reap the benefits of its death drinker power."},{id:"788a9011-a4f3-40fd-8b0d-d778a1631853",name:"Boneclaw",details:"",size:3,origin:5,type:0,keywords:"undead",level:14,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Intimidate +16, Perception +13, Stealth +18",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:23},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:136,initiative:15,ac:30,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"e5a34bd1-3182-4d9e-a10f-88ebd554a847",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:20,defence:0},description:"",details:"1d12 + 6 damage. Relentless Opportunist: If the boneclaw hits with an opportunity attack, it can make another opportunity attack against the same target during the current turn. Threatening Reach: The boneclaw can make opportunity attacks against all enemies within its reach (3 squares).",damage:"1d12 + 6 damage",category:1},{id:"b6aa0082-cc75-4608-a085-67f312d5ba89",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 10",attack:null,description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A boneclaw impales foes with its claws, relying on its threatening reach to discourage enemies from fleeing."},{id:"4b430754-df98-480f-a2ef-9d2ab52e7e1f",name:"Bulette",details:"",size:3,origin:4,type:1,keywords:"",level:9,role:{type:6,flag:1,leader:!1},senses:"darkvision, tremorsense 20",movement:"6, burrow 6; see also earth furrow",alignment:"Unaligned",languages:"--",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:13},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:204,initiative:7,ac:27,fortitude:26,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"e8404677-ba62-44bd-9490-2b2815a695a7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"Before it bites, the bulette can make a standing long jump (as a free action) without provoking opportunity attacks;",details:"2d6 + 7 damage, or 4d6 + 7 damage against a prone target.",damage:"2d6 + 7 damage",category:1},{id:"fd609212-1647-49ea-884b-0d2f9a003855",name:"Rising Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:13,defence:0},description:"the bulette sprays rock and dirt into the air when it rises out of the ground;",details:"1d6 + 7 damage. Ground Eruption: The squares into which a bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"1d6 + 7 damage",category:1},{id:"714c4902-44d2-4e63-9fec-8b77af814f16",name:"Earth Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"The bulette moves up to its burrow speed just below the surface of the ground, avoiding opportunity attacks as it passes underneath other creatures’ squares. As it burrows beneath the space of a Medium or smaller creature on the ground, the bulette makes an attack against the creature:",details:"on a hit, the target is knocked prone. Ground Eruption: The squares into which a bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"",category:2},{id:"15d84fed-d8c8-4f3f-b74b-2edb161484a3",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The bulette spends a healing surge and regains 51 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The bulette spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bulette hides underground and uses its tremorsense to detect prey. First it burrows beneath its opponents, using earth furrow to knock them prone and rising burst when it surfaces. It then spends an action point to leap toward and bite the nearest prone target. When bloodied, the creature burrows underground and uses its second wind."},{id:"dd0c02f5-5268-4184-aca2-f5ee05d6c740",name:"Dire Bulette",details:"",size:4,origin:4,type:1,keywords:"",level:18,role:{type:6,flag:1,leader:!1},senses:"darkvision, tremorsense 20",movement:"8, burrow 8; see also earth furrow",alignment:"Unaligned",languages:"--",skills:"Athletics +24, Endurance +23",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:15},intelligence:{score:5},wisdom:{score:18},charisma:{score:12},hp:360,initiative:13,ac:36,fortitude:33,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"a9130aa4-70c7-48c2-a683-ce86480a0689",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"Before it bites, the dire bulette can make a standing long jump (as a free action) without provoking opportunity attacks;",details:"2d8 + 10 damage, or 4d8 + 10 damage if the target is prone.",damage:"2d8 + 10 damage",category:1},{id:"616041b4-4fcc-4dd2-8972-a3a3470cefe9",name:"Rising Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:22,defence:0},description:"the dire bulette sprays rock and dirt into the air when it rises out of the ground;",details:"1d8 + 10 damage. Ground Eruption: The squares into which a dire bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"1d8 + 10 damage",category:1},{id:"d23381f5-26ce-460d-8e23-62926ace7aa3",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The dire bulette spends a healing surge and regains 90 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The dire bulette spends a healing surge and regains 90 hit points",category:1},{id:"c56f6fa8-751a-4861-a4ac-0e5a27369e84",name:"Earth Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"The dire bulette moves up to its burrow speed just below the surface of the ground, avoiding opportunity attacks as it passes underneath other creatures’ squares. As it burrows beneath the space of a Medium or smaller creature on the ground, the dire bulette makes an attack against the creature:",details:"on a hit, the target is knocked prone. Ground Eruption: The squares into which a dire bulette surfaces and the squares it leaves when it burrows underground become difficult terrain.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bulette hides underground and uses its tremorsense to detect prey. First it burrows beneath its opponents, using earth furrow to knock them prone and rising burst when it surfaces. It then spends an action point to leap toward and bite the nearest prone target. When bloodied, the creature burrows underground and uses its second wind."},{id:"1e62ae49-8f7e-4d39-a23c-24e3d058d2f8",name:"Cambion Hellsword",details:"",size:2,origin:3,type:2,keywords:"devil",level:8,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Athletics +13, Intimidate +14",equipment:"chainmail, greatsword",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:21},hp:106,initiative:8,ac:20,fortitude:20,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"4121380b-2582-4863-b329-c35cfcf2978f",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d10 + 5 damage, and ongoing 5 fire damage (save ends). Whirlwind Charge: When a hellsword charges an enemy, it can make a greatsword attack against each enemy within its reach at the end of its charge.",damage:"1d10 + 5 damage",category:1},{id:"02ff1814-8612-487a-a152-635689f446a2",name:"Triumphant Surge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The cambion hellsword gains 5 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 hit points or fewer.",damage:"The cambion hellsword gains 5 temporary hit points each time it bloodies an enemy or reduces an enemy to 0 hit points or fewer",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A cambion hellsword charges toward a group of opponents and use its whirlwind charge power. The hellsword then focuses on one opponent it perceives as weaker than the rest, hoping to bloody or slay the target and reap the benefit of its triumphant surge."},{id:"29fe56df-875e-493d-8c4c-dcb9db06c602",name:"Cambion Hellfire Magus",details:"",size:2,origin:3,type:2,keywords:"devil",level:18,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +20, Bluff +22, Diplomacy +22",equipment:"robes, quarterstaff",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:27},hp:130,initiative:14,ac:30,fortitude:27,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"0e328826-b156-4f30-a9ff-b0bc738cee71",name:"Soul Mantle",action:null,keywords:"",condition:"",range:"A mantle of soul energy protects the hellfire magus, giving it a +4 bonus to AC and Reflex defense against ranged attacks (already included in its statistics).",attack:null,description:"",details:"",damage:"",category:0},{id:"607e7baf-007b-4084-b439-97807448bdb1",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"9f0613c7-20b4-4859-8006-d486a7279f91",name:"Hellfire Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d8 + 8 fire damage, and the target is knocked prone.",damage:"2d8 + 8 fire damage",category:1},{id:"392a30f0-b234-45b6-99ee-b46132de18b3",name:"Soulscorch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area Burst 1 within 10",attack:{bonus:22,defence:2},description:"",details:"1d10 + 8 fire damage,and ongoing 5 fire damage (save ends).",damage:"1d10 + 8 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"AC and Reflex 34 against ranged attacks, ",vulnerable:"",immune:"",tactics:"A hellfire magus targets enemies with its hellfire ray, knocking opponents prone and allowing allies to gain combat advantage. Against tightly gathered foes, the hellfire magus uses soulscorch."},{id:"df953ed1-cebf-4060-a2e4-dd8402729b2e",name:"Carrion Crawler",details:"",size:3,origin:0,type:1,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:16},hp:81,initiative:6,ac:20,fortitude:19,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"2244c014-b0a1-4cb9-89bb-5a3af8c416ba",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:10,defence:1},description:"",details:"1d4 + 5 damage, and the target takes ongoing 5 poison and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends). Saving throws made against the carrion crawler’s paralytic tentacles take a –2 penalty.",damage:"1d4 + 5 damage",category:1},{id:"9660ddc8-0d18-42df-a58c-a1534154d3c0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Carrion crawlers (regardless of size) guard their food and eagerly attack trespassers. The crawlers have no tactical sense but instinctively focus on one or two opponents at a time, relying solely on the efficacy of their poisonous tentacles. Carrion crawlers generally make bite attacks only against stunned targets."},{id:"81b5a769-906d-4e53-9c48-8f82d630b840",name:"Enormous Carrion Crawler",details:"",size:4,origin:0,type:1,keywords:"",level:17,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:18},intelligence:{score:4},wisdom:{score:16},charisma:{score:18},hp:332,initiative:12,ac:32,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"718104b7-b46d-4389-9fef-6cc244b69efe",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:20,defence:1},description:"",details:"2d4 + 7 damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). In addition, the target is pulled 1 square. First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends). Saving throws made against the enormous carrion crawler’s paralytic tentacles take a –5 penalty. Threatening Reach: The enormous carrion crawler can make opportunity attacks against all enemies within its reach (3 squares).",damage:"2d4 + 7 damage",category:1},{id:"b5cbe135-d382-4a05-b70d-1b8b552f2d44",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"83986ed1-4758-4e7b-a2f8-66e76b835ccb",name:"Tentacle Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close Blast 3",attack:{bonus:20,defence:1},description:"",details:"1d4 + 5 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is stunned instead of immobilized (save ends). Saving throws made against the enormous carrion crawler’s paralytic tentacles take a –5 penalty.",damage:"1d4 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Carrion crawlers (regardless of size) guard their food and eagerly attack trespassers. The crawlers have no tactical sense but instinctively focus on one or two opponents at a time, relying solely on the efficacy of their poisonous tentacles. Carrion crawlers generally make bite attacks only against stunned targets."},{id:"a4a2370e-9df1-4a23-bad2-55d2a6536bfc",name:"Chimera",details:"",size:3,origin:4,type:3,keywords:"",level:15,role:{type:2,flag:1,leader:!1},senses:"all-around vision, darkvision",movement:"6, fly 10 (clumsy), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Perception +14",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:17},intelligence:{score:5},wisdom:{score:14},charisma:{score:17},hp:366,initiative:10,ac:27,fortitude:29,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"b224e37d-abe7-4ade-b466-1dd7024ce09d",name:"Lion’s Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"43d3b346-6f38-4721-88f9-80dd57775a91",name:"Ram’s Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"The chimera makes a charge attack;",details:"1d10 + 11 damage, and the target is pushed 1 square or knocked prone.",damage:"1d10 + 11 damage",category:1},{id:"10b5858a-e1c3-4c5b-a0d8-139ee1593f96",name:"Triple Threat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"The chimera makes the following three melee attacks, each one against a different target:",details:"2d8 + 7 damage. Dragon’s Bite +18 vs. AC; 3d6 + 7 damage. Ram’s Gore +18 vs. AC; 1d10 + 7 damage, and the target is knocked prone.",damage:"2d8 + 7 damage",category:1},{id:"86f9c840-5a1a-40b8-9b7d-88cfa63de7cc",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:2},description:"",details:"2d6 + 3 damage, and ongoing 10 fire damage (save ends).",damage:"2d6 + 3 damage",category:1},{id:"cfea3563-1770-40ca-86dd-512b6bcebdcc",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:2},description:"The chimera recharges and uses dragon breath.",details:"2d6 + 3 damage, and ongoing 10 fire damage (save ends).",damage:"2d6 + 3 damage",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A chimera begins combat by charging the nearest foe and using its ram’s charge. The chimera then maneuvers itself so that it can employ its triple threat or dragon’s breath power. The first time it uses its triple threat power, it spends an action point to use it again on the same turn. The chimera unleashes its dragon’s breath again when first bloodied, targeting the closest and largest group of foes."},{id:"0af94b96-7b9b-4cff-9752-e3c7d22cd0e6",name:"Cavern Choker",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:17},intelligence:{score:6},wisdom:{score:13},charisma:{score:6},hp:42,initiative:9,ac:17,fortitude:15,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"e6a63058-96e2-4952-af47-06202397a96f",name:"Tentacle Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:9,defence:0},description:"",details:"1d8 + 3 damage, and the target is grabbed (until escape). A target trying to escape the grab takes a –4 penalty to the check.",damage:"1d8 + 3 damage",category:1},{id:"cc1b396d-44e4-4828-bccd-219e1ad5280f",name:"Choke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee, Grabbed target only",attack:{bonus:9,defence:1},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"286f2f81-241f-4803-aa89-1e5db47163b7",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or a ranged attack against Reflex or AC",sustainAction:0,use:0,recharge:"recharges when the choker makes a successful tentacle claw or choke attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cavern choker makes its grabbed victim the target instead. The choker cannot use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5},{id:"10d88f77-3273-4174-883c-13a340269b1f",name:"Chameleon Hide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cavern choker gains concealment until the start of its next turn. It can’t use this power while grabbing a creature or while grabbed.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This choker strikes with surprise and uses its reach to full advantage. The choker holds on to its victim as long as possible, using body shield to protect itself while choking its grabbed prey."},{id:"7e29f902-2ff0-45e4-a4f0-741e91fd9f1f",name:"Feygrove Choker",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"8 (forest walk), climb 8 (spider climb)",alignment:"Unaligned",languages:"Elven",skills:"Stealth +15",equipment:"",category:"",strength:{score:19},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:13},charisma:{score:6},hp:91,initiative:14,ac:24,fortitude:22,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"6c059d01-45d5-40ab-b3b2-3fead93038a6",name:"Tentacle Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:17,defence:0},description:"",details:"2d6 + 4 damage, and the target is grabbed (until escape). A target trying to escape the grab takes a –4 penalty to the check. The feygrove choker can grab up to 2 creatures at once.",damage:"2d6 + 4 damage",category:1},{id:"cdee396c-9281-41f9-8b23-bd16872870e3",name:"Choke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee, Up to 2 grabbed targets",attack:{bonus:17,defence:1},description:"",details:"2d8 + 4 damage. The feygrove choker makes a separate attack against each grabbed target.",damage:"2d8 + 4 damage",category:1},{id:"dd863b35-e2eb-43a4-8aa7-d363c96bf511",name:"Chameleon Hide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feygrove choker gains concealment until the start of its next turn. It can’t use this power while grabbing a creature or while grabbed.",damage:"",category:3},{id:"473e38dc-b544-4489-bf99-894565e8d704",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or a ranged attack against Reflex or AC",sustainAction:0,use:0,recharge:"recharges when the choker makes a successful tentacle claw or choke attack"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feygrove choker makes its grabbed victim the target instead. The choker cannot use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5},{id:"24475a00-8695-4ebb-87be-47104b36c9e9",name:"Vine Fetter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area Burst 3 within 10",attack:{bonus:15,defence:2},description:"nearby vines animate and snare the feygrove choker’s enemies;",details:"the target is restrained (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The creature hides among trees and flora with the aid of its chameleon hide, striking when prey comes within reach. When confronted with multiple enemies, the feygrove choker uses vine fetter to restrain as many of them as possible while it chokes one or two targets."},{id:"3aa1ad52-fa3b-4c29-818d-50733f22e32b",name:"Chuul",details:"",size:3,origin:0,type:3,keywords:"aquatic",level:10,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Unaligned",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:16},intelligence:{score:4},wisdom:{score:18},charisma:{score:14},hp:109,initiative:10,ac:27,fortitude:26,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"560d73a8-066d-4217-a1ca-52015a943201",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d6 + 6 damage, or 3d6 + 6 damage against an immobilized creature. Tentacle Net ✦ Poison A creature hit by a chuul’s opportunity attack is immobilized until the end of the chuul’s next turn.",damage:"1d6 + 6 damage",category:1},{id:"d449eb3e-bb54-4924-92e5-fadb9381d182",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The chuul makes two claw attacks;",details:"1d6 + 6 damage, or 3d6 + 6 damage against an immobilized creature. If both claw attacks hit a single target, the chuul makes a secondary attack against the same target with its tentacles. Secondary Attack: +14 vs. Fortitude; the target is immobilized (save ends).",damage:"1d6 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The chuul hides just below the surface of a murky pool patiently waiting for prey. When the time is right, it emerges quickly, clamps its huge pincers around its foe, and paralyzes the victim with its poisonous mouth tentacles."},{id:"e3afb955-4b75-4cd1-9797-7510c94da173",name:"Chuul Juggernaut",details:"",size:4,origin:0,type:3,keywords:"aquatic",level:23,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"7, swim 7",alignment:"Unaligned",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:19},intelligence:{score:4},wisdom:{score:22},charisma:{score:16},hp:434,initiative:17,ac:39,fortitude:37,reflex:31,will:33,regeneration:null,auras:[{id:"06da7e96-bcdd-48d4-87c7-6ecafae3be01",name:"Psychic Moan",keywords:"Psychic",details:"1: a chuul juggernaut exudes a constant hum of psychic energy. Enemies in the aura take a –2 penalty to Will defense and gain vulnerable 5 psychic."}],powers:[{id:"aba3b6d3-8726-4c11-a117-113ed87520b1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:30,defence:0},description:"",details:"2d8 + 8 damage, or 5d8 + 8 damage against an immobilized creature. Tentacle Net ✦ Poison A creature hit by a chuul juggernaut’s opportunity attack is immobilized until the end of the juggernaut’s next turn.",damage:"2d8 + 8 damage",category:1},{id:"272af710-8994-42f9-b715-0567e79a9c95",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:30,defence:0},description:"The chuul juggernaut makes two claw attacks;",details:"2d8 + 8 damage, or 5d8 + 8 damage against an immobilized creature. If both claw attacks hit a single target, the chuul juggernaut makes a secondary attack against the same target with its tentacles. Secondary Attack: +28 vs. Fortitude; the target is immobilized (save ends).",damage:"2d8 + 8 damage",category:1},{id:"5e4c3d34-a398-40e7-80c1-83cddb08884d",name:"Psychic Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:3},description:"",details:"2d10 + 3 psychic damage, and the target is pulled 5 squares.",damage:"2d10 + 3 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This creature is bold, gladly leaving the safety of its watery den in pursuit of prey. If it immobilizes a foe, it spends its action point to make another double attack against the same target. If it can’t reach enemies with its melee attacks, it uses psychic lure to pull an enemy into its reach."},{id:"cd311f4f-e426-4279-8368-3885b0f461dc",name:"Godforged Colossus",details:"",size:4,origin:3,type:0,keywords:"construct",level:29,role:{type:2,flag:1,leader:!1},senses:"",movement:"10",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:40},constitution:{score:31},dexterity:{score:21},intelligence:{score:4},wisdom:{score:34},charisma:{score:17},hp:662,initiative:19,ac:43,fortitude:48,reflex:40,will:45,regeneration:null,auras:[{id:"5ab520f6-04ee-410a-8a2d-185ab786102a",name:"Reverberating Presence",keywords:"Psychic",details:"5: an enemy that starts its turn in the aura takes 20 psychic damage."}],powers:[{id:"e7db7766-561d-4619-9a1e-a6e9a40fe71a",name:"Force Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Psychic, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"4d12 + 15 force damage, and the colossus makes a secondary attack against the same target. Secondary Attack: +25 vs. Will; 3d6 psychic damage, and the target is stunned until the end of the godforged colossus’s next turn.",damage:"4d12 + 15 force damage",category:1},{id:"282c44ef-35a5-4388-8e90-290bfb95790c",name:"Defensive Strike",action:{action:4,trigger:"when an enemy moves adjacent to the godforged colossus",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:32,defence:0},description:"",details:"4d12 + 15 damage plus 3d6 psychic damage, and the colossus makes a secondary attack against the same target. Secondary Attack: +30 vs. Fortitude; the target is pushed 5 squares, knocked prone, and dazed (save ends).",damage:"4d12 + 15 damage plus 3d6 psychic damage",category:5},{id:"caad66c8-b9fa-4e3e-b26c-76b7ac2ce6f0",name:"Force Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"3d10 + 3 force damage, and the target is pushed 5 squares.",damage:"3d10 + 3 force damage",category:1},{id:"d18f5356-e631-410d-bec9-cafc43a8071f",name:"Voice of the Demiurge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:26,defence:3},description:"",details:"3d8 + 11 psychic damage, and the target is stunned until the end of the godforged colossus’ next turn.",damage:"3d8 + 11 psychic damage",category:1}],damageModifiers:[{type:7,value:0},{type:4,value:-30},{type:8,value:-30}],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:"This colossus uses voice of the demiurge when surrounded by several enemies. The creature then makes melee attacks, using force missile only if it has no targets within reach."},{id:"ecd3f983-1901-437f-a69a-b0481f4e237d",name:"Visejaw Crocodile",details:"",size:3,origin:4,type:1,keywords:"reptile",level:4,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, swim 8",alignment:"Unaligned",languages:"--",skills:"Stealth +8",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:2},wisdom:{score:13},charisma:{score:7},hp:58,initiative:5,ac:20,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"11a450d2-e45b-43af-a5a7-aedbb55328fa",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 4 damage, and the target is grabbed (until escape). The visejaw crocodile cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"1d8 + 4 damage",category:1},{id:"3814ee24-7cc8-4717-b05f-bece8a69bab3",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"If a visejaw crocodile begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"2d8 + 4 damage. Miss: Half damage.",damage:"2d8 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A visejaw crocodile waits in hiding until prey comes close and then makes a vicious bite attack. The creature uses clamping jaws in subsequent rounds, shifting back toward the water with its move action."},{id:"99cb6a6d-38cb-45e0-a52f-f1f6bd1ac7be",name:"Feymire Crocodile",details:"",size:4,origin:2,type:1,keywords:"reptile",level:10,role:{type:7,flag:1,leader:!1},senses:"low-light vision",movement:"6, swim 8",alignment:"Unaligned",languages:"--",skills:"Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:15},intelligence:{score:5},wisdom:{score:17},charisma:{score:8},hp:216,initiative:9,ac:28,fortitude:29,reflex:21,will:24,regeneration:{value:5,details:"if the feymire crocodile takes fire damage, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"eba390d9-c468-4022-9f89-8291fbc8af3c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"2d8 + 6 damage, and the target is grabbed (until escape). The feymire crocodile cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8 + 6 damage",category:1},{id:"af03b91a-87ac-4cb9-84b4-6681a4dfa854",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"If a feymire crocodile begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"3d8 + 6 damage. Miss: Half damage.",damage:"3d8 + 6 damage",category:1},{id:"ec7461ec-bc57-4a2b-8983-aae36960b9e5",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:1},description:"The feymire crocodile tries to swallow a bloodied Medium or smaller creature it is grabbing:",details:"the target is swallowed. The swallowed target is inside the feymire crocodile and is dazed and restrained until it is no longer swallowed. The swallowed target has line of sight and line of effect only to the feymire crocodile, and no creature has line of sight or line of effect to the swallowed target. The only attacks the swallowed target can make are basic attacks. At the start of each of the feymire crocodile’s turns, the swallowed target takes 10 damage. When the feymire crocodile dies, the target is no longer swallowed and can escape as a move action, appearing in the feymire crocodile’s former space.",damage:"the swallowed target takes 10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A feymire crocodile uses the same tactics as the visejaw crocodile with one exception: It attempts to swallow a foe at the first opportunity."},{id:"8123fcd9-be23-41d4-9271-bb4e2f2be1b4",name:"Cyclops Guard",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:9,flag:3,leader:!1},senses:"truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Perception +13",equipment:"hide armor, heavy shield, battleaxe",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:11},hp:1,initiative:8,ac:27,fortitude:26,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"a0039df3-18aa-4fdd-a736-5478e0f33352",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"269294e1-cc4d-4bcb-a375-e85272247264",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the cyclops guard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The cyclops guard makes a melee basic attack against the attacker.",details:"7 damage.",damage:"7 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Cyclops guards surround an enemy, using their reach to full advantage. Then they close ranks and use evil eye against enemies who attempt to attack them."},{id:"02969b68-b9ff-462e-a920-8d7c7994239b",name:"Cyclops Warrior",details:"",size:3,origin:2,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"truesight 6",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Perception +18",equipment:"hide armor, heavy shield, battleaxe",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:1,initiative:11,ac:32,fortitude:31,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"afa2aadf-cd43-45d1-8af4-c207b092b74d",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"e076e5e1-5ab2-4039-a2c1-dbf1cffc1a3f",name:"Evil Eye",action:{action:4,trigger:"when a melee attack misses the cyclops warrior",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"The cyclops warrior makes a melee basic attack against the attacker.",details:"8 damage.",damage:"8 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Cyclops warriors are usually assigned to protect artillery or controller creatures. If their charge is attacked, they quickly leap into action and use tactics similar to the cyclops guards."},{id:"06c3118a-cef1-4ef6-88c4-1ebea137f1f3",name:"Cyclops Impaler",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +18, Perception +16",equipment:"leather armor, 12 spears (in sheaf over back)",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:111,initiative:10,ac:28,fortitude:28,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"e67a9ffb-f604-4eea-b0a9-1e1ec03f59d1",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"a35674b6-79ec-4984-9569-d880cf0d4354",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:19,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"59cd8e2e-2f04-4876-af00-f2de87a68680",name:"Impaling Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"The cyclops impaler makes 2 ranged spear attacks against different targets no more than 2 squares apart;",details:"2d6 + 6 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 6 damage",category:1},{id:"0e3ffca6-964f-4117-85d4-cb43ef91dc17",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the cyclops impaler gains a +2 bonus to ranged attacks made against the target. It can designate only one target with its evil eye at a time.",attack:null,description:"",details:"Range sight",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cyclops impaler uses its evil eye every round and hurls spears at its designated target from a safe distance. Whenever possible, it uses impaling volley"},{id:"8b082bd2-8298-4028-98af-031e29060704",name:"Cyclops Rambler",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Perception +16",equipment:"chainmail, greatsword",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:141,initiative:12,ac:29,fortitude:28,reflex:25,will:26,regeneration:null,auras:[{id:"8e3310b0-b4ef-49d2-81d5-b6c3cda740dc",name:"Mocking Eye",keywords:"",details:"10: an enemy in the aura that makes an opportunity attack against any target takes a –5 penalty to the attack roll."}],powers:[{id:"98656abb-8438-4d58-807b-30f9c775a1f8",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 6 damage.",damage:"1d12 + 6 damage",category:1},{id:"803f3260-467e-4f2b-8827-5e84b4e8ee07",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops rambler can designate only one target with its evil eye at a time. It can move 2 squares any time it shifts from a square adjacent to the designated target.",damage:"It can move 2 squares any time it shifts from a square adjacent to the designated target",category:3},{id:"1ba7db97-4c50-4bfe-a734-7ac7d48f7bfd",name:"Feywild Alacrity",action:{action:7,trigger:"when the cyclops rambler hits the target of its evil eye power",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cyclops rambler gains an extra move action, which it must use before the end of its turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cyclops rambler is a masterful skirmisher, using its evil eye power to move around its enemies and confound their opportunity attacks."},{id:"97539b5b-d744-4f94-8f05-6d71bc462847",name:"Cyclops Hewer",details:"",size:3,origin:2,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Perception +18",equipment:"chainmail, light shield, battleaxe",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:13},hp:158,initiative:13,ac:33,fortitude:31,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"bbc2f8e6-11c1-45af-8375-70bb5c23386a",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"1d12 + 7 damage.",damage:"1d12 + 7 damage",category:1},{id:"d50f241e-96d2-4016-a614-739980a10116",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the cyclops hewer can designate only one target with its evil eye at a time and gains the following effects: ✦ If the designated target misses one of the cyclops hewer’s allies with a melee attack, the cyclops hewer can make a melee basic attack against that enemy as an immediate reaction. ✦ If the designated target moves out of the cyclops hewer’s reach, the cyclops hewer can shift 1 square toward the target as an immediate reaction.",damage:"the cyclops hewer can shift 1 square toward the target as an immediate reaction",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cyclops hewer uses its evil eye and then charges headlong into battle, cutting down enemies in its way."},{id:"5cddb196-dfb7-4f89-bc18-1f7eb362b3a4",name:"Cyclops Battleweaver",details:"",size:3,origin:2,type:2,keywords:"",level:17,role:{type:6,flag:0,leader:!1},senses:"truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Perception +18",equipment:"chainmail, glaive",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:18},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:165,initiative:14,ac:31,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"d1a572b2-ab34-40e3-ae0c-7b700da93f4e",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"d93e9d2e-9b52-44b8-a39a-2de082786390",name:"Sweeping Glaive",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires glaive",range:"Close Blast 2",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10 + 6 damage",category:1},{id:"7b303425-94b7-40fd-8485-35b7f558d11a",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the target takes a –2 penalty to speed until the end of the encounter or until the cyclops battleweaver uses evil eye on a different target.",damage:"",category:3},{id:"48399d2f-654a-4445-b445-168b793e39c6",name:"Effect Transfer",action:{action:5,trigger:"when the cyclops battleweaver suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"At the start of combat, the cyclops battleweaver uses evil eye to confound a highly mobile enemy. It relies on its sweeping glaive power to push enemies back so that it can move around the battlefield without provoking opportunity attacks, and it uses effect transfer to shrug off one debilitating effect."},{id:"f9704528-3dcf-4fb1-9bcc-2b7434de2561",name:"Cyclops Storm Shaman",details:"",size:3,origin:2,type:2,keywords:"",level:17,role:{type:0,flag:0,leader:!1},senses:"truesight 6",movement:"8; see also wind flight",alignment:"Unaligned",languages:"Elven",skills:"Perception +17",equipment:"leather armor, quarterstaff",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:14},wisdom:{score:19},charisma:{score:15},hp:128,initiative:11,ac:29,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"adc12693-2e37-465b-b64e-7773a442a176",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d4 + 4 damage plus 1d8 thunder damage.",damage:"2d4 + 4 damage plus 1d8 thunder damage",category:1},{id:"9b675b6e-ccd3-4c31-a5e5-9aae4fd44b07",name:"Tempest Orb",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"2d8 + 6 lightning and thunder damage.",damage:"2d8 + 6 lightning and thunder damage",category:1},{id:"5145d0e6-b8a1-4049-bdd0-f4910225f27d",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:20,defence:1},description:"",details:"the target gains vulnerable 5 to thunder damage and vulnerable 5 to lightning damage (save ends both effects).",damage:"the target gains vulnerable 5 to thunder damage and vulnerable 5 to lightning damage (save ends both effects)",category:3},{id:"13a5d7a5-4ee8-4ffc-95d5-bfb05ddff95d",name:"Storm Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder, Zone",condition:"",range:"Area Burst 2 within 10",attack:null,description:"",details:"the power creates a zone that lasts until the end of the encounter. Enemies within the zone at the start of their turns take 2d8 lightning damage. Uncovered flames are doused and ongoing fire damage ends immediately within the zone.",damage:"enemies within the zone at the start of their turns take 2d8 lightning damage",category:1},{id:"0dbc691b-18a0-403a-b2b1-bc8da6cfa18d",name:"Wind Flight",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cyclops storm shaman gains a fly speed of 8 (hover) until the end of its next turn. If it doesn’t land before then, it crashes",damage:"The cyclops storm shaman gains a fly speed of 8 (hover) until the end of its next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The cyclops storm shaman catches as many enemies as possible in its storm burst before targeting foes individually with its evil eye and tempest orb powers. If pressed, it uses wind flight to fly to a safer location or enters the storm burst’s zone and uses it for protection."},{id:"38b05134-a260-40ce-b346-d52a190909c9",name:"Dark Creeper",details:"",size:1,origin:5,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"black garments, 5 daggers",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:54,initiative:8,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"aad9f094-f86a-4048-898d-ea70478c9b44",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d4 + 4 damage. Combat Advantage: The dark creeper deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 4 damage",category:1},{id:"a6a2ad50-bcae-406e-ad39-af562702d38c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d4 + 4 damage. Combat Advantage: The dark creeper deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 4 damage",category:1},{id:"7d8d0a63-91de-42fe-8047-be7689d6016a",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close Burst 1; targets enemies",attack:null,description:"When slain, a dark creeper explodes in a spout of darkness.",details:"each target is blinded (save ends).",damage:"",category:0},{id:"ab2d3178-d60b-4b46-a3b5-934df1b72820",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark creeper moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark creeper moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dark creeper doesn’t enter combat unless it clearly has something to gain, in which case it uses dark step to move up to an enemy, gain combat advantage, and stab it."},{id:"26941a06-6c8b-47ad-a462-a67b1dd3b432",name:"Dark Stalker",details:"",size:1,origin:5,type:2,keywords:"",level:10,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +15, Thievery +15",equipment:"black garments, scimitar, 4 daggers",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:14},wisdom:{score:14},charisma:{score:19},hp:81,initiative:14,ac:24,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"ca6ee667-b985-4bca-8be8-06693ec6e2a5",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close Burst 1; targets enemies",attack:null,description:"When slain, a dark stalker explodes in a spout of darkness.",details:"each target is blinded (save ends).",damage:"",category:0},{id:"32fe05fc-61fb-4308-9695-f89dd9d1aec3",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage (crit 1d8 + 13). Combat Advantage: The dark stalker deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 5 damage (crit 1d8 + 13)",category:1},{id:"d835e879-b396-4f74-8f02-d88e9553c714",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:15,defence:0},description:"",details:"1d4 + 5 damage. Combat Advantage: The dark stalker deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 5 damage",category:1},{id:"ff18d474-9c61-4c31-8157-fc3123e75b36",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark stalker moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark stalker moves up to 4 squares",category:2},{id:"1f516aa1-972b-49b1-a3ab-9ccdf9baa23e",name:"Dark Fog",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 4 within 10",attack:null,description:"",details:"creates a zone of darkness that blocks line of sight (creatures with darkvision ignore this effect).",damage:"",category:1},{id:"ee423848-4332-4486-a755-71c0340706ab",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark stalker becomes invisible until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dark stalker uses its dark fog power to block enemies’ line of sight. It then uses invisibility and moves to gain combat advantage against a ripe target. If battle turns against the dark stalker, it uses invisibility again (provided the power has recharged) to retreat safely."},{id:"0ae98bff-befe-4e98-8101-c2e7df8f77c1",name:"Death Knight (Human Fighter)",details:"",size:2,origin:4,type:2,keywords:"undead",level:17,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"plate armor, light shield, soulsword (longsword)",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:11},charisma:{score:14},hp:264,initiative:11,ac:35,fortitude:32,reflex:26,will:27,regeneration:null,auras:[{id:"193d6522-b926-4c0c-8805-d73f824a7015",name:"Marshal Undead",keywords:"",details:"10: lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"2bdb99f0-f58b-4358-8ade-f0d1c9f21586",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d8 + 12 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit).",damage:"1d8 + 12 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit)",category:1},{id:"e6b31d7b-bb9c-49d5-8ebc-35b97df6225e",name:"Containing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d8 + 12 plus 5 necrotic damage, and the death knight can make a melee basic attack as an immediate interrupt against the target if the target shifts on its next turn.",damage:"1d8 + 12 plus 5 necrotic damage",category:1},{id:"6d50a5c0-5d8b-4971-81d7-2f423c82e72b",name:"Warrior’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"3d8 + 12 plus 5 necrotic damage, and the target is pushed 2 squares. All enemies within 2 squares of the target are marked until the end of the death knight’s next turn.",damage:"3d8 + 12 plus 5 necrotic damage",category:1},{id:"979faa2b-d7e3-46f0-8b48-067679da0712",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:19,defence:2},description:"",details:"6d8 + 12 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",damage:"6d8 + 12 fire and necrotic damage to living creatures",category:1},{id:"627e1ae6-9359-4218-be0e-95eba46fc4be",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"Every time the death knight attacks an enemy, whether that attack hits or misses, the death knight can mark that target. The mark lasts until the end of the death knight’s next turn. In addition, whenever an adjacent enemy shifts, the death knight makes a melee basic attack against that enemy (as an immediate interrupt).",attack:null,description:"",details:"",damage:"",category:0},{id:"1e8255bf-1ea9-4850-a0f0-683200973a63",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 66 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 66 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"This death knight uses containing strike and combat challenge round after round. If its allies are taking a beating, the death knight uses warrior’s challenge to draw attacks, spending an action point to use second wind if necessary. The death knight uses unholy flames when surrounded by multiple allies and enemies."},{id:"9be04d4c-1979-4ee3-bf2d-310d1c2090fb",name:"Death Knight (Dragonborn Paladin)",details:"",size:2,origin:4,type:2,keywords:"undead",level:25,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"plate armor, heavy shield, soulsword (longsword)",category:"",strength:{score:25},constitution:{score:15},dexterity:{score:14},intelligence:{score:13},wisdom:{score:14},charisma:{score:21},hp:373,initiative:16,ac:41,fortitude:39,reflex:34,will:37,regeneration:null,auras:[{id:"2022722e-31da-4f33-b830-f0955984010c",name:"Marshal Undead",keywords:"",details:"10: lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"6aba9b43-0eff-47dc-b80d-c28f67e2b7c6",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"1d8 + 16 damage plus 5 necrotic damage (plus an extra 3d6 necrotic damage on a critical hit).",damage:"1d8 + 16 damage plus 5 necrotic damage (plus an extra 3d6 necrotic damage on a critical hit)",category:1},{id:"4e085415-9c75-44be-bf2a-a4cd54fc8366",name:"Valiant Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"with a +1 bonus to the attack roll for each adjacent ally; 2d8 + 16 plus 5 necrotic damage.",damage:"2d8 + 16 plus 5 necrotic damage",category:1},{id:"94830d95-317f-4700-a43c-b4168c248c34",name:"Terrifying Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"requires soulsword",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"3d8 + 16 damage, and the target is pushed 5 squares and can’t move closer to the death knight on its next turn.",damage:"3d8 + 16 damage",category:1},{id:"830a524d-d9a3-4613-a453-e063af465f76",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:27,defence:2},description:"",details:"6d8 + 14 fire and necrotic damage to living creatures. Undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",damage:"6d8 + 14 fire and necrotic damage to living creatures",category:1},{id:"bdce03e4-3243-4b8a-ab59-da779d0573a5",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death knight spends a healing surge and regains 93 hit points. The death knight gains a +2 bonus to all defenses until the start of its next turn.",damage:"The death knight spends a healing surge and regains 93 hit points",category:1},{id:"fc6a218b-4d16-4afe-bb03-843115337b86",name:"Divine Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:null,description:"",details:"the target is marked until the death knight uses this power against another target. If the target makes an attack that doesn’t include the death knight as a target, the target takes a –2 penalty on attack rolls and 14 necrotic damage.",damage:"the target takes a –2 penalty on attack rolls and 14 necrotic damage",category:3}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease",tactics:"This death knight issues a divine challenge every round and stays adjacent to one or more of its allies to maximize the effectiveness of its valiant strike power. When swarmed by multiple melee combatants, it uses terrifying smite against the toughest-looking target or unholy flames against the lot of them. It spends its action point to use second wind once bloodied."},{id:"f548ce19-ec69-4f4e-b124-5f10da2480eb",name:"Balor",details:"",size:4,origin:1,type:2,keywords:"demon",level:27,role:{type:2,flag:1,leader:!1},senses:"truesight 6",movement:"8, fly 12 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +20, Insight +23, Intimidate +20, Perception +23",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:19},intelligence:{score:12},wisdom:{score:21},charisma:{score:14},hp:624,initiative:17,ac:42,fortitude:46,reflex:39,will:40,regeneration:null,auras:[{id:"4f641e80-31fe-4e8a-98d8-85a3f18de6ef",name:"Flaming Body",keywords:"Fire",details:"2: (aura 3 while the balor is bloodied); enemies that start their turns in the aura take 10 fire damage (20 fire damage while the balor is bloodied)."}],powers:[{id:"1fbb5de8-b8c0-4d23-a91c-a5be61e49fa2",name:"Lightning Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"2d10 + 10 lightning damage, or 3d10 + 30 lightning damage on a critical hit.",damage:"2d10 + 10 lightning damage",category:1},{id:"46e80737-881a-4eaa-8cdb-c8eacf6d443a",name:"Flame Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 5",attack:{bonus:30,defence:2},description:"",details:"3d8 + 5 fire damage, and ongoing 5 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"3d8 + 5 fire damage",category:1},{id:"5977a558-2700-4744-b462-8297fc8bf36e",name:"Fire and Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Lightning, Weapon",condition:"",range:"Melee",attack:{bonus:32,defence:0},description:"The balor makes a lightning sword attack and a flame whip attack.",details:"Lightning Sword ✦ Lightning, Weapon Reach 3; 2d10 + 10 lightning damage, or 3d10 + 30 lightning damage on a critical hit. Flame Whip ✦ Fire, Weapon Reach 5; +30 vs. Reflex; 3d8 + 5 fire damage, and ongoing 5 fire damage (save ends). Also, the target is pulled into an unoccupied space adjacent to the balor.",damage:"2d10 + 10 lightning damage",category:1},{id:"3ac4a8c8-8fe9-4c5b-b33e-c4d3bb28a6b9",name:"Demonic Accuracy",action:{action:7,trigger:"when the balor misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The balor rerolls the attack and gains a +5 bonus to the roll.",damage:"The balor rerolls the attack and gains a +5 bonus to the roll",category:5},{id:"58eec2d6-8abb-4c1e-bb12-a775dbe22cc7",name:"Death Burst",action:{action:0,trigger:"when the balor is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 10",attack:{bonus:29,defence:2},description:"The balor explodes in a burst of flame:",details:"7d10 fire damage. Miss: Half damage. The balor and its weapons are completely destroyed.",damage:"7d10 fire damage",category:5}],damageModifiers:[{type:3,value:-40}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:"The fearless balor concentrates its attacks on single targets and does not allow itself to be distracted. It uses its demonic accuracy power when particularly infuriated by an opponent. The balor uses its flame whip to pull enemies within reach of its sword. The first time it’s able to attack with both weapons on its turn, it spends an action point to do it again. A balor rarely retreats from battle, fighting until destroyed."},{id:"6b8e3679-b04c-4380-aabe-d7cb5183063b",name:"Barlgura",details:"",size:3,origin:1,type:1,keywords:"demon",level:8,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8, climb 8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Athletics +15, Perception +12",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:6},wisdom:{score:16},charisma:{score:12},hp:108,initiative:7,ac:19,fortitude:20,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"292acde0-5004-4c30-a73d-4c71751e630a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage, or 2d8 + 6 damage if the barlgura is bloodied.",damage:"1d8 + 6 damage",category:1},{id:"b4689742-6012-4d4c-b19f-f1eabfdd3817",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"The barlgura makes two slam attacks.",details:"1d8 + 6 damage, or 2d8 + 6 damage if the barlgura is bloodied.",damage:"1d8 + 6 damage",category:1},{id:"139c9431-26f1-4cc4-bf1e-d6ef9b359578",name:"Savage Howl",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barlgura and all allies within 5 squares of the barlgura gain a +2 bonus to attack rolls until the end of the barlgura’s next turn.",damage:"The barlgura and all allies within 5 squares of the barlgura gain a +2 bonus to attack rolls until the end of the barlgura’s next turn",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:"A barlgura charges into battle, using its double attack to pummel its opponents."},{id:"db16c293-1195-4a69-8697-ee7ce7a49281",name:"Evistro (Carnage Demon)",details:"",size:2,origin:1,type:3,keywords:"demon",level:6,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:12},charisma:{score:7},hp:90,initiative:4,ac:16,fortitude:18,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"8e251a92-edd0-4b5d-9555-3e7ca47e9599",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d12 + 5 damage. Carnage: The carnage demon gains a +1 bonus to melee attacks if it has one or more allies adjacent to its target (+3 if one of these allies is another carnage demon). This bonus stacks with combat advantage.",damage:"1d12 + 5 damage",category:1},{id:"041e779c-f341-4497-93c3-6f1ed6f6c43f",name:"Destructive Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee; bloodied target only",attack:{bonus:8,defence:0},description:"",details:"1d6 + 5 damage. Carnage: The carnage demon gains a +1 bonus to melee attacks if it has one or more allies adjacent to its target (+3 if one of these allies is another carnage demon). This bonus stacks with combat advantage.",damage:"1d6 + 5 damage",category:3}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:"In addition to attacking with its claws, a carnage demon can use its destructive bite against a bloodied foe. It stays close to its allies to reap the benefit of its carnage power."},{id:"3afbd46b-f5b9-47e1-a42d-84f80f286389",name:"Glabrezu",details:"",size:4,origin:1,type:2,keywords:"demon",level:23,role:{type:2,flag:1,leader:!1},senses:"truesight 6",movement:"8, fly 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +23, Bluff +19, Intimidate +19, Perception +18",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:17},intelligence:{score:24},wisdom:{score:14},charisma:{score:16},hp:520,initiative:14,ac:39,fortitude:42,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"c5ee904d-b829-4e2b-baf3-f515326c0b20",name:"Pincer Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d8 + 8 damage.",damage:"2d8 + 8 damage",category:1},{id:"1cfc29a6-2c81-412c-9563-ff9840281a05",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The glabrezu makes two pincer claw attacks.",details:"2d8 + 8 damage. If both claws hit the same target, the target is grabbed (until escape) if the glabrezu so chooses.",damage:"2d8 + 8 damage",category:1},{id:"2b088ef9-9275-487f-ab45-695ed04cba51",name:"Abyssal Bolt",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d4 + 7 damage.",damage:"3d4 + 7 damage",category:3},{id:"801022ab-401f-4c05-9eba-e1a67939561d",name:"Blasphemous Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:3},description:"",details:"1d12 + 7 psychic damage, and the target is dazed until the end of the glabrezu’s next turn.",damage:"1d12 + 7 psychic damage",category:3},{id:"38c257a2-c265-4e16-8d48-5ee30f3f58f1",name:"Chaos Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:1},description:"",details:"1d12 + 7 damage. This damage bypasses all resistances.",damage:"1d12 + 7 damage",category:3},{id:"5f767311-f053-43c1-8b49-8810d912046c",name:"Arcane Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The glabrezu teleports 8 squares, recharges its blasphemous word and chaos word powers, and makes an abyssal bolt, blasphemous word, or chaos word attack.",damage:"The glabrezu teleports 8 squares",category:5}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:"Unlike mortal spellcasters, glabrezus do not cower behind minions and armored comrades while they cast their foul magic; they wade into the thick of combat and shout out their magic with wild abandon. A glabrezu moves close to its enemies and unleashes both a blasphemous word and a word of chaos. After this initial onslaught, it targets a weak-looking opponent with its pincer claws. If the glabrezu is bloodied, it teleports a safe distance and hurls abyssal bolts (missiles of crackling purple energy), exchanging move actions and standard actions to do this up to three times in a round."},{id:"808eb8c9-d77a-4143-a511-1ff3b9b32c9b",name:"Goristro",details:"",size:4,origin:1,type:2,keywords:"demon",level:19,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +17",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:12},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:450,initiative:10,ac:31,fortitude:34,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"6469b0b4-03b4-4dea-a44d-b1c752fdc5e6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"28bf8724-5940-4ab0-a2a8-a403a1be4280",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"The goristro makes two slam attacks.",details:"2d10 + 8 damage.",damage:"2d10 + 8 damage",category:1},{id:"83fa1dc2-82eb-45c0-b27f-0b7abfa137ed",name:"Goristro Stomp",action:{action:4,trigger:"when a nonadjacent enemy moves adjacent to the goristro",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"The goristro makes an attack against the enemy:",details:"4d8 + 8 damage, and the target is knocked prone.",damage:"4d8 + 8 damage",category:5},{id:"6bae6aab-210e-4ed9-9cd8-2a2b28ccd339",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"The goristro makes a charge attack:",details:"3d10 + 8 damage, and the target is pushed 2 squares and knocked prone.",damage:"3d10 + 8 damage",category:1},{id:"dee8ec46-f711-41cc-8266-8caa42487f0f",name:"Raging Frenzy",action:{action:4,trigger:"when attacked by an adjacent enemy while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"The goristro makes a frenzied gore attack against the enemy:",details:"2d8 + 8 damage.",damage:"2d8 + 8 damage",category:5}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:"The goristro makes a goring charge toward the nearest enemy. Once in battle, it makes slam attacks against those it perceives as the most physically challenging and uses goristro stomp on enemies that get too close. The goristro becomes much more dangerous when bloodied, using raging frenzy each time it’s attacked by an adjacent enemy."},{id:"7edf1e2e-5d02-45db-8151-0bc894da16c9",name:"Hezrou",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6; see also demonic step below",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +21",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:8},wisdom:{score:20},charisma:{score:16},hp:255,initiative:16,ac:34,fortitude:36,reflex:32,will:32,regeneration:null,auras:[{id:"415025ae-7fdd-42e8-b8ca-eb8891aaba6b",name:"Noxious Stench",keywords:"Poison",details:"2: enemies in the aura take a –2 penalty to attack rolls. While the hezrou is bloodied, enemies within its aura are also weakened."}],powers:[{id:"94737e68-0704-4959-81cf-0e7318847f97",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"e5c9daff-11fc-4bd5-b918-594b122d4827",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d8 + 9 damage.",damage:"2d8 + 9 damage",category:1},{id:"7a1c6498-6a89-42e5-855e-66aa4b150cb4",name:"Combination Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"The hezrou makes one slam attack and one bite attack.",details:"Slam: 2d10 + 9 damage. Bite: 2d8 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"a1f647a9-5833-445b-9d4c-ce5a4449e1e4",name:"Demonic Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hezrou ignores difficult terrain, seeming to phase through it.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:"A hezrou lumbers into melee, pummeling and biting enemies while overwhelming them with its noxious stench."},{id:"c1420b92-d641-44a8-96b3-971620d389ad",name:"Immolith",details:"",size:3,origin:1,type:3,keywords:"demon, fire, undead",level:15,role:{type:3,flag:0,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:16},intelligence:{score:9},wisdom:{score:15},charisma:{score:18},hp:153,initiative:10,ac:27,fortitude:28,reflex:24,will:25,regeneration:null,auras:[{id:"5419b98d-4287-44a3-b2cb-e6d09585248e",name:"Flaming Aura",keywords:"Fire",details:"1: any creature that enters or starts its turn in the aura takes 10 fire damage."}],powers:[{id:"1d65af79-2926-4053-8804-b1aa48135c28",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 4",attack:{bonus:20,defence:0},description:"",details:"1d8 + 7 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 7 fire damage",category:1},{id:"79c43ff9-b572-4a77-9483-cc79b7d85e8a",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Reach 4",attack:{bonus:20,defence:0},description:"The immolith makes a claw attack against a Large or smaller target.",details:"1d8 + 7 fire damage, and ongoing 5 fire damage (save ends). On a hit, the target slides into a square adjacent to the immolith and is grabbed (until escape). While grabbed, the target loses any resistance it has to fire. An immolith can hold up to five grabbed creatures using this power.",damage:"1d8 + 7 fire damage",category:1},{id:"546ee9dd-47e6-484f-acc3-6b79d20ac94c",name:"Deathfire Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"the target is slowed (save ends). Aftereffect: The target takes ongoing 5 fire damage (save ends).",damage:"the target takes ongoing 5 fire damage (save ends)",category:3},{id:"e6e6df4f-2385-47c8-88f9-35ea81d14bc3",name:"Vigor of the Grave",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"(1/round)",range:"Close Burst 5",attack:null,description:"",details:"undead in the burst (including the immolith) regain 5 hit points.",damage:"undead in the burst (including the immolith) regain 5 hit points",category:3}],damageModifiers:[{type:3,value:0},{type:7,value:0},{type:9,value:10}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease",tactics:"The immolith issues a deathfire curse at the beginning of each round to slow an enemy. Then, with its standard action, it uses fiery grab to drag an enemy into its flaming aura. If an immolith doesn’t need to move, it issues another deathfire curse with its remaining move action. It repeats these tactics round after round, using vigor of the grave whenever possible to heal itself and nearby undead allies."},{id:"1de04c5e-bd5c-4f36-aa07-e0e2c9d2b918",name:"Marilith",details:"",size:3,origin:1,type:2,keywords:"demon",level:24,role:{type:6,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +23, Insight +21, Intimidate +23, Perception +21, Stealth +25",equipment:"6 scimitars",category:"",strength:{score:28},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:440,initiative:22,ac:38,fortitude:36,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"d6869d3c-bac3-4100-9e78-0521628419d8",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"2d10 + 9 damage (crit 6d10 + 29).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1},{id:"a54829bb-ea6e-434c-88d2-15514e47a848",name:"Hacking Blades",action:{action:7,trigger:"when an adjacent enemies misses the marilith with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"The marilith makes a scimitar attack against the enemy.",details:"2d10 + 9 damage (crit 6d10 + 29).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:5},{id:"71778cd6-d10b-4547-bf11-caa79fd043d0",name:"Shroud of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"The marilith makes two scimitar attacks and uses its other scimitars to parry incoming attacks, gaining a +4 bonus (+1 per scimitar) to AC until the start of its next turn.",details:"2d10 + 9 damage (crit 6d10 + 29).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1},{id:"00cc8ec2-8127-4519-bdf8-dbdca1e1bcea",name:"Weapon Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"The marilith makes six scimitar attacks.",details:"2d10 + 9 damage (crit 6d10 + 29). Each time it hits, the marilith shifts 1 square.",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1}],damageModifiers:[],resist:"20 variable (3/encounter)",vulnerable:"",immune:"",tactics:"The marilith uses shroud of steel each round, switching to weapon dance when it wants to maneuver to a new location or quickly take down a bloodied foe. Once bloodied, it uses weapon dance again and then spends its action point to use shroud of steel."},{id:"45377a70-17a2-4ddb-80dc-4558d3c0571c",name:"Mezzodemon",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Intimidate +11, Perception +13",equipment:"trident",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:113,initiative:9,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"925cc8f4-cace-4c12-b54d-dbc6adf2e50f",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"bfae9baa-ae3f-421e-abe3-7a723f808edd",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires trident",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d8 + 5 damage, ongoing 5 damage target enemies only and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8 + 5 damage",category:1},{id:"43340dc9-6d73-48fe-9769-26a666238e8e",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 3; targets enemies",attack:{bonus:16,defence:1},description:"",details:"2d6 + 3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6 + 3 poison damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:"Unlike other demons, the mezzodemon is a cautious foot soldier that is unopposed to fleeing when bloodied or heavily outnumbered. It attacks with its trident and uses skewering tines to restrain and further injure its foe. The mezzodemon likes to hold its prey in place while it breathes a cloud of poison on it and other nearby enemies."},{id:"fb12c2b1-6155-4b6e-a5db-0c90ba20fb8c",name:"Vrock",details:"",size:3,origin:1,type:2,keywords:"demon",level:13,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8; see also flyby attack",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Bluff +15, Insight +13, Perception +13",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:19},hp:132,initiative:12,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"6e39d1b8-4843-490e-8ec0-a018c3a45097",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"03f13e8e-2f8c-443f-9741-5a9b8b4b9693",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"The vrock flies up to 8 squares and makes one claw attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"a132803a-5d34-4e5d-9164-97871b8cb50d",name:"Stunning Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close Burst 3; deafened creatures are immune",attack:{bonus:17,defence:1},description:"",details:"the target is stunned until the end of the vrock’s next turn.",damage:"",category:1},{id:"55ead4e1-804f-4235-9c6b-08e264ba8f29",name:"Spores of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Burst 2; demons are immune",attack:{bonus:16,defence:3},description:"",details:"1d10 + 4 poison damage, and the target is dazed (save ends).",damage:"1d10 + 4 poison damage",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:"This demon uses flyby attack to make swooping attacks against foes before landing to make basic claw attacks. It uses its stunning screech when surrounded and its spores of madness when first bloodied."},{id:"03868e0b-65c7-48da-8f26-e7fa5611ba83",name:"Destrachan",details:"",size:3,origin:0,type:3,keywords:"blind",level:9,role:{type:0,flag:0,leader:!1},senses:"blindsight 10",movement:"6, climb 3",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +9, Perception +11, Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:10},hp:80,initiative:8,ac:22,fortitude:24,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"41e5ed74-4599-4987-a0ee-4b46b8b5a841",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"2ab36b19-469e-40b0-a41c-a4d5c3e32826",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d6 + 5 thunder damage.",damage:"2d6 + 5 thunder damage",category:1},{id:"1295f243-20c2-411a-ba2e-03248a64e65c",name:"Bellowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:13,defence:1},description:"",details:"2d6 + 5 thunder damage, and the target is dazed (save ends).",damage:"2d6 + 5 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:"The stealthy destrachan can sense prey within 10 squares of it and prefers to attack at range using its sound pulse power. It uses bellowing blast against close targets."},{id:"4150402f-d9cc-402f-b0f8-9c06751adb99",name:"Destrachan Far Voice",details:"",size:3,origin:0,type:3,keywords:"blind",level:15,role:{type:0,flag:0,leader:!1},senses:"blindsight 20",movement:"8, climb 4",alignment:"Evil",languages:"Deep Speech",skills:"Bluff +12, Perception +14, Stealth +17",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:122,initiative:12,ac:28,fortitude:32,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"2d9e5277-2acb-488a-ab1b-424d321a5111",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"cecbd8f3-ff5a-4a70-abcc-df0e77b9cc77",name:"Sound Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8 + 8 thunder damage.",damage:"2d8 + 8 thunder damage",category:1},{id:"31ddc467-e382-43c2-89c3-8695f921937b",name:"Bellowing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:19,defence:1},description:"",details:"2d6 + 8 thunder damage, and the target is dazed (save ends).",damage:"2d6 + 8 thunder damage",category:1},{id:"467affc8-3358-428a-a452-b9250175646a",name:"Reverberate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 2",attack:{bonus:19,defence:1},description:"",details:"2d8 + 8 thunder damage, and the target is stunned (save ends). Miss: Half damage, and the target is dazed until the end of the destrachan far voice’s next turn.",damage:"2d8 + 8 thunder damage",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:"The destrachan far voice favors ranged attacks over melee and uses reverberate against enemies that come too close."},{id:"f2511859-ca22-498e-ae0e-70456d269252",name:"Bearded Devil (Barbazu)",details:"",size:2,origin:3,type:2,keywords:"devil",level:13,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"Intimidate +11, Perception +14",equipment:"glaive",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:129,initiative:10,ac:29,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"2c2d298e-8b8f-45b7-b360-ec7329ef49df",name:"Beard Tendrils",keywords:"",details:"1: enemies that begin their turns adjacent to the bearded devil take 5 damage."}],powers:[{id:"49d9db1e-fe50-4760-9d4a-ce90e07fcaba",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"2d4 + 5 damage, and the target is marked until the end of the bearded devil’s next turn and takes ongoing 5 damage (save ends). Battle Frenzy: While the bearded devil is bloodied, it gains a +2 bonus to attack rolls and deals an extra 5 damage with its melee attacks.",damage:"2d4 + 5 damage",category:1},{id:"6fda6916-52ce-41d7-88bb-8d82ea380a6d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"1d6 + 5 damage. Battle Frenzy: While the bearded devil is bloodied, it gains a +2 bonus to attack rolls and deals an extra 5 damage with its melee attacks.",damage:"1d6 + 5 damage",category:1},{id:"50fc34bc-d85b-4562-a141-176bbcfc33b9",name:"Devilish Teamwork",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Allies adjacent to the bearded devil gain a +2 bonus to AC.",damage:"Allies adjacent to the bearded devil gain a +2 bonus to AC",category:0}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"The bearded devil is a straightforward melee combatant trained to protect adjacent allies using its devilish teamwork. It only makes claw attacks if it loses its glaive."},{id:"45214f74-835d-49d9-9202-a09ab8384905",name:"Bone Devil (Osyluth)",details:"",size:3,origin:3,type:2,keywords:"devil",level:17,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"8, teleport 8",alignment:"Evil",languages:"Supernal",skills:"Insight +15, Intimidate +18, Perception +15",equipment:"",category:"",strength:{score:25},constitution:{score:21},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:20},hp:165,initiative:12,ac:31,fortitude:29,reflex:26,will:27,regeneration:null,auras:[{id:"ad45471f-1ee3-4855-b191-6e11fae33eae",name:"Aura of Fear",keywords:"Fear",details:"5: enemies in the aura take a –2 penalty to attack rolls."},{id:"03f3e4d0-9a1d-4053-b684-9e49ad223cdb",name:"Aura of Obedience",keywords:"Charm, Healing",details:"5: bone devils are immune; any bloodied devil in the aura at the start of its turn takes 10 damage but gains a +4 bonus to attack rolls and deals an extra 5 damage on melee attacks until the start of its next turn. If a devil is slain by this aura, the bone devil regains 10 hit points."}],powers:[{id:"10861d89-7fbe-4aff-b3a2-ce039efeaa98",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2; one creature",attack:{bonus:22,defence:0},description:"The bone devil makes two claw attacks.",details:"1d6 + 7 damage. If both claw attacks hit the same target, the bone devil can make a secondary attack using poison sting against the target.",damage:"1d6 + 7 damage",category:1},{id:"16f8b1c5-4fbe-4d3c-a8ab-e9cb8b2666df",name:"Poison Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:20,defence:1},description:"",details:"1d6 + 7 damage, and the target takes ongoing 10 poison damage and takes a –4 penalty to its Will defense (save ends both).",damage:"1d6 + 7 damage",category:1},{id:"57cdf92d-ae28-415f-8783-75e8a621627d",name:"Fiendish Focus",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"the target takes a –5 penalty to all defenses until the end of the bone devil’s next turn.",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"The bone devil targets enemies with its fiendish focus at the start of battle to make them more susceptible to attacks while overwhelming them with its aura of fear. It tries to use double attack whenever possible. As its allies become bloodied, the bone devil uses its aura of obedience to make them fight harder."},{id:"bfbca17e-32f2-40af-b81b-cb9acbe70a25",name:"Chain Devil (Kyton)",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7; see also dance of battle",alignment:"Evil",languages:"Supernal",skills:"Intimidate +11",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:15},charisma:{score:13},hp:116,initiative:14,ac:25,fortitude:22,reflex:24,will:19,regeneration:null,auras:[],powers:[{id:"bff22d67-26c9-41a4-9d81-b2e6e00f840e",name:"Spiked Chains",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2; one creature",attack:{bonus:16,defence:0},description:"The chain devil makes two spiked chain attacks.",details:"2d4 + 7 damage.",damage:"2d4 + 7 damage",category:1},{id:"6fc8d9fd-043e-4023-95dd-c6d890238e3c",name:"Chains of Vengeance",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Reach 2; one creature",attack:{bonus:16,defence:0},description:"The chain devil makes two spiked chain attacks.",details:"2d4 + 7 damage.",damage:"2d4 + 7 damage",category:5},{id:"2528515e-7e17-4beb-a8ed-f9e31649a7d2",name:"Hellish Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:2},description:"",details:"the target is wrapped in chains and restrained (save ends). The chain devil can use its chains to restrain only one creature at a time.",damage:"",category:1},{id:"6cbf0820-19a3-47a2-a8fe-4c91f371dadc",name:"Dance of Battle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain devil shifts 1 square.",damage:"The chain devil shifts 1 square",category:3},{id:"9ee0b20f-2bae-4553-aa48-2464dc67e3dd",name:"Dance of Defiance",action:{action:5,trigger:"when a melee attack is made against the chain devil",sustainAction:0,use:0,recharge:"recharges after the chain devil uses chains of vengeance"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain devil shifts 1 square.",damage:"The chain devil shifts 1 square",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A chain devil rakes enemies with its spiked chains, using hellish chains to restrain a particularly troublesome enemy. If it forgoes a move action, it can shift before and after making an attack. Outside of its turn, it uses dance of defiance to dodge attacks and chains of vengeance when it is first bloodied."},{id:"ab926f9a-c4c1-4fc6-b0c9-a94ca4aa0300",name:"Ice Devil (Gelugon)",details:"",size:3,origin:3,type:2,keywords:"devil",level:20,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"Endurance +23",equipment:"longspear",category:"",strength:{score:25},constitution:{score:27},dexterity:{score:22},intelligence:{score:15},wisdom:{score:17},charisma:{score:19},hp:195,initiative:18,ac:36,fortitude:33,reflex:31,will:29,regeneration:null,auras:[{id:"98e05435-f6a4-46dd-bbe2-84b8fc8a9322",name:"Cold Aura",keywords:"Cold",details:"5: enemies in the aura take a –2 penalty to all attack rolls."}],powers:[{id:"06d6e128-d1cb-456e-8178-ae68790b29e5",name:"Icy Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Reach 3",attack:{bonus:27,defence:0},description:"",details:"1d12 + 7 cold damage, and the target is slowed (save ends).",damage:"1d12 + 7 cold damage",category:1},{id:"be376224-bc3d-4c98-9fee-55ba55b49f44",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"1d6 + 7 damage.",damage:"1d6 + 7 damage",category:1},{id:"e3bea046-379e-4706-ba40-55391373241b",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:23,defence:1},description:"",details:"2d6 + 7 cold damage, and the target is slowed (save ends).",damage:"2d6 + 7 cold damage",category:1},{id:"ca7c32fd-6348-40ad-8f0f-25797089db50",name:"Chilling Command",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Burst 5",attack:{bonus:23,defence:3},description:"",details:"the target takes ongoing 5 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 5 cold damage and is immobilized (save ends both)",category:3}],damageModifiers:[{type:2,value:0},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"An ice devil prefers to fight its own battles, using its powers to confound multiple enemies at once. It uses chilling command to immobilize frontline combatants while it attacks softer targets with the aid of its superior speed and reach. If the ice devil has a spare move action, it uses chilling command again during its turn. It uses the numbing cold of its longspear and freezing breath to slow enemies and keep them from escaping."},{id:"0f9e13f3-8044-48df-b8d9-e3040cdc9d07",name:"Imp",details:"",size:0,origin:3,type:2,keywords:"devil",level:3,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"4, fly 6 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +9, Bluff +9, Perception +8, Stealth +9",equipment:"",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:17},intelligence:{score:16},wisdom:{score:14},charisma:{score:16},hp:40,initiative:8,ac:17,fortitude:15,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"848d7bcf-bd16-46c1-b9b8-96400c4d83a6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 0",attack:{bonus:7,defence:0},description:"",details:"1d6 + 1 damage.",damage:"1d6 + 1 damage",category:1},{id:"ad674bf6-966c-4b28-9974-926a367dda9d",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the imp uses vanish"},keywords:"Poison",condition:"",range:"Reach 0",attack:{bonus:8,defence:0},description:"",details:"1d8 + 3 damage, and the imp makes a secondary attack against the same target. Secondary Attack: +5 vs. Fortitude; the target takes ongoing 5 poison damage and a –2 penalty to Will defense (save ends both).",damage:"1d8 + 3 damage",category:1},{id:"d5a51882-99dd-42f7-9c40-08a93e35cf32",name:"Vanish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The imp becomes invisible until the end of its next turn or until it attacks.",damage:"",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"Imps are reluctant combatants. When forced to fight, an imp uses vanish to turn invisible and waits for an opponent to become distracted before attacking with its tail sting. If the battle turns against the imp or its allies, the imp doesn’t hesitate to flee."},{id:"d105878a-d2d4-4a8f-9d6e-3c288d2a4aae",name:"Legion Devil Grunt",details:"",size:2,origin:3,type:2,keywords:"devil",level:6,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:4,ac:22,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"da5986e1-d859-44f4-bbe1-51f67d8e2997",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3ea75e7e-cabe-468b-a904-e1827f636ecd",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"def3844b-1672-476d-9fe0-1040a53133cb",name:"Legion Devil Hellguard",details:"",size:2,origin:3,type:2,keywords:"devil",level:11,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:6,ac:27,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"160b2867-fb96-468b-a8b7-00cc431c156f",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0},{id:"6061bfda-e676-4d6f-aaf1-300f5e27adb7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"7013006a-438d-4ccf-98d0-cc3170cae892",name:"Legion Devil Veteran",details:"",size:2,origin:3,type:2,keywords:"devil",level:16,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:9,ac:32,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"160b2867-fb96-468b-a8b7-00cc431c156f",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0},{id:"6061bfda-e676-4d6f-aaf1-300f5e27adb7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"97c753f8-0c90-4ab4-b5f7-97e8d43aa663",name:"Legion Devil Legionnaire",details:"",size:2,origin:3,type:2,keywords:"devil",level:21,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, teleport 3",alignment:"Evil",languages:"Supernal",skills:"",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:12},intelligence:{score:10},wisdom:{score:12},charisma:{score:12},hp:1,initiative:11,ac:37,fortitude:33,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"160b2867-fb96-468b-a8b7-00cc431c156f",name:"Squad Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil.",damage:"The legion devil grunt gains a +2 bonus to its defenses when adjacent to at least one other legion devil",category:0},{id:"6061bfda-e676-4d6f-aaf1-300f5e27adb7",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:26,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"Legion devils are regimented soldiers that work together to overwhelm foes. They can teleport short distances to gain flanking or position itself adjacent to an ally in order to gain the squad defense benefit."},{id:"0b8b9e5a-50ee-42b0-8e12-5e2a02b3f490",name:"Pit Fiend",details:"",size:3,origin:3,type:2,keywords:"devil",level:26,role:{type:7,flag:1,leader:!0},senses:"darkvision",movement:"12, fly 12 (clumsy), teleport 10",alignment:"Evil",languages:"Supernal",skills:"Bluff +27, Insight +23, Intimidate +27, Perception +23, Religion +24",equipment:"flametouched mace, noble signet ring",category:"",strength:{score:32},constitution:{score:27},dexterity:{score:24},intelligence:{score:22},wisdom:{score:20},charisma:{score:28},hp:486,initiative:22,ac:44,fortitude:42,reflex:38,will:40,regeneration:null,auras:[{id:"9591556e-1e6f-4689-9542-ff3f9dfef7c9",name:"Aura of Fear",keywords:"Fear",details:"5: enemies in the aura take a –2 penalty to attack rolls."},{id:"eae5c275-6c67-4229-81f1-ba7678e8785f",name:"Aura of Fire",keywords:"Fire",details:"5: enemies that enter or start their turns in the aura take 15 fire damage."}],powers:[{id:"ddc8175e-3fa4-4f25-a2fa-f9d63bc51814",name:"Flametouched Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:33,defence:0},description:"",details:"2d10 + 11 fi re damage, and ongoing 5 fire damage (save ends).",damage:"2d10 + 11 fi re damage",category:1},{id:"b24013b6-8462-453b-a844-fccd7253f1bb",name:"Tail Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:33,defence:0},description:"",details:"1d6 + 11 damage, and the pit fiend makes a secondary attack against the same target. Secondary Attack: +29 vs. Fortitude; the target takes ongoing 15 poison damage and is weakened (save ends both).",damage:"1d6 + 11 damage",category:1},{id:"8e90c37f-92d0-4ba2-a9e5-96c86faeedcb",name:"Pit Fiend Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:33,defence:0},description:"The pit fiend makes a flametouched mace attack and a tail sting attack.",details:"Flametouched Mace ✦ Fire, Weapon 2d10 + 11 fire damage, and ongoing 5 fire damage (save ends). Tail Sting ✦ Poison 1d6 + 11 damage, and the pit fiend makes a secondary attack against the same target. Secondary Attack: +29 vs. Fortitude; the target takes ongoing 15 poison damage and is weakened (save ends both).",damage:"2d10 + 11 fire damage",category:1},{id:"79f86926-3edf-4ada-8eed-4d55df39afdc",name:"Point of Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:30,defence:3},description:"",details:"the target takes a –5 penalty to all defenses until the end of the pit fiend’s next turn.",damage:"",category:3},{id:"081d334c-ad49-4afe-92cb-69b0435e96e8",name:"Irresistible Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Fire",condition:"(1/round)",range:"Ranged 10; targets one allied devil of a lower level than the pit fiend",attack:null,description:"",details:"the target slides 5 squares and explodes, dealing 2d10 + 5 fire damage to all creatures in a close burst 2. The exploding devil is destroyed.",damage:"dealing 2d10 + 5 fire damage to all creatures in a close burst 2",category:3},{id:"a7553564-550d-4382-a8f6-c1255cead29d",name:"Infernal Summons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The pit fiend summons a group of devil allies. Summoned devils roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as the pit fiend is alive. They remain until they are killed, dismissed by the pit fiend (free action), or the encounter ends. PCs do not earn experience points for killing these summoned creatures. The pit fiend chooses to summon one of the following groups of devils: ✦ 8 legion devil legionnaires (level 21), or ✦ 2 war devils (level 22), or ✦ 1 war devil (level 22) and 4 legion devil legionnaires (level 21)",damage:"Summoned devils roll initiative to determine when they act in the initiative order and gain a +4 bonus to attack rolls as long as the pit fiend is alive",category:1},{id:"40a62b86-14a0-4457-8344-87ed619f30cd",name:"Tactical Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The pit fiend can teleport up to 2 allies within 10 squares of it. The targets appear in any other unoccupied squares within 10 squares of the pit fiend.",damage:"The pit fiend can teleport up to 2 allies within 10 squares of it",category:1}],damageModifiers:[{type:3,value:-30},{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A pit fiend fights close to its enemies, catching them in its aura of fear and aura of fire. On the first round of combat, it spends an action point to use infernal summons. It then uses point of terror against a tough-looking foe and tactical teleport to place two allies in flanking positions around that foe. With its remaining minor action, the pit fiend uses irresistible command on an ally within range. A pit fiend alternates between point of terror and irresistible command, sometimes using both if it has a spare move action it can substitute with a minor action. Otherwise, the pit fiend uses pit fiend frenzy, teleporting as needed to gain a better position."},{id:"846e4f27-0f7e-4ad8-a10a-56c921c66219",name:"Spined Devil (Spinagon)",details:"",size:2,origin:3,type:2,keywords:"devil",level:6,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"5, fly 7 (hover)",alignment:"Evil",languages:"Supernal",skills:"Perception +10",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:70,initiative:7,ac:20,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"51211453-b9b9-4ec1-bc3b-9ee18c3b9188",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"2d6 + 4 damage.",damage:"2d6 + 4 damage",category:1},{id:"e304ad9a-145a-4b10-8344-256e6d57c9fb",name:"Rain of Spines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"The spined devil flings spines that ignite as they fly through the air.",details:"1d10 damage plus 1d6 fire damage, and the spined devil makes a secondary attack against the same target. Secondary Attack: +9 vs. Fortitude; the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1d10 damage plus 1d6 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"Spined devils disdain melee and prefer to pelt their victims with wave after wave of burning, poisoned spines. Only after a victim is bloodied do they descend to tear apart the hapless soul with their wicked claws."},{id:"bae10184-a9d8-48dd-aea6-9cc7588a9cde",name:"Succubus",details:"",size:2,origin:3,type:2,keywords:"devil, shapechanger",level:9,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +15, Diplomacy +15, Insight +13",equipment:"",category:"",strength:{score:11},constitution:{score:10},dexterity:{score:18},intelligence:{score:15},wisdom:{score:19},charisma:{score:22},hp:90,initiative:8,ac:23,fortitude:17,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"ea97de44-2480-4b1f-8e80-87116126ba6e",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"0a9583c3-4eca-45d9-87a5-2ea7e0042027",name:"Charming Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"on a hit, the succubus makes a secondary attack against the same target. Secondary Attack: +12 vs. Will; the target cannot attack the succubus, and if the target is adjacent to the succubus when the succubus is targeted by a melee or a ranged attack, the target interposes itself and becomes the target of the attack instead. The effects last until the succubus or one of its allies attacks the target or until the succubus dies. If the target is still under the effect of this power at the end of the encounter, the succubus can sustain the effect indefinitely by kissing the target once per day. The succubus can affect only one target at a time with its charming kiss.",damage:"+12 vs",category:1},{id:"044c4dca-3b69-40fc-82a7-de193f82d112",name:"Dominate ",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:12,defence:3},description:"",details:"the target is dominated until the end of the succubus’s next turn.",damage:"",category:1},{id:"0a3c9d76-7134-47d9-92e6-a0a7ad352c03",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The succubus can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"When exposed for what it is, a succubus can be a deadly foe. It can manipulate the emotions of mortal adversaries, turning them against each other or making them slavishly loyal to it with a mere kiss. A succubus that is confronted uses dominate on a worthy adversary. It then uses charming kiss on a dominated foe, keeping him or her nearby while it attacks other enemies with its corrupting touch."},{id:"d635e419-8f4b-431d-913d-c4cb8cdfd8aa",name:"War Devil (Malebranche)",details:"",size:3,origin:3,type:2,keywords:"devil",level:22,role:{type:2,flag:0,leader:!0},senses:"darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +20",equipment:"trident",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:23},intelligence:{score:15},wisdom:{score:19},charisma:{score:18},hp:255,initiative:17,ac:35,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"090dced8-80ea-48de-8241-1129ce39bbb5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"1d6 + 8 damage.",damage:"1d6 + 8 damage",category:1},{id:"97d37f88-dfe9-4abc-987b-03b1b29d98ad",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:26,defence:0},description:"",details:"4d4 + 8 damage and ongoing 5 damage (save ends), and the target slides into any square adjacent to the war devil and is knocked prone.",damage:"4d4 + 8 damage and ongoing 5 damage (save ends)",category:1},{id:"fac4bf08-82db-4a0b-84a4-0745056e3c2e",name:"Besieged Foe",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"automatic hit; the target is marked, and allies of the war devil gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil marks a new target.",damage:"and allies of the war devil gain a +2 bonus to attack rolls made against the target until the encounter ends or the war devil marks a new target",category:3},{id:"0c00b998-7ef7-49cb-bdb1-a9737e890297",name:"Devilish Transposition",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:null,description:"",details:"the war devil and an allied devil within range swap positions.",damage:"",category:2},{id:"3e5f58ef-2685-49b4-af45-38246398c7eb",name:"Fiendish Tactics",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects up to 2 allied devils of the war devil’s level or lower; each target can take a move action or make a basic attack.",damage:"affects up to 2 allied devils of the war devil’s level or lower",category:3}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"Despite their brutish appearance, war devils are outstanding tacticians and clever leaders. They use besieged foe and fiendish tactics to direct their subordinates against dangerous foes, but they eagerly leap into the fray when the time is right, using devilish transposition to exchange places with a lesser devil (often one with the mobility to penetrate the enemies’ ranks)."},{id:"f7af71af-9e32-49c9-ac06-12655288acb4",name:"Spirit Devourer",details:"",size:3,origin:5,type:2,keywords:"undead",level:11,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Perception +10, Stealth +11",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:12},intelligence:{score:16},wisdom:{score:11},charisma:{score:24},hp:224,initiative:8,ac:27,fortitude:25,reflex:21,will:26,regeneration:null,auras:[],powers:[{id:"c7611a9a-9aab-4bd8-ba03-93bb86005c92",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"87cb64ff-39f5-4b96-bec9-c27cf10a6295",name:"Trap Spirit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5; targets a living humanoid",attack:{bonus:15,defence:1},description:"",details:"1d8 + 7 necrotic damage, and the target is trapped (save ends). The trapped creature is removed from play and can take no actions. If it succeeds on a saving throw, it escapes and appears in an unoccupied space of its choice adjacent to the spirit devourer. A trapped creature escapes automatically when the spirit devourer is destroyed. Only one creature can be trapped at a time.",damage:"1d8 + 7 necrotic damage",category:1},{id:"682540dc-f90c-4b09-9325-463f59506c7b",name:"Spirit Rupture",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"usable only after the spirit devourer uses devour spirit and only on the same turn",range:"Close Burst 1",attack:{bonus:15,defence:3},description:"",details:"2d8 + 7 necrotic damage, and the target is immobilized until the end of the spirit devourer’s next turn. Miss: Half damage, and the target is not immobilized.",damage:"2d8 + 7 necrotic damage",category:1},{id:"f8c08d2c-73b9-4fbf-8efe-d2b98a8da0f8",name:"Devour Spirit",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:null,description:"",details:"The spirit devourer deals 10 necrotic damage to a creature it has trapped (see trap spirit). The spirit devourer either regains 10 hit points or uses spirit rupture. A creature killed by this power can’t be returned to life with a Raise Dead ritual.",damage:"the spirit devourer deals 10 necrotic damage to a creature it has trapped (see trap spirit)",category:3},{id:"5707db3b-c8ba-4201-8290-85c902998414",name:"Spirit Ward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The spirit devourer gains a +2 bonus to all defenses while it has a creature trapped (see trap spirit).",damage:"The spirit devourer gains a +2 bonus to all defenses while it has a creature trapped (see trap spirit)",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"(whenever the devourer takes radiant damage, its trapped enemy gets a saving throw to escape)",immune:"disease",tactics:"A spirit devourer uses trap spirit, then devour spirit to deal damage to the trapped creature, and then uses the energy it devours to heal itself or use spirit rupture. If at any point the trapped spirit escapes, the spirit devourer uses trap spirit again."},{id:"503eab21-a27d-4e16-922f-1131bbf41386",name:"Viscera Devourer",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Perception +10, Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:12},wisdom:{score:9},charisma:{score:17},hp:124,initiative:8,ac:28,fortitude:26,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"b6b23995-cd86-4b3d-a450-dde34aa283c8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"040b3869-3e6b-4fbe-a618-658f9bf0879a",name:"Hungry Viscera",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"the creature wraps a viscera tendril around the target;",details:"1d4 + 5 damage, and the target is grabbed (until escape). A viscera devourer has four tendrils and can grab up to four creatures, or multiple tendrils can grab a single target (the target takes a –2 penalty to escape checks per additional tendril grabbing it).",damage:"1d4 + 5 damage",category:3},{id:"e06ea507-1b86-4885-a70f-087d761311bd",name:"Devour Viscera",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"(1/round)",range:"",attack:null,description:"",details:"The viscera devourer draws life energy from every living target it has grabbed. A grabbed target takes 5 necrotic damage per viscera tendril grabbing it, and the viscera devourer regains the same amount of hit points.",damage:"a grabbed target takes 5 necrotic damage per viscera tendril grabbing it",category:3},{id:"a13d2ed3-545c-46e3-8f06-d350d06f98e8",name:"Visceral Ward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The viscera devourer gains a +2 bonus to all defenses while it is grabbing one or more creatures.",damage:"The viscera devourer gains a +2 bonus to all defenses while it is grabbing one or more creatures",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This creature trades standard actions and move actions for minor actions, using hungry viscera up to three times in a round. If it has only one opponent in reach, it tries to wrap all four of its viscera tendrils around the one target. If it has multiple targets, it tries to grab as many of them as possible. When the creature is bloodied, it uses devour viscera to regain hit points."},{id:"83de5872-0c5c-4a35-b6e6-43501d0f0e90",name:"Soulspike Devourer",details:"",size:4,origin:5,type:2,keywords:"undead",level:20,role:{type:7,flag:1,leader:!0},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Perception +15",equipment:"",category:"",strength:{score:29},constitution:{score:20},dexterity:{score:8},intelligence:{score:20},wisdom:{score:11},charisma:{score:26},hp:376,initiative:11,ac:38,fortitude:37,reflex:29,will:34,regeneration:null,auras:[],powers:[{id:"5e4a996a-f5ba-42cd-bbf2-f0e389e6d7cb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d8 + 9 damage. If the attack reduces a humanoid living target to 0 hit points or fewer, the target disappears and becomes a soulspiked spirit impaled on the devourer (see soulspiked spirit).",damage:"2d8 + 9 damage",category:1},{id:"4ba759ab-04d7-4b22-8102-5c9fa3daa23d",name:"Soul Shatter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the soulspike devourer uses devour spirit"},keywords:"Necrotic",condition:"",range:"Close Burst 3",attack:{bonus:24,defence:3},description:"",details:"5d8 + 8 necrotic damage, and the target is stunned until the end of the soulspike devourer’s next turn. Aftereffect: The target is weakened (save ends).",damage:"5d8 + 8 necrotic damage",category:1},{id:"01f2ff57-2e14-43b1-a0cb-62395d1933a0",name:"Devour Spirit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points. A creature’s dead body appears in a space adjacent to the devourer.",damage:"The soulspike devourer instantly kills its oldest soulspiked spirit and regains 75 hit points",category:1},{id:"7e170c70-14ab-4d84-b386-c9e6a752a958",name:"Soulspiked Spirit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soulspike devourer begins the encounter with one soulspiked spirit and can impale up to four soulspiked spirits. A soulspiked spirit can take no actions and escapes when the devourer is destroyed. When a creature’s spirit escapes, its body appears in an unoccupied space adjacent to the devourer, in the same state it was in when it disappeared.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"(when the soulspike devourer takes radiant damage, its newest soulspiked spirit gets a saving throw to escape)",immune:"disease",tactics:"This collector of souls wades into battle, concentrating its attacks on one foe at a time to create more soulspiked spirits. When bloodied, the devourer uses devour spirit to heal itself, and then spends its action point to use soul shatter."},{id:"5f6e2e94-3fff-45f6-becc-9e5360347144",name:"Displacer Beast",details:"",size:3,origin:2,type:3,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"12",alignment:"Unaligned",languages:"--",skills:"Perception +12, Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:20},intelligence:{score:4},wisdom:{score:17},charisma:{score:10},hp:97,initiative:11,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"5d134554-3c48-48ae-b974-598806a4ca3d",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"1d6 + 4 damage. Threatening Reach: The displacer beast can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d6 + 4 damage",category:1},{id:"3dcd7de4-36d4-4a4f-849f-94f4089e6b4c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"9b1b0b9c-cb54-4b06-a382-438aa42fac3e",name:"Beast’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage;",range:"Melee",attack:{bonus:13,defence:0},description:"the displacer beast makes two tentacle attacks and a bite attack against a single target.",details:"Tentacle: 1d6 + 4 damage. Bite: 1d10 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"d88e8625-1167-47b9-8021-1455a17ef1b3",name:"Displacement",action:null,keywords:"Illusion",condition:"",range:"All melee and ranged attacks have a 50% chance to miss the displacer beast. The effect ends when the displacer beast is hit by an attack, but it recharges as soon as the displacer beast moves 2 or more squares on its turn. Critical hits ignore displacement. (See also shifting tactics.)",attack:null,description:"",details:"",damage:"",category:0},{id:"190fe339-ab96-48ed-a534-74a052e674ba",name:"Shifting Tactics",action:{action:7,trigger:"when an attack misses the displacer beast because of its displacement;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast shifts 1 square.",damage:"The displacer beast shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A displacer beast shows great cunning in battle, darting past defenders to attack easier targets and gaining combat advantage by flanking with an ally. If its displacement is negated, it moves to recharge it, risking opportunity attacks if necessary."},{id:"05c1ee16-d243-4842-8bc2-e9f34247831a",name:"Displacer Beast Packlord",details:"",size:4,origin:2,type:3,keywords:"",level:13,role:{type:6,flag:1,leader:!1},senses:"low-light vision",movement:"12; see also nimble stride",alignment:"Unaligned",languages:"--",skills:"Perception +15, Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:17},dexterity:{score:23},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:258,initiative:14,ac:27,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"c94fcfdf-54b7-4460-a9fb-1081d8d3dd32",name:"Displacement",action:null,keywords:"Illusion",condition:"",range:"All melee and ranged attacks have a 50% chance to miss the displacer beast packlord. The effect ends when the displacer beast is hit by an attack, but it recharges as soon as the packlord moves 2 or more squares on its turn. Critical hits ignore displacement. (See also shifting tactics.)",attack:null,description:"",details:"",damage:"",category:0},{id:"ebff429a-e32f-43e0-9021-2d515f7f0e8a",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"2d6 + 7 damage. Threatening Reach: The displacer beast packlord can make opportunity attacks against all enemies within its reach (3 squares).",damage:"2d6 + 7 damage",category:1},{id:"d457d902-73d8-42d7-9c41-8df4514cfdae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"3d6 + 7 damage.",damage:"3d6 + 7 damage",category:1},{id:"079e1c16-8176-4fce-872b-dc961ccb8fd8",name:"Beast’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage;",range:"Melee",attack:{bonus:18,defence:0},description:"the displacer beast packlord makes two tentacle attacks and a bite attack against a single target.",details:"Tentacle: 2d6 + 7 damage. Bite: 3d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"54c11dba-e2eb-4082-86e9-f1c308318ce3",name:"Superior Shifting Tactics",action:{action:7,trigger:"when an attack misses the displacer beast packlord because of its displacement;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"The packlord makes a melee basic attack and shifts 1 square. Tentacle: 2d6 + 7 damage.",damage:"2d6 + 7 damage",category:5},{id:"a26b65f9-d401-41bc-9366-bc1980f64aaa",name:"Nimble Stride",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast packlord ignores difficult terrain and speed penalties for squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A packlord ambushes prey in difficult terrain, where it can use nimble stride and benefit from its reach. It relies on speed and displacement to maneuver safely on the battlefield."},{id:"8e3c9bc8-f336-44f2-b855-1095424c059e",name:"Doppelganger Sneak",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Insight +9, Stealth +9",equipment:"short sword",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:45,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"f6c2fe34-103c-40d0-a4fb-484e1eb41889",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d6 + 3 damage. Combat Advantage: The doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against.",damage:"1d6 + 3 damage",category:1},{id:"a0dea486-3ca7-47b5-a319-57b621c91707",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"the doppelganger gains combat advantage against the target until the end of the doppelganger’s next turn.",damage:"",category:3},{id:"e5a15045-bb1a-49ba-a9a0-e1340bc221df",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Once its disguise is thwarted, a doppelganger sneak uses shapeshifter feint to gain combat advantage and deal additional damage before shifting away. It has no reservations about fleeing if the battle turns ill, using change shape at the earliest opportunity to lose itself in a crowd."},{id:"86f9544a-7a8d-482e-b8c2-3cad024459a6",name:"Doppelganger Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:4,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +12, Perception +10, Stealth +14",equipment:"dagger",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:12},charisma:{score:19},hp:69,initiative:13,ac:23,fortitude:18,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"46a8a67d-1e36-40d2-99bf-ce735365879a",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"the doppelganger assassin gains combat advantage against the target until the end of the doppelganger assassin’s next turn.",damage:"",category:3},{id:"a5f1a744-b77e-41dc-9ae7-c2e97c8f391a",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Change Shape, page 280).",damage:"",category:3},{id:"2613392d-71a0-4e4d-a280-ac1033bd96af",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d4 + 5 damage. Combat Advantage: The doppelganger assassin deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d4 + 5 damage",category:1},{id:"91876e26-0bd0-4fd5-bcc3-7c591ee6b99f",name:"Cloud Mind",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close Burst 5",attack:{bonus:11,defence:3},description:"",details:"the doppelganger assassin is invisible to the target. Affected targets are unable to see the doppelganger for as long as it sustains the effect, until the doppelganger attacks, or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A doppelganger assassin might trail the party, waiting to lure a single victim away from the others, murder him, and take his place. It might also pose as a potential ally or someone in need. Once revealed for what it is, the doppelganger uses shapeshifter feint to gain combat advantage and cloud mind to escape if the battle turns against it."},{id:"2a4c8520-9abd-4f29-96a9-33efd71ce69c",name:"Dracolich",details:"",size:4,origin:4,type:3,keywords:"dragon, undead",level:18,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +17, Endurance +21, History +17, Insight +18, Intimidate +17, Perception +18, Religion +17",equipment:"",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:18},charisma:{score:16},hp:885,initiative:15,ac:34,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"c7a8eb85-d72f-4dd4-925c-6348c1a2ec2b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"2d8 + 8 damage. Against a stunned target, this attack deals an extra 2d8 necrotic damage.",damage:"2d8 + 8 damage",category:1},{id:"0c486b32-9bb6-48f7-b4a8-648f211f5960",name:"Mesmerizing Glare",action:{action:5,trigger:"when an enemy makes a melee attack against the dracolich;",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Miss: The target takes a –2 penalty to attack rolls against the dracolich until the end of the dracolich’s next turn. Using this power does not provoke opportunity attacks.",damage:"",category:5},{id:"59ca8f8f-f124-4821-9577-49a7cfd7865d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:21,defence:2},description:"The dracolich breathes a coruscating blast of necrotic energy.",details:"2d8 + 7 necrotic damage, and the target is stunned until the end of the dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d8 + 7 necrotic damage",category:1},{id:"c71b53a8-3e85-4a46-a7ad-8f62ef27ed33",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:21,defence:2},description:"The dracolich’s breath weapon recharges, and the dracolich uses it immediately.",details:"2d8 + 7 necrotic damage, and the target is stunned until the end of the dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d8 + 7 necrotic damage",category:5},{id:"1695d336-d2c0-4d1a-b436-611838b7251c",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-30},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:"A dracolich blasts enemies with its breath weapon, preferably from the air or other safe position. It then enters melee, spending an action point to use frightful presence and then using its bite. The dracolich relies on mesmerizing glare to incapacitate those who attack it. A dracolich often reserves its last action point for a tactical retreat. If incited, however, the creature might take advantage of a stunned opponent, using its bite twice on the same turn."},{id:"0cf5da4d-a46b-4caf-8d01-799558e61094",name:"Blackfire Dracolich",details:"",size:5,origin:4,type:3,keywords:"dragon, undead",level:23,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +20, Endurance +24, History +20, Insight +21, Intimidate +19, Perception +21, Religion +20",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:25},intelligence:{score:18},wisdom:{score:20},charisma:{score:17},hp:1095,initiative:18,ac:39,fortitude:40,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"287e33fe-b679-42cc-9a9e-fb8c0fd7484a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 4",attack:{bonus:28,defence:0},description:"",details:"2d10 + 9 damage. Against a stunned target, this attack deals an extra 3d8 necrotic damage.",damage:"2d10 + 9 damage",category:1},{id:"6249d59a-6b02-4a8b-abf8-69428a8f2c2c",name:"Blackfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Blast 5",attack:null,description:"",details:"automatic hit; 2d8 + 8 necrotic damage, and ongoing 10 fire damage (save ends).",damage:"2d8 + 8 necrotic damage",category:1},{id:"49bdc9cb-f3c6-4b1d-984d-753cbcb9de14",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:26,defence:2},description:"The blackfire dracolich breathes a coruscating blast of necrotic energy.",details:"2d12 + 8 necrotic damage, and the target is stunned until the end of the blackfire dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d12 + 8 necrotic damage",category:1},{id:"a8344fc9-f9f5-4e8f-aae2-c167af152b06",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close Blast 9",attack:{bonus:26,defence:2},description:"The blackfire dracolich’s breath weapon recharges, and the blackfire dracolich uses it immediately.",details:"2d12 + 8 necrotic damage, and the target is stunned until the end of the blackfire dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"2d12 + 8 necrotic damage",category:5},{id:"673534b9-0a23-4731-bf08-f7da4e6287ea",name:"Mesmerizing Glare",action:{action:5,trigger:"when an enemy makes a melee attack against the dracolich;",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Miss: The target takes a –2 penalty to attack rolls against the dracolich until the end of the dracolich’s next turn. Using this power does not provoke opportunity attacks.",damage:"",category:5},{id:"a8a255d1-f9d4-48bb-ab60-ee0813d04e2e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 20; targets enemies",attack:{bonus:26,defence:3},description:"",details:"the target is stunned until the end of the dracolich’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-35},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:"A blackfire dracolich employs the same tactics as a normal dracolich, except that it uses both its breath weapon and its blackfire power on the first round (with the aid of an action point). The blackfire dracolich spends its second action point on another use of the blackfire, once the power recharges. A creature of pure arrogance, it refuses to flee once the battle is joined."},{id:"2c1fd304-e68d-4a82-9b83-066f0cfee71a",name:"Runescribed Dracolich",details:"",size:5,origin:4,type:3,keywords:"dragon, undead",level:29,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (clumsy)",alignment:"Evil",languages:"Draconic",skills:"Arcana +24, Endurance +27, History +24, Insight +25, Intimidate +23, Perception +25, Religion +24",equipment:"",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:26},intelligence:{score:20},wisdom:{score:22},charisma:{score:19},hp:1095,initiative:18,ac:39,fortitude:40,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"287e33fe-b679-42cc-9a9e-fb8c0fd7484a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 4",attack:{bonus:34,defence:0},description:"",details:"2d10 + 10 damage. Against a stunned target, this attack deals an extra 4d8 necrotic damage.",damage:"2d10 + 10 damage",category:1},{id:"6249d59a-6b02-4a8b-abf8-69428a8f2c2c",name:"Blackfire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Necrotic",condition:"",range:"Close Blast 5",attack:null,description:"",details:"automatic hit; 2d12 + 8 necrotic damage, and ongoing 15 fire damage (save ends).",damage:"2d12 + 8 necrotic damage",category:1},{id:"49bdc9cb-f3c6-4b1d-984d-753cbcb9de14",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 20",attack:{bonus:32,defence:2},description:"The blackfire dracolich breathes a coruscating blast of necrotic energy.",details:"3d12 + 8 necrotic damage, and the target is stunned until the end of the runescribed dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"3d12 + 8 necrotic damage",category:1},{id:"2674290c-aed8-4216-ab93-f7fe86a2cd75",name:"Runescribed Retaliation",action:{action:5,trigger:"when the runescribed dracolich is targeted by a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:3},description:"The runescribed dracolich makes an attack against the attacking creature;",details:"on a hit, the runescribed dracolich redirects the attack to a target of its choice within 5 squares of it.",damage:"the runescribed dracolich redirects the attack to a target of its choice within 5 squares of it",category:5},{id:"a8344fc9-f9f5-4e8f-aae2-c167af152b06",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close Blast 20",attack:{bonus:32,defence:2},description:"The runescribed dracolich’s breath weapon recharges, and the blackfire dracolich uses it immediately.",details:"3d12 + 8 necrotic damage, and the target is stunned until the end of the runescribed dracolich’s next turn. Miss: Half damage, and the target is not stunned. Hit or Miss: The target loses any necrotic resistance it has (save ends).",damage:"3d12 + 8 necrotic damage",category:5},{id:"673534b9-0a23-4731-bf08-f7da4e6287ea",name:"Mesmerizing Glare",action:{action:5,trigger:"when an enemy makes a melee attack against the dracolich;",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 3",attack:{bonus:32,defence:3},description:"",details:"the target is stunned until the end of the runescribed dracolich’s next turn. Miss: The target takes a –2 penalty to attack rolls against the runescribed dracolich until the end of the runescribed dracolich’s next turn. Using this power does not provoke opportunity attacks.",damage:"",category:5},{id:"a8a255d1-f9d4-48bb-ab60-ee0813d04e2e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 20; targets enemies",attack:{bonus:32,defence:3},description:"",details:"the target is stunned until the end of the runescribed dracolich’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-40},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear",tactics:"A runescribed dracolich uses the same tactics as a blackfire dracolich while relying on its runescribed retaliation power to redirect ranged attacks made against it."},{id:"02fa9959-52fc-467f-b4ef-ed23139cc876",name:"Young Black Dragon",details:"",size:3,origin:4,type:3,keywords:"aquatic, dragon",level:4,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"7, fly 7 (clumsy), overland flight 10, swim 7",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +9, Perception +9, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:20},intelligence:{score:12},wisdom:{score:15},charisma:{score:10},hp:224,initiative:11,ac:22,fortitude:18,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d6 + 3 damage, and ongoing 5 acid damage (save ends).",damage:"1d6 + 3 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:8,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:8,defence:0},description:"The dragon makes two claw attacks.",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:8,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d6 + 4 damage, and the target is pushed 1 square.",damage:"1d6 + 4 damage",category:5},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:2},description:"",details:"1d12 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"1d12 + 3 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d12 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"1d12 + 3 acid damage",category:5},{id:"cfd6336a-d5d5-4e6f-8eca-75facec30fa1",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:1},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:5,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"6315b8ec-dd07-4d75-aa88-acc5c3380b24",name:"Adult Black Dragon",details:"",size:4,origin:4,type:3,keywords:"aquatic, dragon",level:11,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 8 (hover), overland flight 10, swim 8",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +13, Perception +13, Stealth +21",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:560,initiative:15,ac:28,fortitude:24,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d8 + 4 damage, and ongoing 5 acid damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The dragon makes two claw attacks.",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d8 + 6 damage, and the target is pushed 1 square.",damage:"1d8 + 6 damage",category:5},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:13,defence:2},description:"",details:"2d8 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"2d8 + 3 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:13,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"2d8 + 3 acid damage, and the target takes ongoing 5 acid damage and takes a –4 penalty to AC (save ends both).",damage:"2d8 + 3 acid damage",category:5},{id:"cfd6336a-d5d5-4e6f-8eca-75facec30fa1",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:1},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:13,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"a49e45ba-453a-45fb-a471-72b0860ccd47",name:"Elder Black Dragon",details:"",size:4,origin:4,type:3,keywords:"aquatic, dragon",level:18,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"9, fly 9 (hover), overland flight 12, swim 9",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +17, Perception +17, Stealth +27",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:12},hp:860,initiative:21,ac:35,fortitude:31,reflex:33,will:28,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d10 + 6 damage, and ongoing 10 acid damage (save ends).",damage:"1d10 + 6 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d10 + 8 damage, and the target is pushed 2 squares.",damage:"1d10 + 8 damage",category:5},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:2},description:"",details:"3d8 + 5 acid damage, and the target takes ongoing 10 acid damage and takes a –4 penalty to AC (save ends both).",damage:"3d8 + 5 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d8 + 5 acid damage, and the target takes ongoing 10 acid damage and takes a –4 penalty to AC (save ends both).",damage:"3d8 + 5 acid damage",category:5},{id:"cfd6336a-d5d5-4e6f-8eca-75facec30fa1",name:"Cloud of Darkness",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:1},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:22,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"73b26487-46d9-444b-8a5a-f36632c32333",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:2},description:"",details:"1d10 + 5 acid damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"1d10 + 5 acid damage",category:1}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"4036ab1d-132a-420d-b1b8-d0298eac6f7e",name:"Ancient Black Dragon",details:"",size:5,origin:4,type:3,keywords:"aquatic, dragon",level:26,role:{type:4,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 10 (hover), overland flight 15, swim 10",alignment:"Evil",languages:"Common, Draconic",skills:"Nature +22, Perception +22, Stealth +33",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:16},hp:1190,initiative:27,ac:43,fortitude:39,reflex:41,will:35,regeneration:null,auras:[],powers:[{id:"ab25379c-b70c-44ed-bcce-eef508e5ebd5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"2d8 + 8 damage, and ongoing 15 acid damage (save ends).",damage:"2d8 + 8 damage",category:1},{id:"cb8bde66-16d8-4e46-ac6f-e265c89aa865",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"1d10 + 8 damage.",damage:"1d10 + 8 damage",category:1},{id:"448bd56a-fdb1-455f-9a93-d6e3c3ab0f9c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"The dragon makes two claw attacks.",details:"1d10 + 8 damage.",damage:"1d10 + 8 damage",category:1},{id:"d32a01cb-90a7-4292-97bf-9392df13be86",name:"Tail Slash",action:{action:4,trigger:"when a melee attack misses the dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"The dragon uses its tail to attack the enemy that missed it:",details:"1d12 + 10 damage, and the target is pushed 3 squares.",damage:"1d12 + 10 damage",category:5},{id:"c3947fd2-824b-4408-b656-e2ec8f0baae1",name:"Acid Gloom",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Zone",condition:"",range:"Close Burst 2",attack:null,description:"",details:"this power creates a zone of acidic darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded, and any creature that enters or starts its turn in the zone takes 15 acid damage.",damage:"and any creature that enters or starts its turn in the zone takes 15 acid damage",category:1},{id:"f91c5349-5c2e-4ea4-a77a-bfa4f2dde0aa",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8 + 6 acid damage, and the target takes ongoing 15 acid damage and takes a –4 penalty to AC (save ends both).",damage:"4d8 + 6 acid damage",category:1},{id:"9c9bca9b-6b44-465d-b26a-f2782e316f42",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:28,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"4d8 + 6 acid damage, and the target takes ongoing 15 acid damage and takes a –4 penalty to AC (save ends both).",damage:"4d8 + 6 acid damage",category:5},{id:"4e6c7b84-8b03-439d-bcb7-7eaa5d98963b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:28,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"73b26487-46d9-444b-8a5a-f36632c32333",name:"Vitriolic Spray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5",attack:{bonus:28,defence:2},description:"",details:"2d10 + 6 acid damage, and the target is blinded until the end of the dragon’s next turn. Miss: Half damage, and the target is not blinded.",damage:"2d10 + 6 acid damage",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A black dragon attacks from hiding, either by submerging itself in water or clinging to the shadows. It uses frightful presence first and then spends an action point to use its breath weapon (or vitriolic spray, if elder or ancient). On its next turn, the dragon spends another action point to invoke its cloud of darkness power (or acid gloom, if ancient). It then makes a bite attack against a single foe or claw attacks against two different opponents within reach. The dragon prefers to remain in the area of its cloud of darkness power while making melee attacks, switching to its breath weapon as it recharges."},{id:"d66bc963-c19e-43ff-ac3d-17cc6785ff35",name:"Young Blue Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:6,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +18, Insight +10, Perception +10, Nature +10",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:296,initiative:5,ac:23,fortitude:24,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"1d6 + 5 plus 1d6 lightning damage.",damage:"1d6 + 5 plus 1d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:9,defence:0},description:"",details:"1d4 + 5 damage.",damage:"1d4 + 5 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"1d6 + 5 plus 1d6 lightning damage. Claw: +9 vs. AC; 1d4 + 5 damage.",damage:"1d6 + 5 plus 1d6 lightning damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:11,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"1d12 + 5 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12 + 5 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:11,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"1d12 + 5 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12 + 5 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:11,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 2 within 10",attack:{bonus:11,defence:2},description:"",details:"1d6 + 4 lightning damage. Miss: Half damage.",damage:"1d6 + 4 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"7fcb1953-aac0-4f61-8091-eee8dd75ff91",name:"Adult Blue Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:13,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +22, Insight +13, Perception +13, Nature +13",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:14},hp:655,initiative:9,ac:30,fortitude:31,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d8 + 6 plus 1d6 lightning damage, and the target is pushed 1 square and knocked prone.",damage:"1d8 + 6 plus 1d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 2",attack:{bonus:18,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"1d8 + 6 plus 1d6 lightning damage, and the target is pushed 1 square and knocked prone. Claw: +16 vs. AC; 1d6 + 6 damage.",damage:"1d8 + 6 plus 1d6 lightning damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:18,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"2d12 + 10 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d12 + 10 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:18,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"2d12 + 10 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d12 + 10 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:18,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 3 within 20",attack:{bonus:18,defence:2},description:"",details:"2d6 + 4 lightning damage. Miss: Half damage.",damage:"2d6 + 4 lightning damage",category:1}],damageModifiers:[{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"57e78cc4-05ca-4e0a-bc50-a01512096aa7",name:"Elder Blue Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:20,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +28, Insight +18, Perception +18, Nature +18",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:16},intelligence:{score:15},wisdom:{score:17},charisma:{score:16},hp:960,initiative:13,ac:36,fortitude:39,reflex:34,will:34,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 3",attack:{bonus:25,defence:0},description:"",details:"2d6 + 8 plus 2d6 lightning damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6 + 8 plus 2d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 3",attack:{bonus:25,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"2d6 + 8 plus 2d6 lightning damage, and the target is pushed 2 squares and knocked prone. Claw: +23 vs. AC; 1d8 + 8 damage.",damage:"2d6 + 8 plus 2d6 lightning damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:25,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 17 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 17 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:25,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 17 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 17 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:25,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"e1076ed6-a0db-4b55-967f-4bbc8f6abd93",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 3",attack:{bonus:25,defence:1},description:"",details:"1d10 + 7 thunder damage, and the target is stunned until the end of the blue dragon’s next turn. Critical Hit: As above, except that the target is stunned (save ends).",damage:"1d10 + 7 thunder damage",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 3 within 20",attack:{bonus:25,defence:2},description:"",details:"3d6 + 7 lightning damage. Miss: Half damage.",damage:"3d6 + 7 lightning damage",category:1}],damageModifiers:[{type:5,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"97e9059c-90c2-40c8-86c8-03d49615c1c0",name:"Ancient Blue Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:28,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +34, Insight +23, Nature +23, Perception +23",equipment:"",category:"",strength:{score:31},constitution:{score:26},dexterity:{score:19},intelligence:{score:17},wisdom:{score:18},charisma:{score:17},hp:1290,initiative:18,ac:42,fortitude:46,reflex:40,will:40,regeneration:null,auras:[],powers:[{id:"8c5a8abf-d028-49a1-a80e-e34e201fd53d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 4",attack:{bonus:34,defence:0},description:"",details:"2d8 + 10 plus 2d6 lightning damage, and the target is pushed 3 squares and knocked prone.",damage:"2d8 + 10 plus 2d6 lightning damage",category:1},{id:"042d7b1a-10ea-4691-a72d-28e55ee97349",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"2d6 + 10 damage.",damage:"2d6 + 10 damage",category:1},{id:"ae1ad9a5-9e8a-42ae-bba5-7fb095f18725",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 4",attack:{bonus:34,defence:0},description:"The dragon makes a gore attack and two claw attacks.",details:"2d8 + 10 plus 2d6 lightning damage, and the target is pushed 3 squares and knocked prone. Claw: +32 vs. AC; 2d6 + 10 damage.",damage:"2d8 + 10 plus 2d6 lightning damage",category:1},{id:"5173cd4e-f62a-42ec-adf2-ce158c0c7e12",name:"Wingclap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Reach 4",attack:{bonus:34,defence:1},description:"The dragon flies up to 12 squares and attacks with its wings at the end of its move:",details:"3d10 + 8 thunder damage. This movement doesn’t provoke opportunity attacks.",damage:"3d10 + 8 thunder damage",category:1},{id:"aee84153-e91b-4287-8a2f-9ba0b6a12ad9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:34,defence:2},description:"The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 22 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 22 lightning damage",category:1},{id:"1b561815-ea8c-473c-a8d7-ac69255fb4cf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged: see above",attack:{bonus:34,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately. The dragon targets up to three creatures with its lightning breath; the first target must be within 20 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second;",details:"3d12 + 22 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"3d12 + 22 lightning damage",category:5},{id:"1e8a15f6-adfa-41df-96f3-b6e977fbf303",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:34,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1},{id:"e1076ed6-a0db-4b55-967f-4bbc8f6abd93",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 3",attack:{bonus:34,defence:1},description:"",details:"2d10 + 8 thunder damage, and the target is stunned until the end of the blue dragon’s next turn. Critical Hit: As above, except that the target is stunned (save ends).",damage:"2d10 + 8 thunder damage",category:1},{id:"5e713479-d542-48b2-a7ec-df7713127b3a",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area Burst 4 within 20",attack:{bonus:34,defence:2},description:"",details:"5d6 + 8 lightning damage. Miss: Half damage.",damage:"5d6 + 8 lightning damage",category:1}],damageModifiers:[{type:5,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A blue dragon takes to air immediately if it is not already flying. It spends an action point to use frightful presence, and then follows up with its breath weapon. Until it is forced to land, a blue dragon is content to remain airborne and switch between lightning burst and breath weapon attacks. The dragon relies on its draconic fury to make enemies think twice about engaging it in melee. An elder or ancient blue dragon spends an action point to use thunderclap against foes that get too close. An ancient blue dragon might also swoop down on a foe, use its wingclap power, unleash its draconic fury, and spend an action point to fly back out of range."},{id:"dfecabe1-d42d-449d-aec0-ea0a5353f331",name:"Young Green Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:5,role:{type:6,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +15, Diplomacy +10, Insight +15, Intimidate +10, Perception +10",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:15},wisdom:{score:16},charisma:{score:17},hp:260,initiative:7,ac:21,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d8 + 5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"The dragon makes two claw attacks.",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"The dragon flies up to 10 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d8 + 5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:2},description:"",details:"1d8 + 5 damage, and the target is knocked prone.",damage:"1d8 + 5 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"the target slides 2 squares.",damage:"the target slides 2 squares",category:3},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:8,defence:1},description:"",details:"1d10 + 3 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 3 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:8,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d10 + 3 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 3 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:8,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"e7c0e927-9ac2-4d37-9a7b-803f0a5d1b57",name:"Adult Green Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:12,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 12 (hover), overland flight 15; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +21, Diplomacy +16, Insight +19, Intimidate +16, Perception +14",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:620,initiative:12,ac:28,fortitude:25,reflex:26,will:25,regeneration:null,auras:[{id:"29473cfe-d2ed-48b5-9787-7a2b016d4512",name:"Lashing Tail",keywords:"",details:"1: all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d10 + 6 damage, and ongoing 5 poison damage (save ends).",damage:"1d10 + 6 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"The dragon flies up to 12 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d10 + 6 damage, and ongoing 5 poison damage (save ends).",damage:"1d10 + 6 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:2},description:"",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target slides 2 squares.",damage:"the target slides 2 squares",category:3},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:15,defence:1},description:"",details:"1d10 + 5 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 5 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:15,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d10 + 5 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"1d10 + 5 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:15,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"c8e91b23-5e49-4401-b3dd-f5a8df9d4bd8",name:"Elder Green Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:19,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 14 (hover), overland flight 18; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +25, Diplomacy +20, Insight +22, Intimidate +20, Perception +17",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:26},intelligence:{score:17},wisdom:{score:17},charisma:{score:22},hp:910,initiative:17,ac:35,fortitude:31,reflex:33,will:31,regeneration:null,auras:[{id:"29473cfe-d2ed-48b5-9787-7a2b016d4512",name:"Lashing Tail",keywords:"",details:"1: all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d10 + 8 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 8 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d10 + 8 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 8 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:24,defence:2},description:"",details:"2d10 + 8 damage, and the target is knocked prone.",damage:"2d10 + 8 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 3 squares.",damage:"the target slides 3 squares",category:3},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:1},description:"",details:"2d10 + 6 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d10 + 6 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"2d10 + 6 poison damage, and the target takes ongoing 10 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"2d10 + 6 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:22,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"9fd7c201-fd08-4d1a-85a9-7c277f717b0e",name:"Ancient Green Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:27,role:{type:3,flag:2,leader:!1},senses:"darkvision",movement:"10, fly 14 (hover), overland flight 18; see also flyby attack",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +31, Diplomacy +26, Insight +27, Intimidate +26, Perception +22",equipment:"",category:"",strength:{score:24},constitution:{score:26},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:26},hp:1250,initiative:23,ac:43,fortitude:39,reflex:41,will:39,regeneration:null,auras:[{id:"29473cfe-d2ed-48b5-9787-7a2b016d4512",name:"Lashing Tail",keywords:"",details:"2: all creatures other than the dragon treat the area within the aura as difficult terrain. The dragon loses this aura while airborne."}],powers:[{id:"0f05d7d6-368d-42ae-87c0-f1ee5ff4ed99",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"1d12 + 10 damage, and ongoing 15 poison damage (save ends).",damage:"1d12 + 10 damage",category:1},{id:"978a6b33-b270-47e3-a76c-b875592c3d1b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"",details:"1d10 + 10 damage.",damage:"1d10 + 10 damage",category:1},{id:"8c1ca815-fa41-4a11-8858-13d6ee1e347f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:32,defence:0},description:"The dragon makes two claw attacks.",details:"1d10 + 10 damage.",damage:"1d10 + 10 damage",category:1},{id:"30d02243-6c8f-4407-89e0-aa390ec02ab7",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"The dragon flies up to 14 squares and makes a bite attack at any point during the move without provoking an opportunity attack from the target.",details:"1d12 + 10 damage, and ongoing 15 poison damage (save ends).",damage:"1d12 + 10 damage",category:1},{id:"78825971-35aa-4507-b977-c3f82c1f2c59",name:"Tail Sweep",action:{action:4,trigger:"if an adjacent enemy does not move on its turn;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:32,defence:2},description:"",details:"2d12 + 10 damage, and the target is knocked prone.",damage:"2d12 + 10 damage",category:5},{id:"4770db8a-1a52-4ecf-a87a-ac3640b2b46d",name:"Luring Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"(1/round)",range:"Ranged 10",attack:{bonus:30,defence:3},description:"",details:"the target slides 4 squares.",damage:"the target slides 4 squares",category:3},{id:"516f4ff2-5715-4152-b521-b06f18bd704a",name:"Mind Poison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 20; only affects a target taking ongoing poison damage",attack:{bonus:30,defence:3},description:"",details:"the target takes a –2 penalty to attack rolls, ability checks, and skill checks (save ends). First Failed Save: The target is also dazed (save ends). Second Failed Save: The target cannot act to harm the dragon and no longer makes saving throws against this power’s effects; at this point, only the death of the dragon or a Remove Affliction ritual can end the power’s effects.",damage:"",category:1},{id:"70bbc26c-35bb-4c5a-a5ed-2b2137ee5c9d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:30,defence:1},description:"",details:"3d10 + 8 poison damage, and the target takes ongoing 15 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d10 + 8 poison damage",category:1},{id:"ce232951-8091-4bf2-9992-450ab53ed959",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:30,defence:1},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d10 + 8 poison damage, and the target takes ongoing 15 poison damage and is slowed (save ends both). Aftereffect: The target is slowed (save ends).",damage:"3d10 + 8 poison damage",category:5},{id:"205cb9b5-26f8-48cb-8d56-4561e03e1108",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:30,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A green dragon uses flyby attack and its breath weapon to wear down enemies before landing and engaging in melee. Once per round, it uses luring glare to either move a target into the area of its breath weapon or put the target within reach of its melee attacks. An adult, elder, and ancient green dragon uses its lashing tail to confound opponents that try to engage it in melee. The ancient green dragon uses mind poison as often as it can, attacking enemy defenders first."},{id:"3fc78be3-d238-4bdf-96bf-23df61ff328b",name:"Young Red Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:7,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +9, Insight +10, Intimidate +14, Perception +10",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:332,initiative:8,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"2d6 + 6 plus 2d6 fire damage.",damage:"2d6 + 6 plus 2d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:2},description:"The dragon attacks the enemy with its tail:",details:"1d10 + 6 damage, and the target is pushed 1 square.",damage:"1d10 + 6 damage",category:5},{id:"35bd22ce-a415-4e2a-98b4-746661187d34",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"The dragon makes two claw attacks.",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:12,defence:2},description:"",details:"1d12 + 4 fire damage. Miss: Half damage.",damage:"1d12 + 4 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:12,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"1d12 + 4 fire damage. Miss: Half damage.",damage:"1d12 + 4 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:12,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."});Ni.push({id:"15ae9561-18c7-4094-b165-6428a44d8dc7",name:"Adult Red Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:15,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"6, fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +14, Insight +15, Intimidate +19, Perception +15",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:19},intelligence:{score:13},wisdom:{score:16},charisma:{score:14},hp:750,initiative:13,ac:33,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d8 + 7 plus 3d6 fire damage.",damage:"2d8 + 7 plus 3d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:2},description:"The dragon attacks the enemy with its tail:",details:"2d10 + 7 damage, and the target is pushed 1 square.",damage:"2d10 + 7 damage",category:5},{id:"10ba271e-5215-4718-98ab-c5a911fd43b6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"The dragon makes two claw attacks.",details:"2d8 + 7 damage.",damage:"2d8 + 7 damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"",details:"2d12 + 6 fire damage. Miss: Half damage.",damage:"2d12 + 6 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"2d12 + 6 fire damage. Miss: Half damage.",damage:"2d12 + 6 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."},{id:"662d05fc-e79b-4774-83ca-001eb6c3cd1a",name:"Elder Red Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:22,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +18, Insight +19, Intimidate +23, Perception +19",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:22},intelligence:{score:15},wisdom:{score:17},charisma:{score:15},hp:1050,initiative:19,ac:40,fortitude:40,reflex:37,will:34,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"",details:"2d10 + 9 plus 4d6 fire damage.",damage:"2d10 + 9 plus 4d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:27,defence:2},description:"The dragon attacks the enemy with its tail:",details:"3d10 + 9 damage, and the target is pushed 2 squares.",damage:"3d10 + 9 damage",category:5},{id:"10ba271e-5215-4718-98ab-c5a911fd43b6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"The dragon makes two claw attacks.",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:1},{id:"e2a94a3a-a603-4957-aa39-fb29c6cdfdc2",name:"Immolate Foe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"3d10 + 8 fire damage, and ongoing 10 fire damage (save ends).",damage:"3d10 + 8 fire damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"",details:"3d12 + 8 fire damage. Miss: Half damage.",damage:"3d12 + 8 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d12 + 8 fire damage. Miss: Half damage.",damage:"3d12 + 8 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:25,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."},{id:"8b0c25e0-4883-4cbf-adac-8e2d2e17119f",name:"Ancient Red Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:30,role:{type:7,flag:2,leader:!1},senses:"darkvision",movement:"12, fly 12 (hover), overland flight 15",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +24, Insight +26, Intimidate +29, Perception +26",equipment:"",category:"",strength:{score:34},constitution:{score:30},dexterity:{score:25},intelligence:{score:18},wisdom:{score:22},charisma:{score:19},hp:1390,initiative:24,ac:48,fortitude:48,reflex:43,will:42,regeneration:null,auras:[],powers:[{id:"5dee4ca2-6897-41d5-9e98-fbbf5f661c5f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"",details:"2d12 + 12 plus 6d6 fire damage.",damage:"2d12 + 12 plus 6d6 fire damage",category:1},{id:"1c0af328-7350-4358-965a-8c95763b1e59",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"",details:"2d12 + 12 damage.",damage:"2d12 + 12 damage",category:1},{id:"749474f0-855e-4a1d-a283-cad9e32291fa",name:"Tail Strike",action:{action:4,trigger:"when an enemy moves to a position where it flanks the red dragon;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:35,defence:2},description:"The dragon attacks the enemy with its tail:",details:"4d10 + 12 damage, and the target is pushed 3 squares.",damage:"4d10 + 12 damage",category:5},{id:"10ba271e-5215-4718-98ab-c5a911fd43b6",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"The dragon makes two claw attacks.",details:"2d12 + 12 damage.",damage:"2d12 + 12 damage",category:1},{id:"e2a94a3a-a603-4957-aa39-fb29c6cdfdc2",name:"Immolate Foe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:35,defence:2},description:"",details:"4d10 + 10 fire damage, and ongoing 15 fire damage (save ends).",damage:"4d10 + 10 fire damage",category:1},{id:"d9851b0c-5743-4e75-899c-e54dadf8a85c",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:35,defence:2},description:"",details:"4d12 + 10 fire damage, and the red dragon makes a secondary attack against the same target. Secondary Attack: +33 vs. Fortitude; the target’s fire resistance is negated until the end of the encounter. Miss: Half damage, and no secondary attack.",damage:"4d12 + 10 fire damage",category:1},{id:"13a0d456-7d38-44a8-ad7c-69a93134ffca",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:35,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"4d12 + 10 fire damage, and the red dragon makes a secondary attack against the same target. Secondary Attack: +33 vs. Fortitude; the target’s fire resistance is negated until the end of the encounter. Miss: Half damage, and no secondary attack.",damage:"4d12 + 10 fire damage",category:5},{id:"915ede86-2bcc-4d37-a0ca-74b65d9f3d64",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:35,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:3,value:-40}],resist:"",vulnerable:"",immune:"",tactics:"A red dragon flies up to its enemies and unleashes its fiery breath at the start of battle, then spends an action point to make a double attack. On the following round, the dragon spends another action point to use frightful presence before resuming its double attack. Elder and ancient red dragons use immolate foe against troublesome ranged targets."},{id:"da190e6a-7b99-4d74-be61-69c51c21f52b",name:"Young White Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:3,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"6 (ice walk), fly 6 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +15, Perception +7",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:200,initiative:1,ac:18,fortitude:20,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 2",attack:{bonus:6,defence:0},description:"",details:"1d8 + 4 plus 1d6 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack).",damage:"1d8 + 4 plus 1d6 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:6,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:6,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 4 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 2; +6 vs. AC; 1d8 + 4 plus 1d6 cold damage (plus an extra 1d6 cold damage on a successful opportunity attack).",damage:"1d8 + 4 damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:4,defence:2},description:"",details:"3d6 + 4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6 + 4 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:4,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"3d6 + 4 cold damage, and the target is slowed and weakened (save ends both).",damage:"3d6 + 4 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:4,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"b869557f-170d-438a-b4c0-5e2f6fc23e4e",name:"Adult White Dragon",details:"",size:3,origin:4,type:3,keywords:"dragon",level:9,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"7 (ice walk), fly 7 (hover), overland flight 10",alignment:"Evil",languages:"Draconic",skills:"Athletics +19, Perception +11",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:12},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:408,initiative:5,ac:23,fortitude:26,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 plus 1d10 cold damage (plus an extra 1d10 cold damage on a successful opportunity attack).",damage:"1d8 + 5 plus 1d10 cold damage (plus an extra 1d10 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"The dragon makes two claw attacks.",details:"1d8 + 4 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 2; +12 vs. AC; 1d8 + 5 plus 1d10 cold damage (plus an extra 1d10 cold damage on a successful opportunity attack).",damage:"1d8 + 4 damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:10,defence:2},description:"",details:"4d6 + 6 cold damage, and the target is slowed and weakened (save ends both).",damage:"4d6 + 6 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:10,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"4d6 + 6 cold damage, and the target is slowed and weakened (save ends both).",damage:"4d6 + 6 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:10,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"1e4411fe-2bce-42e2-8c4d-c4c6ffdb5298",name:"Elder White Dragon",details:"",size:4,origin:4,type:3,keywords:"dragon",level:17,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"8 (ice walk), fly 8 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +24, Perception +16",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:16},intelligence:{score:14},wisdom:{score:17},charisma:{score:14},hp:850,initiative:11,ac:31,fortitude:32,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack).",damage:"1d10 + 6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"The dragon makes two claw attacks.",details:"1d10 + 6 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 3; +22 vs. AC; 1d10 + 6 plus 2d12 cold damage (plus an extra 2d12 cold damage on a successful opportunity attack).",damage:"1d10 + 6 damage",category:1},{id:"55011309-1838-4169-8d2c-a428230be48e",name:"Icy Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"the target is encased in ice, takes 2d12 + 8 cold damage, and is restrained and stunned (save ends both).",damage:"takes 2d12 + 8 cold damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"",details:"6d6 + 8 cold damage, and the target is slowed and weakened (save ends both).",damage:"6d6 + 8 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:20,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"6d6 + 8 cold damage, and the target is slowed and weakened (save ends both).",damage:"6d6 + 8 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:20,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"58ad9b3d-2555-42e1-92ec-c857230b733c",name:"Ancient White Dragon",details:"",size:5,origin:4,type:3,keywords:"dragon",level:24,role:{type:2,flag:2,leader:!1},senses:"darkvision",movement:"9 (ice walk), fly 9 (hover), overland flight 12",alignment:"Evil",languages:"Common, Draconic",skills:"Athletics +29, Perception +21",equipment:"",category:"",strength:{score:25},constitution:{score:29},dexterity:{score:17},intelligence:{score:15},wisdom:{score:18},charisma:{score:15},hp:1145,initiative:15,ac:38,fortitude:43,reflex:37,will:38,regeneration:null,auras:[{id:"a26fe2bc-155d-4282-afb7-8b3cc7f9727d",name:"Aura of Winter",keywords:"Cold",details:"5: a creature that enters or begins its turn in the aura takes 30 cold damage. The ground is treated as difficult terrain, and creatures flying in the aura (other than the dragon) move at half speed. Creatures in the aura have concealment against ranged attacks."}],powers:[{id:"6b9d77d2-fc78-43a9-8de9-d612184e6933",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 4",attack:{bonus:29,defence:0},description:"",details:"2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 cold damage on a successful opportunity attack).",damage:"2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 cold damage on a successful opportunity attack)",category:1},{id:"e2ac135b-f20f-49a9-af1f-3397df4314e3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:29,defence:0},description:"",details:"2d12 + 7 damage.",damage:"2d12 + 7 damage",category:1},{id:"6380ed44-97d4-4306-b949-67cc4bdea646",name:"dragon’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:29,defence:0},description:"The dragon makes two claw attacks.",details:"2d12 + 7 damage. If the dragon hits a single target with both claws, it makes a bite attack against the same target. Bite ✦ Cold Reach 4; +29 vs. AC; 2d12 + 7 plus 3d12 cold damage (plus an extra 3d12 cold damage on a successful opportunity attack).",damage:"2d12 + 7 damage",category:1},{id:"55011309-1838-4169-8d2c-a428230be48e",name:"Icy Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"the target is encased in ice, takes 4d12 + 9 cold damage, and is restrained and stunned (save ends both).",damage:"takes 4d12 + 9 cold damage",category:1},{id:"4d588187-ae92-43f9-8178-b9fcab01f150",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"",details:"8d6 + 9 cold damage, the target is slowed and weakened (save ends both), and the white dragon makes a secondary attack against the target. Secondary Attack: +27 Fortitude; the target’s cold resistance is negated until the end of the encounter.",damage:"8d6 + 9 cold damage",category:1},{id:"8ecd0fb7-8923-435e-bebf-a02b61a335bf",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:2},description:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",details:"8d6 + 9 cold damage, the target is slowed and weakened (save ends both), and the white dragon makes a secondary attack against the target. Secondary Attack: +27 Fortitude; the target’s cold resistance is negated until the end of the encounter.",damage:"8d6 + 9 cold damage",category:5},{id:"fbaafde3-f97f-4099-b3d9-89a9513b2c25",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:27,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).",damage:"",category:1}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"White dragons like to swoop down on their enemies from above or spring up from a hiding place beneath snow or ice. A white dragon uses its frightful presence first and spends an action point to unleash its breath weapon. Thereafter, the dragon uses dragon’s fury until its breath weapon recharges (spending its second action point so that it can use its breath while also making claw attacks). An elder or ancient dragon alternates between using icy tomb and its breath weapon but otherwise fights as described above. White dragons usually fight until slain."},{id:"da8db7e0-d4b0-40f1-aeb8-d8293efb8ab8",name:"Dragonborn Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"Endurance +9, History +4, Intimidate +8",equipment:"scale armor, light shield, longsword",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:11},wisdom:{score:12},charisma:{score:9},hp:63,initiative:6,ac:20,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"2e73d6f8-b4a8-4f08-a334-49ebcb841aa0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"2d435469-e59e-43f2-8f59-731291974f1a",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close Blast 3",attack:{bonus:6,defence:2},description:"",details:"1d6 + 2 cold damage.",damage:"1d6 + 2 cold damage",category:3},{id:"6cc331ea-b30c-4afb-b285-eac03fd10e0c",name:"Impetuous Spirit",action:{action:4,trigger:"when an enemy leaves an adjacent square;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The dragonborn soldier makes a melee basic attack against an enemy, even if the enemy is shifting.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"adc6e9a0-0898-46ba-af77-207cdb3be8dc",name:"Martial Recovery",action:{action:7,trigger:"when the dragonborn soldier misses with a melee attack;",sustainAction:0,use:0,recharge:"recharges when the soldier uses impetuous spirit;"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The dragonborn soldier makes another melee attack against the same target.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"4e445e6c-e949-47a8-95b8-f547ae5cf0bc",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Like most dragonborn, this soldier is a capable fighter and launches into combat without hesitation. A dragonborn soldier prefers to be in the middle of melee where it can make best use of its impetuous spirit. The soldier uses martial recovery to make an extra attack whenever the power is available. The creature reserves its dragon breath for when several enemies are within range."},{id:"c52a74ca-463a-400c-8f35-c59fcfc7ae5f",name:"Dragonborn Gladiator",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common, Draconic",skills:"Athletics +15, History +7, Intimidate +15",equipment:"scale armor, bastard sword",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:106,initiative:9,ac:24,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"243e29c0-b76a-4e67-bce0-6971a2d6fab2",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"see also lone fighter; 1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"662a5b48-2861-44b7-b111-c4c5d659cbce",name:"Finishing Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon; target must be bloodied",attack:{bonus:15,defence:0},description:"",details:"2d10 + 5 damage, and the dragonborn gladiator’s allies gain a +2 bonus to attack rolls until the end of the dragonborn gladiator’s next turn.",damage:"2d10 + 5 damage",category:1},{id:"8e3ca1e1-62a8-4e85-90aa-774e41455f4d",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:12,defence:2},description:"",details:"1d6 + 4 fire damage.",damage:"1d6 + 4 fire damage",category:3},{id:"20089f89-3792-4c86-befb-e7e3c6686e72",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"269de5cf-486b-47e2-a0cf-4c95af789879",name:"Gladiator’s Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the dragonborn gladiator hits an enemy with an opportunity attack, the target is knocked prone.",damage:"",category:0},{id:"5890a979-e5d4-4d4c-b7b9-10551d006047",name:"Lone Fighter",action:null,keywords:"",condition:"",range:"The dragonborn gladiator gains a +2 bonus to melee attack rolls when adjacent to only one enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dragonborn gladiator is a straightforward combatant who fights to the death. As soon as a foe is bloodied, the gladiator uses finishing blow. When fighting multiple opponents, the dragonborn specifically targets the one that looks the most hurt."},{id:"0123b3a4-f14b-4327-a2a5-6e1f37cd2616",name:"Dragonborn Raider",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"",movement:"7",alignment:"Any",languages:"Common, Draconic",skills:"History +8, Intimidate +9, Perception +13, Stealth +16",equipment:"leather armor, 2 katars",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:21},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:129,initiative:13,ac:27,fortitude:23,reflex:24,will:21,regeneration:null,auras:[],powers:[{id:"4865cfb7-20e3-4de4-ad4f-61477f9010b6",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d6 + 4 damage (crit 2d6 + 10). Combat Advantage: The dragonborn raider deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage (crit 2d6 + 10)",category:1},{id:"6a5300cd-5b6f-488e-a0f8-8625c04b1085",name:"Twin Katar Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon; one or two targets",attack:{bonus:19,defence:0},description:"If the dragonborn raider doesn’t take a move action on its turn, it shifts 1 square and makes two katar attacks, or vice versa.",details:"1d6 + 4 damage (crit 2d6 + 10). Combat Advantage: The dragonborn raider deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage (crit 2d6 + 10)",category:1},{id:"da252560-09d8-4ecb-bd13-97df26effe7e",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 3",attack:{bonus:14,defence:2},description:"",details:"1d6 + 3 acid damage.",damage:"1d6 + 3 acid damage",category:3},{id:"f1f78542-6236-47fb-a2f2-dd120022950f",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"2a1f9c95-c8db-4fd9-af8e-1a941245a33c",name:"Infiltrating Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"recharges after the dragonborn raider attacks two different enemies with twin katar strike;"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn raider shifts 3 squares.",damage:"The dragonborn raider shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The dragonborn raider looks for opportunities to gain combat advantage, using infiltrating stride to move into a flanking position or to avoid being flanked itself. As often as it can, the raider tries to attack two different foes with its twin katar strike so that it can recharge its infiltrating stride."},{id:"11a449c4-1d07-4c6d-80eb-0c351007e7da",name:"Dragonborn Champion",details:"",size:2,origin:4,type:2,keywords:"",level:26,role:{type:7,flag:0,leader:!1},senses:"",movement:"5, fly 8 (clumsy)",alignment:"Any",languages:"Common, Draconic",skills:"Athletics +23, History +22, Intimidate +26",equipment:"plate armor, heavy shield, bastard sword",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:20},intelligence:{score:15},wisdom:{score:17},charisma:{score:22},hp:239,initiative:20,ac:42,fortitude:42,reflex:40,will:41,regeneration:null,auras:[],powers:[{id:"046c93ce-f674-42f2-8af9-0737a4e6b741",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls.",damage:"A dragonborn gains a +1 racial bonus to attack rolls",category:0},{id:"9ce8b7fb-9339-4f4c-a86d-9b061b2f25ea",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:31,defence:0},description:"",details:"2d10 + 9 damage, and the dragonborn champion makes a secondary attack against the same target. Secondary Attack: +29 vs. Fortitude (+30 while bloodied); the target is stunned until the end of the dragonborn champion’s next turn and knocked prone.",damage:"2d10 + 9 damage",category:1},{id:"edc8829a-053b-4d55-872e-788147e4edd4",name:"Furious Blade",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires bastard sword;",range:"Close Burst 1; targets enemies; attack roll includes bonus for dragonborn fury",attack:{bonus:32,defence:0},description:"",details:"2d10 + 9 damage.",damage:"2d10 + 9 damage",category:5},{id:"b2a24af9-8bd0-42e1-92c7-952b3be25a99",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close Blast 3",attack:{bonus:27,defence:2},description:"",details:"2d6 + 6 lightning damage.",damage:"2d6 + 6 lightning damage",category:3},{id:"2d2ec91d-0e15-45d1-84b8-85fd02c67e67",name:"No Remorse",action:null,keywords:"",condition:"",range:"The dragonborn champion deals an extra 2d10 damage on melee attacks against a prone target.",attack:null,description:"",details:"",damage:"",category:0},{id:"3ca16c83-6237-485f-93d9-5087ba2315f9",name:"Shake It Off",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 2-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn champion automatically succeeds on a saving throw against one effect of its choice.",damage:"",category:4}],damageModifiers:[{type:1,value:-30},{type:2,value:-30},{type:3,value:-30},{type:5,value:-30},{type:7,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"This dragonborn has wings and can fly, but it prefers to engage in melee combat. It uses its bastard sword to knock enemies prone, then follows up with no remorse on its next turn. When first bloodied, it attacks all adjacent enemies with its furious blade power."},{id:"72b51134-ba0e-470f-b18f-09cd513c93ca",name:"Redspawn Firebelcher",details:"",size:2,origin:4,type:1,keywords:"reptile",level:12,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception +6",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:13},intelligence:{score:2},wisdom:{score:13},charisma:{score:8},hp:97,initiative:7,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[{id:"d1ab4a92-4209-4654-95ae-68e765d61f32",name:"Fire Within",keywords:"Fire",details:"5: allies in the aura gain resist 10 fire."}],powers:[{id:"8e861783-06eb-4123-bf56-f758ee8df030",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"1d10 + 4 damage, and ongoing 5 fire damage (save ends).",damage:"1d10 + 4 damage",category:1},{id:"3c891b6c-d8e3-4bcf-a2c0-c0fa60b1394e",name:"Fire Belch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 12",attack:{bonus:15,defence:2},description:"",details:"2d6 + 1 damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 1 damage",category:1},{id:"9ea3a1bb-2aeb-47df-b751-2fb21a8429aa",name:"Fire Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area Burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"3d6 + 1 damage, and ongoing 5 fire damage (save ends). Miss: Half damage, and no ongoing fire damage.",damage:"3d6 + 1 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A redspawn firebelcher is trained to attack enemies at range using its fire belch against a single target or fire burst against multiple targets. Ferocious when cornered and too slow to run away from most threats, the firebelcher fights until slain."},{id:"4aa24952-defc-4dfc-9da5-e9ad753f80a1",name:"Blackspawn Gloomweb",details:"",size:3,origin:4,type:1,keywords:"reptile",level:16,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb); see also mobile melee attack",alignment:"Unaligned",languages:"--",skills:"Stealth +20",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:24},intelligence:{score:2},wisdom:{score:10},charisma:{score:8},hp:120,initiative:19,ac:30,fortitude:26,reflex:27,will:20,regeneration:null,auras:[],powers:[{id:"a2ce9077-9641-44ac-9374-579d4a09a8a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"2d10 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"2d10 + 6 damage",category:1},{id:"51b7e6b3-c62b-4f93-90e0-025d86e4a51f",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:1},description:"The blackspawn gloomweb makes a charge attack;",details:"2d8 + 7 damage, the target is knocked prone, and the blackspawn gloomweb makes a bite attack against the same target. Bite ✦ Acid +21 vs. AC; 2d10 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"2d8 + 7 damage",category:1},{id:"70f9334c-bd02-461e-848a-f1ac9f7959a1",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"The blackspawn gloomweb can move up to half its speed and make one melee basic attack at any point during that movement. The creature doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"2d10 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"2d10 + 6 damage",category:1},{id:"6ff72cb4-576f-4dc0-b870-6648040fb0c8",name:"Acidic Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"the target takes ongoing 10 acid damage and is restrained (save ends both).",damage:"the target takes ongoing 10 acid damage and is restrained (save ends both)",category:1},{id:"ec3d3015-73b0-47e6-b6c5-89ba50c6d41e",name:"Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the blackspawn gloomweb does not move on its turn, the shadows that constantly swirl around its form settle into a cloudlike mass that grants concealment until the beginning of its next turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A blackspawn gloomweb relies on its stealth to remain hidden and then uses goring charge to barrel into an opponent. However, the creature doesn’t remain there long, using its mobile melee attack on its next turn to continue past the target and move away. If hounded by several foes, the gloomweb uses its acidic web to restrain enemies."},{id:"af9fd6ca-54f1-4209-aa28-ef8687082078",name:"Bluespawn Godslayer",details:"",size:4,origin:4,type:2,keywords:"reptile",level:22,role:{type:2,flag:1,leader:!1},senses:"low-light vision",movement:"8",alignment:"Evil",languages:"Draconic",skills:"",equipment:"heavy shield, greatsword",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:19},intelligence:{score:10},wisdom:{score:22},charisma:{score:16},hp:510,initiative:15,ac:36,fortitude:36,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"bde9ad9b-a751-435f-8721-58bd2bb69213",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"4d6 + 9 damage plus 2d8 lightning damage; see also slayer.",damage:"4d6 + 9 damage plus 2d8 lightning damage",category:1},{id:"4c4ba179-8ae3-4647-9603-0aafbc326f12",name:"Awesome Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The godslayer makes a greatsword attack.",details:"4d6 + 9 damage plus 2d8 lightning damage. If the attack hits, it makes a secondary attack against the same target. Secondary Attack: +26 vs. Fortitude; the target is pushed 3 squares and knocked prone.",damage:"4d6 + 9 damage plus 2d8 lightning damage",category:1},{id:"5c49a3c4-fe87-4106-b660-f563f644185c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:24,defence:0},description:"",details:"1d10 + 7 damage plus 2d8 lightning damage; see also slayer.",damage:"1d10 + 7 damage plus 2d8 lightning damage",category:1},{id:"cada2b39-3635-4e8d-a07a-4b3ea3566109",name:"Slayer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bluespawn godslayer deals +10 damage against dragons, dragonborn, and immortals.",damage:"the bluespawn godslayer deals +10 damage against dragons",category:0}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"This creature wades into battle, swinging its greatsword and using awesome blow to knock back its opponents. If it succeeds in pushing an enemy back, it moves toward the target and spends an action point to use awesome blow again against the same creature (if it’s still alive)."},{id:"71d52e90-43f6-49d9-962e-5c58202b30d4",name:"Spiretop Drake",details:"",size:1,origin:4,type:1,keywords:"reptile",level:1,role:{type:6,flag:0,leader:!1},senses:"",movement:"4, fly 8 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:11},hp:29,initiative:6,ac:16,fortitude:11,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"7a8f6895-7035-453a-8829-bdfd551e097b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"ee8473aa-c3e4-436f-bb04-012b069664b6",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:2},description:"",details:"1 damage, and the spiretop drake steals a small object from the target, such as a vial, scroll, or coin.",damage:"1 damage",category:1},{id:"cd4bae76-21ce-4703-a3d7-eff069ba23aa",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"The spiretop drake fl ies up to 8 squares and makes one melee basic attack at any point during that movement. The drake doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"1d6 + 4 damage. or Snatch: +4 vs. Reflex; 1 damage, and the spiretop drake steals a small object from the target, such as a vial, scroll, or coin.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A spiretop drake uses flyby attack and its snatch power to steal a valuable trinket without provoking opportunity attacks. If the snatch attack succeeds, the drake flies back to its nest. If it is wounded, the spiretop drake bites enemies while using flyby attack."},{id:"cd0af2ab-99a1-4edd-90a7-6e6ad3b5eda9",name:"Guard Drake",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:12},hp:48,initiative:3,ac:15,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"9d12c2cd-f79d-47d2-b2cf-a2b6014269da",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d10 + 3 damage, or 1d10 + 9 damage while within 2 squares of an ally.",damage:"1d10 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while within 2 squares of an ally)",tactics:"A guard drake stays close to its allies so that it deals more damage with its bite attack. It does not flee and defends the bodies of fallen allies."},{id:"41d0f418-d688-4e0f-8e4c-b370136a402d",name:"Needlefang Drake Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:2,role:{type:7,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:12},charisma:{score:10},hp:38,initiative:7,ac:18,fortitude:15,reflex:17,will:14,regeneration:null,auras:[{id:"e01bacb7-baec-4e92-a005-8a0447d29063",name:"Swarm Attack",keywords:"",details:"1: the needlefang drake swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"56864b2b-c51c-4f7a-b4b5-a4ce3b814fce",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 2 damage, or 2d6 + 2 damage against a prone target.",damage:"1d6 + 2 damage",category:1},{id:"59f1e674-90da-47ad-a35c-209421712606",name:"Pull Down",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Melee",attack:{bonus:3,defence:1},description:"",details:"the target is knocked prone.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"5 against close and area attacks.",immune:"fear; Resist half damage from melee and ranged attacks",tactics:"Incited by hunger, needlefang drakes fearlessly rush toward their prey, knock it prone (using pull down), and use their swarm of teeth to feast upon it."},{id:"f8f4659f-e9a8-4cd9-ab0a-70ee3b1317cf",name:"Pseudodragon",details:"",size:1,origin:4,type:1,keywords:"reptile",level:3,role:{type:4,flag:0,leader:!1},senses:"",movement:"4, fly 8 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Insight +8, Perception +8, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:18},intelligence:{score:6},wisdom:{score:15},charisma:{score:17},hp:40,initiative:9,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"082d0927-d86b-4364-9208-e43e3c719085",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"01491df8-83d6-4902-8479-70c482c73e89",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 4 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"51a3462a-bca6-4c59-84ef-2b89a94fe356",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"The pseudodragon flies up to 8 squares and makes one melee attack at any point during that movement. The pseudodragon doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"Bite: 1d8 + 4 damage. or Sting (recharge 4,5,6) ✦ Poison 1d8 + 4 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"66eb41d9-7c6e-4498-be8e-de6243ada1dd",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the pseudodragon is damaged;"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"As long as the pseudodragon doesn’t move, it is invisible.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A pseudodragon prefers to use its sting in combat, relying on flyby attack to fly close to an enemy, strike, and fly away before a foe can catch it. A pseudodragon confronted with a persistent enemy shifts and uses invisibility."},{id:"b45b09be-2e94-4f80-a742-0825ace37bdb",name:"Spitting Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:12},hp:38,initiative:5,ac:17,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"6bccd38c-50de-46f1-a884-bb07170c213d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage.",damage:"1d6 + 2 damage",category:1},{id:"d88f4220-4e68-4e2e-af53-3d458d951678",name:"Caustic Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"",damage:"",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A spitting drake uses its caustic spit to attack enemies at range. Despite their low intelligence, multiple drakes gang up on a single target to take it down quickly."},{id:"964e0c91-fbe3-49d6-bda5-4d00c818ad6f",name:"Rage Drake",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:5,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:13},intelligence:{score:3},wisdom:{score:13},charisma:{score:12},hp:77,initiative:3,ac:17,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"d2ecd30e-9365-4e32-abe6-0686f9d70f59",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage; see also bloodied rage.",damage:"1d10 + 4 damage",category:1},{id:"bbffa0a7-f9d7-4b44-9d15-2014539af829",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage; see also bloodied rage.",damage:"1d6 + 4 damage",category:1},{id:"ead8b1ed-526a-4af4-89b4-ad236c5528f4",name:"Raking Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"When the rage drake charges, it makes two claw attacks against a single target.",details:"1d6 + 4 damage; see also bloodied rage.",damage:"1d6 + 4 damage",category:1},{id:"d7e3c6f2-3aea-49be-acae-5d7c37fc634a",name:"Bloodied Rage",action:null,keywords:"",condition:"(while bloodied)",range:"",attack:null,description:"",details:"The rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack.",damage:"the rage drake gains a +2 bonus to attack rolls and deals an extra 5 damage per attack",category:0},{id:"ae41394f-3f6e-40a5-abd7-a2fcd4c00a83",name:"Raging Mount",action:null,keywords:"Mount",condition:"(while bloodied and mounted by a rider of 5th level or higher)",range:"The rage drake grants its rider a +2 bonus to attack rolls and damage rolls with melee attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:"A rage drake fights until killed. It makes a raking charge initially and then uses its bite attack on subsequent rounds, gaining bonuses on its attack rolls and damage once it becomes bloodied."},{id:"103f8092-759e-41f6-ad7a-acf29cfcc72c",name:"Drider Fanglord",details:"",size:3,origin:2,type:2,keywords:"spider",level:14,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb)",alignment:"Evil",languages:"Elven",skills:"Dungeoneering +15, Perception +15, Stealth +17",equipment:"leather armor, greatsword",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:13},wisdom:{score:16},charisma:{score:9},hp:172,initiative:12,ac:26,fortitude:27,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"9e9941a8-bb55-43fc-8dc9-8fd3c061879d",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d12 + 7 damage.",damage:"1d12 + 7 damage",category:1},{id:"d540d7fa-32f4-48a4-8f0c-b402e34b1725",name:"Quick Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(requires combat advantage)",range:"Melee",attack:{bonus:16,defence:1},description:"",details:"1d4 damage, and ongoing 10 poison damage (save ends).",damage:"1d4 damage",category:3},{id:"6fe276b0-9097-4a41-9b6b-1bd1e695ab94",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"until the end of the drider’s next turn, the target grants combat advantage to all attackers, and the target cannot benefi t from invisibility or concealment.",damage:"",category:3},{id:"2f45c4d4-4659-409f-a1c4-e003b95ea5ab",name:"Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:15,defence:2},description:"",details:"the target is restrained (until escape). Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check.",damage:"Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The fanglord tries to snare a foe in its web and rushes up to administer a quick bite if the foe is successfully restrained. Otherwise, the drider uses its greatsword."},{id:"0c01d9cd-8a60-46b3-b74c-1a631d932e1b",name:"Drider Shadowspinner",details:"",size:3,origin:2,type:2,keywords:"spider",level:14,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb)",alignment:"Evil",languages:"Elven",skills:"Dungeoneering +14, Perception +14, Stealth +15",equipment:"leather armor, short sword",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:17},hp:134,initiative:12,ac:28,fortitude:25,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"884577a0-a6ca-449d-8e66-d991b9d6355a",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d8 + 3 plus 2d6 necrotic damage; see also melee agility. Combat Advantage: The drider shadowspinner deals an extra 2d6 necrotic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 3 plus 2d6 necrotic damage",category:1},{id:"53d94311-2fc4-451d-a354-7350c5a60464",name:"Slashing Darkness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:17,defence:2},description:"",details:"3d8 + 3 necrotic damage. Combat Advantage: The drider shadowspinner deals an extra 2d6 necrotic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"3d8 + 3 necrotic damage",category:1},{id:"e6e886f0-821b-4728-bbef-5f1699c949eb",name:"Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:17,defence:2},description:"",details:"the target is restrained (until escape). Escaping from the web requires a successful DC 26 Acrobatics check or DC 25 Athletics check.",damage:"Escaping from the web requires a successful DC 26 Acrobatics check or DC 25 Athletics check",category:1},{id:"d4a103b3-5683-4936-ac5f-c06f5cb90ef1",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drider shadowspinner’s next turn. The cloud blocks line of sight for all creatures except the shadowspinner. Any creature entirely within the cloud (except the shadowspinner) is blinded until it exits.",damage:"",category:3},{id:"e130d149-a782-4dcc-8ec2-a99c8bb25dfd",name:"Melee Agility",action:{action:7,trigger:"when the drider shadowspinner hits with a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drider shadowspinner shifts 1 square.",damage:"The drider shadowspinner shifts 1 square",category:5},{id:"d99c03e0-44dd-4b7b-8994-b2fdcfed0e62",name:"Shifting Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a drider shadowspinner moves at least 3 squares on its turn and ends its move 3 squares away from its previous position, it gains concealment until the end of its next turn.",damage:"If a drider shadowspinner moves at least 3 squares on its turn and ends its move 3 squares away from its previous position",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"After restraining a creature with its web, the shadowspinner uses slashing darkness against that foe until the victim escapes or dies, or until the drider is forced to turn its attention toward another enemy. If it can move without provoking opportunity attacks, it does so to gain the benefit of shifting shadows."},{id:"fce74187-686e-49db-b91e-e66f29609634",name:"Drow Warrior",details:"",size:2,origin:2,type:2,keywords:"",level:11,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +11, Intimidate +8, Perception +11, Stealth +15",equipment:"chainmail, rapier*, hand crossbow, 20 bolts* *These weapons are coated in drow poison.",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:12},hp:83,initiative:13,ac:24,fortitude:20,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"c1fed23d-62a7-48e1-80bd-3a4e35bc7bf8",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d8 + 4 damage, and the drow warrior makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; see drow poison for the effect. Combat Advantage: The drow warrior deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 4 damage",category:1},{id:"312dcb43-d7dd-47db-89b8-f4c024870cfa",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6 + 4 damage, and the drow warrior makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; see drow poison for the effect. Combat Advantage: The drow warrior deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"d6c4d5ce-48b4-4103-85ec-12e5ef016a4c",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"until the end of the drow warrior’s next turn, the target grants combat advantage to all attackers, and the target cannot benefi t from invisibility or concealment.",damage:"",category:3},{id:"59887503-281f-49dd-92c3-10cff6db6b64",name:"Drow Poison",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"A creature hit by a weapon coated in drow poison takes a –2 penalty to attack rolls (save ends). First Failed Save: The target is also weakened (save ends). Second Failed Save: The target falls unconscious until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A drow warrior casts darkfire on an enemy, and then attacks the same target with its hand crossbow. It continues to assail foes with crossbow bolts or moves into a flanking position and attacks with its rapier."},{id:"1f6f0698-1d99-43a4-971a-813737343cf8",name:"Drow Arachnomancer",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Dungeoneering +13, Intimidate +8, Perception +13, Stealth +10",equipment:"robes, spider rod",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:94,initiative:8,ac:26,fortitude:22,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"3aa9ecc5-ab86-4a2c-bca4-30941713e538",name:"Spider Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d6 damage, and the target is immobilized (save ends); see also Lolth’s judgment.",damage:"1d6 damage",category:1},{id:"078a782d-d0d4-408c-b2ca-859e3cc5c560",name:"Venom Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d8 + 3 poison damage, and ongoing 5 poison damage (save ends); see also Lolth’s judgment.",damage:"2d8 + 3 poison damage",category:1},{id:"6834a1ea-eba7-48a8-b278-3796c940948e",name:"Lolth’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area Burst 4 within 10",attack:{bonus:16,defence:2},description:"webs full of spectral spiders cover the zone (drow and spiders are immune);",details:"the target is restrained (save ends). The zone is difficult terrain until the end of the encounter. Any creature that starts its turn in the zone takes 10 necrotic damage.",damage:"any creature that starts its turn in the zone takes 10 necrotic damage",category:1},{id:"18b1555e-0f66-446f-8ad9-36aa7529c113",name:"Spider Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:16,defence:3},description:"Spectral spiders swarm over and bite the target:",details:"1d6 + 7 necrotic damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both); see also Lolth’s judgment.",damage:"1d6 + 7 necrotic damage",category:1},{id:"67bf11ce-5cfd-49e1-ad23-7a9b04451d40",name:"Venom Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:14,defence:1},description:"",details:"2d6 + 10 poison damage. Miss:Half damage.",damage:"2d6 + 10 poison damage",category:1},{id:"6e7f6f0d-c81d-49bd-a80d-4e43aaccb1a5",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow archnomancer’s next turn. The cloud blocks line of sight for all creatures except the drow arachnomancer. Any creature entirely within the cloud (except the drow arachnomancer) is blinded until it exits.",damage:"",category:3},{id:"d85f4277-1c6f-41fd-9f29-3784af82b176",name:"Lolth’s Judgement",action:{action:7,trigger:"when the arachnomancer hits a target with a melee or ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn.",damage:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The arachnomancer stays behind its allies and targets enemies with ranged attacks. It places a spider curse on an enemy defender, fires venom rays at enemy blasters, and tries to catch enemy strikers with Lolth’s grasp. It uses cloud of darkness to protect it against melee attackers."},{id:"38f142dd-77aa-4e3a-9987-0084e9f9a1dc",name:"Drow Blademaster",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:6,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Acrobatics +16, Dungeoneering +12, Intimidate +14, Perception +12, Stealth +18",equipment:"scale armor, longsword, short sword",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:21},intelligence:{score:12},wisdom:{score:13},charisma:{score:12},hp:248,initiative:13,ac:30,fortitude:25,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"f2b37c63-abc2-45f7-aeab-9e33b36501b4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"ff80a92d-1acb-45bf-b5d4-627ad00e4a5b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"a43f12e2-0db2-4ce6-9f48-48c05df17d66",name:"Blade Mastery",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"The drow blademaster makes one longsword attack and one short sword attack.",details:"Longsword: 1d8 + 5 damage. Short Sword: 1d6 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"2fe27b66-2980-43ff-b3bb-a47fdfc85759",name:"Excruciating Stab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires longsword;",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"3d8 + 5 damage, and the target is stunned (save ends).",damage:"3d8 + 5 damage",category:1},{id:"d38786d8-4041-4e9c-a37d-9618f1034e53",name:"Whirling Riposte",action:{action:7,trigger:"when the drow blademaster’s movement draws an opportunity attack;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"The drow blademaster makes a longsword attack against the triggering attacker.",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:5},{id:"a331a5bf-60b1-4051-b5dd-0d7a649fd1b1",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow blademaster’s next turn. The cloud blocks line of sight for all creatures except the drow blademaster. Any creature entirely within the cloud (except the drow blademaster) is blinded until it exits.",damage:"",category:3},{id:"54b68ec1-bac9-4e02-8411-915e0ac1ec8b",name:"Whirlwind Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close Burst 1",attack:{bonus:19,defence:0},description:"",details:"the drow blademaster makes a longsword attack against each adjacent enemy. He can make a secondary attack using his short sword against any enemy he hits. Longsword: 1d8 + 5 damage. Secondary Attack: Short Sword: +19 vs. AC; 1d6 + 5 damage.",damage:"1d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This drow faces its enemies head on, using cloud of darkness to thwart attacks. In melee, a drow blademaster spends an action point to use excruciating stab and then blade mastery against the same target. It uses whirlwind attack when two or more opponents are adjacent to it and relies on whirling riposte to punish an enemy bold enough to take an opportunity attack against it."},{id:"ddb9f9c6-e237-4468-addd-a8cb69b0ed07",name:"Drow Priest",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +17, Insight +17, Intimidate +19, Religion +15, Stealth +10",equipment:"chainmail, mace",category:"",strength:{score:12},constitution:{score:11},dexterity:{score:15},intelligence:{score:16},wisdom:{score:21},charisma:{score:20},hp:139,initiative:9,ac:28,fortitude:24,reflex:26,will:28,regeneration:null,auras:[{id:"265fa9c1-d094-45a1-abf2-4be21c2d66d2",name:"Lolth’s Authority",keywords:"",details:"20: aura sight; drow and spider allies in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"18b0d4fa-1953-48db-b5cc-6a3ab4e662dd",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"ee89ca66-9b5f-4c69-bc23-e9b71941c656",name:"Bite of the Spider",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"(only while bloodied)",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:1},{id:"3e6f2921-fbab-44b4-a3e4-4108db3c20dc",name:"Pain Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"1d6 + 5 necrotic damage, and the target is immobilized and weakened (save ends both).",damage:"1d6 + 5 necrotic damage",category:1},{id:"4956cec4-0a15-4c2a-81e2-2f58012c4dc3",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"until the end of the drow priest’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"5ea0e2cd-1957-423a-93e3-21e49d394ac6",name:"Lolth’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close Burst 5 centered on a bloodied and willing drow ally",attack:{bonus:20,defence:2},description:"the ally explodes, releasing a burst of spectral spiders that bite all enemies in range;",details:"4d8 + 5 necrotic damage. The drow targeted by this power is slain.",damage:"4d8 + 5 necrotic damage",category:1},{id:"b85b8c8a-cfc3-425f-8724-1451765e380d",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The drow priest can transfer up to 22 points of damage she has taken to a spider or a drow within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"the drow priest can transfer up to 22 points of damage she has taken to a spider or a drow within 5 squares of her",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The drow priest imparts the benefits of her Lolth’s authority aura while remaining within 5 squares of her drow and spider allies. She uses pain web against ranged foes and her mace in melee, and she uses spider link every round to transfer damage she has taken to a nearby ally. If one of her drow allies is bloodied, she uses Lolth’s wrath."},{id:"aa24146b-d3d7-4a10-800c-3be82f1a098d",name:"Dryad",details:"",size:2,origin:2,type:2,keywords:"plant",level:9,role:{type:6,flag:0,leader:!1},senses:"",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Bluff +10, Insight +12, Perception +12, Stealth +12",equipment:"",category:"",strength:{score:19},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:17},charisma:{score:13},hp:92,initiative:9,ac:23,fortitude:22,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"5850d83c-44b2-46a4-95e3-fbc2f59577d2",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 4 damage, or 1d8 + 9 damage if the target is the only enemy adjacent to the dryad.",damage:"1d8 + 4 damage",category:1},{id:"115fcad4-8207-4d5d-8a5c-0b1cfe482347",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dryad can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"10d02e70-cfd6-47e3-8a8f-c8e70f2ccd7e",name:"Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree, a treant, or a plant of Large size or bigger.",damage:"The dryad can teleport 8 squares if it begins and ends adjacent to a tree",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Dryads fiercely defend their forest glades and other woodland life. They use their deceptive veil ability to lure intruders into traps. In combat, they use a combination of speed and treestride to flank foes."},{id:"6eea225d-4310-4fb4-bf5f-5fedfaec8757",name:"Briar Witch Dryad",details:"",size:2,origin:2,type:2,keywords:"plant",level:13,role:{type:3,flag:1,leader:!1},senses:"",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Bluff +15, Insight +13, Perception +13, Stealth +13",equipment:"",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:19},hp:262,initiative:8,ac:29,fortitude:27,reflex:25,will:27,regeneration:null,auras:[{id:"b48ccb6b-03ac-46f9-9c86-e6f391d72ea5",name:"Curse of Thorns",keywords:"",details:"3: enemies without forest walk take 2 damage each time they move—or are pulled, pushed, or slid—into a square within the aura. Creatures do not take damage when a briar witch dryad moves closer to them."},{id:"86645854-7e4a-4dd4-a145-6016d80dc690",name:"Thorn Boon",keywords:"",details:"6: allied plants in the aura deal an extra 5 damage with each melee attack."}],powers:[{id:"52cccacb-97e0-4867-9422-2e1a983f5398",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"e02e1a95-ebc0-4c6b-9c1b-bf665bead606",name:"Briar Cage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"the target is encased in sharp briars;",details:"1d6 + 4 damage, and the target takes ongoing 5 damage and is restrained (save ends both). A creature in a briar cage has cover. A briar cage can be destroyed (25 hit points; resist 10 to all damage).",damage:"1d6 + 4 damage",category:1},{id:"2bb1f3f8-dd86-43d1-8d42-b58275db6ad9",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The briar witch dryad can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"109360b7-9dee-4fe6-9a13-32fb6ed13004",name:"Thorny Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any creature that grabs the briar witch dryad takes 5 damage at the start of its turn.",damage:"any creature that grabs the briar witch dryad takes 5 damage at the start of its turn",category:0},{id:"662dd9d8-ec40-4d16-b3f6-3cb1ba1df006",name:"Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The briar witch dryad can teleport 8 squares if it begins and ends adjacent to a tree, a treant, or a plant of Large size or bigger.",damage:"The briar witch dryad can teleport 8 squares if it begins and ends adjacent to a tree",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A briar witch dryad is a capricious creature that uses its deceptive veil to lure trespassers into deadly traps. The creature relies on its auras to harm foes and aid allies and uses briar cage to restrain enemies."},{id:"2cc0fbb6-030a-462f-b583-f376b79d3b53",name:"Dwarf Bolter",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Dungeoneering +10, Endurance +7, Perception +8",equipment:"chainmail, warhammer, crossbow with 20 bolts",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:46,initiative:5,ac:17,fortitude:16,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"776a19d4-a88d-46e8-9459-4824a3f32e05",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d10 + 2 damage.",damage:"1d10 + 2 damage",category:1},{id:"66bef0b1-1718-4f94-b848-3884efec45f2",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage. Aimed Shot: The dwarf bolter gains a +2 bonus to attack rolls and deals an extra 1d6 damage with ranged attacks against creatures that don’t have cover.",damage:"1d8 + 3 damage",category:1},{id:"c93d5cfd-77f5-4c02-b459-f32d65039645",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull , a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"Saving Throws +5 against poison effects",vulnerable:"",immune:"",tactics:"Dwarf bolters take up positions in large halls or wide corridors where enemies can gain no cover and must face a barrage of aimed shot crossbow bolts as they approach."},{id:"cdca4e91-ed16-43eb-8ca4-540b6d255fe5",name:"Dwarf Hammerer",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Any",languages:"Common, Dwarven",skills:"Dungeoneering +11, Endurance +5",equipment:"plate armor, heavy shield, warhammer, 3 throwing hammers",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:10},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:64,initiative:4,ac:23,fortitude:18,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"b988baf5-cb9c-48b1-8895-fafcd6299f96",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a pull , a push, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf can roll a saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0},{id:"10a41177-4981-43ac-bb1b-66b3fbccb0d1",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d10 + 3 damage.",damage:"1d10 + 3 damage",category:1},{id:"09e869d3-c1ba-4f8e-b65a-6a23d7e3d58d",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:1},description:"",details:"2d6 + 3 damage, and the target is knocked prone or pushed 1 square (dwarf hammerer’s choice).",damage:"2d6 + 3 damage",category:3},{id:"4dc274ca-9a97-4df4-b51b-26c76a02f79a",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"d4c72cd3-4c50-4aa3-98c3-1a01958bb741",name:"Stubborn",action:{action:5,trigger:"when an enemy tries to push it or knock it prone;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The hammerer makes a melee basic attack against the enemy.",details:"Warhammer: 1d10 + 3 damage.",damage:"1d10 + 3 damage",category:5}],damageModifiers:[],resist:"Saving Throws +5 against poison effects",vulnerable:"",immune:"",tactics:"A dwarf hammerer uses shield bash whenever possible, pushing allies back or knocking them prone so that nearby allies gain combat advantage."},{id:"5beac7da-f427-4b55-a1c0-e90e0dac5534",name:"Efreet Fireblade",details:"",size:3,origin:1,type:2,keywords:"fire",level:22,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Bluff +20, Insight +17, Intimidate +20, Perception +17",equipment:"scimitar",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:22},intelligence:{score:18},wisdom:{score:15},charisma:{score:18},hp:206,initiative:18,ac:38,fortitude:37,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"99cccdf0-1984-40f4-875b-a6d70d544c01",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:27,defence:0},description:"",details:"2d10 + 7 damage (crit 6d10 + 27), and the target is marked until the end of the efreet fireblade’s next turn.",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1},{id:"dd1d0b02-0907-4c3b-9445-e50c5282637a",name:"Hurl Scimitar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:25,defence:0},description:"The efreet fireblade hurls its scimitar at two targets; the first target must be within 10 squares of the efreet fireblade, and the second target within 5 squares of the first target;",details:"2d10 + 7 damage (crit 6d10 + 27), and the target is marked until the end of the efreet fireblade’s next turn. The scimitar returns to the fireblade’s hand after the attacks are made.",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1},{id:"5214406f-d878-4524-94bf-7f6030986b16",name:"Whirling Firesteel Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"requires scimitar;",range:"Close Burst 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage (crit 6d10 + 27), and the target is pushed 1 square and takes ongoing 10 fire damage (save ends).",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"The efreet fireblade uses hurl scimitar every chance it gets, saving its whirling firesteel strike power for when it has three or more enemies within melee striking range."},{id:"9f3ea02b-6dd0-44c4-b906-f4c69b85f204",name:"Efreet Cinderlord",details:"",size:3,origin:1,type:2,keywords:"fire",level:23,role:{type:0,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Bluff +22, Insight +20, Intimidate +22",equipment:"scimitar",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:27},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:169,initiative:19,ac:36,fortitude:33,reflex:34,will:32,regeneration:null,auras:[{id:"6c1217e4-83aa-4db1-98ae-e23b09e52487",name:"Blazing Soul",keywords:"Fire",details:"1: any creature in the aura taking ongoing fire damage takes 5 extra ongoing fire damage."}],powers:[{id:"0f723df6-4882-45b5-b725-ff46465c5753",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage (crit 6d10 + 27), and ongoing 5 fire damage (save ends).",damage:"2d10 + 7 damage (crit 6d10 + 27)",category:1},{id:"f14debfc-2fd3-4009-80ea-9577c63f2224",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 10",attack:{bonus:28,defence:0},description:"",details:"2d6 + 8 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 8 fire damage",category:1},{id:"128674d5-ea06-4f27-98ef-07cadb41249c",name:"Curse of the Efreet",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:28,defence:0},description:"",details:"1d6 + 8 fire damage, and ongoing 10 fire damage (save ends), and the target’s resistance to fire is negated until the end of the encounter (no save).",damage:"1d6 + 8 fire damage",category:1},{id:"6bd67bca-8819-448f-9158-a01aaa133c0d",name:"Fan the Flames",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20; affects only a target taking ongoing fire damage",attack:{bonus:17,defence:2},description:"",details:"automatic hit; 2d6 fire damage. Miss: Half damage.",damage:"2d6 fire damage",category:1},{id:"18408a7c-1701-40bd-ac70-13923c47b92c",name:"Fiery Shield",action:{action:5,trigger:"when the efreet cinderlord is damaged by a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"A fiery shield springs into being, halving the damage of the attack.",damage:"halving the damage of the attack",category:5}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"A cinderlord flies beyond its enemies’ reach while bombarding them with fire bolts. It uses curse of the efreet, and if it succeeds and the target continues to take ongoing fire damage, the efreet uses fan the flames against the same target on the following round. The cinderlord uses curse of the efreet again when blooded but otherwise hurls fire bolts."},{id:"30ab0e39-d5e1-42a2-8224-3a68b086e5e0",name:"Efreet Flamestrider",details:"",size:3,origin:1,type:2,keywords:"fire",level:23,role:{type:6,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover); see also fiery teleport",alignment:"Evil",languages:"Primordial",skills:"",equipment:"scimitar",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:24},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:217,initiative:20,ac:37,fortitude:36,reflex:35,will:34,regeneration:null,auras:[{id:"5ff732b9-9eb0-4399-aec2-a933f762eee8",name:"Blazing Soul",keywords:"Fire",details:"1: any creature in the aura taking ongoing fire damage takes 5 extra ongoing fire damage."}],powers:[{id:"af4ab149-fc54-4bc0-a40d-78787a1a047c",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:28,defence:0},description:"",details:"2d10 + 8 damage (crit 6d10 + 28), and ongoing 5 fire damage (save ends).",damage:"2d10 + 8 damage (crit 6d10 + 28)",category:1},{id:"a9f5ecd7-44aa-42e3-bcaf-e017a7470644",name:"Fiery Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:25,defence:2},description:"a fiery hand appears and grabs the target;",details:"1d6 + 8 fire damage, and the target takes ongoing 10 fire damage and is immobilized (save ends both).",damage:"1d6 + 8 fire damage",category:1},{id:"3f233075-c8de-4212-ae10-0c965722bc76",name:"Fiery Teleport",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The flamestrider can teleport 20 squares, reappearing in a puff of smoke; its destination must be adjacent to a fire creature or a fire.",damage:"The flamestrider can teleport 20 squares",category:1}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"An efreet flamestrider uses fiery teleport to move around the battlefield and its fiery grasp power to immobilize and burn foes. It attacks immobilized targets with its scimitar, taking advantage of its reach."},{id:"a7e67523-75aa-4c9c-b295-de457d4080ab",name:"Efreet Pyresinger",details:"",size:3,origin:1,type:2,keywords:"fire",level:25,role:{type:3,flag:0,leader:!1},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Arcana +22, Bluff +25, Diplomacy +25, Insight +21, Intimidate +25",equipment:"scimitar, scepter",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:233,initiative:20,ac:40,fortitude:37,reflex:36,will:36,regeneration:null,auras:[{id:"6b23bc8b-ff39-48e4-98f7-96ed08dd1702",name:"Fiery Soul",keywords:"Fire",details:"1: a creature that enters or begins its turn in the aura takes 10 fire damage; any creature in the aura taking ongoing fire damage takes 5 extra ongoing fire damage."}],powers:[{id:"1fa2200d-eff9-41d7-9a2a-18e28542bec4",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:30,defence:0},description:"",details:"2d10 + 9 damage (crit 6d10 + 29), and ongoing 5 fire damage (save ends).",damage:"2d10 + 9 damage (crit 6d10 + 29)",category:1},{id:"742e4283-fcb6-4f3a-b20f-adcf4b366e9d",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 10",attack:{bonus:31,defence:0},description:"",details:"3d6 + 8 fire damage, and ongoing 5 fire damage (save ends).",damage:"3d6 + 8 fire damage",category:1},{id:"569de06c-91b1-4ae0-b947-93ee7855b3ba",name:"Fiery Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"2d8 + 7 fire damage, and the target takes ongoing 20 fire damage and is restrained (save ends both). As a move action, the efreet pyresinger can slide a target wrapped in fiery chains 1 square.",damage:"2d8 + 7 fire damage",category:1},{id:"5a51a0e0-dc2b-42f9-ae98-f0f3bd44b9f0",name:"Sheets of Flame",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Zone",condition:"",range:"Area Burst 3 within 20",attack:null,description:"",details:"the burst creates a zone of roaring flame that lasts until the end of the encounter. Any creature that enters the zone or starts its turn there takes 10 fire damage. The zone blocks line of sight.",damage:"any creature that enters the zone or starts its turn there takes 10 fire damage",category:1}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"A pyresinger remains outside of melee range and uses fiery chains as often as it can to restrain enemies, allowing its allies to pound on them with impunity. On the rounds in which it can’t invoke fiery chains, the pyresinger hurls fiery bolts. The creature uses sheets of flame to divide the field of battle and control the flow of enemies."},{id:"ce04bbe2-0b30-40dc-a234-d59935d0f3a3",name:"Efreet Karadjin",details:"",size:3,origin:1,type:2,keywords:"fire",level:28,role:{type:7,flag:0,leader:!0},senses:"",movement:"6, fly 8 (hover)",alignment:"Evil",languages:"Primordial",skills:"Arcana +25, Bluff +26, Insight +23, Intimidate +26, Perception +23",equipment:"scimitar",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:25},intelligence:{score:22},wisdom:{score:18},charisma:{score:25},hp:260,initiative:23,ac:44,fortitude:45,reflex:42,will:42,regeneration:null,auras:[],powers:[{id:"286d44a5-a3d8-42c0-94b2-bf82bdc5f88e",name:"Scimitar of Horrendous Flame",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:35,defence:0},description:"",details:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage, and the target takes ongoing 15 fire damage and is immobilized (save ends both). Aftereffect: Ongoing 15 fire damage (save ends). Saving throws against this power take a –2 penalty.",damage:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage",category:1},{id:"899964d0-dc09-41d2-a729-a71e74422d24",name:"Fiery Vendetta",action:{action:4,trigger:"when an enemy within reach attacks one of the efreet karadjin’s allies;",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:35,defence:0},description:"The efreet karadjin makes a melee basic attack against the triggering enemy.",details:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage, and the target takes ongoing 15 fire damage and is immobilized (save ends both). Aftereffect: Ongoing 15 fire damage (save ends). Saving throws against this power take a –2 penalty.",damage:"2d10 + 9 damage (crit 6d10 + 29) plus 1d10 fire damage",category:5},{id:"d52db886-e67e-4547-a134-6e4afbb6d291",name:"Elemental Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One allied elemental creature within 10 squares of the efreet karadjin (and within its line of sight) shifts.",damage:"One allied elemental creature within 10 squares of the efreet karadjin (and within its line of sight) shifts",category:3}],damageModifiers:[{type:3,value:0}],resist:"",vulnerable:"",immune:"",tactics:"The mighty efreet karadjin wades into battle, uses elemental command up to two times every round, and swings its scimitar with maniacal glee. Whenever an enemy within reach tries to attack one of the karadjin’s allies, the karadjin unleashes its fiery vendetta."},{id:"542f96fb-07b4-4d49-8e17-6dad512c3fd7",name:"Eidolon",details:"",size:3,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:0,leader:!0},senses:"",movement:"5",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:132,initiative:8,ac:28,fortitude:26,reflex:22,will:23,regeneration:null,auras:[{id:"46db68b4-b698-4cd5-95de-0bb222bb480d",name:"Fearless Followers",keywords:"",details:"5: allies in the aura are immune to fear."}],powers:[{id:"64f43f9f-d5ba-47a5-a1e5-2b2d6c653dbd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"4efaa069-44b3-4b34-a3f1-710f97c069fa",name:"Divine Retribution",action:{action:4,trigger:"when an enemy attacks the eidolon while hallowed stance is active;",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"Divine radiance strikes the creature that attacked the eidolon:",details:"2d8 + 5 radiant damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d8 + 5 radiant damage",category:5},{id:"4516c0b0-f94f-40e9-acd6-d2832d9402d3",name:"Vengeful Flames",action:{action:4,trigger:"when an enemy kills one of the eidolon’s allies in the eidolon’s line of sight;",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"Divine fire engulfs the enemy:",details:"1d8 + 5 fire damage, and ongoing 5 fire (save ends). This attack does not provoke opportunity attacks.",damage:"1d8 + 5 fire damage",category:5},{id:"0da5497e-a15b-4311-9948-67a76db6ae37",name:"Hallowed Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"The eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 20 to all damage, and all allies in its line of sight deal an extra 1d8 radiant damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:"An eidolon moves little in battle, relying on its allies, its hallowed stance, and its divine retribution power to protect it. When one of its allies falls in battle, the eidolon uses vengeful flames. Once all of its allies are slain, the eidolon makes slam attacks against enemies within reach, fighting until destroyed."},{id:"ad64b08b-1e76-4253-89d4-492861904e32",name:"Eladrin Fey Knight",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!0},senses:"low-light vision",movement:"5; see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Athletics +12, Arcana +7, History +7, Nature +9",equipment:"chainmail, light shield, longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:77,initiative:11,ac:23,fortitude:17,reflex:19,will:17,regeneration:null,auras:[{id:"2e4c7086-570b-441c-997f-1c3f57ba1ef7",name:"Feywild Tactics",keywords:"",details:"10: fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"5deee61b-3d55-42e3-ac44-093ecc4cceed",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"53c3e245-d4fa-4dd2-8529-813b53dbba27",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires longsword;",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"3d8 + 4 damage, and the target is restrained until the end of the eladrin fey knight’s next turn. The eladrin fey knight cannot attack with its longsword while the target is restrained.",damage:"3d8 + 4 damage",category:1},{id:"17a4cd47-8e69-4ec7-a457-05520eac0e3a",name:"Feywild Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the eladrin fey knight dies, taking 4 damage each round it does not attack the eladrin fey knight.",damage:"taking 4 damage each round it does not attack the eladrin fey knight",category:1},{id:"b1254329-c17f-4d41-9445-5d9d1bcbe222",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin fey knight can teleport 5 squares.",damage:"The eladrin fey knight can teleport 5 squares",category:2},{id:"eda638aa-f676-4a69-b855-d05b41b0ab00",name:"Harvest’s Sorrow",action:{action:4,trigger:"when an ally within 5 squares of the eladrin fey knight is damaged;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Half the attack’s damage is negated, and the eladrin fey knight takes the other half.",damage:"half the attack’s damage is negated",category:5}],damageModifiers:[],resist:"Saving Throws +5 against charm effects",vulnerable:"",immune:"",tactics:"The eladrin fey knight issues a Feywild challenge. Thereafter, he uses stab of the entangling wild whenever that power is available and otherwise makes melee basic attacks. The fey knight tries to stay within 5 squares of his allies so that he can use harvest’s sorrow."},{id:"0d7de87e-e3e9-41d6-a051-8600a1d9b734",name:"Eladrin Twilight Incanter",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"robes, spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:82,initiative:7,ac:22,fortitude:19,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"fbc6b94e-b45b-4b89-9287-67572669dae7",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 1 damage, and the target is slowed until the end of the eladrin twilight incanter’s next turn.",damage:"1d8 + 1 damage",category:1},{id:"dcffcc52-da3b-410d-85e1-7eaa19f5baad",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8 + 3 damage, and the target is immobilized until the end of the eladrin twilight incanter’s next turn.",damage:"1d8 + 3 damage",category:1},{id:"c0d8b7f7-8341-45b0-a83e-32775894f5b2",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8 + 2 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8 + 2 damage",category:1},{id:"bc6f1343-be7d-45c1-949c-1b7736d75d6c",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close Blast 3",attack:{bonus:9,defence:3},description:"",details:"2d6 + 3 radiant damage, and the target is blinded until the end of the eladrin fey incanter’s next turn.",damage:"2d6 + 3 radiant damage",category:1},{id:"8a0068e9-d94f-483f-bb08-181da564c3b0",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin twilight incanter can teleport 5 squares.",damage:"The eladrin twilight incanter can teleport 5 squares",category:2}],damageModifiers:[],resist:"Saving Throws +5 against charm effects",vulnerable:"",immune:"",tactics:"The eladrin twilight incanter assails enemies with binding bolts and teleporting bolts, holding them in place or moving them around so that her allies can secure the tactical advantage. If enemies get too close, the twilight incanter uses dazzling blast to blind them."},{id:"6f5fccb8-50be-4a2a-b09c-c114e9a33a66",name:"Bralani of Autumn Winds",details:"",size:2,origin:2,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6, fly 9 (hover); see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Arcana +14, History +14, Intimidate +22, Nature +18",equipment:"leather armor, longsword",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:26},intelligence:{score:16},wisdom:{score:19},charisma:{score:27},hp:180,initiative:17,ac:33,fortitude:28,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"07cbce52-bf67-43d8-87c7-17ff3a04547e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d8 + 8 damage.",damage:"1d8 + 8 damage",category:1},{id:"cb01098d-af0b-42a6-94e5-e98d72408580",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bralani of autumn winds can teleport 5 squares.",damage:"The bralani of autumn winds can teleport 5 squares",category:2},{id:"e5ee3664-2fe1-470a-9018-b545cd73de05",name:"Autumn Chill",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target is weakened until the end of the encounter.",damage:"",category:1},{id:"e1430632-1ed9-4f63-8410-032c6f86076b",name:"Whirlwind Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Blast 5",attack:{bonus:22,defence:1},description:"",details:"2d8 + 9 damage, and the target is pushed 2 squares (pushed 3 squares and knocked prone on a critical hit). Miss: Half damage, and the target is not pushed.",damage:"2d8 + 9 damage",category:1}],damageModifiers:[{type:9,value:-20}],resist:"Saving Throws +5 against charm effects",vulnerable:"necrotic (slowed until the end of the bralani’s next turn)",immune:"",tactics:"A bralani uses autumn chill on the greatest perceived threat and then uses whirlwind blast to damage and push back opponents. If it can’t use whirlwind blast because allies are in the way, it rushes into melee and makes longsword attacks."},{id:"ffe2061c-97c3-433b-8978-0287ee14a0f8",name:"Ghaele of Winter",details:"",size:2,origin:2,type:2,keywords:"",level:21,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6, fly 8 (hover); see also fey step",alignment:"Any",languages:"Common, Elven",skills:"Arcana +15, Diplomacy +24, History +15, Insight +21, Intimidate +24, Nature +21",equipment:"robes",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:28},intelligence:{score:17},wisdom:{score:22},charisma:{score:29},hp:134,initiative:19,ac:33,fortitude:30,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"676d2fb0-a4b7-4afc-94c8-50ac252bc92c",name:"Winter’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee Touch",attack:{bonus:25,defence:0},description:"",details:"2d8 + 9 cold damage.",damage:"2d8 + 9 cold damage",category:1},{id:"1c166b95-20da-46be-8359-ab27478d4529",name:"Freezing Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 12",attack:{bonus:25,defence:2},description:"",details:"2d8 + 9 cold damage, and the target is slowed (save ends).",damage:"2d8 + 9 cold damage",category:1},{id:"5159dfe8-50a9-4cdd-8833-1fcf6989621d",name:"Chilling Defiance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Healing",condition:"",range:"Close Burst 3; targets enemies",attack:null,description:"",details:"automatic hit; the target takes 10 cold damage and is slowed until the end of the ghaele’s next turn. The ghaele of winter regains 2 hit points for each enemy who takes damage from this power.",damage:"the target takes 10 cold damage and is slowed until the end of the ghaele’s next turn",category:1},{id:"a9172ece-1cf2-4875-8f69-0fcd217d977e",name:"Imperious Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharges when the ghaele of winter regains at least 4 hit points with chilling defiance;"},keywords:"",condition:"",range:"Close Burst 3",attack:{bonus:23,defence:3},description:"",details:"the target is dazed until the end of the encounter.",damage:"",category:3},{id:"d62a1990-5509-46c4-9ec3-978b73fa2aec",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The ghaele of winter can teleport 5 squares.",damage:"The ghaele of winter can teleport 5 squares",category:2}],damageModifiers:[{type:2,value:-25},{type:9,value:-25}],resist:"Saving Throws +5 against charm effects",vulnerable:"necrotic (slowed until the end of the ghaele’s next turn)",immune:"",tactics:"A ghaele of winter uses flight and fey step to find ideal positions from which to safely make ranged attacks. If the ghaele gets multiple foes within 3 squares of it, it uses chilling defiance and imperious wrath in the same round, then follows up with winter’s touch or freezing ray. The ghaele takes advantage of slowed enemies, retreating to a safe distance and using freezing ray."},{id:"1691b0d3-a44c-4275-b222-94f861e53352",name:"Firelasher",details:"",size:3,origin:1,type:3,keywords:"air, fire",level:11,role:{type:6,flag:0,leader:!1},senses:"",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:21},intelligence:{score:7},wisdom:{score:11},charisma:{score:8},hp:108,initiative:11,ac:25,fortitude:21,reflex:25,will:20,regeneration:null,auras:[],powers:[{id:"ed3c051e-3d62-4fc0-92c6-6c8615832104",name:"Fire Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:14,defence:2},description:"",details:"2d8 + 5 fire damage.",damage:"2d8 + 5 fire damage",category:1},{id:"ae3dc215-d7f6-4f2b-8d57-3a80bef437ac",name:"Wildfire Cyclone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close Burst 2",attack:{bonus:14,defence:2},description:"",details:"2d6 + 5 fire damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d6 + 5 fire damage",category:1},{id:"e171b1ee-0888-4b1b-ac23-70c5e4ca1145",name:"Whirlwind Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The firelasher can move up to twice its speed. It can move through spaces occupied by other creatures without provoking opportunity attacks. It must end its move in an unoccupied space. Any creature whose space the firelasher enters takes 10 fire damage.",damage:"any creature whose space the firelasher enters takes 10 fire damage",category:1},{id:"c6a797b5-605c-4b6f-83ae-6ee956ae956a",name:"Mutable Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The firelasher can squeeze through spaces as though it were a Medium creature.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:3,value:-25}],resist:"",vulnerable:"",immune:"disease",tactics:"The firelasher uses whirlwind dash, burning as many enemies as possible. If it can, it ends its dash within 2 squares of multiple foes so that it can use its wildfire cyclone power on the following round. Until these powers recharge and it can use them again, the firelasher makes fire lash attacks."},{id:"7fe3d4a7-6b38-43f7-82c9-3e726d4aee12",name:"Rockfire Dreadnought",details:"",size:3,origin:1,type:3,keywords:"earth, fire",level:18,role:{type:7,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:18},dexterity:{score:22},intelligence:{score:8},wisdom:{score:16},charisma:{score:7},hp:170,initiative:17,ac:34,fortitude:34,reflex:32,will:29,regeneration:null,auras:[{id:"47552024-065f-443e-8dbe-8582636fe96e",name:"Waves of Flame",keywords:"Fire",details:"1: any creature that enters or starts its turn in the aura takes 10 fire damage."}],powers:[{id:"4fd63a62-3a89-44b8-900b-2b6ef34eaaf1",name:"Fist of Flame",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:21,defence:2},description:"",details:"2d8 + 8 fire damage.",damage:"2d8 + 8 fire damage",category:1},{id:"3eb78379-ff90-477d-91e0-eb274eb8eb26",name:"Brimstone Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10/20",attack:{bonus:23,defence:0},description:"The rockfire dreadnought hurls a flaming chunk of brimstone at the target.",details:"2d6 + 6 damage plus 5 fire damage.",damage:"2d6 + 6 damage plus 5 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-25}],resist:"",vulnerable:"",immune:"disease, petrification",tactics:"A rockfire dreadnought pummels enemies with its fiery fists while burning those caught within its aura. It only hurls brimstone rocks when its enemies are out of reach, pulling the brimstone from its own body."},{id:"a231ab04-3292-404f-8384-3430baaa056a",name:"Earthwind Ravager",details:"",size:3,origin:1,type:3,keywords:"air, earth",level:23,role:{type:3,flag:0,leader:!1},senses:"",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:30},intelligence:{score:6},wisdom:{score:17},charisma:{score:16},hp:219,initiative:21,ac:37,fortitude:34,reflex:36,will:29,regeneration:null,auras:[],powers:[{id:"7f39792e-d1ff-4fb8-8302-34f9ca70cc98",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:26,defence:1},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"1d63f83f-6453-4c25-96a9-681eb43d5034",name:"Wind Devil",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:26,defence:1},description:"The earthwind ravager causes swirling wind to rise up around the target.",details:"4d8 damage, and the target is immobilized until the end of the ravager’s next turn. The creature can sustain the effect as a minor action, dealing 2d8 damage to the target (no attack roll required) and keeping it immobilized until the end of the ravager’s next turn.",damage:"4d8 damage",category:1},{id:"713c0131-24fa-4ed4-a961-b681c5be5695",name:"Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:24,defence:1},description:"",details:"1d8 + 10 damage, and the target is pushed 2 squares.",damage:"1d8 + 10 damage",category:1},{id:"fa407c2d-7665-4b3c-bcc3-8fbe8eacc4ad",name:"Buffeting Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Blast 3",attack:{bonus:24,defence:1},description:"",details:"4d8 + 8 damage, and the target is stunned until the end of the earthwind ravager’s next turn.",damage:"4d8 + 8 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease, petrification",tactics:"An earthwind ravager disguises itself to resemble a pile of rocks, hoping to catch enemies by surprise. When it rises, it gathers all of the rocks up into its swirling form, puts some distance between it and its prey, and uses wind devil repeatedly until it immobilizes an enemy. Once it succeeds, it sustains the effect with a minor action every round. It uses buffeting blast to stun the immobilized creature and other nearby enemies. The ravager then closes in and makes slam attacks against its immobilized prey or uses whirlwind to push away other enemies."},{id:"e3a6b00c-5619-4187-a46f-6a66a43fd5b9",name:"Thunderblast Cyclone",details:"",size:4,origin:1,type:3,keywords:"air, water",level:26,role:{type:0,flag:1,leader:!1},senses:"",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:29},dexterity:{score:32},intelligence:{score:8},wisdom:{score:17},charisma:{score:15},hp:382,initiative:24,ac:42,fortitude:40,reflex:42,will:35,regeneration:null,auras:[],powers:[{id:"bdb111dc-1207-467c-b91f-00276d5ac346",name:"Lightning Arc",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 3",attack:{bonus:29,defence:2},description:"",details:"2d8 + 11 lightning damage.",damage:"2d8 + 11 lightning damage",category:1},{id:"f94a5a88-e309-4f16-a85d-84e01b411ca4",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:29,defence:2},description:"",details:"2d8 + 11 lightning damage.",damage:"2d8 + 11 lightning damage",category:1},{id:"3fa5dcac-d76d-477b-9e47-1f2230283ec0",name:"Thunderclap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Burst 2",attack:{bonus:28,defence:1},description:"",details:"2d10 + 9 thunder damage.",damage:"2d10 + 9 thunder damage",category:1},{id:"5e064c17-a491-4529-b823-929c80a19cbb",name:"Charged Mist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close Burst 3",attack:null,description:"",details:"automatic hit; 1d10 + 9 lightning damage, and the thunderblast cyclone becomes insubstantial until the end of its next turn.",damage:"1d10 + 9 lightning damage",category:1},{id:"b31c775f-4e02-49e7-91d3-38a9ea84b590",name:"Lightning Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the thunderblast cyclone uses charged mist"},keywords:"Lightning, Thunder",condition:"begins uncharged;",range:"Area Burst 3 within 20",attack:{bonus:29,defence:2},description:"",details:"6d8 + 9 lightning and thunder damage. Miss: Half damage.",damage:"6d8 + 9 lightning and thunder damage",category:1}],damageModifiers:[{type:7,value:0},{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"disease",tactics:"The thunderblast cyclone makes lightning bolt attacks until enemies come within range of its charged mist. One the same round it uses charged mist, it spends an action point to unleash lightning storm. It then alternates between lightning arc and thunderclap, switching out the latter for charged mist as soon as the power recharges."},{id:"425780af-2f46-4032-9335-c768f85782ed",name:"Elf Archer",details:"",size:2,origin:2,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"7; see also wild step",alignment:"Any",languages:"Common, Elven",skills:"Nature +11, Perception +11, Stealth +10",equipment:"leather armor, short sword, longbow, quiver of 30 arrows",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:32,initiative:5,ac:15,fortitude:11,reflex:13,will:12,regeneration:null,auras:[{id:"12d65c03-dee6-449c-82f3-db90d06aab16",name:"Group Awareness",keywords:"",details:"5: non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"b4034ec1-fcfc-43b4-a711-e1fb33de8d21",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"e58f0c22-cda4-483c-8881-a41fa9d0c4cd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"",details:"1d10 + 4 damage; see also archer’s mobility.",damage:"1d10 + 4 damage",category:1},{id:"9e0fa4a7-a6ee-4ccc-b0d7-fbe716c75100",name:"Archer’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the elf archer moves at least 4 squares from its original position, it gains a +2 bonus to ranged attack rolls until the start of its next turn.",damage:"",category:0},{id:"3b3046d0-574b-47a1-94c5-20410591085e",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"add7cd2f-802e-4ec6-8eff-5501deae628c",name:"Not So Close",action:{action:4,trigger:"when an enemy makes a melee attack against the elf archer;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"The elf archer shifts 1 square and makes a ranged attack against the enemy.",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:5},{id:"1a44652b-2c14-46ad-b144-b50ffeb895f6",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An elf archer attacks with his longbow and uses archer’s mobility between attacks. If an enemy engages the elf archer in melee, he uses not so close and moves away on his next turn."},{id:"4ce5bae0-5f8a-4c69-a3e9-786c293e4bd0",name:"Elf Scout",details:"",size:2,origin:2,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also wild step",alignment:"Any",languages:"Common, Elven",skills:"Nature +10, Perception +10, Stealth +9",equipment:"chainmail, longsword, short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:39,initiative:7,ac:16,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"0431c463-417f-4355-9f91-2f7eba36bfc3",name:"Group Awarness",keywords:"",details:"5: non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"dfbec71b-83e0-491a-b94a-d329858c2ece",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 + 4 damage. Combat Advantage: An elf scout that has combat advantage deals an extra 1d6 damage on it attacks.",damage:"1d8 + 4 damage",category:1},{id:"2a105d70-5977-4e32-92b5-1682901a130f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: An elf scout that has combat advantage deals an extra 1d6 damage on it attacks.",damage:"1d6 + 4 damage",category:1},{id:"eded8401-48b5-46a3-93d1-bae8a706d4fa",name:"Two-Weapon Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"The elf scout makes a longsword attack and a short sword attack against the same target.",details:"Longsword: 1d8 + 4 damage. Short Sword: 1d6 + 4 damage. If both attacks hit, the elf scout deals an additional 4 damage. Combat Advantage: An elf scout that has combat advantage deals an extra 1d6 damage on it attacks.",damage:"1d8 + 4 damage",category:1},{id:"d4491954-0e76-475b-9a5f-da1f65c3e4c9",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf ignores difficult terrain when it shifts.",damage:"",category:0},{id:"fc75b964-acc2-4895-929a-af56f5ed5eb3",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An elf scout often tries to fight an opponent in difficult terrain where she can shift but an enemy cannot. She tries to flank opponents to gain combat advantage."},{id:"835302e7-9ab3-40c4-a1d8-2838a40e47e8",name:"Ettercap Fang Guard",details:"",size:2,origin:4,type:2,keywords:"spider",level:4,role:{type:7,flag:0,leader:!1},senses:"",movement:"5, climb 5 (spider climb); see also web walker",alignment:"Unaligned",languages:"--",skills:"Stealth +9",equipment:"leather armor, greataxe",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:5},wisdom:{score:13},charisma:{score:11},hp:56,initiative:6,ac:20,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"706b651f-a577-40c9-afea-9424ec3e7ec3",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"0bc7f22a-27e2-40dc-8ed8-7144b3370967",name:"Spider Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"requires combat advantage;",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage. If the attack hits, the ettercap makes a secondary attack against the same target. Secondary Attack: +7 vs. Fortitude; the target is stunned until the end of the ettercap’s next turn and takes ongoing 5 poison damage (save ends).",damage:"1d6 + 4 damage",category:1},{id:"5b8122ec-edd3-456f-86be-cb16416471af",name:"Web Tangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:1},{id:"be09c9e8-0fb7-4970-9c7b-e25b58f3e4cd",name:"Web Reaper",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The ettercap fang guard gains a +2 bonus to attack rolls and deals an extra 2 damage against restrained or immobilized creatures.",damage:"the ettercap fang guard gains a +2 bonus to attack rolls and deals an extra 2 damage against restrained or immobilized creatures",category:0},{id:"3102488f-d5c9-4caa-a15c-4630ccd5dd1d",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettercap ignores the movement effects of spider webs and difficult terrain related to spider swarms.",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"This creature uses web tangle to immobilize a foe, flanks with allies to gain combat advantage, and uses its spider bite. If the ettercap is unable to gain combat advantage, it alternates between web tangle and greataxe attacks, hoping to gain the benefits of its web reaper power."},{id:"b1b3ded0-baa8-47aa-9060-c3e703386135",name:"Ettercap Webspinner",details:"",size:2,origin:4,type:2,keywords:"spider",level:5,role:{type:3,flag:0,leader:!1},senses:"",movement:"5, climb 5 (spider climb); see also web walker",alignment:"Unaligned",languages:"--",skills:"Perception +9, Stealth +9",equipment:"leather armor, longspear",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:5},wisdom:{score:15},charisma:{score:13},hp:64,initiative:4,ac:18,fortitude:17,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"562df60e-9584-432e-9baa-9b31d6b242c8",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 3 damage.",damage:"1d10 + 3 damage",category:1},{id:"38a2c92f-7c53-44d4-ac65-8d1e29168fa4",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettercap ignores the movement effects of spider webs and difficult terrain related to spider swarms.",damage:"",category:0},{id:"166bd881-7e1e-43d4-a6f3-051a10fbd42e",name:"Spider Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"requires combat advantage;",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d6 + 3 damage. If the attack hits, the ettercap makes a secondary attack against the same target. Secondary Attack: +8 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d6 + 3 damage",category:1},{id:"448b2c6a-66a9-475e-9d1c-67df6daaf753",name:"Web Net",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"the target is restrained (save ends).",damage:"",category:3},{id:"af3739bf-5f0e-4b4b-929e-471aba8a45a9",name:"Webbed Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"Area Burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"the target is immobilized (save ends). The zone is filled with spider webs and is considered difficult terrain until the end of the encounter.",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"An ettercap webspinner uses stealth to shadow its prey, waiting for an opportune moment to strike. It uses webbed terrain to immobilize opponents and hinder their movement. It then uses web net to restrain the closest target and uses its longspear to strike from a safe distance."},{id:"d26799bc-df0c-4047-be44-c0418daf863a",name:"Ettin Marauder",details:"",size:3,origin:4,type:2,keywords:"giant",level:10,role:{type:7,flag:1,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Giant",skills:"Perception +12",equipment:"hide armor, 2 clubs",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:12},intelligence:{score:8},wisdom:{score:15},charisma:{score:9},hp:222,initiative:8,ac:28,fortitude:26,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"273dc7a6-971c-4502-91d3-061d4f267570",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d8 + 9 damage, and the target is pushed 1 square.",damage:"1d8 + 9 damage",category:1},{id:"f1b37f86-0c78-46ec-b208-3de9581b7686",name:"Swat",action:{action:4,trigger:"when an enemy moves into a postition that flanks the ettin;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The ettin targets one creature flanking it",attack:{bonus:13,defence:1},description:"",details:"the target is pushed 3 squares.",damage:"the target is pushed 3 squares",category:5},{id:"8e65f4cd-b595-4ed7-857f-1d9a769e248d",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettin rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The ettin’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"dc75266c-a7d4-4514-ad0c-568025b7db00",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the ettin automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An ettin marauder engages foes in melee combat, spending an action point if necessary to reach a lightly armored adversary. It uses swat against an enemy that tries to flank it."},{id:"9ccae6d6-4549-441d-8e35-8ad11ba32a6d",name:"Ettin Spirit-Talker",details:"",size:3,origin:4,type:2,keywords:"giant",level:12,role:{type:3,flag:1,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Giant",skills:"Perception +17, Religion +12",equipment:"hide armor, 2 clubs",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:23},charisma:{score:15},hp:0,initiative:0,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[{id:"f324ffed-9275-4600-bfd9-cd00421d5dd8",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettin rolls initiative twice, gets two turns during a round, and has a full set of actions (standard, move, minor) on each turn. Each set of actions corresponds to a different head. The ettin’s ability to take immediate actions refreshes on each of its turns.",damage:"",category:0},{id:"02ecbbb4-ac39-44b2-afbf-277de58507d4",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, the ettin automatically saves against the dazed and stunned conditions and against charm effects that a save can end.",damage:"",category:0},{id:"6d5d2c63-461e-41fc-916a-3242b97a62bc",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d8 + 7 damage, and the target is pushed 1 square.",damage:"1d8 + 7 damage",category:1},{id:"490a27a5-6651-4d5f-a41c-372816bd41e8",name:"Curse of Shattered Bone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the next time the spirit talker successfully hits the target with a melee attack, the attack is treated as a critical hit and deals an extra 1d12 damage. The curse lasts until the end of the ettin spirit talker’s next turn.",damage:"the attack is treated as a critical hit and deals an extra 1d12 damage",category:1},{id:"c1ef4225-8f93-4292-9250-331ecee0b97c",name:"Spirit Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Burst 5",attack:{bonus:15,defence:1},description:"The ettin spirit-talker initiates a howling chant to demonic spirits, filling the area with swirling spectral forms:",details:"2d6 + 6 necrotic damage, and the target slides 3 squares.",damage:"2d6 + 6 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Round after round, the ettin spirit-talker uses its first turn to invoke a curse of shattered bone, and then uses its second turn to club the cursed target. The creature uses spirit call on foes that try to surround and flank it."},{id:"5a44d463-b900-49f3-8ef4-42041a1583e7",name:"Flameskull",details:"",size:0,origin:4,type:0,keywords:"undead",level:8,role:{type:0,flag:0,leader:!1},senses:"",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Perception +11, Stealth +12",equipment:"",category:"",strength:{score:5},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:14},charisma:{score:20},hp:70,initiative:7,ac:21,fortitude:18,reflex:23,will:21,regeneration:{value:5,details:""},auras:[],powers:[{id:"e06e2842-91e2-489e-b02e-3b38816638e1",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 0",attack:{bonus:10,defence:0},description:"",details:"1 damage plus 1d8 fire damage.",damage:"1 damage plus 1d8 fire damage",category:1},{id:"f10cefe5-badb-49cf-8896-1ede8b33fa65",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"2d6 + 6 fire damage.",damage:"2d6 + 6 fire damage",category:1},{id:"76cf7a15-6e0a-40cf-86af-f772286320d5",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area Burst 3 within 20",attack:{bonus:12,defence:2},description:"",details:"3d6 + 6 fire damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d6 + 6 fire damage",category:1},{id:"c00a3a71-78f7-42e1-b893-bbe55e403033",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand (Player’s Handbook 158).",damage:"",category:3},{id:"136c1958-0eed-43ac-95f8-e9d857965e38",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:7,value:0},{type:3,value:-10},{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The flameskull uses its fly speed to stay out of melee range while targeting enemies with its flame ray and fireball powers. It can manipulate objects with its mage hand power; in combat, it uses this power to pull trap levers, reset sprung traps, shut doors, and the like."},{id:"3d301df2-d090-4c9b-b0f2-b1e119c0eab4",name:"Great Flameskull",details:"",size:1,origin:4,type:0,keywords:"undead",level:24,role:{type:0,flag:0,leader:!1},senses:"truesight 6",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Perception +22, Stealth +24",equipment:"",category:"",strength:{score:10},constitution:{score:24},dexterity:{score:25},intelligence:{score:30},wisdom:{score:21},charisma:{score:28},hp:174,initiative:19,ac:37,fortitude:34,reflex:39,will:37,regeneration:{value:10,details:""},auras:[],powers:[{id:"40309b87-fa30-4f54-9e37-479b6d61861d",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The great flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The great flameskull sheds bright light out to 5 squares",category:0},{id:"cdfce318-1433-4985-8e1f-737b81267041",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"1d4 damage plus 2d6 fire damage.",damage:"1d4 damage plus 2d6 fire damage",category:1},{id:"e5b4ac18-d184-45cb-8a1d-6e1b125f6f7c",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"2d8 + 10 fire damage, and the target is dazed until the end of the great flameskull’s next turn.",damage:"2d8 + 10 fire damage",category:1},{id:"c0743e73-3e56-4409-afbd-e7f610fe4404",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand (Player’s Handbook 158).",damage:"",category:3},{id:"97c07414-66bf-4464-ace0-9d20791f4d03",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area Burst 4 within 20",attack:{bonus:27,defence:2},description:"",details:"3d6 + 10 fire damage. Miss: Half damage. The firestorm blocks line of sight, deals 10 fire damage to any creature that starts its turn in the area, and disappears at the end of the great flameskull’s next turn. The great flameskull can exclude allies from the effect.",damage:"3d6 + 10 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-20},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The great flameskull uses firestorm at the start of battle and then scorches foes with flame rays."},{id:"cb808013-0682-4aa6-ae17-c302a73629e0",name:"Fomorian Warrior",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:7,flag:1,leader:!1},senses:"truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Intimidate +17, Perception +13",equipment:"hide armor, mace",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:15},intelligence:{score:11},wisdom:{score:10},charisma:{score:18},hp:332,initiative:12,ac:34,fortitude:38,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"99a1d758-4055-4fd9-8da1-b71058d6bbc8",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:22,defence:0},description:"",details:"1d12 + 10 damage; see also skullcracker. Skullcracker: The fomorian warrior deals an extra 2d10 damage on melee attacks made against an immobilized creature.",damage:"1d12 + 10 damage",category:1},{id:"5fa53205-560e-4530-85e5-f59ab344f918",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"the target is immobilized (save ends). The target is no longer immobilized if the fomorian uses its evil eye on another creature.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fomorian warrior uses its evil eye to immobilize an enemy, then smashes it with its mace. It spends its action point to make a second melee attack against the same creature if it’s still alive. On subsequent rounds, the fomorian warrior continues to target one enemy at a time with its evil eye before moving in for the kill."},{id:"46397ba0-8afb-4b1e-976a-8336ef06186f",name:"Fomorian Painbringer",details:"",size:4,origin:2,type:2,keywords:"giant",level:19,role:{type:3,flag:1,leader:!1},senses:"truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Intimidate +19, Perception +16",equipment:"hide armor, flail",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:9},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:362,initiative:8,ac:35,fortitude:35,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"d3fba152-0b30-4b8b-9e81-79e455846d20",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:24,defence:0},description:"",details:"2d6 + 7 damage; see also studied foe.",damage:"2d6 + 7 damage",category:1},{id:"62a48049-3f4d-48dd-be55-33f0f9ee0d56",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"the target takes 3d6 + 5 damage whenever it damages the fomorian painbringer. If the painbringer uses this power against a new target, the previous target is no longer affected.",damage:"the target takes 3d6 + 5 damage whenever it damages the fomorian painbringer",category:3},{id:"c0751b02-2e3f-47a7-b5e8-1a174fa56434",name:"Funnel Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8",attack:{bonus:22,defence:3},description:"",details:"4d6 + 5 damage; see also studied foe.",damage:"4d6 + 5 damage",category:1},{id:"db680826-96e4-444a-a52c-9066237bc315",name:"Painful Visions",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 4",attack:{bonus:22,defence:3},description:"",details:"the target is dazed (save ends); see also studied foe.",damage:"",category:3},{id:"635bab67-144a-4da9-a31d-13b8f44b6f68",name:"Studied Foe",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian painbringer gains a +2 bonus to attack rolls against a creature affected by its evil eye power.",damage:"The fomorian painbringer gains a +2 bonus to attack rolls against a creature affected by its evil eye power",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fomorian painbringer stays at the edge of combat and relies on its allies for protection. It uses evil eye against the opponent likely to attack it. It then uses funnel pain round after round, spending an action point to use the power twice when an enemy is bloodied. If opponents get too close for comfort, the creature uses its painful visions power."},{id:"6011fba3-973d-4d0d-aa68-f8de1881699c",name:"Foulspawn Grue",details:"",size:1,origin:0,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"4, teleport 4",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Perception +5, Stealth +13",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:3},charisma:{score:16},hp:87,initiative:8,ac:22,fortitude:19,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"660384fc-9b06-4373-ad5b-7359ff95b298",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d4 + 4 damage, and the target is slowed (save ends). If the target is already slowed, it is dazed instead (save ends).",damage:"1d4 + 4 damage",category:1},{id:"6ca84b41-895d-40b4-98bd-67bef1b6442b",name:"Mind Worm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target takes a –2 penalty to its Will defense and is slowed (save ends both).",damage:"",category:1},{id:"6d49146c-2235-4a79-8e0e-526db75aab67",name:"Whispers of Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5; deafened creatures are immune",attack:{bonus:10,defence:3},description:"",details:"4d6 + 3 psychic damage, and the target is slowed (save ends). If the target is already slowed, it is dazed instead (save ends).",damage:"4d6 + 3 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A foulspawn grue uses mind worm against the weakest-looking enemy it sees. If the attack succeeds, the grue moves close enough to use whispers of madness against the same foe, taking advantage of its prey’s weakened mental state. It can teleport from place to place to avoid opportunity attacks, raking with its claws until it recharges its whispers of madness power."},{id:"e6b02e0a-dc76-4ef0-afff-463ddc478989",name:"Foulspawn Mangler",details:"",size:2,origin:0,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"7 (9 while bloodied)",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Athletics +10, Perception +7, Stealth +12",equipment:"8 daggers",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:6},charisma:{score:14},hp:86,initiative:9,ac:22,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"f443eedb-ddca-49d7-8dec-b83d2e3419b1",name:"Bone Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d4 + 3 damage. Combat Advantage: The foulspawn mangler deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"474a9059-5a4e-4385-84cf-530e31d01eb8",name:"Dagger Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The foulspawn mangler makes four bone dagger attacks and shifts 1 square after each attack.",details:"1d4 + 3 damage each hit. Combat Advantage: The foulspawn mangler deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d4 + 3 damage each hit",category:1},{id:"645993a6-36e4-43e9-9d7c-76d8b0b1f3ae",name:"Bone Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:13,defence:0},description:"The foulspawn mangler makes two bone dagger attacks.",details:"1d4 + 3 damage with each hit.",damage:"1d4 + 3 damage with each hit",category:1},{id:"a12a0f52-111a-49ca-98c0-6d87a123b15e",name:"Mangler’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The foulspawn mangler gains a +5 racial bonus to AC against opportunity attacks provoked by movement.",damage:"The foulspawn mangler gains a +5 racial bonus to AC against opportunity attacks provoked by movement",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A foulspawn mangler relies on its speed and mangler’s mobility to move around the field of combat. At the start of battle and again when bloodied, it uses dagger dance to weave between its enemies and strike multiple times."},{id:"518d832a-642b-4f10-8b35-39c5ce79be31",name:"Foulspawn Berserker",details:"",size:2,origin:0,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"greatsword",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:12},intelligence:{score:8},wisdom:{score:3},charisma:{score:12},hp:102,initiative:7,ac:25,fortitude:26,reflex:21,will:21,regeneration:null,auras:[{id:"ad252803-aa69-4ab6-8791-e8e0b2c3fb64",name:"Berserker Aura",keywords:"",details:"1: when a creature in the aura makes a melee attack, it targets a random creature within its reach."}],powers:[{id:"1946bcbb-4d33-49f6-a630-8ac707c234b9",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"(+16 vs. AC while bloodied); 1d10 + 4 damage, or 1d10 + 6 damage while bloodied.",damage:"1d10 + 4 damage",category:1},{id:"9676796b-d04a-492d-8380-597acef12895",name:"Berserker Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"The foulspawn berserker charges and deals an extra 5 damage when its melee basic attack hits.",details:"(+16 vs. AC while bloodied); 1d10 + 4 damage, or 1d10 + 6 damage while bloodied.",damage:"1d10 + 4 damage",category:1},{id:"b112a13f-fca4-4637-9aad-eec662ae18ea",name:"Mental Feedback",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the foulspawn berserker is attacked by a charm effect, the foulspawn berserker and its attacker take 10 psychic damage.",damage:"the foulspawn berserker and its attacker take 10 psychic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:"This foulspawn makes a berserker charge, attacking the nearest foe and using its berserker aura to make adjacent creatures attack random targets. It fights until slain."},{id:"c5bddfb0-ad64-4763-b506-e813b1d3f0f3",name:"Foulspawn Seer",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!0},senses:"low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Perception +9",equipment:"staff",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:22},wisdom:{score:8},charisma:{score:18},hp:86,initiative:7,ac:24,fortitude:19,reflex:23,will:21,regeneration:null,auras:[{id:"08d71745-ef39-495c-9ffe-e4cd48ad4b6f",name:"Foul Insight",keywords:"",details:"10: allies in the aura that can hear the foulspawn seer gain a +2 power bonus to one attack roll, skill check, ability check, or saving throw on their turn."}],powers:[{id:"56d3fcaf-cc24-425e-904e-8ee9c45fa098",name:"Twisted Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d8 + 6 damage, and the target is pushed 1 square.",damage:"1d8 + 6 damage",category:1},{id:"c91dd9cf-8348-49a3-8736-f60bb4e16f9d",name:"Warp Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d8 + 6 damage, and the target is dazed (save ends).",damage:"1d8 + 6 damage",category:1},{id:"439b8aae-4a81-4980-8e60-58acc108f0b9",name:"Distortion Blast",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close Blast 5",attack:{bonus:12,defence:1},description:"",details:"2d8 + 6 damage, and the target is dazed (save ends). Aberrant creatures take half damage.",damage:"2d8 + 6 damage",category:1},{id:"37c34265-f8b6-4c04-aa0e-45e5251b69e1",name:"Bend Space",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn seer teleports 3 squares.",damage:"The foulspawn seer teleports 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The foulspawn seer uses foul insight to benefit allies while using its teleport ability and bend space power to stay out of harm’s way. It hurls warp orbs until it can harm multiple foes with its distortion blast, not caring whether or not allies are caught in the effect."},{id:"2e75e217-8b2b-4df2-b675-da5888fd9fb7",name:"Foulspawn Hulk",details:"",size:3,origin:0,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Perception +9",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:150,initiative:8,ac:24,fortitude:27,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"41b533ce-475f-4d0e-a371-43567dd70d2c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"(+17 vs. AC while bloodied); 2d8 + 7 damage, or 3d8 + 9 damage while bloodied.",damage:"2d8 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:"This fearless foulspawn attacks with its bloodsoaked fists. It fights to the death."},{id:"c3704447-fba3-4120-b801-4a8ab4a69fa6",name:"Galeb Duhr Earthbreaker",details:"",size:2,origin:1,type:2,keywords:"earth",level:8,role:{type:0,flag:0,leader:!1},senses:"tremorsense 10",movement:"4 (earth walk), burrow 6",alignment:"Unaligned",languages:"Dwarven, Giant",skills:"Perception +12, Stealth +9",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:10},intelligence:{score:12},wisdom:{score:16},charisma:{score:12},hp:73,initiative:4,ac:22,fortitude:23,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"b3f6fe94-0d93-4c4d-8336-0dc26897c001",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"90078834-40a1-4a8d-84e8-99f3a1b51b52",name:"Hurl Stones",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area Burst 1 within 10",attack:{bonus:13,defence:0},description:"",details:"1d10 + 6 damage. All squares in the area become difficult terrain. The earthbreaker can create stones to throw when none are present.",damage:"1d10 + 6 damage",category:1},{id:"60b9f1de-7165-41c3-a9a5-75731092baef",name:"Shock Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:12,defence:1},description:"",details:"1d6 + 6 damage, and the target is pushed 1 square and knocked prone.",damage:"1d6 + 6 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"petrification",tactics:"A galeb duhr earthbreaker disguises itself as a boulder until it attacks. It begins combat by using its hurl stones power to launch rocks into a group of foes. It targets the front of the group, slowing their movement with the resulting difficult terrain. The earthbreaker continues hurling stones until opponents get too close, at which point it unleashes its shock wave."},{id:"53757f02-0651-4ad7-b17a-3a535749c5f3",name:"Galeb Duhr Rockcaller",details:"",size:2,origin:1,type:2,keywords:"earth",level:11,role:{type:3,flag:0,leader:!1},senses:"tremorsense 10",movement:"4 (earth walk), burrow 6",alignment:"Unaligned",languages:"Dwarven, Giant",skills:"Perception +12, Stealth +10",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:10},intelligence:{score:13},wisdom:{score:15},charisma:{score:13},hp:118,initiative:5,ac:25,fortitude:26,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"4300b000-aef2-48aa-8cd4-841be1f200db",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"2d8 + 4 damage.",damage:"2d8 + 4 damage",category:1},{id:"39467a82-3c65-42a5-9541-bf51ac611aa4",name:"Rolling Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:1},description:"The galeb duhr rockcaller moves up to 4 squares and then attacks an adjacent target;",details:"2d8 + 6 damage, and the target is pushed 1 square and knocked prone.",damage:"2d8 + 6 damage",category:1},{id:"43d398e4-99d2-4593-98f6-b420cdb05e6f",name:"Earthen Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:0},description:"An earthen fist rises up to restrain a target.",details:"the target is restrained (save ends). The target must be in direct contact with the ground or the attack fails. The rockcaller can use earthen grasp only against one creature at a time.",damage:"",category:1},{id:"62a32041-2d71-4715-8515-a533d230af18",name:"Rocky Terrain",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"up to 4 squares within range become difficult terrain. The squares need not be contiguous, but the affected terrain must consist of earth or stone.",damage:"up to 4 squares within range become difficult terrain",category:3}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"petrification",tactics:"Like the earthbreaker, the rockcaller disguises itself as a boulder until it attacks. It uses rocky terrain each turn to limit its enemies’ ability to shift or escape. At the same time, it uses earthen grasp to restrain a foe or rolling attack to knock an enemy prone."},{id:"820f1c6f-83d8-4c35-a6b5-c7169f48167b",name:"Gargoyle",details:"",size:2,origin:1,type:2,keywords:"earth",level:9,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8; see also flyby attack",alignment:"Evil",languages:"Primordial",skills:"Perception +12, Stealth +12",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:17},intelligence:{score:5},wisdom:{score:17},charisma:{score:17},hp:77,initiative:11,ac:25,fortitude:21,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"edd2b934-7924-4c3b-89b7-e8bb2fd71b3a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"e8cc34bd-d5db-43ea-ab0c-9771233e24a8",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges after using stone form;"},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"The gargoyle flies up to 8 squares and makes a melee basic attack at any point during the move without provoking an opportunity attack from the target.",details:"2d6 + 5 damage. If the attack hits, the target is knocked prone.",damage:"2d6 + 5 damage",category:1},{id:"d1c506ac-5db4-4829-ab67-f96ba0014f45",name:"Stone Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gargoyle becomes a statue and gains resist 25 to all damage, regeneration 3, and tremorsense 10. It loses all other senses and can take no actions in stone form other than revert to its normal form (as a minor action).",damage:"the gargoyle becomes a statue and gains resist 25 to all damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"Gargoyles often appear as statues until they detect intruders using their tremorsense. When prey comes within 10 squares, a gargoyle reverts to normal form and makes flyby attacks against targets in range. Eventually its impatience gets the better of it, and it lands to engage foes in melee. Faced with difficult opponents, a gargoyle flees and finds a safe place to roost while it reverts to stone form and regenerates."},{id:"354ae41c-921a-4aec-88e6-2433c62a2792",name:"Nabassu Gargoyle",details:"",size:2,origin:1,type:2,keywords:"earth",level:18,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 8",alignment:"Evil",languages:"Primordial",skills:"Perception +17, Stealth +21",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:24},intelligence:{score:5},wisdom:{score:17},charisma:{score:20},hp:136,initiative:20,ac:32,fortitude:30,reflex:30,will:28,regeneration:null,auras:[{id:"3fa937db-dab4-4045-a03a-0e83cbff5c5d",name:"Bloodfire Gaze",keywords:"Fire",details:"2: any creature taking ongoing damage that enters or starts its turn in the aura takes 5 fire damage and is weakened (the effect ends when the creature leaves the aura). This aura is not active while the nabassu gargoyle is in stone form."}],powers:[{id:"a73a3c6a-7f69-467d-8d3b-234424d65649",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"",details:"2d8 + 7 damage, and ongoing 5 damage (save ends).",damage:"2d8 + 7 damage",category:1},{id:"f5426bfc-0641-43ce-855e-c7b856862cb8",name:"Savage Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Melee",attack:{bonus:23,defence:0},description:"",details:"2d6 + 7 damage, or 2d10 + 7 damage against a bloodied or weakened target. In addition, the gargoyle regains a number of hit points equal to the amount of damage dealt.",damage:"2d6 + 7 damage",category:1},{id:"1e6b41f3-d8f2-4ac4-80cf-f9f1470182e9",name:"Stone Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gargoyle becomes a statue and gains resist 30 to all damage, regeneration 5, and tremorsense 10. It loses all other senses and can take no actions in stone form other than revert to its normal form (as a minor action).",damage:"the gargoyle becomes a statue and gains resist 30 to all damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"A nabassu gargoyle disguises itself as a stone statue until opponents draw near, at which point it reverts to normal form and makes claw attacks, hoping to affect wounded enemies with its bloodfire gaze. It uses its savage bite against the first enemy that succumbs to its aura, and uses it again once the power recharges."},{id:"155d43a6-579d-4b83-88cd-5bff2154c817",name:"Phantom Warrior",details:"",size:2,origin:5,type:2,keywords:"undead",level:4,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Any",languages:"Common",skills:"Perception +13",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:40,initiative:8,ac:18,fortitude:16,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"a75eacf9-12f8-48a0-95a8-3b692690cc29",name:"Phantom Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:9,defence:2},description:"",details:"1d8 + 2 necrotic damage, and the target is marked until the end of the phantom warrior’s next turn.",damage:"1d8 + 2 necrotic damage",category:1},{id:"9b8db550-0ad1-4530-96f5-5b1994d36172",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A phantom warrior has combat advantage against any target that has another phantom warrior adjacent to it.",damage:"",category:0}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A phantom warrior patrols the location where it died, attacking anything it perceives as an enemy."},{id:"9b1a7d4b-9fe3-4a1d-a5bf-8a94782709d4",name:"Trap Haunt",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Any",languages:"Common",skills:"Perception +9",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:16},hp:52,initiative:12,ac:20,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"93d7c968-ebab-425a-b7b5-824060c0fff6",name:"Grave Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:12,defence:1},description:"",details:"2d6 necrotic damage.",damage:"2d6 necrotic damage",category:1},{id:"766c8584-8f11-43e3-85e8-a536de646a9a",name:"Ghostly Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"target must be a living humanoid",attack:{bonus:12,defence:3},description:"",details:"the trap haunt enters the target’s space and is removed from play, and the target is dominated (save ends). The trap haunt can use this power only against one creature at a time. When the target is no longer dominated, or when the trap haunt chooses to end its ghostly possession (a free action), the trap haunt reappears in a square of its choice adjacent to the target.",damage:"",category:1},{id:"e53c57f3-1b28-425a-8cd2-cfae8f5ceaeb",name:"Trapbound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A trap haunt cannot voluntarily move more than 20 squares from the place where it died. If it is forced beyond this range, it is weakened and unable to use its ghostly possession power until it moves back within range.",damage:"A trap haunt cannot voluntarily move more than 20 squares from the place where it died",category:0}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A trap haunt believes that the only way to free itself from eternal torment is to lead other creatures into the same trap that killed it. It uses ghostly possession to accomplish its goal."},{id:"f7542b0b-6461-45c4-b1ae-86ae277a7c19",name:"Wailing Ghost (Banshee)",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Perception +13, Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:17},hp:91,initiative:8,ac:23,fortitude:23,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"9a3d6ef5-c4e0-44dd-b842-9feb197475ea",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:15,defence:2},description:"",details:"1d10 + 2 necrotic damage.",damage:"1d10 + 2 necrotic damage",category:1},{id:"b04e41e0-beca-4679-9bdb-8aeafe852e3c",name:"Death’s Visage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Ranged 5",attack:{bonus:15,defence:3},description:"",details:"2d6 + 3 psychic damage, and the target takes a –2 penalty to all defenses (save ends).",damage:"2d6 + 3 psychic damage",category:1},{id:"1f18ac2b-0b79-4b01-bcb3-02e8530ca8cc",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:15,defence:3},description:"",details:"2d8 + 3 psychic damage, the target is pushed 5 squares and is immobilized (save ends).",damage:"2d8 + 3 psychic damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A wailing ghost uses its phasing ability to emerge from the floor or a nearby wall, surprising its enemies. It uses terrifying shriek against all enemies except the one it’s determined to kill. Against its chosen prey, the ghost uses death’s visage and spirit touch. When accosted by multiple foes, the ghost retreats beyond their reach until its terrifying shriek recharges."},{id:"4ab51b38-1a11-4e06-9f0f-595223cd0ce4",name:"Tormenting Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:21,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"Perception +17, Stealth +24",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:28},intelligence:{score:12},wisdom:{score:14},charisma:{score:25},hp:152,initiative:19,ac:32,fortitude:30,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"12e80f7b-1300-44f0-827f-5ff7c6bafd80",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:24,defence:2},description:"",details:"2d8 + 9 necrotic damage.",damage:"2d8 + 9 necrotic damage",category:1},{id:"d6701476-c32c-4af7-ad02-9074187d16a4",name:"Ghostly Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"target must be a living humanoid",attack:{bonus:24,defence:3},description:"",details:"the tormenting ghost enters the target’s space and is removed from play, and the target is dominated (save ends). The tormenting ghost can use this power only against one creature at a time. When the target is no longer dominated, or when the tormenting ghost chooses to end its ghostly possession (a free action), the tormenting ghost reappears in a square of its choice adjacent to the target.",damage:"",category:1},{id:"3b849e9a-9547-4f42-9bb3-d75fe84a7d5b",name:"Bust of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:3},description:"",details:"1d8 + 9 necrotic damage, the target is pushed 5 squares, and the target is dazed and immobilized (save ends both).",damage:"1d8 + 9 necrotic damage",category:1},{id:"f18c21bd-5c1d-42ec-aab6-7bb3ce91ffcf",name:"Ghostly Terrain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 1 within 10",attack:null,description:"",details:"the area is suddenly filled with ghostly lights, wisps of necrotic mist, and the faint whispers of the dead. The zone is difficult terrain and lightly obscured. Any creature that enters or ends its turn in the zone is immobilized (save ends). The zone lasts until the end of the encounter or for 5 minutes.",damage:"The zone lasts until the end of the encounter or for 5 minutes",category:1},{id:"762a9edb-8e5d-4e5d-98cf-8ac38c18bdbd",name:"Spectral Shift",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tormenting ghost shifts 3 squares.",damage:"The tormenting ghost shifts 3 squares",category:5}],damageModifiers:[{type:7,value:0}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A tormenting ghost uses its phasing ability to surprise enemies, emerging from the floor or a nearby wall. It uses ghostly possession immediately and forces a dominated creature to attack its allies. When the possession ends, the ghost uses ghostly terrain to cut off escape routes and might even surround itself with such terrain to discourage attackers while it recharges its ghostly possession power. When enemies get too close, it uses burst of terror to scare them away."},{id:"ed846a65-d807-4ef8-bc60-6b6b09f7d313",name:"Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:63,initiative:8,ac:21,fortitude:18,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"966ddfd5-2540-4bb1-85b1-32a54c0d2214",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage, and the target is immobilized (save ends).",damage:"1d6 + 4 damage",category:1},{id:"f7587ba6-d864-499c-a89d-08b70b4d68d6",name:"Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee; Target must be immobilized, stunned, or unconscious",attack:{bonus:10,defence:0},description:"",details:"3d6 + 4 damage, and the target is stunned (save ends).",damage:"3d6 + 4 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A ghoul lunges at anything edible, attacking with its claws until it successfully immobilizes its prey. Once it has immobilized a creature, the ghoul attacks with its ghoulish bite."},{id:"a6ab50f8-9c96-43da-b3f1-30d98b8c77e6",name:"Horde Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +7, Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:1,initiative:11,ac:25,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"113706ec-15f8-4707-aba5-f59cfd6b5b07",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"6 damage, and the target is immobilized (save ends).",damage:"6 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"Horde ghouls gang up on a single enemy, increasing the chances of them hitting and immobilizing it."},{id:"45e811d6-7c4e-48c0-abf1-7b2cf1561d4c",name:"Abyssal Ghoul",details:"",size:2,origin:1,type:2,keywords:"undead",level:16,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:15},charisma:{score:10},hp:156,initiative:16,ac:30,fortitude:30,reflex:29,will:25,regeneration:null,auras:[{id:"3b2d1d6b-56d2-4be1-9c6a-2b32866d2827",name:"Sepulchral Stench",keywords:"",details:"3: enemies in the aura take a –2 penalty to all defenses."}],powers:[{id:"5862a6fe-fa3a-437b-91d9-2a08069db4da",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"2d8 + 7 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8 + 7 damage",category:1},{id:"25f29850-bf72-47c8-827d-7bde10f49b00",name:"Dead Blood ",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:null,description:"",details:"all enemies in the burst take 10 necrotic damage.",damage:"all enemies in the burst take 10 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This creature is opportunistic and prefers to wait until its foe is engaged in combat or otherwise distracted before attacking with its bite."},{id:"bcf72f0c-5ef8-4dc4-a340-080b81f7bd10",name:"Abyssal Ghoul Hungerer",details:"",size:2,origin:1,type:2,keywords:"undead",level:18,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +14, Stealth +22",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:17},charisma:{score:13},hp:1,initiative:17,ac:30,fortitude:30,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"5104e195-5d2a-4a4a-beb7-0694a9ebc8d0",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"7 damage, and the target is immobilized (save ends).",damage:"7 damage",category:1},{id:"c8632b8e-658b-484a-ba3e-28fd129504c2",name:"Dead Blood ",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:null,description:"",details:"all enemies in the burst take 5 necrotic damage.",damage:"all enemies in the burst take 5 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"Hungerers gang up on the nearest living creature, ripping it to pieces with their claws."},{id:"0144dc24-c926-4f7c-a32d-523e0b34d0ae",name:"Abyssal Ghoul Mymidon",details:"",size:2,origin:1,type:2,keywords:"undead",level:23,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +14, Stealth +22",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:17,ac:35,fortitude:35,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"5104e195-5d2a-4a4a-beb7-0694a9ebc8d0",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"9 damage, and the target is immobilized (save ends).",damage:"9 damage",category:1},{id:"c8632b8e-658b-484a-ba3e-28fd129504c2",name:"Dead Blood ",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:null,description:"",details:"all enemies in the burst take 5 necrotic damage.",damage:"all enemies in the burst take 5 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"These beasts launch into battle, biting at the nearest opponent. While their damage is not horrific, killing them poses a danger because of their dead blood power."},{id:"00cf37a0-fc95-4e96-b3f2-58956151a48f",name:"Death Giant",details:"",size:3,origin:5,type:2,keywords:"giant",level:22,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +18, Perception +19",equipment:"chainmail, greataxe",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:255,initiative:16,ac:34,fortitude:37,reflex:33,will:31,regeneration:null,auras:[{id:"1dfc742c-319c-46ba-9831-1fe13bde55c2",name:"Soulcatcher",keywords:"",details:"5: a creature that dies within the aura bestows one soul shard to the death giant (see soul shroud)."}],powers:[{id:"09ecbd5d-8175-49aa-8c6c-014570517b82",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"4d6 + 9 damage (crit 12d6 + 33).",damage:"4d6 + 9 damage (crit 12d6 + 33)",category:1},{id:"0cc2c3a1-bf57-4b60-9233-5597917b4533",name:"Soulfire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:{bonus:23,defence:2},description:"",details:"2d8 + 5 necrotic damage. The death giant must expend one soul shard to use this power.",damage:"2d8 + 5 necrotic damage",category:1},{id:"c48290c6-a7d8-402c-b7b4-c91e9ad1a807",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death giant expends one soul shard and regains 20 hit points.",damage:"The death giant expends one soul shard and regains 20 hit points",category:3},{id:"0aa370b9-67f6-4e93-844b-3f7da6e9ba9f",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the death giant to protect and empower it. At the beginning of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the death giant takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A death giant wades into combat with its greataxe, focusing its attacks on a single foe. The giant uses soulfire burst when surrounded by multiple enemies and uses consume soul shard up to three times in a single round to heal when bloodied."},{id:"8ad402c6-a873-472a-b674-a6f646ef5f17",name:"Death Titan",details:"",size:4,origin:5,type:2,keywords:"giant",level:25,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +20, Perception +20",equipment:"plate armor, greataxe",category:"",strength:{score:31},constitution:{score:27},dexterity:{score:23},intelligence:{score:12},wisdom:{score:17},charisma:{score:16},hp:574,initiative:18,ac:39,fortitude:42,reflex:38,will:35,regeneration:null,auras:[{id:"1dfc742c-319c-46ba-9831-1fe13bde55c2",name:"Soulburner",keywords:"",details:"5: enemies in the aura take a –2 penalty to attack rolls and defenses; a creature that dies within the aura bestows one soul shard to the death titan (see soul shroud)."}],powers:[{id:"c9368afa-ace3-4d2e-bf58-593a53bb7ee2",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:28,defence:0},description:"",details:"4d8 + 10 damage (crit 12d8 + 26).",damage:"4d8 + 10 damage (crit 12d8 + 26)",category:1},{id:"09ecbd5d-8175-49aa-8c6c-014570517b82",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 3",attack:{bonus:28,defence:0},description:"The death titan makes two greataxe attacks.",details:"4d8 + 10 damage (crit 12d8 + 26).",damage:"4d8 + 10 damage (crit 12d8 + 26)",category:1},{id:"101d3fca-e738-4993-8e6e-4af83b396b22",name:"Soul Devourer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:28,defence:1},description:"",details:"the target loses 1 healing surge, and the death titan’s soul shroud gains one soul shard. A target without healing surges takes damage equal to half its total hit points.",damage:"a target without healing surges takes damage equal to half its total hit points",category:1},{id:"0cc2c3a1-bf57-4b60-9233-5597917b4533",name:"Soulfire Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:{bonus:26,defence:2},description:"",details:"2d12 + 6 necrotic damage. The death titan must expend one soul shard to use this power.",damage:"2d12 + 6 necrotic damage",category:1},{id:"c48290c6-a7d8-402c-b7b4-c91e9ad1a807",name:"Consume Soul Shard",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The death titan expends one soul shard and regains 20 hit points.",damage:"The death titan expends one soul shard and regains 20 hit points",category:3},{id:"0aa370b9-67f6-4e93-844b-3f7da6e9ba9f",name:"Soul Shroud",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The soul shroud contains soul shards that swirl around the death titan to protect and empower it. At the beginning of an encounter, the soul shroud contains four soul shards. While the soul shroud is depleted of soul shards, the death titan takes a –2 penalty to attack rolls.",damage:"",category:0}],damageModifiers:[{type:6,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"A death titan employs the same tactics as a death giant except that it uses soul devourer at the beginning of battle and makes double attacks as often as possible."},{id:"0cc5386c-d5bf-4610-9d52-1dd337a5b862",name:"Hill Giant",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +16",equipment:"hide armor, greatclub",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:8},intelligence:{score:7},wisdom:{score:12},charisma:{score:9},hp:159,initiative:5,ac:25,fortitude:27,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"80b2d7f6-fd60-48fb-b409-39809295510a",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d10 + 7 damage.",damage:"2d10 + 7 damage",category:1},{id:"3337d0bf-0e44-4390-851c-b8fa0bb2fb76",name:"Sweeping Club",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The hill giant makes a greatclub attack against two Medium or smaller targets;",details:"2d10 + 7 damage. On a hit, the target is pushed 2 squares and knocked prone.",damage:"2d10 + 7 damage",category:1},{id:"f5e0a6ca-0cae-40ca-922b-02769f316215",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8/16",attack:{bonus:15,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hill giant hurls rocks at opponents until they close to melee range, at which point it switches to using its greatclub. As soon as two smaller targets come within reach, the giant uses sweeping club to knock them prone. A hill giant is wise enough to flee if hopelessly outmatched."},{id:"9015b987-7b33-4a1d-bce2-25cba6ee5d2c",name:"Earth Titan",details:"",size:4,origin:1,type:2,keywords:"earth, giant",level:16,role:{type:2,flag:1,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Athletics +19",equipment:"",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:8},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:384,initiative:7,ac:31,fortitude:33,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"5963ac7d-cff8-43ca-83b9-fec8bdb309f5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:20,defence:0},description:"",details:"2d10 + 6 damage.",damage:"2d10 + 6 damage",category:1},{id:"1af7a679-9397-4c1a-bcc7-ea4ae1b01894",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:20,defence:0},description:"The earth titan makes two slam attacks.",details:"2d10 + 6 damage.",damage:"2d10 + 6 damage",category:1},{id:"73c603b9-c491-4d0d-a1ea-93716d7d98d0",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8 + 6 damage, and the target is dazed (save ends).",damage:"2d8 + 6 damage",category:1},{id:"61a980e4-b646-4839-9b90-9978030fe7b3",name:"Earth Shock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:18,defence:1},description:"",details:"2d10 + 6 damage, and the target is stunned until the end of the earth titan’s next turn. Miss: Half damage, and the target is not stunned.",damage:"2d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"An earth titan hurls rocks at foes until they close to melee, at which point it pounds them with its stony fists, spending its action point to use earth shock. Unlike their hill giants cousins, earth titans stand their ground even when faced with a losing battle."},{id:"27f54335-409e-4cb6-bc63-a41d4ac4aac1",name:"Fire Giant",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:7,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +14, Perception +14",equipment:"plate armor, greatsword, 4 javelins",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:11},intelligence:{score:10},wisdom:{score:10},charisma:{score:11},hp:174,initiative:11,ac:34,fortitude:34,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"803ce967-bb68-49aa-9471-32bac5c663f6",name:"Searing Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"1d12 + 6 damage plus 2d8 fire damage, and the target is marked until the end of the fire giant’s next turn.",damage:"1d12 + 6 damage plus 2d8 fire damage",category:1},{id:"132d94a2-26dc-4b84-9545-02863928ffed",name:"Sweeping Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"requires greatsword;",range:"Close Blast 2",attack:{bonus:21,defence:0},description:"",details:"1d12 + 6 damage plus 2d8 fire damage, and the target is marked until the end of the fire giant’s next turn.",damage:"1d12 + 6 damage plus 2d8 fire damage",category:1},{id:"91d95333-0240-4c10-9d13-c7443ab9f3ed",name:"Iron Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"1d10 + 6 damage, and the target is slowed until the end of the fire giant’s next turn.",damage:"1d10 + 6 damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A fire giant takes advantage of reach when possible, using sweeping sword when it has two smaller foes it can attack. It fights fiercely, fleeing only when clearly overwhelmed."},{id:"a1f25c16-a868-4521-99c0-36a9d4d92032",name:"Fire Giant Forgecaller",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:0,flag:0,leader:!1},senses:"",movement:"8",alignment:"Evil",languages:"Giant",skills:"Intimidate +14, Perception +17",equipment:"dragonhide armor, mace",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:136,initiative:11,ac:32,fortitude:33,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"2c2e7825-a5d1-43a2-804e-043ccea7efe1",name:"Smoldering Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"1d10 + 6 damage plus 1d10 fire damage.",damage:"1d10 + 6 damage plus 1d10 fire damage",category:1},{id:"10affa27-0c41-4466-8cfd-84c338e422c3",name:"Fire Pillar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:21,defence:2},description:"",details:"3d8 + 3 fire damage.",damage:"3d8 + 3 fire damage",category:1},{id:"ccbbd87a-83b8-4943-a84b-6092691d0cbc",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area Burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"2d8 + 3 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d8 + 3 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A fire giant forgecaller prefers to stay on the outskirts of battle, using fire pillar and flame burst to incinerate enemies."},{id:"4e173763-c922-49fd-97e8-8fa329d59dd9",name:"Fire Titan",details:"",size:4,origin:1,type:2,keywords:"giant",level:21,role:{type:7,flag:1,leader:!1},senses:"",movement:"8",alignment:"Evil",languages:"Giant, Primordial",skills:"Intimidate +20, Perception +21",equipment:"greatsword",category:"",strength:{score:29},constitution:{score:23},dexterity:{score:23},intelligence:{score:10},wisdom:{score:23},charisma:{score:21},hp:398,initiative:18,ac:39,fortitude:36,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"49fbc00a-c5fe-48dd-a2de-cacc83475c5d",name:"Fireraging Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d6 + 9 damage plus 4d6 fire damage, and the target is pushed 2 squares and marked until the end of the fire titan’s next turn.",damage:"2d6 + 9 damage plus 4d6 fire damage",category:1},{id:"d3365795-3c0a-427d-a1d0-7b03d19e2b9b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The fire titan makes two fireraging greatsword attacks.",details:"2d6 + 9 damage plus 4d6 fire damage, and the target is pushed 2 squares and marked until the end of the fire titan’s next turn.",damage:"2d6 + 9 damage plus 4d6 fire damage",category:1},{id:"9f2b9b4f-d21a-4e40-b37d-f78f853d4ef4",name:"Hurl Lava",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"requires a source of lava;",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"4d6 + 6 fire damage, and the target is immobilized until the end of the fire titan’s next turn. A flying creature hit by this attack crashes (Dungeon Master’s Guide 47).",damage:"4d6 + 6 fire damage",category:1},{id:"39f57ef6-be9f-46c7-8288-f225d859674a",name:"Burning Wave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 5",attack:{bonus:24,defence:2},description:"",details:"2d10 fire damage, and ongoing 10 fire damage (save ends). Miss: Half damage, and no ongoing damage.",damage:"2d10 fire damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"The mighty fire titan wades into melee, spending its action point to use burning wave and then making a double attack against a single target. If a fire titan is in a position to use ranged attacks, the creature eagerly hurls lava, especially against flying creatures. A fire titan, like the fire giant, rarely shies away from battle, and it often fights to the death."},{id:"1d3f50b3-83fb-42bb-a7d6-e74c16d97504",name:"Storm Giant",details:"",size:3,origin:1,type:2,keywords:"aquatic, giant",level:24,role:{type:3,flag:0,leader:!1},senses:"",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant",skills:"Diplomacy +23, Intimidate +23, Perception +21",equipment:"greatsword",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:22},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:228,initiative:18,ac:38,fortitude:39,reflex:36,will:36,regeneration:null,auras:[{id:"07a6a539-78da-4676-9900-8e326a0282ce",name:"Storm Fury",keywords:"Lightning, Thunder",details:"2: any creature that enters or begins its turn in the aura takes 10 lightning and thunder damage; creatures other than storm giants and storm titans treat the area within the aura as difficult terrain and cannot fly."}],powers:[{id:"2ae921dd-1888-4039-8c4c-e53ab9df9335",name:"Crackling Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"1d12 + 10 damage plus 1d8 lightning damage.",damage:"1d12 + 10 damage plus 1d8 lightning damage",category:1},{id:"7ec92931-9fd9-46e8-ab75-e6cdd68056e0",name:"Sweeping Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning, Weapon",condition:"requires greatsword;",range:"Close Blast 2",attack:{bonus:29,defence:0},description:"",details:"2d8 + 10 damage plus 1d8 lightning damage.",damage:"2d8 + 10 damage plus 1d8 lightning damage",category:1},{id:"e0d47288-1bde-43dd-8873-0ac22cdf5ac3",name:"Hurl Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d6 + 6 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"2d6 + 6 lightning and thunder damage",category:1},{id:"d35c0134-38ae-459d-a76f-54e9c8254aa7",name:"Howling Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 4",attack:{bonus:27,defence:1},description:"",details:"1d12 + 6 thunder damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is pushed 1 square but not knocked prone.",damage:"1d12 + 6 thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A storm giant prefers to hurl thunderbolts from a safe distance. When foes come within 4 squares of it, the creature uses howling winds to knock them back and give itself an opportunity to move away. If the ability recharges during melee, the giant immediately uses it again. Otherwise, it relies on its reach, attacking with its greatsword and using sweeping sword if two enemies are within range."},{id:"eb9040dd-0e42-4490-9040-053f18e5529b",name:"Storm Titan",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:27,role:{type:3,flag:1,leader:!1},senses:"",movement:"8, fly 10 (hover), swim 8",alignment:"Evil",languages:"Giant, Primordial",skills:"Diplomacy +24, Intimidate +24, Perception +22",equipment:"greatsword",category:"",strength:{score:33},constitution:{score:29},dexterity:{score:22},intelligence:{score:14},wisdom:{score:19},charisma:{score:22},hp:228,initiative:18,ac:38,fortitude:39,reflex:36,will:36,regeneration:null,auras:[{id:"07a6a539-78da-4676-9900-8e326a0282ce",name:"Storm Fury",keywords:"Lightning, Thunder",details:"4: any creature that enters or begins its turn in the aura takes 10 lightning and thunder damage; creatures other than storm giants and storm titans treat the area within the aura as difficult terrain and cannot fly."}],powers:[{id:"07275956-215e-46d1-b9c8-1da0cc191168",name:"Roaring Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"",details:"2d6 + 11 damage plus 2d8 lightning and thunder damage.",damage:"2d6 + 11 damage plus 2d8 lightning and thunder damage",category:1},{id:"2ae921dd-1888-4039-8c4c-e53ab9df9335",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"Reach 3",attack:{bonus:32,defence:0},description:"The storm titan makes two roaring greatsword attacks.",details:"2d6 + 11 damage plus 2d8 lightning and thunder damage.",damage:"2d6 + 11 damage plus 2d8 lightning and thunder damage",category:1},{id:"e0d47288-1bde-43dd-8873-0ac22cdf5ac3",name:"Hurl Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"3d6 + 6 lightning and thunder damage, and the target is pushed 3 squares and dazed (save ends).",damage:"3d6 + 6 lightning and thunder damage",category:1},{id:"d35c0134-38ae-459d-a76f-54e9c8254aa7",name:"Howling Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 4",attack:{bonus:30,defence:1},description:"",details:"2d12 + 6 thunder damage, and the target is pushed 4 squares and knocked prone. Miss: Half damage, and the target is pushed 1 square.",damage:"2d12 + 6 thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"The storm titan uses tactics similar to the storm giant, except that it makes double attacks in melee whenever possible."},{id:"2213a567-e0de-450e-a39e-a8ea4cf50fae",name:"Gibbering Mouther",details:"",size:2,origin:0,type:3,keywords:"",level:10,role:{type:3,flag:0,leader:!1},senses:"all-around vision, darkvision",movement:"5, swim 5",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:14},intelligence:{score:4},wisdom:{score:8},charisma:{score:18},hp:110,initiative:7,ac:22,fortitude:23,reflex:16,will:19,regeneration:null,auras:[{id:"9ba8b03b-5e83-48b3-87ae-2918f2d60b04",name:"Warped Ground",keywords:"",details:"3: enemies treat the area within the aura as difficult terrain."}],powers:[{id:"53559d7e-0b22-4409-be93-e2e9ea455db6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d6 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6 + 6 damage",category:1},{id:"6379da98-1e2e-45dc-87d9-b564b681d1e7",name:"Gibbering",action:{action:7,trigger:"once on its turn before it takes other actions;",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:12,defence:3},description:"",details:"the target is dazed until the end of the gibbering mouther’s next turn.",damage:"",category:5},{id:"8df98abb-437e-442e-be88-bf623c87ef13",name:"Gibbering Feast ",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close Burst 5",attack:{bonus:15,defence:0},description:"unnatural mouths appear on dazed creatures in the burst and bite them;",details:"1d6 + 6 damage, and ongoing 5 acid damage (save ends).",damage:"1d6 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Creatures approaching the gibbering mouther are hampered by the creature’s warped ground aura. During the first round of combat, it uses its gibbering power to daze enemies and then uses gibbering feast to cause biting mouths to appear on them. It continues gibbering each round, biting the nearest target until its gibbering feast power recharges."},{id:"234796e0-8299-4935-aa72-a337a9667e55",name:"Gibbering Abomination",details:"",size:2,origin:0,type:3,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"all-around vision, darkvision",movement:"6, fly 4 (hover; maximum altitude 1)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:19},charisma:{score:12},hp:168,initiative:13,ac:32,fortitude:31,reflex:30,will:30,regeneration:null,auras:[{id:"c25a7b04-62c3-43a6-9fe9-443fe5587143",name:"Unnatural Utterances",keywords:"",details:"5: enemies that start their turns in the aura take a –2 penalty to attack rolls."}],powers:[{id:"86f5c7ff-fd04-40fc-9ca9-1c161b161edd",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d6 + 5 damage, and ongoing 5 psychic damage (save ends). Combat Advantage: The gibbering abomination deals an extra 2d6 psychic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"2d6 + 5 damage",category:1},{id:"5f65c81f-5257-46fb-82e1-06e9bd0548f5",name:"Gibbering",action:{action:7,trigger:"once on its turn before it takes other actions;",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:20,defence:3},description:"",details:"the target is dazed until the end of the gibbering abomination’s next turn.",damage:"",category:5},{id:"53b97132-bd02-4dc7-99a8-7219a33015fe",name:"Eye of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"3d8 + 4 psychic damage, and the target is immobilized (save ends). Combat Advantage: The gibbering abomination deals an extra 2d6 psychic damage on melee and ranged attacks against any target it has combat advantage against.",damage:"3d8 + 4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This beast uses its gibbering power every round while holding off foes with its unnatural utterances aura. It uses eye of despair against a dazed foe at range, gaining the benefit of combat advantage. In melee, it uses its tentacles to attack dazed opponents, against whom it has combat advantage."},{id:"763d13aa-157a-4829-80b7-c80cffe3126c",name:"Gibbering Orb",details:"",size:4,origin:0,type:3,keywords:"",level:27,role:{type:3,flag:2,leader:!1},senses:"all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"--",skills:"Perception +20",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:28},intelligence:{score:17},wisdom:{score:15},charisma:{score:31},hp:1230,initiative:22,ac:41,fortitude:33,reflex:39,will:40,regeneration:null,auras:[{id:"348cd7f3-64aa-4dfa-a93d-9af3aa6fada9",name:"Merciless Eyes",keywords:"",details:"5: at the start of each enemy’s turn, if that creature is within the aura and in the gibbering orb’s line of sight, the gibbering orb uses one random eye ray power against that creature."}],powers:[{id:"4f4385b4-c598-4b18-90db-038cc445b10b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"4d6 + 10 damage, and the mouth detaches from the gibbering orb and makes a new bite attack against the target each round at the start of the gibbering orb’s turn. When the mouth misses, it drops off and turns into useless, dead gray flesh.",damage:"4d6 + 10 damage",category:1},{id:"45b1ab39-38fb-4a35-bd0b-806793a04422",name:"Gibbering",action:{action:7,trigger:"once on its turn before it takes other actions;",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 10; deafened creatures are immune",attack:{bonus:29,defence:3},description:"",details:"the target is dazed until the end of the gibbering orb’s next turn.",damage:"",category:5},{id:"e97088e6-87b3-4a08-a639-fb958ce21b3b",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:30,defence:3},description:"",details:"The gibbering orb can use two different eye ray powers (chosen from the list below or rolled randomly). Each power must target a different creature. Using eye rays does not provoke opportunity attacks. 1—Mindcarving Ray (Psychic): Ranged 10; 2d8 + 12 psychic damage, and the target is dazed (save ends). 2—Flesheating Ray (Necrotic): Ranged 10; +30 vs. Fortitude; 2d8 + 12 necrotic damage, and ongoing 10 necrotic damage (save ends). 3—Bonewarping Ray: Ranged 10; +30 vs. Fortitude; 2d8 + 12 damage, the target is weakened (save ends). 4—Bloodfeasting Ray: Ranged 10; +30 vs. Refl ex; 2d8 + 12 damage, and ongoing 10 damage (save ends). 5—Farsending Ray (Psychic, Teleportation): Ranged 10; +30 vs. Reflex; the target is briefl y transported to the Far Realm, reappearing in the same space (or the nearest unoccupied space if that space is occupied) at the end of the gibbering orb’s next turn. Upon its return, the target takes 2d8 + 12 psychic damage and takes a –5 penalty to saving throws until the end of the encounter. 6—Souleating Ray (Necrotic): Ranged 10; +30 vs. Will; the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target dies.",damage:"2d8 + 12 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gibbering orb keeps its distance, attacking enemies with its eye rays while gibbering each round as a free action. It uses its action points to make additional eye ray attacks. If forced into melee combat, it makes bit attacks, detaching its mouths and retreating as they continue biting foes."},{id:"95380d34-8e47-477d-bca3-31da2d65a629",name:"Githyanki Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"",movement:"5; see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +9, Insight +12, Perception +12",equipment:"plate armor, silver greatsword",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:118,initiative:13,ac:28,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"a363f507-b105-4ec7-89b5-96e532756627",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:17,defence:0},description:"",details:"1d10 + 5 plus 1d6 psychic damage, plus an extra 3d6 psychic damage if the target is immobilized.",damage:"1d10 + 5 plus 1d6 psychic damage",category:1},{id:"b32276cb-0e41-4d74-83be-fa98d2742b43",name:"Telekinetic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5; Medium or smaller target",attack:{bonus:15,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:1},{id:"daba7650-08de-43b5-ba50-1e2280225c47",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki warrior or an ally within range can fly up to 5 squares.",damage:"the githyanki warrior or an ally within range can fly up to 5 squares",category:2}],damageModifiers:[],resist:"Saving Throws +2 against charm effects",vulnerable:"",immune:"",tactics:"Although this githyanki favors melee, it generally begins battle by using its telekinetic grasp to immobilize an opponent. It then attacks the immobilized target with its silver greatsword, dealing additional psychic damage on a hit."},{id:"4ea0d8e2-6ad3-47ad-80d8-154c83a8ad15",name:"Githyanki Mindslicer",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!1},senses:"",movement:"6; see also telekinetic leap",alignment:"Evil",languages:"Common, Deep Speech",skills:"History +11, Insight +12, Perception +12",equipment:"robes, overcoat, silver longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:17},wisdom:{score:12},charisma:{score:11},hp:98,initiative:11,ac:27,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"31654ccb-7ca7-4098-a304-c24d1d9609c0",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d8 + 2 plus 1d8 psychic damage.",damage:"1d8 + 2 plus 1d8 psychic damage",category:1},{id:"c3fd6bdc-341b-4f51-bc9c-fb774b0777e3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the githyanki mindslicer or an ally within range can fly up to 5 squares.",damage:"the githyanki mindslicer or an ally within range can fly up to 5 squares",category:2},{id:"607b5313-56bf-4102-ad03-e4e8e7d9c9b2",name:"Mindslice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d8 + 3 psychic damage.",damage:"2d8 + 3 psychic damage",category:1},{id:"25572b2a-bd4e-4c3d-a36c-27ddc83588ba",name:"Psychic Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Area Burst 1 within 20",attack:{bonus:16,defence:3},description:"",details:"1d6 + 3 psychic damage, and ongoing 5 psychic damage (save ends), and the target can’t use daily or encounter powers (save ends).",damage:"1d6 + 3 psychic damage",category:1}],damageModifiers:[],resist:"Saving Throws +2 against charm effects",vulnerable:"",immune:"",tactics:"A mindslicer begins combat by unleashing a psychic barrage against multiple enemies. It stays at the periphery of the battlefield, assailing foes with its mindslice power until it can recharge and unleash psychic barrage again."},{id:"cfd0fd66-7287-4a5f-bc37-b1022aa1f0a4",name:"Githyanki Gish",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"",movement:"5; see also astral stride",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +16, History +13, Insight +14, Perception +14",equipment:"chainmail, silver longsword",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:14},intelligence:{score:19},wisdom:{score:14},charisma:{score:17},hp:226,initiative:13,ac:31,fortitude:28,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"2ed2b287-9c3b-48bc-9359-e1da0b804dda",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 3 plus 1d8 psychic damage.",damage:"1d8 + 3 plus 1d8 psychic damage",category:1},{id:"cd2113b8-8763-4de6-ac04-7cdad3508de7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"The githyanki gish makes two silver longsword attacks.",details:"1d8 + 3 plus 1d8 psychic damage.",damage:"1d8 + 3 plus 1d8 psychic damage",category:1},{id:"793b793f-0fbf-4904-835d-b0ab4aca010e",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"3d6 + 4 force damage.",damage:"3d6 + 4 force damage",category:1},{id:"1b885de7-e5e2-4b43-aa4a-8ebebdb31556",name:"Storm of Stars",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:20,defence:0},description:"The githyanki gish makes four attacks, no more than two of them against a single target:",details:"2d8 + 4 fire damage.",damage:"2d8 + 4 fire damage",category:1},{id:"4dabb95c-48a5-4b60-a481-d4080feb11d4",name:"Astral Stride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki gish teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn.",damage:"The githyanki gish teleports 6 squares and gains the insubstantial and phasing qualities until the start of its next turn",category:2}],damageModifiers:[],resist:"Saving Throws +2 (+4 against charm effects)",vulnerable:"",immune:"",tactics:"A githyanki gish uses ranged attacks ( force bolt and storm of stars) to soften up foes before engaging in melee combat, using astral stride to gain a flanking position when possible and making a double attack at every opportunity. If the battle turns against the gish and its allies, it uses astral stride to escape."},{id:"eb20327f-58da-45ea-9bc1-6df904f5b236",name:"Githzerai Cenobite",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!1},senses:"",movement:"7; see also inescapable fate",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +15, Athletics +9, Insight +13, Perception +13",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:108,initiative:12,ac:27,fortitude:22,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8b30c35d-7290-4ab8-9536-c25e934de698",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"2d8 + 3 damage.",damage:"2d8 + 3 damage",category:1},{id:"2d76798b-2970-404e-bf7b-bf29e0e92e52",name:"Stunning Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:1},description:"",details:"1d8 + 3 damage, and the target is stunned until the end of the githzerai cenobite’s next turn.",damage:"1d8 + 3 damage",category:1},{id:"458afb57-240c-4665-9543-33a0d181feff",name:"Innescapable Fate",action:{action:4,trigger:"when an adjacent enemy shifts away from the githzerai cenobite;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cenobite shifts to remain adjacent to the enemy. The cenobite cannot use this power if the enemy shifts using a movement mode the cenobite does not possess.",damage:"",category:5},{id:"e210a24a-681a-4e72-b657-28b1a63ca317",name:"Iron Mind",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai cenobite gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai cenobite gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"3c83c1db-3813-4fcd-9a5a-5342fd6473a3",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll required; the next melee attack made against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",damage:"the next melee attack made against the target gains a +5 power bonus to the attack roll and",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A githzerai cenobite uses its trace chance power to ensure that its first hit is a good one. It then makes a stunning strike against its foe. It alternates between unarmed strikes and stunning strikes on subsequent rounds, using inescapable fate to stay within striking distance of its opponent."},{id:"a2bf5bf3-3121-416c-8902-cd42bd204cee",name:"Githzerai Zerth",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +17, Athletics +10, Insight +15, Perception +15",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:19},intelligence:{score:14},wisdom:{score:19},charisma:{score:13},hp:248,initiative:12,ac:29,fortitude:26,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"ea09ad3a-6ae2-4a98-b30a-db8408f90607",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 4 damage.",damage:"2d8 + 4 damage",category:1},{id:"91c1c225-c899-42eb-8828-dfe3307026c1",name:"Inner Spark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Ranged 5",attack:{bonus:16,defence:2},description:"",details:"1d8 + 4 lightning damage, and the target teleports 5 squares, to an unoccupied space of the zerth’s choosing.",damage:"1d8 + 4 lightning damage",category:1},{id:"adf0b910-8280-41e1-8bf3-4d231df0379c",name:"Psychic Fists",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:17,defence:3},description:"",details:"1d8 + 4 psychic damage.",damage:"1d8 + 4 psychic damage",category:1},{id:"6b2fa0eb-a4dc-44cf-a878-f26ee6409a93",name:"Reorder Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged sight; up to 4 Medium or smaller targets",attack:{bonus:17,defence:1},description:"",details:"the targets teleport to swap spaces as the zerth chooses.",damage:"",category:1},{id:"fc38e3df-46fe-4215-8261-6177c5ea277e",name:"Trace Chance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll required; the next melee attack made against the target gains a +5 power bonus to the attack roll and, if it hits, it is automatically a critical hit.",damage:"the next melee attack made against the target gains a +5 power bonus to the attack roll and",category:1},{id:"1d3cef36-7e36-4196-bf14-2ab530264137",name:"Avenging Wind",action:{action:5,trigger:"when targeted by a ranged attack;",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"The attack targets another creature within 5 squares of the zerth",attack:null,description:"",details:"The zerth teleports 10 squares into a square adjacent to the attacker.",damage:"The zerth teleports 10 squares into a square adjacent to the attacker",category:5},{id:"fbad8910-830f-4a33-844c-3cd42b5fc8e0",name:"Iron Mind",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai zerth gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai zerth gains a +2 bonus to all defenses until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A githzerai zerth spends its action point to use trace chance, then attacks the same foe with inner spark, teleporting it to a space where it can be isolated and attacked. The zerth then closes in on its enemies, pounding them with psychic fists and using avenging wind to deflect a ranged attack and teleport next to its attacker. Between unarmed strikes and inner spark attacks, the zerth uses reorder chaos to alter the complexion of the battlefield, swapping allies and enemies to its advantage."},{id:"01ded64d-0ca9-4a14-8713-4f6846800d1e",name:"Githzerai Mindmage",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Acrobatics +18, Arcana +13, Athletics +10, Insight +16, Perception +16",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:13},wisdom:{score:19},charisma:{score:10},hp:105,initiative:13,ac:28,fortitude:24,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"a3c35b44-b547-4ae4-aa97-3301d411c5f9",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d8 + 4 damage.",damage:"2d8 + 4 damage",category:1},{id:"0c6f211a-d0e7-46ee-82d0-622e723ec2aa",name:"Iron Mind",action:{action:5,trigger:"when it would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githzerai mindmage gains a +2 bonus to all defenses until the end of its next turn.",damage:"The githzerai mindmage gains a +2 bonus to all defenses until the end of its next turn",category:5},{id:"f7ed2939-c2d7-4c48-adcd-2b315dba8ff6",name:"Mindstrike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"2d8 + 4 psychic damage, and the target is dazed (save ends); see also accurate mind.",damage:"2d8 + 4 psychic damage",category:1},{id:"7e5343d7-4e22-4451-a921-da19dbdaf4af",name:"Elemental Bolts",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"the githzerai mindmage makes up to 3 attacks, each against a different target;",details:"4d8 acid, cold, fire, or lightning damage (the mindmage chooses the damage type for each attack); see also accurate mind.",damage:"or lightning damage (the mindmage chooses the damage type for each attack)",category:1},{id:"99550304-1972-4f49-b818-e63be85f2370",name:"Concussion Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area Burst 2 within 10",attack:{bonus:17,defence:1},description:"",details:"1d10 + 4 damage, and the target is knocked prone.",damage:"1d10 + 4 damage",category:1},{id:"49c846c0-6283-48a7-b546-974937c1c287",name:"Accurate Mind",action:null,keywords:"",condition:"",range:"The githzerai mindmage’s ranged attacks ignore cover and concealment (but not superior cover or total concealment).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This githzerai relies on ranged attacks, using its accurate mind power to ignore cover and concealment."},{id:"7e15cc7b-9992-4ffd-a6f6-dda8ce31738c",name:"Gnoll Huntmaster",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +7, Perception +11, Stealth +11",equipment:"leather armor, handaxe, longbow, quiver of 30 arrows",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:8},wisdom:{score:14},charisma:{score:7},hp:50,initiative:6,ac:19,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"42f8433b-1856-4fe0-a962-19d8ee5a8a84",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d6 + 3 damage, or 1d6 + 5 damage while bloodied; see also pack attack.",damage:"1d6 + 3 damage",category:1},{id:"32742b92-0eed-4046-88c6-e035517ac44b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10 + 4 damage, or 1d10 + 6 damage while bloodied; see also pack attack.",damage:"1d10 + 4 damage",category:1},{id:"3d2da175-d14d-48fb-8e5f-364636aff0f6",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll huntmaster deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the huntmaster’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gnoll huntmaster often delays its initial turn, waiting until its allies move in and attack. The creature stays at the edge of its range, attacking with its longbow and using pack attack to deal extra damage."},{id:"44d9d5c2-c895-4afc-a037-d80d207c7581",name:"Gnoll Claw Fighter",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8; see also mobile melee attack",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +8, Perception +6",equipment:"leather armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:12},charisma:{score:7},hp:70,initiative:7,ac:20,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"0ebd0e43-378a-44b9-b01b-534b036852e0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d6 + 4 damage, or 1d6 + 6 while bloodied; see also pack attack above.",damage:"1d6 + 4 damage",category:1},{id:"68f77936-b292-4519-91e0-44c7c0795032",name:"Clawing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"The gnoll claw fighter charges and makes two claw attacks against a single target instead of one melee basic attack.",details:"1d6 + 4 damage, or 1d6 + 6 while bloodied; see also pack attack above.",damage:"1d6 + 4 damage",category:1},{id:"add41759-74af-469a-9973-32d446174d1f",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"The gnoll claw fighter can move up to 4 squares and make one melee basic attack at any point during that movement. The gnoll doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d6 + 4 damage, or 1d6 + 6 while bloodied; see also pack attack above.",damage:"1d6 + 4 damage",category:1},{id:"9230ed62-b4aa-4b03-a78d-6041eaae1d6d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll claw fighter deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the claw fighter’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This gnoll makes a clawing charge and then uses mobile melee attack to make claw attacks, positioning itself to reap the benefit of its pack attack power."},{id:"d1c5b480-2073-4894-a465-a2fbe6a31b1a",name:"Gnoll Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +8, Perception +7, Stealth +10",equipment:"leather armor, light shield, spear",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:7},hp:84,initiative:5,ac:18,fortitude:18,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"636d551f-6cb9-4daf-9a47-5434cb481475",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage, or 1d8 + 8 while bloodied; see also quick bite and pack attack.",damage:"1d8 + 6 damage",category:1},{id:"4252e7a4-d876-455f-a81a-1d7cc013b6a6",name:"Quick Bite",action:{action:7,trigger:"when the gnoll marauder hits a bloodied enemy with a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"The gnoll marauder makes a bite attack against the same target:",details:"1d6 + 2 damage, or 1d6 + 4 damage while bloodied.",damage:"1d6 + 2 damage",category:5},{id:"8df3f141-405f-4f6d-bd63-920e62799ca6",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll marauder deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the marauder’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Gnoll marauders gang up on a single target to gain the benefit of their pack attack power. It uses its quick bite against bloodied foes whenever possible."},{id:"e8b5ef78-1dfd-4aa3-bb8e-dbdb6617e38d",name:"Gnoll Demonic Scourge",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!0},senses:"low-light vision",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Insight +10, Intimidate +13, Perception +7, Religion +10",equipment:"hide armor, heavy flail",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:13},wisdom:{score:12},charisma:{score:15},hp:106,initiative:6,ac:20,fortitude:21,reflex:18,will:18,regeneration:null,auras:[{id:"6ca3058d-0004-4773-a4fc-cecc21e08344",name:"Leader of the Pack",keywords:"",details:"5: allies in the aura gain a +1 bonus to attack rolls. While this creature is bloodied, the bonus increases to +2."}],powers:[{id:"4ccaa91f-f21b-409d-b9e6-e9504135f6d6",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"2d6 + 5 damage, or 2d6 + 7 while bloodied; against a bloodied enemy, this attack also knocks the target prone; see also pack attack.",damage:"2d6 + 5 damage",category:1},{id:"515868af-f3f9-492b-9a8a-02bb796c2ddc",name:"Bloodthirst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gnoll demonic scourge bloodies an enemy with a melee attack, an ally adjacent to the enemy can make a melee attack against that enemy as an immediate reaction.",damage:"",category:0},{id:"e4ef00a8-dc13-429e-b9c7-14e1ffa633b7",name:"Overwhelming Attack",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnoll demonic scourge applies its bloodthirst power to two allies instead of one.",damage:"",category:4},{id:"be03639a-7e63-4806-a9e5-3566d14a77bf",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll demonic scourge deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the demonic scourge’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This gnoll leads weaker gnolls into battle, imparting the benefits of its leader of the pack aura while commanding nearby allies to concentrate their attacks on one target at a time. Like other gnolls, the demonic scourge attempts to shift into a position where it can gain the pack attack bonus. The first time it bloodies a foe and the opportunity to use bloodthirst arises, the demonic scourge uses overwhelming attack."},{id:"eab669d0-335a-4b66-99c5-80705009ad44",name:"Gnome Skulk",details:"",size:1,origin:2,type:2,keywords:"",level:2,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +10, Stealth +11, Thievery +9",equipment:"leather armor, war pick, hand crossbow with 20 bolts",category:"",strength:{score:8},constitution:{score:16},dexterity:{score:17},intelligence:{score:14},wisdom:{score:12},charisma:{score:13},hp:34,initiative:8,ac:16,fortitude:14,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"41f7f5c5-eba6-4e22-84eb-2e2f0d49e5e6",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 + 3 damage (crit 1d8 + 11). Combat Advantage: The gnome skulk deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 3 damage (crit 1d8 + 11)",category:1},{id:"83cf70b7-7aef-45e3-b52a-d911947949db",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage. Combat Advantage: The gnome skulk deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 3 damage",category:1},{id:"759e06ad-6a61-47cc-8da5-605df368baa5",name:"Fade Away",action:{action:4,trigger:"when the gnome skulk takes damage;",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome skulk turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"9f77fcdb-2e6a-4f8e-baf0-af450c8a3a61",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to escape notice.",damage:"",category:0},{id:"1a8336d8-9420-43e5-bb5a-03f4b61d6c6c",name:"Shadow Skulk",action:null,keywords:"",condition:"",range:"When a gnome skulk makes a melee or a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gnome skulk tries to gain combat advantage by surprising or flanking enemies, or by attacking dazed foes."},{id:"93993881-fc87-435f-8df0-746aedc0a6e8",name:"Gnome Arcanist",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"5; see also fey step",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +12, Bluff +8, Insight +6, Stealth +8",equipment:"robes, dagger",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:15},hp:46,initiative:1,ac:16,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"efb6979c-733f-4709-977f-fb638f6a496e",name:"Aura of Illusion",keywords:"Illusion",details:"5: the gnome arcanist and all allies in the aura gain concealment."}],powers:[{id:"180a9333-7e72-40e6-996d-c061a2088d36",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"f55cc5f5-f6ee-48dd-beee-fac877747943",name:"Scintillating Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6 + 4 radiant damage, and the target is dazed (save ends).",damage:"1d6 + 4 radiant damage",category:1},{id:"508fc242-d10a-41ca-b709-4f2e1db8fbd6",name:"Startling Glamour",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Illusion",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"1911c98a-6a77-4913-9672-3cf03cd83cae",name:"Illusory Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:7,defence:3},description:"",details:"the target is slowed (save ends).",damage:"",category:1},{id:"748843c4-1959-434b-b570-a3a222c903dc",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to escape notice.",damage:"",category:0},{id:"7deec65d-4897-4a30-b117-1a6c41784eba",name:"Fade Away",action:{action:4,trigger:"when the gnome arcanist takes damage;",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome arcanist turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"4c360047-9815-40ba-b170-4a51f15af281",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnome arcanist teleports 5 squares.",damage:"The gnome arcanist teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This gnome hides within its aura of illusion until it’s ready to attack. It uses scintillating bolt and startling glamor each round, dazing enemies and sliding them into positions where they can be flanked by the gnome arcanist’s allies. When enemies get within 5 squares, it uses illusory terrain to further hinder them."},{id:"dfdba1bb-a4eb-4443-9ff6-bfb3ca4995c8",name:"Bugbear Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +9, Stealth +11",equipment:"hide armor, morningstar",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:76,initiative:5,ac:18,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"cab9a5f9-c6a7-4b49-8fe1-51d570bd0e81",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d12 + 6 damage.",damage:"1d12 + 6 damage",category:1},{id:"dc69e10c-c14b-4af9-84c3-f5bc1d3e04b5",name:"Skullthumper",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires morningstar and combat advantage;",range:"Melee Weapon",attack:{bonus:5,defence:1},description:"",details:"1d12 + 6 damage, and the target is knocked prone and dazed (save ends).",damage:"1d12 + 6 damage",category:1},{id:"ea51ebd1-d236-4609-a9bd-678eb6a8a13c",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear warrior deals an extra 1d6 damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"the bugbear warrior deals an extra 1d6 damage on the next attack it makes with combat advantage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Bugbear warriors are surprisingly sneaky for their size. They sometimes send out their smaller kin to lead overeager adventurers into a trap. If they can’t achieve surprise, bugbear warriors look for chances to flank their foes."},{id:"2b397ac2-c3cb-4f74-90bc-365d4bec7faa",name:"Bugbear Strangler",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +10, Stealth +14",equipment:"leather armor, morningstar, rope garrote",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:10},hp:82,initiative:11,ac:21,fortitude:18,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"76adfae4-8712-4880-b960-a96cac12dd92",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d12 + 4 damage.",damage:"1d12 + 4 damage",category:1},{id:"9469cb59-c35e-4289-a463-719022ab497f",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear strangler deals an extra 1d6 damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"the bugbear strangler deals an extra 1d6 damage on the next attack it makes with combat advantage",category:3},{id:"de562d4c-2460-4877-bc7e-1fe9dff11cdd",name:"Strangle",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"",condition:"requires combat advantage;",range:"Melee",attack:{bonus:9,defence:2},description:"",details:"1d10 + 4 damage, and the target is grabbed (until escape). A target trying to escape the grab takes a –4 penalty to the check. The bugbear strangler can sustain the power as a standard action, dealing 1d10 + 4 damage and maintaining the grab.",damage:"1d10 + 4 damage",category:1},{id:"7829d0e9-4ff7-4206-b360-cb6169ccab7b",name:"Body Shield",action:{action:5,trigger:"when targeted by a melee or ranged attack against AC or Reflex;",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bugbear strangler makes its grabbed victim the target instead. The bugbear strangler can’t use this power to redirect attacks made by a creature it is currently grabbing.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bugbear strangler uses tactics similar to the bugbear warrior but likes to stay hidden for a round or two at the beginning of a fight. Only after most of its enemies are busy does the strangler attack, singling out a target that doesn’t have much help nearby."},{id:"d3756d33-b2c8-4e81-bc76-116ad7788666",name:"Goblin Cutter",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +5, Thievery +5",equipment:"leather armor, short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:3,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"0a46642d-af17-47e2-8bed-5ea0ed0665c6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"4 damage (5 damage if the goblin cutter has combat advantage against the target).",damage:"4 damage (5 damage if the goblin cutter has combat advantage against the target)",category:1},{id:"8d01eb79-a842-4a4b-97d1-c182a0ce3233",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Goblin cutters—like all goblins—don’t fight fair. They gang up on a single enemy and quickly take advantage of goblin tactics to achieve flanking positions. If it dawns on them that they’re losing the battle, they flee, hoping to live to fight another day."},{id:"902690fe-ae80-446a-a165-ba1837e5d16d",name:"Goblin Blackblade",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather armor, short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:25,initiative:7,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"03e25824-5b18-48be-a61e-76a8a03b99fe",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"1d6 + 2 damage. Combat Advantage: The goblin blackblade deals an extra 1d6 damage against any target it has combat advantage against.",damage:"1d6 + 2 damage",category:1},{id:"0c747027-c8c3-40ec-aebd-5f5ca4ebaa12",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"4b02944f-e8f3-4b52-83e5-992ff2b475c0",name:"Sneaky",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When shifting, a goblin blackblade can move into a space occupied by an ally of its level or lower. The ally shifts into the blackblade’s previous space as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Goblin blackblades have more stomach for melee than most goblins, preferring to flank a single enemy to gain combat advantage. When bloodied, they use their sneaky power to trade places with fresher goblins."},{id:"1019fdcf-2eb5-49c7-86c1-2224165d703c",name:"Goblin Warrior",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also mobile ranged attack and goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather armor, spear, 5 javelins in sheaf",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:29,initiative:5,ac:17,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"6880d8f6-7841-47b7-9613-e84db7a33706",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"f727f2e1-b5b4-49ef-89e6-88864c2f15b6",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage. Great Position: If, on its turn, the goblin warrior ends its move at least 4 squares away from its starting point, it deals an extra 1d6 damage on its ranged attacks until the start of its next turn.",damage:"1d6 + 2 damage",category:1},{id:"0a35da6d-548d-4cb8-aec3-905954780fc1",name:"Mobile Ranged Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"The goblin warrior can move up to half its speed; at any point during that movement, it makes one ranged attack without provoking an opportunity attack.",details:"1d6 + 2 damage. Great Position: If, on its turn, the goblin warrior ends its move at least 4 squares away from its starting point, it deals an extra 1d6 damage on its ranged attacks until the start of its next turn.",damage:"1d6 + 2 damage",category:1},{id:"6140624b-5d52-4f8e-84a9-fc103c70a932",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Goblin warriors would rather fight at range, using great position to deal more damage with their javelins. In melee combat, they use goblin tactics to maneuver into flanking positions. Once bloodied (or once they’ve seen several of their comrades cut down), warriors tend to flee and leave allies to fend for themselves."},{id:"2a64438a-60e2-435a-931e-2e1d283023a5",name:"Goblin Sharpshooter",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +12, Thievery +12",equipment:"leather armor, short sword, hand crossbow with 20 bolts",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:31,initiative:5,ac:16,fortitude:12,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"94f36b32-cb97-49e4-9b54-311c75020db6",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage. Combat Advantage: The goblin sharpshooter deals an extra 1d6 damage against any target it has combat advantage against.",damage:"1d6 + 2 damage",category:1},{id:"d228d2d1-cd3f-40de-88b0-9c40ea17a08d",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"95a2e193-4eb7-4ee5-acbd-9a8d08ce3f5f",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"5a9f85d6-5b15-4844-8c6f-65b1ecc09ae7",name:"Sniper",action:null,keywords:"",condition:"",range:"When a goblin sharpshooter makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sharpshooters prefer hit-and-run tactics—if an enemy swings at a goblin and misses, the goblin usually skitters away to start its next turn at a safe distance."},{id:"4601e889-2d5f-43c2-9aa9-dc72aec85916",name:"Goblin Hexer",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather robes, hexer rod",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:18},hp:46,initiative:3,ac:17,fortitude:14,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"3952fd53-ad3a-4094-a82b-3fbd5b8b0ed2",name:"Hexer Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d6 + 1 damage.",damage:"1d6 + 1 damage",category:1},{id:"ea884a50-bf64-4b41-88d7-5ee893ff2315",name:"Blinding Hex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:7,defence:1},description:"",details:"2d6 + 1 damage, and the target is blinded (save ends).",damage:"2d6 + 1 damage",category:1},{id:"e5208882-a87d-485e-8685-13d16ac7f778",name:"Stinging Hex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"the target takes 3d6 + 1 damage if it moves during its turn (save ends).",damage:"the target takes 3d6 + 1 damage if it moves during its turn (save ends)",category:1},{id:"ab72e0cc-5a4b-4de1-8a75-e764a791b3b4",name:"Vexing Cloud",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 3 within 10",attack:null,description:"",details:"automatic hit; all enemies within the zone take a –2 penalty to attack rolls. The zone grants concealment to the goblin hexer and its allies. The goblin hexer can sustain the zone as a minor action, moving it up to 5 squares.",damage:"moving it up to 5 squares",category:1},{id:"1c06e09f-39b9-4b7d-a8ea-84fec44c6470",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the targeted ally can shift 2 more squares and make an attack.",damage:"the targeted ally can shift 2 more squares and make an attack",category:5},{id:"79143c09-d0a7-4460-bcb9-0b6c42f8304e",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"c28c5020-97d6-434e-b612-98419f048525",name:"Lead From the Rear",action:{action:5,trigger:"when targeted by a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin hexer can change the attack’s target to an adjacent ally of its level or lower.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The goblin hexer uses lead from the rear to turn nearby allies into meat shields while it casts vexing cloud around itself and its closest allies and enemies. It then targets an enemy defender with stinging hex and uses its blinding hex on foes making ranged attacks. When another goblin within 10 squares uses goblin tactics, the goblin hexer uses incite bravery to allow that goblin to make a free attack."},{id:"a182d9e0-f976-413e-9392-ac0497195c34",name:"Goblin Skullcleaver",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"5; see also goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9, Thievery +9",equipment:"chainmail, battleaxe",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:14},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:53,initiative:3,ac:15,fortitude:15,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"c8dc5e2d-3933-421d-aaf6-aa478140e2c8",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d10 + 5 damage, or 2d10 + 5 while bloodied.",damage:"1d10 + 5 damage",category:1},{id:"0030c392-7db2-4d01-a5a9-c590d971fe4f",name:"Bloodied Rage",action:null,keywords:"",condition:"(while bloodied)",range:"",attack:null,description:"",details:"The goblin skullcleaver loses the ability to use goblin tactics and can do nothing but attack the nearest enemy, charging when possible.",damage:"",category:0},{id:"2356b8ee-309f-48f6-99a1-c1499d69de67",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Uncharacteristically brave, goblin skullcleavers charge boldly (perhaps foolishly) into melee and use goblin tactics to move into flanking positions. When bloodied, they fly into a savage rage, attacking without concern for their own wellbeing."},{id:"753e56b9-a1d9-4ccd-88d7-3e42108fa698",name:"Goblin Underboss",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"5; see also superior goblin tactics",alignment:"Evil",languages:"Common, Goblin",skills:"Perception +8, Stealth +10, Thievery +10",equipment:"chainmail, short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:13},charisma:{score:16},hp:110,initiative:4,ac:18,fortitude:17,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"f804b012-f28e-46a5-aa04-67d943ecc7a3",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage. Miss: An adjacent ally makes a free basic attack.",damage:"1d6 + 4 damage",category:1},{id:"75ef9905-fc40-4ce2-bdba-c92b310317cb",name:"Superior Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin underboss and up to two allies within its line of sight shift 1 square.",damage:"The goblin underboss and up to two allies within its line of sight shift 1 square",category:5},{id:"f0176760-c1e0-43b5-9947-1d0388c5a4ff",name:"Survival Instinct",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin underboss gains a +3 bonus to defenses while bloodied.",damage:"The goblin underboss gains a +3 bonus to defenses while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The goblin underboss tries to stay adjacent to one or more allies and uses superior goblin tactics to move its allies into advantageous positions."},{id:"dfc92e11-ea59-4384-9048-839838bb4f8d",name:"Hobgoblin Grunt",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +6, History +2, Perception +1",equipment:"leather armor, light shield, longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:1,initiative:4,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"f86956ce-0d11-49e9-867f-75fa7f1a0336",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"57a0ae36-3580-48b4-a739-36a3f67ba212",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin grunt suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin grunt makes a saving throw against the triggering effect.",damage:"",category:5},{id:"ee6b91d6-b057-4fd4-baf7-cb18b10f98f1",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin grunt gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin grunt gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin grunts work so closely together that their maneuvers seem instinctual. They form strong lines so that they gain the benefit of phalanx soldier while preventing enemies from gaining flanking positions."},{id:"f9be8d2e-6f27-4042-a803-69255a5e606e",name:"Hobgoblin Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +9, History +5, Perception +5",equipment:"scale armor, light shield, longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:1,initiative:4,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"f86956ce-0d11-49e9-867f-75fa7f1a0336",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"57a0ae36-3580-48b4-a739-36a3f67ba212",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warrior suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warrior makes a saving throw against the triggering effect.",damage:"",category:5},{id:"ee6b91d6-b057-4fd4-baf7-cb18b10f98f1",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warrior gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin warrior gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin warriors use the same tactics as hobgoblin grunts (see above), although they are more disciplined and fight to the last."},{id:"adfa984f-680b-4588-be5c-8d70058bfd31",name:"Hobgoblin Soldier",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, History +8",equipment:"scale armor, heavy shield, flail",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:47,initiative:7,ac:20,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"50a2b27b-51e4-4e16-84a6-ec097a5f119a",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d10 + 4 damage, the target is marked and slowed until the end of the hobgoblin soldier’s next turn.",damage:"1d10 + 4 damage",category:1},{id:"31fd9376-6746-4827-bdf5-955ef3fb2886",name:"Formation Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires flail;",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d10 + 4 damage, and the hobgoblin soldier shifts 1 square provided it ends in a space adjacent to another hobgoblin.",damage:"1d10 + 4 damage",category:1},{id:"b1c06483-7c66-4fe8-8836-4a4c34edde1d",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0},{id:"31b691ec-15f9-414f-b14d-b2cd8693b9ec",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin soldier suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin soldiers form neat lines on the battlefield to gain the benefit of phalanx soldier. A soldier that is pushed or slid out of formation uses formation strike to move adjacent to a hobgoblin ally after an attack."},{id:"83cce82e-3d6c-4be7-b94a-9cad23072ed3",name:"Hobgoblin Warcaster",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, History +12",equipment:"robes, quarterstaff",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"41af1eb1-5c1a-4969-995c-62983059f491",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"367324fe-1c58-4d0e-a48c-6c0a731720ed",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"requires quarterstaff;",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"2d10 + 4 lightning damage, and the target is dazed until the end of the hobgoblin warcaster’s next turn.",damage:"2d10 + 4 lightning damage",category:1},{id:"a05b5e30-cc74-4906-8020-7b54916a9ed1",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:0,defence:1},description:"",details:"2d6 + 4 force damage, and the target slides 3 squares.",damage:"2d6 + 4 force damage",category:1},{id:"6dc6aea4-78e4-48e3-acf4-d69b998eb647",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8 + 4 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8 + 4 force damage",category:1},{id:"353b8f05-a92e-4d97-afa2-24294dfbaf5e",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin warcaster suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin warcaster makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hobgoblin warcaster uses force lure and force pulse to maneuver enemies into the waiting steel of a line of soldiers, followed by shock staff to daze them while within its allies’ reach."},{id:"dfc81f8c-bbd8-4ff8-87ba-dee014dab022",name:"Hobgoblin Commander",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:0,leader:!0},senses:"low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +12, History +10, Intimidate +7",equipment:"scale armor, heavy shield, spear",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:64,initiative:8,ac:21,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"4be0c41e-43f0-40d8-9f86-0a57def2ee16",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 damage; see also lead from the front. If the hobgoblin commander hits with an opportunity attack, it shifts 1 square.",damage:"1d8 + 5 damage",category:1},{id:"ea3dbf85-29a4-43f1-92f6-f3cb6e3794d2",name:"Tactical Deployment",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close Burst 5",attack:null,description:"",details:"allies in the burst shift 3 squares.",damage:"allies in the burst shift 3 squares",category:3},{id:"b75f6422-ee30-48b5-a5cd-22335e04e445",name:"Lead From the Front",action:null,keywords:"",condition:"",range:"When the hobgoblin commander’s melee attack hits an enemy, allies gain a +2 bonus to attack rolls and damage rolls against that enemy until the end of the hobgoblin commander’s next turn.",attack:null,description:"",details:"",damage:"",category:0},{id:"b58d8ab8-ffcf-404e-ad88-eb4652e28e07",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"The hobgoblin commander gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0},{id:"48cc90b4-b1d6-4387-8690-c409caf4b2b7",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin commander suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin commander makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The hobgoblin commander wades into melee combat, attacking with its spear and using lead from the front to inspire its allies. It tries to stay adjacent to one or more allies to gain the benefit of phalanx soldier and uses tactical deployment to move allies into more advantageous positions."},{id:"0bb37f7a-4e92-45e6-81ef-493dc72aa701",name:"Hobgoblin Hand of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:7,flag:1,leader:!1},senses:"low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +11, Intimidate +14, History +13, Perception +5, Religion +11",equipment:"plate armor, heavy shield, flail",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:14},wisdom:{score:18},charisma:{score:21},hp:184,initiative:8,ac:26,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"e85a1048-04ab-405b-9192-5099c59aebb9",name:"Flail of Dread",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d10 + 6 damage, the target is marked until the end of the hobgoblin hand of Bane’s next turn, and the hand of Bane makes a secondary attack against the same target. Secondary Attack: +10 vs. Will; the target takes a –2 penalty to all defenses until the end of the encounter or until the hand of Bane dies.",damage:"1d10 + 6 damage",category:1},{id:"8895e7a3-3fdc-4976-8548-d91e92b1e924",name:"Flail of Tyranny",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"requires flail;",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"2d10 + 6 damage, and the target is stunned until the end of the hobgoblin hand of Bane’s next turn.",damage:"2d10 + 6 damage",category:1},{id:"368c6b3d-d706-4e04-bf28-94b5b093c407",name:"Bane’s Blessing",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin hand of Bane gains a +4 bonus to damage rolls for the rest of the encounter.",damage:"the hobgoblin hand of bane gains a +4 bonus to damage rolls for the rest of the encounter",category:5},{id:"4be75065-33b7-40ce-9687-805c86bbe688",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin hand of Bane suffers an effect that a save can end;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin hand of Bane makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This fanatical hobgoblin fights for the glory of Bane, the god of war. It attracts as many enemies as possible and strikes them down with its flail."},{id:"00e59e76-a1f5-47ee-a0bd-82fd8bbce91f",name:"Flesh Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"6; can’t shift",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:304,initiative:4,ac:26,fortitude:29,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"5349bdc6-0fe2-4a7a-be8d-62a1f750c9a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:1},{id:"f1dafe8e-9ca4-4f2c-9540-9d3988903042",name:"Berserk Attack",action:{action:4,trigger:"when damaged by an attack while bloodied;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The flesh golem makes a slam attack against a random target within its reach.",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:5},{id:"f84557bb-3859-4b73-8a1e-d47d407c58b1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The flesh golem makes two slam attacks.",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:1},{id:"22c6117d-55f9-4a36-bc3e-b88f4d5a5906",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"The flesh golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The creature remains in its space, and the golem must leave the space after it attacks. The golem must end its rampage in an unoccupied space.",details:"(+18 vs. AC while bloodied); 2d8 + 5 damage, and the target is dazed (save ends).",damage:"2d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A flesh golem uses golem rampage to smash through as many enemies as possible. It then makes slam attacks against the biggest or toughest foe within reach. It rampages again as soon as the power recharges."},{id:"3b56e736-a4e8-48c8-9bb8-464d43b30143",name:"Stone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:17,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"6; can’t shift",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:336,initiative:8,ac:33,fortitude:33,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"fb9d60e2-b95a-481e-a8fe-3dd0325efcb4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"3d6 + 7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6 + 7 damage",category:1},{id:"65c94a8b-80d1-4a7c-9ef9-0e4fb4b6614d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"The stone golem makes two slam attacks.",details:"3d6 + 7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6 + 7 damage",category:1},{id:"669209f5-66f9-4340-8a76-48ccf80029de",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"The stone golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The creature remains in its space, and the golem must leave the space after it attacks. The golem must end its rampage in an unoccupied space.",details:"3d6 + 7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6 + 7 damage",category:1},{id:"b26af59f-ed88-4fe5-b35d-4b054e0ff67b",name:"Death Burst",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:23,defence:0},description:"",details:"2d6 + 7 damage, and the space it occupied is difficult terrain until cleared.",damage:"2d6 + 7 damage",category:5}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease, sleep",tactics:"A stone golem uses tactics similar to the flesh golem, rampaging and making double attacks when it can."},{id:"e19601ed-0f74-4f07-99fe-15bbe5ff142f",name:"Iron Gorgon",details:"",size:3,origin:1,type:1,keywords:"earth",level:11,role:{type:7,flag:0,leader:!1},senses:"truesight 6",movement:"6 (earth walk)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:14},intelligence:{score:2},wisdom:{score:17},charisma:{score:6},hp:120,initiative:9,ac:25,fortitude:25,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"af4379fe-b225-40f3-802d-4bea7130b44c",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:1},{id:"e8a7e3c9-b77f-419b-9d36-68c5ee11035a",name:"Earthshaking Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:1},description:"The iron gorgon makes a charge attack;",details:"2d10 + 6 damage, and if the target is Medium or smaller, it is pushed 3 squares and knocked prone.",damage:"2d10 + 6 damage",category:1},{id:"f756a2f8-c071-466b-b733-d470b24854a7",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:2},description:"The iron gorgon can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the iron gorgon must end its move in an unoccupied space. When it enters an enemy’s space, the gorgon makes a trample attack:",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:1},{id:"a7debdf2-9f32-465a-bbf3-d10bf309ee51",name:"Petrifying Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"Close Blast 3; gorgons are immune",attack:{bonus:15,defence:1},description:"",details:"2d6 + 7 poison damage, and the target is dazed and slowed (save ends both). First Failed Save: The target is immobilized instead of dazed and slowed (save ends). Second Failed Save: The target is petrified (no save).",damage:"2d6 + 7 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"knocked prone, petrification, push/pull/slide",tactics:"An iron gorgon begins a battle with earthshaking charge. In the midst of its enemies, it lets loose with petrifying breath, then gores any survivors."},{id:"b554a4f6-c772-4532-a43a-1318f5b7d9c2",name:"Storm Gorgon",details:"",size:3,origin:1,type:1,keywords:"",level:26,role:{type:6,flag:0,leader:!1},senses:"truesight 6",movement:"8, fly 10 (hover); see also mobile melee attack",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:32},dexterity:{score:22},intelligence:{score:2},wisdom:{score:23},charisma:{score:8},hp:248,initiative:21,ac:42,fortitude:40,reflex:35,will:35,regeneration:null,auras:[{id:"722ef3dd-f7a0-446a-868c-f914431e7a45",name:"Tempest’s Fury",keywords:"Lightning",details:"5: any creature that enters or starts its turn in the aura takes 20 lightning damage."}],powers:[{id:"6e0b2b1b-c1c8-467b-b0e3-4388a031b63d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"Melee",attack:{bonus:31,defence:0},description:"",details:"1d10 + 12 damage plus 2d8 thunder damage, and the target is pushed 2 squares and knocked prone.",damage:"1d10 + 12 damage plus 2d8 thunder damage",category:1},{id:"107a4a1d-0996-436f-89b4-4a457fdf3dbd",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Melee",attack:{bonus:31,defence:0},description:"The storm gorgon can move up to half its speed and make one melee basic attack at any point during that movement. The storm gorgon doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d10 + 12 damage plus 2d8 thunder damage, and the target is pushed 2 squares and knocked prone.",damage:"1d10 + 12 damage plus 2d8 thunder damage",category:1},{id:"b6909ca4-c63f-4d4f-96a4-7485aa751a28",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:2},description:"The storm gorgon can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the storm gorgon must end its move in an unoccupied space. When it enters an enemy’s space, the gorgon makes a trample attack:",details:"1d10 + 10 damage, and the target is knocked prone.",damage:"1d10 + 10 damage",category:1},{id:"98b0de88-aa95-4e9a-b6c8-59869078542d",name:"Storming Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Lightning, Thunder",condition:"",range:"Close Blast 5",attack:{bonus:29,defence:1},description:"",details:"2d10 + 20 lightning and thunder damage.",damage:"2d10 + 20 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"knocked prone, push/pull/slide",tactics:"A storm gorgon leads off with storming breath, followed by a charge or a trample attack to take advantage of its powerful gore."},{id:"17537f22-eb8b-4418-912c-9ea6dfb4bac8",name:"Grell",details:"",size:2,origin:0,type:3,keywords:"blind",level:7,role:{type:7,flag:1,leader:!1},senses:"blindsight 12",movement:"1 (clumsy), fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Perception +9, Stealth +17",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:19},intelligence:{score:10},wisdom:{score:12},charisma:{score:9},hp:156,initiative:9,ac:22,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"7237185b-6a54-4222-93e2-04a7cd8d9464",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"3d8 + 4 damage, and the target is slowed and takes a –2 penalty to attack rolls (save ends both).",damage:"3d8 + 4 damage",category:1},{id:"aa547046-15d9-40fa-9fda-6a79797353b1",name:"Tentacle Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:1},description:"",details:"2d8 + 4 damage, and the target is grabbed. The grell can grab only one creature at a time.",damage:"2d8 + 4 damage",category:1},{id:"25e431bb-8471-420c-a09a-76bb9bf96ab4",name:"Venomous Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(1/round)",range:"Grabbed target only",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage, and the target is stunned (save ends).",damage:"1d8 + 4 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Skilled ambushers, grells hover above arches or tunnel mouths and wait for prey. When potential victims pass below, a grell descends from the shadows and strikes out with its tentacles. Against small groups or individuals, grells begin with tentacle grab, followed by venomous bite against the grabbed prey. When fighting larger groups, a grell wears down foes with tentacle rakes before grabbing a target."},{id:"188cb750-608c-4c1e-922f-edadf6c6f2d7",name:"Grell Philosopher",details:"",size:2,origin:0,type:3,keywords:"blind",level:11,role:{type:3,flag:1,leader:!1},senses:"blindsight 12",movement:"1 (clumsy), fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Arcana +13, Perception +12, Stealth +20",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:21},intelligence:{score:16},wisdom:{score:14},charisma:{score:13},hp:224,initiative:10,ac:27,fortitude:21,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"f4616ee4-42ce-49e5-8217-51ae70f2f3ad",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"3d8 + 5 damage, and the target is slowed and takes a –2 penalty to attack rolls (save ends both).",damage:"3d8 + 5 damage",category:1},{id:"3a9d6948-7c00-4ad3-bcf2-c4305b48ac5f",name:"Lightning Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"3d6 + 6 lightning damage, and the target is blinded (save ends).",damage:"3d6 + 6 lightning damage",category:1},{id:"0ddd2f41-2d26-425e-afe7-1c43e2814fd2",name:"Psychic Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Zone",condition:"",range:"Area Burst 2 within 10",attack:{bonus:14,defence:3},description:"",details:"3d8 + 3 psychic damage, and the target is dazed (save ends). The psychic storm is a zone that lasts until the end of the encounter. Any creature entering the zone is dazed (save ends).",damage:"3d8 + 3 psychic damage",category:1},{id:"f337659a-bb3c-44b6-8893-53e243030a5a",name:"Venomous Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close Burst 3; targets enemies",attack:{bonus:15,defence:3},description:"",details:"2d8 + 5 psychic damage, and the target must choose a random target for any melee attacks it makes (save ends).",damage:"2d8 + 5 psychic damage",category:1}],damageModifiers:[{type:5,value:-20}],resist:"",vulnerable:"",immune:"gaze",tactics:"A grell philosopher generally hangs back from battle, allowing its weaker kin to enter melee. It uses lightning lance to blind enemies and psychic storm against multiple foes. It saves venomous mind until enemies get close."},{id:"77379598-dc4c-463e-8130-142ce375e3c7",name:"Grick",details:"",size:2,origin:0,type:1,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"--",skills:"Endurance +11, Perception +10, Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:14},charisma:{score:7},hp:96,initiative:4,ac:19,fortitude:19,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"0ce08f62-2679-480e-baa7-7a0903741691",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d6 + 4 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 4 damage",category:1},{id:"9292bba9-29da-459b-8fbf-21ec86681118",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The grick gains a +2 bonus to attack rolls against an enemy it is flanking",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:"Gricks are pack hunters. They instinctively gang up on prey, mobbing a single target and tearing it to pieces before turning their attention to other creatures nearby. Gricks naturally try to flank a foe."},{id:"508f2c0b-7226-4647-8050-b21f26085c6d",name:"Grick Alpha",details:"",size:3,origin:0,type:1,keywords:"",level:9,role:{type:2,flag:0,leader:!0},senses:"darkvision",movement:"7, climb 4",alignment:"Unaligned",languages:"--",skills:"Endurance +12, Perception +11, Stealth +10",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:15},charisma:{score:7},hp:116,initiative:5,ac:21,fortitude:22,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"0ce08f62-2679-480e-baa7-7a0903741691",name:"Tentacle Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"2d8 + 5 damage, and the target is grabbed (until escape) and takes ongoing 5 damage (save ends).",damage:"2d8 + 5 damage",category:1},{id:"9292bba9-29da-459b-8fbf-21ec86681118",name:"Expert Flanker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick alpha gains a +2 bonus to attack rolls against an enemy it is flanking.",damage:"The grick alpha gains a +2 bonus to attack rolls against an enemy it is flanking",category:0},{id:"d63d47c6-3eec-41b7-9be8-83f6e826065b",name:"Vicious Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee; Grabbed target only",attack:null,description:"",details:"automatic hit; 1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"1cec7976-9a3d-40ce-a573-0b6995649dbb",name:"Pinning Grip",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature.",damage:"The grick alpha’s allies gain a +2 bonus to attack rolls against an enemy grabbed by this creature",category:0}],damageModifiers:[],resist:"5 against effects that target AC",vulnerable:"",immune:"",tactics:"A grick alpha makes a tentacle rake attack and grabs onto its prey, biting the creature on subsequent rounds while using pinning grip to allow allied gricks to rip the grabbed creature to shreds."},{id:"5cb1d7af-de66-42f5-9136-e512c62eff23",name:"Hippogriff",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:6,flag:0,leader:!1},senses:"",movement:"4, fly 10, overland flight 15; see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:64,initiative:7,ac:18,fortitude:17,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"a6277f73-c5e8-4ceb-bfaf-be27ebf639a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"038a9a19-0169-4d6e-b017-5ed03674b809",name:"Diving Overrun",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"only while flying;",range:"Melee",attack:{bonus:9,defence:0},description:"The hippogriff charges a Medium or smaller enemy:",details:"2d8 + 5 damage, and the target is knocked prone. After attacking, the hippogriff lands in an unoccupied space adjacent to the target.",damage:"2d8 + 5 damage",category:1},{id:"df9df35b-c785-4561-ad9e-33adbc50a1c6",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"The hippogriff flies up to10 squares and makes one melee basic attack at any point during that movement. The hippogriff doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"7896fb63-632c-4549-a8f1-80216968fa14",name:"Aerial Agility",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher;",range:"",attack:null,description:"",details:"While flying, a hippogriff grants its rider a +1 bonus to all defenses.",damage:"a hippogriff grants its rider a +1 bonus to all defenses",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hippogriff mixes aerial and ground attacks, usually beginning a fight with a diving overrun. Lacking the ferocity of its wild griffon cousins, the hippogriff usually tries to escape once bloodied (unless under the control of a rider)."},{id:"33f274fe-60de-4bd4-a732-981cef4f151b",name:"Hippogriff Dreadmount",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:7,flag:0,leader:!1},senses:"",movement:"4, fly 10, overland flight 12",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:17},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:66,initiative:7,ac:21,fortitude:21,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"9acfe96d-3330-4709-b340-12412dd823f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"5bce08f0-c3e8-4553-a63c-464ca86622d7",name:"Wing Slam",action:{action:5,trigger:"when an adjacent enemy shifts or moves into a nonadjacent square;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:2},description:"",details:"1d6 + 5 damage, and the target is knocked prone. The hippogriff dreadmount cannot use this power while flying.",damage:"1d6 + 5 damage",category:5},{id:"39a9755d-3f8f-4758-aef7-0b1cd3bd8ac4",name:"Sturdy Mount ",action:null,keywords:"Mount",condition:"when mounted by a friendly rider of 5th level or higher;",range:"",attack:null,description:"",details:"When an attack forces the dreadmount to move, it moves 1 less square than the attack specifies. When an attack would knock it or its rider prone, the dreadmount can roll an immediate saving throw to prevent it or its rider from falling prone.",damage:"it moves 1 less square than the attack specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A hippogriff dreadmount is weighed down by metal barding and fights most effectively on the ground."},{id:"7669506a-bda9-4b8c-875a-2c383e136610",name:"Griffon",details:"",size:3,origin:4,type:1,keywords:"mount",level:7,role:{type:2,flag:0,leader:!1},senses:"",movement:"6, fly 10, overland flight 15",alignment:"Unaligned",languages:"--",skills:"Perception +9",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:98,initiative:6,ac:18,fortitude:19,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d59786bc-f480-4362-ba75-ceb42fa56d5c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"15c50dd3-17c7-4372-a04d-8a17fd98baeb",name:"Rabid Charger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 7th level or higher;",range:"Melee",attack:{bonus:10,defence:0},description:"When it charges, the griffon makes two claws attacks in addition to its rider’s charge attack.",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"894633f0-8f62-4530-8e68-bfa0b6f4510d",name:"Blood Frenzy",action:null,keywords:"",condition:"only while bloodied;",range:"",attack:null,description:"",details:"The griffon can take an extra move action each turn. It also gains a +2 bonus to attack rolls and takes a –2 penalty to all defenses.",damage:"It also gains a +2 bonus to attack rolls and takes a –2 penalty to all defenses",category:0},{id:"ba2d5b51-d9b0-4247-bc23-da91da123d69",name:"Thunder Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"only while flying;",range:"",attack:null,description:"",details:"When the griffon charges, it gains a +4 bonus to its attack roll instead of the normal +1 bonus.",damage:"it gains a +4 bonus to its attack roll instead of the normal +1 bonus",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:"Griffons begin most fights by taking to the air (if they’re not there already), using thunder charge to swoop down on foes and rake with their claws. After attacking, they fly off and circle around to dive again. Griffons are fearless once bloodied, fighting to the death in a brutal frenzy."},{id:"e05dd349-8038-466c-8677-5346315fb8cd",name:"Rimefire Griffon",details:"",size:2,origin:1,type:1,keywords:"cold, mount",level:20,role:{type:6,flag:0,leader:!1},senses:"",movement:"5, fly 10, overland flight 15; see also flyby attack",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:20},intelligence:{score:4},wisdom:{score:18},charisma:{score:10},hp:186,initiative:17,ac:35,fortitude:37,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"36cf50b7-d1ad-4baa-befc-7337d1ed274c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"",details:"1d8 + 7 damage plus 1d10 cold damage.",damage:"1d8 + 7 damage plus 1d10 cold damage",category:1},{id:"984ca814-0cc6-425e-b73d-4501e6282cf5",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"The rimefire griffon flies up to 10 squares and makes one melee basic attack at any point during that movement. The rimefire griffon doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"1d8 + 7 damage plus 1d10 cold damage.",damage:"1d8 + 7 damage plus 1d10 cold damage",category:1},{id:"0691b65f-3300-41f8-9d45-714e76076cdd",name:"Rimefire Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"starts uncharged; recharges after hitting twice with a bite attack;"},keywords:"Fire",condition:"",range:"Close Blast 5",attack:{bonus:25,defence:2},description:"",details:"2d10 + 5 fire damage.",damage:"2d10 + 5 fire damage",category:1},{id:"29fa8d7f-f9da-4314-883c-8132a6fdafb3",name:"Rider Resistance",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 20th level or higher;",range:"",attack:null,description:"",details:"The rimefire griffon grants its rider resist 10 cold and 10 fire.",damage:"The rimefire griffon grants its rider resist 10 cold and 10 fire",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"An airborne rimefire griffon uses flyby attack to make a swooping attack against an enemy before it lands. The creature’s bite siphons heat from the target’s body, causing the beast’s horn to glow with a blue flame. After it has absorbed enough heat, the rimefire griffon can release the stored energy in a blast of fire from its mouth."},{id:"67bae2ff-2ece-4b30-bd73-f1f0bfff521d",name:"Grimlock Minion",details:"",size:2,origin:4,type:2,keywords:"blind",level:14,role:{type:9,flag:3,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Perception +7",equipment:"greataxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:1,initiative:6,ac:24,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:17,defence:0},description:"",details:"7 damage (9 damage against a bloodied target).",damage:"7 damage (9 damage against a bloodied target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"07be0d84-110d-4f38-8c72-17fc16a0afaa",name:"Grimlock Follower",details:"",size:2,origin:4,type:2,keywords:"blind",level:22,role:{type:9,flag:3,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Perception +10",equipment:"greataxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:1,initiative:9,ac:35,fortitude:32,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:25,defence:0},description:"",details:"9 damage (12 damage against a bloodied target).",damage:"9 damage (12 damage against a bloodied target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"780ae1de-6599-459e-bdf4-8d69b7764678",name:"Grimlock Ambusher",details:"",size:2,origin:4,type:2,keywords:"blind",level:11,role:{type:6,flag:0,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Athletics +15, Endurance +12, Perception +7",equipment:"greataxe",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:15},charisma:{score:9},hp:110,initiative:9,ac:26,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d12 + 5 damage (crit 2d12 + 17).",damage:"1d12 + 5 damage (crit 2d12 + 17)",category:1},{id:"a8b53a1b-e1f9-4bdd-b020-b7db00bbcd72",name:"Offensive Shift",action:{action:4,trigger:"when an enemy moves within 2 squares of the grimlock ambusher and attacks an ally of the grimlock;",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"The grimlock ambusher shifts and makes a melee basic attack against the enemy.",details:"1d12 + 5 damage (crit 2d12 + 17).",damage:"1d12 + 5 damage (crit 2d12 + 17)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"cc694392-f332-4cee-ab39-4a9c0fb2b4b1",name:"Grimlock Berserker",details:"",size:2,origin:4,type:2,keywords:"blind",level:13,role:{type:2,flag:0,leader:!1},senses:"blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Athletics +17, Endurance +14, Perception +8",equipment:"greataxe",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:156,initiative:7,ac:25,fortitude:27,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"c0e16365-208b-4c1f-b5ef-3f1c3675e7f2",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d12 + 6 damage (crit 2d12 + 18).",damage:"1d12 + 6 damage (crit 2d12 + 18)",category:1},{id:"5d4af8a1-0695-4f3d-a852-c0f4e94e8ec6",name:"Power Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires greataxe;",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d12 + 12 damage (crit 2d12 + 24).",damage:"1d12 + 12 damage (crit 2d12 + 24)",category:1},{id:"7a2db488-0d02-440a-ae09-5a3c289eb3b7",name:"Frenzied Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"The grimlock berserker makes two greataxe attacks against a bloodied enemy.",details:"1d12 + 6 damage (crit 2d12 + 18).",damage:"1d12 + 6 damage (crit 2d12 + 18)",category:1},{id:"53afab27-164d-439a-a900-bd554e5a9a66",name:"Grimlock Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the grimlock berserker bloodies an enemy, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:"Since grimlocks aren’t very clever, they get along with sheer hard fighting. Minions simply gang up on the nearest foe, but individual grimlocks exult in single combat."},{id:"486c5625-28d7-415c-9062-b7098b1d58bb",name:"Shield Guardian",details:"",size:3,origin:4,type:0,keywords:"construct",level:14,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:10},intelligence:{score:7},wisdom:{score:16},charisma:{score:9},hp:138,initiative:9,ac:30,fortitude:29,reflex:22,will:27,regeneration:null,auras:[{id:"854df399-eea9-4699-bb0c-8773b849a308",name:"Shield Other",keywords:"",details:"2: as long as its master is within the aura, the shield guardian grants its master a +2 bonus to all defenses and takes half of its master’s damage until it is destroyed."}],powers:[{id:"34409cc9-a031-407f-b899-dd5a778976a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"A shield guardian stays within 2 squares of its master and attacks whichever enemy poses the most immediate threat."},{id:"33497733-8ea1-4530-98c2-e443b34b3942",name:"Battle Guardian",details:"",size:3,origin:4,type:0,keywords:"construct",level:17,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:11},intelligence:{score:7},wisdom:{score:14},charisma:{score:11},hp:163,initiative:8,ac:32,fortitude:32,reflex:26,will:29,regeneration:null,auras:[],powers:[{id:"2a193116-a416-46a7-8d76-7dce366519a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"3d6 + 7 damage, and the target is immobilized (save ends).",damage:"3d6 + 7 damage",category:1},{id:"b9beb3d9-3ab6-4eed-8fe4-10b739f41e83",name:"Block Charge",action:{action:5,trigger:"when an enemy ends the movement portion of a charge within 8 squares of the battle guardian;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"The battle guardian charges the enemy and makes a slam attack.",details:"3d6 + 7 damage, and the target is immobilized (save ends). The target is knocked prone on a hit.",damage:"3d6 + 7 damage",category:5},{id:"62174cd1-9974-425f-bf71-63574131481a",name:"Cover Retreat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally adjacent to a battle guardian does not provoke opportunity attacks when moving, as long as that ally remains adjacent.",damage:"",category:0}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"When tasked with guard duty, a battle guardian uses its block charge and slam attacks to immobilize enemies while covering its master’s retreat."},{id:"bd18e381-ad21-4a0e-ae2a-a964321d282d",name:"Howling Hag",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also fey step",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +11, Insight +10, Intimidate +11, Nature +10, Perception +10",equipment:"quarterstaff",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:18},intelligence:{score:12},wisdom:{score:15},charisma:{score:16},hp:83,initiative:7,ac:21,fortitude:20,reflex:19,will:18,regeneration:null,auras:[{id:"dcb59f34-91ef-46fc-af11-585699a66eb4",name:"Baleful Whispers",keywords:"Psychic",details:"5: an enemy that ends its turn in the aura takes 1d6 psychic damage."}],powers:[{id:"a09bd94d-7e01-49f2-9f49-438b8f688285",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"a9cd238f-1450-4f7e-ab0b-030e5fd1e95e",name:"Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:10,defence:1},description:"",details:"1d6 + 4 thunder damage, and the target is pushed 3 squares.",damage:"1d6 + 4 thunder damage",category:1},{id:"948f761a-a2d0-413d-a0bd-0243190e75d8",name:"Shriek of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Thunder",condition:"",range:"Close Blast 5",attack:{bonus:8,defence:1},description:"",details:"3d6 + 4 thunder damage, or 3d6 + 9 thunder damage if the howling hag is bloodied. Miss: Half damage.",damage:"3d6 + 4 thunder damage",category:1},{id:"33447a23-bf5b-4755-bdf8-34e314e1902b",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A howling hag can alter its physical form to appear as an old crone of any Medium humanoid race (see Change Shape, page 280).",damage:"",category:3},{id:"0a0d9812-68fe-421f-a4a2-3d21d17ef362",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The howling hag can teleport 10 squares.",damage:"The howling hag can teleport 10 squares",category:2}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A howling hag prefers to remain at range, attacking first with its shriek of pain and then using howl. When cornered, the hag uses fey step to escape."},{id:"61e67443-5b90-42cb-9c48-61aa5acb89dd",name:"Bog Hag",details:"",size:2,origin:2,type:2,keywords:"aquatic",level:10,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8 (swamp walk), swim 8",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +12, Nature +12, Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:18},intelligence:{score:12},wisdom:{score:15},charisma:{score:14},hp:107,initiative:11,ac:24,fortitude:23,reflex:21,will:19,regeneration:null,auras:[{id:"c30e9fff-406a-4f52-86a4-5b1281ecabc7",name:"Unwholesome Presence",keywords:"",details:"3: enemies in the aura gain only half the normal hit points from spending healing surges."}],powers:[{id:"83a1ea12-1b3f-402c-9549-3b7b82b121c7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"7c98bfd1-2685-4451-9f8a-c37cd4e2cada",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The bog hag makes two claw attacks against the same target;",details:"1d8 + 6 damage. If both claws hit, the hag deals an extra 5 damage to the target.",damage:"1d8 + 6 damage",category:1},{id:"4b38e2de-61e5-4a47-bf04-151418fe5096",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A bog hag can alter its physical form to appear as a beautiful young female elf, half-elf, eladrin, or human (see Change Shape, page 280).",damage:"",category:3},{id:"04a8aab6-02bf-43fd-9030-f865c69f68e1",name:"Evasive Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bog hag shifts 2 squares after charging.",damage:"The bog hag shifts 2 squares after charging",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A bog hag rends its victims to pieces with its claws in a series of hit-and-run attacks, using evasive charge to move past enemies."},{id:"d671ffd7-3a3e-430b-b02f-738b69e9cca8",name:"Night Hag",details:"",size:2,origin:2,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Bluff +16, Intimidate +16, Stealth +16",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:18},intelligence:{score:14},wisdom:{score:17},charisma:{score:18},hp:109,initiative:15,ac:27,fortitude:28,reflex:26,will:26,regeneration:null,auras:[{id:"6e4c9011-563b-40f2-90e7-65034c65ecfa",name:"Shroud of Night",keywords:"",details:"5: bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"8bffeeb3-0f46-4533-8c51-6273371b0e5f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"1d6 + 6 damage. If the night hag has combat advantage against the target, the target is also stunned (save ends).",damage:"1d6 + 6 damage",category:1},{id:"8b4c98ae-7fb3-4b8d-88af-18784128e58f",name:"Dream Haunting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:18,defence:3},description:"The night hag moves into a stunned or unconscious creature’s space and makes an attack against it;",details:"3d6 + 4 psychic damage, and the night hag disappears into the target’s mind. While in this state, the night hag is removed from play and does nothing on subsequent turns except deal 3d6 + 4 psychic damage to the target (no attack roll required). As long as the target remains stunned or unconscious, the night hag can’t be attacked. When the target is no longer stunned or unconscious, or when the target dies, the hag reappears adjacent to the target and is insubstantial until the start of its next turn.",damage:"3d6 + 4 psychic damage",category:1},{id:"4e9a0990-bc15-4c6f-af5e-925ed9f27d56",name:"Wave of Sleep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Sleep",condition:"",range:"Close Blast 5",attack:{bonus:17,defence:3},description:"",details:"1d8 + 3 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The target falls unconscious (save ends).",damage:"1d8 + 3 psychic damage",category:1},{id:"d4df224c-b2c0-4d2b-8e57-11f9955f043f",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A night hag can alter its physical form to appear as an old crone of any Medium humanoid race (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A night hag uses its change shape power to assume a benign disguise, luring enemies within range of its wave of sleep. It then steps into the dreams of an unconscious victim to destroy its mind with nightmares, usually while the hag’s minions or allies keep others from interfering."},{id:"1ec11ca2-03e3-4ac5-8b20-224f424bed7e",name:"Death Hag",details:"",size:2,origin:2,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +19, Insight +17, Intimidate +19, Nature +17",equipment:"",category:"",strength:{score:25},constitution:{score:19},dexterity:{score:18},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:171,initiative:15,ac:34,fortitude:34,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"f650a887-e3d0-492a-b99b-214600d706a7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:24,defence:0},description:"",details:"1d8 + 7 necrotic damage, and the target is marked and cannot spend healing surges or regain hit points until the end of the death hag’s next turn.",damage:"1d8 + 7 necrotic damage",category:1},{id:"3cf02683-f4bc-4c40-be40-d0f1eecebe0d",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Close Blast 3",attack:{bonus:22,defence:1},description:"",details:"1d8 + 4 necrotic damage, and the death hag regains 5 hit points for each creature damaged by this attack.",damage:"1d8 + 4 necrotic damage",category:1},{id:"9b0d06e5-7697-4d79-8b0e-7bbd99378903",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A death hag can alter its physical form to appear as female of any Medium humanoid race (see Change Shape, page 280).",damage:"",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The death hag relishes melee combat and uses life drain as often as it can."},{id:"e261fe9b-b501-4937-b600-4c1f2ac9a715",name:"Halfling Slinger",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +6, Perception +5, Stealth +9, Thievery +11",equipment:"leather armor, dagger, sling with 20 bullets",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:18},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:22,initiative:4,ac:15,fortitude:12,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"07f535db-debc-44c7-a2cd-7cae9b5f5b85",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"a6df5cbf-e5bb-46e7-90a3-22957df21932",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: The halfling slinger deals an extra 1d6 damage on ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"9551204a-d22b-44a7-a587-f3d93e1402e6",name:"Stone Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"The halfling slinger makes three sling attacks, each with a –2 penalty to the attack roll.",details:"1d6 + 4 damage. Combat Advantage: The halfling slinger deals an extra 1d6 damage on ranged attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"580676c5-c32a-4b64-809f-956d7dd834ff",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"c8399354-3ded-4634-8f28-21062703e991",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling slinger forces the attacker to reroll the attack and take the new result.",damage:"",category:5},{id:"c25e87ba-97e3-4d39-aab0-7716b05e214b",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden halfling slinger that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling slingers like to set ambushes, using the Stealth skill to gain combat advantage and their sniper power to remain hidden. Once revealed, halfling slingers take cover and bombard enemies with sling stones from a safe distance."},{id:"c543e227-b3ce-49f3-bb8c-08567ef5c808",name:"Halfling Stout",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +10, Perception +5, Thievery +10",equipment:"leather armor, short sword, sling with 20 bullets",category:"",strength:{score:11},constitution:{score:10},dexterity:{score:15},intelligence:{score:10},wisdom:{score:9},charisma:{score:14},hp:1,initiative:3,ac:16,fortitude:12,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"9bb0bdba-bb97-451f-9522-080d69c9aba4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"346bab42-22f3-4259-98ca-554e370658f4",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"e03789e0-1615-4d91-a8ec-e34e89ea3912",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"ba3d2324-cf0b-49a7-8562-20fbd820f9f2",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling stout forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling stouts don’t scare easily and therefore make reliable guards. They use second chance when hit by a damage-dealing attack."},{id:"b3ebaf02-0990-4c15-829a-9b6933d741eb",name:"Halfling Thief",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"",movement:"6; see also mobile melee attack",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"leather armor, 4 daggers, thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"31827a0e-9266-4aa7-bad0-ad0faae2e4df",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"84890f6d-de35-4642-bd74-d10c52f5719e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage. Combat Advantage: The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"f2b29c46-6452-4714-be99-db95f3be4f77",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"The halfling thief can move up to 3 squares and make one melee basic attack at any point during that movement. The halfling thief doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d4 + 3 damage. Combat Advantage: The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"37c11bb6-eb6f-4cac-b33e-e0e010565ddb",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"ccfb97b8-303a-42da-b78d-62e429158539",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling thief forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling thieves rely on their Stealth skill to gain surprise and combat advantage. If they can’t surprise enemies, halfling thieves resort to hit-and-run tactics, looking for ways to flank foes and avoid retaliation."},{id:"275132ea-7c77-4fe9-9f3c-d854aaf2d5c4",name:"Halfling Prowler",details:"",size:1,origin:4,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common, one other",skills:"Acrobatics +14, Athletics +9, Perception +8, Stealth +12, Streetwise +10, Thievery +14",equipment:"leather armor, poisoned short sword, hand crossbow with 10 poisoned bolts, thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:15},hp:52,initiative:11,ac:18,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"a42e82ff-c957-4e0b-adba-4e7ab527934c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage, and the halfling prowler makes a secondary attack. Secondary Attack: +8 vs. Fortitude; the target takes ongoing 3 poison damage and is slowed (save ends both).",damage:"1d6 + 4 damage",category:1},{id:"1ec58a78-b48d-473a-bd55-97b99eccef4c",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage, and the halfling prowler makes a secondary attack. Secondary Attack: +8 vs. Fortitude; the target takes ongoing 3 poison damage and is slowed (save ends both).",damage:"1d6 + 4 damage",category:1},{id:"cc567694-664b-4ca8-8b8d-0ebfe3670abe",name:"Catfall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the halfling prowler falls, reduce the distance it falls by 20 feet when determing how much damage it takes.",damage:"reduce the distance it falls by 20 feet when determing how much damage it takes",category:0},{id:"8ed93708-db52-4b54-a6d9-ffecbf1baeb9",name:"Crowd Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling prowler gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it, or a +4 bonus if two or more creatures are adjacent to it.",damage:"The halfling prowler gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it",category:0},{id:"52303d4b-c1de-4812-adb6-9d65399164af",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"a35add81-0637-464d-ab78-8ce22855e339",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling prowler forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"Saving Throws +5 against fear effects",vulnerable:"",immune:"",tactics:"Halfling prowlers haunt both urban and wilderness settings, preying on treasure-laden passersby. They look for high vantage points to make crossbow attacks before leaping down and attacking with their short swords. They stay close to their allies and enemies, reaping the benefit of crowd shield. They typically flee when bloodied, easily outrunning their poisoned foes."},{id:"7d6e57d6-3230-4e11-841a-4586f21b4545",name:"Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:19},hp:71,initiative:5,ac:20,fortitude:17,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"73bbf8e2-de6d-453e-9b37-23ca7b440dbd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"29dbaae2-6c55-4487-84b0-f8ebc0d9d156",name:"Alluring Song",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close Burst 10; deafened creatures are immune",attack:{bonus:12,defence:3},description:"",details:"the target is pulled 3 squares and immobilized (save ends). When the harpy sustains the power, any target that has not yet saved against the effect is pulled 3 squares and immobilized (save ends).",damage:"the target is pulled 3 squares and immobilized (save ends)",category:1},{id:"76ba9163-8606-4018-9f53-bb14eac6655e",name:"Deadly Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 4",attack:{bonus:12,defence:1},description:"",details:"1d6 + 4 thunder damage, and the target is dazed (save ends).",damage:"1d6 + 4 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A harpy uses its alluring song to draw enemies toward it. A clumsy flier, it lands and makes claw attacks against the most isolated target. It uses deadly screech against other enemies that get too close and takes to the air when confronted by multiple adversaries."},{id:"0cf3810a-e5aa-48a9-8f24-a3b7811c571a",name:"Bloodfire Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"Perception +11",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:100,initiative:10,ac:25,fortitude:23,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"492825f9-84cf-4e18-ad4f-c5404ec1e4fc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d8 + 2 damage plus 1d8 fire damage.",damage:"1d8 + 2 damage plus 1d8 fire damage",category:1},{id:"b94b81a1-7399-463e-a0d4-88716528435d",name:"Cloud of Ash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:12,defence:1},description:"The bloodfire harpy disgorges a cloud of burning ash.",details:"1d10 + 5 fire damage, and the target is blinded (save ends).",damage:"1d10 + 5 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The bloodfire harpy uses its burning song to boil the blood of its enemies while using cloud of ash to blind foes that get too close for comfort."},{id:"6fdb551a-152f-4d00-b636-884b7f4b5532",name:"Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:13,role:{type:7,flag:0,leader:!1},senses:"darkvision, truesight 10",movement:"6, fly 6 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +15, Perception +15",equipment:"greatsword",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:14},hp:131,initiative:11,ac:29,fortitude:28,reflex:23,will:24,regeneration:{value:5,details:""},auras:[],powers:[{id:"b110c9c9-214b-4f56-8fe4-5251f7e4d730",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d10 + 7 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 7 damage plus 1d10 cold",category:1},{id:"25710b8d-627c-4c81-8076-0596a738fbaa",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"The helmed horror makes an elemental greatsword attack against two different targets within reach.",details:"1d10 + 7 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 7 damage plus 1d10 cold",category:1},{id:"dc3b5567-94cd-4edc-9259-be6966dee6bb",name:"Tactical Step",action:{action:7,trigger:"when the helmed horror hits with an opportunity attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The helmed horror shifts 2 squares.",damage:"The helmed horror shifts 2 squares",category:5}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"A helmed horror hovers toward enemies but lands to fight. It opens with blade sweep if it can, but it might also use that power to punish foes who dare flank it. After making an opportunity attack, it uses tactical step to maneuver around its foes to reach a soft target."},{id:"9925bf15-3be6-4ae5-8a38-ecd93090e49b",name:"Greater Helmed Horror",details:"",size:2,origin:1,type:0,keywords:"construct",level:18,role:{type:7,flag:1,leader:!1},senses:"darkvision, truesight 10",movement:"8, fly 8 (clumsy)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +20, Perception +20",equipment:"greatsword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:21},intelligence:{score:12},wisdom:{score:22},charisma:{score:18},hp:348,initiative:16,ac:35,fortitude:33,reflex:30,will:31,regeneration:{value:10,details:""},auras:[],powers:[{id:"b110c9c9-214b-4f56-8fe4-5251f7e4d730",name:"Elemental Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:24,defence:0},description:"",details:"1d10 + 8 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 8 damage plus 1d10 cold",category:1},{id:"25710b8d-627c-4c81-8076-0596a738fbaa",name:"Blade Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon; Cold, Fire, Lightning, or Thunder",condition:"",range:"Melee Weapon",attack:{bonus:24,defence:0},description:"The helmed horror makes an elemental greatsword attack against two different targets within reach.",details:"1d10 + 8 damage plus 1d10 cold, fire, lightning, or thunder damage (helmed horror’s choice).",damage:"1d10 + 8 damage plus 1d10 cold",category:1},{id:"dc3b5567-94cd-4edc-9259-be6966dee6bb",name:"Tactical Step",action:{action:7,trigger:"when the helmed horror hits with an opportunity attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The greater helmed horror shifts 3 squares.",damage:"The greater helmed horror shifts 3 squares",category:5},{id:"9d25fc0c-acbf-4dac-a72b-37d571d1513e",name:"Elemental Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Fire, Lightning, or Thunder",condition:"",range:"Close Burst 5",attack:{bonus:20,defence:2},description:"",details:"2d6 + 6 cold, fire, lightning, or thunder damage (greater helmed horror’s choice).",damage:"or thunder damage (greater helmed horror’s choice)",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"charm, disease, fear, sleep",tactics:"A helmed horror hovers toward enemies but lands to fight. It opens with blade sweep if it can, but it might also use that power to punish foes who dare flank it. After making an opportunity attack, it uses tactical step to maneuver around its foes to reach a soft target."},{id:"d0ab7a4a-f9b2-4f25-85fb-19a360816719",name:"Clay Scout",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:2,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 3 (clumsy)",alignment:"Unaligned",languages:"--",skills:"Perception +6, Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:31,initiative:7,ac:16,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"cd7823ff-2e5a-4118-8e28-62585b40d287",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:3,defence:0},description:"",details:"1d6 damage, and the homunculus makes a secondary attack against the same target. Secondary Attack: +2 vs. Fortitude; the target is slowed (save ends). See also guard object.",damage:"1d6 damage",category:1},{id:"8b1d6f46-9cc6-44e4-92c9-fee7521f1ab6",name:"Mind Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"1d6 + 3 psychic damage, and the target is dazed (save ends); see also guard object.",damage:"1d6 + 3 psychic damage",category:1},{id:"eab5bf28-1b83-4f8b-9ad3-73e27c399654",name:"Guard Object",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The clay scout gains a +4 bonus to attack rolls against targets adjacent to or carrying its guarded object (see the “Guard” sidebar).",damage:"The clay scout gains a +4 bonus to attack rolls against targets adjacent to or carrying its guarded object (see the “Guard” sidebar)",category:0},{id:"0b32f9b7-e1ad-4a62-b0c1-6dd86a21d17b",name:"Limited Invisibility",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The clay scout is invisible to dazed creatures.",damage:"",category:0},{id:"67e4bd0a-0a22-4dd1-95fe-50db7e38d34b",name:"Redirect",action:{action:5,trigger:"when targeted by a melee or a ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:3},description:"The clay scout makes an attack against the attacker:",details:"the triggering attack targets a creature adjacent to the clay scout instead (as chosen by the clay scout).",damage:"",category:5}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"A clay scout is often tasked with guarding an object. It tries to remain unseen until it attacks, preferring to use mind touch to daze enemies (thus becoming invisible to them). It then tries to bite creatures that can’t see it while using redirect to protect itself."},{id:"1797c0e4-117f-44a7-b76a-97ff8e4eeae0",name:"Iron Defender",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:3,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +6",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:15},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"5f1d06f0-93c6-4497-b684-00fbc267e3a6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"f4fc58d4-d19e-4508-a85f-f191ac4a095f",name:"Guard Creature",action:{action:4,trigger:"when an adjacent enemy attacks the creature guarded by the iron defender;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"The iron defender makes a bite attack against the enemy (see the “Guard” sidebar).",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"37f9347c-1e0e-4edf-840f-12c84c3eab3a",name:"Pursue and Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the iron defender makes an opportunity attack, it shifts 1 square before or after the attack.",damage:"it shifts 1 square before or after the attack",category:0}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"An iron defender is often tasked with guarding another creature, usually its creator. It uses pursue and attack to stay close to its charge."},{id:"920f1f86-4605-4966-ac07-8b0c35076920",name:"Iron Cobra",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:6,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7; see also slithering shift",alignment:"Unaligned",languages:"--",skills:"Perception +9, Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:15},intelligence:{score:5},wisdom:{score:13},charisma:{score:12},hp:75,initiative:7,ac:20,fortitude:20,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"c22d8b92-5d8e-463e-9f6e-047b319f4ad1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 + 3 damage, and ongoing 5 poison damage (save ends).",damage:"1d8 + 3 damage",category:1},{id:"12331640-f98c-4cc5-b7d5-32d5ce736402",name:"Poison the Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10; only affects creatures taking ongoing poison damage",attack:{bonus:8,defence:3},description:"",details:"the target is dazed and slowed (save ends both); see also guard area.",damage:"",category:1},{id:"b5940476-5b04-406e-9a17-bb137fc76bea",name:"Guard Area",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"Recharges on 3-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"An iron cobra can use its poison the mind power against any creature in its guarded area (see the “Guard” sidebar), even if the power hasn’t recharged and even if the target isn’t taking ongoing poison damage.",details:"the target is dazed and slowed (save ends both).",damage:"",category:1},{id:"a501b72a-87b8-4dfa-a760-a6e0f5292c2d",name:"Slithering Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron cobra shifts 3 squares as a move action.",damage:"The iron cobra shifts 3 squares as a move action",category:2}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"An iron cobra is often tasked with guarding an area. It attacks with its poisonous bite first and uses poison the mind against the envenomed creature before moving on to the next target using slithering shift."},{id:"5fb0a005-8a85-4960-bdb4-a676fdd46e0f",name:"Hook Horror",details:"",size:3,origin:4,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"blindsight 10",movement:"4, climb 4",alignment:"Unaligned",languages:"--",skills:"Athletics +18",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:12},hp:137,initiative:12,ac:28,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"960c750e-b7cc-4027-91d5-36d3a12ccaf1",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 7 damage, and the target is pulled 1 square.",damage:"1d12 + 7 damage",category:1},{id:"eadc4ee8-7d93-4d85-bff4-3c50c86357e2",name:"Rending Hooks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"The hook horror makes two hook attacks, each at a –2 penalty.",details:"1d12 + 7 damage, and the target is pulled 1 square. If both hooks hit the same target, the hook horror deals an extra 1d12 damage and the target is grabbed (until escape).",damage:"1d12 + 7 damage",category:1},{id:"f029898f-3578-481b-bfa6-726b46a95180",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Grabbed target only",attack:{bonus:20,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:3},{id:"fc90de81-60fe-47e0-b62c-ee6344e3be00",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:1},description:"",details:"2d12 + 7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d12 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hook horrors are so good at climbing and jumping that they often attack from an unexpected direction. A hook horror prefers to get close enough to use rending hooks, followed by a bite. It uses its melee basic attack to drag prey closer. A hook horror sometimes flings a tasty victim at the feet of its packmates, but it more typically uses its fling power to toss aside prey that has proven too difficult to kill."},{id:"16b04b6a-1cab-41c2-b5ce-78d0a4a7094b",name:"Riding Horse",details:"",size:3,origin:4,type:1,keywords:"mount",level:1,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"10",alignment:"Unaligned",languages:"--",skills:"Perception +5",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:11},charisma:{score:9},hp:36,initiative:1,ac:14,fortitude:15,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"b618a4fe-4082-4204-940d-171f4f65a430",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Riding horses usually panic and bolt when faced with danger, striking out with their hooves only when trapped or startled."},{id:"af2c0c2d-11b7-4b9f-aa19-617565b6ff68",name:"Warhorse",details:"",size:3,origin:4,type:1,keywords:"mount",level:3,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +8",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:58,initiative:3,ac:17,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"b618a4fe-4082-4204-940d-171f4f65a430",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 5 damage.",damage:"1d6 + 5 damage",category:1},{id:"d04bfaa4-6163-453a-8d94-74dc3efcae94",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:2},description:"The warhorse can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the warhorse must end its move in an unoccupied space. When it enters an enemy’s space, the warhorse makes a trample attack:",details:"1d6 + 6 damage, and the target is knocked prone.",damage:"1d6 + 6 damage",category:1},{id:"a41e8947-e87c-48da-b47e-f5cb97904fa2",name:"Charger",action:null,keywords:"Mount",condition:"when mounted by a friendly rider of 3rd level or higher;",range:"",attack:null,description:"",details:"The warhorse grants its rider a +5 bonus to damage rolls on charge attacks.",damage:"the warhorse grants its rider a +5 bonus to damage rolls on charge attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Unlike riding horses, warhorses are trained for battle. When ridden aggressively, they lash out with their hooves or trample foes underfoot."},{id:"cf0b5d6c-adcc-4408-a4d3-cc089132e8fa",name:"Celestial Charger",details:"",size:3,origin:3,type:1,keywords:"mount",level:10,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Lawful Good",languages:"--",skills:"Endurance +16, Perception +12",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:17},intelligence:{score:3},wisdom:{score:15},charisma:{score:15},hp:58,initiative:3,ac:17,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"b618a4fe-4082-4204-940d-171f4f65a430",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"d04bfaa4-6163-453a-8d94-74dc3efcae94",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:2},description:"The celestial charger can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the celestial charger must end its move in an unoccupied space. When it enters an enemy’s space, the celestial charger makes a trample attack:",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:1},{id:"a41e8947-e87c-48da-b47e-f5cb97904fa2",name:"Celestial Charge",action:null,keywords:"Mount, Radiant",condition:"when mounted by a friendly rider of 10th level or higher;",range:"",attack:null,description:"",details:"On charge attacks, a celestial charger’s rider deals an extra 2d6 radiant damage.",damage:"a celestial charger’s rider deals an extra 2d6 radiant damage",category:0},{id:"466e7ba9-f851-41fe-b382-ee36cbd35367",name:"Zephyr Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The celestial charger ignores difficult terrain and can move across any solid or liquid surface.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"These noble steeds charge fearlessly into battle, trampling enemies while ignoring difficult terrain."},{id:"b215860a-4666-438e-9dbc-08eb29cdc6a5",name:"Hell Hound",details:"",size:2,origin:1,type:1,keywords:"fire",level:7,role:{type:2,flag:0,leader:!1},senses:"",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +11",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:96,initiative:5,ac:20,fortitude:18,reflex:17,will:18,regeneration:null,auras:[{id:"2dcf487d-315a-45c7-9387-a239fb2fe538",name:"Fire Shield",keywords:"Fire",details:"1: any creature that enters or begins its turn in the aura takes 1d6 fire damage."}],powers:[{id:"9fa3e467-4f0d-47e7-8951-cb52b854678b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 2 plus 1d8 fire damage.",damage:"1d8 + 2 plus 1d8 fire damage",category:1},{id:"c4dbeef5-d360-45c9-a345-cffe1a6041c2",name:"Fiery Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:9,defence:2},description:"",details:"2d6 + 3 fire damage.",damage:"2d6 + 3 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"Hell hounds bound into the midst of their enemies and use their fiery breath with abandon, not hesitating to include other hell hounds in its area. Firebred hell hounds use tactics similar to hell hounds, saving their fiery burst power for when they’re flanked or otherwise surrounded."},{id:"38ea8043-3af7-4a5a-a8bf-490b39b51fb9",name:"Firebred Hell Hound",details:"",size:2,origin:1,type:1,keywords:"fire",level:17,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +17",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:14},intelligence:{score:2},wisdom:{score:19},charisma:{score:12},hp:205,initiative:10,ac:30,fortitude:30,reflex:28,will:29,regeneration:null,auras:[{id:"2dcf487d-315a-45c7-9387-a239fb2fe538",name:"Fire Shield",keywords:"Fire",details:"1: any creature that enters or begins its turn in the aura takes 1d10 fire damage."}],powers:[{id:"9fa3e467-4f0d-47e7-8951-cb52b854678b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"",details:"1d10 + 6 plus 1d10 fire damage.",damage:"1d10 + 6 plus 1d10 fire damage",category:1},{id:"c4dbeef5-d360-45c9-a345-cffe1a6041c2",name:"Fiery Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close Blast 3",attack:{bonus:18,defence:2},description:"",details:"4d6 + 7 fire damage.",damage:"4d6 + 7 fire damage",category:1},{id:"ff8c1504-49ea-490c-8e59-f9e9d02ae133",name:"Fiery Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close Burst 3",attack:{bonus:18,defence:2},description:"",details:"4d10 + 7 fire damage.",damage:"4d10 + 7 fire damage",category:1}],damageModifiers:[{type:3,value:-40}],resist:"",vulnerable:"",immune:"",tactics:"Hell hounds bound into the midst of their enemies and use their fiery breath with abandon, not hesitating to include other hell hounds in its area. Firebred hell hounds use tactics similar to hell hounds, saving their fiery burst power for when they’re flanked or otherwise surrounded."},{id:"59f46705-5c07-4a06-bc05-f7f99c43f870",name:"Shadow Hound",details:"",size:2,origin:5,type:3,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7, teleport 7",alignment:"Unaligned",languages:"--",skills:"Endurance +10, Perception +9, Stealth +10",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:15},intelligence:{score:6},wisdom:{score:13},charisma:{score:16},hp:70,initiative:7,ac:19,fortitude:20,reflex:18,will:17,regeneration:null,auras:[{id:"c1b945e5-5370-46c5-8845-1598357b517a",name:"Shroud of Night",keywords:"",details:"5: bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"76b56d47-8435-41a6-ab46-f5f8069362b1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 + 4 damage; see also shadow ambush.",damage:"1d8 + 4 damage",category:1},{id:"ef6a1b73-7430-4963-8842-61c12a9c489d",name:"Baying",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:8,defence:3},description:"",details:"the target takes a –2 penalty to all defenses until the end of the shadow hound’s next turn.",damage:"",category:3},{id:"1c29a8a3-f71e-4a85-b1da-03ebfa09fc2c",name:"Shadow Ambush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the shadow hound teleports adjacent to an enemy, it gains combat advantage and deals an extra 1d6 damage on the next attack it makes against that enemy this turn.",damage:"it gains combat advantage and deals an extra 1d6 damage on the next attack it makes against that enemy this turn",category:0}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:"Shadow hounds trail their quarry until they find a place where the shadows are deep and dark—a lonely forest road, a deserted alley, a campsite after dusk. They use their baying at the start of the encounter to terrify their quarry, and then use shadow ambush to teleport next to victims."},{id:"158193fb-966b-4021-889f-e33ba3bb5456",name:"Wild Hunt Hound",details:"",size:2,origin:2,type:3,keywords:"",level:21,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"10, fly 10 (clumsy); see also mobile melee attack",alignment:"Unaligned",languages:"--",skills:"Endurance +24, Perception +23, Stealth +24",equipment:"",category:"",strength:{score:30},constitution:{score:29},dexterity:{score:28},intelligence:{score:6},wisdom:{score:27},charisma:{score:9},hp:205,initiative:21,ac:35,fortitude:34,reflex:33,will:32,regeneration:null,auras:[{id:"81a9f698-3b2f-45ee-9a6a-7b335ca4a3a6",name:"Menacing Growl",keywords:"Fear",details:"10: enemies within the aura take a –2 penalty to all defenses."}],powers:[{id:"157cac69-d882-4956-aaef-a9059ffea7d8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"",details:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy), and the target cannot teleport and is slowed (save ends both). If the target is already slowed, it is immobilized instead. Combat Advantage: The wild hunt hound deals an extra 1d8 damage on melee attacks against any target it has combat advantage against.",damage:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy)",category:1},{id:"75828d3e-730a-444f-aca4-853f56c7f023",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:26,defence:0},description:"The wild hunt hound can move up to 5 squares and make one bite attack at any point during that movement. The hound doesn’t provoke opportunity attacks when moving away from the target of its attack.",details:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy), and the target cannot teleport and is slowed (save ends both). If the target is already slowed, it is immobilized instead. Combat Advantage: The wild hunt hound deals an extra 1d8 damage on melee attacks against any target it has combat advantage against.",damage:"1d8 + 10 damage (1d8 + 20 against an immobilized enemy)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Wild hunt hounds growl constantly, filling the hearts of nearby mortals with bonechilling terror. In battle they begin with a few rounds of hit-and-run attacks to harry and separate their quarry from its fellows."},{id:"c9138fb7-b707-4fa9-827d-d4b319223a8c",name:"Human Rabble",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Perception +0",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"af997d91-5501-4cc1-94f6-03e604ef9a5a",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"d3d2ff74-2cfb-4f6a-a6b7-9267009ede0d",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it.",damage:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Human rabble don’t really have tactics, other than to gang up on the nearest target. They are rarely inclined to fight to the death."},{id:"7c0f321e-9b82-49dc-ba5a-ca30956f9a00",name:"Human Lackey",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Perception +4",equipment:"leather armor, club",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:3,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"af997d91-5501-4cc1-94f6-03e604ef9a5a",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"d3d2ff74-2cfb-4f6a-a6b7-9267009ede0d",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it.",damage:"The human rabble gains a +2 power bonus to all defenses while at least two other human rabble are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Lackeys are a cut above rabble, and can be fiercely loyal to a powerful or charismatic leader. They are likely to break and run if their leader is defeated."},{id:"e94555e5-e51f-4e1e-b1b8-c175953095e6",name:"Human Bandit",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"leather armor, mace, 4 daggers",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"c5fe6bb2-ad1a-4cde-a378-f3186561d333",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d8 + 1 damage, and the human bandit shifts 1 square. Combat Advantage: The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 1 damage",category:1},{id:"e662be21-4423-4e9d-a34b-9f084f6d32ae",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4 + 3 damage. Combat Advantage: The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d4 + 3 damage",category:1},{id:"a336d362-d467-49c0-860f-983b9835b49a",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires mace;",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d8 + 1 damage, the target is dazed until the end of the human bandit’s next turn, and the human bandit shifts 1 square. Combat Advantage: The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 + 1 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Bandits prefer ambushes, making good use of available cover to lie in wait. If they can’t surprise their targets, they try to flank as many as possible, using dazing strike to help them maneuver into position. They are usually cowardly and look to retreat once bloodied."},{id:"185b2e80-2bb1-4038-9707-f47574dc5d78",name:"Human Guard",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Perception +6, Streetwise +7",equipment:"chainmail, halberd, crossbow with 20 bolts",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"5ffed593-0c69-4f75-a361-c02f24ea6133",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 3 damage, and the target is marked until the end of the human guard’s next turn.",damage:"1d10 + 3 damage",category:1},{id:"c8c4a822-4c08-4091-a94a-223f058f2357",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires halberd;",range:"Reach 2",attack:{bonus:10,defence:0},description:"",details:"1d10 + 7 damage, and the target is knocked prone.",damage:"1d10 + 7 damage",category:1},{id:"9b7ca607-d8a5-45fe-9aad-2bfd27f9504b",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Human guards are determined foes. They fight well together, standing close enough to protect their comrades. They use powerful strike against mobile enemies and use their crossbows only when foes are beyond their reach."},{id:"97e75975-0e19-4ffc-972a-47d4b856b7e2",name:"Human Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"",movement:"7",alignment:"Any",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"hide armor, greataxe, 2 handaxes",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"70d05f9c-2ec9-494e-9af8-2313a32352e4",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d12 + 4 damage (crit 1d12 + 16).",damage:"1d12 + 4 damage (crit 1d12 + 16)",category:1},{id:"f06112a3-de7d-459c-8732-64232a6573f6",name:"Battle Fury",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"The human berserker makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",details:"1d12 + 4 damage (crit 1d12 + 16).",damage:"1d12 + 4 damage (crit 1d12 + 16)",category:5},{id:"0c479f55-ee4e-447d-83fa-71b479907fdb",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Berserkers hurl themselves headlong into fights, eager to conquer or die. Usually begin by throwing axes, and then charge into melee. They use battle fury when first bloodied, hoping to overwhelm enemies with their sudden burst of rage"},{id:"6cdcd0e2-bdb8-4f04-83e3-647a90cb596c",name:"Human Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Any",languages:"Common",skills:"Arcana +11",equipment:"robes, quarterstaff , wand",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"ae9cd709-0a4a-4a52-8fa6-0e17b03d783f",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:4,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"0f832482-dd29-47fb-9c93-4147ce38dad8",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4 + 4 force damage.",damage:"2d4 + 4 force damage",category:1},{id:"c3b11c64-89b8-4860-8a99-e7ba8462c623",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"The mage makes a separate attack against 3 different targets:",details:"1d6 + 4 lightning damage.",damage:"1d6 + 4 lightning damage",category:1},{id:"1587ae9b-5640-48e2-9a80-8e8b6ccd6bd3",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area Burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8 + 4 thunder damage, and the target is dazed (save ends).",damage:"1d8 + 4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A human mage prefers to fight at range, picking off enemies with magic missile, dancing lightning, and thunder burst."},{id:"23418746-3830-4111-bb61-95080f1b7b59",name:"Fen Hydra",details:"",size:3,origin:4,type:1,keywords:"reptile",level:12,role:{type:2,flag:2,leader:!1},senses:"all-around vision",movement:"5, swim 10",alignment:"Unaligned",languages:"--",skills:"Perception +13, Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:620,initiative:9,ac:25,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"04709b01-7bf1-45ca-8f3b-716259afcddb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"1d8 + 5 damage. Threatening Reach: The fen hydra can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d8 + 5 damage",category:1},{id:"8a3fbe1d-a621-4d6f-853f-b7268cca1dcc",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2; up to 4 targets",attack:{bonus:14,defence:0},description:"The fen hydra makes four bite attacks.",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"d209ee37-a878-4de6-aed5-32ed82d0a42f",name:"Many Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the fen hydra becomes dazed or stunned, it loses one attack on its next turn instead. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fen hydra lurks out of sight in a bog, hoping to surprise prey. When the time is right, it slithers out of hiding and attacks with its multiple heads, spending its action points to use hydra fury twice in a round."},{id:"af82ee98-f00a-46ff-84e9-1f61496e2404",name:"Mordant Hydra",details:"",size:4,origin:4,type:1,keywords:"reptile",level:18,role:{type:2,flag:2,leader:!1},senses:"all-around vision, low-light vision",movement:"6, swim 12",alignment:"Unaligned",languages:"--",skills:"Perception +17",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:18},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:880,initiative:13,ac:31,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"7ea91af4-9af3-43f6-8f97-0ce8e0bf2159",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:21,defence:0},description:"",details:"1d8 + 6 damage. Threatening Reach: The mordant hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"1d8 + 6 damage",category:1},{id:"3ab2b932-cc91-4b6c-ba8c-1d113cfddee3",name:"Acid Spit",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"1d8 + 6 acid damage.",damage:"1d8 + 6 acid damage",category:1},{id:"ba8a7ffd-0491-408b-aea7-bde5526601c5",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3; or Ranged 10",attack:{bonus:21,defence:0},description:"The mordant hydra makes six basic attacks (any combination of bite attacks and acid spit attacks).",details:"Bite: Reach 3; 1d8 + 6 damage. Acid Spit ✦ Acid: Ranged 10; +18 vs. Reflex; 1d8 + 6 acid damage.",damage:"1d8 + 6 damage",category:1},{id:"9f1d9498-ea31-49ba-8dc2-cf57404fa222",name:"Many Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the mordant hydra becomes dazed or stunned, it loses one attack on its next turn instead. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:"A mordant hydra usually spits acid with half its heads and bites with the other half, spending its action points to use hydra fury twice in a round. If multiple targets are within its reach, the hydra splits its attention between the closest foe and the enemy that hurt it the most since its last turn."},{id:"06917c0d-5705-4596-9383-98ca14c8b683",name:"Primordial Hydra",details:"",size:5,origin:1,type:1,keywords:"reptile",level:25,role:{type:2,flag:2,leader:!1},senses:"all-around vision, darkvision",movement:"8, swim 16",alignment:"Chaotic Evil",languages:"--",skills:"Perception +21",equipment:"",category:"",strength:{score:26},constitution:{score:32},dexterity:{score:22},intelligence:{score:4},wisdom:{score:18},charisma:{score:12},hp:1200,initiative:18,ac:38,fortitude:40,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"9b5ba3bd-acad-4565-aa60-aa9e8ccd994c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:28,defence:0},description:"",details:"(+30 vs. AC with opportunity attacks); 1d10 + 8 damage, or 1d10 + 13 on a successful opportunity attack. Threatening Reach: The primordial hydra can make opportunity attacks against all enemies within its reach (4 squares).",damage:"1d10 + 8 damage",category:1},{id:"a5ce1906-1bc3-42b7-a673-62267a73bdcd",name:"Flaming Acid Spit",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Fire",condition:"",range:"Ranged 10",attack:{bonus:25,defence:2},description:"",details:"1d10 + 8 acid and fire damage.",damage:"1d10 + 8 acid and fire damage",category:1},{id:"66a5177b-5a2c-484b-847b-bac532a23eca",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:28,defence:0},description:"The primordial hydra makes eight basic attacks (any combination of bite attacks and flaming acid spit attacks).",details:"Bite: Reach 4; 1d10 + 8 damage. Flaming Acid Spit ✦ Acid, Fire: Ranged 10; +25 vs. Reflex; 1d10 + 8 acid and fire damage.",damage:"1d10 + 8 damage",category:1},{id:"1dfff81b-b15c-404c-b14c-ffbd2104934e",name:"Many Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the primordial hydra becomes dazed or stunned, it loses one attack on its next turn instead. Multiple such effects stack.",damage:"",category:0}],damageModifiers:[{type:1,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A primordial hydra spits flaming acid at ranged foes and makes bite attacks against enemies within reach. It spends its action points to use hydra fury twice in a given round."},{id:"4fe0ea04-7d68-45e2-9b62-2afd75d3639f",name:"Hyena",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:15},intelligence:{score:2},wisdom:{score:12},charisma:{score:5},hp:37,initiative:5,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"8963488e-8423-4ee7-b4db-2daba546f346",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage; see also pack attack. Pack Attack: A hyena deals an extra 1d6 damage against an enemy adjacent to two or more of the hyena’s allies.",damage:"1d6 + 3 damage",category:1},{id:"1ee1625b-df5f-461e-9a7b-ee467e59c15d",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a hyena is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The pack attack and harrier powers reward hyenas for ganging up on one target at a time, so a pack normally chooses a single foe and tries to pull it down."},{id:"ed783703-f1d5-4bbb-b313-bc52d008c801",name:"Cacklefiend Hyena",details:"",size:3,origin:1,type:1,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Perception +11",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:6},wisdom:{score:14},charisma:{score:10},hp:96,initiative:5,ac:19,fortitude:20,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"d08e0f45-f99c-42cb-8b6a-fea67f37da41",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d6 + 5 damage, and ongoing 5 acid damage (save ends); see also pack attack. Pack Attack: A cacklefiend hyena deals an extra 1d6 damage against an enemy adjacent to two or more of the cacklefiend hyena’s allies.",damage:"1d6 + 5 damage",category:1},{id:"09ad4b45-6195-4116-90b9-b59e859dd31c",name:"Fiendish Cackle",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close Burst 3; deafened creatures are immune; targets enemies",attack:{bonus:8,defence:3},description:"",details:"the target takes a –2 penalty to attack rolls until the end of the cacklefiend hyena’s next turn.",damage:"",category:3},{id:"c3cb0939-42bf-4c1a-a711-bb04ef8ead97",name:"Acid Bloodspurt",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Acid",condition:"",range:"Close Burst 1",attack:null,description:"",details:"automatic hit; 2d8 acid damage, and ongoing 5 acid damage (save ends).",damage:"2d8 acid damage",category:5},{id:"55a6faca-4935-4cc6-8601-d7fce4c90786",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a cacklefiend hyena is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A cacklefiend hyena uses its fiendish cackle to unnerve enemies before attacking, and again as soon as the power recharges. It works with its allies to take down one foe at a time, reaping the benefits of its pack attack and harrier powers."},{id:"6ecc4af9-f1fe-4a8c-95b0-58afe120c91b",name:"Kobold Minion",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +4, Thievery +4",equipment:"hide armor, light shield, 3 javelins",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:1,initiative:3,ac:15,fortitude:11,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"d60da958-2e64-4745-b26d-738077ceb5d8",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"93bdd701-5402-41f9-9c18-900b3311ed03",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"8f7e83b3-6401-4af1-ac9b-f33b905b3d08",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3},{id:"f9fd9df3-8358-48e4-a759-0555ce686394",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kobold minions are fierce in packs, but cowardly when separated. They can shift as a minor action each round to achieve flanking positions."},{id:"93683e38-7b6c-46a3-9b9b-88e4de82b5cd",name:"Kobold Skirmisher",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +7, Stealth +9, Thievery +9",equipment:"hide armor, spear",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:16},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:27,initiative:5,ac:15,fortitude:11,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"cd6a1302-675a-4155-a4f3-6e4248bffde9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"1d8 damage; see also mob attack. Combat Advantage: The kobold skirmisher deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d8 damage",category:1},{id:"eda56ca6-2b08-4375-bdbb-968c7b9cf725",name:"Mob Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold skirmisher gains a +1 bonus to attack rolls per kobold ally adjacent to the target.",damage:"The kobold skirmisher gains a +1 bonus to attack rolls per kobold ally adjacent to the target",category:0},{id:"f2dcc8a7-9686-4f4e-b3c1-d4a1d51c4854",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"dea02abc-5f4b-4bd2-9ac9-f6bcb788264f",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kobold skirmishers gang up on a single target to gain the benefit of mob attack, shifting as a minor action to gain combat advantage. They retreat when the fight turns against them, leading pursuers through passages and rooms riddled with traps, if possible."},{id:"14c5382a-a17d-4886-a4ae-95486a19fb66",name:"Kobold Slinger",details:"",size:1,origin:4,type:2,keywords:"reptile",level:1,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +8, Stealth +10, Thievery +10",equipment:"leather armor, dagger, sling with 20 bullets and 3 rounds of special shot (see above)",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:24,initiative:3,ac:13,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"2369225d-d848-4058-809e-1c226abcc686",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:5,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"720064bf-c4d9-4983-a799-4e1f837a72e8",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"1d6 + 3 damage; see also special shot.",damage:"1d6 + 3 damage",category:1},{id:"64cf7fb5-a859-4d4c-804d-49a03905753d",name:"Special Shot",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold slinger can fire special ammunition from its sling. It typically carries 3 rounds of special shot, chosen from the types listed below. A special shot attack that hits deals normal damage and has an additional effect depending on its type: Stinkpot: The target takes a –2 penalty to attack rolls (save ends). Firepot (Fire): The target takes ongoing 2 fi re damage (save ends). Gluepot: The target is immobilized (save ends).",damage:"a special shot attack that hits deals normal damage and has an additional effect depending on its type",category:0},{id:"6306bdb5-16a0-473d-85f3-e7b43427cce8",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"09504eaf-9a61-4476-9d06-b3d60bd8d551",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kobold slingers avoid melee combat. They prefer to stay behind cover and bombard foes with special shot and sling stones."},{id:"08eb8095-1b25-4a86-9ed0-30fe84280d58",name:"Kobold Dragonshield",details:"",size:1,origin:4,type:2,keywords:"reptile",level:2,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +5, Stealth +7, Thievery +7",equipment:"scale armor, heavy shield, short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:13},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:36,initiative:4,ac:18,fortitude:14,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4b909fc0-d7ed-4350-94b9-79dec5263030",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage, and the target is marked until the end of the kobold dragonshield’s next turn.",damage:"1d6 + 3 damage",category:1},{id:"23a360ec-d963-4a50-90f5-70505777a84e",name:"Dragonshield Tactics",action:{action:4,trigger:"when an adjacent enemy shifts away or an enemy moves adjacent;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield shifts 1 square.",damage:"The kobold dragonshield shifts 1 square",category:5},{id:"9f83aa03-b547-4551-90b8-172d692bd007",name:"Mob Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield gains a +1 bonus to attack rolls per kobold ally adjacent to the target.",damage:"The kobold dragonshield gains a +1 bonus to attack rolls per kobold ally adjacent to the target",category:0},{id:"63864460-5c43-4c85-8856-9ba7ef37a98d",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"627f356b-9963-4740-bfe0-09686a28856a",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"5 (damage type of the dragon served)",vulnerable:"",immune:"",tactics:"Kobold dragonshields are capable frontline combatants, keeping enemies away from their weaker kobold allies with their swords and shields. They like to gang up on single targets. A kobold dragonshield gains resist 5 against a specific damage type based on the type of dragon it serves or reveres. For example, a kobold dragonshield working for a blue dragon has resist 5 lightning."},{id:"b700330c-0f24-4ddb-b333-c62a96e3d646",name:"Kobold Wyrmpriest",details:"",size:1,origin:4,type:2,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Stealth +10, Thievery +10",equipment:"hide armor, spear, bone mask",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:9},wisdom:{score:17},charisma:{score:12},hp:36,initiative:4,ac:17,fortitude:13,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"015d69a2-7664-4b62-93de-312db3cba2ed",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"f07c4bbe-0256-4240-a845-bdea5aa82870",name:"Energy Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d10 + 3 damage of a chosen type (based on the dragon served).",damage:"1d10 + 3 damage of a chosen type (based on the dragon served)",category:1},{id:"94836475-b9e2-4adc-be95-81df960696e3",name:"Incite Faith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 10",attack:null,description:"",details:"kobold allies in the burst gain 5 temporary hit points and shift 1 square.",damage:"kobold allies in the burst gain 5 temporary hit points and shift 1 square",category:3},{id:"de4d3c99-b0af-451b-b0cd-3657ab93fb04",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"see text",condition:"",range:"Close Blast 3",attack:{bonus:6,defence:1},description:"",details:"1d10 + 3 damage of a chosen type (based on the dragon served). Miss: Half damage.",damage:"1d10 + 3 damage of a chosen type (based on the dragon served)",category:1},{id:"8ab8b56c-d2aa-4d6c-b771-ad421fd524d9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"9ef2be06-9c63-4cbf-bcbb-24102792b257",name:"Shifty",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold shifts 1 square.",damage:"The kobold shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A wyrmpriest keeps lots of kobold underlings between it and its enemies, using incite faith to embolden them. It prefers to make ranged attacks using energy orb, and enemies that get too close are blasted with dragon breath. A wyrmpriest’s energy orb deals damage of a specific type based on the type of dragon the wyrmpriest serves or reveres. For example, a kobold wyrmpriest working for a black dragon deals acid damage with its energy orb power."},{id:"cf6d0c85-6e48-4829-9eb0-cd2f89923c11",name:"Kobold Slyblade",details:"",size:1,origin:4,type:2,keywords:"reptile",level:4,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +11, Stealth +13, Thievery +13",equipment:"leather armor, 2 short swords",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:18},intelligence:{score:9},wisdom:{score:12},charisma:{score:14},hp:42,initiative:10,ac:18,fortitude:12,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"d839b0f7-ddb2-42df-95a6-7cd2683620b1",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d6 damage. Combat Advantage: The kobold slyblade deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d6 damage",category:1},{id:"eac2240f-8e04-4488-ad0c-d432b3571db9",name:"Twin Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"Requires combat advantage; the kobold slyblade makes 2 short sword attacks.",details:"1d6 damage each hit. If both attacks hit the same target, the target takes ongoing 5 damage (save ends). Combat Advantage: The kobold slyblade deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d6 damage each hit",category:1},{id:"ab46340d-1293-457a-8ed0-89ec2f067732",name:"Sly Dodge",action:{action:5,trigger:"when targeted by a melee or ranged attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold slyblade redirects the attack to an adjacent kobold minion.",damage:"",category:5},{id:"1527229f-2a40-48cd-8f0a-32ec61a6f4d9",name:"Trap Sense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold gains a +2 bonus to all defenses against traps.",damage:"The kobold gains a +2 bonus to all defenses against traps",category:0},{id:"f3ddfd3e-db6e-498f-9995-9c8800208174",name:"Dragonshield Tactics",action:{action:4,trigger:"when an adjacent enemy shifts away or an enemy moves adjacent;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kobold dragonshield shifts 1 square.",damage:"The kobold dragonshield shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The kobold slyblade stays close to other kobolds, using sly dodge to turn them into living shields while it makes twin slash attacks against foes. Whenever possible, it shifts as a minor action, moves into a flanking position, and gains combat advantage."},{id:"d8e3dd6c-1726-4b50-ad2b-bdc6eb5cbec8",name:"Kruthik Hatchling",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:9,flag:3,leader:!1},senses:"low-light vision, tremorsense 10",movement:"8, burrow 2 (tunneling), climb 8",alignment:"Unaligned",languages:"--",skills:"Perception +0",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:6},hp:1,initiative:3,ac:15,fortitude:13,reflex:15,will:12,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Gnashing Horde",keywords:"",details:"1: an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kruthik hatchlings swarm around the nearest foe in a vicious, biting horde. They typically fight until slain."},{id:"0b70d8a7-e58f-41ce-b0eb-b5d468b68f1f",name:"Kruthik Young",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"low-light vision, tremorsense 10",movement:"8, burrow 2, climb 8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:16},intelligence:{score:4},wisdom:{score:10},charisma:{score:6},hp:43,initiative:4,ac:15,fortitude:13,reflex:14,will:11,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Gnashing Horde",keywords:"",details:"1: an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:5,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A kruthik young joins the hatchlings in attacking a singular target, raking the hapless creature to pieces with its claws. It typically fights until slain."},{id:"781b2f8b-e12b-4825-a275-43b129e80f12",name:"Kruthik Adult",details:"",size:2,origin:4,type:1,keywords:"reptile",level:4,role:{type:2,flag:0,leader:!1},senses:"low-light vision, tremorsense 10",movement:"6, burrow 3 (tunneling), climb 6",alignment:"Unaligned",languages:"--",skills:"Perception +4",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:18},intelligence:{score:4},wisdom:{score:12},charisma:{score:8},hp:67,initiative:6,ac:17,fortitude:14,reflex:15,will:13,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Gnashing Horde",keywords:"",details:"1: an enemy that ends its turn in the aura takes 2 damage."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d10 + 3 damage.",damage:"1d10 + 3 damage",category:1},{id:"d30416f6-8d4f-44c6-81f6-c60e6dec9b6e",name:"Toxic Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Ranged 5",attack:{bonus:7,defence:0},description:"The kruthik makes 2 attacks against two different targets:",details:"1d8 + 4 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1d8 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A kruthik adult uses its toxic spikes on tempting targets within range before closing to melee. From that point on, it tries to stay adjacent to an enemy, using its toxic spikes only when it can’t otherwise reach a target."},{id:"5508f4b7-ea44-4262-8e2d-49fa49eaa9d8",name:"Kruthik Hive Lord",details:"",size:3,origin:4,type:1,keywords:"reptile",level:6,role:{type:3,flag:1,leader:!0},senses:"low-light vision, tremorsense 10",movement:"6, burrow 3 (tunneling), climb 6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:18},intelligence:{score:4},wisdom:{score:12},charisma:{score:10},hp:148,initiative:7,ac:22,fortitude:21,reflex:20,will:17,regeneration:null,auras:[{id:"3462f480-33cb-496e-a3b7-c7b3eb7615a2",name:"Hive Frenzy",keywords:"",details:"2: allied kruthiks in the aura deal double damage with basic attacks."}],powers:[{id:"2667e9fc-bd5f-4f00-a089-39d96fe7995d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"d8fc3fd1-0de0-4305-93f6-c29745cdfed3",name:"Acid Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close Blast 5; targets enemies",attack:{bonus:9,defence:1},description:"",details:"1d6 + 4 acid damage, and the target takes ongoing 5 acid damage and is weakened (save ends both).",damage:"1d6 + 4 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The hive lord uses its acid blast to weaken enemies at the start of battle. It then makes claw attacks, staying within 2 squares of as many other kruthiks as possible so that they benefit from its hive frenzy aura."},{id:"44896cef-edaf-4a5a-97c8-ca3ceffc53aa",name:"Kuo-Toa Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Perception +12",equipment:"leather armor, light shield, spear",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:9},charisma:{score:13},hp:1,initiative:11,ac:29,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"daaf6e5b-0a99-4b42-a097-bc9cef3a067f",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"2a96a0a4-750a-45db-a8ff-cb7c28db8237",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"In the presence of a strong leader (a whip or monitor), kuo-toa guards fight with fanatical zeal. If their leader is killed, kuo-toa guards tend to flee."},{id:"6a7437c7-1384-4012-aa5f-710eb4f1e478",name:"Kuo-Toa Marauder",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:12,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Perception +11",equipment:"leather armor, slimy light shield, spear",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:11},charisma:{score:13},hp:119,initiative:11,ac:25,fortitude:22,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"f25741c4-0f4e-489e-bfcf-f16daa1217fd",name:"Skewering Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:17,defence:0},description:"",details:"(+19 vs. AC while bloodied); 1d8 + 4 damage, and ongoing 5 damage (save ends).",damage:"1d8 + 4 damage",category:1},{id:"e3f6b020-0f13-4e15-a07e-d7f6c108c334",name:"Sticky Shield",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:2},description:"The kuo-toa marauder makes an attack against the attacker:",details:"a weapon wielded by the target drops in the target’s space.",damage:"",category:5},{id:"b09bb262-3554-43bc-91e9-26bd7840a00c",name:"Quick Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied;",range:"",attack:null,description:"",details:"The kuo-toa marauder shifts 1 square.",damage:"The kuo-toa marauder shifts 1 square",category:3},{id:"55cf95cf-e766-47f5-94d7-2a09f54ee753",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Kuo-toa marauders are so named because they often roam the Underdark in search of slaves. Tainted by madness, they rarely flee a battle, even if hopelessly outmatched. A marauder uses quick step to shift before or after making an attack with its spear, and it uses slick maneuver to gain a flanking position."},{id:"67e9a91a-ad88-4521-aae7-a75a728452fd",name:"Kuo-Toa Harpooner",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:14,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Perception +13",equipment:"leather armor, slimy light shield, 4 harpoons",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:17},intelligence:{score:13},wisdom:{score:13},charisma:{score:15},hp:137,initiative:12,ac:28,fortitude:26,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"c304e7f8-96d9-4b21-a5a8-8a3029f1ddc8",name:"Harpoon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 3 damage, and the target is grabbed and takes ongoing 5 damage (until escape). While the target is grabbed, the kuo-toa harpooner cannot use the harpoon to make attacks.",damage:"1d8 + 3 damage",category:1},{id:"3aa01b58-fcc0-47b8-8332-458b0237ee27",name:"Reeling Harpoon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:20,defence:0},description:"",details:"1d8 + 3 damage, and the kuo-toa harpooner makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; 1d8 + 3 damage, and the target is pulled 3 squares.",damage:"1d8 + 3 damage",category:1},{id:"764d1c81-c875-4954-8d0a-7958cbf6b42d",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2},{id:"790124f1-3b01-44af-bb52-e0d765f39396",name:"Sticky Shield",action:{action:4,trigger:"when missed by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:18,defence:2},description:"The kuo-toa harpooner makes an attack against the attacker:",details:"a weapon wielded by the target drops in the target’s space.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This kuo-toa attaches slimy cords to its harpoons, allowing it to reel in distant enemies. Once in melee combat with a foe, the harpooner tries to impale its enemy on a harpoon, dealing automatic damage each round the target remains impaled."},{id:"db9e12a8-6b84-4c13-b069-9d6688c8db3a",name:"Kuo-Toa Monitor",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Acrobatics +18, Dungeoneering +15, Perception +15",equipment:"leather armor, crossbow with 20 bolts",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:20},intelligence:{score:15},wisdom:{score:15},charisma:{score:16},hp:153,initiative:15,ac:30,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"84515e45-7d40-4a2c-99e6-442fdab8e68f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"2d10 + 4 damage.",damage:"2d10 + 4 damage",category:1},{id:"a44d8756-d883-4c3a-b338-a1d0a68ae2f4",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"7eba4d52-fd3f-4a39-92bc-d4a4808db038",name:"Leap Kick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"The kuo-toa monitor shifts 2 squares and makes a slam attack.",details:"2d10 + 4 damage.",damage:"2d10 + 4 damage",category:1},{id:"d2f22983-a65e-462a-a7f5-7fb9a562a2bf",name:"Lightning Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Melee",attack:{bonus:19,defence:2},description:"",details:"3d8 + 4 lightning damage, and the target is stunned (save ends).",damage:"3d8 + 4 lightning damage",category:1},{id:"5b3e484a-0fd1-4981-8082-1a40b701568b",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The kuo-toa monitor hurls itself into melee combat, using leap kick to shift up to 2 squares before or after making a slam attack. The first time it flanks a foe, it uses lightning fist."},{id:"59bdf4cc-fa56-49c5-a052-967a960704db",name:"Kuo-Toa Whip",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:16,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Dungeoneering +16, Perception +16, Religion +15",equipment:"coat, pincer staff , headdress",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:18},intelligence:{score:15},wisdom:{score:17},charisma:{score:18},hp:156,initiative:12,ac:30,fortitude:28,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"52da343d-ed35-449a-901b-66f435e5aeb3",name:"Pincer Staff",action:{action:1,trigger:"",sustainAction:1,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d8 + 3 damage, and the target is grabbed (until escape). While the target is grabbed, the kuo-toa whip cannot make attacks with its pincer staff. When the kuo-toa whip sustains the grab, it deals 1d10 damage to the target. The kuo-toa whip can release the target as a minor action, sliding the target to any other square within its reach.",damage:"1d8 + 3 damage",category:1},{id:"a129a811-469d-479a-b08b-0346cb0e5406",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d8 + 5 lightning damage, and the target is blinded until the end of the kuo-toa whip’s next turn.",damage:"2d8 + 5 lightning damage",category:1},{id:"ed3e469b-ca50-4b1b-89f9-8101551a6048",name:"Slime Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area Burst 4 within 20; targets enemies",attack:{bonus:18,defence:1},description:"",details:"1d10 + 5 damage, the target takes a –2 penalty to attack rolls (save ends), and the target slides 3 squares and is knocked prone. Miss: Half damage, and the target slides 1 square.",damage:"1d10 + 5 damage",category:1},{id:"7d9cc2d0-4c71-4a76-8494-4c316803723c",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The kuo-toa whip begins battle by casting slime vortex on the largest group of enemies, then targets them one at a time with lightning strike. It uses its pincer staff against enemies in melee combat, sliding them within reach of its allies."},{id:"15a3266c-2315-4d7b-b09e-899dec791ded",name:"Lamia",details:"",size:2,origin:2,type:3,keywords:"shapechanger",level:12,role:{type:3,flag:1,leader:!0},senses:"",movement:"6, climb 6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Bluff +16, Insight +13, Perception +13",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:14},intelligence:{score:17},wisdom:{score:14},charisma:{score:21},hp:244,initiative:8,ac:28,fortitude:25,reflex:24,will:26,regeneration:null,auras:[{id:"d780959c-ec67-43ca-905a-7a74b9156c28",name:"Swarm’s Embrace",keywords:"",details:"1: an enemy that starts its turn in the aura takes 10 damage."}],powers:[{id:"5f13a03a-a52f-4c58-bf14-4a89c0f11ca9",name:"Cursed Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing",condition:"",range:"Melee Touch",attack:{bonus:16,defence:1},description:"",details:"1d6 + 4 damage, and the target is dazed (save ends). In addition, the lamia regains a number of hit points equal to the amount of damage dealt.",damage:"1d6 + 4 damage",category:1},{id:"e36ba49d-0a7d-4c33-8205-d1c77846e666",name:"Devouring Swarm",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"Reach 5",attack:{bonus:16,defence:1},description:"",details:"3d6 + 4 damage. When the lamia sustains this power, the devouring swarm deals 3d6 + 4 damage to the target (no attack roll required). The target must be within this power’s range for the lamia to sustain the power.",damage:"3d6 + 4 damage",category:1},{id:"ccca3dc7-5bf7-45d3-9cda-0d3339b0d18a",name:"Pacifying Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Burst 5",attack:{bonus:16,defence:3},description:"",details:"the target is stunned (save ends).",damage:"",category:1},{id:"be9f1173-63d3-489f-9ad5-8bb7f4c5c62a",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A lamia can alter its physical form to appear as an attractive Medium humanoid of any race or gender (see Change Shape, page 280).",damage:"",category:3},{id:"88b27419-eb0d-4472-8e63-0ebebafc0fb5",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a lamia can squeeze through small openings as if it were a Tiny creature (see “Squeeze”, Player’s Handbook 292).",damage:"",category:0}],damageModifiers:[],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks.",immune:"",tactics:"The lamia uses change shape to assume a pleasing appearance, hoping to lure enemies within range of its pacifying burst. It spends its action point to use this power, and then immediately uses devouring swarm against a stunned foe within range. It sustains devouring swarm round after round as a minor action, attacking a new target only if the previous target moves out of range. The lamia heals itself by making cursed touch attacks and unleashes another pacifying burst as soon as the power recharges."},{id:"fbf85b39-8308-4a9f-9f92-bf84acdeadfe",name:"Larva Mage",details:"",size:2,origin:4,type:3,keywords:"undead",level:21,role:{type:0,flag:1,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +23, History +23, Religion +23",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:16},intelligence:{score:26},wisdom:{score:14},charisma:{score:15},hp:304,initiative:13,ac:35,fortitude:30,reflex:33,will:27,regeneration:null,auras:[],powers:[{id:"002be58f-0090-4580-ad63-0cdf41815ab3",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:24,defence:1},description:"",details:"2d6 + 5 necrotic damage.",damage:"2d6 + 5 necrotic damage",category:1},{id:"853b4661-0cae-4df4-979f-1f5f92403756",name:"Horrific Visage",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"the target cannot attack the larva mage until the end of its next turn and is immobilized (save ends).",damage:"",category:3},{id:"c91d1ee8-1826-4563-931a-3dc8b49ceeae",name:"Ray of Cold Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:26,defence:0},description:"",details:"2d8 + 8 cold and necrotic damage, or 4d8 + 8 cold and necrotic damage if the target is bloodied.",damage:"2d8 + 8 cold and necrotic damage",category:1},{id:"d9ddda43-712a-4e06-99d5-e69b44a41180",name:"Worm’s Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Illusion",condition:"",range:"Ranged 5",attack:{bonus:26,defence:3},description:"the target is tricked into believing that worms are devouring its flesh;",details:"4d10 + 8 damage. If this damage doesn’t reduce the target to 0 or fewer hit points, the target takes no damage but is stunned until the end of its next turn.",damage:"4d10 + 8 damage",category:1},{id:"f569d579-74a4-46c2-99e6-ac9c398c5f57",name:"Withering Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area Burst 1 within 20",attack:{bonus:24,defence:2},description:"",details:"2d6 + 8 fire and necrotic damage.",damage:"2d6 + 8 fire and necrotic damage",category:1},{id:"60d10799-d46e-490b-af38-ea167c274dcf",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva mage can squeeze through small openings as if it were a Tiny creature (see “Squeeze”, Player’s Handbook 292).",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease",tactics:"The larva mage uses horrific visage to hold off enemy defenders and melee strikers while using ray of cold death and withering flame to soften up ranged targets. The larva mage uses worm’s feast against a bloodied foe and normally spends its action point to take a second move action when it needs to put some added distance between itself and its enemies."},{id:"7e86919a-faa4-40ca-8260-997cb02b1cde",name:"Lich (Human Wizard)",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +18, History +18, Insight +13",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:22},wisdom:{score:13},charisma:{score:18},hp:218,initiative:8,ac:28,fortitude:24,reflex:28,will:26,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"88d18176-5a2d-4795-884d-72611969ec43",name:"Necrotic Aura",keywords:"Necrotic",details:"5: any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"c4c58f78-b41c-4dc6-85b1-e27a6fb0f6b4",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8 + 6 necrotic damage.",damage:"2d8 + 6 necrotic damage",category:1},{id:"3e40a8c5-b319-418f-8564-118f84174773",name:"Frostburn",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic, Zone",condition:"",range:"Area Burst 2 within 20",attack:{bonus:18,defence:1},description:"",details:"3d8 + 6 cold and necrotic damage. The burst creates a zone that lasts until the end of the lich’s next turn. The zone is considered difficult terrain. Any creature that starts its turn within the zone takes 10 cold and necrotic damage. The lich can sustain or dismiss the zone as a minor action.",damage:"3d8 + 6 cold and necrotic damage",category:1},{id:"19465e1d-047b-4274-9234-5b445886ff0b",name:"Indestructable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"9bff466e-71b0-4cb9-893d-bacc0de961ba",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The lich spends a healing surge and regains 54 hit points. The lich gains a +2 bonus to all defenses until the start of its next turn.",damage:"The lich spends a healing surge and regains 54 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"As long as its phylactery is safe, this lich doesn’t show much concern for its own wellbeing. It uses frostburn as often as it can and spends its action point to use second wind when first bloodied."},{id:"5a1dee24-b65e-4664-81cc-bbc13c53521e",name:"Lich (Eladrin Wizard)",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +24, History +24, Insight +19",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:15},intelligence:{score:25},wisdom:{score:15},charisma:{score:21},hp:362,initiative:14,ac:38,fortitude:33,reflex:38,will:38,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"88d18176-5a2d-4795-884d-72611969ec43",name:"Necrotic Aura",keywords:"Necrotic",details:"5: any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"c4c58f78-b41c-4dc6-85b1-e27a6fb0f6b4",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d8 + 7 necrotic damage.",damage:"3d8 + 7 necrotic damage",category:1},{id:"19465e1d-047b-4274-9234-5b445886ff0b",name:"Indestructable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"56e71d16-3b1d-4aa3-88ec-e5b3dc8e9507",name:"Necrotic Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"3d8 + 7 necrotic damage, and the target is stunned until the end of the lich’s next turn.",damage:"3d8 + 7 necrotic damage",category:1},{id:"6ff180ad-bc38-43ec-8892-e4bb7db8508f",name:"Entropic Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area Burst 2 within 20",attack:{bonus:28,defence:2},description:"",details:"6d6 + 7 necrotic damage.",damage:"6d6 + 7 necrotic damage",category:1},{id:"9bff466e-71b0-4cb9-893d-bacc0de961ba",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The lich spends a healing surge and regains 90 hit points. The lich gains a +2 bonus to all defenses until the start of its next turn.",damage:"The lich spends a healing surge and regains 90 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"This lich uses entropic pulse and necrotic orb as often as it can. Once bloodied, it spends an action point to use second wind."},{id:"027b94ed-5f37-47fa-83aa-d42081fbc71d",name:"Lich Vestige",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +24, Perception +19",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:22},wisdom:{score:13},charisma:{score:18},hp:1,initiative:14,ac:40,fortitude:36,reflex:40,will:38,regeneration:null,auras:[{id:"34d193d4-7067-4698-a93e-236f7dc91a73",name:"Necrotic Aura",keywords:"Necrotic",details:"2: any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"cb86c876-c189-4b0b-a360-c5d7c9f45e43",name:"Death’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:30,defence:0},description:"",details:"10 necrotic damage, and the target is weakened (save ends).",damage:"10 necrotic damage",category:1},{id:"c7be6693-127f-401c-9888-49c89aa5b920",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"10 necrotic damage, or 15 necrotic damage if the target is an arcane power user (such as a wizard).",damage:"10 necrotic damage",category:1},{id:"77819bed-966b-4edd-bbc3-47bda1ab88c0",name:"Orb of Obliteration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area Burst 5 within 10 of one of the lich vestiges",attack:{bonus:30,defence:2},description:"Two, three, or four lich vestiges acting on the same initiative count can use their standard actions to hurl a single orb of black fire that detonates on impact. Make one attack roll:",details:"5 fire and necrotic damage per lich vestige making the attack, and ongoing fire and necrotic damage equal to 5 per lich vestige making the attack (save ends).",damage:"5 fire and necrotic damage per lich vestige making the attack",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-20}],resist:"",vulnerable:"",immune:"disease",tactics:"The lich vestige joins forces with other nearby lich vestiges to unleash orb of obliteration as soon as possible, and then zaps enemies with its shadow ray. It only uses death’s touch when forced into melee combat."},{id:"8a6c8513-d5e0-4fee-b306-2a3832c1136e",name:"Greenscale Hunter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:4,role:{type:6,flag:0,leader:!1},senses:"",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +10, Nature +8, Perception +8",equipment:"light shield, spear",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:54,initiative:6,ac:17,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"5d724a86-a795-42c9-ae50-4109892ce4bc",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"75370a35-9db7-434a-b1c4-4672482f5152",name:"Sidestep Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"The lizardfolk shifts and make a melee basic attack.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Greenscale hunters like to set traps and ambush prey. In combat, they use sidestep attack to maneuver into flanking positions."},{id:"48fe8c7a-fcef-4b66-9057-db6a924c91db",name:"Greenscale Darter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:5,role:{type:4,flag:0,leader:!1},senses:"",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +8, Perception +9, Stealth +11",equipment:"club, blowgun with 20 poisoned darts",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:8},wisdom:{score:15},charisma:{score:8},hp:50,initiative:10,ac:18,fortitude:14,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"35002033-6064-4a97-9f6b-1dde9b1d45f0",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d6 + 1 damage.",damage:"1d6 + 1 damage",category:1},{id:"dd753aae-27c7-4952-bff9-a3d72db612e9",name:"Blowgun",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:10,defence:0},description:"Loading the blowgun takes a minor action;",details:"1 damage, and the greenscale darter makes a secondary attack against the same target. Secondary Attack: +8 vs Fortitude; the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"1 damage",category:1},{id:"1d4a11ec-e0de-4296-bdcd-d9300d26144e",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden lizardfolk darter that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Greenscale darters hide in the undergrowth, attacking with their blowguns and using their stealth and sniper power to remain hidden."},{id:"a7687355-3c99-4d01-832d-04b937ba069f",name:"Greenscale Marsh Mystic",details:"",size:2,origin:4,type:2,keywords:"reptile",level:6,role:{type:3,flag:0,leader:!0},senses:"",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +10, Nature +12",equipment:"spear, bone breastplate",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:70,initiative:4,ac:19,fortitude:15,reflex:14,will:19,regeneration:null,auras:[{id:"69e44d9d-725e-4bd8-a30b-1a374971c5b1",name:"Marsh Blessing",keywords:"Healing",details:"5: allies that start their turns in the aura regain 3 hit points."}],powers:[{id:"e40fe4e1-738b-4ee2-8ba6-f5f1fc174ccf",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:7,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"1116c5e3-95f2-4b10-ac3f-7d7489762eeb",name:"Swamp’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 2 within 10",attack:{bonus:9,defence:2},description:"",details:"the target is immobilized (save ends). The zone is difficult swamp terrain until the end of the encounter.",damage:"",category:1},{id:"9a08b236-a7e8-40d4-9eed-d38907cb6d0d",name:"Bog Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area Burst 2 within 10",attack:{bonus:9,defence:1},description:"",details:"2d8 + 4 poison damage, and the target is dazed until the end of the marsh mystic’s next turn.",damage:"2d8 + 4 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The marsh mystic normally begins a fight by using swamp’s grasp to immobilize enemies and create difficult terrain through which its allies can move with impunity. It stays close to its allies so that they benefit from its marsh blessing aura, attacking with its spear and using bog cloud whenever it becomes available."},{id:"970359d4-e79c-4ba4-b827-9f8c63d4283e",name:"Blackscale Bruiser",details:"",size:3,origin:4,type:2,keywords:"reptile",level:6,role:{type:2,flag:0,leader:!1},senses:"",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +14, Perception +9",equipment:"greatclub",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:6},hp:86,initiative:6,ac:18,fortitude:19,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"efa12d23-8456-444e-a58b-34689900ffd5",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:9,defence:0},description:"",details:"1d10 + 6 damage, and the target is pushed 1 square.",damage:"1d10 + 6 damage",category:1},{id:"5e05c67b-28ae-45aa-8612-fb7572c38047",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:2},description:"",details:"1d8 + 6 damage, and the target is knocked prone.",damage:"1d8 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This blackscale bruiser pulverizes enemies with its greatclub and pushes them into reach of its allies, if possible. It uses its tail slap to make opportunity attacks."},{id:"3f8615c4-e01e-4a5e-9771-e7496a275e06",name:"Wererat",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +6, Perception +7, Stealth +10, Streetwise +6, Thievery +10",equipment:"cloak, short sword",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:48,initiative:7,ac:17,fortitude:15,reflex:16,will:13,regeneration:{value:5,details:"if the wererat takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"63aca38f-377e-46f2-87c9-31692f9c5530",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: The wererat deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"311ef040-a6b0-4bbe-a55d-4ddc58cc0840",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d4 + 2 damage, and the target takes ongoing 2 damage (save ends) and contracts filth fever (see below).",damage:"1d4 + 2 damage",category:1},{id:"19fa0fd0-326d-4ac9-ae49-d68f69725879",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wererat can alter its physical form to appear as a dire rat or a unique human (see Change Shape, page 280). It loses its bite attack in human form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever (see below)",tactics:"Wererats usually assume dire rat form and wait in ambush, hoping to surprise their enemies and gain combat advantage. They use change shape to assume their natural hybrid forms and try to flank foes. They prefer to attack with their short swords, resorting to bite attacks when disarmed."},{id:"6ae9991b-bc5a-42b4-b4fd-d8747b50beec",name:"Werewolf",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Bluff +9, Insight +11, Intimidate +9, Nature +11, Perception +11",equipment:"leather armor, greatclub",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:108,initiative:7,ac:20,fortitude:20,reflex:19,will:18,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"66aaf3cb-afa6-43ac-8f81-617fb3d13272",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"2d4 + 4 damage; see also blood rage. Blood Rage: The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",damage:"2d4 + 4 damage",category:1},{id:"43a852ad-7b66-4cb9-abf1-aceee7e0cae8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy (see below); see also blood rage.",damage:"1d6 + 4 damage",category:1},{id:"decad7de-1e12-4203-b0c0-f85f046ed0e7",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human (see Change Shape, page 280). It cannot use its bite attack in human form and cannot make greatclub attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy (see below)",tactics:"A lone werewolf tries to isolate and pick off victims one at a time. When bloodied, it usually flees to regenerate. In the wild, werewolves tend to hunt in packs. When a pack of werewolves attacks, half of the pack fights in true hybrid form (wielding greatclubs) and other half fights in wolf form."},{id:"f3858cd8-2f9d-4eb5-bad5-266af84ba548",name:"Magma Claw",details:"",size:2,origin:1,type:3,keywords:"earth, fire",level:4,role:{type:2,flag:0,leader:!1},senses:"",movement:"4 (8 while charging)",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +9, Perception +7, Stealth +8",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:12},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:64,initiative:3,ac:16,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"2503ba69-1e59-4f65-9858-3dc5d7f81334",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 4 damage plus 1d6 fire damage.",damage:"1d6 + 4 damage plus 1d6 fire damage",category:1},{id:"00d17b3b-f395-41ca-aba9-dbf87515ee8e",name:"Spew Lava",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:5,defence:2},description:"",details:"the target takes ongoing 5 fire damage and is immobilized (save ends both).",damage:"the target takes ongoing 5 fire damage and is immobilized (save ends both)",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a magma claw that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"The magma claw uses its natural stealth to pose as an outcropping of volcanic rock until a target comes close enough for the magma claw to charge it. The magma claw then uses its spew lava power to trap its foe in cooling lava while it makes claw attacks."},{id:"ef70fd55-c2b1-4355-86a8-3302cbbff01c",name:"Magma Hurler",details:"",size:2,origin:1,type:2,keywords:"earth, fire",level:4,role:{type:0,flag:0,leader:!1},senses:"",movement:"4",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +7",equipment:"",category:"",strength:{score:18},constitution:{score:11},dexterity:{score:22},intelligence:{score:5},wisdom:{score:14},charisma:{score:8},hp:41,initiative:8,ac:18,fortitude:15,reflex:17,will:13,regeneration:null,auras:[],powers:[{id:"eae7bf5e-9cfd-4ec2-80d0-50abc4999a73",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"2b716f46-4f4c-4697-8f33-3877cf0b10b2",name:"Magma Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 15",attack:{bonus:7,defence:2},description:"",details:"1d6 + 6 fire damage. Miss: Creatures adjacent to the target take 1d6 fire damage.",damage:"1d6 + 6 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a magma hurler that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"A magma hurler disgorges magma into one of its scooplike arms and hurls it at an enemy in range. It tries to pelt enemies to death from a distance. Once an enemy gets close, the magma hurler abandons ranged combat and makes slam attacks instead."},{id:"eead1172-86f8-40d4-bfbc-70d0148cf75e",name:"Magma Strider",details:"",size:3,origin:1,type:3,keywords:"earth, fire",level:10,role:{type:6,flag:0,leader:!1},senses:"",movement:"6, climb 6",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +13",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:21},intelligence:{score:2},wisdom:{score:14},charisma:{score:10},hp:105,initiative:12,ac:24,fortitude:20,reflex:22,will:19,regeneration:null,auras:[{id:"e14fb9c2-4f34-484f-8bbe-30fcad87255c",name:"Blazing Heat",keywords:"Fire",details:"2: enemies in the aura at the start of their turns take 5 fire damage."}],powers:[{id:"e16dba1e-6cc8-47d4-bd67-2205dbc2fedb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d6 + 5 damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 5 damage",category:1},{id:"26fddd28-b35e-4a4f-8f83-ae994b97bae3",name:"Burn Across The Battlefield",action:{action:7,trigger:"when the magma strider hits with its bite attack;",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The magma strider can charge another target up to 6 squares away and make another bite attack.",details:"1d6 + 5 damage, and ongoing 5 fire damage (save ends).",damage:"1d6 + 5 damage",category:5},{id:"371bae4d-778d-4866-88c4-125e2d8f00ac",name:"Burning Mobility",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any creature that makes an opportunity attack against the magma strider takes ongoing 5 fire damage (save ends).",damage:"any creature that makes an opportunity attack against the magma strider takes ongoing 5 fire damage (save ends)",category:0}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"cold (a magma strider that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"Magma striders dash from foe to foe, heedless of opportunity attacks (their burning mobility makes it dangerous to strike at them). They try to set fire to as many targets as possible by biting a different target each round and using burn across the battlefield as often as possible."},{id:"09453104-9e9e-4b86-bec4-786cc0ae2883",name:"Magma Brute",details:"",size:3,origin:1,type:2,keywords:"earth, fire",level:13,role:{type:2,flag:0,leader:!1},senses:"",movement:"4",alignment:"Unaligned",languages:"Primordial",skills:"Endurance +14",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:5},wisdom:{score:13},charisma:{score:8},hp:156,initiative:9,ac:25,fortitude:26,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"07109fb7-a742-42e0-a967-0891ecaac957",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d8 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 6 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"cold (a magma brute that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:"Magma brutes use their slam attacks to crush and burn anything in their path. Usually they turn on whichever enemy hurt them the most in the previous round."},{id:"1d87fcdb-4c36-40fb-9877-b42e8ee9cf53",name:"Manticore",details:"",size:3,origin:4,type:3,keywords:"mount",level:10,role:{type:6,flag:1,leader:!1},senses:"",movement:"6, fly 8, overland flight 10",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +13, Stealth +15",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:20},intelligence:{score:4},wisdom:{score:17},charisma:{score:12},hp:210,initiative:12,ac:26,fortitude:24,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"c125cb1e-1da7-4e39-9bf4-3295dbccf395",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"ee24e61f-9198-4105-9ebf-f6fbb9093c0b",name:"Spike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:0},description:"",details:"(see also guided sniper); 1d8 + 5 damage. Hit or Miss: The manticore shifts 3 squares after making the attack.",damage:"1d8 + 5 damage",category:1},{id:"a12a126c-a2a0-430e-9487-d097170bcea1",name:"Manticore’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee/Ranged 10",attack:{bonus:15,defence:0},description:"The manticore makes a claw attack and a spike attack (in any order) and shift 1 square between the two attacks.",details:"Claw: 2d6 + 5 damage. Spike: 1d8 + 5 damage. Hit or Miss: The manticore shifts 3 squares after making the attack.",damage:"2d6 + 5 damage",category:1},{id:"91fc7a4f-47d9-4f99-ae15-c39d13a957f0",name:"Spike Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"",condition:"",range:"Area Burst 1 within 10",attack:{bonus:15,defence:0},description:"",details:"(see also guided sniper); 1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"c5b0dd9c-10e4-476f-ac0b-3569bce7b170",name:"Guided Sniper",action:null,keywords:"Mount",condition:"(while mounted by a friendly rider of 10th level or higher);",range:"",attack:null,description:"",details:"A manticore with a rider gains a +2 bonus to attack rolls with its spike attack and spike volley power.",damage:"A manticore with a rider gains a +2 bonus to attack rolls with its spike attack and spike volley power",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A manticore prefers to begin a fight from the air. It flies overhead and bombards enemies with spike volleys before landing to finish them off with manticore’s fury attacks. If faced with a dangerous foe on the ground, a manticore usually takes to the air again and harries its foe with repeated spike volleys as quickly as they recharge."},{id:"da75c22e-b5ca-47fa-b804-1c68475b519b",name:"Marut Blademaster",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +22, Intimidate +17, Perception +22",equipment:"greatsword",category:"",strength:{score:32},constitution:{score:25},dexterity:{score:23},intelligence:{score:14},wisdom:{score:25},charisma:{score:15},hp:201,initiative:18,ac:37,fortitude:37,reflex:32,will:33,regeneration:{value:20,details:""},auras:[],powers:[{id:"ed4dd1b5-21ea-42ab-8e61-77eb2a9cc73d",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:27,defence:0},description:"",details:"1d10 + 11 damage plus 1d6 thunder damage, the target is pushed 1 square, and the target is marked until the end of the marut blademaster’s next turn.",damage:"1d10 + 11 damage plus 1d6 thunder damage",category:1},{id:"0a17cb44-c4a5-45c8-b63f-69b429bf7469",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:27,defence:0},description:"The marut blademaster makes two greatsword attacks.",details:"1d10 + 11 damage plus 1d6 thunder damage, the target is pushed 1 square, and the target is marked until the end of the marut blademaster’s next turn.",damage:"1d10 + 11 damage plus 1d6 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:"The blademaster’s primary objective is to form and maintain a battle line, protecting softer allies. It uses double attack as often as possible."},{id:"92110d13-7560-4fc8-a0b6-c88b6f784147",name:"Marut Concordant",details:"",size:3,origin:3,type:2,keywords:"",level:22,role:{type:3,flag:1,leader:!1},senses:"truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +23, Intimidate +24, Perception +23",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:13},intelligence:{score:22},wisdom:{score:25},charisma:{score:26},hp:418,initiative:12,ac:38,fortitude:39,reflex:33,will:36,regeneration:{value:20,details:""},auras:[],powers:[{id:"f61f0c41-d5f6-43cd-a0d2-57cf8a28a4e5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Reach 2",attack:{bonus:26,defence:0},description:"",details:"2d6 + 10 damage plus 1d6 thunder damage.",damage:"2d6 + 10 damage plus 1d6 thunder damage",category:1},{id:"4c8c975e-5295-4ac5-962f-e9ca1d3b8fca",name:"Dictum",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 10",attack:{bonus:24,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"a6d697ae-61d0-412d-9436-c3f68c34490e",name:"Fortune’s Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Area Burst 5 within 20",attack:{bonus:22,defence:3},description:"enemies in the area are struck by arcs of coruscating psychic energy;",details:"3d6 + 6 psychic damage, and the target is dazed (save ends).",damage:"3d6 + 6 psychic damage",category:1},{id:"f3da3258-729c-4bd4-94d8-c7ebd59f6502",name:"Thunderous Edict",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:24,defence:1},description:"",details:"3d6 + 8 thunder damage, and the target is pushed 4 squares. Miss: Half damage, and the target is not pushed.",damage:"3d6 + 8 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:"A marut concordant uses dictum to pin down a strong foe. It then centers fortune’s chains in an area most likely to catch multiple enemies. The concordant uses thunderous edict to push multiple enemies away."},{id:"017630b6-fb63-4b45-b1a8-151c5697b3ca",name:"Medusa Archer (Female)",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:3,flag:1,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common",skills:"Bluff +16, Diplomacy +16, Intimidate +16, Perception +13, Stealth +15",equipment:"hooded cloak, longbow, quiver of 30 arrows",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:12},wisdom:{score:17},charisma:{score:22},hp:212,initiative:10,ac:26,fortitude:23,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"6c2e2e81-e905-406c-81fa-70a803c3af6c",name:"Snaky Hair",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d6 + 5 damage, and the target takes ongoing 10 poison damage and takes a –2 penalty to Fortitude defense (save ends both).",damage:"1d6 + 5 damage",category:1},{id:"22116e62-8fa0-4cd5-bc57-0431306e1b80",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:15,defence:0},description:"",details:"1d10 + 5 damage, and the medusa archer makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; the target takes ongoing 10 poison damage and takes a –2 penalty to Fortitude defense (save ends both).",damage:"1d10 + 5 damage",category:1},{id:"5ae48b8d-db33-4f5d-981d-3d1eba7ff9b3",name:"Petrifying Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze",condition:"",range:"Close Blast 5; blind creatures are immune",attack:{bonus:14,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save).",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"petrification",tactics:"The medusa archer makes longbow attacks from a safe distance, relying on its poisoned arrows to reduce the Fortitude defense of its enemies and make them more susceptible to its petrifying gaze. The creature is not afraid to enter melee combat, using its snaky hair and then targeting the same foe and other nearby enemies with its petrifying gaze."},{id:"597bda67-b6b6-4280-8888-7b61849113c4",name:"Medusa Warrior (Male)",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:1,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +17, Intimidate +17, Perception +16, Stealth +15",equipment:"chainmail, longsword, longbow, quiver of 30 arrows",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:22},hp:272,initiative:13,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"1b38d583-1fc3-4e54-bb7d-1a3f248fd3c2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"",details:"1d8 + 8 damage, and the medusa warrior makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d8 + 8 damage",category:1},{id:"7a03fbe4-90d4-4d1a-b3fc-39981f8c3973",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:17,defence:0},description:"",details:"1d10 + 5 damage, and ongoing 10 poison damage (save ends).",damage:"1d10 + 5 damage",category:1},{id:"738bd6a6-ad6c-469d-9468-4c081d971704",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:0},description:"The medusa warrior makes two longsword attacks, dealing an extra 2d8 damage on a hit against a dazed target.",details:"1d8 + 8 damage, and the medusa warrior makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d8 + 8 damage",category:1},{id:"2489b862-bd98-41c0-9860-5a692d3f94a0",name:"Venomous Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Poison, Psychic",condition:"",range:"Close Blast 5; blind creatures are immune",attack:{bonus:19,defence:3},description:"",details:"3d6 + 6 poison and psychic damage, and the target is dazed and weakened (save ends both).",damage:"3d6 + 6 poison and psychic damage",category:1}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"petrification",tactics:"The medusa warrior hides its true nature, hoping to lure enemies within range of its venomous gaze. In battle, the creature alternates between its venomous gaze and double attack powers, since its longsword attacks deal more damage against creatures affected by its gaze. The medusa warrior only draws its longbow when it has no targets it can engage in melee."},{id:"c62170ed-0db1-42b7-9142-1238bea122ae",name:"Medusa Shroud of Zehir (Female)",details:"",size:2,origin:4,type:2,keywords:"",level:18,role:{type:6,flag:0,leader:!1},senses:"",movement:"8",alignment:"Evil",languages:"Common",skills:"Acrobatics +21, Bluff +20, Stealth +21",equipment:"black hooded cloak, 2 short swords",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:24},intelligence:{score:13},wisdom:{score:17},charisma:{score:22},hp:172,initiative:18,ac:32,fortitude:28,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"9df7b71f-1bfe-4636-aef1-ecad1c105055",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"",details:"1d6 + 7 damage, and the target takes ongoing 10 acid and poison damage (save ends).",damage:"1d6 + 7 damage",category:1},{id:"8612f2f9-c648-40cd-a886-2ece243ceeae",name:"Fangs of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid, Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:23,defence:0},description:"The medusa shroud of Zehir makes two melee basic attacks and can shift up to 3 squares between attacks.",details:"1d6 + 7 damage, and the target takes ongoing 10 acid and poison damage (save ends).",damage:"1d6 + 7 damage",category:1},{id:"90eb7495-cc93-4de0-8492-6e979405a08f",name:"Snaky Hair",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Poison",condition:"(1/round)",range:"Melee",attack:{bonus:23,defence:0},description:"",details:"1d6 + 7 damage, and the target takes ongoing 10 acid and poison damage and takes a –2 penalty to Fortitude defense (save ends both).",damage:"1d6 + 7 damage",category:3},{id:"e5d6c804-ea02-4a15-81eb-3815f77cd314",name:"Petrifying Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze",condition:"",range:"Close Blast 5; blind creatures are immune",attack:{bonus:21,defence:1},description:"",details:"the target is slowed (save ends). First Failed Save: The target is immobilized instead of slowed (save ends). Second Failed Save: The target is petrified (no save).",damage:"",category:1}],damageModifiers:[{type:1,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"petrification",tactics:"The medusa shroud of Zehir uses fangs of death to weave through the battlefield. It follows its sword attacks with a snaky hair attack. It uses petrifying gaze or makes melee basic attacks while waiting for fangs of death to recharge."},{id:"e6b5b461-3edf-4c20-af1d-53c02c740cea",name:"Mind Flayer Infiltrator",details:"",size:2,origin:0,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Bluff +18, Diplomacy +18, Dungeoneering +14, Perception +14, Stealth +17",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:20},intelligence:{score:17},wisdom:{score:14},charisma:{score:23},hp:107,initiative:16,ac:27,fortitude:25,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"95e5bd0f-19a6-4612-a137-b9147a855ab1",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d6 + 5 damage, and the target is grabbed (until escape).",damage:"2d6 + 5 damage",category:1},{id:"7905af93-a122-4a86-8963-b35e3b282665",name:"Bore Into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Grabbed or stunned target only",attack:{bonus:17,defence:1},description:"",details:"3d6 + 5 damage, and the target is dazed (save ends). If this power reduces the target to 0 hit points or fewer, the mind flayer devours its brain, killing the target instantly.",damage:"3d6 + 5 damage",category:1},{id:"20fe6e8e-221f-42e4-b32b-55f8ac557d95",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Blast 5; mind flayers and their thralls are immune",attack:{bonus:18,defence:3},description:"",details:"2d8 + 6 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d8 + 6 psychic damage",category:1},{id:"a3f262bb-5836-4dca-b6c5-6d25f1177de5",name:"Stalk the Senseless",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mind flayer infi ltrator is invisible to dazed or stunned creatures.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This mind flayer uses its natural stealth to creep toward its enemies unseen, and then unleashes its mind blast. From its dazed foes, it chooses one creature to attack with its tentacles while relying on its stalk the senseless power to avoid attacks. If it succeeds in grabbing a victim with its tentacles, the infiltrator uses its bore into brain power until the victim dies or manages to free itself."},{id:"df1834f7-8818-4bc9-8bf2-307a9e6f60bf",name:"Mind Flayer Mastermind",details:"",size:2,origin:0,type:2,keywords:"",level:18,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +18, Bluff +21, Insight +18, Intimidate +21, Perception +18",equipment:"",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:16},intelligence:{score:18},wisdom:{score:18},charisma:{score:24},hp:324,initiative:12,ac:33,fortitude:33,reflex:33,will:35,regeneration:null,auras:[{id:"1b928296-72b7-45e4-b0e9-2733df7a344e",name:"Psychic Static",keywords:"Psychic",details:"10: while the mind flayer mastermind is not bloodied, enemies in the aura take a –2 penalty to Will defense."}],powers:[{id:"2d049632-ec8f-4031-8b1c-4f36026b4713",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"3d6 + 3 damage, and the target is grabbed (until escape).",damage:"3d6 + 3 damage",category:1},{id:"aecf2fcc-7021-446b-a6c8-9d0ba75bd0f4",name:"Bore Into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"Grabbed or stunned target only",attack:{bonus:21,defence:1},description:"",details:"4d10 + 3 damage, and the target is stunned (save ends). If this power reduces the target to 0 hit points or fewer, the mind flayer mastermind can either devour its brain or turn it into a thrall (see below): Devour Brain (Healing): The mind flayer mastermind devours the target’s brain. The target is killed instantly, and the mind flayer mastermind regains 25 hit points. Create Thrall (Charm): The target is dominated (no save) and regains enough hit points to restore it to its bloodied value. As a thrall, the target is immune to the mind blast power of mind flayers and gains a +5 bonus to its Will defense while within 10 squares of the controlling mind flayer mastermind. The target is no longer dominated and no longer a thrall once the controlling mastermind dies.",damage:"4d10 + 3 damage",category:1},{id:"cf275500-a3f1-44fc-9781-b15a440a62d4",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Blast 5; mind flayers and their thralls are immune",attack:{bonus:21,defence:3},description:"",details:"3d8 + 7 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"3d8 + 7 psychic damage",category:1},{id:"2e3ca165-9458-4e52-a26f-2423317f5d0d",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"the target is dominated (save ends). While dominated, the target is immune to the mind blast power of mind flayers and gains a +5 bonus to its Will defense while within 10 squares of the controlling mind flayer mastermind. The mastermind can use enslave only on one creature at a time.",damage:"the target is immune to the mind blast power of mind flayers and gains a +5 bonus to its Will defense while within 10 squares of the controlling mind flayer mastermind",category:1},{id:"a958b3af-084c-406a-b75a-ba512313ab77",name:"Illusion of Pain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Area Burst 1 within 10",attack:{bonus:27,defence:3},description:"enemies within the burst imagine that the area is filled with writhing, barbed tentacles;",details:"2d10 + 5 psychic damage, and the target takes ongoing 10 psychic damage and is immobilized (save ends both).",damage:"2d10 + 5 psychic damage",category:1},{id:"33fa3092-3fcd-4a12-a2d2-baa61abdb38e",name:"Cradle of the Elder Brain",action:{action:5,trigger:"when attacked;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mind flayer mastermind teleports 20 squares.",damage:"The mind flayer mastermind teleports 20 squares",category:5},{id:"9dbcdc5e-ffb9-47b2-b03a-bdeca2104427",name:"Interpose Thrall",action:{action:5,trigger:"when targeted by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mastermind redirects the attack to an adjacent thrall.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Throughout combat, the mastermind remains adjacent to at least one of its thralls, using it as a meat shield to block attacks while it targets enemies with its mind blast, mind warp, and enslave powers. If an opportunity presents itself, the mastermind rushes up to a stunned foe and attacks it with its tentacles, spending its action point to use bore into brain on the same round. It only devours a brain in combat if it needs the healing; otherwise, it creates a new thrall. If multiple enemies try to gang up on it, the illithid uses cradle of the elder brain to teleport to a safer location."},{id:"2c1b2cd7-4d30-4b04-8b93-5aab9c53337a",name:"Minotaur Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Dungeoneering +12, Intimidate +11, Nature +9, Perception +14",equipment:"scale armor, heavy shield, battleaxe",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:10},intelligence:{score:9},wisdom:{score:14},charisma:{score:13},hp:106,initiative:7,ac:26,fortitude:27,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"869e2d61-c37b-4681-9487-46566fb58b91",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage, and the target is marked until the end of the minotaur warrior’s next turn.",damage:"1d10 + 6 damage",category:1},{id:"709e01fc-c8ac-42df-916a-93e28ffff0e8",name:"Ferocity",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 damage.",damage:"1d10 + 6 damage",category:5},{id:"296f662a-79e6-4076-b32a-c0bb26a5081e",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:0},description:"The minotaur warrior makes a charge attack:",details:"1d6 + 6 damage, and the target is knocked prone.",damage:"1d6 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A minotaur warrior normally begins with a goring charge, and then fights with its battleaxe. Given a chance, it will charge again."},{id:"93edfa83-4fb7-4e71-8659-f1c1c909a41e",name:"Minotaur Cabalist",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Dungeoneering +14, Intimidate +14, Nature +16, Perception +16, Religion +12",equipment:"robes, mace",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:13},wisdom:{score:17},charisma:{score:16},hp:129,initiative:7,ac:27,fortitude:29,reflex:24,will:26,regeneration:null,auras:[{id:"45d2eded-162b-46bc-87c6-c4d5887ef212",name:"Baphomet’s Boon",keywords:"",details:"10: allies who start their turns in the aura gain a +2 bonus to attack rolls when charging."}],powers:[{id:"32072ba8-07bf-4f7c-8e92-400849045eef",name:"Great Cursed Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d10 + 6 damage plus 1d6 necrotic damage.",damage:"1d10 + 6 damage plus 1d6 necrotic damage",category:1},{id:"350b12ef-4c77-47c2-b558-f63b4f905b2b",name:"Ferocity",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"The minotaur cabalist makes a melee basic attack.",details:"1d10 + 6 damage plus 1d6 necrotic damage.",damage:"1d10 + 6 damage plus 1d6 necrotic damage",category:5},{id:"d2dc7abe-81aa-48c7-98a9-20a74cb43222",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"The minotaur cabalist makes a charge attack:",details:"2d6 + 6 damage, and the target is knocked prone.",damage:"2d6 + 6 damage",category:1},{id:"5f02b98d-2f85-46b2-a0a1-c69e419a7c20",name:"Call Out the Beast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"one bloodied ally in range makes a melee attack against one enemy within its reach.",damage:"",category:1},{id:"ed491c71-e1c8-4c3b-a61f-911fe5b02e52",name:"Horns of Force",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:18,defence:0},description:"",details:"1d8 + 3 force damage, and the target is pushed 2 squares.",damage:"1d8 + 3 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A cabalist calls out to Baphomet for strength while striking foes with its mace. It uses horns of force to knock an enemy out of a flanking position or into a more dangerous situation. Once bloodied, the cabalist tries to extricate itself from combat while using call out the beast to grant one of its allies a melee attack as a free action."},{id:"02b5dd56-4f71-4e87-84cf-93ba8f363339",name:"Savage Minotaur",details:"",size:3,origin:4,type:2,keywords:"",level:16,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Common",skills:"Dungeoneering +14, Intimidate +14, Nature +14, Perception +19",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:19},charisma:{score:12},hp:190,initiative:9,ac:28,fortitude:32,reflex:26,will:29,regeneration:null,auras:[],powers:[{id:"1f0284f2-f02a-4e3e-b60d-2c5ead811e4f",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d8 + 7 damage (crit 4d8 + 23), and the target is pushed 1 square.",damage:"2d8 + 7 damage (crit 4d8 + 23)",category:1},{id:"eb7430e0-a607-4597-82fb-ab32ca0d0b00",name:"Ferocity",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"The savage minotaur makes a melee basic attack.",details:"2d8 + 7 damage (crit 4d8 + 23), and the target is pushed 1 square.",damage:"2d8 + 7 damage (crit 4d8 + 23)",category:5},{id:"0d23d13f-85b5-4605-a657-5524692217e5",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"The savage minotaur makes a charge attack:",details:"2d6 + 7 damage, and the target is knocked prone.",damage:"2d6 + 7 damage",category:1},{id:"af6c0748-af5e-4513-8fb0-36a6b318618e",name:"Thrashing Horns",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while charging;",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d6 + 7 damage, and the target slides 2 squares.",damage:"2d6 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A savage minotaur enters battle with a goring charge, and then swings its greataxe at any foe within reach. If there’s something dangerous in the environment nearby, such as a pit or roaring fire, it uses thrashing horns to throw enemies in when it gets the chance."},{id:"9d5a1368-534a-4563-aaac-c01364b403e6",name:"Mummy Guardian",details:"",size:2,origin:4,type:2,keywords:"undead",level:8,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Perception +10",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:14},intelligence:{score:6},wisdom:{score:12},charisma:{score:16},hp:108,initiative:6,ac:20,fortitude:18,reflex:16,will:17,regeneration:{value:10,details:"if the mummy guardian takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"4155c8ab-e362-4ba0-8a00-a06834b52e41",name:"Despair",keywords:"Fear",details:"5: enemies within the aura take a –2 penalty to attack rolls against the mummy guardian."}],powers:[{id:"c3522083-afe7-4da3-b2ce-c22b33193542",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"2d8 + 3 necrotic damage, and the target contracts level 8 mummy rot (see below).",damage:"2d8 + 3 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-5},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A mummy guardian is a straightforward combatant that makes rotting slam attacks round after round. It specifically targets enemies that deal fire or radiant damage with their attacks."},{id:"92dadc70-0f60-4984-8407-3c296a63894f",name:"Mummy Lord (Human Cleric)",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"History +13, Insight +15, Intimidate +13, Religion +13",equipment:"chainmail, mace",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:18},charisma:{score:15},hp:205,initiative:7,ac:27,fortitude:25,reflex:23,will:27,regeneration:{value:10,details:"if the mummy lord takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"2afc6fb6-55f3-49b4-a089-e515e5b065a4",name:"Despair",keywords:"Fear",details:"5: enemies within the aura take a –2 penalty to attack rolls against the mummy lord."}],powers:[{id:"c4230e55-c2eb-4f38-995d-f00dd58c0c05",name:"Shielding Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d8 + 9 damage, and the mummy lord and one adjacent ally gain a +1 power bonus to AC until the end of the mummy lord’s next turn.",damage:"1d8 + 9 damage",category:1},{id:"e686fdce-cfb4-4737-b9cd-d6f38f824fcb",name:"Awe Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"requires mace;",range:"Melee Weapon",attack:{bonus:15,defence:3},description:"",details:"1d8 + 9 damage, and the target is immobilized (save ends).",damage:"1d8 + 9 damage",category:1},{id:"1fc7eb36-776e-4fa1-a30a-0aff4d1d7817",name:"Plague of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"3d8 + 9 necrotic damage, and the target takes a –2 penalty to all defenses until the end of the mummy lord’s next turn.",damage:"3d8 + 9 necrotic damage",category:1},{id:"b995f331-60ce-420b-bbe0-ac5bcb0db175",name:"Mummy’s Curse",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Disease",condition:"",range:"Close Burst 10; targets enemies",attack:{bonus:15,defence:3},description:"",details:"the target contracts level 13 mummy rot (see below).",damage:"the target contracts level 13 mummy rot (see below)",category:5},{id:"17d03735-450d-42b7-a374-cf080a5b1a98",name:"Unholy Aid",action:{action:5,trigger:"when the mummy lord suffers an effect that a save can end;",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mummy lord automatically saves against the triggering effect.",damage:"",category:5},{id:"113d7ea2-c451-4c9c-b453-595d2a5cc326",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The mummy lord spends a healing surge and regains 51 hit points. The mummy lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The mummy lord spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A mummy lord uses plague of doom against a foe before entering melee combat. It stays close to an ally while making shielding mace attacks, focusing on enemies that target it with fire or radiant attacks. It uses awe strike to immobilize a slippery foe and unholy aid to remove a particularly debilitating condition (such as blinded or stunned). Once bloodied, the mummy lord spends its action point to use second wind."},{id:"6ef630e9-1cdb-4095-a26c-94ff48766e06",name:"Giant Mummy",details:"",size:3,origin:4,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"Giant",skills:"Perception +16",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:14},intelligence:{score:6},wisdom:{score:12},charisma:{score:16},hp:240,initiative:12,ac:33,fortitude:34,reflex:30,will:31,regeneration:{value:10,details:"if the giant mummy takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"d6afcb8f-7859-4408-988d-f2cfd94ab1a0",name:"Despair",keywords:"Fear",details:"5: enemies within the aura take a –2 penalty to attack rolls against the giant mummy."}],powers:[{id:"457de7ed-b83e-4711-9ebb-442d6361997b",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"Melee",attack:{bonus:24,defence:0},description:"",details:"3d8 + 6 necrotic damage, and the target contracts level 21 mummy rot (see below).",damage:"3d8 + 6 necrotic damage",category:1},{id:"4c8a48ad-51d0-4310-b02e-ee0b7e97874b",name:"Dust of Blinding Death",action:{action:7,trigger:"when first bloodied and again when reduced to 0 hit points;",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close Burst 2",attack:{bonus:22,defence:1},description:"The giant mummy releases a cloud of corrosive dust:",details:"1d8 + 7 acid damage, and the target takes ongoing 10 acid damage and is blinded (save ends both).",damage:"1d8 + 7 acid damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:3,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The giant mummy pounds enemies to death with its fists, focusing its rage on those making fire or radiant attacks."},{id:"5fb8129e-9fc0-4b6a-aeaf-a64c262fbcf9",name:"Guardian Naga",details:"",size:3,origin:3,type:3,keywords:"reptile",level:12,role:{type:0,flag:1,leader:!1},senses:"darkvision",movement:"6",alignment:"Any",languages:"Common, Draconic, Supernal",skills:"Arcana +15, History +15, Insight +13, Perception +13",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:18},wisdom:{score:14},charisma:{score:12},hp:186,initiative:10,ac:25,fortitude:23,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"3ac108df-e3de-42a2-b6bb-b8f93ebd8dca",name:"Tail Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d8 + 3 damage, and the target is pushed 2 squares.",damage:"1d8 + 3 damage",category:1},{id:"df53c99e-cf6a-4479-89dc-526a19eec94e",name:"Word of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:17,defence:3},description:"",details:"2d8 + 4 psychic damage, and the target is immobilized (save ends).",damage:"2d8 + 4 psychic damage",category:1},{id:"78ac720a-73d6-46d0-bbab-296ee7964441",name:"Spit Poison",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close Blast 3",attack:{bonus:15,defence:1},description:"",details:"1d8 + 2 poison damage, and the target takes ongoing 5 poison damage, a –2 penalty to Fortitude defense, and a –2 penalty to saving throws (save ends all).",damage:"1d8 + 2 poison damage",category:1},{id:"17b11b7b-7f37-4a28-9364-e9d976f4c029",name:"Thunderstrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Area Burst 1 within 20",attack:{bonus:16,defence:1},description:"",details:"2d10 + 4 thunder damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"2d10 + 4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A guardian naga favors ranged combat and tries to catch multiple foes with thunderstrike before spending its action point to immobilize an enemy defender or striker with word of pain. It continues to use word of pain on subsequent rounds until enemies come within range of its spit poison attack."},{id:"c14f3ce4-5672-4911-8439-d133abe74e22",name:"Bone Naga",details:"",size:3,origin:3,type:3,keywords:"undead",level:16,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Arcana +18, History +18, Insight +18, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:22},hp:328,initiative:11,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"29d26ea8-a89c-4fdb-b1ed-a6a77b926fc2",name:"Death Rattle",keywords:"Necrotic",details:"2: enemies that start their turns in the aura are dazed until the start of their next turns."}],powers:[{id:"9d171518-e7d4-4cac-ab90-2fb93824ec40",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d4 + 6 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4 + 6 damage",category:1},{id:"f5475a56-c5cd-48d5-ba33-5ae20b88e36a",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 3; blind creatures are immune",attack:{bonus:21,defence:3},description:"",details:"the target is dazed (save ends). If the target is already dazed, it takes 2d6 + 6 necrotic damage instead.",damage:"it takes 2d6 + 6 necrotic damage instead",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"A bone naga alerts other creatures to its presence with its death rattle aura. If one or more enemies succumb to the aura’s effect, it uses death sway to damage them. The first time is uses this power, it spends an action point to use it again in the same round."},{id:"83c5beee-07f7-479c-b390-820442453bae",name:"Dark Naga",details:"",size:3,origin:3,type:3,keywords:"reptile",level:21,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common, Draconic, Supernal",skills:"History +22, Insight +21, Perception +21, Stealth +19",equipment:"",category:"",strength:{score:26},constitution:{score:26},dexterity:{score:18},intelligence:{score:24},wisdom:{score:22},charisma:{score:30},hp:404,initiative:14,ac:36,fortitude:34,reflex:33,will:36,regeneration:null,auras:[],powers:[{id:"b6eecc4b-ec34-4a23-8dc8-1aacedb0b3d1",name:"Tail Sting ",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:24,defence:0},description:"",details:"2d6 + 8 poison damage (3d6 + 8 damage against a dazed target), and the target is slowed (save ends).",damage:"2d6 + 8 poison damage (3d6 + 8 damage against a dazed target)",category:1},{id:"8bb1c920-caae-4df0-9f58-2926d39e8009",name:"Lure",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:25,defence:3},description:"",details:"the target is pulled 1 square and dazed (save ends).",damage:"the target is pulled 1 square and dazed (save ends)",category:3},{id:"41f9d8b1-5c46-4680-bf9c-015d3db3e624",name:"Psychic Miasma",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close Burst 3",attack:{bonus:26,defence:3},description:"",details:"3d6 + 10 psychic damage, and the target is dazed (save ends). First Failed Save: The target is stunned (save ends).",damage:"3d6 + 10 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The dark naga uses lure every round to pull enemies within reach of its tail. If it gets two enemies within striking distance, it spends its action point to make two tail sting attacks in one round. It uses psychic miasma at the earliest opportunity."},{id:"adbda9f9-8510-44f8-8af7-e148229d01e6",name:"Primordial Naga",details:"",size:3,origin:1,type:3,keywords:"reptile",level:25,role:{type:0,flag:2,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"Arcana +22, History +22, Insight +24, Perception +24",equipment:"",category:"",strength:{score:28},constitution:{score:32},dexterity:{score:22},intelligence:{score:20},wisdom:{score:24},charisma:{score:28},hp:1200,initiative:18,ac:41,fortitude:40,reflex:35,will:38,regeneration:null,auras:[{id:"6965252c-903a-4df6-9023-fb24713a8785",name:"Energy Cascade",keywords:"Fire, Lightning",details:"2: enemies that enter or start their turns in the aura take 10 fire and lightning damage."}],powers:[{id:"8940c483-5693-4f04-b34f-16aff81dc683",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"",details:"3d6 + 9 damage plus 1d6 acid damage.",damage:"3d6 + 9 damage plus 1d6 acid damage",category:1},{id:"a5a2f7ed-a206-4cf1-bf1f-653882b0eba0",name:"Flailing Heads",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Reach 3",attack:{bonus:29,defence:0},description:"The primordial naga makes five bite attacks.",details:"3d6 + 9 damage plus 1d6 acid damage per head. If the naga hits a single target with three or more heads, the target also takes ongoing 15 acid damage (save ends).",damage:"3d6 + 9 damage plus 1d6 acid damage per head",category:1},{id:"9ad3edda-4e99-4161-9200-c9936d04ead6",name:"Spit Fire",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:30,defence:2},description:"",details:"2d6 + 11 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d6 + 11 fire damage",category:3},{id:"a3fc4ddb-4cb8-485a-8241-c0d54a8fcc79",name:"Wind Slam",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:30,defence:1},description:"",details:"3d6 + 11 damage, and the target is pushed 2 squares.",damage:"3d6 + 11 damage",category:3},{id:"00b4dc8c-c412-4696-ad16-bcc4a332383d",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:30,defence:1},description:"",details:"5d6 + 11 cold damage, and the target is slowed (save ends).",damage:"5d6 + 11 cold damage",category:1}],damageModifiers:[{type:1,value:-20},{type:2,value:-40},{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:"Against ranged foes, the primordial naga uses a combination of spit fire and wind slam attacks, making up to three such attacks in a given round. It uses freezing breath at the earliest opportunity and otherwise resorts to attacking with its flailing heads."},{id:"8d1773a9-a10a-42f6-b127-c0025ca459e3",name:"Nightmare",details:"",size:3,origin:5,type:3,keywords:"mount",level:13,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"10, teleport 10",alignment:"Evil",languages:"--",skills:"Endurance +19, Perception +12",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:19},intelligence:{score:5},wisdom:{score:12},charisma:{score:15},hp:138,initiative:12,ac:27,fortitude:26,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"370dba7c-0185-4156-8415-7b374e64581a",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"1d8 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 6 damage",category:1},{id:"7e6f0276-554a-4538-a789-35159a7b1e5c",name:"Hell’s Ride",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Mount",condition:"(while mounted by a friendly rider of 13th level or higher)",range:"",attack:null,description:"",details:"The nightmare’s rider gains resist 20 fire.",damage:"The nightmare’s rider gains resist 20 fire",category:4},{id:"6c6b3825-df10-4122-9c83-5b5f9a925b6f",name:"Hooves of Hell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"The nightmare moves up to 10 squares. Each square the nightmare leaves is filled with fire to a height of 10 feet until the end of the nightmare’s next turn. Any creature that hits the nightmare with a melee attack during this move, or that enters one of the flaming squares, takes 10 fire damage.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:3,value:-20}],resist:"see also hell’s ride",vulnerable:"",immune:"",tactics:"A nightmare uses hooves of hell to cut off its victims’ escape, and then batters and burns enemies to death with its hooves. It makes good use of its high speed and teleport ability, preferring hit-and-run attacks and choosing victims who are far from the help of their companions."},{id:"dc8097cb-4910-43ff-99d1-3a9cd45f5ed5",name:"Nightwalker",details:"",size:3,origin:5,type:2,keywords:"undead",level:20,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"8",alignment:"Evil",languages:"Common, telepathy 20",skills:"Stealth +20",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:17},wisdom:{score:18},charisma:{score:24},hp:464,initiative:15,ac:34,fortitude:32,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"6bbdb002-1ef0-4ccd-9ff9-8aa2cd5c05fb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"1d8 + 7 plus 2d8 cold and necrotic damage.",damage:"1d8 + 7 plus 2d8 cold and necrotic damage",category:1},{id:"25409226-1017-4550-b5df-eb19da2c799a",name:"Finger of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 5; affects a bloodied target only",attack:{bonus:21,defence:1},description:"",details:"the target drops to 0 hit points. Resistance to necrotic damage does not apply to this power.",damage:"resistance to necrotic damage does not apply to this power",category:1},{id:"655b80da-19ba-48d1-acd3-347a304093a3",name:"Void Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"(1/round)",range:"Close Blast 5",attack:{bonus:21,defence:3},description:"",details:"1d8 + 7 necrotic damage, and the target is pushed 4 squares and takes a –2 penalty to all defenses (save ends).",damage:"1d8 + 7 necrotic damage",category:3}],damageModifiers:[{type:7,value:0},{type:2,value:-20},{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"disease",tactics:"The nightwalker wades into melee, making slam attacks and using its void gaze each round while relying on its void chill aura to sap the life from its enemies. It uses finger of death the first time a foe is bloodied and spends an action point during the same round to make a slam attack."},{id:"02d95743-f2bb-4c99-b2cb-ce0ae0300299",name:"Ogre Thug",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:9,flag:3,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"greatclub",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:1,initiative:5,ac:23,fortitude:25,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"63ee9cc2-49a8-419c-b24e-3b1a2e476dc0",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An ogre thug attacks the nearest foe and is just barely smart enough to shift into a flanking position should the opportunity arise."},{id:"c9e2a982-d941-471d-8429-d5b005bb4d6e",name:"Ogre Bludgeoneer",details:"",size:3,origin:4,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"hide armor, greatclub",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:13},intelligence:{score:4},wisdom:{score:13},charisma:{score:6},hp:1,initiative:9,ac:28,fortitude:30,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"63ee9cc2-49a8-419c-b24e-3b1a2e476dc0",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Bludgeoneers typically fall under the domination of stronger and smarter monsters such as hags, oni, or giants. Left to their own devices, they simply beat enemies to death with their clubs."},{id:"0d6ef2ff-1816-4f34-8c52-bd4ac28097d4",name:"Ogre Savage",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"hide armor, greatclub",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:111,initiative:4,ac:19,fortitude:21,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"9d63690f-9f88-466b-a989-2ecf8e8f784b",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"2d10 + 5 damage.",damage:"2d10 + 5 damage",category:1},{id:"63ee9cc2-49a8-419c-b24e-3b1a2e476dc0",name:"Angry Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"The ogre savage makes a greatclub attack, but gets two attack rolls and takes the better result.",details:"2d10 + 5 damage.",damage:"2d10 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An ogre savage uses angry smash as often as it can to pound enemies to a bloody pulp. Its appetite for destruction is insatiable, and it never knows when to pull out of a fight."},{id:"6b719a52-a906-43b8-8596-ad036b10f974",name:"Ogre Skirmisher",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"hide armor, club, quiver of 6 javelins",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:91,initiative:8,ac:22,fortitude:22,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"48e014e1-37bc-411a-8296-518eacc56d63",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"1f5e858d-0a1b-4e00-bba7-0779ae22e5f8",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:13,defence:0},description:"",details:"1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"76664c95-44da-4b83-8af9-615fd646fe59",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Javelin ✦ Weapon: Ranged 10/20",attack:{bonus:13,defence:0},description:"The ogre skirmisher makes a javelin attack followed by a charge attack.",details:"+13 vs. AC; 1d8 + 4 damage; see also skirmish. Club ✦ Weapon: Reach 2; +13 vs. AC; 1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"b618a862-dc85-4f5e-90b5-3a68abe191c3",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the ogre skirmisher ends its move at least 4 squares away from its starting point, it deals an extra 1d8 damage on its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Skirmishers are a little smarter and more agile than their fellows and have mastered some rudimentary tactics. They throw javelins while charging toward their foes, and they use skirmish to make hit-and-run attacks while taking advantage of their long reach."},{id:"2cc49c36-5c6a-4f3f-8e62-70857ed43116",name:"Ogre Warhulk",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:2,flag:1,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"hide armor, heavy flail",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:12},intelligence:{score:4},wisdom:{score:12},charisma:{score:6},hp:286,initiative:6,ac:25,fortitude:26,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"bb54e564-6607-45c4-af95-103ac8c0af6b",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"2d8 + 6 damage, and the target is knocked prone.",damage:"2d8 + 6 damage",category:1},{id:"991aeb48-e42a-48fc-a982-ba1ef09f444e",name:"Flail Hurricane",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"requires heavy flail;",range:"Close Burst 2",attack:{bonus:12,defence:0},description:"",details:"2d8 + 6 damage, and a Medium or smaller target is knocked prone.",damage:"2d8 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A warhulk often dominates an ogre band—not because it possesses any glimmer of wit or leadership, but because it can thrash any other ogre who doesn’t do what it wants. It rushes forward to attack the most powerful-looking foe, using flail hurricane when it has at least two targets in reach."},{id:"93304dee-b721-4168-94d3-353aeb075bfa",name:"Oni Night Haunter",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"8, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +13, Insight +10, Stealth +12, Thievery +12",equipment:"morningstar",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:180,initiative:7,ac:24,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"47c73e03-a5a2-46e5-982b-581ce60a15c8",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"1d12 + 5 damage, and a Medium or smaller target is pushed 1 square.",damage:"1d12 + 5 damage",category:1},{id:"0fe9bbb6-a164-4dd8-9616-fbe464f136f0",name:"Hypnotic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Charm, Sleep",condition:"",range:"Close Blast 5",attack:{bonus:11,defence:3},description:"",details:"the target is dazed (save ends). First Failed Save: The target falls unconscious (save ends).",damage:"",category:1},{id:"f39e822f-9985-4e62-8588-88153addfecd",name:"Devour Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Psychic",condition:"",range:"Affects an unconscious target only",attack:{bonus:13,defence:0},description:"",details:"2d10 + 4 psychic damage, and the oni night haunter regains 10 hit points. This attack does not wake the unconscious target.",damage:"2d10 + 4 psychic damage",category:1},{id:"c2c89f71-0a32-4862-afd3-51b43aba920d",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni night haunter can disguise itself to appear as an elderly Medium or Large humanoid. A successful Insight check (opposed by the oni’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"3e47577a-cd6c-4431-b2e1-f52e48b77aad",name:"Gaseous Form",action:{action:1,trigger:"",sustainAction:1,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover). It can enter and move through a porous obstacle that would otherwise prevent movement (such as a door or a cracked window). It remains in this form as long as it sustains the power.",damage:"The oni night haunter becomes insubstantial and gains a fly speed of 8 (hover)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An oni night haunter uses deceptive veil to appear as an elderly humanoid, or it sneaks up on prey in gaseous form. In either case, its goal is to get close enough to use hypnotic breath. If it succeeds in putting one or more creatures to sleep, it uses devour soul to feed. A night haunter flees if death is imminent. If it hasn’t already assumed gaseous form during the encounter, it can use the power to aid in its escape."},{id:"955a7942-b4ce-4186-9b1e-4138d63a01ae",name:"Oni Mage",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:4,flag:1,leader:!1},senses:"darkvision",movement:"7, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +14, Bluff +15, Insight +12",equipment:"chainmail, greatsword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:13},intelligence:{score:18},wisdom:{score:14},charisma:{score:21},hp:172,initiative:10,ac:26,fortitude:25,reflex:24,will:24,regeneration:{value:5,details:""},auras:[],powers:[{id:"64d713cc-bd2a-4f92-adfa-553fe30ae67a",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d6 + 6 damage. Combat Advantage: The oni mage deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",damage:"2d6 + 6 damage",category:1},{id:"c2c1311c-1417-4825-ba93-8ba26e5bbfb2",name:"Freezing Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold",condition:"",range:"Close Blast 5",attack:{bonus:15,defence:1},description:"",details:"1d8 + 6 cold damage, and the target is slowed (save ends).",damage:"1d8 + 6 cold damage",category:1},{id:"1456c08e-5847-444f-a26e-73ef629f9356",name:"Lightning Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Area Burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"2d6 + 4 lightning damage.",damage:"2d6 + 4 lightning damage",category:1},{id:"089682f7-63ae-4211-b560-222d8ac53bf9",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni mage can disguise itself to appear as any Medium or Large humanoid. A successful Insight check (opposed by the oni’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"1719b4c4-c83e-40d5-addd-1206a518f00e",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni turns invisible until it attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The oni mage uses deceptive veil to hide its true form, often assuming a nonthreatening guise. It turns invisible to gain combat advantage for its ensuing attack. When confronting multiple foes, it relies on its freezing blast and lightning storm powers. An oni mage rarely fights to the death and often flees a losing battle."},{id:"d504a562-fd0d-4407-8d0d-4774db4cd4c6",name:"Ochre Jelly",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:3,role:{type:2,flag:1,leader:!1},senses:"blindsight 10, tremorsense 10",movement:"4; see also flowing form",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:8},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:102,initiative:0,ac:18,fortitude:16,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"1e52a2f2-5381-4b90-964d-d57f7991b9a0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"2d6 + 1 damage, and ongoing 5 acid damage (save ends).",damage:"2d6 + 1 damage",category:1},{id:"3ee40fab-c7ba-44b0-959e-a1e405b62bea",name:"Flowing Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ochre jelly shifts 4 squares.",damage:"The ochre jelly shifts 4 squares",category:2},{id:"db0728cc-bfd5-4fcf-acae-a4c0cbdba73c",name:"Split",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ochre jelly splits into two, each with hit points equal to one-half its current hit points. Effects applied to the original ochre jelly do not apply to the second one. An ochre jelly can’t split if reduced to 0 hit points by the attack that bloodied it. Left alone, the two halves recombine into a single creature at the end of the encounter.",damage:"",category:5}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze",tactics:"An ochre jelly relies on instinct, using flowing form to move among its enemies while making slam attacks. Once bloodied, it splits and continues attacking until both halves are destroyed."},{id:"fa3e0f48-1d11-4955-b106-5a075ca0d009",name:"Gelatinous Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:5,role:{type:2,flag:1,leader:!1},senses:"tremorsense 5",movement:"3; see also engulf",alignment:"Unaligned",languages:"--",skills:"Stealth +9",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:13},charisma:{score:1},hp:152,initiative:4,ac:18,fortitude:18,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"6cdf7da5-a2be-46a3-b43f-c5501dd793a2",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:1},description:"",details:"2d6 + 2 damage, and the target is immobilized (save ends).",damage:"2d6 + 2 damage",category:1},{id:"ec115aae-51e5-4240-a045-c8303d65936e",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"The gelatinous cube attacks one or two Medium or smaller targets",attack:{bonus:8,defence:2},description:"",details:"(automatically hits an immobilized creature). On a hit, the target is grabbed and pulled into the cube’s space; the target is dazed and takes ongoing 10 acid damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 10 acid damage until it escapes the grab",category:1},{id:"8eef7c5c-df1b-4225-9fbb-603b66a96fc1",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gelatinous cube is invisible until seen (Perception DC 25) or until it attacks. Creatures that fail to notice the gelatinous cube might walk into it, automatically becoming engulfed.",damage:"",category:0}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"9977d957-0024-4835-a96a-781359df5caf",name:"Orc Drudge",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Perception +0",equipment:"hide armor, club",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:10},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:1,initiative:0,ac:16,fortitude:15,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"78cf3ad5-8f68-447f-b895-bfc8b0d4a9f1",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Orc minions have no particular sense of honor and simply swarm around a foe and hack it to death. Orc drudges usually begin a fight by charging (they gain extra speed in the charge)."},{id:"141b9468-f636-4286-94cb-d126092c3c1a",name:"Orc Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Perception +3",equipment:"leather armor, light shield, battleaxe",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:11},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:1,initiative:3,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"78cf3ad5-8f68-447f-b895-bfc8b0d4a9f1",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc warrior charges into battle, cutting down its enemies with its battleaxe"},{id:"055c87fe-2e26-4eab-acc7-70710af2a9f4",name:"Orc Raider",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +8, Intimidate +5",equipment:"leather armor, greataxe, 4 handaxes",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:46,initiative:5,ac:17,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"bce3c530-eaab-4d75-b36e-1c5916fd69ec",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"64e4d5f5-ed7e-467d-a32c-ef10881268c8",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage; see also killer’s eye.",damage:"1d6 + 3 damage",category:1},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"The orc raider makes a melee basic attack and regains 11 hit points.",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"01ba3cf3-27ac-4201-99b5-ac7550dbe189",name:"Killer’s Eye",action:null,keywords:"",condition:"",range:"When making a ranged attack, the orc raider ignores cover and concealment (but not total concealment) if the target is within 5 squares of it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc raider hurls handaxes until it runs out of axes or until its enemies close to melee, at which point it draws its greataxe."},{id:"12519bbc-26a6-4ef9-996c-ec61271fdd96",name:"Orc Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +10, Intimidate +6",equipment:"leather armor, greataxe",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:13},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:66,initiative:3,ac:15,fortitude:17,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"bce3c530-eaab-4d75-b36e-1c5916fd69ec",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:8,defence:0},description:"The orc berserker makes a melee basic attack and regains 16 hit points.",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The fierce berserker wades recklessly into battle and would rather die than retreat."},{id:"c8dbecf2-b3aa-448d-a457-eb9a05d425c9",name:"Orc Eye of Gruumsh",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Choatic Evil",languages:"Common, Giant",skills:"Endurance +10, Intimidate +10, Religion +7",equipment:"leather armor, fur cloak, spear",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:64,initiative:6,ac:19,fortitude:17,reflex:14,will:15,regeneration:null,auras:[{id:"5df82653-e6bd-4431-b939-e6b7b58398d2",name:"Wrath of Gruumsh",keywords:"",details:"10: orcs in the aura can use death strike (see below)."}],powers:[{id:"065fe081-a25a-460c-9b75-e739bb74cf7d",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"42d4c86c-53d3-407b-9f75-c164a037b928",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The orc makes a melee basic attack.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:5},{id:"fa899f65-3f2a-4ccb-885d-cdcd5811da51",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"The eye of Gruumsh makes a melee basic attack and regains 16 hit points.",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"d70f09ac-1cdf-4075-94f7-0446cc38940d",name:"Eye of Wrath",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:8,defence:3},description:"",details:"the target takes a –4 penalty to AC (save ends).",damage:"",category:3},{id:"7d7b1d24-1a44-4689-a086-7eee1a4eb955",name:"Swift Arm of Destruction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Ranged 5",attack:null,description:"",details:"one orc within range makes a melee basic attack (as a free action) and regains 15 hit points on a hit or 5 hit points on a miss.",damage:"one orc within range makes a melee basic attack (as a free action) and regains 15 hit points on a hit or 5 hit points on a miss",category:1},{id:"52f3896b-ce05-4375-9327-eef195d8de1b",name:"Chaos Hammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Area Burst 1 within 10",attack:{bonus:8,defence:2},description:"",details:"2d6 + 3 force damage, and the target is knocked prone. Miss: Half damage, and the target is not knocked prone.",damage:"2d6 + 3 force damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This orc stays within 10 squares of its allies so that they benefit from its aura. Unless it has an enemy it can attack with its spear, the eye of Gruumsh uses its eye of wrath up to three times in a round to make its foes more vulnerable to attacks, and then uses swift arm of destruction to help keep its allies in the fight. If it sees multiple enemies grouped together, it pounds them with chaos hammer."},{id:"007a8fb2-630b-4db2-94c7-65dd8e680c1f",name:"Orc Bloodrager",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:1,leader:!1},senses:"low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +11, Intimidate +8",equipment:"leather armor, greataxe",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:9},wisdom:{score:11},charisma:{score:10},hp:194,initiative:5,ac:21,fortitude:22,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"2f2a7d3d-b84e-483a-b0f1-b2220ed15afa",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17); see also blood for blood.",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"bce3c530-eaab-4d75-b36e-1c5916fd69ec",name:"Wounded Retaliation",action:{action:4,trigger:"when hit by an adjacent enemy;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The orc bloodrager makes a melee basic attack against the enemy.",details:"1d12 + 5 damage (crit 1d12 + 17); see also blood for blood.",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:5},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The orc bloodrager makes a melee basic attack and regains 48 hit points.",details:"1d12 + 5 damage (crit 1d12 + 17); see also blood for blood.",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"785022e3-6b31-4835-bc0d-4da174650b24",name:"Blood For Blood",action:null,keywords:"Healing, Weapon",condition:"",range:"",attack:null,description:"",details:"When it hits a bloodied enemy, the orc bloodrager deals an extra 5 damage and regains 10 hit points.",damage:"the orc bloodrager deals an extra 5 damage and regains 10 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc bloodrager charges into battle and spends its action point to make an extra attack following its charge attack. When it is hit by an adjacent enemy, it uses wounded retaliation."},{id:"66d01067-1da0-4dda-a93d-17a55f408848",name:"Orc Chieftain",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:1,leader:!0},senses:"low-light vision",movement:"5 (7 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +12, Intimidate +13, Perception +3",equipment:"chainmail, greataxe",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:19},hp:216,initiative:5,ac:22,fortitude:22,reflex:19,will:21,regeneration:null,auras:[{id:"1fe72482-f69a-49ae-a230-0710de4d35cc",name:"Blood of the Enemy",keywords:"",details:"5: bloodied allies in the aura deal an extra 2 damage with melee attacks."}],powers:[{id:"2f2a7d3d-b84e-483a-b0f1-b2220ed15afa",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"c5b08086-d42b-4e0e-ada7-142993c65fdf",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied;",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The orc chieftain makes a melee basic attack and regains 54 hit points.",details:"1d12 + 5 damage (crit 1d12 + 17).",damage:"1d12 + 5 damage (crit 1d12 + 17)",category:1},{id:"f83fb55b-c998-428f-84b2-f6ef9ca6703d",name:"Inspire Ferocity",action:{action:4,trigger:"when an ally within range drops to 0 hit points;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the ally makes a melee basic attack.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The orc chieftain stays close to its allies so that they can take advantage of its blood of the enemy aura and its inspire ferocity power."},{id:"c6e117e8-fb1b-4a0d-813a-9fb4722d7fa5",name:"Orcus",details:"",size:5,origin:1,type:2,keywords:"demon",level:33,role:{type:2,flag:2,leader:!0},senses:"darkvision, low-light vision",movement:"6, fly 10 (clumsy), teleport 6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +28, History +28, Intimidate +31, Perception +28, Religion +28",equipment:"Wand of Orcus",category:"",strength:{score:35},constitution:{score:33},dexterity:{score:22},intelligence:{score:25},wisdom:{score:25},charisma:{score:30},hp:1525,initiative:22,ac:48,fortitude:51,reflex:46,will:49,regeneration:null,auras:[{id:"b9fd0a3f-212f-4aef-849b-2d4fdf522fca",name:"Aura of Death",keywords:"Necrotic",details:"20: enemies that enter or start their turns in the aura take 10 necrotic damage (20 necrotic damage while Orcus is bloodied)."},{id:"b60361ac-b57a-4511-8278-f23304a5442b",name:"The Dead Rise",keywords:"",details:"6: enemies (including flying ones) treat the area within the aura as difficult terrain, and any dead creature within the aura at the start of Orcus’s turn (except those killed by the Wand of Orcus) rises as an abyssal ghoul myrmidon to fight at Orcus’s command."}],powers:[{id:"7b9a6001-7a84-4895-b795-570d9970fe63",name:"Wand of Orcus",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Reach 4",attack:{bonus:37,defence:0},description:"",details:"2d12 + 12 damage plus 1d12 necrotic damage, and the target is weakened (save ends); see also master of undeath.",damage:"2d12 + 12 damage plus 1d12 necrotic damage",category:1},{id:"88d47f0b-8be9-45eb-b4ce-da0f266c5b03",name:"Touch of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Reach 4",attack:{bonus:33,defence:1},description:"",details:"the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply). Miss: The target takes necrotic damage equal to its bloodied value.",damage:"the target is reduced to 0 hit points (resistance or immunity to necrotic damage does not apply)",category:1},{id:"ab91b2ad-88b4-45d1-8378-5d9eb2f34894",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to Orcus;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:36,defence:0},description:"",details:"2d8 + 12 damage, and the target is stunned until the end of Orcus’s next turn and is knocked prone.",damage:"2d8 + 12 damage",category:5},{id:"d352eefb-b8e4-49d9-8c06-ebb8ca515ca5",name:"Necrotic Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 10",attack:{bonus:38,defence:1},description:"",details:"2d12 + 12 necrotic damage, and all undead in the burst regain 20 hit points.",damage:"2d12 + 12 necrotic damage",category:1},{id:"33e6208a-1dd6-45f8-8809-375781b2fb85",name:"Master of Undeath",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of Orcus’s turn, any creature killed by the Wand of Orcus that is still dead rises as a dread wraith under Orcus’s command.",damage:"",category:0}],damageModifiers:[{type:6,value:0},{type:7,value:0}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"disease",tactics:"Those unfortunate enough to meet Orcus rarely survive the experience. The demon lord surrounds himself with undead guards and minions, and eagerly meets any challenge to battle. He likes to crush foes with the Wand of Orcus and uses master of undeath to make dread wraiths out of those he slays. Against a particularly troublesome foe, he uses touch of death. When an enemy moves into an adjacent square, the demon lord strikes with his spined tail. When surrounded by numerous foes, he spends an action point to use necrotic burst."},{id:"752acb57-ba22-403a-b83a-a992d6d56668",name:"Aspect of Orcus",details:"",size:3,origin:1,type:2,keywords:"demon",level:24,role:{type:2,flag:1,leader:!1},senses:"low-light vision, darkvision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +23, History +23, Intimidate +24, Perception +21, Religion +23",equipment:"skull mace",category:"",strength:{score:30},constitution:{score:30},dexterity:{score:17},intelligence:{score:22},wisdom:{score:19},charisma:{score:25},hp:560,initiative:15,ac:37,fortitude:39,reflex:35,will:36,regeneration:null,auras:[{id:"fc460771-f736-440a-a3de-9daccb7849fd",name:"Lesser Aura of Death",keywords:"Necrotic",details:"10: enemies that enter or start their turns in the aura take 5 necrotic damage (10 necrotic damage while the aspect of Orcus is bloodied)."}],powers:[{id:"5b77031d-9cc3-4e33-bc6e-d51ad1f55142",name:"Skull Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Reach 2",attack:{bonus:27,defence:0},description:"",details:"2d10 + 5 damage, and the target is weakened (save ends).",damage:"2d10 + 5 damage",category:1},{id:"5ca031e2-9425-4617-806d-bdf84c267794",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to the aspect of Orcus;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:27,defence:0},description:"",details:"2d6 + 10 damage, and the target is knocked prone.",damage:"2d6 + 10 damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-20}],resist:"10 variable (3/encounter)",vulnerable:"",immune:"disease",tactics:"Aspects of Orcus are usually called to fight, and do so effectively. An aspect prefers to focus on one foe at a time rather than spreading out its attacks. It doesn’t wait to spend its action point, doing so at the start of combat to make an additional attack."},{id:"7ed8e617-a848-4944-8aa9-99858485638b",name:"Doresain, the Ghoul King",details:"",size:2,origin:4,type:2,keywords:"undead",level:27,role:{type:6,flag:1,leader:!1},senses:"darkvision",movement:"8; see also ravenous frenzy and teleport",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +25, Insight +24, Perception +24, Religion +23",equipment:"Toothlust (staff ), Cloak of Mouths",category:"",strength:{score:29},constitution:{score:30},dexterity:{score:30},intelligence:{score:20},wisdom:{score:23},charisma:{score:25},hp:508,initiative:25,ac:43,fortitude:41,reflex:41,will:38,regeneration:null,auras:[],powers:[{id:"c1207305-1d3e-47dd-a8d5-b3996c52bf5f",name:"Toothlust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:32,defence:0},description:"",details:"1d6 + 9 damage, and ongoing 10 damage (save ends).",damage:"1d6 + 9 damage",category:1},{id:"d77b9b1e-4579-4327-9106-5fc1df166069",name:"Cloak of Mouths",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"1d8 + 10 damage, and the target is slowed (save ends).",damage:"1d8 + 10 damage",category:1},{id:"5cc36de4-b381-4cf0-8f24-70f95ce005f4",name:"Ravenous Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"Doresain can move up to 8 squares without provoking opportunity attacks and makes a cloak of mouths attack against each creature he moves adjacent to during the move.",details:"1d8 + 10 damage, and the target is slowed (save ends).",damage:"1d8 + 10 damage",category:1},{id:"8be46a4c-e9cb-4343-adca-d18e26d5a31c",name:"Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Doresain can teleport 12 squares.",damage:"Doresain can teleport 12 squares",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The Ghoul King begins combat by spending his action point to use ravenous frenzy, ending his move adjacent to a target so that he can also make a melee basic attack. Until he can use ravenous frenzy again, Doresain alternates between making attacks with Toothlust and the Cloak of Mouths."},{id:"bdd62538-7415-4555-b661-42b635d93c8b",name:"Deathpriest Hierophant",details:"",size:2,origin:4,type:2,keywords:"human",level:21,role:{type:3,flag:1,leader:!1},senses:"",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Religion +17",equipment:"plate armor, mace, censer",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:24},hp:382,initiative:11,ac:35,fortitude:35,reflex:32,will:37,regeneration:null,auras:[{id:"ce112a41-b256-419c-acf3-8655b7865e9d",name:"Aura of Decay",keywords:"Necrotic",details:"5: living enemies in the aura take a –2 penalty to all defenses."}],powers:[{id:"4237b20a-0222-4f15-9219-115592b0d315",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:24,defence:0},description:"",details:"1d8 + 5 damage, and ongoing 10 necrotic damage (save ends).",damage:"1d8 + 5 damage",category:1},{id:"c9a9c125-1985-4d96-b5f8-93f6713e2e8b",name:"Vision of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:24,defence:3},description:"",details:"2d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"2d6 + 7 psychic damage",category:1},{id:"ac7d0de7-cc5a-45d2-ae67-b0d35960b5e7",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:24,defence:1},description:"",details:"2d6 + 7 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6 + 7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The deathpreist hierophant uses vision of death to keep a foe off-balance while confronting other enemies. Most of his attacks are basic attacks with his mace, but he invokes word of Orcus as often as he can."},{id:"d84a9f83-e8bc-4e4a-9f96-736e199dc24a",name:"Deathpriest of Orcus",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:3,flag:0,leader:!0},senses:"",movement:"5",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +10, Perception +12, Religion +10",equipment:"chainmail, skull-headed mace",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:10},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:96,initiative:4,ac:23,fortitude:21,reflex:19,will:21,regeneration:null,auras:[{id:"b5c15057-b6cf-4e82-897e-00a0198876ee",name:"Death’s Embrace",keywords:"Necrotic",details:"10: enemies in the aura take a –2 penalty to death saves."}],powers:[{id:"0ae5e6e0-6fd1-4a34-93dd-9671de364c1e",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 1 damage plus 1d8 necrotic damage.",damage:"1d8 + 1 damage plus 1d8 necrotic damage",category:1},{id:"980d285d-20f0-4e60-ab23-82d2c05c5c6a",name:"Ray of Black Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8 + 3 fire and necrotic damage, and one ally in the deathpriest’s line of sight gains a +2 power bonus to its next attack roll against the target.",damage:"1d8 + 3 fire and necrotic damage",category:1},{id:"8971b83b-55e9-4c57-8fc0-574951a76002",name:"Dark Blessing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:10,defence:1},description:"",details:"2d8 + 3 necrotic damage, and the target is pushed 1 square. Hit or Miss: The deathpriest and all allies in the burst gain a +2 power bonus to AC until the end of the encounter.",damage:"2d8 + 3 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The deathpriest stays close to its allies, waiting for the best moment to invoke its dark blessing. Until then, it attacks enemies with its mace or ray of black fire."},{id:"e9dcc94a-3904-4bba-878f-76f9ef44df40",name:"Crimson Acolyte",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Acrobatics +11, Perception +9, Religion +8",equipment:"leather armor, scythe",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:13},charisma:{score:15},hp:76,initiative:4,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"9a4e2048-0263-45c1-93e0-fdf29ad7b0b2",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"(+14 vs. AC against a bloodied enemy); 2d4 + 2 damage plus 5 necrotic damage.",damage:"2d4 + 2 damage plus 5 necrotic damage",category:1},{id:"fddb45a4-3fe2-489a-8ced-ebed948de25e",name:"Crimson Path",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crimson acolyte shifts 1 square (2 squares while bloodied).",damage:"The crimson acolyte shifts 1 square (2 squares while bloodied)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The crimson acolyte uses crimson path to weave through its enemies’ defenses while striking with its bloodstained scythe."},{id:"68965c80-7f19-47cd-ace2-0be3081f4d50",name:"Otyugh",details:"",size:3,origin:4,type:1,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5, swim 5",alignment:"Unaligned",languages:"--",skills:"Perception +11, Stealth +8 (+18 while using spying eye)",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:11},intelligence:{score:1},wisdom:{score:16},charisma:{score:5},hp:82,initiative:5,ac:23,fortitude:22,reflex:16,will:19,regeneration:null,auras:[{id:"33805d3f-7fd1-4bcc-9360-ca1859bd3d99",name:"Otyugh Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"cc6ea1af-ec0a-4ec3-9c8b-ecd08be5edab",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:12,defence:0},description:"",details:"1d8 + 6 damage, and the target is pulled 2 squares and grabbed (until escape).",damage:"1d8 + 6 damage",category:1},{id:"28b7e23c-674c-404b-a5eb-6cccdfe76e62",name:"Diseased Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d10 + 6 damage, and the target contracts filth fever (see below).",damage:"1d10 + 6 damage",category:1},{id:"f415a022-d839-46e6-83d2-fab723059870",name:"Spying Eye",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An otyugh can hide beneath murky water or refuse, leaving only its eyestalk exposed. While doing so, it gains a +10 bonus to Stealth checks but is immobilized.",damage:"it gains a +10 bonus to Stealth checks but is immobilized",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:"An otyugh hides until prey comes by, and then attacks with its long tentacles. It uses its melee basic attack to snag a potential meal and drag it close. If an otyugh begins its turn with a foe adjacent to it, it makes a diseased bite attack instead."},{id:"b50fee39-ce29-4ab8-a897-7a0b478cb7cc",name:"Owlbear",details:"",size:3,origin:2,type:1,keywords:"",level:8,role:{type:2,flag:1,leader:!1},senses:"low-light vision",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:2},wisdom:{score:16},charisma:{score:10},hp:212,initiative:6,ac:22,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"de607e82-a1b0-440b-966d-ca5915c8f42c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"2d6 + 5 damage.",damage:"2d6 + 5 damage",category:1},{id:"99c0fd45-2fb1-4fa6-988d-8025c15f608c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"The owlbear makes two claw attacks.",details:"2d6 + 5 damage each. If both claws hit the same target, the target is grabbed (until escape).",damage:"2d6 + 5 damage each",category:1},{id:"9a4ccb4a-220a-4005-a93f-39c99c7cf24c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Grabbed target only",attack:null,description:"",details:"automatic hit; 4d8 + 5 damage.",damage:"4d8 + 5 damage",category:1},{id:"58151be7-eac3-4243-80b1-d4888e39416f",name:"Stunning Screech",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 1",attack:{bonus:10,defence:1},description:"",details:"the target is stunned (save ends).",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An owlbear attacks its closest enemy, using double attack when it can. If an owlbear hits with both claws, it grabs its victim and bites it on the following round. When first bloodied, it uses stunning screech and attacks the nearest stunned target."},{id:"af431cce-c4b3-47f4-89a5-9fb5f59ab0f3",name:"Winterclaw Owlbear",details:"",size:4,origin:2,type:1,keywords:"",level:14,role:{type:3,flag:1,leader:!1},senses:"low-light vision",movement:"7 (ice walk)",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:2},wisdom:{score:16},charisma:{score:12},hp:280,initiative:9,ac:28,fortitude:28,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"de607e82-a1b0-440b-966d-ca5915c8f42c",name:"Winterclaw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"1d8 + 7 damage plus 1d8 cold damage, and the target is slowed (save ends).",damage:"1d8 + 7 damage plus 1d8 cold damage",category:1},{id:"99c0fd45-2fb1-4fa6-988d-8025c15f608c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"The winterclaw owlbear makes two winterclaw attacks.",details:"1d8 + 7 damage plus 1d8 cold damage, and the target is slowed (save ends). If both claws hit the same target, the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"1d8 + 7 damage plus 1d8 cold damage",category:1},{id:"58151be7-eac3-4243-80b1-d4888e39416f",name:"Frost Wail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Cold",condition:"",range:"Close Burst 3",attack:{bonus:16,defence:1},description:"",details:"1d10 + 5 cold damage, and the target is immobilized (save ends).",damage:"1d10 + 5 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The winterclaw owlbear charges the nearest foe and attacks with its claws, spending its action point to use frost wail at the start of battle. It uses this power again when bloodied."},{id:"8d120520-53ba-4f81-ac72-b8018a016131",name:"Fey Panther",details:"",size:2,origin:2,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8, climb 6; see also fey step",alignment:"Unaligned",languages:"--",skills:"Perception +8, Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:11},hp:54,initiative:8,ac:18,fortitude:16,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"536abd74-6aa2-49b1-af2e-528e19a2d4af",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage, and the fey panther shifts 1 square.",damage:"1d6 + 4 damage",category:1},{id:"27368f81-2106-4629-910e-b29305a09fa9",name:"Charging Pounce",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the fey panther charges, it deals an extra 1d6 damage and knocks the target prone.",damage:"it deals an extra 1d6 damage and knocks the target prone",category:0},{id:"4bcf8349-9643-43bd-9109-88b7d05cc315",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fey panther can teleport 5 squares.",damage:"The fey panther can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fey panther springs from hiding and makes a charging pounce attack, pouncing again whenever it begins its turn with no enemies adjacent to it."},{id:"3628f4a2-20cf-4da2-85cb-f67c5c86e882",name:"Spectral Panther",details:"",size:2,origin:5,type:1,keywords:"",level:9,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Unaligned",languages:"--",skills:"Perception +10, Stealth +14 (+19 in spectral form)",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:21},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:76,initiative:13,ac:23,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"dc5a662b-de82-48b9-9673-94b187bcc056",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"2d6 + 5 damage. Combat Advantage: The spectral panther deals an extra 2d6 damage against any target it has combat advantage against.",damage:"2d6 + 5 damage",category:1},{id:"2f1c4325-4f49-482f-9996-085a06296417",name:"Tail Spike",action:{action:4,trigger:"when an enemy moves or shifts into a square adjacent to the spectral panther;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"1d6 + 2 damage. Combat Advantage: The spectral panther deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d6 + 2 damage",category:5},{id:"1ed31bfb-ab1f-4484-8d3f-c2bf1e2cef63",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"usable only while in spectral form;",range:"",attack:null,description:"",details:"The spectral panther is invisible until it makes an attack. It can end this effect on its turn as a free action.",damage:"",category:1},{id:"5ad66124-240e-4a5d-99ca-8dc62e65d628",name:"Spectral Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spectral panther becomes insubstantial. It gains a +5 power bonus to Stealth checks but deals only half damage with its attacks. It can end this effect on its turn as a free action.",damage:"it gains a +5 power bonus to stealth checks but deals only half damage with its attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A spectral panther is invisible until it attacks, which allows it to gain combat advantage. After its initial attack, it uses spectral form to become insubstantial and moves away. On the following round, it turns invisible again and moves into a position to make another attack. If an enemy moves adjacent to the spectral panther, it makes a tail spike attack."},{id:"01b35a66-4deb-4d76-a466-203fb8d57075",name:"Purple Worm",details:"",size:4,origin:4,type:1,keywords:"blind",level:16,role:{type:7,flag:2,leader:!1},senses:"blindsight 10, tremorsense 20",movement:"6, burrow 3 (tunneling)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:2},wisdom:{score:14},charisma:{score:4},hp:780,initiative:13,ac:33,fortitude:34,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"31385833-b117-4655-acc6-4725ad63ac21",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:21,defence:2},description:"",details:"2d8 + 7 damage, plus the target is grabbed (until escape). The purple worm cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d8 + 7 damage",category:1},{id:"e9975b00-4f1f-4787-b30b-fa364a922e5d",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:2},description:"If a purple worm begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"2d8 + 7 damage. Miss: Half damage.",damage:"2d8 + 7 damage",category:1},{id:"1e98474a-e952-405a-bc69-af3773e8adb5",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:1},description:"The purple worm tries to swallow a bloodied Medium or smaller creature it is grabbing:",details:"the target is swallowed. The swallowed target is inside the purple worm and is dazed and restrained until it is no longer swallowed. The swallowed target has line of sight and line of effect only to the purple worm, and no creature has line of sight or line of effect to the swallowed target. The only attacks the swallowed target can make are basic attacks. At the start of each of the purple worm’s turns, the swallowed target takes 10 damage plus 10 acid damage. When the purple worm dies, the target is no longer swallowed and can escape as a move action, appearing in the purple worm’s former space.",damage:"the swallowed target takes 10 damage plus 10 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, illusion",tactics:"A purple worm often burrows up through a cavern floor to attack creatures standing on the ground. Once it has grabbed a creature, it uses clamping jaws to deal damage round after round until it can swallow the creature."},{id:"4e40a1e6-bc93-4c9d-aaf9-05ffb2ccaefb",name:"Elder Purple Worm",details:"",size:5,origin:4,type:1,keywords:"blind",level:24,role:{type:7,flag:2,leader:!1},senses:"blindsight 10, tremorsense 20",movement:"8, burrow 4 (tunneling)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:29},dexterity:{score:18},intelligence:{score:2},wisdom:{score:16},charisma:{score:10},hp:1145,initiative:18,ac:41,fortitude:41,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"31385833-b117-4655-acc6-4725ad63ac21",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:29,defence:2},description:"",details:"2d10 + 9 damage, plus the target is grabbed (until escape). The elder purple worm cannot make bite attacks while grabbing a creature, but it can use clamping jaws.",damage:"2d10 + 9 damage",category:1},{id:"e9975b00-4f1f-4787-b30b-fa364a922e5d",name:"Clamping Jaws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:2},description:"If an elder purple worm begins its turn with a target grabbed in its jaws, it makes an attack against the grabbed creature:",details:"2d10 + 9 damage. Miss: Half damage.",damage:"2d10 + 9 damage",category:1},{id:"1e98474a-e952-405a-bc69-af3773e8adb5",name:"Swallow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:1},description:"The elder purple worm tries to swallow a bloodied Large or smaller creature it is grabbing:",details:"the target is swallowed. The swallowed target is inside the elder purple worm and is dazed and restrained until it is no longer swallowed. The swallowed target has line of sight and line of effect only to the elder purple worm, and no creature has line of sight or line of effect to the swallowed target. The only attacks the swallowed target can make are basic attacks. At the start of each of the elder purple worm’s turns, the swallowed target takes 20 damage plus 20 acid damage. When the elder purple worm dies, the target is no longer swallowed and can escape as a move action, appearing in the elder purple worm’s former space.",damage:"the swallowed target takes 20 damage plus 20 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze, illusion",tactics:"A purple worm often burrows up through a cavern floor to attack creatures standing on the ground. Once it has grabbed a creature, it uses clamping jaws to deal damage round after round until it can swallow the creature."},{id:"49d2af90-e157-47b5-a7fc-7f156d1bb5d7",name:"Quickling Runner",details:"",size:1,origin:2,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"12, climb 6; see also fey shift and quick cuts",alignment:"Evil",languages:"Elven",skills:"Acrobatics +21, Bluff +9, Stealth +16",equipment:"short sword",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:10},hp:96,initiative:13,ac:24,fortitude:20,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"66003533-b318-4eb9-baca-75821fd298f4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d6 + 7 damage.",damage:"1d6 + 7 damage",category:1},{id:"4d650724-9698-4bb1-b3e8-c71353d869a2",name:"Quick Cuts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"The quickling moves its speed. At any two points during its move, the quickling makes a melee basic attack at a –2 penalty. The quickling cannot use this power while immobilized or slowed.",details:"1d6 + 7 damage.",damage:"1d6 + 7 damage",category:1},{id:"2a87f855-38a6-46bf-ae63-68fc08526aae",name:"Fey Shift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling runner shifts 10 squares.",damage:"The quickling runner shifts 10 squares",category:1},{id:"8bbfa0c7-abbb-42a6-afaf-bb1fac84695b",name:"Maintain Mobility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An immobilized quickling runner is no longer immobilized.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The quickling runner waits in ambush, hoping to catch enemies by surprise. It uses fey shift to slip past enemy defenders and attacks the weakest-looking opponent. It uses its quick cuts power as often as possible, relying on its high AC to dodge opportunity attacks."},{id:"4e3dc25b-913a-4fe9-81b8-2dfb102edb48",name:"Quickling Zephyr",details:"",size:1,origin:2,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"12, climb 6; see also blinding speed and unstoppable",alignment:"Evil",languages:"Elven",skills:"Acrobatics +26, Bluff +13, Stealth +21",equipment:"short sword",category:"",strength:{score:12},constitution:{score:22},dexterity:{score:28},intelligence:{score:16},wisdom:{score:17},charisma:{score:12},hp:82,initiative:20,ac:30,fortitude:26,reflex:29,will:23,regeneration:null,auras:[],powers:[{id:"60a544c5-9866-4fbb-88d3-ec3dd0326690",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:19,defence:0},description:"",details:"1d6 + 9 damage. Combat Advantage: If the quickling zephyr has combat advantage against its target, it deals an extra 2d6 damage and dazes the target (save ends) on a successful melee attack.",damage:"1d6 + 9 damage",category:1},{id:"2d4e5bbd-a028-4fe0-a8c1-2a5be9eb1a97",name:"Blinding Speed",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The quickling zephyr moves up to 12 squares and becomes invisible until it attacks or until the end of its next turn.",damage:"The quickling zephyr moves up to 12 squares and becomes invisible until it attacks or until the end of its next turn",category:2},{id:"08a3f923-8faf-4dbb-aa31-66c5d42a8715",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling zephyr ignores diffi cult terrain and can move across any solid or liquid surface.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A quickling zephyr uses its blinding speed to maneuver so that it gains combat advantage against its enemies."},{id:"c723838e-b4de-4df2-9d15-a3f69d6587e2",name:"Rakshasa Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +15, Bluff +14, Intimidate +14, Perception +16",equipment:"scale armor, heavy shield, longsword",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:142,initiative:13,ac:31,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"1360e1f6-e7bd-4185-893b-0366314ce70d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"The rakshasa warrior makes two attack rolls and keeps the better result;",details:"1d8 + 5 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8 + 5 damage",category:1},{id:"06f04b8b-cf80-46b9-8946-ccc9d2d80830",name:"Tiger Pounce",action:{action:4,trigger:"when a marked enemy within 5 squares of the rakshasa warrior shifts;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:21,defence:0},description:"The rakshasa shifts to the nearest square adjacent to the enemy and makes a basic attack against it. The rakshasa warrior makes two attack rolls and keeps the better result;",details:"1d8 + 5 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8 + 5 damage",category:5},{id:"ee2b6e60-e286-4e0b-bfbe-c3a22fe5b823",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"1d8 + 5 damage.",damage:"1d8 + 5 damage",category:1},{id:"f08a97ea-91f1-41f9-9bb1-dc56afdf443a",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa warrior can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa warrior fights with its longsword, marking foes so that it can use tiger pounce on subsequent rounds."},{id:"fa3dedb2-fb5a-430e-be6a-8d3f08c060d5",name:"Rakshasa Archer",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +14, Intimidate +14, Perception +16",equipment:"longbow, quiver of 30 arrows",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:20},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:110,initiative:13,ac:28,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"1ba6d3b4-0eb4-4dd3-9bab-2ff140a30f25",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1},{id:"f3aeba7d-863f-43bb-9067-a10645fc696b",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"c818b3cc-e93d-4876-b0fd-5dd4307f1682",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"The rakshasa archer makes two longbow attacks against a single target or against two targets within 3 squares of one another.",details:"1d10 + 5 damage each.",damage:"1d10 + 5 damage each",category:1},{id:"925baf19-5127-4538-9c42-991bce8a2af3",name:"Ghost Arrow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Weapon",condition:"requires longbow;",range:"Ranged 20/40",attack:{bonus:20,defence:2},description:"",details:"1d10 + 5 necrotic damage, and the target cannot spend healing surges (save ends).",damage:"1d10 + 5 necrotic damage",category:1},{id:"a4dec615-7b29-48a0-a7d0-25983366a435",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa archer can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The rakshasa archer keeps its distance and attacks with its bow, using double attack whenever possible and ghost arrow against bloodied foes."},{id:"41995a77-d2ae-4679-b443-0c9745472a93",name:"Rakshasa Assassin",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also shadow form",alignment:"Evil",languages:"Common",skills:"Acrobatics +18, Athletics +16, Bluff +17, Perception +16, Stealth +18",equipment:"chainmail, 2 short swords",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:12},wisdom:{score:16},charisma:{score:18},hp:160,initiative:16,ac:31,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"2e49ee5e-02a8-448a-9704-a17801ef942d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d6 + 6 damage. Combat Advantage: The rakshasa assassin deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 6 damage",category:1},{id:"073afa39-d501-4ca1-b4dd-d0d6db3bb2c9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"The rakshasa assassin makes two melee basic attacks.",details:"1d6 + 6 damage each. Combat Advantage: The rakshasa assassin deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",damage:"1d6 + 6 damage each",category:1},{id:"539a08cb-bfb4-4f52-bea6-435c2f52070e",name:"Phantom Distraction",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"Close Burst 1",attack:{bonus:20,defence:3},description:"",details:"the target is dazed until the end of the rakshasa assassin’s next turn.",damage:"",category:3},{id:"ea3ca653-a967-45af-abdb-0000627fb455",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa assassin can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"1c9454e3-08f2-481b-9c70-d3a39b30a49e",name:"Shadow Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the rakshasa assassin moves at least 2 squares, it gains the phasing quality (see glossary) until the end of its turn.",damage:"If the rakshasa assassin moves at least 2 squares",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa assassin tries to attack from concealment in order to gain combat advantage. If it moves at least 2 squares on its turn, it can use shadow form to pass through solid barriers en route to its target. It then uses phantom distraction to gain combat advantage against its prey before making a double attack."},{id:"c34b4912-85d4-45d3-9a6e-c09568af2cae",name:"Rakshasa Noble",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Arcana +20, Athletics +17, Bluff +21, Diplomacy +21, History +20, Insight +19, Intimidate +21, Perception +19",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:22},wisdom:{score:20},charisma:{score:24},hp:178,initiative:14,ac:33,fortitude:31,reflex:33,will:34,regeneration:null,auras:[],powers:[{id:"9fc785e2-aec5-4641-9d3b-25d3d6122a49",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:22,defence:0},description:"",details:"1d6 + 3 damage, and the target is blinded until the end of the rakshasa noble’s next turn.",damage:"1d6 + 3 damage",category:1},{id:"30abb29d-feaa-4e94-b1db-1a0a90344568",name:"Mind Twist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:22,defence:3},description:"",details:"3d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"3d6 + 7 psychic damage",category:1},{id:"21fa3dcd-6d94-49ad-a382-3cb448261f6b",name:"Phantom Lure",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target slides 5 squares.",damage:"the target slides 5 squares",category:1},{id:"2110726b-4153-4e38-af58-fa882fabc37d",name:"Frightful Phantom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:22,defence:3},description:"",details:"4d8 + 7 psychic damage, the target is pushed 5 squares, and the target is stunned (save ends).",damage:"4d8 + 7 psychic damage",category:1},{id:"43b2e39e-d83a-4bd9-a4c9-f4b3aafddfde",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa noble can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"26e6bd3c-2afe-45a7-b308-597a7844075b",name:"Phantom Image",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of the rakshasa noble’s next turn, any creature that attacks the rakshasa’s AC or Reflex defense must roll twice and use the lower attack roll result. If either result is a critical hit, use that result instead.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa noble disdains melee combat and prefers to use its mind twist power at range. It uses frightful phantom against an enemy who gets too close for comfort or phantom lure to lead the target into dangerous or entangling terrain. If forced into melee combat, it uses phantom image as often as it can to distort its true location while making claw attacks. If it successfully blinds a target with a claw attack, it tries to move away to a location where it can continue making ranged attacks."},{id:"da025d0c-103b-450f-a08a-18dc26225729",name:"Rakshasa Dread Knight",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +22, Bluff +21, Insight +22, Intimidate +21, Perception +22",equipment:"scale armor, heavy shield, longsword",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:21},charisma:{score:18},hp:220,initiative:18,ac:40,fortitude:40,reflex:37,will:38,regeneration:null,auras:[{id:"bcf65622-1b1a-49d5-889f-6f62f0b47307",name:"Aura of Doom",keywords:"",details:"5: enemies in the aura regain half the normal amount of hit points when they spend a healing surge."}],powers:[{id:"8bef8370-c204-4dd7-80b7-48acf2933b9f",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:29,defence:0},description:"The rakshasa dread knight makes two attack rolls and keeps the better result;",details:"1d8 + 7 damage, and the target is marked until the end of the rakshasa’s next turn.",damage:"1d8 + 7 damage",category:1},{id:"11ed3aea-4030-4f45-9052-e6905d5270ea",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:29,defence:0},description:"The rakshasa dread knight makes three melee basic attacks. The rakshasa dread knight makes two attack rolls and keeps the better result;",details:"1d8 + 7 damage per hit, and the target is marked until the end of the rakshasa’s next turn. If two or more attacks hit the same target, the target is dazed (save ends).",damage:"1d8 + 7 damage per hit",category:1},{id:"e523e3a0-0d26-4b2c-bbe6-0cb66d58f06b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:1},{id:"844a392e-6d99-4e23-bd1e-0d3a8ca6c799",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The rakshasa dread knight can disguise itself to appear as any Medium humanoid. A successful Insight check (opposed by the rakshasa’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"5cafea12-b1c7-406e-9e8c-b8c7c0908078",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rakshasa dread knight can fly up to 6 squares. It must land at the end of this move or else it crashes.",damage:"The rakshasa dread knight can fly up to 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A rakshasa dread knight uses triple attack as often as it can while using knight’s move to circumvent difficult, hindering, and hazardous terrain."},{id:"7dd36315-52cb-498c-844f-5494167af792",name:"Giant Rat",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6, climb 3",alignment:"Unaligned",languages:"--",skills:"Perception +5",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:1,initiative:3,ac:15,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"ccf63ec4-a51a-47a8-9ca1-aa8a10605a75",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Giant rats gang up on the nearest target, turning and fleeing when about half their number are slain."},{id:"36cdb977-b700-4e5b-ac66-c5ab948adbe1",name:"Dire Rat",details:"",size:2,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6, climb 3",alignment:"Unaligned",languages:"--",skills:"Perception +5, Stealth +7",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:38,initiative:2,ac:15,fortitude:15,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"e0b91b0c-d89e-4244-a70f-6ac016955b4d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:4,defence:0},description:"",details:"1d6 + 2 damage, and the target contracts filth fever (see below).",damage:"1d6 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever (see below)",tactics:"Dire rats are stealthy creatures that like to hunt in small packs, sneaking up on prey and ganging up on one creature at a time."},{id:"14feaa69-4508-4da9-b03d-a16c1d4d99c0",name:"Rat Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"4, climb 2",alignment:"Unaligned",languages:"--",skills:"Perception +6",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:10},charisma:{score:9},hp:36,initiative:6,ac:15,fortitude:12,reflex:14,will:11,regeneration:null,auras:[{id:"c721cc61-5bd4-46fe-9c29-15d819189138",name:"Swarm Attack",keywords:"",details:"1: the rat swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"1b40d6fb-aaae-4420-86f6-a279311bcf1c",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d6 + 3 damage, and ongoing 3 damage (save ends).",damage:"1d6 + 3 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:"Rat swarms are more determined and ferocious than common rats, simply overwhelming anything that looks like it might make a meal."},{id:"2467dcbf-d3f3-4b9f-9598-ffc54c2846c8",name:"Roc",details:"",size:4,origin:4,type:1,keywords:"",level:14,role:{type:6,flag:1,leader:!1},senses:"",movement:"4, fly 10 (clumsy), overland flight 15; see also claw snatch",alignment:"Unaligned",languages:"--",skills:"Perception +15",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:25},intelligence:{score:2},wisdom:{score:16},charisma:{score:12},hp:288,initiative:16,ac:30,fortitude:30,reflex:30,will:26,regeneration:null,auras:[],powers:[{id:"03a2a997-dd8b-40df-a2aa-dd1f1f12055a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d6 + 7 damage.",damage:"2d6 + 7 damage",category:1},{id:"0bdb4423-301f-44ec-8cce-58c6aa12a582",name:"Claw Snatch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:17,defence:2},description:"The roc moves up to its fly speed and makes an attack against a Medium or smaller target at any point during its move;",details:"1d10 + 7 damage, and the target is grabbed, carried the rest of the roc’s move, released, and knocked prone in a space adjacent to the roc.",damage:"1d10 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A flying roc likes to swoop down and use claw snatch to carry away a random adversary. It drops its victim somewhere a short distance away, and then lands to finish off the hapless soul with bite attacks. A bloodied roc usually flees unless it’s particularly hungry."},{id:"790ee540-0e19-47cc-beea-a48ddd7d4ac6",name:"Phoenix",details:"",size:4,origin:1,type:1,keywords:"fire",level:19,role:{type:2,flag:1,leader:!1},senses:"",movement:"4, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"--",skills:"Perception +17",equipment:"",category:"",strength:{score:23},constitution:{score:25},dexterity:{score:22},intelligence:{score:3},wisdom:{score:16},charisma:{score:24},hp:300,initiative:15,ac:33,fortitude:38,reflex:31,will:32,regeneration:null,auras:[{id:"ff99d1c3-a570-47b3-8c34-2418df751984",name:"Fiery Body",keywords:"Fire",details:"1: creatures in the aura at the start of their turns take 10 fire damage."}],powers:[{id:"deb681dd-fe8e-4379-8af4-56f4e458545a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:22,defence:0},description:"",details:"2d6 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 6 damage",category:1},{id:"1cfbc55e-87da-4b7e-86df-c6aebf21e56a",name:"Radiant Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Radiant",condition:"",range:"Close Burst 5",attack:{bonus:20,defence:2},description:"",details:"2d10 + 7 radiant damage, and the target is dazed (save ends).",damage:"2d10 + 7 radiant damage",category:1},{id:"d7034e77-5ad2-4f8d-8ca0-0df59778bd4d",name:"Immolation",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:3,recharge:""},keywords:"Fire",condition:"",range:"Close Burst 2",attack:{bonus:20,defence:2},description:"",details:"3d6 + 7 fire damage, and the phoenix dies. It automatically returns to life at the end of its next turn, with full normal hit points.",damage:"3d6 + 7 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A phoenix usually begins a battle by dropping into the midst of its enemies like a blazing meteor and using radiant burst. It then makes bite attacks against groundbound foes from the air (taking advantage of its reach) until radiant burst recharges."},{id:"fb010efe-6e0a-4607-8079-edf5a17f458c",name:"Thunderhawk",details:"",size:4,origin:1,type:1,keywords:"",level:22,role:{type:7,flag:1,leader:!1},senses:"",movement:"4, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"--",skills:"Perception +19",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:26},intelligence:{score:2},wisdom:{score:16},charisma:{score:14},hp:420,initiative:21,ac:38,fortitude:36,reflex:36,will:31,regeneration:null,auras:[],powers:[{id:"e700a6f6-de00-4ea6-8b81-e0a17d89304a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Reach 2",attack:{bonus:28,defence:0},description:"",details:"2d8 + 6 damage plus 1d8 lightning damage, plus an extra 2d8 thunder damage when it charges.",damage:"2d8 + 6 damage plus 1d8 lightning damage",category:1},{id:"67d101a3-270c-4781-a373-989f01155627",name:"Windrush",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Close Burst 2",attack:{bonus:26,defence:1},description:"",details:"the target is knocked prone.",damage:"",category:3}],damageModifiers:[{type:5,value:-20},{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A thunderhawk plummets out of the sky, charging the nearest foe and using windrush to knock enemies prone. On subsequent rounds, the thunderhawk hovers in the air as it continues to buffet foes with windrush and make bite attacks (taking advantage of its reach). Once bloodied, it flies off, only to return with another charge attack."},{id:"32ea5437-8e96-4173-a356-71dfa2c0fdde",name:"Roper",details:"",size:3,origin:1,type:3,keywords:"earth",level:14,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"2, climb 2 (spider climb)",alignment:"Evil",languages:"Primordial",skills:"Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:9},hp:284,initiative:8,ac:30,fortitude:29,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"6287df50-885b-487f-a176-b1a7e6902caa",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 10",attack:{bonus:17,defence:2},description:"",details:"2d10 + 4 damage, and the target is grabbed (until escape or until the tentacle is hit; see tentacle grab). While the target is grabbed, it is also weakened.",damage:"2d10 + 4 damage",category:1},{id:"cba11a63-7614-4fc0-9a78-458c550d73f0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 10",attack:{bonus:17,defence:2},description:"The roper makes two tentacle attacks.",details:"2d10 + 4 damage each hit, and the target is grabbed (until escape or until the tentacle is hit; see tentacle grab). While the target is grabbed, it is also weakened.",damage:"2d10 + 4 damage each hit",category:1},{id:"3de907fa-421b-4e14-9592-d63599988ec7",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(2/round)",range:"",attack:{bonus:17,defence:1},description:"The roper makes an attack against a creature it has grabbed;",details:"on a hit, the target is pulled 5 squares. The roper can use this power only against a grabbed target once per turn.",damage:"the target is pulled 5 squares",category:3},{id:"d6f94eb4-9d18-4292-9cda-4b9380ff80e3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:19,defence:0},description:"",details:"2d10 + 10 damage.",damage:"2d10 + 10 damage",category:1},{id:"90cd23ef-9b6b-4742-8ab7-4a35611cda1d",name:"Stony Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A roper that does not move, retracts its tentacles, and keeps its eye and mouth closed resembles a jagged rock formation, stalagmite, or stalactite. In this form, the roper can be recognized with a successful DC 30 Perception check.",damage:"the roper can be recognized with a successful DC 30 Perception check",category:0},{id:"478e75b6-5a5c-40bf-a5d6-77bc6dab5043",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The roper can attack and grab with up to two tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make the roper let go of a grabbed creature; the tentacle’s defenses are the same as the roper’s. An attack that hits the tentacle does not harm the roper but causes it to let go and retract the tentacle.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:"A roper has an excellent chance to surprise enemies using its stony body ability. When it attacks, it uses double attack to lash out with two of its tentacles, which secrete weakness-inducing venom. Sometimes it doubles up on the same target, but usually it tries to grab two meals at the same time. The roper then uses reel to drag grabbed prey within reach of its toothy maw. (Since reel is a minor action, a roper can use the power twice in the same round it uses double attack, but only once against each grabbed target.)"},{id:"79bb5055-73f2-4a51-8d0c-13448c112a37",name:"Rot Harbinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:20,role:{type:7,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:25},dexterity:{score:22},intelligence:{score:17},wisdom:{score:20},charisma:{score:17},hp:193,initiative:18,ac:34,fortitude:32,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"61ed3987-a5a3-4cdd-b32a-929a27b64098",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"",details:"2d10 + 6 damage, and the target is marked until the end of the rot harbinger’s next turn and takes ongoing 10 necrotic damage (save ends).",damage:"2d10 + 6 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"A clumsy flier, the rot harbinger usually lands to make attacks, raking enemies with its claws. When hard pressed, it takes to the air to escape and plots revenge against those who bested it."},{id:"6aeac506-5db7-42dc-8ccf-e12e76663950",name:"Rot Slinger",details:"",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:0,flag:0,leader:!1},senses:"",movement:"6, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +21",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:165,initiative:18,ac:37,fortitude:37,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"61ed3987-a5a3-4cdd-b32a-929a27b64098",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:25,defence:0},description:"",details:"2d10 + 5 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d10 + 5 damage",category:1},{id:"61f849f6-e479-42b6-b8b4-2441a0680412",name:"Orb of Decay ",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"2d8 + 8 necrotic damage, and the target is weakened and takes a –2 penalty to saving throws (save ends both).",damage:"2d8 + 8 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:"The rot slinger hurls feculent globs of decaying matter at enemies, hoping to weaken them. Like the rot harbinger, it flees when the battle turns against it."},{id:"441a3c2b-0df5-4ac5-a06e-6c0f8555643b",name:"Sahuagin Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:6,role:{type:9,flag:3,leader:!1},senses:"low-light vision",movement:"6, swim 6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:5,ac:20,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"aa832a4b-07f9-42db-9b76-026bf71f494d",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"5 damage; see also blood frenzy.",damage:"5 damage",category:1},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:11,defence:0},description:"",details:"5 damage. The sahuagin guard must retrieve its trident before it can throw it again.",damage:"5 damage",category:1},{id:"cfbd37fb-e9a2-468c-9f88-a74162ba0ebb",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sahuagin guards viciously attack the weakest-looking enemy within reach, skewering it to death before moving on to the next foe."},{id:"cb6458a8-9711-45ee-800f-99a9994c024d",name:"Sahuagin Raider",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:6,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, swim 6",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"trident",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:70,initiative:7,ac:20,fortitude:19,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ab0e7f6d-9d73-45fa-8292-ac6939084b41",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d8 + 5 damage, and the target is marked until the end of the sahuagin raider’s next turn; see also blood frenzy.",damage:"1d8 + 5 damage",category:1},{id:"aa832a4b-07f9-42db-9b76-026bf71f494d",name:"Opportunistic Strike",action:{action:4,trigger:"when a flanked enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"The sahuagin raider makes a melee basic attack against the enemy.",details:"1d8 + 5 damage, and the target is marked until the end of the sahuagin raider’s next turn; see also blood frenzy.",damage:"1d8 + 5 damage",category:5},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:11,defence:0},description:"",details:"1d8 + 5 damage. The sahuagin raider must retrieve its trident before it can throw it again.",damage:"1d8 + 5 damage",category:1},{id:"cfbd37fb-e9a2-468c-9f88-a74162ba0ebb",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sahuagin raiders can be clever and patient hunters, but when the moment to strike arrives, they try to overwhelm their enemies quickly. They often fight in pairs, flanking enemies and making opportunistic strikes whenever possible."},{id:"6957ca1a-89fe-4c03-a23b-17e142b22e25",name:"Sahuagin Priest",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:8,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +12",equipment:"trident, holy symbol, kelp robe",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:12},wisdom:{score:20},charisma:{score:16},hp:70,initiative:8,ac:22,fortitude:19,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"ab0e7f6d-9d73-45fa-8292-ac6939084b41",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 3 damage; see also blood frenzy.",damage:"1d8 + 3 damage",category:1},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:12,defence:0},description:"",details:"1d8 + 3 damage. The sahuagin priest must retrieve its trident before it can throw it again.",damage:"1d8 + 3 damage",category:1},{id:"cfbd37fb-e9a2-468c-9f88-a74162ba0ebb",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0},{id:"67f1e177-7c40-4f69-af72-a3180819085f",name:"Water Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20 (10 out of water)",attack:{bonus:14,defence:0},description:"",details:"2d8 + 5 damage (1d8 + 5 out of water); see also blood frenzy.",damage:"2d8 + 5 damage (1d8 + 5 out of water)",category:1},{id:"f3e0d603-5d0b-477d-9808-78d4782a1332",name:"Spectral Jaws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when a target saves against this effect;"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:14,defence:3},description:"spectral shark jaws appear and bite the target;",details:"3d6 + 5 damage, and the target takes ongoing 5 damage and takes a –2 penalty to all defenses (save ends both); see also blood frenzy.",damage:"3d6 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Sahuagin priests normally hang back from the fray, using their ranged powers to attack enemies that the raiders aren’t engaging."},{id:"bc3653f6-f3fb-4cb3-8726-b22342316971",name:"Sahuagin Baron",details:"",size:3,origin:4,type:2,keywords:"aquatic",level:10,role:{type:2,flag:1,leader:!0},senses:"low-light vision",movement:"6, swim 8",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Intimidate +13",equipment:"trident, headdress",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:256,initiative:9,ac:26,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"a223761a-1de1-4f97-bb98-c656cf7c06ff",name:"Blood Healing",keywords:"Healing",details:"10: any ally in the aura that starts its turn adjacent to a bloodied enemy regains 5 hit points."}],powers:[{id:"ab0e7f6d-9d73-45fa-8292-ac6939084b41",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"2d4 + 6 damage; see also blood hunger.",damage:"2d4 + 6 damage",category:1},{id:"0e3de7f4-768a-4ca8-a105-ce9f70c8565c",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 3/6",attack:{bonus:15,defence:0},description:"",details:"2d4 + 6 damage. The sahuagin baron must retrieve its trident before it can throw it again.",damage:"2d4 + 6 damage",category:1},{id:"bad3d64a-bbf3-46db-a30d-0d2993685eb7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d6 + 6 damage, and ongoing 5 damage (save ends); see also blood hunger.",damage:"1d6 + 6 damage",category:1},{id:"e5a00d91-a927-483c-97ed-96cedccbad34",name:"Baron’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"The sahuagin baron makes a trident attack and two claw attacks.",details:"Trident: 2d4 + 6 damage; see also blood hunger. 2 Claws: 1d6 + 6 damage, and ongoing 5 damage (save ends) each; see also blood hunger.",damage:"2d4 + 6 damage",category:1},{id:"259d75b0-dca7-40bd-b7fc-d41f0b2ac87d",name:"Blood Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies.",damage:"the sahuagin baron gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied enemies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A sahuagin baron relies on baron’s fury, making good use of his extra limbs. The first time it bloodies a foe, it spends its action point to use baron’s fury again."},{id:"42fe6144-13a8-496e-882a-da1c691e219a",name:"Salamander Lancer",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:14,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Intimidate +12",equipment:"longspear",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:9},wisdom:{score:15},charisma:{score:11},hp:171,initiative:10,ac:28,fortitude:26,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"4d87e865-852f-4995-8080-0ae5138d490e",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"1d12 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 6 damage",category:1},{id:"fe94fdd7-e44a-49b2-b238-620c67e846c4",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 fire damage, and the target slides 1 square.",damage:"1d10 + 6 fire damage",category:1},{id:"bec6f926-9dfb-4589-be5e-afa033fede8b",name:"Whirlwind of Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"requires longspear;",range:"Close Burst 3",attack:{bonus:16,defence:0},description:"",details:"1d12 + 6 damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 6 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A salamander lancer makes good use of its exceptional reach. If a foe gets too close, it uses tail lash to slide him away and then shifts to reestablish a reach advantage. As often as it can, it uses whirlwind of fire to strike enemies with its flaming longspear."},{id:"ea0c6f6e-5335-4fa2-bf28-a20f86d06b37",name:"Salamander Firetail",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:14,role:{type:6,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Intimidate +12",equipment:"2 scimitars",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:22},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:138,initiative:15,ac:30,fortitude:27,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"deca07f0-76f8-4904-a330-720024c19676",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"1d10 + 5 damage (crit 2d10 + 15), and ongoing 5 fire damage (save ends).",damage:"1d10 + 5 damage (crit 2d10 + 15)",category:1},{id:"b0cd585e-95fd-45ab-883f-9a1beb9530e8",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"The salamander firetail makes two scimitar attacks.",details:"1d10 + 5 damage (crit 2d10 + 15), and ongoing 5 fire damage (save ends) each hit.",damage:"1d10 + 5 damage (crit 2d10 + 15)",category:1},{id:"5184d033-4376-4d65-864c-0debf451397a",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves into a position that flanks the salamander firetail;",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"The salamander attacks the enemy:",details:"1d10 + 5 fire damage, and the target slides 1 square.",damage:"1d10 + 5 fire damage",category:5},{id:"aec019cf-04f1-40f3-857f-00b97ccfc974",name:"Trail of Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The salamander firetail can move up to 6 squares, leaving a trail of fire behind it. Creatures in squares adjacent to the firetail’s path take 10 fire damage.",damage:"creatures in squares adjacent to the firetail’s path take 10 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A salamander firetail uses trail of fire to weave between its foes, then strikes with double attack on the following round. The firetail uses its tail lash to attack any foe that moves to flank it."},{id:"7cabe0df-6681-417a-9455-1a1b897f84d1",name:"Salamander Archer",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:15,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"",equipment:"longbow, quiver of 30 arrows",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:22},intelligence:{score:11},wisdom:{score:15},charisma:{score:11},hp:114,initiative:10,ac:28,fortitude:26,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"b17144e1-c06d-4b46-823e-51bcdaefbd9c",name:"Tail Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"1d10 + 6 fire damage.",damage:"1d10 + 6 fire damage",category:1},{id:"a352630c-d059-4e98-8a7f-de57da8d4ffd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d10 + 6 damage plus 1d6 fire damage.",damage:"1d10 + 6 damage plus 1d6 fire damage",category:1},{id:"079b7d7b-a9f8-4606-85b0-325970e1758f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"The salamander archer makes two ranged basic attacks against the same target or two separate targets within 5 squares of each other.",details:"1d10 + 6 damage plus 1d6 fire damage each hit.",damage:"1d10 + 6 damage plus 1d6 fire damage each hit",category:1},{id:"b69015c9-02db-46c0-b6cb-041f6e218417",name:"Tail Thrust",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:2},description:"",details:"the target is pushed 1 square.",damage:"the target is pushed 1 square",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"This salamander prefers to attack at range, igniting the tips of its arrows by striking them against its body before launching them at foes. If an enemy gets within melee striking range, the salamander archer uses tail thrust to push the enemy away before shooting it with its longbow."},{id:"9406d421-a1f6-45d5-8e9b-4fd4a74582a5",name:"Salamander Noble",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:15,role:{type:3,flag:0,leader:!0},senses:"",movement:"6",alignment:"Evil",languages:"Primordial",skills:"Insight +16, Intimidate +15, Perception +16",equipment:"longspear",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:20},intelligence:{score:14},wisdom:{score:18},charisma:{score:16},hp:152,initiative:12,ac:29,fortitude:27,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"2ca976e9-8cc2-4232-bd95-1dafded0433b",name:"Tail Crush",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Reach 2",attack:{bonus:16,defence:0},description:"",details:"1d10 + 6 fire damage, and the target is grabbed (until escape). The grabbed target takes 1d10 + 6 fire damage at the start of its turn while grabbed. The salamander noble cannot make melee basic attacks while grabbing a creature with its tail. Threatening Reach: The salamander noble can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d10 + 6 fire damage",category:1},{id:"25dd51f2-e286-4366-8d1a-2f6fcfe83f41",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Reach 3",attack:{bonus:18,defence:0},description:"",details:"1d12 + 5 damage, and ongoing 5 fire damage (save ends).",damage:"1d12 + 5 damage",category:1},{id:"0ae3688c-7fb3-4334-938e-2fbe3dc19cad",name:"Fire Cage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"the target takes ongoing 10 f re damage and is immobilized (save ends both) as a cage of searing flame springs up around it. The cage does not block line of sight.",damage:"the target takes ongoing 10 f re damage and is immobilized (save ends both) as a cage of searing flame springs up around it",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A salamander noble uses fire cage to trap enemies and tail crush to grab foes that get too close."},{id:"bc99610b-7af7-4b74-b2cd-3b0569f80250",name:"Satyr Rake",details:"",size:2,origin:2,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Bluff +12, Nature +9, Perception +9, Stealth +12",equipment:"leather armor, short sword, shortbow, quiver of 30 arrows",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:80,initiative:9,ac:21,fortitude:18,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"6858cd1c-1f0c-4395-a952-2f5dbddf953f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage. Combat Advantage: The satyr rake deals an extra 2d6 damage against any target it has combat advantage against.",damage:"1d6 + 4 damage",category:1},{id:"2ec62bbf-3e70-4c56-842c-40cc62307a1f",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"7059c465-3212-4ec0-88de-4299c29fb1c8",name:"Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:2},description:"",details:"the satyr rake gains combat advantage against the target (see below). Combat Advantage: The satyr rake deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the satyr rake deals an extra 2d6 damage against any target it has combat advantage against",category:2},{id:"4fcf2f38-0733-4aa6-9ecd-abf48fe19fa5",name:"Harrying Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Short Sword: 1d6 + 4 damage. or Shortbow: Ranged 15/30",attack:{bonus:12,defence:0},description:"The satyr rake makes a basic attack, shifts 3 squares, and makes another basic attack.",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The satyr rake uses feint to gain combat advantage against its target and then makes a harrying attack."},{id:"8efa5b73-bd70-4933-8019-4b6a69e5ca33",name:"Satyr Piper",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"low-light vision",movement:"6",alignment:"Unaligned",languages:"Elven",skills:"Bluff +14, Nature +10, Perception +10, Stealth +13",equipment:"longbow, quiver of 30 arrows, wooden pipes",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:20},hp:86,initiative:8,ac:22,fortitude:18,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"492d8204-3df9-4219-b209-624765595d5b",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d8 damage, and the target is knocked prone.",damage:"1d8 damage",category:1},{id:"dbf39360-1631-4d5a-93b6-f9e913073978",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:12,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"e1c0b856-96d0-42a5-b470-346745d4c13e",name:"Wooden Pipes",action:{action:1,trigger:"",sustainAction:1,use:1,recharge:""},keywords:"",condition:"",range:"Close Burst 5; deafened creatures are immune",attack:{bonus:11,defence:3},description:"",details:"the satyr piper plays one of the following tunes on its pipes. Dazing Melody (Charm): Targets enemies; the target is dazed until the end of the satyr piper’s next turn. The piper must make a new attack roll when it sustains this effect. Feral Overture: Allies in the burst gain a +1 bonus to attack rolls and a +2 bonus to damage rolls until the end of the satyr piper’s next turn. Leaping Stag Dance: Allies in the burst can shift 2 squares immediately. Song of Freedom: Allies in the burst can each make a free saving throw against an effect that a save can end.",damage:"allies in the burst gain a +1 bonus to attack rolls and a +2 bonus to damage rolls until the end of the satyr piper’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A satyr piper uses its longbow to pick off enemies from a safe distance. When enemies close in, it stays behind its allies and plays its pipes."},{id:"96548730-1743-4920-b4f8-483dbb51d091",name:"Stormclaw Scorpion",details:"",size:2,origin:4,type:1,keywords:"",level:1,role:{type:7,flag:0,leader:!1},senses:"tremorsense 5",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:12},intelligence:{score:1},wisdom:{score:11},charisma:{score:10},hp:32,initiative:3,ac:16,fortitude:14,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"ddac74f4-77de-4f72-99f1-7cbb6069f41e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 3 damage, and a Medium or smaller target is grabbed (until escape). A grabbed target takes 5 lightning damage at the start of the stormclaw scorpion’s turn.",damage:"1d6 + 3 damage",category:1},{id:"abfdf763-7be4-4ada-b0b4-9d4fa855201d",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:1},description:"",details:"1d4 + 3 damage, and the target takes ongoing 5 poison damage and is immobilized (save ends both). The stormclaw scorpion can use this attack against a target it has grabbed.",damage:"1d4 + 3 damage",category:1},{id:"210dd200-df25-4757-aa21-ee7d6b53d8cd",name:"Reactive Sting",action:{action:5,trigger:"when an enemy grabbed by the scorpion escapes;",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:1},description:"The stormclaw scorpion makes a sting attack against the enemy.",details:"1d4 + 3 damage, and the target takes ongoing 5 poison damage and is immobilized (save ends both). The stormclaw scorpion can use this attack against a target it has grabbed.",damage:"1d4 + 3 damage",category:5}],damageModifiers:[{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The stormclaw scorpion grabs with its claws. On subsequent rounds, it deals lightning damage and stings its prey. If its victim escapes, the scorpion makes a reactive sting attack."},{id:"98df4522-20f1-4aed-bc3c-7384dc07943a",name:"Hellstinger Scorpion",details:"",size:3,origin:3,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"tremorsense 5",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:19},intelligence:{score:1},wisdom:{score:16},charisma:{score:13},hp:130,initiative:12,ac:28,fortitude:26,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"ddac74f4-77de-4f72-99f1-7cbb6069f41e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:20,defence:0},description:"",details:"2d6 + 4 damage, and a Large or smaller target is grabbed (until escape). A grabbed target takes 10 fire damage at the start of the hellstinger scorpion’s turn.",damage:"2d6 + 4 damage",category:1},{id:"abfdf763-7be4-4ada-b0b4-9d4fa855201d",name:"Hellish Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Melee",attack:{bonus:18,defence:1},description:"",details:"1d8 + 4 damage, and the target takes ongoing 5 fire and poison damage and is weakened (save ends both). The hellstinger scorpion can use this attack against a target it has grabbed.",damage:"1d8 + 4 damage",category:1},{id:"210dd200-df25-4757-aa21-ee7d6b53d8cd",name:"Reactive Sting",action:{action:5,trigger:"when an enemy grabbed by the scorpion escapes;",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:18,defence:1},description:"The hellstinger scorpion makes a hellish sting attack against the enemy.",details:"1d8 + 4 damage, and the target takes ongoing 5 fire and poison damage and is weakened (save ends both). The hellstinger scorpion can use this attack against a target it has grabbed.",damage:"1d8 + 4 damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A hellstinger scorpion uses its claws to grab a foe. On subsequent rounds, it stings the grabbed prey while dealing fire damage with its claws. If the victim escapes its grasp, the hellstinger uses reactive sting."},{id:"dbf48801-98bf-4b38-b648-46907b1fba3f",name:"Shadar-Kai Chainfighter",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also dance of death and shadow jaunt",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"leather armor, spiked chain",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:68,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"a68dc929-015c-4f0b-af62-b95b6b5c2a9b",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"2d4 + 3 damage.",damage:"2d4 + 3 damage",category:1},{id:"e8887a9f-35ea-40d6-8324-191e216fef0b",name:"Dance of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic, Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"The shadar-kai chainfighter shifts 6 squares and makes 3 spiked chain attacks at any points during his move. He can only attack a given enemy once, but he deals an extra 1d6 necrotic damage with each successful hit.",details:"2d4 + 3 damage each hit.",damage:"2d4 + 3 damage each hit",category:1},{id:"734a1275-79b1-43e6-b51e-eb117d788309",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"The shadar-kai chainfighter teleports 3 squares and becomes insubstantial until the start of his next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A chainfighter uses dance of death to cut a bloody swath through his enemies before settling into position and making basic attacks. If he’s hedged in by enemies, he uses shadow jaunt to extricate himself while waiting for his dance of death power to recharge."},{id:"a60c0678-eb22-483b-830a-c3bce8149b76",name:"Shadar-Kai Gloomblade",details:"",size:2,origin:5,type:2,keywords:"",level:6,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"5; see also shadow jaunt",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"chainmail, greatsword",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:54,initiative:12,ac:20,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"3fa1ecd3-9632-4589-a5ce-d639df518cad",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d10 + 3 damage; see also gloomstrike.",damage:"1d10 + 3 damage",category:1},{id:"685ae66f-dbbe-490a-9fdf-84ac47b40c24",name:"Gloomstrike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the shadar-kai gloomblade hits a target that can’t see him, the target is blinded until the end of the gloomblade’s next turn.",damage:"",category:0},{id:"025ae053-e686-4e9e-957a-7e8e55bcf5fe",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"The shadar-kai gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn",category:2},{id:"010f7e07-db8f-432a-b648-c44ea7aec4d9",name:"Veil of Shadows",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The shadar-kai gloomblade turns invisible until the end of his turn and moves up to his speed. The gloomblade cannot use this power while bloodied.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A gloomblade uses veil of shadows to turn invisible, allowing it to strike from concealment and potentially blind its target (using its gloomblade power). It continues to attack its blinded prey, hoping to sustain the blindness round after round. If its attention turns to another enemy, it uses the same tactics against this new foe. Once bloodied, the gloomblade resorts to making basic attacks and uses shadow jaunt to relocate to a more tactical advantageous position, as needed."},{id:"67f296fc-9634-4114-b285-768956ddcccc",name:"Shadar-Kai Witch",details:"",size:2,origin:5,type:2,keywords:"",level:7,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also shadow jaunt",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +8, Arcana +12, Religion +12, Stealth +13",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:19},wisdom:{score:12},charisma:{score:17},hp:77,initiative:6,ac:21,fortitude:18,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"f5386ec3-9afd-4792-802c-6e16fc47a021",name:"Blackfire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Melee Touch",attack:{bonus:11,defence:2},description:"",details:"2d6 + 4 fire and necrotic damage.",damage:"2d6 + 4 fire and necrotic damage",category:1},{id:"61a12a28-1bac-41d7-b3a3-9bd9241ae482",name:"Beshadowed Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"2d6 + 4 necrotic damage, and the target has no line of sight to anything more than 2 squares from it (save ends).",damage:"2d6 + 4 necrotic damage",category:1},{id:"e9733f64-fa5a-4478-9acd-59bd7647b080",name:"Deep Shadow",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Aura 2",attack:null,description:"",details:"thick, writhing shadows surround the shadar-kai witch. The witch and any other shadow creatures in the aura gain concealment. In addition, enemies that enter or start their turns in the aura take 5 necrotic damage, and enemies (including flying ones) also treat the area within the aura as difficult terrain. The shadar-kai witch can sustain the aura as a minor action. However, the effect ends if she uses shadow jaunt or moves more than half her speed on her turn.",damage:"enemies that enter or start their turns in the aura take 5 necrotic damage",category:1},{id:"d9bb9abd-468f-4a28-96a7-eddd48650f78",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai witch teleports 3 squares and becomes insubstantial until the start of her next turn.",damage:"The shadar-kai witch teleports 3 squares and becomes insubstantial until the start of her next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The shadar-kai witch uses beshadowed mind as often as she can, targeting ranged attackers first and forcing enemies to engage in close combat with her allies. While waiting for her ranged power to recharge, she casts deep shadow and attacks with her blackfire touch."},{id:"ae47d944-4f13-42e0-8b7f-ba88a3259dfb",name:"Shadar-Kai Warrior",details:"",size:2,origin:5,type:2,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5; see also shadow jaunt",alignment:"Unalinged",languages:"Common",skills:"Acrobatics +15, Stealth +15",equipment:"chainmail, 2 katars",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:20},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:86,initiative:11,ac:24,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"0df8defe-9d07-454d-8159-61a7875ee287",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d6 + 3 damage (crit 1d6 + 9).",damage:"1d6 + 3 damage (crit 1d6 + 9)",category:1},{id:"e6a8bdbb-0d9d-4eb0-ab0c-909c14b22547",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The shadar-kai warrior makes two katar attacks.",details:"1d6 + 3 damage (crit 1d6 + 9) each hit.",damage:"1d6 + 3 damage (crit 1d6 + 9) each hit",category:1},{id:"555b935c-bc7d-493d-aafa-a66a3f0d6576",name:"Cage of Gloom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The shadar-kai warrior makes a katar attack.",details:"1d6 + 3 damage (crit 1d6 + 9). If the attack hits, the shadar-kai warrior makes a secondary attack as strands of shadow coil around the target. Secondary Attack: +11 vs. Reflex; the target is restrained (save ends).",damage:"1d6 + 3 damage (crit 1d6 + 9)",category:1},{id:"255cbf9b-ee8d-4314-b11f-018da00c014f",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai warrior teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai warrior teleports 3 squares and becomes insubstantial until the start of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This shadar-kai uses shadow jaunt at the start of battle to materialize next to a foe and make a double attack. On subsequent rounds, it continues to attack with its katars, using cage of gloom to restrain particularly troublesome foes."},{id:"3babdae6-d7db-47e8-82d4-e266fae9b33a",name:"Shambling Mound",details:"",size:3,origin:4,type:0,keywords:"plant",level:9,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"4 (swamp walk)",alignment:"Unaligned",languages:"--",skills:"Stealth +10",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:12},intelligence:{score:5},wisdom:{score:10},charisma:{score:10},hp:120,initiative:5,ac:21,fortitude:23,reflex:18,will:17,regeneration:{value:5,details:""},auras:[],powers:[{id:"27b5109a-b4f2-44f6-9be9-21b247633858",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"1d8 + 6 damage.",damage:"1d8 + 6 damage",category:1},{id:"e5c4ea88-68e3-45e8-84c3-6ba389731b0f",name:"Enveloping Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"The shambling mound makes two basic attacks.",details:"1d8 + 6 damage each hit. If both attacks hit the same Medium or smaller target, the shambling mound makes a secondary attack against the target. Secondary Attack: +12 vs. Fortitude; the target is pulled into the shambling mound’s space and restrained (save ends). While the target is restrained, no creature has line of sight or line of effect to it. At the start of the shambling mound’s turn each round, the enveloped target takes 10 damage and the shambling mound regains 10 hit points. The shambling mound can envelop up to 2 creatures at a time. When the target makes its save, it reappears in a square of its choice adjacent to the shambling mound.",damage:"1d8 + 6 damage each hit",category:1},{id:"16f2e1b5-f642-4cad-8481-a4130acad352",name:"Lightning Affinity",action:{action:4,trigger:"when hit by a lightning attack;",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The shambling mound regains 10 hit points.",damage:"The shambling mound regains 10 hit points",category:5}],damageModifiers:[{type:5,value:0}],resist:"",vulnerable:"",immune:"see also lightning affinity",tactics:"A shambling mound tries to envelop and devour its enemies."},{id:"ec18b0af-812b-4ebc-9d40-fc14ad88e4ed",name:"Stormrage Shambler",details:"",size:3,origin:4,type:0,keywords:"plant",level:11,role:{type:3,flag:1,leader:!1},senses:"darkvision",movement:"8 (swamp walk)",alignment:"Unaligned",languages:"--",skills:"Stealth +9",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:8},intelligence:{score:5},wisdom:{score:12},charisma:{score:7},hp:238,initiative:4,ac:25,fortitude:25,reflex:18,will:20,regeneration:{value:10,details:""},auras:[{id:"2de45c98-853f-4ce1-9322-9ea557fd7b50",name:"Lightning Aura",keywords:"Lightning",details:"2: enemies that enter or start their turns in the aura take 5 lightning damage."}],powers:[{id:"628d65a2-d8bd-4af8-a217-cda7e3c0704d",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"",details:"1d8 + 5 damage plus 1d8 lightning damage. While bloodied, the stormrage shambler deals an extra 5 lightning damage.",damage:"1d8 + 5 damage plus 1d8 lightning damage",category:1},{id:"be04e4ef-97d7-46a3-a96d-e688830e2beb",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Reach 2",attack:{bonus:14,defence:0},description:"The stormrage shambler makes two basic attacks.",details:"1d8 + 5 damage plus 1d8 lightning damage each hit. While bloodied, the stormrage shambler deals an extra 5 lightning damage.",damage:"1d8 + 5 damage plus 1d8 lightning damage each hit",category:1},{id:"c23947a9-6408-4348-95d3-d6d4676f8075",name:"Lightning Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close Blast 3",attack:{bonus:14,defence:2},description:"",details:"3d8 + 6 lightning damage. Miss: Half damage.",damage:"3d8 + 6 lightning damage",category:1},{id:"c93b0421-d4fa-4c65-ac3f-ed5244903a73",name:"Lightning Affinity",action:{action:4,trigger:"when hit by a lightning attack;",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The stormrage shambler regains 10 hit points. The stormrage shambler cannot attack itself to heal in this fashion.",damage:"The stormrage shambler regains 10 hit points",category:5}],damageModifiers:[{type:5,value:0}],resist:"",vulnerable:"",immune:"see also lightning affinity",tactics:"A stormrage shambler uses double attack to rip its enemies to pieces, spending its action point to unleash lightning blast when it can catch two or more foes in the power’s area."},{id:"d92acd8a-2368-4a2f-be6b-6e37ab73839e",name:"Longtooth Hunter",details:"",size:2,origin:4,type:2,keywords:"shifter",level:6,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"5",alignment:"Any",languages:"Common",skills:"Athletics +14, Endurance +11, Nature +9, Perception +9",equipment:"chainmail, light shield, longsword",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:71,initiative:7,ac:22,fortitude:20,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"cc43ec76-8bda-443f-919b-eb8bad2fe1b5",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 5 damage, and the target is marked until the end of the longtooth hunter’s next turn.",damage:"1d8 + 5 damage",category:1},{id:"c8f3fcfa-d2cc-4734-a148-de97ba687c21",name:"Hamstring",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"The longtooth hunter makes a longsword attack.",details:"1d8 + 5 damage, and the target is marked until the end of the longtooth hunter’s next turn. If the attack hits, it makes a secondary attack against the same target. Secondary Attack: +9 vs. Reflex; the target is slowed (save ends).",damage:"1d8 + 5 damage",category:1},{id:"e7b4f897-633f-4f7f-99d4-8b6a93445aa2",name:"Follow Quarry",action:{action:4,trigger:"when an adjacent enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The longtooth hunter shifts toward the enemy.",damage:"",category:5},{id:"c8d8af28-41d4-42e4-863a-b2dec380859a",name:"Longtooth Shifting",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"usable only while bloodied;",range:"",attack:null,description:"",details:"For the rest of the encounter or until rendered unconscious, the longtooth hunter gains a +2 bonus to damage rolls. In addition, for as long as it is bloodied, the longtooth hunter gains regeneration 2.",damage:"the longtooth hunter gains a +2 bonus to damage rolls",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The longtooth hunter focuses on one enemy at a time. When its foe shifts away, it uses follow quarry to stay within striking distance. Against a highly mobile foe, the longtooth hunter uses hamstring."},{id:"52a51ea5-bfc8-4af4-ac89-01079e076569",name:"Razorclaw Stalker",details:"",size:2,origin:4,type:2,keywords:"shifter",level:7,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also razorclaw shifting",alignment:"Any",languages:"Common",skills:"Acrobatics +12, Perception +9, Stealth +12, Streetwise +8",equipment:"leather armor, short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:12},wisdom:{score:13},charisma:{score:11},hp:79,initiative:7,ac:21,fortitude:20,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"4a534660-0996-4c88-8c86-3a2d18426029",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d6 + 4 damage; see also skirmish.",damage:"1d6 + 4 damage",category:1},{id:"fb6cfa8f-8915-4f85-859a-035721a216cd",name:"Short Sword Riposte",action:{action:7,trigger:"when an enemy makes an opportunity attack against the razorclaw stalker;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The razorclaw stalker makes a short sword attack against the enemy.",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:5},{id:"5251a715-8e4d-4e97-b020-57fb4b3ae8c4",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the razorclaw stalker ends its move at least 4 squares away from its starting point, it deals an extra 1d6 damage on its attacks until the start of its next turn.",damage:"it deals an extra 1d6 damage on its attacks until the start of its next turn",category:0},{id:"310f8ab4-a188-4567-840b-b9adc55c61e9",name:"Razorclaw Shifting",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied;",range:"",attack:null,description:"",details:"For the rest of the encounter or until rendered unconscious, the razorclaw stalker gains +2 speed and a +1 bonus to AC and Reflex defense.",damage:"the razorclaw stalker gains +2 speed and a +1 bonus to AC and Reflex defense",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The razorclaw stalker prefers a mobile, hit-and-run fight and doesn’t mind provoking opportunity attacks to use short sword riposte."},{id:"d0797fc8-3231-43b8-b321-d28ee128763a",name:"Decrepit Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"heavy shield, longsword, shortbow, quiver of 10 arrows",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"1941500a-c6bd-465e-900a-8a26ad5f1ffd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"e016089b-07ac-4dbb-bd2c-8785db9401ba",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"Decrepit skeletons make ranged basic attacks until enemies come within melee striking range, at which point they draw their swords and rush into battle."},{id:"177a8575-c6ff-4c6b-8ad8-3423df68aa7b",name:"Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Unaligned",languages:"--",skills:"",equipment:"chainmail, heavy shield, longsword",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:6,ac:18,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"1941500a-c6bd-465e-900a-8a26ad5f1ffd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"1d8 + 2 damage, and the target is marked until the end of the skeleton’s next turn; see also speed of the dead.",damage:"1d8 + 2 damage",category:1},{id:"b3746864-c89a-4411-8919-a6e866bad041",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the skeleton gains a +2 bonus to the attack roll and deals an extra 1d6 damage.",damage:"the skeleton gains a +2 bonus to the attack roll and deals an extra 1d6 damage",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A skeleton warrior charges fearlessly into battle, using speed of the dead to mercilessly attack enemies that try to slip past its guard."},{id:"cc9719ff-7195-4506-9c55-f210e7d8536d",name:"Blazing Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:18},intelligence:{score:4},wisdom:{score:15},charisma:{score:6},hp:53,initiative:6,ac:19,fortitude:15,reflex:18,will:16,regeneration:null,auras:[{id:"98a208a6-6a1f-4e95-8b3a-4bd8318bb7bb",name:"Fiery Aura",keywords:"Fire",details:"1: any creature starts its turn in the aura takes 5 fire damage."}],powers:[{id:"511852b8-5b32-4eb7-8ac1-b27cbb501a0a",name:"Blazing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d4 + 1 damage, and ongoing 5 fire damage (save ends).",damage:"1d4 + 1 damage",category:1},{id:"a310a20d-b0e3-4cac-8cc8-d74ad977b992",name:"Flame Orb",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"2d4 + 4 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d4 + 4 fire damage",category:1}],damageModifiers:[{type:7,value:0},{type:3,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A blazing skeleton prefers to keep its distance from foes while hurling orbs of fire at them."},{id:"ce3f2ee1-b72e-4b02-8e5c-550122d4f3cc",name:"Boneshard Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Undligned",languages:"--",skills:"",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:77,initiative:5,ac:17,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ddba4baa-445d-4929-8b36-3a747c134ec5",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 3 damage (crit 1d8 + 11) plus 5 necrotic damage.",damage:"1d8 + 3 damage (crit 1d8 + 11) plus 5 necrotic damage",category:1},{id:"4344a14b-5a8a-4646-ba9f-b1764eaeb491",name:"Boneshard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d4 + 3 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d4 + 3 damage",category:1},{id:"2c319244-9fd7-42dc-81b8-5781d9d48c91",name:"Boneshard Burst",action:{action:7,trigger:"when first bloodied and again when reduced to 0 hit points;",sustainAction:0,use:0,recharge:"Recharges on 2-6"},keywords:"Necrotic",condition:"",range:"Close Burst 3",attack:{bonus:8,defence:2},description:"",details:"2d6 + 3 necrotic damage.",damage:"2d6 + 3 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This skeleton alternates between slashing foes with its scimitar and impaling them with its boneshard."},{id:"5f53d036-35a6-41fa-b1c9-026de7d305e1",name:"Skeletal Tomb Guardian",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"4 scimitars",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:20},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:126,initiative:10,ac:23,fortitude:22,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"e6b69630-326c-499a-abe2-dc091fb4c4e7",name:"Twin Scimitar Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The skeletal tomb guardian makes two scimitar attacks against the same target:",details:"1d8 + 4 damage (crit 1d8 + 12). This also holds true for opportunity attacks.",damage:"1d8 + 4 damage (crit 1d8 + 12)",category:1},{id:"544dc6f6-617f-469d-940c-2167c0e01d46",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The skeletal tomb guardian makes a melee basic attack against the enemy. The skeletal tomb guardian makes two scimitar attacks against the same target:",details:"1d8 + 4 damage (crit 1d8 + 12).",damage:"1d8 + 4 damage (crit 1d8 + 12)",category:5},{id:"888d3985-986a-4d61-8369-6a417c7b3229",name:"Cascade of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The skeletal tomb guardian makes two twin scimitar strike attacks (four scimitar attacks total).",details:"1d8 + 4 damage (crit 1d8 + 12).",damage:"1d8 + 4 damage (crit 1d8 + 12)",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A skeletal tomb guardian hacks enemies to pieces with its scimitars."},{id:"307c273b-20fd-414c-b484-4c263636277e",name:"Skull Lord",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:0,flag:0,leader:!0},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +12, Intimidate +15",equipment:"staff , 3 iron crowns",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:16},intelligence:{score:16},wisdom:{score:15},charisma:{score:21},hp:40,initiative:8,ac:24,fortitude:21,reflex:22,will:23,regeneration:null,auras:[{id:"e5008364-b185-4368-b012-0bb611a41d23",name:"Master of the Grave",keywords:"Healing",details:"2: undead allies in the aura gain regeneration 5 and a +2 bonus to saving throws. This aura ends when the skull of death’s command is destroyed."}],powers:[{id:"56276109-1a72-4382-8795-a07b9a883597",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d8 + 2 damage plus 1d6 necrotic damage.",damage:"1d8 + 2 damage plus 1d6 necrotic damage",category:1},{id:"b9992dc4-2529-48d8-b777-eeea877de93f",name:"Skull of Bonechilling Fear",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fear",condition:"(1/round)",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"1d6 + 3 cold damage, and the target is pushed 5 squares.",damage:"1d6 + 3 cold damage",category:3},{id:"c24dd08f-0fff-479c-a0ed-b52e91ac2cd3",name:"Skull of Death’s Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(1/round)",range:"Ranged 10",attack:null,description:"",details:"the skull lord restores a destroyed undead minion within range. The restored undead minion’s level must be no higher than the skull lord’s level + 2. The restored minion stands in the space where it fell (or in any adjacent space, if that space is occupied) as a free action, has full normal hit points, and can take actions (as normal) on its next turn.",damage:"The restored undead minion’s level must be no higher than the skull lord’s level + 2",category:3},{id:"86f0841a-5eb8-4317-80d1-96f629c6d4e9",name:"Skull of Withering Flame",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(1/round)",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6 + 3 fire and necrotic damage.",damage:"2d6 + 3 fire and necrotic damage",category:3},{id:"50ec619c-4cd0-4579-ba24-c25a16a9fdda",name:"Triple Skulls",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When a skull lord is reduced to 0 hit points, one of its skulls (determined randomly from the three listed above) is destroyed, and it loses the ability to use that power. If the creature has any skulls remaining, it instantly heals to full hit points (40 hit points). When all three skulls are destroyed, the skull lord is destroyed as well.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A skull lord is almost always found with several lesser undead close by, especially skeleton and/or zombie minions. It avoid melee combat, preferring to use all three of its skulls in a given round."},{id:"5e1c3f6c-acce-4e04-9146-64f2d3a32932",name:"Slaad Tadpole",details:"",size:1,origin:1,type:1,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"4",alignment:"Chaotic Evil",languages:"--",skills:"Perception +6, Stealth +8",equipment:"",category:"",strength:{score:6},constitution:{score:8},dexterity:{score:12},intelligence:{score:3},wisdom:{score:9},charisma:{score:7},hp:44,initiative:7,ac:21,fortitude:18,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"c7de2aa7-4766-4b21-b35f-953ef649b61d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 damage, and the slaad tadpole becomes insubstantial until the start of its next turn.",damage:"1d8 damage",category:1},{id:"def0343a-d85b-4e12-ba70-73cf63dc6b50",name:"Chaos Shift",action:{action:5,trigger:"when attacked by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaad tadpole shifts 2 squares.",damage:"The slaad tadpole shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A slaad tadpole avoids combat with creatures larger than itself. When cornered, it makes bite attacks. These attacks cause the creature to momentarily destabilize and become insubstantial. Both this and its chaos shift power are defense mechanisms that protect it against enemy attacks."},{id:"7ec47bd1-02b3-41bb-9f17-84f5228f4a8c",name:"Gray Slaad (Rift Slaad)",details:"",size:2,origin:1,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +13, Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:18},intelligence:{score:9},wisdom:{score:12},charisma:{score:14},hp:128,initiative:12,ac:27,fortitude:25,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"4628217b-bf9a-40d3-8976-c8ba498d168c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Melee",attack:{bonus:18,defence:0},description:"",details:"2d8 + 2 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +16 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"2d8 + 2 damage",category:1},{id:"815adb52-22cd-4daa-b106-b7a486c923b5",name:"Condition Transfer",action:{action:5,trigger:"when hit by an attack that applies any conditions;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"conditions applied by the triggering attack affect the target instead of the slaad.",damage:"",category:5},{id:"ee84ef41-0618-40b5-8e2c-c7de7dfcc3b8",name:"Induce Planar Instability",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 3",attack:{bonus:16,defence:3},description:"",details:"1d8 + 2 damage, and the target shifts 3 squares and is knocked prone.",damage:"1d8 + 2 damage",category:1},{id:"afb768bb-44ef-483d-af2e-6693277d4dc0",name:"Planar Flux",action:{action:7,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The slaad teleports 8 squares and becomes insubstantial until the end of its next turn.",damage:"The slaad teleports 8 squares and becomes insubstantial until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"The gray slaad teleports into a flanking position and attacks with its claws. It uses condition transfer and induce planar instability as circumstances dictate. When first bloodied, the slaad momentarily loses its grasp on reality, discorporating and then reforming in a new location."},{id:"c2351706-c978-4573-925e-37d3236ae1f1",name:"Red Slaad (Blood Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"8, teleport 4",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +15, Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:19},intelligence:{score:11},wisdom:{score:12},charisma:{score:15},hp:146,initiative:13,ac:29,fortitude:28,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"9825ad8a-85fa-41be-ae5d-c470596c1eb5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"2d8 + 6 damage.",damage:"2d8 + 6 damage",category:1},{id:"ed288a75-9382-4211-ab61-d8f3c29be6d9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"1d6 + 3 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"1d6 + 3 damage",category:1},{id:"6988df60-014a-4ad7-903e-7cc6f6f1a58c",name:"Leaping Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"The slaad shifts 4 squares and makes two claw attacks.",details:"1d6 + 3 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar). If either claw attack hits, the target is marked until the end of the slaad’s next turn.",damage:"1d6 + 3 damage",category:1},{id:"0059fc04-0d03-4da2-9d3b-4fe9925fd55d",name:"Horrid Croak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close Blast 5",attack:{bonus:19,defence:1},description:"",details:"the target is immobilized until the end of the slaad’s next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"The red slaad springs into battle, using leaping pounce to attack two different targets if it can. It then uses horrid croak to immobilize enemies and makes bite attacks until it can make another leaping pounce."},{id:"a361e40d-65e4-4bae-9f92-6fcf5b5c3a39",name:"Blue Slaad (Talon Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:17,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 2",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +19, Perception +14, Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:11},hp:200,initiative:10,ac:29,fortitude:29,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"5c60f0b7-8b36-486f-b24c-1db99d15803c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d10 + 10 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +18 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"2d10 + 10 damage",category:1},{id:"d2005e57-10d5-4ed0-92bd-ac7a0f0f6db4",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d10 + 10 damage, and the target slides 2 squares and is knocked prone.",damage:"1d10 + 10 damage",category:1},{id:"f5417582-d43e-4dbb-be31-29c38b6c30d0",name:"Ravager’s Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied;",range:"Close Burst 2",attack:{bonus:20,defence:0},description:"The slaad rakes all enemies within its reach:",details:"1d10 + 10 damage, and the slaad gains 20 temporary hit points.",damage:"1d10 + 10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"This slaad wades into combat, slashing with its claws. If it is bloodied and within reach of three or more enemies, it uses ravager’s fury."},{id:"275dfa58-d2b0-4d11-b4af-dbb1ef10f5f4",name:"Green Slaad (Curse Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 6",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +17, Bluff +18, Intimidate +18, Perception +17, Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:14},intelligence:{score:15},wisdom:{score:17},charisma:{score:18},hp:173,initiative:11,ac:32,fortitude:30,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"c289c9f4-8ece-4bf2-a278-9931eae87c3c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"Reach 2",attack:{bonus:23,defence:0},description:"",details:"2d10 + 3 damage, and the slaad makes a secondary attack against the same target. Secondary Attack: +21 vs. Fortitude; on a hit, the target contracts chaos phage (see sidebar).",damage:"2d10 + 3 damage",category:1},{id:"3e2cc45b-b92b-4ac1-8f80-547ba1c19224",name:"Chaos Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:21,defence:3},description:"",details:"1d20 + 4 damage, and the target is dazed until the end of the slaad’s next turn.",damage:"1d20 + 4 damage",category:1},{id:"17c584b3-feef-412e-b11c-15afcbf12c7c",name:"Transpose Target",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"1d10 + 5 damage, and the target teleports 10 squares to an unoccupied space of the slaad’s choosing (and in its line of sight).",damage:"1d10 + 5 damage",category:1},{id:"4375c73f-ed52-44d8-a3e7-9af09ca12acb",name:"Croak of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 4; targets enemies",attack:{bonus:21,defence:1},description:"",details:"1d10 + 6 damage, and the target slides 4 squares.",damage:"1d10 + 6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:"This slaad prefers to attack enemies at range, confounding them with chaos bolt and using transpose target as often as it can to teleport enemies into the midst of its allies. When surrounded by multiple foes, it uses croak of chaos to knock them back."},{id:"047542eb-c80d-4474-9fc9-bb5f601f7be5",name:"Black Slaad (Void Slaad)",details:"",size:3,origin:1,type:2,keywords:"",level:20,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Primordial",skills:"Perception +14, Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:11},wisdom:{score:13},charisma:{score:17},hp:191,initiative:10,ac:32,fortitude:33,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"9a14191c-8501-4a8d-9c68-38fab9bc216c",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:25,defence:0},description:"",details:"2d10 + 7 damage, and ongoing 10 damage (save ends). Failed Save: The target loses a healing surge.",damage:"2d10 + 7 damage",category:1},{id:"752d4369-7d39-4a72-b6e3-501c0f7fd714",name:"Ray of Entropy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"2d10 + 3 damage, and the target is surrounded by a shroud of crackling energy (save ends). Any time the target takes damage, the shroud deals 1d10 damage to the target.",damage:"2d10 + 3 damage",category:1},{id:"f5aa4477-8bd4-41dd-bbc6-7af43486ae7a",name:"Zone of Oblivion",action:{action:7,trigger:"when reduced to 0 hit points;",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Close Burst 2",attack:{bonus:18,defence:2},description:"",details:"2d10 + 6 damage. A black void fills the zone, blocking line of sight and dealing 2d10 + 6 damage to any creature that enters or starts its turn in the area. The zone lasts until the end of the encounter.",damage:"2d10 + 6 damage",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"The black slaad teleports from place to place, zapping foes with its ray of entropy or raking them with its claws."},{id:"23647cd7-b4d3-4289-86ad-eef097ff44aa",name:"Deathrattle Viper",details:"",size:2,origin:4,type:1,keywords:"reptile",level:5,role:{type:2,flag:0,leader:!1},senses:"low-light vision",movement:"4, climb 4",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:19},intelligence:{score:2},wisdom:{score:10},charisma:{score:14},hp:75,initiative:6,ac:17,fortitude:16,reflex:18,will:16,regeneration:null,auras:[{id:"0c96449a-0f7c-4278-a8c6-a9729ef44de1",name:"Death Rattle",keywords:"Fear",details:"2: enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"0759eef0-b119-415d-b71d-9e721b1979eb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage, and the deathrattle viper makes a secondary attack against the same target. Secondary Attack: +6 vs. Fortitude; 1d8 + 2 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6 + 4 damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A deathrattle viper spreads its bite attacks around and lets its venom do its work."},{id:"010db2db-7564-44cc-98ec-fc780d8005fd",name:"Crushgrip Constrictor",details:"",size:3,origin:4,type:1,keywords:"reptile",level:9,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, climb 6, swim 6",alignment:"Unaligned",languages:"--",skills:"Perception +12, Stealth +12",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:16},intelligence:{score:2},wisdom:{score:17},charisma:{score:10},hp:96,initiative:9,ac:25,fortitude:25,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"1e313219-0344-4345-ac75-7228f4a9aedf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"1d10 + 6 damage, and the target is grabbed (until escape).",damage:"1d10 + 6 damage",category:1},{id:"5c4e66f4-cec6-4768-8273-459d4bda07e0",name:"Constrict",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Affects a target the crushgrip constrictor has grabbed",attack:{bonus:13,defence:1},description:"",details:"2d6 + 12 damage, and the target is dazed until the end of the crushgrip constrictor’s next turn.",damage:"2d6 + 12 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"This snake fearlessly singles out prey even in the middle of large groups. The crushgrip bites its chosen victim, grabs him, and then tries to squeeze him to death in subsequent rounds."},{id:"d2122a5d-4d7d-4a35-9c79-4de267c19bd2",name:"Flame Snake",details:"",size:2,origin:1,type:1,keywords:"fire, reptile",level:9,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:20},intelligence:{score:2},wisdom:{score:16},charisma:{score:10},hp:74,initiative:9,ac:23,fortitude:19,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"b3fe54f2-6c0b-4565-863d-46ec2907ddee",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 + 5 damage plus 1d6 fire damage.",damage:"1d6 + 5 damage plus 1d6 fire damage",category:1},{id:"8a9b95a0-cb49-4e37-b335-54a159525dd5",name:"Spit Fire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d6 + 5 fire damage, and ongoing 5 fire damage (save ends).",damage:"2d6 + 5 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"A flame snake instinctively tries to kill or incapacitate enemies at range, spitting fire at its prey. Only when its prey is badly burned does it slither in to kill with a bite."},{id:"d6e3f3c1-d7ec-4526-969d-b75aae4b650a",name:"Shadow Snake",details:"",size:3,origin:5,type:1,keywords:"reptile",level:16,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7, climb 7; see also shifting shadowstrike",alignment:"Evil",languages:"--",skills:"Perception +13, Stealth +20",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:25},intelligence:{score:4},wisdom:{score:10},charisma:{score:20},hp:158,initiative:17,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"f2189e4a-78a8-4deb-b071-74e46115eebe",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"5ea3c733-4992-4838-a1d2-7bb3fa652d4a",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"The shadow snake makes two bite attacks and shifts 1 square before, between, or after the attacks.",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"9175f915-379a-4ab0-83f8-8a87f9d7498b",name:"Shifting Shadowstrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:21,defence:0},description:"The shadow snake shifts 7 squares and makes a bite attack against two different targets at any points during its move.",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"d266c92b-ef68-44d7-bc89-7a82c9090ff6",name:"Vanish into the Night",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow snake gains the insubstantial and phasing qualities, and is invisible in dim light, until the end of its next turn.",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A shadow snake prefers to surprise foes using its natural stealth and cover of darkness. When it strikes, it uses shifting shadowstrike to weave through the front lines of its enemies while making bite attacks. On subsequent rounds, it uses double attack and tries to poison as many enemies as possible. When hard-pressed, the snake uses vanish into the night to escape."},{id:"ccb0adce-034c-4052-ae18-1ae09d859f39",name:"Sorrowsworn Soulripper",details:"",size:2,origin:5,type:2,keywords:"",level:25,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"10; see also sorrow’s rush",alignment:"",languages:"",skills:"Insight +27, Perception +27, Stealth +30",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:36},intelligence:{score:18},wisdom:{score:31},charisma:{score:22},hp:236,initiative:27,ac:39,fortitude:35,reflex:39,will:36,regeneration:null,auras:[],powers:[{id:"c1892ddd-cb8a-41cd-909f-92ce835c751f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"",details:"2d8 + 7 plus 2d8 psychic damage. Combat Advantage: The sorrowsworn soulripper deals an extra 3d6 damage on attacks against any target it has combat advantage against.",damage:"2d8 + 7 plus 2d8 psychic damage",category:1},{id:"601d8b79-65ff-47a4-8f8c-47cdf1478a8e",name:"Flutter and Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Teleportation",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"The sorrowsworn soulripper teleports 10 squares and makes a claw attack, gaining combat advantage against its target.",details:"2d8 + 7 plus 2d8 psychic damage. Combat Advantage: The sorrowsworn soulripper deals an extra 3d6 damage on attacks against any target it has combat advantage against.",damage:"2d8 + 7 plus 2d8 psychic damage",category:1},{id:"c0af01d3-2e4c-4e9e-a964-0d5a016af40c",name:"Sorrow’s Rush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Melee",attack:{bonus:30,defence:0},description:"The sorrowsworn soulripper moves up to 10 squares and makes three claw attacks at any points during its move. Each attack must be made against a different target.",details:"2d8 + 7 plus 2d8 psychic damage. Combat Advantage: The sorrowsworn soulripper deals an extra 3d6 damage on attacks against any target it has combat advantage against.",damage:"2d8 + 7 plus 2d8 psychic damage",category:1},{id:"6558c129-d816-48da-a959-9e75dfe8a3b5",name:"Bleak Visage",action:null,keywords:"Fear",condition:"",range:"Melee and ranged attacks made against the sorrowsworn soulripper take a –2 penalty to the attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"711bb1b8-b6f3-422a-9c52-b724eba2322b",name:"Sorrowsworn Reaper",details:"",size:2,origin:5,type:2,keywords:"",level:27,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"8, climb 8 (spider climb)",alignment:"Unaligned",languages:"Common",skills:"Insight +24, Intimidate +26, Perception +24",equipment:"robes, scythe",category:"",strength:{score:26},constitution:{score:30},dexterity:{score:32},intelligence:{score:18},wisdom:{score:22},charisma:{score:26},hp:254,initiative:26,ac:41,fortitude:38,reflex:39,will:38,regeneration:null,auras:[],powers:[{id:"677a06ed-48f7-4b58-b2f3-27f50c7a2c77",name:"Sorrow’s Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:32,defence:0},description:"",details:"4d10 + 8 psychic damage, and the target is marked until the end of the sorrowsworn reaper’s next turn.",damage:"4d10 + 8 psychic damage",category:1},{id:"159a23dc-cb83-4753-baf7-9e0a4ea6b95f",name:"Reaping Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Psychic",condition:"requires scythe;",range:"Melee Weapon",attack:{bonus:32,defence:0},description:"",details:"4d10 + 24 psychic damage, and the target is marked until the end of the sorrowsworn reaper’s next turn. If the target is reduced to 0 hit points or fewer by this attack, the sorrowsworn reaper regains 60 hit points.",damage:"4d10 + 24 psychic damage",category:1},{id:"6bce17dd-ebe2-4964-81a0-d0044b4127eb",name:"Bleak Visage",action:null,keywords:"Fear",condition:"",range:"Melee and ranged attacks made against the sorrowsworn reaper take a –2 penalty to the attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A reaper likes to focus on one enemy at a time, striking with its scythe. It waits until its victim is bloodied before using reaping blow."},{id:"11c8a567-7958-45b3-b893-2b7cf6f7db8a",name:"Sorrowsworn Deathlord",details:"",size:3,origin:5,type:2,keywords:"",level:28,role:{type:4,flag:0,leader:!0},senses:"darkvision",movement:"8, fly 10 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Insight +26, Perception +26, Stealth +32",equipment:"robes, scythe",category:"",strength:{score:28},constitution:{score:30},dexterity:{score:36},intelligence:{score:24},wisdom:{score:24},charisma:{score:30},hp:204,initiative:31,ac:42,fortitude:38,reflex:41,will:38,regeneration:null,auras:[{id:"fd411af6-162c-473f-89df-1694ed350714",name:"Mournful Whispers",keywords:"",details:"1: any enemy that starts its turn in the aura is dazed until the start of its next turn."}],powers:[{id:"3dd0edfc-2a4c-4aae-aed0-a3084d912af0",name:"Dark Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic, Weapon",condition:"",range:"Reach 2",attack:{bonus:32,defence:0},description:"",details:"4d10 + 9 necrotic and psychic damage, and the target is weakened until the end of the sorrowsworn deathlord’s next turn.",damage:"4d10 + 9 necrotic and psychic damage",category:1},{id:"164f8ef8-91f8-46cd-baef-5b55df175d52",name:"Reap and Fade",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Psychic, Teleportation, Weapon",condition:"",range:"Reach 2",attack:{bonus:32,defence:0},description:"The sorrowsworn deathlord makes a dark scythe attack, teleports 10 squares, and turns insubstantial until the start of its next turn.",details:"4d10 + 9 necrotic and psychic damage, and the target is weakened until the end of the sorrowsworn deathlord’s next turn.",damage:"4d10 + 9 necrotic and psychic damage",category:1},{id:"fa47cf67-a0e8-4b2b-b068-d172c184b5bd",name:"Bleak Visage",action:null,keywords:"Fear",condition:"",range:"Melee and ranged attacks made against the sorrowsworn deathlord take a –2 penalty to the attack roll.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A deathlord favors hit-and-run tactics, phasing in and out of walls between attacks. It uses reap and fade as often as it can, striking with its scythe and then teleporting to a more advantageous position."},{id:"324aefbc-1ea1-4853-b82c-05af7e5416d3",name:"Shadowraven Swarm",details:"",size:2,origin:5,type:1,keywords:"swarm",level:27,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 12 (hover)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:24},intelligence:{score:2},wisdom:{score:12},charisma:{score:18},hp:296,initiative:20,ac:39,fortitude:37,reflex:39,will:36,regeneration:null,auras:[{id:"1d85d843-f964-4745-a0e6-061edd5b8d71",name:"Swarm Attack",keywords:"",details:"1: the shadowraven swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"78f2a046-e49b-4411-aaae-cfde16fb07d4",name:"Swarm of Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:30,defence:2},description:"",details:"2d8 + 4 damage plus 1d8 necrotic damage.",damage:"2d8 + 4 damage plus 1d8 necrotic damage",category:1},{id:"587b17e5-2161-4244-ba8c-ceff0686924c",name:"Murder’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"usable only while bloodied;",range:"Melee",attack:{bonus:30,defence:2},description:"The shadowraven swarm shifts up to 6 squares and can move through enemy-occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The swarm cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",details:"2d8 + 4 damage plus 1d8 necrotic damage.",damage:"2d8 + 4 damage plus 1d8 necrotic damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Shadowravens without a sorrowsworn to command them behave much like normal crows. They only gather in swarms when commanded to do so by their sorrowsworn masters, attacking their masters’ foes without mercy. Once bloodied, a shadowraven swarm uses murder’s wrath to cut a swath through its enemies."},{id:"5479aad0-e9c2-4822-9a93-5cbaba00ec75",name:"Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:4,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +6, Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:30,initiative:8,ac:16,fortitude:16,reflex:16,will:17,regeneration:null,auras:[{id:"25f4b2d0-fb13-40e4-9b28-6cdf7a7fbc5c",name:"Spectral Chill",keywords:"Cold",details:"1: enemies in the aura take a –2 penalty to all defenses."}],powers:[{id:"04210c4f-6931-4e34-baa1-60f113e2fdc2",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:7,defence:2},description:"",details:"1d6 + 2 necrotic damage.",damage:"1d6 + 2 necrotic damage",category:1},{id:"d8d41e30-71cf-4a31-b844-b77119779f3f",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close Burst 2; targets enemies",attack:{bonus:7,defence:3},description:"",details:"2d6 + 2 psychic damage, and the target is knocked prone.",damage:"2d6 + 2 psychic damage",category:1},{id:"ea37dbde-db42-4f2f-91a4-49d1fbb353fd",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A specter moves invisibly among its enemies and catches as many of them as possible with its spectral barrage. Until the power recharges, it uses hit-and-run tactics combined with its spectral touch."},{id:"1f11c25c-5356-4280-b101-9a9d7a38a276",name:"Voidsoul Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:23,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +16, Stealth +24",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:26},intelligence:{score:11},wisdom:{score:10},charisma:{score:23},hp:115,initiative:23,ac:35,fortitude:32,reflex:35,will:34,regeneration:null,auras:[{id:"d37d3941-8b12-40fc-804e-ba1b3badf8d0",name:"Spectral Cold",keywords:"Cold",details:"1: an enemy that starts its turn in the aura takes 10 cold damage and takes a –2 penalty to all defenses until the start of its next turn."}],powers:[{id:"47871da3-3506-4867-a642-e952012e873b",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:25,defence:2},description:"",details:"2d12 + 6 necrotic damage.",damage:"2d12 + 6 necrotic damage",category:1},{id:"a7398df7-77ec-40d1-9258-8ab5415a2c7c",name:"Life Siphon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close Blast 5",attack:{bonus:25,defence:1},description:"",details:"2d12 + 6 necrotic damage, and the voidsoul specter regains 5 hit points for every creature damaged by the attack.",damage:"2d12 + 6 necrotic damage",category:1},{id:"2e713bb4-6458-4cd9-be21-c69e32912d0b",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"(1/round)",range:"",attack:null,description:"",details:"The voidsoul specter becomes invisible until it attacks or until it is hit by an attack. It remains invisible while using life siphon.",damage:"",category:3}],damageModifiers:[{type:7,value:0},{type:6,value:-30},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"The voidsoul specter sneaks up on its enemies and uses spectral touch round after round until it’s taken 25 or more points of damage, at which point it uses life siphon. If badly wounded, a voidsoul specter uses invisibility to relocate to a more advantageous tactical position."},{id:"0f969cff-611c-41e2-9e4a-1515c1f26365",name:"Sphinx",details:"",size:3,origin:3,type:3,keywords:"",level:16,role:{type:7,flag:1,leader:!1},senses:"darkvision",movement:"6, fly 8 (clumsy), overland flight 10",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +16, History +16, Insight +17, Intimidate +16, Perception +17, Religion +16",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:15},intelligence:{score:16},wisdom:{score:19},charisma:{score:16},hp:304,initiative:12,ac:35,fortitude:33,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"c08e83be-caec-41e1-b77b-80dc2dc87260",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"(see also sphinx’s challenge); 2d10 + 5 damage, and the target is marked until the end of the sphinx’s next turn.",damage:"2d10 + 5 damage",category:1},{id:"0eb35e30-1da6-4c46-9397-f49a8bbd906f",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"The sphinx moves up to 6 squares and makes a claw attack.",details:"(see also sphinx’s challenge); 2d10 + 5 damage, and the target is marked until the end of the sphinx’s next turn. If the attack hits, the target is knocked prone.",damage:"2d10 + 5 damage",category:1},{id:"470f9489-e809-475a-b23b-177921a74dd7",name:"Frightful Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fear",condition:"",range:"Close Burst 10",attack:{bonus:19,defence:3},description:"",details:"(see also sphinx’s challenge); the target takes a –2 penalty to attack rolls (save ends).",damage:"",category:3},{id:"74ca468d-6040-41f3-af32-d2c1a986501f",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The sphinx spends a healing surge and regains 75 hit points. The sphinx gains a +2 bonus to all defenses until the start of its next turn.",damage:"The sphinx spends a healing surge and regains 75 hit points",category:1},{id:"53de65e7-4bec-487a-818c-2b09cfcc14e3",name:"Sphinx’s Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sphinx poses a challenge out of combat (see sidebar). If the challenged creatures refuse to answer or fail to answer correctly, the sphinx gains the following benefits until the end of the encounter: +1 action point, an extra use of second wind, a +2 bonus to attack rolls, and a +2 bonus to all defenses.",damage:"+1 action point",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A sphinx greets intruders with its sphinx’s challenge before combat begins. If the intruders attack without provocation, or if they refuse or fail the challenge, the sphinx attacks them. A sphinx’s challenge usually requires intruders to answer a riddle, prove their ancestry, unravel a philosophical or theological puzzle, or simply cite an ancient password or holy verse. If intruders pass the sphinx’s challenge, the sphinx is bound to let them pass unharmed—at least for the moment. Intruders who damage or rob the guarded site (or otherwise prove their unworthiness) lose the protection of the ancient ritual binding the sphinx, and the monster is obligated to attack them. Once combat begins, a sphinx uses its frightful roar, targeting as many intruders as possible. It then fights a mobile battle, flying and pouncing as opportunity allows. It uses its second wind when bloodied."},{id:"cfe139e7-627b-45d5-bab4-153b66d948dc",name:"Deathjump Spider",details:"",size:2,origin:4,type:1,keywords:"spider",level:4,role:{type:6,flag:0,leader:!1},senses:"tremorsense 5",movement:"6, climb 6 (spider climb); see also prodigious leap",alignment:"Unaligned",languages:"--",skills:"Athletics +10 (+20 when jumping), Perception +9, Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:1},wisdom:{score:14},charisma:{score:8},hp:55,initiative:8,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"9acec088-ed3b-4a6d-931e-8d5e2e564df5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"2d6 + 3 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"2d6 + 3 damage",category:1},{id:"b792e8ea-4f31-4001-b6ce-c427ba1f5b25",name:"Death From Above",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"The deathjump spider leaps at its prey, shifting 6 squares and making a bite attack.",details:"2d6 + 3 damage, and the target takes ongoing 5 poison damage and is slowed (save ends both). On a hit, it deals an extra 1d6 damage and also knocks the target prone.",damage:"2d6 + 3 damage",category:1},{id:"02351c7f-bc5b-4f8c-959a-176ec7f354cf",name:"Prodigious Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deathjump spider shifts 10 squares.",damage:"The deathjump spider shifts 10 squares",category:2},{id:"1d323bc1-fac2-4df3-8458-b2c5877cf5ba",name:"Soft Fall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The deathjump spider ignores the fi rst 30 feet when determining damage from a fall.",damage:"the deathjump spider ignores the fi rst 30 feet when determining damage from a fall",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:"A deathjump spider often waits in ambush, hiding in a large tree or dark crevice, or under a thin layer of dirt and leaves resembling a trap door. It attacks by leaping at on prey using death from above. Once bloodied, it uses prodigious leap to make its escape."},{id:"fe9fe4dd-c6ba-448b-95bc-3c587644d19b",name:"Bloodweb Spider Swarm",details:"",size:2,origin:4,type:1,keywords:"spider, swarm",level:7,role:{type:7,flag:0,leader:!1},senses:"tremorsense 5",movement:"4, climb 4 (spider climb)",alignment:"Unaligned",languages:"--",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:24},intelligence:{score:1},wisdom:{score:16},charisma:{score:8},hp:80,initiative:12,ac:21,fortitude:16,reflex:20,will:16,regeneration:null,auras:[{id:"43ff5e50-cd11-429a-8386-a19e252926a1",name:"Swarm Attack",keywords:"",details:"1: the bloodweb spider swarm makes a basic attack as a free action against each enemy that begins its turn in the aura. In addition, an enemy that enters or starts its turn in the aura is slowed (save ends) by strands of crimson webbing."}],powers:[{id:"584767a6-08c9-4193-ad3d-6aea1d895f2e",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:10,defence:2},description:"",details:"2d6 + 2 damage, and ongoing 5 poison damage (save ends).",damage:"2d6 + 2 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Bloodweb spiders simply move toward the nearest living thing and swarm it. They usually avoid targets that are protected by dangerous auras."},{id:"b86969e7-18ac-4ed6-bee7-475418fb79a6",name:"Blade Spider",details:"",size:3,origin:4,type:1,keywords:"mount, spider",level:10,role:{type:2,flag:0,leader:!1},senses:"tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"--",skills:"Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:18},intelligence:{score:1},wisdom:{score:15},charisma:{score:10},hp:130,initiative:9,ac:22,fortitude:21,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"43336e78-3208-4b17-9573-e640ef9e8aa7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"",details:"1d8 + 5 damage, and the target takes ongoing 5 poison damage and is weakened (save ends both).",damage:"1d8 + 5 damage",category:1},{id:"7ef9e0f1-c02a-4dca-ade9-8f6a2dae072f",name:"Combined Attack",action:{action:7,trigger:"while mounted by a friendly rider of 10th level or higher;",sustainAction:0,use:0,recharge:""},keywords:"Mount, Poison",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"When the blade spider’s rider makes a melee attack, the blade spider makes a claw attack as a free action against the same target.",details:"1d8 + 5 damage. If the claw attack hits, instead of its normal effect, the attack deals ongoing 10 poison damage (save ends).",damage:"1d8 + 5 damage",category:5},{id:"7ea70082-470d-458f-a803-eaf3c5e1b1f7",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:13,defence:0},description:"The blade spider makes two claw attacks.",details:"1d8 + 5 damage, and the target takes ongoing 5 poison damage and is weakened (save ends both).",damage:"1d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Blade spiders lurk in crevices, pits, or bolt-holes in cavern floors or hidden under thick foliage. They attack with a sudden rush from below."},{id:"8f2e9890-89a1-46e7-8c2d-bf7d497cc850",name:"Demonweb Terror",details:"",size:4,origin:1,type:1,keywords:"spider",level:14,role:{type:3,flag:1,leader:!1},senses:"tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +13, Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:28},dexterity:{score:20},intelligence:{score:8},wisdom:{score:12},charisma:{score:16},hp:296,initiative:12,ac:30,fortitude:30,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"383aa5d8-de20-4d05-a918-9b4c474e6ea8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:17,defence:0},description:"",details:"1d10 + 7 damage, and the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d10 + 7 damage",category:1},{id:"e8441a84-e831-40ca-a012-26e61704c2cf",name:"Web",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"dc407593-64ec-4a08-97b0-4553d093119b",name:"Poison Spray",action:{action:0,trigger:"when first bloodied;",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close Blast 5",attack:{bonus:16,defence:1},description:"",details:"the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"the target takes ongoing 10 poison damage and is slowed (save ends both)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The demonweb terror uses webs to keep its prey entangled and immobilized while it navigates the battlefield and makes bite attacks. If it manages to kill something, it’s not above grabbing its slain victim and fleeing the battle to feast on its prize."},{id:"d4eab7e3-fe0c-47d1-8ff2-486fde2f891a",name:"Stirge",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"--",skills:"Stealth +8",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:22,initiative:7,ac:15,fortitude:12,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"7eb7eeb2-180e-4c7f-9914-2f51473142cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d4 damage, and the target is grabbed (until escape) and takes ongoing 5 damage until it escapes. An attached stirge doesn’t make attack rolls while grabbing a target and gains a +5 bonus to its AC and Reflex defenses.",damage:"1d4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A stirge or dire stirge attaches to its prey, feasts until it is bloodied or until its victim is reduced to 0 hit points, and then flies away."},{id:"c4fc2e11-64cc-4109-ad95-a5e440d3a46d",name:"Dire Stirge",details:"",size:1,origin:4,type:1,keywords:"",level:7,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"--",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:60,initiative:10,ac:21,fortitude:17,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"7eb7eeb2-180e-4c7f-9914-2f51473142cc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"1d6 damage, and the target is grabbed (until escape) and takes ongoing 10 damage until it escapes. A dire stirge doesn’t make attack rolls while grabbing a target and gains a +5 bonus to its AC and Reflex defenses.",damage:"1d6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A stirge or dire stirge attaches to its prey, feasts until it is bloodied or until its victim is reduced to 0 hit points, and then flies away."},{id:"b710cca5-124d-44b3-9f83-4770ffc0e8da",name:"Stirge Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:12,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"2, fly 6 (hover)",alignment:"Unaligned",languages:"--",skills:"Stealth +14",equipment:"",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:16},intelligence:{score:1},wisdom:{score:10},charisma:{score:4},hp:141,initiative:9,ac:24,fortitude:21,reflex:24,will:23,regeneration:null,auras:[{id:"10dd0abd-9641-4bcf-a068-606ef39f482d",name:"Swarm Attack",keywords:"",details:"1: the stirge swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"93b1f334-807d-4ccb-8e56-a1beca6a8dcd",name:"Bloodsucking Swarm",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"2d6 + 4 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 4 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:"Stirge swarms gave rise to the old dwarven saying: “I don’t have to outrun the stirges, I only have to outrun you.” A hungry swarm will chase its prey for miles, if need be."},{id:"084c3d93-bdc7-48f9-ac60-554b53852c05",name:"Swordwing",details:"",size:2,origin:0,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!1},senses:"low-light vision",movement:"6, fly 10 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Endurance +25, Perception +18, Stealth +24",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:24},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:234,initiative:21,ac:42,fortitude:40,reflex:38,will:32,regeneration:null,auras:[],powers:[{id:"677571c4-bd10-4799-ac09-8ed45765b3d1",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:30,defence:0},description:"",details:"(+32 vs. AC against a bloodied target); 2d6 + 9 damage (crit 2d6 + 21), and the target is marked until the end of the swordwing’s next turn; see also vicious opportunist. Vicious Opportunist: The swordwing’s opportunity attacks deal an extra 2d6 damage.",damage:"2d6 + 9 damage (crit 2d6 + 21)",category:1},{id:"b414fa9f-7498-4b8a-bf93-d7cd8bbf1615",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:30,defence:0},description:"The swordwing makes a melee basic attack against the enemy.",details:"(+32 vs. AC against a bloodied target); 2d6 + 9 damage (crit 2d6 + 21), and the target is marked until the end of the swordwing’s next turn. The attack deals an extra 2d6 damage if it hits.",damage:"2d6 + 9 damage (crit 2d6 + 21)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A swordwing swoops into battle and hacks enemies to pieces with its armblade, using its sudden strike power against those that try to shift away. The creature is incensed by the blood of its enemies and attacks bloodied foes with greater accuracy."},{id:"59b74757-22fc-4fd5-87f3-0699426be93d",name:"Crownwing",details:"",size:3,origin:0,type:2,keywords:"",level:26,role:{type:6,flag:0,leader:!0},senses:"low-light vision",movement:"6, fly 10 (hover); see also flyby attack",alignment:"Evil",languages:"Deep Speech",skills:"Arcana +22, Endurance +24, Intimidate +21, Perception +20, Stealth +27",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:28},intelligence:{score:18},wisdom:{score:15},charisma:{score:16},hp:238,initiative:24,ac:40,fortitude:36,reflex:38,will:32,regeneration:null,auras:[],powers:[{id:"cc9e5da8-286e-44db-88e0-739071d06c64",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:31,defence:0},description:"",details:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target.",damage:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target",category:1},{id:"0a5799f8-7fac-4ed4-919c-fae1159a697a",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:31,defence:0},description:"The crownwing fl es up to 10 squares and makes one melee basic attack at any point during that movement. The crownwing doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target.",damage:"2d6 + 10 damage (crit 2d6 + 22) plus an extra 2d6 damage if the crownwing is flanking the target",category:1},{id:"d230322b-001c-47f1-8cc3-2bec79910ddb",name:"Mark of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"allies gain a +2 bonus to attack rolls and deal +10 damage against the target.",damage:"allies gain a +2 bonus to attack rolls and deal +10 damage against the target",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The crownwing places its mark of death upon the foe it perceives as the most dangerous, then orders its underlings to attack that target while it takes out weaker prey using its armblade and flyby attack power."},{id:"5cd1def0-234b-496c-be36-32798933c5d3",name:"Tiefling Heretic",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"low-light vision",movement:"6",alignment:"Any",languages:"Common",skills:"Bluff +15, Insight +11, Stealth +15",equipment:"dagger",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:60,initiative:8,ac:20,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"ccf3c21a-1ebe-4301-b2b0-47fc46284f95",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:10,defence:0},description:"",details:"(+11 vs. AC against a bloodied target); 1d4 + 2 damage.",damage:"1d4 + 2 damage",category:1},{id:"5329be6a-7cf9-4f05-8c0f-047cc025475d",name:"Balefire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"(+10 vs. Reflex against a bloodied target); 1d8 + 5 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8 + 5 fire damage",category:1},{id:"95e647f2-3bb8-47b5-8056-80ff410a8516",name:"Serpent Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Psychic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"illusory snakes appear and attack the target;",details:"(+10 vs. Will against a bloodied target); 1d6 + 5 psychic damage, and ongoing 5 psychic damage (save ends).",damage:"1d6 + 5 psychic damage",category:1},{id:"530cda11-3e24-4f52-b822-c929971ca180",name:"Cloak of Escape ",action:{action:4,trigger:"when the tiefling heretic is hit by a melee attack;",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The tiefling heretic teleports 5 squares.",damage:"The tiefling heretic teleports 5 squares",category:5},{id:"56f93a5e-de7a-4ee4-a0d4-2228392a173d",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling heretic gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling heretic’s last turn. If the attack hits and deals damage, the tiefling heretic deals an extra 5 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-11}],resist:"",vulnerable:"",immune:"",tactics:"The tiefling heretic targets a potent foe with its serpent curse power, and then hurls balefire round after round. It avoids melee combat using its cloak of escape power."},{id:"9ed3de76-79a1-4579-8489-e3e343ad94be",name:"Tiefling Darkblade",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:4,flag:0,leader:!1},senses:"low-light vision",movement:"6; see also cloak of lurking",alignment:"Any",languages:"Common",skills:"Bluff +13, Stealth +15",equipment:"leather armor, poisoned short sword",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:20},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:64,initiative:12,ac:20,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"0a182f3d-3e87-4b50-9ab9-667beb2fc884",name:"Poisoned Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"(+13 vs. AC against a bloodied target); 1d6 + 5 damage, and the tiefling darkblade makes a secondary attack against the same target. Secondary Attack: +10 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d6 + 5 damage",category:1},{id:"c4b4273f-2ff6-42e8-93cb-e52914c96864",name:"Cloak of Lurking",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The tiefling darkblade teleports 5 squares and becomes invisible until the end of its next turn.",damage:"The tiefling darkblade teleports 5 squares and becomes invisible until the end of its next turn",category:2},{id:"8ca3ab1f-25c5-4ead-985b-2d92e9af4785",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling darkblade gains a +1 power bonus to its next attack roll against an enemy that hit it since the tiefling darkblade’s last turn. If the attack hits and deals damage, the tiefling darkblade deals an extra 3 damage.",damage:"if the attack hits and deals damage",category:3}],damageModifiers:[{type:3,value:-12}],resist:"",vulnerable:"",immune:"",tactics:"A tiefling darkblade remains hidden long enough to coat its blade with infernal venom. It uses cloak of lurking at opportune times to gain combat advantage."},{id:"b6d8d88d-02be-447c-9829-fa6e30381a36",name:"Treant",details:"",size:4,origin:2,type:3,keywords:"plant",level:16,role:{type:3,flag:1,leader:!1},senses:"low-light vision",movement:"8 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Nature +20, Stealth +14",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:12},intelligence:{score:14},wisdom:{score:24},charisma:{score:12},hp:316,initiative:9,ac:32,fortitude:32,reflex:27,will:32,regeneration:null,auras:[{id:"adcba687-5c3c-419e-b18b-fc51d18e7df3",name:"Grasping Roots",keywords:"",details:"3: nonflying enemies treat the area within the aura as difficult terrain."}],powers:[{id:"d9dc0945-51bc-4bd8-a074-61f6e839bf4b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:21,defence:0},description:"",details:"1d10 + 7 damage.",damage:"1d10 + 7 damage",category:1},{id:"9d33c5fa-71cd-4842-82a1-ce58bb5a5d26",name:"Awaken Forest",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area Burst 3 within 10",attack:{bonus:21,defence:0},description:"trees come alive and attack the treant’s enemies within the zone;",details:"1d10 + 7 damage. The treant makes new attack rolls when it sustains the zone.",damage:"1d10 + 7 damage",category:1},{id:"2202db24-d5cf-4f32-9986-3d71de68c7b7",name:"Earthshaking Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 2",attack:{bonus:19,defence:1},description:"",details:"2d6 + 7 damage, and the target is knocked prone if it’s Medium or smaller. Miss: Half damage, and the target is not knocked prone.",damage:"2d6 + 7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"Fire (a treant takes ongoing 5 fire damage [save ends] when damaged by fire)",immune:"",tactics:"A treant uses awaken forest at the start of battle and spends a minor action on subsequent rounds to sustain it. Meanwhile, it makes slam attacks. If surrounded by multiple melee combatants, the treant uses earthshaking stomp."},{id:"a519254d-c144-40da-bb31-4380f2785d56",name:"Blackroot Treant",details:"",size:4,origin:2,type:3,keywords:"plant, undead",level:19,role:{type:7,flag:1,leader:!1},senses:"low-light vision",movement:"6 (forest walk)",alignment:"Unaligned",languages:"Elven",skills:"Nature +18, Stealth +16",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:14},intelligence:{score:16},wisdom:{score:18},charisma:{score:22},hp:368,initiative:13,ac:36,fortitude:34,reflex:29,will:32,regeneration:null,auras:[{id:"fdebe33f-76ce-4148-8054-a5837acf5404",name:"Blackroot Aura",keywords:"Healing, Necrotic",details:"2: enemies in the aura at the start of their turns take 10 necrotic damage, while undead allies in the aura at the start of their turns regain 10 hit points."}],powers:[{id:"4a805239-e2c8-4422-b468-02ceeb3964d9",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 3",attack:{bonus:25,defence:0},description:"",details:"1d12 + 8 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d12 + 8 damage",category:1},{id:"3483c26b-34f1-4e66-b974-7c4a60cc694a",name:"Entangling Roots",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 4",attack:{bonus:23,defence:2},description:"",details:"the target is knocked prone and restrained (save ends). If the blackroot treant moves, slides, or is pushed more than 4 squares from the target, the target is no longer restrained.",damage:"or is pushed more than 4 squares from the target",category:3}],damageModifiers:[],resist:"",vulnerable:"fire (a blackroot treant takes ongoing 5 fire damage [save ends] when damaged by fire",immune:"",tactics:"A blackroot treant uses entangling roots up to three times per round. It then makes slam attacks against creatures it has restrained."},{id:"3bc93976-324b-431d-9aba-c1354b56d00c",name:"Troglodyte Warrior",details:"",size:2,origin:4,type:2,keywords:"reptile",level:12,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +14, Endurance +13, Perception +5",equipment:"light shield, club",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:12},intelligence:{score:6},wisdom:{score:11},charisma:{score:8},hp:1,initiative:6,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[{id:"74765c25-99de-4de3-9f09-bcd576be0a3e",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"1f9e107a-17e2-4e31-8f58-86a914811509",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte warrior pounds enemies with its club and relies on its horrid stench for added protection."},{id:"0aaf96b3-9c15-4aed-96c5-1ed0667fba92",name:"Troglodyte Mauler",details:"",size:2,origin:4,type:2,keywords:"reptile",level:6,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +12, Endurance +12",equipment:"greatclub, 2 javelins",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:6},wisdom:{score:15},charisma:{score:8},hp:74,initiative:6,ac:22,fortitude:21,reflex:18,will:19,regeneration:null,auras:[{id:"1efe2caf-78b4-4d3a-87ec-021101d1f197",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"940041ee-92c3-4a68-a05d-d69a9c4ad164",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"2d4 + 4 damage, and the target is marked until the end of the troglodyte mauler’s next turn.",damage:"2d4 + 4 damage",category:1},{id:"259eb7a9-3452-4df8-aa4b-b199f537aeb1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"7c9f14e3-bfe1-4e81-abf9-609fd0b30ab7",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round); requires combat advantage;",range:"Melee",attack:{bonus:10,defence:1},description:"",details:"1d6 + 4 damage, and until the end of the troglodyte mauler’s next turn, healing on the target restores only half the total amount.",damage:"1d6 + 4 damage",category:3},{id:"56df7912-fe61-485f-ac88-4627b5398038",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte mauler bludgeons foes to death with its stone greatclub and tries to flank enemies so that it can make bite attacks."},{id:"36bfd163-750a-4644-8f54-d9d4f63bc2bc",name:"Troglodyte Impaler",details:"",size:2,origin:4,type:2,keywords:"reptile",level:7,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +12, Endurance +13, Perception +9",equipment:"spear, quiver of 6 javelins",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:14},intelligence:{score:7},wisdom:{score:13},charisma:{score:9},hp:69,initiative:5,ac:22,fortitude:22,reflex:19,will:18,regeneration:null,auras:[{id:"3a93d17a-5d15-4ab2-a3d0-25bbfc0ab021",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"c49f7875-5ca7-4d84-9669-2410c566462f",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"01444509-fac8-4c6b-af0d-33f55d7052fc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"1aecf384-f09f-4ff6-8af2-3b0dd991ed6e",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"f259b206-c563-466f-a403-c7376d601dab",name:"Impaling Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Weapon",condition:"requires javelin;",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"2d6 + 4 damage, and the troglodyte impaler makes a secondary attack against the same target. Secondary Attack: +10 vs. Fortitude; the target is restrained (save ends).",damage:"2d6 + 4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte impaler stays on the fringe of battle and hurls javelins at enemies, using impaling shot as often as it can. If it runs out of javelins, or if enemies enter melee range, it switches to its spear."},{id:"c363c873-1ec2-4ee1-a893-b833657bec5b",name:"Troglodyte Curse Chanter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:3,flag:0,leader:!0},senses:"darkvision",movement:"5",alignment:"Chaotic Evil",languages:"Draconic",skills:"Dungeoneering +13, Endurance +14, Perception +13, Religion +9",equipment:"robes, quarterstaff , skull mask",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:12},intelligence:{score:10},wisdom:{score:18},charisma:{score:14},hp:93,initiative:5,ac:23,fortitude:22,reflex:17,will:22,regeneration:null,auras:[{id:"bfb85c91-bbe3-4dd6-be95-54444fc4b01c",name:"Troglodyte Stench",keywords:"",details:"1: living enemies in the aura take a –2 penalty to attack rolls."}],powers:[{id:"579566ee-2a8b-4374-9697-0642994678c9",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:12,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"6dab3307-4f3b-482f-a397-ea73ea2f70b7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d4 + 2 damage.",damage:"1d4 + 2 damage",category:1},{id:"108f0594-1b75-438d-a0a8-8a6d126fcd23",name:"Poison Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"1d6 + 5 poison damage, and the target is weakened (save ends).",damage:"1d6 + 5 poison damage",category:1},{id:"454858a6-cf0b-4c1f-b693-2f755e40ae91",name:"Cavern Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:11,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"the target takes ongoing 5 necrotic damage and is slowed (save ends both)",category:1},{id:"3e1ea30f-e47e-42c0-aaf0-fe7126f554ed",name:"Tunnel Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"(1/round)",range:"Close Burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the troglodyte curse chanter’s next turn",category:3},{id:"7f66e3da-08da-4eeb-a79d-1a2c9a2d1af8",name:"Chant of Renewal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close Burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troglodyte curse chanter uses tunnel grace to grant its allies a sudden burst of speed while targeting foes with its poison ray and cavern curse. The curse chanter keeps its distance and waits until two or more of its fellows are bloodied before using chant of renewal."},{id:"a794d35d-68c9-4423-9dc6-a6ec6116c625",name:"Troll",details:"",size:3,origin:4,type:2,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +15, Endurance +14, Perception +11",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:100,initiative:7,ac:20,fortitude:21,reflex:18,will:17,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"8acded01-4ffa-4f30-8350-431e1f129fc0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"",details:"2d6 + 6 damage; see also frenzied strike.",damage:"2d6 + 6 damage",category:1},{id:"f376b041-b767-4d6b-b356-c986f24a5dd2",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodies an ally;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:13,defence:0},description:"The troll makes a claw attack.",details:"2d6 + 6 damage.",damage:"2d6 + 6 damage",category:5},{id:"cf139c27-858e-4fc8-87c4-3521da92eeb0",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A troll wades into the midst of its enemies, relying on regeneration to keep it alive. Trolls are not clever, and they usually attack whichever enemy last did the most harm. Trolls fight to the death, except when confronted by enemies using fire or acid. Trolls usually try to flee from such foes once bloodied."},{id:"72ce47a5-3875-4e4d-8f9a-2d45aeb9671f",name:"War Troll",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"7",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +17, Endurance +15, Perception +15",equipment:"plate armor, greatsword, longbow, quiver of 30 arrows",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:110,initiative:12,ac:30,fortitude:29,reflex:25,will:25,regeneration:{value:10,details:"if the war troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"0132af67-d51e-4b6f-9130-d0cf8e2c68ec",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 7 damage, and the target is marked until the end of the war troll’s next turn. Threatening Reach: The war troll can make opportunity attacks against all enemies within its reach (2 squares).",damage:"1d12 + 7 damage",category:1},{id:"8acded01-4ffa-4f30-8350-431e1f129fc0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"2d6 + 7 damage. Threatening Reach: The war troll can make opportunity attacks against all enemies within its reach (2 squares).",damage:"2d6 + 7 damage",category:1},{id:"cf139c27-858e-4fc8-87c4-3521da92eeb0",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the war troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 15 hit points.",damage:"if the war troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0},{id:"fcaf749d-558e-413d-bfce-2300f7ecea58",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:20,defence:0},description:"",details:"1d12 + 3 damage.",damage:"1d12 + 3 damage",category:1},{id:"87eeaa89-ee41-40c3-a4f5-0098ac12a8e9",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires greatsword;",range:"Close Blast 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 7 damage, and the target is knocked prone.",damage:"1d12 + 7 damage",category:1},{id:"3b750e33-ccde-47a3-9395-fbf02a0bf8bb",name:"Blood Pursuit",action:{action:4,trigger:"when a bloodied enemy within 2 squares of the war troll moves or shifts;",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The war troll shifts 1 square closer to the enemy.",damage:"The war troll shifts 1 square closer to the enemy",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"War trolls control the battlefield with their sweeping strike power and their threatening reach. They don’t like to give ground, using blood pursuit to keep after enemies that try to slink away. War trolls only make claw attacks when deprived of their swords."},{id:"c58536d5-4165-41f2-a707-ff4a43db1df5",name:"Fell Troll",details:"",size:4,origin:4,type:2,keywords:"",level:20,role:{type:2,flag:1,leader:!1},senses:"",movement:"10",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +22, Endurance +23, Perception +16",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:10},intelligence:{score:5},wisdom:{score:13},charisma:{score:7},hp:360,initiative:10,ac:32,fortitude:38,reflex:30,will:31,regeneration:{value:15,details:"if the fell troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"8acded01-4ffa-4f30-8350-431e1f129fc0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"2d10 + 7 damage; see also blood frenzy.",damage:"2d10 + 7 damage",category:1},{id:"bfeeb72a-0866-40a0-b808-3ec85cab6c80",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fell troll gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies.",damage:"the fell troll gains a +1 bonus to attack rolls and a +2 bonus to damage rolls against bloodied enemies",category:0},{id:"cf139c27-858e-4fc8-87c4-3521da92eeb0",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the fell troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 20 hit points.",damage:"if the fell troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0},{id:"a69f3a68-36d4-49e3-8e53-2f33e5d84e69",name:"Backhand Slam",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Reach 3",attack:{bonus:21,defence:2},description:"",details:"2d6 + 7 damage, and the target is pushed 4 squares and knocked prone; see also blood frenzy.",damage:"2d6 + 7 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A fell troll charges into battle, tearing foes apart with its claws and knocking them about with backhand slam attacks."},{id:"2ee2a055-efb8-4dc4-9f9a-17747ca1f049",name:"Umber Hulk",details:"",size:3,origin:4,type:3,keywords:"",level:12,role:{type:7,flag:1,leader:!1},senses:"darkvision, tremorsense 5",movement:"5, burrow 2 (tunneling)",alignment:"Unaligned",languages:"--",skills:"Perception +13",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:248,initiative:11,ac:30,fortitude:33,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"9e33b63b-6d45-4331-87b6-0c21d6e6a033",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"",details:"2d6 + 8 damage.",damage:"2d6 + 8 damage",category:1},{id:"33f50264-bba2-4b40-a563-a9a0d8f8c1fa",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:18,defence:0},description:"The umber hulk makes two claw attacks.",details:"2d6 + 8 damage. If both claw attacks hit the same target, the target is grabbed (until escape). A grabbed target takes ongoing 10 damage from the umber hulk’s mandibles until it escapes. The umber hulk cannot make any other attacks while grabbing a creature.",damage:"2d6 + 8 damage",category:1},{id:"9ad094fe-ffbe-40f1-8c03-08a69e375309",name:"Confusing Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"(1/round)",range:"Close Blast 5; targets enemies",attack:{bonus:16,defence:3},description:"",details:"the target slides 5 squares and is dazed (save ends).",damage:"the target slides 5 squares and is dazed (save ends)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"An umber hulk charges into battle and makes a basic attack against its nearest foe, and then spends its action point to make a grabbing double attack against the same target. It uses confusing gaze as often as it can to confound its enemies."},{id:"260ab74e-bc84-4271-8aec-363d058f237b",name:"Shadow Hulk",details:"",size:4,origin:5,type:3,keywords:"",level:17,role:{type:7,flag:2,leader:!1},senses:"darkvision, tremorsense 10",movement:"6, burrow 4 (tunneling); phasing",alignment:"Unaligned",languages:"--",skills:"Perception +16",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:13},hp:860,initiative:14,ac:35,fortitude:38,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"9e33b63b-6d45-4331-87b6-0c21d6e6a033",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"",details:"3d6 + 11 damage.",damage:"3d6 + 11 damage",category:1},{id:"33f50264-bba2-4b40-a563-a9a0d8f8c1fa",name:"Grabbing Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 3",attack:{bonus:23,defence:0},description:"The shadow hulk makes two claw attacks.",details:"3d6 + 11 damage. If both claw attacks hit the same target, the target is grabbed (until escape). A grabbed target takes ongoing 15 damage from the shadow hulk’s mandibles until it escapes. The shadow hulk cannot make any other attacks while grabbing a creature.",damage:"3d6 + 11 damage",category:1},{id:"9ad094fe-ffbe-40f1-8c03-08a69e375309",name:"Maddening Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Psychic",condition:"(1/round)",range:"Close Blast 5; targets enemies",attack:{bonus:21,defence:3},description:"",details:"the target does nothing on its turn except attack its nearest ally, moving if necessary (save ends). The target makes only basic attacks while under this effect.",damage:"",category:3},{id:"8daaa370-b244-4808-be2d-dcfeb6264f02",name:"Claw Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"usable only while bloodied;",range:"Close Burst 3",attack:{bonus:23,defence:0},description:"",details:"3d6 + 11 damage.",damage:"3d6 + 11 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The shadow hulk often hides from view and uses its tremorsense to detect prey. It then phases through a wall or other obstruction and attacks with surprise, using its maddening gaze and grabbing double attack every round until it successfully grabs a creature with its mandibles."},{id:"1c3132d6-eafa-4da8-a931-2d219a32c1b1",name:"Unicorn",details:"",size:3,origin:2,type:3,keywords:"",level:9,role:{type:6,flag:0,leader:!0},senses:"low-light vision",movement:"8; see also fey step",alignment:"Unaligned",languages:"Elven",skills:"Nature +10, Perception +10",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:13},intelligence:{score:16},wisdom:{score:12},charisma:{score:17},hp:93,initiative:7,ac:23,fortitude:21,reflex:21,will:21,regeneration:null,auras:[{id:"98dec011-2570-4dea-b518-3243bdd93e00",name:"Fey Warding",keywords:"",details:"2: allies in the aura gain a +2 bonus to all defenses."}],powers:[{id:"9b14176c-c2f0-4d75-80d2-c93c3f1e82c4",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:14,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"ac671e75-ed5a-4843-95b7-4cdfdeeba527",name:"Piercing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The unicorn makes a charge attack:",details:"4d6 + 3 damage, and the target is pushed 1 square and knocked prone.",damage:"4d6 + 3 damage",category:1},{id:"c268b9e4-db40-44f1-ac7b-d9a492233ca7",name:"Horn Touch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"An adjacent ally can spend a healing surge or make a saving throw against one effect that a save can end.",damage:"",category:3},{id:"5708f5a0-bbfd-4ab1-8465-ba1f718baa23",name:"Fey Beguiling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when no creature is affected by the power;"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:12,defence:3},description:"",details:"the target cannot attack the unicorn, and the target must make opportunity attacks with a +2 bonus against any creature within reach that attacks the unicorn (save ends).",damage:"and the target must make opportunity attacks with a +2 bonus against any creature within reach that attacks the unicorn (save ends)",category:1},{id:"78e98071-b926-4839-ad67-8b11f3fd071b",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The unicorn can teleport 5 squares.",damage:"The unicorn can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A unicorn begins most encounters with a piercing charge. It then uses fey beguiling to prevent a nearby enemy from harming it while gaining a protector."},{id:"44e18b99-a076-4c3c-8404-381a88e25789",name:"Dusk Unicorn",details:"",size:3,origin:2,type:3,keywords:"",level:12,role:{type:3,flag:1,leader:!0},senses:"low-light vision",movement:"9; see also fey step",alignment:"Unaligned",languages:"Elven",skills:"Perception +12",equipment:"",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:17},wisdom:{score:13},charisma:{score:20},hp:236,initiative:8,ac:28,fortitude:28,reflex:26,will:28,regeneration:null,auras:[{id:"4d680876-7d99-4b7b-af19-c27fe967cfa5",name:"Fey Warding",keywords:"",details:"2: allies in the aura gain a +2 bonus to all defenses."}],powers:[{id:"9b14176c-c2f0-4d75-80d2-c93c3f1e82c4",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"ac671e75-ed5a-4843-95b7-4cdfdeeba527",name:"Piercing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The dusk unicorn makes a charge attack:",details:"4d8 + 5 damage, and the target is pushed 1 square and knocked prone.",damage:"4d8 + 5 damage",category:1},{id:"c268b9e4-db40-44f1-ac7b-d9a492233ca7",name:"Horn Touch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"An adjacent ally can spend a healing surge or make a saving throw against one effect that a save can end.",damage:"",category:3},{id:"5708f5a0-bbfd-4ab1-8465-ba1f718baa23",name:"Fey Wisp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Area Burst 5 within 10",attack:{bonus:18,defence:3},description:"",details:"dancing lights appear in the origin square, and the target is pulled 3 squares toward the origin square.",damage:"and the target is pulled 3 squares toward the origin square",category:1},{id:"78e98071-b926-4839-ad67-8b11f3fd071b",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The dusk unicorn can teleport 5 squares.",damage:"The dusk unicorn can teleport 5 squares",category:2},{id:"eeeedaae-bc2b-48b3-a21c-61926d5ce60c",name:"Twilight Teleport",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close Burst 5",attack:null,description:"",details:"affects willing allies only; the target is teleported 5 squares, appearing in an unoccupied space in the dusk unicorn’s line of sight.",damage:"the target is teleported 5 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A dusk unicorn likes to make piercing charge attacks. It uses fey wisp to lure enemies away from the battle, keeping them out of the fight as long as possible. The creature saves twilight teleport for when it needs to move its allies into positions where they can gain combat advantage."},{id:"29cf8761-43b0-49f9-9c9b-55d83d9ad82d",name:"Vampire Lord (Human Rogue)",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:4,flag:1,leader:!1},senses:"darkvision",movement:"8, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Acrobatics +15, Athletics +18, Bluff +13, Intimidate +13, Perception +10, Stealth +15, Thievery +15",equipment:"leather armor, short sword",category:"",strength:{score:26},constitution:{score:13},dexterity:{score:20},intelligence:{score:12},wisdom:{score:11},charisma:{score:16},hp:186,initiative:12,ac:29,fortitude:30,reflex:27,will:25,regeneration:{value:10,details:"regeneration does not function while the vampire lord is exposed to direct sunlight"},auras:[],powers:[{id:"99221986-fd09-4296-9a20-cdca56ce2008",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d6 + 8 damage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"1d6 + 8 damage",category:1},{id:"8d9e507e-35f7-415b-8f27-16469d014c61",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"2d4 + 8 damage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"2d4 + 8 damage",category:1},{id:"adc786b5-eb39-4edf-85b4-52aab5493267",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"The vampire lord moves up to 2 squares and makes a melee basic attack at a +2 bonus.",details:"Short Sword: 1d6 + 8 damage. or Spiked Chain: 2d4 + 8 damage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"1d6 + 8 damage",category:1},{id:"397b1bf8-1b85-4741-8e7b-7b8187b3f453",name:"Imperiling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:1},description:"",details:"1d6 + 10 damage, and the target takes a –3 penalty to AC and Reflex defenses until the end of the vampire lord’s next turn. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"1d6 + 10 damage",category:1},{id:"e154e4fa-82b6-4405-956a-76e66cf7332a",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when an adjacent creature becomes bloodied;"},keywords:"Healing",condition:"requires combat advantage;",range:"Melee",attack:{bonus:13,defence:1},description:"",details:"2d12 + 8 damage, the target is weakened (save ends), and the vampire lord regains 46 hit points; see also combat advantage. Combat Advantage: The vampire lord deals an extra 3d6 damage with its attacks against any target it has combat advantage against.",damage:"2d12 + 8 damage",category:1},{id:"83e83aa5-6fc1-4f1e-817d-a02769a128f6",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"the target is dominated (save ends, with a –2 penalty on the saving throw). Aftereffect: The target is dazed (save ends). The vampire lord can dominate only one creature at a time.",damage:"",category:3},{id:"eff11834-8527-44b6-ad32-3972042f1271",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The vampire lord becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The vampire lord can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The vampire lord becomes insubstantial and gains a fly speed of 12",category:1},{id:"0cd59a72-5fcb-4ed9-ba34-9e1f1b749198",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The vampire lord spends a healing surge and regains 46 hit points. The vampire gains a +2 bonus to all defenses until the start of its next turn.",damage:"The vampire lord spends a healing surge and regains 46 hit points",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The vampire lord uses its dominating gaze at the start of combat to turn an enemy into a temporary ally. It uses deft strike unless it has combat advantage, in which case it uses blood drain. Once bloodied, it spends its action point to use second wind."},{id:"5fc32f66-4b36-4278-aaa2-5797bc0de793",name:"Vampire Spawn Fleshripper",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Perception +4",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:6,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"b9309799-8ee0-4fdb-8f1c-1c4422b9ac84",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"5 necrotic damage (7 necrotic damage against a bloodied target).",damage:"5 necrotic damage (7 necrotic damage against a bloodied target)",category:1},{id:"414f93c6-f062-410e-8e7e-275d4b64bd32",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:"Vampire spawn prefer to tear enemies apart with their claws rather than resort to using weapons."},{id:"de8c8fd1-d5fb-4c0e-8e0b-9237b3dffefb",name:"Vampire Spawn Bloodhunter",details:"",size:2,origin:4,type:2,keywords:"undead",level:10,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Perception +7",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:8,ac:25,fortitude:22,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"b9309799-8ee0-4fdb-8f1c-1c4422b9ac84",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:16,defence:0},description:"",details:"6 necrotic damage (8 necrotic damage against a bloodied target).",damage:"6 necrotic damage (8 necrotic damage against a bloodied target)",category:1},{id:"414f93c6-f062-410e-8e7e-275d4b64bd32",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:"Vampire spawn prefer to tear enemies apart with their claws rather than resort to using weapons."},{id:"26c3ecb8-faef-48b9-bb36-340ffdacfdb2",name:"Vine Horror",details:"",size:2,origin:4,type:2,keywords:"plant",level:5,role:{type:3,flag:0,leader:!1},senses:"blindsight 10",movement:"6 (forest walk, swamp walk), swim 6",alignment:"Evil",languages:"Common, Elven",skills:"Perception +9, Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:21},intelligence:{score:9},wisdom:{score:14},charisma:{score:10},hp:67,initiative:7,ac:19,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"ccd5e4f6-4338-49f7-9962-22550f9062f3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"d1458cfd-c750-4352-80d7-007413d5122e",name:"Vicious Vines",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:10,defence:2},description:"",details:"the target is restrained and takes ongoing 10 damage (save ends both) as magical vines spring up out of the ground and crush it.",damage:"the target is restrained and takes ongoing 10 damage (save ends both) as magical vines spring up out of the ground and crush it",category:1},{id:"95590049-2e2c-4f8b-b6b7-12057610a3de",name:"Malleability",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack. Cracks and other openings that are more than 1 inch wide do not slow the vine horror at all.",damage:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The vine horror waits for enemies to come within 5 squares, at which point it uses vicious vines to restrain them. It then makes claw attacks against restrained foes, gaining combat advantage."},{id:"9c42275e-4f31-4c7b-92e5-774349c3e564",name:"Vine Horror Spellfiend",details:"",size:2,origin:4,type:2,keywords:"plant",level:7,role:{type:0,flag:0,leader:!1},senses:"blindsight 10",movement:"6 (forest walk, swamp walk), swim 6",alignment:"Evil",languages:"Common, Elven",skills:"Perception +10, Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:65,initiative:7,ac:19,fortitude:18,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"7787b95a-6b5a-472d-b94a-2ba31ee3b878",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"80d18c21-7e72-4f5d-a95b-1679a76cd82d",name:"Shock Orb",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:12,defence:0},description:"",details:"1d8 + 4 lightning damage.",damage:"1d8 + 4 lightning damage",category:1},{id:"5d437efa-3b83-45e4-954f-5ea2316e48c3",name:"Lashing Vine of Dread",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:10,defence:2},description:"",details:"1d6 + 4 damage, and the target is pushed 5 squares.",damage:"1d6 + 4 damage",category:1},{id:"8fee7b36-b173-446b-be9d-5184711d2abb",name:"Caustic Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Area Burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"1d6 + 3 acid damage, and the target takes ongoing 5 acid damage and is blinded (save ends both).",damage:"1d6 + 3 acid damage",category:1},{id:"deeabf0a-aa3a-41c6-a8ca-36ccb754fa48",name:"Malleability",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack. Cracks and other openings that are more than 1 inch wide do not slow the vine horror at all.",damage:"The vine horror can compress its body enough to squeeze through a 1-inch-wide crack",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The spellfiend drops a caustic cloud on multiple foes before hurling shock orbs at individual targets. Any enemy that gets too close is driven back by the creature’s lashing vine of dread."},{id:"89620313-0f32-4a8d-b8f9-dbb8142f39d1",name:"Warforged Soldier",details:"",size:2,origin:4,type:2,keywords:"living construct",level:4,role:{type:7,flag:0,leader:!1},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Endurance +8, Intimidate +7",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:56,initiative:6,ac:20,fortitude:17,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"6d799cce-21b2-4780-92de-c6563ae9dda6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage, and the target is marked until the end of the warforged soldier’s next turn; see also battlefield tactics.",damage:"1d8 + 4 damage",category:1},{id:"cd487fd9-92a4-4815-aede-d378217dd274",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"The warforged soldier gains a +1 bonus to melee attacks if it has an ally adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"637352d3-04be-48a6-8119-7672af89b8c1",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only usable while bloodied;",range:"",attack:null,description:"",details:"The warforged soldier gains 14 temporary hit points.",damage:"The warforged soldier gains 14 temporary hit points",category:3}],damageModifiers:[],resist:"Saving Throws +2 against ongoing damage",vulnerable:"",immune:"",tactics:"Warforged soldiers cooperate with each other, employing battlefield tactics to edge in and defeat foes."},{id:"15d8550e-c4af-493d-9d93-2891f40ab244",name:"Warforged Captain",details:"",size:2,origin:4,type:2,keywords:"living construct",level:6,role:{type:7,flag:0,leader:!0},senses:"",movement:"5",alignment:"Any",languages:"Common",skills:"Endurance +11, Intimidate +11",equipment:"plate armor, glaive",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:72,initiative:7,ac:22,fortitude:20,reflex:17,will:18,regeneration:null,auras:[{id:"155be4e7-74e7-4cb1-85c2-30a4f18fafc1",name:"Aura of Command",keywords:"",details:"10: allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"2130e3f8-71d6-4081-9965-63405c9636aa",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"",details:"2d4 + 5 damage, and the target is marked until the end of the warforged captain’s next turn; see also battlefield tactics.",damage:"2d4 + 5 damage",category:1},{id:"b8e4928d-1c1d-42f4-93c3-79fa54fec7aa",name:"Tactical Switch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Reach 2",attack:{bonus:11,defence:0},description:"The warforged captain makes a melee basic attack.",details:"2d4 + 5 damage, and the target is marked until the end of the warforged captain’s next turn. On a hit, the target slides 1 square, and the warforged captain or an ally within 10 squares of the warforged captain shifts 1 square; see also battlefield tactics.",damage:"2d4 + 5 damage",category:1},{id:"dff1ea33-f50a-4c6a-930c-679db75ed419",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"The warforged captain gains a +1 bonus to melee attacks if it has an ally adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"8dafcfe3-df90-4af9-aa10-0ea2ea8a6cd0",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only usable while bloodied;",range:"",attack:null,description:"",details:"The warforged captain gains 18 temporary hit points.",damage:"The warforged captain gains 18 temporary hit points",category:3}],damageModifiers:[],resist:"Saving Throws +2 against ongoing damage",vulnerable:"",immune:"",tactics:"A warforged captain uses tactical switch to pull enemies out of their fighting formation, creating holes that its allies can exploit. It tries to stay within 10 squares of its allies so that they benefit from its aura."},{id:"8eb10d40-ffd7-4f05-95d4-ba12671d9d28",name:"Deathlock Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"a13902c0-b483-40e9-82d4-ea0685f947c4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d6 necrotic damage, and the target loses 1 healing surge.",damage:"1d6 necrotic damage",category:1},{id:"5195f99f-ade3-4081-8ba7-ace627565899",name:"Grave Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"1d6 + 4 necrotic damage, and the target is immobilized (save ends).",damage:"1d6 + 4 necrotic damage",category:1},{id:"85c6f96f-5d04-499d-92cb-5afe0fd7809f",name:"Reanimate",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"affects a destroyed undead creature of a level no higher than the deathlock wight’s level + 2; the target stands as a free action with a number of hit points equal to one-half its bloodied value. This power does not affect minions.",damage:"affects a destroyed undead creature of a level no higher than the deathlock wight’s level + 2",category:3},{id:"c3c64c0f-5616-4024-a8ae-61379a564cf8",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"Close Blast 5",attack:{bonus:7,defence:3},description:"",details:"1d6 damage, and the target is pushed 3 squares.",damage:"1d6 damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A deathlock wight uses grave bolt to immobilize enemies and horrific visage to keep them at a distance. When its most powerful ally or bodyguard falls in battle, it uses reanimate to put it back in play."},{id:"98cf5f89-be11-4ea9-b7f2-27af91b6f02e",name:"Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:6},charisma:{score:15},hp:62,initiative:7,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"86b0092b-a19d-4faa-a7ba-246d6d7f651e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 necrotic damage, the target loses 1 healing surge, and the wight shifts 3 squares.",damage:"1d6 + 4 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A wight charges its enemies and tears them apart with its claws, shifting gleefully through their ranks and trying to flank them whenever possible."},{id:"18eb1399-4cbb-4f54-873b-56436dd7cf0d",name:"Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:9},charisma:{score:20},hp:98,initiative:7,ac:25,fortitude:22,reflex:18,will:22,regeneration:null,auras:[],powers:[{id:"c34d74c6-8859-4838-9c3a-1cddfaefaddd",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:15,defence:0},description:"",details:"1d8 + 5 damage, and the target loses 1 healing surge and is immobilized (save ends).",damage:"1d8 + 5 damage",category:1},{id:"fabd97b9-a14e-4e84-afc8-8c7835a308bb",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5; affects an immobilized target only",attack:{bonus:12,defence:1},description:"",details:"2d8 + 5 necrotic damage, and the battle wight regains 10 hit points.",damage:"2d8 + 5 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"This creature brazenly wades into battle, swinging its longsword decisively. It shifts away from enemies to use soul reaping, targeting foes who are immobilized by its longsword attacks."},{id:"508798bf-182c-4d64-9504-ca51f5c4b896",name:"Battle Wight Commander",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:0,leader:!0},senses:"darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +18, Perception +12",equipment:"plate armor, heavy shield, longsword",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:24},hp:106,initiative:12,ac:28,fortitude:26,reflex:23,will:26,regeneration:null,auras:[],powers:[{id:"c34d74c6-8859-4838-9c3a-1cddfaefaddd",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:18,defence:0},description:"",details:"1d8 + 7 damage, and the target is immobilized and weakened (save ends both) and loses 1 healing surge.",damage:"1d8 + 7 damage",category:1},{id:"fabd97b9-a14e-4e84-afc8-8c7835a308bb",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5; affects an immobilized target only",attack:{bonus:15,defence:1},description:"",details:"2d8 + 7 necrotic damage, and the battle wight commander and all undead allies within 2 squares of it regain 10 hit points.",damage:"2d8 + 7 necrotic damage",category:1}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A battle wight commander is a clever, resolute, and patient foe. The creature uses soul harvest as often as it can, positioning itself so that its undead allies can reap the healing benefits of the power as well."});Ni.push({id:"257522b8-efae-4704-b564-724efe1f4164",name:"Slaughter Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:18,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"7",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +13",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:9},charisma:{score:18},hp:182,initiative:14,ac:30,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"5c63e7b9-5893-43fb-90d2-dacf5f1d00e4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Melee",attack:{bonus:21,defence:0},description:"",details:"3d6 + 8 necrotic damage, the target loses 1 healing surge and is weakened (save ends), and the slaughter wight regains 15 hit points.",damage:"3d6 + 8 necrotic damage",category:1},{id:"dfadc598-ab97-4944-b9f5-46651fca9700",name:"Death Wail",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 5; targets enemies",attack:{bonus:21,defence:1},description:"",details:"2d6 + 4 necrotic damage. Undead allies in the burst can make a basic attack as a free action.",damage:"2d6 + 4 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"A slaughter wight revels in combat and attack ferociously with its claws, tending to single out weak or disadvantaged enemies. When slain, it unleashes a horrible death wail that spurs nearby undead allies."},{id:"030a56db-efc1-4723-962d-9ac0eae0583e",name:"Gray Wolf",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +7",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:2},wisdom:{score:13},charisma:{score:10},hp:38,initiative:5,ac:16,fortitude:14,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"de17c3ab-0e12-4dbd-a193-afa1b65caad1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 2 damage, or 2d6 + 2 damage against a prone target. Combat Advantage: If the gray wolf has combat advantage against the target, the target is also knocked prone on a hit.",damage:"1d6 + 2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Gray wolves work together to take down an enemy, usually focusing on the weakest in a group. They flank prey so that successful bite attacks knock the victim prone, allowing other wolves to deal greater damage."},{id:"3435078d-bce2-4da5-95c5-c389cdb789f9",name:"Dire Wolf",details:"",size:3,origin:4,type:1,keywords:"mount",level:5,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"8",alignment:"Unaligned",languages:"--",skills:"Perception +9",equipment:"",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:67,initiative:7,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"de17c3ab-0e12-4dbd-a193-afa1b65caad1",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:10,defence:0},description:"",details:"1d8 + 4 damage, or 2d8 + 4 damage against a prone target. Combat Advantage: The dire wolf gains combat advantage against a target that has one or more of the dire wolf’s allies adjacent to it. If the dire wolf has combat advantage against the target, the target is also knocked prone on a hit.",damage:"1d8 + 4 damage",category:1},{id:"0b8a0c63-dd72-4190-8e26-0ee43df7c1cc",name:"Pack Hunter",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 5th level or higher;",range:"",attack:null,description:"",details:"The dire wolf’s rider gains combat advantage against an enemy if it has at least one ally other than its mount adjacent to the target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Dire wolves use tactics similar to gray wolves, although they don’t necessarily need to flank an enemy to knock it prone."},{id:"3b22b8e9-bc99-4faf-9442-76ecc1b437b5",name:"Worg",details:"",size:3,origin:4,type:3,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +9, Stealth +12",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:17},intelligence:{score:7},wisdom:{score:10},charisma:{score:16},hp:120,initiative:7,ac:20,fortitude:20,reflex:18,will:18,regeneration:null,auras:[{id:"e7a267d7-c393-43e1-911e-d6fde594b42c",name:"Frightful Growl",keywords:"Fear",details:"3: enemies in the aura take a –1 penalty to attack rolls, and allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"1fd4d457-eb9b-4421-8871-d2099c2f1e23",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:12,defence:0},description:"",details:"2d6 + 5 damage, and ongoing 5 damage (save ends).",damage:"2d6 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Worgs don’t cooperate particularly well, as each seeks to slake its own thirst for slaughter."},{id:"92e4825b-1575-4957-970c-4df0ba381ca2",name:"Guulvorg",details:"",size:4,origin:4,type:3,keywords:"",level:16,role:{type:2,flag:1,leader:!1},senses:"darkvision",movement:"9",alignment:"Chaotic Evil",languages:"Abyssal",skills:"Perception +13",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:16},intelligence:{score:5},wisdom:{score:10},charisma:{score:15},hp:384,initiative:11,ac:31,fortitude:34,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"97aea78e-49a3-44ad-b082-2f853fd6c1c6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:19,defence:0},description:"",details:"2d12 + 8 damage, and the target is knocked prone.",damage:"2d12 + 8 damage",category:1},{id:"80f1a124-0109-4073-bd16-f8b6e0136030",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:17,defence:2},description:"",details:"2d8 + 8 damage, and the target is knocked prone and dazed (save ends).",damage:"2d8 + 8 damage",category:1},{id:"4eab93db-b507-465f-99b7-380804ec07da",name:"Guulvorg Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Reach 2; two targets",attack:{bonus:19,defence:0},description:"The guulvorg makes a bite attack against one target and tail slam against another; both attacks are made at a –2 penalty.",details:"Bite: Reach 2; 2d12 + 8 damage, and the target is knocked prone. Tail Slam: Reach 2; +17 vs. Reflex; 2d8 + 8 damage, and the target is knocked prone and dazed (save ends).",damage:"2d12 + 8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"A guulvorg prefers to make bite attacks against single foes. If engaged by two or more enemies, it uses guulvorg fury."},{id:"936133e2-900c-4d42-a3c2-0a8fd7a1d620",name:"Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing ; see also shadow glide",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +11",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:37,initiative:10,ac:16,fortitude:13,reflex:16,will:14,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"2ef7358f-0bd9-439a-af14-c494fd54acee",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Touch",attack:{bonus:8,defence:2},description:"",details:"1d6 + 4 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The wraith deals an extra 1d6 necrotic damage against any target it has combat advantage against.",damage:"1d6 + 4 necrotic damage",category:1},{id:"2077d287-2628-4339-a4d2-753659956df5",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wraith shifts 6 squares.",damage:"The wraith shifts 6 squares",category:2},{id:"dc9abb43-d517-46f4-a1fd-3b6737de20c7",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a wraith rises as a free-willed wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A wraith uses hit-and-run tactics and flanking to gain combat advantage, phasing through walls, doors, and other obstacles to break line of sight. When bloodied, the wraith flees, only to return after it has regenerated most or all of its damage."},{id:"b223c81c-ce20-426a-b376-dc34d05e964c",name:"Mad Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:3,flag:0,leader:!1},senses:"darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +6, Stealth +13",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:20},intelligence:{score:11},wisdom:{score:6},charisma:{score:19},hp:54,initiative:8,ac:18,fortitude:15,reflex:18,will:17,regeneration:null,auras:[{id:"d9751714-cc6e-4cf8-b177-1d7e9f1fad4d",name:"Mad Whispers",keywords:"Psychic",details:"3: deafened creatures are immune; any enemy in the aura at the start of its turn takes 5 psychic damage and is dazed until the start of its next turn. (If the mad wraith takes radiant damage, the aura is negated until the end of the mad wraith’s next turn.)"}],powers:[{id:"d4582734-a88d-42d8-988a-4ba5f3044735",name:"Touch of Madness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Melee Touch",attack:{bonus:8,defence:3},description:"",details:"1d6 + 5 psychic damage, and the target takes a –2 penalty to Will defense (save ends).",damage:"1d6 + 5 psychic damage",category:1},{id:"0bafb52e-e502-4fb8-b1c6-f4c891b4c03b",name:"Touch of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Melee Touch",attack:{bonus:9,defence:3},description:"",details:"2d6 + 4 psychic damage, and the target moves up to its speed and makes a basic attack against its nearest ally as a free action.",damage:"2d6 + 4 psychic damage",category:1},{id:"59ff8714-b2c5-46d1-b41c-b77572bbfeed",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a mad wraith rises as a free-willed mad wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A mad wraith likes to float over difficult terrain, making it hard for enemies to escape its mad whispers aura. It uses touch of chaos against an enemy whose Will defense is reduced by the creature’s touch of madness."},{id:"62128064-95ba-48ec-96c3-048865b30c7e",name:"Sword Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 8 (hover); phasing ; see also shadow glide",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +14, Stealth +20",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:12},charisma:{score:24},hp:90,initiative:19,ac:30,fortitude:29,reflex:30,will:32,regeneration:{value:10,details:"if the sword wraith takes radiant damage, regeneration is negated until the end of the sword wraith’s next turn"},auras:[],powers:[{id:"22bbcba1-3ffb-4bdb-821b-8f6b640f00fb",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:2},description:"",details:"2d8 + 7 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The sword wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against.",damage:"2d8 + 7 necrotic damage",category:1},{id:"16f8a088-f6e0-40c0-992c-575a0233f727",name:"Death Strike",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Melee Weapon",attack:{bonus:20,defence:2},description:"The sword wraith shifts 4 squares and makes a melee basic attack, dealing an extra 2d8 necrotic damage on a hit.",details:"2d8 + 7 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The sword wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against.",damage:"2d8 + 7 necrotic damage",category:5},{id:"7dd0f1c6-dc1a-45b8-a409-2d52d0b38616",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sword wraith shifts 6 squares.",damage:"The sword wraith shifts 6 squares",category:2},{id:"09c0bbb2-f6b6-4272-adb1-e4b1f99fe4ca",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sword wraith rises as a free-willed sword wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-20},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:"A sword wraith attacks from hiding, striking foes with its shadow sword and maneuvering into a flanking position whenever possible (perhaps with the aid of its shadow glide power). When bloodied, it uses its phasing ability to escape, returning once it has regenerated."},{id:"39c931ab-3ec6-4d8f-820f-fd1e6f5ce1c1",name:"Dread Wraith",details:"",size:3,origin:5,type:2,keywords:"undead",level:25,role:{type:4,flag:0,leader:!1},senses:"darkvision",movement:"fly 10 (hover); phasing ; see also shadow glide",alignment:"Chaotic Evil",languages:"Common",skills:"Perception +18, Stealth +26",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:28},intelligence:{score:14},wisdom:{score:12},charisma:{score:28},hp:124,initiative:25,ac:37,fortitude:33,reflex:37,will:37,regeneration:{value:20,details:"if the dread wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[{id:"e97ea688-a0dc-49eb-863f-5d2fa51e5919",name:"Shroud of Night",keywords:"",details:"5: bright light in the aura is reduced to dim light, and dim light becomes darkness."}],powers:[{id:"0305105e-8eae-42a3-a6d2-c382ca839adf",name:"Dread Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Reach 2",attack:{bonus:28,defence:2},description:"",details:"2d10 + 9 necrotic damage, and the target is weakened (save ends). Combat Advantage ✦ Necrotic: The dread wraith deals an extra 3d6 necrotic damage against any target it has combat advantage against.",damage:"2d10 + 9 necrotic damage",category:1},{id:"82625dc0-2678-4870-b73f-47cc45dc365f",name:"Death Shriek",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Psychic",condition:"",range:"Close Blast 3; targets enemies",attack:{bonus:27,defence:3},description:"",details:"4d6 + 9 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d6 + 9 psychic damage",category:5},{id:"e1876a40-8f13-4bfe-88cd-f49556d9f3ed",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dread wraith shifts 6 squares.",damage:"The dread wraith shifts 6 squares",category:2},{id:"49e34fc4-9e18-4896-8b09-eb64fd52191c",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a dread wraith rises as a free-willed dread wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-30},{type:9,value:15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear",tactics:"Dread wraiths are fearless combatants that like to flank enemies, using shadow glide or phasing through walls (as needed) to maneuver into position. If it takes radiant damage, it angrily attacks the source of that damage above all other targets."},{id:"16748ab9-a8f6-4074-9503-2bdc53bece6b",name:"Wyvern",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:10,role:{type:6,flag:0,leader:!1},senses:"low-light vision",movement:"4, fly 8 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +12",equipment:"",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:17},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:106,initiative:10,ac:24,fortitude:24,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"9d4c65f2-2433-425d-8d3a-3a6bfab89075",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:1},{id:"5a640b7f-889c-45ea-b873-811b461db000",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The wyvern can attack with its claws only while flying;",details:"1d6 + 7 damage, and the target is knocked prone.",damage:"1d6 + 7 damage",category:1},{id:"b570ef38-9de8-4569-abd8-f671141edecc",name:"Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 2",attack:{bonus:15,defence:0},description:"",details:"1d6 + 4 damage, and the wyvern makes a secondary attack against the same target. Secondary Attack: +13 vs. Fortitude; ongoing 10 poison damage (save ends).",damage:"1d6 + 4 damage",category:1},{id:"eb859d14-e8cb-4cfa-bed8-7f4379a17e6f",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:15,defence:0},description:"The wyvern fl ies up to 8 squares and makes one melee basic attack at any point during that movement. The wyvern doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"Bite: 1d8 + 7 damage. or Claws: 1d6 + 7 damage, and the target is knocked prone.",damage:"1d8 + 7 damage",category:1},{id:"9bed8b24-3287-4680-8337-f4272f5f48bc",name:"Aerial Agility",action:null,keywords:"Mount",condition:"while mounted by a rider of 10th level or higher;",range:"",attack:null,description:"",details:"While flying, the wyvern grants its rider a +2 bonus to all defenses.",damage:"the wyvern grants its rider a +2 bonus to all defenses",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The wyvern begins combat by using its flyby attack power to swoop down and knock an enemy prone with its claws. The creature then lands and alternates between sting and bite attacks. When bloodied, the wyvern takes to air again."},{id:"7e1e63d6-1b65-4151-b46c-9fc6a9d55bdc",name:"Fell Wyvern",details:"",size:3,origin:5,type:1,keywords:"reptile",level:24,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"6, fly 12 (hover); see also flyby attack",alignment:"Unaligned",languages:"--",skills:"Perception +19",equipment:"",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:20},intelligence:{score:2},wisdom:{score:15},charisma:{score:6},hp:228,initiative:19,ac:38,fortitude:42,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"4cb5f0b5-4de3-464a-a591-61c62d1593bb",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"2d8 + 10 damage.",damage:"2d8 + 10 damage",category:1},{id:"b4132ed8-e02f-4ccd-bb5d-7e3e0e7a3c06",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:0},description:"The fell wyvern can attack with its claws only while flying;",details:"2d6 + 10 damage, and the target is knocked prone.",damage:"2d6 + 10 damage",category:1},{id:"d51574b9-fd33-4ffe-8a89-dff75387a5c3",name:"Necrovenom Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"Reach 2",attack:{bonus:29,defence:0},description:"",details:"2d6 + 9 damage, and the fell wyvern makes a secondary attack against the same target. Secondary Attack: +27 vs. Fortitude; ongoing 20 necrotic and poison damage (save ends).",damage:"2d6 + 9 damage",category:1},{id:"d38c0f8f-4b2c-4ed6-a964-d2307afa3bbf",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:29,defence:0},description:"The fell wyvern flies up to 12 squares and makes one melee basic attack at any point during that movement. The fell wyvern doesn’t provoke opportunity attacks when moving away from the target of the attack.",details:"Bite: 2d8 + 10 damage. or Claws: 2d6 + 10 damage, and the target is knocked prone.",damage:"2d8 + 10 damage",category:1},{id:"72de3777-8736-4b75-832f-8a680f5c56b8",name:"Pestilent Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close Blast 5",attack:{bonus:27,defence:1},description:"",details:"2d10 + 9 necrotic damage, and ongoing 10 necrotic damage (save ends).",damage:"2d10 + 9 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:"A fell wyvern uses tactics similar to those of the common wyvern, except that it uses pestilent breath as often as it can."},{id:"08875206-5b63-48f6-93c2-887bdd14fe47",name:"Yuan-Ti Malison Sharp-Eye",details:"",size:2,origin:4,type:2,keywords:"reptile",level:13,role:{type:0,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +15, History +12, Insight +13, Perception +13, Stealth +17",equipment:"scimitar, longbow, quiver of 30 arrows",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:23},intelligence:{score:12},wisdom:{score:14},charisma:{score:18},hp:98,initiative:12,ac:27,fortitude:23,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"451168c5-b705-40ce-a4d5-65d0135b7bb7",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"1d8 + 4 damage (crit 2d8 + 12).",damage:"1d8 + 4 damage (crit 2d8 + 12)",category:1},{id:"d53a2352-d763-4bd8-a4e3-57ddc46d11bf",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:18,defence:0},description:"",details:"1d10 + 6 damage, and the yuan-ti malison sharp-eye makes a secondary attack against the same target. Secondary Attack: +16 vs. Fortitude; ongoing 5 poison damage, and the target is dazed (save ends both).",damage:"1d10 + 6 damage",category:1},{id:"eb6504f6-5f47-4b62-af70-8495308e28ae",name:"Chameleon Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti malison sharp-eye has concealment against attacks that originate more than 3 squares away.",damage:"The yuan-ti malison sharp-eye has concealment against attacks that originate more than 3 squares away",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A malison sharp-eye uses ranged attacks in preference to all other attacks. Its chameleon defense helps it remain hidden during an encounter."},{id:"2790c9e8-0712-402f-ad4d-305645a0270d",name:"Yuan-Ti Malison Incanter",details:"",size:2,origin:4,type:2,keywords:"reptile",level:15,role:{type:0,flag:0,leader:!0},senses:"",movement:"7; see also slither away",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +19, Bluff +19, History +19, Insight +18, Stealth +18",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:22},intelligence:{score:25},wisdom:{score:22},charisma:{score:25},hp:118,initiative:13,ac:29,fortitude:26,reflex:27,will:27,regeneration:null,auras:[{id:"5bd38ff0-5a0f-454a-ba12-69b56f273037",name:"Zehir’s Shield",keywords:"",details:"10: allies in the aura gain a +2 power bonus to all defenses."}],powers:[{id:"ecc27252-5530-40d0-9c55-e29f3677c28e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Melee",attack:{bonus:16,defence:1},description:"",details:"1d6 + 6 damage, and ongoing 5 poison damage (save ends).",damage:"1d6 + 6 damage",category:1},{id:"577aef93-ae90-470b-aa22-24245cafb71f",name:"Mindwarp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:20,defence:0},description:"",details:"2d6 + 7 psychic damage, and the target is dazed (save ends).",damage:"2d6 + 7 psychic damage",category:1},{id:"f0accc63-b741-4a70-92da-c3e4a66ad327",name:"Poisoned Domination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied;"},keywords:"Charm",condition:"",range:"Ranged 5; affects a creature taking ongoing poison damage",attack:{bonus:20,defence:3},description:"",details:"the target is dominated until the end of the incanter’s next turn. Aftereffect: The target is dazed (save ends).",damage:"",category:1},{id:"964e898a-c6ee-4960-a8b6-82f947e2627f",name:"Zehir’s Venom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Ranged 10; affects a creature taking ongoing poison damage",attack:{bonus:20,defence:1},description:"",details:"2d10 + 6 poison damage, and the target is dazed (save ends).",damage:"2d10 + 6 poison damage",category:1},{id:"8dbd315a-ca69-4c75-a725-2c3e876914eb",name:"Deflect Attack",action:{action:5,trigger:"when hit by an attack;",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally.",damage:"the yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally",category:5},{id:"d84e2cce-b0e8-4790-807c-27659a452876",name:"Slither Away",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses.",damage:"the yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A yuan-ti malison incanter uses mindwarp until one or more enemies are poisoned by its allies, at which point it targets them with poisoned domination and Zehir’s venom. The incanter remains adjacent to an ally at all times so that it can use deflect attack to avoid taking damage. If it is bloodied and defeat seems inevitable, the incanter uses slither away to escape."},{id:"296db668-462f-4379-ad65-af5ebd32fc93",name:"Yuan-Ti Malison Disciple of Zehir",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:3,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Bluff +21, History +18, Insight +17, Religion +18, Stealth +18",equipment:"morningstar",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:20},wisdom:{score:18},charisma:{score:26},hp:164,initiative:13,ac:31,fortitude:29,reflex:29,will:32,regeneration:null,auras:[{id:"00b34a42-aee4-4fae-983c-556a7d4a6aea",name:"Zehir’s Favor",keywords:"Healing, Poison",details:"10: allies in the aura at the start of their turns regain 5 hit points, while enemies in the aura at the start of their turns take 5 poison damage."}],powers:[{id:"ded05156-15b2-4ffa-ac63-aeba9bff94f4",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:22,defence:0},description:"",details:"1d10 + 3 damage, and the yuan-ti malison disciple of Zehir makes a secondary attack against the same target. Secondary Attack: +20 vs. Fortitude; ongoing 10 poison damage (save ends).",damage:"1d10 + 3 damage",category:1},{id:"36cc69ee-d794-42cd-af86-d1f8d5866f7f",name:"Soothing Words",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Charm",condition:"",range:"Ranged 5; the target must be able to hear the disciple of Zehir",attack:{bonus:24,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A disciple of Zehir uses soothing words to dominate its enemies, turning them against one another."},{id:"cceb3bda-6db1-4a71-8fa9-f19a52199176",name:"Yuan-Ti Abomination",details:"",size:3,origin:4,type:2,keywords:"reptile",level:14,role:{type:7,flag:0,leader:!1},senses:"",movement:"7, climb 7",alignment:"Evil",languages:"Draconic",skills:"Endurance +15, Intimidate +14, Stealth +14",equipment:"heavy shield, bastard sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:140,initiative:13,ac:30,fortitude:30,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"fc138f74-6bfa-4b1e-96c4-aaa52c6e95d9",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Reach 2",attack:{bonus:20,defence:0},description:"",details:"1d12 + 6 damage (crit 2d12 + 18), and the target is marked until the end of the yuan-ti abomination’s next turn and takes ongoing 5 poison damage (save ends).",damage:"1d12 + 6 damage (crit 2d12 + 18)",category:1},{id:"4df9168e-abd5-4201-8c13-afa23fbd27bd",name:"Grasping Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(1/round)",range:"Reach 2",attack:{bonus:18,defence:2},description:"",details:"the target is pulled 1 square and grabbed (until escape). The yuan-ti abomination can grab only one creature at a time.",damage:"the target is pulled 1 square and grabbed (until escape)",category:3},{id:"2fc5d858-bd90-4b92-8677-a508090b394f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Grabbed target only",attack:{bonus:18,defence:1},description:"",details:"1d12 + 5 poison damage, and ongoing 10 poison damage (save ends).",damage:"1d12 + 5 poison damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A yuan-ti abomination attacks with its scimitar and its grasping coils every round. If it succeeds in grabbing an enemy and there are no other foes opposing it, it bites the grabbed foe. Otherwise, it holds that enemy in place while it attacks another target with its scimitar."},{id:"8443faf6-0773-4245-867c-d1b8e0107c3f",name:"Yuan-Ti Anathema",details:"",size:4,origin:4,type:3,keywords:"reptile",level:21,role:{type:6,flag:1,leader:!1},senses:"",movement:"8; see also swarm of snakes and trample",alignment:"Evil",languages:"Draconic",skills:"Perception +17",equipment:"",category:"",strength:{score:25},constitution:{score:30},dexterity:{score:23},intelligence:{score:5},wisdom:{score:15},charisma:{score:22},hp:412,initiative:18,ac:37,fortitude:39,reflex:35,will:35,regeneration:null,auras:[],powers:[{id:"5dae8211-224d-4861-89ac-7f8e78e8fd19",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"bdba5f30-d741-4d18-9b74-696d0df3f205",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"The yuan-ti anathema makes two slam attacks, each against a different target.",details:"2d6 + 7 damage, and ongoing 10 poison damage (save ends).",damage:"2d6 + 7 damage",category:1},{id:"7b833f79-df45-4aea-9b80-4f157af9933c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Reach 3",attack:{bonus:26,defence:0},description:"",details:"2d8 + 7 damage, and the yuan-ti anathema makes a secondary attack against the same target. Secondary Attack: +24 vs. Fortitude; the target takes ongoing 15 poison damage and a –4 penalty to attack rolls (save ends both).",damage:"2d8 + 7 damage",category:1},{id:"d3aa5c6a-c8c5-4e9b-9966-c55ca5aa8b18",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:2},description:"The yuan-ti anathema can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the anathema must end its move in an unoccupied space. When it enters an enemy’s space, the anathema makes a trample attack:",details:"2d6 + 7 damage, and the target is knocked prone.",damage:"2d6 + 7 damage",category:1},{id:"b6b6728e-8f20-4cb0-b049-265b1ed15d4f",name:"Horde of Snakes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when the yuan-ti anathema uses swarm of snakes;"},keywords:"Poison",condition:"",range:"Close Burst 1",attack:{bonus:26,defence:1},description:"",details:"2d4 + 6 damage, and ongoing 10 poison damage (save ends).",damage:"2d4 + 6 damage",category:1},{id:"0a2d145a-94fa-42b8-abf1-b4d9c8c9670b",name:"Swarm of Snakes",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti anathema collapses into hundreds of snakes, which shift up to 8 squares away and then re-form as the anathema in an unoccupied space. The anathema ignores difficult terrain while moving in this fashion.",damage:"which shift up to 8 squares away and then re-form as the anathema in an unoccupied space",category:2}],damageModifiers:[{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:"The anathema normally begins battle by trampling several foes, and then spends its action point to bite the nearest enemy. On subsequent rounds, it alternates between biting a single enemy and using its double attack against two targets. If closely pressed by three or more foes, the anathema uses horde of snakes and swarm of snakes to attack all nearby targets, slither away, and reform in a new spot."},{id:"57e86a12-d4b1-4afa-a959-28c706bffa80",name:"Snaketongue Initiate",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"",equipment:"leather armor, poisoned greatsword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:5,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"3ab00ed8-3bed-42d9-94d5-6e2f425d7fc2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:11,defence:0},description:"",details:"5 damage, and the snaketongue initiate makes a secondary attack against the same target. Secondary Attack: +9 vs. Fortitude; ongoing 2 poison damage (save ends).",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Poison drips from the blade of the initiate’s sword, which it swings with great zeal. The initiate gladly sacrifices itself to protect its yuan-ti masters."},{id:"7615f71d-e148-4115-8fcd-66c9d60361f3",name:"Snaketongue Zealot",details:"",size:2,origin:4,type:2,keywords:"human",level:12,role:{type:9,flag:3,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"Perception +6",equipment:"leather armor, poisoned greatsword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:7,ac:25,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"3ab00ed8-3bed-42d9-94d5-6e2f425d7fc2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:16,defence:0},description:"",details:"6 damage, and the snaketongue initiate makes a secondary attack against the same target. Secondary Attack: +14 vs. Fortitude; ongoing 3 poison damage (save ends).",damage:"6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"The snaketongue zealot tries to strike down Zehir’s hated enemies, cutting deep into infidels with its poisoned greatsword."},{id:"fe78642d-1c60-46f1-b899-d94a69999ad8",name:"Snaketongue Warrior",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:2,flag:0,leader:!1},senses:"",movement:"6",alignment:"Chaotic Evil",languages:"Common, Draconic",skills:"Religion +10",equipment:"leather armor, poisoned greatsword",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:106,initiative:6,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"3ab00ed8-3bed-42d9-94d5-6e2f425d7fc2",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:13,defence:0},description:"",details:"1d10 + 3 damage (1d10 + 5 damage while bloodied) and the snaketongue warrior makes a secondary attack against the same target. Secondary Attack: +11 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d10 + 3 damage (1d10 + 5 damage while bloodied) and the snaketongue warrior makes a secondary attack against the same target",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"Snaketongue warriors charge into battle, doing their utmost to keep their vile masters safe."},{id:"1ebf190a-e503-4980-bd94-5a5fdaf7a879",name:"Snaketongue Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger, human",level:9,role:{type:4,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Religion +11, Stealth +14",equipment:"leather armor, poisoned dagger",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:20},intelligence:{score:14},wisdom:{score:18},charisma:{score:14},hp:80,initiative:13,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"058c1cf8-2492-4e07-9c5e-25bf22b67320",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d4 + 3 damage, and ongoing 10 poison damage (save ends).",damage:"1d4 + 3 damage",category:1},{id:"43a35546-d774-405b-ae5b-446058e34c6e",name:"Crowd Shield",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The snaketongue assassin gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it, or a +4 bonus if two or more creatures are adjacent to it.",damage:"The snaketongue assassin gains a +2 bonus to its AC and Reflex defense if it has one creature adjacent to it",category:0},{id:"55adfe8f-60b9-48d7-a971-c2cb2acd1dea",name:"Serpent Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The snaketongue assassin transforms into a crushgrip constrictor (page 240). Any equipment the assassin is carrying merges with the new form. The assassin uses the crushgrip constrictor’s statistics instead its own, except for hit points. Reverting to its true form is a minor action.",damage:"",category:2}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"A snaketongue assassin stealthily approaches an enemy in human form and usually remains in this form until bloodied, at which point it transforms into a crushgrip constrictor. While in human form, it tries to stay close to its allies and enemies to gain the benefits of crowd shield."},{id:"a49aed21-8ee8-42fa-83af-21471439ebb0",name:"Snaketongue Celebrant",details:"",size:2,origin:4,type:2,keywords:"shapechanger, human",level:11,role:{type:3,flag:0,leader:!1},senses:"",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Diplomacy +15, Insight +14, Intimidate +15, Perception +14, Religion +13",equipment:"hooded robe, poisoned scimitar",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:19},intelligence:{score:16},wisdom:{score:19},charisma:{score:21},hp:117,initiative:9,ac:24,fortitude:22,reflex:20,will:24,regeneration:null,auras:[],powers:[{id:"b20bc2c4-3d8b-429a-a026-aa8b36f5a3e9",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Melee Weapon",attack:{bonus:14,defence:0},description:"",details:"1d8 + 3 damage (crit 2d8 + 11), and the snaketongue celebrant makes a secondary attack against the same target. Secondary Attack: +12 vs. Fortitude; ongoing 5 poison damage (save ends).",damage:"1d8 + 3 damage (crit 2d8 + 11)",category:1},{id:"4f261f4d-9455-4c33-bda5-418dc9b5eeb1",name:"Serpent’s Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:14,defence:3},description:"a whip of amber-colored energy lashes the target;",details:"1d8 + 5 psychic damage, and the target grants combat advantage to all of its enemies until the end of the yuan-ti celebrant’s next turn.",damage:"1d8 + 5 psychic damage",category:1},{id:"59faadf2-1651-459f-af0d-dcf74a610b60",name:"Coils of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area Burst 5 within 10; targets enemies",attack:{bonus:14,defence:2},description:"",details:"the target is restrained (save ends) by writhing coils of green energy.",damage:"",category:1},{id:"777c1613-7426-4239-b1a2-a12440c88880",name:"Serpent’s Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The snaketongue celebrant transforms into a crushgrip constrictor (page 240). Any equipment the celebrant is carrying merges with the new form. The celebrant uses the crushgrip constrictor’s statistics instead its own, except for hit points. Reverting to its true form is a minor action.",damage:"",category:2}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:"The celebrant uses coils of despair to restrain foes, saving serpent’s lash for enemies that its allies cannot reach easily. In melee combat, the celebrant prefers to fight in serpent form."},{id:"fe5c0432-b48c-49e4-a689-7400216d85dc",name:"Zombie Rotter",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"Perception -1",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:1,initiative:-2,ac:13,fortitude:13,reflex:9,will:10,regeneration:null,auras:[],powers:[{id:"be4960c4-bba7-4327-976e-cf6027a0d2dd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[{type:7,value:0}],resist:"",vulnerable:"",immune:"disease",tactics:"Zombie rotters swarm the nearest living target and beat it to death."},{id:"4cbcfe62-c2ec-4845-b2d7-1a5223f316eb",name:"Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:40,initiative:-1,ac:13,fortitude:13,reflex:9,will:10,regeneration:null,auras:[],powers:[{id:"be4960c4-bba7-4327-976e-cf6027a0d2dd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"2d6 + 2 damage.",damage:"2d6 + 2 damage",category:1},{id:"7759e7e9-5134-4855-bd78-eff5f9e16a1c",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:4,defence:2},description:"",details:"the target is grabbed (until escape). Checks made to escape the zombie’s grab take a –5 penalty.",damage:"",category:1},{id:"c642cda2-e65f-49b7-9a38-32672ca72e14",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"When two or more zombies attack a single foe, one of them uses zombie grab to prevent the foe’s escape."},{id:"bd7bd0a0-6776-422c-a983-6a95e69787e2",name:"Gravehound",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"8",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:13},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:54,initiative:2,ac:14,fortitude:14,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"2f47a417-635c-4d86-8c0f-87bf21748c3c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage, and the target takes ongoing 5 necrotic damage (save ends) and is knocked prone if it is Medium size or smaller.",damage:"1d6 + 3 damage",category:1},{id:"e5c605af-1553-45a4-8806-cc9485aeffb3",name:"Death Jaws",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Necrotic",condition:"",range:"Melee",attack:{bonus:7,defence:0},description:"The gravehound makes a bite attack against a target within its reach.",details:"1d6 + 3 damage, and the target takes ongoing 5 necrotic damage (save ends) and is knocked prone if it is Medium size or smaller.",damage:"1d6 + 3 damage",category:5},{id:"7d325cf0-4c94-406e-afde-09d20f3fb7a4",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the gravehound reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"A gravehound uses its speed to overtake prey. When it dies, it makes one final bite attack against a living creature within reach."},{id:"d6cdf72b-5072-4a6c-91c1-c5564d969946",name:"Corruption Corpse",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:0,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:13},intelligence:{score:4},wisdom:{score:12},charisma:{score:3},hp:46,initiative:3,ac:17,fortitude:16,reflex:14,will:14,regeneration:{value:5,details:"if the corruption corpse takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"7650021a-e426-40a9-a3c0-536178df510a",name:"Grave Stench",keywords:"",details:"1: living enemies in the aura take a –5 penalty to attack rolls."}],powers:[{id:"0354edb2-5cc6-4937-a649-24f91f14d284",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:8,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"d290c40e-df2a-4d05-88af-e2ec2962dc59",name:"Mote of Corruption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"The corruption corpse hurls a black glob of necrotic filth.",details:"2d6 + 3 necrotic damage, and the target is weakened (save ends).",damage:"2d6 + 3 necrotic damage",category:1},{id:"f6d3569d-6759-4145-b2eb-34d980a419e1",name:"Death Burst",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 1",attack:{bonus:7,defence:1},description:"The corruption corpse explodes.",details:"2d6 + 3 necrotic damage.",damage:"2d6 + 3 necrotic damage",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The corruption corpse hurls globs of necrotic matter at living creatures until one or more living creatures close to within melee range, at which point it makes slam attacks."},{id:"25a4ca4c-c580-43a3-9d5b-cfdf9935b846",name:"Rotwing Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"darkvision",movement:"4, fly 4 (clumsy)",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:14},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:54,initiative:6,ac:17,fortitude:16,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"c714b3a3-6ce7-44f7-98d4-c4fc9c012256",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Melee",attack:{bonus:9,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"a07da36c-b828-4881-b6b3-39b8cb42b1f2",name:"Flying Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When flying, the rotwing zombie deals an extra 2d6 damage on a successful charge attack.",damage:"the rotwing zombie deals an extra 2d6 damage on a successful charge attack",category:0},{id:"2e5e69e6-95b7-47fc-837b-b4889b7b9d9f",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the rotwing zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"The rotwing zombie often perches silently on a ledge or precipice. It swoops down and makes a flying charge against the nearest enemy."},{id:"5cfaa82b-0b6c-41d5-ab24-7ba9cf42a1f8",name:"Chillborn Zombie",details:"",size:2,origin:4,type:0,keywords:"cold, undead",level:6,role:{type:7,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:10},intelligence:{score:2},wisdom:{score:10},charisma:{score:6},hp:71,initiative:5,ac:22,fortitude:20,reflex:16,will:16,regeneration:null,auras:[{id:"aa9bde39-88ff-4230-ba61-c873e7a2094a",name:"Chillborn Aura",keywords:"Cold",details:"2: any creature that enters or begins its turn in the aura takes 5 cold damage. Multiple chillborn auras deal cumulative damage."}],powers:[{id:"b5ca2077-842b-4902-991a-106211d035a8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"Melee",attack:{bonus:11,defence:0},description:"",details:"1d6 + 4 damage, and the target is immobilized until the end of the chillborn zombie’s next turn and takes ongoing 5 cold damage (save ends); see also ice reaper.",damage:"1d6 + 4 damage",category:1},{id:"aa1a1786-d41c-495b-b22c-a7ef814dd32e",name:"Death Burst",action:{action:0,trigger:"when reduced to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"Cold",condition:"",range:"Close Burst 1",attack:{bonus:9,defence:1},description:"The chillborn zombie explodes.",details:"2d6 + 2 cold damage, and the target is slowed (save ends).",damage:"2d6 + 2 cold damage",category:5},{id:"82b72e78-daaf-4672-a4a3-a69952113d35",name:"Ice Reaper",action:null,keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The chillborn zombie deals an extra 5 cold damage to an immobilized creature.",damage:"the chillborn zombie deals an extra 5 cold damage to an immobilized creature",category:0}],damageModifiers:[{type:7,value:0},{type:2,value:-10},{type:6,value:-10},{type:3,value:5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:"If it succeeds in immobilizing the target with its slam attack, the chillborn zombie uses ice reaper on its next turn."},{id:"806db60f-9e98-4276-b07d-ad12b5923f8b",name:"Zombie Hulk",details:"",size:3,origin:4,type:0,keywords:"undead",level:8,role:{type:2,flag:0,leader:!1},senses:"darkvision",movement:"4",alignment:"Unaligned",languages:"--",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:88,initiative:2,ac:20,fortitude:23,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"c825b915-ca82-402b-8c58-4e90a0626d41",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"Reach 2",attack:{bonus:12,defence:0},description:"",details:"2d8 + 5 damage.",damage:"2d8 + 5 damage",category:1},{id:"74b14372-4a24-4d04-9e02-3ac87eeceacc",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Reach 2; targets Medium size or smaller creature",attack:{bonus:12,defence:0},description:"",details:"4d8 + 5 damage, and the target is knocked prone.",damage:"4d8 + 5 damage",category:1},{id:"81c397f3-5084-4de0-8d85-28982cd658be",name:"Rise Again",action:{action:0,trigger:"the first time the zombie hulk drops to 0 hit points;",sustainAction:0,use:3,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a new initiative check for the zombie hulk. On its next turn, the zombie hulk rises (as a move action) with 44 hit points.",damage:"the zombie hulk rises (as a move action) with 44 hit points",category:5}],damageModifiers:[{type:7,value:0},{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:"The zombie hulk uses zombie smash on creatures smaller than itself. When it falls in battle, it doesn’t stay dead for long, rising once more to have its revenge."},{id:"823e011e-1f97-4b7e-bbf1-aadddb789334",name:"Hobgoblin Archer",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"leather armor, longsword, longbow, quiver of 30 arrows",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:39,initiative:7,ac:17,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"910536b9-0d3d-4ed5-931f-c638f7bea86a",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Melee",attack:{bonus:6,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"13c41bd3-e5a5-4f4c-9cd4-02684302f7cd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage, and the hobgoblin archer grants an ally within 5 squares of it a +2 bonus to its next ranged attack roll against the same target.",damage:"1d10 + 4 damage",category:1},{id:"71f6396d-6540-43ed-84b9-77db427219e1",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin archer suffers an effect that a save can end;",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin archer rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:"Hobgoblin archers take up positions behind cover (if available) and form a tight line to gain the benefits of coordinated fire. Although they prefer to attack at range, they are not afraid to draw swords and enter melee if the front lines are broken."},{id:"011a8b09-348c-48cb-ba51-01ff0b917631",name:"Abolethic Skum",details:"",size:2,origin:0,type:1,keywords:"aquatic, blind, ooze",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14; blindsight 10, tremorsense 10",movement:"2, swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:19},intelligence:{score:4},wisdom:{score:11},charisma:{score:4},hp:1,initiative:13,ac:30,fortitude:32,reflex:30,will:26,regeneration:null,auras:[{id:"dac4d957-8349-4a2c-9a0d-ce4c847f1483",name:"Psychic Dissonance",keywords:"",details:"aura 1; each creature within the aura gains vulnerable 5 psychic damage."}],powers:[{id:"0fb29148-d775-4351-947a-0470509ff699",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"16 damage, and the target is pushed 1 square or slowed until the end of the abolethic skum’s next turn.",damage:"16 damage",category:1},{id:"42c42632-d632-4555-b42e-c1c5209de44f",name:"Aqueous Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An abolethic skum is invisible while in water.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"f5fee47e-712e-4bf3-aa7c-943874d0cdc9",name:"Abyssal Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Acrobatics +11, Athletics +11",equipment:"leather armor; longspear",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:16},intelligence:{score:9},wisdom:{score:11},charisma:{score:10},hp:69,initiative:8,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"af1dad43-231c-4e2e-b83b-8532d1eb81fb",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the abyssal marauder shifts 1 square.",damage:"1d8+6 damage",category:1},{id:"9a63647e-6485-483f-8490-1f08c074f4d1",name:"Throwing Axe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"1d6+6 damage, and the abyssal marauder shifts 1 square.",damage:"1d6+6 damage",category:1},{id:"41f0fe7c-3197-40e3-8b5d-c3db5f28bf69",name:"Howling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abyssal marauder makes a throwing axe attack and then charges the target of that attack.",damage:"",category:1},{id:"c135e031-e6c2-4d74-86d2-d2e81b34bfb5",name:"Death Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, an abyssal marauder can make two longspear attacks as a standard action, each with a -2 penalty to the attack roll. The marauder cannot use its throwing axe or howling charge while it is bloodied.",damage:"each with a -2 penalty to the attack roll",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"21db33c6-cfc9-4a5e-b327-26bb1af17119",name:"Abyssal Rotfiend",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:26,role:{type:3,flag:0,leader:!1},senses:"Perception +20; truesight 20",movement:"6, fly 6 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:29},dexterity:{score:25},intelligence:{score:20},wisdom:{score:25},charisma:{score:32},hp:245,initiative:20,ac:40,fortitude:38,reflex:36,will:40,regeneration:null,auras:[{id:"6f4518e0-46f0-4f33-8dba-c5f7fa511a04",name:"Abyssal Fields",keywords:"",details:"aura 5; each enemy within the aura cannot teleport."}],powers:[{id:"330895ae-dcb2-40df-8bc8-56274f633b3a",name:"Skullsplitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:28,defence:2},description:"",details:"Reach 2; 3d8+8 psychic damage, or 2d8 + 8 psychic damage against a bloodied target.",damage:"3d8+8 psychic damage",category:1},{id:"a969ec18-ea81-45b2-a58f-1a305ba6f744",name:"Conjure Abscess",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d8+8 psychic damage, and if the target moves more than 2 squares on its turn, it takes 2d8 extra damage (save ends). If the abyssal rotfiend is bloodied, the target takes the damage for moving 1 or more squares.",damage:"2d8+8 psychic damage",category:1},{id:"a24e6b6c-6339-4427-af8d-6e09ba040a8a",name:"Floating Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"the burst creates a zone of dark miasma that lasts until the end of the abyssal rotfiend’s next turn. Any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn. Sustain Minor: The zone persists, and the rotfiend can move it 5 squares.",damage:"any enemy that starts its turn within the zone takes 10 psychic damage and grants combat advantage to the rotfiend until the end of its next turn",category:1}],damageModifiers:[{type:3,value:-20},{type:6,value:-10}],resist:"20 variable (3/encounter)",vulnerable:"",immune:"fear",tactics:""},{id:"9c12f7e7-f719-49ae-8be5-bdebf3e79979",name:"Adult Adamantine Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:14,role:{type:7,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +15, Intimidate +13",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:21},intelligence:{score:11},wisdom:{score:18},charisma:{score:12},hp:564,initiative:14,ac:30,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"f252eea7-9e5d-4bdd-a01d-e9f45a23ef29",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d6+6 damage, and ongoing 5 damage (save ends).",damage:"2d6+6 damage",category:1},{id:"8309bf79-f4b2-4630-85b0-56e42edb7ab8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"dab03c01-6212-4531-a024-56fa95a82c31",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult adamantine dragon makes three claw attacks and then makes a bite attack against a different target.",damage:"",category:1},{id:"3c39948e-6e91-45c1-9968-1038c7b1bfff",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:5},{id:"3ce95593-f7f1-4af9-a965-e8d0ffb07309",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"2d10+6 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the adult adamantine dragon’s next turn, it gives a thunderous roar: close burst 3",attack:{bonus:17,defence:1},description:"",details:"no attack roll; 15 thunder damage.",damage:"15 thunder damage",category:1},{id:"73566bb1-9a55-4f95-b5b3-00955107556b",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult adamantine dragon uses it.",damage:"",category:5},{id:"ed251a49-1d6a-4a3e-b13b-fb8a1193f9e3",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a796e502-b34b-4365-9196-16d51ad3935e",name:"Adult Copper Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:13,role:{type:6,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +18, Bluff +14, Insight +14",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:16},charisma:{score:16},hp:528,initiative:15,ac:27,fortitude:25,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"bda8be07-fc03-44cc-9f5a-fb1fdadeb9a9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The adult copper dragon shifts 2 squares before and after making the attack. Reach 2; 2d6+6 damage plus 2d6 acid damage.",damage:"2d6+6 damage plus 2d6 acid damage",category:1},{id:"a7674f6a-88b3-4487-b69a-634fa5b0fb9c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"3e94e79b-91a9-438d-b2f3-5a4639b7c369",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult copper dragon makes two claw attacks and then shifts 3 squares.",damage:"The adult copper dragon makes two claw attacks and then shifts 3 squares",category:1},{id:"d6d74b52-b10a-4264-aee1-9fef7bde3bdf",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The adult copper dragon flies 14 squares and makes one melee basic attack at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"937bbc23-cfc2-4748-96f3-770d96c102ba",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the adult copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets the triggering enemy; 1d10+6 damage, and the copper dragon shifts 2 squares.",damage:"1d10+6 damage",category:5},{id:"2e3f52a0-e15c-4d55-beff-8befcd56a403",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"2d10+6 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"2d10+6 acid damage",category:1},{id:"14634b4f-123c-453f-80ed-1592c7e977f5",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult copper dragon uses it.",damage:"",category:5},{id:"eeb2dc5c-f014-4e55-8cb3-f9353b49b04f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"b4e3064a-f56d-4f3c-9744-245989070a03",name:"Unfettered Wings",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An adult copper dragon makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"44151111-66c9-48ea-87d4-66e71549a843",name:"Adult Gold Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:17,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +21, Athletics +20, Diplomacy +19, Insight +17, Intimidate +19",equipment:"",category:"",strength:{score:25},constitution:{score:19},dexterity:{score:18},intelligence:{score:26},wisdom:{score:18},charisma:{score:22},hp:652,initiative:12,ac:31,fortitude:29,reflex:31,will:29,regeneration:null,auras:[],powers:[{id:"986d206b-4b3f-40ca-a9dc-12c65928a3c3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 damage plus 3d8 fire damage.",damage:"2d8+7 damage plus 3d8 fire damage",category:1},{id:"092f1e7e-2e81-4a81-82df-de686797b401",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"f7065588-322b-4033-9014-bf1e4cfec409",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult gold dragon makes two claw attacks.",damage:"",category:1},{id:"e7321b32-02dd-442a-bfac-8e9560996e0c",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the adult gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends)",category:5},{id:"a9a78a3f-b50d-4c5a-9a1e-099acf69e77f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"2d8+7 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"2d8+7 fire damage",category:1},{id:"c6396b6b-9e51-46fa-baaa-cb3f9466c3e6",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult gold dragon uses it.",damage:"",category:5},{id:"87e04da5-619b-4bd0-98a3-1a0ffa48e4d0",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8872904a-985c-4423-80a8-23801ff138cb",name:"Burning Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 20",attack:{bonus:19,defence:2},description:"",details:"2d8+8 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of fire that lasts until the end of the adult gold dragon’s next turn. Each creature that starts its turn within the zone takes 15 fire damage. Sustain Minor: The zone persists.",damage:"2d8+8 damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"743b7e0e-cd13-4d8f-b7ed-113200020786",name:"Adult Iron Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:11,role:{type:4,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +14, Athletics +13, Stealth +14",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:18},intelligence:{score:14},wisdom:{score:19},charisma:{score:11},hp:472,initiative:13,ac:25,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"ba3c6263-c1f2-4e65-87b2-b9a2473ecc93",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d6+5 damage plus 2d6 lightning damage.",damage:"2d6+5 damage plus 2d6 lightning damage",category:1},{id:"5ef0be9d-ab7a-41c6-8c1b-8792dd87401b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"e56cd842-5ced-490e-9a15-bebe81d98c45",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult iron dragon makes two claw attacks.",damage:"",category:1},{id:"6332e5d8-08fd-48ad-bc1f-e7fe4b0bba12",name:"Wing Block",action:{action:5,trigger:"when the adult iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The dragon gains resist 5 to all damage of the triggering attack, and it makes an attack; 1d10+3 damage.",damage:"the dragon gains resist 5 to all damage of the triggering attack",category:5},{id:"1f379ea9-edd8-478a-b997-ff93d9774c12",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:12,defence:2},description:"",details:"3d6+6 lightning damage, and the adult iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"3d6+6 lightning damage",category:1},{id:"c67a253c-0a5c-4cd0-a8fe-12f797eb7c54",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult iron dragon uses it.",damage:"",category:5},{id:"265742fe-304e-4b27-85e3-f4b1c2e68be4",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:5,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1335ad1a-a063-40ce-87b6-dc258e7d2f68",name:"Adult Silver Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:15,role:{type:2,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 8 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +21, Insight +13",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:22},intelligence:{score:12},wisdom:{score:12},charisma:{score:20},hp:608,initiative:13,ac:27,fortitude:29,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"7d202a11-9d19-472f-8cad-ecb3e4d0072e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"0d64e395-e598-4ec4-9912-67b4e7de2c1a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"29453b79-3361-4dc4-9b5d-20f43ec4f4a0",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The adult silver dragon makes a claw attack against each enemy within reach.",damage:"",category:1},{id:"974b8de5-d8ad-4250-ac01-9f6b73dd4872",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the adult silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 1d8+9 damage.",damage:"1d8+9 damage",category:5},{id:"0dbf06df-cb1c-4e31-9b23-69d2e99ad8fb",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:14,defence:2},description:"",details:"2d8+7 cold damage, and the target gains vulnerable 5 to all damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"f196f25c-1701-4858-be3d-cce57a108ac2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the adult silver dragon uses it.",damage:"",category:5},{id:"a51fc8f0-5851-446d-ae3f-650aa16ad636",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the adult silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"0e3bd70d-2236-4e3c-a5fd-d7e5e10b96b6",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An adult silver dragon can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3736b5a5-1e42-4ba4-855b-87b59b0196c4",name:"Ambush Vine",details:"",size:3,origin:2,type:1,keywords:"plant",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +15; tremorsense 20",movement:"6 (forest walk), climb 6, burrow 6, swim 6",alignment:"Unaligned",languages:"",skills:"Athletics +18, Stealth +20",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:25},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:308,initiative:15,ac:30,fortitude:28,reflex:30,will:25,regeneration:null,auras:[],powers:[{id:"525bc6b4-8faa-4799-aa17-74493ec93c32",name:"Poison Leash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 2; 1d8+6 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+6 damage",category:1},{id:"4c6f9944-72e7-49da-9f6a-2fde2e43ab18",name:"Foot Snare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 4; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:3},{id:"cb3fb14d-b63a-4cb7-a860-8ffe30cf10c3",name:"Lashing Vines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 4",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d8+6 damage. If the target is immobilized, the attack deals 1d8 extra damage, and the ambush vine regains 5 hit points.",damage:"2d8+6 damage",category:1},{id:"58b655b5-4ade-4183-82a3-b63b8f491466",name:"Rapid Growth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The ambush vine spawns two ambush vine shoots in spaces within 4 squares of the ambush vine. The shoots act on the vine’s initiative count, immediately after the vine.",damage:"The ambush vine spawns two ambush vine shoots in spaces within 4 squares of the ambush vine",category:1},{id:"4cf9bdb3-eccd-4cc3-b089-5d2031dc3b6f",name:"Sprout Vine",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ambush vine takes 10 damage and spawns an ambush vine shoot in a space within 4 squares of the vine. The shoot acts on the vine’s initiative count, immediately after the vine.",damage:"the ambush vine takes 10 damage and spawns an ambush vine shoot in a space within 4 squares of the vine",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5910a828-33a4-42b5-8eaf-b6aa2b39dbe5",name:"Ambush Vine Shoot",details:"",size:2,origin:2,type:1,keywords:"plant",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +14; tremorsense 20",movement:"6, burrow 6",alignment:"Unaligned",languages:"",skills:"Stealth +19",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:25},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:1,initiative:14,ac:29,fortitude:27,reflex:30,will:23,regeneration:null,auras:[],powers:[{id:"102d7c44-6901-4c56-82e5-52d6b5431182",name:"Wrapping Vines",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 2; 12 damage, and the target is restrained (save ends).",damage:"12 damage",category:1},{id:"1fa778e7-8c14-409c-b15c-6dbbc4c55550",name:"Enwrap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each enemy adjacent to an ambush vine shoot takes a -2 penalty to saving throws against immobilized and restrained.",damage:"Each enemy adjacent to an ambush vine shoot takes a -2 penalty to saving throws against immobilized and restrained",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4eebd4ca-5f37-4cd8-89d4-d593921660fc",name:"Ancient Adamantine Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:28,role:{type:7,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +24, Intimidate +21",equipment:"",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:21},intelligence:{score:15},wisdom:{score:20},charisma:{score:14},hp:1020,initiative:21,ac:44,fortitude:42,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"13a2a848-370e-405e-8478-c05beb96577a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 4; 2d10+9 damage, and ongoing 15 damage (save ends).",damage:"2d10+9 damage",category:1},{id:"dc01b261-da75-4d57-b73f-0f5f6d48df52",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 4; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"1b8dc411-ddcc-4069-8c03-3ea01398d1aa",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient adamantine dragon makes four claw attacks and then makes a bite attack against a different target.",damage:"",category:1},{id:"19c21a57-d881-4dde-85c8-3546929d10bc",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+9 damage, and the target is knocked prone.",damage:"2d8+9 damage",category:5},{id:"4b79b08d-6d64-497d-a36c-a72abbf63d97",name:"Painful Resonance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:33,defence:1},description:"",details:"the target takes ongoing 15 thunder damage and is dazed (save ends both).",damage:"the target takes ongoing 15 thunder damage and is dazed (save ends both)",category:3},{id:"cc3f3a07-9070-4638-b270-e1ccc97af820",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"4d12+6 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the ancient adamantine dragon’s next turn, it gives a thunderous roar: close burst 5",attack:{bonus:31,defence:1},description:"",details:"no attack roll; 20 thunder damage.",damage:"20 thunder damage",category:1},{id:"9c744d8e-47e0-44b8-a157-f72d48725030",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient adamantine dragon uses it.",damage:"",category:5},{id:"fe339d06-9a99-4349-8862-8361a359c0e1",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:33,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cbded401-9ee0-4074-8b69-521414099a17",name:"Ancient Copper Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:27,role:{type:6,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"10, fly 14 (hover), overland flight 18",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +28, Bluff +24, Insight +22",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:30},intelligence:{score:18},wisdom:{score:18},charisma:{score:22},hp:1e3,initiative:25,ac:41,fortitude:39,reflex:41,will:37,regeneration:null,auras:[],powers:[{id:"f179c6ad-79a8-4fe5-a668-ebea6ce40281",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"The ancient copper dragon shifts 2 squares before and after making the attack. Reach 2; 2d10+10 damage plus 4d6 acid damage.",damage:"2d10+10 damage plus 4d6 acid damage",category:1},{id:"918290bf-1c02-4213-a042-69fe00478c91",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"d2f60477-3398-4bfd-bdf6-cefb55f213d0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient copper dragon makes two claw attacks and then shifts 3 squares.",damage:"The ancient copper dragon makes two claw attacks and then shifts 3 squares",category:1},{id:"3b289d3e-9997-4386-8ff9-93f370cbe42f",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The ancient copper dragon flies 16 squares and makes a melee basic attack against each of two different targets at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the targets.",attack:null,description:"",details:"",damage:"",category:1},{id:"1d1bc0fd-6ed2-4533-8c69-e54023ba3b11",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the ancient copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Targets the triggering enemy; 2d8+9 damage, and the copper dragon shifts 4 squares.",damage:"2d8+9 damage",category:5},{id:"df4946c1-af54-4e1f-8d2b-a0f4107c7a13",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d10+8 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"4d10+8 acid damage",category:1},{id:"785cacb8-a461-4b24-9e90-b21b74e32739",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient copper dragon uses it.",damage:"",category:5},{id:"1a8d3a3a-eafd-4ad4-a2b7-2f41eb1da9b9",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"94bfdf84-651e-45e7-ba07-64095a39a718",name:"Unfettered Wings",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient copper dragon makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"705478bc-16c4-4587-ab88-03beadec384a",name:"Ancient Gold Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:30,role:{type:3,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +33, Athletics +29, Diplomacy +29, History +33, Insight +28, Intimidate +29",equipment:"",category:"",strength:{score:28},constitution:{score:24},dexterity:{score:24},intelligence:{score:36},wisdom:{score:26},charisma:{score:28},hp:1088,initiative:22,ac:44,fortitude:42,reflex:44,will:42,regeneration:null,auras:[{id:"f718e089-3c52-4007-ad64-b999a67afa8a",name:"Weakening Flames",keywords:"",details:"(Fire) aura 5; each enemy that enters or starts its turn in the aura chooses either to take 20 fire damage or to be weakened until the start of its next turn."}],powers:[{id:"cf6916a0-8feb-40ac-8954-2143f2f2cdf0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 3d10+9 damage plus 4d10 fire damage.",damage:"3d10+9 damage plus 4d10 fire damage",category:1},{id:"f1eca9c2-b978-480e-a4b7-285dd787d75d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 4; 3d10+9 damage.",damage:"3d10+9 damage",category:1},{id:"6f333d73-dbfd-42e0-a52b-7f0a385f2193",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient gold dragon makes three claw attacks.",damage:"",category:1},{id:"552191cb-277f-46f5-a807-e06f055ef02a",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the ancient gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 20 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 20 fire damage (save ends)",category:5},{id:"ad8f16c5-07a5-4f25-9c3b-eeb8ee2e93e5",name:"Ancient Radiance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Radiant",condition:"",range:"Close burst 4",attack:{bonus:32,defence:1},description:"",details:"targets enemies; 3d10+9 radiant damage, and the target is dazed until the end of the ancient gold dragon’s next turn. Aftereffect: The target gains vulnerable 10 radiant (save ends).",damage:"3d10+9 radiant damage",category:1},{id:"a61788df-1ab9-4db9-a533-eed586cbadfd",name:"Beguiling Glow",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 8",attack:{bonus:32,defence:3},description:"",details:"targets enemies; the target is pulled 5 squares and dazed (save ends).",damage:"the target is pulled 5 squares and dazed (save ends)",category:3},{id:"5d204614-acc7-4d80-8eb7-99e4e8a1a664",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Radiant",condition:"",range:"Close blast 5",attack:{bonus:32,defence:2},description:"",details:"4d8+9 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"4d8+9 fire damage",category:1},{id:"9345d032-d2ea-4997-8ef5-69348c8e8a2a",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient gold dragon uses it.",damage:"",category:5},{id:"d28fae8d-b047-47b0-b64d-0d861428a2d5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:32,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"a942a526-9862-4cb8-b93e-811a38b566cb",name:"Burning Tomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 20",attack:{bonus:32,defence:2},description:"",details:"4d8+13 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of fire that lasts until the end of the ancient gold dragon’s next turn. Each creature that starts its turn within the zone takes 20 fire damage. Sustain Minor: The zone persists.",damage:"4d8+13 damage",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"735a615c-6c6e-436c-91e7-7bbf82fc7895",name:"Ancient Iron Dragon",details:"",size:5,origin:4,type:1,keywords:"dragon",level:26,role:{type:4,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"9, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +26, Athletics +26, Stealth +26",equipment:"",category:"",strength:{score:26},constitution:{score:32},dexterity:{score:27},intelligence:{score:23},wisdom:{score:30},charisma:{score:21},hp:992,initiative:25,ac:40,fortitude:40,reflex:38,will:38,regeneration:null,auras:[],powers:[{id:"51466cb9-d042-4243-a741-b99e1f2a05bc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 3d8+9 damage plus 4d8 lightning damage.",damage:"3d8+9 damage plus 4d8 lightning damage",category:1},{id:"689087b7-f0d6-483f-964a-d271b814419b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d8+9 damage.",damage:"3d8+9 damage",category:1},{id:"2c77d309-b5ad-45db-a947-f78fd0eeee68",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient iron dragon makes three claw attacks.",damage:"",category:1},{id:"07383243-1aa6-40eb-bb5f-932ceff8ef5e",name:"Predator’s Response",action:{action:4,trigger:"when the ancient iron dragon is hit by a melee or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a claw attack against any enemy adjacent to it and shifts 2 squares.",damage:"The dragon makes a claw attack against any enemy adjacent to it and shifts 2 squares",category:5},{id:"713d152e-8c1b-4384-92f4-96b37d9db3aa",name:"Wing Block",action:{action:5,trigger:"when the ancient iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The dragon gains resist 15 to all damage of the triggering attack, and it makes an attack; 3d8+9 damage.",damage:"the dragon gains resist 15 to all damage of the triggering attack",category:5},{id:"eb9bfbfd-3692-4a55-94fb-70852478d473",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:27,defence:2},description:"",details:"4d10+11 lightning damage, and the ancient iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"4d10+11 lightning damage",category:1},{id:"04b56daa-36e3-44ba-8669-6d25ff171670",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient iron dragon uses it.",damage:"",category:5},{id:"8c329555-edb7-45ca-b14c-f7bffa67c8f5",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f597560b-58aa-42db-ba7e-969151ad7f05",name:"Iron Wing Shroud",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:29,defence:0},description:"",details:"2d10+9 damage. Effect: The dragon gains resist 15 to all damage until the start of its next turn, but cannot make attacks until the start of its next turn.",damage:"2d10+9 damage",category:3},{id:"8192d402-e3bb-49ff-b8a6-5c9df5d20474",name:"Iron Wing Defense",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient iron dragon gains a +2 bonus to all defenses until the end of its next turn.",damage:"The ancient iron dragon gains a +2 bonus to all defenses until the end of its next turn",category:3}],damageModifiers:[{type:5,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"082a6233-9827-4292-91ee-977e9ef0640b",name:"Ancient Silver Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:29,role:{type:2,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"10, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +30, Insight +21",equipment:"",category:"",strength:{score:32},constitution:{score:28},dexterity:{score:26},intelligence:{score:16},wisdom:{score:14},charisma:{score:24},hp:1072,initiative:22,ac:41,fortitude:43,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"2fd8e1b2-bfd5-45db-9a1e-2276d77e6e28",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d12+11 damage.",damage:"3d12+11 damage",category:1},{id:"ee60cd91-fcbf-4540-aae8-579430ad3631",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d12+11 damage.",damage:"2d12+11 damage",category:1},{id:"0fa5701b-c1b1-41a9-b340-d941ec7b99f0",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:30,defence:0},description:"",details:"4d8+11 damage, and the target is dazed (save ends).",damage:"4d8+11 damage",category:1},{id:"677733fd-259d-463a-b850-3a5d008da669",name:"Furious Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ancient silver dragon makes a claw attack against each enemy within reach. It also attacks one creature with a bite.",damage:"",category:1},{id:"57c877af-d5a7-4a39-ad2c-063e1f3b1af2",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the ancient silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 2d12+11 damage.",damage:"2d12+11 damage",category:5},{id:"13665fa6-ff4c-4ce4-bdfb-e2e1de24618d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:28,defence:2},description:"",details:"4d8+9 cold damage, and the target gains vulnerable 15 to all damage (save ends). Miss: Half damage.",damage:"4d8+9 cold damage",category:1},{id:"b0336098-ef46-4434-a440-e4dcba4af691",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the ancient silver dragon uses it.",damage:"",category:5},{id:"8eb4bd2d-491e-464b-b306-81676f103131",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:28,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the ancient silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"42037980-8b95-4cdd-bf0b-fa1de8d8aa95",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient silver dragon can make opportunity attacks against all enemies in its reach (2 squares for its claw or wing, 3 squares for its bite).",damage:"3 squares for its bite)",category:0},{id:"3af2c4cc-8e9d-45cb-bfaf-9cd065133499",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ancient silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"an ancient silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22f15fad-c8a7-4852-8ca8-a80b161a0cc9",name:"Angel of Authority",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:3,flag:0,leader:!0},senses:"Perception +18",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Insight +23, Religion +23",equipment:"plate armor; quarterstaff",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:22},intelligence:{score:24},wisdom:{score:25},charisma:{score:27},hp:203,initiative:17,ac:36,fortitude:32,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"022799d5-fd3c-47b5-b2a6-b9820a4b8e55",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 1d10+8 damage plus 1d10 radiant damage.",damage:"1d10+8 damage plus 1d10 radiant damage",category:1},{id:"936db246-5b6b-43d1-8b58-4116d5c5e17d",name:"Lightning Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"2d10+8 lightning damage, and the target is dazed until the end of the angel of authority’s next turn.",damage:"2d10+8 lightning damage",category:1},{id:"b9879d0d-34a1-4164-9f2b-4010dc5ba8f9",name:"Majestic Rally",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant, Thunder",condition:"",range:"Close burst 5",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 1d10+8 radiant damage plus 1d10 thunder damage, and the target is weakened (save ends). Miss: Half damage. Effect: Any angel within the burst gains a +2 bonus to attack rolls until the end of the angel of authority’s next turn.",damage:"1d10+8 radiant damage plus 1d10 thunder damage",category:1},{id:"48001846-d848-4d5e-9893-156cea285eb2",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of authority takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of authority takes a -2 penalty to the attack roll",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"a82cd53b-c0a9-41cd-9958-b708ac580c2f",name:"Angel of Light",details:"",size:2,origin:3,type:2,keywords:"angel",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +19",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"glaive",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:23},intelligence:{score:15},wisdom:{score:27},charisma:{score:23},hp:1,initiative:19,ac:37,fortitude:34,reflex:34,will:36,regeneration:null,auras:[],powers:[{id:"e7383348-42e1-4732-bd15-3244bc924a94",name:"Angelic Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 10 damage.",damage:"10 damage",category:1},{id:"614cddaa-badd-426e-815b-66126b83dda7",name:"Death Burst",action:null,keywords:"Radiant",condition:"when the angel of light drops to 0 hit points",range:"The angel of light explodes in a burst of radiant light: close burst 10",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 10 radiant damage; Effect: Angels in the burst gain 10 temporary hit points.",damage:"10 radiant damage",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"6ac9c869-63f0-4123-8901-11ef989da99c",name:"Angel of Retrieval",details:"",size:3,origin:3,type:2,keywords:"angel",level:22,role:{type:0,flag:0,leader:!1},senses:"Perception +22; blindsight 10",movement:"8, fly 12 (hover), teleport 5",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +22, Intimidate +29",equipment:"longbow; plate armor; short sword",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:28},intelligence:{score:23},wisdom:{score:23},charisma:{score:24},hp:162,initiative:20,ac:34,fortitude:33,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"a3a95f70-0a87-473c-a172-134ffc1c42fc",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d6+6 radiant damage.",damage:"2d6+6 radiant damage",category:1},{id:"10996cca-855f-4621-b82e-7e223f68f676",name:"Angelic Bow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:27,defence:0},description:"",details:"2d8+9 radiant damage, and each enemy adjacent to the target takes 10 radiant damage.",damage:"2d8+9 radiant damage",category:1},{id:"12ec9011-1198-4f6e-b3c5-b2bf507d1129",name:"Isolating Displacement",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Reach 2; 2d8+10 radiant damage, and the angel of retrieval teleports the target 5 squares. The angel then teleports to a space adjacent to the target. The angel can choose to deal no damage with this attack. Miss: The angel teleports 5 squares.",damage:"2d8+10 radiant damage",category:1},{id:"f5d539e5-46dc-4daf-8731-0020f50b3a9c",name:"Clear the Way",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Area burst 3 within 10",attack:{bonus:27,defence:1},description:"",details:"3d8+9 radiant damage, and the angel of retrieval slides the target 3 squares. Miss: Half damage, and the angel slides the target 1 square.",damage:"3d8+9 radiant damage",category:1},{id:"20d343dd-8520-4e56-a522-40151b2c72f9",name:"Hunt the Guilty",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The angel of retrieval chooses one enemy within 10 squares of it. Until the end of the encounter, the angel’s attacks deal 1d10 extra damage against that creature.",damage:"the angel’s attacks deal 1d10 extra damage against that creature",category:3}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"57aa2533-873e-4c90-b77b-405f08f29e90",name:"Angel of Supremacy",details:"",size:3,origin:3,type:2,keywords:"angel",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +18",movement:"8, fly 12 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Intimidate +21",equipment:"heavy shield; plate armor; spear",category:"",strength:{score:29},constitution:{score:26},dexterity:{score:21},intelligence:{score:25},wisdom:{score:22},charisma:{score:19},hp:226,initiative:19,ac:40,fortitude:38,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"ba791206-f479-460f-8d82-24a549afa5ff",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 3; 1d10+9 damage plus 1d10 thunder damage.",damage:"1d10+9 damage plus 1d10 thunder damage",category:1},{id:"9920ef09-f2bc-4bdd-9d7d-88103f86562d",name:"Light of Justice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d10+9 radiant damage. Effect: The target is marked until the end of the encounter.",damage:"2d10+9 radiant damage",category:1},{id:"bb2845c1-e437-465e-a5fd-e4ef75e67d81",name:"Summons to Justice",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"targets creatures marked by the angel of supremacy; no attack roll; the angel of supremacy pulls the target 1 square.",damage:"the angel of supremacy pulls the target 1 square",category:3},{id:"0b643055-2a68-4139-9610-e64e90925181",name:"Astral Brilliance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Zone",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"2d10+9 radiant damage. Effect: The burst creates a zone of radiance that lasts until the end of the encounter. The angel of supremacy’s spear attack deals 1d10 extra radiant damage while the angel is within the zone.",damage:"2d10+9 radiant damage",category:1},{id:"40c3386a-8670-401e-9496-2002adb98f5c",name:"Angelic Presence",action:null,keywords:"",condition:"while not bloodied",range:"",attack:null,description:"",details:"Any attack against the angel of supremacy takes a -2 penalty to the attack roll.",damage:"Any attack against the angel of supremacy takes a -2 penalty to the attack roll",category:0},{id:"1fd66a3c-e60f-411e-bf1d-709894a01bb1",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An angel of supremacy can make opportunity attacks against all enemies in reach.",damage:"",category:0}],damageModifiers:[{type:9,value:-15}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"b8411da6-c290-4246-bc10-5dead5328bee",name:"Ankheg",details:"",size:3,origin:4,type:1,keywords:"",level:3,role:{type:4,flag:1,leader:!1},senses:"Perception +9; tremorsense 5",movement:"8, burrow 4 (tunneling)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:4},hp:100,initiative:10,ac:17,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"40693470-9ca0-488c-8430-91dde510b569",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"edae8098-5847-4138-b1ce-20a564b3865d",name:"Mandible Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the ankheg does not have a creature grabbed",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+5 damage, and the target is grabbed.",damage:"1d8+5 damage",category:1},{id:"25fc463a-5041-4508-90d7-f50bd30242c4",name:"Gnaw and Scuttle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Targets creature grabbed by the ankheg; 1d8+2 damage, and ongoing 5 acid damage (save ends). The ankheg then shifts 2 squares and pulls the target to space adjacent to its new location.",damage:"1d8+2 damage",category:3},{id:"9d2bdeaf-06a7-432f-a740-0178228e3866",name:"Acid Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:8,defence:2},description:"",details:"1d8+5 acid damage, and the target is slowed and takes ongoing 5 acid damage (save ends both).",damage:"1d8+5 acid damage",category:1},{id:"36769526-8816-481d-a70d-2774efe098a0",name:"Mandible Carry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ankheg can move at normal speed while carrying a creature that is Medium or smaller.",damage:"",category:0}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93571040-321e-436f-909a-455794815862",name:"Ankheg Broodling",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; tremorsense 5",movement:"6, burrow 2 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:1},wisdom:{score:12},charisma:{score:2},hp:1,initiative:3,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"34079a46-960a-455e-96bd-57a2ef198d8f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"a3270b30-5e46-4fbf-9fa9-c0570f0b9de6",name:"Mandible Rip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"6 damage. If the ankheg broodling makes a critical hit against a target, each creature adjacent to that target takes 3 acid damage.",damage:"6 damage",category:1},{id:"9e65c3a9-a820-4da3-8bd1-0b7d7ae93b59",name:"Brood Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ankheg broodling gains a +4 bonus to attack rolls against targets that are grabbed by any ankheg.",damage:"An ankheg broodling gains a +4 bonus to attack rolls against targets that are grabbed by any ankheg",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"22774bbb-f1c9-4890-88e3-e702e06b13bc",name:"Arbalester",details:"",size:2,origin:4,type:0,keywords:"construct, homunculus",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:5},wisdom:{score:15},charisma:{score:8},hp:43,initiative:6,ac:16,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"ba630144-31cf-4d8c-8332-3b59a59c2aa3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"25cd7ba7-1c49-4564-b655-ebd0ff796082",name:"Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20/40",attack:{bonus:11,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"0da72afa-4349-4afb-ad15-285b7454a2d3",name:"Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The arbalester makes two bolt attacks, each against a different target. The targets must be within 5 squares of each other.",damage:"The targets must be within 5 squares of each other",category:1},{id:"d7012b28-5409-47dd-99a9-9ecc04c2ee18",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of the arbalester’s turn, if an enemy is in its guarded area, the arbalester recharges double shot power.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"97758038-b0a4-47c7-b5c1-4efaf05998f7",name:"Aspect of Demogorgon",details:"",size:4,origin:1,type:2,keywords:"aquatic, demon",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"6, teleport 6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +27, Intimidate +21",equipment:"",category:"",strength:{score:31},constitution:{score:30},dexterity:{score:20},intelligence:{score:28},wisdom:{score:18},charisma:{score:30},hp:476,initiative:17,ac:39,fortitude:37,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"7fbe6ad9-b341-407a-b229-1715826e8415",name:"Forked Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 5; 2d8+5 necrotic damage, and the target is weakened (save ends).",damage:"2d8+5 necrotic damage",category:1},{id:"8e3423ec-e6c1-41e6-807c-0ccbb1297432",name:"Tentacle Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:27,defence:1},description:"",details:"2d8+5 damage, and ongoing 10 damage (save ends). If the aspect of Demogorgon’s attack deals ongoing damage to a creature that is already taking ongoing damage, the ongoing damage increases by 5.",damage:"2d8+5 damage",category:1},{id:"84edc680-e4dc-4930-a1e1-d29305768303",name:"Inescapable Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"the target is teleported to a space within 2 squares of the aspect of Demogorgon.",damage:"the target is teleported to a space within 2 squares of the aspect of Demogorgon",category:1},{id:"b6cdbae0-1e74-4b2c-ab08-8ab8f92b01de",name:"Dominating Glare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:29,defence:3},description:"",details:"targets enemies; 1d10+5 psychic damage, and the target is dominated (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"2b163180-4d28-459d-8478-e62f04965e00",name:"Gaze of the Abyssal Might",action:{action:7,trigger:"when an enemy starts its turn within 10 squares of the aspect of demogorgon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets the triggering creature; roll a d20; on a roll of 10 or higher, the target is slowed until the end of its turn.",damage:"on a roll of 10 or higher",category:5},{id:"344143e2-a5e5-4802-8964-aef91cc1ac9a",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, an aspect of Demogorgon makes two initiative checks. Each check corresponds to one of the aspect’s heads—Aameul or Hethradiah—and the aspect takes a turn on both initiative counts. The aspect has a full set of actions on each of these turns, and the aspect’s ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"5a76be94-b4d7-422d-90fb-9e7521cf7867",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of its turn, an aspect of Demogorgon saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"2dc16ff9-14f9-473d-9457-e5a49e934a4d",name:"Assassin Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:24,role:{type:4,flag:0,leader:!1},senses:"Perception +23; darkvision",movement:"12",alignment:"Evil",languages:"Common, Supernal",skills:"Stealth +27",equipment:"leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:28},intelligence:{score:17},wisdom:{score:25},charisma:{score:13},hp:167,initiative:25,ac:38,fortitude:34,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"08ea143a-0f01-4f6d-8bc1-0bd5d077fda2",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+5 necrotic damage, and ongoing 5 damage (save ends).",damage:"3d6+5 necrotic damage",category:1},{id:"6e6a31bc-f920-4b85-8c25-c585097af011",name:"Shadow Net",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the assassin devil uses shadow cloak"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:26,defence:2},description:"",details:"the target is restrained, is weakened, and takes ongoing 10 necrotic damage (save ends all). While a target is affected by shadow net, the assassin devil cannot use its shadow cloak power.",damage:"and takes ongoing 10 necrotic damage (save ends all)",category:1},{id:"6d30fad9-2d9d-4c7a-964b-3fa4f42d3934",name:"Dangerous Shadows",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it.",damage:"an assassin devil’s shadow sword attack deals 4d6 extra necrotic damage against any target granting combat advantage to it",category:0},{id:"6f416e1a-1f27-4f3f-b568-44b6143f4e19",name:"Shadow Cloak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creatures are affected by shadow net"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The assassin devil is invisible until it hits or misses with an attack.",damage:"",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fdd53ffc-0fdb-402a-b947-6f2fd12ac6f9",name:"Barghest Battle Lord",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +11",equipment:"greatsword",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:19},wisdom:{score:18},charisma:{score:16},hp:82,initiative:5,ac:21,fortitude:19,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"d7479eb9-5293-45f4-9d2c-2f6d97e4b307",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"usable only in wolf form",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+4 damage, and the target is knocked prone.",damage:"2d6+4 damage",category:1},{id:"7aefa962-5e8c-4e68-99ed-44473df2caf1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only in hobgoblin form",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage, and the barghest battle lord is invisible to the target until the end of the battle lord’s next turn.",damage:"1d10+5 damage",category:1},{id:"ebbaf276-de63-47fa-b602-12647e9306ff",name:"Psychic Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d8+5 psychic damage, and the target is dazed until the end of the barghest battle lord’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"1d8+5 psychic damage",category:1},{id:"fc888ac1-f67a-4fd4-8e57-7d39c34fc66f",name:"Life Feed",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"usable only in wolf form",range:"Close blast 5",attack:{bonus:11,defence:1},description:"",details:"1d8+1 necrotic damage, and ongoing 5 necrotic damage (save ends). When a target takes the ongoing damage, the barghest battle lord regains 5 hit points.",damage:"1d8+1 necrotic damage",category:1},{id:"f8465949-384b-47bc-9f2a-215f46111211",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A barghest battle lord can alter its physical form to appear as a wolf or a hobgoblin.",damage:"",category:3},{id:"6e2c29b8-be29-47db-aa73-8cca0c341f1b",name:"Get Some Distance",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The barghest battle lord shifts 2 squares.",damage:"The barghest battle lord shifts 2 squares",category:5}],damageModifiers:[{type:8,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"38fb948a-b1fa-43bd-ba09-1fe02ef72aba",name:"Barghest Savager",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9",equipment:"battleaxe",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:15},intelligence:{score:12},wisdom:{score:14},charisma:{score:11},hp:63,initiative:4,ac:16,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"ffcaef27-3301-422e-8375-bec158de9ee4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"usable only in wolf form",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"4d3a4e4c-bbbc-4b2f-bc54-b0bcc090d3b3",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only in bugbear form",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"dc754ce0-00e9-45f4-9451-23c0ba53010f",name:"Jump Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"The barghest savager shifts 3 squares before and after the attack; 3d8+5 damage.",damage:"3d8+5 damage",category:1},{id:"0941d211-fbb5-474a-bfb2-913062205718",name:"Power Feed",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Reliable",condition:"usable only in wolf form",range:"",attack:{bonus:5,defence:3},description:"",details:"2d6+5 psychic damage, and the barghest savager gains one use of an at-will or encounter attack power that it has seen the target use during this encounter.",damage:"2d6+5 psychic damage",category:1},{id:"f75b0b73-f3ce-41a5-b3e5-3ce43e419e07",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A barghest savager can alter its physical form to appear as a wolf or a bugbear.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fe48bec-f341-4b64-b877-8f0191c590e4",name:"Bebilith",details:"",size:4,origin:1,type:1,keywords:"demon",level:18,role:{type:2,flag:2,leader:!1},senses:"Perception +14; darkvision, tremorsense 20",movement:"12, climb 12 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:22},dexterity:{score:25},intelligence:{score:5},wisdom:{score:20},charisma:{score:19},hp:696,initiative:16,ac:30,fortitude:30,reflex:31,will:29,regeneration:null,auras:[{id:"f13b19f0-5de1-4891-b7a5-13d96bc842c4",name:"Spectral Death Web",keywords:"",details:"aura 3; each enemy within the aura that is hit by an attack loses all resistances until the end of its next turn."}],powers:[{id:"249a9411-1d55-4f1d-bd3d-2a1a87db7ab9",name:"Reaving Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d10+6 damage, and the target takes a cumulative -1 penalty to AC each time it is hit until the end of the encounter.",damage:"2d10+6 damage",category:1},{id:"c1068dcc-8f81-4b5e-9b9c-5337dcbb4b13",name:"Flashing Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bebilith makes two reaving claw attacks against two different targets.",damage:"",category:1},{id:"6a4c6c2e-bc1b-4dd4-bc49-7aef570a602a",name:"Venomous Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"usable only while bloodied",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage, and ongoing 10 poison damage (save ends.",damage:"2d8+6 damage",category:1},{id:"08d42f8d-4ee8-4bc6-a757-41116010bb22",name:"Flaming Web",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"2d8+10 fire damage, and the target is slowed and takes ongoing 10 fire damage (save ends both). First Failed Saving Throw: The target is restrained instead of slowed and takes ongoing 15 fire damage (save ends both).",damage:"2d8+10 fire damage",category:3},{id:"08751322-1d19-4cbf-a167-6b7cb896b670",name:"Hunter’s Reflexes",action:{action:4,trigger:"when an enemy moves into an adjacent space",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bebilith shifts 4 squares. This shift can move through enemies’ spaces.",damage:"The bebilith shifts 4 squares",category:5},{id:"e5be6b89-c5e0-49d6-953a-8c37bf5c6188",name:"Dangersense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bebilith acts two times in a round, on initiative counts 20 and 10. It cannot delay or ready actions. On each turn, it has a standard action instead of its normal allotment of actions. It can use one immediate action between each pair of turns.",damage:"on initiative counts 20 and 10",category:0}],damageModifiers:[{type:3,value:-20}],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"970265c6-3ae4-464c-9722-3b8e068996f0",name:"Behir",details:"SHREWD AND DEADLY, a behir is capable of running down prey and swallowing it whole. A quick-witted opponent could try to reason with—or bribe—a behir before becoming its next meal.",size:4,origin:4,type:1,keywords:"",level:14,role:{type:7,flag:2,leader:!1},senses:"Perception +12; tremorsense 10",movement:"7, climb 5",alignment:"Unaligned",languages:"Common, Draconnic",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:21},charisma:{score:13},hp:564,initiative:14,ac:30,fortitude:27,reflex:26,will:26,regeneration:null,auras:[{id:"b84f6af3-a203-4094-9b44-58542dd03ba6",name:"Lightning Storm",keywords:"",details:"aura 5; an enemy that starts its turn in the aura takes 5 lightning damage."}],powers:[{id:"494029d0-984e-4572-9e30-f59ee63b435b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 3; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"6e70c3e7-27e2-4bb1-81ae-70584c0a5a6b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 1d8+6 damage plus 1d8 lightning damage.",damage:"1d8+6 damage plus 1d8 lightning damage",category:1},{id:"db18a2ac-1f2f-4bc8-b323-485b4e2c8015",name:"Devour",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"Reach 3; 2d8+6 damage, and a Medium or smaller target is swallowed. A swallowed target is grabbed and restrained. A swallowed creature has line of sight and line of effect only to the behir, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the behir. A behir can move normally while it has a target grabbed in this way. When the behir dies, the target can escape as a move action, appearing in the behir’s former space. Sustain Free: The behir sustains the grab, and the target takes 10 damage.",damage:"2d8+6 damage",category:1},{id:"deb5a0c7-7199-4734-b10e-79aab5824899",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"3d10+6 lightning damage and the target is dazed. Miss: Half damage.",damage:"3d10+6 lightning damage and the target is dazed",category:1},{id:"42c93b11-5d54-49d7-a804-8c9bcd83d08e",name:"Thundering Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:17,defence:1},description:"",details:"1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"eb452eab-c072-433f-a4ee-54929dd7ca04",name:"Lightning Reflexes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir acts three times in a round, on initiative counts 30, 20, and 10. It cannot delay or ready actions. On each turn, it has a standard action instead of the normal allotment of actions. It can use one immediate action between each pair of turns.",damage:"on initiative counts 30",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"80ecdd63-df44-456a-8d9f-59afbe5a0625",name:"Behir Bolter Whelp",details:"ALTHOUGH SMALL IN COMPARISON with adult behirs, a behir bolter whelp is large and fast enough to easily capture and consume the creatures it preys upon.",size:3,origin:4,type:1,keywords:"",level:8,role:{type:7,flag:2,leader:!1},senses:"Perception +7; tremorsense 10",movement:"8, climb 5",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:20},intelligence:{score:7},wisdom:{score:17},charisma:{score:11},hp:352,initiative:11,ac:24,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"9262d910-b7c2-4bde-8523-22d4ddc01b52",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"10347db3-883b-4964-ac21-a9fa6fe20cf2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d6+5 damage plus 1d6 lightning damage.",damage:"1d6+5 damage plus 1d6 lightning damage",category:1},{id:"c76afe00-5d01-4b7d-86be-800a58a6106b",name:"Knockdown Rush",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The behir bolter whelp charges and makes the following attack; 1d12+6 damage, and the target is knocked prone.",damage:"1d12+6 damage",category:3},{id:"61c18524-144e-4270-abb1-1ba4df287008",name:"Rip-Claw Response",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir bolter whelp makes a claw attack against the triggering creature.",damage:"",category:5},{id:"b227876d-3338-4a59-9007-708914691b28",name:"Lightning Shock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5 and when first bloodied"},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"2d10+7 lightning damage. Miss: Half damage.",damage:"2d10+7 lightning damage",category:1},{id:"46a09904-d17c-4105-9af8-4ee201da51ad",name:"Lightning Reflexes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir bolter whelp acts three times in a round, on initiative counts 20, 15, and 5. It cannot delay or ready actions. On each turn, it has a standard action instead of the normal allotment of actions. It can use one immediate action between each pair of turns.",damage:"on initiative counts 20",category:0}],damageModifiers:[{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0793f6b-4bd4-41dc-9b09-bbb278d6e03c",name:"Behir Stormsteed",details:"TRAINED AS MOUNTS BY STORM GIANTS, behir stormsteeds focus their lightning breath into constant streams of arcing electricity that they cling to and climb upon with their many legs.",size:4,origin:4,type:1,keywords:"mount",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +18; tremorsense 10",movement:"8, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:29},dexterity:{score:25},intelligence:{score:7},wisdom:{score:23},charisma:{score:15},hp:229,initiative:21,ac:40,fortitude:38,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"0d4fa857-9a66-49f7-b416-5fe34e607ce0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 1d8+9 damage plus 1d8 lightning damage, and each creature within 3 squares of the target takes 5 lightning damage.",damage:"1d8+9 damage plus 1d8 lightning damage",category:1},{id:"1e3736af-9b1a-4cd5-b26d-9b3de77fcbf1",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Close burst 3",attack:{bonus:29,defence:2},description:"",details:"two creatures in burst; 1d10+9 lightning damage and the target is slowed until the end of the target’s next turn.",damage:"1d10+9 lightning damage and the target is slowed until the end of the target’s next turn",category:1},{id:"e1369d98-767c-43e3-aa9d-bd663aea2d26",name:"Ride the Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 24th level or higher",range:"",attack:null,description:"",details:"The behir stormsteed can use its bite or lightning breath once per turn as a minor action. In addition, the rider gains a +2 bonus to attacks with lightning powers.",damage:"the rider gains a +2 bonus to attacks with lightning powers",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"763850c3-95f7-4811-bb11-356726028d21",name:"Beholder Eye of Chaos",details:"THE EYE OF CHAOS IS A SINGULAR ENGINE of destruction, eschewing tactics and reason in favor of sowing a maximum amount of mayhem and ruin.",size:3,origin:0,type:1,keywords:"",level:25,role:{type:0,flag:1,leader:!1},senses:"Perception +16; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:26},dexterity:{score:26},intelligence:{score:21},wisdom:{score:18},charisma:{score:28},hp:364,initiative:20,ac:37,fortitude:37,reflex:37,will:38,regeneration:null,auras:[],powers:[{id:"05b981f3-8d25-498a-ab34-c0a829c97888",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"806d281b-1e84-4eb8-a607-c43ead0de5e0",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:30,defence:1},description:"",details:"and the target cannot use encounter attack powers or daily attack powers until the end of the beholder eye of chaos’s next turn.",damage:"",category:3},{id:"a339035c-a376-4f9a-bb75-5eb66512d586",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder eye of chaos",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eye of chaos uses eye ray against the triggering enemy.",damage:"",category:5},{id:"7d861256-73d7-487e-8b2f-5fdb8af0dde6",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eye of chaos uses one eye ray power chosen from the list below. Using eye rays does not provoke opportunity attacks.",damage:"",category:1},{id:"9515556f-24a1-4136-bc00-49e8c6cf1706",name:"Ripple of Chaos",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Each enemy within 5 squares of the beholder eye of chaos is targeted by a random eye ray power as a free action. The eye of chaos then teleports 6 squares as a free action.",damage:"Each enemy within 5 squares of the beholder eye of chaos is targeted by a random eye ray power as a free action",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4aaae2c6-9442-4874-bca0-011a979db7d3",name:"Beholder Eye of Frost",details:"THE EYE OF FROST IS A HEARTLESS PREDATOR that hunts in frozen lands of ice and snow. More so than other types of beholders, the eye of frost lives for the twisted pleasures of the moment, seldom concerning itself with long-term plans.",size:3,origin:0,type:1,keywords:"",level:14,role:{type:0,flag:1,leader:!1},senses:"Perception +16; all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:21},dexterity:{score:21},intelligence:{score:12},wisdom:{score:18},charisma:{score:23},hp:222,initiative:12,ac:26,fortitude:26,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8ea35a0a-ba09-4b92-afa9-1c46d5a1ac0e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6 damage.",damage:"2d6 damage",category:1},{id:"430e8af9-f617-4b72-9c31-2b1942004239",name:"Central Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(minor 1/round",range:"Ranged 8",attack:{bonus:20,defence:2},description:"",details:"the target is weakened (save ends). If the target takes cold damage while weakened by this power, it is immobilized until no longer weakened.",damage:"if the target takes cold damage while weakened by this power",category:1},{id:"cd582bd9-d30c-435c-91fa-e067366b0319",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder eye of frost",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eye of frost uses eye ray against the triggering enemy. While the eye of frost is bloodied, a creature it hits also gains vulnerable 5 cold until the end of the eye of frost’s next turn.",damage:"a creature it hits also gains vulnerable 5 cold until the end of the eye of frost’s next turn",category:5},{id:"18777fb7-2412-442e-aeb1-ced5b2fd60ee",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder eye of frost uses one eye ray power chosen from the list below. Using eye rays does not provoke opportunity attacks.",damage:"",category:1},{id:"ca95c840-b62e-4513-9492-9e1eff372cac",name:"Ice Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The beholder eye of frost’s AC and Fortitude increase by 2 until the end of the encounter.",damage:"The beholder eye of frost’s AC and Fortitude increase by 2 until the end of the encounter",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8bebc1e8-554b-4984-866a-6b0ca8f80fb2",name:"Beholder Gauth",details:"THE GAUTH IS THE LEAST among beholderkind, but it uses the reputation of its more fearsome kin to gain power over weaker creatures.",size:2,origin:0,type:1,keywords:"",level:5,role:{type:0,flag:1,leader:!1},senses:"Perception +10; all-around vision, darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:15},intelligence:{score:18},wisdom:{score:16},charisma:{score:20},hp:102,initiative:4,ac:17,fortitude:16,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"379f8615-689b-456f-81c7-a479a40876d3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4 damage.",damage:"2d4 damage",category:1},{id:"34c484a6-5eb6-4e98-a5fb-eb9906f10ce3",name:"Central Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(minor",range:"Ranged 5",attack:{bonus:10,defence:3},description:"",details:"the target is immobilized until the end of the beholder gauth’s next turn.",damage:"",category:1},{id:"3e8e1dca-c596-42e3-b1b5-480f7823dc50",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The beholder gauth uses two eye ray powers chosen from the list below. Each eye ray must target a different creature. Using eye rays does not provoke opportunity attacks.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee941ab2-30b9-4b6b-8f24-75b4a9f0c1bb",name:"Beholder Ultimate Tyrant",details:"THE MOST HORRIBLE OF ALL BEHOLDERS, ultimate tyrants emerge from the Far Realm to spread dark madness in their wake.",size:4,origin:0,type:1,keywords:"",level:29,role:{type:0,flag:2,leader:!1},senses:"Perception +27; all-around vision, darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:30},dexterity:{score:22},intelligence:{score:34},wisdom:{score:27},charisma:{score:38},hp:1080,initiative:20,ac:41,fortitude:38,reflex:40,will:42,regeneration:null,auras:[],powers:[{id:"88a299f1-b74e-4314-9040-502c666f7439",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"3d8+10 damage.",damage:"3d8+10 damage",category:1},{id:"012bc9f6-a94d-4bf0-acab-dbf17a11af98",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 30",attack:{bonus:34,defence:1},description:"",details:"the target is dazed and slowed (save ends both). First Failed Saving Throw: The target is stunned (save ends). Miss: The target is slowed (save ends).",damage:"",category:3},{id:"abb9379b-5502-473c-be47-fb2869741b22",name:"Eyes of the Beholder",action:{action:7,trigger:"when an enemy starts its turn within 5 squares of the beholder",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ultimate tyrant uses eye ray against the triggering enemy.",damage:"",category:5},{id:"4ecacd76-f5a2-40ab-82a7-f4b4266b7123",name:"Spasmodic Rays",action:null,keywords:"",condition:"when first bloodied and again when the beholder ultimate tyrant drops to 0 hit points",range:"",attack:null,description:"",details:"The ultimate tyrant uses a random eye ray attack against each enemy within 10 squares.",damage:"The ultimate tyrant uses a random eye ray attack against each enemy within 10 squares",category:0},{id:"d415b976-e1a9-497d-a505-a79d9519a589",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The beholder ultimate tyrant uses two eye ray powers chosen from the list below. The origin square of each area burst must be centered on a different enemy. Using eye ray does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"069c54b3-80b4-4726-9e6f-c117e5f08b98",name:"Antimagic Field",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A beholder ultimate tyrant takes no damage from zone effects.",damage:"a beholder ultimate tyrant takes no damage from zone effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"3692740b-a6ad-47d3-aa4e-350357f7a3cd",name:"Berserker Prelate of Demogorgon",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Diplomacy +12, Religion +11",equipment:"greatclub; hide armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:14},wisdom:{score:12},charisma:{score:17},hp:86,initiative:4,ac:22,fortitude:20,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"ea0fcaf0-a93b-44b8-bd86-46bbe3df2b0c",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+7 damage, and the berserker prelate of Demogorgon pushes the target 1 square.",damage:"1d10+7 damage",category:1},{id:"e07cac96-5176-42b6-971e-9bf07957d103",name:"Abyssal Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"1d8+4 damage, and the berserker prelate of Demogorgon slides the target 2 squares.",damage:"1d8+4 damage",category:1},{id:"1aa78120-bdf7-4c0f-a72b-28e9c68cdc2c",name:"Bloodletter’s Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:10,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage, and the target is dazed until the end of the berserker prelate of Demogorgon’s next turn. Effect: Any ally within the burst gains a +2 bonus to attack rolls until the end of its next turn.",damage:"2d6+5 psychic damage",category:1},{id:"286c97fa-283c-4e22-8485-c512c02f1e61",name:"Death Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the berserker prelate of Demogorgon can make two greatclub attacks as a standard action, each with a -2 penalty to the attack roll. The prelate cannot use abyssal bolt or bloodletter’s call until the end of the encounter.",damage:"each with a -2 penalty to the attack roll",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c24b0cd6-ee06-48c6-9d8f-ca51961af395",name:"Black Pudding",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +4; blindsight 10, tremorsense 10",movement:"4, climb 3",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:163,initiative:6,ac:20,fortitude:22,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"44e369e6-5b42-4f4f-b775-de5820b899b1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"2d6+4 acid damage, and ongoing 5 acid damage (save ends).",damage:"2d6+4 acid damage",category:1},{id:"81a2d53b-7e5b-4254-b5ef-7994a73e9443",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:9,defence:1},description:"",details:"2d6+4 acid damage, and the target is grabbed. Sustain Standard: The black pudding sustains the grab, and the target takes 2d6 acid damage and loses a healing surge. A target that has no healing surges instead takes damage equal to its level.",damage:"2d6+4 acid damage",category:1},{id:"e6d6d457-b7cb-4b6c-a1ca-9efb8833d9e3",name:"Mercurial Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A black pudding ignores difficult terrain and does not provoke opportunity attacks by moving.",damage:"",category:0},{id:"6bf8d397-bb5d-447b-b877-2973b59c9db8",name:"Split",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the black pudding is hit by a weapon attack",range:"",attack:null,description:"",details:"A black pudding spawn appears in a square adjacent to the black pudding or in the nearest unoccupied square.",damage:"",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"61114884-a8ae-4111-88df-60a1570414fc",name:"Black Pudding Spawn",details:"",size:2,origin:4,type:1,keywords:"blind, ooze",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; blindsight 10, tremorsense 10",movement:"4, climb 3",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:19},dexterity:{score:14},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:1,initiative:6,ac:22,fortitude:24,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"eca8c265-3669-4d20-9d7d-e976f2b7eafe",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"10 acid damage.",damage:"10 acid damage",category:1},{id:"594ace05-8f60-49d2-892e-30a68c2534e1",name:"Mercurial Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A black pudding spawn ignores difficult terrain and does not provoke opportunity attacks by moving.",damage:"",category:0}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"c7b995e1-3b51-42e8-b5a4-96f8b03afeb6",name:"Bladerager Troll",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"7",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +17, Endurance +16",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:18},intelligence:{score:3},wisdom:{score:16},charisma:{score:10},hp:151,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:{value:10,details:""},auras:[],powers:[{id:"f626daf0-d8c9-4cd9-a6dc-60bb44aa424e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"8bd5d1ad-a9c8-4e4e-ab00-0e85942ed593",name:"Bladerager Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 3d10+6 damage, and ongoing 5 damage (save ends).",damage:"3d10+6 damage",category:1},{id:"8bca2c89-3568-4834-99e0-94791f69a7a8",name:"Death Burst",action:null,keywords:"",condition:"when the bladerager troll drops to 0 hit points",range:"close burst 2",attack:{bonus:13,defence:2},description:"",details:"The troll explodes in a burst of shrapnel; 2d6+5 damage.",damage:"2d6+5 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the bladerager troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"4b4fb916-b58d-40d3-a2b5-99af01d03a85",name:"Blood Hawk",details:"",size:1,origin:4,type:1,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"2 (clumsy), fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:16},intelligence:{score:2},wisdom:{score:13},charisma:{score:7},hp:27,initiative:5,ac:15,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"73921a95-ee23-4b65-9a82-1bc780817659",name:"Claw Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+5 damage, and the target takes ongoing 2 damage, or ongoing 5 damage if the blood hawk is bloodied (save ends).",damage:"1d6+5 damage",category:1},{id:"82203ab2-692f-4c6e-9d9f-31dded3c5e73",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Blood Hawk flies 6 squares and makes a Claw Rake attack at any point during that movement. The Blood Hawk doesn’t provoke opportunity attacks when moving away from the target.",damage:"The Blood Hawk flies 6 squares and makes a Claw Rake attack at any point during that movement",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d8d1bf95-9e4e-4be1-a7f2-7ea85218ff77",name:"Bloodseeker Drake",details:"A BLOODSEEKER DRAKE IS AN AGGRESSIVE HUNTER that enters a frenzy when it smells blood.",size:2,origin:4,type:1,keywords:"reptile",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +8",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:19},intelligence:{score:2},wisdom:{score:10},charisma:{score:13},hp:53,initiative:8,ac:20,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"9b17a295-254d-484a-b27c-82b826595c84",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"587fd59d-a1c4-4ede-a5dc-dc07eba9271f",name:"Blood Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bloodseeker drake can make an opportunity attack against any adjacent bloodied creature that shifts.",damage:"",category:0},{id:"f37c3db1-abe4-4c22-aa3c-1dc6bf405fed",name:"Bloodthirsty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bloodseeker drake gains a +3 bonus to damage rolls against bloodied targets.",damage:"a bloodseeker drake gains a +3 bonus to damage rolls against bloodied targets",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while within 2 squares of an ally)",tactics:""},{id:"064dc0eb-f210-4c24-81bc-151f788d3bd0",name:"Bloodseep Demon",details:"",size:2,origin:1,type:2,keywords:"demon",level:7,role:{type:6,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"7, teleport 3",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:19},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:79,initiative:9,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[{id:"8fdea32e-eaea-4c6e-95a9-b1431c7000dd",name:"Weeping Poison",keywords:"",details:"(Healing, Poison) aura 2; each enemy that starts its turn within the aura takes 5 poison damage. While the Bloodseep Demon is bloodied, any demon that starts its turn within the aura regains 5 hit points."}],powers:[{id:"998de762-5e37-45ac-8708-e48bd2547d2b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+5 damage, and ongoing 5 poison damage (save ends).",damage:"2d4+5 damage",category:1},{id:"368aa929-c4c4-4637-948a-245793bd35ce",name:"Poison Portal Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The bloodseep demon teleports 5 squares and makes a claw attack. If the attack hits, the bloodseep demon teleports 5 squares.",damage:"The bloodseep demon teleports 5 squares and makes a claw attack",category:1},{id:"8cf4644b-07bb-4402-93e1-00707f4fa293",name:"Poison Blast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Poison",condition:"",range:"Close blast 5",attack:{bonus:10,defence:1},description:"",details:"targets enemies; 1d4+5 poison damage. Effect: Each demon in the blast regains 1d4+5 hit points.",damage:"1d4+5 poison damage",category:3}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"b51e17c4-fb54-4e65-969c-fa4cea8c6b6d",name:"Bloodthorn Vine",details:"",size:2,origin:4,type:1,keywords:"plant",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +3; blindsight 10",movement:"5 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:10},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:41,initiative:3,ac:18,fortitude:15,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"841643cd-88be-4bd9-b4ed-7b504a1bb292",name:"Striking Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"4a3bb8e1-099b-40c7-87d2-3fd977477280",name:"Impaling Thorn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the bloodthorn vine doesn’t have a creature grabbed"},keywords:"Healing",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"The vine impales the target’s flesh with a thorn; 1d8+4 damage, and the target is grabbed. Sustain Standard: The vine sustains the grab, the target takes 2d8 + 4 damage, and the vine regains 5 hit points.",damage:"1d8+4 damage",category:1},{id:"7f266254-3a0b-4afb-b493-c605e606fa4b",name:"Pulling Vines",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bloodthorn vine shifts 1 square, pulling any creature grabbed by it into a space adjacent to it.",damage:"The bloodthorn vine shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea3159f1-c6ab-4597-864f-9d87d0875c15",name:"Bone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6 (cannot shift)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:20},intelligence:{score:3},wisdom:{score:17},charisma:{score:3},hp:302,initiative:11,ac:24,fortitude:25,reflex:24,will:22,regeneration:null,auras:[{id:"4c1313c1-e39f-4a41-8cd5-b84f9f46321c",name:"Bone Spikes",keywords:"",details:"aura 1; each enemy that enters the aura takes 5 damage."}],powers:[{id:"a798c0e9-778f-4ffb-9144-3435549d8ccc",name:"Bone Spur",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"eb4d821d-ba32-45e7-9394-79b514ba09cd",name:"Double Spurs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bone golem makes two bone spur attacks, each against a different target. If both attacks hit, the targets are dazed until the end of the golem’s next turn.",damage:"",category:1},{id:"93cea617-69ab-4053-9156-1df5b7823488",name:"Bone Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:13,defence:2},description:"",details:"4d8+6 damage, and the target is dazed (save ends).",damage:"4d8+6 damage",category:1},{id:"d71cc551-d2ce-480d-98fa-5ce65cb21ca3",name:"Bone Death",action:{action:7,trigger:"when first bloodied and again when the bone golem drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem uses bone volley if the power is not expended; otherwise, it makes a bone spur attack.",damage:"",category:5},{id:"b19dcd3e-b0a5-49a4-8eef-b5ee22a8938c",name:"Osseous Retaliation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that makes an opportunity attack against a bone golem takes 2d6 damage.",damage:"a creature that makes an opportunity attack against a bone golem takes 2d6 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"e7072ff5-83c8-4a63-b7e5-6d730ad1b541",name:"Bonecrusher Skeleton",details:"",size:3,origin:4,type:0,keywords:"undead",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"greatclub",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:21},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:80,initiative:10,ac:22,fortitude:21,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"c799641a-5d73-4eab-9f9c-aff47596c13e",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"f0af89bc-b78e-4ece-8e0f-da48bd8bb5ce",name:"Crushing Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d10+5 and the target is pushed 1 square and knocked prone.",damage:"Reach 2",category:1},{id:"a93f187e-5d0f-4eb4-ab36-43aa72d28b3c",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The bonecrusher skeleton can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4b0b828a-7c5e-471e-8d69-2afeb0965d88",name:"Bristle Spider",details:"",size:4,origin:4,type:1,keywords:"spider",level:15,role:{type:4,flag:1,leader:!1},senses:"Perception +8; tremorsense 10",movement:"8, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:24},intelligence:{score:3},wisdom:{score:13},charisma:{score:6},hp:232,initiative:18,ac:29,fortitude:27,reflex:29,will:23,regeneration:null,auras:[],powers:[{id:"3a7f48ff-5588-4e2c-9251-3b3369fc9ea8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+6 damage, and the target is slowed and takes ongoing 10 poison damage (save ends both).",damage:"1d10+6 damage",category:1},{id:"4469f88c-3a8d-4a8b-9479-5c2bc024123f",name:"Acidic poison Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Poison",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d8+6 acid and poison damage, and the target is slowed and takes ongoing 10 acid and poison damage (save ends both).",damage:"2d8+6 acid and poison damage",category:1},{id:"082d53fa-4aff-4e33-856d-e1cb7030f73e",name:"Bristle Blast",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:1},description:"",details:"the target is blinded and dazed until the start of the bristle spider’s next turn.",damage:"",category:3},{id:"b1f87344-318d-402f-9321-1036173faa75",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bristle spider ignores the effects of spider webs and spider swarms.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6dbff5fb-f423-424a-9ace-5cd2d93f449f",name:"Bugbear Wardancer",details:"",size:2,origin:4,type:2,keywords:"goblin",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"heavy flail; hide armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:70,initiative:9,ac:20,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"1ff60223-2894-4b2f-81ef-aa2475c1f1b2",name:"Flail Dance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"2d6+4 damage, the target is pushed 2 squares and knocked prone, and the bugbear wardancer shifts 1 square.",damage:"2d6+4 damage",category:1},{id:"2188e2c1-3009-416f-81ab-7c1ebd51c63b",name:"Flail Barrier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets enemies; no attack roll; 5 damage, and the bugbear wardancer takes half damage from weapon attacks until the end of its next turn.",damage:"5 damage",category:1},{id:"3fdca6d1-2dd1-428a-a43f-489178162c9f",name:"Flail Assault",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:9,defence:2},description:"",details:"2d6 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6 damage",category:1},{id:"ed03bd4d-b8b1-4115-8ea9-0e7e6746eb4e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bugbear wardancer deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"a bugbear wardancer deals 1d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ee12ba74-061e-44ae-8e78-f8926ce534d4",name:"Bullywug Croaker",details:"WEAK AND FLABBY, a croaker belches foul gas in loud croaks.",size:2,origin:4,type:2,keywords:"aquatic",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6 (swamp walk), swim 4",alignment:"Chaotic evil",languages:"Primordial",skills:"Athletics +6",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:6},wisdom:{score:10},charisma:{score:5},hp:1,initiative:3,ac:14,fortitude:12,reflex:14,will:12,regeneration:null,auras:[{id:"201c07e0-102a-4be2-90ca-4d957e53beb6",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"4c51e148-2448-47cc-8be3-b3835948fe64",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"a01af0a2-882c-40ed-b4c1-f308b272c286",name:"Foul Croak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close blast 2",attack:{bonus:4,defence:1},description:"",details:"4 poison damage.",damage:"4 poison damage",category:1},{id:"2066d117-8de9-4054-b370-120aeaaf61d7",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug croaker regains 3 hit points.",damage:"Any attacker who scores a critical hit against a bullywug croaker regains 3 hit points",category:0}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c803be99-d755-46e0-be6d-b53720c6c6f7",name:"Bullywug Mucker",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +0",movement:"6 (swamp walk), swim 4",alignment:"Chaotic evil",languages:"Primordial",skills:"Athletics +8",equipment:"leather armor; spear",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:6},wisdom:{score:10},charisma:{score:8},hp:34,initiative:2,ac:12,fortitude:12,reflex:12,will:10,regeneration:null,auras:[{id:"0c83860e-13b5-451f-9215-fa012b040a23",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"f194341e-00ed-4625-ac0c-ddefce9abf52",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"551533f3-4011-4d55-b0a1-a9fcbce79b0a",name:"Bullywug Rush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only in place of a melee basic attack when charging",range:"",attack:{bonus:5,defence:1},description:"",details:"2d6+4 damage, and the target is knocked prone. Miss: The bullywug mucker takes 3 damage and is knocked prone.",damage:"2d6+4 damage",category:1},{id:"1d6fe6f1-0fc0-4465-9658-ce9cb535f997",name:"Bully",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A bullywug mucker’s attack deals 1d6 extra damage against prone targets.",damage:"a bullywug mucker’s attack deals 1d6 extra damage against prone targets",category:0},{id:"33eb897f-1de1-4b97-a91f-d7af6d6b36ee",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug mucker regains 3 hit points.",damage:"Any attacker who scores a critical hit against a bullywug mucker regains 3 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea32e188-1f0b-4015-a0e5-1eabc3214006",name:"Bullywug Mud Lord",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6 (swamp walk), swim 4",alignment:"Chaotic evil",languages:"Primordial",skills:"Arcana +6, Nature +9",equipment:"quarterstaff",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:16},charisma:{score:10},hp:39,initiative:2,ac:16,fortitude:14,reflex:14,will:16,regeneration:null,auras:[{id:"9733ee3d-74c8-4d00-8bb4-6586ed0117ea",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"7fb8e4cc-3d83-4d48-b079-5bf162ce2dfd",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"3ef3fb07-c2cb-4644-8f6b-a3acb17c8c13",name:"Electric Reflux",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Lightning",condition:"",range:"Close blast 3",attack:{bonus:6,defence:2},description:"",details:"(+8 with necessary sacrifices)2d6+4 cold and lightning damage, and the target is dazed until the end of the bullywug mud lord’s next turn. Miss: Half damage.",damage:"(+8 with necessary sacrifices)2d6+4 cold and lightning damage",category:1},{id:"644a9de6-e59e-41af-8b95-c6a53552943e",name:"Fiery Croak",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Thunder",condition:"",range:"Area burst 1 within 20",attack:{bonus:6,defence:2},description:"",details:"(+8 with necessary sacrifices)1d10+4 fire and thunder damage.",damage:"(+8 with necessary sacrifices)1d10+4 fire and thunder damage",category:1},{id:"5c5fc87d-2a56-462d-9b1c-1e16e42df2fb",name:"Necessary Sacrifices",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a bullywug mud lord includes at least one ally in the area of its area or close attacks, each of its rolls with that attack gains a +2 power bonus.",damage:"each of its rolls with that attack gains a +2 power bonus",category:0},{id:"6de4d042-274c-414a-913d-24181e30fc54",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug mud lord regains 5 hit points.",damage:"Any attacker who scores a critical hit against a bullywug mud lord regains 5 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f097ab87-a6df-425b-8bc0-8d122a2926c9",name:"Bullywug Twitcher",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"7 (swamp walk), swim 5",alignment:"Chaotic evil",languages:"Primordial",skills:"Athletics +8",equipment:"javelin",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:8},hp:34,initiative:7,ac:16,fortitude:13,reflex:14,will:13,regeneration:null,auras:[{id:"777a8a5c-ac33-498b-a8e1-05dbd163fcc4",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"66075bc4-a8b8-4357-82f9-9ff171cce714",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"ed3eeee8-0982-43e2-9774-7e1d67dc8765",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"f7fcc264-dd2c-4e23-be10-7ab618c888ea",name:"Spasmodic Hop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable, Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Marks on the bullywug twitcher end, and it shifts 4 squares before the attack; 2d6+3 damage, and the target takes a -4 penalty to attack rolls against the twitcher until the end of the twitcher’s next turn.",damage:"2d6+3 damage",category:1},{id:"927303a2-4377-402c-9c60-82965311de77",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug twitcher regains 4 hit points.",damage:"Any attacker who scores a critical hit against a bullywug twitcher regains 4 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4143568-bf9b-4e58-b94a-8175a5129dfd",name:"Centaur Campaigner",details:"",size:3,origin:2,type:2,keywords:"",level:25,role:{type:7,flag:0,leader:!0},senses:"Perception +20; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +23, Intimidate +23, Nature +20",equipment:"light shield; longsword; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:23},intelligence:{score:12},wisdom:{score:16},charisma:{score:22},hp:230,initiative:20,ac:42,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"19dcd9b5-c384-428c-a098-e946bc4d3fd5",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"2d8+8 damage, plus 2d8 thunder damage when charging.",damage:"2d8+8 damage",category:1},{id:"5d96953c-3676-449b-a3f2-410005d4c439",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into aspace where it flanks the centaur campaigner",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Targets the triggering creature; 1d6+8 damage.",damage:"1d6+8 damage",category:5},{id:"b84fae58-15a8-4866-9813-9d2f314bf828",name:"Hoofed Tornado",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder, Weapon",condition:"",range:"Close burst 1",attack:{bonus:30,defence:0},description:"",details:"targets enemies; 3d8+8 damage plus 1d6+4 thunder damage, and the target is knocked prone. Effect: The target is marked until the end of the centaur campaigner’s next turn.",damage:"3d8+8 damage plus 1d6+4 thunder damage",category:1},{id:"91e788e2-9593-45f4-99d8-a8a1cbd57a5b",name:"Light Hoof",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A centaur campaigner ignores difficult terrain.",damage:"",category:0},{id:"1aa2fbeb-5a11-45b2-a5e5-c1c0251585f2",name:"Shock Trooper",action:null,keywords:"",condition:"",range:"When a centaur campaigner has more than one enemy adjacent to it, its melee attacks deal 1d6 extra damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"3915c96a-3411-4ecb-a337-f601a973d927",name:"Sky Bound",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The centaur campaigner gains a fly speed of 8 until the end of its turn. If the campaigner doesn’t end its turn on the ground, it floats to the ground at the end of its turn without taking falling damage.",damage:"it floats to the ground at the end of its turn without taking falling damage",category:4},{id:"5f93f17c-37bc-4148-bb14-7346c1df3fc2",name:"Three-Thunder Assault",action:{action:7,trigger:"when the campaigner hits with a charge attack",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"Two allies within 10 squares of the centaur campaigner make charge attacks as free actions. Each ally’s attack deals 6 extra thunder damage.",damage:"each ally’s attack deals 6 extra thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c76d1e67-3bd0-44a4-883b-e187e53da6fe",name:"Centaur Hunter",details:"",size:3,origin:2,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +15, Nature +14",equipment:"arrow; bastard sword; longbow",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:96,initiative:11,ac:25,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"2c1467ac-2b51-465e-94c9-03fecc3d3e18",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d10+4 damage, plus 1d6 damage when charging.",damage:"1d10+4 damage",category:1},{id:"b1732d70-9c7e-4f8d-b030-01408528d633",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into a space where it flanks the centaur hunter",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Targets the triggering creature; 1d6+4 damage.",damage:"1d6+4 damage",category:5},{id:"b5094346-d220-4ac9-be8c-f5e4735e249a",name:"Lightning-Fast Shots",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 25/50",attack:{bonus:19,defence:0},description:"",details:"1d12+2 damage. Effect: Make the attack one more time against the same target or a different one.",damage:"1d12+2 damage",category:1},{id:"0318cc4f-06c8-4001-8312-7d561abb1f00",name:"Charger Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 25/50",attack:{bonus:19,defence:1},description:"",details:"1d12+5 damage, and the target is pushed 3 squares and knocked prone.",damage:"1d12+5 damage",category:1},{id:"c86a149c-a8d7-41f7-9b81-6b8aa4bd28ba",name:"Triple Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 25/50",attack:{bonus:19,defence:0},description:"",details:"targets one, two, or three creatures; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"eb457fd0-81f2-4866-917c-2d2146cb94d6",name:"Close-Combat Archer",action:null,keywords:"",condition:"",range:"When making ranged attacks, a centaur hunter does not provoke opportunity attacks from the targets.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8fd1f1d4-9495-4a28-8246-784e02507fae",name:"Centaur Mystic",details:"",size:3,origin:2,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"Perception +21; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +15, Heal +21, Insight +21, Nature +21",equipment:"leather armor; quarterstaff",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:14},intelligence:{score:16},wisdom:{score:21},charisma:{score:14},hp:132,initiative:8,ac:27,fortitude:26,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"f1f28d02-7306-40da-9d08-3b240358c2a8",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d8+6 damage, plus 1d6 damage when charging.",damage:"1d8+6 damage",category:1},{id:"679a1501-06f3-4b30-b6a8-171bded36064",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into a space where it flanks the centaur mystic",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Targets the triggering creature; 1d6+4 damage.",damage:"1d6+4 damage",category:5},{id:"6872aa0b-03da-4911-ab29-ebe75e84aace",name:"Rootwhip Staff",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Reach 2; 1d8+6 damage, the centaur mystic slides the target 3 squares, and the target is slowed (save ends).",damage:"1d8+6 damage",category:1},{id:"b20511e8-a86f-43e9-91e5-4e730fce2190",name:"Ancestral Chargers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a centaur within 10 squares of the centaur mystic drops to 0 hit points"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:14,defence:1},description:"",details:"target enemies; (and Will (one attack roll against both defenses))3d8 +5 psychic damage if the attack hits the target’s Will; the target is pushed 2 squares and knocked prone if the attack hits the target’s Fortitude.",damage:"(and will (one attack roll against both defenses))3d8 +5 psychic damage if the attack hits the target’s will",category:1},{id:"776fbb75-d96b-43ad-9337-ad66d35baa6b",name:"Biting Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"the burst creates a zone of biting earth that lasts until the end of the centaur mystic’s next turn. Any enemy that ends its turn within the zone is immobilized (save ends). As a free action, an enemy immobilized by the zone can take 3d8 damage to save against the effect. Sustain Standard: The zone persists, and the mystic can move it 3 squares.",damage:"an enemy immobilized by the zone can take 3d8 damage to save against the effect",category:1},{id:"f38e290c-d6b7-4503-9365-389409f86fe1",name:"Mystic Resonance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The centaur mystic and each ally it can see regain 10 hit points and can make a saving throw against one effect.",damage:"The centaur mystic and each ally it can see regain 10 hit points and can make a saving throw against one effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"004f268c-5b29-4a17-99e7-cbce7b7ac5f2",name:"Centaur Ravager",details:"",size:3,origin:2,type:2,keywords:"",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +17, Nature +14",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:9},wisdom:{score:16},charisma:{score:10},hp:150,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"2eaaae5f-0736-45a9-bcf0-516b1d3833c1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+6 damage, plus 1d10 damage when charging.",damage:"1d10+6 damage",category:1},{id:"44ccbfe7-75a3-43c1-bc87-fa02e4c4c0f8",name:"Quick Kick",action:{action:4,trigger:"when a creature moves into a space where it flanks the centaur ravager",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Targets the triggering creatures; 1d6+6 damage.",damage:"1d6+6 damage",category:5},{id:"3128e25b-91e6-4243-84fa-fec46582cade",name:"Berserk Rush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"2d10+6 damage (plus 1d10 damage when charging), and the target is pushed 2 squares and knocked prone. Special: When charging, the centaur ravager can use this power in place of a melee basic attack.",attack:{bonus:15,defence:1},description:"",details:"",damage:"",category:1},{id:"abd3226d-66f2-44ca-97cb-dc748af69272",name:"Brash Retaliation",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d10+6 damage, and the centaur ravager pushes the target 2 squares.",damage:"3d10+6 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa5e2458-3892-47a2-88cf-b8c069bfe87b",name:"Centipede Scuttler",details:"THIS ENORMOUS CENTIPEDE positions itself to ambush prey, sometimes clinging overhead or lurking in debris. It relentlessly pursues one target.",size:2,origin:4,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"8, climb 8 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:11},dexterity:{score:18},intelligence:{score:2},wisdom:{score:10},charisma:{score:9},hp:51,initiative:8,ac:18,fortitude:16,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"5e24bba1-8142-435f-b58f-0adade203a01",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage, and ongoing 5 poison damage (save ends); a creature already taking ongoing poison damage is also weakened (save ends).",damage:"1d6+2 damage",category:1},{id:"ed476334-1c9d-4038-a679-828fbfd1c046",name:"Feed",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Targets a weakened creature; 3d6+2 damage.",damage:"3d6+2 damage",category:1},{id:"be43ec89-f18d-45f2-8a6e-7c5114db3a0d",name:"Scuttle",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The centipede scuttler shifts 4 squares. When it shifts into an ally’s space, that movement does not count toward the 4 squares the scuttler can shift.",damage:"The centipede scuttler shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b840f8f4-001b-4ba9-9df1-947dc733cc7d",name:"Centipede Swarm",details:"ALTHOUGH EACH INDIVIDUAL IS JUST A FOOT LONG, when groups of centipedes swarm together they can kill and consume far larger targets.",size:2,origin:4,type:1,keywords:"swarm",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:17},intelligence:{score:1},wisdom:{score:10},charisma:{score:6},hp:44,initiative:4,ac:14,fortitude:14,reflex:15,will:10,regeneration:null,auras:[{id:"56f6b8f7-1e78-4d60-acb1-d7ffaef24138",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 damage plus 2 extra damage per centipede swarm adjacent to the enemy."}],powers:[{id:"ef002b40-da25-4f58-8cd8-cf2decf6c9bd",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d6 damage, and ongoing 5 poison damage (save ends); a creature already taking ongoing poison damage is also weakened (save ends). The centipede swarm’s attack deals 1 extra damage for each centipede swarm adjacent to it.",damage:"1d6 damage",category:1},{id:"8ea627ac-63c8-499e-950c-350b0586f7fd",name:"Survival Instinct",action:{action:4,trigger:"when hit by an area or close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The centipede swarm shifts 3 squares.",damage:"The centipede swarm shifts 3 squares",category:5}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"0f804460-c7e2-4c86-8617-af77e9a6b9eb",name:"Chain Golem",details:"",size:4,origin:4,type:0,keywords:"construct",level:22,role:{type:7,flag:1,leader:!1},senses:"Perception +19; darkvision",movement:"8 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:22},intelligence:{score:3},wisdom:{score:26},charisma:{score:3},hp:418,initiative:19,ac:38,fortitude:35,reflex:32,will:34,regeneration:null,auras:[{id:"96336bdf-345b-466a-b3f4-bb2d3e60913a",name:"Entangling Chains",keywords:"",details:"aura 3; each enemy that starts its turn within the aura is slowed until the end of its turn."}],powers:[{id:"0277bcbc-82ea-499e-9a76-145e496636dd",name:"Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d8+9 damage, and the chain golem pulls the target 2 squares.",damage:"2d8+9 damage",category:1},{id:"9d2b7fcd-6ea0-484f-b612-4ff92a3a90af",name:"Berserk Attack",action:{action:4,trigger:"when the chain golem is damaged by an attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem makes a chain attack against a target adjacent to it.",damage:"",category:5},{id:"2bcd6a22-6f0b-4dad-836f-f86817e91005",name:"Chain Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chain golem makes two chain attacks, each against a different target.",damage:"",category:1},{id:"1c0d840f-eb0e-4cf5-8e2a-6b53d5071529",name:"Chain Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:27,defence:2},description:"",details:"2d8+9 damage, and the target is pulled 1 square and grabbed. While the target is grabbed by the chain golem, the golem can move away from the target without ending the grab. When the golem ends its move, it must slide the target into a space adjacent to it or the grab ends.",damage:"2d8+9 damage",category:1},{id:"7cd96ddc-96d1-4ff2-86ba-f7e5836b3d28",name:"Stable Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A chain golem ignores difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"32a0735e-97b9-45b7-b48e-e9eaba561995",name:"Chaos Hydra",details:"",size:4,origin:1,type:1,keywords:"reptile",level:22,role:{type:2,flag:2,leader:!1},senses:"Perception +20; all-around vision",movement:"7",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:20},intelligence:{score:2},wisdom:{score:19},charisma:{score:10},hp:848,initiative:16,ac:34,fortitude:36,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"69b60d70-e3e0-409a-85db-dc2da524705a",name:"Frostfire Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d8+5 cold and fire damage.",damage:"3d8+5 cold and fire damage",category:1},{id:"11e5bfee-6451-422f-8abd-0d8a24c071d5",name:"Storm Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d8+5 lightning and thunder damage.",damage:"3d8+5 lightning and thunder damage",category:1},{id:"920f89ee-9b68-419c-9be2-563e2dd309f0",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chaos hydra makes a storm bite attack, a frostfire bite attack, and each additional attack it has gained through the growth of a head.",damage:"",category:1},{id:"013b4090-ed5e-429c-895c-a6b334e863ce",name:"Crushing Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and the target is slowed and takes ongoing 10 damage (save ends both).",damage:"1d8+5 damage",category:1},{id:"61d9adfc-980d-4b57-86de-6e901c40f226",name:"Mind Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and the target is dazed (save ends).",damage:"1d8+5 damage",category:1},{id:"d9254656-a060-4b0b-a361-5b114585b6ef",name:"Paralyzing Fang",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and the target is immobilized and takes a -2 penalty to all defenses (save ends both).",damage:"1d8+5 damage",category:1},{id:"49714db1-296b-4dcd-bb42-11d236269383",name:"Venom Tooth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 1d8+5 damage, and ongoing 10 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"66a34f8a-1c1d-4331-84f9-74a2d90446bf",name:"Chaosborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A chaos hydra starts with two heads. When the hydra first reaches 636, 424, and 212 hit points, it grows an additional head. Roll a d4 at each increment to determine which attack the new head makes:",damage:"When the hydra first reaches 636",category:0},{id:"730f8de9-38d9-4439-b705-147c61b93de3",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a chaos hydra would become dazed or stunned, it instead loses one attack, determined randomly, while using hydra fury during its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"630e2db1-7adf-4ff1-92bd-2a79fecabf45",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A chaos hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"4ad4076e-36ca-4d1b-8f9d-19ede97a2dcd",name:"Chillfire Destroyer",details:"",size:3,origin:1,type:1,keywords:"cold, fire",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:20},intelligence:{score:5},wisdom:{score:20},charisma:{score:12},hp:173,initiative:12,ac:26,fortitude:26,reflex:25,will:25,regeneration:null,auras:[{id:"1573132d-4d46-4b15-82ea-a8e26b34f943",name:"Leaking Firecore",keywords:"",details:"(Fire) aura 2; while the chillfire destroyer is bloodied, each creature that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"9ac1cc77-bfbd-4a05-82d5-48f026322568",name:"Freezing Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d12+6 damage plus 1d12 cold damage.",damage:"1d12+6 damage plus 1d12 cold damage",category:1},{id:"ceefc07b-03bb-4f61-a352-fd37673e24a4",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The chillfire destroyer moves its speed and can move through enemies’ spaces. The destroyer makes an attack; 1d10+6 damage plus 1d10 cold damage, and the target is knocked prone.",damage:"1d10+6 damage plus 1d10 cold damage",category:1},{id:"a30b4517-4ab3-492c-8db0-b49d63a64427",name:"Firecore Breach",action:null,keywords:"Fire",condition:"when the chillfire destroyer drops to 0 hit points",range:"The destroyer does not die until the start of its next turn. Until then, the destroyer can take no actions. At the start of the destroyer’s next turn, it makes an attack: close burst 3",attack:{bonus:15,defence:2},description:"",details:"4d10+6 fire damage.",damage:"4d10+6 fire damage",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"96172444-2ccb-4e43-8e3b-03496ac2608a",name:"Clay Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:14},intelligence:{score:3},wisdom:{score:18},charisma:{score:3},hp:368,initiative:9,ac:27,fortitude:31,reflex:25,will:27,regeneration:null,auras:[{id:"80184d1a-c9dd-420e-ae8d-44e94edb4da6",name:"Aura of Misjudgment",keywords:"",details:"aura 3; each enemy within the aura cannot shift."}],powers:[{id:"c6c850d2-4408-41bb-b597-d1f4f495abf0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 3d8+7 damage, and the target cannot regain hit points (save ends).",damage:"3d8+7 damage",category:1},{id:"07ae471f-870b-4af0-9163-ccc9bf53fca5",name:"Clay Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The clay golem makes two slam attacks, each against a different target.",damage:"",category:1},{id:"c446ddef-465f-4bfd-822f-ac0a34e617a1",name:"Berserk Attack",action:{action:4,trigger:"when the clay golem is damaged by an attack while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The golem makes a slam attack against a creature adjacent to it.",damage:"",category:5},{id:"23c47f56-0977-4e09-956b-c2d9448480a1",name:"Hasty Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A clay golem rolls initiative twice, taking the higher of the two results.",damage:"",category:0},{id:"0384136f-c1c2-4ac5-9b44-495eb2eedadc",name:"Unstoppable",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The clay golem moves 8 squares and can move through enemies’ spaces. Opportunity attacks against the golem triggered by this movement take a –10 penalty to damage rolls.",damage:"opportunity attacks against the golem triggered by this movement take a –10 penalty to damage rolls",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"83024df0-8102-43fe-9517-78d0a69b3716",name:"Couatl Cloud Serpent",details:"A COUATL CLOUD SERPENT ATTACKS FROM ABOVE, hurling lightning at its foes.",size:3,origin:3,type:1,keywords:"reptile",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +21",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +20, Diplomacy +19, Insight +21",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:18},intelligence:{score:22},wisdom:{score:24},charisma:{score:20},hp:135,initiative:13,ac:30,fortitude:29,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"6ec142a3-0a20-40bc-bd1c-74c4d017094e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 1d6+4 poison and radiant damage, and ongoing 10 poison and radiant damage (save ends).",damage:"1d6+4 poison and radiant damage",category:1},{id:"a54ad52e-9fac-427f-add2-537335d42034",name:"Hurtling Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Reach 2; the target is pushed 2 squares and knocked prone.",damage:"Reach 2",category:3},{id:"d9ce3bbf-ee85-4726-8dff-f582a353c139",name:"Sky Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Radiant",condition:"",range:"Ranged 20",attack:{bonus:23,defence:2},description:"",details:"2d10+6 lightning and radiant damage.",damage:"2d10+6 lightning and radiant damage",category:1},{id:"7d2282ea-e2d2-49c8-9261-60bad665db6a",name:"Snaking Arcs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning, Radiant",condition:"",range:"Area burst 3 within 20",attack:{bonus:23,defence:2},description:"",details:"targets enemies; 2d8+6 lightning and radiant damage.",damage:"2d8+6 lightning and radiant damage",category:1},{id:"61783de8-e3f9-44c9-a8c4-f80e134fe086",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl cloud serpent takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl cloud serpent takes radiant damage",category:0},{id:"3b04a307-da50-4706-a907-9ee25239e41f",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl cloud serpent makes saving throws against immobilized and restrained conditions at the start of its turn as well as at the end of its turn. In addition, a cloud serpent can make saving throws against immobilized and restrained conditions that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef13b192-345e-47cb-9c0c-11e45f859372",name:"Couatl Star Serpent",details:"A COUATL STAR SERPENT RUSHES FEARLESSLY into battle, constricting enemies in its coils.",size:3,origin:3,type:1,keywords:"reptile",level:15,role:{type:3,flag:1,leader:!0},senses:"Perception +18; low-light vision",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Supernal",skills:"Arcana +17, Diplomacy +17, Insight +18",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:18},intelligence:{score:20},wisdom:{score:22},charisma:{score:20},hp:286,initiative:11,ac:29,fortitude:27,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"bf7d6219-1c38-4ab7-8d22-3cae4674fe2d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Radiant",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d6+5 poison and radiant damage, and the target takes ongoing 5 poison and radiant damage and is slowed (save ends both).",damage:"1d6+5 poison and radiant damage",category:1},{id:"239d2042-db2c-417f-a513-196f23ceb72b",name:"Couatl Radiance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Healing, Radiant",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"The couatl star serpent gains insubstantial and phasing until the end of its turn, and moves 8 squares. The star serpent can move through enemies’ spaces. If the star serpent moves through an ally’s space, that ally regains 15 hit points and can spend a healing surge. If it passes through an enemy’s space, the couatl makes an attack against that enemy; 1d6+5 fire and radiant damage, and ongoing 10 fire and radiant damage (save ends). The star serpent can attack a target only once with each use of this power.",damage:"1d6+5 fire and radiant damage",category:1},{id:"86975183-50ef-450a-8f0f-56af06b52a99",name:"Righteous Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; 1d6+5 damage, and the target is grabbed. A creature grabbed by the couatl star serpent grants combat advantage to the star serpent, and the star serpent can move the grabbed creature without needing to make a Strength attack.",damage:"1d6+5 damage",category:3},{id:"163a3e22-d6c1-4511-9354-631afcd4233c",name:"Constrict",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the couatl star serpent; 2d6+5 damage, and the target is dazed until the end of the couatl’s next turn.",damage:"2d6+5 damage",category:3},{id:"dc97b7cb-8871-4caa-b36d-2f0d9d38ff3d",name:"Purifying Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 1d10+6 psychic damage, and the target is dazed (save ends). If the target is taking ongoing fire, poison, or radiant damage, it is also stunned until the end of the couatl star serpent’s next turn.",damage:"1d10+6 psychic damage",category:1},{id:"41861b4d-19c5-4bef-852e-f6a292d0d142",name:"Radiant Absorption",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a couatl star serpent takes radiant damage, its attacks deal 5 extra radiant damage until the end of its next turn.",damage:"if a couatl star serpent takes radiant damage",category:0},{id:"fe34ad83-07b7-4036-a285-cf46a9134427",name:"Twist Free",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A couatl star serpent makes saving throws against immobilized and restrained conditions at the start of its turn as well as at the end of its turn. In addition, a star serpent can make saving throws against immobilized and restrained conditions that do not allow saving throws and would normally end at the end of its turn or at the end of an enemy’s turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dcdce333-812a-4b9c-aec0-4f138bac567e",name:"Coure of Mischief and Strife",details:"",size:2,origin:2,type:2,keywords:"",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"6, teleport 6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +18, Insight +16, Stealth +20",equipment:"leather armor; rapier",category:"",strength:{score:14},constitution:{score:21},dexterity:{score:24},intelligence:{score:12},wisdom:{score:16},charisma:{score:21},hp:129,initiative:19,ac:31,fortitude:28,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"e18f3d45-2bd3-479a-9ef8-76bfaf06abf0",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4a04d9cc-e5d7-4b9d-bfac-528eb6aee203",name:"Spark of Strife",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"usable only while invisible",range:"Ranged 10",attack:{bonus:20,defence:3},description:"",details:"2d10+5 psychic damage, and the target is dazed until the end of its next turn. At the start of the target’s next turn, it charges its nearest ally or makes a basic attack against its nearest ally as a free action. If the target’s attack hits, the coure of mischief and strife uses spark of strife against the attacked creature as a free action.",damage:"2d10+5 psychic damage",category:1},{id:"45bdcc8a-d891-4fe5-9d10-54312b29e9b8",name:"Winds of Luck’s Mischief",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:20,defence:3},description:"",details:"the target misses with an attack that has an odd number on the attack roll (save ends).",damage:"",category:1},{id:"245bbda9-61ae-497a-84ca-d6a73d5cc69f",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The coure of mischief and strife becomes invisible until it misses with an attack or takes damage.",damage:"the coure of mischief and strife becomes invisible until it misses with an attack or takes damage",category:1},{id:"24f7ccfe-7e48-45f7-9cf5-c7a0fcc42b68",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The coure of mischief and strife teleports 5 squares.",damage:"The coure of mischief and strife teleports 5 squares",category:2}],damageModifiers:[{type:9,value:-20}],resist:"",vulnerable:"necrotic (a coure of mischief and strife that takes necrotic damage is slowed until the end of its next turn)",immune:"",tactics:""},{id:"79fc7f2d-af20-4c88-88e1-196af7411363",name:"Cyclops Crusher",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +16; truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"Athletics +18",equipment:"greatclub; scale armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:10},wisdom:{score:19},charisma:{score:11},hp:171,initiative:12,ac:26,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"c05387cf-cb4b-40a5-bb4f-4a6a77e19102",name:"Spiked Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"94f299fc-77d1-4021-a866-ca4656f64868",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"targets a creature the cyclops crusher has hit with a melee attack during this round",attack:null,description:"",details:"the target takes a -2 penalty to attack rolls and all defenses until the end of the encounter or until the crusher uses evil eye against a different target.",damage:"the target takes a -2 penalty to attack rolls and all defenses until the end of the encounter or until the crusher uses evil eye against a different target",category:3},{id:"d712bece-ad28-4eb2-a96a-b01bf7a15c08",name:"Tremor Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close blast 2",attack:{bonus:17,defence:0},description:"",details:"2d12+8 damage, and the target is knocked prone.",damage:"2d12+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a2279df-2533-4dc9-8138-db9307d65e13",name:"Cyclops Feyblade",details:"",size:3,origin:2,type:2,keywords:"",level:21,role:{type:7,flag:0,leader:!1},senses:"Perception +21; truesight 6",movement:"8",alignment:"Unaligned",languages:"Elven",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:23},intelligence:{score:12},wisdom:{score:23},charisma:{score:13},hp:200,initiative:18,ac:37,fortitude:34,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"7e97f4dc-0381-4d53-a517-8b591988a121",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"18105d69-421c-4072-acec-d95dadce6d44",name:"Wildstep",action:{action:5,trigger:"when the creature marked by the cyclops feyblade’s evil eye makes an attack that does not include the feyblade",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"The feyblade teleports 10 squares to a space adjacent to the triggering creature and makes an attack; 2d6+7 damage.",damage:"2d6+7 damage",category:5},{id:"96e099e2-05d4-4213-bc58-a09fb6e3ccb7",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"the target is marked until the end of the encounter or until the cyclops feyblade uses evil eye against a different target.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ed7da502-0031-451a-b1b8-7d6414849131",name:"Dagon",details:"",size:5,origin:1,type:1,keywords:"aquatic, demon",level:32,role:{type:7,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"4, swim 8, teleport 8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +34, Diplomacy +30, History +34, Insight +28, Intimidate +28, Religion +34",equipment:"",category:"",strength:{score:23},constitution:{score:32},dexterity:{score:25},intelligence:{score:36},wisdom:{score:25},charisma:{score:28},hp:1184,initiative:25,ac:48,fortitude:44,reflex:46,will:42,regeneration:null,auras:[{id:"86afa036-29e8-41f3-9dc2-4f26c8153de4",name:"Eye of the Abyss",keywords:"",details:"aura 10; an enemy that starts its turn in the aura is pulled 5 squares."}],powers:[{id:"ef9e778f-fa86-4e59-b5f4-f61eb90d3888",name:"Tentacle Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 5; 3d8+8 damage and Dagon slides the target 2 squares.",damage:"3d8+8 damage and dagon slides the target 2 squares",category:1},{id:"3169e1d7-75c0-4c8d-bba8-cee1c10da4d3",name:"Grasping Tentacles",action:{action:5,trigger:"when an enemy attacks dagon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 5; targets the triggering enemy; 1d10+10 damage, and the target is grabbed.",damage:"1d10+10 damage",category:5},{id:"3ae0af94-8d24-4510-b3a9-3bc485ae8367",name:"Claws of the Deep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:35,defence:2},description:"",details:"targets enemies; 2d12+15 damage.",damage:"2d12+15 damage",category:1},{id:"65a4bf27-e9da-4816-ace5-dd1c1b11e76a",name:"Doom Drone",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 2d6+8 psychic damage, Dagon pulls the target 5 squares, and the target is stunned (save ends).",damage:"2d6+8 psychic damage",category:3},{id:"215b1c62-eb20-4373-83fd-9448450730da",name:"Form of Madness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, Dagon slides the target 5 squares, and the target is dazed (save ends).",damage:"2d6+4 psychic damage",category:3},{id:"ffe058e8-0499-404b-9f71-af4b54d4fd9b",name:"Tentacle Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:37,defence:0},description:"",details:"3d8+8 damage, and Dagon slides the target 2 squares.",damage:"3d8+8 damage",category:1},{id:"34f91d4f-af75-4c09-a94c-0c277725a8e4",name:"Abyssal Tides",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Teleportation",condition:"",range:"Area burst 3 within 20",attack:{bonus:35,defence:2},description:"",details:"2d8+10 force damage and the target is immobilized (save ends). Effect: Dagon teleports 5 squares.",damage:"2d8+10 force damage and the target is immobilized (save ends)",category:1},{id:"8fa312a5-f358-4080-92a6-d8b4c16b8228",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Dagon can make opportunity attacks against enemies within 5 squares of him.",damage:"Dagon can make opportunity attacks against enemies within 5 squares of him",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"6893cc0f-2b98-432b-aff6-4da5f881f9f2",name:"Darkmantle Enveloper",details:"",size:3,origin:5,type:1,keywords:"",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +7; blindsight 8, darkvision",movement:"2, climb 2 (spider climb), fly 6",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:5},hp:76,initiative:12,ac:21,fortitude:22,reflex:20,will:19,regeneration:null,auras:[{id:"333fd6b0-653c-4709-849e-f0ab2bf256cb",name:"Shadowy Field",keywords:"",details:"aura 5; bright light within the aura is reduced to dim light."}],powers:[{id:"0453ec01-b280-4c48-b3e1-fcbf4796553b",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"8c9fc7e7-5f4f-4f01-bb7f-2328ee7edadc",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the darkmantle enveloper does not have a creature grabbed",range:"",attack:{bonus:11,defence:2},description:"",details:"2d6+5 damage, and the target is grabbed. The target is blinded until the grab ends. Sustain Minor: The enveloper sustains the grab, and the target takes 5 damage.",damage:"2d6+5 damage",category:1},{id:"5b11b4d9-a18b-4ce2-b367-705eb49f23cc",name:"Shadowcry",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:11,defence:1},description:"",details:"targets enemies; 1d4+3 thunder damage, and the target is dazed until the end of the darkmantle enveloper’s next turn.",damage:"1d4+3 thunder damage",category:3},{id:"e792619b-5b04-486f-b801-0903631d5c4c",name:"Darkjump",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The darkmantle enveloper teleports 6 squares to a space that is in darkness or is illuminated by dim light. The enveloper becomes invisible, and its shadowy field aura is deactivated until the start of its next turn.",damage:"The darkmantle enveloper teleports 6 squares to a space that is in darkness or is illuminated by dim light",category:5}],damageModifiers:[],resist:"",vulnerable:"5 radiant (a darkmantle enveloper that takes radiant damage cannot use shadowy field until the end of its next turn)",immune:"",tactics:""},{id:"b7114270-7eef-486e-975f-5bde6ba5f724",name:"Death Shard",details:"THESE EERILY GLOWING SHARDS drain the life from their enemies.",size:2,origin:1,type:1,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"3, fly 3 (hover)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +14",equipment:"",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:20},intelligence:{score:7},wisdom:{score:16},charisma:{score:14},hp:71,initiative:9,ac:20,fortitude:19,reflex:21,will:19,regeneration:null,auras:[{id:"2e7bf46b-f082-47d2-87d8-286f61dd3964",name:"Death Shadow",keywords:"",details:"(Necrotic) aura 2; each enemy that ends its turn within the aura takes 4 necrotic damage. A slowed enemy instead takes 6 necrotic damage."}],powers:[{id:"62c5d64a-6ae3-4543-b72a-1c9f10a0ab16",name:"Razor Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"10b429da-cab7-4094-af6d-e32a1ea64b66",name:"Death Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:1},description:"",details:"2d6+5 necrotic damage, and the target is slowed (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"72d8fc94-937f-4e3c-9b70-9180bff1c2c8",name:"Critical Fracture",action:{action:4,trigger:"when an enemy scores a critical hit against the death shard",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:{bonus:13,defence:1},description:"",details:"targets enemies; 1d8+5 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+5 necrotic damage",category:5},{id:"99f3f6b4-da02-4364-b4c5-b30523e92a75",name:"Life to Death",action:null,keywords:"",condition:"whether the death shard resists damage",range:"",attack:null,description:"",details:"The death shard’s attacks deal 1d8 extra damage until the end of its next turn.",damage:"the death shard’s attacks deal 1d8 extra damage until the end of its next turn",category:0}],damageModifiers:[{type:6,value:-10}],resist:"5 variable (1/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"38f11510-ac40-4d01-a5cd-674f33cbc031",name:"Deathpledged Gnoll",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +5",equipment:"leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:15},charisma:{score:7},hp:74,initiative:4,ac:18,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"7c773b69-f179-4771-81aa-833fd7e62c5d",name:"Bone Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+9 damage (2d6+11 damage while bloodied).",damage:"2d6+9 damage (2d6+11 damage while bloodied)",category:1},{id:"bb7e769f-1bde-4bbb-8709-b57dcb31cc34",name:"Claws of Yeenoghu",action:null,keywords:"",condition:"when the deathpledged gnoll first drops to 0 hit points",range:"",attack:null,description:"",details:"The deathpledged regains 5 hit points, gains 1 action point, and gains resist 15 to all damage. At the end of its next turn, the deathpledged drops to 0 hit points.",damage:"and gains resist 15 to all damage",category:0},{id:"7ba02b1d-4b7d-4e8e-8830-2e2d0588290c",name:"Pack Attack",action:null,keywords:"",condition:"encounter",range:"A deathpledged gnoll’s melee attacks deal 5 extra damage against an enemy that has two or more gnoll allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3a11200-0e53-47d1-b537-2c365122a139",name:"Demogorgon",details:"",size:5,origin:1,type:2,keywords:"aquatic, demon",level:34,role:{type:3,flag:2,leader:!1},senses:"Perception +28; darkvision",movement:"8, teleport 10, swim 8",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +27, Athletics +35, Diplomacy +33, Insight +28, Intimidate +33",equipment:"",category:"",strength:{score:36},constitution:{score:35},dexterity:{score:25},intelligence:{score:30},wisdom:{score:23},charisma:{score:32},hp:1260,initiative:24,ac:48,fortitude:46,reflex:43,will:44,regeneration:null,auras:[],powers:[{id:"e7314298-b06c-42ba-bddc-9fd10ce9ce38",name:"Tentacle Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 5; 3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"310b863c-8f14-4d3c-8c02-70bb32f96800",name:"Forked Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:35,defence:2},description:"",details:"2d10+10 necrotic damage, and the target is weakened (save ends).",damage:"2d10+10 necrotic damage",category:1},{id:"9616ebd7-94a2-4b6f-aae7-bd19425eaf7c",name:"Tentacle Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:35,defence:1},description:"",details:"2d8+8 damage, and ongoing 15 damage (save ends). If Demogorgon’s attack deals ongoing damage to a creature that is already taking ongoing damage, the ongoing damage increases by 5.",damage:"2d8+8 damage",category:1},{id:"21bfb129-ab91-4759-a97c-a38cf9620e39",name:"Inescapable Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 50",attack:{bonus:37,defence:2},description:"",details:"the target is teleported to a space within 5 squares of Demogorgon.",damage:"the target is teleported to a space within 5 squares of Demogorgon",category:1},{id:"c1c877ea-0637-4130-ba36-b62938964167",name:"Aameul’s Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Gaze",condition:"",range:"Close blast 5",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 2d10+10 psychic damage, and the target is dazed (save ends). If the target is already dazed, it is instead dominated (save ends).",damage:"2d10+10 psychic damage",category:3},{id:"e6a0e1cf-6896-4e62-a14d-e84b55bcff36",name:"Hethradiah’s Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Gaze",condition:"",range:"Close blast 5",attack:{bonus:35,defence:3},description:"",details:"1d12+10 psychic damage, and the target uses an at-will attack power of Demogorgon’s choice against a target of Demogorgon’s choice as a free action.",damage:"1d12+10 psychic damage",category:3},{id:"347f870c-882a-4bae-85dc-1ca3f4de8bbf",name:"Dual Aspects of Demogorgon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 10",attack:{bonus:35,defence:3},description:"",details:"targets enemies; 4d10+10 psychic damage, and the target is knocked unconscious (save ends).",damage:"4d10+10 psychic damage",category:1},{id:"c303e514-b3b5-430b-a161-b4255117241d",name:"Gaze of Abyssal Might",action:{action:7,trigger:"when an enemy starts its turn within 10 squares of demogorgon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:37,defence:3},description:"",details:"targets the triggering creatures; the target is dazed until the end of its turn.",damage:"",category:5},{id:"53595691-4038-47e4-b2f5-e4b44457b965",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, Demogorgon makes two initiative checks. Each check corresponds to one of Demogorgon’s heads—Aameul or Hethradiah—and Demogorgon takes a turn on both initiative counts. Demogorgon has a full set of actions on each of these turns, and Demogorgon’s ability to take an immediate action refreshes on each turn. Each of Demogorgon’s heads is unable to use the attack power named for the other head.",damage:"",category:0},{id:"bc9f9fa2-d242-4adb-804b-a5ca14b28798",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of each of his turns, Demogorgon saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"30 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"21be2c70-ec74-4e02-a92d-eb78c9724dd9",name:"Deva Knight-Errant",details:"",size:2,origin:3,type:2,keywords:"",level:11,role:{type:7,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Good",languages:"Common",skills:"History +16, Insight +14, Religion +16",equipment:"broadsword; heavy shield; holy symbol; plate armor",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:10},intelligence:{score:18},wisdom:{score:16},charisma:{score:18},hp:111,initiative:7,ac:27,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"da1970fa-37ba-4cfb-b430-ee5bdf034cf9",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the target is marked until the end of the deva knight-errant’s next turn.",damage:"2d10+2 damage",category:1},{id:"d8db07a4-dfce-4dcd-a903-c621995cfbbe",name:"Rejuvenating Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after hitting with a broadsword attack"},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+2 damage, and the deva knight-errant regains hit points equal to half the damage dealt.",damage:"2d10+2 damage",category:1},{id:"5b76ab36-1d9d-4cb4-8164-45cf798280c6",name:"Martyr’s Cry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Implement, Psychic",condition:"",range:"Close burst 3",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target is marked (save ends).",damage:"2d6+4 psychic damage",category:1},{id:"17ac4775-9abe-4682-a675-5038cc684707",name:"Inner Radiance",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"Any attack a deva knight-errant makes can instead deal radiant damage. In addition, a knight-errant can take a -2 penalty to an attack roll to deal 4 extra radiant damage on the attack.",damage:"any attack a deva knight-errant makes can instead deal radiant damage",category:0},{id:"30d085bf-80a1-4ec7-b5df-f58c64c75f5c",name:"Health Transfer",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The deva knight-errant takes up to 25 damage, and one ally within 10 squares of it regains the same number of hit points. The knight-errant can then transfer one condition from the ally to itself.",damage:"the deva knight-errant takes up to 25 damage",category:3},{id:"8db1bcac-64b0-48f0-b9c2-11e7c8230a9a",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the deva knight-errant makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The knight-errant adds 1d6 to the triggering roll.",damage:"The knight-errant adds 1d6 to the triggering roll",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb06ea10-5b62-45e1-87fb-c9b2c117519c",name:"Deva Zealot",details:"",size:2,origin:3,type:2,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +18, Religion +16, Stealth +18",equipment:"falchion; leather armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:22},intelligence:{score:14},wisdom:{score:16},charisma:{score:20},hp:135,initiative:15,ac:28,fortitude:25,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"8e4c38df-8493-408b-8a90-29cb0a06aeed",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"4d4+5 damage (crit 8d4 + 21) plus 1d6 radiant damage.",damage:"4d4+5 damage (crit 8d4 + 21) plus 1d6 radiant damage",category:1},{id:"5b2f3c0d-4918-41b6-aeb5-02bef7dbd584",name:"Path of Virtue",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva zealot shifts half its speed and makes one falchion attack against each enemy within reach during the move.",damage:"",category:1},{id:"498cd6d8-fcf8-40a2-8566-4d26f6d99cd4",name:"Dazzling Soul",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deva zealot gains concealment until the start of its next turn, and any other square within 6 squares of the zealot is illuminated by bright light. Any square within 12 squares of the zealot is illuminated by dim light.",damage:"and any other square within 6 squares of the zealot is illuminated by bright light",category:3},{id:"5f8104fc-2e58-4c4d-8f5d-93cc3300b9d6",name:"Radiant Retribution",action:{action:7,trigger:"when an enemy hits the deva zealot on the zealot’s turn",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"The triggering enemy takes half the attack’s damage as radiant damage.",damage:"the triggering enemy takes half the attack’s damage as radiant damage",category:5},{id:"9c3b7dc6-06e5-4785-b10f-8cc4918613ca",name:"Memory of A Thousand Lifetimes",action:{action:7,trigger:"when the deva zealot makes an attack roll",sustainAction:0,use:0,recharge:""},keywords:"",condition:"or an ability check and dislikes the result",range:"",attack:null,description:"",details:"The zealot adds 1d6 to the triggering roll.",damage:"The zealot adds 1d6 to the triggering roll",category:5},{id:"50c50712-971a-4e68-a157-178ea76b1cfd",name:"Skirmish",action:null,keywords:"Radiant",condition:"",range:"",attack:null,description:"",details:"If a deva zealot ends its move at least 4 squares from the square where it started the move, its attacks deal 1d6 extra radiant damage until the start of its next turn.",damage:"its attacks deal 1d6 extra radiant damage until the start of its next turn",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"699241e4-15f3-42a1-b283-595b4111c3c4",name:"Diamondhide Xorn",details:"",size:3,origin:1,type:1,keywords:"earth",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +12; all-around vision, darkvision",movement:"5, burrow 5",alignment:"Unaligned",languages:"Common, Prmordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:17},intelligence:{score:13},wisdom:{score:19},charisma:{score:13},hp:160,initiative:13,ac:29,fortitude:29,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"71094516-b0fa-4fba-bc80-9e41b2638e3b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"77d5785f-5ad1-4463-92b2-3bc91342327f",name:"Triple Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondhide xorn makes three claw attacks, each against a different target.",damage:"",category:1},{id:"dbb8d58a-9672-41d2-a249-53da86760daa",name:"Earthy Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"7185b561-2896-4186-a131-bb7203e61104",name:"Undermine",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"The diamondhide xorn burrows its speed and attacks one nonflying enemy whose space it passes under; 4d8+7 damage, and the target is restrained (save ends).",damage:"4d8+7 damage",category:1},{id:"bf66c4f4-4a6d-4d41-bb94-ed0f7afc9e63",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A diamondhide xorn can burrow through solid stone as if it were loose earth.",damage:"",category:0},{id:"aea34bb6-0a52-441a-a954-11b692eecfc6",name:"Retreat",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondhide xorn burrows its speed.",damage:"",category:5},{id:"7a6f315c-1214-4677-8b12-1e31a3e3452c",name:"Submerge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondhide xorn sinks partially under the ground and gains a +2 bonus to AC until it moves.",damage:"The diamondhide xorn sinks partially under the ground and gains a +2 bonus to AC until it moves",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9bf3e3eb-6687-4d4f-9004-6e9d6b65ce07",name:"Dimensional Marauder",details:"",size:2,origin:0,type:1,keywords:"",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7, teleport 3",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +11",equipment:"",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:18},intelligence:{score:4},wisdom:{score:16},charisma:{score:12},hp:45,initiative:10,ac:18,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"4796af81-5239-4d7a-b2dc-5576cd577ae4",name:"Basic Attack Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"c199863b-9fa9-4446-b2e9-b5f5f2b8a593",name:"Reality Warp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"usable only while insubstantial",range:"",attack:{bonus:7,defence:2},description:"",details:"1d10+4 damage, and the dimensional marauder teleports the target 3 squares. The marauder then teleports 3 squares into a space adjacent to the target.",damage:"1d10+4 damage",category:1},{id:"bdf3c338-a582-4345-86b7-51204be7dfc7",name:"Planar Evasion",action:{action:4,trigger:"when the dimensional marauder is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The marauder teleports 3 squares.",damage:"The marauder teleports 3 squares",category:5},{id:"c8e0423a-1211-46fe-8757-8237d5f71242",name:"Planephase Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dimensional marauder partially phases into another plane, gaining insubstantial and phasing until the end of its next turn or until it hits or misses with an attack. Sustain Minor: The effect persists.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"psychic, a dimensional marauder that takes psychic damage immediately ends planephase form.",immune:"",tactics:""},{id:"2e35d156-8aaa-4392-9a7c-88afecae8648",name:"Dire Tiger",details:"",size:3,origin:4,type:1,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:2},wisdom:{score:15},charisma:{score:13},hp:89,initiative:8,ac:24,fortitude:22,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"e0075b4c-1a12-40e3-a4ee-3c9ae215eed2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"1d1ff55c-3e3c-4379-b759-0176c2cc2407",name:"Leaping Pounce",action:{action:4,trigger:"when the tiger’s quarry is within 5 squares of the dire tiger and shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire tiger shifts to the nearest space adjacent to its quarry and makes a bite attack against it. While shifting, the tiger can move through enemy-occupied spaces.",damage:"",category:5},{id:"3e23ad5b-23d6-4c78-98f4-7bd780806954",name:"Feral Surge",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire tiger takes a move action.",damage:"",category:3},{id:"2620b7b5-d789-4594-9ed5-5c295c7cf9c0",name:"Hunter’s Instinct",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nearest enemy is designated as the dire tiger’s quarry until the end of the encounter or until the tiger designates another quarry. The tiger’s attacks deal 1d6 extra damage against its quarry.",damage:"the tiger’s attacks deal 1d6 extra damage against its quarry",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f271a89c-be0a-4db1-8316-ebff1e614c97",name:"Direguard Assassin",details:"",size:2,origin:4,type:2,keywords:"undead",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision, truesight 10",movement:"8",alignment:"Evil",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:21},intelligence:{score:16},wisdom:{score:18},charisma:{score:17},hp:111,initiative:12,ac:25,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"27663ba8-c357-418d-9dda-0998d90b73e1",name:"Force Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 force damage.",damage:"2d6+6 force damage",category:1},{id:"e9139f91-1f96-4da4-8317-282bce3839a4",name:"Dire Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"2d6+6 force damage.",damage:"2d6+6 force damage",category:1},{id:"bfb37ef0-fb2f-4820-881f-b366ac3461fe",name:"Mist Walk",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The direguard assassin shifts 2 squares and gains insubstantial and phasing until the end of its next turn.",damage:"The direguard assassin shifts 2 squares and gains insubstantial and phasing until the end of its next turn",category:5},{id:"a7774823-bdb3-4f25-8491-f831ff541bec",name:"Mobile Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a direguard assassin ends its move at least 4 squares from where it began its move, it gains a +2 bonus to melee attack rolls until the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0cc90b11-b2ec-4ed2-be18-bf031d80ef7f",name:"Direguard Deathbringer",details:"",size:2,origin:4,type:2,keywords:"undead",level:8,role:{type:0,flag:1,leader:!1},senses:"Perception +11; darkvision, truesight 10",movement:"7",alignment:"Evil",languages:"Common",skills:"Bluff +12, Insight +11, Intimidate +12",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:17},intelligence:{score:19},wisdom:{score:14},charisma:{score:20},hp:134,initiative:7,ac:20,fortitude:20,reflex:21,will:22,regeneration:null,auras:[{id:"2ae7d3e4-c354-42c8-b911-e12cadf4869e",name:"Command Zone",keywords:"",details:"aura 4; each ally within the aura gains a +2 bonus to attack rolls."}],powers:[{id:"77421f47-5300-4ff2-a2e4-f80653a17cf2",name:"Blazing Bone Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+9 force damage.",damage:"1d6+9 force damage",category:1},{id:"ce705064-964d-4ffb-9b37-57bee5292bdf",name:"Force Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 15",attack:{bonus:13,defence:2},description:"",details:"2d8+5 force damage, and the direguard deathbringer pushes the target 3 squares. Miss: The target is slowed until the end of the deathbringer’s next turn.",damage:"2d8+5 force damage",category:1},{id:"ee9efece-95f2-416f-bbf6-4ab4dafa2d6c",name:"Frightful Force",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The direguard deathbringer makes three force blast attacks, each against a different target.",damage:"",category:1},{id:"011087d6-a2a5-4338-b7af-7857ea2b9d42",name:"Vile Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:null,description:"",details:"targets allies; the target shifts 2 squares and makes a basic attack as a free action.",damage:"the target shifts 2 squares and makes a basic attack as a free action",category:1},{id:"63086c71-d849-4715-8677-25dffe837f1c",name:"Force Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The direguard deathbringer gains a +4 power bonus to AC and Reflex until it is hit by an attack.",damage:"The direguard deathbringer gains a +4 power bonus to AC and Reflex until it is hit by an attack",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b104b662-8312-47d7-a659-e4a84a199c06",name:"Djinn Skylord",details:"",size:3,origin:1,type:2,keywords:"air",level:25,role:{type:3,flag:0,leader:!0},senses:"Perception +21; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Diplomacy +24, Insight +21",equipment:"quarterstaff",category:"",strength:{score:23},constitution:{score:28},dexterity:{score:20},intelligence:{score:25},wisdom:{score:18},charisma:{score:25},hp:236,initiative:17,ac:39,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"4eb57b12-062a-4c09-ba91-d2769aec26e5",name:"Storm Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d10+4 damage, and the djinn skylord either shifts 2 squares or makes an extra recharge roll for storm shout.",damage:"3d10+4 damage",category:1},{id:"67c8fb2c-0d4c-4de5-a5bb-6f13c1190919",name:"Elemental Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"no attack roll; the djinn skylord slides the target 1 square.",damage:"the djinn skylord slides the target 1 square",category:3},{id:"d838b3d4-c9c7-4236-95fd-96068b23506c",name:"Mystic Hail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:29,defence:3},description:"",details:"2d8+8 psychic damage, and the target grants combat advantage to the djinn skylord until the target uses a standard action to clear its head of the mystic hail.",damage:"2d8+8 psychic damage",category:1},{id:"287c728b-b27c-4d52-8df1-5650cadc7f17",name:"Sandstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Zone",condition:"",range:"Close burst 5",attack:{bonus:29,defence:3},description:"",details:"4d8+8 damage. Effect: The burst creates a zone of swirling sand that lasts until the end of the djinn skylord’s next turn. Each ally within the zone gains concealment. Each enemy that starts its turn within the zone is dazed until the start of its next turn. Sustain Minor: The zone persists.",damage:"4d8+8 damage",category:1},{id:"7350e973-37e7-4895-88e5-230f30ae1539",name:"Storm Shout",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:29,defence:3},description:"",details:"3d10+10 thunder damage, and the target is pushed 3 squares and knocked prone.",damage:"3d10+10 thunder damage",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7653952e-68fe-44a1-9065-f9b6e4b21880",name:"Djinn Stormsword",details:"",size:3,origin:1,type:2,keywords:"air",level:24,role:{type:7,flag:0,leader:!1},senses:"Perception +19; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Bluff +22, Insight +24",equipment:"scimitar",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:25},intelligence:{score:19},wisdom:{score:25},charisma:{score:20},hp:222,initiative:21,ac:40,fortitude:38,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"e3ff1969-054e-4531-8eb8-fe5a910703d0",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 3d10+3 damage (crit 9d10 + 33), and the target is marked until the end of the djinn stormsword’s next turn.",damage:"3d10+3 damage (crit 9d10 + 33)",category:1},{id:"17124e73-ab2f-4bc6-8863-67e0ce720ac6",name:"Come to Me",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"the djinn stormsword pulls the target 5 squares.",damage:"the djinn stormsword pulls the target 5 squares",category:3},{id:"72e2ee25-4ec1-4a11-a4ab-c54d205a56c1",name:"Spinning Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Thunder",condition:"",range:"Ranged 5",attack:{bonus:27,defence:2},description:"",details:"4d12+8 cold and thunder damage, and the target is immobilized (save ends).",damage:"4d12+8 cold and thunder damage",category:1},{id:"96dfd66c-00a5-47fe-b8f2-e48821f3ec83",name:"Whirlwind Dervish",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the djinn stormsword is struck by a critical hit"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:29,defence:0},description:"",details:"4d8+12 lightning and thunder damage.",damage:"4d8+12 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4adb97ee-0f42-419c-b2ba-efa14ccc2d27",name:"Djinn Thunderer",details:"",size:3,origin:1,type:2,keywords:"air",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +16; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Insight +21",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:21},wisdom:{score:23},charisma:{score:19},hp:146,initiative:16,ac:32,fortitude:34,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"aa9ded4a-e08d-434d-882a-8f6095549894",name:"Scepter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d8+2 damage.",damage:"3d8+2 damage",category:1},{id:"d7340038-a3f9-410e-9711-4dba88d261f0",name:"Rage of Storms",action:{action:7,trigger:"when a critical hit damages the djinn thunderer",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:25,defence:2},description:"",details:"3d8+12 thunder damage, and the thunderer pushes the target 5 squares. Effect: The thunderer gains 1 action point.",damage:"3d8+12 thunder damage",category:5},{id:"79a79569-dccc-42ce-8bf5-e9a6212c4591",name:"imperious Thunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:25,defence:2},description:"",details:"2d8+9 thunder damage, and the target takes ongoing 10 thunder damage (save ends). Miss: The target takes ongoing 10 thunder damage (save ends).",damage:"2d8+9 thunder damage",category:1},{id:"4cac89f4-b26a-4a6b-ac5c-2de112e2c4ea",name:"Thunderburst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 2 within 20",attack:{bonus:25,defence:1},description:"",details:"2d8+9 thunder damage, and the target is dazed until the end of the djinn thunderer’s next turn.",damage:"2d8+9 thunder damage",category:1},{id:"c1a78353-fef8-4125-b166-2a634913df7d",name:"Zephyr Step",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The djinn thunderer teleports 20 squares.",damage:"The djinn thunderer teleports 20 squares",category:3}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0397d6f0-a7ae-44f6-8f50-32443e066ad0",name:"Djinn Windbow",details:"",size:3,origin:1,type:2,keywords:"air",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +15; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Bluff +23, Insight +20",equipment:"arrow; longbow",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:27},intelligence:{score:22},wisdom:{score:19},charisma:{score:24},hp:204,initiative:21,ac:36,fortitude:33,reflex:34,will:33,regeneration:null,auras:[],powers:[{id:"3ff79a80-cdfd-491f-9cec-904ea9388331",name:"Slash of Thunder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+10 thunder damage.",damage:"2d8+10 thunder damage",category:1},{id:"3973b267-59ef-4925-bfe0-ed36adccef39",name:"Windbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:27,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:1},{id:"45843904-b057-4b71-b269-3d6db20f8a81",name:"Blowback",action:{action:7,trigger:"when a critical hit damages the djinn winbow",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:25,defence:2},description:"",details:"4d8+8 thunder damage, and the window pushes the target 5 squares. Effect: The windbow gains 1 action points.",damage:"4d8+8 thunder damage",category:5},{id:"2887c7a5-b707-4602-991c-c8ab23a723c4",name:"Brutal Zephyr",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Ranged 30",attack:{bonus:25,defence:2},description:"",details:"2d8+13 thunder damage. Miss: The djinn windbow chooses another target within 10 squares of the first target, and rerolls the attack against the new target. If the second attack misses, the power ends.",damage:"2d8+13 thunder damage",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"275c3894-e6e6-43fd-ac04-f7bfc9d6f680",name:"Doom Flayer",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Giant",skills:"Arcana +13, History +13",equipment:"dagger; implement, staff",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:12},intelligence:{score:19},wisdom:{score:15},charisma:{score:16},hp:65,initiative:5,ac:20,fortitude:18,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"ee0c9c17-1dfd-4925-9461-06094f51cff8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"786c2576-fa41-47b0-b698-0f094244fd23",name:"Force Leash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d6+6 force damage, and the target is slowed until the end of the doom flayer’s next turn.",damage:"1d6+6 force damage",category:1},{id:"dfa6ade9-8208-4e8c-9f1b-518c5e4aa824",name:"Grasping Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"1d8+4 damage, and the target is immobilized (save ends). Until the target saves, any ally of the target that starts its turn adjacent to the target is slowed (save ends).",damage:"1d8+4 damage",category:1},{id:"5fdc01ab-16d0-4939-bdc0-79cac7766a6a",name:"Doom Foretold",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target grants combat advantage until the end of the doom flayer’s next turn.",damage:"",category:3},{id:"24c5b7f0-ecca-4de1-be88-2e91d038312a",name:"Churning Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:2},description:"",details:"2d8+5 damage, the doom flayer slides the target 1 square, and the target is knocked prone. Miss: Half damage.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4522f2ae-323d-4d37-a642-06ef4f44ace9",name:"Drakkoth Ambusher",details:"",size:3,origin:4,type:2,keywords:"reptile",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +15; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"glaive; hide armor",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:20},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:131,initiative:13,ac:27,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"3a06a42b-a7dd-4b16-9570-1c54bdcfbecd",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 4d4 damage plus 5 poison damage.",damage:"4d4 damage plus 5 poison damage",category:1},{id:"79a4b0d7-39c7-48b4-993e-197fe3ceaecf",name:"Sudden Rush",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"The drakkoth ambusher shifts its speed and makes an attack against each enemy it moves adjacent to during the move; the target is knocked prone.",damage:"",category:2},{id:"4b1a049c-7092-4b92-a90d-9dd7a6ba6626",name:"Venomous Hiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 2",attack:{bonus:16,defence:2},description:"",details:"3d6+5 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"3d6+5 poison damage",category:3},{id:"2b7af92c-6c22-487d-bd72-47c2afa5de1a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A drakkoth ambusher deals 2d6 extra damage against any target granting combat advantage to it.",damage:"a drakkoth ambusher deals 2d6 extra damage against any target granting combat advantage to it",category:0},{id:"7f0ecdbf-a1b8-4b1b-b311-5651d69110dd",name:"Drakkoth Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Once per round when the drakkoth ambusher hits with an attack, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c0e50160-3df2-4955-b2e4-a52caee3774b",name:"Drakkoth Rager",details:"",size:3,origin:4,type:2,keywords:"reptile",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"battleaxe; hide armor",category:"",strength:{score:18},constitution:{score:23},dexterity:{score:20},intelligence:{score:12},wisdom:{score:20},charisma:{score:14},hp:366,initiative:12,ac:27,fortitude:30,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"fc3029c4-19fd-4ed5-a282-b6af6a4156f3",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"3fe510e5-8b85-4c95-9b18-ba71127e16a1",name:"Raging Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:0},description:"",details:"2d10+8 damage plus 5 poison damage.",damage:"2d10+8 damage plus 5 poison damage",category:1},{id:"0914ef35-1a2c-4a1d-be75-9112496d86cf",name:"Venomous Hiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Poison",condition:"",range:"Close blast 2",attack:{bonus:16,defence:2},description:"",details:"3d6+5 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"3d6+5 poison damage",category:3},{id:"b31c8187-47c5-4a50-a4ed-5ac9f141378f",name:"Drakkoth Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The drakkoth rager gains a +2 bonus to attack rolls and a +5 bonus to damage rolls. In addition, once per round when the rager hits with an attack, it gains 10 temporary hit points.",damage:"the drakkoth rager gains a +2 bonus to attack rolls and a +5 bonus to damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e2b0d938-5f20-4c68-a1ca-e011c90f6002",name:"Drakkoth Venomshot",details:"",size:3,origin:4,type:2,keywords:"reptile",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"arrows (30); leather armor; longbow; longsword",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:21},intelligence:{score:15},wisdom:{score:21},charisma:{score:14},hp:125,initiative:13,ac:28,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"5e2de840-590a-4fa4-bd79-895e307f1cf1",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"cbad1a03-7dab-4ae0-85bf-ffa507fa9d70",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:23,defence:0},description:"",details:"2d10+5 damage, and the target gains vulnerable 10 poison.",damage:"2d10+5 damage",category:1},{id:"2063cbb7-9dd1-458e-8ab3-cab70599e409",name:"Venomshot Hiss",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges at the start of its turn while the drakkoth venomshot is bloodied"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:21,defence:2},description:"",details:"1d10 poison damage, and the target takes ongoing 5 poison damage (save ends).",damage:"1d10 poison damage",category:3},{id:"52d3db91-7d6c-4d51-b604-4799dd906fb0",name:"Drakkoth Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"Once per round when the drakkoth venomshot hits with an attack, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ea5ac228-df86-4b42-8a79-2c35f21e7d7f",name:"Dretch",details:"",size:1,origin:1,type:2,keywords:"demon",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:5},wisdom:{score:11},charisma:{score:7},hp:44,initiative:3,ac:14,fortitude:14,reflex:13,will:11,regeneration:null,auras:[{id:"806c0101-d6fe-4e02-b9d3-1b44eaad7461",name:"Sickening Miasma",keywords:"",details:"aura 1; each enemy within the aura takes 1 damage whenever it takes a standard action or a move action. Multiple sickening miasma auras deal cumulative damage, up to 5 damage."}],powers:[{id:"52e5bdf9-8c77-4da8-bbfe-5b44a1a36a7e",name:"Savage Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"4adeb54e-d6cc-412a-b84c-c6fd9b75fdb5",name:"Frenzy of Claws",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dretch attacks one or two creatures with savage claws.",damage:"",category:5},{id:"8d4a4d70-48ea-45bd-93c3-b402696e00d5",name:"Vile Death",action:null,keywords:"Poison, Zone",condition:"when the dretch drops 0 hit points",range:"Close burst 1",attack:null,description:"",details:"the burst creates a zone of poison centered on the dretch that lasts until what would be the start of the dretch’s next turn. Any nondemon that enters the zone or starts its turn there takes 5 poison damage.",damage:"any nondemon that enters the zone or starts its turn there takes 5 poison damage",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"25e570df-c871-47af-ad68-392fac122fb1",name:"Duergar Blasphemer",details:"",size:2,origin:4,type:2,keywords:"devil",level:14,role:{type:3,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Bluff +15, Dungeoneering +18, Religion +17",equipment:"greatclub",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:15},intelligence:{score:20},wisdom:{score:23},charisma:{score:16},hp:140,initiative:9,ac:28,fortitude:25,reflex:25,will:26,regeneration:null,auras:[{id:"7c028b30-b9f0-4370-b3e3-799744eaca40",name:"Crush Nonbelievers",keywords:"",details:"(Fire, Poison) aura sight; the duergar blasphemer and each ally within the aura can score critical hits on rolls of 19–20 against prone targets and deal 10 extra fire and poison damage on critical hits against prone targets."}],powers:[{id:"a7228b0a-00c0-4ba3-ad9a-5bf8ce76af1e",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+3 damage, and ongoing 5 fire and necrotic damage (save ends).",damage:"2d4+3 damage",category:1},{id:"68c4ee21-853c-4f23-a57c-d9db4d370dfb",name:"Sinner’s Slip",action:{action:5,trigger:"when an enemy marked by the duergar blasphemer makes an attack roll against it",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"Targets the triggering enemy; the enemy’s attack instead targets the ally of the attacker nearest to it. If no target is available, the attacker is knocked prone and takes 3d6 + 6 psychic damage.",damage:"the attacker is knocked prone and takes 3d6 + 6 psychic damage",category:5},{id:"33b53d65-6c68-4d9a-bfeb-0753f859b169",name:"Eyes of Asmodeus",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"the target is weakened and marked until the end of the duergar blasphemer’s next turn. Aftereffect: The target is slowed (save ends). Miss: The target is slowed (save ends).",damage:"",category:1},{id:"61a555ab-1157-4e2f-9518-11d494ca6652",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"1d8+4 fire and poison damage, ad the target takes ongoing 5 fire and poison damage and a -2 penalty to attack rolls (save ends).",damage:"1d8+4 fire and poison damage",category:1},{id:"b0d6b74c-ee51-48d3-9b51-1a470226e0d6",name:"Quick Quill Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The duergar blasphemer makes an infernal quills attack.",damage:"",category:3},{id:"a622c1c3-fb22-4ce2-88d0-d10518a40b06",name:"Preach Submission",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets one creature; the target is marked (save ends). If the target is already marked by the duergar blasphemer, it is knocked prone.",damage:"",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2900a23-d99d-48a3-9fd6-9079b904a9ed",name:"Duergar Flesheater",details:"",size:2,origin:4,type:2,keywords:"devil",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Bluff +10, Dungeoneering +14, Stealth +14",equipment:"leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:18},charisma:{score:10},hp:89,initiative:13,ac:26,fortitude:25,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"d85540bd-cc6d-474f-96c4-0dc844ea4452",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 damage (save ends).",damage:"1d8+3 damage",category:1},{id:"d5f71b04-fb1f-4f9e-9b51-d00d90cb4d70",name:"Quill Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the duergar flesheater hits with its claw attack"},keywords:"Poison",condition:"requires combat advantage against the target",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8 damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage",category:1},{id:"5cc8407d-4fa4-40af-b592-d13a5e012d02",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 3",attack:{bonus:16,defence:0},description:"",details:"1d8 damage, and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage",category:1},{id:"e9ad9994-f1b7-4ff1-8a21-31fdb8a62b3e",name:"Shadow Scourge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the duergar fleshtearer is invisible, its attacks deal twice the normal amount of ongoing damage.",damage:"its attacks deal twice the normal amount of ongoing damage",category:0},{id:"879e58a9-f5d5-4058-856c-c7092ff02afe",name:"Underdark Sneak",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while in dim light or darkness and adjacent to an object or a wall that occupies at least 1 square",range:"",attack:null,description:"",details:"The duergar fleshtearer becomes invisible until the end of its next turn or until after it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84b0c533-7e81-453f-b30f-ffe93b91ee5a",name:"Duergar Guard",details:"",size:2,origin:4,type:2,keywords:"devil",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +9",equipment:"chainmail; warhammer",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:15},charisma:{score:8},hp:58,initiative:6,ac:21,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"94053ccd-6515-4041-b1a1-a4e4d1afb78f",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"e4d1a468-e9c9-46b7-898d-ed68c18ff6b8",name:"Beard Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage, and ongoing 2 poison damage and -2 penalty to attack rolls (save ends).",damage:"1d8+3 damage",category:3},{id:"4682f2b1-d374-4075-818a-1d7ee7c92c3a",name:"Infernal Anger",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Until the start of the duerger guard’s next turn, it deals an extra 4 fire damage when its melee attacks hit, and if an adjacent enemy moves of shifts during this period, the duerger guard can shift 1 square as an immediate reaction.",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"53955f86-1929-4087-80b4-854b9a7e1893",name:"Duergar Hellcaller",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Arcana +11, Dungeoneering +13, Religion +11",equipment:"leather armor; mace",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:22},hp:96,initiative:10,ac:24,fortitude:23,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"5e8d6a30-c02c-46c8-9ee2-5f03ae4ebdd6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"013ae77f-0e60-451e-a0fb-3e2e81964149",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"1d8+3 fire and poison damage, and the target takes ongoing 5 fire and poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+3 fire and poison damage",category:1},{id:"f48c0f5f-b4c9-4eec-ae1d-bd6a3c8c9532",name:"Quick Quill Strike",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"",attack:null,description:"",details:"The duergar hellcaller makes an infernal quills attack.",damage:"",category:3},{id:"bb82250d-184b-43aa-8c0a-33e7bea893a5",name:"Asmodeus’s Ruby Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"targets enemies; 3d8+5 psychic damage, and the duergar slides the target to the nearest space outside the blast. This forced movement provokes opportunity attacks.",damage:"3d8+5 psychic damage",category:1},{id:"50d26d72-737d-4a39-bcd2-fa671e2587ac",name:"Quill Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"Area burst 2 within 10",attack:{bonus:17,defence:2},description:"",details:"1d8 fire and poison damage, and the target takes ongoing 10 fire and poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 fire and poison damage",category:1},{id:"c3b53e55-49c7-4945-8420-c8c6d6221199",name:"Devilish Sacrifice",action:{action:5,trigger:"when an enemy makes a melee attack roll against the duergar hellcaller",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The duergar hellcaller shifts to the nearest space beyond the triggering attack’s reach. A legion devil hellguard appears in the duergar’s former space and becomes the target of the triggering attack. The devil acts immediately after the duergar hellcaller’s initiative.",damage:"",category:5}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f337e85b-09a6-4386-a306-60dfcdae1d50",name:"Duergar Scout",details:"",size:2,origin:4,type:2,keywords:"devil",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +9, Stealth +9",equipment:"chainmail; crossbow; crossbow bolt; warhammer",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:7},hp:48,initiative:8,ac:18,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"357794cf-7fc1-4802-afac-19b9a7d44c09",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"31c3d4ae-6d9e-431f-ab82-b1d16a2a8ae1",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"39b5c0f1-0e35-42ae-b39e-b9dc89bd0064",name:"Infernal Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:9,defence:0},description:"",details:"1d8+3 damage, and the target takes ongoing 2 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+3 damage",category:3},{id:"9d26be86-4afa-4388-8342-4c2a130c38f5",name:"Shadow Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A duergar scout’s attacks deal 2d6 extra damage while the scout is invisible.",damage:"a duergar scout’s attacks deal 2d6 extra damage while the scout is invisible",category:0},{id:"06793cf0-0d6c-4e7f-a896-a5865ec6cd67",name:"Underdark Sneak",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while in dim light or darkness and adjacent to an object or a wall that occupies at least 1 square",range:"",attack:null,description:"",details:"The duergar scout becomes invisible until the end of its next turn or until after it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"01f4ea21-c18d-4f2a-bba9-d3b77a9ddd8d",name:"Duergar Shock Trooper",details:"",size:2,origin:4,type:2,keywords:"devil",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Dungeoneering +12",equipment:"chainmail; maul",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:8},hp:84,initiative:6,ac:18,fortitude:19,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"5d6b637f-38bf-4988-a7ac-eeb59804c029",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"457546de-389a-49f4-a283-d0f133f867b7",name:"Infernal Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 2 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+4 damage",category:3},{id:"16c75ec9-14a1-4c95-9307-dfcd919e8219",name:"Expand",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"when first bloodied",range:"The duergar shock trooper becomes Large, occupying 4 squares instead of 1. Any creatures in the squares that the shock trooper comes to occupy are pushed 1 square. The shock trooper also gains reach 2 and a +5 bonus to its melee damage rolls. The shock trooper remains Large until the end of the encounter.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"86fee1ee-3ae6-4b51-89f6-e8f8457a39e7",name:"Duergar Theurge",details:"",size:2,origin:4,type:2,keywords:"devil",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Arcana +7, Dungeoneering +13, Religion +7",equipment:"warhammer",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:12},intelligence:{score:15},wisdom:{score:18},charisma:{score:11},hp:63,initiative:2,ac:19,fortitude:16,reflex:16,will:18,regeneration:null,auras:[],powers:[{id:"ac4d4cb1-8b36-495b-a372-c27d3f066e2b",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+1 damage.",damage:"1d10+1 damage",category:1},{id:"4822f523-fd88-4470-8d73-ff7231bd84f0",name:"Hellbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"1d10+4 fire damage.",damage:"1d10+4 fire damage",category:1},{id:"b2b297da-9105-4a1b-a498-383648229f76",name:"Infernal Quills",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage, and the target takes ongoing 2 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8+3 damage",category:3},{id:"5e703f11-2ef1-470c-8000-8fe25a86ec6d",name:"Wave of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:3},description:"",details:"1d8+4 psychic damage, and the target is slowed and dazed (save ends both).",damage:"1d8+4 psychic damage",category:1},{id:"7f90d3e5-f300-4707-80ca-8ec78f808d5e",name:"Brimstone Hail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 15",attack:{bonus:9,defence:2},description:"",details:"3d6+4 fire damage, and the target is knocked prone.",damage:"3d6+4 fire damage",category:1},{id:"46acb6e6-bc1b-4cad-a4cc-8933c2554985",name:"Vile Fumes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 2 within 15",attack:{bonus:9,defence:1},description:"",details:"3d6+4 poison damage, and the target is blinded until the end of the duergar theurge’s next turn.",damage:"3d6+4 poison damage",category:1}],damageModifiers:[{type:3,value:-5},{type:7,value:-5}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"0b9845a0-edbd-4c6a-8c43-66cbc3eb7db2",name:"Dust Devil",details:"",size:1,origin:1,type:1,keywords:"air, earth",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +0",movement:"8",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +10",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:18},intelligence:{score:5},wisdom:{score:8},charisma:{score:15},hp:47,initiative:7,ac:18,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"970c45d2-0f27-453d-8a7b-d4714dd30297",name:"Grasping Winds",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d10+3 damage, and the dust devil slides the target 2 squares.",damage:"1d10+3 damage",category:1},{id:"82763baa-93cd-481c-8883-0535cc0ca4af",name:"Gale Blast",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"The dust devil shifts 5 squares and attacks each enemy it moves adjacent to (one attack per creature); the target is knocked prone.",damage:"The dust devil shifts 5 squares and attacks each enemy it moves adjacent to (one attack per creature)",category:2},{id:"104d0563-545c-43e5-b5ed-72069a14aa57",name:"Stinging Sands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:8,defence:1},description:"",details:"3d6+3 damage, and the target is blinded until the end of the dust devil’s next turn.",damage:"3d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"69ff0c51-5eae-4d2d-9cd7-faec23670139",name:"Dweomer Eater",details:"",size:3,origin:4,type:1,keywords:"",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:23},intelligence:{score:2},wisdom:{score:18},charisma:{score:13},hp:110,initiative:13,ac:25,fortitude:20,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"d28d75c1-53c9-49fa-acaa-3a134cf34791",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage, and if the target is wearing magic armor, the armor is decaying until the end of the encounter. While the armor is decaying, the armor’s enhancement bonus takes a cumulative -1 penalty, to the maximum of the armor’s enhancement bonus.",damage:"2d6+6 damage",category:1},{id:"6e62bb9d-dda6-4de5-a8ef-1a4eb993ed53",name:"Dissolve Item",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Reliable",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Targets a creature wearing or wielding a decaying magic item of 15th level or lower; the decaying magic item is destroyed.",damage:"",category:1},{id:"fd57e461-0635-42dc-b634-64acb206ab85",name:"Magic Consumption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the dweomer eater is hit by an attack that uses a magic implement or weapon",range:"",attack:null,description:"",details:"The implement or weapon used in the triggering attack is decaying until the end of the encounter. While the implement or weapon is decaying, the target takes a cumulative -1 penalty to that implement’s or weapon’s enhancement bonus, to a maximum penalty equal to the item’s enhancement bonus.",damage:"the target takes a cumulative -1 penalty to that implement’s or weapon’s enhancement bonus",category:1},{id:"ae2b97cb-7ffb-4324-8979-22405efdfc64",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dweomer eater consumes any item it destroys. The residuum from any magic items the dweomer eater has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c1c92ce3-3ceb-4e82-a2b4-868bdd8a57e3",name:"Earth Archon Ground Rager",details:"",size:2,origin:1,type:2,keywords:"earth",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +13; tremorsense 20",movement:"6 (earth walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"chainmail",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:14},intelligence:{score:19},wisdom:{score:23},charisma:{score:17},hp:143,initiative:9,ac:28,fortitude:26,reflex:26,will:26,regeneration:null,auras:[{id:"f0b6db1e-663a-4acb-ab27-91d270bb5bea",name:"Earth Liquefaction",keywords:"",details:"aura 5; each creature without the earth keyword that ends its turn within the aura and did not move during its turn is slowed until the end of its next turn."}],powers:[{id:"d358d732-04c8-4472-9915-376583e361f0",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"827ab6f3-da22-49a8-b73c-27f00aa59e24",name:"Raging Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"(standard",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"(+20 against slowed creatures)1d8+6 thunder damage, and the target is immobilized (save ends).",damage:"(+20 against slowed creatures)1d8+6 thunder damage",category:1},{id:"70415436-f99b-4fbd-b161-80927d90b2fc",name:"Shove",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 damage, and the target is pushed 4 squares and knocked prone.",damage:"1d10+6 damage",category:1},{id:"e0ca1530-b3e5-49ef-a8de-fd465374d0a5",name:"Ground Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"2d8+6 thunder damage, and the target is knocked prone. Miss: Half damage, and the target is knocked prone.",damage:"2d8+6 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"24511dad-b749-4c78-9042-e935438cbeb8",name:"Earth Archon Rumbler",details:"",size:2,origin:1,type:2,keywords:"earth",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +13; tremorsense 20",movement:"6 (earth walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"warhammer",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:18},intelligence:{score:15},wisdom:{score:21},charisma:{score:17},hp:204,initiative:12,ac:29,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"abe8a837-3071-4160-b2ac-ee93d47b0231",name:"Stone Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+9 damage.",damage:"2d10+9 damage",category:1},{id:"627f2896-beef-4417-867d-35c36d486e05",name:"Avalanche Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:18,defence:2},description:"",details:"1d10+9 damage, and the target is knocked prone.",damage:"1d10+9 damage",category:1},{id:"436bb5da-8fff-48be-8271-f988fb81416e",name:"Thundering Might",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An earth archon rumbler’s attack deals 2d8 extra thunder damage if the rumbler is adjacent to more than one enemy.",damage:"an earth archon rumbler’s attack deals 2d8 extra thunder damage if the rumbler is adjacent to more than one enemy",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c554d254-47a4-4b10-90b5-de3075ba74c8",name:"Earth Archon Seismic Striker",details:"",size:2,origin:1,type:2,keywords:"earth",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +13; tremorsense 20",movement:"6 (earth walk)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"heavy shield; javelin; plate armor; war pick",category:"",strength:{score:18},constitution:{score:24},dexterity:{score:22},intelligence:{score:15},wisdom:{score:21},charisma:{score:17},hp:160,initiative:16,ac:32,fortitude:29,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"a2f9c6b2-96cb-43cb-829a-089eacbfc09a",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+7 damage plus 1d8 thunder damage (crit 4d8+23 damage plus 8 thunder damage).",damage:"2d8+7 damage plus 1d8 thunder damage (crit 4d8+23 damage plus 8 thunder damage)",category:1},{id:"873b0508-ea92-4d6b-9a84-fbeade993c4a",name:"Stone Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:23,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of the earth archon seismic striker’s next turn.",damage:"1d10+7 damage",category:1},{id:"8ce4c82d-686f-46ff-aabc-34897b698ce3",name:"Seismic Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"2d10+7 thunder damage, and the target is knocked prone. Miss: Half damage, and the target is knocked prone.",damage:"2d10+7 thunder damage",category:1},{id:"2f938e6f-ccb6-4c71-a8fc-ff171f97a1ba",name:"Ground Strike",action:null,keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"An earth archon seismic striker’s attack deals an extra 1d8 thunder damage against any prone enemy.",damage:"an earth archon seismic striker’s attack deals an extra 1d8 thunder damage against any prone enemy",category:0},{id:"35204cc4-6a33-431b-a03f-2467b892209e",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An earth archon seismic striker gains a +5 bonus to opportunity attack rolls and immobilizes a creature that it hits with an opportunity attack until the end of the seismic striker’s next turn.",damage:"An earth archon seismic striker gains a +5 bonus to opportunity attack rolls and immobilizes a creature that it hits with an opportunity attack until the end of the seismic striker’s next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c9bc1a88-d49d-4e7a-8b67-f09a006d4e74",name:"Eladrin Arcane Archer",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; longbow; short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:17},wisdom:{score:11},charisma:{score:15},hp:51,initiative:6,ac:17,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"56cb5ce0-eee0-464c-ac62-47ad4e0b2fa4",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"a5da21a6-c358-438b-8df2-344451972d7b",name:"Scorching Arrows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"(standard",range:"The eladrin arcane archer makes the following attack twice: Ranged 20/40",attack:{bonus:10,defence:2},description:"",details:"1d10 damage plus 1d6 fire damage.",damage:"1d10 damage plus 1d6 fire damage",category:1},{id:"1335e8d8-1625-407a-8e6b-e2b746233288",name:"Eldritch Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Force",condition:"",range:"Area burst 1 within 20",attack:{bonus:10,defence:1},description:"",details:"1d10+5 force damage, and the target is knocked prone.",damage:"1d10+5 force damage",category:1},{id:"ed68c3fd-92e8-49fc-b5ad-2f837e85cd3c",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin arcane archer teleports 5 squares.",damage:"The eladrin arcane archer teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"743890f7-35dc-45bf-8fb2-572cb6ddce30",name:"Eladrin Bladesinger",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:21},intelligence:{score:15},wisdom:{score:13},charisma:{score:18},hp:114,initiative:12,ac:25,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"1c5fab56-38d9-4bc4-a529-bcb6c5ba3b53",name:"Brilliant Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+3 radiant damage, and the target takes a -3 penalty to attack rolls against the eladrin bladesinger until the end of the bladesinger’s next turn.",damage:"2d8+3 radiant damage",category:1},{id:"e1ce31da-e7b1-440f-98cb-0c28d6c21f2b",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The eladrin bladesinger shifts 3 squares before and after making the attack; the target is weakened and slowed (save ends both). Miss: The target is slowed (save ends).",damage:"The eladrin bladesinger shifts 3 squares before and after making the attack",category:1},{id:"e2ff4333-140f-4d08-a076-ae6b2b51418a",name:"Dance of Brilliance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+4 radiant damage, and the eladrin bladesinger shifts 3 squares and uses brilliant blade against a different target.",damage:"1d8+4 radiant damage",category:1},{id:"01006abc-e699-4b41-b805-c54944c1afc2",name:"Wyvern Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The eladrin bladesinger flies 8 squares and does not provoke opportunity attacks. At any point during the move, the bladesinger makes an attack; 1d8+4 damage, and ongoing 10 poison damage (save ends).",damage:"1d8+4 damage",category:1},{id:"73968379-2b8e-4039-bc65-b28f9046a6b9",name:"Combat Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage against a target adjacent to the eladrin bladesinger",range:"",attack:null,description:"",details:"The bladesinger shifts 1 square to a space adjacent to the target.",damage:"The bladesinger shifts 1 square to a space adjacent to the target",category:3},{id:"b1561fb4-0324-4a28-81fa-c1234bfb1a13",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin bladesinger teleports 5 squares.",damage:"The eladrin bladesinger teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93eec3f0-249a-469c-9e0a-36dd308fa75c",name:"Elder Adamantine Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:21,role:{type:7,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +19, Intimidate +17",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:21},intelligence:{score:13},wisdom:{score:18},charisma:{score:14},hp:796,initiative:17,ac:37,fortitude:35,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"b10b4270-2ca0-4c8c-b6ea-e9a9317523bf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+8 damage, and ongoing 10 damage (save ends).",damage:"2d8+8 damage",category:1},{id:"341a086c-2ba8-4a07-8695-ae390615eca2",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"8a6a5e0c-239d-400b-adec-368863f5f041",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder adamantine dragon makes four claw attacks and then makes a bite attack against a different target.",damage:"",category:1},{id:"8120d698-4332-44e8-82e2-b5ff69e46a8e",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d10+8 damage, and the target is knocked prone.",damage:"1d10+8 damage",category:5},{id:"7ddba49c-7d4c-4a79-8879-cb0ff81dace5",name:"Painful Resonance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:26,defence:1},description:"",details:"the target takes ongoing 10 thunder damage and is dazed (save ends both).",damage:"the target takes ongoing 10 thunder damage and is dazed (save ends both)",category:3},{id:"3e629b6c-8712-406b-b900-93611879a58f",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"3d12+6 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the elder adamantine dragon’s next turn, it gives a thunderous roar: close burst 3",attack:{bonus:24,defence:1},description:"",details:"no attack roll; 15 thunder damage.",damage:"15 thunder damage",category:1},{id:"74e06fac-ce45-43d3-8d84-184e46462520",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder adamantine dragon uses it.",damage:"",category:5},{id:"1efc2254-0a5d-4fb4-9b1a-6294571dd6b7",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6eb3847-8a3a-4f63-833e-903fde95e65b",name:"Elder Copper Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:20,role:{type:6,flag:2,leader:!1},senses:"Perception +19; darkvision",movement:"10, fly 14 (hover), overland flight 18",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +23, Bluff +20, Insight +19",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:26},intelligence:{score:16},wisdom:{score:18},charisma:{score:20},hp:760,initiative:20,ac:34,fortitude:32,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"2cc8ad67-a12c-4746-8fb2-4a802c83768a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d8+8 damage plus 3d6 acid damage. The elder copper dragon shifts 2 squares before and after making the attack.",damage:"2d8+8 damage plus 3d6 acid damage",category:1},{id:"13840cbb-9eff-4125-a187-74ba79c947d1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"2d25c84c-1dce-4ba9-801c-713e732bd56b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder copper dragon makes two claw attacks and then shifts 3 squares.",damage:"The elder copper dragon makes two claw attacks and then shifts 3 squares",category:1},{id:"193f3c1b-d860-4ae0-9264-1e3f2fc8485a",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The elder copper dragon flies 14 squares and makes one melee basic attack at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"7e2522d6-3f31-4a19-a9ee-5e76266aba8c",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the elder copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Targets the triggering enemy; 2d6+8 damage, and the copper dragon shifts 2 squares.",damage:"2d6+8 damage",category:5},{id:"1ea4acd5-fc93-43fd-9bd3-1a55b9190c6b",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d10+6 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"3d10+6 acid damage",category:1},{id:"5b93d8fd-1a01-48df-b546-f13da8a7fbf0",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder copper dragon uses it.",damage:"",category:5},{id:"32a69501-fb72-46c7-8871-a4dffa86bf4e",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"d5ca1ec0-6fec-4daa-b816-6b3f8e1868cf",name:"Unfettered Wings",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder copper dragon makes saving throws against immobilized, slowed, and restrained conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[{type:1,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09ad87a7-71c0-40cf-a857-2bb139f81423",name:"Elder Gold Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:24,role:{type:3,flag:2,leader:!1},senses:"Perception +23; darkvision",movement:"8, fly 12 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +27, Athletics +25, Diplomacy +25, Insight +23, Intimidate +25",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:22},intelligence:{score:30},wisdom:{score:23},charisma:{score:26},hp:888,initiative:18,ac:38,fortitude:36,reflex:38,will:36,regeneration:null,auras:[{id:"cc8d19ee-1c5d-4716-93d2-2608e7f68162",name:"Weakening Flames",keywords:"",details:"(Fire) aura 2; each enemy that enters or starts its turn in the aura chooses either to take 15 fire damage or to be weakened until the start of its next turn."}],powers:[{id:"b51030d5-69ca-4615-99a1-66cd4893e11b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+8 damage plus 3d10 fire damage.",damage:"2d10+8 damage plus 3d10 fire damage",category:1},{id:"22181d6a-f275-40d8-83f0-4ba22acb796c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 3; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"d930be0b-1df9-4cae-adf4-51adcf783b9b",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder gold dragon makes two claw attacks.",damage:"",category:1},{id:"08663b17-2a81-4ec1-9ff3-2c6bb85345e7",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the elder gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 10 fire damage (save ends)",category:5},{id:"bc5e2d73-4791-4cdf-befe-5c1cafa8807f",name:"Beguiling Glow",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Close burst 8",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is pulled 5 squares and dazed (save ends).",damage:"the target is pulled 5 squares and dazed (save ends)",category:3},{id:"8787764c-4e45-428e-9dfe-9e84686ab663",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"3d8+8 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"3d8+8 fire damage",category:1},{id:"9351d594-a842-4d0b-bce4-589bbf81e28d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder gold dragon uses it.",damage:"",category:5},{id:"958e4a09-7abc-4899-baba-eb823067a0bd",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:26,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f6140657-a133-42f6-bca1-e51ae0884c82",name:"Burning Tomb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 20",attack:{bonus:26,defence:2},description:"",details:"3d8+8 damage, and the target is immobilized (save ends). Effect: The burst creates a zone of fire that lasts until the end of the elder gold dragon’s next turn. Each creature that starts its turn within the zone takes 15 fire damage. Sustain Minor: The zone persists.",damage:"3d8+8 damage",category:1}],damageModifiers:[{type:3,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"62091636-dfd1-469a-a787-29b60844e164",name:"Elder Iron Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:19,role:{type:4,flag:2,leader:!1},senses:"Perception +20; darkvision",movement:"9, fly 9 (hover), overland flight 12",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +20, Athletics +18, Stealth +20",equipment:"",category:"",strength:{score:19},constitution:{score:25},dexterity:{score:23},intelligence:{score:17},wisdom:{score:23},charisma:{score:19},hp:740,initiative:19,ac:33,fortitude:33,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"aba8fe1c-afc3-434b-aced-966d831a6a2c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+6 damage plus 4d6 lightning damage.",damage:"2d8+6 damage plus 4d6 lightning damage",category:1},{id:"9e6e9250-523f-4a1e-ac65-61c8d8879225",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"c671e9c7-27dc-4f34-b54a-2a2075892e8f",name:"Triple Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder iron dragon makes three claw attacks.",damage:"",category:1},{id:"92348786-4810-4aa1-a467-025a70750aa0",name:"Wing Block",action:{action:5,trigger:"when the elder iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The dragon gains resist 10 to all damage of the triggering attack, and it makes an attack; 2d6+4 damage.",damage:"the dragon gains resist 10 to all damage of the triggering attack",category:5},{id:"b6cf9c01-03f5-43ee-93b5-37efb0f5d77a",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"3d10+7 lightning damage, and the elder iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"3d10+7 lightning damage",category:1},{id:"c4475ab5-6e1f-4700-afa9-0e6a37024855",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder iron dragon uses it.",damage:"",category:5},{id:"e2f5f666-449a-4ad6-8d4f-a85c25762dd2",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8b877075-e7bb-43ef-8c12-7d60814a6ace",name:"Iron Wing Defense",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder iron dragon gains a +2 bonus to all defenses until the end of its next turn.",damage:"The elder iron dragon gains a +2 bonus to all defenses until the end of its next turn",category:3}],damageModifiers:[{type:5,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78147226-04ca-4d73-a4dd-4e29c4add91b",name:"Elder Silver Dragon",details:"",size:4,origin:4,type:1,keywords:"dragon",level:22,role:{type:2,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"8, fly 8 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +26, Insight +18",equipment:"",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:24},intelligence:{score:14},wisdom:{score:14},charisma:{score:22},hp:840,initiative:18,ac:34,fortitude:36,reflex:33,will:32,regeneration:null,auras:[],powers:[{id:"6881d933-86ab-4582-a81c-d69515e6490b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 3d8+8 damage.",damage:"3d8+8 damage",category:1},{id:"72edce78-12a8-4b70-b5bc-83d8210fc0bc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"f96c9014-8eec-4212-aa8e-731e83b8b68e",name:"Tail Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:23,defence:0},description:"",details:"4d6+8 damage, and the target is dazed (save ends).",damage:"4d6+8 damage",category:1},{id:"d68ba634-b74e-4a79-808f-8f5ea39b1b02",name:"Furious Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elder silver dragon makes a claw attack against each enemy within reach. It also attacks one creature with a bite.",damage:"",category:1},{id:"1f73e931-ada0-4b4c-a9d6-595dd80e0b59",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the elder silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 2d8+8 damage.",damage:"2d8+8 damage",category:5},{id:"cd0bac9e-128f-406a-a756-82f0880f6d48",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8+8 cold damage, and the target gains vulnerable 10 to all damage (save ends). Miss: Half damage.",damage:"3d8+8 cold damage",category:1},{id:"febe3e4f-7e22-48bb-8cd2-2d5f833144f2",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the elder silver dragon uses it.",damage:"",category:5},{id:"2471b458-02b5-4583-a834-eba301e3165b",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the elder silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"9736976a-cbb5-494d-8558-d60f8184d724",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder silver dragon can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"d332442a-2b7f-4f69-b1ff-a3a4678cfbbe",name:"Unstoppable",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elder silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn.",damage:"an elder silver dragon makes saving throws against ongoing damage at the start of its turn as well as at the end of its turn",category:0}],damageModifiers:[{type:2,value:-25}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2592c05-80bc-4788-bd85-fd77149bf6dd",name:"Eldritch Giant",details:"",size:3,origin:2,type:2,keywords:"giant",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +20; low-light vision",movement:"8, teleport 6",alignment:"Evil",languages:"Elven, Giant",skills:"Arcana +21, Insight +20",equipment:"",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:12},intelligence:{score:24},wisdom:{score:22},charisma:{score:13},hp:171,initiative:12,ac:32,fortitude:29,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"24fe2e20-c168-49bb-a3b9-48bac6a8af62",name:"Eldritch Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Reach 2; 3d6+7 force damage.",damage:"3d6+7 force damage",category:1},{id:"44a1c8f7-6852-4b9b-98ad-ce34e711659f",name:"Force Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:21,defence:2},description:"",details:"2d6+7 force damage.",damage:"2d6+7 force damage",category:1},{id:"03044b27-27c9-4522-a072-19fcf5eb5295",name:"Sweeping Sword",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Weapon",condition:"",range:"3d6+7 force damage, and the target is knocked prone. Special: When charging, the eldritch giant can use this power in place of a melee basic attack.",attack:{bonus:21,defence:0},description:"",details:"",damage:"",category:1},{id:"6467be28-5f45-453c-a06c-51d40c37764c",name:"Consume Magic",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:3},description:"",details:"Targets an adjacent conjuration or zone created by an enemy; the conjuration or zone is destroyed, and its effects end. The eldritch giant’s attacks deal 3d6 extra force damage until the end of its next turn.",damage:"the eldritch giant’s attacks deal 3d6 extra force damage until the end of its next turn",category:3},{id:"2f923195-34c2-4425-959f-d3a915e97036",name:"Eldritch Field",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Close blast 5",attack:null,description:"",details:"the blast creates a zone of rippling magic that lasts until the end of the encounter or until the eldritch giant uses this power again. The zone is difficult terrain, and the giant’s attacks deal 1d6 extra force damage against creatures within the zone.",damage:"and the giant’s attacks deal 1d6 extra force damage against creatures within the zone",category:3}],damageModifiers:[{type:4,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a04f2fd0-bc0c-48db-ae04-dab26bda4bd0",name:"Eldritch Titan",details:"",size:4,origin:2,type:2,keywords:"giant",level:21,role:{type:6,flag:1,leader:!1},senses:"Perception +22; low-light vision",movement:"8, teleport 6",alignment:"Evil",languages:"Elven, Giant",skills:"Arcana +23, Insight +22",equipment:"warhammer",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:10},intelligence:{score:26},wisdom:{score:24},charisma:{score:16},hp:394,initiative:12,ac:35,fortitude:32,reflex:34,will:36,regeneration:null,auras:[],powers:[{id:"69fa8594-750b-4660-b741-270a81f33c56",name:"Eldritch Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 3; 3d8+7 force damage.",damage:"3d8+7 force damage",category:1},{id:"6102e3ef-af25-4601-a4a8-68e2c9ac85b2",name:"Force Ram",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:24,defence:2},description:"",details:"2d8+8 force damage, and the eldritch titan pushes the target 5 squares.",damage:"2d8+8 force damage",category:1},{id:"612ae85f-538e-43d8-9b97-c3167b45bc41",name:"Eldritch Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The eldritch titan makes two eldritch hammer attacks. Special: When charging, the titan can use this power in place of a melee basic attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"38a2c3ed-c56a-41a5-9a83-c90c3cfb1df6",name:"Force Hammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Weapon",condition:"",range:"Close blast 3",attack:{bonus:24,defence:1},description:"",details:"3d8+8 force damage, and the target is pushed 3 squares and knocked prone. Miss: Half damage, and eldritch titan pushes the target 3 squares.",damage:"3d8+8 force damage",category:1},{id:"7a966d6c-db79-4d30-b69b-0cf18df910ce",name:"Consume Magic",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:3},description:"",details:"Targets an adjacent conjuration or zone created by an enemy; the conjuration or zone is destroyed, and its effects end. The eldritch titan’s attacks deal 3d8 extra force damage until the end of its next turn.",damage:"the eldritch titan’s attacks deal 3d8 extra force damage until the end of its next turn",category:3},{id:"0293c573-258b-4408-91aa-ff2c59de6a53",name:"Eldritch Field",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Close blast 5",attack:null,description:"",details:"the blast creates a zone of rippling magic that lasts until the end of the encounter or until the eldritch titan uses this power again. The zone is difficult terrain, and the giant’s attacks deal 1d8 extra force damage against creatures within the zone.",damage:"and the giant’s attacks deal 1d8 extra force damage against creatures within the zone",category:3}],damageModifiers:[{type:4,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"37b496df-c6bd-49af-97dd-13de6f6a1f39",name:"Erinyes",details:"",size:2,origin:3,type:2,keywords:"devil",level:13,role:{type:7,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Supernal",skills:"Diplomacy +15, Endurance +15, Intimidate +15",equipment:"bastard sword; light shield; plate armor",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:19},intelligence:{score:14},wisdom:{score:16},charisma:{score:18},hp:131,initiative:12,ac:29,fortitude:25,reflex:23,will:23,regeneration:null,auras:[{id:"70d0a8fc-634d-4393-a30f-f682e77b3368",name:"Blade Shield",keywords:"",details:"aura 3; each ally within the aura gains a +2 bonus to AC."}],powers:[{id:"90d01940-b773-44a6-a39c-1606ee3b43b6",name:"Compelling Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+3 damage, and one ally within 5 squares of the erinyes gains 8 temporary hit points.",damage:"2d10+3 damage",category:1},{id:"ec862673-3625-4ab6-a717-dbf3f0f11e92",name:"Flitting Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets one, two or three creatures; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"3c40909c-196c-4e1d-953c-69475693da3f",name:"Bloody Spiral",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:2},description:"",details:"5 damage, and the target is knocked prone. If two or more enemies are knocked prone, each ally within 5 squares of the erinyes gains 10 temporary hit points.",damage:"5 damage",category:5},{id:"fee9a5c6-ec8b-4d1b-a069-bedbdb04f2fe",name:"Devastating Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An erinyes gains a +3 bonus to attack rolls when making opportunity attacks, and if an opportunity attack hits, it shifts 1 square as a free action.",damage:"An erinyes gains a +3 bonus to attack rolls when making opportunity attacks",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b992c17f-39f9-4408-bda9-4979b1266a65",name:"Fang Titan Drake",details:"",size:4,origin:4,type:1,keywords:"reptile",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +12",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:22},dexterity:{score:16},intelligence:{score:2},wisdom:{score:17},charisma:{score:7},hp:348,initiative:12,ac:32,fortitude:31,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"60048f7b-8a75-42ad-b3ba-be0a57d6fb4c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; targets one or two adjacent creatures; 3d8+7 damage, and the target is dazed (save ends). The fang titan drake also grabs one target.",damage:"3d8+7 damage",category:1},{id:"17cb2d10-30c1-4142-95c4-828e8a8afc87",name:"Furious Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the fang titan drake’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"1dc693b5-d1ed-4a1c-aa9f-66d9798856d1",name:"Tail Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:22,defence:2},description:"",details:"4d12+7 damage, and the target is knocked prone.",damage:"4d12+7 damage",category:1},{id:"cdcf2f6d-7dc2-48f4-98e7-697c7b1f73ad",name:"Bloodied Roar",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Furious roar recharges, and the fang titan drake uses it.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da11f5a8-f9ac-4528-8d08-b5e2f156fef7",name:"Fell Taint Lasher",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:20,initiative:3,ac:15,fortitude:12,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"e37544a5-e012-42ed-bf61-46a23e876a7f",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"ba26592b-f9ab-40fc-908e-7e6b18531a62",name:"Tendrils of Stasis",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"1d4+4 psychic damage, and the target is immobilized until the end of the fell taint lasher’s next turn.",damage:"1d4+4 psychic damage",category:1},{id:"e47031cf-a81f-497b-b882-157cd60d002a",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint lasher loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the lasher kills the target, it regains all of its hit points.",damage:"",category:1},{id:"b31f8e6a-cb12-4229-beb4-a92d47338fa7",name:"Flowing Tendrils",action:{action:7,trigger:"when the fell taint lasher makes an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lasher shifts 1 square.",damage:"The lasher shifts 1 square",category:5}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"362d46a1-f7c4-4ebe-bea8-2b516a851461",name:"Fell Taint Pulsar",details:"",size:1,origin:0,type:1,keywords:"",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +7",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:14},intelligence:{score:4},wisdom:{score:16},charisma:{score:10},hp:18,initiative:2,ac:12,fortitude:12,reflex:13,will:14,regeneration:null,auras:[],powers:[{id:"fb490781-c82c-43e5-bced-f1b2bffd04f7",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"1d4+3 psychic damage.",damage:"1d4+3 psychic damage",category:1},{id:"4084f79f-fc93-4efe-8ec9-c669737ccafa",name:"Tendril Pulse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"2d4+3 psychic damage.",damage:"2d4+3 psychic damage",category:1},{id:"b0ac5b2b-f19c-447d-802b-dd2735415a79",name:"Tendril Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:4,defence:2},description:"",details:"targets one, two, or three creatures; 2d4+1 psychic damage.",damage:"2d4+1 psychic damage",category:1},{id:"8b337d92-fddc-472f-a14b-4e1e854c840c",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint pulsar loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the pulsar kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"8a903848-de6b-45d7-a5c6-b4f11f579b0b",name:"Fell Taint Thought Eater",details:"",size:1,origin:0,type:1,keywords:"",level:2,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:12},intelligence:{score:5},wisdom:{score:10},charisma:{score:16},hp:26,initiative:2,ac:14,fortitude:13,reflex:13,will:15,regeneration:null,auras:[],powers:[{id:"1d41cd04-e2a9-4092-9beb-7b69c5c140ac",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+5 psychic damage.",damage:"1d6+5 psychic damage",category:1},{id:"0641ba63-df14-4046-9b55-adf836750399",name:"Spirit Haze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:6,defence:3},description:"",details:"1d4+5 psychic damage, and the target is dazed until the end of the fell taint thought eater’s next turn.",damage:"1d4+5 psychic damage",category:1},{id:"c0611753-6499-48b8-8730-ca85ba30feb9",name:"Thought Fog",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Charm",condition:"",range:"Close blast 5",attack:{bonus:5,defence:3},description:"",details:"targets enemies; the target is slowed (save ends). First Failed Saving Throw: The target is immobilized instead of slowed (save ends).",damage:"",category:1},{id:"04991c53-e882-4537-b79e-c746a69e1d66",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint thought eater loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the thought eater kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"38ee1064-c727-49bf-a851-a6f1aa8c3416",name:"Fell Taint Warp Wender",details:"",size:2,origin:0,type:1,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"1, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:16},intelligence:{score:6},wisdom:{score:17},charisma:{score:12},hp:38,initiative:5,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"ffbb7f46-36b1-4d61-b185-1605b81d49c4",name:"Tendril Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d6+4 psychic damage.",damage:"1d6+4 psychic damage",category:1},{id:"8ff18426-f06a-40fe-87d3-d4273128dc40",name:"Psychic Transposition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"1d4+4 psychic damage, and the target is dazed (save ends). First Failed Saving Throw: The fell taint warp wender swaps positions with the target.",damage:"1d4+4 psychic damage",category:1},{id:"e641c71b-78b6-4766-bbc9-ab7de6435192",name:"Fell Taint Feeding",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets a helpless or unconscious creature; the fell taint warp wender loses insubstantial and its fly speed until the end of its next turn, and it makes a coup de grace against the target. If the warp wender kills the target, it regains all of its hit points.",damage:"",category:1}],damageModifiers:[{type:8,value:5}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"1b575775-8416-40b8-a5df-cf9cb97944a3",name:"Fey-Incanter Vestige",details:"",size:2,origin:2,type:2,keywords:"undead",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +20",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:22},intelligence:{score:26},wisdom:{score:22},charisma:{score:20},hp:91,initiative:17,ac:30,fortitude:28,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"b6dfd01b-3d1c-4389-a281-455ce5ef9fd0",name:"Ray of Humility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"1d8+5 necrotic damage, ongoing 5 necrotic damage, and the target must roll saving throws twice taking the lower of the two results (save ends both).",damage:"1d8+5 necrotic damage",category:1},{id:"8ff33441-873f-4d7f-9cd0-e487f42dd72d",name:"Ray of Spring’s Rejection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"2d8+6 necrotic damage, and the target grants combat advantage to the fey-incanter vestige (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"0e8ef6a9-1d6b-4180-9581-1f9f77b01c41",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The fey-incanter vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it.",damage:"the fey-incanter vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it",category:0},{id:"b1f02ced-f214-41e9-be5e-f02107e62908",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fey-incanter vestige teleports 5 squares.",damage:"The fey-incanter vestige teleports 5 squares",category:2},{id:"10ed0bd6-f57d-4376-878a-4c4226f731c7",name:"Maniacal Dash",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fey-incanter vestige shifts 6 squares.",damage:"The fey-incanter vestige shifts 6 squares",category:2}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"7b722400-7246-4b95-afee-e8ab18c63a32",name:"Fey-Knight Vestige",details:"",size:2,origin:2,type:2,keywords:"undead",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6, fly 6 (hover); phasing",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +20",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:25},intelligence:{score:17},wisdom:{score:17},charisma:{score:19},hp:75,initiative:19,ac:30,fortitude:30,reflex:32,will:29,regeneration:null,auras:[{id:"e96f1777-b62b-4a8e-af72-1bc08b09b48a",name:"Spiraling Despair",keywords:"",details:"aura 3; each enemy within the aura takes a -2 penalty to damage rolls and saving throws."}],powers:[{id:"90336e8d-be93-4b57-8050-726479c1fdb0",name:"Ghostsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"1d8+5 necrotic damage, and the target grants combat advantage to the fey-knight vestige (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"3b089ef6-9054-409b-91c1-9fe53d0337dd",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fey-knight vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it.",damage:"the fey-knight vestige deals 2d8 extra necrotic damage to any target granting combat advantage to it",category:0},{id:"f165556c-0bf7-43c4-82c6-58732d4fa8d1",name:"Desperate Dash",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fey-knight vestige shifts 6 squares.",damage:"The fey-knight vestige shifts 6 squares",category:2},{id:"f51eaf16-e6ef-4883-abd6-00d127e922aa",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The fey-knight vestige teleports 5 squares.",damage:"The fey-knight vestige teleports 5 squares",category:2}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"98df909b-3dba-4b36-af1b-baca8d93b477",name:"Firbolg Ghostraven",details:"",size:3,origin:2,type:2,keywords:"",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +18; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +18, Nature +18, Stealth +19",equipment:"heavy war pick; leather armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:23},intelligence:{score:13},wisdom:{score:21},charisma:{score:15},hp:236,initiative:18,ac:30,fortitude:28,reflex:29,will:28,regeneration:{value:5,details:""},auras:[],powers:[{id:"c8a6358c-6c93-4c40-9034-a9e47bc5ef34",name:"Heavy War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d12+7 damage (crit 2d12+19).",damage:"1d12+7 damage (crit 2d12+19)",category:1},{id:"c8742c46-9cb7-4767-b392-a2150f1e7595",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg ghostraven makes two heavy war pick attacks. If the ghostraven hits two targets with the attacks, one of the targets of the ghostraven’s choice is blinded (save ends).",damage:"",category:1},{id:"e72e6671-d578-424c-9b88-51c92879d55b",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:3},description:"",details:"until the end of the firbolg ghostraven’s next turn, the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"7d97fefe-cc82-419f-a9f0-a7f84d85445e",name:"Ghostraven Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Until the firbolg ghostraven attacks, it gains insubstantial and phasing and gains a fly (clumsy) speed equal to its walk speed. While in dim light or darkness, it has concealment while in this form.",damage:"",category:3},{id:"d392dc81-1d10-4359-be01-9f343fd4eac8",name:"Ghostraven Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the firbolg ghostraven hits a target that couldn’t see the ghostraven at the start of the ghostraven’s turn, the attack deals 2d8 extra damage.",damage:"the attack deals 2d8 extra damage",category:0},{id:"1c0ec4a0-aa5e-46f5-828f-8bd29e60ae6a",name:"Hunter’s Flight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A firbolg ghostraven doesn’t provoke opportunity attacks while jumping or when moving at half speed while flying.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg ghostraven takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"4fa76a18-3c34-4768-98bd-755d979638f4",name:"Firbolg Hunter",details:"",size:3,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +16; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +15, Intimidate +12, Nature +16, Stealth +17",equipment:"javelin; leather armor; spear",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:22},intelligence:{score:12},wisdom:{score:20},charisma:{score:13},hp:123,initiative:14,ac:26,fortitude:22,reflex:25,will:24,regeneration:{value:5,details:""},auras:[],powers:[{id:"6772f194-84c6-4194-96a0-5177fabf72f3",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"b30f09da-6b8d-45df-b49a-fd46b1579501",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"ca03111d-e95f-4061-be68-2173bef7a523",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg hunter makes a spear attack or a javelin attack. On a hit, the attack deals 2d6 extra damage, and the target is immobilized (save ends). Aftereffect: The target is slowed (save ends).",damage:"the attack deals 2d6 extra damage",category:1},{id:"144a73ed-83f1-432b-abca-4c22beac7d72",name:"Mobile Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The firbolg hunter moves 8 squares and makes a spear attack or a javelin attack at any point during the move. The hunter doesn’t provoke opportunity attacks when moving away from its target or when making the ranged attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"c815ad98-47fd-4e36-8f9a-43c285e5e3b0",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"until the end of the firbolg hunter’s next turn, the hunter’s attacks against the target deal 1d6 extra damage, and the target cannot benefit from invisibility or concealment.",damage:"the hunter’s attacks against the target deal 1d6 extra damage",category:3},{id:"c76ae703-e4bc-4d17-b8ca-8e7e6f72baf6",name:"Hunter’s Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A firbolg hunter doesn’t provoke opportunity attacks while jumping.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg hunter takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"18f545cb-7769-45db-b3bd-799e99b97b69",name:"Firbolg Master of the Wild Hunt",details:"",size:3,origin:2,type:2,keywords:"",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +19; low-light vision",movement:"8, fly 8 (clumsy)",alignment:"Unaligned",languages:"Common, Elven",skills:"Acrobatics +25, Athletics +23, Nature +24, Stealth +25",equipment:"light shield; longspear",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:28},intelligence:{score:15},wisdom:{score:26},charisma:{score:18},hp:404,initiative:22,ac:36,fortitude:33,reflex:35,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"b38829a5-886c-4f14-8c5a-72b1f14b6e94",name:"Spear of the Hunt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"cbf93476-e074-49df-90b9-eb125d27e3c8",name:"Spear the Prey",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:27,defence:0},description:"",details:"2d10+7 damage. Effect: The firbolg master of the Wild Hunt’s spear returns after the master makes the attack.",damage:"2d10+7 damage",category:1},{id:"00bc8c7e-0b36-4fc8-b402-ce22211b820d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg master of the Wild Hunt makes two spear of the hunt attacks.",damage:"",category:1},{id:"8bede0e6-676a-4379-80ef-28a0aab66e7f",name:"Mortal Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The firbolg master of the Wild Hunt makes a spear of the hunt attack or a spear the prey attack against a bloodied enemy. On a hit, the attack becomes a critical hit and deals 6d6 extra damage. If the attack reduces the target to 0 hit points or fewer, the master gains 1 action point.",damage:"the attack becomes a critical hit and deals 6d6 extra damage",category:1},{id:"8dbb282d-7315-48a0-9c22-f11576980571",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:25,defence:3},description:"",details:"until the end of the firbolg master of the Wild Hunt’s next turn, the target is marked, grants combat advantage to the master, and cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"1e1935d6-74a6-4111-bd72-84e52f84c215",name:"Moonhunter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A firbolg master of the Wild Hunt’s attacks deal 2d6 extra damage to a creature affected by moonfire.",damage:"a firbolg master of the wild hunt’s attacks deal 2d6 extra damage to a creature affected by moonfire",category:0}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg master of the Wild Hunt takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"1078d9f6-41f1-4ec7-9dd0-62b6c25a4ff4",name:"Firbolg Moon Seer",details:"",size:3,origin:2,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +18; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +14, Athletics +15, Nature +18, Religion +14",equipment:"leather armor; mace",category:"",strength:{score:17},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:23},charisma:{score:15},hp:141,initiative:11,ac:28,fortitude:26,reflex:24,will:27,regeneration:{value:5,details:""},auras:[],powers:[{id:"d344c362-ada4-49f8-b81b-25f78e0bc7e4",name:"Moon Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d10+7 radiant damage, and the target is blinded until the start of its next turn.",damage:"1d10+7 radiant damage",category:1},{id:"36cbf9bd-9895-4159-8a7b-1ff9c5a44773",name:"Ban of the Raven",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Radiant",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"3d8+6 necrotic damage, attack rolls against the target can score critical hits on rolls of 18-20, and the target takes 10 extra necrotic damage from a critical hit (save ends both). Aftereffect: Attack rolls against the target can score critical hits on rolls of 19-20 (save ends).",damage:"3d8+6 necrotic damage",category:1},{id:"64b956d2-8e94-48e6-97ea-aa40c3acd1c7",name:"Moonfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"until the end of the firbolg moon seer’s next turn, the target grants combat advantage to the moon seer and cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"9b4a2d11-ce72-4f84-b939-dbd57081dcd1",name:"Moonstrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"targets one enemy affected by moonfire; 2d8+6 psychic damage, and the target is dominated until the end of the firbolg moon seer’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"8a3bf14f-c9fb-4a4c-8b5c-2c663e43c212",name:"Spirit Hounds",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"targets enemies; 2d6+6 damage, and the target is slowed and cannot teleport (save ends both).",damage:"2d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"necrotic (if the firbolg moon seer takes necrotic damage, its regeneration does not function on its next turn)",immune:"",tactics:""},{id:"8f94c259-1bad-4c50-b621-2160e66c2531",name:"Flame Shard",details:"",size:2,origin:1,type:1,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4, fly 4 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:19},intelligence:{score:7},wisdom:{score:15},charisma:{score:18},hp:100,initiative:10,ac:24,fortitude:25,reflex:23,will:23,regeneration:null,auras:[{id:"6c7b2383-c283-4709-b173-b849565ec759",name:"Heat Wave",keywords:"",details:"(Fire) aura 2; any enemy that ends its turn within the aura takes 5 fire damage and takes a -2 penalty to saving throws against ongoing fire damage during its current turn."}],powers:[{id:"3a8df577-becb-4217-99cd-b74bab74f011",name:"Burning Shard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"Melee 1",attack:{bonus:17,defence:2},description:"",details:"1d8+5 fire damage.",damage:"1d8+5 fire damage",category:1},{id:"1ef79747-ba18-4818-ad1f-5ae3319d39fc",name:"Flame Shatter",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:17,defence:2},description:"",details:"1d8+5 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"1d8+5 fire damage",category:0},{id:"8d1e4965-efbf-4d43-9467-7076f3e6f62d",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:17,defence:2},description:"",details:"1d8+5 fire damage.",damage:"1d8+5 fire damage",category:1}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3900d5e6-fc78-45bf-8b13-63de9f8812b8",name:"Flesheater Shark",details:"",size:3,origin:4,type:1,keywords:"aquatic",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"1 (clumsy), swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:15},hp:128,initiative:8,ac:22,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"99758da5-b25b-40a5-a3f3-bf8ad7a590c4",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"566a4d11-c0f8-4331-a5f6-789037612671",name:"Lockjaw Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the flesheater shark is not grabbing a creature",range:"The shark charges and makes the following attack in place of a melee basic attack",attack:{bonus:14,defence:0},description:"",details:"2d8+7 damage, and the target is grabbed. When the grab ends, the target takes ongoing 5 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"27197903-6855-4853-bdf3-0e2818b166b1",name:"Shredding Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the flesheater shark; no attack roll ; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"b0a35828-4d99-4df4-8027-205be5414bdd",name:"Feeding Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the flesheater shark starts its turn within 5 squares of a bloodied cerature",range:"",attack:null,description:"",details:"The shark must make a bite attack against a creature adjacent to it. If the shark is grabbing a creature, the grab ends.",damage:"",category:1},{id:"deb045c1-8088-4624-836a-d4090f015c0b",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, a fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed.",damage:"a fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3bc27c6a-59ea-4007-805c-327afbb9dda9",name:"Flux Slaad",details:"",size:2,origin:1,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7, teleport 2",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:7},wisdom:{score:13},charisma:{score:14},hp:98,initiative:8,ac:23,fortitude:23,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"e49d7970-32c0-4a92-82e6-d754e75c94fe",name:"Claw Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"2e95ea06-317d-49b6-a58b-a59e8054ead8",name:"Flux Rage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The flux slaad shifts 2 squares and makes one claw slash attack against each creature it moves adjacent to during the shift.",damage:"The flux slaad shifts 2 squares and makes one claw slash attack against each creature it moves adjacent to during the shift",category:1},{id:"4dddfee4-0a66-4ce3-b585-8c9172de5fd5",name:"Piercing Reaction",action:{action:4,trigger:"when the flux slaad takes damage from an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaad shifts 1 square.",damage:"The slaad shifts 1 square",category:5},{id:"5b640910-89cb-4a15-b51b-6a3a04268f6d",name:"Slaad Vulnerability Shift",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A flux slaad starts the encounter with vulnerable 10 to one of the following six damage types, randomly determined: 1—cold, 2—fire, 3—lightning, 4—necrotic, 5—psychic, or 6—thunder. It has resist 5 to the other five types. When the slaad takes damage of the type to which it’s vulnerable, its vulnerability changes to one of the other five damage types, randomly determined, and it gains resistance to the type it was previously vulnerable to.",damage:"a flux slaad starts the encounter with vulnerable 10 to one of the following six damage types",category:0}],damageModifiers:[],resist:"5 variable",vulnerable:"10 variable",immune:"",tactics:""},{id:"8f82b706-528d-48a7-a320-ee7cf200f016",name:"Fomorian Blinder",details:"",size:4,origin:2,type:2,keywords:"giant",level:20,role:{type:0,flag:1,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"quarterstaff",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:12},intelligence:{score:26},wisdom:{score:16},charisma:{score:23},hp:296,initiative:11,ac:32,fortitude:31,reflex:33,will:31,regeneration:null,auras:[],powers:[{id:"4c684764-d8f4-48eb-8d18-141c627e8d56",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 1d12+10 damage.",damage:"1d12+10 damage",category:1},{id:"f6a79674-09e9-44f1-a2ef-48a0110c0f59",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"the target is affected by the fomorian’s evil eye (save ends). While the target is affected by evil eye, whenever the fomorian blinder’s attack damages a creature other than the target, the target takes an equal amount of damage. The effect ends if the blinder uses evil eye against a different target.",damage:"whenever the fomorian blinder’s attack damages a creature other than the target",category:3},{id:"682eae27-6d27-4fc6-b93a-4b5f5e61e426",name:"Acid Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:25,defence:2},description:"",details:"2d8+9 acid and necrotic damage, and the target cannot use encounter or daily attack powers until the end of the target’s next turn.",damage:"2d8+9 acid and necrotic damage",category:1},{id:"0d6b2762-d5b1-4a11-ae08-435de6fced95",name:"Shower of Ice",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:2},description:"",details:"2d8+9 acid and necrotic damage, and ongoing 10 acid and necrotic damage (save ends).",damage:"2d8+9 acid and necrotic damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b90e66d7-a5cd-4e3d-90b5-d2af5e35a4cd",name:"Fomorian Butcher",details:"",size:4,origin:2,type:2,keywords:"giant",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +16; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"falchion; hide armor",category:"",strength:{score:27},constitution:{score:27},dexterity:{score:19},intelligence:{score:11},wisdom:{score:10},charisma:{score:20},hp:514,initiative:15,ac:34,fortitude:36,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"a0a1288f-e9db-449c-9fcb-b10f02ad69de",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 4d4+14 (crit 12d4 + 24) damage.",damage:"4d4+14 (crit 12d4 + 24) damage",category:1},{id:"a75437b9-2ee7-4bc8-923e-1f3d2851e983",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 23",attack:{bonus:23,defence:3},description:"",details:"the target is restrained (save ends). The effect ends if the fomorian butcher uses evil eye against a different target.",damage:"",category:3},{id:"dde3a06e-c6e7-485c-8b94-3b1fa2cd1b68",name:"Fomorian Brutality",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the fomorian butcher scores a critical hit against a target affected by its evil eye, it makes a falchion attack against the same target as a free action.",damage:"",category:0},{id:"841d4e5d-f359-48c1-af10-2579e5b31a90",name:"Fomorian Butchery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fomorian butcher’s falchion attack deals 2d12 + 11 extra damage against a creature that the butcher has hit since the start of the butcher’s last turn.",damage:"a fomorian butcher’s falchion attack deals 2d12 + 11 extra damage against a creature that the butcher has hit since the start of the butcher’s last turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"83cd66ce-dd30-4df9-b7d2-7e46a51349e1",name:"Fomorian Cackler",details:"",size:4,origin:2,type:2,keywords:"giant",level:17,role:{type:4,flag:1,leader:!1},senses:"Perception +17; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"Bluff +10, Stealth +18",equipment:"dagger",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:21},intelligence:{score:15},wisdom:{score:19},charisma:{score:13},hp:262,initiative:17,ac:31,fortitude:30,reflex:28,will:27,regeneration:null,auras:[{id:"d6e69370-0321-4d88-be77-1b535c2f320b",name:"Cackling Depravity",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to Will."}],powers:[{id:"086e53da-856d-40c7-ae71-27594ace4a8b",name:"Disembowel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"92c08af8-74bf-46d3-8029-5236e312d34d",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"the target treats the fomorian cackler as invisible (save ends).",damage:"",category:3},{id:"9ebc1730-479f-47bf-bb54-334bec4c0351",name:"Heartseeking Daggers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10",attack:{bonus:22,defence:0},description:"",details:"targets one or two creatures; 2d8+7 damage. Effect: The daggers return to the fomorian cackler after it makes the attack.",damage:"2d8+7 damage",category:1},{id:"97582e89-46c3-4ae1-a3d6-7c77533836f9",name:"Invisible Mania",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fomorian cackler’s attacks deal 4d6 extra damage against a creature that cannot see the cackler.",damage:"a fomorian cackler’s attacks deal 4d6 extra damage against a creature that cannot see the cackler",category:0},{id:"6b68ce66-26d9-4ef4-9d4d-c8014570beda",name:"Size Alteration",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fomorian cackler changes its size to Medium and the cackler’s reach for disembowel becomes 1. The cackler can use a minor action to return to its normal size and regain its normal reach.",damage:"The fomorian cackler changes its size to Medium and the cackler’s reach for disembowel becomes 1",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0192f593-399f-431b-acc0-57ef1c39f8f9",name:"Fomorian Ghost Shaman",details:"",size:4,origin:2,type:2,keywords:"giant",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision, truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:20},dexterity:{score:17},intelligence:{score:16},wisdom:{score:15},charisma:{score:24},hp:312,initiative:11,ac:30,fortitude:28,reflex:26,will:30,regeneration:null,auras:[{id:"4be51015-ef3a-41e5-9040-4173f3d4e217",name:"Aura of Eyes",keywords:"",details:"aura 3; each enemy within the aura takes a -3 penalty to attack rolls against the fomorian ghost shaman and cannot shift or charge."}],powers:[{id:"df578813-00e5-4ce0-ab94-3362d7a2956f",name:"Death’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Reach 3; 4d4+5 necrotic damage, and the target is slowed (save ends).",damage:"4d4+5 necrotic damage",category:1},{id:"d65c0d32-3f33-403f-b57b-61f5de8d53c6",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"the target gains ongoing 10 necrotic damage (save ends).",damage:"the target gains ongoing 10 necrotic damage (save ends)",category:3},{id:"554c1d0f-2430-47fa-992b-d3d0e7105518",name:"Spirits of possession",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close blast 3",attack:{bonus:20,defence:3},description:"",details:"targets creatures that have ongoing necrotic damage; the target is dominated (save ends).",damage:"targets creatures that have ongoing necrotic damage",category:1},{id:"78f89a88-0df2-4ad7-b521-2b1634caacc9",name:"Darksoul Mist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:20,defence:1},description:"",details:"2d8+7 necrotic damage, and the target is slowed (save ends). Effect: The burst creates a zone of darkness that lasts until the end of the encounter. The zone blocks line of sight for any creature without darkvision.",damage:"2d8+7 necrotic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a24fd963-b54a-4371-9b34-de15d8cb8be0",name:"Fomorian Totemist",details:"",size:4,origin:2,type:2,keywords:"giant, undead",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +14; truesight 6",movement:"8",alignment:"Evil",languages:"Elven",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:22},intelligence:{score:15},wisdom:{score:21},charisma:{score:23},hp:352,initiative:17,ac:32,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"32de2d78-d320-4c18-af1d-e1f237eb58b1",name:"Chain of Skulls",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 4; 2d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+3 damage",category:1},{id:"385bd2a2-c275-4f3b-b5da-c09adfb984c3",name:"Voodoo",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:3},description:"",details:"Reach 4; 2d6 psychic damage, and the fomorian totemist chooses one of the following three effects.",damage:"2d6 psychic damage",category:3},{id:"63454f12-e68d-42d0-b639-6c68e7e01aa7",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:21,defence:3},description:"",details:"10 necrotic damage, and the target takes a -2 penalty to saving throws until the end of the fomorian totemist’s next turn.",damage:"10 necrotic damage",category:3},{id:"d6af5786-0f64-42e9-8fcd-a02571a000e0",name:"Fresh Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A fomorian totemist’s first successful attack during its turn deals 5 extra damage.",damage:"a fomorian totemist’s first successful attack during its turn deals 5 extra damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7613782e-9a1c-4ef9-952e-5fcfa8efc8c5",name:"Frost Giant",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +13",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:201,initiative:11,ac:29,fortitude:32,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"f9c9565d-ba05-4ab9-9fdf-a558374c7b00",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 4d6+7 (crit 8d6 + 31) cold damage.",damage:"4d6+7 (crit 8d6 + 31) cold damage",category:1},{id:"280a1026-6333-471d-bbb8-39bd68c3d901",name:"Dying Swipe",action:null,keywords:"",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"The frost giant makes an icy greataxe attack.",damage:"",category:0},{id:"5aba61ee-9865-4e21-bf16-a869903a3855",name:"Chilling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 cold damage, and the target gains vulnerable 10 cold (save ends).",damage:"2d6+7 cold damage",category:1},{id:"3e6458d1-db4a-41cb-ad71-ac6c7cd75b74",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:20,defence:0},description:"",details:"2d8+7 cold damage.",damage:"2d8+7 cold damage",category:1},{id:"5a29b864-4540-45a0-bb04-7788c5fbbc00",name:"Icebound Footing",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"74788b08-2237-482b-85b8-27befe33f3d8",name:"Frost Giant Ice Shaper",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:19,role:{type:3,flag:0,leader:!0},senses:"Perception +16",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant, Primordial",skills:"Arcana +14, Heal +21, Intimidate +20",equipment:"chainmail; flail",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:16},intelligence:{score:10},wisdom:{score:25},charisma:{score:22},hp:182,initiative:12,ac:32,fortitude:32,reflex:29,will:33,regeneration:null,auras:[],powers:[{id:"a4023575-84b8-4bec-a4c1-a770231bfb3a",name:"Freezing Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d12+4 cold damage.",damage:"2d12+4 cold damage",category:1},{id:"c52690a0-9363-43f2-834b-58b2539ebeb5",name:"Freezing Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d12+4 cold damage, and the target is immobilized (save ends).",damage:"2d12+4 cold damage",category:1},{id:"aa416af1-b471-4f82-bf96-6fe932ddff3a",name:"Ice Slide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"the frost giant ice shaper slides the target 3 squares.",damage:"the frost giant ice shaper slides the target 3 squares",category:3},{id:"80a86a05-3175-4186-8d4e-3aec30b94d30",name:"Wall of Frost",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Conjuration",condition:"",range:"",attack:null,description:"",details:"Area wall 12 within 10; the frost giant ice shaper conjures a wall of swirling snow that lasts until the end of the ice shaper’s next turn. The wall is 6 squares high and blocks line of sight. The wall’s space is lightly obscured and is difficult terrain. A creature that starts its turn adjacent to the wall takes 5 cold damage, and a creature that enters a square of the wall or starts its turn there takes 15 cold damage. Sustain Minor: The wall persists.",damage:"a creature that starts its turn adjacent to the wall takes 5 cold damage",category:1},{id:"247cfe26-e9b7-4c77-a38f-a368b55d0a93",name:"Ice Armor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares of the frost giant ice shaper gains resist 10 to all damage until the end of the ice shaper’s next turn.",damage:"one ally within 10 squares of the frost giant ice shaper gains resist 10 to all damage until the end of the ice shaper’s next turn",category:1},{id:"c3341ef6-0a94-4afe-92e3-6507f3f0ddce",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant ice shaper, the ice shaper moves 2 squares less than the effect specifies. Also, an ice shaper can make a saving throw to avoid being knocked prone.",damage:"the ice shaper moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e962cf8d-42be-44d4-a62a-128d59aeb8ed",name:"Frost Hawk",details:"",size:1,origin:1,type:1,keywords:"cold",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"2 (clumsy), fly 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:80,initiative:9,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"aed13196-ab22-4b4e-8cc5-2d55ae5ce404",name:"Ice Talons",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage plus 1d6 cold damage.",damage:"1d6+5 damage plus 1d6 cold damage",category:1},{id:"f2d0e3df-63cf-49e9-94d1-5deefcaead99",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost hawk flies 8 squares and makes an ice talons attack at any point during that movement. The frost hawk doesn’t provoke opportunity attacks when moving away from the target.",damage:"The frost hawk flies 8 squares and makes an ice talons attack at any point during that movement",category:1},{id:"38fabc9f-2620-4861-820a-adf2325a1c78",name:"Freezing Screech",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:10,defence:1},description:"",details:"1d8+5 cold damage, and the target is slowed (save ends).",damage:"1d8+5 cold damage",category:1},{id:"d2c748e1-8bce-4c2e-a27b-c39ff1788074",name:"Shattering Strike",action:null,keywords:"",condition:"",range:"A frost hawk’s melee attacks deal 2d6 extra cold damage against a slowed creature.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"49f538e8-040a-420e-9ba8-5aee566e865c",name:"Frost Titan",details:"",size:4,origin:1,type:2,keywords:"cold, giant",level:20,role:{type:2,flag:1,leader:!1},senses:"Perception +16",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant, Primordial",skills:"Athletics +24",equipment:"greataxe",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:19},intelligence:{score:12},wisdom:{score:23},charisma:{score:16},hp:466,initiative:14,ac:32,fortitude:34,reflex:29,will:33,regeneration:null,auras:[{id:"8c4297c5-f652-4c3c-b581-7b88458ff1fb",name:"Fimbulwinter Breath",keywords:"",details:"(Cold) aura 2; enemies treat the aura’s area as difficult terrain. Each enemy that starts its turn within the aura takes 5 cold damage."}],powers:[{id:"b70706ee-5ce7-4f80-9ca3-0b2125e915a1",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 2d8+9 (crit 4d8 + 25) cold damage, and ongoing 10 cold damage (save ends).",damage:"2d8+9 (crit 4d8 + 25) cold damage",category:1},{id:"c488841d-27f9-4bbb-aee5-579f4c8fa9c1",name:"Furious Swipe",action:{action:7,trigger:"when first bloodied and again when the frost titan drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The titan makes an icy greataxe attack.",damage:"",category:5},{id:"5b95616c-3921-4791-875b-9d229e0446a1",name:"Cold-Blooded Kick",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Reach 3; 1d8+9 damage, and the target is pushed 2 squares and knocked prone.",damage:"1d8+9 damage",category:3},{id:"2a8430cf-c8c4-4c53-8744-f00ee4212bd2",name:"Ice Bolts",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:21,defence:1},description:"",details:"targets one or two creatures; 1d8+9 cold damage, and the target is slowed (save ends).",damage:"1d8+9 cold damage",category:1},{id:"cc58de9c-c4cd-4284-945c-dc1d1dedc725",name:"Blast of Winter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8+6 cold damage, ongoing 10 cold damage (save ends), and the target is immobilized until the end of the frost titan’s next turn. Miss: Half damage.",damage:"3d8+6 cold damage",category:1},{id:"7869aa13-7ba6-4805-8cd4-fa46804a4da2",name:"Glacial Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost titan, the titan moves 4 squares less than the effect specifies. Also, a frost titan can make a saving throw to avoid being knocked prone.",damage:"the titan moves 4 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b7ef81a4-7b4b-433d-b678-a7279b864c3e",name:"Genasi Elemental Dervish",details:"",size:2,origin:1,type:2,keywords:"air, earth, fire, water",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +13",movement:"6, fly 6 (hover), swim 6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +20, Athletics +21, Endurance +21, Intimidate +16, Nature +20",equipment:"double sword; hide armor",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:24},intelligence:{score:16},wisdom:{score:18},charisma:{score:15},hp:344,initiative:17,ac:32,fortitude:30,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"c990b249-e537-4181-987d-998287d6c31c",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Varies",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+7 damage, and ongoing 5 damage (save ends) of the type determined by elemental manifestation.",damage:"1d8+7 damage",category:1},{id:"6d0e3de6-5751-440f-b529-3a32573f5d29",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi elemental dervish makes two double sword attacks.",damage:"",category:1},{id:"39e7249a-3ce0-4ca7-9d69-3c2ea4e5f0d1",name:"Fiery Riposte",action:{action:4,trigger:"when the genasi elemental dervish is hit by an enemy adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Targets the triggering enemy; the target takes ongoing 10 fire damage (save ends). If the target is already taking ongoing fire damage, that damage increases by 10.",damage:"the target takes ongoing 10 fire damage (save ends)",category:5},{id:"2cc3267b-72e1-4db9-be87-61d9b5ce8443",name:"Primordial Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The genasi elemental dervish shifts 6 squares and can move through enemies’ spaces. During its movement, the dervish makes the following three attacks in order, each against a different target.",damage:"The genasi elemental dervish shifts 6 squares and can move through enemies’ spaces",category:1},{id:"d83eb705-4e3d-4521-9540-f640195ddb41",name:"Elemental Manifestation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of a genasi elemental dervish’s turn, it chooses fire, lightning, or thunder damage. The dervish’s double sword attack deals that type of damage until the start of its next turn, when it can choose a different damage type.",damage:"or thunder damage",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4176e16-41db-4eaf-b9a0-5b1e11508a82",name:"Genasi Fireblade",details:"",size:2,origin:1,type:2,keywords:"fire",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Endurance +18, Intimidate +10",equipment:"falchion; hide armor",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:13},intelligence:{score:17},wisdom:{score:15},charisma:{score:11},hp:139,initiative:6,ac:23,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"4db6a13e-73d1-4706-b608-26a079627a52",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+6 damage (crit 4d4 + 14), and ongoing 5 fire damage (save ends).",damage:"2d4+6 damage (crit 4d4 + 14)",category:1},{id:"7e69b1ec-7fe1-43a7-90c7-57cf98dc6474",name:"Fiery Riposte",action:{action:4,trigger:"when the genasi fireblade is hit by an enemy adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Targets the attacker; the target takes ongoing 5 fire damage (save ends). If the target is already taking ongoing fire damage, that damage increases by 5.",damage:"the target takes ongoing 5 fire damage (save ends)",category:5},{id:"80a6f42f-5667-4871-8c87-01b366002390",name:"Fan the Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close burst 1",attack:{bonus:12,defence:2},description:"",details:"the target takes ongoing 5 fire damage (save ends), and the target takes a -2 penalty to saving throws against ongoing fire damage until the end of the encounter.",damage:"the target takes ongoing 5 fire damage (save ends)",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7788593d-c902-46bf-ba5f-72a498266869",name:"Genasi Hydromancer",details:"",size:2,origin:1,type:2,keywords:"water",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6, swim 8",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +12, Arcana +10, Stealth +12",equipment:"scimitar",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:13},wisdom:{score:13},charisma:{score:17},hp:91,initiative:7,ac:22,fortitude:21,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"af6316e9-bf5e-494b-acd3-98b3a8462dd0",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+4 damage (crit 1d8+20).",damage:"2d8+4 damage (crit 1d8+20)",category:1},{id:"22fdc340-f8c5-45d3-9739-d86b00ef550c",name:"Wave Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and the genasi hydrmancer slides the target 3 squares.",damage:"2d6+4 damage",category:1},{id:"460ba56f-9b0e-4340-8a58-b62f48bbbe81",name:"Drowning Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the target saves against this attack’s ongoing damage or when it drops to 0 hit points or fewer"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"the target is dazed and takes ongoing 10 damage (save ends both).",damage:"the target is dazed and takes ongoing 10 damage (save ends both)",category:1},{id:"cb8ac275-ea9f-411b-903c-bd880cf3ce82",name:"Whirling Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:12,defence:2},description:"",details:"targets enemies; 2d8+6 damage, and the genasi hydromancer slides the target 3 squares.",damage:"2d8+6 damage",category:1},{id:"030c97ad-9af1-4bcb-82a2-6216fe61cbc4",name:"Liquid Body",action:{action:5,trigger:"when hit by an enemy’s attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi hydromancer takes half damage from the triggering attack.",damage:"the genasi hydromancer takes half damage from the triggering attack",category:5},{id:"ea4ee0a5-c583-4812-aafc-a349d34d9638",name:"Swift Current",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The genasi hydromancer shifts 6 squares. During its movement, the hydromancer can move through enemy-ocupied spaces, move across liquid, and ignore difficult terrain and hazardous terrain effects.",damage:"The genasi hydromancer shifts 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"83705aa5-d913-4546-a434-3c2ab04cf328",name:"Genasi Skyspy",details:"",size:2,origin:1,type:2,keywords:"air",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +12, Endurance +7, Nature +6, Stealth +12",equipment:"leather armor; short sword",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:12},charisma:{score:11},hp:78,initiative:9,ac:20,fortitude:19,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"174a4dba-6510-4ad7-b108-1019b47df728",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the genasi skyspy shifts 1 square.",damage:"1d6+4 damage",category:1},{id:"48b6c139-ba0e-426e-9f7f-797f4b2003dc",name:"Swiftwind Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires combat advantage against the target",range:"",attack:null,description:"",details:"The genasi skyspy makes two short sword attacks against one target.",damage:"",category:1},{id:"b6ce973d-2b97-405b-8294-c87dde1e3ec1",name:"Manifest Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:10,defence:2},description:"",details:"2d6+3 damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+3 damage",category:1},{id:"f3ae9af2-6ba6-4779-96a7-067dcccef253",name:"Feather-Footed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A genasi skyspy has a +2 bonus to AC against opportunity attacks.",damage:"A genasi skyspy has a +2 bonus to AC against opportunity attacks",category:0},{id:"8a516577-04e8-479e-af01-c5ef9bf7caf5",name:"Sky Jaunt",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of its turn, the genasi skyspy gains a fly speed equal to its speed and can hover.",damage:"",category:3}],damageModifiers:[{type:2,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3962c85a-4adb-4295-9e90-a0ab453656ff",name:"Genasi Stoneshield",details:"",size:2,origin:1,type:2,keywords:"earth",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +15, Endurance +16, Intimidate +11, Nature +6",equipment:"heavy war pick; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:14},wisdom:{score:12},charisma:{score:13},hp:106,initiative:8,ac:26,fortitude:24,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"b484c955-aa35-4b2e-ac66-2fb43b8e8286",name:"Heavy War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17), and the target is marked (save ends). While marked by the genasi stoneshield, the target takes a -5 penalty to damage rolls against the stoneshield’s allies.",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"4093b9b0-3bf9-4d09-8ae0-62af4caacd95",name:"Mighty Bull Rush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+5 damage, the genasi stoneshield pushes the target 1 square and shifts into the space the target left.",damage:"2d6+5 damage",category:1},{id:"915e6ef8-8fa4-4e17-9ed9-078b90e58ff1",name:"Earth Shock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:12,defence:1},description:"",details:"targets enemies; the target is knocked prone.",damage:"",category:3},{id:"88116727-4fbd-45cb-a275-afe94a7d2cec",name:"Stone Roots",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a genasi stoneshield, the stoneshield moves 1 square less than the effect specifies. Also, a stoneshield cannot be knocked prone.",damage:"the stoneshield moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"89b46ca5-ae17-4e67-8c3c-e4bfda198a4a",name:"Geonid",details:"",size:3,origin:1,type:1,keywords:"earth",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +11",movement:"4",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +11",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:6},wisdom:{score:17},charisma:{score:9},hp:56,initiative:10,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"4820acc1-f073-4de5-a092-345907239610",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"ca811ee2-f924-49d0-b4e2-0256fe281cd4",name:"Capturing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+4 damage. Effect: The geonid makes one more attack against the same target. If both attacks hit, the target is grabbed.",damage:"1d6+4 damage",category:1},{id:"e1f514f2-4378-4b75-bcd2-f44600497489",name:"Shell Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:9,defence:1},description:"",details:"the target is knocked prone. Effect: The geonid closes its shell. While the geonid’s shell is closed, its speed is 0, it gains a +5 bonus to all defenses, and it does not have line of effect to any creature other than a creature it has grabbed. The geonid slides a creature it has grabbed into its space. The grabbed creature has line of sight and line of effect only to the geonid. The geonid does not gain its bonus to defenses against the grabbed creature. If the grabbed creature escapes, it appears in a space adjacent to the geonid. The geonid can open its shell as a minor action.",damage:"it gains a +5 bonus to all defenses",category:1},{id:"a5d22e0e-0868-433d-b078-101a0f117c4c",name:"Shell Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A geonid with its shell closed resembles a boulder. A creature can recognize the geonid as a beast by succeeding on a DC 28 Perception check.",damage:"A creature can recognize the geonid as a beast by succeeding on a DC 28 Perception check",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"c458ae4d-aa41-4d65-ad04-e01abc0733f7",name:"Ghost Legionnaire",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +16, Athletics +18",equipment:"",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:26},hp:100,initiative:13,ac:30,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8d759d62-3269-42cc-9c45-8fa08b060c92",name:"Devastating Cut",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d90cd903-c7a8-4b9b-b4bd-9bc6e184fec7",name:"Ghost Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"1d10+6 necrotic damage.",damage:"1d10+6 necrotic damage",category:1},{id:"e433907f-a060-4650-8b9b-12305ea41dad",name:"Battle Visions",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Reliable",condition:"",range:"Ranged 10/20",attack:{bonus:16,defence:3},description:"",details:"2d8+6 psychic damage, and the target is deafened and dominated (save ends both). While the target is dominated, the ghost legionnaire merges with the target, disappearing from sight. The legionnaire cannot attack or be attacked during this time. When the target saves, the legionnaire appears in a square adjacent to the target. Until the end of the encounter, the target gains a +5 bonus to History checks for call of history.",damage:"2d8+6 psychic damage",category:1},{id:"10f23dad-5a48-4def-94a5-53976e471ba6",name:"Soul Link",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of the encounter, ghost legionnaires’ hit points combine into one sum. Damage to a legionnaire deducts from that total. When that total is reduced to 0, all legionnaires are destroyed simultaneously.",damage:"damage to a legionnaire deducts from that total",category:0},{id:"f1123af0-50a7-4235-b0b6-b1387389267b",name:"Call of History",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any character can make a DC 25 History check as a minor action to attempt to learn more about the ghost legionnaire. If the check succeeds, the legionnaire gains vulnerable 10 to that character’s next attack.",damage:"Any character can make a DC 25 History check as a minor action to attempt to learn more about the ghost legionnaire",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a032bae4-c123-4ef3-a80a-295c91d06156",name:"Gnaw Demon",details:"",size:1,origin:1,type:2,keywords:"demon",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"3, fly 5 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +5",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:7},intelligence:{score:9},wisdom:{score:12},charisma:{score:9},hp:66,initiative:2,ac:19,fortitude:19,reflex:14,will:16,regeneration:null,auras:[{id:"ab799549-0ea1-4c09-a211-aab7baf4a06f",name:"Ankle Biter",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes a -2 penalty to speed until the end of its turn."}],powers:[{id:"66c83407-9ddc-404f-b2eb-f2e9f049a5e8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"1a4c8f94-2195-4f78-a9e6-4d1248006d32",name:"Abyssal Hunger",action:null,keywords:"",condition:"",range:"A gnaw demon’s melee attacks deal 1d8 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"6b69735c-89ae-46c5-b58f-b6fd7f617588",name:"Hungry Teleport",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnaw demon teleports 10 squares into a square adjacent to a bloodied enemy.",damage:"The gnaw demon teleports 10 squares into a square adjacent to a bloodied enemy",category:2},{id:"75dde711-803b-4836-a2ce-e0f04a1976cb",name:"Pain-Induced Teleport",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnaw demon teleports 10 squares.",damage:"The gnaw demon teleports 10 squares",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"ab2bf9bf-cfa0-4dd8-aada-d94b0482ef97",name:"Gnoll Gorger",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +11, Stealth +11",equipment:"leather armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:17},intelligence:{score:9},wisdom:{score:11},charisma:{score:17},hp:96,initiative:6,ac:19,fortitude:20,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"d58ed8ea-bed8-43f6-ae78-ad3943647882",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+8 damage (2d6+10 while bloodied).",damage:"2d6+8 damage (2d6+10 while bloodied)",category:1},{id:"6873ccae-2e55-41b1-bb77-4a7a43dcc695",name:"Gorge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The gnoll gorger feeds upon an ally adjacent to it. The ally takes 5 damage, and the gorger regains 10 hit points.",damage:"the ally takes 5 damage",category:3},{id:"0dd37d67-12e2-4634-9ec5-8edc4058c179",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A gnoll gorger’s melee attacks deal 5 extra damage against an enemy that has two or more gnoll allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ff2a9ff3-af37-4612-8862-7fafe4eb2f26",name:"Gnome Entropist",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +10, Bluff +14, Stealth +12",equipment:"dagger",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:17},intelligence:{score:12},wisdom:{score:8},charisma:{score:20},hp:71,initiative:7,ac:20,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"d66f62ab-831a-4351-a9a7-29d6180fd1f8",name:"Acid Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4 damage plus 1d6+4 acid damage.",damage:"1d4 damage plus 1d6+4 acid damage",category:1},{id:"76662a96-614f-4705-b45f-023f1d3da86e",name:"Entropic Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d8+4 damage (crit 2d8+10).",damage:"2d8+4 damage (crit 2d8+10)",category:1},{id:"99ab03a2-ad1c-4814-bc08-b860639a64da",name:"Primordial Yell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:13,defence:1},description:"",details:"2d10+4 thunder damage, and the target is deafened and cannot take immediate actions or opportunity actions until the end of the gnome entropist’s next turn.",damage:"2d10+4 thunder damage",category:1},{id:"d3b900d8-2f80-4a25-9839-b3373b6560f1",name:"Chaos Flare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 15",attack:{bonus:13,defence:3},description:"",details:"3d8+5 damage, and the target is blinded (save ends).",damage:"3d8+5 damage",category:1},{id:"396ecf22-4cc1-4212-9a79-8f6bab6774a1",name:"Fade Away",action:{action:4,trigger:"when the gnome entropist takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The entropist becomes invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"7f588707-71fa-48d3-a863-cf608940c4e2",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gnome entropist has cover or concealment when it rolls initiative at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae4a4570-f789-4bce-bcf2-bf3c476fce23",name:"Gnome Mistwalker",details:"",size:1,origin:2,type:2,keywords:"",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Stealth +10",equipment:"hide armor; war pick",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:14},hp:51,initiative:11,ac:20,fortitude:16,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"bfc6671b-002f-44e3-a56c-c2e417be0b76",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+4 damage (crit 1d8 + 12).",damage:"1d8+4 damage (crit 1d8 + 12)",category:1},{id:"72a23c57-943e-4640-90a1-d2f8420c23e5",name:"Mistwalker’s Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome mistwalker becomes invisible until the end of its next turn. In addition, it shifts 2 squares and makes a war pick attack.",damage:"it shifts 2 squares and makes a war pick attack",category:1},{id:"88346628-26ce-4d0c-9a3b-ca1582f062a0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gnome mistwalker deals 1d6 extra damage against any creature granting combat advantage to it.",damage:"a gnome mistwalker deals 1d6 extra damage against any creature granting combat advantage to it",category:0},{id:"fea6b368-f355-41f8-9091-6ab143c21cb3",name:"Fade Away",action:{action:4,trigger:"when the gnome mistwalker takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome mistwalker becomes invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"fefa9b0d-d9fe-4a12-badf-430cee56de20",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gnome mistwalker has cover or concealment when it rolls initiative at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0},{id:"1d28a9e3-b10c-4038-a439-ab0e49e479f9",name:"Blur of Movement",action:{action:4,trigger:"when the gnome mistwalker is hit by an enemy",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The mistwalker teleports 1 square.",damage:"The mistwalker teleports 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1f3dcb2-901e-4ec3-ac76-e52ff193359b",name:"Gnome Wolverine",details:"",size:1,origin:2,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5 (7 when charging)",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +14, Intimidate +12, Stealth +12",equipment:"hide armor; waraxe",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:17},intelligence:{score:10},wisdom:{score:12},charisma:{score:17},hp:95,initiative:9,ac:23,fortitude:22,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"87c5405e-5dcf-4f20-9227-3259665c27c2",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d12+6 damage.",damage:"1d12+6 damage",category:1},{id:"5162842b-4817-436c-9580-58aca2557f53",name:"Shrieking Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"2d12+5 damage, and one enemy adjacent to the target takes 1d12 damage. Effect: The gnome wolverine gains a +3 bonus to all defenses until the start of its next turn. Special: When charging, the wolverine can use this power in place of a melee basic attack.",attack:{bonus:14,defence:0},description:"",details:"",damage:"",category:1},{id:"aa5863ae-392d-435f-ba81-ffbe9b852651",name:"Unbalanced Swipe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"1d12+6 damage, and the gnome wolverine slides the target 2 squares. On a critical hit, the target is also knocked prone.",damage:"1d12+6 damage",category:1},{id:"2d30dc3c-3961-4d10-a447-f6a8c3c7b893",name:"Fade Away",action:{action:4,trigger:"when the gnome wolverine takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The wolverine becomes invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5},{id:"b226a0df-0e6a-4b3d-8e14-229ca275c53f",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome wolverine has cover or concealment when it rolls initiative at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0},{id:"8052ffe2-20d2-4dd6-a524-467e38d361b6",name:"Vicious Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the gnome wolverine bloodies an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The wolverine shifts 5 squares and gains a +3 bonus to damage rolls until the end of its next turn.",damage:"the wolverine shifts 5 squares and gains a +3 bonus to damage rolls until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2866a261-a7e2-4f6b-923c-90edc46d6118",name:"Goblin Acolyte of Maglubiyet",details:"",size:1,origin:4,type:2,keywords:"goblin",level:1,role:{type:3,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Diplomacy +6, Intimidate +6",equipment:"battleaxe",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:10},intelligence:{score:13},wisdom:{score:16},charisma:{score:13},hp:29,initiative:0,ac:15,fortitude:12,reflex:12,will:14,regeneration:null,auras:[{id:"0e2d2ec0-4201-4b45-ad5e-d53b51fa328a",name:"Life Scourge",keywords:"",details:"aura 2; each creature within the aura cannot regain hit points."}],powers:[{id:"b13dfcc1-b82b-4198-88eb-6f05f9d5e7ee",name:"Slashing Shroud",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Illusion, Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage, and the goblin acolyte of Maglubiyet becomes invisible to the target until the end of the acolyte’s next turn.",damage:"1d10+3 damage",category:1},{id:"46ce50d1-c95f-4111-898b-f50bc068d7a4",name:"Hand of Maglubiyet",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:5,defence:1},description:"",details:"1d6+5 force damage, and the goblin acolyte of Maglubiyet chooses either to slide the target 3 squares or to immobilize the target until the end of the acolyte’s next turn.",damage:"1d6+5 force damage",category:1},{id:"2674510d-da13-4c5c-98c1-3cb4a4273d69",name:"Maglubiyet’s Fists",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin acolyte of Maglubiyet makes two hand of Maglubiyet attacks, each against a different target.",damage:"",category:1},{id:"46ed9ba5-656c-4254-8211-62dea5340fa9",name:"Goblin Tactics",action:{action:4,trigger:"when the goblin acolyte of maglubiyet is missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The acolyte shifts 1 square.",damage:"The acolyte shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ecb34318-0074-4a0c-b4a9-e2b147f90116",name:"Goliath Guardian",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"",skills:"Athletics +13, Insight +12, Nature +12",equipment:"bastard sword; light shield; scale armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:96,initiative:8,ac:25,fortitude:22,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"4cb6206e-9c0b-4f46-ad05-b81e3038982a",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of the goliath guardian’s next turn. If the target is prone, it cannot stand up until the end of the guardian’s next turn.",damage:"1d10+7 damage",category:1},{id:"b3b6bfea-b81a-4d53-9c3d-8d6b28e04646",name:"Ram’s Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"1d6+3 damage, the target is pushed 2 squares and knocked prone, and the goliath guardian shifts 2 squares and makes a bastard sword attack against the target. Special: When charging, the guardian can use this power in place of a melee basic attack.",attack:{bonus:14,defence:1},description:"",details:"",damage:"",category:1},{id:"55fb7f9e-8b37-46d4-a9f3-a19426f58b1c",name:"Stone’s Endurance",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goliath guardian gains resist 5 to all damage until the end of its next turn.",damage:"the goliath guardian gains resist 5 to all damage until the end of its next turn",category:2},{id:"95d38706-c847-49bb-a023-ed9e91478f9e",name:"Warrior’s Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goliath guardian can jump without provoking opportunity attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2c2595b9-998a-4a13-b902-e23a079d0991",name:"Goliath Sunspeaker",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +8, Athletics +10, Insight +9, Nature +9",equipment:"implement, orb; leather armor",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:17},hp:64,initiative:5,ac:19,fortitude:19,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"331867a4-4f2b-489e-8f02-f257619de7bf",name:"Sunspeaker’s Hand",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d8+3 radiant damage.",damage:"1d8+3 radiant damage",category:1},{id:"8968a017-8433-4762-961c-49e22d203e9e",name:"Solar Sphere",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Radiant",condition:"",range:"Ranged 20",attack:{bonus:12,defence:2},description:"",details:"2d8+3 radiant damage.",damage:"2d8+3 radiant damage",category:1},{id:"01bf0080-212c-4971-90de-f4564988e9da",name:"Sun Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire or Radiant, Implement",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"targets one or two creatures; 1d8+3 fire or radiant damage, and ongoing 5 damage of the type dealt to the target (save ends0.",damage:"1d8+3 fire or radiant damage",category:1},{id:"49307352-5e5c-41e3-8286-d6942cb3b3d0",name:"Flaring Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The goliath sunspeaker jumps 3 squares and then moves its remaining speed. During this movement, the sunspeaker gains a +4 bonus to all defenses. The square in which the sunspeaker began its move erupts with fire 2 squares high. A creature that starts its turn adjacent to the fire takes 1d6 + 3 fire damage. A creature that enters the square or starts its turn there takes 2d6 + 3 fire damage. The fire blocks line of sight and lasts until the end of the sunspeaker’s next turn. Sustain Minor: The fire persists.",damage:"a creature that starts its turn adjacent to the fire takes 1d6 + 3 fire damage",category:2},{id:"2e2913fd-ff43-4b8e-9478-723c2b282112",name:"Call Down the Sun",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Radiant",condition:"",range:"Area burst 3 within 20",attack:{bonus:11,defence:2},description:"",details:"2d6+3 radiant damage. Miss: Half damage.",damage:"2d6+3 radiant damage",category:1},{id:"e1b00655-5cec-4194-9601-cc80e872d432",name:"Stone’s Endurance",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goliath sunspeaker gains resist 5 to all damage until the end of its next turn.",damage:"the goliath sunspeaker gains resist 5 to all damage until the end of its next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0080dea-fc39-4769-848d-58f558140b7c",name:"Gorechain Devil",details:"",size:3,origin:3,type:2,keywords:"devil",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:19},intelligence:{score:15},wisdom:{score:15},charisma:{score:13},hp:298,initiative:10,ac:24,fortitude:23,reflex:21,will:21,regeneration:null,auras:[{id:"5817e4d3-a873-447e-bbf3-1778ceb55241",name:"Grasping Chains",keywords:"",details:"aura 3; any enemy that starts its turn within the aura must make a DC 21 Athletics check or Acrobatics check in order to leave the aura. If the check fails, the enemy cannot attempt to leave the aura again until the start of its next turn."}],powers:[{id:"2332aac9-5ecc-40fe-94a7-5ae750176c96",name:"Gorechain Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 3; 2d12+4 damage.",damage:"2d12+4 damage",category:1},{id:"f682d54d-c7d2-4ec3-b47e-1fafbfcac6d8",name:"Gorechain Flail",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gorechain devil makes a gorechain strike attack against each enemy within reach.",damage:"",category:1},{id:"cc1bdceb-725b-45d0-a3a6-78e3b1df5bc1",name:"Gorechain Takeover",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Reach 3; 3d6+5 damage, and the target is dominated (save ends). The dominated condition ends if the target is more than 3 squares away from the gorechain devil at the start of the target’s turn.",damage:"3d6+5 damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ba09bb4-65e6-4848-8886-fe9accd01d56",name:"Gray Ooze",details:"",size:1,origin:4,type:1,keywords:"blind, ooze",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2; blindsight 10, tremorsense 10",movement:"5, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:15},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:43,initiative:5,ac:15,fortitude:13,reflex:15,will:13,regeneration:null,auras:[{id:"f65def34-8bc4-45b6-8507-3e9f434ddc0e",name:"Stench",keywords:"",details:"aura 2; each creature within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"e8d84a20-a654-4fc2-93ab-054fae802111",name:"Bone Melt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+5 acid damage, and the target takes a cumulative -2 penalty to Fortitude each time it hits (save ends).",damage:"1d6+5 acid damage",category:1},{id:"2449968b-9994-4153-9853-74253c2920d5",name:"Slimy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gray ooze shifts 2 squares.",damage:"The gray ooze shifts 2 squares",category:3}],damageModifiers:[{type:1,value:-5}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"20bebf08-0de4-459c-aea2-865bb51bb5a1",name:"Gray Render",details:"",size:3,origin:4,type:2,keywords:"",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +15; blindsight 10",movement:"8",alignment:"Chaotic evil",languages:"",skills:"Athletics +23",equipment:"",category:"",strength:{score:27},constitution:{score:26},dexterity:{score:13},intelligence:{score:2},wisdom:{score:15},charisma:{score:10},hp:452,initiative:10,ac:31,fortitude:34,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"8af2c651-32d3-4149-8f03-8f64292f6a99",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d12+8 damage, and the target is grabbed.",damage:"1d12+8 damage",category:1},{id:"163edbc9-bacd-4805-8994-a8ebbf0f03f5",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gray render makes two claw attacks. If both attacks hit the same target, the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:1},{id:"48c8025a-dc34-465a-9f82-42e2ea000171",name:"Body Swap",action:{action:4,trigger:"when the gray render is hit by an enemy’s melee attack while the gray render has a creature grabbed",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a grabbed creature",range:"",attack:{bonus:20,defence:2},description:"",details:"The gray render uses the grabbed creature as a weapon; targets the triggering enemy; 2d12+8 damage, and the gray render pushes the target 4 squares. The grabbed creature takes half the damage dealt by this attack.",damage:"2d12+8 damage",category:5},{id:"9b9237dc-e4c2-422a-a43f-af50cb0cd116",name:"Dismembering Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Targets a creature grabbed by the gray render; 3d12+8 damage, and the target is dazed (save ends).",damage:"3d12+8 damage",category:1},{id:"5300a9ae-3292-465e-b355-19bcf5da57da",name:"Rampage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The gray render’s claw attack also knocks a target prone.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce43f7f3-09ad-489f-b14b-4c8bae474e75",name:"Green Slime",details:"",size:2,origin:4,type:1,keywords:"blind, ooze",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +2; blindsight 10, tremorsense 10",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:11},charisma:{score:1},hp:47,initiative:9,ac:20,fortitude:23,reflex:17,will:20,regeneration:null,auras:[],powers:[{id:"0aecd40a-1d73-4c6a-b850-55f2a1193abe",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d6+3 acid damage, and the target is engulfed (save ends). While engulfed, the target takes ongoing 5 acid damage and is restrained. While a target is engulfed, attacks that target the green slime deal half damage to the slime and half damage to the engulfed creature. While it has a creature engulfed, the slime can make attacks only against the engulfed creature.",damage:"1d6+3 acid damage",category:1},{id:"d9751420-45e9-42f9-b172-3f10285b9218",name:"Rapid Dissolution",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A green slime’s attacks deal 1d6 extra acid damage to a creature that is taking ongoing acid damage.",damage:"a green slime’s attacks deal 1d6 extra acid damage to a creature that is taking ongoing acid damage",category:0}],damageModifiers:[{type:1,value:-5},{type:3,value:5},{type:9,value:5}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"3dcb3f6f-df47-4725-ab77-25bdf48c163c",name:"Greenvise Vine",details:"",size:3,origin:4,type:1,keywords:"plant",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +5; blindsight 10",movement:"4 (forest walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:19},dexterity:{score:10},intelligence:{score:2},wisdom:{score:14},charisma:{score:6},hp:83,initiative:3,ac:23,fortitude:21,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"87aca2f8-5ca1-4123-b081-918736b59f3b",name:"Striking Vine",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"13609405-24f7-420e-9ca3-f2c42e8ae678",name:"Ensnaring Vine",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"Reach 4; 1d10+6 damage, and the target is grabbed.",damage:"1d10+6 damage",category:1},{id:"66c3833d-bcc4-4a31-9cba-b50fb9163fad",name:"Vise Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is affected by this power"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"Targets a creature grabbed by the greenvise vine; 2d4 damage, and the target is restrained and takes ongoing 5 damage (save ends both).",damage:"2d4 damage",category:3},{id:"3b560107-e3ba-4364-a848-72bb22e0ed17",name:"Pulling Vines",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The greenvise vine shifts 1 square, pulling any creature grabbed by it into a space adjacent to it.",damage:"The greenvise vine shifts 1 square",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4da36de8-3d66-4ee6-8a20-0e46adca8716",name:"Half-Elf Baleful Thaumaturge",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:24,role:{type:0,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +24, Bluff +27, Streetwise +27",equipment:"implement, wand",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:25},wisdom:{score:15},charisma:{score:30},hp:169,initiative:15,ac:36,fortitude:32,reflex:35,will:38,regeneration:null,auras:[],powers:[{id:"cd3c390b-ad96-4a4a-a683-a5138314563c",name:"Infernal Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"2d6+10 damage, and the half-elf baleful thaumaturge slides the target 3 squares and then teleports 3 squares.",damage:"2d6+10 damage",category:1},{id:"f06b7e73-9abb-4428-a5ec-3d543aeb0dd8",name:"Soul Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:29,defence:2},description:"",details:"2d8+10 damage, and the half-elf baleful thaumaturge gains 10 temporary hit points.",damage:"2d8+10 damage",category:1},{id:"7fe83b60-2af3-432c-a6f5-c25678e5fda6",name:"Mouths of Hell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Psychic, Zone",condition:"",range:"Close blast 5",attack:{bonus:27,defence:3},description:"",details:"3d12+9 psychic damage, and the half-elf baleful thaumaturge gains 10 temporary hit points. Effect: The blast creates a zone filled with ghostly maws that lasts until the end of the encounter. Each creature that starts its turn within the zone takes 15 psychic damage. The thaumaturge gains 5 temporary hit points whenever the zone damages a creature.",damage:"3d12+9 psychic damage",category:1},{id:"c0d1da39-7c26-4ffe-9806-c5324abc921d",name:"Wall of Shadow Teeth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Implement, Necrotic",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Area wall 8 within 10; the half-elf baleful thaumaturge conjures a wall of shadow teeth that lasts until the end of the thaumaturge’s next turn. The wall is 2 squares high and attacks each creature that starts its turn within the wall or adjacent to it; 3d8+9 necrotic damage, and the target is immobilized (save ends). Sustain Minor: The wall persists.",damage:"3d8+9 necrotic damage",category:1},{id:"58f3cf46-035f-47fb-9d2a-70e61dc1a9ba",name:"Bloody Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"usable only when the half-elf baleful thaumaturge has 5 or more temporary hit points",range:"",attack:null,description:"",details:"The thaumaturge loses 5 temporary hit points and teleports 8 squares.",damage:"The thaumaturge loses 5 temporary hit points and teleports 8 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f365432d-49a4-43bc-8396-5a0945b9ee7a",name:"Half-Elf Bandit Captain",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:6,role:{type:6,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +11, Diplomacy +11, Insight +8, Stealth +12",equipment:"dagger; leather armor; longsword",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:19},intelligence:{score:10},wisdom:{score:11},charisma:{score:16},hp:69,initiative:9,ac:20,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"d3ed56d6-1030-4a54-b4a0-8c9f4c7b2e64",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage, and the half-elf bandit captain shifts 1 square.",damage:"1d8+4 damage",category:1},{id:"830187ec-1659-4701-a73b-279a28e8b616",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:11,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"418ca660-9c8a-4751-adc2-bdb8c42f481d",name:"Slash and Dash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-elf bandit captain makes a longsword attack, shifts 2 squares, and makes a dagger attack.",damage:"shifts 2 squares",category:1},{id:"da9e628d-bced-433c-9d62-ebb8403bfcb2",name:"Triggering Slash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"1d8+4 damage, and one ally shifts 1 square and makes a melee basic attack as a free action.",attack:{bonus:11,defence:0},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"18ce8050-4a88-4b40-a5b2-e00bfae02eb0",name:"Half-Elf Con Artist",details:"",size:2,origin:4,type:2,keywords:"half-elf",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Bluff +12, Insight +7, Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:17},intelligence:{score:12},wisdom:{score:9},charisma:{score:19},hp:77,initiative:6,ac:20,fortitude:17,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"2a359ba8-d577-42c3-bb79-620373cbea12",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"fe75c105-46e6-4dfd-9425-86f1b25ee08d",name:"Deceptive Maneuver",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"the target makes a basic attack against one of its allies of the half-elf con artist’s choice.",damage:"",category:1},{id:"b515762c-45cd-4a3f-af9e-df45c088d625",name:"Silver Deception",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"the target is dominated until the end of the half-elf con artist’s next turn.",damage:"",category:1},{id:"6128a65e-1b36-40f4-9a76-a3f6b7f693f0",name:"Pathetic Appeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target cannot attack the half-elf con artist (save ends). If the con artist makes an attack roll against the target, that target makes a saving throw against this effect.",damage:"",category:1},{id:"f9cb9a8f-34ea-41ff-9585-1b0ef8d8039d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A half-elf con artist deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a half-elf con artist deals 2d6 extra damage against any creature granting combat advantage to it",category:0},{id:"4bc4d65e-b764-4f53-9404-96215c96127c",name:"Grifter’s Flight",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-elf con artist shifts 6 squares and can make a Stealth check without a penalty for moving.",damage:"The half-elf con artist shifts 6 squares and can make a Stealth check without a penalty for moving",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0357950c-cd78-43ff-a178-862df0e30aaa",name:"Half-Orc Death Mage",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +9, Intimidate +8, Religion +9",equipment:"quarterstaff",category:"",strength:{score:15},constitution:{score:10},dexterity:{score:18},intelligence:{score:13},wisdom:{score:17},charisma:{score:10},hp:66,initiative:7,ac:19,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"53564332-bb64-4e77-82f0-99dba4f129e6",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"b78b535c-861c-4733-beb8-c041887a6e54",name:"Rotting Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d6+4 necrotic damage, and the target loses necrotic resistance or immunity and takes ongoing 5 necrotic damage (save ends both).",damage:"1d6+4 necrotic damage",category:1},{id:"808c56eb-cac4-471f-abe7-af22b5bdc8b3",name:"Bolt of Putrescence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d8+5 damage, and the target takes a -5 penalty to all defenses until the end of the half-orc death mage’s next turn.",damage:"2d8+5 damage",category:1},{id:"a864736e-71e1-463d-8cdd-776af151dc8a",name:"Swarm of Flies",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"2d6+5 damage, and the burst creates a zone of swarming flies that lasts until the end of the encounter. Each creature that starts its turn within the zone takes 5 damage and does not have line of sight to squares more than 3 squares away from it. As a minor action, the half-orc death mage can move the zone 2 squares.",damage:"2d6+5 damage",category:1},{id:"5352bd2f-8d92-4c0b-a549-9bc1f6417c5c",name:"Furious Assault",action:{action:7,trigger:"when the half-orc death mage damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The death mage’s attack deals 1d10 extra damage.",damage:"the death mage’s attack deals 1d10 extra damage",category:5},{id:"b0cef214-f3a4-4a39-8a97-bda944c7bce9",name:"Death Mark",action:null,keywords:"",condition:"when an enemy reduces the half-orc death mage to 0 hit points",range:"",attack:null,description:"",details:"The triggering enemy takes 2d10 + 5 necrotic damage.",damage:"the triggering enemy takes 2d10 + 5 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b6e17a1-aaa3-49f5-8844-5c825348f7c7",name:"Half-Orc Hunter",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 when charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Endurance +9, Nature +8",equipment:"arrow; battleaxe; leather armor; longbow",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:8},hp:62,initiative:7,ac:19,fortitude:18,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7dc67ab0-6fd0-4029-8712-0b4f358ff720",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"ec09816a-830b-42a9-80b3-7667c875e250",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"f6cf7380-ca2d-411f-8a6e-830e074b56ff",name:"Evasive Chop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The half-orc hunter shifts 1 square before and after the attack; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"64cb41db-1c02-455a-9339-f845991d922c",name:"Draw First-Blood",action:null,keywords:"",condition:"",range:"A half-orc hunter’s melee attacks deal 1d10 extra damage against any creature that has not yet taken damage during the encounter.",attack:null,description:"",details:"",damage:"",category:0},{id:"cd16fd23-3921-4d53-81bb-3041a710daeb",name:"Furious Assault",action:{action:7,trigger:"when the half-orc hunter damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hunter’s attack deals 1d10 extra damage.",damage:"the hunter’s attack deals 1d10 extra damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb56e05e-d131-4229-b505-f7855ec117cd",name:"Half-Orc Scarthane",details:"",size:2,origin:4,type:2,keywords:"half-orc",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6 (8 when charging)",alignment:"Unaligned",languages:"Common, Giant",skills:"Athletics +13, Endurance +11, Intimidate +7",equipment:"greataxe",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:8},hp:96,initiative:6,ac:20,fortitude:22,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"9c79940e-38f0-4ea1-befa-df12a07e49da",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 (crit 1d12 + 20) damage.",damage:"1d12+8 (crit 1d12 + 20) damage",category:1},{id:"3cc969a1-48a0-4be8-b0f9-2aab749a66c5",name:"Wounded Retaliation",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The half-orc scarthane makes a greataxe attack.",damage:"",category:5},{id:"e2e97650-ebce-4380-9eaa-accfb7effdcd",name:"Bloodfury Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"",attack:{bonus:10,defence:0},description:"",details:"2d12+2 damage, and the half-orc scarthane regains 10 hit points.",damage:"2d12+2 damage",category:1},{id:"d10cc16c-cd8c-4e22-97db-33b82db120da",name:"Blood for Blood",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When the half-orc scarthane hits a bloodied target, the attack deals 1d6 extra damage, and the scarthane regains 5 hit points.",damage:"the attack deals 1d6 extra damage",category:0},{id:"187bc246-c381-426b-be0e-b13fc21b8e9d",name:"Furious Assault",action:{action:7,trigger:"when the half-orc scarthane damages an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scarthane’s attack deals 1d10 extra damage.",damage:"the scarthane’s attack deals 1d10 extra damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"20a59c74-8fdf-42b3-bc5c-ba61707c6b9d",name:"Herald of Hadar",details:"",size:2,origin:0,type:2,keywords:"",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Chaotic evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:15},intelligence:{score:10},wisdom:{score:18},charisma:{score:15},hp:180,initiative:9,ac:27,fortitude:27,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"a489c136-3064-4b4a-8c9a-c1e5a95695c8",name:"Hungry Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The herald of Hadar makes the following attack twice; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"ac860d9e-6d6a-45be-952c-51f4427ee732",name:"Feeding Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+5 damage. Effect: The herald of Hadar makes three more hungry claws attacks against the same target or different ones. No more than two of the attacks can target the same creature.",damage:"1d10+5 damage",category:1},{id:"26806549-a20f-45b5-974b-8281e4fd777c",name:"Breath of a Dying Star",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d10+5 damage, and the target cannot spend healing surges or regain hit points (save ends).",damage:"2d10+5 damage",category:1},{id:"59a3f8ca-5f52-4d8b-8bf6-8171860c79dd",name:"Hadar’s Hunger",action:{action:4,trigger:"when a creatuer within 5 squares of the herald of hadar spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The herald chooses one of the following options:",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d062f20-ee65-4762-9b55-9727b75ba664",name:"Heroslayer Hydra",details:"",size:4,origin:4,type:1,keywords:"reptile",level:20,role:{type:2,flag:2,leader:!1},senses:"Perception +19; all-around vision",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:19},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:776,initiative:14,ac:32,fortitude:34,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"4fdff9be-1036-40c9-8c15-bf1dc30e1121",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"51d20638-f4b1-474c-900f-6e6bdcb358d8",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The heroslayer hydra makes five bite attacks, plus an additional attack for each head it has grown (see regenerating heads). A target hit by more than one bite attack in a round takes 10 extra damage.",damage:"a target hit by more than one bite attack in a round takes 10 extra damage",category:1},{id:"0eb80563-d136-4b73-8955-d726a6132db1",name:"Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when a critical hit is scored against the heroslayer hydra"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hydra makes one bite attack against each enemy within reach. On a hit, the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:1},{id:"1802b254-88e9-42a3-8b62-9ce0709eaf23",name:"Heroslayer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a heroslayer hydra is marked, it gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against the creature that marked it.",damage:"it gains a +2 bonus to attack rolls and a +5 bonus to damage rolls against the creature that marked it",category:0},{id:"fcabbaf9-9582-41da-9529-66d6898e192c",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a heroslayer hydra would become dazed or stunned, it instead loses one attack while using hydra fury during its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"d033d30d-732a-43a8-8765-6a0ebaec190d",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a heroslayer hydra first reaches 582, 388, and 194 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional bite attack with hydra fury.",damage:"When a heroslayer hydra first reaches 582",category:0},{id:"bc5f8e41-415a-4812-901f-acf8ec84da26",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A heroslayer hydra can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7d0df083-72ce-4405-a62c-1222f513d47c",name:"Hive Queen",details:"IN ADDITION TO BIRTHING FUTURE GENERATIONS, the hive queen directs the activities of her brood with a ruthless and single-minded purpose.",size:3,origin:4,type:1,keywords:"",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +2; low-light vision, tremorsense 10",movement:"6, climb 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:12},intelligence:{score:2},wisdom:{score:11},charisma:{score:15},hp:132,initiative:6,ac:19,fortitude:19,reflex:16,will:17,regeneration:null,auras:[{id:"3ece19fb-a7a6-4929-9417-12aebf357dd8",name:"In the Presence of the Queen",keywords:"",details:"aura 10; each giant ant within the aura gains a +2 bonus to attack rolls and damage rolls."}],powers:[{id:"b53e53fc-c3c0-4f85-8b6e-0ecd1d608552",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"eb1db027-cd6b-4fb4-b8e5-ac8f98dc4fb7",name:"Kick",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"Reach 2; 3 damage, and the hive queen pushes the target 3 squares.",damage:"3 damage",category:3},{id:"9479f3d4-9e80-444f-9e6a-55e369c9bc5a",name:"Hive Queen Frenzy",action:{action:7,trigger:"when any giant any within 10 squares of the hive queen drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The queen shifts 2 squares and uses kick.",damage:"The queen shifts 2 squares and uses kick",category:5},{id:"dc4eb372-0edd-4425-91b6-fb8e9f036663",name:"Acidic Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Zone",condition:"",range:"Close burst 4",attack:null,description:"",details:"the burst creates a zone of caustic gas that lasts until the end of the encounter. Any enemy that starts its turn within the zone takes 2 acid damage for each giant ant within the zone. The zone is centered on the hive queen and moves with her.",damage:"any enemy that starts its turn within the zone takes 2 acid damage for each giant ant within the zone",category:1},{id:"ca6487a2-9296-497b-b8f4-236c9e66c1de",name:"Acidic Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Acid",condition:"",range:"Area burst 3 within 10",attack:{bonus:7,defence:3},description:"",details:"targets enemies; 1d6+2 acid damage, and the target is dazed (save ends). Miss: Half damage.",damage:"1d6+2 acid damage",category:1},{id:"1add00e2-b4d3-44f4-9e29-2bc700ba8bd0",name:"Call to Arms",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Four new giant ant hive workers appear and act to defend their queen. Each ant appears within 5 squares of the hive queen, and acts on the queen’s initiative count.",damage:"Each ant appears within 5 squares of the hive queen",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"3520f490-f031-4fc0-bbc1-7c0d725d19af",name:"Hive Soldier",details:"HIVE SOLDIERS REMAIN NEAR THE HIVE unless driven to conquest by the queen.",size:2,origin:4,type:1,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +0; low-light vision, tremorsense 10",movement:"6, climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:2},wisdom:{score:9},charisma:{score:4},hp:46,initiative:6,ac:18,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"b1496ffd-2f81-4409-90b0-b4f5bae2997e",name:"Grasping Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"usable only while the hive soldier does not have a creature grabbed",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage, and the target is grabbed.",damage:"1d8+3 damage",category:1},{id:"e4cab177-95a3-4c0c-a8e9-f63b8eb92538",name:"Acid Sting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets a creature grabbed by the hive soldier; 1d6+3 acid damage, and ongoing 5 acid damage (save ends).",damage:"1d6+3 acid damage",category:1},{id:"07497d82-134c-43bc-8717-b705a99a3a05",name:"Death Convulsion",action:null,keywords:"",condition:"when the hive soldier drops to 0 hit points",range:"Close burst 1",attack:{bonus:8,defence:2},description:"",details:"targets enemies; the target is knocked prone.",damage:"",category:0},{id:"854c4d61-52ba-4896-bbe5-4fc3f649ce06",name:"Hive Soldier Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the hive soldier drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The soldier gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The soldier gains a +2 bonus to attack rolls until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"835e67ca-1acc-49d5-b19c-a086b18c1a6e",name:"Hive Warrior",details:"A HIVE WARRIOR ACTS AS AN EXPLORER and guardian for the workers during their forays outside the hive.",size:2,origin:4,type:1,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +0; low-light vision, tremorsense 10",movement:"8, climb 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:9},charisma:{score:4},hp:36,initiative:6,ac:16,fortitude:14,reflex:15,will:11,regeneration:null,auras:[],powers:[{id:"caf43ae7-55b0-480d-9868-01fec1feaadf",name:"Piercing Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+4 damage. The hive warrior’s attack deals 1d10 extra acid damage to any target that already has ongoing acid damage.",damage:"1d8+4 damage",category:1},{id:"f0de3986-ebdf-4c01-99af-400a8a2d6d2f",name:"Hive Warrior Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the hive warrior drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The warrior is no longer marked or cursed, and it shifts 2 squares.",damage:"and it shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9fb47427-fcd6-4b4a-b563-ecb6d31f9b3d",name:"Hive Worker",details:"WEAKEST OF THE GIANT ANTS, workers exist to fulfill the functional needs of the hive, providing little help in battle other than their swarming numbers.",size:2,origin:4,type:1,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception -1; low-light vision, tremorsense 10",movement:"6, climb 6, burrow 2 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:15},intelligence:{score:2},wisdom:{score:9},charisma:{score:4},hp:1,initiative:0,ac:15,fortitude:13,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"a87f6f72-4f2b-4dd4-88a4-6587a9882596",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"c257d9a1-22f0-4f0d-990b-35a125e132a3",name:"Hive Worker Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the hive warrior drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hive worker shifts 2 squares.",damage:"The hive worker shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9a5ae510-c11b-4314-9bca-bfdd724172bf",name:"Hobgoblin Fleshcarver",details:"",size:2,origin:4,type:2,keywords:"goblin",level:6,role:{type:3,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"glaive",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:146,initiative:7,ac:20,fortitude:18,reflex:19,will:18,regeneration:null,auras:[{id:"8ff1bd58-8ca1-4701-a54e-ec8569ee8e2d",name:"Fleshcarver’s Trap",keywords:"",details:"aura 2; each enemy that starts its turn within the aura takes 5 damage the first time it moves during that turn."}],powers:[{id:"9d0947cb-f786-4093-a923-34d51892bc30",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"19a0cb1a-b6df-4ff3-8a5f-2622518a5732",name:"Toxic Dart",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:11,defence:0},description:"",details:"1d6+4 poison damage, and the target is slowed (save ends). If the target was already slowed, it is instead immobilized (save ends).",damage:"1d6+4 poison damage",category:1},{id:"77182e03-470c-493a-87c5-7c93c595e957",name:"Defensive Dart",action:{action:4,trigger:"when the hobgoblin fleshcarver is hit by an enemy’s melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fleshcarver shifts 2 squares and uses toxic dart against the triggering enemy.",damage:"The fleshcarver shifts 2 squares and uses toxic dart against the triggering enemy",category:5},{id:"62eeaae0-1258-47a5-aebb-db4ab6445f5b",name:"Glaive Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:11,defence:0},description:"",details:"targets enemies; 3d4+4 damage, and the hobgoblin fleshcarver slides the target 2 squares. The target must end the slide within 3 squares of the fleshcarver.",damage:"3d4+4 damage",category:1},{id:"04395bed-95c1-4f23-9962-ad0bfc4aa377",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin fleshcarver becomes subject to an effect",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The fleshcarver rolls a saving throw against the triggering effect.",damage:"",category:5},{id:"fe569798-e3dd-495a-bd6b-fef0eb08eb35",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hobgoblin fleshcarver gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"A hobgoblin fleshcarver gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6bf668af-e322-4dfd-acc8-451191d9b7d2",name:"Horned Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:2},wisdom:{score:12},charisma:{score:8},hp:63,initiative:6,ac:19,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"f296dbc7-95c8-447e-9d68-e537b81ab2b3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+2 damage, and the horned drake shifts 2 squares.",damage:"2d8+2 damage",category:1},{id:"fd3fdbcd-1432-4c9c-b9cf-164b501da8d4",name:"Goring Horns",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"3d8+2 damage, and the target is knocked prone.",damage:"3d8+2 damage",category:1},{id:"831039f7-a13e-4ab8-84d5-cf49bc40a564",name:"Pack Movement",action:{action:4,trigger:"when an enemy adjacent to the horned drake is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drake shifts 2 squares.",damage:"The drake shifts 2 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6bd6d57-fda0-4ba0-a806-68a1aa538625",name:"Human Cavalier",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:7,flag:0,leader:!0},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +12, Diplomacy +11",equipment:"broadsword; heavy shield; longspear; plate armor",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:78,initiative:8,ac:23,fortitude:20,reflex:18,will:19,regeneration:null,auras:[{id:"003c8a06-3747-4593-a468-20063e8ce241",name:"Battle Acumen",keywords:"",details:"aura sight; each ally within the aura gains a +2 bonus to initiative."}],powers:[{id:"35bc0832-32dd-41cd-8bf4-086ff3553815",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and the target is marked until the end of the human cavalier’s next turn.",damage:"1d10+5 damage",category:1},{id:"9711ed70-3d37-49d8-aa82-5d20db6aa1fc",name:"Champion’s Retort",action:{action:5,trigger:"when an enemy marked by the human cavalier makes a melee attack against an ally adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets the triggering enemy; 1d6+5 damage.",damage:"1d6+5 damage",category:5},{id:"1a991161-a9df-4ae1-91ff-0d26dde960be",name:"Lancer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"usable only while mounted",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10+5 damage, and the target is knocked prone.",damage:"1d10+5 damage",category:1},{id:"d595b1bd-6ae6-43a1-af4c-a27a2e32b252",name:"Hasty Parry",action:{action:5,trigger:"when an enemy marked by the human cavalier makes a melee attack against an ally adjacent to it",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy’s attack targets the cavalier instead of the ally, and the cavalier gains a +3 bonus to AC against that attack.",damage:"and the cavalier gains a +3 bonus to AC against that attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b416913b-ed6b-4d52-b83d-797379709e32",name:"Human Diabolist",details:"",size:2,origin:4,type:2,keywords:"human",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +15, Bluff +21, Stealth +19",equipment:"implement, rod; kukri; leather armor",category:"",strength:{score:10},constitution:{score:21},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:23},hp:147,initiative:14,ac:32,fortitude:32,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"141026ff-2fc0-43c5-95d1-49ad1a734b30",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d6+4 damage plus 2d6 fi re damage. The human diabolist rerolls any damage die result of 1 until the result is greater than 1.",damage:"1d6+4 damage plus 2d6 fi re damage",category:1},{id:"059bdd1c-fa09-46ad-9579-4c6ce691aa4a",name:"Dark Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement, Necrotic",condition:"(standard",range:"Ranged 15",attack:{bonus:27,defence:2},description:"",details:"2d10+7 fire and necrotic damage.",damage:"2d10+7 fire and necrotic damage",category:1},{id:"225f95f8-e960-482f-835d-4dc496e426d7",name:"Hell Blight",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"the target is hell-blighted (save ends). A hell-blighted target that takes fire damage from the human diabolist cannot spend a healing surge until the end of the diabolist’s next turn. If the diabolist uses this power on a new target, the previous target is no longer hell-blightedRanged sight",attack:null,description:"",details:"no attack roll; .",damage:"",category:3},{id:"a6efb2ba-67cc-4d20-b51e-8b2d26e88cad",name:"Sulfurous Flash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Ranged 5",attack:{bonus:27,defence:1},description:"",details:"2d4+6 fire damage, and the human diabolist has concealment against the target until the end of the diabolist’s next turn.",damage:"2d4+6 fire damage",category:1},{id:"a652d9e8-b7fd-4f1b-99ae-20d285fdb76c",name:"Darkfire Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement, Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:25,defence:2},description:"",details:"2d6+7 fire and necrotic damage, and ongoing 10 fire and necrotic damage (save ends).",damage:"2d6+7 fire and necrotic damage",category:1},{id:"925b10c4-70ba-403b-8339-7e7eb7b4409f",name:"Infernal Deflection",action:{action:5,trigger:"when the human diabolist is hit by a melee or ranged attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The diabolist takes half damage from the triggering attack, and the attacker takes 15 fire damage.",damage:"the diabolist takes half damage from the triggering attack",category:5},{id:"e835d71d-0bc7-4130-96b2-8802ce77d11c",name:"Life from Fire",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever a human diabolist takes fire damage, it gains 10 temporary hit points.",damage:"whenever a human diabolist takes fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19bbfa22-cee0-49d6-8735-30a355650108",name:"Human Dire Beast Hunter",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +13, Athletics +11, Endurance +12",equipment:"crossbow; crossbow bolt; net; spear",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:19},intelligence:{score:16},wisdom:{score:17},charisma:{score:11},hp:76,initiative:8,ac:22,fortitude:21,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"9c6a1bb4-d0fc-4e33-b05e-ef75e2434d92",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"4f41722f-fb9e-4153-af86-9535cd0dc8d2",name:"Poisoned Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:16,defence:0},description:"",details:"2d8+3 damage, and ongoing 5 poison damage (save ends).",damage:"2d8+3 damage",category:1},{id:"fdafd068-5550-4679-9a54-fe9d6f2f30d7",name:"Trapping Net",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"requires net",range:"Ranged 3",attack:{bonus:16,defence:2},description:"",details:"the target is restrained (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91dd721f-06ee-4cb0-8a5f-7113dd18f4c6",name:"Human Dread Assassin",details:"",size:2,origin:4,type:2,keywords:"human",level:22,role:{type:4,flag:0,leader:!1},senses:"Perception +22",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Intimidate +22, Stealth +24",equipment:"scimitar",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:26},intelligence:{score:18},wisdom:{score:13},charisma:{score:22},hp:161,initiative:23,ac:36,fortitude:32,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"a127035f-feec-4e07-971c-b6e08db1cd16",name:"Zealot’s Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+5 damage (crit 2d8 + 13), and ongoing 10 poison and necrotic damage (save ends).",damage:"1d8+5 damage (crit 2d8 + 13)",category:1},{id:"32cf0cb3-e901-4b97-a413-011b1561d0dd",name:"Cloak of Zeal",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human dread assassin gains concealment until the end of its next turn and shifts 3 squares.",damage:"The human dread assassin gains concealment until the end of its next turn and shifts 3 squares",category:2},{id:"df2edf62-07d3-48ea-8522-5abb31534c10",name:"Deadly Blade",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable while the human dread assassin has cover or concealment",range:"",attack:null,description:"",details:"The target of the assassin’s next attack grants combat advantage to it, and the assassin’s attack deals 5d6 extra damage on a hit.",damage:"and the assassin’s attack deals 5d6 extra damage on a hit",category:3},{id:"76ddb0d5-e4fa-47d2-aa34-0ad7fa92796e",name:"Assassin’s Determination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The human dread assassin recharges deadly blade. If it is already recharged, the assassin regains 20 hit points.",damage:"the assassin regains 20 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b8eb785-d5a5-41e5-b2ab-e5514afed665",name:"Human Hexer",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +16",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +10, Nature +11",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:11},intelligence:{score:15},wisdom:{score:17},charisma:{score:14},hp:77,initiative:3,ac:20,fortitude:17,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"63cc056d-1612-4ad5-9c42-4536989238c6",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"e7e157e9-58a2-4e14-9186-0c33a8d90c4a",name:"Beast Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Polymorph",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"targets a hexed enemy; until the end of the human hexer’s next turn, the target becomes a Tiny animal. While in this form, the target cannot use powers.",damage:"",category:1},{id:"3c6dab1f-8f90-4574-8600-3b8e9cf137b5",name:"Hex",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Implement",condition:"",range:"Close burst 10",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is hexed (save ends). While the target is hexed, it takes a -2 penalty to attack rolls and damage rolls against the human hexer.",damage:"it takes a -2 penalty to attack rolls and damage rolls against the human hexer",category:3},{id:"f4bf854b-af8e-41f4-9d0c-9e0db83da0c3",name:"Capricious Earth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Implement",condition:"",range:"Area burst 3 within 10",attack:{bonus:11,defence:3},description:"",details:"targets hexed creatures; 1d10+3 damage, and the human hexer slides the target 3 squares and the target is knocked prone.",damage:"1d10+3 damage",category:1},{id:"6f0dac4a-0483-4209-9205-029c2518222b",name:"Hex Jump",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The human hexer either teleports 5 squares or swaps positions with one hexed creature within 5 squares of it.",damage:"The human hexer either teleports 5 squares or swaps positions with one hexed creature within 5 squares of it",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3aa4ac40-e418-420e-a9e3-f79fe55a6fb9",name:"Human Insane Noble",details:"",size:2,origin:4,type:2,keywords:"human",level:23,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:22},intelligence:{score:15},wisdom:{score:11},charisma:{score:24},hp:428,initiative:19,ac:37,fortitude:35,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"499ae1ee-2a3f-4290-bab1-601234b4e3f1",name:"Scepter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"3d8+6 damage.",damage:"3d8+6 damage",category:1},{id:"988be730-55db-49f2-9575-7ebf27938128",name:"Flurry of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The insane noble shifts 6 squares and makes one scepter attack against each enemy it moves adjacent to.",damage:"The insane noble shifts 6 squares and makes one scepter attack against each enemy it moves adjacent to",category:1},{id:"7cddf50a-1c64-4bf5-bd4b-89deb85cd1a5",name:"Ignoble Fury",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:26,defence:0},description:"",details:"targets enemies; 3d8+6 damage, and the target is knocked prone.",damage:"3d8+6 damage",category:5},{id:"172d17e3-32a1-429b-9ede-acafda8a4c33",name:"Sheer Madness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An insane noble does not provoke opportunity attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ab90bf2-4c15-4fbd-aad8-cecfc40d5a96",name:"Human Javelin Dancer",details:"",size:2,origin:4,type:2,keywords:"human",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Athletics +10",equipment:"javelin; leather armor; light shield; spear",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:13},charisma:{score:10},hp:70,initiative:8,ac:20,fortitude:18,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"63f9bda3-859b-49b8-a5e0-c09d688831aa",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"b479052f-8a48-404d-aabf-441a582aa050",name:"Mobile Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human javelin dancer shifts 3 squares and makes one spear attack during the move.",damage:"The human javelin dancer shifts 3 squares and makes one spear attack during the move",category:1},{id:"a70d7e2b-13a4-42f0-8bb3-c2c5dbfe98ec",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:12,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"1afbd915-084c-4190-a74a-ba8c50ec358f",name:"Adept Retreat",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human javelin dancer does not grant combat advantage from running.",damage:"",category:0},{id:"05c3d855-b799-494f-98da-777643dac9ff",name:"Skirmish",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a human javelin dancer ends its move at least 4 squares from the square where it started the move, its attacks deal 1d6 extra damage until the start of its next turn.",damage:"its attacks deal 1d6 extra damage until the start of its next turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e679c8dc-aefd-4848-b0fa-427a88168454",name:"Human Knife Fighter",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:6,flag:1,leader:!1},senses:"Perception +14",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Stealth +11",equipment:"dagger; net",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:17},intelligence:{score:13},wisdom:{score:16},charisma:{score:12},hp:162,initiative:8,ac:21,fortitude:19,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"5ff6bde2-1002-401a-a400-55b9fd1588e2",name:"Wounding Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(crit 19–20)1d6+6 damage (crit 1d6 + 12) and ongoing 5 damage (save ends).",damage:"(crit 19–20)1d6+6 damage (crit 1d6 + 12) and ongoing 5 damage (save ends)",category:1},{id:"e501c900-3210-4cba-97c1-8ab5d6234729",name:"Dance of the Knife",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"(crit 19–20)1d6+6 damage (crit 1d6 + 12). Effect: The human knife fighter shifts 2 squares after the attack and makes one more attack against the same target or a different one. The knife fighter then shifts 2 squares.",damage:"(crit 19–20)1d6+6 damage (crit 1d6 + 12)",category:1},{id:"dd00547e-477d-40ed-8233-f753816d03d3",name:"Peerless Tumbler",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human knife fighter shifts 4 squares, ignoring difficult terrain.",damage:"The human knife fighter shifts 4 squares",category:2},{id:"7ea627e4-57e2-40dc-a4c8-3e8cc56ab8f7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human knife fighter deals 2d6 extra damage against any target granting combat advantage to it.",damage:"a human knife fighter deals 2d6 extra damage against any target granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a377c90-8151-45f6-a613-8f7a295a7b68",name:"Human Mystagogue",details:"",size:2,origin:4,type:2,keywords:"human",level:20,role:{type:3,flag:0,leader:!0},senses:"Perception +23",movement:"6",alignment:"Unaligned",languages:"Common, Supernal",skills:"Arcana +21, Insight +22, Religion +21",equipment:"holy symbol",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:12},intelligence:{score:22},wisdom:{score:24},charisma:{score:15},hp:188,initiative:11,ac:33,fortitude:31,reflex:32,will:33,regeneration:null,auras:[{id:"598c5be0-c8f2-4a04-b1f2-a39c52a56020",name:"Shared Clarity",keywords:"",details:"aura 10; each ally within the aura gains a +2 bonus to saving throws."}],powers:[{id:"a1991542-f60e-4a94-a898-a9f42d07ca34",name:"Mystery’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Psychic",condition:"",range:"",attack:{bonus:24,defence:2},description:"",details:"2d8+7 psychic damage, and the target takes a -2 penalty to attack rolls against the human mystagogue until the end of the mystagogue’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"e0a14c9f-fde3-4a39-b266-8de0386553cd",name:"Bend Perception",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion, Implement, Psychic",condition:"",range:"Ranged 20",attack:{bonus:22,defence:3},description:"",details:"2d6+7 psychic damage, and until the end of the human mystagogue’s next turn, the target is slowed and takes a -2 penalty to attack rolls and saving throws.",damage:"2d6+7 psychic damage",category:1},{id:"c2054361-c64c-405a-a23e-4d75bfed97c3",name:"Awestrike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Implement, Psychic",condition:"",range:"Close burst 5",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 2d6+7 psychic damage, the human mystagogue slides the target 6 squares, and the target is dazed (save ends). Effect: The mystagogue slides one ally in the burst 6 squares, and that ally regains 10 hit points.",damage:"2d6+7 psychic damage",category:1},{id:"af6e1136-33a9-45a5-8525-9e81fb208462",name:"Veil of Inscrutability",action:{action:4,trigger:"when the human mystagogue is missed by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mystagogue shifts 2 squares and gains a +2 bonus to AC and Reflex until the end of its next turn.",damage:"The mystagogue shifts 2 squares and gains a +2 bonus to AC and Reflex until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8353b637-9df0-433a-a7fc-4ea331484bf4",name:"Human Noble",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:0,leader:!0},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Diplomacy +10, Insight +8, Intimidate +10",equipment:"chainmail; light shield; longsword",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:12},intelligence:{score:14},wisdom:{score:12},charisma:{score:16},hp:60,initiative:3,ac:19,fortitude:17,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"0ae391ad-abec-476b-8aa3-43af8a9a90fd",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"158058bb-1151-46b4-9fc8-f5b182f93f37",name:"Appoint Champion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one ally; the target makes a basic attack as a free action and shifts 1 square before or after the attack.",damage:"the target makes a basic attack as a free action and shifts 1 square before or after the attack",category:1},{id:"514ea4c8-64eb-4c84-851d-829c7b6fc959",name:"Inspirational Authority",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one ally; the target uses an at-will, encounter, or recharge attack power as a free action.",damage:"",category:1},{id:"8c58eca4-e311-41a8-98aa-ac7a4e74f138",name:"Urge hesitation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"targets enemies; the target cannot use a standard action during its next turn.",damage:"",category:1},{id:"15de4aaf-52d7-4e96-9c67-909a0e5eb4b4",name:"Protected",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human noble gains a +2 bonus to all defenses while an ally is adjacent to it.",damage:"A human noble gains a +2 bonus to all defenses while an ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5c7255ab-82e3-4aa1-a5cb-a138accb1b66",name:"Human Pirate",details:"",size:2,origin:4,type:2,keywords:"human",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +5",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +11, Athletics +11",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:15},intelligence:{score:9},wisdom:{score:12},charisma:{score:11},hp:95,initiative:8,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"6c007505-4f3e-4907-aad7-8b985772325b",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"01f63c3e-7373-4065-a879-539b5c02acaf",name:"Rigging Monkey",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human pirate gains a climb speed of 7 until the end of its next turn.",damage:"The human pirate gains a climb speed of 7 until the end of its next turn",category:3},{id:"a554d64d-37d6-4e3d-8f9f-5ca0f2b2996b",name:"Scurvy Dog’s Flank",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human pirate gains a +1 bonus to attack rolls against an enemy it is flanking, and its attacks deal 2d6 extra damage to that creature.",damage:"and its attacks deal 2d6 extra damage to that creature",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b2e2790-063d-4187-8950-84996c09c799",name:"Human Pirate Captain",details:"",size:2,origin:4,type:2,keywords:"human",level:10,role:{type:7,flag:0,leader:!0},senses:"Perception +12",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +13, Athletics +13",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:14},charisma:{score:16},hp:104,initiative:10,ac:26,fortitude:22,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"cd8fce4e-8d72-480f-9a70-38d81b385b45",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage, and the target is slowed (save ends).",damage:"2d6+6 damage",category:1},{id:"c897b9f4-4f02-4b86-b1ce-bfacbee543cc",name:"Call to Arms",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"the target makes a melee basic attack or shifts 3 squares as a free action.",attack:null,description:"",details:"targets allies",damage:"",category:1},{id:"aed08e72-cc5f-4f24-b220-502f1d30f4f7",name:"Vicious Mockery",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; the target provokes an opportunity attack from each enemy that is adjacent to it.",damage:"",category:3},{id:"97c67be8-5223-4bfe-986f-f2805a35c613",name:"Rigging Monkey",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The human pirate captain gains a climb speed of 7 until the end of its next turn.",damage:"The human pirate captain gains a climb speed of 7 until the end of its next turn",category:3},{id:"bb88be21-edf3-4029-b332-ba6f38c8cc85",name:"Scurvy Dog’s Flank",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human pirate captain gains a +1 bonus to attack rolls against an enemy it is flanking, and its attacks deal 2d6 extra damage to that creature.",damage:"and its attacks deal 2d6 extra damage to that creature",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4bddbba1-5f81-4001-8f63-9082ca656f5e",name:"Human Slaver",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +11",equipment:"leather armor; mace; scourge",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:14},hp:102,initiative:7,ac:20,fortitude:20,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"00ec1118-8057-40fe-9006-38d041281a9f",name:"Thump and Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"2d8+6 damage, and the target takes a -2 penalty to melee attack rolls until the end of its next turn.",attack:{bonus:11,defence:0},description:"",details:"",damage:"",category:1},{id:"0bbb5525-613f-4b4c-9ec4-7c1ccd4b807e",name:"Slaver’s Tangle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"requires a scourge",range:"2d8+6 damage, and the target is immobilized and takes a -2 penalty to melee attack rolls until the end of its next turn.",attack:{bonus:11,defence:0},description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ffc48a9-d314-489c-af8d-d79e14a2428a",name:"Ice Troll",details:"",size:3,origin:4,type:2,keywords:"",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Chaotic evil",languages:"Giant",skills:"Athletics +16, Endurance +15",equipment:"maul; scale armor",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:15},intelligence:{score:9},wisdom:{score:10},charisma:{score:8},hp:109,initiative:9,ac:26,fortitude:23,reflex:19,will:17,regeneration:{value:10,details:""},auras:[{id:"1fe95b5b-268e-4034-8eb5-df1dc38b68e4",name:"Emanating Cold",keywords:"",details:"aura 1; any enemy that starts its turn in the aura is slowed by the numbing cold until the start of its next turn."}],powers:[{id:"f52d0f6c-62cb-4618-842b-125396a5bda0",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"90b9b80c-a1c4-437a-81f3-7d2599ff320d",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a maul attack.",damage:"",category:5},{id:"6c9a9b15-a2a0-4749-97a0-0a82d6cde12c",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the ice troll is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the ice troll while it is at 0 hit points, it is destroyed.",damage:"if the ice troll is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the ice troll takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"c09985b5-1141-4b88-ba63-092919faf475",name:"Infernal Armor Animus",details:"",size:2,origin:3,type:0,keywords:"devil, undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"heavy shield; short sword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:10},charisma:{score:11},hp:1,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[{id:"979dd420-0939-4acc-8e85-e5cbdd2c4b80",name:"Bloodlust",keywords:"",details:"aura 2; each nonminion devil within the aura gains a +1 bonus to damage rolls. Multiple boodlust auras grant a cumulative bonus."}],powers:[{id:"1582a586-adc8-4deb-a327-c160cad1e89a",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"09f34abc-eae4-4c71-afdf-9810d71f1782",name:"Essence Transference",action:null,keywords:"Healing",condition:"when the infernal armor animus drops to 0 hit points",range:"",attack:null,description:"",details:"The nearest nonminion devil within 5 squares of the animus regains 15 hit points.",damage:"The nearest nonminion devil within 5 squares of the animus regains 15 hit points",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fc28ce8-c985-4e17-a308-934ca90e2b1d",name:"Iron Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:15},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:386,initiative:14,ac:36,fortitude:36,reflex:30,will:28,regeneration:null,auras:[{id:"d5e515fb-638f-4fab-8b6b-f5935afc30c7",name:"Noxious Fumes",keywords:"",details:"(Poison) aura 2; while the iron golem is bloodied, each creature that enters the aura or starts its turn there takes 5 poison damage."}],powers:[{id:"dff29d82-151b-4b6a-80b2-b845b953ad2a",name:"Iron Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d10+3 damage, and the target is marked (save ends).",damage:"2d10+3 damage",category:1},{id:"3eb5e105-8185-4ae8-b6d4-51f3ed135243",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron golem makes two iron blade attacks, each against a different target.",damage:"",category:1},{id:"23b6987d-04d3-4b31-934a-3c7fc9e7ae39",name:"Dazing Fist",action:{action:5,trigger:"when a creature marked by the iron golem and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Reach 2; targets the triggering creature; the target is dazed (save ends).",damage:"Reach 2",category:5},{id:"51f45f6b-a1a1-408c-9378-b1e3102ee00e",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:25,defence:1},description:"",details:"3d8+9 poison damage, and ongoing 5 poison damage (save ends).",damage:"3d8+9 poison damage",category:1},{id:"2e721ba8-cec5-4ee2-81f1-fa45b70f15fd",name:"Toxic Death",action:null,keywords:"Poison",condition:"when first bloodied and again when the iron golem drops below 0 hit points",range:"Close burst 3",attack:{bonus:25,defence:1},description:"",details:"2d8+6 poison damage, and ongoing 10 poison damage (save ends).",damage:"2d8+6 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"ef674b17-f815-4d8d-bf21-56bb51a42f78",name:"Iron Golem Juggernaut",details:"",size:4,origin:4,type:0,keywords:"construct",level:26,role:{type:7,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6 (cannot shift)",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:30},constitution:{score:28},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:488,initiative:19,ac:42,fortitude:43,reflex:38,will:36,regeneration:null,auras:[{id:"a6b68ecd-83af-491c-9edd-933c98a93263",name:"Noxious Fumes",keywords:"",details:"(Poison) aura 3; while the iron golem juggernaut is bloodied, each creature that enters the aura or starts its turn there takes 10 poison damage."}],powers:[{id:"550b313a-8376-4353-bdd2-8fbd2fcc09bf",name:"Iron Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 3d10+5 damage, and the target is marked (save ends).",damage:"3d10+5 damage",category:1},{id:"b43f36e9-604f-4445-be05-28967e87bb7c",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron golem juggernaut makes two iron blade attacks, each against a different target.",damage:"",category:1},{id:"4ffc90e1-749d-4abe-8b55-864d6de3c735",name:"Dazing Fist",action:{action:5,trigger:"when a creature marked by the iron golem juggernaut and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Reach 3; targets the triggering creature; the target is dazed (save ends).",damage:"Reach 3",category:5},{id:"6d00334c-03ed-4a5b-97bf-fe8dc3403a1d",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:31,defence:1},description:"",details:"4d8+9 poison damage, and ongoing 5 poison damage (save ends).",damage:"4d8+9 poison damage",category:1},{id:"ac60c55e-68a3-46e6-bd2b-97773de892ee",name:"Toxic Death",action:null,keywords:"Poison",condition:"when first bloodied and again when the iron golem drops below 0 hit points",range:"Close burst 5",attack:{bonus:31,defence:1},description:"",details:"3d10+6 poison damage, and ongoing 10 poison damage (save ends).",damage:"3d10+6 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"60c0b400-c5b1-48db-926b-8b3a31717dcb",name:"Kazrith",details:"",size:2,origin:1,type:1,keywords:"demon, water",level:20,role:{type:4,flag:0,leader:!1},senses:"Perception +19; tremorsense 20",movement:"6, burrow 6 (tunneling), swim 8",alignment:"Chaotic evil",languages:"Abyssal, Primordial",skills:"Stealth +23",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:26},intelligence:{score:14},wisdom:{score:19},charisma:{score:12},hp:146,initiative:22,ac:34,fortitude:32,reflex:34,will:30,regeneration:null,auras:[],powers:[{id:"2f0248ae-df5f-4059-9cf6-9ab3ae6a7016",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d6+4 damage, and ongoing 5 acid damage (save ends).",damage:"2d6+4 damage",category:1},{id:"b4f4bc88-615d-4b53-9046-1c487218b029",name:"Acidic Retreat",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close burst 2",attack:{bonus:23,defence:2},description:"",details:"1d6+4 damage, and ongoing 10 acid damage (save ends). Effect: The kazrith burrows its speed.",damage:"1d6+4 damage",category:1},{id:"eb649e7d-8c59-485f-aa80-49aa637ce107",name:"Acidic Seepage",action:null,keywords:"Acid",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The kazrith gains a +4 bonus to its burrow speed, and at the start of its turn creatures adjacent to it take 10 acid damage.",damage:"and at the start of its turn creatures adjacent to it take 10 acid damage",category:0},{id:"751fb9b6-748b-47b4-9980-7d83d2badfc4",name:"Slippery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kazrith makes saving throws against immobilized, restrained, and slowed conditions at the start of its turn as well as at the end of its turn.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"acid",tactics:""},{id:"caa7b3de-2d4d-4807-8516-3b60215a00e6",name:"Kazuul",details:"",size:3,origin:1,type:2,keywords:"demon",level:28,role:{type:7,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"5, fly 5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +29, Insight +25, Nature +25, Religion +24",equipment:"plate armor",category:"",strength:{score:33},constitution:{score:32},dexterity:{score:19},intelligence:{score:20},wisdom:{score:22},charisma:{score:25},hp:528,initiative:20,ac:44,fortitude:40,reflex:37,will:40,regeneration:null,auras:[],powers:[{id:"0e4df017-a525-44c0-89d9-886002b35aae",name:"Tooth of Grom",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"1d10+10 damage, and the target makes a melee basic attack against a target of Kazuul’s choice as a free action.",attack:{bonus:36,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"ab70f252-8011-4822-8eae-bd87d184da07",name:"World Splitter",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:35,defence:0},description:"",details:"Reach 2; 1d12+10 damage, and the target takes a -4 penalty to AC (save ends).",damage:"1d12+10 damage",category:1},{id:"2b2d760d-ebf3-4db6-9a0b-8af627a1fb4a",name:"Wrath of Kazuul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kazuul makes a tooth of Grom attack and a world splitter attack.",damage:"",category:1},{id:"bfe8b503-22cb-456c-a24f-0bfdcb9481a4",name:"Vortex of Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:{bonus:33,defence:2},description:"",details:"targets enemies; 2d10+10 damage, and the target is stunned (save ends).",damage:"2d10+10 damage",category:1},{id:"419deabf-8ff8-40a9-8bd1-714ec925c3fd",name:"Word of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:33,defence:3},description:"",details:"6d6+15 damage, and Kazuul can score a critical hit against the target on an attack roll of 15–20 (save ends).",damage:"6d6+15 damage",category:1},{id:"64941353-e8c4-4bae-bfde-7a46fbc293d9",name:"Abyssal Flames",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:33,defence:2},description:"",details:"4d6+8 fire damage.",damage:"4d6+8 fire damage",category:1},{id:"d4462dae-73c3-4ced-adc8-3787e167e4ae",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kazuul can make opportunity attacks against enemies within 2 squares of him.",damage:"Kazuul can make opportunity attacks against enemies within 2 squares of him",category:0}],damageModifiers:[],resist:"10 variable (3/encounter)",vulnerable:"",immune:"",tactics:""},{id:"33b93483-eb73-4b79-8e3a-fcab64e32c02",name:"Kenku Assassin",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +9, Stealth +11, Thievery +11",equipment:"arrow; leather armor; short sword; shortbow",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:9},charisma:{score:15},hp:126,initiative:8,ac:19,fortitude:16,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"d2177d45-ffa3-4687-9ffd-5bbf1df39d33",name:"Venomous Stab",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+5 damage, and the target is slowed (save ends).",damage:"1d6+5 damage",category:1},{id:"f135e63f-ef9e-4fe8-87d2-10eab317d631",name:"Venomous Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+4 poison damage, and the target is slowed (save ends).",damage:"1d8+4 poison damage",category:1},{id:"24e9f477-2488-4571-b667-2fc7a6dbe403",name:"Fluttering Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kenku assassin shifts 4 squares and uses venomous stab during that move.",damage:"The kenku assassin shifts 4 squares and uses venomous stab during that move",category:1},{id:"4d808716-440c-4254-8bf6-9f0dcb296e6e",name:"Gouging Talons",action:{action:4,trigger:"when an enemy attacks the kenku assassin",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Targets the triggering enemy; 1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"a3138e9e-bbb9-497c-ac99-0814e256dfba",name:"Feather Burst",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets enemies; no attack roll; the target is blinded until the end of the kenku assassin’s turn.",damage:"",category:3},{id:"b61a139a-0606-4594-be5d-960e2bec6eb8",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku assassin gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku assassin gains a +3 bonus instead of +2 while flanking",category:0},{id:"be78763c-163c-4841-8a4c-5855701fc7cb",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku assassin can mimic sounds and voices. A successful Insight check opposed by the assassin’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c328b7f1-bbf0-469f-8cd4-1ae3efafc607",name:"Kenku Ringleader",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Intimidate +10",equipment:"leather armor; sling; spiked chain",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:54,initiative:8,ac:20,fortitude:16,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"ceff9677-f879-4f6d-9ceb-00865d472e9d",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d4+5 damage, and the target is marked until the end of the kenku ringleader’s next turn.",damage:"2d4+5 damage",category:1},{id:"73440ac8-3e4f-43f7-9ed2-671706dc9da6",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"fe111db1-cfe5-40f4-a750-4ecbea13177c",name:"Press the Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; targets and enemy marked by the kenku; 2d4+5 damage, and the target is knocked prone.",damage:"2d4+5 damage",category:1},{id:"ff6d4e85-885a-46ab-a7f7-a40ea8ce12f4",name:"Flock Reaction",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets kenkus; the target shifts 1 square as a free action.",damage:"the target shifts 1 square as a free action",category:3},{id:"c121a5e9-641b-43ca-aa5a-9bb10eb8be9c",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ringleader gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku ringleader gains a +3 bonus instead of +2 while flanking",category:0},{id:"74f33b94-8c22-4773-a66a-6a223c987152",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ringleader can mimic sounds and voices. A successful Insight check opposed by the ringleader’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d110798a-03d6-4ee3-8430-23b9e576b90c",name:"Kenku Ruffian",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9",equipment:"club; leather armor",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:1,initiative:6,ac:17,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"c239e177-e1d1-4560-b323-5f5e82625ad6",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"00aae23d-052c-4465-821c-5c95fb43cbcb",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ruffian gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku ruffian gains a +3 bonus instead of +2 while flanking",category:0},{id:"6e437873-45a2-4a85-9ca8-dd16c5868a0e",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku ruffian can mimic sounds and voices. A successful Insight check opposed by the ruffian’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"55fe2383-ae2e-4589-946c-8519bce28273",name:"Kenku Sneak",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"7 (4 while invisible)",alignment:"Unaligned",languages:"Common",skills:"Bluff +8, Stealth +11, Thievery +11",equipment:"dagger; leather armor",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:42,initiative:10,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"7fcc0fcb-a300-4264-88d9-ee78fe73c976",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"1e2c73db-c437-49c9-a34e-6f65a791b779",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"712dce28-5390-433c-9fd2-84ce2f8850ed",name:"Disappear into the Flock",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While it has cover from other kenkus, a kenku sneak can make a Stealth check to become hidden.",damage:"",category:0},{id:"3127b663-be46-4945-9627-a068375dc1bc",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku sneak gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku sneak gains a +3 bonus instead of +2 while flanking",category:0},{id:"9b5adeaf-37c5-440c-9392-02c1e018b4e1",name:"Hidden Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku sneak deals 2d4 + 4 extra damage against any target from which it is hidden.",damage:"a kenku sneak deals 2d4 + 4 extra damage against any target from which it is hidden",category:0},{id:"4a934ccb-d640-4cdd-99fe-67f4228a9899",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku sneak can mimic sounds and voices. A successful Insight check opposed by the sneak’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0},{id:"4f157e14-d062-4405-9be4-e915f08873cf",name:"Sniper",action:null,keywords:"",condition:"",range:"A hidden kenku sneak that misses with a ranged attack remains hidden.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dae8d598-43b9-4114-82ac-1baa0fa3007f",name:"Kenku Warrior",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"dagger; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:44,initiative:6,ac:17,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"92e60609-7f69-4077-a71b-ebb22b7731b9",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"4fec84fa-e0e7-47a5-bc91-aece9af78d8f",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"243b199b-6cae-4b5a-a9a9-9833b22daf2e",name:"Fluttering Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The kenku warrior shifts 4 squares and makes a basic attack during that movement.",damage:"The kenku warrior shifts 4 squares and makes a basic attack during that movement",category:1},{id:"577ab6f3-5f6d-4110-9b01-603f19baa056",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A kenku warrior deals 1d6 extra damage on melee attacks against any target granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"3d3fb397-a882-40d5-8eae-8038beb3bbac",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku warrior gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku warrior gains a +3 bonus instead of +2 while flanking",category:0},{id:"9203fdd4-0cbe-4e1c-b3e1-6531e3c2ebe8",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku warrior can mimic sounds and voices. A successful Insight check opposed by the warrior’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"714b1087-8087-4fad-89f5-bfa4fca46fbe",name:"Kenku Wing Mage",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +8",equipment:"dagger; implement, orb",category:"",strength:{score:9},constitution:{score:14},dexterity:{score:13},intelligence:{score:18},wisdom:{score:13},charisma:{score:15},hp:50,initiative:3,ac:17,fortitude:15,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"845468a5-34b1-4b8c-8d6b-c7f3cba0a087",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"9b784f58-aa7a-4011-8fc6-789e34b1487a",name:"Murder of Crows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"1d6+4 force damage, and the target grants combat advantage to the kenku wing mage (save ends).",damage:"1d6+4 force damage",category:1},{id:"d1e9c94b-d675-4b0a-b0a6-735b38e087c9",name:"Hurricane Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Implement",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"1d6+6 force damage, and the kenku wing mage slides the target 3 squares.",damage:"1d6+6 force damage",category:1},{id:"827f2c90-3008-4a8a-ad3e-3c25517e75e6",name:"Death Flock",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Implement",condition:"",range:"Area burst 1 within 20",attack:{bonus:8,defence:2},description:"",details:"1d6+6 force damage, and the target is dazed (save ends).",damage:"1d6+6 force damage",category:1},{id:"aa094cfb-8f47-419f-9ecc-09c42a2d2dbc",name:"Flock Effect",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku wing mage gains a +3 bonus instead of +2 while flanking, and it grants a +3 bonus instead of +2 while aiding another.",damage:"A kenku wing mage gains a +3 bonus instead of +2 while flanking",category:0},{id:"e9b50282-bebd-4090-a4ea-3a7ed349c855",name:"Mimicry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A kenku wing mage can mimic sounds and voices. A successful Insight check opposed by the wing mage’s Bluff check allows a listener to determine that the effect is faked.",damage:"",category:0},{id:"919bb54e-1178-4088-b8d1-08a5cc76648e",name:"Wings of the Flock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:null,description:"",details:"The kenku wing mage gains fly 6 (hover; altitude limit 4) until the end of the encounter.",damage:"The kenku wing mage gains fly 6 (hover",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d4523333-2672-4a04-a005-396089c84003",name:"Krenshar",details:"",size:2,origin:4,type:1,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Intimidate +5, Stealth +9",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:15},intelligence:{score:15},wisdom:{score:15},charisma:{score:15},hp:55,initiative:5,ac:18,fortitude:16,reflex:16,will:14,regeneration:null,auras:[{id:"8152c1e1-b83d-40c4-b17a-83527b2eb0c7",name:"Fearsome Visage",keywords:"",details:"aura 5; each enemy within the aura takes a -2 penalty to saving throws against fear effects."}],powers:[{id:"4feb0470-eecb-4661-ba47-d172e86e4380",name:"Hooking Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage, and the target is knocked prone.",damage:"1d6+4 damage",category:1},{id:"d7625d72-c6f4-404e-ac2f-b58e4a5f4dcc",name:"Roaring Skull",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends). If the target was already dazed, it is also weakened as long as it remains dazed.",damage:"1d8+4 thunder damage",category:1},{id:"d1e1431f-63b1-43aa-a8e1-bdd0bcc015eb",name:"Unnerving Skull",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets one creature; the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b0b7255f-16f5-47db-b390-06c357dd1aaa",name:"Krenshar Blood Slayer",details:"",size:2,origin:4,type:1,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"Intimidate +5",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:2},wisdom:{score:10},charisma:{score:13},hp:75,initiative:5,ac:17,fortitude:18,reflex:17,will:15,regeneration:null,auras:[{id:"f52b48ad-a4c1-49ae-965f-33c325c4ea24",name:"Fearsome Visage",keywords:"",details:"aura 5; each enemy within the aura takes a -2 penalty to saving throws against fear effects."}],powers:[{id:"1402521b-6cff-4f18-89c6-29cbd0b479a4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"aff7a432-d03b-4631-89b6-8b7db15b5148",name:"Grabbing Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The krenshar blood slayer makes two claw attacks. If both attacks hit the same target, that target is grabbed.",damage:"",category:1},{id:"5ccabcb9-8818-4024-90c3-55dd18481e67",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the krenshar blood slayer; no attack roll2d6+8 damage.",damage:"no attack roll2d6+8 damage",category:1},{id:"52557ed4-fdb5-4f4f-9603-ccf76b22251d",name:"Unnerving Skull",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets one creature; the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"86e91ce3-9fda-423d-b37a-635f4fa52614",name:"Lingerer Fell Incanter",details:"",size:2,origin:2,type:2,keywords:"undead",level:18,role:{type:0,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"quarterstaff",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:21},intelligence:{score:23},wisdom:{score:22},charisma:{score:20},hp:130,initiative:14,ac:30,fortitude:30,reflex:31,will:31,regeneration:null,auras:[{id:"9cc20de5-b049-491d-95a9-0b7d66f0b2db",name:"Spiraling Despair",keywords:"",details:"aura 3; each enemy within the aura takes a -2 penalty to damage rolls and saving throws."}],powers:[{id:"eba9876d-d093-4b8f-97fe-ae01cdb96a0c",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+5 necrotic damage, and ongoing 5 necrotic damage (save ends). The lingerer fell incanter also pushes the target 1 square.",damage:"1d8+5 necrotic damage",category:1},{id:"849fc442-ab4d-4b25-bed8-6dd28b4a8ded",name:"Soul Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:1},description:"",details:"2d8+6 necrotic damage, and the target is immobilized (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"af408a00-f185-4530-848e-e224a2376d20",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lingerer fell incanter makes two soul bolt attacks.",damage:"",category:1},{id:"08106645-b570-4262-b97f-b0ccec1d40e6",name:"Soul Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"usable only while bloodied",range:"Close blast 3",attack:{bonus:21,defence:1},description:"",details:"2d8+8 necrotic damage, and the target is weakened until the end of the lingerer fell incanter’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"20021324-a931-4004-83d1-274ecce709dc",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The lingerer fell incanter teleports 5 squares.",damage:"The lingerer fell incanter teleports 5 squares",category:2},{id:"9f1d9d0c-2181-4cfc-a51d-ec9aa96fe16b",name:"Vestige Transformation",action:null,keywords:"",condition:"when the ingerer fell incanter drops to 0 hit points",range:"",attack:null,description:"",details:"The fell incanter becomes a fey-incanter vestige. All effects and conditions on the fell incanter end. The vestige acts on the fell incanter’s initiative count.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7658db96-5dd4-470b-9684-fb8a759aaf2c",name:"Lingerer Knight",details:"",size:2,origin:2,type:2,keywords:"undead",level:16,role:{type:7,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"longsword; scale armor",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:25},intelligence:{score:17},wisdom:{score:17},charisma:{score:19},hp:152,initiative:17,ac:32,fortitude:30,reflex:32,will:29,regeneration:null,auras:[{id:"ead9470e-925f-4a59-81c1-1b107b9f3555",name:"Spiraling Despair",keywords:"",details:"aura 3; each enemy within the aura takes a -2 penalty to damage rolls and saving throws."}],powers:[{id:"23cf4371-f851-4c33-812c-065f8b669084",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+5 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 necrotic damage",category:1},{id:"ef2ccdfb-9058-499b-8c52-de6eb41d32fa",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The lingerer knight makes two longsword attacks.",damage:"",category:1},{id:"e7ba8ff4-b082-4319-8cca-246195ecd307",name:"Desperate Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"the target is marked until the end of the encounter or until the lingerer knight transforms into a fey-knight vestige. While marked, the target takes 8 necrotic damage whenever it makes an attack that does not include the knight.",damage:"the target takes 8 necrotic damage whenever it makes an attack that does not include the knight",category:1},{id:"796de920-d642-4f0b-8a52-0f506410f87f",name:"Spirit-Sword Circle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:21,defence:2},description:"",details:"2d8+7 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"d9cda731-b5e7-42d8-8dc8-85e0539b4938",name:"Spiritual Despondence",action:null,keywords:"Necrotic",condition:"when first bloodied",range:"Close burst 3",attack:null,description:"",details:"targets enemies; no attack roll; 2d6 + 4 necrotic damage.",damage:"2d6 + 4 necrotic damage",category:0},{id:"76e0da6d-6739-4ce2-932b-137c45f17bb4",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The lingerer knight teleports 5 squares.",damage:"The lingerer knight teleports 5 squares",category:2},{id:"14a0dfe2-8823-4936-9db9-36b913434d36",name:"Vestige Transformation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The knight becomes a fey-knight vestige. All effects and conditions on the knight end. The vestige acts on the knight’s initiative count.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"435cc1e1-9f61-4eab-a9a8-70e0c1bef3fc",name:"Lolthbound Goblin",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven, Goblin",skills:"",equipment:"leather armor; war pick",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:45,initiative:6,ac:19,fortitude:15,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"a3f0095e-997b-4e0d-96bd-6d828611e3d2",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 damage (crit 1d8 + 13), and the target is marked until the end of the Lolthbound goblin’s next turn.",damage:"1d8+5 damage (crit 1d8 + 13)",category:1},{id:"e2ee2c06-d71c-4d83-ab32-685093e2883b",name:"Stinging Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+5 poison damage (crit 1d8 + 13), and if the target is taking ongoing poison damage, that ongoing damage increases by 5.",damage:"1d8+5 poison damage (crit 1d8 + 13)",category:1},{id:"1d82dc22-da26-4756-a517-2126a2efcd8a",name:"Lolthbound Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:8,defence:1},description:"",details:"targets creatures that are not drow, spiders, or goblins; 2d10 thunder damage.",damage:"2d10 thunder damage",category:1},{id:"bcc0cc6b-b3ac-4a76-a9c9-668aeea7e53e",name:"Drow Inspiration",action:null,keywords:"",condition:"while within 5 squares of a drow ally",range:"",attack:null,description:"",details:"The Lolthbound goblin gains a +2 bonus to attack rolls and all defenses.",damage:"The Lolthbound goblin gains a +2 bonus to attack rolls and all defenses",category:0},{id:"62350d58-cd19-4170-ba15-04e29b01e90a",name:"Drow Protector",action:{action:5,trigger:"when a drow ally adjacent to the lolthbound goblin is targeted by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack targets the goblin instead.",damage:"",category:5},{id:"217ff51c-0f7a-4865-af5e-5459e336773f",name:"Goblin Tactics",action:{action:4,trigger:"when the lolthbound goblin is missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6c7e7a22-b43b-48bd-93d1-d3900af38279",name:"Lolthbound Goblin Slave",details:"",size:1,origin:4,type:2,keywords:"goblin",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven, Goblin",skills:"",equipment:"crossbow bolt; hand crossbow; leather armor; war pick",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:21},intelligence:{score:8},wisdom:{score:19},charisma:{score:9},hp:1,initiative:13,ac:26,fortitude:24,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"52c82f0f-12e9-4543-b6b5-a5131ec0a1dc",name:"Stringing Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"7 poison damage, and if the target is affected by ongoing poison damage, that ongoing damage increases by 5.",damage:"7 poison damage",category:1},{id:"62834bfd-7e6e-4049-b2f8-f098f543d691",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:17,defence:0},description:"",details:"5 damage (7 if the Lolthbound goblin slave moved 3 or more squares during its turn).",damage:"5 damage (7 if the lolthbound goblin slave moved 3 or more squares during its turn)",category:1},{id:"2747f99b-ebfb-4438-9993-4763648e60f3",name:"Drow Inspiration",action:null,keywords:"",condition:"while within 5 squares of a drow ally",range:"",attack:null,description:"",details:"The Lolthbound goblin slave gains a +2 bonus to attack rolls and all defenses.",damage:"The Lolthbound goblin slave gains a +2 bonus to attack rolls and all defenses",category:0},{id:"882bae27-a3f4-47de-a89f-616bd57c27e9",name:"Goblin Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Lolthbound goblin slave shifts 1 square.",damage:"The Lolthbound goblin slave shifts 1 square",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8eafed0f-d288-4dd6-a53c-60eff60eb1b8",name:"Marut Castigator",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:6,flag:0,leader:!1},senses:"Perception +21; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Acrobatics +22",equipment:"double sword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:25},intelligence:{score:14},wisdom:{score:22},charisma:{score:15},hp:146,initiative:19,ac:35,fortitude:33,reflex:34,will:33,regeneration:{value:10,details:""},auras:[],powers:[{id:"ea2be4b6-3351-44c8-b289-6c239549bfc4",name:"Double Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"3d8+5 damage. The marut castigator can choose to have the attack deal lightning damage.",damage:"3d8+5 damage",category:1},{id:"fc0c1de4-879a-4bc0-9217-9317604b14de",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marut castigator makes two double sword attacks.",damage:"",category:1},{id:"95b3ac61-be40-43a9-b23e-c792bb15344a",name:"Punisher’s Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"Reach 2; 2d6+7 lightning damage, and the target is slowed and cannot teleport until the end of the marut castigator’s next turn.",damage:"2d6+7 lightning damage",category:1},{id:"6c466f84-191d-4e38-b42c-e99a5c58d4b5",name:"Thunderbolt Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when both attacks of double attack hit"},keywords:"Teleportation, Thunder",condition:"",range:"",attack:null,description:"",details:"The marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage.",damage:"the marut castigator teleports 4 squares and makes a double sword attack that deals 2d6 extra thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"b165d91b-3fa5-49f3-bf76-e6fcb29b71c6",name:"Marut Executioner",details:"",size:2,origin:3,type:2,keywords:"",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +13; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Endurance +23, Intimidate +23",equipment:"double axe",category:"",strength:{score:26},constitution:{score:25},dexterity:{score:23},intelligence:{score:14},wisdom:{score:15},charisma:{score:24},hp:205,initiative:17,ac:34,fortitude:34,reflex:33,will:34,regeneration:{value:10,details:""},auras:[],powers:[{id:"f43b12ec-0107-4903-998f-27c99e6e0b45",name:"Double Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d10+4 damage plus 2d8 thunder damage. On a critical hit, the target is also knocked prone.",damage:"2d10+4 damage plus 2d8 thunder damage",category:1},{id:"33d9e05c-7251-4202-988e-00466c0ad878",name:"Warranted Stroke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Thunder",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Targets a bloodied creature; 4d6+8 damage plus 2d8 thunder damage, and the target is knocked prone. If this attack reduces the target to 0 hit points or fewer, the marut executioner gains 1 action point.",damage:"4d6+8 damage plus 2d8 thunder damage",category:1},{id:"51e381bf-1119-448c-a964-0b21363fc014",name:"Execution’s Call",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 2d6+7 thunder damage, and the marut executioner pulls the target into a space adjacent to it. Miss: Half damage.",damage:"2d6+7 thunder damage",category:1},{id:"30d32506-580a-4614-bfe4-13fdbdedb627",name:"Slayer’s Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"Close burst 1",attack:{bonus:23,defence:0},description:"",details:"targets enemies; 2d10+4 damage plus 2d8 thunder damage. On a critical hit, the target is also knocked prone.",damage:"2d10+4 damage plus 2d8 thunder damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"f84c3316-a310-4447-a7af-18b13d99c49a",name:"Marut Prosecutor",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:3,flag:0,leader:!0},senses:"Perception +21; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Unaligned",languages:"Supernal",skills:"Insight +21, Intimidate +22",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:16},intelligence:{score:23},wisdom:{score:23},charisma:{score:24},hp:147,initiative:13,ac:35,fortitude:32,reflex:33,will:33,regeneration:{value:10,details:""},auras:[],powers:[{id:"84c9f650-0320-4887-81d2-2de812f7f18a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d10+4 damage plus 1d6 thunder damage, and the target is slowed (save ends).",damage:"1d10+4 damage plus 1d6 thunder damage",category:1},{id:"6ab506b1-ef9b-42d0-8520-5a755e8ce823",name:"Dictum",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"the target is immobilized (save ends).",damage:"",category:3},{id:"db7b0310-6d84-442a-b924-31026f9bac9f",name:"Biting Testimony",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets one enemy; 3d6+7 psychic damage, and the target takes a -2 penalty to attack rolls, skill checks, and ability checks (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"8d757f4a-8df4-4b85-8c8f-240e0c2e3b52",name:"Sigil of Indictment",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"usable only when no creature is affected by this power",range:"Close burst 10",attack:{bonus:25,defence:3},description:"",details:"targets one enemy; until the end of the marut prosecutor’s next turn, the target grants combat advantage to the prosecutor, and the prosecutor and its allies deal 5 extra psychic damage against the creature. Sustain Minor: The effect persists.",damage:"and the prosecutor and its allies deal 5 extra psychic damage against the creature",category:3},{id:"86a63977-b95a-483b-812c-5d6b818b601c",name:"Justice Restrained",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slowed, immobilized, or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor.",damage:"or restrained creature takes a -2 penalty to attack rolls against a marut prosecutor",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"bbfd6c6a-6827-464b-b37a-ca2d9b78513a",name:"Maw of Acamar",details:"",size:3,origin:0,type:2,keywords:"",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Chaotic evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:11},wisdom:{score:19},charisma:{score:16},hp:145,initiative:9,ac:29,fortitude:27,reflex:26,will:27,regeneration:null,auras:[{id:"022c1876-e385-4789-bb0e-1d07ed89078b",name:"Hungry Star",keywords:"",details:"aura 5; each creature within the aura must spend 3 extra squares of movement for each square it moves farther away from the maw of Acamar."}],powers:[{id:"5ccb68ac-378e-477b-bada-85c2de8c4ac5",name:"Devouring Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; the target takes ongoing 15 damage (save ends).",damage:"the target takes ongoing 15 damage (save ends)",category:1},{id:"599bb28a-ba24-48b4-ba4f-8c706af5042f",name:"Corpse Star’s Grip",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:19,defence:1},description:"",details:"the maw of Acamar pulls the target 3 squares.",damage:"the maw of Acamar pulls the target 3 squares",category:3},{id:"9302eba4-5fe5-409b-a2cf-979e38100c30",name:"Devouring Star",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"the target takes ongoing 10 damage (save ends).",damage:"the target takes ongoing 10 damage (save ends)",category:1},{id:"a952edcc-528f-4979-a92e-4d80a6b6f077",name:"Destroyer of Life",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an enemy adjacent to the maw of Acamar succeeds on a saving throw against ongoing damage, the ongoing damage is reduced by 5 instead of ending.",damage:"when an enemy adjacent to the maw of acamar succeeds on a saving throw against ongoing damage",category:0},{id:"31b796d1-45cf-4872-b3b6-46e0305eb14c",name:"Life Devourer",action:{action:4,trigger:"when a creature within 2 squares of the maw of acamar spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The reach of devouring touch and the burst areas of corpse star’s grip and devouring star increase by 2 until the end of the maw’s next turn.",damage:"The reach of devouring touch and the burst areas of corpse star’s grip and devouring star increase by 2 until the end of the maw’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a825d04c-0034-4668-90ef-23e112faeb3c",name:"Misfortune Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +12; darkvision, truesight 10",movement:"6, fly 6 (hover)",alignment:"Evil",languages:"Supernal, Common",skills:"Bluff +20, Diplomacy +20, Insight +22, Intimidate +20",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:17},intelligence:{score:23},wisdom:{score:20},charisma:{score:16},hp:115,initiative:10,ac:27,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"56ebd20b-dc92-428c-b7d1-601b3d64459d",name:"Lucky Maneuver",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Teleportation",condition:"",range:"",attack:{bonus:18,defence:3},description:"",details:"1d8+7 psychic damage, and the misfortune devil teleports 4 squares.",damage:"1d8+7 psychic damage",category:1},{id:"e1e63e6b-c731-4a81-875c-f762d91f54f5",name:"Ray of Distortion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"4d8+7 damage. The target can choose to take 5 damage and redirect the damage of this attack to the ally with the most current hit points. The full damage is then rerolled and applied to that ally.",damage:"4d8+7 damage",category:1},{id:"fce3b0d8-5a73-46fa-8411-c90670482919",name:"Roll the Bones",action:{action:5,trigger:"when the misfortune devil is hit by a melee or ranged attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack targets a creature of the devil’s choice within 5 squares of the devil.",damage:"The triggering attack targets a creature of the devil’s choice within 5 squares of the devil",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fdcecb84-e93a-4de4-9ad7-3268ca5ee7ac",name:"Mud Lasher",details:"",size:2,origin:1,type:1,keywords:"earth, water",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +9",equipment:"",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:15},intelligence:{score:8},wisdom:{score:15},charisma:{score:11},hp:63,initiative:4,ac:16,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"09592b9a-7751-435c-8a34-29db2e38af8e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"86397861-8932-4eb9-8ea5-55d2365a6f61",name:"Drowning Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"2d8+4 damage, and ongoing 5 damage (save ends). Miss: Half damage.",damage:"2d8+4 damage",category:1},{id:"be4cfe70-5577-4559-82d6-e4a20d4b33b5",name:"Mud Ball",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:5,defence:2},description:"",details:"the target is slowed (save ends). If the target is already slowed, it is instead immobilized (save ends).",damage:"",category:1},{id:"715098f7-31f5-4ce2-a7aa-638d7f1eae8c",name:"Amorphous Body",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mud lasher shifts 3 squares.",damage:"The mud lasher shifts 3 squares",category:5},{id:"32a292c4-8353-4b68-9ce2-86c7b445b731",name:"Relentless Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A mud lasher gains a +2 bonus to attack rolls against slowed or immobilized creatures.",damage:"A mud lasher gains a +2 bonus to attack rolls against slowed or immobilized creatures",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"00c56151-c2a3-42f0-a058-372cd54b5c0b",name:"Myconid Guard",details:"",size:2,origin:2,type:2,keywords:"plant",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +3; tremorsense 10",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:8},wisdom:{score:12},charisma:{score:10},hp:56,initiative:5,ac:18,fortitude:17,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"8f0b77cd-6872-45ad-950a-f438347d0a0c",name:"Spiny Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"6d0f9983-f886-4451-b3bc-50237c01c8e4",name:"Pacification Spores",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 1",attack:{bonus:9,defence:3},description:"",details:"1d6+3 poison damage, and the target cannot takes a standard action until the end of the myconid guard’s next turn.",damage:"1d6+3 poison damage",category:1},{id:"d15547bb-dbc6-44af-9d2b-dae96bd595d2",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid guard is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The myconid guard takes half damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the myconid guard takes half damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"281c3268-476d-42b8-92a2-6953c13e644c",name:"Myconid Rotpriest",details:"",size:2,origin:2,type:2,keywords:"plant",level:3,role:{type:2,flag:0,leader:!0},senses:"Perception +3; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:12},intelligence:{score:10},wisdom:{score:15},charisma:{score:18},hp:48,initiative:2,ac:15,fortitude:16,reflex:13,will:16,regeneration:{value:5,details:""},auras:[],powers:[{id:"c3c2eaac-6bc3-435c-b906-cc81715af787",name:"Stipe Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1},{id:"3d9811ac-da85-47e0-877e-c5416ddbb1a5",name:"Decomposing Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:1},description:"",details:"1d10+3 necrotic damage.",damage:"1d10+3 necrotic damage",category:1},{id:"b355117c-223a-4872-9e02-2818cd7d9caa",name:"Life Burst",action:null,keywords:"Healing",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets living creatures; the target regains 10 hit points.",damage:"the target regains 10 hit points",category:0},{id:"1563d947-08cd-4347-a9d5-c365f1196786",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid rotpriest is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rotpriest takes half damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the rotpriest takes half damage from the attack",category:5},{id:"a45652ae-fa2a-42e6-8bd0-8e15572522d5",name:"Sacrifice for the Colony",action:{action:7,trigger:"when a myconid ally uses roots of the colony to deal damage to the myconid rotpriest",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rotpriest takes the damage dealt to the ally, and the ally takes none.",damage:"the rotpriest takes the damage dealt to the ally",category:5}],damageModifiers:[],resist:"",vulnerable:"radiant (if the myconid rotpriest takes radiant damage, its regeneration does not function until the end of the rotpriest’s next turn)",immune:"",tactics:""},{id:"d2953c25-b226-43f4-9a73-dd940aa54e5f",name:"Myconid Sovereign",details:"",size:3,origin:2,type:2,keywords:"plant",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +0; tremorsense 10",movement:"6",alignment:"Unaligned",languages:"telepathy 5",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:18},dexterity:{score:11},intelligence:{score:7},wisdom:{score:8},charisma:{score:12},hp:58,initiative:2,ac:18,fortitude:18,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"5bce391b-72ff-48c2-960a-482916f162ec",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"99c4b8c6-9e7c-439c-b337-69c8e8ad8d39",name:"Spore Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:8,defence:3},description:"",details:"targets nonplants; 1d8+3 poison damage, and the target is dazed until the end of the myconid sovereign’s next turn.",damage:"1d8+3 poison damage",category:1},{id:"5c3f4418-d86c-4fbb-855f-3acce709ac98",name:"Commanding Spores",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one plant ally in burst; the target shifts 1 square.",damage:"the target shifts 1 square",category:1},{id:"72514712-948e-415d-9dcb-febca33ceb43",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid sovereign is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The myconid sovereign takes half of the damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the myconid sovereign takes half of the damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b5e159f-a924-46a3-a4fa-ca4340d27770",name:"Neldrazu",details:"",size:3,origin:1,type:2,keywords:"demon",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:71,initiative:13,ac:22,fortitude:20,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"3694cd91-099f-4228-96cc-f426a382d7bf",name:"Slashing Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"50c047f4-74ee-4135-9069-27ffbe9bffca",name:"Abduct",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Reach 2; targets enemies only; the neldrazu teleports the target 10 squares, and the neldrazu teleports to a space adjacent to the target. Miss: The neldrazu teleports 10 squares.",damage:"Reach 2",category:2},{id:"119f3dee-0d00-4ef5-a1c0-a2733c8ab8c3",name:"Flaying Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable when only one enemy is within 5 squares of the neldrazu",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 4d6+5 damage, and ongoing 5 damage (save ends).",damage:"4d6+5 damage",category:1},{id:"ddbc343b-7c78-40cd-afc4-f530c41b2ff1",name:"Bloodied Abduction",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The neldrazu teleports an enemy adjacent to it 5 squares, and the neldrazu teleports to a space adjacent to the creature.",damage:"The neldrazu teleports an enemy adjacent to it 5 squares",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8cbc3780-fb88-4e2a-8a6b-5ae358b4b44b",name:"Neogi Great Old Master",details:"",size:3,origin:0,type:1,keywords:"",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:14},intelligence:{score:22},wisdom:{score:18},charisma:{score:24},hp:157,initiative:10,ac:30,fortitude:29,reflex:28,will:29,regeneration:null,auras:[{id:"b722a6a2-1e49-4cb2-8f35-a0f50208c84f",name:"Thrall Field",keywords:"",details:"aura 1; each enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"b5643d6d-b1f2-4a9d-9857-e381e1148438",name:"Scythe Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d8+7 damage, and the target is knocked prone.",damage:"2d8+7 damage",category:1},{id:"742bc6c4-bc3f-4395-bc28-3c9df9744f14",name:"Enslaving Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 12",attack:{bonus:20,defence:3},description:"",details:"2d6+7 psychic damage, and the target is slowed (save ends). First Failed Saving Throw: The target takes a -2 penalty to attack rolls on attacks that include the neogi great old master as a target. Second Failed Saving Throw: The target is dominated (save ends). Third Failed Saving Throw: If the target is bloodied, it is dominated until it takes an extended rest.",damage:"2d6+7 psychic damage",category:1},{id:"90d9973a-f9d1-471e-90c7-664ff9dd2940",name:"Larva Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d10+5 damage, and the target is slowed (save ends). Effect: The burst creates a zone of squirming grubs and larvae that lasts until the end of the encounter. The zone is difficult terrain.",damage:"2d10+5 damage",category:1},{id:"3b85a08a-0a32-41ba-b1bc-563eaaf7b66b",name:"Psychic Shackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"Close blast 4",attack:{bonus:20,defence:3},description:"",details:"3d6+7 psychic damage, and the target is dazed until the start of the neogi great old master’s next turn.",damage:"3d6+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"13727f09-5150-454b-98fe-87839a5bfe1b",name:"Neogi Slaver",details:"",size:2,origin:0,type:1,keywords:"",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"8, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 12",skills:"Bluff +20, Diplomacy +20, Insight +18, Intimidate +20",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:18},intelligence:{score:18},wisdom:{score:18},charisma:{score:18},hp:106,initiative:9,ac:24,fortitude:21,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"b57c7c7f-f070-4d9a-b80f-6409cd4120ae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 poison damage (save ends). First Failed Saving Throw: The target is slowed (save ends).",damage:"1d6+3 damage",category:1},{id:"4844e23f-85a5-47d3-8091-ec2307ef8572",name:"Charm Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 12",attack:{bonus:15,defence:3},description:"",details:"the target takes a -2 penalty to attack rolls on attacks that include the neogi slaver as a target (save ends). First Failed Saving Throw: The target treats the slaver as invisible (save ends).",damage:"the target takes a -2 penalty to attack rolls on attacks that include the neogi slaver as a target (save ends)",category:1},{id:"7b4cc8d1-c564-4b46-aaec-a869a58dbb66",name:"Psychic Shackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:15,defence:3},description:"",details:"3d6+2 psychic damage, and the target is dazed until the start of the neogi slaver’s next turn.",damage:"3d6+2 psychic damage",category:1},{id:"2396b670-e349-403d-a46e-19f3837bd88f",name:"Thrall Goad",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 6",attack:null,description:"",details:"targets allies; the target makes a saving throw with a +5 bonus.",damage:"the target makes a saving throw with a +5 bonus",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"dazed",tactics:""},{id:"c43b7708-41ab-4a56-ac6d-8f81d6613434",name:"Neogi Spawn Swarm",details:"",size:2,origin:0,type:1,keywords:"swarm",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:19},intelligence:{score:5},wisdom:{score:17},charisma:{score:21},hp:131,initiative:9,ac:23,fortitude:22,reflex:21,will:22,regeneration:null,auras:[{id:"c6891416-99fd-4ac3-aed1-7cbfbf693aa2",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 poison damage."}],powers:[{id:"acc7981c-faeb-4322-b036-7d555346b691",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and ongoing 5 poison damage (save ends). First Failed Saving Throw: The target is also slowed (save ends).",damage:"2d6+4 damage",category:1},{id:"05c58075-b0ef-450f-9a24-84852e88b7b5",name:"Psychic Scream",action:null,keywords:"Psychic",condition:"when first bloodied and again when the neogi spawn swarm drops to 0 hit points",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage, and the target is dazed (save ends).",damage:"2d6+2 psychic damage",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"dazed",tactics:""},{id:"ee8fcfd3-0af2-4775-8dbe-ac2418dfcb85",name:"Nothic Cackler",details:"",size:2,origin:0,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +16",equipment:"",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:19},intelligence:{score:9},wisdom:{score:14},charisma:{score:10},hp:116,initiative:11,ac:27,fortitude:28,reflex:29,will:25,regeneration:null,auras:[],powers:[{id:"a6c171d5-0aa9-471e-8ecc-c9611abbace1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"b17b14be-50d2-4ea1-bd2c-17d85468d89e",name:"Mind Rot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"2d6+3 psychic damage, and the nothic cackler slides the target 6 squares. The target then makes a melee basic attack against a target of the cackler’s choice.",attack:{bonus:20,defence:3},description:"",details:"",damage:"",category:1},{id:"511da56f-1661-45cd-a83c-8dbe5a3aeaf7",name:"Rotting Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"targets one, two, or three enemies; 2d6+5 necrotic damage, and the target takes a -2 penalty to all defenses (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"e5f662f6-0761-461d-9029-e4fd78f90b77",name:"Maddening Cackle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the nothic cackler pushes the target 2 squares. At the start of the target’s next turn, the cackler slides the target 2 squares.",damage:"2d8+6 psychic damage",category:1},{id:"6dbba964-947f-4eff-a457-b51f44a64370",name:"Distorted Visage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nothic cackler moves at least 4 squares during its turn, it gains a +2 bonus to AC and Reflex until the end of its next turn.",damage:"When a nothic cackler moves at least 4 squares during its turn",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc817a3f-4ed6-4d8d-a385-c2d0a08ebcb4",name:"Nothic Eye of Vecna",details:"",size:2,origin:0,type:2,keywords:"",level:22,role:{type:4,flag:0,leader:!0},senses:"Perception +15; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +24",equipment:"",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:26},intelligence:{score:12},wisdom:{score:18},charisma:{score:14},hp:162,initiative:23,ac:36,fortitude:34,reflex:36,will:32,regeneration:null,auras:[{id:"e1b5aea3-0b1a-4056-8d8f-6d78f3c1599a",name:"Soul Decay",keywords:"",details:"aura 3; each undead ally within the aura at the start of the nothic eye of Vecna’s turn makes a melee basic attack against an enemy as a free action."}],powers:[{id:"980880b0-a5df-4c05-8054-60f7d244fc28",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"2d12+6 necrotic damage, and the target is immobilized and takes a -2 penalty to saving throws (save ends both).",damage:"2d12+6 necrotic damage",category:1},{id:"cdac280f-b2ff-4b8a-953a-70637602f35c",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nothic eye of Vecna moves its speed and makes a claw attack during the move. The eye of Vecna does not provoke opportunity attacks while moving away from the target of this attack.",damage:"",category:1},{id:"cbc7eb06-c7d1-4e21-b4d1-e3329c14eca3",name:"Eye Rot",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the nothic eye of vecna is not invisible to any creature"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:28,defence:1},description:"",details:"targets enemies; only one attack roll against all enemies; the eye of Vecna is invisible to the target (save ends).",damage:"",category:3},{id:"f953db25-c69d-435b-833e-e3727ea4218c",name:"Invisible Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nothic eye of Vecna hits a creature that cannot see it, one ally adjacent to the target makes an opportunity attack against the target.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"acf290ad-5493-4351-aec0-fc5195cbeea5",name:"Nothic Mindblight",details:"",size:2,origin:0,type:2,keywords:"",level:19,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +19",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:12},hp:180,initiative:14,ac:32,fortitude:32,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"49dfdda6-d391-47dd-9b50-b44d4cc697f9",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d6+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6+3 damage",category:1},{id:"0b433065-1f26-48bf-950e-7bcd7e014150",name:"Eye of Insanity",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when no creature is dominated by the nothic mindblight"},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed until the end of its next turn.",damage:"",category:1},{id:"0f0d11a5-5b36-4b07-a230-437b304b2ebf",name:"Necrotic Eye",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"the target takes ongoing 10 necrotic damage (save ends).",damage:"the target takes ongoing 10 necrotic damage (save ends)",category:1},{id:"9e8c2314-5f37-4e7e-a9b9-b97fb4b7d102",name:"Mesmerizing Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the target takes a -1 penalty to saving throws (save ends). First Failed Saving Throw: The target takes a -3 penalty to saving throws instead of -1 (save ends).",damage:"2d8+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"059d6ae7-48a9-4801-b509-57d6f886d0dc",name:"Nycademon",details:"",size:3,origin:1,type:2,keywords:"demon",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +17",movement:"6, fly 6 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +21",equipment:"greataxe",category:"",strength:{score:25},constitution:{score:26},dexterity:{score:26},intelligence:{score:8},wisdom:{score:13},charisma:{score:21},hp:210,initiative:21,ac:35,fortitude:34,reflex:35,will:32,regeneration:null,auras:[],powers:[{id:"8b7209c6-c69d-4d8e-912a-3acff6ad96b8",name:"Wicked Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+5 damage (crit 3d8+21), and ongoing 5 damage.",damage:"2d8+5 damage (crit 3d8+21)",category:1},{id:"31780873-3ac9-4aed-972c-6f43586368fe",name:"Wicked Edges",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nycademon makes two wicked axe attacks.",damage:"",category:1},{id:"7f711f71-fad7-44e1-9b70-6b29bdb5a67f",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Before or after the attack, the nycademon flies 6 squares. Reach 2; the target is grabbed.",damage:"the nycademon flies 6 squares",category:1},{id:"42fab730-029c-4fb8-bbe3-70805f9412fc",name:"Strong Flyer",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a nycademon moves a grabbed target, it does not have to make a Strength attack. While bloodied, a nycademon can fly at full speed instead of half speed when moving a grabbed target.",damage:"",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"ab291cee-a80f-42e7-a81e-71909288c9ea",name:"Nyfellar Mammoth",details:"",size:4,origin:1,type:1,keywords:"mount",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"8 (ice walk)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:10},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:202,initiative:6,ac:29,fortitude:33,reflex:24,will:28,regeneration:null,auras:[],powers:[{id:"544be21d-5faa-409c-8a91-df527a8b3a06",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+10 damage.",damage:"2d10+10 damage",category:1},{id:"0f6e9201-b12f-4b3c-8a33-a33442e8077f",name:"Stamp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"2d6+10 damage plus 1d6 cold damage, and the target knocked prone.",damage:"2d6+10 damage plus 1d6 cold damage",category:1},{id:"a7bb4c4e-d9dc-4f5d-9ea1-74d622e48717",name:"Blizzard Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the nyfellar mammoth is first bloodied or when it takes cold damage"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Nyfellar mammoth moves 8 squares and can move through enemy-occupied spaces, making one stamp attack against each of those enemies.",damage:"The Nyfellar mammoth moves 8 squares and can move through enemy-occupied spaces",category:1},{id:"c7f15b9d-41a7-4c1b-9a02-4cfeeccf4064",name:"Tusk Toss",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Reach 2; 1d10+5 damage, and the mammoth slides the target 5 squares. The target falls from a height of up to 30 feet (6 squares) into the space where it ends the slide and takes falling damage, if applicable.",damage:"1d10+5 damage",category:1},{id:"1e78b920-6b94-4a09-9b66-84f36c2b74d0",name:"Bitterwind Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Mount",condition:"while mounted by a friendly rider of 17th level or higher",range:"When charging, the Nyfellar mammoth can use blizzard trample or tusk toss instead of a melee basic attack. After the mammoth’s attack, its rider makes a melee basic attack as a free action.",attack:null,description:"",details:"",damage:"",category:1},{id:"921a80fa-d7d1-4a00-ab01-0137b1cf42e0",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides the Nyfellar mammoth, the mammoth moves 2 squares less than the effect specifies. The mammoth can make a saving throw to avoid being knocked prone.",damage:"the mammoth moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e64f544f-4e92-4a9b-a9d3-7041aedd9e1a",name:"Oni Devourer",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6, climb 4",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +13, Stealth +11",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:78,initiative:8,ac:23,fortitude:19,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"bb7e633a-2951-4d94-b0ce-404618a9c815",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+3 damage, and the target is slowed (save ends).",damage:"1d6+3 damage",category:1},{id:"fd68f7cb-f2e3-473c-b72b-8846bcc233e2",name:"Devour",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage, and the target takes a -5 penalty to saving throws (save ends).",damage:"2d6+3 damage",category:1},{id:"b802c36b-482e-41e4-88d1-50adffdda256",name:"Hypnotic Glare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"the target is pulled 5 squares and dazed (save ends).",damage:"the target is pulled 5 squares and dazed (save ends)",category:1},{id:"31fba16a-2284-4bed-b1aa-5ff28dfa3dec",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni devourer can disguise itself to appear as any Medium natural humanoid. A creature can see through the disguise with a successful Insight check versus the devourer’s Bluff check.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"42cd1e05-5c75-420b-8d53-d2344cf25b4d",name:"Oni Overlord",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:2,flag:1,leader:!0},senses:"Perception +8; darkvision",movement:"7, fly 8 (clumsy)",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +15, Insight +13, Intimidate +17",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:12},intelligence:{score:18},wisdom:{score:14},charisma:{score:22},hp:296,initiative:7,ac:24,fortitude:25,reflex:24,will:26,regeneration:null,auras:[{id:"00e37631-2461-4af3-83a7-82ff488b8a3d",name:"Threatening Leader",keywords:"",details:"(Psychic) aura 5; each ally within the aura gains a +5 bonus to damage rolls and takes 5 psychic damage if it misses all targets with an attack."}],powers:[{id:"b665fda4-22db-4a91-b326-a80bd5864f02",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 4d4+6 damage, and each creature adjacent to the target takes 5 damage.",damage:"4d4+6 damage",category:1},{id:"781a3b42-ad56-46b5-a662-24291acc83aa",name:"Overlord’s Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The oni overlord makes a greatclub attack, shifts 1 square, and then makes a second greatclub attack against a different target.",damage:"shifts 1 square",category:1},{id:"a1b96c0c-f334-45fd-b5d5-d24dafb1ba96",name:"Overlord’s Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Necrotic, Poison",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"5d6+5 necrotic and poison damage, and the target gains vulnerable 5 necrotic and vulnerable 5 poison until the end of the oni overlord’s next turn.",damage:"5d6+5 necrotic and poison damage",category:1},{id:"2af62834-3bd9-47b5-855e-1ff90ac7ccaa",name:"Crush the Will",action:{action:7,trigger:"when the oni overlord damages an enemy",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target grants combat advantage to the overlord until the end of the overlord’s next turn.",damage:"",category:5},{id:"fabd449a-c87a-44d0-9a57-6185bed9222e",name:"Violent Reward",action:{action:4,trigger:"when an ally within 10 squares of the oni overlord damages an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering ally gains 5 temporary hit points.",damage:"The triggering ally gains 5 temporary hit points",category:5},{id:"3fda3cc7-fec6-4720-9929-2a8d98d95b4e",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni overlord can disguise itself to appear as any Medium or Large humanoid. A creature can see through the disguise with a successful Insight check versus the overlord’s Bluff check.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"99cbfef5-1378-431b-81ba-26aedbb45556",name:"Oni Thunderer",details:"",size:3,origin:4,type:2,keywords:"",level:22,role:{type:6,flag:0,leader:!1},senses:"Perception +21; darkvision",movement:"8, teleport 8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Acrobatics +24, Athletics +22, Bluff +23, Stealth +24",equipment:"leather armor; spiked chain",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:27},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:206,initiative:21,ac:36,fortitude:33,reflex:35,will:34,regeneration:null,auras:[],powers:[{id:"77710718-3d21-43d0-8d59-bff96efc8ce5",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 1d12+5 damage plus 1d8 thunder damage, and the target is grabbed and pulled into a space adjacent to the oni.",damage:"1d12+5 damage plus 1d8 thunder damage",category:1},{id:"fe5b993b-3e2d-43b1-a28b-ca35e7de63b8",name:"Thunderclap Portal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation, Thunder",condition:"",range:"The oni thunderer teleports 8 squares before or after the attack: close burst 2",attack:{bonus:25,defence:2},description:"",details:"targets enemies; 2d12+8 thunder damage, and the oni thunderer pushes the target 2 squares. If the thunderer has the target grabbed, the attack deals 2d12 extra damage to the grabbed creature, and the grab ends.",damage:"2d12+8 thunder damage",category:1},{id:"8536422c-31a0-4faa-ac97-7c6ad8f3139c",name:"Chain Dance",action:{action:4,trigger:"when the oni thunderer is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The thunderer teleports 3 squares.",damage:"The thunderer teleports 3 squares",category:5},{id:"c7178c06-2001-4ecc-a5c7-36b07f9c3317",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The oni thunderer can disguise itself to appear as any Medium or Large humanoid. A creature can see through the disguise with a successful Insight check versus the thunderer’s Bluff check.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"41905e83-b14e-4b4a-bc97-ed5ffdbb5f44",name:"Phase Spider",details:"",size:3,origin:2,type:1,keywords:"spider",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7; tremorsense 10",movement:"6, climb 6 (spider climb), teleport 6",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:20},intelligence:{score:5},wisdom:{score:17},charisma:{score:10},hp:87,initiative:11,ac:22,fortitude:19,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"a8ad1d41-1ebf-4e0b-9c59-2121f5bb5387",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Sleep",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 damage, and the target is slowed (save ends). First Failed Saving Throw: The target is knocked unconscious instead of slowed (save ends).",damage:"1d8+5 damage",category:1},{id:"c0e3edcb-a7dc-4ef8-90f2-25d8e48ee668",name:"Ethereal Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The phase spider teleports 10 squares and makes a bite attack.",damage:"The phase spider teleports 10 squares and makes a bite attack",category:1},{id:"df22f96d-e2ec-4cee-a8bd-213ff533e468",name:"Ethereal Repulsion",action:{action:5,trigger:"when an enemy moves adjacent to the phase spider",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:11,defence:3},description:"",details:"Targets the triggering enemy; the spider teleports the target 4 squares.",damage:"the spider teleports the target 4 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17befffa-8e5b-46aa-8e27-7b7de681b52f",name:"Phoelarch Mage",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Diplomacy +15, Insight +17",equipment:"dagger",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:16},wisdom:{score:22},charisma:{score:18},hp:93,initiative:10,ac:24,fortitude:23,reflex:23,will:25,regeneration:null,auras:[{id:"d019648d-1a62-4737-8e23-4a3f96307d68",name:"Phoenix Heat",keywords:"",details:"aura 1; each creature that enters the aura or starts its turn there takes 5 fire damage."}],powers:[{id:"f410432f-d893-484a-b245-aa0943b03431",name:"Burning Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d4+6 fire damage.",damage:"1d4+6 fire damage",category:1},{id:"8a9bfe39-b84a-4fce-81dd-71e8480967f0",name:"Phoenix Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"(standard",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"2d8+5 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"04b3dc27-947a-4645-9f2a-38176673020f",name:"Rise from the Ashes",action:null,keywords:"Fire, Zone",condition:"when the phoelarch mage drops to 0 hit points",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"3d8+5 fire damage. Effect: The burst creates a zone of fire that lasts until the end of the encounter. Each creature that enters the zone or starts its turn there takes 5 fire damage. In addition, when the phoelarch mage’s next turn would occur, a phoera appears within the zone.",damage:"3d8+5 fire damage",category:0},{id:"cdd811de-d6f3-42f6-9bbc-3efcd5997b91",name:"Flames of the Phoenix",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:15,defence:2},description:"",details:"1d8+5 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d8+5 fire damage",category:1}],damageModifiers:[{type:3,value:-10},{type:2,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9933a41-f1f4-44e9-baf6-25073ddea5e0",name:"Phoelarch Warrior",details:"",size:2,origin:4,type:2,keywords:"fire",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"7",alignment:"Unaligned",languages:"Common, Primordial",skills:"Acrobatics +17, Athletics +12",equipment:"falchion",category:"",strength:{score:13},constitution:{score:10},dexterity:{score:23},intelligence:{score:10},wisdom:{score:14},charisma:{score:18},hp:114,initiative:14,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[{id:"d51f154b-eea0-4269-b003-57711ce35ba3",name:"Phoenix Heat",keywords:"",details:"(Fire) aura 1; each creature that enters the aura or starts its turn there takes 5 fire damage."}],powers:[{id:"2d0cda82-58c7-4f5c-8585-0c09bd5e6166",name:"Burning Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d4+6 fire damage (crit 4d4+14 fire damage).",damage:"2d4+6 fire damage (crit 4d4+14 fire damage)",category:1},{id:"24b66927-0ead-48ba-92de-803be1d4eed4",name:"Rise from the Ashes",action:null,keywords:"Fire, Zone",condition:"when the phoelarch warrior drops to 0 hit points",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"3d8+5 fire damage. Effect: The burst creates a zone of fire that lasts until the end of the encounter. Each creature that enters the zone or starts its turn there takes 5 fire damage. In addition, when the phoelarch warrior’s next turn would occur, a phoera appears within the zone.",damage:"3d8+5 fire damage",category:0},{id:"0afdf2c3-e4a4-4f79-9ea2-e10e710a64b9",name:"Burning Step",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Any creature that hits the phoelarch warrior with an opportunity attack takes 3d6 fire damage.",damage:"any creature that hits the phoelarch warrior with an opportunity attack takes 3d6 fire damage",category:0}],damageModifiers:[{type:3,value:-10},{type:2,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6fd99aab-dd3b-4e81-a8ce-2f65e44f5203",name:"Phoera",details:"",size:2,origin:1,type:1,keywords:"fire",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6, fly 10",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:10},dexterity:{score:23},intelligence:{score:10},wisdom:{score:14},charisma:{score:18},hp:114,initiative:14,ac:26,fortitude:23,reflex:25,will:25,regeneration:null,auras:[{id:"845b68e7-d22c-4cb0-a0b0-168f613b9006",name:"Phoenix Heat",keywords:"",details:"(Fire) aura 2; each creature that enters the aura or starts its turn there takes 5 fire damage."}],powers:[{id:"4c90ff8c-0ed9-46cd-8586-a71a628a03b0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage, and ongoing 5 fire damage (save ends).",damage:"1d4+5 damage",category:1},{id:"2eee0b9e-6b65-406e-902f-9e99659389bf",name:"Feathers of Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 4",attack:{bonus:15,defence:2},description:"",details:"3d6+5 fire damage.",damage:"3d6+5 fire damage",category:1},{id:"11cbd657-e0be-4e27-8198-4fbace25ee01",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The phoera flies its speed without provoking opportunity attacks, and it makes a claw attack or a feathers of flame attack at any point during the move.",damage:"",category:1},{id:"50e2b900-d537-4c1c-9584-fd82d732be61",name:"Death Burst",action:null,keywords:"Fire, Zone",condition:"when the phoera drosp to 0 hit points",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"3d8+5 fire damage. Effect: The burst creates a zone of fire that lasts until the end of the encounter. Each creature that enters the zone or starts its turn there takes 5 fire damage.",damage:"3d8+5 fire damage",category:0}],damageModifiers:[{type:3,value:-15},{type:2,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ef0edb90-a6f6-4a8f-ad74-c2335eb88bbd",name:"Poisonscale Collector",details:"",size:2,origin:4,type:2,keywords:"reptile",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +7, Stealth +9",equipment:"dagger",category:"",strength:{score:13},constitution:{score:12},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:8},hp:36,initiative:8,ac:18,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"0fcb2263-f037-41db-8a81-e96b94b99c4c",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+2 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+2 damage",category:1},{id:"f04e68ce-5b6f-4bd9-af00-8a537d71c631",name:"Blinding Poison",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"Targets a creature taking ongoing poison damage; 1d6+3 damage and the target is blinded (save ends).",damage:"targets a creature taking ongoing poison damage",category:1},{id:"428398ec-fc14-4382-bfd0-6429b2b0e9c2",name:"End Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Targets a creature that cannot see the poison scale collector; 2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"d77551c4-ad41-4878-8d8f-99187801c53c",name:"Poison Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A poisonscale collector gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage.",damage:"a poisonscale collector gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0d9cbc70-7da6-4dd3-8083-5ae2a8be4495",name:"Poisonscale Magus",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +8",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Arcana +9, Athletics +7",equipment:"dagger",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:12},intelligence:{score:15},wisdom:{score:14},charisma:{score:8},hp:32,initiative:2,ac:14,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"a3a0f3e9-c0d8-40da-9d84-bb56c35892de",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"c72af892-db81-4104-b39f-dc54ca775f5b",name:"Poison Blood",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:1},description:"",details:"1d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+3 poison damage",category:1},{id:"e33360cf-895a-41cb-afef-96c38562589b",name:"Corrupt Poison",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10/20",attack:{bonus:7,defence:1},description:"",details:"targets a creature taking ongoing poison damage; the poisonscale magus slides the target 3 squares, and the target is slowed (save ends).",damage:"targets a creature taking ongoing poison damage",category:3},{id:"1b4d8b28-72cb-4158-b097-ef43625c2786",name:"Poison Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Area burst 3 within 10",attack:{bonus:5,defence:1},description:"",details:"1d6+3 poison damage, and the target gains vulnerable 5 poison (save ends). Miss: Half damage, and the target gains vulnerable 5 poison until the end of its next turn.",damage:"1d6+3 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d858122-85eb-4336-b589-ed3266fffd02",name:"Poisonscale Myrmidon",details:"",size:2,origin:4,type:2,keywords:"reptile",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +9",equipment:"club",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:47,initiative:5,ac:20,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"8e6405a5-a9a2-4336-b643-12d1ee2e106e",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage, and the target is marked until the end of the poisonscale myrmidon’s next turn.",damage:"1d10+3 damage",category:1},{id:"99694f17-bc21-4372-805a-0c3078a618b8",name:"Poison Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A poisonscale myrmidon gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage.",damage:"a poisonscale myrmidon gains a +2 bonus to damage rolls against any enemy taking ongoing poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e80c6668-e81a-421c-9422-3682f72eeece",name:"Poisonscale Savage",details:"",size:2,origin:4,type:2,keywords:"reptile",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"6 (swamp walk)",alignment:"Unaligned",languages:"Draconic",skills:"Athletics +9",equipment:"greatclub; javelin",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:45,initiative:3,ac:13,fortitude:16,reflex:15,will:14,regeneration:null,auras:[{id:"db2014e6-74fc-4530-b317-e5f45519a1d7",name:"Aura of Poison",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to saving throws against ongoing poison damage."}],powers:[{id:"1fd11af8-c4cb-4605-b79d-6535908672de",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"1d030791-7665-4c30-b28c-59faf118706b",name:"Poison Tail",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"the target takes ongoing 5 poison damage (save ends).",damage:"the target takes ongoing 5 poison damage (save ends)",category:3},{id:"95a54b1d-2765-4a96-beee-40f773d62c5b",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4930aa5c-a42b-4ed3-9973-73ec374c588e",name:"Prismatic Shard",details:"MULTIHUED CRYSTALLINE SHAPES, prismatic shards dazzle their targets before killing them.",size:2,origin:1,type:1,keywords:"",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"4, fly 4 (hover)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:13},charisma:{score:24},hp:123,initiative:13,ac:28,fortitude:27,reflex:27,will:29,regeneration:null,auras:[{id:"a63cdc8e-2513-48f3-ae53-a33a3ada9b91",name:"Prismatic Corona",keywords:"",details:"(Radiant) aura 2; each enemy that ends its turn within the aura takes 5 radiant damage and takes a -2 penalty to saving throws during its current turn."}],powers:[{id:"e6b143ed-9ece-4557-93aa-1f42dc2715e7",name:"Prism Flare",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"1d10+7 radiant damage.",damage:"1d10+7 radiant damage",category:1},{id:"c43f0e1f-1284-41c1-a17b-abb2d41ee57a",name:"Iridescent Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"2d8+7 radiant damage, and the target is blinded until the end of the prismatic shard’s next turn.",damage:"2d8+7 radiant damage",category:1},{id:"adb0df2a-4e17-42c8-be5a-4f23120ba10c",name:"Flashing Colors",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:3},description:"",details:"targets enemies; the target is dazed (save ends).",damage:"",category:3},{id:"9e458390-106b-483e-92ed-8942bd35b93f",name:"Prismatic Shatter",action:null,keywords:"Radiant",condition:"when the prismatic shard drops to 0 hit points",range:"Close burst 2",attack:{bonus:21,defence:3},description:"",details:"2d8+7 radiant damage, and the target is blinded (save ends).",damage:"2d8+7 radiant damage",category:0}],damageModifiers:[],resist:"10 variable (4/encounter)",vulnerable:"",immune:"disease, poison, radiant",tactics:""},{id:"021caef0-ea78-4c1a-8eb9-76756225bf96",name:"Razor Hydra",details:"",size:3,origin:4,type:1,keywords:"reptile",level:16,role:{type:2,flag:2,leader:!1},senses:"Perception +17; all-around vision",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:20},intelligence:{score:2},wisdom:{score:18},charisma:{score:8},hp:640,initiative:13,ac:28,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"165a1bf3-f9da-4f24-a4f1-2fc1cebd05fc",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+4 damage, and the target takes ongoing 5 damage (save ends). If the razor hydra hits a target that is already taking untyped ongoing damage, that target’s ongoing damage increases by 5.",damage:"1d8+4 damage",category:1},{id:"80620603-2324-4bb6-8b6f-319ee2f56277",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The razor hydra makes four bite attacks, plus an additional attack for each head it has grown (see regenerating heads).",damage:"",category:1},{id:"c1e09b1d-c898-4880-b20d-598c3d615cf7",name:"Ferocity",action:null,keywords:"",condition:"when the razor hydra drops to 0 hit points",range:"",attack:null,description:"",details:"The hydra makes a hydra fury attack.",damage:"",category:0},{id:"2720cfeb-ae15-480c-b211-0eb9dab33287",name:"Blood-Hungry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A razor hydra gains a +2 bonus to attack rolls against bloodied creatures and creatures taking untyped ongoing damage.",damage:"a razor hydra gains a +2 bonus to attack rolls against bloodied creatures and creatures taking untyped ongoing damage",category:0},{id:"334099df-db08-4d21-9b92-bbbc366c1735",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time a razor hydra would become dazed or stunned, it instead loses one attack while using hydra fury during its next turn. The hydra can be dazed or stunned multiple times.",damage:"",category:0},{id:"153a703d-9419-48a5-88a3-775dbef7a953",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a razor hydra first reaches 480, 320, and 160 hit points, a head is destroyed. At the start of the hydra’s next turn after a head is destroyed, two heads grow in the lost head’s place, and the hydra gains an additional bite attack with hydra fury.",damage:"When a razor hydra first reaches 480",category:0},{id:"a5c2c0f7-3886-4fd0-b58f-0d10f72ecb04",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A razor hydra can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2290b695-6774-4694-af51-739dbf267d48",name:"Remorhaz",details:"",size:4,origin:1,type:1,keywords:"",level:21,role:{type:2,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"6, climb 4 (tunneling)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:26},intelligence:{score:5},wisdom:{score:21},charisma:{score:10},hp:480,initiative:18,ac:33,fortitude:33,reflex:34,will:32,regeneration:null,auras:[{id:"21ef7e77-fc1e-4773-982b-ae3ff74edebd",name:"Blistering Heat",keywords:"",details:"(Fire) aura 2; each creature that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"8075f46f-bfd9-4bf8-8b3b-79da3b188fa8",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d12+10 damage, and the target is grabbed.",damage:"2d12+10 damage",category:1},{id:"7c1786e9-c5d6-4e2e-aae3-21d4508ffe58",name:"Swallow",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"the target is swallowed and is no longer grabbed. While swallowed, the target is restrained and takes 10 damage plus 10 fire damage at the start of the remorhaz’s turn. The swallowed creature has line of sight and line of effect only to the remorhaz, and no creature has line of sight or line of effect to the target. The swallowed creature can make only melee or close attacks. If the swallowed creature deals 30 damage to the remorhaz with an attack, the remorhaz regurgitates the creature into an adjacent square, and the creature is no longer swallowed. When the remorhaz dies, the target is no longer swallowed and can escape as a move action, appearing in the remorhaz’s former space.",attack:{bonus:22,defence:1},description:"",details:"Reach 2; targets a creature grabbed by the remorhaz",damage:"Reach 2",category:3},{id:"c308f995-f72f-4f30-8ac9-f185e38f6d70",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"The remorhaz moves its speed and can enter enemies’ spaces. The remorhaz makes an attack against each enemy whose space it enters; 2d10+5 damage, and the target is knocked prone.",damage:"2d10+5 damage",category:1},{id:"8c2d5915-766a-42f8-bd19-468c3c08aff5",name:"Immolating Carapace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close burst 1",attack:{bonus:24,defence:2},description:"",details:"3d10+5 fire damage, and the target takes ongoing 10 fire damage until it ends its turn in a space that is not adjacent to the remorhaz.",damage:"3d10+5 fire damage",category:1},{id:"c955d216-88ca-4ce4-a2e8-6da90edf4d18",name:"Enraged Heat",action:{action:4,trigger:"when a creature hits the remorhaz with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The triggering creature takes 10 fire damage.",damage:"the triggering creature takes 10 fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d34c2b50-b032-4422-ac06-0f6f631a5dc9",name:"Retriever",details:"",size:4,origin:1,type:0,keywords:"",level:27,role:{type:7,flag:0,leader:!1},senses:"Perception +20; darkvision, truesight 10",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:29},intelligence:{score:2},wisdom:{score:25},charisma:{score:10},hp:248,initiative:24,ac:43,fortitude:39,reflex:40,will:38,regeneration:null,auras:[],powers:[{id:"5b1d5b06-5abd-4461-a485-15b59c38292b",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 3; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"d398dbb1-89cc-4cdc-8c38-9606c412bb94",name:"Retrieve",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while the retriever does not have a creature grabbed",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 3; 2d8+8 damage, and the target is grabbed. The retriever can move a creature it has grabbed without making a Strength attack.",damage:"2d8+8 damage",category:1},{id:"853a6bcf-b46d-441c-941f-d2289f499739",name:"Eye Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Thunder",condition:"one ray recharges each round -roll a d4 to determine which",range:"The retriever fires all the rays as a single standard action, but each must target a different creature: ranged 10",attack:{bonus:32,defence:2},description:"",details:"",damage:"",category:1},{id:"98f25079-ca1a-4219-86a1-13e3b514854c",name:"Self-Repair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The retriever regains 20 hit points and gains a +4 bonus to AC until the start of its next turn.",damage:"The retriever regains 20 hit points and gains a +4 bonus to AC until the start of its next turn",category:1},{id:"e356cde7-830b-400d-96d2-c7e0cf699ebf",name:"Unerring Accuracy",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The retriever senses the general location of the target or nearest creature of the type it was commanded to locate. The retriever teleports to a space that is within 10 squares of the target. The target need not be on the same plane as the retriever when it uses this power.",damage:"The retriever teleports to a space that is within 10 squares of the target",category:1}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"charm, fear",tactics:""},{id:"835b051b-f481-4293-8689-ccd06d1e3a8b",name:"Rime Hound",details:"",size:4,origin:1,type:1,keywords:"cold, earth, mount",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Intimidate +13",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:22},intelligence:{score:10},wisdom:{score:19},charisma:{score:10},hp:332,initiative:16,ac:31,fortitude:30,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"660bdeff-6c09-45bb-813d-67ad05ed8f10",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d12+6 damage plus 1d6 cold damage, or 2d12 + 6 damage plus 1d6 cold damage against a prone target.",damage:"1d12+6 damage plus 1d6 cold damage",category:1},{id:"0bc6396a-3478-4b76-9c95-374ae6099a8c",name:"Ice Spikes",action:{action:4,trigger:"when an enemy misses the rime hound or a friendly rider of 17th level or higher with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"The icy spikes on the rime hound’s body extend: targets the triggering enemy; 1d12+6 damage plus 1d6 cold damage.",damage:"1d12+6 damage plus 1d6 cold damage",category:5},{id:"3e2313c5-4d44-4beb-acf7-36be5ca7d1e4",name:"Takedown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only when charging",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d12+6 damage plus 1d6 cold damage, and the target is knocked prone.",damage:"2d12+6 damage plus 1d6 cold damage",category:1},{id:"2e19f778-67c9-4b2b-9d8d-54565cae6046",name:"Frost Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Close burst 3",attack:{bonus:20,defence:1},description:"",details:"2d8+6 cold damage. Miss: Half damage. Effect: The burst creates a zone of icy terrain that lasts until the end of the rime hound’s next turn. The zone is difficult terrain.",damage:"2d8+6 cold damage",category:1},{id:"04d97446-2ea0-4f91-9786-1e38acb67d42",name:"Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only when adjacent to a prone enemy",range:"",attack:null,description:"",details:"The rime hound shifts 1 square, and pulls a prone target that is adjacent to it 1 square.",damage:"The rime hound shifts 1 square",category:3}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bdb2e9d3-eb01-48ec-a853-cdea798181b0",name:"Rockfist Smasher",details:"",size:3,origin:1,type:1,keywords:"earth",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:125,initiative:7,ac:22,fortitude:22,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"8de8ff4d-1373-4a6b-844d-b1ed85cb4746",name:"Granite Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and if the target is bloodied, it is knocked prone.",damage:"2d10+6 damage",category:1},{id:"31beb617-207c-4a16-b631-8490433a43a4",name:"Internal Avalanche",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The rockfist smasher gains 20 temporary hit points. If it has temporary hit points at the start of its next turn, it loses them and gains 1 action point that it must use during that turn.",damage:"The rockfist smasher gains 20 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"4f453a5d-f806-499f-8f71-5285bec61685",name:"Runespiral Demon",details:"",size:1,origin:1,type:1,keywords:"demon",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:5},wisdom:{score:16},charisma:{score:12},hp:51,initiative:6,ac:17,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"8966f787-14f0-4a1d-ad5a-131f2510e6c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"4d74f33b-56ee-4b7c-abf7-b06c3393f91b",name:"Arcane Arc",action:{action:5,trigger:"when an enemy moves adjacent to the runespiral demon",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:5},{id:"b5dca3ac-858c-42f8-a0ab-81c42f288c7c",name:"Focused Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d6+4 lightning damage.",damage:"2d6+4 lightning damage",category:1},{id:"065ead71-a942-4f06-89e8-782aee457ced",name:"Bloodied Shock",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:8,defence:2},description:"",details:"1d6+4 lightning damage, and the target is dazed (save ends).",damage:"1d6+4 lightning damage",category:5},{id:"aa294be2-2164-4b0a-a499-b5fee7534e7b",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:8,defence:2},description:"",details:"1d6+4 lightning damage. The attack deals 1 extra lightning damage for each creature in the burst.",damage:"1d6+4 lightning damage",category:1}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"1080d3f1-7ef8-4c0d-bc94-9a15b160ec75",name:"Rupture Demon",details:"",size:1,origin:1,type:1,keywords:"demon",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"6, climb 3 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:11},dexterity:{score:18},intelligence:{score:4},wisdom:{score:15},charisma:{score:4},hp:1,initiative:8,ac:20,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"fb1f6fbc-80b8-4db9-97f3-baacfc6c859d",name:"Slimy Extrusino",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"dd261919-9112-4137-bc69-d3dc980f0ff5",name:"Enveloping Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"No attack roll; the target is restrained (save ends), and the rupture demon drops to 0 hit points.",damage:"",category:1},{id:"5c047315-197a-4341-8a25-a6792de8e8dd",name:"Demonic Infestation",action:null,keywords:"Healing",condition:"when the rupture demon drops to 0 hit points",range:"The rupture demon erupts in a gory explosion of ichor and tentacles that latch on to a demon within 5 squares of the rupture demon and of level 10 or lower. That demon regains 5 hit points and gains a +2 bonus to melee damage rolls until the end of the encounter. This bonus is cumulative with other demonic infestation bonuses (maximum +10).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"924f6794-766b-4d24-846e-59a82d1c24a0",name:"Rust Monster",details:"",size:2,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:20},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:66,initiative:10,ac:20,fortitude:16,reflex:21,will:17,regeneration:null,auras:[],powers:[{id:"96432eca-40ac-4228-a0bd-3a856f8eb8ae",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+5 damage, and if the target is wearing heavy armor, the armor is rusting until the end of the encounter. While the armor is rusting, the target takes a cumulative -1 penalty to AC, to a maximum penalty of -5.",damage:"1d10+5 damage",category:1},{id:"2cc6566c-68b0-4812-bfc0-8a1840adf2c7",name:"Dissolve Metal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"Targets a creature wearing or wielding a rusting magic item of 10th level or lower or any non-magic rusting item; the rusting item is destroyed.",damage:"",category:1},{id:"1fe41c7e-65c0-470f-a44b-e0ecc24f5779",name:"Rusting Defense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the rust monster is hit by a weapon attack",range:"",attack:null,description:"",details:"The weapon used in the triggering attack is rusting until the end of the encounter. While the weapon is rusting, the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon, to a maximum penalty of -5.",damage:"the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon",category:1},{id:"fe6e1acb-1bfc-4bed-92a3-37726abe715a",name:"Residuum Recovery",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rust monster consumes any item it destroys. The residuum from any magic items the monster has destroyed can be retrieved from its stomach. The residuum is worth the market value of the item (not one-fifth the value).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2f99e4e-3151-480a-bad9-f3f713410ba2",name:"Scion of Gibbeth",details:"",size:3,origin:0,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Chaotic evil",languages:"telepathy 10",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:19},dexterity:{score:16},intelligence:{score:11},wisdom:{score:17},charisma:{score:19},hp:163,initiative:11,ac:31,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"dfb96765-a7b4-41a3-bc17-1dcb0ca1d633",name:"Aura of Revulsion",keywords:"",details:"aura 10; each creature within the aura cannot target the scion of Gibbeth with melee or ranged attacks unless the scion is the nearest enemy."}],powers:[{id:"bb786a99-8a22-4dc9-9b1d-b6ec73782956",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"9b88b52a-c3f0-4aae-b932-91e6b7850e72",name:"Mind-Splintering Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"1d8+2 psychic damage, and the target is dominated (save ends).",damage:"1d8+2 psychic damage",category:1},{id:"b6e59d26-eedd-406f-b215-71b92bc196aa",name:"Gibbeth’s Baleful Glare",action:{action:1,trigger:"when an enemy targets the scion of gibbeth with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"opportunity",range:"Ranged 20",attack:{bonus:21,defence:3},description:"",details:"targets the triggering enemy; 1d8+2 psychic damage, and the scion slides the target 2 squares.",damage:"1d8+2 psychic damage",category:5},{id:"9401b0bd-7267-4aa4-a8a4-dd9fc270df57",name:"Revelation of Gibbeth",action:null,keywords:"Charm",condition:"when the scion of gibbeth drops to 0 hit points",range:"the target is dazed and uses its standard action each turn to charge or to make a melee or ranged basic attack against its nearest ally (save ends).",attack:{bonus:21,defence:3},description:"",details:"",damage:"",category:0},{id:"e0819021-1e29-4d61-82ba-689c7afba212",name:"Offering to Gibbeth",action:{action:4,trigger:"when a creature within 2 squares of the scion of gibbeth spends a healing surge",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The scion gains a +2 bonus to attack rolls until the end of its next turn.",damage:"The scion gains a +2 bonus to attack rolls until the end of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50d1f225-ba5a-427d-85c1-bc5b3d17b5ae",name:"Scytheclaw Drake",details:"",size:2,origin:4,type:1,keywords:"reptile",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +12",movement:"10",alignment:"Unaligned",languages:"",skills:"Athletics +13, Stealth +15",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:21},intelligence:{score:3},wisdom:{score:15},charisma:{score:6},hp:105,initiative:12,ac:24,fortitude:21,reflex:23,will:20,regeneration:null,auras:[],powers:[{id:"8dc832b8-88e3-4396-b3ff-0f44c06deb0b",name:"Scytheclaw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+5 damage, and the target is knocked prone. If the scytheclaw drake hits a prone target, it instead deals 2d8 + 5 damage, and ongoing 5 damage (save ends); see also springing step.",damage:"1d8+5 damage",category:1},{id:"b37e32f4-8b56-468a-9876-36425a0e673b",name:"Overwhelming Attacker",action:{action:1,trigger:"when an enemy adjacent to the scytheclaw drake stands up",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The drake makes an opportunity attack against the triggering enemy. On a hit, the attack deals no damage, and the enemy remains prone.",damage:"the attack deals no damage",category:5},{id:"f9bcaa75-16d7-4495-9fd4-742b9270a155",name:"Springing Step",action:{action:7,trigger:"when the scytheclaw drake hits with scytheclaw attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drake jumps 8 squares and uses scytheclaw. The jump does not provoke an opportunity attack from the target of the triggering attack.",damage:"The drake jumps 8 squares and uses scytheclaw",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"299c4cff-bb8d-418e-8005-ba88d7c36a29",name:"Shadar-Kai Blacksoul",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Arcana +19, Stealth +15",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:24},wisdom:{score:12},charisma:{score:20},hp:138,initiative:10,ac:26,fortitude:25,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"08a820aa-431a-435f-a14f-2ddbcf825d0f",name:"Corrupting Blackfire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 fire and necrotic damage, and the target is shrouded in gloom (save ends).",damage:"1d10+6 fire and necrotic damage",category:1},{id:"44df2b82-440d-41be-857c-ac443f911cbd",name:"Shadowbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"3d6+6 necrotic damage, and the target is shrouded in gloom (save ends).",damage:"3d6+6 necrotic damage",category:1},{id:"008b3ca4-eb78-4fad-b2a5-0895229f3e93",name:"Corrupt Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:18,defence:3},description:"",details:"targets a creature shrouded in gloom; the target is dominated (save ends).",damage:"",category:1},{id:"716d4ff4-638c-4888-9ecd-03fca03452ea",name:"Shadowburst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 3 within 10",attack:{bonus:16,defence:2},description:"",details:"targets enemies; 1d10+6 necrotic damage, and the target is shrouded in gloom (save ends). Miss: Half damage.",damage:"1d10+6 necrotic damage",category:1},{id:"0ab2e812-fb39-4e89-91b4-dac6b59a379d",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai blacksoul teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai blacksoul teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"7592dbe6-fc59-48ff-9d80-2cd83ff83b71",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9e9d34b3-7ed7-46ce-a9f4-b10a6b1fa161",name:"Shadar-Kai Dawnkiller",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +16; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +19, Stealth +19",equipment:"kukri; leather armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:11},hp:106,initiative:18,ac:28,fortitude:26,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"9589ea3b-5881-4b4c-8c74-0d09848ba592",name:"Kukri",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+6 damage, and the target is shrouded in gloom (save ends).",damage:"2d6+6 damage",category:1},{id:"72e7830d-9928-43d7-93ce-ae635cd60aa5",name:"Shade Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Targets an enemy shrouded in gloom; 2d8+6 necrotic damage, and the target is blinded (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"bef54837-a07d-4fec-925b-4e1d4c81faad",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai dawnkiller teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai dawnkiller teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"a5c864d8-4cf0-42f4-97db-1ab6d669ec2b",name:"Shadows of the Raven Queen",action:null,keywords:"Necrotic",condition:"",range:"The shadar-kai dawnkiller’s melee attacks deal 2d6 extra necrotic damage against a target that cannot see the dawnkiller.",attack:null,description:"",details:"",damage:"",category:0},{id:"86d5b4db-73b3-4de4-a665-f6a1b2b6a44f",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1de88693-678c-4e21-8161-083efea40817",name:"Shadar-Kai Gloom Lord",details:"",size:2,origin:5,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Arcana +19, Stealth +15",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:24},wisdom:{score:12},charisma:{score:20},hp:108,initiative:10,ac:26,fortitude:25,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"72470458-a68e-4eea-9d7c-bd39a1433617",name:"Corrupting Blackfire",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 fire and necrotic damage, and the target is shrouded in gloom (save ends).",damage:"2d8+6 fire and necrotic damage",category:1},{id:"7c30784a-bafd-4fa2-bb3c-086b497e517e",name:"Shadowbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+6 necrotic damage, and the target is shrouded in gloom (save ends).",damage:"2d8+6 necrotic damage",category:1},{id:"6204fa20-fcfd-4f7f-bf35-5c3f99316c33",name:"Shadowcage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"targets a creature shrouded in gloom; 3d6+6 necrotic damage, and the target is restrained and cannot see creatures more than 2 squares away from it (save ends both).",damage:"3d6+6 necrotic damage",category:1},{id:"c610af8e-e50d-4524-b4b1-7607f9488d0c",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai gloom lord teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai gloom lord teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"c27fff1e-7bb0-4759-b17f-3b806f1062b6",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"233cb235-e3f9-4da3-8a7e-0b2129017bcf",name:"Shadar-Kai Painbearer",details:"",size:2,origin:5,type:2,keywords:"",level:15,role:{type:6,flag:0,leader:!0},senses:"Perception +11; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +19, Stealth +19",equipment:"leather armor; spiked chain",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:18},charisma:{score:11},hp:144,initiative:16,ac:29,fortitude:27,reflex:29,will:27,regeneration:null,auras:[{id:"aa7d9a60-5d4f-4fb1-8a04-63b76e1c2a00",name:"Shadow Weft",keywords:"",details:"aura 5; each shadar-kai ally within the aura shifts 1 square as a free action after it hits with a melee attack."}],powers:[{id:"758f4264-91b3-46c3-b830-d65d5a82713c",name:"Shadow Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is shrouded in gloom (save ends).",damage:"2d8+6 damage",category:1},{id:"c7acde97-4c1b-447c-b36e-f366c853ee16",name:"Shadow Dance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The shadar-kai painbearer shifts 7 squares and makes three shadow chain attacks during the move, each against a different target. The painbearer’s second and third attacks deal 2d6 extra necrotic damage for each prior attack that has hit. A creature that is shrouded in gloom and is hit by an attack is blinded (save ends).",damage:"the painbearer’s second and third attacks deal 2d6 extra necrotic damage for each prior attack that has hit",category:1},{id:"f5790b09-d351-4874-be7e-2090226a695e",name:"Shadow Boon",action:{action:4,trigger:"when an ally within 10 squares of the shadar-kai painbearer misses with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering ally rerolls the attack roll.",damage:"",category:5},{id:"dd8a754d-0133-4f4d-bdda-370a57367d3f",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadar-kai painbearer teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"The shadar-kai painbearer teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"11abbfdf-2d87-4bd4-8a50-60cf31ccca19",name:"Shrouded in Gloom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While shrouded in gloom, a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects.",damage:"a creature takes a -2 penalty to attack rolls and gains only half the benefit of healing effects",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bbe57c0c-9ad9-4e59-a572-109d5b4bcb71",name:"Shardstorm Vortex",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:19},intelligence:{score:5},wisdom:{score:16},charisma:{score:6},hp:80,initiative:9,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[{id:"1289ae97-fda8-49bc-9983-52902b1d8616",name:"Sandblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"98141bbe-bbe0-4b96-949c-96214e0b3486",name:"Abrasive Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1},{id:"bbd58f1d-a1e4-491e-b310-242cb084c749",name:"Whirling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The shardstorm vortex shifts 4 squares and makes an attack: close burst 1",attack:{bonus:10,defence:2},description:"",details:"3d8+3 damage, and the vortex pushes the target 1 square. Miss: Half damage.",damage:"3d8+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"db309250-afff-4fab-ad02-2f94847cb3a2",name:"Shardstorm Vortex Funnelcloud",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:22},intelligence:{score:5},wisdom:{score:19},charisma:{score:6},hp:1,initiative:14,ac:27,fortitude:24,reflex:26,will:24,regeneration:null,auras:[{id:"3f818854-761f-44a1-8a93-b5921f240455",name:"Sandblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"046215b8-45a3-4bf8-bf52-fc1f1925b014",name:"Abrasive Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"12 damage.",damage:"12 damage",category:1},{id:"ebdf93c9-7872-4ac3-afe1-812066846eee",name:"Vortex Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardstorm vortex funnelcloud shifts 4 squares.",damage:"The shardstorm vortex funnelcloud shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1d257c18-c7ee-4715-9c03-89213a7c3a8a",name:"Shardstorm Vortex Whirlwind",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +17",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:24},dexterity:{score:27},intelligence:{score:5},wisdom:{score:22},charisma:{score:6},hp:1,initiative:21,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[{id:"14c7c24e-f1a7-4803-b2b7-fb614c3dcb36",name:"Sandblast",keywords:"",details:"aura 1; each enemy within the aura takes a -2 penalty to all defenses."}],powers:[{id:"44c4ed8d-2a0d-42d8-9497-dbd974a1d17a",name:"Abrasive Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"15 damage.",damage:"15 damage",category:1},{id:"ed44d076-220c-4621-b60a-6fb31583bc49",name:"Vortex Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shardstorm vortex whirlwind shifts 4 squares.",damage:"The shardstorm vortex whirlwind shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2c89a25e-7d3f-41b0-947d-402aa4ac96c9",name:"Shrieking Cultist of Demogorgon",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +11, Intimidate +8",equipment:"chainmail; greataxe; javelin",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:94,initiative:3,ac:18,fortitude:19,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"05a378dd-0920-4018-9210-8ad8181623cc",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+6 damage (crit 1d12+18).",damage:"1d12+6 damage (crit 1d12+18)",category:1},{id:"0d847908-92cd-4fef-a94d-c7ab5747496f",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"d878857a-4756-43e3-a625-eb28493f9567",name:"Death Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:{bonus:10,defence:0},description:"",details:"1d12+6 damage. Effect: The burst creates a zone of horrible noise centered on the shrieking cultist of Demogorgon that lasts until the end of the cultist’s next turn. When the cultist moves, the zone moves with it, remaining centered on it. Any enemy that starts its turn in the zone takes 5 damage.",damage:"1d12+6 damage",category:1},{id:"20576518-4e4b-42df-a0b5-8638611ec410",name:"Howl of Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 3",attack:{bonus:8,defence:3},description:"",details:"1d8+4 psychic damage, and the target is immobilized until the end of the shrieking cultist of Demogorgon’s next turn.",damage:"1d8+4 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"59fb4f64-4cfc-456b-92f0-3e96cf612493",name:"Skeletal Steed",details:"",size:3,origin:4,type:0,keywords:"mount, undead",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:17},intelligence:{score:3},wisdom:{score:13},charisma:{score:3},hp:47,initiative:6,ac:17,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"748fc81a-143d-41d1-9e7e-0e2d8f16f83e",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"c0ed1b60-cd02-4e16-a248-ba4e79be6cc2",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skeletal steed moves its speed and makes a kick attack during the move. The steed does not provoke opportunity attacks while moving away from the target of this attack.",damage:"",category:1},{id:"6a911a15-d586-436b-a922-ec6af7dc66bc",name:"Death Shriek",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:6,defence:3},description:"",details:"targets enemies; the target takes a -2 penalty to attack rolls (save ends).",damage:"the target takes a -2 penalty to attack rolls (save ends)",category:3},{id:"5a09d546-fc9b-46bb-bd56-b719cba7ad5e",name:"Mount of the Dead",action:null,keywords:"",condition:"while mounted by a friendly rider of 3rd level or higher",range:"When the skeletal steed uses mobile melee attack, the rider makes a melee basic attack during the move as a free action. The rider can choose to forego its basic attack and the steed’s attack to instead use one of the rider’s melee attack powers during the move.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c2d7ad66-3e9c-439b-915d-33e6d428b132",name:"Slaad Spawn",details:"",size:1,origin:1,type:2,keywords:"",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +10; low-light vision",movement:"5, teleport 3",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:24},intelligence:{score:3},wisdom:{score:14},charisma:{score:7},hp:1,initiative:17,ac:31,fortitude:30,reflex:31,will:26,regeneration:null,auras:[],powers:[{id:"14c82b41-99f8-4eda-9712-a93e16e6b2a0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"136257ce-9bb7-47d1-8705-617150eb4335",name:"Chaotic Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"12 damage and the target is knocked prone. Miss: The slaad spawn explodes and is reduced to 0 hit points. The spawn then makes the following close burst 1 attack: +20 vs Reflex",attack:{bonus:22,defence:0},description:"",details:"The slaad spawn jumps a distance up to its speed and then attacks an adjacent enemy; 9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45cfaab8-847e-4ac1-acaf-3b91c28555b2",name:"Slaughterstone Eviscerato",details:"",size:3,origin:4,type:0,keywords:"construct",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:212,initiative:15,ac:30,fortitude:31,reflex:30,will:28,regeneration:null,auras:[{id:"59b6bd43-0369-463c-8446-f9d4be3e0ffa",name:"Whirling Blades",keywords:"",details:"aura 2; each creature that starts its turn within the aura takes 10 damage."}],powers:[{id:"311f8126-386c-40ad-a674-f80bbf934cff",name:"Eviscerating Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d12+8 damage (crit 4d12+32).",damage:"2d12+8 damage (crit 4d12+32)",category:1},{id:"6593c545-657d-4b8a-9d41-3fe74e72c82c",name:"Whirling Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:21,defence:0},description:"",details:"1d12+8 damage (crit 2d12+20).",damage:"1d12+8 damage (crit 2d12+20)",category:1},{id:"f37cbdf4-7779-4745-9d08-ad37ab1772de",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone eviscerator takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"6f7efd72-3fcd-4dca-891a-f8561c05e0ff",name:"Slaughterstone Eviscerator",details:"",size:3,origin:4,type:0,keywords:"construct",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:212,initiative:15,ac:30,fortitude:31,reflex:30,will:28,regeneration:null,auras:[{id:"1c0444c8-264f-4433-9609-889e1a4bd9c3",name:"Whirling Blades",keywords:"",details:"aura 2; each creature that starts its turn within the aura takes 10 damage."}],powers:[{id:"180f6c8c-e125-4095-9a77-a325b107a24f",name:"Eviscerating Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d12+8 damage (crit 4d12+32).",damage:"2d12+8 damage (crit 4d12+32)",category:1},{id:"bf632839-e0d2-4596-9430-732b2de97840",name:"Whirling Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:21,defence:0},description:"",details:"1d12+8 damage (crit 2d12+20).",damage:"1d12+8 damage (crit 2d12+20)",category:1},{id:"647c5c9b-485f-4180-b688-794927ef51f7",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone eviscerator takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"01296e7f-e594-4e80-bdbe-38f164583781",name:"Slaughterstone Hammerer",details:"",size:3,origin:4,type:0,keywords:"construct",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:11},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:233,initiative:14,ac:41,fortitude:40,reflex:35,will:35,regeneration:null,auras:[{id:"c9b20521-9168-429d-96b5-6f20ca9d1d75",name:"Thunder Step",keywords:"",details:"aura 2; each creature that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"88aab7fb-d09a-4135-9f0e-380ce5d49051",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+10 damage, and the target is knocked prone.",damage:"2d8+10 damage",category:1},{id:"d4f0f13a-a3e3-49f1-986d-2aa47461bbfc",name:"Hammerstrike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 2; 2d8+10 damage, and the target is dazed (save ends).",damage:"2d8+10 damage",category:1},{id:"2afddb5d-7002-48a2-9383-85d536ff9673",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone hammerer takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"d6e08a3f-139c-49f5-9c24-4d12a3cab35b",name:"Slaughterstone Slicer",details:"",size:3,origin:4,type:0,keywords:"construct",level:11,role:{type:2,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:276,initiative:9,ac:23,fortitude:24,reflex:23,will:19,regeneration:null,auras:[{id:"9069afc3-ee39-4a32-9b51-8bd1635e0fe0",name:"Whirling Blades",keywords:"",details:"aura 2; each creature that starts its turn within the aura takes 5 damage."}],powers:[{id:"f34747ca-3136-40ce-a1ca-df3849822b6f",name:"Slicking Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+6 damage (crit 4d8+22).",damage:"2d8+6 damage (crit 4d8+22)",category:1},{id:"f47ab15e-5c07-40b9-a0bc-621e3c8704ab",name:"Whirling Bladestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:14,defence:0},description:"",details:"2d8+6 damage (crit 4d8+22).",damage:"2d8+6 damage (crit 4d8+22)",category:1},{id:"8e417ee1-735a-49ae-9db6-2d8c53705c0f",name:"Bloodied Bladestorm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The slaughterstone slicer uses whirling bladestorm.",damage:"",category:5},{id:"e1fa76a7-b317-4e6e-a6d5-f6ac42899ac2",name:"Critical Malfunction",action:null,keywords:"",condition:"when the slaughterstone slicer scores a critical hit or is subject to a critical hit",range:"",attack:null,description:"",details:"The slicer is dazed until the end of its next turn.",damage:"",category:0},{id:"37bb9c3c-855d-4414-a9db-02dd18f60126",name:"Tunnel Fighting",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A slaughterstone slicer takes no penalty to attack rolls while squeezing and does not grant combat advantage while squeezing.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"2dfc67b0-9757-4de9-b918-a1bcae32a3cb",name:"Son of the Spirit Wolf",details:"",size:3,origin:1,type:1,keywords:"cold",level:26,role:{type:6,flag:1,leader:!1},senses:"Perception +20; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Intimidate +21",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:26},intelligence:{score:11},wisdom:{score:25},charisma:{score:16},hp:486,initiative:23,ac:40,fortitude:39,reflex:37,will:36,regeneration:null,auras:[{id:"2afce802-1312-45d4-8d41-0bf7a55e7055",name:"Everfrost Coat",keywords:"",details:"(Cold) aura 1; each enemy that enters the aura takes 10 cold damage. A creature that takes cold damage from everfrost coat cannot make opportunity attacks until the end of the son of the spirit wolf’s next turn."}],powers:[{id:"e97e6fea-d6dd-49e2-97c9-a9c8179d52d9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 2d10+9 damage plus 1d10 cold damage, and the target is grabbed.",damage:"2d10+9 damage plus 1d10 cold damage",category:1},{id:"bd027781-c46c-4fbf-8b08-275aaf5ab0b8",name:"Terrible Rush",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"usable only after the son of the spirit wolf makes a charge attack",range:"Close burst 2",attack:{bonus:29,defence:1},description:"",details:"2d10 cold damage, and the target is knocked prone.",damage:"2d10 cold damage",category:4},{id:"deeae13d-cbf0-4fd8-a144-151e5f1c4cef",name:"Black Ice Breath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Cold, Zone",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"4d10+9 cold damage. Miss: Half damage. Effect: The blast creates a zone of ice that lasts until the son of the spirit wolf drops to 0 hit points. The zone is difficult terrain.",damage:"4d10+9 cold damage",category:1},{id:"fb3dbd61-ace4-4494-a020-edb455551ec4",name:"Rending Jaws",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; targets a creature grabbed by the son of the spirit wolf; 3d10+9 damage, and ongoing 10 damage (save ends). The grab ends, and the son of the spirit wolf then pushes the target 5 squares and knocks it prone.",damage:"3d10+9 damage",category:3},{id:"ba843560-185c-4d4e-9fde-03b66632b428",name:"Drag Away",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The son of the spirit wolf shifts 1 square or moves its speed and pulls a creature it has grabbed into a space adjacent to it. This movement does not end the grab.",damage:"The son of the spirit wolf shifts 1 square or moves its speed and pulls a creature it has grabbed into a space adjacent to it",category:2}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"19c4edfe-3949-479b-b129-ff9e24e94da6",name:"Sphinx Mystery",details:"",size:3,origin:3,type:1,keywords:"",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +23; low-light vision",movement:"6, fly 6",alignment:"Unaligned",languages:"Common, Dwarven, Elven, Primordial, Supernal",skills:"Insight +26",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:23},intelligence:{score:27},wisdom:{score:28},charisma:{score:28},hp:224,initiative:15,ac:31,fortitude:30,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"83c2f957-13da-491a-92db-641cd45ffc91",name:"Ancient Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d10+5 damage.",damage:"3d10+5 damage",category:1},{id:"e33bbbc8-c03b-4430-8aec-2a4bf95d3650",name:"Bite of Ages",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is knocked prone and immobilized (save ends).",damage:"1d10+5 damage",category:1},{id:"cc2d3dad-1ae1-418e-9161-36132a834e54",name:"Riddle Me This",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(minor",range:"Ranged 10",attack:null,description:"",details:"the sphinx mystery compels the target to contemplate a riddle. The target is dazed until the end of the encounter or until it answers the riddle. To determine the answer, a creature must spend a minor action and succeed at a DC 25 History check. A target that does not attempt to answer the riddle during its turn takes 2d8 psychic damage at the end of its turn. An ally can provide the answer and end the effect. If an ally ends the effect, the target takes 2d8 psychic damage.",damage:"a target that does not attempt to answer the riddle during its turn takes 2d8 psychic damage at the end of its turn",category:1},{id:"519d661f-a885-4c61-88f2-8fe7d25458d9",name:"Corrective Mauling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an enemy fails the history check for riddle me this"},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 4d10+10 damage, and the target is knocked prone.",damage:"4d10+10 damage",category:1},{id:"a2dfcad1-58d2-43c4-bf2b-8c2bebc9fc7a",name:"Great Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:22,defence:1},description:"",details:"3d10+10 thunder damage and the target is pushed 5 squares and knocked prone.",damage:"3d10+10 thunder damage and the target is pushed 5 squares and knocked prone",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"52acb210-b97f-43bf-9645-6afacb80ec42",name:"Spriggan Giantsoul",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:2,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Athletics +14, Intimidate +10, Stealth +12",equipment:"hide armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:17},charisma:{score:12},hp:106,initiative:6,ac:20,fortitude:21,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"5cdd3d42-69bb-4469-9607-ac7b9d5f66c3",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"2d6+5 damage, or 2d6+9 damage while the spriggan giantsoul is bloodied.",damage:"2d6+5 damage",category:1},{id:"05bb47bf-a600-4901-bf95-bfc1b09c9d3c",name:"Giantsoul Slam",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+5 damage, and the target is knocked prone. While the spriggan giantsoul is bloodied, the damage increases to 2d6 + 9.",damage:"2d6+5 damage",category:1},{id:"44d74196-80bd-467f-b129-c866a7948581",name:"Surprise Slam",action:{action:5,trigger:"when an enemy within 2 squares of the spriggan giantsoul attacks an ally",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Giantsoul slam recharges, and the giantsoul uses it against the triggering enemy.",damage:"",category:5},{id:"832bdd4a-464b-4a49-b893-9d0fc7c1f093",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan giantsoul bloodied an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The giantsoul gains 1d10 + 3 temporary hit points.",damage:"The giantsoul gains 1d10 + 3 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c5ef1f3e-828b-4a2b-802c-b2efebf95e38",name:"Spriggan Powrie",details:"",size:1,origin:2,type:2,keywords:"",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Athletics +11, Stealth +14, Thievery +12",equipment:"leather armor; sickle",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:79,initiative:9,ac:21,fortitude:19,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"8683f27f-1f97-4b30-8086-6be796abc86a",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"5d471460-fab4-4ce1-9a25-8182bd1d0e49",name:"Hamstring",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d63 damage, and the target is knocked prone, is slowed until the end of the spriggan powrie’s next turn, and takes ongoing 5 damage (save ends).",damage:"1d63 damage",category:1},{id:"8ba720e7-fcd0-433c-955d-5358eb43b729",name:"Punt the Fallen",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Targets a prone creature; 1d6+3 damage, and the spriggan powrie pushes the target 3 squares.",damage:"1d6+3 damage",category:3},{id:"9b73d8d9-f523-4208-89b1-0ef89b3ceee8",name:"Blood Slide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A spriggan powrie does not provoke opportunity attacks for moving out of a space adjacent to a bloodied creature or a creature that is taking ongoing damage.",damage:"a spriggan powrie does not provoke opportunity attacks for moving out of a space adjacent to a bloodied creature or a creature that is taking ongoing damage",category:0},{id:"c217a61e-538e-4eea-9106-5dc9c16c8b54",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a spriggan powrie hits a creature that is taking ongoing damage and is granting combat advantage to the powrie, the powrie’s attack increases the ongoing damage by 5.",damage:"when a spriggan powrie hits a creature that is taking ongoing damage and is granting combat advantage to the powrie",category:0},{id:"22f562c5-07b4-4926-8998-1daec3aca4ac",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan powrie bloodied an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The powrie gains 1d8 + 2 temporary hit points.",damage:"The powrie gains 1d8 + 2 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2da7ec7e-65ee-4ade-808e-e612bf91effb",name:"Spriggan Thorn",details:"",size:1,origin:2,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"5",alignment:"Evil",languages:"Elven",skills:"Athletics +12, Stealth +11",equipment:"chainmail; light shield; short sword",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:71,initiative:7,ac:22,fortitude:18,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"5cf1b88e-fed1-4491-b3a4-bb6f14382898",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+3 damage, and ongoing 5 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"49a8c2a6-e9fa-4f2d-b48b-a16696716c44",name:"Mark of Thorns",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; the target is affected by the mark of thorns until the end of the encounter. While affected by the mark of thorns, the target cannot make opportunity attacks against the spriggan thorn, and the target takes 4 damage at the end of any turn in which it did not attack the thorn. In addition, at the start of the target’s turn, each of the target’s allies adjacent to the target takes 4 damage.",damage:"and the target takes 4 damage at the end of any turn in which it did not attack the thorn",category:1},{id:"fb20378f-4a66-4797-8529-2dcfbfbcd9f5",name:"Drowsing Puncture",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the spriggan thorn hits with its next short sword attack, the target of the attack is dazed until the end of the thorn’s next turn and is knocked prone.",damage:"",category:3},{id:"e0f5e03b-47aa-42fd-b51d-ff305f2ceb0d",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan thorn bloodies an enemy or reduces an enemy to 0 hit points or fewer",range:"",attack:null,description:"",details:"The thorn gains 1d8 + 2 temporary hit points.",damage:"The thorn gains 1d8 + 2 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fd602368-2077-471c-b3b4-e29e6a351001",name:"Spriggan Witherer",details:"",size:1,origin:2,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!0},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Elven",skills:"Arcana +8, Athletics +11, Stealth +12",equipment:"leather armor",category:"",strength:{score:12},constitution:{score:16},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:70,initiative:8,ac:21,fortitude:19,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"195c6877-3916-4529-962a-00e3140371aa",name:"Withering Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"1d8+4 necrotic damage.",damage:"1d8+4 necrotic damage",category:1},{id:"5ddcce8c-3540-45af-a5be-df7b865ef060",name:"Sun Scorch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d6+5 fire and radiant damage.",damage:"2d6+5 fire and radiant damage",category:1},{id:"5a940e1f-5518-4489-92d2-0608b9dcf930",name:"Flattering Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Area burst 3 within 10 or close blast 3",attack:{bonus:12,defence:1},description:"",details:"2d6+4 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d6+4 damage",category:1},{id:"2ecedd59-0563-4023-b891-a6b0fee5ef95",name:"Blood for the Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Area burst 2 within 10",attack:{bonus:12,defence:1},description:"",details:"targets enemies; 1d6+4 damage, and ongoing 5 damage (save ends). Effect: Each ally within the burst gains 5 temporary hit points.",damage:"1d6+4 damage",category:1},{id:"ec685a85-8b4b-4bcb-814b-f51bc621143c",name:"Redcap Zeal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when the spriggan witherer bloodies an enemy or reduces an enemy to 0 hit points",range:"",attack:null,description:"",details:"The witherer gains 1d6 + 3 temporary hit points.",damage:"The witherer gains 1d6 + 3 temporary hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8fefde48-9d9e-40f1-bf3f-c50b73b7874b",name:"Steel Predator",details:"",size:3,origin:3,type:0,keywords:"living construct",level:20,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"Acrobatics +21, Athletics +21, Endurance +23, Stealth +21",equipment:"",category:"",strength:{score:22},constitution:{score:26},dexterity:{score:23},intelligence:{score:15},wisdom:{score:23},charisma:{score:12},hp:388,initiative:18,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"4da42956-8fbf-414a-8955-fb2c7a03ae1e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 4d6+4 damage, and the target is marked until the end of the steel predator’s next turn.",damage:"4d6+4 damage",category:1},{id:"f54165da-1813-4aed-8c2a-538f202f5b6b",name:"Snap Jaw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The steel predator makes a bite attack. On a hit, the target is also knocked prone, and the predator makes another bite attack against a different target.",damage:"",category:1},{id:"f5bb089e-f725-4c56-9b3a-feed5af34a37",name:"Vicious Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"The steel predator charges and makes the following attack in place of a bite attack; 2d12+5 damage, and the target is pushed 1 square and knocked prone. The predator moves into the space vacated by the target.",damage:"2d12+5 damage",category:1},{id:"cebcd878-df7f-4df8-a160-c700ea8376cb",name:"Resonating Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5 or when the steel predator takes thunder or lightning damage"},keywords:"Thunder",condition:"",range:"Close burst 3",attack:{bonus:25,defence:1},description:"",details:"4d8+7 thunder damage, and the target is deafened and dazed (save ends both).",damage:"4d8+7 thunder damage",category:1},{id:"af305f89-fbc1-40b5-87ef-6288c53e70b5",name:"Shifting Steel",action:{action:4,trigger:"when a creature adjacent to the steel predator shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The predator shifts into the space vacated by the triggering creature.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9408593f-22e5-46f3-8bee-20ed74dcad32",name:"Stone Giant",details:"",size:3,origin:1,type:2,keywords:"earth, giant",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"Giant",skills:"Athletics +18, Stealth +15",equipment:"greatclub",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:11},hp:140,initiative:12,ac:30,fortitude:27,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"bc7e6129-31b9-41a0-9f2a-bcfad07cb1be",name:"Stone Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+4 damage, and the target is marked until the end of the stone giant’s next turn.",damage:"2d10+4 damage",category:1},{id:"ac6ceaa8-d004-462d-b167-3abe329f40fe",name:"Hardened Therat",action:{action:1,trigger:"when a creature marked by the stone giant and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The giant makes a stone greatclub attack against the triggering creature.",damage:"",category:5},{id:"016f9f2f-dfbe-4032-8ff7-8dd790fcb8a0",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"f78f8abf-c747-42f6-81ef-c530527d99f2",name:"Staggering Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"Close blast 2",attack:{bonus:19,defence:0},description:"",details:"2d10+4 damage, and the target is pushed 2 squares and marked until the end of the stone giant’s next turn. Effect: The giant shifts 2 squares but must remain within 2 squares of any creatures marked by it.",damage:"2d10+4 damage",category:1},{id:"35ec818e-fb74-4a37-8a7a-1f7e3a875715",name:"Stone Bones",action:{action:5,trigger:"when the stone giant is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"not usable while bloodied",range:"",attack:null,description:"",details:"The giant gains resist 5 to all damage against the triggering attack.",damage:"the giant gains resist 5 to all damage against the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"e9af1729-fc76-40c1-859b-41efcde786ea",name:"Stone Giant Runecarver",details:"",size:3,origin:1,type:2,keywords:"earth, giant",level:16,role:{type:3,flag:0,leader:!0},senses:"Perception +14; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"Giant, Primordial",skills:"Arcana +17, Athletics +18, Stealth +17",equipment:"warhammer",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:12},intelligence:{score:18},wisdom:{score:23},charisma:{score:15},hp:155,initiative:9,ac:30,fortitude:28,reflex:27,will:29,regeneration:null,auras:[{id:"6adafe3a-d3b8-4645-b3e5-8460d9b89a94",name:"Hardened Focus",keywords:"",details:"aura 5; each petrified enemy within the aura loses all resistances and gains vulnerable 5 to all damage."}],powers:[{id:"21681e1c-c3c9-46bc-a11f-3635a71e2c49",name:"Enruned War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+9 (crit 4d8 + 25) damage, and the target is slowed (save ends).",damage:"2d8+9 (crit 4d8 + 25) damage",category:1},{id:"2796f638-b8a2-4ad5-8f2a-dac74a00e242",name:"Rune of Stony Sleep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:21,defence:1},description:"",details:"2d8+6 damage, and the target is slowed (save ends). First Failed Saving Throw: The target is petrified instead of slowed (save ends). Effect: The burst creates a zone of magical runes that lasts until the end of the encounter. Each enemy that starts its turn within the zone takes a -2 penalty to saving throws against slowed and immobilized until the end of the runecarver’s next turn.",damage:"2d8+6 damage",category:1},{id:"f0995523-63bc-44fe-83ce-139bcb7eb365",name:"Rune of Thundering Echo",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:21,defence:1},description:"",details:"2d8+6 thunder damage. If the target is slowed or immobilized, it takes ongoing 10 thunder damage (save ends).",damage:"2d8+6 thunder damage",category:1},{id:"019d6edc-48f5-4bbc-be57-35bc9ff50554",name:"Grasping Stone",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a stone giant runecarver hits a slowed creature with an attack that would cause the creature to become slowed, that creature is immobilized until the end of the runecarver’s next turn.",damage:"",category:0},{id:"0cb96029-9814-4818-80e1-aeb2c5e071bf",name:"Stone Bones",action:{action:5,trigger:"when the stone giant runecarver is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"not usable while bloodied",range:"",attack:null,description:"",details:"The runecarver gains resist 5 to all damage against the triggering attack.",damage:"the runecarver gains resist 5 to all damage against the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"eeff4fe0-2871-473b-8976-7f793fa91d9a",name:"Stone Titan",details:"",size:4,origin:1,type:2,keywords:"earth, giant",level:18,role:{type:7,flag:1,leader:!1},senses:"Perception +15; low-light vision",movement:"8 (earth walk)",alignment:"Unaligned",languages:"Giant, Primordial",skills:"Arcana +16, Athletics +22, Stealth +18",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:18},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:348,initiative:15,ac:34,fortitude:33,reflex:28,will:30,regeneration:null,auras:[{id:"276f2886-3262-40bf-bb2d-d5204087268c",name:"Slipstone Distortion",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is marked until the end of the stone titan’s next turn."}],powers:[{id:"40a15df9-0777-4f71-a371-edd5079ffa4e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 3d6+7 damage, and marked targets take an extra 2d6 damage.",damage:"3d6+7 damage",category:1},{id:"1b45e467-8e64-4e24-9037-50c5a0595669",name:"Hardened Threat",action:{action:1,trigger:"when a creature marked by the stone titan and within its reach moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"",attack:null,description:"",details:"The titan makes a slam attack against the triggering creature.",damage:"",category:5},{id:"1fce4835-22d3-47ac-b025-c1685c22f71a",name:"Launch Boulder",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:23,defence:0},description:"",details:"2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"1599d45c-68fc-4484-bbca-f9e9779c361d",name:"Avalanche Stomp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"3d10+7 damage, and the target is grabbed by earth and stone. The stone titan does not need to use an action to sustain the grab. The earth and stone had a Fortitude and Reflex of 28 against escape attempts. Miss: Half damage.",damage:"3d10+7 damage",category:1},{id:"d020d74d-51d5-4662-820e-b6cd1aa1d57d",name:"Launch Quakestone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:23,defence:0},description:"",details:"1d10+7 damage, and the target is knocked prone and dazed (save ends). Miss: Half damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"8b43ba54-d964-4662-bec7-59322c8f4422",name:"Stone Bones",action:{action:5,trigger:"when the stone titan is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"not usable while bloodied",range:"",attack:null,description:"",details:"The titan gains resist 5 to all damage against the triggering attack.",damage:"the titan gains resist 5 to all damage against the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"c20acbab-3871-4c65-9fce-5030233bf077",name:"Stonefist Defender",details:"",size:1,origin:4,type:0,keywords:"construct, homunculus",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"Acrobatics +9",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:11},wisdom:{score:17},charisma:{score:7},hp:38,initiative:6,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"5609405b-4fbe-4099-8e38-d48548bff10e",name:"Spiked Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"009b47ae-8ab3-4ace-9dd6-8913821e23a9",name:"Guard Creature",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A stonefist defender gains a +2 bonus to attack rolls against any enemy adjacent to its guarded creature.",damage:"A stonefist defender gains a +2 bonus to attack rolls against any enemy adjacent to its guarded creature",category:0},{id:"a17aa5dc-4304-43cb-93f6-0152d4db12c6",name:"Synchronized Flank",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a stonefist defender is flanking an enemy with its guarded creature, its attacks deal 1d6 extra damage against the flanked enemy.",damage:"its attacks deal 1d6 extra damage against the flanked enemy",category:0},{id:"a17c8b76-69b1-4670-bbdf-3c857db15ec6",name:"Tumble",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonefist defender shifts 3 squares.",damage:"The stonefist defender shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0e83aed1-51df-419a-9ac0-4a6f9a4c0b14",name:"Storm Archon Lightning Walker",details:"",size:2,origin:1,type:2,keywords:"air, water",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +16",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"scale armor; spear",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:24},intelligence:{score:15},wisdom:{score:15},charisma:{score:18},hp:171,initiative:18,ac:32,fortitude:29,reflex:32,will:29,regeneration:null,auras:[],powers:[{id:"814b04e9-d16d-426f-abc1-acb54f2068ff",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Teleportation, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+4 damage, and the storm archon lightning walker teleports the target 2 squares. Effect: The lightning walker teleports 2 squares.",damage:"2d8+4 damage",category:1},{id:"12bdb82d-fcbe-4d12-959c-13bbf40703db",name:"Booming Retort",action:{action:4,trigger:"when an enemy enters a square adjacent to the storm archon lightning walker",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Thunder",condition:"",range:"",attack:null,description:"",details:"The triggering enemy takes ongoing 5 lightning and thunder damage (save ends), and the lightning walker shifts 2 squares.",damage:"the triggering enemy takes ongoing 5 lightning and thunder damage (save ends)",category:5},{id:"211f5b4d-7c95-4501-8e8d-26239281d0de",name:"Lightning Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Teleportation",condition:"",range:"Close burst 2",attack:{bonus:21,defence:2},description:"",details:"targets enemies; 3d6+6 lightning damage. Effect: The storm archon lightning walker teleports 10 squares.",damage:"3d6+6 lightning damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9a88e510-e75a-4af0-bee0-70a68e46c5f0",name:"Storm Archon Squallshield",details:"",size:2,origin:1,type:2,keywords:"air, water",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"light shield; longsword; plate armor",category:"",strength:{score:19},constitution:{score:24},dexterity:{score:20},intelligence:{score:17},wisdom:{score:15},charisma:{score:17},hp:168,initiative:15,ac:33,fortitude:30,reflex:30,will:26,regeneration:null,auras:[{id:"82938225-e36c-4964-a644-4b91a3884e6c",name:"Rain Wall",keywords:"",details:"aura 1; each enemy that starts its turn within the aura must make a DC 22 Athletics check or Acrobatics check. An enemy that fails the check is knocked prone."}],powers:[{id:"adda6c7d-3309-4ff2-aee2-9a114d6f1c40",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+7 damage, and the target is marked until the end of the storm archon squallshield’s next turn.",damage:"2d8+7 damage",category:1},{id:"056374b2-8172-4007-9a3a-69231d642fab",name:"Snarling Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d8+7 lightning damage, and the target is marked (save ends). Each enemy adjacent to the largest takes half damage and is marked (save ends).",damage:"2d8+7 lightning damage",category:1},{id:"a9f4810d-c055-42fa-8a83-d0ad955b62a8",name:"Pursuing Storm",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The storm archon squallshield teleports 7 squares to a space adjacent to a creature it has marked. The target grants combat advantage to the squallshield until the end of the squallshield’s turn.",damage:"The storm archon squallshield teleports 7 squares to a space adjacent to a creature it has marked",category:2},{id:"843a0fb0-a1b9-419c-bda6-0b22f84a431f",name:"Mark of the Tempest",action:null,keywords:"",condition:"",range:"When a storm archon squallshield hits a creature marked by it with a ranged or melee attack, that creature is slowed (save ends).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9446dc8d-0ec5-4820-8215-d6b89ba18164",name:"Storm Archon Tempest Weaver",details:"",size:2,origin:1,type:2,keywords:"air, water",level:21,role:{type:0,flag:0,leader:!1},senses:"Perception +14",movement:"6, fly 8 (hover)",alignment:"Chaotic evil",languages:"Primordial",skills:"Intimidate +20",equipment:"",category:"",strength:{score:14},constitution:{score:23},dexterity:{score:15},intelligence:{score:25},wisdom:{score:18},charisma:{score:25},hp:155,initiative:12,ac:33,fortitude:32,reflex:33,will:33,regeneration:null,auras:[],powers:[{id:"59f0ea1b-506f-4a75-870d-51e5d113b538",name:"Storm Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"2d10+4 lightning damage.",damage:"2d10+4 lightning damage",category:1},{id:"084f543a-1dec-4557-837c-fa975c1f9107",name:"Resounding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:26,defence:1},description:"",details:"1d10+5 thunder damage, and ongoing 10 lightning damage (save ends).",damage:"1d10+5 thunder damage",category:1},{id:"a46c5c32-55cd-48a8-828d-1c93c74fff81",name:"Lightning Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Lightning",condition:"",range:"Close burst 2",attack:{bonus:24,defence:2},description:"",details:"2d8+5 lightning damage, and the target is blinded until the end of the storm archon tempest weaver’s next turn.",damage:"2d8+5 lightning damage",category:1},{id:"b9668957-728f-45be-b65a-d5987ef4363e",name:"Heart of the Tempest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Area burst 3 within 20",attack:{bonus:24,defence:2},description:"",details:"the target slides 3 squares, takes ongoing 10 lightning damage and ongoing 10 thunder damage, and is restrained (save ends all).",damage:"takes ongoing 10 lightning damage and ongoing 10 thunder damage",category:1},{id:"ab5ffb2b-02aa-4353-9600-e1ad9337513b",name:"Defensive Squall",action:null,keywords:"",condition:"",range:"A storm archon tempest weaver gains a +2 bonus to its AC and Reflex against ranged attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d472918f-d28c-41f5-93be-f50c40ca2611",name:"Storm Shard",details:"A STORM SHARD PUMMELS ITS FOES with powerful blasts of thunder and lightning.",size:2,origin:1,type:1,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"3, fly 3 (hover)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:18},intelligence:{score:7},wisdom:{score:14},charisma:{score:15},hp:44,initiative:6,ac:16,fortitude:15,reflex:17,will:15,regeneration:null,auras:[{id:"39076c89-47f5-49aa-b91f-64e91ec0f6d8",name:"Static Storm",keywords:"",details:"(Lightning, Thunder) aura 2; each enemy that ends its turn within the aura takes 3 lightning and thunder damage. An immobilized enemy instead takes 5 lightning and thunder damage."}],powers:[{id:"6cb6863a-aeed-4d4e-ba7f-5b77e46ba554",name:"Thunder Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"1d6+4 thunder damage, and if the target is bloodied it is knocked prone.",damage:"1d6+4 thunder damage",category:1},{id:"c4cc481f-ba41-4e6c-93de-fbf7ec010f3f",name:"Shock Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:9,defence:1},description:"",details:"1d6+4 lightning damage, and if the target does not end its next turn at least 4 squares from where it started its turn, it takes 3d6+6 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"5b98eab9-77c9-4b5c-a0d4-64bf2992a3bf",name:"Storm Shatter",action:null,keywords:"Lightning, Thunder",condition:"when the storm shard drops to 0 hit points",range:"Close burst 3",attack:{bonus:9,defence:1},description:"",details:"2d6 lightning and thunder damage, and the target is pushed 3 squares and deafened (save ends).",damage:"2d6 lightning and thunder damage",category:0}],damageModifiers:[],resist:"5 variable (1/encounter)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"00b5b76b-423c-41a2-ab8a-c1a9cbc115bc",name:"Stormstone Fury",details:"",size:2,origin:1,type:1,keywords:"air, earth",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:23},dexterity:{score:20},intelligence:{score:6},wisdom:{score:15},charisma:{score:20},hp:113,initiative:12,ac:26,fortitude:26,reflex:25,will:25,regeneration:null,auras:[],powers:[{id:"68a73f36-5915-486d-97e5-3ee8ad306179",name:"Grinding Stones",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"fbf32c01-37e7-41b9-aa10-031bb0339e87",name:"Hurtling Thunderstone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Ranged 20",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage. Miss: Half damage. Effect: One square the target currently occupies becomes the origin square of a burst 2 attack that occurs at the start of the stormstone fury’s next turn: +19 vs. Fortitude; 1d10 + 6 thunder damage.",damage:"2d8+6 damage",category:1},{id:"08042ac4-ee1b-4e61-9153-ac192aa1aedb",name:"Shrapnel Burst",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Close burst 2",attack:{bonus:21,defence:0},description:"",details:"1d6+6 damage plus 1d6 thunder damage, and the stormstone fury pushes the target 2 squares.",damage:"1d6+6 damage plus 1d6 thunder damage",category:3},{id:"e5d0950b-33bd-416f-959b-2467dbe7e34a",name:"Meld to Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"requires the stormstone fury to be on the ground",range:"",attack:null,description:"",details:"The fury disappears, and no creatures have line of sight or line of effect to it. At the start of its next turn, the fury appears within 10 squares of its previous space.",damage:"the fury appears within 10 squares of its previous space",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"19e11a91-bb4e-498c-8a27-46aaba38038b",name:"Tempest Wisp",details:"",size:2,origin:1,type:1,keywords:"air",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"0, fly 7 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:22},dexterity:{score:19},intelligence:{score:9},wisdom:{score:19},charisma:{score:14},hp:134,initiative:10,ac:27,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"e0c5fe76-f49e-49d9-baa6-ab12b46325e8",name:"Air Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"a239a368-c4f2-4ece-bf51-57892ca230dc",name:"Whistling Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"2d10+3 damage, and the tempest wisp slides the target 1 square.",damage:"2d10+3 damage",category:1},{id:"97df2e1b-31f6-4f46-887a-fc7d29a800ab",name:"Tumbling Updraft",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"the target is lifted up 20 feet (4 squares) and restrained (save ends). Failed Saving Throw: The target is lifted up another 20 feet. Successful Saving Throw: The target falls and takes falling damage, if applicable.",damage:"the target falls and takes falling damage",category:1}],damageModifiers:[],resist:"insubstantial while not bloodied",vulnerable:"",immune:"disease, poison",tactics:""},{id:"66760d89-6072-440d-be79-251a1b6f23fd",name:"Thrarak",details:"",size:3,origin:1,type:2,keywords:"giant",level:26,role:{type:2,flag:1,leader:!1},senses:"Perception +25; darkvision",movement:"8",alignment:"Chaotic evil",languages:"Abyssal, Common, Giant",skills:"Athletics +28",equipment:"whip",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:21},intelligence:{score:16},wisdom:{score:24},charisma:{score:26},hp:596,initiative:18,ac:38,fortitude:38,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"d652684d-94bf-4eaf-bab1-b855cd663465",name:"Lash of Ruin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"requires a whip",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 3; 4d4+11 damage, and the target is knocked prone. Also, the target is dazed until the end of Thrarak’s next turn.",damage:"4d4+11 damage",category:1},{id:"ccaa6b84-6fbe-4ac1-acce-bea09c8b2891",name:"Howl of Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"1d8+12 psychic damage, Thrarak slides the target 3 squares, and the target makes a melee basic attack against a target of Thrarak’s choice as a free action.",attack:{bonus:28,defence:3},description:"",details:"",damage:"",category:1},{id:"2a2e10d3-b511-4e52-bf67-e0a538169b4c",name:"Lashing Flurry",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires a whip",range:"Close burst 3",attack:{bonus:28,defence:2},description:"",details:"2d4+11 damage, and the target is dazed (save ends).",damage:"2d4+11 damage",category:1},{id:"3f71fee2-0706-4d19-899a-62fdaeed9e8b",name:"Double Actions",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of combat, Thrarak makes two initiative checks. Each check corresponds to one of her heads, and Thrarak takes a turn on both initiative counts. Thrarak has a full set of actions on each of her turns, and her ability to take an immediate action refreshes on each turn.",damage:"",category:0},{id:"a3c479ba-b507-41db-9447-8d9278b84d41",name:"Dual Brain",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the end of each of her turns, Thrarak saves against dazed and stunned conditions and charm effects.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8c1636e8-4969-4e4e-ba87-47a0f1b01369",name:"Tiger",details:"",size:3,origin:4,type:1,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"Acrobatics +12, Stealth +12",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:19},intelligence:{score:2},wisdom:{score:15},charisma:{score:11},hp:73,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"7f464915-784e-415a-b120-a7f0b8538f11",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+4 damage, and ongoing 5 damage (save ends).",damage:"1d6+4 damage",category:1},{id:"3609f3df-a2d5-4119-9634-8761e5b6d3a5",name:"Feral Surge",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiger takes a move action.",damage:"",category:3},{id:"657700a9-5fa1-4517-be3a-b6d959c5f562",name:"Blur of Fur",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tiger that moves 2 squares or more gains a +4 bonus to AC against opportunity attacks until the start of its next turn.",damage:"A tiger that moves 2 squares or more gains a +4 bonus to AC against opportunity attacks until the start of its next turn",category:0},{id:"c5ac8469-40fc-4553-9d92-69b040495f80",name:"Charging Pounce",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a tiger charges, its attack deals 1d8 extra damage, and the charge does not end its turn.",damage:"its attack deals 1d8 extra damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9fe53848-9e31-441d-84ed-e06fb52807c3",name:"Tomb Spider",details:"",size:3,origin:5,type:1,keywords:"spider",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +12; tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"",skills:"Athletics +15, Stealth +13",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:18},intelligence:{score:3},wisdom:{score:15},charisma:{score:18},hp:226,initiative:9,ac:25,fortitude:23,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"ee19e41a-0981-4d62-b86a-497debbcdd88",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage, and the target is dazed and takes ongoing 10 necrotic and poison damage (save ends both). In addition, the target cannot use second wind until the end of the encounter.",damage:"1d8+5 damage",category:1},{id:"9cf2f031-f2b1-4058-84e7-433210c6fdf3",name:"Web Net",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:2},description:"",details:"the target is restrained and gains vulnerable 5 necrotic (save ends both).",damage:"the target is restrained and gains vulnerable 5 necrotic (save ends both)",category:3},{id:"d781e746-6009-4b12-af85-d8954448664b",name:"Webbed Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Area burst 3 within 10",attack:{bonus:15,defence:2},description:"",details:"the target is immobilized (save ends). Effect: The burst creates a zone of spider webs that lasts until the end of the encounter. The zone is difficult terrain.",damage:"",category:1},{id:"6cdbf597-4525-4b50-8795-92fbeaea5d65",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tomb spider ignores the effects of spider webs and spider swarms.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dbdfc5cf-4aaf-4136-9239-bc286572ba3f",name:"Tomb Spider Broodswarm",details:"",size:2,origin:5,type:1,keywords:"spider, swarm",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +5; tremorsense 10",movement:"5, climb 5 (spider climb)",alignment:"Evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:21},intelligence:{score:1},wisdom:{score:11},charisma:{score:18},hp:84,initiative:14,ac:24,fortitude:21,reflex:22,will:20,regeneration:null,auras:[{id:"82a359db-666e-4c18-a1cf-56105926ef38",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"6dfe1fc9-cccc-4881-9982-edceeba349c9",name:"Dread Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+5 necrotic damage, and the target is immobilized and takes ongoing 5 necrotic and poison damage (save ends both).",damage:"1d6+5 necrotic damage",category:1},{id:"e8821bba-43df-42cc-b775-2f4e7ae96012",name:"Shadow Drift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tomb spider broodswarm shifts 5 squares and gains a +4 bonus to all defenses until the start of its next turn.",damage:"The tomb spider broodswarm shifts 5 squares and gains a +4 bonus to all defenses until the start of its next turn",category:1},{id:"9747759d-d3ba-4934-b230-8986d12e8b32",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A tomb spider broodswarm ignores the effects of spider webs and spider swarms.",damage:"",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"c2e2aabf-4330-45d5-8e88-85b860b2591c",name:"Troglodyte Deepscourge",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Dungeoneering +9",equipment:"implement, staff; leather armor",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:11},charisma:{score:13},hp:78,initiative:7,ac:22,fortitude:22,reflex:21,will:19,regeneration:null,auras:[{id:"79bb503f-3684-486e-bb57-64f12bf30716",name:"Dizzying Stench",keywords:"",details:"aura 10; each troglodyte within the aura gains an increase of 1 to the size of its troglodyte stench aura."},{id:"6cde6419-1533-4167-8fc9-da7f65b2db2c",name:"Troglodyte Stench",keywords:"",details:"aura 2; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"5fe0f022-2fc1-472d-8901-f89a21e33a86",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"7f626853-badb-4e40-ad72-a7417f12157f",name:"Debilitating Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:14,defence:1},description:"",details:"1d8+4 damage, and if the target is within a troglodyte stench aura, it is weakened until the end of its next turn.",damage:"1d8+4 damage",category:1},{id:"8f514624-039c-4abf-89fa-22e062b0b40a",name:"Blinding Stench",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:13,defence:1},description:"",details:"targets nonreptiles; the target is blinded (save ends).",damage:"",category:5},{id:"3286f977-472e-468d-aeb2-c4c5f89aa34c",name:"Rancid Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"targets nonreptiles; 2d6+5 damage, and the target is weakened until the end of the troglodyte deepscourge’s next turn.",damage:"2d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"67292655-5701-4098-a0dc-59f67e478bce",name:"Troglodyte Temple Champion",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Athletics +13, Endurance +14",equipment:"flail; javelin; scale armor",category:"",strength:{score:19},constitution:{score:21},dexterity:{score:17},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:101,initiative:9,ac:25,fortitude:23,reflex:21,will:20,regeneration:null,auras:[{id:"9de7b6db-7582-4969-9c54-0cab2c8b77e1",name:"Troglodyte Stench",keywords:"",details:"aura 1; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"286b3b0d-5f61-4f96-98a5-4421492c8eec",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"16aed43f-0f34-444f-a276-88f70f09699b",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:16,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"5c305a29-b24a-4f87-bb6a-1db6d870ba6b",name:"Sweeping Trip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"c6ab4099-64f2-4d7c-8810-d480b1a5c1a9",name:"Whirlwind Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25a161ea-b6c9-4a8b-996f-f495241f0c63",name:"Troglodyte Thrasher",details:"",size:2,origin:4,type:2,keywords:"reptile",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:4},wisdom:{score:16},charisma:{score:11},hp:100,initiative:5,ac:19,fortitude:19,reflex:15,will:17,regeneration:null,auras:[{id:"1f6de574-e0dd-4c7a-aced-8dc4c8f48c97",name:"Troglodyte Stench",keywords:"",details:"aura 1; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"33627b03-3867-4209-b3be-aa7cd32f4da7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"3d6+4 damage.",damage:"3d6+4 damage",category:1},{id:"f421955b-05e5-4b08-a2d9-943060a0ca96",name:"Tooth and Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage. If this attack bloodies the target, the troglodyte thrasher makes a claw attack against the target as a free action. Effect: Make one more attack against the same target or a different one.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4617c2ba-9c0f-4e3b-b62d-6169efaa1ea7",name:"Troll Vinespeaker",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:16},intelligence:{score:16},wisdom:{score:12},charisma:{score:10},hp:142,initiative:10,ac:28,fortitude:26,reflex:23,will:21,regeneration:{value:10,details:""},auras:[],powers:[{id:"16934b3d-68fc-43f8-bb37-26de6b838c03",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"663f095f-49b5-4120-b683-0a7afc04dee1",name:"Frenzied Strike",action:{action:7,trigger:"when the troll vinespeaker’s attack bloodies an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vinespeaker makes a claw attack.",damage:"",category:5},{id:"7a1ffbe0-4567-4efa-8a30-b5c6b564b9bc",name:"Ray of Thorns",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"af482158-6458-4a33-b381-b2c28f623c94",name:"Chant of Power",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Implement",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets allies; the target gains 10 temporary hit points and a +4 bonus to damage rolls while it has the temporary hit points.",damage:"the target gains 10 temporary hit points and a +4 bonus to damage rolls while it has the temporary hit points",category:1},{id:"ea5fb55f-86cf-4b8e-89c8-5c3eff95c46c",name:"Thorny Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"1d10+6 damage, and the target is immobilized (save ends). The burst creates a zone of thorns and brambles that lasts until the end of the encounter. The zone is difficult terrain, and each creature that enters the zone or starts its turn there takes 1d8 damage.",damage:"1d10+6 damage",category:1},{id:"71312958-a8b0-47a8-b26a-f5eeab808266",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll vinespeaker is reduced to 0 hit points by an attack that does not deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 10 hit points. If an attack deals acid or fire damage to the vinespeaker while it is at 0 hit points, it is destroyed.",damage:"if the troll vinespeaker is reduced to 0 hit points by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the troll vinespeaker takes acid or fire damage, its regeneration does not function until the end of its next turn)",immune:"",tactics:""},{id:"2b4c515e-d7bc-46c5-a2c4-eba39867f98e",name:"Umbral Sprite Swarm",details:"",size:2,origin:2,type:2,keywords:"swarm",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +8; blindsight 6",movement:"4, fly 6 (hover)",alignment:"Unaligned",languages:"Elven",skills:"Stealth +11",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:15},hp:55,initiative:6,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[{id:"bcf32d56-a75d-4e05-8f86-b756bdfa157c",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 damage."}],powers:[{id:"a19c43eb-0232-47ee-8534-c0468963c9ec",name:"Swarm of Fangs and Blades",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage .",damage:"1d6+4 damage",category:1},{id:"28fa1615-d239-44ff-a840-49af61f1e3df",name:"Darkwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Zone",condition:"",range:"Close burst 3",attack:{bonus:8,defence:2},description:"",details:"2d8+4 necrotic damage. Effect: The burst creates a zone of darkness that lasts until the end of the umbral sprite swarm’s next turn. The zone blocks line of sight.",damage:"2d8+4 necrotic damage",category:1},{id:"cdd67848-26d2-4b62-9842-a8f4c94f0034",name:"Fade Away",action:{action:4,trigger:"when the umbral sprite swarm takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The umbral sprite swarm is invisible until after it hits or misses with an attack or until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"69f5b289-0562-4575-974f-7d5848ff6878",name:"Warforged Anvilpriest",details:"",size:2,origin:4,type:2,keywords:"living construct",level:8,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Heal +13, Religion +12",equipment:"chainmail; holy symbol; warhammer",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:10},intelligence:{score:16},wisdom:{score:19},charisma:{score:12},hp:89,initiative:4,ac:22,fortitude:20,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"b28d50ec-ec76-4c25-a77c-bb6e051f9d77",name:"Fiery Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+4 damage plus 1d6 fire damage, and the target takes a -2 penalty to AC until the end of the warforged anvilpriest’s next turn.",damage:"1d10+4 damage plus 1d6 fire damage",category:1},{id:"65351997-ce2a-4e4f-86cf-3e9ff3b6a9ff",name:"Heat of Battle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d10+4 damage plus 1d6 fire damage, and ongoing 5 fire damage until the target ends its turn in a space that isn’t adjacent to the warforged anvilpriest.",damage:"1d10+4 damage plus 1d6 fire damage",category:1},{id:"5fa48f63-d603-49e2-b517-3fb97e390428",name:"Mending Flash Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Implement",condition:"",range:"Close burst 5",attack:{bonus:11,defence:2},description:"",details:"targets enemies; 1d8+4 fire damage. Effect: The warforged anvilpriest and each ally within the burst gain 5 temporary hit points. Each warforged ally within the burst uses warforged resolve as an immediate reaction.",damage:"1d8+4 fire damage",category:1},{id:"5f861495-5aa9-446f-891f-e871eb6d9073",name:"Blunted Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Implement, Psychic",condition:"",range:"Area burst 3 within 10",attack:{bonus:11,defence:3},description:"",details:"targets enemies; 2d6+4 psychic damage, and the target takes a -2 penalty to attack rolls and a -4 penalty to damage rolls (save ends both). Aftereffect: The target takes a -2 penalty to damage rolls (save ends).",damage:"2d6+4 psychic damage",category:1},{id:"d41de0bd-4c6e-49d7-9a29-f54970f54883",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged anvilpriest gains 7 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 7 hit points.",damage:"the warforged anvilpriest gains 7 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});Ni.push({id:"2426d25a-6f17-43c6-be1c-e3c1685bfa9d",name:"Warforged Savage",details:"",size:2,origin:4,type:2,keywords:"living construct",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Endurance +12, Intimidate +11",equipment:"hide armor; scimitar",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:98,initiative:5,ac:20,fortitude:21,reflex:18,will:19,regeneration:null,auras:[],powers:[{id:"de02e2fd-15ec-4d16-a6b3-a1610bdf3a09",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage (crit 1d8 + 14), and 4 damage to another enemy adjacent to the warforged savage.",damage:"1d8+6 damage (crit 1d8 + 14)",category:1},{id:"19b5383e-a723-4a6d-919b-9c1b4dfcc535",name:"Wild Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges after the warforged savage hits two or more targets with a savage sweep"},keywords:"Weapon",condition:"",range:"The savage charges, gains a +3 bonus to AC during the charge, and makes the following attack in place of a melee basic attack",attack:{bonus:11,defence:0},description:"",details:"2d8+9 damage (crit 2d8+25).",damage:"2d8+9 damage (crit 2d8+25)",category:1},{id:"9883064f-58f6-455d-906f-d1ce2910aef3",name:"Savage Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:10,defence:0},description:"",details:"1d8+6 damage (crit 1d8+14). Miss: 4 damage.",damage:"1d8+6 damage (crit 1d8+14)",category:1},{id:"997a9d90-9e7d-4181-aae5-a37ac10ef8b0",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"A warforged savage gains a +1 bonus to melee attack rolls while an ally is adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"ed731222-908d-4751-bf13-4783f5fbaafe",name:"Savage Bloodlust",action:null,keywords:"",condition:"",range:"Whenever a warforged savage hits with a melee attack, it gains 4 temporary hit points.",attack:null,description:"",details:"",damage:"",category:0},{id:"554cd27b-3a4c-4d27-998b-c5b103d18369",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged savage gains 6 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 6 hit points.",damage:"the warforged savage gains 6 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ee22e89-e3d3-46bd-b402-db2a4b96fc2a",name:"Warforged Titan",details:"",size:4,origin:4,type:2,keywords:"living construct",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:18},charisma:{score:8},hp:362,initiative:15,ac:35,fortitude:35,reflex:30,will:30,regeneration:null,auras:[],powers:[{id:"c44e2f97-8ef4-4c00-9462-c482ed4cfe09",name:"Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d10+9 damage, and 9 damage to one enemy adjacent to the target. Effect: The target is marked until the end of the warforged titan’s next turn.",damage:"2d10+9 damage",category:1},{id:"6405921f-a5b8-47a7-9b94-0f2e33f3fc2d",name:"Hammer",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 2d8+9 damage, the warforged titan slides the target 2 squares, and the target is knocked prone. Miss: 9 damage.",damage:"2d8+9 damage",category:3},{id:"85aefaf8-622a-4f21-81c5-8cae99a0aaa8",name:"Unstoppable Charger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A warforged titan can take additional actions after it resolves its charge attack.",damage:"",category:0},{id:"5a31ba1a-f76a-4692-a78a-861836bc8346",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A warforged titan can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0},{id:"4e92490d-f79d-43df-be88-520f3c089224",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged titan gains 12 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 12 hit points.",damage:"the warforged titan gains 12 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b1de93b-9194-4f0f-836c-0ccdef67c235",name:"Water Archon Shoal Reaver",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:13,role:{type:2,flag:0,leader:!1},senses:"Perception +7",movement:"6, swim 7",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"scale armor; trident",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:15},intelligence:{score:12},wisdom:{score:13},charisma:{score:10},hp:159,initiative:8,ac:25,fortitude:27,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"a4b94da9-4758-4f21-8253-63249896b149",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+3 damage, and the target takes a -2 penalty to AC until the end of its next turn.",damage:"3d8+3 damage",category:1},{id:"aec9fc46-efac-4bc4-9569-62edb75f3292",name:"Water Harpoon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:16,defence:0},description:"",details:"4d8+5 damage, and the water archon shoal reaver pulls the target adjacent to it.",damage:"4d8+5 damage",category:1},{id:"f5d3bb97-c897-4b53-8432-7bd54a612ff1",name:"Whirlpool of Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:16,defence:0},description:"",details:"targets enemies; 2d8+5 damage, and the target takes 2 damage for each square it moves on its turn (save ends). Miss: Half damage, and the target takes 1 damage for each square it moves on its turn (save ends).",damage:"2d8+5 damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"cold (a water archon shoal reaver that takes cold damage is slowed until the end of its next turn)",immune:"disease, forced movement, poison",tactics:""},{id:"4d2fd12f-0d56-432b-9393-0a54050ae7b9",name:"Water Archon Tide Strider",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"greatspear; scale armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:19},intelligence:{score:15},wisdom:{score:14},charisma:{score:14},hp:144,initiative:13,ac:29,fortitude:27,reflex:28,will:26,regeneration:null,auras:[{id:"2977ca53-696d-44af-b2f0-468a03d94a2f",name:"Body Torrent",keywords:"",details:"aura 1; each enemy within the aura that hits or misses the water archon tide strider with an attack is pushed 1 square."}],powers:[{id:"5d4f95d8-b527-4611-970c-a8c94c10e558",name:"Greatspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"da8c1747-dd3d-4559-a227-24bbb6a2de7e",name:"Way of Water",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The water archon tide strider shifts 6 squares and makes one greatspear attack against each enemy within reach at any point during the move.",damage:"The water archon tide strider shifts 6 squares and makes one greatspear attack against each enemy within reach at any point during the move",category:1},{id:"95a39cca-45ea-4bd4-b8c8-6a14c6ea3caa",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Hits from a water archon tide strider’s melee attacks knock prone any target that is granting combat advantage to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"cold (a water archon tide strider that takes cold damage is slowed until the end of its next turn)",immune:"disease, forced movement, poison",tactics:""},{id:"2d44d089-37cc-4aae-873d-1d4c7b658460",name:"Water Archon Waveshaper",details:"",size:2,origin:1,type:2,keywords:"aquatic, water",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +12",movement:"6, swim 8",alignment:"Chaotic evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:21},dexterity:{score:19},intelligence:{score:15},wisdom:{score:25},charisma:{score:17},hp:157,initiative:10,ac:30,fortitude:28,reflex:27,will:30,regeneration:null,auras:[{id:"91a6eb8e-bc13-424c-b72b-df9a7cc1a612",name:"Ocean Call",keywords:"",details:"Each ally that is within 10 squares of the water archon waveshaper and that has the water keyword or the aquatic keyword shifts 3 squares as a free action and gains 10 temporary hit points."}],powers:[{id:"5edf35c5-7c3a-463c-a37b-1437e57208f1",name:"Waveshape",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d6+5 damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+5 damage",category:1},{id:"a49e7919-e997-47ba-964e-be64d930cf73",name:"DIzzying Whirlpool",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"2d8+7 damage, and the target cannot charge or shift (save ends).",damage:"2d8+7 damage",category:1},{id:"0af86e9d-ca21-4d13-9a10-b0d653cbaac6",name:"Geyser",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:19,defence:2},description:"",details:"2d8+4 damage, and the target is knocked prone and cannot use immediate actions until the end of its next turn.",damage:"2d8+4 damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"cold (a water archon waveshaper that takes cold damage is slowed until the end of its next turn)",immune:"disease, forced movement, poison",tactics:""},{id:"dc69d15c-a854-4453-84ee-a55b9523798a",name:"Wereboar",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +4",movement:"6 (8 in boar form)",alignment:"Evil",languages:"Common",skills:"Athletics +13, Endurance +11, Intimidate +8",equipment:"hide armor; maul",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:61,initiative:3,ac:17,fortitude:21,reflex:16,will:17,regeneration:{value:5,details:""},auras:[],powers:[{id:"d49e12ac-bb4a-4ea7-b81a-aa5fe4c250d8",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while in humanoid form",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"0393ec60-f28c-49d2-9629-a9669167aaa3",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"usable only while in boar form",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+6 damage, ongoing 5 damage (save ends), and the target is exposed to moontusk fever.",damage:"1d8+6 damage",category:1},{id:"af260e92-dd41-4cc5-a543-ac70afcc519f",name:"Death Strike",action:null,keywords:"",condition:"when the werebear drops to 0 hit points",range:"",attack:null,description:"",details:"The wereboar makes a gore or a maul attack.",damage:"",category:0},{id:"dc7a4541-5e6c-4999-a662-c4afd7f520ec",name:"Bloodied Resilience",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The wereboar gains a +2 bonus to all defenses and deals ongoing 10 damage with its gore attack instead of ongoing 5 damage.",damage:"the wereboar gains a +2 bonus to all defenses and deals ongoing 10 damage with its gore attack instead of ongoing 5 damage",category:0},{id:"b573b6d7-665a-4e89-9087-dbbd25b053c5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A wereboar can alter its physical form to appear as a dire boar or a unique humanoid.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"silver (if the wereboar takes damage from a silver weapon, its regeneration does not function on its next turn)",immune:"moontusk fever",tactics:""},{id:"98472e26-ad14-4e18-8b14-7c3404cbb96d",name:"Weretiger",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:11,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6 (8 in tiger form)",alignment:"Evil",languages:"Common",skills:"Acrobatics +12, Bluff +11, Insight +12, Stealth +12",equipment:"katar; leather armor",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:14},intelligence:{score:12},wisdom:{score:14},charisma:{score:13},hp:172,initiative:9,ac:25,fortitude:23,reflex:22,will:22,regeneration:{value:10,details:""},auras:[],powers:[{id:"42c5b4b5-eade-4d53-8b06-6f19bc4065ac",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while in humanoid form",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage (crit 4d6+18).",damage:"2d6+6 damage (crit 4d6+18)",category:1},{id:"f91769fb-661d-4151-ab89-fae25e5a994a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"usable only while in tiger form",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage, and the target is exposed to moon rage (save ends).",damage:"1d8+5 damage",category:1},{id:"2666bf70-e4d3-4653-9b39-bf9e243f0d94",name:"Feline Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The weretiger makes two melee basic attacks. It shifts 1 square between the attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"c50f39c2-2c7b-48d2-ac74-12bf3bdeab9b",name:"Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only when charging",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+5 damage, and the target is pushed 1 square and knocked prone. The weretiger then shifts into the target’s vacated space.",damage:"2d8+5 damage",category:1},{id:"f2ac5045-7c26-4ad4-a0e2-ca5792dec792",name:"Slashing Recoil",action:{action:4,trigger:"when an attack misses the weretiger",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The weretiger makes a melee basic attack and shifts 2 squares.",attack:null,description:"",details:"",damage:"",category:5},{id:"818fe9bf-2c6d-44e5-877d-7719a07484b9",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A weretiger can alter its physical form to appear as a dire tiger or a unique humanoid.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"silver (if the weretiger takes damage from a silver weapon, its regeneration does not function on its next turn)",immune:"moon rage",tactics:""},{id:"523a67dc-d6c6-49ad-9946-471fdc4b18f6",name:"Werewolf Lord",details:"",size:3,origin:4,type:2,keywords:"shapechanger",level:13,role:{type:2,flag:1,leader:!0},senses:"Perception +8; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Athletics +17, Bluff +14, Endurance +14, Intimidate +14",equipment:"falchion",category:"",strength:{score:22},constitution:{score:17},dexterity:{score:12},intelligence:{score:13},wisdom:{score:15},charisma:{score:16},hp:264,initiative:7,ac:25,fortitude:27,reflex:22,will:24,regeneration:{value:10,details:""},auras:[{id:"674dc1bb-879c-431e-a464-b7200a1899cc",name:"Blood Moon",keywords:"",details:"aura 5; the werewolf lord and any ally within the aura gain a +2 bonus to attack rolls and a +5 bonus to damage rolls against bloodied targets."}],powers:[{id:"b80e4e0c-04e6-4501-a87a-6b578e80facd",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"usable only while in humanoid form",range:"",attack:{bonus:16,defence:0},description:"",details:"4d4+6 damage (crit 8d4+22).",damage:"4d4+6 damage (crit 8d4+22)",category:1},{id:"afb5d449-cc7b-46f1-9ec4-8611296eb545",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"usable only while in wolf form",range:"",attack:{bonus:16,defence:0},description:"",details:"2d12+3 damage, and the target is exposed to greater moon frenzy.",damage:"2d12+3 damage",category:1},{id:"12e28ab3-e840-4acf-bc93-a0d660328553",name:"Canine Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The werewolf lord makes two melee basic attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"a3fcc710-a501-4f04-bc4c-fd3d5a99cafc",name:"Speed of the Wolf",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only in wolf form",range:"",attack:null,description:"",details:"The werewolf lord shifts 6 squares and makes a bite attack.",damage:"The werewolf lord shifts 6 squares and makes a bite attack",category:1},{id:"23e708bb-c8e7-4b04-b4ab-e046ec0ab451",name:"Savage Howl",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"each ally in the burst gains 15 temporary hit points. In addition, each ally that has a bite attack makes a bite attack as a free action.",damage:"each ally in the burst gains 15 temporary hit points",category:3},{id:"fa1094ec-44a2-40bc-84a7-130c4ece7d55",name:"Change Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A werewolf lord can alter its physical form to appear as a dire wolf or a unique humanoid.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"silver (if the werewolf lord takes damage from a silver weapon, its regeneration does not function on its next turn)",immune:"greater moon fever",tactics:""},{id:"b4c00f0b-4c6b-4a50-95d6-8aa9a7003343",name:"Will-o’-Wisp",details:"",size:1,origin:2,type:1,keywords:"",level:10,role:{type:4,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"fly 6 (hover; altitude limit 2)",alignment:"Evil",languages:"Elven",skills:"Stealth +16",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:22},intelligence:{score:8},wisdom:{score:12},charisma:{score:18},hp:57,initiative:15,ac:22,fortitude:19,reflex:24,will:22,regeneration:null,auras:[],powers:[{id:"e882ff2a-b858-4094-a6ad-6159cae0efc0",name:"Glimmer Wisp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 2; 2d6+6 radiant damage.",damage:"2d6+6 radiant damage",category:1},{id:"56fb2782-70ff-429f-989c-df507c4d58f5",name:"Spirit Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Psychic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Reach 3; bloodied target only; 2d8+3 psychic damage, the target is weakened (save ends), and the wisp regains 14 hit points.",damage:"2d8+3 psychic damage",category:1},{id:"1753f6c0-0fac-40ba-b78d-656886b3f03d",name:"Luring Glow",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:13,defence:3},description:"",details:"blind creatures are immune; one target in the burst; the target is pulled 3 squares and dazed (save ends).",damage:"the target is pulled 3 squares and dazed (save ends)",category:1},{id:"1f736a2a-2dff-4b3b-918f-3e559b00dd04",name:"Blink Out",action:{action:5,trigger:"when missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The will-o’-wisp teleports 5 squares and extinguishes its fey light.",damage:"The will-o’-wisp teleports 5 squares and extinguishes its fey light",category:5},{id:"28d56c62-8233-44e5-bb7f-64e1425bd9bd",name:"Fey Light",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A will-o’-wisp can give off light as a torch or extinguish this light. Fey light must be on for the will-o’-wisp to make any attack. When darkened, the will-o’-wisp has concealment and can make a Stealth check to remain unnoticed.",damage:"",category:4}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"",tactics:""},{id:"f3aa87f2-66e8-468a-8c05-05abca4b37ee",name:"Windfiend Fury",details:"",size:3,origin:1,type:1,keywords:"air, earth",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:21},intelligence:{score:6},wisdom:{score:19},charisma:{score:16},hp:123,initiative:11,ac:26,fortitude:24,reflex:25,will:24,regeneration:null,auras:[{id:"08ef8d97-91fc-4e43-8c76-a98c431c57ad",name:"Forceful Zephyr",keywords:"",details:"aura 3; the windfiend fury slides each creature that starts its turn within the aura 1 square."}],powers:[{id:"4b5bcbb5-33cc-458c-a424-36490ffebeea",name:"Flying Debris",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"c8c296b1-caef-4a3d-8958-9af6c340c3fa",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"3d8+5 lightning damage, and the target is dazed until the end of the windfiend fury’s next turn.",damage:"3d8+5 lightning damage",category:1},{id:"da33f049-9e21-425e-85cb-202825884959",name:"Storm Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Thunder",condition:"",range:"Close burst 2",attack:{bonus:16,defence:2},description:"",details:"1d10+5 thunder damage. Effect: The windfiend fury teleports to any space adjacent to the burst’s area of effect.",damage:"1d10+5 thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7e7365c0-b5b4-497c-a446-1083d38f29aa",name:"Windstriker",details:"",size:2,origin:1,type:1,keywords:"air",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +9",movement:"0, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:17},intelligence:{score:5},wisdom:{score:10},charisma:{score:17},hp:56,initiative:11,ac:21,fortitude:22,reflex:20,will:20,regeneration:null,auras:[],powers:[{id:"90a594d5-35b8-4caa-959e-0832b3037804",name:"Windstrike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Thunder",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 1d8+2 cold and thunder damage.",damage:"1d8+2 cold and thunder damage",category:1},{id:"3549b215-7e6f-4c97-ac13-7c8ae8dca020",name:"Lethal Windstrike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Thunder",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; targets the windstriker’s quarry; 2d12+5 cold and thunder damage, and the target is no longer designated as the windstriker’s quarry.",damage:"2d12+5 cold and thunder damage",category:1},{id:"f9d0cec8-0090-44c8-900a-ceec81579cb0",name:"Searching Wind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the windstriker hits with lethal windstrike"},keywords:"Cold, Thunder",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"2d6+5 cold and thunder damage, and the target is knocked prone. Effect: The target is designated as the windstriker’s quarry.",damage:"2d6+5 cold and thunder damage",category:1},{id:"429b4d28-0365-4e08-81a0-a20af2d11a41",name:"Shifting Wind",action:{action:4,trigger:"when the windstriker takes damage",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of its next turn, the windstriker does not provoke opportunity attacks and can move through enemies’ spaces.",damage:"",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"29624984-64ed-4ac6-8432-faa38b0555f0",name:"Winged Drone",details:"WINGED DRONES FLOOD FROM THE HIVE during mating season, spreading far and wide on iridescent wings.",size:2,origin:4,type:1,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision, tremorsense 10",movement:"8, climb 8, fly 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:2},wisdom:{score:11},charisma:{score:4},hp:55,initiative:6,ac:18,fortitude:15,reflex:17,will:12,regeneration:null,auras:[],powers:[{id:"07c6c927-181b-45b5-a32a-c9d739b730d8",name:"Acid Sting",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 acid damage, and ongoing 5 acid damage (save ends).",damage:"1d6+2 acid damage",category:1},{id:"b5c2fddf-cbf3-45da-9018-9c23de8d4e67",name:"Hive Drone Frenzy",action:{action:7,trigger:"when any giant ant within 10 squares of the winged drone drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drone shifts 2 squares and uses acid sting.",damage:"The drone shifts 2 squares and uses acid sting",category:5},{id:"6a866131-a43d-40b1-aee3-434d6382174d",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The winged drone flies 8 squares and makes one acid sting at any point during that movement. The drone doesn’t provoke opportunity attacks when moving away from the target of the attack.",damage:"The winged drone flies 8 squares and makes one acid sting at any point during that movement",category:1},{id:"5714437f-4f05-435d-afda-006c20cf9ec5",name:"Shredding Wings",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"usable only while bloodied",range:"Close blast 2",attack:{bonus:8,defence:0},description:"",details:"3d6+4 damage, and the winged drone loses its fly speed until the end of the encounter.",damage:"3d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f3fbb65c-ccfa-4b93-a5e6-ba110aa366e6",name:"Winter Wolf",details:"",size:2,origin:4,type:1,keywords:"",level:14,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:21},intelligence:{score:9},wisdom:{score:17},charisma:{score:10},hp:141,initiative:14,ac:28,fortitude:27,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"e6980579-8659-40d8-b352-0ad0034d4cfd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+6 damage plus 1d6 cold damage, or 2d10 + 6 damage plus 1d6 cold damage against a prone target.",damage:"1d10+6 damage plus 1d6 cold damage",category:1},{id:"4d5bdd5a-6100-4c88-9ebd-d12dbf2c045b",name:"Takedown",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only when charging",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+6 damage plus 1d6 cold damage, and the target is knocked prone.",damage:"2d10+6 damage plus 1d6 cold damage",category:1},{id:"ea639cff-6a12-4b93-a290-0196428917c4",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:17,defence:2},description:"",details:"2d6+6 cold damage. Miss: Half damage.",damage:"2d6+6 cold damage",category:1},{id:"770fac59-1b25-4f96-9d0c-923eaae2b006",name:"Drag",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while adjacent to a prone enemy",range:"",attack:null,description:"",details:"The winter wolf shifts 1 square and pulls a prone target that is adjacent to it 1 square.",damage:"The winter wolf shifts 1 square and pulls a prone target that is adjacent to it 1 square",category:3}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a7d088c-871f-4112-ab37-377715aa8aa0",name:"Winter Wolf Snowfang",details:"",size:2,origin:4,type:1,keywords:"",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Stealth +20 (+5 to Stealth checks when in ice or snow)",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:25},intelligence:{score:10},wisdom:{score:18},charisma:{score:11},hp:124,initiative:19,ac:30,fortitude:28,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"34ec238a-64b9-4bd8-b8db-68838d7b9a05",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+5 damage plus 1d8 cold damage.",damage:"1d10+5 damage plus 1d8 cold damage",category:1},{id:"3ddc8601-7c52-47a1-87fa-09c23aa48f4f",name:"Frigid Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"2d8+7 cold damage, and ongoing 5 cold damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"f8fafd4c-0a98-4443-af12-a8f4c8d56aa4",name:"Ice Rending",action:null,keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The winter wolf snowfang deals 2d8 extra damage with its bite attack against any creature that is taking ongoing cold damage.",damage:"the winter wolf snowfang deals 2d8 extra damage with its bite attack against any creature that is taking ongoing cold damage",category:0},{id:"1f638bd3-d26d-485a-9934-1e95a771b06e",name:"Snow Zephyr",action:{action:4,trigger:"when an attack damages the winterwolf snowfang",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The winter wolf snowfang changes into a whirling zephyr of snow. It gains insubstantial and shifts its speed as a move action. While in this form, the wolf can use only its frigid breath attack. The wolf remains in this form until it uses frigid breath or until it chooses to resume its normal form as a minor action.",damage:"",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"290b444f-797c-4095-994f-06ef97cfd528",name:"Withering Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +18, Insight +13",equipment:"quarterstaff",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:12},intelligence:{score:20},wisdom:{score:13},charisma:{score:23},hp:138,initiative:8,ac:28,fortitude:24,reflex:25,will:26,regeneration:null,auras:[{id:"6be91bd5-bef4-49c7-98f3-f526fc412f36",name:"Aura of Exhastion",keywords:"",details:"(Charm) aura 3; each enemy within the aura is weakened"}],powers:[{id:"f3a7aee2-76d1-4fb2-b78d-39ac8b94a094",name:"Staff of Weariness",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"1527b829-4306-414d-bce6-ca138fba8fb4",name:"Draining Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8+6 psychic damage, and the target is immobilized until the end of the withering devil’s next turn.",damage:"2d8+6 psychic damage",category:1},{id:"a58d3bb0-7115-4626-ae9c-04c4ff80a837",name:"Gaze of Apathy",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"the target is slowed (save ends).",damage:"",category:3}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"268dfab0-fc4e-405b-bcd7-83753aa0de62",name:"Witherling",details:"",size:1,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"8, climb 6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:19},intelligence:{score:7},wisdom:{score:11},charisma:{score:12},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"0215c4fe-caca-4f82-891c-fd2165b2526b",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage, and the target is slowed (save ends).",damage:"1d6+2 damage",category:1},{id:"98a7041a-b7ac-4970-aaee-e6f0b141f0d1",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling makes two claw attacks.",damage:"",category:1},{id:"afa8781a-47a9-4838-bb9d-ef49f47af53b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it.",damage:"a witherling deals 1d6 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"ca374bdb-27b0-483e-a5fb-9b4092cd1b7d",name:"Blood Dance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"The witherling shifts 2 squares.",damage:"The witherling shifts 2 squares",category:3},{id:"cfd9c1c3-2917-42c4-9e2b-479505086e0a",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling’s melee attacks deal 2 extra damage against any enemy that has two or more of the witherling’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"fd2278e9-a573-478c-be4d-4c1d090b40c1",name:"Sudden Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The witherling jumps 4 squares. During the jump, it gains a +5 bonus to AC against opportunity attacks, and any enemy that misses the witherling with an opportunity attack grants combat advantage to it until the end of the witherling’s turn.",damage:"The witherling jumps 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09637346-55f7-46c2-abb0-f137f3793264",name:"Witherling Death Shrieker",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:16},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:65,initiative:5,ac:19,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"6da0235f-8d03-4b70-b3e8-75a33e25d8db",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"67888b1e-6be6-4a59-bdfa-0b35afe066d4",name:"Death Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 2d6+4 damage, and any undead ally adjacent to the target regains 5 hit points. An undead ally can regain hit points only once per round in this way.",damage:"2d6+4 damage",category:1},{id:"5dc6796b-6135-4054-b7a7-198ded3c4ead",name:"Thunder Shriek",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 1d6+4 thunder damage, and the witherling death shrieker pushes the target 2 squares.",damage:"1d6+4 thunder damage",category:1},{id:"ee9c7d24-56cb-456b-9bb8-eb3d5fdd4194",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling death shrieker’s melee attacks deal 2 extra damage against any enemy that has two or more of the death shrieker’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c17952be-1553-463b-ad10-4eaf1e5c2e08",name:"Witherling Rabble",details:"",size:1,origin:4,type:0,keywords:"undead",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +4; low-light vision",movement:"8, climb 6",alignment:"Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:19},intelligence:{score:7},wisdom:{score:11},charisma:{score:12},hp:1,initiative:10,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"33a3a598-2aec-463f-a3b6-2a105451b971",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"6ebe06e4-c0bf-406d-a780-35a185abe5a0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A witherling rabble deals 2 extra damage on attacks against any creature granting combat advantage to it.",damage:"a witherling rabble deals 2 extra damage on attacks against any creature granting combat advantage to it",category:0},{id:"ca1c45ea-cb10-4080-a3fb-c5e6c7c5ece8",name:"Pack Attack",action:null,keywords:"",condition:"",range:"A witherling rabble’s melee attacks deal 2 extra damage against any enemy that has two or more of the rabble’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"ca0e1a1f-bfe3-411d-8f13-e86b5f2c0e14",name:"Sudden Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The witherling rabble jumps 4 squares. During the jump, it gains a +5 bonus to AC against opportunity attacks, and any enemy that misses the rabble with an opportunity attack grants combat advantage to it until the end of the rabble’s turn.",damage:"The witherling rabble jumps 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e6180562-bb96-4e03-ac9c-dab15c03bdb7",name:"Wood Woad",details:"",size:2,origin:2,type:2,keywords:"plant",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Intimidate +11",equipment:"club",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:9},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:92,initiative:5,ac:23,fortitude:21,reflex:18,will:21,regeneration:null,auras:[],powers:[{id:"db336813-4241-4df3-976b-abff61e1aa3f",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"f28abc3d-b59a-40ec-9f52-6262d13617bf",name:"Nature’s Judgment",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Reliable, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+6 damage, and the target is immobilized and takes ongoing 5 damage (save ends both). When the target takes the ongoing damage, the fey enemy or plant enemy nearest to the target regains an equal number of hit points.",damage:"2d8+6 damage",category:1},{id:"d84c4558-da4b-43a8-bab8-21429c9d64ff",name:"Nature’s Mystery",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 2",attack:null,description:"",details:"targets one creature; no attack roll; the target takes a -2 penalty to attack rolls, all defenses, and saving throws (save ends). In addition, the target takes a -5 penalty to saving throws against this effect unless it succeeds on a DC 20 Nature check (as a minor action on the target’s turn).",damage:"the target takes a -2 penalty to attack rolls",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1616b9d1-2fe7-4bff-97c1-772a0b1f3051",name:"Xorn",details:"",size:2,origin:1,type:1,keywords:"earth",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +7; all-around vision, darkvision",movement:"5, burrow 5",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:12},hp:102,initiative:8,ac:23,fortitude:24,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"855ccd5e-ad91-4814-9829-463f81d1e1af",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"91410361-4b24-4f3b-9af0-ac9fe61659d1",name:"Triple Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The xorn makes three claw attacks, each against a different target.",damage:"",category:1},{id:"89b0bdf1-a39e-4c4e-838a-5c392918adab",name:"Earthy Maw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"0116a8ad-7d56-4939-b6ee-346ae55dba10",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A xorn can burrow through solid stone as if it were loose earth.",damage:"",category:0},{id:"7557919c-1a86-4ea8-920a-f192dfa821dd",name:"Retreat",action:{action:4,trigger:"when the xorn is missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The xorn burrows its speed.",damage:"",category:5},{id:"9bc4f4a1-d4f9-4696-bac4-fae1fd248352",name:"Submerge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The xorn sinks partially under the ground and gains a +2 bonus to AC until it moves.",damage:"The xorn sinks partially under the ground and gains a +2 bonus to AC until it moves",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c8181229-dbbe-4263-81f5-1f65f27b19a9",name:"Yochlol Tempter",details:"",size:2,origin:1,type:2,keywords:"demon, shapechanger",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6, climb 8 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common, Elven",skills:"Bluff +20, Intimidate +20, Religion +17, Stealth +19",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:23},intelligence:{score:19},wisdom:{score:21},charisma:{score:24},hp:158,initiative:14,ac:31,fortitude:27,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"d452c24f-027d-440c-9795-8682ecb55180",name:"Demon Form • Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"3107474c-a03e-4688-a134-2b4e8f789e46",name:"Demon Form • Amorphous Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yochlol tempter makes four tentacle attacks. A target hit by two or more tentacle attacks takes a -4 penalty to Will (save ends).",damage:"A target hit by two or more tentacle attacks takes a -4 penalty to Will (save ends)",category:1},{id:"cbf880cd-31e3-4b0c-a417-db1bed1f794d",name:"Demon Form • Maddening Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 4 while bloodied"},keywords:"Psychic",condition:"",range:"Area burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"targets enemies; the target is immobilized and takes ongoing 5 psychic damage (save ends both).",damage:"the target is immobilized and takes ongoing 5 psychic damage (save ends both)",category:1},{id:"520e2378-1430-422f-b896-f8fa4ba13f0b",name:"Drow Form • Spider Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"1d6+5 damage, and ongoing 10 poison damage (save ends).",damage:"1d6+5 damage",category:1},{id:"366d89ec-8f61-40ad-9d5f-225ba5444c75",name:"Drow Form • Venom Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"1d6+5 damage, and the target is slowed and takes ongoing 5 poison damage (save ends both).",damage:"1d6+5 damage",category:1},{id:"53e9b832-f489-44fd-b4ca-73b176e60fe4",name:"Drow Form • Seductive Glare",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges when the target saves"},keywords:"Charm, Reliable",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"the target is dazed (save ends). First Failed Saving Throw: The target is stunned (save ends). Second Failed Saving Throw: The target is dominated (save ends).",damage:"",category:3},{id:"8cf644f4-ca25-486d-8b26-e6ca782d6a75",name:"Drow Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A yochlol tempter can alter its physical form to take on the appearance of a unique female drow.",damage:"",category:3},{id:"5bce1cf8-a66c-41ca-9aa2-6a13ea68460e",name:"Demon Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A yochlol tempter can alter its physical form to resume its demon form.",damage:"",category:3}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d51ef363-6d38-4160-b4b3-d14176fdbb70",name:"Young Adamantine Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:7,role:{type:7,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"6, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Insight +10, Intimidate +9",equipment:"",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:332,initiative:8,ac:23,fortitude:22,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0fdee0ed-cb2c-48f4-bf10-5cc02211808a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"15e418e4-f039-4ebc-bb77-d4e6621f784d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"479913db-dfe1-45f3-899b-87ad35a010f9",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young adamantine dragon makes two claw attacks.",damage:"",category:1},{id:"468034fe-6f82-40c3-bf73-7be31bf38175",name:"Wing Buffet",action:{action:4,trigger:"when an enemy enters or leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Reach 2; 1d8+3 damage, and the target is knocked prone.",damage:"1d8+3 damage",category:5},{id:"ca653979-9654-4606-a84f-8d60b08a9cd3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"2d6+3 thunder damage, and the target is knocked prone. Miss: Half damage. Effect: At the start of the young adamantine dragon’s next turn, it gives a thunderous roar: close burst 3",attack:{bonus:10,defence:1},description:"",details:"no attack roll; 10 thunder damage.",damage:"10 thunder damage",category:1},{id:"dbd37e5a-6324-4360-a2f2-f9d15c3fc1d4",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young adamantine dragon uses it.",damage:"",category:5},{id:"2baa2573-977a-40e0-bfed-4ca3e2636507",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young adamantine dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:10,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"57281ae1-2203-4ffb-b90b-2fa7da13221e",name:"Young Copper Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:6,role:{type:6,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +13, Bluff +9, Insight +10",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:20},intelligence:{score:12},wisdom:{score:14},charisma:{score:12},hp:296,initiative:10,ac:20,fortitude:18,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"0382170a-cff7-4089-a54c-a574bd71a124",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"The young copper dragon shifts 2 squares before and after making the attack. Reach 2; 1d10+4 damage plus 1d6 acid damage.",damage:"1d10+4 damage plus 1d6 acid damage",category:1},{id:"53695518-d83d-4efd-bdf1-59d66611f0bb",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"20eea920-f6b3-430a-b15e-d4652eae5298",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young copper dragon makes two claw attacks and then shifts 2 squares.",damage:"The young copper dragon makes two claw attacks and then shifts 2 squares",category:1},{id:"9c3e21f0-2ae4-4fc6-b921-3102adebd1d3",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The young copper dragon flies 10 squares and makes one melee basic attack at any point during that movement. The dragon doesn’t provoke opportunity attacks when moving away from the target.",attack:null,description:"",details:"",damage:"",category:1},{id:"376b688e-8c06-4b20-850d-395d61acdcfb",name:"Cutwing Step",action:{action:4,trigger:"when an enemy moves to a space where it flanks the young copper dragon",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Targets the triggering enemy; 1d8+3 damage, and the copper dragon shifts 2 squares.",damage:"1d8+3 damage",category:5},{id:"c9deceee-3c4b-4b3c-b3fc-be9f9f86a366",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"1d10+4 acid damage, and the target is slowed (save ends). Miss: Half damage.",damage:"1d10+4 acid damage",category:1},{id:"853424c1-8839-47f6-860b-69ff3fc121f8",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young copper dragon uses it.",damage:"",category:5},{id:"ba00a2d3-3fac-4a44-97aa-475ad0b3d9ac",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young copper dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:1,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"84ef9eca-760a-421f-94ad-f1e5ca172f77",name:"Young Gold Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:9,role:{type:3,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"Arcana +15, Athletics +13, Diplomacy +13, Insight +12, Intimidate +13",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:23},wisdom:{score:16},charisma:{score:18},hp:380,initiative:7,ac:23,fortitude:21,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"4ccbfa3e-035e-4785-976e-bb496b137a28",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+4 damage plus 2d6 fire damage.",damage:"2d8+4 damage plus 2d6 fire damage",category:1},{id:"53da9c07-8608-4305-8c60-144ed97d5fd1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"9e07bf99-74e3-44bf-9ecf-ccaf91f71195",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young gold dragon makes two claw attacks.",damage:"",category:1},{id:"79e4449b-a409-4be2-b93a-83deb53ae6db",name:"Fiery Wing Riposte",action:{action:4,trigger:"when the young gold dragon is hit by a creature adjacent to it",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"the target is pushed 5 squares and takes ongoing 5 fire damage (save ends).",damage:"the target is pushed 5 squares and takes ongoing 5 fire damage (save ends)",category:5},{id:"28e33a30-e3de-4580-88c2-c0afc8a29055",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:11,defence:2},description:"",details:"2d6+5 fire damage, and the target is weakened (save ends). Miss: Half damage.",damage:"2d6+5 fire damage",category:1},{id:"78f6927d-33ff-48ef-bf6b-c42dc23d0107",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young gold dragon uses it.",damage:"",category:5},{id:"e742cdcd-9cb5-4106-b8ac-fc96c96cdf32",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young gold dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35c958ea-aca4-40cc-a52b-8f86899ce5fb",name:"Young Iron Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:5,role:{type:4,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"8, fly 8 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Acrobatics +9, Athletics +8, Stealth +9",equipment:"",category:"",strength:{score:13},constitution:{score:19},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:11},hp:268,initiative:8,ac:19,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"15d5d1ad-c7cd-4853-9a79-d35aa571bc49",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:null,description:"",details:"Reach 2; 2d8+4 damage plus 1d8 lightning damage.",damage:"2d8+4 damage plus 1d8 lightning damage",category:1},{id:"545d9556-aaf1-489f-be66-31657c7ae2ac",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"ad297740-ffc7-437c-9b7e-f8fb138a24f3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young iron dragon makes two claw attacks.",damage:"",category:1},{id:"dcfeb991-8eb8-420a-a479-cfd7655ce252",name:"Wing Block",action:{action:5,trigger:"when the young iron dragon is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The dragon gains resist 5 to all damage of the triggering attack, and it makes an attack; 1d6+4 damage.",damage:"the dragon gains resist 5 to all damage of the triggering attack",category:5},{id:"86cd7ef7-4326-45f9-8610-c7639b8769b3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:6,defence:2},description:"",details:"2d6+4 lightning damage, and the young iron dragon pulls the target 3 squares. Miss: Half damage.",damage:"2d6+4 lightning damage",category:1},{id:"32c94340-319f-47cd-8726-4bdf71f10527",name:"Bloodied",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young iron dragon uses it.",damage:"",category:5},{id:"413c4148-c6da-49a4-a8fc-b81a49587b5f",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:6,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young iron dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"15319eb0-7813-4a29-b14a-aa86628a968b",name:"Young Rust Monster Swarm",details:"",size:2,origin:4,type:1,keywords:"swarm",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:12},dexterity:{score:22},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:92,initiative:12,ac:25,fortitude:19,reflex:24,will:19,regeneration:null,auras:[{id:"0710053d-7e9e-4500-9be4-3efbf3d98f24",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 3 damage. If the enemy has a rusting item, that enemy is also slowed until the end of its turn."}],powers:[{id:"e60e90a2-042a-4967-bf34-f2cc3506b432",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"2d8+1 damage, and if the target is wearing heavy armor, the armor is rusting until the end of the encounter. While the armor is rusting, the target takes a cumulative -1 penalty to AC, to maximum penalty of -5.",damage:"2d8+1 damage",category:1},{id:"c051b60e-0675-4ab6-a88f-9d186edb00ce",name:"Rusting Defense",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the rust monster swarm is hit by a weapon attack",range:"",attack:null,description:"",details:"The weapon used in the triggering attack is rusting until the end of the encounter. While the weapon is rusting, the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon, to a maximum penalty of -5.",damage:"the target takes a cumulative -1 penalty to damage rolls on attacks that use the weapon",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"aa30a1ef-bf28-4fa3-80c1-7455e65e0188",name:"Young Silver Dragon",details:"",size:3,origin:4,type:1,keywords:"dragon",level:8,role:{type:2,flag:2,leader:!1},senses:"Perception +10; darkvision",movement:"6, fly 6 (hover), overland flight 10",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +16, Insight +10",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:13},hp:376,initiative:7,ac:20,fortitude:22,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"9750d686-e90a-4a28-89ee-75c150e51802",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"f76530a4-5ce5-4369-b460-f168222b57c0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"65842714-a3d1-4d7a-8034-2cbeaaed5452",name:"Dragon Onslaught",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The young silver dragon makes a claw attack against each enemy within reach.",damage:"",category:1},{id:"e4c7e742-9eea-4b32-9810-f12d0eef2140",name:"Wing Slice",action:{action:4,trigger:"when an enemy attacks the young silver dragon while flanking it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; targets the triggering enemy and an enemy flanking with the triggering enemy; 1d6+5 damage.",damage:"1d6+5 damage",category:5},{id:"10fc272c-a3d9-4db4-a752-fdddb571e9b7",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"1d8+5 cold damage, and the target gains vulnerable 5 to all damage (save ends). Miss: Half damage.",damage:"1d8+5 cold damage",category:1},{id:"3fa5575d-e0fa-4576-adeb-6bc572ae3b0f",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the young silver dragon uses it.",damage:"",category:5},{id:"9634163f-747a-4d0b-87f0-4c9b7f1e5a70",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is stunned until the end of the young silver dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"13ac6db1-63a4-4684-a154-8bcb275eeaf7",name:"Blood Scarab",details:"",size:2,origin:4,type:1,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +2",movement:"5, burrow 5",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:16},intelligence:{score:1},wisdom:{score:12},charisma:{score:6},hp:41,initiative:8,ac:18,fortitude:15,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ccd609c9-a4fb-4dc5-a7ab-d092c5227469",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"ed28ef05-c1bc-4191-8e32-163e23391b8a",name:"Ambush Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Use only after scarab emerges after burrowing; 2d8+5 damage.",damage:"2d8+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d6d95212-529d-46e0-b51c-a36f5b739b92",name:"Goblin Delver",details:"",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Any",languages:"Common, Goblin",skills:"Dungeoneering +6, Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:19},intelligence:{score:8},wisdom:{score:8},charisma:{score:16},hp:59,initiative:8,ac:18,fortitude:15,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"09618bc2-eaa8-4f0b-be3f-41aa96bb6ca8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"6e4edc61-d455-40de-9859-cd821dd1dd5b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d4+4 damage.",damage:"1d4+4 damage",category:1},{id:"1eac8f4b-790f-4580-952a-6c3a9cc950f0",name:"Grab Bag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:9,defence:0},description:"",details:"delver randomly pulls an item from pack and throws it; roll 1d4 for effect: 1: Stone, 1d6 + 4 damage; 2: Alchemist’s Fire, 1d8 + 4 fire damage and 5 fire damage to all creatures adjacent to target; 3: Caltrops, 1d6 + 4 damage and target is slowed (save ends); 4: Healing Flask, target heals 5 hp.",damage:"1d6 + 4 damage",category:1},{id:"bbf75575-bfde-4d6b-a6f1-2db11d7225b6",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin shifts 1 square.",damage:"The goblin shifts 1 square",category:5},{id:"3fccbbff-b949-430d-b378-798fd71d5cc8",name:"Untidy Death",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the delver is reduced to 0 hit points, it drops everything it carries and its square becomes difficult terrain.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9faf461-92ab-473b-a087-dce40e6ac8e9",name:"Minotaur Battle Shaman",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:0,flag:0,leader:!1},senses:"Perception +17",movement:"6",alignment:"Any",languages:"Common",skills:"Intimidate +14, Nature +17, Religion +12",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:23},charisma:{score:16},hp:94,initiative:9,ac:24,fortitude:24,reflex:26,will:24,regeneration:null,auras:[{id:"7e63af13-db12-4115-813f-d0210b476d29",name:"Spirit of Health",keywords:"",details:"aura 5; allies that start their turn in the aura gain 5 temporary hit points."}],powers:[{id:"69fe9ed6-3b0e-47b5-a105-3f329d47a20b",name:"Primal Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d4+5 damage, and shaman shifts 1 square.",damage:"2d4+5 damage",category:1},{id:"5629f0b7-9fe2-4298-9f85-7ab99f270595",name:"Primal Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"1d8+5 damage, and the shaman regains 5 hit points.",damage:"1d8+5 damage",category:1},{id:"d1e5ac47-b600-49c8-9778-1be5cc2c6911",name:"Spirit of Nature’s Rage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Area burst 2 within 20",attack:{bonus:17,defence:3},description:"",details:"enemies only; 3d6+5 damage, and the target slides 2 squares and makes an immediate basic attack against the nearest ally it can reach.",damage:"3d6+5 damage",category:1},{id:"547d8be4-0345-4e00-8715-0d744d3022f3",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50e19eef-53cc-4a9e-8169-df2e5d8fa2e9",name:"Orc Terrorblade",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +11, Intimidate +7",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:14},intelligence:{score:8},wisdom:{score:9},charisma:{score:8},hp:87,initiative:5,ac:18,fortitude:19,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"49dd1b6c-0284-4fcc-9467-02bd8d5f2a0f",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"3d4+6 damage (crit 2d4+18).",damage:"3d4+6 damage (crit 2d4+18)",category:1},{id:"ac097559-9a02-4e9a-8fb2-eba96947b84d",name:"Bloodfury Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Weapon",condition:"only while bloodied",range:"",attack:{bonus:9,defence:0},description:"",details:"4d4+6 damage (crit 2d4+22). Hit or Miss: The orc regains 10 hit points.",damage:"4d4+6 damage (crit 2d4+22)",category:1},{id:"721d171b-0f64-4ab8-bcbc-52c86f46d249",name:"Bloodthirsty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the orc hits a bloodied target, the attack deals an extra 2d4 damage.",damage:"the attack deals an extra 2d4 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3794f872-7ea8-4dd3-abd1-1f419fbc0e01",name:"Yuan-Ti Fangblade",details:"",size:2,origin:4,type:2,keywords:"reptile",level:14,role:{type:2,flag:0,leader:!0},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:22},intelligence:{score:9},wisdom:{score:16},charisma:{score:12},hp:170,initiative:13,ac:26,fortitude:27,reflex:27,will:24,regeneration:null,auras:[{id:"a05b2c3a-13b2-4d0e-87ae-a113798249c0",name:"Zehir’s Fang",keywords:"",details:"aura 10; reptile allies in the aura gain a +1 power bonus to attack rolls."}],powers:[{id:"a607f326-2047-42ae-a88d-3631a984d487",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"b30e6257-d0a9-41bd-957e-d11f46d5b851",name:"Poison Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"2d6+4 damage, and ongoing 5 poison damage (save ends).",damage:"2d6+4 damage",category:1},{id:"32fa42ad-ceaa-4f80-83a1-70728ea15a03",name:"Swift Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when yuan-ti starts its turn adjacent to an immobilized creature"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The yuan-ti fangblade makes a greatsword attack and a poison bite attack.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b5b7a7ae-45bb-4bad-9b44-fc698bda3625",name:"Doomdreamer",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common, Primordial",skills:"",equipment:"mace",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:15},intelligence:{score:19},wisdom:{score:20},charisma:{score:17},hp:87,initiative:6,ac:22,fortitude:18,reflex:20,will:21,regeneration:null,auras:[{id:"0fa4ce97-3c0d-428e-a2dd-3d98792420c8",name:"Blessing of the Elemental Eye",keywords:"",details:"aura 2; elemental and demon allies within the aura gain a +2 bonus to attack rolls."}],powers:[{id:"3e2b1b4f-ae82-4409-ab24-baa39be03c58",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"79dab5ab-5639-4503-beee-e0ce9625e412",name:"Chilling Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 5",attack:{bonus:12,defence:2},description:"",details:"1d8+7 cold damage, and the target is immobilized until the end of the doomdreamer’s next turn.",damage:"1d8+7 cold damage",category:1},{id:"321b311d-827d-4251-a1f7-72ddac6ef116",name:"Touch of Insanity",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"1d6+7 psychic damage, and the target must move at least 1 square during its turn or take 10 psychic damage at the end of its turn (save ends).",damage:"1d6+7 psychic damage",category:1},{id:"9455023b-1e59-4d6d-aa63-f6551fa97b7c",name:"Maddening Howl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d8+7 thunder damage, and the target is dazed until the end of the doomdreamer’s next turn.",damage:"2d8+7 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db594f5b-69ca-4132-a365-37f9aa687d59",name:"Duergar Cleric of Asmodeus",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:7,role:{type:3,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven, Supernal",skills:"Arcana +11, Diplomacy +10, Religion +11",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:11},intelligence:{score:16},wisdom:{score:19},charisma:{score:14},hp:82,initiative:3,ac:20,fortitude:20,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"088befeb-c2c4-49fb-899c-3b092d1b362d",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"a1945010-031f-4ae9-9e09-f253a345609d",name:"Iron Bolt of Obedience",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"(standard",range:"the target slides 3 squares and makes a melee or ranged basic attack against a target of the cleric’s choice with a +4 power bonus to the attack roll.",attack:{bonus:11,defence:3},description:"",details:"",damage:"",category:1},{id:"68f79640-d00b-4a9c-b1a3-d2be697667dd",name:"Demand Tribute",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"1d8+4 necrotic damage. Until the end of the encounter, whenever the target spends a healing surge or allows another creature to spend a healing surge, the cleric regains 10 hit points.",damage:"1d8+4 necrotic damage",category:1},{id:"ceb6653e-2016-47f5-910c-1b551a04d7b4",name:"Tyrannical Judgment",action:{action:4,trigger:"when an ally within 5 squares of the cleric misses with an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:null,description:"",details:"the ally takes 5 damage and rerolls the attack.",damage:"the ally takes 5 damage and rerolls the attack",category:5},{id:"95ae364c-46a4-49eb-ac29-12510da14719",name:"Wave of Despair",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:11,defence:3},description:"",details:"2d8+5 psychic damage. Allies in the blast gain 5 temporary hit points and a +2 power bonus to attack rolls until the end of the cleric’s next turn.",damage:"2d8+5 psychic damage",category:1}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"illusion",tactics:""},{id:"3efcc7cb-b479-46c9-8bb0-73f595a602e9",name:"Minotaur Thug",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +12, Athletics +13",equipment:"short sword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:17},intelligence:{score:9},wisdom:{score:14},charisma:{score:10},hp:95,initiative:9,ac:22,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"46aa33bf-778d-4a4f-81e9-a2d7cd47526b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"4074ef8c-e923-402e-b65b-e85197c41deb",name:"Slashing Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The minotaur thug makes a charge attack; 2d6+5 damage, and the target is pushed 1 square. Effect: The minotaur thug shifts 2 squares after the attack.",damage:"2d6+5 damage",category:1},{id:"50a0b765-d8e6-424a-bfbc-dc0fd7af12e2",name:"Goring Rampage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The minotaur thug moves 6 squares and makes up to three attacks at any point during this move, attacking a different target each time; 1d6+5 damage, and the target slides 1 square.",damage:"1d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"47d5f546-7f6f-4f0f-882d-7816e3298d9c",name:"Psychic Sentinel",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:19},hp:0,initiative:10,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[{id:"07ca0df3-0f29-48c7-bce9-40d2b95bc146",name:"Mind Lock Aura",keywords:"",details:"aura 2; a creature that starts its turn within"}],powers:[{id:"66a61bac-42d1-4077-8201-c18d4bd98a51",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+5 damage, and the target is marked until the end of the psychic sentinel’s next turn.",damage:"2d8+5 damage",category:1},{id:"c46cbb5c-b108-40e0-af51-b1f3796491b7",name:"Ruby Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d6+7 psychic damage, and the target is marked until the end of the psychic sentinel’s next turn.",damage:"2d6+7 psychic damage",category:1},{id:"2cd63771-02ce-4c08-8f9e-871dca14a1bd",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The psychic sentinel makes a slam attack and a ruby beam attack or two slam attacks.",damage:"",category:1},{id:"1ac0c92d-cf04-4359-a73d-fd5f7013176d",name:"Psychic Backlash",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"targets enemies; 3d6+10 psychic damage.",damage:"3d6+10 psychic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3cc4383-177e-496e-8201-7d94baa2bd24",name:"Bullywug Guard",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +1",movement:"5 (swamp walk), swim 4",alignment:"Chaotic Evil",languages:"Primordial",skills:"Athletics +8",equipment:"club; leather armor",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:14},intelligence:{score:7},wisdom:{score:11},charisma:{score:9},hp:49,initiative:5,ac:19,fortitude:16,reflex:15,will:13,regeneration:null,auras:[{id:"83eb4f19-44e6-4ec8-96b4-9b690517d8a4",name:"Rancid Air",keywords:"",details:"(Poison) aura 2; each enemy that spends a healing surge within the aura is weakened until the end of its next turn."}],powers:[{id:"de75cc49-a958-49b8-819f-a85838995e2b",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+6 damage.",damage:"1d6+6 damage",category:1},{id:"ff02db5d-cdc1-40f0-b334-3d8035842608",name:"Leaping Bash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The bullywug guard shifts 2 squares and attacks; 2d6+7 damage, and the target is knocked prone.",damage:"2d6+7 damage",category:1},{id:"665aa0b2-fe2d-4cb4-a3e5-a0c7e41e2f61",name:"Protecting Hop",action:{action:5,trigger:"when an adjacent ally is hit by a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bullywug guard swaps positions with the ally, and the triggering attack is redirected to the bullywug guard.",damage:"",category:5},{id:"e0997855-a783-4569-9e82-5601b0d1671b",name:"Nature’s Release",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Any attacker who scores a critical hit against a bullywug guard regains 5 hit points.",damage:"Any attacker who scores a critical hit against a bullywug guard regains 5 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"237e7788-ad29-4a7f-978a-1c245e23828b",name:"Goblin Wolf Rider",details:"",size:1,origin:4,type:2,keywords:"goblin",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"8",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9",equipment:"leather armor; short sword",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:62,initiative:6,ac:19,fortitude:17,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"dccf27e2-2e81-4012-ad41-c07d18da2b3b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+7 damage.",damage:"1d6+7 damage",category:1},{id:"f057afeb-203c-4084-8662-5a0119cf4102",name:"Wolf’s Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"prone target only",range:"",attack:{bonus:10,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"f6bbda08-4c12-4abf-a8cb-b3f1a2fb17d3",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The goblin wolf rider moves half its speed and makes one melee basic attack during the move. It doesn’t provoke opportunity attacks while moving away from the target of this attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"cf00d5eb-6eeb-49aa-a6f1-a9f957e51132",name:"Knockdown Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the goblin wolf rider charges, it deals 1d6 extra damage and knocks the target prone.",damage:"it deals 1d6 extra damage and knocks the target prone",category:0},{id:"2c85c9fe-b131-4cf6-92dd-2f602a69dc31",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin wolf rider shifts 1 square.",damage:"The goblin wolf rider shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ec8a6d7f-744e-44b4-a7d7-f25597a3199b",name:"Human Outrider",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Athletics +12",equipment:"leather armor; longsword",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:18},intelligence:{score:15},wisdom:{score:14},charisma:{score:10},hp:74,initiative:9,ac:20,fortitude:19,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"0a585ff1-1b99-4c8f-b43a-8393660174d4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+6 damage, plus 1d8 damage on charge attacks.",damage:"1d8+6 damage",category:1},{id:"20a95eb0-c3cc-46b1-93ec-72d2a34e0318",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"The human outrider moves its speed and can enter enemies’ spaces. The outrider makes an attack; 1d6+6 damage, and the target is knocked prone.",damage:"1d6+6 damage",category:1},{id:"8274d308-e600-4528-b27c-4fb6bb6c3b71",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The human outrider moves half its speed and makes one melee basic attack during the move. It doesn’t provoke opportunity attacks while moving away from the target.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9060bd4b-6348-46cb-8eb4-227e88ff69c1",name:"Skeletal Cyclops",details:"",size:3,origin:2,type:0,keywords:"undead",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:22},intelligence:{score:3},wisdom:{score:19},charisma:{score:3},hp:147,initiative:12,ac:24,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"82dd1149-b13c-4da8-8163-39b8bc271076",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d12+7 damage.",damage:"1d12+7 damage",category:1},{id:"db1fb659-9e26-46bc-b1e5-f1969f6c2bf4",name:"Brush Aside",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:"recharges at the start of the skeletal cyclops’s turn when a creature affected by its undead eye is more than 2 squares away from the cyclops"},keywords:"",condition:"",range:"Close blast 2",attack:{bonus:15,defence:1},description:"",details:"the target is pushed 2 squares.",damage:"the target is pushed 2 squares",category:3},{id:"8299fdd4-3d12-40c0-bcd0-373fa1cabe25",name:"Undead Eye",action:{action:4,trigger:"when an enemy attacks the skeletal cyclops",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy gains vulnerable 10 to the skeletal cyclops’s attacks until the end of the cyclops’s next turn.",damage:"The triggering enemy gains vulnerable 10 to the skeletal cyclops’s attacks until the end of the cyclops’s next turn",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3ca0f72a-1032-454f-a813-467c3e4c5155",name:"Skeletal Tiefling",details:"",size:2,origin:4,type:0,keywords:"undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"longsword; scale armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:21},intelligence:{score:4},wisdom:{score:14},charisma:{score:3},hp:90,initiative:11,ac:24,fortitude:20,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"5697331b-dddb-441f-bf7d-27349ab6d9cf",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"(+17 against bloodied targets)1d8+8 damage, and the target is marked until the end of the skeletal tiefling’s next turn.",damage:"(+17 against bloodied targets)1d8+8 damage",category:1},{id:"cf4e7d0b-8f97-4819-8647-e2af8b6c9268",name:"No Escape",action:{action:5,trigger:"when an enemy marked by the skeletal tiefling shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skeletal tiefling makes a longsword attack against the triggering creature.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6cb25615-5fef-4f53-86f8-afb369cb753f",name:"Tiefling Necromancer",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +14, Stealth +11",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:15},intelligence:{score:20},wisdom:{score:15},charisma:{score:17},hp:188,initiative:6,ac:23,fortitude:20,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"cef8d7c0-42c5-49b2-81d3-0cc3a6e0c122",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"5da44931-3d8a-4402-aaf8-5a00b0298c83",name:"Infernal Puppet",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"2d8+3 psychic damage, and the target slides 5 squares.",damage:"2d8+3 psychic damage",category:3},{id:"9f1b1544-74a3-4ed6-99e8-f110a452eec3",name:"Withering Consumption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:13,defence:1},description:"",details:"2d8+3 necrotic damage, the target is weakened until the end of the necromancer’s next turn, and one undead ally within 5 squares regains 5 hit points.",damage:"2d8+3 necrotic damage",category:1},{id:"2c190ad6-7638-4011-8c89-dc303e17e7d7",name:"Chilling Transfer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Healing",condition:"targets enemies",range:"Area burst 2 within 10",attack:{bonus:13,defence:1},description:"",details:"4d6+3 cold damage, and the target is slowed (save ends). Each undead ally in burst regains 5 hit points.",damage:"4d6+3 cold damage",category:1},{id:"1c678f19-0bbc-4876-8331-868197620130",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tiefling gains a +1 bonus to next attack roll against an enemy that hit the necromancer since its last turn. If the attack hits, it deals 5 extra damage.",damage:"it deals 5 extra damage",category:3}],damageModifiers:[{type:3,value:-10},{type:6,value:-5}],resist:"",vulnerable:"radiant (undead allies within 5 squares of the necromancer are slowed until the end of the necromancer’s next turn.)",immune:"",tactics:""},{id:"ea7f10a9-d2ae-45e6-91ef-7b538902ede1",name:"Vampire Guildmaster",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:6,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"8, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:24},intelligence:{score:15},wisdom:{score:13},charisma:{score:19},hp:192,initiative:15,ac:26,fortitude:24,reflex:25,will:22,regeneration:{value:10,details:"doesn’t function while in direct sunlight"},auras:[],powers:[{id:"0e5b419f-c615-4199-825a-a7c35a22a988",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"normal form only",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"6c7ce823-f879-4c76-a680-2b57b04879ab",name:"Flash of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"normal form only",range:"Moves its speed and makes two melee basic attacks against different targets at any point during the move. Doesn’t provoke opportunity attacks when moving away from either target.",attack:null,description:"",details:"",damage:"",category:1},{id:"d9667967-2b80-4fa4-8f98-1c8bcfb36012",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"animal form only",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+2 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d6+2 necrotic damage",category:1},{id:"8278f908-2a0a-4fd0-9bbb-2252c1abc2ab",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when adjacent creature becomes bloodied"},keywords:"Healing",condition:"requires combat advantage",range:"",attack:{bonus:15,defence:1},description:"",details:"2d10+7 damage, the target is weakened (save ends), and the guildmaster regains 48 hit points.",damage:"2d10+7 damage",category:1},{id:"86a4b06b-7ef2-41d2-91aa-e0c96e1677ff",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The vampire guildmaster deals 2d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"f21e4c29-c8b4-4233-9049-70343da87ed4",name:"Animal Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"revert minor",range:"",attack:null,description:"",details:"Transforms into swarm of rats (as MM 219, but resist is 10).",damage:"Transforms into swarm of rats (as MM 219",category:3},{id:"e91cf9c1-0a1d-4abb-935d-23fabf7dcf63",name:"Inspiring Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One humanoid ally within 5 squares of the vampire shifts 1 square and deals 1d6 extra damage until end of guildmaster’s next turn.",damage:"one humanoid ally within 5 squares of the vampire shifts 1 square and deals 1d6 extra damage until end of guildmaster’s next turn",category:3},{id:"89cebdfe-5330-4c63-a5ae-3057dec2e1b2",name:"Blanket of Mist",action:{action:5,trigger:"when reduced to 0 hp",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The triggering attack misses. The guildmaster becomes insubstantial, shifts 6 squares, and gains a fly speed of 12, but cannot attack. This effect lasts up to 1 hour.",damage:"shifts 6 squares",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"66e14ff5-eea6-4cf2-ae60-91b001798ec6",name:"Aarakocra Skyscout",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +7, eagle eyes",movement:"6",alignment:"unaligned",languages:"Aarakocra",skills:"Acrobatics +8, Athletics +6, Perception +7",equipment:"spear, 4 javelins",category:"",strength:{score:13},constitution:{score:11},dexterity:{score:17},intelligence:{score:10},wisdom:{score:15},charisma:{score:10},hp:27,initiative:5,ac:14,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"9b36e541-929c-45d1-abc7-9653ae3c914f",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"d75c9227-2727-416f-b42b-4eb90e677722",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(Standard",range:"",attack:{bonus:7,defence:0},description:"",details:"Range 10/20; 1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"17d264f4-c42b-49d6-9137-c65a51cd0dfd",name:"Descending Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The aarakocra charges and descends at least 10ft. At the end of this charge, the aarakocra may make a basic attack (thrown or melee) with a +1 bonus to attack. If it hits, it deals 3d8+3 damage and knocks the target prone.",damage:"",category:1},{id:"58475617-b426-4e20-a4c6-cec928da04bf",name:"Eagle Eyes",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An aarakocra has a +10 check on Perception checks involving seeing objects at least 10 squares away. (Starting encounter distance for aarakocra should be adjusted accordingly by the dm.) ",damage:"An aarakocra has a +10 check on Perception checks involving seeing objects at least 10 squares away",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3125a7c1-e99d-4cbf-ac06-16028e8de112",name:"Abhorrent Reaper",details:"",size:3,origin:5,type:2,keywords:"undead",level:23,role:{type:7,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"8, fly 12 (hover)",alignment:"Evil",languages:"Common",skills:"Intimidate +23",equipment:"sickle",category:"",strength:{score:27},constitution:{score:20},dexterity:{score:21},intelligence:{score:18},wisdom:{score:16},charisma:{score:24},hp:424,initiative:18,ac:40,fortitude:37,reflex:34,will:36,regeneration:null,auras:[{id:"414e3e6c-0c01-4086-826b-be73a7854b2a",name:"Aura of Ruin",keywords:"",details:"aura 5; any ally within the aura deals 1d6 extra necrotic damage with melee attacks."}],powers:[{id:"c85fd9a3-aec4-4c98-b2a9-7fc61bcb8091",name:"Abhorrent Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d6+8 necrotic damage.",damage:"3d6+8 necrotic damage",category:1},{id:"1adcde81-efbf-448a-9f46-c136745c8576",name:"Hateful Charge",action:{action:1,trigger:"usable only when charging",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Requires sickle; 3d6+8 necrotic damage, and the target is knocked prone and is immobilized until the end of the abhorrent reaper’s next turn.",damage:"3d6+8 necrotic damage",category:5},{id:"d55eb990-a6ba-4315-8c9e-a21f5b62608d",name:"Hate’s Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"close burst 2",attack:{bonus:28,defence:0},description:"",details:"Requires sickle; 6d6+8 necrotic damage.",damage:"6d6+8 necrotic damage",category:1},{id:"5f2ca48e-65df-49e3-9d1c-3419b2df4dc1",name:"Bloodthirst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an abhorrent reaper bloodies an enemy, one of the abhorrent reaper’s allies can make a melee basic attack against the bloodied creature as a free action.",damage:"",category:0},{id:"e946b526-84d4-4be9-a4a7-e2fcf183ef04",name:"Umbral Phantasm",action:{action:5,trigger:"when the abhorrent reaper would take damage",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The abhorrent reaper becomes insubstantial until it attacks or until the end of its next turn.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"84ebce60-0c82-4285-ba53-160b1bc76e0e",name:"Accipitridae",details:"",size:2,origin:4,type:1,keywords:"undead",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"fly 7 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:16},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:63,initiative:7,ac:19,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"981ce77f-4c55-45d6-b9af-27996298b5e3",name:"Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"1d6+2 necrotic damage, and the target is blinded until the end of the accipitridae’s next turn.",damage:"1d6+2 necrotic damage",category:1},{id:"ffbf9272-d44a-492b-8dae-1aac0baaeb00",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Targets a bloodied enemy; 1d8+4 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+4 necrotic damage",category:3},{id:"f5e77b12-fa68-4dd2-bb8a-2c6a6c15cb77",name:"Screeching Retreat",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Thunder",condition:"",range:"Close burst 5",attack:{bonus:6,defence:1},description:"",details:"2d6+5 thunder damage, and the target is dazed (save ends). Hit or Miss: The accipitridae shifts up to 3 squares.",damage:"2d6+5 thunder damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"02ddb355-c793-411b-9245-ae82736056f9",name:"Acererak (Demilich)",details:"",size:0,origin:4,type:0,keywords:"undead",level:26,role:{type:3,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"Arcana +28, History +25, Insight +26",equipment:"",category:"",strength:{score:19},constitution:{score:25},dexterity:{score:25},intelligence:{score:30},wisdom:{score:27},charisma:{score:21},hp:1e3,initiative:20,ac:44,fortitude:39,reflex:43,will:42,regeneration:{value:30,details:"if Acererak takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"fb10a1fe-c98d-4678-bb13-28219bf2a916",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"fd6a4c7b-f6ec-47af-a026-d3b2ad8f3e12",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"3d8+8 necrotic damage.",damage:"3d8+8 necrotic damage",category:1},{id:"8e51d706-d083-48d4-b2a3-f1f82be390f7",name:"Shadow Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Acererak makes a shadow ray attack and a drain soul attack.",damage:"",category:1},{id:"33634679-6f17-4dc7-bbf1-724b72c90897",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"does not provoke opportunity attacks; the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of Acererak’s soul gems until Acererak is destroyed.",damage:"",category:1},{id:"d3455582-f9c5-4558-9e92-d04f8d05a246",name:"Azure Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:31,defence:3},description:"",details:"the target takes ongoing 10 psychic damage and is slowed (save ends both).",damage:"the target takes ongoing 10 psychic damage and is slowed (save ends both)",category:3},{id:"d2ceea72-1d9d-4325-a986-c55af2bbcd38",name:"Prismatic Burst",action:{action:1,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Fire, Lightning, Thunder",condition:"",range:"Area burst 3 within 10",attack:{bonus:31,defence:2},description:"",details:"3d8+8 cold, fire, lightning, and thunder damage, and the target is stunned until the end of Acererak’s next turn.",damage:"and thunder damage",category:5},{id:"8e1924fb-609f-40ea-b734-37ece3759f34",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:31,defence:3},description:"",details:"3d8+8 necrotic damage, and the target is immobilized and takes a -2 penalty to saving throws (save ends both).",damage:"3d8+8 necrotic damage",category:5},{id:"d72eba34-f24a-4cbd-b3a6-5f7defaed5b1",name:"Consume Soul",action:{action:3,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Acererak regains 250 hit points.",damage:"Acererak regains 250 hit points",category:5},{id:"998fa346-6b67-4539-af08-ba60564300e9",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak’s eight soul gems can each hold the soul of one of his victims. At the beginning of an encounter, the soul gems contain three souls. Crushing a gem after Acererak is defeated releases the soul to the Shadowfell.",damage:"",category:0},{id:"1a217746-a4a1-441b-98b5-79a4230a76b3",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak’s skull (but not the soul gems) crumbles to dust, but Acererak is not destroyed. He reappears in 1 day adjacent to his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears in 1 day adjacent to his phylactery",category:0}],damageModifiers:[{type:6,value:-15},{type:8,value:-15}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"14f39d22-f91b-4cbe-897c-5fb6bdbe3bbf",name:"Acererak Construct",details:"",size:0,origin:4,type:0,keywords:"homunculus, undead",level:13,role:{type:0,flag:2,leader:!1},senses:"Perception +13; darkvision",movement:"fly 10 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:22},hp:600,initiative:9,ac:28,fortitude:29,reflex:26,will:25,regeneration:null,auras:[{id:"d7c55fd3-62cf-41d0-a969-c6539879bdea",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"4ea3fad9-26cb-439f-918b-c8a3191cb933",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"8ef8f929-7e1e-4f28-9017-93c1d398a300",name:"Twin Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The Acererak construct makes two shadow ray attacks.",damage:"",category:1},{id:"161db3a3-385c-4927-b431-c00abd60182c",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:18,defence:1},description:"",details:"the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of the Acererak construct’s soul gems until the construct is destroyed.",damage:"",category:1},{id:"d4c927a9-bea9-4505-be6e-ac5633ea3eba",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:18,defence:3},description:"",details:"2d6+4 necrotic damage, and the target takes a -2 penalty to saving throws (save ends).",damage:"2d6+4 necrotic damage",category:5},{id:"7d1c5253-7c1a-4ee3-a33b-ce35ed9b4a32",name:"Guard Area",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An Acererak construct can use its drain soul power against any creature in its guarded area, even if the power hasn’t recharged.",damage:"",category:0},{id:"caab6bb3-5923-463a-bb88-7f6538cfa432",name:"Consume Soul",action:{action:3,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The Acererak construct regains 150 hit points.",damage:"The Acererak construct regains 150 hit points",category:5},{id:"f9496c1c-30bd-4a35-ad47-598f959e3368",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Acererak construct’s four soul gems can each hold the soul of one of its victims. At the beginning of an encounter, the soul gems contain one soul. Crushing a gem after the construct is defeated releases the soul to the Shadowfell.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:8,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"14712448-d665-42aa-8ec1-26c0dc5163f2",name:"Alhoon Lich",details:"",size:2,origin:0,type:2,keywords:"undead",level:21,role:{type:3,flag:1,leader:!0},senses:"Perception +16; darkvision",movement:"7",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"Arcana +23, Bluff +17, Insight +21",equipment:"",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:21},intelligence:{score:26},wisdom:{score:23},charisma:{score:14},hp:394,initiative:15,ac:37,fortitude:31,reflex:35,will:33,regeneration:{value:10,details:"if an alhoon takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"7d9f2a19-9fd8-481f-a653-be17c133fdee",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters the aura or starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"5a7236bc-ea15-4690-bfe8-e20fc7ab5dc6",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"3d8+3 damage, and the target is grabbed. The alhoon can have only one creature grabbed at a time.",damage:"3d8+3 damage",category:1},{id:"6fbe1d3e-57e6-4a58-aa1b-d2d1c8022f0a",name:"Bore into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a creature grabbed by the alhoon or a dazed or stunned creature; 3d10+3 damage, and the target is stunned (save ends). If this power reduces the target to 0 hit points or fewer, the alhoon can use devour brain or create thrall.",damage:"3d10+3 damage",category:1},{id:"c756e205-448d-40bf-bf01-34b67022dbc0",name:"Enslave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:25,defence:3},description:"",details:"the target is dominated (save ends). While dominated, the target is immune to mind blast and gains a +5 bonus to Will while within 10 squares of the alhoon that dominated it. The alhoon can have only one creature dominated using enslave at a time.",damage:"the target is immune to mind blast and gains a +5 bonus to Will while within 10 squares of the alhoon that dominated it",category:1},{id:"4f03d9f7-cff4-41ee-950c-2672ef4d7f4b",name:"Mind Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:23,defence:3},description:"",details:"does not target mind flayers and their thralls; 4d8+7 psychic damage, and the target is dazed (save ends). Miss: Half damage, and the target is not dazed.",damage:"4d8+7 psychic damage",category:1},{id:"7db7f800-cf95-47bc-9296-5d648cf654eb",name:"Interpose Thrall",action:{action:4,trigger:"when an enemy targets the alhoon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack targets a thrall within the attacker’s reach.",damage:"",category:5},{id:"5d65547b-bda7-42e1-81e9-3b130adb071d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The alhoon spends a healing surge and regains 98 hit points. The alhoon gains a +2 bonus to all defenses until the start of its next turn.",damage:"The alhoon spends a healing surge and regains 98 hit points",category:1},{id:"efcbdebf-b766-4030-8197-2416e009657e",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an alhoon is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2d6d6085-aa8a-443b-acb4-a1b2dc30fd60",name:"Aspect of Vecna",details:"",size:2,origin:3,type:2,keywords:"undead",level:25,role:{type:3,flag:1,leader:!1},senses:"Perception +25; darkvision, truesight 10",movement:"6, teleport 6",alignment:"Evil",languages:"all",skills:"Arcana +25, Bluff +23, Diplomacy +25, Dungeoneering +25, Heal +25, History +25, Intimidate +23, Nature +25, Religion +25",equipment:"",category:"",strength:{score:19},constitution:{score:24},dexterity:{score:23},intelligence:{score:27},wisdom:{score:26},charisma:{score:22},hp:464,initiative:18,ac:41,fortitude:39,reflex:37,will:40,regeneration:null,auras:[{id:"27d63dcb-42fe-40ff-a8df-4f011999f6ae",name:"Vecna’s Aura",keywords:"",details:"(Healing, Necrotic) aura 10; any living creature that starts its turn within the aura takes 10 necrotic damage. Any undead creature that starts its turn within the aura regains 5 hit points."}],powers:[{id:"3f48fac6-cd1f-4261-a854-9073df7b1954",name:"Paralyzing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"3d6+14 necrotic damage, and the target is immobilized and weakened (save ends both).",damage:"3d6+14 necrotic damage",category:1},{id:"375be3b2-d34f-4a76-99c4-cf3b451affc8",name:"Ray of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:29,defence:2},description:"",details:"2d8+15 necrotic damage, and the target loses a healing surge.",damage:"2d8+15 necrotic damage",category:1},{id:"3f5b5ed5-9f2e-44b0-9e33-f984f8cfa27c",name:"Necrotic Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:29,defence:2},description:"",details:"targets living creatures; 2d6+12 necrotic damage, and the target is immobilized and takes ongoing 10 necrotic damage (save ends both). The burst creates a zone of webs that lasts until the end of the encounter. The zone is difficult terrain, and a living creature that ends its move in the web is immobilized and takes ongoing 10 necrotic damage (save ends both).",damage:"2d6+12 necrotic damage",category:1},{id:"8c74e046-4c5a-465d-8b9a-7c5ce1ab3599",name:"Vecna’s Ambition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the aspect of vecna reduces a creature to 0 hit points or fewer",range:"",attack:null,description:"",details:"The aspect of Vecna regains an action point.",damage:"",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"88cb2825-f3b1-476f-81cc-64e2db22c430",name:"Baelnorn Lich",details:"",size:2,origin:2,type:2,keywords:"undead",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Any",languages:"Common, Elven",skills:"Arcana +20, History +20, Insight +16",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:16},intelligence:{score:23},wisdom:{score:19},charisma:{score:21},hp:292,initiative:10,ac:31,fortitude:27,reflex:30,will:29,regeneration:{value:5,details:""},auras:[{id:"7591897e-6175-4ceb-8e3c-5f7009279000",name:"Baelnorn’s Will",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to Will and to saving throws against psychic effects."}],powers:[{id:"ddd67cce-9194-4f61-b293-b868a4462f4f",name:"Grasp of Enfeeblement",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"1d10+7 necrotic damage, and the target is weakened until the end of the baelnorn’s next turn.",damage:"1d10+7 necrotic damage",category:1},{id:"253834ae-98f5-400d-b2d9-0d00209db4c8",name:"Dream Haunting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"2d8+6 psychic damage.",damage:"2d8+6 psychic damage",category:1},{id:"541c1b01-6f80-4849-b79e-adfd12552aa9",name:"Voice of Solemnity",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"the target falls into a sleepy trance. While in this trance state, the target is immobilized and dominated (save ends both). In addition, the target truthfully answers any question the baelnorn asks.",damage:"",category:3},{id:"08c5387b-3055-4748-a7a9-25c360f21627",name:"Fey Ire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:17,defence:3},description:"",details:"2d8+9 radiant damage, and the target takes ongoing 5 psychic damage and is dazed (save ends both). Miss: Half damage, and the target is instead slowed (save ends).",damage:"2d8+9 radiant damage",category:1},{id:"ef8f4207-ab3d-4847-9840-7da1ff131c84",name:"Ethereal Shift",action:{action:4,trigger:"when an enemy’s melee attack misses the baelnorn",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The baelnorn shifts up to 3 squares.",damage:"The baelnorn shifts up to 3 squares",category:5},{id:"4dc65814-6bcd-42d9-8dc6-df88b0f74832",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The baelnorn teleports up to 5 squares.",damage:"The baelnorn teleports up to 5 squares",category:2},{id:"37eb6b98-81c9-4b38-8654-80bfa0ec775f",name:"Projection",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Conjuration, Teleportation",condition:"",range:"Ranged 10",attack:null,description:"",details:"the baelnorn creates a conjuration of itself, turns invisible, and teleports up to 5 squares. The conjuration can be attacked and damaged, though it is unaffected by conditions and effects. The conjuration occupies one square and has 1 hit point (a missed attack never damages the conjuration). The baelnorn becomes visible if it attacks or when the conjuration is reduced to 0 hit points. As a move action, the baelnorn can move the conjured illusion up to 6 squares.",damage:"the conjuration can be attacked and damaged",category:5},{id:"5d42651e-1822-4422-8c0c-63fe3ef76269",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The baelnorn spends a healing surge and regains 73 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The baelnorn spends a healing surge and regains 73 hit points",category:1},{id:"93e3a51c-be0f-4c4c-9d52-81c15a4a3526",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a baelnorn is reduced to 0 hit points, its body and possessions crumble into dust, but it is not truly destroyed. It reappears in 1d10 days within 1 square of its phylactery (if it has one), unless the phylactery is also found and destroyed.",damage:"It reappears in 1d10 days within 1 square of its phylactery (if it has one)",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5fbc7f2-4768-4a15-969a-44ca9f0d3d26",name:"Beholder Death Tyrant",details:"",size:3,origin:0,type:1,keywords:"undead",level:15,role:{type:0,flag:2,leader:!1},senses:"Perception +15; all-around vision, darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:24},intelligence:{score:22},wisdom:{score:17},charisma:{score:28},hp:740,initiative:14,ac:29,fortitude:29,reflex:27,will:29,regeneration:null,auras:[{id:"b75e4a14-0520-417e-8322-48a1c7092896",name:"Eyes of the Beholder",keywords:"",details:"aura 5; the beholder death tyrant uses one random eye ray as a free action against any enemy within the aura at the start of the enemy’s turn."}],powers:[{id:"b5d52410-88c8-4f10-84ac-85a2e0c6b5a3",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d4+1 damage.",damage:"2d4+1 damage",category:1},{id:"2c7d636e-10b6-4f52-9347-e0a8830b661e",name:"Central Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:22,defence:3},description:"",details:"the target is slowed and loses necrotic resistance until the end of the beholder death tyrant’s next turn.",damage:"",category:3},{id:"0cbec548-ee08-4daf-ad6c-9650f586fa04",name:"Eye Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"see text",condition:"",range:"",attack:null,description:"",details:"The beholder death tyrant uses up to two different eye ray powers (chosen from the list below). Each ray must target a diff erent creature, and using eye ray does not provoke opportunity attacks.",damage:"",category:1},{id:"69278f11-8540-4390-a870-7373f23e04cd",name:"Killing Look",action:{action:4,trigger:"when an enemy within 10 squares fails a saving throw against ongoing necrotic damage",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets the triggering creature; the target loses a healing surge.",damage:"",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18c3f39b-1857-4d77-8a38-b85d76991a9f",name:"Blackstar Knight",details:"",size:2,origin:5,type:0,keywords:"construct, undead",level:23,role:{type:7,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"7",alignment:"Evil",languages:"Common, Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:27},constitution:{score:20},dexterity:{score:26},intelligence:{score:10},wisdom:{score:26},charisma:{score:9},hp:212,initiative:21,ac:40,fortitude:35,reflex:35,will:35,regeneration:null,auras:[{id:"ed59dd21-4956-4d80-9aae-b287247e14fd",name:"No Escape",keywords:"",details:"(Teleportation) The blackstar knight teleports up to 10 squares, ending the move in a square adjacent to a creature marked by the blackstar knight."}],powers:[{id:"332102a9-5b78-4a74-a0f8-edd7e39f5e33",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d10+9 damage, and the target is marked until the end of the blackstar knight’s next turn.",damage:"2d10+9 damage",category:1},{id:"6c84feaa-3dc1-4bfe-93bb-8c64b380d9c6",name:"Deathsword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Requires greatsword; targets a creature marked by the blackstar knight; 3d10+9 damage, and ongoing 10 necrotic damage (save ends).",damage:"3d10+9 damage",category:1},{id:"7d8031a8-7262-46c9-b756-4588fbe10c32",name:"Soldier’s Duty",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"targets undead allies; the target gains 25 temporary hit points.",damage:"the target gains 25 temporary hit points",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:15}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"13562378-a3ff-4818-bbc2-e2f6bde7e6ee",name:"Blaspheme Disciple",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:13,role:{type:0,flag:0,leader:!0},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Heal +16, Religion +14",equipment:"holy symbol",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:17},intelligence:{score:16},wisdom:{score:20},charisma:{score:24},hp:100,initiative:9,ac:25,fortitude:23,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"95de57e8-23f1-49cf-bb0c-73ddadf701d5",name:"Unholy Smite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 necrotic damage.",damage:"1d8+5 necrotic damage",category:1},{id:"7ec34581-b341-4c35-817e-86c5c863ec0c",name:"Unholy Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"1d10+7 necrotic damage, and the target takes a -2 penalty to attack rolls until the end of the blaspheme disciple’s next turn.",damage:"1d10+7 necrotic damage",category:1},{id:"012e4b5c-aa28-4b9f-a125-d6a72e4abf7c",name:"Words of Undeath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 2d6+5 necrotic and psychic damage. In addition, undead allies within the burst regain 5 hit points.",damage:"2d6+5 necrotic and psychic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"b4a5d06f-974a-46dd-a6b7-248ae5c77972",name:"Blaspheme Entomber",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:13},intelligence:{score:12},wisdom:{score:18},charisma:{score:15},hp:244,initiative:7,ac:28,fortitude:27,reflex:23,will:26,regeneration:null,auras:[{id:"5c301aa5-2a69-432c-960b-0b6bea03f829",name:"Grave Dust",keywords:"",details:"aura 1; any living creature that starts its turn within the aura takes a -2 penalty to all defenses until the end of its next turn."}],powers:[{id:"5cc3d7d3-eceb-4a82-96ac-4c316d534060",name:"Grave Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+5 necrotic damage, and the target is knocked prone until it succeeds on a DC 20 Strength check to stand up.",damage:"2d6+5 necrotic damage",category:1},{id:"d2f57a7b-835d-41a0-82cc-c05319acc59b",name:"Entomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"the target is stunned and entombed 2 squares beneath the ground, blocking line of sight and line of effect to the target (save ends both). On a save, the target returns to the square it occupied before it was entombed. First Failed Saving Throw: The target is no longer entombed and returns to the surface in the square it occupied before it was entombed. The target is dominated instead of stunned (save ends).",damage:"the target is stunned and entombed 2 squares beneath the ground",category:1},{id:"d886a0f8-e662-4b6d-9151-2cbc7c32f74a",name:"Beckoning Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze, Psychic",condition:"",range:"Ranged 10",attack:{bonus:14,defence:3},description:"",details:"1d8+5 psychic damage, and the target is pulled 4 squares.",damage:"1d8+5 psychic damage",category:3},{id:"d07c5902-ec93-426f-8b8a-2a7f20e1d281",name:"Bloodied Entombment",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blaspheme entomber’s entomb power recharges, and the blaspheme entomber uses it immediately.",damage:"",category:5},{id:"94a35230-2a04-4aa6-98e8-4f2ed9466b57",name:"Command of the Grave",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The blaspheme entomber causes a creature dominated by it to take a free action to move its speed, shift up to 1 square, or make a melee basic attack.",attack:null,description:"",details:"",damage:"",category:3},{id:"da7febed-0eef-40cb-b7d8-65f717cd2dc3",name:"Grave Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blaspheme entomber burrows 6 squares.",damage:"The blaspheme entomber burrows 6 squares",category:2}],damageModifiers:[{type:6,value:-15},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"3ca76e8b-5990-412b-b400-a7082ed15375",name:"Blaspheme Imperfect",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"7",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:14},intelligence:{score:14},wisdom:{score:19},charisma:{score:12},hp:164,initiative:9,ac:26,fortitude:27,reflex:23,will:25,regeneration:null,auras:[{id:"638abdb3-059a-4532-b084-d5d411f31ed0",name:"Life Sap",keywords:"",details:"(Healing, Necrotic) aura 1; any living enemy that starts its turn within the aura takes 5 necrotic damage. Each round, if at least one enemy is damaged by the aura, the blaspheme imperfect regains 5 hit points."}],powers:[{id:"69691e82-2755-4ea6-8850-97ccaa8f21a5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+6 necrotic damage.",damage:"2d10+6 necrotic damage",category:1},{id:"77490689-b87e-43b6-b705-53cbbc6bbb18",name:"Deadly Clutch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Requires free hand; 2d10+6 necrotic damage, and the target is grabbed.",damage:"2d10+6 necrotic damage",category:1},{id:"d6af31bf-3366-409c-a027-3bd011044e1e",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Targets a creature grabbed by the blaspheme imperfect; 2d10+4 necrotic damage, and the target loses a healing surge, and the blaspheme regains 10 hit points.",damage:"2d10+4 necrotic damage",category:1},{id:"45f9788e-8cd2-499d-914f-363c93da15c9",name:"Bloodied Degeneration",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The blaspheme imperfect’s body begins to degenerate, and it enters a state of bloodlust. The blaspheme gains vulnerable 5 to all damage and deals 2d6 extra damage on a hit.",damage:"the blaspheme gains vulnerable 5 to all damage and deals 2d6 extra damage on a hit",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"de92fd7c-51f8-49c8-a484-9a2baa0283f7",name:"Blaspheme Knight",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"greatsword",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:18},intelligence:{score:14},wisdom:{score:10},charisma:{score:14},hp:142,initiative:13,ac:30,fortitude:26,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"879a6993-e347-48e6-8e36-2a01ae81eef1",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+8 damage, and the target is marked until the end of the blaspheme knight’s next turn.",damage:"1d10+8 damage",category:1},{id:"d4e8f5b8-6a19-4a38-b1e2-eabc1eff1949",name:"Sweeping Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:21,defence:0},description:"",details:"Requires greatsword; 2d10+8 damage, and the target is marked until the end of the blaspheme knight’s next turn.",damage:"2d10+8 damage",category:1},{id:"6ffbf7bb-2086-482c-a103-7210c1bde9b5",name:"Blasphemous Might",action:null,keywords:"",condition:"when a creature marked by the blaspheme knight makes an attack that doesn’t include the knight",range:"",attack:null,description:"",details:"Until the end of its next turn, the blaspheme knight deals 2d10 extra necrotic damage when it hits the marked creature.",damage:"the blaspheme knight deals 2d10 extra necrotic damage when it hits the marked creature",category:0}],damageModifiers:[{type:6,value:-10},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"3977a46a-631b-493a-a05a-3fca75fe889b",name:"Blaspheme Soul Vessel",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +19, Religion +19",equipment:"chainmail; mace",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:18},intelligence:{score:25},wisdom:{score:18},charisma:{score:27},hp:292,initiative:11,ac:29,fortitude:26,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"f683faaa-16ba-4265-af6d-1ab328c18838",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"209cf1d7-1fee-405d-985f-ac5108012847",name:"Arcane Sparks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d6+5 fire and necrotic damage.",damage:"2d6+5 fire and necrotic damage",category:1},{id:"531364fb-88c1-4221-9dc5-598b9acab3bb",name:"Warring Wills",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A blaspheme soul vessel’s mind constantly struggles against the body it was placed in. At the start of the blaspheme soul vessel’s turn, roll 1d6.",damage:"roll 1d6",category:0},{id:"5436d78f-2935-4f30-9310-dd4ef9f5ee3c",name:"Will Transfer",action:null,keywords:"",condition:"when the blaspheme soul vessel is hit by an attack vs. will",range:"",attack:null,description:"",details:"The attacker chooses whether the blaspheme soul vessel’s body or mind is dominant until the end of the blaspheme’s next turn.",damage:"",category:0},{id:"bf56f8cf-2e05-44d8-9015-85dd79ff7183",name:"Dominant Action",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a blaspheme soul vessel spends an action point, the creature determines whether its body or mind is dominant.",damage:"",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"c473aecf-7067-4ec7-8a84-7dd3b6358ebf",name:"Blaspheme Unholy Slayer",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Stealth +17",equipment:"dagger",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:23},intelligence:{score:13},wisdom:{score:10},charisma:{score:14},hp:92,initiative:16,ac:26,fortitude:24,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"380c0f5d-5c2d-44a4-931c-0eb71566e2f1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d4+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+5 damage",category:1},{id:"75d52a5a-c090-4377-8997-9a1ee2141507",name:"Thrown Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:18,defence:0},description:"",details:"1d4+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d4+5 damage",category:1},{id:"c6cb7b83-9439-4d90-8830-17a336c8bcb1",name:"Blasphemous Blades",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:17,defence:0},description:"",details:"targets enemies; 3d4+5 damage plus 1d12 necrotic damage. Miss: Half damage.",damage:"3d4+5 damage plus 1d12 necrotic damage",category:1},{id:"0255aeae-5d4d-428d-801c-11ac91bc43f5",name:"Sightless Sands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"targets enemies; 1d8+5 damage and the target is blinded until the end of the blaspheme’s next turn. Hit or Miss: The blaspheme shifts up to 2 squares.",damage:"1d8+5 damage and the target is blinded until the end of the blaspheme’s next turn",category:1},{id:"b4a00338-a25e-48c6-b868-cfda817db6b5",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:14,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage (save ends).",damage:"the target takes ongoing 5 necrotic damage (save ends)",category:0},{id:"d9cf699a-055f-458b-9807-36fe91e988c1",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The blaspheme deals 2d6 extra damage when it makes a successful melee attack on a target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:7,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"d30c723c-97d7-4c56-886b-d981be5d2977",name:"Blood Amniote",details:"",size:3,origin:4,type:0,keywords:"blind, ooze, undead",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +6; blindsight 10",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:1},wisdom:{score:15},charisma:{score:1},hp:204,initiative:11,ac:27,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"81f760bb-d045-499e-89a0-d4315ef691d0",name:"Blood Call",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 3; 2d8+4 necrotic damage, and the target is grabbed. If the blood amniote scores a critical hit, the target loses a healing surge.",damage:"2d8+4 necrotic damage",category:1},{id:"178f742c-c8c5-45da-bdbe-bb3ac0441f90",name:"Body Snatch",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"targets enemies; the target is pulled to a space adjacent to the blood amniote and is grabbed.",damage:"",category:3},{id:"6e6c128b-c0f8-46f7-97f0-c02518c6264b",name:"Blood Drain",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets each creature grabbed by the blood amniote; the target loses a healing surge (no attack roll required).",damage:"",category:3},{id:"659215d2-7c85-48c2-bac2-6fb9f5f979bf",name:"Grasping Tendrils",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A blood amniote can sustain a grab as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"e6017341-b41e-43e2-b5c4-b8528e182351",name:"Blood Elemental",details:"",size:4,origin:1,type:1,keywords:"blind, ooze, water",level:9,role:{type:2,flag:1,leader:!1},senses:"Perception +5; blindsight 10",movement:"6, climb 4",alignment:"Unaligned",languages:"Primordial, telepathy 5",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:9},wisdom:{score:12},charisma:{score:10},hp:232,initiative:11,ac:23,fortitude:23,reflex:22,will:19,regeneration:null,auras:[{id:"2fb1b50a-d96e-4f8c-9651-b3faca93c9f6",name:"Blood Call",keywords:"",details:"(Healing) aura 5; whenever a creature within the aura takes ongoing necrotic damage from the blood elemental’s coagulated smash, the blood elemental regains 5 hit points."}],powers:[{id:"092f75ae-a42a-4c5f-9b1e-f0924d454001",name:"Coagulated Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+5 damage",category:1},{id:"ade3cae9-d72e-43ea-ace9-84ba348ec44a",name:"Flowing Form",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blood elemental shifts up to 4 squares.",damage:"The blood elemental shifts up to 4 squares",category:2},{id:"f5cf3a0c-c251-489c-acd6-c427d7d4c49c",name:"Bloodied Spawn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The blood elemental splits into two Huge individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one-half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original blood elemental do not apply to either of the individuals after the split occurs. A blood elemental can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, gaze, illusion, poison",tactics:""},{id:"d5576ca5-a5c7-4684-a964-eec733f12991",name:"Blood Sea Zombie",details:"",size:2,origin:1,type:0,keywords:"aquatic, undead",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"4, swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:13},intelligence:{score:1},wisdom:{score:13},charisma:{score:3},hp:97,initiative:4,ac:19,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"411a1cd9-7521-41ab-99a3-f6517ef7ea74",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"cf2e38d9-749a-4558-8fdc-c9896bdfc38b",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"the target is grabbed. Attempts to escape the zombie’s grab take a -5 penalty.",damage:"Attempts to escape the zombie’s grab take a -5 penalty",category:1},{id:"d07dc58a-dfee-4b0e-8de2-dc9de57f40a8",name:"Gory Death",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"4d6 + 4 necrotic damage, and the target is blinded (save ends).",damage:"4d6 + 4 necrotic damage",category:0},{id:"6118223f-1bfc-4dfc-a1a9-d011eb8b0da9",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit scored against a blood sea zombie reduces the zombie to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8f32bbe5-b910-4de5-a94c-1b10ed168a32",name:"Bloodkiss Beholder",details:"",size:3,origin:0,type:1,keywords:"undead",level:9,role:{type:3,flag:2,leader:!1},senses:"Perception +12; all-around vision, darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:15},intelligence:{score:12},wisdom:{score:17},charisma:{score:8},hp:412,initiative:6,ac:25,fortitude:25,reflex:21,will:22,regeneration:null,auras:[{id:"b277778f-1bc4-43be-9c2f-477822616160",name:"Unquenchable Thirst",keywords:"",details:"aura 2; the bloodkiss beholder makes an eye bite attack as a free action against any enemy within the aura at the start of the enemy’s turn."}],powers:[{id:"1fa88c8b-9301-4816-b52e-f7911be0d6c4",name:"Eye Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+3 damage plus 10 necrotic damage.",damage:"1d8+3 damage plus 10 necrotic damage",category:1},{id:"2e47362c-d164-4281-8ece-fbd2b7a8c6f2",name:"Eye Writhe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The bloodkiss beholder makes three eye bite attacks.",damage:"",category:1},{id:"609b1d1e-dcae-4403-a8ea-1fd4cb9a3d9a",name:"Blood Call",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"targets a bloodied enemy; the target is stunned (save ends). Aftereffect: The target is slowed (save ends).",damage:"",category:3},{id:"38250520-e848-48b1-a8c7-91cfde35cb9a",name:"Bloodkiss",action:{action:4,trigger:"when a creature within 2 squares of the bloodkiss beholder becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Reach 2; targets the triggering creature; 4d6+6 damage, and the target is weakened (save ends). In addition, the bloodkiss beholder spends a healing surge to regain 103 hit points.",damage:"4d6+6 damage",category:5},{id:"3accffaa-fcc3-487c-93bd-6457d212d739",name:"Death Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:11,defence:3},description:"",details:"4d6+6 psychic damage, and the target is dazed (save ends).",damage:"4d6+6 psychic damage",category:1},{id:"6d919d31-3b5b-4d98-9191-eac2dadf8acd",name:"Bloodied Writhe",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The bloodkiss beholder’s death scream power recharges, and the beholder uses it immediately.",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"24f81551-0547-4515-8070-4f6e29115a09",name:"Bloodrot",details:"",size:2,origin:4,type:0,keywords:"blind, ooze, undead",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +5; tremorsense 10",movement:"5, climb 3",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:18},intelligence:{score:1},wisdom:{score:14},charisma:{score:1},hp:168,initiative:9,ac:25,fortitude:22,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"d119c75f-4855-473a-ae5a-5a78c5e0d2f4",name:"Blood Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"2d6+4 damage, and the target is grabbed.",damage:"2d6+4 damage",category:1},{id:"a67d09a4-bdf7-43b6-9a95-61c7c04136d7",name:"Bloodsqueeze",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets a creature grabbed by the bloodrot; 2d6 + 4 damage (no attack roll required).; 2d6+5 damage.",damage:"2d6 + 4 damage (no attack roll required)",category:1},{id:"70ad2a9c-cc83-4f13-b92e-d5ca838aeb82",name:"Taint",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d8+6 necrotic damage, and the target loses a healing surge.",damage:"2d8+6 necrotic damage",category:3},{id:"e3bccf76-a257-480d-9d20-41ec2fb1f463",name:"Split",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The bloodrot splits into two Medium individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one-half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original bloodrot do not apply to either of the individuals after the split occurs. A bloodrot can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"43ff845f-28d4-41d3-a344-692b2ba71ab3",name:"Bone Collector",details:"",size:4,origin:4,type:0,keywords:"blind, ooze, undead",level:22,role:{type:2,flag:1,leader:!1},senses:"Perception +11; tremorsense 20",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:36},constitution:{score:30},dexterity:{score:6},intelligence:{score:1},wisdom:{score:11},charisma:{score:1},hp:520,initiative:9,ac:34,fortitude:36,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"8012c8e8-e72d-4235-8770-873bf3addbcd",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 3; 4d6+10 necrotic damage.",damage:"4d6+10 necrotic damage",category:1},{id:"2cdd6cbf-f748-4948-8a2a-12db8c9b8f38",name:"Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:23,defence:2},description:"",details:"4d6+10 necrotic damage, and the target is grabbed and loses a healing surge. The bone collector regains 5 hit points for each healing surge a target loses in this way.",damage:"4d6+10 necrotic damage",category:1},{id:"33b7412c-6758-43ab-9827-42a7b80c9d7b",name:"Lurch",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bone collector shifts up to 3 squares.",damage:"The bone collector shifts up to 3 squares",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"c27478ac-3ab9-4d44-97ce-ac5e426a4985",name:"Bonewretch Skeleton",details:"",size:1,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:11},constitution:{score:15},dexterity:{score:22},intelligence:{score:6},wisdom:{score:14},charisma:{score:6},hp:55,initiative:10,ac:18,fortitude:16,reflex:20,will:16,regeneration:null,auras:[],powers:[{id:"b9f001ad-058a-4d46-9d76-fb6fc10280ec",name:"Ankle Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6+6 damage, and the target is slowed until the end of the bonewretch skeleton’s next turn.",damage:"1d6+6 damage",category:1},{id:"050cd756-7831-4517-8e23-aac67c6ba152",name:"Rattling Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The bonewretch skeleton shifts up to 4 squares, ignoring difficult terrain.",damage:"The bonewretch skeleton shifts up to 4 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46717b90-87c1-4879-a1ae-9eae880f1dfa",name:"Brain in a Broken Jar",details:"",size:1,origin:4,type:0,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Common, telepathy 10",skills:"Arcana +11, Bluff +9, Diplomacy +9",equipment:"",category:"",strength:{score:6},constitution:{score:10},dexterity:{score:10},intelligence:{score:18},wisdom:{score:16},charisma:{score:14},hp:50,initiative:2,ac:18,fortitude:14,reflex:14,will:18,regeneration:null,auras:[],powers:[{id:"a10a6c91-766a-421b-99a5-f57cf405d915",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"7 the target is dominated until the end of the brain in a broken jar’s next turn.",damage:"7 the target is dominated until the end of the brain in a broken jar’s next turn",category:1},{id:"be5986fe-0210-477e-86f1-17534afe4cda",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:8,defence:3},description:"",details:"targets enemies; 1d6+4 psychic damage, and the target takes a -2 penalty to Will (save ends).",damage:"1d6+4 psychic damage",category:1},{id:"b805b67a-ac14-45f8-99c3-38f29da7a98a",name:"Faulty Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The brain becomes invisible until the start of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"83640d1f-a9b0-45ea-8489-6f765889b902",name:"Brain in a Jar",details:"",size:1,origin:4,type:0,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 4 (hover)",alignment:"Evil",languages:"Common, telepathy 10",skills:"Arcana +13, Bluff +11, Diplomacy +11",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:10},intelligence:{score:20},wisdom:{score:16},charisma:{score:16},hp:68,initiative:3,ac:20,fortitude:16,reflex:15,will:19,regeneration:null,auras:[],powers:[{id:"9319db49-dd76-48d3-b946-fa46a6582ca0",name:"Dominate",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"the target is dominated (save ends). A brain in a jar can dominate only one creature at a time.",damage:"",category:1},{id:"a7ab60b8-730f-4b34-9503-4b5f97effd40",name:"Telekinetic Thrust",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 6",attack:{bonus:9,defence:1},description:"",details:"the target is pushed 4 squares, and if the target ends the push adjacent to a wall, it is knocked prone.",damage:"the target is pushed 4 squares",category:3},{id:"8076802f-e72b-49b3-94b3-564d8fe26895",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 4",attack:{bonus:10,defence:3},description:"",details:"1d6+6 psychic damage, and the target takes a -2 penalty to Will (save ends).",damage:"1d6+6 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7dc0c48d-1259-4bec-a6c8-c460b134290a",name:"Cadaver Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6 can’t shift",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:10},intelligence:{score:12},wisdom:{score:8},charisma:{score:10},hp:228,initiative:6,ac:26,fortitude:27,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"29840d42-96ec-4680-b08f-152f7cc8acda",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is dazed (save ends).",damage:"2d8+5 damage",category:1},{id:"75ddc578-7b2c-4514-b12e-9af013fb24e2",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The cadaver golem makes two slam attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"30cdde48-08ec-46bc-8bfb-ea199ad3852c",name:"Assimilate Flesh",action:{action:7,trigger:"when an adjacent enemy becomes bloodied or is reduced to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets the triggering enemy; 2d12+5 damage, and the cadaver golem regains 57 hit points.",damage:"2d12+5 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"0654603e-dc9f-47f3-b0fd-3bc0592a0a71",name:"Caller in Darkness",details:"",size:3,origin:5,type:0,keywords:"undead",level:19,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:18},intelligence:{score:10},wisdom:{score:24},charisma:{score:25},hp:253,initiative:13,ac:33,fortitude:33,reflex:28,will:33,regeneration:null,auras:[],powers:[{id:"d8b0b8d8-7943-4401-8073-11836d16978e",name:"Spirit Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 1d10+7 necrotic damage, and ongoing 10 psychic damage (save ends).",damage:"1d10+7 necrotic damage",category:1},{id:"af8ddfe7-67b3-45cc-9983-88b32153873f",name:"Double Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The caller in darkness makes two spirit bite attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"26fb1199-b210-4ea0-ba74-2ec5edaa242a",name:"Steal Essence",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Reach 2; targets a creature marked by the caller in darkness; 1d10+9 necrotic damage, and ongoing 5 psychic damage (save ends). First Failed Saving Throw: The target takes ongoing 5 psychic damage and is weakened (save ends both). Second Failed Saving Throw: The target takes ongoing 10 psychic damage and is stunned instead of weakened (save ends both).",damage:"1d10+9 necrotic damage",category:1},{id:"381d5e76-6c91-41c8-89fb-3a1fc2f7a0c9",name:"Advantage of Fear",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one creature; the target is marked and grants combat advantage to the caller in darkness (save ends both); see also steal essence.",damage:"",category:3},{id:"8dc3ba88-b1e9-492b-b336-fc10aa18754f",name:"Soulstorm",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Close burst 2",attack:{bonus:22,defence:2},description:"",details:"1d10+9 psychic damage plus 1d10+9 necrotic damage. In addition, a target that grants combat advantage to the caller in darkness takes ongoing 5 psychic damage and ongoing 5 necrotic damage (save ends both).",damage:"1d10+9 psychic damage plus 1d10+9 necrotic damage",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"911e79c1-bb04-4b74-b149-fab547b8b762",name:"Calvary Creekrotter",details:"",size:4,origin:4,type:1,keywords:"plant, undead, water",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +19; darkvision, tremorsense 10",movement:"6, swim 12",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:25},constitution:{score:20},dexterity:{score:22},intelligence:{score:3},wisdom:{score:24},charisma:{score:20},hp:270,initiative:18,ac:36,fortitude:35,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"eee4bf14-c7f2-44e7-b58b-f796030907ab",name:"Snatch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 3d8+9 damage, and the target is grabbed.",damage:"3d8+9 damage",category:1},{id:"b19d871c-435b-499c-ba15-e76bc4d8ba74",name:"Douse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a creature grabbed by the calvary creekrotter; the target takes ongoing 10 poison damage (save ends).",damage:"the target takes ongoing 10 poison damage (save ends)",category:3},{id:"9a357f32-5d35-433a-b5ef-f55b4ed0fad7",name:"Entangling Execration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:23,defence:2},description:"",details:"the target is restrained (save ends). Miss: The target is instead immobilized (save ends).",damage:"",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8cb0ad28-aff2-4880-a930-d39a71db0440",name:"Carcass Eater",details:"",size:1,origin:4,type:0,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:14},dexterity:{score:16},intelligence:{score:4},wisdom:{score:12},charisma:{score:5},hp:1,initiative:5,ac:21,fortitude:19,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"300a27a1-7390-48cf-9aeb-7d2350b647c7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 necrotic damage.",damage:"5 necrotic damage",category:1},{id:"ca0215f1-5b58-4fea-b14a-f78f4f92ae46",name:"Blood Frenzy",action:{action:7,trigger:"when an adjacent enemy becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"The carcass eater makes a melee basic attack against the triggering creature.",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a811ba69-3015-4390-8fa1-58aeb2d2aef0",name:"Charnel Cinderhouse",details:"",size:3,origin:4,type:0,keywords:"fire, undead",level:9,role:{type:7,flag:2,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:12},charisma:{score:17},hp:392,initiative:8,ac:27,fortitude:25,reflex:22,will:23,regeneration:null,auras:[{id:"e7fc3b77-bf80-4f56-824a-67eb897daaaf",name:"Charnel Blaze",keywords:"",details:"(Fire) aura 2; any enemy that starts its turn within the aura takes 10 fire damage."}],powers:[{id:"112bed71-2d38-4426-9932-d5b4a5d37757",name:"Charnel Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 2d6+6 necrotic damage, and ongoing 5 fire damage (save ends).",damage:"2d6+6 necrotic damage",category:1},{id:"21c4c401-953c-40f7-863a-5e712d87b559",name:"Prison of Flame and Bones",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+6 fire and necrotic damage, and the target is grabbed.",damage:"2d8+6 fire and necrotic damage",category:1},{id:"eae92ceb-4873-499d-bf16-420dcbde0f50",name:"Crushing Prison",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the charnel cinderhouse; 2d6 + 6 damage (no attack roll required).",damage:"2d6 + 6 damage (no attack roll required)",category:4},{id:"10847faf-77c6-4c25-8ec7-cdd45d86a89c",name:"Charnel Action",action:{action:7,trigger:"when an enemy within 2 squares of the cinderhouse is reduced to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Make a charnel slam attack against the triggering creature.",damage:"",category:5},{id:"b8080476-95f3-4fdf-ab87-0021bffd5b11",name:"Charnel Pyre",action:null,keywords:"Fire, Necrotic",condition:"when first bloodied and again when the charnel cinderhouse is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:13,defence:1},description:"",details:"2d6 fire damage plus 2d6 necrotic damage. Miss: Half damage.",damage:"2d6 fire damage plus 2d6 necrotic damage",category:0},{id:"da9b79bb-d642-4cb0-b14b-eda9cfbc4c9c",name:"Rejuvenation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A charnel cinderhouse rises at full hit points one day after it has been destroyed. Performing the Gentle Repose ritual on the creature’s remains destroys the creature completely, preventing it from using the rejuvenation power.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"95c3dc06-5901-4733-89a4-00aef26cae25",name:"Charnel Hound",details:"",size:3,origin:4,type:1,keywords:"undead",level:13,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:17},intelligence:{score:4},wisdom:{score:16},charisma:{score:18},hp:316,initiative:9,ac:27,fortitude:27,reflex:25,will:24,regeneration:null,auras:[{id:"631db304-30eb-4c7c-b2a8-a409e4d831a8",name:"Inspire Fear",keywords:"",details:"(Fear) aura 5; any enemy that starts its turn within the aura takes a -2 penalty to attack rolls until the end of its next turn."}],powers:[{id:"45ac843d-f1d6-4ac4-9d67-cba9d730ae31",name:"Gaping Maw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d8+8 necrotic damage, and ongoing 10 necrotic damage (save ends), and the target is knocked prone.",damage:"3d8+8 necrotic damage",category:1},{id:"01466631-9a3a-4f97-a034-5a6961c9ff8f",name:"Doom Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The charnel hound makes two attacks; 2d8+8 necrotic damage each. If both attacks hit the same target, the charnel hound makes a gaping maw attack against the target.",damage:"2d8+8 necrotic damage each",category:1},{id:"b8351ee9-69c3-490a-879e-53b72826e512",name:"Assimilation",action:{action:7,trigger:"when a creature is reduced to 0 hit points or fewer by the charnel hound",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets the triggering creature; the target loses a healing surge, and the charnel hound regains 79 hit points.",damage:"and the charnel hound regains 79 hit points",category:5},{id:"fb6c451b-cf67-47d9-962a-864f7e160568",name:"Opportunistic",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A charnel hound scores a critical hit on a roll of 18–20 and deals 2d8 extra damage against prone targets.",damage:"a charnel hound scores a critical hit on a roll of 18–20 and deals 2d8 extra damage against prone targets",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8f0ca753-0a96-4d45-98d5-c0c6646ec23b",name:"Cindergrove Spirit",details:"",size:4,origin:4,type:1,keywords:"fire, undead",level:27,role:{type:0,flag:0,leader:!1},senses:"Perception +18; darkvision, tremorsense 20",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:22},intelligence:{score:10},wisdom:{score:20},charisma:{score:22},hp:0,initiative:19,ac:10,fortitude:10,reflex:10,will:10,regeneration:null,auras:[],powers:[{id:"00524938-a6cf-458e-ae94-2dad0b5b44c0",name:"Burning Grasp",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 4d6+8 damage, and ongoing 10 fire damage (save ends).",damage:"4d6+8 damage",category:1},{id:"357f6c76-e5a9-4fa0-b3a2-7a0670ccb292",name:"Final Conflagration",action:null,keywords:"Fire",condition:"when reduced to 0 hit points",range:"Close burst 20",attack:{bonus:28,defence:2},description:"",details:"5d8+6 fire damage. Miss: Half damage.",damage:"5d8+6 fire damage",category:0},{id:"30887d0c-f4a7-4f0e-9915-0e4c2402aa01",name:"Fiery Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 5 within 10",attack:{bonus:29,defence:1},description:"",details:"targets enemies; 4d6+8 fire damage, and ongoing 10 fire damage (save ends). Aftereffect: The target is weakened (save ends). Miss: Half damage, and no ongoing damage or aftereffect.",damage:"4d6+8 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50332236-cbc9-493a-aded-e3ed48ade939",name:"Corpse Rat Swarm",details:"",size:2,origin:4,type:0,keywords:"swarm, undead",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4, climb 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:2},wisdom:{score:12},charisma:{score:9},hp:53,initiative:8,ac:20,fortitude:16,reflex:17,will:15,regeneration:null,auras:[{id:"8ca761d6-8ea9-46b7-bc63-ba73df202eeb",name:"Swarm Attack",keywords:"",details:"aura 1; the corpse rat swarm makes a swarm of teeth attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"a1d131d3-781b-4032-8565-f7b7d0fc27cb",name:"Swarm of Teeth",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage, and ongoing 3 damage (save ends). First Failed Saving Throw: The target contracts filth fever.",damage:"1d6+5 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"1a3374af-7e24-411d-9ef6-f80f6ef2daae",name:"Corpse Vampire",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4, burrow 1, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +14, Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:18},intelligence:{score:6},wisdom:{score:8},charisma:{score:13},hp:88,initiative:10,ac:22,fortitude:21,reflex:20,will:18,regeneration:{value:5,details:"if a corpse vampire takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[],powers:[{id:"80440bac-570a-4625-8ba4-e967514b4b0c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"7c5f276b-f7c1-46f4-bbd5-088dc8e11e45",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires combat advantage against the target; 2d8+6 damage, and the target is weakened (save ends), and the corpse vampire regains 24 hit points.",damage:"2d8+6 damage",category:5},{id:"654356a5-1e94-4031-93b1-bf46d47407fc",name:"Rending",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The corpse vampire shifts up to 6 squares and makes a claw attack.",damage:"The corpse vampire shifts up to 6 squares and makes a claw attack",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bbdb01c5-d4b1-4845-8076-031679cc029a",name:"Corrupted Offspring",details:"",size:1,origin:4,type:0,keywords:"undead",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Bluff +15, Stealth +16",equipment:"",category:"",strength:{score:6},constitution:{score:18},dexterity:{score:21},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:122,initiative:13,ac:25,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"15a3f42c-9bd4-49d3-b14b-c1d041825abc",name:"Filthy Razor",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The corrupted offspring shifts up to 2 squares before or after the attack; 3d4+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"3d4+6 damage",category:1},{id:"43249995-eda3-488e-a6fe-1b720b41a0da",name:"Cut the Tendons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The corrupted offspring shifts up to 2 squares before or after the attack; 5d4+8 damage, and the target is knocked prone and slowed (save ends).",damage:"5d4+8 damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9c7d9469-d47b-4370-91cf-523f173191a3",name:"Corrupted Yuan-ti Malison Incanter",details:"",size:2,origin:4,type:2,keywords:"reptile, undead",level:15,role:{type:0,flag:0,leader:!0},senses:"Perception +13",movement:"7",alignment:"Evil",languages:"Common, Draconic",skills:"Arcana +19, Bluff +19, History +19, Insight +18, Stealth +18",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:22},intelligence:{score:25},wisdom:{score:22},charisma:{score:25},hp:118,initiative:13,ac:29,fortitude:26,reflex:27,will:27,regeneration:null,auras:[{id:"59628167-2aec-4b71-ae1c-eb7c2bf91eb1",name:"Zehir’s Shield",keywords:"",details:"aura 10; allies in the aura gain a +2 power bonus to all defenses."}],powers:[{id:"875b06e9-5bad-46aa-82a7-89e04fc461cf",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"1d6+6 damage, and the target takes ongoing 5 poison damage (save ends).",damage:"1d6+6 damage",category:1},{id:"bcbe13d3-5c6f-40da-b001-03e417aafaf5",name:"Mindwarp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:null,description:"",details:"2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:1},{id:"9fbe4893-e0ed-404b-9681-758af2cb675a",name:"Poisoned Domination",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:20,defence:3},description:"",details:"affects a creature taking ongoing poison damage; ; the target is dominated until the end of the incanter’s next turn. Aftereffect: The target is dazed (save ends).",damage:"affects a creature taking ongoing poison damage",category:5},{id:"41b60620-22ce-488d-9a04-e4b06904aeb2",name:"Zehir’s Venom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"affects a creature taking ongoing poison damage; 2d10+6 poison damage, and the target is dazed (save ends).",damage:"affects a creature taking ongoing poison damage",category:1},{id:"c6749c81-e995-4f3e-b593-73b9d56d84b4",name:"Deflect Attack",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The corrupted yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally.",damage:"the corrupted yuan-ti malison incanter transfers the attack’s damage and effects to an adjacent ally",category:5},{id:"cecab367-76a2-4722-87da-6814146da84e",name:"Slither Away",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the corrupted yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses.",damage:"the corrupted yuan-ti malison incanter gains +2 speed and a +5 bonus to all defenses",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c4bb6d6d-290d-48f2-8b27-2838c12c0645",name:"Couatl Mockery",details:"",size:2,origin:4,type:0,keywords:"blind, undead",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +13; blindsight 20",movement:"fly 12 (hover)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:25},dexterity:{score:28},intelligence:{score:3},wisdom:{score:10},charisma:{score:10},hp:1,initiative:22,ac:40,fortitude:36,reflex:40,will:38,regeneration:null,auras:[],powers:[{id:"7a5d836f-119b-47d4-95f5-bc257125dc14",name:"Wing Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Radiant",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"6 damage plus 5 radiant and necrotic damage.",damage:"6 damage plus 5 radiant and necrotic damage",category:1},{id:"1186d266-b13e-4619-b98d-6135c5c2dcea",name:"Corrupt Cloud",action:null,keywords:"Necrotic, Radiant",condition:"when the couatl mockery is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:26,defence:1},description:"",details:"targets enemies; 10 radiant and necrotic damage, and the target cannot spend healing surges until the end of its next turn.",damage:"10 radiant and necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"3dffe0e2-7727-4584-bfc2-f77ba85e186c",name:"Count Strahd von Zarovich",details:"",size:2,origin:4,type:2,keywords:"shapechanger, undead",level:20,role:{type:6,flag:2,leader:!1},senses:"Perception +18; blindsight 10, darkvision",movement:"6, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +23, Insight +18, Intimidate +23, Stealth +20",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:20},intelligence:{score:23},wisdom:{score:17},charisma:{score:26},hp:930,initiative:17,ac:34,fortitude:32,reflex:32,will:32,regeneration:{value:10,details:"regeneration doesn’t function while Strahd is exposed to direct sunlight"},auras:[],powers:[{id:"da2fd11e-431f-460f-8d78-b456494d2a35",name:"Crippling Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"3d10+5 necrotic damage, and the target is slowed until the end of Strahd’s next turn. Hit or Miss: Strahd shifts up to 2 squares.",damage:"3d10+5 necrotic damage",category:1},{id:"76523337-7169-4c50-b73a-1a28d1be18d3",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"Requires combat advantage against the target; 3d10+5 damage, and the target is weakened (save ends), and Strahd regains 20 hit points.",damage:"3d10+5 damage",category:1},{id:"2263b1d4-81bf-4ff6-b703-82a7fbee7ef8",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"the target is dominated and takes a -2 penalty to saving throws against being dominated (save ends both). Aftereffect: The target is dazed and takes ongoing 10 psychic damage (save ends both). Strahd can have only one creature dominated at a time.",damage:"the target is dazed and takes ongoing 10 psychic damage (save ends both)",category:3},{id:"1fa8a6c3-51c2-4242-8b59-c64121bcce33",name:"Strahd’s Choking Fog",action:{action:1,trigger:"sustain minor or move",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Area burst 5 within 10",attack:null,description:"",details:"the burst creates a zone of poisonous vapors that lasts until the end of Strahd’s next turn. A creature that enters the zone or that starts its turn in the zone takes 1d10 + 5 poison damage, and ongoing 5 poison damage (save ends). Sustain Minor: The zone persists. Sustain Move: The zone persists, and Strahd can move it up to 5 squares.",damage:"a creature that enters the zone or that starts its turn in the zone takes 1d10 + 5 poison damage",category:5},{id:"bec748f5-6d2b-4399-a945-e85dbe41b561",name:"Animal Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Strahd transforms into a swarm of bats or a black wolf. He cannot use crippling strike or choking fog, though he gains new powers and statistics in addition to those he regularly has. Strahd can revert to his normal form as a minor action.",damage:"",category:3},{id:"56cea70f-00af-4572-92a6-92a3450f9495",name:"Mist Form",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"All conditions affecting Strahd end, and he becomes insubstantial and gains fly (hover) 12 until the end of his next turn. Strahd cannot attack while in this form.",damage:"and he becomes insubstantial and gains fly (hover) 12 until the end of his next turn",category:5},{id:"3aaf5262-3ef1-4824-9a4a-0c4bf76fa7a6",name:"Scent of Blood",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Strahd gains combat advantage against living, bloodied foes.",damage:"",category:0},{id:"77ab587c-59fd-426a-b657-c58293e5768c",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Strahd spends a healing surge and regains 232 hit points. Strahd gains a +2 bonus to all defenses until the start of his next turn.",damage:"Strahd spends a healing surge and regains 232 hit points",category:1},{id:"9df107f7-7cb0-4714-9c7e-f2f69c636c76",name:"Indestructible",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"Strahd’s mist form power recharges, and he uses it immediately. Strahd does not die, but he must reach his coffin within 2 hours or be destroyed.",damage:"but he must reach his coffin within 2 hours or be destroyed",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2e95fd42-49fb-4c4d-a37b-9add211a7105",name:"Crawling Claw",details:"",size:0,origin:4,type:0,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:3},constitution:{score:13},dexterity:{score:16},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:1,initiative:3,ac:14,fortitude:12,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"018f59d4-769d-433b-b6c0-811c400779ff",name:"Jumping Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:2},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"239cd80c-0d0a-44b7-8eb8-3d16c483e893",name:"Digit Slide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crawling claw shifts up to 8 squares.",damage:"The crawling claw shifts up to 8 squares",category:2},{id:"e0d30ee0-5b92-489c-9246-0ade5fd3f121",name:"Hampering Claws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that starts its turn adjacent to three or more crawling claws is slowed until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b6fbc41b-7bc1-44f8-9171-49e318e459a1",name:"Crawling Claw Swarm",details:"",size:2,origin:4,type:0,keywords:"swarm, undead",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +5; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:16},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:53,initiative:7,ac:20,fortitude:16,reflex:17,will:14,regeneration:null,auras:[{id:"3e46ae38-7318-48b7-b349-512e79694836",name:"Swarm Attack",keywords:"",details:"aura 1; the crawling claw swarm makes a swarm of claws attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"4216870d-4160-4877-9cfe-74096385eaaa",name:"Swarm of Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8+5 damage, and the target is immobilized.",damage:"1d8+5 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attack",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"01e64ac5-59fa-43dc-9418-802d689b4b49",name:"Crawling Gauntlet",details:"",size:0,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +2; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:7},constitution:{score:15},dexterity:{score:18},intelligence:{score:3},wisdom:{score:12},charisma:{score:10},hp:1,initiative:5,ac:17,fortitude:17,reflex:18,will:13,regeneration:null,auras:[],powers:[{id:"ef38d898-16e2-4d3f-b0ae-7e48f9a66f73",name:"Jumping Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:2},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"c9eabfda-ed80-4ed2-9b83-04da33cb6ce0",name:"Anchoring Claws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that starts its turn adjacent to three or more crawling claws is immobilized until the start of its next turn.",damage:"",category:0},{id:"ef3b2dc9-37da-4942-adec-8c86dd05f1ab",name:"Digit Slide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The crawling gauntlet shifts up to 8 squares.",damage:"The crawling gauntlet shifts up to 8 squares",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b52832b0-2f5b-4cac-a6ff-1640531580c1",name:"Dark Pharaoh",details:"",size:3,origin:4,type:0,keywords:"construct, undead",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:264,initiative:8,ac:30,fortitude:28,reflex:22,will:27,regeneration:{value:10,details:"if a dark pharaoh takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"a82a702c-80fb-4a07-a01d-679830aedc4f",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls against the dark pharaoh."}],powers:[{id:"59b05724-d0cf-4655-bb32-2881551541df",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"47cc57b4-d604-4399-a8b7-38d779a8c323",name:"Slamming Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dark pharaoh makes two slam attacks, each one against a different target.",damage:"",category:1},{id:"023679da-594b-4aa2-8d8a-c3e31f339663",name:"Psychic Block",action:{action:5,trigger:"when an enemy would target the dark pharaoh with an attack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"targets the triggering enemy; the target designates another target for the attack, or the attack is negated. A negated daily power or encounter power is expended.",damage:"",category:5},{id:"f552f9f5-6a4b-4de6-87ed-87e8368729e6",name:"Psychic Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"2d8+6 psychic damage, and each time the target uses an attack power, it takes 5 psychic damage (save ends). Aftereffect: The target is dazed (save ends).",damage:"2d8+6 psychic damage",category:1},{id:"e37e7366-4d0e-4221-9148-251f0097ea42",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0},{id:"929d4f74-eee5-47a6-94d6-19aa516fcfb4",name:"False Faith",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark pharaoh assumes a meditative stance. Until the end of its next turn, it gains resist 20 to all damage, and allies in its line of sight gain a +2 bonus to attack rolls. If the dark pharaoh moves, the effect ends.",damage:"it gains resist 20 to all damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"3791dc22-738e-4b37-b580-6fe5578be3d9",name:"Darkflame Taskmaster",details:"",size:2,origin:1,type:2,keywords:"fire, undead",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"5",alignment:"Evil",languages:"Giant",skills:"",equipment:"chainmail; scourge",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:24},charisma:{score:16},hp:330,initiative:12,ac:33,fortitude:30,reflex:27,will:34,regeneration:{value:10,details:"if a darkflame taskmaster takes cold damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"1dc704c5-55c3-4e19-bc0a-4d18c2b4ae63",name:"Clinging Darkflame",keywords:"",details:"(Fire, Necrotic) aura 5; any enemy that starts its turn within the aura takes 5 fire and necrotic damage."}],powers:[{id:"25f2ca87-236a-4629-97d0-4862731b5de3",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"7bb84b14-ea6e-4b59-8aef-613e84c78163",name:"Burning Despair",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Fire",condition:"",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"the target takes ongoing 5 fire damage and a -2 penalty to all defenses (save ends both).",damage:"the target takes ongoing 5 fire damage and a -2 penalty to all defenses (save ends both)",category:1},{id:"c25650d4-85f0-459b-86f4-43c28f3cab3e",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"68c340c7-0713-4213-9f3d-44b39a58688f",name:"Darkhoof",details:"",size:2,origin:4,type:1,keywords:"undead",level:18,role:{type:6,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:16},intelligence:{score:3},wisdom:{score:17},charisma:{score:24},hp:336,initiative:14,ac:35,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"d056cd16-a344-489f-b3dd-3ac4f54c40b4",name:"Hoof Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"50dbbe81-f1ff-41ba-9808-5c2f79f2f536",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"The darkhoof makes two hoof strike attacks.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"f549f649-ac8a-4c47-8918-477f50cb0afd",name:"Lifebite",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"the target loses a healing surge, and the darkhoof regains 10 hit points.",damage:"and the darkhoof regains 10 hit points",category:3},{id:"ca0cead5-8d7b-4d55-b4ac-3309df8c496e",name:"Unstoppable Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"The darkhoof makes a charge attack; 3d10+8 damage, and the target is pushed 1 square and knocked prone.",damage:"3d10+8 damage",category:1},{id:"a65320ef-50db-4afb-95ad-b90b077606d1",name:"Call of Darkness",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the darkhoof is reduced to 0 hit points",range:"Close burst 3",attack:{bonus:24,defence:1},description:"",details:"targets enemies; the target is blinded and weakened (save ends both).",damage:"",category:0},{id:"e861651b-48f3-4e5b-b4f1-45058b29e746",name:"Equine Bound",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkhoof shifts up to 5 squares.",damage:"The darkhoof shifts up to 5 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7753f51d-871c-4c3c-8795-eef87620140d",name:"Darkpact Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:19,role:{type:6,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +19",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:21},intelligence:{score:17},wisdom:{score:18},charisma:{score:15},hp:360,initiative:16,ac:35,fortitude:29,reflex:33,will:31,regeneration:null,auras:[{id:"d74cd69a-4e65-4249-a90a-04d6ece9f6b8",name:"Nauseating Stench",keywords:"",details:"aura 6; any living creature within the aura takes a -2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"444e3121-155c-4cb3-b320-4ef753757b7a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d10+8 damage, and the target is immobilized.",damage:"2d10+8 damage",category:1},{id:"787f24db-401c-4ae5-97f3-f0f5ca57dec0",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The darkpact ghoul makes two claw attacks.",damage:"",category:1},{id:"aa834b20-a798-4675-90ef-831e4cce06dc",name:"Ravenous Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a bloodied creature; 2d12+10 damage, or against an immobilized target: 3d12+10 damage, and the target is weakened (save ends).",damage:"2d12+10 damage",category:1},{id:"763820b3-0495-4868-b612-2cf8a56faad3",name:"Baleful Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The darkpact ghoul teleports up to 10 squares. Each enemy adjacent to the darkpact ghoul after it teleports is dazed until the end of the darkpact ghoul’s next turn.",damage:"The darkpact ghoul teleports up to 10 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"84128c2d-b405-45c7-91c9-56486dd2cb88",name:"Death Cultist",details:"",size:2,origin:4,type:2,keywords:"",level:24,role:{type:3,flag:0,leader:!1},senses:"Perception +16",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +19",equipment:"mace; plate armor",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:24},hp:215,initiative:13,ac:38,fortitude:38,reflex:34,will:36,regeneration:null,auras:[{id:"b454fcf6-1c4d-4adf-8b3f-f2bab50e6cd6",name:"Aura of Decay",keywords:"",details:"(Necrotic) aura 5; living enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"23444ee4-3a07-482a-aa5d-0a23467b42f5",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"1d8+6 damage, and the target is immobilized (save ends).",damage:"1d8+6 damage",category:1},{id:"e09e08e3-c76e-416d-9e7d-12f236f52fb9",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:1},description:"",details:"targets enemies; 2d6+8 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6+8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e2bb71d-2554-4e49-b6da-602c2ff4bde9",name:"Death Kin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:22},intelligence:{score:7},wisdom:{score:16},charisma:{score:3},hp:76,initiative:14,ac:22,fortitude:19,reflex:23,will:18,regeneration:null,auras:[],powers:[{id:"353e2209-d02b-45ff-85cb-4974f9306066",name:"Double Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"4d4+3 damage.",damage:"4d4+3 damage",category:1},{id:"8edcf8d8-5ad1-432a-9104-c0e3bf805dee",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A death kin skeleton deals 1d6 extra damage when it makes a successful melee attack on any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"f5d6c5f4-0fd9-455d-9709-6e9633dc3bdb",name:"Death’s Kin",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a death kin skeleton takes damage, it can transfer any amount of the damage to another death kin skeleton within 3 squares of it.",damage:"when a death kin skeleton takes damage",category:0},{id:"e95b972a-33a8-4c00-b60a-4119e4b591c3",name:"Skeletal Harmony",action:null,keywords:"",condition:"",range:"A death kin skeleton deals 1d6 extra damage on melee attacks against any target adjacent to two or more death kin skeletons.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f115a928-73a5-44f5-aa8c-f71fc7615aa7",name:"Deathdog",details:"",size:3,origin:5,type:1,keywords:"",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:17},intelligence:{score:5},wisdom:{score:16},charisma:{score:10},hp:176,initiative:6,ac:20,fortitude:19,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"e4d9c670-1b92-4a33-9a26-db6ebc6f99f2",name:"Pouncing Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4d6+3 necrotic damage, and the target is knocked prone.",damage:"4d6+3 necrotic damage",category:1},{id:"4505b7b8-98f3-4c81-bb3e-a8d023472180",name:"Go for the Legs",action:{action:1,trigger:"when an adjacent enemy stands up",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"opportunity",range:"",attack:{bonus:7,defence:0},description:"",details:"The deathdog makes a pouncing bite attack against the triggering creature.; 1d10+4 damage.",damage:"1d10+4 damage",category:5},{id:"1169019c-2e3c-4f1e-a723-819c58953d93",name:"Unholy Animation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A living humanoid killed by a deathdog rises as a free-willed corruption corpse at the end of its creator’s next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f4e382dc-fe89-4385-b775-61b2457508c1",name:"Demilich",details:"",size:0,origin:4,type:0,keywords:"undead",level:20,role:{type:0,flag:2,leader:!1},senses:"Perception +18; darkvision",movement:"fly 12 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +17, Insight +18, Religion +18",equipment:"",category:"",strength:{score:16},constitution:{score:24},dexterity:{score:16},intelligence:{score:15},wisdom:{score:17},charisma:{score:27},hp:800,initiative:13,ac:33,fortitude:35,reflex:32,will:32,regeneration:{value:20,details:"if a demilich takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"c9b6694a-c72b-44fa-b1da-7d1c4bd68572",name:"Intruding Terror",keywords:"",details:"(Fear) aura 2; enemies within the aura take a -2 penalty to attack rolls."}],powers:[{id:"8eee276e-64ab-4cfd-ae7e-e7bab64ad9c6",name:"Shadow Ray",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:0},description:"",details:"3d6+8 necrotic damage.",damage:"3d6+8 necrotic damage",category:1},{id:"b0a7391e-52fe-4b66-b353-7fc4f3c03395",name:"Twin Rays",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The demilich makes two shadow ray attacks.",damage:"",category:1},{id:"dc86a016-55e6-4891-abf1-2eaab8734fa8",name:"Drain Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:25,defence:1},description:"",details:"does not provoke opportunity attacks; the target is dazed and restrained (save ends both). First Failed Saving Throw: The target is instead stunned and restrained (save ends both). Second Failed Saving Throw: The target dies, and its soul is trapped in one of the demilich’s soul gems until the demilich is destroyed.",damage:"",category:1},{id:"0d65369d-162a-49be-a8f0-107a07330d49",name:"Obsidian Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"the target takes ongoing 10 necrotic damage.",damage:"the target takes ongoing 10 necrotic damage",category:3},{id:"ebb1a9f0-930e-4a05-9c32-a7b24340df25",name:"Soul Shriveling Pulse",action:{action:4,trigger:"when a creature fails a saving throw against drain soul",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:25,defence:3},description:"",details:"3d6+5 necrotic damage, and the target takes a -2 penalty to saving throws (save ends).",damage:"3d6+5 necrotic damage",category:5},{id:"ff93a7b4-1029-47d4-bf08-473e8460bce7",name:"Consume Soul",action:{action:3,trigger:"expends a trapped soul",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The demilich regains 200 hit points.",damage:"The demilich regains 200 hit points",category:5},{id:"4c37ffa8-125e-4664-a7ea-7193005b26ba",name:"Soul Gems",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The demilich’s six soul gems can each hold the soul of one of its victims. At the beginning of an encounter, the soul gems contain two souls. Crushing a gem after the demilich is defeated releases the soul to the Shadowfell.",damage:"",category:0},{id:"5145bbc2-7fe8-49c8-89c7-da3a7cdcae2f",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a demilich is reduced to 0 hit points or fewer, its skull (but not the soul gems) crumbles into dust, but it is not destroyed. It reappears in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-10},{type:8,value:-10}],resist:"",vulnerable:"",immune:"disease, poison. sleep",tactics:""},{id:"47144ae0-6f84-471d-910e-2398ee8b98f5",name:"Deranged Champion",details:"",size:3,origin:0,type:2,keywords:"undead",level:12,role:{type:2,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:7},charisma:{score:14},hp:300,initiative:8,ac:26,fortitude:29,reflex:22,will:26,regeneration:null,auras:[{id:"f23ada8f-0aab-46d3-9215-9e41580aa36b",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls against the deranged champion."}],powers:[{id:"20a3acf6-b46c-4c7c-a405-91ca716c0ba1",name:"Rotting Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; (+19 while bloodied)2d8+7 necrotic damage (3d8 + 9 necrotic damage while bloodied), and the target contracts mummy rot.",damage:"(+19 while bloodied)2d8+7 necrotic damage (3d8 + 9 necrotic damage while bloodied)",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"d60e07b6-362b-40cf-af37-5894b952653d",name:"Desecration",details:"",size:5,origin:4,type:0,keywords:"earth, undead",level:23,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:24},hp:1075,initiative:14,ac:39,fortitude:38,reflex:33,will:37,regeneration:null,auras:[{id:"46d4ed54-415e-4b85-8ac0-68faa9440e0d",name:"Aura of Malevolence",keywords:"",details:"(Fear) aura 10; any enemy within the aura that attacks with a radiant power takes a -2 penalty to the attack roll."}],powers:[{id:"e2b31fe4-5779-4298-b4d6-8894c30ed175",name:"Unholy Smite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 4; 3d6+15 necrotic damage, and ongoing 15 necrotic damage (save ends).",damage:"3d6+15 necrotic damage",category:1},{id:"67173881-6619-41f6-ac7a-9d3a2f9bacd3",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"The desecration makes two unholy smite attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"dd8c2ec5-fed7-4936-a1a5-08b9c6aa42cc",name:"Mouth of Darkness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"Reach 4; 2d12+15 necrotic damage, and the target is grabbed.",damage:"2d12+15 necrotic damage",category:1},{id:"71281074-f808-42a7-8fad-aba94bffce34",name:"Dark Plague",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the desecration is reduced to 0 hit points",range:"Close burst 20",attack:{bonus:24,defence:1},description:"",details:"targets enemies; the target is weakened (save ends). In addition, the target loses a healing surge. Miss: Half damage, and the target is weakened until the end of its next turn. The target does not lose a healing surge.",damage:"half damage",category:0},{id:"a28d3d2a-f53e-4d4c-957b-79777cb014f4",name:"Rejuvenation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A desecration rises at full hit points one day after it has been destroyed. Only a quest destroys the creature completely, preventing it from using the rejuvenation power.",damage:"",category:0},{id:"1eab11c9-96fd-4272-b3e6-0505217144a2",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The desecration spends a healing surge and regains 269 hit points. The desecration gains a +2 bonus to all defenses until the start of its next turn.",damage:"The desecration spends a healing surge and regains 269 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"65648a89-3746-4f3a-b1ee-a1a46cbf4f3e",name:"Discord Incarnate",details:"",size:4,origin:3,type:2,keywords:"undead",level:29,role:{type:2,flag:2,leader:!1},senses:"Perception +17; truesight 5",movement:"8, fly 10",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:31},constitution:{score:28},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:24},hp:1340,initiative:18,ac:43,fortitude:43,reflex:38,will:39,regeneration:null,auras:[{id:"65355289-c439-49ca-b6ff-9c35c06b7c15",name:"Discordant Aura",keywords:"",details:"(Fear) aura 10; while the discord incarnate is not bloodied, any enemy that starts its turn within the aura takes a -2 penalty to all defenses until the end of its next turn."},{id:"3cf361bc-ff5c-4cf2-afcb-6b484db1be39",name:"Retribution Aura",keywords:"",details:"(Necrotic, Radiant) aura 5; while the discord incarnate is bloodied, any enemy that starts its turn within the aura takes 15 necrotic and radiant damage."}],powers:[{id:"cc1c2114-19ef-4105-903c-e0374d62f978",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Radiant, Weapon",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 3; 3d12+13 necrotic and radiant damage.",damage:"3d12+13 necrotic and radiant damage",category:1},{id:"857ec40b-b74b-46af-9350-62588230b67d",name:"Discord’s Wrath",action:{action:1,trigger:"while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Radiant, Weapon",condition:"",range:"",attack:null,description:"",details:"Requires longsword; reach 3; make three longsword attacks, each against a different target.",damage:"reach 3",category:5},{id:"bc83c6fd-86e9-431d-b5b0-44bad1aa929a",name:"Discordant Retaliation",action:null,keywords:"Necrotic, Radiant",condition:"when first bloodied and again when the discord incarnate is reduced to 0 hit points",range:"Close burst 10",attack:{bonus:30,defence:1},description:"",details:"5d6+8 necrotic and radiant damage, and the target is knocked prone and dazed (save ends). Miss: Half damage, and the target is knocked prone but not dazed.",damage:"5d6+8 necrotic and radiant damage",category:0},{id:"430d9761-8d4d-41a1-ab8f-ca5e970776df",name:"Create Couatl Mockeries",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Four couatl mockeries appear within 10 squares of the discord incarnate and act as it wishes. They take their turns directly after the discord incarnate in the initiative order.",damage:"Four couatl mockeries appear within 10 squares of the discord incarnate and act as it wishes",category:3}],damageModifiers:[],resist:"radiant 10, necrotic 10 (if a discord incarnate takes radiant damage or necrotic damage, it gains a +5 bonus to damage rolls until the end of its next turn)",vulnerable:"",immune:"disease, fear",tactics:""},{id:"c2c2ab17-f17f-45d2-86d9-f2f439b6a957",name:"Dragon Shell",details:"",size:3,origin:4,type:0,keywords:"dragon, undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6, fly 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:14},wisdom:{score:16},charisma:{score:13},hp:92,initiative:8,ac:24,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"99f17d4d-ac07-47c4-ab32-34d69e33bef5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing; Acid, Cold, Fire, Lightning, or Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+5 damage plus 1d6 acid, cold, fire, lightning, or poison damage, depending on the dragon shell’s origin dragon, and the target is grabbed; see also clench. In addition, the target loses a healing surge, and the dragon shell regains 5 hit points.",damage:"1d10+5 damage plus 1d6 acid",category:1},{id:"5ec5ab70-11f0-40a7-9492-3a1b28ffdc56",name:"Clench",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Targets a creature grabbed by the forsaken shell; the dragon shell shifts up to 3 squares before or after the attack, pulling the target with it; 1d10 + 5 necrotic damage (no attack roll required).; 2d6+5 damage.",damage:"1d10 + 5 necrotic damage (no attack roll required)",category:1},{id:"293b16ff-59a7-42d5-822c-b5302c5da2c9",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:13,defence:2},description:"",details:"3d8+5 acid, cold, fire, lightning or poison damage, depending of the dragon shell’s origin dragon.",damage:"lightning or poison damage",category:1},{id:"29c853e2-85d5-4206-a442-e77d882763f0",name:"Flexibility",action:{action:5,trigger:"when the forsaken shell would be immobilized; restrained; pushed; pulled; or slid",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forsaken shell makes saving throw. On a save, the triggering effect is negated.",damage:"",category:5},{id:"a517a01a-4621-41b6-b328-67824733187a",name:"Spawn Shell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the forsaken shell kills a living dragon creature, the slain creature rises as a free-willed dragon shell at the start of its creator’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f6579927-b4c6-4605-ae78-263e9a6bf2ae",name:"Dragonclaw Swarm",details:"",size:4,origin:4,type:0,keywords:"swarm, undead",level:22,role:{type:2,flag:0,leader:!1},senses:"Perception +15; tremorsense 10",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:3},wisdom:{score:18},charisma:{score:10},hp:252,initiative:16,ac:34,fortitude:35,reflex:34,will:33,regeneration:null,auras:[{id:"8f687a50-d608-4ce0-8e6f-827c63fcba75",name:"Swarm Attack",keywords:"",details:"aura 3; the dragonclaw swarm makes a dragonclaw pin attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"7312e411-3cf1-40cb-93f0-68f1f7d181c9",name:"Dragonclaw Pin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+14 damage, and the target is restrained until the start of tis next turn.",damage:"2d8+14 damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"f976fd98-6b85-4e67-87e8-c33c88130197",name:"Dragonscale Slough",details:"",size:2,origin:4,type:0,keywords:"undead",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +20",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:22},intelligence:{score:1},wisdom:{score:14},charisma:{score:8},hp:1,initiative:15,ac:33,fortitude:29,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"95ba0742-ab7f-4861-8492-b4c440447349",name:"Grabbing Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"9 damage, and the target is grabbed.",damage:"9 damage",category:1},{id:"169f55b7-ad4d-4be0-ba20-51ec120158ef",name:"Squeezing Scales",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Targets a creature grabbed by the dragonscale slough; 9 damage (no attack roll required).; 2d8+7 damage.",damage:"9 damage (no attack roll required)",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"63d864c4-05e1-4f64-9696-98ca7ca6663f",name:"Dread Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:15},constitution:{score:18},dexterity:{score:9},intelligence:{score:3},wisdom:{score:12},charisma:{score:4},hp:66,initiative:3,ac:21,fortitude:19,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"59cf2dc5-304a-4f78-a4e0-f68d72aa87b6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"50220f18-a985-44b3-9913-3bcabb28145c",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"the target is grabbed. Attempts to escape the zombie’s grab take a -5 penalty.",damage:"Attempts to escape the zombie’s grab take a -5 penalty",category:1},{id:"9e05505b-1710-47e8-8db5-58c0d75e4215",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage, the creature is not destroyed. The dread zombie falls prone and appears to be destroyed, but instead, the creature returns with 10 hit points at the beginning of its next turn.",damage:"if a dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage",category:0},{id:"d270b3de-37f1-4aa2-b13c-1217e1373e43",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit scored against a dread zombie reduces the zombie to 0 hit points.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5d7273ca-c7e9-4b16-8bf6-50a310b512de",name:"Dread Zombie Myrmidon",details:"",size:2,origin:4,type:0,keywords:"undead",level:10,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:12},intelligence:{score:5},wisdom:{score:15},charisma:{score:6},hp:109,initiative:8,ac:26,fortitude:23,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"3001cb43-d3fc-4cac-a897-916bbabcd4f2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d8+4 damage, and the target is marked until the end of the dread zombie myrmidon’s next turn.",damage:"2d8+4 damage",category:1},{id:"2481533f-aafb-4480-a41a-c386563131a7",name:"Necrotic Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires longsword; 2d8+4 necrotic damage, and the target is immobilized until the end of the dread zombie myrmidon’s next turn. If the target is marked by the dread zombie myrmidon, it is immobilized and dazed until the end of the dread zombie myrmidon’s next turn.",damage:"2d8+4 necrotic damage",category:1},{id:"b05905f1-befd-4eb1-8807-69ad06d6443c",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a dread zombie myrmidon is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage, the creature is not destroyed. The dread zombie myrmidon falls prone and appears to be destroyed, but instead, the creature returns with 15 hit points at the start of its next turn.",damage:"if a dread zombie myrmidon is reduced to 0 hit points by an attack that does not deal fire damage or radiant damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6db7a832-610d-4d8b-918c-e316a69f5d4a",name:"Drowned One",details:"",size:2,origin:4,type:0,keywords:"aquatic, undead",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"4, swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:6},intelligence:{score:3},wisdom:{score:8},charisma:{score:7},hp:1,initiative:1,ac:13,fortitude:13,reflex:9,will:10,regeneration:null,auras:[],powers:[{id:"c630e1f8-bfac-47a1-a5de-f26b4aa64c7f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8607afa3-9f48-4939-99ec-d22e0ab4cfee",name:"Entropic Reaper",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:4,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +14",equipment:"scythe",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:18},intelligence:{score:16},wisdom:{score:17},charisma:{score:14},hp:232,initiative:15,ac:31,fortitude:29,reflex:29,will:27,regeneration:{value:10,details:"if an entropic reaper takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[],powers:[{id:"875f5a83-5878-4c9f-b33c-d26d05319551",name:"Umbral Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 4d4+5 necrotic damage.",damage:"4d4+5 necrotic damage",category:1},{id:"cae04092-0a5e-44b7-847c-f8f43c524b06",name:"Entropic Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic, Weapon",condition:"",range:"close burst 2",attack:{bonus:18,defence:0},description:"",details:"Requires scythe; 4d4 + 5 necrotic damage, the target is dazed (save ends). First Failed Saving Throw: The target is instead stunned (save ends). Second Failed Saving Throw: The target takes ongoing 10 psychic damage and is stunned (save ends both).; 2d8+6 damage.",damage:"4d4 + 5 necrotic damage",category:1},{id:"771384f2-1c54-4343-9f78-16d4773f843f",name:"Eye of Impending Doom",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close burst 3",attack:{bonus:18,defence:3},description:"",details:"targets one creature; the target takes 10 psychic damage if it attacks the entropic reaper (save ends).",damage:"the target takes 10 psychic damage if it attacks the entropic reaper (save ends)",category:3},{id:"6b28e9de-dd20-4f62-ae23-b1341669bf0b",name:"Shift Into Nothing",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The entropic reaper disappears, negating line of sight and line of effect to it for all creatures. At the start of its next turn, it returns to a square within 5 squares of the square it occupied when it last used shift into nothing.",damage:"it returns to a square within 5 squares of the square it occupied when it last used shift into nothing",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"41c1f417-b66c-48b9-bf3d-47a08483cbf6",name:"Exalted Brain in a Jar",details:"",size:2,origin:4,type:0,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"fly 6 (hover)",alignment:"Evil",languages:"Common, telepathy 10",skills:"Arcana +16, Bluff +15, Diplomacy +15, Intimidate +15",equipment:"",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:12},intelligence:{score:21},wisdom:{score:16},charisma:{score:18},hp:123,initiative:7,ac:26,fortitude:22,reflex:18,will:24,regeneration:null,auras:[],powers:[{id:"50af14a3-5cbd-4e73-9d5c-ac497ec11fbb",name:"Teleportation Field",action:{action:4,trigger:"when an enemy hits the exalted brain in a jar with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"Targets the triggering creature; the target is teleported up to 8 squares.",damage:"the target is teleported up to 8 squares",category:5},{id:"4fbb7368-3bcd-4b0a-80ba-b5747af71999",name:"Fearful Recoil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8",attack:{bonus:14,defence:3},description:"",details:"the target immediately moves its speed plus 4 squares away from the exalted brain in a jar. The target avoids hazardous terrain and difficult terrain if possible.",damage:"the target immediately moves its speed plus 4 squares away from the exalted brain in a jar",category:3},{id:"18c7a2ab-affe-45df-a06b-d0c5cd8ecbf7",name:"Supreme Domination",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"a9a5e457-3f11-41b0-bb67-1092c9eb4bdb",name:"Mind Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:16,defence:3},description:"",details:"1d10+8 psychic damage, and the target takes a -2 penalty to Will (save ends).",damage:"1d10+8 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cdd5a87d-000f-4312-bf96-3754d296cb8c",name:"Famine Hound",details:"",size:1,origin:4,type:1,keywords:"undead",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:8},hp:38,initiative:6,ac:16,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"819141f4-5cd0-4d9e-a03e-d6c0a63e7ec5",name:"Gnash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"1d4+2 necrotic damage, and ongoing 5 damage (save ends).",damage:"1d4+2 necrotic damage",category:1},{id:"7b2f152a-6f37-4c45-9dac-e0d76d7b0e42",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a famine hound hits a target it has combat advantage against, the target is knocked prone.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ea0c3243-2506-4ed0-ac84-479e0c3bdf7e",name:"Famine Spirit",details:"",size:3,origin:5,type:2,keywords:"undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +16; darkvision",movement:"4 phasing",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:19},dexterity:{score:14},intelligence:{score:22},wisdom:{score:23},charisma:{score:17},hp:167,initiative:12,ac:33,fortitude:34,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"e5d628ee-78a0-4294-b2e2-1f9b33259db2",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Requires a free hand; reach 2; 3d8+8 necrotic damage, and the target is grabbed.",damage:"3d8+8 necrotic damage",category:1},{id:"8798a6d8-e3f8-4dbf-ab3e-1441c073865f",name:"Swallow Whole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Targets a creature grabbed by the famine spirit; 2d8+4 necrotic damage, and the target is engulfed, entering the famine spirit’s space and disappearing from sight and removing line of effect to all squares. While engulfed, the target takes ongoing 10 acid damage and is stunned and immobilized (save ends all). The famine spirit gains regeneration 10 while a target is engulfed.",damage:"2d8+4 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"abc74e5c-02a7-454d-93e9-fda2933c5293",name:"Fear Moth",details:"",size:3,origin:5,type:1,keywords:"swarm, undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +14; blindsight 10, darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:26},intelligence:{score:3},wisdom:{score:15},charisma:{score:18},hp:143,initiative:17,ac:31,fortitude:26,reflex:29,will:26,regeneration:null,auras:[{id:"11cbb58f-2f00-4103-965e-df4c21837d82",name:"Swarm Attack",keywords:"",details:"aura 2; the fear moth makes a basic attack as a free action against any enemy that starts its turn within the aura."}],powers:[{id:"e904c492-fee2-4572-b924-6ef489e642af",name:"Winged Assault",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage, and the target is knocked prone.",damage:"2d8+6 damage",category:1},{id:"0b411b7b-f140-4314-9449-10721366f16b",name:"Wave of Fear",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close blast 3",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 4d8+6 psychic damage, and the target is stunned until the end of the fear moth’s next turn. Miss: Half damage, and the target is not stunned.",damage:"4d8+6 psychic damage",category:3}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"ae9a3efc-691f-4d69-8685-abede249770b",name:"Flesh Acolyte",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:16},intelligence:{score:6},wisdom:{score:18},charisma:{score:11},hp:109,initiative:10,ac:28,fortitude:25,reflex:25,will:28,regeneration:{value:5,details:""},auras:[{id:"393ad881-e300-4d59-aba9-5fa9f959e2d2",name:"Sickening Stench",keywords:"",details:"aura 2; any living creature that starts its turn within the aura is weakened until the end of its next turn."}],powers:[{id:"2456b29d-cbda-41c3-8464-dac35b72adf2",name:"Putrid Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d6+3 damage, and the target is dazed until the end of the flesh acolyte’s next turn.",damage:"1d6+3 damage",category:1},{id:"51ad9714-3333-43b5-a051-79abd48f389a",name:"Ghastly Glob",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"2d8+4 necrotic damage, and the target cannot make saving throws or spend healing surges until the start of its next turn.",damage:"2d8+4 necrotic damage",category:1},{id:"504bc69f-13cb-49f8-9250-4d8867bb67f0",name:"Exploding Entrails",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 3 within 10",attack:{bonus:19,defence:1},description:"",details:"targets living creatures; 1d10+4 necrotic damage, and ongoing 10 necrotic damage (save ends).",damage:"1d10+4 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"6d947f0c-703a-4beb-9fc5-30f42d607ae5",name:"Flesh Scamp",details:"",size:1,origin:4,type:0,keywords:"homunculus",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:18},dexterity:{score:16},intelligence:{score:4},wisdom:{score:11},charisma:{score:7},hp:1,initiative:9,ac:25,fortitude:23,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"350d100f-6376-4fea-bb05-0a2b42eedfd8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"005c28bc-6087-4518-aa39-29c62b8fa508",name:"Scamp’s Dance",action:{action:1,trigger:"while at least three flesh scamps are adjacent to the target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2 damage per flesh scamp adjacent to the target, and the target is immobilized until the end of the flesh scamp’s next turn. If the target is already immobilized, the target is instead dazed until the end of the flesh scamp’s next turn. If the target is already dazed, the attack deals 2 extra damage.",damage:"2 damage per flesh scamp adjacent to the target",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"737ea1cc-4a05-4d5c-a7ff-47cd247167d4",name:"Forsaken Hierophant",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +17",equipment:"mace; plate armor",category:"",strength:{score:23},constitution:{score:15},dexterity:{score:13},intelligence:{score:14},wisdom:{score:18},charisma:{score:26},hp:955,initiative:11,ac:37,fortitude:37,reflex:32,will:41,regeneration:{value:10,details:"if a forsaken hierophant takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"4debf779-63a8-42ea-af47-40a5321f4a1f",name:"Decaying Hope",keywords:"",details:"(Fear, Necrotic) aura 5; any enemy within the aura takes a -2 penalty to all defenses and a -2 penalty to attack rolls against the forsaken hierophant."}],powers:[{id:"d57c151e-1d13-48ea-bcbe-8335881f487a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8+5 damage, and ongoing 10 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"045a121f-eeab-48c0-b164-e04ac243e060",name:"Vision of Death",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 10",attack:{bonus:24,defence:3},description:"",details:"targets one creature; 2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:3},{id:"9fdbf352-d73a-4497-af0e-64b762a276a2",name:"Word of Orcus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:24,defence:1},description:"",details:"targets enemies; 2d6+7 necrotic damage, and the target is stunned (save ends). Undead in the burst regain 15 hit points.",damage:"2d6+7 necrotic damage",category:1},{id:"410fbfd1-d821-49af-8756-b763823e0e3e",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:23,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f8aa27b5-c434-4a73-be44-7084a37e89a1",name:"Forsaken Shell",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8, climb 8",alignment:"Unaligned",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:24},intelligence:{score:14},wisdom:{score:15},charisma:{score:13},hp:70,initiative:12,ac:20,fortitude:16,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"c673998c-28b2-48c1-8e7a-5485d217fa8f",name:"Necrotic Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 damage plus 5 necrotic damage, and the target is grabbed; see also envelop. In addition, the target loses a healing surge, and the forsaken shell regains 5 hit points.",damage:"1d6 damage plus 5 necrotic damage",category:1},{id:"17dc15a0-94bf-40d5-a544-e69e42e38218",name:"Envelop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Targets a creature grabbed by the forsaken shell; the forsaken shell shifts up to 3 squares before or after the attack, pulling the target with it; 2d6 + 3 necrotic damage (no attack roll required).; 1d10+4 damage.",damage:"2d6 + 3 necrotic damage (no attack roll required)",category:1},{id:"ee978059-9fc3-4324-88bd-f14542a00e04",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A forsaken shell deals 2d6 extra damage when it hits a target it has combat advantage against.",damage:"a forsaken shell deals 2d6 extra damage when it hits a target it has combat advantage against",category:0},{id:"27672207-0b1a-4a51-ab47-222607de7a31",name:"Flexibility",action:{action:5,trigger:"when the forsaken shell would be immobilized; restrained; pushed; pulled; or slid",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The forsaken shell makes a saving throw. On a save, the triggering effect is negated.",damage:"",category:5},{id:"68ba8985-b95f-493d-9ec6-e0d96b16242d",name:"Spawn Shell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a forsaken shell kills a Medium living humanoid creature, the slain creature rises as a free-willed forsaken shell at the start of its creator’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2c343016-160c-4403-a579-1036f6a3074f",name:"Giant Skeletal Bat",details:"",size:3,origin:4,type:0,keywords:"undead",level:10,role:{type:6,flag:0,leader:!1},senses:"Perception +8; blindsight 5, darkvision",movement:"4, fly 8 (clumsy)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:16},dexterity:{score:22},intelligence:{score:3},wisdom:{score:16},charisma:{score:4},hp:104,initiative:13,ac:24,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"71182ec0-558a-4e6a-85f0-a0bb8e65e892",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d8+4 damage, and the target is pushed 1 square and knocked prone.",damage:"2d8+4 damage",category:1},{id:"1f310c09-5763-471f-b729-a53208d2b9d4",name:"Swoop and Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"The giant skeletal bat shifts up to 6 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The skeleton cannot attack a single target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:{bonus:13,defence:0},description:"",details:"4d8+5 damage.",damage:"4d8+5 damage",category:1},{id:"63894301-290f-4283-aa5f-9de02866fcf7",name:"Swoop and Drop",action:{action:7,trigger:"when the giant skeletal bat attacks a creature with swoop and claw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The attack deals no damage. Instead, the target is grabbed. When the giant skeletal bat moves, the grabbed creature slides along with it, remaining in the same space relative to the bat.",damage:"the attack deals no damage",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ae79235f-05b7-44e7-bcf4-dac7f46b55fa",name:"Grave Chill Blaspheme",details:"",size:2,origin:4,type:0,keywords:"construct, undead",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:21},intelligence:{score:12},wisdom:{score:10},charisma:{score:13},hp:150,initiative:11,ac:25,fortitude:23,reflex:25,will:22,regeneration:null,auras:[{id:"554c68ae-b351-4f8f-b3a8-58c37976b50b",name:"Seeping Chill",keywords:"",details:"(Cold) aura 1; while the grave chill blaspheme is bloodied, any enemy that enters the aura or starts its turn within the aura takes 5 cold damage."}],powers:[{id:"eac318f4-7a7a-4112-b445-2c30ad9b90f5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d10+5 cold and necrotic damage.",damage:"2d10+5 cold and necrotic damage",category:1},{id:"d0da0f3e-cb25-4754-93fb-edb656d78fc1",name:"Chill to the Bone",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d10+5 cold and necrotic damage, and the target is weakened (save ends).",damage:"3d10+5 cold and necrotic damage",category:1},{id:"b733d4a8-20fe-4fe1-b5fe-f6f1f96dfa62",name:"Nimble Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The grave chill blaspheme shifts up to 1 square and makes a bite attack.",damage:"The grave chill blaspheme shifts up to 1 square and makes a bite attack",category:1}],damageModifiers:[{type:2,value:-10},{type:6,value:-10},{type:7,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"ac9102d6-6063-48fa-8e5f-fa0310f450f5",name:"Grave Dirt Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6, burrow 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:368,initiative:5,ac:29,fortitude:31,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"87cebda5-199d-48fe-b953-830b41df0122",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 while bloodied)2d8+6 damage, and the target takes ongoing 10 necrotic damage and is dazed (save ends both).",damage:"(+20 while bloodied)2d8+6 damage",category:1},{id:"c24ca29c-e243-454c-85ee-6cdbd0cc3521",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The grave dirt golem makes two slam attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"4cb332b9-dbe5-4e1a-a072-acae2c7fc120",name:"Grave Dirt Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The grave dirt golem moves up to its speed plus 2 and can move through enemies’ spaces without provoking opportunity attacks. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The grave dirt golem must end its movement in an unoccupied space, and it can make no more than one slam attack against any single creature when using this power.",damage:"The grave dirt golem moves up to its speed plus 2 and can move through enemies’ spaces without provoking opportunity attacks",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"ca34d4e6-eb06-4b62-b84c-eaab0b60ae15",name:"Hangman Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:20,role:{type:2,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +18",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:16},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:476,initiative:13,ac:34,fortitude:36,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"d663ef2a-93d3-4b25-a0b0-a8fc15c61163",name:"Hangman’s Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; (+25 while bloodied)2d8+7 damage, and the target is immobilized until the end of the hangman golem’s next turn.",damage:"(+25 while bloodied)2d8+7 damage",category:1},{id:"936877c1-7a3d-4ddd-813d-0da48c028bb4",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"The hangman golem makes two hangman’s lash attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"ad852d20-b6bc-443f-8b68-ea6370c5119d",name:"Strangle",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Reach 2; targets a creature immobilized by the hangman golem; 3d8+8 damage, and the target takes ongoing 10 damage and is restrained (save ends both).",damage:"3d8+8 damage",category:3},{id:"beb77456-7b40-44f5-9d04-241defc3dec1",name:"Rope Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:21,defence:2},description:"",details:"targets enemies; 2d8+6 damage, and the target is immobilized (save ends).",damage:"2d8+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"b3ff2902-1072-43aa-8f72-162d3710f785",name:"Harrazau the God Swallower",details:"",size:5,origin:3,type:2,keywords:"undead",level:31,role:{type:2,flag:2,leader:!1},senses:"Perception +26; darkvision",movement:"8, burrow 8, climb 8",alignment:"Evil",languages:"Supernal",skills:"Insight +26, Religion +19",equipment:"",category:"",strength:{score:42},constitution:{score:32},dexterity:{score:26},intelligence:{score:18},wisdom:{score:22},charisma:{score:23},hp:1440,initiative:23,ac:43,fortitude:42,reflex:37,will:40,regeneration:null,auras:[{id:"04ee547b-286f-4054-98a4-df3a3a0abb07",name:"Gaping Maw",keywords:"",details:"aura 6; at the start of Harrowzau’s turn, any enemy within the aura is pulled 2 squares."}],powers:[{id:"06da0761-e448-4640-9eb5-e35a39cdafa7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 2d8+16 damage.",damage:"2d8+16 damage",category:1},{id:"42a49505-1fc6-43a1-9ee3-9db19e6e55a9",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"Reach 4; 2d8+16 damage.",damage:"2d8+16 damage",category:3},{id:"b08062ef-802a-4aab-a92e-8b615392700f",name:"Rending Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Harrowzau makes four claw attacks, no more than two of them against a single target. If two attacks hit the same target, it is grabbed, and it takes ongoing 15 damage until the grab ends. Harrowzau cannot use rending claws against another target while it is grabbing a creature.",damage:"and it takes ongoing 15 damage until the grab ends",category:1},{id:"3415da57-ab90-4b8c-8551-d2ec7f1837e7",name:"Consume",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"",attack:{bonus:34,defence:0},description:"",details:"2d8+16 necrotic damage, and the target is trapped (save ends). A trapped target is removed from play and can take no actions, and takes ongoing 15 acid damage. Harrowzau occupies the target’s former space and gains regeneration 15. If the target succeeds on the saving throw, Harrowzau takes 1d6 damage, and the target escapes and appears in an unoccupied space of Harrowzau’s choice adjacent to Harrowzau. A trapped target automatically escapes when Harrowzau is destroyed, reappearing in a space of its choice within the space previously occupied by Harrowzau.",damage:"2d8+16 necrotic damage",category:1},{id:"f44268bb-1835-4465-b5af-8e4cadae7eed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Harrowzau makes an extra bite attack against any enemy it has combat advantage against. Harrowzau automatically gains combat advantage against any living, bloodied enemy.",damage:"",category:0}],damageModifiers:[{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, necrotic, poison",tactics:""},{id:"1dee2baf-de84-4f8e-8f59-7cb353f34ee5",name:"Harrowzau the Unborn",details:"",size:3,origin:3,type:1,keywords:"undead",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +20; darkvision",movement:"fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"Insight +25, Religion +19",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:18},intelligence:{score:10},wisdom:{score:22},charisma:{score:20},hp:634,initiative:18,ac:42,fortitude:42,reflex:37,will:40,regeneration:null,auras:[{id:"6d32f4e7-8550-431f-b1b8-e551485cd856",name:"Shroud of Death",keywords:"",details:"(Necrotic) aura 5; at the beginning of the atropal’s turn, undead allies within the aura regain 20 hit points, and living creatures in the aura take 10 necrotic damage. Radiant damage to the atropal ends its shroud of death. The atropal can restore the aura as a minor action."}],powers:[{id:"49f64f92-edf4-40f6-883d-3af52a994f85",name:"Necrotizing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 2d10+10 damage, and the target takes ongoing 15 necrotic damage and a -2 penalty to attack rolls, and the target loses any resistance or immunity to necrotic damage (save ends all).",damage:"2d10+10 damage",category:1},{id:"218e8ebc-b765-4534-8abe-e93c934cb43e",name:"Atropos Burst",action:{action:1,trigger:"recharges when a living creature is reduced to 0 hit points within the atropal’s aura",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:27,defence:2},description:"",details:"4d8+5 necrotic damage, and the target loses a healing surge. The atropal gains 1 action point if it hits any creatures with atropos burst.",damage:"4d8+5 necrotic damage",category:5}],damageModifiers:[{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, necrotic, poison",tactics:""},{id:"42b0b6fa-441c-4696-a2eb-b8525614ada4",name:"High Preceptor",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +14; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Religion +17",equipment:"leather armor; mace",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:22},intelligence:{score:14},wisdom:{score:18},charisma:{score:20},hp:254,initiative:11,ac:29,fortitude:25,reflex:27,will:27,regeneration:{value:10,details:"regeneration doesn’t function while the high preceptor is exposed to direct sunlight"},auras:[],powers:[{id:"cd3ce432-1808-4185-9a9d-f0a7203c7628",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"b576222d-b887-4038-8c9e-d47016ea6a99",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Requires combat advantage against the target; 1d12+8 damage, and the target is weakened (save ends), and the high preceptor regains 63 hit points.",damage:"1d12+8 damage",category:5},{id:"66ac56a1-41f5-4dd2-803d-b95157bcb0a3",name:"Betraying Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"the target makes a melee basic attack as free action against an adjacent ally of the high preceptor’s choice.",attack:{bonus:17,defence:3},description:"",details:"",damage:"",category:3},{id:"f69f393e-4134-4676-915a-7632e2f19136",name:"Blood Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Close burst 4",attack:{bonus:17,defence:1},description:"",details:"targets enemies; 1d6+7 necrotic damage, and the target is dazed (save ends). Undead within the burst regain 15 hit points.",damage:"1d6+7 necrotic damage",category:1},{id:"de0b43f5-ef5c-4256-b885-2f7cb9cc6bd8",name:"Bloody Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The high preceptor becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The high preceptor can remain in mist form for up to 1 hour or can end the effect as a minor action.",damage:"The high preceptor becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0b0442db-1f10-41ab-8c75-0aa5a5ea824c",name:"Hooded Master",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +17, Religion +17",equipment:"implement, staff",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:21},intelligence:{score:21},wisdom:{score:21},charisma:{score:21},hp:240,initiative:10,ac:32,fortitude:28,reflex:27,will:30,regeneration:{value:10,details:""},auras:[{id:"be2d67dd-dd8c-45a2-a056-f0c7221dbf1f",name:"Sickening Stench",keywords:"",details:"aura 2; any living creature that starts its turn within the aura is weakened until the end of its next turn."}],powers:[{id:"2f9485a5-8569-4700-be24-05842fbaf668",name:"Master’s Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+8 damage, and the target is pushed 2 squares and knocked prone.",damage:"1d8+8 damage",category:1},{id:"f6933354-1995-45d1-8e53-cd68e2a8466a",name:"Death Eagle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 5",attack:{bonus:20,defence:2},description:"",details:"2d4+7 necrotic damage, and the target is weakened until the end of the hooded master’s next turn.",damage:"2d4+7 necrotic damage",category:1},{id:"efb76504-faec-4c48-9407-d11d37ad4951",name:"Organ Spawn",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"targets enemies; the target is stunned until the end of the master’s next turn. Hit or Miss: An organ wretch appears adjacent to the hooded master and acts immediately after the master. An organ spawn created in this way does not contribute to an encounter’s experience total.",damage:"",category:1},{id:"7d3d1b00-fa72-493f-856f-a54e02bf7a1e",name:"Writhing Entrails",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 3 within 10",attack:{bonus:20,defence:2},description:"",details:"targets enemies; 2d6+6 necrotic damage, and the target is slowed and dazed (save ends both).",damage:"2d6+6 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"0bb3c5a0-70bb-4843-b67a-64ec008e2187",name:"Howling Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +14; darkvision",movement:"fly 8 (hover); phasing",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:24},intelligence:{score:6},wisdom:{score:14},charisma:{score:21},hp:1,initiative:14,ac:30,fortitude:26,reflex:30,will:28,regeneration:null,auras:[{id:"e3d637a4-aece-4266-9e78-6629efe9c813",name:"Choir of Madness",keywords:"",details:"aura 1; any enemy within the aura that takes damage from a power that has the fear or psychic keyword takes 5 extra psychic damage."}],powers:[{id:"0a7bfd4d-d220-4719-b7ed-c7c10301d9a7",name:"Spectral Strafe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"The howling spirit shifts up to 1 square before or after the attack; 7 necrotic damage.",damage:"7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9bd39d4b-3da4-4d9f-8052-35c2aeee37a0",name:"Kas the Betrayer",details:"",size:2,origin:4,type:2,keywords:"undead",level:26,role:{type:7,flag:2,leader:!1},senses:"Perception +22; darkvision",movement:"7, climb 3 (spider climb)",alignment:"Evil",languages:"Common",skills:"Arcana +25, Insight +22, Intimidate +27, Religion +25, Stealth +21",equipment:"black iron armor; plate armor; lifedrinker weapon; bastard sword",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:24},wisdom:{score:19},charisma:{score:28},hp:1190,initiative:20,ac:44,fortitude:41,reflex:39,will:41,regeneration:{value:20,details:"regeneration doesn’t function while Kas is exposed to direct sunlight"},auras:[],powers:[{id:"1dd458fb-f45c-459e-95ed-a05ad3e60cb0",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"2d10+14 damage (crit 34+5d6).",damage:"2d10+14 damage (crit 34+5d6)",category:1},{id:"7dbe8743-91e8-46ce-9f1a-39a674215fab",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:31,defence:1},description:"",details:"Requires combat advantage against the target; 2d12+14 damage, and the target is weakened (save ends), and Kas regains 297 hit points.",damage:"2d12+14 damage",category:1},{id:"bde7ff45-9f69-4cd4-868e-25f83deaa973",name:"Terrifying Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Requires bastard sword; 2d10+14 damage (crit 34+5d6), and the target is pushed 5 squares and immobilized (save ends).",damage:"2d10+14 damage (crit 34+5d6)",category:1},{id:"ea976841-37ea-43a5-929f-0060f71ab1dc",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Gaze",condition:"",range:"Ranged 5",attack:{bonus:31,defence:3},description:"",details:"the target is dominated and takes a -2 penalty to saving throws against being dominated (save ends both). Aftereffect: The target is dazed (save ends). Kas can have only one creature dominated at a time.",damage:"the target is dominated and takes a -2 penalty to saving throws against being dominated (save ends both)",category:3},{id:"8e961297-4e55-4f41-90ca-7eb413a2c760",name:"Betrayer’s Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:31,defence:0},description:"",details:"Requires bastard sword; 2d10+17 damage (crit 37+5d6), and the target is blinded (save ends).",damage:"2d10+17 damage (crit 37+5d6)",category:1},{id:"91b930b8-b6c1-46b0-b763-8901ac789c02",name:"Kas’s Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one enemy; the target is marked until the end of Kas’s next turn. If the marked target makes an attack that doesn’t include Kas as a target, it takes ongoing 10 necrotic damage (save ends).",damage:"it takes ongoing 10 necrotic damage (save ends)",category:3},{id:"8c17ea58-2c7f-4f19-9c8f-234d0f9ea8a8",name:"Kas’s Recovery",action:{action:7,trigger:"while kas is bloodied; recharges when kas reduces an enemy to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kas spends a healing surge to regain 297 hit points and end all adverse effects currently affecting him.",damage:"Kas spends a healing surge to regain 297 hit points and end all adverse effects currently affecting him",category:5},{id:"f9eabdbf-b4b7-42ba-9be5-71c928cb0667",name:"Mist Form",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn. Kas cannot attack while in this form and can sustain this form for up to 1 hour.",damage:"The Kas becomes insubstantial and gains fly (hover) 12 until the end of his next turn",category:5}],damageModifiers:[{type:3,value:-15},{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8a585d1d-ed7e-490f-9987-ddfb078b7d9a",name:"Kellemor and Przithnee",details:"",size:2,origin:2,type:2,keywords:"",level:23,role:{type:0,flag:1,leader:!1},senses:"Perception +16; low-light vision",movement:"6",alignment:"Evil",languages:"Abysssal, Common, Elven",skills:"Arcana +25, History +20, Nature +21, Religion +23",equipment:"implement, staff",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:24},wisdom:{score:20},charisma:{score:13},hp:316,initiative:14,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"b5710515-7358-4399-8af4-3f1c5e959fe5",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"99ee85a7-9e1c-4cd8-adbf-15f1a5ca2eb6",name:"Disintegrate",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"5d10+12 damage, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends). Miss: 3d10+12 damage, and the target takes ongoing 5 damage (save ends).",damage:"5d10+12 damage",category:5},{id:"a8c6e4a2-2663-4de5-a66e-6013c3980e79",name:"Blast of Flame",action:{action:1,trigger:"2/day",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:26,defence:2},description:"",details:"6d8+12 fire damage.",damage:"6d8+12 fire damage",category:5},{id:"08043e7d-6486-4624-9937-e6fc839827aa",name:"Scorching Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:26,defence:2},description:"",details:"2d6+12 fire damage.",damage:"2d6+12 fire damage",category:1},{id:"6da7b8e9-ac4e-433a-98c7-cff500262052",name:"Combust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:26,defence:2},description:"",details:"5d6+12 fire damage.",damage:"5d6+12 fire damage",category:1},{id:"a895aa6f-67e7-42a7-8e9a-44079b5e9d28",name:"Displacement",action:{action:5,trigger:"when a ranged or a melee attack hits the caster or one of his allies in range",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:null,description:"",details:"the attacker must reroll the attack roll.",damage:"",category:5},{id:"11daec34-6b5d-43db-a911-c14a65c158d3",name:"Irresistible Flame",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kellemor or Przithnee treats his targets’ resist fire as 20 lower than normal when determining damage for his attacks.",damage:"kellemor or przithnee treats his targets’ resist fire as 20 lower than normal when determining damage for his attacks",category:0},{id:"7a9358c7-074c-4459-8da8-6c618ec57aed",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Kellemor or Przithnee teleports up to 5 squares.",damage:"Kellemor or Przithnee teleports up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cdf9cf0d-7f90-44bd-a66d-af47c4fb73d9",name:"Kravenghast",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:4,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +19",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:22},intelligence:{score:11},wisdom:{score:12},charisma:{score:21},hp:560,initiative:18,ac:32,fortitude:29,reflex:32,will:30,regeneration:{value:10,details:"if Kravenghast takes radiant damage, regeneration doesn’t function until the end of his next turn"},auras:[],powers:[{id:"aec830d5-806a-40f2-84d0-543460431528",name:"Decomposing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+5 necrotic damage, and the target takes ongoing 10 necrotic damage (save ends). While taking this ongoing damage, the target cannot spend healing surges.",damage:"2d8+5 necrotic damage",category:1},{id:"698568e0-36b2-4f35-be57-46d69aef4753",name:"Deadly Reaction",action:{action:5,trigger:"when an enemy moves to a position where it flanks kravenghast",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Kravenghast attacks the enemy with his decomposing touch. If the attack hits, he can make another decomposing touch attack against another creature he is adjacent to.; 2d8+7 damage.",damage:"2d8+7 damage",category:5},{id:"679f087c-0e70-498f-82c5-f4a32b9bfcf7",name:"Shadowdrain Ray",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"2d8+6 necrotic damage, and the target is weakened (save ends).",damage:"2d8+6 necrotic damage",category:3},{id:"c83fea72-21fb-4831-8af3-a2827ecd252d",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Kravenghast deals 2d6 extra necrotic damage against any target he has combat advantage against.",damage:"kravenghast deals 2d6 extra necrotic damage against any target he has combat advantage against",category:0},{id:"cb5a9a67-9d63-4758-89f3-801658469226",name:"Kravenghast’s Evasion",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an area or close attack targeting AC, Fortitude, or Will misses Kravenghast but deals damage on a miss, Kravenghast takes no damage from the attack.",damage:"or will misses kravenghast but deals damage on a miss",category:0},{id:"0fa08cac-2fcf-450e-90e6-17469ae72141",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kravenghast shifts up to 6 squares.",damage:"Kravenghast shifts up to 6 squares",category:2},{id:"187d3f7f-3f48-49af-80cd-6b4fe066f9e8",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Kravenghast spends a healing surge and regains 140 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Kravenghast spends a healing surge and regains 140 hit points",category:1},{id:"991636cb-46d1-4f99-bdd7-0d4df17ba8f3",name:"Demesne",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kravenghast is aware of all that goes on in the mausoleum. While within, he cannot be surprised and does not grant combat advantage. He knows the location and appearance of all creatures in the area.",damage:"",category:0},{id:"271e23ae-fe9a-4919-8447-4cae10e22c2c",name:"Binding",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Kravenghast is forced to leave the mausoleum (through forced movement or a compulsion), he suffers excruciating pain. Each round that he spends outside the mausoleum, he takes 2d6 damage, and his regeneration doesn’t function until the end of his next turn. If he is reduced to 0 hit points because of this damage, he reforms in the mausoleum 1d6 days later. He can be permanently killed only by damage from living creatures.",damage:"he takes 2d6 damage",category:0},{id:"f6086b8c-a617-435f-95a3-8ce4a6d7b63c",name:"Spawn Wraith",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a wraith rises as a free-willed wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the raise dead ritual) does not destroy the spawned wraith.",damage:"",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46a8ecf6-78ef-405a-9c62-57eb8d8775d3",name:"Kyuss",details:"",size:4,origin:4,type:1,keywords:"undead",level:31,role:{type:3,flag:2,leader:!1},senses:"Perception +29; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +25, Dungeoneering +29, Religion +25",equipment:"",category:"",strength:{score:18},constitution:{score:29},dexterity:{score:16},intelligence:{score:21},wisdom:{score:29},charisma:{score:24},hp:1425,initiative:18,ac:46,fortitude:46,reflex:41,will:47,regeneration:null,auras:[{id:"43486a0c-0aed-4367-a46e-39d4b1444a85",name:"Visions of Worms",keywords:"",details:"(Fear, Psychic) aura 5; any enemy that starts its turn within the aura takes 20 psychic damage, and is slowed until the start of its next turn."}],powers:[{id:"f30049d8-bd1c-4822-a3dd-b7987f734f5b",name:"Corrupting Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:34,defence:1},description:"",details:"Reach 3; 4d8+7 necrotic damage. Miss: Half damage.",damage:"4d8+7 necrotic damage",category:1},{id:"bcc8a541-9631-4b6f-86f8-12812dbafea5",name:"Mind Worm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:34,defence:3},description:"",details:"2d10+8 psychic damage. In addition during the target’s next turn, Kyuss determines what actions the creature takes and how the target uses those actions.",damage:"2d10+8 psychic damage",category:1},{id:"e3d96fbd-35cf-43d0-a648-675db7d9c9ab",name:"Ray of Cold Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:34,defence:2},description:"",details:"4d8+8 cold and necrotic damage, and the target is slowed and weakened (save ends both).",damage:"4d8+8 cold and necrotic damage",category:1},{id:"66f2a375-2e58-435c-b44b-3a0852f9cd60",name:"Squirming Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kyuss makes up to five attacks using corrupting touch and ray of cold death.",damage:"",category:1},{id:"c328edd0-1986-49e0-b6d8-65d50442d313",name:"Eye of Kyuss",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close burst 10",attack:{bonus:34,defence:3},description:"",details:"targets one enemy; the target is stunned until the end of Kyuss’s next turn. If the target is in Kyuss’s visions of worms aura, it also takes 2d10+5 psychic damage.",damage:"it also takes 2d10+5 psychic damage",category:3},{id:"b00b129d-5ad6-44ed-92d2-b2ee0c41ff45",name:"Kyuss’s Fearful Hold",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 10",attack:{bonus:34,defence:3},description:"",details:"targets enemies; 2d10+9 damage, and the target is stunned (save ends). Miss: Half damage, and the target is instead dazed (save ends).",damage:"2d10+9 damage",category:5},{id:"c1aeb6f1-64e7-4575-b6af-9c1b006ed43b",name:"Arcane Recall",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Kyuss recharges Kyuss’s fearful hold or mind worm.",damage:"",category:3},{id:"3f81e83e-ddd8-484d-b7d1-6daf537ac1bd",name:"Spawn Larva",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A humanoid killed by Kyuss rises as a wormspawn praetorian at the start of Kyuss’s next turn.",damage:"",category:0},{id:"9b53b503-7754-4361-8e82-bfe9f39947ce",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering his shape, Kyuss can squeeze as if he were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"half damage from melee and ranged attack",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"57f509e0-34fb-4fea-b1c2-ff76e80ca3ee",name:"Larva Sniper",details:"",size:2,origin:4,type:1,keywords:"undead",level:21,role:{type:0,flag:1,leader:!1},senses:"Perception +16",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +18, Stealth +18",equipment:"leather armor; longbow",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:17},intelligence:{score:27},wisdom:{score:23},charisma:{score:16},hp:306,initiative:13,ac:36,fortitude:33,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"16539ae6-01bb-4fb5-b7d8-dc978aed1847",name:"Stinging Swipe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8+2 poison damage.",damage:"2d8+2 poison damage",category:1},{id:"e4d521d5-0d42-43d3-bcf1-01e9fb709936",name:"Wasp-Flight Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"(standard",range:"ranged 20/40",attack:{bonus:28,defence:0},description:"",details:"Requires longbow; 1d10+2 damage, and ongoing 5 poison damage (save ends).",damage:"1d10+2 damage",category:1},{id:"5be91344-ac70-4395-a4f7-f154c7c68e8f",name:"Disrupting Double Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"Requires longbow; the larva sniper makes two wasp-flight arrow attacks. If both attacks hit the same target, it takes ongoing 10 poison damage and is dazed (save ends both).",damage:"it takes ongoing 10 poison damage and is dazed (save ends both)",category:1},{id:"baf359b0-727e-4e60-9a2c-22fdfdd5bef6",name:"Escaping Sting",action:{action:4,trigger:"when targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"The larva sniper shifts up to 3 squares and makes a basic attack.",damage:"The larva sniper shifts up to 3 squares and makes a basic attack",category:5},{id:"b17c386a-7c49-45d1-a91c-188dc50f00bd",name:"Vespine Speed",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"The larva sniper makes a basic attack.",damage:"",category:3},{id:"6a891af3-e39b-4839-8acd-bde6565b06ce",name:"Vengeful Hive",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:24,defence:1},description:"",details:"3d8+5 poison damage.",damage:"3d8+5 poison damage",category:1},{id:"19c284a8-eb5f-4606-a843-ec3b03571d3e",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a larva sniper can squeeze through small openings as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"b9364edc-c87e-402a-b476-9660be8bf945",name:"Leflanth and Yargo",details:"",size:2,origin:2,type:2,keywords:"",level:23,role:{type:0,flag:1,leader:!1},senses:"Perception +16; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Arcana +25, History +20, Religion +23",equipment:"implement, staff",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:24},wisdom:{score:20},charisma:{score:13},hp:316,initiative:14,ac:37,fortitude:34,reflex:35,will:36,regeneration:null,auras:[],powers:[{id:"55281075-e3d0-4783-bfa1-cdc6ddbd1c42",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"6b40b933-27ee-437c-b7f8-74313252e6d8",name:"Chain Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"4d6+12 lightning damage. Secondary Targets: Two creatures within 5 squares of the primary target; +28 vs. Reflex; 2d6+12 damage. Tertiary Targets: All other enemies within 20 squares of the caster; +28 vs. Reflex; 1d6+12 lightning damage.",damage:"4d6+12 lightning damage",category:1},{id:"2f459b86-aa6b-40ee-982e-09bfc814e173",name:"Disintegrate",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:28,defence:2},description:"",details:"5d10+12 damage, and the target takes ongoing 10 damage (save ends). Aftereffect: Ongoing 5 damage (save ends). Miss: 3d10+12 damage, and the target takes ongoing 5 damage (save ends).",damage:"5d10+12 damage",category:5},{id:"645ea1b0-8a81-4cad-bf42-d71b1256595c",name:"Force Volley",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"targets up to three creatures; (+4 power bonus to attack roll if targeting one creature)3d6+12 force damage, and the target is dazed until the end of the caster’s next turn.",damage:"(+4 power bonus to attack roll if targeting one creature)3d6+12 force damage",category:1},{id:"3210c37d-6119-4956-a5dc-9690dd7d5c57",name:"Thunderwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 3",attack:{bonus:25,defence:1},description:"",details:"2d6+11 thunder damage, and the target is pushed 5 squares.",damage:"2d6+11 thunder damage",category:1},{id:"d9950b94-5b66-496b-8f6b-78cf928ef226",name:"Displacement",action:{action:5,trigger:"when a ranged or a melee attack hits the caster or one of his allies in range",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:null,description:"",details:"the attacker must reroll the attack roll.",damage:"",category:5},{id:"841ae08a-5dbc-4e82-b6ad-1a6174f1024a",name:"Blur",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, Leglanth or Yargo gains a +2 power bonus to all defenses, and enemies more than 5 squares away from him cannot see him.",damage:"Leglanth or Yargo gains a +2 power bonus to all defenses",category:5},{id:"c18ad69d-43ef-422d-8276-26ffe7524fdd",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Leglanth or Yargo teleports up to 5 squares.",damage:"Leglanth or Yargo teleports up to 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ce562602-9fcb-4541-b084-f54faf79196c",name:"Lich Claw",details:"",size:0,origin:4,type:0,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +8; tremorsense 10",movement:"8, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:25},intelligence:{score:5},wisdom:{score:12},charisma:{score:12},hp:1,initiative:16,ac:29,fortitude:27,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"a3afffb6-50fe-4901-984e-941e87573eee",name:"Death’s Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"5 necrotic damage, and the target is weakened until the end of the lich claw’s next turn.",damage:"5 necrotic damage",category:1},{id:"a19cba14-be62-4b84-9231-55b7e2940d0b",name:"Anchoring Claws",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that starts its turn adjacent to three or more lich claws is immobilized until the start of its next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d161b81c-bfdb-4edd-864f-56040d2dc267",name:"Loratha",details:"",size:2,origin:2,type:2,keywords:"",level:23,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Arcana +23, History +18, Intimidate +23",equipment:"dagger",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:17},intelligence:{score:20},wisdom:{score:13},charisma:{score:24},hp:412,initiative:16,ac:39,fortitude:35,reflex:37,will:39,regeneration:null,auras:[],powers:[{id:"3aac3ba3-e379-416a-b7bf-a38dd8d37533",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"a905a383-21a5-4d81-adf8-a2763c8dc280",name:"Eyebite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"2d6+11 psychic damage, and Loratha is invisible to the target until the start of her next turn.",damage:"2d6+11 psychic damage",category:1},{id:"ad24c6e0-ba6a-45b1-a187-8da1660bdf65",name:"Bewitching Whispers",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:27,defence:3},description:"",details:"until the end of Loratha’s next turn, the target treats all creatures as enemies for the purpose of opportunity attacks and must take every opportunity attack possible (with a +5 bonus to the attack roll).",damage:"the target treats all creatures as enemies for the purpose of opportunity attacks and must take every opportunity attack possible (with a +5 bonus to the attack roll)",category:1},{id:"3c90da54-0d93-4e7b-a552-9bf7d8347974",name:"Curse of the Golden Mist",action:{action:1,trigger:"sustain standard; daily",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:27,defence:3},description:"",details:"the target loses its next standard action. Loratha must make a new attack roll when she sustains this effect. If the attack misses, the effect ends.",damage:"",category:5},{id:"96d9aab9-21a6-42d9-bdcc-b62c239dc8ce",name:"Thirsting Tendrils",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Ranged 10",attack:{bonus:27,defence:1},description:"",details:"3d6+11 damage, and Loratha can spend a healing surge to regain 113 hit points.",damage:"3d6+11 damage",category:1},{id:"0d934353-8740-4e0c-a978-71c5af277804",name:"Twofold Curse",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Loratha can place her Warlock’s Curse on the two nearest enemies she can see. Once per round, when Loratha damages a cursed enemy, she can deal 3d6 extra damage to that target.",damage:"when loratha damages a cursed enemy",category:3},{id:"88a4c4d7-84e3-401f-81e8-985b5e3eb112",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Loratha teleports up to 5 squares.",damage:"Loratha teleports up to 5 squares",category:2},{id:"e8e08711-05f0-423c-b48f-507c34a2756e",name:"Infuriating Elusiveness",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion, Teleportation",condition:"",range:"",attack:null,description:"",details:"Loratha becomes invisible and then teleports up to 4 squares. The invisibility lasts until the start of Loratha’s next turn.",damage:"Loratha becomes invisible and then teleports up to 4 squares",category:2},{id:"0613f06f-a55b-45fa-ac3c-6ca75af77b90",name:"Warding Blade",action:null,keywords:"",condition:"",range:"When a creature Loratha has cursed makes a melee attack against her, that creature takes 5 damage.",attack:null,description:"",details:"",damage:"",category:0},{id:"f1f8e529-d003-4ae8-95a5-284a663871d5",name:"Wings of the Fiend",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Loratha grows wings and gains a fl y speed of 6 until the end of the encounter.",damage:"Loratha grows wings and gains a fl y speed of 6 until the end of the encounter",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d8b32383-cf66-4080-89db-fd77fce810ec",name:"Maheghoda the Black Courser Nightmare",details:"",size:3,origin:5,type:1,keywords:"mount",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"10, teleport 10",alignment:"Evil",languages:"",skills:"Endurance +22",equipment:"",category:"",strength:{score:23},constitution:{score:26},dexterity:{score:19},intelligence:{score:16},wisdom:{score:12},charisma:{score:15},hp:186,initiative:15,ac:33,fortitude:34,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"6f5505a8-3ffd-4fcc-8be8-a5420f0f918b",name:"Hooves",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8+7 damage, and ongoing 5 fire damage (save ends).",damage:"1d8+7 damage",category:1},{id:"8ecb331e-6ea0-41ed-b889-2193a0cf6443",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Maheghoda can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and Maheghoda must end its move in an unoccupied space. When it enters an enemy’s space, the black courser makes a trample attack; 1d8+6 damage, and the target is knocked prone.",damage:"1d8+6 damage",category:1},{id:"eacc6af7-0adb-44bd-9505-7e072790b3eb",name:"Hell’s Ride",action:null,keywords:"Mount",condition:"while mounted by a friendly rider of 13th level or higher",range:"",attack:null,description:"",details:"Maheghoda’s rider gains resist 20 fire.",damage:"Maheghoda’s rider gains resist 20 fire",category:0},{id:"90bf544d-f5f4-421a-8d93-4dbe5e42b195",name:"Hooves of Hell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Maheghoda moves up to 10 squares. Each square it leaves is filled with fire to a height of 10 feet until the end of its next turn. Any creature that hits Maheghoda with a melee attack during this move, or that enters one of the flaming squares, takes 10 fire damage.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"478203d3-9cce-4242-bfd4-08ba9508e109",name:"Malicious Ghost",details:"",size:1,origin:5,type:2,keywords:"undead",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +18",equipment:"",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:24},intelligence:{score:10},wisdom:{score:14},charisma:{score:25},hp:72,initiative:14,ac:27,fortitude:23,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"aee0efcb-576a-464a-ba90-fa0c9b91c114",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"(+18 with inexorable creep)2d8+4 necrotic damage.",damage:"(+18 with inexorable creep)2d8+4 necrotic damage",category:1},{id:"2b17b112-6439-4653-b112-72f72bff99d6",name:"Piercing Malice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:3},description:"",details:"(+18 with inexorable creep)2d8+4 psychic damage, and the target is slowed (save ends).",damage:"(+18 with inexorable creep)2d8+4 psychic damage",category:1},{id:"273b793f-4853-4048-8e99-dbfd47f8cbd1",name:"Inky Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"(+17 with inexorable creep)2d8+4 necrotic damage, and the target takes ongoing 10 necrotic damage and is immobilized (save ends both).",damage:"(+17 with inexorable creep)2d8+4 necrotic damage",category:1},{id:"982ab078-2b36-4259-93de-ddca8a0f897c",name:"Inexorable Creep",action:null,keywords:"",condition:"",range:"When a malicious ghost uses phasing to move through obstacles, it gains a +2 bonus to attack rolls and all defenses, and deals 1d6 extra damage on melee attacks and ranged attacks until the start of its next turn.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"03ea1a49-82a2-45a0-bf13-94abf05d42d9",name:"Marrowshriek Skeleton",details:"",size:2,origin:5,type:0,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6",alignment:"Chaotic evil",languages:"",skills:"Stealth +17",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:22},intelligence:{score:6},wisdom:{score:16},charisma:{score:9},hp:95,initiative:16,ac:27,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"4a6aff14-4840-4cef-a781-a769c21780e7",name:"Osseous Thrust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"83d4a1b8-7a06-4797-92fc-f7e76634b9bf",name:"Marrow Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires combat advantage against the target; 2d8+12 damage, and the target is grabbed. Each round that the marrowshriek skeleton sustains the grab, the target takes 15 damage and is weakened until the end of the marrowshriek skeleton’s next turn.",damage:"2d8+12 damage",category:1},{id:"159e34b8-ebf2-4fe6-a7ae-a57a5c19df28",name:"Marrowshriek",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"targets living creatures; the target is dazed until the end of the marrowshriek skeleton’s next turn. If the target is grabbed by the marrowshriek skeleton, it is stunned until the end of the marrowshriek skeleton’s next turn instead of dazed.",damage:"",category:3},{id:"ffba208f-e475-4aad-a2a1-55006c04317f",name:"Shadowrought",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The marrowshriek skeleton becomes invisible until it attacks.",damage:"",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4052c0e2-adf2-405c-9fc8-d1aecd3a8390",name:"Master Enigma of Vecna",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:22,role:{type:3,flag:0,leader:!1},senses:"Perception +19",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +22",equipment:"dagger",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:20},intelligence:{score:22},wisdom:{score:17},charisma:{score:19},hp:203,initiative:16,ac:36,fortitude:33,reflex:34,will:35,regeneration:null,auras:[],powers:[{id:"27915792-8910-415a-aa73-ac5bf1a7dcd1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"03619a3b-81d3-4862-abc5-3a2a47f6076b",name:"Memory Rage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:{bonus:26,defence:3},description:"",details:"3d10+3 psychic damage, and the target cannot use encounter attack powers, daily attack powers, or utility powers (save ends). Aftereffect: The target is stunned until the end of its next turn.",damage:"3d10+3 psychic damage",category:1},{id:"63bd620d-1d29-431c-aace-70385e98b039",name:"Shock Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Ranged 10",attack:{bonus:26,defence:2},description:"",details:"4d6+5 lightning damage, and the target is dazed (save ends).",damage:"4d6+5 lightning damage",category:1},{id:"d6c98264-371b-459c-87b4-fc27175df621",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:26,defence:3},description:"",details:"targets enemies; 3d8+5 psychic damage, and the target is pushed 5 squares.",damage:"3d8+5 psychic damage",category:1},{id:"67556ceb-dbdd-4d19-9510-ea4057021d1c",name:"Rend Flesh",action:{action:1,trigger:"usable only after flesh ripper rage",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"4d8+5 damage.",damage:"4d8+5 damage",category:5},{id:"e1ab6822-373c-4bde-b734-48720dff9998",name:"Flesh Ripper Rage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once a master enigma of Vecna has been bloodied, it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter.",damage:"it gains regeneration 5 and cannot use any power except rend flesh until the end of the encounter",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f378c62e-552a-4dcb-a40a-2505be85f1b5",name:"Mauthereign Human Lich",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +20, Heal +23, History +20, Insight +23, Religion +20",equipment:"implement, staff",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:14},intelligence:{score:22},wisdom:{score:18},charisma:{score:20},hp:344,initiative:11,ac:34,fortitude:29,reflex:30,will:33,regeneration:{value:10,details:"if Mauthereign takes radiant damage, regeneration doesn’t function until the end of his next turn"},auras:[{id:"a6a5de28-7876-47d6-8819-3991391c3a86",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters the aura or starts its turn within the aura takes 5 necrotic damage."}],powers:[{id:"23a61479-bc3a-42d8-a90c-60f676c0abb3",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+4 damage (crit 4d8+12).",damage:"1d8+4 damage (crit 4d8+12)",category:1},{id:"14bfb8d6-df15-492f-b96d-73e716a9f57a",name:"Lash of Grazroblain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:24,defence:2},description:"",details:"3d6+5 necrotic damage, and the target is dazed until the end of Mauthereign’s next turn.",damage:"3d6+5 necrotic damage",category:1},{id:"c906416f-c91b-4963-9736-a71df4dcc2b1",name:"Wither",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"4d6+5 necrotic damage, and the target takes ongoing 10 necrotic damage and is slowed (save ends both). Aftereffect: The target is slowed until it takes an extended rest, it is the subject of a Remove Affliction ritual, or Mauthereign is slain (whichever occurs first).",damage:"4d6+5 necrotic damage",category:1},{id:"7eb880e8-833f-4260-833f-c1c0533c6520",name:"Stunning Escape",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 1",attack:{bonus:21,defence:1},description:"",details:"the target is stunned until the end of the Mauthereign’s next turn, and Mauthereign teleports up to 10 squares.",damage:"and Mauthereign teleports up to 10 squares",category:5},{id:"5d9279f5-a0fc-4373-86f0-371907aae97a",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Mauthereign is reduced to 0 hit points, his body and possessions fall into dust, but he is not destroyed. He reappears, along with his possessions, within 1 square of his phylactery (an amulet hidden under the bed in his ritual chamber) 1d10 days later.",damage:"within 1 square of his phylactery (an amulet hidden under the bed in his ritual chamber) 1d10 days later",category:0},{id:"b5f961b4-69fa-4fcd-a1fb-1df2aa88d2f3",name:"Spellmaster",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mauthereign recharges wither.",damage:"",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"89c76756-3a24-4604-ae5f-1f99dd880b05",name:"Moon Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:7,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"fly 10 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:8},constitution:{score:16},dexterity:{score:19},intelligence:{score:8},wisdom:{score:11},charisma:{score:15},hp:56,initiative:9,ac:21,fortitude:19,reflex:20,will:18,regeneration:{value:5,details:"if a moon wraith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[],powers:[{id:"06333e4f-9ad8-4aec-80ac-5a039eafded5",name:"Lunar Violation",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"The moon wraith shifts up to 2 squares before or after the attack; 2d4+6 necrotic damage, and the target is weakened until the end of its next turn.",damage:"2d4+6 necrotic damage",category:1},{id:"70e47e33-2c94-41c9-b00c-fccf784c28ad",name:"Crescent Arc",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"The moon wraith shifts up to 10 squares, moving through any creatures’ spaces; (against each enemy whose space it enters)2d4+6 necrotic damage, and the target is dazed (save ends). A wraith can pass through a single creature’s space only once when using crescent arc. Miss: Half damage, and the target is not dazed.",damage:"(against each enemy whose space it enters)2d4+6 necrotic damage",category:1},{id:"d8427a15-26b0-427f-af51-2038f1c9ed86",name:"Moon Wrath",action:null,keywords:"",condition:"",range:"When a moon wraith is in moonlight or starlight, its melee attacks deal 1d4 extra necrotic damage, and the weakened condition caused by lunar violation is ended by a save.",attack:null,description:"",details:"",damage:"",category:0},{id:"8847df0c-ea49-4982-bacf-3c50a6eac4ef",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a moon wraith rises as a free-willed moon wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"87cfef49-47a8-457c-bf6b-c287d3e48d45",name:"Necrosphinx",details:"",size:3,origin:3,type:1,keywords:"undead",level:16,role:{type:7,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"6, fly 8 (clumsy), overland flight 10",alignment:"Evil",languages:"Common, Supernal",skills:"Arcana +16, History +16, Insight +17, Intimidate +16, Religion +16",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:15},intelligence:{score:16},wisdom:{score:19},charisma:{score:16},hp:760,initiative:12,ac:31,fortitude:29,reflex:26,will:31,regeneration:{value:10,details:"if a necrosphinx takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"e2a2e804-1150-4333-a5ee-338af7908a5e",name:"Despair",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls against the necrosphinx."}],powers:[{id:"71e7a75f-68fd-495f-b5a3-162940bd51a3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+5 damage, and the target is marked until the end of the sphinx’s next turn.",damage:"2d10+5 damage",category:1},{id:"def9b9c1-d761-4dca-bc71-a7e116de2859",name:"Death’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The necrosphinx moves up to 6 squares and makes two claw attacks, each one against a different target. If an attack hits, that target is knocked prone. If both attacks hit, each target also takes ongoing 5 necrotic damage (save ends).",damage:"each target also takes ongoing 5 necrotic damage (save ends)",category:1},{id:"2ef03f0a-dfb2-4597-b9fc-a54c024a7ed6",name:"Fierce Retort",action:{action:5,trigger:"when a creature marked by the necrosphinx makes a melee attack against it",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Targets the triggering creature; 2d10+5 damage, and the target takes ongoing 5 necrotic damage and is marked (save ends both).",damage:"2d10+5 damage",category:5},{id:"341f264f-6fc5-4aad-b6f5-0d473a1101c2",name:"Necrotic Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; the target takes ongoing 5 necrotic damage and a -2 penalty to attack rolls (save ends both).",damage:"the target takes ongoing 5 necrotic damage and a -2 penalty to attack rolls (save ends both)",category:3},{id:"d6b3f937-e2e1-4d3e-95e7-ff35f3a13ef8",name:"Mummies Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:18,defence:3},description:"",details:"targets enemies; the target contracts mummy rot.",damage:"",category:0},{id:"3bd725c1-eeae-4bbf-b529-dd6a99cc9a3d",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The necrosphinx spends a healing surge and regains 190 hit points. It gains a +2 bonus to all defenses until the start of its next turn.",damage:"The necrosphinx spends a healing surge and regains 190 hit points",category:1},{id:"04e377a5-0d17-495b-8ea5-bc391bc6c04f",name:"Sphinx’s Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The necrosphinx poses a question or riddle out of combat. If the challenged creatures refuse to answer or fail to",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b3886482-791e-4b76-821e-63bd58adda3a",name:"Nighthaunt Shrine",details:"",size:2,origin:5,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"4 (clumsy), fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"Insight +17, Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:10},dexterity:{score:14},intelligence:{score:16},wisdom:{score:21},charisma:{score:20},hp:182,initiative:9,ac:28,fortitude:24,reflex:26,will:28,regeneration:null,auras:[{id:"a1c3f405-4992-4df9-8750-7135ef40e8b4",name:"Death Shield",keywords:"",details:"aura 3; any undead ally or shadow ally within the aura gains a +2 bonus to all defenses."}],powers:[{id:"aec8bd07-3d89-4266-99a7-8781a2efc54f",name:"Claw Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"1d8+1 damage (3d8+3 while bloodied).",damage:"1d8+1 damage (3d8+3 while bloodied)",category:1},{id:"a803163b-bda4-4830-a2b6-d7b26beab470",name:"Terrifying Vision",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Ranged 5",attack:{bonus:18,defence:3},description:"",details:"2d6+5 psychic damage, and the target is pushed 1 square and knocked prone.",damage:"2d6+5 psychic damage",category:3},{id:"3af7d2e3-3ab3-4b7e-b9c6-60887efa29a8",name:"Life Leak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 5 centered on a bloodied enemy within 10",attack:{bonus:16,defence:1},description:"",details:"4d6+6 necrotic damage. Miss: Half damage. Hit or Miss: Each undead ally or shadow ally in the burst gains 20 temporary hit points.",damage:"4d6+6 necrotic damage",category:1},{id:"ab6a4f74-df1e-47a7-8c91-5dd87862deda",name:"Shadowfell Taint",action:{action:3,trigger:"sustain minor",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 1 within 10",attack:null,description:"",details:"the burst creates a zone of darkness that lasts until the end of the nighthaunt shrine’s next turn. The zone’s space is totally obscured and blocks line of sight for creatures without darkvision. A creature that starts its turn in the zone takes 10 necrotic damage. When the nighthaunt shrine sustains this power, the zone lasts until the end of its next turn. In addition, it can use a move action to move the zone 5 squares.",damage:"a creature that starts its turn in the zone takes 10 necrotic damage",category:5}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"daf17ac1-0f15-4412-8e99-e6c989270e7a",name:"Nighthaunt Slip",details:"",size:2,origin:5,type:2,keywords:"",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"4 (clumsy), fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:14},intelligence:{score:12},wisdom:{score:12},charisma:{score:14},hp:1,initiative:12,ac:26,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f81cc4f1-ee95-469a-b0c9-dcc940985e3d",name:"Claw Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"5 damage plus necrotic damage equal to the number of nighthaunt slips adjacent to the target.",damage:"5 damage plus necrotic damage equal to the number of nighthaunt slips adjacent to the target",category:1}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ff6781fa-e895-415c-b172-00b48bee12ed",name:"Nighthaunt Whisperer",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4 (clumsy), fly 8 (hover)",alignment:"Evil",languages:"Common",skills:"Stealth +17",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:22},intelligence:{score:14},wisdom:{score:15},charisma:{score:20},hp:65,initiative:14,ac:26,fortitude:22,reflex:24,will:23,regeneration:null,auras:[{id:"b85ddd70-3b62-4c6a-9432-22b6869ef27a",name:"Death Whisper",keywords:"",details:"(Fear, Necrotic) aura 2; any enemy within the aura takes a -2 penalty to Will, and at the start of its turn takes 5 necrotic damage."}],powers:[{id:"13ae7c50-1198-4041-83ba-53acb48bdbd0",name:"Claw Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"66d31223-6dce-41a7-bf9f-f25c3bd6e317",name:"Night’s Embrace",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nighthaunt whisperer makes two claw touch attacks. If both attacks hit the same target, the target is grabbed. A nighthaunt whisperer can grab only one creature at a time.",damage:"",category:1},{id:"66a3e70b-92b9-4fb6-8bcd-f282442703df",name:"Night’s Fell Kiss",action:{action:1,trigger:"recharges after the nighthaunt whisperer uses shadow wing",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:3},description:"",details:"The nighthaunt whisperer shifts up to 2 squares, sliding the creature it has grabbed with it. If the nighthaunt whisperer ends this movement adjacent to no other enemy aside from the grabbed target, it makes an attack against the creature; 2d6+4 necrotic damage, and the target is stunned (save ends).",damage:"2d6+4 necrotic damage",category:5},{id:"f9bdd9a0-04f3-45ae-bca9-c82c95b62614",name:"Shadow Wing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a nighthaunt whisperer moves at least 8 squares on its turn, it is invisible until the start of its next turn.",damage:"If a nighthaunt whisperer moves at least 8 squares on its turn",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"696783bf-0813-4ca9-ad02-bb5bff818259",name:"Oblivion Wraith",details:"",size:3,origin:5,type:2,keywords:"undead",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +18",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:23},intelligence:{score:10},wisdom:{score:10},charisma:{score:18},hp:116,initiative:13,ac:26,fortitude:25,reflex:27,will:24,regeneration:{value:10,details:"if an oblivion wraith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"8fa50451-9689-4f0c-b2dd-2b2f9475bc42",name:"Nihil",keywords:"",details:"(Necrotic) aura 2; any enemy that starts its turn within the aura takes 10 necrotic damage and cannot spend a healing surge until the start of its next turn."}],powers:[{id:"c1df6892-4a6d-489a-aa60-eb5bea05495b",name:"Nihil Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d8+7 necrotic damage, and the oblivion wraith is invisible to the target until the end of the oblivion wraith’s next turn.",damage:"2d8+7 necrotic damage",category:1},{id:"09707917-18e1-446e-82d0-771028b25870",name:"Obliviate",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"2d8+4 necrotic damage, and the target takes ongoing 15 necrotic damage and a -2 penalty to saving throws (save ends both).",damage:"2d8+4 necrotic damage",category:1},{id:"c98c500d-280e-4371-a93f-192f92611fdb",name:"Death Blast",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close blast 3",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d8+7 necrotic damage, and the target loses two healing surges. Miss: Half damage, and the target loses a healing surge.",damage:"2d8+7 necrotic damage",category:0},{id:"278a04b7-8d7c-453f-8997-d325406d965d",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The oblivion wraith shifts up to 6 squares.",damage:"The oblivion wraith shifts up to 6 squares",category:2},{id:"09d4baa0-a890-4942-8e08-dfaa4cb4b291",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by an oblivion wraith rises as a free-willed oblivion wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"89aa5f24-3048-477a-9be9-4d2bff6a14e9",name:"Offalian",details:"",size:3,origin:4,type:0,keywords:"undead",level:6,role:{type:2,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:20},intelligence:{score:5},wisdom:{score:15},charisma:{score:11},hp:88,initiative:8,ac:18,fortitude:21,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"86dbc61b-88f1-49cf-b020-361df4376785",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 2d6+7 damage, and the target is grabbed. An offalian can have only one creature grabbed at a time.",damage:"2d6+7 damage",category:1},{id:"e1274911-2dfa-496f-a0ee-ce08c88cb80b",name:"Clamp Down",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Targets a creature grabbed by the offalian; 1d10 + 7 necrotic damage (no attack roll required).; 1d10+4 damage.",damage:"1d10 + 7 necrotic damage (no attack roll required)",category:1},{id:"f90837fa-8336-4a4d-a66c-c0ac81238599",name:"Effluvia Expulsion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:7,defence:2},description:"",details:"2d8+11 acid and necrotic damage, and the target is blinded (save ends).",damage:"2d8+11 acid and necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3dec7194-692c-45f4-a11d-a302b959888c",name:"Oni Souleater",details:"",size:3,origin:4,type:2,keywords:"undead",level:11,role:{type:3,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +16, Insight +13",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:22},intelligence:{score:18},wisdom:{score:17},charisma:{score:22},hp:232,initiative:11,ac:25,fortitude:25,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"1687b63f-537f-4b32-93bf-a8ca0594a93e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1},{id:"816cc8a1-3415-4614-8a58-8a0d5b36c707",name:"Soul Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:15,defence:1},description:"",details:"2d6+7 necrotic damage, and the target is immobilized (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"eedd9723-ed4e-405e-8aa7-4b032bd0f30c",name:"Consume Essence",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Targets an immobilized creature; 1d8+4 necrotic damage, and the target loses a healing surge. In addition, the oni souleater regains 5 hit points.",damage:"1d8+4 necrotic damage",category:3},{id:"1bf85293-c795-46e7-bc67-e5c9962ac2fa",name:"Harvest Souls",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The oni souleater makes three soul grasp attacks.",damage:"",category:1},{id:"d251c08a-79d4-4ad1-93dd-30182008ea5f",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"An oni souleater can appear as a Medium or Large humanoid. A successful insight check (opposed by the oni’s Bluff check) pierces the illusion.",damage:"",category:3},{id:"25963e2d-89c2-4f0a-8b1c-0a7e3124111f",name:"Devour Soul",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature reduced to 0 healing surges by an oni souleater is killed and its body is reduced to dust. The oni souleater acquires the languages and memories of a target it kills in this way.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1a2188ae-0d12-4e87-a263-704ee21bb98f",name:"Oni Spiritmaster",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:0,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"7, fly 8 (clumsy) see also spirit form",alignment:"Evil",languages:"Common, Giant",skills:"Bluff +17, Insight +14, Religion +14",equipment:"",category:"",strength:{score:18},constitution:{score:22},dexterity:{score:20},intelligence:{score:19},wisdom:{score:14},charisma:{score:21},hp:142,initiative:12,ac:26,fortitude:27,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"229c11a3-abce-4b0e-baa6-1ff5c7c5afa7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"2799d515-a4a2-476c-b31f-ba4e1bb61442",name:"Dread Fear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:19,defence:3},description:"",details:"3d6+5 necrotic damage, and the target takes a -2 penalty to attack rolls against the oni spiritmaster and undead creatures (save ends).",damage:"3d6+5 necrotic damage",category:1},{id:"b087d00a-6212-4970-8982-2be727a9e51e",name:"Harassing Spirits",action:{action:1,trigger:"see also devour spirit",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"3d10+5 necrotic damage, and the target is dazed and takes ongoing 10 psychic damage (save ends both).",damage:"3d10+5 necrotic damage",category:5},{id:"15047633-406c-41dc-9a56-14142835e1cb",name:"Howling Blast",action:{action:1,trigger:"see also devour spirit",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the target is knocked prone.",damage:"2d8+6 psychic damage",category:5},{id:"ceb355af-d565-4c8d-ac73-bff531cc8cf4",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"An oni spiritmaster can appear as a Medium or Large humanoid. A successful insight check (opposed by the oni’s Bluff check) pierces the illusion.",damage:"",category:3},{id:"95641293-2721-4218-80e3-a17b64fea85d",name:"Devour Spirit",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The oni spirit master devours one howling spirit within sight, killing it and recharging harassing spirits, howling blast, or spirit form.",damage:"",category:3},{id:"93471b2e-4837-486c-b46c-9eb43b8edcb2",name:"Spirit Form",action:{action:1,trigger:"see also devour spirit",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The oni spiritmaster becomes insubstantial, gains phasing, and gains fly (hover) 8 until the end of its next turn.",damage:"and gains fly (hover) 8 until the end of its next turn",category:5},{id:"c82870b0-685f-4dbf-a241-5753b016dbbb",name:"Spirit Retinue",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An oni spiritmaster starts combat with four howling spirits. These four spirits are part of the oni spiritmaster’s XP value. An oni spiritmaster can have up to twelve howling spirits as part of its retinue, with each howling spirit beyond the first four counting toward the encounter’s XP value.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10042488-44c9-4e3b-b97c-a28aa3d2096b",name:"Oreiax",details:"",size:3,origin:1,type:2,keywords:"demon, undead",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +22; darkvision",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +25, Religion +23",equipment:"",category:"",strength:{score:31},constitution:{score:31},dexterity:{score:18},intelligence:{score:23},wisdom:{score:20},charisma:{score:26},hp:562,initiative:16,ac:39,fortitude:40,reflex:37,will:38,regeneration:null,auras:[{id:"0ce9cecf-c468-406f-a085-c8248f40fdb8",name:"Aura of Death",keywords:"",details:"aura 20; enemies that enter or start their turns in the aura take 10 necrotic damage (20 necrotic damage while Oreiax is bloodied)."}],powers:[{id:"ba25b36e-6a78-4846-976c-8253ac80c397",name:"Death Rattle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 3d12+10 damage, and the target is slowed (save ends). If the target is already slowed, it is instead slowed and weakened until the end of Oreiax’s next turn.",damage:"3d12+10 damage",category:1},{id:"a7718c5e-5c0c-456e-9e2a-0ca6deef6964",name:"Reactive Rattle",action:{action:5,trigger:"when an enemy moves to a position where it flanks oreiax",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Oreiax makes a death rattle attack against the enemy.; 3d6+8 damage.",damage:"3d6+8 damage",category:5},{id:"81962dd7-c75e-46eb-a0c6-fcf96871675d",name:"Petrifying Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:25,defence:1},description:"",details:"4d6+20 damage, and the target is slowed and weakened (save ends). If the target is already slowed and weakened, it is instead stunned (save ends). If it is already stunned, it is instead petrified (save ends).",damage:"4d6+20 damage",category:3}],damageModifiers:[],resist:"15 variable (3/encounter)",vulnerable:"",immune:"disease, necrotic, poison",tactics:""},{id:"c84fb446-dbb4-4d78-9053-0ee7089996b0",name:"Organ Wretch",details:"",size:2,origin:4,type:0,keywords:"homunculus",level:16,role:{type:2,flag:1,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:14},intelligence:{score:12},wisdom:{score:24},charisma:{score:20},hp:376,initiative:10,ac:32,fortitude:28,reflex:27,will:30,regeneration:{value:10,details:""},auras:[{id:"d41e9c1f-a2b7-4ad5-b600-024b41998c4e",name:"Sickening Stench",keywords:"",details:"aura 2; any living creature that starts its turn within the aura is weakened until the end of its next turn."}],powers:[{id:"78a15c6c-c8cf-422b-820e-7e1eb7711c3c",name:"Writhing Strangle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"2d8+6 damage, and the target is dazed (save ends).",damage:"2d8+6 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"2f486c99-8dc0-4fd1-bfed-32eaed1ff666",name:"Osteopede",details:"",size:2,origin:4,type:0,keywords:"undead",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"9, climb 9",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:26},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:178,initiative:14,ac:24,fortitude:21,reflex:22,will:21,regeneration:null,auras:[{id:"9d6c9d4d-cd96-4797-a74d-df1d09a6b61a",name:"Bone Scraping Stone",keywords:"",details:"(Fear) aura 5; any enemy within the aura takes a -2 penalty to attack rolls and damage rolls."}],powers:[{id:"8593108c-9546-44d5-8df0-29bc38b3828f",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The osteopede shifts up to 2 squares before or after the attack; 1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"c129c788-901f-4f5b-ab61-cd98dee16757",name:"Skittering Rake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"The osteopede shifts up to 9 squares and makes up to three attacks during its move; 2d4+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d4+6 damage",category:1},{id:"fe20a8f4-6fdb-4b18-b23d-0cec01e532a6",name:"Deep Laceration",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An osteopede deals 2d6 extra damage when it hits a target it has combat advantage against.",damage:"an osteopede deals 2d6 extra damage when it hits a target it has combat advantage against",category:0},{id:"66940972-7e17-4e9c-a6fd-9b097163da9d",name:"Necrotic Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An osteopede gains combat advantage against a creature affected by ongoing necrotic damage.",damage:"an osteopede gains combat advantage against a creature affected by ongoing necrotic damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ff599ede-f7cc-476d-bca4-3c8e42689e5c",name:"Pale Reaver",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +10",equipment:"",category:"",strength:{score:6},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:17},hp:49,initiative:9,ac:19,fortitude:16,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"69012494-f9bd-4e43-8b97-b313dcbfdfe9",name:"Deadly Mane",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d8+6 necrotic damage.",damage:"1d8+6 necrotic damage",category:1},{id:"8b906438-f842-4d70-8fcb-156885638b63",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"Requires combat advantage against the target; reach 2; 2d12+6 damage, and the target loses a healing surge and is weakened (save ends). In addition, the pale reaver regains 12 hit points.",damage:"2d12+6 damage",category:5},{id:"06254efc-ba9d-4961-bbc4-75f1681bfb15",name:"Image of Life",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The pale reaver adopts the appearance of a living humanoid until it attacks or is hit by an attack.",damage:"",category:1},{id:"cfadbf56-0e72-452b-b2b1-235cd8e80410",name:"Insubstantial Transformation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The pale reaver becomes insubstantial and gains fly 6 (hover) and phasing until it attacks or becomes dazed, stunned, or unconscious.",damage:"The pale reaver becomes insubstantial and gains fly 6 (hover) and phasing until it attacks or becomes dazed",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"radiant (if the pale reaver takes radiant damage, it cannot use insubstantial transformation until the end of its next turn)",immune:"disease, poison",tactics:""},{id:"deea9b85-1f96-4031-b8e9-a8752d0a8699",name:"Pale Reaver Creeper",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"6 phasing",alignment:"Evil",languages:"Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:7},constitution:{score:14},dexterity:{score:13},intelligence:{score:10},wisdom:{score:10},charisma:{score:16},hp:1,initiative:4,ac:20,fortitude:18,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"d10db057-eac5-4b49-9562-8e8469338257",name:"Deadly Mane",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 5 necrotic damage, and if another deadly mane attack has hit the target since the end of the target’s last turn, the creature is immobilized until the end of its next turn.",damage:"5 necrotic damage",category:1},{id:"fc3379de-a37c-4b60-9ea1-ce20ad203243",name:"Blood Rain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"Reach 2; targets an immobilized creature; the target loses a healing surge.",damage:"Reach 2",category:5},{id:"3d1f104f-9b1d-44bc-b825-1c05abcbac31",name:"Image of Life",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The pale reaver adopts the appearance of a living humanoid until it attacks or is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"10e652e8-49a2-475e-96d8-aec528f4fe8e",name:"Pale Reaver Lord",details:"",size:2,origin:5,type:2,keywords:"undead",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +13, Diplomacy +13, Intimidate +13, Stealth +12",equipment:"",category:"",strength:{score:8},constitution:{score:13},dexterity:{score:17},intelligence:{score:14},wisdom:{score:12},charisma:{score:19},hp:119,initiative:7,ac:24,fortitude:18,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"f024e05a-d3d1-45fc-80be-b55da5c07c1b",name:"Deadly Mane",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d6+6 necrotic damage.",damage:"2d6+6 necrotic damage",category:1},{id:"a17a591d-6278-49f1-9e0f-7a8972cebd33",name:"Entrapping Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Gaze",condition:"",range:"Ranged 10",attack:{bonus:12,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:3},{id:"8b94e904-6814-47c8-878a-6b1e12093dfe",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires combat advantage against the target; reach 2; 2d12+8 damage, and the target loses a healing surge and is weakened (save ends). In addition, the pale reaver lord regains 29 hit points.",damage:"2d12+8 damage",category:5},{id:"9cd98099-4515-4697-b02e-c1cf07bc7823",name:"Terrifying Shriek",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d8+3 psychic damage, and the target is immobilized (save ends).",damage:"2d8+3 psychic damage",category:1},{id:"df1951eb-bc98-467f-9c1e-dbcba1237cb5",name:"Image of Life",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The pale reaver lord adopts the appearance of a living humanoid until it attacks or is hit by an attack.",damage:"",category:1},{id:"d0d4aaaa-5bb7-43f2-b726-c34b3688f5d0",name:"Insubstantial Transformation",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The pale reaver lord becomes insubstantial and gains fly 8 (hover) and phasing until it attacks or becomes stunned or unconscious.",damage:"The pale reaver lord becomes insubstantial and gains fly 8 (hover) and phasing until it attacks or becomes stunned or unconscious",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9d47057f-4097-4dd2-b4d6-b413b45b49d6",name:"Paralyth",details:"",size:1,origin:4,type:0,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5, fly 8 (hover)",alignment:"Chaotic evil",languages:"Common, telepathy 10",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:20},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:96,initiative:11,ac:25,fortitude:21,reflex:23,will:19,regeneration:null,auras:[],powers:[{id:"e01f9624-20e8-410f-8562-9e5044dcb1f6",name:"Pain Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+6 damage, and the target is slowed until the end of the paralyth’s next turn.",damage:"1d6+6 damage",category:1},{id:"69932f4e-224a-4036-958e-e2385bbab4f3",name:"Nervous Feedback",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"The paralyth makes two pain lash attacks against a single target. If both hit, the target takes ongoing 5 psychic damage and is marked (save ends both).; 2d6+5 damage.",damage:"the target takes ongoing 5 psychic damage and is marked (save ends both)",category:1},{id:"596b72ad-b96a-4741-8cc8-4aecb21944a0",name:"Spinal Domination",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:3},description:"",details:"targets one creature marked by the paralyth; the target is dominated until the end of the paralyth’s next turn.",damage:"",category:3}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d98ebd6d-0b35-4e0c-86ae-cdc39db9e09e",name:"Pit of the Abandoned Regiment",details:"",size:4,origin:4,type:0,keywords:"earth, undead",level:14,role:{type:7,flag:2,leader:!1},senses:"Perception +8; darkvision, tremorsense 5",movement:"5, burrow 7",alignment:"Chaotic evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:12},charisma:{score:18},hp:700,initiative:12,ac:32,fortitude:28,reflex:26,will:26,regeneration:null,auras:[{id:"bb98730a-2e73-490f-a27c-0d44d1e2b2f6",name:"Aura of Abandonment",keywords:"",details:"(Fear) aura 5; any enemy within the aura cannot spend action points."}],powers:[{id:"3c87de22-5eb7-41fb-b71a-093156e7b47d",name:"Regimental Retaliation",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 2d8+10 necrotic damage, and ongoing 10 damage (save ends).",damage:"2d8+10 necrotic damage",category:1},{id:"0a23346a-d882-4fbb-8479-b28e5032e729",name:"Bone Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 3; 2d10+10 necrotic damage, and the target is grabbed.",damage:"2d10+10 necrotic damage",category:1},{id:"6fca1670-9efc-4756-a1cb-fa4de52ac69e",name:"Crushing Hate",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Targets a creature grabbed by the pit of the abandoned regiment; 3d10+10 damage.",damage:"3d10+10 damage",category:3},{id:"bc43e6f7-21f9-48a3-9093-57ad640e3f22",name:"Skeletal Eruption",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the pit of the abandoned regiment is reduced to 0 hit points",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"5d6 necrotic damage. Miss: Half damage.",damage:"5d6 necrotic damage",category:0},{id:"027c00b4-fdfe-429d-a62b-94698031a08c",name:"Regimental Discipline",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the pit spends an action point to take an extra action, it also gains an extra move action or minor action.",damage:"",category:0},{id:"4c033929-45d3-4666-ba86-42ce0eb7f99a",name:"Rejuvenation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pit of the abandoned regiment rises at full hit points one day after it has been destroyed. Performing the Gentle Repose ritual on the creature’s remains destroys the creature completely, preventing it from using the rejuvenation power.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"899dc56f-db6b-4ee3-9096-f07e19cd784d",name:"Poltergeist",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:13},wisdom:{score:16},charisma:{score:20},hp:42,initiative:8,ac:18,fortitude:17,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"13fe33f5-457b-412a-8f82-c8f446478116",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+6 necrotic damage.",damage:"1d6+6 necrotic damage",category:1},{id:"c0ebf9d2-14a7-4837-b14d-1cd94add4fd6",name:"Hurl Away",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:2},description:"",details:"1d6+8 necrotic damage, and the target is pushed 3 squares.",damage:"1d6+8 necrotic damage",category:1},{id:"77304670-7b71-4201-bb56-9646ed488a51",name:"Kinetic Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"2d6+10 necrotic damage, and the target slides 5 squares and is restrained (save ends).",damage:"2d6+10 necrotic damage",category:1},{id:"8a19ac44-392a-46b3-b040-ecedde31c5ea",name:"Flinging Rebuke",action:{action:5,trigger:"when an enemy moves adjacent to the poltergeist",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The poltergeist shifts up to 1 square and uses hurl away on the triggering enemy. If the attack hits, the target is knocked prone.",damage:"The poltergeist shifts up to 1 square and uses hurl away on the triggering enemy",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bf181355-82e0-46a4-929e-ef31860803b5",name:"Putrescent Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:6},intelligence:{score:1},wisdom:{score:12},charisma:{score:3},hp:1,initiative:3,ac:25,fortitude:26,reflex:20,will:22,regeneration:null,auras:[],powers:[{id:"d669dded-19f0-4b2c-822a-2735f2db17fc",name:"Sickening Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage, and the target takes a -2 penalty to all defenses until the end of its next turn.",damage:"7 damage",category:1},{id:"c683f366-90ad-4700-accc-c2cb87177e7d",name:"Putrescent Explosion",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:14,defence:2},description:"",details:"7 necrotic damage.",damage:"7 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5310d6cf-fcba-4b81-b833-9e3e95d0a760",name:"Reaper",details:"",size:2,origin:5,type:2,keywords:"undead",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +9",equipment:"scythe",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:16},intelligence:{score:13},wisdom:{score:15},charisma:{score:11},hp:77,initiative:11,ac:23,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"e63e42df-26e1-4a77-b89e-127d60996076",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+6 necrotic damage.",damage:"2d4+6 necrotic damage",category:1},{id:"18b42e06-b529-4128-9383-a63f715585db",name:"Reap and Fade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"The reaper makes a scythe attack and then teleports up to 5 squares. The reaper becomes insubstantial and gains phasing until the start of its next turn.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"df028873-c8cc-42f1-a065-087920d4cfb6",name:"Eye of Impending Doom",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze, Psychic",condition:"",range:"Close burst 3",attack:{bonus:12,defence:3},description:"",details:"targets one creature; the target takes 10 psychic damage if it attacks the reaper (save ends).",damage:"the target takes 10 psychic damage if it attacks the reaper (save ends)",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c2cd0e5a-6e34-4eae-ab5e-71918627a852",name:"Rot Hound",details:"",size:1,origin:4,type:1,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:14},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:15,fortitude:11,reflex:17,will:11,regeneration:null,auras:[{id:"024a8c6d-8c58-4c10-a30c-98eea1ce451f",name:"Rotting Stench",keywords:"",details:"aura 1; any enemy that starts its turn in the rotting stench aura of at least three rot hounds takes a -2 penalty to attack rolls, skill checks, and ability checks until the start of its next turn."}],powers:[{id:"84f44b2c-e271-49c1-97aa-3910982bbd2a",name:"Gravebite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"5 necrotic damage.",damage:"5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"fa5440b7-da65-4e5e-87d4-0c91b8582f09",name:"Rot Slinger Captain",details:"This humanoid creature’s lanky form sports two leathery, rotting wings. Its corpselike flesh continually shivers and splits into endless rivulets of decay that pool around the creature’s feet.",size:2,origin:1,type:2,keywords:"undead",level:22,role:{type:0,flag:1,leader:!1},senses:"Perception +21",movement:"6, fly 8 (clumsy)",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:27},dexterity:{score:24},intelligence:{score:17},wisdom:{score:20},charisma:{score:19},hp:330,initiative:18,ac:36,fortitude:35,reflex:36,will:35,regeneration:null,auras:[],powers:[{id:"9d79748e-f84c-4593-a9f4-9f377c9f51aa",name:"Rotting Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"1d10+10 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"1d10+10 damage",category:1},{id:"789417b2-e65e-4a8a-8490-474bbbd2c374",name:"Orb of Decay",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:29,defence:1},description:"",details:"2d8+5 necrotic damage, and the target is weakened and takes a -3 penalty to saving throws (save ends both).",damage:"2d8+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"acid, disease, poison",tactics:""},{id:"4a7691bb-f3e8-4801-b49b-fdc1433e282d",name:"Rotvine Defiler",details:"THE ROTVINE DEFILER HAS BUT ONE PURPOSE: to ingest and spoil all that is living. A profane vestige of a powerful immortal devoted to fertility, the rotvine defiler seeks to destroy that which it has lost—life. In its wake, the creature leaves a trail of despoiled organic matter, a record of its vindictive mission.",size:5,origin:3,type:1,keywords:"plant, undead",level:26,role:{type:3,flag:2,leader:!1},senses:"Perception +16; darkvision, tremorsense 10",movement:"8, burrow 8",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:28},constitution:{score:26},dexterity:{score:22},intelligence:{score:8},wisdom:{score:17},charisma:{score:20},hp:1210,initiative:19,ac:42,fortitude:41,reflex:39,will:37,regeneration:null,auras:[{id:"9d64d6d5-aac1-4fb8-a492-52d7557c51ec",name:"Despoiled Morass",keywords:"",details:"aura 4; any creature that starts its turn within the aura is slowed until the start of its next turn."}],powers:[{id:"7ea00714-9040-4a1b-83f7-f48a2ecba4dd",name:"Lashing Tendrils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 4; 3d8+9 necrotic damage, and the target cannot shift until the end of its next turn.",damage:"3d8+9 necrotic damage",category:1},{id:"0c689ce9-d974-4589-90e7-a823fc6df0ec",name:"Tendrils of Rot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:29,defence:2},description:"",details:"targets enemies; 3d8+9 necrotic damage, and the target is restrained (save ends). Miss: Half damage, and the target is not restrained.",damage:"3d8+9 necrotic damage",category:1},{id:"234d21b4-01a5-488c-bdee-b2070c9d31e7",name:"Earthly Maw",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:30,defence:1},description:"",details:"targets each creature restrained by the rotvine defiler; the target takes ongoing 15 necrotic damage, loses a healing surge at the start of each of its turns and is grabbed (escape ends all).",damage:"the target takes ongoing 15 necrotic damage",category:3},{id:"e5e043e7-1ae5-4fea-af5f-d4eef08407d1",name:"Putrescent Explosion",action:null,keywords:"Necrotic",condition:"when first bloodied and again when the rotvine defiler is reduced to 0 hit points",range:"Close burst 10",attack:{bonus:29,defence:2},description:"",details:"3d8+9 necrotic damage.",damage:"3d8+9 necrotic damage",category:0},{id:"8b48ea31-fc95-407f-a1c2-6f72fb77a2aa",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A rotvine defiler can make opportunity attacks against all enemies within its reach (4 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-15},{type:7,value:-10}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"03a5aa01-644e-4893-903b-71ef3edb954e",name:"Sceptenar Vasabhakti Death Knight",details:"",size:2,origin:4,type:2,keywords:"undead",level:22,role:{type:7,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"",equipment:"heavy shield; plate armor",category:"",strength:{score:24},constitution:{score:15},dexterity:{score:14},intelligence:{score:18},wisdom:{score:14},charisma:{score:24},hp:398,initiative:15,ac:40,fortitude:38,reflex:35,will:38,regeneration:null,auras:[{id:"25d57ea5-16a3-4f3b-960c-541ec67f3bd3",name:"Marshal Undead",keywords:"",details:"aura 10; lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"4671841e-9af0-4b2a-83f3-42944a1b46f4",name:"Soulsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"1d8+9 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit).",damage:"1d8+9 damage plus 5 necrotic damage (plus an extra 2d6 necrotic damage on a critical hit)",category:1},{id:"27a0bc4d-7b0f-4c14-9a3f-fd6d7487b8d6",name:"Valiant Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Requires soulsword; (with a +1 bonus to the attack roll for each adjacent ally)2d8+9 damage plus 5 necrotic damage.",damage:"(with a +1 bonus to the attack roll for each adjacent ally)2d8+9 damage plus 5 necrotic damage",category:1},{id:"d482e456-efb9-4074-97cb-26963af3420a",name:"Terrifying Smite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Requires soulsword; 2d8+9 damage plus 5 necrotic damage, and the target is pushed 2 squares and can’t move closer to Sceptenar Vasabhakti on its next turn.",damage:"2d8+9 damage plus 5 necrotic damage",category:1},{id:"f64e0312-47cf-4fa0-aa9e-58cc77061bd6",name:"Divine Challenge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature in burst; the target is marked until Sceptenar Vasabhakti uses this power against another target. If the target makes an attack that doesn’t include Sceptenar Vasabhakti as a target, the target takes a -2 penalty to attack rolls and 16 necrotic damage.",damage:"the target takes a -2 penalty to attack rolls and 16 necrotic damage",category:3},{id:"addd4698-8bac-4bad-9b45-d3184d1cf2b9",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"6d8+13 fire and necrotic damage to living creatures. Undead creatures within the area (including Sceptenar Vasabhakti) deal 2d6 extra fire damage with melee attacks until the end of Sceptenar Vasabhakti’s next turn.",attack:{bonus:24,defence:2},description:"",details:"",damage:"",category:1},{id:"035d7156-01f2-4392-a5d4-18724d57b4f5",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Sceptenar Vasabhakti spends a healing surge and regains 99 hit points. Sceptenar Vasabhakti gains a +2 bonus to all defenses until the start of her next turn.",damage:"Sceptenar Vasabhakti spends a healing surge and regains 99 hit points",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ba599f99-453b-4e12-857d-d7ca9d266745",name:"Servile Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"6 phasing",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:12},dexterity:{score:18},intelligence:{score:13},wisdom:{score:13},charisma:{score:9},hp:1,initiative:9,ac:26,fortitude:24,reflex:22,will:21,regeneration:null,auras:[{id:"e8a00a59-a7b8-4159-9971-70e8bf6a8ede",name:"Faceless Dread",keywords:"",details:"(Fear) aura 2; any living creature that starts its turn within the aura takes a -2 penalty to saving throws until the end of its next turn."}],powers:[{id:"ef831945-944e-4255-9d84-ee35d12bb407",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"7 necrotic damage, or 9 necrotic damage if the target is granting combat advantage to the servile ghost.",damage:"7 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c84d5611-744e-4327-8e1d-e8aa85954970",name:"Shattergloom Skeleton",details:"",size:2,origin:5,type:0,keywords:"undead",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:21},intelligence:{score:4},wisdom:{score:15},charisma:{score:6},hp:86,initiative:11,ac:24,fortitude:22,reflex:23,will:18,regeneration:null,auras:[],powers:[{id:"03dd3dc3-ee30-4313-9ec4-7be629c14781",name:"Shadowy Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8+4 damage, and the target takes ongoing 5 necrotic damage and is slowed (save ends both). After the shattergloom skeleton uses shadowy rejuvenation, on a hit, the target takes ongoing 10 necrotic damage and is immobilized (save ends both) instead of slowed.",damage:"1d8+4 damage",category:1},{id:"e830e227-6265-4e56-8c1b-9ccbd66d5f13",name:"Shadowy Rejuvenation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"when first bloodied",range:"Close burst 2",attack:{bonus:13,defence:0},description:"",details:"2d6 + 4 necrotic damage (no attack roll required); the power creates a zone of darkness that lasts until the end of the encounter. The zone blocks line of sight (creatures that have darkvision ignore this effect). All effects on the shattergloom skeleton end, and the skeleton’s shadowy claws attack deals ongoing 10 necrotic damage instead of ongoing 5 necrotic damage, and the attack renders a target immobilized instead of slowed.; 3d10+5 damage.",damage:"2d6 + 4 necrotic damage (no attack roll required)",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7965653f-6edc-4454-acfa-0384d3274e65",name:"Skeletal Archer",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"arrows (30); leather armor; longbow; short sword",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:37,initiative:5,ac:16,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"86a8ab8e-f1d1-4c25-811f-106a24f93468",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"24b88ed0-b7c3-4d88-a639-69fe917eabb0",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"98696788-82bf-4754-93bd-59cf38e3c377",name:"Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"ranged 20/40",attack:{bonus:8,defence:0},description:"",details:"Requires longbow; two attacks; each one against a different target; (each)2d10+4 damage each.",damage:"(each)2d10+4 damage each",category:1},{id:"a79ced39-e8af-42a8-bbf6-b11c1e484441",name:"Prime Shot",action:null,keywords:"",condition:"",range:"A skeletal archer gains a +1 bonus to ranged attack rolls against the closest enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9c6f0d84-60f9-4a8e-9113-5f2214032bee",name:"Skeletal Hauler",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:8,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"c8986ecc-dafc-4a64-92b3-f86798d624ca",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"efc44f1b-5386-4142-8197-971bcfbbb9ca",name:"Skeleton Soldier",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"arrow; heavy shield; longsword; shortbow",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:6,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"178b74bc-73ec-41bc-9a8a-55704a546d20",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"2290fdd9-9495-4507-b2e3-98011947d980",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"Range 15/30; 4 damage.",damage:"4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"09a7c334-7b54-4f17-9e5b-d2bc412fa453",name:"Skin Kite",details:"",size:1,origin:0,type:1,keywords:"undead",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"fly 5 (hover)",alignment:"Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:11},dexterity:{score:16},intelligence:{score:2},wisdom:{score:12},charisma:{score:6},hp:35,initiative:8,ac:17,fortitude:13,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"88a88765-f78c-467b-adc0-132ca99b0bf0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 necrotic damage.",damage:"1d4+3 necrotic damage",category:1},{id:"000d6203-f734-439b-aa6f-88ba5b369084",name:"Blinding Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:1},description:"",details:"1d4+3 necrotic damage, and the target is grabbed. The target is blinded until the grab ends. A skin kite can have only one creature grabbed at a time.",damage:"1d4+3 necrotic damage",category:1},{id:"d94e2a9c-70cf-4670-8e93-05738d61d499",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"The skin kite moves up to 5 squares and makes one melee basic attack at any point during the movement. A skin kite doesn’t provoke opportunity attacks from the target of its attack when moving away from the creature.",attack:null,description:"",details:"",damage:"",category:1},{id:"9b4db2e3-df4e-420f-85fe-ce4c9f58f603",name:"Kite Spawn",action:{action:7,trigger:"when the skin kite reduces an enemy to 0 hit points or fewer",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The skin kite splits, and a new skin kite appears in a square adjacent to the original skin kite. The new skin kite has the same current hit points as the original skin kite but is otherwise a new creature. The new skin kite acts immediately after the original skin kite’s initiative count.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"53a69a90-9bd6-432e-b2df-eef54ccd1637",name:"Skinwalker Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:4,ac:16,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"e0952b67-e48f-47a6-b7a2-150caa1eb57f",name:"Putrefying Pummel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8+8 damage (crit 15 damage, and the target contracts skinrot).",damage:"1d8+8 damage (crit 15 damage",category:1},{id:"1856040c-45bd-4725-9d1d-67fe2a862ab0",name:"Skin Case",action:null,keywords:"",condition:"until first bloodied",range:"",attack:null,description:"",details:"A skinwalker skeleton’s fleshy exterior grants it a +2 bonus to AC and Fortitude (already included), negates its vulnerable 5 radiant, and infects a target with skinrot (see below) when the skinwalker skeleton scores a critical hit. These benefits end when the skinwalker skeleton is first bloodied.",damage:"A skinwalker skeleton’s fleshy exterior grants it a +2 bonus to AC and Fortitude (already included)",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"5 radiant (while bloodied)",immune:"disease, poison",tactics:""},{id:"428e21a3-8ee1-4a32-a10d-3374373afc2b",name:"Skulk Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:5},wisdom:{score:12},charisma:{score:3},hp:45,initiative:6,ac:17,fortitude:15,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"f3cb363b-9107-418d-9502-7c2c90a2fe2f",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"c599133b-7ed0-487d-a6c1-d87853e8901a",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The skulk zombie moves up to half its speed and makes one melee basic attack at any point during that movement. The skulk zombie doesn’t provoke opportunity attacks from the target of its attack when moving away from the creature.",attack:{bonus:6,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"b968dd41-cec3-453f-8442-aa76c093ebed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A skulk zombie deals 2d6 extra damage when it makes a successful melee attack on any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"19b5c254-3fc0-4af0-aa90-49d8c1e46eb4",name:"Sodden Ghoul",details:"",size:2,origin:4,type:2,keywords:"aquatic, undead",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6, climb 4, swim 8",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +9, Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:18},intelligence:{score:9},wisdom:{score:11},charisma:{score:12},hp:53,initiative:7,ac:20,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"e2ecb783-c2cf-4b62-a99e-1321d9149c87",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires a free hand; 1d6+6 damage, and the target is grabbed .",damage:"1d6+6 damage",category:1},{id:"e38a2e0d-4274-4c65-a10e-4a21fa902b3d",name:"Lacedon Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Targets a creature grabbed by the sodden ghoul; 1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"cc471541-f9d3-4f75-91c5-eb49585df851",name:"Rending Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sodden ghoul makes two claw attacks, each at a -2 penalty to the attack roll. If both attacks hit the same target, the target is grabbed, and it takes ongoing 5 damage (save ends).",damage:"and it takes ongoing 5 damage (save ends)",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9972e3cd-76f4-4186-8e1f-5776ad2ec09b",name:"Sodden Ghoul Wailer",details:"",size:2,origin:4,type:2,keywords:"aquatic, undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6, climb 4, swim 8",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +13, Stealth +14",equipment:"",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:20},intelligence:{score:11},wisdom:{score:12},charisma:{score:13},hp:85,initiative:10,ac:25,fortitude:21,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"2ef00ec7-2000-41fa-bab5-c29c3a364272",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Requires a free hand; 2d6+5 damage, and the target is grabbed .",damage:"2d6+5 damage",category:1},{id:"762764fb-164e-4e95-b28e-eafe9d24939a",name:"Lacedon Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Targets a creature grabbed by the sodden ghoul; 1d10+7 damage, and the target is dazed (save ends).",damage:"1d10+7 damage",category:1},{id:"330e2998-2517-4361-9b1e-a55c44a46cb2",name:"Rending Pounce",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sodden ghoul makes two claw attacks, each at a -2 penalty to the attack roll. If both attacks hit the same target, the target is grabbed, and it takes ongoing 5 damage (save ends).",damage:"and it takes ongoing 5 damage (save ends)",category:1},{id:"9693226c-b8d4-460a-93d2-aad4ea608ddd",name:"Frightful Dirge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 2",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is stunned until the end of its next turn.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ed99bc75-1e36-4410-a7da-b452ccffb6a4",name:"Spine Creep Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"scale armor",category:"",strength:{score:19},constitution:{score:17},dexterity:{score:19},intelligence:{score:7},wisdom:{score:15},charisma:{score:7},hp:113,initiative:11,ac:27,fortitude:25,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"9eff363b-179f-4c90-8484-aab6d01e1658",name:"Spinal Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d10+3 damage, and the target slides 1 square.",damage:"2d10+3 damage",category:1},{id:"cb228087-e15b-43dc-b253-af0c23faefe9",name:"Spinal Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"close burst 2",attack:{bonus:16,defence:0},description:"",details:"Requires flail; targets enemies; 2d8+6 damage, and the target slides 1 square and is immobilized.",damage:"2d8+6 damage",category:1}],damageModifiers:[{type:6,value:-15},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"76d2b016-7371-4f26-b63e-edecb9fe652d",name:"Spirit Ooze",details:"",size:3,origin:4,type:0,keywords:"blind, ooze, undead",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +10; blindsight 10",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"Stealth +21",equipment:"",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:26},intelligence:{score:2},wisdom:{score:15},charisma:{score:11},hp:166,initiative:20,ac:32,fortitude:27,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"074be3d2-0fb6-4860-b0e7-99354ca3c586",name:"Spirit Sink",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; 3d6+5 necrotic damage, and the target is weakened (save ends). In addition, the spirit ooze gains phasing until the end of its next turn.",damage:"3d6+5 necrotic damage",category:1},{id:"7fbe8cf5-c923-4f7a-b2d9-95bd810e8ce8",name:"Split",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The spirit ooze splits into two Large individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one-half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original ooze do not apply to either of the individuals after the split occurs. A spirit ooze can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1},{id:"34036fee-ee98-4dfd-a4fc-0faeed3bd0ae",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A spirit ooze deals 2d6 extra damage when it hits a target it has combat advantage against.",damage:"a spirit ooze deals 2d6 extra damage when it hits a target it has combat advantage against",category:0},{id:"abc10f3a-0969-4a4d-a2cd-3646b0554031",name:"Phase Away",action:{action:3,trigger:"while the spirit ooze has phasing",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spirit ooze shifts up to 1 square.",damage:"The spirit ooze shifts up to 1 square",category:5},{id:"2cf94e29-00e0-4f6d-b8ca-0f2c6f1b06dd",name:"Slippery Phasing",action:null,keywords:"",condition:"while the spirit ooze has phasing",range:"",attack:null,description:"",details:"The spirit ooze gains a +2 bonus to AC and Reflex.",damage:"The spirit ooze gains a +2 bonus to AC and Reflex",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, gaze, poison",tactics:""},{id:"b9641d5b-d56c-44c3-86b9-0ac25427dba2",name:"Spirit Vampire",details:"",size:2,origin:5,type:2,keywords:"undead",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +11; darkvision",movement:"6 (possessed body only), fly 6 (spirit form only); phasing (spirit form only)",alignment:"Chaotic evil",languages:"Common",skills:"Bluff +17, Stealth +15",equipment:"",category:"",strength:{score:6},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:10},charisma:{score:22},hp:66,initiative:14,ac:24,fortitude:23,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"3a1ec977-54c5-45fc-850a-cfc28226f16a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires a possessed body; 1d6+4 damage plus 1d6+4 necrotic damage.",damage:"1d6+4 damage plus 1d6+4 necrotic damage",category:1},{id:"8dd2758e-abc9-4e5b-adf4-89c38777db23",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Requires spirit form; 2d6+6 necrotic damage.",damage:"2d6+6 necrotic damage",category:1},{id:"82ed6d5e-effe-4649-a671-43c3ad1c59f2",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Requires a possessed body and combat advantage against the target; 2d12+8 damage, and the target is weakened (save ends), and the spirit vampire regains 16 hit points.",damage:"2d12+8 damage",category:5},{id:"9d6d6791-63ee-43d8-90fd-a00a7140df81",name:"Possess Body",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A spirit vampire’s natural form is its spirit form. However, it can enter the form of a dead or unconscious Medium or smaller humanoid, possessing the body. While in a possessed body, the spirit vampire has the following traits:",damage:"",category:3},{id:"d4cbb5a3-47b1-4968-a591-419a39d482aa",name:"Vulnerable to Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A spirit vampire that starts its turn in direct sunlight is dazed and cannot use possess body.",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"insubstantial (spirit form only)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7ce0d2ad-3fad-41da-b1fa-439a8b28fa71",name:"Ssra-Tauroch Mummy Lord",details:"",size:3,origin:4,type:2,keywords:"reptile, undead",level:17,role:{type:3,flag:2,leader:!1},senses:"Perception +17; darkvision",movement:"5",alignment:"Evil",languages:"Common, Draconic",skills:"History +15, Insight +17, Intimidate +18, Religion +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:18},charisma:{score:21},hp:820,initiative:12,ac:33,fortitude:31,reflex:28,will:31,regeneration:{value:10,details:"if Ssra-Tauroch takes fire damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"ff13e216-7269-40db-af2c-047790767dd3",name:"Despair",keywords:"",details:"(Fear) aura 3; any enemy within the aura takes a -4 penalty to attack rolls against Ssra-Tauroch until it damages Ssra-Tauroch."},{id:"8a7157bb-6929-4924-853a-64c6b9abd133",name:"Zehir’s Favor",keywords:"",details:"(Healing, Poison) aura 10; allies in the aura at the start of their turns regain 5 hit points, while enemies in the aura at the start of their turns take 5 poison damage."}],powers:[{id:"b73f2968-cfe2-44f3-957c-f84b3e297cec",name:"Scepter of Ssra-Tauroch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+9 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"1d8+9 damage",category:1},{id:"32c00f12-6594-4f43-8279-d45c58276c6f",name:"Shielding Wallop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison, Weapon",condition:"",range:"",attack:null,description:"",details:"Ssra-Tauroch makes two scepter of Ssra-Tauroch attacks against the same target. If both attacks hit, the target is also pushed 3 squares and is immobilized (save ends), and Ssra-Tauroch and one adjacent ally gain a +1 power bonus to AC until the end of Ssra-Tauroch’s next turn.",damage:"the target is also pushed 3 squares and is immobilized (save ends)",category:1},{id:"9d52c0c1-d159-4470-bc52-6e4c63a62a50",name:"Scaletongue",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"the target is dominated (save ends). Aftereffect: The target is dazed (save ends).",damage:"",category:3},{id:"98a19a96-7229-48da-bea6-4d769c4aa915",name:"Curse of Ssra-Tauroch",action:null,keywords:"Cold, Necrotic",condition:"when first bloodied",range:"Close burst 3",attack:{bonus:20,defence:1},description:"",details:"2d4+6 necrotic damage, and the target takes ongoing 10 cold damage and is immobilized (save ends both).",damage:"2d4+6 necrotic damage",category:0},{id:"fad43cb0-c040-48a5-a03b-bc478295ebfd",name:"Pestilence of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:20,defence:1},description:"",details:"3d8+9 necrotic damage, and the target takes a -2 penalty to all defenses until the end of Ssra-Tauroch’s next turn. Aftereffect: The target contracts level 17 mummy rot.",damage:"3d8+9 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4e448a6c-fead-42f2-9e57-e299f725d385",name:"Stench Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:6,role:{type:7,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +11, Stealth +12",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:19},intelligence:{score:14},wisdom:{score:12},charisma:{score:12},hp:142,initiative:9,ac:23,fortitude:19,reflex:21,will:17,regeneration:null,auras:[{id:"474ae619-9d07-44e0-9f30-349781324a56",name:"Nauseating Stench",keywords:"",details:"aura 2; any living creature within the aura takes a -2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"12cd7d1c-a088-4e8e-8bf6-e3753b7787c7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+4 damage, and the target is immobilized (save ends).",damage:"2d6+4 damage",category:1},{id:"3abfe771-3f91-4ce9-9fad-1de16fb0cc24",name:"Ghoulish Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Targets an immobilized creature; 1d10+4 damage, and the target is dazed (save ends).",damage:"1d10+4 damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"778c3a85-8cb4-47ed-bbf0-b5a09f2c72b3",name:"Stonespawned Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision, tremorsense 3",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +10",equipment:"",category:"",strength:{score:22},constitution:{score:16},dexterity:{score:14},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:64,initiative:9,ac:20,fortitude:21,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"6710ca51-6ea5-4e4a-b0cc-5a494551ece4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"97489ea5-8119-41fc-be2b-103e5edd2fc2",name:"Stone Shunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"2d6+9 damage, and the target is restrained (save ends).",damage:"2d6+9 damage",category:1},{id:"13fba8a4-8eca-4a47-b6bb-f1cc4ca88ad9",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The stonespawned skeleton merges with an adjacent stone surface of equal or greater size and then shifts up to 3 squares. The stone blocks line of sight and line of effect to the stonespawned skeleton. The skeleton can remain merged with stone indefinitely, but it can take only move actions while merged. A creature can attack a square in which the stonespawned skeleton is merged with the stone, but the skeleton has resist 20 to all damage while merged.",damage:"but the skeleton has resist 20 to all damage while merged",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cbbbd876-59e9-4837-8b38-5e55ca124d49",name:"Strahd’s Dread Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +16; blindsight 10, darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:15},intelligence:{score:6},wisdom:{score:16},charisma:{score:6},hp:1,initiative:10,ac:30,fortitude:31,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"1955ecbb-333b-4cce-924c-bade8fb62d21",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"843f8fc2-1276-46c3-b7ce-349fc344177a",name:"Zombie Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage, and the target is knocked prone.",damage:"8 damage",category:1},{id:"39035b26-5437-4f63-95be-03381113b927",name:"Rise Again",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a Strahd’s dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage, the creature is not destroyed. The Strahd’s dread zombie falls prone and appears to be destroyed, but instead, the creature returns with 1 hit point at the beginning of its next turn.",damage:"if a strahd’s dread zombie is reduced to 0 hit points by an attack that does not deal fire or radiant damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7def7b55-8ebe-4685-8a5f-a9ffa424e2d5",name:"Tainted Priest",details:"",size:2,origin:4,type:0,keywords:"undead",level:15,role:{type:3,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +16, Religion +16, Stealth +14",equipment:"implement, staff",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:14},intelligence:{score:18},wisdom:{score:23},charisma:{score:18},hp:147,initiative:9,ac:29,fortitude:28,reflex:23,will:30,regeneration:null,auras:[],powers:[{id:"c9077eb8-22c9-4c88-ade1-5809cb41351f",name:"Unholy Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage, and the target loses a healing surge, and the tainted priest regains 5 hit points.",damage:"2d8+6 damage",category:1},{id:"fc7aad0d-dda8-4fcf-b2a6-83880940fb6a",name:"Ray of Weakness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"3d6+9 necrotic damage, and the target is weakened (save ends).",damage:"3d6+9 necrotic damage",category:1},{id:"2ea5f766-65c0-44b9-9135-1f29dcab1ed4",name:"Vile Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close burst 2",attack:{bonus:19,defence:1},description:"",details:"6d4+8 necrotic damage, and the target is stunned until the end of its next turn. In addition, each undead ally in the burst regain 20 hit points.",damage:"6d4+8 necrotic damage",category:1},{id:"3e12f08c-7a54-4144-9ce0-03aa9181a1c9",name:"Waves of the Grave",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:19,defence:1},description:"",details:"4d6+8 damage, and ongoing 10 necrotic damage (save ends).",damage:"4d6+8 damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"09403f61-34fb-4f40-bd04-d43db72f8be7",name:"Thicket Dryad Lich",details:"",size:2,origin:2,type:2,keywords:"plant, undead",level:16,role:{type:3,flag:2,leader:!1},senses:"Perception +11; darkvision",movement:"8 (forest walk)",alignment:"Evil",languages:"Elven, telepathy 10",skills:"Arcana +17, Bluff +20, Insight +16, Stealth +18",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:20},intelligence:{score:18},wisdom:{score:17},charisma:{score:24},hp:690,initiative:13,ac:34,fortitude:32,reflex:30,will:34,regeneration:{value:10,details:"(if a thicket dryad lich takes radiant damage, regeneration doesn’t function until the end of its next turn)."},auras:[{id:"52975be1-f561-4917-9996-183ee93aab47",name:"Death Thorns",keywords:"",details:"(Necrotic) aura 3; any creature without forest walk takes 5 necrotic damage each time it moves or is pushed, pulled, or slid into a square within the aura."}],powers:[{id:"eb53c9e9-1f26-4315-be3c-bbe87e1b033b",name:"Rot Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+3 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+3 damage",category:1},{id:"38c3be40-6553-4822-8b47-a222686a5dac",name:"Necrocreeper Vines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"two attacks, each one against a different target; 2d8+3 damage per attack and the target slides 4 squares. At the end of the slide, the target takes ongoing 5 necrotic damage and is restrained (escape ends both).",damage:"2d8+3 damage per attack and the target slides 4 squares",category:1},{id:"45f38601-f84b-4f12-94a9-cd276496d48a",name:"Blight Burst",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close burst 3",attack:{bonus:19,defence:1},description:"",details:"targets enemies; 2d10+3 poison damage, and the target takes ongoing 10 poison damage and is weakened (save ends both).",damage:"2d10+3 poison damage",category:5},{id:"07dbe4cb-df79-44a6-893a-9af81f32f4ab",name:"Death Spike",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:21,defence:0},description:"",details:"targets one creature restrained by necrocreeper vines; 1d6+8 damage plus 2d8 necrotic damage, and the target is weakened and takes a -2 penalty to Athletics checks and Acrobatics checks (save ends both).",damage:"1d6+8 damage plus 2d8 necrotic damage",category:3},{id:"0c76d084-86c8-44f1-80e9-2d9aa6fe0228",name:"Deceptive Veil",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A thicket dryad lich can disguise itself to appear as any Medium humanoid, usually a beautiful elf or eladrin. A successful Insight check (opposed by the dryad’s Bluff check) pierces the disguise.",damage:"",category:3},{id:"79aa6a11-3f95-4ad7-8e9d-63800f3df723",name:"Necrotic Treestride",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"A thicket dryad lich teleports up to 8 squares if it begins and ends the move adjacent to a tree, a treant, or a plant of Large size or bigger. When it teleports in this manner, a thicket dryad lich deals 10 necrotic damage to all nonplant creatures adjacent to it at the end of the teleport.",damage:"a thicket dryad lich deals 10 necrotic damage to all nonplant creatures adjacent to it at the end of the teleport",category:2},{id:"1a79f4d7-7cab-4734-b5e3-7165972034ef",name:"Thorny Body",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature that a thicket dryad lich has grabbed takes 10 damage when the dryad sustains the grab.",damage:"a creature that a thicket dryad lich has grabbed takes 10 damage when the dryad sustains the grab",category:0},{id:"d30f8b24-ac77-40e7-9070-cab9e8fef76d",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a thicket dryad lich is reduced to 0 hit points, it dissipates into a spray of dead leaves, but it is not truly destroyed. It reappears in 1d10 days within 1 square of its phylactery tree, unless the phylactery tree is also found and destroyed.",damage:"It reappears in 1d10 days within 1 square of its phylactery tree",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"56403060-6c70-4aca-a33d-7cdacf37667e",name:"Titan Shell",details:"",size:3,origin:4,type:0,keywords:"giant, undead",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:26},intelligence:{score:11},wisdom:{score:16},charisma:{score:14},hp:149,initiative:14,ac:24,fortitude:24,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"a1f467d5-3643-4915-a893-1f114160c043",name:"Necrotic Slap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+3 damage plus 5 necrotic damage, and the target is grabbed. In addition, the target loses a healing surge, and the forsaken shell regains 10 hit points.",damage:"2d6+3 damage plus 5 necrotic damage",category:1},{id:"63f8b721-380d-4a9c-957b-3d0b98c8055a",name:"Absorb Life",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Targets a creature grabbed by the titan shell; the titan shell shifts up to 2 squares before or after the attack, pulling the target with it; the target loses a healing surge, and the forsaken shell regains 10 hit points.",damage:"the titan shell shifts up to 2 squares before or after the attack",category:3},{id:"d871fe36-63c9-46b3-9881-fb8d2452d5c0",name:"Flexibility",action:{action:5,trigger:"when the titan shell would be immobilized; restrained; pushed; pulled; or slid",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The titan shell makes a saving throw. On a save, the triggering effect is negated and the titan shell can make a necrotic slap attack as a free action.",damage:"",category:5},{id:"b75d4be9-9a6e-4a80-8a4b-360a1003a599",name:"Spawn Shell",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a titan shell kills a Large living humanoid creature, the slain creature rises as a free-willed titan shell at the start of its creator’s next turn.",damage:"",category:0}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"440b6ee5-600b-43ae-a686-74bfa64c8d61",name:"Tomb Mote",details:"",size:0,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:8},constitution:{score:17},dexterity:{score:26},intelligence:{score:4},wisdom:{score:16},charisma:{score:14},hp:1,initiative:9,ac:17,fortitude:13,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"3b261521-1532-4366-893f-2fc83d563538",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"3 necrotic damage, and ongoing 2 necrotic damage (save ends).",damage:"3 necrotic damage",category:1},{id:"bfbe5daa-1cc1-4593-b0aa-440b92e3d520",name:"Tomb Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a tomb mote hits a target adjacent to three or more tomb motes, it instead deals 6 damage and ongoing 5 necrotic damage (save ends).",damage:"it instead deals 6 damage and ongoing 5 necrotic damage (save ends)",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"05da6f95-04de-47a6-975f-6b2f08d7696e",name:"Tombstone Golem",details:"",size:3,origin:4,type:0,keywords:"construct",level:17,role:{type:6,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6 can’t shift",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:7},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:336,initiative:8,ac:35,fortitude:32,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"df6c8ba4-dbea-4f68-983c-55ebe29d6364",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+7 damage, and the target is pushed 1 square and dazed (save ends).",damage:"3d6+7 damage",category:1},{id:"a81e9129-962e-4024-8e06-48e7e76f2219",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"The tombstone golem makes two slam attacks, or one touch of the grave attack and one slam attack.; 2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"0dd0797c-5808-4182-a1f6-a4e9f09bf3a9",name:"Golem Rampage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The tombstone golem moves up to its speed plus 2 and can move through enemies’ spaces, provoking opportunity attacks as normal. When it enters a creature’s space (ally or enemy), the golem makes a slam attack against that creature. The golem must end its movement in an unoccupied space, and it can make no more than one slam attack against any single creature when using this power.",damage:"The tombstone golem moves up to its speed plus 2 and can move through enemies’ spaces",category:1},{id:"4c7bcce9-c187-424b-aa12-9039647ef092",name:"Touch of the Grave",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:1},description:"",details:"Reach 2; 4d8+15 necrotic damage, and the target is weakened (save ends).",damage:"4d8+15 necrotic damage",category:5},{id:"d266eecc-0f06-44a7-8472-c9b4e87b6fa9",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"The tombstone golem explodes in a burst of jagged stones and necrotic energy. Close burst 1",attack:{bonus:23,defence:0},description:"",details:"targets enemies; 2d6+2 damage plus 5 necrotic damage, and the space it occupied is difficult terrain until cleared.",damage:"2d6+2 damage plus 5 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison, sleep",tactics:""},{id:"bcdd9de8-3cd2-4227-9d26-433535ecac4c",name:"Undead Vecna Cultist",details:"",size:2,origin:1,type:2,keywords:"undead",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"8",alignment:"Chaotic evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:23},dexterity:{score:25},intelligence:{score:19},wisdom:{score:18},charisma:{score:13},hp:1,initiative:17,ac:35,fortitude:35,reflex:34,will:31,regeneration:null,auras:[],powers:[{id:"aa739f53-cab3-4b73-96ed-785b4ce75923",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"7 damage, and the target loses a healing surge.",damage:"7 damage",category:1},{id:"52789a82-808a-4660-85da-bb2356001782",name:"Explosion",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:23,defence:2},description:"",details:"10 necrotic damage. Miss: Half damage.",damage:"10 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6fee4bde-5d07-4130-b311-df607d19f215",name:"Vecna",details:"",size:2,origin:3,type:2,keywords:"undead",level:35,role:{type:3,flag:2,leader:!0},senses:"Perception +34; darkvision, truesight 20",movement:"8, fly 8 (hover), teleport 10",alignment:"Evil",languages:"all, telepathy 20",skills:"Arcana +34, Bluff +31, Diplomacy +31, Dungeoneering +34, Heal +34, History +34, Insight +34, Intimidate +31, Nature +34, Religion +34",equipment:"",category:"",strength:{score:25},constitution:{score:28},dexterity:{score:26},intelligence:{score:34},wisdom:{score:34},charisma:{score:29},hp:1580,initiative:25,ac:49,fortitude:49,reflex:47,will:51,regeneration:null,auras:[{id:"849e741e-a6a5-4d8b-93b0-a84c9e7ad628",name:"Vecna’s Aura",keywords:"",details:"(Healing, Necrotic) aura 10; any living creature that starts its turn within the aura takes 50 necrotic damage. Any undead creature that starts its turn within the aura regains 50 hit points."}],powers:[{id:"28594acc-ed95-4369-a724-22142efb87e3",name:"Paralyzing Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:39,defence:2},description:"",details:"3d6+14 necrotic damage, and the target is restrained and weakened (save ends both).",damage:"3d6+14 necrotic damage",category:1},{id:"ba6b5513-fa37-4516-9602-994b106b2192",name:"Banish to the Dread Realm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Psychic",condition:"",range:"2d10+9 psychic damage. The target is banished to a demiplane, disappearing from sight. The target cannot be targeted and cannot take actions until the start of its next turn, at which time the target reappears in the original space it occupied or in the nearest space of Vecna’s choice if that space is occupied. The target immediately makes a melee basic attack as a free action against the nearest creature. In addition, the target treats its allies as enemies for the purpose of making opportunity attacks, and if an ally performs an action that would normally provoke an opportunity attack from an enemy, the target makes an opportunity attack against the ally (save ends).",attack:{bonus:39,defence:3},description:"",details:"",damage:"",category:1},{id:"5f339205-4091-4805-90b0-e83b7454226b",name:"Ray of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:39,defence:2},description:"",details:"2d8+15 necrotic damage, and the target loses a healing surge.",damage:"2d8+15 necrotic damage",category:1},{id:"2a57d68c-25ee-429f-9e06-72ed4b72a0ec",name:"Necrotic Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:39,defence:2},description:"",details:"targets living creatures; 2d6+12 necrotic damage, and the target is restrained and takes ongoing 20 necrotic damage (save ends both). The burst creates a zone of webs that lasts until the end of the encounter. The zone is difficult terrain, and a living creature that ends its move in the web is restrained and takes ongoing 20 necrotic damage (save ends both).",damage:"2d6+12 necrotic damage",category:1},{id:"edda3759-f5aa-4769-9383-ffb05eba23a2",name:"Divine Discorporation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"Vecna discorporates.",damage:"",category:1},{id:"fb42db5a-123d-4499-81d6-566ca815b45e",name:"Esoteric Action",action:{action:5,trigger:"when an enemy within sight spends an action point",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vecna spends an action point and takes an extra action.",damage:"",category:5},{id:"c9533032-26b2-4283-9eab-1708d6438919",name:"Immortal Resistance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when vecna gains an effect that a save can end",range:"",attack:null,description:"",details:"Vecna makes a saving throw. On a save, Vecna is unaffected by the effect.",damage:"",category:1},{id:"7a9e9d61-ac4a-4b2e-afda-9a5816c61221",name:"Vecna’s Ambition",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when vecna reduces a creature to 0 hit points or fewer",range:"",attack:null,description:"",details:"Vecna regains an action point.",damage:"",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:20}],resist:"",vulnerable:"",immune:"attacks by characters below level 20, disease, illusion, poison",tactics:""},{id:"ff6e83c7-243c-4d1f-97ea-c70bbc66aa95",name:"Vile Pet",details:"",size:1,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 6",alignment:"Evil",languages:"",skills:"Stealth +15",equipment:"",category:"",strength:{score:4},constitution:{score:14},dexterity:{score:21},intelligence:{score:6},wisdom:{score:14},charisma:{score:6},hp:1,initiative:10,ac:25,fortitude:21,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"a70df7f6-cbfb-4396-91a8-fc92a761d64e",name:"Filthy Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"88745986-b33a-451f-8f36-5db3b4cf00b3",name:"Infectious Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease, Necrotic",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Requires combat advantage against the target; 2d4+5 damage, and the target contracts cemetery rot (see below) and takes ongoing 5 necrotic damage (save ends).",damage:"2d4+5 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cc97470c-8c9e-4b53-88d8-9833d469f719",name:"Void Lich",details:"",size:2,origin:0,type:2,keywords:"undead",level:20,role:{type:4,flag:1,leader:!1},senses:"Perception +18; darkvision",movement:"4, fly 8 (hover)",alignment:"Evil",languages:"Common, Deep Speech, telepathy 10",skills:"Arcana +22, Intimidate +20",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:17},intelligence:{score:24},wisdom:{score:26},charisma:{score:20},hp:296,initiative:13,ac:34,fortitude:31,reflex:32,will:34,regeneration:null,auras:[{id:"35bacdf2-3648-4879-a420-b91920f9c3a4",name:"Shroud of Night",keywords:"",details:"aura 5; bright light within the aura is reduced to dim light, and dim light within the aura is reduced to darkness (if the void lich takes radiant damage, the aura is negated until the end of the void lich’s next turn)."}],powers:[{id:"36d8ae09-ae7f-414b-91b2-6592b5e4e2ae",name:"Life Trap",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing Necrotic",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"2d6+7 necrotic damage, and the void lich regains 15 hit points.",damage:"2d6+7 necrotic damage",category:1},{id:"4f14aa2b-e6b4-43b7-9155-0259f98de651",name:"Void Tendrils",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"2d6+7 necrotic damage, and the target is knocked prone and dazed (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"2acf75ec-967e-4e19-9e38-490ca71a5a57",name:"Frightful Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Gaze",condition:"",range:"Close blast 3",attack:{bonus:21,defence:3},description:"",details:"the target is pushed 5 squares and takes a -2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is dazed, immobilized, and takes a -2 penalty to attack rolls (save ends all).",damage:"the target is pushed 5 squares and takes a -2 penalty to attack rolls (save ends)",category:3},{id:"897304c3-a7d7-4ab5-a451-9ca6d19c1aa1",name:"Hideous Laughter",action:{action:3,trigger:"recharges when the void lich bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 3",attack:{bonus:21,defence:3},description:"",details:"2d8+7 psychic damage, and the target takes a -5 penalty to all defenses until the end of the void lich’s next turn.",damage:"2d8+7 psychic damage",category:5},{id:"04ab5247-6f17-406b-ba43-c63b68423373",name:"Fade to Dusk",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The void lich becomes insubstantial and invisible until it attacks or until the end of its next turn.",damage:"",category:3},{id:"3595b0e7-c7a6-4c0a-8bc3-1595ed5d850f",name:"Phase Step",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The void lich teleports up to 2 squares.",damage:"The void lich teleports up to 2 squares",category:3},{id:"5af049ab-6fc1-412c-bf2d-fdbdf73c1928",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a void lich is reduced to 0 hit points, its body and possessions dissipate into whips of darkness, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison, fear",tactics:""},{id:"288fdcb3-3241-4af3-957d-d933ab1578b8",name:"Vortex Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:9,role:{type:7,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +14",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:20},intelligence:{score:8},wisdom:{score:6},charisma:{score:17},hp:67,initiative:11,ac:25,fortitude:21,reflex:23,will:20,regeneration:{value:5,details:"if a vortex wraith takes radiant damage, regeneration doesn’t function until the end of its next turn"},auras:[{id:"422f67c6-fe8c-49a2-ab8f-7fcea9540ecd",name:"Vortex",keywords:"",details:"(Force) aura 3; any enemy that starts its turn within the aura takes 5 force damage and is pulled 1 square."}],powers:[{id:"efa68c4f-2567-4aab-818d-130f67aa1d7c",name:"Spiral Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"2d6+5 force damage, and the target is slowed until the end of the vortex wraith’s next turn.",damage:"2d6+5 force damage",category:1},{id:"d8728986-44ad-4b75-ab7e-0c963d28ed9a",name:"Spectral Helix",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Reach 2; 1d6+3 force damage, and the target takes ongoing 10 force damage and is immobilized (save ends both). Hit or Miss: The vortex wraith shifts up to 1 square but must end adjacent to the target.",damage:"1d6+3 force damage",category:1},{id:"1c59f1da-c310-4cfc-8fac-21d057de67d4",name:"Final Vortex",action:null,keywords:"Force, Teleportation",condition:"when reduced to 0 hit points",range:"Close burst 5",attack:{bonus:14,defence:2},description:"",details:"targets enemies; 2d6+5 force damage, and the target is teleported up to 5 squares and knocked prone. Miss: Half damage, and the target is not teleported or knocked prone.",damage:"2d6+5 force damage",category:0},{id:"973bf903-dc93-4db7-9014-9d6cd9ec39d0",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vortex wraith shifts up to 6 squares.",damage:"The vortex wraith shifts up to 6 squares",category:2},{id:"55a22b11-027e-4cba-843c-037b2e7ae621",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a vortex wraith rises as a free-willed vortex wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b42904c0-3dbc-42d6-8116-3be0e7c4bab8",name:"Watchful Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:20},intelligence:{score:16},wisdom:{score:23},charisma:{score:15},hp:104,initiative:11,ac:31,fortitude:26,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"6b394e1a-b2ec-497d-acf9-62ed6d95b1e3",name:"Spectral Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+7 psychic damage, and the target is marked (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"cc18b1bc-a9b2-481b-b9f4-a582f0fdc0a5",name:"Spectral Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Ranged 15",attack:{bonus:22,defence:0},description:"",details:"2d8+7 psychic damage, and the target is marked until the end of the watchful ghost’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"7aa53cf6-295e-4223-a0ef-71bbb11d71e8",name:"Halting the Marked",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"targets each creature marked by the watchful ghost; the target takes ongoing 10 psychic damage and is immobilized (save ends both). Miss: No ongoing damage, and the target is slowed until the end of the watchful ghost’s next turn instead of immobilized.",damage:"the target takes ongoing 10 psychic damage and is immobilized (save ends both)",category:3},{id:"2503e5ad-f77e-4a26-9f91-0e5506cb0208",name:"Harry the Marked",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The watchful ghost teleports up to 10 squares into a square adjacent to an enemy it has marked.",damage:"The watchful ghost teleports up to 10 squares into a square adjacent to an enemy it has marked",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6ac95737-c184-42a0-879e-41c7a63d6da0",name:"Wisp Wraith",details:"",size:2,origin:5,type:2,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +8",equipment:"",category:"",strength:{score:3},constitution:{score:13},dexterity:{score:17},intelligence:{score:4},wisdom:{score:10},charisma:{score:15},hp:1,initiative:3,ac:13,fortitude:11,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"d28e418d-8dc5-4efa-b13e-9fb2ae45566e",name:"Shadow Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"4 necrotic damage, and the target is slowed until the end of the wisp wraith’s next turn.",damage:"4 necrotic damage",category:1},{id:"24bc7045-3b9d-42a6-a173-7631e3803247",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The wisp wraith shifts up to 6 squares.",damage:"The wisp wraith shifts up to 6 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a8c3b440-fc7e-47da-a12d-c40fc4e7537b",name:"Wormspawn Praetorian",details:"",size:3,origin:4,type:1,keywords:"undead",level:28,role:{type:2,flag:0,leader:!1},senses:"Perception +22; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:27},dexterity:{score:30},intelligence:{score:23},wisdom:{score:26},charisma:{score:23},hp:317,initiative:24,ac:40,fortitude:40,reflex:42,will:40,regeneration:null,auras:[],powers:[{id:"f8c7c3a6-fcb0-47df-9d49-eeb0249f0394",name:"Clacking Mandible",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"4d8+4 damage.",damage:"4d8+4 damage",category:1},{id:"7dd1a660-3600-4b3c-81e6-aa6d3ed0b77e",name:"Swarm-Through",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Poison",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"The wormspawn praetorian shifts up to 5 squares and can move through enemies’ spaces when doing so. When it enters an enemy’s space, it makes an attack; 3d12+4 poison damage. The wormspawn praetorian can make no more than one attack against a single creature when using this power.",damage:"3d12+4 poison damage",category:2},{id:"6fc8d5e5-4fb1-49d1-9cee-b2ccb36e2a11",name:"Swarm Split",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"The wormspawn praetorian splits into two Large individuals, the second one occupying a space adjacent to the original creature. Each of the two creatures has hit points equal to one half the original’s current hit points. Both creatures act on the original creature’s initiative count. Effects applied to the original wormspawn praetorian do not apply to either of the individuals after the split occurs. A wormspawn praetorian can’t split if reduced to 0 hit points by the attack that bloodied it.",damage:"",category:1},{id:"224bc6ad-eb43-464d-8d7d-08586590c3cd",name:"Squeezing Swarm",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"By altering its shape, a wormspawn praetorian can squeeze as if it were a Tiny creature.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"disease, poison",tactics:""},{id:"5dc2aede-0869-428a-886c-30a211b02f50",name:"Wrath Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"fly 6 (hover); phasing",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:17},intelligence:{score:22},wisdom:{score:18},charisma:{score:24},hp:111,initiative:11,ac:33,fortitude:27,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"abe82ed8-c02e-4c06-91eb-61fdcb770535",name:"Keening Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 psychic damage, and the target is marked until the end of the wrath spirit’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"19ca94cc-fd2e-45a1-a050-332f1327a75f",name:"Exploding Head",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"area burst 2 within 10",attack:{bonus:21,defence:1},description:"",details:"The wrath spirit materializes a flaming semblance of its missing head and hurls it; 3d10+7 necrotic damage, and the target is immobilized and marked (save ends both). Miss: Half damage, and the target is marked but not immobilized.",damage:"3d10+7 necrotic damage",category:1},{id:"9e59979f-53cb-4f96-880d-9b92cbaa70bb",name:"Burning Challenge",action:{action:4,trigger:"when a target marked by the wrath spirit makes an attack that does not include the wrath spirit",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"The triggering enemy target takes ongoing 10 psychic damage and is dazed (save ends both).",damage:"the triggering enemy target takes ongoing 10 psychic damage and is dazed (save ends both)",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d64e75f4-6a0d-495e-a208-5b4f40905b7d",name:"Wrathborn",details:"",size:2,origin:4,type:2,keywords:"undead",level:7,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:14},intelligence:{score:12},wisdom:{score:11},charisma:{score:10},hp:150,initiative:7,ac:25,fortitude:23,reflex:21,will:19,regeneration:{value:5,details:""},auras:[],powers:[{id:"31cf7d84-de01-4edd-b222-60cf506c2c28",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d8+2 damage.",damage:"2d8+2 damage",category:1},{id:"315f43ae-436e-4fba-adc4-209c769a24f1",name:"Vengeful Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Requires longsword; 1d8+1 damage plus 5 necrotic damage, and the target is pushed 1 square and knocked prone.",damage:"1d8+1 damage plus 5 necrotic damage",category:1},{id:"4b7476d5-f221-4a1e-8458-5f6a5ceec829",name:"Pinning Chains",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:12,defence:2},description:"",details:"targets enemies; 3d8+3 necrotic damage. Hit or Miss: Each enemy adjacent to the wrathborn is immobilized until the end of the wrathborn’s next turn.",damage:"3d8+3 necrotic damage",category:1},{id:"b3e9a7b8-17cf-472f-9aec-fc832fd8f9e1",name:"Find the Guilty",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While a wrathborn and its killer are on the same plane, the wrathborn knows the direction and distance to its killer.",damage:"",category:0},{id:"de904b17-3aa4-41cc-b4f0-e482694867ae",name:"Survival Instinct",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A wrathborn gains a +2 bonus to all defenses while bloodied.",damage:"A wrathborn gains a +2 bonus to all defenses while bloodied",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison, fear",tactics:""},{id:"df8a41c4-ed58-4571-8b83-e9d6fb93ef07",name:"Wretched Stench Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Athletics +15, Stealth +16",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:21},intelligence:{score:16},wisdom:{score:14},charisma:{score:12},hp:240,initiative:13,ac:29,fortitude:24,reflex:25,will:22,regeneration:null,auras:[{id:"1cbeccdc-f674-4bbf-b224-83f8bf0b499b",name:"Nauseating Stench",keywords:"",details:"aura 4; any living creature within the aura takes a -2 penalty to attack rolls, skill checks, and ability checks."}],powers:[{id:"0f1f5a83-bf31-45c4-8501-978d9bbd4f95",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+7 damage, and the target is immobilized (save ends).",damage:"2d6+7 damage",category:1},{id:"b4c929fc-ab40-494d-a77a-d200d0b1bbc9",name:"Ghoulish Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Targets a dazed, immobilized, or stunned creature; 1d10+8 damage, and if the target is immobilized, it is instead dazed (save ends), or if the target is dazed, it is instead stunned (save ends).",damage:"1d10+8 damage",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"3f194740-3b3c-4389-bde4-20020053e44a",name:"Yuan-Ti Abomination Mummy Lord",details:"",size:3,origin:4,type:2,keywords:"reptile, undead",level:14,role:{type:3,flag:1,leader:!0},senses:"Perception +10; darkvision",movement:"7, climb 7",alignment:"Evil",languages:"Draconic",skills:"Endurance +15, Intimidate +14, Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:280,initiative:13,ac:32,fortitude:32,reflex:28,will:31,regeneration:{value:10,details:"if the yuan-ti mummy lord takes fire damage, regeneration doesn’t function on its next turn"},auras:[{id:"a4f02365-51cd-4075-a1be-2727a6b6b34d",name:"Despair",keywords:"",details:"(Fear) aura 5; enemies within the aura receive a -2 penalty to attack rolls against the mummy lord."}],powers:[{id:"03113c33-5806-4848-92eb-7289c31c9763",name:"Grasping Coils",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"1d10+5 damage, and the target is pulled 1 square and grabbed. The yuan-ti mummy lord can grab only one creature at a time.",damage:"1d10+5 damage",category:1},{id:"5135e9e1-0fa9-430c-875e-fc27f65fd266",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"poison",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Grabbed target only; 1d12+5 poison damage, and ongoing 10 poison damage (save ends).",damage:"1d12+5 poison damage",category:1},{id:"1e60a7fc-3f9b-4ff8-8c11-15a066cd82e1",name:"Mummy’s Curse",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:16,defence:3},description:"",details:"all enemies within the burst contract level 14 mummy rot (Endurance improve DC 24, maintain DC 19, worsen DC 18).",damage:"all enemies within the burst contract level 14 mummy rot (Endurance improve DC 24",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e2c9cab4-6a89-41fd-afbe-b0c3a2abbbc4",name:"Zombie Throng",details:"",size:4,origin:4,type:0,keywords:"swarm, undead",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:121,initiative:2,ac:21,fortitude:24,reflex:18,will:20,regeneration:null,auras:[{id:"e6dc752f-121f-4af0-a21d-bb51d99a48d9",name:"Swarm Attack",keywords:"",details:"aura 1; the zombie throng makes a mob of crushing blows attack as a free action against any enemy that starts its turn within the aura. While the zombie throng is bloodied, it makes a zombie grab attack instead."}],powers:[{id:"e21063bc-979d-42e5-9e24-683122211c43",name:"Mob of Crushing Blows",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"10516446-3725-4f5b-ab75-19669e53539e",name:"Zombie Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"the target is grabbed. Attempts to escape the zombie throng’s grab take a -5 penalty.",damage:"Attempts to escape the zombie throng’s grab take a -5 penalty",category:1},{id:"3c078294-5b4e-4e39-bfbb-9bf3b5a8c8cc",name:"Zombie Mess Grab",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:10,defence:1},description:"",details:"targets enemies; the target is grabbed. Attempts to escape the zombie throng’s grab take a -5 penalty.",damage:"Attempts to escape the zombie throng’s grab take a -5 penalty",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"takes half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks, 20 against critical hits",immune:"disease, poison, fear",tactics:""},{id:"5dc7f17f-dc0a-4f56-8560-8acf4204a7cb",name:"Giant Archerfish",details:"",size:1,origin:4,type:1,keywords:"aquatic",level:4,role:{type:0,flag:0,leader:!1},senses:"Low-light vision",movement:"1 (clumsy); swim 6",alignment:"Unaligned",languages:"",skills:"Perception +7",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:19},intelligence:{score:1},wisdom:{score:11},charisma:{score:6},hp:45,initiative:6,ac:18,fortitude:16,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"baa18389-3e4a-495d-868a-16b7c0c45ea5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee 1",attack:{bonus:9,defence:0},description:"",details:"Hit: 2d8 +2 damage",damage:"2d8 +2 damage",category:1},{id:"46acc92f-1936-45e6-8104-845ac3bdaaa4",name:"Water Bullet",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"Hit: 2d6 +5 damage, and the giant archerfish slides the target 1 square.",damage:"2d6 +5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"53ac1359-54c3-4777-a186-f584a5166a3a",name:"Bax",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +7",movement:"5",alignment:"Good",languages:"Common, Draconic",skills:"Athletics +14, Endurance +11, History +8, Intimidate +15",equipment:"heavy shield; potion of healing; scale armor; vicious weapon; flail",category:"",strength:{score:21},constitution:{score:14},dexterity:{score:17},intelligence:{score:11},wisdom:{score:13},charisma:{score:14},hp:115,initiative:9,ac:32,fortitude:26,reflex:26,will:23,regeneration:null,auras:[],powers:[{id:"9c506af2-3d5e-4831-9736-d9215480f0db",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 while bloodied)2d10+12 damage (crit 2d12+32).",damage:"(+19 while bloodied)2d10+12 damage (crit 2d12+32)",category:1},{id:"6aac4d70-c9f3-4b16-895d-61cbce3aecd4",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"(+19 while bloodied)2d10+12 damage (crit 2d12+32), and the target is pushed 1 square if it is Large or smaller. Bax can shift into the space the creature occupied.",damage:"(+19 while bloodied)2d10+12 damage (crit 2d12+32)",category:1},{id:"5946ee85-08d8-46eb-8b1d-1a4ef703982a",name:"Sweeping Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"(+21 while bloodied)1d10+12 damage (crit 2d12+22).",damage:"(+21 while bloodied)1d10+12 damage (crit 2d12+22)",category:1},{id:"c2087631-5abe-46c6-a3df-c3827a9274f5",name:"Come And Get It",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"enemies in the burst are pulled 2 squares, then Bax makes an attack against any that are adjacent to him: close burst 1",attack:{bonus:18,defence:0},description:"",details:"(+19 while bloodied)1d10+12 damage (crit 2d12+22).",damage:"(+19 while bloodied)1d10+12 damage (crit 2d12+22)",category:1},{id:"6d727dbf-63d6-40f3-aeba-7884da03863e",name:"Stalwart Guard",action:{action:3,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Martial",condition:"",range:"Close burst 1",attack:null,description:"",details:"allies in the burst gain a +2 shield bonus to AC and Reflex until the end of the encounter.",damage:"allies in the burst gain a +2 shield bonus to AC and Reflex until the end of the encounter",category:5},{id:"52a6971f-c098-4013-8c8d-a41fc6700946",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:15,defence:2},description:"",details:"(+16 while bloodied)2d10+2 cold damage.",damage:"(+16 while bloodied)2d10+2 cold damage",category:3},{id:"1be24402-bf5e-4ae3-a342-d37f1eb0b380",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"562b78d4-4ea5-4f56-b863-d81521e0ca9a",name:"Blackfire Flameskull",details:"",size:0,origin:4,type:0,keywords:"undead",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Stealth +12",equipment:"",category:"",strength:{score:5},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:14},charisma:{score:20},hp:82,initiative:7,ac:23,fortitude:20,reflex:25,will:23,regeneration:{value:5,details:""},auras:[],powers:[{id:"2e7b7127-99b6-41ae-8eb1-7bba57842165",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 0; 1d4 damage plus 1d8 fire damage.",damage:"1d4 damage plus 1d8 fire damage",category:1},{id:"663f4d95-d515-47aa-888f-a3f77f89db62",name:"Blackfire Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"2d6+6 fire damage, plus target is blinded (save ends).",damage:"2d6+6 fire damage",category:1},{id:"d0d34314-0ab6-45ed-ad83-b4ab04197149",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:14,defence:2},description:"",details:"3d6+6 fire damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d6+6 fire damage",category:1},{id:"0f9db2e3-ac76-4fb7-9630-3ff3a7659b87",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand.",damage:"",category:3},{id:"54dc21b9-60e0-436e-89a8-ff5e70620de0",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"00578ffa-047b-4570-a0fe-8f7855d6a464",name:"Blightborn Demonthorn",details:"",size:3,origin:2,type:1,keywords:"plant",level:11,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"4",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:18},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:110,initiative:9,ac:25,fortitude:21,reflex:25,will:23,regeneration:null,auras:[{id:"19378dc3-4076-4923-83a6-391aeb97f2c9",name:"Tangle Roots",keywords:"",details:"aura 4; all nonplant creatures treat the area as difficult terrain"}],powers:[{id:"2588512c-1783-4928-b800-40c99141f430",name:"Vine Slash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d4+6 damage.",damage:"2d4+6 damage",category:1},{id:"68d30d3b-28f9-48a9-bf96-368eeab9f5f1",name:"Seed Pods",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:13,defence:2},description:"",details:"1d8+4 damage, plus ongoing 5 damage and all creatures have concealment against the target (save ends both).",damage:"1d8+4 damage",category:1},{id:"04545531-3e09-4423-875d-7f94f20f345d",name:"Root Grab",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Make an attack against every creature without forest walk in a square of tangling roots; the target is restrained (save ends). The blightborn can use this power only once per turn.",damage:"",category:3},{id:"522bba31-d212-4263-b1cd-3763810ec6fc",name:"Expansive Roots",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Create two squares of tangling roots adjacent to other tangling roots.",damage:"",category:3},{id:"91f60e3f-5801-4224-ac03-50c407a96202",name:"Root Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mandrake teleports to any space where at least one square of its space occupies a square that has tangling roots in it.",damage:"",category:2},{id:"b4acc743-d500-4cdd-ac07-4be0edfcd1dd",name:"Dying Roots",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the demonthorn mandrake is reduced to 0 hit points or fewer, all spaces affected by its tangling roots remain difficult terrain until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3422448-5ee4-477a-bc0a-5ed3ca608df4",name:"Blightborn Thorn Blight",details:"",size:2,origin:2,type:2,keywords:"plant",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"8 (forest walk), climb 5",alignment:"Chaotic evil",languages:"Elven",skills:"Stealth +16",equipment:"",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:23},intelligence:{score:5},wisdom:{score:18},charisma:{score:11},hp:1,initiative:11,ac:25,fortitude:21,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"efcd9d2f-daaa-4396-972b-13e2a006b625",name:"Thorns",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"4 poison damage (5 poison damage with combat advantage).",damage:"4 poison damage (5 poison damage with combat advantage)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"70bfa832-2af6-4bed-9aff-53bd1440ea3b",name:"Blightborn Thorndrake",details:"",size:3,origin:2,type:1,keywords:"plant",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Chaotic evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:16},intelligence:{score:4},wisdom:{score:16},charisma:{score:5},hp:138,initiative:8,ac:23,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"77486ed1-b67f-4a99-8cde-bd983f382900",name:"Thorn Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"2f979c55-1a6b-4a4b-998b-df9e9664ded5",name:"Poison Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d6+5 poison damage, plus ongoing 5 poison damage and the target is immobilized (save ends both).",damage:"3d6+5 poison damage",category:1},{id:"ce347c73-e2f7-409c-aa29-166afdaf0e95",name:"Tactical Shift",action:{action:4,trigger:"when the blightborn hits a target with its poison bite",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blightborn can shift 1 square.",damage:"The blightborn can shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9b86a4c4-165a-476e-a50d-df14ed836fb0",name:"Blightborn Troglodyte",details:"",size:2,origin:2,type:2,keywords:"plant",level:10,role:{type:3,flag:0,leader:!0},senses:"Perception +8; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Nature +13",equipment:"",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:8},intelligence:{score:12},wisdom:{score:16},charisma:{score:22},hp:105,initiative:4,ac:23,fortitude:21,reflex:20,will:25,regeneration:null,auras:[{id:"5639c9f7-00c6-4794-8b7e-e92cbd9368c2",name:"Troglodyte Stench",keywords:"",details:"aura 2; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"939d5795-f0a1-4eaf-a072-296d2035ec05",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"d77c08a5-0163-42da-a35d-8e749da89abf",name:"Acid Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"2d4+6 acid damage, plus 5 acid damage to each creature adjacent to the target.",damage:"2d4+6 acid damage",category:1},{id:"7d8ec967-450f-446b-aae2-dbe510611af8",name:"Black Roots",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:14,defence:1},description:"",details:"Restrained (save ends). Aftereffect: Ongoing 10 necrotic damage and the target can’t move closer to the blightborn (save ends both).",damage:"ongoing 10 necrotic damage and the target can’t move closer to the blightborn (save ends both)",category:1},{id:"14bf1424-33f8-4103-ab7f-2a64e8b048d3",name:"Instinctual Shift",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All allies within 20 squares of the blightborn can shift 2.",damage:"All allies within 20 squares of the blightborn can shift 2",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"059ec3a6-f019-4b34-a6cb-7842e1a961d0",name:"Blightborn Twig Blight",details:"",size:1,origin:2,type:2,keywords:"plant",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"7 (forest walk), climb 5",alignment:"Chaotic evil",languages:"Elven",skills:"Stealth +16",equipment:"",category:"",strength:{score:7},constitution:{score:7},dexterity:{score:17},intelligence:{score:5},wisdom:{score:12},charisma:{score:10},hp:1,initiative:3,ac:15,fortitude:11,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"378e01a7-0b75-42e9-a433-8116fe198789",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2 poison damage (3 poison damage with combat advantage).",damage:"2 poison damage (3 poison damage with combat advantage)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"24b7488c-b596-4ff4-9102-74116ce13304",name:"Boneshard Troll Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:137,initiative:8,ac:23,fortitude:22,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"b3035b23-e39f-48f5-b503-f9fc3d3ddfdd",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"2d8+6 damage (crit 2d8 + 22)plus 10 necrotic damage. If the troll skeleton takes acid or fire damage, it does not deal necrotic damage with this attack until the end of its next turn.",damage:"2d8+6 damage (crit 2d8 + 22)plus 10 necrotic damage",category:1},{id:"315a7352-cf18-4826-ae71-7faa02722a4b",name:"Boneshard",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6+6 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6+6 damage",category:1},{id:"79192dd4-5f0b-4ead-a10c-42ec5e1e3f93",name:"Boneshard Burst",action:{action:4,trigger:"when first bloodied and again when the boneshard skeleton is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:14,defence:2},description:"",details:"2d6+6 necrotic damage.",damage:"2d6+6 necrotic damage",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7ff05d1f-d22d-4112-bfe8-691b37a73e02",name:"Briar Hag",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"7 (forest walk)",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +13, Intimidate +14, Nature +14",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:21},intelligence:{score:14},wisdom:{score:17},charisma:{score:16},hp:123,initiative:11,ac:26,fortitude:23,reflex:25,will:24,regeneration:null,auras:[{id:"2398117f-17ee-44ca-8620-006ecf5dda2f",name:"Feverish Presence",keywords:"",details:"aura 3; bloodied enemies in the aura are weakened."}],powers:[{id:"ef3d4bdb-da98-4b2f-9f1f-7b4344bbef81",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"f8e841e6-38b4-4bac-bd43-3acf7a47a548",name:"Rake the Eyes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+5 damage, and the target is blinded until the end of the briar hag’s next turn. The briar hag shifts 2 squares before or after making this attack.",damage:"1d6+5 damage",category:1},{id:"91c37048-46bc-4ed2-8637-d77161bb2ae2",name:"Call Briar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Conjuration, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"2d4+5 damage and the target is immobilized (save ends). This attack’s area becomes a zone of difficult terrain until the end of the encounter. Any creature that enters or starts its turn in the zone takes 1d4 damage. A briar hag is immune to its own briars.",damage:"2d4+5 damage and the target is immobilized (save ends)",category:1},{id:"628c9d83-45b2-431b-ab3e-faad4e0b15bd",name:"Curse of Thorns",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:0},description:"",details:"3d4+5 damage and the target is restrained (save ends).",damage:"3d4+5 damage and the target is restrained (save ends)",category:1},{id:"40503e91-dd39-450f-a323-9502e6219cb9",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A briar hag can alter its physical form to appear as a young human woman or an old crone.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"32e6869c-c0ba-4073-80dd-c48290d3149d",name:"Displacer Beast Nightmare",details:"",size:3,origin:2,type:1,keywords:"",level:15,role:{type:6,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"12",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:22},intelligence:{score:6},wisdom:{score:18},charisma:{score:11},hp:292,initiative:13,ac:29,fortitude:26,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"6b0054de-9763-4735-a457-a96ea85ee1ca",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"6daae1ef-3e4b-4632-be62-8807e1cdde49",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"071533fb-a19f-4dee-8db8-20e38245868c",name:"Beast’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Requires combat advantage; the displacer beast makes two tentacle attacks and two bite attacks against a single target.",damage:"",category:1},{id:"e837bdcc-2e9a-42ce-967c-9248c5e19c14",name:"Nightmare Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast nightmare makes two bite attacks against a single target within reach. If the two attacks hit, the target takes an additional 1d10 + 7 damage and the target is dazed (save ends).",damage:"the target takes an additional 1d10 + 7 damage and the target is dazed (save ends)",category:1},{id:"5413f8b8-b05a-4c32-885d-0c674cde5ca2",name:"Nightmare Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:17,defence:2},description:"",details:"2d8+6 damage and the target is pushed 1 square and knocked prone.",damage:"2d8+6 damage and the target is pushed 1 square and knocked prone",category:1},{id:"9368eadc-6c89-41c3-95b0-7b0bbcf9fd49",name:"Displacement",action:null,keywords:"Illusion",condition:"",range:"All melee and ranged attacks have a 50% chance to miss the displacer beast. The effect ends when the displacer beast is hit by an attack, but it recharges as soon as the displacer beast moves 2 or more squares on its turn. Critical hits ignore displacement.",attack:null,description:"",details:"",damage:"",category:0},{id:"45384364-e340-489b-98eb-c2fb8f400a2a",name:"Shifting Tactics",action:{action:7,trigger:"when an attack misses the displacer beast because of its displacement",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast shifts 2 squares.",damage:"The displacer beast shifts 2 squares",category:5},{id:"75339042-ebe4-4bb5-a7d9-29ef7cc34d05",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The displacer beast can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8bb9e86-48cb-419d-9ee4-004a7d8baac2",name:"Fomorian Dark Initiate",details:"",size:4,origin:2,type:2,keywords:"giant",level:13,role:{type:3,flag:2,leader:!1},senses:"Perception +13; truesight 6",movement:"8",alignment:"Evil",languages:"Common, Elven",skills:"Insight +13, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:13},wisdom:{score:14},charisma:{score:24},hp:650,initiative:7,ac:29,fortitude:27,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"723b077d-a5fc-4159-bf64-f5c578246bf9",name:"Necrotic Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 3; 1d10+7 necrotic damage, and the target is pushed 1 square.",damage:"1d10+7 necrotic damage",category:1},{id:"4aa61e5a-d84d-47a7-8669-48c45ea0b99a",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:{bonus:17,defence:3},description:"",details:"and the dark initiate is invisible to the target until the start of the dark initiate’s next turn. If the dark initiate uses this power against a new target, the previous target is no longer affected.",damage:"",category:3},{id:"2345b009-fbec-43eb-afef-a9eeb14d6a87",name:"Black Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:17,defence:2},description:"",details:"2d8+7 fire and necrotic damage.",damage:"2d8+7 fire and necrotic damage",category:1},{id:"8ecf5449-ceee-4eee-9cb4-f46123e5ca6c",name:"Mind Wrack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:15,defence:3},description:"",details:"2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:1},{id:"357eada6-023a-4734-895d-e777cb8b2193",name:"Double Spell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark initiate makes a black flame attack and a mind wrack attack.",damage:"",category:1},{id:"bcecd381-633d-47a3-a6ec-f166d4310297",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:17,defence:1},description:"",details:"1d10+7 necrotic damage and the target is immobilized (save ends). The dark initiate teleports 10 squares, and can teleport creatures in the burst into a square the dark initiate occupied before teleporting.",damage:"1d10+7 necrotic damage and the target is immobilized (save ends)",category:2},{id:"aa3a683b-ea8f-42bf-9771-96e395602ec7",name:"Bloodied Invisibility",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark initiate teleports 10 squares and becomes invisible until the end of its next turn.",damage:"The dark initiate teleports 10 squares and becomes invisible until the end of its next turn",category:5},{id:"33ba71b0-d214-487f-ae8b-fb4119cdca34",name:"Shadow Gaze",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Necrotic",condition:"",range:"",attack:null,description:"",details:"The triggering attacker is teleported 3 squares and takes ongoing 5 necrotic damage (save ends).",damage:"the triggering attacker is teleported 3 squares and takes ongoing 5 necrotic damage (save ends)",category:5}],damageModifiers:[{type:6,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"234c38bc-4c4a-4dfe-9d1f-946ef61014d4",name:"Fomorian Dark Master",details:"",size:4,origin:2,type:2,keywords:"giant",level:19,role:{type:3,flag:2,leader:!1},senses:"Perception +16; truesight 6",movement:"8",alignment:"Evil",languages:"Common, Elven",skills:"Insight +13, Stealth +12",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:12},intelligence:{score:15},wisdom:{score:14},charisma:{score:26},hp:890,initiative:9,ac:35,fortitude:33,reflex:30,will:34,regeneration:null,auras:[],powers:[{id:"28288745-d4c9-44f1-ae66-860e815f0d7c",name:"Necrotic Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"Reach 3; 1d12+9 necrotic damage, and the target is pushed 1 square.",damage:"1d12+9 necrotic damage",category:1},{id:"9dc728c5-8750-42a8-9248-ba12c4236728",name:"Evil Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"Ranged 5",attack:{bonus:23,defence:3},description:"",details:"and the dark initiate is invisible to the target until the start of the dark initiate’s next turn. If the dark initiate uses this power against a new target, the previous target is no longer affected.",damage:"",category:3},{id:"db222919-c0e1-411b-adc4-f105c1f1a871",name:"Black Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:23,defence:2},description:"",details:"3d8+7 fire and necrotic damage.",damage:"3d8+7 fire and necrotic damage",category:1},{id:"0e73d456-eed1-413b-bafa-8def0384a126",name:"Mind Wrack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:21,defence:3},description:"",details:"3d6+7 psychic damage, and the target is dazed (save ends).",damage:"3d6+7 psychic damage",category:1},{id:"5f968e86-3915-4824-bb66-2e1fdf4ade25",name:"Double Spell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark initiate makes a black flame attack and a mind wrack attack.",damage:"",category:1},{id:"836d1141-2a21-444d-b918-8267fc344df7",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"Close burst 1",attack:{bonus:23,defence:1},description:"",details:"1d12+9 necrotic damage and the target is immobilized (save ends). The dark initiate teleports 10 squares, and can teleport creatures in the burst into a square the dark initiate occupied before teleporting.",damage:"1d12+9 necrotic damage and the target is immobilized (save ends)",category:2},{id:"2cf8aa2d-661a-4be5-8aec-2aeff0b49118",name:"Bloodied Invisibility",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The dark master teleports 10 squares and becomes invisible until the end of its next turn.",damage:"The dark master teleports 10 squares and becomes invisible until the end of its next turn",category:5},{id:"0eec2b1c-b638-4ea9-978e-6de2cc92a49b",name:"Shadow Gaze",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation, Necrotic",condition:"",range:"",attack:null,description:"",details:"The triggering attacker is teleported 3 squares and takes ongoing 10 necrotic damage (save ends).",damage:"the triggering attacker is teleported 3 squares and takes ongoing 10 necrotic damage (save ends)",category:5}],damageModifiers:[{type:6,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f2d79502-2412-493a-b9ea-ecebbe563cb5",name:"Ghost Troll Devourer",details:"",size:3,origin:5,type:2,keywords:"",level:13,role:{type:4,flag:0,leader:!1},senses:"Perception +14",movement:"fly 7 (hover); phasing",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:25},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:11},hp:82,initiative:14,ac:27,fortitude:27,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"42fda379-1afa-4096-a776-0f63f928bc10",name:"Spirit Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:1},description:"",details:"Reach 2; 1d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8+5 damage",category:1},{id:"48dc2290-8eb8-4c06-a2b0-ca5b7b1a9977",name:"Entrapping Jaws",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d6+7 damage, plus the target is restrained (save ends) and the ghost troll devourer gains +2 to all defenses. The restrained condition and defense bonus end automatically when the ghost troll is no longer adjacent to the target.",damage:"2d6+7 damage",category:1},{id:"98ebdee5-f544-4161-812f-85e7de4f37f7",name:"Frenzied Jaws",action:{action:7,trigger:"when the ghost troll’s attack bloodied an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost troll recharges entrapping jaws.",damage:"",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1268af63-b03d-4c15-aaa3-735f20531b97",name:"Ghost Troll Render",details:"",size:3,origin:5,type:2,keywords:"",level:13,role:{type:2,flag:0,leader:!1},senses:"Perception +14",movement:"fly 7 (hover); phasing",alignment:"Chaotic evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:18},intelligence:{score:5},wisdom:{score:16},charisma:{score:11},hp:121,initiative:10,ac:25,fortitude:27,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"50cdf568-c0c3-4195-9cf9-44b7de0a3490",name:"Spirit Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"Reach 2; 2d10+7 damage.",damage:"2d10+7 damage",category:1},{id:"72f57746-677e-4ccc-a715-1befaa6c830a",name:"Terror Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"Reach 2; bloodied target only; 3d6+3 psychic damage and the target is slowed (save ends). Failed Save: The target is unconscious (save ends). If the target takes damage, it is no longer unconscious.",damage:"3d6+3 psychic damage and the target is slowed (save ends)",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cefe0921-fd2a-496b-a500-a29ea33d7eb7",name:"Kasszt",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:3,flag:1,leader:!0},senses:"Perception +13; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Common, Draconic",skills:"Dungeoneering +13, Endurance +14, Religion +9",equipment:"quarterstaff",category:"",strength:{score:15},constitution:{score:21},dexterity:{score:12},intelligence:{score:10},wisdom:{score:18},charisma:{score:14},hp:202,initiative:5,ac:25,fortitude:23,reflex:19,will:22,regeneration:null,auras:[{id:"e9aa7592-e9a3-49b6-a850-a5e31f476466",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"52536fe8-1fcb-4f0c-b297-cff95998e22a",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"7913496d-2754-4b88-8435-ecd2b6159bb0",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"7712aec6-648f-44ac-9580-eb5f16e18f5f",name:"Poison Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"1d6+5 poison damage, and the target is weakened (save ends).",damage:"1d6+5 poison damage",category:1},{id:"4ff94a2b-8d2c-4583-9c8e-b59550abcb01",name:"Double Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"Kasszt makes two poison ray attacks.",damage:"",category:1},{id:"1903ec66-82a7-4a41-90c9-3694731c13e7",name:"Cavern Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 3-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:13,defence:1},description:"",details:"the target takes ongoing 5 necrotic damage and is slowed (save ends both).",damage:"the target takes ongoing 5 necrotic damage and is slowed (save ends both)",category:1},{id:"76d6e5ef-def3-4a59-b843-60e39621dd1e",name:"Tunnel Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the troglodyte shaman’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the troglodyte shaman’s next turn",category:3},{id:"3db6263d-fdca-4f65-9904-7768f9013119",name:"Chant of Renewal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68caf7b6-5eaa-4493-bfc3-d227c9ef29ec",name:"Marrowmaw Mauler",details:"",size:2,origin:4,type:2,keywords:"reptile",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"Athletics +13, Endurance +13",equipment:"greatclub; javelin",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:6},wisdom:{score:15},charisma:{score:8},hp:90,initiative:6,ac:24,fortitude:23,reflex:20,will:21,regeneration:null,auras:[{id:"edbe7bcf-d102-44e3-addb-1ec264eb236f",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"9b296d63-efe6-4970-b3ed-759bad57689d",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d4+5 damage, and the target is marked until the end of the troglodyte mauler’s next turn.",damage:"2d4+5 damage",category:1},{id:"8ce95290-fc97-4c61-be15-12ba9d09b736",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"39f49e28-c803-4483-b044-550f9359b876",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"Requires combat advantage; 1d6+5 damage, and until the end of the troglodyte mauler’s next turn, healing on the target restores only half the total amount.",damage:"1d6+5 damage",category:3},{id:"2ba8455b-bc41-4dbf-8635-95191fd84671",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3f18bc4-8118-4259-be84-e71609dafaf8",name:"Nothic Gazer",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +6; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:9},hp:91,initiative:8,ac:23,fortitude:24,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"10d2c0c4-d8a9-4b4e-972a-3ddbe72757ed",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"41cf6ab0-1cff-4ba9-ade2-9eb6f2c186e3",name:"Rotting Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:16,defence:1},description:"",details:"1d12+5 necrotic damage, plus the target is slowed and takes a -2 penalty to attack rolls (save ends both). The nothic gazer loses this power while blinded.",damage:"1d12+5 necrotic damage",category:1},{id:"4d92de3f-a053-4d49-a2d8-2f82a6a88cf3",name:"Retaliate",action:{action:4,trigger:"when hit by a melee or close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nothic shifts and makes a claw attack or a rotting gaze attack against the triggering attacker.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a4f6d7ae-496f-4dd3-bf98-9e4d75f9c918",name:"Nothic Stalker",details:"",size:2,origin:0,type:2,keywords:"",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision, truesight 10",movement:"6",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:18},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:115,initiative:11,ac:25,fortitude:23,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"bd78013c-fc80-4dd6-a675-da3ef1d917a6",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"9e272be1-1024-4c41-a4b0-fb9526d31c44",name:"Dazing Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:14,defence:2},description:"",details:"1d8+5 necrotic damage, plus the target is dazed until the end of the nothic stalker’s next turn. The nothic stalker loses this power while blinded.",damage:"1d8+5 necrotic damage",category:1},{id:"a63e9e6a-ea62-4b40-8241-fb32a8929999",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When the nothic stalker has combat advantage, its melee attacks deal an extra 2d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"819cd3ad-6842-40f1-9784-7c84766fcfd1",name:"Retaliate",action:{action:4,trigger:"when hit by a melee or close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The nothic shifts and makes a claw attack or a dazing gaze attack against the triggering attacker.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"916def62-05ad-499f-8cde-a285a39f4745",name:"Skalmad of the Cauldron",details:"",size:3,origin:4,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +20, Endurance +18, Intimidate +15",equipment:"greataxe; hide armor",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:17},hp:262,initiative:13,ac:31,fortitude:29,reflex:25,will:24,regeneration:{value:10,details:"if Skalmad takes acid or fire damage, regeneration does not function until the end of his next turn"},auras:[{id:"629f5c1e-0137-4a70-94f7-1aae0e4225a4",name:"Aura of Rage",keywords:"",details:"aura 5; bloodied allies within the aura gain +2 to attack rolls."}],powers:[{id:"67e0abb5-0803-499d-8a0f-ba9e140bc7e6",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+8 damage.",damage:"2d6+8 damage",category:1},{id:"c04c2815-6449-4198-bc37-16f52ef1d719",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d10+8 damage.",damage:"1d10+8 damage",category:1},{id:"90698219-99a9-4a31-a1f6-4dc7c6a54196",name:"Frenzied Strike",action:{action:7,trigger:"when skalmad’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Skalmad makes a greataxe or claw attack.",damage:"",category:5},{id:"b001e126-dc52-4a1f-a54c-0e97b818b88b",name:"Toppling Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"close blast 2",attack:{bonus:21,defence:0},description:"",details:"Requires greataxe; 2d6+8 damage, and the target is knocked prone.",damage:"2d6+8 damage",category:1},{id:"dba94ead-2176-4b43-9937-6f65cd11c643",name:"Baleful Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:19,defence:3},description:"",details:"the target is slowed and cannot teleport (save ends both). The effect ends if Skalmad uses baleful eye on another target.",damage:"",category:3},{id:"98013993-37cc-4ad5-bbcd-586908ef41fc",name:"Smoldering Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:19,defence:2},description:"",details:"1d10+7 fire damage, plus ongoing 10 fire damage and a -2 penalty to attack rolls (save ends both). Skalmad takes 10 psychic damage when he uses this power.",damage:"1d10+7 fire damage",category:1},{id:"cdf5db87-caca-48d6-83b1-69fe10fd7ea0",name:"Cauldron’s Wrath",action:{action:4,trigger:"when skalmad is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The attacker takes ongoing 10 fire damage (save ends).",damage:"the attacker takes ongoing 10 fire damage (save ends)",category:5},{id:"6415ea99-93e2-4f27-b490-f3024be1c0a7",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"13196fef-2a65-43e6-856d-20ac81084cc4",name:"Skalmad the Troll King",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:1,leader:!1},senses:"Perception +8",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +19, Endurance +17, Intimidate +14",equipment:"greataxe; hide armor",category:"",strength:{score:26},constitution:{score:23},dexterity:{score:19},intelligence:{score:11},wisdom:{score:14},charisma:{score:17},hp:240,initiative:12,ac:29,fortitude:27,reflex:23,will:22,regeneration:{value:10,details:"if Skalmad takes acid or fire damage, regeneration does not function until the end of his next turn"},auras:[{id:"4c966675-0a8e-4066-8efc-7686433b90c9",name:"Aura of Rage",keywords:"",details:"aura 5; bloodied allies within the aura gain +2 to attack rolls."}],powers:[{id:"db209048-e808-42f9-8d9d-cbf2ce5328db",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"b2267780-b1cb-4258-a535-145e207f5de8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"e48d9238-0b2a-4021-8f66-3dbf29cb7787",name:"Frenzied Strike",action:{action:7,trigger:"when skalmad’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Skalmad makes a greataxe or claw attack.",damage:"",category:5},{id:"a095882d-176d-4b69-bc07-9081713860ee",name:"Toppling Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"close blast 2",attack:{bonus:20,defence:0},description:"",details:"Requires greataxe; 2d6+7 damage, and the target is knocked prone.",damage:"2d6+7 damage",category:1},{id:"f634af54-2cb0-40f2-8db4-083430024d1e",name:"Baleful Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:{bonus:18,defence:3},description:"",details:"the target is slowed and cannot teleport (save ends both). The effect ends if Skalmad uses baleful eye on another target.",damage:"",category:3},{id:"0d3bd102-505d-49cc-acaa-0f7b532afc3d",name:"Smoldering Eye",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"3d10+6 fire damage, plus ongoing 10 fire damage and a -2 penalty to attack rolls (save ends both). Skalmad takes 10 psychic damage when he uses this power.",damage:"3d10+6 fire damage",category:1},{id:"644e1c13-615e-486a-ad00-c88f975867b5",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6370bcb7-c47b-49ec-b833-cee634af5b83",name:"Troll Worgmaster",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!0},senses:"Perception +13",movement:"9",alignment:"Chaotic evil",languages:"Abyssal, Giant",skills:"Athletics +16, Endurance +15, Nature +13",equipment:"leather armor; longspear",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:20},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:102,initiative:13,ac:27,fortitude:24,reflex:24,will:21,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"2c364013-4fa9-4ffd-a055-d120c711c009",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 1d12+5 damage.",damage:"1d12+5 damage",category:1},{id:"1c39ea85-4860-4dc3-bc0d-b6658e80fd4a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"82e15995-ea6d-4761-85a9-d61e890f3973",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodied an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a longspear or claw attack.",damage:"",category:5},{id:"117bb267-dbcc-4e7d-b368-70f621229761",name:"Lead the Pack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the troll hits with a attack, each worg ally within 5 squares of it can shift 2 squares.",damage:"each worg ally within 5 squares of it can shift 2 squares",category:0},{id:"ef27b1c1-0a7e-4f94-8490-125d700b3b56",name:"Assisted Withdrawal",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If the troll is adjacent to a worg, the troll can shift 4 squares. The worg shifts into the space the troll vacates.",damage:"the troll can shift 4 squares",category:2},{id:"b6792661-cc8e-4921-9375-94e4cecba7e8",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6966e465-4c84-4099-8335-4fa430788fb1",name:"Warren Troll",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"8",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +16, Endurance +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:5},wisdom:{score:14},charisma:{score:10},hp:120,initiative:8,ac:22,fortitude:23,reflex:20,will:19,regeneration:{value:10,details:"if the troll takes acid or fire damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"3f84fd42-b719-4e20-ad5a-97ab780f2f43",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a1d859e0-91f8-4a9a-829a-b48898b4a978",name:"Powerful Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d6+7 damage, plus ongoing 5 poison damage (save ends).",damage:"3d6+7 damage",category:1},{id:"6a4bb719-1ccb-4db7-882b-2f7022bafca6",name:"Frenzied Strike",action:{action:7,trigger:"when the troll’s attack bloodies an enemy",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The troll makes a claw attack.",damage:"",category:5},{id:"04fbd7d8-b064-489d-8685-88eb07dd062d",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage, it rises on its next turn (as a move action) with 10 hit points.",damage:"if the troll is reduced to 0 hit points or fewer by an attack that does not deal acid or fire damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c594f2f2-cca2-4706-a399-1f43a6318323",name:"Abyssal Ghoul Devourer",details:"",size:2,origin:1,type:2,keywords:"undead",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Abyssal",skills:"Stealth +19",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:16},charisma:{score:10},hp:172,initiative:17,ac:32,fortitude:30,reflex:29,will:26,regeneration:null,auras:[{id:"9759dfbc-0fa5-4594-a7ec-0bbad05c08b2",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"76623f06-876e-4c5b-abfe-50da74d382dd",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+9 damage, and the target is immobilized (save ends). If the target is a living creature that is already immobilized, stunned, or unconscious, the bite deals an extra 2d6 damage.",damage:"2d8+9 damage",category:1},{id:"184aaedb-c045-484c-878b-1af027b7a939",name:"Dead Blood",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:{bonus:21,defence:0},description:"",details:"all enemies in the burst take 10 necrotic damage.; 4d10+7 damage.",damage:"all enemies in the burst take 10 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"088b0d42-001d-46ab-b0be-8cce703f1841",name:"Arath Nightcaller",details:"",size:2,origin:4,type:2,keywords:"undead",level:18,role:{type:3,flag:0,leader:!0},senses:"Perception +15",movement:"5",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +17, Intimidate +17, Religion +17",equipment:"implement, staff; plate armor",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:16},wisdom:{score:22},charisma:{score:17},hp:166,initiative:9,ac:32,fortitude:28,reflex:28,will:31,regeneration:null,auras:[],powers:[{id:"8c2b262a-ef50-4ff2-b586-6320cd53d41b",name:"Ghoul Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+8 necrotic damage, and target is immobilized (save ends).",damage:"1d10+8 necrotic damage",category:1},{id:"3f8a3886-27db-4b32-9e24-25491d6dae7a",name:"Blood Drain",action:{action:1,trigger:"recharges when an adjacent creature becomes bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Requires combat advantage; 4d10+7 damage, the target is weakened (save ends), and Arath regains 40 hit points.",damage:"4d10+7 damage",category:5},{id:"60e4a067-605a-48c4-91dc-f6b3283174b3",name:"Ghoul Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"the target is dominated (save ends). While dominated, the target deals an extra 1d8 with its basic melee attack. In addition, the dominated target’s attack immobilizes its target on a hit (save ends).",attack:{bonus:21,defence:3},description:"",details:"",damage:"",category:1},{id:"e95a02fa-a7d7-4f53-a226-10cea1578d74",name:"Gleeful Damage",action:null,keywords:"",condition:"",range:"Arath deals an extra 1d10 damage on melee attacks against immobilized targets.",attack:null,description:"",details:"",damage:"",category:0},{id:"034afc82-2b73-4961-97c2-acf39bbd7f5b",name:"Shadow Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Arath teleports 5 squares.",damage:"Arath teleports 5 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"df5f8f20-5ffb-49fc-9e5f-b0eb722a0248",name:"Baaldran the Flayer",details:"",size:3,origin:4,type:2,keywords:"demon",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 8 (hover)",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:17},intelligence:{score:12},wisdom:{score:16},charisma:{score:21},hp:350,initiative:3,ac:32,fortitude:32,reflex:28,will:30,regeneration:null,auras:[],powers:[{id:"1ffe4735-72f5-42b3-bd44-49594d1705db",name:"Painblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d10+6 damage, and the target is dazed (save ends).",damage:"2d10+6 damage",category:1},{id:"7c6b274c-a68b-4a7a-841b-928ef3cd63c8",name:"Whip of Howling Souls",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Reach 4; 1d10+6 damage, pull 4 and the target is knocked prone.",damage:"1d10+6 damage",category:1},{id:"5681b91e-57b5-4875-8086-846fff0f7b11",name:"Blade and Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Baaldran makes a whip of howling souls attack. He can make a painblade attack against the target if Baaldran pulls him within his painblade’s reach.",damage:"",category:1},{id:"38248377-1e32-4430-b9e7-c7b6c43547ee",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"1d10+6 damage, and ongoing 5 poison damage and the target is slowed (save ends both). In addition, this attack’s area becomes a zone that blocks line of sight and deals 10 poison damage to any creature that enters or begins its turn in the cloud. Baaldran ignores this damage and can see through the cloud. The cloud persists until the end of the encounter.",damage:"1d10+6 damage",category:1},{id:"2a069406-8150-4f68-9122-de2ea6824d5f",name:"Horrid Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharge 5 when bloodied"},keywords:"Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:21,defence:1},description:"",details:"1d10+6 thunder damage, push 4, and the target is stunned until the end of Baaldran’s next turn.",damage:"1d10+6 thunder damage",category:1},{id:"58f8db4e-7120-4150-aacf-3200983ac777",name:"Whip Crack",action:{action:5,trigger:"when attacked",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"Targets triggering creature, reach 4; 1d10+6 damage and -4 penalty to the interrupted attack.",damage:"1d10+6 damage and -4 penalty to the interrupted attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"605de114-14cd-4a7b-9542-34c74fe1e1ea",name:"Boneclaw Impaler",details:"",size:3,origin:5,type:0,keywords:"undead",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Intimidate +17, Stealth +20",equipment:"",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:24},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:160,initiative:17,ac:33,fortitude:24,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"a120aa02-ef59-4bc6-bcad-7f8b26e57e94",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 3; 1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"031ad7e6-b3df-48e9-946f-7d698785fda6",name:"Impaling Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:22,defence:0},description:"",details:"targets enemies in burst; 1d12+8 damage plus ongoing 5 necrotic damage (save ends).",damage:"1d12+8 damage plus ongoing 5 necrotic damage (save ends)",category:1},{id:"2f1efafc-c7e4-400d-a603-e8b2a9f76942",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5},{id:"2c8f37bf-ffcc-40b1-9d31-6ff8628c7607",name:"Relentless Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the boneclaw hits with an opportunity attack, it makes another opportunity attack against the same target the next time it provokes during its current turn.",damage:"",category:0},{id:"7e42a236-05a9-429f-83a7-6c7272ea6f7b",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The boneclaw can make opportunity attacks against all enemies within its reach (3 squares).",damage:"",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18b26fec-dd9b-4b24-90ad-dcc06c43569a",name:"Chwidencha",details:"",size:2,origin:2,type:1,keywords:"shunned, spider",level:13,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision, tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +14",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:17},intelligence:{score:3},wisdom:{score:16},charisma:{score:6},hp:160,initiative:9,ac:25,fortitude:25,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"a9fc5514-85cf-44f6-b617-7cd945bee718",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d6+6 damage and slide 2 squares.",damage:"3d6+6 damage and slide 2 squares",category:1},{id:"58aec414-4e39-4d7d-8712-d55611896deb",name:"Impaling Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage and grab (escape ends).",damage:"2d6+6 damage and grab (escape ends)",category:1},{id:"a7f9bdaf-6039-4996-b397-90af6ba03e8c",name:"Scuttling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"The chwidencha makes a charge attack. It can charge over difficult terrain with no penalty to movement; 4d10+6 damage.",damage:"4d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d3659a3f-f370-44d2-8490-f88d14c101ea",name:"Commander Zaknoril",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Diplomacy +15, History +16, Intimidate +12, Stealth +11",equipment:"chainmail; light shield; longsword",category:"",strength:{score:20},constitution:{score:13},dexterity:{score:14},intelligence:{score:18},wisdom:{score:11},charisma:{score:16},hp:266,initiative:11,ac:31,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"24dea60e-0918-4285-8872-d6b870701c39",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+10 damage.",damage:"1d8+10 damage",category:1},{id:"6ffc0ef8-bfb5-4a13-8f7d-be7d84ce0eab",name:"Commander’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"Zaknoril chooses one ally who can see and hear him to make a melee basic attack against a target. On a hit, the ally deals an extra 4 damage.",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"bdb23865-f159-4aac-9759-48e4858b4c78",name:"Surprise Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+10 damage. An ally within 5 squares of Zaknoril makes a basic attack with combat advantage and a +4 bonus to the attack roll as a free action against a target of its choice.",damage:"1d8+10 damage",category:1},{id:"ce41d679-268a-44b2-a874-bc0de844da3b",name:"Beat Them into the Ground",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d8+10 damage, and the target is knocked prone. Every ally within 5 squares of Zaknoril makes a basic attack with a +4 bonus to one target of its choice as a free action. These attacks deal no damage but knock a target prone on a hit.",damage:"2d8+10 damage",category:1},{id:"6cad7acd-ae86-4057-a00d-b0b5e8632658",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of Zaknoril’s next turn, all attacks against the target have combat advantage, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"c24ddc4f-df17-4c23-a860-8f35554ce6ea",name:"Inspiring Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Martial, Healing",condition:"",range:"Zaknoril or one ally in a close burst 10 heals 20 hit points.",attack:null,description:"",details:"",damage:"",category:3},{id:"634fe47a-0a95-4543-ac43-7dbe68d29b50",name:"Combat Leader",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"All allies within 10 squares of Zaknoril who can see and hear him gain a +2 power bonus to initiative.",damage:"All allies within 10 squares of Zaknoril who can see and hear him gain a +2 power bonus to initiative",category:0},{id:"a4830690-0163-45b1-8d84-d7a6113b86e2",name:"Tactical Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial",condition:"",range:"",attack:null,description:"",details:"Zaknoril chooses one ally who can see and hear him. That ally can shift up to 5 squares.",damage:"That ally can shift up to 5 squares",category:3},{id:"1402d573-b56b-4a58-a196-30047decb7ec",name:"House Insignia",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Zaknoril gains concealment until the end of the encounter.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"14bdd9bc-e976-45d9-8707-13fd7925ea23",name:"Deepspawn Nightmare",details:"",size:2,origin:4,type:2,keywords:"reptile",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Acrobatics +18, Bluff +18, Stealth +18, Thievery +18",equipment:"death weapon; spear",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:20},intelligence:{score:13},wisdom:{score:11},charisma:{score:20},hp:128,initiative:17,ac:31,fortitude:29,reflex:29,will:29,regeneration:{value:10,details:"if the deepspawn nightmare takes radiant damage, regeneration does not function until the end of its next turn"},auras:[],powers:[{id:"b5be9c74-f659-4826-a99b-c8ca8cb8d79f",name:"Death Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"1d8+9 necrotic damage, and the target is weakened (save ends).",damage:"1d8+9 necrotic damage",category:1},{id:"39f56b04-308c-4fff-8cfc-d607c0d1b3c9",name:"Tail",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Sleep",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 3d6+8 damage, and the target is dazed (save ends). First Failed Saving Throw: The target is dazed and slowed (save ends both). Second Failed Saving Throw: The target falls unconscious (save ends).",damage:"3d6+8 damage",category:1},{id:"267e63f0-e316-4fa6-8840-d49591a2752c",name:"Nightmare Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"The deepspawn nightmare can alter its physical form to appear as an enemy of its choice. While the nightmare is adjacent to that enemy, roll 1d20 whenever a melee or ranged attack targets the nightmare. On a roll of 10 or higher, the attack instead targets the copied enemy. The copied enemy’s attacks are not subject to this effect.",attack:null,description:"",details:"",damage:"",category:1},{id:"efab3f99-903b-4b59-87df-745a6c9be610",name:"Nightmarish Torment",action:null,keywords:"Psychic",condition:"",range:"",attack:null,description:"",details:"If the deepspawn nightmare’s melee attack hits an enemy it is copying with nightmare form or a sleeping target, that target takes ongoing 10 psychic damage (save ends) in addition to the attack’s other effects.",damage:"",category:0}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a242d617-71de-4304-8c86-510acf5a506a",name:"Demonic Flameskull",details:"",size:0,origin:4,type:0,keywords:"demon, undead",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +14",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Common, one other",skills:"Stealth +12",equipment:"",category:"",strength:{score:6},constitution:{score:18},dexterity:{score:18},intelligence:{score:23},wisdom:{score:15},charisma:{score:21},hp:114,initiative:11,ac:27,fortitude:25,reflex:27,will:26,regeneration:{value:5,details:""},auras:[],powers:[{id:"5d769975-e412-48c6-a2ea-dd83d8476465",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 0; 1d8 damage plus 1d8 fire damage.",damage:"1d8 damage plus 1d8 fire damage",category:1},{id:"62685468-6cd4-44e6-b7ce-8dc55e611b16",name:"Unholy Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"2d8+8 fire damage, plus ongoing 5 necrotic damage (save ends).",damage:"2d8+8 fire damage",category:1},{id:"0ae9f4ce-bb8d-49c1-9076-88e725f4c014",name:"Vile Consecration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 3 within 20",attack:{bonus:20,defence:2},description:"",details:"3d8+8 fire and necrotic damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d8+8 fire and necrotic damage",category:1},{id:"988bfb3f-3fc0-4788-8339-c295249f3665",name:"Demonic Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the demonic flameskull is bloodied, it deals an extra 1d8 damage with its attacks.",damage:"it deals an extra 1d8 damage with its attacks",category:0},{id:"a6f02fff-1733-48e6-84a4-ffc12427c919",name:"Mage Hand",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"As the wizard power mage hand.",damage:"",category:3},{id:"df2a427a-41b7-4331-8ed3-664bc110e38f",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b7e4d50d-9aba-4b59-8473-15caf24f41a7",name:"Drow Battle Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +16",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:14},intelligence:{score:12},wisdom:{score:9},charisma:{score:21},hp:122,initiative:8,ac:28,fortitude:24,reflex:21,will:24,regeneration:null,auras:[],powers:[{id:"b6e96732-1d62-4f64-90fe-516e6e573e1d",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+6 damage, and the target loses a healing surge and is immobilized (save ends).",damage:"1d8+6 damage",category:1},{id:"0137397e-db8f-4b14-bb32-14e6a15621d8",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:17,defence:1},description:"",details:"affects an immobilized target only; 3d6+5 necrotic damage, and the battle wight regains 10 hit points.",damage:"3d6+5 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e61ecd3b-fdeb-477f-a523-34d59304e051",name:"Drow Battle Wight Commander",details:"",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +19",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:26},constitution:{score:22},dexterity:{score:20},intelligence:{score:15},wisdom:{score:14},charisma:{score:26},hp:114,initiative:13,ac:29,fortitude:27,reflex:24,will:27,regeneration:null,auras:[],powers:[{id:"c3d8d8f7-f7e0-4a02-9e8f-065003afd0f2",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+8 damage, and the target loses a healing surge and is immobilized and weakened (save ends both).",damage:"1d8+8 damage",category:1},{id:"69fe2420-2632-489e-be98-43f0a46da1c9",name:"Soul Harvest",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:16,defence:1},description:"",details:"affects an immobilized target only; 2d8+8 necrotic damage, and the drow battle wight commander and all undead allies within 2 squares of it regain 10 hit points.",damage:"2d8+8 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"554a2e9e-057a-4230-8c1f-ca3eb2df9659",name:"Drow Demonbinder",details:"",size:2,origin:2,type:2,keywords:"demon",level:15,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"",equipment:"leather armor",category:"",strength:{score:10},constitution:{score:25},dexterity:{score:16},intelligence:{score:20},wisdom:{score:11},charisma:{score:13},hp:153,initiative:12,ac:29,fortitude:31,reflex:27,will:30,regeneration:null,auras:[],powers:[{id:"95a61297-3aa7-47fe-a33d-516490bc25dc",name:"Demon Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+3 damage, and the target is dazed until the end of its next turn. Miss: The demonbinder can shift 1 square as a free action.",damage:"1d8+3 damage",category:1},{id:"09c24044-3e57-47b1-a768-b35affd1de2d",name:"Abyssal Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"2d6+7 damage, and the target is dazed (save ends).",damage:"2d6+7 damage",category:1},{id:"95edfc70-5f5e-4ddf-847e-365d874af808",name:"Hideous Transformation",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear, Polymorph",condition:"",range:"Close burst 2",attack:{bonus:18,defence:3},description:"",details:"target is stunned until the end of the demonbinder’s next turn. In addition, the demonbinder can shift 3 squares.",damage:"the demonbinder can shift 3 squares",category:5}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"31e1701c-bd19-405f-a54e-2ae553b56c8c",name:"Drow Horde Ghoul",details:"This pallid humanoid has a twisted, feral visage, and its gruesomely misshapen hands end in black, flesh-rending claws. The stench of the grave surrounds it.",size:2,origin:4,type:2,keywords:"undead",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"8, climb 4",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +16",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:14},charisma:{score:15},hp:1,initiative:11,ac:25,fortitude:22,reflex:24,will:20,regeneration:null,auras:[],powers:[{id:"1b1e45e3-9070-49e5-a0d4-af9522c42731",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"6 damage, and the target is immobilized (save ends).",damage:"6 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0f8e97fc-780b-4dc4-ac44-97951518c43c",name:"Drow Inquisitor",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Intimidate +16, Stealth +13",equipment:"chainmail; light shield; scourge",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:12},intelligence:{score:14},wisdom:{score:20},charisma:{score:18},hp:147,initiative:10,ac:31,fortitude:27,reflex:23,will:26,regeneration:null,auras:[{id:"781be966-7126-4672-8d1f-b1147eef0276",name:"Despair",keywords:"",details:"aura 1; enemies within the aura take a -2 penalty to attack rolls, and marked enemies within the aura are slowed."}],powers:[{id:"982a6f1c-323d-4bd0-8366-8235bbec0a7d",name:"Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the target is marked until the end of the drow inquisitor’s next turn.",damage:"1d8+6 damage",category:1},{id:"c2a54eab-3bb4-452a-99be-da5e4cd3d522",name:"Punishing Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"Marked target only; 2d8+6 damage, and ongoing 10 damage (save ends).",damage:"2d8+6 damage",category:1},{id:"d0b334b3-00f9-4046-b964-58667b2fa8ed",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:20,defence:2},description:"",details:"until the end of the drow inquisitor’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"254bbf83-7e23-4ccb-b815-4615333c97f1",name:"Not So Fast",action:{action:5,trigger:"when a marked target moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"the target is pulled 1 square and is dazed until the end of its next turn.",damage:"the target is pulled 1 square and is dazed until the end of its next turn",category:5},{id:"eab89600-72f3-407a-979d-37391f0efcc0",name:"Sadistic Reward",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"During any round in which the drow inquisitor deals damage, it gains a +1 bonus to saving throws and attack rolls until the end of its next turn.",damage:"during any round in which the drow inquisitor deals damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"58d59f50-7684-4998-a73b-096f80012513",name:"Drow Spiderguard",details:"",size:2,origin:2,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +10, Intimidate +13, Stealth +10",equipment:"chainmail; light shield; longsword",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:13},hp:118,initiative:11,ac:26,fortitude:24,reflex:22,will:19,regeneration:null,auras:[],powers:[{id:"3fd35905-5465-44e3-9e36-fbe3bc4edad3",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of the spiderguard’s next turn.",damage:"1d8+6 damage",category:1},{id:"f085dc13-79de-46fe-8758-04907ceb17cc",name:"Spider Bite Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Requires longsword; 2d8+6 damage, and the target takes ongoing 5 poison damage (save ends) and is dazed until the end of the spiderguard’s next turn.",damage:"2d8+6 damage",category:1},{id:"b7309b97-67a1-49cd-bf1d-6be1c824d59d",name:"Combat Opportunist",action:{action:4,trigger:"when adjacent creature shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make a longsword attack against the triggering creature, and that creature immediately ends its movement.",damage:"",category:5},{id:"dda41a82-2a0d-462f-98df-a63e003c0420",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"until the end of the drow spiderguard’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"501fc66d-68c3-408b-be66-e5c6ccc9660a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A spiderguard deals an extra 2d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"76c52dd2-7590-4fc2-8c23-d453ccbd84b4",name:"Lolth’s Guidance",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spiderguard gains combat advantage against an adjacent creature until the end of its next turn.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b09c0a7d-e25c-4fb0-b73d-a7d176c56b79",name:"Drow Templar",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Intimidate +17, Stealth +9",equipment:"plate armor; spear",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:12},intelligence:{score:8},wisdom:{score:15},charisma:{score:19},hp:150,initiative:11,ac:32,fortitude:28,reflex:22,will:25,regeneration:null,auras:[],powers:[{id:"631759c4-78f0-4a47-ae9b-8a0a3c25c752",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+8 damage, and the target is marked until the end of the drow templar’s next turn.",damage:"1d8+8 damage",category:1},{id:"67184380-c4e7-4214-ab18-b69b3ecd212c",name:"Fierce Rebuke",action:{action:5,trigger:"when an adjacent marked target shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Requires spear; 2d8+8 damage, and the target is knocked prone.",damage:"2d8+8 damage",category:5},{id:"9c3a4718-61cc-4493-a335-803bdc3de790",name:"Wrath of Lolth",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:21,defence:1},description:"",details:"1d10+4 poison damage, and ongoing 5 poison damage (save ends), and the target is pushed 1 square.",damage:"1d10+4 poison damage",category:5},{id:"dd6973b9-3429-4ba6-bdaa-806253537bf1",name:"Whispers of the Spider Queen",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow templar gains a +2 bonus to attack rolls against a bloodied target.",damage:"The drow templar gains a +2 bonus to attack rolls against a bloodied target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"6a81e772-265b-4956-8a28-bc88e660ec6f",name:"Drow Vampire Spawn",details:"",size:2,origin:2,type:2,keywords:"undead",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +8; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:14},hp:1,initiative:8,ac:26,fortitude:23,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"2c3d336a-6ca4-41be-8d51-4b578305c240",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"6 necrotic damage (8 necrotic damage against a bloodied target).",damage:"6 necrotic damage (8 necrotic damage against a bloodied target)",category:1},{id:"a1e2fc38-4058-4dcb-9370-84bc580e3156",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"be3b48df-d020-4b9f-baed-53b45f089ec5",name:"Evistro Rampager",details:"Though it walks on two legs, this creature is more beast than biped. Its arms are too large for its body, and they end in enormous claws. Sharp tusks jut from its lower jaw, and unholy fire burns in its eyes. Its skin is an angry shade of crimson.",size:2,origin:1,type:1,keywords:"demon",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:16},intelligence:{score:7},wisdom:{score:16},charisma:{score:9},hp:1,initiative:8,ac:21,fortitude:23,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"da9343e8-9db3-448e-ae1a-da7eef791698",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"1eb301c1-da16-4c38-a4be-6839ebef59e6",name:"Carnage",action:null,keywords:"",condition:"",range:"The carnage demon minion gains a +1 bonus to melee attacks if it has one or more allies adjacent to its target (+3 if one of these allies is another carnage demon). This bonus stacks with combat advantage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"23cea101-24f9-43e5-a418-90cd277c3537",name:"Fithrichen",details:"",size:2,origin:2,type:1,keywords:"shunned, spider",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision, tremorsense 10",movement:"6, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Stealth +13",equipment:"",category:"",strength:{score:18},constitution:{score:17},dexterity:{score:14},intelligence:{score:6},wisdom:{score:15},charisma:{score:22},hp:121,initiative:8,ac:26,fortitude:22,reflex:20,will:24,regeneration:null,auras:[],powers:[{id:"53e7913c-4997-4790-934b-c9296f6aba5b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage, and ongoing 5 poison damage (save ends). First Failed Save: The target is slowed (save ends). Second Failed Save: The target becomes unconscious (save ends).",damage:"1d8+4 damage",category:1},{id:"bb5591a5-0d2a-4163-9f84-c2b46a8eb182",name:"Disgorge Spiders",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison, Zone",condition:"",range:"Close blast 3",attack:{bonus:16,defence:2},description:"",details:"crawling poisonous spiders cover the area, attacking the fithrichen’s enemies; 1d6+6 poison damage, and ongoing 5 poison damage (save ends). The zone is difficult terrain until the end of the encounter. The fithrichen can move the zone up to 3 squares as a minor action once per round. After the zone is created, any enemy that enters or starts its turn inside the zone is subject to attack.",damage:"1d6+6 poison damage",category:1},{id:"dbf02f15-9c6c-4e5d-a92d-883b658cf6b3",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the fithrichen’s next turn. The zone blocks line of sight for all creatures except the fithrichen and other shunned. Any creature entirely within the area (except those immune) is blinded.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8fb653f7-72f6-4a97-a442-063d54a6609c",name:"Ghoul Eyebiter",details:"",size:2,origin:1,type:2,keywords:"undead",level:16,role:{type:3,flag:0,leader:!0},senses:"Perception +9; darkvision",movement:"6, climb 6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Insight +14, Stealth +12",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:15},intelligence:{score:12},wisdom:{score:16},charisma:{score:24},hp:151,initiative:7,ac:30,fortitude:28,reflex:27,will:29,regeneration:null,auras:[{id:"b1b72580-9fed-4d8f-b66f-a8da4d9425d3",name:"Sepulchral Stench",keywords:"",details:"aura 3; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"3f26a366-9166-4c73-8cf4-6963d091ac93",name:"Serrated Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d8+7 damage, and ongoing 5 damage and slowed (save ends both).",damage:"2d8+7 damage",category:1},{id:"edd33d75-7070-4daf-9f0b-68c30f67a1bf",name:"Eye of Doresain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close blast 3",attack:{bonus:19,defence:1},description:"",details:"3d6+8 necrotic damage, and the target is weakened (save ends). For every creature the ghoul eyebiter hits with the attack, it gains 5 temporary hit points.",damage:"3d6+8 necrotic damage",category:1},{id:"b3ed5761-be55-42e1-a067-47b0b1beedee",name:"Deathly Snarl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"undead allies remove a condition as if they had succeeded on a saving throw and can shift 2 squares. Those without a condition gain 10 temporary hit points and can shift 2 squares.",damage:"undead allies remove a condition as if they had succeeded on a saving throw and can shift 2 squares",category:1},{id:"a071936a-3dd3-493c-b222-1d734dd655a7",name:"Dead Blood",action:{action:7,trigger:"when first bloodied and when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:null,description:"",details:"all enemies in the burst take 10 necrotic damage, and if the ghoul eyebiter is still alive, they are dazed until the end of the ghoul eyebiter’s next turn.",damage:"all enemies in the burst take 10 necrotic damage",category:5},{id:"3e84bae1-cc9f-43b4-93ae-fc624684099a",name:"Rotten Harvest",action:null,keywords:"Conjuration",condition:"",range:"",attack:null,description:"",details:"Whenever a creature weakened by a ghoul eyebiter is reduced to 0 hit points, the ghoul eyebiter conjures four horde ghouls. These minions appear in a space adjacent to the ghoul eyebiter. The ghoul eyebiter can have up to four horde ghouls at a time. The minions disappear if the eyebiter dies.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"39873095-afe2-44e5-b9fb-f3d0983a6cdc",name:"Gyldra the Death Hag",details:"",size:2,origin:2,type:2,keywords:"",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Bluff +19, Insight +17, Intimidate +19, Nature +17",equipment:"",category:"",strength:{score:25},constitution:{score:19},dexterity:{score:18},intelligence:{score:16},wisdom:{score:17},charisma:{score:20},hp:171,initiative:15,ac:34,fortitude:34,reflex:31,will:32,regeneration:null,auras:[],powers:[{id:"7a942f9c-c645-4b1f-b93d-79a0be67a9b4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d8+7 necrotic damage, and the target is marked and cannot spend healing surges or regain hit points until the end of the death hag’s next turn.",damage:"1d8+7 necrotic damage",category:1},{id:"ddd7b5db-06ff-489c-9065-9aa789cd9258",name:"Displace",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"the target teleports into a zombie mob.",damage:"",category:5},{id:"36343e4d-e8ef-4cc2-ae82-984d954e8193",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Healing, Necrotic",condition:"",range:"Close blast 3",attack:{bonus:22,defence:1},description:"",details:"1d8+4 necrotic damage, and the death hag regains 5 hit points for each creature damaged by this attack.",damage:"1d8+4 necrotic damage",category:1},{id:"49c28fab-f176-4cf1-8530-3a535e11c433",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A death hag can alter its physical form to appear as female of any Medium humanoid race.",damage:"",category:3}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1600770-d8d6-4649-8930-9d7bca146b59",name:"Husk Spider",details:"",size:3,origin:4,type:0,keywords:"undead",level:14,role:{type:2,flag:1,leader:!1},senses:"Perception +13; tremorsense 10",movement:"6, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"",skills:"Stealth +18",equipment:"",category:"",strength:{score:28},constitution:{score:22},dexterity:{score:21},intelligence:{score:1},wisdom:{score:12},charisma:{score:1},hp:344,initiative:13,ac:26,fortitude:29,reflex:26,will:21,regeneration:null,auras:[],powers:[{id:"a826a817-edad-463b-814c-c8703fbc5237",name:"Horrific Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d10+9 damage, and the target gains vulnerable 5 necrotic (save ends).",damage:"2d10+9 damage",category:1},{id:"b5af89a8-4308-414a-88c2-694904f3bbc7",name:"Flurry of Bites",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The husk spider makes two horrific bite attacks, each against a different target.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"5afb04e8-b3c2-443e-9943-669c36110e4a",name:"Rotting Webs",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"target is slowed, and takes ongoing 10 necrotic damage (save ends both).",damage:"and takes ongoing 10 necrotic damage (save ends both)",category:1},{id:"bce806f8-5ab0-4cc6-a30c-202afa0ab2e4",name:"Web of Souls",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"enemies only; push 3 and immobilize target until the end of the husk spider’s next turn.",damage:"push 3 and immobilize target until the end of the husk spider’s next turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a48093f5-96ee-40a5-a164-79ed1a75b75a",name:"Lolth’s Brutal Swarm",details:"",size:3,origin:4,type:1,keywords:"spider, swarm",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +12; truesight 10",movement:"8, climb 6 (spider climb)",alignment:"Chaotic evil",languages:"",skills:"Stealth +21",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:26},intelligence:{score:2},wisdom:{score:18},charisma:{score:9},hp:162,initiative:18,ac:33,fortitude:29,reflex:32,will:28,regeneration:null,auras:[{id:"ce5ee938-4bcc-4a8f-94eb-a48f791fab78",name:"Swarm Attack",keywords:"",details:"aura 1; Lolth’s brutal swarm makes a basic attack as a free action against each enemy that begins its turn in the aura. In addition, an enemy that enters or starts its turn in the aura is immobilized (save ends) by strands of clinging webs."}],powers:[{id:"fad1ec5f-2d1b-4fd2-af1d-3a425e246da7",name:"Swarm of Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+7 damage, and ongoing 10 poison damage (save ends).",damage:"2d8+7 damage",category:1},{id:"8863e90a-8c66-4ff8-a88d-8b942bf27c11",name:"Venom Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close burst 3",attack:{bonus:22,defence:1},description:"",details:"enemies in burst take 3d10 + 6 poison damage, and are weakened (save ends).",damage:"enemies in burst take 3d10 + 6 poison damage",category:1}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks.",immune:"",tactics:""},{id:"ee11d63d-c4be-4c62-ab8d-12f8b96b4ab6",name:"Lord Dust the Lich",details:"",size:2,origin:4,type:2,keywords:"undead",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Common, Abyssal",skills:"Arcana +21, Diplomacy +18, Religion +21",equipment:"dagger; implement, staff",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:15},intelligence:{score:24},wisdom:{score:22},charisma:{score:19},hp:126,initiative:11,ac:32,fortitude:28,reflex:32,will:33,regeneration:null,auras:[],powers:[{id:"42c6079a-c1d7-4bd4-a5d2-af088a949d62",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d4+4 damage, and ongoing 10 poison damage (save ends).",damage:"1d4+4 damage",category:1},{id:"2034cb2f-2e16-4e5f-8507-320217924c18",name:"Grave Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d6+5 damage, and the target is slowed until the end of Lord Dust’s next turn.",damage:"2d6+5 damage",category:1},{id:"7366f9ec-265c-4d88-ae1e-928c36a6f466",name:"Choking Shadow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 20",attack:{bonus:22,defence:1},description:"",details:"1d8+4 damage, and the target cannot gain healing from any source until the end of Lord Dust’s next turn.",damage:"1d8+4 damage",category:1},{id:"70930dbf-96e8-4edf-be7a-df8d90f34ac8",name:"Orb of Wraiths",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:24,defence:1},description:"",details:"3d10+10 necrotic damage, and the target loses a healing surge. On a miss, half damage and no healing surge loss. Lord Dust regains 10 hit points per healing surge lost to this attack.",damage:"3d10+10 necrotic damage",category:1},{id:"fca45c88-3f3c-4fae-9df8-d73b1ca6f7be",name:"Black Tide",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"3d10+10 necrotic damage, and the target is blinded until the end of Lord Dust’s next turn.",damage:"3d10+10 necrotic damage",category:1},{id:"8417e20b-14f7-4224-955b-3df39f353b91",name:"Soul Reaper",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:23,defence:0},description:"",details:"destroy one allied minion within range. Lord Dust gains a +5 power bonus on his next damage roll.; damage.",damage:"lord dust gains a +5 power bonus on his next damage roll",category:3},{id:"b802da96-93b7-4b7b-b8dd-775823af4ecc",name:"Phantom Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"no action",range:"",attack:null,description:"",details:"The first time Lord Dust is bloodied, he can teleport to any square within the ziggurat, no line of sight or line of effect needed.",damage:"",category:1},{id:"c38e7363-2595-44ec-9125-23e26d394a66",name:"Focused Magic",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Lord Dust gains a +4 bonus on his next attack. If he uses an area or close attack, this bonus applies to one target of the attack.",damage:"Lord Dust gains a +4 bonus on his next attack",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78585069-3853-4d21-8915-5f1829327771",name:"Matron Urlvrain",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common, Elven",skills:"Bluff +19, Insight +21, Intimidate +19, Religion +21, Stealth +17",equipment:"chainmail; mace; mask of the matriarch; potion of vitality",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:26},wisdom:{score:27},charisma:{score:22},hp:304,initiative:12,ac:32,fortitude:25,reflex:30,will:30,regeneration:null,auras:[{id:"137e98a9-ef23-475b-ad68-e337c0f95742",name:"Lolth’s Authority",keywords:"",details:"aura 5; drow and spider allies in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"dfd52860-90e5-4e82-b281-24bef74017bf",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"bf3beb71-17bd-4a9d-abd2-2720984fe657",name:"Wrath of the Spider Queen",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"22090566-c8a7-458c-b87d-fc7d50908a59",name:"Webs of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:20,defence:2},description:"",details:"2d10+9 psychic damage, and the target is dazed and slowed (save ends both).",damage:"2d10+9 psychic damage",category:1},{id:"38d6f28b-bfce-4bf6-bf16-137a6b868ba2",name:"Lolth’s Rebuke",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:3},description:"",details:"target is weakened and dazed (save ends both). If the target is slain while weakened and dazed, it explodes in a burst 3: +17 vs. Reflex; 3d6 + 7 poison damage.",damage:"3d6 + 7 poison damage",category:3},{id:"37a14d41-3ab5-4093-88ce-109b590f239e",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of Matron Urlvrain’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"2f68d6f5-9dcd-42ed-9a64-16a35dbe24fc",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Matron Urlvrain can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"matron urlvrain can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her",category:3},{id:"5f4f80e2-aba3-41a0-866c-6fbdfa6b03e5",name:"Mask of the Matriarch",action:{action:5,trigger:"when matron urlvrain is targeted by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"",attack:null,description:"",details:"The target moves its speed away from Matron Urlvrain.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ebb8a4cd-017b-4724-bb0e-60a91bcf8b58",name:"Mithrenda",details:"",size:2,origin:2,type:1,keywords:"shunned, spider",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision, tremorsense 10",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Dungeoneering +10, Intimidate +8, Stealth +15",equipment:"",category:"",strength:{score:23},constitution:{score:14},dexterity:{score:20},intelligence:{score:8},wisdom:{score:11},charisma:{score:6},hp:110,initiative:10,ac:25,fortitude:23,reflex:22,will:17,regeneration:null,auras:[],powers:[{id:"ecd863ad-78f7-4c4c-8614-cf71f5e4ead3",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"a8b593e5-1e59-4e67-b152-2bad4e7c680b",name:"Fling Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"target is immobilized (save ends).",damage:"",category:1},{id:"a81e8bfb-2ddf-4f62-a20b-59e158e52388",name:"Drag",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Immobilized targets only; 1d8+6 damage and pull target 2 squares. If the mithrenda hits with this attack, it can use hideous bite (see below) against the target as a minor action.",damage:"1d8+6 damage and pull target 2 squares",category:1},{id:"80d255a7-b035-423a-b383-20c84681fc84",name:"Hideous Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Immobilized targets only; 1d6+6 damage, and ongoing 10 poison damage (save ends).",damage:"1d6+6 damage",category:1}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a48cef58-953a-4f9f-9cb2-e0665cc31f0f",name:"Nightbringer",details:"",size:3,origin:1,type:1,keywords:"",level:24,role:{type:7,flag:2,leader:!1},senses:"Perception +25; darkvision",movement:"12",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +22, Diplomacy +22, Intimidate +22, Stealth +25",equipment:"",category:"",strength:{score:30},constitution:{score:27},dexterity:{score:27},intelligence:{score:20},wisdom:{score:26},charisma:{score:21},hp:1135,initiative:11,ac:40,fortitude:38,reflex:37,will:37,regeneration:null,auras:[],powers:[{id:"169418b7-e09e-4a65-82b4-873b4101b3a4",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d10+10 damage, and the target is slowed (save ends).",damage:"2d10+10 damage",category:1},{id:"4513f707-18f3-4d1f-bcfe-65213f41fac1",name:"Claw Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Make four claw attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"51a5d335-7584-4784-a38e-0f09ac10e9bc",name:"Soul Vortex",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 5",attack:{bonus:27,defence:1},description:"",details:"5d6+15 damage, the target is immobilized until the end of Nightbringer’s next turn, and the target loses a healing surge. For each healing surge lost, Nightbringer regains 20 hit points. Targets take half damage on a miss but do not lose healing surges.",damage:"5d6+15 damage",category:1},{id:"dedcd783-86c4-4108-b981-8ddfe02d3fca",name:"Soul Theft",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"2d10+5 damage, and deals an extra 1d10 damage on all attacks against the target (save ends).",damage:"2d10+5 damage",category:1},{id:"5bd3e2af-d38b-45de-ba7b-ff523b963f08",name:"Vicious Rebuke",action:{action:1,trigger:"immediate reaction when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; against triggering creature; 1d10+5 damage and push 3 squares.",damage:"1d10+5 damage and push 3 squares",category:5},{id:"5a51cf36-9076-45db-99e6-eda044ea2cd7",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Nightbringer makes opportunity attacks against all creatures in its reach.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6b91fad9-728c-433e-a978-f9b8ce61957c",name:"Ogre Executioner",details:"",size:3,origin:4,type:2,keywords:"",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic evil",languages:"Elven, Giant",skills:"",equipment:"hide armor",category:"",strength:{score:28},constitution:{score:23},dexterity:{score:12},intelligence:{score:8},wisdom:{score:14},charisma:{score:8},hp:173,initiative:8,ac:26,fortitude:28,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"041ac4b5-7d10-4759-87b5-f60ff9a3ec50",name:"Executioner’s Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d12+9 damage, and the target is knocked prone. On a critical hit, the target takes ongoing 10 damage (save ends).",damage:"1d12+9 damage",category:1},{id:"ef0c34e6-2837-4727-ad5a-331ed108f626",name:"Savage Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Requires executioner’s blade; reach 2; 3d12+9 damage, and the target is dazed (save ends).",damage:"3d12+9 damage",category:1},{id:"4fb71d9b-21fd-4b50-8f3c-9438b28e79be",name:"Finish Him",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Against prone, immobilized, or restrained targets, the ogre executioner can score critical hits on attack rolls of natural 19 or 20.",damage:"the ogre executioner can score critical hits on attack rolls of natural 19 or 20",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c75ea267-8232-45a4-89f1-fd87d718beee",name:"Rotting Hook Horror",details:"",size:3,origin:4,type:1,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"Athletics +18",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:19},intelligence:{score:3},wisdom:{score:16},charisma:{score:12},hp:137,initiative:12,ac:28,fortitude:27,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"b9e7b63c-5196-4c41-b0c3-7f823c4d57c1",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d12+7 damage, and the target is pulled 1 square.",damage:"1d12+7 damage",category:1},{id:"8a7cf2cc-58f5-452b-98b6-e7f523c4c7cb",name:"Rending Hooks",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hook horror makes two hook attacks, each at a -2 penalty. If both hooks hit the same target, the hook horror deals an extra 1d12 damage and the target is grabbed (until escape).",damage:"the hook horror deals an extra 1d12 damage and the target is grabbed (until escape)",category:1},{id:"4cecffb4-c0c1-41e4-9218-38c5c4ddf604",name:"Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Grabbed target only; 1d8+7 necrotic damage, and the target is slowed (save ends).",damage:"1d8+7 necrotic damage",category:3},{id:"d6082c90-eacf-4204-afb7-a8b28a4a8b02",name:"Fling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d12+7 damage, and the target slides 3 squares and is knocked prone.",damage:"2d12+7 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ecbfef75-9f25-4841-8612-f7c54a9667e5",name:"Vampire Spawn Bloodstalker",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:14},hp:1,initiative:12,ac:29,fortitude:26,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"2f3e477c-d216-4871-a947-c7bd4513ab85",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"8 necrotic damage (10 necrotic damage against a bloodied target).",damage:"8 necrotic damage (10 necrotic damage against a bloodied target)",category:1},{id:"574beb7c-2063-44de-9162-0b86f08a3252",name:"Destroyed by Sunlight",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A vampire spawn that begins its turn in direct sunlight can take only a single move action on its turn. If it ends the turn in direct sunlight, it burns to ash and is destroyed.",damage:"",category:0}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9f2de50c-3322-4d1f-9bb2-ca2a9adbed8d",name:"Venomscorched Eidolon",details:"",size:3,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +9",movement:"5",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:14},intelligence:{score:7},wisdom:{score:16},charisma:{score:11},hp:264,initiative:8,ac:30,fortitude:28,reflex:22,will:23,regeneration:null,auras:[{id:"77d63253-e97e-4c56-ac3f-ec5534b52250",name:"Fearless Followers",keywords:"",details:"aura 5; allies in the aura are immune to fear."}],powers:[{id:"bf8b1a73-7de5-47ec-8e94-e1885275db04",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"d7fc283a-2660-4825-8219-ace20041aea2",name:"Toxic Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"The eidolon makes two slam attacks. If both slam attacks hit the same target, the eidolon makes a secondary attack. Secondary Attack: Close burst 1",attack:{bonus:17,defence:1},description:"",details:"1d8+3 poison damage and the target is slowed (save ends).",damage:"1d8+3 poison damage and the target is slowed (save ends)",category:1},{id:"fe3d5b34-ebf5-4017-b21c-bb79e535abfb",name:"Toxic Rebuke",action:{action:4,trigger:"when an enemy attacks the eidolon while unhallowed stance is active",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"2d8+5 poison damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"2d8+5 poison damage",category:5},{id:"cf14f368-9ea0-4dee-afda-549109f548d7",name:"Storm of Death",action:{action:4,trigger:"when an enemy kills one of the eidolon’s allies in the eidolon’s line of sight",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:17,defence:2},description:"",details:"1d6+5 necrotic damage, and the target is blinded and takes ongoing 5 necrotic damage (save ends both). This attack does not provoke opportunity attacks.",damage:"1d6+5 necrotic damage",category:5},{id:"08d3bf3f-eb02-4e33-98f8-ce8df4232025",name:"Unhallowed Stance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"The eidolon assumes a meditative stance. Until the end of its next turn, the eidolon gains resist 20 to all damage, and all allies in its line of sight deal an extra 1d8 poison damage on their melee attacks. If the eidolon moves, the effect ends.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, fear, sleep",tactics:""},{id:"80a365a5-b908-4eb2-9d8a-3775b7a9a55b",name:"Web Golem Grappler",details:"",size:3,origin:4,type:0,keywords:"construct",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +6; darkvision",movement:"6, climb 4 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +14",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:17},intelligence:{score:3},wisdom:{score:11},charisma:{score:3},hp:272,initiative:9,ac:27,fortitude:25,reflex:21,will:18,regeneration:null,auras:[{id:"acffe33d-92d8-4d70-8bac-8883c9fd67c0",name:"Cloud of Webs",keywords:"",details:"aura 2; enemies that enter or start their turn in the aura are slowed and take a -2 penalty to attacks."}],powers:[{id:"63bab4fc-c11b-4331-9391-88db2a409003",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and target is grabbed (until escape). A web golem grappler can grab up to two enemies at a time.",damage:"2d8+5 damage",category:1},{id:"feaa0feb-9a96-4604-9305-c5a698f06611",name:"Living Weapon",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Must currently have an opponent grabbed, the grappler uses the grabbed foe as a club against the target; reach 2; 2d8+5 damage to the target and the grabbed opponent.",damage:"2d8+5 damage to the target and the grabbed opponent",category:1},{id:"91e52a6f-8d0b-4c6a-bdb5-6bda24e02dd7",name:"Adhesive",action:{action:4,trigger:"when struck by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"the target is immobilized (save ends).",damage:"",category:5},{id:"01da9e2c-6290-4389-b6f7-08d07a069453",name:"Blinding Strands",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"close burst 3",attack:{bonus:19,defence:0},description:"",details:"The web golem grappler explodes in a burst of sticky strands; target is slowed (save ends).",damage:"",category:5},{id:"4d7f5fe8-a30c-433f-95de-c742b7d335d6",name:"Drag and Move",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The web golem moves up to its speed, moving any grabbed creatures with it. At the end of its movement, it places the grabbed creatures in any squares adjacent to it.",damage:"",category:2}],damageModifiers:[{type:3,value:10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dbae1fcb-72da-4fbd-bb45-8c728c111cc3",name:"Web Golem Thresher",details:"",size:3,origin:4,type:0,keywords:"construct",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"6, climb 6 (spider climb)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:25},intelligence:{score:5},wisdom:{score:14},charisma:{score:9},hp:284,initiative:16,ac:30,fortitude:25,reflex:26,will:21,regeneration:null,auras:[],powers:[{id:"2d04f24c-26e9-4ce6-9a2b-7882ba5aece1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and the target is marked until the end of the web golem thresher’s next turn.",damage:"2d8+6 damage",category:1},{id:"e01b7884-49f4-40ae-85cf-e9c4b41396fc",name:"Double Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The web golem thresher makes two slam attacks.; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"6db74e1e-2880-49c2-910c-3b48a88dc459",name:"Catch and Release",action:{action:4,trigger:"when a marked target shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d8+6 damage, and the web golem thresher slides the target 5 squares and knocks it prone.",damage:"1d8+6 damage",category:5},{id:"861bded7-4895-4f86-9696-3b9947159657",name:"Spit Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:19,defence:2},description:"",details:"the target is slowed (save ends). First Failed Saving Throw: The target is immobilized (save ends).",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e5cfb313-7a33-43ae-9749-9baf1fa64ca3",name:"Zirithian",details:"",size:2,origin:2,type:2,keywords:"undead",level:17,role:{type:3,flag:1,leader:!1},senses:"Perception +16",movement:"7, climb 4 (spider climb)",alignment:"Chaotic evil",languages:"Abyssal, Common, Elven",skills:"Athletics +18, Diplomacy +19, Intimidate +19, Religion +16, Stealth +20",equipment:"chainmail",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:25},intelligence:{score:19},wisdom:{score:17},charisma:{score:22},hp:318,initiative:15,ac:33,fortitude:29,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"624cb628-a8c5-4407-9d0f-fa21335dac5b",name:"Nightbringer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+5 damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+5 damage",category:1},{id:"fae1e45d-ac2b-4a92-b00c-a9e01132ecd9",name:"Death Grip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"1d10+6 necrotic damage, and the target is immobilized (save ends).",damage:"1d10+6 necrotic damage",category:1},{id:"6f713ffa-8431-455f-9bd4-9f11534d7e77",name:"Mighty Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"Zirithian makes a Nightbringer attack and a death grip attack.",damage:"",category:1},{id:"9da18f58-1e05-4622-9028-594b44e2fd1d",name:"Blood Feast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Weapon",condition:"",range:"",attack:{bonus:22,defence:3},description:"",details:"Immobilized or helpless targets only; 2d10+10 damage, Zirithian heals 20 damage, and the target is dominated until the end of Zirithian’s next turn.",damage:"2d10+10 damage",category:1},{id:"abb901e3-8771-4c68-814e-1d72411e2220",name:"Winds of Deadhold",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Teleport",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"1d10+8 damage, teleport the target 10 squares, and the target is immobilized (save ends).",damage:"1d10+8 damage",category:1},{id:"fd7ccc27-f180-45b6-80b5-879ce3d3525f",name:"Blackfire Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"2d8+6 fire damage and push 3.",damage:"2d8+6 fire damage and push 3",category:1},{id:"772fbb5f-f2c0-4a2d-9bd5-706d4b6cea4e",name:"Cloud of Bats",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Zirithian transforms into a swarm of bats. While in this form, he gains fl y 8 (hover) and his walking speed becomes 2. He gains insubstantial and a +5 AC bonus against opportunity attacks. As a second minor action, he returns to his normal form.",damage:"he gains fl y 8 (hover) and his walking speed becomes 2",category:3}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9d9ffb05-845f-492d-bb8f-711fd2486654",name:"Zombie Tombwalker",details:"",size:2,origin:4,type:0,keywords:"undead",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:15},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:1,initiative:9,ac:27,fortitude:27,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"7fe6faee-23f9-4b18-802c-bc2fda3e7d0e",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"677f39e9-391d-406a-86e5-e0c20a8bc09e",name:"Flesh Ripping Bite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"9 damage, plus ongoing 5 necrotic damage (save ends).",damage:"9 damage",category:1},{id:"151a919f-4151-49c7-8601-39e4e3c9ec13",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when reduced to 0 hit points",range:"The tombwalker explodes. Close burst 1",attack:{bonus:16,defence:1},description:"",details:"7 necrotic damage.",damage:"7 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eabea2ee-2d28-48d3-aa22-8485a932c06f",name:"Abyssal Zealot Brawler",details:"",size:2,origin:1,type:2,keywords:"demon",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6, fly 4 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Athletics +19",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:14},intelligence:{score:13},wisdom:{score:15},charisma:{score:16},hp:230,initiative:12,ac:32,fortitude:32,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"870bcd2c-a5f3-44dc-b7f9-45918fc51b96",name:"Death Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+6 damage, and the target takes ongoing 5 necrotic damage (save ends).",damage:"2d8+6 damage",category:1},{id:"7215916e-4a1f-4604-8751-e76eae15bcbe",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:23,defence:0},description:"",details:"1d8+6 necrotic damage.",damage:"1d8+6 necrotic damage",category:5},{id:"dd2b37ef-5a03-41b9-bb9a-e4dcabdc3e27",name:"Blood Smite",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"When bloodied, the abyssal zealot’s attacks deal an extra 2d6 necrotic damage.",damage:"the abyssal zealot’s attacks deal an extra 2d6 necrotic damage",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"24e081b3-53fb-4bae-9b49-2f655dab327e",name:"Abyssal Zealot Hurler",details:"",size:2,origin:1,type:2,keywords:"demon",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"4, fly 8 (hover)",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +21",equipment:"",category:"",strength:{score:14},constitution:{score:22},dexterity:{score:20},intelligence:{score:22},wisdom:{score:19},charisma:{score:18},hp:148,initiative:15,ac:32,fortitude:32,reflex:32,will:34,regeneration:null,auras:[],powers:[{id:"10cf0c9e-6bd4-4d20-8ff1-c90d12d4d892",name:"Death Tail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+8 damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"3d6+8 damage",category:1},{id:"70f85c1e-04f6-474f-995f-87abc413fd36",name:"Abyssal Arrow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:25,defence:2},description:"",details:"2d8+9 necrotic damage, and target takes ongoing 5 necrotic damage (save ends).",damage:"2d8+9 necrotic damage",category:1},{id:"581cc177-dcbb-483e-a1f2-adbe814b73c7",name:"Forlorn Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:25,defence:1},description:"",details:"1d10+9 necrotic damage, and the target is weakened (save ends).",damage:"1d10+9 necrotic damage",category:1},{id:"10597983-a9d1-4064-ab2e-2d44fc5bf6b5",name:"Blood Smite",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"When bloodied, the abyssal zealot’s attacks deal an extra 2d6 necrotic damage.",damage:"the abyssal zealot’s attacks deal an extra 2d6 necrotic damage",category:0}],damageModifiers:[],resist:"20 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"6c2e74a2-c8ef-4320-84ee-d688a2f9c493",name:"Adult Shadow Dragon",details:"",size:3,origin:5,type:1,keywords:"dragon",level:14,role:{type:4,flag:2,leader:!1},senses:"Perception +16; darkvision",movement:"9, fly 9 (hover), overland flight 12, swim 9",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +14, Stealth +22",equipment:"",category:"",strength:{score:23},constitution:{score:17},dexterity:{score:26},intelligence:{score:15},wisdom:{score:18},charisma:{score:14},hp:685,initiative:21,ac:29,fortitude:25,reflex:27,will:21,regeneration:null,auras:[],powers:[{id:"1b075220-0e0f-474e-b25e-0519b7193c70",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d10+5 damage, and the target is weakened (save ends).",damage:"1d10+5 damage",category:1},{id:"b2135b8d-c239-4980-ace7-c8f8fb4bcea4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"8623e5b5-2b33-48eb-9882-8236eb329dea",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"0a785051-e67c-4e42-ad70-ef141e2ef120",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The dragon attacks the enemy that missed it; 1d8+5 damage.",damage:"1d8+5 damage",category:5},{id:"6268db7b-cbe8-4d08-91de-e9ce582fafe3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:17,defence:1},description:"",details:"2d8+6 necrotic damage, and the target loses one healing surge and is weakened (save ends). Aftereffect: The target’s necrotic damage is negated until the end of the encounter. Miss: Half damage, and the target does not lose a healing surge.",damage:"2d8+6 necrotic damage",category:1},{id:"d7e77701-12d3-43a3-bba5-271d03546259",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; the target is dazed until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"12cd89a9-fbb4-4d3e-b679-35fdcbda4772",name:"Globe of Darkness",action:{action:3,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:5},{id:"c8c9bd5d-9cb1-48e2-a126-a6830d0d6de0",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow dragon deals an extra 2d6 damage against a target it has combat advantage against.",damage:"the shadow dragon deals an extra 2d6 damage against a target it has combat advantage against",category:0},{id:"b1aedf74-eaf4-4632-854b-b7222e938dfb",name:"Shadow Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"A shadow dragon that is in at least one square of a globe of darkness can teleport to any other globe of darkness within line of sight. It must end this move in at least one square of that globe of darkness.",damage:"",category:2}],damageModifiers:[{type:6,value:-20}],resist:"",vulnerable:"radiant (whenever a shadow dragon takes radiant damage, one of its globes of darkness ends)",immune:"",tactics:""},{id:"616b20c4-5e72-4f09-a486-1921b3e8fbeb",name:"Bodak Reaver Death Knight",details:"",size:2,origin:5,type:2,keywords:"undead",level:18,role:{type:7,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"",equipment:"greataxe; plate armor",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:16},charisma:{score:23},hp:342,initiative:16,ac:33,fortitude:35,reflex:30,will:33,regeneration:null,auras:[{id:"a2a03463-70b5-45d4-a41d-518ff1043ac5",name:"Agonizing Gaze ",keywords:"",details:"(Fear, Gaze, Necrotic) aura 5; a creature in the aura that makes a melee or a ranged attack against the bodak reaver death knight takes 5 necrotic damage before the attack roll is made and takes a -2 penalty to the attack roll."},{id:"68952c77-3ee1-4abf-96d5-1fbaa39b9c93",name:"Marshal Undead",keywords:"",details:"aura 10; lower-level undead allies in the aura gain a +2 bonus to their attack rolls."}],powers:[{id:"28fe4044-9708-4f6f-addb-492aadf185e4",name:"Soul Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d12+6 damage (crit 2d12+18) plus 1d8 necrotic damage, and the target is dazed and weakened (save ends both).",damage:"1d12+6 damage (crit 2d12+18) plus 1d8 necrotic damage",category:1},{id:"3a8ea680-9a20-4ae8-af2b-32fef76379e4",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"targets a living creature; if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6+6 necrotic damage and loses a healing surge.",damage:"the target takes 1d6+6 necrotic damage and loses a healing surge",category:1},{id:"f8a5634d-1d2e-45a2-966d-5b89a7f7d147",name:"Unholy Flames",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"undead creatures within the burst (including the death knight) deal an extra 2d6 fire damage with melee attacks until the end of the death knight’s next turn.",attack:{bonus:2,defence:2},description:"",details:"6d8 + 6 necrotic and fire damage to living creatures",damage:"6d8 + 6 necrotic and fire damage to living creatures",category:1},{id:"9282506e-6ce9-41fe-bff8-32a092b8ffa5",name:"Death Drinker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver death knight, the death knight gains a +1 bonus to attack rolls until the end of its next turn, as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver death knight",category:0}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"a bodak reaver death knight that takes radiant damage can’t weaken a target until the end of its next turn.",immune:"disease, poison",tactics:""},{id:"8500bdba-3246-4651-a54b-f7d67bd8d1dc",name:"Bonechill Chimera",details:"",size:3,origin:4,type:1,keywords:"",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +14; all-around vision, darkvision",movement:"6, fly 10 (clumsy), overland flight 15",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:17},intelligence:{score:5},wisdom:{score:14},charisma:{score:17},hp:366,initiative:10,ac:27,fortitude:29,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"ad376fdb-d8dc-469c-8c09-d377f3d69a3c",name:"Lion’s Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"6ea5af56-73ee-4565-8e0e-f1c830b9433f",name:"Ram’s Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The chimera makes a charge attack; 1d10+11 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+11 damage",category:1},{id:"e284eabd-dbe6-48ca-89d1-5b0e1b686789",name:"Triple Threat",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The chimera makes the following three melee attacks, each one against a different target:",attack:null,description:"",details:"",damage:"",category:1},{id:"12b6a4a8-97d8-4edf-9e96-07915038cd2a",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:16,defence:2},description:"",details:"2d6+3 damage, and the target takes ongoing 5 cold damage and is slowed (save ends both).",damage:"2d6+3 damage",category:1},{id:"bc1ba558-dd17-4b22-90bd-532bfd73e0b1",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chimera’s breath weapon recharges, and the chimera uses it immediately.",damage:"",category:5}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b9398ecd-03f1-4879-b1a7-06f558043fdc",name:"Cold-Eye Basilisk",details:"",size:3,origin:4,type:1,keywords:"cold, reptile",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"4 (ice walk)",alignment:"Unaligned",languages:"",skills:"Stealth +13",equipment:"",category:"",strength:{score:20},constitution:{score:23},dexterity:{score:13},intelligence:{score:2},wisdom:{score:15},charisma:{score:8},hp:151,initiative:11,ac:31,fortitude:27,reflex:22,will:23,regeneration:null,auras:[{id:"73b61992-d38d-423a-bff9-9887f30b1859",name:"Icy Aura",keywords:"",details:"aura 2; any non-cold creature that starts its turn in the aura is slowed and enemies treat the area within the aura as difficult terrain."}],powers:[{id:"c7563a19-9fb7-4008-bfb5-8b4ae2c9ba6e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"176f688e-9bcb-4743-80d7-a57222305151",name:"Freezing Gaze",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Gaze",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"2d6 cold damage and ongoing 5 cold damage (save ends). First Failed Saving Throw: Ongoing 5 cold damage and the target is immobilized (save ends). Second Failed Saving Throw: Ongoing 10 cold damage and the target is stunned (save ends). Third Failed Saving Throw: Ongoing 15 cold damage and the target is frozen (save ends). A frozen target is stunned and unaware of its surroundings.",damage:"2d6 cold damage and ongoing 5 cold damage (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"cold",tactics:""},{id:"29653980-8241-4c3c-b2b8-e0a5ae0dfed5",name:"Draconic Wraith",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:19,role:{type:4,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:20},intelligence:{score:12},wisdom:{score:22},charisma:{score:14},hp:107,initiative:18,ac:33,fortitude:32,reflex:31,will:32,regeneration:{value:10,details:"if the draconic wraith takes radiant damage, regeneration does not function until the end of its next turn"},auras:[{id:"18426750-dbbf-43ad-9d3e-112f724d8262",name:"Mist of Decay",keywords:"",details:"aura 2; enemies in the aura are weakened."}],powers:[{id:"e80d81db-6c49-4e5f-8053-50320a38df2e",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d10+6 necrotic damage.",damage:"1d10+6 necrotic damage",category:1},{id:"d38a9160-f92c-43ed-965f-20825c83655d",name:"Shadow Claw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+8 necrotic damage, and the target loses 1 healing surge.",damage:"3d6+8 necrotic damage",category:1},{id:"8b66906e-e41e-4fb1-ba49-d56d2d7a960d",name:"Fell Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"2d6+7 necrotic damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"b89adcc9-182d-463a-9ebb-43af0629c574",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The draconic wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against.",damage:"the draconic wraith deals an extra 2d6 necrotic damage against any target it has combat advantage against",category:0},{id:"743142b4-b2a6-4e07-afdf-d4a847cad053",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconic wraith shifts 8 squares.",damage:"The draconic wraith shifts 8 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e728f435-3c07-448c-b41f-0e6e683d4e11",name:"Draconic Wraith Soulbinder",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:20,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:22},intelligence:{score:14},wisdom:{score:18},charisma:{score:19},hp:141,initiative:16,ac:34,fortitude:32,reflex:33,will:31,regeneration:null,auras:[{id:"4263f726-ae2e-4dcf-aba2-356072e6642c",name:"Tendrils of Terror",keywords:"",details:"aura 5; enemies in the aura are slowed and take a -2 penalty to attack rolls. If the draconic wraith takes radiant damage, aura is negated until the end of the wraith’s next turn."}],powers:[{id:"b6e762fb-28fc-45d0-9156-501236f6170c",name:"Binding Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d6+7 necrotic damage, and the target is immobilized (save ends).",damage:"2d6+7 necrotic damage",category:1},{id:"92d7503f-6bad-41c1-839c-92e22936fdc9",name:"Binding Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:24,defence:2},description:"",details:"4d8+7 necrotic damage, and the target is immobilized (save ends).",damage:"4d8+7 necrotic damage",category:1},{id:"6cb19305-1e3d-4fed-8737-23c2d081de47",name:"Shadow Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:24,defence:2},description:"",details:"4d10+7 necrotic damage.",damage:"4d10+7 necrotic damage",category:1},{id:"886a93ad-36c7-4d9b-813c-e9fbd89bace9",name:"Soulbinding",action:null,keywords:"Healing, Necrotic",condition:"",range:"",attack:null,description:"",details:"When the soulbinder successfully attacks an immobilized creature, it regains 10 hit points.",damage:"it regains 10 hit points",category:0},{id:"ddf39d87-f994-479b-8188-3cfbb6d4a122",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconic wraith shifts 8 squares.",damage:"The draconic wraith shifts 8 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"f72d11f4-3f3c-4c41-9e2d-e9c52f02e8a8",name:"Draconic Wraith Souleater",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"fly 8 (hover)",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:19},intelligence:{score:10},wisdom:{score:21},charisma:{score:13},hp:136,initiative:15,ac:33,fortitude:32,reflex:30,will:31,regeneration:{value:10,details:"if the draconic wraith takes radiant damage, regeneration does not function until the end of its next turn"},auras:[{id:"92c8cd2a-c17f-46df-bbd1-bb8cffb9d204",name:"Cloud of Death",keywords:"",details:"aura 2; enemies in the aura cannot spend healing surges. Enemies treat the area within the aura as difficult terrain."}],powers:[{id:"feb3d837-b61a-439d-8c49-5390661a7fe0",name:"Shadow Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d12+6 necrotic damage.",damage:"1d12+6 necrotic damage",category:1},{id:"3865aaa3-fcef-472c-9a40-bd655e368681",name:"Fell Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:22,defence:2},description:"",details:"1d12+6 necrotic damage, and the target takes ongoing 10 necrotic damage (save ends).",damage:"1d12+6 necrotic damage",category:1},{id:"5f65dd25-0771-4b81-a131-94472ad52726",name:"Steal Volition",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature within the burst; automatic hit; the target is slowed (save ends).",damage:"",category:3},{id:"8f5c5c34-fd89-49d7-9d86-28be0a59a71c",name:"Soul Feast",action:{action:7,trigger:"when the souleater bloodied an enemy with its bite or fell breath attack",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The target loses 1 healing surge, and the souleater regains 34 hit points.",damage:"The target loses 1 healing surge",category:5},{id:"48576dd5-3adb-42c4-a9ee-4bdfe703b54a",name:"Shadow Strike",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The souleater shifts 8 squares and can make a melee basic attack either before, during, or after the move.",attack:null,description:"",details:"",damage:"",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"28a6f790-a14e-4e8b-bfce-d60a3989b2ed",name:"Draconic Wraith Soulravager",details:"",size:3,origin:5,type:1,keywords:"dragon, undead",level:21,role:{type:2,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"fly 8 (hover); phasing",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:20},intelligence:{score:9},wisdom:{score:16},charisma:{score:14},hp:183,initiative:15,ac:33,fortitude:33,reflex:30,will:28,regeneration:null,auras:[{id:"41ee75ce-b71b-4acd-bf36-7b006affc902",name:"Tendrils of Reaping",keywords:"",details:"aura 2; enemies that enter or start their turn in the aura take 10 points of necrotic damage."}],powers:[{id:"d44486cb-514e-44b0-9ccf-2a6bc032469e",name:"Ravaging Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"796f8d86-aabe-4d4c-837f-bf99196505bb",name:"Soul Ravage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 4d8+7 necrotic damage, and the target loses 1 healing surge, and the wraith regains 45 hit points. If the draconic wraith takes radiant damage, it cannot use this power until after the end of the wraith’s next turn.",damage:"4d8+7 necrotic damage",category:1},{id:"bfb9eb08-c524-4c1e-80e0-522101d8dbd4",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The draconic wraith shifts 8 squares.",damage:"The draconic wraith shifts 8 squares",category:2}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4cb344c9-b23e-4cb9-8abd-610701374f5e",name:"Foulspawn Oracle",details:"",size:2,origin:0,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"6, teleport 3",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"implement, staff",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:10},charisma:{score:18},hp:112,initiative:10,ac:27,fortitude:24,reflex:27,will:25,regeneration:null,auras:[{id:"a555f8a6-5edb-4e96-a7f0-b2fb46603290",name:"Foul Insight",keywords:"",details:"aura 10; allies in the aura that can hear the foulspawn oracle gain a +2 power bonus to one attack roll, skill check, ability check, or saving throw on their turn."}],powers:[{id:"de6d4acb-162c-4ce6-8902-f721b527ee68",name:"Warp Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+8 damage, and the target teleports 2 squares.",damage:"1d8+8 damage",category:1},{id:"57e1e04e-764a-4ea2-af80-970328af7349",name:"Prophetic Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"ranged 10",attack:{bonus:20,defence:3},description:"",details:"Dark energy reveals a nightmarish vision; 1d8+8 damage, and the target is dazed (save ends).",damage:"1d8+8 damage",category:1},{id:"ba1140ae-eeaf-4fda-bb1f-2f36a8f8fe95",name:"Doomsayer blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"close blast 5",attack:{bonus:20,defence:3},description:"",details:"The oracle utters a word of doom; 3d10+6 damage, and the target is stunned until the end of the oracle’s next turn. Aberrant creatures take half damage and are dazed instead of stunned.",damage:"3d10+6 damage",category:1},{id:"a990c2fc-17b0-487d-88d0-0ab2493407f6",name:"Warp Dodge",action:{action:5,trigger:"when the oracle would be hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The foulspawn oracle teleports 5 squares.",damage:"The foulspawn oracle teleports 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"57692b37-da2d-4e6a-825e-52560cae461c",name:"Foulspawn Ragehulks",details:"",size:3,origin:0,type:2,keywords:"",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +11; low-light vision",movement:"8",alignment:"Evil",languages:"Deep Speech, telepathy 10",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:7},wisdom:{score:9},charisma:{score:14},hp:180,initiative:10,ac:27,fortitude:29,reflex:25,will:24,regeneration:null,auras:[],powers:[{id:"00bba466-9da9-4bdb-bfea-14a0d0c267ec",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; (+20 when bloodied)2d8+9 damage, or 3d8+10 damage when bloodied.",damage:"(+20 when bloodied)2d8+9 damage",category:1},{id:"66f11b3c-9f3a-4bc0-979f-9570130b5a13",name:"Furious Rage",action:{action:1,trigger:"only usable while bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"The foulspawn ragehulk makes three slam attacks divided among two or more targets.; 4d8+6 damage.",damage:"4d8+6 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"e06c9977-83a0-4bd5-8a4d-aaf977dc3eac",name:"Immolith Inferno",details:"",size:3,origin:1,type:1,keywords:"demon, fire, undead",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common, Giant",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:19},intelligence:{score:10},wisdom:{score:15},charisma:{score:20},hp:374,initiative:13,ac:33,fortitude:31,reflex:31,will:31,regeneration:null,auras:[{id:"c2b03aef-ea4b-40aa-92e1-a2b5dc99ee75",name:"Flaming Aura ",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn in the aura takes 15 fire damage."}],powers:[{id:"b6afb573-409b-46af-925f-7f73082916c4",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 4; 1d8+9 fire damage, and ongoing 10 fire damage (save ends).",damage:"1d8+9 fire damage",category:1},{id:"0ef21b9b-e154-4b0a-9293-aaf44ec97a70",name:"Double Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"The immolith inferno makes two claw attacks.; 3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"d00ea248-77ba-445c-9fe1-5fff6d47aa6e",name:"Fiery Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The immolith inferno makes a claw attack (see above) against a Large or smaller target. On a hit, the target slides into a square adjacent to the immolith and is grabbed (until escape). While grabbed, the target loses any resistance it has to fire. The immolith can hold up to five grabbed creatures using this power.",damage:"",category:1},{id:"45a241df-8c20-4350-97ee-73d96ec23bf6",name:"Deathfire Rebuke",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:23,defence:3},description:"",details:"the target is pushed 4 squares, falls prone at the end of the push, and takes ongoing 10 fire damage (save ends).",damage:"and takes ongoing 10 fire damage (save ends)",category:3},{id:"f3749a0b-1590-4415-a0e4-ad427834cf1c",name:"Selfish Vigor",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The immolith inferno regains 20 hit points.",damage:"The immolith inferno regains 20 hit points",category:3}],damageModifiers:[{type:9,value:15}],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease, fire, poison",tactics:""},{id:"63738725-0304-4848-b8df-632446173c83",name:"Moyshanna",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +15, Insight +15, Stealth +15",equipment:"frost weapon; longsword; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:15},intelligence:{score:18},wisdom:{score:15},charisma:{score:18},hp:152,initiative:12,ac:30,fortitude:28,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"cc378f3b-663b-4374-a400-7baefc244b42",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+6 damage (crit 3d6+14 cold damage). Moyshanna can choose to make this weapon’s damage cold.",damage:"1d8+6 damage (crit 3d6+14 cold damage)",category:1},{id:"8f0f3c6b-b0eb-421d-93a1-96dc010d056a",name:"Frost Longsword",action:{action:7,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Moyshanna can use this power when she hits with a longsword attack. The target takes an extra 2d8 cold damage and is slowed until the end of Moyshanna’s next turn.",damage:"the target takes an extra 2d8 cold damage and is slowed until the end of moyshanna’s next turn",category:5},{id:"dd3cbcdf-cfde-439d-8d6d-156af15c11ce",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Moyshanna teleports 3 squares and becomes insubstantial until the start of her next turn.",damage:"Moyshanna teleports 3 squares and becomes insubstantial until the start of her next turn",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"edefb57e-9b5a-46cd-8517-e39a99aea666",name:"Redspawn Flamespewer",details:"",size:3,origin:4,type:1,keywords:"reptile",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:2},wisdom:{score:14},charisma:{score:8},hp:121,initiative:10,ac:28,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"f973f7c0-7033-465a-99a7-ec3ac978aa7c",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d10+8 damage, and the target takes ongoing 5 fire damage (save ends).",damage:"1d10+8 damage",category:1},{id:"322df057-3fad-4416-a4cf-44496f357ac0",name:"Flame Spew",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 12",attack:{bonus:21,defence:2},description:"",details:"2d8+5 fire damage, and the target takes ongoing 5 fire damage (save ends).",damage:"2d8+5 fire damage",category:1},{id:"e1494130-9ce2-4521-a0b8-163c27c5a1e5",name:"Flaming Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"Area burst 2 within 10",attack:{bonus:21,defence:2},description:"",details:"3d8+5 fire damage, and the target takes ongoing 10 fire damage (save ends). Miss: Half damage, and the target takes ongoing 5 fire damage (save ends).",damage:"3d8+5 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3143c266-bdfa-449d-9676-48eb4282cc23",name:"Sage Ghost",details:"",size:2,origin:5,type:2,keywords:"undead",level:19,role:{type:3,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:20},dexterity:{score:22},intelligence:{score:28},wisdom:{score:14},charisma:{score:25},hp:360,initiative:16,ac:33,fortitude:31,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"6b5763f0-6c43-4a52-8626-26a647cea6a6",name:"Spirit Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:2},description:"",details:"1d6+7 necrotic damage, and the target is weakened (save ends).",damage:"1d6+7 necrotic damage",category:1},{id:"c414b559-9942-4db3-810e-c54300671c1c",name:"Poltergeist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"area burst 1 within 10",attack:{bonus:23,defence:2},description:"",details:"The sage ghost animates objects in the area, causing them to become necrotically charged and turning them into a barrage of missile weapons; 2d6+7 necrotic damage and the target is dazed (save ends).",damage:"2d6+7 necrotic damage and the target is dazed (save ends)",category:1},{id:"7e4a937d-83fd-4c0b-9266-cd3f41fb0e35",name:"Burst of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close burst 5",attack:{bonus:23,defence:3},description:"",details:"targets enemies; 1d6+7 necrotic damage, the target is pushed 3 squares, and the target is immobilized (save ends).",damage:"1d6+7 necrotic damage",category:1},{id:"e9f38087-90a6-43ac-9f6c-b294defe87b3",name:"Departed Knowledge",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:23,defence:3},description:"",details:"the area is suddenly filled with ghostly wisps of mist that chill the bone and seep into the brain; the target is slowed and suffers a -2 penalty to attack rolls and skill and ability checks until the end of the sage ghost’s next turn.",damage:"the target is slowed and suffers a -2 penalty to attack rolls and skill and ability checks until the end of the sage ghost’s next turn",category:3},{id:"679ff635-2df5-4e06-a328-81e0e8ef9520",name:"Spectral Redirection",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The missed ghost shifts 2 squares and makes a spirit touch attack.",damage:"The missed ghost shifts 2 squares and makes a spirit touch attack",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"906a199c-e929-4580-9fad-88ad1b576511",name:"Shadow Hydra",details:"",size:3,origin:5,type:1,keywords:"reptile",level:17,role:{type:2,flag:2,leader:!1},senses:"Perception +18; all-around vision, low-light vision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:18},intelligence:{score:2},wisdom:{score:16},charisma:{score:8},hp:816,initiative:14,ac:29,fortitude:30,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"407062f1-4773-43f6-b4f2-2b1ab069a5c6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+5 damage, and the target takes ongoing 10 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"29edf604-54f8-4db3-b8b2-3b0f9e40eea3",name:"Poison Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"1d8+5 poison damage.",damage:"1d8+5 poison damage",category:1},{id:"cbc2ccf3-9aa2-4175-8ab9-2a101d73affd",name:"Hydra Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow hydra makes six basic attacks (any combination of bite attacks and poison spit attacks). For each basic attack that hits, subsequent attacks gain a cumulative +1 bonus to attack rolls until the end of the shadow hydra’s turn. This attack bonus applies only to attacks made with hydra fury.",damage:"subsequent attacks gain a cumulative +1 bonus to attack rolls until the end of the shadow hydra’s turn",category:1},{id:"da7b7fbf-0473-4347-9bf9-56594e44024b",name:"Many-Headed",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Each time the shadow hydra would become dazed or stunned, it loses one attack when using hydra fury during its next turn instead. Multiple such effects stack.",damage:"",category:0},{id:"12041f4e-d11f-45c6-81e9-64f7710ce582",name:"Regenerating Heads",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The first time the shadow hydra is reduced to or below 600, 400, and 200 hit points, the attack severs or destroys one of its heads. At the start of the hydra’s next turn, two heads grow back in the lost head’s place, and the hydra makes an additional attack when it uses hydra fury.",damage:"The first time the shadow hydra is reduced to or below 600",category:0},{id:"a760ccf7-8809-4981-bc84-8c1c6da2b15c",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow hydra can make opportunity attacks against all enemies with its reach (2 squares).",damage:"",category:0},{id:"c5ab3d49-c3f7-4091-b6d9-f8dbf3298aaf",name:"Shadow Shift",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow hydra can shift 1 square.",damage:"The shadow hydra can shift 1 square",category:5}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9197c72d-d037-48d7-b717-af137e916591",name:"Vrock Warwing",details:"This creature looks like an oversized vulture with a hunched posture, mold-encrusted feathers, and sickly patches of purple skin. Its malevolent eyes clearly indicate a demonic intellect.",size:3,origin:1,type:2,keywords:"demon",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"6, fly 8",alignment:"Chaotic evil",languages:"Abyssal",skills:"Bluff +15, Insight +13",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:12},wisdom:{score:15},charisma:{score:19},hp:132,initiative:12,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"ffaab45d-8965-4ef9-a049-e034928ae676",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"9dad3801-e69d-4ae1-8d90-14fe6b95a3e0",name:"Flyby Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The vrock flies up to 8 squares and makes one melee basic attack at any point during that movement. The vrock doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"a728f9b1-409b-4888-9a02-cc0119f906c3",name:"Stunning Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:17,defence:1},description:"",details:"deafened creatures are immune; the target is stunned until the end of the vrock’s next turn.",damage:"",category:1},{id:"0add65b0-2658-4f0b-abb3-ccd4ea1ed4b7",name:"Spores of Madness",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"Close burst 2",attack:{bonus:16,defence:3},description:"",details:"demons are immune; 1d10+4 poison damage, and the target is dazed (save ends).",damage:"1d10+4 poison damage",category:5}],damageModifiers:[],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"fedee31b-f031-4bef-8ce9-1c72193d3499",name:"Young Shadow Dragon",details:"",size:3,origin:5,type:1,keywords:"dragon",level:8,role:{type:4,flag:2,leader:!1},senses:"Perception +12; darkvision",movement:"8, fly 8 (hover), overland flight 10, swim 8",alignment:"Evil",languages:"Common, Draconic",skills:"Intimidate +9, Stealth +15",equipment:"",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:23},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:344,initiative:14,ac:23,fortitude:20,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"cb6076d9-ce79-4983-a369-6a0e97bf28de",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+4 damage, and the target is weakened (save ends).",damage:"1d8+4 damage",category:1},{id:"6224bfc8-9162-47d1-a18e-8a5f7199cf6a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"36a222a9-63f6-4618-a88d-ded5ac899a33",name:"Draconic Frenzy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragon makes a bite attack and a claw attack.",damage:"",category:1},{id:"5a4358a5-efc3-4653-99b5-afae0abf1607",name:"Tail Slash",action:{action:4,trigger:"when an enemy misses the dragon with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"The dragon attacks the enemy that missed it; 1d6+4 damage.",damage:"1d6+4 damage",category:5},{id:"22ba3261-1a4e-42bd-8b70-af43d9244192",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:11,defence:1},description:"",details:"2d6+5 necrotic damage, and the target loses one healing surge and is weakened (save ends). Aftereffect: The target’s necrotic resistance is negated until the end of the encounter. Miss: Half damage, and the target does not lose a healing surge.",damage:"2d6+5 necrotic damage",category:1},{id:"85d0a5ea-4299-463c-806c-f26d31fb2a3d",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"The dragon’s breath weapon recharges, and the dragon uses it immediately.",damage:"",category:5},{id:"86662fc0-7fd6-42c7-b636-47a5655be7cb",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"targets enemies; the target is dazed until the end of the dragon’s next turn. Aftereffect: The target takes a -2 penalty to attack rolls (save ends).",damage:"The target takes a -2 penalty to attack rolls (save ends)",category:1},{id:"8ee40fcb-ad8e-4275-99fd-e4118dd77092",name:"Globe of Darkness",action:{action:3,trigger:"sustain minor",sustainAction:0,use:1,recharge:""},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the dragon’s next turn. The zone blocks line of sight for all creatures except the dragon. Any creature entirely within the area (except the dragon) is blinded.",damage:"",category:5},{id:"4667aac6-cffa-45f1-9092-22f3ede5efbe",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadow dragon deals an extra 1d6 damage against a target it has combat advantage against.",damage:"the shadow dragon deals an extra 1d6 damage against a target it has combat advantage against",category:0},{id:"2b114b23-43c5-4023-9685-931078cf0ef4",name:"Shadow Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The shadow walker turns invisible until the end of its next turn or until it attacks when it moves 3 or more squares on its turn.",damage:"The shadow walker turns invisible until the end of its next turn or until it attacks when it moves 3 or more squares on its turn",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"radiant (whenever a shadow dragon takes radiant damage, one of its globes of darkness ends)",immune:"",tactics:""},{id:"b4b7e2d2-6d9c-4124-b740-c61ceeefe230",name:"Acererak",details:"",size:2,origin:4,type:2,keywords:"human",level:15,role:{type:3,flag:2,leader:!1},senses:"Perception +17",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +19, History +19, Insight +17",equipment:"implement, wand; quarterstaff",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:18},intelligence:{score:24},wisdom:{score:20},charisma:{score:16},hp:584,initiative:11,ac:29,fortitude:26,reflex:29,will:27,regeneration:null,auras:[{id:"dde60cd0-ad73-4395-9b8e-a41293717627",name:"Arcane Shield",keywords:"",details:"aura 1; enemies that end their turn in the aura are pushed 1 square. The aura dissipates when Acererak is bloodied."}],powers:[{id:"3112d39b-bf45-44d6-af21-8264b4e72a5a",name:"Dazzling Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+6 damage, and the target is dazed (save ends).",damage:"1d10+6 damage",category:1},{id:"4f191673-aad0-414f-9d93-fe187b07d8f6",name:"Acererak’s Missiles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:19,defence:2},description:"",details:"1d10+6 damage, and one other enemy within 2 squares of the target takes the same damage.",damage:"1d10+6 damage",category:1},{id:"4888cdfa-4c64-42ae-8ba7-51685d31ef01",name:"Acererak’s Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:17,defence:1},description:"",details:"1d10+6 cold damage, and ongoing 5 cold damage and the target is slowed (save ends both).",damage:"1d10+6 cold damage",category:1},{id:"c0bb8f44-19b2-4453-860b-44a8d2e2f3c4",name:"Necrotic Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:19,defence:1},description:"",details:"2d8+6 necrotic damage, and Acererak heals 10 hit points.",damage:"2d8+6 necrotic damage",category:1},{id:"835f596e-e6ee-4272-82c4-70b3c860710c",name:"Shadow Burst",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"targets enemies; 3d10+6 necrotic damage, the target slides 2 squares, and the target is blinded (save ends).",damage:"3d10+6 necrotic damage",category:5},{id:"0fdad63d-0db4-4d53-913c-b9d419287cd3",name:"Prismatic Beams",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Poison",condition:"",range:"Close burst 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; ",damage:"",category:1},{id:"60900534-cba0-4928-8f31-834d3a65a647",name:"Temporal Warp",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak warps time, allowing him to act faster than those around him. For the rest of this round, Acererak gains a +2 bonus to all defenses. In the next round, Acererak acts three times, at initiative count 30, 20, and 10. At each of these counts, he gets to perform a standard action, a move action, and a minor action. At the end of this round, Acererak takes 20 damage. In the round after that, he acts normally at his original count in the initiative order",damage:"acererak takes 20 damage",category:5},{id:"548397a5-e69c-4915-b195-ae18d36b11d7",name:"Feather Fall",action:{action:7,trigger:"when acererak falls",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak takes no damage from the fall, regardless of the distance, and does not fall prone at the end of the fall.",damage:"acererak takes no damage from the fall",category:5},{id:"b1f931e6-0dcb-4692-98de-e54909c3699f",name:"Summon Spectral Servant",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Acererak summons a spectral servant. The servant appears in one of the magic circles. Acererak can summon up to a total of 5 spectral servants during the course of an encounter. When a spectral servant is destroyed, Acererak takes 10 damage and gains +1d8 necrotic damage on his next damage roll",damage:"acererak takes 10 damage and gains +1d8 necrotic damage on his next damage roll",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4285a9cd-b05e-4cc0-a20b-9d695eda2fce",name:"Argent Haunt (Ghost)",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:18},hp:77,initiative:14,ac:29,fortitude:26,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"88d2e63e-c66f-479d-8b4b-31b4143a9707",name:"Grave Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"1d10 + 6 necrotic damage.",damage:"1d10 + 6 necrotic damage",category:1},{id:"34d233e6-899c-4a38-b2ed-d449237a93b1",name:"Fading Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"The Argent haunt turns invisible as a standard action and shifts 2 squares. On its next turn, it shifts 2 squares, turns visible, and makes an attack.; 2d8 + 6 necrotic damage, and the target is pushed 2 squares.",damage:"2d8 + 6 necrotic damage",category:1},{id:"ad8864ac-2197-44ef-9292-3333783d26f2",name:"Frightening Moan",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 2d8 + 6 necrotic damage, the target is pushed 5 squares.",damage:"2d8 + 6 necrotic damage",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"05fc372a-4415-4519-819b-06d16875398e",name:"Astral Giant",details:"",size:3,origin:3,type:2,keywords:"giant",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +19",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"Athletics +21, Religion +16",equipment:"plate armor; spear",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:18},intelligence:{score:16},wisdom:{score:22},charisma:{score:18},hp:160,initiative:14,ac:32,fortitude:31,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"12a32e10-8dbf-41e6-bdc4-e75395d38cb9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d8+7 radiant damage. The target is marked until the end of the astral giant’s next turn.",damage:"2d8+7 radiant damage",category:1},{id:"6bc8e486-22d2-498c-8e39-10d00fcc61c6",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"d5fb0160-2a1c-471a-a09d-aac978493be3",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fl y up to 10 squares.",damage:"The astral giant can fl y up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f1dd3f7c-1d15-4a85-adb3-793ed228643c",name:"Astral Giant Lightpriest",details:"",size:3,origin:3,type:2,keywords:"giant",level:17,role:{type:3,flag:0,leader:!0},senses:"Perception +13",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"",equipment:"holy symbol; quarterstaff",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:18},intelligence:{score:20},wisdom:{score:20},charisma:{score:24},hp:164,initiative:13,ac:31,fortitude:30,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"9187cdae-ec50-4a45-8146-11e5a1a66b17",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d6+7 radiant damage.",damage:"2d6+7 radiant damage",category:1},{id:"952b7e30-ebde-4fca-866f-c4645b9737c9",name:"Lightwave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"1d6+7 radiant damage, and the target is pushed 3 squares.",damage:"1d6+7 radiant damage",category:1},{id:"b78db43c-b723-4b83-98f6-99556501e11c",name:"Blinding Light",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:21,defence:1},description:"",details:"2d8+7 radiant damage, and the target is blinded until the end of the astral giant’s next turn.",damage:"2d8+7 radiant damage",category:1},{id:"562d40e9-706a-4a39-84ac-506498cd9b6c",name:"Life-Absorbing Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Healing, Radiant",condition:"",range:"Close burst 5",attack:{bonus:19,defence:1},description:"",details:"1d8+7 radiant damage, and the astral giant and all allies in the burst regain 20 hit points.",damage:"1d8+7 radiant damage",category:1},{id:"6cd0c65c-61c6-4ce4-b072-280500fdaf62",name:"Lighttrap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:2},description:"",details:"3d6+7 radiant damage, and the target is slowed (save ends). First failed save: Target takes 5 radiant damage and is immobilized (save ends). Second failed save: Target takes 10 radiant damage and is restrained (save ends).",damage:"3d6+7 radiant damage",category:1},{id:"344f850b-da94-42dd-b5ae-06a2cc41de7a",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"cf005084-7267-45e4-b6a9-41d505b6c2b4",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fly up to 10 squares.",damage:"The astral giant can fly up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"993607a6-f206-49f9-9785-c4ed60f846b4",name:"Astral Giant Star-strider",details:"",size:3,origin:3,type:2,keywords:"giant",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +19",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"",equipment:"crossbow; longsword",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:20},intelligence:{score:18},wisdom:{score:22},charisma:{score:19},hp:128,initiative:17,ac:31,fortitude:29,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"ddb17409-d255-488b-9914-3ed6f8dbdb92",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+7 radiant damage.",damage:"2d8+7 radiant damage",category:1},{id:"401d87a0-aea6-47ab-8293-ef174aeb6411",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+7 radiant damage.",damage:"2d8+7 radiant damage",category:1},{id:"68a6c6d3-b62e-4147-893f-54c9c7a62fed",name:"Astral Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"(enemies only)1d8+7 radiant damage, and the astral giant becomes invisible until the end of its next turn.",damage:"(enemies only)1d8+7 radiant damage",category:1},{id:"350a2e96-cf1d-45a1-9bfb-a33e6b77097a",name:"Star-stride",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:20,defence:2},description:"",details:"3d8+7 radiant damage, and the astral giant teleports 3 squares and gains combat advantage against all enemies until the end of its next turn.",damage:"3d8+7 radiant damage",category:1},{id:"303acbf2-28a9-4e59-ad60-e33e2bd7b10f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the astral giant deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"5a1391ae-7021-475f-9a43-02a2ca469d69",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"268b809c-8806-4767-94ee-e14b43c5c26a",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fly up to 10 squares.",damage:"The astral giant can fly up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"04fc5321-2fee-4eec-95c0-788da2f0aabe",name:"Astral Giant Warpsword",details:"",size:3,origin:3,type:2,keywords:"giant",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"Athletics +21, Religion +16",equipment:"greatsword",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:20},intelligence:{score:16},wisdom:{score:20},charisma:{score:17},hp:158,initiative:15,ac:30,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"0f0cdad5-6baf-4682-b9ee-354d2a136352",name:"Warpsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+7 damage, plus ongoing 5 radiant damage (save ends).",damage:"2d10+7 damage",category:1},{id:"c30ce35d-7598-445e-9dea-05f3583a07b9",name:"Dimensional Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant, Teleportation, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d10+10 radiant damage, the target is teleported 5 squares, and the target is dazed until the end of its next turn.",damage:"2d10+10 radiant damage",category:1},{id:"734ab755-6984-448f-a830-9e540a863386",name:"Astral Retreat",action:{action:1,trigger:"immediate reaction when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The astral giant teleports 2 squares.",damage:"The astral giant teleports 2 squares",category:5},{id:"6cd8cd1d-1eac-426f-b522-c34740da2783",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as the astral giant has an unbloodied astral giant ally within 10 squares, it receives a +2 bonus to attack rolls.",damage:"As long as the astral giant has an unbloodied astral giant ally within 10 squares",category:0},{id:"510c130a-d06a-4f7e-addf-9c3250ea2a15",name:"Astral Leap",action:{action:2,trigger:"only within the astral sea; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The astral giant can fly up to 10 squares.",damage:"The astral giant can fly up to 10 squares",category:5}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3deb7837-c41a-4943-815c-f01bee2a9d5e",name:"Azer Flameward",details:"",size:2,origin:1,type:2,keywords:"fire",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Unaligned",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:181,initiative:15,ac:33,fortitude:31,reflex:29,will:32,regeneration:null,auras:[{id:"52678968-b0bb-4299-81d4-566e7c411311",name:"Warding Flame",keywords:"",details:"(Fire) Any enemy adjacent to two or more azers at the start of its turn takes 5 fire damage."}],powers:[{id:"2c04b436-2651-4d3a-a939-230f15ae55bd",name:"Glaive",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 1d10+7 damage plus 2d6 fire damage.",damage:"1d10+7 damage plus 2d6 fire damage",category:1},{id:"e439a84a-a32c-49b1-83a7-a302d1c431fd",name:"Flameward",action:{action:4,trigger:"when an enemy attacks the azer flameward",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The azer flameward shifts 5 squares and the enemy that triggered this reaction takes ongoing 10 fire damage (save ends).",damage:"the azer flameward shifts 5 squares and the enemy that triggered this reaction takes ongoing 10 fire damage (save ends)",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9ca10004-1c14-4f54-a2ac-766acd4cb182",name:"Behir Young Adult",details:"",size:4,origin:4,type:1,keywords:"",level:12,role:{type:7,flag:2,leader:!1},senses:"Perception +12; tremorsense 10",movement:"7, climb 5",alignment:"Unaligned",languages:"Common, Draconic",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:20},intelligence:{score:7},wisdom:{score:21},charisma:{score:13},hp:500,initiative:0,ac:28,fortitude:25,reflex:24,will:24,regeneration:null,auras:[{id:"d607211e-5873-44e2-b648-cc44c1d725e2",name:"Lightning Storm",keywords:"",details:"aura 5; an enemy that starts its turn in the aura takes 5 lightning damage."}],powers:[{id:"297dd9db-6775-43c8-8f2d-c55a8fae8485",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"reach 3; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"676b0426-dba0-48a1-a9a8-e812ecdac70e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 3; 1d8+5 damage plus 1d8 lightning damage.",damage:"1d8+5 damage plus 1d8 lightning damage",category:1},{id:"4cb96c5e-11bc-43af-9e25-60e540cca52d",name:"Devour",action:{action:1,trigger:"recharges when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Reach 3; 2d6+5 damage, and a Medium or smaller target is swallowed. A swallowed target is grabbed and restrained (escape ends both). A swallowed creature has line of sight and line of effect only to the behir, and no creature has line of sight or line of effect to it. A creature that escapes the grab is no longer swallowed and appears in a space adjacent to the behir. A behir can move normally and use other attacks against other targets while it has a target grabbed in this way. When the behir dies, the target can escape as a move action, appearing adjacent to the behir’s former space.",damage:"2d6+5 damage",category:5},{id:"6914ea6b-766e-4a98-8000-d370a82fb8df",name:"Devouring Damage",action:{action:7,trigger:"1/turn; affects target grabbed by devour only",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target takes 5 damage.",damage:"the target takes 5 damage",category:5},{id:"6c59c598-5734-4d26-9d4e-68ce897b60ee",name:"Lightning Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"3d8+5 lightning damage and the target is dazed. Miss: Half damage.",damage:"3d8+5 lightning damage and the target is dazed",category:1},{id:"afd9f250-0af9-49cb-8623-11a6b6f10dff",name:"Thunderleg Stomp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:15,defence:1},description:"",details:"1d8+5 damage, and the target is knocked prone.",damage:"1d8+5 damage",category:1},{id:"26bec675-a876-4d6c-960e-eab38c713fc6",name:"Lightning Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The behir acts three times in a round, on initiative counts 30, 20, and 10. It cannot delay or ready actions. On each turn in the round, it has a standard action to use. It can turn a standard action into a move action if it wants. It can use one immediate action between each turn.",damage:"on initiative counts 30",category:0}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68462ce4-ca03-4ebb-8d9d-1c1190f24d56",name:"Bone Naga Arcanist",details:"",size:3,origin:3,type:1,keywords:"undead",level:18,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Arcana +19, History +19, Insight +19, Religion +19",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:22},hp:360,initiative:12,ac:32,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"c190ab47-215d-43bf-a5b1-67f2b8553a5a",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; enemies that start their turns in the aura are dazed."}],powers:[{id:"c1e9f13e-fff0-494e-a6fc-45255133aca7",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 2d4+7 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4+7 damage",category:1},{id:"e2e81925-b15d-4420-9fc2-d95c7c9960ba",name:"Death Dance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:22,defence:3},description:"",details:"blind creatures are immune; 2d6+7 necrotic damage and the target is dazed (save ends). If the target is already dazed, it takes an additional 2d6 + 7 necrotic damage.",damage:"2d6+7 necrotic damage and the target is dazed (save ends)",category:1}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"5ec5df0a-fe6a-4531-99bc-03634a54b212",name:"Breven Foss",details:"",size:2,origin:4,type:2,keywords:"human",level:13,role:{type:3,flag:1,leader:!0},senses:"Perception +18",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +17, Insight +18, Religion +17",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:12},intelligence:{score:22},wisdom:{score:24},charisma:{score:15},hp:264,initiative:7,ac:27,fortitude:25,reflex:26,will:27,regeneration:null,auras:[{id:"062b6fd3-fada-4ad4-a300-80f1534a3f04",name:"Elemental Energy",keywords:"",details:"aura 10; each elemental ally within the aura regenerates 10 hp at the start of its turn."}],powers:[{id:"5b9a3beb-d018-4838-bdab-8a4a73782478",name:"Fire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"1d10+6 fire damage, and the target takes a –2 penalty to attack rolls until the end of Foss’s next turn.",damage:"1d10+6 fire damage",category:1},{id:"282f276c-e0fa-4bdc-abc2-494bc677d796",name:"Frost Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:17,defence:1},description:"",details:"2d8+6 cold damage, and until the end of Foss’s next turn, the target is slowed and takes a –2 penalty to all defenses.",damage:"2d8+6 cold damage",category:1},{id:"446ef4aa-08b4-472e-b828-a0ea1b4ea3fe",name:"Elemental Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire",condition:"",range:"Close burst 5",attack:{bonus:16,defence:1},description:"",details:"targets enemies; 1d10+6 cold and fire damage, Foss slides the target 3 squares, and the target is dazed (save ends).",damage:"1d10+6 cold and fire damage",category:1},{id:"ef073b7e-c13e-444e-9653-e31246ae24f7",name:"Elemental Recall",action:{action:4,trigger:"when foss is reduced to 132 hp or fewer",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"close burst 5",attack:{bonus:16,defence:2},description:"",details:"Foss teleports away to a predetermined location; 3d10 + 6 cold and fire damage.",damage:"3d10 + 6 cold and fire damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"157e6914-9749-4606-a410-7d8ed0ffc252",name:"Champion Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:17,role:{type:7,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +18",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:18},intelligence:{score:16},wisdom:{score:16},charisma:{score:20},hp:328,initiative:14,ac:33,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"7b8254fa-290f-493f-981a-f2afeb8fc54f",name:"Souldraining Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"2d8 + 11 necrotic damage (crit 4d8 + 27), and the target loses a healing surge and is immobilized (save ends).",damage:"2d8 + 11 necrotic damage (crit 4d8 + 27)",category:1},{id:"9a77472c-84ea-48b1-8d9a-0ea0e5946b3e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:null,description:"",details:"The champion wight makes two souldraining longsword attacks.",damage:"",category:1},{id:"f79cf0b6-fd1e-4317-bde1-c67f2b6b291f",name:"Soul Reaping",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:22,defence:1},description:"",details:"affects an immobilized target only; 3d8 + 7 necrotic damage, and the champion wight regains 25 hit points.",damage:"3d8 + 7 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"38536f5f-1af0-432f-bdc1-b667b39ecc11",name:"Demon Furor",details:"",size:3,origin:1,type:1,keywords:"demon, Shadow",level:12,role:{type:6,flag:2,leader:!1},senses:"Perception +14",movement:"4, fly 4 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:18},dexterity:{score:19},intelligence:{score:2},wisdom:{score:16},charisma:{score:15},hp:488,initiative:17,ac:26,fortitude:24,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"5500d575-a9fe-4ad3-a85f-de77bc5fd590",name:"Angry Tendril Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 3; 2d6+5 damage, and the target is pulled 2 squares.",damage:"2d6+5 damage",category:1},{id:"881223ff-66c8-4251-a58e-8306163d3b2f",name:"Flurry of Tendril Strikes",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demon furor makes three angry tendril strike attacks.",damage:"",category:1},{id:"0eb68d05-952e-43d8-86e9-22be998016f9",name:"Debilitating Anger",action:{action:3,trigger:"1/round",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:15,defence:3},description:"",details:"the target takes a –2 penalty to AC and Reflex defenses (save ends).",damage:"",category:5},{id:"b50eb7f5-aaab-4d8e-88ea-238b8a778f29",name:"Blinding Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:15,defence:3},description:"",details:"1d8+5 damage, the target is pushed 3 squares, and the target is blind (save ends).",damage:"1d8+5 damage",category:1},{id:"0eabd795-696d-4bbc-a1a8-35db3f24dc25",name:"Infectious Rage",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"1d8+5 damage, and the target makes an immediate basic melee or basic ranged attack against its closest ally.",attack:{bonus:15,defence:3},description:"",details:"",damage:"",category:5},{id:"a896b1fd-2bfb-4c60-bf4f-f2b5a2bdebb6",name:"Bloodied Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While bloodied, the demon furor gains a +2 bonus to attacks, an additional +1d6 to all damage rolls, and it takes a –2 penalty to AC and Reflex defenses.",damage:"an additional +1d6 to all damage rolls",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"24caa853-28ce-4f2c-8d43-303b2be237ce",name:"Demon Manipulator",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:3,flag:2,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Arcana +13, Bluff +16, Insight +15, Streetwise +16",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:18},intelligence:{score:16},wisdom:{score:21},charisma:{score:23},hp:448,initiative:9,ac:25,fortitude:23,reflex:24,will:26,regeneration:null,auras:[],powers:[{id:"cf9899bd-efd2-432d-9484-b0d39792ce4a",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"2f4434e0-ed52-4de3-8954-e7f8c0c3c360",name:"Ray of Manipulation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:15,defence:3},description:"",details:"1d8+5 damage, and the target is dominated (save ends).",damage:"1d8+5 damage",category:1},{id:"e3da0f53-844f-4dd6-ae9f-1e8bb56f68b4",name:"Deceptive Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demon manipulator makes either two claw attacks or two ray of manipulation attacks.",damage:"",category:1},{id:"829217cc-0a02-45d8-beef-ee99fb12ef9a",name:"Whispers of Manipulation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:13,defence:3},description:"",details:"2d6+5 damage, and the target slides 3 squares and is dazed (save ends).",damage:"2d6+5 damage",category:1},{id:"75d91d79-956e-4f74-9fd1-d56087c00130",name:"Demonic Suggestion",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:13,defence:3},description:"",details:"targets enemies; 1d8+5 damage, and the target is pushed 2 squares and immobilized (save ends).",damage:"1d8+5 damage",category:1},{id:"937332ab-96cd-48e4-818b-1d99f9a04359",name:"Demonic Manifestation",action:{action:3,trigger:"1/round; when bloodied only",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The demon manipulator spawns a demonic manifestation in an adjacent square.",damage:"",category:5}],damageModifiers:[{type:3,value:-15},{type:9,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5c2ab9bd-fbd5-412f-9d15-7641e6278b23",name:"Demonic Manifestation",details:"",size:2,origin:1,type:2,keywords:"demon",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +6; darkvision",movement:"4, fly 8",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:17},intelligence:{score:2},wisdom:{score:13},charisma:{score:12},hp:1,initiative:8,ac:25,fortitude:23,reflex:23,will:21,regeneration:null,auras:[],powers:[{id:"5b374a06-e0b0-4ee5-809b-a72584a75141",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1},{id:"42877dc2-7228-4b0e-91ba-07003df4802e",name:"Sudden Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"The manifestation flies up to 8 squares, avoiding opportunity attacks along the way. It attacks once at any time during its movement; 9 damage.",damage:"9 damage",category:1},{id:"c0a0c299-5dae-4109-8cd0-6c89541f5914",name:"Demonic Persuasion",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target is pulled 2 squares toward the manifestation. Then the manifestation explodes, dealing 9 damage to every enemy that is adjacent to it. This destroys the manifestation.",damage:"dealing 9 damage to every enemy that is adjacent to it",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ebd7732-de6f-45b1-970e-954c927acc0a",name:"Dire Winter Wolf Iceclaw",details:"",size:3,origin:4,type:1,keywords:"",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +20; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Stealth +22 (+5 to Stealth checks when in ice or snow)",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:28},intelligence:{score:12},wisdom:{score:24},charisma:{score:18},hp:168,initiative:19,ac:31,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"3cf375b1-a48c-4ce4-b4da-a4c37669063a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+7 damage plus 1d8 cold damage.",damage:"1d10+7 damage plus 1d8 cold damage",category:1},{id:"ebd306e3-4aa1-456d-8e78-1fea702c8caf",name:"Claw and Run",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Two attacks against one or two targets; 1d8+7 cold damage per attack. After the first or second attack, the dire winter wolf can shift 4 squares.",damage:"1d8+7 cold damage per attack",category:1},{id:"4823116e-4440-49cb-b009-5c76669beb6a",name:"Freezing Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"2d8+7 cold damage, and ongoing 5 cold damage (save ends). Miss: Half damage.",damage:"2d8+7 cold damage",category:1},{id:"a087fbd9-8169-4aad-a564-8ab78e12ae45",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire winter wolf gains combat advantage against a target that has one or more of the dire winter wolf’s allies adjacent to it. The dire winter wolf deals an extra 2d6 cold damage on attacks against any target it has combat advantage against.",damage:"the dire winter wolf deals an extra 2d6 cold damage on attacks against any target it has combat advantage against",category:0},{id:"212b8fdb-c17d-4b2c-a3ff-ee6dacf272b1",name:"Slipstream",action:{action:4,trigger:"when an attack damages the dire winter wolf",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dire winter wolf shifts 4 squares and gains +2 to all defenses until the start of its next turn.",damage:"The dire winter wolf shifts 4 squares and gains +2 to all defenses until the start of its next turn",category:5}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aca8a913-01a6-4c98-8ad7-7bccc84a2106",name:"Djinn Windsword",details:"",size:3,origin:1,type:2,keywords:"air",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +19; blindsight 10",movement:"6, fly 8 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"Bluff +18, Insight +19, Nature +19, Thievery +19",equipment:"scimitar",category:"",strength:{score:26},constitution:{score:18},dexterity:{score:23},intelligence:{score:19},wisdom:{score:23},charisma:{score:20},hp:162,initiative:16,ac:33,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"6f8b8eb8-b5d6-41b0-a513-a350c0988933",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 2d8+7 damage (crit 3d8 + 23), and the target is marked until the end of the djinn windsword’s next turn.",damage:"2d8+7 damage (crit 3d8 + 23)",category:1},{id:"9cdcbe57-be55-4c5f-80f5-59130f9240c1",name:"Come to Me",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:1},description:"",details:"the djinn windsword pulls the target 5 squares.",damage:"the djinn windsword pulls the target 5 squares",category:3},{id:"9a64c54c-4dda-4644-8b6d-3218c2912a0e",name:"Wind Vortex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"the target slides 3 squares.",damage:"the target slides 3 squares",category:1},{id:"9fd41a1c-4051-4afe-8536-16f0c762bd4f",name:"Whirlwind Dervish",action:{action:1,trigger:"recharges when the djinn windsword is struck by a critical hit",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Close burst 2",attack:{bonus:22,defence:0},description:"",details:"3d10+6 lightning and thunder damage.",damage:"3d10+6 lightning and thunder damage",category:5},{id:"24a3bca8-3097-4b18-903d-454d1acdd8be",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A djinn windsword can alter its physical form to appear as an attractive Medium humanoid of any race or gender.",damage:"",category:3}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"84bca5fc-4342-4555-8f4a-297f0c0b09a6",name:"Doppelganger Rogue",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Common, Giant",skills:"Bluff +17, Insight +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:13},charisma:{score:18},hp:150,initiative:14,ac:30,fortitude:28,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"b7edeba8-f7eb-4e75-b0c1-a343b9a33f71",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"bd53f424-3101-43ec-a0c3-25531f1f8aec",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"the doppelganger gains combat advantage against the target until the end of the doppelganger’s next turn.",damage:"",category:3},{id:"8be63a55-6652-4f6b-9534-dfd13771d29e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger sneak deals an extra 3d8 damage against any target it has combat advantage against.",damage:"the doppelganger sneak deals an extra 3d8 damage against any target it has combat advantage against",category:0},{id:"bfd6a7d0-5f86-49a9-b489-3a32993aef64",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fec0f9b3-4947-4be7-b75e-4656172042a8",name:"Drider Battlelord",details:"",size:3,origin:2,type:2,keywords:"spider",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, climb 8 (spider climb)",alignment:"Evil",languages:"Common, Giant, Elven",skills:"Dungeoneering +15, Stealth +17",equipment:"greatsword; leather armor",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:21},intelligence:{score:13},wisdom:{score:16},charisma:{score:9},hp:182,initiative:12,ac:27,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"95234cad-f0fb-46de-b814-f78f03f04a90",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d12+8 damage.",damage:"1d12+8 damage",category:1},{id:"e21f58aa-714f-4b0e-aa42-918e54c0d931",name:"Quick Bite",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Requires combat advantage; 1d4+1 damage, and ongoing 10 poison damage (save ends).",damage:"1d4+1 damage",category:3},{id:"dbddd788-060c-482d-ba57-eb119866ab8a",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"until the end of the drider’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"f5ebbdc2-785c-4216-bcf9-30255a3e9323",name:"Web",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:16,defence:2},description:"",details:"the target is restrained (until escape). Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check.",damage:"Escaping from the web requires a successful DC 25 Acrobatics check or DC 27 Athletics check",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ae78c52-09ac-46a9-a88e-3af5e2707adb",name:"Drow Arcanist",details:"",size:2,origin:2,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +17, Nature +19, Religion +17",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:18},wisdom:{score:22},charisma:{score:20},hp:156,initiative:10,ac:31,fortitude:26,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"1c55035c-e098-439e-9fc6-185239562688",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d4+9 damage, and the drow arcanist makes a secondary attack against the same target. Secondary Attack: +21 vs. Fortitude; see drow poison for the effect.",damage:"1d4+9 damage",category:1},{id:"6bbe2267-d605-4651-98f9-15a69d6bebec",name:"Shadow Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"1d10+7 necrotic damage, and the target is slowed (save ends).",damage:"1d10+7 necrotic damage",category:1},{id:"e9b6dbb6-d6b2-4e63-a99e-c550bd5df2e4",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"until the end of the drow arcanist’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"54a34620-d15e-45fd-b6a0-c3e436483255",name:"Shadow Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Area burst 2 within 20",attack:{bonus:21,defence:2},description:"",details:"5d6+7 fire damage, and the target is immobilized (save ends).",damage:"5d6+7 fire damage",category:1},{id:"7e63227e-2a48-484f-8db0-51e73d906b72",name:"Drow Poison",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"A creature hit by a weapon coated in drow poison takes a –2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is also weakened (save ends). Second Failed Saving Throw: The target falls unconscious until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae5b201c-35d5-4198-ac3f-4688be6ea013",name:"Drow Matron",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +16; darkvision",movement:"7",alignment:"Chaotic Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +19, Insight +21, Intimidate +19, Religion +21, Stealth +17",equipment:"chainmail; mace",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:18},intelligence:{score:26},wisdom:{score:27},charisma:{score:22},hp:304,initiative:12,ac:32,fortitude:25,reflex:30,will:30,regeneration:null,auras:[{id:"e661f482-522c-4a51-b828-464e986aafb1",name:"Lolth’s Authority",keywords:"",details:"aura 5; drow and spider allies in the aura gain a +1 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"7d57932f-6a8f-48da-87df-068a57ad4490",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"5dfc0c05-5ac3-4a75-a5e3-2eefb74df910",name:"Wrath of the Spider Queen",action:{action:4,trigger:"when the drow matron is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:5},{id:"56a7fa41-a8a3-498b-96e9-81e69156b526",name:"Webs of Madness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"Burst 2 within 20; 2d10+9 psychic damage, and the target is dazed and slowed (save ends both).",damage:"2d10+9 psychic damage",category:1},{id:"7598be03-5781-4f87-a678-6cdbd787130b",name:"Lolth’s Rebuke",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:3},description:"",details:"target is weakened and dazed (save ends both). If the target is slain while weakened and dazed, it explodes in a burst 3: +17 vs. Reflex; 3d6 + 7 poison damage.",damage:"3d6 + 7 poison damage",category:3},{id:"9473ec73-128a-4142-aec9-fbed65ac63f9",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of the drow matron’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"360a3920-ef4d-437c-b431-5e979ae7fa6f",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The drow matron can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"the drow matron can transfer up to 75 damage she has taken to a spider or drow within 5 squares of her",category:3},{id:"1bc5aaee-0005-4300-8730-705818e412b6",name:"Mask of the Matriarch",action:{action:5,trigger:"when the drow matron is targeted by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"",attack:null,description:"",details:"The target moves its speed away from the drow matron.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"daefd80a-e030-4f1c-aecf-b9f884b61478",name:"Drow Noble",details:"",size:2,origin:2,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!0},senses:"Perception +20; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven, Giant",skills:"Bluff +19, Diplomacy +19, Insight +20, Stealth +16",equipment:"chainmail; longsword",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:16},wisdom:{score:22},charisma:{score:20},hp:164,initiative:11,ac:32,fortitude:27,reflex:29,will:32,regeneration:null,auras:[{id:"73bdb6b9-0bd0-4fd3-b316-da6ad4de6cc4",name:"Noble Authority",keywords:"",details:"aura sight; drow and spider allies in the aura gain a +2 bonus to attack rolls and a +2 bonus to damage rolls."}],powers:[{id:"19bd0d9d-7566-4dbe-a4d9-40e42a651bf8",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+9 damage.",damage:"1d8+9 damage",category:1},{id:"a36892f5-03e9-4872-be9a-e01c20639547",name:"Fire Web",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 5",attack:{bonus:22,defence:2},description:"",details:"1d10+7 fire damage, and the target is immobilized and gains vulnerable 5 fire (save ends both).",damage:"1d10+7 fire damage",category:1},{id:"ed5b4fc7-981d-4c21-a3ef-1fcafad82bfb",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"until the end of the drow noble’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealmen.",damage:"",category:3},{id:"a41f5d1b-30bd-42c3-95a6-3c0d5edd8b4c",name:"Shadow Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:22,defence:3},description:"",details:"targets enemies; 4d10+7 necrotic damage, and the target is blinded (save ends).",damage:"4d10+7 necrotic damage",category:1},{id:"141cd61c-00cb-4b9f-994a-5f072d9fe37c",name:"Maddening Oratory",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"3d8+7 psychic damage, and the target is dazed (save ends). Drow allies in the burst gain 10 hit points.",damage:"3d8+7 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e6ddb977-14a4-4c84-bc8f-e0e19fb3cba7",name:"Drow Ranger",details:"",size:2,origin:2,type:2,keywords:"",level:17,role:{type:0,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +15, Stealth +18",equipment:"leather armor; longbow; longsword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:20},intelligence:{score:13},wisdom:{score:15},charisma:{score:12},hp:122,initiative:13,ac:29,fortitude:29,reflex:31,will:28,regeneration:null,auras:[],powers:[{id:"58c19188-30ac-44de-a481-ceda25e6489b",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage.",damage:"1d10+7 damage",category:1},{id:"5b7b2cea-a333-44e0-8718-d6d96b7ded7f",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:24,defence:0},description:"",details:"1d10+7 damage, plus 2d6 quarry damage if the target is the closest enemy.",damage:"1d10+7 damage",category:1},{id:"a8e025c5-409c-414d-a108-86acb5583397",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The drow ranger makes two longbow attacks against the same target.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1b70eff-bcf6-4f9f-b539-ed7a00a1bad6",name:"Drow Venomblade",details:"",size:2,origin:2,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Acrobatics +16, Dungeoneering +12, Intimidate +14, Stealth +18",equipment:"longsword; scale armor; short sword",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:21},intelligence:{score:12},wisdom:{score:14},charisma:{score:12},hp:124,initiative:13,ac:27,fortitude:23,reflex:25,will:22,regeneration:null,auras:[],powers:[{id:"464c27aa-f8fc-4966-9ba2-3ceebe112bfc",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d8+5 damage",category:1},{id:"1273130a-2c97-42e0-aa17-81589c8137f7",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+5 damage, and ongoing 5 poison damage (save ends).",damage:"1d6+5 damage",category:1},{id:"a3f80527-bb25-4e15-b017-d6684b9791f9",name:"Blade Mastery",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The drow venomblade makes one longsword attack and one short sword attack.",damage:"",category:1},{id:"402b87f3-2c06-428f-9aa6-43b8f90ec8b0",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow venomblade’s next turn. The cloud blocks line of sight for all creatures except the drow venomblade. Any creature entirely within the cloud (except the drow venomblade) is blinded until it exits.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f645b036-83c4-4a83-8457-ddbd9c81c8dc",name:"Drow Warblade",details:"",size:2,origin:2,type:2,keywords:"",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Dungeoneering +15, Intimidate +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:19},intelligence:{score:13},wisdom:{score:14},charisma:{score:12},hp:114,initiative:16,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"4215368e-764d-429f-b7a4-4a1cf9b4848e",name:"Warblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d10+7 damage, and the drow warblade makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; see drow poison for the effect.",damage:"1d10+7 damage",category:1},{id:"5003a3fe-adc8-41d3-9d1c-6a6c2feaa5d8",name:"Hand Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison, Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:21,defence:0},description:"",details:"1d8+7 damage, and the drow warblade makes a secondary attack against the same target. Secondary Attack: +19 vs. Fortitude; see drow poison for the effect.",damage:"1d8+7 damage",category:1},{id:"6f2fee18-c748-4d13-b413-2d560751566a",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"until the end of the drow warblade’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"f347df49-0531-406f-bd1a-29a8c64ca1fb",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow warblade deals an extra 3d8 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"5cd978c2-aadb-4d9d-86ee-d0dfe4fe6158",name:"Drow Poison",action:null,keywords:"Poison",condition:"",range:"",attack:null,description:"",details:"A creature hit by a weapon coated in drow poison takes a –2 penalty to attack rolls (save ends). First Failed Saving Throw: The target is also weakened (save ends). Second Failed Saving Throw: The target falls unconscious until the end of the encounter.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2a82932f-b927-4f54-9b68-be8606dacebf",name:"Earth Elemental Battlewall",details:"",size:3,origin:1,type:1,keywords:"earth",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:168,initiative:9,ac:26,fortitude:26,reflex:22,will:22,regeneration:null,auras:[{id:"915bcb0d-6820-4a68-84ad-4d372d743dff",name:"Battlewall",keywords:"",details:"aura 2; each ally in the aura and touching the ground receives a +2 bonus to AC and Fortitude defenses."}],powers:[{id:"a2f20f8c-5747-4f18-9053-3e93f501d79a",name:"Earthen Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d12+8 damage, and if the target is bloodied, it is knocked prone.",damage:"2d12+8 damage",category:1},{id:"55e28004-cd20-46a9-b361-29b7cddfbb20",name:"Earthstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The ground around the earth elemental churns and explodes. Close burst 2",attack:{bonus:15,defence:1},description:"",details:"3d10+8 damage, and the target is pushed 2 squares.",damage:"3d10+8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"873e1522-0e61-4020-8d3b-e69eecb402ac",name:"Earth Elemental Gravelshard",details:"",size:2,origin:1,type:1,keywords:"earth",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6 earthwalk",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:9},charisma:{score:13},hp:1,initiative:9,ac:26,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"ae783c4a-ac79-4f20-ac44-6e5c500852da",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"511f39da-de64-4e70-af73-27c925141b86",name:"Gravelshard Collision",action:{action:4,trigger:"when an attack misses the gravelshard",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"The gravelshard shifts up to 3 squares to move adjacent to another elemental with the earth keyword, granting that elemental 10 temporary hit points. Then it charges the nearest enemy; 9 and the target is knocked prone.",damage:"The gravelshard shifts up to 3 squares to move adjacent to another elemental with the earth keyword",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"09754af8-e579-4a4d-bef6-812e8057a526",name:"Earth Elemental Quake",details:"",size:3,origin:1,type:1,keywords:"earth",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:15},dexterity:{score:15},intelligence:{score:4},wisdom:{score:12},charisma:{score:15},hp:125,initiative:7,ac:22,fortitude:24,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"b26f4b4b-fc54-491a-9c2f-eb46b41fd6e7",name:"Granite Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"a78f4e4f-785c-4d76-be88-a6a768661697",name:"Earthquake",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The ground around the earth elemental shakes violently. Close burst 2",attack:{bonus:11,defence:1},description:"",details:"3d8 + 5 damage, and the target is pushed 2 squares.",damage:"3d8 + 5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"2ee13557-824e-4c8b-99bd-c9f52bda1d84",name:"Earth Giant",details:"",size:3,origin:1,type:2,keywords:"giant",level:14,role:{type:2,flag:0,leader:!1},senses:"Perception +8",movement:"6 see also earth step",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Athletics +17",equipment:"",category:"",strength:{score:20},constitution:{score:20},dexterity:{score:8},intelligence:{score:9},wisdom:{score:12},charisma:{score:12},hp:170,initiative:6,ac:26,fortitude:28,reflex:22,will:24,regeneration:null,auras:[],powers:[{id:"78a77e5c-f3dc-4b36-a0a5-44a82a19146a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"5d457690-b036-4a74-a252-365f414cc562",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:15,defence:2},description:"",details:"2d6+6 damage.",damage:"2d6+6 damage",category:1},{id:"9d264db0-eae7-439e-9e7c-344963e58a75",name:"Earth Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"51c7e551-ecc2-4eef-b674-1272fd2b0bb0",name:"Earth Giant Soldier",details:"",size:3,origin:1,type:2,keywords:"giant",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6 see also earth step",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Intimidate +13",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:16},intelligence:{score:12},wisdom:{score:14},charisma:{score:12},hp:150,initiative:12,ac:31,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"52a71558-f75b-49c5-bc5f-2b8da4a692df",name:"Thunder Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d10+4 thunder damage.",damage:"2d10+4 thunder damage",category:1},{id:"bd065277-b064-47e7-9da6-080324c4a424",name:"Thunder Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder, Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:0},description:"",details:"3d10+6 thunder damage, and the target is dazed (save ends).",damage:"3d10+6 thunder damage",category:1},{id:"8c1990f8-d350-49ff-bf87-80514f75977c",name:"Battle Focus",action:{action:4,trigger:"when an enemy leaves an adjacent square",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The earth giant soldier makes a melee basic attack against the enemy, even if the enemy is shifting.",attack:null,description:"",details:"",damage:"",category:5},{id:"10dab2f8-49ce-4630-88b0-3ddc879d37fd",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant soldier can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"b22c55de-8999-422c-867a-a347a1afbc83",name:"Earth Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"750a8a40-1157-4256-b1b8-e2c5e848ada1",name:"Earth Giant Stalker",details:"",size:3,origin:1,type:2,keywords:"giant",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +14",movement:"6 see also earth step",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"Stealth +14",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:12},hp:108,initiative:18,ac:28,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"9c063591-c584-402c-8785-77b28b9a9fd7",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d6+4 damage.",damage:"2d6+4 damage",category:1},{id:"3bc4d6f1-e858-4272-a2ea-13db708ddb4d",name:"Stone Merge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"The earth giant stalker shifts 3 squares and merges into the ground or a stone wall, disappearing from view. When the earth giant merges, it causes a thunderous shockwave. Close burst 1",attack:{bonus:17,defence:2},description:"",details:"enemies only; the target is dazed (save ends).",damage:"",category:1},{id:"12f7295e-5c1c-4883-9a36-6c56d5bae6fb",name:"Deadly Eruption",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Can only be used if the earth giant used stone merge in the previous round. The earth giant stalker shifts 3 squares and erupts from the ground or a stone wall, rejoining the battle. Close burst 1",attack:{bonus:17,defence:2},description:"",details:"3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"cd5b8707-9244-4adc-8125-6ed7c882f2c7",name:"Earth Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The earth giant ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a82e280d-55aa-4005-8701-d812737d7cea",name:"Elemental Spawn",details:"",size:3,origin:1,type:1,keywords:"",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:18},intelligence:{score:8},wisdom:{score:16},charisma:{score:9},hp:1,initiative:13,ac:30,fortitude:30,reflex:28,will:27,regeneration:null,auras:[{id:"43cc52a5-59fd-4896-88d7-894d65c198b2",name:"Elemental Storm",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 cold, fire, and lightning damage."}],powers:[{id:"8845cf95-8da9-4f1f-a66c-17d6d35edb9b",name:"Elemental Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"12 cold, fire, or lightning damage, determined randomly each time an attack hits.",damage:"or lightning damage",category:1},{id:"e837eea1-ac6c-4764-8d80-7c404bafac11",name:"Elemental Explosion",action:{action:7,trigger:"when the elemental spawn is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire, Lightning",condition:"",range:"Close burst 2",attack:{bonus:21,defence:2},description:"",details:"12 cold, fire, and lightning damage.",damage:"and lightning damage",category:5}],damageModifiers:[{type:2,value:-10},{type:3,value:-10},{type:5,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"28065c91-edd6-4bc3-85da-2148b0375e44",name:"Ethereal Marauder",details:"",size:2,origin:0,type:1,keywords:"",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +14; low-light vision",movement:"7, teleport 3, phasing; see also ethereal jaunt",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +18",equipment:"",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:22},intelligence:{score:16},wisdom:{score:14},charisma:{score:16},hp:115,initiative:17,ac:29,fortitude:27,reflex:28,will:25,regeneration:null,auras:[],powers:[{id:"e5681372-978e-417a-ae1c-cf050b5f5e79",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"92ed5202-d8b1-45a9-8110-74cc90502cd6",name:"Reality Warp",action:{action:1,trigger:"usable only while insubstantial",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"3d6+6 damage, and the ethereal marauder teleports the target 3 squares. The marauder then teleports 3 squares into a space adjacent to the target.",damage:"3d6+6 damage",category:5},{id:"33eff2d4-e0fd-4bc1-a683-e39fcbaf35d2",name:"Ethereal Jaunt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 3",attack:{bonus:17,defence:2},description:"",details:"3d10+6 damage, the target is dazed (save ends), and the ethereal marauder teleports 3 squares and gains planephase form until the end of it next turn.",damage:"3d10+6 damage",category:1},{id:"ce13ea78-b027-4e4a-a819-10d785c5976f",name:"Planar Evasion",action:{action:4,trigger:"when the ethereal marauder is hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The marauder teleports 3 squares.",damage:"The marauder teleports 3 squares",category:5},{id:"158f8f5b-4de7-4ff9-8388-bcb819405862",name:"Planephase Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ethereal marauder partially phases into another plane, gaining insubstantial and phasing until the end of its next turn or until it hits or misses with an attack. Sustain Minor: The effect persists.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"psychic, an ethereal marauder that takes psychic damage immediately ends planephase form.",immune:"",tactics:""},{id:"9ad5fee9-fbc5-490a-9ab6-c0d8d548a521",name:"Fire Archon Flameshield",details:"",size:2,origin:1,type:2,keywords:"fire",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"light shield; plate armor; scimitar",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:22},intelligence:{score:16},wisdom:{score:18},charisma:{score:14},hp:116,initiative:13,ac:27,fortitude:23,reflex:24,will:22,regeneration:null,auras:[{id:"e15072c9-dbdc-4d14-9e85-495f06136184",name:"Ember Cloud ",keywords:"",details:"(Fire) aura 1; each creature that begins its turn in the aura takes 5 fire damage and is marked by the flameshield until the end of the flameshield’s next turn."}],powers:[{id:"6a469b63-5e3a-4e71-8f95-b334faa9609d",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage (crit 2d8 + 13) plus 1d8 fire damage, and target is marked until the end of the flameshield’s next turn.",damage:"1d8+5 damage (crit 2d8 + 13) plus 1d8 fire damage",category:1},{id:"4cb355e3-fb20-4b56-9790-93ccbd09f48a",name:"Flameshield Enticement",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:16,defence:1},description:"",details:"The fire archon’s flameshield flares brightly; 2d6+5 fire damage, the target is pulled 2 squares, and the target takes ongoing 5 fire damage (save ends).",damage:"2d6+5 fire damage",category:1},{id:"786fcedd-2394-4c22-b8b7-5e2cd8c3b735",name:"Flame Mark",action:null,keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The flameshield deals an extra 1d8 fire damage against any enemy that is marked by it.",damage:"the flameshield deals an extra 1d8 fire damage against any enemy that is marked by it",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a015cd67-6ee2-4876-8b33-a06a0acff6e6",name:"Fire Elemental Firestorm",details:"",size:3,origin:1,type:1,keywords:"fire",level:12,role:{type:3,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:22},intelligence:{score:4},wisdom:{score:12},charisma:{score:16},hp:122,initiative:12,ac:26,fortitude:23,reflex:25,will:22,regeneration:null,auras:[{id:"80ef9e12-b5a2-40f8-91a2-67269f0dc5a7",name:"Blazing Heat",keywords:"",details:"(Fire) aura 1; any creature that enters or starts its turn in the aura takes 5 fire damage."}],powers:[{id:"1a26f570-76cf-405e-8b84-16533283f681",name:"Fire Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+5 fire damage, and target is pushed 3 squares.",damage:"1d8+5 fire damage",category:1},{id:"1d233a99-aaf2-460f-b204-eab0db2e0e85",name:"Firestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:14,defence:2},description:"",details:"2d6+5 fire damage and the target is immobilized (save ends). The zone is filled with fire and is considered difficult terrain until the end of the encounter. Any creature that enters or starts its turn in the zone takes 5 fire damage.",damage:"2d6+5 fire damage and the target is immobilized (save ends)",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"946853a1-031e-47f3-bf6d-3887ebff665a",name:"Fire Elemental Inferno",details:"",size:3,origin:1,type:1,keywords:"fire",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:22},intelligence:{score:8},wisdom:{score:12},charisma:{score:16},hp:170,initiative:15,ac:32,fortitude:30,reflex:32,will:29,regeneration:null,auras:[{id:"f205a30f-5df3-4016-a788-4a03e214811e",name:"Blazing Heat",keywords:"",details:"(Fire) aura 3; any creature that enters or starts its turn in the aura takes 10 fi re damage"}],powers:[{id:"a2f3b845-0210-44d3-ba01-16b72d9f4d16",name:"Fire Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 3; 1d10+7 fire damage, and target slides 3 squares.",damage:"1d10+7 fire damage",category:1},{id:"a2c2c82f-9d34-4ac4-b6e0-a85ab19e71e0",name:"Inferno",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:22,defence:2},description:"",details:"2d8+7 fire damage and the target is immobilized (save ends). The zone is filled with fire and is considered difficult terrain until the end of the encounter. Any creature that enters or starts its turn in the zone takes 10 fire damage.",damage:"2d8+7 fire damage and the target is immobilized (save ends)",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"disease, petrification, poison",tactics:""},{id:"9889c765-114c-495c-9bae-e7c53662b2e6",name:"Fire Elemental Spark",details:"",size:2,origin:1,type:1,keywords:"fire",level:12,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"7",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:21},intelligence:{score:3},wisdom:{score:12},charisma:{score:8},hp:1,initiative:11,ac:26,fortitude:24,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"ef56df61-a887-406a-913c-5ef263861728",name:"Fire Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"The fire elemental spark shifts 1 square and attacks; 8 fire damage (crit 12 fire damage).",damage:"8 fire damage (crit 12 fire damage)",category:1},{id:"4b7a2418-b476-407e-adf6-8971654e06d4",name:"Fire Burst",action:{action:4,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The fire elemental spark shifts 1 square and explodes. Close burst 1",attack:{bonus:15,defence:2},description:"",details:"8 fire damage. Fire elementals in the burst gain a +2 bonus to defenses until the end of their next turn.",damage:"8 fire damage",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a66b3200-fb7e-42c5-af8b-e722bd80e0c7",name:"Fire Giant Element Handler",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +18",movement:"7",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +18, Diplomacy +19, Dungeoneering +18",equipment:"quarterstaff",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:17},intelligence:{score:17},wisdom:{score:17},charisma:{score:18},hp:175,initiative:13,ac:32,fortitude:30,reflex:29,will:30,regeneration:null,auras:[],powers:[{id:"bb3bcb00-abb7-4cb8-bbf4-7d98a6a3ecb5",name:"Fiery Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 1d8+7 damage plus 2d8 fire damage.",damage:"1d8+7 damage plus 2d8 fire damage",category:1},{id:"6d9df6f8-d38d-4731-af66-cfe5d462fe30",name:"Fire Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"2d10+4 fire damage, and the target is dazed until the end of the fire giant’s next turn.",damage:"2d10+4 fire damage",category:1},{id:"232876b3-ffe9-4edd-a4d4-f4909255584e",name:"Searing Wind",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"the fire giant slides the target 3 squares.",damage:"the fire giant slides the target 3 squares",category:3},{id:"26a6bd43-7f96-440f-8a50-32eede73c80a",name:"Boiling Wave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"1d10+7 damage, and the target is pushed 3 squares.",damage:"1d10+7 damage",category:1},{id:"ab9bcab3-8fac-4a9d-9c99-2b83b4854a28",name:"Earthen Spikes",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Area burst 1 within 20",attack:{bonus:21,defence:2},description:"",details:"spikes of stone burst from the ground; 4d10+7 damage; the affected area becomes difficult terrain for the rest of the encounter.",damage:"4d10+7 damage",category:1},{id:"2de3cf62-ec90-4a4e-908a-e445890bf01c",name:"Fire Shroud",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares of the fire giant gains resist 10 to all damage until the end of the fire giant’s next turn. In addition, any enemy that starts its turn adjacent to the ally while the fire shroud is in affect takes 15 fire damage.",damage:"one ally within 10 squares of the fire giant gains resist 10 to all damage until the end of the fire giant’s next turn",category:3}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"36677572-1909-4430-b9e4-ff3809f0d36b",name:"Fire Giant Flamecrusher",details:"",size:3,origin:1,type:2,keywords:"giant",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"7",alignment:"Evil",languages:"Giant",skills:"Endurance +20",equipment:"maul; plate armor",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:17},intelligence:{score:8},wisdom:{score:15},charisma:{score:22},hp:204,initiative:11,ac:29,fortitude:30,reflex:25,will:28,regeneration:null,auras:[],powers:[{id:"8f9a3d6d-ae84-43d0-b015-53278aebfc57",name:"Searing Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+8 damage plus 2d8 fire damage.",damage:"2d8+8 damage plus 2d8 fire damage",category:1},{id:"25169d59-03e1-484f-aa4f-381f84326cc3",name:"Overhead Smash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires maul; reach 2; 2d8+14 damage plus 2d8 fire damage, and the target is knocked prone.",damage:"2d8+14 damage plus 2d8 fire damage",category:1},{id:"641a1735-791d-44d2-9cd0-e27a97b81d6c",name:"Battering Blows",action:{action:1,trigger:"usable only when bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"close burst 2",attack:{bonus:20,defence:0},description:"",details:"Requires maul; 2d8+8 damage plus 2d8 fire damage, and the target is pushed 2 squares and knocked prone.",damage:"2d8+8 damage plus 2d8 fire damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a06d33e4-e20e-43be-9c1f-910e699726b0",name:"Fire Giant Icefist",details:"",size:3,origin:1,type:2,keywords:"giant",level:19,role:{type:2,flag:1,leader:!1},senses:"Perception +12",movement:"7",alignment:"Evil",languages:"Giant",skills:"Intimidate +20",equipment:"",category:"",strength:{score:29},constitution:{score:27},dexterity:{score:23},intelligence:{score:17},wisdom:{score:16},charisma:{score:23},hp:454,initiative:15,ac:31,fortitude:31,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"87e32751-afea-49c3-bbb6-48a586729a6f",name:"Ice Punch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires frigid gauntlets; reach 2; 1d8+18 damage plus 2d8 cold damage.",damage:"1d8+18 damage plus 2d8 cold damage",category:1},{id:"24f629d1-a7f9-452d-8cc4-a6652978a8eb",name:"Blizzard of Blows",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:null,description:"",details:"The fire giant icefist makes three ice punch attacks. If all three attacks hit, make an immediate freezing grasp attack as a free action. This attack can’t be used while the icefist has a grabbed target.",damage:"",category:1},{id:"fe5a7592-f74a-4146-9b99-2be6cf7f56d4",name:"Freezing Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Requires frigid gauntlets; 1d8+18 damage plus 2d8 cold damage, and the target is grabbed.",damage:"1d8+18 damage plus 2d8 cold damage",category:1},{id:"7af6bf25-6e31-42d2-a9e6-cae6404e5f16",name:"Coldsnap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of a grabbed target’s turn, the grabbed target takes 10 cold damage.",damage:"the grabbed target takes 10 cold damage",category:0}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7f0568dc-d285-44d0-943f-6388ea175d82",name:"Fire Giant Trooper",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +9",movement:"7",alignment:"Chaotic Evil",languages:"Giant",skills:"",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:10},intelligence:{score:8},wisdom:{score:10},charisma:{score:9},hp:1,initiative:11,ac:34,fortitude:34,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"1f4947a0-13a4-486e-b04c-81a7668c3a2c",name:"Searing Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 10 damage plus 1d8 fire damage.",damage:"10 damage plus 1d8 fire damage",category:1},{id:"ef89114f-617a-429e-bf2e-f5635a7641f9",name:"Iron Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"15/30; 10 damage, and the target is slowed until the end of the fire giant trooper’s next turn.",damage:"10 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6e7af5a3-c456-4e18-9d5f-9e747591af8d",name:"Frost Giant Bodak Reaver",details:"",size:3,origin:5,type:2,keywords:"cold, giant, undead",level:18,role:{type:7,flag:0,leader:!1},senses:"Perception +17; darkvision",movement:"7 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"",equipment:"greataxe; plate armor",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:21},intelligence:{score:10},wisdom:{score:16},charisma:{score:23},hp:175,initiative:16,ac:31,fortitude:31,reflex:30,will:31,regeneration:null,auras:[{id:"459da483-fcf0-4de9-a0d8-f407fc81f39a",name:"Agonizing Gaze ",keywords:"",details:"(Fear, Gaze, Necrotic) aura 5; a creature in the aura that makes a melee or a ranged attack against the bodak reaver takes 5 necrotic damage before the attack roll is made and takes a –2 penalty to the attack roll."}],powers:[{id:"d7c48e13-fe6d-448c-94da-b55ccc999035",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Necrotic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d12+6 cold damage (crit 2d12 + 18) plus 1d8 necrotic damage, and the target is dazed and weakened (save ends both).",damage:"1d12+6 cold damage (crit 2d12 + 18) plus 1d8 necrotic damage",category:1},{id:"a84f354c-9438-4362-82a2-fb1651a6bc21",name:"Death Gaze",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Gaze, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"targets a living creature; if the target is weakened, it is reduced to 0 hit points; otherwise, the target takes 1d6 + 6 necrotic damage and loses a healing surge.",damage:"the target takes 1d6 + 6 necrotic damage and loses a healing surge",category:1},{id:"e45c9ba7-8bde-49b2-91fb-7f1ff8b08867",name:"Death Drinker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver, the reaver gains a +1 bonus to attack rolls until the end of its next turn, as well as 15 temporary hit points.",damage:"If a living creature is reduced to 0 hit points within 5 squares of the bodak reaver",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"a bodak reaver that takes radiant damage can’t weaken a target until the end of its next turn.",immune:"disease, poison",tactics:""},{id:"6b517f3f-c9ea-4b48-9369-de785f7a9312",name:"Frost Giant Boneclaw",details:"",size:3,origin:5,type:0,keywords:"cold, giant, undead",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Intimidate +16, Stealth +18",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:23},intelligence:{score:10},wisdom:{score:12},charisma:{score:18},hp:136,initiative:15,ac:30,fortitude:24,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"57d860fe-3d54-4cbb-8cef-6fef34f3eb32",name:"Icy Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 3; 1d12+6 cold damage.",damage:"1d12+6 cold damage",category:1},{id:"0dac9f77-43a4-4ea4-b170-a81c790a9ac9",name:"Necrotic Pulse",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Close burst 10",attack:null,description:"",details:"undead allies in the burst regain 10 hit points, and enemies in the burst take 10 necrotic damage.",damage:"and enemies in the burst take 10 necrotic damage",category:5},{id:"636ea606-184d-443b-a74e-a85c93ccb39f",name:"Relentless Opportunist",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the boneclaw hits with an opportunity attack, it can make another opportunity attack against the same target during the current turn.",damage:"",category:0},{id:"883d74f0-d3f5-4277-9835-c73665c12240",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The boneclaw can make opportunity attacks against all enemies within its reach (3 squares)",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-20},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""});Ni.push({id:"1382daa8-3198-423e-91b1-a6caf2d44cf3",name:"Frost Giant Hunter",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +13",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Athletics +17, Endurance +16, Stealth +16",equipment:"crossbow; hide armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:19},intelligence:{score:12},wisdom:{score:22},charisma:{score:12},hp:114,initiative:16,ac:27,fortitude:27,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"4664433e-e414-4bcb-9411-62e2c3d6c7b7",name:"Icy Harpoon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 3; 2d10+5 cold damage.",damage:"2d10+5 cold damage",category:1},{id:"47b45637-b4c6-4d78-a8ee-6e1372869c98",name:"Icy Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"3d6+5 cold damage.",damage:"3d6+5 cold damage",category:1},{id:"9e049360-7f78-4bc8-9bdf-3661a7125284",name:"Skewering Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"Reach 3; 3d10+5 cold damage, and the target slides 3 squares and is slowed (save ends).",damage:"3d10+5 cold damage",category:1},{id:"457f993e-7a85-4191-b9a3-109d6243795a",name:"Opening Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost giant gains combat advantage against enemies that have not yet acted during an encounter.",damage:"",category:0},{id:"ce1618e0-5150-4e47-bfb9-16f3ef555644",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost giant deals an extra 1d10 damage against any target it has combat advantage against.",damage:"the frost giant deals an extra 1d10 damage against any target it has combat advantage against",category:0},{id:"f29f1e58-8050-4dee-bd7f-8bff90c1074e",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6167f893-9cbc-44c1-9162-cdd7f92df5bc",name:"Frost Giant Marauder",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:6,flag:0,leader:!1},senses:"Perception +11",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"handaxe; hide armor",category:"",strength:{score:21},constitution:{score:24},dexterity:{score:19},intelligence:{score:10},wisdom:{score:17},charisma:{score:12},hp:168,initiative:14,ac:31,fortitude:30,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"eb7a3410-712a-4490-8219-abe55a6a254a",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 2d8+8 cold damage; hit or miss, the frost giant may shift 2 squares after the attack.",damage:"2d8+8 cold damage",category:1},{id:"ffc37d57-ae84-4a6c-96ad-2fb26c26bea7",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:22,defence:0},description:"",details:"2d6+6 cold damage; hit or miss, the frost giant may shift 2 squares after the attack.",damage:"2d6+6 cold damage",category:1},{id:"87e5702f-abd4-4ade-8bca-1cf5e2f91ed0",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:21,defence:2},description:"",details:"1d8+8 cold damage; hit or miss, the frost giant then makes a charge against the target.",damage:"1d8+8 cold damage",category:1},{id:"8d326d5e-bf5e-4007-9ebc-b6dbf31070d8",name:"Twin Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:null,description:"",details:"The frost giant makes two icy handaxe attacks; the frost giant may shift 2 squares after the first attack.",damage:"the frost giant may shift 2 squares after the first attack",category:1},{id:"9beb1491-62d3-48cc-8c3a-37c8e1c67bc9",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0},{id:"e972b131-c3fb-46d6-b608-9b058c8fdcb5",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The frost giant can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e0cd846d-d842-4da5-9f33-c5bdb87c240d",name:"Frost Giant Raider",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +13",movement:"8 (ice walk)",alignment:"Evil",languages:"Giant",skills:"Athletics +19",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:23},constitution:{score:21},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:1,initiative:11,ac:29,fortitude:32,reflex:27,will:28,regeneration:null,auras:[],powers:[{id:"2d2c1346-1e9d-4fdd-91f6-ce1df891ffd0",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 10 cold damage.",damage:"10 cold damage",category:1},{id:"490afe75-c548-412a-9b56-808f3e7c5a29",name:"Dying Swipe",action:null,keywords:"",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"The frost giant makes an icy greataxe attack.",damage:"",category:0},{id:"f4484c57-54db-49cc-a9ea-9113f60f8f85",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:20,defence:0},description:"",details:"9 cold damage.",damage:"9 cold damage",category:1},{id:"67c59318-c221-4373-84aa-81ab04615c2b",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"93e0380c-4df2-490c-9be6-9226a51b04ba",name:"Frost Giant Sword Wraith",details:"",size:3,origin:5,type:2,keywords:"cold, giant, undead",level:17,role:{type:4,flag:0,leader:!1},senses:"Perception +14",movement:"fly 8 (hover); phasing; see also shadow glide",alignment:"Chaotic Evil",languages:"Giant",skills:"Stealth +20",equipment:"",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:24},intelligence:{score:11},wisdom:{score:12},charisma:{score:24},hp:90,initiative:19,ac:30,fortitude:29,reflex:30,will:32,regeneration:{value:10,details:"if the sword wraith takes radiant damage, regeneration is negated until the end of the sword wraith’s next turn"},auras:[],powers:[{id:"72f1ca68-eec7-4af4-b693-dee5f9cbac82",name:"Shadow Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"2d8+7 necrotic damage, and the target is weakened (save ends).",damage:"2d8+7 necrotic damage",category:1},{id:"5a116ff2-3768-4611-b21f-84c542c2ac5c",name:"Death Strike",action:null,keywords:"Cold, Necrotic",condition:"when reduced to 0 hit points",range:"The sword wraith shifts 4 squares and makes a melee basic attack, dealing an extra 2d8 cold and necrotic damage on a hit.",attack:null,description:"",details:"",damage:"",category:0},{id:"7e4c4eef-68ed-44b8-8716-0221737e1848",name:"Combat Advantage",action:null,keywords:"Cold, Necrotic",condition:"",range:"",attack:null,description:"",details:"The sword wraith deals an extra 2d6 cold and necrotic damage against any target it has combat advantage against.",damage:"the sword wraith deals an extra 2d6 cold and necrotic damage against any target it has combat advantage against",category:0},{id:"77958156-9b7e-4f8d-8148-44a2322bf746",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The sword wraith shifts 6 squares.",damage:"The sword wraith shifts 6 squares",category:2},{id:"d4f446c2-b5b0-4826-a989-f171f972ab93",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sword wraith rises as a free-willed sword wraith at the start of its creator’s next turn, appearing in the space where it died (or in the nearest unoccupied space). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:2,value:-15},{type:6,value:-20}],resist:"insubstantial",vulnerable:"10 radiant (see also regeneration above)",immune:"disease, poison",tactics:""},{id:"dd1d528f-5d58-4507-afb1-4505a7defd28",name:"Frost Giant Warchief",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:20,role:{type:2,flag:0,leader:!1},senses:"Perception +16",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Athletics +23",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:21},intelligence:{score:14},wisdom:{score:22},charisma:{score:16},hp:233,initiative:15,ac:32,fortitude:32,reflex:30,will:31,regeneration:null,auras:[],powers:[{id:"26d30cad-4ffc-48d5-867f-17b8a25cf3af",name:"Icy Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 4d6+9 (crit 8d6 + 33) cold damage.",damage:"4d6+9 (crit 8d6 + 33) cold damage",category:1},{id:"df54b76f-6a39-4944-8032-d1f972912115",name:"Dying Swipe",action:null,keywords:"",condition:"when the frost giant drops to 0 hit points",range:"",attack:null,description:"",details:"The frost giant makes an icy greataxe attack.",damage:"",category:0},{id:"f062f512-6fdb-4cc0-b226-df0f17ec7f22",name:"Chilling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"Reach 2; 2d6+9 cold damage, and the target gains vulnerable 10 cold (save ends).",damage:"2d6+9 cold damage",category:1},{id:"72ec2a34-97c2-48f4-ab33-9cd8d186090c",name:"Icy Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:25,defence:0},description:"",details:"2d8+9 cold damage.",damage:"2d8+9 cold damage",category:1},{id:"c51336c1-e0f6-4c58-99e9-5da28c16b0a1",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides a frost giant, the giant moves 2 squares less than the effect specifies. Also, a frost giant can make a saving throw to avoid being knocked prone.",damage:"the giant moves 2 squares less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c1b34d64-c562-46f1-811c-4e34c4cb88b9",name:"Frost Giant Windkeeper",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:16,role:{type:3,flag:0,leader:!0},senses:"Perception +20",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +17, Nature +20, Religion +17",equipment:"drum; hide armor; longspear",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:21},intelligence:{score:19},wisdom:{score:24},charisma:{score:21},hp:158,initiative:13,ac:30,fortitude:31,reflex:30,will:32,regeneration:null,auras:[],powers:[{id:"ac4becdc-3987-4339-8430-793b3ad4ec84",name:"Spear of Storms",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d10+5 cold damage, and the target slides 3 squares.",damage:"2d10+5 cold damage",category:1},{id:"3fa69ca9-a375-464d-91f9-e9419a50b93d",name:"Arctic Vortex",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:1},description:"",details:"2d6+5 cold damage, and the target slides 3 squares.",damage:"2d6+5 cold damage",category:1},{id:"5bf7a5bd-e783-4529-96b8-20587c9eba3a",name:"Driving Blizzard",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Area burst 2 within 20",attack:{bonus:20,defence:2},description:"",details:"3d6+5 cold damage, and the target is immobilized (save ends). Until the end of the encounter, the area becomes difficult terrain for creatures smaller than Large size.",damage:"3d6+5 cold damage",category:1},{id:"a19a3a3a-9727-49df-8259-791c5425b22d",name:"Gale of the North Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:20,defence:1},description:"",details:"targets enemies only; 4d10+5 cold damage, and the target is pushed 2 squares and knocked prone. Miss: Half damage and push 1 square.",damage:"4d10+5 cold damage",category:1},{id:"73057ef6-f0ce-403c-8960-774e27f4629e",name:"Drums of the North",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Implement",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets enemies; the target is pushed 2 squares and slowed until the end of the frost giant’s next turn. Allies in the burst immediately shift 3 squares. The frost giant must sheath his longspear to play the drum.",damage:"the target is pushed 2 squares and slowed until the end of the frost giant’s next turn",category:1}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"58658952-25fe-4d4d-8b24-82a2c7b578b8",name:"Frostfell Harrier",details:"",size:2,origin:1,type:1,keywords:"cold",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +10",movement:"5, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:19},dexterity:{score:22},intelligence:{score:5},wisdom:{score:19},charisma:{score:6},hp:1,initiative:14,ac:27,fortitude:24,reflex:26,will:24,regeneration:null,auras:[{id:"18cfc9c3-d005-474b-8afe-813cc739fc42",name:"Frostfield",keywords:"",details:"aura 1; each enemy within the aura takes a –2 penalty to attack rolls."}],powers:[{id:"ea4a652a-b953-4e15-ae80-283dca72c8d7",name:"Ice Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:16,defence:1},description:"",details:"9 cold damage.",damage:"9 cold damage",category:1},{id:"14ae560d-89c4-4760-8868-fed065c7d12b",name:"Ice Slide",action:{action:4,trigger:"when a melee attack misses the frostfell harrier",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The attacker takes 4 cold damage and slides 3 squares.",damage:"the attacker takes 4 cold damage and slides 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"369aa635-8a2d-4920-b5dc-294825b2b923",name:"Frostfell Harrower",details:"",size:2,origin:1,type:1,keywords:"cold",level:20,role:{type:9,flag:3,leader:!1},senses:"Perception +14",movement:"5, fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:24},intelligence:{score:10},wisdom:{score:19},charisma:{score:6},hp:1,initiative:19,ac:34,fortitude:32,reflex:34,will:31,regeneration:null,auras:[{id:"d90bbefb-8332-4d6a-8631-ce8748eabe33",name:"Frostfield",keywords:"",details:"aura 1; each enemy within the aura takes a –2 penalty to attack rolls."}],powers:[{id:"330382a9-a155-4cb8-bb26-157a8c350b57",name:"Ice Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:23,defence:1},description:"",details:"15 cold damage.",damage:"15 cold damage",category:1},{id:"2ff46000-6975-46cc-b81b-69da04eb7db8",name:"Ice Slide",action:{action:4,trigger:"when a melee attack misses the frostfell harrower",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"The attacker takes 7 cold damage and slides 3 squares.",damage:"the attacker takes 7 cold damage and slides 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"74e3ef39-573f-4c8d-9b7b-bd192e9d906e",name:"Galeb Duhr Stoneshaper",details:"",size:2,origin:1,type:2,keywords:"earth",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +14; tremorsense 10",movement:"4 (earth walk), burrow 6",alignment:"Unaligned",languages:"Dwarven, Giant",skills:"Stealth +13",equipment:"",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:16},intelligence:{score:12},wisdom:{score:18},charisma:{score:12},hp:86,initiative:8,ac:22,fortitude:23,reflex:20,will:21,regeneration:null,auras:[],powers:[{id:"8f1e9705-8969-4523-bcdb-770cf961139b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"2297626e-d428-46ca-820c-9f487d67394b",name:"Stone Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:15,defence:2},description:"",details:"2d6+5 damage. The stoneshaper can create shards to hurl when none are present.",damage:"2d6+5 damage",category:1},{id:"7931c69f-ec2d-43fe-80af-36b67e88e759",name:"Stone Wall",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The stoneshaper calls forth a wall of stone. Close burst 2",attack:{bonus:13,defence:1},description:"",details:"1d10+6 damage, and the target is pushed 1 square and knocked prone. The stoneshaper gains +2 to all defenses until the beginning of its next turn.",damage:"1d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification, poison",tactics:""},{id:"85cb066d-648c-4216-a20b-c54b16b01ef4",name:"Ghost Worg Packmate",details:"",size:3,origin:5,type:1,keywords:"undead",level:17,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"8, fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:22},intelligence:{score:11},wisdom:{score:14},charisma:{score:20},hp:1,initiative:14,ac:29,fortitude:30,reflex:29,will:28,regeneration:null,auras:[{id:"19a18507-44d8-4134-9168-2f03c82168a6",name:"Death Mist",keywords:"",details:"aura 1; enemies that enter or start their turn in the aura take 10 necrotic damage."}],powers:[{id:"0550564e-e352-4831-a59f-b20919d924b2",name:"Ghost Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1},{id:"ce83850b-ce4d-4143-a691-8c9398430b4c",name:"Insubstantial Defense",action:{action:7,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ghost worg makes a saving throw. If the save succeeds, the attack passes harmlessly through the ghost worg’s form.",damage:"",category:5}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4e261504-2fbe-479b-a643-5573c3ffa016",name:"Gorrick Frostcaller",details:"",size:3,origin:1,type:2,keywords:"cold, giant",level:18,role:{type:3,flag:0,leader:!0},senses:"Perception +14",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Arcana +20, Bluff +17, Diplomacy +17, History +20, Thievery +17",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:16},intelligence:{score:22},wisdom:{score:21},charisma:{score:16},hp:172,initiative:12,ac:32,fortitude:30,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"d7a059ee-ddd1-440b-9443-ded9174339c0",name:"Frost Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"Reach 2; 2d8+6 cold damage, and the target is immobilized until the end of Gorrick’s next turn.",damage:"2d8+6 cold damage",category:1},{id:"7d493d9c-422f-4bb0-9073-91e1976774ab",name:"Ray of Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:22,defence:1},description:"",details:"2d10+6 cold damage, and the target is slowed until the end of Gorrick’s next turn.",damage:"2d10+6 cold damage",category:1},{id:"ff02f59f-f7aa-493c-888c-21b21e110018",name:"Ice Tomb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Ranged 20",attack:{bonus:22,defence:2},description:"",details:"3d10+6 cold damage, and the target is entombed in a block of ice until the end of Gorrick’s next turn. While entombed, the target is stunned, and attacks cannot gain line of effect against the target.",damage:"3d10+6 cold damage",category:1},{id:"ceca98a3-4b5e-41ec-863d-efbb04a6ad83",name:"Elemental Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:null,description:"",details:"targets one elemental ally; the elemental ally makes a basic attack with a +4 bonus to the attack roll and damage roll.",damage:"the elemental ally makes a basic attack with a +4 bonus to the attack roll and damage roll",category:1},{id:"decc93e1-17ef-459a-8fe1-cf6749bab3ac",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Gorrick moves 2 squares fewer than any forced movement specifies. He makes a saving throw to avoid being knocked prone.",damage:"Gorrick moves 2 squares fewer than any forced movement specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8a5e67f3-de0f-4f43-bfea-487ff67e7b47",name:"Haunted Armor Animus",details:"",size:2,origin:3,type:0,keywords:"undead",level:19,role:{type:9,flag:3,leader:!1},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"heavy shield; longsword",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:8},wisdom:{score:14},charisma:{score:11},hp:1,initiative:14,ac:35,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"d1c6f63d-a4b7-4d9e-aa17-39875f17c22e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"12 necrotic damage.",damage:"12 necrotic damage",category:1},{id:"fad8fe02-85c5-4b13-afe0-456fd80672c8",name:"Ectoplasmic Burst",action:null,keywords:"Necrotic",condition:"when the haunted armor animus drops to 0 hit points",range:"Close burst 3",attack:{bonus:24,defence:1},description:"",details:"12 necrotic damage and the target is dazed (save ends).",damage:"12 necrotic damage and the target is dazed (save ends)",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ff1a0ca-98ea-4e0f-b2d4-553a60dc09b0",name:"Hill Giant Battlechief",details:"",size:3,origin:4,type:2,keywords:"giant",level:14,role:{type:6,flag:0,leader:!0},senses:"Perception +15",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +18, Intimidate +14, Stealth +16",equipment:"battleaxe; hide armor",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:19},intelligence:{score:16},wisdom:{score:17},charisma:{score:15},hp:144,initiative:13,ac:28,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"275877a4-5c95-40fe-9440-5c51f37fe61e",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d10+8 damage.",damage:"2d10+8 damage",category:1},{id:"faf4db2e-7d23-43a8-843e-d0b8b691adc9",name:"Inspiring Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 3d10+8 damage, and all allies within 10 squares heal 15 hit points.",damage:"3d10+8 damage",category:1},{id:"4c822013-b6c2-4674-913f-30fbe0440ed2",name:"Frenzied Advance",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"allies within the burst shift 3 squares.",damage:"allies within the burst shift 3 squares",category:3},{id:"e7b1a292-75c3-4fbc-adea-254da528f848",name:"Battle Weave",action:{action:4,trigger:"when an attack hits or misses the hill giant",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hill giant battlechief shifts up to 3 squares and gains combat advantage against all enemies until the end of his next turn.",damage:"The hill giant battlechief shifts up to 3 squares and gains combat advantage against all enemies until the end of his next turn",category:5},{id:"9dc397b0-efc4-4c22-ad9f-af24a0d71c3a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The hill giant battlechief deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the hill giant battlechief deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4cc5fb27-e823-4223-897b-b9483152ae46",name:"Hill Giant Grunt",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:9,flag:3,leader:!1},senses:"Perception +7",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Athletics +15",equipment:"greatclub; hide armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:8},intelligence:{score:7},wisdom:{score:12},charisma:{score:9},hp:1,initiative:5,ac:25,fortitude:27,reflex:21,will:23,regeneration:null,auras:[],powers:[{id:"796078da-28b2-4297-96c3-bc7908789f18",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 9 damage and the target is pushed 1 square.",damage:"9 damage and the target is pushed 1 square",category:1},{id:"6a096798-b9d1-45e0-bde9-549585f11fed",name:"Hurl Rock",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 8/16",attack:{bonus:15,defence:0},description:"",details:"9 damage.",damage:"9 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35ca5fce-2099-4894-98fe-a82c4ae92ee1",name:"Hill Giant High Shaman",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Arcana +13, Nature +13",equipment:"hide armor",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:262,initiative:9,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f71afd76-60d2-4cc7-a3a8-50189079eb92",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"ee8f21d6-066a-47aa-b6dd-35c354687147",name:"Whisper of Pain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:17,defence:3},description:"",details:"1d10+6 damage, and the hill giant shaman and his allies gain a +1 bonus to attack rolls against the target until the end of the hill giant shaman’s next turn.",damage:"1d10+6 damage",category:1},{id:"9be975d1-85d6-439f-8b4a-785279d6a673",name:"Earthrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Weapon",condition:"",range:"Close burst 3",attack:{bonus:17,defence:2},description:"",details:"targets enemies only; 1d10+6 damage, and target is knocked prone.",damage:"1d10+6 damage",category:1},{id:"7deb33e0-112a-4146-9e53-37b515804031",name:"Earthstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Weapon",condition:"",range:"Requires quarterstaff. Close blast 5",attack:{bonus:15,defence:1},description:"",details:"3d10+6 damage, and the target is pushed 1 square and blinded (save ends).",damage:"3d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d459716c-3506-4a11-946d-07eb3c91f6bb",name:"Hill Giant Shaman",details:"",size:3,origin:4,type:2,keywords:"giant",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Arcana +13, Nature +13",equipment:"hide armor",category:"",strength:{score:21},constitution:{score:19},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:131,initiative:9,ac:27,fortitude:25,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"a16a58d1-d71a-4781-a6e1-663744ef41c4",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Implement, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"eee3094a-4ed3-479c-b799-3efb6a529410",name:"Earthstorm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Weapon",condition:"",range:"Requires quarterstaff. Close blast 5",attack:{bonus:15,defence:1},description:"",details:"3d10+6 damage, and the target is pushed 1 square and blinded (save ends).",damage:"3d10+6 damage",category:1},{id:"76771726-91dd-47bd-bdd4-79ca49c65ae8",name:"Volcanic Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Weapon",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"1d10+6 damage, and target gains vulnerable 5 fire (save ends).",damage:"1d10+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"653997cb-d0fa-4a71-b07a-cb3eb4be2b2a",name:"Hill Giant Slinger",details:"",size:3,origin:4,type:2,keywords:"giant",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Chaotic Evil",languages:"Giant",skills:"Acrobatics +17, Nature +15, Stealth +17",equipment:"hide armor; sling",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:20},intelligence:{score:9},wisdom:{score:16},charisma:{score:11},hp:112,initiative:12,ac:26,fortitude:26,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"32f3329a-eeac-4749-b694-fca423097b7d",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"5ca76ee3-8baa-47f6-9c57-cf956b93f5cd",name:"Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:21,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"157edc62-d02a-44e9-b40a-c3840291eaf1",name:"Special Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:19,defence:2},description:"",details:"2d8+6 damage, and target is slowed and takes ongoing 5 acid damage (save ends both).",damage:"2d8+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d78a767f-a886-42e8-a4d4-3279725ef7a6",name:"King Snarr",details:"",size:3,origin:1,type:2,keywords:"giant",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +17",movement:"7",alignment:"Evil",languages:"Common, Giant",skills:"Arcana +18, Endurance +21, Intimidate +20",equipment:"maul",category:"",strength:{score:27},constitution:{score:24},dexterity:{score:24},intelligence:{score:18},wisdom:{score:17},charisma:{score:22},hp:428,initiative:16,ac:30,fortitude:30,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"69055fae-60ac-49cc-8166-264ee1c61545",name:"Searing Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 2; 2d8+7 damage plus 2d8 fire damage.",damage:"2d8+7 damage plus 2d8 fire damage",category:1},{id:"8fa4ad79-c357-46e0-96a1-696157ccbc60",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:null,description:"",details:"King Snarr makes two searing maul attacks.",damage:"",category:1},{id:"0e94e397-51b0-4b5d-b453-8453072a886f",name:"Thundering Smash",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Fire, Thunder, Weapon",condition:"",range:"close blast 3",attack:{bonus:20,defence:0},description:"",details:"Requires maul; 3d8+7 damage plus 2d8 fire and thunder damage, and the target is pushed 2 squares and dazed (save ends).",damage:"3d8+7 damage plus 2d8 fire and thunder damage",category:5}],damageModifiers:[{type:3,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b00cc24c-1559-4b2a-b600-10effa71fff1",name:"Ogre Warrior",details:"",size:3,origin:4,type:2,keywords:"",level:11,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"club; hide armor; javelin",category:"",strength:{score:20},constitution:{score:19},dexterity:{score:16},intelligence:{score:4},wisdom:{score:14},charisma:{score:6},hp:115,initiative:10,ac:25,fortitude:24,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"2335ebbc-5cbb-4fdd-8860-e91f1e9de77c",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"Reach 2; 1d8+5 damage; see also skirmish.",damage:"1d8+5 damage",category:1},{id:"d9cddc1b-2d1f-4ac8-9f0a-54c32af6b7be",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:16,defence:0},description:"",details:"1d8+5 damage; see also skirmish.",damage:"1d8+5 damage",category:1},{id:"1bef1d51-9cbd-47bc-afa9-622afca68e61",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The ogre warrior makes a javelin attack followed by a charge attack.",damage:"",category:1},{id:"d0adef03-3a87-4af1-be98-1c3e43922470",name:"Skirmish +1d10",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the ogre warrior ends its move at least 4 squares away from its starting point, it deals an extra 1d10 damage on its melee attacks until the start of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e9a2f186-e0bc-4c6c-8805-6b80d183e733",name:"Orc Mercenary",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Endurance +14, Intimidate +9",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:17},intelligence:{score:11},wisdom:{score:14},charisma:{score:11},hp:120,initiative:11,ac:26,fortitude:25,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"f2861f6f-91bf-48f9-875d-23a3749f5e28",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d12+5 damage (crit 1d12 + 17).",damage:"1d12+5 damage (crit 1d12 + 17)",category:1},{id:"b76cb9c1-4c04-4a6e-906b-81d54734da07",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:17,defence:0},description:"",details:"1d8+5 damage; see also killer’s eye.",damage:"1d8+5 damage",category:1},{id:"cfdb23ef-e88e-4879-bd32-f133695ace47",name:"Warrior’s Surge",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"The orc mercenary makes a melee basic attack and regains 30 hit points.",attack:null,description:"",details:"",damage:"",category:5},{id:"99963bb0-60e0-4f64-bf89-d579f3e07c7d",name:"Killer’s Eye",action:null,keywords:"",condition:"",range:"When making a ranged attack, the orc mercenary ignores cover and concealment (but not total concealment) if the target is within 5 squares of it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4db4cee2-f3f0-426a-9fea-e6ab8167e2a3",name:"Piranoth (Diminished State)",details:"",size:4,origin:1,type:1,keywords:"primordial",level:19,role:{type:6,flag:2,leader:!1},senses:"Perception +21; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:28},dexterity:{score:28},intelligence:{score:14},wisdom:{score:25},charisma:{score:19},hp:752,initiative:0,ac:30,fortitude:31,reflex:30,will:32,regeneration:null,auras:[{id:"eaa2b0c5-feb1-4557-9e5e-e76b9988d890",name:"Cloud of Elemental Chaos",keywords:"",details:"aura 3; each enemy that starts its turn in the aura takes damage; roll 1d6: 1–3, 10 fire damage; 4–5, 10 cold damage; 6, 15 cold and fire damage."}],powers:[{id:"60f60c8a-d30f-4762-89af-25ba9124d10c",name:"Magma Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 4; 3d6+8 fire damage.",damage:"3d6+8 fire damage",category:1},{id:"1ccd5f7b-c304-4aaa-af75-ae444f556dec",name:"Arctic Whip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 30",attack:{bonus:22,defence:1},description:"",details:"2d6+7 cold damage, and the target is slowed (save ends).",damage:"2d6+7 cold damage",category:1},{id:"3b4d24df-fc13-4c4c-8584-379a1dc06065",name:"Earthen Storm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:20,defence:2},description:"",details:"1d10+8 damage, and the target is pushed 3 squares.",damage:"1d10+8 damage",category:1},{id:"3ac78d89-047a-4597-8bf5-ee118d33ae12",name:"Icefire Slash",action:{action:4,trigger:"when an attack misses piranoth",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 4; 1d10+8 cold and fire damage.",damage:"1d10+8 cold and fire damage",category:5},{id:"509a155c-d554-4bd0-823c-d9acb45ec67b",name:"Elemental Torrent",action:{action:1,trigger:"recharges each time piranoth spends an action point",sustainAction:0,use:1,recharge:""},keywords:"Cold, Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:20,defence:1},description:"",details:"4d8+7 cold and fire damage, and the target slides 2 squares and is immobilized (save ends).",damage:"4d8+7 cold and fire damage",category:5},{id:"41a905a6-82d4-45e3-8e51-30d110de37a8",name:"Chaos Jump",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Piranoth teleports 10 squares. Any enemies adjacent to Piranoth when he teleports are dazed (save ends).",damage:"Piranoth teleports 10 squares",category:2},{id:"5ab825a5-6ce1-42ac-85ca-f851a6b18026",name:"Earth Shift",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Piranoth shifts 3 squares. Any enemies adjacent to Piranoth when he shifts are knocked prone.",damage:"Piranoth shifts 3 squares",category:3},{id:"19d51a74-9adf-4368-98ab-9d70fa8507f3",name:"Triple Mind",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Piranoth acts three times in a round, on initiative counts 35, 25, and 15. It cannot delay or ready actions. On each turn, it can use one action, either a minor, a move, or a standard. It can use one immediate action between each turn.",damage:"on initiative counts 35",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"attacks by characters below level 15",tactics:""},{id:"36425a95-e1d5-46e1-a9d6-dd9c0146332f",name:"Rage Drake Ravager",details:"",size:3,origin:4,type:1,keywords:"mount, reptile",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +10",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:14},intelligence:{score:4},wisdom:{score:14},charisma:{score:13},hp:178,initiative:9,ac:27,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"0de53a2f-4662-4e73-8ee5-f7c5e51c7a78",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+6 damage; see also bloodied rage.",damage:"2d8+6 damage",category:1},{id:"f2da50bf-c028-4fe7-a60c-1d217d8b0d71",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage; see also bloodied rage.",damage:"1d10+6 damage",category:1},{id:"039a152b-95c9-4e18-b9c2-94cfa174b27e",name:"Raking Leap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rage drake leaps up to 8 squares, making four claw attacks against a single target as it lands.",damage:"The rage drake leaps up to 8 squares",category:1},{id:"447da252-26b8-4778-b46e-c61aecde15cc",name:"Bloodied Rage",action:null,keywords:"",condition:"while bloodied",range:"",attack:null,description:"",details:"The rage drake gains a +2 bonus to attack rolls and deals an extra 10 damage per attack.",damage:"the rage drake gains a +2 bonus to attack rolls and deals an extra 10 damage per attack",category:0},{id:"e09c6ddb-4e02-4fd9-81ad-707450593528",name:"Raging Mount",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Mount",condition:"while bloodied and mounted by a friendly rider of 15th level or higher",range:"The rage drake grants its rider a +2 bonus to attack rolls and damage rolls with melee attacks.",attack:null,description:"",details:"",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear (while bloodied only)",tactics:""},{id:"96086dcf-8bb7-49ad-82ea-5abedeb2ff09",name:"Salamander Swordbearer",details:"",size:3,origin:1,type:2,keywords:"fire, reptile",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Primordial",skills:"",equipment:"khopesh",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:22},intelligence:{score:13},wisdom:{score:18},charisma:{score:15},hp:153,initiative:14,ac:32,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"f1f11968-adab-42ee-8d6a-5128e1f5b098",name:"Khopesh",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"Reach 2; 1d8+7 damage, plus 5 fire damage.",damage:"1d8+7 damage",category:1},{id:"d05f0985-1654-448a-b01f-b3176af4d016",name:"Executioner’s Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"Targets bloodied enemy only; reach 2; 2d8+7 damage, plus 5 fire damage. If the target is prone, it takes an additional 10 damage.",damage:"2d8+7 damage",category:1},{id:"9451c5d9-14c9-4bc5-9c85-da6bfda61e54",name:"Tail Lash",action:{action:4,trigger:"when an enemy moves within 2 squares of the salamander swordbearer",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"The salamander attacks the enemy; reach 2; 1d10+7 fire damage, the target is knocked prone, and the target’s move action ends in that square.",damage:"1d10+7 fire damage",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fbbe9cf4-c44b-4d64-a8ae-0dd2621528ab",name:"Skeletal Arcane Guardian",details:"",size:2,origin:4,type:0,keywords:"undead",level:15,role:{type:2,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"scimitar",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:20},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:176,initiative:12,ac:27,fortitude:27,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"e4d1d094-2380-4748-83f4-8f99df06e8a1",name:"Twin Scimitar Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The skeletal arcane guardian makes two scimitar attacks against the same target; 1d10+6 damage (crit 1d10 + 16). This also holds true for opportunity attacks.",damage:"1d10+6 damage (crit 1d10 + 16)",category:1},{id:"6db72199-414d-4d72-a3e8-ea25698e2432",name:"Cascade of Steel",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The skeletal arcane guardian makes two twin scimitar strike attacks (four scimitar attacks total).",damage:"",category:1},{id:"bf1e21e1-8e97-49a5-9249-b7e6db171352",name:"Arcane Assassin",action:{action:4,trigger:"when an enemy uses an arcane power",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal arcane guardian shifts 8 squares and makes a melee basic attack against the triggering target.",attack:null,description:"",details:"",damage:"",category:5},{id:"86a5b87d-8530-4909-aa64-8fec1b6cf90e",name:"Sudden Strike",action:{action:4,trigger:"when an adjacent enemy shifts",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The skeletal arcane guardian makes a melee basic attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"21815c47-f1fc-4a25-b3ee-ffafbb849217",name:"Spectral Servant",details:"",size:2,origin:5,type:2,keywords:"undead",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +15; darkvision",movement:"4",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:2},wisdom:{score:15},charisma:{score:12},hp:1,initiative:11,ac:29,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"475a9c1f-8288-4fb2-8b7a-0c4876c50293",name:"Spectral Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"9 necrotic damage.",damage:"9 necrotic damage",category:1},{id:"c1c15112-30ec-4f82-88cc-fea0c6018abb",name:"Spectral Dance",action:{action:4,trigger:"when missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spectral servant shifts 3 squares and makes a spectral claw attack at any point during that movement. It gains resist all damage until the start of its next turn.",damage:"it gains resist all damage until the start of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f9848446-2496-456a-bf3f-dfc4bce4512d",name:"Torrian",details:"",size:3,origin:4,type:2,keywords:"",level:12,role:{type:4,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Stealth +15",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:15},charisma:{score:12},hp:94,initiative:14,ac:26,fortitude:24,reflex:25,will:23,regeneration:null,auras:[],powers:[{id:"9ac452be-e5bc-46db-8258-147bb300216d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"04720148-03c4-4fa6-93b9-575c99584885",name:"Strike from Hiding",action:{action:1,trigger:"the torrian must be invisible",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Reach 2; 2d8+3 damage, and the target is dazed (save ends).",damage:"2d8+3 damage",category:5},{id:"678e2410-e8f7-4efd-a63b-98f1556aaaf8",name:"Stealthy Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian shifts 4 squares and becomes invisible until the end of its next turn.",damage:"The torrian shifts 4 squares and becomes invisible until the end of its next turn",category:2},{id:"7cdf71b6-8ece-4ad2-a98a-5057685168a9",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1},{id:"135b416b-4e3d-4ee8-819e-86256040e03d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian deals an extra 1d8 damage against any target it has combat advantage against.",damage:"the torrian deals an extra 1d8 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b6ba9ba-f135-4cb4-9f06-26f9e4c1f938",name:"Torrian Guard",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Athletics +15, Endurance +16, Intimidate +12",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:132,initiative:11,ac:29,fortitude:28,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"72c197bf-a9d1-44bd-910f-61771fdb9004",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"ff0d224e-55e1-4974-b67e-abfc9ca1f7b2",name:"Torrian’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 3",attack:{bonus:20,defence:0},description:"",details:"targets enemies; the torrian pulls each target 2 squares to an adjacent square and then makes a close attack against each adjacent enemy; 1d10+6 damage.",damage:"1d10+6 damage",category:1},{id:"568f9555-cb34-4faa-aa0d-3feccd4a1b60",name:"Rending Claw",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 3d6+6 damage, and the target takes a –2 penalty to all defenses until the end of the torrian’s next turn.",damage:"3d6+6 damage",category:5},{id:"13e6f237-6b6e-485a-96e3-c59e670737fc",name:"Sudden Strike",action:{action:4,trigger:"when an enemy moves or shifts out of a square adjacent to the torrian",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian makes an immediate claw attack against the triggering target.",damage:"",category:5},{id:"6bb90eea-f563-4c54-a4e6-fd791671a515",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"49bcea96-bcf6-4092-9a04-c429530ed600",name:"Torrian Hurler",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:0,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Nature +13, Stealth +16",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:20},intelligence:{score:18},wisdom:{score:15},charisma:{score:16},hp:100,initiative:11,ac:25,fortitude:25,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"1d1f4907-79e8-45cd-8a0f-020416c2a81d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"812ffced-1b50-4ed6-976f-29bb0feb3cc2",name:"Torrian Sling",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:20,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"926b6e6f-1708-4bc0-8374-991c9bfdec9d",name:"Double Shot",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:20,defence:0},description:"",details:"targets one or two creatures; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"52eca53b-c153-4332-9ee6-3929042e83bd",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1f8e2184-6c43-4b1a-91cf-dc00164e3ce0",name:"Torrian Seneschal",details:"",size:3,origin:4,type:2,keywords:"",level:13,role:{type:3,flag:0,leader:!0},senses:"Perception +8",movement:"8",alignment:"Unaligned",languages:"Common",skills:"Arcana +15, Diplomacy +14, Nature +13, Religion +15",equipment:"",category:"",strength:{score:15},constitution:{score:16},dexterity:{score:17},intelligence:{score:18},wisdom:{score:15},charisma:{score:16},hp:128,initiative:9,ac:27,fortitude:25,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"1d72f177-01c1-44cf-84d1-ab19b9b97892",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"a5335ccc-233f-45ef-8bab-06b0ba78bc0a",name:"Torrian’s Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+6 damage, and (hit or miss) all allies within 5 squares regain 10 hit points and gain a +2 bonus to attacks until the end of the torrian’s next turn.",damage:"2d8+6 damage",category:1},{id:"b4c35c6f-68a1-448a-834e-43c22afae5fb",name:"Cause Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 2",attack:{bonus:15,defence:3},description:"",details:"targets enemies; the target is pushed 3 squares and is immobilized (save ends).",damage:"the target is pushed 3 squares and is immobilized (save ends)",category:1},{id:"edf365b6-8be6-4899-99f8-2d556be249f4",name:"Healing Word",action:{action:3,trigger:"1/round; recharges when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"Close burst 10",attack:null,description:"",details:"targets one ally; the target can spend a healing surge and regain an additional 3d6 hit points.",damage:"the target can spend a healing surge and regain an additional 3d6 hit points",category:5},{id:"51ea9c3f-55ad-48d2-9161-8457988e234f",name:"Primal Focus",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn.",damage:"The torrian regains 10 hit points and gains a +2 bonus to all defenses until the end of its next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3243cfbc-0bb2-4ff5-95e0-9c4177f33012",name:"Warforged Destroyer",details:"",size:2,origin:4,type:2,keywords:"living construct",level:14,role:{type:0,flag:0,leader:!1},senses:"Perception +9",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +15, Nature +14, Stealth +16",equipment:"quarterstaff",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:18},intelligence:{score:16},wisdom:{score:15},charisma:{score:12},hp:105,initiative:11,ac:26,fortitude:26,reflex:27,will:25,regeneration:null,auras:[],powers:[{id:"0ca4d498-6280-4d01-ac2d-ce3f03fa4d47",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"2f1afbe5-5956-4e19-9bbf-0f04c925319e",name:"Rumble Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Implement",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"2d8+6 force damage, and the target is pushed 2 squares and knocked prone.",damage:"2d8+6 force damage",category:1},{id:"88ccffde-0e12-4252-aaf5-f6b3df40b01a",name:"Collision Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force, Implement",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d8+6 force damage, and the warforged destroyer makes a secondary attack against one or two targets within 3 squares of the primary target. Secondary Attack: +19 vs. Fortitude; 1d8 + 6 force damage, and the destroyer slides the target 3 squares toward the primary target. Effect: After all attacks are resolved, any target hit by an attack is knocked prone if it is adjacent to another target.",damage:"1d8+6 force damage",category:1},{id:"5201f804-647c-476c-b696-e9f91f864e10",name:"Thunder Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Thunder",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"2d8+6 thunder damage, and the warforged destroyer pushes the target 2 squares.",damage:"2d8+6 thunder damage",category:1},{id:"9675e282-5c00-4318-a3dc-0e7d7fdc53e9",name:"Destruction Sphere",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Thunder",condition:"",range:"Area burst 3 within 10",attack:{bonus:18,defence:2},description:"",details:"3d8+6 thunder damage, and the target is knocked prone. Miss: Half damage.",damage:"3d8+6 thunder damage",category:1},{id:"40a6ce30-d835-4112-855b-dfecd9c0d5fe",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged destroyer gains 9 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 9 hit points.",damage:"the warforged destroyer gains 9 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85912297-9e36-4433-98f8-6b4430cdc046",name:"Warforged Flamepriest",details:"",size:2,origin:4,type:2,keywords:"living construct",level:13,role:{type:3,flag:0,leader:!1},senses:"Perception +11",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Heal +16, Religion +14",equipment:"chainmail; holy symbol; warhammer",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:12},intelligence:{score:17},wisdom:{score:20},charisma:{score:14},hp:129,initiative:7,ac:27,fortitude:25,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"3da93a13-c2e8-4412-bedd-4d27c00ee47a",name:"Fiery Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 damage plus 1d8 fire damage, and the target takes a –2 penalty to AC until the end of the warforged flamepriest’s next turn.",damage:"1d10+6 damage plus 1d8 fire damage",category:1},{id:"c7deea48-e189-4c4d-9335-0857f2d71529",name:"Heat of Battle",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+6 plus 1d8 fire damage, and ongoing 5 fire damage until the target ends its turn in a space that isn’t adjacent to the warforged flamepriest.",damage:"1d10+6 plus 1d8 fire damage",category:1},{id:"3dd0b1aa-7ea1-4626-9193-0d1308e027d7",name:"Mending Flash Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Implement",condition:"",range:"Close burst 5",attack:{bonus:17,defence:2},description:"",details:"targets enemies; 1d8+6 fire damage. Effect: The warforged flamepriest and each ally within the burst gain 10 temporary hit points. Each warforged ally within the burst uses warforged resolve as an immediate reaction.",damage:"1d8+6 fire damage",category:1},{id:"1e2104cc-48c3-4135-93b7-7f8667f07ec1",name:"Blunted Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Area burst 3 within 10",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 2d8+6 psychic damage, and the target takes a –2 penalty to attack rolls and a –4 penalty to damage rolls (save ends both).",damage:"2d8+6 psychic damage",category:1},{id:"d30ebbc0-a876-40ec-a60e-e6a142ebb7fe",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged flamepriest gains 9 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 9 hit points.",damage:"the warforged flamepriest gains 9 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ae5b274-2cd8-4a81-ad3f-2d87ab3d3793",name:"Warforged Knight",details:"",size:2,origin:4,type:2,keywords:"living construct",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +10",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Endurance +14, Intimidate +12",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:18},charisma:{score:12},hp:122,initiative:11,ac:28,fortitude:26,reflex:24,will:25,regeneration:null,auras:[],powers:[{id:"9cd64acd-d948-4fd9-be57-ee5d6b42e5d4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage, and the target is marked until the end of the warforged knight’s next turn; see also battlefield tactics.",damage:"1d8+5 damage",category:1},{id:"d7173f78-225e-4b9c-89b5-079862e71561",name:"Knight’s Honor",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 2d8+5 damage, and ongoing 5 damage until the target attacks the warforged knight.",damage:"2d8+5 damage",category:1},{id:"a0c120bc-737e-4202-9566-3a7c53cfe766",name:"Battlefield Tactics",action:null,keywords:"",condition:"",range:"The warforged knight gains a +2 bonus to melee attacks if it has an ally adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"0ce56c5d-9732-45ff-a24d-1aaa363e287f",name:"Warforged Resolve",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The warforged knight gains 10 temporary hit points and can make a saving throw against an ongoing damage effect. If it uses this power while bloodied, it also regains 10 hit points.",damage:"the warforged knight gains 10 temporary hit points and can make a saving throw against an ongoing damage effect",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5060d189-8a3a-4826-ae2e-3d4b63feb6a0",name:"Winter Wolf Frostbreath",details:"",size:2,origin:4,type:1,keywords:"",level:18,role:{type:0,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"8 (ice walk)",alignment:"Evil",languages:"Common, Giant",skills:"Stealth +22 (+27 in snow or ice)",equipment:"",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:26},intelligence:{score:10},wisdom:{score:19},charisma:{score:13},hp:136,initiative:17,ac:30,fortitude:29,reflex:31,will:27,regeneration:null,auras:[],powers:[{id:"a44806f7-d233-43b7-97e8-40428dc2320e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"1d10 + 7 damage plus 1d8 cold damage.",damage:"1d10 + 7 damage plus 1d8 cold damage",category:1},{id:"e893342d-cd17-49e6-be86-cf50f0a1eff6",name:"Ray of Cold",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:23,defence:2},description:"",details:"2d8 + 7 cold damage, and the target is slowed (save ends).",damage:"2d8 + 7 cold damage",category:1},{id:"b6527ae2-3fbd-4dea-a674-d52c4503b60a",name:"Blast of Sleet",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:21,defence:2},description:"",details:"3d8 + 7 cold damage, and the target slides 3 squares and falls prone.",damage:"3d8 + 7 cold damage",category:1}],damageModifiers:[{type:2,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"58d7de2c-0d72-4741-bacb-2567c807ff4e",name:"Zaelex",details:"",size:2,origin:1,type:2,keywords:"cold; ice archon",level:19,role:{type:3,flag:0,leader:!0},senses:"Perception +14",movement:"6 (ice walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Arcana +20, Bluff +17, Diplomacy +17, History +20",equipment:"",category:"",strength:{score:21},constitution:{score:20},dexterity:{score:16},intelligence:{score:22},wisdom:{score:21},charisma:{score:16},hp:180,initiative:12,ac:33,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"3daa3739-3bb9-49ba-811d-710bc1887a86",name:"Ice Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+3 cold damage, and the target is immobilized until the end of Zaelex’s next turn.",damage:"2d8+3 cold damage",category:1},{id:"a618abcb-7d7a-4fc6-b455-ee58acfb9657",name:"Ice Shard",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:23,defence:2},description:"",details:"1d6+3 cold damage, and the target is slowed and takes ongoing 10 cold damage (save ends both).",damage:"1d6+3 cold damage",category:1},{id:"92ab5d9e-3e57-4a5c-b30c-2e9ab714e60d",name:"Blizzard Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 3d8+5 cold damage, and the area becomes a zone that lasts until the end of the encounter. If a creature begins its turn in the zone, Zaelex can slide the creature 2 squares as a free action.",damage:"3d8+5 cold damage",category:1},{id:"859e6d4b-6047-4f00-a0e4-20f7dcf56e80",name:"Winter’s Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"targets enemies; 4d10+7 cold damage, and the target is immobilized (save ends). First Failed Save: The target is restrained (save ends). Second Failed Save: The target turns to ice and is petrified.",damage:"4d10+7 cold damage",category:1},{id:"d7641b7e-3472-42e1-a749-01ac72ee34fc",name:"Master of the Tower",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Zaelex can utilize the effects described under “Tower Effects,” and can move through tower walls as though they weren’t there.",damage:"",category:0}],damageModifiers:[{type:2,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6e5a5047-0fb6-4592-8ca1-a8d459f873b2",name:"Havastav",details:"",size:2,origin:5,type:2,keywords:"",level:9,role:{type:6,flag:1,leader:!0},senses:"Perception +11; darkvision",movement:"5 see also shadow stride",alignment:"Evil",languages:"Common, Netherese",skills:"Diplomacy +14, Insight +11, Intimidate +14, Stealth +11",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:184,initiative:10,ac:25,fortitude:23,reflex:21,will:22,regeneration:{value:10,details:"(If Havastav takes radiant damage, his regeneration"},auras:[],powers:[{id:"46153638-cb81-4ee2-9334-187443d601b5",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d10+6 damage (crit 1d6+16).",damage:"1d10+6 damage (crit 1d6+16)",category:1},{id:"49bf0dca-f906-4916-9b4e-391b7e0e968f",name:"Gloom Chakram",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"",attack:{bonus:13,defence:0},description:"",details:"Range 5; 2d6+3 force damage.",damage:"2d6+3 force damage",category:1},{id:"b5cf8b65-eea4-4127-adb6-e2085b1ad817",name:"Arching Swings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Havastav makes two basic melee attacks and shifts 1 square after the first attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"217ff648-be5c-4c15-bc52-7d968a45900e",name:"Disrupting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"3d10+6 damage plus ongoing 5 force damage (save ends).",damage:"3d10+6 damage plus ongoing 5 force damage (save ends)",category:1},{id:"a76df9cc-f4b4-48ad-8574-dbbc8f1c61f8",name:"Triumphant Cry",action:{action:7,trigger:"when havastav scores a critical hit or reduces an enemy to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Havastav or an ally within 20 squares can make a melee or ranged attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"731f1327-59a4-487a-a5e0-f2c151fdf803",name:"Shadow Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Havastav can teleport 20 squares but must end his move in dim light or darkness.",damage:"Havastav can teleport 20 squares but must end his move in dim light or darkness",category:2},{id:"daf9dc31-9204-424a-bd96-ba459a1ec4f6",name:"Coalescing Darkness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Havastav moves 3 or more squares by any means, he is cloaked with supernatural darkness, gaining total concealment.",damage:"If Havastav moves 3 or more squares by any means",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dae3d73f-d7fa-41d1-9289-f6f2eb8df3a4",name:"Crathlorth",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +11, Athletics +5, History +13",equipment:"quarterstaff",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:54,initiative:5,ac:18,fortitude:14,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"e3878545-f8da-4a7a-b5fb-601abf028cb3",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"c7d949d9-8109-4781-bfc9-dffeeb7ee4f8",name:"Shock Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Requires quarterstaff; 2d10+4 lightning damage, and the target is dazed until the end of Crathlorth’s next turn.",damage:"2d10+4 lightning damage",category:1},{id:"93c44e8f-ec45-4726-9aa1-765347f85eb9",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"2d6+4 force damage, and the target slides 3 squares.",damage:"2d6+4 force damage",category:1},{id:"f971dfde-7b32-4102-9b9f-bece522e3c8e",name:"Force Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force",condition:"",range:"Close burst 5",attack:{bonus:8,defence:2},description:"",details:"2d8+4 force damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+4 force damage",category:1},{id:"f678d12f-aa55-4e06-9abe-436845b9dfbd",name:"Hobgoblin Resilience",action:{action:4,trigger:"when crathlorth suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Crathlorth rolls a saving throw against the effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"87bfd028-e417-4d91-9299-2218bbb0c137",name:"Haldar",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Good",languages:"Common, Goblin",skills:"Acrobatics +10, Stealth +8, Thievery +10",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:26,initiative:6,ac:15,fortitude:12,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"55ef03f1-990c-466a-8080-527c7767cc61",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"7eb07393-816c-45e1-8103-e402ae6652e3",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"083c7f43-b4e8-4c37-97f3-7d96d6c1fbb0",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Haldar can move up to 3 squares and make one melee basic attack at any point during that movement. He doesn’t provoke opportunity attacks when moving away from the target of his attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"588560d0-7bb6-4329-a0c5-170afbc77bd9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"Haldar deals an extra 1d6 damage on melee attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"398d58d7-1b27-48c6-8a66-ecdbb985ba29",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Haldar gains a +2 racial bonus to AC against opportunity attacks.",damage:"Haldar gains a +2 racial bonus to AC against opportunity attacks",category:0},{id:"173475b8-5f84-4515-94da-765994ad90d5",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Haldar forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2252d99e-d87c-4275-a318-d97ebba9a73c",name:"Pirate Scallywag",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Any",languages:"Common",skills:"Acrobatics +10",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:55,initiative:5,ac:19,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"58c1ba4c-a24c-4597-bf38-2a24faf368ab",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the human guard’s next turn.",damage:"1d10+3 damage",category:1},{id:"8e678b55-9b9e-47a2-b786-addcab48d8ca",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"3f1b1a20-f8e6-4285-990c-db8d437c9d43",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 15/30",attack:{bonus:10,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db9005c0-3cbc-4e9c-92c8-23a87c146c9c",name:"Scurvy Sea Dog",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +5",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:16,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"4359067a-c0fa-4230-a30d-50da1485877e",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"1b6518fb-45c6-4a7d-b0f0-9730b812eec2",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The scurvy dog gains a +2 power bonus to all defenses while at least two other scurvy dogs are within 5 squares of it.",damage:"The scurvy dog gains a +2 power bonus to all defenses while at least two other scurvy dogs are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae1a9623-6ac0-44fa-aa45-4d5865d88005",name:"Ship’s Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Any",languages:"Common",skills:"Acrobatics +10, Arcana +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"e4abaa0c-31cf-4ac4-a73d-0d81a3af45c9",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"14c0988e-0d13-4a62-a5a2-07b28c1e937c",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"a43d8a01-b5d2-4feb-85f9-59361d8ba8e5",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:7,defence:2},description:"",details:"The mage makes a separate attack against 3 different targets; 1d8+4 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"07b7d517-52a0-4bcd-a6a4-c97a50f6ad26",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends).",damage:"1d8+4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a86a2b3b-008d-4acc-b594-d8f0285063e3",name:"Elite Orcus Underpriest",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:1,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Abyssal",skills:"Religion +8",equipment:"leather armor; mace",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:160,initiative:4,ac:21,fortitude:19,reflex:14,will:17,regeneration:null,auras:[{id:"10ddc3db-ded1-413d-9423-cae9db76fd7c",name:"Blessing of Orcus",keywords:"",details:"aura 10; allies in the aura can use death strike."}],powers:[{id:"748a5cd6-656b-4d98-9160-6ffa68882447",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"580444d1-6c5f-4cb8-89c8-1ea766cb65f4",name:"Shadow Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"2d8+8 necrotic damage, and the target has -2 AC until the end of Rafe’s next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"edf7cf2b-da76-4a2b-8c6a-802bd4a46fac",name:"Cursed Mace",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Rafe attacks with his mace and if it hits, he may make a secondary attack on the same target with his shadow curse as if it were a melee attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"1e2fc7dc-1139-4ae7-872e-8f828257f9bc",name:"Infuse with Shadow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn. In addition, the target heals 10 hp.",damage:"Target ally within 5 squares gains a +5 bonus to attack rolls until the end of its next turn",category:1},{id:"2306821c-b6a5-487e-ab11-14d3a7ac617e",name:"Demons Empower Me",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"immediate reaction when bloodied",range:"",attack:null,description:"",details:"Rafe gains a +5 bonus to attack rolls until the end of his next turn and heals 10 hp.",damage:"Rafe gains a +5 bonus to attack rolls until the end of his next turn and heals 10 hp",category:1},{id:"771b021c-22af-42cd-8b98-f3fe0679dbae",name:"Death Strike",action:{action:7,trigger:"when reduced to 0 hp",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Before he dies, Rafe can make a basic melee or ranged attack against a target within reach.",attack:null,description:"",details:"",damage:"",category:5},{id:"38fcb6bb-6880-43d8-8a1e-2c9fc44c636e",name:"Demon’s Blood",action:null,keywords:"",condition:"",range:"While bloodied, Rafe gains a +2 bonus to melee attack rolls and a +3 bonus to melee damage rolls.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba8ad0de-f024-48a4-9f53-a1c898d05645",name:"Green Dragon Wyrmling Companion",details:"",size:1,origin:4,type:1,keywords:"dragon",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"8, fly 8 (hover)",alignment:"Evil",languages:"Draconic",skills:"Bluff +11, Diplomacy +11, Insight +9, Intimidate +11",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:19},intelligence:{score:13},wisdom:{score:13},charisma:{score:16},hp:80,initiative:9,ac:21,fortitude:18,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0f0b7dda-712e-4a5b-acf8-69260d7d5146",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage, and the target takes ongoing 5 poison damage.",damage:"1d8+5 damage",category:1},{id:"e9030d02-8c39-4dc8-b6fa-859a4750e9dc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"5c157159-c48c-4dd7-899f-0d09efe56742",name:"Luring Gaze",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"bd2e6369-4c09-4838-82af-6b79c23e1971",name:"Dragon Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"3d8+4 poison damage, and the target takes ongoing 5 poison damage and is slowed (save ends both).",damage:"3d8+4 poison damage",category:1}],damageModifiers:[{type:7,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2ff5bdd1-ffd6-4cfb-83ad-5d370af32122",name:"Mezzodemon Fighter",details:"",size:3,origin:1,type:2,keywords:"demon",level:10,role:{type:2,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +11",equipment:"trident",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:18},intelligence:{score:18},wisdom:{score:18},charisma:{score:18},hp:256,initiative:9,ac:26,fortitude:26,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"393956d3-c38d-472d-935b-da7533916bde",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"3222e39b-f6aa-410a-a9f1-b54b78b85b65",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires Trident; reach 2; 1d8+5 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+5 damage",category:1},{id:"71b1b5db-f086-4651-b1a6-cfc375668733",name:"Cleave",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 2d8+5 damage, and another enemy adjacent to the mezzodemon fighter takes 5 damage.",damage:"2d8+5 damage",category:1},{id:"cd3fd736-2839-43cd-b4cc-d2d25fe6c1c3",name:"Covering Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 1d8+5 damage, and an ally of the mezzodemon that is adjacent to the target can shift 2 squares.",damage:"1d8+5 damage",category:1},{id:"28c17fde-4416-45fd-a78b-fdb7303bc9fa",name:"Brute Strike",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Requires trident; reach 2; 3d8+5 damage.",damage:"3d8+5 damage",category:1},{id:"b77be048-c915-4a25-ae21-3f25840e3ed7",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d6+3 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+3 poison damage",category:1},{id:"2d175bc1-4c5d-4e08-b94c-12374b574c00",name:"Unstoppable",action:{action:3,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Martial",condition:"",range:"",attack:null,description:"",details:"The mezzodemon fighter gains 2d6+3 temporary hit points.",damage:"The mezzodemon fighter gains 2d6+3 temporary hit points",category:3},{id:"92322ed9-758b-4453-a6cc-1f9260fceafd",name:"Combat Superiority",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mezzodemon fighter gains +3 to attack rolls on opportunity attacks. An enemy struck by an opportunity attack stops moving if a move provoked the attack.",damage:"The mezzodemon fighter gains +3 to attack rolls on opportunity attacks",category:0},{id:"d00cdd24-1661-408c-b3fa-96b737dec205",name:"Combat Challenge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The mezzodemon fighter marks any target it attacks. The mark lasts until the mezzodemon fighter’s next turn. If the marked target makes an attack that does not include the mezzodemon, the attack is made at -2. In addition, when a marked target adjacent to the mezzodemon shifts or makes an attack that does not include the mezzodemon, the mezzodemon can make an attack against the marked creature as an immediate interrupt.",damage:"the attack is made at -2",category:0}],damageModifiers:[{type:7,value:-20}],resist:"10/variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"4319afb1-3640-4b5f-9c44-1039eb3b5f07",name:"Berserker Savage",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:1,leader:!0},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Athletics +11, Endurance +11",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:212,initiative:5,ac:19,fortitude:22,reflex:18,will:18,regeneration:{value:5,details:""},auras:[],powers:[{id:"13f10f87-4464-47b0-bb3a-75611c008a6e",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d12+6 damage (crit 1d12+18).",damage:"1d12+6 damage (crit 1d12+18)",category:1},{id:"b41333ec-6c4c-4cf4-be81-bc3c93979211",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5/10",attack:{bonus:9,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"2cf7e826-7911-42b5-abe8-e9fcdeca32b2",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The berserker savage makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:5},{id:"fe033358-1708-4a79-9bbc-1d1094f1eb50",name:"Murderous Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The berserker savage gains 1 action point the first time it reduces a foe to 0 hit points in an encounter.",damage:"The berserker savage gains 1 action point the first time it reduces a foe to 0 hit points in an encounter",category:0},{id:"91e51386-d453-41c3-b04d-277ea49cd20c",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"The berserker savage makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e3f79017-a068-44c3-9013-b0a9db77bca5",name:"Gnoll Minion",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +11; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +7, Stealth +11",equipment:"arrows (30); handaxe; leather armor; longbow",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:19},intelligence:{score:8},wisdom:{score:14},charisma:{score:7},hp:1,initiative:6,ac:19,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"6a01cddb-bc94-4bc5-b19a-e7f9a09eb303",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"869a39c3-f84e-43ee-8020-0ac864bae6dd",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:10,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"9e0ad8a4-b901-4459-84db-ccb981416b25",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll minion deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the gnoll minion’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc47f5c6-bf0c-486e-93c7-640f6269712a",name:"Sergeant Villmore",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:1,leader:!0},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Chondathan, Common",skills:"Athletics +11, Intimidate +9, Streetwise +9",equipment:"chainmail; crossbow; crossbow bolts (20); longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:70,initiative:5,ac:18,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"82e30487-e29b-4999-a863-9fca672706c6",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+6 damage, and the target is marked until the end of the Sergeant Villmore’s next turn.",damage:"1d8+6 damage",category:1},{id:"20e5edc8-cc9d-46b6-a8f8-052fc678e8b0",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"9655bdb4-4626-4e2c-b89f-c55d50f09064",name:"Sly Cut",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Requires longsword; affects a target marked by Sergeant Villmore; 1d8+6 damage, and the target is slowed (save ends).",damage:"1d8+6 damage",category:1},{id:"50e9fea5-2a0b-416e-8587-59563a28c1a0",name:"Commander’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"an ally makes a melee basic attack against the target and deals his basic attack damage + 2.",attack:null,description:"",details:"Target: one creature",damage:"",category:1},{id:"5dae3628-371d-439e-af28-f979cb4b2586",name:"Leaf on the Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d8+6 damage, and Sergeant Villmore or an ally adjacent to the target swaps places with the target.",damage:"2d8+6 damage",category:1},{id:"8244d186-fb21-4ffe-a169-dc7f3725fd65",name:"White Raven Onslaught",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3d8+6 damage, and slide an adjacent ally 1 square. Until the end of the encounter, whenever Sergeant Villmore or an ally within 10 squares makes a successful attack, the attacker slides an adjacent ally 1 square. Miss: Choose one ally within 10 squares. Until the end of the encounter, the ally slides an adjacent ally 1 square after making a successful attack.",damage:"3d8+6 damage",category:1},{id:"326d0385-6bcc-4828-afa0-e58f5eba4627",name:"Combat Leader",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"Sergeant Villmore and each of his allies within 10 squares who Can see and hear him gain a +2 power bonus to initiative.",damage:"Sergeant Villmore and each of his allies within 10 squares who Can see and hear him gain a +2 power bonus to initiative",category:0},{id:"a6217b8e-8d66-4e44-b144-c7c5717d9d65",name:"Inspiring Word",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"2/encounter",range:"Close burst 5",attack:null,description:"",details:"target: Sergeant Villmore or one ally in burst; the target can spend a healing surge and regain an additional 1d6 hit points.",damage:"the target can spend a healing surge and regain an additional 1d6 hit points",category:3},{id:"b5938342-9950-4b63-bfda-288372876114",name:"Knight’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One ally within 10 squares takes a move action as a free action.",damage:"One ally within 10 squares takes a move action as a free action",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb09e523-c68f-4219-a98a-7ce3dc4a2bad",name:"Horryl van Deesbrock",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:1,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:124,initiative:6,ac:21,fortitude:19,reflex:19,will:21,regeneration:null,auras:[],powers:[{id:"8f5e72d1-8d55-4ba7-aa12-c897f9bc916b",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage, and the target is slowed until the end of Horryl’s next turn.",damage:"1d8+2 damage",category:1},{id:"dc7a16f5-8145-45bd-8174-5fb1d69ef649",name:"Blinding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+3 damage, and the target is immobilized until the end of Horryl’s next turn.",damage:"1d8+3 damage",category:1},{id:"da65ee12-97bc-4556-88cb-527f460c4cbb",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+3 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+3 damage",category:1},{id:"f117c525-e650-4283-84d7-996edaeb8382",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:7,defence:3},description:"",details:"2d6+4 radiant damage, and the target is blinded until the end of Horryl’s next turn.",damage:"2d6+4 radiant damage",category:1},{id:"4c91a127-c8e7-4246-90ef-52d1f12b582d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Horryl can teleport 5 squares.",damage:"Horryl can teleport 5 squares",category:2},{id:"2d774775-4b2b-45e5-b4da-9ebd4dc4d23f",name:"Abyssal Might",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Horyll gains a +2 power bonus to damage rolls with all attacks (already added).",damage:"horyll gains a +2 power bonus to damage rolls with all attacks (already added)",category:1},{id:"98f0f562-2541-471c-97a0-7ad8146cda2c",name:"Consume Soul",action:{action:4,trigger:"when an ally within 5 squares of the acolyte is reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Horryl regains 3 hit points.",damage:"Horryl regains 3 hit points",category:5}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"917ed502-e273-4e33-a0b7-37bc62480692",name:"Cultist Acolyte",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"3a135c1e-2a15-4127-aba6-ef23e69cbc7f",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the cultist acolyte shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"ce9edabe-a98a-444b-a4fd-fe97cb0c93f7",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"79066da2-cbf1-4782-aa0f-4486a86aa589",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the cultist acolyte’s next turn, and the cultist acolyte shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"c6c6ead8-d73c-4fe7-bcd8-b9117eaa80db",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cultist acolyte deals 1d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4e0c40a-2df8-4472-8817-6305cd31b06e",name:"Cultist Bowman",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"6; see also flame step",alignment:"Evil",languages:"Common",skills:"Nature +11, Stealth +10",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:32,initiative:5,ac:15,fortitude:11,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"10936bf3-a422-4288-91fa-91a968127567",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"74fb50bd-d72f-4275-a332-049d07043617",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:7,defence:0},description:"",details:"1d10+4 damage; see also archer’s mobility.",damage:"1d10+4 damage",category:1},{id:"58b8ea49-458c-4d24-a3f6-728b4c51b73e",name:"Archer’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the cultist bowman moves at least 4 squares from its original position, it gains a +2 bonus to ranged attacks until the start of its next turn.",damage:"",category:0},{id:"ebe9b45e-a3bf-4f3f-aecb-bcf0b5a7e4c2",name:"Flame’s Favor",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist bowman can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"db697401-255c-45a5-ac0e-ebf2e42f26f2",name:"Flame’s Escape",action:{action:4,trigger:"when an enemy makes a melee attack against the cultist bowman",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The cultist bowman shifts 1 square and makes a ranged attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"8a2df466-a990-48b7-811a-caf1d13a6618",name:"Flame Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist bowman ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6ea03b7-6fe6-45b4-a6e6-3bfc94e1b51b",name:"Cultist Doombringer",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Unaligned",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:76,initiative:3,ac:16,fortitude:16,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"1ba2994f-f403-400a-b479-6d6af8d3bfaf",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12+4 damage (crit 1d12 + 16).",damage:"1d12+4 damage (crit 1d12 + 16)",category:1},{id:"e73ab3c2-f15a-4dae-be77-77f110fc4ee3",name:"Doom Strike",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The cultist doombringer makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:5},{id:"05a55889-5900-4aea-9278-d77808507a05",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69ea4a3a-c662-46f3-ab70-a3eac275b28d",name:"Cultist Mage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11",equipment:"",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:13,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"0be5e427-e851-4cb1-83b6-0d87de0f221c",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"ce8f3c15-10e9-49e8-abec-52591bbe1706",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"ffb25d46-87f9-470c-bf02-28a25ae503bd",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:7,defence:2},description:"",details:"The cultist mage makes a separate attack against 3 different targets; 1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"1e6fe7a9-b556-4639-8781-85ffc171a6bf",name:"Flame Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 fire damage, and the target is dazed (save ends).",damage:"1d8+4 fire damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f43fc8e-94d8-460c-a2a3-d27ed23e7e2a",name:"Gnoll Cultist Enforcer",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Abyssal, Common",skills:"Intimidate +5, Stealth +8",equipment:"",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:7},hp:44,initiative:3,ac:14,fortitude:14,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"d9f765d1-eed6-4d10-807d-6b5dfc598ded",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 damage, or 1d8 + 6 damage while bloodied; see also quick bite and pack attack.",damage:"1d8+4 damage",category:1},{id:"dd4bdd7c-588d-4d7f-8c3c-6daf7c546d8e",name:"Quick Bite",action:{action:7,trigger:"when the gnoll cultist enforcer hits a bloodied enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"The gnoll cultist enforcer makes a bite attack against the same target; 1d6 damage, or 1d6 + 2 damage while bloodied.",damage:"1d6 damage",category:5},{id:"f0bacfd6-1b82-47c6-9b57-d106402d7dd2",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll cultist enforcer deals an extra 5 damage on melee and ranged attacks against an enemy that has two or more of the enforcer’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d309a52f-51e3-4de3-a5c6-f594a8a884f0",name:"Gnome Cultist Fireflinger",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"5 ; see also fey step",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +12, Bluff +8, Insight +6, Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:10},intelligence:{score:18},wisdom:{score:11},charisma:{score:15},hp:46,initiative:1,ac:16,fortitude:13,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"e3249130-8d96-4a27-a87a-a770b5051da6",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"f433731b-6714-4266-949f-8b598e1a0bfb",name:"Fiery Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6+4 fire damage, and the target is dazed (save ends).",damage:"1d6+4 fire damage",category:1},{id:"bfd18263-42ad-4ed8-a2e8-4f91de849e0a",name:"Flame Spark",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Fire",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"the target slides 1 square.",damage:"the target slides 1 square",category:3},{id:"1e6d506c-a9cf-4624-9ce7-018aedff7f1e",name:"Shimmering Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close burst 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; the target is slowed (save ends).",damage:"",category:1},{id:"24983f08-1fb2-49b2-8460-709c79324dc5",name:"Fade Away",action:{action:4,trigger:"when the gnome cultist fireflinger takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome cultist fireflinger turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"429feb62-b88e-40a2-ac89-a0c1eb9897a2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnome cultist fireflinger teleports 5 squares.",damage:"The gnome cultist fireflinger teleports 5 squares",category:2},{id:"405a8390-0478-48f4-a354-29b482fb1c9c",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome cultist fireflinger has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to escape notice.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"243ef835-fb7a-4814-9f32-31f90c4c27ea",name:"Hobgoblin Cultist Watcher",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Arcana +10, Athletics +4, History +12",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"3046846b-68fd-47d1-a349-1d8220ab9cc5",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"441a0207-5c12-44d8-9bca-8cd75f203004",name:"Fire Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires quarterstaff; 2d10+4 fire damage, and the target is dazed until the end of the hobgoblin cultist watcher’s next turn.",damage:"2d10+4 fire damage",category:1},{id:"0ee2045b-74c8-42a7-8a2e-6583b0095496",name:"Force Lure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"2d6+4 force damage, and the target slides 3 squares.",damage:"2d6+4 force damage",category:1},{id:"f2a8197b-c1b7-47dd-bfda-0727778ae02c",name:"Hell’s Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8+4 fire damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8+4 fire damage",category:1},{id:"2d07dbe2-a0ee-4e22-a30e-3dd47f5d6f99",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin cultist watcher suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Hobgoblin Cultist Watcher makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ca9dc94f-e318-47b4-b512-7947df0b6786",name:"Dark Smasher",details:"",size:2,origin:5,type:2,keywords:"",level:7,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"dagger; greataxe",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:11},wisdom:{score:10},charisma:{score:11},hp:98,initiative:8,ac:19,fortitude:18,reflex:17,will:16,regeneration:null,auras:[],powers:[{id:"6bb654ac-6beb-44f9-bb76-36acf8a3f299",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+5 damage (crit 1d12 +17).",damage:"1d12+5 damage (crit 1d12 +17)",category:1},{id:"aa62d3ab-14e7-403f-94f1-5ab9e8954cb2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"ea455149-5be6-4cd7-9502-e769541635c4",name:"Bloodfury Attack",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"The dark smasher makes a melee basic attack and then spends a healing surge.",attack:null,description:"",details:"",damage:"",category:1},{id:"46fdd0da-a735-4dd0-bb99-a703720cec7f",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends). When slain, a dark creeper explodes in a shower of darkness.",damage:"",category:0},{id:"05127dcb-2662-40e4-a425-8e3543b52f5f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The dark smasher deals +1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"19adcfbc-a339-45e4-afff-401fc5220b7a",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark creeper moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The dark creeper moves up to 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b6055d58-a64b-4390-a5cc-e941ef540833",name:"Watcher of Shar",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"chainmail; mace; whip",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:62,initiative:3,ac:18,fortitude:14,reflex:14,will:19,regeneration:null,auras:[],powers:[{id:"607bf9de-7e32-4f15-9648-026105737b49",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"2ca89132-de2d-4d1d-8888-f668e2862c93",name:"Whip of Shar",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4+4 damage and the creature is weakened until the end of the watcher’s next turn.",damage:"2d4+4 damage and the creature is weakened until the end of the watcher’s next turn",category:1},{id:"b3dc6d14-0847-4920-84e7-acdc38b187f3",name:"Shar’s Dark Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d8+4 necrotic damage.",damage:"1d8+4 necrotic damage",category:1},{id:"96304433-a5c3-4867-a3e3-86f24b3f70aa",name:"Shadow’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"the target is dazed until the end of the watcher’s next turn. In addition, the watcher can choose to knock the target prone or slide the target 5 squares.",damage:"the watcher can choose to knock the target prone or slide the target 5 squares",category:1},{id:"308f656f-22f5-44ea-9195-638620a82e2c",name:"Shar’s Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"The watcher teleports 5 squares. He cannot take other creatures with him.",damage:"The watcher teleports 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4665c66-fcef-451f-bcf4-2552c08eae43",name:"Almros Hammerhand",details:"",size:2,origin:4,type:2,keywords:"",level:5,role:{type:7,flag:1,leader:!1},senses:"Perception +4; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Dwarven",skills:"Dungeoneering +11, Endurance +5",equipment:"heavy shield; plate armor; throwing hammer; warhammer",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:10},intelligence:{score:11},wisdom:{score:14},charisma:{score:12},hp:128,initiative:4,ac:25,fortitude:20,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"2d500378-2229-4c83-b676-5f05c4812b26",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"68ca4ab7-7ceb-45a0-b10c-5ecaf9f0de5e",name:"Shield Bash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"2d6+3 damage, and the target is knocked prone or pushed 1 square (Almros’ choice).",damage:"2d6+3 damage",category:3},{id:"5b16525a-27d1-4fdb-ba3f-e2cca1c67a1e",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"6d3ff237-3f32-4002-99e8-9d908188c20a",name:"Stubborn",action:{action:5,trigger:"when an enemy tries to push almros or knock him prone",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Almros makes a melee basic attack against the triggering enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"02853575-c256-4dde-af76-12bf4209893e",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move—through a push, a pull, or a slide—the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide—the dwarf moves 1 square less than the effect specifies",category:0},{id:"d91ddd28-8dee-4f78-8f09-c2091ce8ffe6",name:"Battle Champion Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Almros and his allies deal an extra 1d6 damage against enemies that Almros flanks.",damage:"almros and his allies deal an extra 1d6 damage against enemies that almros flanks",category:0},{id:"033bfdc9-00d8-4b7e-b343-6c6caabce6fc",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Almros can score critical hits on attack rolls of natural 19 and 20.",damage:"Almros can score critical hits on attack rolls of natural 19 and 20",category:0},{id:"498a683c-cc6d-40ef-a874-1e609b925f63",name:"Inspiring Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever he scores a critical hit, Almros and all allies within 5 squares of him regain 2 hit points.",damage:"Almros and all allies within 5 squares of him regain 2 hit points",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4d2a8f2d-fbec-4516-93e5-5b2e03efa71e",name:"Dathor the Devastator",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:1,leader:!0},senses:"Perception +4",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +10",equipment:"master’s wand of thunderwave; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:72,initiative:3,ac:18,fortitude:12,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ebc7f2d1-0ee0-4e98-88be-2f40b6743d5d",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:3,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"573f5ec4-9150-46b9-b029-af7cc253b13c",name:"Magic Missile",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"450e0d22-8ca6-4370-8a6d-4ffaf7f2f920",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"ranged 10",attack:{bonus:7,defence:2},description:"",details:"Dathor makes a separate attack against 3 different targets; 1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"43a8e7a0-31c8-462b-a01f-7cd6ed8d60f6",name:"Thunderwave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Item, Thunder",condition:"",range:"close blast 3 or close burst 1",attack:{bonus:7,defence:1},description:"",details:"Requires master’s wand of thunderwave +1; 1d6+4 thunder damage, and Dathor pushes the target 3 squares.",damage:"1d6+4 thunder damage",category:1},{id:"e71051a1-025b-4d65-af33-1662bb431084",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 thunder damage, and the target is dazed (save ends).",damage:"1d8+4 thunder damage",category:1},{id:"1523c00c-b498-4e2e-bed2-372469d89ceb",name:"Critical Hit",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever Dathor scores a critical hit with his magic missile, dancing lightning, thunder burst, or thunderwave powers, he deals an additional 1d8 damage.",damage:"he deals an additional 1d8 damage",category:0},{id:"7c9e62a1-4061-4f34-a298-0562da46d981",name:"Spell Shaper",action:null,keywords:"",condition:"",range:"Whenever Dathor uses a close burst or an area attack power, he can choose up to two allies in the power’s area of effect. These allies are not targeted by the power.",attack:null,description:"",details:"",damage:"",category:0},{id:"d3455063-537d-4ed9-98e6-2312ea74ef26",name:"Endless Power",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dathor regains the use of an expended encounter power. (This may not be used to regain the use of the item power thunderwave.)",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a5526d82-08a9-4237-8273-fceae0734424",name:"Human Soldier",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +0",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Endurance +5, Intimidate +7, Streetwise +7",equipment:"crossbow; crossbow bolts (20); heavy shield; longsword; scale armor",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:15},hp:31,initiative:4,ac:17,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"63f83d8e-cd22-4e89-859a-769005d86f9c",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+4 damage, and the target is marked until the end of the human soldier’s next turn.",damage:"1d8+4 damage",category:1},{id:"2facc07a-43c7-4d93-ab0c-bd1edea09c3b",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"c8d1704c-4cff-4bac-9ef8-50476d527e83",name:"Sly Cut",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires longsword; affects a target marked by the human soldier; 1d8+4 damage, and the target is slowed (save ends).",damage:"1d8+4 damage",category:1},{id:"e0421a98-d089-4388-a3ca-3bfa88b9dc14",name:"Tide of Iron",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires shield; 1d8+2 damage, and the target is pushed 1 square if it is Large or smaller. The human soldier can shift 1 square into the space vacated by the target.",damage:"1d8+2 damage",category:1},{id:"2acb7a4f-9031-4a55-9138-1bdc1a50ff2c",name:"Phalanx",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a human soldier is adjacent to an ally, he or she doesn’t grant combat advantage to flanking enemies.",damage:"",category:0},{id:"6f224428-ff15-4bcd-9089-723b1303e800",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human soldier deals an extra 1d4 damage on all attacks against a target that is marked by it.",damage:"the human soldier deals an extra 1d4 damage on all attacks against a target that is marked by it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"25a1c0cf-e69d-4edf-b0bc-ad47692fbedf",name:"Deathpriest of Tiamat",details:"",size:2,origin:4,type:2,keywords:"dragonborn",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +12",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Draconic",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:13},constitution:{score:16},dexterity:{score:10},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:88,initiative:4,ac:22,fortitude:20,reflex:18,will:20,regeneration:null,auras:[{id:"37854cdd-42a5-4446-81e5-ea1769c2150d",name:"Death’s Embrace",keywords:"",details:"(Necrotic) aura 10; each enemy within the aura takes a -2 penalty to death saving throws."}],powers:[{id:"4f3b0850-efb6-43a2-a7ee-432176018fe6",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 while bloodied)1d8+1 damage plus 1d8 necrotic damage.",damage:"(+12 while bloodied)1d8+1 damage plus 1d8 necrotic damage",category:1},{id:"70d79425-c515-4d31-915e-9fd017a02294",name:"Ray of Black Ice",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"(+10 while bloodied)1d8+3 cold and necrotic damage, and one ally in the deathpriest’s line of sight gains a +2 power bonus to its next attack roll against the target.",damage:"(+10 while bloodied)1d8+3 cold and necrotic damage",category:1},{id:"8822b6d8-b8ac-4a1e-97cb-ec88030a9cc9",name:"Dark Blessing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 2",attack:{bonus:9,defence:1},description:"",details:"(+10 while bloodied)2d8+3 necrotic damage, and the target is pushed 1 square. Effect: The deathpriest and all allies in the burst gain a +2 power bonus to AC until the end of the encounter.",damage:"(+10 while bloodied)2d8+3 necrotic damage",category:1},{id:"73aba1f8-233e-47f6-883e-7659712e3f93",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Close blast 3",attack:{bonus:9,defence:2},description:"",details:"(+10 while bloodied)1d6+3 cold damage.",damage:"(+10 while bloodied)1d6+3 cold damage",category:3},{id:"31e0dfa8-ef3d-45a0-9494-c3c14543f500",name:"Dragonborn Fury",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"34257a1e-1ae2-4d75-b4d2-f1bde57b3e8c",name:"Drow Demonologist",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:0,flag:0,leader:!0},senses:"Perception +11; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +12, Dungeoneering +11, Intimidate +6, Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:64,initiative:6,ac:21,fortitude:17,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"3a61953f-74af-469a-8463-ba53fc22e01d",name:"Demonic Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 damage, and the target is immobilized (save ends); see also Lolth’s judgment.",damage:"1d6 damage",category:1},{id:"b7e89e90-bb98-4b1e-8ac2-bcd8e52f50ee",name:"Immolating Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:13,defence:2},description:"",details:"2d8+1 fire damage, and ongoing 5 fire damage (save ends); see also Lolth’s judgment.",damage:"2d8+1 fire damage",category:1},{id:"24684fdb-8b61-4f75-b098-bb3c105d2939",name:"Demonic Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 4 within 10",attack:{bonus:11,defence:2},description:"",details:"spectral flames fill the zone (drow and demons are immune); the target is restrained (save ends). The zone is difficult terrain until the end of the encounter. Any creature that starts its turn in the zone takes 5 fire damage.",damage:"any creature that starts its turn in the zone takes 5 fire damage",category:1},{id:"bcc86eaf-0089-4071-bfb4-edb4b312bfbf",name:"Demon Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Spectral imps swarm over and bite the target: ranged 20",attack:{bonus:11,defence:3},description:"",details:"1d6+5 necrotic damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both); see also Lolth’s judgment.",damage:"1d6+5 necrotic damage",category:1},{id:"65c53777-c483-4d60-993e-6589860860bf",name:"Flame Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:9,defence:1},description:"",details:"2d6+8 fire damage. Miss: Half damage.",damage:"2d6+8 fire damage",category:1},{id:"dfa17ac9-a0c5-4471-b2c6-98a3be1107bd",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow demonologist’s next turn. The cloud blocks line of sight for all creatures except the drow demonologist. Any creature entirely within the cloud (except the drow demonologist) is blinded until it exits.",damage:"",category:3},{id:"347b1648-6768-442e-bb64-55bc826a0eaf",name:"Lolth’s Judgment",action:{action:7,trigger:"when the demonologist hits a target with a melee or a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All demon allies within 20 squares of the demonologist gain a +2 bonus to attack rolls against the target until the end of the demonologist’s next turn.",damage:"All demon allies within 20 squares of the demonologist gain a +2 bonus to attack rolls against the target until the end of the demonologist’s next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"63534b61-aa2b-4d85-a709-acd23da128aa",name:"Adept (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"6, fly 8",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Arcana +13, Diplomacy +9, Insight +11, Stealth +11",equipment:"dagger; implement, wand",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:12},hp:70,initiative:8,ac:20,fortitude:17,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"9c6946e8-3dcb-46ad-9b0e-535a536f4736",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"97265a91-dfdb-4f51-9622-2bb578b10274",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:11,defence:2},description:"",details:"2d4 + 4 damage.",damage:"2d4 + 4 damage",category:1},{id:"8b3bc8b0-0b4c-4e61-9b0b-eb47e52efa7b",name:"Snow Fog",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Conjuration",condition:"",range:"Area burst 4 within 20 squares, creating a zone of heavy fog that blocks line of sight until the adept’s next turn. The fog cloud can be sustained as a minor action. As a move action, the adept can move the zone up to 6 squares.",attack:{bonus:10,defence:0},description:"",details:".",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3b81af47-1020-4231-a61a-daefdb734086",name:"Doppleganger Assassin",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +15, Insight +12, Stealth +14",equipment:"dagger",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:21},intelligence:{score:13},wisdom:{score:12},charisma:{score:19},hp:69,initiative:13,ac:23,fortitude:18,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"96adf330-9341-4926-a0b7-d80fa563c466",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4 + 5 damage.",damage:"1d4 + 5 damage",category:1},{id:"406398da-00a2-4121-bd8b-af51bee7fe06",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"the doppelganger assassin gains combat advantage against the target until the end of the doppelganger assassin’s next turn; .",damage:"",category:3},{id:"68dc0ff9-494f-4f5c-b2e7-d67251761dd0",name:"Cloud Mind",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Charm",condition:"",range:"Close burst 5",attack:{bonus:11,defence:3},description:"",details:"the doppelganger assassin is invisible to the target. Affected targets are unable to see the doppelganger for as long as it sustains the effect, until the doppelganger attacks, or until it is hit by an attack; .",damage:"",category:1},{id:"6b1311e6-8a9a-4d41-807c-28365f24cb4d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger assassin deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the doppelganger assassin deals an extra 2d6 damage against any target it has combat advantage against",category:0},{id:"6cb2c775-7bb5-4759-806a-b48d3c09d286",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any medium humanoid, including a unique individual",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"46b1a517-223a-467c-bb45-3e8da7af9cce",name:"Tong Initiate (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Stealth +7, Streetwise +7",equipment:"chainmail; crossbow; halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"43b4d1a9-2f5f-40a0-a296-4f8e629c2700",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10 + 3 damage and the target is marked until the end of the tong initiate’s next turn.",damage:"1d10 + 3 damage and the target is marked until the end of the tong initiate’s next turn",category:1},{id:"9f58fcc1-b896-406b-b194-352be0c1c510",name:"Falling Snow Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The tong initiate can fly 4 squares and make one melee basic attack at any point during that movement. He must both start and end this movement standing upon a solid surface. The tong Initiate does not provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:8,defence:0},description:"",details:"",damage:"",category:1},{id:"1b485b1f-4982-4242-b966-bec540c1c793",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15 / 30",attack:{bonus:10,defence:0},description:"",details:"1d8 + 3 damage.",damage:"1d8 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"91056a90-3f12-4839-a12e-bd6c3a2b656f",name:"Tong Minion (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Stealth +7",equipment:"chainmail; crossbow; halberd",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:5,ac:33,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"88925c9c-e1d4-4d35-8874-0d64eb49a296",name:"Iron Hand Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"decc4693-00e3-45f6-84d1-ad62a35267da",name:"Falling Snow Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The tong minion can fly 4 squares and make one melee basic attack at any point during that movement. He must both start and end this movement standing upon a solid surface. The tong Initiate does not provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:10,defence:0},description:"",details:".",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2094e33-3a21-4ae1-a42b-a0364dc3349c",name:"Zen Bow Master (White Petal Tong)",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Chondathan, Shou",skills:"Acrobatics +13, Athletics +11, Nature +11, Stealth +13",equipment:"longbow; short sword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:20},intelligence:{score:12},wisdom:{score:16},charisma:{score:10},hp:56,initiative:8,ac:21,fortitude:18,reflex:21,will:18,regeneration:null,auras:[],powers:[{id:"5cf3e549-284f-4da1-9db7-f363592d8296",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"afcd9460-846d-4b1a-a8ee-bacd646bcb58",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:13,defence:2},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"2360d821-457b-4e5a-a3cc-b3979bb6b485",name:"Deadly Blossom Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"The zen bow master makes three ranged basic attacks, each with a ---2 penalty to the attack roll.",attack:{bonus:11,defence:0},description:"",details:".",damage:"",category:1},{id:"81149fb5-c1d8-43f9-9318-4104560c3d15",name:"Floating Snow Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The zen bow master can fly 4 squares and make one ranged basic attack at any point during that movement. He must both start and end this movement on the ground. The zen bow master does not provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"d94cd0c2-2ab7-485a-b98d-97c5678d6001",name:"Zen Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"If the zen bow master has not attacked or moved in the previous round he can make an extreme ranged basic attack from any range between 41-80 squares with his longbow with a +2 bonus to attack rolls and +1d6 damage vs. creatures with no cover.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"56373159-7971-43a0-9c4e-303f8d4e88eb",name:"Crazed Necromancer",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:14},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"541879f3-e785-442b-9b0c-133f6a61cb7e",name:"Staff of Death",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon, Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 necrotic damage, and the target is immobilized (save ends).",damage:"1d6 necrotic damage",category:1},{id:"957e3715-99c3-4b02-9ce8-77c0999e2cce",name:"Grave Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:6,defence:2},description:"",details:"1d6+4 necrotic damage, and the target is immobilized (save ends).",damage:"1d6+4 necrotic damage",category:1},{id:"fd814a80-00ac-4862-aebe-491a87970426",name:"Horrific Visage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear",condition:"",range:"Close blast 3 (blast 6 if adjacent to the statue)",attack:{bonus:7,defence:3},description:"",details:"1d6 damage, and the target is pushed 3 squares.",damage:"1d6 damage",category:1},{id:"1a62abdb-c5b2-45d7-bd13-4a8a67210022",name:"Reanimate",action:{action:4,trigger:"when an undead minion ally within 5 squares of the crazed necromancer (10 if adjacent to the statue) is reduced to 0 hit points",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The undead minion ally regains 1 hit point.",damage:"The undead minion ally regains 1 hit point",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0fb8cbd-0a80-4452-8caf-5f19102f92fd",name:"Wererat Rogue",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +7; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Acrobatics +10, Bluff +6, Stealth +10, Streetwise +6, Thievery +10",equipment:"dagger; short sword; thieves’ tools",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:57,initiative:7,ac:17,fortitude:15,reflex:18,will:13,regeneration:{value:5,details:"if the wererat takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"43830b74-fc39-472d-8457-348e01bc9657",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"a5831b37-8013-4bc4-bc49-87b88720a5e6",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+2 damage plus ongoing 2 damage (save ends), and the target contracts filth fever.",damage:"1d4+2 damage plus ongoing 2 damage (save ends)",category:1},{id:"70528a1c-84c4-497d-985e-b9d77445fb20",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"21a23bcf-1edc-4810-8076-7f76f1c35ee8",name:"Riposte Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage. If the target attacks you before the start of your next turn, you make your riposte against the target as immediate interrupt, +8 vs AC; 1d6 damage.",damage:"1d6+4 damage",category:1},{id:"4d979ef0-f516-4ed9-8c26-8836f9f88368",name:"Setup Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+4 damage, and the target grants you combat advantage until the end of your next turn.",damage:"2d6+4 damage",category:1},{id:"bf9dce13-385a-438c-a8b1-3a664c13d410",name:"Easy Target",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Martial, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+4 damage, and the target is slowed and grants combat advantage to you (save ends both).",damage:"2d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever",tactics:""},{id:"30c997cd-e460-4829-a2f0-fefd238dd335",name:"Berdine Gaelle",details:"",size:2,origin:4,type:2,keywords:"human",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"6",alignment:"Unaligned",languages:"Common, one regional language",skills:"Diplomacy +11, Insight +11, Intimidate +13, Stealth +13, Thievery +11",equipment:"dagger; hide armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:15},hp:196,initiative:7,ac:24,fortitude:22,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"63c103c9-4f45-4101-8a7b-78aea2f14b9d",name:"Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Two attacks; 1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"a568ff10-e906-49d9-930e-4e010a1f05e6",name:"Flick of the Wrist",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(minor",range:"Ranged 6/12",attack:{bonus:14,defence:0},description:"",details:"1d4+5 damage.",damage:"1d4+5 damage",category:1},{id:"e75eacef-dc66-444a-811e-9f7d8e2a631a",name:"Crushing Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"1d4+5 damage, and the target is grabbed (until escape).",damage:"1d4+5 damage",category:1},{id:"ad86828f-7a07-447c-b34a-e796d9ed8814",name:"Strangle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Grabbed target only; 2d8+4 damage. Miss: half damage.",damage:"2d8+4 damage",category:1},{id:"07b5baf2-2f84-4068-9783-6daeb904288e",name:"Choke and Throw",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"2d4+5 damage, and the target slides 3 squares, is knocked prone, and is stunned until the end of Berdine’s next turn.",damage:"2d4+5 damage",category:1},{id:"66dd7aa7-3ab7-4397-b4b3-e2b0837ade20",name:"Quick Counter",action:{action:4,trigger:"when an enemy misses berdine with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Berdine makes an attack against that enemy; 1d4+5 damage.",damage:"1d4+5 damage",category:5},{id:"69728d9d-c7af-480b-97d5-790893c34ea5",name:"Predatory Eye",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Berdine deals an extra 1d6 damage on the next attack it makes with combat advantage. It must apply this bonus before the end of its next turn.",damage:"berdine deals an extra 1d6 damage on the next attack it makes with combat advantage",category:3},{id:"759eb8a5-83ed-496d-a535-b51b64fa60f6",name:"Quick Draw",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Berdine can draw a weapon as a free action.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"18bbce69-1971-4c4b-93ec-22e9ac4931f1",name:"Gloomblade Dread Warrior",details:"",size:2,origin:5,type:2,keywords:"undead",level:6,role:{type:4,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Evil",languages:"Common",skills:"Acrobatics +14, Stealth +14",equipment:"chainmail; greatsword",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:20},intelligence:{score:10},wisdom:{score:15},charisma:{score:11},hp:96,initiative:12,ac:20,fortitude:17,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"ce64a983-34d8-4492-87b3-d8677492e343",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"938ee750-2f93-4189-9f4f-dd929d45381b",name:"Gloomstrike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the gloomblade hits a target that can’t see him, the target is blinded until the end of the gloomblade’s next turn.",damage:"",category:0},{id:"90e32f43-d8a4-4ab8-875a-a21261cf961d",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn.",damage:"The gloomblade teleports 3 squares and becomes insubstantial until the start of his next turn",category:2},{id:"bfd126c4-cb42-443f-91d3-d49111e365bc",name:"Veil of Shadows",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gloomblade turns invisible and moves up to his speed. The gloomblade cannot use this power while bloodied.",damage:"",category:2}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6285bdbc-184a-4f84-8cb4-e5e4801410dc",name:"Death Master Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:3,role:{type:4,flag:1,leader:!0},senses:"Perception +5; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:6},wisdom:{score:8},charisma:{score:15},hp:52,initiative:7,ac:17,fortitude:17,reflex:15,will:18,regeneration:null,auras:[{id:"6336a3f2-8516-4b40-a0d3-6d00258144f0",name:"Shroud of the Grave",keywords:"",details:"(Necrotic) aura 5; all undead lose any vulnerability to radiant damage."},{id:"5a2f70ed-f084-48c6-a06c-30199afdb93d",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"fe8d53e2-4c96-4d28-ac97-dd453af44fb3",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+2 necrotic damage.",damage:"1d6+2 necrotic damage",category:1},{id:"963adace-cfc1-4db8-b5b0-0329a5ec9571",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close burst 2",attack:{bonus:6,defence:3},description:"",details:"targets enemies; 2d6+2 psychic damage, and the target is knocked prone.",damage:"2d6+2 psychic damage",category:1},{id:"4754bfd6-cf92-4cd9-b4f8-2dcf68b4d414",name:"Call of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"four undead minions of the death master’s level, or lower, appear in any unoccupied space within range. These undead minions take their turns immediately after the death master.",damage:"",category:1},{id:"cc253ef6-91db-4871-99ba-4f6bd8b7a6f5",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e6f90c75-4d35-4e0d-a2ad-9547bf8779f1",name:"Animated Statue",details:"",size:2,origin:4,type:0,keywords:"construct",level:2,role:{type:2,flag:1,leader:!1},senses:"Perception +1; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:12},intelligence:{score:5},wisdom:{score:11},charisma:{score:8},hp:86,initiative:2,ac:17,fortitude:16,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"f40721c0-2299-4537-bc38-fd71b2c489db",name:"Smashing Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"8093d567-9ea4-40cc-9af5-f6cb074c37a6",name:"Knockdown Fist",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:3,defence:1},description:"",details:"2d6+3 and knock prone.",damage:"2d6+3 and knock prone",category:1},{id:"632a0d28-b5d9-4532-a14d-ac9ffb9a043a",name:"Kick when Down",action:{action:7,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When adjacent to a prone enemy at the end of its turn, the Animated Statue may make a smashing fist attack against that enemy",damage:"",category:4},{id:"383c4d47-de0d-42a7-b3f7-0907fddfcf4d",name:"Keep Them Down",action:{action:4,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"When an adjacent enemy attempts to stand, make a Smashing Fist against that foe. On hit, the target stays prone and its turn ends.",damage:"",category:5}],damageModifiers:[],resist:"charm, fear, poison, sleep",vulnerable:"",immune:"",tactics:""},{id:"e357ae5f-3685-440f-bb75-7968e93694d6",name:"Helvec",details:"",size:2,origin:2,type:2,keywords:"elf",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +2; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +9, Bluff +9, Intimidate +9",equipment:"quarterstaff; ritual book",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:13},intelligence:{score:16},wisdom:{score:12},charisma:{score:16},hp:47,initiative:2,ac:14,fortitude:13,reflex:14,will:16,regeneration:null,auras:[{id:"1927cf60-e150-4289-9b8e-47e3e5863920",name:"Magic Circle",keywords:"",details:"Helvec gains +2 to his defenses on the platform."}],powers:[{id:"3fbe195e-9176-4a30-a8d9-0857401c8754",name:"Dark Staff Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+1 damage.",damage:"1d6+1 damage",category:1},{id:"e504c986-fc7d-407c-8caa-6625a27923f6",name:"Bone-Wearying Glance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:5,defence:1},description:"",details:"two targets; 1d6+2 necrotic damage and slowed (save ends).",damage:"1d6+2 necrotic damage and slowed (save ends)",category:1},{id:"62a939cb-4c3b-4967-a623-9988ceb32d9e",name:"Vampiric Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:6,defence:3},description:"",details:"1d8+2 necrotic damage and Helvec heals 5 hp.",damage:"1d8+2 necrotic damage and helvec heals 5 hp",category:1},{id:"48d9cfca-7266-4ee7-8070-360223315604",name:"Flesh-Rotting Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Burst 2 within 10; living creatures only; 1d6+3 necrotic damage and undead gain +2 attack and +2 damage against target (save ends).",damage:"1d6+3 necrotic damage and undead gain +2 attack and +2 damage against target (save ends)",category:1},{id:"b99e2cc0-f3af-469c-ae47-22921898ad96",name:"Necromantic Reinvigoration",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Burst 5; undead creatures regain 5 hit points.",damage:"Burst 5",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2fb71386-7d38-4e76-b05d-8cbc1f1bf4bb",name:"Hobgoblin Mercenary",details:"",size:2,origin:4,type:2,keywords:"goblin",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +3; low-light vision",movement:"5",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +11, History +8",equipment:"arrow; light shield; longbow; longsword",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:14},charisma:{score:10},hp:39,initiative:7,ac:19,fortitude:17,reflex:12,will:14,regeneration:null,auras:[],powers:[{id:"7f2427fc-d841-4dce-a690-e2a2a60a14a4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"52000c3a-f225-40a5-bbf6-1791e7ef48e9",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"2531d441-fe7a-4684-8b6a-ac0b437da117",name:"Phalanx Soldier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it.",damage:"A hobgoblin soldier gains a +2 bonus to AC while at least one hobgoblin ally is adjacent to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d538e745-e4d2-41cc-ba64-02c0a386ce1b",name:"Prisoner",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +0",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:11},dexterity:{score:9},intelligence:{score:10},wisdom:{score:11},charisma:{score:9},hp:27,initiative:1,ac:9,fortitude:11,reflex:10,will:11,regeneration:null,auras:[],powers:[{id:"32ba26d4-1263-4ec5-a5f1-ad714c0daa7f",name:"Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:0,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"aa81684c-89d3-42b3-a210-c14fe62186fd",name:"Shadow Spirit",details:"",size:2,origin:5,type:2,keywords:"undead",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"7, fly 7 phasing",alignment:"Unaligned",languages:"Common",skills:"Intimidate +9, Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:14},hp:44,initiative:6,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"f8adfb8c-5ed8-4fd3-b014-a53a5b309df6",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"93e6dfff-30ff-4d38-b96b-0514f8a2e799",name:"Life Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"1d8+2 damage, and the target is weakened until the end of the shadow spirit’s next turn.",damage:"1d8+2 damage",category:1},{id:"5ddd8ec0-014f-4b55-a51a-cc32744e6c78",name:"Shadow Hunger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1d6 damage against weakened targets.",damage:"+1d6 damage against weakened targets",category:0}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"0cb4ba54-0d59-46fe-b556-f0752d71bded",name:"Skeleton Trooper",details:"",size:2,origin:4,type:0,keywords:"undead",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Unaligned",languages:"Common (understand only)",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:29,initiative:4,ac:16,fortitude:14,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"c0b0fdda-515d-4ab3-a568-a7065a053f42",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"fa60043d-1ebe-4339-9a03-a8fc154a1267",name:"Forward the Line",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+2 damage, and push 1.",damage:"1d6+2 damage",category:1},{id:"4b777742-c90b-4efa-a9d7-92ed86c2e7c0",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"2 bonus on attack rolls and +1d6 damage with opportunity attacks.",damage:"2 bonus on attack rolls and +1d6 damage with opportunity attacks",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"Poison",tactics:""},{id:"6792c6ac-733b-4422-be91-02cd94d1dd9e",name:"Cult Fanatic",details:"",size:2,origin:4,type:2,keywords:"human, orc; half-orc",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:11},hp:1,initiative:5,ac:16,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"95f1802a-7248-4c3d-82e4-fe6d2fb396de",name:"Glass Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"488f69bb-ac13-4025-b94b-d8ddc91c1e0d",name:"Death Strike",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:{bonus:5,defence:0},description:"",details:"The cult fanatic makes a dagger attack against each adjacent enemy.; .",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1005f4e2-20c1-45cc-8a07-b92c64a1bb69",name:"Cultist Eyeblade",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +9, Athletics +7, Stealth +9",equipment:"dagger; short sword",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:15},charisma:{score:12},hp:45,initiative:6,ac:17,fortitude:14,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"3b0511f9-8047-46b9-85b8-3273d670d310",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+6 Damage.",damage:"1d6+6 damage",category:1},{id:"17eb5fe3-951c-42f9-ad34-41147ccfc2de",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4+5 Damage.",damage:"1d4+5 damage",category:1},{id:"6ead03bd-8a41-40d1-84e9-14023a869965",name:"Belashyrra’s Blade",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The cultist eyeblade gains combat advantage against any enemy marked by an ally.",damage:"",category:0},{id:"5ce1af03-6fab-4d59-9bf4-7b100c3be5f7",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The cultist eyeblade deals 1d6 extra damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e359135d-598d-4409-abc5-583894ac89e5",name:"Dolgaunt Acolyte",details:"",size:2,origin:0,type:2,keywords:"blind",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +9; blindsight 20",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +9, Athletics +8",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:14},intelligence:{score:14},wisdom:{score:14},charisma:{score:18},hp:55,initiative:3,ac:18,fortitude:15,reflex:15,will:17,regeneration:null,auras:[],powers:[{id:"2aa77947-2572-4a42-bafd-326e23e5d590",name:"Leaching Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d6+5 damage, and the dolgaunt acolyte gains 5 temporary hit points.",damage:"1d6+5 damage",category:1},{id:"dde70c05-3a3c-4c80-aa14-977d836984ca",name:"Warp Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"1d6+6 necrotic damage, and the target is immobilized (save ends).",damage:"1d6+6 necrotic damage",category:1},{id:"8a381c15-45d3-45bd-9054-9d12a7bd7e06",name:"Maddening Whispers",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close blast 5",attack:{bonus:5,defence:3},description:"",details:"targets enemies; 1d6+4 psychic damage and the target slides 3 squares.",damage:"1d6+4 psychic damage and the target slides 3 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"d4fa2b5c-6a65-431c-9971-298402f89ee2",name:"Living Darkness",details:"",size:3,origin:0,type:1,keywords:"blind, ooze",level:6,role:{type:2,flag:1,leader:!1},senses:"Perception +5; blindsight 10",movement:"7",alignment:"Unaligned",languages:"",skills:"Stealth +12",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:5},wisdom:{score:14},charisma:{score:11},hp:168,initiative:7,ac:18,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"a558cb68-adf6-4b56-99c3-7d8b6f4c3d2b",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"2d8 + 4 necrotic damage.",damage:"2d8 + 4 necrotic damage",category:1},{id:"5d96a7dc-e4d2-4211-a4cb-ac8af0893670",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"On a hit, the target is grabbed and pulled into the living darkness’s space; the target is dazed and takes ongoing 10 necrotic damage until the grab ends. A creature that escapes the grab shifts to a square of its choosing adjacent to the living darkness. The living darkness can move normally while creatures are engulfed within it.; Targets one or two Medium or smaller creatures; .",damage:"the target is dazed and takes ongoing 10 necrotic damage until the grab ends",category:1},{id:"c24bb52d-0b2a-4bfe-99b5-2c2a24fcd166",name:"Cloud Drift",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The living darkness shifts its speed and can move through enemies’ spaces. It must end this movement in an unoccupied space.",damage:"",category:2},{id:"4e03eb01-7628-474f-b6b2-8fbdc1b776bd",name:"Chilling Move",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"On its turn, if the living darkness moves through a creature’s space, that creature takes 5 necrotic damage.",damage:"that creature takes 5 necrotic damage",category:0}],damageModifiers:[{type:9,value:10}],resist:"insubstantial (does not apply to radiant damage)",vulnerable:"",immune:"gaze, poison",tactics:""},{id:"80952c3d-77f9-4a24-b0c7-ec32cde67a3e",name:"Orc Warden",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Giant, Deep Speech",skills:"Athletics +11, Endurance +10",equipment:"greataxe; hide armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:13},intelligence:{score:8},wisdom:{score:15},charisma:{score:9},hp:56,initiative:4,ac:20,fortitude:17,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"96ab8b77-834e-46b0-8354-e7dd1f4fb8f5",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d12+4 damage.",damage:"1d12+4 damage",category:1},{id:"d9155c5b-6f87-48ef-951f-d9439b9f8c55",name:"Tongueworm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"(If the attack roll is a 1, the orc warden is dazed until the end of its next turn.)1d6+1 poison damage.",damage:")1d6+1 poison damage",category:3},{id:"f69cd4fe-fb23-4a7f-9bc0-6f562844803d",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"healing, weapon",condition:"",range:"The orc warden makes a melee basic attack and regains 14 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"b924b4db-4153-456d-a381-d954f4fae938",name:"Belashyrra’s Eye",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The orc warden makes a melee basic attack and regains 14 hit points.",attack:null,description:"",details:"",damage:"",category:3},{id:"9763593e-92d4-42d2-8055-0ea4186515bf",name:"Warden’s Wrath",action:{action:5,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The orc warden makes a basic attack against the triggering enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d4658089-4a1f-4761-871a-7e5fd5087102",name:"Toraash",details:"",size:2,origin:4,type:2,keywords:"orc",level:4,role:{type:7,flag:1,leader:!1},senses:"Perception +13; blindsight 5, low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Giant, Deep Speech",skills:"Athletics +11, Endurance +10",equipment:"greataxe",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:15},intelligence:{score:8},wisdom:{score:16},charisma:{score:9},hp:112,initiative:6,ac:22,fortitude:19,reflex:15,will:18,regeneration:null,auras:[{id:"7fbc45af-9ad5-4efa-9c61-0ceb8fe49dbd",name:"Watchful Eye",keywords:"",details:"aura 1; an enemy that begins its turn in the aura is marked until the end of its next turn."}],powers:[{id:"84ce2d87-e172-4469-ac7b-36e908b3e6a6",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d12 + 4 damage.",damage:"1d12 + 4 damage",category:1},{id:"2dc2d253-4e0c-40d7-8ad7-de2d697177ce",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"Toraash makes a melee basic attack and regains 28 hit points",attack:{bonus:9,defence:0},description:"",details:".",damage:"",category:1},{id:"ff5641d6-4fc4-4f51-85bf-f804a54a8197",name:"Intimidating Presence",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"targets a marked enemy; 1d4 + 3 damage, and the target is dazed until the end of its next turn.",damage:"1d4 + 3 damage",category:3},{id:"d31ae827-23fe-4d6d-8ba9-b047bc8a5214",name:"Furious Surge",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:0},description:"",details:"Toraash makes an intimidating presence attack against each marked enemy within the burst, with a +2 bonus to the attack roll.; .",damage:"with a +2 bonus to the attack roll",category:5},{id:"04885d4c-e254-49ab-aec2-e918405ab398",name:"Warden’s Wrath",action:{action:5,trigger:"when an adjacent enemy toraash has marked makes an attack that does not include him as a target",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Toraash makes a basic attack against the triggering enemy",damage:"",category:5}],damageModifiers:[{type:8,value:-10},{type:7,value:-10},{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"572d3a56-d06d-4b98-abf7-8e00fe43bef2",name:"Feyborn Ettercap Webspinner",details:"",size:2,origin:2,type:2,keywords:"spider",level:8,role:{type:6,flag:1,leader:!1},senses:"Perception +11",movement:"5, climb 5 (spider climb)",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"leather armor; longspear",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:14},intelligence:{score:5},wisdom:{score:15},charisma:{score:13},hp:168,initiative:8,ac:22,fortitude:20,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"f609b482-6e0f-4bc2-b9b3-bf8c84f61d1d",name:"Lognspear",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"3d3a0f6b-08c0-4fe2-a913-7879d8fce04a",name:"Spider Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires combat advantage; 1d6+5 damage, and the ettercap makes a secondary attack against the same target. Secondary Attack: +11 vs. Fortitude; ongoing 5 poison (save ends).",damage:"1d6+5 damage",category:1},{id:"c9f162dd-d21e-45ac-bbc4-b4bd45f3b3a2",name:"Undeniable Beauty",action:{action:5,trigger:"when feyborn creature is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"against attacker; the attacker must target a different creature or end its attack.",damage:"",category:5},{id:"38800ad7-9b0d-48d4-b26c-7e71e1252d6d",name:"Lure of the Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:3},description:"",details:"target is pulled 5 squares and dazed (save ends).",damage:"target is pulled 5 squares and dazed (save ends)",category:1},{id:"0101e883-305a-48a6-8687-cb70018859eb",name:"Web Net",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:12,defence:2},description:"",details:"the target is restrained (save ends).",damage:"",category:3},{id:"dd3944f9-150a-4b21-9350-8cbc5b186ac1",name:"Webbed Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Zone",condition:"",range:"Area burst 2 within 10",attack:{bonus:12,defence:2},description:"",details:"the target is immobilized (save ends). The zone is filled with spider webs and is considered difficult terrain until the end of the encounter.",damage:"",category:1},{id:"3856b95c-9816-4589-81f2-93a133ea74ae",name:"Step Through the Mists",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feyborn creature teleports up to 3 squares.",damage:"The feyborn creature teleports up to 3 squares",category:2},{id:"02b8ff4e-7474-4768-80bb-2f691e28212b",name:"Web Walker",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ettercap ignores movement effects of spider webs and difficult terrain related to spider swarms.",damage:"",category:0}],damageModifiers:[{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0dd4ce43-533b-452a-a31f-07aacfd68540",name:"Moonshadow",details:"",size:2,origin:2,type:2,keywords:"",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +8; low-light vision",movement:"6 see also fey step",alignment:"Good",languages:"Common, Elven",skills:"Arcana +19, History +19, Nature +13",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:26},hp:1,initiative:10,ac:29,fortitude:26,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"315ba04b-debf-40a2-9828-74abce5af3a3",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+4 damage and the target is slowed until the end of Moonshadow’s next turn.",damage:"1d8+4 damage and the target is slowed until the end of moonshadow’s next turn",category:1},{id:"7264bb3c-2327-48d1-a309-c9992a309b1f",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:19,defence:2},description:"",details:"1d8+6 damage and the target is immobilized until the end of Moonshadow’s next turn.",damage:"1d8+6 damage and the target is immobilized until the end of moonshadow’s next turn",category:1},{id:"9b15c2bd-eefd-4d28-9f33-be1787819337",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:19,defence:0},description:"",details:"1d8+5 damage and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe square.",damage:"1d8+5 damage and the target is teleported up to 3 squares",category:1},{id:"0a1c4aab-0446-4e8c-b91b-3be327adca98",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"",attack:{bonus:16,defence:3},description:"",details:"2d6+6 radiant damage, and the target is blinded until the end of Moonshadow’s next turn.",damage:"2d6+6 radiant damage",category:1},{id:"3bddbe16-a8d4-4ce3-882d-a18d8e47caa2",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Moonshadow can teleport 5 squares.",damage:"Moonshadow can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d375913e-1771-4862-aa1f-cb915260e006",name:"Marlug",details:"",size:3,origin:1,type:1,keywords:"demon",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Arcana +10, Athletics +14, Stealth +12, Thievery +12",equipment:"",category:"",strength:{score:20},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:12},charisma:{score:18},hp:198,initiative:10,ac:25,fortitude:24,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"e262e09f-ebe8-4ca0-93fc-b13f574f50a6",name:"Withering Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Reach 2; 2d8+5 damage and the target is slowed and takes a -2 penalty to attack rolls (save ends).",damage:"2d8+5 damage and the target is slowed and takes a -2 penalty to attack rolls (save ends)",category:1},{id:"f74cecce-80ce-4567-9904-0a16157f35ca",name:"Throat Grab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:2},description:"",details:"Reach 2; 2d8+5 damage, and the target is grabbed. Marlug can grab only one creature at a time.",damage:"2d8+5 damage",category:1},{id:"97680bba-1d52-485e-bae7-1f343637c1de",name:"Devour Soul",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing, Psychic",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Reach 2; affects immobilized target only; 3d8+5 psychic damage, and Marlug regains 10 hit points.",damage:"3d8+5 psychic damage",category:1},{id:"d40699f8-af3f-49e7-83e4-8de9d86350af",name:"Soul Heave",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:12,defence:3},description:"",details:"targets enemies; 2d6+5 psychic damage and the target is pulled into an unoccupied space adjacent to Marlug.",damage:"2d6+5 psychic damage and the target is pulled into an unoccupied space adjacent to marlug",category:3},{id:"fd212c2f-71b6-4664-8852-d891974ee8d2",name:"Demonic Vigor",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Marlug gains 1 action point whenever he reduces a foe to 0 hit points or less with his devour soul attack.",damage:"Marlug gains 1 action point whenever he reduces a foe to 0 hit points or less with his devour soul attack",category:0},{id:"b41f0e57-4c8d-43b6-ab68-251b75e7652f",name:"Lifebound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When reduced to 0 hit points or less, Marlug returns to life at 9 hit points after two rounds unless the Dark Heart of the Altar is destroyed.",damage:"Marlug returns to life at 9 hit points after two rounds unless the Dark Heart of the Altar is destroyed",category:0}],damageModifiers:[{type:3,value:-10}],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"df90c5c0-d674-4541-bc4a-cec0e17bcaed",name:"Pelgor",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:0,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +13, Religion +13",equipment:"leather armor",category:"",strength:{score:13},constitution:{score:20},dexterity:{score:12},intelligence:{score:17},wisdom:{score:11},charisma:{score:15},hp:92,initiative:6,ac:25,fortitude:24,reflex:23,will:24,regeneration:null,auras:[],powers:[{id:"1c0100c9-45bb-4c9c-8e84-97b581447217",name:"Barbed Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+2 damage, and ongoing 5 damage (save ends).",damage:"1d8+2 damage",category:1},{id:"6ffe2194-db74-43f6-b337-f7aa0314aa28",name:"Hellish Rebuke",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Fire",condition:"(standard",range:"Ranged 10",attack:{bonus:16,defence:2},description:"",details:"1d6+8 fire damage. If Pelgor takes damage before the end of his next turn, the target takes an extra 1d6+5 fire damage.",damage:"1d6+8 fire damage",category:1},{id:"ba748fc5-a4f4-447a-b401-4fbc9c4672d4",name:"Howl of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Arcane, Fear, Thunder",condition:"",range:"Close blast 5",attack:{bonus:16,defence:1},description:"",details:"2d6+8 thunder damage, and the target is pushed 5 squares.",damage:"2d6+8 thunder damage",category:1},{id:"596aae62-ee19-4ef0-8f51-994aa5a95c0b",name:"Summons of Marlug",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Psychic, Teleportation",condition:"",range:"Ranged 10",attack:{bonus:16,defence:3},description:"",details:"2d10+8 psychic damage, and Pelgor teleports the target to an unoccupied square within 3 squares of him. Sustain Minor: +16 vs. Will; Pelgor teleports the target to an unoccupied square within 3 squares of him. On a miss, the effect ends.",damage:"2d10+8 psychic damage",category:1},{id:"7ff87920-b8ec-45c7-a954-2987cd50e1bf",name:"Shielding Shades",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:3,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Reduce the damage from the attack to 0.",damage:"reduce the damage from the attack to 0",category:5},{id:"5ea3af01-fca6-4add-8390-4a51068cdd3b",name:"Soulbound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Pelgor is ever more than 3 squares away from the altar, his powers deal -2 damage and he cannot use his summons of Marlug power.",damage:"his powers deal -2 damage and he cannot use his summons of marlug power",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b85f03e4-edda-45f9-b1cf-1386d8cb5691",name:"Berrian Truescourge",details:"",size:2,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Arcana +15, History +15, Nature +9",equipment:"spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:66,initiative:6,ac:20,fortitude:17,reflex:19,will:19,regeneration:null,auras:[],powers:[{id:"be5ef312-5a9e-4edf-a310-e8828d3ebb0e",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 damage, and the target is slowed until the end of Berrian’s next turn.",damage:"1d8 damage",category:1},{id:"03b6b51e-c88d-4187-98af-36e64f0fe930",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+2 damage, and the target is immobilized until the end of Berrian’s next turn.",damage:"1d8+2 damage",category:1},{id:"997ceb83-4905-40a9-930b-c01dd212a58e",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d8+1 damage, and the target is teleported up to 3 squares. The target cannot be teleported into an unsafe space.",damage:"1d8+1 damage",category:1},{id:"f5c8e04d-a372-4a86-92cd-888fdbfe2052",name:"Dazzling Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 3",attack:{bonus:7,defence:3},description:"",details:"2d6+2 radiant damage, and the target is blinded until the end of Berrian’s next turn.",damage:"2d6+2 radiant damage",category:1},{id:"b6e32ed1-4d6b-4c3b-b5c6-0626cda3130e",name:"Fey Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Berrian can teleport 5 squares.",damage:"Berrian can teleport 5 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bca2a360-e65b-49fc-aaac-47133412de77",name:"Feyborn Ant Swarm",details:"",size:2,origin:2,type:1,keywords:"swarm",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +6; low-light vision",movement:"4, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:17},intelligence:{score:1},wisdom:{score:10},charisma:{score:9},hp:88,initiative:10,ac:18,fortitude:15,reflex:19,will:16,regeneration:null,auras:[{id:"8946588e-9d9d-4a7f-a647-7fc6e392de6d",name:"Swarm Attack",keywords:"",details:"aura 1; the ant swarm makes a basic attack as a free action against each enemy that begins its turn in the aura."}],powers:[{id:"cd6e5c37-5fc4-4039-9b13-6e0c4ba0c4da",name:"Swarm of Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage, and ongoing 3 damage (save ends).",damage:"1d6+3 damage",category:1},{id:"e909a5e8-8d03-4cae-b46a-8e71151fc4fe",name:"Undeniable Beauty",action:{action:5,trigger:"when feyborn creature is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:3},description:"",details:"against the attacker; the attacker must target a different creature or end its attack.",damage:"",category:5},{id:"33267fc8-97f6-4bea-a6f2-6cd1f37087e0",name:"Lure of the Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:5,defence:3},description:"",details:"The target is pulled 5 squares and is dazed (save ends).",damage:"The target is pulled 5 squares and is dazed (save ends)",category:1},{id:"1708faf3-d73b-4193-a260-6b0a3145f850",name:"Step Through the Mists",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The feyborn creature teleports up to 3 squares.",damage:"The feyborn creature teleports up to 3 squares",category:2}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"5 against close and area attacks",immune:"",tactics:""},{id:"8faf1697-5811-4158-a113-22662697c80b",name:"Voldini Archer",details:"",size:2,origin:2,type:2,keywords:"",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Nature +10, Stealth +9",equipment:"arrows (30); leather armor; longbow; short sword",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:18},intelligence:{score:12},wisdom:{score:16},charisma:{score:11},hp:26,initiative:4,ac:14,fortitude:10,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"c3fec939-bc98-472a-b403-af1097671012",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"f7562129-06cf-48f2-9384-793c85c95174",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:6,defence:0},description:"",details:"1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"e82f3250-3fc7-40a8-80f2-e6e5329e8d80",name:"Archer’s Mobility",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the archer moves at least 4 squares from its original position, it gains a +2 bonus to ranged attack rolls until the start of its next turn.",damage:"",category:0},{id:"12320111-7899-4613-b2eb-b4df6a8d7dcb",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The archer can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"a4db01ea-894b-4674-93c0-06a77603d447",name:"Not So Close",action:{action:4,trigger:"when an enemy makes a melee attack against the archer",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The archer shifts 1 square and makes a ranged attack against the enemy.",attack:null,description:"",details:"",damage:"",category:5},{id:"35169fc5-1804-4ca7-8486-383b9f37e1e3",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The archer ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"caeda84f-ae2a-4722-9f44-0dae3ae9a6d9",name:"Voldini Cultist",details:"",size:2,origin:2,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Chaotic evil",languages:"Common, Elven",skills:"Arcana +2, History +2, Nature +6",equipment:"leather armor; light shield; longsword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:3,ac:16,fortitude:12,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"e33d58a6-89e5-4db9-b4c3-b9969a21436e",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"ea6dd50e-223a-4fd5-ad07-08ee1e05812c",name:"Fey Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The cultist can teleport 5 squares.",damage:"The cultist can teleport 5 squares",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ef21d12-66c0-4aca-9a94-b25280f5eb3a",name:"Ostram del’Fargo",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"dagger; goblin totem; dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"ea5190dc-f6b8-47c5-8b3d-8852e06604f1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage, or 1d4+4 damage against medium sized opponents.",damage:"1d4+3 damage",category:1},{id:"d657e152-b4d7-45cf-82b7-3643c4f78fc6",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage, or 1d4+4 damage against medium sized opponents.",damage:"1d4+3 damage",category:1},{id:"a448bc5b-72a3-44e8-9f14-d779de2aae4f",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The halfling can move up to 3 squares and make one melee basic attack at any point during that movement. The halfling thief doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"1a9609fd-3cac-468e-874e-ff23dceb1fd5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"00169658-4006-435e-88aa-8235c4bc2470",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"ab6a185d-1977-4422-9db6-0fd99dbda03b",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling thief forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f7f716fd-fed7-47f0-91da-f2ea417bd653",name:"Selmik the Master Rat",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:2,role:{type:6,flag:1,leader:!0},senses:"Perception +7; low-light vision",movement:"6, climb 4 (not in human form)",alignment:"Evil",languages:"Common",skills:"Bluff +6, Stealth +10, Streetwise +6, Thievery +10",equipment:"short sword",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:11},hp:72,initiative:7,ac:18,fortitude:16,reflex:15,will:12,regeneration:{value:5,details:"if the wererat takes damage from a silver weapon its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"a291a275-a34a-4b48-8106-28b76a3c3367",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"bc211115-d8f5-44cc-816d-973c7b3aa71d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+2 damage and the target takes ongoing 2 damage (save ends) and contracts filth fever.",damage:"1d4+2 damage and the target takes ongoing 2 damage (save ends) and contracts filth fever",category:1},{id:"2844f5a0-f106-4ec4-b448-fdffded35eae",name:"Summon Dire Rat",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Summoning",condition:"",range:"",attack:null,description:"",details:"Selmik summons one dire rat to fight for him. The rat appears beneath a trapdoor (DM’s choice). If Selmik is standing on his hallowed fountain, then he summons one extra dire rat. The dire rat acts on Selmik’s initiative.",damage:"",category:3},{id:"bbb34584-6487-47f9-9d11-d65a54bc723e",name:"Inspire Rat Servants",action:null,keywords:"",condition:"",range:"Selmik and any rat it directs deals an extra 1d6 damage on melee attacks against any target they have combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"filth fever",tactics:""},{id:"08d7af81-769e-44a8-a314-559328197136",name:"Zombie Abomination",details:"",size:3,origin:4,type:0,keywords:"undead",level:4,role:{type:2,flag:2,leader:!1},senses:"Perception +4",movement:"7, climb 7",alignment:"Unaligned",languages:"",skills:"",equipment:"bastard sword",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:6},intelligence:{score:3},wisdom:{score:10},charisma:{score:3},hp:232,initiative:4,ac:18,fortitude:22,reflex:18,will:20,regeneration:null,auras:[],powers:[{id:"6a774930-dfeb-484a-b07e-abfd60002aef",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 1d12+5 damage and the target is marked until the end of the abomination’s next turn.",damage:"1d12+5 damage and the target is marked until the end of the abomination’s next turn",category:1},{id:"94a59853-a452-4eb4-92c6-3faefba7b550",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The zombie abomination makes two bastard sword attacks.; 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"ca655528-ebcb-404c-bcef-d4d811b752ef",name:"Grasping Coils",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"the target is pulled 1 square and grabbed (until escape). The abomination can grab only one creature at time. Checks made to escape the abomination’s grab take a -5 penalty.",damage:"the target is pulled 1 square and grabbed (until escape)",category:3},{id:"a13e2467-2ff4-4479-8869-648141d94374",name:"Crush",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"Grabbed target only; 2d8+4 damage.",damage:"2d8+4 damage",category:3},{id:"de8ed018-1f12-429b-a060-18858f275c54",name:"Rise Again",action:null,keywords:"",condition:"the first time the abomination drops to 0 hit points",range:"",attack:null,description:"",details:"Make a new initiative check for the abomination. On its next turn, the abomination rises (as a move action) with 116 hit points",damage:"the abomination rises (as a move action) with 116 hit points",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6e8b1587-5f96-4233-a2be-12a1bd8959a3",name:"Human Bowman Lackey",details:"",size:2,origin:4,type:2,keywords:"human",level:7,role:{type:9,flag:3,leader:!1},senses:"Perception +4",movement:"6",alignment:"Any",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:6,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"836ec70f-c35b-4447-af7a-bba5b023da68",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"dc6e6a0d-d1c2-4689-aa07-9a6250452600",name:"Bow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"7bba08ed-d6d7-4d4b-b888-1fdcf955bb17",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human lackey gains a +2 power bonus to all defenses while at least two other human lackeys are within 5 squares of it.",damage:"A human lackey gains a +2 power bonus to all defenses while at least two other human lackeys are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f6c98b1e-753b-4984-90c8-dd7c22b02d2d",name:"Laundae Ethari",details:"",size:2,origin:5,type:2,keywords:"undead",level:9,role:{type:3,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +9, Arcana +13, Religion +13, Stealth +14",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:16},intelligence:{score:19},wisdom:{score:12},charisma:{score:17},hp:178,initiative:7,ac:25,fortitude:22,reflex:23,will:23,regeneration:{value:5,details:"regeneration does not function while Laundae Ethari is exposed to direct sunlight"},auras:[{id:"f32c1795-e8c2-4529-9fc4-48dafb082526",name:"Deep Shadow",keywords:"",details:"(Necrotic) Aura 2; thick, writhing shadows surround the shadar-kai witch. The witch and any other shadow creatures in the aura gain concealment. In addition, enemies that enter or start their turns in the aura take 5 necrotic damage, and enemies (including flying ones) also treat the area within the aura as difficult terrain. The shadar-kai witch can sustain the aura as a minor action. However, the effect ends if she uses shadow jaunt or moves more than half her speed on her turn."}],powers:[{id:"75a34f4d-4100-4e6f-8c38-9b8e504e513c",name:"Blackfire Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:13,defence:2},description:"",details:"2d6+5 fire and necrotic damage.",damage:"2d6+5 fire and necrotic damage",category:1},{id:"d01165d5-4531-4f18-b0c7-edb77b0e4ae7",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires combat advantage; 2d12+7 damage, and the target is weakened (save ends), and Laundae Ethari regains 44 hit points.",damage:"2d12+7 damage",category:1},{id:"60c5a194-09bf-4783-8e11-71d6a1c562e5",name:"Beshadowed Mind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:13,defence:3},description:"",details:"2d6+5 necrotic damage, and the target has no line of sight to anything more than 2 squares from it (save ends).",damage:"2d6+5 necrotic damage",category:1},{id:"b8835d4b-3309-4593-ab69-2fde8ec56b7f",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:11,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty on the saving throw). Aftereffect: The target is dazed (save ends). Laundae Ethari can dominate only one creature at a time.",damage:"with a -2 penalty on the saving throw)",category:3},{id:"6146f3d1-5a84-4e91-9593-c67715d92eb2",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Laundae Ethari becomes insubstantial and gains a fly speed of 12, but cannot make attacks. Laundae Ethari can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"Laundae Ethari becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2a20c211-f2ed-4e50-8ea4-ca777ddb4811",name:"Orc Favored of Gruumsh",details:"",size:2,origin:4,type:2,keywords:"orc",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +3; low-light vision",movement:"6 (8 while charging)",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Endurance +10, Intimidate +10, Religion +7",equipment:"leather armor; spear",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:14},intelligence:{score:11},wisdom:{score:12},charisma:{score:17},hp:128,initiative:6,ac:20,fortitude:17,reflex:14,will:17,regeneration:null,auras:[{id:"20bcc353-53cd-4893-bce9-dff5d0fb0509",name:"Wrath of Gruumsh",keywords:"",details:"aura 10; orcs in the aura can use death strike."}],powers:[{id:"4002149f-0804-4bf4-a311-fb7a2cadd546",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"b1255fe3-5093-407a-b07e-835cb991bdd8",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"The favored of Gruumsh makes a melee basic attack and regains 16 hit points.",attack:null,description:"",details:"",damage:"",category:1},{id:"6cf2f2dc-be7d-4025-9770-060b3f12d819",name:"Death Strike",action:null,keywords:"",condition:"when the favored of gruumsh drops to 0 hit points",range:"The orc makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0},{id:"278e3ddd-f70d-4232-baba-1d3dfb930eea",name:"Eye of Wrath",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 5",attack:{bonus:8,defence:3},description:"",details:"the target takes a -4 penalty to AC (save ends).",damage:"the target takes a -4 penalty to AC (save ends)",category:3},{id:"100637cd-3a4a-410c-8177-77a8ae5603ff",name:"Swift Arm of Destruction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing",condition:"",range:"one orc within range makes a melee basic attack (as a free action) and regains 15 hit points on a hit or 5 hit points on a miss.",attack:null,description:"",details:"",damage:"",category:1},{id:"c3bbfa75-e5fe-4574-8d8a-85c2ec075529",name:"Chaos Hammer",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Force",condition:"",range:"Area burst 1 within 10",attack:{bonus:8,defence:2},description:"",details:"2d6+3 force damage, and the target is knocked prone. Miss: Half damage, and the target is not knocked prone.",damage:"2d6+3 force damage",category:1},{id:"292df0cb-50d3-4c0b-8424-36db8c93b0c2",name:"Call to Battle",action:{action:4,trigger:"when first hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"One orc ally within 10 squares charges an enemy adjacent to the favored of Gruumsh.",damage:"One orc ally within 10 squares charges an enemy adjacent to the favored of Gruumsh",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5f19d163-48b2-47ed-a0f7-d3a076e9cc15",name:"Stonetrap Scarab",details:"",size:2,origin:4,type:1,keywords:"",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5, burrow 5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:12},intelligence:{score:1},wisdom:{score:16},charisma:{score:7},hp:67,initiative:3,ac:21,fortitude:18,reflex:15,will:17,regeneration:null,auras:[{id:"c325347e-0ac8-49e1-b091-5d2a062ccd67",name:"Scarab’s Mark",keywords:"",details:"aura 1; any creature that starts its turn in the aura is marked by the scarab until the start of its next turn. The aura requires line of effect, and does not function if the scarab is burrowing."}],powers:[{id:"cd736c51-331f-4ca2-81ee-cc131a6e8ea5",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"9d6bfb06-79c1-41eb-a261-b40c055dcfb6",name:"Stone Trap",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:2},description:"",details:"The stonetrap scarab burrows its speed and rises in a square adjacent to the target; 1d6+4 damage, and the target is immobilized (save ends). The immobilized condition ends if the scarab is no longer adjacent to the target.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c2ab8388-3215-405c-a0e6-3b818236298a",name:"Deranged Elf Berserker",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"7",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:56,initiative:2,ac:14,fortitude:14,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4766760b-b420-496a-b5fd-5dd763416889",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d12+3 damage (crit 1d12+15).",damage:"1d12+3 damage (crit 1d12+15)",category:1},{id:"6e4a1639-9a01-4128-96bf-52d808af184d",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The deranged elf scout makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:5},{id:"775ac51c-3d12-40bf-9d7c-c5e1b417a7f1",name:"Handaxe",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:4,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"9635db03-36ee-4583-ac4a-b8d557562c1d",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"432565d8-5032-477e-9d87-efb9f782ce92",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fa2e37ff-52d8-4649-9aca-8adae8895d98",name:"Drow Cleric of Lolth",details:"",size:2,origin:2,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +9, Insight +10, Intimidate +9, Religion +9, Stealth +8",equipment:"chainmail; holy symbol; mace",category:"",strength:{score:14},constitution:{score:17},dexterity:{score:13},intelligence:{score:14},wisdom:{score:17},charisma:{score:16},hp:57,initiative:3,ac:18,fortitude:17,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"611f5903-9a0e-416f-9b7e-d589ed900045",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"b207a934-0f8a-4040-b57c-ddd95bca29b7",name:"Lolth’s Sting",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"(standard",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"1d6+2 poison damage, and ongoing 5 poison damage (save ends).",damage:"1d6+2 poison damage",category:1},{id:"a5a9c28b-6736-4df9-b79a-b78de59c101a",name:"Surge of Terror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 2",attack:{bonus:8,defence:3},description:"",details:"1d6+2 psychic damage, push 3, and dazed (save ends).",damage:"1d6+2 psychic damage",category:1},{id:"72138c07-b080-4b96-8a20-b58560fa5e84",name:"Devoured by Spiders",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"2d6+3 damage, and the target is immobilized (save ends). Each time the target fails its save against this effect, it takes 1d6 damage.",damage:"2d6+3 damage",category:1},{id:"a2b81a79-cdb6-403d-b9d5-0da3add6ec7d",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"until the end of the drow cleric of Lolth’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"ff1d2177-b7c5-406f-bf55-e98b6d0b6372",name:"Spider Link",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The drow cleric of Lolth can transfer up to 8 points of damage she has taken to a spider or drow ally within 5 squares of her. She cannot transfer more hit points than the creature has remaining.",damage:"the drow cleric of lolth can transfer up to 8 points of damage she has taken to a spider or drow ally within 5 squares of her",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d9533aa1-98ff-4a4e-9e52-715e3ce076e5",name:"Drow Scavenger",details:"",size:2,origin:2,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +9",equipment:"javelin; leather armor; light shield; longsword",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:9},charisma:{score:8},hp:1,initiative:3,ac:16,fortitude:16,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"294e8077-7dd8-4f1f-b345-317da872b1c4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"3 damage (5 with combat advantage).",damage:"3 damage (5 with combat advantage)",category:1},{id:"a6ba2079-f958-4a8b-a5f3-f27e8beffa9e",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:6,defence:0},description:"",details:"3 damage (5 with combat advantage).",damage:"3 damage (5 with combat advantage)",category:1},{id:"0caf0a66-1dc1-4ac2-8fdd-8780d6e48704",name:"Dirty Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A drow scavenger gains combat advantage against a target adjacent to one or more creatures.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"90eacdc3-5bb2-4585-9485-fbe36ff5375f",name:"Drow Shadowblade",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +9, Thievery +9",equipment:"crossbow bolts (20); hand crossbow; leather armor; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:37,initiative:8,ac:18,fortitude:14,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"175e8572-415d-4212-a16c-a2e863207da3",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"18d56d4e-41a9-4e96-a409-ca148504e6c8",name:"Hand crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"307cf1ef-b703-48f5-b08f-672d3b1123f9",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"the burst creates a cloud of darkness that remains in place until the end of the drow shadowblade’s next turn. The cloud blocks line of sight, squares within it are totally obscured, and creatures entirely within it are blinded until they exit. The drow shadowblade is immune to these effects.",damage:"",category:3},{id:"7825119b-1d24-4ce1-909d-7a8211cf6b40",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow shadowblade deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ac58c92-0432-49c7-a50b-8ce2fe124c90",name:"Drow Shadowhunter",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +10",equipment:"drow long knife; leather armor",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:46,initiative:7,ac:17,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"c86c68a2-f1b6-4013-92f9-31e4b9a8846d",name:"Drow Long Knife",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"c205cedb-9560-42fc-835f-006275ff961d",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires two weapons; (two attacks)1d6 damage per attack.",damage:"(two attacks)1d6 damage per attack",category:1},{id:"ed0a421d-d92a-409f-b221-4bdd806ff30a",name:"Drow Long Knife",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"c8a4ed47-31e0-473d-85eb-fd1c90821c9f",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"until the end of the drow shadowhunter’s next turn, the target grants combat advantage to all attacks, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"104e5b7d-ca3f-4200-be29-85c384427644",name:"Shadow Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The drow shadowhunter moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that it ends its move adjacent to.",damage:"The drow shadowhunter moves up to 4 squares",category:2},{id:"738cf0ab-11f0-4ee3-ba0a-69bc81bf5c48",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The drow shadowhunter deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"949ded3f-11c0-4a13-9b36-e95f0dc1d332",name:"Insane Elf Scout",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Nature +10, Stealth +9",equipment:"chainmail; longsword; short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:47,initiative:7,ac:17,fortitude:14,reflex:16,will:13,regeneration:null,auras:[{id:"11556ccd-7fa4-44a8-bcf4-7da7d6170f64",name:"Group Awareness",keywords:"",details:"aura 5; non-elf allies in the aura gain a +1 racial bonus to Perception checks."}],powers:[{id:"249f6297-abdd-453a-a79a-8cd41df1271d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1},{id:"543833cc-3dab-4f04-a2ad-4266a9815b0d",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"4230827f-e399-47da-bfd1-093fbf6cbc95",name:"Two-Weapon Rend",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The elf scout makes a longsword attack and a shortsword attack against the same target. If both attacks hit, the elf scout deals an additional 4 damage.",damage:"the elf scout deals an additional 4 damage",category:1},{id:"89a51b28-431a-4458-b693-267995c346ea",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"d8c5aad6-bf38-48e4-9fe9-fa089d5d810b",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf scout that has combat advantage deals an extra 1d6 damage on its attacks.",damage:"an elf scout that has combat advantage deals an extra 1d6 damage on its attacks",category:0},{id:"01707d8e-7728-4cda-8891-bf48c425fe53",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0bf52493-97cc-4d3c-a4a9-326d82e27bbf",name:"Mad Elf Journeyman",details:"",size:2,origin:2,type:2,keywords:"",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Athletics +6",equipment:"leather armor; light shield; longsword",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:13},charisma:{score:9},hp:1,initiative:4,ac:17,fortitude:15,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"acc2b684-b044-4654-80d7-8fdf8a51f6b0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"37f4d3ba-ee1b-475b-a5b3-b267aa57d9c1",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4},{id:"944267cb-f489-4938-9f68-e5ca49fbe006",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An elf ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3338d336-c507-4436-9400-1fdf5260af17",name:"Sea Wraith",details:"",size:2,origin:5,type:2,keywords:"aquatic, undead",level:8,role:{type:4,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6 (hover), swim 6 , phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:4},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:47,initiative:11,ac:19,fortitude:16,reflex:19,will:17,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"37caa6da-860e-482c-8b2a-9accac506220",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Cold",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+5 cold and necrotic damage.",damage:"1d8+5 cold and necrotic damage",category:1},{id:"dd3306dd-ec18-4168-a57d-e4e0c5410ddb",name:"Embrace of the Deep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The target must be dazed or stunned; the sea wraith attacks one Medium or smaller target; 2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape).",damage:"2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape)",category:1},{id:"5a1e912b-857b-4065-aea7-6ad4f6c15414",name:"Combat Advantage",action:null,keywords:"Necrotic, Cold",condition:"",range:"",attack:null,description:"",details:"The sea wraith deals an extra 1d6 necrotic and cold damage against Any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith.",damage:"the sea wraith deals an extra 1d6 necrotic and cold damage against any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith",category:0},{id:"186efa34-efb2-4115-9219-4d48ce486481",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only works underwater",range:"",attack:null,description:"",details:"The sea wraith shifts 6 squares.",damage:"The sea wraith shifts 6 squares",category:2},{id:"0d360449-2c26-4b12-bb7f-f92793240927",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sea wraith rises as a free willed sea wraith at the start of its creators next turn, appearing in the space where it died (or in the nearest unoccupied square). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"39c6c657-c5ea-4dd7-91ab-709c4b779f4e",name:"Sea Wraith Lord",details:"",size:2,origin:5,type:2,keywords:"aquatic, undead",level:9,role:{type:3,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6, swim 6 , phasing",alignment:"Chaotic evil",languages:"Commonr",skills:"Stealth +13",equipment:"",category:"",strength:{score:4},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:15},hp:70,initiative:8,ac:22,fortitude:17,reflex:20,will:21,regeneration:{value:5,details:"if the wraith takes radiant damage, regeneration is negated until the end of the wraith’s next turn"},auras:[],powers:[{id:"bc51d5f4-b42b-4a33-9078-754575aee7a7",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Cold",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+5 cold and necrotic damage.",damage:"1d8+5 cold and necrotic damage",category:1},{id:"ecaacf45-8c87-4cf5-b9cf-6ee7278f3c60",name:"Deep’s Pain",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:""},keywords:"Necrotic, Cold",condition:"",range:"Area burst 2 within 20",attack:{bonus:13,defence:1},description:"",details:"3d8+3 cold and necrotic damage. The burst creates a zone that lasts until the end of the sea wraith lord’s next turn. Any creature that starts turn within the zone takes 10 cold and necrotic damage. The sea wraith lord can dismiss the zone as a minor action.",damage:"3d8+3 cold and necrotic damage",category:1},{id:"1bffe22a-6fe3-4616-95e1-864783d84850",name:"Embrace of the Deep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"The target must be dazed or stunned; the sea wraith attacks one Medium or smaller target; 2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape).",damage:"2d6+6 cold and necrotic damage and target is weakened (save ends) and grabbed (until escape)",category:1},{id:"e1db6be5-21af-4957-80e4-5f11504351cb",name:"Vortex of Death",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:11,defence:3},description:"",details:"targets enemies; 2d6+6 necrotic damage; the target is dazed until the end of the sea wraith lord’s next turn.",damage:"2d6+6 necrotic damage",category:5},{id:"bf34a3f1-d573-4e2b-b064-0fa61934bf5e",name:"Shadow Glide",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"only works underwater",range:"",attack:null,description:"",details:"The sea wraith shifts 6 squares.",damage:"The sea wraith shifts 6 squares",category:2},{id:"0c88cfc0-7dd6-43e9-b4a3-7b04ceb048ea",name:"Spawn Wraith",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any humanoid killed by a sea wraith rises as a free willed sea wraith at the start of its creators next turn, appearing in the space where it died (or in the nearest unoccupied square). Raising the slain creature (using the Raise Dead ritual) does not destroy the spawned wraith.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e6a3d98e-427f-4526-ae42-9ff10a9cc104",name:"Sea Wraith Warrior",details:"",size:2,origin:5,type:2,keywords:"aquatic, undead",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"fly 6, swim 6 , phasing",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:1,initiative:11,ac:22,fortitude:8,reflex:8,will:8,regeneration:null,auras:[],powers:[{id:"50512f6a-8685-487d-86d6-f53c94352a9a",name:"Shadow Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"5 necrotic damage.",damage:"5 necrotic damage",category:1},{id:"a91a568b-9f65-432f-b22d-fbc893de9833",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The sea wraith warrior deals an extra 1d6 necrotic damage against any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith.",damage:"the sea wraith warrior deals an extra 1d6 necrotic damage against any target it has combat advantage against and the target is dazed until the end of the next turn of the sea wraith",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"bba92a8a-525d-4600-8f76-e576ec5fb7f1",name:"Zombie Boar",details:"",size:3,origin:4,type:0,keywords:"undead",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:8},intelligence:{score:1},wisdom:{score:9},charisma:{score:3},hp:128,initiative:4,ac:22,fortitude:25,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"c3a9cb5d-69d1-4f05-951a-b28fe3aaf7c0",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+6 damage, or 2d6+11 damage against a prone target.",damage:"2d6+6 damage",category:1},{id:"18e07cc2-8513-460a-adcd-2aa0ead0e6b6",name:"Death Strike",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"",attack:null,description:"",details:"The zombie boar makes a gore attack.",damage:"",category:0},{id:"1c9e53b1-a736-4a2e-ac08-a4b4908fa658",name:"Slough Off Skin",action:{action:4,trigger:"when the dire boar is affected by ongoing damage",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All ongoing damage effects end immediately. Other ongoing effects are unaffected.",damage:"all ongoing damage effects end immediately",category:5},{id:"030559ff-ade3-4306-8b1d-621416d5cea1",name:"Furious Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a zombie boar charges, its gore deals an extra 5 damage, pushes the target 2 squares, and knocks the target prone on a hit.",damage:"its gore deals an extra 5 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4977a585-c9fa-476e-8c1a-727de4764f9a",name:"Amnite Freebooter",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:1,leader:!0},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +10, Thievery +10",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:74,initiative:6,ac:17,fortitude:15,reflex:15,will:17,regeneration:null,auras:[{id:"5e38cda2-6bd2-425d-9d7d-978514a39a07",name:"Deathless Fanaticism",keywords:"",details:"aura 5; allies below the demagogue’s level in the area remain alive when reduced to zero hit points. They die at the end of their next turn if they are still at zero or below."}],powers:[{id:"147ce604-6be2-423a-9e66-e65c1268faa2",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8+1 damage, and the human bandit shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"1e9b74d1-ac6a-4efe-8d35-edb7c94b7f56",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"4a7dbb56-e6bd-4107-8a9c-1cc8145d566c",name:"Dazzling Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"Requires mace; 1D8+1 damage, the target is dazed until the end of the human bandit’s next turn, and the human bandit shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"aa685598-4c41-489b-8c55-58acdc486789",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human bandit deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"c6e8a974-34f3-42b1-82af-58dc76c8c9ad",name:"Mob Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The demagogue gains+1 bonus to all defenses for each ally adjacent to it.",damage:"The demagogue gains+1 bonus to all defenses for each ally adjacent to it",category:0},{id:"27732377-060d-4935-9e6f-e3f164f9abfb",name:"Strike on My Order",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5, up to three allies, in area make basic attacks with a +2 attack bonus and a +1 damage bonus.",attack:null,description:"",details:"",damage:"",category:1},{id:"13794096-de20-46fb-b5f0-64e1fff26312",name:"Clever Escape",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shift 3 squares. One square shifted through must be occupied by an ally.",damage:"Shift 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3744c3b6-2910-435f-aeb5-aa996eb2dc94",name:"Relentless Bounty Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:7,role:{type:2,flag:1,leader:!1},senses:"Perception +11; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"",equipment:"greataxe; leather armor",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:12},intelligence:{score:11},wisdom:{score:16},charisma:{score:8},hp:196,initiative:4,ac:21,fortitude:22,reflex:17,will:21,regeneration:null,auras:[],powers:[{id:"ea1a6f73-8a74-48b3-8940-d168d6f66f83",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d12+8 (crit 1d12 + 20) damage.",damage:"1d12+8 (crit 1d12 + 20) damage",category:1},{id:"1f92df6b-d6dd-4cba-b49f-ffede9e40b1f",name:"Clear the Area",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:8,defence:0},description:"",details:"Requires greataxe; 2d12+10 damage, and the target is pushed 1 square.",damage:"2d12+10 damage",category:1},{id:"a61d1359-47fd-41c6-9da8-9781e4de97d5",name:"Mark of Death",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets one creature; the target is marked and grants combat advantage to the relentless bounty hunter (save ends).",damage:"",category:1},{id:"8da48ea8-74ef-4dd5-83df-710cae1627bc",name:"Brute Rush",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a relentless bounty hunter makes a bull rush attack, he pushes the target 2 squares instead of 1 square.",damage:"he pushes the target 2 squares instead of 1 square",category:0},{id:"7cecd1b6-40d4-4799-94a7-6246af42cf6d",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces the relentless bounty hunter to move------ through a push, a pull, or a slide------the relentless bounty hunter moves 1 square less than the effect specifies. When an attack would knock the relentless bounty hunter prone, the relentless bounty hunter can roll a saving throw to avoid falling prone.",damage:"or a slide------the relentless bounty hunter moves 1 square less than the effect specifies",category:0},{id:"8d6acc5c-ca97-4001-8d3b-dc410ab49302",name:"Death’s Release",action:null,keywords:"Necrotic",condition:"when the relentless killer is reduced to 0 hit points or fewer",range:"Close burst 3",attack:{bonus:9,defence:1},description:"",details:"2d6 + 7 necrotic damage, and the target is knocked prone.",damage:"2d6 + 7 necrotic damage",category:0},{id:"b3f10662-3986-4f51-bb03-1747c87578e9",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The relentless bounty hunter deals 2d6 extra damage when it hits a creature it has combat advantage against.",damage:"the relentless bounty hunter deals 2d6 extra damage when it hits a creature it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"37c427f2-ecbc-48ad-8aaa-bfd1f4d83cf0",name:"Infernal Battle Armor",details:"",size:2,origin:3,type:0,keywords:"devil, undead",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Understands Common, Supernal",skills:"",equipment:"club",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:14},intelligence:{score:8},wisdom:{score:10},charisma:{score:11},hp:1,initiative:6,ac:20,fortitude:21,reflex:20,will:19,regeneration:null,auras:[{id:"9bc7e186-8e60-40b5-85c5-d96e65909929",name:"Bloodlust",keywords:"",details:"aura 2; non-minion devils in the aura gain a +1 bonus to damage. This bonus is cumulative, so a devil within the aura of 4 infernal armors deals 4 additional points of damage per attack."}],powers:[{id:"65c3cd04-3f15-453a-94a2-b9b1af8b5b3c",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"fa72902c-5dd4-405c-ad39-9693802e9c0d",name:"Transference",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an infernal armor dies, it transfers its essence to the nearest non-minion devil within 5 squares. That devil regains 15 hit points.",damage:"it transfers its essence to the nearest non-minion devil within 5 squares",category:0}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f89bd001-7e5b-4c59-b31c-9f59f10ee361",name:"Minotaur Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:12,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Any",languages:"Common",skills:"Dungeoneering +13, Intimidate +12, Nature +10",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:10},intelligence:{score:9},wisdom:{score:14},charisma:{score:13},hp:122,initiative:8,ac:28,fortitude:29,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"44aff480-2d90-40e2-a84b-72251d638934",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d10+7 damage, and the target is marked until the end of the minotaur warrior’s next turn.",damage:"1d10+7 damage",category:1},{id:"be517f7e-b6bb-4015-bffa-417221ee4664",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"The minotaur warrior makes a charge attack; 1d6+7 damage, and the target is knocked prone.",damage:"1d6+7 damage",category:1},{id:"44cbee37-e911-48e4-afad-e82f33ea43dc",name:"Ferocity",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"The minotaur warrior makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bcc494e8-b48f-47e0-b004-b7569088ac1a",name:"Quickling Jack",details:"",size:1,origin:2,type:2,keywords:"",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"12, climb 6",alignment:"Evil",languages:"Elven",skills:"Acrobatics +22, Bluff +10, Stealth +17",equipment:"short sword",category:"",strength:{score:9},constitution:{score:16},dexterity:{score:24},intelligence:{score:14},wisdom:{score:17},charisma:{score:10},hp:112,initiative:14,ac:26,fortitude:22,reflex:26,will:22,regeneration:null,auras:[],powers:[{id:"c1c35fdb-37e0-4ba7-9dae-4b92b01f5d1b",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"45993473-5b3a-4fad-986e-23733b8509fd",name:"Quick Cuts",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The quickling moves its speed. At any two points during its move, the quickling makes a melee basic attack at a -2 penalty. The quickling cannot use this power while immobilized or slowed.",attack:null,description:"",details:"",damage:"",category:1},{id:"115fb5b4-0edf-4afb-b8d2-4338a31f3657",name:"Fey Shift",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quickling runner shifts 10 squares.",damage:"The quickling runner shifts 10 squares",category:1},{id:"7513430c-ff2f-4337-959c-5dd0c4e95fa6",name:"Maintain Mobility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"An immobilized quickling runner is no longer immobilized.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fdebd20-9e9e-41b8-b9d1-40d2bb6bab8f",name:"Rastiel the Mezzodemon",details:"",size:3,origin:1,type:2,keywords:"demon",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"6",alignment:"Chaotic evil",languages:"Abyssal",skills:"Intimidate +13",equipment:"lifedrinker weapon; trident",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:15},intelligence:{score:10},wisdom:{score:16},charisma:{score:13},hp:145,initiative:11,ac:31,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"f9237d26-f43d-45c2-88d8-a101e58d8476",name:"Trident",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Requires trident; reach 2; 1d8+7 damage.",damage:"1d8+7 damage",category:1},{id:"95fd2ee7-86fa-4652-90a2-b357735cb572",name:"Skewering Tines",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"Reach 2; 1d8+7 damage, ongoing 5 damage and the target is restrained (save ends both). While the target is restrained, the mezzodemon can’t make trident attacks.",damage:"1d8+7 damage",category:1},{id:"c9798a25-b7da-437a-8622-b041eab55bc2",name:"Poison Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Poison",condition:"",range:"Close blast 3",attack:{bonus:20,defence:1},description:"",details:"targets enemies; 2d6+5 poison damage, and ongoing 5 poison damage (save ends).",damage:"2d6+5 poison damage",category:1},{id:"749e9f1f-4da3-453f-8d4d-1f07cd75cc0b",name:"Lifedrinker Trident",action:null,keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"When the mezzodemon reduces an enemy to 0 hit points or fewer with a weapon attack, it gains 10 temporary hit points.",damage:"it gains 10 temporary hit points",category:0}],damageModifiers:[{type:7,value:-20}],resist:"10 variable (2/encounter)",vulnerable:"",immune:"",tactics:""},{id:"8bceb9b4-d993-4a82-8368-bb0eb3dcdd0a",name:"Runespiral Demon Netherflame",details:"",size:1,origin:1,type:1,keywords:"demon",level:10,role:{type:0,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:5},wisdom:{score:16},charisma:{score:12},hp:81,initiative:9,ac:22,fortitude:21,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"b1e608db-760f-4521-b26f-b225f502a472",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"743b6767-7102-45e5-bc51-677c823bb120",name:"Fell Arc",action:{action:5,trigger:"when an enemy moves adjacent to this creature",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"2d6+6 necrotic, and fire damage.",damage:"and fire damage",category:5},{id:"b8c69357-e12c-42ed-9c17-3e8ffd42b08d",name:"Fell Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:15,defence:2},description:"",details:"1d6+6 necrotic and fire damage, and this attack deals an additional 1 fire damage for each creature in the burst.",damage:"1d6+6 necrotic and fire damage",category:1},{id:"1d28131f-a1ae-4b2b-b2b8-b3057520bc80",name:"Bloodied Shock",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"use when first bloodied",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"1d6+6 necrotic and fire damage and daze.",damage:"1d6+6 necrotic and fire damage and daze",category:1}],damageModifiers:[],resist:"10 variable (1/encounter)",vulnerable:"",immune:"",tactics:""},{id:"c6c30806-65ee-475b-b65d-72b1d1ea62e8",name:"Troglodyte Bruiser",details:"",size:2,origin:4,type:2,keywords:"reptile",level:11,role:{type:2,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Chaotic evil",languages:"Draconic",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:15},intelligence:{score:4},wisdom:{score:16},charisma:{score:11},hp:140,initiative:7,ac:23,fortitude:23,reflex:19,will:21,regeneration:null,auras:[{id:"88f00be3-d266-4aa3-8993-b5956c039053",name:"Troglodyte Stench",keywords:"",details:"aura 1; living enemies in the aura take a -2 penalty to attack rolls."}],powers:[{id:"dedb5e5a-7210-4030-87e1-dd5ab769937e",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"3d6+6 damage.",damage:"3d6+6 damage",category:1},{id:"dd324b54-7ca5-4dc2-80d0-3add1a071eaa",name:"Tooth and Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2 attacks; 1d6+6 damage. If the target is bloodied by this attack, the troglodyte brute can make a claw attack against it.",damage:"1d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3f413eec-8f01-4863-bf2b-021c95a3f7b4",name:"Werewolf Savage Berserker",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:8,role:{type:2,flag:1,leader:!0},senses:"Perception +11; low-light vision",movement:"6 (8 in werewolf form)",alignment:"Evil",languages:"Common",skills:"Bluff +9, Insight +11, Intimidate +9, Nature +11",equipment:"greatclub; leather armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:16},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:206,initiative:7,ac:20,fortitude:20,reflex:20,will:20,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"37ec60b0-6a3e-44a6-a8b3-3e5b2a4862d5",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d4+4 damage.",damage:"2d4+4 damage",category:1},{id:"f8c25d4b-cbf5-4945-81cd-8358cfb4eb46",name:"Special Bite template",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d6+4 damage",category:1},{id:"ad3f19bb-907b-44b5-8141-62710edb9d42",name:"Murderous Frenzy",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The savage berserker gains 1 action point the first time it reduces a foe to 0 hit points in an encounter.",damage:"The savage berserker gains 1 action point the first time it reduces a foe to 0 hit points in an encounter",category:0},{id:"8a37cc31-7295-4aea-9d6e-006f0a3a9c05",name:"Savage Rebuke",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The savage berserker makes a basic melee attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"f4a25a93-c686-4a60-ba93-0927f7cb25db",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"595d1d9e-ee41-41e3-9d6d-ac2d2b12f983",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and cannot make weapon attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"a4d1c31c-4215-40d9-af23-f32b34ca4bf6",name:"Werewolf Stormcaller",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:5,role:{type:0,flag:1,leader:!1},senses:"Perception +10; low-light vision",movement:"6 (8 in wolf form)",alignment:"Evil",languages:"Common",skills:"Arcana +10, Bluff +8, Insight +10, Intimidate +8, Nature +10, Religion +10",equipment:"leather armor",category:"",strength:{score:19},constitution:{score:18},dexterity:{score:10},intelligence:{score:16},wisdom:{score:14},charisma:{score:11},hp:108,initiative:6,ac:17,fortitude:17,reflex:16,will:17,regeneration:{value:5,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"91d4bf46-37df-4a1f-bd70-f77121522ee0",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+3 damage, and the target takes ongoing 5 damage (save ends) and contracts moon frenzy.",damage:"1d6+3 damage",category:1},{id:"b2ea2876-98b3-4923-8595-0f3c9375cbb9",name:"Storm Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Lightning",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"1d8+4 lightning damage.",damage:"1d8+4 lightning damage",category:1},{id:"92c06f3a-d211-474a-a3b8-b89517e90f90",name:"Stormcaller",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Thunder",condition:"",range:"Close blast 3",attack:{bonus:10,defence:1},description:"",details:"1d6+4 thunder damage; and the target is pushed 2 squares.",damage:"1d6+4 thunder damage",category:1},{id:"96b86242-65c1-490f-beee-6af7dafef3ae",name:"Disrupting Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Arcane, Lightning",condition:"",range:"Area burst 2 within 10",attack:{bonus:10,defence:2},description:"",details:"1d10+4 lightning damage; and the target is slowed (save ends).",damage:"1d10+4 lightning damage",category:1},{id:"2b48e703-9d14-4b72-b5b7-1b8e292b2d00",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"856ec0e9-c78d-4c95-a4fe-32cf76086638",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and cannot make weapon attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"moon frenzy",tactics:""},{id:"2bb7b766-a950-46f5-9fb6-c9e311e91535",name:"Drow Arachnomancer Vampire Lord",details:"",size:2,origin:2,type:2,keywords:"undead",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +14, Dungeoneering +13, Intimidate +8, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:15},intelligence:{score:16},wisdom:{score:14},charisma:{score:12},hp:184,initiative:8,ac:25,fortitude:21,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"8c93e617-ebd3-4817-a271-a8ed1b2b5f44",name:"Spider Rod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"1d6 damage, and the target is immobilized (save ends); see also Lolth’s judgment.",damage:"1d6 damage",category:1},{id:"013c3b76-6e40-44fe-ac00-281b0b7a318f",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:14,defence:1},description:"",details:"Requires combat advantage; 2d12+7 damage, and the target is weakened (save ends), and the vampire lord heals 56 hit points; see also Lolth’s judgment.",damage:"2d12+7 damage",category:1},{id:"d848417b-bcaa-4871-8fc8-3ffc3be8638e",name:"Venom Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"2d8+3 poison damage, and ongoing 5 poison damage (save ends); see also Lolth’s judgment.",damage:"2d8+3 poison damage",category:1},{id:"d8b89254-1ac1-41a8-92d1-aad1c585c534",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:14,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty to the saving throw). Aftereffect: the target is dazed (save ends). The vampire lord can dominate only one creature at a time; see also Lolth’s judgment.",damage:"with a -2 penalty to the saving throw)",category:3},{id:"31c4f6ba-eae3-46c7-90e7-ee4b1a5f39e6",name:"Lolth’s Grasp",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Area burst 4",attack:{bonus:15,defence:2},description:"",details:"within 10; webs full of spectral spiders cover the zone; drow and spiders are immune; the target is restrained (save ends). The zone is difficult terrain until the end of the encounter. Any creature that starts its turn in the zone takes 10 necrotic damage.",damage:"any creature that starts its turn in the zone takes 10 necrotic damage",category:1},{id:"95f19bd6-8d58-46c4-bde7-cdb340cbbd51",name:"Spider Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"ranged 20",attack:{bonus:15,defence:3},description:"",details:"Spectral spiders swarm over and bite the target; 1d6+7 necrotic damage, and the target takes ongoing 5 necrotic damage and is weakened (save ends both); see also Lolth’s judgment.",damage:"1d6+7 necrotic damage",category:1},{id:"feb49703-7feb-4a22-9e71-074c7bed0bdd",name:"Venom Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Close blast 5",attack:{bonus:13,defence:1},description:"",details:"2d6+10 poison damage. Miss: Half damage.",damage:"2d6+10 poison damage",category:1},{id:"ab094dfe-ab7d-45f4-a268-179079e52e33",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close blast 1",attack:null,description:"",details:"this power creates a cloud of darkness that remains in place until the end of the drow arachnomancer’s next turn. The cloud blocks line of sight for all creatures except the drow arachnomancer. Any creature entirely within the cloud (except the drow arachnomancer) is blinded until it exits.",damage:"",category:3},{id:"50e589ca-abef-49ad-a6c2-55fa5c6349c9",name:"Lolth’s Judgment",action:{action:7,trigger:"when the arachnomancer hits a target with a melee or ranged attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn.",damage:"All spider allies within 20 squares of the arachnomancer gain a +2 bonus to attack rolls against the target until the end of the arachnomancer’s next turn",category:5}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"cd4c6554-d059-46e3-a7dc-8123455e7b94",name:"Gelatinous Ice Cube",details:"",size:3,origin:4,type:1,keywords:"blind, ooze",level:5,role:{type:2,flag:1,leader:!1},senses:"Perception +3; tremorsense 5",movement:"3 see also engulf",alignment:"Unaligned",languages:"Deep Speech",skills:"Stealth +9",equipment:"",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:14},intelligence:{score:1},wisdom:{score:13},charisma:{score:1},hp:152,initiative:4,ac:18,fortitude:18,reflex:16,will:15,regeneration:null,auras:[{id:"b70113e5-7f27-4567-b361-40f3a5d98521",name:"Frozen Radiance",keywords:"",details:"aura 1; any creature that starts its turn or enters the aura takes 3 cold damage."}],powers:[{id:"88a64097-7457-489b-a273-daf35e020305",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"1d6+2 damage and the target is immobilized (save ends).",damage:"1d6+2 damage and the target is immobilized (save ends)",category:1},{id:"dfe2cefe-7b33-4ce6-8834-7067dde7793a",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"The gelatinous ice cube attacks one or two Medium or smaller targets; the target is dazed and takes ongoing 10 cold damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the cube. The cube can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 10 cold damage until it escapes the grab",category:1},{id:"680e0d15-9005-4345-8b5d-a3b7d87560a6",name:"Translucent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A gelatinous ice cube is invisible until seen (Perception DC 25) or until it attacks. Creatures that fail to notice the gelatinous cube might walk into it, automatically being engulfed.",damage:"",category:0}],damageModifiers:[{type:2,value:-10}],resist:"",vulnerable:"5 electricity",immune:"gaze",tactics:""},{id:"c92b69c0-d36d-42a0-83e3-6be767608618",name:"Bog Toad",details:"",size:2,origin:4,type:1,keywords:"",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6, swim 6",alignment:"Unaligned",languages:"Common",skills:"Athletics +10, Stealth +10",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:16},intelligence:{score:2},wisdom:{score:13},charisma:{score:6},hp:63,initiative:5,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"a9e4a629-c4bc-4991-b7ea-2b59225ecf69",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10+3 damage and slow (save ends).",damage:"1d10+3 damage and slow (save ends)",category:1},{id:"e3cb0fbe-6cab-4ce5-8386-9e4e772123f4",name:"Grasping Tongue",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"grab and pull 3.",damage:"grab and pull 3",category:1},{id:"e91cd12a-cd83-4874-b8f4-3264e26c4c08",name:"Sudden Leap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Jump 4 squares without provoking; 1d10+6 damage and knock prone.",damage:"1d10+6 damage and knock prone",category:1},{id:"db5540ab-b610-4777-a1fa-7b694291cc36",name:"Prodigious Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Jump 4 squares without provoking.",damage:"Jump 4 squares without provoking",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"50c8cf0b-c310-4e62-899d-d83d3a75dfee",name:"Gnome Sniper",details:"",size:1,origin:2,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"None",skills:"Athletics +7, Stealth +10",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:11},wisdom:{score:13},charisma:{score:10},hp:63,initiative:7,ac:20,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"e4e46749-d2b3-4b90-bf75-642d3b275148",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"31e7d289-5555-4fa6-ac67-45236acd1f51",name:"Short Bow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"d39571f8-fafa-4d57-8df0-44446a7752d8",name:"Rapid Shot",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make two shots.",damage:"",category:1},{id:"9ef327a6-b4ae-42b0-a9c1-ba5a487ac085",name:"Shadow Sniper",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a hiding sniper misses with a ranged attack, it remains hidden.",damage:"",category:0},{id:"0bd4926f-bf9e-4cc9-b8a8-d290a44cb54a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"+1d6 damage",damage:"+1d6 damage",category:0},{id:"f84f90a8-0f9c-4348-bad8-8560c7c35efc",name:"Fade Away",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome sniper turns invisible until it attacks or until the end of its next turn.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e63b0c94-a0eb-4f58-870e-95726dd58812",name:"Kerek the Deceptor",details:"",size:1,origin:2,type:2,keywords:"",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"5",alignment:"Unaligned",languages:"None",skills:"Arcana +12, Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:17},dexterity:{score:16},intelligence:{score:19},wisdom:{score:11},charisma:{score:16},hp:73,initiative:6,ac:21,fortitude:19,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"6ac19346-af3d-4508-9623-0e4e0dcd44fa",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+2 damage.",damage:"1d4+2 damage",category:1},{id:"2be33501-50be-420e-bc79-245b96af2c37",name:"Scintillating Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:9,defence:1},description:"",details:"1d8+5 damage and dazed (save ends).",damage:"1d8+5 damage and dazed (save ends)",category:1},{id:"0971e205-0cc0-4d32-bcef-4d2799f83ccd",name:"Illusory Terrain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Illusion",condition:"",range:"Close burst 5",attack:{bonus:10,defence:3},description:"",details:"targets enemies; target is slowed (save ends).",damage:"",category:1},{id:"b1aeb13d-f23d-46c5-bcac-d31d1dca24b3",name:"Fade Away",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Kerek turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"b828205a-af68-4a53-a87f-945af0f74dd1",name:"Blur",action:{action:4,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Teleport 1 square.",damage:"Teleport 1 square",category:5},{id:"5ca92e66-2938-4f54-b282-7c07ed15fb40",name:"Mist Walk",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"Teleport 5 squares.",damage:"Teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0f44f214-4ab1-4c0b-92b2-f06d9ae24aa4",name:"Runeflame Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:71,initiative:9,ac:21,fortitude:18,reflex:19,will:18,regeneration:null,auras:[{id:"d032fc8e-1377-4125-900f-423d13c992db",name:"Burning Aura",keywords:"",details:"Enemies within 3 squares take 2 points of fire damage at the start of their turns. Unlike normal auras, this aura’s damage stacks."}],powers:[{id:"caa7d129-3888-471c-8ae1-c32e233778f2",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+5 fire damage.",damage:"1d8+5 fire damage",category:1},{id:"4d1b3f05-ca05-4c35-b7c6-bd81edc8343e",name:"Flame Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close burst 3",attack:{bonus:9,defence:2},description:"",details:"1d8+5 fire damage and push 2.",damage:"1d8+5 fire damage and push 2",category:1},{id:"808cafcb-b715-426c-9987-6b94f769468d",name:"Fiery Eidolon",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The runeflame skeleton gains insubstantial until the end of its turn and moves 8 squares. When it enters a square during this movement, that square bursts into flames. Until the end of its next turn, any creature that enters or begins its turn in that square suffers 5 fire damage. The flames block line of sight. They last until the end of the skeleton’s next turn.",damage:"any creature that enters or begins its turn in that square suffers 5 fire damage",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d1e10bc5-cc5f-4d3d-ab08-337df7ea0703",name:"Sevvik Water-Blessed",details:"",size:2,origin:1,type:2,keywords:"water; orc",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +10",movement:"6, swim 6",alignment:"Evil",languages:"Common",skills:"Athletics +9, Bluff +8, Stealth +12, Thievery +12",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:19},dexterity:{score:18},intelligence:{score:13},wisdom:{score:15},charisma:{score:10},hp:61,initiative:11,ac:20,fortitude:18,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"8e1ad293-1837-4c38-8da1-44dd50944f21",name:"Daggers",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d4+4 poison damage and ongoing 5 poison damage (save ends).",damage:"1d4+4 poison damage and ongoing 5 poison damage (save ends)",category:1},{id:"a2ba9570-acf1-4cd7-b059-924bacf29202",name:"Thrown Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:12,defence:0},description:"",details:"1d4+4 poison damage and ongoing 5 poison damage (save ends).",damage:"1d4+4 poison damage and ongoing 5 poison damage (save ends)",category:1},{id:"0a16c48f-1c83-46af-821a-915d0ad259dd",name:"Drowning Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d6+4 damage and ongoing 5 damage (save ends).",damage:"2d6+4 damage and ongoing 5 damage (save ends)",category:1},{id:"aeeb46a1-9dc1-4691-9657-6a2474ad3db6",name:"Water Form",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Sevvik turns into a pool of water. He gains insubstantial, a +5 bonus on Stealth checks, and can shift 5 squares as a move action in this form but cannot use his melee or ranged basic attack.",attack:null,description:"",details:"",damage:"",category:3},{id:"aef6df9f-5577-4a96-9a07-7535bfcfcb04",name:"Water Shift",action:{action:4,trigger:"when damaged by a melee attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Sevvik gains insubstantial against the attack and can slide 5 squares.",damage:"Sevvik gains insubstantial against the attack and can slide 5 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23c53560-531e-418a-830a-d6577688fccb",name:"Tahrg Soulhammer",details:"",size:2,origin:4,type:2,keywords:"orc",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +6",movement:"5",alignment:"Chaotic evil",languages:"Common, Giant",skills:"Athletics +11, Intimidate +10, Religion +9, Stealth +7",equipment:"chainmail; light shield; mace",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:13},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:73,initiative:4,ac:20,fortitude:19,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"2cd260f1-bb19-4703-9916-01b50f4d4059",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage and daze until the end of Tahrg’s next turn.",damage:"1d8+4 damage and daze until the end of tahrg’s next turn",category:1},{id:"ae86c62c-7062-4cb4-bbee-38607599a12d",name:"Blackfire Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:1},description:"",details:"1d8+4 necrotic damage and immobilized until the end of Tahrg’s next turn.",damage:"1d8+4 necrotic damage and immobilized until the end of tahrg’s next turn",category:1},{id:"21696b06-aacb-4c47-bb0d-a69f383a63b4",name:"Wasting Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement or Weapon",condition:"",range:"melee +12 vs AC, ranged +10 vs Reflex",attack:null,description:"",details:"1d6+4 damage, vulnerability 5 all ongoing 5 damage (save ends both). Aftereffect: Ongoing 5 damage (save ends).",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2cd266d8-3331-4505-a712-f6992368f0c8",name:"Wind Dragon",details:"",size:3,origin:2,type:0,keywords:"",level:6,role:{type:3,flag:0,leader:!0},senses:"Perception +5",movement:"8",alignment:"Unaligned",languages:"None",skills:"Stealth +14",equipment:"",category:"",strength:{score:12},constitution:{score:17},dexterity:{score:22},intelligence:{score:7},wisdom:{score:15},charisma:{score:16},hp:73,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[{id:"8a755ab3-7dea-4351-870a-00ef0600086e",name:"Aura of Mist",keywords:"",details:"An ally who begins his turn within 5 squares of the wind dragon gains invisibility until the end of his turn."}],powers:[{id:"116b77a2-eef3-4668-93f6-3faf83003c12",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 2d6+4 damage and slide 3.",damage:"2d6+4 damage and slide 3",category:1},{id:"07352845-a4c1-449e-bf05-6e431395f855",name:"Maddening Roar",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:9,defence:3},description:"",details:"1d8+4 damage and dazed (save ends).",damage:"1d8+4 damage and dazed (save ends)",category:1},{id:"4a5a8744-293b-4eda-b019-0c94103cd38d",name:"Prismatic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Radiant",condition:"",range:"Close blast 5",attack:{bonus:9,defence:3},description:"",details:"2d6+4 radiant damage and blinded until the end of the target’s next turn.",damage:"2d6+4 radiant damage and blinded until the end of the target’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d70731ea-8df9-4ca0-90b4-fe87e765984d",name:"Zombie of Iuz",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +1",movement:"6",alignment:"Evil",languages:"None",skills:"Stealth +10",equipment:"",category:"",strength:{score:17},constitution:{score:10},dexterity:{score:16},intelligence:{score:3},wisdom:{score:8},charisma:{score:7},hp:1,initiative:5,ac:20,fortitude:18,reflex:17,will:17,regeneration:null,auras:[],powers:[{id:"9e024ff2-147c-4439-84a3-dad798f355f3",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"71071ed2-a1ea-40d7-8ebf-8e03a1283707",name:"Clutch of Death",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"target grabbed and suffers -1 on attacks and all defenses (including AC) per zombie of Iuz that is grabbing it.",damage:"target grabbed and suffers -1 on attacks and all defenses (including AC) per zombie of Iuz that is grabbing it",category:1},{id:"65b1dcd9-53f3-45e9-a490-6d26f889ef53",name:"Death Burst",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When reduced to 0 hit points, all living creatures adjacent to the zombie of Iuz suffer 4 necrotic damage.",damage:"all living creatures adjacent to the zombie of iuz suffer 4 necrotic damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3ff257af-6cb7-4850-8488-19fb8e2a2991",name:"Elite Fire Bat",details:"",size:2,origin:1,type:1,keywords:"fire",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +8",movement:"2 (clumsy), fly 8 ; see also fiery swoop",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:12},dexterity:{score:19},intelligence:{score:2},wisdom:{score:12},charisma:{score:7},hp:120,initiative:8,ac:22,fortitude:17,reflex:22,will:13,regeneration:null,auras:[],powers:[{id:"23bf4f84-e027-4540-9b3a-4fe141ccf540",name:"Fiery Touch",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6+4 fire damage, and ongoing 5 fire damage (save ends).",damage:"1d6+4 fire damage",category:1},{id:"10306e7f-7016-4932-8163-1200637116d6",name:"Fiery Swoop",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"The fire bats shifts up to 4 squares and can move through occupied squares as it moves. It makes a melee basic attack against any creature whose space it enters. The fire bat cannot attack a target more than once in this fashion, and it must end its movement in an unoccupied square.",attack:null,description:"",details:"",damage:"",category:1},{id:"7ae6ec60-ff89-4262-941b-d6667f73b854",name:"Spout of Ash",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:6,defence:1},description:"",details:"1d6+4 damage, and the target is blinded (save ends).",damage:"1d6+4 damage",category:3},{id:"91deaad7-da2b-4049-985a-64439173411b",name:"Wisp of Smoke",action:{action:5,trigger:"when elite fire bat is targeted by a melee or ranged attack",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elite fire bat may immediately shift up to 4 squares and gain concealment until the beginning of its next turn.",damage:"The elite fire bat may immediately shift up to 4 squares and gain concealment until the beginning of its next turn",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bfbdb3f0-bb30-4b78-9584-c003e0b0fc99",name:"Glimnock Klemwocket",details:"",size:1,origin:2,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +8, Religion +8, Thievery +6",equipment:"adventurer’s kit; leather armor; mace",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:11},intelligence:{score:15},wisdom:{score:16},charisma:{score:16},hp:34,initiative:1,ac:17,fortitude:13,reflex:14,will:17,regeneration:null,auras:[],powers:[{id:"467df1fa-2b68-459c-b739-7580bffdb6ca",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"7a9a1825-7810-4262-8bb0-a006678adf61",name:"Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:5,defence:3},description:"",details:"the target is dazed until the end of Glimnock’s next turn. In addition, Glimnock can choose to knock the target prone or slide the target up to 6 squares.",damage:"Glimnock can choose to knock the target prone or slide the target up to 6 squares",category:1},{id:"28c03561-39ee-45c3-8f42-3f6a79304b2b",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine, Healing",condition:"",range:"Close burst 5",attack:null,description:"",details:"Glimnock or one ally in burst can spend a healing surge and regain an additional 1d6 hit points.",damage:"Glimnock or one ally in burst can spend a healing surge and regain an additional 1d6 hit points",category:3},{id:"38e39b83-2db1-45e5-bbb0-e5335b6d927a",name:"Fade Away",action:{action:4,trigger:"when glimnock takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"Glimnock turns invisible until he attacks or until the end of his next turn.",damage:"",category:5},{id:"a1e415bf-9eb5-4421-9a12-2fa4ec7bbb0e",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Glimnock has cover or concealment when he makes an initiative check at the start of an encounter, he can make a Stealth check to escape notice.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb81a3b1-38d7-4a4a-bc9d-d145427c13c3",name:"Guardian Commander",details:"",size:3,origin:4,type:0,keywords:"construct",level:2,role:{type:3,flag:0,leader:!0},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:15},intelligence:{score:17},wisdom:{score:12},charisma:{score:10},hp:39,initiative:6,ac:16,fortitude:15,reflex:16,will:15,regeneration:null,auras:[{id:"7cdfb7e3-aa75-4c5e-ab21-4e664a776c1b",name:"Repair Damage",keywords:"",details:"aura 2; allied constructs that start their turn within the guardian commander’s aura heal 2 hit points."}],powers:[{id:"7bddaf1c-0cbc-4014-8c47-fa3c5cf17a8a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 2; 1d10+2 damage.",damage:"1d10+2 damage",category:1},{id:"75338b8d-af4e-4ffa-b352-c9db312e0894",name:"Force Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"1d6+3 damage plus 1d6 force damage.",damage:"1d6+3 damage plus 1d6 force damage",category:1},{id:"1a7b891f-00ec-4add-8255-aa08e2826e29",name:"Guardian Tactics",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"Choose up to 3 allies in burst and slide each of those allies up to 3 squares each.",damage:"Choose up to 3 allies in burst and slide each of those allies up to 3 squares each",category:2},{id:"68c9db8a-a4d5-4b11-8468-7260d74def80",name:"Guardian Onslaught",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Choose up to 3 allies in burst. Each of those allies immediately makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"793ff556-ecd6-4823-a14b-892e9612c25b",name:"Self-Repair",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The guardian commander heals 9 hit points.",damage:"The guardian commander heals 9 hit points",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"092c78b9-d8be-4e52-83c9-a89a88a751e6",name:"Hammer of Gond",details:"",size:2,origin:4,type:0,keywords:"construct",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:13},intelligence:{score:5},wisdom:{score:12},charisma:{score:8},hp:31,initiative:3,ac:17,fortitude:15,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"4a040bea-52c0-46fa-9d71-b88ce5109ad4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"bee1c50b-f831-476f-923f-179cfce34a57",name:"Powerful Wallop",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6+3 damage and target is dazed (save ends).",damage:"2d6+3 damage and target is dazed (save ends)",category:1},{id:"bfc53dcf-61b3-4fb9-98ec-ae3fd1c41f0f",name:"Wheelie",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hammer of Gond gains a +2 bonus to its speed until the end of its turn.",damage:"The hammer of Gond gains a +2 bonus to its speed until the end of its turn",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"34a9e714-71e0-4e25-9454-5c6ee48f7cf1",name:"Pirate Thug",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"d1bffb19-4a8f-457a-9e07-50c73bbe4b23",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"133205b2-96f0-4e18-9f36-b9a0a6942a1e",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pirate thug gains a +2 power bonus to damage while at least two other pirate thugs are within 5 squares of it.",damage:"a pirate thug gains a +2 power bonus to damage while at least two other pirate thugs are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6a0196f9-9b24-4c24-97f9-7a87e9346a79",name:"The Big Man",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:2,flag:1,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"Athletics +8, Intimidate +6",equipment:"",category:"",strength:{score:17},constitution:{score:17},dexterity:{score:14},intelligence:{score:8},wisdom:{score:10},charisma:{score:12},hp:74,initiative:2,ac:15,fortitude:19,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"2b07ce46-0f7e-46d2-aa73-124c1fba6f39",name:"Cudgel",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"8c663811-d431-4912-8b2d-5cd5ce377f66",name:"Head Butt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:1},description:"",details:"1d6+3 damage and the target is dazed (save ends).",damage:"1d6+3 damage and the target is dazed (save ends)",category:1},{id:"f5a8e3ba-039f-4a5c-9173-3701e517fea2",name:"Double Whammy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Make two cudgel attacks against two different foes, or one cudgel attack and one head butt attack against the same foe.",damage:"",category:1},{id:"65f4bf10-638a-4632-b756-ac0a310d70ce",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:null,description:"",details:"The Big Man makes a cudgel attack against each enemy within the burst, gaining a +4 power bonus on the attack roll. If the attack hits, the target is also knocked prone.",damage:"gaining a +4 power bonus on the attack roll",category:5},{id:"1acbe5a2-b7b9-4249-889e-40b9badab4fb",name:"Murderous Frenzy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Big Man gains 1 action point the first time he reduces a foe to 0 hit points during an encounter.",damage:"The Big Man gains 1 action point the first time he reduces a foe to 0 hit points during an encounter",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a759f371-d1e7-4e14-9df2-1d17bbf1f8c2",name:"Adept of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +10",movement:"5",alignment:"Evil",languages:"Common",skills:"Endurance +10, Religion +10",equipment:"holy symbol; longsword; scale armor",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:12},intelligence:{score:8},wisdom:{score:18},charisma:{score:12},hp:58,initiative:3,ac:19,fortitude:18,reflex:13,will:18,regeneration:null,auras:[],powers:[{id:"aef750ad-c43b-42e1-b030-393b1ea70ec0",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"2e98d2a0-d105-4237-a151-02c7b171ab5f",name:"Dominating Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Ranged 10",attack:{bonus:7,defence:3},description:"",details:"1d6+3 damage and the target is slowed (save ends).",damage:"1d6+3 damage and the target is slowed (save ends)",category:1},{id:"89ea2816-4f47-4b3e-9a7d-c55dcba893ce",name:"Withering Glance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"the target takes 5 ongoing necrotic damage and is weakened (save ends both).",damage:"the target takes 5 ongoing necrotic damage and is weakened (save ends both)",category:1},{id:"b5edc689-d795-4396-b0e2-48ac02257114",name:"Battle Grace",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all allies in the burst gain +5 speed until the end of the adept of Bane’s next turn.",damage:"all allies in the burst gain +5 speed until the end of the adept of Bane’s next turn",category:3},{id:"3ddc7475-c898-4868-bc26-32078fc93ac8",name:"Bane’s Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 5",attack:null,description:"",details:"bloodied allies in the burst regain 15 hit points.",damage:"bloodied allies in the burst regain 15 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"298e03b0-2d18-4be6-a5cb-06c8205d33ef",name:"Blade of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"5",alignment:"Evil",languages:"Common",skills:"Endurance +10, Religion +6",equipment:"greatsword; javelin; scale armor",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:12},intelligence:{score:6},wisdom:{score:12},charisma:{score:8},hp:50,initiative:4,ac:19,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"b661139f-681c-495b-aaf2-42bf2bec6b87",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d12+2 damage, and the target is marked until the end of the blade of Bane’s next turn.",damage:"1d12+2 damage",category:1},{id:"bff3a40b-f1e0-40b6-9532-d5e90d79784c",name:"Kick",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:1},description:"",details:"Requires combat advantage; 1d4+2 damage.",damage:"1d4+2 damage",category:3},{id:"629765b6-bd6e-4da4-9e05-4bc873c7dfa3",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:9,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b640503e-3afa-4c82-8f9f-b3848a6abd20",name:"Bloody Scalp Pirate",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +8, Thievery +8",equipment:"leather armor; longsword",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:8},hp:30,initiative:5,ac:17,fortitude:14,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"478aaa9d-3900-4d06-8c87-367f8c025ad4",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"c36014c5-a150-4045-9447-52ccf4ba1046",name:"Dirty Fighting",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage and the target is dazed (save ends).",damage:"1d8+2 damage and the target is dazed (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ccbf5142-5091-4c4a-b7f8-fe967e9fc1cd",name:"Bloody Scalp Swashbuckler",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:7,flag:1,leader:!0},senses:"Perception +5",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +8, Thievery +8",equipment:"leather armor; longsword",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:12},hp:64,initiative:7,ac:19,fortitude:17,reflex:17,will:13,regeneration:null,auras:[],powers:[{id:"c084cf9b-2b19-4ba2-a597-f7613aeec120",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"63ddc6ea-0544-4bb6-a8b3-5814efec4106",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"The bloody scalp swashbuckler makes two longsword attacks (each attack must be made against a different target).; 1d10+3 damage.",damage:"1d10+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"21d22a65-c4b0-4fda-808c-f870b5c9e443",name:"Dark Hammer",details:"",size:2,origin:5,type:0,keywords:"construct",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"4 (8 when charging)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:12},intelligence:{score:8},wisdom:{score:10},charisma:{score:10},hp:34,initiative:3,ac:17,fortitude:15,reflex:11,will:10,regeneration:null,auras:[],powers:[{id:"6cc5c5e1-0bd3-42c3-9636-5f5bf29009eb",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage plus 1d6 cold damage.",damage:"1d6+3 damage plus 1d6 cold damage",category:1},{id:"e65829de-0a6b-47ad-8374-ebb436bd156c",name:"Frosty Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Close burst 1",attack:{bonus:3,defence:2},description:"",details:"the target takes ongoing 3 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 3 cold damage and is immobilized (save ends both)",category:1},{id:"f2c770bb-a4ce-4947-95e9-7b67e58c95a7",name:"Umbral Blend",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When adjacent to an ally with the shadow origin, both creatures gain +1 to AC and Reflex defense.",damage:"both creatures gain +1 to AC and Reflex defense",category:0}],damageModifiers:[],resist:"cold 5",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e19fe65f-4aa7-484a-b3d1-d99715ea9bf6",name:"Energy Mote",details:"",size:1,origin:4,type:0,keywords:"construct",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6, fly 6 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:11},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:8},hp:1,initiative:2,ac:15,fortitude:13,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"5ae40317-d116-44ff-98f2-c0e78d04a2ae",name:"Energy Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:4,defence:2},description:"",details:"3 radiant damage.",damage:"3 radiant damage",category:1},{id:"38c46b67-f297-4d45-af46-9db57f129c06",name:"Kinetic Burst",action:{action:7,trigger:"when reduced to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 5",attack:{bonus:2,defence:2},description:"",details:"enemies in burst suffer 3 radiant damage. Effect: Allies in burst region regain 6 hit points.",damage:"enemies in burst suffer 3 radiant damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45897b02-fa11-482b-8b18-0a681e8d7c72",name:"Fist of Bane",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"javelin; leather armor; short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:8},wisdom:{score:10},charisma:{score:8},hp:1,initiative:0,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"4b906dbf-fec5-4aa8-9c84-7754c1ace8d1",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"4d6c0ef7-5f08-4b05-9ba0-e910b6d414dc",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:4,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"6517b6f8-7d0c-4cd1-95db-c9b74735eb07",name:"Fervor of Bane",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The fist of Bane gains a +1 power bonus to damage while at least 2 other fists of Bane are within 5 squares of it.",damage:"the fist of bane gains a +1 power bonus to damage while at least 2 other fists of bane are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a2f82ad0-95a6-4f00-ac30-ed236a6ec69b",name:"Shadow Shaper",details:"",size:2,origin:5,type:0,keywords:"construct",level:1,role:{type:0,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"Stealth +7",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:10},hp:22,initiative:5,ac:15,fortitude:12,reflex:14,will:10,regeneration:null,auras:[],powers:[{id:"bc95a8da-4bb6-411a-8f39-79ed538bd3b1",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"0a4aea1f-7da0-46c0-9cc7-c8724bc5839f",name:"Freezing Shadow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 15",attack:{bonus:4,defence:2},description:"",details:"1d6+4 cold damage. Miss: 2 cold damage.",damage:"1d6+4 cold damage",category:1},{id:"d163237a-a221-4d7b-8221-56d89fa97690",name:"Umbral Blend",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When adjacent to an ally with the shadow origin, both creatures gain +1 to AC and Reflex defense.",damage:"both creatures gain +1 to AC and Reflex defense",category:0}],damageModifiers:[],resist:"cold 5",vulnerable:"",immune:"disease, poison",tactics:""},{id:"2e11736b-b788-4187-a6a4-4dc33bdfbbbe",name:"Shar’s Guardian",details:"",size:3,origin:5,type:2,keywords:"",level:3,role:{type:6,flag:2,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common",skills:"Acrobatics +12, Stealth +12",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:11},hp:156,initiative:7,ac:19,fortitude:18,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"9089b527-8ad3-4d31-a9e7-732c62bb8bc4",name:"Shadow Tendril",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 2d4+2 damage.",damage:"2d4+2 damage",category:1},{id:"6369b0fb-364e-48b9-9952-a90c53f98d07",name:"Shadow’s Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; Shar’s guardian can make 2 shadow tendril attacks. If both shadow tendril attacks hit the same target, that target is grabbed. Up to 3 targets can be grabbed at one time.; 1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"c0226c15-6548-477e-961c-4b465344972b",name:"Dark Whirlwind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"Shar’s guardian shifts 8 squares and makes 3 shadow tendril attacks at any point during the shift. It can attack a given enemy only once, but it deals an extra 1d6 necrotic damage on each hit. Shar’s guardian can squeeze as a free action as part of this power.",damage:"but it deals an extra 1d6 necrotic damage on each hit",category:1},{id:"243d6f7d-bb6e-4ac0-9bdd-0207321da52d",name:"Shar’s Noose",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:1},description:"",details:"when Shar’s guardian begins its turn with a grabbed foe, it can move the grabbed foe (and itself with it) up to 3 squares. If the attack misses, the guardian decides whether to continue its move by itself (which ends the grab) or to remain in place (which maintains the grab).",damage:"it can move the grabbed foe (and itself with it) up to 3 squares",category:2},{id:"85d0d3ae-5cef-4b5d-ace6-2e782ccf5e0e",name:"Shadow Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shar’s guardian teleports 3 squares and becomes insubstantial until the start of its next turn.",damage:"Shar’s guardian teleports 3 squares and becomes insubstantial until the start of its next turn",category:2},{id:"8f5be52b-eecd-4418-a691-09cc0814f3ca",name:"Steal Hope",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"If a grabbed creature uses or receives the benefits of a healing surge, Shar’s guardian may make a shadow tendril attack against that creature. If the attack hits, it deals no damage, but Shar’s guardian regains the hit points that the grabbed creature would have regained, the grabbed creature regains no hit points, and the healing surge is still expended.",damage:"it deals no damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2445a62c-fac9-4750-995c-b432a48547b1",name:"Spellwrought Guardian",details:"",size:2,origin:4,type:2,keywords:"living construct",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"8",alignment:"Unaligned",languages:"",skills:"Acrobatics +10",equipment:"",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:38,initiative:7,ac:18,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"e2d2c21f-9549-49f3-b882-6a1a2d9394b5",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"b64c3362-6c42-49a4-b534-b73b0d3b7b1b",name:"Energy Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Cold, Fire, Lightning",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Must use the charge action and must move through at least one of the teleport portals on the map; 1d10+3 damage. Roll 1d4 to determine the type of damage: 1 = acid, 2 = cold, 3 = fire, 4 = lightning.",damage:"1d10+3 damage",category:1},{id:"99677bdf-6be4-423a-8db0-154244d3bb33",name:"Energy Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Acid, Cold, Fire, Lightning",condition:"",range:"May not be used until the spellwrought guardian has used energy charge at least once during the encounter. Close burst 1",attack:{bonus:6,defence:2},description:"",details:"3d6+3 energy damage of the same type of energy as the last time the spellwrought guardian used energy charge.",damage:"3d6+3 energy damage of the same type of energy as the last time the spellwrought guardian used energy charge",category:1},{id:"74829862-ec2e-4e3e-8199-3c2b52956cc2",name:"Adaptive Energy Resistance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"After the spellwrought guardian takes damage from a particular type of energy, it gains resist 10 against that type of energy. Only one type of energy resistance can be active at any time, and it can only resist acid, cold, fire, or lightning.",damage:"after the spellwrought guardian takes damage from a particular type of energy",category:0}],damageModifiers:[],resist:"10 any one type of energy",vulnerable:"",immune:"",tactics:""},{id:"088560f6-ed1c-43ee-9ebe-9c584e9b7b41",name:"Dragonborn Gladiator Battle Champion",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:7,flag:1,leader:!1},senses:"Perception +5",movement:"5",alignment:"Unaligned",languages:"Common, Draconic",skills:"Athletics +14, History +6, Intimidate +14",equipment:"bastard sword; scale armor",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:15},intelligence:{score:10},wisdom:{score:12},charisma:{score:16},hp:196,initiative:8,ac:25,fortitude:22,reflex:19,will:20,regeneration:null,auras:[],powers:[{id:"136883e8-26e5-4a36-8824-9875ca5de805",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"(+15 while bloodied); 1d10+4 damage.",damage:"1d10+4 damage",category:1},{id:"afb79bfc-2de2-47ba-950d-56713852cfbe",name:"Finishing Blow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"Target must be bloodied; (+15 while bloodied); 2d10+4 damage, and the dragonborn gladiator’s allies gain a +2 bonus to attack rolls until the end of the dragonborn gladiator’s next turn.",damage:"2d10+4 damage",category:1},{id:"f1bbc947-3571-4cf9-84c4-af49fe235d7b",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"(+13 while bloodied); 1d6+4 poison damage.",damage:"1d6+4 poison damage",category:3},{id:"a031cc11-bc28-4eeb-b405-be0281844ba5",name:"Dragonborn Fury",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied.",damage:"A dragonborn gains a +1 racial bonus to attack rolls while bloodied",category:0},{id:"6ac9c937-a947-44ac-9ecf-725d2fc6c96a",name:"Gladiator’s Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the dragonborn gladiator hits an enemy with an opportunity attack, the target is knocked prone.",damage:"",category:0},{id:"9267fe03-d1f4-4ca6-903a-23f857c433ee",name:"Battle Lord Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The battle champion and its allies deal an extra 1d6 damage against enemies that the battle champion flanks.",damage:"the battle champion and its allies deal an extra 1d6 damage against enemies that the battle champion flanks",category:0},{id:"74c55779-f32e-41af-a365-b3fa92281072",name:"Battle Talent",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The battle champion can score critical hits on attack rolls of natural 19 and 20.",damage:"The battle champion can score critical hits on attack rolls of natural 19 and 20",category:0},{id:"d51e5358-0947-4f2c-98d9-c79375fa042f",name:"Inspiring Assault",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever it scores a critical hit, the battle champion and all allies within 5 squares regain hit points equal to one-half the battle champion’s level.",damage:"the battle champion and all allies within 5 squares regain hit points equal to one-half the battle champion’s level",category:0},{id:"7a2f00c6-b286-45e1-aa6a-a52c02433e80",name:"Lone Fighter",action:null,keywords:"",condition:"",range:"The dragonborn gladiator gains a +2 bonus to melee attack rolls when adjacent to only one enemy.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"638abbe5-434d-4d9d-9a48-5f283e372cbe",name:"Spellplague Adept",details:"",size:2,origin:4,type:2,keywords:"spellscarred",level:3,role:{type:3,flag:0,leader:!0},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +10, Athletics +4, History +12",equipment:"",category:"",strength:{score:13},constitution:{score:14},dexterity:{score:14},intelligence:{score:19},wisdom:{score:16},charisma:{score:13},hp:46,initiative:5,ac:17,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"3c86653e-6bfd-4707-ba6e-8d197001f86e",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"31bcfd3d-e626-4601-940c-30deee316721",name:"Withering Staff",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Requires quarterstaff; 2d10 + 4 necrotic damage, and the target is dazed until the end of the spellplague adept’s next turn.",damage:"2d10 + 4 necrotic damage",category:1},{id:"c2cc17a2-c9fa-49ca-a167-ad41acf87827",name:"Call of the Plague",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 5",attack:{bonus:7,defence:1},description:"",details:"2d6 + 4 necrotic damage, and the target slides 3 squares.",damage:"2d6 + 4 necrotic damage",category:1},{id:"89a91740-3989-45a4-be9a-713d32455b99",name:"Plague Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Close blast 5",attack:{bonus:7,defence:2},description:"",details:"2d8 + 4 necrotic damage, and the target is pushed 1 square and knocked prone. Miss: Half damage, and the target is neither pushed nor knocked prone.",damage:"2d8 + 4 necrotic damage",category:1},{id:"4eec3720-0891-425d-a3f1-e35f73030581",name:"Spellplague Resilience",action:{action:4,trigger:"when the spellplague adept suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The spellplague adept makes a saving throw against the triggering effect",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f8593463-d263-4547-b437-7826a2e14a12",name:"Spellscarred Dwarf Bolter",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Dungeoneering +10, Endurance +9",equipment:"chainmail; crossbow; warhammer",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:16},intelligence:{score:11},wisdom:{score:12},charisma:{score:10},hp:34,initiative:5,ac:15,fortitude:14,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"d33295bf-ab7b-430c-9e81-418e3c42b0fa",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d10 + 1 damage.",damage:"1d10 + 1 damage",category:1},{id:"59bad3f1-9138-4b8a-bfd7-8a3577a9f867",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"1d8 + 2 damage.",damage:"1d8 + 2 damage",category:1},{id:"625c635e-e599-4cab-a25c-c6d027108ef7",name:"Plague Lash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Psychic",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6 + 1 psychic damage. Each time the target attacks on its next turn, it also coughs up sickly blue-black blood, taking 5 necrotic damage.",damage:"1d6 + 1 psychic damage",category:1},{id:"34ef239b-3167-4002-ac36-3ec8d560a79b",name:"Aimed Shot",action:null,keywords:"",condition:"",range:"The dwarf bolter gains a +2 bonus to attack rolls and deals an extra 1d6 damage with ranged attacks against creatures that don’t have cover",attack:null,description:"",details:"",damage:"",category:0},{id:"d9ef170a-7ee1-423a-8cbe-93000f618b86",name:"Stand Your Ground",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect forces a dwarf to move --- through a push, a pull, or a slide --- the dwarf moves 1 square less than the effect specifies. When an attack would knock the dwarf prone, the dwarf gains an immediate saving throw to avoid falling prone.",damage:"or a slide --- the dwarf moves 1 square less than the effect specifies",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0a169110-9e28-4507-a2af-e8b24694a7b0",name:"Spellscarred Halfling Thief",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"4ee5f853-0ed1-4209-8813-ce17fd10ad9b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"62fd8ebe-dfdb-45a1-bdf1-8cd4e5de0e49",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4 + 3 damage.",damage:"1d4 + 3 damage",category:1},{id:"4178b094-83f3-4abc-9345-6ec4da783a42",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The halfling thief can move up to 3 squares and make one melee basic attack at any point during that movement. The halfling thief doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:5,defence:0},description:"",details:".",damage:"",category:1},{id:"2ccd6993-a870-4776-9db6-38e2527f1f03",name:"Combat Advantage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The halfling thief deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:1},{id:"1d0074cd-ee49-4c1e-9f93-9db9fdba2429",name:"Nimble Reaction",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:1},{id:"20296c45-cd2a-424d-b988-89ff94510348",name:"Spellmirror",action:{action:4,trigger:"when a creature misses the spellscarred halfling thief with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:2},description:"",details:"Targets the creature that missed the spellscarred halfling thief; 2d10 + 2 damage. This damage is of the same type (or types) as the attack that missed. The target also gains any effect (and its duration) that its attack would have inflicted on the spellscarred halfling thief. Miss: Half damage, and the attack does not produce any effects.",damage:"2d10 + 2 damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"872f9c51-c413-4f02-bef5-5c44619b3636",name:"Werewolf Rite Defender",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:30,initiative:2,ac:17,fortitude:13,reflex:14,will:13,regeneration:{value:3,details:"if the werewolf takes damage from a silver weapon, its regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"f61d52b2-37d6-4e00-8b31-2bbfd6588bb2",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 1 damage.",damage:"1d8 + 1 damage",category:1},{id:"63807ff1-b89a-45f0-a222-0d80d143d9d2",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"1bb662f1-3b9c-4b1d-8f11-1762579b4973",name:"Protective Snarl",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d8 + 2 damage, and the target is marked until the end of the werewolf rite defender’s next turn.",damage:"2d8 + 2 damage",category:1},{id:"5d4dabd7-8f1c-4eba-bfc4-8ef071ccc6d0",name:"Blood Rage",action:null,keywords:"",condition:"",range:"The werewolf’s melee attacks deal 4 extra damage against a bloodied target.",attack:null,description:"",details:"",damage:"",category:0},{id:"a7f58633-d026-4067-8c3f-0257c63a443d",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A werewolf can alter its physical form to appear as a gray wolf or a unique human. It cannot use its bite attack in human form and it cannot make claw attacks in wolf form.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d60ad063-9138-427f-84bf-1c63f1b69573",name:"Elm Skirmisher",details:"",size:2,origin:4,type:3,keywords:"living construct",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"8",alignment:"Unaligned",languages:"Elf",skills:"Acrobatics +9, Athletics +8",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:37,initiative:5,ac:16,fortitude:13,reflex:17,will:13,regeneration:null,auras:[],powers:[{id:"f67d73da-ae7e-4800-8534-478fcecd5ad3",name:"Stony Branch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d10+3 damage and slide 1 square.",damage:"1d10+3 damage and slide 1 square",category:1},{id:"222990eb-5b06-4314-b7af-fb82ff87e438",name:"Fleeting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The elm skirmisher moves up 8 squares and make one melee basic attack at any point during that movement. The elm skirmisher doesn’t provoke opportunity attacks when moving away from the target of the attack.",attack:{bonus:5,defence:0},description:"",details:"2d10+3 damage.",damage:"2d10+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0c7aad6-a434-42b9-90e5-bc323ed4e3ec",name:"Oak Brute",details:"",size:2,origin:4,type:3,keywords:"living construct",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Elf",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:32,initiative:2,ac:13,fortitude:14,reflex:12,will:12,regeneration:null,auras:[],powers:[{id:"d4aed33e-2723-4dff-b277-21fffcfa0757",name:"Stony Branch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"2d6+1 damage.",damage:"2d6+1 damage",category:1},{id:"0532efa8-4740-46b7-a359-177e2205685f",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:2,defence:2},description:"",details:"The oak brute can move up to its speed and enter enemies’ spaces. This movement provokes opportunity attacks, and the oak brute must end its move in an unoccupied space. When it enters an enemy’s space, the oak brute makes a trample attack; 1d6+4 damage, and the target is knocked prone.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"45a9e8da-107e-43c2-b009-f641d7f71b51",name:"Silvered Hurler",details:"",size:2,origin:4,type:3,keywords:"living construct",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"7",alignment:"Unaligned",languages:"Elf",skills:"Acrobatics +9, Athletics +7",equipment:"",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:37,initiative:5,ac:15,fortitude:14,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"e0a2ca5b-f04b-4524-976f-ccea362393bb",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage and slide 1 square.",damage:"1d10+3 damage and slide 1 square",category:1},{id:"6dc1d3c8-3c0e-4cf4-8843-90874231370f",name:"Silver Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:10,defence:0},description:"",details:"1d10+3 damage.",damage:"1d10+3 damage",category:1},{id:"58feb3b9-152f-4031-bc11-b2bcda701332",name:"Combat Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silvered hurler shifts 1 square.",damage:"The silvered hurler shifts 1 square",category:5},{id:"3ac65ee8-0a90-4450-b857-4ade841e85ef",name:"Preternatural Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The silver hurler can reroll an attack roll. It must use the second roll, even if it’s lower.",damage:"",category:4}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01f95de2-b786-4bdb-9ba4-f3342edd27a9",name:"Silvered Spearman",details:"",size:2,origin:4,type:3,keywords:"living construct",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"6",alignment:"Unaligned",languages:"Elf",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:14},intelligence:{score:9},wisdom:{score:12},charisma:{score:8},hp:52,initiative:3,ac:15,fortitude:17,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"a0eb7f92-8be7-4775-8da2-dc2ea08de18c",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d6+3 damage.",damage:"2d6+3 damage",category:1},{id:"e0269f4d-5e68-4f8f-9570-3c351a236c17",name:"Cunning Thrust",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"The silvered spearman makes a spear attack, but gets two attack rolls and takes the better result; 2d10+3 damage.",damage:"2d10+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3f62bd84-fe4b-47b2-8c5f-c4b8cb9ba6a4",name:"Elalaran",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:1,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +8, Stealth +10, Thievery +10",equipment:"dagger; leather armor",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:18},intelligence:{score:11},wisdom:{score:10},charisma:{score:14},hp:35,initiative:7,ac:17,fortitude:13,reflex:18,will:14,regeneration:null,auras:[],powers:[{id:"2123354c-f437-4225-9c5d-136c522107f1",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"83eea086-9c11-457d-a42f-4b6cfd544a0e",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"2a4c2186-57fa-4040-867a-6ac231a4079c",name:"Deft Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+4 damage; Special: you can move 2 squares before the attack.",damage:"1d4+4 damage",category:1},{id:"b862ad96-f8b0-4365-8be6-c1bd226f99f1",name:"Bait and Switch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:3},description:"",details:"2d4+4 damage; in addition Elalaran switches places with the target and can then shift 3 squares.",damage:"2d4+4 damage",category:1},{id:"48d5d0b8-8556-4613-a6e5-e765b0a0ed1b",name:"Blinding Barrage",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:9,defence:0},description:"",details:"2d4+4 damage; Hit: the target is blinded until the end of your next turn; Miss: Half damage and the target is not blinded.",damage:"2d4+4 damage",category:1},{id:"fcce19e9-7b5c-48c1-b069-4dda87c98d79",name:"First Strike",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"At the start of an encounter, Elalaran has combat advantage against any creatures that have not yet acted.",damage:"",category:0},{id:"9b06b545-3fe7-4ec3-a9be-2e378aaaaa11",name:"Artful Dodger",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Elalaran gains a +2 bonus to AC against opportunity attacks.",damage:"Elalaran gains a +2 bonus to AC against opportunity attacks",category:0},{id:"bec862f9-1193-4bac-ac06-4cda6d0e80b5",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, when Elalaran has combat advantage against an enemy, Elalaran deals extra +2d6 damage if the attack hits.",damage:"elalaran deals extra +2d6 damage if the attack hits",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"17449096-5026-4a86-9735-eeaa7203b62f",name:"Halfling Sellsword",details:"",size:1,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6 see also mobile melee attack",alignment:"Unaligned",languages:"Common",skills:"Acrobatics +11, Stealth +9, Thievery +11",equipment:"dagger; leather armor; thieves’ tools",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:11},charisma:{score:14},hp:34,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"acb1355d-ca86-48c8-993f-7d7701e7bb94",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"25d362af-c7d3-4c96-a1f2-5351a84cd0e8",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"9a845784-4e77-4c09-8b4a-6e84a74ebc8c",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The halfling sellsword can move up to 3 squares and make one melee basic attack at any point during the movement. The halfling sellsword does not provoke opportunity attacks when moving away from the target of its attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"82b664ce-7709-4794-9df9-61589e2fb7ed",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The halfling sellsword deals an extra 1d6 damage on melee attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"cf332872-9c6a-4265-90fe-3ea99085d84c",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halfings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halfings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"ee0899cc-57f2-4578-a414-1c0c50d4dacf",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"86a21766-d9a1-4c6b-91ab-6a904483a467",name:"Human Cult Acolyte",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"leather armor; short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"a8d6663a-c859-499d-9be8-5bbf3a0f352f",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"1967f04c-8a0e-428e-b878-39a459498be8",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human cult acolyte gains a +2 power bonus to defenses while at least two other human cult acolytes are within 5 squares of it.",damage:"A human cult acolyte gains a +2 power bonus to defenses while at least two other human cult acolytes are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fc9896bb-8d4c-4c5e-93aa-a9ca677402a6",name:"Human Cult Devotee",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:47,initiative:5,ac:18,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"255b98b6-d0c2-44cb-9b26-4a588eb0690e",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the human cult initiate’s next turn.",damage:"1d10+3 damage",category:1},{id:"709fa293-5049-4242-b85c-8288bfdbf1fa",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+7 damage, and the target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"82333bf9-3af0-41c8-8bde-6802ea8da7bd",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c8147625-1e3e-42f7-8244-48760a792cf7",name:"Human Cult Fanatic",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Evil",languages:"Common",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:66,initiative:2,ac:15,fortitude:15,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"bce5c070-5bb4-40f3-9ebf-437bff5efd51",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"d46d03e4-6a27-4ea9-b5bc-8b9786ab0df1",name:"Battle Fury",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"The human cult fanatic makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:null,description:"",details:"",damage:"",category:1},{id:"999e80a8-9bbb-4122-8167-f4aa793bf46c",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3e5d3310-a280-4f63-b8e4-e1b8e46e8e91",name:"Human Hired Goon",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"c913c3b9-8974-478a-9999-dd43ff332298",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"0fe71d21-ebef-4a87-8bf2-68580593a689",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A human hired goon gains a +2 power bonus to defenses while at least two other human hired goons are within 5 squares of it.",damage:"A human hired goon gains a +2 power bonus to defenses while at least two other human hired goons are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"be6dc2a3-8d66-42c8-bee8-099789c40cab",name:"Human Hired Goon Leader",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"d6e7959f-e0ae-4f70-aa8c-07efd86edf68",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"e5d33b70-6bf5-453e-bba7-556aff10a1f3",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"aac60ed6-1fe3-44bc-bb19-34c392013608",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the human press gang leader’s next turn, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"f5d07355-2e16-4a9b-b72b-cf5ed72b30da",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human press gang leader deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a43b1fd8-0f21-467a-92f5-ffa032301c00",name:"Human Press Gang Leader",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"a5679127-9844-4461-a3ae-cb7bb6812706",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"6c997d7b-b818-408a-827f-91d873649058",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"e838b778-92e7-47eb-9e91-9b5360128af7",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the human press gang leader’s next turn, and the human press gang leader shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"6ea589e4-298a-4f23-a581-2959ae71eee6",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The human press gang leader deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d7e1af67-6501-455c-be3f-75d3874dafe8",name:"Human Press Gang Member",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"club",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:1,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"54a54042-f738-4ea2-bfb4-5ee85b69e646",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"b2f2e5a8-48a7-415b-ab70-a449b2b0b6fe",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The human press gang member gains a +2 power bonus to all defenses while at least two other human press gang members are within 5 squares of it.",damage:"The human press gang member gains a +2 power bonus to all defenses while at least two other human press gang members are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"de055711-dfa0-4929-bbaf-cdf2dd264f1f",name:"Lekaral",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:1,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +8, Athletics +6, Bluff +11, Diplomacy +11, Intimidate +11",equipment:"dagger; shimmering armor",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:15},intelligence:{score:12},wisdom:{score:11},charisma:{score:19},hp:80,initiative:2,ac:13,fortitude:14,reflex:15,will:19,regeneration:null,auras:[],powers:[{id:"fff90887-8ba7-41b7-a8f6-32b936136af4",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"843c6a6b-07c4-4df0-a7b7-85f735223d09",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d4 damage.",damage:"1d4 damage",category:1},{id:"b5a4ec4d-1cff-4714-9be2-5177c0dab450",name:"Chaos Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Arcane, Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:6,defence:3},description:"",details:"1d10+6 psychic damage; If you rolled an even number for the primary attack, make a secondary attack. Secondary Target: One creature within 5 squares of the target last hit by this power. Secondary Attack: +5 vs. Will; 1d6 psychic damage. If you rolled an even number for the secondary attack roll, repeat the secondary attack. You can attack a creature only once with a single use of this power.",damage:"1d10+6 psychic damage",category:1},{id:"8527cacc-4a59-4f29-88c2-a7975be9df72",name:"Bedeviling Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Arcane, Implement, Psychic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:3},description:"",details:"1d10+6 psychic damage, and you push the target 2 squares. If you rolled an even number on the attack roll, you slide the target instead of pushing it.",damage:"1d10+6 psychic damage",category:1},{id:"01d24284-aa83-4dd2-82e5-4c43d6bbcbe8",name:"Dazzling Ray",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Arcane, Implement, Psychic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"6d6+6 radiant damage. If you rolled an even number on the attack roll, the target takes a -2 penalty to attack rolls against you (save ends). Miss: Half damage.",damage:"6d6+6 radiant damage",category:1},{id:"7f256d8c-3ce2-4484-ba30-be82fd8a5c43",name:"Elemental Shift",action:{action:3,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Arcane",condition:"",range:"",attack:null,description:"",details:"Lekaral can change his resistance to one of the other damage types for the rest of the encounter. In addition, one ally adjacent to Lekaral gains resist 5 to the damage type that he resists until the end of the encounter.",damage:"lekaral can change his resistance to one of the other damage types for the rest of the encounter",category:3}],damageModifiers:[],resist:"cold 5",vulnerable:"",immune:"",tactics:""},{id:"01b6109d-041e-433f-a511-b689b734e492",name:"Lekaral’s Double",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Insight +9, Stealth +10",equipment:"short sword",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:45,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"b87c777a-5c41-40bf-89ff-f69a3aeee4c2",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"43ef438d-232e-4843-a3f7-c86a73b561b7",name:"Shapeshifter Feint",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"the doppelganger gains combat advantage against the target until the end of the doppleganger’s next turn.",damage:"",category:3},{id:"010daf6e-67db-4f9f-92ad-71742a8cd934",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against.",damage:"the doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against",category:0},{id:"9f803dc8-f241-4c4a-837f-a23fd3b397e9",name:"Change Shape",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba08bc01-6ed6-46cd-9a6a-083d54ec6574",name:"Dark Skull",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:1,leader:!1},senses:"Perception +5; darkvision",movement:"5",alignment:"Good",languages:"Common",skills:"",equipment:"greatsword; plate armor",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:10},intelligence:{score:10},wisdom:{score:8},charisma:{score:8},hp:56,initiative:1,ac:20,fortitude:19,reflex:16,will:13,regeneration:null,auras:[],powers:[{id:"b857d6b9-b296-4839-b2de-67735ae9ac18",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10+3 damage and push 1 square. Dark Skull can then shift into the vacated square.",damage:"1d10+3 damage and push 1 square",category:1},{id:"f1c77aab-c94e-47d9-bcce-5349f73af674",name:"Furious Roar",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:8,defence:3},description:"",details:"targets pushed 2 squares and knocked prone.",damage:"targets pushed 2 squares and knocked prone",category:3},{id:"a0aa9f83-f75c-484c-b2e0-a7752304ace9",name:"Face of Fright",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 20",attack:{bonus:5,defence:3},description:"",details:"target takes a -2 penalty to attack rolls (save ends).",damage:"target takes a -2 penalty to attack rolls (save ends)",category:3},{id:"a654ba76-0950-4289-a408-d80379bdb24a",name:"Through the Shadows",action:{action:4,trigger:"when an enemy hits dark skull with a ranged attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Dark Skull can teleport up to 5 squares towards the attacker.",damage:"Dark Skull can teleport up to 5 squares towards the attacker",category:5},{id:"2f72d349-c3c8-4566-8356-2e5f9c3055b6",name:"Bloody Roar",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Furious Roar recharges and Dark Skull uses it immediately.",damage:"",category:5},{id:"d28a669a-35d7-490a-b0f0-749873b5cca8",name:"Fade to Shadow",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Teleport 10 squares to an area of shadow or darkness.",damage:"Teleport 10 squares to an area of shadow or darkness",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9cfcd597-5053-4b43-8054-24ca27214efc",name:"Draft Horse (Suzy)",details:"",size:3,origin:4,type:1,keywords:"",level:1,role:{type:2,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"10",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:13},intelligence:{score:2},wisdom:{score:11},charisma:{score:9},hp:32,initiative:1,ac:14,fortitude:15,reflex:13,will:10,regeneration:null,auras:[],powers:[{id:"ad249b40-835f-40dd-a0df-2e4adb665dd6",name:"Kick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d6+4 damage. A draft horse can’t attack while harnessed to a carriage.",damage:"1d6+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c981a1bc-5abc-4fe6-b25c-5f83e6fc5954",name:"Initiate of the Dark Eclipse",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"chainmail",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:10},charisma:{score:12},hp:20,initiative:5,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"767c16fc-0f3b-4f46-bd3c-fdbeb2444775",name:"Basic Chakram template",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"606263fe-98ad-4b9e-ad3e-f5217e2c647e",name:"Chakram Thrown",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"b8c34924-1c95-4425-b833-462db812c38c",name:"The Dark Eclipse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"An initiate can make two melee chakram attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"60c2b056-5778-4c67-8590-8d3aab6a1390",name:"Returning Chakram",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An Initiate can throw a chakram in a sweeping arc so that it will return to him.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fe68fdfb-d09b-4794-b446-bd2c640814a0",name:"Nightcloak of the Dark Eclipse",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:3,flag:1,leader:!0},senses:"Perception +11; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"leather armor",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:10},intelligence:{score:12},wisdom:{score:14},charisma:{score:14},hp:84,initiative:1,ac:20,fortitude:15,reflex:17,will:19,regeneration:null,auras:[{id:"348e35c3-4ce2-4dd8-bd9f-e3f256921e37",name:"The Fear",keywords:"",details:"aura 10; human allies gain + 2 to Will defense until the Master is bloodied."}],powers:[{id:"1835f3e6-e046-49a7-8d4d-fbf92466bd3b",name:"Chakram",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6 damage.",damage:"1d6 damage",category:1},{id:"d3c867d5-b0e9-4bae-8fc1-78abb3bbee27",name:"Fear Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"(standard",range:"Ranged 10/20",attack:{bonus:9,defence:3},description:"",details:"1d6 damage and push target 2 squares.",damage:"1d6 damage and push target 2 squares",category:1},{id:"cafc8225-8eff-4e37-9c4a-a705533c951b",name:"Cloud of Fear",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:3},description:"",details:"enemies within burst are dazed until end of their next turn. Aftereffect: -2 penalty to attacks (save ends).",damage:"-2 penalty to attacks (save ends)",category:1},{id:"b23e8bd0-9fda-4435-9ebc-3e7250cfe978",name:"Quell the Flame",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"after a radiant power targets nightcloak",range:"",attack:null,description:"",details:"The Nightcloak makes a Fear Bolt attack on creature that used radiant power against Nightcloak.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bc83ac1f-0912-41c8-a357-fb69474c7687",name:"Petitioner of the Dark Eclipse",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:14,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"ac14ebdc-8fd6-482c-807c-808ee293f2fe",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"6ee84c2b-ab3c-4f09-83e5-ad7bf296139e",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A petitioner gains a + 2 power bonus to defenses while at least two other petitioners are within 5 squares of it.",damage:"A petitioner gains a + 2 power bonus to defenses while at least two other petitioners are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0814136-ef8f-45ac-a293-7aaf44a923d3",name:"Shadow Juggernaut",details:"",size:3,origin:1,type:1,keywords:"Shadow",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"5, fly 5 (hover; limit 1) no more than 1 square high",alignment:"Evil",languages:"",skills:"Intimidate +6",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:10},intelligence:{score:10},wisdom:{score:8},charisma:{score:12},hp:32,initiative:4,ac:14,fortitude:15,reflex:12,will:11,regeneration:null,auras:[],powers:[{id:"f8b40fa8-b98c-47ef-b286-cfca17ff3d79",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"2d6+2 damage.",damage:"2d6+2 damage",category:1},{id:"ad8e88c3-a170-47bd-848c-d7a9caa00d4a",name:"Wave of Shadows",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"Close burst 1",attack:{bonus:3,defence:2},description:"",details:"1d6+1 damage and enemies fall prone. Miss: Enemies fall prone.",damage:"1d6+1 damage and enemies fall prone",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ad217ef8-d784-4855-8741-40d3a2128586",name:"Shadow Mote",details:"",size:1,origin:1,type:1,keywords:"Shadow",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6, fly 6 (hover; limit 1) no more than 1 square high",alignment:"Evil",languages:"",skills:"Stealth +8",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:10},wisdom:{score:8},charisma:{score:10},hp:1,initiative:3,ac:16,fortitude:13,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"e83c7682-17e2-44bd-b792-e061b00a3ff6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1 damage.",damage:"1 damage",category:1},{id:"5d24fd20-79a1-4a1a-9994-e67c22567638",name:"Shadowplay Distraction",action:null,keywords:"",condition:"",range:"Opponents adjacent to a shadow mote take a -1 penalty to melee or ranged attacks per mote (up to -5).",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d6eba1ce-3a73-4b3e-b448-7a70c5b4d13e",name:"Shadow Seeker",details:"",size:2,origin:1,type:1,keywords:"Shadow",level:1,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6, fly 6 (hover; limit 1) no more than 1 square high",alignment:"Evil",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:16},intelligence:{score:12},wisdom:{score:8},charisma:{score:12},hp:16,initiative:3,ac:16,fortitude:13,reflex:13,will:11,regeneration:null,auras:[],powers:[{id:"c25c95ae-2c5a-4858-999e-c88cacd941b6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"f14d95e0-ba3a-42aa-98c3-088a29ad74fa",name:"Flitting Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"1d8 damage; a shadow seeker can move its speed and make this attack, gaining a +5 bonus to AC vs. opportunity attacks incurred by the movement.",damage:"1d8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da88d072-2dd0-46e5-b4d4-633ea6c53a19",name:"Dragonborn Fireseeker",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common, Draconic",skills:"History +2, Intimidate +3",equipment:"battleaxe; leather armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:16},intelligence:{score:8},wisdom:{score:13},charisma:{score:10},hp:38,initiative:6,ac:16,fortitude:13,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"2160933f-fbff-4d8f-94f0-94fc6fab0e54",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"((+8 while bloodied))1d10+4 damage.",damage:"((+8 while bloodied))1d10+4 damage",category:1},{id:"0130fb86-7777-4bfe-9755-6c2f11578f8b",name:"Overwhelming Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Requires battleaxe; ((+8 while bloodied))1d10+4 damage, and the target grants combat advantage to the dragonborn fireseeker until the end of the fireseeker’s next turn.",damage:"((+8 while bloodied))1d10+4 damage",category:1},{id:"7bcac2b2-d35f-4c4d-b5dc-217cba470110",name:"Dragon Breath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:5,defence:2},description:"",details:"((+6 while bloodied))1d6+2 fire damage.",damage:"((+6 while bloodied))1d6+2 fire damage",category:3},{id:"296bf654-88d6-43ac-83b0-10257bc1375b",name:"Dragonborn Fury",action:null,keywords:"",condition:"(only while bloodied)",range:"",attack:null,description:"",details:"A dragonborn fireseeker gains a +1 racial bonus to attack rolls.",damage:"A dragonborn fireseeker gains a +1 racial bonus to attack rolls",category:0},{id:"db86ed2c-4164-461b-a926-f180adf7283f",name:"Skirmish +1d6",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on its turn, the dragonborn fireseeker ends its move at least 4 squares away from its starting point, it deals 1d6 extra damage with its melee attacks until the start of its next turn.",damage:"",category:0},{id:"d71ed437-3139-4028-819c-f96779d77a54",name:"Tactical Withdrawal",action:{action:4,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dragonborn fireseeker shifts 3 squares.",damage:"The dragonborn fireseeker shifts 3 squares",category:5}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d65af55f-343d-4744-99d6-ca47cd61f37e",name:"Firebird",details:"",size:3,origin:1,type:1,keywords:"air, fire",level:2,role:{type:2,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"Athletics +11",equipment:"",category:"",strength:{score:18},constitution:{score:18},dexterity:{score:10},intelligence:{score:10},wisdom:{score:12},charisma:{score:8},hp:168,initiative:2,ac:18,fortitude:18,reflex:17,will:14,regeneration:null,auras:[{id:"0b553574-fd47-4025-a960-bc6043274c10",name:"Body Blaze",keywords:"",details:"(Fire) aura 2; any creature that enters the aura or starts its turn within the aura takes 5 fire damage."}],powers:[{id:"0e523f1e-725a-4e8d-aa43-6c760f6825ff",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"Reach 2; 2d8+5 fire damage.",damage:"2d8+5 fire damage",category:1},{id:"1263003d-82b5-48ac-8982-7db2b2afc35b",name:"Firebird Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"The firebird makes two bite attacks. If both bites hit a single target, it makes a third bite attack against the same target.",damage:"",category:1},{id:"8e4cd07e-fa18-4d9a-bbb7-73211017da0c",name:"Tumbling Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Teleportation",condition:"",range:"Close blast 5",attack:{bonus:3,defence:2},description:"",details:"3d6+3 fire damage and the target takes ongoing 5 fire damage (save ends). Effect: The firebird teleports to any open space adjacent to the border of the blast’s area.",damage:"3d6+3 fire damage and the target takes ongoing 5 fire damage (save ends)",category:1},{id:"f349fa5a-9b7e-46ab-b65f-d7509af19466",name:"Fire Spray",action:{action:4,trigger:"when an enemy attacks the firebird with a ranged attack",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:3,defence:2},description:"",details:"targets the triggering enemy; 1d6+1 fire damage, and the target is blinded until the end of the firebird’s next turn.",damage:"1d6+1 fire damage",category:5},{id:"1325bb5f-9117-4c9f-9233-78f603868c86",name:"Feeding the Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:3,defence:1},description:"",details:"Requires combat advantage; 2d8+5 fire damage and the target is weakened (save ends), and the firebird heals 42 hit points.",damage:"2d8+5 fire damage and the target is weakened (save ends)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire",tactics:""},{id:"ee91d3e1-d46c-4101-ac13-dd47f242e70d",name:"Human Firetender",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"5",alignment:"Evil",languages:"Common",skills:"Streetwise +7",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:39,initiative:5,ac:17,fortitude:15,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"2593992f-931f-4d7e-86da-565dfcf6b5dc",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d10+3 damage, and the target is marked until the end of the human firetender’s next turn.",damage:"1d10+3 damage",category:1},{id:"96657e22-ab53-4848-81ee-7188dd62415a",name:"Powerful Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+7 damage, and target is knocked prone.",damage:"1d10+7 damage",category:1},{id:"1fd17359-2b6d-4685-a70e-5d982e634efe",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:8,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a255f9c-041e-404d-b184-f9ac20e56989",name:"Myrelas the Gallant",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Bluff +10, Intimidate +9, Stealth +9",equipment:"rapier",category:"",strength:{score:11},constitution:{score:13},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:45,initiative:6,ac:18,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"0bd7c15d-b910-45fb-9527-a9ba1b812b78",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"3845bbfc-b2b7-405c-aec5-dab0950b6b7a",name:"Bravo Feint",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"The doppelganger shifts 3 then attacks an adjacent target; the doppelganger gains combat advantage against the target until the end of the doppelganger’s next turn.",damage:"The doppelganger shifts 3 then attacks an adjacent target",category:2},{id:"4cc4b097-c9da-4cb8-97fb-73fa37574555",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against.",damage:"the doppelganger sneak deals an extra 1d6 damage against any target it has combat advantage against",category:0},{id:"9a988951-f1f0-48b6-b12c-68cd0db62b24",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"71176f27-de72-4be9-b728-a53f559eca26",name:"Perfumed Lackey",details:"",size:2,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"short sword",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:10},hp:1,initiative:0,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"cf72ec6a-ffa5-4d05-838b-b314d3bcf2e7",name:"Short sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"510d3c36-84a6-4aea-abeb-f4bc8ef38884",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A perfumed lackey gains a +2 power bonus to all defenses while at least two other perfumed lackeys are within 5 squares of it.",damage:"A perfumed lackey gains a +2 power bonus to all defenses while at least two other perfumed lackeys are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b44b93e-c9f4-401e-80af-452a0c56466c",name:"Perfumed Sentry",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:12,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"6ee537b2-b809-4a5e-b07a-67781dfe87c2",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage and the perfumed sentry shifts 1 square.",damage:"1d8+1 damage and the perfumed sentry shifts 1 square",category:1},{id:"bd40a43d-52c9-4563-ae9a-a4e7f30e8e05",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"55d05a36-2b6e-48cb-8a27-3eea2cf82db6",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the target is dazed until the end of the perfumed sentry’s next turn, and the perfumed sentry shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"cf5970ef-bfd8-4e04-8de9-1161e517ff9d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The perfumed sentry deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c796c4a5-8ead-4d09-9023-b744ec625d14",name:"Sambral Bravo",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Intimidate +6",equipment:"leather armor; short sword",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:14},intelligence:{score:11},wisdom:{score:11},charisma:{score:10},hp:37,initiative:5,ac:16,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"085c8d16-a730-4ee9-b5f0-4dd88c2886e0",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6+5 damage, and the Sambral bravo can shift 1 square.",damage:"1d6+5 damage",category:1},{id:"c699e01d-bae4-4120-b090-dc3f4e969cfb",name:"Double Slash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+3 damage (two attacks); 1d6+1 damage per attack. If both attacks hit the same target, the target is pushed 1 square.",damage:"2d6+3 damage (two attacks)",category:1},{id:"4cf75a15-298d-4369-8138-a00cca7f18f1",name:"Deep Cut",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2d6+3 damage, ongoing damage 3 (save ends), and the Sambral bravo can shift 1 square.",damage:"2d6+3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ba69594-667a-4b3d-8276-7b73e5621e3f",name:"Genasi Bandit",details:"",size:2,origin:4,type:2,keywords:"",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +1",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Stealth +9, Streetwise +7, Thievery +9",equipment:"dagger; leather armor; mace",category:"",strength:{score:12},constitution:{score:13},dexterity:{score:17},intelligence:{score:12},wisdom:{score:11},charisma:{score:12},hp:37,initiative:6,ac:16,fortitude:15,reflex:14,will:12,regeneration:null,auras:[],powers:[{id:"5d41a3fa-6288-4700-afd6-3e15e952540a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"1d8+1 damage, and the genasi thug shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"2ffa51b7-59c4-41fe-8859-e78d02abdb17",name:"Dagger",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 5/10",attack:{bonus:6,defence:0},description:"",details:"1d4+3 damage.",damage:"1d4+3 damage",category:1},{id:"2ba4f5d4-f3c1-481a-9c57-565b610fa37c",name:"Dazing Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:4,defence:0},description:"",details:"Requires mace; 1d8+1 damage, the target is dazed until the end of the genasi thug’s next turn, and the genasi thug shifts 1 square.",damage:"1d8+1 damage",category:1},{id:"ed1e45cf-1830-4253-a298-6c3d26f89406",name:"Earthshock",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:6,defence:1},description:"",details:"target is knocked prone.",damage:"",category:3},{id:"728b0a4e-8cc7-4110-ae61-51cbc07ddc4e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"The genasi thug deals an extra 1d6 damage on melee and ranged attacks against any target it has combat advantage again.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0df3263b-1f6f-4453-a89e-c3924e88f9d5",name:"Genasi Miller",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:2,flag:0,leader:!1},senses:"Perception +2",movement:"7",alignment:"Unaligned",languages:"Common, Primordial",skills:"Athletics +9, Endurance +9",equipment:"greataxe; handaxe; hide armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:12},intelligence:{score:12},wisdom:{score:11},charisma:{score:12},hp:66,initiative:3,ac:15,fortitude:14,reflex:12,will:13,regeneration:null,auras:[],powers:[{id:"e62edbc2-c0e7-47d8-9be6-d17f1eb8bef8",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12+4 damage (crit 1d12+16).",damage:"1d12+4 damage (crit 1d12+16)",category:1},{id:"e80ceaff-3dcd-47d9-b2e2-662e6548d389",name:"Battle Fury",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The genasi miller makes a melee basic attack with a +4 bonus to the attack roll and deals an extra 1d6 damage on a hit.",attack:{bonus:5,defence:0},description:"",details:"3d10+5 damage.",damage:"3d10+5 damage",category:5},{id:"3ddeffe2-95af-4443-b5b0-1704e3c061f0",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:5,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"ab993e46-d9fc-487a-a95c-e221bab8f87c",name:"Firepulse",action:{action:4,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"when an enemy hits the genasi miller with a melee attack, the genasi miller makes an attack against the target",attack:{bonus:5,defence:2},description:"",details:"1d6+5 fire damage.",damage:"1d6+5 fire damage",category:5}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"27c0d98d-8436-42d6-b15d-6085e15f0ad5",name:"Genasi Thundermage",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common, Primordial",skills:"Arcana +11",equipment:"implement, wand; quarterstaff",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:14},intelligence:{score:18},wisdom:{score:17},charisma:{score:12},hp:42,initiative:4,ac:17,fortitude:12,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"0b23c8d1-edca-4de5-9377-fc0876250255",name:"Quarterstaff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"b4b10e8c-7478-4720-b56d-9197d48b6aef",name:"Magic Missile",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"",range:"Ranged 20",attack:{bonus:7,defence:2},description:"",details:"2d4+4 force damage.",damage:"2d4+4 force damage",category:1},{id:"7ab92474-87f3-417d-ab69-111afe5d6977",name:"Dancing Lightning",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"The genasi thundermage makes a separate attack against 3 different targets ranged 10",attack:{bonus:7,defence:2},description:"",details:"1d6+4 lightning damage.",damage:"1d6+4 lightning damage",category:1},{id:"5d879875-99f7-4c58-a441-e01f52cdcf24",name:"Thunder Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 1 within 10",attack:{bonus:7,defence:1},description:"",details:"1d8+4 thunder damage and the target is dazed (save ends).",damage:"1d8+4 thunder damage and the target is dazed (save ends)",category:1},{id:"a78079c7-1a7d-49d3-8d6e-b84629573509",name:"Promise of Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the genasi thundermage’s next turn, he deals an extra 1d8 damage with any lightning or thunder power he uses.",damage:"he deals an extra 1d8 damage with any lightning or thunder power he uses",category:3}],damageModifiers:[{type:5,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1a6d60d3-b572-4a1c-af23-d736486f32c9",name:"Hooked Claw Harpy",details:"",size:2,origin:2,type:2,keywords:"",level:4,role:{type:3,flag:1,leader:!1},senses:"Perception +4",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:15},intelligence:{score:10},wisdom:{score:14},charisma:{score:19},hp:110,initiative:5,ac:20,fortitude:15,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"9f46c898-9ef4-4d81-815e-9b2f44ac0f47",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8+1 damage.",damage:"1d8+1 damage",category:1},{id:"0d1bf150-98f0-4513-8154-95a3976ac7b4",name:"Alluring Song",action:{action:1,trigger:"",sustainAction:3,use:1,recharge:""},keywords:"Charm",condition:"",range:"Close burst 10",attack:{bonus:10,defence:3},description:"",details:"deafened creatures are immune; the target is pulled 3 squares and immobilized (save ends). When the harpy sustains the power, any target that has not yet saved against the effect is pulled 3 squares and immobilized (save ends).",damage:"the target is pulled 3 squares and immobilized (save ends)",category:1},{id:"1a8f2fc9-21f9-44b0-8e11-049119dc25f0",name:"Deadly Screech",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Thunder",condition:"",range:"Close burst 4",attack:{bonus:10,defence:1},description:"",details:"1d6+3 thunder damage, and the target is dazed (save ends).",damage:"1d6+3 thunder damage",category:1},{id:"6df16b0b-ce9b-4e38-a833-ebf2b5408a0f",name:"Desperate Screech",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"",attack:null,description:"",details:"The Hooked Claw harpy’s deadly screech recharges, and the harpy uses it immediately.",damage:"",category:5},{id:"0d1e22dd-78b5-4752-956e-82ed0d9446dd",name:"Hideous Visage",action:{action:5,trigger:"when hooked claw harpy is targeted by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"the attacker must target a different creature with the melee attack or forego its attack.",attack:{bonus:7,defence:3},description:"",details:"targets attacker only",damage:"",category:5}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5db6a249-c11a-4422-aa07-5eb2a1618557",name:"Duergar Fleshtearer",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:11,role:{type:4,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech, Dwarven",skills:"Bluff +10, Dungeoneering +14, Stealth +14",equipment:"leather armor",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:18},charisma:{score:10},hp:89,initiative:13,ac:26,fortitude:25,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"c207de6b-34e0-4aef-9273-620db7b1cd4a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8+3 damage, and ongoing 5 damage (save ends).",damage:"1d8+3 damage",category:1},{id:"ef642398-d7b7-4b5d-a34a-10eebb7288d7",name:"Quill Stab",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when the fleshtearer hits with its claw attack"},keywords:"Poison",condition:"requires combat advantage against the target",range:"",attack:{bonus:16,defence:0},description:"",details:"1d8 damage, and target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage",category:1},{id:"6ed120c7-55bf-470b-865b-aa983ce544ff",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:16,defence:0},description:"",details:"1d8 damage and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both).",damage:"1d8 damage and the target takes ongoing 5 poison damage and a -2 penalty to attack rolls (save ends both)",category:1},{id:"55ae2fc2-6aa6-4900-a158-4c65fbe99a25",name:"Shadow Scourge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While the duergar fleshtearer is invisible, its attacks deal twice the normal amount of ongoing damage.",damage:"its attacks deal twice the normal amount of ongoing damage",category:0},{id:"2d636e16-6124-4df9-b297-fde13e313832",name:"Underdark Sneak",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"while in dim light or darkness and adjacent to an object or a wall that occupies at least 1 square",range:"",attack:null,description:"",details:"The duergar fleshtearer becomes invisible until the end of its next turn or until it hits or misses with an attack.",damage:"",category:3}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8abfbf83-9bae-4e9b-a1de-a594f4367c80",name:"Duergar Thrall",details:"",size:2,origin:4,type:2,keywords:"devil, dwarf",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Evil",languages:"Deep Speech",skills:"",equipment:"chainmail; warhammer",category:"",strength:{score:21},constitution:{score:17},dexterity:{score:19},intelligence:{score:12},wisdom:{score:18},charisma:{score:10},hp:1,initiative:9,ac:26,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"59373c9c-8e14-4418-9040-b7333b59041c",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"048a15ab-9442-4871-a697-0f620711e928",name:"Infernal Quills",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 3",attack:{bonus:16,defence:0},description:"",details:"8 poison damage.",damage:"8 poison damage",category:1},{id:"ba6760ed-a519-48ff-a21d-76c8b627c5b8",name:"Mind Flayer Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The thrall is immune to the mind blast power of mind flayers, and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer.",damage:"and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer",category:0}],damageModifiers:[{type:3,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd4b87ac-445a-4c73-ba4d-891983c270be",name:"Dwarf Ruffian Thrall",details:"",size:2,origin:4,type:2,keywords:"dwarf",level:11,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Athletics +14",equipment:"chainmail; warhammer",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:21},intelligence:{score:11},wisdom:{score:11},charisma:{score:18},hp:112,initiative:12,ac:27,fortitude:23,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"4ead3c83-b29f-4a35-ad0a-c05cbcbae037",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage, and the target is marked until the end of the dwarf ruffian’s next turn.",damage:"2d6+5 damage",category:1},{id:"a9ed7123-00a0-4361-bf01-29a382b62f9e",name:"Mighty Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"3d8+5 damage, and the target is pushed 3 squares. The dwarf ruffian can use this power as part of a charge.",damage:"3d8+5 damage",category:1},{id:"f3f28c35-6ce0-4eba-a819-8673a87af8ad",name:"Mad Dash",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When the dwarf ruffian makes a charge attack, the enemy is knocked prone on a hit, in addition to any other effects of the attack.",damage:"",category:0},{id:"d02da1df-bc89-4efc-8af7-8c8c7d2cff58",name:"Mind Flayer Thrall",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The thrall is immune to the mind blast power of mind flayers, and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer.",damage:"and gains a +5 bonus to its Will defense while within 10 squares of its controlling mind flayer",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"799dd438-86ed-48ec-b07c-a4b5f2d2eadf",name:"Bonepile Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:7,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:79,initiative:8,ac:21,fortitude:21,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"8e063076-2172-48f5-883e-b3b2db5a1dc7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+5 damage.",damage:"1d8+5 damage",category:1},{id:"2e07a16c-e1ae-4952-9f31-72a59ed54289",name:"Bone Cyclone",action:null,keywords:"Necrotic",condition:"recharge 5 6",range:"Close burst 2",attack:{bonus:8,defence:2},description:"",details:"2d6+5 necrotic damage, and the target is pushed 1 square and knocked prone. Miss: half damage and the target is neither pushed nor knocked prone.",damage:"2d6+5 necrotic damage",category:0},{id:"607b2dad-88eb-43ba-951f-ded945091928",name:"Bone Furrow",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:1},description:"",details:"The bonepile skeleton can shift 6 squares and move through other creatures’ squares. If the bone cloud enters another creature’s square, it makes an attack against the creature; target is knocked prone.",damage:"The bonepile skeleton can shift 6 squares and move through other creatures’ squares",category:2},{id:"b0083d92-9b8f-47de-8f44-ab6180859e16",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, the bonepile skeleton gains a +2 bonus to the attack roll and deals and extra 1d6 damage.",damage:"the bonepile skeleton gains a +2 bonus to the attack roll and deals and extra 1d6 damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"59c8e7a5-f675-472d-9285-f39fcd62fabf",name:"Eladrin Spellscarred Knight",details:"",size:2,origin:2,type:2,keywords:"spellscarred; eladrin",level:5,role:{type:7,flag:0,leader:!0},senses:"Perception +3; low-light vision",movement:"5",alignment:"Any",languages:"Common, Elven",skills:"Arcana +6, Athletics +11, History +6, Nature +8",equipment:"chainmail; light shield; longsword",category:"",strength:{score:18},constitution:{score:13},dexterity:{score:22},intelligence:{score:14},wisdom:{score:13},charisma:{score:16},hp:61,initiative:10,ac:21,fortitude:16,reflex:17,will:15,regeneration:null,auras:[{id:"06dbaa1d-3057-481a-8feb-06e7f5f8c426",name:"Feywild Tactics",keywords:"",details:"aura 10; fey creatures in the aura score a critical hit on a roll of 19 or 20 (a roll of 19 is not an automatic hit, however)."}],powers:[{id:"10bb0b7e-3b11-4992-8ea0-62e3f1c04ee9",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"7b0c5c28-6ed0-4e7c-9035-688305dbf6d0",name:"Stab of the Entangling Wild",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Requires Longsword; 3d8+3 damage, and the target is restrained until the end of the eladrin spellscarred knight’s next turn. The eladrin spellscarred knight cannot attack with its longsword while the target is restrained.",damage:"3d8+3 damage",category:1},{id:"341e478f-7a62-402b-ace0-1066789f5f32",name:"Spellscarred Challenge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"",attack:null,description:"",details:"Range 10; the target is marked until the end of the encounter or until the eladrin spellscarred knight dies, taking 4 fire damage each round it does not attack the eladrin spellscarred knight.",damage:"taking 4 fire damage each round it does not attack the eladrin spellscarred knight",category:1},{id:"823d7bc1-d9a5-45cb-877c-f94aaf1cce06",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleport",condition:"",range:"",attack:null,description:"",details:"The eladrin spellscarred knight can teleport 5 squares.",damage:"The eladrin spellscarred knight can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ebaa9020-1596-47aa-b5c3-0b2ad792f454",name:"Plaguechanged Harpy",details:"",size:2,origin:2,type:2,keywords:"spellscarred",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"6, fly 8 (clumsy)",alignment:"Evil",languages:"Common",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:20},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:68,initiative:8,ac:23,fortitude:19,reflex:18,will:19,regeneration:null,auras:[{id:"4db4fcc0-453c-4199-b8d4-69bbe1533676",name:"Burning Song",keywords:"",details:"(Fire) aura 20; enemies within the aura at the start of their turns take 5 fire damage (deafened creatures are immune)."}],powers:[{id:"fbf6c3ea-2c97-43ef-bbfb-8dfa17595f3c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+2 damage.",damage:"1d8+2 damage",category:1},{id:"18f47267-ef00-41f1-810a-5c0fef90353f",name:"Belching Blue Fire",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire",condition:"",range:"Close blast 3",attack:{bonus:8,defence:1},description:"",details:"1d10+3 fire damage, and the target is blinded (save ends).",damage:"1d10+3 fire damage",category:1}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"01453b4f-bcd7-4dc6-8e24-d1543c9ff334",name:"Flameskull Death Master",details:"",size:0,origin:4,type:0,keywords:"undead",level:5,role:{type:3,flag:1,leader:!1},senses:"Perception +11",movement:"fly 10 (hover)",alignment:"Evil",languages:"Abyssal, Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:5},constitution:{score:16},dexterity:{score:16},intelligence:{score:22},wisdom:{score:14},charisma:{score:20},hp:128,initiative:7,ac:20,fortitude:17,reflex:20,will:20,regeneration:null,auras:[{id:"432d8a4d-efaf-4ada-977e-4b7057c4e145",name:"Shroud of the Grave",keywords:"",details:"aura 5; all undead within 5 squares of the death master lose any vulnerability to radiant damage."}],powers:[{id:"7dfe984f-2ed8-47c0-b6a5-2e346318879b",name:"Fiery Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Reach 0; 1 damage plus 1d8 fire damage.",damage:"1 damage plus 1d8 fire damage",category:1},{id:"082a66c9-7c40-4ec7-9ca7-8288f68d183e",name:"Flame Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d6+5 fire damage.",damage:"2d6+5 fire damage",category:1},{id:"f42b1299-1827-45a3-a1b0-acaaf65e9f9b",name:"Fireball",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Area burst 3 within 20",attack:{bonus:9,defence:2},description:"",details:"3d6+5 fire damage. Miss: Half damage. The flameskull can exclude two allies from the effect.",damage:"3d6+5 fire damage",category:1},{id:"ad7ec287-2fee-4ccb-a6f3-e1da09adc404",name:"Call of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"four undead minions of the death master’s level or lower appear in any unoccupied space within range. These undead minions take their turns immediately after the death master.",damage:"",category:1},{id:"88cd19f8-fe32-4df5-bbf2-e67341d248f7",name:"Illumination",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The flameskull sheds bright light out to 5 squares, but it can reduce its brightness to dim light out to 2 squares as a free action.",damage:"The flameskull sheds bright light out to 5 squares",category:0}],damageModifiers:[{type:3,value:-10},{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"205336ad-7a37-4422-83b4-630656857198",name:"Gnoll Packrunner",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"7",alignment:"Chaotic evil",languages:"Abyssal, Common",skills:"Intimidate +8, Stealth +10",equipment:"hide armor; light shield",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:14},charisma:{score:7},hp:1,initiative:5,ac:17,fortitude:16,reflex:13,will:13,regeneration:null,auras:[],powers:[{id:"71c3abf5-41fc-4f6c-9e33-e3e1264dfe27",name:"Torch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1 fire damage.",damage:"1 fire damage",category:1},{id:"79f0542a-30a9-490e-b4db-cbd23d9a7d28",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"72325f29-8c47-4770-936e-bcb5445a4272",name:"Quick Bite",action:{action:7,trigger:"when the gnoll packrunner hits a bloodied enemy with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The gnoll packrunner makes a bite attack against the same target; 2 damage.",damage:"2 damage",category:5},{id:"ec25044d-91c0-4026-ba16-db712a3a8637",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll packrunner deals an extra 4 damage on melee attacks against an enemy that has two or more of the packrunner’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a9fdd9c6-7366-4b20-b908-709ab3f13284",name:"Halfling Camper",details:"",size:1,origin:4,type:2,keywords:"",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6",alignment:"Good",languages:"Common, Dwarven",skills:"Acrobatics +9, Thievery +9",equipment:"",category:"",strength:{score:11},constitution:{score:10},dexterity:{score:15},intelligence:{score:10},wisdom:{score:9},charisma:{score:14},hp:1,initiative:3,ac:15,fortitude:12,reflex:14,will:14,regeneration:null,auras:[],powers:[{id:"9c5f32bf-e193-42eb-874b-1ae23a558be6",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"b2138b26-9524-4736-a8bf-9f8caebe5817",name:"Second Chance",action:{action:5,trigger:"when hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling camper forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"28424b41-ff71-4a6f-898d-0afb4a3c6418",name:"Human Militia",details:"",size:2,origin:4,type:2,keywords:"human",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +0",movement:"5",alignment:"Unaligned",languages:"Common",skills:"",equipment:"spear",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:10},intelligence:{score:9},wisdom:{score:10},charisma:{score:11},hp:1,initiative:0,ac:15,fortitude:13,reflex:11,will:11,regeneration:null,auras:[],powers:[{id:"61d11436-f985-4be7-baec-262061d51db6",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"a89dcd12-3612-498c-b1e7-5ae4b27dca87",name:"Mob Rule",action:null,keywords:"",condition:"encounter",range:"",attack:null,description:"",details:"The human militia gains a +2 power bonus to all defenses while at least two other human militia are within 5 squares of it.",damage:"The human militia gains a +2 power bonus to all defenses while at least two other human militia are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1de2c6e5-2a2c-4207-a52b-9b7e2e5a0c96",name:"Hyena Whelp",details:"",size:2,origin:4,type:1,keywords:"",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:15},intelligence:{score:2},wisdom:{score:12},charisma:{score:5},hp:1,initiative:5,ac:16,fortitude:14,reflex:13,will:12,regeneration:null,auras:[],powers:[{id:"caf382b9-4b9f-4773-9043-8e49af739568",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"ae2b3142-13a5-4f56-b282-352eb16e6874",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The hyena whelp deals an extra 4 damage on melee attacks against an enemy that has two or more of the whelp’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0},{id:"d67b5341-8f65-45bd-8931-5071601b1808",name:"Harrier",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a hyena whelp is adjacent to an enemy, all other creatures have combat advantage against that enemy when making melee attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5d396a83-ab71-448b-a0da-da708c5a7266",name:"Talbot Artfulhands",details:"",size:1,origin:4,type:2,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Unaligned",languages:"Common, Dwarven",skills:"Arcana +9",equipment:"cloak of survival; implement, orb",category:"",strength:{score:8},constitution:{score:11},dexterity:{score:12},intelligence:{score:18},wisdom:{score:14},charisma:{score:12},hp:43,initiative:2,ac:17,fortitude:14,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"2e3a99e5-cb17-457d-b387-2dc4c9a390de",name:"Ray of Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:6,defence:1},description:"",details:"1d6+5 cold damage, and the target is slowed until the end of Talbot’s next turn.",damage:"1d6+5 cold damage",category:1},{id:"3fe611e3-0ab3-49e0-b9d8-50a3164235b9",name:"Icy Rays",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Cold",condition:"",range:"Ranged 10",attack:{bonus:6,defence:2},description:"",details:"one or two creatures; (one attack per target)1d10+5 cold damage, and the target is immobilized until the end of Talbot’s next turn.",damage:"(one attack per target)1d10+5 cold damage",category:1},{id:"4a4b8644-cea2-4509-8cba-c65af5270af3",name:"Sleep",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Sleep",condition:"",range:"Area burst 2 within 20",attack:{bonus:6,defence:3},description:"",details:"the target is slowed (save ends). If the target fails its first saving throw against this power the target becomes unconscious (save ends).",damage:"",category:1},{id:"220acb35-49e5-4732-aabe-d9df209d99e0",name:"Nimble Reaction",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Halflings gain a +2 racial bonus to AC against opportunity attacks.",damage:"Halflings gain a +2 racial bonus to AC against opportunity attacks",category:0},{id:"f03478cd-483a-467e-a8fe-f51f6e1a9ae5",name:"Second Chance",action:{action:5,trigger:"when the halfling would be hit by an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The halfling thief forces the attacker to reroll the attack and take the new result.",damage:"",category:5}],damageModifiers:[{type:2,value:-5},{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d837e907-2d28-45c6-be23-ab75f428865e",name:"Llewan Aspenhold",details:"",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:3,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"fly 6 (hover); phasing",alignment:"Unaligned",languages:"Common, Draconic, Elven",skills:"Arcana +9, Religion +9, Stealth +7",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:10},intelligence:{score:15},wisdom:{score:15},charisma:{score:11},hp:71,initiative:6,ac:17,fortitude:17,reflex:17,will:20,regeneration:null,auras:[{id:"52f5674e-7897-4e06-8693-863e066fbd09",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; enemies in the aura take a -2 penalty to all defenses."}],powers:[{id:"c7083d40-8b67-4494-9da9-d40fd4fbd21b",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d6+2 necrotic damage.",damage:"1d6+2 necrotic damage",category:1},{id:"35bf9304-af0a-4717-ad73-929487ed088d",name:"Spectral Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 2",attack:{bonus:8,defence:3},description:"",details:"affects enemies only; 2d6+2 psychic damage, and the target is knocked prone.",damage:"2d6+2 psychic damage",category:1},{id:"4140a0f9-269f-4e33-b4fb-b7c2fd1b8fbd",name:"Sacred Flame",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Divine, Implement, Radiant",condition:"",range:"Ranged 5",attack:{bonus:9,defence:2},description:"",details:"1d6+2 radiant damage, and Llewan gains 4 temporary hit points or may make a saving throw.",damage:"1d6+2 radiant damage",category:1},{id:"85ccd764-c6b8-402d-abd5-3c2ada170559",name:"Command",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"target is dazed, and either knocked prone or slide 5.",damage:"and either knocked prone or slide 5",category:1},{id:"db2ca7a1-6b98-42ea-a3ee-b1cc149c4d3a",name:"Spiritual Weapon",action:{action:1,trigger:"",sustainAction:0,use:3,recharge:""},keywords:"Conjuration, Divine, Implement",condition:"",range:"Ranged 10",attack:{bonus:9,defence:0},description:"",details:"Conjures a weapon that appears in the target’s square and attacks; 1d10+2 damage. Llewan and her allies gain combat advantage against the target. She can move the weapon up to 10 squares as a move action. Lasts until the end of her next turn.",damage:"1d10+2 damage",category:1},{id:"e537b7e5-1219-4314-ad1e-33a377122276",name:"Healing Word",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"Llewan regains 19 + 1d6 hp.",damage:"Llewan regains 19 + 1d6 hp",category:3},{id:"582630f7-2cf7-40fc-9374-9194119d579a",name:"Channel Divinity",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine",condition:"",range:"",attack:null,description:"",details:"Llewan gains a +1 to her next attack roll or saving throw before the end of her next turn.",damage:"Llewan gains a +1 to her next attack roll or saving throw before the end of her next turn",category:4},{id:"862c6cfa-7257-445f-8207-40a9cf4975a5",name:"Cure Light Wounds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Divine, Healing",condition:"",range:"",attack:null,description:"",details:"Llewan regains 19 hp.",damage:"Llewan regains 19 hp",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"dff41641-2e49-4f71-8d44-48f8649b11e3",name:"Spitting Drake (Bombardier Beetle)",details:"This cunning reptile spits acid, hence the name. In the wild, spitting drakes attack without provocation, but they can be domesticated and trained. They instinctively focus their attacks on one target at a time, determined to take it down quickly.",size:2,origin:4,type:1,keywords:"reptile",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"7",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:18},intelligence:{score:3},wisdom:{score:14},charisma:{score:12},hp:38,initiative:5,ac:17,fortitude:14,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"3ae632d5-8aab-43b5-b25d-0586c71c3f76",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6+2 damage.",damage:"1d6+2 damage",category:1},{id:"b236b52e-62ed-4c21-80a5-8b4f8d27ee93",name:"Caustic Spit",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"1d10+4 acid damage.",damage:"1d10+4 acid damage",category:1}],damageModifiers:[{type:1,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d0e04f03-6165-45e3-8f2d-ab0e5113ebaf",name:"Ogre Savage Boss",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:2,flag:1,leader:!1},senses:"Perception +4",movement:"8",alignment:"Evil",languages:"Giant",skills:"",equipment:"greatclub; hide armor",category:"",strength:{score:21},constitution:{score:21},dexterity:{score:11},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:222,initiative:4,ac:21,fortitude:21,reflex:18,will:18,regeneration:null,auras:[],powers:[{id:"4400057f-6f2f-41e8-a6ad-7194d8a13aa7",name:"Greatclub",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 2d10+5 damage.",damage:"2d10+5 damage",category:1},{id:"e21c5454-6419-479c-b152-6b369bb11d87",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The ogre savage boss makes two greatclub attacks.; 2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"272a410c-2388-4aaf-a83f-7b394dd3b876",name:"Angry Smash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The ogre savage boss makes a greatclub attack, but gets two attack rolls and takes the better result.",damage:"",category:1},{id:"d3b0eecd-460c-4b0a-854d-fefe8f82f8ab",name:"Bloody Smash",action:{action:4,trigger:"when bloodied",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"When bloodied, the ogre savage boss’s angry smash attack automatically recharges, and the ogre savage boss makes an angry smash attack as an immediate reaction.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4f84c8bf-e523-46a9-b7e5-636a5baf2362",name:"Mummy Lord (Human Cleric 10)",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:10,role:{type:3,flag:1,leader:!1},senses:"Perception +9; darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"History +12, Insight +14, Intimidate +12, Religion +12",equipment:"chainmail; mace",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:18},charisma:{score:15},hp:157,initiative:6,ac:24,fortitude:22,reflex:20,will:24,regeneration:{value:10,details:"if the mummy lord takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"ebbf4971-ea16-4782-b3c1-26e346b5818c",name:"Despair",keywords:"",details:"(Fear) aura 5; An enemy takes a -2 penalty on attack rolls against the mummy guardian until it damages the mummy guardian."}],powers:[{id:"4824b236-eddc-400f-8110-d3e4f1a9e59d",name:"Shielding Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+8 damage, and the mummy lord and one adjacent ally gain a +1 power bonus to AC until the end of the mummy lord’s next turn.",damage:"1d8+8 damage",category:1},{id:"eb0c47e8-6314-4e4f-812c-93f2e139cbbf",name:"Awe Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:12,defence:3},description:"",details:"Requires mace; 1d8+8 damage, and the target is immobilized (save ends).",damage:"1d8+8 damage",category:1},{id:"f6b8a9ba-9f68-4d81-a92e-00c64a2578c7",name:"Plague of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"3d8+8 necrotic damage, and the target takes a -2 penalty to all defenses until the end of the mummy lord’s next turn.",damage:"3d8+8 necrotic damage",category:1},{id:"e209f964-343b-4dfe-90ac-eff5d252ae35",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:12,defence:3},description:"",details:"targets enemies; the target contracts level 10 mummy rot.",damage:"the target contracts level 10 mummy rot",category:0},{id:"4717892c-8424-45fb-8ac4-85d6fb23ff73",name:"Unholy Aid",action:{action:5,trigger:"when affected by a condition",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mummy lord removes the condition.",damage:"",category:5},{id:"98f8d15a-21af-47f2-8b71-086a68f09ef8",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The mummy lord spends a healing surge and regains 51 hit points. The mummy lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The mummy lord spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"809a6a7a-0300-4d86-9840-1499fffb4925",name:"Mummy Lord (Human Cleric 12)",details:"",size:2,origin:4,type:2,keywords:"undead; human",level:12,role:{type:3,flag:1,leader:!1},senses:"Perception +10; darkvision",movement:"5",alignment:"Unaligned",languages:"Common",skills:"History +13, Insight +15, Intimidate +13, Religion +13",equipment:"chainmail; mace",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:12},intelligence:{score:14},wisdom:{score:18},charisma:{score:15},hp:189,initiative:7,ac:26,fortitude:24,reflex:22,will:26,regeneration:{value:10,details:"if the mummy lord takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"a567eafc-5218-487b-90cc-f3802c4737f0",name:"Despair",keywords:"",details:"(Fear) aura 5; An enemy takes a -2 penalty on attack rolls against the mummy guardian until it damages the mummy guardian."}],powers:[{id:"49e00e24-407d-48ac-a8af-c96ed752347e",name:"Shielding Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+9 damage, and the mummy lord and one adjacent ally gain a +1 power bonus to AC until the end of the mummy lord’s next turn.",damage:"1d8+9 damage",category:1},{id:"a08241c3-f8f8-4dc3-a186-207c7cf822af",name:"Awe Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:14,defence:3},description:"",details:"Requires mace; 1d8+9 damage, and the target is immobilized (save ends).",damage:"1d8+9 damage",category:1},{id:"cde901fb-cef9-481b-b0f0-3bd251d22334",name:"Plague of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:14,defence:2},description:"",details:"3d8+9 necrotic damage, and the target takes a -2 penalty to all defenses until the end of the mummy lord’s next turn.",damage:"3d8+9 necrotic damage",category:1},{id:"23cf6634-946b-4e1d-87d3-7885a94c3333",name:"Mummy’s Curse",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"Close burst 10",attack:{bonus:14,defence:3},description:"",details:"targets enemies; the target contracts level 12 mummy rot.",damage:"the target contracts level 12 mummy rot",category:0},{id:"14a21af6-6f3b-4c81-957f-1c9397c52760",name:"Unholy Aid",action:{action:5,trigger:"when affected by a condition",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The mummy lord removes the condition.",damage:"",category:5},{id:"654ecbce-46f7-4ad9-aaff-6424878f053f",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The mummy lord spends a healing surge and regains 51 hit points. The mummy lord gains a +2 bonus to all defenses until the start of its next turn.",damage:"The mummy lord spends a healing surge and regains 51 hit points",category:1}],damageModifiers:[{type:6,value:-10},{type:3,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"8a087f10-663a-4c05-87ec-6c91780cad04",name:"Stone Bear Alchemist",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Arcana +13",equipment:"leather armor; short sword",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:16},intelligence:{score:16},wisdom:{score:14},charisma:{score:12},hp:72,initiative:7,ac:21,fortitude:18,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"8ae29e1a-f03c-4408-8d79-75188cf32d94",name:"Shortsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"ff495532-7882-4a2d-97c0-efb048af8e90",name:"Alchemist’s Acid",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Consumable",condition:"",range:"ranged 5/10",attack:{bonus:12,defence:2},description:"",details:"Requires alchemist’s acid flask; 1d10 acid damage and ongoing 5 acid damage (save ends).",damage:"1d10 acid damage and ongoing 5 acid damage (save ends)",category:1},{id:"b3d5399d-ef15-4f0d-9e74-ce2fa314e0fc",name:"Alchemist’s Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Consumable, Fire",condition:"",range:"area burst 1 within 10",attack:{bonus:12,defence:2},description:"",details:"Requires alchemist’s fire flask; 2d6 fire damage. Miss: half damage.",damage:"2d6 fire damage",category:1},{id:"f7136ea4-1454-4350-b4e8-9a4ae9adbc93",name:"Alchemist’s Frost",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Consumable",condition:"",range:"ranged 5/10",attack:{bonus:12,defence:2},description:"",details:"Requires alchemist’s frost flask; 1d10 cold damage and the target is slowed until the end of the alchemist’s next turn. Miss: half damage, and the target is not slowed.",damage:"1d10 cold damage and the target is slowed until the end of the alchemist’s next turn",category:1},{id:"a70ff237-44f1-4d71-8f03-459b147263c9",name:"Jolt Flask",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Consumable",condition:"",range:"area burst 1 within 10",attack:{bonus:13,defence:1},description:"",details:"Requires jolt flask; on a hit, the target is dazed until the end of the alchemist’s next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2248c604-f04b-4092-8d52-6a97a8557b3f",name:"Stone Bear Lackey",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:9,flag:3,leader:!1},senses:"Perception +5",movement:"6",alignment:"Unaligned",languages:"Common",skills:"",equipment:"club; leather armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:11},intelligence:{score:10},wisdom:{score:12},charisma:{score:13},hp:1,initiative:4,ac:20,fortitude:18,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"757b0ebe-a977-4876-8ce3-9f5daffc00bc",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"6 damage.",damage:"6 damage",category:1},{id:"b1e55e79-793f-4cbb-a5e7-0b6bed687d86",name:"Mob Rule",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Stone Bear lackey gains a +2 power bonus to all defenses while at least two other Stone Bear lackeys are within 5 squares of it.",damage:"The Stone Bear lackey gains a +2 power bonus to all defenses while at least two other Stone Bear lackeys are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e6f8088-0f09-46db-a2cc-9fb1b0483234",name:"Stone Bear Lieutenant",details:"",size:2,origin:4,type:2,keywords:"",level:10,role:{type:2,flag:0,leader:!0},senses:"Perception +6",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +12, Stealth +13, Streetwise +12",equipment:"heavy flail; scale armor",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:16},intelligence:{score:13},wisdom:{score:12},charisma:{score:15},hp:126,initiative:8,ac:24,fortitude:22,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"73db3ff0-8489-43a5-8ca9-69e748ac02d9",name:"Heavy Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d6+5 damage (2d6+7 while bloodied).",damage:"2d6+5 damage (2d6+7 while bloodied)",category:1},{id:"0e829327-ea53-496a-8685-9160b8eb932b",name:"Spinning Sweep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires heavy flail; 2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone.",damage:"2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone",category:1},{id:"1111fcf6-9e68-475e-9687-d4e36da47979",name:"Come and Get It",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"targets enemies. Effect: the Stone Bear lieutenant pulls each target 2 squares to a space adjacent to it. The Stone Bear lieutenant cannot pull a target that cannot end adjacent to it. The Stone Bear lieutenant then makes a close burst 1 attack targeting each adjacent enemy. Attack:",attack:{bonus:13,defence:0},description:"",details:"Requires heavy flail; 2d6+5 damage (2d6+7 while bloodied).",damage:"2d6+5 damage (2d6+7 while bloodied)",category:1},{id:"3bb41b86-1960-4ae0-8e09-99a0a65896f1",name:"Sweeping Blow",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"close burst 1",attack:{bonus:17,defence:0},description:"",details:"Requires heavy flail; targets enemies; 2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone.",damage:"2d6+5 damage (2d6+7 while bloodied) and the target is knocked prone",category:1},{id:"67d10e2a-b091-4be3-bae5-9bf3f4e2c755",name:"Prone Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Stone Bear lieutenant deals an extra 2d6 damage against any prone target.",damage:"the stone bear lieutenant deals an extra 2d6 damage against any prone target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb538f8b-6e24-4cea-936a-3c224ef2bc89",name:"Stone Bear Taskmaster",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +7",movement:"6",alignment:"Unaligned",languages:"Common",skills:"Intimidate +9, Stealth +14",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:20},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:85,initiative:11,ac:22,fortitude:20,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"46a9495b-e06d-4c48-92bc-7891644652d2",name:"Barbed Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8+4 damage and ongoing 5 damage (save ends).",damage:"1d8+4 damage and ongoing 5 damage (save ends)",category:1},{id:"42fb51ee-35de-4224-827b-36da20aba2e4",name:"Whip Flay",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Requires barbed whip; reach 2; 3d8+7 damage and ongoing 10 damage (save ends).",damage:"3d8+7 damage and ongoing 10 damage (save ends)",category:1},{id:"fad75fd7-0cc0-4ebe-b1ae-5e2563801c4e",name:"Drag Around",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"Requires barbed whip; reach 2; 2d8+5 damage and the Stone Bear taskmaster may slide the target 3 squares.",damage:"2d8+5 damage and the stone bear taskmaster may slide the target 3 squares",category:1},{id:"16c52e33-fb57-418d-874e-412c973314d5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The Stone Bear taskmaster deals an extra 2d6 damage against any target it has combat advantage against.",damage:"the stone bear taskmaster deals an extra 2d6 damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2b53068c-5290-4f99-ab85-31989a93cb7d",name:"Stone Bear Thug",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +4",movement:"5",alignment:"Unaligned",languages:"Common",skills:"Intimidate +10, Stealth +11, Streetwise +10",equipment:"chainmail; crossbow; crossbow bolts (20); halberd",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:12},hp:87,initiative:8,ac:24,fortitude:21,reflex:20,will:19,regeneration:null,auras:[],powers:[{id:"0f9438b7-8566-4b68-99a1-23b24c3983fe",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 1d10+7 damage, and the target is marked until the end of the stone bear thug’s next turn.",damage:"1d10+7 damage",category:1},{id:"a43a7230-aef9-46ac-8fe2-88e1f4cbc3e8",name:"Pushback Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Requires halberd; reach 2; 1d10+10 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+10 damage",category:1},{id:"875954f5-5142-4877-99cc-630d387d6bff",name:"Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:11,defence:0},description:"",details:"1d8+4 damage.",damage:"1d8+4 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7eff4b81-9b80-47ef-85ca-0ba79534678d",name:"Eladrin Blade of Summer",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:9,role:{type:9,flag:3,leader:!1},senses:"Perception +7; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"",equipment:"chainmail; longsword",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:16},intelligence:{score:10},wisdom:{score:12},charisma:{score:15},hp:1,initiative:7,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[],powers:[{id:"4b59d05d-46e4-44d9-97c6-78529c2d2a0d",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"5 damage; see also fiery wounding.",damage:"5 damage",category:1},{id:"35f4e3a6-92e8-4ff9-8cf7-2babb47f4746",name:"Fiery Wounding",action:null,keywords:"Fire",condition:"",range:"A blade of summer’s melee basic attack deals 1 extra point of fire damage for each blade of summer adjacent to the target.",attack:null,description:"",details:"",damage:"",category:0},{id:"ccf36a9c-e488-4ce3-9a21-db1ecda0882d",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blade of summer can teleport 5 squares.",damage:"The blade of summer can teleport 5 squares",category:2}],damageModifiers:[{type:3,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b8e31209-27a0-4f56-a6e4-6289daafac4b",name:"Eladrin Guard",details:"",size:2,origin:2,type:2,keywords:"eladrin",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Elven",skills:"Arcana +5, History +5",equipment:"longsword; scale armor",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:17},intelligence:{score:12},wisdom:{score:14},charisma:{score:10},hp:62,initiative:7,ac:21,fortitude:17,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"73966815-fa89-4dc8-8c27-582fc113f941",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d8+3 damage.",damage:"1d8+3 damage",category:1},{id:"5a65ff27-f66d-4a3d-8d68-eed50bde5921",name:"Protective Swing",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d8+6 damage, and the target is marked until the end of the eladrin guard’s next turn.",damage:"2d8+6 damage",category:1},{id:"5be099ff-369f-4134-a499-029c2311ceb5",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The eladrin guard can teleport 5 squares.",damage:"The eladrin guard can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f182fd53-c308-4cd2-8cc5-8fa7911824ff",name:"Kir-Lanan Darklasher",details:"",size:2,origin:5,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5, fly 8",alignment:"Evil",languages:"Common, Kirlanan",skills:"Stealth +10",equipment:"",category:"",strength:{score:9},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:12},hp:52,initiative:5,ac:19,fortitude:17,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"3a407b85-2722-417f-ad6e-9177a1f4ad4c",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d4+5 damage plus 1d4 necrotic damage.",damage:"1d4+5 damage plus 1d4 necrotic damage",category:1},{id:"18b36505-b5c7-4958-bea3-88691bb0a0c1",name:"Tendril Rake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"Reach 5; 1d6+4 damage plus 1d4 necrotic damage, and the target is weakened and immobilized (save ends both).",damage:"1d6+4 damage plus 1d4 necrotic damage",category:1},{id:"d77ba4be-38d9-42d1-b4dd-493677a402be",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"immobilized target only",range:"",attack:{bonus:8,defence:1},description:"",details:"target is pulled 5 squares.",damage:"target is pulled 5 squares",category:3},{id:"c03b2642-64d0-454a-af08-433c164d4a2b",name:"Enfeebling Ray",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d6+3 necrotic damage, and the target takes a -2 penalty on attack rolls (save ends).",damage:"1d6+3 necrotic damage",category:1},{id:"733527b1-9ca0-449f-81c9-dbff8baa54ad",name:"Necrotic Healing",action:{action:4,trigger:"when damaged by a necrotic attack",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The kir-lanan darklasher heals 13 hit points.",damage:"The kir-lanan darklasher heals 13 hit points",category:5}],damageModifiers:[{type:9,value:5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4a2f5048-409b-4528-8d67-12e32cc76cb6",name:"Nightcloak Felomin",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:0,flag:1,leader:!0},senses:"Perception +5; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +11, Bluff +12",equipment:"implement, staff; leather armor",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:16},intelligence:{score:14},wisdom:{score:14},charisma:{score:16},hp:100,initiative:5,ac:16,fortitude:18,reflex:16,will:20,regeneration:null,auras:[{id:"0d7d3d15-8a4c-4cae-9e41-1c1e46577a76",name:"Deathless Fanaticism",keywords:"",details:"aura 5; Lower-level allies in the aura remain alive when reduced to 0 hit points. An affected creature dies at the end of its next turn if it is still at 0 hit points or below."}],powers:[{id:"36265034-3ea6-4881-917c-7d72ae0bd7bd",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+3 damage.",damage:"1d6+3 damage",category:1},{id:"063ebce8-0566-43d7-8c59-aac212a57383",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:10,defence:2},description:"",details:"1d10+5 damage.",damage:"1d10+5 damage",category:1},{id:"a9eca639-0ab4-4360-8144-bd9c1f0d081c",name:"Arc of Darkness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Felomin makes a separate attack against 3 different targets: Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d6+4 necrotic damage.",damage:"2d6+4 necrotic damage",category:1},{id:"1f23d3ed-980d-4e21-8428-4e9b3efee33c",name:"Cloud of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 2",attack:null,description:"",details:"Felomin creates a cloud of darkness that remains in place until the end his next turn. The cloud blocks line of sight for all creatures except Felomin. Any creature entirely within the cloud (except Felomin) is blinded as long as it exists.",damage:"",category:3},{id:"ab8897f4-fad5-404b-bf9c-be44012b5a95",name:"Dark Escape",action:{action:4,trigger:"when felomin is hit by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin teleports 5 squares.",damage:"Felomin teleports 5 squares",category:5},{id:"b3dec6dc-81bd-45c2-bc54-c0bb9bcb1569",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"recharge when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin turns invisible until he attacks or until the end of his next turn.",damage:"",category:3},{id:"872c10be-e3f5-45a5-a3f7-6be9006f3ccb",name:"Mob Defense",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin gains a +1 bonus to all defenses for each ally adjacent to him.",damage:"Felomin gains a +1 bonus to all defenses for each ally adjacent to him",category:0},{id:"48fddfcd-bef2-4206-a2e0-bb694bcf26e8",name:"Clever Escape",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Felomin moves up to twice his speed. He can move only into squares that take it farther away from his enemies. This movement does not provoke opportunity attacks.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"db7fa747-7839-4a18-acc0-d307e0037fb4",name:"Fleshtearer Shark",details:"",size:3,origin:4,type:1,keywords:"aquatic",level:10,role:{type:2,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"1 (clumsy), swim 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:18},dexterity:{score:16},intelligence:{score:2},wisdom:{score:18},charisma:{score:15},hp:128,initiative:8,ac:22,fortitude:23,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"537e768b-08ad-4d51-ae87-fffc982fa4c9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"2d8+7 damage.",damage:"2d8+7 damage",category:1},{id:"6b49e625-ffc4-43dd-9f54-bca525b4db5f",name:"Lockjaw Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"usable only while the fleshtearer shark is not grabbing a creature",range:"The shark charges and makes the following attack in place of a melee basic attack",attack:{bonus:14,defence:0},description:"",details:"2d8+7 damage, and the target is grabbed. When the grab ends, the target takes ongoing 5 damage (save ends).",damage:"2d8+7 damage",category:1},{id:"0298c23b-cbeb-4449-a917-64e5e0a8fbae",name:"Shredding Teeth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a creature grabbed by the fleshtearer shark; no attack roll; 3d8+7 damage.",damage:"3d8+7 damage",category:1},{id:"4c9130f2-e199-45d1-b32a-0c0c4a3b8183",name:"Feeding Frenzy",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the fleshtearer shark starts its turn within 5 squares of a bloodied creature",range:"",attack:null,description:"",details:"The shark must make a bite attack against a creature adjacent to it. If the shark is grabbing a creature, the grab ends.",damage:"",category:1},{id:"610ef97b-058a-4630-bb6d-630d3ff721de",name:"Waterborn",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While in water, a Fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed.",damage:"a fleshtearer shark gains a +2 bonus to damage rolls against any creature without a swim speed",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d578fb64-9f11-484a-8679-ffbc12de913e",name:"Skeleton Hauler",details:"",size:2,origin:4,type:0,keywords:"undead",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:8,ac:25,fortitude:25,reflex:22,will:21,regeneration:null,auras:[],powers:[{id:"6595f0d4-c842-47e7-aa78-aeb8d2c67f04",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d893b52f-6bd8-4d82-99a5-f618c24c705b",name:"Pack Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:1,initiative:5,ac:14,fortitude:14,reflex:10,will:11,regeneration:null,auras:[],powers:[{id:"3a1816e5-aaa6-4800-87ed-5bac96fa3995",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"4 damage.",damage:"4 damage",category:1},{id:"7ff199a5-6a2b-4c84-ac4c-a407623bec65",name:"Pack Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A pack of zombies gains a +2 bonus to its attack roll if it is adjacent to at least one other pack zombie.",damage:"A pack of zombies gains a +2 bonus to its attack roll if it is adjacent to at least one other pack zombie",category:0},{id:"1095b6fd-1907-4281-b48b-35fb72d76285",name:"Lurching Sacrifice",action:{action:5,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"This power triggers automatically when a nonminion ally adjacent to a pack zombie is hit by a melee attack. The pack zombie is destroyed, and the damage dealt to the ally is reduced by 5.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"53b014c6-ef52-48bd-b3ed-95b5d588bc36",name:"Giant Crayfish",details:"",size:4,origin:0,type:1,keywords:"blind",level:4,role:{type:7,flag:2,leader:!1},senses:"Perception +3; blindsight",movement:"2, swim 4",alignment:"Unaligned",languages:"",skills:"Stealth +9",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:16},intelligence:{score:1},wisdom:{score:16},charisma:{score:5},hp:224,initiative:7,ac:22,fortitude:21,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"7b0ed766-8c62-4603-a455-1615b7363d1f",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"3d8 +4 damage.",damage:"3d8 +4 damage",category:1},{id:"bb82c30a-9cc4-42a7-bda4-f4f5f05950d4",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The crayfish makes two claw attacks. If both attacks hit a single target, the target is grabbed. As long as a target is grabbed, the crayfish can’t make claw attacks (but see pincer crush).; .",damage:"",category:1},{id:"c33d53ac-0526-48a8-a5fb-c4830c37cc59",name:"Pincer Crush",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:1},description:"",details:"targets a creature the giant crayfish has grabbed; 4d10 + 4 damage.",damage:"4d10 + 4 damage",category:1},{id:"3e55e02a-9d40-4f17-8701-1b52dcf89a6f",name:"Bloodied Rage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"While the crayfish is bloodied, it takes a –2 penalty to attacks and defenses but gains a +5 bonus on damage rolls.",damage:"it takes a –2 penalty to attacks and defenses but gains a +5 bonus on damage rolls",category:1},{id:"2d21ccca-3cca-4926-9da7-6eadf1b2acb3",name:"Natural Camouflage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the crayfish begins its turn underwater, it becomes invisible until it moves or attacks.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0ee740fc-178a-4f8d-9324-a20dd9d41338",name:"Giant Frog",details:"",size:2,origin:4,type:1,keywords:"",level:3,role:{type:3,flag:0,leader:!1},senses:"Perception +6",movement:"4, swim 6",alignment:"Unaligned",languages:"",skills:"Athletics +8, Stealth +9",equipment:"",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:17},intelligence:{score:2},wisdom:{score:11},charisma:{score:6},hp:44,initiative:5,ac:18,fortitude:15,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"a042fbca-2705-46f9-a8de-e7047d8c6a1a",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"3 damage, and a Medium or smaller target is swallowed. A swallowed target is stunned, takes ongoing 5 damage, and can’t be targeted by any effect (save ends all effects). A giant frog can have only one target swallowed at a time and cannot make bite attacks as long as the swallowed target is alive.",damage:"3 damage",category:1},{id:"992c1873-2382-47e4-b123-3c42041a93fd",name:"Grasping Tongue",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"The target is pulled 2 squares; 3; .",damage:"The target is pulled 2 squares",category:3},{id:"a4935731-63e9-46dd-9dd0-ef6cb5a27852",name:"Prodigious Leap",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The giant frog shifts 4 squares. It can shift through enemy squares as long as it ends its movement in an unoccupied space.",damage:"The giant frog shifts 4 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b90a28a-cece-4d41-bbbe-cba106fcb99a",name:"Gremag",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:4,flag:1,leader:!1},senses:"Perception +1",movement:"6",alignment:"Chaotic Evil",languages:"Common",skills:"Bluff +7, Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:17},constitution:{score:12},dexterity:{score:18},intelligence:{score:10},wisdom:{score:8},charisma:{score:11},hp:96,initiative:8,ac:22,fortitude:20,reflex:22,will:17,regeneration:null,auras:[],powers:[{id:"7bc6f73c-d0d0-4cc0-b1da-fa59f242e2cb",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"8add8fb3-8f0f-405c-ad89-2d83490152e6",name:"Thrown Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"eff38523-99d4-45ef-9104-1681d57d8c2a",name:"Sudden Riposte",action:{action:4,trigger:"when hit by a melee attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Gremag makes a dagger attack against the triggering attacker. This attack gains a +2 bonus to the attack roll and deals 5 extra damage; .",damage:"this attack gains a +2 bonus to the attack roll and deals 5 extra damage",category:5},{id:"c136fc14-56c9-4689-9b12-3351998a23ca",name:"Poison Blade",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The next time Gremag hits with a dagger or thrown dagger attack during this encounter, the target also takes ongoing 10 poison damage (save ends).",damage:"the target also takes ongoing 10 poison damage (save ends)",category:1},{id:"cd103a6f-eb98-44db-9a9e-3cd57df9d7ee",name:"Cowardly Stance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If two or more enemies are adjacent to Gremag, he takes a –4 penalty to all defenses.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1e0ff640-4bd2-4a2d-86b6-a1c9d27e856b",name:"Human Bandit Archer",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common",skills:"",equipment:"crossbow; leather armor; spear",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:16},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:1,initiative:4,ac:16,fortitude:13,reflex:14,will:11,regeneration:null,auras:[],powers:[{id:"eb276812-ffb0-44a2-8233-010496966794",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"3 damage.",damage:"3 damage",category:1},{id:"1df8dcc0-8f5e-41a5-a61e-40e1b6142ee0",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"2 damage.",damage:"2 damage",category:1},{id:"0abf4851-811d-411f-aed6-05cd1142e3b6",name:"Mob Rule",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A human bandit archer gains a +2 power bonus to all defenses while at least two other human bandit archers are within 5 squares of it.",damage:"A human bandit archer gains a +2 power bonus to all defenses while at least two other human bandit archers are within 5 squares of it",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a3af4df6-7881-4136-b332-1c6a500e3c2a",name:"Lareth the Beautiful",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:3,flag:1,leader:!0},senses:"Perception +4",movement:"5",alignment:"Chaotic Evil",languages:"Abyssal, Common",skills:"Bluff +11, Diplomacy +11, Religion +9",equipment:"light shield; plate armor",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:11},intelligence:{score:15},wisdom:{score:14},charisma:{score:18},hp:104,initiative:2,ac:20,fortitude:17,reflex:16,will:20,regeneration:null,auras:[{id:"86ad043d-617a-495e-a557-326196903e3a",name:"Ward of Vitality",keywords:"",details:"allies who begin their turn within the aura gain 3 temporary hit points as long as Lareth is not bloodied"}],powers:[{id:"22e29e9e-fd39-497b-a059-bb661917c648",name:"Scepter of Striking",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 6 damage, and the target is dazed until the end of Lareth’s next turn.",damage:"2d6 + 6 damage",category:1},{id:"7bcd7b53-7a72-42ee-b9a0-5994fcec2b95",name:"Commanding Voice",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:8,defence:3},description:"",details:"targets enemies in burst; 1d6 + 4 psychic damage, and Lareth slides the target 2 squares.",damage:"1d6 + 4 psychic damage",category:1},{id:"12f06bd0-5632-4139-b176-98e5ec618b86",name:"Curse of Blindness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:8,defence:1},description:"",details:"targets enemies in burst; 1d6 + 4 necrotic damage, and the target is blinded (save ends).",damage:"1d6 + 4 necrotic damage",category:1},{id:"a2c8b9f4-cf18-4ca4-be9f-6f3efa5efe94",name:"Terrible Visage",action:null,keywords:"",condition:"",range:"After Lareth first becomes bloodied, until the end of the encounter, he gains a +2 bonus on melee attacks and melee damage rolls against the character who bloodied him.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8d117f3e-5373-4d9d-962b-9cf8dccaf200",name:"Lubash the Ogre",details:"",size:3,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +9",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"club; hide armor; javelin",category:"",strength:{score:18},constitution:{score:19},dexterity:{score:14},intelligence:{score:4},wisdom:{score:11},charisma:{score:6},hp:91,initiative:8,ac:22,fortitude:22,reflex:20,will:18,regeneration:null,auras:[],powers:[{id:"7c2f241b-aa72-495d-b87d-2d2ae6208e50",name:"Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"Reach 2; 1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"fa0796d9-73c7-468d-a088-fa12bfcec2c4",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:13,defence:0},description:"",details:"1d8 + 4 damage; see also skirmish.",damage:"1d8 + 4 damage",category:1},{id:"d942a131-cc4f-4673-965f-62c3ca0f99dc",name:"Hurling Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Lubash makes a javelin attack followed by a charge attack; damage; see also skirmish.",damage:"damage",category:1},{id:"2a4777d8-a27f-4422-857e-bd37471047ec",name:"Skirmish",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"If, on his turn, Lubash ends his move at least 4 squares away from his starting point, he deals 1d8 extra damage on his melee attacks until the start of his next turn.",damage:"",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"82dffd4e-c637-4627-8fbe-435d4c98516b",name:"Rannos Davl",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +8",movement:"6",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:126,initiative:6,ac:22,fortitude:17,reflex:20,will:17,regeneration:null,auras:[],powers:[{id:"d2a14aa0-330f-48e1-87b1-e41f80d27142",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"3984cd00-43fe-401a-af5b-cad7cf7a8aa9",name:"Blade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Rannos Davl makes two short sword attacks and shifts 1 square before either or both attacks.; .",damage:"Rannos Davl makes two short sword attacks and shifts 1 square before either or both attacks",category:1},{id:"d8befaf4-7d79-430b-aa0f-80df65818f50",name:"Surprise Lunge",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Rannos Davl shifts 4 squares. When he ends this move, he gains combat advantage against each enemy adjacent to him until the end of his turn.",damage:"Rannos Davl shifts 4 squares",category:2},{id:"6a0e29f7-7978-40d6-b4d5-bcf1cef60eea",name:"Marked Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Rannos Davl gains combat advantage against any target marked by one of Davl’s allies",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fb166988-a659-43df-b6f9-420269a5b1da",name:"Lich (Thayan)",details:"",size:2,origin:4,type:2,keywords:"undead",level:14,role:{type:3,flag:1,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common",skills:"Arcana +18, History +18, Insight +13",equipment:"",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:12},intelligence:{score:22},wisdom:{score:13},charisma:{score:18},hp:218,initiative:8,ac:28,fortitude:24,reflex:28,will:26,regeneration:{value:10,details:"if the lich takes radiant damage, regeneration doesn’t function on its next turn"},auras:[{id:"553024fa-e900-48b3-b93c-94ed24651fc4",name:"Necrotic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"dbed5fa5-e9d7-4f4f-9d69-6bd77b93b2bc",name:"Shadow Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:18,defence:2},description:"",details:"2d8+6 necrotic damage.",damage:"2d8+6 necrotic damage",category:1},{id:"746fd26a-4fda-4484-be0c-31ebeaf6f56c",name:"Frostburn",action:{action:1,trigger:"",sustainAction:3,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Necrotic, Zone",condition:"",range:"Area burst 2 within 20",attack:{bonus:18,defence:1},description:"",details:"3d8+6 cold and necrotic damage. The burst creates a zone that lasts until the end of the lich’s next turn. The zone is considered difficult terrain. Any creature that starts its turn within the zone takes 10 cold and necrotic damage. The lich can sustain or dismiss the zone as a minor action.",damage:"3d8+6 cold and necrotic damage",category:1},{id:"913c99e2-465c-4355-a01b-eb64afc970f7",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a lich is reduced to 0 hit points, its body and possessions crumble into dust, but it is not destroyed. It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery, unless the phylactery is also found and destroyed.",damage:"It reappears (along with its possessions) in 1d10 days within 1 square of its phylactery",category:0},{id:"4fe43390-f2c3-4351-a3cd-c5fd9f77258c",name:"Lich Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The lich teleports up to 8 squares and recharges one encounter or recharge power (including lich step).",damage:"The lich teleports up to 8 squares and recharges one encounter or recharge power (including lich step)",category:2}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"040b5b1b-65ba-4155-8b12-fc7268187892",name:"Dark Angel of Valor",details:"",size:2,origin:3,type:2,keywords:"angel",level:8,role:{type:7,flag:0,leader:!1},senses:"Perception +6",movement:"6, Fly 9 (hover)",alignment:"Evil",languages:"Supernal",skills:"Intimidate +12",equipment:"chainmail; dagger; longsword",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:88,initiative:10,ac:24,fortitude:22,reflex:20,will:19,regeneration:null,auras:[{id:"2d8116ce-9c14-48ce-9af4-9130d3742447",name:"Angelic Presence",keywords:"",details:"Attacks against the angel of battle take a -2 penalty unless the angel is bloodied."}],powers:[{id:"77617156-bb51-44fe-a91d-196505d76ac2",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"ffe945e5-e1d2-46d6-92ff-4614bc8fe61b",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d4+6 damage.",damage:"1d4+6 damage",category:1},{id:"745b2716-6a42-4f62-a6fa-25bcd8a73dea",name:"Blade Flurry",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"The angel of valor makes a longsword attack and a dagger attack.",damage:"",category:1},{id:"06929368-113c-448b-813c-c9919e8c420c",name:"Lightning Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"Close burst 1",attack:{bonus:11,defence:1},description:"",details:"targets enemies; 1d8+4 lightning damage, and the target is dazed until the end of the angel of valor’s next turn.",damage:"1d8+4 lightning damage",category:1},{id:"e29ac500-f7cd-455f-be27-4e117363d239",name:"Dark Blades",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"usable only while bloodied",range:"",attack:null,description:"",details:"Until the start of the angel of valor’s next turn, the angel of valor’s weapons deal cold damage and attack the target’s Reflex defense instead of AC.",damage:"the angel of valor’s weapons deal cold damage and attack the target’s reflex defense instead of ac",category:3}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"536061e7-971d-4ef4-bdae-48bd04822cfd",name:"Kerstol Cobb",details:"",size:2,origin:4,type:2,keywords:"",level:8,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"6",alignment:"Chaotic evil",languages:"Common",skills:"Stealth +13, Streetwise +11",equipment:"chainmail; longsword; short sword",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:10},wisdom:{score:14},charisma:{score:14},hp:87,initiative:7,ac:22,fortitude:19,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"eb35af46-2d95-4d14-8e58-61ae2f2c1900",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"82cb847c-06a8-42bb-800e-2af6baec25ab",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d6+8 damage.",damage:"1d6+8 damage",category:1},{id:"e06b9876-fee0-42a3-9794-3347c57ec56e",name:"Two-Weapon Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:null,description:"",details:"Kerstol makes a longsword attack and a short sword attack against the same target. If both attacks hit, Kerstol deals an additional 8 damage.",damage:"kerstol deals an additional 8 damage",category:1},{id:"cbdf1937-19e0-4d0c-895d-0d6bd7000e79",name:"Clever Ploy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:2},description:"",details:"Kerstol makes two attack rolls and uses the higher result. 1d8 + 8 damage, and the target grants combat advantage to an ally of Kerstol’s choice until the start of Kerstol’s next turn. Kerstol can then shift 3 squares.",damage:"1d8 + 8 damage",category:1},{id:"7c7c0c1b-d224-4059-8457-9701b082aa75",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Kerstol deals an extra 2d6 damage on his attacks when he has combat advantage against the target.",damage:"kerstol deals an extra 2d6 damage on his attacks when he has combat advantage against the target",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3eea2572-c7e2-4796-bbd7-51ac5782d923",name:"Knight of Shade",details:"",size:2,origin:5,type:2,keywords:"",level:10,role:{type:6,flag:1,leader:!0},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Netherese",skills:"Diplomacy +15, Insight +12, Intimidate +15, Stealth +12",equipment:"bastard sword; heavy shield; plate armor",category:"",strength:{score:23},constitution:{score:18},dexterity:{score:18},intelligence:{score:12},wisdom:{score:14},charisma:{score:21},hp:212,initiative:11,ac:26,fortitude:24,reflex:22,will:23,regeneration:{value:10,details:"if the knight of shade takes radiant damage, his regeneration doesn’t function on his next turn."},auras:[{id:"d3903a9c-332a-42d7-88cb-696468a203a0",name:"Benighted Presence",keywords:"",details:"aura 10; light-producing effects within the aura whose level is lower than Naramus’s can create only dim light."}],powers:[{id:"72e29842-a546-4dc0-b7aa-3b60ddfeabd1",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"1d10+7 damage (crit 1d10+17).",damage:"1d10+7 damage (crit 1d10+17)",category:1},{id:"dd15c09b-4064-41b1-a9fb-c1f8cec5b5e3",name:"Gloom Chakram",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 5",attack:{bonus:14,defence:0},description:"",details:"2d6+4 force damage.",damage:"2d6+4 force damage",category:1},{id:"35c944e1-505f-4823-a3b9-fd27fd56aa9a",name:"Arcing Swings",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The knight of shade makes two basic melee attacks and shifts 1 square after the first attack.",attack:null,description:"",details:"",damage:"",category:1},{id:"f84c0682-1bc7-4d82-9933-ec70473c4a94",name:"Disrupting Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Force, Weapon",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"3d10+7 damage plus ongoing 5 force damage (save ends).",damage:"3d10+7 damage plus ongoing 5 force damage (save ends)",category:1},{id:"51531a6d-170f-4de3-b875-11cdb14db4f5",name:"Triumphant Cry",action:{action:7,trigger:"when the knight of shade scores a critical hit or reduces an enemy to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The knight of shade or an ally within 20 squares can make a melee or ranged attack.",attack:null,description:"",details:"",damage:"",category:5},{id:"a447711d-5433-4146-88b2-e65fef510657",name:"Shadow Stride",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The knight of shade can teleport 20 squares, but must end his move in dim light or darkness.",damage:"The knight of shade can teleport 20 squares",category:2},{id:"b1c87fca-ce6a-40b5-9b35-904506f81c9f",name:"Coalescing Darkness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If the knight of shade moves 3 or more squares by any means, he is cloaked with supernatural darkness, gaining total concealment.",damage:"If the knight of shade moves 3 or more squares by any means",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b39396f-889f-4ed4-9e57-f4debb7cd4e3",name:"Twilight Incanter of Shar",details:"",size:2,origin:2,type:2,keywords:"",level:8,role:{type:3,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +16, History +16, Nature +10",equipment:"implement, orb; spear",category:"",strength:{score:12},constitution:{score:10},dexterity:{score:16},intelligence:{score:20},wisdom:{score:12},charisma:{score:16},hp:82,initiative:7,ac:22,fortitude:19,reflex:21,will:21,regeneration:null,auras:[],powers:[{id:"bf08f6a1-f96d-4bfd-b55d-16dcd95a9375",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8+1 damage, and the target is slowed until the end of the twilight incanter’s next turn.",damage:"1d8+1 damage",category:1},{id:"4fb444a9-164c-4002-a083-50eae73749fc",name:"Binding Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+3 damage, and the target is immobilized until the end of the twilight incanter’s next turn.",damage:"1d8+3 damage",category:1},{id:"13f4f838-7b62-46e7-9622-b9d4f17790f7",name:"Teleporting Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Ranged 10",attack:{bonus:12,defence:2},description:"",details:"1d8+2 damage, and the target is immobilized until the end of the twilight incanter’s next turn.",damage:"1d8+2 damage",category:1},{id:"723ba2d5-1c34-47f7-92d8-8b31d54cef95",name:"Shadow Blast",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Psychic",condition:"",range:"Close blast 3",attack:{bonus:9,defence:3},description:"",details:"2d6+3 psychic damage, and the target is blinded until the end of the twilight incanter’s next turn.",damage:"2d6+3 psychic damage",category:1},{id:"aae645c0-b129-4cff-bc62-081a64bbcee3",name:"Fey Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The twilight incanter can teleport 5 squares.",damage:"The twilight incanter can teleport 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"550f3c97-882f-47da-ab83-6b1f56f05d6e",name:"War Troll Vampire Lord",details:"",size:3,origin:4,type:2,keywords:"undead",level:11,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"7, climb 4 (spider climb)",alignment:"Evil",languages:"Common",skills:"Athletics +16, Endurance +14",equipment:"arrows (30); greatsword; longbow; plate armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:194,initiative:11,ac:29,fortitude:28,reflex:24,will:24,regeneration:{value:10,details:"regeneration does not function while the vampire lord is exposed to direct sunlight"},auras:[],powers:[{id:"6274ed94-8b9a-4daa-a700-58024ebebc8c",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 1d12+7 damage, and the target is marked until the end of the vampire lord’s next turn.",damage:"1d12+7 damage",category:1},{id:"5c62ad61-9197-4a00-a99b-5ba806e4d5b7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"Reach 2; 2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"b4826ba3-6fff-4473-a2b8-2f6392ed8da9",name:"Longbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 20/40",attack:{bonus:17,defence:0},description:"",details:"1d12+2 damage.",damage:"1d12+2 damage",category:1},{id:"7134a76e-bd4f-4127-ab41-0ef21dc15c70",name:"Sweeping Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"close blast 2",attack:{bonus:17,defence:0},description:"",details:"Requires greatsword; 1d12+7 damage and the target is knocked prone.",damage:"1d12+7 damage and the target is knocked prone",category:1},{id:"45b487c2-2741-463d-9f58-7c2880013ca2",name:"Blood Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when an adjacent creature becomes bloodied"},keywords:"Healing",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Requires combat advantage; 2d12+8 damage, and the target is weakened (save ends), and the vampire lord regains 48 hit points.",damage:"2d12+8 damage",category:1},{id:"999c89f4-8aa9-4356-af4e-6456d60eee47",name:"Dominating Gaze",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"Ranged 5",attack:{bonus:13,defence:3},description:"",details:"the target is dominated (save ends, with a -2 penalty on the saving throw). Aftereffect: The target is dazed (save ends). The vampire lord can dominate only one creature at a time.",damage:"with a -2 penalty on the saving throw)",category:3},{id:"5f991923-e4ce-4b9f-b828-f7136d1c61a5",name:"Blood Pursuit",action:{action:4,trigger:"when a bloodied enemy within 2 squares of the vampire lord moves or shifts",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord shifts 1 square closer to the enemy.",damage:"The vampire lord shifts 1 square closer to the enemy",category:5},{id:"fecd16e0-fdec-4bb9-a2c1-ab5a8bcfe3e9",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The vampire lord can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"34d2e8a3-c9e4-4294-ad02-53e7783e234f",name:"Mist Form",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The vampire lord becomes insubstantial and gains a fly speed of 12, but cannot make attacks. The vampire lord can remain in mist form for up to 1 hour or end the effect as a minor action.",damage:"The vampire lord becomes insubstantial and gains a fly speed of 12",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"37c775a0-5c91-40eb-b9ec-165096c87c06",name:"Akitani",details:"",size:1,origin:4,type:2,keywords:"goblin",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Nature +7, Stealth +10",equipment:"hide armor; waraxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:14},intelligence:{score:8},wisdom:{score:13},charisma:{score:16},hp:54,initiative:3,ac:16,fortitude:16,reflex:14,will:15,regeneration:null,auras:[],powers:[{id:"4536fe33-fd7c-4c62-a622-3a38095d41b2",name:"Waraxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d12 + 3 damage, or 2d12 + 3 damage while bloodied.",damage:"1d12 + 3 damage",category:1},{id:"38ba78b5-eb9b-4075-a37e-9224b1b576d4",name:"Rabid Wolf Charge",action:{action:1,trigger:"requires a waraxe",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"1d12 + 3 plus 1d8 damage. When charging, Akitani can use this power in place of a melee basic attack. While bloodied, Akitani’s movement during a charge doesn’t provoke opportunity attacks.",attack:{bonus:7,defence:0},description:"",details:"",damage:"",category:5},{id:"3aef4d0e-301a-408f-8470-03bb03d8ccae",name:"Rampage",action:{action:7,trigger:"when akitani scores a critical hit",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Akitani makes a melee basic attack",attack:{bonus:4,defence:0},description:"",details:".",damage:"",category:5},{id:"28799012-eed2-44a3-ab5b-334e9a69a436",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Akitani shifts 1 square.",damage:"Akitani shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d21b9152-6788-4c09-a1b0-ee7fb542e1db",name:"Ancient Tomb Mote",details:"",size:0,origin:4,type:0,keywords:"undead",level:3,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"8",alignment:"Unaligned",languages:"",skills:"Stealth +11",equipment:"",category:"",strength:{score:8},constitution:{score:17},dexterity:{score:20},intelligence:{score:3},wisdom:{score:16},charisma:{score:3},hp:1,initiative:6,ac:31,fortitude:27,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"24d93dd5-5b98-446a-a395-2bfb8c0285b9",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"3 necrotic damage, and ongoing 2 necrotic damage (save ends); 6 necrotic damage, and ongoing 5 necrotic damage (save ends) instead, if the target is adjacent to three or more tomb motes.",damage:"3 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"7f2f536f-37b1-411b-8962-247501a0a380",name:"Ashurta",details:"",size:2,origin:4,type:2,keywords:"undead, wight; hobgoblin",level:4,role:{type:7,flag:1,leader:!0},senses:"Perception +6; darkvision",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +10, Intimidate +11",equipment:"light shield; scale armor",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:15},wisdom:{score:9},charisma:{score:18},hp:108,initiative:7,ac:22,fortitude:18,reflex:17,will:19,regeneration:null,auras:[],powers:[{id:"5a4695d4-226d-4384-b745-890f7e9ae493",name:"Ashurta’s Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d10 + 5 damage (crit 2d6 + 15), and an ally within line of sight can shift 1 square as a free action.",damage:"1d10 + 5 damage (crit 2d6 + 15)",category:1},{id:"d13bd756-d7f1-4d97-a1b3-f69b88db1c6d",name:"Dispatch",action:{action:1,trigger:"requires ashurta’s blade",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"2d10 + 3 damage, and two allies can each shift 1 square as a free action.",damage:"2d10 + 3 damage",category:5},{id:"4ebbb443-dad2-4416-abe6-6a4e55b22c07",name:"Bloodcurdling Shriek",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close Burst 2",attack:{bonus:9,defence:1},description:"",details:"targets enemies; 2d6 + 4 necrotic damage, and the target is slowed and takes a –2 penalty to all defenses (save ends both). Ashurta slides each undead ally within the burst 2 squares.",damage:"2d6 + 4 necrotic damage",category:5},{id:"dce57928-3826-4346-aa88-c93cdd619cdb",name:"Blade Daze",action:{action:7,trigger:"when ashurta hits with ashurta’s blade; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is dazed until the end of Ashurta’s next turn.",damage:"",category:5},{id:"c4f0bcbf-3c23-4588-ba3a-6f35cf1d97f6",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When Ashurta hits with a melee attack against a creature that grants combat advantage to it, that creature also loses a healing surge.",attack:null,description:"",details:"",damage:"",category:0},{id:"d05230b2-067c-448d-9cb7-ad3b1ba7f81d",name:"Death Scream",action:null,keywords:"",condition:"when ashurta drops to 0 hit points",range:"",attack:null,description:"",details:"Ashurta unleashes a bloodcurdling shriek.",damage:"",category:0},{id:"677a4285-7afe-48c2-a861-025f2f138c4a",name:"Hobgoblin Resilience",action:{action:4,trigger:"when ashurta suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Ashurta makes a saving throw against the triggering eff ect",damage:"",category:5},{id:"b8cff4bf-8def-4ac1-8642-88b7e4c5900a",name:"Quick Command",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"An ally within 10 squares makes a melee basic attack",attack:null,description:"",details:"",damage:"",category:3}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"66c3e93c-753f-4ae3-ae7c-214f168b8a56",name:"Bladebearer Sharpshooter",details:"",size:1,origin:4,type:2,keywords:"goblin",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +10, Thievery +10",equipment:"leather armor; short sword; short sword",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:8},wisdom:{score:13},charisma:{score:8},hp:31,initiative:5,ac:16,fortitude:13,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"47bcd9b1-7ffc-4b98-9856-ba3c054a797f",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 2 damage.",damage:"1d6 + 2 damage",category:1},{id:"79f07c40-7b3a-4ad5-9a92-ee26e8256689",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"20b18958-34a1-4784-bd53-6532cb4e4cd4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Bladebearer sharpshooter deals 1d6 extra damage against any creature that grants combat advantage to it.",damage:"a bladebearer sharpshooter deals 1d6 extra damage against any creature that grants combat advantage to it",category:0},{id:"04eb2cf1-1ee4-4c69-813a-090f00d53a7e",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Bladebearer sharpshooter shifts 1 square.",damage:"The Bladebearer sharpshooter shifts 1 square",category:5},{id:"52e127cd-a277-46ff-bf47-0003e1dc80f0",name:"Sniper",action:null,keywords:"",condition:"",range:"When a Bladebearer sharpshooter makes a ranged attack from hiding and misses, it is still considered to be hiding.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4ad6e408-2226-4746-b444-151b3f4458e3",name:"Bloodblade Hobgoblin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"",skills:"",equipment:"falchion",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:15},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:78,initiative:4,ac:17,fortitude:17,reflex:16,will:15,regeneration:null,auras:[],powers:[{id:"93b652b2-d690-47ef-be2d-a32021b55ce1",name:"Falchion",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4 + 3 damage (crit 2d4 + 11), and ongoing 5 damage (save ends).",damage:"2d4 + 3 damage (crit 2d4 + 11)",category:1},{id:"433084fd-04f6-4bde-90bd-ab13e28791bb",name:"Bloodblade Sweep",action:{action:1,trigger:"requires a falchion",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"when first bloodied and again when the bloodblade hobgoblin skeleton drops to 0 hit points",range:"Close burst 1",attack:{bonus:8,defence:0},description:"",details:"2d4 + 3 damage (crit 2d4 + 11), and ongoing 5 damage (save ends).",damage:"2d4 + 3 damage (crit 2d4 + 11)",category:5},{id:"d7cd8add-c5f5-4e38-b0c0-50aa8f319a12",name:"Bloodblade",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"When a bloodblade hobgoblin skeleton scores a critical hit, it regains 5 hit points.",damage:"it regains 5 hit points",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ee070eb6-365a-4e30-b5a6-b0b742108ee6",name:"Blue Dragon Sky Bandit",details:"",size:3,origin:4,type:1,keywords:"dragon",level:4,role:{type:0,flag:2,leader:!1},senses:"Perception +8; darkvision",movement:"8, fly 10 (hover), overland flight 15",alignment:"",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:10},dexterity:{score:10},intelligence:{score:10},wisdom:{score:10},charisma:{score:10},hp:232,initiative:4,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"7ea3b25e-184b-4765-ba40-40d7af1ecc44",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 2; 1d6 + 4 plus 1d6 lightning damage.",damage:"1d6 + 4 plus 1d6 lightning damage",category:1},{id:"5b671ff2-360a-4275-a84d-c7ea7260a7c1",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Reach 2; 1d4 + 4 damage.",damage:"1d4 + 4 damage",category:1},{id:"baf1a877-bc02-4af5-9082-5e54ce7dd1fb",name:"Draconic Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"The dragon makes a gore attack and two claw attacks; .",damage:"",category:1},{id:"6352f72d-c953-4974-bdb8-6410644cc1d3",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"The dragon targets up to three creatures with its lightning breath; the first target must be within 10 squares of the dragon, the second target within 10 squares of the first, and the third target within 10 squares of the second; 1d12 + 4 lightning damage. Miss: Half damage. This attack does not provoke opportunity attacks.",damage:"1d12 + 4 lightning damage",category:1},{id:"9a775641-f443-47b6-963b-fef6011382dd",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Lightning",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Breath weapon recharges, and the dragon uses it; .",damage:"",category:5},{id:"9e1cb57e-d751-4036-9b63-4eb7905affd9",name:"Frightful Presence",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear",condition:"",range:"Close burst 5",attack:{bonus:9,defence:3},description:"",details:"the target is stunned until the end of the dragon’s next turn. Aftereffect: The target takes a –2 penalty to attack rolls (save ends).; targets enemies; .",damage:"",category:1},{id:"b0ad1264-d5ad-4198-b583-fe2a0321218b",name:"Lightning Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:9,defence:2},description:"",details:"1d6 + 3 lightning damage. Miss: Half damage.",damage:"1d6 + 3 lightning damage",category:1}],damageModifiers:[{type:5,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0663c867-7fbe-465a-a881-c1636adb36f3",name:"Bonepile Hobgoblin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:1,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:29,fortitude:24,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"7c561ad0-decd-4e2f-85c9-4bf46e97f74e",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"918bbf7d-a24d-4fea-95ec-706c2e0b69f8",name:"Captain Warrik",details:"",size:2,origin:4,type:2,keywords:"human",level:4,role:{type:7,flag:1,leader:!0},senses:"Perception +7",movement:"5",alignment:"Evil",languages:"Common",skills:"History +9, Intimidate +10",equipment:"halberd; plate armor",category:"",strength:{score:17},constitution:{score:13},dexterity:{score:10},intelligence:{score:14},wisdom:{score:11},charisma:{score:16},hp:106,initiative:4,ac:22,fortitude:18,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"36e38bfd-96f4-4c81-9b0d-48976501f532",name:"Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10 + 5 damage, and the target is marked until the end of Captain Warrik’s next turn.",damage:"1d10 + 5 damage",category:1},{id:"5c79190b-1adb-4ef0-ad97-d2ec42ca0bab",name:"Staggering Slash",action:{action:1,trigger:"requires a halberd",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"targets a creature marked by Captain Warrik; Reach 2; 2d10 + 5 damage, and the target slides 2 squares. On a critical hit, the target is also knocked prone.",damage:"2d10 + 5 damage",category:5},{id:"ac10be3e-96d3-472c-b1f6-31fa8f9e322d",name:"Inspire Zeal",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"An ally within 5 squares gains 10 temporary hit points; .",damage:"An ally within 5 squares gains 10 temporary hit points",category:3},{id:"4807dc04-65b6-4f5c-8904-5539e784e61c",name:"True Fanatic",action:{action:1,trigger:"requires a halberd",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when captain warrik drops to 0 hit points",range:"Close blast 2",attack:{bonus:9,defence:0},description:"",details:"Targets enemies; 2d10 + 5 damage, and the target is pushed 1 square.",damage:"2d10 + 5 damage",category:5},{id:"ecb39981-e8b7-4ab7-bd00-2c69ffabdc9d",name:"Baiting Ploy",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Captain Warrik moves 1 square, and grants combat advantage until the start of his next turn. If an enemy attacks Captain Warrik due to this movement, Captain Warrik (with reach) or one of his allies adjacent to that enemy makes a melee basic attack with combat advantage against that enemy as a free action.",attack:null,description:"",details:"",damage:"",category:3},{id:"de11e1ba-485f-4a51-849e-fcc2b860ccdf",name:"Claw Maneuver",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each ally within 5 squares shifts 2 squares. During its next turn, an ally that shifts because of this power deals +2 damage with its next attack, or +4 if that attack is made with combat advantage",damage:"an ally that shifts because of this power deals +2 damage with its next attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b792ead9-6854-46e9-99b4-44b1518ea655",name:"Chainfighter Wight",details:"",size:2,origin:4,type:2,keywords:"undead; hobgoblin",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +12, Stealth +11",equipment:"leather armor; spiked chain",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:9},charisma:{score:15},hp:64,initiative:10,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"7f17408b-9cf1-41e8-8560-d59f4fd6eb73",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4 + 5 damage, and the chainfighter wight can shift 2 squares.",damage:"2d4 + 5 damage",category:1},{id:"3cab0db3-62a9-4545-8509-dc86dc7f6b9f",name:"Revolving Strike",action:{action:1,trigger:"requires a spiked chain",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"The chainfighter wight makes spiked chain attacks against two different targets; .",damage:"",category:5},{id:"ee75ea60-8944-42c9-b5c3-95781b693224",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"When a chainfi ghter wight hits with a melee attack against a creature that grants combat advantage to it, that creature also loses a healing surge",attack:null,description:"",details:"",damage:"",category:0},{id:"b7d26482-4c8f-4e18-99e4-ea6ffb849e78",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the chainfighter wight suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chainfighter wight makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[{type:9,value:5}],resist:"5 necrotic (if the wight takes necrotic damage, it gains an extra move action on its next turn)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"27349762-b4e2-4333-8fc0-9cc2dacd7738",name:"Chib Naersaar",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +12, Stealth +11",equipment:"leather armor; scimitar",category:"",strength:{score:20},constitution:{score:14},dexterity:{score:18},intelligence:{score:10},wisdom:{score:16},charisma:{score:12},hp:62,initiative:10,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"15529fea-2a39-4d80-ac42-3e47608f4af5",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8 + 6 damage (crit 1d8 + 14).",damage:"1d8 + 6 damage (crit 1d8 + 14)",category:1},{id:"19d5c9fe-22af-4ddc-a946-9e0f9688ac1e",name:"Bladebearer Engagement",action:{action:1,trigger:"requires a scimitar; recharges when naersaar hits with at least one bladebearer strike attack",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Naersaar charges, but doesn’t provoke opportunity attacks for leaving the initial square. Eff ect: Naersaar shifts 1 square.; .",damage:"Naersaar shifts 1 square",category:5},{id:"c4ebacc2-5b30-432e-bce3-10e2d157992e",name:"Bladebearer Strike",action:{action:1,trigger:"requires a scimitar",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Naersaar makes a melee basic attack with each of the two scimitars it wields.",attack:{bonus:8,defence:0},description:"",details:".",damage:"",category:5},{id:"4de06f8b-a177-4e62-a22d-5972158fcd40",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Naersaar deals 1d6 extra damage against any creature that grants combat advantage to him.",damage:"naersaar deals 1d6 extra damage against any creature that grants combat advantage to him",category:0},{id:"a0fb1e13-c01f-45e6-9f7a-7ee39d13b1bc",name:"Dhakaani Footwork",action:{action:7,trigger:"when naersaar hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Naersaar shifts 1 square.",damage:"Naersaar shifts 1 square",category:5},{id:"f0664b50-c0f1-47a5-bd69-c7a93aa0b836",name:"Hobgoblin Resilience",action:{action:4,trigger:"when naersaar suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Naersaar makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"62433330-3842-4b34-9a4c-2e37ab9db46c",name:"Claw Doppelganger Darkmage",details:"",size:2,origin:4,type:2,keywords:"shapechanger",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +6",movement:"6",alignment:"Evil",languages:"Common, Elven, Goblin",skills:"Arcana +10, Intimidate +11",equipment:"implement, rod; mace",category:"",strength:{score:10},constitution:{score:12},dexterity:{score:10},intelligence:{score:16},wisdom:{score:9},charisma:{score:18},hp:42,initiative:2,ac:16,fortitude:14,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"d4650194-a76b-47d3-8b94-054ca75db56a",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8 damage.",damage:"1d8 damage",category:1},{id:"9e5a038a-e5ef-4616-a064-10c0bb515250",name:"Dark Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"1d10 + 4 necrotic damage, or 2d6 + 4 necrotic damage against a target at full normal hit points.",damage:"1d10 + 4 necrotic damage",category:1},{id:"1279754b-97fd-4946-bcd2-7c38fb7b2f08",name:"Cursebite",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"Close burst 20",attack:{bonus:7,defence:1},description:"",details:"targets cursed enemies; 2d8 + 5 necrotic damage.",damage:"2d8 + 5 necrotic damage",category:1},{id:"79ca264f-c471-4ef4-bc28-e758ea638843",name:"Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Claw doppelganger darkmage curses the nearest noncursed enemy. The curse lasts until the end of the encounter. Once per round when the darkmage hits a cursed enemy, it can deal that enemy 1d6 extra damage.",damage:"it can deal that enemy 1d6 extra damage",category:1},{id:"29fb5ea8-f96d-4300-aa26-55cb23a7a08b",name:"Darkmage Fanatic",action:null,keywords:"",condition:"when the claw doppelganger darkmage drops to 0 hit points",range:"",attack:null,description:"",details:"The Claw doppelganger darkmage makes a basic attack",damage:"",category:0},{id:"3c217ebd-dd56-462d-99d4-d4622bd032ef",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"A doppelganger can alter its physical form to take on the appearance of any Medium humanoid, including a unique individual (see Monster Manual, page 280)",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"153813e4-2209-4d20-9211-c426b267695f",name:"Deathgaunt Drover",details:"",size:1,origin:0,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"Stealth +11",equipment:"",category:"",strength:{score:15},constitution:{score:12},dexterity:{score:18},intelligence:{score:8},wisdom:{score:6},charisma:{score:15},hp:52,initiative:8,ac:18,fortitude:15,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"d5b556ae-2fc4-4e91-bc9d-41fb2d8af81d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"d74a64fe-3ab4-4c6f-9687-391b696e10bf",name:"Dirty Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Targets a creature that grants combat advantage to the deathgaunt drover; 1d6 + 2 necrotic damage, and the target loses a healing surge.",damage:"1d6 + 2 necrotic damage",category:1},{id:"fa896dfd-a031-4f7d-b006-e41e0fcfa360",name:"Dark Rendering",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The deathgaunt drover shifts 4 squares. At any point during that movement, it can make two melee attacks",attack:null,description:"",details:"",damage:"",category:1},{id:"33180363-f52f-4f4d-8ec1-c82125c1aba2",name:"Horde Tactics",action:{action:7,trigger:"when the deathgaunt drover hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deathgaunt drover shifts 1 square",damage:"The deathgaunt drover shifts 1 square",category:5}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"51cd51a3-5fb1-4a4c-b505-7f50290c38d0",name:"Deathgaunt Hordeling",details:"",size:1,origin:0,type:2,keywords:"undead",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +0; darkvision",movement:"8, climb 4",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:10},dexterity:{score:17},intelligence:{score:4},wisdom:{score:6},charisma:{score:12},hp:1,initiative:5,ac:18,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"8a222c83-4375-48c8-aba5-8203ce2e1bef",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"7 damage.",damage:"7 damage",category:1},{id:"eb4245c5-1511-4cfc-823c-5549d0801c4b",name:"Horde Tactics",action:{action:1,trigger:"when the deathgaunt hordeling hits with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(free",range:"",attack:null,description:"",details:"The deathgaunt hordeling shifts 1 square",damage:"The deathgaunt hordeling shifts 1 square",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"14e39a9a-6fa9-41bd-b3ba-d79a826f5347",name:"Deathgaunt Lasher",details:"",size:2,origin:0,type:2,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"8",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:15},hp:63,initiative:8,ac:21,fortitude:16,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"1e7a96d0-5dbf-4a42-b71b-6c878d323b2c",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 3; 1d6 + 4 damage, and the target is marked until the end of the deathgaunt lasher’s next turn.",damage:"1d6 + 4 damage",category:1},{id:"68f1690a-5c55-447b-9495-6cb48a8f47ab",name:"Tentacle Lash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Reach 3; targets a creature marked by the deathgaunt lasher; 1d10 + 4 damage, and the target is dazed and marked until the end of the lasher’s next turn.",damage:"1d10 + 4 damage",category:1},{id:"613bdce0-4217-4511-8cd2-16ba42fd087b",name:"Deathgaunt Kiss",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"Targets a dazed, stunned, or unconscious creature; 2d8 + 4 necrotic damage, and ongoing 5 necrotic damage.",damage:"2d8 + 4 necrotic damage",category:1},{id:"ff3a41f6-0e6d-414f-9120-fa936137343e",name:"Marked Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A deathgaunt lasher can make opportunity attacks against all enemies within its reach (3 squares) that it has marked.",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"e11d88f4-68f0-495c-baa4-4968f822e30b",name:"Deathgaunt Madcaster",details:"",size:2,origin:0,type:2,keywords:"undead",level:6,role:{type:3,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"8",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:12},dexterity:{score:16},intelligence:{score:8},wisdom:{score:10},charisma:{score:19},hp:68,initiative:6,ac:20,fortitude:17,reflex:18,will:19,regeneration:null,auras:[{id:"1e718a5b-408c-4ee1-84d9-90b4bf0bd456",name:"Xoriat’s Shadow",keywords:"",details:"(Psychic) each enemy that starts its turn within the aura takes 5 psychic damage and a –2 penalty to all checks and rolls until the start of its next turn. If the deathgaunt madcaster takes radiant damage, its aura is negated until the end of its next turn."}],powers:[{id:"dec1a4e2-81ec-420a-a8e9-22802c884d66",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"Reach 2; 1d10 + 5 damage.",damage:"1d10 + 5 damage",category:1},{id:"57a39028-5d58-40b7-a47f-a0d281e404fa",name:"Push over the Edge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Psychic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"Reach 2; 1d10 + 5 necrotic and psychic damage, and the target moves its speed and makes a basic attack against a target of the deathgaunt madcaster’s choice as a free action.",damage:"1d10 + 5 necrotic and psychic damage",category:1},{id:"6451d45e-2b9d-4372-a0cf-cd3e0a8a9654",name:"Flying Fangs",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"5; 1d10 + 5 necrotic damage, and the target is dazed until the end of the deathgaunt madcaster’s next turn.",damage:"1d10 + 5 necrotic damage",category:1},{id:"6000c370-d04c-4698-989a-b03c6c614aff",name:"Reanimate",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Targets one destroyed undead creature within 10 squares and of a level no higher than the deathgaunt madcaster’s level. The target regains 15 hit points and stands as a free action.",damage:"Targets one destroyed undead creature within 10 squares and of a level no higher than the deathgaunt madcaster’s level",category:3}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"5 radiant (see also Xoriat’s shadow)",immune:"disease, poison",tactics:""},{id:"cc8f1657-b824-4bc1-8548-3fb3e7a86450",name:"Deathgaunt Spiner",details:"",size:1,origin:0,type:2,keywords:"undead",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Deep Speech, Goblin",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:18},intelligence:{score:8},wisdom:{score:10},charisma:{score:14},hp:45,initiative:6,ac:16,fortitude:15,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"56a01f16-ab13-4fee-b337-9511d5fc26dc",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"f30c3172-8aa2-4eda-b1d8-0283dccb6447",name:"Death Spine",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d8 + 4 necrotic damage.",damage:"2d8 + 4 necrotic damage",category:1},{id:"a7ed472e-b138-4a5b-8f12-19c67e18197b",name:"Death Spine Burst",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Necrotic",condition:"",range:"Area burst 1 within 10",attack:{bonus:9,defence:2},description:"",details:"1d8 + 4 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d8 + 4 necrotic damage",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4cc4866b-b363-4dd8-918d-f5179f9ccbfe",name:"Decrepit Goblin Skeleton",details:"",size:1,origin:4,type:0,keywords:"undead",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:1,initiative:3,ac:30,fortitude:25,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"7d95c4fc-b210-45bf-b039-40f285cd4609",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"1c51cb13-3bd0-481a-9251-902b7126d462",name:"Foul Strength",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A decrepit goblin skeleton gains a +2 power bonus to all defenses while at least two other decrepit goblin skeletons are within 5 squares of it.",damage:"A decrepit goblin skeleton gains a +2 power bonus to all defenses while at least two other decrepit goblin skeletons are within 5 squares of it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"ee4a4cd4-b91a-47ae-9499-1647aa8ec2ca",name:"Deep Goblin Curser",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +3; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Goblin",skills:"Stealth +11, Thievery +9",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:18},hp:54,initiative:4,ac:18,fortitude:15,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"e57684c8-5ced-400d-ae80-0d2df8fd11b7",name:"Stone Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 2 damage, and the target is slowed until the end of the deep goblin curser’s next turn.",damage:"1d8 + 2 damage",category:1},{id:"5ceac76d-b7ed-411d-8f17-36f1855c8077",name:"Caveroot Curse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:2},description:"",details:"2d6 + 1 damage, and the target is restrained (save ends).",damage:"2d6 + 1 damage",category:1},{id:"88f89357-2084-41e4-9fa6-0cd2b1834583",name:"Rage Rot Curse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"the target takes a –2 penalty to attack rolls until the end of the curser’s next turn and, if it attacks during its next turn, it takes 2d6 + 6 necrotic damage.; .",damage:"it takes 2d6 + 6 necrotic damage",category:1},{id:"f395dc76-f4ed-4689-9551-0624e44bde78",name:"Incite Bravery",action:{action:4,trigger:"when an ally uses goblin tactics",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:8,defence:0},description:"",details:"the triggering ally can shift 2 more squares as a free action and make an attack as a free action.; .",damage:"the triggering ally can shift 2 more squares as a free action and make an attack as a free action",category:5},{id:"4800c3e6-37e8-4672-8e9d-430c5fe096f1",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deep goblin curser shifts 1 square.",damage:"The deep goblin curser shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8451a55a-32b8-4872-b31c-0ed7b9b647a9",name:"Deep Goblin Stoneblade",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +10; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +9, Stealth +11",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:12},dexterity:{score:19},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:52,initiative:8,ac:18,fortitude:14,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"53d5c50c-bacf-475a-b763-9195fe654170",name:"Stone Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"ba6e767b-9eec-4a77-a460-3346d7cf2d99",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"A goblin stoneblade can move up to half its speed and make one melee basic attack at any point during that movement. The goblin doesn’t provoke opportunity attacks when moving away from the target of this attack.",attack:{bonus:7,defence:0},description:"",details:".",damage:"",category:1},{id:"a2f37c27-5de5-4e36-9455-7fce8a072947",name:"Stoneblade Storm",action:{action:1,trigger:"requires two stone blades",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:7,defence:0},description:"",details:".",damage:"",category:5},{id:"1edb018e-13de-4733-acbf-a5a1570ae0d5",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goblin stoneblade deals 1d6 extra damage against any creature that grants combat advantage to it",damage:"a goblin stoneblade deals 1d6 extra damage against any creature that grants combat advantage to it",category:0},{id:"782b5e3c-c518-40a5-8ad3-d059a1936abf",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin stoneblade shifts 1 square.",damage:"The goblin stoneblade shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5b2e37bc-797d-4157-848b-e53a147f4387",name:"Deep Goblin Wretch",details:"",size:1,origin:4,type:2,keywords:"",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"6, climb 6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Stealth +12, Thievery +11",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:18},intelligence:{score:8},wisdom:{score:12},charisma:{score:8},hp:1,initiative:6,ac:32,fortitude:27,reflex:29,will:26,regeneration:null,auras:[],powers:[{id:"225e2893-9665-46cf-93f4-c308f3ff4948",name:"Stone Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"5 damage (6 damage if the deep goblin wretch has combat advantage against the target).",damage:"5 damage (6 damage if the deep goblin wretch has combat advantage against the target)",category:1},{id:"092eb7a5-a30f-45f2-82ce-6a5c3fdbb5e1",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:13,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"6c5d10c7-f083-4ce7-a0fe-8fc55f4fe016",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The deep goblin wretch shifts 1 square.",damage:"The deep goblin wretch shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2a905f52-0150-4c93-ab8b-2a38dc460955",name:"Demise",details:"",size:2,origin:2,type:2,keywords:"elf",level:8,role:{type:3,flag:1,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Draconic, Elven, Giant",skills:"Arcana +13, Bluff +12, History +13, Religion +13, Stealth +12",equipment:"",category:"",strength:{score:8},constitution:{score:15},dexterity:{score:12},intelligence:{score:19},wisdom:{score:13},charisma:{score:17},hp:174,initiative:5,ac:22,fortitude:20,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"c08352d8-7e3b-4aa6-94fe-2993f4ca4774",name:"Staff of Ruin",action:{action:1,trigger:"requires a staff",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:12,defence:1},description:"",details:"2d6 + 6 cold damage (crit 2d10 + 18), and the target is slowed and takes a –2 penalty to Fortitude until the end of Demise’s next turn.",damage:"2d6 + 6 cold damage (crit 2d10 + 18)",category:5},{id:"768cad6c-ce9e-4917-858e-7900144bf8cc",name:"Vampiric Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:12,defence:1},description:"",details:"2d8 + 6 necrotic damage (crit 2d10 + 22), and Demise gains 4 temporary hit points. If this attack bloodies a target, that target is weakened until the end of Demise’s next turn.",damage:"2d8 + 6 necrotic damage (crit 2d10 + 22)",category:1},{id:"18c20e2a-295a-4ac4-9726-82eff58fc9c7",name:"Death Glare",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fear, Necrotic",condition:"",range:"Ranged 5",attack:{bonus:12,defence:1},description:"",details:"2d10 + 6 necrotic damage (crit 2d10 + 26), and ongoing 10 necrotic damage (save ends both). The target cannot save until it ends its turn farther from Demise than it was at the start of its turn.",damage:"2d10 + 6 necrotic damage (crit 2d10 + 26)",category:1},{id:"69b9ab2d-925d-469e-b949-395b1cee8c8f",name:"Zombie Cloud",action:{action:1,trigger:"daily",sustainAction:0,use:1,recharge:""},keywords:"Poison, Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:10,defence:1},description:"",details:"1d8 + 4 poison damage (crit 2d10 + 12). The burst creates a zone of lightly obscured squares. A creature that enters the zone or starts its turn there takes 1d8 + 4 poison damage. A living creature reduced to 0 hit points or fewer within the zone rises on its turn with 1 hit point and is dominated (no save), but can use only basic attacks. Any healing used on a dominated target works normally and ends the dominated effect. Demise can move the cloud 3 squares as a move action. Sustain Minor: The zone persists.",damage:"1d8 + 4 poison damage (crit 2d10 + 12)",category:5},{id:"6b051418-f713-4f5f-b41c-17a9d2c704b4",name:"Elven Accuracy",action:{action:7,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise can reroll an attack roll, taking the second result.",damage:"",category:4},{id:"3c5e6af5-cdb2-42ac-b1ab-e3800b40cb93",name:"False Life",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise gains 22 temporary hit points.",damage:"Demise gains 22 temporary hit points",category:3},{id:"fa41f913-3491-4ec6-be0f-a6c4e9b8be28",name:"Ghostwalk",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise can move up to her speed, and she has insubstantial and phasing until the start of her next turn.",damage:"",category:2},{id:"611a0787-79a7-46ef-8f6a-b664e64ce981",name:"Shadowdance Robes",action:null,keywords:"",condition:"",range:"Demise’s area attacks and ranged attacks don’t provoke opportunity attacks",attack:null,description:"",details:"",damage:"",category:0},{id:"9517ff25-5fae-4e13-b34d-fd8d9d347a4c",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Demise ignores difficult terrain when she shifts.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5a499695-9d08-4ab2-93cd-3fdc25195366",name:"Dolgaunt",details:"",size:2,origin:0,type:2,keywords:"blind",level:5,role:{type:3,flag:0,leader:!1},senses:"Perception +9; blindsight 20",movement:"7",alignment:"Evil",languages:"Deep Speech, Goblin",skills:"Acrobatics +11, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:13},dexterity:{score:18},intelligence:{score:11},wisdom:{score:15},charisma:{score:12},hp:61,initiative:8,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[],powers:[{id:"09dea187-a0d5-4871-95d6-fd90a90d163a",name:"Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"2d4 + 4 damage.",damage:"2d4 + 4 damage",category:1},{id:"754f8e0b-8ed9-4da2-9486-bd3bdc2cd5a7",name:"Tentacle",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"Reach 2; 1d4 + 4 damage, and the target is slid 2 squares and grabbed.",damage:"1d4 + 4 damage",category:1},{id:"129ea538-023f-4538-977e-95811395555f",name:"Grasping Tentacles",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A dolgaunt can grab with up to two tentacles at a time. While grabbing an enemy, the dolgaunt can’t move more than 2 squares from that creature, and the dolgaunt can’t use the grabbing tentacle to attack.",damage:"the dolgaunt can’t move more than 2 squares from that creature",category:0},{id:"8a4b0132-dca5-4e19-9325-ad2b50c7a803",name:"Vitality Drain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The dolgaunt deals 5 damage to each target it has grabbed. It regains half that amount of hit points.",damage:"the dolgaunt deals 5 damage to each target it has grabbed",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"69fd6936-5c68-4db0-ac0d-c2142cbc9259",name:"Dreadclaw Darkliege",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"8",alignment:"Evil",languages:"Common",skills:"Bluff +11, Stealth +10",equipment:"",category:"",strength:{score:15},constitution:{score:15},dexterity:{score:16},intelligence:{score:10},wisdom:{score:9},charisma:{score:18},hp:55,initiative:5,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[{id:"20c0f85b-1426-43c4-beaa-547d2dd974d7",name:"Dread Wrath",keywords:"",details:"(Necrotic) aura 5; each creature within the aura that attacks the dreadclaw darkliege takes 5 necrotic damage before making the attack roll."}],powers:[{id:"98c4db10-9890-4dbe-be3b-a8322c67b423",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 2 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"1d6 + 2 necrotic damage",category:1},{id:"973ee989-d1a2-4c85-9201-2869e7031202",name:"Dark Howl",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close blast 2",attack:{bonus:6,defence:2},description:"",details:"1d4 + 4 necrotic damage, and the target is dazed until the end of the dreadclaw darkliege’s next turn.",damage:"1d4 + 4 necrotic damage",category:1},{id:"0d4735a2-919d-4c9e-82c0-c62f869fac71",name:"Terrifying Splendor",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Close blast 5",attack:{bonus:6,defence:3},description:"",details:"3d6 + 4 necrotic damage, and the target is knocked prone.",damage:"3d6 + 4 necrotic damage",category:1},{id:"ad5b14b2-0544-4ca3-9f28-e80a944e38c4",name:"Living Seeming",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A dreadclaw darkliege appears as it did in life, usually as a Medium humanoid. A DC 15 Insight check pierces the illusion",damage:"A DC 15 Insight check pierces the illusion",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"88b545e7-af95-4e8d-b4b7-5aeb8b7707c0",name:"Dreadclaw Reaver",details:"",size:1,origin:4,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Evil",languages:"Common, Goblin",skills:"Bluff +9, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:9},wisdom:{score:6},charisma:{score:15},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"3301ec26-086f-4a04-9782-db68c7e90367",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 4 necrotic damage, and the dreadclaw reaver shifts 2 squares.",damage:"2d6 + 4 necrotic damage",category:1},{id:"f8c0f48d-86ab-40e2-a6e5-c99bf3671848",name:"Wrathful Retribution",action:null,keywords:"Necrotic",condition:"when the dreadclaw reaver is hit by a melee attack on its turn",range:"",attack:null,description:"",details:"The attacker takes 5 necrotic damage.",damage:"the attacker takes 5 necrotic damage",category:0},{id:"0532a9c8-ee55-440e-bdbc-29e72a55ab96",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it",damage:"a dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it",category:0},{id:"6c8fa63a-2d14-4ef7-aa7e-646a772dc90b",name:"Living Seeming",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver appears as it did in life. A DC 13 Insight check pierces the illusion.",damage:"A DC 13 Insight check pierces the illusion",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4e0ecb3f-82cb-4fa0-8d58-923d87573c14",name:"Emerald Claw Fireblade Assassin",details:"",size:2,origin:4,type:2,keywords:"tiefling",level:6,role:{type:6,flag:0,leader:!1},senses:"Perception +4; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Bluff +13, Stealth +14",equipment:"leather armor; short sword",category:"",strength:{score:13},constitution:{score:15},dexterity:{score:19},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:71,initiative:9,ac:20,fortitude:17,reflex:19,will:18,regeneration:null,auras:[],powers:[{id:"10ed9332-467e-4677-984b-05ecf9d2ee5f",name:"Short Sword",action:{action:1,trigger:"requires a short sword",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"(+12 against a bloodied target)1d6 + 5 damage plus 1d6 fire damage.",damage:"(+12 against a bloodied target)1d6 + 5 damage plus 1d6 fire damage",category:5},{id:"e19943c4-f780-4a3c-81f5-d30a7d396fa0",name:"Mobile Melee Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The Emerald Claw fi reblade assassin moves half its speed and makes one melee basic attack at any point during that movement. The assassin doesn’t provoke opportunity attacks when moving away from the target of its attack.",attack:{bonus:9,defence:0},description:"",details:".",damage:"",category:1},{id:"7eff6233-d458-40ce-aa02-d78d77d7fff0",name:"Fanatic",action:null,keywords:"",condition:"when the emerald claw fireblade assassin is reduced to 0 hit points",range:"The Emerald Claw fireblade assassin makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:0},{id:"512afdb3-1fe4-4903-9ae2-80a65aeacc79",name:"Infernal Wrath",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Emerald Claw fireblade assassin gains a +1 power bonus to its next attack roll against an enemy that hit it since its last turn. If the attack hits and deals damage, it deals 3 extra damage.",damage:"if the attack hits and deals damage",category:3},{id:"f00467cc-cc33-433c-a882-6625e1988ef5",name:"Path of Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the emerald claw fireblade assassin is hit by a melee attack during its turn",range:"",attack:null,description:"",details:"The target takes ongoing 3 fire damage (save ends).",damage:"the target takes ongoing 3 fire damage (save ends)",category:1}],damageModifiers:[{type:3,value:-8}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7944475a-1095-4d3b-87c9-61fe9914ffaa",name:"Emerald Claw Necromancer",details:"",size:2,origin:4,type:2,keywords:"human",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +3",movement:"6",alignment:"Evil",languages:"Common",skills:"Arcana +9, Religion +9",equipment:"quarterstaff",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:13},intelligence:{score:17},wisdom:{score:15},charisma:{score:12},hp:38,initiative:2,ac:16,fortitude:14,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"3bb1e260-d1ab-4aa2-97cf-a9ae5488666a",name:"Bone Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d6+2 damage plus 1d6 necrotic damage.",damage:"1d6+2 damage plus 1d6 necrotic damage",category:1},{id:"e94b1e8f-79e7-4deb-955d-41f820842462",name:"Ray of Enfeeblement",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:8,defence:1},description:"",details:"1d10+4 necrotic damage, and the target is weakened until the end of the Emerald Claw necromancer’s next turn.",damage:"1d10+4 necrotic damage",category:1},{id:"823079a9-3d64-464f-9a68-b0006e54a0b0",name:"Deathly Summons",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 10",attack:{bonus:6,defence:1},description:"",details:"1d12+3 necrotic damage, and the target is pulled 1 square toward the burst’s origin square.",damage:"1d12+3 necrotic damage",category:1},{id:"b7994e18-23ef-4c8d-8c84-6495e5d4911d",name:"Fanatic",action:{action:1,trigger:"requires a quarterstaff",sustainAction:0,use:1,recharge:""},keywords:"",condition:"when the emerald claw necromancer drops to 0 hit points",range:"The emerald claw necromancer makes a melee basic attack against an adjacent enemy.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1bac028-08d4-4313-8249-a27f6570e66d",name:"Emerald Claw Scout",details:"",size:2,origin:4,type:2,keywords:"human",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +2",movement:"6",alignment:"Evil",languages:"Common",skills:"Nature +6, Stealth +9",equipment:"leather armor; short sword; shortbow",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:17},intelligence:{score:10},wisdom:{score:13},charisma:{score:11},hp:37,initiative:6,ac:16,fortitude:14,reflex:15,will:13,regeneration:null,auras:[],powers:[{id:"50298da8-cb7d-4ce3-9183-1d997d9a956c",name:"Short Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 4 damage, and an ally within 5 squares shifts 1 square as a free action.",damage:"1d6 + 4 damage",category:1},{id:"02cce3de-3d89-4c48-ab0d-716003d020a9",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:7,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"302bb6f2-3860-4f6e-b9ff-5fe6447c53a3",name:"Alchemist’s Fire Arrows",action:{action:1,trigger:"requires a shortbow; usable three times only)",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 15",attack:{bonus:4,defence:2},description:"",details:"1d6 fire damage. Miss: Half damage.",damage:"1d6 fire damage",category:5},{id:"7ea7544f-c76f-498f-9f92-f2784a2202f4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An Emerald Claw scout deals 1d6 extra damage against any creature that grants combat advantage to it.",damage:"an emerald claw scout deals 1d6 extra damage against any creature that grants combat advantage to it",category:0},{id:"fe1d9dd8-6385-4203-be98-fce401dcdb99",name:"Fanatic",action:null,keywords:"",condition:"when the emerald claw scout drops to 0 hit points",range:"",attack:null,description:"",details:"The Emerald Claw scout makes a basic attack",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9010a15e-3188-4e0f-9757-f35ca8f748e4",name:"Emerald Claw Stalwarts",details:"",size:2,origin:4,type:2,keywords:"human",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +8",movement:"5",alignment:"Evil",languages:"Common",skills:"Intimidate +9, Religion +8",equipment:"broadsword; heavy shield; plate armor",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:14},intelligence:{score:12},wisdom:{score:13},charisma:{score:15},hp:62,initiative:6,ac:22,fortitude:19,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"62714d24-8ab2-42fa-a4b8-323f64f8d89a",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d10 + 5 damage, and the target is marked until the end of the Emerald Claw stalwart’s next turn.",damage:"1d10 + 5 damage",category:1},{id:"3a985358-9f96-41bb-bda2-1cdf691cb9eb",name:"Craven Smile",action:{action:1,trigger:"requires a broadsword",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"targets a creature marked by the Emerald Claw stalwart; 1d10 + 5 damage, and the target is slowed and takes 2 necrotic damage for each square it moves away from the Emerald Claw stalwart each turn (save ends both).",damage:"1d10 + 5 damage",category:5},{id:"74a51063-0daf-4494-bc32-5d247c7ba130",name:"Imposing Smite",action:{action:1,trigger:"requires a broadsword",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d10 + 5 damage, and the target is pushed 2 squares and knocked prone. The target can instead ignore these effects, but if it does, it grants grant combat advantage to all enemies until the end of the Emerald Claw stalwart’s next turn.",damage:"2d10 + 5 damage",category:5},{id:"e98614d6-ddd8-4171-8dd6-52db9025d581",name:"Fanatic",action:{action:1,trigger:"requires a broadsword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"when the emerald claw stalwart drops to 0 hit points",range:"The Emerald Claw stalwart makes a melee basic attack.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dcacebc5-5e24-4810-bc91-2c6dd1b27a0a",name:"Filching Wraith",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:4,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 8 (hover); phasing",alignment:"Evil",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"",category:"",strength:{score:3},constitution:{score:13},dexterity:{score:18},intelligence:{score:6},wisdom:{score:10},charisma:{score:15},hp:30,initiative:10,ac:17,fortitude:14,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"23c74eae-4845-46ce-9986-4793126c1c7c",name:"Filching Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d10 + 5 necrotic damage. If the wraith was invisible or hidden, the target takes ongoing 5 necrotic damage (save ends) or the filching wraith can make a Thievery check to pickpocket the target (see PH 189). The wraith ignores the penalty for attempting to pickpocket in combat. If the target was unaware of the wraith’s location when the attack occurred, the wraith receives a +2 bonus to the Thievery check.",damage:"1d10 + 5 necrotic damage",category:1},{id:"40aa3648-3866-4fe0-9f7e-075ef17be5a4",name:"Filcher’s Jaunt",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The filching wraith becomes invisible until the end of its next turn or until it attacks, and it shifts 1 square.",damage:"and it shifts 1 square",category:2},{id:"db782fd3-21bc-47dc-ba87-72c8011d12ce",name:"Hide Away",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The filching wraith can teleport an object it’s holding 5 squares to a place it knows or can see.",damage:"The filching wraith can teleport an object it’s holding 5 squares to a place it knows or can see",category:3}],damageModifiers:[{type:6,value:-5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a5a05ce5-c47e-4bd2-8149-1609d3c6d396",name:"Fire Sink",details:"A wisp of animate flame.",size:1,origin:1,type:0,keywords:"blind, fire",level:2,role:{type:9,flag:3,leader:!1},senses:"Perception +2; blindsight 10",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:10},dexterity:{score:16},intelligence:{score:2},wisdom:{score:12},charisma:{score:3},hp:1,initiative:4,ac:30,fortitude:25,reflex:28,will:26,regeneration:null,auras:[{id:"2db22a50-891d-4079-b649-05448c57900f",name:"Fiery Breach",keywords:"",details:"aura1; each enemy that starts its turn within the aura loses all fire resistance until the end of the fire sink’s next turn. An enemy that ends its turn within the aura takes 3 fire damage."}],powers:[],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"38f164a2-5294-43ce-b8b7-7db575e99398",name:"Force Specter",details:"",size:2,origin:5,type:2,keywords:"undead",level:3,role:{type:4,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"fly 6 (hover); phasing",alignment:"Chaotic Evil",languages:"Common",skills:"Stealth +9",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:16},intelligence:{score:6},wisdom:{score:8},charisma:{score:14},hp:26,initiative:8,ac:15,fortitude:15,reflex:16,will:15,regeneration:null,auras:[{id:"784eaaf7-6416-4ceb-adb8-e126146439dc",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; an enemy within the aura takes a –2 penalty to all defenses"}],powers:[{id:"9519b0f0-a6ea-4395-a2c8-e21ec62d2504",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:6,defence:2},description:"",details:"1d6 + 4 necrotic damage.",damage:"1d6 + 4 necrotic damage",category:1},{id:"1df868c3-a871-4ea8-82b8-7ac38c593f86",name:"Spectral Force",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"Close Burst 2",attack:{bonus:6,defence:3},description:"",details:"targets enemies; 2d6 + 4 force damage, and the target slides 1 square.",damage:"2d6 + 4 force damage",category:1},{id:"98852491-b622-4f98-b3e3-666b54ef4708",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The force specter becomes invisible until it attacks or until it is hit by an attack.",damage:"",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a8a91cfc-938c-4758-a0e9-c76bca1fe429",name:"Fresh-Hatched Kruthik Swarm",details:"",size:2,origin:4,type:1,keywords:"reptile, swarm",level:3,role:{type:2,flag:0,leader:!1},senses:"Perception +1; low-light vision",movement:"8, climb 8",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:17},intelligence:{score:3},wisdom:{score:10},charisma:{score:6},hp:55,initiative:4,ac:15,fortitude:15,reflex:15,will:12,regeneration:null,auras:[{id:"df3a00ae-969b-47c5-ac6a-76a7ce070991",name:"Swarm Attack",keywords:"",details:"aura 1; when any enemy starts its turn within the aura, it takes 6 damage."}],powers:[{id:"bc3c9edf-64a4-4285-be67-e3609355f76f",name:"Gnashing Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"6516dcaf-5d24-42a8-b6f9-8524a4ff0d8c",name:"Gnoll Mockery Priest",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +6; low-light vision",movement:"6",alignment:"Evil",languages:"Common",skills:"Intimidate +7, Religion +6",equipment:"chainmail; light shield",category:"",strength:{score:16},constitution:{score:14},dexterity:{score:12},intelligence:{score:9},wisdom:{score:18},charisma:{score:11},hp:54,initiative:3,ac:18,fortitude:17,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"5bd4d3bc-5f29-4791-a160-0e68987f8340",name:"Pain Khopesh",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8 + 5 damage, or 1d8 + 7 damage while bloodied, and the target takes a –2 penalty to its next attack roll. Reroll any damage result of 1.",damage:"1d8 + 5 damage",category:1},{id:"feace522-6c73-4b29-b27c-d96662bbc2af",name:"Peel Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 5",attack:{bonus:8,defence:1},description:"",details:"1d6 + 1 damage, and ongoing 5 damage (save ends).",damage:"1d6 + 1 damage",category:1},{id:"8a8dc5ab-24ad-4ac7-8f85-f67686b298e4",name:"Shuddering Agony",action:{action:1,trigger:"recharges when no enemy is taking ongoing damage",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Ranged 10",attack:{bonus:8,defence:3},description:"",details:"targets a creature taking ongoing damage; 2d6 + 4 damage, and the target is knocked prone and takes a –2 penalty to attack rolls, all defenses, and checks until the end of the gnoll Mockery priest’s next turn.",damage:"targets a creature taking ongoing damage",category:5},{id:"fcd3ae01-5c5a-4063-adb3-f0a9b709d9c9",name:"Symbol of Battle",action:{action:7,trigger:"when the gnoll mockery priest hits with an implement attack; daily",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attack deals 1d10 extra damage.",damage:"the triggering attack deals 1d10 extra damage",category:5},{id:"58cd0f3a-8ea5-489c-87b5-b03013aebb8e",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The gnoll Mockery priest deals 5 extra damage on melee and ranged attacks against an enemy that has two or more of the priest’s allies adjacent to it",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9326eb72-cca9-4b48-9c88-98bc166da6a6",name:"Goblin Dreadclaw Reaver",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +5; darkvision",movement:"8",alignment:"Evil",languages:"Common, Goblin",skills:"Bluff +9, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:9},wisdom:{score:6},charisma:{score:15},hp:56,initiative:8,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"6cf1865f-9d0e-407d-819b-10d5266a798a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 4 necrotic damage, and the dreadclaw reaver shifts 2 squares.",damage:"2d6 + 4 necrotic damage",category:1},{id:"4dd581da-a50b-4c77-9ae4-f9facfa3ce75",name:"Wrathful Retribution",action:null,keywords:"Necrotic",condition:"when the dreadclaw reaver is hit by a melee attack on its turn",range:"",attack:null,description:"",details:"The attacker takes 5 necrotic damage",damage:"the attacker takes 5 necrotic damage",category:0},{id:"f0c3298d-5c82-4e1e-a03c-c67421db1bf9",name:"Combat Advantage",action:null,keywords:"Necrotic",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it.",damage:"a dreadclaw reaver deals ongoing 5 necrotic damage (save ends) on successful attacks against creatures that grant combat advantage to it",category:0},{id:"635a628a-10a3-496d-8542-a27a4c9e0239",name:"Living Seeming",action:null,keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"A dreadclaw reaver appears as it did in life. A DC 15 Insight check pierces the illusion.",damage:"A DC 15 Insight check pierces the illusion",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d5c9cd91-454b-4c7d-a24f-7e0e588df3e4",name:"Goblin Fire Phantom",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6, fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:15},intelligence:{score:10},wisdom:{score:11},charisma:{score:17},hp:36,initiative:6,ac:16,fortitude:14,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"4df35809-ef93-49ae-aae3-7182f0e121bf",name:"Phantom Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d8 + 3 fire and necrotic damage.",damage:"1d8 + 3 fire and necrotic damage",category:1},{id:"6aad4eb5-a3cb-49fd-83f6-492fc79b8d3d",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin fire phantom shifts 1 square.",damage:"The goblin fire phantom shifts 1 square",category:5},{id:"152655e2-a93f-4c7e-b0dc-2dde17d91774",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target has an ally of the goblin fire phantom adjacent to it, the goblin fire phantom has combat advantage against that target.",damage:"",category:0},{id:"fc1472e2-7b74-4556-8fd9-988725568104",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goblin fire phantom deals 1d8 extra fire and necrotic damage against any creature that grants combat advantage to it.",damage:"a goblin fire phantom deals 1d8 extra fire and necrotic damage against any creature that grants combat advantage to it",category:0}],damageModifiers:[],resist:"fire 5, insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"72214ab8-52fc-4a23-a476-ee63ce7d9e29",name:"Goblin Flame Vent Haunt",details:"",size:1,origin:5,type:2,keywords:"undead",level:6,role:{type:4,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:11},wisdom:{score:11},charisma:{score:16},hp:56,initiative:11,ac:18,fortitude:16,reflex:18,will:17,regeneration:null,auras:[],powers:[{id:"275822f1-8d89-412e-bec5-0ed3ef1c7105",name:"Fiery Death Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Necrotic",condition:"",range:"",attack:{bonus:10,defence:1},description:"",details:"2d6 fire and necrotic damage.",damage:"2d6 fire and necrotic damage",category:1},{id:"acf313f6-ed54-48fb-b1bc-0158ff003a6f",name:"Fiery Possession",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm, Fire, Necrotic",condition:"",range:"",attack:{bonus:10,defence:3},description:"",details:"Targets a living humanoid; the goblin flame vent haunt enters the target’s space and is removed from the map, and the target is dominated (save ends). The haunt can use this power against only one creature at a time. When its target is no longer dominated, or when the haunt chooses to end its fiery possession (a free action), it reappears in a square of its choice adjacent to the target. While dominated, the target takes 5 fire and necrotic damage at the start of each of its turns.; .",damage:"the target takes 5 fire and necrotic damage at the start of each of its turns",category:1},{id:"189f3017-bf96-44aa-8d7e-153a4797aa2a",name:"Trapbound",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin flame vent haunt cannot voluntarily move more than 5 squares from the flame vent trap. If it is forced beyond this range, it is weakened and unable to use its fiery possession power until it moves back within range.",damage:"The goblin flame vent haunt cannot voluntarily move more than 5 squares from the flame vent trap",category:0}],damageModifiers:[],resist:"fire 5, insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"4052310d-9cc0-4276-be7f-62562adfbe9d",name:"Goblin Ghost Boss",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +9, Thievery +9",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:14},intelligence:{score:11},wisdom:{score:13},charisma:{score:18},hp:38,initiative:4,ac:16,fortitude:16,reflex:15,will:18,regeneration:null,auras:[],powers:[{id:"b47c483d-420d-4e27-bf5d-233731c113af",name:"Ghost Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 necrotic damage.",damage:"1d8 + 4 necrotic damage",category:1},{id:"b5207178-7069-45fc-8bfa-c2974c6d5344",name:"Ghost Mash",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"2d8 + 6 damage, and the target slides 1 square. Miss: An ally adjacent to the target can make a melee basic attack against the target as a free action.",attack:{bonus:9,defence:2},description:"",details:"",damage:"",category:1},{id:"dcdd64a1-08c6-4820-b40c-2bd23ed9d30c",name:"Superior Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin ghost boss and up to two allies within its line of sight shift 1 square",damage:"The goblin ghost boss and up to two allies within its line of sight shift 1 square",category:5},{id:"4838dfc7-0f91-4175-83a3-ecc787c463e1",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target has an ally of the goblin ghost boss adjacent to it, the goblin phantom has combat advantage against that target.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d8416d9e-d383-450a-9a2f-63107efc539e",name:"Goblin Phantom",details:"",size:1,origin:5,type:2,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:12},dexterity:{score:14},intelligence:{score:10},wisdom:{score:11},charisma:{score:17},hp:36,initiative:8,ac:16,fortitude:14,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"fc57b587-75b6-446d-bb68-a4c63e15f089",name:"Phantom Weapon",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8 + 2 necrotic damage.",damage:"1d8 + 2 necrotic damage",category:1},{id:"ea4b1a5f-bc54-4992-8d82-5e77534b9d0e",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A goblin phantom deals 1d8 extra necrotic damage against any creature that grants combat advantage to it.",damage:"a goblin phantom deals 1d8 extra necrotic damage against any creature that grants combat advantage to it",category:0},{id:"7382f1c4-5603-41fc-b197-18918009bef8",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The goblin phantom shifts 1 square.",damage:"The goblin phantom shifts 1 square",category:5},{id:"f3df70c0-eca6-4745-9a10-393aa2a56db7",name:"Phantom Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a target has an ally of the goblin phantom adjacent to it, the goblin phantom has combat advantage against that target.",damage:"",category:0}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"0f29c65e-6554-4fe4-9d12-da09ae4171ed",name:"Goblin Zombie Archers",details:"",size:1,origin:4,type:0,keywords:"undead",level:2,role:{type:0,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"leather armor; shortbow",category:"",strength:{score:14},constitution:{score:13},dexterity:{score:18},intelligence:{score:3},wisdom:{score:8},charisma:{score:3},hp:31,initiative:5,ac:28,fortitude:25,reflex:27,will:23,regeneration:null,auras:[],powers:[{id:"6c91d5cf-8924-431d-9ece-4997fa0e34d7",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"1d6 + 2 damage.",damage:"1d6 + 2 damage",category:1},{id:"a579812c-b282-4c4d-89c7-a2a6c31e9220",name:"Shortbow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:9,defence:0},description:"",details:"1d8 + 4 damage.",damage:"1d8 + 4 damage",category:1},{id:"9a3be6c2-79f8-4ed2-a0a0-9499766a8074",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit to a goblin zombie shooter reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"550cb02e-9ef1-4628-800b-dd82968c1d79",name:"Govaan",details:"",size:1,origin:4,type:2,keywords:"goblin",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Unaligned",languages:"Common, Goblin",skills:"Acrobatics +11, Athletics +8, Bluff +7, Nature +9, Stealth +13",equipment:"",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:15},charisma:{score:10},hp:55,initiative:8,ac:19,fortitude:15,reflex:19,will:16,regeneration:null,auras:[],powers:[{id:"4a36f5ec-a3df-4d85-ba66-b93a7017db3f",name:"Katar",action:{action:1,trigger:"requires a katar",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 5 damage (crit 1d6 + 11).",damage:"1d6 + 5 damage (crit 1d6 + 11)",category:5},{id:"0f0e8ca4-b754-483e-98cc-468d0d9ca348",name:"Shuriken",action:{action:1,trigger:"requires a shuriken",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:5},{id:"192011c4-37d1-4bbc-9b16-d7e928f7b12b",name:"Shifty Attack",action:{action:1,trigger:"requires a katar or a shuriken",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"Govaan shifts 3 squares and makes one basic attack at any point during that movement. He doesn’t provoke opportunity attacks when using this power; .",damage:"Govaan shifts 3 squares and makes one basic attack at any point during that movement",category:5},{id:"2e15a988-f3ef-4f71-be94-709ddb88d69b",name:"Setup Strike",action:{action:1,trigger:"requires a katar",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 5 damage (crit 1d6 + 17), and the target grants combat advantage to Govaan until the end of his next turn.",damage:"2d6 + 5 damage (crit 1d6 + 17)",category:5},{id:"29fea0dc-62f9-423f-961b-efae04eedfdb",name:"Goblin Tactics",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Govaan shifts 1 square.",damage:"Govaan shifts 1 square",category:5},{id:"827966b8-c27d-46c6-a98d-a48d76cf6f03",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, when Govaan hits a target that grants combat advantage to him, he can deal that target 2d6 extra damage.",damage:"he can deal that target 2d6 extra damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"98de4620-6905-4d81-a132-86e1e3a2dbb8",name:"Grave Drake",details:"",size:1,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:14},intelligence:{score:1},wisdom:{score:12},charisma:{score:3},hp:49,initiative:5,ac:19,fortitude:16,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"d3ce32d1-5e52-4620-94c7-4cc6f4c17d0b",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10 + 3 damage, and the target is grabbed.",damage:"1d10 + 3 damage",category:1},{id:"7374e556-27b1-4203-8043-a48fa1f21916",name:"Gnaw",action:{action:1,trigger:"usable only against a target grabbed by the grave drake",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d10 + 9 damage.",damage:"1d10 + 9 damage",category:5},{id:"94910d55-768b-4ed7-9697-d2dc5fcc8260",name:"Death Grip",action:null,keywords:"",condition:"when the grave drake drops to 0 hit points",range:"",attack:{bonus:8,defence:0},description:"",details:"The grave drake makes a bite attack against an adjacent target. It can maintain the grab only until the end of its next turn, during which time it can gnaw. If it takes 10 damage, its grab ends.; .",damage:"if it takes 10 damage",category:0},{id:"6ccba7e6-16d7-4963-88cf-8ff7961466c4",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the grave drake drops reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"acb80ebc-df10-43a1-9c6a-72f3d9f89286",name:"Graywall Gnoll Mercenary",details:"",size:2,origin:4,type:2,keywords:"",level:4,role:{type:7,flag:0,leader:!1},senses:"Perception +5; low-light vision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Intimidate +8",equipment:"light shield; scale armor; triple-headed flail",category:"",strength:{score:18},constitution:{score:14},dexterity:{score:14},intelligence:{score:9},wisdom:{score:16},charisma:{score:10},hp:54,initiative:6,ac:20,fortitude:17,reflex:15,will:16,regeneration:null,auras:[],powers:[{id:"f5877fcc-36e4-4cfe-9306-09c4511d182e",name:"Triple-Headed Flail",action:{action:1,trigger:"requires a flail",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10 + 5 damage, and the target is marked until the end of the Graywall gnoll mercenary’s next turn.",damage:"1d10 + 5 damage",category:5},{id:"14405430-ce41-43bd-b7df-7f11ad7ede63",name:"Marked Bite",action:{action:5,trigger:"when an adjacent enemy marked by the graywall gnoll mercenary shifts or attacks a target other than the gnoll",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d6 + 2 damage, and the target is slowed until the end of the Graywall gnoll mercenary’s next turn.",damage:"1d6 + 2 damage",category:5},{id:"7d13d0e0-468f-45e6-8729-53523bd8f23f",name:"Line Sweep",action:{action:1,trigger:"requires a flail",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"1d10 + 7 damage, and the target is marked until the end of the Graywall gnoll mercenary’s next turn. Special: When charging, the gnoll can use this power in place of a melee basic attack.",attack:{bonus:9,defence:0},description:"",details:"targets enemies",damage:"",category:5},{id:"d79adf15-571a-424a-bb13-c3df6492b47d",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The Graywall gnoll mercenary deals 5 extra damage on melee and ranged attacks against an enemy that has two or more of the gnoll’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"edcfbf80-1c1f-4933-8dfb-7269add96ed5",name:"Hobgoblin Shadow Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:13},constitution:{score:17},dexterity:{score:18},intelligence:{score:4},wisdom:{score:15},charisma:{score:6},hp:53,initiative:6,ac:18,fortitude:16,reflex:17,will:15,regeneration:null,auras:[{id:"07c80810-209b-4e2f-96a2-57546c367cbc",name:"Black Aura",keywords:"",details:"(Necrotic) aura 1; when any creature starts its turn within the aura, it takes 5 necrotic damage"}],powers:[{id:"b9c13c68-3dce-443f-817c-8259cd7ea59b",name:"Shadow Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d4 + 1 damage, and ongoing 5 necrotic damage (save ends).",damage:"1d4 + 1 damage",category:1},{id:"a26772cc-775b-4b34-99ea-de6029022b44",name:"Black Orb",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:10,defence:2},description:"",details:"2d4 + 2 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d4 + 2 necrotic damage",category:1}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"417d4b69-e020-4124-bb5d-a946b1a06b7e",name:"Hobgoblin Skeleton",details:"",size:2,origin:4,type:0,keywords:"undead",level:3,role:{type:7,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"chainmail; heavy shield; scimitar",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:17},intelligence:{score:3},wisdom:{score:14},charisma:{score:3},hp:45,initiative:6,ac:18,fortitude:15,reflex:17,will:15,regeneration:null,auras:[],powers:[{id:"9efd3710-7225-4995-8721-46aabee67e79",name:"Scimitar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d8 + 2 damage (crit 1d8 + 10), and the target is marked until the end of the hobgoblin skeleton’s next turn; see also speed of the dead.",damage:"1d8 + 2 damage (crit 1d8 + 10)",category:1},{id:"990ce0ee-3644-4a4d-84fd-9ee3fb46b842",name:"Speed of the Dead",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When making an opportunity attack, a hobgoblin skeleton gains a +2 bonus to the attack roll and deals 1d6 extra damage.",damage:"a hobgoblin skeleton gains a +2 bonus to the attack roll and deals 1d6 extra damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b04844da-c442-41c0-a747-bcdc76e9bfdb",name:"Hobgoblin Soldier Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"5",alignment:"Unaligned",languages:"",skills:"Athletics +6",equipment:"light shield; scale armor; scimitar",category:"",strength:{score:16},constitution:{score:17},dexterity:{score:12},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:41,initiative:4,ac:17,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"d65bc2ce-b39c-4c88-afce-f2e23fcfc8b3",name:"Scimitar",action:{action:1,trigger:"requires a scimitar",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d8 + 5 damage (crit 1d8 + 13), and the target is marked until the end of the hobgoblin soldier zombie’s next turn.",damage:"1d8 + 5 damage (crit 1d8 + 13)",category:5},{id:"4bd15b48-d3a5-4de4-9afa-b38c3830e345",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the hobgoblin soldier zombie suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier zombie makes a saving throw against the triggering effect.",damage:"",category:5},{id:"46b7d953-1592-4eae-a52a-4317b5eb709a",name:"Phalanx Soldier",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin soldier zombie gains a +2 bonus to AC while at least one ally is adjacent to it.",damage:"The hobgoblin soldier zombie gains a +2 bonus to AC while at least one ally is adjacent to it",category:1},{id:"515d6ea0-1883-477d-a699-803e3bc78d2d",name:"Rise Again",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If a hobgoblin soldier zombie is reduced to 0 hit points or fewer by an attack that does not deal radiant damage, it rises on its next turn (as a move action) with 5 hit points. If it takes a critical hit after using this power or is reduced to 0 hit points after the second time this power triggers, it is permanently destroyed",damage:"if a hobgoblin soldier zombie is reduced to 0 hit points or fewer by an attack that does not deal radiant damage",category:1},{id:"335a97c1-2e8a-4217-b2f3-0af8d6493890",name:"Zombie Weakness",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to a hobgoblin soldier zombie drops it to 0 hit points.",damage:"",category:1}],damageModifiers:[{type:6,value:-5},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18a03629-365c-4332-9576-1a60c1a0637b",name:"Hobgoblin Specter",details:"A distorted black and crimson apparition with a burning red hobgoblin skull floating at its head",size:2,origin:5,type:2,keywords:"undead",level:5,role:{type:4,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"fly 6 phasing",alignment:"Evil",languages:"Common, Goblin",skills:"Stealth +11",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:18},intelligence:{score:6},wisdom:{score:8},charisma:{score:16},hp:36,initiative:10,ac:17,fortitude:16,reflex:18,will:17,regeneration:null,auras:[{id:"ea7ba2ac-0912-4a43-ab1a-29cc78348e2c",name:"Spectral Chill",keywords:"",details:"(Cold) aura 1; an enemy within the aura takes a –2 penalty to all defenses."}],powers:[{id:"3a2ecd98-0927-4fac-a3f4-c0b871fdee6d",name:"Spectral Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:8,defence:2},description:"",details:"1d8 + 2 necrotic damage.",damage:"1d8 + 2 necrotic damage",category:1},{id:"9f588e59-f44c-4f3e-abbd-f9534c1da75f",name:"Spectral Scream",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close burst 3",attack:{bonus:8,defence:3},description:"",details:"targets enemies; 1d8 + 2 psychic damage, and the target is pushed 3 squares and knocked prone.",damage:"1d8 + 2 psychic damage",category:1},{id:"fe983d4b-4888-45fa-b598-0f7434cfbfec",name:"Invisibility",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The specter becomes invisible until it attacks or until it is hit by an attack. It remains invisible when it uses spectral scream.",damage:"",category:1},{id:"942be799-7f72-4478-8625-2ae6fd049ca4",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A specter deals 1d8 extra damage against any creature granting combat advantage to it.",damage:"a specter deals 1d8 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[{type:6,value:-5}],resist:"insubstantial",vulnerable:"",immune:"disease, poison",tactics:""},{id:"b08b685e-07ad-4737-816d-d18949c0079e",name:"Hobgoblin Wight",details:"A pale hobgoblin in tattered rags. It has wild hair, wicked claws, and eyes burning with hate",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:6,flag:0,leader:!1},senses:"Perception +6; darkvision",movement:"7",alignment:"Evil",languages:"Common, Goblin",skills:"Athletics +10, Stealth +11",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:18},intelligence:{score:10},wisdom:{score:9},charisma:{score:15},hp:64,initiative:10,ac:20,fortitude:17,reflex:18,will:16,regeneration:null,auras:[],powers:[{id:"a8e53ea3-74d8-48eb-a2ee-f3b4d9b6e779",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6 + 4 necrotic damage, the target loses a healing surge, and the hobgoblin wight shifts 3 squares.",damage:"1d6 + 4 necrotic damage",category:1},{id:"70fc8a33-40d6-46f3-9c3a-5e875bebf54b",name:"Hobgoblin Resilience",action:{action:4,trigger:"when the wight suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The hobgoblin wight makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[{type:9,value:5}],resist:"5 necrotic (if the hobgoblin wight takes necrotic damage, it can move 7 squares or shift 1 square as a free action)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"98de0658-b7f3-4c90-9d74-e400212c53d2",name:"Hobgoblin Zombie",details:"",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:2,flag:0,leader:!1},senses:"Perception +0; darkvision",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:10},dexterity:{score:6},intelligence:{score:1},wisdom:{score:8},charisma:{score:3},hp:40,initiative:1,ac:25,fortitude:25,reflex:21,will:22,regeneration:null,auras:[],powers:[{id:"4e949c8a-258c-42fa-825c-21c840f3211c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:6,defence:0},description:"",details:"2d6 + 2 damage.",damage:"2d6 + 2 damage",category:1},{id:"71195a91-2ad5-49e5-a0fa-3b02b6a755f4",name:"Zombie Grab",action:{action:1,trigger:"requires a free hand",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:4,defence:2},description:"",details:"the target is grabbed. Checks made to escape the hobgoblin zombie’s grab take a -5 penalty.",damage:"Checks made to escape the hobgoblin zombie’s grab take a -5 penalty",category:5},{id:"58420049-1626-412b-83b9-d19164cf9ac6",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A critical hit to a hobgoblin zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"fc18fb32-6803-4b67-ba42-a037ed02b272",name:"Kruthik Young Zombie",details:"",size:1,origin:4,type:0,keywords:"reptile, undead",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +2; darkvision, tremorsense 5",movement:"6, burrow 1, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:15},dexterity:{score:15},intelligence:{score:1},wisdom:{score:10},charisma:{score:2},hp:75,initiative:4,ac:17,fortitude:18,reflex:17,will:15,regeneration:null,auras:[{id:"13aee0ba-9df7-4066-9cef-f13c10626700",name:"Gnashing Horde",keywords:"",details:"aura 1; when any enemy ends its turn within the aura, it takes 2 damage."}],powers:[{id:"90e1e129-6749-47b3-b75c-fd32df7a2535",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"f9216424-5da0-48b9-a05f-7438512e5359",name:"Death Spiral",action:null,keywords:"",condition:"when the kruthik young zombie drops to 0 hit points",range:"The kruthik young zombie deals gnashing horde damage and makes a melee basic attack.",attack:{bonus:6,defence:0},description:"",details:".",damage:"",category:0},{id:"930d9e87-6d4b-4b34-909e-aa5e9d9a8cef",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to the kruthik young zombie reduces it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e57686de-4303-4f23-ac24-249008205eeb",name:"Magma Runner",details:"A little, humanoid-shaped hunk of lava",size:1,origin:1,type:2,keywords:"earth, fire",level:2,role:{type:6,flag:0,leader:!1},senses:"Perception +3",movement:"8",alignment:"Unaligned",languages:"Primordial",skills:"Acrobatics +9, Athletics +6",equipment:"",category:"",strength:{score:10},constitution:{score:13},dexterity:{score:17},intelligence:{score:6},wisdom:{score:14},charisma:{score:8},hp:37,initiative:6,ac:16,fortitude:13,reflex:15,will:14,regeneration:null,auras:[],powers:[{id:"35fa143d-42a6-42bf-94b9-944454bc6094",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage plus 1d6 fire damage.",damage:"1d6 + 3 damage plus 1d6 fire damage",category:1},{id:"0416eb0f-5965-46e2-8db1-f226dea31559",name:"Molten Rush",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire",condition:"",range:"",attack:{bonus:5,defence:0},description:"",details:"The magma runner moves at half speed, and can make a slam attack against each creature it moves adjacent to. Any creature that attacks the magma runner during this movement takes 5 fire damage.; .",damage:"any creature that attacks the magma runner during this movement takes 5 fire damage",category:1}],damageModifiers:[],resist:"5 fire (a magma runner that takes fire damage gains +2 speed until the end of its next turn)",vulnerable:"cold (a magma runner that takes cold damage is slowed until the end of its next turn)",immune:"petrification",tactics:""},{id:"070a84ea-a878-4f27-b403-235e74e35eb4",name:"Orc Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Goblin",skills:"Endurance +9, Intimidate +5, Stealth +8",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:8},hp:48,initiative:5,ac:17,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"773023f3-94cc-407a-9af0-43bb189d1f41",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"98d03292-3630-40ca-a380-31b7e5b1a6ad",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"ee88ba04-53e3-4881-a1ab-0624817c1a53",name:"Marauder’s Onsluaght",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a greataxe",range:"1d12 + 3 damage (crit 1d12 + 15), and the target is pushed 1 square (2 squares on a charge). Special: When charging, the Turakbar orc marauder can use this power in place of a melee basic attack.",attack:{bonus:8,defence:0},description:"",details:"",damage:"",category:1},{id:"a4df98a2-f050-43c6-a6c4-dd312cc4fdbd",name:"Warrior’s Surge",action:{action:1,trigger:"usable only while bloodied",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15), and the Turakbar orc marauder regains 12 hit points.",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"78e51b1c-f631-40a3-875e-402fd6f857d9",name:"Shadowskull",details:"",size:0,origin:4,type:0,keywords:"undead",level:7,role:{type:0,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"fly 8 (hover)",alignment:"Unaligned",languages:"Common",skills:"Stealth +12",equipment:"",category:"",strength:{score:4},constitution:{score:16},dexterity:{score:18},intelligence:{score:12},wisdom:{score:12},charisma:{score:20},hp:64,initiative:7,ac:21,fortitude:17,reflex:21,will:19,regeneration:{value:5,details:"if the shadowskull takes radiant damage, regeneration is negated until the end of its next turn"},auras:[],powers:[{id:"59a3f970-c76a-42a4-b8db-e302e739c52b",name:"Bite to the Bone",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"Reach 0; 1d4 damage, and ongoing 5 damage (save ends).",damage:"1d4 damage",category:1},{id:"b0eb32bd-d998-481c-a482-d4fbdc9f97ba",name:"Ghost Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:3},description:"",details:"1d10 + 5 necrotic damage, and the target treats the shadowskull as insubstantial until the end of its next turn.",damage:"1d10 + 5 necrotic damage",category:1},{id:"36167a6f-0cd7-4e66-9f97-597611820d05",name:"Grave Strands",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Necrotic",condition:"",range:"Ranged 10",attack:{bonus:11,defence:1},description:"",details:"2d8 + 5 necrotic damage, and the target is restrained until the end of the shadowskull’s next turn. Enemies adjacent to the target take 5 necrotic damage and are slowed until the end of the shadowskull’s next turn.",damage:"2d8 + 5 necrotic damage",category:1},{id:"4a990205-0eca-4740-a8b6-5d7d1ebcc0fb",name:"Column of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The shadowskull’s square is filled with darkness 4 squares high until the end of its next turn.",damage:"The shadowskull’s square is filled with darkness 4 squares high until the end of its next turn",category:3}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"a727eee4-4ff3-4564-a0a3-f9c90b1e5e5c",name:"Sharn Kruthik",details:"",size:1,origin:4,type:1,keywords:"reptile",level:2,role:{type:4,flag:0,leader:!1},senses:"Perception +1; blindsight 10, low-light vision 10",movement:"8, burrow 2, climb 8, fly 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:14},dexterity:{score:18},intelligence:{score:4},wisdom:{score:10},charisma:{score:8},hp:32,initiative:9,ac:16,fortitude:14,reflex:16,will:13,regeneration:null,auras:[{id:"060303fe-d645-46c7-86eb-cab863d7192a",name:"Gnashing Horde",keywords:"",details:"aura 1; an enemy that ends its turn within the aura takes 2 damage."}],powers:[{id:"9233c6fe-b600-4042-a200-fb05510d806d",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:0},description:"",details:"1d8 + 1 damage, and the target is grabbed. While grabbing, the kruthik can claw only the grabbed target, and that target takes 6 damage, instead of 2 damage, from the grabbing kruthik’s gnashing horde aura. The kruthik gains +2 to AC and Reflex while grabbing a target.",damage:"1d8 + 1 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ae6aefff-965d-48f9-84fd-2b9297772bb4",name:"Skullborn Deathlock Wight",details:"",size:2,origin:4,type:2,keywords:"undead",level:4,role:{type:3,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +10, Religion +10",equipment:"",category:"",strength:{score:10},constitution:{score:16},dexterity:{score:14},intelligence:{score:16},wisdom:{score:10},charisma:{score:18},hp:56,initiative:4,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"def7ec90-cf8e-460f-a210-ea49d5dc888a",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 necrotic damage, and an immobilized target loses a healing surge. When it causes the loss of a healing surge, the Skullborn deathlock wight regains 5 hit points.",damage:"1d6 necrotic damage",category:1},{id:"d3abbf9f-abba-4b48-9094-ca58dc23479c",name:"Skullborn Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Necrotic",condition:"",range:"Ranged 20",attack:{bonus:8,defence:2},description:"",details:"1d6 + 4 cold and necrotic damage, and the target is immobilized (save ends).",damage:"1d6 + 4 cold and necrotic damage",category:1},{id:"0b77c79d-d00d-4eda-9c61-423b0c23224c",name:"Horrific Visage",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Fear, Psychic",condition:"",range:"Close blast 5",attack:{bonus:7,defence:3},description:"",details:"targets enemies; 2d6 + 4 psychic damage, and the target is pushed 3 squares.",damage:"2d6 + 4 psychic damage",category:5},{id:"3f00dbdc-deda-4e9f-84b5-2892e7b3da82",name:"Reanimate",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Healing, Necrotic",condition:"",range:"Ranged 10",attack:null,description:"",details:"targets one destroyed undead creature of a level no higher than the Skullborn deathlock wight’s level + 2; the target regains 10 hit points and stands as a free action. This power does not affect minions.",damage:"targets one destroyed undead creature of a level no higher than the Skullborn deathlock wight’s level + 2",category:5}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"94c8d574-91a5-42d2-b27d-39b11b9140ae",name:"Skullborn Ghoul",details:"",size:2,origin:4,type:2,keywords:"undead",level:5,role:{type:7,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"8, climb 4",alignment:"Evil",languages:"Common, Elven",skills:"Stealth +11",equipment:"",category:"",strength:{score:14},constitution:{score:15},dexterity:{score:19},intelligence:{score:10},wisdom:{score:13},charisma:{score:12},hp:63,initiative:8,ac:21,fortitude:17,reflex:20,will:16,regeneration:null,auras:[],powers:[{id:"0ca782fa-1139-425a-84a3-c161488a1749",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+4 damage, and the target is immobilized (save ends).",damage:"1d6+4 damage",category:1},{id:"234fa7ca-6632-4e9b-a0c5-85ac32403116",name:"Bloody Ghoulish Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"(targets an immobilized, stunned, or unconscious creature)2d6+4 damage, and the target takes ongoing 5 damage and is dazed (save ends both).",damage:"or unconscious creature)2d6+4 damage",category:1},{id:"964e1acf-27ba-4d5f-a928-80ebec3deae9",name:"Wild Step",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An skullborn ghoul ignores difficult terrain when it shifts.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"1fb7bbf0-acc5-4e8f-a755-06700bd1df48",name:"Skullborn Rotwing Zombie",details:"This corpse has leathery wings magically grafted to its flanks.",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:6,flag:0,leader:!1},senses:"Perception +2; darkvision",movement:"6, fly 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:14},constitution:{score:14},dexterity:{score:17},intelligence:{score:1},wisdom:{score:10},charisma:{score:3},hp:54,initiative:7,ac:17,fortitude:16,reflex:17,will:14,regeneration:null,auras:[],powers:[{id:"7a43e024-9040-4458-8f0d-25191eed6c98",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d6 + 3 damage.",damage:"2d6 + 3 damage",category:1},{id:"f63c76bd-474a-4388-b52b-f2e9f301ca85",name:"Flying Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a skullborn rotwing zombie charges while flying and hits with a slam attack, that attack deals 1d8 extra damage, and the target is pushed 2 squares",damage:"that attack deals 1d8 extra damage",category:0},{id:"dab86fd8-6c4c-4892-90ce-2474a95cc7c6",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to a Skullborn rotwing zombie drops it to 0 hit points instantly.",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"648caa9d-4dff-4cf6-9638-d0102e8872f7",name:"Skullborn Zombie",details:"A dessicated elf corpse draped in a fine loincloth, its withered face tattooed to look like a skull",size:2,origin:4,type:0,keywords:"undead",level:2,role:{type:7,flag:0,leader:!1},senses:"Perception +1; darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:16},dexterity:{score:12},intelligence:{score:4},wisdom:{score:10},charisma:{score:4},hp:40,initiative:4,ac:17,fortitude:16,reflex:14,will:13,regeneration:null,auras:[],powers:[{id:"64aa53a5-d776-4750-8609-53dfc1f638cd",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"2d4 + 3 damage. On a critical hit, the Skullborn zombie can make a Skullborn zombie grab as a free action.",damage:"2d4 + 3 damage",category:1},{id:"12804f9a-9ab4-4e1c-8afa-a359ea6c7b25",name:"Skullborn Zombie Grab",action:{action:1,trigger:"requires a free claw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:7,defence:2},description:"",details:"1d4 + 3 damage, and the target is grabbed. Any escape attempt must target the Skullborn zombie’s Fortitude, rather than its Reflex.",damage:"1d4 + 3 damage",category:5},{id:"3f55baa1-c2ce-460a-bb12-3d5ff4e9ed96",name:"Zombie Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"Targets an immobilized, stunned, or unconscious creature; 2d6 + 3 damage, and the target is dazed (save ends).",damage:"2d6 + 3 damage",category:1},{id:"04ecc96a-1295-45b1-9013-b86ae3b4a060",name:"Zombie Weakness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any critical hit to a Skullborn zombie drops it to 0 hit points instantly",damage:"",category:0}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"9eb3ea91-8b94-4506-b851-8f24065c4c0f",name:"Skullborn Zombie Husks",details:"",size:2,origin:4,type:0,keywords:"undead",level:5,role:{type:9,flag:3,leader:!1},senses:"Perception +4; darkvision",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:15},intelligence:{score:4},wisdom:{score:14},charisma:{score:4},hp:1,initiative:4,ac:21,fortitude:19,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"6428038d-b8a7-4752-881b-72e0974fbc90",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"7 damage, and the target is marked until the end of the Skullborn zombie husk’s next turn.",damage:"7 damage",category:1}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"643431cd-97cd-4b66-b01c-994ca49f1ae9",name:"Sodden Corruption Corpse",details:"",size:2,origin:4,type:0,keywords:"undead",level:4,role:{type:0,flag:0,leader:!1},senses:"Perception +3; darkvision",movement:"4",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:13},intelligence:{score:4},wisdom:{score:12},charisma:{score:3},hp:48,initiative:3,ac:17,fortitude:17,reflex:15,will:14,regeneration:{value:5,details:"if the sodden corruption corpse takes radiant damage, regeneration doesn’t function on its next turn"},auras:[],powers:[{id:"1d8d3d46-bd09-41f0-98b6-383fd92855f6",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d6 + 4 damage.",damage:"1d6 + 4 damage",category:1},{id:"d648f545-21f2-41e8-bb26-95d4fb07341d",name:"Corruption of Flesh",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 10",attack:{bonus:9,defence:2},description:"",details:"2d6 + 3 necrotic damage, and the target is weakened until the end of the sodden corruption corpse’s next turn.",damage:"2d6 + 3 necrotic damage",category:1},{id:"4c5b246e-92c8-4994-8cfc-201f695fd413",name:"Death Burst",action:null,keywords:"Necrotic",condition:"when the sodden corruption corpse drops to 0 hit points",range:"Close burst 2",attack:{bonus:7,defence:1},description:"",details:"2d6 + 5 Necrotic damage.",damage:"2d6 + 5 necrotic damage",category:0}],damageModifiers:[{type:6,value:-10},{type:9,value:5}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"6dd2a592-eca3-478b-8ff5-c435fac49422",name:"Tikulti",details:"",size:2,origin:4,type:2,keywords:"doppelganger",level:6,role:{type:6,flag:1,leader:!1},senses:"Perception +9; low-light vision",movement:"6",alignment:"Evil",languages:"Common, Draconic, Goblin",skills:"Acrobatics +13, Bluff +13, Insight +11, Stealth +13, Thievery +13",equipment:"rapier; shuriken",category:"",strength:{score:12},constitution:{score:15},dexterity:{score:20},intelligence:{score:12},wisdom:{score:12},charisma:{score:16},hp:142,initiative:10,ac:22,fortitude:18,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"d58dbed5-c053-4228-a236-806f2890b63f",name:"Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 + 7 damage.",damage:"1d8 + 7 damage",category:1},{id:"3d7ad63a-557c-468c-a131-04a5b5f75c88",name:"Shuriken",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 6/12",attack:{bonus:11,defence:0},description:"",details:"1d6 + 6 damage.",damage:"1d6 + 6 damage",category:1},{id:"0b540588-27bc-4699-939e-bdb81ae69b14",name:"Riposte Strike",action:{action:1,trigger:"requires a rapier",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d8 + 7 damage. If the target attacks Tikulti before the start of its next turn, Tikulti can make a rapier attack against that target as an immediate interrupt.",damage:"1d8 + 7 damage",category:5},{id:"c6bf10a6-eb14-4602-ae48-dbc3529706c4",name:"Sharp Feint",action:{action:3,trigger:"requires a rapier",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:9,defence:2},description:"",details:"1d8 damage, and the target grants combat advantage to Tikulti until the end of his next turn.",damage:"1d8 damage",category:5},{id:"387baa96-420c-4b75-bbca-49ed23d64857",name:"Blinding Barrage",action:{action:1,trigger:"requires a shuriken for each target",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"Close blast 3",attack:{bonus:10,defence:0},description:"",details:"targets enemies Tikulti can see; 1d6 + 6 damage, and the target is blinded until the end of Tikulti’s next turn. Miss: Half damage.",damage:"1d6 + 6 damage",category:5},{id:"321b9ec1-0a20-4a08-b12f-2d50a81546e5",name:"Change Shape",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"Tikulti can alter his physical form to take on the appearance of any Medium humanoid, including a unique individual",damage:"",category:3},{id:"ad1685e6-8b62-4622-839d-eea9d7170626",name:"Sneak Attack",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Once per round, Tikulti deals 2d8 extra damage against a target that grants combat advantage to him.",damage:"tikulti deals 2d8 extra damage against a target that grants combat advantage to him",category:0},{id:"55e148d1-eecc-4932-a0e7-1333de1afab8",name:"Tumble",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tikulti shifts 3 squares.",damage:"Tikulti shifts 3 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a0db3512-9709-4f9a-8d7f-50a36f1c3294",name:"Turakbar Gnoll Hunter",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:0,flag:0,leader:!1},senses:"Perception +8; low-light vision",movement:"7",alignment:"Evil",languages:"Common",skills:"Athletics +8, Endurance +8, Intimidate +5, Stealth +9",equipment:"battleaxe; leather armor; longbow",category:"",strength:{score:15},constitution:{score:14},dexterity:{score:17},intelligence:{score:8},wisdom:{score:14},charisma:{score:9},hp:38,initiative:4,ac:17,fortitude:15,reflex:16,will:14,regeneration:null,auras:[],powers:[{id:"28e4349b-4e96-4ebd-be86-5ef2803d60e9",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10 + 3 damage, or 1d10 + 5 damage while bloodied.",damage:"1d10 + 3 damage",category:1},{id:"dfc9f56f-327c-45fa-b058-e296fde6ed57",name:"Longbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 20/40",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage, or 1d10 + 6 damage while bloodied.",damage:"1d10 + 4 damage",category:1},{id:"ddd5e1aa-feb5-4409-825f-9875f03c2aa4",name:"Pack Attack",action:null,keywords:"",condition:"",range:"The Turakbar gnoll hunter deals 5 extra damage on melee and ranged attacks against an enemy that has two or more of the gnoll’s allies adjacent to it.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d853cc5d-8bfa-4ea7-8370-dbf67acd9814",name:"Turakbar Orc Marauder",details:"",size:2,origin:4,type:2,keywords:"",level:3,role:{type:6,flag:0,leader:!1},senses:"Perception +2; low-light vision",movement:"6 (8 while charging)",alignment:"Evil",languages:"Common, Goblin",skills:"Endurance +9, Intimidate +5, Stealth +8",equipment:"greataxe; handaxe; leather armor",category:"",strength:{score:17},constitution:{score:16},dexterity:{score:15},intelligence:{score:9},wisdom:{score:13},charisma:{score:8},hp:48,initiative:5,ac:17,fortitude:16,reflex:15,will:12,regeneration:null,auras:[],powers:[{id:"62bc8684-8e96-4c05-89ff-b63aaf396653",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15).",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1},{id:"0149671a-05bd-4abc-ab37-9a7c678df3ec",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 5/10",attack:{bonus:7,defence:0},description:"",details:"1d6 + 3 damage.",damage:"1d6 + 3 damage",category:1},{id:"c49bdf91-7fb1-4391-866b-7e2771153e04",name:"Marauder’s Onsluaght",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"requires a greataxe",range:"1d12 + 3 damage (crit 1d12 + 15), and the target is pushed 1 square (2 squares on a charge). Special: When charging, the Turakbar orc marauder can use this power in place of a melee basic attack.",attack:{bonus:8,defence:0},description:"",details:"",damage:"",category:1},{id:"b99bd859-2e54-4a67-9718-5043f36a7fb5",name:"Warrior’s Surge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing, Weapon",condition:"usable only while bloodied",range:"",attack:{bonus:8,defence:0},description:"",details:"1d12 + 3 damage (crit 1d12 + 15), and the Turakbar orc marauder regains 12 hit points.",damage:"1d12 + 3 damage (crit 1d12 + 15)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"35307cca-1833-4531-82c7-095c92f87bf5",name:"Weak Kruthik Zombies",details:"",size:1,origin:4,type:0,keywords:"reptile, undead",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +2; darkvision, tremorsense 5",movement:"6, climb 2",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:15},constitution:{score:13},dexterity:{score:14},intelligence:{score:1},wisdom:{score:10},charisma:{score:2},hp:1,initiative:4,ac:30,fortitude:28,reflex:28,will:26,regeneration:null,auras:[{id:"706a051c-ac73-4ea1-9d98-ce438b963071",name:"Gnashing Horde",keywords:"",details:"aura 1; when any enemy ends its turn within the aura, it takes 2 damage."}],powers:[{id:"e3bd6b7d-ff0c-40ef-921d-0410f0c0b382",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4115f6a0-2455-42e0-8d70-521c6ce95327",name:"Yeraa",details:"",size:2,origin:4,type:2,keywords:"hobgoblin",level:4,role:{type:3,flag:0,leader:!0},senses:"Perception +8; low-light vision",movement:"8",alignment:"Unaligned",languages:"Common, Deep Speech, Goblin",skills:"Arcana +10, Diplomacy +11, History +12",equipment:"chainmail",category:"",strength:{score:14},constitution:{score:16},dexterity:{score:11},intelligence:{score:16},wisdom:{score:12},charisma:{score:18},hp:56,initiative:2,ac:18,fortitude:16,reflex:16,will:17,regeneration:null,auras:[],powers:[{id:"0eb98839-23c2-4fff-8551-23a1072f4cfc",name:"Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10 + 4 damage (crit 2d6 + 14 thunder damage).",damage:"1d10 + 4 damage (crit 2d6 + 14 thunder damage)",category:1},{id:"796a3ecb-78bd-4ef6-8c03-31b8707fd0c7",name:"War Chanter’s Strike",action:{action:1,trigger:"requires a resounding bastard sword",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:11,defence:0},description:"",details:"1d10 + 4 damage (crit 2d6 + 14 thunder damage), and any ally who hits the target before the end of Yeraa’s next turn gains 4 temporary hit points.",damage:"1d10 + 4 damage (crit 2d6 + 14 thunder damage)",category:5},{id:"6e467e5c-1d12-411c-b200-f6b2ffc3ebe0",name:"Dire Radiance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Radiant",condition:"",range:"Ranged 10",attack:{bonus:9,defence:3},description:"",details:"1d6 + 3 radiant damage. If the target moves nearer to Yeraa on its next turn, it takes an additional 1d6 + 3 radiant damage.",damage:"1d6 + 3 radiant damage",category:1},{id:"c19e3188-a645-41e7-957d-a0edc6498251",name:"Designating Hum",action:{action:1,trigger:"requires a resounding bastard sword",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"(standard",range:"",attack:{bonus:11,defence:0},description:"",details:"2d10 + 4 damage (crit 2d6 + 24 thunder damage), and allies gain a +2 bonus to attack rolls against the target until the end of Yeraa’s next turn.",damage:"2d10 + 4 damage (crit 2d6 + 24 thunder damage)",category:5},{id:"0d312f18-4f20-473b-a06c-b88964bba922",name:"Raise Spirits",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"targets Yeraa or one of her allies; the target regains 12 hit points and slides 1 square as a free action; Burst 5; .",damage:"the target regains 12 hit points and slides 1 square as a free action",category:3},{id:"1d9568a1-b614-4650-b37b-66c11ffe0ebc",name:"Bard’s Valor",action:null,keywords:"",condition:"when an ally within 10 squares bloodies an enemy or reduces an enemy to 0 hit points",range:"",attack:null,description:"",details:"The triggering ally gains 6 temporary hit points",damage:"The triggering ally gains 6 temporary hit points",category:0},{id:"fe2b2d8e-023d-4d8b-abbf-ffc246d600db",name:"Hobgoblin Resilience",action:{action:4,trigger:"when yeraa suffers an effect that a save can end",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Yeraa makes a saving throw against the triggering effect.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7fe2d486-7119-46e8-96cd-e009977d1a3c",name:"Young Kruthik Hive Lord",details:"",size:2,origin:4,type:1,keywords:"reptile",level:4,role:{type:3,flag:1,leader:!0},senses:"Perception +6; low-light vision, tremorsense 10",movement:"6, burrow 3 (tunneling), climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:15},dexterity:{score:16},intelligence:{score:4},wisdom:{score:12},charisma:{score:10},hp:110,initiative:5,ac:20,fortitude:20,reflex:19,will:16,regeneration:null,auras:[{id:"295bcf1c-32d1-47e6-a537-726f1f6f8a77",name:"Hive Frenzy",keywords:"",details:"aura 2; allied kruthiks within the aura deal double damage with basic attacks."}],powers:[{id:"384e36ea-f751-4806-bdf5-39f7fbf071a8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"1d10 + 4 damage.",damage:"1d10 + 4 damage",category:1},{id:"7835cc8e-0ef3-42c9-81cd-56dc0b1a4274",name:"Acid Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 3",attack:{bonus:7,defence:1},description:"",details:"targets enemies; 1d6 + 4 acid damage, the target is weakened and takes ongoing 5 acid damage (save ends both).",damage:"1d6 + 4 acid damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2ba15ee2-09ff-462d-aab1-dc09ce893224",name:"Young Turakbar Minotaur Raider",details:"",size:2,origin:4,type:2,keywords:"",level:6,role:{type:7,flag:0,leader:!1},senses:"Perception +5",movement:"6",alignment:"Chaotic Evil",languages:"Common, Goblin",skills:"Endurance +11, Intimidate +9, Nature +10",equipment:"battleaxe; heavy shield; scale armor",category:"",strength:{score:19},constitution:{score:16},dexterity:{score:14},intelligence:{score:10},wisdom:{score:14},charisma:{score:12},hp:72,initiative:7,ac:22,fortitude:20,reflex:17,will:18,regeneration:null,auras:[],powers:[{id:"e7c2e425-5000-407f-bd8e-5f1f3bc58346",name:"Battleaxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:13,defence:0},description:"",details:"1d12 + 4 damage, and the target is marked until the end of the young Turakbar minotaur raider’s next turn.",damage:"1d12 + 4 damage",category:1},{id:"ee7061fa-dbb5-48b1-8f75-7bce8b071ef3",name:"Goring Charge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The young Turakbar minotaur raider charges and makes the following attack in place of a melee basic attack",attack:{bonus:14,defence:0},description:"",details:"1d6 + 5 damage, and the target is knocked prone.",damage:"1d6 + 5 damage",category:1},{id:"272ad7af-4178-4a32-9b09-fdc064ad9be1",name:"Shield Smash",action:{action:5,trigger:"when an adjacent target marked by the young turakbar minotaur raider shifts or attacks a target other than the minotaur; requires a shield",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:11,defence:1},description:"",details:"1d6 + 4 damage, and the target is knocked prone.",damage:"1d6 + 4 damage",category:5},{id:"a08f0fd9-bbdc-4c8e-9b0b-533e68ac97c8",name:"Turakbar Charge",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"The young Turakbar minotaur raider makes a goring charge, followed by a melee basic attack against the same target",attack:{bonus:11,defence:0},description:"",details:".",damage:"",category:1},{id:"6a3f9d75-4048-4771-ad47-40c69dc20179",name:"Ferocity",action:null,keywords:"",condition:"when the raider drops to 0 hit points",range:"The young Turakbar minotaur raider makes a melee basic attack",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ac23e08b-b56c-4a20-9f17-bd160eaf1a04",name:"Astral Giant Blazing Javelineer",details:"",size:3,origin:3,type:2,keywords:"giant",level:19,role:{type:0,flag:0,leader:!0},senses:"Perception +18",movement:"8 see also astral leap",alignment:"Unaligned",languages:"Giant, Supernal",skills:"",equipment:"javelin",category:"",strength:{score:24},constitution:{score:24},dexterity:{score:22},intelligence:{score:18},wisdom:{score:18},charisma:{score:20},hp:144,initiative:15,ac:31,fortitude:29,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"f55750a3-edcb-4cb8-a482-15425f57111d",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"Reach 2; 1d8 + 4 damage + 2d8 radiant damage.",damage:"1d8 + 4 damage + 2d8 radiant damage",category:1},{id:"3d150599-88ae-4267-9478-dd09c4d14e1f",name:"Blazing Throw",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"2d8 + 5 damage, and the target grants combat advantage and takes ongoing 5 radiant damage (save ends both).",damage:"2d8 + 5 damage",category:1},{id:"3413b8af-cdf8-48e5-aaed-0ecb77608335",name:"Astral Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Radiant",condition:"",range:"Close burst 2",attack:{bonus:22,defence:2},description:"",details:"3d8 + 4 radiant damage, and the astral giant blazing javelineer pushes the target 3 squares.",damage:"3d8 + 4 radiant damage",category:1},{id:"a6faaec1-c991-44cb-a502-1982cc8e6a58",name:"Brilliant Lance",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Radiant",condition:"",range:"Area burst 2 within 20",attack:{bonus:22,defence:2},description:"",details:"2d8 + 9 damage, and the target is blinded until the end of the astral giant blazing javelineer’s next turn.",damage:"2d8 + 9 damage",category:1},{id:"aca3fe97-fad8-4b6f-900c-73289000419c",name:"Astral Resonance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"As long as an astral giant has an unbloodied astral giant ally within 10 squares of it, it gains a +2 bonus to attack rolls.",damage:"As long as an astral giant has an unbloodied astral giant ally within 10 squares of it",category:0},{id:"9dcc135b-5393-40ff-b2aa-2fd53ea20a6b",name:"Astral Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"recharges when first bloodied"},keywords:"",condition:"only within the astral sea",range:"",attack:null,description:"",details:"The astral giant blazing javelineer flies 10 squares.",damage:"The astral giant blazing javelineer flies 10 squares",category:2}],damageModifiers:[{type:9,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7bd07d04-d40d-48aa-a467-1e9d45b75d08",name:"Banesworn Iron Bulwark",details:"",size:2,origin:3,type:2,keywords:"",level:19,role:{type:7,flag:0,leader:!1},senses:"Perception +15",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +21, Intimidate +18, Religion +18",equipment:"heavy shield; longsword; plate armor",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:20},intelligence:{score:18},wisdom:{score:22},charisma:{score:18},hp:184,initiative:16,ac:34,fortitude:32,reflex:30,will:31,regeneration:null,auras:[{id:"28426191-0181-4d65-aa71-a997af6314c8",name:"Ubiquitous Threat",keywords:"",details:"aura 2; each enemy that starts its turn within the aura is marked by the Banesworn iron bulwark until the start of the enemy’s next turn."}],powers:[{id:"e79e02b8-31f4-46d1-961e-76dd8c769290",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"42b94e28-7a20-41e2-b59a-3e8a16e6182d",name:"Shield Shove",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"requires a shield",range:"",attack:{bonus:24,defence:1},description:"",details:"Targets a creature marked by the Banesworn iron bulwark; the iron bulwark pushes the target 1 square and shifts into the space the target left. On a critical hit, the target is also knocked prone.",damage:"the iron bulwark pushes the target 1 square and shifts into the space the target left",category:3},{id:"9b0df7ec-7a7d-4aa2-8aa5-1b2669556bed",name:"Bane’s Retribution",action:{action:4,trigger:"when a creature marked by the banesworn iron bulwark makes an attack that does not include the iron bulwark",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:24,defence:1},description:"",details:"targets the triggering creature; the target takes 10 damage for each creature it targeted with the triggering attack.",damage:"the target takes 10 damage for each creature it targeted with the triggering attack",category:5},{id:"99eaabb6-8916-49b4-9c06-212cfe64320e",name:"Brutal Intercept",action:{action:4,trigger:"when the banesworn iron bulwark hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is knocked prone.",damage:"",category:5},{id:"bb8ad636-932b-4da7-a79f-ae7254fc33b9",name:"Impassable Bulwark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a Banesworn iron bulwark makes an opportunity attack, it rolls twice and uses the higher of the two results.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"fear",tactics:""},{id:"264d2103-5642-43e9-a42b-2a1a4b8142e6",name:"Banesworn War Priest",details:"",size:2,origin:3,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!0},senses:"Perception +13",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Religion +17",equipment:"mace; plate armor",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:17},intelligence:{score:20},wisdom:{score:23},charisma:{score:20},hp:141,initiative:10,ac:28,fortitude:27,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"5174c4a2-d318-4c2e-9b9a-f0c194492cf4",name:"Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+3 damage.",damage:"2d8+3 damage",category:1},{id:"3ec82728-3a60-4904-a640-bf635ac57905",name:"Lance of Fear",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:18,defence:1},description:"",details:"2d8+6 necrotic and radiant damage, and the target is slowed (save ends).",damage:"2d8+6 necrotic and radiant damage",category:1},{id:"82858eba-d8fb-4cec-b87d-c404120d5c3b",name:"Imperator’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+3 damage, and the target is pushed 2 squares and knocked prone.",damage:"2d8+3 damage",category:1},{id:"2a45eb36-c147-4da5-988b-2be233e8a8b8",name:"Curse of Doom",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Implement, Fear",condition:"",range:"Area burst 1 within 10 targets enemies",attack:{bonus:18,defence:3},description:"",details:"2d8+6 radiant damage. Effect: The target takes a -2 penalty to all defenses until the end of its next turn.",damage:"2d8+6 radiant damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"7b54f6aa-433e-419f-b380-278ec006a95a",name:"Banesworn Warrior",details:"",size:2,origin:3,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +9",movement:"5",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +17, Religion +12",equipment:"scale armor; shortbow; spear",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:16},intelligence:{score:12},wisdom:{score:17},charisma:{score:14},hp:133,initiative:11,ac:29,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"eec1c4d8-d775-4910-b6f1-6e2049ff02c2",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 1d8+8 damage. Effect: The target is marked until the end of the Banesworn warrior’s next turn.",damage:"1d8+8 damage",category:1},{id:"55d06fbf-5189-4e74-aaf4-5d497ceb0c77",name:"Shortbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"1d8+8 damage. Effect: The target is marked until the end of the Banesworn warrior’s next turn.",damage:"1d8+8 damage",category:1},{id:"efeea8c1-99d5-4c38-aace-9e4351c40f86",name:"Spearmaster’s Stand",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"requires a spear",range:"",attack:null,description:"",details:"The Banesworn warrior gains threatening reach, allowing it to make opportunity attacks against all enemies within its reach (2 squares). This effect ends when the Banesworn warrior moves.",damage:"",category:3},{id:"e47b2388-e385-4ad6-aac1-c69361c88bb8",name:"Brutal Intercept",action:{action:4,trigger:"when the banesworn warrior hits with an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The target is knocked prone.",damage:"",category:5},{id:"5ab03a1f-fa6b-4de9-9a69-550856575721",name:"Chosen Foe",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any target marked by a Banesworn warrior also grants combat advantage to it.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"68383ec8-0f29-453f-af4a-039fdab9bd9f",name:"Battlesworn Ogre Mauler",details:"",size:3,origin:3,type:2,keywords:"",level:24,role:{type:2,flag:0,leader:!1},senses:"Perception +15",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"javelin; maul",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:21},intelligence:{score:6},wisdom:{score:16},charisma:{score:8},hp:275,initiative:17,ac:36,fortitude:36,reflex:34,will:32,regeneration:null,auras:[],powers:[{id:"572e8618-c277-4ce8-aef3-b1b2ce6258ff",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 4d8+8 damage.",damage:"4d8+8 damage",category:1},{id:"4373ad84-7f50-4071-80fa-1f8c9818bff2",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:25,defence:0},description:"",details:"2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"2da03c07-080d-4822-8f00-88d26b329d4f",name:"Brutal Hammer",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; 2d8+8 damage, and the target is stunned until the end of its next turn. Aftereffect: The target is dazed (save ends).",damage:"2d8+8 damage",category:3},{id:"cbd27730-2801-40ea-b5e1-46b18de447fd",name:"Roar of Destruction",action:{action:7,trigger:"when the battlesworn ogre mauler hits with a melee attack",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"",range:"Close blast 5",attack:{bonus:23,defence:1},description:"",details:"2d6+8 thunder damage, and the target is knocked prone and pushed 3 squares.",damage:"2d6+8 thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"72b71ebe-4d60-43b7-a627-6b221dbfe760",name:"Battlesworn Orc Bloodsage",details:"",size:2,origin:3,type:2,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +22",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"hide armor; longspear",category:"",strength:{score:23},constitution:{score:24},dexterity:{score:26},intelligence:{score:10},wisdom:{score:29},charisma:{score:17},hp:1,initiative:21,ac:38,fortitude:37,reflex:38,will:39,regeneration:null,auras:[],powers:[{id:"17a0aa7f-a736-4db3-9072-6dd50e71f63f",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 14 damage.",damage:"14 damage",category:1},{id:"ece0f6d0-67c9-4cd2-a832-9824555af846",name:"Blood Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"14 lightning damage, and any enemy adjacent to the target takes 7 necrotic damage, or 14 necrotic damage if the target is bloodied.",damage:"14 lightning damage",category:1},{id:"8705577d-c96b-48bc-af6b-59425f6217ef",name:"Blood Energy Burst",action:null,keywords:"Lightning, Necrotic",condition:"when the battlesworn orc bloodsage drops to 0 hit points",range:"14 lightning and necrotic damage. Effect: Each ally within the burst can make a melee basic attack as a free action.",attack:{bonus:29,defence:2},description:"",details:"targets enemies",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c1ed8dab-7b60-4e94-8c5b-2d64c5636ad8",name:"Battlesworn Orc Legionnaire",details:"",size:2,origin:3,type:2,keywords:"",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6 (8 while charging)",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"",equipment:"chainmail; greataxe; handaxe",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:23},intelligence:{score:10},wisdom:{score:19},charisma:{score:12},hp:1,initiative:19,ac:39,fortitude:36,reflex:35,will:33,regeneration:null,auras:[],powers:[{id:"245b108d-e018-458f-8077-8a13c5642112",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"0910c3ea-5322-420c-805c-e39db46289c4",name:"Handaxe",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:30,defence:0},description:"",details:"13 damage.",damage:"13 damage",category:1},{id:"8e4f596c-9224-48e2-b69b-71c4af7b375b",name:"Mocking Fury",action:{action:5,trigger:"when an enemy misses the battlesworn orc legionnaire with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The battlesworn orc legionnaire makes a basic attack or a charge attack against the triggering enemy.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"06ba092d-f51c-4e31-a325-9886580fe301",name:"Battlesworn War Troll Defender",details:"",size:3,origin:3,type:2,keywords:"",level:26,role:{type:7,flag:0,leader:!1},senses:"Perception +24",movement:"8",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +28, Endurance +26",equipment:"flail; heavy shield; plate armor",category:"",strength:{score:30},constitution:{score:26},dexterity:{score:22},intelligence:{score:12},wisdom:{score:22},charisma:{score:14},hp:242,initiative:21,ac:42,fortitude:40,reflex:36,will:36,regeneration:{value:20,details:""},auras:[],powers:[{id:"60c7c03d-0107-4d6f-868f-be248f2473e7",name:"Flail",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and the battlesworn war troll defender slides the target 1 square.",damage:"3d10+10 damage",category:1},{id:"ba416099-cdc0-4af7-b51c-1c7252c73055",name:"Not So Fast",action:{action:5,trigger:"when an enemy within reach shifts away from the battlesworn war troll defender",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:27,defence:2},description:"",details:"Reach 2; 3d10+10 damage, and the target is knocked prone and immobilized until the end of its next turn.",damage:"3d10+10 damage",category:5},{id:"28074dbc-c7e6-4d3c-bd57-6cd8a784293b",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A battlesworn war troll defender can make opportunity attacks against all enemies within its reach (2 squares).",damage:"",category:0},{id:"ad656144-2f47-4eb4-a8ba-526fca3922ba",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If a battlesworn war troll defender is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage, it falls prone and remains at 0 hit points until the start of its next turn, when it regains 35 hit points. If an attack deals acid or fire damage to the defender while it’s at 0 hit points, it is destroyed.",damage:"if a battlesworn war troll defender is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage",category:0},{id:"15613c46-502b-43ea-95c1-a2a040e419d0",name:"Vicious Tactics",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A battlesworn war troll defender deals 2d10 extra damage against targets that are marking it.",damage:"a battlesworn war troll defender deals 2d10 extra damage against targets that are marking it",category:0}],damageModifiers:[],resist:"",vulnerable:"acid or fire (if the battlesworn war troll defender takes acid or fire damage, its regeneration doesn’t function until the end of its next turn)",immune:"",tactics:""},{id:"94cc7dc0-cf08-4666-b4ed-f7c26af6a7fd",name:"Blackfire Burning Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:24,role:{type:9,flag:3,leader:!1},senses:"Perception +17; darkvision",movement:"8",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:27},intelligence:{score:10},wisdom:{score:21},charisma:{score:10},hp:1,initiative:22,ac:39,fortitude:36,reflex:38,will:34,regeneration:null,auras:[],powers:[{id:"18883472-197b-485c-a0f8-99f0c32f0fff",name:"Burning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"13 necrotic damage.",damage:"13 necrotic damage",category:1},{id:"fa2be812-f1f9-44b3-bf10-3b7aa149ee73",name:"Blackflame Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:27,defence:2},description:"",details:"13 necrotic damage.",damage:"13 necrotic damage",category:1},{id:"46823e09-65ff-4f0a-946b-587f1993fad8",name:"Blackfire Burst",action:null,keywords:"Necrotic",condition:"when the blackfire burning devil drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"no attack roll; the target takes ongoing 10 necrotic damage and is weakened (save ends both).",damage:"the target takes ongoing 10 necrotic damage and is weakened (save ends both)",category:0},{id:"8e126c66-ce47-4b08-840a-d87df79ee713",name:"Deadly Alacrity",action:{action:7,trigger:"when a blackfire burning devil is missed with a fire or necrotic attack",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Teleportation",condition:"",range:"",attack:null,description:"",details:"The blackfire burning devil teleports 8 squares. At the end of the movement, the burning devil makes a blackflame bolt attack against the creature that made the triggering attack.",damage:"The blackfire burning devil teleports 8 squares",category:5}],damageModifiers:[{type:3,value:-20},{type:6,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8848f470-cd57-407b-9238-3faecd09bbb4",name:"Burning Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3; darkvision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:14},dexterity:{score:14},intelligence:{score:10},wisdom:{score:12},charisma:{score:10},hp:1,initiative:6,ac:18,fortitude:16,reflex:18,will:15,regeneration:null,auras:[],powers:[{id:"d2049ad2-c0f2-49c1-8bda-ffe5632f358d",name:"Burning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"5 fire damage.",damage:"5 fire damage",category:1},{id:"a8099663-85ad-4bb1-a6dc-4c5bdc66d7bb",name:"Fire Burst",action:null,keywords:"Fire",condition:"when the burning devil drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"no attack roll; 5 fire damage.",damage:"5 fire damage",category:0},{id:"93e8ebd0-c548-408f-9afd-2077a4b1cd0e",name:"Fire Alacrity",action:{action:7,trigger:"when the burning devil is missed by a fire attack",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The burning devil teleports 7 squares.",damage:"The burning devil teleports 7 squares",category:5}],damageModifiers:[{type:3,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"15c49a8c-e71a-4687-8ac5-ebe8fa80b7da",name:"Ch’r’ai Inquisitor",details:"",size:2,origin:4,type:2,keywords:"",level:15,role:{type:4,flag:0,leader:!1},senses:"Perception +15",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +14, Insight +15",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:23},intelligence:{score:14},wisdom:{score:16},charisma:{score:20},hp:114,initiative:17,ac:28,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"93ec874c-217e-4d85-bca5-e4c0d8ef4c32",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d8+4 damage plus 1d6 psychic damage.",damage:"1d8+4 damage plus 1d6 psychic damage",category:1},{id:"38691a93-c440-444e-91ed-2ccd5000e6c5",name:"Inquisitor’s Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"usable only against a target not affected by inquisitor’s strike",range:"",attack:{bonus:18,defence:3},description:"",details:"1d8+4 damage plus 1d6 psychic damage, and the target is dominated until the end of the ch’r’ai inquisitor’s next turn.",damage:"1d8+4 damage plus 1d6 psychic damage",category:1},{id:"675f05ff-0028-4696-a874-f9dcc95795ba",name:"Bend the Will",action:{action:7,trigger:"when the ch’r’ai inquisitor is hit with a melee or ranged attack while dominating a creature",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The creature dominated by the ch’r’ai inquisitor uses an at-will attack power of the ch’r’ai inquisitor’s choice against the enemy making the triggering attack as a free action.",damage:"",category:5},{id:"e252d010-cf02-4bdd-98ee-48844be52ccf",name:"Keep Enemies Close",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A ch’r’ai inquisitor gains a +4 bonus to all defenses while a creature it’s dominating is within 5 squares of it.",damage:"A ch’r’ai inquisitor gains a +4 bonus to all defenses while a creature it’s dominating is within 5 squares of it",category:0},{id:"35d5b806-9921-46ae-b666-6f84f3261b6e",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ch’r’ai inquisitor or an ally within 10 squares of it can fly 5 squares.",damage:"The ch’r’ai inquisitor or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e361b28d-e706-42de-aaaa-064a8f1bbc8f",name:"Durud Fragment Mage",details:"",size:2,origin:3,type:2,keywords:"",level:20,role:{type:3,flag:1,leader:!1},senses:"Perception +19; all-around vision",movement:"8, fly 6, teleport 3",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"dagger",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:20},intelligence:{score:26},wisdom:{score:19},charisma:{score:24},hp:376,initiative:15,ac:33,fortitude:30,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"c3e0b701-a6be-41b8-bf3e-e616c935f045",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:25,defence:0},description:"",details:"2d4+8 damage.",damage:"2d4+8 damage",category:1},{id:"66409d0c-889a-403f-802d-fb6ac6342ed0",name:"Fragment Spike",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force, Implement",condition:"(standard",range:"Ranged 20",attack:{bonus:25,defence:3},description:"",details:"targets one or two creatures; 3d8+8 force damage, and the target is knocked prone.",damage:"3d8+8 force damage",category:1},{id:"c550a80c-6653-4311-a6f9-0c6e503518a5",name:"Vortex of Lakal",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Implement, Radiant, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:26,defence:1},description:"",details:"2d10+7 radiant damage, and the target is pulled 2 squares toward the origin square of the burst and slowed (save ends). The burst creates a zone that lasts until the end of the durud fragment mage’s next turn. Any creature that ends its turn within the zone takes 20 force damage.",damage:"2d10+7 radiant damage",category:1},{id:"9f06f048-bf0a-4bc4-913d-c902e6f8bee6",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the durud fragment mage scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The durud fragment mage can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cbd5dd47-007f-41e5-b812-85a5f261024f",name:"Durud Healer",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:3,flag:0,leader:!0},senses:"Perception +20; all-around vision",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Heal +20, Insight +20",equipment:"chainmail",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:23},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:196,initiative:16,ac:35,fortitude:33,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"44188e7b-e541-48e5-b0ca-0fdc5b99d953",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"3d6+8 damage.",damage:"3d6+8 damage",category:1},{id:"a394798f-f3c4-4f7d-990b-d39f94e0c9cd",name:"Lakal’s Wrath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Healing, Radiant",condition:"",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"3d6+7 radiant damage, and the target grants combat advantage until the end of the durud healer’s next turn. The first ally of the durud healer to hit the target while it is granting combat advantage in this way regains 20 hit points.",damage:"3d6+7 radiant damage",category:1},{id:"de9ec10f-4071-4cb1-a934-174526cf7f92",name:"Binding Burst",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"Area burst 1 within 10",attack:null,description:"",details:"targets enemies; 2d10+8 radiant damage, and the target is immobilized until the end of the durud healer’s next turn.",damage:"2d10+8 radiant damage",category:1},{id:"b2850bf4-ba12-4909-ad59-a392c2c1ff43",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the durud healer scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The durud healer can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5},{id:"bc5552e5-7f9e-4155-8b91-44a6668c7291",name:"Surge Siphon",action:{action:5,trigger:"when an enemy within 3 squares of the durud healer uses or is the target of a healing power",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The durud healer shifts 3 squares. If it ends this movement adjacent to the triggering enemy, the healing power grants only half its normal hit points, and each of the durud healer’s allies within 5 squares of it regains 10 hit points.",damage:"The durud healer shifts 3 squares",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10094f6b-c532-4a77-a161-0cb2faba9275",name:"Durud Slayer",details:"",size:2,origin:3,type:2,keywords:"",level:23,role:{type:4,flag:0,leader:!1},senses:"Perception +22; all-around vision",movement:"8, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"dagger; scale armor",category:"",strength:{score:24},constitution:{score:21},dexterity:{score:27},intelligence:{score:21},wisdom:{score:23},charisma:{score:22},hp:165,initiative:23,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"021380fb-b12e-4dec-9ac5-b61795635749",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"4d4+10 damage.",damage:"4d4+10 damage",category:1},{id:"87a73de7-08c5-4246-99e3-065967afaae8",name:"Radiant Garrote",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"3d6+8 radiant damage, and the target is grabbed. The durud slayer can have only one target grabbed at a time. Sustain Minor: The grabbed target takes 4d4 + 10 damage.",damage:"3d6+8 radiant damage",category:1},{id:"583bbf00-9fea-4641-8b66-1ad62ec25d4a",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the durud slayer scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The durud slayer can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5},{id:"eda84ea0-ce2a-4e2a-8e99-c239fd950920",name:"Retreating Step",action:{action:4,trigger:"when an enemy grabbed by the durud slayer succeeds on its escape check",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The durud slayer teleports 8 squares.",damage:"The durud slayer teleports 8 squares",category:5},{id:"b0ca4661-7910-480d-94bf-c7e281aa9b8c",name:"Slayer’s Step",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The durud slayer and any creature it has grabbed teleport 8 squares. If the durud slayer has a creature grabbed, that creature must end its teleport adjacent to the slayer.",damage:"The durud slayer and any creature it has grabbed teleport 8 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08f00ee5-7097-4d20-b571-c9119898ac33",name:"Duthka’gith",details:"",size:2,origin:4,type:2,keywords:"",level:19,role:{type:2,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +14, Intimidate +20",equipment:"scale armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:20},intelligence:{score:11},wisdom:{score:16},charisma:{score:22},hp:222,initiative:14,ac:31,fortitude:31,reflex:30,will:29,regeneration:null,auras:[],powers:[{id:"e528f037-ed70-44ec-aabd-bd37297e89ff",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d10+6 damage plus 1d10 psychic damage, and the duthka’gith slides the target 1 square.",damage:"1d10+6 damage plus 1d10 psychic damage",category:1},{id:"2be991d6-638c-4e3b-8ce0-8297ebd54bbc",name:"Battering Barrage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"3d10+6 damage, the duthka’gith pushes the target 3 squares, and the target is immobilized until the end of the duthka’gith’s next turn.",damage:"3d10+6 damage",category:1},{id:"218308e2-5757-47b9-9607-604f8ddec973",name:"Buckle the Knees",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:20,defence:1},description:"",details:"1d10+5 psychic damage, and the target is immobilized until the end of the duthka’gith’s next turn.",damage:"1d10+5 psychic damage",category:3},{id:"7f64ef5a-6e28-41f8-86c8-2e594f122127",name:"Breath Weapon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Fire",condition:"",range:"Close blast 5",attack:{bonus:18,defence:2},description:"",details:"2d12+5 fire damage. Miss: Half damage.",damage:"2d12+5 fire damage",category:1},{id:"4cd3e3aa-79ae-49d1-8c86-9b50670a652e",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Breath weapon recharges, and the duthka’gith uses it.",damage:"",category:5},{id:"b27b0cb8-a981-414e-933c-4e052fdf73de",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The duthka’gith or an ally within 10 squares of it can fly 5 squares.",damage:"The duthka’gith or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dec766e6-a886-40ac-aed8-e1efa603c1b3",name:"Githyanki Blackweave",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +17, Religion +17",equipment:"leather armor; rod implement",category:"",strength:{score:11},constitution:{score:16},dexterity:{score:14},intelligence:{score:20},wisdom:{score:13},charisma:{score:23},hp:136,initiative:9,ac:28,fortitude:24,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"f73f8f07-814f-4da5-8346-a132047bd760",name:"Silver Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8 +2 damage plus 1d8 psychic damage.",damage:"2d8 +2 damage plus 1d8 psychic damage",category:1},{id:"88f8dae2-1849-43b1-a618-93da7b0352aa",name:"Eldritch Blast",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"(standard",range:"",attack:{bonus:18,defence:2},description:"",details:"2d10 +4 damage, and the target is slowed until the end of the githyanki blackweave’s next turn.",damage:"2d10 +4 damage",category:1},{id:"e373f9b4-276e-4685-b17b-cfb002a1b3b9",name:"Wracking Blast",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Close blast 3",attack:{bonus:16,defence:1},description:"",details:"2d6 + 4 psychic damage, and until the end of the githyanki blackweave’s next turn whenever the target damages the githyanki blackweave, the target takes 2d6 psychic damage.",damage:"2d6 + 4 psychic damage",category:1},{id:"2c35eba9-9e06-40bf-be7d-a4685bef36c6",name:"Psychic Sinkhole",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:16,defence:3},description:"",details:"2d6 + 4 psychic damage. Effect: The burst creates a zone of energy that lasts until the end of the githyanki blackweave’s next turn. Any creature that starts its turn within the zone loses its move action during that turn.",damage:"2d6 + 4 psychic damage",category:1},{id:"37555740-fd89-4e22-a6b9-b972b1b76993",name:"Pact of the Lich-Queen",action:{action:7,trigger:"when the githyanki blackweave damages a bloodied enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy loses a healing surge and cannot spend healing surges (save ends).",damage:"",category:5},{id:"4603e906-cc48-4319-8249-feebaf7c968a",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki blackweave or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki blackweave or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4e975d87-df79-40da-8664-ce0e5cc4f3b4",name:"Githyanki Far Wanderer",details:"",size:2,origin:4,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +8",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Acrobatics +17, Athletics +13, Nature +13",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:19},dexterity:{score:22},intelligence:{score:13},wisdom:{score:14},charisma:{score:19},hp:131,initiative:14,ac:27,fortitude:25,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"4fbb0914-0b69-481a-9fac-60f1534282c8",name:"Silver Rapier",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage plus 1d8 psychic damage.",damage:"1d8+5 damage plus 1d8 psychic damage",category:1},{id:"3c710b7c-3788-4bde-8e99-2b6dc7ba791f",name:"Positioning Lunge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"1d8+5 damage plus 1d8 psychic damage, and the githyanki far wanderer shifts 2 squares.",damage:"1d8+5 damage plus 1d8 psychic damage",category:1},{id:"c2cea658-253d-4075-9de5-d63d0a345f99",name:"Silver Step",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The githyanki far wanderer makes three silver rapier attacks, each against a different target. The githyanki far wanderer can teleport 5 squares before each attack.",damage:"The githyanki far wanderer can teleport 5 squares before each attack",category:1},{id:"5bfb439b-8c1a-46bf-b97c-2d08b49e94dd",name:"Liberating Strike",action:{action:4,trigger:"when the githyanki far wanderer is grabbed",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"or restrained",range:"",attack:{bonus:16,defence:1},description:"",details:"Targets the creature that grabbed, restrained, or immobilized the githyanki far wanderer; 2d8 + 5 damage, and the githyanki far wanderer ends the grabbed, immobilized, or restrained condition and shifts 3 squares.",damage:"2d8 + 5 damage",category:5},{id:"1c303a0f-645f-482f-8169-ed9c7ca33c2d",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki far wanderer or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki far wanderer or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5149677d-021c-4a67-9b9b-64b86f19801c",name:"Githyanki Ghustil",details:"",size:2,origin:4,type:2,keywords:"",level:14,role:{type:4,flag:0,leader:!0},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +15, Religion +15",equipment:"cloth armor (basic clothing)",category:"",strength:{score:13},constitution:{score:18},dexterity:{score:19},intelligence:{score:16},wisdom:{score:23},charisma:{score:14},hp:108,initiative:15,ac:28,fortitude:25,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"4d77a7f4-4951-4d31-a1d8-bfbe6c4db9ca",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"1d8+3 damage plus 1d6 psychic damage.",damage:"1d8+3 damage plus 1d6 psychic damage",category:1},{id:"004f2cfc-d17c-4fd4-849d-12ec782c0284",name:"Necrotic Smite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Radiant, Weapon",condition:"usable only while affected by cloak of shadows",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+3 damage plus 1d8 necrotic damage plus 1d8 radiant damage.",damage:"2d8+3 damage plus 1d8 necrotic damage plus 1d8 radiant damage",category:1},{id:"28d0bfe9-970b-41eb-ba8f-c7f63125c759",name:"Capture Divinity",action:{action:4,trigger:"when an enemy within 10 squares of the githyanki ghustil uses a divine power",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"The githyanki ghustil regains 27 hit points.",damage:"The githyanki ghustil regains 27 hit points",category:5},{id:"70dab231-a538-4254-9364-28333af462c1",name:"Cloak of Shadows",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki ghustil gains total concealment against all enemies until the end of its next turn.",damage:"",category:1},{id:"7afa3525-70ad-4fde-869a-0c613ea722b3",name:"Gift of Vlaakith",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"One githyanki ally within 10 squares of the githyanki ghustil gains 15 temporary hit points.",damage:"One githyanki ally within 10 squares of the githyanki ghustil gains 15 temporary hit points",category:3},{id:"a7425aef-c19a-4f08-86e7-bf5c4615f3f0",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki ghustil or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki ghustil or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"a61e5875-6c7e-4bbb-858a-e69e82e7d554",name:"Githyanki Pyroclast",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:3,flag:0,leader:!1},senses:"Perception +11",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +18",equipment:"cloth armor (basic clothing)",category:"",strength:{score:11},constitution:{score:17},dexterity:{score:12},intelligence:{score:21},wisdom:{score:16},charisma:{score:19},hp:161,initiative:9,ac:31,fortitude:27,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"17e435b9-0177-432d-b719-16552ce131d2",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d8+4 damage plus 1d8 psychic damage.",damage:"2d8+4 damage plus 1d8 psychic damage",category:1},{id:"0c64a9e7-67b5-4e3a-9f7c-9967b7e6a748",name:"Psychic Flames",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Psychic",condition:"(standard",range:"",attack:{bonus:21,defence:2},description:"",details:"1d10+5 fire damage plus 1d10 psychic damage.",damage:"1d10+5 fire damage plus 1d10 psychic damage",category:1},{id:"e8023eb4-ef62-4483-9975-76e8e7bf606c",name:"Searing Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Fire, Psychic",condition:"",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"targets one, two, or three creatures; 1d10+5 fire damage, and the target’s healing surge value is halved (save ends).",damage:"1d10+5 fire damage",category:1},{id:"abbcb8e0-6b64-44a9-9246-89fd2bdf99c2",name:"Fire of the Mind",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Psychic",condition:"",range:"Area burst 1 within 10",attack:{bonus:19,defence:2},description:"",details:"targets enemies; 1d6+3 fire damage, and ongoing 10 psychic damage (save ends).",damage:"1d6+3 fire damage",category:1},{id:"007a6e1f-def0-45a0-a2c9-37d5d032cb67",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki pyroclast or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki pyroclast or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"790036d1-f38a-4553-9153-8714389935a5",name:"Githyanki Sword Stalker",details:"",size:2,origin:4,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Stealth +17",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:16},dexterity:{score:19},intelligence:{score:10},wisdom:{score:20},charisma:{score:11},hp:160,initiative:14,ac:33,fortitude:30,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"40a9fb4f-5d18-4b19-b726-dc3ae9ce8ec3",name:"Silver Fullblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"1d12+6 damage plus 1d6 psychic damage (crit 2d12 + 24 damage). Effect: The target is marked until the end of the githyanki sword stalker’s next turn.",damage:"1d12+6 damage plus 1d6 psychic damage (crit 2d12 + 24 damage)",category:1},{id:"a9a739f0-e871-4231-8fcb-a43a30273ad2",name:"Disarming Reclamation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d12+3 damage (crit 2d12 + 27 damage), and the target drops any weapon it’s holding.",damage:"2d12+3 damage (crit 2d12 + 27 damage)",category:1},{id:"0b69a896-b15e-4710-bd63-49898623c71a",name:"Unavoidable Swordsmanship",action:{action:5,trigger:"when an enemy adjacent to the sword stalker that is marked by it makes a melee attack that does not include the sword stalker",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d12+3 damage (crit 2d12 + 27 damage), and the triggering attack instead targets the githyanki sword stalker. The githyanki sword stalker gains a +2 bonus to AC and Reflex against this attack.",damage:"2d12+3 damage (crit 2d12 + 27 damage)",category:5},{id:"76493498-9731-4a27-b316-20b08aedf223",name:"Vortex of Silver Blades",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:20,defence:2},description:"",details:"1d12+3 damage (crit 2d12 + 15 damage), and until the end of the githyanki sword stalker’s next turn, the target is marked and slowed by it.",damage:"1d12+3 damage (crit 2d12 + 15 damage)",category:1},{id:"37b03eb7-57d3-44a6-981b-0885a32055ce",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The githyanki sword stalker or an ally within 10 squares of it can fly 5 squares.",damage:"The githyanki sword stalker or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"18c976eb-24a1-4f4f-92a2-e01f210716e9",name:"Gul’othran Dragon Raider",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:17,role:{type:0,flag:0,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"History +13, Insight +18",equipment:"leather armor",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:24},intelligence:{score:10},wisdom:{score:21},charisma:{score:16},hp:128,initiative:15,ac:29,fortitude:28,reflex:29,will:28,regeneration:null,auras:[],powers:[{id:"6b3f7263-f041-48dd-9353-c9eca2cb3fbd",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+3 damage plus 1d8 psychic damage.",damage:"2d8+3 damage plus 1d8 psychic damage",category:1},{id:"53816e73-d045-4e84-ad81-3b0cdc979aad",name:"Psychic Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"",attack:{bonus:22,defence:3},description:"",details:"3d6+6 psychic damage, and the target takes a -2 penalty to attack rolls against the gul’othran dragon raider and its mount until the end of the dragon raider’s next turn.",damage:"3d6+6 psychic damage",category:1},{id:"fdbe707c-e1fe-4731-a875-264b7b64e2eb",name:"Burst of Oppression",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Area burst 1 within 20",attack:{bonus:20,defence:3},description:"",details:"2d8+6 psychic damage, and the target is knocked prone.",damage:"2d8+6 psychic damage",category:1},{id:"6f7debf6-e94e-4aa2-89d3-e3fbbb800400",name:"Psychic Sunder",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Area burst 2 within 20",attack:{bonus:20,defence:3},description:"",details:"2d6+6 psychic damage, and whenever the target makes an attack, it takes 2d6 psychic damage (save ends).",damage:"2d6+6 psychic damage",category:1},{id:"51f18acf-d394-480e-93b8-39c3ceb212cd",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gul’othran dragon raider or an ally within 10 squares of it can fly 5 squares.",damage:"The gul’othran dragon raider or an ally within 10 squares of it can fly 5 squares",category:2},{id:"979b029a-f485-48b8-96a6-dde0a2d4f5b2",name:"Master Dragon Rider",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"While mounted on a dragon, a gul’othran dragon raider can make either a silver longsword attack or a psychic bolt attack once per round as a minor action.",damage:"",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"f593a4b5-bdbe-4672-b382-c15a67ab2027",name:"Gul’othran Marauder",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:2,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Nature +17",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:16},intelligence:{score:14},wisdom:{score:18},charisma:{score:12},hp:190,initiative:11,ac:28,fortitude:29,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"1f4164cc-3c55-4358-bbaa-bf50f3cd3b20",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+4 damage plus 1d10 psychic damage.",damage:"2d10+4 damage plus 1d10 psychic damage",category:1},{id:"4baab4e6-8d4e-48c2-97bc-d7fa5af3b790",name:"Break-Through Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"3d10+4 damage, and the gul’othran marauder pushes the target 3 squares.",damage:"3d10+4 damage",category:1},{id:"cf4dc7ef-3d91-4c60-a045-ed6427c8aa16",name:"Driving Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 2d10+7 damage, and the gul’othran marauder pushes the target 3 squares.",damage:"2d10+7 damage",category:1},{id:"b923b030-fefe-4377-8b6a-c2f2b553d216",name:"Slave Taker",action:{action:7,trigger:"when the gul’othran marauder bloodies an enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering enemy is dominated (save ends). The target takes a -5 penalty to saving throws against this effect if it’s within 5 squares of the gul’othran marauder.",damage:"The target takes a -5 penalty to saving throws against this effect if it’s within 5 squares of the gul’othran marauder",category:5},{id:"709a68f3-4889-40e7-9d88-ba3d3c6c04d3",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gul’othran marauder or an ally within 10 squares of it can fly 5 squares.",damage:"The gul’othran marauder or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"23e6d782-f322-4d3e-9be6-d75e464282bb",name:"Half-Void Nullifier",details:"",size:3,origin:3,type:2,keywords:"",level:24,role:{type:7,flag:0,leader:!0},senses:"Perception +16; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Evil",languages:"Primordial, Supernal",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:23},intelligence:{score:16},wisdom:{score:18},charisma:{score:23},hp:228,initiative:20,ac:40,fortitude:38,reflex:35,will:35,regeneration:null,auras:[{id:"0b98bd34-97ad-4d9b-b4b5-c8093a620903",name:"Void Feedback",keywords:"",details:"aura 5; when an enemy within the aura hits the half-void nullifier, as a free action, one ally within the aura can make a saving throw or gain 5 temporary hit points (the ally’s choice)."}],powers:[{id:"cb6f9f1d-5cfc-4d55-a1c4-042ed1fefc01",name:"Void Fist",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"(standard",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; 2d10+10 damage, and an ally within 5 squares of the half-void nullifier can teleport to any square adjacent to the target as a free action.",damage:"2d10+10 damage",category:1},{id:"a35a543f-dc12-474d-bd52-ec84fc98a1db",name:"Half-Cosmic Rip",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:{bonus:29,defence:3},description:"",details:"3d10+10 psychic damage, and the half-void nullifier teleports the target 5 squares.",damage:"3d10+10 psychic damage",category:1}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"if a half-void nullifier takes at least 30 radiant damage from a single attack, its aura ends until the nullifier reactivates it.",immune:"sleep",tactics:""},{id:"7a459284-0035-4208-a507-e5a5a0da0961",name:"Hundred-Handed One",details:"",size:4,origin:3,type:0,keywords:"construct",level:29,role:{type:7,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"8 see also earth reaver",alignment:"Evil",languages:"",skills:"",equipment:"longsword",category:"",strength:{score:33},constitution:{score:30},dexterity:{score:25},intelligence:{score:4},wisdom:{score:11},charisma:{score:27},hp:540,initiative:23,ac:47,fortitude:46,reflex:42,will:43,regeneration:null,auras:[{id:"a7e822bf-733c-47a8-8e1f-7744fdbc7925",name:"Avalanche of Blades",keywords:"",details:"aura 3; each creature that enters the aura or starts its turn there takes 10 damage."}],powers:[{id:"070f9a82-2010-4faf-8a3a-f9b9f66d6408",name:"Whirling Blade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:36,defence:0},description:"",details:"Reach 3; 4d8+4 damage.",damage:"4d8+4 damage",category:1},{id:"f5ca73ac-df26-4ed5-bbde-2f8432a6a04b",name:"Hundred Hands",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"4d6+8 damage, and the target is knocked prone. Special: When charging, the hundred-handed one can use this power in place of a melee basic attack.",attack:{bonus:36,defence:0},description:"",details:"Reach 3; targets each enemy within reach",damage:"Reach 3",category:1},{id:"456048f2-c919-4e6f-9f24-39867422e8ab",name:"Hail of Steel",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Area burst 1 within 20",attack:{bonus:34,defence:0},description:"",details:"4d6+8 damage, and the target is marked until the end of the hundred-handed one’s next turn.",damage:"4d6+8 damage",category:1},{id:"55272dad-5369-4595-ac63-780ce6d3d7c3",name:"Blades of Death",action:null,keywords:"",condition:"when the hundred-handed one hits a creature with an opportunity attack",range:"",attack:null,description:"",details:"The target is dazed until the end of the hundred-handed one’s next turn.",damage:"",category:0},{id:"92617ab1-5659-4fda-bafe-43a244142866",name:"Earth Reaver",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hundred-handed one ignores difficult terrain.",damage:"",category:0},{id:"ba32cfd5-fa7c-4e51-adc2-ba2e9086b490",name:"Indiscriminate Carnage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A hundred-handed one can score a critical hit against a prone creature on a roll of 17-20.",damage:"A hundred-handed one can score a critical hit against a prone creature on a roll of 17-20",category:0}],damageModifiers:[],resist:"5 to all damage",vulnerable:"",immune:"charm, fear",tactics:""},{id:"c94f41d3-6258-4608-a41d-e1ae99cf2dc3",name:"Illyram Brackz",details:"",size:2,origin:4,type:2,keywords:"undead",level:24,role:{type:3,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common, Elven",skills:"Arcana +24, History +24, Insight +19",equipment:"",category:"",strength:{score:12},constitution:{score:18},dexterity:{score:15},intelligence:{score:25},wisdom:{score:15},charisma:{score:21},hp:362,initiative:14,ac:38,fortitude:33,reflex:38,will:38,regeneration:null,auras:[{id:"cfa9f36d-3491-4d95-9f7d-757dbfb7e94a",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 5 necrotic damage."}],powers:[{id:"50581041-ecd9-46c1-830b-eab81ad290ba",name:"Shadow Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"(standard",range:"Ranged 20",attack:{bonus:28,defence:2},description:"",details:"3d8+7 necrotic damage.",damage:"3d8+7 necrotic damage",category:1},{id:"519af721-ed27-4e27-a05c-9b7ccc6fad44",name:"Necrotic Orb",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:28,defence:1},description:"",details:"3d8+7 necrotic damage, and the target is stunned until the end of Illyram’s next turn.",damage:"3d8+7 necrotic damage",category:1},{id:"b606cdf0-2452-4f62-ba49-d9027a43d258",name:"Entropic Pulse",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Area burst 2 within 20",attack:{bonus:28,defence:2},description:"",details:"6d6+7 necrotic damage.",damage:"6d6+7 necrotic damage",category:1},{id:"5c741d5c-9cdf-4e1a-b1e7-7137f47dbfc8",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Illyram is reduced to 0 hit points, his body and possessions crumble into dust, but he is not destroyed. He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery, unless the phylactery is also found and destroyed.",damage:"He reappears (along with his possessions) in 1d10 days within 1 square of his phylactery",category:0},{id:"03c39e2e-3857-4d68-a646-acf2b4b345bd",name:"Second Wind",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"Illyram spends a healing surge and regains 90 hit points. He gains a +2 bonus to all defenses until the start of his next turn.",damage:"Illyram spends a healing surge and regains 90 hit points",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});Ni.push({id:"02c40048-679f-4e52-ae59-0fbb6d5b7fc4",name:"Indwelling Devil",details:"",size:1,origin:3,type:2,keywords:"devil",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"6, fly 6",alignment:"Evil",languages:"Common, Supernal",skills:"Bluff +19, Diplomacy +19",equipment:"",category:"",strength:{score:16},constitution:{score:15},dexterity:{score:18},intelligence:{score:20},wisdom:{score:18},charisma:{score:20},hp:90,initiative:17,ac:30,fortitude:25,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"2849937f-b050-4773-9537-756ec543fec0",name:"Devil’s Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:21,defence:1},description:"",details:"1d6+10 necrotic damage, and the target is dazed until the end of the indwelling devil’s next turn and grabbed.",damage:"1d6+10 necrotic damage",category:1},{id:"13fdbdf1-1212-4ac2-b781-6b3097b9246d",name:"Devil’s Thrall",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"usable only against a target dazed and grabbed by the indwelling devil",range:"",attack:{bonus:21,defence:3},description:"",details:"the target is dominated (save ends).",damage:"",category:1},{id:"1a6c82e6-e736-479f-a26a-0bd9ceb1c8e8",name:"Indwelling",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"usable only against a target dominated and grabbed by the indwelling devil",range:"",attack:{bonus:21,defence:3},description:"",details:"the indwelling devil merges with the target, sharing its space and controlling its actions. The merged creature is stunned until the merge ends. On the indwelling devil’s turn, it uses its actions to control the merged creature. It can choose only actions normally available to the target, and can use only the target’s at-will powers. A successful grab attack against the indwelling devil ends the merge. When the merge ends, the attacker slides the indwelling devil to a square adjacent to the creature it merged with, and the indwelling devil is dazed (save ends).",damage:"",category:3},{id:"71c2c41d-70cf-4280-ac01-797adeaea381",name:"Invisibility",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The indwelling devil becomes invisible until the end of its next turn, or, if it is merged with a creature, it becomes invisible until the merge ends. The indwelling devil can end the invisibility as a free action.",damage:"",category:3}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c868b9d6-9980-44ba-9cc1-157399bd6fbc",name:"Juggernaut of the Black Hand",details:"",size:2,origin:3,type:2,keywords:"",level:18,role:{type:2,flag:0,leader:!1},senses:"Perception +14",movement:"7",alignment:"Unaligned",languages:"Common, Goblin",skills:"Athletics +21, Intimidate +20, Religion +16",equipment:"greatsword; scale armor",category:"",strength:{score:25},constitution:{score:22},dexterity:{score:22},intelligence:{score:15},wisdom:{score:21},charisma:{score:22},hp:174,initiative:15,ac:30,fortitude:29,reflex:28,will:28,regeneration:null,auras:[],powers:[{id:"278c5aad-f74a-4ebe-bcc3-96b39985f0bf",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d10+7 damage.",damage:"3d10+7 damage",category:1},{id:"4953e7fe-c097-4b43-af8a-8e2788028f0e",name:"Barreling Strike",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"3d10+7 damage, and the juggernaut pushes the target 5 squares.",damage:"3d10+7 damage",category:1},{id:"7ffa1ee0-9acc-4392-baa9-121869c47f00",name:"Banesworn Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when bloodied"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"2d10+5 damage, and ongoing 10 damage (save ends).",damage:"2d10+5 damage",category:1},{id:"ce79c4ed-4c89-4a64-9469-f94410ef9038",name:"Terrible Slaughter",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While not bloodied, a juggernaut gains a +4 bonus to damage rolls and resist 5 to all damage.",damage:"a juggernaut gains a +4 bonus to damage rolls and resist 5 to all damage",category:0},{id:"bad9e9c7-57dc-491c-9d0f-77a3b8e37b59",name:"Unstoppable Charge",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a juggernaut makes a charge attack, it rolls twice and uses the higher of the two results.",damage:"",category:0}],damageModifiers:[],resist:"see also terrible slaughter",vulnerable:"",immune:"fear",tactics:""},{id:"3e21f44f-b032-4414-832e-3e33bb4286d3",name:"Luthic",details:"",size:2,origin:3,type:2,keywords:"orc",level:27,role:{type:3,flag:1,leader:!0},senses:"Perception +28",movement:"6, fly 6 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Common, Giant, Supernal",skills:"Arcana +23, Insight +28, Intimidate +24, Stealth +25",equipment:"",category:"",strength:{score:17},constitution:{score:27},dexterity:{score:24},intelligence:{score:20},wisdom:{score:31},charisma:{score:22},hp:502,initiative:20,ac:41,fortitude:39,reflex:38,will:41,regeneration:null,auras:[],powers:[{id:"ff6fbdd8-a09b-4581-b57b-f2193179a2ae",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"3d8+3 damage.",damage:"3d8+3 damage",category:1},{id:"f9eccd2f-0dad-492e-b7c6-dfb75da7eacf",name:"Stretching Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; targets one, two, or three creatures; 3d8+3 damage.",damage:"3d8+3 damage",category:1},{id:"cf4aaca0-8883-4172-bcd9-02f4decd354a",name:"Blood Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Necrotic, Zone",condition:"",range:"Close blast 5",attack:{bonus:29,defence:1},description:"",details:"2d10+6 necrotic damage. Effect: The blast creates a zone of raining blood that lasts until the end of Luthic’s next turn. The zone is difficult terrain and blocks line of sight for enemies. Sustain Minor: The zone persists.",damage:"2d10+6 necrotic damage",category:1},{id:"889818c1-4e0c-490f-b3d9-fba47f6cc439",name:"Bloodied Frenzy",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Blood moon frenzy recharges, and Luthic uses it.",damage:"",category:5},{id:"aa945760-1239-4027-80c1-4d03a8cc30d0",name:"Blood Moon Frenzy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Charm",condition:"",range:"",attack:null,description:"",details:"Luthic and each bloodied ally within 6 squares of her make basic attacks as free actions and gain a +2 bonus to the attack roll. When one of these attacks hits a bloodied enemy, the target is dominated by Luthic until the end of her next turn.",damage:"Luthic and each bloodied ally within 6 squares of her make basic attacks as free actions and gain a +2 bonus to the attack roll",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"fea3ebe1-c642-4bf2-8a05-49329ea92c20",name:"Malediction",details:"",size:3,origin:1,type:1,keywords:"undead",level:23,role:{type:3,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"8, fly 8 (hover)",alignment:"Chaotic Evil",languages:"Primordial, understands all languages",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:27},dexterity:{score:29},intelligence:{score:18},wisdom:{score:18},charisma:{score:20},hp:153,initiative:20,ac:35,fortitude:34,reflex:35,will:33,regeneration:null,auras:[{id:"e6a3a1a4-7913-429b-acdf-af427e0aed46",name:"Grave Storm",keywords:"",details:"(Lightning, Necrotic, Thunder) aura 3; when an enemy within the aura spends a healing surge, it takes 20 lightning, necrotic, and thunder damage."}],powers:[{id:"912faf57-e6de-48a6-90b1-5b87747dde17",name:"Maddening Touch",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d8+8 psychic damage, and the target takes a -2 penalty to Will until the end of the malediction’s next turn.",damage:"2d8+8 psychic damage",category:1},{id:"991c5133-e564-4dfe-a72b-fccee54fd639",name:"Necrostorm Ray",action:{action:0,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fear, Lightning, Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:26,defence:3},description:"",details:"3d8+5 lightning and thunder damage, and the target is slowed and grants combat advantage (save ends both).",damage:"3d8+5 lightning and thunder damage",category:1},{id:"f34c406d-9fb8-48cc-ad19-2370b1081dcc",name:"Keening Madness",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear, Psychic",condition:"",range:"Close burst 5",attack:{bonus:28,defence:3},description:"",details:"3d8+10 psychic damage, and the target is dazed (save ends).",damage:"3d8+10 psychic damage",category:1}],damageModifiers:[{type:5,value:-15},{type:6,value:-15},{type:10,value:-15}],resist:"insubstantial",vulnerable:"",immune:"disease, fear, poison",tactics:""},{id:"3e336dd6-9e39-4a15-8b67-e05e2142e1e1",name:"Osyrimon",details:"",size:2,origin:4,type:2,keywords:"",level:16,role:{type:2,flag:1,leader:!1},senses:"Perception +13",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Intimidate +16",equipment:"plate armor",category:"",strength:{score:24},constitution:{score:19},dexterity:{score:20},intelligence:{score:14},wisdom:{score:20},charisma:{score:16},hp:378,initiative:13,ac:28,fortitude:29,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"05eaa20a-0252-48b1-abf7-ee941d58e7f2",name:"Silver Bastard Sword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+3 damage plus 1d10 psychic damage.",damage:"2d10+3 damage plus 1d10 psychic damage",category:1},{id:"c5a9384c-5f80-48f7-b622-98bad949355c",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Osyrimon makes two silver bastard sword attacks, each against a different target.",damage:"",category:1},{id:"a2c2b646-c170-4f24-9a00-09037f051171",name:"Deceptive Quickness",action:{action:5,trigger:"when an enemy makes a melee attack roll against osyrimon",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+3 damage, and the target takes a -2 penalty to the attack roll.",damage:"2d10+3 damage",category:5},{id:"a07004e6-985a-4562-a77f-b4c8fe7986e5",name:"Sling Foe",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"2d12+5 force damage, and the target is pushed 5 squares and knocked prone. If the target ends this movement adjacent to one of its allies, that ally takes 1d10 damage and is knocked prone. Only one of the target’s allies can suffer this effect when this power is used.",damage:"2d12+5 force damage",category:1},{id:"4a3115a7-8aed-4df5-a8f1-65739ee8c278",name:"For the Lich-Queen",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Osyrimon makes two silver bastard sword attacks, each against a different target.",damage:"",category:5},{id:"d7fb8e80-7f80-4b79-a9e5-ea8db189223b",name:"Master Dragon Rider",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While mounted on a dragon, Osyrimon can make a silver bastard sword attack once per round as a minor action.",damage:"",category:0},{id:"1990bbc8-6bd0-4362-8420-4916ccd29874",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Osyrimon or an ally within 10 squares of him can fly 5 squares.",damage:"Osyrimon or an ally within 10 squares of him can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"ba826ef4-244a-4199-b125-f75d83f55f7e",name:"Pillager Devil",details:"",size:4,origin:3,type:1,keywords:"devil",level:25,role:{type:7,flag:0,leader:!1},senses:"Perception +18; darkvision",movement:"7, fly 9 (clumsy)",alignment:"Evil",languages:"Common, Supernal",skills:"Intimidate +21",equipment:"",category:"",strength:{score:25},constitution:{score:24},dexterity:{score:18},intelligence:{score:16},wisdom:{score:23},charisma:{score:18},hp:232,initiative:18,ac:41,fortitude:39,reflex:35,will:37,regeneration:null,auras:[],powers:[{id:"19d9c8e6-1c50-475c-850f-aa4e93b46837",name:"Rake",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:32,defence:0},description:"",details:"Reach 2; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"565c8342-8bb1-40db-8985-1e8167fde27b",name:"Frenzied Rake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; the pillager devil makes three attacks, targeting two or three enemies; 2d8+8 damage.",damage:"2d8+8 damage",category:1},{id:"a376354d-d86c-4281-bb1d-cbcc5809c50c",name:"Soul Grasp",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:30,defence:3},description:"",details:"Reach 2; 2d10+5 psychic damage, and the target is grabbed. While grabbing a creature, the pillager devil can move normally, and if the pillager devil is affected by forced movement, it can take the grabbed creature with it. Sustain Minor: The pillager devil sustains the grab, and the target takes 2d10 + 10 psychic damage.",damage:"2d10+5 psychic damage",category:1},{id:"24500a7b-c0aa-4a23-99d7-1d8f9ed1c033",name:"Soul’s Calling",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"Close blast 3",attack:{bonus:28,defence:3},description:"",details:"targets creatures other than devils; the pillager devil pulls the target 2 squares.",damage:"the pillager devil pulls the target 2 squares",category:1}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4268cf17-b42f-4f71-87e7-3a85eeb037f7",name:"Quom Desperate",details:"",size:2,origin:3,type:2,keywords:"",level:21,role:{type:9,flag:3,leader:!1},senses:"Perception +15",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"",equipment:"broadsword; scale armor",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:23},intelligence:{score:20},wisdom:{score:20},charisma:{score:26},hp:1,initiative:18,ac:35,fortitude:31,reflex:31,will:33,regeneration:null,auras:[],powers:[{id:"c1dff6be-2924-41b3-b0f6-94fe9bd859ca",name:"Inspiring Cut",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"requires broadsword",range:"",attack:{bonus:26,defence:0},description:"",details:"11 damage, and one ally within 5 squares of the quom desperate rolls to recharge one of its powers.",damage:"11 damage",category:1},{id:"9282d7c1-e1e2-4115-9df9-08f86a0440df",name:"Cosmic Vengeance",action:null,keywords:"",condition:"when the quom desperate drops to 0 hit points",range:"Close burst 3",attack:null,description:"",details:"any enemy in the burst grants combat advantage until the end of its next turn.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8266ee68-fd12-4adc-93e9-65b8b1f32b91",name:"Quom Enforcer",details:"",size:2,origin:3,type:2,keywords:"",level:17,role:{type:2,flag:0,leader:!1},senses:"Perception +13",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Bluff +17, Intimidate +17",equipment:"maul; scale armor",category:"",strength:{score:24},constitution:{score:18},dexterity:{score:18},intelligence:{score:18},wisdom:{score:21},charisma:{score:18},hp:198,initiative:12,ac:29,fortitude:31,reflex:28,will:29,regeneration:null,auras:[],powers:[{id:"ef094d98-2b6d-44d0-94a6-49a64e6faa2b",name:"Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"4d6+6 damage.",damage:"4d6+6 damage",category:1},{id:"b43bcbe3-9b27-4a2f-b13b-df2a0cd55694",name:"Enforcer’s Smash",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:"recharges when first bloodied"},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"4d6+6 damage, and the target is knocked prone and dazed (save ends).",damage:"4d6+6 damage",category:1},{id:"bf59aef0-5a2d-4732-8476-811218bc2d6f",name:"Mystic Fury",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires maul",range:"",attack:null,description:"",details:"The quom enforcer makes three maul attacks, each against a different target. If at least one of these attacks hits, the quom enforcer gains a +2 bonus to AC and Will until the end of its next turn.",damage:"the quom enforcer gains a +2 bonus to AC and Will until the end of its next turn",category:1},{id:"de7368dd-bc26-4183-9076-a36ef92f886a",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the quom enforcer scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quom enforcer can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4b732a9d-c4fb-4964-a9e3-cee73c1de8af",name:"Quom Fanatic",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Bluff +15, Insight +17",equipment:"broadsword; scale armor",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:24},intelligence:{score:17},wisdom:{score:21},charisma:{score:16},hp:145,initiative:16,ac:31,fortitude:27,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"13ca1b00-dd1c-4a37-9136-32108fa1c978",name:"Broadsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"1ab55655-662e-4b70-b0f5-92d50bbac292",name:"Crossbow",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:20,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"60ac6c1a-9839-4bfc-9592-6a9eb48a116c",name:"Mystic Mark",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Weapon",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets enemies; the target is marked (save ends). In addition, the quom fanatic gains a +2 bonus to attack rolls against creatures it has marked until the end of its next turn.",damage:"the quom fanatic gains a +2 bonus to attack rolls against creatures it has marked until the end of its next turn",category:3},{id:"36bf998c-8066-49fc-b09c-9c11779042be",name:"Implacable Determination",action:{action:7,trigger:"when an enemy within 5 squares of the quom fanatic scores a critical hit",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The quom fanatic can make a basic attack, shift 1 square, or move its speed.",damage:"shift 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d43a8e38-fa2f-4c20-8f75-cf1274eeb18b",name:"Quom Harpoonist",details:"",size:2,origin:3,type:2,keywords:"",level:19,role:{type:0,flag:0,leader:!1},senses:"Perception +20",movement:"6, fly 3 (while within the Astral Sea)",alignment:"Unaligned",languages:"Supernal",skills:"Bluff +18, Insight +20",equipment:"javelin; scale armor",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:25},intelligence:{score:19},wisdom:{score:22},charisma:{score:19},hp:142,initiative:16,ac:31,fortitude:31,reflex:32,will:31,regeneration:null,auras:[],powers:[{id:"397f9d61-a89b-41cf-95c9-e1a2219b3be9",name:"Cutlass",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"219ac1ea-a048-4421-89ac-10111b930e4b",name:"Javelin",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"3d6+7 damage.",damage:"3d6+7 damage",category:1},{id:"6189d8da-02aa-4439-8f57-9a4b92240791",name:"Harpooning Javelin",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"requires javelin",range:"Ranged 10/20",attack:{bonus:26,defence:0},description:"",details:"4d6+8 damage, and the target is pulled 3 squares and immobilized (save ends). Each Failed Saving Throw: The quom harpoonist pulls the target 3 squares.",damage:"4d6+8 damage",category:1},{id:"e963f8e5-563f-4469-bfb6-a9cc86364ae0",name:"Harpoonist’s Determination",action:{action:7,trigger:"when an enemy within 5 squares of the quom harpoonist",sustainAction:0,use:0,recharge:""},keywords:"",condition:"scores a critical hit",range:"",attack:null,description:"",details:"The quom harpoonist makes a basic attack, shifts 1 square, pulls a creature immobilized by harpooning javelin 3 squares, or moves its speed.",damage:"shifts 1 square",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d78352a-4b80-49d9-b748-92a9ae8b3281",name:"Spined Devil Ravager",details:"",size:2,origin:3,type:2,keywords:"devil",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +14; darkvision",movement:"5, fly 7 (hover)",alignment:"Evil",languages:"Common, Supernal",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:16},dexterity:{score:17},intelligence:{score:12},wisdom:{score:16},charisma:{score:15},hp:120,initiative:11,ac:26,fortitude:24,reflex:22,will:22,regeneration:null,auras:[],powers:[{id:"45fc0f67-6e8a-481b-a8f2-dfdd466bf265",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"2d6+7 damage.",damage:"2d6+7 damage",category:1},{id:"a40a29c3-9ec2-4357-aadc-84e44c181587",name:"Spinestorm",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Poison",condition:"",range:"The spined devil ravager flings spines that ignite as they fly through the air. Ranged 10",attack:{bonus:15,defence:2},description:"",details:"targets one or two creatures; 1d10+3 fire damage, and the target takes ongoing 10 poison damage and is slowed (save ends both).",damage:"1d10+3 fire damage",category:1}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"10a3c981-e8fe-4876-84f1-4cb1e760ff49",name:"Tu’narathi Dragon Rider",details:"",size:2,origin:4,type:2,keywords:"githyanki",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +13, Nature +17",equipment:"leather armor",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:24},intelligence:{score:11},wisdom:{score:18},charisma:{score:13},hp:156,initiative:17,ac:32,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"ba0b5b37-db92-43a5-b1bb-37491a1f4025",name:"Silver Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+3 damage plus 1d6 psychic damage, or 2d6 psychic damage if the target is weakened.",damage:"2d8+3 damage plus 1d6 psychic damage",category:1},{id:"6aaba7ef-fb5f-4ea0-b63c-e14a9c0162da",name:"Force Bolt",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d10+5 force damage.",damage:"2d10+5 force damage",category:1},{id:"6bbb248a-ec67-473f-a2f0-188db98e4e70",name:"Dragon Rider’s Challenge",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"3d8+3 damage, and the target is marked by either the Tu’narathi dragon rider or its mount (rider’s choice) until the end of the dragon rider’s next turn.",damage:"3d8+3 damage",category:1},{id:"25d5fac5-8bc2-49c9-9cc4-ba3d996556e4",name:"Weakening Retribution",action:{action:5,trigger:"when a target marked by the tu’narathi dragon rider or its mount makes an attack that doesn’t include the creature marking it",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"2d8+8 damage, and the target is weakened until the end of the Tu’narathi dragon rider’s next turn.",damage:"2d8+8 damage",category:5},{id:"29e380a2-db02-4976-b8fe-50b51c6181d0",name:"Master Dragon Rider",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"While mounted on a dragon, a Tu’narathi dragon rider can make either a silver longsword attack or a force bolt attack once per round as a minor action.",damage:"",category:0},{id:"2e4c0593-2617-4266-9404-83194a9f08ef",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Tu’narathi dragon rider or an ally within 10 squares of it can fly 5 squares.",damage:"The Tu’narathi dragon rider or an ally within 10 squares of it can fly 5 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0c5e9ec1-d2f4-4244-a113-5d6729572546",name:"Vaprak",details:"",size:4,origin:3,type:2,keywords:"",level:25,role:{type:6,flag:1,leader:!1},senses:"Perception +24",movement:"12",alignment:"Chaotic Evil",languages:"Common, Giant",skills:"Athletics +27, Endurance +24, Intimidate +22",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:26},intelligence:{score:17},wisdom:{score:24},charisma:{score:21},hp:466,initiative:22,ac:39,fortitude:41,reflex:38,will:36,regeneration:{value:20,details:""},auras:[],powers:[{id:"13429fbb-98ff-41a6-9442-fd8edc212975",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 3; 3d8+9 damage; see also blood bite.",damage:"3d8+9 damage",category:1},{id:"f02b8ec2-7444-4dc0-9589-2ab72f42ea5d",name:"Blood Bite",action:{action:3,trigger:"when vaprak hits a bloodied enemy with a claw attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Targets a bloodied enemy hit with a claw attack; 2d8+9 damage, and Vaprak shifts 3 squares.",damage:"2d8+9 damage",category:5},{id:"4e907c74-c7e7-4771-ac5d-0566b456a229",name:"Intimidating Move",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fear",condition:"",range:"",attack:{bonus:28,defence:3},description:"",details:"the target is weakened until the end of Vaprak’s next turn.",damage:"",category:2},{id:"6919d253-ed4a-446d-be41-af4359a44de9",name:"Threatening Reach",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Vaprak can make opportunity attacks against all enemies within his reach (3 squares).",damage:"",category:0},{id:"8c9abec9-e166-4b9d-afa4-b49aed7a86f2",name:"Troll Healing",action:null,keywords:"Healing",condition:"",range:"",attack:null,description:"",details:"If Vaprak is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage, he falls prone and remains at 0 hit points until the start of his next turn, when he regains 100 hit points. If an attack deals acid or fire damage to Vaprak while he’s at 0 hit points, he is destroyed. See also Vaprak’s vengeance.",damage:"if vaprak is reduced to 0 hit points by an attack that doesn’t deal acid or fire damage",category:0},{id:"34504700-6a7c-461f-9d18-65c32b99d849",name:"Vaprak’s Vengeance",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If Vaprak is destroyed, his remains continue to strike at creatures. Until the end of the encounter, Vaprak makes a claw attack against any creature that enters Vaprak’s space or starts its turn there.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e1d24cc4-a759-4835-ae07-20e871da75cb",name:"Vlaakith",details:"",size:2,origin:4,type:2,keywords:"undead",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +14; darkvision",movement:"7",alignment:"Evil",languages:"Common, Deep Speech, Draconic",skills:"Arcana +23, Bluff +21, Insight +19, Intimidate +21, Religion +23",equipment:"",category:"",strength:{score:14},constitution:{score:21},dexterity:{score:11},intelligence:{score:26},wisdom:{score:19},charisma:{score:23},hp:788,initiative:10,ac:35,fortitude:31,reflex:34,will:32,regeneration:{value:10,details:""},auras:[{id:"2df6d977-79bf-4bf3-babc-2e8113d6714a",name:"Necromantic Aura",keywords:"",details:"(Necrotic) aura 5; any living creature that enters or starts its turn in the aura takes 10 necrotic damage."}],powers:[{id:"c9e12cdc-20f7-4408-aa2b-a1817b263ce8",name:"Silver Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d10+4 damage plus 1d10 psychic damage.",damage:"2d10+4 damage plus 1d10 psychic damage",category:1},{id:"eef66b7d-0c6e-4637-a772-13ef061dffb7",name:"Grasp of the Lich-Queen",action:{action:3,trigger:"",sustainAction:0,use:2,recharge:"recharges when first bloodied"},keywords:"Charm, Implement, Psychic",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"2d12+5 psychic damage, and the target is dominated (save ends). While the target is dominated, any enemy of Vlaakith that starts its turn within 2 squares of the target takes 15 psychic damage.",damage:"2d12+5 psychic damage",category:3},{id:"81f5f669-264d-43a6-a192-9d737c8db293",name:"Crippling Ray",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"(standard",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"3d8+4 necrotic damage. In addition, until the end of Vlaakith’s next turn, the target is slowed and takes a -4 penalty to all defenses.",damage:"3d8+4 necrotic damage",category:1},{id:"830fc9aa-470d-4b0c-86b7-19ae4475285f",name:"Banish",action:{action:4,trigger:"when an enemy hits vlaakith with a melee attack",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"Targets the triggering enemy; 2d10+8 necrotic damage, and the target is banished to a remote region of Tytherion. While banished, the target takes no actions. At the end of its next turn, the target returns to the same square it occupied (or the nearest empty square).",damage:"2d10+8 necrotic damage",category:5},{id:"9a66960d-25e8-4b06-8692-fe197e78cfcb",name:"Crippling Barrage",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"",attack:null,description:"",details:"Vlaakith makes three crippling ray attacks, each against a different target.",damage:"",category:1},{id:"6f64c54e-4f5f-4eaf-aa40-aa2a7c21541b",name:"Dancing Silver Greatsword",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"Close burst 10",attack:{bonus:26,defence:0},description:"",details:"targets one enemy; 1d10+4 damage, and ongoing 10 psychic damage (save ends).",damage:"1d10+4 damage",category:3},{id:"943a62b7-2adc-42fd-b281-6e56a2c8a433",name:"Necrotic Waves",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Necrotic",condition:"usable only while bloodied",range:"Close burst 2",attack:{bonus:23,defence:1},description:"",details:"3d6+3 necrotic damage. In addition, Vlaakith gains a +2 bonus to her next attack roll before the end of her turn.",damage:"3d6+3 necrotic damage",category:3},{id:"c2b0e695-cbde-4632-a0bc-066f6f3d8688",name:"Indestructible",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Vlaakith drops to 0 hit points, her body and possessions crumble into dust, but she is not destroyed. She and her possessions reappear adjacent to her phylactery in 1d10 days, unless the phylactery is also destroyed.",damage:"She and her possessions reappear adjacent to her phylactery in 1d10 days",category:0},{id:"2e12e6fe-fdb4-4055-8d2d-252d3490ac20",name:"Telekinetic Leap",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Vlaakith or an ally within 10 squares of her can fly 5 squares.",damage:"Vlaakith or an ally within 10 squares of her can fly 5 squares",category:2}],damageModifiers:[{type:6,value:-15}],resist:"",vulnerable:"radiant (if Vlaakith takes radiant damage, her regeneration doesn’t function on her next turn)",immune:"disease, poison",tactics:""},{id:"a680e268-042f-40aa-a105-3d3de86c7496",name:"Void Nexus Nullifier",details:"",size:3,origin:3,type:2,keywords:"",level:25,role:{type:2,flag:0,leader:!0},senses:"Perception +15; truesight 10",movement:"8, fly 4 (hover), teleport 4",alignment:"Evil",languages:"Primordial, Supernal",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:22},dexterity:{score:24},intelligence:{score:14},wisdom:{score:16},charisma:{score:25},hp:282,initiative:19,ac:37,fortitude:37,reflex:36,will:36,regeneration:null,auras:[],powers:[{id:"e1a03834-d4cc-4a5f-af27-ad01c6b35135",name:"Disheartening Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and any creature within 3 squares of the void nexus nullifier has its temporary hit points reduced to 0.",damage:"3d10+10 damage",category:1},{id:"f8e414ce-cc11-46da-873e-f19834964b46",name:"Flaring Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Varies",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and any enemy within 3 squares of the void nexus nullifier that is taking ongoing damage takes that damage.",damage:"3d10+10 damage",category:1},{id:"979f6df1-4694-44fb-b77f-249bb55ee325",name:"Nexus Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d10+10 damage, and all effects that a save can end on creatures within 3 squares of the void nexus nullifier end.",damage:"3d10+10 damage",category:1},{id:"8e6b8036-6b75-4652-8034-c7e0eb465362",name:"Hasty Fist",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"4d10+10 damage, and the void nexus nullifier shifts 2 squares and makes a melee basic attack.",attack:{bonus:28,defence:0},description:"",details:"Reach 2",damage:"Reach 2",category:1},{id:"1fc80279-4634-499f-a38b-b3929a1bf14a",name:"Dispelling Presence",action:null,keywords:"",condition:"when the void nexus nullifier enters a zone",range:"",attack:null,description:"",details:"If the zone was created by a creature of the void nexus nullifier’s level or lower, that zone ends.",damage:"",category:0}],damageModifiers:[{type:10,value:-10}],resist:"",vulnerable:"",immune:"sleep",tactics:""},{id:"abfb0bc2-e4fa-47f1-b1eb-6c67e766271d",name:"Voracia",details:"",size:3,origin:1,type:1,keywords:"",level:22,role:{type:6,flag:1,leader:!1},senses:"Perception +16",movement:"7 (10 while bloodied), climb 6",alignment:"Chaotic Evil",languages:"Common, Elven",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:24},dexterity:{score:26},intelligence:{score:18},wisdom:{score:20},charisma:{score:20},hp:416,initiative:21,ac:36,fortitude:34,reflex:34,will:30,regeneration:null,auras:[{id:"79717166-7fa8-4747-a04a-55a25d025c72",name:"Acid Haze",keywords:"",details:"(Acid) aura 3; each enemy that enters the aura or starts its turn there takes 10 acid damage, or 20 acid damage while the voracia is bloodied."}],powers:[{id:"d2c07ef7-2ecd-42c0-bc66-8a94dd86a2c0",name:"Envenomed Fangs",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 2; targets one or two creatures; 2d8+12 damage, and ongoing 5 poison damage (save ends). If the target is bloodied by this attack, the target is also dazed until the end of its next turn.",damage:"2d8+12 damage",category:1},{id:"fd365fe5-eaf3-41c3-9852-778aa3c4664d",name:"Acidic Spittle",action:{action:0,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 10",attack:{bonus:25,defence:1},description:"",details:"2d6+12 acid damage, and ongoing 15 acid damage (save ends).",damage:"2d6+12 acid damage",category:1},{id:"a2110cde-ddc2-4a9f-ac18-0811f3b033fa",name:"Ravenous Rend",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The voracia makes two envenomed fangs attacks and shifts 3 squares.",damage:"The voracia makes two envenomed fangs attacks and shifts 3 squares",category:1},{id:"6e0f4401-77ec-45a2-9a1f-c97655234a6d",name:"Astral Doom",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Enemies cannot reroll attacks against a voracia.",damage:"",category:0},{id:"1bbb2eaf-bdaf-4f56-af1a-e5fd9669f23a",name:"Stepper’s Bane",action:{action:4,trigger:"when an enemy uses a teleportation power inside the voracia’s acid haze aura",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"The voracia teleports 10 squares and makes a melee basic attack. If it hits the triggering enemy with this attack, the target also takes ongoing 10 poison damage (save ends).",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[{type:1,value:-20},{type:7,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"497b2cc8-ea20-4189-9a1e-dd4518100890",name:"Warder Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:16,role:{type:7,flag:0,leader:!1},senses:"Perception +8; darkvision",movement:"6",alignment:"Evil",languages:"Supernal",skills:"Intimidate +17",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:18},intelligence:{score:14},wisdom:{score:11},charisma:{score:19},hp:154,initiative:16,ac:32,fortitude:32,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"9fb6dc63-3f2e-41db-8f2f-0d63db1a7202",name:"Burning Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+11 fire damage, and the target is marked until the end of the encounter or until the warder devil uses burning greatsword against a different target.",damage:"1d10+11 fire damage",category:1},{id:"d3ee84b4-78d1-40be-9998-ebae449e205b",name:"Whirling Ravage",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Weapon",condition:"",range:"Close burst 1",attack:{bonus:18,defence:0},description:"",details:"1d10+11 fire damage, and ongoing 10 fire damage (save ends). If the target is marked by the warder devil, it instead takes ongoing 15 fire damage (save ends).",damage:"1d10+11 fire damage",category:1},{id:"9d93ee9c-2bb4-46e4-b51c-cf15f50d9516",name:"Hell’s Step",action:{action:5,trigger:"when an enemy marked by the warder devil hits an ally",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The warder devil teleports 10 squares to a space adjacent to the triggering enemy and makes a burning greatsword attack against that creature.",damage:"The warder devil teleports 10 squares to a space adjacent to the triggering enemy and makes a burning greatsword attack against that creature",category:5}],damageModifiers:[{type:3,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1993e3b7-2741-44e2-a26c-3ba10f599a7f",name:"Whitefire Burning Devil",details:"",size:2,origin:3,type:2,keywords:"devil",level:14,role:{type:9,flag:3,leader:!1},senses:"Perception +10; darkvision",movement:"7",alignment:"Evil",languages:"Supernal",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:20},dexterity:{score:22},intelligence:{score:10},wisdom:{score:16},charisma:{score:10},hp:1,initiative:15,ac:28,fortitude:26,reflex:28,will:24,regeneration:null,auras:[],powers:[{id:"6589a2b9-8085-45e0-ab5e-9512ac729059",name:"Burning Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"9 radiant damage.",damage:"9 radiant damage",category:1},{id:"a4157a46-5c07-471a-97ba-b36509165fa3",name:"Whiteflame Bolt",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Radiant",condition:"",range:"Ranged 10",attack:{bonus:17,defence:2},description:"",details:"9 radiant damage.",damage:"9 radiant damage",category:1},{id:"d47cb555-de99-4c1b-8049-d930da9699fc",name:"Whitefire Burst",action:null,keywords:"Radiant",condition:"when the whitefire burning devil drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"no attack roll; the target takes ongoing 9 radiant damage (save ends).",damage:"the target takes ongoing 9 radiant damage (save ends)",category:0},{id:"2c41bf43-0131-44da-af4d-3c3f078f4c7b",name:"Brilliant Alacrity",action:{action:7,trigger:"when the whitefire burning devil is missed by a fire or radiant attack",sustainAction:0,use:1,recharge:""},keywords:"Radiant, Teleportation",condition:"",range:"",attack:null,description:"",details:"The whitefire burning devil teleports 7 squares. At the end of the movement, the burning devil makes a whiteflame bolt attack against the creature that made the triggering attack.",damage:"The whitefire burning devil teleports 7 squares",category:5}],damageModifiers:[{type:3,value:-15},{type:9,value:-20}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c112e7ad-2a3e-4c51-9882-2b8f89a79993",name:"Acolyte of Entropy",details:"Skirnex has gathered a small group of fanatical slaad worshipers of Ygorl who coerce other slaads into following his orders.",size:2,origin:1,type:2,keywords:"slaad",level:18,role:{type:6,flag:0,leader:!1},senses:"Perception +13; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +16, Stealth +17",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:17},intelligence:{score:23},wisdom:{score:19},charisma:{score:16},hp:162,initiative:14,ac:31,fortitude:30,reflex:31,will:28,regeneration:{value:5,details:""},auras:[],powers:[{id:"0ff9dcc8-72a4-4c66-97fb-9b21e6c06f71",name:"Entropic Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d8+8 necrotic damage, and the target is weakened until the end of its next turn.",damage:"1d8+8 necrotic damage",category:1},{id:"22ae422b-f75d-4fd5-ac3e-77eec1a12cf3",name:"Void Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Ranged 20",attack:{bonus:21,defence:2},description:"",details:"2d8+8 necrotic damage, and the target is knocked prone. If the attack scores a critical hit, the target is also stunned until the end of its next turn.",damage:"2d8+8 necrotic damage",category:1},{id:"75f52a14-a0d2-443b-b6c5-810d09b37e81",name:"Illogic Burst",action:{action:1,trigger:"recharges when the acolyte is restored to full hit points",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Psychic",condition:"when the acolyte of entropy becomes bloodied",range:"Close burst 3",attack:{bonus:21,defence:1},description:"",details:"the acolyte of entropy’s head explodes; 3d8+6 necrotic damage, and ongoing 5 psychic damage (save ends). Aftereffect: The target grants combat advantage until the end of its next turn.",damage:"3d8+6 necrotic damage",category:5},{id:"17ade7a6-94ed-4d37-bfce-d92fdcbf787f",name:"Entropic Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever the acolyte of entropy hits a target granting combat advantage to it, that target also gains vulnerable 5 to all damage (save ends).",damage:"that target also gains vulnerable 5 to all damage (save ends)",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"bb9829c9-29dd-48c4-87ca-6fb515d84945",name:"Ashfrost Assassin",details:"An ashfrost assassin’s dark body is a shifting slurry of smoldering ash and ice that constantly melts and refreezes. Its malleable form allows it to move in unexpected ways.",size:2,origin:1,type:1,keywords:"cold, fire",level:12,role:{type:6,flag:0,leader:!1},senses:"Perception +10",movement:"7 see also flowing slurry",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +17",equipment:"",category:"",strength:{score:15},constitution:{score:17},dexterity:{score:22},intelligence:{score:7},wisdom:{score:19},charisma:{score:8},hp:121,initiative:14,ac:26,fortitude:23,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"324cf123-0a2e-4c2c-8001-e00bb26049c4",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Fire",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"1d6+3 cold damage plus 1d6 + 3 fire damage, and the target is knocked prone and cannot stand up until the end of the ashfrost assassin’s next turn.",damage:"1d6+3 cold damage plus 1d6 + 3 fire damage",category:1},{id:"b93de2f8-128a-4e7e-9235-fde5df76d284",name:"Ashfrost Slide",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The ashfrost assassin moves its speed and can make a slam attack at any point during this movement. It doesn’t provoke opportunity attacks when moving away from the target.",damage:"",category:1},{id:"25aada73-a7d5-4561-9231-e4886e72bd9c",name:"Ashfrost Torrent",action:{action:1,trigger:"or recharges when the ashfrost assassin takes cold or fire damage",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Cold, Fire",condition:"",range:"Close burst 3",attack:{bonus:14,defence:1},description:"",details:"2d6+3 cold damage plus 2d6 +3 fire damage, and the target is knocked prone.",damage:"2d6+3 cold damage plus 2d6 +3 fire damage",category:5},{id:"64b4e4cd-9ccf-448e-8f09-63484ea34e1a",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ashfrost assassin deals 1d8 extra cold damage and 1d8 extra fire damage against any creature granting combat advantage to it instead of knocking that creature prone.",damage:"an ashfrost assassin deals 1d8 extra cold damage and 1d8 extra fire damage against any creature granting combat advantage to it instead of knocking that creature prone",category:0},{id:"d1f78f1d-095b-481d-81f0-cddf3dcdc3e0",name:"Mutable Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When squeezing, an ashfrost assassin moves at full speed, provokes no opportunity attacks for squeezing, and does not take a -5 penalty to attack rolls for squeezing.",damage:"and does not take a -5 penalty to attack rolls for squeezing",category:0},{id:"c4e82979-f0ec-4bd8-8b70-e3a5dba9252e",name:"Flowing Slurry",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"An ashfrost assassin can move across liquid and ignores difficult terrain.",damage:"",category:0}],damageModifiers:[{type:2,value:-10},{type:3,value:-10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eb73fad8-dd2f-49bc-836e-6b91fdd349b9",name:"Ash-Wrought Soulburner",details:"Formerly efreets, ash-wrought soulburners feed on the warmth of living beings. Though they burn flesh, their feeding drains body heat, leaving behind icy corpses rather than cinders.",size:3,origin:1,type:2,keywords:"demon, fire",level:19,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"8, fly 8 (clumsy)",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"Intimidate +20",equipment:"",category:"",strength:{score:25},constitution:{score:18},dexterity:{score:22},intelligence:{score:11},wisdom:{score:9},charisma:{score:23},hp:178,initiative:15,ac:32,fortitude:32,reflex:31,will:31,regeneration:null,auras:[],powers:[{id:"dc416011-bacd-4524-b1a7-3d3a2c13a33e",name:"Chilling Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"Reach 2; 3d6+8 cold damage.",damage:"3d6+8 cold damage",category:1},{id:"f0d4efc8-49c4-4b76-8ee0-bf74ee8c3951",name:"Soulfire Theft",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 15",attack:{bonus:23,defence:1},description:"",details:"1d10+8 cold damage, and the target takes ongoing 5 cold damage and is slowed (save ends both). When any creature fails a saving throw against this power, the ash-wrought soulburner recharges either burning ash storm or soulfire inferno.",damage:"1d10+8 cold damage",category:1},{id:"fb10dea3-b3d0-4916-9c00-d065b1b004dd",name:"Soulfire Inferno",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire",condition:"",range:"Ranged 15",attack:{bonus:23,defence:2},description:"",details:"2d8+7 fire damage, and ongoing 10 fire damage (save ends).",damage:"2d8+7 fire damage",category:1},{id:"0fb5110a-aea2-42e1-8f41-93e457180a69",name:"Burning Ash Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Fire, Zone",condition:"",range:"Area burst 2 within 15",attack:null,description:"",details:"the burst creates a zone of burning ash that lasts until the end of the ash-wrought soulburner’s next turn. Any creature that starts its turn within the zone takes 2d6 + 3 fire damage. The zone blocks line of sight. Sustain Minor: The zone persists, and the soulburner can move it 3 squares.",damage:"any creature that starts its turn within the zone takes 2d6 + 3 fire damage",category:1}],damageModifiers:[{type:3,value:-15}],resist:"15 variable (2/encounter)",vulnerable:"cold (an ashwrought soulburner that takes cold damage is slowed until the end of its next turn)",immune:"",tactics:""},{id:"d4ad1d5c-5a4d-42b9-a75e-7bc6eed11d78",name:"Black Slaad Entropic",details:"Black slaads embody entropic energies similar to those that Ygorl wields. Those the Lord of Entropy selects as personal troops are changed by his touch, becoming black slaad entropics.",size:3,origin:1,type:2,keywords:"",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +15; low-light vision",movement:"6, teleport 3",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:29},constitution:{score:25},dexterity:{score:26},intelligence:{score:12},wisdom:{score:15},charisma:{score:25},hp:1,initiative:21,ac:38,fortitude:39,reflex:38,will:37,regeneration:null,auras:[],powers:[{id:"3461b94e-885a-494e-94b6-392fabde8781",name:"Claws",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 12 damage, and until the start of the black slaad entropic’s next turn, the target takes 5 extra damage whenever the target is hit by an attack.",damage:"12 damage",category:1},{id:"ecc64a2a-b931-4d23-ae89-9533475420df",name:"Ray of Entropy",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"10 damage, and ongoing 7 damage (save ends).",damage:"10 damage",category:1},{id:"e8a6d8c5-4ac6-4819-88c1-0178ebdc5806",name:"Entropic Void",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:{bonus:27,defence:1},description:"",details:"10 damage, the target is pulled 1 square, and the black slaad entropic becomes an entropic void.",damage:"10 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease",tactics:""},{id:"fc9aa17b-37cc-4a32-a537-cfff45627a55",name:"Blue Slaad Digester",details:"These variant blue slaads try to consume reality in search of the true nature of the wider multiverse. They have a filthy habit of predigesting prey with acidic saliva while holding it with their sticky skin.",size:3,origin:1,type:2,keywords:"",level:14,role:{type:7,flag:1,leader:!1},senses:"Perception +13; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:20},intelligence:{score:4},wisdom:{score:13},charisma:{score:20},hp:332,initiative:14,ac:28,fortitude:27,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"db9ba933-e089-4442-bc0d-a6f3325b7cf1",name:"Grasping Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 1d8+9 damage, and the target is grabbed and exposed to chaos phage (page 142). The blue slaad digester can grab up to two Medium or smaller creatures at once.",damage:"1d8+9 damage",category:1},{id:"c52227d1-18d3-460d-a97b-73fc9b621400",name:"Acidic Spew",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:null,description:"",details:"One creature grabbed by the blue slaad digester takes ongoing 10 acid damage (save ends).",damage:"one creature grabbed by the blue slaad digester takes ongoing 10 acid damage (save ends)",category:3},{id:"4439157a-4add-4cf9-8b17-85e6c5212e7d",name:"Caustic Tongue",action:{action:1,trigger:"when a creature grabbed by the blue slaad digester escapes the grab",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"opportunity",range:"",attack:{bonus:17,defence:1},description:"",details:"Reach 2; targets the triggering creature; the target is knocked prone and takes ongoing 10 acid damage (save ends).",damage:"the target is knocked prone and takes ongoing 10 acid damage (save ends)",category:5},{id:"879a3ebd-35f1-4aa2-87d8-f6534e6405a0",name:"Covetous Claws",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The blue slaad digester makes two grasping claw attacks.",damage:"",category:1},{id:"c43cd759-e95a-4bf1-ae32-c320ec6ee88b",name:"Digestive Spray",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:15,defence:1},description:"",details:"1d8+6 damage, and ongoing 10 acid damage (save ends).",damage:"1d8+6 damage",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"553bf4b0-ba9a-49d1-93e8-bd9e35c87aac",name:"Caustic Slayer",details:"Fine salt crystals and other caustic minerals form a gritty, malleable body around flexible bones of shifting rock, creating a towering form of streaming particles and writhing limbs. Although the creature is enormous, its constituent parts are so fine that it moves with unexpected ease.",size:4,origin:1,type:1,keywords:"earth",level:24,role:{type:4,flag:1,leader:!1},senses:"Perception +19",movement:"7 (earth walk), climb 7 see also malleable form",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +26",equipment:"",category:"",strength:{score:23},constitution:{score:23},dexterity:{score:28},intelligence:{score:8},wisdom:{score:25},charisma:{score:8},hp:346,initiative:25,ac:38,fortitude:35,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"9855a401-3c66-4373-b897-b20ece18b22a",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:1},description:"",details:"Reach 3; 1d10+7 damage, and ongoing 10 acid damage (save ends). If the target cannot see the caustic slayer, it instead takes 2d10 + 7 damage, and ongoing 15 acid damage (save ends).",damage:"1d10+7 damage",category:1},{id:"562fc648-655e-4881-985d-daed5d0259a6",name:"Eyeburn",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"2d6+7 acid damage, and the target is blinded until the end of the caustic slayer’s next turn.",damage:"2d6+7 acid damage",category:1},{id:"dc2b6a52-0514-4ffd-82ba-2e721215289a",name:"Slayer’s Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"the caustic slayer makes two basic attacks.",damage:"",category:1},{id:"21fd0b2a-a94a-4882-82a4-da9fc8fbec68",name:"Caustic Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid",condition:"",range:"Close blast 5",attack:{bonus:26,defence:1},description:"",details:"2d10+7 acid damage, and the target takes ongoing 10 acid damage and is slowed (save ends both).",damage:"2d10+7 acid damage",category:1},{id:"f9f461f0-2616-484a-9848-c6876f36c633",name:"Sight-Burning Cloud",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Acid, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of corrosive grit centered on the caustic slayer that lasts until the end of its next turn. When the slayer moves, the zone moves with it, remaining centered on it. Any creature that ends its turn within the zone takes 20 acid damage and is blinded until the end of its next turn. The zone’s area is heavily obscured for all creatures except the caustic slayer, which treats it as lightly obscured. Sustain Minor: The zone persists.",damage:"any creature that ends its turn within the zone takes 20 acid damage and is blinded until the end of its next turn",category:1},{id:"e1b1407e-a437-4b09-9ec7-6cad2df9b52d",name:"Malleable Form",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A caustic slayer can squeeze through spaces as though it were a Large creature.",damage:"",category:0}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"22931362-9469-430b-8056-1d8084cca5c9",name:"Chaos Phage Swarm",details:"These mindless clumps of oversized slaad embryos are set loose into the Elemental Chaos to spread havoc and produce more of their kind. A chaos phage swarm attacks recklessly, since in death it infects even more potential hosts.",size:2,origin:1,type:1,keywords:"swarm",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; blindsight 10",movement:"fly 6 (hover)",alignment:"Chaotic Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:21},dexterity:{score:18},intelligence:{score:1},wisdom:{score:16},charisma:{score:3},hp:151,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[{id:"badff62b-d483-4565-b8e1-d0a1c3235675",name:"Swarm Attack",keywords:"",details:"(Disease) aura 1; each enemy that starts its turn within the aura takes 7 damage and is exposed to chaos phage (see below)."}],powers:[{id:"2c745e4c-45c1-4d25-b7ae-f4f1e2c0bd81",name:"A Thousand Tiny Bites",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"2d10+5 damage, and the target is exposed to chaos phage (see below).",damage:"2d10+5 damage",category:1},{id:"d557cc68-da29-4eac-bd1e-049a219482a4",name:"Swarm Swell",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Disease",condition:"",range:"",attack:{bonus:13,defence:1},description:"",details:"Reach 2; 2d10+5 damage, ongoing 10 damage (save ends), and the target is exposed to chaos phage.",damage:"2d10+5 damage",category:1},{id:"c8a4cb1e-18b8-4caa-8e03-7cbde787cc5f",name:"Death Burst",action:null,keywords:"Disease",condition:"when reduced to 0 hit points",range:"The chaos phage swarm explodes in a burst of diseased matter: Close burst 2",attack:{bonus:13,defence:2},description:"",details:"ongoing 10 damage (save ends), and the target is exposed to chaos phage.",damage:"ongoing 10 damage (save ends)",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"chaos phage",tactics:""},{id:"7f227e11-a7f0-422a-afba-ff1458b2a722",name:"Consumptive Parasite",details:"Prolonged exposure to the Abyss normally transforms slaads into void slaads, but those that were bathed in energy at the birth of the Abyss were more dramatically altered. From those first warped slaads burst swarms of ravenous parasites combining the worst aspects of slaad tadpoles and demons.",size:1,origin:1,type:1,keywords:"demon",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"6 see also chaotic shift",alignment:"Chaotic Evil",languages:"understands Abyssal",skills:"",equipment:"",category:"",strength:{score:9},constitution:{score:21},dexterity:{score:24},intelligence:{score:3},wisdom:{score:19},charisma:{score:9},hp:1,initiative:15,ac:30,fortitude:28,reflex:29,will:27,regeneration:null,auras:[],powers:[{id:"405a56b2-c249-4b37-ac13-2b4f30baa916",name:"Digestive Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"4 acid damage, and the target gains vulnerable 5 acid (save ends).",damage:"4 acid damage",category:1},{id:"dfe273b0-e19f-4d0d-a7b5-27d3ece8852c",name:"Chaotic Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The consumptive parasite shifts 2 squares.",damage:"The consumptive parasite shifts 2 squares",category:2}],damageModifiers:[],resist:"15 variable (2/encounter)",vulnerable:"",immune:"disease",tactics:""},{id:"0e057694-603b-4e35-9334-221ae16ab6be",name:"Crushing Wave Hierophant",details:"",size:2,origin:1,type:2,keywords:"aquatic, water; Genasi",level:10,role:{type:0,flag:0,leader:!0},senses:"Perception +8",movement:"6, swim 6",alignment:"Evil",languages:"Common, Primordial",skills:"Arcana +12, Religion +12",equipment:"chainmail",category:"",strength:{score:11},constitution:{score:18},dexterity:{score:18},intelligence:{score:15},wisdom:{score:17},charisma:{score:21},hp:84,initiative:9,ac:22,fortitude:22,reflex:22,will:23,regeneration:null,auras:[],powers:[{id:"78e734a1-69c6-487f-aff9-faaec280310b",name:"Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:17,defence:0},description:"",details:"1d8+6 damage.",damage:"1d8+6 damage",category:1},{id:"32fe3ecb-5eb9-4427-b8a7-79a9a5f523a1",name:"Force Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Force",condition:"(standard",range:"Ranged 20",attack:{bonus:17,defence:0},description:"",details:"2d6+6 force damage, and the Crushing Wave hierophant slides the target 2 squares.",damage:"2d6+6 force damage",category:1},{id:"26b1914d-edc3-4751-ac0c-cd434428158b",name:"Tide of War",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"the target shifts 2 squares. If the target ends this move adjacent to at least one enemy, it can make a melee basic attack against one of those enemies as a free action.",attack:null,description:"",details:"targets one or two allies",damage:"",category:3},{id:"5286f0e9-39ac-4a7b-83ca-5f5c0d6d7756",name:"Phantom Rain",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Force, Lightning",condition:"",range:"Area burst 2 within 20",attack:{bonus:15,defence:2},description:"",details:"2d8+5 force and lightning damage, and the target is slowed until the end of the Crushing Wave hierophant’s next turn.",damage:"2d8+5 force and lightning damage",category:1},{id:"c2da888d-30ca-4806-b568-ea8a167f4315",name:"Swift Current",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Crushing Wave hierophant shifts 6 squares. During this movement, the hierophant can move across liquid and through enemies’ spaces, ignoring difficult terrain and hazardous terrain effects. It takes no penalties for squeezing during this movement.",damage:"The Crushing Wave hierophant shifts 6 squares",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"943234a6-d9d7-49db-bc49-70018a57510d",name:"Diamondstorm Reaper",details:"The vicious diamondstorm reaper combines the strength and sharpness of diamond with the fluidity of wind.",size:3,origin:1,type:1,keywords:"air, earth",level:20,role:{type:7,flag:0,leader:!1},senses:"Perception +14",movement:"6",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:23},intelligence:{score:6},wisdom:{score:19},charisma:{score:9},hp:188,initiative:18,ac:36,fortitude:34,reflex:32,will:30,regeneration:null,auras:[],powers:[{id:"c548dcc7-5bf4-4ae0-9e63-ecea9fda47f8",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"3d6+8 damage (crit 3d6 + 26), and the target is marked until the end of the diamondstorm reaper’s next turn.",damage:"3d6+8 damage (crit 3d6 + 26)",category:1},{id:"20f8b165-5c5c-4811-b925-a3b2af2431d2",name:"Reaping",action:{action:5,trigger:"when a creature marked by the reaper moves or shifts out of a square adjacent to it; or makes an attack that does not include the reaper",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondstorm reaper makes a slam attack against the triggering creature. On a hit, the target’s movement ends.",damage:"",category:5},{id:"d2ade765-10f6-46cc-9bb0-21484fb5a0b2",name:"Diamond Shred",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The diamondstorm reaper makes two slam attacks. If both attacks hit the same target, that target is also knocked prone and dazed until the end of the diamondstorm reaper’s next turn.",damage:"",category:1},{id:"a7bbcaf4-efe4-4cf4-9eb9-4ebcbdbd3ce3",name:"Diamondstorm",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:24,defence:1},description:"",details:"The diamondstorm reaper shifts its speed and can move through enemies’ spaces. It makes an attack against each creature whose space it enters; 4d8+8 damage (crit 4d8 + 32), and the target is marked until the end of the diamondstorm reaper’s next turn.",damage:"4d8+8 damage (crit 4d8 + 32)",category:5},{id:"d1a854eb-3d0c-4611-8397-1e0e8e13bd10",name:"Keen Winds",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A diamondstorm reaper can score a critical hit on a roll of 19-20.",damage:"A diamondstorm reaper can score a critical hit on a roll of 19-20",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"18e1ca70-3b9b-4537-8e3d-5be4a753f316",name:"Djinn Cloudstalker",details:"",size:3,origin:1,type:2,keywords:"air",level:24,role:{type:4,flag:0,leader:!1},senses:"Perception +16; blindsight 10",movement:"6, fly 8 (hover); see also cloud form",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +26",equipment:"katar",category:"",strength:{score:22},constitution:{score:23},dexterity:{score:28},intelligence:{score:23},wisdom:{score:18},charisma:{score:25},hp:173,initiative:25,ac:38,fortitude:35,reflex:38,will:36,regeneration:null,auras:[],powers:[{id:"7ac14e8d-6abc-4fc4-85a4-f8bae73a902a",name:"Katar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"Reach 2; 2d8+9 damage (crit 3d8 + 18).",damage:"2d8+9 damage (crit 3d8 + 18)",category:1},{id:"7faa189c-23cf-411e-8f08-c763053d85f0",name:"Biting Wind",action:{action:1,trigger:"usable only in cloud form",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 2; targets a creature within reach or within the cloud form zone; 4d8+9 cold damage, and the target is knocked prone. The djinn cloudstalker returns to its humanoid form after the attack. See also cloud form.",damage:"4d8+9 cold damage",category:5},{id:"859cfe9d-f2ea-4fa9-8a4b-0a3798eab40a",name:"Cloud Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph, Zone",condition:"",range:"Close burst 1",attack:null,description:"",details:"the djinn cloudstalker disperses into a billowing cloud. The burst creates a cloudy zone until the cloudstalker uses a minor action to end the effect or is forced to resume humanoid form. While in cloud form, the cloudstalker cannot be attacked and can use only biting wind and turbulence. It can fly at half speed as a move action, squeeze as though it were a Tiny creature, and move through enemy-occupied spaces.",damage:"",category:1},{id:"6ab6935b-c32b-452e-9e2a-f48d73025ee7",name:"Turbulence",action:{action:3,trigger:"usable only in cloud form",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:26,defence:1},description:"",details:"targets enemies; the djinn cloudstalker slides the target 2 squares and knocks it prone.",damage:"the djinn cloudstalker slides the target 2 squares and knocks it prone",category:5}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"19fe0101-793c-4d86-af65-bb815c0cdae8",name:"Dust Demon",details:"The aftermath of the Abyss’s creation engulfed a tribe of djinns, scouring away portions of their flesh and souls until they were little more than sentient wind and bits of debris. The resulting blight-born demons, known as dust demons, appear as whirlwinds of dirt, dust, teeth, and broken bone that whip through one another so that it is impossible to tell where one ends and the next begins. Driven insane by their transformation, dust demons kill and maim out of endless rage directed against all creatures that do not suffer as they do.",size:3,origin:1,type:1,keywords:"air, demon",level:15,role:{type:3,flag:1,leader:!1},senses:"Perception +17; darkvision",movement:"fly 10 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:20},charisma:{score:17},hp:296,initiative:14,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[{id:"13ae3969-9f53-49e5-bace-69261110bb13",name:"Buffeting Winds",keywords:"",details:"aura 5; each creature in the aura takes a -2 penalty to attack rolls with ranged and area attacks."}],powers:[{id:"d1a142ac-2c7c-4300-b2e9-11842894f784",name:"Wind and Thunder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"Reach 2; 1d8+7 damage plus 1d8 thunder damage, and the dust demon slides the target 3 squares. The dust demon can then shift 1 square or move 3 squares as a free action.",damage:"1d8+7 damage plus 1d8 thunder damage",category:1},{id:"f75a180f-4ed7-4648-b2a4-a426f4179fb1",name:"Whirlwind Sweep",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"The dust demon moves half its speed and can move through enemies’ spaces. This movement does not provoke opportunity attacks. At any point during the move, it makes an attack against a Large or smaller creature within reach: reach 2; the target is grabbed and pulled into the dust demon’s space. Until the grab ends, the target is dazed and takes ongoing 10 damage and ongoing 5 thunder damage. When the grab ends, the target shifts to a square of its choice adjacent to the dust demon.",damage:"the target is dazed and takes ongoing 10 damage and ongoing 5 thunder damage",category:1},{id:"36346f74-a6f1-4191-91e8-a18c826fe0d5",name:"Dust Horde",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Five dust wisps appear, each in an unoccupied square within 2 squares of the dust demon. Each wisp takes a move action and a standard action right away and thereafter acts immediately after the dust demon’s initiative count. When a dust wisp is reduced to 0 hit points, the dust demon that created it takes 5 damage. Characters do not earn experience points for killing dust wisps created by this power.",damage:"the dust demon that created it takes 5 damage",category:1},{id:"63f24644-ac03-455c-b923-53443a076fe6",name:"Bloodied Winds",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied by an attack",range:"",attack:null,description:"",details:"The dust demon slides the triggering attacker 4 squares.",damage:"The dust demon slides the triggering attacker 4 squares",category:1}],damageModifiers:[],resist:"10 variable (3/encounter), half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"b70e284c-6998-4599-b9ab-103897d74d2a",name:"Dust Wisp",details:"The aftermath of the Abyss’s creation engulfed a tribe of djinns, scouring away portions of their flesh and souls until they were little more than sentient wind and bits of debris. The resulting blight-born demons, known as dust demons, appear as whirlwinds of dirt, dust, teeth, and broken bone that whip through one another so that it is impossible to tell where one ends and the next begins. Driven insane by their transformation, dust demons kill and maim out of endless rage directed against all creatures that do not suffer as they do.",size:1,origin:1,type:2,keywords:"air, demon",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"fly 10 (hover)",alignment:"Chaotic Evil",languages:"Abyssal, Primordial",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:24},intelligence:{score:14},wisdom:{score:20},charisma:{score:17},hp:1,initiative:14,ac:29,fortitude:27,reflex:29,will:25,regeneration:null,auras:[{id:"99d3cce2-5157-44df-a0eb-f605e198a26d",name:"Buffeting Winds",keywords:"",details:"aura 2; each creature within the aura takes a -2 penalty to attack rolls with ranged and area attacks."}],powers:[{id:"753126ce-7217-4d86-b356-88345fdcefdf",name:"Wind and Thunder",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Thunder",condition:"",range:"",attack:{bonus:19,defence:1},description:"",details:"7 damage plus 4 thunder damage, and the dust wisp slides the target 3 squares. The dust wisp can then shift 1 square or move 3 squares as a free action.",damage:"7 damage plus 4 thunder damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1b11b05c-4245-451f-a23a-ce463f31cbd0",name:"Eisk Jaat Mauler",details:"",size:2,origin:1,type:2,keywords:"cold",level:16,role:{type:2,flag:0,leader:!0},senses:"Perception +14",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"hide armor",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:19},intelligence:{score:10},wisdom:{score:22},charisma:{score:12},hp:194,initiative:12,ac:28,fortitude:29,reflex:26,will:28,regeneration:null,auras:[{id:"ffbba169-a771-4196-9d85-03f98469f725",name:"Pack Master",keywords:"",details:"aura 5: each elemental beast ally that starts its turn within the aura rolls twice when recharging a power that recharges on a die roll, taking the higher result."}],powers:[{id:"ccd36583-8007-447f-b263-33de406efccd",name:"Frost Maul",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d6+5 damage plus 2d6 cold damage, and the target is slowed until the end of the eisk jaat mauler’s next turn.",damage:"2d6+5 damage plus 2d6 cold damage",category:1},{id:"e0e04f4c-f218-4194-96af-df451f4a082d",name:"Icebind Strike",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:17,defence:1},description:"",details:"Targets a prone or slowed creature; 4d6+5 cold damage, and the target is restrained (save ends). Aftereffect: The target is slowed until the end of the eisk jaat mauler’s next turn.",damage:"4d6+5 cold damage",category:1},{id:"9a412cff-f30b-400e-b9b3-24a3a1f82bee",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an eisk jaat, the eisk jaat moves 1 square less than the effect specifies. Also, an eisk jaat can make a saving throw to avoid being knocked prone.",damage:"the eisk jaat moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"29c00015-4836-4cc4-bc87-76d756406eb7",name:"Eisk Jaat Mystic",details:"",size:2,origin:1,type:2,keywords:"cold",level:18,role:{type:4,flag:0,leader:!1},senses:"Perception +16",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"",category:"",strength:{score:17},constitution:{score:22},dexterity:{score:14},intelligence:{score:21},wisdom:{score:24},charisma:{score:14},hp:136,initiative:15,ac:32,fortitude:30,reflex:29,will:31,regeneration:null,auras:[],powers:[{id:"62fd849a-6a0f-4448-a044-4be20f3352b6",name:"Rime Mace",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:23,defence:0},description:"",details:"1d6+3 damage, and ongoing 10 cold damage (save ends).",damage:"1d6+3 damage",category:1},{id:"4fd68925-6568-420a-84cf-6ed017254974",name:"Chilling Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:21,defence:2},description:"",details:"2d6+7 cold damage, and the target gains vulnerable 10 cold until the end of the eisk jaat mystic’s next turn.",damage:"2d6+7 cold damage",category:1},{id:"ed6a4379-5a85-4a6c-9bd2-b76ef7f46ec8",name:"Blizzard Cloak",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of whirling snow and wind centered on the eisk jaat mystic that lasts until the end of the mystic’s next turn. When the mystic moves, the zone moves with it, remaining centered on it. Any enemy that ends its turn within the zone takes 15 cold damage and is slowed until the end of its next turn. The zone’s space is heavily obscured. Sustain Minor: The zone persists.",damage:"any enemy that ends its turn within the zone takes 15 cold damage and is slowed until the end of its next turn",category:1},{id:"1e5515f4-3d2b-4753-b467-e937a3c52f4a",name:"Winter’s Fury",action:{action:1,trigger:"recharges when blizzard cloak ends",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"Area burst 1 within 10",attack:{bonus:20,defence:1},description:"",details:"2d8+7 cold damage, and the target is immobilized (save ends). If the target is already immobilized, prone, or slowed, it is instead restrained (save ends).",damage:"2d8+7 cold damage",category:5},{id:"ec850caa-b133-4866-bdd4-19cdf14685f2",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an eisk jaat, the eisk jaat moves 1 square less than the effect specifies. Also, an eisk jaat can make a saving throw to avoid being knocked prone.",damage:"the eisk jaat moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"dba0e359-00b4-4b2a-a3e9-b0c0ae8abd02",name:"Eisk Jaat Rimebolter",details:"",size:2,origin:1,type:2,keywords:"cold",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +12",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"chainmail; crossbow bolts (20)",category:"",strength:{score:17},constitution:{score:19},dexterity:{score:23},intelligence:{score:10},wisdom:{score:21},charisma:{score:12},hp:115,initiative:13,ac:27,fortitude:26,reflex:28,will:27,regeneration:null,auras:[],powers:[{id:"b72d58da-48d6-4805-b2f5-4304bb596d02",name:"Frost Axe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"1d10+5 damage plus 1d10 cold damage.",damage:"1d10+5 damage plus 1d10 cold damage",category:1},{id:"32db7272-d765-4098-89a4-127d15ab9560",name:"Rimebolt Crossbow",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold, Weapon",condition:"(standard",range:"Ranged 15/30",attack:{bonus:22,defence:0},description:"",details:"2d8+5 cold damage, and the target is slowed until the end of the eisk jaat rimebolter’s next turn.",damage:"2d8+5 cold damage",category:1},{id:"8b9aa491-d074-4b59-b113-fb91729535f1",name:"Winterbite Bolt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold, Weapon",condition:"",range:"Ranged 15/30",attack:{bonus:20,defence:1},description:"",details:"2d8+5 cold damage, and the target takes ongoing 10 cold damage and is slowed (save ends both). Until the target saves, any creature that starts its turn within 2 squares of the target takes 5 cold damage.",damage:"2d8+5 cold damage",category:1},{id:"ab24cec5-ab30-4a91-a5a3-e6c6b2938e75",name:"Slide Away",action:{action:5,trigger:"when hit by a melee or close attack; recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eisk jaat rimebolter shifts 5 squares.",damage:"The eisk jaat rimebolter shifts 5 squares",category:5},{id:"a5f6586c-bff0-4ed3-b500-acd6f0702f05",name:"Icebound Footing",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When an effect pulls, pushes, or slides an eisk jaat, the eisk jaat moves 1 square less than the effect specifies. Also, an eisk jaat can make a saving throw to avoid being knocked prone.",damage:"the eisk jaat moves 1 square less than the effect specifies",category:0}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"3637d30c-3760-4fcc-9b4c-bf1c5b9b006f",name:"Eisk Jaat Warrior",details:"",size:2,origin:1,type:2,keywords:"cold",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12",movement:"5 (ice walk)",alignment:"Evil",languages:"Giant",skills:"",equipment:"hide armor",category:"",strength:{score:17},constitution:{score:23},dexterity:{score:19},intelligence:{score:10},wisdom:{score:20},charisma:{score:10},hp:1,initiative:13,ac:29,fortitude:28,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"0f8847fd-0ed0-4e52-80e3-cfbfb76b7db1",name:"Icy Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold, Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"7 cold damage (crit 10).",damage:"7 cold damage (crit 10)",category:1},{id:"b2e72e23-b3d6-4e59-9867-c01af3699736",name:"Slide Away",action:{action:5,trigger:"when hit by a close or area attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The eisk jaat warrior shifts 3 squares.",damage:"The eisk jaat warrior shifts 3 squares",category:5}],damageModifiers:[{type:2,value:-15}],resist:"",vulnerable:"",immune:"slowed",tactics:""},{id:"aee6d385-0582-442b-bce3-36d02de6a58e",name:"Entropic Void",details:"Black slaads embody entropic energies similar to those that Ygorl wields. Those the Lord of Entropy selects as personal troops are changed by his touch, becoming black slaad entropics.",size:3,origin:1,type:1,keywords:"blind",level:26,role:{type:9,flag:3,leader:!1},senses:"Perception +10; blindsight 10",movement:"fly 6 (hover)",alignment:"Unaligned",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:26},constitution:{score:20},dexterity:{score:29},intelligence:{score:4},wisdom:{score:4},charisma:{score:25},hp:1,initiative:24,ac:42,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"7d97c3e4-3620-461b-be77-66bdede90019",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"the target is pulled into the entropic void’s space and grabbed. The target is weakened until the grab ends. Sustain Standard: The entropic void sustains the grab, and the target takes 15 damage.",damage:"and the target takes 15 damage",category:1},{id:"6969aaab-66c6-438e-935a-069d7fc2c24d",name:"Entropic Locus",action:null,keywords:"Zone",condition:"when reduced to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of black void that lasts until the end of the encounter. The zone blocks line of sight. Any creature that enters or starts its turn in the zone takes 10 damage.",damage:"any creature that enters or starts its turn in the zone takes 10 damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, gaze",tactics:""},{id:"bb42fa39-eec7-47f1-a9fe-63f4e3bd3d96",name:"Gray Slaad Havoc",details:"These variant gray slaads love to sow confusion in combat by misdirecting enemies’ attacks and scattering friend and foe alike across the battlefield.",size:2,origin:1,type:2,keywords:"",level:15,role:{type:0,flag:0,leader:!0},senses:"Perception +11; low-light vision",movement:"6, teleport 6",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +14, Stealth +15",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:17},intelligence:{score:23},wisdom:{score:19},charisma:{score:16},hp:116,initiative:10,ac:27,fortitude:27,reflex:28,will:26,regeneration:null,auras:[],powers:[{id:"0374c617-9bb3-4279-ae74-978d9b48e610",name:"Havoc Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:22,defence:0},description:"",details:"1d8+6 damage, the gray slaad havoc slides the target 2 squares, and the target is exposed to chaos phage (page 142).",damage:"1d8+6 damage",category:1},{id:"492de784-6ca8-4af3-9322-b2a7dc54b1c2",name:"Havoc Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged 20",attack:{bonus:20,defence:2},description:"",details:"2d8+6 damage, and the gray slaad havoc slides the target 3 squares. If the attack scores a critical hit, the gray slaad havoc can repeat it once as free action.",damage:"2d8+6 damage",category:1},{id:"7bc8b02b-95fc-4b85-9ae0-b0f585f94370",name:"Fog of Chaos",action:{action:5,trigger:"when hit by a ranged attack",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:20,defence:3},description:"",details:"targets the triggering attacker; the triggering attack instead targets one of the target’s allies of its choice.",damage:"",category:5},{id:"74c280af-1dd0-4dee-b9f0-5cde21083c41",name:"Reality Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 10",attack:{bonus:20,defence:3},description:"",details:"targets one creature in burst; (no attack roll required against an ally); the gray slaad havoc teleports the target to any space within the burst.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"96f36bec-cd1d-4ab8-8f05-15b85b6d417e",name:"Green Slaad Madjack",details:"Green slaads whose mad visions extend beyond their own fevered minds, madjacks sow insanity among their foes.",size:3,origin:1,type:2,keywords:"",level:13,role:{type:3,flag:1,leader:!1},senses:"Perception +16; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +15, Stealth +13",equipment:"",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:14},intelligence:{score:16},wisdom:{score:21},charisma:{score:14},hp:268,initiative:8,ac:27,fortitude:26,reflex:23,will:25,regeneration:null,auras:[],powers:[{id:"943d8d9c-cc28-41f3-92f4-7437483c0ce7",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 2d8+5 damage, and the target is exposed to chaos phage (page 142).",damage:"2d8+5 damage",category:1},{id:"b3f7a07c-39e2-4b37-84a4-02c290693455",name:"Maddening Croak",action:{action:1,trigger:"recharges when first bloodied and again when the green slaad madjack spends an action point",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"2d12+5 psychic damage, and the madjack slides the target 3 squares and knocks it prone. Until the end of the target’s next turn, the target must take a standard action to stand up.",damage:"2d12+5 psychic damage",category:5},{id:"a8fbe072-7145-47f0-ad37-62bdfdde5ea2",name:"Maddening Visions",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Charm",condition:"",range:"the target must make a melee at-will attack as a free action against one of its allies within its reach. The green slaad madjack chooses the attack and the target ally.",attack:{bonus:16,defence:3},description:"",details:"targets one enemy in burst",damage:"",category:3},{id:"133ca95f-ad6f-4fc9-8539-f264e712ee82",name:"Mind Spasm",action:{action:4,trigger:"when an enemy moves adjacent to the green slaad madjack",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 1",attack:{bonus:13,defence:3},description:"",details:"2d6+5 psychic damage. If the attack hits the triggering enemy, it is also dazed (save ends).",damage:"2d6+5 psychic damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"a5807ce3-f9ba-441a-b930-6a5d5001f8e1",name:"Iron Archon Crescent Blade",details:"",size:2,origin:1,type:2,keywords:"",level:16,role:{type:6,flag:0,leader:!1},senses:"Perception +13",movement:"8",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"sickle",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:25},intelligence:{score:17},wisdom:{score:21},charisma:{score:15},hp:159,initiative:17,ac:30,fortitude:29,reflex:30,will:28,regeneration:null,auras:[],powers:[{id:"bce07b31-834c-433a-9e95-fbf3de184880",name:"Sickle",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d8+7 damage (2d8 + 7 against marked targets).",damage:"1d8+7 damage (2d8 + 7 against marked targets)",category:1},{id:"482d6420-c723-4fc4-b4fe-4cd9fbf50946",name:"Twin Sickles",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron archon crescent blade makes two sickle attacks. It can shift before, between, or after these attacks, up to a total of 2 squares.",damage:"up to a total of 2 squares",category:1},{id:"491e5a62-abc0-4e23-9cd0-752a19b1fc12",name:"Roll With It",action:{action:4,trigger:"when hit by a melee or close attack",sustainAction:0,use:0,recharge:"recharge 6 and when first bloodied"},keywords:"",condition:"",range:"",attack:null,description:"",details:"The iron archon crescent blade shifts its speed. If it ends this movement in a space adjacent to a marked enemy, it can then make a sickle attack against a marked enemy as a free action.",damage:"",category:5},{id:"8b5ea1d6-e229-41da-9bfc-5b65a7fcfbfd",name:"Blood Rust",action:null,keywords:"Poison",condition:"while bloodied",range:"",attack:null,description:"",details:"The iron archon crescent blade is filmed in a poisonous rust and flies into a rage. It takes a -2 penalty to AC and a -1 penalty to Reflex, and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends).",damage:"and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends)",category:0},{id:"9a5c15fe-fa2d-4840-b8be-6e872573eb57",name:"Lightning Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever an iron archon crescent blade is hit by a lightning power or is subject to an effect that deals lightning damage, it can shift 3 squares as a free action.",damage:"whenever an iron archon crescent blade is hit by a lightning power or is subject to an effect that deals lightning damage",category:0}],damageModifiers:[{type:5,value:-15}],resist:"see also lightning leap",vulnerable:"",immune:"disease, poison",tactics:""},{id:"eab03fed-e861-4999-9090-672151fe7bbd",name:"Iron Archon Interceptor",details:"",size:2,origin:1,type:2,keywords:"",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +12",movement:"6",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"greatsword",category:"",strength:{score:22},constitution:{score:24},dexterity:{score:20},intelligence:{score:15},wisdom:{score:20},charisma:{score:15},hp:144,initiative:14,ac:30,fortitude:28,reflex:26,will:26,regeneration:null,auras:[],powers:[{id:"9d9cc7bf-21af-495c-89a6-89a1b905faf9",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+4 damage, and the target is marked until the end of the iron archon interceptor’s next turn.",damage:"2d10+4 damage",category:1},{id:"4ad009cc-8448-464d-bb55-5e2ebcdd01e2",name:"Intercepting Slash",action:{action:5,trigger:"when an enemy marked by the interceptor and within 3 squares of it makes an attack that does not include the interceptor",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"The iron archon interceptor shifts into the nearest empty square adjacent to the target and makes an attack; 2d10+4 damage, and the target is weakened until the end of the interceptor’s next turn.",damage:"2d10+4 damage",category:5},{id:"903a1755-988f-4ed1-8436-bd961be26fba",name:"Blood Rust",action:null,keywords:"Poison",condition:"while bloodied",range:"",attack:null,description:"",details:"The iron archon interceptor is filmed in a poisonous rust and flies into a rage. It takes a -2 penalty to AC and a -1 penalty to Reflex, and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends).",damage:"and targets hit by its weapon attacks also take ongoing 10 poison damage (save ends)",category:0},{id:"9dd305ce-2f97-4645-8620-7ee45c34ce8c",name:"Lightning Leap",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever an iron archon interceptor is hit by a lightning power or is subject to an effect that deals lightning damage, it can shift 3 squares as a free action.",damage:"whenever an iron archon interceptor is hit by a lightning power or is subject to an effect that deals lightning damage",category:0}],damageModifiers:[{type:5,value:-15}],resist:"see also lightning leap",vulnerable:"",immune:"disease, poison",tactics:""},{id:"c910c23f-7fa7-4bcc-b1a5-d0212bb2c3e8",name:"Liricosa",details:"Githzerai hold up this revered, even legendary hermit as a shining example of what mortals can become. Liricosa is the one living member of the race to have achieved true enlightenment. His wisdom and insight are rivaled only by his physical perfection.",size:2,origin:4,type:2,keywords:"githzerai",level:21,role:{type:3,flag:2,leader:!1},senses:"Perception +24; truesight 20",movement:"8, teleport 6",alignment:"Unaligned",languages:"Supernal",skills:"Athletics +20, Insight +24 see also fundamental awareness",equipment:"",category:"",strength:{score:20},constitution:{score:24},dexterity:{score:24},intelligence:{score:24},wisdom:{score:29},charisma:{score:26},hp:704,initiative:17,ac:35,fortitude:33,reflex:33,will:35,regeneration:null,auras:[],powers:[{id:"41238ab7-4378-4969-9148-7254d1b3a1b1",name:"Unarmed Strike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+7 damage, and the target is dazed until the end of its next turn.",damage:"2d8+7 damage",category:1},{id:"b0b0e7bd-9c2e-4b04-a800-13e6cf7f1abd",name:"Blur of Fists",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa makes two unarmed strike attacks.",damage:"",category:1},{id:"89a0c27a-c4b0-4f09-bbc2-dbb75a717d23",name:"The Master’s Touch",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"4d10+8 damage, and the target takes ongoing damage equal to half its bloodied value (save ends).",damage:"4d10+8 damage",category:1},{id:"fc769376-a3f4-4af3-943a-5e4d5e53df9e",name:"Reorder Reality",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Teleportation",condition:"",range:"Ranged 20",attack:{bonus:25,defence:1},description:"",details:"targets one to five creatures; Liricosa teleports the targets, swapping their positions as he chooses.",damage:"",category:3},{id:"5275da6a-b218-4019-a4f1-428ae2dab88f",name:"Awe of Truth",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close burst 3",attack:{bonus:25,defence:3},description:"",details:"targets enemies; 4d8+7 psychic damage, and the target is stunned (save ends). Miss: Half damage.",damage:"4d8+7 psychic damage",category:1},{id:"0f8d67fe-1e5c-4574-8287-1c7a1efd177a",name:"Inevitable Consequences",action:{action:5,trigger:"when liricosa is missed by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa teleports 15 squares to a space adjacent to the triggering attacker and makes an unarmed strike attack against it.",damage:"Liricosa teleports 15 squares to a space adjacent to the triggering attacker and makes an unarmed strike attack against it",category:5},{id:"796f301b-cdb7-4c64-bd14-5412cb5dcbb8",name:"Fundamental Awareness",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa is always assumed to roll a 20 on any Insight, Perception, or initiative checks.",damage:"Liricosa is always assumed to roll a 20 on any Insight",category:0},{id:"18a7d6b9-d894-4ed3-86f7-17e646a1e830",name:"Environmental Adaptation",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Liricosa never takes damage from nonmagical environmental effects.",damage:"liricosa never takes damage from nonmagical environmental effects",category:0}],damageModifiers:[],resist:"15 variable (at-will)",vulnerable:"",immune:"disease, poison",tactics:""},{id:"33df9823-6e23-4c69-b413-9a1aee7aadfb",name:"Mirmakur",details:"",size:4,origin:1,type:2,keywords:"aquatic, giant",level:28,role:{type:2,flag:1,leader:!1},senses:"Perception +24",movement:"8 (ice walk), fly 10 (hover), swim 8",alignment:"Chaotic Evil",languages:"Giant, Primordial",skills:"",equipment:"halberd",category:"",strength:{score:34},constitution:{score:30},dexterity:{score:23},intelligence:{score:15},wisdom:{score:20},charisma:{score:24},hp:640,initiative:20,ac:40,fortitude:43,reflex:36,will:39,regeneration:null,auras:[{id:"a738b156-486c-47eb-af97-1f2b0545f3e5",name:"Storm Fury",keywords:"",details:"(Lightning, Thunder) aura 4; any enemy that enters or starts its turn within the aura takes 10 lightning and thunder damage; enemies treat the area within the aura as difficult terrain and cannot fly."}],powers:[{id:"3df85f42-7ca0-4303-9674-d4b5e4e3d461",name:"Roaring Halberd",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:31,defence:0},description:"",details:"Reach 4; 2d6+12 damage plus 2d8 lightning and thunder damage.",damage:"2d6+12 damage plus 2d8 lightning and thunder damage",category:1},{id:"f11b6c95-569d-49d7-bb07-c95cb880ad01",name:"Fearsome Cleave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Lightning, Thunder, Weapon",condition:"",range:"Close burst 4",attack:{bonus:31,defence:0},description:"",details:"targets enemies in burst; 2d6+12 damage plus 2d8 lightning and thunder damage, and the target is knocked prone.",damage:"2d6+12 damage plus 2d8 lightning and thunder damage",category:1},{id:"c36c4c40-6934-46d3-bd1b-b41c74de22cf",name:"Hurl Thunderbolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"Ranged 10",attack:{bonus:30,defence:2},description:"",details:"3d6+12 lightning and thunder damage, the target is dazed (save ends), and Mirmakur pushes the target 3 squares.",damage:"3d6+12 lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-30},{type:10,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3520d72c-85d3-49ea-9211-369854361845",name:"Mud Archon Ambusher",details:"",size:2,origin:1,type:2,keywords:"earth, water",level:19,role:{type:6,flag:0,leader:!1},senses:"Perception +14",movement:"7 (swamp walk); see also mud spray",alignment:"Chaotic Evil",languages:"Primordial",skills:"Acrobatics +20, Stealth +20",equipment:"longsword; scale armor",category:"",strength:{score:25},constitution:{score:23},dexterity:{score:22},intelligence:{score:15},wisdom:{score:20},charisma:{score:15},hp:183,initiative:17,ac:33,fortitude:32,reflex:31,will:30,regeneration:null,auras:[],powers:[{id:"34e4067c-163b-4cf6-97b9-cdb970d48772",name:"Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage, and the target is slowed until the end of the mud archon ambusher’s next turn.",damage:"2d8+7 damage",category:1},{id:"546ef53b-3769-491b-92be-7a55c1410a1c",name:"Mud Spray",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The mud archon ambusher transforms into a spray of mud and shifts its speed. During this move, it ignores difficult terrain and can move through enemies’ spaces. At the end of the move, it reverts to its normal form. Each enemy adjacent to it at the end of the move grants combat advantage to the ambusher until the end of the ambusher’s next turn.",damage:"",category:2},{id:"7c52b051-3c59-4bc4-a33c-952692c48c90",name:"Splatter",action:{action:7,trigger:"when a critical hit is scored against the mud archon ambusher or when it is first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Mud spray recharges, and the ambusher uses it.",damage:"",category:5},{id:"6c546b83-6b3d-401f-9f1b-6f889f1d4e2d",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A mud archon ambusher deals 2d6 extra damage against any creature granting combat advantage to it.",damage:"a mud archon ambusher deals 2d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"68eddd6b-7f16-4861-a85c-7fb17b7ae886",name:"Mud Archon Skulker",details:"",size:2,origin:1,type:2,keywords:"earth, water",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +11",movement:"7 (swamp walk); see also sliding mud form",alignment:"Chaotic Evil",languages:"Primordial",skills:"Acrobatics +17, Stealth +17",equipment:"scale armor; spiked chain",category:"",strength:{score:23},constitution:{score:22},dexterity:{score:20},intelligence:{score:15},wisdom:{score:18},charisma:{score:13},hp:112,initiative:16,ac:28,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"83883c26-9579-4e3a-a7a4-d1808e367122",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d4+6 damage, and the target is knocked prone.",damage:"2d4+6 damage",category:1},{id:"8fde378f-6002-49a1-bf2f-3fd98f8b135f",name:"Shifting Mud",action:{action:7,trigger:"when the mud archon skulker moves into an enemy’s space; only while in sliding mud form",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:17,defence:2},description:"",details:"Targets the triggering enemy; the target is knocked prone and immobilized until the end of the skulker’s next turn.",damage:"",category:5},{id:"941abe65-40b5-49ab-96fb-047230f30e69",name:"Sliding Mud Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The mud archon skulker transforms into an oozelike mass of mud. While in sliding mud form, the skulker is insubstantial and can attempt to become hidden if it has cover or concealment. While squeezing in this form, it moves at full speed, provokes no opportunity attacks for squeezing, and does not take a -5 penalty to attack rolls for squeezing. It can shift 4 squares as a move action and can move through enemies’ spaces during this move. it cannot manipulate objects or make attacks except for its shifting mud power. The mud archon skulker can revert to its normal form as a minor action.",damage:"and does not take a -5 penalty to attack rolls for squeezing",category:1},{id:"b35fbffb-886e-41e8-b00d-c763ded04fe2",name:"Strike the Fallen",action:null,keywords:"",condition:"",range:"Whenever a mud archon skulker hits a prone enemy with a melee attack, it deals 2d8 extra damage.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d0190baf-c5ab-4fbd-be17-87f038aab849",name:"Primeval Ooze",details:"The viscid and mutable primeval ooze is a primitive form of life, an acid-filled amoeboid blob. Ever hungry, it bubbles with envy of all more advanced creatures.",size:4,origin:1,type:1,keywords:"blind, ooze",level:24,role:{type:2,flag:1,leader:!1},senses:"Perception +18; blindsight 20, tremorsense 20",movement:"5, burrow 5 see also engulf",alignment:"Unaligned",languages:"understands Primordial",skills:"Stealth +27",equipment:"",category:"",strength:{score:25},constitution:{score:28},dexterity:{score:21},intelligence:{score:7},wisdom:{score:23},charisma:{score:17},hp:556,initiative:17,ac:36,fortitude:40,reflex:36,will:37,regeneration:null,auras:[{id:"f2f1da7b-0d48-402d-a913-a6a5b7f9eb2a",name:"Seeping Sludge",keywords:"",details:"aura 3; the aura’s area is difficult terrain. Any creature that has a critical hit scored against it while within the aura is knocked prone."}],powers:[{id:"2dfcadb2-8eb0-47ac-ba81-79a16eea6ce8",name:"Pseudopod",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:27,defence:0},description:"",details:"Reach 3; 3d8+9 acid damage, and the ooze slides the target 2 squares.",damage:"3d8+9 acid damage",category:1},{id:"1094a91a-5bd3-4340-b3e7-179f1ed6e223",name:"Engulf",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:25,defence:2},description:"",details:"The primeval ooze attacks one or two Large or smaller targets; (no attack roll required against an immobilized creature); the target is grabbed and pulled into the primeval ooze’s space. The target is dazed and takes ongoing 20 acid damage until it escapes the grab. A creature that escapes the grab shifts to a square of its choosing adjacent to the primeval ooze. A primeval ooze can move normally while creatures are engulfed within it.",damage:"the target is dazed and takes ongoing 20 acid damage until it escapes the grab",category:1},{id:"997986bb-86f9-4d3e-b198-e8aa797c51b5",name:"Bursting Cyst",action:{action:4,trigger:"when damaged by an attack",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Close blast 4",attack:{bonus:25,defence:2},description:"",details:"targets the triggering attacker; 1d8+6 acid damage, and ongoing 10 acid damage (save ends).",damage:"1d8+6 acid damage",category:5},{id:"72448d35-f13f-4820-abb8-5f2fe44eebbd",name:"Torrent of Slime",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"",range:"Area burst 3 within 20",attack:{bonus:25,defence:2},description:"",details:"1d8+10 acid damage, and the target is immobilized (save ends).",damage:"1d8+10 acid damage",category:1}],damageModifiers:[{type:1,value:-30}],resist:"",vulnerable:"",immune:"gaze, poison",tactics:""},{id:"9ad3aeb4-b43d-437e-afe4-3a21d5a7ff87",name:"Primordial Blot",details:"The primordial blot embodies the forces of creation. It is all elements in one, as if the Elemental Chaos were bound to a finite size and imbued with dim sentience. A primordial blot roams the Elemental Chaos or sometimes other planes. Wherever it finds order and life, it strives to reduces that order and life back to the fundamental chaos from which it arose.",size:3,origin:1,type:1,keywords:"air, cold, earth, fire",level:26,role:{type:0,flag:2,leader:!1},senses:"Perception +20",movement:"fly 10 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:26},dexterity:{score:29},intelligence:{score:7},wisdom:{score:24},charisma:{score:20},hp:968,initiative:22,ac:39,fortitude:38,reflex:39,will:37,regeneration:null,auras:[],powers:[{id:"1153c0ab-a969-4e1f-a5eb-5468b9d4eae9",name:"Acid Gout",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid",condition:"(standard",range:"Ranged 15",attack:{bonus:31,defence:2},description:"",details:"1d8+9 acid damage, and ongoing 15 acid damage (save ends).",damage:"1d8+9 acid damage",category:1},{id:"b4a1fe2c-ea5d-4eb6-a2ac-d27583565c35",name:"Crushing Earth",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 10",attack:{bonus:33,defence:0},description:"",details:"3d6+9 damage, and the target is slowed (save ends).",damage:"3d6+9 damage",category:1},{id:"5800e56b-4691-4aca-ba43-2bdf2584192b",name:"Ice Slick",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:2},description:"",details:"3d8+9 cold damage, and the target is knocked prone.",damage:"3d8+9 cold damage",category:1},{id:"8ab458f1-a69f-4e8e-9482-c2695ac6575c",name:"Light Beam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Radiant",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d8+9 damage, and the target is blinded (save ends).",damage:"2d8+9 damage",category:1},{id:"29ed6dd1-0861-43c4-9276-16a3b9528caf",name:"Thunderous Grip",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Thunder",condition:"(standard",range:"Ranged 10",attack:{bonus:31,defence:1},description:"",details:"2d8+9 thunder damage, and the target is immobilized (save ends).",damage:"2d8+9 thunder damage",category:1},{id:"415cda66-c739-4ce6-a981-619d78cc6391",name:"Elemental Barrage",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The primordial blot makes four different ranged basic attacks. Using elemental barrage does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:1},{id:"d8ce1caf-0ac1-4cb2-b165-c66da5dc1e0f",name:"Elemental Opportunity",action:{action:4,trigger:"when an enemy provokes an opportunity attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The primordial blot makes a ranged basic attack against the triggering enemy. Using elemental opportunity does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:5},{id:"22f01a80-d997-4550-b06b-16c009b8275c",name:"Elemental Snap",action:{action:7,trigger:"when an enemy moves adjacent to the primordial blot or hits it with an attack; only while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The primordial blot makes a ranged basic attack against the triggering enemy. Using elemental snap does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:5},{id:"7f1250d7-69aa-4c3e-bcae-915f096e9bbc",name:"Primordial Terror",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fear",condition:"",range:"Close burst 3",attack:{bonus:31,defence:3},description:"",details:"the primordial blot pushes the target 3 squares.",damage:"the primordial blot pushes the target 3 squares",category:3},{id:"6986d3b2-c451-47f0-b1e4-9e049ff1a11f",name:"Skyfire Eruption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Fire, Lightning",condition:"",range:"Area burst 3 within 10 or close burst 2",attack:{bonus:31,defence:2},description:"",details:"5d10+9 lightning damage, and ongoing 10 fire damage (save ends).",damage:"5d10+9 lightning damage",category:1},{id:"43114c7b-534b-4ed1-b3c6-369c6001a6bd",name:"Primordial Surge",action:null,keywords:"",condition:"when first bloodied and again when reduced to 0 hit points",range:"Skyfire eruption recharges, and the primordial blot uses it and makes each of its ranged basic attacks once. Using primordial surge does not provoke opportunity attacks.",attack:null,description:"",details:"",damage:"",category:0}],damageModifiers:[],resist:"25 variable (5/encounter)",vulnerable:"",immune:"disease, petrification, polymorph, poison",tactics:""},{id:"c71bc6dc-0268-4245-823a-89c6caa30415",name:"Quake Gorgon",details:"",size:3,origin:1,type:1,keywords:"earth",level:26,role:{type:7,flag:0,leader:!1},senses:"; truesight 6",movement:"6 (earth walk), climb 6",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:29},dexterity:{score:23},intelligence:{score:2},wisdom:{score:26},charisma:{score:8},hp:245,initiative:21,ac:42,fortitude:40,reflex:36,will:38,regeneration:null,auras:[{id:"f520e041-a017-44d3-b7c0-81e6fd894358",name:"Temblor",keywords:"",details:"aura 3; at the start of the quake gorgon’s turn, each enemy within the aura is pulled 3 squares. Any enemy without earth walk treats the area as difficult terrain."}],powers:[{id:"25e1c7dc-4f37-473d-a498-2d4c2e26525d",name:"Gore",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"3d6+10 damage, and the target slides 3 squares and is knocked prone.",damage:"3d6+10 damage",category:1},{id:"60d67b97-ee7f-4d43-a821-8248266fc5e0",name:"Grounding Glare",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:{bonus:31,defence:1},description:"",details:"2d8+9 damage, and the target is pulled 4 squares and knocked prone.",damage:"2d8+9 damage",category:1},{id:"80e68993-5aef-4aba-8dc4-dcf6da842bc3",name:"Trample",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"The quake gorgon moves its speed and can enter enemies’ spaces. The quake gorgon makes an attack against each enemy whose space it enters; 1d10+10 damage, and the target is knocked prone.",damage:"1d10+10 damage",category:1},{id:"d5d4cdf5-82c3-44d2-98c8-78213b684a25",name:"Eruption Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Fire, Poison",condition:"",range:"Close blast 5",attack:{bonus:31,defence:1},description:"",details:"2d8+8 fire damage plus 2d8 + 8 poison damage, and the target is slowed (save ends).",damage:"2d8+8 fire damage plus 2d8 + 8 poison damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"knocked prone, petrification, forced movement",tactics:""},{id:"e0ea39d8-8589-4f66-922e-f88c0f9d4fe6",name:"Red Slaad Juggernaut",details:"Taking the red slaads’ propensity for violence to extremes, the immense juggernaut is an unstoppable engine of destruction.",size:4,origin:1,type:2,keywords:"",level:15,role:{type:7,flag:1,leader:!1},senses:"Perception +12; low-light vision",movement:"8, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +18, Stealth +15",equipment:"",category:"",strength:{score:22},constitution:{score:20},dexterity:{score:16},intelligence:{score:10},wisdom:{score:20},charisma:{score:11},hp:296,initiative:12,ac:32,fortitude:30,reflex:25,will:29,regeneration:null,auras:[],powers:[{id:"6760e1c7-a93a-45a0-92ad-e33e3ad4b294",name:"Brutal Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d8+6 damage, and the target is knocked prone and exposed to chaos phage (see page 142).",damage:"2d8+6 damage",category:1},{id:"6dbd0824-d2ff-41f2-acaf-e7b649129e4e",name:"Rend the Fallen",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; targets a prone creature; 2d8+6 damage.",damage:"2d8+6 damage",category:3},{id:"eb563d30-2f34-483b-8a29-fd61257ade15",name:"Claw Apocalypse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Disease",condition:"",range:"Close burst 2",attack:{bonus:19,defence:0},description:"",details:"2d8+6 damage, and the target is knocked prone and exposed to chaos phage.",damage:"2d8+6 damage",category:1},{id:"fb36d9c4-0398-40ce-8358-7fef0167f30b",name:"Juggernaut’s Punishment",action:{action:1,trigger:"when a creature within 2 squares of the red slaad juggernaut moves or stands up",sustainAction:0,use:1,recharge:""},keywords:"",condition:"opportunity",range:"The red slaad juggernaut makes a melee basic attack against the triggering creature.",attack:null,description:"",details:"",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"244bcd8e-5eb4-46a5-9717-66f2e1d695a0",name:"Scorchwind Phantom",details:"This mass of steam interspersed with flashes of fire glides across the chaotic landscape.",size:2,origin:1,type:1,keywords:"fire, water",level:9,role:{type:4,flag:0,leader:!1},senses:"Perception +7",movement:"fly 8 (hover); phasing",alignment:"Unaligned",languages:"Primordial",skills:"Stealth +14",equipment:"",category:"",strength:{score:10},constitution:{score:18},dexterity:{score:20},intelligence:{score:7},wisdom:{score:17},charisma:{score:7},hp:54,initiative:13,ac:23,fortitude:21,reflex:22,will:20,regeneration:null,auras:[],powers:[{id:"9f8df51f-f7cb-46fd-a8ff-7b4dee9dc51b",name:"Scorchwind Lash",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"Reach 2; 2d4+5 fire damage, and the target grants combat advantage until the end of the scorchwind phantom’s next turn.",damage:"2d4+5 fire damage",category:1},{id:"30e179c6-5ce5-4857-8695-b7c8f6efd4bb",name:"Roiling Surge",action:{action:1,trigger:"after the scorchwind phantom uses disperse",sustainAction:0,use:0,recharge:"recharge 5"},keywords:"Fire",condition:"",range:"",attack:{bonus:12,defence:2},description:"",details:"The scorchwind phantom flies its speed and can move through enemies’ spaces. This movement does not provoke opportunity attacks. The scorchwind phantom makes an attack against any creature whose space it moves into; 2d8+5 fire damage, and the target grants combat advantage until the end of the scorchwind phantom’s next turn.",damage:"2d8+5 fire damage",category:5},{id:"b7a08a11-0570-4763-85b6-1833ee026768",name:"Disperse",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Polymorph",condition:"",range:"",attack:null,description:"",details:"The scorchwind phantom transforms into scalding steam occasionally flashing with motes of fire. Until it resumes its normal form, it cannot attack or be attacked. At the start of its turn, it can resume its normal form in any space within 8 squares of its position when it used disperse; until the end of that turn, its attacks make targets blinded instead of causing them to grant combat advantage. A creature that encounters a scorchwind phantom in steam form can recognize it as a creature with a successful DC 24 Perception check.",damage:"it can resume its normal form in any space within 8 squares of its position when it used disperse",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"cold (a scorchwind phantom that takes cold damage is slowed and cannot use disperse until the end of the attacker’s next turn)",immune:"disease, poison",tactics:""},{id:"ed4b76e1-857e-428d-b30e-76fb5c1066f8",name:"Shkiv",details:"Shkiv came to Ygorl’s service after the ruin of Arkhosia. Disgusted with human excess and overcome with grief for his fallen kin, the dragon sought out the Lord of Entropy to get revenge. The slaad lord accepted the dragon’s service, and the melancholic beast has been Ygorl’s constant companion ever since.",size:3,origin:4,type:1,keywords:"dragon",level:26,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"8, fly 10 (hover), overland flight 12",alignment:"Chaotic Evil",languages:"Draconic, Primordial",skills:"Arcana +22, Athletics +27, Insight +20, Intimidate +24",equipment:"",category:"",strength:{score:28},constitution:{score:27},dexterity:{score:24},intelligence:{score:19},wisdom:{score:14},charisma:{score:22},hp:189,initiative:20,ac:39,fortitude:41,reflex:37,will:36,regeneration:null,auras:[],powers:[{id:"d3d30e31-4cce-4850-a33d-367f34c6004d",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d8+5 damage plus 2d8 fire damage.",damage:"2d8+5 damage plus 2d8 fire damage",category:1},{id:"623be488-1961-42dc-975f-878cc659ac39",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d8+9 damage.",damage:"2d8+9 damage",category:1},{id:"4f30b55b-9dd0-44e2-b340-101aa0bbfaee",name:"Aggressive Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Shkiv shifts 2 squares and then makes two claw attacks. He cannot move on his turn after using this attack, and, if flying, he must land.",damage:"Shkiv shifts 2 squares and then makes two claw attacks",category:1},{id:"953aac8b-377e-4345-b376-59ef3338e0fe",name:"Chaos Fire",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire",condition:"",range:"Ranged 20",attack:{bonus:31,defence:2},description:"",details:"2d8+8 fire damage, and each enemy adjacent to the target is dazed until the end of Shkiv’s next turn.",damage:"2d8+8 fire damage",category:1},{id:"56d35960-4206-4504-9a07-63279be5a306",name:"Flux Breath",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Varies",condition:"",range:"Close blast 5",attack:{bonus:29,defence:2},description:"",details:"4d10+8 damage. Roll a d6 to determine the attack’s damage type: 1—cold, 2—fire, 3—lightning, 4—necrotic, 5—psychic, or 6—thunder. Miss: Half damage.",damage:"4d10+8 damage",category:1},{id:"b6864ffa-b2a9-40df-bed8-2f382c78e395",name:"Bloodied Breath",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Flux breath recharges, and Shkiv uses it immediately.",damage:"",category:5}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85a82af8-b4b9-4b9f-8e45-bb172fbd2e2b",name:"Sirrajadt",details:"The once-mighty djinns are few now, their great palaces and sweeping empire lost. Punished by the gods for their part in the Dawn War, many linger imprisoned in mundane objects. Those who remain free are mere shadows of what once they were, seeking to regain their lost power and free their kin so that they might rebuild the great djinn cities of the Elemental Chaos. Some, though, seek not recovery but revenge.",size:3,origin:1,type:2,keywords:"air",level:27,role:{type:4,flag:1,leader:!0},senses:"Perception +19; blindsight 15",movement:"6, fly 10 (hover), overland flight 15 see also storm form",alignment:"Evil",languages:"Common, Primordial",skills:"Insight +24, Stealth +28",equipment:"",category:"",strength:{score:24},constitution:{score:25},dexterity:{score:31},intelligence:{score:28},wisdom:{score:22},charisma:{score:26},hp:386,initiative:27,ac:41,fortitude:38,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"7ad706b7-7163-495a-9f69-ed3ecb2a406a",name:"Storm Scourge",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:29,defence:2},description:"",details:"Reach 2; 1d8+9 lightning damage plus 1d8 + 9 thunder damage (crit 17 lightning damage plus 17 thunder damage, and ongoing 10 lightning and thunder damage [save ends]).",damage:"1d8+9 lightning damage plus 1d8 + 9 thunder damage (crit 17 lightning damage plus 17 thunder damage",category:1},{id:"edcc19bd-bbd5-4395-9981-7e1b432a2c44",name:"Sound and Fury",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Sirrajadt makes two melee basic attacks. If each attack hits a different target, both targets are deafened until the end of Sirrajadt’s next turn.",attack:null,description:"",details:"",damage:"",category:1},{id:"d69e710e-6cdf-48d4-a343-f67c2c027a84",name:"Storm Strike",action:{action:1,trigger:"usable only in storm form",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:31,defence:2},description:"",details:"Reach 2; targets two different creatures within reach or within the storm form’s zone; 3d6+9 lightning damage plus 3d6 + 9 thunder damage, and the target is deafened and cannot take opportunity actions until the end of Sirrajadt’s next turn. Sirrajadt returns to his humanoid form after the attack. See also storm form.",damage:"3d6+9 lightning damage plus 3d6 + 9 thunder damage",category:5},{id:"340bcf32-f88a-4255-ad6d-a360ed70075d",name:"Storm Surge",action:{action:1,trigger:"usable only in storm form",sustainAction:0,use:0,recharge:""},keywords:"Lightning, Thunder",condition:"",range:"",attack:{bonus:30,defence:1},description:"",details:"Reach 2; targets each creature wtihin reach or within the storm form’s zone; 2d8+9 lightning damage and 2d8 + 9 thunder damage, and the target is deafened (save ends) and knocked prone. Miss: Half damage, and the target is deafened until the end of Sirrajadt’s next turn. Sirrajadt returns to his humanoid form after the attack. See also storm form.",damage:"2d8+9 lightning damage and 2d8 + 9 thunder damage",category:5},{id:"28a341ec-f2d5-4e91-a404-9c21e8838a2e",name:"Cyclone",action:{action:3,trigger:"usable only in storm form",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 1",attack:{bonus:29,defence:1},description:"",details:"(no attack roll required against allies)Sirrajadt slides the target 3 squares, and enemies within the burst are knocked prone.",damage:"(no attack roll required against allies)Sirrajadt slides the target 3 squares",category:5},{id:"94e50e6d-88d3-473a-9811-62b76d6838cf",name:"Storm Form",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Polymorph, Thunder, Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"Sirrajadt disperses into a howling storm. The burst creates a stormy zone that lasts until Sirrajadt uses a minor action to end the effect or is forced to return to humanoid form. Any enemy that starts its turn within the zone is slowed until the start of its next turn. Any ally that starts its turn within the zone gains a +2 bonus to attack rolls, and its attacks deal 5 extra lightning and thunder damage.",damage:"and its attacks deal 5 extra lightning and thunder damage",category:1}],damageModifiers:[{type:5,value:-15},{type:10,value:-15}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"46e9ed72-68ef-4b78-b330-4e7fc59efeb4",name:"Skirnex",details:"Ygorl needs slaads to execute his mysterious plans, but his reclusive nature hinders his efforts to direct them. The twisted void slaad Skirnex serves as an intermediary and pseudo-priest, dispensing the Lord of Entropy’s unfathomable wisdom to followers.",size:2,origin:1,type:2,keywords:"slaad",level:23,role:{type:3,flag:1,leader:!0},senses:"Perception +17; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Deep Speech, Primordial",skills:"Stealth +20",equipment:"",category:"",strength:{score:24},constitution:{score:23},dexterity:{score:18},intelligence:{score:11},wisdom:{score:13},charisma:{score:17},hp:290,initiative:15,ac:35,fortitude:37,reflex:35,will:33,regeneration:null,auras:[{id:"83ebfbe7-adb8-40de-9df2-79a798ed8e40",name:"Entropic Gibbering",keywords:"",details:"aura 2; each enemy that enters the aura or starts its turn there takes a -2 penalty to all defenses until the start of its next turn."}],powers:[{id:"33d45b08-fc9f-4f23-9a8a-ef8e5bd15aa5",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 2d10+8 damage, and ongoing 10 damage (save ends). Each Failed Saving Throw: The target loses a healing surge.",damage:"2d10+8 damage",category:1},{id:"2afdde9f-a337-4539-be9b-c564d0651186",name:"Bolt of Insanity",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:27,defence:2},description:"",details:"2d10+8 psychic damage, and the target is surrounded by a shroud of maddening energy (save ends). While surrounded by the shroud, whenever the target takes damage, it takes 1d10 extra psychic damage.",damage:"2d10+8 psychic damage",category:1},{id:"48440345-75aa-449d-85ad-e8acf846cfbf",name:"Mad Assault",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"Skirnex makes two basic attacks. If each attack hits a different target, the target is also dazed until the end of its next turn.",damage:"",category:1},{id:"7554fc4c-c3b8-4689-a7ab-a14c3e703b41",name:"Void Slime",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Necrotic",condition:"",range:"2d8+6 damage, and the target is encased by a blob of entropic goo (save ends). While encased by the goo, the target is slowed, cannot take standard actions, and takes half damage from melee and ranged attacks. Aftereffect: The target is slowed and takes ongoing 10 necrotic damage and a -2 penalty to attack rolls (save ends all). Miss: The target is slowed and takes ongoing 10 necrotic damage (save ends both).",attack:{bonus:26,defence:1},description:"",details:"",damage:"",category:1},{id:"49c28a89-389a-4270-9170-94a38e919d09",name:"Entropic Shift",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Teleportation",condition:"",range:"Close burst 10",attack:{bonus:27,defence:3},description:"",details:"targets two creatures in burst; (no attack roll required against an ally)Skirnex teleports the targets, swapping their positions.",damage:"",category:2}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease",tactics:""},{id:"2cfd0a93-f202-4689-a581-8fbe35bccf49",name:"Smoke Hound",details:"These creatures of living smoke aren’t truly hounds, but their behavior and general shape are close enough to what canines display that the name has stuck. When they are not serving a master or trainer, smoke hounds run in packs through the Elemental Chaos.",size:2,origin:1,type:1,keywords:"air, fire",level:23,role:{type:9,flag:3,leader:!1},senses:"Perception +20; low-light vision",movement:"8",alignment:"Unaligned",languages:"understands Primordial",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:21},dexterity:{score:26},intelligence:{score:5},wisdom:{score:18},charisma:{score:11},hp:1,initiative:21,ac:37,fortitude:35,reflex:37,will:33,regeneration:null,auras:[],powers:[{id:"ebd4a5d3-ae0d-4791-95f6-c83c041dd2e9",name:"Unyielding Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Poison",condition:"",range:"",attack:{bonus:26,defence:2},description:"",details:"9 fire and poison damage, and the target is grabbed. The smoke hound cannot make unyielding bite attacks while it has a creature grabbed. Sustain Minor: The smoke hound sustains the grab, and the target takes 13 fire damage.",damage:"9 fire and poison damage",category:1},{id:"92ebb8db-3ad0-436a-8388-d2ab409d3a13",name:"Tongue of Smoke",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:1},description:"",details:"Targets a creature grabbed by the smoke hound; the smoke hound moves half its speed and moves the target with it.",damage:"",category:1},{id:"20afa40d-ae9d-41eb-8c75-fba0562cfdd0",name:"Unshakable Grasp",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A creature grabbed by a smoke hound grants combat advantage until the grab ends.",damage:"",category:0}],damageModifiers:[{type:3,value:-30}],resist:"",vulnerable:"",immune:"poison",tactics:""},{id:"22bb34f5-ae1f-42c5-be14-952c79eceb14",name:"Solkara",details:"She is the fury of the tsunami that crashes upon the shore, leaving broken wood and shattered stone in its wake. She is the impossible weight of the bottomless depths, against which no living thing can stand. Solkara, the Crushing Wave, is a primordial lord who waits in cold rage for her vengeance. Like the sea against which mortal races build their fragile bulwarks, Solkara’s wrath can be forestalled only for a time.",size:5,origin:1,type:1,keywords:"aquatic, cold, primordial, water",level:34,role:{type:3,flag:2,leader:!1},senses:"Perception +24; darkvision",movement:"6, swim 10",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:34},constitution:{score:27},dexterity:{score:28},intelligence:{score:17},wisdom:{score:25},charisma:{score:30},hp:1148,initiative:26,ac:48,fortitude:48,reflex:45,will:46,regeneration:null,auras:[{id:"a1b4c42b-8c05-4b99-800f-0061a508d567",name:"Cumbersome Tide",keywords:"",details:"aura 10; the aura’s area is difficult terrain. Each prone creature within the aura must use a standard action to stand up; see also drowning wave."},{id:"d65f9a93-a838-44c6-b56e-95ed895b83ad",name:"Drowning Wave",keywords:"",details:"(only while bloodied) aura 10; creatures treat the aura’s area as underwater (DMG 45)."}],powers:[{id:"45aa65b9-4b15-41f6-abb9-c3f0b7676a9b",name:"Crushing Blow",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:41,defence:0},description:"",details:"Reach 4; 4d6+12 damage, and Solkara knocks the target prone.",damage:"4d6+12 damage",category:1},{id:"2471b715-6ca7-47d2-a568-f58a989bfee9",name:"Battering Tide",action:{action:1,trigger:"and recharges when first bloodied",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:39,defence:2},description:"",details:"Solkara moves her speed and makes one attack against each creature within her reach (4 squares) at any point during the move; 3d10+12 damage, and Solkara knocks the target prone. Miss: Half damage.",damage:"3d10+12 damage",category:5},{id:"bf1335a7-ef94-4393-b232-85951c5036b0",name:"Crushing Torrent",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Solkara makes four crushing blow attacks, each against a different target.",damage:"",category:1},{id:"b51e9901-a70d-4b08-8b68-a926cf136475",name:"Crushing Wave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 10",attack:{bonus:39,defence:2},description:"",details:"4d6+12 damage, and Solkara pushes the target 8 squares and knocks it prone. In addition, the target is blinded until the end of Solkara’s next turn and takes ongoing 10 cold damage (save ends). Miss: Half damage, and Solkara pushes the target 2 squares.",damage:"4d6+12 damage",category:1},{id:"29026aaf-190c-4760-adbb-ff7a3a0a2f67",name:"Incoming Tide",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:{bonus:39,defence:1},description:"",details:"Solkara pulls the target 5 squares.",damage:"Solkara pulls the target 5 squares",category:3},{id:"24b3e40d-9872-4f71-914b-753994f7ebc9",name:"Threatening Reach",action:null,keywords:"",condition:"only while bloodied",range:"",attack:null,description:"",details:"Solkara can make opportunity attacks against all enemies within her reach (4 squares).",damage:"",category:0}],damageModifiers:[{type:2,value:-20},{type:3,value:-20}],resist:"",vulnerable:"",immune:"attacks by creatures of lower than 20th level",tactics:""},{id:"75b95db7-d4bd-4481-a5bb-9d1da993fbc9",name:"Storm That Walks",details:"A storm that walks is the fury of the elements given destructive purpose. It takes the form of a mass of dark, boiling clouds with a vaguely humanoid shape, flickering with lightning and spawning ice storms with each immense step.",size:5,origin:1,type:2,keywords:"air, cold, fire",level:28,role:{type:3,flag:2,leader:!1},senses:"Perception +21",movement:"fly 8 (hover)",alignment:"Chaotic Evil",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:20},dexterity:{score:27},intelligence:{score:16},wisdom:{score:24},charisma:{score:16},hp:1008,initiative:22,ac:42,fortitude:41,reflex:38,will:40,regeneration:null,auras:[{id:"bd48c159-e49e-4518-bd9c-b7331d3b7ed7",name:"Oncoming Storm",keywords:"",details:"aura 5; creatures (including flying creatures) treat the area within the aura as difficult terrain. Each enemy within the aura gains vulnerable 10 lightning."}],powers:[{id:"8d368a41-2267-4ca0-946b-1bb440f4412f",name:"Pummeling Gust",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:32,defence:2},description:"",details:"Reach 4; 3d6+11 cold damage, and the target is knocked prone.",damage:"3d6+11 cold damage",category:1},{id:"06318454-0e90-424f-9329-e50eb9f88655",name:"Tongue of Lightning",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Lightning",condition:"(standard",range:"Ranged 20",attack:{bonus:32,defence:1},description:"",details:"3d6+11 lightning damage, and the target is dazed (save ends). Each Failed Saving Throw: Each ally adjacent to the target takes 10 lightning damage.",damage:"3d6+11 lightning damage",category:1},{id:"c6896719-84ea-4f32-998b-de88f1ee1e1f",name:"Forked Tongue",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Melee or ranged",attack:null,description:"",details:"The storm that walks makes four basic attacks. It cannot attack the same target more than twice.",damage:"",category:1},{id:"1e5a3716-8396-4791-9b84-452425aa5cbd",name:"Fist of the Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Cold, Lightning",condition:"",range:"Ranged 20",attack:{bonus:32,defence:2},description:"",details:"4d6+11 cold and lightning damage, and the target is restrained (save ends). Each Failed Saving Throw: The storm that walks slides the target 3 squares.",damage:"4d6+11 cold and lightning damage",category:3},{id:"2aabedcf-e685-45ce-a150-70b76cd7f62e",name:"Raging Storm",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Lightning, Thunder",condition:"",range:"Close burst 3",attack:{bonus:32,defence:1},description:"",details:"4d6+11 lightning and thunder damage, and the storm that walks pushes the target 4 squares and knocks it prone.",damage:"4d6+11 lightning and thunder damage",category:3},{id:"665b92d3-e178-4a45-9cf1-87e243c62f21",name:"Storm Unleashed",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Cold, Lightning, Thunder",condition:"",range:"",attack:null,description:"",details:"Raging storm and fist of the storm recharge, and the storm that walks uses them both.",damage:"",category:5}],damageModifiers:[{type:2,value:-20},{type:5,value:-20},{type:10,value:-20}],resist:"insubstantial",vulnerable:"cold (if a storm that walks takes cold damage, it loses the insubstantial quality until the end of its next turn)",immune:"lightning",tactics:""},{id:"bfe34d87-77c7-4e6d-88b5-4ee4b515b4dc",name:"Sunsearer",details:"A mote of solid light that wanders the Elemental Chaos, the sunsearer scorches all it encounters with blazing light and intense flame.",size:2,origin:1,type:1,keywords:"fire",level:15,role:{type:0,flag:0,leader:!1},senses:"Perception +11",movement:"2 (clumsy), fly 8 (hover)",alignment:"Unaligned",languages:"Primordial",skills:"",equipment:"",category:"",strength:{score:8},constitution:{score:20},dexterity:{score:24},intelligence:{score:6},wisdom:{score:18},charisma:{score:7},hp:116,initiative:14,ac:27,fortitude:27,reflex:29,will:26,regeneration:null,auras:[{id:"49238dad-7064-42c8-a13a-5d98cf6842b3",name:"Dazzling Radiance",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is blinded until the start of its next turn."}],powers:[{id:"cc2ecb7c-ceaa-4609-90c3-04b5b4ffa137",name:"Sunstrike",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Radiant",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"1d6+3 fire damage plus 1d6 +3 radiant damage.",damage:"1d6+3 fire damage plus 1d6 +3 radiant damage",category:1},{id:"0c98289e-33df-492f-b9b2-e946638bf816",name:"Blinding Ray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Fire, Radiant",condition:"(standard",range:"Ranged 10",attack:{bonus:20,defence:1},description:"",details:"1d6+3 fire damage plus 1d6 +3 radiant damage, and the target is blinded (save ends).",damage:"1d6+3 fire damage plus 1d6 +3 radiant damage",category:1},{id:"11e62be6-0b03-406d-973b-c186bc765718",name:"Sunblast",action:{action:1,trigger:"or recharges when the sunsearer takes fire or radiant damage",sustainAction:0,use:0,recharge:"recharge 4"},keywords:"Fire, Radiant",condition:"",range:"Area burst 2 within 10",attack:{bonus:19,defence:2},description:"",details:"1d8+5 fire plus 1d8 + 5 radiant damage, and the target takes a -2 penalty to attack rolls and grants combat advantage (save ends both). Miss: Half damage.",damage:"1d8+5 fire plus 1d8 + 5 radiant damage",category:5}],damageModifiers:[{type:3,value:-10},{type:9,value:-10}],resist:"",vulnerable:"",immune:"blinded, disease, poison",tactics:""},{id:"630b6e31-15ac-4a96-9a38-b1450e751365",name:"Tholundru",details:"",size:3,origin:1,type:2,keywords:"earth, giant",level:28,role:{type:3,flag:1,leader:!0},senses:"Perception +23; low-light vision",movement:"8 (earth walk)",alignment:"Evil",languages:"Common, Giant, Primordial",skills:"Arcana +25, Athletics +27, Stealth +22",equipment:"",category:"",strength:{score:27},constitution:{score:25},dexterity:{score:17},intelligence:{score:23},wisdom:{score:28},charisma:{score:20},hp:514,initiative:17,ac:42,fortitude:41,reflex:36,will:41,regeneration:null,auras:[],powers:[{id:"85363a68-1080-4fcf-94df-df46a9ba7c38",name:"Enruned War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 2d10+11 damage (crit 3d10 + 22), and the target is slowed (save ends).",damage:"2d10+11 damage (crit 3d10 + 22)",category:1},{id:"963e15de-be36-49f7-8d80-5ebd5697e96f",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tholundru makes two enruned war pick attacks.",damage:"",category:1},{id:"80ebcd12-7467-4366-90b1-c3a9118a0838",name:"Rune of Stony Sleep",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Area burst 1 within 10",attack:{bonus:31,defence:1},description:"",details:"3d8+7 damage, and the target is slowed (save ends). First Failed Saving Throw: The target is petrified (save ends). Effect: The burst creates a zone of magical runes that lasts until the end of the encounter. Each enemy that starts its turn within the zone takes a -2 penalty to saving throws against immobilizing or slowing effects.",damage:"3d8+7 damage",category:1},{id:"e8662904-1a9c-41f8-a02a-b75d15db170a",name:"Rune of Thundering Echo",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Thunder",condition:"",range:"Area burst 1 within 20",attack:{bonus:31,defence:1},description:"",details:"3d8+9 thunder damage. A slowed or immobilized target also takes ongoing 10 thunder damage (save ends).",damage:"3d8+9 thunder damage",category:1},{id:"d7dd6121-bd39-4634-ab32-899fca21e9e6",name:"Grasping Stone",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When Tholundru hits a slowed creature with an attack that would cause the creature to become slowed, that creature is instead immobilized (save ends).",damage:"",category:0},{id:"3223faa3-af38-4403-b00d-4c3f03f98d9e",name:"Stone Bones",action:{action:5,trigger:"when tholundru is hit by an attack; not usable while bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tholundru gains resist 5 to all damage against the triggering attack.",damage:"tholundru gains resist 5 to all damage against the triggering attack",category:5},{id:"ca71ec5c-57e7-43ae-bfdc-449c575f5a15",name:"Stone from Air",action:{action:3,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Tholundru calls four shardstorm vortex whirlwinds to his aid. Each appears in an unoccupied square within 15 squares of Tholundru and acts immediately after Tholundru’s initiative count. The shardstorm vortex whirlwinds remain until killed, until dismissed by Tholundru as a free action, or until the end of the encounter. Characters do not gain experience points for killing the shardstorm vortex whirlwinds.",damage:"Each appears in an unoccupied square within 15 squares of Tholundru and acts immediately after Tholundru’s initiative count",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"petrification",tactics:""},{id:"bf8e9a80-3899-4f36-8fc6-c71bd689f7bf",name:"Tziphal Xorn",details:"",size:2,origin:1,type:1,keywords:"earth",level:25,role:{type:9,flag:3,leader:!1},senses:"Perception +20; all-around vision, darkvision",movement:"5, burrow 5 see also earth glide",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:27},constitution:{score:28},dexterity:{score:24},intelligence:{score:10},wisdom:{score:26},charisma:{score:15},hp:1,initiative:21,ac:38,fortitude:38,reflex:36,will:37,regeneration:null,auras:[],powers:[{id:"45a0b728-42b8-406b-8baa-52a7cdba46c7",name:"Triple Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:0},description:"",details:"One, two, or three targets; 9 damage.",damage:"9 damage",category:1},{id:"b9a3ee27-0baf-4d38-9555-4c20c5efe90c",name:"Erupt",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"The Tziphal xorn burrows its speed and attacks a nonflying enemy whose space it passes under; 15 damage, and the target is pushed 4 squares and knocked prone.",damage:"15 damage",category:1},{id:"e389e201-5a8c-473e-aa44-9c6783971ebe",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A Tziphal xorn can burrow through lava and stone as if it were loose earth.",damage:"",category:0},{id:"54d5eb12-42c6-4a83-96e4-8b8856bf8f5b",name:"Retreat",action:{action:4,trigger:"when missed by a melee attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The Tziphal xorn burrows its speed.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"fire, poison",tactics:""},{id:"39eb1b78-a952-49d1-99e1-09e676910e7a",name:"White Slaad",details:"These rare slaads have an uncanny and disturbing insight into time, with which they pull replicas of themselves from the past and future.",size:2,origin:1,type:2,keywords:"",level:16,role:{type:4,flag:1,leader:!1},senses:"Perception +14; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Athletics +18, Stealth +17",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:19},intelligence:{score:7},wisdom:{score:13},charisma:{score:14},hp:248,initiative:16,ac:29,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"901e813a-177e-464d-858f-4855a79f7769",name:"Probability Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Disease",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"1d6+5 damage, and the target is dazed until the end of the white slaad’s next turn and is exposed to chaos phage (page 142).",damage:"1d6+5 damage",category:1},{id:"1d73e67b-1658-4db3-8e4d-e1d2d84f51f6",name:"Temporal Split",action:{action:1,trigger:"recharges when first bloodied or when the white slaad spends an action point",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The white slaad splinters into six white slaad temporal replicas, each appearing in an unoccupied space within 5 squares of the white slaad’s previous space. The white slaad disappears, and it cannot attack or be attacked until it reappears. The temporal replicas thereafter act on the white slaad’s initiative count. When the last temporal replica has been reduced to 0 hit points, the white slaad reappears within 5 squares of the space occupied by that replica and can act normally on its next initiative count. See also advantage of time.",damage:"each appearing in an unoccupied space within 5 squares of the white slaad’s previous space",category:5},{id:"1160666e-dd99-4c72-b312-bfe04daffcf0",name:"Advantage of Time",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Whenever a white slaad reappears after its temporal replicas have been reduced to 0 hit points, all enemies it can see grant it combat advantage until the end of its next turn.",damage:"",category:0},{id:"c11b57c3-91d2-4da1-8dbd-1b95cf282896",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A white slaad deals 1d6 extra damage against any creature granting combat advantage to it. In addition, that creature is dazed (save ends) instead of dazed until the end of the slaad’s next turn.",damage:"a white slaad deals 1d6 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"chaos phage",tactics:""},{id:"c7ee306d-0870-4dff-bf01-fee4849bc384",name:"White Slaad Temporal Replica",details:"These rare slaads have an uncanny and disturbing insight into time, with which they pull replicas of themselves from the past and future.",size:2,origin:1,type:2,keywords:"",level:16,role:{type:9,flag:3,leader:!1},senses:"Perception +14; low-light vision",movement:"6, teleport 4",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"",equipment:"",category:"",strength:{score:20},constitution:{score:22},dexterity:{score:19},intelligence:{score:7},wisdom:{score:13},charisma:{score:14},hp:1,initiative:16,ac:29,fortitude:29,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"6a53e19e-dabd-48d9-ab02-d44e1b328ee1",name:"Probability Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"8 damage, and the target is dazed until the beginning of the white slaad temporal replica’s next turn.",damage:"8 damage",category:1},{id:"9d82aeee-a5ba-4621-9b03-473a2a9f4e5f",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A white slaad temporal replica deals 2 extra damage against any creature granting combat advantage to it.",damage:"a white slaad temporal replica deals 2 extra damage against any creature granting combat advantage to it",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8ebc693a-48a0-46e0-b51d-e74f0c653628",name:"Writhing Crag",details:"Hideous amalgamations of jagged stone, writhing crags love the feel of flesh and bone being crushed beneath their flailing limbs. They have traits of both ropers and xorns and might be descended from either—or perhaps both, fused by the same corruptive taint that transformed them into demons.",size:4,origin:1,type:1,keywords:"demon, earth",level:23,role:{type:7,flag:1,leader:!1},senses:"Perception +17; all-around vision, darkvision",movement:"6 (earth walk), burrow 4 (tunneling), climb 6 (spider climb)",alignment:"Evil",languages:"Abyssal, Primordial",skills:"Athletics +25, Stealth +21 (only in caves and rocky environments)",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:20},intelligence:{score:13},wisdom:{score:22},charisma:{score:23},hp:434,initiative:18,ac:39,fortitude:37,reflex:31,will:35,regeneration:null,auras:[],powers:[{id:"10602ac8-25a6-44b6-9513-03e59a5dac82",name:"Stone Reach",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 5; 2d6+5 damage, and the target is grabbed.",damage:"2d6+5 damage",category:1},{id:"fde69f21-09a8-491f-8c9c-20b142656102",name:"Triple Reach",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The writhing crag makes three stone reach attacks.",damage:"",category:1},{id:"7dc077ae-43c9-4fa0-bbda-de8814db2d60",name:"Reel",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 5; targets a creature grabbed by the writhing crag; the target is pulled 5 squares.",damage:"Reach 5",category:3},{id:"43c7cfe0-4de8-4e55-bd57-292bfffb16e4",name:"Flailing Tentacles",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 5; 3d6+9 damage, and the writhing crag slides the target 5 squares and knocks it prone. Each enemy adjacent to the target and within the writhing crag’s reach (5 squares) takes 9 damage.",damage:"3d6+9 damage",category:1},{id:"f866c61a-1602-447a-b8b8-b3346d0cbb4f",name:"Stone-Melding Slam",action:{action:1,trigger:"usable only against a target touching or adjacent to a stone surface",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"",condition:"",range:"",attack:{bonus:28,defence:1},description:"",details:"Reach 5; 3d6+9 damage, and the target is partly absorbed into the surface, causing it to become immobilized (save ends). First Failed Saving Throw: The target is restrained (save ends). Second Failed Saving Throw: The target is drawn entirely into the stone, leaving a faint imprint (no save). The target does not die but remains in stasis until it is freed from the stone.",damage:"3d6+9 damage",category:5},{id:"c2f3a4ac-11c9-4659-9a09-2725af425ecd",name:"Tentacle Grab",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A writhing crag can attack and grab with up to three tentacles at a time. While grabbing an enemy, it can act normally, but it can’t use that tentacle for another attack. Enemies can attack the tentacle to make the writhing crag let go of a grabbed creature; the tentacle’s defenses are the same as the crag’s. An attack that hits a tentacle does not harm the writhing crag but causes it to let go and retract the tentacle.",damage:"",category:0},{id:"26c69cce-b96f-4fc1-8e4f-eded6840b8d2",name:"Earth Glide",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A writhing crag can burrow through solid stone as if it were loose earth.",damage:"",category:0},{id:"7b536809-2a1c-4915-94ed-f3c1d66f1ab7",name:"Stony Body",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A writhing crag that does not move and retracts its tentacles resembles a jagged rock formation, stalagmite, or stalactite. In this form, the writhing crag can be recognized only with a successful DC 35 Perception check.",damage:"the writhing crag can be recognized only with a successful DC 35 Perception check",category:1}],damageModifiers:[],resist:"25 variable (3/encounter)",vulnerable:"",immune:"petrification",tactics:""},{id:"f83798e2-efde-473f-b72a-df749c80fa87",name:"Xixecal",details:"This towering abomination of shifting, cracking ice is one of Solkara’s greatest servants. Xixecal’s roughly humanoid shape is surrounded by a permanent blizzard and radiates bone-numbing, soul-chilling cold.",size:4,origin:1,type:2,keywords:"cold",level:30,role:{type:2,flag:1,leader:!1},senses:"Perception +17; low-light vision",movement:"6 (ice walk)",alignment:"Evil",languages:"Primordial",skills:"Arcana +25",equipment:"",category:"",strength:{score:32},constitution:{score:31},dexterity:{score:15},intelligence:{score:20},wisdom:{score:14},charisma:{score:28},hp:682,initiative:17,ac:44,fortitude:46,reflex:42,will:44,regeneration:null,auras:[{id:"01d17b15-aa39-4463-a87b-abd51d4e5b10",name:"Raging Blizzard",keywords:"",details:"aura 5; the aura’s area is lightly obscured. Each enemy that starts its turn within the aura is slowed and loses any resistance to cold until the start of its next turn."}],powers:[{id:"25446778-0bdd-4941-98ee-001af170a55c",name:"Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Cold",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 3; 4d8+11 cold damage.",damage:"4d8+11 cold damage",category:1},{id:"66ac867f-e385-4dce-a2fb-99880c406e24",name:"Freezing Slam",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Cold",condition:"",range:"",attack:null,description:"",details:"Xixecal makes two slam attacks. If both attacks hit the same target, the target takes ongoing 20 cold damage and is immobilized (save ends both).",damage:"the target takes ongoing 20 cold damage and is immobilized (save ends both)",category:1},{id:"68231a84-bb28-4d57-918e-594a9a77761f",name:"Breath of Winter",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Cold",condition:"",range:"Close blast 6",attack:{bonus:31,defence:1},description:"",details:"4d10+11 cold damage, and the target takes ongoing 20 cold damage and is restrained (save ends both).",damage:"4d10+11 cold damage",category:1}],damageModifiers:[],resist:"",vulnerable:"fire (when hit by a fire attack, Xixecal takes a -4 penalty to all defenses until the end of its next turn)",immune:"cold",tactics:""},{id:"5e3aa010-6a62-487a-8e8c-90f634cb7550",name:"Ygorl",details:"",size:2,origin:1,type:2,keywords:"slaad",level:26,role:{type:7,flag:1,leader:!0},senses:"Perception +22; low-light vision",movement:"8, teleport 6 phasing",alignment:"Chaotic Evil",languages:"Common, Primordial",skills:"Arcana +25, Insight +22, Intimidate +25, Stealth +23",equipment:"",category:"",strength:{score:29},constitution:{score:24},dexterity:{score:21},intelligence:{score:25},wisdom:{score:19},charisma:{score:24},hp:480,initiative:20,ac:42,fortitude:39,reflex:37,will:37,regeneration:null,auras:[{id:"49553997-f1db-46ea-b8ab-7fd5f311c789",name:"Entropic Presence",keywords:"",details:"aura 5; each slaad ally within the aura rolls twice and takes the higher result when making melee basic attacks. Each enemy within the aura gains a +2 bonus to attack rolls and vulnerable 5 to all damage; see also word of annihilation."}],powers:[{id:"00498c27-bf83-41ca-9567-43741edcbf30",name:"Scythe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"1d12+9 damage (crit 3d12 + 21), and the target is immobilized until the end of Ygorl’s next turn.",damage:"1d12+9 damage (crit 3d12 + 21)",category:1},{id:"0a49b584-2dbe-4eac-960a-1d73b022ec14",name:"Entropic Arc",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Weapon, Zone",condition:"",range:"Close burst 2",attack:{bonus:33,defence:0},description:"",details:"targets enemies; 1d12+9 damage (crit 3d12 + 21). Effect: The burst creates a zone of entropic destruction that lasts until the end of Ygorl’s next turn. Any creature that enters the zone or starts its turn there takes 10 necrotic damage.",damage:"1d12+9 damage (crit 3d12 + 21)",category:1},{id:"02f5539e-c788-4e25-a9f0-d5e56fe8e32b",name:"Inescapable Endings",action:{action:3,trigger:"recharges when a creature affected by this power saves",sustainAction:0,use:1,recharge:""},keywords:"Healing",condition:"",range:"Close burst 2",attack:{bonus:31,defence:3},description:"",details:"targets one creature in burst; the target is affected by inescapable endings (save ends). While the target is affected by inescapable endings, whenever it takes a standard or a move action, Ygorl can take a move action as an immediate reaction; whenever the target regains hit points, Ygorl regains the same number of hit points. Miss: Whenever the target takes a move action, Ygorl can take a move action as an immediate reaction (save ends).",damage:"",category:5},{id:"77009db9-1cb7-459b-9cdf-dd8446f4ecb7",name:"Well of Entropy",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Close burst 5",attack:null,description:"",details:"the burst creates a zone of entropy that lasts until the end of Ygorl’s next turn. Any bloodied creature that starts its turn within the zone cannot move out of the zone on that turn. Sustain Minor: The zone persists.",damage:"",category:1},{id:"ccf9056b-13e7-4ec7-a763-8e8813a41006",name:"Word of Annihilation",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 5",attack:{bonus:31,defence:1},description:"",details:"targets one creature in burst; the target takes ongoing 20 necrotic damage (save ends). While the target is within Ygorl’s entropic presence aura, it cannot make saving throws to end the ongoing damage.",damage:"the target takes ongoing 20 necrotic damage (save ends)",category:1}],damageModifiers:[],resist:"insubstantial",vulnerable:"",immune:"disease, fear",tactics:""},{id:"0e1cd162-968e-4a55-9540-943ed26dcf4a",name:"Armored Wrackspawn",details:"",size:2,origin:3,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +15; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"warhammer",category:"",strength:{score:18},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:19},charisma:{score:8},hp:132,initiative:12,ac:30,fortitude:25,reflex:24,will:24,regeneration:null,auras:[{id:"e841687b-644e-4fd8-88b7-112dd73aac43",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"c38ffcfc-8d50-4bf0-9813-cc94245fe396",name:"Warhammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d10+4 damage, and the target is marked until the end of the armored wrackspawn’s next turn.",damage:"2d10+4 damage",category:1},{id:"5c33d585-2744-4777-bd1a-48332dd5e790",name:"Crushing Blow",action:{action:1,trigger:"requires a warhammer",sustainAction:0,use:0,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"3d10+4 damage, and the target is marked and slowed (save ends both).",damage:"3d10+4 damage",category:5},{id:"595c030a-f404-4d31-8820-3f9739adad87",name:"Inflict New Tortures",action:{action:4,trigger:"when any enemy adjacent to the armored wrackspawn succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The armored wrackspawn shifts its speed. Crushing blow recharges, and the wrackspawn uses it against a target other than the triggering enemy.",damage:"",category:5}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"4776f458-1d73-45e5-8832-88200596d794",name:"Blood Ooze",details:"Spawned from the blood of Torog, these ravenous oozes slither endlessly along the King’s Highway in search of prey.",size:3,origin:3,type:1,keywords:"blind, ooze",level:11,role:{type:3,flag:2,leader:!1},senses:"Perception +9; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:21},dexterity:{score:16},intelligence:{score:6},wisdom:{score:18},charisma:{score:10},hp:448,initiative:8,ac:25,fortitude:24,reflex:22,will:23,regeneration:null,auras:[{id:"da825308-c424-4732-b219-d222e65d5a67",name:"Blood Absorption",keywords:"",details:"(Healing) aura 2; each creature that starts its turn within the aura takes 10 damage (or 20 if the blood ooze is bloodied), and the blood ooze regains 10 hit points."}],powers:[{id:"70d1f361-4c59-429f-adc7-43f5d1a57c86",name:"Fetid Caress",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:15,defence:2},description:"",details:"Reach 2; 2d6+3 necrotic damage plus 1d6 poison damage.",damage:"2d6+3 necrotic damage plus 1d6 poison damage",category:1},{id:"773dca38-73dc-4fa1-915e-fa5be4090087",name:"Blood Infiltration",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Charm, Necrotic, Poison, Reliable",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Reach 2; targets a bloodied creature; 3d6+6 necrotic damage, and the blood ooze flows to completely inundate the target. The blood ooze occupies the same space as the target, and attacks that deal damage to the ooze deal equal damage to the target. The target is dominated and takes ongoing 5 poison damage (save ends both). Aftereffect: Ongoing 5 poison damage (save ends). When the target saves against this aftereffect, the blood ooze leaves the target and flows into the nearest unoccupied space.",damage:"3d6+6 necrotic damage",category:3},{id:"1ea274aa-efd6-43fb-b9fd-e44743a00e9d",name:"Blood Rot",action:{action:3,trigger:"recharges when bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"",attack:{bonus:15,defence:1},description:"",details:"Reach 2; 1d6+2 necrotic damage, the target takes ongoing 10 poison damage, and all creatures have concealment against the target (save ends both).",damage:"1d6+2 necrotic damage",category:5},{id:"f1e0f8d2-3643-454c-8a2d-3ac28369f52a",name:"Effusive Reaction",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"when the blood ooze is hit by an attack",range:"Close burst 1",attack:null,description:"",details:"no attack roll; 5 necrotic damage.",damage:"5 necrotic damage",category:1},{id:"626df207-4964-46c0-9a7a-3d82f1365ef5",name:"Ooze Consumption",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic",condition:"",range:"Close burst 1",attack:{bonus:15,defence:2},description:"",details:"2d6+3 necrotic damage, and the target is grabbed until the end of the blood ooze’s next turn. Sustain Free: The blood ooze sustains the grab, and the target takes 2d6 + 3 necrotic damage.",damage:"2d6+3 necrotic damage",category:1},{id:"55935d3a-b3db-464c-b8ce-1a30ad1aec12",name:"Vile Spray",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic, Poison",condition:"",range:"Close blast 5",attack:{bonus:15,defence:2},description:"",details:"1d6+5 necrotic and poison damage.",damage:"1d6+5 necrotic and poison damage",category:1}],damageModifiers:[{type:6,value:-10},{type:7,value:-10}],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"f24d637f-9fd3-4dea-9067-3a620c9c9657",name:"Broken Wrackspawn",details:"",size:2,origin:3,type:2,keywords:"",level:15,role:{type:9,flag:3,leader:!1},senses:"Perception +12; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:18},intelligence:{score:10},wisdom:{score:21},charisma:{score:8},hp:1,initiative:11,ac:29,fortitude:29,reflex:26,will:27,regeneration:null,auras:[{id:"9d48eda7-d965-47de-bf40-da0e84ae965f",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"315192a0-4a32-4bce-ac62-26eecd9026b2",name:"Bone Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"9 damage, and the target is weakened until the broken wrackspawn drops to 0 hit points.",damage:"9 damage",category:1}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"0077195e-044a-4abe-a354-982694c16fc3",name:"Broken Wrackspawn Pit Guardian",details:"",size:2,origin:3,type:2,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +22; darkvision",movement:"5",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:30},constitution:{score:25},dexterity:{score:24},intelligence:{score:10},wisdom:{score:27},charisma:{score:9},hp:1,initiative:21,ac:42,fortitude:42,reflex:39,will:40,regeneration:null,auras:[{id:"d0254bb7-899b-4c65-845c-2184fb0f1b14",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"6c3daf72-501e-4249-ac90-761b09f0f57f",name:"Bone Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"15 damage, and the target is weakened until the broken wrackspawn pit guardian drops to 0 hit points.",damage:"15 damage",category:1}],damageModifiers:[{type:8,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"1ba7ceb2-5a9e-457b-a803-fca344d96b80",name:"Crawling Blood Swarm",details:"Torog’s divine blood seeps constantly from his grievous wounds, and grotesque creatures resembling centipedes, leeches, and roaches constantly emerge from this ichor. Legends claim that the most repulsive creatures of the Underdark were first born from the blood of Torog.",size:2,origin:3,type:1,keywords:"swarm",level:34,role:{type:9,flag:3,leader:!1},senses:"Perception +27; darkvision",movement:"3, climb 3 (spider climb)",alignment:"Evil",languages:"",skills:"",equipment:"",category:"",strength:{score:12},constitution:{score:28},dexterity:{score:33},intelligence:{score:1},wisdom:{score:30},charisma:{score:22},hp:1,initiative:30,ac:48,fortitude:45,reflex:47,will:46,regeneration:null,auras:[{id:"3287050a-5f7b-4b6a-b940-51fe9f449983",name:"Swarm Attack",keywords:"",details:"aura 1; each enemy that starts its turn within the aura takes 5 damage plus 5 extra damage per crawling blood swarm adjacent to the enemy."}],powers:[{id:"2d01f563-88e6-4264-879a-8a32e1e97519",name:"Swarm of Torturous Mandibles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"ongoing 10 damage (save ends).",damage:"ongoing 10 damage (save ends)",category:1},{id:"6c7dd99b-d86a-452e-8ce9-3711ccb2add0",name:"Blood Pollution",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a crawling blood swarm is adjacent to a bloodied creature at the end of the swarm’s turn, another crawling blood swarm appears in a space adjacent to the bloodied creature.",damage:"",category:0}],damageModifiers:[],resist:"20 to melee and ranged attacks",vulnerable:"",immune:"",tactics:""},{id:"c54eb2a0-005c-4f10-87b4-d31036bbdb4b",name:"Dark Creeper Necromancer",details:"",size:1,origin:5,type:2,keywords:"",level:5,role:{type:6,flag:1,leader:!1},senses:"Perception +4; darkvision",movement:"6",alignment:"Evil",languages:"Common",skills:"Stealth +11, Thievery +11",equipment:"dagger",category:"",strength:{score:11},constitution:{score:14},dexterity:{score:18},intelligence:{score:13},wisdom:{score:14},charisma:{score:13},hp:124,initiative:8,ac:19,fortitude:17,reflex:19,will:17,regeneration:null,auras:[{id:"67a57050-96d4-4b2d-a8ec-bedaf3492272",name:"Shroud of the Grave",keywords:"",details:"(Necrotic) aura 5; each undead within the aura loses any vulnerability to radiant damage."}],powers:[{id:"fdfafe79-330d-4c84-a8be-a79947dd4c78",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"fcda0287-dd7d-47d1-8a85-a937242d15f2",name:"Dagger",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 5/10",attack:{bonus:10,defence:0},description:"",details:"1d6+4 damage.",damage:"1d6+4 damage",category:1},{id:"b37ebf0e-5d05-491b-9bf2-e2f4bf133248",name:"Dark Dance",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic, Weapon",condition:"",range:"",attack:{bonus:10,defence:0},description:"",details:"The dark creeper necromancer shifts 6 squares and makes three attacks against three different targets at any time during the shift; 1d6+4 necrotic damage.",damage:"1d6+4 necrotic damage",category:1},{id:"253aede0-8baa-40fd-8bc1-5557236d2140",name:"Call of the Grave",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:null,description:"",details:"four crawling gauntlets appear in four unoccupied spaces within range.",damage:"",category:1},{id:"94823b35-2854-4fcf-a464-53fb9137b5ca",name:"Killing Dark",action:null,keywords:"",condition:"when reduced to 0 hit points",range:"Close burst 1",attack:null,description:"",details:"targets enemies; each target is blinded (save ends).",damage:"",category:0},{id:"314dd4e3-1b11-4376-8924-dd3ce84fb5af",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"A dark creeper necromancer deals 2d6 extra damage on melee and ranged attacks against any target he has combat advantage against.",attack:null,description:"",details:"",damage:"",category:0},{id:"441ab3a9-61be-4c62-89ba-8d249f2e75b8",name:"Dark Step",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The dark creeper necromancer moves up to 4 squares, gains a +4 bonus to AC against opportunity attacks, and gains combat advantage against any target that he ends his move adjacent to.",damage:"The dark creeper necromancer moves up to 4 squares",category:2}],damageModifiers:[{type:6,value:-5}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"dc196593-2531-49dd-962e-a6291f284623",name:"Elemental Eye Cultist",details:"",size:2,origin:2,type:2,keywords:"drow",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +7; darkvision",movement:"7",alignment:"Evil",languages:"Common, Elven",skills:"",equipment:"spiked chain",category:"",strength:{score:23},constitution:{score:16},dexterity:{score:18},intelligence:{score:11},wisdom:{score:14},charisma:{score:16},hp:1,initiative:9,ac:25,fortitude:25,reflex:23,will:22,regeneration:null,auras:[],powers:[{id:"99dc30d8-8ac6-4734-9df1-9682fb858b0a",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 2; 8 damage, and the target is marked and weakened until the end of the cultist’s next turn.",damage:"8 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"d32d0783-647e-489f-8843-c708e080239a",name:"Elemental Eye Priest",details:"",size:2,origin:2,type:2,keywords:"drow",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Evil",languages:"Abyssal, Common, Elven",skills:"Bluff +16, Insight +18, Intimidate +16, Religion +14, Stealth +16",equipment:"chainmail; spiked chain",category:"",strength:{score:20},constitution:{score:12},dexterity:{score:19},intelligence:{score:15},wisdom:{score:23},charisma:{score:19},hp:132,initiative:11,ac:28,fortitude:26,reflex:25,will:27,regeneration:null,auras:[],powers:[{id:"06ac4caf-8137-4ae1-b92a-466fba297f11",name:"Spiked Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 4d4+5 damage.",damage:"4d4+5 damage",category:1},{id:"4f463a2c-00b3-4707-b2a5-1e556185e613",name:"Chain of Destruction",action:{action:1,trigger:"usable only while bloodied; requires a spiked chain",sustainAction:0,use:1,recharge:""},keywords:"Lightning, Thunder, Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 4d4+5 damage, and the target takes ongoing 5 lightning and thunder damage.",damage:"4d4+5 damage",category:5},{id:"4b48a131-81ab-4cba-b27f-cb703d097b5d",name:"Burning Acid Bolt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Acid, Fire",condition:"",range:"Ranged 20",attack:{bonus:19,defence:0},description:"",details:"2d10+4 acid and fire damage, and the target is slowed (save ends).",damage:"2d10+4 acid and fire damage",category:1},{id:"0fe201a6-8afa-42fa-b2fc-0e5b94acdd01",name:"Darkfire",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 10",attack:{bonus:18,defence:2},description:"",details:"until the end of the elemental eye priest’s next turn, the target grants combat advantage to all attackers, and the target cannot benefit from invisibility or concealment.",damage:"",category:3},{id:"6aaeede6-26c0-4f2e-b158-326e46259c39",name:"Scream of the Chained God",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic",condition:"",range:"Close blast 5",attack:{bonus:18,defence:3},description:"",details:"targets enemies; 1d10+5 psychic damage, and the target is dazed (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"e52b5582-af96-4853-ba85-939335860391",name:"Chains of the Master",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The elemental eye priest transfers one effect that a save can end from itself to an ally within 5 squares of it.",damage:"The elemental eye priest transfers one effect that a save can end from itself to an ally within 5 squares of it",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"08e8850b-3bef-4e4f-a694-baaf45a4adf1",name:"Flaying Wrackspawn",details:"",size:2,origin:3,type:2,keywords:"",level:25,role:{type:3,flag:0,leader:!1},senses:"Perception +19; darkvision",movement:"8, fly 8",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:22},constitution:{score:18},dexterity:{score:29},intelligence:{score:14},wisdom:{score:25},charisma:{score:14},hp:226,initiative:21,ac:39,fortitude:36,reflex:39,will:37,regeneration:null,auras:[{id:"98643da8-9bd3-4b53-b977-3501fa02cb11",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"2bed25c2-6d41-4cc7-bacf-538c63385f85",name:"Barbed Whip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:30,defence:0},description:"",details:"Reach 2; 3d8+7 damage, and the target is immobilized until the end of the wrackspawn’s next turn.",damage:"3d8+7 damage",category:1},{id:"10daf6a7-b9e1-4a1c-aa3b-3a22485236b8",name:"Discord from Pain",action:{action:4,trigger:"when any enemy adjacent to the flaying wrackspawn succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:29,defence:3},description:"",details:"Targets the triggering enemy; the target makes a basic attack against a creature of the flaying wrackspawn’s choice as a free action.",damage:"",category:5},{id:"a606d496-bd41-42e6-9515-f201a437476a",name:"Break Loyalty",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic",condition:"",range:"Close burst 5",attack:{bonus:29,defence:3},description:"",details:"1d10 psychic damage. In addition, the target is affected by broken loyalty (save ends). While affected by broken loyalty, the target cannot flank with its allies, cannot use any power that grants bonuses to allies, and cannot use any power that allows allies to gain temporary hit points, regain hit points, or spend healing surges.",damage:"1d10 psychic damage",category:1}],damageModifiers:[{type:8,value:-15}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bd67a8ba-18c4-4e44-804d-8d2cd290ffa4",name:"Gnome Caravan Guard",details:"",size:1,origin:2,type:2,keywords:"",level:13,role:{type:7,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Elven",skills:"Athletics +17, Endurance +16",equipment:"chainmail; war pick",category:"",strength:{score:23},constitution:{score:20},dexterity:{score:19},intelligence:{score:15},wisdom:{score:18},charisma:{score:16},hp:132,initiative:12,ac:29,fortitude:26,reflex:24,will:24,regeneration:null,auras:[],powers:[{id:"0f8c4eaa-c229-41d9-895b-dc38748b0406",name:"War Pick",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+5 damage (crit 4d8 + 21), and the target is marked until the end of the gnome caravan guard’s next turn.",damage:"2d8+5 damage (crit 4d8 + 21)",category:1},{id:"1b2ad11e-f233-423b-81c3-9ebf6a116491",name:"Binding Strike",action:{action:1,trigger:"requires a war pick",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:2},description:"",details:"2d8+5 damage (crit 4d8 + 21). In addition, the target is marked until it ends its turn in a square that is not adjacent to the caravan guard. Until the mark ends, the target cannot shift unless it ends the shift in a square adjacent to the caravan guard.",damage:"2d8+5 damage (crit 4d8 + 21)",category:5},{id:"9ecc5d0e-c9fa-4a01-9cf5-e78b3bd0d17c",name:"Stone Call",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Ranged 5",attack:{bonus:18,defence:2},description:"",details:"the target is pulled 4 squares.",damage:"the target is pulled 4 squares",category:3},{id:"99361590-0591-4600-af0c-c0d4563bd13f",name:"Fade Away",action:{action:4,trigger:"when the gnome caravan guard takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome caravan guard turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"95d7a864-119c-49f5-9def-ac38e02bf3e6",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnome caravan guard moves 3 squares or shifts 1 square, and can pass into and through squares occupied by obstacles made of stone. If the obstacle is larger than it is, the caravan guard can end its movement in such a square. If it does, it remains alive and aware of its surroundings, but it cannot be seen or attacked. The only actions it can take are to make Perception checks or to shift 1 square into an unoccupied square as a move action.",damage:"The gnome caravan guard moves 3 squares or shifts 1 square",category:2},{id:"a78c2f7f-6649-435c-9ad5-81ac773ee114",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"da063352-e9fa-4b95-9f79-a6738fc2193c",name:"Gnome Rockcaller",details:"A gnome rockcaller is one with the deep roots of the Underdark, channeling the strength of stone through its attacks and even from the living rock beneath its feet.",size:1,origin:2,type:2,keywords:"",level:14,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Elven",skills:"Arcana +17, Diplomacy +18",equipment:"",category:"",strength:{score:14},constitution:{score:20},dexterity:{score:16},intelligence:{score:20},wisdom:{score:16},charisma:{score:23},hp:140,initiative:10,ac:26,fortitude:26,reflex:26,will:27,regeneration:null,auras:[],powers:[{id:"8e533339-ee4d-4ee8-89c0-448245fa05e0",name:"Stone Fist",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d8+4 damage.",damage:"2d8+4 damage",category:1},{id:"c8511ac5-bcab-4c40-855c-37e8ebff32ad",name:"Focused Quake",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 2 within 10",attack:{bonus:18,defence:2},description:"",details:"targets enemies; 1d6+2 damage, and the target is knocked prone.",damage:"1d6+2 damage",category:1},{id:"e7f663ca-5182-4553-9f71-c08a55e39842",name:"Ring of Stone",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Area burst 1 within 10",attack:{bonus:18,defence:2},description:"",details:"2d6+4 damage. Effect: Each square in the burst becomes difficult terrain until the end of the gnome rockcaller’s next turn.",damage:"2d6+4 damage",category:1},{id:"665477aa-cddf-41d5-a0af-cbd86986411f",name:"Call Stone Spirits",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Zone",condition:"",range:"Area burst 1 within 5",attack:null,description:"",details:"the burst creates a zone of difficult terrain that lasts until the end of the rockcaller’s next turn. As a standard action, the rockcaller can use stone fist against any target in the zone. As a move action, the rockcaller can move the zone up to 5 squares. Sustain Minor: The effect persists.",damage:"the rockcaller can move the zone up to 5 squares",category:3},{id:"23ec8ce2-b1e8-449a-9836-f741e197de55",name:"Fade Away",action:{action:4,trigger:"when the gnome rockcaller takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome rockcaller turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"21f92f0d-5761-4118-9ddc-6a0a9dadd7e3",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnome rockcaller moves 3 squares or shifts 1 square, and can pass into and through squares occupied by obstacles made of stone. If the obstacle is larger than it is, the rockcaller can end its movement in such a square. If it does, it remains alive and aware of its surroundings, but it cannot be seen or attacked. The only actions it can take are to make Perception checks or to shift 1 square into an unoccupied square as a move action.",damage:"The gnome rockcaller moves 3 squares or shifts 1 square",category:2},{id:"9e6a9264-25f0-4b30-918a-ba39c900be67",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"85686d31-655a-43e8-a5de-5d759b019037",name:"Gnome Stonewalker",details:"",size:1,origin:2,type:2,keywords:"",level:13,role:{type:6,flag:0,leader:!1},senses:"Perception +12; low-light vision",movement:"5",alignment:"Unaligned",languages:"Common, Deep Speech, Elven",skills:"Dungeoneering +17",equipment:"hide armor; throwing hammer",category:"",strength:{score:18},constitution:{score:16},dexterity:{score:17},intelligence:{score:20},wisdom:{score:23},charisma:{score:14},hp:128,initiative:11,ac:27,fortitude:24,reflex:25,will:26,regeneration:null,auras:[],powers:[{id:"5767f93e-acb5-4a01-9be0-9c963deb72d2",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d6+5 damage.",damage:"2d6+5 damage",category:1},{id:"9c65ccd9-abe9-4f40-aacc-b037ca23c924",name:"Throwing Hammer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"",attack:{bonus:18,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"d1ebedda-3c3f-4d14-8a69-49eb8e281193",name:"Battering Steps",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"The gnome stonewalker makes a melee basic attack, shifts 1 square, makes a melee basic attack against a new target, and shifts 1 square.",attack:null,description:"",details:"",damage:"",category:1},{id:"1575f8be-9947-42ae-8f1e-d91e8aad3fd2",name:"Disrupting Smash",action:{action:1,trigger:"requires a throwing hammer",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:16,defence:2},description:"",details:"2d6+5 damage, and if the stonewalker is marked, that condition ends on it.",damage:"2d6+5 damage",category:5},{id:"af0e94c8-47c1-4a57-aa69-b12938788619",name:"Fade Away",action:{action:4,trigger:"when the gnome stonewalker takes damage",sustainAction:0,use:0,recharge:""},keywords:"Illusion",condition:"",range:"",attack:null,description:"",details:"The gnome stonewalker turns invisible until it attacks or until the end of its next turn.",damage:"",category:5},{id:"abd35d8f-ab12-4b28-82e9-5db2b6196337",name:"Merge With Stone",action:{action:2,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The gnome stonewalker moves 3 squares or shifts 1 square, and can pass into and through squares occupied by obstacles made of stone. If the obstacle is larger than it is, the stonewalker can end its movement in such a square. If it does, it remains alive and aware of its surroundings, but it cannot be seen or attacked. The only actions it can take are to make Perception checks or to shift 1 square into an unoccupied square as a move action.",damage:"The gnome stonewalker moves 3 squares or shifts 1 square",category:2},{id:"a0ebf1a4-c34a-4d42-b94e-396fa19ac304",name:"Reactive Stealth",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"If a gnome has cover or concealment when it makes an initiative check at the start of an encounter, it can make a Stealth check to become hidden.",damage:"",category:0},{id:"1f586680-6d40-45d4-86f1-01cc0f46c773",name:"Stonewalk",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Teleportation",condition:"",range:"",attack:null,description:"",details:"The gnome stonewalker teleports 3 squares. Its origin and destination squares must both be adjacent to stone, or must have a floor of stone.",damage:"The gnome stonewalker teleports 3 squares",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"bb38b3f4-7979-4b3e-b6a9-a84f43d0357f",name:"Grimlock Bodyguard",details:"",size:2,origin:4,type:2,keywords:"blind",level:14,role:{type:7,flag:0,leader:!1},senses:"Perception +11; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"greatsword",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:20},intelligence:{score:11},wisdom:{score:19},charisma:{score:11},hp:139,initiative:14,ac:30,fortitude:27,reflex:26,will:25,regeneration:null,auras:[],powers:[{id:"1d4fa3e6-5b9a-4bcb-8dd1-f4fc886b9a1e",name:"Greatsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d10+4 damage.",damage:"2d10+4 damage",category:1},{id:"3c383203-7134-4acd-bfff-4b9d04a81a8a",name:"Stick and Shift",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The grimlock bodyguard makes a melee basic attack and then shifts 1 square. See also bodyguard shift.",attack:null,description:"",details:"",damage:"",category:1},{id:"2265f7b9-ec51-4111-9ca0-da9aa982bfe6",name:"Mindlash",action:{action:5,trigger:"when any enemy marked by the grimlock bodyguard within 5 squares of it makes an attack that does not include the bodyguard",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:null,description:"",details:"targets the triggering enemy; no attack roll; 10 psychic damage.",damage:"10 psychic damage",category:5},{id:"66442aeb-6844-4f08-b3ab-612e42d0049b",name:"Bodyguard Shift",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"When a grimlock bodyguard shifts, it can shift into a square occupied by any enemy marked by it. The bodyguard slides that enemy 1 square as a free action and ends its shift in a square the enemy vacated.",damage:"The bodyguard slides that enemy 1 square as a free action and ends its shift in a square the enemy vacated",category:0},{id:"241c1e3e-cc58-448b-9e29-d7d3e0f3942f",name:"Guarded Mark",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Any enemy adjacent to the grimlock bodyguard at the end of its turn is marked by the bodyguard until the end of the enemy’s next turn. An enemy marked by a grimlock bodyguard does not gain combat advantage while flanking any grimlock bodyguard.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"dec671cb-bb05-4022-ae5e-e7de0edadd77",name:"Grimlock Dark Caller",details:"",size:2,origin:4,type:2,keywords:"blind",level:15,role:{type:3,flag:0,leader:!1},senses:"Perception +13; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Arcana +13, Religion +13",equipment:"hide armor",category:"",strength:{score:19},constitution:{score:20},dexterity:{score:17},intelligence:{score:13},wisdom:{score:23},charisma:{score:14},hp:148,initiative:10,ac:29,fortitude:27,reflex:26,will:28,regeneration:null,auras:[],powers:[{id:"602112dc-98b5-4cb2-b12f-fbdd142819a1",name:"Staff",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"9a5241d3-3df7-4540-956f-9a1f84ffef89",name:"Endless Dark",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement, Psychic",condition:"",range:"Ranged 10",attack:{bonus:19,defence:1},description:"",details:"1d10+5 psychic damage, and the target cannot see more than 1 square away (save ends).",damage:"1d10+5 psychic damage",category:1},{id:"db3e8eab-e6bb-45c8-9e2e-3c9d13b11899",name:"Call of Darkness",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"Close burst 10",attack:null,description:"",details:"all sources of light within the burst are extinguished.",damage:"",category:3},{id:"04f28cfa-caa4-44c0-b7a4-428565b19bda",name:"Shadow Swarm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Necrotic, Zone",condition:"",range:"Area burst 1 within 10 squares",attack:{bonus:19,defence:3},description:"",details:"2d8+5 the burst becomes a zone shadow swarms that lasts until the end of the dark caller’s next turn. A creature within in the zone is blinded until it leaves the zone.",damage:"2d8+5 the burst becomes a zone shadow swarms that lasts until the end of the dark caller’s next turn",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"bcc7a399-6803-48a1-a099-85b2bff3697a",name:"Grimlock Hulk",details:"",size:2,origin:4,type:2,keywords:"blind",level:16,role:{type:2,flag:0,leader:!1},senses:"Perception +12; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Athletics +20, Endurance +18",equipment:"morningstar",category:"",strength:{score:24},constitution:{score:20},dexterity:{score:19},intelligence:{score:7},wisdom:{score:19},charisma:{score:9},hp:190,initiative:12,ac:28,fortitude:30,reflex:27,will:27,regeneration:null,auras:[],powers:[{id:"fd7b2bd8-1513-46cf-b2ad-5dcea69a170d",name:"Morningstar",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"2d10+7 damage, and the target is knocked prone.",damage:"2d10+7 damage",category:1},{id:"87e578f4-c03a-45bd-bbd1-932ef8a2360c",name:"Reaping Star",action:{action:1,trigger:"requires a morningstar",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Weapon",condition:"",range:"Close burst 1",attack:{bonus:19,defence:0},description:"",details:"targets enemies; 1d10+7 damage, and the target is pushed 1 square and knocked prone.",damage:"1d10+7 damage",category:5},{id:"7619092b-9928-4c3d-bbb2-873b5e0a1f99",name:"Bloody Wrath",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A grimlock hulk’s weapon attacks deal 1d10 extra damage against bloodied targets.",damage:"a grimlock hulk’s weapon attacks deal 1d10 extra damage against bloodied targets",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"a8fa9687-83fa-4809-9385-3b2cc0f69cfe",name:"Grimlock Thug",details:"",size:2,origin:4,type:2,keywords:"blind",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +14; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"greataxe",category:"",strength:{score:24},constitution:{score:14},dexterity:{score:20},intelligence:{score:7},wisdom:{score:21},charisma:{score:9},hp:1,initiative:14,ac:30,fortitude:31,reflex:29,will:29,regeneration:null,auras:[],powers:[{id:"a8dce0c6-911b-482b-9e9b-c9beb54b353f",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"12 damage (14 damage against a bloodied target).",damage:"12 damage (14 damage against a bloodied target)",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"gaze",tactics:""},{id:"7bf719fa-f38f-4a91-bb56-faa21ea4ebac",name:"Hook Horror Darkfiend",details:"",size:3,origin:4,type:1,keywords:"",level:14,role:{type:4,flag:0,leader:!1},senses:"Perception +10; blindsight 10",movement:"6, climb 4",alignment:"Unaligned",languages:"",skills:"Athletics +15, Stealth +18",equipment:"",category:"",strength:{score:17},constitution:{score:20},dexterity:{score:23},intelligence:{score:3},wisdom:{score:16},charisma:{score:11},hp:110,initiative:17,ac:28,fortitude:26,reflex:27,will:24,regeneration:null,auras:[],powers:[{id:"b02c1f26-cbf5-45c5-bf6c-d598f62439eb",name:"Hook",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:0},description:"",details:"Reach 2; 2d8+6 damage.",damage:"2d8+6 damage",category:1},{id:"0e36ec90-dea8-4ed8-bbd0-8731efd1d015",name:"Horror’s Pounce",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"The hook horror darkfiend charges and makes the following attack in place of a melee basic attack",attack:{bonus:19,defence:0},description:"",details:"2d12+6 damage. If the darkfiend has combat advantage against the target, this attack deals 2d12 extra damage.",damage:"2d12+6 damage",category:1},{id:"beb125ac-1c08-4837-a576-b2edc41aba5b",name:"Fiend’s Darkness",action:{action:1,trigger:"sustain minor",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Zone",condition:"",range:"Close burst 2",attack:null,description:"",details:"this power creates a zone of darkness that remains in place until the end of the darkfiend’s next turn. The zone blocks line of sight for all creatures that do not have blindsight. Any creature entirely within the area is blinded unless it has blindsight. While inside the zone, the darkfiend is hidden from creatures that do not have blindsight, gaining combat advantage against them.",damage:"",category:5},{id:"6722c1e6-c679-45a8-81b6-762f432b044e",name:"Shriek of Horror",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Thunder",condition:"when first bloodied",range:"Close blast 5",attack:{bonus:17,defence:3},description:"",details:"targets enemies; 3d6+6 damage, and the target is immobilized and deafened (save ends both). Miss: Half damage, and the target is deafened (save ends).",damage:"3d6+6 damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"589665ce-fd1e-4bcd-bfc5-ecee6b31396b",name:"Incunabulum Bone Naga",details:"",size:3,origin:3,type:1,keywords:"undead",level:16,role:{type:3,flag:1,leader:!1},senses:"Perception +13; darkvision",movement:"7",alignment:"Unaligned",languages:"Common, Draconic, Supernal",skills:"Arcana +18, History +18, Insight +20, Religion +18",equipment:"",category:"",strength:{score:22},constitution:{score:28},dexterity:{score:16},intelligence:{score:20},wisdom:{score:20},charisma:{score:22},hp:328,initiative:11,ac:30,fortitude:32,reflex:28,will:29,regeneration:null,auras:[{id:"20919a50-ee2e-47a1-b426-b393adcd3ad1",name:"Death Rattle",keywords:"",details:"(Necrotic) aura 2; an enemy that starts its turn within the aura is dazed."}],powers:[{id:"7dfcfde5-4674-40c9-a421-a1f2503a009e",name:"Bite",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Necrotic",condition:"",range:"",attack:{bonus:20,defence:0},description:"",details:"Reach 2; 2d4+6 damage, and ongoing 5 necrotic damage (save ends). Aftereffect: The target is weakened (save ends).",damage:"2d4+6 damage",category:1},{id:"393106bd-3e2a-4dba-81d6-3c7ae6923ecc",name:"Death Sway",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:21,defence:3},description:"",details:"blind creatures are immune; the target is dazed (save ends). If the target is already dazed, it takes 3d6 + 6 necrotic damage instead.",damage:"it takes 3d6 + 6 necrotic damage instead",category:1},{id:"eb2855f4-709b-4308-9935-10861b87369f",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum bone naga is hit by a melee attack or a close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5},{id:"8502e82b-43a0-4605-adb3-5e8c6e229f07",name:"Condition the Subject",action:{action:3,trigger:"usable only while adjacent to an immobilized enemy",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the encounter, the bone naga can make two bite attacks as a standard action against immobilized enemies. While this power is active, the bone naga can make only basic attacks. It can end this power at any time as a free action.",damage:"",category:5}],damageModifiers:[{type:6,value:-20},{type:9,value:10}],resist:"",vulnerable:"",immune:"disease, poison",tactics:""},{id:"d6d3ec22-5286-4af1-bbc1-c21e93446e7d",name:"Incunabulum Cursebringer",details:"As an initiate of forbidden secrets, the incunabulum cursebringer can strike down the strongest foes.",size:2,origin:5,type:2,keywords:"",level:16,role:{type:0,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +15, Diplomacy +18, Insight +15",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:24},intelligence:{score:14},wisdom:{score:14},charisma:{score:20},hp:123,initiative:15,ac:28,fortitude:27,reflex:29,will:27,regeneration:null,auras:[{id:"fb76d335-4a06-4f4e-8369-6f94f665f3fc",name:"Whispers of Revulsion",keywords:"",details:"aura 1; each enemy that starts its turn within the aura is pushed 2 squares."}],powers:[{id:"e563caa4-cf8d-42c2-b128-4221b68bcff8",name:"Inquiring Grip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:21,defence:2},description:"",details:"2d6+4 psychic damage, and the target is immobilized until the end of the cursebringer’s next turn.",damage:"2d6+4 psychic damage",category:1},{id:"3854aebe-5f48-40f0-b3af-476e702ba8ae",name:"Curse of Creeping Doubt",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"(standard",range:"Ranged 20",attack:null,description:"",details:"2d8+7 psychic damage, and the target is immobilized (save ends).",damage:"2d8+7 psychic damage",category:1},{id:"6627fb84-d0db-4201-b91d-89763d11bad2",name:"Curse Storm",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic, Zone",condition:"",range:"Area burst 3 within 20",attack:{bonus:21,defence:2},description:"",details:"1d10 psychic damage, and the target is immobilized (save ends). The burst creates a zone of animated funerary wrappings that lasts until the end of the encounter. The zone is difficult terrain. Any creature that ends its turn within the zone is immobilized (save ends).",damage:"1d10 psychic damage",category:1},{id:"ea4a045c-d2ef-4c8a-8653-c20b24dc0aac",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum cursebringer is hit by a melee attack or a close weapon attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e11effc1-68b7-45d8-8e28-c03cef345492",name:"Incunabulum Inquisitor",details:"With the dark magic of its touch, an incunabulum inquisitor can wrest the will and life from any foe.",size:2,origin:5,type:2,keywords:"",level:18,role:{type:3,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +21, Diplomacy +19, Insight +15",equipment:"",category:"",strength:{score:12},constitution:{score:20},dexterity:{score:16},intelligence:{score:24},wisdom:{score:12},charisma:{score:20},hp:172,initiative:12,ac:32,fortitude:30,reflex:32,will:30,regeneration:null,auras:[{id:"c5111865-f658-42cc-9840-37a2d88a8c12",name:"Binding Whispers",keywords:"",details:"aura 5; enemies within the aura are slowed and take a –2 penalty to saving throws."}],powers:[{id:"e624949f-bd5b-44d8-8087-e2dd5dde49d5",name:"Inquiring Grip",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic",condition:"",range:"",attack:{bonus:22,defence:2},description:"",details:"2d8+7 psychic damage, and the target is immobilized until the end of the inquisitor’s next turn.",damage:"2d8+7 psychic damage",category:1},{id:"c10ef982-b0f1-4ecf-896d-a3ab238b4afa",name:"Call To Answer",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 10",attack:{bonus:22,defence:2},description:"",details:"1d10+7 psychic damage, and the target is immobilized (save ends).",damage:"1d10+7 psychic damage",category:1},{id:"be6888e2-e5dd-40c2-afb1-fa74d4d7cc17",name:"Under the Question",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Charm, Psychic",condition:"",range:"Ranged 10",attack:{bonus:22,defence:3},description:"",details:"targets an immobilized creature; the target takes ongoing 15 psychic damage and is restrained (save ends both). A target reduced to 0 hit points or fewer by this attack’s ongoing damage is dominated by the incunabulum inquisitor. A dominated target does not fall unconscious and does not need to make death saving throws. It dies only when reduced to negative hit points equal to its bloodied value. If the target under the inquisitor’s control regains hit points so that it is no longer dying, or if the inquisitor drops to 0 hit points, the inquisitor’s domination of the target ends.",damage:"the target takes ongoing 15 psychic damage and is restrained (save ends both)",category:1}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5fc3bf22-0d15-40aa-b12a-c41abe741ced",name:"Incunabulum Keeper",details:"",size:2,origin:5,type:2,keywords:"",level:17,role:{type:7,flag:0,leader:!0},senses:"Perception +13; darkvision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +16, Diplomacy +16, Insight +18",equipment:"longsword",category:"",strength:{score:21},constitution:{score:23},dexterity:{score:19},intelligence:{score:16},wisdom:{score:20},charisma:{score:16},hp:167,initiative:14,ac:33,fortitude:30,reflex:28,will:29,regeneration:null,auras:[{id:"dedf1d4f-9f82-4c22-8a35-042b0a0497d3",name:"White Hand Authority",keywords:"",details:"aura 2; one undead ally within the aura at the start of the incunabulum keeper’s turn can make a melee basic attack as a free action."}],powers:[{id:"170c4202-ad0e-40b8-9c9c-61dba0ba64ce",name:"Sword of Keeping",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:24,defence:0},description:"",details:"2d8+7 damage plus 1d8 psychic damage, and the target is immobilized until the end of the keeper’s next turn.",damage:"2d8+7 damage plus 1d8 psychic damage",category:1},{id:"2db029ed-4ba5-457b-a23f-c561ba19d8d7",name:"Feed on the Vulnerable",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Ranged sight",attack:null,description:"",details:"targets one allied undead creature adjacent to an immobilized enemy. The next time the target makes a check to recharge a power, it makes an extra check as a free action.",damage:"",category:3},{id:"fe476524-44d9-4fc7-99e0-9a7db8a11262",name:"Keeper’s Blazon",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each ally within 5 squares of the keeper makes a basic attack against an immobilized enemy as a free action, provided the ally can both see and hear the keeper.",damage:"Each ally within 5 squares of the keeper makes a basic attack against an immobilized enemy as a free action",category:1},{id:"eea02596-a1f9-4795-baec-1c9cbe7cd014",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum keeper is hit by a melee attack or a close attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5}],damageModifiers:[{type:6,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"eaf5fa93-c327-4b01-8b0a-ffc28e6c320d",name:"Incunabulum Slayer",details:"",size:2,origin:5,type:2,keywords:"",level:16,role:{type:4,flag:0,leader:!1},senses:"Perception +10; low-light vision",movement:"6",alignment:"Evil",languages:"Abyssal, Common, Supernal",skills:"Arcana +17, Insight +15, Stealth +17",equipment:"dagger",category:"",strength:{score:21},constitution:{score:22},dexterity:{score:19},intelligence:{score:19},wisdom:{score:15},charisma:{score:23},hp:124,initiative:16,ac:30,fortitude:29,reflex:27,will:29,regeneration:null,auras:[],powers:[{id:"0d0665bf-6229-4bf0-917e-d7a804d9acf6",name:"Inquisitive Dagger",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Psychic, Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d4+9 psychic damage, and the target is immobilized until the end of the slayer’s next turn.",damage:"2d4+9 psychic damage",category:1},{id:"7427dfef-900d-4254-b558-457ec04604d1",name:"Digging for Answers",action:{action:1,trigger:"requires a dagger",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"Charm, Psychic, Weapon",condition:"",range:"",attack:{bonus:19,defence:3},description:"",details:"Targets an immobilized creature; 2d4+4 damage plus 5d6 psychic damage. A target reduced to 0 hit points or fewer by this attack is dominated by the incunabulum slayer. A dominated target does not fall unconscious and does not need to make death saving throws. It dies only when reduced to negative hit points equal to its bloodied value. If the target under the slayer’s control regains hit points so that it is no longer dying, or if the slayer drops to 0 hit points, the slayer’s domination of the target ends.",damage:"2d4+4 damage plus 5d6 psychic damage",category:5},{id:"428e8dec-5838-47bb-98e8-f15ce77ff314",name:"Martial Secret",action:{action:5,trigger:"when the incunabulum slayer is hit by a melee attack or a close attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The triggering attacker rerolls the attack roll with a -2 penalty.",damage:"The triggering attacker rerolls the attack roll with a -2 penalty",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"192152b4-86b8-49ff-9156-53c61a2d3b91",name:"Incunabulum Thug",details:"",size:2,origin:4,type:2,keywords:"blind; grimlock",level:18,role:{type:9,flag:3,leader:!1},senses:"Perception +11; blindsight 10",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"greataxe",category:"",strength:{score:17},constitution:{score:14},dexterity:{score:12},intelligence:{score:7},wisdom:{score:15},charisma:{score:9},hp:1,initiative:10,ac:30,fortitude:28,reflex:26,will:24,regeneration:null,auras:[],powers:[{id:"6bb6fc32-73d7-4e55-87fe-6a0fa1c08cc5",name:"Greataxe",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"12 damage (14 damage against a bloodied target).",damage:"12 damage (14 damage against a bloodied target)",category:1},{id:"7c2fddef-1af1-4fe1-9027-522c9b765d4e",name:"All the Answers",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Immobilized enemies grant this creature combat advantage.",damage:"",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"2151bcd4-745c-4d48-a0cc-cdb50a211c3e",name:"Jagged Wrackspawn",details:"A jagged wrackspawn’s body pulses from within with eldritch light, its limbs pierced with steel-hard bone needles that can rend the flesh from a foe.",size:2,origin:3,type:2,keywords:"",level:16,role:{type:3,flag:0,leader:!1},senses:"Perception +12; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"",equipment:"",category:"",strength:{score:18},constitution:{score:21},dexterity:{score:24},intelligence:{score:12},wisdom:{score:19},charisma:{score:13},hp:157,initiative:15,ac:30,fortitude:28,reflex:30,will:27,regeneration:null,auras:[{id:"4edb5a33-505d-4faf-ac15-dd31a746508b",name:"Bloodwrack",keywords:"",details:"aura 2; each bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"164cd500-16c7-47d2-8ee2-5588a44231f0",name:"Embedded Needles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"2d6+2 damage, and ongoing 5 damage (save ends).",damage:"2d6+2 damage",category:1},{id:"6c7e1995-3df9-48e9-8f7d-f93fa665d113",name:"Dread Embrace",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Reliable",condition:"",range:"",attack:{bonus:20,defence:2},description:"",details:"the target is removed from the battle grid and imprisoned within an extradimensional space inside the jagged wrackspawn (save ends). While imprisoned, the target is stunned and takes ongoing 10 damage, and no creature has line of sight or line of effect to it. When the target saves, or if the wrackspawn drops to 0 hit points, the target returns in a space of its choice adjacent to the wrackspawn. While imprisoned, the target is considered to be within the wrackspawn’s bloodwrack aura but not adjacent to the wrackspawn, so that its successful saving throws don’t trigger rancorous screech.",damage:"the target is stunned and takes ongoing 10 damage",category:1},{id:"9f44f465-3aa5-468a-ac87-79544d334d7a",name:"Rancorous Screech",action:{action:4,trigger:"when any enemy adjacent to the jagged wrackspawn succeeds on a saving throw",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"",range:"Close burst 5",attack:{bonus:20,defence:3},description:"",details:"1d6+3 psychic damage.",damage:"1d6+3 psychic damage",category:5}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8305d238-f9c6-408c-91e0-8095b057a1e0",name:"Kuo-Toa Leviathan",details:"Overwhelmed by crippling madness, some kuo-toas undergo a physical and mental transformation into hulking feral predators.",size:4,origin:4,type:2,keywords:"aquatic",level:15,role:{type:2,flag:1,leader:!1},senses:"Perception +11; darkvision",movement:"8, swim 8",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +18",equipment:"",category:"",strength:{score:23},constitution:{score:19},dexterity:{score:21},intelligence:{score:5},wisdom:{score:18},charisma:{score:7},hp:358,initiative:12,ac:27,fortitude:28,reflex:27,will:26,regeneration:null,auras:[],powers:[{id:"b604cc6d-8ded-480d-8b19-e3fb533f8af8",name:"Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Reach 3; 3d8+6 damage, and the target is knocked prone.",damage:"3d8+6 damage",category:1},{id:"65c98ca0-0bea-41b5-9876-ee2109dc1272",name:"Bloodlust Bite",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets a bloodied creature; 3d8+6 damage, and the target slides 3 squares and takes ongoing 10 damage (save ends).",damage:"3d8+6 damage",category:1},{id:"a3f82d83-8099-461e-8b23-bc488cb09f35",name:"Snapping Bites",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"The kuo-toa leviathan makes two attacks; 3d8+6 damage, and the target slides 3 squares.",damage:"3d8+6 damage",category:1},{id:"8e7a625b-97a6-4e80-9666-6cafb85c9cde",name:"Mind-Rending Roar",action:{action:7,trigger:"when first bloodied",sustainAction:0,use:0,recharge:""},keywords:"Psychic, Thunder",condition:"",range:"Close blast 5",attack:{bonus:16,defence:3},description:"",details:"1d8+5 psychic and thunder damage, and the target is dazed (save ends).",damage:"1d8+5 psychic and thunder damage",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"c114d3e6-cbc8-411b-9049-9b3e7177252e",name:"Kuo-Toa Mumbler",details:"With its lisping whispers, a black-robed kuo-toa mumbler summons up dread power and terrible secrets.",size:2,origin:4,type:2,keywords:"aquatic",level:13,role:{type:4,flag:1,leader:!0},senses:"Perception +9; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +14, Stealth +17",equipment:"",category:"",strength:{score:16},constitution:{score:19},dexterity:{score:22},intelligence:{score:17},wisdom:{score:17},charisma:{score:14},hp:206,initiative:16,ac:27,fortitude:25,reflex:27,will:24,regeneration:null,auras:[{id:"1566773f-f6d0-4a30-a4f8-7cdaaa334d35",name:"Maddening Mumbles",keywords:"",details:"(Psychic) aura 2; any creature without the aquatic keyword that enters the aura or starts its turn there takes 5 psychic damage."}],powers:[{id:"f0811874-2d73-4f8e-897f-52a9bf65d2c6",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"2d8+5 damage.",damage:"2d8+5 damage",category:1},{id:"42169d38-f27a-4f4d-afbe-51fb0d9e5b7d",name:"Vicious Spear",action:{action:1,trigger:"requires a spear",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"Targets a blinded creature; 3d8+8 damage.",damage:"3d8+8 damage",category:5},{id:"32827732-9490-43c6-a344-8a4225a49f57",name:"Terrifying Revelation",action:{action:1,trigger:"when strange eon’s syllable ends",sustainAction:0,use:1,recharge:""},keywords:"",condition:"no action",range:"Close burst 3",attack:{bonus:16,defence:3},description:"",details:"targets enemies; the target is blinded until the end of the mumbler’s next turn.",damage:"",category:5},{id:"cc2d1faa-9aee-4950-87e7-c05a820e9b10",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2},{id:"1c797673-31b8-448b-b49e-8b746f3d36d1",name:"Strange Eon’s Syllable",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:null,description:"",details:"Until the end of the kuo-toa mumbler’s next turn, it gains a +2 bonus to all defenses, and allies within 10 squares of it gain a +2 bonus to Fortitude and Will.",damage:"it gains a +2 bonus to all defenses",category:3}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"9d8c0898-e5b6-409d-b718-f8dee348246c",name:"Kuo-Toa Spearfiend",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:12,role:{type:2,flag:0,leader:!1},senses:"Perception +9; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +15",equipment:"longspear",category:"",strength:{score:19},constitution:{score:22},dexterity:{score:18},intelligence:{score:11},wisdom:{score:17},charisma:{score:8},hp:152,initiative:10,ac:24,fortitude:26,reflex:24,will:23,regeneration:null,auras:[],powers:[{id:"4f5f9a19-89c5-4c74-9c2d-0e4fa44d6d64",name:"Longspear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"Reach 2; 2d10+6 damage.",damage:"2d10+6 damage",category:1},{id:"6b7c0fd1-266d-40fb-a320-a0891d2928e2",name:"Fiendish Spear Sweep",action:{action:1,trigger:"requires a longspear",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Weapon",condition:"",range:"Close burst 2",attack:{bonus:13,defence:2},description:"",details:"targets enemies; 2d8 damage, and the target is knocked prone. Miss: Half damage.",damage:"2d8 damage",category:5},{id:"9bbd7ec1-e49e-41b3-827d-2e64e9a133cb",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"566f09b1-ea29-42a6-8ce1-8c130ba323db",name:"Kuo-Toa Warder",details:"",size:2,origin:4,type:2,keywords:"aquatic",level:11,role:{type:9,flag:3,leader:!1},senses:"Perception +5; darkvision",movement:"6, swim 6",alignment:"Evil",languages:"Deep Speech",skills:"Athletics +14",equipment:"javelin; spear",category:"",strength:{score:19},constitution:{score:15},dexterity:{score:16},intelligence:{score:11},wisdom:{score:11},charisma:{score:17},hp:1,initiative:8,ac:23,fortitude:24,reflex:23,will:23,regeneration:null,auras:[],powers:[{id:"f6bbfac0-c699-4e7d-bbd5-afd8ad33bcf9",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:18,defence:0},description:"",details:"5 damage.",damage:"5 damage",category:1},{id:"3d357550-48fa-4793-afe7-90f4529366ce",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"Ranged 10/20",attack:{bonus:18,defence:0},description:"",details:"8 damage.",damage:"8 damage",category:1},{id:"2e8075c7-ba53-4e91-9e5b-4d555f372468",name:"Slick Maneuver",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"A kuo-toa adjacent to an enemy shifts to any other square adjacent to that enemy.",damage:"",category:2}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"b4e8a67e-1c4e-4ed2-acd5-fa8c8349f8c4",name:"Mind Flayer Tormentor",details:"ALL MIND FLAYERS DELIGHT IN THE AGONY of others, but the mind flayer tormentor develops this rapacious nature into a dark art.",size:2,origin:0,type:2,keywords:"",level:20,role:{type:0,flag:0,leader:!1},senses:"Perception +20; darkvision",movement:"7, teleport 5",alignment:"Evil",languages:"Deep Speech, telepathy 20",skills:"Arcana +22, Insight +20, Intimidate +22, Religion +22",equipment:"",category:"",strength:{score:16},constitution:{score:22},dexterity:{score:19},intelligence:{score:24},wisdom:{score:20},charisma:{score:24},hp:148,initiative:14,ac:32,fortitude:31,reflex:32,will:32,regeneration:null,auras:[],powers:[{id:"0a7b3ac2-77c3-4373-9ad9-fd7bd97f4a1c",name:"Tentacles",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:26,defence:0},description:"",details:"2d8+7 damage, and the target is grabbed.",damage:"2d8+7 damage",category:1},{id:"1c4ff0f8-0945-4858-985c-36529bb167f5",name:"Mind Lance",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Psychic",condition:"(standard",range:"Ranged 20",attack:{bonus:25,defence:3},description:"",details:"3d8+5 psychic damage, and the target is dazed until the end of the tormentor’s next turn.",damage:"3d8+5 psychic damage",category:1},{id:"f09d253f-a05f-4ebb-b250-97930eb8283d",name:"Bore into Brain",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:25,defence:1},description:"",details:"Targets a grabbed or stunned creature; 4d10+5 damage, and the target is dazed (save ends). If this power reduces the target to 0 hit points or fewer, the mind flayer tormentor devours its brain. This kills the target instantly and recharges all the tormentor’s recharge powers. See also tentacle projection.",damage:"4d10+5 damage",category:1},{id:"f112a364-39d1-48f8-850f-687a6e431dc2",name:"Tentacle Projection",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"4d10+5 psychic damage, and the target is restrained (save ends). While the mind flayer tormentor has a target restrained by this power, it can make its bore into brain attack as a ranged attack as if the target were grabbed, with a range of 10 squares.",attack:{bonus:25,defence:3},description:"",details:"",damage:"",category:1},{id:"9ccfc3e6-2bcb-4561-9348-ad8033023145",name:"Agonizing Feedback",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 6"},keywords:"Psychic, Teleportation",condition:"",range:"Close burst 3",attack:null,description:"",details:"targets enemies; no attack roll; 1d8+1 psychic damage, and the target is dazed (save ends). If the target is already dazed, it instead becomes stunned (save ends). The mind flayer tormentor teleports 5 squares after the attack.",damage:"1d8+1 psychic damage",category:1}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"3c46b46f-69ca-4ffd-abf0-375accf02d9f",name:"Myconid Colony Swarm",details:"These swarms of carnivorous fungal creatures rise up to defend a myconid colony.",size:3,origin:5,type:1,keywords:"plant, swarm",level:5,role:{type:0,flag:0,leader:!1},senses:"Perception +4; tremorsense 10",movement:"4",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:10},constitution:{score:15},dexterity:{score:18},intelligence:{score:2},wisdom:{score:15},charisma:{score:10},hp:51,initiative:6,ac:17,fortitude:16,reflex:18,will:16,regeneration:null,auras:[{id:"06bcace1-2679-46fc-b756-6781cdeb5698",name:"Swarm Attack",keywords:"",details:"(Poison) aura 1; each enemy that starts its turn within the aura takes 3 poison damage."}],powers:[{id:"28ded836-fbd6-4508-80f1-852ed9b5ddda",name:"Swarm of Slams",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"1d6+5 damage.",damage:"1d6+5 damage",category:1},{id:"50ecea39-3c10-46e3-9643-b21b2e215e69",name:"Devouring Spores",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Poison",condition:"",range:"Ranged 10/20",attack:{bonus:10,defence:1},description:"",details:"1d10+5 poison damage, and each nonfey or nonshadow creature adjacent to the target takes 5 poison damage.",damage:"1d10+5 poison damage",category:1},{id:"1b3c9fda-772c-47da-a80a-061d1875d7f5",name:"Rotting Decay",action:null,keywords:"Necrotic, Zone",condition:"when the colony swarm drops to 0 hit points",range:"Close burst 2",attack:null,description:"",details:"the burst creates a zone of putrid black slime that lasts until the end of the encounter. The zone is difficult terrain. Any nonfey or nonshadow creature that starts its turn within the zone takes 5 necrotic damage.",damage:"any nonfey or nonshadow creature that starts its turn within the zone takes 5 necrotic damage",category:0}],damageModifiers:[],resist:"half damage from melee and ranged attacks",vulnerable:"10 against close and area attacks",immune:"",tactics:""},{id:"3b271675-3a6a-4857-a8ea-44a6d925be25",name:"Myconid Gas Spore",details:"The floating gas spore acts as a remote spy and first line of defense for remote myconid colonies.",size:2,origin:5,type:1,keywords:"plant",level:4,role:{type:9,flag:3,leader:!1},senses:"Perception +3; blindsight 10",movement:"0, fly 2 (hover)",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:6},constitution:{score:16},dexterity:{score:13},intelligence:{score:1},wisdom:{score:13},charisma:{score:8},hp:1,initiative:5,ac:18,fortitude:17,reflex:15,will:15,regeneration:null,auras:[],powers:[{id:"fb08f303-11bb-46ed-8d2b-bd39eef5f177",name:"Acidic Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Acid",condition:"",range:"",attack:{bonus:9,defence:0},description:"",details:"5 acid damage.",damage:"5 acid damage",category:1},{id:"e79df7c4-19fb-4617-ad1f-b2c78ba9cd56",name:"Spore Burst",action:null,keywords:"Healing, Poison",condition:"when the gas spore drops to 0 hit points",range:"Close burst 3",attack:{bonus:7,defence:1},description:"",details:"targets nonplants; 5 poison damage. Effect: Each plant creature in the burst regains 5 hit points.",damage:"5 poison damage",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8cb1b485-5cf6-4148-91d5-032036f43476",name:"Myconid Rotslammer",details:"",size:2,origin:5,type:2,keywords:"plant",level:5,role:{type:2,flag:0,leader:!1},senses:"Perception +4; tremorsense 10",movement:"5",alignment:"Unaligned",languages:"",skills:"",equipment:"",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:14},intelligence:{score:8},wisdom:{score:14},charisma:{score:13},hp:78,initiative:4,ac:17,fortitude:18,reflex:16,will:16,regeneration:null,auras:[],powers:[{id:"8260e6e6-8f20-4234-a21c-5d470ceab3e8",name:"Fungal Slam",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Poison",condition:"",range:"",attack:{bonus:8,defence:0},description:"",details:"1d10+4 damage, and ongoing 5 poison damage (save ends).",damage:"1d10+4 damage",category:1},{id:"9e96ce29-d71f-490b-887b-fd3d6f4b64a2",name:"Rotting Burst",action:{action:1,trigger:"recharges when first bloodied",sustainAction:0,use:1,recharge:""},keywords:"Necrotic",condition:"",range:"Close burst 3",attack:{bonus:6,defence:1},description:"",details:"2d8+4 necrotic damage, and ongoing 5 necrotic damage (save ends).",damage:"2d8+4 necrotic damage",category:5},{id:"3594401d-82f5-44c2-a24b-e4e2b0c38808",name:"Roots of the Colony",action:{action:7,trigger:"when the myconid rotslammer is hit by an attack while a myconid ally is within 5 squares of it",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The rotslammer takes half damage from the attack, and the myconid ally takes the same amount of damage.",damage:"the rotslammer takes half damage from the attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"5f835c30-8af0-49a3-bf5b-2304a9100952",name:"Quaggoth Berserker",details:"",size:2,origin:4,type:2,keywords:"",level:9,role:{type:2,flag:0,leader:!1},senses:"Perception +6",movement:"7",alignment:"Unaligned",languages:"Deep Speech",skills:"Athletics +14",equipment:"",category:"",strength:{score:20},constitution:{score:17},dexterity:{score:19},intelligence:{score:8},wisdom:{score:15},charisma:{score:10},hp:117,initiative:8,ac:21,fortitude:22,reflex:21,will:19,regeneration:null,auras:[],powers:[{id:"ac02a64b-a398-4a9f-9e37-7084503c46bd",name:"Stone Club",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:12,defence:0},description:"",details:"2d6+5 damage, and the quaggoth berserker gains a +2 bonus to attack rolls and damage rolls until the end of its next turn.",damage:"2d6+5 damage",category:1},{id:"c9a2d04b-83cc-475f-866d-a43710087ade",name:"Quaggoth Fury",action:{action:7,trigger:"when the quaggoth berserker hits with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The berserker deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack.",damage:"the berserker deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"500a2d62-dffd-4f9f-9d37-f07155c26f4c",name:"Quaggoth Chanter",details:"",size:2,origin:4,type:2,keywords:"",level:11,role:{type:3,flag:0,leader:!0},senses:"Perception +10",movement:"7",alignment:"Unaligned",languages:"Common, Deep Speech",skills:"Dungeoneering +15, Nature +15",equipment:"totem",category:"",strength:{score:14},constitution:{score:18},dexterity:{score:16},intelligence:{score:12},wisdom:{score:20},charisma:{score:16},hp:114,initiative:8,ac:25,fortitude:23,reflex:22,will:24,regeneration:null,auras:[{id:"0b812073-670b-417e-8660-6b170c703ed8",name:"Restoration",keywords:"",details:"aura 5; when any enemy within the aura spends a healing surge, all quaggoth allies of the chanter within the aura recharge their quaggoth fury power."}],powers:[{id:"dbb3d9d6-6084-47c0-a8c5-289f25cc67b0",name:"Primal Claw",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:16,defence:0},description:"",details:"2d6+4 damage, and the target takes a -2 penalty to all defenses until the end of the chanter’s next turn.",damage:"2d6+4 damage",category:1},{id:"ce9c95f3-2888-45d9-a051-a6ba82e7cb5b",name:"Wind Totem",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Implement",condition:"",range:"Close blast 4",attack:{bonus:15,defence:1},description:"",details:"targets enemies; 1d6+2 damage, and the target slides 2 squares.",damage:"1d6+2 damage",category:1},{id:"5212f85f-c5a3-44b6-9874-c4e87bc9c7df",name:"War Chant",action:{action:4,trigger:"when any enemy within 5 squares of the chanter spends an action point",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"An ally within 5 squares of the chanter can take a standard action as a free action.",damage:"An ally within 5 squares of the chanter can take a standard action as a free action",category:5},{id:"33b7b055-51eb-43ff-9361-7eb652b5bda0",name:"Quaggoth Fury",action:{action:7,trigger:"when the chanter hits with an attack",sustainAction:0,use:0,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The chanter deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack.",damage:"the chanter deals 5 damage to itself to deal 3d6 extra damage to one target hit by the triggering attack",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"e21c5a5a-3e63-434c-80d3-8b68b399df2b",name:"Swordwing Cutter",details:"Swordwing cutters attack as a mob, surrounding and slashing foes with vicious armblade attacks.",size:2,origin:0,type:2,keywords:"",level:28,role:{type:9,flag:3,leader:!1},senses:"Perception +21; low-light vision",movement:"6, fly 10 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Endurance +26, Stealth +27",equipment:"",category:"",strength:{score:28},constitution:{score:25},dexterity:{score:26},intelligence:{score:10},wisdom:{score:25},charisma:{score:12},hp:1,initiative:24,ac:43,fortitude:41,reflex:40,will:39,regeneration:null,auras:[],powers:[{id:"d82aa3b5-ca4e-4505-b97e-b3dddf1d7415",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:33,defence:0},description:"",details:"Reach 2; 14 damage (crit 20), and the target is knocked prone.",damage:"14 damage (crit 20)",category:1},{id:"f6b06907-0681-4632-934a-06140248b303",name:"Scattering Hive",action:{action:5,trigger:"when the swordwing cutter drops to 0 hit points",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Each other swordwing cutter adjacent to this swordwing cutter can shift 5 squares as a free action.",damage:"Each other swordwing cutter adjacent to this swordwing cutter can shift 5 squares as a free action",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"8b577c55-b300-4775-90b6-ad7a8bfde09e",name:"Swordwing Slasher",details:"The swordwing slasher hones its armblade attacks to deadly precision, darting across the battlefield as it unleashes its fury.",size:2,origin:0,type:2,keywords:"",level:23,role:{type:4,flag:0,leader:!1},senses:"Perception +17; low-light vision",movement:"6, fly 10 (hover)",alignment:"Evil",languages:"Deep Speech",skills:"Endurance +22, Stealth +24",equipment:"",category:"",strength:{score:24},constitution:{score:22},dexterity:{score:26},intelligence:{score:12},wisdom:{score:22},charisma:{score:10},hp:166,initiative:23,ac:37,fortitude:35,reflex:36,will:34,regeneration:null,auras:[],powers:[{id:"4d40a1c5-3d89-47e0-83a3-97ce807537d7",name:"Armblade",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:28,defence:0},description:"",details:"Reach 2; 3d6+9 damage (crit 9d6 + 27 damage).",damage:"3d6+9 damage (crit 9d6 + 27 damage)",category:1},{id:"418bffc3-214c-454d-bcb1-41f01f9a64fb",name:"Slasher’s Escape",action:{action:5,trigger:"when the swordwing slasher is hit by an attack",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Illusion, Teleportation",condition:"",range:"",attack:null,description:"",details:"The swordwing slasher becomes invisible until the end of its next turn, and teleports 5 squares. If the swordwing slasher is marked, that condition ends.",damage:"and teleports 5 squares",category:5},{id:"d577a1af-d034-4094-a8a7-6911028b6119",name:"Slasher’s Flurry",action:{action:1,trigger:"recharges when the swordwing slasher uses slasher’s escape",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The swordwing slasher makes an armblade attack against each enemy within reach.",damage:"",category:5}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""},{id:"325a48d6-46ee-46ec-9aa9-39f8ea9d0d69",name:"The Cringe",details:"",size:3,origin:3,type:2,keywords:"",level:18,role:{type:2,flag:1,leader:!1},senses:"Perception +14; darkvision",movement:"6",alignment:"Evil",languages:"Common, Deep Speech",skills:"Dungeoneering +19, Endurance +21, Intimidate +16, Religion +17",equipment:"",category:"",strength:{score:21},constitution:{score:25},dexterity:{score:22},intelligence:{score:16},wisdom:{score:20},charisma:{score:15},hp:430,initiative:15,ac:30,fortitude:31,reflex:30,will:29,regeneration:null,auras:[{id:"5dec6519-52fe-4758-aa52-4e80066610b6",name:"Bloodwrack",keywords:"",details:"aura 2; any bloodied enemy within the aura takes a -4 penalty to saving throws."}],powers:[{id:"409b9c40-4c6b-4810-b0de-3183aac97a7b",name:"Razor Chain",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:21,defence:0},description:"",details:"Reach 3; 2d10+3 damage, and the target takes ongoing 5 damage and is slowed (save ends both).",damage:"2d10+3 damage",category:1},{id:"d4c7baea-7427-4258-9eee-1f8f94a5da0e",name:"Double Attack",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"The cringe makes two razor chain attacks.",damage:"",category:1},{id:"3f8fe4aa-7eaf-4b4f-8cf8-dc3fad49f80f",name:"Rack of Nails",action:{action:1,trigger:"recharges when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:{bonus:19,defence:2},description:"",details:"Reach 2; 5d6+7 damage, the Cringe slides the target into a square adjacent to it, and the target is restrained (save ends). Each time the target attempts a save against the restrained condition, it takes 10 damage. Each time the Cringe moves while the target is restrained, it can slide the target into any square adjacent to it. Only one enemy at a time can be restrained by this power.",damage:"5d6+7 damage",category:5},{id:"24e26cb0-0f10-4944-b1cd-5004db6f2620",name:"Cruel Choice",action:{action:3,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 5-6"},keywords:"Psychic",condition:"",range:"Ranged 5",attack:null,description:"",details:"no attack roll; the target can make a saving throw. If the saving throw succeeds, the target takes; 3d6+7 psychic damage.",damage:"3d6+7 psychic damage",category:3},{id:"71dfe948-b88e-4118-9402-7857fffed2ff",name:"Price of Failure",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"Psychic",condition:"when first bloodied",range:"Close burst 10",attack:{bonus:19,defence:3},description:"",details:"targets enemies; 2d6+7 psychic damage, and the target is dazed (save ends).",damage:"2d6+7 psychic damage",category:1}],damageModifiers:[{type:8,value:-10}],resist:"",vulnerable:"",immune:"",tactics:""},{id:"cad0a86f-c376-4cfc-a1cf-18fce1e86e18",name:"Torog",details:"",size:4,origin:3,type:2,keywords:"",level:34,role:{type:4,flag:2,leader:!1},senses:"Perception +27; darkvision",movement:"6 (earth walk), climb 6",alignment:"Evil",languages:"all, telepathy 20",skills:"Dungeoneering +32, Endurance +31, Intimidate +35",equipment:"",category:"",strength:{score:33},constitution:{score:28},dexterity:{score:20},intelligence:{score:28},wisdom:{score:30},charisma:{score:27},hp:1232,initiative:26,ac:48,fortitude:47,reflex:45,will:46,regeneration:null,auras:[{id:"7836930f-e8ca-4a89-95f0-4c01283f4b81",name:"Shared Torture",keywords:"",details:"(Psychic) aura 10; when any enemy within the aura makes a death saving throw, each conscious enemy within the aura takes 10 psychic damage."},{id:"99c18ace-6a49-4c50-833e-07f8623070ac",name:"Torturous Exhaustion",keywords:"",details:"aura 10; when any enemy within the aura makes a saving throw against ongoing damage, that enemy is weakened until the end of its next turn. Enemies within the aura can choose not to make saving throws against ongoing damage to avoid this effect."}],powers:[{id:"85839c3d-f3f6-4800-bfe4-3e2eeffd5664",name:"Serrated Longsword",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Fire, Weapon",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 2; 3d12 damage, and ongoing 5 fire damage (save ends).",damage:"3d12 damage",category:1},{id:"ff39cbb5-fa6a-4b44-b582-b390a485fb36",name:"Sickle of Agony",action:{action:3,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:39,defence:0},description:"",details:"Reach 2; targets a creature that is not bloodied; 3d10 damage, and ongoing 5 damage (save ends).",damage:"3d10 damage",category:3},{id:"7a8f1c8c-3ac0-4a02-bc8e-fba05757f4b0",name:"Bond of Torture",action:{action:3,trigger:"recharges when no creature is affected by this power",sustainAction:0,use:1,recharge:""},keywords:"Charm, Psychic",condition:"",range:"Ranged 20",attack:{bonus:39,defence:3},description:"",details:"targets an enemy taking ongoing damage; each time Torog takes damage, the target takes psychic damage equal to one-half the damage dealt to Torog. Each time the target takes damage from this effect, it can use an immediate reaction to end the effect by voluntarily becoming dominated by Torog (save ends).",damage:"targets an enemy taking ongoing damage",category:5},{id:"65f887c3-37f2-45cd-9811-257aa51a14e7",name:"Imprisoning Chains",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:37,defence:2},description:"",details:"targets one, two, or three enemies; 1d10+10 damage, and the target slides 5 squares and is restrained until the end of Torog’s next turn.",damage:"1d10+10 damage",category:1},{id:"f53c643d-ffbd-4ea4-b363-02c8af78a98c",name:"Torturous Chainlash",action:{action:4,trigger:"when torog is hit by an attack",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"Close burst 20",attack:{bonus:37,defence:2},description:"",details:"targets the triggering attacker; 1d10+10 damage, and the target is stunned until the end of Torog’s next turn.",damage:"1d10+10 damage",category:5},{id:"28b3e565-2a8e-4dce-bddb-e2bae5ccbdc0",name:"Crawling Blood",action:{action:2,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"",condition:"",range:"",attack:null,description:"",details:"Torog moves his speed or shifts 1 square, and a crawling blood swarm (see the statistics block) appears in a square he left.",damage:"Torog moves his speed or shifts 1 square",category:2},{id:"1a0a6f01-1c0e-427e-ab89-e356b6c35deb",name:"Discorporation",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:""},keywords:"",condition:"when first bloodied",range:"",attack:null,description:"",details:"When Torog becomes bloodied, he normally discorporates and is unable to take physical form for a time.",damage:"",category:1},{id:"b2d9fc93-034f-45c0-a5d0-19c89474d752",name:"Perpetual Crawler",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"Torog cannot be knocked prone. He takes no penalties for his ruined legs, and crawls at his normal speed.",damage:"",category:0}],damageModifiers:[{type:8,value:-20}],resist:"",vulnerable:"",immune:"attacks by characters below 20th level",tactics:""},{id:"541e0dc6-af1f-4bd9-8a72-1ff52d173ad5",name:"Troglodyte Savage",details:"",size:2,origin:4,type:2,keywords:"reptile",level:9,role:{type:6,flag:0,leader:!1},senses:"Perception +7; darkvision",movement:"6",alignment:"Chaotic Evil",languages:"Draconic",skills:"Athletics +12, Endurance +13, Stealth +13",equipment:"javelin; spear",category:"",strength:{score:16},constitution:{score:18},dexterity:{score:19},intelligence:{score:10},wisdom:{score:16},charisma:{score:11},hp:98,initiative:10,ac:23,fortitude:21,reflex:21,will:20,regeneration:null,auras:[{id:"04eaaa0e-7b98-4709-993a-a19cdfb39685",name:"Troglodyte Stench",keywords:"",details:"aura 1; each living enemy within the aura takes a -2 penalty to attack rolls."}],powers:[{id:"e3204701-c545-4d05-bcdd-f146c3e2fbf5",name:"Spear",action:{action:1,trigger:"",sustainAction:0,use:2,recharge:""},keywords:"Weapon",condition:"",range:"",attack:{bonus:14,defence:0},description:"",details:"1d8+8 damage.",damage:"1d8+8 damage",category:1},{id:"675e49f2-3746-4bf1-a097-24add11e309a",name:"Javelin",action:{action:1,trigger:"",sustainAction:0,use:1,recharge:""},keywords:"Weapon",condition:"(standard",range:"Ranged 10/20",attack:{bonus:14,defence:0},description:"",details:"1d6+9 damage.",damage:"1d6+9 damage",category:1},{id:"b05cfef7-1ef8-4809-9112-691acd35f409",name:"Savage Leap",action:{action:1,trigger:"",sustainAction:0,use:0,recharge:"Recharges on 4-6"},keywords:"",condition:"",range:"",attack:{bonus:15,defence:0},description:"",details:"The troglodyte savage charges; 2d8+8 damage. During the charge, the troglodyte savage ignores difficult terrain and hindering terrain, and its movement does not provoke opportunity attacks.",damage:"2d8+8 damage",category:1},{id:"5918ddff-e0ec-4591-ba96-c01d9bb11617",name:"Slimecoated",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"The troglodyte savage has a +4 bonus to escape attempts. In addition, it has a +4 bonus to AC and Reflex when targeted by an attack while it is moving.",damage:"The troglodyte savage has a +4 bonus to escape attempts",category:0},{id:"be86312b-86b5-445e-8ee4-573290596c36",name:"Combat Advantage",action:null,keywords:"",condition:"",range:"",attack:null,description:"",details:"A troglodyte savage deals 1d8 extra damage against any target it has combat advantage against.",damage:"a troglodyte savage deals 1d8 extra damage against any target it has combat advantage against",category:0}],damageModifiers:[],resist:"",vulnerable:"",immune:"",tactics:""});Q0.getItem("moreau-homebrew-monsters").then(e=>{iy(document.getElementById("root")).render(M.jsx(l.StrictMode,{children:M.jsx(_M,{officialMonsters:Ni,homebrewMonsters:e??[]})}))}); diff --git a/index.html b/index.html index 5dc13f2..fbc79e3 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,8 @@ Moreau - - + +